From 039ac92480a09266146fc5b0c9ec67a32a2565ad Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Wed, 26 Feb 2020 16:04:40 +0530 Subject: Added secondary files --- CMakeModules/CMakeFindFrameworks.cmake | 32 + CMakeModules/CheckCXXSymbolExists.cmake | 42 + CMakeModules/CheckFindPackageResult.cmake | 8 + CMakeModules/CreateBzrVersionHeader.cmake | 75 + CMakeModules/CreateGitVersionHeader.cmake | 105 + CMakeModules/CreateSVNVersionHeader.cmake | 61 + CMakeModules/FindBazaar.cmake | 81 + CMakeModules/FindCairo.cmake | 168 + CMakeModules/FindGLEW.cmake | 112 + CMakeModules/FindGdiPlus.cmake | 22 + CMakeModules/FindOpenSSL.cmake | 342 + CMakeModules/FindPackageMessage.cmake | 57 + CMakeModules/FindPythonInterp.cmake | 175 + CMakeModules/FindPythonLibs.cmake | 322 + CMakeModules/FindSubversion.cmake | 140 + CMakeModules/FindZLIB.cmake.unused | 39 + CMakeModules/FindwxWidgets.cmake | 1145 + CMakeModules/Functions.cmake | 71 + CMakeModules/Html2C.cmake | 13 + CMakeModules/KiCadVersion.cmake | 37 + CMakeModules/MinGWResourceCompiler.cmake | 44 + CMakeModules/PNG2cpp.cmake | 81 + CMakeModules/PerformFeatureChecks.cmake | 115 + CMakeModules/SelectLibraryConfigurations.cmake | 87 + CMakeModules/Shaders.cmake | 57 + CMakeModules/TokenList2DsnLexer.cmake | 387 + CMakeModules/UsewxWidgets.cmake | 89 + CMakeModules/WriteVersionHeader.cmake | 88 + CMakeModules/cmake_uninstall.cmake.in | 22 + CMakeModules/config.h.cmake | 80 + CMakeModules/download_boost.cmake | 322 + CMakeModules/download_cairo.cmake | 109 + CMakeModules/download_glew.cmake | 89 + CMakeModules/download_libpng.cmake | 76 + CMakeModules/download_openssl.cmake | 127 + CMakeModules/download_pcre.cmake | 67 + CMakeModules/download_pixman.cmake | 83 + CMakeModules/download_pkgconfig.cmake | 80 + CMakeModules/download_swig.cmake | 79 + CMakeModules/download_wxpython.cmake | 121 + CMakeModules/download_wxwidgets.cmake | 119 + Documentation/GUI_Translation_HOWTO.odt | Bin 0 -> 235937 bytes Documentation/GUI_Translation_HOWTO.pdf | Bin 0 -> 339069 bytes Documentation/HOW_TO_CONTRIBUTE.txt | 56 + Documentation/KIWAY_Build_Symbols_Defined.txt | 29 + Documentation/biu-plan.txt | 243 + Documentation/changelogs/CHANGELOG-2007.txt | 1547 + Documentation/changelogs/CHANGELOG-2008.txt | 1561 + Documentation/changelogs/CHANGELOG-2009.txt | 1013 + Documentation/changelogs/CHANGELOG-2010.txt | 1010 + Documentation/changelogs/CHANGELOG-2011.txt | 297 + Documentation/coding_style_policy.pdf | Bin 0 -> 190635 bytes Documentation/development/Doxyfile | 1780 ++ Documentation/development/coding-style-policy.md | 800 + Documentation/development/compiling.md | 413 + Documentation/development/road-map.md | 834 + Documentation/development/stable-release-policy.md | 80 + Documentation/guidelines/UIpolicies.txt | 85 + Documentation/interactive_router/build.sh | 5 + .../interactive_router/interactive_router.mmd | 73 + .../interactive_router/pictures/opengl_menu.png | Bin 0 -> 44164 bytes .../interactive_router/pictures/route_icon.png | Bin 0 -> 547 bytes .../interactive_router/pictures/router_options.png | Bin 0 -> 38081 bytes .../interactive_router/pictures/rules_editor.png | Bin 0 -> 59613 bytes .../notes_about_pcbnew_new_file_format.odt | Bin 0 -> 41015 bytes .../rules_for_capitalization_in_Kicad_UI.txt | 48 + Documentation/s-expressions.txt | 89 + Documentation/wxWidgets_patch_notes.txt | 20 + common/CMakeLists.txt | 493 + common/base_screen.cpp | 471 + common/base_struct.cpp | 592 + common/base_units.cpp | 423 + common/basicframe.cpp | 758 + common/bezier_curves.cpp | 435 + common/bin_mod.cpp | 72 + common/bitmap.cpp | 45 + common/block_commande.cpp | 233 + common/build_version.cpp | 45 + common/class_bitmap_base.cpp | 300 + common/class_colors_design_settings.cpp | 156 + common/class_layer_box_selector.cpp | 149 + common/class_marker_base.cpp | 208 + common/class_page_info.cpp | 283 + common/class_plotter.cpp | 519 + common/class_undoredo_container.cpp | 348 + common/colors.cpp | 184 + common/common.cpp | 511 + common/common_plotDXF_functions.cpp | 815 + common/common_plotGERBER_functions.cpp | 594 + common/common_plotHPGL_functions.cpp | 740 + common/common_plotPDF_functions.cpp | 834 + common/common_plotPS_functions.cpp | 1090 + common/common_plotSVG_functions.cpp | 623 + common/common_plot_functions.cpp | 165 + common/config_params.cpp | 529 + common/confirm.cpp | 160 + common/convert_basic_shapes_to_polygon.cpp | 249 + common/copy_to_clipboard.cpp | 159 + common/dialog_about/AboutDialog_main.cpp | 501 + common/dialog_about/aboutinfo.h | 174 + common/dialog_about/dialog_about.cpp | 399 + common/dialog_about/dialog_about.h | 99 + common/dialog_about/dialog_about_base.cpp | 82 + common/dialog_about/dialog_about_base.fbp | 752 + common/dialog_about/dialog_about_base.h | 56 + common/dialog_shim.cpp | 619 + common/dialogs/dialog_display_info_HTML_base.cpp | 41 + common/dialogs/dialog_display_info_HTML_base.fbp | 271 + common/dialogs/dialog_display_info_HTML_base.h | 53 + common/dialogs/dialog_env_var_config.cpp | 285 + common/dialogs/dialog_env_var_config_base.cpp | 108 + common/dialogs/dialog_env_var_config_base.fbp | 558 + common/dialogs/dialog_env_var_config_base.h | 61 + common/dialogs/dialog_exit_base.cpp | 98 + common/dialogs/dialog_exit_base.fbp | 754 + common/dialogs/dialog_exit_base.h | 64 + common/dialogs/dialog_get_component.cpp | 144 + common/dialogs/dialog_get_component_base.cpp | 90 + common/dialogs/dialog_get_component_base.fbp | 906 + common/dialogs/dialog_get_component_base.h | 67 + common/dialogs/dialog_hotkeys_editor.cpp | 389 + common/dialogs/dialog_hotkeys_editor_base.cpp | 60 + common/dialogs/dialog_hotkeys_editor_base.fbp | 391 + common/dialogs/dialog_hotkeys_editor_base.h | 58 + common/dialogs/dialog_image_editor.cpp | 179 + common/dialogs/dialog_image_editor.fbp | 978 + common/dialogs/dialog_image_editor.h | 69 + common/dialogs/dialog_image_editor_base.cpp | 103 + common/dialogs/dialog_image_editor_base.h | 69 + common/dialogs/dialog_list_selector_base.cpp | 80 + common/dialogs/dialog_list_selector_base.fbp | 661 + common/dialogs/dialog_list_selector_base.h | 66 + common/dialogs/dialog_page_settings.cpp | 841 + common/dialogs/dialog_page_settings.h | 120 + common/dialogs/dialog_page_settings_base.cpp | 423 + common/dialogs/dialog_page_settings_base.fbp | 4454 +++ common/dialogs/dialog_page_settings_base.h | 126 + common/dialogs/wx_html_report_panel.cpp | 302 + common/dialogs/wx_html_report_panel.h | 122 + common/dialogs/wx_html_report_panel_base.cpp | 94 + common/dialogs/wx_html_report_panel_base.fbp | 823 + common/dialogs/wx_html_report_panel_base.h | 64 + common/displlst.cpp | 252 + common/dlist.cpp | 228 + common/draw_frame.cpp | 1306 + common/draw_panel.cpp | 1619 + common/draw_panel_gal.cpp | 415 + common/drawtxt.cpp | 685 + common/dsnlexer.cpp | 835 + common/eda_dde.cpp | 211 + common/eda_doc.cpp | 241 + common/eda_text.cpp | 517 + common/filter_reader.cpp | 107 + common/findkicadhelppath.cpp.notused | 126 + common/footprint_info.cpp | 317 + common/fp_lib_table.cpp | 789 + common/fp_lib_table.keywords | 7 + common/fpid.cpp | 395 + common/gal/cairo/cairo_compositor.cpp | 159 + common/gal/cairo/cairo_gal.cpp | 1074 + common/gal/color4d.cpp | 179 + common/gal/graphics_abstraction_layer.cpp | 240 + common/gal/opengl/cached_container.cpp | 547 + common/gal/opengl/gpu_manager.cpp | 302 + common/gal/opengl/noncached_container.cpp | 89 + common/gal/opengl/opengl_compositor.cpp | 291 + common/gal/opengl/opengl_gal.cpp | 1204 + common/gal/opengl/shader.cpp | 272 + common/gal/opengl/shader.frag | 75 + common/gal/opengl/shader.vert | 95 + common/gal/opengl/vertex_container.cpp | 60 + common/gal/opengl/vertex_item.cpp | 53 + common/gal/opengl/vertex_manager.cpp | 234 + common/gal/stroke_font.cpp | 403 + common/geometry/hetriang.cpp | 739 + common/geometry/seg.cpp | 158 + common/geometry/shape.cpp | 38 + common/geometry/shape_collisions.cpp | 496 + common/geometry/shape_file_io.cpp | 146 + common/geometry/shape_line_chain.cpp | 580 + common/geometry/shape_poly_set.cpp | 805 + common/gestfich.cpp | 420 + common/getrunningmicrosecs.cpp | 97 + common/gr_basic.cpp | 1268 + common/grid_tricks.cpp | 289 + common/hotkeys_basic.cpp | 846 + common/html_messagebox.cpp | 106 + common/kicad_curl/kicad_curl.cpp | 224 + common/kicad_curl/kicad_curl_easy.cpp | 94 + common/kiface_i.cpp | 107 + common/kiway.cpp | 432 + common/kiway_express.cpp | 60 + common/kiway_holder.cpp | 32 + common/kiway_player.cpp | 205 + common/lockfile.cpp | 56 + common/lset.cpp | 747 + common/math/math_util.cpp | 91 + common/msgpanel.cpp | 243 + common/netlist.keywords | 40 + common/newstroke_font.cpp | 11359 +++++++ common/origin_viewitem.cpp | 88 + common/page_layout/class_worksheet_dataitem.cpp | 577 + common/page_layout/class_worksheet_layout.cpp | 248 + .../page_layout_default_description.cpp | 164 + common/page_layout/page_layout_graphic_items.cpp | 423 + common/page_layout/page_layout_reader.cpp | 875 + common/page_layout/page_layout_reader.keywords | 48 + common/page_layout/title_block_shapes.cpp | 258 + common/painter.cpp | 76 + common/pcb.keywords | 207 + common/pcb_plot_params.keywords | 30 + common/pcbcommon.cpp | 74 + common/pgm_base.cpp | 883 + common/prependpath.cpp | 40 + common/project.cpp | 381 + common/ptree.cpp | 220 + common/reporter.cpp | 81 + common/richio.cpp | 607 + common/search_stack.cpp | 210 + common/searchhelpfilefullpath.cpp | 187 + common/selcolor.cpp | 264 + common/single_top.cpp | 308 + common/string.cpp | 485 + common/strtok_r.c | 35 + common/systemdirsappend.cpp | 166 + common/tool/action_manager.cpp | 269 + common/tool/context_menu.cpp | 391 + common/tool/tool_action.cpp | 65 + common/tool/tool_base.cpp | 97 + common/tool/tool_dispatcher.cpp | 363 + common/tool/tool_event.cpp | 162 + common/tool/tool_interactive.cpp | 73 + common/tool/tool_manager.cpp | 777 + common/trigo.cpp | 436 + common/utf8.cpp | 255 + common/validators.cpp | 85 + common/view/view.cpp | 1086 + common/view/view_controls.cpp | 47 + common/view/view_group.cpp | 162 + common/view/view_item.cpp | 109 + common/view/wx_view_controls.cpp | 491 + common/wildcards_and_files_ext.cpp | 104 + common/worksheet.cpp | 280 + common/worksheet_viewitem.cpp | 210 + common/wx_status_popup.cpp | 65 + common/wx_unit_binder.cpp | 86 + common/wxunittext.cpp | 195 + common/wxwineda.cpp | 324 + common/xnode.cpp | 93 + common/zoom.cpp | 301 + demos/CMakeLists.txt | 15 + demos/complex_hierarchy/ampli_ht.sch | 776 + .../complex_hierarchy/complex_hierarchy-cache.lib | 324 + .../complex_hierarchy/complex_hierarchy.kicad_pcb | 3981 +++ demos/complex_hierarchy/complex_hierarchy.net | 805 + demos/complex_hierarchy/complex_hierarchy.pro | 38 + demos/complex_hierarchy/complex_hierarchy.sch | 427 + .../complex_hierarchy/complex_hierarchy_schlib.lib | 324 + demos/ecc83/ecc83-pp-cache.lib | 141 + demos/ecc83/ecc83-pp.kicad_pcb | 792 + demos/ecc83/ecc83-pp.net | 211 + demos/ecc83/ecc83-pp.pro | 39 + demos/ecc83/ecc83-pp.sch | 379 + demos/ecc83/ecc83-pp_v2-cache.lib | 141 + demos/ecc83/ecc83-pp_v2.kicad_pcb | 690 + demos/ecc83/ecc83-pp_v2.net | 211 + demos/ecc83/ecc83-pp_v2.pro | 32 + demos/ecc83/ecc83-pp_v2.sch | 371 + demos/ecc83/ecc83_schlib.dcm | 3 + demos/ecc83/ecc83_schlib.lib | 141 + demos/ecc83/fp-lib-table | 3 + demos/electric/electric-cache.lib | 530 + demos/electric/electric.pro | 14 + demos/electric/electric.sch | 1463 + demos/flat_hierarchy/flat_hierarchy-cache.lib | 592 + demos/flat_hierarchy/flat_hierarchy.kicad_pcb | 4161 +++ demos/flat_hierarchy/flat_hierarchy.net | 993 + demos/flat_hierarchy/flat_hierarchy.pro | 81 + demos/flat_hierarchy/flat_hierarchy.sch | 30 + demos/flat_hierarchy/flat_hierarchy_schlib.lib | 592 + demos/flat_hierarchy/pic_programmer.sch | 1349 + demos/flat_hierarchy/pic_sockets.sch | 485 + demos/interf_u/image.lib | 19 + demos/interf_u/image.mod | 432 + demos/interf_u/interf_u-cache.lib | 681 + demos/interf_u/interf_u.cmp | 171 + demos/interf_u/interf_u.kicad_pcb | 3373 +++ demos/interf_u/interf_u.net | 1183 + demos/interf_u/interf_u.pro | 40 + demos/interf_u/interf_u.sch | 2876 ++ demos/interf_u/interf_u_schlib.lib | 681 + demos/interf_u/pagelayout_logo.kicad_wks | 141 + demos/interf_u/tux.bmp | Bin 0 -> 185814 bytes demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch | 2285 ++ .../kit-dev-coldfire-xilinx_5213-cache.lib | 1055 + .../kit-dev-coldfire-xilinx_5213.kicad_pcb | 15552 ++++++++++ .../kit-dev-coldfire-xilinx_5213.net | 2772 ++ .../kit-dev-coldfire-xilinx_5213.pro | 37 + .../kit-dev-coldfire-xilinx_5213.sch | 2566 ++ .../kit-dev-coldfire-xilinx_5213_schlib.lib | 1055 + .../prj.3dshapes/dpack_5.wings | Bin 0 -> 4995 bytes .../prj.3dshapes/dpack_5.wrl | 465 + .../prj.3dshapes/push_butt_4pads.wings | Bin 0 -> 4661 bytes .../prj.3dshapes/push_butt_4pads.wrl | 883 + demos/kit-dev-coldfire-xilinx_5213/xilinx.sch | 1054 + demos/microwave/microwave.kicad_pcb | 987 + demos/microwave/microwave.pro | 6 + demos/microwave/shape1.txt | 547 + demos/pic_programmer/fp-lib-table | 4 + .../libs/pic_programmer_fp.pretty/1pin-4.kicad_mod | 12 + .../pic_programmer/libs/pic_programmer_schlib.lib | 606 + demos/pic_programmer/pic_programmer-cache.lib | 606 + demos/pic_programmer/pic_programmer.kicad_pcb | 4172 +++ demos/pic_programmer/pic_programmer.net | 1089 + demos/pic_programmer/pic_programmer.pro | 37 + demos/pic_programmer/pic_programmer.sch | 1369 + demos/pic_programmer/pic_sockets.sch | 461 + demos/pspice/pspice-cache.lib | 115 + demos/pspice/pspice.cir | 33 + demos/pspice/pspice.pro | 49 + demos/pspice/pspice.sch | 498 + .../gen_gerber_and_drill_files_board.py | 119 + demos/python_scripts_examples/plot_board.py | 211 + demos/sonde xilinx/sonde xilinx-cache.lib | 318 + demos/sonde xilinx/sonde xilinx.kicad_pcb | 1660 + demos/sonde xilinx/sonde xilinx.net | 420 + demos/sonde xilinx/sonde xilinx.pro | 45 + demos/sonde xilinx/sonde xilinx.sch | 818 + demos/sonde xilinx/sonde xilinx_schlib.lib | 318 + .../test_pads_inside_pads-cache.lib | 18 + .../test_pads_inside_pads.kicad_pcb | 195 + .../test_pads_inside_pads.net | 44 + .../test_pads_inside_pads.pro | 108 + .../test_pads_inside_pads.sch | 99 + demos/test_xil_95108/carte_test-cache.lib | 667 + demos/test_xil_95108/carte_test.kicad_pcb | 4205 +++ demos/test_xil_95108/carte_test.net | 974 + demos/test_xil_95108/carte_test.pro | 89 + demos/test_xil_95108/carte_test.sch | 1834 ++ demos/test_xil_95108/carte_test_schlib.lib | 605 + demos/test_xil_95108/fp-lib-table | 7 + demos/video/bus_pci.sch | 2745 ++ demos/video/esvideo.sch | 1190 + demos/video/fp-lib-table | 3 + demos/video/graphic.sch | 1654 + demos/video/libs/footprints.pretty/LRTDK.kicad_mod | 20 + .../video/libs/footprints.pretty/PLCC68.kicad_mod | 92 + .../video/libs/footprints.pretty/PLCC84.kicad_mod | 108 + demos/video/libs/footprints.pretty/sim72.kicad_mod | 91 + demos/video/libs/video_schlib.lib | 1720 ++ demos/video/modul.sch | 969 + demos/video/muxdata.sch | 651 + demos/video/pal-ntsc.sch | 1325 + demos/video/rams.sch | 1753 ++ demos/video/video-cache.lib | 1720 ++ demos/video/video.kicad_pcb | 30024 +++++++++++++++++++ demos/video/video.net | 4910 +++ demos/video/video.pro | 38 + demos/video/video.sch | 1014 + helpers/tools_to_build_newstroke-font/AUTHOR.txt | 4 + helpers/tools_to_build_newstroke-font/README.txt | 32 + helpers/tools_to_build_newstroke-font/charlist.txt | 2914 ++ helpers/tools_to_build_newstroke-font/coord.txt | 31 + .../tools_to_build_newstroke-font/font-cache.lib | 12409 ++++++++ helpers/tools_to_build_newstroke-font/font.dcm | 3 + .../tools_to_build_newstroke-font/font.kicad_pcb | 376 + helpers/tools_to_build_newstroke-font/font.lib | 7348 +++++ helpers/tools_to_build_newstroke-font/font.pro | 41 + helpers/tools_to_build_newstroke-font/font.sch | 5128 ++++ .../tools_to_build_newstroke-font/font_draft.sch | 2213 ++ .../tools_to_build_newstroke-font/font_draft1.lib | 1215 + helpers/tools_to_build_newstroke-font/fontconv.awk | 334 + .../tools_to_build_newstroke-font/newstroke_font.h | 11330 +++++++ helpers/tools_to_build_newstroke-font/symbol.dcm | 3 + helpers/tools_to_build_newstroke-font/symbol.lib | 5337 ++++ helpers/tools_to_build_newstroke-font/symbols.sch | 3241 ++ helpers/tools_to_build_newstroke-font/test.h | 7 + helpers/tools_to_build_newstroke-font/testlist.txt | 11 + include/HersheyCyrillic.h.unused | 70 + include/base_struct.h | 567 + include/base_units.h | 194 + include/bezier_curves.h | 60 + include/bin_mod.h | 66 + include/bitmaps.h | 570 + include/block_commande.h | 211 + include/build_version.h | 39 + include/class_base_screen.h | 508 + include/class_bitmap_base.h | 216 + include/class_board_design_settings.h | 568 + include/class_board_item.h | 335 + include/class_collector.h | 287 + include/class_colors_design_settings.h | 89 + include/class_draw_panel_gal.h | 219 + include/class_drawpanel.h | 504 + include/class_drc_item.h | 274 + include/class_eda_rect.h | 226 + include/class_layer_box_selector.h | 106 + include/class_macros_record.h | 45 + include/class_marker_base.h | 233 + include/class_page_info.h | 238 + include/class_pcb_screen.h | 105 + include/class_title_block.h | 165 + include/class_undoredo_container.h | 328 + include/class_worksheet_dataitem.h | 537 + include/colors.h | 213 + include/colors_selection.h | 34 + include/common.h | 422 + include/config_params.h | 366 + include/confirm.h | 110 + include/convert_basic_shapes_to_polygon.h | 99 + include/convert_from_iu.h | 69 + include/convert_to_biu.h | 101 + include/core/typeinfo.h | 179 + include/dialog_env_var_config.h | 64 + include/dialog_get_component.h | 81 + include/dialog_helpers.h | 218 + include/dialog_hotkeys_editor.h | 256 + include/dialog_shim.h | 134 + include/dlist.h | 258 + include/draw_frame.h | 812 + include/drawtxt.h | 155 + include/dsnlexer.h | 544 + include/eda_dde.h | 51 + include/eda_doc.h | 57 + include/eda_text.h | 331 + include/fctsys.h | 47 + include/filter_reader.h | 99 + include/footprint_info.h | 256 + include/fp_lib_table.h | 635 + include/fpid.h | 198 + include/frame_type.h | 70 + include/gal/cairo/cairo_compositor.h | 127 + include/gal/cairo/cairo_gal.h | 405 + include/gal/color4d.h | 222 + include/gal/compositor.h | 106 + include/gal/definitions.h | 48 + include/gal/graphics_abstraction_layer.h | 910 + include/gal/opengl/cached_container.h | 170 + include/gal/opengl/glm/core/_detail.hpp | 482 + include/gal/opengl/glm/core/_fixes.hpp | 55 + include/gal/opengl/glm/core/_swizzle.hpp | 861 + include/gal/opengl/glm/core/_swizzle_func.hpp | 787 + include/gal/opengl/glm/core/_vectorize.hpp | 159 + include/gal/opengl/glm/core/dummy.cpp | 40 + include/gal/opengl/glm/core/func_common.hpp | 430 + include/gal/opengl/glm/core/func_common.inl | 1226 + include/gal/opengl/glm/core/func_exponential.hpp | 123 + include/gal/opengl/glm/core/func_exponential.inl | 156 + include/gal/opengl/glm/core/func_geometric.hpp | 138 + include/gal/opengl/glm/core/func_geometric.inl | 321 + include/gal/opengl/glm/core/func_integer.hpp | 201 + include/gal/opengl/glm/core/func_integer.inl | 648 + include/gal/opengl/glm/core/func_matrix.hpp | 150 + include/gal/opengl/glm/core/func_matrix.inl | 582 + include/gal/opengl/glm/core/func_noise.hpp | 87 + include/gal/opengl/glm/core/func_noise.inl | 364 + include/gal/opengl/glm/core/func_packing.hpp | 193 + include/gal/opengl/glm/core/func_packing.inl | 208 + include/gal/opengl/glm/core/func_trigonometric.hpp | 203 + include/gal/opengl/glm/core/func_trigonometric.inl | 244 + .../gal/opengl/glm/core/func_vector_relational.hpp | 138 + .../gal/opengl/glm/core/func_vector_relational.inl | 178 + include/gal/opengl/glm/core/hint.hpp | 40 + include/gal/opengl/glm/core/intrinsic_common.hpp | 89 + include/gal/opengl/glm/core/intrinsic_common.inl | 313 + .../gal/opengl/glm/core/intrinsic_exponential.hpp | 79 + .../gal/opengl/glm/core/intrinsic_exponential.inl | 27 + .../gal/opengl/glm/core/intrinsic_geometric.hpp | 76 + .../gal/opengl/glm/core/intrinsic_geometric.inl | 146 + include/gal/opengl/glm/core/intrinsic_matrix.hpp | 69 + include/gal/opengl/glm/core/intrinsic_matrix.inl | 1070 + .../opengl/glm/core/intrinsic_trigonometric.hpp | 48 + .../opengl/glm/core/intrinsic_trigonometric.inl | 27 + .../glm/core/intrinsic_vector_relational.hpp | 48 + .../glm/core/intrinsic_vector_relational.inl | 366 + include/gal/opengl/glm/core/setup.hpp | 694 + include/gal/opengl/glm/core/type.hpp | 341 + include/gal/opengl/glm/core/type_float.hpp | 84 + include/gal/opengl/glm/core/type_gentype.hpp | 169 + include/gal/opengl/glm/core/type_gentype.inl | 366 + include/gal/opengl/glm/core/type_half.hpp | 118 + include/gal/opengl/glm/core/type_half.inl | 421 + include/gal/opengl/glm/core/type_int.hpp | 142 + include/gal/opengl/glm/core/type_mat.hpp | 41 + include/gal/opengl/glm/core/type_mat.inl | 27 + include/gal/opengl/glm/core/type_mat2x2.hpp | 314 + include/gal/opengl/glm/core/type_mat2x2.inl | 688 + include/gal/opengl/glm/core/type_mat2x3.hpp | 258 + include/gal/opengl/glm/core/type_mat2x3.inl | 633 + include/gal/opengl/glm/core/type_mat2x4.hpp | 260 + include/gal/opengl/glm/core/type_mat2x4.inl | 652 + include/gal/opengl/glm/core/type_mat3x2.hpp | 265 + include/gal/opengl/glm/core/type_mat3x2.inl | 670 + include/gal/opengl/glm/core/type_mat3x3.hpp | 318 + include/gal/opengl/glm/core/type_mat3x3.inl | 800 + include/gal/opengl/glm/core/type_mat3x4.hpp | 266 + include/gal/opengl/glm/core/type_mat3x4.inl | 700 + include/gal/opengl/glm/core/type_mat4x2.hpp | 270 + include/gal/opengl/glm/core/type_mat4x2.inl | 716 + include/gal/opengl/glm/core/type_mat4x3.hpp | 268 + include/gal/opengl/glm/core/type_mat4x3.inl | 725 + include/gal/opengl/glm/core/type_mat4x4.hpp | 320 + include/gal/opengl/glm/core/type_mat4x4.inl | 893 + include/gal/opengl/glm/core/type_size.hpp | 43 + include/gal/opengl/glm/core/type_vec.hpp | 41 + include/gal/opengl/glm/core/type_vec.inl | 27 + include/gal/opengl/glm/core/type_vec1.hpp | 212 + include/gal/opengl/glm/core/type_vec1.inl | 928 + include/gal/opengl/glm/core/type_vec2.hpp | 317 + include/gal/opengl/glm/core/type_vec2.inl | 998 + include/gal/opengl/glm/core/type_vec3.hpp | 342 + include/gal/opengl/glm/core/type_vec3.inl | 1122 + include/gal/opengl/glm/core/type_vec4.hpp | 399 + include/gal/opengl/glm/core/type_vec4.inl | 1348 + include/gal/opengl/glm/ext.hpp | 145 + include/gal/opengl/glm/glm.hpp | 129 + include/gal/opengl/glm/gtc/constants.hpp | 186 + include/gal/opengl/glm/gtc/constants.inl | 186 + include/gal/opengl/glm/gtc/epsilon.hpp | 94 + include/gal/opengl/glm/gtc/epsilon.inl | 286 + include/gal/opengl/glm/gtc/half_float.hpp | 454 + include/gal/opengl/glm/gtc/half_float.inl | 1050 + include/gal/opengl/glm/gtc/matrix_access.hpp | 87 + include/gal/opengl/glm/gtc/matrix_access.inl | 80 + include/gal/opengl/glm/gtc/matrix_integer.hpp | 506 + include/gal/opengl/glm/gtc/matrix_inverse.hpp | 74 + include/gal/opengl/glm/gtc/matrix_inverse.inl | 159 + include/gal/opengl/glm/gtc/matrix_transform.hpp | 291 + include/gal/opengl/glm/gtc/matrix_transform.inl | 434 + include/gal/opengl/glm/gtc/noise.hpp | 80 + include/gal/opengl/glm/gtc/noise.inl | 867 + include/gal/opengl/glm/gtc/quaternion.hpp | 381 + include/gal/opengl/glm/gtc/quaternion.inl | 792 + include/gal/opengl/glm/gtc/random.hpp | 114 + include/gal/opengl/glm/gtc/random.inl | 170 + include/gal/opengl/glm/gtc/reciprocal.hpp | 133 + include/gal/opengl/glm/gtc/reciprocal.inl | 199 + include/gal/opengl/glm/gtc/swizzle.hpp | 375 + include/gal/opengl/glm/gtc/swizzle.inl | 116 + include/gal/opengl/glm/gtc/type_precision.hpp | 669 + include/gal/opengl/glm/gtc/type_precision.inl | 32 + include/gal/opengl/glm/gtc/type_ptr.hpp | 169 + include/gal/opengl/glm/gtc/type_ptr.inl | 473 + include/gal/opengl/glm/gtc/ulp.hpp | 90 + include/gal/opengl/glm/gtc/ulp.inl | 318 + include/gal/opengl/glm/gtx/associated_min_max.hpp | 106 + include/gal/opengl/glm/gtx/associated_min_max.inl | 912 + include/gal/opengl/glm/gtx/bit.hpp | 140 + include/gal/opengl/glm/gtx/bit.inl | 600 + include/gal/opengl/glm/gtx/closest_point.hpp | 66 + include/gal/opengl/glm/gtx/closest_point.inl | 36 + include/gal/opengl/glm/gtx/color_cast.hpp | 124 + include/gal/opengl/glm/gtx/color_cast.inl | 733 + include/gal/opengl/glm/gtx/color_space.hpp | 96 + include/gal/opengl/glm/gtx/color_space.inl | 149 + include/gal/opengl/glm/gtx/color_space_YCoCg.hpp | 84 + include/gal/opengl/glm/gtx/color_space_YCoCg.inl | 64 + include/gal/opengl/glm/gtx/compatibility.hpp | 176 + include/gal/opengl/glm/gtx/compatibility.inl | 60 + include/gal/opengl/glm/gtx/component_wise.hpp | 82 + include/gal/opengl/glm/gtx/component_wise.inl | 47 + include/gal/opengl/glm/gtx/constants.hpp | 33 + include/gal/opengl/glm/gtx/epsilon.hpp | 29 + include/gal/opengl/glm/gtx/euler_angles.hpp | 156 + include/gal/opengl/glm/gtx/euler_angles.inl | 244 + include/gal/opengl/glm/gtx/extend.hpp | 66 + include/gal/opengl/glm/gtx/extend.inl | 55 + include/gal/opengl/glm/gtx/extented_min_max.hpp | 194 + include/gal/opengl/glm/gtx/extented_min_max.inl | 178 + include/gal/opengl/glm/gtx/fast_exponential.hpp | 99 + include/gal/opengl/glm/gtx/fast_exponential.inl | 148 + include/gal/opengl/glm/gtx/fast_square_root.hpp | 85 + include/gal/opengl/glm/gtx/fast_square_root.inl | 136 + include/gal/opengl/glm/gtx/fast_trigonometry.hpp | 100 + include/gal/opengl/glm/gtx/fast_trigonometry.inl | 75 + include/gal/opengl/glm/gtx/gradient_paint.hpp | 76 + include/gal/opengl/glm/gtx/gradient_paint.inl | 43 + .../gal/opengl/glm/gtx/handed_coordinate_space.hpp | 74 + .../gal/opengl/glm/gtx/handed_coordinate_space.inl | 33 + include/gal/opengl/glm/gtx/inertia.hpp | 115 + include/gal/opengl/glm/gtx/inertia.inl | 114 + include/gal/opengl/glm/gtx/int_10_10_10_2.hpp | 64 + include/gal/opengl/glm/gtx/int_10_10_10_2.inl | 19 + include/gal/opengl/glm/gtx/integer.hpp | 104 + include/gal/opengl/glm/gtx/integer.inl | 203 + include/gal/opengl/glm/gtx/intersect.hpp | 102 + include/gal/opengl/glm/gtx/intersect.inl | 196 + include/gal/opengl/glm/gtx/log_base.hpp | 65 + include/gal/opengl/glm/gtx/log_base.inl | 24 + .../gal/opengl/glm/gtx/matrix_cross_product.hpp | 71 + .../gal/opengl/glm/gtx/matrix_cross_product.inl | 44 + .../gal/opengl/glm/gtx/matrix_interpolation.hpp | 88 + .../gal/opengl/glm/gtx/matrix_interpolation.inl | 131 + .../gal/opengl/glm/gtx/matrix_major_storage.hpp | 143 + .../gal/opengl/glm/gtx/matrix_major_storage.inl | 173 + include/gal/opengl/glm/gtx/matrix_operation.hpp | 112 + include/gal/opengl/glm/gtx/matrix_operation.inl | 124 + include/gal/opengl/glm/gtx/matrix_query.hpp | 117 + include/gal/opengl/glm/gtx/matrix_query.inl | 154 + include/gal/opengl/glm/gtx/mixed_product.hpp | 65 + include/gal/opengl/glm/gtx/mixed_product.inl | 22 + include/gal/opengl/glm/gtx/multiple.hpp | 73 + include/gal/opengl/glm/gtx/multiple.inl | 128 + include/gal/opengl/glm/gtx/noise.hpp | 29 + include/gal/opengl/glm/gtx/norm.hpp | 133 + include/gal/opengl/glm/gtx/norm.inl | 156 + include/gal/opengl/glm/gtx/normal.hpp | 67 + include/gal/opengl/glm/gtx/normal.inl | 22 + include/gal/opengl/glm/gtx/normalize_dot.hpp | 76 + include/gal/opengl/glm/gtx/normalize_dot.inl | 115 + include/gal/opengl/glm/gtx/number_precision.hpp | 88 + include/gal/opengl/glm/gtx/number_precision.inl | 13 + include/gal/opengl/glm/gtx/ocl_type.hpp | 132 + include/gal/opengl/glm/gtx/ocl_type.inl | 27 + include/gal/opengl/glm/gtx/optimum_pow.hpp | 91 + include/gal/opengl/glm/gtx/optimum_pow.inl | 58 + include/gal/opengl/glm/gtx/orthonormalize.hpp | 72 + include/gal/opengl/glm/gtx/orthonormalize.inl | 43 + include/gal/opengl/glm/gtx/perpendicular.hpp | 67 + include/gal/opengl/glm/gtx/perpendicular.inl | 21 + include/gal/opengl/glm/gtx/polar_coordinates.hpp | 72 + include/gal/opengl/glm/gtx/polar_coordinates.inl | 55 + include/gal/opengl/glm/gtx/projection.hpp | 65 + include/gal/opengl/glm/gtx/projection.inl | 21 + include/gal/opengl/glm/gtx/quaternion.hpp | 195 + include/gal/opengl/glm/gtx/quaternion.inl | 208 + include/gal/opengl/glm/gtx/random.hpp | 29 + include/gal/opengl/glm/gtx/raw_data.hpp | 75 + include/gal/opengl/glm/gtx/raw_data.inl | 11 + include/gal/opengl/glm/gtx/reciprocal.hpp | 26 + include/gal/opengl/glm/gtx/rotate_vector.hpp | 132 + include/gal/opengl/glm/gtx/rotate_vector.inl | 215 + include/gal/opengl/glm/gtx/simd_mat4.hpp | 206 + include/gal/opengl/glm/gtx/simd_mat4.inl | 590 + include/gal/opengl/glm/gtx/simd_vec4.hpp | 517 + include/gal/opengl/glm/gtx/simd_vec4.inl | 727 + include/gal/opengl/glm/gtx/spline.hpp | 90 + include/gal/opengl/glm/gtx/spline.inl | 70 + include/gal/opengl/glm/gtx/std_based_type.hpp | 83 + include/gal/opengl/glm/gtx/std_based_type.inl | 13 + include/gal/opengl/glm/gtx/string_cast.hpp | 70 + include/gal/opengl/glm/gtx/string_cast.inl | 588 + include/gal/opengl/glm/gtx/transform.hpp | 131 + include/gal/opengl/glm/gtx/transform.inl | 90 + include/gal/opengl/glm/gtx/transform2.hpp | 135 + include/gal/opengl/glm/gtx/transform2.inl | 154 + include/gal/opengl/glm/gtx/ulp.hpp | 29 + include/gal/opengl/glm/gtx/unsigned_int.hpp | 26 + include/gal/opengl/glm/gtx/unsigned_int.inl | 13 + include/gal/opengl/glm/gtx/vec1.hpp | 137 + include/gal/opengl/glm/gtx/vec1.inl | 27 + include/gal/opengl/glm/gtx/vector_access.hpp | 85 + include/gal/opengl/glm/gtx/vector_access.inl | 53 + include/gal/opengl/glm/gtx/vector_angle.hpp | 88 + include/gal/opengl/glm/gtx/vector_angle.inl | 57 + include/gal/opengl/glm/gtx/vector_query.hpp | 112 + include/gal/opengl/glm/gtx/vector_query.inl | 164 + include/gal/opengl/glm/gtx/verbose_operator.hpp | 83 + include/gal/opengl/glm/gtx/verbose_operator.inl | 124 + include/gal/opengl/glm/gtx/wrap.hpp | 73 + include/gal/opengl/glm/gtx/wrap.inl | 165 + include/gal/opengl/glm/virtrev/xstream.hpp | 166 + include/gal/opengl/gpu_manager.h | 182 + include/gal/opengl/noncached_container.h | 73 + include/gal/opengl/opengl_compositor.h | 109 + include/gal/opengl/opengl_gal.h | 394 + include/gal/opengl/shader.h | 210 + include/gal/opengl/vertex_common.h | 76 + include/gal/opengl/vertex_container.h | 176 + include/gal/opengl/vertex_item.h | 103 + include/gal/opengl/vertex_manager.h | 347 + include/gal/stroke_font.h | 226 + include/geometry/rtree.h | 1905 ++ include/geometry/seg.h | 384 + include/geometry/shape.h | 171 + include/geometry/shape_circle.h | 103 + include/geometry/shape_convex.h | 189 + include/geometry/shape_file_io.h | 69 + include/geometry/shape_index.h | 363 + include/geometry/shape_index_list.h | 291 + include/geometry/shape_line_chain.h | 598 + include/geometry/shape_poly_set.h | 374 + include/geometry/shape_rect.h | 168 + include/geometry/shape_segment.h | 101 + include/gestfich.h | 165 + include/gr_basic.h | 258 + include/grid_tricks.h | 96 + include/hashtables.h | 144 + include/hotkeys_basic.h | 245 + include/html_messagebox.h | 85 + include/i18n_utility.h | 41 + include/id.h | 294 + include/import_export.h | 60 + include/ki_mutex.h | 56 + include/kicad_curl/kicad_curl.h | 108 + include/kicad_curl/kicad_curl_easy.h | 184 + include/kicad_device_context.h | 204 + include/kicad_string.h | 174 + include/kiface_i.h | 140 + include/kiway.h | 431 + include/kiway_express.h | 105 + include/kiway_mgr.h | 68 + include/kiway_player.h | 309 + include/layers_id_colors_and_visibility.h | 678 + include/length.h.usuned | 278 + include/macros.h | 119 + include/mail_type.h | 44 + include/math/box2.h | 476 + include/math/math_util.h | 56 + include/math/matrix3x3.h | 404 + include/math/vector2d.h | 579 + include/menus_helpers.h | 205 + include/msgpanel.h | 195 + include/newstroke_font.h | 35 + include/online_help.h | 13 + include/origin_viewitem.h | 146 + include/pad_shapes.h | 55 + include/painter.h | 314 + include/pcbcommon.h | 42 + include/pcbstruct.h | 106 + include/pgm_base.h | 372 + include/plot_common.h | 1104 + include/profile.h | 90 + include/project.h | 322 + include/ptree.h | 96 + include/reporter.h | 168 + include/richio.h | 715 + include/search_stack.h | 127 + include/tool/action_manager.h | 138 + include/tool/context_menu.h | 230 + include/tool/coroutine.h | 268 + include/tool/delegate.h | 100 + include/tool/examples/Makefile | 9 + include/tool/examples/coroutine_example.cpp | 49 + include/tool/examples/delegate_example.cpp | 34 + include/tool/tool_action.h | 223 + include/tool/tool_base.h | 226 + include/tool/tool_dispatcher.h | 135 + include/tool/tool_event.h | 585 + include/tool/tool_interactive.h | 121 + include/tool/tool_manager.h | 455 + include/tool/tool_settings.h | 80 + include/trigo.h | 274 + include/ttl/halfedge/hedart.h | 191 + include/ttl/halfedge/hetraits.h | 189 + include/ttl/halfedge/hetriang.h | 514 + include/ttl/ttl.h | 1901 ++ include/ttl/ttl_util.h | 129 + include/utf8.h | 229 + include/validators.h | 81 + include/view/view.h | 721 + include/view/view_controls.h | 269 + include/view/view_group.h | 205 + include/view/view_item.h | 356 + include/view/view_rtree.h | 92 + include/view/wx_view_controls.h | 153 + include/wildcards_and_files_ext.h | 110 + include/worksheet.h | 49 + include/worksheet_shape_builder.h | 695 + include/worksheet_viewitem.h | 171 + include/wxBasePcbFrame.h | 703 + include/wxPcbStruct.h | 1740 ++ include/wx_status_popup.h | 58 + include/wx_unit_binder.h | 97 + include/wxstruct.h | 527 + include/wxunittext.h | 144 + include/xnode.h | 100 + kicad/CMakeLists.txt | 148 + kicad/Info.plist | 34 + kicad/class_treeproject_item.cpp | 262 + kicad/class_treeproject_item.h | 84 + kicad/class_treeprojectfiles.cpp | 112 + kicad/class_treeprojectfiles.h | 57 + kicad/commandframe.cpp | 116 + kicad/dialogs/dialog_template_selector.cpp | 280 + kicad/dialogs/dialog_template_selector.fbp | 1105 + kicad/dialogs/dialog_template_selector.h | 128 + kicad/dialogs/dialog_template_selector_base.cpp | 125 + kicad/dialogs/dialog_template_selector_base.h | 110 + kicad/file_pro.icns | Bin 0 -> 165611 bytes kicad/files-io.cpp | 249 + kicad/kicad.cpp | 310 + kicad/kicad.h | 337 + kicad/kicad.icns | Bin 0 -> 130074 bytes kicad/kicad.rc | 3 + kicad/kicad_doc.icns | Bin 0 -> 157065 bytes kicad/logokicad.png | Bin 0 -> 5450 bytes kicad/mainframe.cpp | 547 + kicad/menubar.cpp | 501 + kicad/pgm_kicad.h | 76 + kicad/preferences.cpp | 96 + kicad/prjconfig.cpp | 398 + kicad/project_template.cpp | 236 + kicad/project_template.h | 204 + kicad/tree_project_frame.cpp | 1093 + kicad/tree_project_frame.h | 184 + lib_dxf/CMakeLists.txt | 12 + lib_dxf/CREDITS.txt | 4 + lib_dxf/drw_base.h | 493 + lib_dxf/drw_entities.cpp | 1517 + lib_dxf/drw_entities.h | 1342 + lib_dxf/drw_interface.h | 227 + lib_dxf/drw_objects.cpp | 1435 + lib_dxf/drw_objects.h | 743 + lib_dxf/intern/drw_cptable932.h | 7812 +++++ lib_dxf/intern/drw_cptable936.h | 21943 ++++++++++++++ lib_dxf/intern/drw_cptable949.h | 17199 +++++++++++ lib_dxf/intern/drw_cptable950.h | 13654 +++++++++ lib_dxf/intern/drw_cptables.h | 1330 + lib_dxf/intern/drw_textcodec.cpp | 693 + lib_dxf/intern/drw_textcodec.h | 99 + lib_dxf/intern/dxfreader.cpp | 333 + lib_dxf/intern/dxfreader.h | 101 + lib_dxf/intern/dxfwriter.cpp | 319 + lib_dxf/intern/dxfwriter.h | 71 + lib_dxf/libdxfrw.cpp | 3985 +++ lib_dxf/libdxfrw.h | 147 + new/CMakeLists.txt | 251 + new/Doxyfile | 1552 + new/design.h | 476 + new/drawing.png | Bin 0 -> 63275 bytes new/drawing.svg | 964 + new/make-dir-lib-source-test-data.sh | 150 + new/make-html.sh | 3 + new/sch_canvas.cpp | 148 + new/sch_canvas.h | 69 + new/sch_dir_lib_source.cpp | 732 + new/sch_dir_lib_source.h | 202 + new/sch_lib.cpp | 278 + new/sch_lib.h | 365 + new/sch_lib_table.cpp | 341 + new/sch_lib_table.h | 388 + new/sch_lib_table.keywords | 6 + new/sch_lpid.cpp | 501 + new/sch_lpid.h | 245 + new/sch_part.cpp | 675 + new/sch_part.h | 908 + new/sch_sweet_parser.cpp | 1561 + new/sch_sweet_parser.h | 132 + new/sweet.i | 38 + new/sweet.keywords | 81 + new/sweet_edit.cpp | 244 + new/sweet_editor_panel.cpp | 76 + new/sweet_editor_panel.fbp | 938 + new/sweet_editor_panel.h | 67 + new/sweet_spec_for_schematic_parts_EN.fodt | 732 + new/test_sch_lib_table.cpp | 128 + new/toolchain-mingw32.cmake | 45 + new/toolchain-mingw64.cmake | 35 + new/utf8.h | 59 + .../mac-osx/dmg-generator/AdiumApplescriptRunner | Bin 0 -> 18612 bytes .../Artwork/Anonymous_aiga_left_arrow.svg | 54 + .../dmg-generator/Artwork/dmgBackground.png | Bin 0 -> 118847 bytes .../dmg-generator/Artwork/dmgBackground.svg | 196 + packaging/mac-osx/dmg-generator/Makefile | 40 + packaging/mac-osx/dmg-generator/RightDS_Store | Bin 0 -> 12292 bytes packaging/mac-osx/dmg-generator/dmg_kicad.scpt | Bin 0 -> 15724 bytes packaging/mac-osx/dmg-generator/make-diskimage.sh | 78 + packaging/mac-osx/dmg-generator/mkalias | Bin 0 -> 34552 bytes packaging/windows/nsis/Dutch.nsh | 28 + packaging/windows/nsis/English.nsh | 28 + packaging/windows/nsis/French.nsh | 31 + packaging/windows/nsis/Installer Docs.odt | Bin 0 -> 38520 bytes packaging/windows/nsis/Italian.nsh | 31 + packaging/windows/nsis/Japanese.nsh | 28 + packaging/windows/nsis/Polish.nsh | 28 + packaging/windows/nsis/Portuguese.nsh | 30 + packaging/windows/nsis/Russian.nsh | 30 + packaging/windows/nsis/Spanish.nsh | 31 + packaging/windows/nsis/install.ico | Bin 0 -> 3638 bytes packaging/windows/nsis/install.nsi | 304 + packaging/windows/nsis/uninstall.ico | Bin 0 -> 3638 bytes pagelayout_editor/CMakeLists.txt | 165 + pagelayout_editor/Info.plist | 35 + pagelayout_editor/class_pl_editor_layout.cpp | 53 + pagelayout_editor/class_pl_editor_layout.h | 97 + pagelayout_editor/class_pl_editor_screen.cpp | 140 + pagelayout_editor/class_pl_editor_screen.h | 80 + pagelayout_editor/controle.cpp | 62 + pagelayout_editor/design_tree_frame.cpp | 291 + pagelayout_editor/design_tree_frame.h | 108 + pagelayout_editor/dialogs/dialog_new_dataitem.cpp | 185 + .../dialogs/dialog_new_dataitem_base.cpp | 157 + .../dialogs/dialog_new_dataitem_base.fbp | 1666 + .../dialogs/dialog_new_dataitem_base.h | 76 + pagelayout_editor/dialogs/dialogs_for_printing.cpp | 251 + .../dialogs/properties_frame_base.cpp | 638 + .../dialogs/properties_frame_base.fbp | 7684 +++++ pagelayout_editor/dialogs/properties_frame_base.h | 145 + pagelayout_editor/events_functions.cpp | 589 + pagelayout_editor/files.cpp | 260 + pagelayout_editor/hotkeys.cpp | 256 + pagelayout_editor/hotkeys.h | 51 + pagelayout_editor/invoke_pl_editor_dialog.h | 67 + pagelayout_editor/menubar.cpp | 183 + pagelayout_editor/onleftclick.cpp | 77 + pagelayout_editor/onrightclick.cpp | 127 + pagelayout_editor/page_layout_writer.cpp | 472 + pagelayout_editor/pl_editor.cpp | 206 + pagelayout_editor/pl_editor.icns | Bin 0 -> 12539 bytes pagelayout_editor/pl_editor.rc | 3 + pagelayout_editor/pl_editor_config.cpp | 104 + pagelayout_editor/pl_editor_doc.icns | Bin 0 -> 55232 bytes pagelayout_editor/pl_editor_frame.cpp | 786 + pagelayout_editor/pl_editor_frame.h | 374 + pagelayout_editor/pl_editor_id.h | 79 + pagelayout_editor/pl_editor_undo_redo.cpp | 161 + pagelayout_editor/properties_frame.cpp | 493 + pagelayout_editor/properties_frame.h | 70 + pagelayout_editor/toolbars_pl_editor.cpp | 167 + 910 files changed, 478511 insertions(+) create mode 100644 CMakeModules/CMakeFindFrameworks.cmake create mode 100644 CMakeModules/CheckCXXSymbolExists.cmake create mode 100644 CMakeModules/CheckFindPackageResult.cmake create mode 100644 CMakeModules/CreateBzrVersionHeader.cmake create mode 100644 CMakeModules/CreateGitVersionHeader.cmake create mode 100644 CMakeModules/CreateSVNVersionHeader.cmake create mode 100644 CMakeModules/FindBazaar.cmake create mode 100644 CMakeModules/FindCairo.cmake create mode 100644 CMakeModules/FindGLEW.cmake create mode 100644 CMakeModules/FindGdiPlus.cmake create mode 100644 CMakeModules/FindOpenSSL.cmake create mode 100644 CMakeModules/FindPackageMessage.cmake create mode 100644 CMakeModules/FindPythonInterp.cmake create mode 100644 CMakeModules/FindPythonLibs.cmake create mode 100644 CMakeModules/FindSubversion.cmake create mode 100644 CMakeModules/FindZLIB.cmake.unused create mode 100644 CMakeModules/FindwxWidgets.cmake create mode 100644 CMakeModules/Functions.cmake create mode 100644 CMakeModules/Html2C.cmake create mode 100644 CMakeModules/KiCadVersion.cmake create mode 100644 CMakeModules/MinGWResourceCompiler.cmake create mode 100644 CMakeModules/PNG2cpp.cmake create mode 100644 CMakeModules/PerformFeatureChecks.cmake create mode 100644 CMakeModules/SelectLibraryConfigurations.cmake create mode 100644 CMakeModules/Shaders.cmake create mode 100644 CMakeModules/TokenList2DsnLexer.cmake create mode 100644 CMakeModules/UsewxWidgets.cmake create mode 100644 CMakeModules/WriteVersionHeader.cmake create mode 100644 CMakeModules/cmake_uninstall.cmake.in create mode 100644 CMakeModules/config.h.cmake create mode 100644 CMakeModules/download_boost.cmake create mode 100644 CMakeModules/download_cairo.cmake create mode 100644 CMakeModules/download_glew.cmake create mode 100644 CMakeModules/download_libpng.cmake create mode 100644 CMakeModules/download_openssl.cmake create mode 100644 CMakeModules/download_pcre.cmake create mode 100644 CMakeModules/download_pixman.cmake create mode 100644 CMakeModules/download_pkgconfig.cmake create mode 100644 CMakeModules/download_swig.cmake create mode 100644 CMakeModules/download_wxpython.cmake create mode 100644 CMakeModules/download_wxwidgets.cmake create mode 100644 Documentation/GUI_Translation_HOWTO.odt create mode 100644 Documentation/GUI_Translation_HOWTO.pdf create mode 100644 Documentation/HOW_TO_CONTRIBUTE.txt create mode 100644 Documentation/KIWAY_Build_Symbols_Defined.txt create mode 100644 Documentation/biu-plan.txt create mode 100644 Documentation/changelogs/CHANGELOG-2007.txt create mode 100644 Documentation/changelogs/CHANGELOG-2008.txt create mode 100644 Documentation/changelogs/CHANGELOG-2009.txt create mode 100644 Documentation/changelogs/CHANGELOG-2010.txt create mode 100644 Documentation/changelogs/CHANGELOG-2011.txt create mode 100644 Documentation/coding_style_policy.pdf create mode 100644 Documentation/development/Doxyfile create mode 100644 Documentation/development/coding-style-policy.md create mode 100644 Documentation/development/compiling.md create mode 100644 Documentation/development/road-map.md create mode 100644 Documentation/development/stable-release-policy.md create mode 100644 Documentation/guidelines/UIpolicies.txt create mode 100644 Documentation/interactive_router/build.sh create mode 100644 Documentation/interactive_router/interactive_router.mmd create mode 100644 Documentation/interactive_router/pictures/opengl_menu.png create mode 100644 Documentation/interactive_router/pictures/route_icon.png create mode 100644 Documentation/interactive_router/pictures/router_options.png create mode 100644 Documentation/interactive_router/pictures/rules_editor.png create mode 100644 Documentation/notes_about_pcbnew_new_file_format.odt create mode 100644 Documentation/rules_for_capitalization_in_Kicad_UI.txt create mode 100644 Documentation/s-expressions.txt create mode 100644 Documentation/wxWidgets_patch_notes.txt create mode 100644 common/CMakeLists.txt create mode 100644 common/base_screen.cpp create mode 100644 common/base_struct.cpp create mode 100644 common/base_units.cpp create mode 100644 common/basicframe.cpp create mode 100644 common/bezier_curves.cpp create mode 100644 common/bin_mod.cpp create mode 100644 common/bitmap.cpp create mode 100644 common/block_commande.cpp create mode 100644 common/build_version.cpp create mode 100644 common/class_bitmap_base.cpp create mode 100644 common/class_colors_design_settings.cpp create mode 100644 common/class_layer_box_selector.cpp create mode 100644 common/class_marker_base.cpp create mode 100644 common/class_page_info.cpp create mode 100644 common/class_plotter.cpp create mode 100644 common/class_undoredo_container.cpp create mode 100644 common/colors.cpp create mode 100644 common/common.cpp create mode 100644 common/common_plotDXF_functions.cpp create mode 100644 common/common_plotGERBER_functions.cpp create mode 100644 common/common_plotHPGL_functions.cpp create mode 100644 common/common_plotPDF_functions.cpp create mode 100644 common/common_plotPS_functions.cpp create mode 100644 common/common_plotSVG_functions.cpp create mode 100644 common/common_plot_functions.cpp create mode 100644 common/config_params.cpp create mode 100644 common/confirm.cpp create mode 100644 common/convert_basic_shapes_to_polygon.cpp create mode 100644 common/copy_to_clipboard.cpp create mode 100644 common/dialog_about/AboutDialog_main.cpp create mode 100644 common/dialog_about/aboutinfo.h create mode 100644 common/dialog_about/dialog_about.cpp create mode 100644 common/dialog_about/dialog_about.h create mode 100644 common/dialog_about/dialog_about_base.cpp create mode 100644 common/dialog_about/dialog_about_base.fbp create mode 100644 common/dialog_about/dialog_about_base.h create mode 100644 common/dialog_shim.cpp create mode 100644 common/dialogs/dialog_display_info_HTML_base.cpp create mode 100644 common/dialogs/dialog_display_info_HTML_base.fbp create mode 100644 common/dialogs/dialog_display_info_HTML_base.h create mode 100644 common/dialogs/dialog_env_var_config.cpp create mode 100644 common/dialogs/dialog_env_var_config_base.cpp create mode 100644 common/dialogs/dialog_env_var_config_base.fbp create mode 100644 common/dialogs/dialog_env_var_config_base.h create mode 100644 common/dialogs/dialog_exit_base.cpp create mode 100644 common/dialogs/dialog_exit_base.fbp create mode 100644 common/dialogs/dialog_exit_base.h create mode 100644 common/dialogs/dialog_get_component.cpp create mode 100644 common/dialogs/dialog_get_component_base.cpp create mode 100644 common/dialogs/dialog_get_component_base.fbp create mode 100644 common/dialogs/dialog_get_component_base.h create mode 100644 common/dialogs/dialog_hotkeys_editor.cpp create mode 100644 common/dialogs/dialog_hotkeys_editor_base.cpp create mode 100644 common/dialogs/dialog_hotkeys_editor_base.fbp create mode 100644 common/dialogs/dialog_hotkeys_editor_base.h create mode 100644 common/dialogs/dialog_image_editor.cpp create mode 100644 common/dialogs/dialog_image_editor.fbp create mode 100644 common/dialogs/dialog_image_editor.h create mode 100644 common/dialogs/dialog_image_editor_base.cpp create mode 100644 common/dialogs/dialog_image_editor_base.h create mode 100644 common/dialogs/dialog_list_selector_base.cpp create mode 100644 common/dialogs/dialog_list_selector_base.fbp create mode 100644 common/dialogs/dialog_list_selector_base.h create mode 100644 common/dialogs/dialog_page_settings.cpp create mode 100644 common/dialogs/dialog_page_settings.h create mode 100644 common/dialogs/dialog_page_settings_base.cpp create mode 100644 common/dialogs/dialog_page_settings_base.fbp create mode 100644 common/dialogs/dialog_page_settings_base.h create mode 100644 common/dialogs/wx_html_report_panel.cpp create mode 100644 common/dialogs/wx_html_report_panel.h create mode 100644 common/dialogs/wx_html_report_panel_base.cpp create mode 100644 common/dialogs/wx_html_report_panel_base.fbp create mode 100644 common/dialogs/wx_html_report_panel_base.h create mode 100644 common/displlst.cpp create mode 100644 common/dlist.cpp create mode 100644 common/draw_frame.cpp create mode 100644 common/draw_panel.cpp create mode 100644 common/draw_panel_gal.cpp create mode 100644 common/drawtxt.cpp create mode 100644 common/dsnlexer.cpp create mode 100644 common/eda_dde.cpp create mode 100644 common/eda_doc.cpp create mode 100644 common/eda_text.cpp create mode 100644 common/filter_reader.cpp create mode 100644 common/findkicadhelppath.cpp.notused create mode 100644 common/footprint_info.cpp create mode 100644 common/fp_lib_table.cpp create mode 100644 common/fp_lib_table.keywords create mode 100644 common/fpid.cpp create mode 100644 common/gal/cairo/cairo_compositor.cpp create mode 100644 common/gal/cairo/cairo_gal.cpp create mode 100644 common/gal/color4d.cpp create mode 100644 common/gal/graphics_abstraction_layer.cpp create mode 100644 common/gal/opengl/cached_container.cpp create mode 100644 common/gal/opengl/gpu_manager.cpp create mode 100644 common/gal/opengl/noncached_container.cpp create mode 100644 common/gal/opengl/opengl_compositor.cpp create mode 100644 common/gal/opengl/opengl_gal.cpp create mode 100644 common/gal/opengl/shader.cpp create mode 100644 common/gal/opengl/shader.frag create mode 100644 common/gal/opengl/shader.vert create mode 100644 common/gal/opengl/vertex_container.cpp create mode 100644 common/gal/opengl/vertex_item.cpp create mode 100644 common/gal/opengl/vertex_manager.cpp create mode 100644 common/gal/stroke_font.cpp create mode 100644 common/geometry/hetriang.cpp create mode 100644 common/geometry/seg.cpp create mode 100644 common/geometry/shape.cpp create mode 100644 common/geometry/shape_collisions.cpp create mode 100644 common/geometry/shape_file_io.cpp create mode 100644 common/geometry/shape_line_chain.cpp create mode 100644 common/geometry/shape_poly_set.cpp create mode 100644 common/gestfich.cpp create mode 100644 common/getrunningmicrosecs.cpp create mode 100644 common/gr_basic.cpp create mode 100644 common/grid_tricks.cpp create mode 100644 common/hotkeys_basic.cpp create mode 100644 common/html_messagebox.cpp create mode 100644 common/kicad_curl/kicad_curl.cpp create mode 100644 common/kicad_curl/kicad_curl_easy.cpp create mode 100644 common/kiface_i.cpp create mode 100644 common/kiway.cpp create mode 100644 common/kiway_express.cpp create mode 100644 common/kiway_holder.cpp create mode 100644 common/kiway_player.cpp create mode 100644 common/lockfile.cpp create mode 100644 common/lset.cpp create mode 100644 common/math/math_util.cpp create mode 100644 common/msgpanel.cpp create mode 100644 common/netlist.keywords create mode 100644 common/newstroke_font.cpp create mode 100644 common/origin_viewitem.cpp create mode 100644 common/page_layout/class_worksheet_dataitem.cpp create mode 100644 common/page_layout/class_worksheet_layout.cpp create mode 100644 common/page_layout/page_layout_default_description.cpp create mode 100644 common/page_layout/page_layout_graphic_items.cpp create mode 100644 common/page_layout/page_layout_reader.cpp create mode 100644 common/page_layout/page_layout_reader.keywords create mode 100644 common/page_layout/title_block_shapes.cpp create mode 100644 common/painter.cpp create mode 100644 common/pcb.keywords create mode 100644 common/pcb_plot_params.keywords create mode 100644 common/pcbcommon.cpp create mode 100644 common/pgm_base.cpp create mode 100644 common/prependpath.cpp create mode 100644 common/project.cpp create mode 100644 common/ptree.cpp create mode 100644 common/reporter.cpp create mode 100644 common/richio.cpp create mode 100644 common/search_stack.cpp create mode 100644 common/searchhelpfilefullpath.cpp create mode 100644 common/selcolor.cpp create mode 100644 common/single_top.cpp create mode 100644 common/string.cpp create mode 100644 common/strtok_r.c create mode 100644 common/systemdirsappend.cpp create mode 100644 common/tool/action_manager.cpp create mode 100644 common/tool/context_menu.cpp create mode 100644 common/tool/tool_action.cpp create mode 100644 common/tool/tool_base.cpp create mode 100644 common/tool/tool_dispatcher.cpp create mode 100644 common/tool/tool_event.cpp create mode 100644 common/tool/tool_interactive.cpp create mode 100644 common/tool/tool_manager.cpp create mode 100644 common/trigo.cpp create mode 100644 common/utf8.cpp create mode 100644 common/validators.cpp create mode 100644 common/view/view.cpp create mode 100644 common/view/view_controls.cpp create mode 100644 common/view/view_group.cpp create mode 100644 common/view/view_item.cpp create mode 100644 common/view/wx_view_controls.cpp create mode 100644 common/wildcards_and_files_ext.cpp create mode 100644 common/worksheet.cpp create mode 100644 common/worksheet_viewitem.cpp create mode 100644 common/wx_status_popup.cpp create mode 100644 common/wx_unit_binder.cpp create mode 100644 common/wxunittext.cpp create mode 100644 common/wxwineda.cpp create mode 100644 common/xnode.cpp create mode 100644 common/zoom.cpp create mode 100644 demos/CMakeLists.txt create mode 100644 demos/complex_hierarchy/ampli_ht.sch create mode 100644 demos/complex_hierarchy/complex_hierarchy-cache.lib create mode 100644 demos/complex_hierarchy/complex_hierarchy.kicad_pcb create mode 100644 demos/complex_hierarchy/complex_hierarchy.net create mode 100644 demos/complex_hierarchy/complex_hierarchy.pro create mode 100644 demos/complex_hierarchy/complex_hierarchy.sch create mode 100644 demos/complex_hierarchy/complex_hierarchy_schlib.lib create mode 100644 demos/ecc83/ecc83-pp-cache.lib create mode 100644 demos/ecc83/ecc83-pp.kicad_pcb create mode 100644 demos/ecc83/ecc83-pp.net create mode 100644 demos/ecc83/ecc83-pp.pro create mode 100644 demos/ecc83/ecc83-pp.sch create mode 100644 demos/ecc83/ecc83-pp_v2-cache.lib create mode 100644 demos/ecc83/ecc83-pp_v2.kicad_pcb create mode 100644 demos/ecc83/ecc83-pp_v2.net create mode 100644 demos/ecc83/ecc83-pp_v2.pro create mode 100644 demos/ecc83/ecc83-pp_v2.sch create mode 100644 demos/ecc83/ecc83_schlib.dcm create mode 100644 demos/ecc83/ecc83_schlib.lib create mode 100644 demos/ecc83/fp-lib-table create mode 100644 demos/electric/electric-cache.lib create mode 100644 demos/electric/electric.pro create mode 100644 demos/electric/electric.sch create mode 100644 demos/flat_hierarchy/flat_hierarchy-cache.lib create mode 100644 demos/flat_hierarchy/flat_hierarchy.kicad_pcb create mode 100644 demos/flat_hierarchy/flat_hierarchy.net create mode 100644 demos/flat_hierarchy/flat_hierarchy.pro create mode 100644 demos/flat_hierarchy/flat_hierarchy.sch create mode 100644 demos/flat_hierarchy/flat_hierarchy_schlib.lib create mode 100644 demos/flat_hierarchy/pic_programmer.sch create mode 100644 demos/flat_hierarchy/pic_sockets.sch create mode 100644 demos/interf_u/image.lib create mode 100644 demos/interf_u/image.mod create mode 100644 demos/interf_u/interf_u-cache.lib create mode 100644 demos/interf_u/interf_u.cmp create mode 100644 demos/interf_u/interf_u.kicad_pcb create mode 100644 demos/interf_u/interf_u.net create mode 100644 demos/interf_u/interf_u.pro create mode 100644 demos/interf_u/interf_u.sch create mode 100644 demos/interf_u/interf_u_schlib.lib create mode 100644 demos/interf_u/pagelayout_logo.kicad_wks create mode 100644 demos/interf_u/tux.bmp create mode 100644 demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch create mode 100644 demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib create mode 100644 demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb create mode 100644 demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.net create mode 100644 demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro create mode 100644 demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch create mode 100644 demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.lib create mode 100644 demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings create mode 100644 demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wrl create mode 100644 demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings create mode 100644 demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wrl create mode 100644 demos/kit-dev-coldfire-xilinx_5213/xilinx.sch create mode 100644 demos/microwave/microwave.kicad_pcb create mode 100644 demos/microwave/microwave.pro create mode 100644 demos/microwave/shape1.txt create mode 100644 demos/pic_programmer/fp-lib-table create mode 100644 demos/pic_programmer/libs/pic_programmer_fp.pretty/1pin-4.kicad_mod create mode 100644 demos/pic_programmer/libs/pic_programmer_schlib.lib create mode 100644 demos/pic_programmer/pic_programmer-cache.lib create mode 100644 demos/pic_programmer/pic_programmer.kicad_pcb create mode 100644 demos/pic_programmer/pic_programmer.net create mode 100644 demos/pic_programmer/pic_programmer.pro create mode 100644 demos/pic_programmer/pic_programmer.sch create mode 100644 demos/pic_programmer/pic_sockets.sch create mode 100644 demos/pspice/pspice-cache.lib create mode 100644 demos/pspice/pspice.cir create mode 100644 demos/pspice/pspice.pro create mode 100644 demos/pspice/pspice.sch create mode 100644 demos/python_scripts_examples/gen_gerber_and_drill_files_board.py create mode 100644 demos/python_scripts_examples/plot_board.py create mode 100644 demos/sonde xilinx/sonde xilinx-cache.lib create mode 100644 demos/sonde xilinx/sonde xilinx.kicad_pcb create mode 100644 demos/sonde xilinx/sonde xilinx.net create mode 100644 demos/sonde xilinx/sonde xilinx.pro create mode 100644 demos/sonde xilinx/sonde xilinx.sch create mode 100644 demos/sonde xilinx/sonde xilinx_schlib.lib create mode 100644 demos/test_pads_inside_pads/test_pads_inside_pads-cache.lib create mode 100644 demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb create mode 100644 demos/test_pads_inside_pads/test_pads_inside_pads.net create mode 100644 demos/test_pads_inside_pads/test_pads_inside_pads.pro create mode 100644 demos/test_pads_inside_pads/test_pads_inside_pads.sch create mode 100644 demos/test_xil_95108/carte_test-cache.lib create mode 100644 demos/test_xil_95108/carte_test.kicad_pcb create mode 100644 demos/test_xil_95108/carte_test.net create mode 100644 demos/test_xil_95108/carte_test.pro create mode 100644 demos/test_xil_95108/carte_test.sch create mode 100644 demos/test_xil_95108/carte_test_schlib.lib create mode 100644 demos/test_xil_95108/fp-lib-table create mode 100644 demos/video/bus_pci.sch create mode 100644 demos/video/esvideo.sch create mode 100644 demos/video/fp-lib-table create mode 100644 demos/video/graphic.sch create mode 100644 demos/video/libs/footprints.pretty/LRTDK.kicad_mod create mode 100644 demos/video/libs/footprints.pretty/PLCC68.kicad_mod create mode 100644 demos/video/libs/footprints.pretty/PLCC84.kicad_mod create mode 100644 demos/video/libs/footprints.pretty/sim72.kicad_mod create mode 100644 demos/video/libs/video_schlib.lib create mode 100644 demos/video/modul.sch create mode 100644 demos/video/muxdata.sch create mode 100644 demos/video/pal-ntsc.sch create mode 100644 demos/video/rams.sch create mode 100644 demos/video/video-cache.lib create mode 100644 demos/video/video.kicad_pcb create mode 100644 demos/video/video.net create mode 100644 demos/video/video.pro create mode 100644 demos/video/video.sch create mode 100644 helpers/tools_to_build_newstroke-font/AUTHOR.txt create mode 100644 helpers/tools_to_build_newstroke-font/README.txt create mode 100644 helpers/tools_to_build_newstroke-font/charlist.txt create mode 100644 helpers/tools_to_build_newstroke-font/coord.txt create mode 100644 helpers/tools_to_build_newstroke-font/font-cache.lib create mode 100644 helpers/tools_to_build_newstroke-font/font.dcm create mode 100644 helpers/tools_to_build_newstroke-font/font.kicad_pcb create mode 100644 helpers/tools_to_build_newstroke-font/font.lib create mode 100644 helpers/tools_to_build_newstroke-font/font.pro create mode 100644 helpers/tools_to_build_newstroke-font/font.sch create mode 100644 helpers/tools_to_build_newstroke-font/font_draft.sch create mode 100644 helpers/tools_to_build_newstroke-font/font_draft1.lib create mode 100644 helpers/tools_to_build_newstroke-font/fontconv.awk create mode 100644 helpers/tools_to_build_newstroke-font/newstroke_font.h create mode 100644 helpers/tools_to_build_newstroke-font/symbol.dcm create mode 100644 helpers/tools_to_build_newstroke-font/symbol.lib create mode 100644 helpers/tools_to_build_newstroke-font/symbols.sch create mode 100644 helpers/tools_to_build_newstroke-font/test.h create mode 100644 helpers/tools_to_build_newstroke-font/testlist.txt create mode 100644 include/HersheyCyrillic.h.unused create mode 100644 include/base_struct.h create mode 100644 include/base_units.h create mode 100644 include/bezier_curves.h create mode 100644 include/bin_mod.h create mode 100644 include/bitmaps.h create mode 100644 include/block_commande.h create mode 100644 include/build_version.h create mode 100644 include/class_base_screen.h create mode 100644 include/class_bitmap_base.h create mode 100644 include/class_board_design_settings.h create mode 100644 include/class_board_item.h create mode 100644 include/class_collector.h create mode 100644 include/class_colors_design_settings.h create mode 100644 include/class_draw_panel_gal.h create mode 100644 include/class_drawpanel.h create mode 100644 include/class_drc_item.h create mode 100644 include/class_eda_rect.h create mode 100644 include/class_layer_box_selector.h create mode 100644 include/class_macros_record.h create mode 100644 include/class_marker_base.h create mode 100644 include/class_page_info.h create mode 100644 include/class_pcb_screen.h create mode 100644 include/class_title_block.h create mode 100644 include/class_undoredo_container.h create mode 100644 include/class_worksheet_dataitem.h create mode 100644 include/colors.h create mode 100644 include/colors_selection.h create mode 100644 include/common.h create mode 100644 include/config_params.h create mode 100644 include/confirm.h create mode 100644 include/convert_basic_shapes_to_polygon.h create mode 100644 include/convert_from_iu.h create mode 100644 include/convert_to_biu.h create mode 100644 include/core/typeinfo.h create mode 100644 include/dialog_env_var_config.h create mode 100644 include/dialog_get_component.h create mode 100644 include/dialog_helpers.h create mode 100644 include/dialog_hotkeys_editor.h create mode 100644 include/dialog_shim.h create mode 100644 include/dlist.h create mode 100644 include/draw_frame.h create mode 100644 include/drawtxt.h create mode 100644 include/dsnlexer.h create mode 100644 include/eda_dde.h create mode 100644 include/eda_doc.h create mode 100644 include/eda_text.h create mode 100644 include/fctsys.h create mode 100644 include/filter_reader.h create mode 100644 include/footprint_info.h create mode 100644 include/fp_lib_table.h create mode 100644 include/fpid.h create mode 100644 include/frame_type.h create mode 100644 include/gal/cairo/cairo_compositor.h create mode 100644 include/gal/cairo/cairo_gal.h create mode 100644 include/gal/color4d.h create mode 100644 include/gal/compositor.h create mode 100644 include/gal/definitions.h create mode 100644 include/gal/graphics_abstraction_layer.h create mode 100644 include/gal/opengl/cached_container.h create mode 100644 include/gal/opengl/glm/core/_detail.hpp create mode 100644 include/gal/opengl/glm/core/_fixes.hpp create mode 100644 include/gal/opengl/glm/core/_swizzle.hpp create mode 100644 include/gal/opengl/glm/core/_swizzle_func.hpp create mode 100644 include/gal/opengl/glm/core/_vectorize.hpp create mode 100644 include/gal/opengl/glm/core/dummy.cpp create mode 100644 include/gal/opengl/glm/core/func_common.hpp create mode 100644 include/gal/opengl/glm/core/func_common.inl create mode 100644 include/gal/opengl/glm/core/func_exponential.hpp create mode 100644 include/gal/opengl/glm/core/func_exponential.inl create mode 100644 include/gal/opengl/glm/core/func_geometric.hpp create mode 100644 include/gal/opengl/glm/core/func_geometric.inl create mode 100644 include/gal/opengl/glm/core/func_integer.hpp create mode 100644 include/gal/opengl/glm/core/func_integer.inl create mode 100644 include/gal/opengl/glm/core/func_matrix.hpp create mode 100644 include/gal/opengl/glm/core/func_matrix.inl create mode 100644 include/gal/opengl/glm/core/func_noise.hpp create mode 100644 include/gal/opengl/glm/core/func_noise.inl create mode 100644 include/gal/opengl/glm/core/func_packing.hpp create mode 100644 include/gal/opengl/glm/core/func_packing.inl create mode 100644 include/gal/opengl/glm/core/func_trigonometric.hpp create mode 100644 include/gal/opengl/glm/core/func_trigonometric.inl create mode 100644 include/gal/opengl/glm/core/func_vector_relational.hpp create mode 100644 include/gal/opengl/glm/core/func_vector_relational.inl create mode 100644 include/gal/opengl/glm/core/hint.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_common.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_common.inl create mode 100644 include/gal/opengl/glm/core/intrinsic_exponential.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_exponential.inl create mode 100644 include/gal/opengl/glm/core/intrinsic_geometric.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_geometric.inl create mode 100644 include/gal/opengl/glm/core/intrinsic_matrix.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_matrix.inl create mode 100644 include/gal/opengl/glm/core/intrinsic_trigonometric.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_trigonometric.inl create mode 100644 include/gal/opengl/glm/core/intrinsic_vector_relational.hpp create mode 100644 include/gal/opengl/glm/core/intrinsic_vector_relational.inl create mode 100644 include/gal/opengl/glm/core/setup.hpp create mode 100644 include/gal/opengl/glm/core/type.hpp create mode 100644 include/gal/opengl/glm/core/type_float.hpp create mode 100644 include/gal/opengl/glm/core/type_gentype.hpp create mode 100644 include/gal/opengl/glm/core/type_gentype.inl create mode 100644 include/gal/opengl/glm/core/type_half.hpp create mode 100644 include/gal/opengl/glm/core/type_half.inl create mode 100644 include/gal/opengl/glm/core/type_int.hpp create mode 100644 include/gal/opengl/glm/core/type_mat.hpp create mode 100644 include/gal/opengl/glm/core/type_mat.inl create mode 100644 include/gal/opengl/glm/core/type_mat2x2.hpp create mode 100644 include/gal/opengl/glm/core/type_mat2x2.inl create mode 100644 include/gal/opengl/glm/core/type_mat2x3.hpp create mode 100644 include/gal/opengl/glm/core/type_mat2x3.inl create mode 100644 include/gal/opengl/glm/core/type_mat2x4.hpp create mode 100644 include/gal/opengl/glm/core/type_mat2x4.inl create mode 100644 include/gal/opengl/glm/core/type_mat3x2.hpp create mode 100644 include/gal/opengl/glm/core/type_mat3x2.inl create mode 100644 include/gal/opengl/glm/core/type_mat3x3.hpp create mode 100644 include/gal/opengl/glm/core/type_mat3x3.inl create mode 100644 include/gal/opengl/glm/core/type_mat3x4.hpp create mode 100644 include/gal/opengl/glm/core/type_mat3x4.inl create mode 100644 include/gal/opengl/glm/core/type_mat4x2.hpp create mode 100644 include/gal/opengl/glm/core/type_mat4x2.inl create mode 100644 include/gal/opengl/glm/core/type_mat4x3.hpp create mode 100644 include/gal/opengl/glm/core/type_mat4x3.inl create mode 100644 include/gal/opengl/glm/core/type_mat4x4.hpp create mode 100644 include/gal/opengl/glm/core/type_mat4x4.inl create mode 100644 include/gal/opengl/glm/core/type_size.hpp create mode 100644 include/gal/opengl/glm/core/type_vec.hpp create mode 100644 include/gal/opengl/glm/core/type_vec.inl create mode 100644 include/gal/opengl/glm/core/type_vec1.hpp create mode 100644 include/gal/opengl/glm/core/type_vec1.inl create mode 100644 include/gal/opengl/glm/core/type_vec2.hpp create mode 100644 include/gal/opengl/glm/core/type_vec2.inl create mode 100644 include/gal/opengl/glm/core/type_vec3.hpp create mode 100644 include/gal/opengl/glm/core/type_vec3.inl create mode 100644 include/gal/opengl/glm/core/type_vec4.hpp create mode 100644 include/gal/opengl/glm/core/type_vec4.inl create mode 100644 include/gal/opengl/glm/ext.hpp create mode 100644 include/gal/opengl/glm/glm.hpp create mode 100644 include/gal/opengl/glm/gtc/constants.hpp create mode 100644 include/gal/opengl/glm/gtc/constants.inl create mode 100644 include/gal/opengl/glm/gtc/epsilon.hpp create mode 100644 include/gal/opengl/glm/gtc/epsilon.inl create mode 100644 include/gal/opengl/glm/gtc/half_float.hpp create mode 100644 include/gal/opengl/glm/gtc/half_float.inl create mode 100644 include/gal/opengl/glm/gtc/matrix_access.hpp create mode 100644 include/gal/opengl/glm/gtc/matrix_access.inl create mode 100644 include/gal/opengl/glm/gtc/matrix_integer.hpp create mode 100644 include/gal/opengl/glm/gtc/matrix_inverse.hpp create mode 100644 include/gal/opengl/glm/gtc/matrix_inverse.inl create mode 100644 include/gal/opengl/glm/gtc/matrix_transform.hpp create mode 100644 include/gal/opengl/glm/gtc/matrix_transform.inl create mode 100644 include/gal/opengl/glm/gtc/noise.hpp create mode 100644 include/gal/opengl/glm/gtc/noise.inl create mode 100644 include/gal/opengl/glm/gtc/quaternion.hpp create mode 100644 include/gal/opengl/glm/gtc/quaternion.inl create mode 100644 include/gal/opengl/glm/gtc/random.hpp create mode 100644 include/gal/opengl/glm/gtc/random.inl create mode 100644 include/gal/opengl/glm/gtc/reciprocal.hpp create mode 100644 include/gal/opengl/glm/gtc/reciprocal.inl create mode 100644 include/gal/opengl/glm/gtc/swizzle.hpp create mode 100644 include/gal/opengl/glm/gtc/swizzle.inl create mode 100644 include/gal/opengl/glm/gtc/type_precision.hpp create mode 100644 include/gal/opengl/glm/gtc/type_precision.inl create mode 100644 include/gal/opengl/glm/gtc/type_ptr.hpp create mode 100644 include/gal/opengl/glm/gtc/type_ptr.inl create mode 100644 include/gal/opengl/glm/gtc/ulp.hpp create mode 100644 include/gal/opengl/glm/gtc/ulp.inl create mode 100644 include/gal/opengl/glm/gtx/associated_min_max.hpp create mode 100644 include/gal/opengl/glm/gtx/associated_min_max.inl create mode 100644 include/gal/opengl/glm/gtx/bit.hpp create mode 100644 include/gal/opengl/glm/gtx/bit.inl create mode 100644 include/gal/opengl/glm/gtx/closest_point.hpp create mode 100644 include/gal/opengl/glm/gtx/closest_point.inl create mode 100644 include/gal/opengl/glm/gtx/color_cast.hpp create mode 100644 include/gal/opengl/glm/gtx/color_cast.inl create mode 100644 include/gal/opengl/glm/gtx/color_space.hpp create mode 100644 include/gal/opengl/glm/gtx/color_space.inl create mode 100644 include/gal/opengl/glm/gtx/color_space_YCoCg.hpp create mode 100644 include/gal/opengl/glm/gtx/color_space_YCoCg.inl create mode 100644 include/gal/opengl/glm/gtx/compatibility.hpp create mode 100644 include/gal/opengl/glm/gtx/compatibility.inl create mode 100644 include/gal/opengl/glm/gtx/component_wise.hpp create mode 100644 include/gal/opengl/glm/gtx/component_wise.inl create mode 100644 include/gal/opengl/glm/gtx/constants.hpp create mode 100644 include/gal/opengl/glm/gtx/epsilon.hpp create mode 100644 include/gal/opengl/glm/gtx/euler_angles.hpp create mode 100644 include/gal/opengl/glm/gtx/euler_angles.inl create mode 100644 include/gal/opengl/glm/gtx/extend.hpp create mode 100644 include/gal/opengl/glm/gtx/extend.inl create mode 100644 include/gal/opengl/glm/gtx/extented_min_max.hpp create mode 100644 include/gal/opengl/glm/gtx/extented_min_max.inl create mode 100644 include/gal/opengl/glm/gtx/fast_exponential.hpp create mode 100644 include/gal/opengl/glm/gtx/fast_exponential.inl create mode 100644 include/gal/opengl/glm/gtx/fast_square_root.hpp create mode 100644 include/gal/opengl/glm/gtx/fast_square_root.inl create mode 100644 include/gal/opengl/glm/gtx/fast_trigonometry.hpp create mode 100644 include/gal/opengl/glm/gtx/fast_trigonometry.inl create mode 100644 include/gal/opengl/glm/gtx/gradient_paint.hpp create mode 100644 include/gal/opengl/glm/gtx/gradient_paint.inl create mode 100644 include/gal/opengl/glm/gtx/handed_coordinate_space.hpp create mode 100644 include/gal/opengl/glm/gtx/handed_coordinate_space.inl create mode 100644 include/gal/opengl/glm/gtx/inertia.hpp create mode 100644 include/gal/opengl/glm/gtx/inertia.inl create mode 100644 include/gal/opengl/glm/gtx/int_10_10_10_2.hpp create mode 100644 include/gal/opengl/glm/gtx/int_10_10_10_2.inl create mode 100644 include/gal/opengl/glm/gtx/integer.hpp create mode 100644 include/gal/opengl/glm/gtx/integer.inl create mode 100644 include/gal/opengl/glm/gtx/intersect.hpp create mode 100644 include/gal/opengl/glm/gtx/intersect.inl create mode 100644 include/gal/opengl/glm/gtx/log_base.hpp create mode 100644 include/gal/opengl/glm/gtx/log_base.inl create mode 100644 include/gal/opengl/glm/gtx/matrix_cross_product.hpp create mode 100644 include/gal/opengl/glm/gtx/matrix_cross_product.inl create mode 100644 include/gal/opengl/glm/gtx/matrix_interpolation.hpp create mode 100644 include/gal/opengl/glm/gtx/matrix_interpolation.inl create mode 100644 include/gal/opengl/glm/gtx/matrix_major_storage.hpp create mode 100644 include/gal/opengl/glm/gtx/matrix_major_storage.inl create mode 100644 include/gal/opengl/glm/gtx/matrix_operation.hpp create mode 100644 include/gal/opengl/glm/gtx/matrix_operation.inl create mode 100644 include/gal/opengl/glm/gtx/matrix_query.hpp create mode 100644 include/gal/opengl/glm/gtx/matrix_query.inl create mode 100644 include/gal/opengl/glm/gtx/mixed_product.hpp create mode 100644 include/gal/opengl/glm/gtx/mixed_product.inl create mode 100644 include/gal/opengl/glm/gtx/multiple.hpp create mode 100644 include/gal/opengl/glm/gtx/multiple.inl create mode 100644 include/gal/opengl/glm/gtx/noise.hpp create mode 100644 include/gal/opengl/glm/gtx/norm.hpp create mode 100644 include/gal/opengl/glm/gtx/norm.inl create mode 100644 include/gal/opengl/glm/gtx/normal.hpp create mode 100644 include/gal/opengl/glm/gtx/normal.inl create mode 100644 include/gal/opengl/glm/gtx/normalize_dot.hpp create mode 100644 include/gal/opengl/glm/gtx/normalize_dot.inl create mode 100644 include/gal/opengl/glm/gtx/number_precision.hpp create mode 100644 include/gal/opengl/glm/gtx/number_precision.inl create mode 100644 include/gal/opengl/glm/gtx/ocl_type.hpp create mode 100644 include/gal/opengl/glm/gtx/ocl_type.inl create mode 100644 include/gal/opengl/glm/gtx/optimum_pow.hpp create mode 100644 include/gal/opengl/glm/gtx/optimum_pow.inl create mode 100644 include/gal/opengl/glm/gtx/orthonormalize.hpp create mode 100644 include/gal/opengl/glm/gtx/orthonormalize.inl create mode 100644 include/gal/opengl/glm/gtx/perpendicular.hpp create mode 100644 include/gal/opengl/glm/gtx/perpendicular.inl create mode 100644 include/gal/opengl/glm/gtx/polar_coordinates.hpp create mode 100644 include/gal/opengl/glm/gtx/polar_coordinates.inl create mode 100644 include/gal/opengl/glm/gtx/projection.hpp create mode 100644 include/gal/opengl/glm/gtx/projection.inl create mode 100644 include/gal/opengl/glm/gtx/quaternion.hpp create mode 100644 include/gal/opengl/glm/gtx/quaternion.inl create mode 100644 include/gal/opengl/glm/gtx/random.hpp create mode 100644 include/gal/opengl/glm/gtx/raw_data.hpp create mode 100644 include/gal/opengl/glm/gtx/raw_data.inl create mode 100644 include/gal/opengl/glm/gtx/reciprocal.hpp create mode 100644 include/gal/opengl/glm/gtx/rotate_vector.hpp create mode 100644 include/gal/opengl/glm/gtx/rotate_vector.inl create mode 100644 include/gal/opengl/glm/gtx/simd_mat4.hpp create mode 100644 include/gal/opengl/glm/gtx/simd_mat4.inl create mode 100644 include/gal/opengl/glm/gtx/simd_vec4.hpp create mode 100644 include/gal/opengl/glm/gtx/simd_vec4.inl create mode 100644 include/gal/opengl/glm/gtx/spline.hpp create mode 100644 include/gal/opengl/glm/gtx/spline.inl create mode 100644 include/gal/opengl/glm/gtx/std_based_type.hpp create mode 100644 include/gal/opengl/glm/gtx/std_based_type.inl create mode 100644 include/gal/opengl/glm/gtx/string_cast.hpp create mode 100644 include/gal/opengl/glm/gtx/string_cast.inl create mode 100644 include/gal/opengl/glm/gtx/transform.hpp create mode 100644 include/gal/opengl/glm/gtx/transform.inl create mode 100644 include/gal/opengl/glm/gtx/transform2.hpp create mode 100644 include/gal/opengl/glm/gtx/transform2.inl create mode 100644 include/gal/opengl/glm/gtx/ulp.hpp create mode 100644 include/gal/opengl/glm/gtx/unsigned_int.hpp create mode 100644 include/gal/opengl/glm/gtx/unsigned_int.inl create mode 100644 include/gal/opengl/glm/gtx/vec1.hpp create mode 100644 include/gal/opengl/glm/gtx/vec1.inl create mode 100644 include/gal/opengl/glm/gtx/vector_access.hpp create mode 100644 include/gal/opengl/glm/gtx/vector_access.inl create mode 100644 include/gal/opengl/glm/gtx/vector_angle.hpp create mode 100644 include/gal/opengl/glm/gtx/vector_angle.inl create mode 100644 include/gal/opengl/glm/gtx/vector_query.hpp create mode 100644 include/gal/opengl/glm/gtx/vector_query.inl create mode 100644 include/gal/opengl/glm/gtx/verbose_operator.hpp create mode 100644 include/gal/opengl/glm/gtx/verbose_operator.inl create mode 100644 include/gal/opengl/glm/gtx/wrap.hpp create mode 100644 include/gal/opengl/glm/gtx/wrap.inl create mode 100644 include/gal/opengl/glm/virtrev/xstream.hpp create mode 100644 include/gal/opengl/gpu_manager.h create mode 100644 include/gal/opengl/noncached_container.h create mode 100644 include/gal/opengl/opengl_compositor.h create mode 100644 include/gal/opengl/opengl_gal.h create mode 100644 include/gal/opengl/shader.h create mode 100644 include/gal/opengl/vertex_common.h create mode 100644 include/gal/opengl/vertex_container.h create mode 100644 include/gal/opengl/vertex_item.h create mode 100644 include/gal/opengl/vertex_manager.h create mode 100644 include/gal/stroke_font.h create mode 100644 include/geometry/rtree.h create mode 100644 include/geometry/seg.h create mode 100644 include/geometry/shape.h create mode 100644 include/geometry/shape_circle.h create mode 100644 include/geometry/shape_convex.h create mode 100644 include/geometry/shape_file_io.h create mode 100644 include/geometry/shape_index.h create mode 100644 include/geometry/shape_index_list.h create mode 100644 include/geometry/shape_line_chain.h create mode 100644 include/geometry/shape_poly_set.h create mode 100644 include/geometry/shape_rect.h create mode 100644 include/geometry/shape_segment.h create mode 100644 include/gestfich.h create mode 100644 include/gr_basic.h create mode 100644 include/grid_tricks.h create mode 100644 include/hashtables.h create mode 100644 include/hotkeys_basic.h create mode 100644 include/html_messagebox.h create mode 100644 include/i18n_utility.h create mode 100644 include/id.h create mode 100644 include/import_export.h create mode 100644 include/ki_mutex.h create mode 100644 include/kicad_curl/kicad_curl.h create mode 100644 include/kicad_curl/kicad_curl_easy.h create mode 100644 include/kicad_device_context.h create mode 100644 include/kicad_string.h create mode 100644 include/kiface_i.h create mode 100644 include/kiway.h create mode 100644 include/kiway_express.h create mode 100644 include/kiway_mgr.h create mode 100644 include/kiway_player.h create mode 100644 include/layers_id_colors_and_visibility.h create mode 100644 include/length.h.usuned create mode 100644 include/macros.h create mode 100644 include/mail_type.h create mode 100644 include/math/box2.h create mode 100644 include/math/math_util.h create mode 100644 include/math/matrix3x3.h create mode 100644 include/math/vector2d.h create mode 100644 include/menus_helpers.h create mode 100644 include/msgpanel.h create mode 100644 include/newstroke_font.h create mode 100644 include/online_help.h create mode 100644 include/origin_viewitem.h create mode 100644 include/pad_shapes.h create mode 100644 include/painter.h create mode 100644 include/pcbcommon.h create mode 100644 include/pcbstruct.h create mode 100644 include/pgm_base.h create mode 100644 include/plot_common.h create mode 100644 include/profile.h create mode 100644 include/project.h create mode 100644 include/ptree.h create mode 100644 include/reporter.h create mode 100644 include/richio.h create mode 100644 include/search_stack.h create mode 100644 include/tool/action_manager.h create mode 100644 include/tool/context_menu.h create mode 100644 include/tool/coroutine.h create mode 100644 include/tool/delegate.h create mode 100644 include/tool/examples/Makefile create mode 100644 include/tool/examples/coroutine_example.cpp create mode 100644 include/tool/examples/delegate_example.cpp create mode 100644 include/tool/tool_action.h create mode 100644 include/tool/tool_base.h create mode 100644 include/tool/tool_dispatcher.h create mode 100644 include/tool/tool_event.h create mode 100644 include/tool/tool_interactive.h create mode 100644 include/tool/tool_manager.h create mode 100644 include/tool/tool_settings.h create mode 100644 include/trigo.h create mode 100644 include/ttl/halfedge/hedart.h create mode 100644 include/ttl/halfedge/hetraits.h create mode 100644 include/ttl/halfedge/hetriang.h create mode 100644 include/ttl/ttl.h create mode 100644 include/ttl/ttl_util.h create mode 100644 include/utf8.h create mode 100644 include/validators.h create mode 100644 include/view/view.h create mode 100644 include/view/view_controls.h create mode 100644 include/view/view_group.h create mode 100644 include/view/view_item.h create mode 100644 include/view/view_rtree.h create mode 100644 include/view/wx_view_controls.h create mode 100644 include/wildcards_and_files_ext.h create mode 100644 include/worksheet.h create mode 100644 include/worksheet_shape_builder.h create mode 100644 include/worksheet_viewitem.h create mode 100644 include/wxBasePcbFrame.h create mode 100644 include/wxPcbStruct.h create mode 100644 include/wx_status_popup.h create mode 100644 include/wx_unit_binder.h create mode 100644 include/wxstruct.h create mode 100644 include/wxunittext.h create mode 100644 include/xnode.h create mode 100644 kicad/CMakeLists.txt create mode 100644 kicad/Info.plist create mode 100644 kicad/class_treeproject_item.cpp create mode 100644 kicad/class_treeproject_item.h create mode 100644 kicad/class_treeprojectfiles.cpp create mode 100644 kicad/class_treeprojectfiles.h create mode 100644 kicad/commandframe.cpp create mode 100644 kicad/dialogs/dialog_template_selector.cpp create mode 100644 kicad/dialogs/dialog_template_selector.fbp create mode 100644 kicad/dialogs/dialog_template_selector.h create mode 100644 kicad/dialogs/dialog_template_selector_base.cpp create mode 100644 kicad/dialogs/dialog_template_selector_base.h create mode 100644 kicad/file_pro.icns create mode 100644 kicad/files-io.cpp create mode 100644 kicad/kicad.cpp create mode 100644 kicad/kicad.h create mode 100644 kicad/kicad.icns create mode 100644 kicad/kicad.rc create mode 100644 kicad/kicad_doc.icns create mode 100644 kicad/logokicad.png create mode 100644 kicad/mainframe.cpp create mode 100644 kicad/menubar.cpp create mode 100644 kicad/pgm_kicad.h create mode 100644 kicad/preferences.cpp create mode 100644 kicad/prjconfig.cpp create mode 100644 kicad/project_template.cpp create mode 100644 kicad/project_template.h create mode 100644 kicad/tree_project_frame.cpp create mode 100644 kicad/tree_project_frame.h create mode 100644 lib_dxf/CMakeLists.txt create mode 100644 lib_dxf/CREDITS.txt create mode 100644 lib_dxf/drw_base.h create mode 100644 lib_dxf/drw_entities.cpp create mode 100644 lib_dxf/drw_entities.h create mode 100644 lib_dxf/drw_interface.h create mode 100644 lib_dxf/drw_objects.cpp create mode 100644 lib_dxf/drw_objects.h create mode 100644 lib_dxf/intern/drw_cptable932.h create mode 100644 lib_dxf/intern/drw_cptable936.h create mode 100644 lib_dxf/intern/drw_cptable949.h create mode 100644 lib_dxf/intern/drw_cptable950.h create mode 100644 lib_dxf/intern/drw_cptables.h create mode 100644 lib_dxf/intern/drw_textcodec.cpp create mode 100644 lib_dxf/intern/drw_textcodec.h create mode 100644 lib_dxf/intern/dxfreader.cpp create mode 100644 lib_dxf/intern/dxfreader.h create mode 100644 lib_dxf/intern/dxfwriter.cpp create mode 100644 lib_dxf/intern/dxfwriter.h create mode 100644 lib_dxf/libdxfrw.cpp create mode 100644 lib_dxf/libdxfrw.h create mode 100644 new/CMakeLists.txt create mode 100644 new/Doxyfile create mode 100644 new/design.h create mode 100644 new/drawing.png create mode 100644 new/drawing.svg create mode 100755 new/make-dir-lib-source-test-data.sh create mode 100755 new/make-html.sh create mode 100644 new/sch_canvas.cpp create mode 100644 new/sch_canvas.h create mode 100644 new/sch_dir_lib_source.cpp create mode 100644 new/sch_dir_lib_source.h create mode 100644 new/sch_lib.cpp create mode 100644 new/sch_lib.h create mode 100644 new/sch_lib_table.cpp create mode 100644 new/sch_lib_table.h create mode 100644 new/sch_lib_table.keywords create mode 100644 new/sch_lpid.cpp create mode 100644 new/sch_lpid.h create mode 100644 new/sch_part.cpp create mode 100644 new/sch_part.h create mode 100644 new/sch_sweet_parser.cpp create mode 100644 new/sch_sweet_parser.h create mode 100644 new/sweet.i create mode 100644 new/sweet.keywords create mode 100644 new/sweet_edit.cpp create mode 100644 new/sweet_editor_panel.cpp create mode 100644 new/sweet_editor_panel.fbp create mode 100644 new/sweet_editor_panel.h create mode 100644 new/sweet_spec_for_schematic_parts_EN.fodt create mode 100644 new/test_sch_lib_table.cpp create mode 100644 new/toolchain-mingw32.cmake create mode 100644 new/toolchain-mingw64.cmake create mode 100644 new/utf8.h create mode 100755 packaging/mac-osx/dmg-generator/AdiumApplescriptRunner create mode 100644 packaging/mac-osx/dmg-generator/Artwork/Anonymous_aiga_left_arrow.svg create mode 100644 packaging/mac-osx/dmg-generator/Artwork/dmgBackground.png create mode 100644 packaging/mac-osx/dmg-generator/Artwork/dmgBackground.svg create mode 100644 packaging/mac-osx/dmg-generator/Makefile create mode 100644 packaging/mac-osx/dmg-generator/RightDS_Store create mode 100644 packaging/mac-osx/dmg-generator/dmg_kicad.scpt create mode 100755 packaging/mac-osx/dmg-generator/make-diskimage.sh create mode 100755 packaging/mac-osx/dmg-generator/mkalias create mode 100644 packaging/windows/nsis/Dutch.nsh create mode 100644 packaging/windows/nsis/English.nsh create mode 100644 packaging/windows/nsis/French.nsh create mode 100644 packaging/windows/nsis/Installer Docs.odt create mode 100644 packaging/windows/nsis/Italian.nsh create mode 100644 packaging/windows/nsis/Japanese.nsh create mode 100644 packaging/windows/nsis/Polish.nsh create mode 100644 packaging/windows/nsis/Portuguese.nsh create mode 100644 packaging/windows/nsis/Russian.nsh create mode 100644 packaging/windows/nsis/Spanish.nsh create mode 100644 packaging/windows/nsis/install.ico create mode 100644 packaging/windows/nsis/install.nsi create mode 100644 packaging/windows/nsis/uninstall.ico create mode 100644 pagelayout_editor/CMakeLists.txt create mode 100644 pagelayout_editor/Info.plist create mode 100644 pagelayout_editor/class_pl_editor_layout.cpp create mode 100644 pagelayout_editor/class_pl_editor_layout.h create mode 100644 pagelayout_editor/class_pl_editor_screen.cpp create mode 100644 pagelayout_editor/class_pl_editor_screen.h create mode 100644 pagelayout_editor/controle.cpp create mode 100644 pagelayout_editor/design_tree_frame.cpp create mode 100644 pagelayout_editor/design_tree_frame.h create mode 100644 pagelayout_editor/dialogs/dialog_new_dataitem.cpp create mode 100644 pagelayout_editor/dialogs/dialog_new_dataitem_base.cpp create mode 100644 pagelayout_editor/dialogs/dialog_new_dataitem_base.fbp create mode 100644 pagelayout_editor/dialogs/dialog_new_dataitem_base.h create mode 100644 pagelayout_editor/dialogs/dialogs_for_printing.cpp create mode 100644 pagelayout_editor/dialogs/properties_frame_base.cpp create mode 100644 pagelayout_editor/dialogs/properties_frame_base.fbp create mode 100644 pagelayout_editor/dialogs/properties_frame_base.h create mode 100644 pagelayout_editor/events_functions.cpp create mode 100644 pagelayout_editor/files.cpp create mode 100644 pagelayout_editor/hotkeys.cpp create mode 100644 pagelayout_editor/hotkeys.h create mode 100644 pagelayout_editor/invoke_pl_editor_dialog.h create mode 100644 pagelayout_editor/menubar.cpp create mode 100644 pagelayout_editor/onleftclick.cpp create mode 100644 pagelayout_editor/onrightclick.cpp create mode 100644 pagelayout_editor/page_layout_writer.cpp create mode 100644 pagelayout_editor/pl_editor.cpp create mode 100644 pagelayout_editor/pl_editor.icns create mode 100644 pagelayout_editor/pl_editor.rc create mode 100644 pagelayout_editor/pl_editor_config.cpp create mode 100644 pagelayout_editor/pl_editor_doc.icns create mode 100644 pagelayout_editor/pl_editor_frame.cpp create mode 100644 pagelayout_editor/pl_editor_frame.h create mode 100644 pagelayout_editor/pl_editor_id.h create mode 100644 pagelayout_editor/pl_editor_undo_redo.cpp create mode 100644 pagelayout_editor/properties_frame.cpp create mode 100644 pagelayout_editor/properties_frame.h create mode 100644 pagelayout_editor/toolbars_pl_editor.cpp diff --git a/CMakeModules/CMakeFindFrameworks.cmake b/CMakeModules/CMakeFindFrameworks.cmake new file mode 100644 index 0000000..7fdeb84 --- /dev/null +++ b/CMakeModules/CMakeFindFrameworks.cmake @@ -0,0 +1,32 @@ +# - helper module to find OSX frameworks + +#============================================================================= +# Copyright 2003-2009 Kitware, Inc. +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +if(NOT CMAKE_FIND_FRAMEWORKS_INCLUDED) + set(CMAKE_FIND_FRAMEWORKS_INCLUDED 1) + macro(CMAKE_FIND_FRAMEWORKS fwk) + set(${fwk}_FRAMEWORKS) + if(APPLE) + foreach(dir + ~/Library/Frameworks/${fwk}.framework + /Library/Frameworks/${fwk}.framework + /System/Library/Frameworks/${fwk}.framework + /Network/Library/Frameworks/${fwk}.framework) + if(EXISTS ${dir}) + set(${fwk}_FRAMEWORKS ${${fwk}_FRAMEWORKS} ${dir}) + endif() + endforeach() + endif() + endmacro() +endif() diff --git a/CMakeModules/CheckCXXSymbolExists.cmake b/CMakeModules/CheckCXXSymbolExists.cmake new file mode 100644 index 0000000..2100973 --- /dev/null +++ b/CMakeModules/CheckCXXSymbolExists.cmake @@ -0,0 +1,42 @@ +# - Check if a symbol exists as a function, variable, or macro in C++ +# CHECK_CXX_SYMBOL_EXISTS( ) +# +# Check that the is available after including given header +# and store the result in a . Specify the list +# of files in one argument as a semicolon-separated list. +# CHECK_CXX_SYMBOL_EXISTS() can be used to check in C++ files, as opposed +# to CHECK_SYMBOL_EXISTS(), which works only for C. +# +# If the header files define the symbol as a macro it is considered +# available and assumed to work. If the header files declare the +# symbol as a function or variable then the symbol must also be +# available for linking. If the symbol is a type or enum value +# it will not be recognized (consider using CheckTypeSize or +# CheckCSourceCompiles). +# +# The following variables may be set before calling this macro to +# modify the way the check is run: +# +# CMAKE_REQUIRED_FLAGS = string of compile command line flags +# CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar) +# CMAKE_REQUIRED_INCLUDES = list of include directories +# CMAKE_REQUIRED_LIBRARIES = list of libraries to link + +#============================================================================= +# Copyright 2003-2011 Kitware, Inc. +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +include(CheckSymbolExists) + +macro(CHECK_CXX_SYMBOL_EXISTS SYMBOL FILES VARIABLE) + _CHECK_SYMBOL_EXISTS("${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/CheckSymbolExists.cxx" "${SYMBOL}" "${FILES}" "${VARIABLE}" ) +endmacro() diff --git a/CMakeModules/CheckFindPackageResult.cmake b/CMakeModules/CheckFindPackageResult.cmake new file mode 100644 index 0000000..3cb1a21 --- /dev/null +++ b/CMakeModules/CheckFindPackageResult.cmake @@ -0,0 +1,8 @@ +macro(check_find_package_result _VAR _PKGNAME) + if(${_VAR}) + message(STATUS "Check for installed ${_PKGNAME} -- found") + else(${_VAR}) + message(STATUS "Check for installed ${_PKGNAME} -- not found") + message(FATAL_ERROR "${_PKGNAME} was not found - it is required to build Kicad") + endif(${_VAR}) +endmacro(check_find_package_result) diff --git a/CMakeModules/CreateBzrVersionHeader.cmake b/CMakeModules/CreateBzrVersionHeader.cmake new file mode 100644 index 0000000..2c86e5f --- /dev/null +++ b/CMakeModules/CreateBzrVersionHeader.cmake @@ -0,0 +1,75 @@ +# +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2010 Wayne Stambaugh +# Copyright (C) 2010-2015 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# + +macro( create_bzr_version_header _bzr_src_path ) + # If bzr is not found or an error occurs using the bzr commands to determine the repo + # version, set the build version string to "no-bzr" + set( KICAD_BUILD_VERSION "no-bzr" ) + + # Include Bazaar support to automagically create version header file. + find_package( Bazaar ) + + if( Bazaar_FOUND ) + set( _Bazaar_SAVED_LC_ALL "$ENV{LC_ALL}" ) + set( ENV{LC_ALL} C ) + + # Get the tree revision + execute_process( + COMMAND ${Bazaar_EXECUTABLE} revno --tree ${_bzr_src_path} + OUTPUT_VARIABLE _bzr_TREE_DATE + RESULT_VARIABLE _bzr_revno_result + OUTPUT_STRIP_TRAILING_WHITESPACE ) + + if( ${_bzr_revno_result} EQUAL 0 ) + # Get more info about that revision + execute_process( + COMMAND ${Bazaar_EXECUTABLE} log -r${_bzr_TREE_DATE} ${_bzr_src_path} + OUTPUT_VARIABLE _bzr_LAST_CHANGE_LOG + ERROR_VARIABLE _bzr_log_error + RESULT_VARIABLE _bzr_log_result + OUTPUT_STRIP_TRAILING_WHITESPACE ) + + if( ${_bzr_log_result} EQUAL 0 ) + string( REGEX REPLACE "^(.*\n)?revno: ([^ \n]+).*" + "\\2" Kicad_REPO_REVISION "${_bzr_LAST_CHANGE_LOG}" ) + string( REGEX REPLACE "^(.*\n)?committer: ([^\n]+).*" + "\\2" Kicad_REPO_LAST_CHANGED_AUTHOR "${_bzr_LAST_CHANGE_LOG}" ) + string( REGEX REPLACE "^(.*\n)?timestamp: [a-zA-Z]+ ([^ \n]+).*" + "\\2" Kicad_REPO_LAST_CHANGED_DATE "${_bzr_LAST_CHANGE_LOG}" ) + endif() + endif() + + set( ENV{LC_ALL} ${_Bazaar_SAVED_LC_ALL} ) + endif() + + # Check to make sure 'bzr log' command did not fail. Otherwise, default + # to "no-bzr" as the revision. + if( Kicad_REPO_LAST_CHANGED_DATE ) + string( REGEX REPLACE "^([0-9]+)\\-([0-9]+)\\-([0-9]+)" "\\1-\\2-\\3" + _kicad_bzr_date ${Kicad_REPO_LAST_CHANGED_DATE} ) + set( KICAD_BUILD_VERSION "(${_kicad_bzr_date} BZR ${Kicad_REPO_REVISION})" ) + endif() + + set( KICAD_BUILD_VERSION ${KICAD_BUILD_VERSION} ) +endmacro() diff --git a/CMakeModules/CreateGitVersionHeader.cmake b/CMakeModules/CreateGitVersionHeader.cmake new file mode 100644 index 0000000..c05ec3d --- /dev/null +++ b/CMakeModules/CreateGitVersionHeader.cmake @@ -0,0 +1,105 @@ +# +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2010 Wayne Stambaugh +# Copyright (C) 2010-2016 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# + +macro( create_git_version_header _git_src_path ) + # If an error occurs using the git commands to determine the repo + # version, set the build version string to "git-error". + set( KICAD_GIT_BUILD_VERSION "git-error" ) + + # Include Git support to automagically create version header file. + find_package( Git ) + + if( GIT_FOUND ) + set( _Git_SAVED_LC_ALL "$ENV{LC_ALL}" ) + set( ENV{LC_ALL} C ) + + # Get latest commit hash + execute_process( + COMMAND + ${GIT_EXECUTABLE} --no-pager log -1 HEAD + --pretty=format:%H + WORKING_DIRECTORY ${_git_src_path} + OUTPUT_VARIABLE _git_LONG_HASH + ERROR_VARIABLE _git_log_error + RESULT_VARIABLE _git_log_result + OUTPUT_STRIP_TRAILING_WHITESPACE) + + if( ${_git_log_result} EQUAL 0 ) + execute_process( + COMMAND + ${GIT_EXECUTABLE} --no-pager log -1 HEAD + --pretty=format:%h + WORKING_DIRECTORY ${_git_src_path} + OUTPUT_VARIABLE _git_SHORT_HASH + OUTPUT_STRIP_TRAILING_WHITESPACE) + + execute_process( + COMMAND + ${GIT_EXECUTABLE} --no-pager log -1 HEAD + --pretty=format:%cn + WORKING_DIRECTORY ${_git_src_path} + OUTPUT_VARIABLE _git_LAST_COMITTER + OUTPUT_STRIP_TRAILING_WHITESPACE) + + execute_process( + COMMAND + ${GIT_EXECUTABLE} --no-pager log -1 HEAD + --pretty=format:%cd --date=short + WORKING_DIRECTORY ${_git_src_path} + OUTPUT_VARIABLE _git_LAST_CHANGE_LOG + OUTPUT_STRIP_TRAILING_WHITESPACE) + + execute_process( + COMMAND + ${GIT_EXECUTABLE} rev-parse --abbrev-ref HEAD + WORKING_DIRECTORY ${_git_src_path} + OUTPUT_VARIABLE _git_BRANCH + OUTPUT_STRIP_TRAILING_WHITESPACE) + + message(STATUS "Git hash: ${_git_LONG_HASH}") + message(STATUS "Git branch: ${_git_BRANCH}") + + if( ${_git_log_result} EQUAL 0 ) + string( REGEX REPLACE "^(.*\n)?revno: ([^ \n]+).*" + "\\2" Kicad_REPO_REVISION "revision ${_git_SHORT_HASH}" ) + string( REGEX REPLACE "^(.*\n)?committer: ([^\n]+).*" + "\\2" Kicad_REPO_LAST_CHANGED_AUTHOR "${_git_LAST_COMITTER}") + string( REGEX REPLACE "^(.*\n)?timestamp: [a-zA-Z]+ ([^ \n]+).*" + "\\2" Kicad_REPO_LAST_CHANGED_DATE "${_git_LAST_CHANGE_LOG}") + endif() + endif() + + set( ENV{LC_ALL} ${_Git_SAVED_LC_ALL} ) + endif( GIT_FOUND ) + + # Check to make sure 'git' command did not fail. Otherwise fallback + # to "no-git" as the revision. + if( Kicad_REPO_LAST_CHANGED_DATE ) + string( REGEX REPLACE "^([0-9]+)\\-([0-9]+)\\-([0-9]+)" "\\1-\\2-\\3" + _kicad_git_date ${Kicad_REPO_LAST_CHANGED_DATE} ) + set( KICAD_VERSION "(${_kicad_git_date} ${Kicad_REPO_REVISION})" ) + set( KICAD_BRANCH_NAME ${_git_BRANCH} ) + endif() + +endmacro() diff --git a/CMakeModules/CreateSVNVersionHeader.cmake b/CMakeModules/CreateSVNVersionHeader.cmake new file mode 100644 index 0000000..1c6b9d9 --- /dev/null +++ b/CMakeModules/CreateSVNVersionHeader.cmake @@ -0,0 +1,61 @@ +macro(create_svn_version_header) + # Include Subversion support to automagically create version header file. + find_package(Subversion) + + if(Subversion_FOUND) + # Copied from the CMake module FindSubversion.cmake. The default + # version prevents generating the output files when the "svn info" + # command fails. Just fall back to using "build_version.h" for + # the version strings. + set(_Subversion_SAVED_LC_ALL "$ENV{LC_ALL}") + set(ENV{LC_ALL} C) + + execute_process( + COMMAND ${Subversion_SVN_EXECUTABLE} info ${PROJECT_SOURCE_DIR} + OUTPUT_VARIABLE Kicad_WC_INFO + ERROR_VARIABLE _svn_error + RESULT_VARIABLE _svn_result + OUTPUT_STRIP_TRAILING_WHITESPACE) + + if(NOT ${_svn_result} EQUAL 0) + message(STATUS + "Using for version string.") + else(NOT ${_svn_result} EQUAL 0) + string(REGEX REPLACE "^(.*\n)?URL: ([^\n]+).*" + "\\2" Kicad_WC_URL "${Kicad_WC_INFO}") + string(REGEX REPLACE "^(.*\n)?Revision: ([^\n]+).*" + "\\2" Kicad_WC_REVISION "${Kicad_WC_INFO}") + string(REGEX REPLACE "^(.*\n)?Last Changed Author: ([^\n]+).*" + "\\2" Kicad_WC_LAST_CHANGED_AUTHOR "${Kicad_WC_INFO}") + string(REGEX REPLACE "^(.*\n)?Last Changed Rev: ([^\n]+).*" + "\\2" Kicad_WC_LAST_CHANGED_REV "${Kicad_WC_INFO}") + string(REGEX REPLACE "^(.*\n)?Last Changed Date: ([^\n]+).*" + "\\2" Kicad_WC_LAST_CHANGED_DATE "${Kicad_WC_INFO}") + endif(NOT ${_svn_result} EQUAL 0) + + set(ENV{LC_ALL} ${_Subversion_SAVED_LC_ALL}) + endif(Subversion_FOUND) + + # Check to make sure 'svn info' command did not fail. Otherwise fallback + # to version strings defined in "/include/build_version.h". + if(Kicad_WC_LAST_CHANGED_DATE) + string(REGEX REPLACE "^([0-9]+)\\-([0-9]+)\\-([0-9]+).*" "\\1\\2\\3" + _kicad_svn_date ${Kicad_WC_LAST_CHANGED_DATE}) + set(KICAD_BUILD_VERSION + "(${_kicad_svn_date} SVN-R${Kicad_WC_LAST_CHANGED_REV})") + + # Definition to conditionally use date and revision returned from the + # Subversion info command instead of hand coded date and revision in + # "include/build_version.h". If subversion is not found then the date + # and version information must be manually edited. + # Directive means SVN build, program version and build version will + # reflect this. + add_definitions(-DHAVE_SVN_VERSION) + + # Generate version.h. + configure_file(${CMAKE_SOURCE_DIR}/CMakeModules/version.h.cmake + ${CMAKE_BINARY_DIR}/version.h) + + message(STATUS "Kicad SVN build version: ${KICAD_BUILD_VERSION}") + endif(Kicad_WC_LAST_CHANGED_DATE) +endmacro(create_svn_version_header) diff --git a/CMakeModules/FindBazaar.cmake b/CMakeModules/FindBazaar.cmake new file mode 100644 index 0000000..91cd855 --- /dev/null +++ b/CMakeModules/FindBazaar.cmake @@ -0,0 +1,81 @@ +# +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2010 Wayne Stambaugh +# Copyright (C) 2010 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# +# This CMake script finds the Bazaar version control system executable and +# and fetches the veresion string to valid that Bazaar was found and executes +# properly. +# +# Usage: +# find_package( Bazaar ) +# +# User definable. +# Bazaar_EXECUTABLE Set this to use a version of Bazaar that is not in +# current path. Defaults to bzr. +# +# Defines: +# Bazaar_FOUND Set to TRUE if Bazaar command line client is found +# and the bzr --version command executes properly. +# Bazaar_VERSION Result of the bzr --version command. +# + +set( Bazaar_FOUND FALSE ) + +find_program( Bazaar_EXECUTABLE bzr + DOC "Bazaar version control system command line client" ) +mark_as_advanced( Bazaar_EXECUTABLE ) + +if( Bazaar_EXECUTABLE ) + + # Bazaar commands should be executed with the C locale, otherwise + # the message (which are parsed) may be translated causing the regular + # expressions to fail. + set( _Bazaar_SAVED_LC_ALL "$ENV{LC_ALL}" ) + set( ENV{LC_ALL} C ) + + # Fetch the Bazaar executable version. + execute_process( COMMAND ${Bazaar_EXECUTABLE} --version + OUTPUT_VARIABLE _bzr_version_output + ERROR_VARIABLE _bzr_version_error + RESULT_VARIABLE _bzr_version_result + OUTPUT_STRIP_TRAILING_WHITESPACE ) + + if( ${_bzr_version_result} EQUAL 0 ) + set( Bazaar_FOUND TRUE ) + string( REGEX REPLACE "^[\n]*Bazaar \\(bzr\\) ([0-9.a-z]+).*" + "\\1" Bazaar_VERSION "${_bzr_version_output}" ) + message( STATUS "Bazaar version control system version ${Bazaar_VERSION} found." ) + endif() + + # restore the previous LC_ALL + set( ENV{LC_ALL} ${_Bazaar_SAVED_LC_ALL} ) +endif() + +if( NOT Bazaar_FOUND ) + if( NOT Bazaar_FIND_QUIETLY ) + message( STATUS "Bazaar version control command line client was not found." ) + else() + if( Bazaar_FIND_REQUIRED ) + message( FATAL_ERROR "Bazaar version control command line client was not found." ) + endif() + endif() +endif() diff --git a/CMakeModules/FindCairo.cmake b/CMakeModules/FindCairo.cmake new file mode 100644 index 0000000..bc23028 --- /dev/null +++ b/CMakeModules/FindCairo.cmake @@ -0,0 +1,168 @@ +# - Try to find the CAIRO library +# Once done this will define +# +# CAIRO_ROOT_DIR - Set this variable to the root installation of CAIRO +# +# Read-Only variables: +# CAIRO_FOUND - system has the CAIRO library +# CAIRO_INCLUDE_DIR - the CAIRO include directory +# CAIRO_LIBRARIES - The libraries needed to use CAIRO +# CAIRO_VERSION - This is set to $major.$minor.$revision (eg. 0.9.8) + +#============================================================================= +# Copyright 2012 Dmitry Baryshnikov +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +if (UNIX) + find_package(PkgConfig) + if (PKG_CONFIG_FOUND) + pkg_check_modules(_CAIRO cairo) + endif (PKG_CONFIG_FOUND) +endif (UNIX) + +SET(_CAIRO_ROOT_HINTS + $ENV{CAIRO} + ${CAIRO_ROOT_DIR} + ) +SET(_CAIRO_ROOT_PATHS + $ENV{CAIRO}/src + /usr + /usr/local + ) +SET(_CAIRO_ROOT_HINTS_AND_PATHS + HINTS ${_CAIRO_ROOT_HINTS} + PATHS ${_CAIRO_ROOT_PATHS} + ) + +FIND_PATH(CAIRO_INCLUDE_DIR + NAMES + cairo.h + HINTS + ${_CAIRO_INCLUDEDIR} + ${_CAIRO_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + include + "include/cairo" +) + +IF(WIN32 AND NOT CYGWIN) + # MINGW should go here too + IF(MSVC) + # Implementation details: + # We are using the libraries located in the VC subdir instead of the parent directory eventhough : + FIND_LIBRARY(CAIRO_DEBUG + NAMES + cairod + ${_CAIRO_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "VC" + "lib/VC" + ) + + FIND_LIBRARY(CAIRO_RELEASE + NAMES + cairo + ${_CAIRO_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "VC" + "lib/VC" + ) + + if( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE ) + if(NOT CAIRO_DEBUG) + set(CAIRO_DEBUG ${CAIRO_RELEASE}) + endif(NOT CAIRO_DEBUG) + set( CAIRO_LIBRARIES + optimized ${CAIRO_RELEASE} debug ${CAIRO_DEBUG} + ) + else() + set( CAIRO_LIBRARIES ${CAIRO_RELEASE}) + endif() + MARK_AS_ADVANCED(CAIRO_DEBUG CAIRO_RELEASE) + ELSEIF(MINGW) + # same player, for MingW + FIND_LIBRARY(CAIRO + NAMES + cairo + ${_CAIRO_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "lib/MinGW" + ) + + MARK_AS_ADVANCED(CAIRO) + set( CAIRO_LIBRARIES ${CAIRO}) + ELSE(MSVC) + # Not sure what to pick for -say- intel, let's use the toplevel ones and hope someone report issues: + FIND_LIBRARY(CAIRO + NAMES + cairo + HINTS + ${_CAIRO_LIBDIR} + ${_CAIRO_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + lib + ) + + MARK_AS_ADVANCED(CAIRO) + set( CAIRO_LIBRARIES ${CAIRO} ) + ENDIF(MSVC) +ELSE(WIN32 AND NOT CYGWIN) + + FIND_LIBRARY(CAIRO_LIBRARY + NAMES + cairo + HINTS + ${_CAIRO_LIBDIR} + ${_CAIRO_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "local/lib" + ) + + MARK_AS_ADVANCED(CAIRO_LIBRARY) + + # compat defines + SET(CAIRO_LIBRARIES ${CAIRO_LIBRARY}) + +ENDIF(WIN32 AND NOT CYGWIN) + + # if (CAIRO_INCLUDE_DIR) + # file(READ "${CAIRO_INCLUDE_DIR}/gcore/gdal_version.h" _wxgisgdal_VERSION_H_CONTENTS) + # string(REGEX REPLACE ".*# define[ \t]+GDAL_RELEASE_NAME[ \t]+\"([0-9A-Za-z.]+)\".*" + # "\\1" CAIRO_VERSION ${_wxgisgdal_VERSION_H_CONTENTS}) + # set(CAIRO_VERSION ${CAIRO_VERSION} CACHE INTERNAL "The version number for wxgisgdal libraries") + # endif (CAIRO_INCLUDE_DIR) + +include(FindPackageHandleStandardArgs) + +# if (CAIRO_VERSION) + # find_package_handle_standard_args(CAIRO + # REQUIRED_VARS + # CAIRO_LIBRARIES + # CAIRO_INCLUDE_DIR + # VERSION_VAR + # CAIRO_VERSION + # FAIL_MESSAGE + # "Could NOT find CAIRO, try to set the path to CAIRO root folder in the system variable CAIRO_ROOT_DIR" + # ) +# else (CAIRO_VERSION) + find_package_handle_standard_args(CAIRO "Could NOT find CAIRO, try to set the path to CAIRO root folder in the system variable CAIRO" + CAIRO_LIBRARIES + CAIRO_INCLUDE_DIR + ) +# endif (CAIRO_VERSION) + +MARK_AS_ADVANCED(CAIRO_INCLUDE_DIR CAIRO_LIBRARIES) + diff --git a/CMakeModules/FindGLEW.cmake b/CMakeModules/FindGLEW.cmake new file mode 100644 index 0000000..621fe3b --- /dev/null +++ b/CMakeModules/FindGLEW.cmake @@ -0,0 +1,112 @@ +# Copyright (c) 2009 Boudewijn Rempt +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# +# - try to find glew library and include files +# GLEW_INCLUDE_DIR, where to find GL/glew.h, etc. +# GLEW_LIBRARIES, the libraries to link against +# GLEW_FOUND, If false, do not try to use GLEW. +# Also defined, but not for general use are: +# GLEW_GLEW_LIBRARY = the full path to the glew library. + +IF (WIN32) + + IF(CYGWIN) + + FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h) + + FIND_LIBRARY( GLEW_GLEW_LIBRARY glew32 + ${OPENGL_LIBRARY_DIR} + /usr/lib/w32api + /usr/X11R6/lib + ) + + + ELSE(CYGWIN) + + FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h + $ENV{GLEW_ROOT_PATH}/include + ) + + FIND_LIBRARY( GLEW_GLEW_LIBRARY + NAMES glew glew32 glew32s + PATHS + $ENV{GLEW_ROOT_PATH}/lib + $ENV{GLEW_ROOT_PATH}/lib/Release/Win32 + ${OPENGL_LIBRARY_DIR} + ) + + ENDIF(CYGWIN) + +ELSE (WIN32) + + IF (APPLE) +# These values for Apple could probably do with improvement. + FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h + /System/Library/Frameworks/GLEW.framework/Versions/A/Headers + /opt/local/include + ${OPENGL_LIBRARY_DIR} + ) + + FIND_LIBRARY( GLEW_GLEW_LIBRARY GLEW + /opt/local/lib + ) + + ELSE (APPLE) + + FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h + /usr/include/GL + /usr/openwin/share/include + /usr/openwin/include + /usr/X11R6/include + /usr/include/X11 + /opt/graphics/OpenGL/include + /opt/graphics/OpenGL/contrib/libglew + ) + + FIND_LIBRARY( GLEW_GLEW_LIBRARY GLEW + /usr/openwin/lib + /usr/X11R6/lib + /usr/lib + /usr/lib/x86_64-linux-gnu + ) + + ENDIF (APPLE) + +ENDIF (WIN32) + +SET( GLEW_FOUND "NO" ) +IF(GLEW_INCLUDE_DIR) + IF(GLEW_GLEW_LIBRARY) + # Is -lXi and -lXmu required on all platforms that have it? + # If not, we need some way to figure out what platform we are on. + SET( GLEW_LIBRARIES + ${GLEW_GLEW_LIBRARY} + ${GLEW_cocoa_LIBRARY} + ) + SET( GLEW_FOUND "YES" ) + +#The following deprecated settings are for backwards compatibility with CMake1.4 + SET (GLEW_LIBRARY ${GLEW_LIBRARIES}) + SET (GLEW_INCLUDE_PATH ${GLEW_INCLUDE_DIR}) + + ENDIF(GLEW_GLEW_LIBRARY) +ENDIF(GLEW_INCLUDE_DIR) + +IF(GLEW_FOUND) + IF(NOT GLEW_FIND_QUIETLY) + MESSAGE(STATUS "Found Glew: ${GLEW_LIBRARIES}") + ENDIF(NOT GLEW_FIND_QUIETLY) +ELSE(GLEW_FOUND) + IF(GLEW_FIND_REQUIRED) + MESSAGE(FATAL_ERROR "Could not find Glew") + ENDIF(GLEW_FIND_REQUIRED) +ENDIF(GLEW_FOUND) + +MARK_AS_ADVANCED( + GLEW_INCLUDE_DIR + GLEW_GLEW_LIBRARY + GLEW_Xmu_LIBRARY + GLEW_Xi_LIBRARY +) diff --git a/CMakeModules/FindGdiPlus.cmake b/CMakeModules/FindGdiPlus.cmake new file mode 100644 index 0000000..cde55a3 --- /dev/null +++ b/CMakeModules/FindGdiPlus.cmake @@ -0,0 +1,22 @@ +# - Try to find Microsoft GDI+ build files. +# Once done this will define +# +# GDI_PLUS_FOUND - system has GDI+ +# GDI_PLUS_INCLUDE_DIR - the GDI+ include directory +# GDI_PLUS_LIBRARIES - Link these to use GDI+ + +if(GDI_PLUS_INCLUDE_DIR AND GDI_PLUS_LIBRARIES) + set(GDI_PLUS_FIND_QUIETLY TRUE) +endif(GDI_PLUS_INCLUDE_DIR AND GDI_PLUS_LIBRARIES) + +find_path(GDI_PLUS_INCLUDE_DIR GdiPlus.h ) + +find_library(GDI_PLUS_LIBRARIES gdiplus ) + +# handle the QUIETLY and REQUIRED arguments and set GDI_PLUS_FOUND to TRUE if +# all listed variables are TRUE +include(FindPackageHandleStandardArgs) + +find_package_handle_standard_args(GDI_PLUS DEFAULT_MSG GDI_PLUS_LIBRARIES GDI_PLUS_INCLUDE_DIR) + +mark_as_advanced(GDI_PLUS_INCLUDE_DIR GDI_PLUS_LIBRARIES) diff --git a/CMakeModules/FindOpenSSL.cmake b/CMakeModules/FindOpenSSL.cmake new file mode 100644 index 0000000..de91787 --- /dev/null +++ b/CMakeModules/FindOpenSSL.cmake @@ -0,0 +1,342 @@ +#.rst: +# FindOpenSSL +# ----------- +# +# Try to find the OpenSSL encryption library +# +# Once done this will define +# +# :: +# +# OPENSSL_ROOT_DIR - Set this variable to the root installation of OpenSSL +# +# +# +# Read-Only variables: +# +# :: +# +# OPENSSL_FOUND - system has the OpenSSL library +# OPENSSL_INCLUDE_DIR - the OpenSSL include directory +# OPENSSL_LIBRARIES - The libraries needed to use OpenSSL +# OPENSSL_VERSION - This is set to $major.$minor.$revision$path (eg. 0.9.8s) + +#============================================================================= +# Copyright 2006-2009 Kitware, Inc. +# Copyright 2006 Alexander Neundorf +# Copyright 2009-2011 Mathieu Malaterre +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +if (UNIX) + find_package(PkgConfig QUIET) + pkg_check_modules(_OPENSSL QUIET openssl) +endif () + +if (WIN32) + # http://www.slproweb.com/products/Win32OpenSSL.html + set(_OPENSSL_ROOT_HINTS + ${OPENSSL_ROOT_DIR} + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;Inno Setup: App Path]" + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (64-bit)_is1;Inno Setup: App Path]" + ENV OPENSSL_ROOT_DIR + ) + file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _programfiles) + set(_OPENSSL_ROOT_PATHS + "${_programfiles}/OpenSSL" + "${_programfiles}/OpenSSL-Win32" + "${_programfiles}/OpenSSL-Win64" + "C:/OpenSSL/" + "C:/OpenSSL-Win32/" + "C:/OpenSSL-Win64/" + ) + unset(_programfiles) +else () + set(_OPENSSL_ROOT_HINTS + ${OPENSSL_ROOT_DIR} + ENV OPENSSL_ROOT_DIR + ) +endif () + +set(_OPENSSL_ROOT_HINTS_AND_PATHS + HINTS ${_OPENSSL_ROOT_HINTS} + PATHS ${_OPENSSL_ROOT_PATHS} + ) + +find_path(OPENSSL_INCLUDE_DIR + NAMES + openssl/ssl.h + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + HINTS + ${_OPENSSL_INCLUDEDIR} + PATH_SUFFIXES + include +) + +if(WIN32 AND NOT CYGWIN) + if(MSVC) + # /MD and /MDd are the standard values - if someone wants to use + # others, the libnames have to change here too + # use also ssl and ssleay32 in debug as fallback for openssl < 0.9.8b + # TODO: handle /MT and static lib + # In Visual C++ naming convention each of these four kinds of Windows libraries has it's standard suffix: + # * MD for dynamic-release + # * MDd for dynamic-debug + # * MT for static-release + # * MTd for static-debug + + # Implementation details: + # We are using the libraries located in the VC subdir instead of the parent directory eventhough : + # libeay32MD.lib is identical to ../libeay32.lib, and + # ssleay32MD.lib is identical to ../ssleay32.lib + find_library(LIB_EAY_DEBUG + NAMES + libeay32MDd + libeay32d + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "VC" + "lib/VC" + ) + + find_library(LIB_EAY_RELEASE + NAMES + libeay32MD + libeay32 + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "VC" + "lib/VC" + ) + + find_library(SSL_EAY_DEBUG + NAMES + ssleay32MDd + ssleay32d + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "VC" + "lib/VC" + ) + + find_library(SSL_EAY_RELEASE + NAMES + ssleay32MD + ssleay32 + ssl + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "VC" + "lib/VC" + ) + + set(LIB_EAY_LIBRARY_DEBUG "${LIB_EAY_DEBUG}") + set(LIB_EAY_LIBRARY_RELEASE "${LIB_EAY_RELEASE}") + set(SSL_EAY_LIBRARY_DEBUG "${SSL_EAY_DEBUG}") + set(SSL_EAY_LIBRARY_RELEASE "${SSL_EAY_RELEASE}") + + include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) + select_library_configurations(LIB_EAY) + select_library_configurations(SSL_EAY) + + mark_as_advanced(LIB_EAY_LIBRARY_DEBUG LIB_EAY_LIBRARY_RELEASE + SSL_EAY_LIBRARY_DEBUG SSL_EAY_LIBRARY_RELEASE) + set( OPENSSL_LIBRARIES ${SSL_EAY_LIBRARY} ${LIB_EAY_LIBRARY} ) + elseif(MINGW) + message( STATUS "Searching for OpenSSL in MinGW." ) + # same player, for MinGW + set(LIB_EAY_NAMES libeay32) + set(SSL_EAY_NAMES ssleay32) + list(APPEND LIB_EAY_NAMES crypto) + list(APPEND SSL_EAY_NAMES ssl) + + find_library(LIB_EAY + NAMES + ${LIB_EAY_NAMES} + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "lib/MinGW" + # Do not search system path. Otherwise the DLL will be found rather than the link library. + NO_SYSTEM_ENVIRONMENT_PATH + NO_CMAKE_SYSTEM_PATH + ) + + find_library(SSL_EAY + NAMES + ${SSL_EAY_NAMES} + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + PATH_SUFFIXES + "lib" + "lib/MinGW" + # Do not search system path. Otherwise the DLL will be found rather than the link library. + NO_SYSTEM_ENVIRONMENT_PATH + NO_CMAKE_SYSTEM_PATH + ) + + mark_as_advanced(SSL_EAY LIB_EAY) + set( OPENSSL_LIBRARIES ${SSL_EAY} ${LIB_EAY} ) + unset(LIB_EAY_NAMES) + unset(SSL_EAY_NAMES) + else() + # Not sure what to pick for -say- intel, let's use the toplevel ones and hope someone report issues: + find_library(LIB_EAY + NAMES + libeay32 + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + HINTS + ${_OPENSSL_LIBDIR} + PATH_SUFFIXES + lib + ) + + find_library(SSL_EAY + NAMES + ssleay32 + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + HINTS + ${_OPENSSL_LIBDIR} + PATH_SUFFIXES + lib + ) + + mark_as_advanced(SSL_EAY LIB_EAY) + set( OPENSSL_LIBRARIES ${SSL_EAY} ${LIB_EAY} ) + endif() +else() + + find_library(OPENSSL_SSL_LIBRARY + NAMES + ssl + ssleay32 + ssleay32MD + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + HINTS + ${_OPENSSL_LIBDIR} + PATH_SUFFIXES + lib + ) + + find_library(OPENSSL_CRYPTO_LIBRARY + NAMES + crypto + ${_OPENSSL_ROOT_HINTS_AND_PATHS} + HINTS + ${_OPENSSL_LIBDIR} + PATH_SUFFIXES + lib + ) + + mark_as_advanced(OPENSSL_CRYPTO_LIBRARY OPENSSL_SSL_LIBRARY) + + # compat defines + set(OPENSSL_SSL_LIBRARIES ${OPENSSL_SSL_LIBRARY}) + set(OPENSSL_CRYPTO_LIBRARIES ${OPENSSL_CRYPTO_LIBRARY}) + + set(OPENSSL_LIBRARIES ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY}) + +endif() + +function(from_hex HEX DEC) + string(TOUPPER "${HEX}" HEX) + set(_res 0) + string(LENGTH "${HEX}" _strlen) + + while (_strlen GREATER 0) + math(EXPR _res "${_res} * 16") + string(SUBSTRING "${HEX}" 0 1 NIBBLE) + string(SUBSTRING "${HEX}" 1 -1 HEX) + if (NIBBLE STREQUAL "A") + math(EXPR _res "${_res} + 10") + elseif (NIBBLE STREQUAL "B") + math(EXPR _res "${_res} + 11") + elseif (NIBBLE STREQUAL "C") + math(EXPR _res "${_res} + 12") + elseif (NIBBLE STREQUAL "D") + math(EXPR _res "${_res} + 13") + elseif (NIBBLE STREQUAL "E") + math(EXPR _res "${_res} + 14") + elseif (NIBBLE STREQUAL "F") + math(EXPR _res "${_res} + 15") + else() + math(EXPR _res "${_res} + ${NIBBLE}") + endif() + + string(LENGTH "${HEX}" _strlen) + endwhile() + + set(${DEC} ${_res} PARENT_SCOPE) +endfunction() + +if (OPENSSL_INCLUDE_DIR) + if (_OPENSSL_VERSION) + set(OPENSSL_VERSION "${_OPENSSL_VERSION}") + elseif(OPENSSL_INCLUDE_DIR AND EXISTS "${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h") + file(STRINGS "${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h" openssl_version_str + REGEX "^#[\t ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x([0-9a-fA-F])+.*") + + # The version number is encoded as 0xMNNFFPPS: major minor fix patch status + # The status gives if this is a developer or prerelease and is ignored here. + # Major, minor, and fix directly translate into the version numbers shown in + # the string. The patch field translates to the single character suffix that + # indicates the bug fix state, which 00 -> nothing, 01 -> a, 02 -> b and so + # on. + + message(STATUS "OPENSSL_VERSION_STR=${openssl_version_str}") + + string(REGEX REPLACE "^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F]).*$" + "\\1;\\2;\\3;\\4;\\5" OPENSSL_VERSION_LIST "${openssl_version_str}") + list(GET OPENSSL_VERSION_LIST 0 OPENSSL_VERSION_MAJOR) + list(GET OPENSSL_VERSION_LIST 1 OPENSSL_VERSION_MINOR) + from_hex("${OPENSSL_VERSION_MINOR}" OPENSSL_VERSION_MINOR) + list(GET OPENSSL_VERSION_LIST 2 OPENSSL_VERSION_FIX) + from_hex("${OPENSSL_VERSION_FIX}" OPENSSL_VERSION_FIX) + list(GET OPENSSL_VERSION_LIST 3 OPENSSL_VERSION_PATCH) + + if (NOT OPENSSL_VERSION_PATCH STREQUAL "00") + from_hex("${OPENSSL_VERSION_PATCH}" _tmp) + # 96 is the ASCII code of 'a' minus 1 + math(EXPR OPENSSL_VERSION_PATCH_ASCII "${_tmp} + 96") + unset(_tmp) + # Once anyone knows how OpenSSL would call the patch versions beyond 'z' + # this should be updated to handle that, too. This has not happened yet + # so it is simply ignored here for now. + string(ASCII "${OPENSSL_VERSION_PATCH_ASCII}" OPENSSL_VERSION_PATCH_STRING) + endif () + + set(OPENSSL_VERSION "${OPENSSL_VERSION_MAJOR}.${OPENSSL_VERSION_MINOR}.${OPENSSL_VERSION_FIX}${OPENSSL_VERSION_PATCH_STRING}") + endif () +endif () + +include(FindPackageHandleStandardArgs) + +if (OPENSSL_VERSION) + find_package_handle_standard_args(OpenSSL + REQUIRED_VARS + OPENSSL_LIBRARIES + OPENSSL_INCLUDE_DIR + VERSION_VAR + OPENSSL_VERSION + FAIL_MESSAGE + "Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR" + ) +else () + find_package_handle_standard_args(OpenSSL "Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR" + OPENSSL_LIBRARIES + OPENSSL_INCLUDE_DIR + ) +endif () + +mark_as_advanced(OPENSSL_INCLUDE_DIR OPENSSL_LIBRARIES) diff --git a/CMakeModules/FindPackageMessage.cmake b/CMakeModules/FindPackageMessage.cmake new file mode 100644 index 0000000..b6a58e4 --- /dev/null +++ b/CMakeModules/FindPackageMessage.cmake @@ -0,0 +1,57 @@ +#.rst: +# FindPackageMessage +# ------------------ +# +# +# +# FIND_PACKAGE_MESSAGE( "message for user" "find result details") +# +# This macro is intended to be used in FindXXX.cmake modules files. It +# will print a message once for each unique find result. This is useful +# for telling the user where a package was found. The first argument +# specifies the name (XXX) of the package. The second argument +# specifies the message to display. The third argument lists details +# about the find result so that if they change the message will be +# displayed again. The macro also obeys the QUIET argument to the +# find_package command. +# +# Example: +# +# :: +# +# if(X11_FOUND) +# FIND_PACKAGE_MESSAGE(X11 "Found X11: ${X11_X11_LIB}" +# "[${X11_X11_LIB}][${X11_INCLUDE_DIR}]") +# else() +# ... +# endif() + +#============================================================================= +# Copyright 2008-2009 Kitware, Inc. +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +function(FIND_PACKAGE_MESSAGE pkg msg details) + # Avoid printing a message repeatedly for the same find result. + if(NOT ${pkg}_FIND_QUIETLY) + string(REGEX REPLACE "[\n]" "" details "${details}") + set(DETAILS_VAR FIND_PACKAGE_MESSAGE_DETAILS_${pkg}) + if(NOT "${details}" STREQUAL "${${DETAILS_VAR}}") + # The message has not yet been printed. + message(STATUS "${msg}") + + # Save the find details in the cache to avoid printing the same + # message again. + set("${DETAILS_VAR}" "${details}" + CACHE INTERNAL "Details about finding ${pkg}") + endif() + endif() +endfunction() diff --git a/CMakeModules/FindPythonInterp.cmake b/CMakeModules/FindPythonInterp.cmake new file mode 100644 index 0000000..9910699 --- /dev/null +++ b/CMakeModules/FindPythonInterp.cmake @@ -0,0 +1,175 @@ +# - Find python interpreter +# This module finds if Python interpreter is installed and determines where the +# executables are. This code sets the following variables: +# +# PYTHONINTERP_FOUND - Was the Python executable found +# PYTHON_EXECUTABLE - path to the Python interpreter +# +# PYTHON_VERSION_STRING - Python version found e.g. 2.5.2 +# PYTHON_VERSION_MAJOR - Python major version found e.g. 2 +# PYTHON_VERSION_MINOR - Python minor version found e.g. 5 +# PYTHON_VERSION_PATCH - Python patch version found e.g. 2 +# +# The Python_ADDITIONAL_VERSIONS variable can be used to specify a list of +# version numbers that should be taken into account when searching for Python. +# You need to set this variable before calling find_package(PythonInterp). +# +# You can point to a preferred python install to use by setting the following +# to the point at the root directory of the python install: +# +# PYTHON_ROOT_DIR - The root directory of the python install +#============================================================================= +# Copyright 2005-2010 Kitware, Inc. +# Copyright 2011 Bjoern Ricks +# Copyright 2012 Rolf Eike Beer +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +unset(_Python_NAMES) + +set(_PYTHON1_VERSIONS 1.6 1.5) +set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) +set(_PYTHON3_VERSIONS 3.3 3.2 3.1 3.0) + +if(PythonInterp_FIND_VERSION) + if(PythonInterp_FIND_VERSION MATCHES "^[0-9]+\\.[0-9]+(\\.[0-9]+.*)?$") + string(REGEX REPLACE "^([0-9]+\\.[0-9]+).*" "\\1" _PYTHON_FIND_MAJ_MIN "${PythonInterp_FIND_VERSION}") + string(REGEX REPLACE "^([0-9]+).*" "\\1" _PYTHON_FIND_MAJ "${_PYTHON_FIND_MAJ_MIN}") + list(APPEND _Python_NAMES python${_PYTHON_FIND_MAJ_MIN} python${_PYTHON_FIND_MAJ}) + unset(_PYTHON_FIND_OTHER_VERSIONS) + if(NOT PythonInterp_FIND_VERSION_EXACT) + foreach(_PYTHON_V ${_PYTHON${_PYTHON_FIND_MAJ}_VERSIONS}) + if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN) + list(APPEND _PYTHON_FIND_OTHER_VERSIONS ${_PYTHON_V}) + endif() + endforeach() + endif() + unset(_PYTHON_FIND_MAJ_MIN) + unset(_PYTHON_FIND_MAJ) + else() + list(APPEND _Python_NAMES python${PythonInterp_FIND_VERSION}) + set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON${PythonInterp_FIND_VERSION}_VERSIONS}) + endif() +else() + set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS}) +endif() + +list(APPEND _Python_NAMES python) + +# Search for the preferred executable first +if( ${PYTHON_ROOT_DIR} ) + # Search for any of the executable names solely in the directory we've + # been pointed to. Failure to find the python executable here is a fatal + # fail. + find_program(PYTHON_EXECUTABLE NAMES ${_Python_NAMES} + PATHS ${PYTHON_ROOT_DIR} + NO_DEFAULT_PATH ) +else() + # If there is no specific path given, look for python in the path + find_program(PYTHON_EXECUTABLE NAMES ${_Python_NAMES}) +endif() + +# Set up the versions we know about, in the order we will search. Always add +# the user supplied additional versions to the front. +set(_Python_VERSIONS + ${Python_ADDITIONAL_VERSIONS} + ${_PYTHON_FIND_OTHER_VERSIONS} + ) + +unset(_PYTHON_FIND_OTHER_VERSIONS) +unset(_PYTHON1_VERSIONS) +unset(_PYTHON2_VERSIONS) +unset(_PYTHON3_VERSIONS) + +# Search for newest python version if python executable isn't found +if(NOT PYTHON_EXECUTABLE) + + # If using the MINGW compiler, we mustn't find the standard python + # distribution because of multiple C-Runtime errors. We must instead + # use the Python-a-mingw-us distribution + if(MINGW) + list( APPEND _Python_PPATHS ${PYTHON_ROOT_DIR} ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.9" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.8" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.7" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.6" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.5" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.4" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.3" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.2" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.1" ) + list( APPEND _Python_PPATHS "C:/python/${_CURRENT_VERSION}.0" ) + else() + list( APPEND _Python_PPATHS [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath] ) + endif() + + foreach(_CURRENT_VERSION ${_Python_VERSIONS}) + set(_Python_NAMES python${_CURRENT_VERSION}) + if(WIN32) + list(APPEND _Python_NAMES python) + endif() + find_program(PYTHON_EXECUTABLE + NAMES ${_Python_NAMES} + PATHS ${_Python_PPATHS} + ) + endforeach() +endif() + +# determine python version string +if(PYTHON_EXECUTABLE) + execute_process(COMMAND "${PYTHON_EXECUTABLE}" -c + "import sys; sys.stdout.write(';'.join([str(x) for x in sys.version_info[:3]]))" + OUTPUT_VARIABLE _VERSION + RESULT_VARIABLE _PYTHON_VERSION_RESULT + ERROR_QUIET) + if(NOT _PYTHON_VERSION_RESULT) + string(REPLACE ";" "." PYTHON_VERSION_STRING "${_VERSION}") + list(GET _VERSION 0 PYTHON_VERSION_MAJOR) + list(GET _VERSION 1 PYTHON_VERSION_MINOR) + list(GET _VERSION 2 PYTHON_VERSION_PATCH) + if(PYTHON_VERSION_PATCH EQUAL 0) + # it's called "Python 2.7", not "2.7.0" + string(REGEX REPLACE "\\.0$" "" PYTHON_VERSION_STRING "${PYTHON_VERSION_STRING}") + endif() + else() + # sys.version predates sys.version_info, so use that + execute_process(COMMAND "${PYTHON_EXECUTABLE}" -c "import sys; sys.stdout.write(sys.version)" + OUTPUT_VARIABLE _VERSION + RESULT_VARIABLE _PYTHON_VERSION_RESULT + ERROR_QUIET) + if(NOT _PYTHON_VERSION_RESULT) + string(REGEX REPLACE " .*" "" PYTHON_VERSION_STRING "${_VERSION}") + string(REGEX REPLACE "^([0-9]+)\\.[0-9]+.*" "\\1" PYTHON_VERSION_MAJOR "${PYTHON_VERSION_STRING}") + string(REGEX REPLACE "^[0-9]+\\.([0-9])+.*" "\\1" PYTHON_VERSION_MINOR "${PYTHON_VERSION_STRING}") + if(PYTHON_VERSION_STRING MATCHES "^[0-9]+\\.[0-9]+\\.[0-9]+.*") + string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" PYTHON_VERSION_PATCH "${PYTHON_VERSION_STRING}") + else() + set(PYTHON_VERSION_PATCH "0") + endif() + else() + # sys.version was first documented for Python 1.5, so assume + # this is older. + set(PYTHON_VERSION_STRING "1.4") + set(PYTHON_VERSION_MAJOR "1") + set(PYTHON_VERSION_MAJOR "4") + set(PYTHON_VERSION_MAJOR "0") + endif() + endif() + unset(_PYTHON_VERSION_RESULT) + unset(_VERSION) +endif() + +# handle the QUIETLY and REQUIRED arguments and set PYTHONINTERP_FOUND to TRUE if +# all listed variables are TRUE +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(PythonInterp REQUIRED_VARS PYTHON_EXECUTABLE VERSION_VAR PYTHON_VERSION_STRING) + +mark_as_advanced(PYTHON_EXECUTABLE) diff --git a/CMakeModules/FindPythonLibs.cmake b/CMakeModules/FindPythonLibs.cmake new file mode 100644 index 0000000..5ff25b7 --- /dev/null +++ b/CMakeModules/FindPythonLibs.cmake @@ -0,0 +1,322 @@ +# - Find python libraries +# This module finds if Python is installed and determines where the +# include files and libraries are. It also determines what the name of +# the library is. This code sets the following variables: +# +# PYTHONLIBS_FOUND - have the Python libs been found +# PYTHON_LIBRARIES - path to the python library +# PYTHON_INCLUDE_PATH - path to where Python.h is found (deprecated) +# PYTHON_INCLUDE_DIRS - path to where Python.h is found +# PYTHON_DEBUG_LIBRARIES - path to the debug library (deprecated) +# PYTHONLIBS_VERSION_STRING - version of the Python libs found (since CMake 2.8.8) +# +# The Python_ADDITIONAL_VERSIONS variable can be used to specify a list of +# version numbers that should be taken into account when searching for Python. +# You need to set this variable before calling find_package(PythonLibs). +# +# You can point to a preferred python install to use by setting the following +# to the point at the root directory of the python install: +# +# PYTHON_ROOT_DIR - The root directory of the python install +# +# If you'd like to specify the installation of Python to use, you should modify +# the following cache variables: +# PYTHON_LIBRARY - path to the python library +# PYTHON_INCLUDE_DIR - path to where Python.h is found + +#============================================================================= +# Copyright 2001-2009 Kitware, Inc. +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +include(CMakeFindFrameworks) + +# Search for the python framework on Apple. +cmake_find_frameworks(Python) + +set(_PYTHON1_VERSIONS 1.6 1.5) +set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) +set(_PYTHON3_VERSIONS 3.3 3.2 3.1 3.0) + +if(PythonLibs_FIND_VERSION) + if(PythonLibs_FIND_VERSION MATCHES "^[0-9]+\\.[0-9]+(\\.[0-9]+.*)?$") + string(REGEX REPLACE "^([0-9]+\\.[0-9]+).*" "\\1" _PYTHON_FIND_MAJ_MIN "${PythonLibs_FIND_VERSION}") + string(REGEX REPLACE "^([0-9]+).*" "\\1" _PYTHON_FIND_MAJ "${_PYTHON_FIND_MAJ_MIN}") + unset(_PYTHON_FIND_OTHER_VERSIONS) + if(PythonLibs_FIND_VERSION_EXACT) + if(_PYTHON_FIND_MAJ_MIN STREQUAL PythonLibs_FIND_VERSION) + set(_PYTHON_FIND_OTHER_VERSIONS "${PythonLibs_FIND_VERSION}") + else() + set(_PYTHON_FIND_OTHER_VERSIONS "${PythonLibs_FIND_VERSION}" "${_PYTHON_FIND_MAJ_MIN}") + endif() + else() + foreach(_PYTHON_V ${_PYTHON${_PYTHON_FIND_MAJ}_VERSIONS}) + if(NOT _PYTHON_V VERSION_LESS _PYTHON_FIND_MAJ_MIN) + list(APPEND _PYTHON_FIND_OTHER_VERSIONS ${_PYTHON_V}) + endif() + endforeach() + endif() + unset(_PYTHON_FIND_MAJ_MIN) + unset(_PYTHON_FIND_MAJ) + else() + set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON${PythonLibs_FIND_VERSION}_VERSIONS}) + endif() +else() + set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS}) +endif() + +# Set up the versions we know about, in the order we will search. Always add +# the user supplied additional versions to the front. +set(_Python_VERSIONS + ${Python_ADDITIONAL_VERSIONS} + ${_PYTHON_FIND_OTHER_VERSIONS} + ) + +unset(_PYTHON_FIND_OTHER_VERSIONS) +unset(_PYTHON1_VERSIONS) +unset(_PYTHON2_VERSIONS) +unset(_PYTHON3_VERSIONS) + +foreach(_CURRENT_VERSION ${_Python_VERSIONS}) + string(REPLACE "." "" _CURRENT_VERSION_NO_DOTS ${_CURRENT_VERSION}) + + if(WIN32) + if(MINGW) + find_library(PYTHON_DEBUG_LIBRARY + NAMES python{$_CURRENT_VERSION}_d + PATHS + "${PYTHON_ROOT_DIR}" + "c:/python${_CURRENT_VERSION}" + "c:/python${_CURRENT_VERSION_NO_DOTS}" + NO_SYSTEM_ENVIRONMENT_PATH + ) + else() + find_library(PYTHON_DEBUG_LIBRARY + NAMES python${_CURRENT_VERSION_NO_DOTS}_d python + PATHS + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs/Debug + [HKEY_CURRENT_USER\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs/Debug + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs + [HKEY_CURRENT_USER\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs + ) + endif() + endif() + + if(MINGW) + find_library(PYTHON_LIBRARY + NAMES python${_CURRENT_VERSION} + PATHS + "${PYTHON_ROOT_DIR}" + "C:/python" + PATH_SUFFIXES + ${_CURRENT_VERSION} + ${_CURRENT_VERSION_NO_DOTS} + NO_SYSTEM_ENVIRONMENT_PATH + ) + else() + find_library(PYTHON_LIBRARY + NAMES + python${_CURRENT_VERSION_NO_DOTS} + python${_CURRENT_VERSION}mu + python${_CURRENT_VERSION}m + python${_CURRENT_VERSION}u + python${_CURRENT_VERSION} + PATHS + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs + [HKEY_CURRENT_USER\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs + # Avoid finding the .dll in the PATH. We want the .lib. + NO_SYSTEM_ENVIRONMENT_PATH + ) + endif() + + # Look for the static library in the Python config directory + find_library(PYTHON_LIBRARY + NAMES python${_CURRENT_VERSION_NO_DOTS} python${_CURRENT_VERSION} + # Avoid finding the .dll in the PATH. We want the .lib. + NO_SYSTEM_ENVIRONMENT_PATH + # This is where the static library is usually located + PATH_SUFFIXES python${_CURRENT_VERSION}/config + ) + + # For backward compatibility, honour value of PYTHON_INCLUDE_PATH, if + # PYTHON_INCLUDE_DIR is not set. + if(DEFINED PYTHON_INCLUDE_PATH AND NOT DEFINED PYTHON_INCLUDE_DIR) + set(PYTHON_INCLUDE_DIR "${PYTHON_INCLUDE_PATH}" CACHE PATH + "Path to where Python.h is found" FORCE) + endif() + + set(PYTHON_FRAMEWORK_INCLUDES) + + if(Python_FRAMEWORKS AND NOT PYTHON_INCLUDE_DIR) + foreach(dir ${Python_FRAMEWORKS}) + set(PYTHON_FRAMEWORK_INCLUDES ${PYTHON_FRAMEWORK_INCLUDES} + ${dir}/Versions/${_CURRENT_VERSION}/include/python${_CURRENT_VERSION}) + endforeach() + endif() + + if(MINGW) + find_path(PYTHON_INCLUDE_DIR + NAMES Python.h + PATHS + "${PYTHON_ROOT_DIR}" + "C:/python${_CURRENT_VERSION}" + "C:/python${_CURRENT_VERSION_NOT_DOTS}" + PATH_SUFFIXES + include + python${_CURRENT_VERSION} + python${_CURRENT_VERSION_NOT_DOTS} + ) + else() + find_path(PYTHON_INCLUDE_DIR + NAMES Python.h + PATHS + ${PYTHON_FRAMEWORK_INCLUDES} + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/include + [HKEY_CURRENT_USER\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/include + PATH_SUFFIXES + python${_CURRENT_VERSION}mu + python${_CURRENT_VERSION}m + python${_CURRENT_VERSION}u + python${_CURRENT_VERSION} + ) + endif() + + # For backward compatibility, set PYTHON_INCLUDE_PATH. + set(PYTHON_INCLUDE_PATH "${PYTHON_INCLUDE_DIR}") + + if(PYTHON_INCLUDE_DIR AND EXISTS "${PYTHON_INCLUDE_DIR}/patchlevel.h") + file(STRINGS "${PYTHON_INCLUDE_DIR}/patchlevel.h" python_version_str + REGEX "^#define[ \t]+PY_VERSION[ \t]+\"[^\"]+\"") + string(REGEX REPLACE "^#define[ \t]+PY_VERSION[ \t]+\"([^\"]+)\".*" "\\1" + PYTHONLIBS_VERSION_STRING "${python_version_str}") + unset(python_version_str) + endif() + + if(PYTHON_LIBRARY AND PYTHON_INCLUDE_DIR) + break() + endif() +endforeach() + +mark_as_advanced( + PYTHON_DEBUG_LIBRARY + PYTHON_LIBRARY + PYTHON_INCLUDE_DIR +) + +# We use PYTHON_INCLUDE_DIR, PYTHON_LIBRARY and PYTHON_DEBUG_LIBRARY for the +# cache entries because they are meant to specify the location of a single +# library. We now set the variables listed by the documentation for this +# module. +set(PYTHON_INCLUDE_DIRS "${PYTHON_INCLUDE_DIR}") +set(PYTHON_DEBUG_LIBRARIES "${PYTHON_DEBUG_LIBRARY}") + +# These variables have been historically named in this module different from +# what SELECT_LIBRARY_CONFIGURATIONS() expects. +set(PYTHON_LIBRARY_DEBUG "${PYTHON_DEBUG_LIBRARY}") +set(PYTHON_LIBRARY_RELEASE "${PYTHON_LIBRARY}") +include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) +select_library_configurations(PYTHON) +# SELECT_LIBRARY_CONFIGURATIONS() sets ${PREFIX}_FOUND if it has a library. +# Unset this, this prefix doesn't match the module prefix, they are different +# for historical reasons. +unset(PYTHON_FOUND) + +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(PythonLibs + REQUIRED_VARS PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS + VERSION_VAR PYTHONLIBS_VERSION_STRING) + +# PYTHON_ADD_MODULE( src1 src2 ... srcN) is used to build modules for python. +# PYTHON_WRITE_MODULES_HEADER() writes a header file you can include +# in your sources to initialize the static python modules +function(PYTHON_ADD_MODULE _NAME ) + get_property(_TARGET_SUPPORTS_SHARED_LIBS + GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS) + option(PYTHON_ENABLE_MODULE_${_NAME} "Add module ${_NAME}" TRUE) + option(PYTHON_MODULE_${_NAME}_BUILD_SHARED + "Add module ${_NAME} shared" ${_TARGET_SUPPORTS_SHARED_LIBS}) + + # Mark these options as advanced + mark_as_advanced(PYTHON_ENABLE_MODULE_${_NAME} + PYTHON_MODULE_${_NAME}_BUILD_SHARED) + + if(PYTHON_ENABLE_MODULE_${_NAME}) + if(PYTHON_MODULE_${_NAME}_BUILD_SHARED) + set(PY_MODULE_TYPE MODULE) + else() + set(PY_MODULE_TYPE STATIC) + set_property(GLOBAL APPEND PROPERTY PY_STATIC_MODULES_LIST ${_NAME}) + endif() + + set_property(GLOBAL APPEND PROPERTY PY_MODULES_LIST ${_NAME}) + add_library(${_NAME} ${PY_MODULE_TYPE} ${ARGN}) +# target_link_libraries(${_NAME} ${PYTHON_LIBRARIES}) + + if(PYTHON_MODULE_${_NAME}_BUILD_SHARED) + set_target_properties(${_NAME} PROPERTIES PREFIX "${PYTHON_MODULE_PREFIX}") + if(WIN32 AND NOT CYGWIN) + set_target_properties(${_NAME} PROPERTIES SUFFIX ".pyd") + endif() + endif() + + endif() +endfunction() + +function(PYTHON_WRITE_MODULES_HEADER _filename) + + get_property(PY_STATIC_MODULES_LIST GLOBAL PROPERTY PY_STATIC_MODULES_LIST) + + get_filename_component(_name "${_filename}" NAME) + string(REPLACE "." "_" _name "${_name}") + string(TOUPPER ${_name} _nameUpper) + set(_filename ${CMAKE_CURRENT_BINARY_DIR}/${_filename}) + + set(_filenameTmp "${_filename}.in") + file(WRITE ${_filenameTmp} "/*Created by cmake, do not edit, changes will be lost*/\n") + file(APPEND ${_filenameTmp} +"#ifndef ${_nameUpper} +#define ${_nameUpper} + +#include + +#ifdef __cplusplus +extern \"C\" { +#endif /* __cplusplus */ + +") + + foreach(_currentModule ${PY_STATIC_MODULES_LIST}) + file(APPEND ${_filenameTmp} "extern void init${PYTHON_MODULE_PREFIX}${_currentModule}(void);\n\n") + endforeach() + + file(APPEND ${_filenameTmp} +"#ifdef __cplusplus +} +#endif /* __cplusplus */ + +") + + + foreach(_currentModule ${PY_STATIC_MODULES_LIST}) + file(APPEND ${_filenameTmp} "int ${_name}_${_currentModule}(void) \n{\n static char name[]=\"${PYTHON_MODULE_PREFIX}${_currentModule}\"; return PyImport_AppendInittab(name, init${PYTHON_MODULE_PREFIX}${_currentModule});\n}\n\n") + endforeach() + + file(APPEND ${_filenameTmp} "void ${_name}_LoadAllPythonModules(void)\n{\n") + foreach(_currentModule ${PY_STATIC_MODULES_LIST}) + file(APPEND ${_filenameTmp} " ${_name}_${_currentModule}();\n") + endforeach() + file(APPEND ${_filenameTmp} "}\n\n") + file(APPEND ${_filenameTmp} "#ifndef EXCLUDE_LOAD_ALL_FUNCTION\nvoid CMakeLoadAllPythonModules(void)\n{\n ${_name}_LoadAllPythonModules();\n}\n#endif\n\n#endif\n") + +# with configure_file() cmake complains that you may not use a file created using file(WRITE) as input file for configure_file() + execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different "${_filenameTmp}" "${_filename}" OUTPUT_QUIET ERROR_QUIET) + +endfunction() diff --git a/CMakeModules/FindSubversion.cmake b/CMakeModules/FindSubversion.cmake new file mode 100644 index 0000000..31f20c2 --- /dev/null +++ b/CMakeModules/FindSubversion.cmake @@ -0,0 +1,140 @@ +# +# From CMake 2.6.1 +# + +# +# - Extract information from a subversion working copy +# The module defines the following variables: +# Subversion_SVN_EXECUTABLE - path to svn command line client +# Subversion_VERSION_SVN - version of svn command line client +# Subversion_FOUND - true if the command line client was found +# If the command line client executable is found the macro +# Subversion_WC_INFO( ) +# is defined to extract information of a subversion working copy at +# a given location. The macro defines the following variables: +# _WC_URL - url of the repository (at ) +# _WC_ROOT - root url of the repository +# _WC_REVISION - current revision +# _WC_LAST_CHANGED_AUTHOR - author of last commit +# _WC_LAST_CHANGED_DATE - date of last commit +# _WC_LAST_CHANGED_REV - revision of last commit +# _WC_LAST_CHANGED_LOG - last log of base revision +# _WC_INFO - output of command `svn info ' +# Example usage: +# FIND_PACKAGE(Subversion) +# IF(Subversion_FOUND) +# Subversion_WC_INFO(${PROJECT_SOURCE_DIR} Project) +# MESSAGE("Current revision is ${Project_WC_REVISION}") +# Subversion_WC_LOG(${PROJECT_SOURCE_DIR} Project) +# MESSAGE("Last changed log is ${Project_LAST_CHANGED_LOG}") +# ENDIF(Subversion_FOUND) + +# Copyright (c) 2006, Tristan Carel +# All rights reserved. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the University of California, Berkeley nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# $Id: FindSubversion.cmake,v 1.2.2.3 2008-05-23 20:09:34 hoffman Exp $ + +SET(Subversion_FOUND FALSE) +SET(Subversion_SVN_FOUND FALSE) + +FIND_PROGRAM(Subversion_SVN_EXECUTABLE svn + DOC "subversion command line client") +MARK_AS_ADVANCED(Subversion_SVN_EXECUTABLE) + +IF(Subversion_SVN_EXECUTABLE) + SET(Subversion_SVN_FOUND TRUE) + SET(Subversion_FOUND TRUE) + + MACRO(Subversion_WC_INFO dir prefix) + # the subversion commands should be executed with the C locale, otherwise + # the message (which are parsed) may be translated, Alex + SET(_Subversion_SAVED_LC_ALL "$ENV{LC_ALL}") + SET(ENV{LC_ALL} C) + + EXECUTE_PROCESS(COMMAND ${Subversion_SVN_EXECUTABLE} --version + WORKING_DIRECTORY ${dir} + OUTPUT_VARIABLE Subversion_VERSION_SVN + OUTPUT_STRIP_TRAILING_WHITESPACE) + + EXECUTE_PROCESS(COMMAND ${Subversion_SVN_EXECUTABLE} info ${dir} + OUTPUT_VARIABLE ${prefix}_WC_INFO + ERROR_VARIABLE Subversion_svn_info_error + RESULT_VARIABLE Subversion_svn_info_result + OUTPUT_STRIP_TRAILING_WHITESPACE) + + IF(NOT ${Subversion_svn_info_result} EQUAL 0) + MESSAGE(STATUS "Command \"${Subversion_SVN_EXECUTABLE} info ${dir}\" failed with output:\n${Subversion_svn_info_error}") + ELSE(NOT ${Subversion_svn_info_result} EQUAL 0) + + STRING(REGEX REPLACE "^(.*\n)?svn, version ([.0-9]+).*" + "\\2" Subversion_VERSION_SVN "${Subversion_VERSION_SVN}") + STRING(REGEX REPLACE "^(.*\n)?URL: ([^\n]+).*" + "\\2" ${prefix}_WC_URL "${${prefix}_WC_INFO}") + STRING(REGEX REPLACE "^(.*\n)?Revision: ([^\n]+).*" + "\\2" ${prefix}_WC_REVISION "${${prefix}_WC_INFO}") + STRING(REGEX REPLACE "^(.*\n)?Last Changed Author: ([^\n]+).*" + "\\2" ${prefix}_WC_LAST_CHANGED_AUTHOR "${${prefix}_WC_INFO}") + STRING(REGEX REPLACE "^(.*\n)?Last Changed Rev: ([^\n]+).*" + "\\2" ${prefix}_WC_LAST_CHANGED_REV "${${prefix}_WC_INFO}") + STRING(REGEX REPLACE "^(.*\n)?Last Changed Date: ([^\n]+).*" + "\\2" ${prefix}_WC_LAST_CHANGED_DATE "${${prefix}_WC_INFO}") + + ENDIF(NOT ${Subversion_svn_info_result} EQUAL 0) + + # restore the previous LC_ALL + SET(ENV{LC_ALL} ${_Subversion_SAVED_LC_ALL}) + + ENDMACRO(Subversion_WC_INFO) + + MACRO(Subversion_WC_LOG dir prefix) + # This macro can block if the certificate is not signed: + # svn ask you to accept the certificate and wait for your answer + # This macro requires a svn server network access (Internet most of the time) + # and can also be slow since it access the svn server + EXECUTE_PROCESS(COMMAND + ${Subversion_SVN_EXECUTABLE} log -r BASE ${dir} + OUTPUT_VARIABLE ${prefix}_LAST_CHANGED_LOG + ERROR_VARIABLE Subversion_svn_log_error + RESULT_VARIABLE Subversion_svn_log_result + OUTPUT_STRIP_TRAILING_WHITESPACE) + + IF(NOT ${Subversion_svn_log_result} EQUAL 0) + MESSAGE(STATUS "Command \"${Subversion_SVN_EXECUTABLE} log -r BASE ${dir}\" failed with output:\n${Subversion_svn_log_error}") + ENDIF(NOT ${Subversion_svn_log_result} EQUAL 0) + ENDMACRO(Subversion_WC_LOG) + +ENDIF(Subversion_SVN_EXECUTABLE) + +IF(NOT Subversion_FOUND) + IF(NOT Subversion_FIND_QUIETLY) + MESSAGE(STATUS "Subversion was not found.") + ELSE(NOT Subversion_FIND_QUIETLY) + IF(Subversion_FIND_REQUIRED) + MESSAGE(FATAL_ERROR "Subversion was not found.") + ENDIF(Subversion_FIND_REQUIRED) + ENDIF(NOT Subversion_FIND_QUIETLY) +ENDIF(NOT Subversion_FOUND) + +# FindSubversion.cmake ends here. diff --git a/CMakeModules/FindZLIB.cmake.unused b/CMakeModules/FindZLIB.cmake.unused new file mode 100644 index 0000000..0fdc315 --- /dev/null +++ b/CMakeModules/FindZLIB.cmake.unused @@ -0,0 +1,39 @@ +# +# From CMake 2.6.1 + some path changes +# + +# - Find zlib +# Find the native ZLIB includes and library +# +# ZLIB_INCLUDE_DIR - where to find zlib.h, etc. +# ZLIB_LIBRARIES - List of libraries when using zlib. +# ZLIB_FOUND - True if zlib found. + +IF(MSYS) + SET(ZLIB_DIR_SEARCH + c:/msys/1.0 + ) +ENDIF(MSYS) + +IF (ZLIB_INCLUDE_DIR) + # Already in cache, be silent + SET(ZLIB_FIND_QUIETLY TRUE) +ENDIF (ZLIB_INCLUDE_DIR) + +FIND_PATH(ZLIB_INCLUDE_DIR zlib.h PATHS ${ZLIB_DIR_SEARCH}/local/include) + +SET(ZLIB_NAMES z zlib zdll) +FIND_LIBRARY(ZLIB_LIBRARY NAMES ${ZLIB_NAMES} PATHS ${ZLIB_DIR_SEARCH}/local/lib) + +# handle the QUIETLY and REQUIRED arguments and set ZLIB_FOUND to TRUE if +# all listed variables are TRUE +INCLUDE(FindPackageHandleStandardArgs) +FIND_PACKAGE_HANDLE_STANDARD_ARGS(ZLIB DEFAULT_MSG ZLIB_LIBRARY ZLIB_INCLUDE_DIR) + +IF(ZLIB_FOUND) + SET( ZLIB_LIBRARIES ${ZLIB_LIBRARY} ) +ELSE(ZLIB_FOUND) + SET( ZLIB_LIBRARIES ) +ENDIF(ZLIB_FOUND) + +MARK_AS_ADVANCED( ZLIB_LIBRARY ZLIB_INCLUDE_DIR ) diff --git a/CMakeModules/FindwxWidgets.cmake b/CMakeModules/FindwxWidgets.cmake new file mode 100644 index 0000000..b93035d --- /dev/null +++ b/CMakeModules/FindwxWidgets.cmake @@ -0,0 +1,1145 @@ +# - Find a wxWidgets (a.k.a., wxWindows) installation. +# This module finds if wxWidgets is installed and selects a default +# configuration to use. wxWidgets is a modular library. To specify the +# modules that you will use, you need to name them as components to +# the package: +# +# find_package(wxWidgets COMPONENTS core base ...) +# +# There are two search branches: a windows style and a unix style. For +# windows, the following variables are searched for and set to +# defaults in case of multiple choices. Change them if the defaults +# are not desired (i.e., these are the only variables you should +# change to select a configuration): +# +# wxWidgets_ROOT_DIR - Base wxWidgets directory +# (e.g., C:/wxWidgets-2.6.3). +# wxWidgets_LIB_DIR - Path to wxWidgets libraries +# (e.g., C:/wxWidgets-2.6.3/lib/vc_lib). +# wxWidgets_CONFIGURATION - Configuration to use +# (e.g., msw, mswd, mswu, mswunivud, etc.) +# wxWidgets_EXCLUDE_COMMON_LIBRARIES +# - Set to TRUE to exclude linking of +# commonly required libs (e.g., png tiff +# jpeg zlib regex expat). +# +# For unix style it uses the wx-config utility. You can select between +# debug/release, unicode/ansi, universal/non-universal, and +# static/shared in the QtDialog or ccmake interfaces by turning ON/OFF +# the following variables: +# +# wxWidgets_USE_DEBUG +# wxWidgets_USE_UNICODE +# wxWidgets_USE_UNIVERSAL +# wxWidgets_USE_STATIC +# +# There is also a wxWidgets_CONFIG_OPTIONS variable for all other +# options that need to be passed to the wx-config utility. For +# example, to use the base toolkit found in the /usr/local path, set +# the variable (before calling the FIND_PACKAGE command) as such: +# +# set(wxWidgets_CONFIG_OPTIONS --toolkit=base --prefix=/usr) +# +# The following are set after the configuration is done for both +# windows and unix style: +# +# wxWidgets_FOUND - Set to TRUE if wxWidgets was found. +# wxWidgets_INCLUDE_DIRS - Include directories for WIN32 +# i.e., where to find "wx/wx.h" and +# "wx/setup.h"; possibly empty for unices. +# wxWidgets_LIBRARIES - Path to the wxWidgets libraries. +# wxWidgets_LIBRARY_DIRS - compile time link dirs, useful for +# rpath on UNIX. Typically an empty string +# in WIN32 environment. +# wxWidgets_DEFINITIONS - Contains defines required to compile/link +# against WX, e.g. WXUSINGDLL +# wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link +# against WX debug builds, e.g. __WXDEBUG__ +# wxWidgets_CXX_FLAGS - Include dirs and compiler flags for +# unices, empty on WIN32. Essentially +# "`wx-config --cxxflags`". +# wxWidgets_USE_FILE - Convenience include file. +# +# Sample usage: +# # Note that for MinGW users the order of libs is important! +# find_package(wxWidgets COMPONENTS net gl core base) +# if(wxWidgets_FOUND) +# include(${wxWidgets_USE_FILE}) +# # and for each of your dependent executable/library targets: +# target_link_libraries( ${wxWidgets_LIBRARIES}) +# endif(wxWidgets_FOUND) +# +# If wxWidgets is required (i.e., not an optional part): +# find_package(wxWidgets REQUIRED net gl core base) +# include(${wxWidgets_USE_FILE}) +# # and for each of your dependent executable/library targets: +# target_link_libraries( ${wxWidgets_LIBRARIES}) +# +# If a wxWidgets version or greater is required: +# find_package(wxWidgets 2.8.12 COMPONENTS net gl core base REQUIRED) +# +# If specific wxWidgets version is required: +# find_package(wxWidgets 2.8.12 EXACT COMPONENTS net gl core base REQUIRED) +# +#============================================================================= +# Copyright 2004-2009 Kitware, Inc. +# Copyright 2007-2009 Miguel A. Figueroa-Villanueva +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +# +# FIXME: check this and provide a correct sample usage... +# Remember to connect back to the upper text. +# Sample usage with monolithic wx build: +# +# find_package(wxWidgets COMPONENTS mono) +# ... + +# NOTES +# +# This module has been tested on the WIN32 platform with wxWidgets +# 2.6.2, 2.6.3, and 2.5.3. However, it has been designed to +# easily extend support to all possible builds, e.g., static/shared, +# debug/release, unicode, universal, multilib/monolithic, etc.. +# +# If you want to use the module and your build type is not supported +# out-of-the-box, please contact me to exchange information on how +# your system is setup and I'll try to add support for it. +# +# AUTHOR +# +# Miguel A. Figueroa-Villanueva (miguelf at ieee dot org). +# Jan Woetzel (jw at mip.informatik.uni-kiel.de). +# +# Based on previous works of: +# Jan Woetzel (FindwxWindows.cmake), +# Jorgen Bodde and Jerry Fath (FindwxWin.cmake). + +# TODO/ideas +# +# (1) Option/Setting to use all available wx libs +# In contrast to expert developer who lists the +# minimal set of required libs in wxWidgets_USE_LIBS +# there is the newbie user: +# - who just wants to link against WX with more 'magic' +# - doesn't know the internal structure of WX or how it was built, +# in particular if it is monolithic or not +# - want to link against all available WX libs +# Basically, the intent here is to mimic what wx-config would do by +# default (i.e., `wx-config --libs`). +# +# Possible solution: +# Add a reserved keyword "std" that initializes to what wx-config +# would default to. If the user has not set the wxWidgets_USE_LIBS, +# default to "std" instead of "base core" as it is now. To implement +# "std" will basically boil down to a FOR_EACH lib-FOUND, but maybe +# checking whether a minimal set was found. + + +# FIXME: This and all the dbg_msg calls should be removed after the +# module stabilizes. +# +# Helper macro to control the debugging output globally. There are +# two versions for controlling how verbose your output should be. +macro(dbg_msg _MSG) +# message(STATUS "${_MSG}") +endmacro(dbg_msg) +macro(dbg_msg_v _MSG) +# message(STATUS "${_MSG}") +endmacro(dbg_msg_v) + +# Clear return values in case the module is loaded more than once. +set(wxWidgets_FOUND FALSE) +set(wxWidgets_INCLUDE_DIRS "") +set(wxWidgets_LIBRARIES "") +set(wxWidgets_LIBRARY_DIRS "") +set(wxWidgets_CXX_FLAGS "") + +# Using SYSTEM with INCLUDE_DIRECTORIES in conjunction with wxWidgets on +# the Mac produces compiler errors. Set wxWidgets_INCLUDE_DIRS_NO_SYSTEM +# to prevent UsewxWidgets.cmake from using SYSTEM. +# +# See cmake mailing list discussions for more info: +# http://www.cmake.org/pipermail/cmake/2008-April/021115.html +# http://www.cmake.org/pipermail/cmake/2008-April/021146.html +# +if(APPLE) + set(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1) +endif(APPLE) + +# DEPRECATED: This is a patch to support the DEPRECATED use of +# wxWidgets_USE_LIBS. +# +# If wxWidgets_USE_LIBS is set: +# - if using , then override wxWidgets_USE_LIBS +# - else set wxWidgets_FIND_COMPONENTS to wxWidgets_USE_LIBS +if(wxWidgets_USE_LIBS AND NOT wxWidgets_FIND_COMPONENTS) + set(wxWidgets_FIND_COMPONENTS ${wxWidgets_USE_LIBS}) +endif(wxWidgets_USE_LIBS AND NOT wxWidgets_FIND_COMPONENTS) +dbg_msg("wxWidgets_FIND_COMPONENTS : ${wxWidgets_FIND_COMPONENTS}") + +# Add the convenience use file if available. +# +# Get dir of this file which may reside in: +# - CMAKE_MAKE_ROOT/Modules on CMake installation +# - CMAKE_MODULE_PATH if user prefers his own specialized version +set(wxWidgets_USE_FILE "") +get_filename_component( + wxWidgets_CURRENT_LIST_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) +# Prefer an existing customized version, but the user might override +# the FindwxWidgets module and not the UsewxWidgets one. +if(EXISTS "${wxWidgets_CURRENT_LIST_DIR}/UsewxWidgets.cmake") + set(wxWidgets_USE_FILE + "${wxWidgets_CURRENT_LIST_DIR}/UsewxWidgets.cmake") +else(EXISTS "${wxWidgets_CURRENT_LIST_DIR}/UsewxWidgets.cmake") + set(wxWidgets_USE_FILE UsewxWidgets) +endif(EXISTS "${wxWidgets_CURRENT_LIST_DIR}/UsewxWidgets.cmake") + +#===================================================================== +#===================================================================== + + +if(WIN32 AND NOT CYGWIN AND NOT MSYS AND NOT CMAKE_HOST_UNIX ) + dbg_msg( "setting win32 style" ) + set(wxWidgets_FIND_STYLE "win32") +else() + if(CMAKE_HOST_UNIX OR MSYS) + dbg_msg( "unix style" ) + set(wxWidgets_FIND_STYLE "unix") + endif() +endif() + +#===================================================================== +# WIN32_FIND_STYLE +#===================================================================== +if(wxWidgets_FIND_STYLE STREQUAL "win32") + dbg_msg("Using win32 path") + + # Useful common wx libs needed by almost all components. + set(wxWidgets_COMMON_LIBRARIES png tiff jpeg zlib regex expat) + + # DEPRECATED: Use find_package(wxWidgets COMPONENTS mono) instead. + if(NOT wxWidgets_FIND_COMPONENTS) + if(wxWidgets_USE_MONOLITHIC) + set(wxWidgets_FIND_COMPONENTS mono) + else(wxWidgets_USE_MONOLITHIC) + set(wxWidgets_FIND_COMPONENTS core base) # this is default + endif(wxWidgets_USE_MONOLITHIC) + endif(NOT wxWidgets_FIND_COMPONENTS) + + # Add the common (usually required libs) unless + # wxWidgets_EXCLUDE_COMMON_LIBRARIES has been set. + if(NOT wxWidgets_EXCLUDE_COMMON_LIBRARIES) + list(APPEND wxWidgets_FIND_COMPONENTS + ${wxWidgets_COMMON_LIBRARIES}) + endif(NOT wxWidgets_EXCLUDE_COMMON_LIBRARIES) + + #------------------------------------------------------------------- + # WIN32: Helper MACROS + #------------------------------------------------------------------- + # + # Get filename components for a configuration. For example, + # if _CONFIGURATION = mswunivud, then _UNV=univ, _UCD=u _DBG=d + # if _CONFIGURATION = mswu, then _UNV="", _UCD=u _DBG="" + # + macro(wx_get_name_components _CONFIGURATION _UNV _UCD _DBG) + string(REGEX MATCH "univ" ${_UNV} "${_CONFIGURATION}") + string(REGEX REPLACE "msw.*(u)[d]*$" "u" ${_UCD} "${_CONFIGURATION}") + if(${_UCD} STREQUAL ${_CONFIGURATION}) + set(${_UCD} "") + endif(${_UCD} STREQUAL ${_CONFIGURATION}) + string(REGEX MATCH "d$" ${_DBG} "${_CONFIGURATION}") + endmacro(wx_get_name_components) + + # + # Find libraries associated to a configuration. + # + macro(wx_find_libs _UNV _UCD _DBG) + dbg_msg_v("m_unv = ${_UNV}") + dbg_msg_v("m_ucd = ${_UCD}") + dbg_msg_v("m_dbg = ${_DBG}") + + # FIXME: What if both regex libs are available. regex should be + # found outside the loop and only wx${LIB}${_UCD}${_DBG}. + # Find wxWidgets common libraries. + foreach(LIB ${wxWidgets_COMMON_LIBRARIES} scintilla) + find_library(WX_${LIB}${_DBG} + NAMES + wx${LIB}${_UCD}${_DBG} # for regex + wx${LIB}${_DBG} + PATHS ${WX_LIB_DIR} + NO_DEFAULT_PATH + ) + mark_as_advanced(WX_${LIB}${_DBG}) + endforeach(LIB) + + dbg_msg( "WX_LIB_DIR:${WX_LIB_DIR}" ) + + # Find wxWidgets multilib base libraries. + find_library(WX_base${_DBG} + NAMES + wxbase31${_UCD}${_DBG} + wxbase30${_UCD}${_DBG} + wxbase29${_UCD}${_DBG} + wxbase28${_UCD}${_DBG} + wxbase27${_UCD}${_DBG} + wxbase26${_UCD}${_DBG} + wxbase25${_UCD}${_DBG} + PATHS ${WX_LIB_DIR} + NO_DEFAULT_PATH + ) + mark_as_advanced(WX_base${_DBG}) + foreach(LIB net odbc xml) + find_library(WX_${LIB}${_DBG} + NAMES + wxbase31${_UCD}${_DBG}_${LIB} + wxbase30${_UCD}${_DBG}_${LIB} + wxbase29${_UCD}${_DBG}_${LIB} + wxbase28${_UCD}${_DBG}_${LIB} + wxbase27${_UCD}${_DBG}_${LIB} + wxbase26${_UCD}${_DBG}_${LIB} + wxbase25${_UCD}${_DBG}_${LIB} + PATHS ${WX_LIB_DIR} + NO_DEFAULT_PATH + ) + mark_as_advanced(WX_${LIB}${_DBG}) + endforeach(LIB) + + # Find wxWidgets monolithic library. + find_library(WX_mono${_DBG} + NAMES + wxmsw${_UNV}31${_UCD}${_DBG} + wxmsw${_UNV}30${_UCD}${_DBG} + wxmsw${_UNV}29${_UCD}${_DBG} + wxmsw${_UNV}28${_UCD}${_DBG} + wxmsw${_UNV}27${_UCD}${_DBG} + wxmsw${_UNV}26${_UCD}${_DBG} + wxmsw${_UNV}25${_UCD}${_DBG} + PATHS ${WX_LIB_DIR} + NO_DEFAULT_PATH + ) + mark_as_advanced(WX_mono${_DBG}) + + # Find wxWidgets multilib libraries. + foreach(LIB core adv aui html media xrc dbgrid gl qa richtext + webview stc ribbon propgrid) + find_library(WX_${LIB}${_DBG} + NAMES + wxmsw${_UNV}31${_UCD}${_DBG}_${LIB} + wxmsw${_UNV}30${_UCD}${_DBG}_${LIB} + wxmsw${_UNV}29${_UCD}${_DBG}_${LIB} + wxmsw${_UNV}28${_UCD}${_DBG}_${LIB} + wxmsw${_UNV}27${_UCD}${_DBG}_${LIB} + wxmsw${_UNV}26${_UCD}${_DBG}_${LIB} + wxmsw${_UNV}25${_UCD}${_DBG}_${LIB} + PATHS ${WX_LIB_DIR} + NO_DEFAULT_PATH + ) + mark_as_advanced(WX_${LIB}${_DBG}) + endforeach(LIB) + endmacro(wx_find_libs) + + # + # Clear all library paths, so that FIND_LIBRARY refinds them. + # + # Clear a lib, reset its found flag, and mark as advanced. + macro(wx_clear_lib _LIB) + set(${_LIB} "${_LIB}-NOTFOUND" CACHE FILEPATH "Cleared." FORCE) + set(${_LIB}_FOUND FALSE) + mark_as_advanced(${_LIB}) + endmacro(wx_clear_lib) + # Clear all debug or release library paths (arguments are "d" or ""). + macro(wx_clear_all_libs _DBG) + # Clear wxWidgets common libraries. + foreach(LIB ${wxWidgets_COMMON_LIBRARIES} scintilla) + wx_clear_lib(WX_${LIB}${_DBG}) + endforeach(LIB) + + # Clear wxWidgets multilib base libraries. + wx_clear_lib(WX_base${_DBG}) + foreach(LIB net odbc xml) + wx_clear_lib(WX_${LIB}${_DBG}) + endforeach(LIB) + + # Clear wxWidgets monolithic library. + wx_clear_lib(WX_mono${_DBG}) + + # Clear wxWidgets multilib libraries. + foreach(LIB core adv aui html media xrc dbgrid gl qa richtext + webview stc ribbon propgrid) + wx_clear_lib(WX_${LIB}${_DBG}) + endforeach(LIB) + endmacro(wx_clear_all_libs) + # Clear all wxWidgets debug libraries. + macro(wx_clear_all_dbg_libs) + wx_clear_all_libs("d") + endmacro(wx_clear_all_dbg_libs) + # Clear all wxWidgets release libraries. + macro(wx_clear_all_rel_libs) + wx_clear_all_libs("") + endmacro(wx_clear_all_rel_libs) + + # + # Set the wxWidgets_LIBRARIES variable. + # Also, Sets output variable wxWidgets_FOUND to FALSE if it fails. + # + macro(wx_set_libraries _LIBS _DBG) + dbg_msg_v("Looking for ${${_LIBS}}") + if(WX_USE_REL_AND_DBG) + foreach(LIB ${${_LIBS}}) + dbg_msg_v("Searching for ${LIB} and ${LIB}d") + dbg_msg_v("WX_${LIB} : ${WX_${LIB}}") + dbg_msg_v("WX_${LIB}d : ${WX_${LIB}d}") + if(WX_${LIB} AND WX_${LIB}d) + dbg_msg_v("Found ${LIB} and ${LIB}d") + list(APPEND wxWidgets_LIBRARIES + debug ${WX_${LIB}d} optimized ${WX_${LIB}} + ) + else(WX_${LIB} AND WX_${LIB}d) + dbg_msg_v("- not found due to missing WX_${LIB}=${WX_${LIB}} or WX_${LIB}d=${WX_${LIB}d}") + set(wxWidgets_FOUND FALSE) + endif(WX_${LIB} AND WX_${LIB}d) + endforeach(LIB) + else(WX_USE_REL_AND_DBG) + foreach(LIB ${${_LIBS}}) + dbg_msg_v("Searching for ${LIB}${_DBG}") + dbg_msg_v("WX_${LIB}${_DBG} : ${WX_${LIB}${_DBG}}") + if(WX_${LIB}${_DBG}) + dbg_msg_v("Found ${LIB}${_DBG}") + list(APPEND wxWidgets_LIBRARIES ${WX_${LIB}${_DBG}}) + else(WX_${LIB}${_DBG}) + dbg_msg_v( + "- not found due to missing WX_${LIB}${_DBG}=${WX_${LIB}${_DBG}}") + set(wxWidgets_FOUND FALSE) + endif(WX_${LIB}${_DBG}) + endforeach(LIB) + endif(WX_USE_REL_AND_DBG) + + dbg_msg_v("OpenGL") + list(FIND ${_LIBS} gl WX_USE_GL) + if(NOT WX_USE_GL EQUAL -1) + dbg_msg_v("- is required.") + list(APPEND wxWidgets_LIBRARIES opengl32 glu32) + endif(NOT WX_USE_GL EQUAL -1) + + list(APPEND wxWidgets_LIBRARIES winmm comctl32 rpcrt4 wsock32) + endmacro(wx_set_libraries) + + #------------------------------------------------------------------- + # WIN32: Start actual work. + #------------------------------------------------------------------- + + # Look for an installation tree. + find_path(wxWidgets_ROOT_DIR + NAMES include/wx/wx.h + PATHS + $ENV{wxWidgets_ROOT_DIR} + $ENV{WXWIN} + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWidgets_is1;Inno Setup: App Path]" # WX 2.6.x + C:/ + D:/ + $ENV{ProgramFiles} + PATH_SUFFIXES + wxWidgets-3.0.2 + wxWidgets-3.0.1 + wxWidgets-3.0.0 + wxWidgets-2.9.5 + wxWidgets-2.9.4 + wxWidgets-2.9.3 + wxWidgets-2.9.2 + wxWidgets-2.9.1 + wxWidgets-2.9.0 + wxWidgets-2.8.9 + wxWidgets-2.8.8 + wxWidgets-2.8.7 + wxWidgets-2.8.6 + wxWidgets-2.8.5 + wxWidgets-2.8.4 + wxWidgets-2.8.3 + wxWidgets-2.8.2 + wxWidgets-2.8.1 + wxWidgets-2.8.0 + wxWidgets-2.7.4 + wxWidgets-2.7.3 + wxWidgets-2.7.2 + wxWidgets-2.7.1 + wxWidgets-2.7.0 + wxWidgets-2.7.0-1 + wxWidgets-2.6.4 + wxWidgets-2.6.3 + wxWidgets-2.6.2 + wxWidgets-2.6.1 + wxWidgets-2.5.4 + wxWidgets-2.5.3 + wxWidgets-2.5.2 + wxWidgets-2.5.1 + wxWidgets + DOC "wxWidgets base/installation directory?" + ) + + # If wxWidgets_ROOT_DIR changed, clear lib dir. + if(NOT WX_ROOT_DIR STREQUAL wxWidgets_ROOT_DIR) + dbg_msg( "WX_ROOT_DIR != wxWidgets_ROOT_DIR" ) + + set(WX_ROOT_DIR ${wxWidgets_ROOT_DIR} + CACHE INTERNAL "wxWidgets_ROOT_DIR") + set(wxWidgets_LIB_DIR "wxWidgets_LIB_DIR-NOTFOUND" + CACHE PATH "Cleared." FORCE) + endif(NOT WX_ROOT_DIR STREQUAL wxWidgets_ROOT_DIR) + + if(WX_ROOT_DIR) + dbg_msg( "WX_ROOT_DIR == wxWidgets_ROOT_DIR" ) + + # Select one default tree inside the already determined wx tree. + # Prefer static/shared order usually consistent with build + # settings. + if(MINGW) + dbg_msg( "MINGW" ) + set(WX_LIB_DIR_PREFIX gcc) + else(MINGW) + set(WX_LIB_DIR_PREFIX vc) + endif(MINGW) + if(BUILD_SHARED_LIBS) + dbg_msg( "BUILD_SHARED_LIBS" ) + find_path(wxWidgets_LIB_DIR + NAMES + msw/wx/setup.h + mswd/wx/setup.h + mswu/wx/setup.h + mswud/wx/setup.h + mswuniv/wx/setup.h + mswunivd/wx/setup.h + mswunivu/wx/setup.h + mswunivud/wx/setup.h + PATHS + ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_dll # prefer shared + ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_lib + DOC "Path to wxWidgets libraries?" + NO_DEFAULT_PATH + ) + else(BUILD_SHARED_LIBS) + dbg_msg( "!BUILD_SHARED_LIBS WX_LIB_DIR:${WX_LIB_DIR}" ) + find_path(wxWidgets_LIB_DIR + NAMES + msw/wx/setup.h + mswd/wx/setup.h + mswu/wx/setup.h + mswud/wx/setup.h + mswuniv/wx/setup.h + mswunivd/wx/setup.h + mswunivu/wx/setup.h + mswunivud/wx/setup.h + PATHS + ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_lib # prefer static + ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_dll + DOC "Path to wxWidgets libraries?" + NO_DEFAULT_PATH + ) + endif(BUILD_SHARED_LIBS) + + # If wxWidgets_LIB_DIR changed, clear all libraries. + if(NOT WX_LIB_DIR STREQUAL wxWidgets_LIB_DIR) + set(WX_LIB_DIR ${wxWidgets_LIB_DIR} CACHE INTERNAL "wxWidgets_LIB_DIR") + wx_clear_all_dbg_libs() + wx_clear_all_rel_libs() + endif(NOT WX_LIB_DIR STREQUAL wxWidgets_LIB_DIR) + + if(WX_LIB_DIR) + # If building shared libs, define WXUSINGDLL to use dllimport. + if(WX_LIB_DIR MATCHES ".*[dD][lL][lL].*") + set(wxWidgets_DEFINITIONS WXUSINGDLL) + dbg_msg_v("detected SHARED/DLL tree WX_LIB_DIR=${WX_LIB_DIR}") + endif(WX_LIB_DIR MATCHES ".*[dD][lL][lL].*") + + # Search for available configuration types. + foreach(CFG mswunivud mswunivd mswud mswd mswunivu mswuniv mswu msw) + set(WX_${CFG}_FOUND FALSE) + if(EXISTS ${WX_LIB_DIR}/${CFG}) + list(APPEND WX_CONFIGURATION_LIST ${CFG}) + set(WX_${CFG}_FOUND TRUE) + set(WX_CONFIGURATION ${CFG}) + endif(EXISTS ${WX_LIB_DIR}/${CFG}) + endforeach(CFG) + dbg_msg_v("WX_CONFIGURATION_LIST=${WX_CONFIGURATION_LIST}") + + if(WX_CONFIGURATION) + set(wxWidgets_FOUND TRUE) + + # If the selected configuration wasn't found force the default + # one. Otherwise, use it but still force a refresh for + # updating the doc string with the current list of available + # configurations. + if(NOT WX_${wxWidgets_CONFIGURATION}_FOUND) + set(wxWidgets_CONFIGURATION ${WX_CONFIGURATION} CACHE STRING + "Set wxWidgets configuration (${WX_CONFIGURATION_LIST})" FORCE) + else(NOT WX_${wxWidgets_CONFIGURATION}_FOUND) + set(wxWidgets_CONFIGURATION ${wxWidgets_CONFIGURATION} CACHE STRING + "Set wxWidgets configuration (${WX_CONFIGURATION_LIST})" FORCE) + endif(NOT WX_${wxWidgets_CONFIGURATION}_FOUND) + + # If release config selected, and both release/debug exist. + if(WX_${wxWidgets_CONFIGURATION}d_FOUND) + OPTION(wxWidgets_USE_REL_AND_DBG + "Use release and debug configurations?" TRUE) + set(WX_USE_REL_AND_DBG ${wxWidgets_USE_REL_AND_DBG}) + else(WX_${wxWidgets_CONFIGURATION}d_FOUND) + # If the option exists (already in cache), force it false. + if(wxWidgets_USE_REL_AND_DBG) + set(wxWidgets_USE_REL_AND_DBG FALSE CACHE BOOL + "No ${wxWidgets_CONFIGURATION}d found." FORCE) + endif(wxWidgets_USE_REL_AND_DBG) + set(WX_USE_REL_AND_DBG FALSE) + endif(WX_${wxWidgets_CONFIGURATION}d_FOUND) + + # Get configuration parameters from the name. + wx_get_name_components(${wxWidgets_CONFIGURATION} UNV UCD DBG) + + # Set wxWidgets lib setup include directory. + if(EXISTS ${WX_LIB_DIR}/${wxWidgets_CONFIGURATION}/wx/setup.h) + set(wxWidgets_INCLUDE_DIRS + ${WX_LIB_DIR}/${wxWidgets_CONFIGURATION}) + else(EXISTS ${WX_LIB_DIR}/${wxWidgets_CONFIGURATION}/wx/setup.h) + dbg_msg("wxWidgets_FOUND FALSE because ${WX_LIB_DIR}/${wxWidgets_CONFIGURATION}/wx/setup.h does not exists.") + set(wxWidgets_FOUND FALSE) + endif(EXISTS ${WX_LIB_DIR}/${wxWidgets_CONFIGURATION}/wx/setup.h) + + # Set wxWidgets main include directory. + if(EXISTS ${WX_ROOT_DIR}/include/wx/wx.h) + list(APPEND wxWidgets_INCLUDE_DIRS ${WX_ROOT_DIR}/include) + else(EXISTS ${WX_ROOT_DIR}/include/wx/wx.h) + dbg_msg("wxWidgets_FOUND FALSE because WX_ROOT_DIR=${WX_ROOT_DIR} has no ${WX_ROOT_DIR}/include/wx/wx.h") + set(wxWidgets_FOUND FALSE) + endif(EXISTS ${WX_ROOT_DIR}/include/wx/wx.h) + + # Find wxWidgets libraries. + wx_find_libs("${UNV}" "${UCD}" "${DBG}") + if(WX_USE_REL_AND_DBG) + wx_find_libs("${UNV}" "${UCD}" "d") + endif(WX_USE_REL_AND_DBG) + + # Settings for requested libs (i.e., include dir, libraries, etc.). + wx_set_libraries(wxWidgets_FIND_COMPONENTS "${DBG}") + + # Add necessary definitions for unicode builds + if("${UCD}" STREQUAL "u") + list(APPEND wxWidgets_DEFINITIONS UNICODE _UNICODE) + endif("${UCD}" STREQUAL "u") + + # Add necessary definitions for debug builds + set(wxWidgets_DEFINITIONS_DEBUG _DEBUG __WXDEBUG__) + + endif(WX_CONFIGURATION) + endif(WX_LIB_DIR) + endif(WX_ROOT_DIR) + +#===================================================================== +# UNIX_FIND_STYLE +#===================================================================== +else(wxWidgets_FIND_STYLE STREQUAL "win32") + dbg_msg("NOT win32 path") + + if(wxWidgets_FIND_STYLE STREQUAL "unix") + dbg_msg("unix find style") + + #----------------------------------------------------------------- + # UNIX: Helper MACROS + #----------------------------------------------------------------- + # + # Set the default values based on "wx-config --selected-config". + # + macro(wx_config_select_get_default) + execute_process( + COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" + ${wxWidgets_CONFIG_OPTIONS} --selected-config + OUTPUT_VARIABLE _wx_selected_config + RESULT_VARIABLE _wx_result + ERROR_QUIET + ) + if(_wx_result EQUAL 0) + foreach(_opt_name debug static unicode universal) + string(TOUPPER ${_opt_name} _upper_opt_name) + if(_wx_selected_config MATCHES ".*${_opt_name}.*") + set(wxWidgets_DEFAULT_${_upper_opt_name} ON) + else(_wx_selected_config MATCHES ".*${_opt_name}.*") + set(wxWidgets_DEFAULT_${_upper_opt_name} OFF) + endif(_wx_selected_config MATCHES ".*${_opt_name}.*") + endforeach(_opt_name) + else(_wx_result EQUAL 0) + foreach(_upper_opt_name DEBUG STATIC UNICODE UNIVERSAL) + set(wxWidgets_DEFAULT_${_upper_opt_name} OFF) + endforeach(_upper_opt_name) + endif(_wx_result EQUAL 0) + endmacro(wx_config_select_get_default) + + # + # Query a boolean configuration option to determine if the system + # has both builds available. If so, provide the selection option + # to the user. + # + macro(wx_config_select_query_bool _OPT_NAME _OPT_HELP) + execute_process( + COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" + ${wxWidgets_CONFIG_OPTIONS} --${_OPT_NAME}=yes + RESULT_VARIABLE _wx_result_yes + OUTPUT_QUIET + ERROR_QUIET + ) + execute_process( + COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" + ${wxWidgets_CONFIG_OPTIONS} --${_OPT_NAME}=no + RESULT_VARIABLE _wx_result_no + OUTPUT_QUIET + ERROR_QUIET + ) + string(TOUPPER ${_OPT_NAME} _UPPER_OPT_NAME) + if(_wx_result_yes EQUAL 0 AND _wx_result_no EQUAL 0) + OPTION(wxWidgets_USE_${_UPPER_OPT_NAME} + ${_OPT_HELP} ${wxWidgets_DEFAULT_${_UPPER_OPT_NAME}}) + else(_wx_result_yes EQUAL 0 AND _wx_result_no EQUAL 0) + # If option exists (already in cache), force to available one. + if(DEFINED wxWidgets_USE_${_UPPER_OPT_NAME}) + if(_wx_result_yes EQUAL 0) + set(wxWidgets_USE_${_UPPER_OPT_NAME} ON CACHE BOOL ${_OPT_HELP} FORCE) + else(_wx_result_yes EQUAL 0) + set(wxWidgets_USE_${_UPPER_OPT_NAME} OFF CACHE BOOL ${_OPT_HELP} FORCE) + endif(_wx_result_yes EQUAL 0) + endif(DEFINED wxWidgets_USE_${_UPPER_OPT_NAME}) + endif(_wx_result_yes EQUAL 0 AND _wx_result_no EQUAL 0) + endmacro(wx_config_select_query_bool) + + # + # Set wxWidgets_SELECT_OPTIONS to wx-config options for selecting + # among multiple builds. + # + macro(wx_config_select_set_options) + set(wxWidgets_SELECT_OPTIONS ${wxWidgets_CONFIG_OPTIONS}) + foreach(_opt_name debug static unicode universal) + string(TOUPPER ${_opt_name} _upper_opt_name) + if(DEFINED wxWidgets_USE_${_upper_opt_name}) + if(wxWidgets_USE_${_upper_opt_name}) + list(APPEND wxWidgets_SELECT_OPTIONS --${_opt_name}=yes) + else(wxWidgets_USE_${_upper_opt_name}) + list(APPEND wxWidgets_SELECT_OPTIONS --${_opt_name}=no) + endif(wxWidgets_USE_${_upper_opt_name}) + endif(DEFINED wxWidgets_USE_${_upper_opt_name}) + endforeach(_opt_name) + endmacro(wx_config_select_set_options) + + #----------------------------------------------------------------- + # UNIX: Start actual work. + #----------------------------------------------------------------- + # Support cross-compiling, only search in the target platform. + find_program(wxWidgets_CONFIG_EXECUTABLE wx-config + ONLY_CMAKE_FIND_ROOT_PATH + ) + + if(wxWidgets_CONFIG_EXECUTABLE) + set(wxWidgets_FOUND TRUE) + + # get defaults based on "wx-config --selected-config" + wx_config_select_get_default() + + # for each option: if both builds are available, provide option + wx_config_select_query_bool(debug "Use debug build?") + wx_config_select_query_bool(unicode "Use unicode build?") + wx_config_select_query_bool(universal "Use universal build?") + wx_config_select_query_bool(static "Link libraries statically?") + + # process selection to set wxWidgets_SELECT_OPTIONS + wx_config_select_set_options() + dbg_msg("wxWidgets_SELECT_OPTIONS=${wxWidgets_SELECT_OPTIONS}") + + # run the wx-config program to get cxxflags + execute_process( + COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" + ${wxWidgets_SELECT_OPTIONS} --cxxflags + OUTPUT_VARIABLE wxWidgets_CXX_FLAGS + RESULT_VARIABLE RET + ERROR_QUIET + ) + if(RET EQUAL 0) + string(STRIP "${wxWidgets_CXX_FLAGS}" wxWidgets_CXX_FLAGS) + separate_arguments(wxWidgets_CXX_FLAGS) + + dbg_msg_v("wxWidgets_CXX_FLAGS=${wxWidgets_CXX_FLAGS}") + + # parse definitions from cxxflags; + # drop -D* from CXXFLAGS and the -D prefix + string(REGEX MATCHALL "-D[^;]+" + wxWidgets_DEFINITIONS "${wxWidgets_CXX_FLAGS}") + string(REGEX REPLACE "-D[^;]+(;|$)" "" + wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}") + string(REGEX REPLACE ";$" "" + wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}") + string(REPLACE "-D" "" + wxWidgets_DEFINITIONS "${wxWidgets_DEFINITIONS}") + + # parse include dirs from cxxflags; drop -I prefix + string(REGEX MATCHALL "-I[^;]+" + wxWidgets_INCLUDE_DIRS "${wxWidgets_CXX_FLAGS}") + string(REGEX REPLACE "-I[^;]+;" "" + wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}") + string(REPLACE "-I" "" + wxWidgets_INCLUDE_DIRS "${wxWidgets_INCLUDE_DIRS}") + + # Flags are a string, not a list, fix it here + string(REPLACE ";" " " + wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}") + + dbg_msg_v("wxWidgets_DEFINITIONS=${wxWidgets_DEFINITIONS}") + dbg_msg_v("wxWidgets_INCLUDE_DIRS=${wxWidgets_INCLUDE_DIRS}") + dbg_msg_v("wxWidgets_CXX_FLAGS=${wxWidgets_CXX_FLAGS}") + + else(RET EQUAL 0) + set(wxWidgets_FOUND FALSE) + dbg_msg_v("${wxWidgets_CONFIG_EXECUTABLE} --cxxflags FAILED with RET=${RET}") + endif(RET EQUAL 0) + + # run the wx-config program to get the libs + # - NOTE: wx-config doesn't verify that the libs requested exist + # it just produces the names. Maybe a TRY_COMPILE would + # be useful here... + string(REPLACE ";" "," + wxWidgets_FIND_COMPONENTS "${wxWidgets_FIND_COMPONENTS}") + execute_process( + COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" + ${wxWidgets_SELECT_OPTIONS} --libs ${wxWidgets_FIND_COMPONENTS} + OUTPUT_VARIABLE wxWidgets_LIBRARIES + RESULT_VARIABLE RET + ERROR_QUIET + ) + if(RET EQUAL 0) + string(STRIP "${wxWidgets_LIBRARIES}" wxWidgets_LIBRARIES) + separate_arguments(wxWidgets_LIBRARIES) + string(REPLACE "-framework;" "-framework " + wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}") + string(REPLACE "-arch;" "-arch " + wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}") + string(REPLACE "-isysroot;" "-isysroot " + wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}") + + # extract linkdirs (-L) for rpath (i.e., LINK_DIRECTORIES) + string(REGEX MATCHALL "-L[^;]+" + wxWidgets_LIBRARY_DIRS "${wxWidgets_LIBRARIES}") + string(REPLACE "-L" "" + wxWidgets_LIBRARY_DIRS "${wxWidgets_LIBRARY_DIRS}") + + dbg_msg_v("wxWidgets_LIBRARIES=${wxWidgets_LIBRARIES}") + dbg_msg_v("wxWidgets_LIBRARY_DIRS=${wxWidgets_LIBRARY_DIRS}") + + else(RET EQUAL 0) + set(wxWidgets_FOUND FALSE) + dbg_msg("${wxWidgets_CONFIG_EXECUTABLE} --libs ${wxWidgets_FIND_COMPONENTS} FAILED with RET=${RET}") + endif(RET EQUAL 0) + endif(wxWidgets_CONFIG_EXECUTABLE) + + # When using wx-config in MSYS, the include paths are UNIX style paths which may or may + # not work correctly depending on you MSYS/MinGW configuration. CMake expects native + # paths internally. + if(wxWidgets_FOUND AND MSYS) + find_program(_cygpath_exe cygpath ONLY_CMAKE_FIND_ROOT_PATH) + dbg_msg_v("_cygpath_exe: ${_cygpath_exe}") + if(_cygpath_exe) + set(_tmp_path "") + foreach(_path ${wxWidgets_INCLUDE_DIRS}) + execute_process( + COMMAND cygpath -w ${_path} + OUTPUT_VARIABLE _native_path + RESULT_VARIABLE _retv + OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_QUIET + ) + if(_retv EQUAL 0) + file(TO_CMAKE_PATH ${_native_path} _native_path) + dbg_msg_v("Path ${_path} converted to ${_native_path}") + set(_tmp_path "${_tmp_path} ${_native_path}") + endif() + endforeach() + dbg_msg("Setting wxWidgets_INCLUDE_DIRS = ${_tmp_path}") + set(wxWidgets_INCLUDE_DIRS ${_tmp_path}) + separate_arguments(wxWidgets_INCLUDE_DIRS) + list(REMOVE_ITEM wxWidgets_INCLUDE_DIRS "") + endif() + endif() +#===================================================================== +# Neither UNIX_FIND_STYLE, nor WIN32_FIND_STYLE +#===================================================================== + else(wxWidgets_FIND_STYLE STREQUAL "unix") + if(NOT wxWidgets_FIND_QUIETLY) + message(STATUS + "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): \n" + " Platform unknown/unsupported. It's neither WIN32 nor UNIX " + "find style." + ) + endif(NOT wxWidgets_FIND_QUIETLY) + endif(wxWidgets_FIND_STYLE STREQUAL "unix") +endif(wxWidgets_FIND_STYLE STREQUAL "win32") + + +# Check if a specfic version was requested by find_package(). +if(wxWidgets_FOUND AND wxWidgets_FIND_VERSION) + find_file(_filename wx/version.h PATHS ${wxWidgets_INCLUDE_DIRS} NO_DEFAULT_PATH) + dbg_msg("_filename: ${_filename}") + + if(NOT _filename) + message(FATAL_ERROR "wxWidgets wx/version.h file not found in ${wxWidgets_INCLUDE_DIRS}.") + endif() + + file(READ ${_filename} _wx_version_h) + + string(REGEX REPLACE "^(.*\n)?#define wxMAJOR_VERSION[ ]+([0-9]+).*" + "\\2" wxWidgets_VERSION_MAJOR "${_wx_version_h}" ) + string(REGEX REPLACE "^(.*\n)?#define wxMINOR_VERSION[ ]+([0-9]+).*" + "\\2" wxWidgets_VERSION_MINOR "${_wx_version_h}" ) + string(REGEX REPLACE "^(.*\n)?#define wxRELEASE_NUMBER[ ]+([0-9]+).*" + "\\2" wxWidgets_VERSION_PATCH "${_wx_version_h}" ) + set(wxWidgets_VERSION_STRING + "${wxWidgets_VERSION_MAJOR}.${wxWidgets_VERSION_MINOR}.${wxWidgets_VERSION_PATCH}" ) + dbg_msg("wxWidgets_VERSION_STRING: ${wxWidgets_VERSION_STRING}") +endif() + + +# Debug output: +dbg_msg("wxWidgets_FOUND : ${wxWidgets_FOUND}") +dbg_msg("wxWidgets_INCLUDE_DIRS : ${wxWidgets_INCLUDE_DIRS}") +dbg_msg("wxWidgets_LIBRARY_DIRS : ${wxWidgets_LIBRARY_DIRS}") +dbg_msg("wxWidgets_LIBRARIES : ${wxWidgets_LIBRARIES}") +dbg_msg("wxWidgets_CXX_FLAGS : ${wxWidgets_CXX_FLAGS}") +dbg_msg("wxWidgets_USE_FILE : ${wxWidgets_USE_FILE}") +dbg_msg("wxWidgets_FIND_VERSION : ${wxWidgets_FIND_VERSION}") +dbg_msg("wxWidgets_VERSION_MAJOR : ${wxWidgets_VERSION_MAJOR}") +dbg_msg("wxWidgets_VERSION_MINOR : ${wxWidgets_VERSION_MINOR}") +dbg_msg("wxWidgets_VERSION_PATCH : ${wxWidgets_VERSION_PATCH}") + +#===================================================================== +#===================================================================== +# Maintain consistency with all other variables. +dbg_msg("wxWidgets_FOUND : ${wxWidgets_FOUND}") +set(WXWIDGETS_FOUND ${wxWidgetsS_FOUND}) + +include(FindPackageHandleStandardArgs) + +find_package_handle_standard_args(wxWidgets + FOUND_VAR wxWidgets_FOUND + REQUIRED_VARS wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS + VERSION_VAR wxWidgets_VERSION_STRING + ) + +#===================================================================== +# Macros for use in wxWidgets apps. +# - This module will not fail to find wxWidgets based on the code +# below. Hence, it's required to check for validity of: +# +# wxWidgets_wxrc_EXECUTABLE +#===================================================================== + +# Resource file compiler. +find_program(wxWidgets_wxrc_EXECUTABLE wxrc + ${wxWidgets_ROOT_DIR}/utils/wxrc/vc_msw + ) + +# +# wx_split_arguments_on( ...) +# +# Sets and to contain arguments to the left and right, +# respectively, of . +# +# Example usage: +# function(wxwidgets_add_resources outfiles) +# wx_split_arguments_on(OPTIONS wxrc_files wxrc_options ${ARGN}) +# ... +# endfunction(wxwidgets_add_resources) +# +# wxwidgets_add_resources(sources ${xrc_files} OPTIONS -e -o file.C) +# +# NOTE: This is a generic piece of code that should be renamed to +# SPLIT_ARGUMENTS_ON and put in a file serving the same purpose as +# FindPackageStandardArgs.cmake. At the time of this writing +# FindQt4.cmake has a QT4_EXTRACT_OPTIONS, which I basically copied +# here a bit more generalized. So, there are already two find modules +# using this approach. +# +function(wx_split_arguments_on _keyword _leftvar _rightvar) + # FIXME: Document that the input variables will be cleared. + #list(APPEND ${_leftvar} "") + #list(APPEND ${_rightvar} "") + set(${_leftvar} "") + set(${_rightvar} "") + + set(_doing_right FALSE) + foreach(element ${ARGN}) + if("${element}" STREQUAL "${_keyword}") + set(_doing_right TRUE) + else("${element}" STREQUAL "${_keyword}") + if(_doing_right) + list(APPEND ${_rightvar} "${element}") + else(_doing_right) + list(APPEND ${_leftvar} "${element}") + endif(_doing_right) + endif("${element}" STREQUAL "${_keyword}") + endforeach(element) + + set(${_leftvar} ${${_leftvar}} PARENT_SCOPE) + set(${_rightvar} ${${_rightvar}} PARENT_SCOPE) +endfunction(wx_split_arguments_on) + +# +# wx_get_dependencies_from_xml( +# +# +# +# +# +# ) +# +# FIXME: Add documentation here... +# +function(wx_get_dependencies_from_xml + _depends + _match_patt + _clean_patt + _xml_contents + _depends_path + ) + + string(REGEX MATCHALL + ${_match_patt} + dep_file_list + "${${_xml_contents}}" + ) + foreach(dep_file ${dep_file_list}) + string(REGEX REPLACE ${_clean_patt} "" dep_file "${dep_file}") + + # make the file have an absolute path + if(NOT IS_ABSOLUTE "${dep_file}") + set(dep_file "${${_depends_path}}/${dep_file}") + endif(NOT IS_ABSOLUTE "${dep_file}") + + # append file to dependency list + list(APPEND ${_depends} "${dep_file}") + endforeach(dep_file) + + set(${_depends} ${${_depends}} PARENT_SCOPE) +endfunction(wx_get_dependencies_from_xml) + +# +# wxwidgets_add_resources( +# OPTIONS [NO_CPP_CODE]) +# +# Adds a custom command for resource file compilation of the +# and appends the output files to . +# +# Example usages: +# wxwidgets_add_resources(sources xrc/main_frame.xrc) +# wxwidgets_add_resources(sources ${xrc_files} OPTIONS -e -o altname.cxx) +# +function(wxwidgets_add_resources _outfiles) + wx_split_arguments_on(OPTIONS rc_file_list rc_options ${ARGN}) + + # Parse files for dependencies. + set(rc_file_list_abs "") + set(rc_depends "") + foreach(rc_file ${rc_file_list}) + get_filename_component(depends_path ${rc_file} PATH) + + get_filename_component(rc_file_abs ${rc_file} ABSOLUTE) + list(APPEND rc_file_list_abs "${rc_file_abs}") + + # All files have absolute paths or paths relative to the location + # of the rc file. + file(READ "${rc_file_abs}" rc_file_contents) + + # get bitmap/bitmap2 files + wx_get_dependencies_from_xml( + rc_depends + "]*>" + rc_file_contents + depends_path + ) + + # get url files + wx_get_dependencies_from_xml( + rc_depends + "]*>" + rc_file_contents + depends_path + ) + + # get wxIcon files + wx_get_dependencies_from_xml( + rc_depends + "]*class=\"wxIcon\"[^<]+" + "^]*>" + rc_file_contents + depends_path + ) + endforeach(rc_file) + + # + # Parse options. + # + # If NO_CPP_CODE option specified, then produce .xrs file rather + # than a .cpp file (i.e., don't add the default --cpp-code option). + list(FIND rc_options NO_CPP_CODE index) + if(index EQUAL -1) + list(APPEND rc_options --cpp-code) + # wxrc's default output filename for cpp code. + set(outfile resource.cpp) + else(index EQUAL -1) + list(REMOVE_AT rc_options ${index}) + # wxrc's default output filename for xrs file. + set(outfile resource.xrs) + endif(index EQUAL -1) + + # Get output name for use in add_custom_command. + # - short option scanning + list(FIND rc_options -o index) + if(NOT index EQUAL -1) + MATH(EXPR filename_index "${index} + 1") + list(GET rc_options ${filename_index} outfile) + #list(REMOVE_AT rc_options ${index} ${filename_index}) + endif(NOT index EQUAL -1) + # - long option scanning + string(REGEX MATCH "--output=[^;]*" outfile_opt "${rc_options}") + if(outfile_opt) + string(REPLACE "--output=" "" outfile "${outfile_opt}") + endif(outfile_opt) + #string(REGEX REPLACE "--output=[^;]*;?" "" rc_options "${rc_options}") + #string(REGEX REPLACE ";$" "" rc_options "${rc_options}") + + if(NOT IS_ABSOLUTE "${outfile}") + set(outfile "${CMAKE_CURRENT_BINARY_DIR}/${outfile}") + endif(NOT IS_ABSOLUTE "${outfile}") + add_custom_command( + OUTPUT "${outfile}" + COMMAND ${wxWidgets_wxrc_EXECUTABLE} ${rc_options} ${rc_file_list_abs} + DEPENDS ${rc_file_list_abs} ${rc_depends} + ) + + # Add generated header to output file list. + list(FIND rc_options -e short_index) + list(FIND rc_options --extra-cpp-code long_index) + if(NOT short_index EQUAL -1 OR NOT long_index EQUAL -1) + get_filename_component(outfile_ext ${outfile} EXT) + string(REPLACE "${outfile_ext}" ".h" outfile_header "${outfile}") + list(APPEND ${_outfiles} "${outfile_header}") + set_source_files_properties( + "${outfile_header}" PROPERTIES GENERATED TRUE + ) + endif(NOT short_index EQUAL -1 OR NOT long_index EQUAL -1) + + # Add generated file to output file list. + list(APPEND ${_outfiles} "${outfile}") + + set(${_outfiles} ${${_outfiles}} PARENT_SCOPE) +endfunction(wxwidgets_add_resources) diff --git a/CMakeModules/Functions.cmake b/CMakeModules/Functions.cmake new file mode 100644 index 0000000..e3d7f8c --- /dev/null +++ b/CMakeModules/Functions.cmake @@ -0,0 +1,71 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2010 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2010 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# + + +# Function make_lexer +# is a standard way to invoke TokenList2DsnLexer.cmake. +# Extra arguments are treated as source files which depend on the generated +# outHeaderFile + +function( make_lexer inputFile outHeaderFile outCppFile enum ) + add_custom_command( + OUTPUT ${outHeaderFile} + ${outCppFile} + COMMAND ${CMAKE_COMMAND} + -Denum=${enum} + -DinputFile=${inputFile} + -DoutHeaderFile=${outHeaderFile} + -DoutCppFile=${outCppFile} + -P ${CMAKE_MODULE_PATH}/TokenList2DsnLexer.cmake + DEPENDS ${inputFile} + ${CMAKE_MODULE_PATH}/TokenList2DsnLexer.cmake + COMMENT "TokenList2DsnLexer.cmake creating: + ${outHeaderFile} and + ${outCppFile} from + ${inputFile}" + ) + + # extra_args, if any, are treated as source files (typically headers) which + # are known to depend on the generated outHeader. + foreach( extra_arg ${ARGN} ) + set_source_files_properties( ${extra_arg} + PROPERTIES OBJECT_DEPENDS ${outHeaderFile} + ) + endforeach() + +endfunction() + + +# Is a macro instead of function so there's a higher probability that the +# scope of CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA is global +macro( add_conffiles ) + if( ${ARGC} STREQUAL "0" ) + # remove the file when user passes no arguments, which he should do exactly once at top + file( REMOVE ${CMAKE_CURRENT_BINARY_DIR}/conffiles ) + else() + foreach( filename ${ARGV} ) + file( APPEND ${CMAKE_CURRENT_BINARY_DIR}/conffiles "${filename}\n" ) + endforeach() + set( CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA ${CMAKE_CURRENT_BINARY_DIR}/conffiles ) + endif() +endmacro( add_conffiles ) diff --git a/CMakeModules/Html2C.cmake b/CMakeModules/Html2C.cmake new file mode 100644 index 0000000..99919b3 --- /dev/null +++ b/CMakeModules/Html2C.cmake @@ -0,0 +1,13 @@ + +# CMake script file to process a text file by wrapping every line in double quotes. +# Input file must not abuse quotes, staying with single quotes is probably best. + +set( lines "" ) +file( STRINGS ${inputFile} lines ) + +file( WRITE ${outputFile} "// Do not edit this file, it is autogenerated by CMake from an HTML file\n" ) + +foreach( line ${lines} ) + STRING(REGEX REPLACE "\"" "\\\\\"" linem ${line}) + file( APPEND ${outputFile} "\"" ${linem} "\\n\"\n" ) +endforeach( line ${lines} ) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake new file mode 100644 index 0000000..8d02afb --- /dev/null +++ b/CMakeModules/KiCadVersion.cmake @@ -0,0 +1,37 @@ +# +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2016 Wayne Stambaugh +# Copyright (C) 2016 KiCad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# + +# Note: unless you are the person responsible for creating releases, +# do *not* change these variables. This way the KiCad project +# can maintain control over what is an official KiCad build and +# what is not. Setting these variable that conflict with KiCad +# releases is a shooting offense. +# +# This file gets included in the WriteVersionHeader.cmake file to set +# the KiCad version when the source is provided in an archive file. +# When KiCad is cloned using git, the git version is used. The only +# time this should be set to a value other than "no-vcs-found" is when +# a source archive is created. This eliminates the need to set +# KICAD_VERSION during the build configuration step. +set( KICAD_VERSION "4.0.7" ) diff --git a/CMakeModules/MinGWResourceCompiler.cmake b/CMakeModules/MinGWResourceCompiler.cmake new file mode 100644 index 0000000..0e13ee5 --- /dev/null +++ b/CMakeModules/MinGWResourceCompiler.cmake @@ -0,0 +1,44 @@ +# resource compilation for mingw (http://www.cmake.org/Bug/view.php?id=4068) + +macro(dbg_msg _MSG) +# message(STATUS "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${_MSG}") +endmacro(dbg_msg) + +macro(mingw_resource_compiler _NAME) + # Resource compiler name. + if(NOT DEFINED CMAKE_RC_COMPILER) + set(CMAKE_RC_COMPILER windres.exe) + endif(NOT DEFINED CMAKE_RC_COMPILER) + dbg_msg("CMAKE_RC_COMPILER: ${CMAKE_RC_COMPILER}") + + # Input file. + set(_IN "${CMAKE_CURRENT_SOURCE_DIR}/${_NAME}.rc") + dbg_msg("_IN: ${_IN}") + + # Output file. + set(_OUT "${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${_NAME}.dir/${_NAME}_rc.obj") + dbg_msg("_OUT: ${_OUT}") + + # Include directories. + set(_WINDRES_INCLUDE_DIRS -I${CMAKE_CURRENT_SOURCE_DIR}) + foreach(wx_include_dir ${wxWidgets_INCLUDE_DIRS}) + set(_WINDRES_INCLUDE_DIRS ${_WINDRES_INCLUDE_DIRS} -I${wx_include_dir}) + endforeach(wx_include_dir ${wxWidgets_INCLUDE_DIRS}) + dbg_msg("_WINDRES_INCLUDE_DIRS: ${_WINDRES_INCLUDE_DIRS}") + + # windres arguments. + set(_ARGS ${_WINDRES_INCLUDE_DIRS} -i${_IN} -o${_OUT}) + dbg_msg("_ARGS: ${_ARGS}") + + # Compile resource file. + add_custom_command(OUTPUT ${_OUT} + COMMAND ${CMAKE_RC_COMPILER} + ARGS ${_ARGS} + COMMENT "Compiling ${_NAME}'s resource file" + VERBATIM) + + # Set a NAME_RESOURCES variable + string(TOUPPER ${_NAME} _NAME_UPPER) + set(${_NAME_UPPER}_RESOURCES ${_OUT}) + dbg_msg("${_NAME_UPPER}_RESOURCES: ${${_NAME_UPPER}_RESOURCES}") +endmacro(mingw_resource_compiler) diff --git a/CMakeModules/PNG2cpp.cmake b/CMakeModules/PNG2cpp.cmake new file mode 100644 index 0000000..986f534 --- /dev/null +++ b/CMakeModules/PNG2cpp.cmake @@ -0,0 +1,81 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2011 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2011 Kicad Developers, see change_log.txt for contributors#. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# +############################################################################# +# +# This script converts a *.png file into a *.cpp file. +# The *.cpp file will contain a BITMAP_DEF structure, which is simply a byte +# array and a length of bytes which were found in the *.png file. +# +# +# Invocation Parameters are: inputFile, outCppFile +# +# inputFile - Required, full path and file name of the input PNG file +# +# outCppFile - Required, full path and file name of where to save the +# generated cpp file. + + +file( READ ${inputFile} file_contents HEX ) + +get_filename_component( png_name "${inputFile}" NAME_WE ) + +# split into pairs of ASCII, where each pair gives a single byte's value +string( REGEX MATCHALL "[0-9a-fA-F][0-9a-fA-F]" byte_list ${file_contents} ) + +set( output_begin " +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include + +static const unsigned char png[] = {" +) + +set( output_end "}; + +const BITMAP_OPAQUE ${png_name}_xpm[1] = {{ png, sizeof( png ), \"${png_name}_xpm\" }}; + +//EOF +" ) + +set( byte_count 0 ) +set( byte_array "" ) + +foreach( byte ${byte_list} ) + + math( EXPR modulus "${byte_count} % 16" ) + if( modulus EQUAL 0 ) + set( byte_array "${byte_array}\n" ) + endif() + + set( byte_array "${byte_array} 0x${byte}," ) + math( EXPR byte_count "${byte_count} + 1" ) +endforeach() + +set( byte_array "${byte_array}\n" ) + +file( WRITE ${outCppFile} "${output_begin}" ) +file( APPEND ${outCppFile} "${byte_array}" ) +file( APPEND ${outCppFile} "${output_end}" ) + diff --git a/CMakeModules/PerformFeatureChecks.cmake b/CMakeModules/PerformFeatureChecks.cmake new file mode 100644 index 0000000..0240046 --- /dev/null +++ b/CMakeModules/PerformFeatureChecks.cmake @@ -0,0 +1,115 @@ +# +# Check for platform specific features and generate configuration header.. +# +# This cmake file was written to create a platform specific configuration +# header to handle differences between build platforms. Please add new +# feature checks to this file. Always check the wxWidgets headers first +# before adding new feature checks. The wxWidgets build system does a +# very good job of handling platform and compiler differences. +# +# Should you feel the need to do this: +# +# #ifdef SYSTEM_A +# # include +# #elif SYSTEM_B +# # include +# #elif SYSTEM_C +# # include +# #endif +# +# in your source, don't. It is not portable nor is it maintainable. +# Use cmake to detect system specific dependencies and update the +# configuration header instead. +# +# See this link for information on writing cmake system checks: +# +# http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks +# +# More importantly see "Recommendations for Writing Autoconf Macros" in: +# +# http://www.lrde.epita.fr/~adl/dl/autotools.pdf +# +# for an explanation of why you should do this. Even though this is an +# autotools tutorial. This section clearly explains why checking for +# features is superior to checking for systems. The previous section of +# this tutorial shows how to create a system independent check for _mkdir(). +# Consider it a benchmark when writing your own feature tests. +# + +macro( perform_feature_checks ) + + include( CheckIncludeFile ) + #include( CheckFunctionExists ) + include( CheckLibraryExists ) + include( CheckSymbolExists ) + include( CheckIncludeFileCXX ) + include( CheckCXXSymbolExists ) + include( CheckCXXSourceCompiles ) + include( CheckCXXCompilerFlag ) + + check_cxx_compiler_flag( -fvisibility=hidden GXX_HAS_VISIBILITY_FLAG ) + check_cxx_compiler_flag( -fvisibility-inlines-hidden GXX_HAS_VISIBILITY_INLINES_FLAG ) + + check_include_file( "malloc.h" HAVE_MALLOC_H ) + + # FIXME: Visual C++ does not support the "not" keyword natively. It is + # defined as a macro in . There should be a cmake macro + # to check if compiler supports the not keyword natively. If not, + # then check for and include it. Although it doesn't + # appear to cause any problems with other compilers, that doesn't + # mean won't fail somewhere down the line. + check_include_file( "iso646.h" HAVE_ISO646_H ) + + # The STDINT header file test is required because MinGW under Windows + # doesn't define HAVE_STDINT_H even though it does have it. + # + # We need to add it to the global compiler definitions as config.h is not + # included in pyport.h which is where the problem ocurrs without this + # fix. + check_include_file( "stdint.h" HAVE_STDINT_H ) + + if( HAVE_STDINT_H ) + add_definitions( -DHAVE_STDINT_H ) + endif() + + # no place is this used, and "HAVE_STRINGS_H", if present in config.h then + # conflicts with /usr/include/python2.6/Python.h. Please rename the macro if + # re-introduce this. + # check_include_file("strings.h" HAVE_STRINGS_H) + + check_symbol_exists( strcasecmp "string.h" HAVE_STRCASECMP ) + check_symbol_exists( strcasecmp "strings.h" HAVE_STRCASECMP ) + check_symbol_exists( strncasecmp "string.h" HAVE_STRNCASECMP ) + check_symbol_exists( strncasecmp "strings.h" HAVE_STRNCASECMP ) + check_symbol_exists( strtok_r "string.h" HAVE_STRTOKR ) + + check_cxx_symbol_exists( strcasecmp "string.h" HAVE_STRCASECMP ) + check_cxx_symbol_exists( strncasecmp "string.h" HAVE_STRNCASECMP ) + + # Some platforms define malloc and free in malloc.h instead of stdlib.h. + check_symbol_exists( malloc "stdlib.h" MALLOC_IN_STDLIB_H ) + + # Check for functions in math.h. + check_include_file( "math.h" HAVE_MATH_H ) + + # Check for functions in C++ cmath. + check_include_file_cxx( cmath HAVE_CXX_CMATH ) + check_cxx_symbol_exists( asinh cmath HAVE_CMATH_ASINH ) + check_cxx_symbol_exists( acosh cmath HAVE_CMATH_ACOSH ) + check_cxx_symbol_exists( atanh cmath HAVE_CMATH_ATANH ) + + # CMakes check_cxx_symbol_exists() doesn't work for templates so we must create a + # small program to verify isinf() exists in cmath. + check_cxx_source_compiles( "#include \nint main(int argc, char** argv)\n{\n (void)argv;\n std::isinf(1.0); (void)argc;\n return 0;\n}\n" HAVE_CMATH_ISINF ) + + #check_symbol_exists( clock_gettime "time.h" HAVE_CLOCK_GETTIME ) non-standard library, does not work + check_library_exists( rt clock_gettime "" HAVE_CLOCK_GETTIME ) + + # HAVE_GETTIMEOFDAY is already in use within 2.9 wxWidgets, so use HAVE_GETTIMEOFDAY_FUNC + check_symbol_exists( gettimeofday "sys/time.h" HAVE_GETTIMEOFDAY_FUNC ) + + # Check for Posix getc_unlocked() for improved performance over getc(). Fall back to + # getc() on platforms where getc_unlocked() doesn't exist. + check_symbol_exists( getc_unlocked "stdio.h" HAVE_FGETC_NOLOCK ) + +endmacro( perform_feature_checks ) diff --git a/CMakeModules/SelectLibraryConfigurations.cmake b/CMakeModules/SelectLibraryConfigurations.cmake new file mode 100644 index 0000000..5bca064 --- /dev/null +++ b/CMakeModules/SelectLibraryConfigurations.cmake @@ -0,0 +1,87 @@ +# select_library_configurations( basename ) +# +# This macro takes a library base name as an argument, and will choose good +# values for basename_LIBRARY, basename_LIBRARIES, basename_LIBRARY_DEBUG, and +# basename_LIBRARY_RELEASE depending on what has been found and set. If only +# basename_LIBRARY_RELEASE is defined, basename_LIBRARY, basename_LIBRARY_DEBUG, +# and basename_LIBRARY_RELEASE will be set to the release value. If only +# basename_LIBRARY_DEBUG is defined, then basename_LIBRARY, +# basename_LIBRARY_DEBUG and basename_LIBRARY_RELEASE will take the debug value. +# +# If the generator supports configuration types, then basename_LIBRARY and +# basename_LIBRARIES will be set with debug and optimized flags specifying the +# library to be used for the given configuration. If no build type has been set +# or the generator in use does not support configuration types, then +# basename_LIBRARY and basename_LIBRARIES will take only the release values. + +#============================================================================= +# Copyright 2009 Will Dicharry +# Copyright 2005-2009 Kitware, Inc. +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +# This macro was adapted from the FindQt4 CMake module and is maintained by Will +# Dicharry . + +# Utility macro to check if one variable exists while another doesn't, and set +# one that doesn't exist to the one that exists. +macro( _set_library_name basename GOOD BAD ) + if( ${basename}_LIBRARY_${GOOD} AND NOT ${basename}_LIBRARY_${BAD} ) + set( ${basename}_LIBRARY_${BAD} ${${basename}_LIBRARY_${GOOD}} ) + set( ${basename}_LIBRARY ${${basename}_LIBRARY_${GOOD}} ) + set( ${basename}_LIBRARIES ${${basename}_LIBRARY_${GOOD}} ) + endif() +endmacro() + +macro( select_library_configurations basename ) + # if only the release version was found, set the debug to be the release + # version. + _set_library_name( ${basename} RELEASE DEBUG ) + # if only the debug version was found, set the release value to be the + # debug value. + _set_library_name( ${basename} DEBUG RELEASE ) + + # Set a default case, which will come into effect if + # -no build type is set and the generator only supports one build type + # at a time (i.e. CMAKE_CONFIGURATION_TYPES is false) + # -${basename}_LIBRARY_DEBUG and ${basename}_LIBRARY_RELEASE are the same + # -${basename}_LIBRARY_DEBUG and ${basename}_LIBRARY_RELEASE are both empty + set( ${basename}_LIBRARY ${${basename}_LIBRARY_RELEASE} ) + set( ${basename}_LIBRARIES ${${basename}_LIBRARY_RELEASE} ) + + if( ${basename}_LIBRARY_DEBUG AND ${basename}_LIBRARY_RELEASE AND + NOT ${basename}_LIBRARY_DEBUG STREQUAL ${basename}_LIBRARY_RELEASE ) + # if the generator supports configuration types or CMAKE_BUILD_TYPE + # is set, then set optimized and debug options. + if( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE ) + set( ${basename}_LIBRARY "" ) + foreach( _libname IN LISTS ${basename}_LIBRARY_RELEASE ) + list( APPEND ${basename}_LIBRARY optimized "${_libname}" ) + endforeach() + foreach( _libname IN LISTS ${basename}_LIBRARY_DEBUG ) + list( APPEND ${basename}_LIBRARY debug "${_libname}" ) + endforeach() + set( ${basename}_LIBRARIES "${${basename}_LIBRARY}" ) + endif() + endif() + + set( ${basename}_LIBRARY ${${basename}_LIBRARY} CACHE FILEPATH + "The ${basename} library" ) + + if( ${basename}_LIBRARY ) + set( ${basename}_FOUND TRUE ) + endif() + + mark_as_advanced( ${basename}_LIBRARY + ${basename}_LIBRARY_RELEASE + ${basename}_LIBRARY_DEBUG + ) +endmacro() diff --git a/CMakeModules/Shaders.cmake b/CMakeModules/Shaders.cmake new file mode 100644 index 0000000..c7f0e57 --- /dev/null +++ b/CMakeModules/Shaders.cmake @@ -0,0 +1,57 @@ +# CMake script file to process a GLSL source file, so it can be included +# in C array and compiled in to an application. + +# number of input files +list( LENGTH inputFiles shadersNumber ) + +# check if GLSL source files were updated since the last time +set( update "FALSE" ) +foreach( inputFile ${inputFiles} ) + if( ${inputFile} IS_NEWER_THAN ${outputFile} ) + set( update "TRUE" ) + endif( ${inputFile} IS_NEWER_THAN ${outputFile} ) +endforeach( inputFile ${inputFiles} ) + +if( NOT update ) + message( "Headers are up-to-date" ) + return() +endif( NOT update ) + +# write header +file( WRITE ${outputFile} "// Do not edit this file, it is autogenerated by CMake. + +#ifndef SHADER_SRC_H +#define SHADER_SRC_H + +const unsigned int shaders_number = ${shadersNumber}; +const char* shaders_src[] = +{\n" ) + +foreach( inputFile ${inputFiles} ) + # put the input file name into the output file + file( APPEND ${outputFile} "\n// ${inputFile}" ) + + # process the input file + file( READ ${inputFile} contents ) + + # remove /* */ comments + string( REGEX REPLACE "/\\*.*\\*/" "" contents "${contents}" ) + # remove // comments + string( REGEX REPLACE "//[^\n]*" "" contents "${contents}" ) + # remove whitespaces at the beginning of each line + string( REGEX REPLACE "\n([\t ])*" "\n" contents "${contents}" ) + # remove unnecessary spaces + string( REGEX REPLACE " *([\\*/+&\\|,=<>\(\)]) *" "\\1" contents "${contents}" ) + # remove empty lines & wrap every line in "" and add '\n' at the end of each line + string( REGEX REPLACE "\n+" "\\\\n\"\n\"" contents "${contents}" ) + # remove unnecessary " & \n from the beginning and the end of contents + string( REGEX REPLACE "^\\\\n\"" "" contents "${contents}" ) + string( REGEX REPLACE "\"$" "," contents "${contents}" ) + + file( APPEND ${outputFile} "${contents}" ) +endforeach( inputFile ${inputFiles} ) + +# write footer +file( APPEND ${outputFile} "}; +#endif /* SHADER_SRC_H */" ) + diff --git a/CMakeModules/TokenList2DsnLexer.cmake b/CMakeModules/TokenList2DsnLexer.cmake new file mode 100644 index 0000000..d11bc5c --- /dev/null +++ b/CMakeModules/TokenList2DsnLexer.cmake @@ -0,0 +1,387 @@ + +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2010 Wayne Stambaugh +# Copyright (C) 2010 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# +# +# This script converts a plain text file with a line feed separated list +# of token names into the appropriate source and header files required by +# the DSN lexer. See files "/common/dsnlexer.cpp" and +# "/include/dsnlexer.h" for more information about how +# the DSN lexer works. The token list file format requires a single token +# per line. Tokens can only contain lower case letters, numbers, and +# underscores. The first letter of each token must be a lower case letter. +# Tokens must be unique. If any of the above criteria are not met, the +# source and header files will not be generated and a build error will +# occur. +# +# Valid tokens: a a1 foo_1 foo_bar2 +# Invalid tokens: 1 A _foo bar_ foO +# +# Invocation Parameters are: enum, inputFile, outCppFile, outHeaderFile +# +# enum - Required, namespace in which the enum T will be placed. +# Keep it short because from outside the class you want a short enum name +# like enum::T. Enums are contained in their own namespace to avoid +# collisions on enum value names, a problem with C++ unless the enum +# itself is in a separate namespace. +# +# inputFile - Required, name of the token list file, or "*.keywords" file. +# Choose the basefilename carefully, it decides the class name +# used in the generated *_lexer.h file. +# +# outCppFile - Optional, full path and file name of where to save the generated +# cpp keywords file. If not defined, the output path is the same +# path as the token list file path, with a file name of *_keywords.cpp +# +# outHeaderFile - Optional, full path and file name of where to save the generated +# *.h lexfer file. If not defined, the output path is the same +# path as the token list file path, with a file name of *_lexer.h +# +# Use the max_lexer() CMake function from functions.cmake for invocation convenience. + + +#message( STATUS "TokenList2DsnLexer.cmake" ) # indicate we are running + +set( tokens "" ) +set( lineCount 0 ) +set( dsnErrorMsg "TokenList2DsnLexer.cmake failure:" ) + +if( NOT EXISTS ${inputFile} ) + message( FATAL_ERROR "${dsnErrorMsg} file ${inputFile} cannot be found." ) +endif() + +if( NOT DEFINED enum ) + message( FATAL_ERROR "${dsnErrorMsg} missing \"enum\" processing ${inputFile}." ) +endif() + +get_filename_component( outputPath "${inputFile}" PATH ) + +# the keywords filename without extension is important, it sets the classname into RESULT +get_filename_component( result "${inputFile}" NAME_WE ) +string( TOUPPER "${result}" RESULT ) + +set( LEXERCLASS "${RESULT}_LEXER" ) +set( PARSERCLASS "${RESULT}_PARSER" ) + +#message( "enum:'${enum}' result:'${result}' outputPath:'${outputPath}' inputFile:'${inputFile}'" ) + +if( NOT DEFINED outCppFile ) + set( outCppFile "${outputPath}/${result}_keywords.cpp" ) +endif() + +if( NOT DEFINED outHeaderFile ) + set( outHeaderFile "${outputPath}/${result}_lexer.h" ) +endif() + +# Create tag for generating header file. +set( headerTag "${LEXERCLASS}_H_" ) + +set( includeFileHeader +" +/* Do not modify this file it was automatically generated by the + * TokenList2DsnLexer CMake script. + */ + +#ifndef ${headerTag} +#define ${headerTag} + +#include + +/** + * C++ does not put enum _values_ in separate namespaces unless the enum itself + * is in a separate namespace. All the token enums must be in separate namespaces + * otherwise the C++ compiler will eventually complain if it sees more than one + * DSNLEXER in the same compilation unit, say by mutliple header file inclusion. + * Plus this also enables re-use of the same enum name T. A typedef can always be used + * to clarify which enum T is in play should that ever be a problem. This is + * unlikely since Parse() functions will usually only be exposed to one header + * file like this one. But if there is a problem, then use: + * typedef ${enum}::T T; + * within that problem area. + */ +namespace ${enum} +{ + /// enum T contains all this lexer's tokens. + enum T + { + // these first few are negative special ones for syntax, and are + // inherited from DSNLEXER. + T_NONE = DSN_NONE, + T_COMMENT = DSN_COMMENT, + T_STRING_QUOTE = DSN_STRING_QUOTE, + T_QUOTE_DEF = DSN_QUOTE_DEF, + T_DASH = DSN_DASH, + T_SYMBOL = DSN_SYMBOL, + T_NUMBER = DSN_NUMBER, + T_RIGHT = DSN_RIGHT, // right bracket: ')' + T_LEFT = DSN_LEFT, // left bracket: '(' + T_STRING = DSN_STRING, // a quoted string, stripped of the quotes + T_EOF = DSN_EOF, // special case for end of file + +" +) + + +set( sourceFileHeader +" +/* Do not modify this file it was automatically generated by the + * TokenList2DsnLexer CMake script. + * + * Include this file in your lexer class to provide the keywords for + * your DSN lexer. + */ + +#include <${result}_lexer.h> + +using namespace ${enum}; + +#define TOKDEF(x) { #x, T_##x } + +const KEYWORD ${LEXERCLASS}::keywords[] = { +" +) + +file( STRINGS ${inputFile} lines NO_HEX_CONVERSION ) + +foreach( line ${lines} ) + math( EXPR lineCount "${lineCount} + 1" ) + + # strip any comment from # to end of line + string( REGEX REPLACE "#.*$" "" tmpToken "${line}" ) + string( STRIP "${tmpToken}" token ) + + # Ignore empty lines. + if( NOT token STREQUAL "" ) # if token is "off" simple if( token) does not work + # Make sure token is valid. + + #message( "token=${token}" ) + + string( REGEX MATCH "[a-z][_0-9a-z]*" validToken "${token}" ) + #message( "validToken=${validToken}" ) + + if( validToken STREQUAL token ) + list( APPEND tokens "${validToken}" ) + else() + message( FATAL_ERROR + "Invalid token string \"${tmpToken}\" at line ${lineCount} in file " + "<${inputFile}>." ) + endif() + endif() +endforeach() + +list( SORT tokens ) + +# Check for duplicates. +list( LENGTH tokens tokensBefore ) +list( REMOVE_DUPLICATES tokens ) +list( LENGTH tokens tokensAfter ) + +if( NOT ( tokensBefore EQUAL tokensAfter ) ) + message( FATAL_ERROR "Duplicate tokens found in file <${inputFile}>." ) +endif() + +file( WRITE "${outHeaderFile}" "${includeFileHeader}" ) +file( WRITE "${outCppFile}" "${sourceFileHeader}" ) + +set( lineCount 1 ) + +foreach( token ${tokens} ) + if( lineCount EQUAL 1 ) + file( APPEND "${outHeaderFile}" " T_${token} = 0" ) + else( lineCount EQUAL 1 ) + file( APPEND "${outHeaderFile}" " T_${token}" ) + endif( lineCount EQUAL 1 ) + + file(APPEND "${outCppFile}" " TOKDEF( ${token} )" ) + + if( lineCount EQUAL tokensAfter ) + file( APPEND "${outHeaderFile}" "\n" ) + file( APPEND "${outCppFile}" "\n" ) + else( lineCount EQUAL tokensAfter ) + file( APPEND "${outHeaderFile}" ",\n" ) + file( APPEND "${outCppFile}" ",\n" ) + endif( lineCount EQUAL tokensAfter ) + math( EXPR lineCount "${lineCount} + 1" ) +endforeach() + +file( APPEND "${outHeaderFile}" +" }; +} // namespace ${enum} + + +/** + * Class ${LEXERCLASS} + * is an automatically generated class using the TokenList2DnsLexer.cmake + * technology, based on keywords provided by file: + * ${inputFile} + */ +class ${LEXERCLASS} : public DSNLEXER +{ + /// Auto generated lexer keywords table and length: + static const KEYWORD keywords[]; + static const unsigned keyword_count; + +public: + /** + * Constructor ( const std::string&, const wxString& ) + * @param aSExpression is (utf8) text possibly from the clipboard that you want to parse. + * @param aSource is a description of the origin of @a aSExpression, such as a filename. + * If left empty, then _(\"clipboard\") is used. + */ + ${LEXERCLASS}( const std::string& aSExpression, const wxString& aSource = wxEmptyString ) : + DSNLEXER( keywords, keyword_count, aSExpression, aSource ) + { + } + + /** + * Constructor ( FILE* ) + * takes @a aFile already opened for reading and @a aFilename as parameters. + * The opened file is assumed to be positioned at the beginning of the file + * for purposes of accurate line number reporting in error messages. The + * FILE is closed by this instance when its destructor is called. + * @param aFile is a FILE already opened for reading. + * @param aFilename is the name of the opened file, needed for error reporting. + */ + ${LEXERCLASS}( FILE* aFile, const wxString& aFilename ) : + DSNLEXER( keywords, keyword_count, aFile, aFilename ) + { + } + + /** + * Constructor ( LINE_READER* ) + * intializes a lexer and prepares to read from @a aLineReader which + * is assumed ready, and may be in use by other DSNLEXERs also. No ownership + * is taken of @a aLineReader. This enables it to be used by other lexers also. + * The transition between grammars in such a case, must happen on a text + * line boundary, not within the same line of text. + * + * @param aLineReader is any subclassed instance of LINE_READER, such as + * STRING_LINE_READER or FILE_LINE_READER. No ownership is taken of aLineReader. + */ + ${LEXERCLASS}( LINE_READER* aLineReader ) : + DSNLEXER( keywords, keyword_count, aLineReader ) + { + } + + /** + * Function TokenName + * returns the name of the token in ASCII form. + */ + static const char* TokenName( ${enum}::T aTok ); + + /** + * Function NextTok + * returns the next token found in the input file or T_EOF when reaching + * the end of file. Users should wrap this function to return an enum + * to aid in grammar debugging while running under a debugger, but leave + * this lower level function returning an int (so the enum does not collide + * with another usage). + * @return ${enum}::T - the type of token found next. + * @throw IO_ERROR - only if the LINE_READER throws it. + */ + ${enum}::T NextTok() throw( IO_ERROR ) + { + return (${enum}::T) DSNLEXER::NextTok(); + } + + /** + * Function NeedSYMBOL + * calls NextTok() and then verifies that the token read in + * satisfies bool IsSymbol(). + * If not, an IO_ERROR is thrown. + * @return int - the actual token read in. + * @throw IO_ERROR, if the next token does not satisfy IsSymbol() + */ + ${enum}::T NeedSYMBOL() throw( IO_ERROR ) + { + return (${enum}::T) DSNLEXER::NeedSYMBOL(); + } + + /** + * Function NeedSYMBOLorNUMBER + * calls NextTok() and then verifies that the token read in + * satisfies bool IsSymbol() or tok==T_NUMBER. + * If not, an IO_ERROR is thrown. + * @return int - the actual token read in. + * @throw IO_ERROR, if the next token does not satisfy the above test + */ + ${enum}::T NeedSYMBOLorNUMBER() throw( IO_ERROR ) + { + return (${enum}::T) DSNLEXER::NeedSYMBOLorNUMBER(); + } + + /** + * Function CurTok + * returns whatever NextTok() returned the last time it was called. + */ + ${enum}::T CurTok() + { + return (${enum}::T) DSNLEXER::CurTok(); + } + + /** + * Function PrevTok + * returns whatever NextTok() returned the 2nd to last time it was called. + */ + ${enum}::T PrevTok() + { + return (${enum}::T) DSNLEXER::PrevTok(); + } +}; + +// example usage + +/** + * Class ${LEXCLASS}_PARSER + * holds data and functions pertinent to parsing a S-expression file . + * +class ${PARSERCLASS} : public ${LEXERCLASS} +{ + +}; +*/ + +#endif // ${headerTag} +" +) + +file( APPEND "${outCppFile}" +"}; + +const unsigned ${LEXERCLASS}::keyword_count = unsigned( sizeof( ${LEXERCLASS}::keywords )/sizeof( ${LEXERCLASS}::keywords[0] ) ); + + +const char* ${LEXERCLASS}::TokenName( T aTok ) +{ + const char* ret; + + if( aTok < 0 ) + ret = DSNLEXER::Syntax( aTok ); + else if( (unsigned) aTok < keyword_count ) + ret = keywords[aTok].name; + else + ret = \"token too big\"; + + return ret; +} +" +) diff --git a/CMakeModules/UsewxWidgets.cmake b/CMakeModules/UsewxWidgets.cmake new file mode 100644 index 0000000..9ecfff0 --- /dev/null +++ b/CMakeModules/UsewxWidgets.cmake @@ -0,0 +1,89 @@ +# - Convenience include for using wxWidgets library. +# Determines if wxWidgets was FOUND and sets the appropriate libs, incdirs, +# flags, etc. INCLUDE_DIRECTORIES and LINK_DIRECTORIES are called. +# +# USAGE +# # Note that for MinGW users the order of libs is important! +# FIND_PACKAGE(wxWidgets REQUIRED net gl core base) +# INCLUDE(${wxWidgets_USE_FILE}) +# # and for each of your dependant executable/library targets: +# TARGET_LINK_LIBRARIES( ${wxWidgets_LIBRARIES}) +# +# DEPRECATED +# LINK_LIBRARIES is not called in favor of adding dependencies per target. +# +# AUTHOR +# Jan Woetzel + +#============================================================================= +# Copyright 2004-2009 Kitware, Inc. +# Copyright 2006 Jan Woetzel +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +# debug message and logging. +# comment these out for distribution +IF (NOT LOGFILE ) + # SET(LOGFILE "${PROJECT_BINARY_DIR}/CMakeOutput.log") +ENDIF (NOT LOGFILE ) +MACRO(MSG _MSG) + # FILE(APPEND ${LOGFILE} "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${_MSG}\n") + # MESSAGE(STATUS "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${_MSG}") +ENDMACRO(MSG) + + +MSG("wxWidgets_FOUND=${wxWidgets_FOUND}") +IF (wxWidgets_FOUND) + IF (wxWidgets_INCLUDE_DIRS) + IF(wxWidgets_INCLUDE_DIRS_NO_SYSTEM) + INCLUDE_DIRECTORIES(${wxWidgets_INCLUDE_DIRS}) + ELSE(wxWidgets_INCLUDE_DIRS_NO_SYSTEM) + INCLUDE_DIRECTORIES(SYSTEM ${wxWidgets_INCLUDE_DIRS}) + ENDIF(wxWidgets_INCLUDE_DIRS_NO_SYSTEM) + MSG("wxWidgets_INCLUDE_DIRS=${wxWidgets_INCLUDE_DIRS}") + ENDIF(wxWidgets_INCLUDE_DIRS) + + IF (wxWidgets_LIBRARY_DIRS) + LINK_DIRECTORIES(${wxWidgets_LIBRARY_DIRS}) + MSG("wxWidgets_LIBRARY_DIRS=${wxWidgets_LIBRARY_DIRS}") + ENDIF(wxWidgets_LIBRARY_DIRS) + + IF (wxWidgets_DEFINITIONS) + SET_PROPERTY(DIRECTORY APPEND + PROPERTY COMPILE_DEFINITIONS ${wxWidgets_DEFINITIONS}) + MSG("wxWidgets_DEFINITIONS=${wxWidgets_DEFINITIONS}") + ENDIF(wxWidgets_DEFINITIONS) + + IF (wxWidgets_DEFINITIONS_DEBUG) + SET_PROPERTY(DIRECTORY APPEND + PROPERTY COMPILE_DEFINITIONS_DEBUG ${wxWidgets_DEFINITIONS_DEBUG}) + MSG("wxWidgets_DEFINITIONS_DEBUG=${wxWidgets_DEFINITIONS_DEBUG}") + ENDIF(wxWidgets_DEFINITIONS_DEBUG) + + IF (wxWidgets_CXX_FLAGS) + SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${wxWidgets_CXX_FLAGS}") + MSG("wxWidgets_CXX_FLAGS=${wxWidgets_CXX_FLAGS}") + ENDIF(wxWidgets_CXX_FLAGS) + + # DEPRECATED JW + # just for backward compatibility: add deps to all targets + # library projects better use advanced FIND_PACKAGE(wxWidgets) directly. + #IF(wxWidgets_LIBRARIES) + # LINK_LIBRARIES(${wxWidgets_LIBRARIES}) + # # BUG: str too long: MSG("wxWidgets_LIBRARIES=${wxWidgets_LIBRARIES}") + # IF(LOGFILE) + # FILE(APPEND ${LOGFILE} "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${wxWidgets_LIBRARIES}\n") + # ENDIF(LOGFILE) + #ENDIF(wxWidgets_LIBRARIES) + +ELSE (wxWidgets_FOUND) + MESSAGE("wxWidgets requested but not found.") +ENDIF(wxWidgets_FOUND) diff --git a/CMakeModules/WriteVersionHeader.cmake b/CMakeModules/WriteVersionHeader.cmake new file mode 100644 index 0000000..013a36a --- /dev/null +++ b/CMakeModules/WriteVersionHeader.cmake @@ -0,0 +1,88 @@ +# +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2015 Wayne Stambaugh +# Copyright (C) 2015-2016 KiCad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# + +# Automagically create version header file if the version string was +# not defined during the build configuration. If +# CreateGitVersionHeader cannot determine the current repo version, a +# version.h file is still created with KICAD_VERSION set to "no-vcs-found". +include( ${CMAKE_MODULE_PATH}/KiCadVersion.cmake ) + +# Attempt to detect if we have a git repo and set the version string if +# the version wasn't set to something other than the default value in +# KiCadVersion.cmake. +if( KICAD_VERSION STREQUAL "no-vcs-found" AND EXISTS "${SRC_PATH}/.git" ) + message( STATUS "Using Git to determine build version string." ) + include( ${CMAKE_MODULE_PATH}/CreateGitVersionHeader.cmake ) + create_git_version_header( ${SRC_PATH} ) +endif() + +# $KICAD_VERSION_FULL will always be set to something. Even if it is "no-vcs-found". +set( KICAD_VERSION_FULL "${KICAD_VERSION}" ) + +# Optional branch name detected by git or configuration defined option. +if( KICAD_BRANCH_NAME ) + set( KICAD_VERSION_FULL "${KICAD_VERSION_FULL}-${KICAD_BRANCH_NAME}" ) +endif() + +# Optional user version information defined at configuration. +if( KICAD_VERSION_EXTRA ) + set( KICAD_VERSION_FULL "${KICAD_VERSION_FULL}-${KICAD_VERSION_EXTRA}" ) +endif() + +set( _wvh_new_version_text +"/* Do not modify this file, it was automatically generated by CMake. */ + +/* + * Define the KiCad build version string. + */ +#ifndef __KICAD_VERSION_H__ +#define __KICAD_VERSION_H__ + +#define KICAD_VERSION_FULL \"${KICAD_VERSION_FULL}\" + +#endif /* __KICAD_VERSION_H__ */ +" ) + +set( _wvh_write_version_file ON ) + +# Only write the header if it has changed, to avoid rebuilds +if( EXISTS ${OUTPUT_FILE} ) + file( READ ${OUTPUT_FILE} _wvh_old_version_text ) + if( _wvh_old_version_text STREQUAL _wvh_new_version_text ) + message( STATUS "Not updating ${OUTPUT_FILE}" ) + set( _wvh_write_version_file OFF ) + endif() +endif() + +if( _wvh_write_version_file ) + message( STATUS "Writing ${OUTPUT_FILE} file with version: ${KICAD_VERSION_FULL}" ) + + file( WRITE ${OUTPUT_FILE} ${_wvh_new_version_text} ) + +endif() + +# There should always be a valid version.h file. Otherwise, the build will fail. +if( NOT EXISTS ${OUTPUT_FILE} ) + message( FATAL_ERROR "Configuration failed to write file ${OUTPUT_FILE}." ) +endif() diff --git a/CMakeModules/cmake_uninstall.cmake.in b/CMakeModules/cmake_uninstall.cmake.in new file mode 100644 index 0000000..fdb4804 --- /dev/null +++ b/CMakeModules/cmake_uninstall.cmake.in @@ -0,0 +1,22 @@ +if( NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" ) + message( FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"" ) +endif() + +file( READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files ) +string( REGEX REPLACE "\n" ";" files "${files}" ) + +foreach( file ${files} ) + message( STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"" ) + if( EXISTS "$ENV{DESTDIR}${file}" ) + exec_program( + "@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval + ) + if( NOT "${rm_retval}" STREQUAL "0" ) + message( STATUS "Problem when removing \"$ENV{DESTDIR}${file}\"" ) + endif() + else() + message( STATUS "File \"$ENV{DESTDIR}${file}\" does not exist." ) + endif() +endforeach() diff --git a/CMakeModules/config.h.cmake b/CMakeModules/config.h.cmake new file mode 100644 index 0000000..3b4e121 --- /dev/null +++ b/CMakeModules/config.h.cmake @@ -0,0 +1,80 @@ +// Do not modify this file, it was automatically generated by CMake. + +#ifndef CONFIG_H_ +#define CONFIG_H_ + +#cmakedefine HAVE_STRCASECMP + +#cmakedefine HAVE_STRNCASECMP + +#cmakedefine HAVE_STRTOKR // spelled odly to differ from wx's similar test + +// Handle platform differences in math.h +#cmakedefine HAVE_MATH_H + +// Handle platform differences in C++ cmath. +#cmakedefine HAVE_CXX_CMATH + +#cmakedefine HAVE_CMATH_ASINH + +#cmakedefine HAVE_CMATH_ACOSH + +#cmakedefine HAVE_CMATH_ATANH + +#cmakedefine HAVE_CMATH_ISINF + +#cmakedefine HAVE_CLOCK_GETTIME + +#cmakedefine HAVE_GETTIMEOFDAY_FUNC + +#cmakedefine MALLOC_IN_STDLIB_H + +#if !defined( MALLOC_IN_STDLIB_H ) +#include +#endif + +#cmakedefine HAVE_ISO646_H + +#if defined( HAVE_ISO646_H ) +#include +#endif + +#if defined( HAVE_STRCASECMP ) +#define stricmp strcasecmp +#endif + +#if defined( HAVE_STRNCASECMP ) +#define strnicmp strncasecmp +#endif + +// Use Posix getc_unlocked() instead of getc() when it's available. +#cmakedefine HAVE_FGETC_NOLOCK + +// Warning!!! Using wxGraphicContext for rendering is experimental. +#cmakedefine USE_WX_GRAPHICS_CONTEXT 1 + +#cmakedefine USE_IMAGES_IN_MENUS 1 + +/// The legacy file format revision of the *.brd file created by this build +#define LEGACY_BOARD_FILE_VERSION 2 + +/// The install prefix defined during CMake configuration or fall back to CMAKE_INSTALL_PREFIX. +#define DEFAULT_INSTALL_PATH "@DEFAULT_INSTALL_PATH@" + +/// The wxPython version found during configuration. +#if defined( KICAD_SCRIPTING_WXPYTHON ) +#define WXPYTHON_VERSION "@WXPYTHON_VERSION@" +#endif + +/// When defined, build the GITHUB_PLUGIN for pcbnew. +#cmakedefine BUILD_GITHUB_PLUGIN + +/// When defined, use KIWAY and KIFACE DSOs +#cmakedefine USE_KIWAY_DLLS + +/// A file extension with a leading '.' is a suffix, and this one is used on +/// top level program modules which implement the KIFACE. +#define KIFACE_SUFFIX wxT( "@KIFACE_SUFFIX@" ) +#define KIFACE_PREFIX wxT( "@KIFACE_PREFIX@" ) + +#endif // CONFIG_H_ diff --git a/CMakeModules/download_boost.cmake b/CMakeModules/download_boost.cmake new file mode 100644 index 0000000..c29888c --- /dev/null +++ b/CMakeModules/download_boost.cmake @@ -0,0 +1,322 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + + +# Download a particular boost version, and patch it [and build it if BUILD_GITHUB_PLUGIN]. +# Assumes include( ExternalProject ) was done inline previous to this file +# and that set( DOWNLOAD_DIR ... ) was set in a higher context. + + +#--------------------------------------------------------------------- + +set( BOOST_RELEASE 1.54.0 ) +set( BOOST_MD5 15cb8c0803064faef0c4ddf5bc5ca279 ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( BOOST_ROOT "${PROJECT_SOURCE_DIR}/boost_root" ) + + +# Space separated list which indicates the subset of boost libraries to compile. +# Chosen libraries are based on AVHTTP requirements, and possibly +# unit_test_framework for its own worth. +# tool_manager.cpp -> coroutine -> context (_jump_fcontext) (on OSX) + +set( BOOST_LIBS_BUILT + context + #coroutine + date_time + #exception + filesystem + iostreams + locale + program_options + regex + #signals + system + thread + #unit_test_framework + ) +#-------------------------------------------------------------------- + +if( NOT BZIP2_FOUND ) + find_package( BZip2 REQUIRED ) +endif() + +string( REGEX REPLACE "\\." "_" BOOST_VERS "${BOOST_RELEASE}" ) +set( PREFIX ${DOWNLOAD_DIR}/boost_${BOOST_VERS} ) + +# = ${PREFIX}/src/boost +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +# path to the boost headers in the repo. +# repo = "${headers_src}/../.bzr" = "/.bzr" +set( headers_src "${PREFIX}/src/boost/boost" ) + + +function( set_boost_lib_names libs output ) + foreach( lib ${libs} ) + set( fullpath_lib "${BOOST_ROOT}/lib/libboost_${lib}${CMAKE_STATIC_LIBRARY_SUFFIX}" ) + list( APPEND results ${fullpath_lib} ) + endforeach() + # set the results into variable represented by output into caller's scope + set( ${output} ${results} PARENT_SCOPE ) +endfunction() + + +# (BTW "test" yields "unit_test_framework" when passed to bootstrap.sh ). +#message( STATUS "BOOST_LIBS_BUILT:${BOOST_LIBS_BUILT}" ) +string( REPLACE "unit_test_framework" "test" boost_libs_list "${BOOST_LIBS_BUILT}" ) +#message( STATUS "REPLACE libs_csv:${boost_libs_list}" ) + +# Default Toolset +set( BOOST_TOOLSET "toolset=gcc" ) + +if( KICAD_BUILD_STATIC OR APPLE ) + set( BOOST_LINKTYPE "link=static" ) +else() + unset( BOOST_LINKTYPE ) +endif() + + +find_program(patch_bin NAMES patch patch.exe) + +if( "${patch_bin}" STREQUAL "patch_bin-NOTFOUND" ) + set( PATCH_STR_CMD ${PATCH_STR_CMD} ) +else() + set( PATCH_STR_CMD ${patch_bin} -p0 -i ) +endif() + + + +if( MINGW AND NOT CMAKE_HOST_UNIX ) # building for MINGW on windows not UNIX + if( MSYS ) + # The Boost system does not build properly on MSYS using bootstrap.sh. Running + # bootstrap.bat with cmd.exe does. It's ugly but it works. At least for Boost + # version 1.54. + set( bootstrap cmd.exe /c "bootstrap.bat mingw" ) + else() + set( bootstrap ./bootstrap.bat mingw ) + endif() + + foreach( lib ${boost_libs_list} ) + set( b2_libs ${b2_libs} --with-${lib} ) + endforeach() + unset( BOOST_CFLAGS ) + +else() + string( REGEX REPLACE "\\;" "," libs_csv "${boost_libs_list}" ) + #message( STATUS "libs_csv:${libs_csv}" ) + + set( bootstrap ./bootstrap.sh --with-libraries=${libs_csv} ) + # pass to *both* C and C++ compilers + set( BOOST_CFLAGS "cflags=${PIC_FLAG}" ) + set( BOOST_CXXFLAGS "cxxflags=${PIC_FLAG}" ) + set( BOOST_INCLUDE "${BOOST_ROOT}/include" ) + unset( b2_libs ) +endif() + + +if( APPLE ) + set( BOOST_CXXFLAGS "cxxflags=-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET} -fno-common" ) + set( BOOST_LINKFLAGS "linkflags=-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET} -fno-common" ) + set( BOOST_TOOLSET "toolset=darwin" ) + + if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" ) + set(BOOST_CXXFLAGS "${BOOST_CXXFLAGS} -fno-lto" ) + set(BOOST_LINKFLAGS "${BOOST_LINKFLAGS} -fno-lto" ) + endif() + + if( CMAKE_OSX_ARCHITECTURES ) + + if( (CMAKE_OSX_ARCHITECTURES MATCHES "386" OR CMAKE_OSX_ARCHITECTURES MATCHES "ppc ") AND + (CMAKE_OSX_ARCHITECTURES MATCHES "64")) + message( "-- BOOST found 32/64 Address Model" ) + + set( BOOST_ADDRESSMODEL "address-model=32_64" ) + endif() + + if( (CMAKE_OSX_ARCHITECTURES MATCHES "x86_64" OR CMAKE_OSX_ARCHITECTURES MATCHES "386") AND + (CMAKE_OSX_ARCHITECTURES MATCHES "ppc")) + message("-- BOOST found ppc/x86 Architecture") + + set(BOOST_ARCHITECTURE "architecture=combined") + elseif( (CMAKE_OSX_ARCHITECTURES MATCHES "x86_64" OR CMAKE_OSX_ARCHITECTURES MATCHES "386") ) + message("-- BOOST found x86 Architecture") + + set(BOOST_ARCHITECTURE "architecture=x86") + elseif( (CMAKE_OSX_ARCHITECTURES MATCHES "ppc64" OR CMAKE_OSX_ARCHITECTURES MATCHES "ppc") ) + message("-- BOOST found ppc Architecture") + + set(BOOST_ARCHITECTURE "architecture=ppc") + endif() + + set( BOOST_CFLAGS "${BOOST_CFLAGS} -arch ${CMAKE_OSX_ARCHITECTURES}" ) + set( BOOST_CXXFLAGS "${BOOST_CXXFLAGS} -arch ${CMAKE_OSX_ARCHITECTURES}" ) + set( BOOST_LINKFLAGS "${BOOST_LINKFLAGS} -arch ${CMAKE_OSX_ARCHITECTURES}" ) + endif() +endif() + +ExternalProject_Add( boost + PREFIX "${PREFIX}" + + URL http://downloads.sourceforge.net/project/boost/boost/${BOOST_RELEASE}/boost_${BOOST_VERS}.tar.bz2 + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + TIMEOUT 1200 # 20 minutes + URL_MD5 ${BOOST_MD5} + # If download fails, then enable "LOG_DOWNLOAD ON" and try again. + # Upon a second failure with logging enabled, then look at these logs: + # /.downloads-by-cmake$ less /tmp/product/.downloads-by-cmake/boost_1_54_0/src/boost-stamp/boost-download-out.log + # /.downloads-by-cmake$ less /tmp/product/.downloads-by-cmake/boost_1_54_0/src/boost-stamp/boost-download-err.log + # If out.log does not show 100%, then try increasing TIMEOUT even more, or download the URL manually and put it + # into /.downloads-by-cmake/ dir. + # LOG_DOWNLOAD ON + + INSTALL_DIR "${BOOST_ROOT}" + + # The patch command executes with the working directory set to + # Revert the branch to pristine before applying patch sets as bzr patch + # fails when applying a patch to the branch twice and doesn't have a switch + # to ignore previously applied patches + PATCH_COMMAND bzr revert + # bzr revert is insufficient to remove "added" files: + COMMAND bzr clean-tree -q --force + + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_minkowski.patch" + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_cstdint.patch" + + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_macosx_x86.patch" #https://svn.boost.org/trac/boost/ticket/8266 + # tell bzr about "added" files by last patch: + COMMAND bzr add libs/context/src/asm/jump_i386_x86_64_sysv_macho_gas.S + COMMAND bzr add libs/context/src/asm/make_i386_x86_64_sysv_macho_gas.S + + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_macosx_x86_build.patch" #https://svn.boost.org/trac/boost/ticket/8266 + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_macosx_older_openssl.patch" #https://svn.boost.org/trac/boost/ticket/9273 + + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_mingw.patch" #https://svn.boost.org/trac/boost/ticket/7262 + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/boost_mingw64_interlocked.patch" + + # tell bzr about "added" files by last patch: + COMMAND bzr add libs/context/src/asm/make_i386_ms_pe_gas.S + COMMAND bzr add libs/context/src/asm/jump_i386_ms_pe_gas.S + COMMAND bzr add libs/context/src/asm/make_x86_64_ms_pe_gas.S + COMMAND bzr add libs/context/src/asm/jump_x86_64_ms_pe_gas.S + + COMMAND ${PATCH_STR_CMD} "${PROJECT_SOURCE_DIR}/patches/patch_macosx_context_ppc_v2.patch" #https://svn.boost.org/trac/boost/ticket/8266 + COMMAND bzr add libs/context/build/Jamfile.v2 + COMMAND bzr add libs/context/build/architecture.jam + COMMAND bzr add libs/context/src/asm/jump_combined_sysv_macho_gas.S + COMMAND bzr add libs/context/src/asm/jump_ppc32_sysv_macho_gas.S + COMMAND bzr add libs/context/src/asm/jump_ppc64_sysv_macho_gas.S + COMMAND bzr add libs/context/src/asm/make_combined_sysv_macho_gas.S + COMMAND bzr add libs/context/src/asm/make_ppc32_sysv_macho_gas.S + COMMAND bzr add libs/context/src/asm/make_ppc64_sysv_macho_gas.S + + # [Mis-]use this step to erase all the boost headers and libraries before + # replacing them below. + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${BOOST_ROOT}" + + BINARY_DIR "${PREFIX}/src/boost/" + CONFIGURE_COMMAND ${bootstrap} + + BUILD_COMMAND ./b2 + variant=release + threading=multi + ${BOOST_CFLAGS} + ${BOOST_TOOLSET} + ${BOOST_CXXFLAGS} + ${BOOST_LINKFLAGS} + ${BOOST_ADDRESSMODEL} + ${BOOST_ARCHITECTURE} + ${b2_libs} + ${BOOST_LINKTYPE} + --prefix= + install + + INSTALL_COMMAND "" + ) + +if( MINGW ) + execute_process( COMMAND ${CMAKE_C_COMPILER} -dumpversion + OUTPUT_VARIABLE GCC_VERSION + OUTPUT_STRIP_TRAILING_WHITESPACE ) + + string( REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.[0-9]+.*" "\\1\\2" BOOST_GCC_VERSION ${GCC_VERSION} ) + #message( STATUS "BOOST_GCC_VERSION: ${BOOST_GCC_VERSION}" ) + + string( REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9])" "\\1_\\2" BOOST_LIB_VERSION ${BOOST_RELEASE} ) + #message( STATUS "BOOST_LIB_VERSION: ${BOOST_LIB_VERSION}" ) + + # adjust the names of the libraries to suit the build. There's no + # symbolic links provided on the MinGW build to allow us to use + # generic names for the libs + foreach( lib ${BOOST_LIBS_BUILT} ) + set( mingw_boost_libs ${mingw_boost_libs} ${lib}-mgw${BOOST_GCC_VERSION}-mt-${BOOST_LIB_VERSION} ) + endforeach() + + set( BOOST_LIBS_BUILT ${mingw_boost_libs} ) + set( BOOST_INCLUDE "${BOOST_ROOT}/include/boost-${BOOST_LIB_VERSION}" ) + unset( mingw_boost_libs ) +endif() + +set( boost_libs "" ) +set_boost_lib_names( "${BOOST_LIBS_BUILT}" boost_libs ) + +set( Boost_LIBRARIES ${boost_libs} ) +set( Boost_INCLUDE_DIR "${BOOST_INCLUDE}" ) + +mark_as_advanced( Boost_LIBRARIES Boost_INCLUDE_DIR ) + +#message( STATUS "BOOST_ROOT:${BOOST_ROOT} BOOST_LIBRARIES:${BOOST_LIBRARIES}" ) +#message( STATUS "Boost_INCLUDE_DIR: ${Boost_INCLUDE_DIR}" ) + + + +ExternalProject_Add_Step( boost bzr_commit_boost + COMMAND bzr ci -q -m pristine + COMMENT "committing pristine boost files to 'boost scratch repo'" + DEPENDERS patch + ) + + +ExternalProject_Add_Step( boost bzr_add_boost + # add only the headers to the scratch repo, repo = "../.bzr" from ${headers_src} + COMMAND bzr add -q ${PREFIX}/src/boost + COMMENT "adding pristine boost files to 'boost scratch repo'" + DEPENDERS bzr_commit_boost + ) + + +ExternalProject_Add_Step( boost bzr_init_boost + COMMAND bzr init -q + #creates a .bzrignore file in boost root dir, to avoid copying useless files + #moreover these files have a very very long name, and sometimes + #have a too long full file name to be handled by DOS commands + COMMAND echo "*.htm*" > ${PREFIX}/src/boost/.bzrignore + COMMENT "creating 'boost scratch repo' specifically for boost to track boost patches" + DEPENDERS bzr_add_boost + DEPENDEES download + ) + diff --git a/CMakeModules/download_cairo.cmake b/CMakeModules/download_cairo.cmake new file mode 100644 index 0000000..2d8b30e --- /dev/null +++ b/CMakeModules/download_cairo.cmake @@ -0,0 +1,109 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds CAIRO + +#--------------------------------------------------------------------- + +set( CAIRO_RELEASE 1.12.0 ) +set( CAIRO_MD5 e6c85575ba7094f88b637bdfd835a751 ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( CAIRO_ROOT "${PROJECT_SOURCE_DIR}/cairo_root" ) + +#-------------------------------------------------------------------- + +if( NOT BZIP2_FOUND ) + find_package( BZip2 REQUIRED ) +endif() + +set( PREFIX ${DOWNLOAD_DIR}/cairo ) + +if ( KICAD_BUILD_STATIC ) + set( CAIRO_BUILDTYPE --disable-shared ) +endif( KICAD_BUILD_STATIC ) + + +if (APPLE) + + set( CAIRO_CFLAGS "CFLAGS=" ) + set( CAIRO_LDFLAGS "LDFLAGS=-framework CoreServices -framework Cocoa" ) + set( CAIRO_OPTS --enable-ft=no ) + + if( CMAKE_OSX_ARCHITECTURES ) + set( CAIRO_CFLAGS "${CAIRO_CFLAGS} -arch ${CMAKE_OSX_ARCHITECTURES}" ) + set( CAIRO_LDFLAGS "${CAIRO_LDFLAGS} -arch ${CMAKE_OSX_ARCHITECTURES}" ) + endif( CMAKE_OSX_ARCHITECTURES ) + + if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" ) + set(CAIRO_CFLAGS "${CAIRO_CFLAGS} -fno-lto" ) + endif() + + if( CMAKE_OSX_SYSROOT ) + #set( CAIRO_CFLAGS "${CAIRO_CFLAGS} -isysroot ${CMAKE_OSX_SYSROOT}") + set( CAIRO_LDFLAGS "${CAIRO_LDFLAGS} -isysroot ${CMAKE_OSX_SYSROOT}") + endif( CMAKE_OSX_SYSROOT) + +endif(APPLE) + +# = ${PREFIX}/src/glew +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( cairo + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://cairographics.org/releases/cairo-${CAIRO_RELEASE}.tar.gz + URL_MD5 ${CAIRO_MD5} + STAMP_DIR "${PREFIX}" + + DEPENDS pkgconfig pixman libpng + + BUILD_IN_SOURCE 1 + #SOURCE_DIR "${PREFIX}" + #PATCH_COMMAND "" + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${CAIRO_ROOT}" + + CONFIGURE_COMMAND ./configure --prefix=${CAIRO_ROOT} --enable-static ${CAIRO_BUILDTYPE} + PKG_CONFIG=${PROJECT_SOURCE_DIR}/pkgconfig_root/bin/pkg-config + PKG_CONFIG_PATH=${PROJECT_SOURCE_DIR}/pixman_root/lib/pkgconfig:${PROJECT_SOURCE_DIR}/libpng_root/lib/pkgconfig + --enable-png=yes --enable-svg=yes + --disable-silent-rules --disable-dependency-tracking + ${CAIRO_CFLAGS} + ${CAIRO_LDFLAGS} + ${CAIRO_OPTS} + + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND $(MAKE) + + INSTALL_DIR "${CAIRO_ROOT}" + INSTALL_COMMAND $(MAKE) install + ) + +# match these with whatever FindCairo.cmake sets +# Dick i'vent set it because /lib and /lib64 issue in non multiarch binaries OSs +#set( CAIRO_FOUND true ) +set( CAIRO_INCLUDE_DIR ${CAIRO_ROOT}/include ) +set( CAIRO_LIBRARIES ${CAIRO_ROOT}/lib ) diff --git a/CMakeModules/download_glew.cmake b/CMakeModules/download_glew.cmake new file mode 100644 index 0000000..1c7d690 --- /dev/null +++ b/CMakeModules/download_glew.cmake @@ -0,0 +1,89 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds GLEW + +#--------------------------------------------------------------------- + +set( GLEW_RELEASE 1.10.0 ) +set( GLEW_MD5 2f09e5e6cb1b9f3611bcac79bc9c2d5d ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( GLEW_ROOT "${PROJECT_SOURCE_DIR}/glew_root" ) + +#-------------------------------------------------------------------- + +if( NOT BZIP2_FOUND ) + find_package( BZip2 REQUIRED ) +endif() + +set( PREFIX ${DOWNLOAD_DIR}/glew ) + +if (APPLE) + if( CMAKE_OSX_ARCHITECTURES ) + set( GLEW_CFLAGS "CFLAGS.EXTRA=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + set( GLEW_LDFLAGS "LDFLAGS.EXTRA=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + set( GLEW_STRIP "STRIP=") + endif( CMAKE_OSX_ARCHITECTURES ) +endif(APPLE) + +# = ${PREFIX}/src/glew +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( glew + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://sourceforge.net/projects/glew/files/glew/1.10.0/glew-${GLEW_RELEASE}.tgz + URL_MD5 ${GLEW_MD5} + STAMP_DIR "${PREFIX}" + + #SOURCE_DIR "${PREFIX}" + BUILD_IN_SOURCE 1 + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${GLEW_ROOT}" + + #PATCH_COMMAND "true" + CONFIGURE_COMMAND "" + + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND $(MAKE) ${GLEW_CFLAGS} ${GLEW_LDFLAGS} ${GLEW_STRIP} + + INSTALL_DIR "${GLEW_ROOT}" + INSTALL_COMMAND $(MAKE) GLEW_DEST="${GLEW_ROOT}" install + ) + +# +# Optional Steps +# + +if( APPLE ) +# On OSX is needed to run ranlib to make .a indexes for all platforms +ExternalProject_Add_Step( glew glew_osx_ranlib + COMMAND ranlib "${GLEW_ROOT}/lib/libGLEW.a" + COMMENT "ranlib ${GLEW_ROOT}/lib/libGLEW.a - Needed on OSX only" + DEPENDEES install + ) +endif() diff --git a/CMakeModules/download_libpng.cmake b/CMakeModules/download_libpng.cmake new file mode 100644 index 0000000..35de835 --- /dev/null +++ b/CMakeModules/download_libpng.cmake @@ -0,0 +1,76 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds LIBPNG + +#--------------------------------------------------------------------- + +set( LIBPNG_RELEASE 1.4.12 ) +set( LIBPNG_MD5 849b14d88e1240a1b9f2cb39dd39701e ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( LIBPNG_ROOT "${PROJECT_SOURCE_DIR}/libpng_root" ) + +#-------------------------------------------------------------------- + +find_package( BZip2 REQUIRED ) + +set( PREFIX ${DOWNLOAD_DIR}/libpng ) + +if (APPLE) + if( CMAKE_OSX_ARCHITECTURES ) + SET( LIBPNG_CFLAGS "CFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES}") + endif( CMAKE_OSX_ARCHITECTURES ) +endif(APPLE) + +if (KICAD_BUILD_STATIC) + set(LIBPNG_OPTS --enable-static --disable-shared) +else() + set(LIBPNG_OPTS --enable-static --enable-shared) +endif(KICAD_BUILD_STATIC) + +# = ${PREFIX}/src/glew +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( libpng + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://sourceforge.net/projects/libpng/files/libpng14/${LIBPNG_RELEASE}/libpng-${LIBPNG_RELEASE}.tar.bz2 + URL_MD5 ${LIBPNG_MD5} + STAMP_DIR "${PREFIX}" + + #SOURCE_DIR "${PREFIX}" + BUILD_IN_SOURCE 1 + + #PATCH_COMMAND "true" + CONFIGURE_COMMAND ./configure --prefix=${LIBPNG_ROOT} ${LIBPNG_OPTS} ${LIBPNG_CFLAGS} --disable-dependency-tracking + #BINARY_DIR "${PREFIX}" + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${LIBPNG_ROOT}" + + BUILD_COMMAND $(MAKE) + + INSTALL_DIR "${LIBPNG_ROOT}" + INSTALL_COMMAND $(MAKE) install + ) diff --git a/CMakeModules/download_openssl.cmake b/CMakeModules/download_openssl.cmake new file mode 100644 index 0000000..6ab8fc7 --- /dev/null +++ b/CMakeModules/download_openssl.cmake @@ -0,0 +1,127 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + + +# Download OPENSSL and install into ${PREFIX}, typically in our KiCad source tree. +# Assumes include( ExternalProject ) was done inline previous to this file +# and that set( DOWNLOAD_DIR ... ) was set in a higher context. + +#------------------------------------------------------------------------------------------ + +set( OPENSSL_RELEASE "1.0.1e" ) +set( OPENSSL_MD5 08bec482fe1c4795e819bfcfcb9647b9 ) # re-calc on every RELEASE change + +#---------------------------------------------------------------------------------------- + +set( PREFIX ${DOWNLOAD_DIR}/openssl-${OPENSSL_RELEASE} ) + +# CMake barfs if we pass in an empty CMAKE_TOOLCHAIN_FILE, so we only set it up +# if it has a non-empty value +unset( TOOLCHAIN ) +if( CMAKE_TOOLCHAIN_FILE ) + set( TOOLCHAIN "-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}" ) +endif() + +FIND_PROGRAM (patch_bin NAMES patch.exe patch) + +if( "${patch_bin}" STREQUAL "patch_bin-NOTFOUND" ) + set( PATCH_STR_CMD bzr patch -p0 ) +else() + set( PATCH_STR_CMD ${patch_bin} -p0 -i ) +endif() + +ExternalProject_Add( + openssl + DOWNLOAD_DIR ${DOWNLOAD_DIR} + PREFIX ${PREFIX} + TIMEOUT 60 + URL http://launchpad.net/openssl-cmake/1.0.1e/1.0.1e-1/+download/openssl-cmake-1.0.1e-src.tar.gz + URL_MD5 ${OPENSSL_MD5} + + # mingw uses msvcrt.dll's printf() which cannot handle %zd, so having + # BIO_snprintf() reference printf()'s formating attributes is a bug, since + # BIO_snprintf() does its own formatting and is different from msvcrt's printf(). + + # This one would be easier if Windows folks could be asked to install "patch.exe" + # PATCH_COMMAND patch -p0 < ${PROJECT_SOURCE_DIR}/patches/openssl-1.0.1e.patch + + # This one requires the bzr commit below, since bzr patch only knows a working tree. + + # Revert the branch to pristine before applying patch sets as bzr patch + # fails when applying a patch to the branch twice and doesn't have a switch + # to ignore previously applied patches + PATCH_COMMAND bzr revert + # PATCH_COMMAND continuation (any *_COMMAND here can be continued with COMMAND): + COMMAND ${PATCH_STR_CMD} ${PROJECT_SOURCE_DIR}/patches/openssl-1.0.1e.patch + + CONFIGURE_COMMAND + ${CMAKE_COMMAND} + -G ${CMAKE_GENERATOR} + -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -DCMAKE_INSTALL_PREFIX= + -DBUILD_SHARED_LIBS=ON + ${TOOLCHAIN} + + + BUILD_IN_SOURCE 1 + BUILD_COMMAND ${CMAKE_MAKE_PROGRAM} + INSTALL_COMMAND ${CMAKE_MAKE_PROGRAM} install + ) + +# In order to use "bzr patch", we have to have a bzr working tree, this means a bzr repo +# must be created and source committed to it. These extra steps do that. + +set( target "openssl" ) + +ExternalProject_Add_Step( ${target} bzr_commit_${target} + COMMAND bzr ci -q -m pristine + COMMENT "committing pristine ${target} files to '${target} scratch repo'" + DEPENDERS patch + ) + +ExternalProject_Add_Step( ${target} bzr_add_${target} + COMMAND bzr add -q + COMMENT "adding pristine ${target} files to '${target} scratch repo'" + DEPENDERS bzr_commit_${target} + ) + +ExternalProject_Add_Step( ${target} bzr_init_${target} + COMMAND bzr init -q + COMMENT "creating '${target} scratch repo' specifically for tracking ${target} patches" + DEPENDERS bzr_add_${target} + DEPENDEES download + ) + +# The spelling of these is always taken from CMake Module's FindXYZ.cmake file: +set( OPENSSL_INCLUDE_DIR + ${PREFIX}/include + CACHE FILEPATH "OPENSSL include directory" + ) + +set( OPENSSL_LIBRARIES + ${PREFIX}/lib/libssl${CMAKE_IMPORT_LIBRARY_SUFFIX} + ${PREFIX}/lib/libcrypto${CMAKE_IMPORT_LIBRARY_SUFFIX} + CACHE STRING "OPENSSL libraries" + ) +set( OPENSSL_FOUND true ) + diff --git a/CMakeModules/download_pcre.cmake b/CMakeModules/download_pcre.cmake new file mode 100644 index 0000000..09f8900 --- /dev/null +++ b/CMakeModules/download_pcre.cmake @@ -0,0 +1,67 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds PCRE + +#--------------------------------------------------------------------- + +set( PCRE_RELEASE 8.34 ) +set( PCRE_MD5 eb34b2c9c727fd64940d6fd9a00995eb ) # re-calc this on every RELEASE change + +set( PCRE_ROOT "${PROJECT_SOURCE_DIR}/pcre_root" ) + +#-------------------------------------------------------------------- + +find_package( BZip2 REQUIRED ) + +set( PREFIX ${DOWNLOAD_DIR}/pcre ) + +if (APPLE) + if( CMAKE_OSX_ARCHITECTURES ) + set( PCRE_CFLAGS "CFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + set( PCRE_CXXFLAGS "CXXFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + set( PCRE_LDFLAGS "LDFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + endif( CMAKE_OSX_ARCHITECTURES ) +endif(APPLE) + +ExternalProject_Add( pcre + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://sourceforge.net/projects/pcre/files/pcre/${PCRE_RELEASE}/pcre-${PCRE_RELEASE}.tar.gz + URL_MD5 ${PCRE_MD5} + STAMP_DIR "${PREFIX}" + + #SOURCE_DIR "${PREFIX}" + BUILD_IN_SOURCE 1 + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${PCRE_ROOT}" + + #PATCH_COMMAND "true" + CONFIGURE_COMMAND ./configure --prefix=${PCRE_ROOT} ${PCRE_CFLAGS} ${PCRE_CXXFLAGS} ${PCRE_LDFLAGS} --disable-dependency-tracking + + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND $(MAKE) + + INSTALL_DIR "${PCRE_ROOT}" + INSTALL_COMMAND $(MAKE) install + ) diff --git a/CMakeModules/download_pixman.cmake b/CMakeModules/download_pixman.cmake new file mode 100644 index 0000000..cba41a1 --- /dev/null +++ b/CMakeModules/download_pixman.cmake @@ -0,0 +1,83 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds PIXMAN + +#--------------------------------------------------------------------- + +set( PIXMAN_RELEASE 0.32.4 ) +set( PIXMAN_MD5 eba449138b972fbf4547a8c152fea162 ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( PIXMAN_ROOT "${PROJECT_SOURCE_DIR}/pixman_root" ) + +#-------------------------------------------------------------------- + +if( NOT BZIP2_FOUND ) + find_package( BZip2 REQUIRED ) +endif() + +set( PREFIX ${DOWNLOAD_DIR}/pixman ) + +set(PIXMAN_CPPFLAGS "CFLAGS=") + +if (APPLE) + if( CMAKE_OSX_ARCHITECTURES ) + set(PIXMAN_CPPFLAGS "${PIXMAN_CPPFLAGS} -arch ${CMAKE_OSX_ARCHITECTURES} -fno-common -mmacosx-version-min=10.5") + else() + set(PIXMAN_CPPFLAGS "${PIXMAN_CPPFLAGS} -fno-common -mmacosx-version-min=10.5") + endif( CMAKE_OSX_ARCHITECTURES ) +endif(APPLE) + +if (KICAD_BUILD_STATIC) + set(PIXMAN_OPTS --enable-static=yes --enable-shared=no) +else() + set(PIXMAN_OPTS --enable-static=yes --enable-shared=yes) +endif(KICAD_BUILD_STATIC) + +# = ${PREFIX}/src/glew +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( pixman + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://cairographics.org/releases/pixman-${PIXMAN_RELEASE}.tar.gz + URL_MD5 ${PIXMAN_MD5} + STAMP_DIR "${PREFIX}" + + #SOURCE_DIR "${PREFIX}" + BUILD_IN_SOURCE 1 + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${PIXMAN_ROOT}" + + #PATCH_COMMAND "true" + CONFIGURE_COMMAND ./configure --prefix=${PIXMAN_ROOT} ${PIXMAN_OPTS} ${PIXMAN_CPPFLAGS} --disable-dependency-tracking + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND $(MAKE) + + INSTALL_DIR "${PIXMAN_ROOT}" + INSTALL_COMMAND $(MAKE) install + ) diff --git a/CMakeModules/download_pkgconfig.cmake b/CMakeModules/download_pkgconfig.cmake new file mode 100644 index 0000000..a0f6c53 --- /dev/null +++ b/CMakeModules/download_pkgconfig.cmake @@ -0,0 +1,80 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds CAIRO + +#--------------------------------------------------------------------- + +set( PKGCONFIG_RELEASE 0.28 ) +set( PKGCONFIG_MD5 aa3c86e67551adc3ac865160e34a2a0d ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( PKGCONFIG_ROOT "${PROJECT_SOURCE_DIR}/pkgconfig_root" ) + +#-------------------------------------------------------------------- + +if( NOT BZIP2_FOUND ) + find_package( BZip2 REQUIRED ) +endif() + +set( PREFIX ${DOWNLOAD_DIR}/pkgconfig ) + +if ( KICAD_BUILD_STATIC ) + set( PKGCONFIG_BUILDTYPE --enable-shared=no --enable-static=yes ) +else() + set( PKGCONFIG_BUILDTYPE --enable-shared=yes --enable-static=yes ) +endif( KICAD_BUILD_STATIC ) + +# = ${PREFIX}/src/glew +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( pkgconfig + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://pkgconfig.freedesktop.org/releases/pkg-config-${PKGCONFIG_RELEASE}.tar.gz + URL_MD5 ${PKGCONFIG_MD5} + STAMP_DIR "${PREFIX}" + + #SOURCE_DIR "${PREFIX}" + BUILD_IN_SOURCE 1 + + #PATCH_COMMAND "true" + CONFIGURE_COMMAND ./configure --prefix=${PKGCONFIG_ROOT} --with-internal-glib ${PKGCONFIG_BUILDTYPE} --disable-silent-rules + #BINARY_DIR "${PREFIX}" + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${PKGCONFIG_ROOT}" + + BUILD_COMMAND $(MAKE) + + INSTALL_DIR "${PKGCONFIG_ROOT}" + INSTALL_COMMAND $(MAKE) install + ) + +ExternalProject_Add_Step( pkgconfig pkgconfig_cleanup + COMMAND ${CMAKE_COMMAND} -E remove_directory "${PKGCONFIG_ROOT}" + COMMENT "pkgconfig - cleanup destination before proceeding in install" + DEPENDEES build + ) + diff --git a/CMakeModules/download_swig.cmake b/CMakeModules/download_swig.cmake new file mode 100644 index 0000000..e72918e --- /dev/null +++ b/CMakeModules/download_swig.cmake @@ -0,0 +1,79 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds SWIG + +#--------------------------------------------------------------------- + +set( SWIG_RELEASE 2.0.11 ) +set( SWIG_MD5 291ba57c0acd218da0b0916c280dcbae ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( SWIG_ROOT "${PROJECT_SOURCE_DIR}/swig_root" ) + +#-------------------------------------------------------------------- + +find_package( BZip2 REQUIRED ) + +set( PREFIX ${DOWNLOAD_DIR}/swig ) + +if (APPLE) + if( CMAKE_OSX_ARCHITECTURES ) + set( SWIG_CFLAGS "CFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + set( SWIG_CXXFLAGS "CXXFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + set( SWIG_LDFLAGS "LDFLAGS=-arch ${CMAKE_OSX_ARCHITECTURES} -mmacosx-version-min=10.5" ) + endif( CMAKE_OSX_ARCHITECTURES ) + + set( SWIG_PYTHON "--with-python=/usr/bin/python2.6" ) + set( SWIG_OPTS --disable-dependency-tracking ) +endif(APPLE) + +# = ${PREFIX}/src/glew +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( swig + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://sourceforge.net/projects/swig/files/swig/swig-${SWIG_RELEASE}/swig-${SWIG_RELEASE}.tar.gz + URL_MD5 ${SWIG_MD5} + STAMP_DIR "${PREFIX}" + + DEPENDS pcre + + #SOURCE_DIR "${PREFIX}" + BUILD_IN_SOURCE 1 + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${SWIG_ROOT}" + + #PATCH_COMMAND "true" + CONFIGURE_COMMAND ./configure --prefix=${SWIG_ROOT} --with-pcre-prefix=${PCRE_ROOT} ${SWIG_CFLAGS} ${SWIG_LDFLAGS} ${SWIG_CXXFLAGS} ${SWIG_PYTHON} ${SWIG_OPTS} + + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND $(MAKE) + + INSTALL_DIR "${SWIG_ROOT}" + INSTALL_COMMAND $(MAKE) install + ) diff --git a/CMakeModules/download_wxpython.cmake b/CMakeModules/download_wxpython.cmake new file mode 100644 index 0000000..112a8de --- /dev/null +++ b/CMakeModules/download_wxpython.cmake @@ -0,0 +1,121 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds LIBWXPYTHON + +#--------------------------------------------------------------------- + +set( LIBWXPYTHON_RELEASE 3.0.0.0 ) +set( LIBWXPYTHON_MD5 f5e32c7d85dc261ba777e113c3b7e365 ) # re-calc this on every RELEASE change + +set( LIBWXPYTHON_ROOT "${PROJECT_SOURCE_DIR}/libwxpython_root" ) + +#-------------------------------------------------------------------- + +find_package( BZip2 REQUIRED ) + +set( PREFIX ${DOWNLOAD_DIR}/libwxpython ) +set( LIBWXPYTHON_EXEC python ) +set( LIBWXPYTHON_OPTS --wxpy_installdir=${LIBWXPYTHON_ROOT}/wxPython ) + +if (APPLE) + SET( LIBWXPYTHON_EXEC python2.6 ) + SET( LIBWXPYTHON_OPTS ${LIBWXPYTHON_OPTS} --osx_cocoa ) + #SET( LIBWXPYTHON_OPTS ${LIBWXPYTHON_OPTS} --mac_framework --mac_framework_prefix=${LIBWXPYTHON_ROOT}/wxPython ) + + if( CMAKE_OSX_ARCHITECTURES ) + STRING(REGEX REPLACE " -arch " "," LIBWXPYTHON_ARCHITECTURES ${CMAKE_OSX_ARCHITECTURES}) + SET( LIBWXPYTHON_OPTS ${LIBWXPYTHON_OPTS} --mac_arch=${LIBWXPYTHON_ARCHITECTURES}) + endif( CMAKE_OSX_ARCHITECTURES ) + + if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" ) + SET( LIBWXPYTHON_PRECMD export CFLAGS=-Qunused-arguments && ) + endif() +endif(APPLE) + +if ( KICAD_BUILD_STATIC ) + #message fail + set( LIBWXPYTHON_BUILDTYPE "--disable-shared" ) +endif( KICAD_BUILD_STATIC ) + +# = ${PREFIX}/src/libwx +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( libwxpython + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://sourceforge.net/projects/wxpython/files/wxPython/${LIBWXPYTHON_RELEASE}/wxPython-src-${LIBWXPYTHON_RELEASE}.tar.bz2 + URL_MD5 ${LIBWXPYTHON_MD5} + STAMP_DIR "${PREFIX}" + + BUILD_IN_SOURCE 1 + + PATCH_COMMAND bzr revert + COMMAND bzr patch -p0 "${PROJECT_SOURCE_DIR}/patches/wxpython-3.0.0_macosx.patch" + COMMAND bzr patch -p0 "${PROJECT_SOURCE_DIR}/patches/wxpython-3.0.0_macosx_multiarch.patch" # http://trac.wxwidgets.org/ticket/15957 + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${LIBWXPYTHON_ROOT}" + COMMAND ${LIBWXPYTHON_EXEC} wxPython/build-wxpython.py --clean + + CONFIGURE_COMMAND ${LIBWXPYTHON_PRECMD} ${LIBWXPYTHON_EXEC} wxPython/build-wxpython.py --prefix=${LIBWXPYTHON_ROOT} --unicode --install ${LIBWXPYTHON_OPTS} + + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND true + + INSTALL_DIR "${LIBWXPYTHON_ROOT}" + INSTALL_COMMAND true + ) + +ExternalProject_Add_Step( libwxpython bzr_commit_libwxpython + COMMAND bzr ci -q -m pristine + COMMENT "committing pristine libwxpython files to 'libwxpython scratch repo'" + DEPENDERS patch + ) + + +ExternalProject_Add_Step( libwxpython bzr_add_libwxpython + COMMAND bzr add -q ${PREFIX}/src/libwxpython + COMMENT "adding pristine libwxpython files to 'libwxpython scratch repo'" + DEPENDERS bzr_commit_libwxpython + ) + + +ExternalProject_Add_Step( libwxpython bzr_init_libwxpython + COMMAND bzr init -q + COMMENT "creating 'libwxpython scratch repo' specifically for libwx to track libwx patches" + DEPENDERS bzr_add_libwxpython + DEPENDEES download + ) + +###### +# Now is time to search what we have built +###### + +ExternalProject_Add_Step( libwxpython libwxpython_recursive_message + COMMAND cmake . + COMMENT "*** RERUN CMAKE - wxWidgets built, now reissue a cmake to build Kicad" + DEPENDEES install + ) + diff --git a/CMakeModules/download_wxwidgets.cmake b/CMakeModules/download_wxwidgets.cmake new file mode 100644 index 0000000..ed7ebe8 --- /dev/null +++ b/CMakeModules/download_wxwidgets.cmake @@ -0,0 +1,119 @@ +# This program source code file is part of KICAD, a free EDA CAD application. +# +# Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck +# Copyright (C) 2013 Kicad Developers, see AUTHORS.txt for contributors. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +# Downloads and builds LIBWX + +#--------------------------------------------------------------------- + +set( LIBWX_RELEASE 3.0.0 ) +set( LIBWX_MD5 241998efc12205172ed24c18788ea2cd ) # re-calc this on every RELEASE change + +# The boost headers [and static libs if built] go here, at the top of KiCad +# source tree in boost_root. +set( LIBWX_ROOT "${PROJECT_SOURCE_DIR}/libwx_root" ) + +#-------------------------------------------------------------------- + +if( NOT BZIP2_FOUND ) + find_package( BZip2 REQUIRED ) +endif() + +set( PREFIX ${DOWNLOAD_DIR}/libwx ) + +if (APPLE) + if( CMAKE_OSX_ARCHITECTURES ) + STRING(REGEX REPLACE " -arch " "," LIBWX_ARCHITECTURES ${CMAKE_OSX_ARCHITECTURES}) + SET( LIBWX_ARCHITECTURES --enable-universal_binary=${LIBWX_ARCHITECTURES}) + endif( CMAKE_OSX_ARCHITECTURES ) +endif(APPLE) + +if ( KICAD_BUILD_STATIC ) + set( LIBWX_BUILDTYPE "--disable-shared" ) +endif( KICAD_BUILD_STATIC ) + +# = ${PREFIX}/src/libwx +# There is a Bazaar 'boost scratch repo' in /boost and after committing pristine +# download, the patch is applied. This lets you regenerate a new patch at any time +# easily, simply by editing the working tree in and doing "bzr diff" in there. + +ExternalProject_Add( libwx + PREFIX "${PREFIX}" + DOWNLOAD_DIR "${DOWNLOAD_DIR}" + URL http://downloads.sourceforge.net/project/wxwindows/${LIBWX_RELEASE}/wxWidgets-${LIBWX_RELEASE}.tar.bz2 + URL_MD5 ${LIBWX_MD5} + STAMP_DIR "${PREFIX}" + + BUILD_IN_SOURCE 1 + + PATCH_COMMAND bzr revert + COMMAND bzr patch -p0 "${PROJECT_SOURCE_DIR}/patches/wxwidgets-3.0.0_macosx.patch" + COMMAND bzr patch -p0 "${PROJECT_SOURCE_DIR}/patches/wxwidgets-3.0.0_macosx_bug_15908.patch" + + UPDATE_COMMAND ${CMAKE_COMMAND} -E remove_directory "${LIBWX_ROOT}" + + CONFIGURE_COMMAND ./configure --prefix=${LIBWX_ROOT} -with-opengl --enable-aui --enable-debug_info -with-expat=builtin --with-regex=builtin --enable-utf8 ${LIBWX_ARCHITECTURES} ${LIBWX_BUILDTYPE} + #BINARY_DIR "${PREFIX}" + + BUILD_COMMAND $(MAKE) VERBOSE=1 + + INSTALL_DIR "${LIBWX_ROOT}" + INSTALL_COMMAND make install + ) + +#SET directories +set(wxWidgets_BIN_DIR ${LIBWX_ROOT}/bin) +set(wxWidgets_CONFIG_EXECUTABLE ${LIBWX_ROOT}/bin/wx-config) +set(wxWidgets_INCLUDE_DIRS ${LIBWX_ROOT}/include) +set(wxWidgets_LIBRARY_DIRS ${LIBWX_ROOT}/lib) + + +ExternalProject_Add_Step( libwx bzr_commit_libwx + COMMAND bzr ci -q -m pristine + COMMENT "committing pristine libwx files to 'libwx scratch repo'" + DEPENDERS patch + ) + + +ExternalProject_Add_Step( libwx bzr_add_libwx + COMMAND bzr add -q ${PREFIX}/src/libwx + COMMENT "adding pristine libwx files to 'libwx scratch repo'" + DEPENDERS bzr_commit_libwx + ) + + +ExternalProject_Add_Step( libwx bzr_init_libwx + COMMAND bzr init -q + COMMENT "creating 'libwx scratch repo' specifically for libwx to track libwx patches" + DEPENDERS bzr_add_libwx + DEPENDEES download + ) + +###### +# Now is time to search what we have built +###### + +ExternalProject_Add_Step( libwx libwx_recursive_message + COMMAND cmake . + COMMENT "*** RERUN CMAKE - wxWidgets built, now reissue a cmake to build Kicad" + DEPENDEES install + ) + diff --git a/Documentation/GUI_Translation_HOWTO.odt b/Documentation/GUI_Translation_HOWTO.odt new file mode 100644 index 0000000..1638460 Binary files /dev/null and b/Documentation/GUI_Translation_HOWTO.odt differ diff --git a/Documentation/GUI_Translation_HOWTO.pdf b/Documentation/GUI_Translation_HOWTO.pdf new file mode 100644 index 0000000..6e6e408 Binary files /dev/null and b/Documentation/GUI_Translation_HOWTO.pdf differ diff --git a/Documentation/HOW_TO_CONTRIBUTE.txt b/Documentation/HOW_TO_CONTRIBUTE.txt new file mode 100644 index 0000000..d042329 --- /dev/null +++ b/Documentation/HOW_TO_CONTRIBUTE.txt @@ -0,0 +1,56 @@ +Contribute to KiCad (under Linux) +-------------------- + +1) make sure you have all the dependencies of KiCad: + sudo apt-get install debhelper dpatch libx11-dev + sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev mesa-common-dev + sudo apt-get install libwxbase2.8-dev libwxgtk2.8-dev libboost-dev fakeroot + sudo apt-get install cmake bzr + sudo apt-get install cmake bzr bzrtools + +2) initialize Bazaar: + bzr whoami "John Doe " + +3) get latest KiCad source tree: + cd ~/ + bzr branch lp:kicad kicad.bzr + + this should leave you with the folder kicad.bzr + +4) Read coding_style_policy.pdf, in kicad.bzr/Documentation, + and other docs. + +5) create a local (branch) copy of the KiCad project + bzr branch ./kicad.bzr ./kicad.my_contrib + +6) Modify/add source code in + cd kicad.my_contrib + gedit ....... + if you need to create and add the file foo.cpp do so and: + bzr add foo.cpp + if you need to delete files: + bzr rm foo.cpp + +7) Compile: + cd kicad.my_contrib + mkdir build; cd build + cmake ../ -DCMAKE_BUILD_TYPE=Debug + to build a debug version + or + cmake ../ -DCMAKE_BUILD_TYPE=Release + to build a release version + make -j8 + +8) Repeat step 6 and 7 until satisfied. + +9) Create a patch file: + cd kicad.my_contrib + bzr diff > my_changes.patch + +9) Send the patch file "my_changes.patch" to the KiCad developers mailing list. + in the subject of the e-mail include the keyword "[PATCH]". + in the body of the e-mail clearly explain what you have done. + + +for more info see INSTALL.txt. + diff --git a/Documentation/KIWAY_Build_Symbols_Defined.txt b/Documentation/KIWAY_Build_Symbols_Defined.txt new file mode 100644 index 0000000..f10dea9 --- /dev/null +++ b/Documentation/KIWAY_Build_Symbols_Defined.txt @@ -0,0 +1,29 @@ + +KIWAY Build Symbols, Definitions and Intentions + + +COMPILING_DLL: + + This is a signal to import_export.h, and when present, toggles the + interpretation of the #defines in that file. Its purpose should not be + extended beyond this. + + +USE_KIWAY_DLLS: + + Comes from CMake as a user configuration variable, settable in the Cmake + user interface. It decides if KiCad will be built with the *.kiface program + modules. + + +BUILD_KIWAY_DLL: + + Comes from CMake, but at the 2nd tier, not the top tier. By 2nd tier, + something like pcbnew/CMakeLists.txt, not /CMakeLists.txt is meant. It is + not a user configuration variable. Instead, the 2nd tier CMakeLists.txt file + looks at the top level USE_KIWAY_DLLS and decides how the object files under + the 2nd tier's control will be built. If it decides it wants to march in + lockstep with USE_KIWAY_DLLS, then this local CMakeLists.txt file may pass a + defined BUILD_KIWAY_DLL (singular) on the compiler command line to the + pertinent set of compilation steps under its control. + diff --git a/Documentation/biu-plan.txt b/Documentation/biu-plan.txt new file mode 100644 index 0000000..6fe9267 --- /dev/null +++ b/Documentation/biu-plan.txt @@ -0,0 +1,243 @@ +Proposed Plan for adding Nano Meters into PCBNEW as the Board Internal Unit +=========================================================================== + +Author: Dick Hollenbeck November 25, 2011 + +Introduction: +============ + +This document sketches out a plan to move KiCad's PCBNEW program from deci-mil +internal units to nanometer internal units. The changes to the code are +significant enough to describe the basic process before the work is started. + +Definitions: +=========== + +*) Board Internal Units (BIU). This is a pseudonym for the engineering units +used by a BOARD when it is in RAM, and only when it is in RAM. BIU is +essentially equal to nanometers in the future, and equal to deci-mils currently. +A BIU refers typically to a measurement or a position on an XY grid, and this is +because this grid is dimensioned in BIUs along both its X and Y axes. Both X and +Y can be either positive or negative on this grid. In the case of measurements +or scalars, there can be a radius, a diameter, a distance (length), and all of +these can and should be expressed in BIUs, so long we are in RAM and so long as +we are talking about the objects within the class BOARD instance. One special +feature of XY points within the BIU coordinate system is that they will always +be integers. In contrast, distances and other forms of measurements are not +subject to the same limitation by the very nature of physics. Coordinates are +always integers because we used signed whole numbers to represent these BIU +coordinates. + +*) Snap grid. A snap grid is a subset of the full set of possible XY coordinates +in the BIU coordinate system. Points falling on the snap grid are evenly spaced +in X and Y directions and are some integer multiple apart in this 2D space, +greater than one BIU. + +Assumptions: +=========== + +a) It is ok to modify the board file format in order to handle the BIU change. + +b) Boards saved on disk in the new format will not be readable using old software. + +c) Since we have no backwards compatibility obligation (see b) above), we can +make significant changes to the file format while we have this disruption +opportunity. + +General: +======= + +With nano meters as the Board Internal Unit (BIU), a 32 bit signed integer can +only hold about 2 meters of positive length and 2 meters of negative length. +Moreover, because most of the bits within a 32 bit integer can be "used up" to +hold a typical length within a board, it is very likely that if pure 32 bit +integer math is done, such as the multiplication of two integers in order to +calculate a hypotenuse, then there will be an overflow within the 32 bit +integer. (Another way to think of the BIU acronym is "Board Integer Unit" instead +of as Board Internal Unit, to pave the way for the BFU, discussed below.) + +Therefore all intermediate products, quotients, trig, and exponential +calculations should be done using some larger floating point type. By larger, +bitness or number of bits is meant. Distances that do not have to be rounded +back to integer immediately can and should stay in the larger floating point +"value container" for as long as possible. The typedef name of this floating +point type is BFU (Board Float Unit). The engineering units on a BFU are the +same as on a BIU. A typedef is nice so that we can toggle between double and +"long double" for various compilations, and so that when performing casts, these +are brief textual expressions. + +Format Strings: +============== + +Because all our save to disk functions use printf() style format strings, we +discuss how to construct a format string in the most usable way. There should be +a printf() style format string like "%.6g" for the BFU (cast to a hard coded +double) enclosed within a #define and its name should be FMT_ENG. This format +string will be used at least for saving BOARD and MODULE files, and perhaps +more. + +FMT_ENG stands for "format string for ENGineering units used out in the file". A +define is needed simply to provide consistency across many sites of usage. BIUs +will be scaled before being written to disk in most every case, and since +scaling is a multiplication, it means casting one of the factors to BFU, and +then this product is output with a printf() style function using the FMT_ENG +string segment. + +That is, the FMT_ENG will be suitable for use with a BFU type. When BFU is set +to double, then FMT_ENG will be set to "%.6g". When BFU is set to long double +then FMT_ENG will be set to "%.6Lg". For example: + +#if USE_DOUBLE_BFU +typedef double BFU; +#define FMT_ENG ".%10g" +#else +typedef long double BFU; +#define FMT_ENG ".%10Lg" +#endif + +A format string can then be built up using compile time concatenation of +strings, like this: + +fprintf( fp, "Value: " FMT_ENG " " FMT_ENG "\n", BFU( biu1 * scale), BFU( biu2 * scale ) ); + +The 3rd and 4th arguments are BFUs, and the casting is done after the multiply +since the scaling factor is already a double or perhaps even a long double. The +final argument needs to match the format string, so the final product is wrapped +in a BFU, which could actually be a truncation down to 64 bit float from 80 bit +float. The key points are: the calculation must be done in a float type at least +as bit-wide as BFU, and that the value actually passed to fprintf() must match +the format string. + +Choosing BIU Units: +================== + +BIUs are only used when a BOARD or MODULE is in RAM. A BIU is equivalent to +either a 1) deci-mil or 2) nanometer, depending on how the source code is +compiled. It is not a runtime decision. Form 1) is needed only during the +preparation phase of the source code transition to nanometers. After the +transition, only nanometers will be used in the compilation. No runtime +switching is needed or wanted. Again, BIUs can only be one or the other for a +given compilation, and this will swing based on a single #define. + +Eventually we may want to actually use "BIU" as our integer type in source code +for those lengths which pertain to the board coordinate space. This would give +us the ability to easily modify it, go to a larger bitness, make the source code +more readable, and keep the type information out of the variable name. This +would mean having a point and/or size class based on BIU as the contained +integer types. This is a nice to have, but not immediately mandatory. + +There will be a number of places within the source code which will have to be +doctored up to use the BFU casting. It will take some time to find all these +sites. During this time it should be possible to continue using deci-mils as the +BIU for source compilation. + +There are a quite a number of path ways in and out of BOARDs and MODULEs. Most +everyone of these pathways involve conversion or scaling of BIUs. An example of +a pathway in is a BOARD disk file loading function. An example of a pathway out +of a BOARD is a disk file saving function. Likewise for MODULEs. We can +characterize the load and save functions by their source and destination +representations of lengths. + +BOARDs and MODULEs will soon have a new format, which is basically the existing +format expressed in um or nm (TBD) rather than in deci-mils. For discussion, we +will say this new format is in mm, even though it may end up being in um. In +another year or two we will switch to s-expressions, or sooner if there is a +volunteer. + +Here are the required immediate need BOARD load functions: + +1) Legacy to deci-mil loader. This loader uses a floating point scaling factor +of unity, since destination is a RAM BOARD using deci-mils as its BIU. + +2) Legacy to nanometer loader. This loader uses a floating point scaling factor +of 2540, since destination is a RAM BOARD using nanometers as its BIU, and +the source format is using deci-mils. + +3) mm to nanometer loader. This loader uses a floating point scaling factor +of 1000000, since the destination is a RAM BOARD using nanometers as its BIU. + +There is no need for a nm to deci-mil loader. (Once somebody saves a file in the +new format, that format is used going forward, or its backup in the old format.) + +Now duplicate the above 3 loader types for MODULEs. + +Here are the required immediate need BOARD save functions: + +1) deci-mil to deci-mil, using a floating point scaling factor of unity. It +should be possible to use trailing zero suppression on the deci-mils to get a +BOARD that is identical to an old BOARD, and this can be used to test the new +save function, using "diff" with whitespace ignore. This saver is only in play +when the BIU is compiled to be deci-mils. + +2) nanometer to mm, using a floating point scaling factor of 1/1000000. This +saver is only in play when the BIU is compiled to be nanometers. + +Now duplicate the above 3 saver types for MODULEs. + +New BOARD and MODULE files will have a new field in them identifying the +engineering units used, say mm. + +In actuality, the source code to all 3 loaders, and to all 3 savers can be the +same source code with a single variable in each case for scaling. + +All 6 loaders and all 6 savers should be written in parallel with existing +loaders and savers, so that we can toggle usage back and forth between the two +for awhile. This means we do not gut existing savers and loaders until the new +ones are debugged and stable. + +The new savers and loaders are to be done in the context of a plug-in +architecture, described elsewhere. + +Angles and Rotations: +==================== + +Internally we are switching from using an int to hold 1/10 of degrees angle to a +typedef called DEGREES. The allowed values that DEGREES can hold will be +enforced by the user interface policy, decided elsewhere. The engineering units +in the DEGREES type is degrees, no longer tenths of degrees. + +/// a value used to hold rotations or angles. +typedef double DEGREES; + + +User Interface Changes: +====================== + +All these changes have to be done in a way where they hinge on one #ifdef. + +*) The grid dimension choices will have to be changed. + +*) The drawing routines will have to be changed to handle the case that BIU is +compiled to be nm. Work towards getting legacy drawing code capable of handling +a compile time #define to control a single scaling factor. Only the scaling +factor should need be changed in the final state. Up until then, the work +required is to inject the BFU casting where needed along with the scaling +factor(s). + +*) Remove any funky imperial to metric conversion functions which tried to hide/mask +problems with lack of BIU precision. + +*) There may be some fix ups pertaining to "near enough" type testing involving +the user's mouse position, other than bounding box hit testing which should take +care of itself (in BIUs). This has more to do with near-ness to a line type +tests, and these are thought to best be done in screen coordinates anyway, not +BIUs. + +Work Tasks: +========== + +*) Within PCBNEW, find math expressions involving BIUs and cast them to BFUs +early enough so that the compiler generates code in the BFU realm. + +*) Find a way to consistently round values from BFUs back to BIUs, and put that +code in place. This could be done using a set accessor on a BIU, or other way. + +*) Fix the User Interface issues mentioned above, and more found later. + +*) Write the 4 new load and save functions. Vladimir recently committed code +which can be a starting point for some of these functions, except that the new +ones should reside within a PLUGIN object where we can save the scaling factor +variable as a member field of the plugin. In order to meet the requirements +of all 3 board loaders, we may have to dynamically change the scaling factor +depending on what we find in the *.brd file and how the plugin is compiled. + diff --git a/Documentation/changelogs/CHANGELOG-2007.txt b/Documentation/changelogs/CHANGELOG-2007.txt new file mode 100644 index 0000000..a0d98bf --- /dev/null +++ b/Documentation/changelogs/CHANGELOG-2007.txt @@ -0,0 +1,1547 @@ +KiCad ChangeLog 2007 +==================== + +2007-Dec-29 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + First draft (and code..) about new zone handling, using polygons to define an outline. + Now currently not useable because the fill function (and many other important functions) is not implemented. + Many functions are not yet implemented: merging zones, cutout, DRC ... + Nevertheless, one can create, modify edit and save zone outlines + + +2007-Dec-23 UPDATE Dick Hollenbeck +================================================================================ ++all + * Because of the discussion 4 months ago about using Boost::Python, and + because of an excellent boost::ptr_vector class, I want to make some of the + boost libraries be necessary for building Kicad. These would be: + 1) boost pointer container library (immediately) + http://www.boost.org/libs/ptr_container/doc/ptr_container.html + See the work in specctra.cpp to see where this is going: + typedef boost::ptr_vector ELEM_ARRAY found within class PARENT. + I found that gcc 4.2.1 was complaining about the standard ubuntu libboost-dev + package and would not compile ptr_vector class. But the svn of boost + fixed this. + 2) boost::python when building python in. + * Added FIND_PACKAGE(Boost) to CMakeLists.txt + + +2007-Dec-22 UPDATE Dick Hollenbeck +================================================================================ ++all + added strlower() to common.h and string.cpp. + fixed compiler warnings in common/gr_basic.cpp and pcbnew/clean.cpp ++pcbnew + started the DSN file import/export for SPECCTRA routers, adding dsn.cpp and + specctra.cpp, with "stand alone" compile support for it in pcbnew/CMakeLists.txt. + + +2007-Dec-17 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + WinEDA_PcbFrame::Other_Layer_Route() was leaving in the bridging segment + when the DRC denied the via insertion. + + +2007-Dec-17 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + some changes about zones: enhanced dialog, and files reorganisation + + +2007-Dec-14 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + WinEDA_PcbFrame::Other_Layer_Route() now returns bool, so that if the DRC + would not allow the new via placement, then it can be checked and the layer + change can also then be aborted. Previously the layer change would happen + in mid track even if the via could not be placed. + + +2007-Dec-13 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * surbrill.cpp's int WinEDA_PcbFrame::Select_High_Light( wxDC* DC ) + was re-written to use the GENERAL_COLLECTOR, and the scanList is set to + give pads a higher search priority than tracks, vias or zones. + The objective was to use the pad if possible, rather than a track on a pad, + so the pad can be sent to eeschema. Finding the track only (even though + on a pad) would not send anything to eeschema. + + +2007-Dec-12 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Fized zone drawing bug in svn HEAD only. + pcbnew/zones.cpp, see: + http://tech.groups.yahoo.com/group/kicad-users/message/2993 + + +2007-Dec-11 UPDATE Dick Hollenbeck +================================================================================ ++all + * Fixed hotkey table for '+' and '-' bug. The lookup table in + common/hotkeys_basic.cpp had bad entries for + and -. These hotkeys + were not working on Linux. + * Added polygon directory to Doxyfile. + + +2007-Dec-09 UPDATE Jean-Pierre Charras +================================================================================ ++cvpcb: + listboxes.cpp FootprintListBox::m_ActiveFootprint member was not initialized. + Can crash cvpcb (WINDOWS only, i believe) + + +2007-Dec-09 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + changes in file organisation and classes to prepare zone redesign. No real new code. + class zone functions and definitions moved in class_zone.h and .cpp + + +2007-Dec-07 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Very minor bug in drill map : inaccurate via shapes (I believe EXCELLON drill file has no problems) + + +2007-Dec-06 UPDATE Jean-Pierre Charras +================================================================================ ++all + Solved zoom key command problems (under linux and windows) + (seen http://sourceforge.net/tracker/index.php?func=detail&aid=1844960&group_id=145591&atid=762476) + ++pcbnew + solved bug when loading a footprint in modedit: invisible text attribute was lost (trunk and tag) + + +2007-Dec-4 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + added the D() macro to fctsys.h to ease conditional debug printf()s. + worked on http://sourceforge.net/tracker/index.php?func=detail&aid=1844960&group_id=145591&atid=762476 + but could not resolve it in 1/2 day. + + +2007-Dec-4 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * drc.cpp and dialog_drc.cpp update. + Added double click support on a MARKER or unconnected DRC_ITEM in the listboxes. + On Linux, it sometimes pops up the menu from PcbGeneralLocateAndDisplay() + for some reason after repositioning the cursor. That is not intended, but + after several attempts to work around it, I realized it is not so bad to + have this happen. + * Added right click popup menus to the list boxes. User must first select + the item he wants to go to, as the right click does not change the selection. + * Added WinEDA_BasePcbFrame::CursorGoto( const wxPoint& ) by factoring it + out of pcbnew/find.cpp + Done now, its ready for folks to start using it and testing it. + + +2007-Dec-02 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + Solved an annotation problem: in multiple parts per package components, + when sorted by position, parts were not grouped by package. + + +2007-Dec-2 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + drc.cpp and dialog_drc.cpp intermediate update. + + +2007-Nov-30 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * added virtual GetPosition() to BOARD_ITEM and derivatives. + * added classes DRC, REPORT_ISSUE, DRC_ITEM and rearranged drc.cpp entirely + to comprize the DRC class. The result has finer granularity of functions + and each is fairly well documented in English, see drc_stuff.h. + Keeping old stuff commented out at bottom of drc.cpp until some more usage + and testing is done. + * Made the DRC dialog modeless, so it can sit off to the side while the MARKER + are inspected one by one. + + +2007-Nov-29 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Removed a bug (function block() ) which crashes pcbnew when erasing a zone by block delete + + +2007-Nov-27 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * changed class MARQUEUR to class MARKER name only. + * Moved BOARD's MARKERs from m_Drawings to vector m_markers so + they can be easily deleted and navigated to from the drc dialog. + * deprecated the MARKER::Unlink() function. + * Added + BOARD::Add( BOARD_ITEM*, int ) + BOARD::GetMARKER(int) + BOARD::Delete( BOARD_ITEM* ) + BOARD::DeleteMARKERs(); + * Changed BOARD::~BOARD() to use DeleteMARKERs(). + * Revised screen drawing routine to know about BOARD::m_markers. + * Revised BOARD::Visit() to know about BOARD::m_markers. + * Revised pcbnew/find.cpp to know about BOARD::m_markers. + * removed wxYield() from drc.cpp + + +2007-Nov-26 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + DRC code and dialog rework start. This breaks DRC, until I get out the + other end of the tunnel. + + +2007-Nov-24 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * dialog_track_options uses a portable technique for SetFocus(), namely the + function OnInitDialog( wxInitDialogEvent& event ). + * started work on dialog_drc, not checked in. basic wxHtmlListBox is working with dummied text. ++all + makefile.include's now use CXX instead of CC for compiling. + + +2007-Nov-15 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Removed a bug (function Delete_Zone() ) which crashes pcbnew when erasing a zone by popup menu + + +2007-Nov-13 UPDATE Geoff Harland +================================================================================ ++ eeschema & pcbnew + * The "Page Settings" dialog box has been enhanced; it now includes a + wxStdDialogButtonSizer, and is also now designed to be expandable. ++ pcbnew + * The "DRC Control" and "Netlist:" dialog boxes have also been enhanced. Each + of those dialogs now includes a wxStdDialogButtonSizer and a "Cancel" button, + (so each of those dialogs can now (otherwise) be cancelled by pressing the + "Esc" key), and is also now designed to be expandable. + + +2007-Nov-11 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + Fixed modedit.cpp bug which occurred when selecting a non pad item (such + as a text field) in the module editor, then selecting Dimensions -> Pad Settings + in the module editor. + + +2007-Nov-11 UPDATE Geoff Harland +================================================================================ ++ eeschema & pcbnew & gerbview + * The "Colors" dialog box has been enhanced; the distance between adjacent + controls now increases (and in both horizontal and vertical directions) + when that dialog is resized. And the "Cancel" button is no longer centre- + justified; it is now right-justifed instead. ++ eeschema + * A wxStdDialogButtonSizer is now used within the "EESchema Colors" dialog box, + meaning that the sequence of the "OK", "Cancel", and "Apply" buttons within + that dialog now depends upon which (OS) version of KiCad is being used (and + thus matching the nature of the corresponding dialogs within Pcbnew and GerbView + in that regard). (As of yet, the vertical distance between adjacent controls + does not increase when this dialog is resized, but that aspect will also be + implemented when time permits.) ++ gerbview + * The "GerbView Layer Colors:" dialog box has been updated, and is now similar + in nature to the corresponding dialogs within EESchema and Pcbnew. Tool tips + have also been provided for the "Show All" and "Show None" buttons. + + +2007-Nov-10 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + More comprehensive dialog in netlist plugin interface. + Eeschema configuration now shows the plugin netlist list + + +2007-Nov-09 UPDATE Geoff Harland +================================================================================ ++ 3d-viewer + * The 3d_canvas.cpp file has been updated to use a const parameter, as suggested + within (Bug) Request ID 1828487. ++ pcbnew + * Sizers have now been provided for the "Pcbnew Layer Colors:" dialog box (previously + identified as the "Colors:" dialog box), and tool tips have been provided for the + "Show All" and "Show None" buttons. + * The reglage.cpp file (which is not currently used) has been removed, and replaced + with reglage.cpp.notused. + + +2007-Nov-02 UPDATE Jean-Pierre Charras +================================================================================ ++ all + removed not used files + + +2007-Nov-07 UPDATE Geoff Harland +================================================================================ ++ all + * The common/svg_print.cpp, common/svg_print.h, and common/svg_print.pjd files (which + are not currently used) have been removed, and replaced with svg_print.cpp.notused, + svg_print.h.notused, and svg_print.pjd.notused. And common/makefile.include has + also been updated so that none of those files are now listed at all. ++ eeschema + * A "Cancel" button has now been provided within each of the "Component properties", + "EESchema Annotation", "EESchema Erc", "Global Label properties", "Label properties", + and "Text properties" dialog boxes, and each of those dialogs can now (otherwise) be + cancelled by pressing the "Esc" key. (In due course, each of those dialogs will be + refined yet further; this is just an incremental enhancement.) + * The eestatus.cpp file (which is not currently used) has been removed, and replaced + with eestatus.cpp.notused. + + +2007-Nov-05 UPDATE Geoff Harland +================================================================================ ++ eeschema + * The previously provided "Close" button within the "Netlist" dialog box has + now been replaced with a "Cancel" button, and this dialog can now (otherwise) + be cancelled by pressing the "Esc" key. General cleanup and beautification of + eeschema/netlist_control.cpp. ++ pcbnew + * The color of each text string provided within the "Swap Layers:" dialog box is + now set to blue for each string specifying that the associated layer is *not* + being swapped with any other layer, or to fushia for each string specifying that + the associated layer *is* being swapped with another layer. (This change was + made after being suggested by Dick Hollenbeck.) ++ gerbview + * The color of each text string provided within the "Layer selection" dialog box + is similarly now set to blue for each string specifying that the associated + Gerber layer is *not* being exported to any pcbnew layer, or to fushia for each + string specifying that the associated Gerber layer *is* being exported to a + pcbnew layer. + + +2007-Nov-2 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + fixed a crashing bug which happened if you "dragged" a module with + tracks. Then deleted one of the pad connected tracks, then deleted the + next track attached to the first one. Memory was being corrupted because + PcbGeneralLocate() and display was not being called on the 2nd track to + be deleted because the m_Flags test: + bool ItemFree = (GetCurItem()==0 || GetCurItem()->m_Flags==0); + was returning false. Solution was to SetCurItem(NULL) after deleting a + TRACK. This makes sense, SetCurItem() is used for designating a "selected" + item, and a deleted TRACK is not even in the BOARD anymore and should not + be selected or selectable. I think this bug may have been causing spurious + crashes for the last couple of months. + + +2007-Nov-02 UPDATE Jean-Pierre Charras +================================================================================ ++all: + solved: eeschema, pcbnew and cvpcb did not find libraries when they were + in the default library path, but in a subdirectory + (this is because the default path was not added to the name if the name had + already a path) + + +2007-Nov-02 UPDATE Geoff Harland +================================================================================ ++ pcbnew + * Sizers have now been provided for the "Swap Layers:" dialog box, and the + previously provided radiobuttons have been replaced with buttons and static + text strings. (In the previous version of this dialog, radiobuttons were being + used in an inappropriate manner. The most "orthodox" way of implementing the + functionality within this dialog would be to provide a combobox for each layer, + but as up to 30 strings would be needed within the dropdown list associated with + each of those controls (one string for each of the layers, and another string to + deselect the layer), such controls would be less than user-friendly. Hence a + button is now provided for each layer instead (and which, like the previously + provided radiobutton, invokes the "Select Layer:" dialog box after being clicked + on). Two static text strings are also provided for each layer, with one of them + being used to identify that layer, and the other being used to identify which + layer that each layer is currently being swapped to.) The previously provided + "Select" and "Deselect" buttons are no longer required, and are thus no longer + provided. ++ gerbview + * The "Layer selection" dialog box (invoked during the "Export to Pcbnew" command) + has similarly been updated. (This dialog did use spacers before, but once again, + the previously provided radiobuttons were being used in an inappropriate manner.) + + +2007-Nov-01 UPDATE Geoff Harland +================================================================================ ++ pcbnew + * Provided new definitions of FIRST_COPPER_LAYER and LAST_COPPER_LAYER within + include/pcbstruct.h, and used those definitions within various other files. + Beautified and generally refined 3d-viewer/3d_draw.cpp and pcbnew/plotgerb.cpp. + + +2007-Oct-31 UPDATE Jean-Pierre Charras +================================================================================ ++kicad: + rename mdiframe.cpp to mainframe.cpp + create commandframe.cpp to handle the command frame (which have the 4 "fast launch" buttons) + + +2007-Oct-31 UPDATE Dick Hollenbeck +================================================================================ ++ all + * Added Doxygen configuration file, whose standard name is Doxyfile. Output + is set to go to ./doxygen directory just off the project tree. + * Added a note to todo.txt which asks folks to start using "Doxygen compatible" + comments in member functions and classes. Run Doxygen on the project, then + look at the documentation for class INSPECTOR as an example. ++ pcbnew + * zones.cpp, Trace_Pcb(), & EDGE_ZONE class: + Reversed the usage of EDGE_ZONE::Pnext and Pback in the list management to be + consistent with other classes and with BOARD_ITEM::IterateForward() and + BOARD::~BOARD(). + * Fixed a display bug when high contrast mode is enabled and the track tool + is selected. + + +2007-Oct-31 UPDATE Jean-Pierre Charras +================================================================================ ++all: + gcc 4.2.1 compatibility: change char * to const char * whenever it was necessary, + mainly in .xpm files + + +2007-Oct-30 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + added BOARD_ITEM::Save() and to all derived classes as well. Made virtual + and removed all UI code from these utility functions. + removed WriteDesc() functions from all BOARD_ITEM derived classes, although + Keeping old ones in commented out form for a while for reference. + @todo: delete these from *.cpp files eventually. + zones.cpp, clean up in prep for enhancements. ++ gerbview + fixed bug which came about when BOARD::~BOARD() started deleting the objects + that a BOARD owns. export_to_pcbnew.cpp was not consistent with this + design and was crashing. Also, export_to_pcbnew.cpp now uses the simple + BOARD::Save() function. It was another place to maintain the PCB file format, + rather than simply putting that knowledge into one place like BOARD::Save(). ++ all + beautified gr_basic.cpp and made CLIP_LINE macro a static inline function. + + +2007-Oct-30 UPDATE Jean-Pierre Charras +================================================================================ ++cvpcb: listboxes.cpp problem solved: exists only under windows + now apply to windows only, because this Workaround creates a problem undex linux ++others: + some very minor problems solved ++eeschema: + in B.O.M.: the footprint field can be added to the field list + + +2007-Oct-29 UPDATE Jean-Pierre Charras +================================================================================ ++cvpcb: listboxes.cpp problem solved: Workaround for a curious bug in wxWidgets: + if we switch from a long list of footprints to a short list (a filtered footprint list), + and if the selected item is near the end of the long list, + the new list is not displayed from the top of the list box ++eeschema: + Implemented: graying in/out of "Edit/Undo", "Edit/Redo" menu items, + when Undo/Redo stack is empty/filled. ++pcbnew: + Implemented: action for ID_POPUP_PCB_DELETE_MARKER + + +2007-Oct-27 UPDATE Jean-Pierre Charras +================================================================================ ++ all: + remove unused files. + some translations ++cvpcb: + set flag wxFRAME_FLOAT_ON_PARENT when create the footprint 3D frame and the + display frame + minor other changes ++ pcbnew: + Use collector class to locate items in modedit. + This is a big enhancement, + but a small work for me because Dick made all the work. + + +2007-Oct-26 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew: + Add class_marker.cpp and class_marker.h and move MARQUEUR functions in class_marker.cpp + Change MARQUEUR::HitTest to take in account the zoom level. + change global var EDA_Appl to g_EDA_Appl + + +2007-Oct-25 UPDATE Geoff Harland +================================================================================ ++ cvpcb + * Fine-tuned contents of dialog_display_options.cpp, dialog_display_options.h, + and dialog_display_options.pjd, so that the controls within the associated + ("Display Options") dialog box now also expand if that dialog is expanded. ++ all + * The share/selcolor.cpp file (which is no longer used) has been removed, and + replaced with share/selcolor.cpp.notused + + +2007-Oct-24 UPDATE Jean-Pierre Charras +================================================================================ ++ cvpcb: + 2 missing .prj files added (and updated) + dialog_display_option.cpp is rebuild from its dialog_display_option.prj source + + +2007-Oct-23 UPDATE Geoff Harland +================================================================================ ++ eeschema + * Sizers have now been provided for the "EESchema Preferences" dialog box, + together with "OK", "Cancel", and "Apply" buttons. And an additional bitmap + button and checkbox have also been provided for the purpose of editing the + color and visibility of the grid. + + +2007-Oct-21 UPDATE Geoff Harland +================================================================================ ++ all + * Provided an MAYBE_RESIZE_BORDER field within all of the .pjd files (used by + DialogBlocks), and restored the MAYBE_RESIZE_BORDER field to cleaningoptions_dialog.h + + +2007-Oct-21 UPDATE Dick Hollenbeck +================================================================================ ++ all + added UIpolicies.txt + + +2007-Oct-21 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew: + rename dialog_clean_pcb.pjd to cleaningoptions_dialog.pjd, + accordind to the corresponding cpp filename. + enter the new tool tips in cleaningoptions_dialog.pjd. ++all: + USE_RESIZE_BORDER is now defined (default) in fctsys.h. + Therefore, under windows, dialogs are now resizable (like under unix) + + +2007-Oct-21 UPDATE Geoff Harland +================================================================================ ++ eeschema & pcbnew & gerbview + * Sizers have now been provided within the "Colors" dialog box. + + +2007-Oct-19 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * "Clean tracks" changed to "Track operations". + * Housekeeping on clean.cpp completed. + Added static void ConnectDanglingEndToVia( BOARD* pcb ) in clean.cpp which + extends tracks to via centers. Call it from "extend to pads", works nice. + * Added tooltip text to cleaningoptions_dialog.cpp's m_ConnectToPadsOpt + but don't know if DialogBlocks will parse this backwards. + * Made compilable, somebody broke #define VIA_???? s throughout. Would not compile. + * SEGVIA::SetPos() & GetPos() added. + + +2007-Oct-17 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew: + Removed enhancements in connectivity computation because + rastnest computation does not work (errors) with short track segments + (lenght < width) . This is not a bug, but an algorithm problem, so + I must work on algos. + + +2007-Oct-17 UPDATE Geoff Harland +================================================================================ ++ pcbnew + * Rolled back previous changes (made in revision 336) that edited the values of + vias' Shape property (following feedback from Jean-Pierre Charras concerning + the true significance of that property). + + +2007-Oct-13 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew: + remove a change for Read VIA because via attributes + (TROUGH VIA, BLIND VIA or BURIED VIA) are autorisations for layer connection, + and are not a real layer indicator. + If a via connect layers from copper to component, it can have a BURIED VIA attribute. + the meaning is for this via the layer pair can be changed for other layer pair + if after editing this via connect 2 tracks which are only int internal layers, + its layer pair can be changed. + If a via has a TROUGH VIA attribute, it connects ALL layers, whenever tracks + connected to it. + Note: curenty: only TROUGH VIA are handled. + Other types (BLIND VIA and BURIED VIA) are only experimental. + A **lot** of code is needed for a full support. + enhancements in connectivity computation + + +2007-Oct-15 UPDATE Geoff Harland +================================================================================ ++ pcbnew + * Made some changes involving vias so that these would have the correct value + of the Shape property assigned to them - while being created, and while files + are being saved, and while files are being loaded. + + +2007-Oct-14 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew: + * housekeeping and translation to English on bottom third of pcbnew/clean.cpp. + No algorithm changes were intended, only improved readability. + * my todo: figure out how to intercept double clicks on a wxWidgets text control + so I can complete the work I started on MARQUEUR error tracking. + + +2007-Oct-13 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew: + ratsnest.cpp translated into english. + Many infos on the LEE algorithm used here added. + todo (by myself): connect.cpp translation. + onrightclick() bug (created by last change) solved: one could reselect an item, + while moving a previously selected item (pcbnew crashes). + + +2007-Oct-13 UPDATE Geoff Harland +================================================================================ ++ eeschema + * The previously provided "Quit" button within the "List of Material" dialog box + has been replaced with "OK", "Cancel", and "Apply" buttons. Greater consistency + has also been achieved after clicking on the "Create List" button; none of the + prevailing settings are subsequently saved (previously, some, but not all, of + the settings were subsequently saved). (However, settings can still be saved by + clicking on either of the "OK" or "Apply" buttons instead.) Assorted cleanup + and beautification of associated source code. + * The genliste.cpp file (which is no longer used) has been removed, and replaced + with genliste.cpp.notused + + +2007-Oct-12 UPDATE Dick Hollenbeck +================================================================================ ++ all + * m_NetCode is now private or protected throughout. + added SetNet() and GetNet() to all classes which have this member name. + ditto for m_Sous_NetCode, for which there is now SetSubNet() and GetSubNet(). ++ pcbnew + added more disambiguating text to the PcbGeneralLocateAndDisplay() popup + menu for tracks. We need all the info we can get there I found after using + the software for many hours. + + + Jean-Pierre: + + I never thought I would find a greater problem in using Kicad than having to + lay down all the ground and power tracks, rather that just linking vias into + pre-established zones or "tagged layers". + + But I have, hundreds of my tracks and vias are showing + unconnected under my BGA, (where say the track or via is NetCode==0) and it + should not be, because the damn track ties the BGA pad to a nearby via. + How can the software be made to think these three items are on the same net, + without re-entering all the damn tracks? + + This issue has been coming up for months on the user list, it must be dealt with now. + There is always the same lame answer, "make sure your tracks go to the center of the pads". + Nonsense, the software picked the track end points, not me, and grid was on when it did it. + There are bugs here. + + Does Recalcule_all_net_connexion() work, and why is not called from anywhere? + + + +2007-Oct-11 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * D_PAD::Draw() refinements. + * WinEDA_DrawFrame::SetToolID() will redraw the DrawPanel if the track + button is selected or de-selected and the high-contrast mode is in play. + * If high-contrast mode is in play, the Select Layer Pair dialog completion + will redraw the DisplayPanel, now that SMD pads' colors are so dependent + on these variables. + + +2007-Oct-11 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * D_PAD::Draw() so that it shows SMD pads as greyed out when in high contrast + mode and not on current layer. Slight variation on this when laying down + tracks: m_Route_Layer_BOTTOM or m_Route_Layer_TOP layers' SMD pads are + not greyed out. + * Changed English UI text for "Cotation" to "Dimension". + + +2007-Oct-11 UPDATE Geoff Harland +================================================================================ ++ pcbnew + * The "Target Properties" and "Pads Global Edit" dialog boxes can now (otherwise) + be cancelled by pressing the "Esc" key, and the caption of the "OK" button + within the latter dialog box has been capitalised (so that an icon is now + provided within that button within the Linux version of KiCad). + * The pcbpiste.cpp file (which is no longer used) has been removed, and replaced + with pcbpiste.cpp.notused ++ cvpcb + * The affiche.cpp file (which is no longer used) has been removed, and replaced + with affiche.cpp.notused + + +2007-Oct-11 UPDATE Geoff Harland +================================================================================ ++ pcbnew + * The previously provided "Exit" button within the "Colors:" dialog box has been + replaced with "OK", "Cancel", and "Apply" buttons, and the code for editing the + visibility of the Grid layer from that dialog now is "cleaner" than before. + Details associated with buttons within that dialog box moved from set_color.cpp + to set_color.h (matching implementation for GerbView's corresponding dialog box). + * Fixed bug which previously prevented the Copper layer from being selected as the + current layer when only one copper layer is enabled (and made some modifications + to the code for selecting the next copper layer and previous copper layer). ++ gerbview + * The code for editing the visibility of the Grid layer from the "GerbView Layer + Colors:" dialog box is "cleaner" than before, and assorted other beautification. ++ eeschema + * The options.cpp file (which is no longer used) has been removed, and replaced + with options.cpp.notused + + +2007-Oct-10 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * bug fix: prevent OnRightClick() from calling PcbGeneralLocateAndDisplay() + when creating a new track. + * bug fix: popup menu was not handling Mires, because the collector was not + being asked to find them. + * added TRACK::ShowWidth() and call it from BOARD_ITEM::MenuText(). There was + not enough information in Selection Clarification at a busy junction to + make a reasonable choice. + * SEGVIA::MenuText() shows via width, rather than net_code. + * Beautified ratsnets.cpp, I would like to understand it better. It would help + if the comments were in English. ++ all + * Changed English UI text "Mire" to "Target" according to this post: + http://tech.groups.yahoo.com/group/kicad-users/message/1380 + * rewrote msgpanel.cpp so it retains wxStrings and therefore can repaint its + window when being uncovered, resized or whatever. + + +2007-Oct-9 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + changed pcbnew/onrightclick.cpp so that a right click only shows the + Selection Clarification menu if there is no selected object or if the + click is in a position different from where the selection was previously + made. + + +2007-Oct-09 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema: + cross-probing minor bug solved ( due to last modification): pins/pads not probed + + +2007-Oct-08 UPDATE Geoff Harland +================================================================================ ++ gerbview + Display on screen now updates properly (in Linux version) after clicking on + the "OK" button provided within the "GerbView Layer Colors" dialog box. + + +2007-Oct-7 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema + create new file cross-probing.cpp + move RemoteCommand() to cross-probing.cpp and create SendMessageToPCBNEW() + ++ pcbnew + bug in move pad fixed (could crash pcbnew) + Small change in selection clarification (side effect removed): + - Escape or click on title does not show the next popup menu. + - the title is displayed under linux + - definition CUIVRE_N translated into COPPER_LAYER_N + + +2007-Oct-07 UPDATE Geoff Harland +================================================================================ ++ all + * Various dialog boxes can now (otherwise) be cancelled by pressing the "Esc" key. + (Some dialog boxes still require attention in that regard though, so that task + is not yet complete.) And the captions of the "OK" button within various dialog + boxes have been fully capitalised (meaning that an icon is now provided within + each of those buttons within the Linux version of KiCad). + * DIALOG_STYLE (defined within include/wxstruct.h) now includes MAYBE_RESIZE_BORDER + field. (Refer to 2007-Oct-2 UPDATE notes for the relevance of this.) + * Beautification and house keeping. ++ eeschema + * The editpart.cpp and libedpart.cpp files (which are no longer used) have been + removed, and replaced with editpart.cpp.notused and libedpart.cpp.notused ++ cvpcb + * Additional "OK", "Cancel", and "Apply" buttons have now been provided for the + "Options" dialog box which lists various display options for footprints. ++ pcbnew + * Invoking the "Select Layer Pair:" dialog box is no longer possible whenever only + one (copper) layer is currently enabled. And it is no longer possible to select + the same layer to be both the Top Layer and Bottom Layer (for any Layer Pair). + * Deselecting layers during the "Swap layers" command is now more user-friendly, + due to the provision of an additional "(Deselect)" radiobutton within the (child) + "Select Layer:" dialog box (which is always invoked whenever a different + radiobutton within the "Swap Layers:" dialog box is clicked on). (It had + previously been necessary to cancel the "Select Layer:" dialog box before being + able to click on the "Deselect" button within the "Swap Layers:" dialog box.) + * Definition for NB_LAYERS changed from (EDGE_N + 1) to (LAST_NO_COPPER_LAYER + 1) + (Although EDGE_N is currently the "last" layer, that wouldn't necessarily still + be true if any additional layers are ever defined in the future.) And comparisons + to 29 (or 28) have been replaced with comparisons to NB_LAYERS (when appropriate). ++ gerbview + * The previously provided "Exit" button within the "GerbView Layer Colors" dialog + box has been replaced with "OK", "Cancel", and "Apply" buttons; and both the + visibility and color of the Grid layer can now be edited from the same dialog. + * Deselecting (Gerber) layers during the "Export to Pcbnew" command is now more + user-friendly, due to the provision of an additional "(Deselect)" radiobutton + within the (child) "Select Layer:" dialog box (which is always invoked whenever + a different radiobutton within the "Layer selection:" dialog box is clicked on). + (It had previously been necessary to cancel the "Select Layer:" dialog box before + being able to click on the "Deselect" button within the "Layer selection:" dialog + box.) + * The "Export to Pcbnew" command now requires at least one Gerber file to have been + already loaded. And Gerber files can now be loaded into any of the 32 (Gerber) + layers provided. (It had previously been necessary to avoid having any gaps within + the sequence of used Gerber layers.) + + +2007-Oct-6 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew + create new file cross-probing.cpp + move RemoteCommand() and SendMessageToEESCHEMA() to cross-probing.cpp + + +2007-Oct-3 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + made BOARD_ITEM::UnLink() virtual + added BOARD_ITEM::DeleteStructure(). + added EDA_BaseStruct::DeleteStructList() + deleted gerbview/struct.cpp, pcbnew/struct.cpp, + BOARD::~BOARD() now deletes objects that it owns. + Collectors now finds MARQUEURs also + added MARQUEURS::Display_Infos() + added MARQUEURS::HitTest() + + +2007-Oct-2 UPDATE Dick Hollenbeck +================================================================================ ++ all + The lack of border resizing in dialogs has been a problem. In my world, + dialog boxes are resizable. I use large fonts, I like to see stuff. + So now for __UNIX__ they are resizeable, for windows not. + See fctsys.h and the #define for MAYBE_RESIZE_BORDER. For windows it defaults + to zero which means resizeable is not featured. A compiler command line + option of "USE_RESIZE_BORDER" can override this windows default. + + +2007-Oct-01 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew/eeschema + Cross-probing pcbnew to eeschema: + A left click on a pad in pcbnew moves the eeschema cursor on the corresponding component pin + A left click on a footprint ref or value in pcbnew moves the eeschema cursor on the corresponding component ref or value + A left ckick on a footprint moves the eeschema cursor on the corresponding component anchor ++ pcbnew + removed drc.cpp change line 584, and translate comments in english. + nothing broken: + -> a pad with its netcode = 0 means the pad ** must be left unconnected ** (not attached to * a net). + -> a track with its netcode = 0 means the track is not attached to a net (cannot be connected to any pad). + + +2007-Sep-30 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + Added dedicated Show() function for SEGVIA. Enhanced BOARD_ITEM::MenuText() + for SEGVIA. + + +2007-Sep-29 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * drc.c made a change near line 584 to comment out pt_pad->m_NetCode test against + zero. This was preventing me from laying out my board. It's possible that + this broke something else, but it is also clear that something was broke before + this change, because I could not put down some tracks. + * beautification, house keeping. + + + +2007-Sep-29 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew + create new file onleftclick.cpp + move onleftcligk() and onleftDcligk() from edit.cpp to onleftclick.cpp + + +2007-Sep-27 UPDATE Jean-Pierre Charras +================================================================================ ++ all + test case for OnLeftClick() handling enhancements. + TAB key removed, because is not needed for block selection and double click. + (SHIHT ou CTRL or ALT key is sufficient to suppress the popup menu + if needed for a double click ) + Some work is still needed, of course ++ pcbnew + Color grid setting now works + + +2007-Sep-26 UPDATE Dick Hollenbeck +================================================================================ ++ all + test case for OnLeftClick() handling from a release circumstance. + a few simple changes to void WinEDA_DrawPanel::OnMouseEvent( wxMouseEvent& event ), + but they affect all programs in a subtle way. + TAB key allow double clicking, but is not needed for block selection. + ++ pcbnew + GENERAL_COLLECTOR::GetCount() returns int, not unsigned. Was tired of the + compiler complaining when using an int ndx. + + +2007-Sep-25 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * removed reference to global display options DisplayOpt.DisplayZones in + collectors.cpp so collectors.cpp can continue to be used in multiple future + (non-display related) general contexts. I don't want unnecessary dependencies + in there. The way to completely ignore a type is to exclude it from scanList. + The way to sometimes ignore a type is to add support for this in COLLECTORS_GUIDE. + * Moved TYPEZONE to end of AllBoardItems, added GENERAL_COLLECTOR::AllButZones to + provide support for DisplayOpt.DisplayZones. + * Added aHotKeyCode to PcbGeneralLocateAndDisplay() ++ gerbview + * viewer was getting stuck in a loop when loading a bad gerber file. Fixed + the bug, but line 223 through 225 of readgerb.cpp needs review. + * beautified a few files with uncrustify, (any I had to look at). + + +2007-sept-25 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew: + * add class_board_item.cpp file and move BOARD_ITEM::MenuText() and BOARD_ITEM::MenuIcon() in it + * Add zone detection, forgotten in PcbGeneralLocateAndDisplay() ++ class_collector.h: + add void COLLECTOR::Remove( unsigned int item_position ), needed by zone detection, see PcbGeneralLocateAndDisplay + + +2007-Sep-25 UPDATE Geoff Harland +================================================================================ ++ gerbview + The "Exit" button previously provided within the dialog box invoked from the + "Preferences -> File ext" menu entry has now been replaced by "OK" and "Cancel" + buttons. Similarly, the "Accept" button previously provided within each of the + dialog boxes invoked from the "Preferences -> Options" and "Preferences -> Display" + menu entries has now been replaced by an "OK" button. And each of those three + dialog boxes can now (otherwise) be cancelled by pressing the "Esc" key. + + +2007-sept-22 UPDATE Jean-Pierre Charras +================================================================================ ++ all + * small change in hotkeys handling + (Ki_HotkeyInfo: new member m_IdMenuEvent to call an existing event handler from a hotkey list) + ++ eeschema: + * added drag component in pop up menu and hotkeys + * plot svg format: incorrect arc draw fixed + + +2007-Sep-22 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + GENERAL_COLLECTOR::Collect() was skipping thru hole pads even though they + were visible. + Highlight tool now sends message to eeschema when a pad is selected. + + +2007-Sep-20 UPDATE Dick Hollenbeck +================================================================================ ++ eeschema + * beautify, add debug Show() functions, changed ReturnFieldName() + to return "const wxString&" for speed, added GetFieldValue(). + * tracking down questionable behavior (a bug?) in erc regarding pwr_flag, still looking + + +2007-sept-20 UPDATE Jean-Pierre Charras +================================================================================ ++ all + * hotkeys handling finished ++ pcbnew + * bug fix: a subtle bug in place via : partial drc only was made. + + +2007-Sep-14 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * controle.cpp, added Function AllAreModulesAndReturnSmallestIfSo() which is + called from PcbGeneralLocateAndDisplay() + * onrightclick.cpp changed to calls to BOARD_ITEM::MenuText(), and switched + to member functions for createPopupMenus() so we can get all the state + information we need for the proper menus. + * BOARD_ITEM::MenuText() got new argument BOARD*, and elaboration for + TRACKs and VIAs and Pcb Graphics. + * Fixed a problem in GENERAL_COLLECTOR::Inspect() so it now knows that MODULEs + have their own visibility controls (same for pads and pcb texts). This + interpretation must always match the drawing code's interpretation. + * Made TRACK::TRACK( const TRACK& ) protected to enforce use of TRACK::Copy() + + +2007-Sep-13 UPDATE Dick Hollenbeck +================================================================================ ++ kicad + * Inverted the logic associated with filters. Filters now enable a file + in the project manager. The default is to ignore all files. + * The filter for *.sch files is smarter, in that it looks to display only + top level *.sch files, rather than all *.sch files. ++ Others + More beautification + + +2007-sept-13 UPDATE Jean-Pierre Charras +================================================================================ ++ all + * EDA_BaseStruct.SetType() removed. + The m_StructType member of class EDA_BaseStruct is no more modified in kicad. + Now Virtual functions can be widely used. + * The old EDA_BaseStruct.ReturnClassName() was removed. + the virtual EDA_BaseStruct.GetClass() is used instead. + ++ gerbview: hotkeys Ok. + + +2007-Sep-13 UPDATE Geoff Harland +================================================================================ ++ eeschema & pcbnew & gerbview + A Cancel button has now been provided for the "Colors" dialog box, which also + permits it to (otherwise) be cancelled by pressing the "Esc" key; the button + whose color matches that of the color currently selected (for the layer being + edited) also has the initial focus set to it. + + +2007-Sep-11 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * Changed PcbLocateAndDisplay() to be tool specific in its search and to present + a popup menu when there are multiple items under the mouse. It is also + a framework for future enhancements. + @todo: grep for @todo and finish off those tasks. + * Introduced a formal notion of "selected item". This is done with the addition + of the WinEDA_BasePcbFrame::SetCurItem() function. So now you have to first + select an item with the left mouse button before you attempt to use the + right button popup menu. Right button no longer has an effect on the + currently selected item. The currently selected item is shown in the MsgPanel. + When none is selected, the m_Pcb is shown. + * Tweaked the OnRightClick() popup menus so that the most likely choices are + at the top. + * Added wxString BOARD_ITEM::MenuText() const and BOARD_ITEM::MenuIcon() and + both need more work, work which I will not have time to do. + + +2007-Sep-10 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * Searched and did not see any usage of TRACK::Copy(int), where int was other + than '1', so renamed it to TRACK::CopyList(int) and commented it out because + with int==1, this makes Copy(1) equivalent to the new Copy(void). + * Made TRACK::Copy() capable of copying SEGZONE too. + + +2007-sept-10 UPDATE Jean-Pierre Charras +================================================================================ ++ gerbview + Programmable hotkeys added. Fixed a compilation probleme in ansi mode (non unicode mode). + + +2007-Sep-8 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * Made good progress in onrightclick.cpp for multiple items under the mouse. + * Fixed some macros in macros.h so they can be followed with a semicolon and + used like simple expressions. + All changes not yet committed. + +2007-sept-6 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema & pcbnew + Programmable hotkeys update. + some features are still subject to change (mainly path for config files: see 2007-aug-30 UPDATE)) + The preference menu has a command to create and reread config hotkey files. + the hotkey ? lists the current hotkeys. + + +2007-Sep-4 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * Made GENERAL_COLLECTORS_GUIDE and GENERAL_COLLECTOR useable. They can now + serve as a fully functional replacement for PcbGeneralLocateAndDisplay(), + see DEBUG code in BOARD_ITEM* WinEDA_BasePcbFrame::PcbGeneralLocateAndDisplay(). + * Made GENERAL_COLLECTOR capable of Collect()ing from a MODULE as well as a BOARD. + * pcbnew/onrightclick.cpp changed English from "Free Module" to "Unlock Module". + Next I hope to add some UI to handle multiple items under the mouse in onrightclick.cpp + + +2007-sept-04 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew + better comments in editrack-part2 (the todo remark solved) ++ todo.txt: note about editrack-part2 modified (problem solved) + + +2007-Aug-31 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & gerbview + * Added TRACK::Copy() which can copy a SEGVIA or a TRACK. + * Changed export_to_pcbnew.cpp so it created a SEGVIA properly, a significant change. + Moved and changed a big block of code in export_to_pcbnew.cpp so we can + properly construct the SEGVIA(). Not tested. + * Make EDA_BaseStruct::m_StructType private so we can trap where it is being + changed. (It should never be changed after construction, see comment above + EDA_BaseStruct::SetType().) + + +2007-Aug-30 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + * Removed SEGVIA::IsViaOnLayer, and instead implemented an override to + virtual BOARD_ITEM::IsOnLayer() called SEGVIA::IsOnLayer(). + * Tweaked TRACK::Visit() to not traverse the KICAD_T scan list and a + corresponding change to BOARD::Vist() so we can now get VIA priority + if desired. (Have to traverse m_Tracks twice, wonder if we could use + two lists: m_Tracks and a new m_Vias?) + * Changed signature of MODULE::Display_Infos( WinEDA_DrawFrame* frame ) so + it gets called virtually with any BOARD_ITEM* which is actually a MODULE*. + This was a bug. + * With virtual functions, it is now critical that the correct object type + be instantiated. This was not happening in ioascii.cpp when reading + the vias. Bug fixed. + * GENERAL_COLLECTOR getting closer to useable. + + +2007-aug-30 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema & pcbnew + more about programmable hotkeys. + Most existing hotkeys are programmable and displayed in popup menus or tools + Work still in progress but most features are ok. + some features are not fixed (mainly the configuration files path, which is + currently the home directory under unix systems and kicad/template under windows)) + + +2007-Aug-29 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + Started abstract class COLLECTORS_GUIDE. + Renamed classtrc.cpp to classtrc.cpp.notused + Changed some comments in class BOARD's header to english, clarifying + linked list contents. + + +2007-aug-27 UPDATE Jean-Pierre Charras +================================================================================ ++ all + Display grid size in mils or mm in popup menu according to the current unit choice + + +2007-Aug-24 UPDATE Dick Hollenbeck +================================================================================ ++ eeschema & pcbnew + * Removed class EDA_BaseLineStruct, which brought no behavioral advantage, only data. + Classes which were based on it got its data members added and their initializers. + * Changed type of EDA_BaseStruct::m_StructType from int to KICAD_T which is an + enum. This makes debugging easier since gdb will show the name of the + KICAD_T rather than simply a number. Added NOT_USED = -1 to KICAD_T enum for + 3d which was using -1. + * More beautification using latest uncrustify and the committed uncrustify.cfg + + +2007-Aug-24 UPDATE Geoff Harland +================================================================================ ++ pcbnew + A new option has now been provided which permits Gerber files to be generated + in which the contents of the Edges Pcb layer are not also included with the + contents of each other layer. + + +2007-Aug-23 UPDATE Dick Hollenbeck +================================================================================ ++ eeschema & pcbnew + * Fixed MODULE::Visit() and BOARD::Vist() so they traverse certain lists + only once and they are working nicely now. + * You can test the GENERALCOLLECTOR::Scan() code by compiling with DEBUG=1 on + the command line and enabling the stuff near line 124 in + pcbnew/controle.cpp, then watch Show( std::cout ) show the selected items in + xml format on your console. (launch pcbnew from command line.) + @todo: + The layer selection mechanism used by the collector is still inadequate, so + tomorrow I will add a new class COLLECTORS_GUIDE which can be used by a + COLLECTOR to control its operation. It adds the concept of layer + locking, even though PCBNEW does not support that in the UI yet. + + +2007-Aug-22 UPDATE Dick Hollenbeck +================================================================================ ++ eeschema & pcbnew + Things are still pretty transient, should be stable a day or two: + * Fixed a filename case sensitivity problem that would show up on Linux + but probably not on Windows: bitmap/Reload.xpm needed uppercase R. + * Wedged a new class BOARD_ITEM underneath all PCB drawable classes. This is + a big change and may introduce a bug or two, but it is worth it for the + future, because we can add virtual functions there that do not impact + the entire project (since everything is derived from EDA_BaseStruct). + The corresponding class in EESCHEMA seems to be DrawPartStruct, so we had + nothing in PCBNEW like that. + BOARD_ITEM::GetLayer() and SetLayer() introduced, more functions to come. + Much of this work is geared towards making collectors.cpp's ARROWCOLLECTOR::Inspect() + very very simple, and that can be a model for future work. + * Changed min() and max() macros to MIN() and MAX() because min() and max() + are actually reserved according to the C++ standard! (and their usage prevented + the use of #include ). + * Added files class_collector.h, collectors.h, and collectors.cpp. + File collectors.cpp is still unfinished. + * Started using a function and class comment style that will make sense to the + Doxygen source code documenter program. + * Beautified more un-beautified files. + + +2007-aug-21 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema & pcbnew + First version of programmable hotkeys by editing hotkey configuration files. + some hotkeys are not programmable (Zoom)(work in progress) + + +2007-Aug-21 UPDATE Dick Hollenbeck +================================================================================ ++ administrative + Added copyright.h as a proposed copyright header for Mr. Charras's review. + Added uncrustify.cfg, the configuration file for the "uncrustify" C++ beautifier. + + +2007-Aug-20 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & eeschema + * Moved allowed m_Flags values from pcbnew.h, general.h, and eeschema/delete.cpp to base_struct.h + near m_Flags itself. Several of the flags values were changed. I am only + comfortable with this change if m_Flags is not written to disk anywhere, + and we need to give that some thought. If m_Flags is a memory only usage + and not saved to disk, then this change should be safe. I could not find + any case where m_Flags was being saved to disk, but I could have missed one. + The reason for the change was to consolidate into one place the allowed values + so that as new flags are allocated there is no conflict. + * Moved most all the pcbnew/affiche.cpp functions to virtual member functions of their + respective classes with the name Display_Infos(). + * Moved GetEquipot() global function to BOARD::FindNet(). + These changes are working towards a concise locate.cpp module, on the way + to implementing the multiple choice support. Mass edits should be slowing down + in a day or so. + + +2007-Aug-20 UPDATE Geoff Harland +================================================================================ ++ eeschema & pcbnew + The comments provided within postscript files now fully comply with Adobe's + Document Structuring Convention. + + +2007-aug-20 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema & pcbnew + modify hotkeys.cpp code (large modifications). + Added: common code in hotkeys_basic.cpp (in common) and hotkeys_basic.h (in include) + In the future, i hope hotkeys will be programmed by a config file + ++ pcbnew + filename drc_dialog.prj changed to dialog_drc.prj + (according to the fulename dialog_drc.cpp and dialog_drc.h created by dialogblock from the .prj) + + +2007-Aug-19 UPDATE Dick Hollenbeck +================================================================================ ++ all + * Made BASE_SCREEN::m_CurrentItem private so we can force usage of the new + SetCurItem() function, and use it to put a breakpoint on the only place + that m_CurrentItem is changed, namely in the new SetCurItem() function. + ( Added new function GetCurItem() as well to class BASE_SCREEN in + drawpanel_wxstruct.h.) Using a stack trace at the breakpoint we can tell + who called it. There were in excess of 450 edits to get this done so I + had to commit it asap so other folks could get on with edits without a + merge conflict. + * Started work on the COLLECTOR class which will assist in giving a choice + in PCBNEW when there is more than one click candidate at the same mouse + or cursor coordinates. COLLECTOR not committed yet. + * More beautification. + * The mouse click and part synchronization from EESCHEMA to PCBNEW would + track fine but would not always position the PCBNEW part on screen. Now + we center it unconditionally. No change was made in the reverse direction + since that code uses the long established Find support. + + +2007-Aug-14 UPDATE Dick Hollenbeck +================================================================================ ++ eeschema & pcbnew + * Added mouse click, TCP/IP socket based, part synchronization in the reverse + of how it was working, so a mouse click on a module in PCBNEW will take + EESCHEMA to the part with the same reference. + * More beautification, working with developer of uncrustify. Almost ready + to add the customized uncrustifiy configuration file to this project. + * Fixed a bug in pcbnew/tracepcb.cpp's WinEDA_PcbFrame::Trace_Pcb( wxDC* DC, int mode ) + which was using a bool for the MaskLay variable, causing through hole pads + on modules on copper layer not to be shown when the copper components were + set to invisible. + + +2007-aug-11 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema + modify hotkeys.cpp code. + + +2007-Aug-10 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & common + Improved MODULE::FindPadOrModule(). + Ran more source files through auto-beautifier. + Renamed dupltrac.cpp to dupltrac.cpp.notused. + + +2007-aug-10 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema + better hotkeys.cpp code. + + +2007-Aug-09 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & common + Released the new Visitor paradigm. Wrote MODULE::FindPadOrModule() using + it. + + +2007-aug-09 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema + Some new hotkeys (see hotkeys.cpp). + Now, the key ? display the current existing hotkeys + + +2007-Aug-08 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & common + * Renamed locate.cpp's distance() to DistanceTest() and moved it to trigo.cpp. + Pass more parameters to DistanceTest and removed globals that were used by + distance() in locate.cpp. + Moved and renamed DistanceTest function proto from protos.h to trigo.h. + * Implemented HitTest() for class_cotation, class_mire, and a few other classes + by factoring out existing code from locate.cpp. locate.cpp should operate + exactly the same as before. + * Improved or implemented the Show() function for several classes. + * Detected that the suspected class_module hit-testing bug was not real, + i.e. no bug found. + + +2007-aug-08 UPDATE Jean-Pierre Charras +================================================================================ ++ eeschema + bug in class_hierarchy_sheet.cpp. + ++ pcbnew + small change in block commands: + rastnest was updated for each footprint, while moving footprints. + Now it is updated at the end of changes. + enhancements in block.cpp and connect.cpp + + +2007-Aug-07 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & common + * More searching work. Made HitTest() virtual. Factored out a HitTest() + function for both class_module and class_pad from existing code. + * Embellished the Show() function for several of the classes. Could be the + basis of a possible future XML export, but with the native format being + ascii already, this is of questionable value as an export. + * Discovered a long time existing bug in class_module hit-testing. + Still need to understand it. It could just be an improperly formatted module. + + +2007-Aug-06 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & common + Started sketching out a new search architecture. To learn more: + look for "INSPECTOR" text in base_struct.h. + + +2007-Aug-05 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew & common + * Added some conditional DEBUG code for showing the pcb object tree in + simple XML format. See class EDA_BaseStruct's new Show() function. + * Changed the function name of Locate( const wxPoint& ref_pos ) to bool HitTest(..) + in both class_text_mod and base_struct. + * More beautification and commenting. + + +2007-Aug-04 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + Read-ability formatting, I am playing with a C++ beautifier called "uncrustify". + I had to patch it and spent 2 days getting it configured. Patch not + sent upstream yet. + Fixed a bug in "display local ratsnest pad or module": if you had a small + module and the mouse clicked its reference text, the ratnest for + the associated module would not show. The work around was to add + support to Show_1_Ratsnest() so it could take a TYPETEXTEMODULE as + the result of the hit-testing. But I think a longer term better + solution will be to create a specific search function for this kind + of hit-testing, one which could disregard text and look only for + pads and modules. + + +2007-aug-02 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew + Drc test now generates a DRC file report. + + +2007-Jul-31 UPDATE Geoff Harland +================================================================================ ++ pcbnew + Drill Map and Drill Report files now list the diameters of each drill in + the selected drill unit first, and then in the other drill unit. + Drill report files also now list the tool assigned to each drill, and + the correct hole count and oval count for each drill size; the + file creation date and the selected drill unit are also listed. + + +2007-Jul-30 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew + Some file are added (missing .prj files) + Better Drc test: + Zones can be tested. + better pad to pad test. + + +2007-Jul-25 UPDATE Jean-Pierre Charras +================================================================================ + ** Some minor enhancements ++ pcbnew + In Drc diags, better (more explicit) messages + Change (and simplify) code in 'update' as well as 'insert' modules into main PCB from within the module editor, + because it had a bug (crashes when there was no footprint in pcb) + + + +2007-June-21 UPDATE Tim Hanson +================================================================================ ++ pcbnew + 1. added button to 'update' as well as 'insert' modules into main PCB + from within the module editor. Made them functional, of course. + 2. added control-o, control-s & control-f to pcbnew, + though I'm not perfectly happy with the implementation -- wxwidgets puts + the control-characters in alphabetical order! + + +2007-June-25 UPDATE Jean-Pierre Charras +================================================================================ ++ pcbnew + minor enhancement in Edit footprint dialog (more help tool tips). + better hotkey.cpp (code cleaning and info messages) + + +2007-June-19 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + After locking a module with 'L', update the status window with the locked + status. Side step some asserts from wxWidgets which were happening when + running compiled for debug. + + +2007-June-16 UPDATE Richard A Burton +================================================================================ ++ pcbnew + fix debug assert starting pcbnew with wx2.6 ++ build + add install targets for resources and docs + + +2007-June-15 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + ** only modules on the present layer are subject to individual module + moves, rotations, or layer swaps, with the 'M', 'G', 'R' or 'S' hotkeys. + ** only unlocked modules are subject to the individual module moves, + rotations, or layer swaps, with the 'M', 'G', 'R' or 'S' hotkeys. + ** implemented the 'L' hotkey to quickly lock or unlock a module, + just by hovering over it and hitting the 'L' or 'l' key. The lock is + toggled. + ** Enhanced locate.cpp's Locate_Prefered_Module(BOARD * Pcb, int typeloc) + significantly, it now has a widely ranging behavior based on the + typeloc argument. + + +2007-June-14 UPDATE Igor Plyatov +================================================================================ ++ eeschema + Added sorting by value or position in to the annotation window + (Thanks for patch to Andrey Fedorushkov). + +2007-June-13 RELEASE Jean-Pierre Charras +================================================================================ ++All: + merging my development with svn version + ++ pcbnew: + bug fix (problem in postscript generation due to the internationalization + of floating point number notation ) + added tool to select layer pair and monitor active layer + ++ eeschema + bug fix: + crash libedit when loading certain components (linux only) + incomplete generation of erc file list + + +2007-June-13 UPDATE Richard A Burton +================================================================================ ++ build: + dynamic linking by default, use make -f makefile.gtk KICAD_STATIC_LINK=1 + or uncomment the bit in libs.linux for static + + +2007-June-11 UPDATE Richard A Burton +================================================================================ ++ build: + removed several 2 line scripts for configuring wx builds and put them in + how-to-build-kicad.txt + improved KICAD_STATIC_LINK handling so it can be overridden on the command + line e.g. "make -f makefile.gtk KICAD_STATIC_LINK=0" + + +2007-June-11 UPDATE Dick Hollenbeck +================================================================================ ++ Started this change log file. + + +2007-June-5 UPDATE Richard A Burton +================================================================================ ++ pcbnew: + fixed 3d-display image export (blank box in image) ++ build: + fixed makefile clean targets so they don't fail if already clean + fixed wx2.6 compatibility + + +2007-May-25 RELEASE Jean-Pierre Charras +================================================================================ ++ pcbnew: + bug: problem with 3D shapes. ++ Gerbview: + Better (but crude...) support to export gerber files to pcbnew. + diff --git a/Documentation/changelogs/CHANGELOG-2008.txt b/Documentation/changelogs/CHANGELOG-2008.txt new file mode 100644 index 0000000..d210585 --- /dev/null +++ b/Documentation/changelogs/CHANGELOG-2008.txt @@ -0,0 +1,1561 @@ +KiCad ChangeLog 2008 +==================== + +2008-Dec-31 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Note: this is a work in progress! + Files modification. + More about italic and bold fields in libraries + Use DLIST to handle fields in lib entries + Bugs and problems solved in fields edition (some are windows only). + + +2008-Dec-30 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Note: this is a work in progress! + Change dialog to edit fields in libedit. + Most of code created by Dick to edit fields in shematic is reused (this was the goal). + Component dialog properties -in libedit) is not modified, and fields can be also edited with it. + New dialog box is similar to the component dialog box used in schematic. + But all features do not work (work in progress!) + TODO (by me): + use vector to handle fields in libraries, like schematic. + Finish work, and test it. + +2008-Dec-29 UPDATE Dick Hollenbeck +================================================================================ +++all + * gr_basic.h DOXYGEN comments. made a couple functions static and removed + those from gr_basic.h since they are private to gr_basic.c. changed the + polygon code to use wxPoints since that is what the underlying wxWidgets + API uses. +++gerbview + * More work on drawing polygons, erasure of polygons completed. + * Added full support for aperture macro 6, MOIRE. + * Example 2 in RS274xrevd_e.pdf almost draws properly now. Need ARC support + in polygons, and need polygon aperture type support to complete. + + +2008-Dec-28 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + More about italic and bold texts options in fields and graphic texts + + +2008-Dec-22 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Added dialog box to edit graphic items (graphic segments, circles, arcs) + properties + + +2008-Dec-22 UPDATE Jean-Pierre Charras +================================================================================ +++All + Cleaning code to draw/plot texts: + Now only one function is used to draw and plot texts in pcbnew in all formats + Italics texts are allowed in pcbnew (work in progress) + +2008-Dec-14 UPDATE Jean-Pierre Charras +================================================================================ +++All + Cleaning code to draw/plot texts (work in progress): + Now only one function is used to draw and plot texts (not for pcbnew) + (easier to maintain and ensure texts have the same size in ploting and drawing) + In eeschema, italic and bold texts allowed (in pcbenew, texts thickness is already adjustable) + + +2008-Dec-18 UPDATE Wayne Stambaugh +================================================================================ +++all + * Virtualize DrawFrame class methods required to eliminate compiling + drawframe.cpp multiple times depending on the application being built. + * Move zoom.cpp and drawframe.cpp to common library and update CMake files. + * drawpanel.cpp - Extracted mouse wheel events out of mouse event handler, + generate commands for mouse wheel events, and moved panning from DrawFrame + class into DrawPanel class. + * Initial ground work for new zoom implementation. + + +2008-Dec-15 UPDATE Dick Hollenbeck +================================================================================ +++gerbview + Implemented most of the "thermal" aperture macro, at least so that it + displays as concentric circles OK. Still need to do the cross hairs. + Fixed a bug loading aperture macros from disk, could crash gerbview. + Switched TRACKs to after polygons in tracepcb.cpp, temporary solution until + I have more time. + + +2008-Dec-14 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Display a short net name on vias and pads (if zoom level allows it). + Short net names are net names without hierarchy path + Add m_ShortNetname and change m_Netname to private in classes D_PAD and EQUIPOT + + +2008-Dec-08 UPDATE Wayne Stambaugh +================================================================================ +++all + * Remove all instances of application pointers both global and embedded + member variables. Use wxGetApp() for improved readability and type + safety. + + +2008-Dec-6 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew & gerbview + * As a final migration step, made BOARD_ITEM::SetNext() and + BOARD_ITEM::SetBack() _private_, starting at BOARD_ITEM in the class + hierarchy so that the compiler will tell us where they are used illegally. + Classes derived from BOARD_ITEM then also cannot expose SetNext() and + SetPrev(), and this forces everthing related to BOARD_ITEM through DLIST for + list manipulation. The compiler turned up a couple I had missed, two of which + were the back pointers of MODULE::m_Reference->Back(), m_Value->Back(), which I + do not think are needed since the MODULE owns these texts, not the other way around. + This should be the final nail in the coffin for undisciplined list manipulation + within pcbnew and gerbview. + * Converted BOARD::Delete() into BOARD::Remove() and then added an inline for + BOARD::Delete() which deletes what Remove() returns. + * Removed BOARD::DeleteMARKER( int ) since BOARD::Delete() works. + * Removed gerbview's undelete.cpp and made gerbview use pcbnew's, + by moving the two supporting functions into the common base class + of WinEDA_BasePcbFrame, had to add some "#if !defined(GERBVIEW)"s. + + +2008-Dec-5 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew & gerbview + * Renamed Struct3D_Master to S3D_MASTER. + * MODULE::m_3D_Drawings is now a DLIST<> + * Removed AddToChain(), DeleteStructList() and replaced with calls to DLIST<> + members so that list item counting stays accurate. + + +2008-Dec-05 UPDATE Wayne Stambaugh +================================================================================ +++all + * Simplified and improved grid implementation. User grid will no longer + be displayed if it is the same as any of the default grid sizes. + * Removed unused grid code in BASE_SCREEN class. + * Source file share/drawpanel.cpp now compiled into common library. + * Declare WinEDA_Appl so you can use wxGetApp() instead of passing app + pointers all over the place. + * Fixed assertion in debug build of 3D viewer. + * Some general code beautification and redundant header file removal in files + changed by the grid implementation. + + +2008-Dec-3 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew & gerbview + * added g_CurrentTrackList, and made g_CurrentTrackSegment and g_FirstTrackSegment + be #defines into this DLIST, see pcbnew.h. + * Changed to DLIST<> for almost all the list heads in BOARD. + Switched datatype of BOARD::m_Track, BOARD::m_Zone, etc to DLIST<>. + This simplifies BOARD::~BOARD() somewhat, and adds automatic counting of list elements and encapsulation + of all list operations into DHEAD member functions, see common/dlist.cpp. + * Removed TRACK::Insert() since it no long fits with the new BOARD::m_Track and BOARD::m_Zone datatypes. + * Removed the g_UnDeleteStack support from ::UnLink(), this may leave a deficiency, but this code needs + to be external to UnLink() anyway. + * Made TRACK::SetNext() and TRACK::SetBack() private so they may not be used, + the only way to put a TRACK on a list is through DLIST::PushFront() + and other member functions of DLIST. + * Switched to std::vector in track.cpp to hold the temporary static list. + * Renamed some KICAD_Ts to more closely match the corresponding classname. +++gerbview + * Switched to GR_COPY mode for drawing so we can see the erasures. debugged + erasures in rs274d.cpp. + * Now using order specific TRACK loading, so erasures come after objects they + are intended to erase. Still need layer ordering and polygon ordering support, my todo. + + I do not like DeleteStructList() and plan to migrate away from it, DLIST<>:DeletAll() + does something like it. + + +======= +2008-Dec-03 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Switch to polygons in zones (old way no more supported) + areas can be now filled using solid polygons, or using segments to fill areas inside polygons. + results are same, but using segments can be better (faster redraw time) for polygons having a lot + of segments (more than 10000) + +2008-Dec-02 UPDATE Wayne Stambaugh +================================================================================ +++build fixes + * Changed wxWidgets library find order so monolithic build is no longer + required (at least on MinGW). + * Changed CreateSVNVersionHeader.cmake to fall back to "build_version.h" + when 'svn info' command fails. The default macro that ships with CMake + will not create build files when 'svn info' fails. + + +2008-Nov-25 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + edit component in schematic editor. works pretty well, I'm done. + + +2008-Nov-24 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + edit component in schematic editor. It is not complete but further. + Keep your old eeschema binary, this one does not fully work yet, another day or so. + Switched away from wxGrid to wxListCtrl, and that class is poorly documented + so much time pioneering how to use it. Should go faster now. + + +2008-Nov-23 UPDATE Dick Hollenbeck +================================================================================ ++all + + Made _protected_ EDA_BaseStruct's: + EDA_BaseStruct* Pnext; /* Linked list: Link (next struct) */ + EDA_BaseStruct* Pback; /* Linked list: Link (previous struct) */ + EDA_BaseStruct* m_Parent; /* Linked list: Link (parent struct) */ + EDA_BaseStruct* m_Son; /* Linked list: Link (son struct) */ + + Split TRACK::Draw() out for SEGVIA + + Added dlist.h & dlist.cpp for DLIST<> template. All the _inline_ list manipulation + code throughout the package is rediculous. I don't mind list traversal, only + list manipulation. DLIST<> templates can be used to consolidate reliable + list manipulation operations and get this code out of the mainline. + These functions are shared/inherited for any derivation, so only one copy exists + in the final program image. To use, simply declare e.g. DLIST or similar. + See dlist.h, template class DLIST for function comments. + + added EDA_BaseStruct::m_List to assist in debugging list manipulation functions. ++eeschema + Started on the edit component in schematic editor. It is not complete and + breaks the usefulness of the editor at this moment. Do not build this version + if you want to fully use eeschema. + + +2008-Nov-22 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Some cleanup in dialog pad edition. + Added: + Zones now have a min thickness filled area parameter + that ensure a minimun width for filled copper areas + (areas below this min thickness are removed) + Shapes also are better + + +2008-Nov-19 UPDATE Jerry Jacobs +================================================================================ +++kicad-library + Moved {number}DIP packages to DIP-{number}__{WIDTH} seperated library dip_sockets.mod + Created DIP Packages board +++kicad.pro template + Added dip_sockets library to pcbnew libraries in template file + + +2008-Nov-18 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + First version of pcbnew using polygonal filled areas in zones in rats nets calculations. + Needs more tests. + + +2008-Nov-14 UPDATE Jean-Pierre Charras +================================================================================ +kbool: + Using the last version (1.9) of kbool, downloaded from the wxArt2D project site + (see www.wxart2d.org) + But the version 1.8 bug still is here. + So using the workaround remains mandatory. + (this is not a problem because thermal shapes are better...) + + + +2008-Nov-14 UPDATE Dick Hollenbeck +================================================================================ ++gerbiew + + Added support for displaying most aperture macros embedded in a RS274X compatible file. + Cleanup of rs274d.cpp and added the beginning of the isDark support, which we + need to discuss. GERBER::m_ImageNegative can toggle during the course of reading + a rs274x file and sometimes this means erasing things. + + Tested pcbnew's gerber plotting, still working. Done + with aperture macros for now, but we need to handle the isDark support to + top it off after discussion. + + +2008-Nov-8 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Thermal shapes modification for round and oblong pads. + This is a workaround for a bug (i believe) of kbool. + New thermal shapes have NO angle < 90 degrees between 2 adjacent segments. + For shapes that have angle < 90 degrees between 2 adjacent segments, + under certains circumstances kbool drops some holes and creates a bad filled area. + (see zones_convert_brd_items_to_polygons.cpp) + + +2008-Nov-8 UPDATE Dick Hollenbeck +================================================================================ ++gerview + Added support for reading in aperture macros embedded in a RS274X compatible file. + Cannot display them yet. + General cleanup of gerbview. GERBER_Descr replaced with class GERBER. + ReturnToolDescr() replaced with GERBER::GetDCODE(). + D_CODEs are created lazily now. pcbnew's gerber plotting needs testing, might + have broke something there, accidentally. + + +2008-nov-5 UPDATE Andrey Fedorushkov +================================================================================ ++all: + Add cyrillic font support. + Add russian GOST worksheet support. + +2008-nov-2 CLEANUP Jerry Jacobs +================================================================================ +++kicad: + Cleanup comment/codestyle to make things more clear for newbie codeviewer + and developers. + + buildmnu.cpp + + commandframe.cpp + + kicad.cpp + + treeprj_frame.cpp + + +2008-oct-30 UPDATE Jean-Pierre Charras +================================================================================ +++All + Use double instead float when possible, ande code cleaning. + Some changes for a better code compatibility with others compliers (MSVC) + (__MSVC__ must be defined when using MSVC) + (double round(double) and typeof unkown in MSVC) + Note: I cannot test kicad under MSVC. + + +2008-Oct-19 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + Fixed SCH_COMPONENT() copy constructor with Jean-Pierre's bug catch. + Developed a non-functional fbp file using wxFormBuilder for the new + dialog_edit_component_in_schematic dialog which I plan on coding in the + next couple of weeks as time permits. + +2008-oct-17 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Solved a bug when creating a new zone outline that could crash pcbnew + More about copper zones filled without grid (by polygons) + Currently for tests only (work in progress). + now working: Thermal reliefs parameters can be set. + +2008-oct-11 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + More about copper zones filled without grid (by polygons) + Currently for tests only (work in progress). + now working + thermal reliefs. + texts on copper zones. + Removing insulated copper islands. + currently : not implemented: + trapezoidal pads + +2008-oct-07 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + More about copper zones filled without grid (by polygons) + Currently for eyes and tests only (work in progress). + now working + thermal reliefs. + texts on copper zones. + To select this feature choose No Grid in zone grid filling. + Work in progress: + currently : not implemented: + Removing insulated copper islands. + trapezoidal pads + + +2008-Oct-6 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + First work on arbitrary number of user fields, i.e. name/value pairs, + per schematic component. Use std::vector to hold fields, added GetField() + function to SCH_COMPONENT. + + +2008-oct-02 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + First tests about copper zones filled without grid (by polygons) + Currently for eyes and tests only. + To select this feature choose No Grid in zone grid filling. + Work in progress: + currently : not implemented: + thermal reliefs (pads are always covered by copper zones). + texts on copper zones. + Removing insulated copper islands. + +2008-Oct-1 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + gen_modules_placefile.cpp: backed out of the "Cu & Cmp" centric terminology + and moved towards using layer names which are BOARD specific. + + +2008-Sep-26 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + more about use polygons in zone fill algos on technicals layers: + plot Ok. holes are handled + +2008-Sep-26 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Starting work to use polygons in zone fill algos. + Currently, use this to add zone on non copper layers (technical layers) + Only for eyes. + Plot outputs do not handle this. + Problems with holes in zones. + Also: first used of wxFormBuilder + + +2008-Sep-17 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Fixed a bug in modedit which crashes pcbnew when closing the properties module dialog + Both in trunk and tagged versions + + +2008-Sep-17 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + code cleaning + PartTextStruct class name changed to a name : SCH_CMP_FIELD + +2008-Sep-14 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Fixed a problem in zone filling algo: due tu differents ways to truncate coordinates + between 2 functions (one round coordinates, and others truncate coordinates), + some start points used to fill zones can be inside the zone outlines, + but placed outside when init matrix parameters when rounding them instead of truncate. + So zone was filled inside and outside when happens. + + +2008-Sep-9 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + Fixed a bug plotting pins with circles in them from eeschema. + Added type FILL_T. + + +2008-Aug-26 UPDATE Jean-Pierre Charras +================================================================================ ++all: + subtle bug solved: no response to the first left click command after opening a dialog box + (after an item edition, for instance) + +2008-Aug-22 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + bug solved: netlist calculations could crash eeschema under very rare circumstances. + recent bug solved: background filled shapes (filled but not solid: texts are readables inside shapes) + were drawn (and plotted) as filled (solid) shapes + +2008-Aug-18 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + bug solved: Horizontal Oblong pads holes have a bad T Code size in the drill file. + + +2008-Aug-15 UPDATE Jerry Jacobs +================================================================================ ++About dialog +modified: (common.cpp) GetAboutBuildVersion() is a custom build version for the about dialog + (config.h.cmake) + (CreateSVNVersionHeader.cmake) KICAD_ABOUT_VERSION macro added + +added: (about_dialog.cpp) InitKiCadAbout() initalise the about dialog + +removed: (common/infospgm.cpp) is no longer needed + + +2008-Aug-11 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + libedit: + solved : a bug which can crash eeschema on a double click. + modified : pin lenght edit in pin edit dialog. The value (handle by spin control) was not editable with recent wxWidgets versions + +2008-Aug-09 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + bug solved: pads holes not printed. + enforced controls against malformed libraries + +2008-Aug-06 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Removed an obsolete option in the plot menu, in gerber format. + Cleanup code. + Solved a minor bug: rastnest was not displayed after a move module + and if the command was aborted + +2008-Juil-31 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + Added component sheet X,Y location in BOM. + Netlist generation: now spaces in names are replaced by '_' for pcbnew (which does not accept spaces) + Bug: print all pages did not work. + Please note in complex hierarchy, the current "Print All" function needs to be enhanced, + because it does not draw all sheets but only all different sheets + +2008-Jule-08 UPDATE Andrey Fedorushkov +================================================================================ ++pcbnew: + Added displayed length highlighted net to pcbnew/affiche.cpp + + +2008-June-22 UPDATE Jean-Pierre Charras +================================================================================ ++all: + Default path kicad/share added when searching kicad data (like library, internat ...) + Kicad data Default paths are now (windows version and linux server install) + 1 - kicad/share + 2 - kicad + + +2008-June-15 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + Bug solved: Eeschema crashed when creating a new subsheet with the same + filename as an existing filename, if loading this existing file. + + +2008-June-11 UPDATE Jean-Pierre Charras +================================================================================ ++all: + Online doc format changed to PDF format. + This is **very** easier to handle, because : + - Openoffice has a very good pdf export function. + - Only one file for application + - Is standart (The old html format used a zipped archive, not standart) + - the doc tree is less complex (see doc/help/fr or doc/help/en for the new tree). + + If a localized doc file is not found, the english version is automatically loaded instead. + No need to copy the same pdf file in subdirectory. + + +2008-June-06 UPDATE Jean-Pierre Charras +================================================================================ ++all: + minor changes + added void SetLocaleTo_C_standard(void) and void SetLocaleTo_Default(void) + This is wrapper to the C setlocale( LC_NUMERIC, "C" ) + and setlocale( LC_NUMERIC, "" )function, + but could make more easier an optional use of locale in kicad in floating point notations + + +2008-May-30 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + removed GPC library due to its unacceptable (and stupid) license + using the powerfull kbool library insteed (see polygon/kbool) ++all: + minor changes + + +2008-May-22 UPDATE Martin Kajdas +================================================================================ ++all + Moved all XPM files to /bitmaps directory and fixed all related files ++PCBnew + Changed File/Export shortcut from 'x' to 'e' + + +2008-May-21 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + Solved: problem in manual part selection for multiple parts per package components + + +2008-May-17 UPDATE Dick Hollenbeck +================================================================================ ++all + Removed bitmaps.cpp. Made a static library target named "bitmaps" which + gets linked into any app needing bitmaps. Changed bitmaps.h to simply + include an alphabetized listing of the bitmap arrays. + We can now continue to migrate all remaining bitmaps into: + > the /bitmaps directory + > the /bitmaps/CMakeLists.txt file there + > the include/bitmaps.h file. + + +2008-May-16 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + Solved: bad update of toolbars (eeschema and libedit): + undo/redo buttons were not always updated after a change. + ++kicad + the project tree now (as earlier) reads subdirs list files when starting + kicad. This feature can be disabled (see treeprj_frame.cpp) + +2008-May-15 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + Solved netlist problems for multiple parts per package components + in complex hierarchies. + + + +2008-May-5 UPDATE Dick Hollenbeck +================================================================================ ++common.c + wrote wxString& operator << ( wxString&, const wxPoint& ) by moving code + from DRC_ITEM::ShowCoord() ++pcbnew + * embellished DRAWSEGMENT::MenuText() and DRAWSEGMENT::Display_Infos() + * wrote wxString BOARD_ITEM::ShowShape( Track_Shapes aShape ) + * wrote wxPoint DRAWSEGMENT::GetEnd() which calculates the end point of an arc + * wrote DRAWSEGMENT::GetLength() + * Added S_ARC support to the specctra_export.cpp for EDGES_PCB with DRAWSEGMENTS + of arcs. Arc and lines can be intermixed, its just that they must be + contiguous. The user can now use the improved DRAWSEGMENT::Display_Infos() to + find any bad or non-contiguous DRAWSEGMENTS, since that function now shows + the two endpoints of any segment. + + +2008-May-2 UPDATE Wayne Stambaugh +================================================================================ ++cmake + * Use Subversion to automatically generate build date and revision level + when building with CMake. Header file build_version.h will still need + manual updates when using the hand written make files. + + +2008-May-4 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Added DRAWSEGMENT::GetStart(), GetEnd() and support S_ARC and S_SEGMENT + with it for now. + * Added arc support to pcb perimeter of the specctra export. + + +2008-May-2 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Added ZONE_CONTAINER::GetBoundingBox() and used it to clean up + ZONE_CONTAINER deletion. + * For end of edge dragging activity: used full DrawPanel->Refresh() + to clean up all XOR artifacts. + + +2008-May-1 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Fixed bugs in layer name handling within the BOARD + + +2008-Apr-30 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + made in some dialogs the ESC key working (linux version, already working under windows) + screen number and screen count now are set + + +2008-Apr-29 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Added WinEDA_PcbFrame::UpdateToolbarLayerInfo() by factoring it out of + ReCreateLayerBox(). + * Changed call in void WinEDA_PcbFrame::SetToolbars() from ReCreateLayerBox() + to UpdateToolbarLayerInfo(). + * Removed calls to SetToolbars() from: + > share/drawpanel.cpp's void WinEDA_DrawPanel::OnMouseEvent( wxMouseEvent& event ) + > void WinEDA_BasePcbFrame::GeneralControle( wxDC* DC, wxPoint Mouse ) + + +2008-Apr-28 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Layer names were not being set into the htoolbar listbox properly if the + BOARD was loaded via the command line as happens when kicad chain loads + pcbnew. Also, layer names were not being set if a second board was loaded + that had the same number of layers as the previous board. The solution was + to comment out the listbox rebuild test in WinEDAChoiceBox* + WinEDA_PcbFrame::ReCreateLayerBox( WinEDA_Toolbar* parent ) + * files.cpp: added Clear_Pcb( false ) to LoadOnePcbFile() and call it if + not appending. This way a user can get into the file selection dialog and + still abort (change his mind) without losing the current board. Removed calls to + Clear_Pcb() where LoadOnePcbFile() would now do that. + * edtxtmod.cpp: fixed the drawing relics when moving and rotating module texts. + + +2008-Apr-21 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + PS output: now shows oblong holes with the true shape. + + +2008-Apr-22 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + * Spent a 1/2 day tracking down two linked list bugs in deleting a + DRAW_HIERARCHICAL_PIN_SHEET_STRUCT_TYPE. I cannot believe in the year + 2008 we should have to debug a linked list function. This is stuff I expected + to do 20 years ago, not today. The function + void WinEDA_SchematicFrame::DeleteSheetLabel( wxDC* DC, + Hierarchical_PIN_Sheet_Struct* SheetLabelToDel ) never worked as + far as I can tell. + Should switch to boost::ptr_vector ASAP everywhere, and leave linked lists in the 1980's. + * Hierarchical_PIN_Sheet_Struct::Hierarchical_PIN_Sheet_Struct() was not + setting the m_Parent. + + +2008-Apr-21 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + * Added WinEDA_LibeditFrame::GeneralControle( wxDC* DC, wxPoint Mouse ); + * Added WinEDA_ViewlibFrame::GeneralControle( wxDC* DC, wxPoint Mouse ); + Needed: Move redundant code to WinEDA_DrawFrame::GeneralControle + + ** Current sheet only Annotation and clear annotation now works for complex hierarchies + + +2008-Apr-17 UPDATE Dick Hollenbeck +================================================================================ ++all + * Made a little more sense out of the GetScreen() problem by making it + non-virtual, and having the two types of frame classes (eeschema's and pcbnew's) + each return their respective types of screens {SCH,PCB}_SCREEN*. + * Added GetBaseScreen() as the virtual function which always returns BASE_SCREEN*. + * Made WinEDA_DrawFrame::GeneralControle( wxDC* DC, wxPoint Mouse ){ dummy } + * Added WinEDA_SchematicFrame::GeneralControle( wxDC* DC, wxPoint Mouse ); + * Moved to void ::Place( WinEDA_SchematicFrame* frame, wxDC* DC ) from + void ::Place( WinEDA_DrawFrame* frame, wxDC* DC ) so that these + functions can use the new SCH_SCREEN* WinEDA_SchematicFrame::GetScreen() + function (the non-virtual one that returns SCH_SCREEN* not BASE_SCREEN*). + * Made some menus conformant to UIpolicies.txt regarding uppercase. + * Beautified 5-10 files. + + +2008-Apr-17 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + very small bug in display component info removed ++pcbnew ++cvpcb + removed bug: forgotten paths when adding lib files when not in the default lib path + (same problem as in eeschema, solved in 2008-Apr-09 Update) + + +2008-Apr-16 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + In complex hierarchies, multiples parts per packages now should work, + without restrictions + Update and use annotate_dialog.pjd to create annotate dialog + + +2008-Apr-15 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + More code cleaning and Files cleaning and reorganization. + change DrawSheetLabelStruct class name to a better name: Hierarchical_PIN_Sheet_Struct + For simple Hierarchies, files are now compatables with old eescheam versions + In complex hierarchies, multiples parts per packages have still problems, + but i hope to solve that soon + (in fact all the last changes were made for that) + + +2008-Apr-14 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + code cleaning. SCH_ITEM class used for all schematic items in eeschema. + Files reorganization. + + +2008-Apr-09 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + code cleaning. + + +2008-Apr-09 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + removed bug: forgotten paths when adding lib files when not in the default lib path + Also: adding SCH_COMPONENT.m_PartPerPackageSelections to handle multiple parts per package selection + in a complex hierarchy, but yet, no other code to do that. + + +2008-Mar-30 UPDATE Jonas Diemer +================================================================================ ++eeschema ++pcbnew + Display a warning on a file format version mismatch. + +2008-Mar-31 UPDATE Dick Hollenbeck +================================================================================ ++all + Tweaked class MsgPanel so that the screen drawing only happens from + its OnPaint() function. ++pcbnew + Added virtual BOARD_ITEM::Draw() and forced all BOARD_ITEM derived classes + to implement it so that all these functions are also virtual. + Made the offset argument default to the new wxPoint BOARD_ITEM::ZeroOffset. + Coded DRAWSEGMENT::Draw() from Trace_DrawSegmentPcb() and removed the latter. + Coded EQUIPOT::Draw(), and BOARD::Draw(). Both are dummies for now, but + both can be reasonably implemented in the future. + + +2008-Mar-30 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + Solved: eeschema crashes when create a new sheet, using the default filename and enter it. + Solved: eeschema crashes when delete a sheet label (pin sheet), undo this and move the label. + (bad value (not updated) for the DrawSheetLabelStruct.m_Parent member after redo command in sheet edit). + ++all: + Added comments in gestfich.cpp to explain the default paths used by kicad to find help files and lib files + + +2008-Mar-30 UPDATE Jonas Diemer +================================================================================ ++eeschema + Removed artifacts resulting from redraws in XOR-Mode. + +2008-Mar-24 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Ensure graphic and footprint texts have a sufficient size to be seen on screen. + (bug 1909165, due to text on edge layer with a 0 value for X size) + +2008-Mar-22 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Netlist dialog redesigned, netlist.cpp code modified + and added an option to remove not locked footprints + when not found in netlist + + +2008-Mar-21 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + pcbplot.cpp now saves the selected layers as wxConfig options, + i.e. retentitively. The ESC key now works in that dialog. + Make upper/lower case conformat to UIpolicies.txt + Put buttons at bottom, "Close" as bottom button. + + +2008-Mar-21 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + Removed an very old bug in onrightclick.cpp which crashes eeschema when + right clicking in a field inside a component. + Old code should never works, but ... + + +2008-Mar-20 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + refined the dialog_freeroute_exchange + If possible (i.e. if freeroute.jnlp is found in kicad binary directory) javaws is called insteed of the default browser) + So @todo removed + +2008-Mar-19 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + Renamed some classes and their corresponding KICAD_T types so they are both + simpler, shorter and more closely match each other: the type and the classname. + Wedged a class SCH_ITEM underneath most eeschema drawable items, and this + class came from DrawPartStruct which was largely disfunctional. Eeschema + now more closely matches what we have in pcbnew with the BOARD_ITEM base class. + The corresponding class in eeschema is now SCH_ITEM. Put in some of Jonas' + patch for the dragging of a block. Needs testing, especially dragging + text since there is no GetBoundingBox() for that yet. As an interrim solution + we could make SCH_ITEM::GetBoundingBox() return a HUGE rectangle so that any class + not implementing GetBoundingBox() in eeschema will get properly re-drawn, + in theory. + + We are currently using XORing for dragging a single object and using full + redraws for dragging a block. I suppose this can be an experiment for a + week or so. I would not expect that dragging a block of labels with no + other object to work currently (i.e. *visually* correctly). + + +2008-Mar-19 UPDATE Igor Plyatov +================================================================================ + * Support for Gnome/KDE menu added. + * install.txt rewritten and must be used as main source of information for + KiCad installation. + * how-to-build-kicad.txt deprecated. + * how-to-build-for-windows.txt deprecated. + + +2008-Mar-18 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + refined the dialog_freeroute_exchange.pjd file, adding tooltips, wording + changes, wxID_CANCEL so ESC key closes, and added this comment also: + // @todo: + // 1) add freeroute.jnlp to the Kicad project + // 2) change this next C++ line simply run $ "javaws freeroute.jnlp" as a system + // command, bypassing the browser altogether. Merely need a PATH to javaws. + + +2008-Mar-18 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + MODULE::GetBoundingBox() takes in account the clearence around the pads + (the clearence limit shape around pads (when shown) was not always erased ) + + +2008-Mar-17 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Fixed a crashing bug which occured when you run the module editor, select + "Update module in current board" and then run the DRC checker after that. + * Changed to void CreateSortedPadListByXCoord( BOARD* aBoard, std::vector* aVector ) + So caller can safely forget to delete the array of pad pointers and the vector's + destructor handles this automatically. + * Delete pad from within PCBNEW, not module editor, now uses PostDirtyRect() + + +2008-Mar-14 UPDATE Dick Hollenbeck +================================================================================ ++eeschema + * cleaned up some xor artifacts, see eeschema/getpart.cpp's comment: + // switch from normal mode to xor mode for the duration of the move, first + // by erasing fully any "normal drawing mode" primitives with the PostDirtyRect(), + // then by drawing the first time in xor mode so that subsequent xor + // drawing will fully erase this first copy and then the previous copy. + * redraw the entire screen at end of a component move. + * added many calls to Refresh() to eeschema/onleftclick.cpp and in such cases + I now pass a NULL DC to TestDanglingEnds() + + +2008-Mar-14 UPDATE Jean-Pierre Charras +================================================================================ + some code cleaning and comment translations. + added: + /** EDA_Rect::Merge( EDA_Rect & aRect ) + * Modify Position and Size of this in order to contain the given rect + * mainly used to calculate bounding boxes + * @param aRect = given rect to merge with this + */ + + +2008-Mar-14 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Added a tool to the upper toolbar which gives and easy access to freeroute + Solved a bug in plot postscript format when drawing oblong pads: + Bad oblong pad size after drawing a round pad + + +2008-Mar-13 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Dirty rect used in footprint rotation, flip and delete. + Better calculation of the footprint dirty rect. + + +2008-Mar-13 UPDATE Dick Hollenbeck +================================================================================ ++all + Added bool EDA_Rect::Intersects(). ++eeschema + Added provisionary calls to eeschema/eeredraw.cpp for + if( panel->m_ClipBox.Intersects( item->GetBoundingBox() ) ) + + +2008-Mar-11 UPDATE Per Uddén +================================================================================ ++3d-viewer + * Fix TODO: Add S_ARC and S_CIRCLE shape render to board edge and module edge. + Ex. Now is a board with arcs at corners showing correctly. + + +2008-Mar-10 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Improved some comments on new functions dirty area functions + * Changed + void ConvertPcbUnitsToPixelsUnits( EDA_Rect& aRect ); to + void ConvertPcbUnitsToPixelsUnits( EDA_Rect* aRect ); + which I prefer because it is clearer to the human reader of the calling + context that the passed argument is to be modified. References as function + arguments are fine, but if they are to be modified, passing by pointer + gives human reader a clearer picture when looking at the calling context. + * TRACK::GetBoundingBox() now (1) rounds up the radius, and (2) returns a bounding + box which is [pos,dim) in nature, [inclusive, exclusive). + * Changed from "new wxDCClip()" to use an automatic wxDCClip() variable in + drawpanel.cpp + * Removed a printf() from "release" build of drawpanel.cpp + * Added WinEDA_DrawPanel::PostDirtyRect() + * Renamed Supprime_Une_Piste() to Remove_One_Track() and it now uses + PostDirtyRect(). + * void WinEDA_PcbFrame::Delete_net( wxDC* DC, TRACK* Track ) now redraws + the screen after a net deletion. + * eeschema/dialog_find.cpp: set the initial keyboard focus to the text control + + +2008-Mar-10 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Pcbnew can import footprints in gpcb format in Nelib format only + Pcbnew automatically recognizes pcbnew or gpcb format when importing a footprint. + Due to differences between pcbnew and gpcb, + only gpcb newlib files containing only one footprint (one element) are useables. + Dirty rectangle calculation debugged. + WinEDA_DrawPanel::ConvertPcbUnitsToPixelsUnits( EDA_Rect& aRect ) can be used to convert a bouding box to a clip box + (see example in deltrack.cpp) ++eeschema: + restored: missing lines in schedit.cpp (problems in a lot of commands) + + +2008-Mar-06 UPDATE Igor Plyatov +================================================================================ ++help + Eliminated bug "help files not found!". + + +2008-Mar-5 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew + Solved problem in fill zone calculations when using buried or blind vias (like micro vias) + + +2008-Feb-18 UPDATE Igor Plyatov +================================================================================ ++common + Path for the help files changed to doc/help. ++help + help moved to the doc/help. ++doc + Separated from KiCad source code to the trunk/kicad-doc. ++library ++modules + Separated from KiCad source code to the trunk/kicad-library. + + +2008-Mar-3 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Completed transision to BOARD::GetLayerName() and away from ReturnPcbLayerName(). + LayerNames and LAYER_T are saved in the *.brd file and may be edited + there with a text editor until the UI is in place to edit them in PCBNEW. + To understand the strategy, see BOARD::GetLayerName() in class_board.cpp + and see WinEDA_BasePcbFrame::ReadSetup(). I will be adding "Board" menu + item to Preferences, but there is more to come before the UI gets done: + net classes. + * Clear_Pcb() now deletes the existing BOARD() and new's a new BOARD() so that + the default BOARD::m_Layer[] values can be set in the new BOARD's constructor. + + +2008-mars-03 UPDATE Jean-Pierre Charras +================================================================================ +3d display: + Added Jonas Diemer's patch (enhanced movings from mouse and tools) + + +2008-Mar-1 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + Changed ioascii.cpp to save and load board specific layer names, for DEBUG + build only. I want to add class LAYER, see below. Added + BOARD::SetLayerName(), BOARD::SetLayerType(), and BOARD::GetLayerType(). + Will add a UI for editing those soon as soon class LAYER is stable. The + BOARD::SetLayerXXXX( int layerNdx, VALUE ) functions would simply route to + LAYER::SetXXXX( VALUE ). Then layer specific global variables would migrate + to the BOARD::LAYER[]s. + + Jean-Pierre please have a look at pcbstruct.h's class LAYER which is just a + prototype for now. EDA_BoardDesignSettings::m_LayerColor would go away, + and then I would add LAYER[] to EDA_BoardDesignSettings or BOARD. + Whether EDA_BoardDesignSettings or BOARD I don't have a strong preference. + I understand this is a bunch of work, and there are tricks needed to handle + adding and deleting the number of layers.... + + +2008-Feb-29 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + controle.cpp: fixed the magnetic track if tracks are parallel. + + +2008-Feb-29 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + Renaming the sheet filename now works in simple and complex hierarchies. + Use carefully because this can change the whole schematic structure. + Gen Bom List now works in unicode build version + (label list generation crashed eeschema in unicode build version) ++all + Display filename and full sheet name ("sheet path") in sheet reference + the full sheet name has no meanning in pcbnew. + + +2008-Feb-28 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + Fixed: problem which could crash eeschema when a sub schematic file in a hierarchy was not found. + + +2008-Feb-27 UPDATE Wayne Stambaugh +================================================================================ ++ eeschema + * fixed escape key handling and add accelerate keys in annotate dialog. + * factored out eeschema frame class to prevent rebuild of entire project + when making changes to eeschema frames. + * refactor main eeschema event loop by factoring out most of the non-drawing + events. ++ cmake + * small fix to root CMakeList file to prevent GCC flags being used with + other compilers. + + +2008-Feb-26 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + changed in class DrawSheetStruct m_s member name to m_AssociatedScreen + some others minor problems solved. + some files "uncrustified" + Major problem in undo/redo when a sheet is deleted not yet solved + Only for a complex hierarchy, could lost data. + When a sheet is deleted by block delete. it is put in undo list. + It is really deleted after 10 changes (when the undo list is full). + At this time, the associated data is also deleted. + If an other (not deleted) sheet shares the same data, this data is lost. + Need work to solve this problem and keep the undo/redo feature. + + +2008-Feb-25 UPDATE Wayne Stambaugh +================================================================================ ++eeschema + * converted annotate_dialog layout to Gnome HIG per UIPolicy.txt factor + out dialog code from annotate.cpp. + * refactor and uncrustify schframe.cpp and schedit.cpp + * modify eeschema CMakeList.txt to reflect code changes. + + +2008-Feb-22 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * specctra_export.cpp: added DSN 'outline' support from EDGE_MODULEs. + lines and circles, not arcs. + * factored out EDGE_MODULE::ShowShape() from EDGE_MODULE::Show(). + * drc.cpp changed AsSecondItem to HasSecondItem and test it in generating + the file report and when making the popup menu in the dialog_drc and + when generating the html list item. + + +2008-Feb-21 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + added : full text conversion between text, label, global label and hierarchical label + some problems fixed: + - annotation incorrectly cleared. + - reference not copied in component copy. + - incorrect redo when changing the chip name in component edition + + bugs not fixed: + - incorrect annotation in complex hierarchy with multi parts per package (duplicates created). + + +2008-Feb-20 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + Fixed bug in getpart.cpp: + eeschema crashed when aborting a new component place command + Global Symbols now have their shapes + Bad global label shape fixed when reading a schematic file + + +2008-Feb-20 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + specctra_export.cpp fixed the offset problem with freerouter.net. + http://tech.groups.yahoo.com/group/kicad-devel/message/1076 + + +2008-Feb-19 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + Add ZONE_CONTAINER support to the ID_PCB_HIGHLIGHT_BUTT tool and + WinEDA_PcbFrame::DrawHightLight(). Added TYPEZONE_CONTAINER to + GENERAL_COLLECTOR::AllButZones[] so that containers are editable even + when the "Show Zones" toggle is off. This came from using the software + and realizing that if something is visible (zone containers remain visible + even when Show Zones is off) then it should be selectable. Otherwise it is + confusing and frustrating. + + +2008-Feb-18 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Start to use BOARD::GetLayerName() in anticipation of configurable layer + names per board. + * Comment out a printf() which will lock up pcbnew when + it is run under kicad project manager and the interprocess fifo gets filled. + * Cross probe was not showing the not found message properly. wxString was + being used for two purposes, input and Printf() destination. ++gerbview + Now loads all gerber files given on the command line, not just one. The + first file is loaded into layer 1 (index 0), the second one is loaded + into layer 2 (index 1) etc. + + +2008-Feb-18 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema + Fixed bug in gen bill of material (dialog_build_BOM.cpp): + eeschema crashed when created a B.O.M. (i think: unicode version only) + + +2008-Feb-18 UPDATE Igor Plyatov +================================================================================ ++eeschema + Added menu View with all possible elements from the top toolbar. + Find item added in to the Edit menu. ++all + Translated part of IDs to english. + + +2008-Feb-15 UPDATE Igor Plyatov +================================================================================ ++eeschema + Added item "Delete" in "Edit" menu. + Added menu "Place" with all possible elements from the right toolbar. + + +2008-Feb-13 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + specctra export: now generate unique pin names from module padnames in the + case where there are non-unique pad names within a module. Tested with + Electra demo, and *.dsn files load OK in there as well as in freerouter. + Stopped using reserved layer name "signal" and instead output a full + padstack consisting of all pertinent layers for via, pads, and keepouts. + + +2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com +================================================================================ ++eeschema + * commiting my changes to allow multiple instances of a given schematic file within a hierarchy: + ** internally, m_currentScreen has been replaced with m_currentSheet, + which is a list or 'path' of screens. The path of screens is used to generate + a series of timestamps, which is converted to flat component reference via a look-up + table in the schematic files. + ** this means that m_currentScreen is no longer used -- use GetScreen(). + ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen pointer. + ** all sub-sheets in a given schematic must have different names to generate a meaningful netlist. + + +2008-Feb-12 UPDATE Igor Plyatov +================================================================================ ++eeschema + Added item "New" in "File" menu ++all + Russian translation update. + + +2008-Feb-11 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * Added case TYPETRACK, TYPEVIA, and TYPEMODULE support to Board::Add() so + that we can over time hide more of the storage architecture of a BOARD and + isolate those dependencies in fewer places. + * Fixed some pad orientation issues in specctra_export. + * Added VIA_MICROVIA & VIA_BLIND_BURIED support to SPECCTRA::makeVIA(). + * Commented out the specctra design import menu choice for now, don't have + time or need for this import. + * Specctra export adds 1/2 mil to clearance rules for freerouter so that + the routed board clears our DRC checker OK. + * Session import seems done now. + + +2008-Feb-7 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + added "const" to SEGVIA::GetDrillValue() const; + added GetDrillValue() to DRC instead of accessing SEGVIA::m_Drill directly. + changed specctra_export so it aborts if all reference designators are not + unique. Unless they are unique we cannot import the routed session. A + good example is the xylinx board which now fails to export. + first rough work on SEGVIA::makeVIA() but needs much more work. Simple + session files with vias at least import. Now encode drill diameter in + padstack name for later session import. + updated todo.txt file. + + +2008-Feb-7 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + specctra import of *.ses, did tracks and components. + renamed copy_track.cpp to copy_track.cpp.notused + removed copy_track.cpp from pcbnew/CMakeLists.txt + added setlocale() around import and export for float text style. + + +2008-Feb-6 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + started specctra imports of *.ses and *.dsn, by adding menus to File | Import. + + +2008-Feb-4 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + specctra_export.cpp now supports blind/buried/microvias. Fixed how modules + are displayed on back of board. Added a circle keepout for each copper-less + through hole. + + +2008-Feb-3 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew + * specctra_export.cpp was not exporting the nets correctly, now fixed. + * Had a problem with an isolated pad modification on a single module instance + in the context of several unmodified instances of same module, now fixed. + * Fixed oval pads to make freerouting.net happy. + See: http://www.freerouting.net/usren/viewtopic.php?f=3&t=317#p408 + Done with specctra export for now, will think about adding controls (by dialog) + on the export later. + * Beautification of a few modules. + + +2008-Jan-31 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + remove the old EDGEZONE class. + A ZONE_CONTAINER class is used instead to handle the creation of a new zone outline + + +2008-Jan-29 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + SPECCTRA export does most items now, except existing tracks. Soon will + need testing. + + +2008-Jan-28 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + - Better criteria to find starting poind in zone filling: the filling alg. uses + pads, vias and track ends to find where start the filling. + - Added a tool + option in popup menu in track mode (select track width): + when creating a track, if activated: if we starts on an existing track, + the new track takes the width of the existing track + + +2008-Jan-27 UPDATE Dick Hollenbeck +================================================================================ ++all: + I got a patch from Mr. Wayne Stambaugh which makes it possible to compile + infospgm.cpp once and link the same *.o file multiple times. + Jean-Pierre, if you not yet using CMake, you should edit your make.include + so that infospgm.cpp is only compiled once for everything, not once per + program. Wayne is a competent developer who contacted me about contributing. + I consider him a welcome addition to the developers, Dick. + + +2008-Jan-25 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + * SPECCTRA export does padstacks ok, except that oval pad's arcs need to be split + into quarter circle arcs, and no consideration is given to "layer types". + See page bottom of page 74 of the SECCTRA Design Language Reference, May 2000. + * HISTORY_NUMBER was spelt with a zero. + * Width was spelt as Widht + + +2008-Jan-25 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + - void Change_Side_Module( MODULE* Module, wxDC* DC ) is now member of class BOARD. + + - Better support for micro vias and buried vias (drill files now are useable for board manufacturers) + But not yet tested by a board manufacturer. Be carefull. + Todo: tools to conversion between via through and buried via and buried viad optimisation. + But must works for micro vias (needed for my next board) + (in pcbnew micro vias are blind vias between 2 adjacent layers: micro vias must be enabled + in Dimensions/track and via menu, and placed by ctrl v. + They are intended to connect small pitch BGA pins to the inner layer, and can be drilled by laser + if the hole diameter is small < 0.2mm. A laser can only drill a hole between 2 adjacent layers ). + + ** Currently use buried via for tests only, not for production **. + + +2008-Jan-24 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + * Export a specctra *.dsn file includes some padstacks, not ovals yet. + * Many many refinements to specctra.cpp and specctra.h. + * added COLLECTOR::BasePtr(), which is used in qsort. Could have used + * std::sort() instead. + * Wrote D_PAD::Compare() + * updated todo.txt + + +2008-Jan-24 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Bugs about fill zones removed (not all, of course). + Fixed an old bug in block delete (could crashes pcbnew after deleting footprints). + +2008-Jan-23 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + * Export a *.dsn file includes ZONE_CONTAINERs, was actually able to load + a board with zones into the freerouter.net package! No components, traces yet, + just zones and layers. Fixed parsers and Format()ers. + * Rewrote SPECCTRA_DB::readTIME() to dodge a missing strptime() on windows. + + +2008-Jan-23 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Plot option in GERBER format Plot (Exclude Edge Pcb layer) modification: + - the default is OFF (like odl pcbnew versions) + - this setup is now save in config (is persistant) + + In Zone creation, now delete last created corner works. + +2008-Jan-22 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + * Actually able now to export a *.dsn file, but the contents of the file + is incomplete, not a complete input BOARD. + * Added DRAWSEGMENT::Show() for debugging. + * Changed specctra.h's POINT to use double for coordinates. Changed format + string for Format()ing a double. + * Changed specctra_export.cpp to actually output an incomplete file. + * Added BOARD::GetCopperLayerCount() and BOARD::GetLayerName(). + + +2008-Jan-21 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + Added specctra_export.cpp, specctra.cpp, specctra.h, dsn.cpp, and dsn.h to + pcbnew's link requirements. Updated CMakeLists.txt to reflect this. This + increased pcbnew's size by 175kb so far. Started the actual export (i.e. + BOARD to DSN::PCB copying logic) which is going into specctra_export.cpp's + void WinEDA_PcbFrame::ExportToSPECCTRA( wxCommandEvent& event ) so that the + huge header file, specctra.h need only be included in one or two *.cpp + files. The specctra export menu support was added to id.h, wxPcbStruct.h, + menubarpcb.cpp, and pcbframe.cpp. After dsn export, I intend to add an + import, and a session file feedback merge. See the revised + how-to-build-kicad.txt for the new boost c++ libraries requirement. + + +2008-Jan-21 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + labels and texts display changed when rotated 180 degres: + horizontal text are now right justified insteed of 180 degree rotated, and are readable. + ++pcbnew: + bug 1874663 solved (edit a pad netname does not work very well) + +2008-Jan-20 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + On line DRC when creating a zone outline. + Needs more work to display errors DRC. + + +2008-Jan-18 UPDATE Jean-Pierre Charras +================================================================================ ++all: + filtering small mouse moves ( < 5 pixels) when clicking. + Starting a wire or a track is now more easily because these small moves do not start a block commnad. + ++pcbnew: + rework of drill filles creation (excellon and reports) + needed to have a clean implantation of buried vias and mainly microvia + which involve a more complex drill files generation + This is better to continue work on zones because : + hight density boards = use of BGA = microvias + good zones handling + When a board has buried or blind vias (microvia are blind vias), + pcbnew creates a drill file per layer pair. for a 4 layer board: + drill file for layer1 to layer 2 + drill file for layer2 to layer 3 + drill file for layer3 to layer 4 + + +2008-Jan-18 UPDATE Dick Hollenbeck +================================================================================ + how-to-build-kicad.txt: added the Boost C++ Libraries installation info + and requirement. + + +2008-Jan-16 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Move Zone outlines added + Zone outline DRC works (needs improvements) + some bugs solved, but polyline.cpp still needs work. + gendrill: code cleaning. + +2008-Jan-14 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + code cleaning: + DRAWSEGMENT class functions moved in the new files class_drawsegment.cpp et .h + + +2008-Jan-12 UPDATE Jean-Pierre Charras +================================================================================ ++eeschema: + missing footprints in export netlist (bug 1867321) + Affected: PadsPcb converter did not list all footprints + ++pcbnew: + fixed: memory not freeed in block copy (minor bug) + Support for micro vias (generation of drill files not finished) + +2008-jan-06 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Block commands now works with zones. + Some code cleanning. + + +2008-Jan-5 UPDATE Dick Hollenbeck +================================================================================ ++pcbnew: + * Added pad_shapes.h and blended it into class_pad.h and PolyLine2Kicad.h. + Renamed the pad shapes in there to avoid namespace conflicts. + RECT became PAD_RECT, CIRCLE became PAD_CIRCLE, etc. + * common.cpp's ReturnPcbLayerName( int layer_number, bool omitSpacePadding ) + has commented out code that I tested as part of a possible new scheme to support + custom layer names per project. + * More specctra dsn import export work. + + +2008-jan-05 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + Added: Delete cutout outline in zone popup menu + the GUI about zones is now working. + Some work is needed ( a zone in a zone of the same net is not merged ) + Currently No DRC for outlines + + +2008-jan-04 UPDATE Jean-Pierre Charras +================================================================================ ++pcbnew: + More about zones: + Outlines can be edited. Outlines are merged if needeed. + Currently No DRC for outlines + + +2008-jan-01 UPDATE Jean-Pierre Charras +================================================================================ ++all + wxstruct modified and wxPcbStuct.h added: + classes relatives to pcbnew, cvpcb and gerbview are moved in wxPcbStuct.h + diff --git a/Documentation/changelogs/CHANGELOG-2009.txt b/Documentation/changelogs/CHANGELOG-2009.txt new file mode 100644 index 0000000..fbdae4f --- /dev/null +++ b/Documentation/changelogs/CHANGELOG-2009.txt @@ -0,0 +1,1013 @@ +KiCad ChangeLog 2009 +==================== + + +2009-Dec-30 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Added option to use some usual Gerber files extension, depending on the layer + Do not allow in plot menu to output files for non enabled layers. +++Kicad and Gerbview + Display Gerber files that use usual files extension (in tree project or dialog files) + (See http://en.wikipedia.org/wiki/Gerber_File) + +2009-Dec-20 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + Renamed dialog_layers_setup* files. + Got rid of the header file since there was only one file including it. + Auto-position the column titles based on flexgridsizer column widths. + Added m_TitlePanel with contrasting background color (whose color value may not + be ideal for all platforms). + + +2009-Dec-11 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + Finished the Layer Setup Dialog. I assumed that the new layer order will + be in place soon. It works fine now, but the layer order is probably + misleading, since it does not reflect the current stackup but rather the + future stackup. I dropped support for a single layer board. The minimum + is two copper layers. Avoid the side you don't want anything on. + + Within a month I should have the layer visibility and selection widget + in place. + + +2009-Dec-10 UPDATE Dick Hollenbeck +================================================================================ +++all + * Factored out the DSNLEXER class so it can be re-used more generally. The + constructor takes a keyword table, so it can be used for arbitrary DSN + syntax files of your own chosing. Simply create an enum {} with all your + unique tokens in it. Then create a KEYWORD table. See SPECCTRA_DB::keywords[]. + The reason you want an enum is to give the C++ debugger better type information + so it can show symbolic integer symbols. + * Factored out common richio.cpp and richio.h + which is what DSNLEXER uses. + * Fixed some minor issues with reading circuit descriptor from a *.dsn file. + + +2009-Dec-6 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew & gerbview + * Moved ReturnLayerName() to static BOARD::GetDefaultLayerName() and migrated + to a Specctra DSN compatible default layer naming scheme: + Component becomes Front, Copper becomes Back. + * set_color.h: Cmp becomes Front, Cu becomes Back. + * D_PAD::DisplayInfo() changed to use actual copper layer names. + * more layer setup dialog work, moved all programmatic wxControl instantiation + into the wxFormbuilder environment, but this is fraught with danger: + wxFlexGridSizer used the tallest control to establish the row heights, so + be careful about changing control borders in the scroll panel. The vertical + size can explode since just a couple of pixels times the number of rows + is substantial. Currently I am setting a 5 pixel border only left, top, and right + but not bottom. + * Set copper layer count is back in place as a hack until I can get the enabled + layer bit map fully operational. + + +2009-Dec-3 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + Make the source file to the specctra freerouter help panel be html, not *.h + This makes it easier to preview the page in a browser. Then autogenerate + the *.h file from the html using a CMake script. + +2009-Dec-2 UPDATE Wayne Stambaugh +================================================================================ +Compiler warning, object name, bug, and string fixes. +* Fixed EESchema options dialog focus bug so escape key now works in GTK. +* Rename schematic objects for improved readability. +* Fixed GCC compiler warnings in plot code. +* Added paragraph in UIpolicies.txt about setting dialog box sizes. +* Lots of message box string clean up. + +2009-Nov-05 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + control of masks clearance: Pad Editor Dialog rewritten to handle mask clearances + and a locad Net clearance + +2009-Nov-5 UPDATE Dick Hollenbeck +================================================================================ +++all + CMakeLists.txt support for AUI. + + +2009-Nov-04 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Added: control of masks clearance + - Solder mask clearance can be now defined at footprint and pad level + - Solder paste clearance can be now defined as a global value + and also at footprint and pad level. + The clearance is defined by a constant value and a value proportional to the pad size. + The final value is the sum of the 2 partial values + Note: this is a work in progress: + currently, the pad dialog is not finished and does not + have an option to enter the mask values + Planned: + option to define a net clearance at pad level and footprint level, + as an alternate value to the Netclasses values. + this option could be useful to create fiducials, and for very small footprints. + + +2009-Nov-1 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + * Added exporting of netclass vias to specctra_export. + * DIALOG_DESIGN_RULES now remembers its last selected TAB and screen position and + window size, and its grid columns are automatically expanded to fit the + column titles. Remembering screen position and size allows someone with + multiple monitors to have a given window always come up on the monitor last chosen + for it. + + +2009-oct-30 UPDATE Wayne Stambaugh +================================================================================ +Replace library editor pin properties dialog box and minor update. +* Replaced library pin properties dialog with wxFormBuilder version. +* Remove DialogBlocks version of pin properties dialog. +* Add pin properties dialog support code to pin object. +* Create single event handler for displaying pin properties dialog. +* Remove left over DialogBlocks project file for annotate dialog. +* Fixed escape key bug in library editor new component dialog. +* Add GetUnitsLabel() to get human readable units for dialog labels. +* Translate French comments in all modified files. +* Some minor clean up of Doxygen comments. + +2009-oct-30 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Rewrite the GUI relative to the tracks widths and vias diameters and drills selection + and edition, for compatibility with new netclass approach. + Now vias dimensions are defined by their diameter and drill values + (This is also a simpler an better way than the old one that considers + via diameters and drill values as independant parmeters) + When set a via to a "custom" value, the diameter and the drill values are set. + (of course one can use the drill defualt value of the netclass) + So the via hole edit options (in popup menu) does not exist no more. + The global tracks widths and vias diameters and drills changes are now + accessible by a specific dialog frame. + + +2009-oct-27 UPDATE Jerry Jacobs +================================================================================ +++common + Doxygen output directory changed to Documentation/doxygen + Cleanup of HOTKEY IDs + Creation and cleanup of hotkey submenu + +++misc + Moved pcbcfg.cpp to pcbnew_config.cpp + Moved eeconfig.ccp to eeschema_config.cpp + Fixed typos + +2009-oct-23 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Rework on print function: fixed the fully broken print function in Modedit + and better code. + Removed the display vias option tool in Modedit and Gerbview left toolbar, + because this option has no sense here. + +2009-oct-21 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + * Work on Net Classes: tracks and vias sizes, vias drill + come from netclass netclasses values. Global values removed. + * Added for DRC drill vias and microvias min drill value + +2009-oct-20 UPDATE Wayne Stambaugh +================================================================================ +Replace component library editor draw item dialog box. +* Created new component library editor draw item dialog box with + wxFormBuilder. +* Removed previous DialogBlocks version of the draw item dialog box. +* Removed some additional global variables used in component library + editor. +* Add IsFillable() method to draw item base object. + +wxWidgets 2.9 string fixes and other minor updates. +* Replace all known instances of (const wxChar*) casts to GetChars() for + wxWidgets 2.9 compatibility. +* Cleaned up get component dialog so last part gets saved on wild card + selections. +* Remove redundant schematic component drawing code. +* Added SCH_COMPONENT constructor to create new component from library + component object. +* Add message panel helpers to WinEDA_DrawFrame and update old message + panel access code. +* Using library viewer to add component to schematic now respects unit + and body style selection. + +2009-oct-14 UPDATE Wayne Stambaugh +================================================================================ +Fix save last grid size and other minor updates. +* Create single event handler for grid size events. +* Fix all frame windows to use new grid size event handler. +* Use offset relative to ID instead of ComboBox index to save last grid size. +* Move last grid size load/save setting into WinEDA_DrawFrame. +* Add equality and assignment operators the GRID_TYPE. +* Add current grid helper methods to BASE_SCREEN. +* Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable. +* Add AppendMsgPanel helper to WinEDA_DrawFrame. +* Improve rounding for display of coordinates when millimeter units are selected. + +2009-oct-01 UPDATE Wayne Stambaugh +================================================================================ +* Component library viewer restores state between uses. +* Fixed automatic zoom calculations in library viewer. +* Make library entry list dialog restore previous selection. +* Fix bounding box calculation for vertical field and text draw objects. +* Changed library draw object comparison to test for greater and less than. +* Initial preparation for merging separate library component draw item lists. + + +2009-sept-29 UPDATE Wayne Stambaugh +================================================================================ +* Eliminate external direct manipulation of component draw item pointer. +* Add draw item remove, add, and locate methods to library component object. +* Remove redundant locate pin, field, and draw item code. +* Fix add new pin drawing bug that left initial pin draw in place. +* Improved best zoom calculations for small components. +* Library component bounding box calculation now includes fields. +* Removed unnecessary header file "libcmp.h". +* Fixed potential locate draw item bug in library editor hot key handler. + +2009-sept-27 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + * make pcbnew compatible with last changes + (Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak.) + * Starting complementary work on Net Classes (moving target) + +2009-sept-25 UPDATE Wayne Stambaugh +================================================================================ +Component library editor improvements and minor bug fixes. +* Component library objects renamed for improved readability. +* Fields now move when selected in library editor. +* Add copy constructor to all library draw and library component objects. +* Added copy constructor to EDA_BaseStruct. +* Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak. +* Fixed memory access bug when replacing and adding a component to library. +* Moved library component block manipulation code into component object. +* Removed all of the global variables used by the library editor main window object. +* The usual code cleaning and refactoring. + +2009-sept-22: +Command ID refactoring and other minor improvements. +* Split out application specific command IDs to prevent unnecessary rebuilding. +* Eliminate duplicate menu and tool bar command IDs. +* Split component library editor and viewer definitions to separate header files. +* More component library and document file merge code. +* A bunch of minor string readability and consistency fixes. + +2009-sept-18: +Component library object and other minor improvements. +* Create static component library methods to manage library list. +* Rename component library, component, and alias objects to more readable name. +* Use pointer to component instead of root name to prevent redundant library searches. +* Add append message helper to message panel that calculates string length. +* Initial ground work for merging library and library document files. +* Improved component library file load error checking. +* Minor component library editor improvements. + + +2009-sept-17 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Speed up ZONE_CONTAINER::Copy method + Speed up NETINFO_ITEM* BOARD::FindNet( const wxString& aNetname ) by using afast binary search + Switch to kbool V2.1. This version solves others problems in zones calculations. + Adding an other way to generate thermal shape; DO NOT USE: this is for kbool tests only + (I am thinking some bugs are remaining, so i am always working on kbool tests. + Klaas Olwerda is supporting me) + + +2009-sept-14 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + moved copper layers properties (layers couns anf layers names) from Design rules + to a specific dialog. + This must be seen as a TEMPORARY work, until a volunteer creates a better dialog box, + because there is currently no other way to change copper layers names. + +2009-Sep-10 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + Finished initial NETCLASS work, along with UI. Put NETCLASS support + into DRC. Fixed DRC dialog so progress during DRC is sensible and visible. + The specctra_export probably still needs a little work regarding VIAs. + I compiled wxformbuilder from source, so you may need to upgrade to + load my *.fbp files. + + Jean-Pierre @ todo: pcbnew/zones_test_and_combine_areas.cpp needs to + use NETCLASS and not g_DesignSettings.m_TrackClearance + + +2009-sept-10 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Work on undo/redo in pcbnew finished. + Switch to kbool V2.0. This version solves some problems in zones calculations but not all. + The Kbool's author, Klaas Holweda, is still working on these problems + Thanks to Klaas + + +2009-aug-23 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Work on undo/redo in pcbnew almost finished. + +2009-Aug-16 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + * first of my work on NETCLASSes, more to come. + wrote: BOARD* BOARD_ITEM::GetBoard(), int BOARD_CONNECTED_ITEM::GetClearance( BOARD_CONNECTED_ITEM* ), + rewrote: classes NETCLASS, NETCLASSES, BOARD::SynchronizeNetsAndNetClasses(), + added: NETCLASS::m_ViaDrillSize, NETCLASS::m_Description. Removed netname from + EQUIPOTs in *.brd file (were redundant with NETCLASSes in *.brd file). NETCLASSes + now follow EQUIPOTs in *.brd file. + NETs and NETCLASSes are linked by pointer from class NET. + BOARD::SynchronizeNetsAndNetClasses() will validate pointers, NETs and NETCLASSes. + * Pay particular attention to the new: + int BOARD_CONNECTED_ITEM::GetClearance( BOARD_CONNECTED_ITEM* aItem ) const + which considers two netclasses and finds the largest distance from the two + involved. + * I would love to see class NETINFO_ITEM renamed to NET. + + +2009-Aug-6 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + MsgPanel is dynamically sized based on system gui font. Before this fix + the window height was hardcoded and was too small on systems with large + fonts. See WinEDA_MsgPanel::GetRequiredHeight(); + + +2009-aug-08 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Work on undo/redo in pcbnew in progress. + SEG_ZONE is now deprecated. + When a zone is fille by segment, the ZONE_CONTAINER handles these segments + +2009-july-29 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Starting work on undo/redo in pcbnew. + Currently, undo redo commands are only delete one item (and only for some items) + + +2009-july-25 UPDATE Jean-Pierre Charras +================================================================================ +++all + Rework on undo/redo and block functions + Better and simpler coding of block and undo/redo functions + The goal is to have the same functions in eeschema and pcbnew. + and have a full undo/redo in pcbnew. + +2009-july-18 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + First work about net classes. This is a work in progress and a moving target. + Manual routing and DRC do not use yet this feature + + +2009-Jul-13 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + added support to specctra import for the descriptor. + had confused with the + The fix facillitates round tripping from the TOPO-R router. + + +2009-july-10 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Enhanced netlist creation and ERC tests for component having multiple parts per package + Connecting power pins of all parts is no more needed. + Usually, these components have in schematic duplicated power pins. + Op amps having 4 parts have also 4 duplicated pins per power input, + and therefore the user must place 4 power symboles per physical power pin + Now Only one power is needed (now eeschema search for a connected pin + between duplicated power pins) + Note this is a work in progress because the ERC does not check if these duplicate + are connected to the *same* net. + +2009-july-06 UPDATE Jean-Pierre Charras +================================================================================ +++All: + Use a common class for markers in pcbnew and eeschema: + created a basic class called MARKER_BASE + class DRC_ITEM is also common to pcbnew and eeschema + class MARKER (in pcbnew) and class MARKER_SCH (eeschema) are derived + from this basic class. + The main goal is to use a common class for pcbnew and eeschema to handle + errors and to have similar dialogs + and have more comprehensive ERC messages errors in eeschema + This is a work in progress + + + +2009-july-05 UPDATE Jerry Jacobs +================================================================================ +Added Hauptmech patch. +I Updated doc to match this patch. + +++Pcbnew: +> * Board thickness in the 3D view can be set in *.pcb files (hand edit) +> * Hotkey files bug: incorrect file extension as default in some open/save dialogs. +> * Hotkeys made available for pcbnew [add track] and [add module] tools. +> * Drag and Move hotkeys extended to drag tracks and move nodes/vias when the [add track] tool is active. +> * Show/Hide Invisible Text button added to lefthand menu +> * Dropdown list of clearance history available next to trackwidth history. + + +2009-june-18 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Added: in DRC tests: tests for vias min size and tracks min width. + Added: Option to show the via area while creating a new track. + Useful in compact designs to know how to place a via during track creation. + +2009-june-11 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Added text justification for graphic texts in libedit + Minor bug 2803506 fixed (error when mirroring bus entries) + Some code cleaning. + Better locating algo for arcs in libedit + +2009-may-30 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Changes about thickness of lines in draw/plot functions. + Now there is only one thickness parameter for plot and print. + This is now the default thickness value, + used for items that have a line thickness = 0, + and NOT the minimum thickness. + reasons: + - Obviously, differents parameters to draw and plot are bad. + (what you plot is NOT what you see) + - small texts are not readable with an minimum thickness value + that could be good for others items. + + +2009-may-30 UPDATE Jean-Pierre Charras +================================================================================ +++All: + Cleaned and optimized code about new hershey fonts and bold texts handling. + Bold texts use now the same font as normal texts. + Only the pen size used to draw them is bigger. + - The max pen size allowed depending on texts sizes is now tested + when loading boards and modules, and clamped if too large. + + + +2009-may-28 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Finished code cleaning about ratsnets calculations and handling + Obscure code removed ( I hope) + Better names for some members of BOARD class. + +2009-may-24 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + clean code in ratsnet calculations (work in progress) + The old code was very difficukt to understand, and was sometime very ugly. + Mainly, the list of nets (RATSNEST_ITEM class, formerly EQUIPOT class) + are now handled in a std::vector, and not a linked list. + This is better, because nets identifiers for pads and tracks are a number called netcode. + now, this is the index of the given net in this list, and the code to find a net given by its netcode + is very fast. + + +2009-may-12 UPDATE Jean-Pierre Charras +================================================================================ +++All: + Rework on TEXTE_PCB, SCH_TEXT and EDA_TextStruct classes. + Code seriously cleaned, obscure and duplicated code removed, + and some oddities removed ( like different .m_Orient values in eeschema and + pcbnew, for the same text orientation ) + Multiline texts (in comments and Pcb texts) are now supported. + In pcbnew text justifications could work (but not yet used and tested) + + +2009-may-01 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + Better dialog options for zones on technical layers. + Zones on silk screen filled with segments are now plotted + Better support of multiline texts (work in progress) + +2009-apr-25 UPDATE Jean-Pierre Charras +================================================================================ +++ Eeschema: + When annotating: tests and repairs bad (duplicated) time stamps. + Can be found in old schematics or converted from others tools ... + +2009-apr-24 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Fixed: fully broken netlist import from eeschema when using time stamp. + (normal operation worked fine) + Added: alawys print diags in dialog window when reading a netlist + +2009-apr-17 UPDATE Jean-Pierre Charras +================================================================================ +++ALL: + Code clarification: There were 3 functions to display info: + - DisplayInfo (displaying a message info) + - class members DisplayInfo and Display_Infos doing the same thing + (and sometimes these 2 functions were existing in some classes) + This was *very* confusing and created minor bugs + (info in eeschema was not always displayed, because the "bad" function was used) + Now DisplayInfo is renamed DisplayInfoMessage + Ann class member DisplayInfo is used in all classes ( replaces all Display_Infos instances) + +2009-apr-12 UPDATE Jean-Pierre Charras +================================================================================ +++eeschema: + Default libraries path are now differents for pcbnew and eeschema (as it do) + Fixed: bad library search path for schematic component docs (docs were not found) + Added: display actual lib paths in eeschema lib config dialog. + + These next fix give the same behavior than "old" version + Use relative paths in libraries and doc filenames when possible + i.e when a file is found in a sub path in a default path + (very important for Windows/linux/mac compatibility of projects and their configs) + + TODO: allows user to add paths in list. Currently the user path for lib is broken + (but the new code could allow the user to add more than one user path) + + TODO: do the same for pcbnew and cvpcb + +2009-apr-10 UPDATE Jean-Pierre Charras +================================================================================ +++eeschema: + - Viewlib: listboxes for lib or component selection are now resizable + - library cache name changed from .cache.lib to -cache.lib + Needed by the new code using wxFileName. + When wxFileName calculate the filename, it returns , + and the old code returns .cache + So to avoid problems or ugly code, the lib cache name is now -cache + Old cache is used if the lib cache with the new name is not found. + + +2009-apr-07 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + fixed: bug 2738052 (Delete tool does not delete zones outlines) +++eeschema: + fixed: void history file list in menu +++All: + made GetAssociatedDocument() compatible with last changes in kicad path handling. + Get PDF doc associated with a component now works + Some work still needed. + +2009-apr-06 UPDATE Jean-Pierre Charras +================================================================================ +++common: + overbar patch merged in drawtxt.cpp and mainly in eechema/class_pin.cpp + some cleanup and some compiling problems fixed. + +++eeschema: + changed dialog_eeschema_config.cpp to use wxFormBuilder to create + the corresponding equivalent dialog in dialog_eeschema_config_fbp.cpp + +2009-apr-05 UPDATE Wayne Stambaugh +================================================================================ +++All + * Removed all instances #ifdef eda_global, COMMON_GLOBL, and MAIN in order + to unobfuscate global variables. + * Moved global variables common to all applications into common.cpp. + * Moved global variables common to Pcbnew, Gerbview, and Cvpcb into + pcbcommon.cpp. + * Create pcbcommon library to prevent compiling shared PCB drawing object + files multiple times. + * Replaced round() with wxRound and eliminate MSVC specific implementation. + * Moved project configuration files into the application class. + * Moved editor name global variable into the application class. + * Created load and save settings methods for basic frame class and begin + putting global variables in the class where they are used. + * Start replacing obsolete wxWidgets file functions and redundant Kicad + file name manipulation code with wxFileName. + * Initial library search path implementation using wxPathList. + * Define correct wxFileDialog wild cards. + * Apply patch Fix typo in about box to keep MAC folks happy. + * Lots of general code clean up, spelling error fixes, and uncrustification. + * Renamed Affiche_Status_Box to UpdateStatusBar. +++EESchema + * Defined Load() method so library file drawing objects can load themselves. + * Defined GetBoundingBox() method so library file drawing objects can + calculate their own bounding box. + * Fix arc library drawing object bounding box calculation. + * Remember last import and export library path in library editor. + * Add new library search path support. +++Kicad + * Eliminate the one giant case statement to rule them all command event + handler and create per command event handlers. +++CvPcb + * Add new library search path support. + * Add message dialogs to prompt user of library file load errors instead of + failing silently. + * Fix NULL pointer bug were display frame would crash CvPcb when + WinEDA_DisplayFrame::Get_Module() could not find foot print module. +++PcbNew + * Add new library search path support. + * Add message dialogs to prompt user of library file load errors instead of + failing silently. + + +2009-mar-30 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + added BOM generator (in postprocess menu) + + +2009-mar-28 UPDATE Jean-Pierre Charras +================================================================================ +++All + code cleanup in project_config.cpp. + Now parameters common to all projects are saved on exit. + (they are usally options like colors, draw options ...) + +++pcbnew: + added option to show or not netnames on pads and tracks + + +2009-mar-23 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + in DRC: added test pads to holes. +++Al: + minor changes. + + +2009-mar-16 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + Fixed: + bug that crashes pcbnew when removing all footprints + (in connection calculations, pointers to pads not reset) + + bug that crashes pcbnew when filling a zone + if a module has a trapezoidal pad + (trapezoidal pads are not yet implemented in zone filling, + they are now calculated as rect shape (todo: a better handling) ) + + +2009-mar-12 UPDATE Jean-Pierre Charras +================================================================================ +++eeschema: + Added: option to print ALL users fields in B.O.M., + so if more than 8 fields, they are printed. (issue 2680640) + +++pcbnew: + Added 5 metric grids (1mm, 0.5mm 0.25mm 0.2mm and 0.1mm) in default grid list. + Minor bug in drill map creation (PS format) fixed + +2009-mar-11 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + fixed: a bug that can delete an existing zone after creating a new zone, + if the new zone contains this existing zone + This is a DRC error, buf can be temporary possible when creating complex zones + +2009-mar-10 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: +++gerbview: + print,plot: error message displayed when no layer selected. + + +2009-Mar-5 UPDATE Vesa Solonen +================================================================================ +++pcbnew: + bug fix in zones_convert_brd_items_to_polygons.cpp: + Fixes "thermal stub bleed" in zone fill. Small (compared to thermal width) pads are handled properly now. + + +2009-mar-05 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + bug fix in move_or_drag_track.cpp: + function SortTrackEndPoints() broken: does not handle pointers to pads for start and end and flags relative to these pointers + MergeCollinearTracks( ) broken, because it merge segments having different width or without any connectivity test. + 2 collinear segments can be merged only in no other segment or vais is connected to the common point + and if they have the same width. See cleanup.cpp for merge functions + These functions break the connectivity calculations. + So they are temporary disabled (see my comments in these functions) + bug fix in Marque_Une_Piste(): the last segments created can be see as part of the flagged track: + so delete track (or edit track width) deletes the track and some others segments (last created) + bug fix 2660689 Unconnected pads in RC4. Also fixed some no deletion of the old track when creating a new track + + +2009-Feb-25 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Fixed hot key bug that caused undo and redo events in the library editor + to be passed to the schematic frame. Fixes bug #1896790. + * Fixed hot key bug that allowed new wire to be placed during block move + causing a manage cursor message box to pop up. + * Fixed hot key bug that allows an object in block to be deleted during + a move or drag operation. + + +2009-Feb-25 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + * Markers were not shown when on top of a high-lighted pad. Moved highlight + drawing function into class BOARD and out of Frame. Call BOARD::DrawHighLight() from + within BOARD::Draw() to fix. + * Gerbers were not generated if you had EDGE_MODULEs on a copper layer, such as in + a MuWaveBasicShape. The line thickness was not being put into the gerber via a DCODE. + These gerber files were bad, and geda gerbv would also complain. + * A few window titles were not conformant with UIpolicies.txt. + * You could not load a *.pro file from another project into PCBNEW if your current + project had none. Changed wildcard mask. + * Deleted gen_self.h and moved that code into muonde.cpp + + +2009-Feb-24 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + * dialog boxes calling OnInitDialog are flashing because these functions + change the size of controls that are already on screen. This leads to + an annoying resize operation. So I renamed OnInitDialog(event) to + void init() and call it from the constructors. Did this for + dialog_general_options.cpp and dialog_display_options. + * dialog_general_options was not setting g_MagneticPadOption and g_MagneticTrackOption + + +2009-Feb-24 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + bug fix: + 2628615 Error message after right click into zone + 2625434 Crash after trying to edit a line/drawing +++cvpcb + fix: 2625090 CVpcb - language selection + + +2009-Feb-17 UPDATE Jean-Pierre Charras +================================================================================ +++gr_basic.cpp + Added: Function ClipAndDrawFilledPoly() + Used to clip a polygon and display it as Filled Polygon + uses the Sutherland and Hodgman algo to clip the given poly against a rectangle. + This rectangle is the drawing area + this is useful under Linux (2009) because filled polygons are incorrectly drawn + if they have too large coordinates (seems due to integer overflows in calculations) + Could be removed in some years, if become unnecessary. + + +2009-Feb-17 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + Loading a module into the module editor was changing the layer count + of a loaded board. This is because void WinEDA_ModuleEditFrame::Process_Special_Functions( wxCommandEvent& event ) + calls bool WinEDA_BasePcbFrame::Clear_Pcb( bool query ) + which then sets the global g_DesignSettings.m_CopperLayerCount = 2; + This is terrible. + We need a layer count in each board, not as a global. For now, comment out the assignment in initpcb.cpp. + + +2009-Feb-17 Jean-Pierre Charras +================================================================================ +++pcbnew: + Dialog track options redesigned with wxFormBuilder + Alt via drill renamed Specific via drill in dialog and popup menu. + Added tips in dialog. + + +2009-Feb-09 UPDATE Dick Hollenbeck +================================================================================ +++eeschema + Changed dialog_edit_label so that it is UIpolicies.txt compliant. Proper case + on window titles, resizeable dialog border, minimum text width handling. + + +2009-Feb-7 Jean-Pierre Charras +================================================================================ +++All: + change grid size type from integer to double (using wxRealPoint insteed of wxSize) + This is mandatory in Pcbnew to handle metric user grids without error + (was unusable before, using integer grid size). + A lot of footprints uses not metric grid. + refinements for user grid (mainly in read/write config). + + +2009-Feb-06 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + added "cutout" from a ZONE_CONTAINER capability to the SPECCTRA export. + added "netless zone" support to SPECCTRA export. + + +2009-Feb-6 Jean-Pierre Charras +================================================================================ + Added a forgotten contributor (Tim Hanson) to kicad contributor list. + +++pcbnew: + Zoom factors in 1.5 progression, and limited to 18 values + (near to to Wayne Stambaugh's changes: 15 values are not enought for pcbnew) + removed minor problems in zoom box selection (removed blank line). + Added user grid selection in modedit and refinements when user grid is selected. + + +++eeschema: + Zoom factors in 1.5 progression, and limited to 15 values according to Wayne Stambaugh's changes. + +2009-Feb-05 UPDATE Wayne Stambaugh +================================================================================ +++All + * Change CMakeList.txt so that all PCB object classes that do not need built + separately for pcbnew, gerbview, and cvpcb only get built once and added + to the common library. + * Override all classes derived from WinEDA_BasePcbFrame so that the source + code file basepcbframe.cpp only gets compiled once and added to the common + library. + * Prevent cursor movement keys from moving outside of client area by + automatically scrolling the drawing. + + +2009-Feb-4 UPDATE Vesa Solonen +================================================================================ +++pcbnew: +++eeschema: + Zoom factors in 3th root series of 2. So two intermediates between half/double scale. + +2009-Feb-04 UPDATE Wayne Stambaugh +================================================================================ +++All + * Refactor header files to reduce the number of files that need recompiled + when making changes to base classes. + * Move sine and cosine look up tables from trigo.h to trigo.cpp to avoid + multiple recompiles. + + +2009-feb-01 UPDATE Jean-Pierre Charras +================================================================================ +++All: + change filename drawpanel_wxstruct.h to class_drawpanel.h + and move class BASE_SCREEN description from drawpanel_wxstruct.h to a new file: class_base_screen.h + minor enhancement for window zoom command. + refinements in 3D zones drawing. + +2009-jan-31 UPDATE Jean-Pierre Charras +================================================================================ +++All: + Print functions and display zoom level modified to use the new zoom implementation + Comments added in some functions. + Code cleaning + some bugs fixed. + Added contributors to list in about Kicad. + +2009-Jan-29 UPDATE Wayne Stambaugh +================================================================================ +++All + * Replace zoom implementation with a more flexible ( and hopefully useful ) + design. + * Removed gr_basic.h from fctsys.h so that the entire project doesn't get + rebuilt unnecessarily. + + +2009-Jan-29 UPDATE Dick Hollenbeck +================================================================================ +++all + common.c added EnsureTextCtrlWidth() +++eeschema + * dialog edit component in schematic: make sure chipname text control is wide + enough to handle unusually long chip names. + * Retain and re-use user's desired dialog edit component window size. + Did not have time to look at dialog edit component in library. + + +2009-Jan-27 UPDATE Vesa Solonen +================================================================================ +++pcbnew: + Zone arc approximation starts with half increment offset from v/h for pads and vias + to get more fill space between rows. + +2009-Jan-17 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + Found why remove unused thermal stubs fails sometimes: + Only the first filled area in a zone was tested. + Solved. + +2009-Jan-18 UPDATE Wayne Stambaugh +================================================================================ +++All + * Replace Kicad file history implementation with wxFileHistory. + * Laid groundwork for search paths using wxPathList in EDA_Appl. + * Made ReCreateMenuBar actually recreate the menu bar. Now language updates + to menus can be changed without restarting program. + * Lots of general housekeeping, simplification, and code beautifying. +++EESchema + * Fix zoom and pan bug in library viewer panel due to incorrect DrawPanel + rectangle. + * Add zoom accelerator keys to library viewer (works in GTK, not Windows). + * Add Postscript header to new print dialog so Linux build works. +++PcbNew + * Add Postscript header to new print dialog so Linux build works. + + +2009-Jan-17 UPDATE Jean-Pierre Charras +================================================================================ +++All: + Cleaned code in print dialogs. + They are now specific to eeschema and pcbnew. + Gerbview uses pcbnew dialog. + The code is now a lot more easy to understand. + + +2009-Jan-15 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Added: patch from Rok Markovic (rok@kanardia.eu) to remove unused stubs in thermal pads + Modified: print boards when printing in color mode layers on one sheet: + now printed in OR mode like drawings on screen + Also in SVG mode, but OR mode seems not work very well in SVG mode (tested with inkscape). + + + +2009-Jan-11 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Added: print SVG format. + SVG print/plot function uses WRITE modeinsteed of OR mode as graphic mode. + todo ? uses OR graphic mode with black background color (wait and see) +++eeschema: + Code cleanup for Print SVG format, and used wxFormBuilder in SVG print dialog + + +2009-Jan-10 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Calculations to create filled areas in a zone modified and uses 2 pass: + 1 - filled areas are calculated with pads in zone. + 2 - If thermal shapes are wanted, they are added (i.e. copper removed after ). + Seen comments in zones_convert_brd_items_to_polygons.cpp + The initial method was calculate filled areas in one pass. + With the 2 pass calculation, the calculation time is more expensive but: + - Kbool seems now works correctly in cases where the one pass way does not work + - Thermal reliefs can have a better shape (todo..) because when calculating them, the filled + areas are known (this was not the case in one pass way) + + +2009-Jan-08 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Print and plot functions now properly prints all sheets in a complex hierarchy + plot files created have now a new filename in order to be compatible with complex hierarchies + + +2009-Jan-07 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Print function now properly prints all sheets in a complex hierarchy + Note: plot functions are not updated and do not plot all sheets. + + +2009-Jan-07 UPDATE Wayne Stambaugh +================================================================================ +++all + * Don't pan or zoom on mouse wheel events when the cursor is not in the + drawing area. + * Reduce all zoom code to a single zoom command handler. + * Eliminate redundant zoom command identifiers. + * Move pop up zoom command handler from DrawPanel to DrawFrame. + * Change hot key zoom handlers to use command events. + * Added DrawFrame event table to replace COMMON_EVENTS_DRAWFRAME macro. + * Added locale path relative to binary path for development purposes. + * Minor code clean ups and duplicate header removal in files that were + updated. + + +2009-Jan-04 UPDATE Dick Hollenbeck +================================================================================ +++all + wxPcbStruct.h: made m_Pcb private, added GetBoard(). Am considering + putting each gerber layer into its own BOARD. + + +2009-Jan-02 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema: + Code cleaning. + LibDrawPolyline uses now std::vector to handle corners. + DrawPolylineStruct uses now std::vector to handle corners. + diff --git a/Documentation/changelogs/CHANGELOG-2010.txt b/Documentation/changelogs/CHANGELOG-2010.txt new file mode 100644 index 0000000..40f5d1b --- /dev/null +++ b/Documentation/changelogs/CHANGELOG-2010.txt @@ -0,0 +1,1010 @@ +KiCad ChangeLog 2010 +==================== + +2010-dec-31 UPDATE Wayne Stambaugh +================================================================================ +++all + * Exclude boost header include path from Doxygen files. + * Coding guide line and doxygen warning fixes. +++EESchema + * Rename OBJ_CMP_TO_LIST to SCH_REFERENCE. + * Move code related to SCH_REFERENCE into the object where it belongs in hope + that some day the object members can be made private instead of public. + * Add GetComponent method to sheet path and sheet path list objects. + * Move screen list code into screen list object. + + +2010-Dec-28 UPDATE Dick Hollenbeck +================================================================================ +++richio: + * Deleted kicad_exceptions, because it required the big #include and + that was slowing down compiling. Moved that stuff back into richio.h where + it came from. + * Enhanced IO_ERROR to format an errorText. + * Added THROW_IO_ERROR() and THROW_PARSE_ERROR() macros to capture the + the call site of the thrower. If you have problems compiling, it is probably + due to the definition of __LOC__ in richio.h. Some compilers may not support + __func__ in C++ yet. Find a macro that identifies your compiler, and we can + work out something in the #define of __LOC__. + +2010-Dec-28 UPDATE Dick Hollenbeck +================================================================================ +++new: + Completed most of /new class LIB_TABLE. + Completed all of /new class LPID. +++common: + Tricked xnode.h into not issuing deprecation warnings. +++richio: + * Added support of DSNLEXER( LINE_READER* ) to TokenList2DsnLexer.cmake, which + allows the chaining of different grammars on top of a common LINE_READER. + * Changed OUTPUT_FORMATTER::Quoted() to return a std::string and not modify + its input parameter. + + +2010-dec-21 UPDATE Wayne Stambaugh +================================================================================ +++all + * Doxygen comment warning fixes. + * Coding policy fixes. +++common + * Add clone method to EDA_ITEM object. +++EESchema + * Replace GenCopy() method with Clone() in all items derived from SCH_ITEM. + * Simplify repeat last schematic item with new Clone() method. + * Simplify duplicate schematic item method with new Clone() method. + * Separate objects in sch_items.h/cpp into separate files per object. + + +2010-dec-20, UPDATE Jean-Pierre Charras +================================================================================ +common: + Rename EDA_Rect::Inside to EDA_Rect::Contains + ( EDA_Rect::Inside( const EDA_Rect& aRect ) was very ambiguous ) + Fix some Doxygen warnings and erroneous comments + + +2010-Dec-19 UPDATE Dick Hollenbeck +================================================================================ +++new: + Completed a good portion of /new class DIR_LIB_SOURCE. + Added an autonomous CMakeLists.txt file to /new, with new-docs target and + test program target. + +2010-dec-15, UPDATE Jean-Pierre Charras +================================================================================ +Gerbview: + Added: in file dialog, multiple file selection. + Added: Draw mode selector (in left toolbar): + Raw mode: + a Gerber image is drawn on screen without buffering. + Artifacts happen if there are negative items drawn, if more than one + Gerber file is shown. + Stacked mode: + each Geber image is drawn in a buffer and after drawn on screen + No artifact with negative items. + Each Gerber image covers previous images. + OR mode (transparency mode): + each Geber image is drawn in a buffer and after drawn on screen + No artifact with negative items. + Each Gerber image is "ORed" with previous images, like in Pcbnew. + Try to optimize Draw function in buffered modes. + (Useful for PC that have problems with "blit" graphic function) + Fix minor issues. + +2010-dec-13 UPDATE Wayne Stambaugh +================================================================================ + * Remove deprecated options and quoted project name option in Doxygen file. + * Make Bazaar ignore the files generated by Doxygen in the new folder. +++EESchema + * More schematic component encapsulation work. + * Doxygen comment fixes. + + +2010-Dec-13 UPDATE Dick Hollenbeck +================================================================================ +++eeschema: + Committed a new design for a "Distributed Library System". + To make the html docs, run doxygen in /new with that as your + current working directory, or run the shell script in there. You need + Doxygen installed. + + +2010-dec-13 UPDATE Wayne Stambaugh +================================================================================ +++common + * Make base marker hit test method const. +++EESchema + * Improve hit testing for schematic components. + * Add initial support for hit test filtering. + * Moved static function CountConnectedItems() into SCH_SCREEN object. + * Add IsConnected() method to SCH_ITEM object. + + +2010-dec-10 UPDATE Wayne Stambaugh +================================================================================ +++All + * Make a whole bunch of object methods const in order to make HitTest() const. + * Lots of coding policy fixes. +++common + * Add Inside override to EDA_Rect to test if another EDA_Rect is inside. + * Add additional parameter to EDA_TextStruct GetTextBox method to support + Y axis inversion and non-default thickness. + * Add accuracy parameter to EDA_TextStruct TextHitTest method. +++EESchema + * Refactor schematic object hit testing to provide coherent object interface. + * Remove redundant GetBoundaryBox from schematic component object. + * Remove redundant layer member from schematic text object. + * Create hit test override to check for rectangle intersection and + containment. + * Simplify schematic block selection hit testing. + * Make schematic and component library object enum naming consistent. + + +2010-dec-08 UPDATE Wayne Stambaugh +================================================================================ +++All + * Coding policy object naming and formating fixes. +++GerbView + * Fix compiler warnings. +++Common + * Change item list type from SCH_ITEM to EDA_BaseStruct in BASE_SCREEN + object. + * Encapsulate BASE_SCREEN drawing item list member. + * Change grid container from wxWidgets to standard C++ container. + + +2010-dec-07 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Finish encapsulating LIB_FIELD object. + * Encapsulated all members currently in use in LIB_PIN object. +++Common + * Add SetModified() helper to EDA_BaseStruct object that checks for a parent + object and sets it's modified status as well. + + +2010-dec-02 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Move color configuration dialog to dialogs folder. + * Simplify color configuration dialog design, remove enable grid checkbox( I + think we have enough places to do this), and remove abbreviated labels. + * Restore changing value field behavior to create new component from the + current one and handle all of the potential library naming conflict issues. + * Create a toolbar button perform the same function as renaming the value + field for improved usability. + * Add new copy component bitmap contributed by Jean-Pierre Charras. + + +2010-dec-02, UPDATE Jean-Pierre Charras +================================================================================ +Pcbnew: + For zone filling algo, change the default polygon library from Kbool to Boost::polygon. + + +2010-dec-01, UPDATE Jean-Pierre Charras +================================================================================ +Gerbview: + Added support for complex definitions of parameters in aperture macros and primitives macro + (a complex definition in a parameter that is calculated by an arithmetical expression) + Gerbview should now have a decent support of Gerber language. + Currently only the obscure knockout command is not supported (I have no motivation to do that) + Other "bug": + scale in A and B axis is poorly supported: coordinates are scaled, but shapes can have problem: + fro instance, a circle is drawn as a circle when A and B scales are different, + and perhaps should be an ellipse. + On the other hand, Gerber doc is not clear about the meaning of A and B scale. + (Alas! Gerber doc is not clear about most of advanced commands) + + +2010-nov-19 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Move library new component and schematic edit sheet dialogs to dialogs + folder. + * Set library new component and schematic edit sheet dialogs default button. + * Create wxFormBuilder version of edit sheet label dialog and remove hand + coded version. + * More coding policy fixes. + + +2010-nov-19 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Move library dimension, schematic configuration, and schematic options + dialogs to dialogs folder. + * Set library dimension, schematic configuration, and schematic options + dialogs default button to OK button. + * Kicad coding policy clean ups. + + +2010-nov-17 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Move library text edit, library draw item edit, SVG print, and BOM dialogs + to dialogs folder. + * Rename library text edit dialog file and object names to comply with + coding policy. + * Set default button in library text edit, library draw item edit, SVG print, + and BOM dialogs. + * Move BOM dialog code into BOM dialog object source file. + + +2010-nov-11 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Make schematic object file naming consistent. + * Move annotate dialog to dialogs subdirectory and set the "Annotation" + button as the default. + * Move ERC dialog to dialogs subdirectory and set the "Test Erc" button + as the default. + * Move the print dialog to dialogs subdirectory and set the "Print" button + as the default. + * Create print dialog header and move the OnPrint() method into + schframe.cpp. + + +2010-nov-10 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Header file rationalization. + * Move schematic object load code into the appropriate schematic object. + + +2010-nov-3 UPDATE Wayne Stambaugh +================================================================================ +++common + * Initial ground work for using Boost container for storing draw items + instead of internal linked list. +++EESchema + * Move tests for dangling end code back into schematic objects. + * Add clear draw object state helper to SCH_SCREEN object. + * Add support for schematic objects to keep temporary list of connection + objects for dangling end and other connection related tests. + * Rearrange schematic label object code. + * Remove duplicate error message boxes when loading schematic items. + + +2010-oct-28, UPDATE Jean-Pierre Charras +================================================================================ +PolyLine.cpp: + remove unused method CPolyLine::TestPointInsideContour() which was a duplicate of + TestPointInsidePolygon(). + In CPolyLine::TestPointInside(); replace curious algo (which have a problem) + to test a point inside a polygon by TestPointInsidePolygon() +++Pcbnew: + fix a bug in Drc and clearance calculations when using a dummy pad + ( in zones calcualtions and to test holes ot tracks and holes to pads DRC). + +2010-oct-26 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Change screen list object array type from wxARRAY to std::vector. + * Move all SCH_SCREEN methods into file class_sch_screen.cpp. + * Move find dialog files to dialogs sub-directory. + * Remove hallucinatory save and restore methods I wrote from component + library draw objects. + * Merge external TstAlignSegment function to SCH_LINE::MergeOverlap method. + * Move save schematic method to files-io.cpp and remove empty file + save_schemas.cpp. +++include + * Remove unused internal link list next and back methods from base screen + object. + + +2010-oct-25 UPDATE Wayne Stambaugh +================================================================================ +++EESchema + * Remove common library component and alias base class CMP_LIB_ENTRY. + * Derive LIB_COMPONENT and LIB_ALIAS directly from EDA_BaseStruct. + * Encapsulate most library draw item object members. + * Make most library draw item get methods constant. + * Merge two edit component properties methods into a single method. + * Update double click left mouse button to use merged edit component + properties method. + * Set schematic find dialog find button as default button. +++include + * Add in-line flag state helpers to EDA_BaseStruct. + + +2010-oct-22 UPDATE Wayne Stambaugh +================================================================================ + Component library editor bug fixes and other minor fixes. + * Fix bug that prevented component from being replaced in library when + the component root name was changed. + * Fix drawing bug when changing text or field item string while move in + progress. + * Fix drawing bug when rotating text item while move in progress. + * Prevent undo or redo when editing a component draw item. + * Fix assert bug when replacing component in library when the component + root name was changed. + * Fix bug in field editor caused by new root alias implementation that + prevented any field from being changed. + * Fix minor spacing issues with EESchema find dialog. + * Deprecate remaining internal linked list code from component library + objects. + * Rename pin object files to match new library object file naming + scheme. + * Move LIB_TEXT object definition into it's own header file. + +2010-Oct-20 UPDATE Dick Hollenbeck +================================================================================ +++richio: + LINE_READERs will now allocate a smaller initial size buffer, say 5000 bytes, + and then resize their buffers up to some provided maximum, after which an + exception is thrown should a line exceed that maximum line length. + + +2010-oct-15, UPDATE Jean-Pierre Charras +================================================================================ +++gerbview: + Added support for gerber commands: + SR (Step and Repeat) + multiple MOIN and/or MOMM in file (switch units from inch to mm and mm to inch) + +2010-oct-09, UPDATE Jean-Pierre Charras +================================================================================ +++gerbview: + Fixed some issues: + Now aperture macro with parameters works. + Note: complex parameters (like $1 + 4) are not supported + + other commands not yet supported: + SF (scale factors) + Offsets (image and layer) + Rotations (image and layer) + Axis definition + Mirroring + SR (Step and repeat) + KO + +2010-Oct-5 UPDATE Dick Hollenbeck +================================================================================ +++richio: + * LINE_READER now has a GetSource() function which is used in error + reporting. This is typically the name of the file which is supplying the + lines of text, or string "clipboard" if the text is coming from the clipboard. + Derived classes FILE_LINE_READER and STRING_LINE_READER's constructors both + need an additional parameter which identifies the source. + * FILE_LINE_READER now owns the source FILE and will close it in its destructor. + This resulted in the removal of several fclose() statements that had been + there to close a file associated with a FILE_LINE_READER. + * DSNLEXER now supports an internal LINE_READER* stack which is used to handle + nested s-expression files, with the ability to resume from the proper place + in the containing file. There is now PushReader() and PopReader() functions + in DSNLEXER to handle this. No protection is provided against circular + inclusions, but this could be done by searching the stack and comparing + GetSource() values for anything already on the stack before pushing. + Each s-expression grammar is free to define one or more keywords that cause + nesting to occur. That policy choice is not part of DSNLEXER's job. + One example might be: + (inherit (footprint library_uri ftprintname)) + +2010-oct-04 UPDATE Wayne Stambaugh +================================================================================ + Initial work on new component library stucture. + * Use C++ map in component library instead of boost::ptr_vector. + * Drop Boost pointer containers for standard C++ containers. + * Moved duplicate name user interface elements from library object to + library editor. + * Added code to support direct addition and replacement of component + alias objects into libraries. + * Removed temporary strings used to add and remove alias objects. + * Libraries only store alias objects, components now accessed thru alias. + * Simplify library API for adding, removing, and replacing components. + * Updated edit component in library dialog and library editor to reflect + component library object changes. + * Fixed bug in library viewer when displaying alias name. + * Made a few header files compile stand alone per the new coding policy. + * Remove some dead code and the usual code formatting fixes. + + +2010-oct-03, UPDATE Jean-Pierre Charras +================================================================================ +++gerbview: + finished Draw functions for aperture macros. + Now aperture macros are draww correctly. + Known bug: aperture macros having parameters are incorrect: parameters are not transmited correctly. + Work still in progress. + +2010-sept-28, UPDATE Jean-Pierre Charras +================================================================================ +++gerbview: + Important changes: + graphic functions rewritten. + graphics items are now specific to gerbview (added a GERBER_DRAW_ITEM class) + and do not use tracks from pcbnew. + The way used to draw them is also new. + Apertures are now correctly drawn for round, oval, rectangular and regular polygon shapes + (with or without holes) + Aperture definition type Polygon is not yet handle. + Polygons are correctly drawn. + TODO: + Draw functions for aperture macros. + Work in progress. + + +2010-Aug-9 UPDATE Dick Hollenbeck +================================================================================ +++CMakeModules: + Revise TokenList2DsnLexer.cmake to take outCppFile and outHeaderFile optinally + and enum mandatorily. Standardize the script's invocation technique within + all the CMakeLists.txt files. + +2010-Aug-8 UPDATE Dick Hollenbeck +================================================================================ +++CMakeModules: + Revise TokenList2DsnLexer.cmake to make an entire derived lexer class that + returns the proper enum type for superior debugging. +++eeschema + * netform.cpp now outputs the allowed footprint filters for a given library + component. + * There is an auto-generated class called NETLIST_LEXER which is defined in + from netlist.keywords by TokenList2DsnLexer.cmake into netlist_lexer.h, that + may be the basis of loading a S-expression form of the generic netlist format + which is written from netform.cpp. + + +2010-Aug-7 UPDATE Dick Hollenbeck +================================================================================ +++common + * add xnode.cpp and xnode.h which can be used to output either an XML or + S-expression document file. + * Add class STREAM_OUTPUTFORMATTER which is a richio class which can write + to any of the wxOutputStream derivatives, such as file, socket, zip, tar. + * Added netlist.keywords +++eeschema + * netform.cpp can now output S-expression OK, although I have it commented out + pending the addition of a UI for it. + + +2010-Aug-4 UPDATE Dick Hollenbeck +================================================================================ +++eeschema netform.cpp: + * Finish up first working version of the XML export. + +2010-Aug-3 UPDATE Dick Hollenbeck +================================================================================ +++eeschema netlist.cpp and netform.cpp: + * Found several speed optimizations in the netlist export code. + * Now sort the pins properly if they have pin numbers like A1 and A10, + i.e. alphanumerics in them. + + +2010-Jul-30 & 31 UPDATE Dick Hollenbeck +================================================================================ +++eeschema: + * Now link with XML support within wxWidgets. + * Export the generic netlist in XML. Only the libpart elements are missing now. + Still need to rework the chain loaded netlist plugin, but may do that in XSL. + * OBJ_CMP_TO_LIST class now uses a std::string to hold the 8 bit string m_Ref, + but hides this behind accessors which provide for both Unicode and 8 bit + set and get functions. + * build_BOM.cpp retains the selected filename on subsequent runs as a default. + * Code cleaning, especially in build_BOM.cpp. + + +2010-jul-27, UPDATE Jean-Pierre Charras +================================================================================ +++all: + Updated boost to version 1.44 + Added boost::polygon (experimental) +++pcbnew: + Added experimental zone fill calculations with boost::polygon + old file zones_convert_brd_items_to_polygons.cpp has now 2 versions: + zones_convert_brd_items_to_polygons_with_Boost.cpp use boost::polygon to calculate filled areas + zones_convert_brd_items_to_polygons_with_BKbool.cpp use kbool (code cleaned). + + >>> to use boost polygon version: + call cmake with option: -DUSE_BOOST_POLYGON_LIBRARY=ON + +2010-jul-12, UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew: + Added grid origin patch from Lorenzo Marcantonio. + Converted set grid dialog from DialogBlocks to wxFormBuilder, + and added in this dialog the grid origin parameters settings. + +2010-jun-24 UPDATE Wayne Stambaugh +================================================================================ +++EESchema component library and hierarchical sheet label object improvements. + * Continue component library class clean up and encapsulation work. + * Change hierarchical sheet label container to boost::vector_ptr. + * Encapsulate hierarchical label handling in hierarchical sheet class. + * Convert some missed occurrences of wxString::GetData() to GetChars( wxString ). + * Fix some minor code formatting issues. + +2010-jun-23, UPDATE Jean-Pierre Charras +================================================================================ +++eeschema: + In netlist generation, changed the rule to calculate netnames of nets with labels: + Previously, named nets (i.e. nets with local, hierarchical or global labels) have their name + defined by the first label found in list. + So net names could be changed without really changing the schematic. + Now the names are calculated from the rules (by priority order) : + 1 - use the most top level labels in hierarchies. + 2 - use global labels first, local labels next (hidden power pins names are global labels). + 3 - use alphabetic sort (so, if GND and AGND are connected, the net will be always named AGND, + and adding a VSS connection cannot change the net name) + So power nets and nets that have more than one label cannot have their netname changed + if there is no actual change relative to these nets names in schematic + + +2010-Jun-17 UPDATE Dick Hollenbeck +================================================================================ +++eeschema: + Added "template fieldnames" to eeschema. Thanks to + Brian Sidebotham for the origins of this patch. + https://lists.launchpad.net/kicad-developers/msg04828.html + + A template fieldnames are a list of template elements + consisting of {name, value, visibility} which you want shown in the eeschema + component fieldname (property) editors (both schematic and library versions + of the editors). Template fieldnames are forced into the editors' + presentation of the fields even though those fields may not exist in the + component. Entering a non-blank value while in a field editor will cause the + field & value to be retained in the component. Therefore it is unusual to + provide a non-blank '.value' in a template, because a trip through the field + editor will invariably add that field to the component since the template + being applied has initially a non blank 'value'. The current template editor + is only going to last about a week and it does not support adding non-blank + template values yet, nor visibility control, only field '.name'. But the + template fieldnames configuration storage and component field editors do + know how to handle template.visible and template.value already, in addition + to template.name. See the file .eeschema in your home directory for the + configuration storage, keyword: FieldNames. e.g. only field Manufacturer has + a '.value': + + FieldNames=(templatefields (field (name "Manufacturer")(value "IBM 12")) (field (name "Vendor")) (field (name "Installed")) (field (name "Ralphy") visible)) + + DSNLEXER is used to parse the FieldNames record, & OUTPUTFORMATTER to generate it. + + +2010-jun-15, UPDATE Jean-Pierre Charras +================================================================================ +bitmap2component: + Use wxWidgets. + Better user interface + More bitmaps file format import (from wxWidgets) + This tool does not use Kicad classes. So it can be hacked by guys who do not know kicad sources. + +2010-jun-10, UPDATE Jean-Pierre Charras +================================================================================ +Added an experimental tool (bitmap2component) to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons + This tool uses potarce library that converts a bitmap picture (.bmp or .pgm format) to a set of polygons. + bitmap2component converts a bitmap to a .emp footprint (that can be imported by modedit) or a .lib component that can be + imported by libedit. + Note: imported bitmaps logos are vectored by potrace, so there is no pixelation effect. + Scale is 1:1 for 300ppi pictures. + bitmap2component currently runs only is command line mode + run + bitmap2component bitmapfile.bmp bitmapfile.lib 1 to create a schematic component logo + (import this file using libedit) + or + bitmap2component bitmapfile.bmp bitmapfile.emp 1 to create a footprint logo + (import this file using modedit) + + +2010-may-18, UPDATE Jean-Pierre Charras +================================================================================ +++All: + Set minimum cmake version requirement to 2.6.4 + (does not works with 2.6.1) +++Pcbnew, Module Editor: + Added footprint name edition in the module properties dialog. + Until now, the footprint name used to retrieve a footprint in lib was + set only when saving the footprint in lib, and could not be edited without saving + the footprint in lib. + +2010-may-01, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Board and footprint editors: + Auto update 3D display after footprint or board edition. + (board or footprint is reloaded only when the 3D frame is reactivated, so + no extra time is needed during edition) + +2010-apr-29, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Fixed a crash that happens sometimes when opening the design rule dialog. + (due to the sorting function by netclass then by netname) + The sorting by netclass then by netname is now working well. + + +2010-apr-23, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Fixed minor problems. + Changed French word COTATION to DIMENSION in class COTATION (now class DIMENSION) + +2010-apr-22, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew+Gerbview: + Fixed minor problems in printing. + +2010-apr-19, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + * Added VRML export, from the patch sent by Lorenzo Marcantonio ( october 2009, 11) + * Fixed : + options to control vrml export. + flipped footprints + * Tested using Cortona and Blender. + + Needs more testing and refinements + +2010-apr-16, UPDATE Jean-Pierre Charras +================================================================================ +++Cvpcb: + Fixed a bug in footprint display frame (coordinates not displayed). Windows only. + Added right toolbar to select display options + Can now read netlists using UTF8 encoding. + Convert dialog_display_option from DialogBlocks to wxFormBuilder +++Pcbnew: + Fixed a very minor bug. +Cvpcb+Pcbnew: + Code cleanup in read netlist functions: use now FILE_LINE_READER. + +2010-Apr-12 UPDATE Dick Hollenbeck +================================================================================ +++all: + Switched the source code repository from subversion at sourceforge.net to + launchpad using bazaar. + + +2010-apr-08, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Drc: take in account the clearance "local parameters" for pads that have local parameters. + Until now, only NETCLASS clearance values were used. + (local parameters are used in zone filling) + But because a pad (or a footprint) can have a specific clearance value + Drc used now this value, and NETCLASS value only if no local value specified. + +2010-mar-31, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew + Fixed an issue in GERBER file creation, under Vista and W7 only for non administrator users + Plot files were 0 byte length. + This was due to use of function tmpfile() in a GERBER function + to create a temporary file that seems not working using mingw. + Replaced by more usual files functions. + +2010-mar-29, UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew + enhancements in printing or plot in SVG format: + When printing technical layers, pads on solder mask or solder paste layers + where printed in sketch mode. + Now they are printed as solid shapes, with dimensions according to + solder paste or solder mask clearances. + + +2010-mar-18 UPDATE Jean-Pierre Charras +================================================================================ +++Eeschema + Some bugs fixed + Starting enhancements in Libedit: menubar and commands to "plot" + current component in PNG or SVF file (SVG file not fully working, must be refined) + +2010-mar-13 UPDATE Jean-Pierre Charras +================================================================================ +++ All: + Stable verion for kicad release + +2010-mar-10 UPDATE Jean-Pierre Charras +================================================================================ +++Pcbnew: + Added (see dialog_layers_setup.cpp) compilation options to + -hide non active copper layers + -show inner layers in same order than the layer manager + Currently these options are 2 define + HIDE_INACTIVE_LAYERS + // if defined, displays only active copper layers + // if not displays always 1=the full set (16 layers) + USE_LAYER_MANAGER_COPPER_LAYERS_ORDER + //if defined, used the layer manager copper layers order + // (from FRONT to BACK) to display inner layers. + // if not, use the default order (from BACK to FRONT) + + Currently not active, can be changed if the correponding lines are uncommented in dialog_layers_setup.cpp + +2010-Mar-3 UPDATE Dick Hollenbeck +================================================================================ +++common + * DSNLEXER now owns an abstract LINE_READER by pointer so that polymorphism + can be used in alternative LINE_READERS. + * Write FILE_LINE_READER and STRING_LINE_READER. The latter can be used + to parse text coming from the clipboard or other string source. + + +2010-Feb-20 UPDATE Dick Hollenbeck +================================================================================ +++common + DSNLEXER now supports: + 1) nested quotes. This is in anticipation of broader usage of the + file type/syntax. A string like this in the file: + "my ""favorate"" string" + can be returned as + my "favorite" string + 2) CommentsAsTokens is implemented, so you can ask the lexer to return + comments as tokens, so they can be preserved. The default is to ignore + them. A comment is defined as any line that has # as its first + non-blank character. (This means comments cannot follow anything else + on a line.) + + +2010-Feb-19 UPDATE Jean-Pierre Charras +================================================================================ +kicad: fixing an annoying problem: + * Building the tree project can be *very* long if there are a lot of subdirectories + * in the working directory. + * Unfornately, this happens easily if the project file *.pro is in the home directory + * So the tree project is built "on demand": + * First the tree is built from the current directory and shows files and subdirs. + * > First level subdirs trees are built (i.e subdirs contents are not read) + * > When expanding a subdir, each subdir content is read, + * and the corresponding sub tree is populated on the fly. + + +2010-Feb-17 UPDATE Jean-Pierre Charras +================================================================================ +kicad: + * Building the tree project can be *very* long if there are a lot of + * subdirectories in the working directory. + * Unfornately, this happens easily if the project file *.pro + * is in the home directory + * when subdirs are not loaded, double click on a directory to load its files and subdirs + * #define ADD_FILES_IN_SUBDIRS was used until now. + * It is now commented, so one must double click on a subdir name to load its files + * See treeprj_frme.cpp for more info + +2010-Feb-17 UPDATE Jean-Pierre Charras +================================================================================ +Eeschema, libedit: fixed last problems when editing alias info. + Now alias changes can be undone, and are correctly updated in lib + when updating the current edited component in memory + New code could be a good starting point to store all aliases info in the + root component, + and also easily store it to the *.lib files and remove the .dcm associated files + (most of code is done) + + +2010-Feb-14 UPDATE Jean-Pierre Charras +================================================================================ +Eeschema, libedit: fixed add/remove alias functions, broken +All: added in popup menus hotkeys info for zoom commands + + +2010-Feb-14 UPDATE Jerry Jacobs +================================================================================ +++ KiCad + Check if project is noname.pro so we don't get a error if kicad is first run. + Removed double separator in file menu. + Moved recent project to submenu in Open recent. + +++ Common + Added CTest/CDash support file + Moved helper tool to helper subdirectory + +++ OSX + Update compiling doc + +2010-Feb-07 UPDATE Vesa Solonen +================================================================================ +++ all: + Finnish translation, take one. + +2010-Feb-04 UPDATE Jean-Pierre Charras +================================================================================ +++ gerbview: + Use layer_widget to manage gerber layers colors and visibility. + +2010-Jan-31 UPDATE Jean-Pierre Charras +================================================================================ +++ pcbnew: + More about work on color selection and items visibility: + removed global variables and a lot of redundancies + Now Modedit does not uses the visiblity options of the board editor + (That can create a problem if hide modules is activated) + work in progress but almost finished + + +2010-Jan-30 UPDATE Jean-Pierre Charras +================================================================================ +++ pcbnew: + More about work on color selection and items visibility + work in progress + +2010-Jan-29 UPDATE Jean-Pierre Charras +================================================================================ + ++ All: + added a test to solve a problem when cross compiling Kicad under Linux for Windows + Specific to countries that use a comma as separators in floating point numbers notation: + Depending on wxWideget version: + printed as 0,5 and read as 0.5 + or + printed as 0.5 and read as 0,5 + So float values are always broken in dialogs (many are seen as 0) + Now a test is made, and if there are problems relative to floats + (write/read conversion error), + use the C convention (always a point as separator) + + ++ eeschema: + Removed metrics grid values, that cannot be handled in schematic. + (because 2 items are seen as connected if they have the same coordinates + mixing mm and mils with internal units = 1 mil break netlist + and ERC calculations + So grid value *must* be an integer (in 1/1000 inch). + And metric grid is not very useful in schematic. + (Also 1 mil and 0.025 mm can be seen as the same value for a schematic that do not + needs precision in dimensions, so no need to have mils and mm in grid values) + +++ pcbnew: + Starting work on color selection and items visibility + * code cleaning and removing global values. + * Separe visibility options for board editor and module editor + (work in progress, just starting) + + +2010-Jan-28 UPDATE Jean-Pierre Charras +================================================================================ + *fixed eeschema crash when using the hotkey m (move) command. +* Pcbnew :added option to show/hide footprints values and/or references + See if show/hide footprints texts option is now always useful. + +2010-Jan-27 UPDATE Jean-Pierre Charras +================================================================================ +++ Pcbnew: + Code cleaning about visibility variables (duplicates) in draw functions. + Removed old color and visiblity dialog + work in progress + +2010-Jan-24 UPDATE Jean-Pierre Charras +================================================================================ +++ Pcbnew: + in variable names, change non existent word Hight to High + Remove redundant tool in left toolbar (option toolbar) + (this option is now in layers manager) + Show layers in horizontal combo box in same order as in layer manager. + +++all: + minor code cleaning. + +2010-Jan-23 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew's PCB_LAYER_WIDGET + Removed wxformbuilder dependency from LAYER_WIDGET, thus killing off + layer_widget_base.* and panel_layer_select.fbp. + Added aPointSize to LAYER_WIDGET constructor so it uses that font size. + Removed layer_widget.h from wxPcbStruct.h for faster compiles with less + dependencies, and this meant moving the class LYRS out of + class WinEDA_PcbFrame. While doing that I renamed it to PCB_LAYER_WIDGET. + Integration of PCB_LAYER_WIDGET into WinEDA_PcbFrame to fully support + the layer change logic. Added syncLayerWidget(), + * WinEDA_PcbFrame: + Added syncLayerWidget(), syncLayerBox() (via a rename), setActiveLayer(), + and getActiveLayer(). + Use a font size in PCB_LAYER_WIDGET 80% of the system font size for systems + with screen resolution height <= 900, or 100% if not. See WinEDA_PcbFrame + constructor. + * See TODO.txt for more things that need to be done. + + +2010-Jan-23 UPDATE Jean-Pierre Charras +================================================================================ +++ Pcbnew: + Update Layer manager display when changing active layer (from hotkey or menus) + fixed minor problems and fixed Layer Alignment Target bug. + +2010-Jan-22 UPDATE Wayne Stambaugh +================================================================================ +Minor fixes and code cleaning. + +* Remove redundant background redrawing RedrawActiveWindow. +* Remove redundant managed cursor callback in RedrawActiveWindow. +* Use refresh to redraw instead of directly calling RedrawActiveWindow. +* Remove unused SetDrawBgColor for drawframe.cpp. +* Fix compiler warning in cvpcb/cvframe.cpp. +* Fix menu spelling and syntax errors in pcbnew. +* Rename Trace_Curseur to DrawCursor in common/drawpanel.cpp. + +2010-Jan-21 UPDATE Dick Hollenbeck +================================================================================ +++pcbnew + Integration of LAYER_WIDGET into WinEDA_PcbFrame. See + TODO.txt for more things that need to be done. + + +2010-Jan-17 UPDATE Jerry Jacobs +================================================================================ +More work to make kicad more Mac OS X compliant. +* Workaround for wxAboutDialog bug. +* WXMAC needs wxID_EXIT to make closing the application function properly. +* Workaround for hotkeys, on Mac OS X we can't use Fx keys. + This needs to be further implemented and is a work in progress. + We need to modify the hotkey code to display Mac OS X the + special modifier keys in the hotkey list. + + +2010-Jan-18 UPDATE Dick Hollenbeck +================================================================================ +++any + Finished up complete implementation of class LAYER_WIDGET and am now ready to + integrate it into PCBNEW. This class was kept as general as possible by + omitting as many Kicad document structures as possible, and so can be used + in GERBVIEW. For GERBVIEW it could benefit from some minor additional + work such as a "move up" function for layer order changes. This is a matter + of rearranging wxWindows within the m_LayersFlexGridSizer. + Integration into PCBNEW should be done in just a few days. + + +2010-Jan-17 UPDATE Jerry Jacobs +================================================================================ ++ EESchema + + Added Torsten Huter's patch for hotkeys + + Moved recent opened documents to submenu + ++ Pcbnew + + Big (re)organisation of pcbframe menubar and cleanup + +2010-Jan-13 UPDATE Wayne Stambaugh +================================================================================ +Minor bug fixes, compiler warning fixes and code cleaning. + +* Fix debug asserts when passing NULL pointers to wxAuiPaneInfo. +* Fix Kicad main window sash sizer bug when using wxAui. +* Remove specctra_test from Visual Studio builds to prevent build errors. +* Add WIN32 to layer widget test so it will build properly on Visual Studio. +* Fixed compiler conversion warnings in PCBNew. +* Fixed worksheet print scaling in PCBNew. +* Minor code renaming. + +2010-Jan-12 UPDATE Jean-Pierre Charras +================================================================================ +++All + Use wxAutoBufferedPaintDC in OnPaint event + Seems solves slow grid redraw on some PC (tested under Window 7) + and is faster than use wxPaintDC, not buffered + (note MACOSX has natively a double buffer, so no change for MACOSX) + +2010-Jan-08 UPDATE Jean-Pierre Charras +================================================================================ +++Gerbview + Added support of arcs in polygons outlines. + Needed to show copper areas in some gerber files + Not fully tested but works better than without this support... + + +2010-Jan-03 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + - fixed a potential bug in a fill zone function: AddClearanceAreasPolygonsToPolysList() + - Try to fix a problem with AddClearanceAreasPolygonsToPolysList() under Window Vista and Window 7 + This is perhaps a problem in kbool library + (a bug in Bool_Engine destructor ?) + It happens when: + - a lot of polygon corners are added in group A + - nothing in group B + - No operation asked in kbool engine ( that also has a bug if an operation is asked + with no polygon in group B) + - and call the Bool_Engine destructor. + Could be a stack error or overflow, very hard to locate and debug. + - Under Vista seems create always a crash. + - Under Window 7 sometimes create a crash. + - No problem under XP and Linux. + -Workaround: + Leave the group A void if group B is void. + I am not sure this change fix the problem. + Just it solves this problem with 2 samples boards that crash Pcbnew without this change. + +2010-Jan-01 UPDATE Jean-Pierre Charras +================================================================================ +++pcbnew + Rewrite plot dialog using wxDialogBlocks. + Display layers list according to the Setup layers dialog order. +++Gerbview + Write Gerbview plot dialog using wxDialogBlocks. + Do not use anymore the Pcbnew one. + diff --git a/Documentation/changelogs/CHANGELOG-2011.txt b/Documentation/changelogs/CHANGELOG-2011.txt new file mode 100644 index 0000000..fc3e1e6 --- /dev/null +++ b/Documentation/changelogs/CHANGELOG-2011.txt @@ -0,0 +1,297 @@ +KiCad ChangeLog 2011 +==================== + +Please add newer entries at the top, list the date and your name with +email address. + + +2011-Dec-19, UPDATE Jean-Pierre Charras +================================================================================ +Pcbnew: + Enhanced algorithms to calculate board connections: + - A track is seen connected to a pad if the track end is inside the pad shape. + - Pads inside pads are now seen connected, if the center of the pad is + *inside* the other pad. + (this is made to be sure a large copper area is shared by the 2 pads, + and to keep algorithm fast). + Algorithm to calculate pads connections is still very fast. + However some other functions (drag pads, track len calculation ...) + still need the track end exactly on the pad position. + + +2011-Dec-13 UPDATE Dick Hollenbeck +================================================================================ +++common + * changed all the RotatePoint() functions in trigo.{h,cpp} to take a double as the + angle, which is still in tenths of degrees for now. + * EDA_TEXT::m_Orient is now double, still in tenths of degrees (for a short while), + but the double means parsing files and saving them use a different format string. +++pcbnew + * DRAWSEGMENT::GetStart() and GetEnd() do not operate for S_ARC like they used to. + They are now simply accessors for m_Start and m_End. Use DRAWSEGMENT::GetArcStart() + and GetArcEnd() and GetCenter() for arcs. specctra_export.cpp was the only + source file dependent on the old behavior. + * DIMENSION::m_Text is now contained, not dynamically allocated. + * more kicad_plugin work. + + +2011-Dec-9 UPDATE Dick Hollenbeck +================================================================================ +++PCBNew + * added BOARD::GetPad(int), made BOARD::m_NetInfo private, and contained + within the BOARD, not dynamically allocated and owned via pointer. + * added BOARD::GetPadCount() + * changed NETINFO_LIST::GetCount() to GetNetCount() + * added BOARD::GetNetCount() + * more kicad_plugin work. + +2011-Dec-5 UPDATE Dick Hollenbeck +================================================================================ +++PCBNew + * Removed Pcb_Frame argument from BOARD() constructor, since it precludes + having a BOARD being edited by more than one editor, it was a bad design. + And this meant removing m_PcbFrame from BOARD. + * removed BOARD::SetWindowFrame(), since BOARD::m_PcbFrame gone. + * Removed the global BOARD_DESIGN_SETTINGS which was in class_board.cpp + * Added BOARD_DESIGN_SETTINGS to the BOARD class, a full instance + * A couple of dialogs now only change BOARD_DESIGN_SETTINGS when OK is pressed, + such as dialog_mask_clearance, dialog_drc, etc. + * Removed common/pcbcommon.cpp's int g_CurrentVersionPCB = 1 and replaced it + with build_version.h's #define BOARD_FILE_VERSION, although there may be a + better place for this constant. + * Made the public functions in PARAM_CFG_ARRAY be type const. + void SaveParam(..) const and void ReadParam(..) const + * PARAM_CFG_BASE now has virtual destructor since we have various ways of + destroying the derived classes and boost::ptr_vector must be told about this. + * Pass const PARAM_CFG_ARRAY& instead of PARAM_CFG_ARRAY so that we can use + an automatic PARAM_CFG_ARRAY which is on the stack. + * PCB_EDIT_FRAME::GetProjectFileParameters() may no longer cache the array, + since it has to access the current BOARD and the BOARD can change. + Remember BOARD_DESIGN_SETTINGS are now in the BOARD. + * Made the m_BoundingBox member private, this was a brutally hard task, + and indicative of the lack of commitment to accessors and object oriented + design on the part of KiCad developers. We must do better. + Added BOARD::GetBoundingBox, SetBoundingBox(), ComputeBoundingBox(). + * Added PCB_BASE_FRAME::GetBoardBoundingBox() which calls BOARD::ComputeBoundingBox() + + +2011-Dec-04, UPDATE Jean-Pierre Charras +================================================================================ +Pcbnew: + Enhanced algorithms to calculate board connections: + Previously, a track was seen connected to a pad only if the track end is + exactly on the pad position. + Now a track is seen connected to a pad if the track end is inside the pad shape. + Algorithm to calculate pads connections to track is still very fast. + However some other functions (drag pads, track len calculation ...) + still need the track end exactly on the pad position. + +2011-Nov-27 UPDATE Dick Hollenbeck +================================================================================ +++PCBNew + * Add PLUGIN and IO_MGR classes. + * Remove one argument from BOARD constructor, + * add BOARD::SetWindowFrame() + +2011-sept-13 UPDATE Wayne Stambaugh +================================================================================ + PCBNew locate code refactoring. + + * Move various locate functions into the appropriate board item object. + * Unified best zoom for all frames derived from PCB_BASE_FRAME. + * Remove track.cpp as it is no longer needed. + * Dead code removal. + * Remove scary frame window pointer member from board item objects. + * Add draw bounding box to gerber draw item for debugging purposes. + +2012-Sept-8 UPDATE Dick Hollenbeck +================================================================================ +++all + * Write an automatic bitmap generation script in cmake, PNG2cpp.cmake + * Write an infrastructure generate *.png files from inkscape files, and do + it maintaing the "as needed" change detection support. + * Support an *.SVG maintainer mode, AND an *.SVG user mode. + * Engineer a seemless switchover from old style xpm files, with minimal + impact to system wide source code. + +2011-Sept-07, UPDATE Andrey Fedorushkov +================================================================================ +Pcbnew: + Add hotkey "P" - place item + Add Roman Bashkov patch for record/play sequence hotkey macros + Add record and play macros for sequence hotkey. + Macros set to numeric key 0..9: + + - start record macros + ... | + + - end record macros + - play macros + Add menu save/read macros to/from xml-file + Add configure rotate angle for rotate module: 45 or 90 deg. + Fix segfault when move/drag segment if disconnected to pad + +2011-Sept-01, UPDATE Jean-Pierre Charras +================================================================================ + Add Fabrizio Tappero in contributors list. +Eeschema: + Graphic texts ans labels: fix fully broken undo/redo code relative to the way undo/redo command + handles changes (maintly move) for labels + Fix minor bug for undo command relative to block rotate + Remove dead code. + Add new class BITMAP_BASE, and (for Eeschema) SCH_BITMAP to handle bitmap images in schematic. + Remember plot Bitmaps in not possble with all plotters. + + +2011-Aug-19, UPDATE Jean-Pierre Charras +================================================================================ +Pcbnew: + Add support for not plated through holes (NPTH) pads + * These NPTH pads are used for mechanical purpose only, and cannot be connected to a net. + * When these pads have a same size and shape for the hole and the pad, the pad is not plotted + in GERBER files. + +2011-Apr-12, UPDATE Jerry Jacobs +================================================================================ +Minor UI changes that affect OS X platform. + - Fix for opening the help contents + - Fix for opening files with the default editor + - Fix for opening PDF files + +Solved all with the BSD open command, for other OS'es which have X11 and +utilities they can use the xdg-open command which I added to the pdf viewer tries +list. + +Kicad projectview: +Remove not-existing files when a empty project is created, this confuses when +users try to open it. Show a entry that the project is empty instead of these +void files. + +2011-Apr-6, UPDATE Jerry Jacobs +================================================================================ +Cleanup of all the menubar code to have the same style, remove the C comments. +Make the wxMenu behave native on OSX for KiCad, CvPCB and Gerbview and remove +unneeded ifdefs when using the wxIDs. Add a OnQuit for the gerber frame. +Change item->SetBitmap( item ) to use macro SET_BITMAP for menu items. + +2011-Apr-4, UPDATE Jerry Jacobs +================================================================================ +More native OSX changes, this removes some WXMAC defines replaced by wxID +macros. These are handled by wxWidgets itself and reduces in-app platform +defines. More work needs to be done for CvPCB and Gerbview. + +All: + Hotkey names in menu's all have tabs, this looks more uniform and pretty. + +EESschema & PCBNew: + Fix about and preferences wxMenu to be more native (remove unneeded WXMAC ) + Disable all icons in wxMenu on OSX with macro SETBITMAPS + +jp charras: + SETBITMAPS is incorrectly used here. change to SET_BITMAP + +2011-Mar-25 UPDATE Wayne Stambaugh +================================================================================ + EESchema multiple item hit testing and other minor improvements. + + * Add item clarification context menu to EESchema when multiple unresolved + items are found at the current cross hair position. + * Add collector class SCH_COLLECTOR for supporting multiple item hit testing. + * Removed bit wise masked filtering from schematic item hit testing. + * Removed all old hit testing functions and methods scattered about the + EESchema source code. + * Move terminal point test function into SCH_SCREEN object. + * Fixed bug in terminal point test when terminating a bus to a label. + * Define the < operator for sorting schematic items. + * Add area calculation method to EDA_Rect item. + * Add method for returning an item's bitmap for menu display purposes. + * Add method for returning an item's menu text for menu display purposes. + * Changed EDA_ITEMS container from boost::ptr_vector to std::vector. + * Factor coordinate string conversion code from EDA_DRAW_FRAME to function CoordinateToString(). + +2011-Mar-16, UPDATE Jean-Pierre Charras +================================================================================ +Gerbview: + Added: read Excellon files created by Pcbnew. + The full Excellon command set is not supported, but drill files created by Pcbnew are supported. + +2011-Feb-05, UPDATE Jean-Pierre Charras +================================================================================ +CvPcb: + Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, + according to coding style policy. + Change in CvPcb: + CvPcb does not use now .dcm files, only .mod files, + to read modules keywords and doc + + +2011-Feb-2 UPDATE Dick Hollenbeck +================================================================================ +++common: + * macros.h now has TO_UTF8() and FROM_UTF8() which are working converters + to and from UTF-8 encoding for any wxWidgets build mode. We can switch to + them at any time. I am using them now for specctra conversions and + elsewhere where I wanted gauranteed UTF8 encoding. + * added OUTPUTFORMATTER::Quoted( const wxString& ) to simplify converting + to UTF8 encoded s-expression atoms. The recommended technique is now simply: + out->Quoted( wxString ).c_str() + +2011-Jan-30 UPDATE Dick Hollenbeck +================================================================================ +++all: + * DSNLEXER::NextTok() now uses two separate modes to parse quoted strings. + This gives us the freedom to control our own destiny separate from the + constraints put on us by the Specctra DSN spec. + * Added Documentation/s-expressions.txt to explain all this. + * Enhanced our quoting protocol by moving away from doubling up double quotes + to a C like escape mechanism. + * Now support multi-line strings, which when properly escaped, can still be + read in as a token originating on a single line. + +2011-Jan-21 UPDATE Wayne Stambaugh +================================================================================ + EESchema code refactoring and coding policy naming fixes. + + * Move schematic wire and bus break code into schematic screen object. + * Move schematic test for dangling ends into schematic screen object. + * Remove left over debugging output in schematic screen object. + * Remove unused file eeschema/cleanup.cpp. + * Fix bug in schematic line object hit test algorithm. + * Fix a string concatenation compile error added in r2752. + * Rename class WinEDA_BasicFrame to EDA_BASE_FRAME. + * Rename class WinEDA_DrawFrame to EDA_DRAW_FRAME. + * Rename class WinEDA_DrawPanel to EDA_DRAW_PANEL. + +2011-Jan-19 UPDATE Dick Hollenbeck +================================================================================ +++all: + * TokenList2DsnLexer.cmake now supports comments, which start with a leading + # character, and may be either on their own line or on a line after a token. + * DSNLEXER::PopReader() now pops even the last LINE_READER* and returns it. +++pcbnew: + * SPECCTRA_DB now inherits from new class SPECCTRA_LEXER, which led to a great + deal of simplification and code factoring. + * Moved specctra keywords into specctra.keywords. + +2011-Jan-17 UPDATE Dick Hollenbeck +================================================================================ +++all: + * TokenList2DsnLexer.cmake now wraps each token enum in its own namespace. It + also no longer setup of the "using" directive in the header file, which was + bad behavior. C++ enum values will have name collisions unless the enums + themselves are different namespaces. +++new: + * Sweet library is now a DSO/DLL. + * Brought in SWIG to do a wrap of the Sweet DSO/DLL for unit testing + and scripting. The SWIG DSO/DLLs are built separate from the Sweet DSO/DLL + and are also optional. + +2011-Jan-1 UPDATE Dick Hollenbeck +================================================================================ +++new: + * Added the basic structure to the Sweet parser in sch_part.cpp. + * Got inheritence working off of the 'extends' keyword and PART::inherit() + * Tossed the units support out of sweet.keywords, since we agreed to go dimensionless. +++richio: + * Added the problemInputLine support to PARSE_ERROR, so UI can show the + offending line of bytes. Yes bytes, not even guaranteed to be characters. + + diff --git a/Documentation/coding_style_policy.pdf b/Documentation/coding_style_policy.pdf new file mode 100644 index 0000000..e9b1b32 Binary files /dev/null and b/Documentation/coding_style_policy.pdf differ diff --git a/Documentation/development/Doxyfile b/Documentation/development/Doxyfile new file mode 100644 index 0000000..37b6522 --- /dev/null +++ b/Documentation/development/Doxyfile @@ -0,0 +1,1780 @@ + +# Doxyfile 1.8.2 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (" "). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# http://www.gnu.org/software/libiconv for the list of possible encodings. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or sequence of words) that should +# identify the project. Note that if you do not use Doxywizard you need +# to put quotes around the project name if it contains spaces. + +PROJECT_NAME = "KiCad Developer's Resource Documentation" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. +# This could be handy for archiving the generated documentation or +# if some version control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer +# a quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify an logo or icon that is +# included in the documentation. The maximum height of the logo should not +# exceed 55 pixels and the maximum width should not exceed 200 pixels. +# Doxygen will copy the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) +# base path where the generated documentation will be put. +# If a relative path is entered, it will be relative to the location +# where doxygen was started. If left blank the current directory will be used. + +OUTPUT_DIRECTORY = doxygen + +# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create +# 4096 sub-directories (in 2 levels) under the output directory of each output +# format and will distribute the generated files over these directories. +# Enabling this option can be useful when feeding doxygen a huge amount of +# source files, where putting all generated files in the same directory would +# otherwise cause performance problems for the file system. + +CREATE_SUBDIRS = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# The default language is English, other supported languages are: +# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, +# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, +# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English +# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, +# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, +# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will +# include brief member descriptions after the members that are listed in +# the file and class documentation (similar to JavaDoc). +# Set to NO to disable this. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend +# the brief description of a member or function before the detailed description. +# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator +# that is used to form the text in various listings. Each string +# in this list, if found as the leading text of the brief description, will be +# stripped from the text and the result after processing the whole list, is +# used as the annotated text. Otherwise, the brief description is used as-is. +# If left blank, the following values are used ("$name" is automatically +# replaced with the name of the entity): "The $name class" "The $name widget" +# "The $name file" "is" "provides" "specifies" "contains" +# "represents" "a" "an" "the" + +ABBREVIATE_BRIEF = + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# Doxygen will generate a detailed section even if there is only a brief +# description. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. + +INLINE_INHERITED_MEMB = YES + +# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full +# path before files name in the file list and in the header files. If set +# to NO the shortest path that makes the file name unique will be used. + +FULL_PATH_NAMES = NO + +# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag +# can be used to strip a user-defined part of the path. Stripping is +# only done if one of the specified strings matches the left-hand part of +# the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the +# path to strip. Note that you specify absolute paths here, but also +# relative paths, which will be relative from the directory where doxygen is +# started. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of +# the path mentioned in the documentation of a class, which tells +# the reader which header file to include in order to use a class. +# If left blank only the name of the header file containing the class +# definition is used. Otherwise one should specify the include paths that +# are normally passed to the compiler using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter +# (but less readable) file names. This can be useful if your file system +# doesn't support long names like on DOS, Mac, or CD-ROM. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen +# will interpret the first line (until the first dot) of a JavaDoc-style +# comment as the brief description. If set to NO, the JavaDoc +# comments will behave just like regular Qt-style comments +# (thus requiring an explicit @brief command for a brief description.) + +JAVADOC_AUTOBRIEF = YES + +# If the QT_AUTOBRIEF tag is set to YES then Doxygen will +# interpret the first line (until the first dot) of a Qt-style +# comment as the brief description. If set to NO, the comments +# will behave just like regular Qt-style comments (thus requiring +# an explicit \brief command for a brief description.) + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen +# treat a multi-line C++ special comment block (i.e. a block of //! or /// +# comments) as a brief description. This used to be the default behaviour. +# The new default is to treat a multi-line C++ comment block as a detailed +# description. Set this tag to YES if you prefer the old behaviour instead. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented +# member inherits the documentation from any documented member that it +# re-implements. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce +# a new page for each member. If set to NO, the documentation of a member will +# be part of the file/class/namespace that contains it. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. +# Doxygen uses this value to replace tabs by spaces in code fragments. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that acts +# as commands in the documentation. An alias has the form "name=value". +# For example adding "sideeffect=\par Side Effects:\n" will allow you to +# put the command \sideeffect (or @sideeffect) in the documentation, which +# will result in a user-defined paragraph with heading "Side Effects:". +# You can put \n's in the value part of an alias to insert newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding +# "class=itcl::class" will allow you to use the command class in the +# itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C +# sources only. Doxygen will then generate output that is more tailored for C. +# For instance, some of the names that are used will be different. The list +# of all members will be omitted, etc. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java +# sources only. Doxygen will then generate output that is more tailored for +# Java. For instance, namespaces will be presented as packages, qualified +# scopes will look different, etc. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources only. Doxygen will then generate output that is more tailored for +# Fortran. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for +# VHDL. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, +# and language is one of the parsers supported by doxygen: IDL, Java, +# Javascript, CSharp, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, +# C++. For instance to make doxygen treat .inc files as Fortran files (default +# is PHP), and .f files as C (default is Fortran), use: inc=Fortran f=C. Note +# that for custom extensions you also need to set FILE_PATTERNS otherwise the +# files are not read by doxygen. + +EXTENSION_MAPPING = + +# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all +# comments according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you +# can mix doxygen, HTML, and XML commands with Markdown formatting. +# Disable only in case of backward compatibilities issues. + +MARKDOWN_SUPPORT = YES + +# When enabled doxygen tries to link words that correspond to documented classes, +# or namespaces to their corresponding documentation. Such a link can be +# prevented in individual cases by by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should +# set this tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. +# func(std::string) {}). This also makes the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. +# Doxygen will parse them like normal C++ but will assume all classes use public +# instead of private inheritance when no explicit protection keyword is present. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate getter and setter methods for a property. Setting this option to YES (the default) will make doxygen replace the get and set methods by a property in the documentation. This will only work if the methods are indeed getting or setting a simple type. If this is not the case, or you want to show the methods anyway, you should set this option to NO. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. + +DISTRIBUTE_GROUP_DOC = NO + +# Set the SUBGROUPING tag to YES (the default) to allow class member groups of +# the same type (for instance a group of public functions) to be put as a +# subgroup of that type (e.g. under the Public Functions section). Set it to +# NO to prevent subgrouping. Alternatively, this can be done per class using +# the \nosubgrouping command. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and +# unions are shown inside the group in which they are included (e.g. using +# @ingroup) instead of on a separate page (for HTML and Man pages) or +# section (for LaTeX and RTF). + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and +# unions with only public data fields will be shown inline in the documentation +# of the scope in which they are defined (i.e. file, namespace, or group +# documentation), provided this scope is documented. If set to NO (the default), +# structs, classes, and unions are shown on a separate page (for HTML and Man +# pages) or section (for LaTeX and RTF). + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum +# is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically +# be useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. + +TYPEDEF_HIDES_STRUCT = NO + +# Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be +# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given +# their name and scope. Since this can be an expensive process and often the +# same symbol appear multiple times in the code, doxygen keeps a cache of +# pre-resolved symbols. If the cache is too small doxygen will become slower. +# If the cache is too large, memory is wasted. The cache size is given by this +# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0, +# corresponding to a cache size of 2^16 = 65536 symbols. + +LOOKUP_CACHE_SIZE = 6 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. +# Private class members and static file members will be hidden unless +# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class +# will be included in the documentation. + +EXTRACT_PRIVATE = YES + +# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal +# scope will be included in the documentation. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES all static members of a file +# will be included in the documentation. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) +# defined locally in source files will be included in the documentation. +# If set to NO only classes defined in header files are included. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. When set to YES local +# methods, which are defined in the implementation section but not in +# the interface are included in the documentation. +# If set to NO (the default) only methods in the interface are included. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base +# name of the file that contains the anonymous namespace. By default +# anonymous namespaces are hidden. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all +# undocumented members of documented classes, files or namespaces. +# If set to NO (the default) these members will be included in the +# various overviews, but no documentation section is generated. +# This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. +# If set to NO (the default) these classes will be included in the various +# overviews. This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all +# friend (class|struct|union) declarations. +# If set to NO (the default) these declarations will be included in the +# documentation. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any +# documentation blocks found inside the body of a function. +# If set to NO (the default) these blocks will be appended to the +# function's detailed documentation block. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation +# that is typed after a \internal command is included. If the tag is set +# to NO (the default) then the documentation will be excluded. +# Set it to YES to include the internal documentation. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate +# file names in lower-case letters. If set to YES upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen +# will show members with their full class and namespace scopes in the +# documentation. If set to YES the scope will be hidden. + +HIDE_SCOPE_NAMES = NO + +# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen +# will put a list of the files that are included by a file in the documentation +# of that file. + +SHOW_INCLUDE_FILES = YES + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen +# will list include files with double quotes in the documentation +# rather than with sharp brackets. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] +# is inserted in the documentation for inline members. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen +# will sort the (detailed) documentation of file and class members +# alphabetically by member name. If set to NO the members will appear in +# declaration order. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the +# brief documentation of file, namespace and class members alphabetically +# by member name. If set to NO (the default) the members will appear in +# declaration order. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen +# will sort the (brief and detailed) documentation of class members so that +# constructors and destructors are listed first. If set to NO (the default) +# the constructors will appear in the respective orders defined by +# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. +# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO +# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the +# hierarchy of group names into alphabetical order. If set to NO (the default) +# the group names will appear in their defined order. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be +# sorted by fully-qualified names, including namespaces. If set to +# NO (the default), the class list will be sorted only by class name, +# not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the +# alphabetical list. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to +# do proper type resolution of all parameters of a function it will reject a +# match between the prototype and the implementation of a member function even +# if there is only one candidate or it is obvious which candidate to choose +# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen +# will still accept a match between prototype and implementation in such cases. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or +# disable (NO) the todo list. This list is created by putting \todo +# commands in the documentation. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or +# disable (NO) the test list. This list is created by putting \test +# commands in the documentation. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or +# disable (NO) the bug list. This list is created by putting \bug +# commands in the documentation. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or +# disable (NO) the deprecated list. This list is created by putting +# \deprecated commands in the documentation. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional +# documentation sections, marked by \if sectionname ... \endif. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines +# the initial value of a variable or macro consists of for it to appear in +# the documentation. If the initializer consists of more lines than specified +# here it will be hidden. Use a value of 0 to hide initializers completely. +# The appearance of the initializer of individual variables and macros in the +# documentation can be controlled using \showinitializer or \hideinitializer +# command in the documentation regardless of this setting. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated +# at the bottom of the documentation of classes and structs. If set to YES the +# list will mention the files that were used to generate the documentation. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. +# This will remove the Files entry from the Quick Index and from the +# Folder Tree View (if specified). The default is YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the +# Namespaces page. +# This will remove the Namespaces entry from the Quick Index +# and from the Folder Tree View (if specified). The default is YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command , where is the value of +# the FILE_VERSION_FILTER tag, and is the name of an input file +# provided by doxygen. Whatever the program writes to standard output +# is used as the file version. See the manual for examples. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. +# You can optionally specify a file name after the option, if omitted +# DoxygenLayout.xml will be used as the name of the layout file. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files +# containing the references data. This must be a list of .bib files. The +# .bib extension is automatically appended if omitted. Using this command +# requires the bibtex tool to be installed. See also +# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style +# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this +# feature you need bibtex and perl available in the search path. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated +# by doxygen. Possible values are YES and NO. If left blank NO is used. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated by doxygen. Possible values are YES and NO. If left blank +# NO is used. + +WARNINGS = YES + +# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings +# for undocumented members. If EXTRACT_ALL is set to YES then this flag will +# automatically be disabled. + +WARN_IF_UNDOCUMENTED = YES + +# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some +# parameters in a documented function, or documenting parameters that +# don't exist or using markup commands wrongly. + +WARN_IF_DOC_ERROR = YES + +# The WARN_NO_PARAMDOC option can be enabled to get warnings for +# functions that are documented, but have no documentation for their parameters +# or return value. If set to NO (the default) doxygen will only warn about +# wrong or incomplete parameter documentation, but not about the absence of +# documentation. + +WARN_NO_PARAMDOC = NO + +# The WARN_FORMAT tag determines the format of the warning messages that +# doxygen can produce. The string should contain the $file, $line, and $text +# tags, which will be replaced by the file and line number from which the +# warning originated and the warning text. Optionally the format may contain +# $version, which will be replaced by the version of the file (if it could +# be obtained via FILE_VERSION_FILTER) + +WARN_FORMAT = "$file:$line: $text " + +# The WARN_LOGFILE tag can be used to specify a file to which warning +# and error messages should be written. If left blank the output is written +# to stderr. + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories +# with spaces. + +INPUT = coding-style-policy.md \ + stable-release-policy.md \ + road-map.md \ + compiling.md + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is +# also the default input encoding. Doxygen uses libiconv (or the iconv built +# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# the list of possible encodings. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh +# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py +# *.f90 *.f *.for *.vhd *.vhdl + +FILE_PATTERNS = + +# The RECURSIVE tag can be used to turn specify whether or not subdirectories +# should be searched for input files as well. Possible values are YES and NO. +# If left blank NO is used. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories +# for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or +# directories that contain example code fragments that are included (see +# the \include command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank all files are included. + +EXAMPLE_PATTERNS = + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude +# commands irrespective of the value of the RECURSIVE tag. +# Possible values are YES and NO. If left blank NO is used. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or +# directories that contain image that are included in the documentation (see +# the \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command , where +# is the value of the INPUT_FILTER tag, and is the name of an +# input file. Doxygen will then use the output that the filter program writes +# to standard output. +# If FILTER_PATTERNS is specified, this tag will be +# ignored. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. +# Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. +# The filters are a list of the form: +# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further +# info on how filters are used. If FILTER_PATTERNS is empty or if +# non of the patterns match the file name, INPUT_FILTER is applied. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will be used to filter the input files when producing source +# files to browse (i.e. when SOURCE_BROWSER is set to YES). + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) +# and it is also possible to disable source filtering for a specific pattern +# using *.ext= (so without naming a filter). This option only has effect when +# FILTER_SOURCE_FILES is enabled. + +FILTER_SOURCE_PATTERNS = + +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will +# be generated. Documented entities will be cross-referenced with these sources. +# Note: To get rid of all source code in the generated output, make sure also +# VERBATIM_HEADERS is set to NO. + +SOURCE_BROWSER = YES + +# Setting the INLINE_SOURCES tag to YES will include the body +# of functions and classes directly in the documentation. + +INLINE_SOURCES = YES + +# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct +# doxygen to hide any special comment blocks from generated source code +# fragments. Normal C, C++ and Fortran comments will always remain visible. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES +# then for each documented function all documented +# functions referencing it will be listed. + +REFERENCED_BY_RELATION = YES + +# If the REFERENCES_RELATION tag is set to YES +# then for each documented function all documented entities +# called/used by that function will be listed. + +REFERENCES_RELATION = YES + +# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) +# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from +# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will +# link to the source code. +# Otherwise they will link to the documentation. + +REFERENCES_LINK_SOURCE = YES + +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You +# will need version 4.8.6 or higher. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen +# will generate a verbatim copy of the header file for each class for +# which an include is specified. Set to NO to disable this. + +VERBATIM_HEADERS = YES + +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index +# of all compounds will be generated. Enable this if the project +# contains a lot of classes, structs, unions or interfaces. + +ALPHABETICAL_INDEX = YES + +# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then +# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns +# in which this list will be split (can be a number in the range [1..20]) + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all +# classes will be put under the same header in the alphabetical index. +# The IGNORE_PREFIX tag can be used to specify one or more prefixes that +# should be ignored while generating the index headers. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES (the default) Doxygen will +# generate HTML output. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `html' will be used as the default path. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for +# each generated HTML page (for example: .htm,.php,.asp). If it is left blank +# doxygen will generate files with .html extension. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a personal HTML header for +# each generated HTML page. If it is left blank doxygen will generate a +# standard header. Note that when using a custom header you are responsible +# for the proper inclusion of any scripts and style sheets that doxygen +# needs, which is dependent on the configuration options used. +# It is advised to generate a default header using "doxygen -w html +# header.html footer.html stylesheet.css YourConfigFile" and then modify +# that header. Note that the header is subject to change so you typically +# have to redo this when upgrading to a newer version of doxygen or when +# changing the value of configuration settings such as GENERATE_TREEVIEW! + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a personal HTML footer for +# each generated HTML page. If it is left blank doxygen will generate a +# standard footer. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading +# style sheet that is used by each HTML page. It can be used to +# fine-tune the look of the HTML output. If left blank doxygen will +# generate a default style sheet. Note that it is recommended to use +# HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and this +# tag will in the future become obsolete. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional +# user-defined cascading style sheet that is included after the standard +# style sheets created by doxygen. Using this option one can overrule +# certain style aspects. This is preferred over using HTML_STYLESHEET +# since it does not replace the standard style sheet and is therefor more +# robust against future updates. Doxygen will copy the style sheet file to +# the output directory. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that +# the files will be copied as-is; there are no commands or markers available. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. +# Doxygen will adjust the colors in the style sheet and background images +# according to this color. Hue is specified as an angle on a colorwheel, +# see http://en.wikipedia.org/wiki/Hue for more information. +# For instance the value 0 represents red, 60 is yellow, 120 is green, +# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. +# The allowed range is 0 to 359. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of +# the colors in the HTML output. For a value of 0 the output will use +# grayscales only. A value of 255 will produce the most vivid colors. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to +# the luminance component of the colors in the HTML output. Values below +# 100 gradually make the output lighter, whereas values above 100 make +# the output darker. The value divided by 100 is the actual gamma applied, +# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, +# and 100 does not change the gamma. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting +# this to NO can help when comparing the output of multiple runs. + +HTML_TIMESTAMP = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of +# entries shown in the various tree structured indices initially; the user +# can expand and collapse entries dynamically later on. Doxygen will expand +# the tree to such a level that at most the specified number of entries are +# visible (unless a fully collapsed tree already exceeds this amount). +# So setting the number of entries 1 will produce a full collapsed tree by +# default. 0 is a special value representing an infinite number of entries +# and will result in a full expanded tree by default. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files +# will be generated that can be used as input for Apple's Xcode 3 +# integrated development environment, introduced with OSX 10.5 (Leopard). +# To create a documentation set, doxygen will generate a Makefile in the +# HTML output directory. Running make will produce the docset in that +# directory and running "make install" will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find +# it at startup. +# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. + +GENERATE_DOCSET = NO + +# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the +# feed. A documentation feed provides an umbrella under which multiple +# documentation sets from a single provider (such as a company or product suite) +# can be grouped. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that +# should uniquely identify the documentation set bundle. This should be a +# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen +# will append .docset to the name. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely +# identify the documentation publisher. This should be a reverse domain-name +# style string, e.g. com.mycompany.MyDocSet.documentation. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES, additional index files +# will be generated that can be used as input for tools like the +# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) +# of the generated HTML documentation. + +GENERATE_HTMLHELP = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can +# be used to specify the file name of the resulting .chm file. You +# can add a path in front of the file if the result should not be +# written to the html output directory. + +CHM_FILE = + +# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can +# be used to specify the location (absolute path including file name) of +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run +# the HTML help compiler on the generated index.hhp. + +HHC_LOCATION = + +# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag +# controls if a separate .chi index file is generated (YES) or that +# it should be included in the master .chm file (NO). + +GENERATE_CHI = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING +# is used to encode HtmlHelp index (hhk), content (hhc) and project file +# content. + +CHM_INDEX_ENCODING = + +# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag +# controls whether a binary table of contents is generated (YES) or a +# normal table of contents (NO) in the .chm file. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members +# to the contents of the HTML help documentation and to the tree view. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated +# that can be used as input for Qt's qhelpgenerator to generate a +# Qt Compressed Help (.qch) of the generated HTML documentation. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can +# be used to specify the file name of the resulting .qch file. +# The path specified is relative to the HTML output folder. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#namespace + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#virtual-folders + +QHP_VIRTUAL_FOLDER = doc + +# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to +# add. For more information please see +# http://doc.trolltech.com/qthelpproject.html#custom-filters + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see +# +# Qt Help Project / Custom Filters. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's +# filter section matches. +# +# Qt Help Project / Filter Attributes. + +QHP_SECT_FILTER_ATTRS = + +# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can +# be used to specify the location of Qt's qhelpgenerator. +# If non-empty doxygen will try to run qhelpgenerator on the generated +# .qhp file. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files +# will be generated, which together with the HTML files, form an Eclipse help +# plugin. To install this plugin and make it available under the help contents +# menu in Eclipse, the contents of the directory containing the HTML and XML +# files needs to be copied into the plugins directory of eclipse. The name of +# the directory within the plugins directory should be the same as +# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before +# the help appears. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have +# this name. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) +# at top of each HTML page. The value NO (the default) enables the index and +# the value YES disables it. Since the tabs have the same information as the +# navigation tree you can set this option to NO if you already set +# GENERATE_TREEVIEW to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. +# If the tag value is set to YES, a side panel will be generated +# containing a tree-like index structure (just like the one that +# is generated for HTML Help). For this to work a browser that supports +# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). +# Windows users are probably better off using the HTML help feature. +# Since the tree basically has the same information as the tab index you +# could consider to set DISABLE_INDEX to NO when enabling this option. + +GENERATE_TREEVIEW = YES + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values +# (range [0,1..20]) that doxygen will group on one line in the generated HTML +# documentation. Note that a value of 0 will completely suppress the enum +# values from appearing in the overview section. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be +# used to set the initial width (in pixels) of the frame in which the tree +# is shown. + +TREEVIEW_WIDTH = 250 + +# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open +# links to external symbols imported via tag files in a separate window. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of Latex formulas included +# as images in the HTML documentation. The default is 10. Note that +# when you change the font size after a successful doxygen run you need +# to manually remove any form_*.png images from the HTML output directory +# to force them to be regenerated. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are +# not supported properly for IE 6.0, but are supported on all modern browsers. +# Note that when changing this option you need to delete any form_*.png files +# in the HTML output before the changes have effect. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax +# (see http://www.mathjax.org) which uses client side Javascript for the +# rendering instead of using prerendered bitmaps. Use this if you do not +# have LaTeX installed or if you want to formulas look prettier in the HTML +# output. When enabled you may also need to install MathJax separately and +# configure the path to it using the MATHJAX_RELPATH option. + +USE_MATHJAX = NO + +# When MathJax is enabled you need to specify the location relative to the +# HTML output directory using the MATHJAX_RELPATH option. The destination +# directory should contain the MathJax.js script. For instance, if the mathjax +# directory is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to +# the MathJax Content Delivery Network so you can quickly see the result without +# installing MathJax. +# However, it is strongly recommended to install a local +# copy of MathJax from http://www.mathjax.org before deployment. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension +# names that should be enabled during MathJax rendering. + +MATHJAX_EXTENSIONS = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box +# for the HTML output. The underlying search engine uses javascript +# and DHTML and should work on any modern browser. Note that when using +# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets +# (GENERATE_DOCSET) there is already a search function so this one should +# typically be disabled. For large projects the javascript based search engine +# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. + +SEARCHENGINE = NO + +# When the SERVER_BASED_SEARCH tag is enabled the search engine will be +# implemented using a PHP enabled web server instead of at the web client +# using Javascript. Doxygen will generate the search PHP script and index +# file to put on the web server. The advantage of the server +# based approach is that it scales better to large projects and allows +# full text search. The disadvantages are that it is more difficult to setup +# and does not have live searching capabilities. + +SERVER_BASED_SEARCH = NO + +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will +# generate Latex output. + +GENERATE_LATEX = NO + +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `latex' will be used as the default path. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. If left blank `latex' will be used as the default command name. +# Note that when enabling USE_PDFLATEX this option is only used for +# generating bitmaps for formulas in the HTML output, but not in the +# Makefile that is written to the output directory. + +LATEX_CMD_NAME = latex + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to +# generate index for LaTeX. If left blank `makeindex' will be used as the +# default command name. + +MAKEINDEX_CMD_NAME = makeindex + +# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact +# LaTeX documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_LATEX = NO + +# The PAPER_TYPE tag can be used to set the paper type that is used +# by the printer. Possible values are: a4, letter, legal and +# executive. If left blank a4wide will be used. + +PAPER_TYPE = a4wide + +# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX +# packages that should be included in the LaTeX output. + +EXTRA_PACKAGES = + +# The LATEX_HEADER tag can be used to specify a personal LaTeX header for +# the generated latex document. The header should contain everything until +# the first chapter. If it is left blank doxygen will generate a +# standard header. Notice: only use this tag if you know what you are doing! + +LATEX_HEADER = + +# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for +# the generated latex document. The footer should contain everything after +# the last chapter. If it is left blank doxygen will generate a +# standard footer. Notice: only use this tag if you know what you are doing! + +LATEX_FOOTER = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated +# is prepared for conversion to pdf (using ps2pdf). The pdf file will +# contain links (just like the HTML output) instead of page references +# This makes the output suitable for online browsing using a pdf viewer. + +PDF_HYPERLINKS = NO + +# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of +# plain latex in the generated Makefile. Set this option to YES to get a +# higher quality PDF documentation. + +USE_PDFLATEX = NO + +# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. +# command to the generated LaTeX files. This will instruct LaTeX to keep +# running if errors occur, instead of asking the user for help. +# This option is also used when generating formulas in HTML. + +LATEX_BATCHMODE = NO + +# If LATEX_HIDE_INDICES is set to YES then doxygen will not +# include the index chapters (such as File Index, Compound Index, etc.) +# in the output. + +LATEX_HIDE_INDICES = NO + +# If LATEX_SOURCE_CODE is set to YES then doxygen will include +# source code with syntax highlighting in the LaTeX output. +# Note that which sources are shown also depends on other settings +# such as SOURCE_BROWSER. + +LATEX_SOURCE_CODE = NO + +# The LATEX_BIB_STYLE tag can be used to specify the style to use for the +# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See +# http://en.wikipedia.org/wiki/BibTeX for more info. + +LATEX_BIB_STYLE = plain + +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- + +# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output +# The RTF output is optimized for Word 97 and may not look very pretty with +# other RTF readers or editors. + +GENERATE_RTF = NO + +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `rtf' will be used as the default path. + +RTF_OUTPUT = rtf + +# If the COMPACT_RTF tag is set to YES Doxygen generates more compact +# RTF documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_RTF = NO + +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated +# will contain hyperlink fields. The RTF file will +# contain links (just like the HTML output) instead of page references. +# This makes the output suitable for online browsing using WORD or other +# programs which support those fields. +# Note: wordpad (write) and others do not support links. + +RTF_HYPERLINKS = NO + +# Load style sheet definitions from file. Syntax is similar to doxygen's +# config file, i.e. a series of assignments. You only have to provide +# replacements, missing definitions are set to their default value. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an rtf document. +# Syntax is similar to doxygen's config file. + +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES (the default) Doxygen will +# generate man pages + +GENERATE_MAN = NO + +# The MAN_OUTPUT tag is used to specify where the man pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `man' will be used as the default path. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to +# the generated man pages (default is the subroutine's section .3) + +MAN_EXTENSION = .3 + +# If the MAN_LINKS tag is set to YES and Doxygen generates man output, +# then it will generate one additional man file for each entity +# documented in the real man page(s). These additional files +# only source the real man page, but without them the man command +# would be unable to find the correct page. The default is NO. + +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- + +# If the GENERATE_XML tag is set to YES Doxygen will +# generate an XML file that captures the structure of +# the code including all documentation. + +GENERATE_XML = NO + +# The XML_OUTPUT tag is used to specify where the XML pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `xml' will be used as the default path. + +XML_OUTPUT = xml + +XML_PROGRAMLISTING = YES + +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will +# generate an AutoGen Definitions (see autogen.sf.net) file +# that captures the structure of the code including all +# documentation. Note that this feature is still experimental +# and incomplete at the moment. + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- + +# If the GENERATE_PERLMOD tag is set to YES Doxygen will +# generate a Perl module file that captures the structure of +# the code including all documentation. Note that this +# feature is still experimental and incomplete at the +# moment. + +GENERATE_PERLMOD = NO + +# If the PERLMOD_LATEX tag is set to YES Doxygen will generate +# the necessary Makefile rules, Perl scripts and LaTeX code to be able +# to generate PDF and DVI output from the Perl module output. + +PERLMOD_LATEX = NO + +# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be +# nicely formatted so it can be parsed by a human reader. +# This is useful +# if you want to understand what is going on. +# On the other hand, if this +# tag is set to NO the size of the Perl module output will be much smaller +# and Perl will parse it just the same. + +PERLMOD_PRETTY = YES + +# The names of the make variables in the generated doxyrules.make file +# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. +# This is useful so different doxyrules.make files included by the same +# Makefile don't overwrite each other's variables. + +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will +# evaluate all C-preprocessor directives found in the sources and include +# files. + +ENABLE_PREPROCESSING = YES + +# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro +# names in the source code. If set to NO (the default) only conditional +# compilation will be performed. Macro expansion can be done in a controlled +# way by setting EXPAND_ONLY_PREDEF to YES. + +MACRO_EXPANSION = NO + +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES +# then the macro expansion is limited to the macros specified with the +# PREDEFINED and EXPAND_AS_DEFINED tags. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files +# pointed to by INCLUDE_PATH will be searched when a #include is found. + +SEARCH_INCLUDES = YES + +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by +# the preprocessor. + +INCLUDE_PATH = + +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will +# be used. + +INCLUDE_FILE_PATTERNS = *.h + +# The PREDEFINED tag can be used to specify one or more macro names that +# are defined before the preprocessor is started (similar to the -D option of +# gcc). The argument of the tag is a list of macros of the form: name +# or name=definition (no spaces). If the definition and the = are +# omitted =1 is assumed. To prevent a macro definition from being +# undefined via #undef or recursively expanded use the := operator +# instead of the = operator. + +PREDEFINED = + +# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then +# this tag can be used to specify a list of macro names that should be expanded. +# The macro definition that is found in the sources will be used. +# Use the PREDEFINED tag if you want to use a different macro definition that +# overrules the definition found in the source code. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then +# doxygen's preprocessor will remove all references to function-like macros +# that are alone on a line, have an all uppercase name, and do not end with a +# semicolon, because these will confuse the parser if not removed. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES option can be used to specify one or more tagfiles. For each +# tag file the location of the external documentation should be added. The +# format of a tag file without this location is as follows: +# +# TAGFILES = file1 file2 ... +# Adding location for the tag files is done as follows: +# +# TAGFILES = file1=loc1 "file2 = loc2" ... +# where "loc1" and "loc2" can be relative or absolute paths +# or URLs. Note that each tag file must have a unique name (where the name does +# NOT include the path). If a tag file is not located in the directory in which +# doxygen is run, you must also specify the path to the tagfile here. + +TAGFILES = + +# When a file name is specified after GENERATE_TAGFILE, doxygen will create +# a tag file that is based on the input files it reads. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES all external classes will be listed +# in the class index. If set to NO only the inherited external classes +# will be listed. + +ALLEXTERNALS = NO + +# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will +# be listed. + +EXTERNAL_GROUPS = YES + +# The PERL_PATH should be the absolute path and name of the perl script +# interpreter (i.e. the result of `which perl'). + +PERL_PATH = /usr/bin/perl + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will +# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# or super classes. Setting the tag to NO turns the diagrams off. Note that +# this option also works with HAVE_DOT disabled, but it is recommended to +# install and use dot, since it yields more powerful graphs. + +CLASS_DIAGRAMS = YES + +# You can define message sequence charts within doxygen comments using the \msc +# command. Doxygen will then run the mscgen tool (see +# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the +# documentation. The MSCGEN_PATH tag allows you to specify the directory where +# the mscgen tool resides. If left empty the tool is assumed to be found in the +# default search path. + +MSCGEN_PATH = + +# If set to YES, the inheritance and collaboration graphs will hide +# inheritance and usage relations if the target is undocumented +# or is not a class. + +HIDE_UNDOC_RELATIONS = YES + +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz, a graph visualization +# toolkit from AT&T and Lucent Bell Labs. The other options in this section +# have no effect if this option is set to NO (the default) + +HAVE_DOT = NO + +# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is +# allowed to run in parallel. When set to 0 (the default) doxygen will +# base this on the number of processors available in the system. You can set it +# explicitly to a value larger than 0 to get control over the balance +# between CPU load and processing speed. + +DOT_NUM_THREADS = 0 + +# By default doxygen will use the Helvetica font for all dot files that +# doxygen generates. When you want a differently looking font you can specify +# the font name using DOT_FONTNAME. You need to make sure dot is able to find +# the font, which can be done by putting it in a standard location or by setting +# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the +# directory containing the font. + +DOT_FONTNAME = Helvetica + +# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. +# The default size is 10pt. + +DOT_FONTSIZE = 10 + +# By default doxygen will tell dot to use the Helvetica font. +# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to +# set the path where dot can find it. + +DOT_FONTPATH = + +# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect inheritance relations. Setting this tag to YES will force the +# CLASS_DIAGRAMS tag to NO. + +CLASS_GRAPH = YES + +# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect implementation dependencies (inheritance, containment, and +# class references variables) of the class with other documented classes. + +COLLABORATION_GRAPH = YES + +# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for groups, showing the direct groups dependencies + +GROUP_GRAPHS = YES + +# If the UML_LOOK tag is set to YES doxygen will generate inheritance and +# collaboration diagrams in a style similar to the OMG's Unified Modeling +# Language. + +UML_LOOK = NO + +# If the UML_LOOK tag is enabled, the fields and methods are shown inside +# the class node. If there are many fields or methods and many nodes the +# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS +# threshold limits the number of items for each type to make the size more +# managable. Set this to 0 for no limit. Note that the threshold may be +# exceeded by 50% before the limit is enforced. + +UML_LIMIT_NUM_FIELDS = 10 + +# If set to YES, the inheritance and collaboration graphs will show the +# relations between templates and their instances. + +TEMPLATE_RELATIONS = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT +# tags are set to YES then doxygen will generate a graph for each documented +# file showing the direct and indirect include dependencies of the file with +# other documented files. + +INCLUDE_GRAPH = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and +# HAVE_DOT tags are set to YES then doxygen will generate a graph for each +# documented header file showing the documented files that directly or +# indirectly include this file. + +INCLUDED_BY_GRAPH = YES + +# If the CALL_GRAPH and HAVE_DOT options are set to YES then +# doxygen will generate a call dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable call graphs +# for selected functions only using the \callgraph command. + +CALL_GRAPH = NO + +# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then +# doxygen will generate a caller dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable caller +# graphs for selected functions only using the \callergraph command. + +CALLER_GRAPH = NO + +# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen +# will generate a graphical hierarchy of all classes instead of a textual one. + +GRAPHICAL_HIERARCHY = YES + +# If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES +# then doxygen will show the dependencies a directory has on other directories +# in a graphical way. The dependency relations are determined by the #include +# relations between the files in the directories. + +DIRECTORY_GRAPH = YES + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. Possible values are svg, png, jpg, or gif. +# If left blank png will be used. If you choose svg you need to set +# HTML_FILE_EXTENSION to xhtml in order to make the SVG files +# visible in IE 9+ (other browsers do not have this requirement). + +DOT_IMAGE_FORMAT = png + +# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to +# enable generation of interactive SVG images that allow zooming and panning. +# Note that this requires a modern browser other than Internet Explorer. +# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you +# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files +# visible. Older versions of IE do not have SVG support. + +INTERACTIVE_SVG = NO + +# The tag DOT_PATH can be used to specify the path where the dot tool can be +# found. If left blank, it is assumed the dot tool can be found in the path. + +DOT_PATH = + +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the +# \dotfile command). + +DOTFILE_DIRS = + +# The MSCFILE_DIRS tag can be used to specify one or more directories that +# contain msc files that are included in the documentation (see the +# \mscfile command). + +MSCFILE_DIRS = + +# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of +# nodes that will be shown in the graph. If the number of nodes in a graph +# becomes larger than this value, doxygen will truncate the graph, which is +# visualized by representing a node as a red box. Note that doxygen if the +# number of direct children of the root node in a graph is already larger than +# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note +# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. + +DOT_GRAPH_MAX_NODES = 50 + +# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the +# graphs generated by dot. A depth value of 3 means that only nodes reachable +# from the root by following a path via at most 3 edges will be shown. Nodes +# that lay further from the root node will be omitted. Note that setting this +# option to 1 or 2 may greatly reduce the computation time needed for large +# code bases. Also note that the size of a graph can be further restricted by +# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. + +MAX_DOT_GRAPH_DEPTH = 0 + +# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent +# background. This is disabled by default, because dot on Windows does not +# seem to support this out of the box. Warning: Depending on the platform used, +# enabling this option may lead to badly anti-aliased labels on the edges of +# a graph (i.e. they become hard to read). + +DOT_TRANSPARENT = NO + +# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output +# files in one run (i.e. multiple -o and -T options on the command line). This +# makes dot run faster, but since only newer versions of dot (>1.8.10) +# support this, this feature is disabled by default. + +DOT_MULTI_TARGETS = NO + +# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will +# generate a legend page explaining the meaning of the various boxes and +# arrows in the dot generated graphs. + +GENERATE_LEGEND = YES + +# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will +# remove the intermediate dot files that are used to generate +# the various graphs. + +DOT_CLEANUP = YES diff --git a/Documentation/development/coding-style-policy.md b/Documentation/development/coding-style-policy.md new file mode 100644 index 0000000..2a54dc1 --- /dev/null +++ b/Documentation/development/coding-style-policy.md @@ -0,0 +1,800 @@ +# KiCad C++ Source Code Style Guide # + +Latest Publishing: February 2013 + +First Published: September 2010 + +written by + +Wayne Stambaugh \<\> +and +Dick Hollenbeck \<\> + +[TOC] + +# 1. Introduction # {#intro} +The purpose of this document is to provide a reference guide for KiCad +developers about how source code should be styled and formatted in +KiCad. It is not a comprehensive programming guide because it does not +discuss many things such as software engineering strategies, source +directories, existing classes, or how to internationalize text. The goal +is to make all of the KiCad source conform to this guide. + +## 1.1 Why Coding Style Matters ## {#why} +You may be thinking to yourself that using the style defined in this +document will not make you a good programmer and you would be correct. +Any given coding style is no substitute for experience. However, any +experienced coder will tell that the only thing worse than looking at +code that is not in your preferred coding style, is looking at twenty +different coding styles that are not your preferred coding style. +Consistency makes a) problems easier to spot, and b) looking at code for +long periods of time more tolerable. + +## 1.2 Enforcement ## {#enforcement} +The KiCad coding police are not going to break down your door and beat +you with your keyboard if you don't follow these guidelines (although +there are those who would argue that they should). However, there are +some very sound reasons why you should follow them. If you are +contributing patches, you are much more likely to be taken seriously by +the primary developers if your patches are formatted correctly. Busy +developers don't have the time to go back and reformat your code. If you +have a desire to become a regular KiCad developer with commit access to +the development branch, you're not likely to get a glowing +recommendation by the lead developers if you will not follow these +guidelines. It is just good programming courtesy to follow this policy +because it is respectful of the investment already made by the existing +developers. The other KiCad developers will appreciate your effort. + +**Warning** + +**Do not modify this document without the consent of the project +leader. All changes to this document require approval.** + + +# 2. Naming Conventions # {#naming_conventions} +Before delving into anything as esoteric as indentation and formatting, +naming conventions need to be addressed. This section does not attempt +to define what names you use for your code. Rather, it defines the style +for naming. See the references section for links to some excellent +coding references. When defining multiple word names use the following +conventions for improved readability: + +- Use underscores for all upper and all lower case variables to make + multiple word names more readable. +- Use camel case for mixed case variable names. + +Avoid mixing camel case and underscores. + +**Examples** +~~~~~~~~~~~~~{.cpp} + CamelCaseName // if camelcase, then no underscores + all_lower_case_name + ALL_UPPER_CASE_NAME +~~~~~~~~~~~~~ + +## 2.1 Class, Type Definitions, Name Space, and Macro Names ## {#definitions} +Class, typedef, enum, name space, and macro names should be comprised of +all capital letters. + +**Examples** +~~~~~~~~~~~~~{.cpp} + class SIMPLE + #define LONG_MACRO_WITH_UNDERSCORES + typedef boost::ptr_vector PIN_LIST; + enum KICAD_T {...}; +~~~~~~~~~~~~~ + +## 2.2 Local, Private and Automatic Variables ## {#local_variables} +The first character of automatic, static local, and private variable +names should be lower case. This indicates that the variable will not be +“visible†outside of the function, file, or class where they are +defined, respectively. The limited visibility is being acknowledged with +the lowercase starting letter, where lowercase is considered to be less +boisterous than uppercase. + +**Examples** +~~~~~~~~~~~~~{.cpp} + int i; + double aPrivateVariable; + static char* static_variable = NULL; +~~~~~~~~~~~~~ + +## 2.3 Public and Global Variables ## {#global_variables} +The first character of public and global variable names are to be +uppercase. This indicates that the variable is visible outside the class +or file in which it was defined. (An exception is the use of prefix `g_` +which is also sometimes used to indicate a global variable.) + +**Example** +~~~~~~~~~~~~~{.cpp} + char* GlobalVariable; +~~~~~~~~~~~~~ + +## 2.4 Local, Private and Static Functions ## {#functions} +The first character of local, private, and static functions should be +lower case. This indicates that the function is not visible outside the +class or file where it is defined. + +**Example** +~~~~~~~~~~~~~{.cpp} + bool isModified(); + static int buildList( int* list ); +~~~~~~~~~~~~~ + +## 2.5 Function Arguments ## {#function_arguments} +Function arguments are prefixed with an 'a' to indicate these are +arguments to a function. The 'a' stands for “argumentâ€, and it also +enables clever and concise Doxygen comments. + +**Example** +~~~~~~~~~~~~~{.cpp} + /*/** */* + * Function SetFoo + * takes aFoo and copies it into this instance. + */ + void SetFoo( int aFoo ); +~~~~~~~~~~~~~ + +Notice how the reader can say “a Foo†to himself when reading this. + +## 2.6 Pointers ## {#pointers} +It is not desired to identify a pointer by building a 'p' into the +variable name. The pointer aspect of the variable pertains to type, not +purpose. + +**Example** +~~~~~~~~~~~~~{.cpp} + MODULE* module; +~~~~~~~~~~~~~ + +The purpose of the variable is that it represents a MODULE. Something +like `p_module` would only make that harder to discern. + +## 2.7 Accessing Member Variables and Member Functions ## {#accessing_members} +We do not use “`this->`†to access either member variables or member +functions from within the containing class. We let C++ perform this for +us. + + +# 3. Commenting # {#commenting} +Comments in KiCad typically fall into two categories: in line code +comments and Doxygen comments. In line comments have no set formatting +rules other than they should have the same indent level as the code if +they do not follow a statement. In line comments that follow statements +should not exceed 99 columns unless absolutely necessary. The prevents +word wrapping in an editor when the viewable columns is set to 100. In +line comments can use either the C++ or the C commenting style, but C++ +comments are preferred for single line comments or comments consisting +of only a few lines. + +## 3.1 Blank Lines Above Comments ## {#blank_lines_above_comments} +If a comment is the first thing on a line, then that comment should have +one or more blank lines above them. One blank line is preferred. + +## 3.2 Doxygen ## {#doxygen} +Doxygen is a C++ source code documenting tool used by the project. Descriptive +*.html files can be generated from the source code by installing Doxygen and +building the target named **doxygen-docs**. + + $ cd + $ make doxygen-docs + +The \*.html files will be placed into +\/Documentation/doxygen/html/ + +Doxygen comments are used to build developer documentation from the +source code. They should normally be only placed in header files and not +in \*.cpp files. This eliminates the obligation to keep two comments in +agreement with each other. is if the class, function, or enum, etc. is +only defined in a \*.cpp source file and not present in any header file, +in which case the Doxygen comments should go into the \*.cpp source file. +Again, avoid duplicating the Doxygen comments in both the header and +\*.cpp source files. + +KiCad uses the JAVADOC comment style defined in the [“Documenting the +codeâ€][doccode] section of the Doxygen [manual][manual]. Don't forget +to use the special Doxygen tags: bug, todo, deprecated, etc., so other +developers can quickly get useful information about your code. It is +good practice to actually generate the Doxygen \*.html files by +building target doxygen-docs, and then to review the quality of your +Doxygen comments with a web browser before submitting a patch. + +[doccode]: http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html +[manual]: http://www.stack.nl/~dimitri/doxygen/manual.html + +### 3.2.1 Function Comments ### {#function_comments} +These go into a header file, unless the function is a private (i.e. +static) function known only to a \*.cpp file. The format of a function +comment is chosen to serve a dual purpose role: delineation of the +function declaration within the source code and to create a consistent +leading sentence in the doxygen html output. The chosen format is +“Function \†as shown in the example below. + +**Example** +~~~~~~~~~~~~~{.cpp} + /*/** */* + * Function Print + * formats and writes text to the output stream. + * @param nestLevel is the multiple of spaces to precede the output with. + * @param fmt is a printf() style format string. + * @param ... is a variable list of parameters that will get blended into + * the output under control of the format string. + * @return int - the number of characters output. + * @throw IO_ERROR, if there is a problem outputting, such asisk. + */ + int PRINTF_FUNC Print( int nestLevel, + const char* fmt, ... ) throw( IO_ERROR ); +~~~~~~~~~~~~~ + +The “Function \†text goes on the 2nd line of the comment. The +\@return keyword if present, should show the type of the return value +followed by a hiphen. The \@param keyword names a function parameter +and the text following should flow like a normal English sentence. + +### 3.2.2 Class Comments ### {#class_comments} +A class comment describes a class declaration by giving the purpose and +use of the class. Its format is similar to a function comment. Doxygen +can use the html \ (paragraph designation) to begin a new paragraph +in its output. So if the text of the comment is large, break it put into +multiple paragraphs. + +**Example** +~~~~~~~~~~~~~{.cpp} + /*/** */* + * Class OUTPUTFORMATTER + * is an important interface (abstract) class used to output UTF8 text in + * a convenient way. The primary interface is "printf() - like" but + * with support for indentation control. The destination of the 8 bit + * wide text is up to the implementer. + *

+ * The implementer only has to implement the write() function, but can + * also optionally re-implement GetQuoteChar(). + *

+ * If you want to output a wxString, then use CONV_TO_UTF8() on it + * before passing it as an argument to Print(). + *

+ * Since this is an abstract interface, only classes derived from + * this one may actually be used. + */ + class OUTPUTFORMATTER + { +~~~~~~~~~~~~~ + + +# 4. Formatting # {#formatting} +This section defines the formatting style used in the KiCad source. + +## 4.1 Indentation ## {#indentation} +The indentation level for the KiCad source code is defined as four +spaces. Please do not use tabs. + +### 4.1.1 Defines ### {#defines} +There should be only one space after a \#define statement. + +### 4.1.2 Column Alignment ### {#column_alignment} +Please try to align multiple consecutive similar lines into consistent +columns when possible, such as \#define lines which can be thought of as +containing 4 columns: \#define, symbol, value, and comment. Notice how +all 4 columns are aligned in the example below. + +**Example** +~~~~~~~~~~~~~{.cpp} + #define LN_RED 12 // my favorite + #define LN_GREEN 13 // eco friendly +~~~~~~~~~~~~~ + +Another common case is the declaration of automatic variables. These are +preferably shown in columns of type and variable name. + +## 4.2 Blank Lines ## {#blank_lines} + +### 4.2.1 Function Declarations ### {#function_declarations} +There should be 1 blank line above a function declaration in a class +file if that function declaration is presented with a Javadoc comment. +This is consist with the statement above about blank lines above +comments. + +### 4.2.2 Function Definitions ### {#function_definitions} +Function definitions in *.cpp files will not typically be accompanied by +any comment, since those are normally only in the header file. It is +desirable to set off the function definition within the *.cpp file by +leaving two blank lines above the function definition. + +### 4.2.3 If Statements ### {#if_statements} +There should be one blank line above if statements. + +## 4.3 Line Length ### {#line_length} +The maximum line width is 99 columns. An exception to this is a long +quoted string such as the internationalized text required to satisfy +MSVC++, described below. + +## 4.4 Strings ## {#strings} +The KiCad project team no longer supports compiling with Microsoft +Visual C++. When you need to break long strings into smaller substrings, +please use the C99 compliant method for improved readability. Using +any of previously accepted methods defined below for breaking +long internationalized strings will no longer be accepted. + +**Examples** +~~~~~~~~~~~~~{.cpp} + // This works with C99 compliant compilers is the **only** accepted method: + wxChar* foo = _( “this is a long string broken †+ “into pieces for readability.†); + + // This works with MSVC, breaks POEdit, and is **not** acceptable: + wxChar* foo = _( “this is a long string broken †+ L“into pieces for readability†); + + // This works with MSVC, is ugly, and is **not** accepted: + wxChar* foo = _( “this is a long string \ + broken into pieces for readability†); +~~~~~~~~~~~~~ + +A second acceptable solution is to simply put the text all on one +line, even if it exceeds the 99 character line length limit. However, +the preferred method is to break strings within the 99 character limit +whenever possible to prevent wrapping. + +## 4.5 Trailing Whitespace ## {#trailing_whitespace} +Many programming editors conveniently indent your code for you. Some of +them do it rather poorly and leave trailing whitespace. Thankfully, most +editors come with a remove trailing whitespace macro or at least a +setting to make trailing whitespace visible so you can see it and +manually remove it. Trailing whitespace is known to break some text +parsing tools. It also leads to unnecessary diffs in the version control +system. Please remove trailing whitespace. + +## 4.6 Multiple Statements per Line ## {#multiple_statements_per_line} +It is generally preferred that each statement be placed on its own line. +This is especially true for statements without keywords. + +**Example** +~~~~~~~~~~~~~{.cpp} + x=1; y=2; z=3; // Bad, should be on separate lines. +~~~~~~~~~~~~~ + +## 4.7 Braces ## {#braces} +Braces should be placed on the line proceeding the keyword and indented +to the same level. It is not necessary to use braces if there is only a +single line statement after the keyword. In the case of if..else +if..else, indent all to the same level. + +**Example** +~~~~~~~~~~~~~{.cpp} + void function() + { + if( foo ) + { + statement1; + statement2; + } + else if( bar ) + { + statement3; + statement4; + } + else + statement5; + } +~~~~~~~~~~~~~ + +## 4.8 Parenthesis ## {#parenthesis} +Parenthesis should be placed immediately after function names and +keywords. Spaces should be placed after the opening parenthesis, before +the closing parenthesis, and between the comma and the next argument in +functions. No space is needed if a function has no arguments. + +**Example** +~~~~~~~~~~~~~{.cpp} + void Function( int aArg1, int aArg2 ) + { + while( busy ) + { + if( a || b || c ) + doSomething(); + else + doSomethingElse(); + } + } +~~~~~~~~~~~~~ + +## 4.9 Switch Formatting ## {#switch} +The case statement is to be indented to the same level as the switch. + +**Example** +~~~~~~~~~~~~~{.cpp} + switch( foo ) + { + case 1: + doOne(); + break; + case 2: + doTwo(); + // Fall through. + default: + doDefault(); + } +~~~~~~~~~~~~~ + + +# 5. License Statement # {#license_statement} +There is a the file copyright.h which you can copy into the top of +your new source files and edit the \ field. KiCad depends on +the copyright enforcement capabilities of copyright law, and this +means that source files must be copyrighted and not be released into +the public domain. Each source file has one or more owners. + + +# 6. Header Files # {#header_files} +Project \*.h source files should: + +- contain a license statement +- contain a nested include \#ifndef +- be fully self standing and not depend on other headers that are not + included within it. + +The license statement was described above. + +## 6.1 Nested Include #ifndef ## {#nested_include} +Each header file should include an \#ifndef which is commonly used to +prevent compiler errors in the case where the header file is seen +multiple times in the code stream presented to the compiler. Just +after the license statement, at the top of the file there should be +lines similar to these (but with a filename specific token other than +`RICHIO_H_`): + +~~~~~~~~~~~~~{.cpp} + #ifndef RICHIO_H_ + #define RICHIO_H_ +~~~~~~~~~~~~~ + +And at the very bottom of the header file, use a line like this one: + +~~~~~~~~~~~~~{.cpp} + #endif // RICHIO_H_ +~~~~~~~~~~~~~ + +The \#ifndef wrapper begins after the license statement, and ends at +the very bottom of the file. It is important that it wrap any nested +\#include statements, so that the compiler can skip them if the +\#ifndef evaluates to false, which will reduce compilation time. + +## 6.2 Headers Without Unsatisfied Dependencies ## {#header_depends} +Any header file should include other headers that it depends on. (Note: +KiCad is not at this point now, but this section is a goal of the +project.) + +It should be possible to run the compiler on any header file within the +project, and with proper include paths being passed to the compiler, the +header file should compile without error. + +**Example** + + $ cd /svn/kicad/testing.checkout/include + $ g++ wx-config --cxxflags -I . xnode.h -o /tmp/junk + +Such structuring of the header files removes the need within a client +\*.cpp file to include some project header file before some other project +header file. (A client \*.cpp file is one that intends to **use, not +implement,** the public API exposed within the header file.) + +Client code should not have to piece together things that a header file +wishes to expose. The exposing header file should be viewed as a fully +sufficient **ticket to use** the public API of that header file. + +This is not saying anything about how much to expose, only that that +which is exposed needs to be fully usable merely by including the header +file that exposes it, with no additional includes. + +For situations where there is a class header file and an +implementation \*.cpp file, it is desirable to hide as much of the +private implementation as is practical and any header file that is not +needed as part of the public API can and should be included only in +the implementation \*.cpp file. However, the number one concern of +this section is that client (using) code can use the public API which +is exposed in the header file, merely by including that one header +file. + + +# 7. I Wrote X Lines of Code Before I Read This Document # {#x_lines} +It's OK. We all make mistakes. Fortunately, KiCad provides a +configuration file for the code beautifier uncrustify. Uncrustify won't +fix your naming problems but it does a pretty decent job of formatting +your source code. There are a few places where uncrustify makes some +less than ideal indentation choices. It struggles with the string +declaration macros wxT(“â€) and \_(“â€) and functions used as arguments to +other functions. After you uncrustify your source code, please review the +indentation for any glaring errors and manually fix them. See the +uncrustify [website][uncrustify] for more information. + +[uncrustify]: http://uncrustify.sourceforge.net/ + + +# 8. Show Me an Example # {#show_me_an_example} +Nothing drives the point home like an example. The source file richio.h +below was taken directly from the KiCad source. + +~~~~~~~~~~~~~{.cpp} + /* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2007-2010 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2007 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + #ifndef RICHIO_H_ + #define RICHIO_H_ + + + // This file defines 3 classes useful for working with DSN text files and is named + // "richio" after its author, Richard Hollenbeck, aka Dick Hollenbeck. + + + #include + #include + + // I really did not want to be dependent on wxWidgets in richio + // but the errorText needs to be wide char so wxString rules. + #include + #include // FILE + + + + /*/** */* + * Struct IOError + * is a class used to hold an error message and may be used to throw exceptions + * containing meaningful error messages. + */ + struct IOError + { + wxString errorText; + + IOError( const wxChar* aMsg ) : + errorText( aMsg ) + { + } + + IOError( const wxString& aMsg ) : + errorText( aMsg ) + { + } + }; + + + /*/** */* + * Class LINE_READER + * reads single lines of text into its buffer and increments a line number counter. + * It throws an exception if a line is too long. + */ + class LINE_READER + { + protected: + + FILE* fp; + int lineNum; + unsigned maxLineLength; + unsigned length; + char* line; + unsigned capacity; + + public: + + /*/** */* + * Constructor LINE_READER + * takes an open FILE and the size of the desired line buffer. + * @param aFile An open file in "ascii" mode, not binary mode. + * @param aMaxLineLength The number of bytes to use in the line buffer. + */ + LINE_READER( FILE* aFile, unsigned aMaxLineLength ); + + ~LINE_READER() + { + delete[] line; + } + + /* + int CharAt( int aNdx ) + { + if( (unsigned) aNdx < capacity ) + return (char) (unsigned char) line[aNdx]; + return -1; + } + */ + + /*/** */* + * Function ReadLine + * reads a line of text into the buffer and increments the line number + * counter. If the line is larger than the buffer size, then an exception + * is thrown. + * @return int - The number of bytes read, 0 at end of file. + * @throw IOError only when a line is too long. + */ + int ReadLine() throw (IOError); + + operator char* () + { + return line; + } + + int LineNumber() + { + return lineNum; + } + + unsigned Length() + { + return length; + } + }; + + + + /*/** */* + * Class OUTPUTFORMATTER + * is an interface (abstract class) used to output ASCII text in a convenient + * way. The primary interface is printf() like but with support for indentation + * control. The destination of the 8 bit wide text is up to the implementer. + * If you want to output a wxString, then use CONV_TO_UTF8() on it before passing + * it as an argument to Print(). + *

+ * Since this is an abstract interface, only classes derived from this one + * will be the implementations. + */ + class OUTPUTFORMATTER + { + + #if defined(__GNUG__) // The GNU C++ compiler defines this + + // When used on a C++ function, we must account for the "this" pointer, + // so increase the STRING-INDEX and FIRST-TO_CHECK by one. + // See http://docs.freebsd.org/info/gcc/gcc.info.Function_Attributes.html + // Then to get format checking during the compile, compile with -Wall or -Wformat + #define PRINTF_FUNC __attribute__ ((format (printf, 3, 4))) + + #else + #define PRINTF_FUNC // nothing + #endif + + public: + + /*/** */* + * Function Print + * formats and writes text to the output stream. + * + * @param nestLevel The multiple of spaces to preceed the output with. + * @param fmt A printf() style format string. + * @param ... a variable list of parameters that will get blended into + * the output under control of the format string. + * @return int - the number of characters output. + * @throw IOError, if there is a problem outputting, such as a full disk. + */ + virtual int PRINTF_FUNC Print( int nestLevel, const char* fmt, ... ) throw( IOError ) = 0; + + /*/** */* + * Function GetQuoteChar + * performs quote character need determination. + * It returns the quote character as a single character string for a given + * input wrapee string. If the wrappee does not need to be quoted, + * the return value is "" (the null string), such as when there are no + * delimiters in the input wrapee string. If you want the quote_char + * to be assuredly not "", then pass in "(" as the wrappee. + *

+ * Implementations are free to override the default behavior, which is to + * call the static function of the same name. + + * @param wrapee A string that might need wrapping on each end. + * @return const char* - the quote_char as a single character string, or "" + * if the wrapee does not need to be wrapped. + */ + virtual const char* GetQuoteChar( const char* wrapee ) = 0; + + virtual ~OUTPUTFORMATTER() {} + + /*/** */* + * Function GetQuoteChar + * performs quote character need determination according to the Specctra DSN + * specification. + + * @param wrapee A string that might need wrapping on each end. + * @param quote_char A single character C string which provides the current + * quote character, should it be needed by the wrapee. + * + * @return const char* - the quote_char as a single character string, or "" + * if the wrapee does not need to be wrapped. + */ + static const char* GetQuoteChar( const char* wrapee, const char* quote_char ); + }; + + + /*/** */* + * Class STRINGFORMATTER + * implements OUTPUTFORMATTER to a memory buffer. After Print()ing the + * string is available through GetString() + */ + class STRINGFORMATTER : public OUTPUTFORMATTER + { + std::vector buffer; + std::string mystring; + + int sprint( const char* fmt, ... ); + int vprint( const char* fmt, va_list ap ); + + public: + + /*/** */* + * Constructor STRINGFORMATTER + * reserves space in the buffer + */ + STRINGFORMATTER( int aReserve = 300 ) : + buffer( aReserve, '\0' ) + { + } + + + /*/** */* + * Function Clear + * clears the buffer and empties the internal string. + */ + void Clear() + { + mystring.clear(); + } + + /*/** */* + * Function StripUseless + * removes whitespace, '(', and ')' from the mystring. + */ + void StripUseless(); + + + std::string GetString() + { + return mystring; + } + + + //----------------------------------------------------- + int PRINTF_FUNC Print( int nestLevel, const char* fmt, ... ) throw( IOError ); + const char* GetQuoteChar( const char* wrapee ); + //---------------------------------------------------- + }; + + + #endif // RICHIO_H_ +~~~~~~~~~~~~~ + + +# 9. Resources # {#resources} +There are plenty of excellent resources on the Internet on C++ coding +styles and coding do's and don'ts. Here are a few useful ones. In most +cases, the coding styles do not follow the KiCad coding style but there +is plenty of other good information here. Besides, most of them have +some great humor in them enjoyable to read. Who knows, you might even +learn something new. + +- [C++ Coding Standard][cppstandard] +- [Linux Kernel Coding Style][kernel] +- [C++ Operator Overloading Guidelines][overloading] +- [Wikipedia's Programming Style Page][style] + +[cppstandard]:http://www.possibility.com/Cpp/CppCodingStandard.html +[kernel]:http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/Documentation/CodingStyle +[overloading]:http://www.cs.caltech.edu/courses/cs11/material/cpp/donnie/cpp-ops.html +[style]:http://en.wikipedia.org/wiki/Programming_style diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md new file mode 100644 index 0000000..6a5ac92 --- /dev/null +++ b/Documentation/development/compiling.md @@ -0,0 +1,413 @@ +# Building KiCad from Source # +If you are a user and not a developer, please consider using one of the prebuilt packages +of KiCad which can be found at the [download][] page on the [KiCad website][]. Building KiCad +from source is not for the faint of heart and is not recommended unless you have reasonable +software development experience. This document contains the instructions on how to build KiCad +from source on the supported platforms. It is not intended as a guide for installing or building +[library dependencies](#library_dependencies). Please consult you platforms documentation for +installing packages or the source code when building the library dependencies. Currently the +supported platforms are Windows Versions 7-10, just about any version of Linux, and OSX +10.7-10.10. You may be able to build KiCad on other platforms but it is not supported. On +Windows and Linux the [GNU GCC][] is the only supported compiler and on OSX [Clang][] is the +only supported compiler. + +[TOC] + +# Development Tools # {#development_tools} + +Before you begin building KiCad, there are a few tools required in addition to your compiler. +Some of these tools are required to build from source and some are optional. + +## CMake Build Configuration Tool ## {#cmake} + +[CMake][] is the build configuration and makefile generation tool used by KiCad. It is required. + + +## Bazaar Version Control System ## {#bazaar} + +The official source code repository is hosted on [Launchpad][] and requires the [Bazaar][] version +control system in order to create a branch of the latest source. Bazaar is not required if you are +going to build a stable version of KiCad from a source archive. + +## GIT Version Control System ## {#git} + +If you prefer to use [GIT][] for version control, there is a mirror of the official KiCad +repository on [Github][]. GIT is not required if you are going to build a stable version of +KiCad from a source archive. Please note that the Github mirror is read only. Do not submit +pull requests to Github. Changes should be sent to the KiCad developer's [mailing list][] as +an attached patch with [PATCH] at the beginning of the subject. + +## Doxygen Code Documentation Generator ## {#doxygen_section} + +The KiCad source code is documented using [Doxygen][] which parses the KiCad source code files +and builds a dependency tree along with the source documentation into HTML. Doxygen is only +required if you are going to build the KiCad documentation. + +## SWIG Simplified Wrapper and Interface Generator ## {#swig} + +[SWIG][] is used to generate the Python scripting language extensions for KiCad. SWIG is not +required if you are not going to build the KiCad scripting extension. + + +# Library Dependencies # {#library_dependencies} + +This section includes a list of library dependencies required to build KiCad. It does not +include any dependencies of the libraries. Please consult the library's documentation for any +additional dependencies. Some of these libraries are optional depending on you build +configuration. This is not a guide on how to install the library dependencies using you systems +package management tools or how to build the library from source. Consult the appropriate +documentation to perform these tasks. + +## wxWidgets Cross Platform GUI Library## {#wxwidgets} + +[wxWidgets][] is the graphical user interface (GUI) library used by KiCad. The current minimum +version is 3.0.0. However, 3.0.2 should be used whenever possible as there are some known bugs +in prior versions that can cause problems on some platforms. Please note that there are also +some platform specific patches that must be applied before building wxWidgets from source. These +patches can be found in the [patches folder][] in the KiCad source. These patches are named by +the wxWidgets version and platform name they should be applied against. wxWidgets must be built +with the --with-opengl option. If you installed the packaged version of wxWidgets on your system, +verify that it was built with this option. + +## Boost C++ Libraries ## {#boost} + +The [Boost][] C++ library is required only if you intend to build KiCad with the system installed +version of Boost instead of the default internally built version. If you use the system installed +version of Boost, version 1.56 or greater is required. Please note there are some platform +specific patches required to build a working Boost library. These patches can be found in the +[patches folder][] in the KiCad source. These patches are named by the platform name they should +be applied against. + +## GLEW OpenGL Extension Wrangler Library ## {#glew} + +The [OpenGL Extension Wrangler][GLEW] is an OpenGL helper library used by the KiCad graphics +abstraction library [GAL] and is always required to build KiCad. + +## GLUT OpenGL Utility Toolkit Library ## {#glut} + +The [OpenGL Utility Toolkit][GLUT] is an OpenGL helper library used by the KiCad graphics +abstraction library [GAL] and is always required to build KiCad. + +## Cairo 2D Graphics Library ## {#cairo} + +The [Cairo][] 2D graphics library is used as a fallback rendering canvas when OpenGL is no +available and is always required to build KiCad. + +## Python Programming Language ## {#python} + +The [Python][] programming language is used to provide scripting support to KiCad. It only needs +to be install if the [KiCad scripting](#kicad_scripting) build configuration option is enabled. + +## wxPython Library ## {#wxpython} + +The [wxPython][] library is used to provide a scripting console for Pcbnew. It only needs to be +installed if the [wxPython scripting](#wxpython_scripting) build configuration option is enabled. +When building KiCad with wxPython support, make sure the version of the wxWidgets library and +the version of wxPython installed on your system are the same. Mismatched versions have been +known to cause runtime issues. + +# KiCad Build Configuration Options # {#build_opts} + +KiCad has many build options that can be configured to build different options depending on +the availability of support for each option on a given platform. This section documents +these options and their default values. + +## Case Sensitivity ## {#case_sensitive_opt} + +The KICAD_KEEPCASE option allows you to build KiCad so that the string matching for component +names is case sensitive of case insensitive. This option is enabled by default. + +## Advanced Graphics Context ## {#graphics_context_opt} + +The USE_WX_GRAPHICS_CONTEXT option replaces wxDC with wxGraphicsContext for graphics rendering. +This option is disabled by default. Warning: the is experimental and has not been maintained +so use at your own risk. + +## Graphics Context Overlay ## {#overlay_opt} + +The USE_WX_OVERLAY option is used to enable the optional wxOverlay class for graphics rendering +on OSX. This is enabled on OSX by default and disabled on all other platforms. + +## Scripting Support ## {#scripting_opt} + +The KICAD_SCRIPTING option is used to enable building the Python scripting support into Pcbnew. +This options is disabled by default. + +## Scripting Module Support ## {#scripting_mod_opt} + +The KICAD_SCRIPTING_MODULES option is used to enable building and installing the Python modules +supplied by KiCad. This option is disabled by default. + +## wxPython Scripting Support ## {#wxpython_opt} + +The KICAD_SCRIPTING_WXPYTHON option is used to enable building the wxPython interface into +Pcbnew including the wxPython console. This option is disabled by default. + +## Github Plugin ## {#github_opt} + +The BUILD_GITHUB_PLUGIN option is used to control if the Github plugin is built. This option is +enabled by default. + +## Build with Static Libraries ## {#static_lib_opt} + +The KICAD_BUILD_STATIC option is used to build KiCad with static libraries. This option is +used for OSX builds only and is disabled by default. + +## Build with Dynamic Libraries ## {#dynamic_lib_opt} + +The KICAD_BUILD_DYNAMIC option is used to build KiCad with dynamic libraries. This option is +used for OSX only and is disabled by default. + +## Build with System Boost ## {#boost_opt} + +The KICAD_SKIP_BOOST option allow you to use the Boost libraries installed on your system to +be used instead of downloading Boost 1.54 and building a custom version specifically for +building KiCad. It is high recommended that you enable this option on Linux and use Boost +version 1.56 or greater. On other platforms you mileage may vary. This option is disabled +by default. + +## OSX Dependency Builder ## {#osx_deps_opt} + +The USE_OSX_DEPS_BUILDER option forces the build configuration to download and build the +required dependencies to build KiCad on OSX. This option is not longer maintained and most +likely is broken. Use it at your own peril. + +## Setting the Build Version and Repository Name ## {#build_version_opt} + +The KiCad version string is defined by the three CMake variables KICAD_VERSION, KICAD_BRANCH_NAME, +and KICAD_VERSION_EXTRA. Variables KICAD_BRANCH_NAME and KICAD_VERSION_EXTRA are defined as empty +strings and can be set at configuration. Unless the source branch is a stable release archive, +KICAD_VERSION is set to "no-vcs-found". If an optional variable is not define, it is not appended +to the full version string. If an optional variable is defined it is appended along with a leading +'-' to the full version string as follows: + + KICAD_VERSION[-KICAD_BRANCH_NAME][-KICAD_VERSION_EXTRA] + +When the version string is set to "no-vcs-found", the build script automatically creates the +version string information from the [git][] repository information as follows: + + + (2016-08-26 revision 67230ac)-master + | | | + | | branch name, "HEAD" if not on a branch, + | | or "unknown" if no .git present + | | + | abbreviated commit hash, or no-git if no .git + | present + | + date of commit, or date of build if no .git present + +# Getting the KiCad Source Code ## {#getting_src} + +There are several ways to get the KiCad source. If you want to build the stable version you +can down load the source archive from the [KiCad Launchpad][] developers page. Use tar or some +other archive program to extract the source on your system. If you are using tar, use the +following command: + + tar -xzf kicad_src_archive.tar.gz + +If you are contributing directly to the KiCad project on Launchpad, you can create a local +branch on your machine by using the following command: + + bzr branch lp:repo_to_branch + +If you prefer to use [GIT][] as you version control system, you can clone the KiCad mirror on +Github using the following command: + + git clone https://github.com/KiCad/kicad-source-mirror + +Here is a list of source links: + +Stable release archive: https://launchpad.net/kicad/4.0/4.0.0-rc1/+download/kicad-4.0.0-rc1.tar.xz + +Development branch: https://code.launchpad.net/~kicad-product-committers/kicad/product + +Github mirror: https://github.com/KiCad/kicad-source-mirror + +# Building KiCad on Linux # {#build_linux} + +To perform a full build on Linux, run the following commands: + + cd kicad_source_tree + mkdir -p build/release + mkdir build/debug # Optional for debug build. + cd build/release + cmake -DCMAKE_BUILD_TYPE=Release \ + -DKICAD_SCRIPTING=ON \ + -DKICAD_SCRIPTING_MODULES=ON \ + -DKICAD_SCRIPTING_WXPYTHON=ON \ + ../../ + make + sudo make install + +If the CMake configuration fails, determine the missing dependencies and install them on your +system. By default, CMake sets the install path on Linux to /usr/local. Use the +CMAKE_INSTALL_PREFIX option to specify a different install path. + +# Building KiCad on Windows # {#build_windows} + +The preferred Windows build environment is [MSYS2][]. The [MinGW][] build environment is still +supported but it is not recommended because the developer is responsible for building *all* of +the dependencies from source which is a huge and frustrating undertaking. The [MSYS2][] project +provides packages for all of the require dependencies to build KiCad. To setup the [MSYS2][] +build environment, depending on your system download and run either the [MSYS2 32-bit Installer][] +or the [MSYS2 64-bit Installer][]. After the installer is finished, update to the latest +package versions by running the `msys2_shell.bat` file located in the MSYS2 install path and +running the command `pacman -Syu`. If the msys2-runtime package is updated, close the shell +and run `msys2_shell.bat`. + +## MSYS2 the Easy Way ## {#msys2_easy} + +The easiest way to build KiCad using the [MSYS2][] build environment is to use the KiCad +[PKGBUILD][] provided by the MSYS2 project to build package using the head of the KiCad +development branch. To build the KiCad package, run the `msys2_shell.bat` file located in the +MSYS2 install path and run the following commands: + + pacman -S git + mkdir src + cd src + git clone https://github.com/Alexpux/MINGW-packages + cd MinGW-packages/mingw-w64-kicad-git + makepkg-mingw -is + +This will download and install all of the build dependencies, clone the KiCad source mirror +from Github, create both 32-bit and 64-bit KiCad packages depending on your MSYS setup, and +install the newly built KiCad packages. Please note that this build process takes a very +long time to build even on a fast system. + +## MSYS2 the Hard Way ## {#msys2_hard} + +If you do not want to create KiCad packages and prefer the traditional `make && make install` +method of building KiCad, your task is significantly more involved. For 64 bit builds run +the `mingw64_shell.bat` file located in the MSYS2 install path. At the command prompt run the +the following commands: + + pacman -S mingw-w64-x86_64-cmake \ + mingw-w64-x86_64-doxygen \ + mingw-w64-x86_64-gcc \ + mingw-w64-x86_64-python2 \ + mingw-w64-x86_64-pkg-config \ + mingw-w64-x86_64-swig \ + mingw-w64-x86_64-boost \ + mingw-w64-x86_64-cairo \ + mingw-w64-x86_64-glew \ + mingw-w64-x86_64-curl \ + mingw-w64-x86_64-wxPython \ + mingw-w64-x86_64-wxWidgets + cd kicad-source + mkdir -p build/release + mkdir build/debug # Optional for debug build. + cd build/release + cmake -DCMAKE_BUILD_TYPE=Release \ + -G "MSYS Makefiles" \ + -DCMAKE_PREFIX_PATH=/mingw64 \ + -DCMAKE_INSTALL_PREFIX=/mingw64 \ + -DDEFAULT_INSTALL_PATH=/mingw64 \ + -DKICAD_SKIP_BOOST=ON \ + -DKICAD_SCRIPTING=ON \ + -DKICAD_SCRIPTING_MODULES=ON \ + -DKICAD_SCRIPTING_WXPYTHON=ON \ + ../../ + make install + +# Building KiCad on OSX # {#build_osx} + +Building on OSX is challenging at best. It typically requires building dependency libraries +that require patching in order to work correctly. For more information on the complexities of +building KiCad on OSX, see the [OSX bundle build scripts][]. + +Download the wxPython source and build using the following commands: + + cd path-to-wxwidgets-src + patch -p0 < path-to-kicad-src/patches/wxwidgets-3.0.0_macosx.patch + patch -p0 < path-to-kicad-src/wxwidgets-3.0.0_macosx_bug_15908.patch + patch -p0 < path-to-kicad-src/patches/wxwidgets-3.0.0_macosx_soname.patch + patch -p0 < path-to-kicad-src/patches/wxwidgets-3.0.2_macosx_yosemite.patch + patch -p0 < path-to-kicad-src/patches/wxwidgets-3.0.0_macosx_scrolledwindow.patch + mkdir build + cd build + export MAC_OS_X_VERSION_MIN_REQUIRED=10.7 + ../configure \ + --prefix=`pwd`/../wx-bin \ + --with-opengl \ + --enable-aui \ + --enable-utf8 \ + --enable-html \ + --enable-stl \ + --with-libjpeg=builtin \ + --with-libpng=builtin \ + --with-regex=builtin \ + --with-libtiff=builtin \ + --with-zlib=builtin \ + --with-expat=builtin \ + --without-liblzma \ + --with-macosx-version-min=10.7 \ + --enable-universal-binary=i386,x86_64 \ + CC=clang \ + CXX=clang++ + +Build KiCad using the following commands: + + cd kicad-source + mkdir -p build/release + mkdir build/debug # Optional for debug build. + cd build/release + cmake -DCMAKE_C_COMPILER=clang \ + -DCMAKE_CXX_COMPILER=clang++ \ + -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \ + -DwxWidgets_CONFIG_EXECUTABLE=path-to-wx-install/bin/wx-config \ + -DKICAD_SCRIPTING=ON \ + -DKICAD_SCRIPTING_MODULES=ON \ + -DKICAD_SCRIPTING_WXPYTHON=ON \ + -DPYTHON_EXECUTABLE=path-to-python-exe/python \ + -DPYTHON_SITE_PACKAGE_PATH=wx/wx-bin/lib/python2.7/site-packages \ + -DCMAKE_INSTALL_PREFIX=../bin \ + -DCMAKE_BUILD_TYPE=Release \ + ../../ + make + make install + +# Known Issues # {#known_issues} + +There are some known issues that are platform and/or dependencie specific. This section provides +a list of the currently known issues when building KiCad. + +## Boost C++ Library Issues ## {#boost_issue} + +As of version 5 of [GNU GCC][], using the default configuration of downloading, patching, and +building of Boost 1.54 will cause the KiCad build to fail. Therefore a newer version of Boost +must be used to build KiCad. If your system has Boost 1.56 or greater installed, you job is +straight forward. Configure your KiCad build using `-DKICAD_SKIP_BOOST=ON`. If your system +does not have Boost 1.56 or greater installed, you will have to download and [build Boost][] +from source. If you are building Boost on windows using [MinGW][] you will have to apply the +Boost patches in the KiCad source [patch folder][]. + + +[download]: http://kicad-pcb.org/download/ +[KiCad website]: http://kicad-pcb.org/ +[KiCad Launchpad]: https://launchpad.net/kicad +[GNU GCC]: https://gcc.gnu.org/ +[Clang]: http://clang.llvm.org/ +[CMake]: https://cmake.org/ +[Launchpad]: https://code.launchpad.net/~kicad-product-committers/kicad/product +[Bazaar]: http://bazaar.canonical.com/en/ +[GIT]: https://git-scm.com/ +[Github]: https://github.com/KiCad/kicad-source-mirror +[Doxygen]: http://www.stack.nl/~dimitri/doxygen/ +[mailing list]: https://launchpad.net/~kicad-developers +[SWIG]: http://www.swig.org/ +[wxWidgets]: http://wxwidgets.org/ +[patches folder]: http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/files/head:/patches/ +[Boost]: http://www.boost.org/ +[GLEW]: http://glew.sourceforge.net/ +[GLUT]: https://www.opengl.org/resources/libraries/glut/ +[Cairo]: http://cairographics.org/ +[Python]: https://www.python.org/ +[wxPython]: http://wxpython.org/ +[MSYS2]: http://msys2.github.io/ +[MSYS2 32-bit Installer]: http://repo.msys2.org/distrib/i686/msys2-i686-20150916.exe +[MSYS2 64-bit Installer]: http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20150916.exe +[PKGBUILD]: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-kicad-git/PKGBUILD +[OSX bundle build scripts]:http://bazaar.launchpad.net/~adamwolf/+junk/kicad-mac-packaging/files +[MinGW]: http://mingw.org/ +[build Boost]: http://www.boost.org/doc/libs/1_59_0/more/getting_started/index.html diff --git a/Documentation/development/road-map.md b/Documentation/development/road-map.md new file mode 100644 index 0000000..c1366da --- /dev/null +++ b/Documentation/development/road-map.md @@ -0,0 +1,834 @@ +# Road Map # + +This document is the KiCad Developer's road map document. It is a living +document that should be maintained as the project progresses. The goal of +this document is to provide an overview for developers of where the project +is headed to prevent resource conflicts and endless rehashing of previously +discussed topics. It is broken into sections for each major component of +the KiCad source code and documentation. It defines tasks that developers +an use to contribute to the project and provides updated status information. +Tasks should define clear objective and avoid vague generalizations so that +a new developer can complete the task. It is not a place for developers to +add their own personal wish list It should only be updated with approval +of the project manager after discussion with the lead developers. + +Each entry in the road map is made up of four sections. The goal should +be a brief description of the what the road map entry will accomplish. The +task section should be a list of deliverable items that are specific enough +hat they can be documented as completed. The dependencies sections is a list +of requirements that must be completed before work can begin on any of the +tasks. The status section should include a list of completed tasks or marked +as complete as when the goal is met. + +[TOC] + +# Project # {#project} +This section defines the tasks for the project related goals that are not +related to coding or documentation. It is a catch all for issues such as +developer and user relations, dissemination of information on websites, +policies, etc. + +## Stable Release ## {#stable_release} +**Goal:** + +Provide a lightweight stable release mechanism that is robust enough to meet +the requirements of Linux packagers and corporate users but avoid the burden +of back porting fixes to a maintenance branch to avoid the additional work for +developers. + +**Task:** +- Devise a process to have some type of reasonably stable release protocol + to provide "stable" releases for Linux distribution packagers and corporate + users. +- Document "stable" release procedure. + +**Dependencies:** +- None + +**Status:** +- Initial planning stages. + + +## Website Improvements ## {#website_improvements} +**Goal:** + +Make the website at www.kicad-pcb.org as the definitive resource for both +users and developers which will provide a single point of reference instead +of the many separate websites currently in used. + +**Task:** +- Define the content and design of the website. +- Implement the new design. + +**Dependencies:** +- None + +**Status:** +- No progress. + + +# General # {#general} +This section defines the tasks that affect all or most of KiCad or do not +fit under as specific part of the code such as the board editor or the +schematic editor. + +## Convert to a Single Process Application. ## {#kiway} +**Goal:** + +Merge common schematic and board code into to separate dynamic objects to allow +Eeschema and Pcbnew to run under a single process. + +**Task:** +- Convert the majority core code in Eeschema and Pcbnew into dynamic libraries. +- Provide a robust method for communicating between code running under a single + process. +- Revise the schematic editor and board editor main windows run under a single + process instead of multiple stand alone applications. +- Design a method for passing information between the dynamic libraries running + under the same process. +- Remove inter-process communications between Eeschema and Pcbnew. + +**Dependencies:** +- None + +**Status:** +- Stage 1 code released. +- Stage 2 in process. + +## User Interface Modernization ## {#wxaui} +**Goal:** + +Give KiCad a more modern user interface with dockable tool bars and windows. +Create perspectives to allow users to arrange dockable windows as they prefer. + +**Task:** +- Take advantage of the advanced UI features in wxAui such as detaching and + hiding. +- Study ergonomics of various commercial/proprietary PCB applications (when + in doubt about any particular UI solution, check how it has been done in a + certain proprietary app that is very popular among OSHW folks and do exactly + opposite). +- Clean up menu structure. Menus must allow access to all features of the + program in a clear and logical way. Currently some functions of Pcbnew are + accessible only through tool bars +- Redesign dialogs, make sure they are following same style rules. +- Check quality of translations. Either fix or remove bad quality translations. +- Develop a global shortcut manager that allows the user assign arbitrary + shortcuts for any tool or action. + +**Dependencies:** +- [wxWidgets 3](#wxwidgets3) + +**Status:** +- No progress. + + +# Build Tools # {#build_tools} +This section covers build tools for both the KiCad source as well as the +custom dependency builds required to build KiCad. + +## Create Separate Build Dependency Project ## {#depends_prj} +**Goal:** + +Move the library dependencies and their patches into a separate project to +developers to build and install them as required instead of requiring them +at build time. Give developers the flexibility to build and/or install +library dependencies as they see fit. Remove them from the KiCad source code +to reduce the build footprint. + +**Task:** +- Create a separate project to build all external dependency libraries that are + currently build from source (Boost, OpenSSL, etc). +- Use CMake to create a package configuration file for each library so the + KiCad find package can pull in header paths, library dependencies, compile + flags, and link flags to build KiCad. +- Use CMake find package to pull external dependencies. +- Remove all build from source dependencies for KiCad source code. + +**Dependencies:** +- None + +**Status:** +- Initial concept discussions. + +## Platform Binary Installers ## {#installers} +**Goal:** + +Provide quality installers for all supported platforms. + +**Task:** +- Bring OSX installer up to the level of the Window's and Linux installers. +- Possible use of CPack to build platform specific installers as long as they + are of the same or better quality than the current independent installers. + +**Dependencies** +- None + +**Status** +- No progress + + +# Common Library # {#common_lib} +This section covers the source code shared between all of the KiCad +applications + +## Unified Rendering Framework ## {#unified_rendering} +**Goal:** + +Provide a single framework for developing new tools. Port existing tools +to the new framework and remove the legacy framework tools. + +**Task:** +- Port wxDC to GAL or get Cairo rendering to nearly the performance of the + current wxDC rendering so that we have a single framework to develop new + tools and we can continue to support systems that don't have a complete + OpenGL stack. + +**Dependencies** +- [Tool framework](http://www.ohwr.org/projects/cern-kicad/wiki/WorkPackages) + +**Status** +- No progress + +## Unified Geometry Library ## {#geometry_lib} +**Goal:** + +Select a single geometry library so that all applications share a common +base for 2D objects. Remove any redundant geometry libraries and code to +clean up code base. + +**Task:** +- Select the best geometry library (Boost, etc.) for the task. +- Port all legacy geometry code to the selected library. +- Remove any unused geometry library code. + +**Dependencies:** +- None + +**Status:** +- In progress as part of push and shove router. + +## Conversion to wxWidgets 3 ## {#wxwidgets3} +**Goal:** + +Stop supporting the version 2 branch of wxWidgets so that newer features +provided by version 3 can be utilized. + +**Task:** +- Make wxWidgets 3 a build requirement. +- Remove all wxWidgets 2 specific code. + +**Dependencies:** +- wxWidgets 3 is widely available on Linux distributions. + +**Status:** +- Build now requires 3.0.0 or greater. + +## Linux Printing Improvements ## {#linux_print} +**Goal:** + +Bring printing on Linux up to par with printing on Windows. + +**Task:** +- Resolve Linux printing issues. + +**Dependencies** +- [wxWidgets 3](#wxwidgets3) + +**Status** +- No progress. + +## Object Properties and Introspection ## {#object_props} +**Goal:** + +Provide an object introspection system using properties. + +**Task:** +- Select existing or develop property system. +- Add definable properties to base objects. +- Create introspection framework for manipulating object properties. +- Serialization of properties to and from files and/or other I/O structures. +- Create tool to edit property name/type/value table. + +**Dependencies:** +- None + +**Status:** +- No progress. + +## Dynamic Library Plugin ## {#plugin_base} +**Goal:** + +Create a base library plugin for handling external file I/O. This will allow +plugins to be provided that are external to the project such as providing solid +model file support (STEP, IGES, etc.) using OpenCascade without making it a +project dependency. + +**Task:** +- Create a plugin to handle dynamically registered plugins for loading and + saving file formats. +- This object should be flexible enough to be extended for handling all file + plugin types including schematic, board, footprint library, component + library, etc. +- See [blueprint](https://blueprints.launchpad.net/kicad/+spec/pluggable-file-io) + on Launchpad for more information. + +**Dependencies:** +- None + +**Status:** +- No progress. + + +# KiCad: Application Launcher # {#kicad} +This section applies to the source code for the KiCad application launcher. + + +# Eeschema: Schematic Editor # {#eeschema} +This section applies to the source code for the Eeschema schematic editor. + +## Coherent SCHEMATIC Object ## {#sch_object} +**Goal:** + +Clean up the code related to the schematic object(s) into a coherent object for +managing and manipulating the schematic. + +**Task:** +- Move most if not all of the code from SCH_SCREEN to the new SCHEMATIC object. +- Add any missing functionality to the SCHEMATIC object. + +**Dependencies:** +- None + +**Status:** +- No progress. + +## Hierarchical Sheet Design ## {#hierarchy_fix} +**Goal:** + +Create a more robust sheet instance design rather than recreating them on the +fly every time sheet information is required. + +**Task:** +- Choose a data structure to contain the sheet hierarchy. +- Create helper class to manipulate the hierarchy data structure. + +**Dependencies:** +- None + +**Status:** +- No progress. + +## Schematic and Component Library Plugin ## {#sch_plugin} +**Goal:** +Create a plugin manager for loading and saving schematics and component +libraries similar to the board plugin manager. + +**Task:** +- Design plugin manager for schematics and component libraries. +- Port the current schematic and component library file formats to use the + plugin. + +**Dependencies:** +- [Dynamic library plugin](#plugin_base) + +**Status:** +- No progress. + +## Graphics Abstraction Layer Conversion ## {#sch_gal} +**Goal:** + +Take advantage of advanced graphics rendering in Eeschema. + +**Task:** +- Port graphics rendering to GAL. + +**Dependencies:** +- None + +**Status:** +- No progress. + +## Port Editing Tools ## {#sch_tool_framework} +**Goal:** + +Use standard tool framework across all applications. + +**Task:** +- Rewrite editing tools using the new tool framework. + +**Dependencies:** +- [GAL port](#sch_gal). + +**Status:** +- No progress. + +## S-Expression File Format ## {#sch_sexpr} +**Goal:** + +Make schematic file format more readable, add new features, and take advantage +of the s-expression capability used in Pcbnew. + +**Task:** +- Finalize feature set and file format. +- Discuss the possibility of dropping the unit-less proposal temporarily to get + the s-expression file format and SWEET library format implemented without + completely rewriting Eeschema. +- Add new s-expression file format to plugin. + +**Dependencies:** +- [Dynamic library plugin](#plugin_base). + +**Status:** +- File format document nearly complete. + +## Implement Sweet Component Libraries ## {#sch_sweet} +**Goal:** + +Make component library design more robust and feature rich. Use s-expressions +to make component library files more readable. + +**Task:** +- Use sweet component file format for component libraries. + +**Dependencies:** +- [S-expression file format](#sch_sexpr). + +**Status:** +- Initial SWEET library written. + +## Component Library Editor Improvements ## {#lib_editor_usability} +**Goal:** + +Make editing components with multiple units and/or alternate graphical +representations easier. + +**Task:** +- Determine usability improvements in the library editor for components with + multiple units and/or alternate graphical representations. +- Implement said useability improvements. + +**Dependencies:** +- None. + +**Status:** +- No progress. + +## Component and Netlist Attributes ## {#netlist_attributes} +**Goal:** +Provide a method of passing information to other tools via the net list. + +**Task:** +- Add virtual components and attributes to netlist to define properties that + can be used by other tools besides the board editor. + +**Dependencies:** +- [S-expression schematic file format](#sch_sexpr). + +**Status:** +- No progress. + +## Net Highlighting ## {#sch_net_highlight} +**Goal:** +Highlight wires, buses, and junctions when corresponding net in Pcbnew is selected. + +**Task:** +- Add communications link to handle net selection from Pcbnew. +- Implement highlight algorithm for net objects. +- Highlight objects connected to net selected in Pcbnew. + +**Dependencies:** +- [GAL port, maybe](#sch_gal). + +**Status:** +- No progress. + +# CvPcb: Footprint Association Tool # {#cvpcb} +This section covers the source code of the footprint assignment tool CvPcb. + +## Footprint Assignment Tool ## +**Goal:** + +Merge the footprint assignment functionality of CvPcb into Eeschema so +footprints can be assigned inside the schematic editor eliminating the need +to launch an separate program. + +**Task:** +- Merge footprint assignment capability into Pcbnew shared library. +- Remove CvPcb as a stand alone tool. +- Add functionality to both the schematic and board editors so users can assign + footprints as they prefer. + +**Dependencies:** +- [Convert to a single process application](#kiway). + +**Status:** +- Initial library conversion committed to product branch. + + +# Pcbnew: Circuit Board Editor # {#pcbnew} +This section covers the source code of the board editing application Pcbnew. + +## Tool Framework ## {#pcb_tool_framework} +**Goal:** + +Unify all board editing tools under a single framework. + +**Task:** +- Complete porting of all board editing tools to new tool framework so they + are available in the OpenGL and Cairo canvases. +- Remove all duplicate legacy editing tools. + +**Dependencies:** +- None + +**Status:** +- Initial porting work in progress. + +## Linked Objects ## {#pcb_linked_objects} +**Goal:** + +Provide a way to allow external objects such as footprints to be externally +linked in the board file so that changes in the footprint are automatically +updated. This will all a one to many object relationship which can pave the +way for real board modules. + +**Task:** +- Add externally and internally linked objects to the file format to allow for + footprints and/or other board objects to be shared (one to many relationship) + instead of only supporting embedded objects (one to one relationship) that + can only be edited in place. + +**Dependencies:** +- None. + +**Status:** +- No progress. + +## Modeling ## {#modeling} +**Goal:** + +Provide improved solid modeling support for KiCad including the file formats +available in OpenCascade. + +**Task:** +- Design plugin architecture to handle loading and saving 3D models. +- Back port existing 3D formats (IDF and S3D) to plugin +- Add STEP 3D modeling capability. +- Add IGES 3D modeling capability. + +**Dependencies:** +- [Dynamic library plugin](#plugin_base). + +**Status:** +- No progress. + +## Push and Shove Router Improvements ## {#ps_router_improvements} +**Goal:** +Add features such as matched length and microwave tools to the P&S router. + +**Task:** +- Determine which features are feasible. +- Look at the recently opened FreeRouter code at + http://www.freerouting.net/fen/download/file.php?id=146 for inspiration. + +**Dependencies:** +- None + +**Status:** +- Match trace length work in progress. + +## Layer Improvements ## {#pcb_layers} +**Goal:** + +Increase the number of usable technical and user defined layers in Pcbnew. + +**Task:** +- Extend the number of copper and mechanical layers. +- Develop a type safe flag set template or adapt something already available. +- Refactor Pcbnew code to use new flag and remove the 32 layer limitation. +- Extend the board file format to handle the additional layers. + +**Dependencies:** +- None + +**Status:** +- Work complete on 32 copper and 32 technical layers is complete. + +## Pin and Part Swapping ## {#pcb_drc} +**Goal:** + +Allow Pcbnew to perform pin and/or part swapping during layout so the user +does not have to do it in Eeschema and re-import the net list. + +**Task:** +- Provide forward and back annotation between the schematic and board editors. +- Define netlist file format changes required to handle pin/part swapping. +- Update netlist file formatter and parser to handle file format changes. +- Develop a netlist comparison engine that will produce a netlist diff that + can be passed between the schematic and board editors. +- Create pin/part swap dialog to manipulate swappable pins and parts. +- Add support to handle net label back annotation changes. + +**Dependencies:** +- [S-expression schematic file format](#sch_sexpr). +- [Convert to a single process application](#kiway). + +**Status:** +- No progress. + +## Intelligent Selection Tool ## {#pcb_selection_tool} +**Goal:** + +Make the selection tool easier for the user to determine which object(s) are +being selected. + +**Task:** +- Determine and define the actual desired behavior. +- Improve ambiguous selections when multiple items are under the cursor or in + the selection bounding box. + +**Dependencies:** +- Tool framework. +- Unified geometry library. + +**Status:** +- Initial design committed to product branch. + +## Clipboard Support ## {#fp_edit_clipboard} +**Goal:** + +Provide clipboard cut and paste for footprints.. + +**Task:** +- Clipboard cut and paste to and from clipboard of footprints in footprint + editor. + +**Dependencies:** +- None + +**Status:** +- No progress. + +## Design Rule Check (DRC) Improvements. ## {#drc_improvements} +**Goal:** + +Create additional DRC tests for improved error checking. + +**Task:** +- Replace geometry code with [unified geometry library](#geometry_lib). +- Remove floating point code from clearance calculations to prevent rounding + errors. +- Add checks for component, silk screen, and mask clearances. +- Add checks for keep out zones. +- Remove DRC related limitations such as no arc or text on copper layers. +- Add option for saving and loading DRC options. + +**Dependencies:** +- [Unified geometry library.](#geometry_lib) + +**Progress:** +- Planning + +## Segment End Point Snapping. ## {#segment_snapping} +**Goal:** + +It is not uncommon for board edge segment end points to inadvertently not +be closed causing issues for the 3D viewer and exporting to different file +formats due the board outline not being a fully enclosed polygon. This +feature would add segment end snapping support to allow the board outline +to be fully enclosed. This feature would only need to be supported by the +GAL rendering. + +**Tasks** +- Mark board edge segment ends with a drag indicator to make it visible to the + user that the segment end does not have an endpoint with any other board edge + segment. +- Allow the user to smap the unconnected segment end to the nearest segment end + point. +- Automatically connect unconnected segments with and additional segment when + opening the 3D viewer or exporting the board to another format. Warn the + user that an addition segment has be added and should be verified. + +**Dependencies:** +- None + +**Progress:** +- Initial discussion. + +## Keepout Zones. ## {#keepout_zones} +**Goal:** + +Add support for keepout zones on boards and footprints. + +**Task:** +- Add keepout support to zone classes. +- Add keepout zone support to board editor. +- Add keepout zone support to library editor. + +**Dependencies:** +- [DRC Improvements.](#drc_improvements) + +**Progress:** +- Planning + + +## Gerber File Attributes ## {#gerber_attributes} +**Goal:** + +Add file attributes to gerber files for defining layer stacks. See +[this](http://www.ucamco.com/files/downloads/file/5/Extending_the_Gerber_Format_with_Attributes.pdf) +document and [this](http://www.ucamco.com/files/downloads/file/22/Kick_Starting_a_Revolution_IPC-2581_Meets_Gerber.pdf) +document for more information. + +**Task:** +- Implement gerber file attributes as an optional setting when plotting gerber + files. + +**Dependencies:** +- None + +**Progress:** +- Done both in Pcbnew and Gerbview. + +## Net Highlighting ## {#pcb_net_highlight} +**Goal:** +Highlight rats nest links and/or traces when corresponding net in Eeschema is selected. + +**Task:** +- Add communications link to handle net selection from Eeschema. +- Implement highlight algorithm for objects connected to the selected net. +- Highlight objects connected to net selected in Eeschema + +**Dependencies:** +- None. + +**Status:** +- No progress. + + +# GerbView: Gerber File Viewer # {#gerbview} + +This section covers the source code for the GerbView gerber file viewer. + +## Graphics Abstraction Layer ## {#gerbview_gal} +**Goal:** + +Graphics rendering unification. + +**Task:** +- Port graphics rendering layer to GAL. + +**Dependencies:** +- None. + +**Status** +- No progress. + +# Documentation # {#documentation} +This section defines the tasks for both the user and developer documentation. + +## Conversion to Markup/down Format ## {#doc_format} +**Goal:** + +Make documentation more VCS friendly and separate document content and +formatting for more uniform formatting across all user documentation. + +**Task:** +- Convert the documentation to a mark up/down language to reduce the VCS + footprint, to be able to actually use the VCS to see what changed, and + improve the formatting consistency. + +**Dependencies:** +- None + +**Status:** +- Started with this document. + +## Grammar Check ## {#doc_grammar} +**Goal:** + +Improve user documentation readability and make life easier to for translators. + +**Task:** +- Review and revise all of the English documentation so that it is update with + the current functionality of the code. +- Translate the update documentation into other languages. + +**Dependencies:** +- None + +**Status:** +- No progress. + +## Maintenance ## {#doc_maintenance} +**Task:** +- Keep screen shots current with the source changes. + +**Dependencies:** +- None. + +**Status:** +- No progress. + +## Convert Developer Documentation to Markup/down Format ## {#dev_doc_format} +**Goal:** + +Improve developers documentation to make life easier for new developers to get +involved with the project. + +**Task:** +- Convert platform build instructions from plain text to new format to be + merged with the developer documentation. +- Convert how to contribute to KiCad instructions from plain text to the new + format to merged with the developer documentation. + +**Dependencies:** +- None. + +**Status:** +- No progress. + + +# Unit Testing # {#unittest} +**Goal:** + +Improve the quality of KiCad and ensure changes do no break existing +capabilities. + +**Task:** +- Explore the possibility of including a C++ unit test framework in addition + to the existing Python framework. +- Create robust enough test coverage to determine if code changes break any + core functionality. + +**Dependencies:** +- Completion of the initial release of this document. + +**Status:** +- In progress. + + +# Circuit Simulation # {#simulation} +**Goal:** + +Provide quality circuit simulation capabilities similar to commercial products. + +**Task:** +- Evaluate and select simulation library (spice, gnucap, qucs, etc). +- Evaluate and select plotting library with wxWidgets support. +- Confirm current spice netlist export is up to the task and add missing + support for simulations. +- Use plotting library to handle simulator output in a consistent manor similar + to LTSpice. +- Develop a tool that allows fine tuning of components on the fly. +- Use plugin for the simulation code to allow support of different simulation + libraries. +- Create a library of simulation components such as voltage source, current + source, current probe, etc. + +**Dependencies:** +- [Dynamic library plugin](#plugin_base). + +**Status:** +- No progress. diff --git a/Documentation/development/stable-release-policy.md b/Documentation/development/stable-release-policy.md new file mode 100644 index 0000000..556b20e --- /dev/null +++ b/Documentation/development/stable-release-policy.md @@ -0,0 +1,80 @@ +# Stable Release Policy # + +This document defines the project requirements that must be satisfied in order to create a new +stable release of the KiCad project. It is designed to be a reference for developers and user's +so that both groups expectations are understood. This document is only to be modified by the +project leader or at the request of the project leader. It should be noted that this policy is +not cast in stone and at any time in the future, should the decision be made by the project at +large that it can be revised to suit the ongoing needs of the project and it's users. + +The current release policy is to support the concept of a lightweight stable release. The goal +is to provide regular stable releases of KiCad without the burden of trying to provide long term +support of a full stable release branch. Therefore, once a new release is created, the only +patches that will be made to the stable release branch will be for bugs that cause KiCad to crash +or possible corruption and/or loss of data. No other changes from the current development branch +will be backported to the last stable release by the project. + +[TOC] + +# Stable Release Interval # {#stable_release_interval} + +The criteria required for new stable releases is based on the developers decision that enough +new features and/or improvements have been made to the current development branch to justify a +new stable release. This decision is completely discretionary and can be proposed at any time +by any developer on the KiCad developers mailing list. Once a request for a new stable release +is made, a consensus must be reached by the primary developers to proceed with the release with +the final decision and announcement being made by the project leader. + + +# Feature Freeze # {#feature_freeze} + +Once the announcement has been made that a new stable release is in effect, the current +development branch is frozen. No new features or potentially disruptive core code changes can +be committed with out approval of the primary developers and/or the project leader. + +# Bug Fixing # {#bug_fixing} + +After the development branch has been frozen, work will continue to fix bugs reported against +the development branch. Bugs will be prioritized based on their severity. All bugs that cause +KiCad to crash or cause loss and/or corruption of data must be fixed. All other bugs must be +evaluated to see if they fit into the scope of the stable release. All bugs that fit into the +scope of the stable release will be tagged and must be fixed. All other bugs will be tagged for +the next stable release and fixed when it is convenient. Once the stable release is officially +announced, the bugs tagged as "Fix Committed" that are relevant to the stable release will be +changed to "Fix Released". + +# User Documentation # {#user_docs} + +The user documentation will be updated to reflect the current changes in the code. This includes +all new features, any behavioral changes to existing features, and all screen shots as required. +Completion of the English version of the user documentation is minimum that is required for +release. Foreign language translations can be released at any time as the become available. + +# Stable Release Series Branch # {#stable_branch} + +Once the primary developers decide that the stable release criteria has been met, a new series +branch will be created from the current product branch on Launchpad. At this time the freeze +will be removed from the product branch and normal development can resume. The stable release +version will be incremented from the previous stable release and tagged in the stable release +branch build configuration. + +# System Installers # {#system_installers} + +To proved the best user experience for platforms that do not have package managers, full system +installers will be provided. Currently this only pertains to Windows and OSX. The full system +installers will include all KiCad binary files, all binary library dependencies, user +documentation, component libraries, 3D model libraries, demo project files, and project template +files. Optionally, the footprint libraries can be included for users who prefer not us use the +GitHub plugin. + +# Source Archives # {#source_archives} + +To provide a convenient method for system packagers to build KiCad from known stable sources, +source archives in the most common formats along with the resulting md5sum checksum will be +added to either the KiCad developer's site on Launchpad or the main website at www.kicad-pcb.org. + +# Stable Release Announcement # {#announcement} + +Once all of the above tasks have been completed, the project leader will post an announcement on +the developers mailing list and the Launchpad site. This announcement should include a list of +new features and improvements made since the previous stable release. diff --git a/Documentation/guidelines/UIpolicies.txt b/Documentation/guidelines/UIpolicies.txt new file mode 100644 index 0000000..98a2c18 --- /dev/null +++ b/Documentation/guidelines/UIpolicies.txt @@ -0,0 +1,85 @@ + +** General UI Guidelines for KiCad Development + + +Capitalization: + + For any visible text used within KiCad, follow recommendations here: + http://developer.gnome.org/hig-book/stable/design-text-labels.html.en + in the "Capitalization" section. This applies to all Menus, Titles, + Labels, Tooltips, Buttons, etc. + + The capitalization for the application names is KiCad, Eeschema, CvPcb, + GerbView, and Pcbnew. All strings that have application names that are + visible to the user should be capitalized this way. It's also a good + idea use this capitalization in source code comments as well to prevent + confusion of new contributors. + + +Dialogs: + + Follow the recommendations here: + + http://developer.gnome.org/hig-book/stable/design-window.html.en + paying particular attention to "initial focus", "sensible default values", + "default buttons", ESC key termination. Please note that the escape key + termination only works properly if there is a dialog button defined with + an ID of wxID_CANCEL or SetEscapeID( MY_ESCAPE_BUTTON_ID ) is called during + dialog initialization. The former is the preferred method for handling + escape key dialog termination. There is a checkbox in wxformbuilder for + the "default" control, and this is the one fired when the "enter" key + is pressed. + + Use wxWidgets "sizers" in all dialogs, no matter how simple they are: + http://zetcode.com/tutorials/wxwidgetstutorial/layoutmanagement + and keep dialogs resizeable. + + Configure the sizers so that as the dialog window is expanded, the most + sensible use of the increased dialog window occurs automatically by the + sizers. For example, in the DRC dialog of Pcbnew, sizers should be used to + expand the text control to use the full available free window area, so that + the user's view of the items in the text control is maximized as he/she + expands the dialog window, making it easier to read more DRC error messages. + In other dialogs without one component more important than the others, the + sizers might be configured to position the controls to sensible positions + near the perimeter of the increasingly larger dialog box, not necessarily + leaving them all bundled tightly together. The dialog box should look + nice at any size large enough to show all the components. + + When using wxFormBuilder, please add the following settings to the + "Dialog" node: + subclass.name <- DIALOG_SHIM + subclass.header <- dialog_shim.h + + This will provide for an override of the Show( bool ) wxWindow() function + and provide retentitive size and position for the session. + + Use tooltips to explain the functionality of each non-obvious control. + This is important because the help files and the wiki often lag behind + the source code. + + Avoid defining initial dialog sizes if possible. Let the sizers do their + job. After the dialog is fit to the sizers, set the minimum size to the + current size to prevent the dialog controls from being obscured when + resizing the dialog. If the labels or text of the dialog controls are, + set or changed at run time. Rerun wxWindow::Fit() to allow the dialog to + re-size and adjust for the new control widths. This can all be done after + the dialog is created but before it is shown or use class methods to + re-size the dialog as required. Reset the minimum size to the updated + dialog size. + + Dialog windows shall not exceed 1024 x 768 when displayed in a 13 point font. + Note that the font used by end users is not something that you control from + within the dialog, but for testing purposes please do not exceed this dialog + size should the user have selected a font size of 13 points. + +Quoting: + Filenames, paths or other text should be with single quotes ''. e.g.: + 'filename.kicad_pcb' + 'longpath/subdir' + 'FOOTPRINTNAME' + 'anything else' + + Often text strings like this end up in panels which use HTML rendering, and this + can happen in the future. Previously used angle brackets only cause grief there. + diff --git a/Documentation/interactive_router/build.sh b/Documentation/interactive_router/build.sh new file mode 100644 index 0000000..4d44c89 --- /dev/null +++ b/Documentation/interactive_router/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +pandoc -f markdown_mmd -t html interactive_router.mmd > interactive_router.html +pandoc -f markdown_mmd -t latex interactive_router.mmd > tmp.tex +pdflatex interactive_router.tex \ No newline at end of file diff --git a/Documentation/interactive_router/interactive_router.mmd b/Documentation/interactive_router/interactive_router.mmd new file mode 100644 index 0000000..573a481 --- /dev/null +++ b/Documentation/interactive_router/interactive_router.mmd @@ -0,0 +1,73 @@ +# Interactive Router # + +The Interactive Router lets you quickly and efficient route your PCBs by shoving off or walking around items on the PCB that collide with the trace you are currently drawing. + +Following modes are supported: + +- **Shove**, attempting to push and shove all items colliding with the currently routed track. +- **Walk around**, trying to avoid obstacles by hugging/walking around them. +- **Highlight collisions** which highlights all violating objects with a nice, shiny green color and shows violating clearance regions. + + +## Setting up ## + +Before using the Interactive Router, please set up these two things: +- Clearance settings. To set the clearances, open the *Design Rules* dialog and make sure at least the default clearance +value looks sensible. + +- Enable OpenGL mode by selecting *View->Switch canvas to OpenGL* menu option or pressing **F11**. + +![Screenshot](pictures/opengl_menu.png) + +## Laying out tracks ## + +To activate the router tool press the *Interactive Router* button ![Interactive Router Button](pictures/route_icon.png) or the **X** key. +The cursor will turn into a cross and the tool name, will appear in the status bar. + +To start a track, click on any item (a pad, track or a via) or press the **X** key again hovering the mouse over that item. +The new track will use the net of the starting item. Clicking or pressing **X** on empty PCB space starts a track with no net assigned. + +Move the mouse to define shape of the track. The router will try to follow mouse trail, hugging unmovable obstacles +(such as pads) and shoving colliding traces/vias, depending on the mode. Retreating mouse cursor will cause the shoved items to spring back +to their former locations. + +Clicking on a pad/track/via in the same net finishes routing. Clicking in empty space fixes the segments routed so far and continues routing the trace. + +In order to stop routing and undo all changes (shoved items, etc.), simply press **Esc**. + +Pressing **V** or selecting *Place Through Via* from the context menu while routing a track attaches a via at the end of the trace being routed. +Pressing **V** again disables via placement. Clicking in any spot establishes the via and continues routing. + +Pressing **/** or selecting *Switch Track Posture* from the context menu toggles the direction of the initial track segment between straight or diagonal. + +**Note**: By default, the router snaps to centers/axes of the items. Snapping can be disabled by holding **Shift** while routing or selecting items. + +## Setting track widths and via sizes ## + +There are several ways to pre-select a track width/via size or to change it during routing: +- Use standard Kicad shortcuts. +- Press **W** or select *Custom Track Width* from the context menu to type in a custom width/via size. +- Pick a predefined width from the *Select Track Width* sub-menu of the context menu. +- Select *Use the starting track width* in the *Select Track Width* menu to pick the width from the start item (or the traces already connected to it). + +## Dragging ## + +The router can drag track segments, corners and vias. To drag an item, click on it with **Ctrl** key pressed, hover the mouse and press **G** or select *Drag Track/Via* from the context menu. +Finish dragging by clicking again or abort by pressing *Esc*. + +## Options ## + +The router behavior be configured by pressing *E* or selecting *Routing Options* from the context menu. It opens a window like the one below: + +![Screenshot](pictures/router_options.png) + +The options are: + +- **Mode** - select how the router handles DRC violation (shoving, walking around, etc.) +- **Shove vias** - when disabled, vias are treated as un-movable objects and hugged instead of shoved. +- **Jump over obstacles** - when enabled, the router tries to move colliding traces behind solid obstacles (e.g. pads) instead of "reflecting" back the collision +- **Remove redundant tracks** - removes loops while routing (e.g. if the new track ensures same connectivity as an already existing one, the old track is removed). Loop removal works locally (only between the start and end of the currently routed trace). +- **Automatic neckdown** - when enabled, the router tries to break out pads/vias in a clean way, avoiding acute angles and jagged breakout traces. +- **Smooth dragged segments** - when enabled, the router attempts to merge several jagged segments into a single straight one (dragging mode). +- **Allow DRC violations** (*Highlight collisions* mode only) - allows to establish a track even if is violating the DRC rules. +- **Optimizer effort** - defines how much time the router shall spend optimizing the routed/shoved traces. More effort means cleaner routing (but slower), less effort means faster routing but somewhat jagged traces. diff --git a/Documentation/interactive_router/pictures/opengl_menu.png b/Documentation/interactive_router/pictures/opengl_menu.png new file mode 100644 index 0000000..cd6decb Binary files /dev/null and b/Documentation/interactive_router/pictures/opengl_menu.png differ diff --git a/Documentation/interactive_router/pictures/route_icon.png b/Documentation/interactive_router/pictures/route_icon.png new file mode 100644 index 0000000..c87ac05 Binary files /dev/null and b/Documentation/interactive_router/pictures/route_icon.png differ diff --git a/Documentation/interactive_router/pictures/router_options.png b/Documentation/interactive_router/pictures/router_options.png new file mode 100644 index 0000000..9eaecf4 Binary files /dev/null and b/Documentation/interactive_router/pictures/router_options.png differ diff --git a/Documentation/interactive_router/pictures/rules_editor.png b/Documentation/interactive_router/pictures/rules_editor.png new file mode 100644 index 0000000..277e7a2 Binary files /dev/null and b/Documentation/interactive_router/pictures/rules_editor.png differ diff --git a/Documentation/notes_about_pcbnew_new_file_format.odt b/Documentation/notes_about_pcbnew_new_file_format.odt new file mode 100644 index 0000000..9616f2b Binary files /dev/null and b/Documentation/notes_about_pcbnew_new_file_format.odt differ diff --git a/Documentation/rules_for_capitalization_in_Kicad_UI.txt b/Documentation/rules_for_capitalization_in_Kicad_UI.txt new file mode 100644 index 0000000..f3f1458 --- /dev/null +++ b/Documentation/rules_for_capitalization_in_Kicad_UI.txt @@ -0,0 +1,48 @@ +Gnome rules, used in Kicad: + +8.3.2. Capitalization + +Two styles of capitalization are used in GNOME user interface elements: + +Header capitalization + Capitalize all words in the element, with the following exceptions: + Articles: a, an, the. + Conjunctions: and, but, for, not, so, yet ... + Prepositions of three or fewer letters: at, for, by, in, to ... + +Sentence capitalization + Capitalize the first letter of the first word, and any other words normally capitalized in sentences, + such as application names. + +The following table indicates the capitalization style to use for each type of user interface element. +Table 8-3 Capitalization Style Guidelines for User Interface Elements + +Element Style + +Check box labels Sentence +Command button labels Header +Column heading labels Header +Desktop background object labels Header +Dialog messages Sentence +Drop-down combination box labels Sentence +Drop-down list box labels Sentence +Field labels Sentence +Filenames Sentence +Graphic equivalent text: +for example, Alt text on web pages Sentence +Group box or frame labels Header +Items in drop-down combination boxes, +drop-down list boxes, and list boxes Sentence +List box labels Sentence +Menu items Header +Menu items in applications Header +Menu titles in applications Header +Radio button labels Sentence +Slider labels Sentence +Spin box labels Sentence +Tabbed section titles Header +Text box labels Sentence +Titlebar labels Header +Toolbar button labels Header +Tooltips Sentence +Webpage titles and navigational elements Header diff --git a/Documentation/s-expressions.txt b/Documentation/s-expressions.txt new file mode 100644 index 0000000..35bf29a --- /dev/null +++ b/Documentation/s-expressions.txt @@ -0,0 +1,89 @@ + +S-Expression Support in Kicad +============================================================================ +Author: Dick Hollenbeck +Date: Jan 2011 + + +An s-expression is a text stream or string, in the same vain as XML, consisting +of a sequence of elements. Each element is either an atom or list. An atom +corresponds to a string, while a list corresponds to an s-expression. The +following grammar represents our definition of an s-expression: + +sexpr ::= ( sx ) +sx ::= atom sxtail | sexpr sxtail | NULL +sxtail ::= sx | NULL +atom :: quoted | value +quoted :: "ws_string" +value :: nws_string + +An atom can either be a quoted string, which is a string containing whitespace +surrounded by double quotes, or a non-whitespace string that does not require +surrounding quotes. + +The s-expression syntax used in Kicad uses two quoting/syntax strategies, given +by the needs of the Specctra DSN specification and of our own non-specctra +needs. The Specctra DSN specification is not very clear with regard to quoting +and on top of that there is Freerouter's interpretation, which would actually +supercede anything in the Specctra DSN spec anyway, due to a desire to be +compatible with Freerouter. + +We have our own needs, which go beyond those of the Specctra DSN spec, so we +support the two syntaxes or quoting protocols for quoted atoms: + +1) Specctra quoting protocol (specctraMode) +2) Kicad quoting protocol (non-specctraMode) + +We can control our own destiny better by having a separately defined mode for +non Specctra DSN files. + +To summarize, in specctraMode Freerouter dictates to us what we need to do. In +non-specctraMode, which can be thought of as Kicad mode, we have our own quoting +protocol and can make changes without breaking the specctraMode. + +There needs to be agreement between how a file is saved, and how a file is read +back in, in either mode, to fulfill the round-tripping requirements. A file +written using one mode may not necessarily be readable using the other mode, +although it might be. Just don't count on it. + + +In Kicad mode: + +OUTPUTFORMATTER::Quoted() is the tool to wrap s-expression atoms. +DSNLEXER::NexTok() is basically the inverse function, and reads tokens back in. +These two must agree, so that what is written out comes back in un-altered. + +The decision to wrap the string or not is left to the Quoted() function. If the +string is wrapped, it will also escape internal double quotes, \n's and \r's. +Any null string is wrapped in quotes, and so is any string which starts with +'#', so that it is not confused with an s-expression comment. + + +Kicad S-expression Syntax and Quoting Protocol (non-specctraMode): +================================================================== + +*) Some atoms are considered keywords, and constitute a grammar superimposed on +the s-expressions. All keywords are ASCII and lowercase. International characters +are not to be used here. + +*) All Kicad s-expression files are saved using a UTF8 encoding and should +support any international characters in the atoms which are not keywords. + +*) DSNLEXER::NextTok() requires that any token be on a single line of input. If +you want to save a multi-line string, Quoted() will automatically escape the \n +or \r for you and put the output on a single line. It should round-trip fine. + +*) There can be escape sequences in a quoted string only. Escape sequences allow +foreign tools to generate byte patterns in the input stream. C style 2 byte hex +codes are supported, and so are 3 byte octal escape sequences. See +DSNLEXER::NextTok() for the full list of escape sequences, by searching file +dsnlexer.cpp for the string "ESCAPE SEQUENCES". Any use of the escape mechanism +must still produce UTF-8 encoded text after the escape handling is applied. + +*) Just because an escape sequence is supported on input, does not mean that +OUTPUTFORMATTER::Quoted() must generate such an escape sequence for output. For +example, having true tabs in the s-expression file is OK. So that will not be +escaped on output. Other similar cases exist. + +*) Backslash is the escape byte. + diff --git a/Documentation/wxWidgets_patch_notes.txt b/Documentation/wxWidgets_patch_notes.txt new file mode 100644 index 0000000..9b825de --- /dev/null +++ b/Documentation/wxWidgets_patch_notes.txt @@ -0,0 +1,20 @@ +--== notes about wxWidgets problems ==-- +Last Revised: 02-jul-2015 + +Kicad needs wxWidgets, the multi platform G.U.I toolkit. + +use *only* wxWidgets +>= 3.0.1 On Windows +>= 3.0.2 on Linux (prevision versions have bugs which crash Kicad) +>= 3.0.2 on OSX (which need patches: see patches/wxwidgets-3.0.0_macosx_xxx) + +Known bug on Windows: +Postscript printers print tracks like thin line. +It happens only for PS drivers, and PDF printer. +Other drivers (PCL for instance) work fine, +so it is unlikely a bug inside Kicad/wxWidgets + +On 3.0.2 Window version 64 bits: +The mirror mode gives a blank sheet. +This is a bug in wxWidgets 3.0.2 +wxWidgets 3.0.2 must be patched (see patches/wxWidgets-3.0.2-msw-dc-orientation-fix.patch) and rebuilt. diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 0000000..549a2c8 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1,493 @@ +include_directories( BEFORE ${INC_BEFORE} ) +include_directories( + ./dialogs + ./dialog_about + ${CAIRO_INCLUDE_DIR} + ${GLEW_INCLUDE_DIR} + ${CURL_INCLUDE_DIRS} + ../3d-viewer + ../pcbnew + ../polygon + ${INC_AFTER} + ) + + +if( NOT APPLE ) # windows and linux use openssl under curl + find_package( OpenSSL REQUIRED ) +endif() + + +# Generate header files containing shader programs +# Order of input files is significant +add_custom_command( + OUTPUT gal/opengl/shader_src.h + COMMAND ${CMAKE_COMMAND} + -DinputFiles="${PROJECT_SOURCE_DIR}/common/gal/opengl/shader.vert\\;${PROJECT_SOURCE_DIR}/common/gal/opengl/shader.frag" + -DoutputFile="shader_src.h" + -P ${CMAKE_MODULE_PATH}/Shaders.cmake + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/common/gal/opengl + COMMENT "Generating headers containing GLSL source code" + ) + +add_custom_target( + shader_headers ALL + DEPENDS gal/opengl/shader_src.h + ) + +set( GAL_SRCS + # Common part + draw_panel_gal.cpp + painter.cpp + worksheet_viewitem.cpp + origin_viewitem.cpp + gal/graphics_abstraction_layer.cpp + gal/stroke_font.cpp + gal/color4d.cpp + view/view_controls.cpp + view/wx_view_controls.cpp + geometry/hetriang.cpp + + # OpenGL GAL + gal/opengl/opengl_gal.cpp + gal/opengl/shader.cpp + gal/opengl/vertex_item.cpp + gal/opengl/vertex_container.cpp + gal/opengl/cached_container.cpp + gal/opengl/noncached_container.cpp + gal/opengl/vertex_manager.cpp + gal/opengl/gpu_manager.cpp + gal/opengl/opengl_compositor.cpp + + # Cairo GAL + gal/cairo/cairo_gal.cpp + gal/cairo/cairo_compositor.cpp + ) + +add_library( gal STATIC ${GAL_SRCS} ) +add_dependencies( gal shader_headers ) +add_dependencies( gal lib-dependencies ) + +target_link_libraries( gal + ${GLEW_LIBRARIES} + ${CAIRO_LIBRARIES} + ${PIXMAN_LIBRARY} + ${OPENGL_LIBRARIES} +) + + +# Only for win32 cross compilation using MXE +if( WIN32 AND MSYS ) + add_definitions( -DGLEW_STATIC ) +endif() + + +# A shared library subsetted from common which restricts what can go into +# a single_top link image. By not linking to common, we control what does +# statically go into single_top link images. My current thinking is that only +# wxWidgets should be a shared link from single top, everything else should be +# statically bound into it. Otherwise you will have DSO loading problems. After it +# sets the LIB PATHS however, we want the *.kiface modules to use shared linking. +add_library( singletop STATIC EXCLUDE_FROM_ALL + confirm.cpp + eda_doc.cpp + kiway.cpp + kiway_holder.cpp + ) + + +# A shared library used by multiple *.kiface files and one or two program +# launchers. Object files can migrate into here over time, but only if they are +# surely needed and certainly used from more than one place without recompilation. +# Functions and data all need to use the #include and be declared +# as APIEXPORT +set( LIB_KICAD_SRCS + colors.cpp + dlist.cpp + string.cpp + ) + +if( future ) +add_library( lib_kicad SHARED + ) +target_link_libraries( lib_kicad + ${wxWidgets_LIBRARIES} + ) +set_target_properties( lib_kicad PROPERTIES + OUTPUT_NAME ki + ) +install( TARGETS lib_kicad + DESTINATION ${KICAD_BIN} + COMPONENT binary + ) +endif() + + +# KiCad build version string defaults to "no-vcs-found" which forces the build version header +# command to look for git to create the version string header when the .git path is found in +# the source path. +set( KICAD_BRANCH_NAME "" CACHE STRING "KiCad repository name." ) +set( KICAD_VERSION_EXTRA "" CACHE STRING + "User defined configuration string to append to KiCad version." ) + +# Generate version header file. +add_custom_target( + version_header ALL + COMMAND ${CMAKE_COMMAND} + -DKICAD_VERSION=${KICAD_VERSION} + -DKICAD_BRANCH_NAME=${KICAD_BRANCH_NAME} + -DKICAD_VERSION_EXTRA=${KICAD_VERSION_EXTRA} + -DOUTPUT_FILE=${CMAKE_BINARY_DIR}/kicad_build_version.h + -DSRC_PATH=${PROJECT_SOURCE_DIR} + -DCMAKE_MODULE_PATH=${CMAKE_MODULE_PATH} + -P ${CMAKE_MODULE_PATH}/WriteVersionHeader.cmake + WORKING_DIRECTORY ${CMAKE_BINARY_DIR} + COMMENT "Generating version string header" + ) + +set( COMMON_ABOUT_DLG_SRCS + dialog_about/AboutDialog_main.cpp + dialog_about/dialog_about.cpp + dialog_about/dialog_about_base.cpp + dialogs/dialog_display_info_HTML_base.cpp + dialogs/dialog_exit_base.cpp + dialogs/dialog_image_editor.cpp + dialogs/dialog_image_editor_base.cpp + dialogs/dialog_get_component.cpp + dialogs/dialog_get_component_base.cpp + dialogs/dialog_hotkeys_editor.cpp + dialogs/dialog_hotkeys_editor_base.cpp + dialogs/dialog_list_selector_base.cpp + dialogs/dialog_page_settings_base.cpp + dialogs/dialog_env_var_config_base.cpp + dialogs/dialog_env_var_config.cpp + dialogs/wx_html_report_panel_base.cpp + dialogs/wx_html_report_panel.cpp + ) + +set( COMMON_PAGE_LAYOUT_SRCS + page_layout/title_block_shapes.cpp + page_layout/class_worksheet_dataitem.cpp + page_layout/class_worksheet_layout.cpp + page_layout/page_layout_default_description.cpp + page_layout/page_layout_graphic_items.cpp + page_layout/page_layout_reader_keywords.cpp + page_layout/page_layout_reader.cpp + ) + +set( COMMON_SRCS + ${LIB_KICAD_SRCS} + ${COMMON_ABOUT_DLG_SRCS} + ${COMMON_PAGE_LAYOUT_SRCS} + base_struct.cpp + basicframe.cpp + bezier_curves.cpp + bin_mod.cpp + bitmap.cpp + block_commande.cpp + build_version.cpp + class_bitmap_base.cpp + class_colors_design_settings.cpp + class_layer_box_selector.cpp + class_marker_base.cpp + class_plotter.cpp + class_undoredo_container.cpp + colors.cpp + common.cpp + common_plot_functions.cpp + common_plotHPGL_functions.cpp + common_plotPS_functions.cpp + common_plotPDF_functions.cpp + common_plotGERBER_functions.cpp + common_plotDXF_functions.cpp + common_plotSVG_functions.cpp + config_params.cpp + confirm.cpp + copy_to_clipboard.cpp + convert_basic_shapes_to_polygon.cpp + dialog_shim.cpp + displlst.cpp + draw_frame.cpp + draw_panel.cpp + drawtxt.cpp + dsnlexer.cpp + eda_dde.cpp + eda_doc.cpp + filter_reader.cpp +# findkicadhelppath.cpp.notused deprecated, use searchhelpfilefullpath.cpp + gestfich.cpp + getrunningmicrosecs.cpp + grid_tricks.cpp + gr_basic.cpp + hotkeys_basic.cpp + html_messagebox.cpp + kiface_i.cpp + kiway.cpp + kiway_express.cpp + kiway_holder.cpp + kiway_player.cpp + lockfile.cpp + msgpanel.cpp + netlist_keywords.cpp + newstroke_font.cpp + prependpath.cpp + project.cpp + ptree.cpp + reporter.cpp + richio.cpp + searchhelpfilefullpath.cpp + search_stack.cpp + selcolor.cpp + systemdirsappend.cpp + trigo.cpp + utf8.cpp + validators.cpp + wildcards_and_files_ext.cpp + worksheet.cpp + wxwineda.cpp + wx_unit_binder.cpp + wx_status_popup.cpp + xnode.cpp + zoom.cpp + ) + +if( TRUE OR NOT USE_KIWAY_DLLS ) +#if( NOT USE_KIWAY_DLLS ) + # We DO NOT want pgm_base.cpp linked into the KIFACE, only into the KIWAY. + # Check the map files to verify eda_pgm.o not being linked in. + list( APPEND COMMON_SRCS pgm_base.cpp ) +endif() + +if( NOT HAVE_STRTOKR ) + list( APPEND COMMON_SRCS strtok_r.c ) +endif() + + +set( COMMON_SRCS + ${COMMON_SRCS} + kicad_curl/kicad_curl.cpp + kicad_curl/kicad_curl_easy.cpp + + view/view.cpp + view/view_item.cpp + view/view_group.cpp + + math/math_util.cpp + + tool/tool_action.cpp + tool/tool_base.cpp + tool/tool_manager.cpp + tool/tool_dispatcher.cpp + tool/tool_event.cpp + tool/tool_interactive.cpp + tool/action_manager.cpp + tool/context_menu.cpp + + geometry/seg.cpp + geometry/shape.cpp + geometry/shape_line_chain.cpp + geometry/shape_poly_set.cpp + geometry/shape_collisions.cpp + geometry/shape_file_io.cpp + ) +add_library( common STATIC ${COMMON_SRCS} ) +add_dependencies( common lib-dependencies ) +add_dependencies( common version_header ) +target_link_libraries( common + ${Boost_LIBRARIES} + ${CURL_LIBRARIES} + ${OPENSSL_LIBRARIES} # empty on Apple + ) + + +set( PCB_COMMON_SRCS + base_screen.cpp + eda_text.cpp + class_page_info.cpp + pcbcommon.cpp + lset.cpp + footprint_info.cpp + ../pcbnew/basepcbframe.cpp + ../pcbnew/class_board.cpp + ../pcbnew/class_board_connected_item.cpp + ../pcbnew/class_board_design_settings.cpp + ../pcbnew/class_board_item.cpp + ../pcbnew/class_dimension.cpp + ../pcbnew/class_drawsegment.cpp + ../pcbnew/class_drc_item.cpp + ../pcbnew/class_edge_mod.cpp + ../pcbnew/class_netclass.cpp + ../pcbnew/class_netinfo_item.cpp + ../pcbnew/class_netinfolist.cpp + ../pcbnew/class_marker_pcb.cpp + ../pcbnew/class_mire.cpp + ../pcbnew/class_module.cpp + ../pcbnew/class_pad.cpp + ../pcbnew/class_pad_draw_functions.cpp + ../pcbnew/class_pcb_text.cpp + ../pcbnew/class_text_mod.cpp + ../pcbnew/class_track.cpp + ../pcbnew/class_zone.cpp + ../pcbnew/class_zone_settings.cpp + ../pcbnew/classpcb.cpp + ../pcbnew/ratsnest_data.cpp + ../pcbnew/ratsnest_viewitem.cpp + ../pcbnew/collectors.cpp + ../pcbnew/netlist_reader.cpp + ../pcbnew/legacy_netlist_reader.cpp + ../pcbnew/kicad_netlist_reader.cpp + ../pcbnew/sel_layer.cpp + ../pcbnew/pcb_plot_params.cpp + ../pcbnew/io_mgr.cpp + ../pcbnew/plugin.cpp + ../pcbnew/eagle_plugin.cpp + ../pcbnew/legacy_plugin.cpp + ../pcbnew/kicad_plugin.cpp + ../pcbnew/gpcb_plugin.cpp + ../pcbnew/pcb_netlist.cpp + ../pcbnew/specctra.cpp + ../pcbnew/specctra_export.cpp + ../pcbnew/specctra_keywords.cpp + pcb_plot_params_keywords.cpp + pcb_keywords.cpp + ../pcbnew/pcb_parser.cpp + fp_lib_table_keywords.cpp + fpid.cpp + fp_lib_table.cpp +) + +set( PCB_COMMON_SRCS + ${PCB_COMMON_SRCS} + ../pcbnew/pcb_painter.cpp + ) + +# add -DPCBNEW to compilation of these PCBNEW sources +set_source_files_properties( ${PCB_COMMON_SRCS} PROPERTIES + COMPILE_DEFINITIONS "PCBNEW" + ) + +add_library( pcbcommon STATIC ${PCB_COMMON_SRCS} ) +add_dependencies( pcbcommon lib-dependencies ) + +# auto-generate specctra_lexer.h and specctra_keywords.cpp +make_lexer( + ${PROJECT_SOURCE_DIR}/pcbnew/specctra.keywords + ${PROJECT_SOURCE_DIR}/pcbnew/specctra_lexer.h + ${PROJECT_SOURCE_DIR}/pcbnew/specctra_keywords.cpp + DSN + + # Pass header file with dependency on *_lexer.h as extra_arg + specctra.h + ) + +add_custom_target( + specctra_lexer_source_files ALL + DEPENDS + ${PROJECT_SOURCE_DIR}/pcbnew/specctra_lexer.h + ${PROJECT_SOURCE_DIR}/pcbnew/specctra_keywords.cpp + ) + +add_dependencies( pcbcommon specctra_lexer_source_files ) + +# auto-generate netlist_lexer.h and netlist_keywords.cpp +make_lexer( + ${CMAKE_CURRENT_SOURCE_DIR}/netlist.keywords + ${PROJECT_SOURCE_DIR}/include/netlist_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/netlist_keywords.cpp + NL_T + + # Pass header file with dependency on *_lexer.h as extra_arg + ${CMAKE_PROJECT_SOURCE_DIR}/pcbnew/netlist_reader.h + ) + +add_custom_target( + netlist_lexer_source_files ALL + DEPENDS + ${PROJECT_SOURCE_DIR}/include/netlist_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/netlist_keywords.cpp + ) + +add_dependencies( common netlist_lexer_source_files ) +add_dependencies( pcbcommon netlist_lexer_source_files ) + +# auto-generate pcb_plot_params_lexer.h and pcb_plot_params_keywords.cpp +make_lexer( + ${CMAKE_CURRENT_SOURCE_DIR}/pcb_plot_params.keywords + ${PROJECT_SOURCE_DIR}/include/pcb_plot_params_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/pcb_plot_params_keywords.cpp + PCBPLOTPARAMS_T + + # Pass header file with dependencies on *_lexer.h as extra_arg + ${PROJECT_SOURCE_DIR}/pcbnew/pcb_plot_params.h + ) + +add_custom_target( + pcb_plot_lexer_source_files ALL + DEPENDS + ${PROJECT_SOURCE_DIR}/include/pcb_plot_params_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/pcb_plot_params_keywords.cpp + ) + +add_dependencies( pcbcommon pcb_plot_lexer_source_files ) + +# auto-generate pcbnew_sexpr.h and pcbnew_sexpr.cpp +make_lexer( + ${CMAKE_CURRENT_SOURCE_DIR}/pcb.keywords + ${PROJECT_SOURCE_DIR}/include/pcb_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/pcb_keywords.cpp + PCB_KEYS_T + + # Pass header file with dependency on *_lexer.h as extra_arg + ${PROJECT_SOURCE_DIR}/pcbnew/pcb_parser.h + ) + +add_custom_target( + pcb_lexer_source_files ALL + DEPENDS + ${PROJECT_SOURCE_DIR}/include/pcb_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/pcb_keywords.cpp + ) + +add_dependencies( pcbcommon pcb_lexer_source_files ) + +# auto-generate pcbnew s-expression footprint library table code. +make_lexer( + ${CMAKE_CURRENT_SOURCE_DIR}/fp_lib_table.keywords + ${PROJECT_SOURCE_DIR}/include/fp_lib_table_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/fp_lib_table_keywords.cpp + FP_LIB_TABLE_T + ) + +add_custom_target( + fp_lib_table_lexer_source_files ALL + DEPENDS + ${PROJECT_SOURCE_DIR}/include/fp_lib_table_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/fp_lib_table_keywords.cpp + ) + +add_dependencies( pcbcommon fp_lib_table_lexer_source_files ) + +# auto-generate page layout reader s-expression page_layout_reader_lexer.h +# and title_block_reader_keywords.cpp. +make_lexer( + ${CMAKE_CURRENT_SOURCE_DIR}/page_layout/page_layout_reader.keywords + ${PROJECT_SOURCE_DIR}/include/page_layout_reader_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/page_layout/page_layout_reader_keywords.cpp + TB_READER_T + ) + +add_custom_target( + page_layout_lexer_source_files ALL + DEPENDS + ${PROJECT_SOURCE_DIR}/include/page_layout_reader_lexer.h + ${CMAKE_CURRENT_SOURCE_DIR}/page_layout/page_layout_reader_keywords.cpp + ) + +add_dependencies( common page_layout_lexer_source_files ) + +# This one gets made only when testing. +# to build it, first enable #define STAND_ALONE at top of dsnlexer.cpp +add_executable( dsntest EXCLUDE_FROM_ALL dsnlexer.cpp ) +target_link_libraries( dsntest common ${wxWidgets_LIBRARIES} rt ) + +add_dependencies( dsntest lib-dependencies ) + diff --git a/common/base_screen.cpp b/common/base_screen.cpp new file mode 100644 index 0000000..8fa0b7d --- /dev/null +++ b/common/base_screen.cpp @@ -0,0 +1,471 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Jean-Pierre Charras, jean-pierre.charras@ujf-grenoble.fr + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 Wayne Stambaugh + * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file base_screen.cpp + * @brief BASE_SCREEN object implementation. + */ + +#include +#include +#include +#include +#include +#include +#include + +wxString BASE_SCREEN::m_PageLayoutDescrFileName; // the name of the page layout descr file. + +BASE_SCREEN::BASE_SCREEN( KICAD_T aType ) : + EDA_ITEM( aType ) +{ + m_UndoRedoCountMax = DEFAULT_MAX_UNDO_ITEMS; + m_FirstRedraw = true; + m_ScreenNumber = 1; + m_NumberOfScreens = 1; // Hierarchy: Root: ScreenNumber = 1 + m_Zoom = 32.0; + m_Grid.m_Size = wxRealPoint( 50, 50 ); // Default grid size + m_Grid.m_CmdId = ID_POPUP_GRID_LEVEL_50; + m_Center = true; + m_IsPrinting = false; + m_ScrollPixelsPerUnitX = 1; + m_ScrollPixelsPerUnitY = 1; + + m_FlagModified = false; // Set when any change is made on board. + m_FlagSave = false; // Used in auto save set when an auto save is required. + + SetCurItem( NULL ); +} + + +BASE_SCREEN::~BASE_SCREEN() +{ +} + + +void BASE_SCREEN::InitDataPoints( const wxSize& aPageSizeIU ) +{ + if( m_Center ) + { + m_crossHairPosition.x = 0; + m_crossHairPosition.y = 0; + + m_DrawOrg.x = -aPageSizeIU.x / 2; + m_DrawOrg.y = -aPageSizeIU.y / 2; + } + else + { + m_crossHairPosition.x = aPageSizeIU.x / 2; + m_crossHairPosition.y = aPageSizeIU.y / 2; + + m_DrawOrg.x = 0; + m_DrawOrg.y = 0; + } + + m_O_Curseur.x = m_O_Curseur.y = 0; +} + + +double BASE_SCREEN::GetScalingFactor() const +{ + double scale = 1.0 / GetZoom(); + return scale; +} + + +void BASE_SCREEN::SetScalingFactor( double aScale ) +{ + // Limit zoom to max and min allowed values: + double zoom = Clamp( GetMinAllowedZoom(), aScale, GetMaxAllowedZoom() ); + + SetZoom( zoom ); +} + + +bool BASE_SCREEN::SetFirstZoom() +{ + return SetZoom( GetMinAllowedZoom() ); +} + + +bool BASE_SCREEN::SetLastZoom() +{ + return SetZoom( GetMaxAllowedZoom() ); +} + + +bool BASE_SCREEN::SetZoom( double iu_per_du ) +{ + if( iu_per_du == m_Zoom ) + return false; + + //wxLogDebug( "Zoom:%.16g 1/Zoom:%.16g", iu_per_du, 1/iu_per_du ); + + if( iu_per_du < GetMinAllowedZoom() ) + return false; + + if( iu_per_du > GetMaxAllowedZoom() ) + return false; + + m_Zoom = iu_per_du; + + return true; +} + + +bool BASE_SCREEN::SetNextZoom() +{ + for( unsigned i=0; i < m_ZoomList.size(); ++i ) + { + if( m_Zoom < m_ZoomList[i] ) + { + SetZoom( m_ZoomList[i] ); + return true; + } + } + + return false; +} + + +bool BASE_SCREEN::SetPreviousZoom() +{ + for( unsigned i = m_ZoomList.size(); i != 0; --i ) + { + if( m_Zoom > m_ZoomList[i - 1] ) + { + SetZoom( m_ZoomList[i - 1] ); + return true; + } + } + + return false; +} + +/* Build the list of human readable grid list. + * The list shows the grid size both in mils or mm. + * aMmFirst = true to have mm first and mils after + * false to have mils first and mm after + */ +int BASE_SCREEN::BuildGridsChoiceList( wxArrayString& aGridsList, bool aMmFirst) const +{ + wxString msg; + wxRealPoint curr_grid_size = GetGridSize(); + int idx = -1; + int idx_usergrid = -1; + + for( size_t i = 0; i < GetGridCount(); i++ ) + { + const GRID_TYPE& grid = m_grids[i]; + double gridValueMils = To_User_Unit( INCHES, grid.m_Size.x ) * 1000; + double gridValue_mm = To_User_Unit( MILLIMETRES, grid.m_Size.x ); + + if( grid.m_CmdId == ID_POPUP_GRID_USER ) + { + msg = _( "User Grid" ); + idx_usergrid = i; + } + else + { + if( aMmFirst ) + msg.Printf( _( "Grid: %.4f mm (%.2f mils)" ), + gridValue_mm, gridValueMils ); + else + msg.Printf( _( "Grid: %.2f mils (%.4f mm)" ), + gridValueMils, gridValue_mm ); + } + + aGridsList.Add( msg ); + + if( curr_grid_size == grid.m_Size ) + idx = i; + } + + if( idx < 0 ) + idx = idx_usergrid; + + return idx; +} + + +void BASE_SCREEN::SetGridList( GRIDS& gridlist ) +{ + if( !m_grids.empty() ) + m_grids.clear(); + + m_grids = gridlist; +} + + +int BASE_SCREEN::SetGrid( const wxRealPoint& size ) +{ + wxASSERT( !m_grids.empty() ); + + GRID_TYPE nearest_grid = m_grids[0]; + int gridIdx = 0; + + for( unsigned i = 0; i < m_grids.size(); i++ ) + { + if( m_grids[i].m_Size == size ) + { + m_Grid = m_grids[i]; + return m_grids[i].m_CmdId - ID_POPUP_GRID_LEVEL_1000; + } + + // keep track of the nearest larger grid size, if the exact size is not found + if ( size.x < m_grids[i].m_Size.x ) + { + gridIdx = m_grids[i].m_CmdId - ID_POPUP_GRID_LEVEL_1000; + nearest_grid = m_grids[i]; + } + } + + m_Grid = nearest_grid; + + wxLogWarning( wxT( "Grid size( %f, %f ) not in grid list, falling back " ) \ + wxT( "to grid size( %f, %f )." ), + size.x, size.y, m_Grid.m_Size.x, m_Grid.m_Size.y ); + + return gridIdx; +} + + +int BASE_SCREEN::SetGrid( int aCommandId ) +{ + wxASSERT( !m_grids.empty() ); + + for( unsigned i = 0; i < m_grids.size(); i++ ) + { + if( m_grids[i].m_CmdId == aCommandId ) + { + m_Grid = m_grids[i]; + return m_grids[i].m_CmdId - ID_POPUP_GRID_LEVEL_1000; + } + } + + m_Grid = m_grids[0]; + + wxLogWarning( wxT( "Grid ID %d not in grid list, falling back to " ) \ + wxT( "grid size( %g, %g )." ), aCommandId, + m_Grid.m_Size.x, m_Grid.m_Size.y ); + + return m_grids[0].m_CmdId - ID_POPUP_GRID_LEVEL_1000; +} + + + +void BASE_SCREEN::AddGrid( const GRID_TYPE& grid ) +{ + for( unsigned i = 0; i < m_grids.size(); i++ ) + { + if( m_grids[i].m_Size == grid.m_Size && grid.m_CmdId != ID_POPUP_GRID_USER ) + { + wxLogDebug( wxT( "Discarding duplicate grid size( %g, %g )." ), + grid.m_Size.x, grid.m_Size.y ); + return; + } + + if( m_grids[i].m_CmdId == grid.m_CmdId ) + { + wxLogDebug( wxT( "Changing grid ID %d from size( %g, %g ) to " ) \ + wxT( "size( %g, %g )." ), + grid.m_CmdId, m_grids[i].m_Size.x, + m_grids[i].m_Size.y, grid.m_Size.x, grid.m_Size.y ); + m_grids[i].m_Size = grid.m_Size; + return; + } + } + + m_grids.push_back( grid ); +} + + +void BASE_SCREEN::AddGrid( const wxRealPoint& size, int id ) +{ + GRID_TYPE grid; + + grid.m_Size = size; + grid.m_CmdId = id; + AddGrid( grid ); +} + + +void BASE_SCREEN::AddGrid( const wxRealPoint& size, EDA_UNITS_T aUnit, int id ) +{ + wxRealPoint new_size; + GRID_TYPE new_grid; + + new_size.x = From_User_Unit( aUnit, size.x ); + new_size.y = From_User_Unit( aUnit, size.y ); + new_grid.m_CmdId = id; + new_grid.m_Size = new_size; + + AddGrid( new_grid ); +} + + +GRID_TYPE& BASE_SCREEN::GetGrid( size_t aIndex ) +{ + wxCHECK_MSG( !m_grids.empty() && aIndex < m_grids.size(), m_Grid, + wxT( "Cannot get grid object outside the bounds of the grid list." ) ); + + return m_grids[ aIndex ]; +} + + +bool BASE_SCREEN::GridExists( int aCommandId ) +{ + // tests for grid command ID (not an index in grid list, but a wxID) exists in grid list. + for( unsigned i = 0; i < m_grids.size(); i++ ) + { + if( m_grids[i].m_CmdId == aCommandId ) + return true; + } + + return false; +} + + +wxPoint BASE_SCREEN::getNearestGridPosition( const wxPoint& aPosition, + const wxPoint& aGridOrigin, wxRealPoint* aGridSize ) const +{ + wxPoint pt; + wxRealPoint gridSize; + + if( aGridSize ) + gridSize = *aGridSize; + else + gridSize = GetGridSize(); + + double offset = fmod( aGridOrigin.x, gridSize.x ); + int x = KiROUND( (aPosition.x - offset) / gridSize.x ); + + pt.x = KiROUND( x * gridSize.x + offset ); + + offset = fmod( aGridOrigin.y, gridSize.y ); + + int y = KiROUND( (aPosition.y - offset) / gridSize.y ); + pt.y = KiROUND ( y * gridSize.y + offset ); + + return pt; +} + + +wxPoint BASE_SCREEN::getCursorPosition( bool aOnGrid, const wxPoint& aGridOrigin, wxRealPoint* aGridSize ) const +{ + if( aOnGrid ) + return getNearestGridPosition( m_crossHairPosition, aGridOrigin, aGridSize ); + + return m_crossHairPosition; +} + + +wxPoint BASE_SCREEN::getCrossHairScreenPosition() const +{ + wxPoint pos = m_crossHairPosition - m_DrawOrg; + double scalar = GetScalingFactor(); + + pos.x = KiROUND( (double) pos.x * scalar ); + pos.y = KiROUND( (double) pos.y * scalar ); + + return pos; +} + + +void BASE_SCREEN::setCrossHairPosition( const wxPoint& aPosition, const wxPoint& aGridOrigin, bool aSnapToGrid ) +{ + if( aSnapToGrid ) + m_crossHairPosition = getNearestGridPosition( aPosition, aGridOrigin, NULL ); + else + m_crossHairPosition = aPosition; +} + + +void BASE_SCREEN::ClearUndoRedoList() +{ + ClearUndoORRedoList( m_UndoList ); + ClearUndoORRedoList( m_RedoList ); +} + + +void BASE_SCREEN::PushCommandToUndoList( PICKED_ITEMS_LIST* aNewitem ) +{ + m_UndoList.PushCommand( aNewitem ); + + // Delete the extra items, if count max reached + if( m_UndoRedoCountMax > 0 ) + { + int extraitems = GetUndoCommandCount() - m_UndoRedoCountMax; + if( extraitems > 0 ) + ClearUndoORRedoList( m_UndoList, extraitems ); + } +} + + +void BASE_SCREEN::PushCommandToRedoList( PICKED_ITEMS_LIST* aNewitem ) +{ + m_RedoList.PushCommand( aNewitem ); + + // Delete the extra items, if count max reached + if( m_UndoRedoCountMax > 0 ) + { + int extraitems = GetRedoCommandCount() - m_UndoRedoCountMax; + if( extraitems > 0 ) + ClearUndoORRedoList( m_RedoList, extraitems ); + } +} + + +PICKED_ITEMS_LIST* BASE_SCREEN::PopCommandFromUndoList( ) +{ + return m_UndoList.PopCommand( ); +} + + +PICKED_ITEMS_LIST* BASE_SCREEN::PopCommandFromRedoList( ) +{ + return m_RedoList.PopCommand( ); +} + + +#if defined(DEBUG) + +void BASE_SCREEN::Show( int nestLevel, std::ostream& os ) const +{ + // for now, make it look like XML, expand on this later. + NestedSpace( nestLevel, os ) << '<' << GetClass().Lower().mb_str() << ">\n"; + + /* this class will eventually go away, but here's a place holder until then. + for( EDA_ITEM* item = m_drawList; item; item = item->Next() ) + { + item->Show( nestLevel+1, os ); + } + */ + + NestedSpace( nestLevel, os ) << "\n"; +} + +#endif diff --git a/common/base_struct.cpp b/common/base_struct.cpp new file mode 100644 index 0000000..9b6273d --- /dev/null +++ b/common/base_struct.cpp @@ -0,0 +1,592 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file base_struct.cpp + * @brief Implementation of EDA_ITEM base class for KiCad. + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "../eeschema/dialogs/dialog_schematic_find.h" + + +const wxString traceFindReplace( wxT( "KicadFindReplace" ) ); + + +enum textbox { + ID_TEXTBOX_LIST = 8010 +}; + + +EDA_ITEM::EDA_ITEM( EDA_ITEM* parent, KICAD_T idType ) +{ + initVars(); + m_StructType = idType; + m_Parent = parent; +} + + +EDA_ITEM::EDA_ITEM( KICAD_T idType ) +{ + initVars(); + m_StructType = idType; +} + + +EDA_ITEM::EDA_ITEM( const EDA_ITEM& base ) +{ + initVars(); + m_StructType = base.m_StructType; + m_Parent = base.m_Parent; + m_Flags = base.m_Flags; + + // A copy of an item cannot have the same time stamp as the original item. + SetTimeStamp( GetNewTimeStamp() ); + m_Status = base.m_Status; +} + + +void EDA_ITEM::initVars() +{ + m_StructType = TYPE_NOT_INIT; + Pnext = NULL; // Linked list: Link (next struct) + Pback = NULL; // Linked list: Link (previous struct) + m_Parent = NULL; // Linked list: Link (parent struct) + m_List = NULL; // I am not on any list yet + m_Image = NULL; // Link to an image copy for undelete or abort command + m_Flags = 0; // flags for editions and other + SetTimeStamp( 0 ); // Time stamp used for logical links + m_Status = 0; + m_forceVisible = false; // true to override the visibility setting of the item. +} + + +void EDA_ITEM::SetModified() +{ + SetFlags( IS_CHANGED ); + + // If this a child object, then the parent modification state also needs to be set. + if( m_Parent ) + m_Parent->SetModified(); +} + + +EDA_ITEM* EDA_ITEM::Clone() const +{ + wxCHECK_MSG( false, NULL, wxT( "Clone not implemented in derived class " ) + GetClass() + + wxT( ". Bad programmer!" ) ); +} + + +SEARCH_RESULT EDA_ITEM::IterateForward( EDA_ITEM* listStart, + INSPECTOR* inspector, + const void* testData, + const KICAD_T scanTypes[] ) +{ + EDA_ITEM* p = listStart; + + for( ; p; p = p->Pnext ) + { + if( SEARCH_QUIT == p->Visit( inspector, testData, scanTypes ) ) + return SEARCH_QUIT; + } + + return SEARCH_CONTINUE; +} + + +// see base_struct.h +// many classes inherit this method, be careful: +SEARCH_RESULT EDA_ITEM::Visit( INSPECTOR* inspector, const void* testData, + const KICAD_T scanTypes[] ) +{ + KICAD_T stype; + +#if 0 && defined(DEBUG) + std::cout << GetClass().mb_str() << ' '; +#endif + + for( const KICAD_T* p = scanTypes; (stype = *p) != EOT; ++p ) + { + // If caller wants to inspect my type + if( stype == Type() ) + { + if( SEARCH_QUIT == inspector->Inspect( this, testData ) ) + return SEARCH_QUIT; + + break; + } + } + + return SEARCH_CONTINUE; +} + + +wxString EDA_ITEM::GetSelectMenuText() const +{ + wxFAIL_MSG( wxT( "GetSelectMenuText() was not overridden for schematic item type " ) + + GetClass() ); + + return wxString( wxT( "Undefined menu text for " ) + GetClass() ); +} + + +bool EDA_ITEM::Matches( const wxString& aText, wxFindReplaceData& aSearchData ) +{ + wxString text = aText; + wxString searchText = aSearchData.GetFindString(); + + // Don't match if searching for replaceable item and the item doesn't support text replace. + if( (aSearchData.GetFlags() & FR_SEARCH_REPLACE) && !IsReplaceable() ) + return false; + + if( aSearchData.GetFlags() & wxFR_WHOLEWORD ) + return aText.IsSameAs( searchText, aSearchData.GetFlags() & wxFR_MATCHCASE ); + + if( aSearchData.GetFlags() & FR_MATCH_WILDCARD ) + { + if( aSearchData.GetFlags() & wxFR_MATCHCASE ) + return text.Matches( searchText ); + + return text.MakeUpper().Matches( searchText.MakeUpper() ); + } + + if( aSearchData.GetFlags() & wxFR_MATCHCASE ) + return aText.Find( searchText ) != wxNOT_FOUND; + + return text.MakeUpper().Find( searchText.MakeUpper() ) != wxNOT_FOUND; +} + + +bool EDA_ITEM::Replace( wxFindReplaceData& aSearchData, wxString& aText ) +{ + wxCHECK_MSG( IsReplaceable(), false, + wxT( "Attempt to replace text in <" ) + GetClass() + wxT( "> item." ) ); + + wxString searchString = (aSearchData.GetFlags() & wxFR_MATCHCASE) ? aText : aText.Upper(); + + int result = searchString.Find( (aSearchData.GetFlags() & wxFR_MATCHCASE) ? + aSearchData.GetFindString() : + aSearchData.GetFindString().Upper() ); + + if( result == wxNOT_FOUND ) + return false; + + wxString prefix = aText.Left( result ); + wxString suffix; + + if( aSearchData.GetFindString().length() + result < aText.length() ) + suffix = aText.Right( aText.length() - ( aSearchData.GetFindString().length() + result ) ); + + wxLogTrace( traceFindReplace, wxT( "Replacing '%s', prefix '%s', replace '%s', suffix '%s'." ), + GetChars( aText ), GetChars( prefix ), GetChars( aSearchData.GetReplaceString() ), + GetChars( suffix ) ); + + aText = prefix + aSearchData.GetReplaceString() + suffix; + + return true; +} + + +bool EDA_ITEM::operator<( const EDA_ITEM& aItem ) const +{ + wxFAIL_MSG( wxString::Format( wxT( "Less than operator not defined for item type %s." ), + GetChars( GetClass() ) ) ); + + return false; +} + +#ifdef USE_EDA_ITEM_OP_EQ // see base_struct.h for explanations +EDA_ITEM& EDA_ITEM::operator=( const EDA_ITEM& aItem ) +{ + if( &aItem != this ) + { + m_Image = aItem.m_Image; + m_StructType = aItem.m_StructType; + m_Parent = aItem.m_Parent; + m_Flags = aItem.m_Flags; + m_TimeStamp = aItem.m_TimeStamp; + m_Status = aItem.m_Status; + m_forceVisible = aItem.m_forceVisible; + } + + return *this; +} +#endif + +const BOX2I EDA_ITEM::ViewBBox() const +{ + // Basic fallback + return BOX2I( VECTOR2I( GetBoundingBox().GetOrigin() ), + VECTOR2I( GetBoundingBox().GetSize() ) ); +} + + +void EDA_ITEM::ViewGetLayers( int aLayers[], int& aCount ) const +{ + // Basic fallback + aCount = 1; + aLayers[0] = 0; +} + + +#if defined(DEBUG) + +// A function that should have been in wxWidgets +std::ostream& operator<<( std::ostream& out, const wxSize& size ) +{ + out << " width=\"" << size.GetWidth() << "\" height=\"" << size.GetHeight() << "\""; + return out; +} + + +// A function that should have been in wxWidgets +std::ostream& operator<<( std::ostream& out, const wxPoint& pt ) +{ + out << " x=\"" << pt.x << "\" y=\"" << pt.y << "\""; + return out; +} + + +void EDA_ITEM::ShowDummy( std::ostream& os ) const +{ + // XML output: + wxString s = GetClass(); + + os << '<' << s.Lower().mb_str() << ">" + << " Need ::Show() override for this class " + << "\n"; +} + + +std::ostream& EDA_ITEM::NestedSpace( int nestLevel, std::ostream& os ) +{ + for( int i = 0; i= 0) && (rel_pos.y >= 0) && ( rel_pos.y <= size.y) && ( rel_pos.x <= size.x); +} + + +/* + * return true if aRect is inside me (or on boundaries) + */ +bool EDA_RECT::Contains( const EDA_RECT& aRect ) const +{ + return Contains( aRect.GetOrigin() ) && Contains( aRect.GetEnd() ); +} + + +/* Intersects + * test for a common area between segment and rect. + * return true if at least a common point is found + */ +bool EDA_RECT::Intersects( const wxPoint& aPoint1, const wxPoint& aPoint2 ) const +{ + wxPoint point2, point4; + + if( Contains( aPoint1 ) || Contains( aPoint2 ) ) + return true; + + point2.x = GetEnd().x; + point2.y = GetOrigin().y; + point4.x = GetOrigin().x; + point4.y = GetEnd().y; + + //Only need to test 3 sides since a straight line cant enter and exit on same side + if( SegmentIntersectsSegment( aPoint1, aPoint2, GetOrigin() , point2 ) ) + return true; + + if( SegmentIntersectsSegment( aPoint1, aPoint2, point2 , GetEnd() ) ) + return true; + + if( SegmentIntersectsSegment( aPoint1, aPoint2, GetEnd() , point4 ) ) + return true; + + return false; +} + + +/* Intersects + * test for a common area between 2 rect. + * return true if at least a common point is found + */ +bool EDA_RECT::Intersects( const EDA_RECT& aRect ) const +{ + // this logic taken from wxWidgets' geometry.cpp file: + bool rc; + EDA_RECT me(*this); + EDA_RECT rect(aRect); + me.Normalize(); // ensure size is >= 0 + rect.Normalize(); // ensure size is >= 0 + + // calculate the left common area coordinate: + int left = std::max( me.m_Pos.x, rect.m_Pos.x ); + // calculate the right common area coordinate: + int right = std::min( me.m_Pos.x + me.m_Size.x, rect.m_Pos.x + rect.m_Size.x ); + // calculate the upper common area coordinate: + int top = std::max( me.m_Pos.y, aRect.m_Pos.y ); + // calculate the lower common area coordinate: + int bottom = std::min( me.m_Pos.y + me.m_Size.y, rect.m_Pos.y + rect.m_Size.y ); + + // if a common area exists, it must have a positive (null accepted) size + if( left <= right && top <= bottom ) + rc = true; + else + rc = false; + + return rc; +} + + +EDA_RECT& EDA_RECT::Inflate( int aDelta ) +{ + Inflate( aDelta, aDelta ); + return *this; +} + + +EDA_RECT& EDA_RECT::Inflate( wxCoord dx, wxCoord dy ) +{ + if( m_Size.x >= 0 ) + { + if( m_Size.x < -2 * dx ) + { + // Don't allow deflate to eat more width than we have, + m_Pos.x += m_Size.x / 2; + m_Size.x = 0; + } + else + { + // The inflate is valid. + m_Pos.x -= dx; + m_Size.x += 2 * dx; + } + } + else // size.x < 0: + { + if( m_Size.x > -2 * dx ) + { + // Don't allow deflate to eat more width than we have, + m_Pos.x -= m_Size.x / 2; + m_Size.x = 0; + } + else + { + // The inflate is valid. + m_Pos.x += dx; + m_Size.x -= 2 * dx; // m_Size.x <0: inflate when dx > 0 + } + } + + if( m_Size.y >= 0 ) + { + if( m_Size.y < -2 * dy ) + { + // Don't allow deflate to eat more height than we have, + m_Pos.y += m_Size.y / 2; + m_Size.y = 0; + } + else + { + // The inflate is valid. + m_Pos.y -= dy; + m_Size.y += 2 * dy; + } + } + else // size.y < 0: + { + if( m_Size.y > 2 * dy ) + { + // Don't allow deflate to eat more height than we have, + m_Pos.y -= m_Size.y / 2; + m_Size.y = 0; + } + else + { + // The inflate is valid. + m_Pos.y += dy; + m_Size.y -= 2 * dy; // m_Size.y <0: inflate when dy > 0 + } + } + + return *this; +} + + +void EDA_RECT::Merge( const EDA_RECT& aRect ) +{ + Normalize(); // ensure width and height >= 0 + EDA_RECT rect = aRect; + rect.Normalize(); // ensure width and height >= 0 + wxPoint end = GetEnd(); + wxPoint rect_end = rect.GetEnd(); + + // Change origin and size in order to contain the given rect + m_Pos.x = std::min( m_Pos.x, rect.m_Pos.x ); + m_Pos.y = std::min( m_Pos.y, rect.m_Pos.y ); + end.x = std::max( end.x, rect_end.x ); + end.y = std::max( end.y, rect_end.y ); + SetEnd( end ); +} + + +void EDA_RECT::Merge( const wxPoint& aPoint ) +{ + Normalize(); // ensure width and height >= 0 + + wxPoint end = GetEnd(); + // Change origin and size in order to contain the given rect + m_Pos.x = std::min( m_Pos.x, aPoint.x ); + m_Pos.y = std::min( m_Pos.y, aPoint.y ); + end.x = std::max( end.x, aPoint.x ); + end.y = std::max( end.y, aPoint.y ); + SetEnd( end ); +} + + +double EDA_RECT::GetArea() const +{ + return (double) GetWidth() * (double) GetHeight(); +} + + +EDA_RECT EDA_RECT::Common( const EDA_RECT& aRect ) const +{ + EDA_RECT r; + + if( Intersects( aRect ) ) + { + wxPoint originA( std::min( GetOrigin().x, GetEnd().x ), + std::min( GetOrigin().y, GetEnd().y ) ); + wxPoint originB( std::min( aRect.GetOrigin().x, aRect.GetEnd().x ), + std::min( aRect.GetOrigin().y, aRect.GetEnd().y ) ); + wxPoint endA( std::max( GetOrigin().x, GetEnd().x ), + std::max( GetOrigin().y, GetEnd().y ) ); + wxPoint endB( std::max( aRect.GetOrigin().x, aRect.GetEnd().x ), + std::max( aRect.GetOrigin().y, aRect.GetEnd().y ) ); + + r.SetOrigin( wxPoint( std::max( originA.x, originB.x ), std::max( originA.y, originB.y ) ) ); + r.SetEnd ( wxPoint( std::min( endA.x, endB.x ), std::min( endA.y, endB.y ) ) ); + } + + return r; +} + + +/* Calculate the bounding box of this, when rotated + */ +const EDA_RECT EDA_RECT::GetBoundingBoxRotated( wxPoint aRotCenter, double aAngle ) +{ + wxPoint corners[4]; + + // Build the corners list + corners[0] = GetOrigin(); + corners[2] = GetEnd(); + corners[1].x = corners[0].x; + corners[1].y = corners[2].y; + corners[3].x = corners[2].x; + corners[3].y = corners[0].y; + + // Rotate all corners, to find the bounding box + for( int ii = 0; ii < 4; ii ++ ) + RotatePoint( &corners[ii], aRotCenter, aAngle ); + + // Find the corners bounding box + wxPoint start = corners[0]; + wxPoint end = corners[0]; + + for( int ii = 1; ii < 4; ii ++ ) + { + start.x = std::min( start.x, corners[ii].x); + start.y = std::min( start.y, corners[ii].y); + end.x = std::max( end.x, corners[ii].x); + end.y = std::max( end.y, corners[ii].y); + } + + EDA_RECT bbox; + bbox.SetOrigin( start ); + bbox.SetEnd( end ); + + return bbox; +} diff --git a/common/base_units.cpp b/common/base_units.cpp new file mode 100644 index 0000000..7cf035c --- /dev/null +++ b/common/base_units.cpp @@ -0,0 +1,423 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 CERN + * Copyright (C) 1992-2011 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @author Wayne Stambaugh + * @file base_units.cpp + * @brief Code to handle objects that require both schematic and board internal units. + * @note This file is an ugly hack to solve the problem of formatting the base units + * for either schematics or boards in objects that are include in both domains. + * At some point in the future. This code should be rolled back into the + * appropriate object and build with the correct internal unit formatting + * depending on the application. + */ + +#include +#include +#include +#include +#include + + +#if defined( PCBNEW ) || defined( CVPCB ) || defined( EESCHEMA ) || defined( GERBVIEW ) || defined( PL_EDITOR ) +#define IU_TO_MM( x ) ( x / IU_PER_MM ) +#define IU_TO_IN( x ) ( x / IU_PER_MILS / 1000 ) +#define MM_TO_IU( x ) ( x * IU_PER_MM ) +#define IN_TO_IU( x ) ( x * IU_PER_MILS * 1000 ) +#else +#error "Cannot resolve internal units due to no definition of EESCHEMA, CVPCB or PCBNEW." +#endif + + +// Helper function to print a float number without using scientific notation +// and no trailing 0 +// So we cannot always just use the %g or the %f format to print a fp number +// this helper function uses the %f format when needed, or %g when %f is +// not well working and then removes trailing 0 + +std::string Double2Str( double aValue ) +{ + char buf[50]; + int len; + + if( aValue != 0.0 && fabs( aValue ) <= 0.0001 ) + { + // For these small values, %f works fine, + // and %g gives an exponent + len = sprintf( buf, "%.16f", aValue ); + + while( --len > 0 && buf[len] == '0' ) + buf[len] = '\0'; + + if( buf[len] == '.' ) + buf[len] = '\0'; + else + ++len; + } + else + { + // For these values, %g works fine, and sometimes %f + // gives a bad value (try aValue = 1.222222222222, with %.16f format!) + len = sprintf( buf, "%.16g", aValue ); + } + + return std::string( buf, len ); +} + + +double To_User_Unit( EDA_UNITS_T aUnit, double aValue ) +{ + switch( aUnit ) + { + case MILLIMETRES: + return IU_TO_MM( aValue ); + + case INCHES: + return IU_TO_IN( aValue ); + + case DEGREES: + return aValue / 10.0f; + + default: + return aValue; + } +} + +/* Convert a value to a string using double notation. + * For readability, the mantissa has 0, 1, 3 or 4 digits, depending on units + * for unit = inch the mantissa has 3 digits (Eeschema) or 4 digits + * for unit = mil the mantissa has 0 digits (Eeschema) or 1 digits + * for unit = mm the mantissa has 3 digits (Eeschema) or 4 digits + * Should be used only to display info in status, + * but not in dialogs, because 4 digits only + * could truncate the actual value + */ +wxString CoordinateToString( int aValue, bool aConvertToMils ) +{ + return LengthDoubleToString( (double) aValue, aConvertToMils ); +} + +wxString LengthDoubleToString( double aValue, bool aConvertToMils ) +{ + wxString text; + const wxChar* format; + double value = To_User_Unit( g_UserUnit, aValue ); + + if( g_UserUnit == INCHES ) + { + if( aConvertToMils ) + { +#if defined( EESCHEMA ) + format = wxT( "%.0f" ); +#else + format = wxT( "%.1f" ); +#endif + value *= 1000; + } + else + { +#if defined( EESCHEMA ) + format = wxT( "%.3f" ); +#else + format = wxT( "%.4f" ); +#endif + } + } + else + { +#if defined( EESCHEMA ) + format = wxT( "%.2f" ); +#else + format = wxT( "%.3f" ); +#endif + } + + text.Printf( format, value ); + + if( g_UserUnit == INCHES ) + text += ( aConvertToMils ) ? _( " mils" ) : _( " in" ); + else + text += _( " mm" ); + + return text; +} + +/* Remove trailing 0 from a string containing a converted float number. + * the trailing 0 are removed if the mantissa has more + * than aTrailingZeroAllowed digits and some trailing 0 + */ +void StripTrailingZeros( wxString& aStringValue, unsigned aTrailingZeroAllowed ) +{ + struct lconv * lc = localeconv(); + char sep = lc->decimal_point[0]; + unsigned sep_pos = aStringValue.Find( sep ); + + if( sep_pos > 0 ) + { + // We want to keep at least aTrailingZeroAllowed digits after the separator + unsigned min_len = sep_pos + aTrailingZeroAllowed + 1; + + while( aStringValue.Len() > min_len ) + { + if( aStringValue.Last() == '0' ) + aStringValue.RemoveLast(); + else + break; + } + } +} + + +/* Convert a value to a string using double notation. + * For readability, the mantissa has 3 or more digits, + * the trailing 0 are removed if the mantissa has more than 3 digits + * and some trailing 0 + * This function should be used to display values in dialogs because a value + * entered in mm (for instance 2.0 mm) could need up to 8 digits mantissa + * if displayed in inch to avoid truncation or rounding made just by the printf function. + * otherwise the actual value is rounded when read from dialog and converted + * in internal units, and therefore modified. + */ +wxString StringFromValue( EDA_UNITS_T aUnit, int aValue, bool aAddUnitSymbol ) +{ + double value_to_print = To_User_Unit( aUnit, aValue ); + +#if defined( EESCHEMA ) + wxString stringValue = wxString::Format( wxT( "%.3f" ), value_to_print ); + + // Strip trailing zeros. However, keep at least 3 digits in mantissa + // For readability + StripTrailingZeros( stringValue, 3 ); + +#else + + char buf[50]; + int len; + + if( value_to_print != 0.0 && fabs( value_to_print ) <= 0.0001 ) + { + len = sprintf( buf, "%.10f", value_to_print ); + + while( --len > 0 && buf[len] == '0' ) + buf[len] = '\0'; + + if( buf[len]=='.' || buf[len]==',' ) + buf[len] = '\0'; + else + ++len; + } + else + { + len = sprintf( buf, "%.10g", value_to_print ); + } + + wxString stringValue( buf, wxConvUTF8 ); + +#endif + + if( aAddUnitSymbol ) + { + switch( aUnit ) + { + case INCHES: + stringValue += _( " \"" ); + break; + + case MILLIMETRES: + stringValue += _( " mm" ); + break; + + case DEGREES: + stringValue += _( " deg" ); + break; + + case UNSCALED_UNITS: + break; + } + } + + return stringValue; +} + + +void PutValueInLocalUnits( wxTextCtrl& aTextCtr, int aValue ) +{ + wxString msg = StringFromValue( g_UserUnit, aValue ); + + aTextCtr.SetValue( msg ); +} + + +double From_User_Unit( EDA_UNITS_T aUnit, double aValue ) +{ + double value; + + switch( aUnit ) + { + case MILLIMETRES: + value = MM_TO_IU( aValue ); + break; + + case INCHES: + value = IN_TO_IU( aValue ); + break; + + case DEGREES: + // Convert to "decidegrees" + value = aValue * 10; + break; + + default: + case UNSCALED_UNITS: + value = aValue; + } + + return value; +} + + +double DoubleValueFromString( EDA_UNITS_T aUnits, const wxString& aTextValue ) +{ + double value; + double dtmp = 0; + + // Acquire the 'right' decimal point separator + const struct lconv* lc = localeconv(); + + wxChar decimal_point = lc->decimal_point[0]; + wxString buf( aTextValue.Strip( wxString::both ) ); + + // Convert the period in decimal point + buf.Replace( wxT( "." ), wxString( decimal_point, 1 ) ); + + // An ugly fix needed by WxWidgets 2.9.1 that sometimes + // back to a point as separator, although the separator is the comma + // TODO: remove this line if WxWidgets 2.9.2 fixes this issue + buf.Replace( wxT( "," ), wxString( decimal_point, 1 ) ); + + // Find the end of the numeric part + unsigned brk_point = 0; + + while( brk_point < buf.Len() ) + { + wxChar ch = buf[brk_point]; + + if( !( (ch >= '0' && ch <='9') || (ch == decimal_point) || (ch == '-') || (ch == '+') ) ) + { + break; + } + + ++brk_point; + } + + // Extract the numeric part + buf.Left( brk_point ); + + buf.ToDouble( &dtmp ); + + // Check the optional unit designator (2 ch significant) + wxString unit( buf.Mid( brk_point ).Strip( wxString::leading ).Left( 2 ).Lower() ); + + if( aUnits == INCHES || aUnits == MILLIMETRES ) + { + if( unit == wxT( "in" ) || unit == wxT( "\"" ) ) + { + aUnits = INCHES; + } + else if( unit == wxT( "mm" ) ) + { + aUnits = MILLIMETRES; + } + else if( unit == wxT( "mi" ) || unit == wxT( "th" ) ) // Mils or thous + { + aUnits = INCHES; + dtmp /= 1000; + } + } + else if( aUnits == DEGREES ) + { + if( unit == wxT( "ra" ) ) // Radians + { + dtmp *= 180.0f / M_PI; + } + } + + value = From_User_Unit( aUnits, dtmp ); + + return value; +} + + +int ValueFromString( EDA_UNITS_T aUnits, const wxString& aTextValue ) +{ + double value = DoubleValueFromString( aUnits, aTextValue ); + return KiROUND( value ); +} + + +int ValueFromString( const wxString& aTextValue ) +{ + int value; + + value = ValueFromString( g_UserUnit, aTextValue); + + return value; +} + +int ValueFromTextCtrl( const wxTextCtrl& aTextCtr ) +{ + int value; + wxString msg = aTextCtr.GetValue(); + + value = ValueFromString( g_UserUnit, msg ); + + return value; +} + + +wxString& operator <<( wxString& aString, const wxPoint& aPos ) +{ + aString << wxT( "@ (" ) << CoordinateToString( aPos.x ); + aString << wxT( "," ) << CoordinateToString( aPos.y ); + aString << wxT( ")" ); + + return aString; +} + +/** + * Function AngleToStringDegrees + * is a helper to convert the \a double \a aAngle (in internal unit) + * to a string in degrees + */ +wxString AngleToStringDegrees( double aAngle ) +{ + wxString text; + + text.Printf( wxT( "%.3f" ), aAngle/10.0 ); + StripTrailingZeros( text, 1 ); + + return text; +} + diff --git a/common/basicframe.cpp b/common/basicframe.cpp new file mode 100644 index 0000000..fad5e64 --- /dev/null +++ b/common/basicframe.cpp @@ -0,0 +1,758 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2013-2015 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file basicframe.cpp + * @brief EDA_BASE_FRAME class implementation. + */ +#include + +// kicad_curl.h must be included before wx headers, to avoid +// conflicts for some defines, at least on Windows +#ifdef BUILD_GITHUB_PLUGIN +#include +#include +#endif + +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +/// The default auto save interval is 10 minutes. +#define DEFAULT_AUTO_SAVE_INTERVAL 600 + + +const wxChar traceAutoSave[] = wxT( "KicadAutoSave" ); + +/// Configuration file entry name for auto save interval. +static const wxChar entryAutoSaveInterval[] = wxT( "AutoSaveInterval" ); + +/// Configuration file entry for wxAuiManger perspective. +static const wxChar entryPerspective[] = wxT( "Perspective" ); + +/// Configuration file entry for most recently used path. +static const wxChar entryMruPath[] = wxT( "MostRecentlyUsedPath" ); + + +EDA_BASE_FRAME::EDA_BASE_FRAME( wxWindow* aParent, FRAME_T aFrameType, + const wxString& aTitle, const wxPoint& aPos, const wxSize& aSize, + long aStyle, const wxString& aFrameName ) : + wxFrame( aParent, wxID_ANY, aTitle, aPos, aSize, aStyle, aFrameName ) +{ + wxSize minsize; + + m_Ident = aFrameType; + m_mainToolBar = NULL; + m_hasAutoSave = false; + m_autoSaveState = false; + m_autoSaveInterval = -1; + m_autoSaveTimer = new wxTimer( this, ID_AUTO_SAVE_TIMER ); + m_mruPath = wxStandardPaths::Get().GetDocumentsDir(); + minsize.x = 470; + minsize.y = 350; + + SetSizeHints( minsize.x, minsize.y, -1, -1, -1, -1 ); + + if( ( aSize.x < minsize.x ) || ( aSize.y < minsize.y ) ) + SetSize( 0, 0, minsize.x, minsize.y ); + + // Create child subwindows. + + // Dimensions of the user area of the main window. + GetClientSize( &m_FrameSize.x, &m_FrameSize.y ); + + m_FramePos.x = m_FramePos.y = 0; + + Connect( ID_HELP_COPY_VERSION_STRING, + wxEVT_COMMAND_MENU_SELECTED, + wxCommandEventHandler( EDA_BASE_FRAME::CopyVersionInfoToClipboard ) ); + + Connect( ID_AUTO_SAVE_TIMER, wxEVT_TIMER, + wxTimerEventHandler( EDA_BASE_FRAME::onAutoSaveTimer ) ); + + // hook wxEVT_CLOSE_WINDOW so we can call SaveSettings(). This function seems + // to be called before any other hook for wxCloseEvent, which is necessary. + Connect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( EDA_BASE_FRAME::windowClosing ) ); +} + + +void EDA_BASE_FRAME::windowClosing( wxCloseEvent& event ) +{ + DIALOG_SHIM* dlg = NULL; + wxWindowList list = GetChildren(); + + // Quasi modal dialogs create issues (crashes) when closing Kicad. + // I am guessing they are delete too late, when deleting main frames. + // AFAIK, only these DIALOG_SHIM dialogs create such issues. + // The policy is do not allow closing Kicad if a Quasi modal dialog is open. + // (Anyway, closing without prompting the user is certainly bad, + // because an edit is in preogress) + // Therefore, iterate through the child list to find at least + // a DIALOG_SHIM opened in quasi modal mode + for( wxWindowList::iterator iter = list.begin(); iter != list.end(); ++iter ) + { + if( (dlg = dynamic_cast (*iter) ) != NULL ) + { + if( dlg->IsQuasiModal() ) + break; + else + dlg = NULL; + } + } + + if( dlg ) + { + // Happens when a quasi modal dialog is currently open. + // For example: if the Kicad manager try to close Kicad. + wxMessageBox( _( + "The program cannot be closed\n" + "A quasi-modal dialog window is currently open, please close it first." ) ); + event.Veto(); + return; + } + + wxConfigBase* cfg = config(); + + if( cfg ) + SaveSettings( cfg ); // virtual, wxFrame specific + + event.Skip(); // we did not "handle" the event, only eavesdropped on it. +} + + +EDA_BASE_FRAME::~EDA_BASE_FRAME() +{ + delete m_autoSaveTimer; + + // This is needed for OSX: avoids further OnDraw processing after this + // destructor and before the native window is destroyed + this->Freeze(); +} + + +bool EDA_BASE_FRAME::ProcessEvent( wxEvent& aEvent ) +{ + if( !wxFrame::ProcessEvent( aEvent ) ) + return false; + + if( IsShown() && m_hasAutoSave && + (m_autoSaveState != isAutoSaveRequired()) && (m_autoSaveInterval > 0) ) + { + if( !m_autoSaveState ) + { + wxLogTrace( traceAutoSave, wxT( "Starting auto save timer." ) ); + m_autoSaveTimer->Start( m_autoSaveInterval * 1000, wxTIMER_ONE_SHOT ); + m_autoSaveState = true; + } + else if( m_autoSaveTimer->IsRunning() ) + { + wxLogTrace( traceAutoSave, wxT( "Stopping auto save timer." ) ); + m_autoSaveTimer->Stop(); + m_autoSaveState = false; + } + } + + return true; +} + + +bool EDA_BASE_FRAME::Enable( bool enable ) +{ + // so we can do logging of this state change: + +#if defined(DEBUG) + const char* type_id = typeid( *this ).name(); + printf( "wxFrame %-28s: %s\n", type_id, enable ? "enabled" : "disabled" ); +#endif + + return wxFrame::Enable( enable ); +} + + +void EDA_BASE_FRAME::onAutoSaveTimer( wxTimerEvent& aEvent ) +{ + if( !doAutoSave() ) + m_autoSaveTimer->Start( m_autoSaveInterval * 1000, wxTIMER_ONE_SHOT ); +} + + +bool EDA_BASE_FRAME::doAutoSave() +{ + wxCHECK_MSG( false, true, wxT( "Auto save timer function not overridden. Bad programmer!" ) ); +} + + +void EDA_BASE_FRAME::ReCreateMenuBar() +{ +} + + +void EDA_BASE_FRAME::ShowChangedLanguage() +{ + ReCreateMenuBar(); + GetMenuBar()->Refresh(); +} + + +void EDA_BASE_FRAME::LoadSettings( wxConfigBase* aCfg ) +{ + int maximized = 0; + + wxString baseCfgName = ConfigBaseName(); + + wxString text = baseCfgName + wxT( "Pos_x" ); + aCfg->Read( text, &m_FramePos.x ); + + text = baseCfgName + wxT( "Pos_y" ); + aCfg->Read( text, &m_FramePos.y ); + + text = baseCfgName + wxT( "Size_x" ); + aCfg->Read( text, &m_FrameSize.x, 600 ); + + text = baseCfgName + wxT( "Size_y" ); + aCfg->Read( text, &m_FrameSize.y, 400 ); + + text = baseCfgName + wxT( "Maximized" ); + aCfg->Read( text, &maximized, 0 ); + + if( m_hasAutoSave ) + { + text = baseCfgName + entryAutoSaveInterval; + aCfg->Read( text, &m_autoSaveInterval, DEFAULT_AUTO_SAVE_INTERVAL ); + } + + // Ensure the window is on a connected display, and is visible. + // (at least a corner of the frame must be visible on screen) + // Sometimes, if a window was moved on an auxiliary display, and when this + // display is no more available, it is not the case. + wxRect rect( m_FramePos, m_FrameSize ); + + if( wxDisplay::GetFromPoint( rect.GetTopLeft() ) == wxNOT_FOUND && + wxDisplay::GetFromPoint( rect.GetTopRight() ) == wxNOT_FOUND && + wxDisplay::GetFromPoint( rect.GetBottomLeft() ) == wxNOT_FOUND && + wxDisplay::GetFromPoint( rect.GetBottomRight() ) == wxNOT_FOUND ) + { + m_FramePos = wxDefaultPosition; + } + + // Ensure Window title bar is visible +#if defined( __WXMAC__ ) + // for macOSX, the window must be below system (macOSX) toolbar + // Ypos_min = GetMBarHeight(); seems no more exist in new API (subject to change) + int Ypos_min = 20; +#else + int Ypos_min = 0; +#endif + if( m_FramePos.y < Ypos_min ) + m_FramePos.y = Ypos_min; + + if( maximized ) + Maximize(); + + aCfg->Read( baseCfgName + entryPerspective, &m_perspective ); + aCfg->Read( baseCfgName + entryMruPath, &m_mruPath ); +} + + +void EDA_BASE_FRAME::SaveSettings( wxConfigBase* aCfg ) +{ + wxString text; + + if( IsIconized() ) + return; + + wxString baseCfgName = ConfigBaseName(); + + m_FrameSize = GetSize(); + m_FramePos = GetPosition(); + + text = baseCfgName + wxT( "Pos_x" ); + aCfg->Write( text, (long) m_FramePos.x ); + + text = baseCfgName + wxT( "Pos_y" ); + aCfg->Write( text, (long) m_FramePos.y ); + + text = baseCfgName + wxT( "Size_x" ); + aCfg->Write( text, (long) m_FrameSize.x ); + + text = baseCfgName + wxT( "Size_y" ); + aCfg->Write( text, (long) m_FrameSize.y ); + + text = baseCfgName + wxT( "Maximized" ); + aCfg->Write( text, IsMaximized() ); + + if( m_hasAutoSave ) + { + text = baseCfgName + entryAutoSaveInterval; + aCfg->Write( text, m_autoSaveInterval ); + } + + // Once this is fully implemented, wxAuiManager will be used to maintain + // the persistance of the main frame and all it's managed windows and + // all of the legacy frame persistence position code can be removed. + wxString perspective = m_auimgr.SavePerspective(); + + // printf( "perspective(%s): %s\n", + // TO_UTF8( m_FrameName + entryPerspective ), TO_UTF8( perspective ) ); + aCfg->Write( baseCfgName + entryPerspective, perspective ); + aCfg->Write( baseCfgName + entryMruPath, m_mruPath ); +} + + +wxConfigBase* EDA_BASE_FRAME::config() +{ + // KICAD_MANAGER_FRAME overrides this + wxConfigBase* ret = Kiface().KifaceSettings(); + //wxASSERT( ret ); + return ret; +} + + +const SEARCH_STACK& EDA_BASE_FRAME::sys_search() +{ + return Kiface().KifaceSearch(); +} + + +wxString EDA_BASE_FRAME::help_name() +{ + return Kiface().GetHelpFileName(); +} + + +void EDA_BASE_FRAME::PrintMsg( const wxString& text ) +{ + SetStatusText( text ); +} + + +void EDA_BASE_FRAME::UpdateFileHistory( const wxString& FullFileName, + wxFileHistory* aFileHistory ) +{ + wxFileHistory* fileHistory = aFileHistory; + + if( !fileHistory ) + fileHistory = &Kiface().GetFileHistory(); + + fileHistory->AddFileToHistory( FullFileName ); +} + + +wxString EDA_BASE_FRAME::GetFileFromHistory( int cmdId, const wxString& type, + wxFileHistory* aFileHistory ) +{ + wxFileHistory* fileHistory = aFileHistory; + + if( !fileHistory ) + fileHistory = &Kiface().GetFileHistory(); + + int baseId = fileHistory->GetBaseId(); + + wxASSERT( cmdId >= baseId && cmdId < baseId + (int) fileHistory->GetCount() ); + + unsigned i = cmdId - baseId; + + if( i < fileHistory->GetCount() ) + { + wxString fn = fileHistory->GetHistoryFile( i ); + + if( wxFileName::FileExists( fn ) ) + return fn; + else + { + wxString msg = wxString::Format( + wxT( "file '%s' was not found." ), + GetChars( fn ) ); + + wxMessageBox( msg ); + + fileHistory->RemoveFileFromHistory( i ); + } + } + + return wxEmptyString; +} + + +void EDA_BASE_FRAME::GetKicadHelp( wxCommandEvent& event ) +{ + const SEARCH_STACK& search = sys_search(); + + /* We have to get document for beginners, + * or the full specific doc + * if event id is wxID_INDEX, we want the document for beginners. + * else the specific doc file (its name is in Kiface().GetHelpFileName()) + * The document for beginners is the same for all KiCad utilities + */ + if( event.GetId() == wxID_INDEX ) + { + // List of possible names for Getting Started in KiCad + const wxChar* names[2] = { + wxT( "getting_started_in_kicad" ), + wxT( "Getting_Started_in_KiCad" ) + }; + + wxString helpFile; + // Search for "getting_started_in_kicad.html" or "getting_started_in_kicad.pdf" + // or "Getting_Started_in_KiCad.html" or "Getting_Started_in_KiCad.pdf" + for( unsigned ii = 0; ii < DIM( names ); ii++ ) + { + helpFile = SearchHelpFileFullPath( search, names[ii] ); + + if( !helpFile.IsEmpty() ) + break; + } + + if( !helpFile ) + { + wxString msg = wxString::Format( _( + "Html or pdf help file \n'%s'\n or\n'%s' could not be found." ), names[0], names[1] ); + wxMessageBox( msg ); + } + else + { + GetAssociatedDocument( this, helpFile ); + } + + return; + } + + wxString base_name = help_name(); + wxString helpFile = SearchHelpFileFullPath( search, base_name ); + + if( !helpFile ) + { + wxString msg = wxString::Format( _( + "Help file '%s' could not be found." ), + GetChars( base_name ) + ); + wxMessageBox( msg ); + } + else + { + GetAssociatedDocument( this, helpFile ); + } +} + + +void EDA_BASE_FRAME::OnSelectPreferredEditor( wxCommandEvent& event ) +{ + // Ask for the current editor and instruct GetEditorName() to not show + // unless we pass false as argument. + wxString editorname = Pgm().GetEditorName( false ); + + // Ask the user to select a new editor, but suggest the current one as the default. + editorname = Pgm().AskUserForPreferredEditor( editorname ); + + // If we have a new editor name request it to be copied to m_editor_name and saved + // to the preferences file. If the user cancelled the dialog then the previous + // value will be retained. + if( !editorname.IsEmpty() ) + Pgm().SetEditorName( editorname ); +} + + +void EDA_BASE_FRAME::GetKicadAbout( wxCommandEvent& event ) +{ + bool ShowAboutDialog(wxWindow * parent); + ShowAboutDialog( this ); +} + + +void EDA_BASE_FRAME::AddHelpVersionInfoMenuEntry( wxMenu* aMenu ) +{ + wxASSERT( aMenu != NULL ); + + // Copy version string to clipboard for bug report purposes. + AddMenuItem( aMenu, ID_HELP_COPY_VERSION_STRING, + _( "Copy &Version Information" ), + _( "Copy the version string to clipboard to send with bug reports" ), + KiBitmap( copy_button_xpm ) ); +} + + +// This is an enhanced version of the compiler build macro provided by wxWidgets +// in . Please do not make any of these strings translatable. They +// are used for conveying troubleshooting information to developers. + +#if defined(__GXX_ABI_VERSION) + #define __ABI_VERSION ",compiler with C++ ABI " __WX_BO_STRINGIZE(__GXX_ABI_VERSION) +#else + #define __ABI_VERSION ",compiler without C++ ABI " +#endif + +#if defined(__INTEL_COMPILER) + #define __BO_COMPILER ",Intel C++" +#elif defined(__GNUG__) + #define __BO_COMPILER ",GCC " \ + __WX_BO_STRINGIZE(__GNUC__) "." \ + __WX_BO_STRINGIZE(__GNUC_MINOR__) "." \ + __WX_BO_STRINGIZE(__GNUC_PATCHLEVEL__) +#elif defined(__VISUALC__) + #define __BO_COMPILER ",Visual C++" +#elif defined(__BORLANDC__) + #define __BO_COMPILER ",Borland C++" +#elif defined(__DIGITALMARS__) + #define __BO_COMPILER ",DigitalMars" +#elif defined(__WATCOMC__) + #define __BO_COMPILER ",Watcom C++" +#else + #define __BO_COMPILER ",unknown" +#endif + + +static inline const char* KICAD_BUILD_OPTIONS_SIGNATURE() +{ + return +#ifdef __WXDEBUG__ + " (debug," +#else + " (release," +#endif + __WX_BO_UNICODE __ABI_VERSION __BO_COMPILER __WX_BO_STL + __WX_BO_WXWIN_COMPAT_2_8 ")" + ; +} + + +void EDA_BASE_FRAME::CopyVersionInfoToClipboard( wxCommandEvent& event ) +{ + if( !wxTheClipboard->Open() ) + { + wxMessageBox( _( "Could not open clipboard to write version information." ), + _( "Clipboard Error" ), wxOK | wxICON_EXCLAMATION, this ); + return; + } + + wxString msg_version; + wxPlatformInfo info; + + msg_version = wxT( "Application: " ) + Pgm().App().GetAppName() + wxT( "\n" ); + msg_version << wxT( "Version: " ) << GetBuildVersion() +#ifdef DEBUG + << wxT( " debug" ) +#else + << wxT( " release" ) +#endif + << wxT( " build\n" ); + msg_version << wxT( "wxWidgets: Version " ) << FROM_UTF8( wxVERSION_NUM_DOT_STRING ) + << FROM_UTF8( KICAD_BUILD_OPTIONS_SIGNATURE() ) << wxT( "\n" ) + << wxT( "Platform: " ) << wxGetOsDescription() << wxT( ", " ) + << info.GetArchName() << wxT( ", " ) << info.GetEndiannessName() + << wxT( ", " ) << info.GetPortIdName() << wxT( "\n" ); + + // Just in case someone builds KiCad with the platform native of Boost instead of + // the version included with the KiCad source. + msg_version << wxT( "Boost version: " ) << ( BOOST_VERSION / 100000 ) << wxT( "." ) + << ( BOOST_VERSION / 100 % 1000 ) << wxT( "." ) + << ( BOOST_VERSION % 100 ) << wxT( "\n" ); + +#ifdef BUILD_GITHUB_PLUGIN + // Shows the Curl library version in use: + msg_version << "Curl version: " << KICAD_CURL::GetVersion() << "\n"; +#endif + + msg_version << wxT( " USE_WX_GRAPHICS_CONTEXT=" ); +#ifdef USE_WX_GRAPHICS_CONTEXT + msg_version << wxT( "ON\n" ); +#else + msg_version << wxT( "OFF\n" ); +#endif + + msg_version << wxT( " USE_WX_OVERLAY=" ); +#ifdef USE_WX_OVERLAY + msg_version << wxT( "ON\n" ); +#else + msg_version << wxT( "OFF\n" ); +#endif + + msg_version << wxT( " KICAD_SCRIPTING=" ); +#ifdef KICAD_SCRIPTING + msg_version << wxT( "ON\n" ); +#else + msg_version << wxT( "OFF\n" ); +#endif + + msg_version << wxT( " KICAD_SCRIPTING_MODULES=" ); +#ifdef KICAD_SCRIPTING_MODULES + msg_version << wxT( "ON\n" ); +#else + msg_version << wxT( "OFF\n" ); +#endif + + msg_version << wxT( " KICAD_SCRIPTING_WXPYTHON=" ); +#ifdef KICAD_SCRIPTING_WXPYTHON + msg_version << wxT( "ON\n" ); +#else + msg_version << wxT( "OFF\n" ); +#endif + + msg_version << wxT( " USE_FP_LIB_TABLE=HARD_CODED_ON\n" ); + + msg_version << wxT( " BUILD_GITHUB_PLUGIN=" ); +#ifdef BUILD_GITHUB_PLUGIN + msg_version << wxT( "ON\n" ); +#else + msg_version << wxT( "OFF\n" ); +#endif + + wxTheClipboard->SetData( new wxTextDataObject( msg_version ) ); + wxTheClipboard->Close(); + + wxMessageBox( msg_version, _( "Version Information (copied to the clipboard)" ) ); +} + + +bool EDA_BASE_FRAME::IsWritable( const wxFileName& aFileName ) +{ + wxString msg; + wxFileName fn = aFileName; + + // Check for absence of a file path with a file name. Unfortunately KiCad + // uses paths relative to the current project path without the ./ part which + // confuses wxFileName. Making the file name path absolute may be less than + // elegant but it solves the problem. + if( fn.GetPath().IsEmpty() && fn.HasName() ) + fn.MakeAbsolute(); + + wxCHECK_MSG( fn.IsOk(), false, + wxT( "File name object is invalid. Bad programmer!" ) ); + wxCHECK_MSG( !fn.GetPath().IsEmpty(), false, + wxT( "File name object path <" ) + fn.GetFullPath() + + wxT( "> is not set. Bad programmer!" ) ); + + if( fn.IsDir() && !fn.IsDirWritable() ) + { + msg.Printf( _( "You do not have write permissions to folder <%s>." ), + GetChars( fn.GetPath() ) ); + } + else if( !fn.FileExists() && !fn.IsDirWritable() ) + { + msg.Printf( _( "You do not have write permissions to save file <%s> to folder <%s>." ), + GetChars( fn.GetFullName() ), GetChars( fn.GetPath() ) ); + } + else if( fn.FileExists() && !fn.IsFileWritable() ) + { + msg.Printf( _( "You do not have write permissions to save file <%s>." ), + GetChars( fn.GetFullPath() ) ); + } + + if( !msg.IsEmpty() ) + { + wxMessageBox( msg ); + return false; + } + + return true; +} + + +void EDA_BASE_FRAME::CheckForAutoSaveFile( const wxFileName& aFileName, + const wxString& aBackupFileExtension ) +{ + wxCHECK_RET( aFileName.IsOk(), wxT( "Invalid file name!" ) ); + wxCHECK_RET( !aBackupFileExtension.IsEmpty(), wxT( "Invalid backup file extension!" ) ); + + wxFileName autoSaveFileName = aFileName; + + // Check for auto save file. + autoSaveFileName.SetName( AUTOSAVE_PREFIX_FILENAME + aFileName.GetName() ); + + wxLogTrace( traceAutoSave, + wxT( "Checking for auto save file " ) + autoSaveFileName.GetFullPath() ); + + if( !autoSaveFileName.FileExists() ) + return; + + wxString msg = wxString::Format( _( + "Well this is potentially embarrassing!\n" + "It appears that the last time you were editing the file\n" + "'%s'\n" + "it was not saved properly. Do you wish to restore the last saved edits you made?" ), + GetChars( aFileName.GetFullName() ) + ); + + int response = wxMessageBox( msg, Pgm().App().GetAppName(), wxYES_NO | wxICON_QUESTION, this ); + + // Make a backup of the current file, delete the file, and rename the auto save file to + // the file name. + if( response == wxYES ) + { + // Get the backup file name. + wxFileName backupFileName = aFileName; + backupFileName.SetExt( aBackupFileExtension ); + + // If an old backup file exists, delete it. If an old copy of the file exists, rename + // it to the backup file name + if( aFileName.FileExists() ) + { + // Remove the old file backup file. + if( backupFileName.FileExists() ) + wxRemoveFile( backupFileName.GetFullPath() ); + + // Rename the old file to the backup file name. + if( !wxRenameFile( aFileName.GetFullPath(), backupFileName.GetFullPath() ) ) + { + msg.Printf( _( "Could not create backup file <%s>" ), + GetChars( backupFileName.GetFullPath() ) ); + wxMessageBox( msg ); + } + } + + if( !wxRenameFile( autoSaveFileName.GetFullPath(), aFileName.GetFullPath() ) ) + { + wxMessageBox( _( "The auto save file could not be renamed to the board file name." ), + Pgm().App().GetAppName(), wxOK | wxICON_EXCLAMATION, this ); + } + } + else + { + wxLogTrace( traceAutoSave, + wxT( "Removing auto save file " ) + autoSaveFileName.GetFullPath() ); + + // Remove the auto save file when using the previous file as is. + wxRemoveFile( autoSaveFileName.GetFullPath() ); + } +} + diff --git a/common/bezier_curves.cpp b/common/bezier_curves.cpp new file mode 100644 index 0000000..9dc67b6 --- /dev/null +++ b/common/bezier_curves.cpp @@ -0,0 +1,435 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/************************************/ +/* routines to handle bezier curves */ +/************************************/ + +#include +#include + + +#define add_segment(segment) if(s_bezier_Points_Buffer[s_bezier_Points_Buffer.size()-1] != segment) s_bezier_Points_Buffer.push_back(segment); + + +// Local variables: +static std::vector s_bezier_Points_Buffer; + +static int bezier_recursion_limit = 12; +static double bezier_approximation_scale = 0.5; // 1 + +static double bezier_curve_collinearity_epsilon = 1e-30; +static double bezier_curve_angle_tolerance_epsilon = 0.0001; +static double bezier_distance_tolerance_square; // derived by approximation_scale +static double bezier_angle_tolerance = 0.0; +static double bezier_cusp_limit = 0.0; + +// Local functions: +static void recursive_bezier( int x1, int y1, int x2, int y2, int x3, int y3, int level ); +static void recursive_bezier( int x1, + int y1, + int x2, + int y2, + int x3, + int y3, + int x4, + int y4, + int level ); + +/***********************************************************************************/ + + +std::vector Bezier2Poly( wxPoint c1, wxPoint c2, wxPoint c3, wxPoint c4 ) +{ + return Bezier2Poly( c1.x, c1.y, c2.x, c2.y, c3.x, c3.y, c4.x, c4.y ); +} + + +std::vector Bezier2Poly( wxPoint c1, wxPoint c2, wxPoint c3 ) +{ + return Bezier2Poly( c1.x, c1.y, c2.x, c2.y, c3.x, c3.y ); +} + + +inline double calc_sq_distance( int x1, int y1, int x2, int y2 ) +{ + int dx = x2 - x1; + int dy = y2 - y1; + + return (double)dx * dx + (double)dy * dy; +} + +inline double sqrt_len( int dx, int dy ) +{ + return ((double)dx * dx) + ((double)dy * dy); +} + + +std::vector Bezier2Poly( int x1, int y1, int x2, int y2, int x3, int y3 ) +{ + s_bezier_Points_Buffer.clear(); + + bezier_distance_tolerance_square = 0.5 / bezier_approximation_scale; + bezier_distance_tolerance_square *= bezier_distance_tolerance_square; + s_bezier_Points_Buffer.push_back( wxPoint( x1, y1 ) ); + recursive_bezier( x1, y1, x2, y2, x3, y3, 0 ); + s_bezier_Points_Buffer.push_back( wxPoint( x3, y3 ) ); + + wxLogDebug( wxT( "Bezier Conversion - End (%d vertex)" ), s_bezier_Points_Buffer.size() ); + return s_bezier_Points_Buffer; +} + + +std::vector Bezier2Poly( int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4 ) +{ + s_bezier_Points_Buffer.clear(); + bezier_distance_tolerance_square = 0.5 / bezier_approximation_scale; + bezier_distance_tolerance_square *= bezier_distance_tolerance_square; + + s_bezier_Points_Buffer.push_back( wxPoint( x1, y1 ) ); + recursive_bezier( x1, y1, x2, y2, x3, y3, x4, y4, 0 ); + s_bezier_Points_Buffer.push_back( wxPoint( x4, y4 ) ); + wxLogDebug( wxT( "Bezier Conversion - End (%d vertex)" ), s_bezier_Points_Buffer.size() ); + return s_bezier_Points_Buffer; +} + + +void recursive_bezier( int x1, int y1, int x2, int y2, int x3, int y3, int level ) +{ + if( abs( level ) > bezier_recursion_limit ) + { + return; + } + + // Calculate all the mid-points of the line segments + //---------------------- + int x12 = (x1 + x2) / 2; + int y12 = (y1 + y2) / 2; + int x23 = (x2 + x3) / 2; + int y23 = (y2 + y3) / 2; + int x123 = (x12 + x23) / 2; + int y123 = (y12 + y23) / 2; + + int dx = x3 - x1; + int dy = y3 - y1; + double d = fabs( ((double) (x2 - x3) * dy) - ((double) (y2 - y3) * dx ) ); + double da; + + if( d > bezier_curve_collinearity_epsilon ) + { + // Regular case + //----------------- + if( d * d <= bezier_distance_tolerance_square * (dx * dx + dy * dy) ) + { + // If the curvature doesn't exceed the distance_tolerance value + // we tend to finish subdivisions. + //---------------------- + if( bezier_angle_tolerance < bezier_curve_angle_tolerance_epsilon ) + { + add_segment( wxPoint( x123, y123 ) ); + return; + } + + // Angle & Cusp Condition + //---------------------- + da = fabs( atan2( (double) ( y3 - y2 ), (double) ( x3 - x2 ) ) - + atan2( (double) ( y2 - y1 ), (double) ( x2 - x1 ) ) ); + if( da >=M_PI ) + da = 2 * M_PI - da; + + if( da < bezier_angle_tolerance ) + { + // Finally we can stop the recursion + //---------------------- + add_segment( wxPoint( x123, y123 ) ); + return; + } + } + } + else + { + // Collinear case + //------------------ + da = sqrt_len(dx, dy); + if( da == 0 ) + { + d = calc_sq_distance( x1, y1, x2, y2 ); + } + else + { + d = ( (double)(x2 - x1) * dx + (double)(y2 - y1) * dy ) / da; + if( d > 0 && d < 1 ) + { + // Simple collinear case, 1---2---3 + // We can leave just two endpoints + return; + } + if( d <= 0 ) + d = calc_sq_distance( x2, y2, x1, y1 ); + else if( d >= 1 ) + d = calc_sq_distance( x2, y2, x3, y3 ); + else + d = calc_sq_distance( x2, y2, x1 + (int) d * dx, + y1 + (int) d * dy ); + } + if( d < bezier_distance_tolerance_square ) + { + add_segment( wxPoint( x2, y2 ) ); + return; + } + } + + // Continue subdivision + //---------------------- + recursive_bezier( x1, y1, x12, y12, x123, y123, level + 1 ); + recursive_bezier( x123, y123, x23, y23, x3, y3, -(level + 1) ); +} + + +void recursive_bezier( int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, int level ) +{ + if( abs( level ) > bezier_recursion_limit ) + { + return; + } + + // Calculate all the mid-points of the line segments + //---------------------- + int x12 = (x1 + x2) / 2; + int y12 = (y1 + y2) / 2; + int x23 = (x2 + x3) / 2; + int y23 = (y2 + y3) / 2; + int x34 = (x3 + x4) / 2; + int y34 = (y3 + y4) / 2; + int x123 = (x12 + x23) / 2; + int y123 = (y12 + y23) / 2; + int x234 = (x23 + x34) / 2; + int y234 = (y23 + y34) / 2; + int x1234 = (x123 + x234) / 2; + int y1234 = (y123 + y234) / 2; + + + // Try to approximate the full cubic curve by a single straight line + //------------------ + int dx = x4 - x1; + int dy = y4 - y1; + + double d2 = fabs( (double) ( (x2 - x4) * dy - (y2 - y4) * dx ) ); + double d3 = fabs( (double) ( (x3 - x4) * dy - (y3 - y4) * dx ) ); + double da1, da2, k; + + switch( (int(d2 > bezier_curve_collinearity_epsilon) << 1) + + int(d3 > bezier_curve_collinearity_epsilon) ) + { + case 0: + + // All collinear OR p1==p4 + //---------------------- + k = dx * dx + dy * dy; + if( k == 0 ) + { + d2 = calc_sq_distance( x1, y1, x2, y2 ); + d3 = calc_sq_distance( x4, y4, x3, y3 ); + } + else + { + k = 1 / k; + da1 = x2 - x1; + da2 = y2 - y1; + d2 = k * (da1 * dx + da2 * dy); + da1 = x3 - x1; + da2 = y3 - y1; + d3 = k * (da1 * dx + da2 * dy); + if( d2 > 0 && d2 < 1 && d3 > 0 && d3 < 1 ) + { + // Simple collinear case, 1---2---3---4 + // We can leave just two endpoints + return; + } + if( d2 <= 0 ) + d2 = calc_sq_distance( x2, y2, x1, y1 ); + else if( d2 >= 1 ) + d2 = calc_sq_distance( x2, y2, x4, y4 ); + else + d2 = calc_sq_distance( x2, y2, x1 + (int) d2 * dx, + y1 + (int) d2 * dy ); + + if( d3 <= 0 ) + d3 = calc_sq_distance( x3, y3, x1, y1 ); + else if( d3 >= 1 ) + d3 = calc_sq_distance( x3, y3, x4, y4 ); + else + d3 = calc_sq_distance( x3, y3, x1 + (int) d3 * dx, + y1 + (int) d3 * dy ); + } + if( d2 > d3 ) + { + if( d2 < bezier_distance_tolerance_square ) + { + add_segment( wxPoint( x2, y2 ) ); + return; + } + } + else + { + if( d3 < bezier_distance_tolerance_square ) + { + add_segment( wxPoint( x3, y3 ) ); + return; + } + } + break; + + case 1: + + // p1,p2,p4 are collinear, p3 is significant + //---------------------- + if( d3 * d3 <= bezier_distance_tolerance_square * sqrt_len(dx, dy) ) + { + if( bezier_angle_tolerance < bezier_curve_angle_tolerance_epsilon ) + { + add_segment( wxPoint( x23, y23 ) ); + return; + } + + // Angle Condition + //---------------------- + da1 = fabs( atan2( (double) ( y4 - y3 ), (double) ( x4 - x3 ) ) - + atan2( (double) ( y3 - y2 ), (double) ( x3 - x2 ) ) ); + if( da1 >= M_PI ) + da1 = 2 * M_PI - da1; + + if( da1 < bezier_angle_tolerance ) + { + add_segment( wxPoint( x2, y2 ) ); + add_segment( wxPoint( x3, y3 ) ); + return; + } + + if( bezier_cusp_limit != 0.0 ) + { + if( da1 > bezier_cusp_limit ) + { + add_segment( wxPoint( x3, y3 ) ); + return; + } + } + } + break; + + case 2: + + // p1,p3,p4 are collinear, p2 is significant + //---------------------- + if( d2 * d2 <= bezier_distance_tolerance_square * sqrt_len(dx, dy) ) + { + if( bezier_angle_tolerance < bezier_curve_angle_tolerance_epsilon ) + { + add_segment( wxPoint( x23, y23 ) ); + return; + } + + // Angle Condition + //---------------------- + da1 = fabs( atan2( (double) ( y3 - y2 ), (double) ( x3 - x2 ) ) - + atan2( (double) ( y2 - y1 ), (double) ( x2 - x1 ) ) ); + if( da1 >= M_PI ) + da1 = 2 * M_PI - da1; + + if( da1 < bezier_angle_tolerance ) + { + add_segment( wxPoint( x2, y2 ) ); + add_segment( wxPoint( x3, y3 ) ); + return; + } + + if( bezier_cusp_limit != 0.0 ) + { + if( da1 > bezier_cusp_limit ) + { + add_segment( wxPoint( x2, y2 ) ); + return; + } + } + } + break; + + case 3: + + // Regular case + //----------------- + if( (d2 + d3) * (d2 + d3) <= bezier_distance_tolerance_square * sqrt_len(dx, dy) ) + { + // If the curvature doesn't exceed the distance_tolerance value + // we tend to finish subdivisions. + //---------------------- + if( bezier_angle_tolerance < bezier_curve_angle_tolerance_epsilon ) + { + add_segment( wxPoint( x23, y23 ) ); + return; + } + + // Angle & Cusp Condition + //---------------------- + k = atan2( (double) ( y3 - y2 ), (double) ( x3 - x2 ) ); + da1 = fabs( k - atan2( (double) ( y2 - y1 ), + (double) ( x2 - x1 ) ) ); + da2 = fabs( atan2( (double) ( y4 - y3 ), + (double) ( x4 - x3 ) ) - k ); + if( da1 >= M_PI ) + da1 = 2 * M_PI - da1; + if( da2 >= M_PI ) + da2 = 2 * M_PI - da2; + + if( da1 + da2 < bezier_angle_tolerance ) + { + // Finally we can stop the recursion + //---------------------- + add_segment( wxPoint( x23, y23 ) ); + return; + } + + if( bezier_cusp_limit != 0.0 ) + { + if( da1 > bezier_cusp_limit ) + { + add_segment( wxPoint( x2, y2 ) ); + return; + } + + if( da2 > bezier_cusp_limit ) + { + add_segment( wxPoint( x3, y3 ) ); + return; + } + } + } + break; + } + + // Continue subdivision + //---------------------- + recursive_bezier( x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1 ); + recursive_bezier( x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1 ); +} diff --git a/common/bin_mod.cpp b/common/bin_mod.cpp new file mode 100644 index 0000000..af3370d --- /dev/null +++ b/common/bin_mod.cpp @@ -0,0 +1,72 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 CERN + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + + +BIN_MOD::BIN_MOD( const char* aName ) : + m_name( aName ), + m_config( 0 ) +{ +} + + +void BIN_MOD::Init() +{ + // do an OS specific wxConfig instantiation, using the bin_mod (EXE/DLL/DSO) name. + m_config = GetNewConfig( wxString::FromUTF8( m_name ) ); + + m_history.Load( *m_config ); + + // Prepare On Line Help. Use only lower case for help file names, in order to + // avoid problems with upper/lower case file names under windows and unix. + // Help files are now using html format. + // Old help files used pdf format. + // so when searching a help file, the .html file will be searched, + // and if not found, the .pdf file will be searched. + m_help_file = wxString::FromUTF8( m_name ); // no ext given. can be .html or .pdf +} + + +void BIN_MOD::End() +{ + if( m_config ) + { + m_history.Save( *m_config ); + + // Deleting a wxConfigBase writes its contents to disk if changed. + // Might be NULL if called twice, in which case nothing happens. + delete m_config; + m_config = 0; + } +} + + +BIN_MOD::~BIN_MOD() +{ + End(); +} + diff --git a/common/bitmap.cpp b/common/bitmap.cpp new file mode 100644 index 0000000..25cb8ad --- /dev/null +++ b/common/bitmap.cpp @@ -0,0 +1,45 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2011 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2011 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include + +#include + + +wxBitmap KiBitmap( BITMAP_DEF aBitmap ) +{ + wxMemoryInputStream is( aBitmap->png, aBitmap->byteCount ); + + return wxBitmap( wxImage( is, wxBITMAP_TYPE_PNG, -1 ), -1 ); +} + +wxBitmap* KiBitmapNew( BITMAP_DEF aBitmap ) +{ + wxMemoryInputStream is( aBitmap->png, aBitmap->byteCount ); + + return new wxBitmap( wxImage( is, wxBITMAP_TYPE_PNG, -1 ), -1 ); +} diff --git a/common/block_commande.cpp b/common/block_commande.cpp new file mode 100644 index 0000000..e313eb4 --- /dev/null +++ b/common/block_commande.cpp @@ -0,0 +1,233 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2004-2011 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file block_commande.cpp + * @brief Common routines for managing on block commands. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +BLOCK_SELECTOR::BLOCK_SELECTOR() : + EDA_RECT() +{ + m_state = STATE_NO_BLOCK; // State (enum BLOCK_STATE_T) of block. + m_command = BLOCK_IDLE; // Type (enum BLOCK_COMMAND_T) of operation. + m_color = BROWN; +} + + +BLOCK_SELECTOR::~BLOCK_SELECTOR() +{ +} + + +void BLOCK_SELECTOR::SetMessageBlock( EDA_DRAW_FRAME* frame ) +{ + wxString msg; + + switch( m_command ) + { + case BLOCK_IDLE: + break; + + case BLOCK_MOVE: // Move + case BLOCK_PRESELECT_MOVE: // Move with preselection list + case BLOCK_MOVE_EXACT: + msg = _( "Block Move" ); + break; + + case BLOCK_DRAG: // Drag + msg = _( "Block Drag" ); + break; + + case BLOCK_DRAG_ITEM: // Drag + msg = _( "Drag item" ); + break; + + case BLOCK_COPY: // Copy + msg = _( "Block Copy" ); + break; + + case BLOCK_DELETE: // Delete + msg = _( "Block Delete" ); + break; + + case BLOCK_SAVE: // Save + msg = _( "Block Save" ); + break; + + case BLOCK_PASTE: + msg = _( "Block Paste" ); + break; + + case BLOCK_ZOOM: // Window Zoom + msg = _( "Win Zoom" ); + break; + + case BLOCK_ROTATE: // Rotate 90 deg + msg = _( "Block Rotate" ); + break; + + case BLOCK_FLIP: // Flip + msg = _( "Block Flip" ); + break; + + case BLOCK_MIRROR_X: + case BLOCK_MIRROR_Y: // mirror + msg = _( "Block Mirror" ); + break; + + case BLOCK_ABORT: + break; + + default: + msg = wxT( "???" ); + break; + } + + frame->DisplayToolMsg( msg ); +} + + +void BLOCK_SELECTOR::Draw( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aOffset, + GR_DRAWMODE aDrawMode, EDA_COLOR_T aColor ) +{ + if( !aDC ) + return; + + int w = GetWidth(); + int h = GetHeight(); + + GRSetDrawMode( aDC, aDrawMode ); + + if( w == 0 || h == 0 ) + GRLine( aPanel->GetClipBox(), aDC, GetX() + aOffset.x, GetY() + aOffset.y, + GetRight() + aOffset.x, GetBottom() + aOffset.y, 0, aColor ); + else + GRRect( aPanel->GetClipBox(), aDC, GetX() + aOffset.x, GetY() + aOffset.y, + GetRight() + aOffset.x, GetBottom() + aOffset.y, 0, aColor ); +} + + +void BLOCK_SELECTOR::InitData( EDA_DRAW_PANEL* aPanel, const wxPoint& startpos ) +{ + m_state = STATE_BLOCK_INIT; + SetOrigin( startpos ); + SetSize( wxSize( 0, 0 ) ); + m_items.ClearItemsList(); + aPanel->SetMouseCapture( DrawAndSizingBlockOutlines, AbortBlockCurrentCommand ); +} + + +void BLOCK_SELECTOR::ClearItemsList() +{ + m_items.ClearItemsList(); +} + + +void BLOCK_SELECTOR::ClearListAndDeleteItems() +{ + m_items.ClearListAndDeleteItems(); +} + + +void BLOCK_SELECTOR::PushItem( ITEM_PICKER& aItem ) +{ + m_items.PushItem( aItem ); +} + + +void BLOCK_SELECTOR::Clear() +{ + if( m_command != BLOCK_IDLE ) + { + m_command = BLOCK_IDLE; + m_state = STATE_NO_BLOCK; + ClearItemsList(); + } +} + + +void DrawAndSizingBlockOutlines( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPosition, + bool aErase ) +{ + BLOCK_SELECTOR* block; + + block = &aPanel->GetScreen()->m_BlockLocate; + + block->SetMoveVector( wxPoint( 0, 0 ) ); + + if( aErase && aDC ) + block->Draw( aPanel, aDC, wxPoint( 0, 0 ), g_XorMode, block->GetColor() ); + + block->SetLastCursorPosition( aPanel->GetParent()->GetCrossHairPosition() ); + block->SetEnd( aPanel->GetParent()->GetCrossHairPosition() ); + + if( aDC ) + block->Draw( aPanel, aDC, wxPoint( 0, 0 ), g_XorMode, block->GetColor() ); + + if( block->GetState() == STATE_BLOCK_INIT ) + { + if( block->GetWidth() || block->GetHeight() ) + // 2nd point exists: the rectangle is not surface anywhere + block->SetState( STATE_BLOCK_END ); + } +} + + +void AbortBlockCurrentCommand( EDA_DRAW_PANEL* aPanel, wxDC* aDC ) +{ + BASE_SCREEN* screen = aPanel->GetScreen(); + + if( aPanel->IsMouseCaptured() ) // Erase current drawing on screen + { + // Clear block outline. + aPanel->CallMouseCapture( aDC, wxDefaultPosition, false ); + aPanel->SetMouseCapture( NULL, NULL ); + screen->SetCurItem( NULL ); + + // Delete the picked wrapper if this is a picked list. + if( screen->m_BlockLocate.GetCommand() != BLOCK_PASTE ) + screen->m_BlockLocate.ClearItemsList(); + } + + screen->m_BlockLocate.SetState( STATE_NO_BLOCK ); + screen->m_BlockLocate.SetCommand( BLOCK_ABORT ); + aPanel->GetParent()->HandleBlockEnd( aDC ); + + screen->m_BlockLocate.SetCommand( BLOCK_IDLE ); + aPanel->GetParent()->DisplayToolMsg( wxEmptyString ); + aPanel->SetCursor( (wxStockCursor) aPanel->GetCurrentCursor() ); +} diff --git a/common/build_version.cpp b/common/build_version.cpp new file mode 100644 index 0000000..bb30861 --- /dev/null +++ b/common/build_version.cpp @@ -0,0 +1,45 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2015-2016 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +// Date for KiCad build version +#include + +// The include file version.h is always created even if the repo version cannot be +// determined. In this case KICAD_BUILD_VERSION will default to "no-bzr". +#include + + +/** + * Function GetBuildVersion + * Return the build version string. + */ +wxString GetBuildVersion() +{ + wxString msg = wxString::Format( + wxT( "%s" ), + wxT( KICAD_VERSION_FULL ) + ); + + return msg; +} diff --git a/common/class_bitmap_base.cpp b/common/class_bitmap_base.cpp new file mode 100644 index 0000000..9c118a1 --- /dev/null +++ b/common/class_bitmap_base.cpp @@ -0,0 +1,300 @@ +/** + * @file class_bitmap_base.cpp + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2011 jean-pierre.charras + * Copyright (C) 2011-2016 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include "fctsys.h" +#include "gr_basic.h" +#include "macros.h" +#include "class_drawpanel.h" +#include "trigo.h" +#include "common.h" +#include "richio.h" +#include "plot_common.h" + +#include "class_bitmap_base.h" + +#include + + +/**********************/ +/* class BITMAP_BASE */ +/**********************/ + +BITMAP_BASE::BITMAP_BASE( const wxPoint& pos ) +{ + m_Scale = 1.0; // 1.0 = original bitmap size + m_bitmap = NULL; + m_image = NULL; + m_ppi = 300; // the bitmap definition. the default is 300PPI + m_pixelScaleFactor = 1000.0 / m_ppi; // a value OK for bitmaps using 300 PPI + // for Eeschema which uses currently 1000PPI +} + + +BITMAP_BASE::BITMAP_BASE( const BITMAP_BASE& aSchBitmap ) +{ + m_Scale = aSchBitmap.m_Scale; + m_ppi = aSchBitmap.m_ppi; + m_pixelScaleFactor = aSchBitmap.m_pixelScaleFactor; + m_image = new wxImage( *aSchBitmap.m_image ); + m_bitmap = new wxBitmap( *m_image ); +} + + +/** + * Function ImportData + * Copy aItem image to me and update m_bitmap + */ +void BITMAP_BASE::ImportData( BITMAP_BASE* aItem ) +{ + *m_image = *aItem->m_image; + *m_bitmap = *aItem->m_bitmap; + m_Scale = aItem->m_Scale; + m_ppi = aItem->m_ppi; + m_pixelScaleFactor = aItem->m_pixelScaleFactor; +} + + +bool BITMAP_BASE::ReadImageFile( const wxString& aFullFilename ) +{ + wxImage* new_image = new wxImage(); + + if( !new_image->LoadFile( aFullFilename ) ) + { + delete new_image; + return false; + } + + delete m_image; + m_image = new_image; + m_bitmap = new wxBitmap( *m_image ); + + return true; +} + + +bool BITMAP_BASE::SaveData( FILE* aFile ) const +{ + if( m_image ) + { + wxMemoryOutputStream stream; + m_image->SaveFile( stream, wxBITMAP_TYPE_PNG ); + + // Write binary data in hexadecimal form (ASCII) + wxStreamBuffer* buffer = stream.GetOutputStreamBuffer(); + char* begin = (char*) buffer->GetBufferStart(); + + for( int ii = 0; begin < buffer->GetBufferEnd(); begin++, ii++ ) + { + if( ii >= 32 ) + { + ii = 0; + + if( fprintf( aFile, "\n" ) == EOF ) + return false; + } + + if( fprintf( aFile, "%2.2X ", *begin & 0xFF ) == EOF ) + return false; + } + } + + return true; +} + + +void BITMAP_BASE::SaveData( wxArrayString& aPngStrings ) const +{ + if( m_image ) + { + wxMemoryOutputStream stream; + m_image->SaveFile( stream, wxBITMAP_TYPE_PNG ); + + // Write binary data in hexadecimal form (ASCII) + wxStreamBuffer* buffer = stream.GetOutputStreamBuffer(); + char* begin = (char*) buffer->GetBufferStart(); + wxString line; + + for( int ii = 0; begin < buffer->GetBufferEnd(); begin++, ii++ ) + { + if( ii >= 32 ) + { + ii = 0; + aPngStrings.Add( line ); + line.Empty(); + } + + line << wxString::Format( wxT( "%2.2X " ), *begin & 0xFF ); + } + + // Add last line: + if( !line.IsEmpty() ) + aPngStrings.Add( line ); + } +} + + +bool BITMAP_BASE::LoadData( LINE_READER& aLine, wxString& aErrorMsg ) +{ + wxMemoryOutputStream stream; + char* line; + + while( true ) + { + if( !aLine.ReadLine() ) + { + aErrorMsg = wxT("Unexpected end of data"); + return false; + } + + line = aLine.Line(); + + if( strnicmp( line, "EndData", 4 ) == 0 ) + { + // all the PNG date is read. + // We expect here m_image and m_bitmap are void + m_image = new wxImage(); + wxMemoryInputStream istream( stream ); + m_image->LoadFile( istream, wxBITMAP_TYPE_PNG ); + m_bitmap = new wxBitmap( *m_image ); + break; + } + + // Read PNG data, stored in hexadecimal, + // each byte = 2 hexadecimal digits and a space between 2 bytes + // and put it in memory stream buffer + int len = strlen( line ); + for( ; len > 0; len -= 3, line += 3 ) + { + int value = 0; + if( sscanf( line, "%X", &value ) == 1 ) + stream.PutC( (char) value ); + else + break; + } + } + + return true; +} + + +const EDA_RECT BITMAP_BASE::GetBoundingBox() const +{ + EDA_RECT rect; + + wxSize size = GetSize(); + + rect.Inflate( size.x / 2, size.y / 2 ); + + return rect; +} + + +void BITMAP_BASE::DrawBitmap( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPos ) +{ + if( m_bitmap == NULL ) + return; + + wxPoint pos = aPos; + wxSize size = GetSize(); + + // This fixes a bug in OSX that should be fixed in the 3.0.3 version or later. + // See: http://trac.wxwidgets.org/ticket/16329 for more information. + if( ( size.x == 0 ) || ( size.y == 0 ) ) + return; + + // To draw the bitmap, pos is the upper left corner position + pos.x -= size.x / 2; + pos.y -= size.y / 2; + + double scale; + int logicalOriginX, logicalOriginY; + aDC->GetUserScale( &scale, &scale ); + aDC->GetLogicalOrigin( &logicalOriginX, &logicalOriginY ); + aDC->SetUserScale( scale * GetScalingFactor(), scale * GetScalingFactor() ); + aDC->SetLogicalOrigin( logicalOriginX / GetScalingFactor(), + logicalOriginY / GetScalingFactor() ); + aDC->DrawBitmap( *m_bitmap, + KiROUND( pos.x / GetScalingFactor() ), + KiROUND( pos.y / GetScalingFactor() ), + true ); + aDC->SetUserScale( scale, scale ); + aDC->SetLogicalOrigin( logicalOriginX, logicalOriginY ); +} + + +wxSize BITMAP_BASE::GetSize() const +{ + wxSize size; + + if( m_bitmap ) + { + size.x = m_bitmap->GetWidth(); + size.y = m_bitmap->GetHeight(); + + size.x = KiROUND( size.x * GetScalingFactor() ); + size.y = KiROUND( size.y * GetScalingFactor() ); + } + + return size; +} + + +void BITMAP_BASE::Mirror( bool aVertically ) +{ + if( m_image ) + { + *m_image = m_image->Mirror( not aVertically ); + RebuildBitmap(); + } +} + + +void BITMAP_BASE::Rotate( bool aRotateCCW ) +{ + if( m_image ) + { + *m_image = m_image->Rotate90( aRotateCCW ); + RebuildBitmap(); + } +} + + +void BITMAP_BASE::PlotImage( PLOTTER* aPlotter, + const wxPoint& aPos, + EDA_COLOR_T aDefaultColor, + int aDefaultPensize ) +{ + if( m_image == NULL ) + return; + + // These 2 lines are useful only for plotters that cannot plot a bitmap + // and plot a rectangle instead of. + aPlotter->SetColor( aDefaultColor ); + aPlotter->SetCurrentLineWidth( aDefaultPensize ); + aPlotter->PlotImage( *m_image, aPos, GetScalingFactor() ); +} diff --git a/common/class_colors_design_settings.cpp b/common/class_colors_design_settings.cpp new file mode 100644 index 0000000..dbdd6ac --- /dev/null +++ b/common/class_colors_design_settings.cpp @@ -0,0 +1,156 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_colors_design_settings.cpp + * @brief Handle colors used to draw all items or layers. + */ +#include +#include +#include + +#include + +/* Class for handle list of color settings for designs + * in Eeschema, Pcbnew and GerbView + */ + +/* Initial colors values: optimized for Pcbnew 64 layers. + * The table is not actually used by Eeschema. + * these values are superseded by config reading + */ +static const EDA_COLOR_T default_layer_color[] = { + RED, YELLOW, LIGHTMAGENTA, LIGHTRED, + CYAN, GREEN, BLUE, DARKGRAY, + MAGENTA, LIGHTGRAY, MAGENTA, RED, + BROWN, LIGHTGRAY, BLUE, GREEN, + + RED, YELLOW, LIGHTMAGENTA, LIGHTRED, + CYAN, GREEN, BLUE, DARKGRAY, + MAGENTA, LIGHTGRAY, MAGENTA, RED, + BROWN, LIGHTGRAY, BLUE, GREEN, + + BLUE, MAGENTA, + LIGHTCYAN, RED, + MAGENTA, CYAN, + BROWN, MAGENTA, + LIGHTGRAY, + BLUE, + GREEN, YELLOW, + YELLOW, + LIGHTMAGENTA, + YELLOW, + DARKGRAY +}; + + +static const EDA_COLOR_T default_items_color[] = { + LIGHTGRAY, // unused + CYAN, // VIA_MICROVIA_VISIBLE + BROWN, // VIA_BBLIND_VISIBLE + LIGHTGRAY, // VIA_THROUGH_VISIBLE + YELLOW, // NON_PLATED_VISIBLE + LIGHTGRAY, // MOD_TEXT_FR_VISIBLE + BLUE, // MOD_TEXT_BK_VISIBLE + DARKGRAY, // MOD_TEXT_INVISIBLE + BLUE, // ANCHOR_VISIBLE + RED, // PAD_FR_VISIBLE + GREEN, // PAD_BK_VISIBLE + LIGHTGRAY, // RATSNEST_VISIBLE + DARKGRAY, // GRID_VISIBLE + LIGHTRED, LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, + LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, + LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, + LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, LIGHTGRAY, + LIGHTGRAY, LIGHTGRAY, LIGHTGRAY +}; + + +COLORS_DESIGN_SETTINGS::COLORS_DESIGN_SETTINGS() +{ + for( unsigned src = 0, dst = 0; dst < DIM(m_LayersColors); ++dst ) + { + m_LayersColors[dst] = default_layer_color[src++]; + + if( src >= DIM( default_layer_color ) ) + src = 0; // wrap the source. + } + + for( unsigned src = 0, dst = 0; dst < DIM(m_ItemsColors); ++dst ) + { + m_ItemsColors[dst] = default_items_color[src++]; + + if( src >= DIM( default_items_color ) ) + src = 0; + } +} + + +EDA_COLOR_T COLORS_DESIGN_SETTINGS::GetLayerColor( LAYER_NUM aLayer ) const +{ + if( (unsigned) aLayer < DIM(m_LayersColors) ) + { + return m_LayersColors[aLayer]; + } + return UNSPECIFIED_COLOR; +} + + +void COLORS_DESIGN_SETTINGS::SetLayerColor( LAYER_NUM aLayer, EDA_COLOR_T aColor ) +{ + if( (unsigned) aLayer < DIM(m_LayersColors) ) + { + m_LayersColors[aLayer] = aColor; + } +} + + +EDA_COLOR_T COLORS_DESIGN_SETTINGS::GetItemColor( int aItemIdx ) const +{ + if( (unsigned) aItemIdx < DIM( m_ItemsColors ) ) + { + return m_ItemsColors[aItemIdx]; + } + + return UNSPECIFIED_COLOR; +} + + +void COLORS_DESIGN_SETTINGS::SetItemColor( int aItemIdx, EDA_COLOR_T aColor ) +{ + if( (unsigned) aItemIdx < DIM(m_ItemsColors) ) + { + m_ItemsColors[aItemIdx] = aColor; + } +} + + +void COLORS_DESIGN_SETTINGS::SetAllColorsAs( EDA_COLOR_T aColor ) +{ + for( unsigned ii = 0; ii < DIM(m_LayersColors); ii++ ) + m_LayersColors[ii] = aColor; + + for( unsigned ii = 0; ii < DIM(m_ItemsColors); ii++ ) + m_ItemsColors[ii] = aColor; +} diff --git a/common/class_layer_box_selector.cpp b/common/class_layer_box_selector.cpp new file mode 100644 index 0000000..ad2df99 --- /dev/null +++ b/common/class_layer_box_selector.cpp @@ -0,0 +1,149 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include + +#include +#include +#include + +#include + + +LAYER_SELECTOR::LAYER_SELECTOR() +{ + m_layerhotkeys = true; + m_hotkeys = NULL; +} + + +bool LAYER_SELECTOR::SetLayersHotkeys( bool value ) +{ + m_layerhotkeys = value; + return m_layerhotkeys; +} + + +void LAYER_SELECTOR::SetBitmapLayer( wxBitmap& aLayerbmp, LAYER_NUM aLayer ) +{ + wxMemoryDC bmpDC; + wxBrush brush; + + // Prepare Bitmap + bmpDC.SelectObject( aLayerbmp ); + brush.SetColour( MakeColour( GetLayerColor( aLayer ) ) ); + brush.SetStyle( wxBRUSHSTYLE_SOLID ); + + bmpDC.SetBrush( brush ); + bmpDC.DrawRectangle( 0, 0, aLayerbmp.GetWidth(), aLayerbmp.GetHeight() ); + bmpDC.SetBrush( *wxTRANSPARENT_BRUSH ); + bmpDC.SetPen( *wxBLACK_PEN ); + bmpDC.DrawRectangle( 0, 0, aLayerbmp.GetWidth(), aLayerbmp.GetHeight() ); +} + +/* class to display a layer list in a wxBitmapComboBox. + */ +LAYER_BOX_SELECTOR::LAYER_BOX_SELECTOR( wxWindow* parent, wxWindowID id, + const wxPoint& pos, const wxSize& size, + int n, const wxString choices[] ) : + wxBitmapComboBox( parent, id, wxEmptyString, pos, size, n, choices, wxCB_READONLY ), + LAYER_SELECTOR() +{ + m_hotkeys = NULL; + + if( choices != NULL ) + ResyncBitmapOnly(); +} + + +LAYER_BOX_SELECTOR::LAYER_BOX_SELECTOR( wxWindow* parent, wxWindowID id, + const wxPoint& pos, const wxSize& size, + const wxArrayString& choices ) : + wxBitmapComboBox( parent, id, wxEmptyString, pos, size, choices, wxCB_READONLY ), + LAYER_SELECTOR() +{ + m_hotkeys = NULL; + + if( !choices.IsEmpty() ) + ResyncBitmapOnly(); +} + + +// Get Current Item # +int LAYER_BOX_SELECTOR::GetChoice() +{ + return GetSelection(); +} + + +// Get Current Layer +LAYER_NUM LAYER_BOX_SELECTOR::GetLayerSelection() const +{ + if( GetSelection() < 0 ) + return UNDEFINED_LAYER; + + return (LAYER_NUM)(intptr_t) GetClientData( GetSelection() ); +} + + +// Set Layer # +int LAYER_BOX_SELECTOR::SetLayerSelection( LAYER_NUM layer ) +{ + int elements = GetCount(); + + for( int i = 0; i < elements; i++ ) + { + if( GetClientData( i ) == (void*)(intptr_t) layer ) + { + if( GetSelection() != i ) // Element (i) is not selected + { + SetSelection( i ); + return i; + } + else + return i; //If element already selected; do nothing + } + } + + // Not Found + SetSelection( -1 ); + return -1; +} + + +void LAYER_BOX_SELECTOR::ResyncBitmapOnly() +{ + int elements = GetCount(); + + for( LAYER_NUM i = 0; i < elements; ++i ) + { + wxBitmap layerbmp( 14, 14 ); + SetBitmapLayer( layerbmp, i ); + } +} + diff --git a/common/class_marker_base.cpp b/common/class_marker_base.cpp new file mode 100644 index 0000000..91e05a2 --- /dev/null +++ b/common/class_marker_base.cpp @@ -0,0 +1,208 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_marker_base.cpp + * @brief Implementation of MARKER_BASE class. + * Markers are used to show something (usually a drc/erc problem). + * Markers in Pcbnew and Eeschema are derived from this base class. + */ + +/* file class_marker_base.cpp + */ + +#include "fctsys.h" +#include "gr_basic.h" +#include "class_base_screen.h" +#include "common.h" +#include "macros.h" +#include "class_drawpanel.h" +#include "class_marker_base.h" +#include "dialog_display_info_HTML_base.h" + + +// Default marquer shape: +const int M_SHAPE_SCALE = 6; // default scaling factor for MarkerShapeCorners coordinates +/* The graphic shape of markers is a polygon. + * MarkerShapeCorners contains the coordinates of corners of the polygonal default shape + * actual coordinates are these values * .m_ScalingFactor +*/ +static const wxPoint MarkerShapeCorners[] = +{ + wxPoint( 0, 0 ), + wxPoint( 8, 1 ), + wxPoint( 4, 3 ), + wxPoint( 13, 8 ), + wxPoint( 9, 9 ), + wxPoint( 8, 13 ), + wxPoint( 3, 4 ), + wxPoint( 1, 8 ) +}; +const unsigned CORNERS_COUNT = DIM( MarkerShapeCorners ); + +/*******************/ +/* Classe MARKER_BASE */ +/*******************/ + +void MARKER_BASE::init() +{ + m_MarkerType = MARKER_UNSPEC; + m_ErrorLevel = MARKER_SEVERITY_UNSPEC; + m_Color = RED; + wxPoint start = MarkerShapeCorners[0]; + wxPoint end = MarkerShapeCorners[0]; + + for( unsigned ii = 0; ii < CORNERS_COUNT; ii++ ) + { + wxPoint corner = MarkerShapeCorners[ii]; + start.x = std::min( start.x, corner.x); + start.y = std::min( start.y, corner.y); + end.x = std::max( end.x, corner.x); + end.y = std::max( end.y, corner.y); + } + + m_ShapeBoundingBox.SetOrigin(start); + m_ShapeBoundingBox.SetEnd(end); +} + + +MARKER_BASE::MARKER_BASE( const MARKER_BASE& aMarker ) +{ + m_Pos = aMarker.m_Pos; + m_ErrorLevel = aMarker.m_ErrorLevel; + m_MarkerType = aMarker.m_MarkerType; + m_Color = aMarker.m_Color; + m_ShapeBoundingBox = aMarker.m_ShapeBoundingBox; + m_ScalingFactor = aMarker.m_ScalingFactor; +} + + +MARKER_BASE::MARKER_BASE() +{ + m_ScalingFactor = M_SHAPE_SCALE; + init(); +} + + +MARKER_BASE::MARKER_BASE( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos, + const wxString& bText, const wxPoint& bPos ) +{ + m_ScalingFactor = M_SHAPE_SCALE; + init(); + + SetData( aErrorCode, aMarkerPos, + aText, aPos, + bText, bPos ); +} + + +MARKER_BASE::MARKER_BASE( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos ) +{ + m_ScalingFactor = M_SHAPE_SCALE; + init(); + SetData( aErrorCode, aMarkerPos, aText, aPos ); +} + + +MARKER_BASE::~MARKER_BASE() +{ +} + + +void MARKER_BASE::SetData( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos, + const wxString& bText, const wxPoint& bPos ) +{ + m_Pos = aMarkerPos; + m_drc.SetData( aErrorCode, + aText, bText, aPos, bPos ); +} + + +void MARKER_BASE::SetData( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos ) +{ + m_Pos = aMarkerPos; + m_drc.SetData( aErrorCode, + aText, aPos ); +} + + +bool MARKER_BASE::HitTestMarker( const wxPoint& refPos ) const +{ + wxPoint rel_pos = refPos - m_Pos; + rel_pos.x /= m_ScalingFactor; + rel_pos.y /= m_ScalingFactor; + + return m_ShapeBoundingBox.Contains( rel_pos ); +} + + +EDA_RECT MARKER_BASE::GetBoundingBoxMarker() const +{ + wxSize realsize = m_ShapeBoundingBox.GetSize(); + wxPoint realposition = m_ShapeBoundingBox.GetPosition(); + realsize.x *= m_ScalingFactor; + realsize.y *= m_ScalingFactor; + realposition.x *= m_ScalingFactor; + realposition.y *= m_ScalingFactor; + realposition += m_Pos; + return EDA_RECT( m_Pos, realsize ); +} + +void MARKER_BASE::DrawMarker( EDA_DRAW_PANEL* aPanel, wxDC* aDC, GR_DRAWMODE aDrawMode, + const wxPoint& aOffset ) +{ + wxPoint corners[CORNERS_COUNT]; + + GRSetDrawMode( aDC, aDrawMode ); + + for( unsigned ii = 0; ii < CORNERS_COUNT; ii++ ) + { + corners[ii] = MarkerShapeCorners[ii]; + corners[ii].x *= m_ScalingFactor; + corners[ii].y *= m_ScalingFactor; + corners[ii] += m_Pos + aOffset; + } + + GRClosedPoly( aPanel->GetClipBox(), aDC, CORNERS_COUNT, corners, + true, // = Filled + 0, // outline width + m_Color, // outline color + m_Color // fill collor + ); +} + + +void MARKER_BASE::DisplayMarkerInfo( EDA_DRAW_FRAME* aFrame ) +{ + wxString msg = m_drc.ShowHtml(); + DIALOG_DISPLAY_HTML_TEXT_BASE infodisplay( (wxWindow*)aFrame, wxID_ANY, _( "Marker Info" ), + wxGetMousePosition(), wxSize( 550, 140 ) ); + + infodisplay.m_htmlWindow->SetPage( msg ); + infodisplay.ShowModal(); +} diff --git a/common/class_page_info.cpp b/common/class_page_info.cpp new file mode 100644 index 0000000..2cf94d4 --- /dev/null +++ b/common/class_page_info.cpp @@ -0,0 +1,283 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include + + +// late arriving wxPAPER_A0, wxPAPER_A1 +#if wxABI_VERSION >= 20999 + #define PAPER_A0 wxPAPER_A0 + #define PAPER_A1 wxPAPER_A1 +#else + #define PAPER_A0 wxPAPER_A2 + #define PAPER_A1 wxPAPER_A2 +#endif + + +// Standard paper sizes nicknames. +const wxChar PAGE_INFO::A4[] = wxT( "A4" ); +const wxChar PAGE_INFO::A3[] = wxT( "A3" ); +const wxChar PAGE_INFO::A2[] = wxT( "A2" ); +const wxChar PAGE_INFO::A1[] = wxT( "A1" ); +const wxChar PAGE_INFO::A0[] = wxT( "A0" ); +const wxChar PAGE_INFO::A[] = wxT( "A" ); +const wxChar PAGE_INFO::B[] = wxT( "B" ) ; +const wxChar PAGE_INFO::C[] = wxT( "C" ); +const wxChar PAGE_INFO::D[] = wxT( "D" ); +const wxChar PAGE_INFO::E[] = wxT( "E" ); + +const wxChar PAGE_INFO::GERBER[] = wxT( "GERBER" ); +const wxChar PAGE_INFO::USLetter[] = wxT( "USLetter" ); +const wxChar PAGE_INFO::USLegal[] = wxT( "USLegal" ); +const wxChar PAGE_INFO::USLedger[] = wxT( "USLedger" ); +const wxChar PAGE_INFO::Custom[] = wxT( "User" ); + + +// Standard page sizes in mils, all constants +// see: https://lists.launchpad.net/kicad-developers/msg07389.html +// also see: wx/defs.h + +// local readability macro for millimeter wxSize +#define MMsize( x, y ) wxSize( Mm2mils( x ), Mm2mils( y ) ) + +// All MUST be defined as landscape. +const PAGE_INFO PAGE_INFO::pageA4( MMsize( 297, 210 ), wxT( "A4" ), wxPAPER_A4 ); +const PAGE_INFO PAGE_INFO::pageA3( MMsize( 420, 297 ), wxT( "A3" ), wxPAPER_A3 ); +const PAGE_INFO PAGE_INFO::pageA2( MMsize( 594, 420 ), wxT( "A2" ), wxPAPER_A2 ); +const PAGE_INFO PAGE_INFO::pageA1( MMsize( 841, 594 ), wxT( "A1" ), PAPER_A1 ); +const PAGE_INFO PAGE_INFO::pageA0( MMsize( 1189, 841 ), wxT( "A0" ), PAPER_A0 ); + +const PAGE_INFO PAGE_INFO::pageA( wxSize( 11000, 8500 ), wxT( "A" ), wxPAPER_LETTER ); +const PAGE_INFO PAGE_INFO::pageB( wxSize( 17000, 11000 ), wxT( "B" ), wxPAPER_TABLOID ); +const PAGE_INFO PAGE_INFO::pageC( wxSize( 22000, 17000 ), wxT( "C" ), wxPAPER_CSHEET ); +const PAGE_INFO PAGE_INFO::pageD( wxSize( 34000, 22000 ), wxT( "D" ), wxPAPER_DSHEET ); +const PAGE_INFO PAGE_INFO::pageE( wxSize( 44000, 34000 ), wxT( "E" ), wxPAPER_ESHEET ); + +const PAGE_INFO PAGE_INFO::pageGERBER( wxSize( 32000, 32000 ), wxT( "GERBER" ), wxPAPER_NONE ); +const PAGE_INFO PAGE_INFO::pageUser( wxSize( 17000, 11000 ), Custom, wxPAPER_NONE ); + +// US paper sizes +const PAGE_INFO PAGE_INFO::pageUSLetter( wxSize( 11000, 8500 ), wxT( "USLetter" ), wxPAPER_LETTER ); +const PAGE_INFO PAGE_INFO::pageUSLegal( wxSize( 14000, 8500 ), wxT( "USLegal" ), wxPAPER_LEGAL ); +const PAGE_INFO PAGE_INFO::pageUSLedger( wxSize( 17000, 11000 ), wxT( "USLedger" ), wxPAPER_TABLOID ); + +// Custom paper size for next instantiation of type "User" +int PAGE_INFO::s_user_width = 17000; +int PAGE_INFO::s_user_height = 11000; + + +inline void PAGE_INFO::updatePortrait() +{ + // update m_portrait based on orientation of m_size.x and m_size.y + m_portrait = ( m_size.y > m_size.x ); +} + + +PAGE_INFO::PAGE_INFO( const wxSize& aSizeMils, const wxString& aType, wxPaperSize aPaperId ) : + m_type( aType ), m_size( aSizeMils ), m_paper_id( aPaperId ) +{ + updatePortrait(); + + // This constructor is protected, and only used by const PAGE_INFO's known + // only to class implementation, so no further changes to "this" object are + // expected. +} + + +PAGE_INFO::PAGE_INFO( const wxString& aType, bool IsPortrait ) +{ + SetType( aType, IsPortrait ); +} + + +bool PAGE_INFO::SetType( const wxString& aType, bool IsPortrait ) +{ + bool rc = true; + + // all are landscape initially + if( aType == pageA4.GetType() ) + *this = pageA4; + else if( aType == pageA3.GetType() ) + *this = pageA3; + else if( aType == pageA2.GetType() ) + *this = pageA2; + else if( aType == pageA1.GetType() ) + *this = pageA1; + else if( aType == pageA0.GetType() ) + *this = pageA0; + else if( aType == pageA.GetType() ) + *this = pageA; + else if( aType == pageB.GetType() ) + *this = pageB; + else if( aType == pageC.GetType() ) + *this = pageC; + else if( aType == pageD.GetType() ) + *this = pageD; + else if( aType == pageE.GetType() ) + *this = pageE; + else if( aType == pageGERBER.GetType() ) + *this = pageGERBER; + else if( aType == pageUSLetter.GetType() ) + *this = pageUSLetter; + else if( aType == pageUSLegal.GetType() ) + *this = pageUSLegal; + else if( aType == pageUSLedger.GetType() ) + *this = pageUSLedger; + else if( aType == pageUser.GetType() ) + { + // pageUser is const, and may not and does not hold the custom size, + // so customize *this later + *this = pageUser; + + // customize: + m_size.x = s_user_width; + m_size.y = s_user_height; + + updatePortrait(); + } + else + rc = false; + + if( IsPortrait ) + { + // all private PAGE_INFOs are landscape, must swap x and y + m_size = wxSize( m_size.y, m_size.x ); + updatePortrait(); + } + + return rc; +} + + +bool PAGE_INFO::IsCustom() const +{ + return m_type == Custom; +} + + +void PAGE_INFO::SetPortrait( bool isPortrait ) +{ + if( m_portrait != isPortrait ) + { + // swap x and y in m_size + m_size = wxSize( m_size.y, m_size.x ); + + m_portrait = isPortrait; + + // margins are not touched, do that if you want + } +} + + +static int clampWidth( int aWidthInMils ) +{ +/* was giving EESCHEMA single component SVG plotter grief + However a minimal test is made to avoid values that crashes Kicad + if( aWidthInMils < 4000 ) // 4" is about a baseball card + aWidthInMils = 4000; + else if( aWidthInMils > 44000 ) //44" is plotter size + aWidthInMils = 44000; +*/ + if( aWidthInMils < 10 ) + aWidthInMils = 10; + return aWidthInMils; +} + + +static int clampHeight( int aHeightInMils ) +{ +/* was giving EESCHEMA single component SVG plotter grief + clamping is best done at the UI, i.e. dialog, levels + However a minimal test is made to avoid values that crashes Kicad + if( aHeightInMils < 4000 ) + aHeightInMils = 4000; + else if( aHeightInMils > 44000 ) + aHeightInMils = 44000; +*/ + if( aHeightInMils < 10 ) + aHeightInMils = 10; + return aHeightInMils; +} + + +void PAGE_INFO::SetCustomWidthMils( int aWidthInMils ) +{ + s_user_width = clampWidth( aWidthInMils ); +} + + +void PAGE_INFO::SetCustomHeightMils( int aHeightInMils ) +{ + s_user_height = clampHeight( aHeightInMils ); +} + + +void PAGE_INFO::SetWidthMils( int aWidthInMils ) +{ + if( m_size.x != aWidthInMils ) + { + m_size.x = clampWidth( aWidthInMils ); + + m_type = Custom; + m_paper_id = wxPAPER_NONE; + + updatePortrait(); + } +} + + +void PAGE_INFO::SetHeightMils( int aHeightInMils ) +{ + if( m_size.y != aHeightInMils ) + { + m_size.y = clampHeight( aHeightInMils ); + + m_type = Custom; + m_paper_id = wxPAPER_NONE; + + updatePortrait(); + } +} + + +void PAGE_INFO::Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aControlBits ) const + throw( IO_ERROR ) +{ + aFormatter->Print( aNestLevel, "(page %s", aFormatter->Quotew( GetType() ).c_str() ); + + // The page dimensions are only required for user defined page sizes. + // Internally, the page size is in mils + if( GetType() == PAGE_INFO::Custom ) + aFormatter->Print( 0, " %g %g", + GetWidthMils() * 25.4 / 1000.0, + GetHeightMils() * 25.4 / 1000.0 ); + + if( !IsCustom() && IsPortrait() ) + aFormatter->Print( 0, " portrait" ); + + aFormatter->Print( 0, ")\n" ); +} diff --git a/common/class_plotter.cpp b/common/class_plotter.cpp new file mode 100644 index 0000000..9c1e9c0 --- /dev/null +++ b/common/class_plotter.cpp @@ -0,0 +1,519 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_plotter.cpp + * @brief KiCad: Base of all the plot routines + * the class PLOTTER handle basic functions to plot schematic and boards + * with different plot formats. + * + * There are currently engines for: + * HPGL + * POSTSCRIPT + * GERBER + * DXF + * an SVG 'plot' is also provided along with the 'print' function by wx, but + * is not handled here. + */ + +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +PLOTTER::PLOTTER( ) +{ + plotScale = 1; + defaultPenWidth = 0; + currentPenWidth = -1; // To-be-set marker + penState = 'Z'; // End-of-path idle + m_plotMirror = false; // Plot mirror option flag + m_mirrorIsHorizontal = true; + m_yaxisReversed = false; + outputFile = 0; + colorMode = false; // Starts as a BW plot + negativeMode = false; + // Temporary init to avoid not initialized vars, will be set later + m_IUsPerDecimil = 1; // will be set later to the actual value + iuPerDeviceUnit = 1; // will be set later to the actual value + m_dashMarkLength_mm = 0.5; // Dashed line parameter in mm: segment + m_dashGapLength_mm = 0.25; // Dashed line parameter in mm: gap +} + +PLOTTER::~PLOTTER() +{ + // Emergency cleanup, but closing the file is + // usually made in EndPlot(). + if( outputFile ) + fclose( outputFile ); +} + + +bool PLOTTER::OpenFile( const wxString& aFullFilename ) +{ + filename = aFullFilename; + + wxASSERT( !outputFile ); + + // Open the file in text mode (not suitable for all plotters + // but only for most of them + outputFile = wxFopen( filename, wxT( "wt" ) ); + + if( outputFile == NULL ) + return false ; + + return true; +} + + +DPOINT PLOTTER::userToDeviceCoordinates( const wxPoint& aCoordinate ) +{ + wxPoint pos = aCoordinate - plotOffset; + + double x = pos.x * plotScale; + double y = ( paperSize.y - pos.y * plotScale ); + + if( m_plotMirror ) + { + if( m_mirrorIsHorizontal ) + x = ( paperSize.x - pos.x * plotScale ); + else + y = pos.y * plotScale; + } + + if( m_yaxisReversed ) + y = paperSize.y - y; + + x *= iuPerDeviceUnit; + y *= iuPerDeviceUnit; + + return DPOINT( x, y ); +} + + +DPOINT PLOTTER::userToDeviceSize( const wxSize& size ) +{ + return DPOINT( size.x * plotScale * iuPerDeviceUnit, + size.y * plotScale * iuPerDeviceUnit ); +} + + +double PLOTTER::userToDeviceSize( double size ) const +{ + return size * plotScale * iuPerDeviceUnit; +} + + +double PLOTTER::GetDashMarkLenIU() const +{ + double mark = userToDeviceSize( m_dashMarkLength_mm*10000/25.4*m_IUsPerDecimil - GetCurrentLineWidth() ); + return ( mark < 0.0 ) ? 0.0 : mark; +} + + +double PLOTTER::GetDashGapLenIU() const +{ + return userToDeviceSize( m_dashGapLength_mm*10000/25.4*m_IUsPerDecimil + GetCurrentLineWidth() ); +} + +void PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, int radius, + FILL_T fill, int width ) +{ + wxPoint start, end; + const int delta = 50; // increment (in 0.1 degrees) to draw circles + + if( StAngle > EndAngle ) + std::swap( StAngle, EndAngle ); + + SetCurrentLineWidth( width ); + /* Please NOTE the different sign due to Y-axis flip */ + start.x = centre.x + KiROUND( cosdecideg( radius, -StAngle ) ); + start.y = centre.y + KiROUND( sindecideg( radius, -StAngle ) ); + MoveTo( start ); + for( int ii = StAngle + delta; ii < EndAngle; ii += delta ) + { + end.x = centre.x + KiROUND( cosdecideg( radius, -ii ) ); + end.y = centre.y + KiROUND( sindecideg( radius, -ii ) ); + LineTo( end ); + } + + end.x = centre.x + KiROUND( cosdecideg( radius, -EndAngle ) ); + end.y = centre.y + KiROUND( sindecideg( radius, -EndAngle ) ); + FinishTo( end ); +} + + +void PLOTTER::PlotImage(const wxImage & aImage, const wxPoint& aPos, double aScaleFactor ) +{ + wxSize size( aImage.GetWidth() * aScaleFactor, + aImage.GetHeight() * aScaleFactor ); + + wxPoint start = aPos; + start.x -= size.x / 2; + start.y -= size.y / 2; + + wxPoint end = start; + end.x += size.x; + end.y += size.y; + + Rect( start, end, NO_FILL ); +} + + +void PLOTTER::markerSquare( const wxPoint& position, int radius ) +{ + double r = KiROUND( radius / 1.4142 ); + std::vector< wxPoint > corner_list; + wxPoint corner; + corner.x = position.x + r; + corner.y = position.y + r; + corner_list.push_back( corner ); + corner.x = position.x + r; + corner.y = position.y - r; + corner_list.push_back( corner ); + corner.x = position.x - r; + corner.y = position.y - r; + corner_list.push_back( corner ); + corner.x = position.x - r; + corner.y = position.y + r; + corner_list.push_back( corner ); + corner.x = position.x + r; + corner.y = position.y + r; + corner_list.push_back( corner ); + + PlotPoly( corner_list, NO_FILL, GetCurrentLineWidth() ); +} + + +void PLOTTER::markerCircle( const wxPoint& position, int radius ) +{ + Circle( position, radius * 2, NO_FILL, GetCurrentLineWidth() ); +} + + +void PLOTTER::markerLozenge( const wxPoint& position, int radius ) +{ + std::vector< wxPoint > corner_list; + wxPoint corner; + corner.x = position.x; + corner.y = position.y + radius; + corner_list.push_back( corner ); + corner.x = position.x + radius; + corner.y = position.y, + corner_list.push_back( corner ); + corner.x = position.x; + corner.y = position.y - radius; + corner_list.push_back( corner ); + corner.x = position.x - radius; + corner.y = position.y; + corner_list.push_back( corner ); + corner.x = position.x; + corner.y = position.y + radius; + corner_list.push_back( corner ); + + PlotPoly( corner_list, NO_FILL, GetCurrentLineWidth() ); +} + + +void PLOTTER::markerHBar( const wxPoint& pos, int radius ) +{ + MoveTo( wxPoint( pos.x - radius, pos.y ) ); + FinishTo( wxPoint( pos.x + radius, pos.y ) ); +} + + +void PLOTTER::markerSlash( const wxPoint& pos, int radius ) +{ + MoveTo( wxPoint( pos.x - radius, pos.y - radius ) ); + FinishTo( wxPoint( pos.x + radius, pos.y + radius ) ); +} + + +void PLOTTER::markerBackSlash( const wxPoint& pos, int radius ) +{ + MoveTo( wxPoint( pos.x + radius, pos.y - radius ) ); + FinishTo( wxPoint( pos.x - radius, pos.y + radius ) ); +} + + +void PLOTTER::markerVBar( const wxPoint& pos, int radius ) +{ + MoveTo( wxPoint( pos.x, pos.y - radius ) ); + FinishTo( wxPoint( pos.x, pos.y + radius ) ); +} + + +void PLOTTER::Marker( const wxPoint& position, int diametre, unsigned aShapeId ) +{ + int radius = diametre / 2; + /* Marker are composed by a series of 'parts' superimposed; not every + combination make sense, obviously. Since they are used in order I + tried to keep the uglier/more complex constructions at the end. + Also I avoided the |/ |\ -/ -\ construction because they're *very* + ugly... if needed they could be added anyway... I'd like to see + a board with more than 58 drilling/slotting tools! + If Visual C++ supported the 0b literals they would be optimally + and easily encoded as an integer array. We have to do with octal */ + static const unsigned char marker_patterns[MARKER_COUNT] = { + // Bit order: O Square Lozenge - | \ / + // First choice: simple shapes + 0003, // X + 0100, // O + 0014, // + + 0040, // Sq + 0020, // Lz + // Two simple shapes + 0103, // X O + 0017, // X + + 0043, // X Sq + 0023, // X Lz + 0114, // O + + 0140, // O Sq + 0120, // O Lz + 0054, // + Sq + 0034, // + Lz + 0060, // Sq Lz + // Three simple shapes + 0117, // X O + + 0143, // X O Sq + 0123, // X O Lz + 0057, // X + Sq + 0037, // X + Lz + 0063, // X Sq Lz + 0154, // O + Sq + 0134, // O + Lz + 0074, // + Sq Lz + // Four simple shapes + 0174, // O Sq Lz + + 0163, // X O Sq Lz + 0157, // X O Sq + + 0137, // X O Lz + + 0077, // X Sq Lz + + // This draws *everything * + 0177, // X O Sq Lz + + // Here we use the single bars... so the cross is forbidden + 0110, // O - + 0104, // O | + 0101, // O / + 0050, // Sq - + 0044, // Sq | + 0041, // Sq / + 0030, // Lz - + 0024, // Lz | + 0021, // Lz / + 0150, // O Sq - + 0144, // O Sq | + 0141, // O Sq / + 0130, // O Lz - + 0124, // O Lz | + 0121, // O Lz / + 0070, // Sq Lz - + 0064, // Sq Lz | + 0061, // Sq Lz / + 0170, // O Sq Lz - + 0164, // O Sq Lz | + 0161, // O Sq Lz / + // Last resort: the backlash component (easy to confound) + 0102, // \ O + 0042, // \ Sq + 0022, // \ Lz + 0142, // \ O Sq + 0122, // \ O Lz + 0062, // \ Sq Lz + 0162 // \ O Sq Lz + }; + if( aShapeId >= MARKER_COUNT ) + { + // Fallback shape + markerCircle( position, radius ); + } + else + { + // Decode the pattern and draw the corresponding parts + unsigned char pat = marker_patterns[aShapeId]; + if( pat & 0001 ) + markerSlash( position, radius ); + if( pat & 0002 ) + markerBackSlash( position, radius ); + if( pat & 0004 ) + markerVBar( position, radius ); + if( pat & 0010 ) + markerHBar( position, radius ); + if( pat & 0020 ) + markerLozenge( position, radius ); + if( pat & 0040 ) + markerSquare( position, radius ); + if( pat & 0100 ) + markerCircle( position, radius ); + } +} + + +void PLOTTER::segmentAsOval( const wxPoint& start, const wxPoint& end, int width, + EDA_DRAW_MODE_T tracemode ) +{ + wxPoint center( (start.x + end.x) / 2, (start.y + end.y) / 2 ); + wxSize size( end.x - start.x, end.y - start.y ); + double orient; + + if( size.y == 0 ) + orient = 0; + else if( size.x == 0 ) + orient = 900; + else + orient = -ArcTangente( size.y, size.x ); + + size.x = KiROUND( EuclideanNorm( size ) ) + width; + size.y = width; + + FlashPadOval( center, size, orient, tracemode ); +} + + +void PLOTTER::sketchOval( const wxPoint& pos, const wxSize& aSize, double orient, int width ) +{ + SetCurrentLineWidth( width ); + width = currentPenWidth; + int radius, deltaxy, cx, cy; + wxSize size( aSize ); + + if( size.x > size.y ) + { + std::swap( size.x, size.y ); + orient = AddAngles( orient, 900 ); + } + + deltaxy = size.y - size.x; /* distance between centers of the oval */ + radius = ( size.x - width ) / 2; + cx = -radius; + cy = -deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + MoveTo( wxPoint( cx + pos.x, cy + pos.y ) ); + cx = -radius; + cy = deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + FinishTo( wxPoint( cx + pos.x, cy + pos.y ) ); + + cx = radius; + cy = -deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + MoveTo( wxPoint( cx + pos.x, cy + pos.y ) ); + cx = radius; + cy = deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + FinishTo( wxPoint( cx + pos.x, cy + pos.y ) ); + + cx = 0; + cy = deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + Arc( wxPoint( cx + pos.x, cy + pos.y ), + orient + 1800, orient + 3600, + radius, NO_FILL ); + cx = 0; + cy = -deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + Arc( wxPoint( cx + pos.x, cy + pos.y ), + orient, orient + 1800, + radius, NO_FILL ); +} + + +void PLOTTER::ThickSegment( const wxPoint& start, const wxPoint& end, int width, + EDA_DRAW_MODE_T tracemode ) +{ + if( tracemode == FILLED ) + { + SetCurrentLineWidth( width ); + MoveTo( start ); + FinishTo( end ); + } + else + { + SetCurrentLineWidth( -1 ); + segmentAsOval( start, end, width, tracemode ); + } +} + + +void PLOTTER::ThickArc( const wxPoint& centre, double StAngle, double EndAngle, + int radius, int width, EDA_DRAW_MODE_T tracemode ) +{ + if( tracemode == FILLED ) + Arc( centre, StAngle, EndAngle, radius, NO_FILL, width ); + else + { + SetCurrentLineWidth( -1 ); + Arc( centre, StAngle, EndAngle, + radius - ( width - currentPenWidth ) / 2, NO_FILL, -1 ); + Arc( centre, StAngle, EndAngle, + radius + ( width - currentPenWidth ) / 2, NO_FILL, -1 ); + } +} + + +void PLOTTER::ThickRect( const wxPoint& p1, const wxPoint& p2, int width, + EDA_DRAW_MODE_T tracemode ) +{ + if( tracemode == FILLED ) + Rect( p1, p2, NO_FILL, width ); + else + { + SetCurrentLineWidth( -1 ); + wxPoint offsetp1( p1.x - (width - currentPenWidth) / 2, + p1.y - (width - currentPenWidth) / 2 ); + wxPoint offsetp2( p2.x + (width - currentPenWidth) / 2, + p2.y + (width - currentPenWidth) / 2 ); + Rect( offsetp1, offsetp2, NO_FILL, -1 ); + offsetp1.x += (width - currentPenWidth); + offsetp1.y += (width - currentPenWidth); + offsetp2.x -= (width - currentPenWidth); + offsetp2.y -= (width - currentPenWidth); + Rect( offsetp1, offsetp2, NO_FILL, -1 ); + } +} + + +void PLOTTER::ThickCircle( const wxPoint& pos, int diametre, int width, EDA_DRAW_MODE_T tracemode ) +{ + if( tracemode == FILLED ) + Circle( pos, diametre, NO_FILL, width ); + else + { + SetCurrentLineWidth( -1 ); + Circle( pos, diametre - width + currentPenWidth, NO_FILL, -1 ); + Circle( pos, diametre + width - currentPenWidth, NO_FILL, -1 ); + } +} + + +void PLOTTER::SetPageSettings( const PAGE_INFO& aPageSettings ) +{ + pageInfo = aPageSettings; +} diff --git a/common/class_undoredo_container.cpp b/common/class_undoredo_container.cpp new file mode 100644 index 0000000..9c71d1a --- /dev/null +++ b/common/class_undoredo_container.cpp @@ -0,0 +1,348 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009 jean-pierre.charras@gipsa-lab.inpg.fr + * Copyright (C) 2011 Wayne Stambaugh + * Copyright (C) 2009 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +#include +#include + + +ITEM_PICKER::ITEM_PICKER( EDA_ITEM* aItem, UNDO_REDO_T aUndoRedoStatus ) +{ + m_undoRedoStatus = aUndoRedoStatus; + SetItem( aItem ); + m_pickerFlags = 0; + m_link = NULL; +} + + +PICKED_ITEMS_LIST::PICKED_ITEMS_LIST() +{ + m_Status = UR_UNSPECIFIED; +} + +PICKED_ITEMS_LIST::~PICKED_ITEMS_LIST() +{ +} + + +void PICKED_ITEMS_LIST::PushItem( const ITEM_PICKER& aItem ) +{ + m_ItemsList.push_back( aItem ); +} + + +ITEM_PICKER PICKED_ITEMS_LIST::PopItem() +{ + ITEM_PICKER item; + + if( m_ItemsList.size() != 0 ) + { + item = m_ItemsList.back(); + m_ItemsList.pop_back(); + } + + return item; +} + + +bool PICKED_ITEMS_LIST::ContainsItem( const EDA_ITEM* aItem ) const +{ + for( size_t i = 0; i < m_ItemsList.size(); i++ ) + { + if( m_ItemsList[ i ].GetItem() == aItem ) + return true; + } + + return false; +} + + +int PICKED_ITEMS_LIST::FindItem( const EDA_ITEM* aItem ) const +{ + for( size_t i = 0; i < m_ItemsList.size(); i++ ) + { + if( m_ItemsList[i].GetItem() == aItem ) + return i; + } + + return -1; +} + + +void PICKED_ITEMS_LIST::ClearItemsList() +{ + m_ItemsList.clear(); +} + + +void PICKED_ITEMS_LIST::ClearListAndDeleteItems() +{ + bool show_error_message = true; + + // Delete items is they are not flagged UR_NEW, or if this is a block operation + while( GetCount() > 0 ) + { + ITEM_PICKER wrapper = PopItem(); + if( wrapper.GetItem() == NULL ) // No more item in list. + break; + switch( wrapper.GetStatus() ) + { + case UR_UNSPECIFIED: + if( show_error_message ) + wxMessageBox( wxT( "ClearListAndDeleteItems() error: UR_UNSPECIFIED command type" ) ); + + show_error_message = false; + break; + + case UR_WIRE_IMAGE: + { + // Specific to eeschema: a linked list of wires is stored. The wrapper picks only + // the first item (head of list), and is owner of all picked items. + EDA_ITEM* item = wrapper.GetItem(); + + while( item ) + { + // Delete old copy of wires + EDA_ITEM* nextitem = item->Next(); + delete item; + item = nextitem; + } + } + break; + + case UR_MOVED: + case UR_FLIPPED: + case UR_MIRRORED_X: + case UR_MIRRORED_Y: + case UR_ROTATED: + case UR_ROTATED_CLOCKWISE: + case UR_NEW: // Do nothing, items are in use, the picker is not owner of items + break; + + case UR_CHANGED: + case UR_EXCHANGE_T: + delete wrapper.GetLink(); // the picker is owner of this item + break; + + case UR_DELETED: // the picker is owner of this item + case UR_LIBEDIT: /* Libedit save always a copy of the current item + * So, the picker is always owner of the picked item + */ + case UR_MODEDIT: /* Specific to the module editor (modedit creates a full + * copy of the current module when changed), + * and the picker is owner of this item + */ + delete wrapper.GetItem(); + break; + + default: + wxFAIL_MSG( wxString::Format( wxT( "Cannot clear unknown undo/redo command %d" ), + wrapper.GetStatus() ) ); + break; + } + } +} + + +ITEM_PICKER PICKED_ITEMS_LIST::GetItemWrapper( unsigned int aIdx ) const +{ + ITEM_PICKER picker; + + if( aIdx < m_ItemsList.size() ) + picker = m_ItemsList[aIdx]; + + return picker; +} + + +EDA_ITEM* PICKED_ITEMS_LIST::GetPickedItem( unsigned int aIdx ) const +{ + if( aIdx < m_ItemsList.size() ) + return m_ItemsList[aIdx].GetItem(); + else + return NULL; +} + + +EDA_ITEM* PICKED_ITEMS_LIST::GetPickedItemLink( unsigned int aIdx ) const +{ + if( aIdx < m_ItemsList.size() ) + return m_ItemsList[aIdx].GetLink(); + else + return NULL; +} + + +UNDO_REDO_T PICKED_ITEMS_LIST::GetPickedItemStatus( unsigned int aIdx ) const +{ + if( aIdx < m_ItemsList.size() ) + return m_ItemsList[aIdx].GetStatus(); + else + return UR_UNSPECIFIED; +} + + +STATUS_FLAGS PICKED_ITEMS_LIST::GetPickerFlags( unsigned aIdx ) const +{ + if( aIdx < m_ItemsList.size() ) + return m_ItemsList[aIdx].GetFlags(); + else + return 0; +} + + +bool PICKED_ITEMS_LIST::SetPickedItem( EDA_ITEM* aItem, unsigned aIdx ) +{ + if( aIdx < m_ItemsList.size() ) + { + m_ItemsList[aIdx].SetItem( aItem ); + return true; + } + else + return false; +} + + +bool PICKED_ITEMS_LIST::SetPickedItemLink( EDA_ITEM* aLink, unsigned aIdx ) +{ + if( aIdx < m_ItemsList.size() ) + { + m_ItemsList[aIdx].SetLink( aLink ); + return true; + } + else + return false; +} + + +bool PICKED_ITEMS_LIST::SetPickedItem( EDA_ITEM* aItem, UNDO_REDO_T aStatus, unsigned aIdx ) +{ + if( aIdx < m_ItemsList.size() ) + { + m_ItemsList[aIdx].SetItem( aItem ); + m_ItemsList[aIdx].SetStatus( aStatus ); + return true; + } + else + return false; +} + + +bool PICKED_ITEMS_LIST::SetPickedItemStatus( UNDO_REDO_T aStatus, unsigned aIdx ) +{ + if( aIdx < m_ItemsList.size() ) + { + m_ItemsList[aIdx].SetStatus( aStatus ); + return true; + } + else + return false; +} + + +bool PICKED_ITEMS_LIST::SetPickerFlags( STATUS_FLAGS aFlags, unsigned aIdx ) +{ + if( aIdx < m_ItemsList.size() ) + { + m_ItemsList[aIdx].SetFlags( aFlags ); + return true; + } + else + return false; +} + + +bool PICKED_ITEMS_LIST::RemovePicker( unsigned aIdx ) +{ + if( aIdx >= m_ItemsList.size() ) + return false; + m_ItemsList.erase( m_ItemsList.begin() + aIdx ); + return true; +} + + +void PICKED_ITEMS_LIST::CopyList( const PICKED_ITEMS_LIST& aSource ) +{ + m_ItemsList = aSource.m_ItemsList; // Vector's copy +} + + +void PICKED_ITEMS_LIST::ReversePickersListOrder() +{ + std::vector tmp; + while( !m_ItemsList.empty() ) + { + tmp.push_back( m_ItemsList.back() ); + m_ItemsList.pop_back(); + } + + m_ItemsList.swap( tmp ); +} + + +/**********************************************/ +/********** UNDO_REDO_CONTAINER ***************/ +/**********************************************/ + +UNDO_REDO_CONTAINER::UNDO_REDO_CONTAINER() +{ +} + + +UNDO_REDO_CONTAINER::~UNDO_REDO_CONTAINER() +{ + ClearCommandList(); +} + + +void UNDO_REDO_CONTAINER::ClearCommandList() +{ + for( unsigned ii = 0; ii < m_CommandsList.size(); ii++ ) + delete m_CommandsList[ii]; + + m_CommandsList.clear(); +} + + +void UNDO_REDO_CONTAINER::PushCommand( PICKED_ITEMS_LIST* aItem ) +{ + m_CommandsList.push_back( aItem ); +} + + +PICKED_ITEMS_LIST* UNDO_REDO_CONTAINER::PopCommand() +{ + if( m_CommandsList.size() != 0 ) + { + PICKED_ITEMS_LIST* item = m_CommandsList.back(); + m_CommandsList.pop_back(); + return item; + } + + return NULL; +} diff --git a/common/colors.cpp b/common/colors.cpp new file mode 100644 index 0000000..0cc6042 --- /dev/null +++ b/common/colors.cpp @@ -0,0 +1,184 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + + +/** + * The predefined colors used in KiCad. + * Please: if you change a value, remember these values are carefully chosen + * to have good results in Pcbnew, that uses the ORed value of basic colors + * when displaying superimposed objects + * This list must have exactly NBCOLORS items + */ + +const StructColors g_ColorRefs[NBCOLORS] = +{ + { 0, 0, 0, BLACK, _HKI( "Black" ), DARKDARKGRAY }, + { 72, 72, 72, DARKDARKGRAY, _HKI( "Gray 1" ), DARKGRAY }, + { 132, 132, 132, DARKGRAY, _HKI( "Gray 2" ), LIGHTGRAY }, + { 194, 194, 194, LIGHTGRAY, _HKI( "Gray 3" ), WHITE }, + { 255, 255, 255, WHITE, _HKI( "White" ), WHITE }, + { 194, 255, 255, LIGHTYELLOW, _HKI( "L.Yellow" ), WHITE }, + { 72, 0, 0, DARKBLUE, _HKI( "Blue 1" ), BLUE }, + { 0, 72, 0, DARKGREEN, _HKI( "Green 1" ), GREEN }, + { 72, 72, 0, DARKCYAN, _HKI( "Cyan 1" ), CYAN }, + { 0, 0, 72, DARKRED, _HKI( "Red 1" ), RED }, + { 72, 0, 72, DARKMAGENTA, _HKI( "Magenta 1" ), MAGENTA }, + { 0, 72, 72, DARKBROWN, _HKI( "Brown 1" ), BROWN }, + { 132, 0, 0, BLUE, _HKI( "Blue 2" ), LIGHTBLUE }, + { 0, 132, 0, GREEN, _HKI( "Green 2" ), LIGHTGREEN }, + { 132, 132, 0, CYAN, _HKI( "Cyan 2" ), LIGHTCYAN }, + { 0, 0, 132, RED, _HKI( "Red 2" ), LIGHTRED }, + { 132, 0, 132, MAGENTA, _HKI( "Magenta 2" ), LIGHTMAGENTA }, + { 0, 132, 132, BROWN, _HKI( "Brown 2" ), YELLOW }, + { 194, 0, 0, LIGHTBLUE, _HKI( "Blue 3" ), PUREBLUE, }, + { 0, 194, 0, LIGHTGREEN, _HKI( "Green 3" ), PUREGREEN }, + { 194, 194, 0, LIGHTCYAN, _HKI( "Cyan 3" ), PURECYAN }, + { 0, 0, 194, LIGHTRED, _HKI( "Red 3" ), PURERED }, + { 194, 0, 194, LIGHTMAGENTA, _HKI( "Magenta 3" ), PUREMAGENTA }, + { 0, 194, 194, YELLOW, _HKI( "Yellow 3" ), PUREYELLOW }, + { 255, 0, 0, PUREBLUE, _HKI( "Blue 4" ), WHITE }, + { 0, 255, 0, PUREGREEN, _HKI( "Green 4" ), WHITE }, + { 255, 255, 0, PURECYAN, _HKI( "Cyan 4" ), WHITE }, + { 0, 0, 255, PURERED, _HKI( "Red 4" ), WHITE }, + { 255, 0, 255, PUREMAGENTA, _HKI( "Magenta 4" ), WHITE }, + { 0, 255, 255, PUREYELLOW, _HKI( "Yellow 4" ), WHITE }, +}; + + +EDA_COLOR_T ColorByName( const wxString& aName ) +{ + // look for a match in the palette itself + for( EDA_COLOR_T trying = BLACK; trying < NBCOLORS; trying = NextColor(trying) ) + { + if( 0 == aName.CmpNoCase( ColorGetName( trying ) ) ) + return trying; + } + + // Not found, no idea... + return UNSPECIFIED_COLOR; +} + + +bool ColorIsLight( EDA_COLOR_T aColor ) +{ + const StructColors &c = g_ColorRefs[ColorGetBase( aColor )]; + int r = c.m_Red; + int g = c.m_Green; + int b = c.m_Blue; + return ((r * r) + (g * g) + (b * b)) > (128 * 128 * 3); +} + + +EDA_COLOR_T ColorFindNearest( const wxColour &aColor ) +{ + return ColorFindNearest( aColor.Red(), aColor.Green(), aColor.Blue() ); +} + + +EDA_COLOR_T ColorFindNearest( int aR, int aG, int aB ) +{ + EDA_COLOR_T candidate = BLACK; + + /* Find the 'nearest' color in the palette. This is fun. There is + a gazilion of metrics for the color space and no one of the + useful one is in the RGB color space. Who cares, this is a CAD, + not a photosomething... + + I hereby declare that the distance is the sum of the square of the + component difference. Think about the RGB color cube. Now get the + euclidean distance, but without the square root... for ordering + purposes it's the same, obviously. Also each component can't be + less of the target one, since I found this currently work better... + */ + int nearest_distance = 255 * 255 * 3 + 1; // Can't beat this + + for( EDA_COLOR_T trying = BLACK; trying < NBCOLORS; trying = NextColor(trying) ) + { + const StructColors &c = g_ColorRefs[trying]; + int distance = (aR - c.m_Red) * (aR - c.m_Red) + + (aG - c.m_Green) * (aG - c.m_Green) + + (aB - c.m_Blue) * (aB - c.m_Blue); + + if( distance < nearest_distance && c.m_Red >= aR && + c.m_Green >= aG && c.m_Blue >= aB ) + { + nearest_distance = distance; + candidate = trying; + } + } + + return candidate; +} + + +EDA_COLOR_T ColorMix( EDA_COLOR_T aColor1, EDA_COLOR_T aColor2 ) +{ + /* Memoization storage. This could be potentially called for each + * color merge so a cache is useful (there are few colours anyway) */ + static EDA_COLOR_T mix_cache[NBCOLORS][NBCOLORS]; + + // TODO how is alpha used? it's a mac only thing, I have no idea + aColor1 = ColorGetBase( aColor1 ); + aColor2 = ColorGetBase( aColor2 ); + + // First easy thing: a black gives always the other colour + if( aColor1 == BLACK ) + return aColor2; + + if( aColor2 == BLACK) + return aColor1; + + /* Now we are sure that black can't occur, so the rule is: + * BLACK means not computed yet. If we're lucky we already have + * an answer */ + EDA_COLOR_T candidate = mix_cache[aColor1][aColor2]; + + if( candidate != BLACK ) + return candidate; + + // Blend the two colors (i.e. OR the RGB values) + const StructColors &c1 = g_ColorRefs[aColor1]; + const StructColors &c2 = g_ColorRefs[aColor2]; + + // Ask the palette for the nearest color to the mix + wxColour mixed( c1.m_Red | c2.m_Red, + c1.m_Green | c2.m_Green, + c1.m_Blue | c2.m_Blue ); + candidate = ColorFindNearest( mixed ); + + /* Here, BLACK is *not* a good answer, since it would recompute the next time. + * Even theorically its not possible (with the current rules), but + * maybe the metric will change in the future */ + if( candidate == BLACK ) + candidate = DARKDARKGRAY; + + // Store the result in the cache. The operation is commutative, too + mix_cache[aColor1][aColor2] = candidate; + mix_cache[aColor2][aColor1] = candidate; + return candidate; +} + diff --git a/common/common.cpp b/common/common.cpp new file mode 100644 index 0000000..911d581 --- /dev/null +++ b/common/common.cpp @@ -0,0 +1,511 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014-2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2008-2015 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file common.cpp + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + +#include + + +/** + * Global variables definitions. + * + * TODO: All of these variables should be moved into the class were they + * are defined and used. Most of them probably belong in the + * application class. + */ + +bool g_ShowPageLimits = true; +EDA_UNITS_T g_UserUnit; +EDA_COLOR_T g_GhostColor; + + +/* Class LOCALE_IO + * is a class that can be instantiated within a scope in which you are expecting + * exceptions to be thrown. Its constructor sets a "C" locale, to read/print files + * with fp numbers. + * Its destructor insures that the default locale is restored if an exception + * is thrown, or not. + */ + +int LOCALE_IO::m_c_count = 0; + +LOCALE_IO::LOCALE_IO() +{ + wxASSERT_MSG( m_c_count >= 0, wxT( "LOCALE_IO::m_c_count mismanaged." ) ); + + // use thread safe, atomic operation + if( __sync_fetch_and_add( &m_c_count, 1 ) == 0 ) + { + // Store the user locale name, to restore this locale later, in dtor + m_user_locale = setlocale( LC_ALL, 0 ); + // Switch the locale to C locale, to read/write files with fp numbers + setlocale( LC_ALL, "C" ); + } +} + +LOCALE_IO::~LOCALE_IO() +{ + // use thread safe, atomic operation + if( __sync_sub_and_fetch( &m_c_count, 1 ) == 0 ) + { + // revert to the user locale + setlocale( LC_ALL, m_user_locale.c_str() ); + } + + wxASSERT_MSG( m_c_count >= 0, wxT( "LOCALE_IO::m_c_count mismanaged." ) ); +} + + +wxSize GetTextSize( const wxString& aSingleLine, wxWindow* aWindow ) +{ + wxCoord width; + wxCoord height; + + { + wxClientDC dc( aWindow ); + dc.SetFont( aWindow->GetFont() ); + dc.GetTextExtent( aSingleLine, &width, &height ); + } + + return wxSize( width, height ); +} + + +bool EnsureTextCtrlWidth( wxTextCtrl* aCtrl, const wxString* aString ) +{ + wxWindow* window = aCtrl->GetParent(); + + if( !window ) + window = aCtrl; + + wxString ctrlText; + + if( !aString ) + { + ctrlText = aCtrl->GetValue(); + aString = &ctrlText; + } + + wxSize textz = GetTextSize( *aString, window ); + wxSize ctrlz = aCtrl->GetSize(); + + if( ctrlz.GetWidth() < textz.GetWidth() + 10 ) + { + ctrlz.SetWidth( textz.GetWidth() + 10 ); + aCtrl->SetSizeHints( ctrlz ); + return true; + } + + return false; +} + + +wxString ReturnUnitSymbol( EDA_UNITS_T aUnit, const wxString& formatString ) +{ + wxString tmp; + wxString label; + + switch( aUnit ) + { + case INCHES: + tmp = _( "\"" ); + break; + + case MILLIMETRES: + tmp = _( "mm" ); + break; + + case UNSCALED_UNITS: + break; + + case DEGREES: + wxASSERT( false ); + break; + } + + if( formatString.IsEmpty() ) + return tmp; + + label.Printf( formatString, GetChars( tmp ) ); + + return label; +} + + +wxString GetUnitsLabel( EDA_UNITS_T aUnit ) +{ + wxString label; + + switch( aUnit ) + { + case INCHES: + label = _( "inches" ); + break; + + case MILLIMETRES: + label = _( "millimeters" ); + break; + + case UNSCALED_UNITS: + label = _( "units" ); + break; + + case DEGREES: + wxASSERT( false ); + break; + } + + return label; +} + + +wxString GetAbbreviatedUnitsLabel( EDA_UNITS_T aUnit ) +{ + wxString label; + + switch( aUnit ) + { + case INCHES: + label = _( "in" ); + break; + + case MILLIMETRES: + label = _( "mm" ); + break; + + case UNSCALED_UNITS: + break; + + case DEGREES: + label = _( "deg" ); + break; + + default: + label = wxT( "??" ); + break; + } + + return label; +} + + +void AddUnitSymbol( wxStaticText& Stext, EDA_UNITS_T aUnit ) +{ + wxString msg = Stext.GetLabel(); + + msg += ReturnUnitSymbol( aUnit ); + + Stext.SetLabel( msg ); +} + + +void wxStringSplit( const wxString& aText, wxArrayString& aStrings, wxChar aSplitter ) +{ + wxString tmp; + + for( unsigned ii = 0; ii < aText.Length(); ii++ ) + { + if( aText[ii] == aSplitter ) + { + aStrings.Add( tmp ); + tmp.Clear(); + } + + else + tmp << aText[ii]; + } + + if( !tmp.IsEmpty() ) + { + aStrings.Add( tmp ); + } +} + + +int ProcessExecute( const wxString& aCommandLine, int aFlags, wxProcess *callback ) +{ + return wxExecute( aCommandLine, aFlags, callback ); +} + + +time_t GetNewTimeStamp() +{ + static time_t oldTimeStamp; + time_t newTimeStamp; + + newTimeStamp = time( NULL ); + + if( newTimeStamp <= oldTimeStamp ) + newTimeStamp = oldTimeStamp + 1; + + oldTimeStamp = newTimeStamp; + + return newTimeStamp; +} + + +double RoundTo0( double x, double precision ) +{ + assert( precision != 0 ); + + long long ix = KiROUND( x * precision ); + + if ( x < 0.0 ) + ix = -ix; + + int remainder = ix % 10; // remainder is in precision mm + + if( remainder <= 2 ) + ix -= remainder; // truncate to the near number + else if( remainder >= 8 ) + ix += 10 - remainder; // round to near number + + if ( x < 0 ) + ix = -ix; + + return (double) ix / precision; +} + + +wxConfigBase* GetNewConfig( const wxString& aProgName ) +{ + wxConfigBase* cfg = 0; + wxFileName configname; + configname.AssignDir( GetKicadConfigPath() ); + configname.SetFullName( aProgName ); + + cfg = new wxFileConfig( wxT( "" ), wxT( "" ), configname.GetFullPath() ); + return cfg; +} + +wxString GetKicadLockFilePath() +{ + wxFileName lockpath; + lockpath.AssignDir( wxGetHomeDir() ); // Default wx behavior + +#if defined( __WXMAC__ ) + // In OSX use the standard per user cache directory + lockpath.AppendDir( wxT( "Library" ) ); + lockpath.AppendDir( wxT( "Caches" ) ); + lockpath.AppendDir( wxT( "kicad" ) ); +#elif defined( __UNIX__ ) + wxString envstr; + // Try first the standard XDG_RUNTIME_DIR, falling back to XDG_CACHE_HOME + if( wxGetEnv( wxT( "XDG_RUNTIME_DIR" ), &envstr ) && !envstr.IsEmpty() ) + { + lockpath.AssignDir( envstr ); + } + else if( wxGetEnv( wxT( "XDG_CACHE_HOME" ), &envstr ) && !envstr.IsEmpty() ) + { + lockpath.AssignDir( envstr ); + } + else + { + // If all fails, just use ~/.cache + lockpath.AppendDir( wxT( ".cache" ) ); + } + + lockpath.AppendDir( wxT( "kicad" ) ); +#endif + +#if defined( __WXMAC__ ) || defined( __UNIX__ ) + if( !lockpath.DirExists() ) + { + // Lockfiles should be only readable by the user + lockpath.Mkdir( 0700, wxPATH_MKDIR_FULL ); + } +#endif + return lockpath.GetPath(); +} + + +wxString GetKicadConfigPath() +{ + wxFileName cfgpath; + + // From the wxWidgets wxStandardPaths::GetUserConfigDir() help: + // Unix: ~ (the home directory) + // Windows: "C:\Documents and Settings\username\Application Data" + // Mac: ~/Library/Preferences + cfgpath.AssignDir( wxStandardPaths::Get().GetUserConfigDir() ); + +#if !defined( __WINDOWS__ ) && !defined( __WXMAC__ ) + wxString envstr; + + if( !wxGetEnv( wxT( "XDG_CONFIG_HOME" ), &envstr ) || envstr.IsEmpty() ) + { + // XDG_CONFIG_HOME is not set, so use the fallback + cfgpath.AppendDir( wxT( ".config" ) ); + } + else + { + // Override the assignment above with XDG_CONFIG_HOME + cfgpath.AssignDir( envstr ); + } +#endif + + cfgpath.AppendDir( wxT( "kicad" ) ); + + if( !cfgpath.DirExists() ) + { + cfgpath.Mkdir( wxS_DIR_DEFAULT, wxPATH_MKDIR_FULL ); + } + + return cfgpath.GetPath(); +} + + +#include +const wxString ExpandEnvVarSubstitutions( const wxString& aString ) +{ + // wxGetenv( wchar_t* ) is not re-entrant on linux. + // Put a lock on multithreaded use of wxGetenv( wchar_t* ), called from wxEpandEnvVars(), + static MUTEX getenv_mutex; + + MUTLOCK lock( getenv_mutex ); + + // We reserve the right to do this another way, by providing our own member + // function. + return wxExpandEnvVars( aString ); +} + +bool EnsureFileDirectoryExists( wxFileName* aTargetFullFileName, + const wxString& aBaseFilename, + REPORTER* aReporter ) +{ + wxString msg; + wxString baseFilePath = wxFileName( aBaseFilename ).GetPath(); + + // make aTargetFullFileName path, which is relative to aBaseFilename path (if it is not + // already an absolute path) absolute: + if( !aTargetFullFileName->MakeAbsolute( baseFilePath ) ) + { + if( aReporter ) + { + msg.Printf( _( "Cannot make path '%s' absolute with respect to '%s'." ), + GetChars( aTargetFullFileName->GetPath() ), + GetChars( baseFilePath ) ); + aReporter->Report( msg, REPORTER::RPT_ERROR ); + } + + return false; + } + + // Ensure the path of aTargetFullFileName exists, and create it if needed: + wxString outputPath( aTargetFullFileName->GetPath() ); + + if( !wxFileName::DirExists( outputPath ) ) + { + if( wxMkdir( outputPath ) ) + { + if( aReporter ) + { + msg.Printf( _( "Output directory '%s' created.\n" ), GetChars( outputPath ) ); + aReporter->Report( msg, REPORTER::RPT_INFO ); + return true; + } + } + else + { + if( aReporter ) + { + msg.Printf( _( "Cannot create output directory '%s'.\n" ), + GetChars( outputPath ) ); + aReporter->Report( msg, REPORTER::RPT_ERROR ); + } + + return false; + } + } + + return true; +} + + +#ifdef __WXMAC__ +wxString GetOSXKicadUserDataDir() +{ + // According to wxWidgets documentation for GetUserDataDir: + // Mac: ~/Library/Application Support/appname + wxFileName udir( wxStandardPaths::Get().GetUserDataDir(), wxEmptyString ); + + // Since appname is different if started via launcher or standalone binary + // map all to "kicad" here + udir.RemoveLastDir(); + udir.AppendDir( wxT( "kicad" ) ); + + return udir.GetPath(); +} + + +wxString GetOSXKicadMachineDataDir() +{ + return wxT( "/Library/Application Support/kicad" ); +} + + +wxString GetOSXKicadDataDir() +{ + // According to wxWidgets documentation for GetDataDir: + // Mac: appname.app/Contents/SharedSupport bundle subdirectory + wxFileName ddir( wxStandardPaths::Get().GetDataDir(), wxEmptyString ); + + // This must be mapped to main bundle for everything but kicad.app + const wxArrayString dirs = ddir.GetDirs(); + if( dirs[dirs.GetCount() - 3] != wxT( "kicad.app" ) ) + { + // Bundle structure resp. current path is + // kicad.app/Contents/Applications/.app/Contents/SharedSupport + // and will be mapped to + // kicad.app/Contents/SharedSupprt + ddir.RemoveLastDir(); + ddir.RemoveLastDir(); + ddir.RemoveLastDir(); + ddir.RemoveLastDir(); + ddir.AppendDir( wxT( "SharedSupport" ) ); + } + + return ddir.GetPath(); +} +#endif diff --git a/common/common_plotDXF_functions.cpp b/common/common_plotDXF_functions.cpp new file mode 100644 index 0000000..5544ab1 --- /dev/null +++ b/common/common_plotDXF_functions.cpp @@ -0,0 +1,815 @@ +/** + * @file common_plotDXF_functions.cpp + * @brief KiCad: Common plot DXF Routines. + */ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/** + * Oblique angle for DXF native text + * (I don't remember if 15 degrees is the ISO value... it looks nice anyway) + */ +static const double DXF_OBLIQUE_ANGLE = 15; + +/** + * Set the scale/position for the DXF plot + * The DXF engine doesn't support line widths and mirroring. The output + * coordinate system is in the first quadrant (in mm) + */ +void DXF_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil, + double aScale, bool aMirror ) +{ + plotOffset = aOffset; + plotScale = aScale; + + /* DXF paper is 'virtual' so there is no need of a paper size. + Also this way we can handle the aux origin which can be useful + (for example when aligning to a mechanical drawing) */ + paperSize.x = 0; + paperSize.y = 0; + + /* Like paper size DXF units are abstract too. Anyway there is a + * system variable (MEASUREMENT) which will be set to 1 to indicate + * metric units */ + m_IUsPerDecimil = aIusPerDecimil; + iuPerDeviceUnit = 1.0 / aIusPerDecimil; // Gives a DXF in decimils + iuPerDeviceUnit *= 0.00254; // ... now in mm + + SetDefaultLineWidth( 0 ); // No line width on DXF + m_plotMirror = false; // No mirroring on DXF + m_currentColor = BLACK; +} + +/** + * Opens the DXF plot with a skeleton header + */ +bool DXF_PLOTTER::StartPlot() +{ + wxASSERT( outputFile ); + + // DXF HEADER - Boilerplate + // Defines the minimum for drawing i.e. the angle system and the + // continuous linetype + fputs( " 0\n" + "SECTION\n" + " 2\n" + "HEADER\n" + " 9\n" + "$ANGBASE\n" + " 50\n" + "0.0\n" + " 9\n" + "$ANGDIR\n" + " 70\n" + " 1\n" + " 9\n" + "$MEASUREMENT\n" + " 70\n" + "0\n" + " 0\n" // This means 'metric units' + "ENDSEC\n" + " 0\n" + "SECTION\n" + " 2\n" + "TABLES\n" + " 0\n" + "TABLE\n" + " 2\n" + "LTYPE\n" + " 70\n" + "1\n" + " 0\n" + "LTYPE\n" + " 2\n" + "CONTINUOUS\n" + " 70\n" + "0\n" + " 3\n" + "Solid line\n" + " 72\n" + "65\n" + " 73\n" + "0\n" + " 40\n" + "0.0\n" + " 0\n" + "ENDTAB\n", + outputFile ); + + // Text styles table + // Defines 4 text styles, one for each bold/italic combination + fputs( " 0\n" + "TABLE\n" + " 2\n" + "STYLE\n" + " 70\n" + "4\n", outputFile ); + + static const char *style_name[4] = {"KICAD", "KICADB", "KICADI", "KICADBI"}; + for(int i = 0; i < 4; i++ ) + { + fprintf( outputFile, + " 0\n" + "STYLE\n" + " 2\n" + "%s\n" // Style name + " 70\n" + "0\n" // Standard flags + " 40\n" + "0\n" // Non-fixed height text + " 41\n" + "1\n" // Width factor (base) + " 42\n" + "1\n" // Last height (mandatory) + " 50\n" + "%g\n" // Oblique angle + " 71\n" + "0\n" // Generation flags (default) + " 3\n" + // The standard ISO font (when kicad is build with it + // the dxf text in acad matches *perfectly*) + "isocp.shx\n", // Font name (when not bigfont) + // Apply a 15 degree angle to italic text + style_name[i], i < 2 ? 0 : DXF_OBLIQUE_ANGLE ); + } + + + // Layer table - one layer per color + fprintf( outputFile, + " 0\n" + "ENDTAB\n" + " 0\n" + "TABLE\n" + " 2\n" + "LAYER\n" + " 70\n" + "%d\n", NBCOLORS ); + + /* The layer/colors palette. The acad/DXF palette is divided in 3 zones: + + - The primary colors (1 - 9) + - An HSV zone (10-250, 5 values x 2 saturations x 10 hues + - Greys (251 - 255) + + There is *no* black... the white does it on paper, usually, and + anyway it depends on the plotter configuration, since DXF colors + are meant to be logical only (they represent *both* line color and + width); later version with plot styles only complicate the matter! + + As usual, brown and magenta/purple are difficult to place since + they are actually variations of other colors. + */ + static const struct { + const char *name; + int color; + } dxf_layer[NBCOLORS] = { + { "BLACK", 7 }, // In DXF, color 7 is *both* white and black! + { "GRAY1", 251 }, + { "GRAY2", 8 }, + { "GRAY3", 9 }, + { "WHITE", 7 }, + { "LYELLOW", 51 }, + { "BLUE1", 178 }, + { "GREEN1", 98 }, + { "CYAN1", 138 }, + { "RED1", 18 }, + { "MAGENTA1", 228 }, + { "BROWN1", 58 }, + { "BLUE2", 5 }, + { "GREEN2", 3 }, + { "CYAN2", 4 }, + { "RED2", 1 }, + { "MAGENTA2", 6 }, + { "BROWN2", 54 }, + { "BLUE3", 171 }, + { "GREEN3", 91 }, + { "CYAN3", 131 }, + { "RED3", 11 }, + { "MAGENTA3", 221 }, + { "YELLOW3", 2 }, + { "BLUE4", 5 }, + { "GREEN4", 3 }, + { "CYAN4", 4 }, + { "RED4", 1 }, + { "MAGENTA4", 6 }, + { "YELLOW4", 2 } + }; + + for( EDA_COLOR_T i = BLACK; i < NBCOLORS; i = NextColor(i) ) + { + fprintf( outputFile, + " 0\n" + "LAYER\n" + " 2\n" + "%s\n" // Layer name + " 70\n" + "0\n" // Standard flags + " 62\n" + "%d\n" // Color number + " 6\n" + "CONTINUOUS\n",// Linetype name + dxf_layer[i].name, dxf_layer[i].color ); + } + + // End of layer table, begin entities + fputs( " 0\n" + "ENDTAB\n" + " 0\n" + "ENDSEC\n" + " 0\n" + "SECTION\n" + " 2\n" + "ENTITIES\n", outputFile ); + + return true; +} + + +bool DXF_PLOTTER::EndPlot() +{ + wxASSERT( outputFile ); + + // DXF FOOTER + fputs( " 0\n" + "ENDSEC\n" + " 0\n" + "EOF\n", outputFile ); + fclose( outputFile ); + outputFile = NULL; + + return true; +} + + +/** + * The DXF exporter handles 'colors' as layers... + */ +void DXF_PLOTTER::SetColor( EDA_COLOR_T color ) +{ + if( ( color >= 0 && colorMode ) + || ( color == BLACK ) + || ( color == WHITE ) ) + { + m_currentColor = color; + } + else + m_currentColor = BLACK; +} + +/** + * DXF rectangle: fill not supported + */ +void DXF_PLOTTER::Rect( const wxPoint& p1, const wxPoint& p2, FILL_T fill, int width ) +{ + MoveTo( p1 ); + LineTo( wxPoint( p1.x, p2.y ) ); + LineTo( wxPoint( p2.x, p2.y ) ); + LineTo( wxPoint( p2.x, p1.y ) ); + FinishTo( wxPoint( p1.x, p1.y ) ); +} + + +/** + * DXF circle: full functionality; it even does 'fills' drawing a + * circle with a dual-arc polyline wide as the radius. + * + * I could use this trick to do other filled primitives + */ +void DXF_PLOTTER::Circle( const wxPoint& centre, int diameter, FILL_T fill, int width ) +{ + wxASSERT( outputFile ); + double radius = userToDeviceSize( diameter / 2 ); + DPOINT centre_dev = userToDeviceCoordinates( centre ); + if( radius > 0 ) + { + wxString cname( ColorGetName( m_currentColor ) ); + if (!fill) + { + fprintf( outputFile, "0\nCIRCLE\n8\n%s\n10\n%g\n20\n%g\n40\n%g\n", + TO_UTF8( cname ), + centre_dev.x, centre_dev.y, radius ); + } + if (fill == FILLED_SHAPE) + { + double r = radius*0.5; + fprintf( outputFile, "0\nPOLYLINE\n"); + fprintf( outputFile, "8\n%s\n66\n1\n70\n1\n", TO_UTF8( cname )); + fprintf( outputFile, "40\n%g\n41\n%g\n", radius, radius); + fprintf( outputFile, "0\nVERTEX\n8\n%s\n", TO_UTF8( cname )); + fprintf( outputFile, "10\n%g\n 20\n%g\n42\n1.0\n", + centre_dev.x-r, centre_dev.y ); + fprintf( outputFile, "0\nVERTEX\n8\n%s\n", TO_UTF8( cname )); + fprintf( outputFile, "10\n%g\n 20\n%g\n42\n1.0\n", + centre_dev.x+r, centre_dev.y ); + fprintf( outputFile, "0\nSEQEND\n"); + } + } +} + + +/** + * DXF polygon: doesn't fill it but at least it close the filled ones + * DXF does not know thick outline. + * It does not know thhick segments, therefore filled polygons with thick outline + * are converted to inflated polygon by aWidth/2 + */ +void DXF_PLOTTER::PlotPoly( const std::vector& aCornerList, + FILL_T aFill, int aWidth) +{ + if( aCornerList.size() <= 1 ) + return; + + unsigned last = aCornerList.size() - 1; + + // Plot outlines with lines (thickness = 0) to define the polygon + if( aWidth <= 0 ) + { + MoveTo( aCornerList[0] ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + LineTo( aCornerList[ii] ); + + // Close polygon if 'fill' requested + if( aFill ) + { + if( aCornerList[last] != aCornerList[0] ) + LineTo( aCornerList[0] ); + } + + PenFinish(); + + return; + } + + + // if the polygon outline has thickness, and is not filled + // (i.e. is a polyline) plot outlines with thick segments + if( aWidth > 0 && !aFill ) + { + MoveTo( aCornerList[0] ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + ThickSegment( aCornerList[ii-1], aCornerList[ii], + aWidth, FILLED ); + + return; + } + + // The polygon outline has thickness, and is filled + // Build and plot the polygon which contains the initial + // polygon and its thick outline + SHAPE_POLY_SET bufferOutline; + SHAPE_POLY_SET bufferPolybase; + const int circleToSegmentsCount = 16; + + bufferPolybase.NewOutline(); + + // enter outline as polygon: + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + { + TransformRoundedEndsSegmentToPolygon( bufferOutline, + aCornerList[ii-1], aCornerList[ii], circleToSegmentsCount, aWidth ); + } + + // enter the initial polygon: + for( unsigned ii = 0; ii < aCornerList.size(); ii++ ) + { + bufferPolybase.Append( aCornerList[ii] ); + } + + // Merge polygons to build the polygon which contains the initial + // polygon and its thick outline + + bufferPolybase.BooleanAdd( bufferOutline ); // create the outline which contains thick outline + bufferPolybase.Fracture(); + + + if( bufferPolybase.OutlineCount() < 1 ) // should not happen + return; + + const SHAPE_LINE_CHAIN& path = bufferPolybase.COutline( 0 ); + + if( path.PointCount() < 2 ) // should not happen + return; + + // Now, output the final polygon to DXF file: + last = path.PointCount() - 1; + VECTOR2I point = path.CPoint( 0 ); + + wxPoint startPoint( point.x, point.y ); + MoveTo( startPoint ); + + for( int ii = 1; ii < path.PointCount(); ii++ ) + { + point = path.CPoint( ii ); + LineTo( wxPoint( point.x, point.y ) ); + } + + // Close polygon, if needed + point = path.CPoint( last ); + wxPoint endPoint( point.x, point.y ); + + if( endPoint != startPoint ) + LineTo( startPoint ); + + PenFinish(); +} + + +void DXF_PLOTTER::PenTo( const wxPoint& pos, char plume ) +{ + wxASSERT( outputFile ); + if( plume == 'Z' ) + { + return; + } + DPOINT pos_dev = userToDeviceCoordinates( pos ); + DPOINT pen_lastpos_dev = userToDeviceCoordinates( penLastpos ); + + if( penLastpos != pos && plume == 'D' ) + { + // DXF LINE + wxString cname( ColorGetName( m_currentColor ) ); + fprintf( outputFile, "0\nLINE\n8\n%s\n10\n%g\n20\n%g\n11\n%g\n21\n%g\n", + TO_UTF8( cname ), + pen_lastpos_dev.x, pen_lastpos_dev.y, pos_dev.x, pos_dev.y ); + } + penLastpos = pos; +} + + +/** + * Dashed lines are not (yet) supported by DXF_PLOTTER + */ +void DXF_PLOTTER::SetDash( bool dashed ) +{ + // NOP for now +} + + +void DXF_PLOTTER::ThickSegment( const wxPoint& aStart, const wxPoint& aEnd, int aWidth, + EDA_DRAW_MODE_T aPlotMode ) +{ + MoveTo( aStart ); + FinishTo( aEnd ); +} + +/* Plot an arc in DXF format + * Filling is not supported + */ +void DXF_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, int radius, + FILL_T fill, int width ) +{ + wxASSERT( outputFile ); + + if( radius <= 0 ) + return; + + // In DXF, arcs are drawn CCW. + // In Kicad, arcs are CW or CCW + // If StAngle > EndAngle, it is CW. So transform it to CCW + if( StAngle > EndAngle ) + { + std::swap( StAngle, EndAngle ); + } + + DPOINT centre_dev = userToDeviceCoordinates( centre ); + double radius_dev = userToDeviceSize( radius ); + + // Emit a DXF ARC entity + wxString cname( ColorGetName( m_currentColor ) ); + fprintf( outputFile, + "0\nARC\n8\n%s\n10\n%g\n20\n%g\n40\n%g\n50\n%g\n51\n%g\n", + TO_UTF8( cname ), + centre_dev.x, centre_dev.y, radius_dev, + StAngle / 10.0, EndAngle / 10.0 ); +} + +/** + * DXF oval pad: always done in sketch mode + */ +void DXF_PLOTTER::FlashPadOval( const wxPoint& pos, const wxSize& aSize, double orient, + EDA_DRAW_MODE_T trace_mode ) +{ + wxSize size( aSize ); + + /* The chip is reduced to an oval tablet with size.y > size.x + * (Oval vertical orientation 0) */ + if( size.x > size.y ) + { + std::swap( size.x, size.y ); + orient = AddAngles( orient, 900 ); + } + + sketchOval( pos, size, orient, -1 ); +} + + +/** + * DXF round pad: always done in sketch mode; it could be filled but it isn't + * pretty if other kinds of pad aren't... + */ +void DXF_PLOTTER::FlashPadCircle( const wxPoint& pos, int diametre, + EDA_DRAW_MODE_T trace_mode ) +{ + Circle( pos, diametre, NO_FILL ); +} + + +/** + * DXF rectangular pad: alwayd done in sketch mode + */ +void DXF_PLOTTER::FlashPadRect( const wxPoint& pos, const wxSize& padsize, + double orient, EDA_DRAW_MODE_T trace_mode ) +{ + wxASSERT( outputFile ); + wxSize size; + int ox, oy, fx, fy; + + size.x = padsize.x / 2; + size.y = padsize.y / 2; + + if( size.x < 0 ) + size.x = 0; + if( size.y < 0 ) + size.y = 0; + + // If a dimension is zero, the trace is reduced to 1 line + if( size.x == 0 ) + { + ox = pos.x; + oy = pos.y - size.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + fx = pos.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + FinishTo( wxPoint( fx, fy ) ); + return; + } + if( size.y == 0 ) + { + ox = pos.x - size.x; + oy = pos.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + fx = pos.x + size.x; + fy = pos.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + FinishTo( wxPoint( fx, fy ) ); + return; + } + + ox = pos.x - size.x; + oy = pos.y - size.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + + fx = pos.x - size.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + fx = pos.x + size.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + fx = pos.x + size.x; + fy = pos.y - size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + FinishTo( wxPoint( ox, oy ) ); +} + + +/** + * DXF trapezoidal pad: only sketch mode is supported + */ +void DXF_PLOTTER::FlashPadTrapez( const wxPoint& aPadPos, const wxPoint *aCorners, + double aPadOrient, EDA_DRAW_MODE_T aTrace_Mode ) +{ + wxPoint coord[4]; /* coord actual corners of a trapezoidal trace */ + + for( int ii = 0; ii < 4; ii++ ) + { + coord[ii] = aCorners[ii]; + RotatePoint( &coord[ii], aPadOrient ); + coord[ii] += aPadPos; + } + + // Plot edge: + MoveTo( coord[0] ); + LineTo( coord[1] ); + LineTo( coord[2] ); + LineTo( coord[3] ); + FinishTo( coord[0] ); +} + +/** + * Checks if a given string contains non-ASCII characters. + * FIXME: the performance of this code is really poor, but in this case it can be + * acceptable because the plot operation is not called very often. + * @param string String to check + * @return true if it contains some non-ASCII character, false if all characters are + * inside ASCII range (<=255). + */ +bool containsNonAsciiChars( const wxString& string ) +{ + for( unsigned i = 0; i < string.length(); i++ ) + { + wchar_t ch = string[i]; + if( ch > 255 ) + return true; + } + return false; +} + +void DXF_PLOTTER::Text( const wxPoint& aPos, + enum EDA_COLOR_T aColor, + const wxString& aText, + double aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + bool aMultilineAllowed ) +{ + // Fix me: see how to use DXF text mode for multiline texts + if( aMultilineAllowed && !aText.Contains( wxT( "\n" ) ) ) + aMultilineAllowed = false; // the text has only one line. + + if( textAsLines || containsNonAsciiChars( aText ) || aMultilineAllowed ) + { + // output text as graphics. + // Perhaps multiline texts could be handled as DXF text entity + // but I do not want spend time about this (JPC) + PLOTTER::Text( aPos, aColor, aText, aOrient, aSize, aH_justify, aV_justify, + aWidth, aItalic, aBold, aMultilineAllowed ); + } + else + { + /* Emit text as a text entity. This loses formatting and shape but it's + more useful as a CAD object */ + DPOINT origin_dev = userToDeviceCoordinates( aPos ); + SetColor( aColor ); + wxString cname( ColorGetName( m_currentColor ) ); + DPOINT size_dev = userToDeviceSize( aSize ); + int h_code = 0, v_code = 0; + switch( aH_justify ) + { + case GR_TEXT_HJUSTIFY_LEFT: + h_code = 0; + break; + case GR_TEXT_HJUSTIFY_CENTER: + h_code = 1; + break; + case GR_TEXT_HJUSTIFY_RIGHT: + h_code = 2; + break; + } + switch( aV_justify ) + { + case GR_TEXT_VJUSTIFY_TOP: + v_code = 3; + break; + case GR_TEXT_VJUSTIFY_CENTER: + v_code = 2; + break; + case GR_TEXT_VJUSTIFY_BOTTOM: + v_code = 1; + break; + } + + // Position, size, rotation and alignment + // The two alignment point usages is somewhat idiot (see the DXF ref) + // Anyway since we don't use the fit/aligned options, they're the same + fprintf( outputFile, + " 0\n" + "TEXT\n" + " 7\n" + "%s\n" // Text style + " 8\n" + "%s\n" // Layer name + " 10\n" + "%g\n" // First point X + " 11\n" + "%g\n" // Second point X + " 20\n" + "%g\n" // First point Y + " 21\n" + "%g\n" // Second point Y + " 40\n" + "%g\n" // Text height + " 41\n" + "%g\n" // Width factor + " 50\n" + "%g\n" // Rotation + " 51\n" + "%g\n" // Oblique angle + " 71\n" + "%d\n" // Mirror flags + " 72\n" + "%d\n" // H alignment + " 73\n" + "%d\n", // V alignment + aBold ? (aItalic ? "KICADBI" : "KICADB") + : (aItalic ? "KICADI" : "KICAD"), + TO_UTF8( cname ), + origin_dev.x, origin_dev.x, + origin_dev.y, origin_dev.y, + size_dev.y, fabs( size_dev.x / size_dev.y ), + aOrient / 10.0, + aItalic ? DXF_OBLIQUE_ANGLE : 0, + size_dev.x < 0 ? 2 : 0, // X mirror flag + h_code, v_code ); + + /* There are two issue in emitting the text: + - Our overline character (~) must be converted to the appropriate + control sequence %%O or %%o + - Text encoding in DXF is more or less unspecified since depends on + the DXF declared version, the acad version reading it *and* some + system variables to be put in the header handled only by newer acads + Also before R15 unicode simply is not supported (you need to use + bigfonts which are a massive PITA). Common denominator solution: + use Latin1 (and however someone could choke on it, anyway). Sorry + for the extended latin people. If somewant want to try fixing this + recent version seems to use UTF-8 (and not UCS2 like the rest of + Windows) + + XXX Actually there is a *third* issue: older DXF formats are limited + to 255 bytes records (it was later raised to 2048); since I'm lazy + and text so long is not probable I just don't implement this rule. + If someone is interested in fixing this, you have to emit the first + partial lines with group code 3 (max 250 bytes each) and then finish + with a group code 1 (less than 250 bytes). The DXF refs explains it + in no more details... + */ + + bool overlining = false; + fputs( " 1\n", outputFile ); + for( unsigned i = 0; i < aText.length(); i++ ) + { + /* Here I do a bad thing: writing the output one byte at a time! + but today I'm lazy and I have no idea on how to coerce a Unicode + wxString to spit out latin1 encoded text ... + + Atleast stdio is *supposed* to do output buffering, so there is + hope is not too slow */ + wchar_t ch = aText[i]; + if( ch > 255 ) + { + // I can't encode this... + putc( '?', outputFile ); + } + else + { + if( ch == '~' ) + { + // Handle the overline toggle + fputs( overlining ? "%%o" : "%%O", outputFile ); + overlining = !overlining; + } + else + { + putc( ch, outputFile ); + } + } + } + putc( '\n', outputFile ); + } +} + diff --git a/common/common_plotGERBER_functions.cpp b/common/common_plotGERBER_functions.cpp new file mode 100644 index 0000000..914388d --- /dev/null +++ b/common/common_plotGERBER_functions.cpp @@ -0,0 +1,594 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file common_plotGERBER_functions.cpp + * @brief Common GERBER plot routines. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + + +GERBER_PLOTTER::GERBER_PLOTTER() +{ + workFile = 0; + finalFile = 0; + currentAperture = apertures.end(); + + // number of digits after the point (number of digits of the mantissa + // Be carefull: the Gerber coordinates are stored in an integer + // so 6 digits (inches) or 5 digits (mm) is a good value + // To avoid overflow, 7 digits (inches) or 6 digits is a max. + // with lower values than 6 digits (inches) or 5 digits (mm), + // Creating self-intersecting polygons from non-intersecting polygons + // happen easily. + m_gerberUnitInch = false; + m_gerberUnitFmt = 6; +} + + +void GERBER_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil, + double aScale, bool aMirror ) +{ + wxASSERT( aMirror == false ); + m_plotMirror = false; + plotOffset = aOffset; + wxASSERT( aScale == 1 ); // aScale parameter is not used in Gerber + plotScale = 1; // Plot scale is *always* 1.0 + + m_IUsPerDecimil = aIusPerDecimil; + // gives now a default value to iuPerDeviceUnit (because the units of the caller is now known) + // which could be modified later by calling SetGerberCoordinatesFormat() + iuPerDeviceUnit = pow( 10.0, m_gerberUnitFmt ) / ( m_IUsPerDecimil * 10000.0 ); + + // We don't handle the filmbox, and it's more useful to keep the + // origin at the origin + paperSize.x = 0; + paperSize.y = 0; + SetDefaultLineWidth( 100 * aIusPerDecimil ); // Arbitrary default +} + + +void GERBER_PLOTTER::SetGerberCoordinatesFormat( int aResolution, bool aUseInches ) +{ + m_gerberUnitInch = aUseInches; + m_gerberUnitFmt = aResolution; + + iuPerDeviceUnit = pow( 10.0, m_gerberUnitFmt ) / ( m_IUsPerDecimil * 10000.0 ); + + if( ! m_gerberUnitInch ) + iuPerDeviceUnit *= 25.4; // gerber output in mm +} + + +void GERBER_PLOTTER::emitDcode( const DPOINT& pt, int dcode ) +{ + + fprintf( outputFile, "X%dY%dD%02d*\n", + KiROUND( pt.x ), KiROUND( pt.y ), dcode ); +} + + +bool GERBER_PLOTTER::StartPlot() +{ + wxASSERT( outputFile ); + + finalFile = outputFile; // the actual gerber file will be created later + + // Create a temporary filename to store gerber file + // note tmpfile() does not work under Vista and W7 in user mode + m_workFilename = filename + wxT(".tmp"); + workFile = wxFopen( m_workFilename, wxT( "wt" )); + outputFile = workFile; + wxASSERT( outputFile ); + + if( outputFile == NULL ) + return false; + + for( unsigned ii = 0; ii < m_headerExtraLines.GetCount(); ii++ ) + { + if( ! m_headerExtraLines[ii].IsEmpty() ) + fprintf( outputFile, "%s\n", TO_UTF8( m_headerExtraLines[ii] ) ); + } + + // Set coordinate format to 3.6 or 4.5 absolute, leading zero omitted + // the number of digits for the integer part of coordintes is needed + // in gerber format, but is not very important when omitting leading zeros + // It is fixed here to 3 (inch) or 4 (mm), but is not actually used + int leadingDigitCount = m_gerberUnitInch ? 3 : 4; + + fprintf( outputFile, "%%FSLAX%d%dY%d%d*%%\n", + leadingDigitCount, m_gerberUnitFmt, + leadingDigitCount, m_gerberUnitFmt ); + fprintf( outputFile, + "G04 Gerber Fmt %d.%d, Leading zero omitted, Abs format (unit %s)*\n", + leadingDigitCount, m_gerberUnitFmt, + m_gerberUnitInch ? "inch" : "mm" ); + + wxString Title = creator + wxT( " " ) + GetBuildVersion(); + fprintf( outputFile, "G04 Created by KiCad (%s) date %s*\n", + TO_UTF8( Title ), TO_UTF8( DateAndTime() ) ); + + /* Mass parameter: unit = INCHES/MM */ + if( m_gerberUnitInch ) + fputs( "%MOIN*%\n", outputFile ); + else + fputs( "%MOMM*%\n", outputFile ); + + // Be sure the usual dark polarity is selected: + fputs( "%LPD*%\n", outputFile ); + + // Specify linear interpol (G01): + fputs( "G01*\n", outputFile ); + + fputs( "G04 APERTURE LIST*\n", outputFile ); + /* Select the default aperture */ + SetCurrentLineWidth( -1 ); + + return true; +} + + +bool GERBER_PLOTTER::EndPlot() +{ + char line[1024]; + wxString msg; + + wxASSERT( outputFile ); + + /* Outfile is actually a temporary file i.e. workFile */ + fputs( "M02*\n", outputFile ); + fflush( outputFile ); + + fclose( workFile ); + workFile = wxFopen( m_workFilename, wxT( "rt" )); + wxASSERT( workFile ); + outputFile = finalFile; + + // Placement of apertures in RS274X + while( fgets( line, 1024, workFile ) ) + { + fputs( line, outputFile ); + + if( strcmp( strtok( line, "\n\r" ), "G04 APERTURE LIST*" ) == 0 ) + { + writeApertureList(); + fputs( "G04 APERTURE END LIST*\n", outputFile ); + } + } + + fclose( workFile ); + fclose( finalFile ); + ::wxRemoveFile( m_workFilename ); + outputFile = 0; + + return true; +} + + +void GERBER_PLOTTER::SetDefaultLineWidth( int width ) +{ + defaultPenWidth = width; + currentAperture = apertures.end(); +} + + +void GERBER_PLOTTER::SetCurrentLineWidth( int width ) +{ + int pen_width; + + if( width > 0 ) + pen_width = width; + else + pen_width = defaultPenWidth; + + selectAperture( wxSize( pen_width, pen_width ), APERTURE::Plotting ); + currentPenWidth = pen_width; +} + + +std::vector::iterator GERBER_PLOTTER::getAperture( const wxSize& size, + APERTURE::APERTURE_TYPE type ) +{ + int last_D_code = 9; + + // Search an existing aperture + std::vector::iterator tool = apertures.begin(); + + while( tool != apertures.end() ) + { + last_D_code = tool->DCode; + + if( (tool->Type == type) && (tool->Size == size) ) + return tool; + + tool++; + } + + // Allocate a new aperture + APERTURE new_tool; + new_tool.Size = size; + new_tool.Type = type; + new_tool.DCode = last_D_code + 1; + apertures.push_back( new_tool ); + return apertures.end() - 1; +} + + +void GERBER_PLOTTER::selectAperture( const wxSize& size, + APERTURE::APERTURE_TYPE type ) +{ + wxASSERT( outputFile ); + + if( ( currentAperture == apertures.end() ) + || ( currentAperture->Type != type ) + || ( currentAperture->Size != size ) ) + { + // Pick an existing aperture or create a new one + currentAperture = getAperture( size, type ); + fprintf( outputFile, "D%d*\n", currentAperture->DCode ); + } +} + + +void GERBER_PLOTTER::writeApertureList() +{ + wxASSERT( outputFile ); + char cbuf[1024]; + + // Init + for( std::vector::iterator tool = apertures.begin(); + tool != apertures.end(); tool++ ) + { + // apertude sizes are in inch or mm, regardless the + // coordinates format + double fscale = 0.0001 * plotScale / m_IUsPerDecimil; // inches + + if(! m_gerberUnitInch ) + fscale *= 25.4; // size in mm + + char* text = cbuf + sprintf( cbuf, "%%ADD%d", tool->DCode ); + + /* Please note: the Gerber specs for mass parameters say that + exponential syntax is *not* allowed and the decimal point should + also be always inserted. So the %g format is ruled out, but %f is fine + (the # modifier forces the decimal point). Sadly the %f formatter + can't remove trailing zeros but thats not a problem, since nothing + forbid it (the file is only slightly longer) */ + + switch( tool->Type ) + { + case APERTURE::Circle: + sprintf( text, "C,%#f*%%\n", tool->Size.x * fscale ); + break; + + case APERTURE::Rect: + sprintf( text, "R,%#fX%#f*%%\n", + tool->Size.x * fscale, + tool->Size.y * fscale ); + break; + + case APERTURE::Plotting: + sprintf( text, "C,%#f*%%\n", tool->Size.x * fscale ); + break; + + case APERTURE::Oval: + sprintf( text, "O,%#fX%#f*%%\n", + tool->Size.x * fscale, + tool->Size.y * fscale ); + break; + } + + fputs( cbuf, outputFile ); + } +} + + +void GERBER_PLOTTER::PenTo( const wxPoint& aPos, char plume ) +{ + DPOINT pos_dev = userToDeviceCoordinates( aPos ); + + switch( plume ) + { + case 'Z': + break; + + case 'U': + emitDcode( pos_dev, 2 ); + break; + + case 'D': + emitDcode( pos_dev, 1 ); + } + + penState = plume; +} + + +void GERBER_PLOTTER::Rect( const wxPoint& p1, const wxPoint& p2, FILL_T fill, int width ) +{ + std::vector< wxPoint > cornerList; + + // Build corners list + cornerList.push_back( p1 ); + wxPoint corner(p1.x, p2.y); + cornerList.push_back( corner ); + cornerList.push_back( p2 ); + corner.x = p2.x; + corner.y = p1.y; + cornerList.push_back( corner ); + cornerList.push_back( p1 ); + + PlotPoly( cornerList, fill, width ); +} + + +void GERBER_PLOTTER::Circle( const wxPoint& aCenter, int aDiameter, FILL_T aFill, int aWidth ) +{ + Arc( aCenter, 0, 3600, aDiameter / 2, aFill, aWidth ); +} + + +void GERBER_PLOTTER::Arc( const wxPoint& aCenter, double aStAngle, double aEndAngle, + int aRadius, FILL_T aFill, int aWidth ) +{ + wxASSERT( outputFile ); + wxPoint start, end; + start.x = aCenter.x + KiROUND( cosdecideg( aRadius, aStAngle ) ); + start.y = aCenter.y - KiROUND( sindecideg( aRadius, aStAngle ) ); + SetCurrentLineWidth( aWidth ); + MoveTo( start ); + end.x = aCenter.x + KiROUND( cosdecideg( aRadius, aEndAngle ) ); + end.y = aCenter.y - KiROUND( sindecideg( aRadius, aEndAngle ) ); + DPOINT devEnd = userToDeviceCoordinates( end ); + DPOINT devCenter = userToDeviceCoordinates( aCenter ) - userToDeviceCoordinates( start ); + + fprintf( outputFile, "G75*\n" ); // Multiquadrant mode + + if( aStAngle < aEndAngle ) + fprintf( outputFile, "G03" ); + else + fprintf( outputFile, "G02" ); + + fprintf( outputFile, "X%dY%dI%dJ%dD01*\n", + KiROUND( devEnd.x ), KiROUND( devEnd.y ), + KiROUND( devCenter.x ), KiROUND( devCenter.y ) ); + fprintf( outputFile, "G01*\n" ); // Back to linear interp. +} + + +void GERBER_PLOTTER:: PlotPoly( const std::vector< wxPoint >& aCornerList, + FILL_T aFill, int aWidth ) +{ + if( aCornerList.size() <= 1 ) + return; + + // Gerber format does not know filled polygons with thick outline + // Therefore, to plot a filled polygon with outline having a thickness, + // one should plot outline as thick segments + + SetCurrentLineWidth( aWidth ); + + if( aFill ) + { + fputs( "G36*\n", outputFile ); + + MoveTo( aCornerList[0] ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + LineTo( aCornerList[ii] ); + + FinishTo( aCornerList[0] ); + fputs( "G37*\n", outputFile ); + } + + if( aWidth > 0 ) + { + MoveTo( aCornerList[0] ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + LineTo( aCornerList[ii] ); + + // Ensure the thick outline is closed for filled polygons + // (if not filled, could be only a polyline) + if( aFill && ( aCornerList[aCornerList.size()-1] != aCornerList[0] ) ) + LineTo( aCornerList[0] ); + + PenFinish(); + } +} + + +void GERBER_PLOTTER::FlashPadCircle( const wxPoint& pos, int diametre, EDA_DRAW_MODE_T trace_mode ) +{ + wxSize size( diametre, diametre ); + + if( trace_mode == SKETCH ) + { + SetCurrentLineWidth( -1 ); + Circle( pos, diametre - currentPenWidth, NO_FILL ); + } + else + { + DPOINT pos_dev = userToDeviceCoordinates( pos ); + selectAperture( size, APERTURE::Circle ); + emitDcode( pos_dev, 3 ); + } +} + + +void GERBER_PLOTTER::FlashPadOval( const wxPoint& pos, const wxSize& aSize, double orient, + EDA_DRAW_MODE_T trace_mode ) +{ + int x0, y0, x1, y1, delta; + wxSize size( aSize ); + + /* Plot a flashed shape. */ + if( ( orient == 0 || orient == 900 || orient == 1800 || orient == 2700 ) + && trace_mode == FILLED ) + { + if( orient == 900 || orient == 2700 ) /* orientation turned 90 deg. */ + std::swap( size.x, size.y ); + + DPOINT pos_dev = userToDeviceCoordinates( pos ); + selectAperture( size, APERTURE::Oval ); + emitDcode( pos_dev, 3 ); + } + else /* Plot pad as a segment. */ + { + if( size.x > size.y ) + { + std::swap( size.x, size.y ); + + if( orient < 2700 ) + orient += 900; + else + orient -= 2700; + } + + if( trace_mode == FILLED ) + { + /* XXX to do: use an aperture macro to declare the rotated pad */ + /* The pad is reduced to an oval with dy > dx */ + delta = size.y - size.x; + x0 = 0; + y0 = -delta / 2; + x1 = 0; + y1 = delta / 2; + RotatePoint( &x0, &y0, orient ); + RotatePoint( &x1, &y1, orient ); + ThickSegment( wxPoint( pos.x + x0, pos.y + y0 ), + wxPoint( pos.x + x1, pos.y + y1 ), + size.x, trace_mode ); + } + else + { + sketchOval( pos, size, orient, -1 ); + } + } +} + + +void GERBER_PLOTTER::FlashPadRect( const wxPoint& pos, const wxSize& aSize, + double orient, EDA_DRAW_MODE_T trace_mode ) + +{ + wxSize size( aSize ); + + // Plot as an aperture flash + switch( int( orient ) ) + { + case 900: + case 2700: // rotation of 90 degrees or 270 swaps sizes + std::swap( size.x, size.y ); + + // Pass through + case 0: + case 1800: + if( trace_mode == SKETCH ) + { + SetCurrentLineWidth( -1 ); + Rect( wxPoint( pos.x - (size.x - currentPenWidth) / 2, + pos.y - (size.y - currentPenWidth) / 2 ), + wxPoint( pos.x + (size.x - currentPenWidth) / 2, + pos.y + (size.y - currentPenWidth) / 2 ), + NO_FILL ); + } + else + { + DPOINT pos_dev = userToDeviceCoordinates( pos ); + selectAperture( size, APERTURE::Rect ); + emitDcode( pos_dev, 3 ); + } + break; + + default: // plot pad shape as polygon + { + // XXX to do: use an aperture macro to declare the rotated pad + wxPoint coord[4]; + // coord[0] is assumed the lower left + // coord[1] is assumed the upper left + // coord[2] is assumed the upper right + // coord[3] is assumed the lower right + + /* Trace the outline. */ + coord[0].x = -size.x/2; // lower left + coord[0].y = size.y/2; + coord[1].x = -size.x/2; // upper left + coord[1].y = -size.y/2; + coord[2].x = size.x/2; // upper right + coord[2].y = -size.y/2; + coord[3].x = size.x/2; // lower right + coord[3].y = size.y/2; + + FlashPadTrapez( pos, coord, orient, trace_mode ); + } + break; + } +} + + +void GERBER_PLOTTER::FlashPadTrapez( const wxPoint& aPadPos, const wxPoint* aCorners, + double aPadOrient, EDA_DRAW_MODE_T aTrace_Mode ) + +{ + // XXX to do: use an aperture macro to declare the pad + // polygon corners list + std::vector< wxPoint > cornerList; + + for( int ii = 0; ii < 4; ii++ ) + cornerList.push_back( aCorners[ii] ); + + // Draw the polygon and fill the interior as required + for( unsigned ii = 0; ii < 4; ii++ ) + { + RotatePoint( &cornerList[ii], aPadOrient ); + cornerList[ii] += aPadPos; + } + + // Close the polygon + cornerList.push_back( cornerList[0] ); + + SetCurrentLineWidth( -1 ); + PlotPoly( cornerList, aTrace_Mode==FILLED ? FILLED_SHAPE : NO_FILL ); +} + + +void GERBER_PLOTTER::SetLayerPolarity( bool aPositive ) +{ + if( aPositive ) + fprintf( outputFile, "%%LPD*%%\n" ); + else + fprintf( outputFile, "%%LPC*%%\n" ); +} diff --git a/common/common_plotHPGL_functions.cpp b/common/common_plotHPGL_functions.cpp new file mode 100644 index 0000000..ba99b67 --- /dev/null +++ b/common/common_plotHPGL_functions.cpp @@ -0,0 +1,740 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file common_plotHPGL_functions.cpp + * @brief KiCad: Common plot HPGL Routines + * Filled primitive are not supported, but some could be using HPGL/2 + * Since this plot engine is mostly intended for import in external programs, + * sadly HPGL/2 isn't supported a lot... some of the primitives use overlapped + * strokes to fill the shape + */ + +/* Some HPGL commands: + * Note: the HPGL unit is 25 micrometers + * All commands MUST be terminated by a semi-colon or a linefeed. + * Spaces can NOT be substituted for required commas in the syntax of a command. + * + * + * AA (Arc Absolute): Angle is a floating point # (requires non integer value) + * Draws an arc with the center at (X,Y). + * A positive angle creates a counter-clockwise arc. + * If the chord angle is specified, + * this will be the number of degrees used for stepping around the arc. + * If no value is given then a default value of five degrees is used. + * AA x, y, a {,b}; + * + * AR (Arc Relative): + * AR Dx, Dy, a {, b}; + * + * CA (Alternate Character Set): + * CA {n}; + * + * CI (Circle): + * CI r {,b}; + * + * CP (Character Plot): + * CP {h, v}; + * h [-127.9999 .. 127.9999] Anzahl der Zeichen horizontal + * v [-127.9999 .. 127.9999] Anzahl der Zeichen vertikal + * + * CS (Standard Character Set): + * CS {n}; + * + * DR (Relative Direction for Label Text): + * DR s, a; + * + * DI (Absolute Direction for Label Text): + * DI {s, a}; + * + * DT (Define Terminator - this character becomes unavailable except to terminate a label string. + * Default is ^C control-C): + * DT t; + * + * EA (rEctangle Absolute - Unfilled, from current position to diagonal x,y): + * EA x, y; + * + * ER (rEctangle Relative - Unfilled, from current position to diagonal x,y): + * ER x,y; + * + * FT (Fill Type): + * FT {s {,l {a}}}; + * + * IM (Input Mask): + * IM {f}; + * + * IN (Initialize): This command instructs the controller to begin processing the HPGL plot file. + * Without this, the commands in the file are received but never executed. + * If multiple IN s are found during execution of the file, + * the controller performs a Pause/Cancel operation. + * All motion from the previous job, yet to be executed, is lost, + * and the new information is executed. + * IN; + * + * IP Input P1 and P2: + * IP {P1x, P1y {, P2x, P2y}}; + * + * IW (Input Window): + * IW {XUL, YUL, XOR, YOR}; + * + * LB (Label): + * LB c1 .. cn t; + * + * PA (Plot Absolute): Moves to an absolute HPGL position and sets absolute mode for + * future PU and PD commands. If no arguments follow the command, + * only absolute mode is set. + * PA {x1, y1 {{PU|PD|,} ..., ..., xn, yn}}; + * P1x, P1y, P2x, P2y [Integer in ASCII] + * + * PD (Pen Down): Executes pen then moves to the requested position + * if one is specified. This position is dependent on whether absolute + * or relative mode is set. This command performs no motion in 3-D mode, + * but the outputs and feedrates are affected. + * PD {x, y}; + * + * PR (Plot Relative): Moves to the relative position specified and sets relative mode + * for future PU and PD commands. + * If no arguments follow the command, only relative mode is set. + * PR {Dx1, Dy1 {{PU|PD|,} ..., ..., Dxn, Dyn}}; + * + * PS (Paper Size): + * PS {n}; + * + * PT (Pen Thickness): + * PT {l}; + * + * PU (Pen Up): Executes pen then moves to the requested position + * if one is specified. This position is dependent on whether absolute + * or relative mode is set. + * This command performs no motion in 3-D mode, but the outputs + * and feedrates are affected. + * PU {x, y}; + * + * RA (Rectangle Absolute - Filled, from current position to diagonal x,y): + * RA x, y; + * + * RO (Rotate Coordinate System): + * RO; + * + * RR (Rectangle Relative - Filled, from current position to diagonal x,y): + * RR x, y; + * + * SA (Select Alternate Set): + * SA; + * + * SC (Scale): + * SC {Xmin, Xmax, Ymin, Ymax}; + * + * SI (Absolute Character Size): + * SI b, h; + * b [-127.9999 .. 127.9999, keine 0] + * h [-127.9999 .. 127.9999, keine 0] + * + * SL (Character Slant): + * SL {a}; + * a [-3.5 .. -0.5, 0.5 .. 3.5] +* + * SP (Select Pen): Selects a new pen or tool for use. + * If no pen number or a value of zero is given, + * the controller performs an EOF (end of file command). + * Once an EOF is performed, no motion is executed, + * until a new IN command is received. + * SP n; + * + * SR (Relative Character Size): + * SR {b, h}; + * b [-127.9999 .. 127.9999, keine 0] + * h [-127.9999 .. 127.9999, keine 0] + * + * SS (Select Standard Set): + * SS; + * + * TL (Tick Length): + * TL {tp {, tm}}; + * + * UC (User Defined Character): + * UC {i,} x1, y1, {i,} x2, y2, ... {i,} xn, yn; + * + * VS (Velocity Select): + * VS {v {, n}}; + * v [1 .. 40] + * n [1 .. 8, je nach Ausstattung] + * + * XT (X Tick): + * XT; + * + * YT (Y Tick): + * YT; + */ + + +#include +#include +#include +#include +#include +#include +#include +#include + +// HPGL scale factor (1 PLU = 1/40mm = 25 micrometers) +static const double PLUsPERDECIMIL = 0.102041; + +HPGL_PLOTTER::HPGL_PLOTTER() +{ + SetPenSpeed( 40 ); // Default pen speed = 40 cm/s; Pen speed is *always* in cm + SetPenNumber( 1 ); // Default pen num = 1 + SetPenDiameter( 0.0 ); + SetPenOverlap( 0.0 ); +} + +void HPGL_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil, + double aScale, bool aMirror ) +{ + plotOffset = aOffset; + plotScale = aScale; + m_IUsPerDecimil = aIusPerDecimil; + iuPerDeviceUnit = PLUsPERDECIMIL / aIusPerDecimil; + /* Compute the paper size in IUs */ + paperSize = pageInfo.GetSizeMils(); + paperSize.x *= 10.0 * aIusPerDecimil; + paperSize.y *= 10.0 * aIusPerDecimil; + SetDefaultLineWidth( 0 ); // HPGL has pen sizes instead + m_plotMirror = aMirror; +} + + +/** + * At the start of the HPGL plot pen speed and number are requested + */ +bool HPGL_PLOTTER::StartPlot() +{ + wxASSERT( outputFile ); + fprintf( outputFile, "IN;VS%d;PU;PA;SP%d;\n", penSpeed, penNumber ); + return true; +} + + +/** + * HPGL end of plot: pen return and release + */ +bool HPGL_PLOTTER::EndPlot() +{ + wxASSERT( outputFile ); + fputs( "PU;PA;SP0;\n", outputFile ); + fclose( outputFile ); + outputFile = NULL; + return true; +} + + +/** + * HPGL rectangle: fill not supported + */ +void HPGL_PLOTTER::Rect( const wxPoint& p1, const wxPoint& p2, FILL_T fill, int width ) +{ + wxASSERT( outputFile ); + DPOINT p2dev = userToDeviceCoordinates( p2 ); + MoveTo( p1 ); + fprintf( outputFile, "EA %.0f,%.0f;\n", p2dev.x, p2dev.y ); + PenFinish(); +} + + +/** + * HPGL circle: fill not supported + */ +void HPGL_PLOTTER::Circle( const wxPoint& centre, int diameter, FILL_T fill, + int width ) +{ + wxASSERT( outputFile ); + double radius = userToDeviceSize( diameter / 2 ); + + if( radius > 0 ) + { + MoveTo( centre ); + fprintf( outputFile, "CI %g;\n", radius ); + PenFinish(); + } +} + + +/** + * HPGL polygon: fill not supported (but closed, at least) + */ +void HPGL_PLOTTER::PlotPoly( const std::vector& aCornerList, + FILL_T aFill, int aWidth ) +{ + if( aCornerList.size() <= 1 ) + return; + + SetCurrentLineWidth( aWidth ); + + MoveTo( aCornerList[0] ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + LineTo( aCornerList[ii] ); + + // Close polygon if filled. + if( aFill ) + { + int ii = aCornerList.size() - 1; + + if( aCornerList[ii] != aCornerList[0] ) + LineTo( aCornerList[0] ); + } + + PenFinish(); +} + + +/** + * Pen control logic (remove redundant pen activations) + */ +void HPGL_PLOTTER::penControl( char plume ) +{ + wxASSERT( outputFile ); + + switch( plume ) + { + case 'U': + + if( penState != 'U' ) + { + fputs( "PU;", outputFile ); + penState = 'U'; + } + + break; + + case 'D': + + if( penState != 'D' ) + { + fputs( "PD;", outputFile ); + penState = 'D'; + } + + break; + + case 'Z': + fputs( "PU;", outputFile ); + penState = 'U'; + penLastpos.x = -1; + penLastpos.y = -1; + break; + } +} + + +void HPGL_PLOTTER::PenTo( const wxPoint& pos, char plume ) +{ + wxASSERT( outputFile ); + + if( plume == 'Z' ) + { + penControl( 'Z' ); + return; + } + + penControl( plume ); + DPOINT pos_dev = userToDeviceCoordinates( pos ); + + if( penLastpos != pos ) + fprintf( outputFile, "PA %.0f,%.0f;\n", pos_dev.x, pos_dev.y ); + + penLastpos = pos; +} + + +/** + * HPGL supports dashed lines + */ +void HPGL_PLOTTER::SetDash( bool dashed ) +{ + wxASSERT( outputFile ); + + if( dashed ) + fputs( "LI 2;\n", outputFile ); + else + fputs( "LI;\n", outputFile ); +} + + +void HPGL_PLOTTER::ThickSegment( const wxPoint& start, const wxPoint& end, + int width, EDA_DRAW_MODE_T tracemode ) +{ + wxPoint center; + wxSize size; + + // Suppress overlap if pen is too big + if( penDiameter >= width ) + { + MoveTo( start ); + FinishTo( end ); + } + else + segmentAsOval( start, end, width, tracemode ); +} + + +/* Plot an arc: + * Center = center coord + * Stangl, endAngle = angle of beginning and end + * Radius = radius of the arc + * Command + * PU PY x, y; PD start_arc_X AA, start_arc_Y, angle, NbSegm; PU; + * Or PU PY x, y; PD start_arc_X AA, start_arc_Y, angle, PU; + */ +void HPGL_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, int radius, + FILL_T fill, int width ) +{ + wxASSERT( outputFile ); + double angle; + + if( radius <= 0 ) + return; + + DPOINT centre_dev = userToDeviceCoordinates( centre ); + + if( m_plotMirror ) + angle = StAngle - EndAngle; + else + angle = EndAngle - StAngle; + + NORMALIZE_ANGLE_180( angle ); + angle /= 10; + + // Calculate arc start point: + wxPoint cmap; + cmap.x = centre.x + KiROUND( cosdecideg( radius, StAngle ) ); + cmap.y = centre.y - KiROUND( sindecideg( radius, StAngle ) ); + DPOINT cmap_dev = userToDeviceCoordinates( cmap ); + + fprintf( outputFile, + "PU;PA %.0f,%.0f;PD;AA %.0f,%.0f,", + cmap_dev.x, cmap_dev.y, + centre_dev.x, centre_dev.y ); + fprintf( outputFile, "%.0f", angle ); + fprintf( outputFile, ";PU;\n" ); + PenFinish(); +} + + +/* Plot oval pad. + */ +void HPGL_PLOTTER::FlashPadOval( const wxPoint& pos, const wxSize& aSize, double orient, + EDA_DRAW_MODE_T trace_mode ) +{ + int deltaxy, cx, cy; + wxSize size( aSize ); + + /* The pad is reduced to an oval with size.y > size.x + * (Oval vertical orientation 0) + */ + if( size.x > size.y ) + { + std::swap( size.x, size.y ); + orient = AddAngles( orient, 900 ); + } + + deltaxy = size.y - size.x; // distance between centers of the oval + + if( trace_mode == FILLED ) + { + FlashPadRect( pos, wxSize( size.x, deltaxy + KiROUND( penDiameter ) ), + orient, trace_mode ); + cx = 0; cy = deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + FlashPadCircle( wxPoint( cx + pos.x, cy + pos.y ), size.x, trace_mode ); + cx = 0; cy = -deltaxy / 2; + RotatePoint( &cx, &cy, orient ); + FlashPadCircle( wxPoint( cx + pos.x, cy + pos.y ), size.x, trace_mode ); + } + else // Plot in SKETCH mode. + { + sketchOval( pos, size, orient, KiROUND( penDiameter ) ); + } +} + + +/* Plot round pad or via. + */ +void HPGL_PLOTTER::FlashPadCircle( const wxPoint& pos, int diametre, + EDA_DRAW_MODE_T trace_mode ) +{ + wxASSERT( outputFile ); + DPOINT pos_dev = userToDeviceCoordinates( pos ); + + int delta = KiROUND( penDiameter - penOverlap ); + int radius = ( diametre - KiROUND( penDiameter ) ) / 2; + + if( radius < 0 ) + radius = 0; + + double rsize = userToDeviceSize( radius ); + + fprintf( outputFile, "PA %.0f,%.0f;CI %.0f;\n", + pos_dev.x, pos_dev.y, rsize ); + + if( trace_mode == FILLED ) // Plot in filled mode. + { + if( delta > 0 ) + { + while( (radius -= delta ) >= 0 ) + { + rsize = userToDeviceSize( radius ); + fprintf( outputFile, "PA %.0f,%.0f;CI %.0f;\n", + pos_dev.x, pos_dev.y, rsize ); + } + } + } + + PenFinish(); +} + + +void HPGL_PLOTTER::FlashPadRect( const wxPoint& pos, const wxSize& padsize, + double orient, EDA_DRAW_MODE_T trace_mode ) +{ + wxASSERT( outputFile ); + wxSize size; + int delta; + int ox, oy, fx, fy; + + size.x = padsize.x / 2; + size.y = padsize.y / 2; + + size.x = (padsize.x - (int) penDiameter) / 2; + size.y = (padsize.y - (int) penDiameter) / 2; + + if( size.x < 0 ) + size.x = 0; + + if( size.y < 0 ) + size.y = 0; + + // If a dimension is zero, the trace is reduced to 1 line. + if( size.x == 0 ) + { + ox = pos.x; + oy = pos.y - size.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + fx = pos.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + FinishTo( wxPoint( fx, fy ) ); + return; + } + + if( size.y == 0 ) + { + ox = pos.x - size.x; + oy = pos.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + fx = pos.x + size.x; + fy = pos.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + FinishTo( wxPoint( fx, fy ) ); + return; + } + + ox = pos.x - size.x; + oy = pos.y - size.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + + fx = pos.x - size.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + fx = pos.x + size.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + fx = pos.x + size.x; + fy = pos.y - size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + FinishTo( wxPoint( ox, oy ) ); + + if( trace_mode == FILLED ) + { + // Plot in filled mode. + delta = (int) (penDiameter - penOverlap); + + if( delta > 0 ) + while( (size.x > 0) && (size.y > 0) ) + { + size.x -= delta; + size.y -= delta; + + if( size.x < 0 ) + size.x = 0; + + if( size.y < 0 ) + size.y = 0; + + ox = pos.x - size.x; + oy = pos.y - size.y; + RotatePoint( &ox, &oy, pos.x, pos.y, orient ); + MoveTo( wxPoint( ox, oy ) ); + + fx = pos.x - size.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + fx = pos.x + size.x; + fy = pos.y + size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + fx = pos.x + size.x; + fy = pos.y - size.y; + RotatePoint( &fx, &fy, pos.x, pos.y, orient ); + LineTo( wxPoint( fx, fy ) ); + + FinishTo( wxPoint( ox, oy ) ); + } + + + } +} + + +void HPGL_PLOTTER::FlashPadTrapez( const wxPoint& aPadPos, const wxPoint* aCorners, + double aPadOrient, EDA_DRAW_MODE_T aTrace_Mode ) +{ + wxPoint polygone[4]; // coordinates of corners relatives to the pad + wxPoint coord[4]; // absolute coordinates of corners (coordinates in plotter space) + int move; + + move = KiROUND( penDiameter ); + + for( int ii = 0; ii < 4; ii++ ) + polygone[ii] = aCorners[ii]; + + // polygone[0] is assumed the lower left + // polygone[1] is assumed the upper left + // polygone[2] is assumed the upper right + // polygone[3] is assumed the lower right + + // Plot the outline: + for( int ii = 0; ii < 4; ii++ ) + { + coord[ii] = polygone[ii]; + RotatePoint( &coord[ii], aPadOrient ); + coord[ii] += aPadPos; + } + + MoveTo( coord[0] ); + LineTo( coord[1] ); + LineTo( coord[2] ); + LineTo( coord[3] ); + FinishTo( coord[0] ); + + // Fill shape: + if( aTrace_Mode == FILLED ) + { + // TODO: replace this par the HPGL plot polygon. + int jj; + // Fill the shape + move = KiROUND( penDiameter - penOverlap ); + // Calculate fill height. + + if( polygone[0].y == polygone[3].y ) // Horizontal + { + jj = polygone[3].y - (int) ( penDiameter + ( 2 * penOverlap ) ); + } + else // vertical + { + jj = polygone[3].x - (int) ( penDiameter + ( 2 * penOverlap ) ); + } + + // Calculation of dd = number of segments was traced to fill. + int delta = (int) ( penDiameter - penOverlap ); + + if( delta ) + jj = jj / delta; + else + jj = 0; + + // Trace the outline. + for( ; jj > 0; jj-- ) + { + polygone[0].x += move; + polygone[0].y -= move; + polygone[1].x += move; + polygone[1].y += move; + polygone[2].x -= move; + polygone[2].y += move; + polygone[3].x -= move; + polygone[3].y -= move; + + // Test for crossed vertexes. + if( polygone[0].x > polygone[3].x ) /* X axis intersection on + * vertexes 0 and 3 */ + { + polygone[0].x = polygone[3].x = 0; + } + + if( polygone[1].x > polygone[2].x ) /* X axis intersection on + * vertexes 1 and 2 */ + { + polygone[1].x = polygone[2].x = 0; + } + + if( polygone[1].y > polygone[0].y ) /* Y axis intersection on + * vertexes 0 and 1 */ + { + polygone[0].y = polygone[1].y = 0; + } + + if( polygone[2].y > polygone[3].y ) /* Y axis intersection on + * vertexes 2 and 3 */ + { + polygone[2].y = polygone[3].y = 0; + } + + for( int ii = 0; ii < 4; ii++ ) + { + coord[ii] = polygone[ii]; + RotatePoint( &coord[ii], aPadOrient ); + coord[ii] += aPadPos; + } + + MoveTo( coord[0] ); + LineTo( coord[1] ); + LineTo( coord[2] ); + LineTo( coord[3] ); + FinishTo( coord[0] ); + } + } +} diff --git a/common/common_plotPDF_functions.cpp b/common/common_plotPDF_functions.cpp new file mode 100644 index 0000000..a95e7de --- /dev/null +++ b/common/common_plotPDF_functions.cpp @@ -0,0 +1,834 @@ +/** + * @file common_plotPDF_functions.cpp + * @brief Kicad: Common plot PDF Routines + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2012 Lorenzo Marcantonio, l.marcantonio@logossrl.com + * Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +/* + * Open or create the plot file aFullFilename + * return true if success, false if the file cannot be created/opened + * + * Opens the PDF file in binary mode + */ +bool PDF_PLOTTER::OpenFile( const wxString& aFullFilename ) +{ + filename = aFullFilename; + + wxASSERT( !outputFile ); + + // Open the PDF file in binary mode + outputFile = wxFopen( filename, wxT( "wb" ) ); + + if( outputFile == NULL ) + return false ; + + return true; +} + +void PDF_PLOTTER::SetPageSettings( const PAGE_INFO& aPageSettings ) +{ + wxASSERT( !workFile ); + pageInfo = aPageSettings; +} + +void PDF_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil, + double aScale, bool aMirror ) +{ + m_plotMirror = aMirror; + plotOffset = aOffset; + plotScale = aScale; + m_IUsPerDecimil = aIusPerDecimil; + + // The CTM is set to 1 user unit per decimil + iuPerDeviceUnit = 1.0 / aIusPerDecimil; + + SetDefaultLineWidth( 100 / iuPerDeviceUnit ); // arbitrary default + + /* The paper size in this engined is handled page by page + Look in the StartPage function */ +} + + +/** + * Pen width setting for PDF. Since the specs *explicitly* says that a 0 + * width is a bad thing to use (since it results in 1 pixel traces), we + * convert such requests to the minimal width (like 1) + * Note pen width = 0 is used in plot polygons to plot filled polygons with + * no outline thickness + * use in this case pen width = 1 does not actally change the polygon + */ +void PDF_PLOTTER::SetCurrentLineWidth( int width ) +{ + wxASSERT( workFile ); + int pen_width; + + if( width > 0 ) + pen_width = width; + else if( width == 0 ) + pen_width = 1; + else + pen_width = defaultPenWidth; + + if( pen_width != currentPenWidth ) + fprintf( workFile, "%g w\n", + userToDeviceSize( pen_width ) ); + + currentPenWidth = pen_width; +} + + +/** + * PDF supports colors fully. It actually has distinct fill and pen colors, + * but we set both at the same time. + * + * XXX Keeping them divided could result in a minor optimization in + * eeschema filled shapes, but would propagate to all the other plot + * engines. Also arcs are filled as pies but only the arc is stroked so + * it would be difficult to handle anyway. + */ +void PDF_PLOTTER::emitSetRGBColor( double r, double g, double b ) +{ + wxASSERT( workFile ); + fprintf( workFile, "%g %g %g rg %g %g %g RG\n", + r, g, b, r, g, b ); +} + +/** + * PDF supports dashed lines + */ +void PDF_PLOTTER::SetDash( bool dashed ) +{ + wxASSERT( workFile ); + if( dashed ) + fprintf( workFile, "[%d %d] 0 d\n", + (int) GetDashMarkLenIU(), (int) GetDashGapLenIU() ); + else + fputs( "[] 0 d\n", workFile ); +} + + +/** + * Rectangles in PDF. Supported by the native operator + */ +void PDF_PLOTTER::Rect( const wxPoint& p1, const wxPoint& p2, FILL_T fill, int width ) +{ + wxASSERT( workFile ); + DPOINT p1_dev = userToDeviceCoordinates( p1 ); + DPOINT p2_dev = userToDeviceCoordinates( p2 ); + + SetCurrentLineWidth( width ); + fprintf( workFile, "%g %g %g %g re %c\n", p1_dev.x, p1_dev.y, + p2_dev.x - p1_dev.x, p2_dev.y - p1_dev.y, + fill == NO_FILL ? 'S' : 'B' ); +} + + +/** + * Circle drawing for PDF. They're approximated by curves, but fill is supported + */ +void PDF_PLOTTER::Circle( const wxPoint& pos, int diametre, FILL_T aFill, int width ) +{ + wxASSERT( workFile ); + DPOINT pos_dev = userToDeviceCoordinates( pos ); + double radius = userToDeviceSize( diametre / 2.0 ); + + /* OK. Here's a trick. PDF doesn't support circles or circular angles, that's + a fact. You'll have to do with cubic beziers. These *can't* represent + circular arcs (NURBS can, beziers don't). But there is a widely known + approximation which is really good + */ + + SetCurrentLineWidth( width ); + double magic = radius * 0.551784; // You don't want to know where this come from + + // This is the convex hull for the bezier approximated circle + fprintf( workFile, "%g %g m " + "%g %g %g %g %g %g c " + "%g %g %g %g %g %g c " + "%g %g %g %g %g %g c " + "%g %g %g %g %g %g c %c\n", + pos_dev.x - radius, pos_dev.y, + + pos_dev.x - radius, pos_dev.y + magic, + pos_dev.x - magic, pos_dev.y + radius, + pos_dev.x, pos_dev.y + radius, + + pos_dev.x + magic, pos_dev.y + radius, + pos_dev.x + radius, pos_dev.y + magic, + pos_dev.x + radius, pos_dev.y, + + pos_dev.x + radius, pos_dev.y - magic, + pos_dev.x + magic, pos_dev.y - radius, + pos_dev.x, pos_dev.y - radius, + + pos_dev.x - magic, pos_dev.y - radius, + pos_dev.x - radius, pos_dev.y - magic, + pos_dev.x - radius, pos_dev.y, + + aFill == NO_FILL ? 's' : 'b' ); +} + + +/** + * The PDF engine can't directly plot arcs, it uses the base emulation. + * So no filled arcs (not a great loss... ) + */ +void PDF_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, int radius, + FILL_T fill, int width ) +{ + wxASSERT( workFile ); + if( radius <= 0 ) + return; + + /* Arcs are not so easily approximated by beziers (in the general case), + so we approximate them in the old way */ + wxPoint start, end; + const int delta = 50; // increment (in 0.1 degrees) to draw circles + + if( StAngle > EndAngle ) + std::swap( StAngle, EndAngle ); + + SetCurrentLineWidth( width ); + + // Usual trig arc plotting routine... + start.x = centre.x + KiROUND( cosdecideg( radius, -StAngle ) ); + start.y = centre.y + KiROUND( sindecideg( radius, -StAngle ) ); + DPOINT pos_dev = userToDeviceCoordinates( start ); + fprintf( workFile, "%g %g m ", pos_dev.x, pos_dev.y ); + for( int ii = StAngle + delta; ii < EndAngle; ii += delta ) + { + end.x = centre.x + KiROUND( cosdecideg( radius, -ii ) ); + end.y = centre.y + KiROUND( sindecideg( radius, -ii ) ); + pos_dev = userToDeviceCoordinates( end ); + fprintf( workFile, "%g %g l ", pos_dev.x, pos_dev.y ); + } + + end.x = centre.x + KiROUND( cosdecideg( radius, -EndAngle ) ); + end.y = centre.y + KiROUND( sindecideg( radius, -EndAngle ) ); + pos_dev = userToDeviceCoordinates( end ); + fprintf( workFile, "%g %g l ", pos_dev.x, pos_dev.y ); + + // The arc is drawn... if not filled we stroke it, otherwise we finish + // closing the pie at the center + if( fill == NO_FILL ) + { + fputs( "S\n", workFile ); + } + else + { + pos_dev = userToDeviceCoordinates( centre ); + fprintf( workFile, "%g %g l b\n", pos_dev.x, pos_dev.y ); + } +} + + +/** + * Polygon plotting for PDF. Everything is supported + */ +void PDF_PLOTTER::PlotPoly( const std::vector< wxPoint >& aCornerList, + FILL_T aFill, int aWidth ) +{ + wxASSERT( workFile ); + if( aCornerList.size() <= 1 ) + return; + + SetCurrentLineWidth( aWidth ); + + DPOINT pos = userToDeviceCoordinates( aCornerList[0] ); + fprintf( workFile, "%g %g m\n", pos.x, pos.y ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + { + pos = userToDeviceCoordinates( aCornerList[ii] ); + fprintf( workFile, "%g %g l\n", pos.x, pos.y ); + } + + // Close path and stroke(/fill) + fprintf( workFile, "%c\n", aFill == NO_FILL ? 'S' : 'b' ); +} + + +void PDF_PLOTTER::PenTo( const wxPoint& pos, char plume ) +{ + wxASSERT( workFile ); + if( plume == 'Z' ) + { + if( penState != 'Z' ) + { + fputs( "S\n", workFile ); + penState = 'Z'; + penLastpos.x = -1; + penLastpos.y = -1; + } + return; + } + + if( penState != plume || pos != penLastpos ) + { + DPOINT pos_dev = userToDeviceCoordinates( pos ); + fprintf( workFile, "%g %g %c\n", + pos_dev.x, pos_dev.y, + ( plume=='D' ) ? 'l' : 'm' ); + } + penState = plume; + penLastpos = pos; +} + +/** + * PDF images are handles as inline, not XObject streams... + */ +void PDF_PLOTTER::PlotImage( const wxImage & aImage, const wxPoint& aPos, + double aScaleFactor ) +{ + wxASSERT( workFile ); + wxSize pix_size( aImage.GetWidth(), aImage.GetHeight() ); + + // Requested size (in IUs) + DPOINT drawsize( aScaleFactor * pix_size.x, + aScaleFactor * pix_size.y ); + + // calculate the bitmap start position + wxPoint start( aPos.x - drawsize.x / 2, + aPos.y + drawsize.y / 2); + + DPOINT dev_start = userToDeviceCoordinates( start ); + + /* PDF has an uhm... simplified coordinate system handling. There is + *one* operator to do everything (the PS concat equivalent). At least + they kept the matrix stack to save restore environments. Also images + are always emitted at the origin with a size of 1x1 user units. + What we need to do is: + 1) save the CTM end estabilish the new one + 2) plot the image + 3) restore the CTM + 4) profit + */ + fprintf( workFile, "q %g 0 0 %g %g %g cm\n", // Step 1 + userToDeviceSize( drawsize.x ), + userToDeviceSize( drawsize.y ), + dev_start.x, dev_start.y ); + + /* An inline image is a cross between a dictionary and a stream. + A real ugly construct (compared with the elegance of the PDF + format). Also it accepts some 'abbreviations', which is stupid + since the content stream is usually compressed anyway... */ + fprintf( workFile, + "BI\n" + " /BPC 8\n" + " /CS %s\n" + " /W %d\n" + " /H %d\n" + "ID\n", colorMode ? "/RGB" : "/G", pix_size.x, pix_size.y ); + + /* Here comes the stream (in binary!). I *could* have hex or ascii84 + encoded it, but who cares? I'll go through zlib anyway */ + for( int y = 0; y < pix_size.y; y++ ) + { + for( int x = 0; x < pix_size.x; x++ ) + { + unsigned char r = aImage.GetRed( x, y ) & 0xFF; + unsigned char g = aImage.GetGreen( x, y ) & 0xFF; + unsigned char b = aImage.GetBlue( x, y ) & 0xFF; + // As usual these days, stdio buffering has to suffeeeeerrrr + if( colorMode ) + { + putc( r, workFile ); + putc( g, workFile ); + putc( b, workFile ); + } + else + { + // Grayscale conversion + putc( (r + g + b) / 3, workFile ); + } + } + } + + fputs( "EI Q\n", workFile ); // Finish step 2 and do step 3 +} + + +/** + * Allocate a new handle in the table of the PDF object. The + * handle must be completed using startPdfObject. It's an in-RAM operation + * only, no output is done. + */ +int PDF_PLOTTER::allocPdfObject() +{ + xrefTable.push_back( 0 ); + return xrefTable.size() - 1; +} + + +/** + * Open a new PDF object and returns the handle if the parameter is -1. + * Otherwise fill in the xref entry for the passed object + */ +int PDF_PLOTTER::startPdfObject(int handle) +{ + wxASSERT( outputFile ); + wxASSERT( !workFile ); + if( handle < 0) + handle = allocPdfObject(); + + xrefTable[handle] = ftell( outputFile ); + fprintf( outputFile, "%d 0 obj\n", handle ); + return handle; +} + + +/** + * Close the current PDF object + */ +void PDF_PLOTTER::closePdfObject() +{ + wxASSERT( outputFile ); + wxASSERT( !workFile ); + fputs( "endobj\n", outputFile ); +} + + +/** + * Starts a PDF stream (for the page). Returns the object handle opened + * Pass -1 (default) for a fresh object. Especially from PDF 1.5 streams + * can contain a lot of things, but for the moment we only handle page + * content. + */ +int PDF_PLOTTER::startPdfStream(int handle) +{ + wxASSERT( outputFile ); + wxASSERT( !workFile ); + handle = startPdfObject( handle ); + + // This is guaranteed to be handle+1 but needs to be allocated since + // you could allocate more object during stream preparation + streamLengthHandle = allocPdfObject(); + fprintf( outputFile, + "<< /Length %d 0 R /Filter /FlateDecode >>\n" // Length is deferred + "stream\n", handle + 1 ); + + // Open a temporary file to accumulate the stream + workFilename = filename + wxT(".tmp"); + workFile = wxFopen( workFilename, wxT( "w+b" )); + wxASSERT( workFile ); + return handle; +} + + +/** + * Finish the current PDF stream (writes the deferred length, too) + */ +void PDF_PLOTTER::closePdfStream() +{ + wxASSERT( workFile ); + + long stream_len = ftell( workFile ); + + if( stream_len < 0 ) + { + wxASSERT( false ); + return; + } + + // Rewind the file, read in the page stream and DEFLATE it + fseek( workFile, 0, SEEK_SET ); + unsigned char *inbuf = new unsigned char[stream_len]; + + int rc = fread( inbuf, 1, stream_len, workFile ); + wxASSERT( rc == stream_len ); + (void) rc; + + // We are done with the temporary file, junk it + fclose( workFile ); + workFile = 0; + ::wxRemoveFile( workFilename ); + + // NULL means memos owns the memory, but provide a hint on optimum size needed. + wxMemoryOutputStream memos( NULL, std::max( 2000l, stream_len ) ) ; + + { + /* Somewhat standard parameters to compress in DEFLATE. The PDF spec is + * misleading, it says it wants a DEFLATE stream but it really want a ZLIB + * stream! (a DEFLATE stream would be generated with -15 instead of 15) + * rc = deflateInit2( &zstrm, Z_BEST_COMPRESSION, Z_DEFLATED, 15, + * 8, Z_DEFAULT_STRATEGY ); + */ + + wxZlibOutputStream zos( memos, wxZ_BEST_COMPRESSION, wxZLIB_ZLIB ); + + zos.Write( inbuf, stream_len ); + + delete[] inbuf; + + } // flush the zip stream using zos destructor + + wxStreamBuffer* sb = memos.GetOutputStreamBuffer(); + + unsigned out_count = sb->Tell(); + + fwrite( sb->GetBufferStart(), 1, out_count, outputFile ); + + fputs( "endstream\n", outputFile ); + closePdfObject(); + + // Writing the deferred length as an indirect object + startPdfObject( streamLengthHandle ); + fprintf( outputFile, "%u\n", out_count ); + closePdfObject(); +} + +/** + * Starts a new page in the PDF document + */ +void PDF_PLOTTER::StartPage() +{ + wxASSERT( outputFile ); + wxASSERT( !workFile ); + + // Compute the paper size in IUs + paperSize = pageInfo.GetSizeMils(); + paperSize.x *= 10.0 / iuPerDeviceUnit; + paperSize.y *= 10.0 / iuPerDeviceUnit; + + // Open the content stream; the page object will go later + pageStreamHandle = startPdfStream(); + + /* Now, until ClosePage *everything* must be wrote in workFile, to be + compressed later in closePdfStream */ + + // Default graphic settings (coordinate system, default color and line style) + fprintf( workFile, + "%g 0 0 %g 0 0 cm 1 J 1 j 0 0 0 rg 0 0 0 RG %g w\n", + 0.0072 * plotScaleAdjX, 0.0072 * plotScaleAdjY, + userToDeviceSize( defaultPenWidth ) ); +} + +/** + * Close the current page in the PDF document (and emit its compressed stream) + */ +void PDF_PLOTTER::ClosePage() +{ + wxASSERT( workFile ); + + // Close the page stream (and compress it) + closePdfStream(); + + // Emit the page object and put it in the page list for later + pageHandles.push_back( startPdfObject() ); + + /* Page size is in 1/72 of inch (default user space units) + Works like the bbox in postscript but there is no need for + swapping the sizes, since PDF doesn't require a portrait page. + We use the MediaBox but PDF has lots of other less used boxes + to use */ + + const double BIGPTsPERMIL = 0.072; + wxSize psPaperSize = pageInfo.GetSizeMils(); + + fprintf( outputFile, + "<<\n" + "/Type /Page\n" + "/Parent %d 0 R\n" + "/Resources <<\n" + " /ProcSet [/PDF /Text /ImageC /ImageB]\n" + " /Font %d 0 R >>\n" + "/MediaBox [0 0 %d %d]\n" + "/Contents %d 0 R\n" + ">>\n", + pageTreeHandle, + fontResDictHandle, + int( ceil( psPaperSize.x * BIGPTsPERMIL ) ), + int( ceil( psPaperSize.y * BIGPTsPERMIL ) ), + pageStreamHandle ); + closePdfObject(); + + // Mark the page stream as idle + pageStreamHandle = 0; +} + +/** + * The PDF engine supports multiple pages; the first one is opened + * 'for free' the following are to be closed and reopened. Between + * each page parameters can be set + */ +bool PDF_PLOTTER::StartPlot() +{ + wxASSERT( outputFile ); + + // First things first: the customary null object + xrefTable.clear(); + xrefTable.push_back( 0 ); + + /* The header (that's easy!). The second line is binary junk required + to make the file binary from the beginning (the important thing is + that they must have the bit 7 set) */ + fputs( "%PDF-1.5\n%\200\201\202\203\n", outputFile ); + + /* Allocate an entry for the page tree root, it will go in every page + parent entry */ + pageTreeHandle = allocPdfObject(); + + /* In the same way, the font resource dictionary is used by every page + (it *could* be inherited via the Pages tree */ + fontResDictHandle = allocPdfObject(); + + /* Now, the PDF is read from the end, (more or less)... so we start + with the page stream for page 1. Other more important stuff is written + at the end */ + StartPage(); + return true; +} + + +bool PDF_PLOTTER::EndPlot() +{ + wxASSERT( outputFile ); + + // Close the current page (often the only one) + ClosePage(); + + /* We need to declare the resources we're using (fonts in particular) + The useful standard one is the Helvetica family. Adding external fonts + is *very* involved! */ + struct { + const char *psname; + const char *rsname; + int font_handle; + } fontdefs[4] = { + { "/Helvetica", "/KicadFont", 0 }, + { "/Helvetica-Oblique", "/KicadFontI", 0 }, + { "/Helvetica-Bold", "/KicadFontB", 0 }, + { "/Helvetica-BoldOblique", "/KicadFontBI", 0 } + }; + + /* Declare the font resources. Since they're builtin fonts, no descriptors (yay!) + We'll need metrics anyway to do any aligment (these are in the shared with + the postscript engine) */ + for( int i = 0; i < 4; i++ ) + { + fontdefs[i].font_handle = startPdfObject(); + fprintf( outputFile, + "<< /BaseFont %s\n" + " /Type /Font\n" + " /Subtype /Type1\n" + + /* Adobe is so Mac-based that the nearest thing to Latin1 is + the Windows ANSI encoding! */ + " /Encoding /WinAnsiEncoding\n" + ">>\n", + fontdefs[i].psname ); + closePdfObject(); + } + + // Named font dictionary (was allocated, now we emit it) + startPdfObject( fontResDictHandle ); + fputs( "<<\n", outputFile ); + for( int i = 0; i < 4; i++ ) + { + fprintf( outputFile, " %s %d 0 R\n", + fontdefs[i].rsname, fontdefs[i].font_handle ); + } + fputs( ">>\n", outputFile ); + closePdfObject(); + + /* The page tree: it's a B-tree but luckily we only have few pages! + So we use just an array... The handle was allocated at the beginning, + now we instantiate the corresponding object */ + startPdfObject( pageTreeHandle ); + fputs( "<<\n" + "/Type /Pages\n" + "/Kids [\n", outputFile ); + + for( unsigned i = 0; i < pageHandles.size(); i++ ) + fprintf( outputFile, "%d 0 R\n", pageHandles[i] ); + + fprintf( outputFile, + "]\n" + "/Count %ld\n" + ">>\n", (long) pageHandles.size() ); + closePdfObject(); + + + // The info dictionary + int infoDictHandle = startPdfObject(); + char date_buf[250]; + time_t ltime = time( NULL ); + strftime( date_buf, 250, "D:%Y%m%d%H%M%S", + localtime( <ime ) ); + fprintf( outputFile, + "<<\n" + "/Producer (KiCAD PDF)\n" + "/CreationDate (%s)\n" + "/Creator (%s)\n" + "/Title (%s)\n" + "/Trapped false\n", + date_buf, + TO_UTF8( creator ), + TO_UTF8( filename ) ); + + fputs( ">>\n", outputFile ); + closePdfObject(); + + // The catalog, at last + int catalogHandle = startPdfObject(); + fprintf( outputFile, + "<<\n" + "/Type /Catalog\n" + "/Pages %d 0 R\n" + "/Version /1.5\n" + "/PageMode /UseNone\n" + "/PageLayout /SinglePage\n" + ">>\n", pageTreeHandle ); + closePdfObject(); + + /* Emit the xref table (format is crucial to the byte, each entry must + be 20 bytes long, and object zero must be done in that way). Also + the offset must be kept along for the trailer */ + long xref_start = ftell( outputFile ); + fprintf( outputFile, + "xref\n" + "0 %ld\n" + "0000000000 65535 f \n", (long) xrefTable.size() ); + for( unsigned i = 1; i < xrefTable.size(); i++ ) + { + fprintf( outputFile, "%010ld 00000 n \n", xrefTable[i] ); + } + + // Done the xref, go for the trailer + fprintf( outputFile, + "trailer\n" + "<< /Size %lu /Root %d 0 R /Info %d 0 R >>\n" + "startxref\n" + "%ld\n" // The offset we saved before + "%%%%EOF\n", + (unsigned long) xrefTable.size(), catalogHandle, infoDictHandle, xref_start ); + + fclose( outputFile ); + outputFile = NULL; + + return true; +} + +void PDF_PLOTTER::Text( const wxPoint& aPos, + enum EDA_COLOR_T aColor, + const wxString& aText, + double aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + bool aMultilineAllowed ) +{ + // PDF files do not like 0 sized texts which create broken files. + if( aSize.x == 0 || aSize.y == 0 ) + return; + + // Fix me: see how to use PDF text mode for multiline texts + if( aMultilineAllowed && !aText.Contains( wxT( "\n" ) ) ) + aMultilineAllowed = false; // the text has only one line. + + // Emit native PDF text (if requested) + // Currently: does not work: disable it + bool use_native = false; // = m_textMode != PLOTTEXTMODE_STROKE && !aMultilineAllowed; + + if( use_native ) + { + const char *fontname = aItalic ? (aBold ? "/KicadFontBI" : "/KicadFontI") + : (aBold ? "/KicadFontB" : "/KicadFont"); + + // Compute the copious tranformation parameters + double ctm_a, ctm_b, ctm_c, ctm_d, ctm_e, ctm_f; + double wideningFactor, heightFactor; + computeTextParameters( aPos, aText, aOrient, aSize, aH_justify, + aV_justify, aWidth, aItalic, aBold, + &wideningFactor, &ctm_a, &ctm_b, &ctm_c, + &ctm_d, &ctm_e, &ctm_f, &heightFactor ); + + SetColor( aColor ); + SetCurrentLineWidth( aWidth ); + + /* We use the full CTM instead of the text matrix because the same + coordinate system will be used for the overlining. Also the %f + for the trig part of the matrix to avoid %g going in exponential + format (which is not supported) + Rendermode 0 shows the text, rendermode 3 is invisible */ + fprintf( workFile, "q %f %f %f %f %g %g cm BT %s %g Tf %d Tr %g Tz ", + ctm_a, ctm_b, ctm_c, ctm_d, ctm_e, ctm_f, + fontname, heightFactor, + (m_textMode == PLOTTEXTMODE_NATIVE) ? 0 : 3, + wideningFactor * 100 ); + + // The text must be escaped correctly + fputsPostscriptString( workFile, aText ); + fputs( " Tj ET\n", workFile ); + + /* We are still in text coordinates, plot the overbars (if we're + * not doing phantom text) */ + if( m_textMode == PLOTTEXTMODE_NATIVE ) + { + std::vector pos_pairs; + postscriptOverlinePositions( aText, aSize.x, aItalic, aBold, &pos_pairs ); + int overbar_y = KiROUND( aSize.y * 1.1 ); + for( unsigned i = 0; i < pos_pairs.size(); i += 2) + { + /* This is a nontrivial situation: we are *not* in the user + coordinate system, so the userToDeviceCoordinates function + can't be used! Strange as it may seem, the userToDeviceSize + is the right function to use here... */ + DPOINT dev_from = userToDeviceSize( wxSize( pos_pairs[i], overbar_y ) ); + DPOINT dev_to = userToDeviceSize( wxSize( pos_pairs[i + 1], overbar_y ) ); + fprintf( workFile, "%g %g m %g %g l ", + dev_from.x, dev_from.y, dev_to.x, dev_to.y ); + } + } + + // Stroke and restore the CTM + fputs( "S Q\n", workFile ); + } + + // Plot the stroked text (if requested) + if( !use_native ) + { + PLOTTER::Text( aPos, aColor, aText, aOrient, aSize, aH_justify, aV_justify, + aWidth, aItalic, aBold, aMultilineAllowed ); + } +} + diff --git a/common/common_plotPS_functions.cpp b/common/common_plotPS_functions.cpp new file mode 100644 index 0000000..bbf9ede --- /dev/null +++ b/common/common_plotPS_functions.cpp @@ -0,0 +1,1090 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2017 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2017 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file common_plotPS_functions.cpp + * @brief Kicad: Common plot Postscript Routines + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +/* Forward declaration of the font width metrics + (yes extern! this is the way to forward declare variables */ +extern const double hv_widths[256]; +extern const double hvb_widths[256]; +extern const double hvo_widths[256]; +extern const double hvbo_widths[256]; + +const double PSLIKE_PLOTTER::postscriptTextAscent = 0.718; + + +// Common routines for Postscript-like plotting engines + +void PSLIKE_PLOTTER::SetDefaultLineWidth( int width ) +{ + defaultPenWidth = width; + currentPenWidth = -1; +} + + +void PSLIKE_PLOTTER::SetColor( EDA_COLOR_T color ) +{ + // Return at invalid color index + if( color < 0 ) + return; + + if( colorMode ) + { + double r = g_ColorRefs[color].m_Red / 255.0; + double g = g_ColorRefs[color].m_Green / 255.0; + double b = g_ColorRefs[color].m_Blue / 255.0; + if( negativeMode ) + emitSetRGBColor( 1 - r, 1 - g, 1 - b ); + else + emitSetRGBColor( r, g, b ); + } + else + { + /* B/W Mode - Use BLACK or WHITE for all items + * note the 2 colors are used in B&W mode, mainly by Pcbnew to draw + * holes in white on pads in black + */ + double k = 1; // White + if( color != WHITE ) + k = 0; + if( negativeMode ) + emitSetRGBColor( 1 - k, 1 - k, 1 - k ); + else + emitSetRGBColor( k, k, k ); + } +} + + +void PSLIKE_PLOTTER::FlashPadOval( const wxPoint& aPadPos, const wxSize& aSize, + double aPadOrient, EDA_DRAW_MODE_T aTraceMode ) +{ + int x0, y0, x1, y1, delta; + wxSize size( aSize ); + + // The pad is reduced to an oval by dy > dx + if( size.x > size.y ) + { + std::swap( size.x, size.y ); + aPadOrient = AddAngles( aPadOrient, 900 ); + } + + delta = size.y - size.x; + x0 = 0; + y0 = -delta / 2; + x1 = 0; + y1 = delta / 2; + RotatePoint( &x0, &y0, aPadOrient ); + RotatePoint( &x1, &y1, aPadOrient ); + + if( aTraceMode == FILLED ) + ThickSegment( wxPoint( aPadPos.x + x0, aPadPos.y + y0 ), + wxPoint( aPadPos.x + x1, aPadPos.y + y1 ), size.x, aTraceMode ); + else + sketchOval( aPadPos, size, aPadOrient, -1 ); +} + + +void PSLIKE_PLOTTER::FlashPadCircle( const wxPoint& aPadPos, int aDiameter, + EDA_DRAW_MODE_T aTraceMode ) +{ + if( aTraceMode == FILLED ) + Circle( aPadPos, aDiameter, FILLED_SHAPE, 0 ); + else // Plot a ring: + { + SetCurrentLineWidth( USE_DEFAULT_LINE_WIDTH ); + int linewidth = GetCurrentLineWidth(); + + // avoid aDiameter <= 1 ) + if( linewidth > aDiameter-2 ) + linewidth = aDiameter-2; + + Circle( aPadPos, aDiameter - linewidth, NO_FILL, linewidth ); + } + + SetCurrentLineWidth( USE_DEFAULT_LINE_WIDTH ); +} + + +void PSLIKE_PLOTTER::FlashPadRect( const wxPoint& aPadPos, const wxSize& aSize, + double aPadOrient, EDA_DRAW_MODE_T aTraceMode ) +{ + static std::vector< wxPoint > cornerList; + wxSize size( aSize ); + cornerList.clear(); + + if( aTraceMode == FILLED ) + SetCurrentLineWidth( 0 ); + else + SetCurrentLineWidth( USE_DEFAULT_LINE_WIDTH ); + + size.x -= GetCurrentLineWidth(); + size.y -= GetCurrentLineWidth(); + + if( size.x < 1 ) + size.x = 1; + + if( size.y < 1 ) + size.y = 1; + + int dx = size.x / 2; + int dy = size.y / 2; + + wxPoint corner; + corner.x = aPadPos.x - dx; + corner.y = aPadPos.y + dy; + cornerList.push_back( corner ); + corner.x = aPadPos.x - dx; + corner.y = aPadPos.y - dy; + cornerList.push_back( corner ); + corner.x = aPadPos.x + dx; + corner.y = aPadPos.y - dy; + cornerList.push_back( corner ); + corner.x = aPadPos.x + dx; + corner.y = aPadPos.y + dy, + cornerList.push_back( corner ); + + for( unsigned ii = 0; ii < cornerList.size(); ii++ ) + { + RotatePoint( &cornerList[ii], aPadPos, aPadOrient ); + } + + cornerList.push_back( cornerList[0] ); + + PlotPoly( cornerList, ( aTraceMode == FILLED ) ? FILLED_SHAPE : NO_FILL, + GetCurrentLineWidth() ); +} + + +void PSLIKE_PLOTTER::FlashPadTrapez( const wxPoint& aPadPos, const wxPoint *aCorners, + double aPadOrient, EDA_DRAW_MODE_T aTraceMode ) +{ + static std::vector< wxPoint > cornerList; + cornerList.clear(); + + for( int ii = 0; ii < 4; ii++ ) + cornerList.push_back( aCorners[ii] ); + + if( aTraceMode == FILLED ) + { + SetCurrentLineWidth( 0 ); + } + else + { + SetCurrentLineWidth( USE_DEFAULT_LINE_WIDTH ); + int w = GetCurrentLineWidth(); + // offset polygon by w + // coord[0] is assumed the lower left + // coord[1] is assumed the upper left + // coord[2] is assumed the upper right + // coord[3] is assumed the lower right + + /* Trace the outline. */ + cornerList[0].x += w; + cornerList[0].y -= w; + cornerList[1].x += w; + cornerList[1].y += w; + cornerList[2].x -= w; + cornerList[2].y += w; + cornerList[3].x -= w; + cornerList[3].y -= w; + } + + for( int ii = 0; ii < 4; ii++ ) + { + RotatePoint( &cornerList[ii], aPadOrient ); + cornerList[ii] += aPadPos; + } + + cornerList.push_back( cornerList[0] ); + PlotPoly( cornerList, ( aTraceMode == FILLED ) ? FILLED_SHAPE : NO_FILL, + GetCurrentLineWidth() ); +} + + +/** + * Write on a stream a string escaped for postscript/PDF + */ +void PSLIKE_PLOTTER::fputsPostscriptString(FILE *fout, const wxString& txt) +{ + putc( '(', fout ); + for( unsigned i = 0; i < txt.length(); i++ ) + { + // Lazyness made me use stdio buffering yet another time... + wchar_t ch = txt[i]; + + if( ch < 256 ) + { + switch (ch) + { + // The ~ shouldn't reach the outside + case '~': + break; + // These characters must be escaped + case '(': + case ')': + case '\\': + putc( '\\', fout ); + + // FALLTHRU + default: + putc( ch, fout ); + break; + } + } + } + + putc( ')', fout ); +} + + +/** + * Sister function for the GraphicTextWidth in drawtxt.cpp + * Does the same processing (i.e. calculates a text string width) but + * using postscript metrics for the Helvetica font (optionally used for + * PS and PDF plotting + */ +int PSLIKE_PLOTTER::returnPostscriptTextWidth( const wxString& aText, int aXSize, + bool aItalic, bool aBold ) +{ + const double *width_table = aBold ? ( aItalic ? hvbo_widths : hvb_widths ) + : ( aItalic ? hvo_widths : hv_widths ); + double tally = 0; + + for( unsigned i = 0; i < aText.length(); i++ ) + { + wchar_t AsciiCode = aText[i]; + // Skip the negation marks and untabled points + if( AsciiCode != '~' && AsciiCode < 256 ) + { + tally += width_table[AsciiCode]; + } + } + + // Widths are proportional to height, but height is enlarged by a + // scaling factor + return KiROUND( aXSize * tally / postscriptTextAscent ); +} + + +/** + * Computes the x coordinates for the overlining in a string of text. + * Fills the passed vector with couples of (start, stop) values to be + * used in the text coordinate system (use computeTextParameters to + * obtain the parameters to estabilish such a system) + */ +void PSLIKE_PLOTTER::postscriptOverlinePositions( const wxString& aText, int aXSize, + bool aItalic, bool aBold, + std::vector *pos_pairs ) +{ + /* XXX This function is *too* similar to returnPostscriptTextWidth. + Consider merging them... */ + const double *width_table = aBold ? ( aItalic ? hvbo_widths : hvb_widths ) + : ( aItalic ? hvo_widths : hv_widths ); + double tally = 0; + + for( unsigned i = 0; i < aText.length(); i++ ) + { + wchar_t AsciiCode = aText[i]; + // Skip the negation marks and untabled points + if( AsciiCode != '~' && AsciiCode < 256 ) + { + tally += width_table[AsciiCode]; + } + else + { + if( AsciiCode == '~' ) + pos_pairs->push_back( KiROUND( aXSize * tally / postscriptTextAscent ) ); + } + } + + // Special rule: we have to complete the last bar if the ~ aren't matched + if( pos_pairs->size() % 2 == 1 ) + pos_pairs->push_back( KiROUND( aXSize * tally / postscriptTextAscent ) ); +} + +void PS_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil, + double aScale, bool aMirror ) +{ + m_plotMirror = aMirror; + plotOffset = aOffset; + plotScale = aScale; + m_IUsPerDecimil = aIusPerDecimil; + iuPerDeviceUnit = 1.0 / aIusPerDecimil; + /* Compute the paper size in IUs */ + paperSize = pageInfo.GetSizeMils(); + paperSize.x *= 10.0 * aIusPerDecimil; + paperSize.y *= 10.0 * aIusPerDecimil; + SetDefaultLineWidth( 100 * aIusPerDecimil ); // arbitrary default +} + + +/** This is the core for postscript/PDF text alignment + * It computes the transformation matrix to generate a user space + * system aligned with the text. Even the PS uses the concat + * operator to simplify PDF generation (concat is everything PDF + * has to modify the CTM. Lots of parameters, both in and out. + */ +void PSLIKE_PLOTTER::computeTextParameters( const wxPoint& aPos, + const wxString& aText, + int aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + double *wideningFactor, + double *ctm_a, + double *ctm_b, + double *ctm_c, + double *ctm_d, + double *ctm_e, + double *ctm_f, + double *heightFactor ) +{ + // Compute the starting position (compensated for alignment) + wxPoint start_pos = aPos; + + // This is an approximation of the text bounds (in IUs) + int tw = returnPostscriptTextWidth( aText, aSize.x, aItalic, aWidth ); + int th = aSize.y; + int dx, dy; + + switch( aH_justify ) + { + case GR_TEXT_HJUSTIFY_CENTER: + dx = -tw / 2; + break; + + case GR_TEXT_HJUSTIFY_RIGHT: + dx = -tw; + break; + + case GR_TEXT_HJUSTIFY_LEFT: + dx = 0; + break; + } + + switch( aV_justify ) + { + case GR_TEXT_VJUSTIFY_CENTER: + dy = th / 2; + break; + + case GR_TEXT_VJUSTIFY_TOP: + dy = th; + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + dy = 0; + break; + } + + RotatePoint( &dx, &dy, aOrient ); + RotatePoint( &tw, &th, aOrient ); + start_pos.x += dx; + start_pos.y += dy; + DPOINT pos_dev = userToDeviceCoordinates( start_pos ); + DPOINT sz_dev = userToDeviceSize( aSize ); + + // Now returns the final values... the widening factor + *wideningFactor = sz_dev.y / sz_dev.x; + + // The CTM transformation matrix + double alpha = DECIDEG2RAD( aOrient ); + double sinalpha = sin( alpha ); + double cosalpha = cos( alpha ); + + *ctm_a = cosalpha; + *ctm_b = sinalpha; + *ctm_c = -sinalpha; + *ctm_d = cosalpha; + *ctm_e = pos_dev.x; + *ctm_f = pos_dev.y; + + // This is because the letters are less than 1 unit high + *heightFactor = sz_dev.y / postscriptTextAscent; +} + + +/* Set the current line width (in IUs) for the next plot + */ +void PS_PLOTTER::SetCurrentLineWidth( int width ) +{ + wxASSERT( outputFile ); + int pen_width; + + if( width >= 0 ) + pen_width = width; + else + pen_width = defaultPenWidth; + + if( pen_width != GetCurrentLineWidth() ) + fprintf( outputFile, "%g setlinewidth\n", userToDeviceSize( pen_width ) ); + + currentPenWidth = pen_width; +} + + +void PS_PLOTTER::emitSetRGBColor( double r, double g, double b ) +{ + wxASSERT( outputFile ); + + // XXX why %.3g ? shouldn't %g suffice? who cares... + fprintf( outputFile, "%.3g %.3g %.3g setrgbcolor\n", r, g, b ); +} + + +/** + * Postscript supports dashed lines + */ +void PS_PLOTTER::SetDash( bool dashed ) +{ + wxASSERT( outputFile ); + if( dashed ) + fprintf( outputFile, "[%d %d] 0 setdash\n", + (int) GetDashMarkLenIU(), (int) GetDashGapLenIU() ); + else + fputs( "solidline\n", outputFile ); +} + + +void PS_PLOTTER::Rect( const wxPoint& p1, const wxPoint& p2, FILL_T fill, int width ) +{ + DPOINT p1_dev = userToDeviceCoordinates( p1 ); + DPOINT p2_dev = userToDeviceCoordinates( p2 ); + + SetCurrentLineWidth( width ); + fprintf( outputFile, "%g %g %g %g rect%d\n", p1_dev.x, p1_dev.y, + p2_dev.x - p1_dev.x, p2_dev.y - p1_dev.y, fill ); +} + + +void PS_PLOTTER::Circle( const wxPoint& pos, int diametre, FILL_T fill, int width ) +{ + wxASSERT( outputFile ); + DPOINT pos_dev = userToDeviceCoordinates( pos ); + double radius = userToDeviceSize( diametre / 2.0 ); + + SetCurrentLineWidth( width ); + fprintf( outputFile, "%g %g %g cir%d\n", pos_dev.x, pos_dev.y, radius, fill ); +} + + +void PS_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, + int radius, FILL_T fill, int width ) +{ + wxASSERT( outputFile ); + if( radius <= 0 ) + return; + + if( StAngle > EndAngle ) + std::swap( StAngle, EndAngle ); + + SetCurrentLineWidth( width ); + + // Calculate start point. + DPOINT centre_dev = userToDeviceCoordinates( centre ); + double radius_dev = userToDeviceSize( radius ); + + if( m_plotMirror ) + { + if( m_mirrorIsHorizontal ) + { + StAngle = 1800.0 -StAngle; + EndAngle = 1800.0 -EndAngle; + std::swap( StAngle, EndAngle ); + } + else + { + StAngle = -StAngle; + EndAngle = -EndAngle; + } + } + + fprintf( outputFile, "%g %g %g %g %g arc%d\n", centre_dev.x, centre_dev.y, + radius_dev, StAngle / 10.0, EndAngle / 10.0, fill ); +} + + +void PS_PLOTTER::PlotPoly( const std::vector< wxPoint >& aCornerList, + FILL_T aFill, int aWidth ) +{ + if( aCornerList.size() <= 1 ) + return; + + SetCurrentLineWidth( aWidth ); + + DPOINT pos = userToDeviceCoordinates( aCornerList[0] ); + fprintf( outputFile, "newpath\n%g %g moveto\n", pos.x, pos.y ); + + for( unsigned ii = 1; ii < aCornerList.size(); ii++ ) + { + pos = userToDeviceCoordinates( aCornerList[ii] ); + fprintf( outputFile, "%g %g lineto\n", pos.x, pos.y ); + } + + // Close/(fill) the path + fprintf( outputFile, "poly%d\n", aFill ); +} + + +/** + * Postscript-likes at the moment are the only plot engines supporting bitmaps... + */ +void PS_PLOTTER::PlotImage( const wxImage & aImage, const wxPoint& aPos, + double aScaleFactor ) +{ + wxSize pix_size; // size of the bitmap in pixels + pix_size.x = aImage.GetWidth(); + pix_size.y = aImage.GetHeight(); + DPOINT drawsize( aScaleFactor * pix_size.x, + aScaleFactor * pix_size.y ); // requested size of image + + // calculate the bottom left corner position of bitmap + wxPoint start = aPos; + start.x -= drawsize.x / 2; // left + start.y += drawsize.y / 2; // bottom (Y axis reversed) + + // calculate the top right corner position of bitmap + wxPoint end; + end.x = start.x + drawsize.x; + end.y = start.y - drawsize.y; + + fprintf( outputFile, "/origstate save def\n" ); + fprintf( outputFile, "/pix %d string def\n", pix_size.x ); + + // Locate lower-left corner of image + DPOINT start_dev = userToDeviceCoordinates( start ); + fprintf( outputFile, "%g %g translate\n", start_dev.x, start_dev.y ); + // Map image size to device + DPOINT end_dev = userToDeviceCoordinates( end ); + fprintf( outputFile, "%g %g scale\n", + std::abs(end_dev.x - start_dev.x), std::abs(end_dev.y - start_dev.y)); + + // Dimensions of source image (in pixels + fprintf( outputFile, "%d %d 8", pix_size.x, pix_size.y ); + // Map unit square to source + fprintf( outputFile, " [%d 0 0 %d 0 %d]\n", pix_size.x, -pix_size.y , pix_size.y); + // include image data in ps file + fprintf( outputFile, "{currentfile pix readhexstring pop}\n" ); + + if( colorMode ) + fputs( "false 3 colorimage\n", outputFile ); + else + fputs( "image\n", outputFile ); + // Single data source, 3 colors, Output RGB data (hexadecimal) + // (or the same downscaled to gray) + int jj = 0; + + for( int yy = 0; yy < pix_size.y; yy ++ ) + { + for( int xx = 0; xx < pix_size.x; xx++, jj++ ) + { + if( jj >= 16 ) + { + jj = 0; + fprintf( outputFile, "\n"); + } + + int red, green, blue; + red = aImage.GetRed( xx, yy) & 0xFF; + green = aImage.GetGreen( xx, yy) & 0xFF; + blue = aImage.GetBlue( xx, yy) & 0xFF; + + if( colorMode ) + fprintf( outputFile, "%2.2X%2.2X%2.2X", red, green, blue ); + else + fprintf( outputFile, "%2.2X", (red + green + blue) / 3 ); + } + } + + fprintf( outputFile, "\n"); + fprintf( outputFile, "origstate restore\n" ); +} + + +void PS_PLOTTER::PenTo( const wxPoint& pos, char plume ) +{ + wxASSERT( outputFile ); + + if( plume == 'Z' ) + { + if( penState != 'Z' ) + { + fputs( "stroke\n", outputFile ); + penState = 'Z'; + penLastpos.x = -1; + penLastpos.y = -1; + } + + return; + } + + if( penState == 'Z' ) + { + fputs( "newpath\n", outputFile ); + } + + if( penState != plume || pos != penLastpos ) + { + DPOINT pos_dev = userToDeviceCoordinates( pos ); + fprintf( outputFile, "%g %g %sto\n", + pos_dev.x, pos_dev.y, + ( plume=='D' ) ? "line" : "move" ); + } + + penState = plume; + penLastpos = pos; +} + + +/** + * The code within this function (and the CloseFilePS function) + * creates postscript files whose contents comply with Adobe's + * Document Structuring Convention, as documented by assorted + * details described within the following URLs: + * + * http://en.wikipedia.org/wiki/Document_Structuring_Conventions + * http://partners.adobe.com/public/developer/en/ps/5001.DSC_Spec.pdf + * + * + * BBox is the boundary box (position and size of the "client rectangle" + * for drawings (page - margins) in mils (0.001 inch) + */ +bool PS_PLOTTER::StartPlot() +{ + wxASSERT( outputFile ); + wxString msg; + + static const char* PSMacro[] = + { + "%%BeginProlog\n", + "/line { newpath moveto lineto stroke } bind def\n", + "/cir0 { newpath 0 360 arc stroke } bind def\n", + "/cir1 { newpath 0 360 arc gsave fill grestore stroke } bind def\n", + "/cir2 { newpath 0 360 arc gsave fill grestore stroke } bind def\n", + "/arc0 { newpath arc stroke } bind def\n", + "/arc1 { newpath 4 index 4 index moveto arc closepath gsave fill\n", + " grestore stroke } bind def\n", + "/arc2 { newpath 4 index 4 index moveto arc closepath gsave fill\n", + " grestore stroke } bind def\n", + "/poly0 { stroke } bind def\n", + "/poly1 { closepath gsave fill grestore stroke } bind def\n", + "/poly2 { closepath gsave fill grestore stroke } bind def\n", + "/rect0 { rectstroke } bind def\n", + "/rect1 { rectfill } bind def\n", + "/rect2 { rectfill } bind def\n", + "/linemode0 { 0 setlinecap 0 setlinejoin 0 setlinewidth } bind def\n", + "/linemode1 { 1 setlinecap 1 setlinejoin } bind def\n", + "/dashedline { [200] 100 setdash } bind def\n", + "/solidline { [] 0 setdash } bind def\n", + + // This is for 'hidden' text (search anchors for PDF) + "/phantomshow { moveto\n", + " /KicadFont findfont 0.000001 scalefont setfont\n", + " show } bind def\n", + + // This is for regular postscript text + "/textshow { gsave\n", + " findfont exch scalefont setfont concat 1 scale 0 0 moveto show\n", + " } bind def\n", + + // Utility for getting Latin1 encoded fonts + "/reencodefont {\n", + " findfont dup length dict begin\n", + " { 1 index /FID ne\n", + " { def }\n", + " { pop pop } ifelse\n", + " } forall\n", + " /Encoding ISOLatin1Encoding def\n", + " currentdict\n", + " end } bind def\n" + + // Remap AdobeStandard fonts to Latin1 + "/KicadFont /Helvetica reencodefont definefont pop\n", + "/KicadFont-Bold /Helvetica-Bold reencodefont definefont pop\n", + "/KicadFont-Oblique /Helvetica-Oblique reencodefont definefont pop\n", + "/KicadFont-BoldOblique /Helvetica-BoldOblique reencodefont definefont pop\n", + "%%EndProlog\n", + NULL + }; + + time_t time1970 = time( NULL ); + + fputs( "%!PS-Adobe-3.0\n", outputFile ); // Print header + + fprintf( outputFile, "%%%%Creator: %s\n", TO_UTF8( creator ) ); + + /* A "newline" character ("\n") is not included in the following string, + because it is provided by the ctime() function. */ + fprintf( outputFile, "%%%%CreationDate: %s", ctime( &time1970 ) ); + fprintf( outputFile, "%%%%Title: %s\n", TO_UTF8( filename ) ); + fprintf( outputFile, "%%%%Pages: 1\n" ); + fprintf( outputFile, "%%%%PageOrder: Ascend\n" ); + + // Print boundary box in 1/72 pixels per inch, box is in mils + const double BIGPTsPERMIL = 0.072; + + /* The coordinates of the lower left corner of the boundary + box need to be "rounded down", but the coordinates of its + upper right corner need to be "rounded up" instead. */ + wxSize psPaperSize = pageInfo.GetSizeMils(); + + if( !pageInfo.IsPortrait() ) + psPaperSize.Set( pageInfo.GetHeightMils(), pageInfo.GetWidthMils() ); + + fprintf( outputFile, "%%%%BoundingBox: 0 0 %d %d\n", + (int) ceil( psPaperSize.x * BIGPTsPERMIL ), + (int) ceil( psPaperSize.y * BIGPTsPERMIL ) ); + + // Specify the size of the sheet and the name associated with that size. + // (If the "User size" option has been selected for the sheet size, + // identify the sheet size as "Custom" (rather than as "User"), but + // otherwise use the name assigned by KiCad for each sheet size.) + // + // (The Document Structuring Convention also supports sheet weight, + // sheet color, and sheet type properties being specified within a + // %%DocumentMedia comment, but they are not being specified here; + // a zero and two null strings are subsequently provided instead.) + // + // (NOTE: m_Size.y is *supposed* to be listed before m_Size.x; + // the order in which they are specified is not wrong!) + // Also note pageSize is given in mils, not in internal units and must be + // converted to internal units. + + if( pageInfo.IsCustom() ) + fprintf( outputFile, "%%%%DocumentMedia: Custom %d %d 0 () ()\n", + KiROUND( psPaperSize.x * BIGPTsPERMIL ), + KiROUND( psPaperSize.y * BIGPTsPERMIL ) ); + + else // a standard paper size + fprintf( outputFile, "%%%%DocumentMedia: %s %d %d 0 () ()\n", + TO_UTF8( pageInfo.GetType() ), + KiROUND( psPaperSize.x * BIGPTsPERMIL ), + KiROUND( psPaperSize.y * BIGPTsPERMIL ) ); + + if( pageInfo.IsPortrait() ) + fprintf( outputFile, "%%%%Orientation: Portrait\n" ); + else + fprintf( outputFile, "%%%%Orientation: Landscape\n" ); + + fprintf( outputFile, "%%%%EndComments\n" ); + + // Now specify various other details. + + for( int ii = 0; PSMacro[ii] != NULL; ii++ ) + { + fputs( PSMacro[ii], outputFile ); + } + + // The following string has been specified here (rather than within + // PSMacro[]) to highlight that it has been provided to ensure that the + // contents of the postscript file comply with the details specified + // within the Document Structuring Convention. + fputs( "%%Page: 1 1\n" + "%%BeginPageSetup\n" + "gsave\n" + "0.0072 0.0072 scale\n" // Configure postscript for decimils coordinates + "linemode1\n", outputFile ); + + + // Rototranslate the coordinate to achieve the landscape layout + if( !pageInfo.IsPortrait() ) + fprintf( outputFile, "%d 0 translate 90 rotate\n", 10 * psPaperSize.x ); + + // Apply the user fine scale adjustments + if( plotScaleAdjX != 1.0 || plotScaleAdjY != 1.0 ) + fprintf( outputFile, "%g %g scale\n", + plotScaleAdjX, plotScaleAdjY ); + + // Set default line width + fprintf( outputFile, "%g setlinewidth\n", userToDeviceSize( defaultPenWidth ) ); + fputs( "%%EndPageSetup\n", outputFile ); + + return true; +} + + +bool PS_PLOTTER::EndPlot() +{ + wxASSERT( outputFile ); + fputs( "showpage\n" + "grestore\n" + "%%EOF\n", outputFile ); + fclose( outputFile ); + outputFile = NULL; + + return true; +} + + + +void PS_PLOTTER::Text( const wxPoint& aPos, + enum EDA_COLOR_T aColor, + const wxString& aText, + double aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + bool aMultilineAllowed ) +{ + SetCurrentLineWidth( aWidth ); + SetColor( aColor ); + + // Fix me: see how to use PS text mode for multiline texts + if( aMultilineAllowed && !aText.Contains( wxT( "\n" ) ) ) + aMultilineAllowed = false; // the text has only one line. + + // Draw the native postscript text (if requested) + // Currently: does not work: disable it + bool use_native = false; // = m_textMode == PLOTTEXTMODE_NATIVE && !aMultilineAllowed; + + if( use_native ) + { + const char *fontname = aItalic ? (aBold ? "/KicadFont-BoldOblique" + : "/KicadFont-Oblique") + : (aBold ? "/KicadFont-Bold" + : "/KicadFont"); + + // Compute the copious tranformation parameters + double ctm_a, ctm_b, ctm_c, ctm_d, ctm_e, ctm_f; + double wideningFactor, heightFactor; + computeTextParameters( aPos, aText, aOrient, aSize, aH_justify, + aV_justify, aWidth, aItalic, aBold, + &wideningFactor, &ctm_a, &ctm_b, &ctm_c, + &ctm_d, &ctm_e, &ctm_f, &heightFactor ); + + + // The text must be escaped correctly, the others are the various + // parameters. The CTM is formatted with %f since sin/cos tends + // to make %g use exponential notation (which is not supported) + fputsPostscriptString( outputFile, aText ); + fprintf( outputFile, " %g [%f %f %f %f %f %f] %g %s textshow\n", + wideningFactor, ctm_a, ctm_b, ctm_c, ctm_d, ctm_e, ctm_f, + heightFactor, fontname ); + + /* The textshow operator retained the coordinate system, we use it + * to plot the overbars. See the PDF sister function for more + * details */ + + std::vector pos_pairs; + postscriptOverlinePositions( aText, aSize.x, aItalic, aBold, &pos_pairs ); + int overbar_y = KiROUND( aSize.y * 1.1 ); + + for( unsigned i = 0; i < pos_pairs.size(); i += 2) + { + DPOINT dev_from = userToDeviceSize( wxSize( pos_pairs[i], overbar_y ) ); + DPOINT dev_to = userToDeviceSize( wxSize( pos_pairs[i + 1], overbar_y ) ); + fprintf( outputFile, "%g %g %g %g line ", + dev_from.x, dev_from.y, dev_to.x, dev_to.y ); + } + + // Restore the CTM + fputs( "grestore\n", outputFile ); + } + + // Draw the hidden postscript text (if requested) + if( m_textMode == PLOTTEXTMODE_PHANTOM ) + { + fputsPostscriptString( outputFile, aText ); + DPOINT pos_dev = userToDeviceCoordinates( aPos ); + fprintf( outputFile, " %g %g phantomshow\n", pos_dev.x, pos_dev.y ); + } + + // Draw the stroked text (if requested) + if( !use_native ) + { + PLOTTER::Text( aPos, aColor, aText, aOrient, aSize, aH_justify, aV_justify, + aWidth, aItalic, aBold, aMultilineAllowed ); + } +} + + +/** + * Character widths for Helvetica + */ +const double hv_widths[256] = { + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.355, 0.556, 0.556, 0.889, 0.667, 0.191, + 0.333, 0.333, 0.389, 0.584, 0.278, 0.333, 0.278, 0.278, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, + 0.556, 0.556, 0.278, 0.278, 0.584, 0.584, 0.584, 0.556, + 1.015, 0.667, 0.667, 0.722, 0.722, 0.667, 0.611, 0.778, + 0.722, 0.278, 0.500, 0.667, 0.556, 0.833, 0.722, 0.778, + 0.667, 0.778, 0.722, 0.667, 0.611, 0.722, 0.667, 0.944, + 0.667, 0.667, 0.611, 0.278, 0.278, 0.278, 0.469, 0.556, + 0.333, 0.556, 0.556, 0.500, 0.556, 0.556, 0.278, 0.556, + 0.556, 0.222, 0.222, 0.500, 0.222, 0.833, 0.556, 0.556, + 0.556, 0.556, 0.333, 0.500, 0.278, 0.556, 0.500, 0.722, + 0.500, 0.500, 0.500, 0.334, 0.260, 0.334, 0.584, 0.278, + 0.278, 0.278, 0.222, 0.556, 0.333, 1.000, 0.556, 0.556, + 0.333, 1.000, 0.667, 0.333, 1.000, 0.278, 0.278, 0.278, + 0.278, 0.222, 0.222, 0.333, 0.333, 0.350, 0.556, 1.000, + 0.333, 1.000, 0.500, 0.333, 0.944, 0.278, 0.278, 0.667, + 0.278, 0.333, 0.556, 0.556, 0.556, 0.556, 0.260, 0.556, + 0.333, 0.737, 0.370, 0.556, 0.584, 0.333, 0.737, 0.333, + 0.400, 0.584, 0.333, 0.333, 0.333, 0.556, 0.537, 0.278, + 0.333, 0.333, 0.365, 0.556, 0.834, 0.834, 0.834, 0.611, + 0.667, 0.667, 0.667, 0.667, 0.667, 0.667, 1.000, 0.722, + 0.667, 0.667, 0.667, 0.667, 0.278, 0.278, 0.278, 0.278, + 0.722, 0.722, 0.778, 0.778, 0.778, 0.778, 0.778, 0.584, + 0.778, 0.722, 0.722, 0.722, 0.722, 0.667, 0.667, 0.611, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.889, 0.500, + 0.556, 0.556, 0.556, 0.556, 0.278, 0.278, 0.278, 0.278, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.584, + 0.611, 0.556, 0.556, 0.556, 0.556, 0.500, 0.556, 0.500 +}; + +/** + * Character widths for Helvetica-Bold + */ +const double hvb_widths[256] = { + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.333, 0.474, 0.556, 0.556, 0.889, 0.722, 0.238, + 0.333, 0.333, 0.389, 0.584, 0.278, 0.333, 0.278, 0.278, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, + 0.556, 0.556, 0.333, 0.333, 0.584, 0.584, 0.584, 0.611, + 0.975, 0.722, 0.722, 0.722, 0.722, 0.667, 0.611, 0.778, + 0.722, 0.278, 0.556, 0.722, 0.611, 0.833, 0.722, 0.778, + 0.667, 0.778, 0.722, 0.667, 0.611, 0.722, 0.667, 0.944, + 0.667, 0.667, 0.611, 0.333, 0.278, 0.333, 0.584, 0.556, + 0.333, 0.556, 0.611, 0.556, 0.611, 0.556, 0.333, 0.611, + 0.611, 0.278, 0.278, 0.556, 0.278, 0.889, 0.611, 0.611, + 0.611, 0.611, 0.389, 0.556, 0.333, 0.611, 0.556, 0.778, + 0.556, 0.556, 0.500, 0.389, 0.280, 0.389, 0.584, 0.278, + 0.278, 0.278, 0.278, 0.556, 0.500, 1.000, 0.556, 0.556, + 0.333, 1.000, 0.667, 0.333, 1.000, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.500, 0.500, 0.350, 0.556, 1.000, + 0.333, 1.000, 0.556, 0.333, 0.944, 0.278, 0.278, 0.667, + 0.278, 0.333, 0.556, 0.556, 0.556, 0.556, 0.280, 0.556, + 0.333, 0.737, 0.370, 0.556, 0.584, 0.333, 0.737, 0.333, + 0.400, 0.584, 0.333, 0.333, 0.333, 0.611, 0.556, 0.278, + 0.333, 0.333, 0.365, 0.556, 0.834, 0.834, 0.834, 0.611, + 0.722, 0.722, 0.722, 0.722, 0.722, 0.722, 1.000, 0.722, + 0.667, 0.667, 0.667, 0.667, 0.278, 0.278, 0.278, 0.278, + 0.722, 0.722, 0.778, 0.778, 0.778, 0.778, 0.778, 0.584, + 0.778, 0.722, 0.722, 0.722, 0.722, 0.667, 0.667, 0.611, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.889, 0.556, + 0.556, 0.556, 0.556, 0.556, 0.278, 0.278, 0.278, 0.278, + 0.611, 0.611, 0.611, 0.611, 0.611, 0.611, 0.611, 0.584, + 0.611, 0.611, 0.611, 0.611, 0.611, 0.556, 0.611, 0.556 +}; + +/** + * Character widths for Helvetica-Oblique + */ +const double hvo_widths[256] = { + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.355, 0.556, 0.556, 0.889, 0.667, 0.191, + 0.333, 0.333, 0.389, 0.584, 0.278, 0.333, 0.278, 0.278, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, + 0.556, 0.556, 0.278, 0.278, 0.584, 0.584, 0.584, 0.556, + 1.015, 0.667, 0.667, 0.722, 0.722, 0.667, 0.611, 0.778, + 0.722, 0.278, 0.500, 0.667, 0.556, 0.833, 0.722, 0.778, + 0.667, 0.778, 0.722, 0.667, 0.611, 0.722, 0.667, 0.944, + 0.667, 0.667, 0.611, 0.278, 0.278, 0.278, 0.469, 0.556, + 0.333, 0.556, 0.556, 0.500, 0.556, 0.556, 0.278, 0.556, + 0.556, 0.222, 0.222, 0.500, 0.222, 0.833, 0.556, 0.556, + 0.556, 0.556, 0.333, 0.500, 0.278, 0.556, 0.500, 0.722, + 0.500, 0.500, 0.500, 0.334, 0.260, 0.334, 0.584, 0.278, + 0.278, 0.278, 0.222, 0.556, 0.333, 1.000, 0.556, 0.556, + 0.333, 1.000, 0.667, 0.333, 1.000, 0.278, 0.278, 0.278, + 0.278, 0.222, 0.222, 0.333, 0.333, 0.350, 0.556, 1.000, + 0.333, 1.000, 0.500, 0.333, 0.944, 0.278, 0.278, 0.667, + 0.278, 0.333, 0.556, 0.556, 0.556, 0.556, 0.260, 0.556, + 0.333, 0.737, 0.370, 0.556, 0.584, 0.333, 0.737, 0.333, + 0.400, 0.584, 0.333, 0.333, 0.333, 0.556, 0.537, 0.278, + 0.333, 0.333, 0.365, 0.556, 0.834, 0.834, 0.834, 0.611, + 0.667, 0.667, 0.667, 0.667, 0.667, 0.667, 1.000, 0.722, + 0.667, 0.667, 0.667, 0.667, 0.278, 0.278, 0.278, 0.278, + 0.722, 0.722, 0.778, 0.778, 0.778, 0.778, 0.778, 0.584, + 0.778, 0.722, 0.722, 0.722, 0.722, 0.667, 0.667, 0.611, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.889, 0.500, + 0.556, 0.556, 0.556, 0.556, 0.278, 0.278, 0.278, 0.278, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.584, + 0.611, 0.556, 0.556, 0.556, 0.556, 0.500, 0.556, 0.500 +}; + +/** + * Character widths for Helvetica-BoldOblique + */ +const double hvbo_widths[256] = { + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, 0.278, + 0.278, 0.333, 0.474, 0.556, 0.556, 0.889, 0.722, 0.238, + 0.333, 0.333, 0.389, 0.584, 0.278, 0.333, 0.278, 0.278, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, + 0.556, 0.556, 0.333, 0.333, 0.584, 0.584, 0.584, 0.611, + 0.975, 0.722, 0.722, 0.722, 0.722, 0.667, 0.611, 0.778, + 0.722, 0.278, 0.556, 0.722, 0.611, 0.833, 0.722, 0.778, + 0.667, 0.778, 0.722, 0.667, 0.611, 0.722, 0.667, 0.944, + 0.667, 0.667, 0.611, 0.333, 0.278, 0.333, 0.584, 0.556, + 0.333, 0.556, 0.611, 0.556, 0.611, 0.556, 0.333, 0.611, + 0.611, 0.278, 0.278, 0.556, 0.278, 0.889, 0.611, 0.611, + 0.611, 0.611, 0.389, 0.556, 0.333, 0.611, 0.556, 0.778, + 0.556, 0.556, 0.500, 0.389, 0.280, 0.389, 0.584, 0.278, + 0.278, 0.278, 0.278, 0.556, 0.500, 1.000, 0.556, 0.556, + 0.333, 1.000, 0.667, 0.333, 1.000, 0.278, 0.278, 0.278, + 0.278, 0.278, 0.278, 0.500, 0.500, 0.350, 0.556, 1.000, + 0.333, 1.000, 0.556, 0.333, 0.944, 0.278, 0.278, 0.667, + 0.278, 0.333, 0.556, 0.556, 0.556, 0.556, 0.280, 0.556, + 0.333, 0.737, 0.370, 0.556, 0.584, 0.333, 0.737, 0.333, + 0.400, 0.584, 0.333, 0.333, 0.333, 0.611, 0.556, 0.278, + 0.333, 0.333, 0.365, 0.556, 0.834, 0.834, 0.834, 0.611, + 0.722, 0.722, 0.722, 0.722, 0.722, 0.722, 1.000, 0.722, + 0.667, 0.667, 0.667, 0.667, 0.278, 0.278, 0.278, 0.278, + 0.722, 0.722, 0.778, 0.778, 0.778, 0.778, 0.778, 0.584, + 0.778, 0.722, 0.722, 0.722, 0.722, 0.667, 0.667, 0.611, + 0.556, 0.556, 0.556, 0.556, 0.556, 0.556, 0.889, 0.556, + 0.556, 0.556, 0.556, 0.556, 0.278, 0.278, 0.278, 0.278, + 0.611, 0.611, 0.611, 0.611, 0.611, 0.611, 0.611, 0.584, + 0.611, 0.611, 0.611, 0.611, 0.611, 0.556, 0.611, 0.556 +}; diff --git a/common/common_plotSVG_functions.cpp b/common/common_plotSVG_functions.cpp new file mode 100644 index 0000000..09b69d1 --- /dev/null +++ b/common/common_plotSVG_functions.cpp @@ -0,0 +1,623 @@ +/** + * @file common_plotPS_functions.cpp + * @brief Kicad: Common plot SVG functions + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* Some info on basic items SVG format, used here: + * The root element of all SVG files is the element. + * + * The element is used to group SVG shapes together. + * Once grouped you can transform the whole group of shapes as if it was a single shape. + * This is an advantage compared to a nested element + * which cannot be the target of transformation by itself. + * + * The element represents a rectangle. + * Using this element you can draw rectangles of various width, height, + * with different stroke (outline) and fill colors, with sharp or rounded corners etc. + * + * + * + * + * + * + * + * The element is used to draw circles. + * + * + * The element is used to draw ellipses. + * An ellipse is a circle that does not have equal height and width. + * Its radius in the x and y directions are different, in other words. + * + * + * The element is used to draw lines. + * + * + * + * + * The element is used to draw multiple connected lines + * Here is a simple example: + * + * + * + * The element is used to draw with multiple (3 or more) sides / edges. + * Here is a simple example: + * + * + * + * The element is used to draw advanced shapes combined from lines and arcs, + * with or without fill. + * It is probably the most advanced and versatile SVG shape of them all. + * It is probably also the hardest element to master. + * + * + * Draw an elliptic arc: it is one of basic path command: + * + * flag_arc_large: 0 = small arc > 180 deg, 1 = large arc > 180 deg + * flag_sweep : 0 = CCW, 1 = CW + * The center of ellipse is automatically calculated. + */ +#include +#include +#include +#include +#include +#include +#include +#include + + + +/** + * Function XmlEsc + * translates '<' to "<", '>' to ">" and so on, according to the spec: + * http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html#charescaping + * May be moved to a library if needed generally, but not expecting that. + */ +static wxString XmlEsc( const wxString& aStr, bool isAttribute = false ) +{ + wxString escaped; + + escaped.reserve( aStr.length() ); + + for( wxString::const_iterator it = aStr.begin(); it != aStr.end(); ++it ) + { + const wxChar c = *it; + + switch( c ) + { + case wxS( '<' ): + escaped.append( wxS( "<" ) ); + break; + case wxS( '>' ): + escaped.append( wxS( ">" ) ); + break; + case wxS( '&' ): + escaped.append( wxS( "&" ) ); + break; + case wxS( '\r' ): + escaped.append( wxS( " " ) ); + break; + default: + if( isAttribute ) + { + switch( c ) + { + case wxS( '"' ): + escaped.append( wxS( """ ) ); + break; + case wxS( '\t' ): + escaped.append( wxS( " " ) ); + break; + case wxS( '\n' ): + escaped.append( wxS( " " )); + break; + default: + escaped.append(c); + } + } + else + escaped.append(c); + } + } + + return escaped; +} + + +SVG_PLOTTER::SVG_PLOTTER() +{ + m_graphics_changed = true; + SetTextMode( PLOTTEXTMODE_STROKE ); + m_fillMode = NO_FILL; // or FILLED_SHAPE or FILLED_WITH_BG_BODYCOLOR + m_pen_rgb_color = 0; // current color value (black) + m_brush_rgb_color = 0; // current color value (black) + m_dashed = false; +} + + +void SVG_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil, + double aScale, bool aMirror ) +{ + m_plotMirror = aMirror; + m_yaxisReversed = true; // unlike other plotters, SVG has Y axis reversed + plotOffset = aOffset; + plotScale = aScale; + m_IUsPerDecimil = aIusPerDecimil; + iuPerDeviceUnit = 1.0 / aIusPerDecimil; + /* Compute the paper size in IUs */ + paperSize = pageInfo.GetSizeMils(); + paperSize.x *= 10.0 * aIusPerDecimil; + paperSize.y *= 10.0 * aIusPerDecimil; + SetDefaultLineWidth( 100 * aIusPerDecimil ); // arbitrary default +} + + +void SVG_PLOTTER::SetColor( EDA_COLOR_T color ) +{ + PSLIKE_PLOTTER::SetColor( color ); + + if( m_graphics_changed ) + setSVGPlotStyle(); +} + + +void SVG_PLOTTER::setFillMode( FILL_T fill ) +{ + if( m_fillMode != fill ) + { + m_graphics_changed = true; + m_fillMode = fill; + } +} + + +void SVG_PLOTTER::setSVGPlotStyle() +{ + fputs( "\n\n", outputFile ); + + m_graphics_changed = false; +} + +/* Set the current line width (in IUs) for the next plot + */ +void SVG_PLOTTER::SetCurrentLineWidth( int width ) +{ + int pen_width; + + if( width >= 0 ) + pen_width = width; + else + pen_width = defaultPenWidth; + + if( pen_width != currentPenWidth ) + { + m_graphics_changed = true; + currentPenWidth = pen_width; + } + + if( m_graphics_changed ) + setSVGPlotStyle(); +} + + +/* initialize m_red, m_green, m_blue ( 0 ... 255) + * from reduced values r, g ,b ( 0.0 to 1.0 ) + */ +void SVG_PLOTTER::emitSetRGBColor( double r, double g, double b ) +{ + int red = (int) ( 255.0 * r ); + int green = (int) ( 255.0 * g ); + int blue = (int) ( 255.0 * b ); + long rgb_color = (red << 16) | (green << 8) | blue; + + if( m_pen_rgb_color != rgb_color ) + { + m_graphics_changed = true; + m_pen_rgb_color = rgb_color; + + // Currently, use the same color for brush and pen + // (i.e. to draw and fill a contour) + m_brush_rgb_color = rgb_color; + } +} + + +/** + * SVG supports dashed lines + */ +void SVG_PLOTTER::SetDash( bool dashed ) +{ + if( m_dashed != dashed ) + { + m_graphics_changed = true; + m_dashed = dashed; + } + + if( m_graphics_changed ) + setSVGPlotStyle(); +} + + +void SVG_PLOTTER::Rect( const wxPoint& p1, const wxPoint& p2, FILL_T fill, int width ) +{ + EDA_RECT rect( p1, wxSize( p2.x -p1.x, p2.y -p1.y ) ); + rect.Normalize(); + DPOINT org_dev = userToDeviceCoordinates( rect.GetOrigin() ); + DPOINT end_dev = userToDeviceCoordinates( rect.GetEnd() ); + DSIZE size_dev = end_dev - org_dev; + // Ensure size of rect in device coordinates is > 0 + // I don't know if this is a SVG issue or a Inkscape issue, but + // Inkscape has problems with negative or null values for width and/or height, so avoid them + DBOX rect_dev( org_dev, size_dev); + rect_dev.Normalize(); + + setFillMode( fill ); + SetCurrentLineWidth( width ); + + // Rectangles having a 0 size value for height or width are just not drawn on Inscape, + // so use a line when happens. + if( rect_dev.GetSize().x == 0.0 || rect_dev.GetSize().y == 0.0 ) // Draw a line + fprintf( outputFile, + "\n", + rect_dev.GetPosition().x, rect_dev.GetPosition().y, + rect_dev.GetEnd().x, rect_dev.GetEnd().y + ); + + else + fprintf( outputFile, + "\n", + rect_dev.GetPosition().x, rect_dev.GetPosition().y, + rect_dev.GetSize().x, rect_dev.GetSize().y, + 0.0 // radius of rounded corners + ); +} + + +void SVG_PLOTTER::Circle( const wxPoint& pos, int diametre, FILL_T fill, int width ) +{ + DPOINT pos_dev = userToDeviceCoordinates( pos ); + double radius = userToDeviceSize( diametre / 2.0 ); + + setFillMode( fill ); + SetCurrentLineWidth( width ); + + fprintf( outputFile, + " \n", + pos_dev.x, pos_dev.y, radius ); +} + + +void SVG_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, int radius, + FILL_T fill, int width ) +{ + /* Draws an arc of a circle, centred on (xc,yc), with starting point + * (x1, y1) and ending at (x2, y2). The current pen is used for the outline + * and the current brush for filling the shape. + * + * The arc is drawn in an anticlockwise direction from the start point to + * the end point + */ + + if( radius <= 0 ) + return; + + if( StAngle > EndAngle ) + std::swap( StAngle, EndAngle ); + + setFillMode( fill ); + SetCurrentLineWidth( width ); + + // Calculate start point. + DPOINT centre_dev = userToDeviceCoordinates( centre ); + double radius_dev = userToDeviceSize( radius ); + + if( !m_yaxisReversed ) // Should be never the case + { + double tmp = StAngle; + StAngle = -EndAngle; + EndAngle = -tmp; + } + + if( m_plotMirror ) + { + if( m_mirrorIsHorizontal ) + { + StAngle = 1800.0 -StAngle; + EndAngle = 1800.0 -EndAngle; + std::swap( StAngle, EndAngle ); + } + else + { + StAngle = -StAngle; + EndAngle = -EndAngle; + } + } + + DPOINT start; + start.x = radius_dev; + RotatePoint( &start.x, &start.y, StAngle ); + DPOINT end; + end.x = radius_dev; + RotatePoint( &end.x, &end.y, EndAngle ); + start += centre_dev; + end += centre_dev; + + double theta1 = DECIDEG2RAD( StAngle ); + + if( theta1 < 0 ) + theta1 = theta1 + M_PI * 2; + + double theta2 = DECIDEG2RAD( EndAngle ); + + if( theta2 < 0 ) + theta2 = theta2 + M_PI * 2; + + if( theta2 < theta1 ) + theta2 = theta2 + M_PI * 2; + + int flg_arc = 0; // flag for large or small arc. 0 means less than 180 degrees + + if( fabs( theta2 - theta1 ) > M_PI ) + flg_arc = 1; + + int flg_sweep = 0; // flag for sweep always 0 + + // Draw a single arc: an arc is one of 3 curve commands (2 other are 2 bezier curves) + // params are start point, radius1, radius2, X axe rotation, + // flag arc size (0 = small arc > 180 deg, 1 = large arc > 180 deg), + // sweep arc ( 0 = CCW, 1 = CW), + // end point + fprintf( outputFile, "\n", + start.x, start.y, radius_dev, radius_dev, + flg_arc, flg_sweep, + end.x, end.y ); +} + + +void SVG_PLOTTER::PlotPoly( const std::vector& aCornerList, + FILL_T aFill, int aWidth ) +{ + if( aCornerList.size() <= 1 ) + return; + + setFillMode( aFill ); + SetCurrentLineWidth( aWidth ); + + switch( aFill ) + { + case NO_FILL: + fprintf( outputFile, " \n" ); +} + + +/** + * Postscript-likes at the moment are the only plot engines supporting bitmaps... + */ +void SVG_PLOTTER::PlotImage( const wxImage& aImage, const wxPoint& aPos, + double aScaleFactor ) +{ + // in svg file we must insert a link to a png image file to plot an image + // the image itself is not included in the svg file. + // So we prefer skip the image, and just draw a rectangle, + // like other plotters which do not support images + + PLOTTER::PlotImage( aImage, aPos, aScaleFactor ); + +} + + +void SVG_PLOTTER::PenTo( const wxPoint& pos, char plume ) +{ + if( plume == 'Z' ) + { + if( penState != 'Z' ) + { + fputs( "\" />\n", outputFile ); + penState = 'Z'; + penLastpos.x = -1; + penLastpos.y = -1; + } + + return; + } + + if( penState == 'Z' ) // here plume = 'D' or 'U' + { + DPOINT pos_dev = userToDeviceCoordinates( pos ); + + // Ensure we do not use a fill mode when moving tne pen, + // in SVG mode (i;e. we are plotting only basic lines, not a filled area + if( m_fillMode != NO_FILL ) + { + setFillMode( NO_FILL ); + setSVGPlotStyle(); + } + + fprintf( outputFile, "\n", + " \n", + "\n", + (double) paperSize.x / m_IUsPerDecimil * 2.54 / 10000, + (double) paperSize.y / m_IUsPerDecimil * 2.54 / 10000, + origin.x, origin.y, + (int) ( paperSize.x / m_IUsPerDecimil ), + (int) ( paperSize.y / m_IUsPerDecimil) ); + + // Write title + char date_buf[250]; + time_t ltime = time( NULL ); + strftime( date_buf, 250, "%Y/%m/%d %H:%M:%S", + localtime( <ime ) ); + + fprintf( outputFile, + "SVG Picture created as %s date %s \n", + TO_UTF8( XmlEsc( wxFileName( filename ).GetFullName() ) ), date_buf ); + // End of header + fprintf( outputFile, " Picture generated by %s \n", + TO_UTF8( XmlEsc( creator ) ) ); + + // output the pen and brush color (RVB values in hex) and opacity + double opacity = 1.0; // 0.0 (transparent to 1.0 (solid) + fprintf( outputFile, + "\n", outputFile ); + return true; +} + + +bool SVG_PLOTTER::EndPlot() +{ + fputs( " \n\n", outputFile ); + fclose( outputFile ); + outputFile = NULL; + + return true; +} + + +void SVG_PLOTTER::Text( const wxPoint& aPos, + enum EDA_COLOR_T aColor, + const wxString& aText, + double aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + bool aMultilineAllowed ) +{ + setFillMode( NO_FILL ); + SetColor( aColor ); + SetCurrentLineWidth( aWidth ); + + // TODO: see if the postscript native text code can be used in SVG plotter + + PLOTTER::Text( aPos, aColor, aText, aOrient, aSize, aH_justify, aV_justify, + aWidth, aItalic, aBold, aMultilineAllowed ); +} diff --git a/common/common_plot_functions.cpp b/common/common_plot_functions.cpp new file mode 100644 index 0000000..cda3788 --- /dev/null +++ b/common/common_plot_functions.cpp @@ -0,0 +1,165 @@ +/** + * @file common_plot_functions.cpp + * @brief Kicad: Common plotting functions + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include +#include +#include "worksheet_shape_builder.h" +#include "class_worksheet_dataitem.h" +#include + + + +wxString GetDefaultPlotExtension( PlotFormat aFormat ) +{ + switch( aFormat ) + { + case PLOT_FORMAT_DXF: + return DXF_PLOTTER::GetDefaultFileExtension(); + + case PLOT_FORMAT_POST: + return PS_PLOTTER::GetDefaultFileExtension(); + + case PLOT_FORMAT_PDF: + return PDF_PLOTTER::GetDefaultFileExtension(); + + case PLOT_FORMAT_HPGL: + return HPGL_PLOTTER::GetDefaultFileExtension(); + + case PLOT_FORMAT_GERBER: + return GERBER_PLOTTER::GetDefaultFileExtension(); + + case PLOT_FORMAT_SVG: + return SVG_PLOTTER::GetDefaultFileExtension(); + + default: + wxASSERT( false ); + return wxEmptyString; + } +} + + + +void PlotWorkSheet( PLOTTER* plotter, const TITLE_BLOCK& aTitleBlock, + const PAGE_INFO& aPageInfo, + int aSheetNumber, int aNumberOfSheets, + const wxString &aSheetDesc, const wxString &aFilename ) +{ + /* Note: Page sizes values are given in mils + */ + double iusPerMil = plotter->GetIUsPerDecimil() * 10.0; + + EDA_COLOR_T plotColor = plotter->GetColorMode() ? RED : BLACK; + plotter->SetColor( plotColor ); + WS_DRAW_ITEM_LIST drawList; + + // Print only a short filename, if aFilename is the full filename + wxFileName fn( aFilename ); + + // Prepare plot parameters + drawList.SetPenSize(PLOTTER::USE_DEFAULT_LINE_WIDTH ); + drawList.SetMilsToIUfactor( iusPerMil ); + drawList.SetSheetNumber( aSheetNumber ); + drawList.SetSheetCount( aNumberOfSheets ); + drawList.SetFileName( fn.GetFullName() ); // Print only the short filename + drawList.SetSheetName( aSheetDesc ); + + + drawList.BuildWorkSheetGraphicList( aPageInfo, + aTitleBlock, plotColor, plotColor ); + + // Draw item list + for( WS_DRAW_ITEM_BASE* item = drawList.GetFirst(); item; + item = drawList.GetNext() ) + { + plotter->SetCurrentLineWidth( PLOTTER::USE_DEFAULT_LINE_WIDTH ); + + switch( item->GetType() ) + { + case WS_DRAW_ITEM_BASE::wsg_line: + { + WS_DRAW_ITEM_LINE* line = (WS_DRAW_ITEM_LINE*) item; + plotter->SetCurrentLineWidth( line->GetPenWidth() ); + plotter->MoveTo( line->GetStart() ); + plotter->FinishTo( line->GetEnd() ); + } + break; + + case WS_DRAW_ITEM_BASE::wsg_rect: + { + WS_DRAW_ITEM_RECT* rect = (WS_DRAW_ITEM_RECT*) item; + plotter->Rect( rect->GetStart(), + rect->GetEnd(), + NO_FILL, + rect->GetPenWidth() ); + } + break; + + case WS_DRAW_ITEM_BASE::wsg_text: + { + WS_DRAW_ITEM_TEXT* text = (WS_DRAW_ITEM_TEXT*) item; + plotter->Text( text->GetTextPosition(), text->GetColor(), + text->GetShownText(), text->GetOrientation(), + text->GetSize(), + text->GetHorizJustify(), text->GetVertJustify(), + text->GetPenWidth(), + text->IsItalic(), text->IsBold(), + text->IsMultilineAllowed() ); + } + break; + + case WS_DRAW_ITEM_BASE::wsg_poly: + { + WS_DRAW_ITEM_POLYGON* poly = (WS_DRAW_ITEM_POLYGON*) item; + plotter->PlotPoly( poly->m_Corners, + poly->IsFilled() ? FILLED_SHAPE : NO_FILL, + poly->GetPenWidth() ); + } + break; + + case WS_DRAW_ITEM_BASE::wsg_bitmap: + { + WS_DRAW_ITEM_BITMAP* bm = (WS_DRAW_ITEM_BITMAP*) item; + + WORKSHEET_DATAITEM_BITMAP* parent = (WORKSHEET_DATAITEM_BITMAP*)bm->GetParent(); + + if( parent->m_ImageBitmap == NULL ) + break; + + parent->m_ImageBitmap->PlotImage( plotter, bm->GetPosition(), + plotColor, PLOTTER::USE_DEFAULT_LINE_WIDTH ); + } + break; + } + } +} diff --git a/common/config_params.cpp b/common/config_params.cpp new file mode 100644 index 0000000..1882ac1 --- /dev/null +++ b/common/config_params.cpp @@ -0,0 +1,529 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2008-2011 Wayne Stambaugh + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#include + +#include + + +void wxConfigLoadParams( wxConfigBase* aCfg, + const PARAM_CFG_ARRAY& aList, const wxString& aGroup ) +{ + wxASSERT( aCfg ); + + BOOST_FOREACH( const PARAM_CFG_BASE& param, aList ) + { + if( !!param.m_Group ) + aCfg->SetPath( param.m_Group ); + else + aCfg->SetPath( aGroup ); + + if( param.m_Setup ) + continue; + + param.ReadParam( aCfg ); + } +} + + +void wxConfigLoadSetups( wxConfigBase* aCfg, const PARAM_CFG_ARRAY& aList ) +{ + wxASSERT( aCfg ); + + BOOST_FOREACH( const PARAM_CFG_BASE& param, aList ) + { + if( !param.m_Setup ) + continue; + + param.ReadParam( aCfg ); + } +} + + +void wxConfigSaveParams( wxConfigBase* aCfg, + const PARAM_CFG_ARRAY& aList, const wxString& aGroup ) +{ + wxASSERT( aCfg ); + + BOOST_FOREACH( const PARAM_CFG_BASE& param, aList ) + { + if( !!param.m_Group ) + aCfg->SetPath( param.m_Group ); + else + aCfg->SetPath( aGroup ); + + if( param.m_Setup ) + continue; + + if( param.m_Type == PARAM_COMMAND_ERASE ) // Erase all data + { + if( !!param.m_Ident ) + aCfg->DeleteGroup( param.m_Ident ); + } + else + { + param.SaveParam( aCfg ); + } + } +} + + +void wxConfigSaveSetups( wxConfigBase* aCfg, const PARAM_CFG_ARRAY& aList ) +{ + wxASSERT( aCfg ); + + BOOST_FOREACH( const PARAM_CFG_BASE& param, aList ) + { + if( !param.m_Setup ) + continue; + + if( param.m_Type == PARAM_COMMAND_ERASE ) // Erase all data + { + if( !!param.m_Ident ) + aCfg->DeleteGroup( param.m_Ident ); + } + else + { + param.SaveParam( aCfg ); + } + } +} + + +void ConfigBaseWriteDouble( wxConfigBase* aConfig, const wxString& aKey, double aValue ) +{ + // Use a single strategy, regardless of wx version. + // Want C locale float string. + + LOCALE_IO toggle; + wxString tnumber = wxString::Format( wxT( "%.16g" ), aValue ); + + aConfig->Write( aKey, tnumber ); +} + + +PARAM_CFG_BASE::PARAM_CFG_BASE( const wxString& ident, const paramcfg_id type, + const wxChar* group ) +{ + m_Ident = ident; + m_Type = type; + m_Group = group; + m_Setup = false; +} + + +PARAM_CFG_INT::PARAM_CFG_INT( const wxString& ident, int* ptparam, + int default_val, int min, int max, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_INT, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val; + m_Min = min; + m_Max = max; +} + + +PARAM_CFG_INT::PARAM_CFG_INT( bool Insetup, const wxString& ident, int* ptparam, + int default_val, int min, int max, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_INT, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val; + m_Min = min; + m_Max = max; + m_Setup = Insetup; +} + + +void PARAM_CFG_INT::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + int itmp = aConfig->Read( m_Ident, m_Default ); + + if( (itmp < m_Min) || (itmp > m_Max) ) + itmp = m_Default; + + *m_Pt_param = itmp; +} + + +void PARAM_CFG_INT::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + aConfig->Write( m_Ident, *m_Pt_param ); +} + + +PARAM_CFG_INT_WITH_SCALE::PARAM_CFG_INT_WITH_SCALE( const wxString& ident, int* ptparam, + int default_val, int min, int max, + const wxChar* group, double aBiu2cfgunit ) : + PARAM_CFG_INT( ident, ptparam, default_val, min, max, group ) +{ + m_Type = PARAM_INT_WITH_SCALE; + m_BIU_to_cfgunit = aBiu2cfgunit; +} + + +PARAM_CFG_INT_WITH_SCALE::PARAM_CFG_INT_WITH_SCALE( bool Insetup, + const wxString& ident, int* ptparam, + int default_val, int min, int max, + const wxChar* group, double aBiu2cfgunit ) : + PARAM_CFG_INT( Insetup, ident, ptparam, default_val, min, max, group ) +{ + m_Type = PARAM_INT_WITH_SCALE; + m_BIU_to_cfgunit = aBiu2cfgunit; +} + + +void PARAM_CFG_INT_WITH_SCALE::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + double dtmp = (double) m_Default * m_BIU_to_cfgunit; + aConfig->Read( m_Ident, &dtmp ); + + int itmp = KiROUND( dtmp / m_BIU_to_cfgunit ); + + if( (itmp < m_Min) || (itmp > m_Max) ) + itmp = m_Default; + + *m_Pt_param = itmp; +} + + +void PARAM_CFG_INT_WITH_SCALE::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + // We cannot use aConfig->Write for a double, because + // this function uses a format with very few digits in mantissa, + // and truncature issues are frequent. + // We uses our function. + ConfigBaseWriteDouble( aConfig, m_Ident, *m_Pt_param * m_BIU_to_cfgunit ); +} + + +PARAM_CFG_SETCOLOR::PARAM_CFG_SETCOLOR( const wxString& ident, EDA_COLOR_T* ptparam, + EDA_COLOR_T default_val, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_SETCOLOR, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val; +} + + +PARAM_CFG_SETCOLOR::PARAM_CFG_SETCOLOR( bool Insetup, + const wxString& ident, + EDA_COLOR_T* ptparam, + EDA_COLOR_T default_val, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_SETCOLOR, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val; + m_Setup = Insetup; +} + + +void PARAM_CFG_SETCOLOR::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + EDA_COLOR_T itmp = ColorByName( aConfig->Read( m_Ident, wxT("NONE") ) ); + + if( itmp == UNSPECIFIED_COLOR ) + itmp = m_Default; + *m_Pt_param = itmp; +} + + +void PARAM_CFG_SETCOLOR::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + aConfig->Write( m_Ident, ColorGetName( *m_Pt_param ) ); +} + + +PARAM_CFG_DOUBLE::PARAM_CFG_DOUBLE( const wxString& ident, double* ptparam, + double default_val, double min, double max, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_DOUBLE, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val; + m_Min = min; + m_Max = max; +} + + +PARAM_CFG_DOUBLE::PARAM_CFG_DOUBLE( bool Insetup, + const wxString& ident, + double* ptparam, + double default_val, + double min, + double max, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_DOUBLE, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val; + m_Min = min; + m_Max = max; + m_Setup = Insetup; +} + + +void PARAM_CFG_DOUBLE::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + double dtmp = m_Default; + aConfig->Read( m_Ident, &dtmp ); + + if( (dtmp < m_Min) || (dtmp > m_Max) ) + dtmp = m_Default; + + *m_Pt_param = dtmp; +} + + +void PARAM_CFG_DOUBLE::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + // We cannot use aConfig->Write for a double, because + // this function uses a format with very few digits in mantissa, + // and truncature issues are frequent. + // We uses our function. + ConfigBaseWriteDouble( aConfig, m_Ident, *m_Pt_param ); +} + + +PARAM_CFG_BOOL::PARAM_CFG_BOOL( const wxString& ident, bool* ptparam, + int default_val, const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_BOOL, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val ? true : false; +} + + +PARAM_CFG_BOOL::PARAM_CFG_BOOL( bool Insetup, + const wxString& ident, + bool* ptparam, + int default_val, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_BOOL, group ) +{ + m_Pt_param = ptparam; + m_Default = default_val ? true : false; + m_Setup = Insetup; +} + + +void PARAM_CFG_BOOL::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + int itmp = aConfig->Read( m_Ident, (int) m_Default ); + + *m_Pt_param = itmp ? true : false; +} + + +void PARAM_CFG_BOOL::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + aConfig->Write( m_Ident, *m_Pt_param ); +} + + +PARAM_CFG_WXSTRING::PARAM_CFG_WXSTRING( const wxString& ident, + wxString* ptparam, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_WXSTRING, group ) +{ + m_Pt_param = ptparam; +} + + +PARAM_CFG_WXSTRING::PARAM_CFG_WXSTRING( bool Insetup, const wxString& ident, + wxString* ptparam, + const wxString& default_val, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_WXSTRING, group ) +{ + m_Pt_param = ptparam; + m_Setup = Insetup; + m_default = default_val; +} + + +void PARAM_CFG_WXSTRING::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + *m_Pt_param = aConfig->Read( m_Ident, m_default ); +} + + +void PARAM_CFG_WXSTRING::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + aConfig->Write( m_Ident, *m_Pt_param ); +} + + +PARAM_CFG_FILENAME::PARAM_CFG_FILENAME( const wxString& ident, + wxString* ptparam, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_FILENAME, group ) +{ + m_Pt_param = ptparam; +} + + +void PARAM_CFG_FILENAME::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + wxString prm = aConfig->Read( m_Ident ); + // file names are stored using Unix notation + // under Window we must use \ instead of / + // mainly if there is a server name in path (something like \\server\kicad) +#ifdef __WINDOWS__ + prm.Replace(wxT("/"), wxT("\\")); +#endif + *m_Pt_param = prm; +} + + +void PARAM_CFG_FILENAME::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + wxString prm = *m_Pt_param; + // filenames are stored using Unix notation + prm.Replace(wxT("\\"), wxT("/") ); + aConfig->Write( m_Ident, prm ); +} + + +PARAM_CFG_LIBNAME_LIST::PARAM_CFG_LIBNAME_LIST( const wxChar* ident, + wxArrayString* ptparam, + const wxChar* group ) : + PARAM_CFG_BASE( ident, PARAM_LIBNAME_LIST, group ) +{ + m_Pt_param = ptparam; +} + + +void PARAM_CFG_LIBNAME_LIST::ReadParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + int indexlib = 1; // We start indexlib to 1 because first + // lib name is LibName1 + wxString libname, id_lib; + wxArrayString* libname_list = m_Pt_param; + + while( 1 ) + { + id_lib = m_Ident; + id_lib << indexlib; + indexlib++; + libname = aConfig->Read( id_lib, wxT( "" ) ); + + if( libname.IsEmpty() ) + break; + // file names are stored using Unix notation + // under Window we must use \ instead of / + // mainly if there is a server name in path (something like \\server\kicad) +#ifdef __WINDOWS__ + libname.Replace(wxT("/"), wxT("\\")); +#endif + libname_list->Add( libname ); + } +} + + +void PARAM_CFG_LIBNAME_LIST::SaveParam( wxConfigBase* aConfig ) const +{ + if( !m_Pt_param || !aConfig ) + return; + + wxArrayString* libname_list = m_Pt_param; + + wxString configkey; + wxString libname; + + for( unsigned indexlib = 0; indexlib < libname_list->GetCount(); indexlib++ ) + { + configkey = m_Ident; + + // We use indexlib+1 because first lib name is LibName1 + configkey << (indexlib + 1); + libname = libname_list->Item( indexlib ); + + // filenames are stored using Unix notation + libname.Replace(wxT("\\"), wxT("/") ); + aConfig->Write( configkey, libname ); + } +} diff --git a/common/confirm.cpp b/common/confirm.cpp new file mode 100644 index 0000000..7aeb85f --- /dev/null +++ b/common/confirm.cpp @@ -0,0 +1,160 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2013 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file confirm.cpp + * @brief utilities to display some error, warning and info short messges + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +class DIALOG_EXIT: public DIALOG_EXIT_BASE +{ +public: + DIALOG_EXIT( wxWindow *aParent, const wxString& aMessage ) : + DIALOG_EXIT_BASE( aParent ) + { + m_bitmap->SetBitmap( KiBitmap( dialog_warning_xpm ) ); + + if( !aMessage.IsEmpty() ) + m_TextInfo->SetLabel( aMessage ); + + GetSizer()->Fit( this ); + GetSizer()->SetSizeHints( this ); + }; + +private: + void OnSaveAndExit( wxCommandEvent& event ) { EndModal( wxID_YES ); } + void OnCancel( wxCommandEvent& event ) { EndModal( wxID_CANCEL ); } + void OnExitNoSave( wxCommandEvent& event ) { EndModal( wxID_NO ); } +}; + + +int DisplayExitDialog( wxWindow* parent, const wxString& aMessage ) +{ + DIALOG_EXIT dlg( parent, aMessage ); + + int ret = dlg.ShowModal(); + return ret; +} + + +void DisplayError( wxWindow* parent, const wxString& text, int displaytime ) +{ + wxMessageDialog* dialog; + + if( displaytime > 0 ) + dialog = new wxMessageDialog( parent, text, _( "Warning" ), + wxOK | wxCENTRE | wxICON_INFORMATION + | wxRESIZE_BORDER + ); + else + dialog = new wxMessageDialog( parent, text, _( "Error" ), + wxOK | wxCENTRE | wxICON_ERROR + | wxRESIZE_BORDER + ); + + dialog->ShowModal(); + dialog->Destroy(); +} + + +void DisplayInfoMessage( wxWindow* parent, const wxString& text, int displaytime ) +{ + wxMessageDialog* dialog; + + dialog = new wxMessageDialog( parent, text, _( "Info" ), + wxOK | wxCENTRE | wxICON_INFORMATION ); + + dialog->ShowModal(); + dialog->Destroy(); +} + + +void DisplayHtmlInfoMessage( wxWindow* parent, const wxString& title, + const wxString& text, const wxSize& size ) +{ + HTML_MESSAGE_BOX dlg( parent, title, wxDefaultPosition, size ); + + dlg.AddHTML_Text( text ); + dlg.ShowModal(); +} + + +bool IsOK( wxWindow* aParent, const wxString& aMessage ) +{ + wxMessageDialog dlg( aParent, aMessage, _( "Confirmation" ), + wxYES_NO | wxCENTRE | wxICON_QUESTION ); + + return dlg.ShowModal() == wxID_YES; +} + + +class DIALOG_YES_NO_CANCEL : public DIALOG_EXIT +{ +public: + DIALOG_YES_NO_CANCEL( wxWindow *aParent, + const wxString& aPrimaryMessage, + const wxString& aSecondaryMessage = wxEmptyString, + const wxString& aYesButtonText = wxEmptyString, + const wxString& aNoButtonText = wxEmptyString, + const wxString& aCancelButtonText = wxEmptyString ) : + DIALOG_EXIT( aParent, aSecondaryMessage ) + { + m_TextInfo->SetLabel( aPrimaryMessage ); + + if( aSecondaryMessage.IsEmpty() ) + m_staticText2->Hide(); + + m_buttonSaveAndExit->SetLabel( aYesButtonText.IsEmpty() ? wxGetStockLabel( wxID_YES ) : + aYesButtonText ); + m_buttonExitNoSave->SetLabel( aNoButtonText.IsEmpty() ? wxGetStockLabel( wxID_NO ) : + aNoButtonText ); + m_buttonCancel->SetLabel( aCancelButtonText.IsEmpty() ? wxGetStockLabel( wxID_CANCEL ) : + aCancelButtonText ); + GetSizer()->Fit( this ); + GetSizer()->SetSizeHints( this ); + }; +}; + + +int YesNoCancelDialog( wxWindow* aParent, + const wxString& aPrimaryMessage, + const wxString& aSecondaryMessage, + const wxString& aYesButtonText, + const wxString& aNoButtonText, + const wxString& aCancelButtonText ) +{ + DIALOG_YES_NO_CANCEL dlg( aParent, aPrimaryMessage, aSecondaryMessage, + aYesButtonText, aNoButtonText, aCancelButtonText ); + + return dlg.ShowModal(); +} diff --git a/common/convert_basic_shapes_to_polygon.cpp b/common/convert_basic_shapes_to_polygon.cpp new file mode 100644 index 0000000..fbbd3c1 --- /dev/null +++ b/common/convert_basic_shapes_to_polygon.cpp @@ -0,0 +1,249 @@ +/** + * @file convert_basic_shapes_to_polygon.cpp + */ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2012 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ +#include + +#include +#include +#include +#include +#include + + +/** + * Function TransformCircleToPolygon + * convert a circle to a polygon, using multiple straight lines + * @param aCornerBuffer = a buffer to store the polygon + * @param aCenter = the center of the circle + * @param aRadius = the radius of the circle + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * Note: the polygon is inside the circle, so if you want to have the polygon + * outside the circle, you should give aRadius calculated with a corrrection factor + */ +void TransformCircleToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aCenter, int aRadius, + int aCircleToSegmentsCount ) +{ + wxPoint corner_position; + int delta = 3600 / aCircleToSegmentsCount; // rot angle in 0.1 degree + int halfstep = 1800 / aCircleToSegmentsCount; // the starting value for rot angles + + aCornerBuffer.NewOutline(); + + for( int ii = 0; ii < aCircleToSegmentsCount; ii++ ) + { + corner_position.x = aRadius; + corner_position.y = 0; + int angle = (ii * delta) + halfstep; + RotatePoint( &corner_position.x, &corner_position.y, angle ); + corner_position += aCenter; + aCornerBuffer.Append( corner_position.x, corner_position.y ); + } +} + + +/** + * Function TransformRoundedEndsSegmentToPolygon + * convert a segment with rounded ends to a polygon + * Convert arcs to multiple straight lines + * @param aCornerBuffer = a buffer to store the polygon + * @param aStart = the segment start point coordinate + * @param aEnd = the segment end point coordinate + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * @param aWidth = the segment width + * Note: the polygon is inside the arc ends, so if you want to have the polygon + * outside the circle, you should give aStart and aEnd calculated with a correction factor + */ +void TransformRoundedEndsSegmentToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aStart, wxPoint aEnd, + int aCircleToSegmentsCount, + int aWidth ) +{ + int radius = aWidth / 2; + wxPoint endp = aEnd - aStart; // end point coordinate for the same segment starting at (0,0) + wxPoint startp = aStart; + wxPoint corner; + VECTOR2I polypoint; + + aCornerBuffer.NewOutline(); + + // normalize the position in order to have endp.x >= 0; + if( endp.x < 0 ) + { + endp = aStart - aEnd; + startp = aEnd; + } + + double delta_angle = ArcTangente( endp.y, endp.x ); // delta_angle is in 0.1 degrees + int seg_len = KiROUND( EuclideanNorm( endp ) ); + + int delta = 3600 / aCircleToSegmentsCount; // rot angle in 0.1 degree + + // Compute the outlines of the segment, and creates a polygon + // add right rounded end: + for( int ii = 0; ii < 1800; ii += delta ) + { + corner = wxPoint( 0, radius ); + RotatePoint( &corner, ii ); + corner.x += seg_len; + RotatePoint( &corner, -delta_angle ); + corner += startp; + polypoint.x = corner.x; + polypoint.y = corner.y; + aCornerBuffer.Append( polypoint.x, polypoint.y ); + } + + // Finish arc: + corner = wxPoint( seg_len, -radius ); + RotatePoint( &corner, -delta_angle ); + corner += startp; + polypoint.x = corner.x; + polypoint.y = corner.y; + aCornerBuffer.Append( polypoint.x, polypoint.y ); + + // add left rounded end: + for( int ii = 0; ii < 1800; ii += delta ) + { + corner = wxPoint( 0, -radius ); + RotatePoint( &corner, ii ); + RotatePoint( &corner, -delta_angle ); + corner += startp; + polypoint.x = corner.x; + polypoint.y = corner.y; + aCornerBuffer.Append( polypoint.x, polypoint.y ); + } + + // Finish arc: + corner = wxPoint( 0, radius ); + RotatePoint( &corner, -delta_angle ); + corner += startp; + polypoint.x = corner.x; + polypoint.y = corner.y; + aCornerBuffer.Append( polypoint.x, polypoint.y ); +} + + +/** + * Function TransformArcToPolygon + * Creates a polygon from an Arc + * Convert arcs to multiple straight segments + * @param aCornerBuffer = a buffer to store the polygon + * @param aCentre = centre of the arc or circle + * @param aStart = start point of the arc, or a point on the circle + * @param aArcAngle = arc angle in 0.1 degrees. For a circle, aArcAngle = 3600 + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * @param aWidth = width (thickness) of the line + */ +void TransformArcToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aCentre, wxPoint aStart, double aArcAngle, + int aCircleToSegmentsCount, int aWidth ) +{ + wxPoint arc_start, arc_end; + int delta = 3600 / aCircleToSegmentsCount; // rotate angle in 0.1 degree + + arc_end = arc_start = aStart; + + if( aArcAngle != 3600 ) + { + RotatePoint( &arc_end, aCentre, -aArcAngle ); + } + + if( aArcAngle < 0 ) + { + std::swap( arc_start, arc_end ); + aArcAngle = -aArcAngle; + } + + // Compute the ends of segments and creates poly + wxPoint curr_end = arc_start; + wxPoint curr_start = arc_start; + + for( int ii = delta; ii < aArcAngle; ii += delta ) + { + curr_end = arc_start; + RotatePoint( &curr_end, aCentre, -ii ); + TransformRoundedEndsSegmentToPolygon( aCornerBuffer, curr_start, curr_end, + aCircleToSegmentsCount, aWidth ); + curr_start = curr_end; + } + + if( curr_end != arc_end ) + TransformRoundedEndsSegmentToPolygon( aCornerBuffer, + curr_end, arc_end, + aCircleToSegmentsCount, aWidth ); +} + + +/** + * Function TransformRingToPolygon + * Creates a polygon from a ring + * Convert arcs to multiple straight segments + * @param aCornerBuffer = a buffer to store the polygon + * @param aCentre = centre of the arc or circle + * @param aRadius = radius of the circle + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * @param aWidth = width (thickness) of the ring + */ +void TransformRingToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aCentre, int aRadius, + int aCircleToSegmentsCount, int aWidth ) +{ + int delta = 3600 / aCircleToSegmentsCount; // rotate angle in 0.1 degree + + // Compute the corners posituions and creates poly + wxPoint curr_point; + int inner_radius = aRadius - ( aWidth / 2 ); + int outer_radius = inner_radius + aWidth; + + aCornerBuffer.NewOutline(); + + // Draw the inner circle of the ring + for( int ii = 0; ii < 3600; ii += delta ) + { + curr_point.x = inner_radius; + curr_point.y = 0; + RotatePoint( &curr_point, ii ); + curr_point += aCentre; + aCornerBuffer.Append( curr_point.x, curr_point.y ); + } + + // Draw the last point of inner circle + aCornerBuffer.Append( aCentre.x + inner_radius, aCentre.y ); + + // Draw the outer circle of the ring + for( int ii = 0; ii < 3600; ii += delta ) + { + curr_point.x = outer_radius; + curr_point.y = 0; + RotatePoint( &curr_point, -ii ); + curr_point += aCentre; + aCornerBuffer.Append( curr_point.x, curr_point.y ); + } + + // Draw the last point of outer circle + aCornerBuffer.Append( aCentre.x + outer_radius, aCentre.y ); + aCornerBuffer.Append( aCentre.x + inner_radius, aCentre.y ); +} diff --git a/common/copy_to_clipboard.cpp b/common/copy_to_clipboard.cpp new file mode 100644 index 0000000..1c58546 --- /dev/null +++ b/common/copy_to_clipboard.cpp @@ -0,0 +1,159 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2006 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file copy_to_clipboard.cpp + */ + +#include +//#include +#include +#include +#include +#include +#include +#include +#include +#include + +static bool DrawPageOnClipboard( EDA_DRAW_FRAME* aFrame ); + + +void EDA_DRAW_FRAME::CopyToClipboard( wxCommandEvent& event ) +{ + DrawPageOnClipboard( this ); + + if( event.GetId() == ID_GEN_COPY_BLOCK_TO_CLIPBOARD ) + { + if( GetScreen()->IsBlockActive() ) + m_canvas->SetCursor( wxCursor( (wxStockCursor) m_canvas->GetDefaultCursor() ) ); + + m_canvas->EndMouseCapture(); + } +} + + +/* copy the current page or block to the clipboard , + * to export drawings to other applications (word processing ...) + * This is not suitable for copy command within Eeschema or Pcbnew + */ +bool DrawPageOnClipboard( EDA_DRAW_FRAME* aFrame ) +{ + bool DrawBlock = false; + wxRect DrawArea; + BASE_SCREEN* screen = aFrame->GetCanvas()->GetScreen(); + + if( screen->IsBlockActive() ) + { + DrawBlock = true; + DrawArea.SetX( screen->m_BlockLocate.GetX() ); + DrawArea.SetY( screen->m_BlockLocate.GetY() ); + DrawArea.SetWidth( screen->m_BlockLocate.GetWidth() ); + DrawArea.SetHeight( screen->m_BlockLocate.GetHeight() ); + } + else + DrawArea.SetSize( aFrame->GetPageSizeIU() ); + + // Calculate a reasonable dc size, in pixels, and the dc scale to fit + // the drawings into the dc size + // scale is the ratio resolution (in PPI) / internal units + double ppi = 300; // Use 300 pixels per inch to create bitmap images on start + double inch2Iu = 1000.0 * (double) screen->MilsToIuScalar(); + double scale = ppi / inch2Iu; + + wxSize dcsize = DrawArea.GetSize(); + + int maxdim = std::max( dcsize.x, dcsize.y ); + // the max size in pixels of the bitmap used to byuild the sheet copy + const int maxbitmapsize = 3000; + + while( int( maxdim * scale ) > maxbitmapsize ) + { + ppi = ppi / 1.5; + scale = ppi / inch2Iu; + } + + dcsize.x *= scale; + dcsize.y *= scale; + + // Set draw offset, zoom... to values needed to draw in the memory DC + // after saving initial values: + wxPoint tmp_startvisu = screen->m_StartVisu; + double tmpzoom = screen->GetZoom(); + wxPoint old_org = screen->m_DrawOrg; + screen->m_DrawOrg.x = screen->m_DrawOrg.y = 0; + screen->m_StartVisu.x = screen->m_StartVisu.y = 0; + + screen->SetZoom( 1 ); // we use zoom = 1 in draw functions. + + wxMemoryDC dc; + wxBitmap image( dcsize ); + dc.SelectObject( image ); + + EDA_RECT tmp = *aFrame->GetCanvas()->GetClipBox(); + GRResetPenAndBrush( &dc ); + GRForceBlackPen( false ); + screen->m_IsPrinting = true; + dc.SetUserScale( scale, scale ); + + aFrame->GetCanvas()->SetClipBox( EDA_RECT( wxPoint( 0, 0 ), + wxSize( 0x7FFFFF0, 0x7FFFFF0 ) ) ); + + if( DrawBlock ) + { + dc.SetClippingRegion( DrawArea ); + } + + dc.Clear(); + aFrame->GetCanvas()->EraseScreen( &dc ); + const LSET allLayersMask = LSET().set(); + aFrame->PrintPage( &dc, allLayersMask, false ); + screen->m_IsPrinting = false; + aFrame->GetCanvas()->SetClipBox( tmp ); + + bool success = true; + + if( wxTheClipboard->Open() ) + { + // This data objects are held by the clipboard, + // so do not delete them in the app. + wxBitmapDataObject* clipbrd_data = new wxBitmapDataObject( image ); + wxTheClipboard->SetData( clipbrd_data ); + wxTheClipboard->Close(); + } + else + success = false; + + // Deselect Bitmap from DC in order to delete the MemoryDC safely + // without deleting the bitmap + dc.SelectObject( wxNullBitmap ); + + GRForceBlackPen( false ); + + screen->m_StartVisu = tmp_startvisu; + screen->m_DrawOrg = old_org; + screen->SetZoom( tmpzoom ); + + return success; +} diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp new file mode 100644 index 0000000..662229a --- /dev/null +++ b/common/dialog_about/AboutDialog_main.cpp @@ -0,0 +1,501 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010 Rafael Sokolowski + * Copyright (C) 2010-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include + + +/* Used icons: + * lang_xx_xpm[]; // Icons of various national flags + * show_3d_xpm[]; // 3D icon + * edit_module_xpm[]; + * icon_kicad_xpm[]; // Icon of the application + */ +#include +#include +#include +#include +#include + + +#include +WX_DEFINE_OBJARRAY( Contributors ) + +// Helper functions: +static wxString HtmlHyperlink( const wxString& url, const wxString& description = wxEmptyString ); +static wxString HtmlNewline( const unsigned int amount = 1 ); + + +/** + * Initializes the AboutAppInfo object with application specific information. + * + * This the object which holds all information about the application + */ +static void InitKiCadAboutNew( AboutAppInfo& info ) +{ + // Set application specific icon + const wxTopLevelWindow* const tlw = wxDynamicCast( Pgm().App().GetTopWindow(), + wxTopLevelWindow ); + + if( tlw ) + info.SetIcon( tlw->GetIcon() ); + else + { + wxBitmap bitmap = KiBitmap( icon_kicad_xpm ); + wxIcon icon; + + icon.CopyFromBitmap( bitmap ); + + info.SetIcon( icon ); + } + + /* Set title */ + info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) ); + + /* Copyright information */ + info.SetCopyright( wxT( "(C) 1992-2015 KiCad Developers Team" ) ); + + /* KiCad build version */ + wxString version; + version << wxT( "Version: " ) << GetBuildVersion() +#ifdef DEBUG + << wxT( ", debug" ) +#else + << wxT( ", release" ) +#endif + << wxT( " build" ); + + info.SetBuildVersion( version ); + + /* wxWidgets version */ + wxString libVersion; + libVersion << wxT( "wxWidgets " ) + << wxMAJOR_VERSION << wxT( "." ) + << wxMINOR_VERSION << wxT( "." ) + << wxRELEASE_NUMBER + + /* Unicode or ANSI version */ +#if wxUSE_UNICODE + << wxT( " Unicode " ); +#else + << wxT( " ANSI " ); +#endif + + // Just in case someone builds KiCad with the platform native of Boost instead of + // the version included with the KiCad source. + libVersion << wxT( "and Boost " ) << ( BOOST_VERSION / 100000 ) << wxT( "." ) + << ( BOOST_VERSION / 100 % 1000 ) << wxT( "." ) << ( BOOST_VERSION % 100 ) + << wxT( "\n" ); + + // Operating System Information + + wxPlatformInfo platformInfo; + + libVersion << wxT( "Platform: " ) << wxGetOsDescription() << wxT( ", " ) + << platformInfo.GetArchName(); + + info.SetLibVersion( libVersion ); + + + /* info/description part HTML formatted */ + + wxString description; + + /* short description */ + description << wxT( "

" ); + description << wxT( "" ) + << _( "Description" ) + << wxT( "" ); // bold & underlined font for caption + + description << wxT( "

" ) + << _( "The KiCad EDA Suite is a set of open source applications for the " + "creation of electronic schematics and to design printed circuit boards." ) + << wxT( "

" ); + + description << wxT( "

" ); + + /* websites */ + description << wxT( "

" ); + description << wxT( "" ) + << _( "KiCad on the web" ) + << wxT( "" ); // bold & underlined font for caption + + // bullet-ed list with some http links + description << wxT( "

    " ); + description << wxT( "
  • " ) + << HtmlHyperlink( wxT( "http://www.kicad-pcb.org" ), + _( "The official KiCad website" ) ) + << wxT( "
  • " ); + description << wxT( "
  • " ) + << HtmlHyperlink( wxT( "https://launchpad.net/kicad" ), + _( "Developer's website on Launchpad" ) ) + << wxT("
  • " ); + description << wxT( "
  • " ) + << HtmlHyperlink( wxT( "https://github.com/KiCad/" ), + _( "Official repository for component and footprint libraries" ) ) + << wxT( "
  • " ); + description << wxT( "
" ); + description << wxT( "

" ); + + description << wxT( "

" ) + << _( "Bug tracker" ) + << wxT( "" ); // bold & underlined font caption + + // bullet-ed list with some http links + description << wxT( "

    " ); + description << wxT( "
  • " ) + << HtmlHyperlink( wxT( "https://bugs.launchpad.net/kicad/+bugs?orderby=-id&start=0" ), + _( "Report or examine bugs" ) ) + << wxT( "
  • " ); + description << wxT( "

" ); + + description << wxT( "

" ) + << _( "KiCad user's groups and community" ) + << wxT( "" ); // bold & underlined font caption + + description << wxT( "

    " ); + description << wxT( "
  • " ) + << HtmlHyperlink( wxT( "https://groups.yahoo.com/neo/groups/kicad-users/info" ), + _( "KiCad user's group" ) ) + << wxT( "
  • " ); + + description << wxT( "
  • " ) + << HtmlHyperlink( wxT( "https://forum.kicad.info" ), + _( "KiCad forum" ) ) + << wxT( "
  • " ); + + description << wxT( "

" ); + + info.SetDescription( description ); + + + /* License information also HTML formatted */ + wxString license; + license + << wxT( "
" ) + << HtmlNewline( 4 ) + << _( "The complete KiCad EDA Suite is released under the" ) << HtmlNewline( 2 ) + << HtmlHyperlink( wxT( "http://www.gnu.org/licenses" ), + _( "GNU General Public License (GPL) version 3 or any later version" ) ) + << wxT( "
" ); + + info.SetLicense( license ); + + + /* A contributor consists of the following information: + * Mandatory: + * - Name + * - EMail address + * Optional: + * - Category + * - Category specific icon + * + * All contributors of the same category will be enumerated under this category + * which should be represented by the same icon. + */ + + // The core developers + info.AddDeveloper( new Contributor( wxT( "Jean-Pierre Charras" ), + wxT( "jp.charras@wanadoo.fr" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Dick Hollenbeck" ), + wxT( "dick@softplc.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Wayne Stambaugh" ), + wxT( "stambaughw@gmail.com" ) ) ); + + // alphabetically by last name after main 3 above: + info.AddDeveloper( new Contributor( wxT( "Frank Bennett" ), + wxT( "bennett78@lpbroadband.net" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Cirilo Bernardo" ), + wxT( "cirilo_bernardo@yahoo.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Jonas Diemer" ), + wxT( "diemer@gmx.de" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Torsten Hüter" ), + wxT( "torstenhtr@gmx.de" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Jerry Jacobs" ), + wxT( "xor.gate.engineering@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Mario Luzeiro" ), + wxT( "mrluzeiro@ua.pt" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Daniel Majewski" ), + wxT( "lordblick@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Lorenzo Marcantonio" ), + wxT( "lomarcan@tin.it" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Marco Mattila" ), + wxT( "marcom99@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Chris Pavlina" ), + wxT( "pavlina.chris@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Miguel Angel Ajo Pelayo" ), + wxT( "miguelangel@nbee.es" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Jacobo Aragunde Perez" ), + wxT( "jaragunde@igalia.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Simon Richter" ), + wxT( "Simon.Richter@hogyros.de" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Mark Roszko" ), + wxT( "mark.roszko@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Marco Serantoni" ), + wxT( "marco.serantoni@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Brian Sidebotham" ), + wxT( "brian.sidebotham@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Mateusz Skowroński" ), + wxT( "skowri@gmail.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Rafael Sokolowski" ), + wxT( "rafael.sokolowski@web.de" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Vesa Solonen" ), + wxT( "vesa.solonen@hut.fi" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Bernhard Stegmaier" ), + wxT( "stegmaier@sw-systems.de" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Orson (Maciej Sumiński)" ), + wxT( "maciej.suminski@cern.ch" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Tomasz Wlostowski" ), + wxT( "tomasz.wlostowski@cern.ch" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Adam Wolf" ), + wxT( "adamwolf@feelslikeburning.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Alexander Zakamaldin" ), + wxT( "zaka62@mail.ru" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Henner Zeller" ), + wxT( "h.zeller@acm.org" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Andrew Zonenberg" ), + wxT( "azonenberg@drawersteak.com" ) ) ); + info.AddDeveloper( new Contributor( wxT( "Nick Østergaard" ), + wxT( "oe.nick@gmail.com" ) ) ); + + // The document writers + info.AddDocWriter( new Contributor( wxT( "Jean-Pierre Charras" ), + wxT( "jp.charras@wanadoo.fr" ) ) ); + info.AddDocWriter( new Contributor( wxT( "Marco Ciampa" ), + wxT( "ciampix@libero.it" ) ) ); + info.AddDocWriter( new Contributor( wxT( "Dick Hollenbeck" ), + wxT( "dick@softplc.com" ) ) ); + info.AddDocWriter( new Contributor( wxT( "Igor Plyatov" ), + wxT( "plyatov@gmail.com" ) ) ); + info.AddDocWriter( new Contributor( wxT( "Wayne Stambaugh" ), + wxT( "stambaughw@gmail.com" ) ) ); + info.AddDocWriter( new Contributor( wxT( "Fabrizio Tappero" ), + wxT( "fabrizio.tappero@gmail.com" ) ) ); + + /* The translators + * As category the language to which the translation was done is used + * and as icon the national flag of the corresponding country. + */ + info.AddTranslator( new Contributor( wxT( "Martin Kratoška" ), + wxT( "martin@ok1rr.com" ), + wxT( "Czech (CZ)" ), + KiBitmapNew( lang_cs_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Jerry Jacobs" ), + wxT( "xor.gate.engineering@gmail.com" ), + wxT( "Dutch (NL)" ), + KiBitmapNew( lang_nl_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Vesa Solonen" ), + wxT( "vesa.solonen@hut.fi" ), + wxT( "Finnish (FI)" ), + KiBitmapNew( lang_fi_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Jean-Pierre Charras" ), + wxT( "jp.charras@wanadoo.fr" ), + wxT( "French (FR)" ), + KiBitmapNew( lang_fr_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Mateusz Skowroński" ), + wxT( "skowri@gmail.com" ), + wxT( "Polish (PL)" ), + KiBitmapNew( lang_pl_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Kerusey Karyu" ), + wxT( "keruseykaryu@o2.pl" ), + wxT( "Polish (PL)" ), + KiBitmapNew( lang_pl_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Renie Marquet" ), + wxT( "reniemarquet@uol.com.br" ), + wxT( "Portuguese (PT)" ), + KiBitmapNew( lang_pt_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Igor Plyatov" ), + wxT( "plyatov@gmail.com" ), + wxT( "Russian (RU)" ), + KiBitmapNew( lang_ru_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Andrey Fedorushkov" ), + wxT( "andrf@mail.ru" ), + wxT( "Russian (RU)" ), + KiBitmapNew( lang_ru_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Eldar Khayrullin" ), + wxT( "eldar.khayrullin@mail.ru" ), + wxT( "Russian (RU)" ), + KiBitmapNew( lang_ru_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Pedro Martin del Valle" ), + wxT( "pkicad@yahoo.es" ), + wxT( "Spanish (ES)" ), + KiBitmapNew( lang_es_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Iñigo Zuluaga" ), + wxT( "inigo_zuluaga@yahoo.es" ), + wxT( "Spanish (ES)" ), + KiBitmapNew( lang_es_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Iñigo Figuero" ), + wxT( "ifs@elektroquark.com" ), + wxT( "Spanish (ES)" ), + KiBitmapNew( lang_es_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Rafael Sokolowski" ), + wxT( "rafael.sokolowski@web.de" ), + wxT( "German (DE)" ), + KiBitmapNew( lang_de_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Kenta Yonekura" ), + wxT( "yoneken@kicad.jp" ), + wxT( "Japanese (JA)" ), + KiBitmapNew( lang_jp_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Manolis Stefanis" ), + wxT( "" ), + wxT( "Greek (el_GR)" ), + KiBitmapNew( lang_gr_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Athanasios Vlastos" ), + wxT( "" ), + wxT( "Greek (el_GR)" ), + KiBitmapNew( lang_gr_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Milonas Kostas" ), + wxT( "milonas.ko@gmail.com" ), + wxT( "Greek (el_GR)" ), + KiBitmapNew( lang_gr_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Michail Misirlis" ), + wxT( "mmisirlis@gmail.com" ), + wxT( "Greek (el_GR)" ), + KiBitmapNew( lang_gr_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Massimo Cioce" ), + wxT( "ciocemax@alice.it" ), + wxT( "Italian (IT)" ), + KiBitmapNew( lang_it_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Marco Ciampa" ), + wxT( "ciampix@libero.it" ), + wxT( "Italian (IT)" ), + KiBitmapNew( lang_it_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Evgeniy Ivanov" ), + wxT( "evgeniy_p_ivanov@yahoo.ca" ), + wxT( "Bulgarian (BG)" ), + KiBitmapNew( lang_bg_xpm ) ) ); + + // TODO: are these all russian translators, + // placed them here now, + // or else align them below other language maintainer with mail adress + info.AddTranslator( new Contributor( wxT( "Remy Halvick" ), + wxEmptyString, + wxT( "Others" ) ) ); + info.AddTranslator( new Contributor( wxT( "David Briscoe" ), + wxEmptyString, + wxT( "Others" ) ) ); + info.AddTranslator( new Contributor( wxT( "Dominique Laigle" ), + wxEmptyString, + wxT( "Others" ) ) ); + info.AddTranslator( new Contributor( wxT( "Paul Burke" ), + wxEmptyString, + wxT( "Others" ) ) ); + + // Programm credits for icons + info.AddArtist( new Contributor( wxT( "Iñigo Zuluaga" ), + wxT( "inigo_zuluaga@yahoo.es" ), + wxT( "Icons by" ), + KiBitmapNew( edit_module_xpm ) ) ); + info.AddArtist( new Contributor( wxT( "Konstantin Baranovskiy" ), + wxT( "baranovskiykonstantin@gmail.com" ), + wxT( "New icons by" ), + KiBitmapNew( edit_module_xpm ) ) ); + info.AddArtist( new Contributor( wxT( "Fabrizio Tappero" ), + wxT( "fabrizio.tappero@gmail.com" ), + wxT( "New icons by" ), + KiBitmapNew( edit_module_xpm ) ) ); + info.AddArtist( new Contributor( wxT( "Christophe Boschat" ), + wxT( "nox454@hotmail.fr" ), + wxT( "3D models by" ), + KiBitmapNew( three_d_xpm ) ) ); + info.AddArtist( new Contributor( wxT( "Renie Marquet" ), + wxT( "reniemarquet@uol.com.br" ), + wxT( "3D models by" ), + KiBitmapNew( three_d_xpm ) ) ); + + // Programm credits for package developers. + info.AddPackager( new Contributor( wxT( "Jean-Samuel Reynaud" ), + wxT( "js.reynaud@gmail.com" ) ) ); + info.AddPackager( new Contributor( wxT( "Bernhard Stegmaier" ), + wxT( "stegmaier@sw-systems.de" ) ) ); + info.AddPackager( new Contributor( wxT( "Adam Wolf" ), + wxT( "adamwolf@feelslikeburning.com" ) ) ); + info.AddPackager( new Contributor( wxT( "Nick Østergaard" ), + wxT( "oe.nick@gmail.com" ) ) ); +} + + +bool ShowAboutDialog( wxWindow* parent ) +{ + AboutAppInfo info; + + InitKiCadAboutNew( info ); + + dialog_about* dlg = new dialog_about( parent, info ); + dlg->SetIcon( info.GetIcon() ); + dlg->Show(); + + return true; +} + + +/////////////////////////////////////////////////////////////////////////////// +/// Helper functions +/////////////////////////////////////////////////////////////////////////////// + +/** + * Function HtmlHyperlink + * + * wraps \a aUrl with a HTML anchor tag containing a hyperlink text reference + * to form a HTML hyperlink. + * + * @param aUrl the url that will be embedded in an anchor tag containing a hyperlink reference + * @param aDescription the optional describing text that will be represented as a hyperlink. + * If not specified the url will be used as hyperlink. + * @return a HTML conform hyperlink like description + */ +static wxString HtmlHyperlink( const wxString& aUrl, const wxString& aDescription ) +{ + wxString hyperlink = wxEmptyString; + + if( aDescription.IsEmpty() ) + hyperlink << wxT( "" ) << aUrl << wxT( "" ); + else + hyperlink << wxT( "" ) << aDescription << wxT( "" ); + + return hyperlink; +} + + +/** + * Function HtmlNewline + * + * creates an HTML newline character sequence of \a aCount. + * + * @param aCount the number of HTML newline tags to concatenate, default is to return just + * one
tag. + * @return the concatenated amount of HTML newline tag(s)
+ */ +static wxString HtmlNewline( const unsigned int aCount ) +{ + wxString newlineTags = wxEmptyString; + + for( size_t i = 0; i" ); + + return newlineTags; +} diff --git a/common/dialog_about/aboutinfo.h b/common/dialog_about/aboutinfo.h new file mode 100644 index 0000000..8e19c59 --- /dev/null +++ b/common/dialog_about/aboutinfo.h @@ -0,0 +1,174 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Rafael Sokolowski + * Copyright (C) 2014-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef ABOUTAPPINFO_H +#define ABOUTAPPINFO_H + +#include +#include +#include + +class Contributor; + +WX_DECLARE_OBJARRAY( Contributor, Contributors ); + + +/** + * An object of this class is meant to be used to store application specific information + * like who has contributed in which area of the application, the license, copyright + * and other descriptive information. + */ +class AboutAppInfo +{ +public: + AboutAppInfo() {}; + virtual ~AboutAppInfo() {}; + + void AddDeveloper( const Contributor* developer ) + { + if( developer != NULL ) + developers.Add( developer ); + } + + void AddDocWriter( const Contributor* docwriter ) + { + if( docwriter != NULL ) + docwriters.Add( docwriter ); + } + + void AddArtist( const Contributor* artist ) + { + if( artist != NULL ) + artists.Add( artist ); + } + + void AddTranslator( const Contributor* translator ) + { + if( translator != NULL ) + translators.Add( translator ); + } + + void AddPackager( const Contributor* packager ) + { + if( packager != NULL ) + packagers.Add( packager ); + } + + Contributors GetDevelopers() { return developers; } + Contributors GetDocWriters() { return docwriters; } + Contributors GetArtists() { return artists; } + Contributors GetTranslators() { return translators; } + Contributors GetPackagers() { return packagers; } + + void SetDescription( const wxString& text ) { description = text; } + wxString& GetDescription() { return description; } + + void SetLicense( const wxString& text ) { license = text; } + wxString& GetLicense() { return license; } + + void SetCopyright( const wxString& text ) { copyright = text; } + wxString GetCopyright() + { + wxString copyrightText = copyright; + +#if wxUSE_UNICODE + const wxString utf8_copyrightSign = wxString::FromUTF8( "\xc2\xa9" ); + copyrightText.Replace( _T( "(c)" ), utf8_copyrightSign ); + copyrightText.Replace( _T( "(C)" ), utf8_copyrightSign ); +#endif // wxUSE_UNICODE + + return copyrightText; + } + + void SetAppName( const wxString& name ) { appName = name; } + wxString& GetAppName() { return appName; } + + void SetBuildVersion( const wxString& version ) { buildVersion = version; } + wxString& GetBuildVersion() { return buildVersion; } + + void SetLibVersion( const wxString& version ) { libVersion = version; } + wxString& GetLibVersion() { return libVersion; } + + void SetIcon( const wxIcon& icon ) { appIcon = icon; } + wxIcon& GetIcon() { return appIcon; } + +private: + Contributors developers; + Contributors docwriters; + Contributors artists; + Contributors translators; + Contributors packagers; + + wxString description; + wxString license; + + wxString copyright; // Todo: copyright sign in unicode + wxString appName; + wxString buildVersion; + wxString libVersion; + + wxIcon appIcon; +}; + + +/** + * A contributor, a person which was involved in the development of the application + * or which has contributed in any kind somehow to the project. + * + * A contributor consists of the following mandatory information: + * - Name + * - EMail address + * + * Each contributor can have optional information assigned like: + * - A category + * - A category specific icon + */ +class Contributor +{ +public: + Contributor( const wxString& name, + const wxString& email, + const wxString& category = wxEmptyString, + wxBitmap* icon = NULL ) : + m_checked( false ) + { m_name = name; m_email = email; m_category = category; m_icon = icon; } + + virtual ~Contributor() {} + + wxString& GetName() { return m_name; } + wxString& GetEMail() { return m_email; } + wxString& GetCategory() { return m_category; } + wxBitmap* GetIcon() { return m_icon; } + void SetChecked( bool status ) { m_checked = status; } + bool IsChecked() { return m_checked; } + +private: + wxString m_name; + wxString m_email; + wxString m_category; + wxBitmap* m_icon; + bool m_checked; +}; + +#endif // ABOUTAPPINFO_H diff --git a/common/dialog_about/dialog_about.cpp b/common/dialog_about/dialog_about.cpp new file mode 100644 index 0000000..e947c87 --- /dev/null +++ b/common/dialog_about/dialog_about.cpp @@ -0,0 +1,399 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010 Rafael Sokolowski + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +/////////////////////////////////////////////////////////////////////////////// +/// Class dialog_about methods +/////////////////////////////////////////////////////////////////////////////// + +dialog_about::dialog_about(wxWindow *parent, AboutAppInfo& appInfo) + : dialog_about_base(parent), info(appInfo) +{ + picInformation = KiBitmap( info_xpm ); + picDevelopers = KiBitmap( preference_xpm ); + picDocWriters = KiBitmap( editor_xpm ); + picArtists = KiBitmap( palette_xpm ); + picTranslators = KiBitmap( language_xpm ); + picLicense = KiBitmap( tools_xpm ); + picPackagers = KiBitmap( zip_xpm ); + + m_bitmapApp->SetBitmap( info.GetIcon() ); + + m_staticTextAppTitle->SetLabel( info.GetAppName() ); + m_staticTextCopyright->SetLabel( info.GetCopyright() ); + m_staticTextBuildVersion->SetLabel( info.GetBuildVersion() ); + m_staticTextLibVersion->SetLabel( info.GetLibVersion() ); + + DeleteNotebooks(); + CreateNotebooks(); + + GetSizer()->SetSizeHints( this ); + m_auiNotebook->Update(); + SetFocus(); + Centre(); +} + + +dialog_about::~dialog_about() +{ +} + + +wxFlexGridSizer* dialog_about::CreateFlexGridSizer() +{ + // three columns with vertical and horizontal extra space of two pixels + wxFlexGridSizer* fgSizer1 = new wxFlexGridSizer( 3, 2, 2 ); + fgSizer1->SetFlexibleDirection( wxHORIZONTAL ); + fgSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); + + return fgSizer1; +} + + +void dialog_about::DeleteNotebooks() +{ + for( size_t i=0; iGetPageCount(); ++i ) + m_auiNotebook->DeletePage( i ); +} + + +void dialog_about::CreateNotebooks() +{ + CreateNotebookHtmlPage( m_auiNotebook, _( "Information" ), picInformation, + info.GetDescription() ); + + CreateNotebookPage( m_auiNotebook, _( "Developers" ) , picDevelopers, info.GetDevelopers() ); + CreateNotebookPage( m_auiNotebook, _( "Doc Writers" ), picDocWriters, info.GetDocWriters() ); + + CreateNotebookPageByCategory( m_auiNotebook, _( "Artists" ), picArtists, info.GetArtists() ); + CreateNotebookPageByCategory( m_auiNotebook, _( "Translators" ), picTranslators, + info.GetTranslators() ); + CreateNotebookPageByCategory( m_auiNotebook, _( "Packagers" ), picPackagers, + info.GetPackagers() ); + + CreateNotebookHtmlPage( m_auiNotebook, _( "License" ), picLicense, info.GetLicense() ); +} + +void dialog_about::CreateNotebookPage( wxAuiNotebook* parent, const wxString& caption, + const wxBitmap& icon, const Contributors& contributors ) +{ + wxBoxSizer* bSizer = new wxBoxSizer( wxHORIZONTAL ); + + wxScrolledWindow* m_scrolledWindow1 = new wxScrolledWindow( parent, wxID_ANY, + wxDefaultPosition, + wxDefaultSize, + wxHSCROLL|wxVSCROLL ); + m_scrolledWindow1->SetScrollRate( 5, 5 ); + + /* Panel for additional space at the left, + * but can also be used to show an additional bitmap. + */ + wxPanel* panel1 = new wxPanel( m_scrolledWindow1 ); + + wxFlexGridSizer* fgSizer1 = CreateFlexGridSizer(); + + for( size_t i=0; iGetIcon() ); + fgSizer1->Add( m_bitmap1, 0, wxALIGN_CENTER|wxLEFT|wxRIGHT, 5 ); + + // Name of contributor at second column + if ( contributor->GetName() != wxEmptyString ) + { + wxStaticText* m_staticText1 = new wxStaticText( m_scrolledWindow1, wxID_ANY, + contributor->GetName(), + wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText1->Wrap( -1 ); + fgSizer1->Add( m_staticText1, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + } + else + { + fgSizer1->AddSpacer( 5 ); + } + + // Email address of contributor at third column + if ( contributor->GetEMail() != wxEmptyString ) + { + wxHyperlinkCtrl* hyperlink = CreateHyperlink( m_scrolledWindow1, + contributor->GetEMail() ); + fgSizer1->Add( hyperlink, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + } + else + { + fgSizer1->AddSpacer( 5 ); + } + } + + bSizer->Add( panel1, 1, wxEXPAND|wxALL, 10 ); + bSizer->Add( fgSizer1, 7, wxEXPAND|wxALL, 10 ); // adjust width of panel with first int value + m_scrolledWindow1->SetSizer( bSizer ); + m_scrolledWindow1->Layout(); + bSizer->Fit( m_scrolledWindow1 ); + parent->AddPage( m_scrolledWindow1, caption, false, icon ); +} + + +void dialog_about::CreateNotebookPageByCategory(wxAuiNotebook* parent, const wxString& caption, + const wxBitmap& icon, + const Contributors& contributors) +{ + wxBoxSizer* bSizer = new wxBoxSizer( wxHORIZONTAL ); + + wxScrolledWindow* m_scrolledWindow1 = new wxScrolledWindow( parent, wxID_ANY, + wxDefaultPosition, + wxDefaultSize, + wxHSCROLL|wxVSCROLL ); + m_scrolledWindow1->SetScrollRate( 5, 5 ); + + /* Panel for additional space at the left, + * but can also be used to show an additional bitmap. + */ + wxPanel* panel1 = new wxPanel( m_scrolledWindow1 ); + + wxFlexGridSizer* fgSizer1 = CreateFlexGridSizer(); + + for( size_t i=0; iGetIcon(); + wxString category = contributor->GetCategory(); + + /* to construct the next row we expect to have + * a category and a contributor that was not considered up to now + */ + if( ( category != wxEmptyString ) && !( contributor->IsChecked() ) ) + { + // Icon at first column + wxStaticBitmap* m_bitmap1 = CreateStaticBitmap( m_scrolledWindow1, icon ); + fgSizer1->Add( m_bitmap1, 0, wxALIGN_CENTER|wxLEFT|wxRIGHT, 5 ); + + // Category name at second column + wxStaticText* m_staticText1 = new wxStaticText( m_scrolledWindow1, wxID_ANY, + contributor->GetCategory() + wxT( ":" ), + wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText1->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, + wxEmptyString ) ); // bold font + m_staticText1->Wrap( -1 ); + fgSizer1->Add( m_staticText1, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + + // Nothing at third column + fgSizer1->AddSpacer( 5 ); + + // Now, all contributors of the same category will follow + for( size_t j=0; jGetCategory() == category ) + { + // First column is empty + fgSizer1->AddSpacer(5); + + // Name of contributor at second column + wxStaticText* m_staticText2 = new wxStaticText( m_scrolledWindow1, wxID_ANY, + wxT(" • ") + contributor->GetName(), + wxDefaultPosition, + wxDefaultSize, 0 ); + m_staticText1->Wrap( -1 ); + fgSizer1->Add( m_staticText2, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + + // Email address of contributor at third column + if( contributor->GetEMail() != wxEmptyString ) + { + wxHyperlinkCtrl* hyperlink = CreateHyperlink( m_scrolledWindow1, + contributor->GetEMail() ); + fgSizer1->Add( hyperlink, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + } + else + { + fgSizer1->AddSpacer( 5 ); + } + + /* this contributor was added to the GUI, + * thus can be ignored next time + */ + contributor->SetChecked( true ); + } + } + } + else + { + continue; + } + } + + /* Now, lets list the remaining contributors that have not been considered + * because they were not assigned to any category. + */ + for ( size_t k=0; kIsChecked() ) + continue; + + // Icon at first column + wxStaticBitmap* m_bitmap1 = CreateStaticBitmap( m_scrolledWindow1, contributor->GetIcon() ); + fgSizer1->Add( m_bitmap1, 0, wxALIGN_CENTER|wxLEFT|wxRIGHT, 5 ); + + // Name of contributor at second column + if( contributor->GetName() != wxEmptyString ) + { + wxStaticText* m_staticText1 = new wxStaticText( m_scrolledWindow1, wxID_ANY, + contributor->GetName(), + wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText1->Wrap( -1 ); + fgSizer1->Add( m_staticText1, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + } + else + { + fgSizer1->AddSpacer( 5 ); + } + + // Email address of contributor at third column + if ( contributor->GetEMail() != wxEmptyString ) + { + wxHyperlinkCtrl* hyperlink = CreateHyperlink( m_scrolledWindow1, + contributor->GetEMail() ); + fgSizer1->Add( hyperlink, 0, wxALIGN_LEFT|wxBOTTOM, 2 ); + } + else + { + fgSizer1->AddSpacer( 5 ); + } + } + + bSizer->Add( panel1, 1, wxEXPAND|wxALL, 10 ); + bSizer->Add( fgSizer1, 7, wxEXPAND|wxALL, 10 ); // adjust width of panel with first int value + m_scrolledWindow1->SetSizer( bSizer ); + m_scrolledWindow1->Layout(); + bSizer->Fit( m_scrolledWindow1 ); + parent->AddPage( m_scrolledWindow1, caption, false, icon ); +} + + +void dialog_about::CreateNotebookHtmlPage( wxAuiNotebook* parent, const wxString& caption, + const wxBitmap& icon, const wxString& html ) +{ + wxPanel* panel = new wxPanel( parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, + wxTAB_TRAVERSAL ); + + wxBoxSizer* bSizer = new wxBoxSizer( wxVERTICAL ); + + wxString htmlPage = wxEmptyString, htmlContent = html; + + // to have a unique look background color for HTML pages is set to the default as it is + // used for all the other widgets + wxString htmlColor = ( this->GetBackgroundColour() ).GetAsString( wxC2S_HTML_SYNTAX ); + + // beginning of HTML structure + htmlPage.Append( wxT( "" ) ); + + htmlPage.Append( htmlContent ); + + // end of HTML structure indicated by closing tags + htmlPage.Append( wxT( "" ) ); + + // the HTML page is going to be created with previously created HTML content + wxHtmlWindow* htmlWindow = new wxHtmlWindow( panel, wxID_ANY, wxDefaultPosition, wxDefaultSize, + wxHW_SCROLLBAR_AUTO|wxHW_NO_SELECTION ); + + // HTML font set to font properties as they are used for widgets to have an unique look + // under different platforms with HTML + wxFont font = this->GetFont(); + htmlWindow->SetStandardFonts( font.GetPointSize(), font.GetFaceName(), font.GetFaceName() ); + htmlWindow->SetPage( htmlPage ); + + // the HTML window shall not be used to open external links, thus this task is delegated + // to users default browser + htmlWindow->Connect( wxEVT_COMMAND_HTML_LINK_CLICKED, + wxHtmlLinkEventHandler( dialog_about::OnHtmlLinkClicked ), NULL, this ); + + // no additional space around the HTML window as it is also the case by the other notebook pages + bSizer->Add( htmlWindow, 1, wxALL|wxEXPAND, 0 ); + panel->SetSizer( bSizer ); + panel->Layout(); + bSizer->Fit( panel ); + parent->AddPage( panel, caption, false, icon ); +} + + +wxHyperlinkCtrl* dialog_about::CreateHyperlink(wxScrolledWindow* parent, const wxString& email) +{ + wxHyperlinkCtrl* hyperlink = new wxHyperlinkCtrl( + parent, wxID_ANY, + wxT( "<" ) + email + wxT( ">" ), /* the label */ + wxT( "mailto:" ) + email + + wxT( "?subject=KiCad - " ) + + info.GetBuildVersion() + + wxT( " , " ) + info.GetLibVersion() + ); /* the url */ + + return hyperlink; +} + + +wxStaticBitmap* dialog_about::CreateStaticBitmap(wxScrolledWindow* parent, wxBitmap* icon) +{ + wxStaticBitmap* bitmap = new wxStaticBitmap( parent, wxID_ANY, wxNullBitmap, + wxDefaultPosition, wxDefaultSize, 0 ); + + if( icon ) + { + bitmap->SetBitmap( *icon ); + } + else + { + bitmap->SetBitmap( KiBitmap( right_xpm ) ); + } + + return bitmap; +} + + +/////////////////////////////////////////////////////////////////////////////// +/// Event handlers +/////////////////////////////////////////////////////////////////////////////// + +void dialog_about::OnClose( wxCloseEvent &event ) +{ + Destroy(); +} + + +void dialog_about::OnOkClick( wxCommandEvent &event ) +{ + Destroy(); +} + + +void dialog_about::OnHtmlLinkClicked( wxHtmlLinkEvent& event ) +{ + ::wxLaunchDefaultBrowser( event.GetLinkInfo().GetHref() ); +} diff --git a/common/dialog_about/dialog_about.h b/common/dialog_about/dialog_about.h new file mode 100644 index 0000000..067ee63 --- /dev/null +++ b/common/dialog_about/dialog_about.h @@ -0,0 +1,99 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010 Rafael Sokolowski + * Copyright (C) 2010-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef DIALOG_ABOUT_H +#define DIALOG_ABOUT_H + +#include +#include +#include +#include + +#include +#include + +/* Pixel information of icons in XPM format. + * All KiCad icons are linked into shared library 'libbitmaps.a'. + * Icons: + * preference_xpm[]; // Icon for 'Developers' tab + * editor_xpm[]; // Icon for 'Doc Writers' tab + * palette_xpm[]; // Icon for 'Artists' tab + * language_xpm[]; // Icon for 'Translators' tab + * right_xpm[]; // Right arrow icon for list items + * info_xpm[]; // Bulb for description tab + * tools_xpm[]; // Sheet of paper icon for license info tab + */ +#include + +/** + * About dialog to show application specific information. + * Needs an AboutAppInfo object that contains the data to be displayed. + */ +class dialog_about : public dialog_about_base +{ +private: + + // Icons for the various tabs of wxAuiNotebook + wxBitmap picInformation; + wxBitmap picDevelopers; + wxBitmap picDocWriters; + wxBitmap picArtists; + wxBitmap picTranslators; + wxBitmap picPackagers; + wxBitmap picLicense; + + AboutAppInfo info; + +public: + dialog_about( wxWindow* dlg, AboutAppInfo& appInfo ); + ~dialog_about(); + +private: + void initDialog(); + virtual void OnClose( wxCloseEvent& event ); + virtual void OnOkClick( wxCommandEvent& event ); + virtual void OnHtmlLinkClicked( wxHtmlLinkEvent& event ); + + // Notebook pages + wxFlexGridSizer* CreateFlexGridSizer(); + void DeleteNotebooks(); + void CreateNotebooks(); + void CreateNotebookPage( wxAuiNotebook* parent, + const wxString& caption, + const wxBitmap& icon, + const Contributors& contributors ); + void CreateNotebookPageByCategory( wxAuiNotebook* parent, + const wxString& caption, + const wxBitmap& icon, + const Contributors& contributors ); + void CreateNotebookHtmlPage( wxAuiNotebook* parent, + const wxString& caption, + const wxBitmap& icon, + const wxString& html ); + + wxHyperlinkCtrl* CreateHyperlink( wxScrolledWindow* parent, const wxString& email ); + wxStaticBitmap* CreateStaticBitmap( wxScrolledWindow* parent, wxBitmap* icon ); +}; + +#endif // DIALOG_ABOUT_H diff --git a/common/dialog_about/dialog_about_base.cpp b/common/dialog_about/dialog_about_base.cpp new file mode 100644 index 0000000..19b9db7 --- /dev/null +++ b/common/dialog_about/dialog_about_base.cpp @@ -0,0 +1,82 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 5 2014) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_about_base.h" + +/////////////////////////////////////////////////////////////////////////// + +dialog_about_base::dialog_about_base( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxDialog( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxSize( -1,-1 ), wxDefaultSize ); + + wxBoxSizer* bSizer1; + bSizer1 = new wxBoxSizer( wxVERTICAL ); + + wxBoxSizer* bSizer3; + bSizer3 = new wxBoxSizer( wxHORIZONTAL ); + + + bSizer3->Add( 0, 0, 1, wxEXPAND, 5 ); + + m_bitmapApp = new wxStaticBitmap( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, 0 ); + bSizer3->Add( m_bitmapApp, 1, wxALIGN_CENTER|wxALL, 5 ); + + wxBoxSizer* b_apptitleSizer; + b_apptitleSizer = new wxBoxSizer( wxVERTICAL ); + + m_staticTextAppTitle = new wxStaticText( this, wxID_ANY, _("App Title"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE ); + m_staticTextAppTitle->Wrap( -1 ); + m_staticTextAppTitle->SetFont( wxFont( 14, 70, 90, 92, false, wxEmptyString ) ); + + b_apptitleSizer->Add( m_staticTextAppTitle, 0, wxALIGN_CENTER|wxALL, 5 ); + + m_staticTextCopyright = new wxStaticText( this, wxID_ANY, _("Copyright Info"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE ); + m_staticTextCopyright->Wrap( -1 ); + b_apptitleSizer->Add( m_staticTextCopyright, 0, wxALIGN_CENTER|wxALL, 1 ); + + m_staticTextBuildVersion = new wxStaticText( this, wxID_ANY, _("Build Version Info"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE ); + m_staticTextBuildVersion->Wrap( -1 ); + b_apptitleSizer->Add( m_staticTextBuildVersion, 0, wxALIGN_CENTER|wxLEFT|wxRIGHT|wxTOP, 5 ); + + m_staticTextLibVersion = new wxStaticText( this, wxID_ANY, _("Lib Version Info"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE ); + m_staticTextLibVersion->Wrap( -1 ); + b_apptitleSizer->Add( m_staticTextLibVersion, 0, wxALIGN_CENTER|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizer3->Add( b_apptitleSizer, 10, wxEXPAND, 5 ); + + + bSizer3->Add( 0, 0, 2, wxEXPAND, 5 ); + + + bSizer1->Add( bSizer3, 0, wxEXPAND, 5 ); + + wxStaticLine* m_staticline1; + m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); + bSizer1->Add( m_staticline1, 0, wxEXPAND | wxALL, 5 ); + + m_auiNotebook = new wxAuiNotebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_TAB_FIXED_WIDTH ); + m_auiNotebook->SetMinSize( wxSize( 750,350 ) ); + + + bSizer1->Add( m_auiNotebook, 2, wxEXPAND | wxALL, 5 ); + + m_sdbSizer = new wxStdDialogButtonSizer(); + m_sdbSizerOK = new wxButton( this, wxID_OK ); + m_sdbSizer->AddButton( m_sdbSizerOK ); + m_sdbSizer->Realize(); + + bSizer1->Add( m_sdbSizer, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 ); + + + this->SetSizer( bSizer1 ); + this->Layout(); +} + +dialog_about_base::~dialog_about_base() +{ +} diff --git a/common/dialog_about/dialog_about_base.fbp b/common/dialog_about/dialog_about_base.fbp new file mode 100644 index 0000000..e776d48 --- /dev/null +++ b/common/dialog_about/dialog_about_base.fbp @@ -0,0 +1,752 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_about_base + 1000 + none + 1 + MyProject + + . + + 1 + 1 + 1 + 1 + UI + 1 + 0 + + 0 + wxAUI_MGR_DEFAULT + + + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + -1,-1 + dialog_about_base + + 750,437 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP + + About... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bSizer1 + wxVERTICAL + none + + 5 + wxEXPAND + 0 + + + bSizer3 + wxHORIZONTAL + none + + 5 + wxEXPAND + 1 + + 0 + protected + 0 + + + + 5 + wxALIGN_CENTER|wxALL + 1 + + 1 + 1 + 1 + 1 + + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_bitmapApp + 1 + + + protected + 1 + + Resizable + 1 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 10 + + + b_apptitleSizer + wxVERTICAL + none + + 5 + wxALIGN_CENTER|wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + ,90,92,14,70,0 + 0 + 0 + wxID_ANY + App Title + + 0 + + + 0 + + 1 + m_staticTextAppTitle + 1 + + + protected + 1 + + Resizable + 1 + + wxALIGN_CENTRE + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + wxALIGN_CENTER|wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Copyright Info + + 0 + + + 0 + + 1 + m_staticTextCopyright + 1 + + + protected + 1 + + Resizable + 1 + + wxALIGN_CENTRE + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER|wxLEFT|wxRIGHT|wxTOP + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Build Version Info + + 0 + + + 0 + + 1 + m_staticTextBuildVersion + 1 + + + protected + 1 + + Resizable + 1 + + wxALIGN_CENTRE + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Lib Version Info + + 0 + + + 0 + + 1 + m_staticTextLibVersion + 1 + + + protected + 1 + + Resizable + 1 + + wxALIGN_CENTRE + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 2 + + 0 + protected + 0 + + + + + + 5 + wxEXPAND | wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_staticline1 + 1 + + + none + 1 + + Resizable + 1 + + wxLI_HORIZONTAL + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND | wxALL + 2 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + 750,350 + 1 + m_auiNotebook + 1 + + + protected + 1 + + Resizable + 1 + + wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_TAB_FIXED_WIDTH + + -1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxALIGN_CENTER_HORIZONTAL + 0 + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + + m_sdbSizer + protected + + + + + + + + + + + + + + diff --git a/common/dialog_about/dialog_about_base.h b/common/dialog_about/dialog_about_base.h new file mode 100644 index 0000000..9098984 --- /dev/null +++ b/common/dialog_about/dialog_about_base.h @@ -0,0 +1,56 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 5 2014) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_ABOUT_BASE_H__ +#define __DIALOG_ABOUT_BASE_H__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + +/////////////////////////////////////////////////////////////////////////////// +/// Class dialog_about_base +/////////////////////////////////////////////////////////////////////////////// +class dialog_about_base : public wxDialog +{ + private: + + protected: + wxStaticBitmap* m_bitmapApp; + wxStaticText* m_staticTextAppTitle; + wxStaticText* m_staticTextCopyright; + wxStaticText* m_staticTextBuildVersion; + wxStaticText* m_staticTextLibVersion; + wxAuiNotebook* m_auiNotebook; + wxStdDialogButtonSizer* m_sdbSizer; + wxButton* m_sdbSizerOK; + + public: + + dialog_about_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 750,437 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP ); + ~dialog_about_base(); + +}; + +#endif //__DIALOG_ABOUT_BASE_H__ diff --git a/common/dialog_shim.cpp b/common/dialog_shim.cpp new file mode 100644 index 0000000..a05a5b6 --- /dev/null +++ b/common/dialog_shim.cpp @@ -0,0 +1,619 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012-2016 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + + +/// Toggle a window's "enable" status to disabled, then enabled on destruction. +class WDO_ENABLE_DISABLE +{ + wxWindow* m_win; + +public: + + WDO_ENABLE_DISABLE( wxWindow* aWindow ) : + m_win( aWindow ) + { + if( m_win ) + m_win->Disable(); + } + + ~WDO_ENABLE_DISABLE() + { + if( m_win ) + { + m_win->Enable(); + m_win->SetFocus(); // let's focus back on the parent window + } + } +}; + + +DIALOG_SHIM::DIALOG_SHIM( wxWindow* aParent, wxWindowID id, const wxString& title, + const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : + wxDialog( aParent, id, title, pos, size, style, name ), + KIWAY_HOLDER( 0 ), + m_qmodal_loop( 0 ), + m_qmodal_showing( false ), + m_qmodal_parent_disabler( 0 ) +{ + // pray that aParent is either a KIWAY_PLAYER or DIALOG_SHIM derivation. + KIWAY_HOLDER* h = dynamic_cast( aParent ); + + // wxASSERT_MSG( h, wxT( "DIALOG_SHIM's parent is NULL or not derived from KIWAY_PLAYER nor DIALOG_SHIM" ) ); + + if( h ) + SetKiway( this, &h->Kiway() ); + + Bind( wxEVT_CLOSE_WINDOW, &DIALOG_SHIM::OnCloseWindow, this ); + Bind( wxEVT_BUTTON, &DIALOG_SHIM::OnButton, this ); + +#ifdef __WINDOWS__ + // On Windows, the app top windows can be brought to the foreground + // (at least temporary) in certain circumstances, + // for instance when calling an external tool in Eeschema boom generation. + // So set the parent KIWAY_PLAYER kicad frame (if exists) to top window + // to avoid this annoying behavior + KIWAY_PLAYER* parent_kiwayplayer = dynamic_cast( aParent ); + + if( parent_kiwayplayer ) + Pgm().App().SetTopWindow( parent_kiwayplayer ); +#endif + +#if DLGSHIM_USE_SETFOCUS + Connect( wxEVT_INIT_DIALOG, wxInitDialogEventHandler( DIALOG_SHIM::onInit ) ); +#endif +} + + +DIALOG_SHIM::~DIALOG_SHIM() +{ + // if the dialog is quasi-modal, this will end its event loop + if( IsQuasiModal() ) + EndQuasiModal( wxID_CANCEL ); + + delete m_qmodal_parent_disabler; // usually NULL by now +} + +void DIALOG_SHIM::FinishDialogSettings() +{ + // must be called from the constructor of derived classes, + // when all widgets are initialized, and therefore their size fixed + + // SetSizeHints fixes the minimal size of sizers in the dialog + // (SetSizeHints calls Fit(), so no need to call it) + GetSizer()->SetSizeHints( this ); + + // the default position, when calling the first time the dlg + Center(); +} + +void DIALOG_SHIM::FixOSXCancelButtonIssue() +{ +#ifdef __WXMAC__ + // A ugly hack to fix an issue on OSX: ctrl+c closes the dialog instead of + // copying a text if a button with wxID_CANCEL is used in a wxStdDialogButtonSizer + // created by wxFormBuilder: the label is &Cancel, and this accelerator key has priority + // to copy text standard accelerator, and the dlg is closed when trying to copy text + wxButton* button = dynamic_cast< wxButton* > ( wxWindow::FindWindowById( wxID_CANCEL, this ) ); + + if( button ) + button->SetLabel( _( "Cancel" ) ); +#endif +} + + +// our hashtable is an implementation secret, don't need or want it in a header file +#include +#include // EDA_RECT +#include + +static RECT_MAP class_map; + +bool DIALOG_SHIM::Show( bool show ) +{ + bool ret; + const char* hash_key; + + if( m_hash_key.size() ) + { + // a special case like EDA_LIST_DIALOG, which has multiple uses. + hash_key = m_hash_key.c_str(); + } + else + { + hash_key = typeid(*this).name(); + } + + // Show or hide the window. If hiding, save current position and size. + // If showing, use previous position and size. + if( show ) + { + wxDialog::Raise(); // Needed on OS X and some other window managers (i.e. Unity) + ret = wxDialog::Show( show ); + + // classname is key, returns a zeroed out default EDA_RECT if none existed before. + EDA_RECT r = class_map[ hash_key ]; + + if( r.GetSize().x != 0 && r.GetSize().y != 0 ) + SetSize( r.GetPosition().x, r.GetPosition().y, r.GetSize().x, r.GetSize().y, 0 ); + } + else + { + // Save the dialog's position & size before hiding, using classname as key + EDA_RECT r( wxDialog::GetPosition(), wxDialog::GetSize() ); + class_map[ hash_key ] = r; + + ret = wxDialog::Show( show ); + } + return ret; +} + + +bool DIALOG_SHIM::Enable( bool enable ) +{ + // so we can do logging of this state change: + +#if defined(DEBUG) + const char* type_id = typeid( *this ).name(); + printf( "wxDialog %s: %s\n", type_id, enable ? "enabled" : "disabled" ); +#endif + + return wxDialog::Enable( enable ); +} + + +#if DLGSHIM_USE_SETFOCUS + +static bool findWindowRecursively( const wxWindowList& children, const wxWindow* wanted ) +{ + for( wxWindowList::const_iterator it = children.begin(); it != children.end(); ++it ) + { + const wxWindow* child = *it; + + if( wanted == child ) + return true; + else + { + if( findWindowRecursively( child->GetChildren(), wanted ) ) + return true; + } + } + + return false; +} + + +static bool findWindowRecursively( const wxWindow* topmost, const wxWindow* wanted ) +{ + // wanted may be NULL and that is ok. + + if( wanted == topmost ) + return true; + + return findWindowRecursively( topmost->GetChildren(), wanted ); +} + + +/// Set the focus if it is not already set in a derived constructor to a specific control. +void DIALOG_SHIM::onInit( wxInitDialogEvent& aEvent ) +{ + wxWindow* focusWnd = wxWindow::FindFocus(); + + // If focusWnd is not already this window or a child of it, then SetFocus(). + // Otherwise the derived class's constructor SetFocus() already to a specific + // child control. + + if( !findWindowRecursively( this, focusWnd ) ) + { + // Linux wxGTK needs this to allow the ESCAPE key to close a wxDialog window. + SetFocus(); + } + + aEvent.Skip(); // derived class's handler should be called too +} +#endif + + +/* + Quasi-Modal Mode Explained: + + The gtk calls in wxDialog::ShowModal() cause event routing problems if that + modal dialog then tries to use KIWAY_PLAYER::ShowModal(). The latter shows up + and mostly works but does not respond to the window decoration close button. + There is no way to get around this without reversing the gtk calls temporarily. + + Quasi-Modal mode is our own almost modal mode which disables only the parent + of the DIALOG_SHIM, leaving other frames operable and while staying captured in the + nested event loop. This avoids the gtk calls and leaves event routing pure + and sufficient to operate the KIWAY_PLAYER::ShowModal() properly. When using + ShowQuasiModal() you have to use EndQuasiModal() in your dialogs and not + EndModal(). There is also IsQuasiModal() but its value can only be true + when the nested event loop is active. Do not mix the modal and quasi-modal + functions. Use one set or the other. + + You might find this behavior preferable over a pure modal mode, and it was said + that only the Mac has this natively, but now other platforms have something + similar. You CAN use it anywhere for any dialog. But you MUST use it when + you want to use KIWAY_PLAYER::ShowModal() from a dialog event. +*/ + + + +/* +/// wxEventLoopActivator but with a friend so it +/// has access to m_evtLoopOld, and it does not SetActive() as that is +/// done inside base class Run(). +class ELOOP_ACTIVATOR +{ + friend class EVENT_LOOP; + +public: + ELOOP_ACTIVATOR( WX_EVENT_LOOP* evtLoop ) + { + m_evtLoopOld = wxEventLoopBase::GetActive(); + // wxEventLoopBase::SetActive( evtLoop ); + } + + ~ELOOP_ACTIVATOR() + { + // restore the previously active event loop + wxEventLoopBase::SetActive( m_evtLoopOld ); + } + +private: + WX_EVENT_LOOP* m_evtLoopOld; +}; +*/ + + +class EVENT_LOOP : public WX_EVENT_LOOP +{ +public: + + EVENT_LOOP() + { + ; + } + + ~EVENT_LOOP() + { + } + +#if 0 // does not work any better than inherited wxGuiEventLoop functions: + + // sets the "should exit" flag and wakes up the loop so that it terminates + // soon + void ScheduleExit( int rc = 0 ) + { + wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not running") ); + + m_exitcode = rc; + m_shouldExit = true; + + OnExit(); + + // all we have to do to exit from the loop is to (maybe) wake it up so that + // it can notice that Exit() had been called + // + // in particular, do *not* use here calls such as PostQuitMessage() (under + // MSW) which terminate the current event loop here because we're not sure + // that it is going to be processed by the correct event loop: it would be + // possible that another one is started and terminated by mistake if we do + // this + WakeUp(); + } + + int Run() + { + // event loops are not recursive, you need to create another loop! + //wxCHECK_MSG( !IsInsideRun(), -1, wxT("can't reenter a message loop") ); + + // ProcessIdle() and ProcessEvents() below may throw so the code here should + // be exception-safe, hence we must use local objects for all actions we + // should undo + wxEventLoopActivator activate(this); + + // We might be called again, after a previous call to ScheduleExit(), so + // reset this flag. + m_shouldExit = false; + + // Set this variable to true for the duration of this method. + setInsideRun( true ); + + struct SET_FALSE + { + EVENT_LOOP* m_loop; + SET_FALSE( EVENT_LOOP* aLoop ) : m_loop( aLoop ) {} + ~SET_FALSE() { m_loop->setInsideRun( false ); } + } t( this ); + + // Finally really run the loop. + return DoRun(); + } + + bool ProcessEvents() + { + // process pending wx events first as they correspond to low-level events + // which happened before, i.e. typically pending events were queued by a + // previous call to Dispatch() and if we didn't process them now the next + // call to it might enqueue them again (as happens with e.g. socket events + // which would be generated as long as there is input available on socket + // and this input is only removed from it when pending event handlers are + // executed) + if( wxTheApp ) + { + wxTheApp->ProcessPendingEvents(); + + // One of the pending event handlers could have decided to exit the + // loop so check for the flag before trying to dispatch more events + // (which could block indefinitely if no more are coming). + if( m_shouldExit ) + return false; + } + + return Dispatch(); + } + + + int DoRun() + { + // we must ensure that OnExit() is called even if an exception is thrown + // from inside ProcessEvents() but we must call it from Exit() in normal + // situations because it is supposed to be called synchronously, + // wxModalEventLoop depends on this (so we can't just use ON_BLOCK_EXIT or + // something similar here) + #if wxUSE_EXCEPTIONS + for( ; ; ) + { + try + { + #endif // wxUSE_EXCEPTIONS + + // this is the event loop itself + for( ; ; ) + { + // generate and process idle events for as long as we don't + // have anything else to do + while ( !m_shouldExit && !Pending() && ProcessIdle() ) + ; + + if ( m_shouldExit ) + break; + + // a message came or no more idle processing to do, dispatch + // all the pending events and call Dispatch() to wait for the + // next message + if ( !ProcessEvents() ) + { + // we got WM_QUIT + break; + } + } + + // Process the remaining queued messages, both at the level of the + // underlying toolkit level (Pending/Dispatch()) and wx level + // (Has/ProcessPendingEvents()). + // + // We do run the risk of never exiting this loop if pending event + // handlers endlessly generate new events but they shouldn't do + // this in a well-behaved program and we shouldn't just discard the + // events we already have, they might be important. + for( ; ; ) + { + bool hasMoreEvents = false; + if ( wxTheApp && wxTheApp->HasPendingEvents() ) + { + wxTheApp->ProcessPendingEvents(); + hasMoreEvents = true; + } + + if ( Pending() ) + { + Dispatch(); + hasMoreEvents = true; + } + + if ( !hasMoreEvents ) + break; + } + + #if wxUSE_EXCEPTIONS + // exit the outer loop as well + break; + } + catch ( ... ) + { + try + { + if ( !wxTheApp || !wxTheApp->OnExceptionInMainLoop() ) + { + OnExit(); + break; + } + //else: continue running the event loop + } + catch ( ... ) + { + // OnException() throwed, possibly rethrowing the same + // exception again: very good, but we still need OnExit() to + // be called + OnExit(); + throw; + } + } + } + #endif // wxUSE_EXCEPTIONS + + return m_exitcode; + } + +protected: + int m_exitcode; + + /* this only works if you add + friend class EVENT_LOOP + to EventLoopBase + */ + void setInsideRun( bool aValue ) + { + m_isInsideRun = aValue; + } +#endif +}; + + +int DIALOG_SHIM::ShowQuasiModal() +{ + // This is an exception safe way to zero a pointer before returning. + // Yes, even though DismissModal() clears this first normally, this is + // here in case there's an exception before the dialog is dismissed. + struct NULLER + { + void*& m_what; + NULLER( void*& aPtr ) : m_what( aPtr ) {} + ~NULLER() { m_what = 0; } // indeed, set it to NULL on destruction + } clear_this( (void*&) m_qmodal_loop ); + + // release the mouse if it's currently captured as the window having it + // will be disabled when this dialog is shown -- but will still keep the + // capture making it impossible to do anything in the modal dialog itself + wxWindow* win = wxWindow::GetCapture(); + if( win ) + win->ReleaseMouse(); + + // Get the optimal parent + wxWindow* parent = GetParentForModalDialog( GetParent(), GetWindowStyle() ); + + // Show the optimal parent + DBG( if( parent ) printf( "%s: optimal parent: %s\n", __func__, typeid(*parent).name() );) + + wxASSERT_MSG( !m_qmodal_parent_disabler, + wxT( "Caller using ShowQuasiModal() twice on same window?" ) ); + + // quasi-modal: disable only my "optimal" parent + m_qmodal_parent_disabler = new WDO_ENABLE_DISABLE( parent ); + + Show( true ); + + m_qmodal_showing = true; + + EVENT_LOOP event_loop; + + m_qmodal_loop = &event_loop; + + event_loop.Run(); + + return GetReturnCode(); +} + + +void DIALOG_SHIM::EndQuasiModal( int retCode ) +{ + // Hook up validator and transfer data from controls handling so quasi-modal dialogs + // handle validation in the same way as other dialogs. + if( ( retCode == wxID_OK ) && ( !Validate() || !TransferDataFromWindow() ) ) + return; + + SetReturnCode( retCode ); + + if( !IsQuasiModal() ) + { + wxFAIL_MSG( wxT( "either DIALOG_SHIM::EndQuasiModal called twice or ShowQuasiModal wasn't called" ) ); + return; + } + + m_qmodal_showing = false; + + if( m_qmodal_loop ) + { + if( m_qmodal_loop->IsRunning() ) + m_qmodal_loop->Exit( 0 ); + else + m_qmodal_loop->ScheduleExit( 0 ); + + m_qmodal_loop = NULL; + } + + delete m_qmodal_parent_disabler; + m_qmodal_parent_disabler = 0; + + Show( false ); +} + + +void DIALOG_SHIM::OnCloseWindow( wxCloseEvent& aEvent ) +{ + if( IsQuasiModal() ) + { + EndQuasiModal( wxID_CANCEL ); + return; + } + + // This is mandatory to allow wxDialogBase::OnCloseWindow() to be called. + aEvent.Skip(); +} + + +void DIALOG_SHIM::OnButton( wxCommandEvent& aEvent ) +{ + if( IsQuasiModal() ) + { + const int id = aEvent.GetId(); + + if( id == GetAffirmativeId() ) + { + EndQuasiModal( id ); + } + else if( id == wxID_APPLY ) + { + // Dialogs that provide Apply buttons should make sure data is valid before + // allowing a transfer, as there is no other way to indicate failure + // (i.e. the dialog can't refuse to close as it might with OK, because it + // isn't closing anyway) + if( Validate() ) + { + bool success = TransferDataFromWindow(); + (void) success; + } + } + else if( id == GetEscapeId() || + (id == wxID_CANCEL && GetEscapeId() == wxID_ANY) ) + { + EndQuasiModal( wxID_CANCEL ); + } + else // not a standard button + { + aEvent.Skip(); + } + + return; + } + + // This is mandatory to allow wxDialogBase::OnButton() to be called. + aEvent.Skip(); +} diff --git a/common/dialogs/dialog_display_info_HTML_base.cpp b/common/dialogs/dialog_display_info_HTML_base.cpp new file mode 100644 index 0000000..5a693c8 --- /dev/null +++ b/common/dialogs/dialog_display_info_HTML_base.cpp @@ -0,0 +1,41 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Nov 5 2013) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_display_info_HTML_base.h" + +/////////////////////////////////////////////////////////////////////////// + +DIALOG_DISPLAY_HTML_TEXT_BASE::DIALOG_DISPLAY_HTML_TEXT_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxSize( 400,120 ), wxDefaultSize ); + + wxBoxSizer* bMainSizer; + bMainSizer = new wxBoxSizer( wxVERTICAL ); + + m_htmlWindow = new wxHtmlWindow( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_SCROLLBAR_AUTO|wxSUNKEN_BORDER ); + bMainSizer->Add( m_htmlWindow, 1, wxEXPAND, 5 ); + + m_buttonClose = new wxButton( this, wxID_CANCEL, _("Close"), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT ); + m_buttonClose->SetDefault(); + bMainSizer->Add( m_buttonClose, 0, wxALIGN_RIGHT|wxALL, 10 ); + + + this->SetSizer( bMainSizer ); + this->Layout(); + + // Connect Events + m_htmlWindow->Connect( wxEVT_COMMAND_HTML_LINK_CLICKED, wxHtmlLinkEventHandler( DIALOG_DISPLAY_HTML_TEXT_BASE::OnHTMLLinkClicked ), NULL, this ); + m_buttonClose->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_DISPLAY_HTML_TEXT_BASE::OnCloseButtonClick ), NULL, this ); +} + +DIALOG_DISPLAY_HTML_TEXT_BASE::~DIALOG_DISPLAY_HTML_TEXT_BASE() +{ + // Disconnect Events + m_htmlWindow->Disconnect( wxEVT_COMMAND_HTML_LINK_CLICKED, wxHtmlLinkEventHandler( DIALOG_DISPLAY_HTML_TEXT_BASE::OnHTMLLinkClicked ), NULL, this ); + m_buttonClose->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_DISPLAY_HTML_TEXT_BASE::OnCloseButtonClick ), NULL, this ); + +} diff --git a/common/dialogs/dialog_display_info_HTML_base.fbp b/common/dialogs/dialog_display_info_HTML_base.fbp new file mode 100644 index 0000000..2147dcd --- /dev/null +++ b/common/dialogs/dialog_display_info_HTML_base.fbp @@ -0,0 +1,271 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_display_info_HTML_base + 1000 + none + 1 + dialog_display_info_HTML + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + 400,120 + DIALOG_DISPLAY_HTML_TEXT_BASE + + 465,202 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -1,-1 + bMainSizer + wxVERTICAL + none + + 5 + wxEXPAND + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + -1,-1 + 1 + m_htmlWindow + 1 + + + public + 1 + + Resizable + 1 + + wxHW_SCROLLBAR_AUTO + + 0 + + + + wxSUNKEN_BORDER + + + + + + OnHTMLLinkClicked + + + + + + + + + + + + + + + + + + + + + + + + 10 + wxALIGN_RIGHT|wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_CANCEL + Close + + 0 + + + 0 + + 1 + m_buttonClose + 1 + + + protected + 1 + + Resizable + 1 + + wxBU_EXACTFIT + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnCloseButtonClick + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/dialogs/dialog_display_info_HTML_base.h b/common/dialogs/dialog_display_info_HTML_base.h new file mode 100644 index 0000000..4cfa053 --- /dev/null +++ b/common/dialogs/dialog_display_info_HTML_base.h @@ -0,0 +1,53 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Nov 5 2013) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_DISPLAY_INFO_HTML_BASE_H__ +#define __DIALOG_DISPLAY_INFO_HTML_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class DIALOG_DISPLAY_HTML_TEXT_BASE +/////////////////////////////////////////////////////////////////////////////// +class DIALOG_DISPLAY_HTML_TEXT_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxButton* m_buttonClose; + + // Virtual event handlers, overide them in your derived class + virtual void OnHTMLLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); } + virtual void OnCloseButtonClick( wxCommandEvent& event ) { event.Skip(); } + + + public: + wxHtmlWindow* m_htmlWindow; + + DIALOG_DISPLAY_HTML_TEXT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 465,202 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~DIALOG_DISPLAY_HTML_TEXT_BASE(); + +}; + +#endif //__DIALOG_DISPLAY_INFO_HTML_BASE_H__ diff --git a/common/dialogs/dialog_env_var_config.cpp b/common/dialogs/dialog_env_var_config.cpp new file mode 100644 index 0000000..79ef7dd --- /dev/null +++ b/common/dialogs/dialog_env_var_config.cpp @@ -0,0 +1,285 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2015 Wayne Stambaugh + * Copyright (C) 2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file dialg_env_var_config.cpp + */ + +#include + +#include +#include + +#include + + +DIALOG_ENV_VAR_CONFIG::DIALOG_ENV_VAR_CONFIG( wxWindow* aParent, const ENV_VAR_MAP& aEnvVarMap ) : + DIALOG_ENV_VAR_CONFIG_BASE( aParent ) +{ + m_extDefsChanged = false; + m_envVarMap = aEnvVarMap; + + m_grid->AppendRows( (int) m_envVarMap.size() ); + + for( size_t row = 0; row < m_envVarMap.size(); row++ ) + { + wxGridCellTextEditor* editor = new wxGridCellTextEditor; + ENVIRONMENT_VARIABLE_CHAR_VALIDATOR envVarValidator; + editor->SetValidator( envVarValidator ); + m_grid->SetCellEditor( (int) row, 0, editor ); + + editor = new wxGridCellTextEditor; + FILE_NAME_WITH_PATH_CHAR_VALIDATOR pathValidator; + editor->SetValidator( pathValidator ); + m_grid->SetCellEditor( (int) row, 1, editor ); + } +} + + +bool DIALOG_ENV_VAR_CONFIG::TransferDataToWindow() +{ + wxLogDebug( wxT( "In DIALOG_ENV_VAR_CONFIG::TransferDataToWindow()." ) ); + + if( !wxDialog::TransferDataToWindow() ) + return false; + + long row = 0L; + + for( ENV_VAR_MAP_ITER it = m_envVarMap.begin(); it != m_envVarMap.end(); ++it ) + { + m_grid->SetCellValue( row, 0, it->first ); + m_grid->SetCellValue( row, 1, it->second.GetValue() ); + + // Highlight environment variables that are externally defined. + if( it->second.GetDefinedExternally() ) + { + wxGridCellAttr* attr = m_grid->GetOrCreateCellAttr( row, 0 ); + attr->SetBackgroundColour( *wxLIGHT_GREY ); + m_grid->SetRowAttr( row, attr ); + } + + row++; + } + + m_grid->AutoSizeColumns(); + m_grid->AutoSizeRows(); + GetSizer()->Layout(); + GetSizer()->Fit( this ); + GetSizer()->SetSizeHints( this ); + + return true; +} + + +bool DIALOG_ENV_VAR_CONFIG::TransferDataFromWindow() +{ + if( !wxDialog::TransferDataFromWindow() ) + return false; + + int row; + wxArrayString envVarNames; + + for( row = 0; row < m_grid->GetNumberRows(); row++ ) + { + wxString caption = _( "Invalid Input" ); + wxString name = m_grid->GetCellValue( row, 0 ); + wxString value = m_grid->GetCellValue( row, 1 ); + + // Ignore completely empty rows. + if( name.IsEmpty() && value.IsEmpty() ) + continue; + + wxLogDebug( wxT( "Row %d, name: %s, value %s." ), row, + GetChars( name ), GetChars( value ) ); + + // Name cannot be empty. + if( name.IsEmpty() ) + { + wxMessageBox( _( "Environment variable name cannot be empty." ), + caption, wxOK | wxICON_ERROR, this ); + m_grid->GoToCell( row, 0 ); + m_grid->SetGridCursor( row, 0 ); + return false; + } + + // Value cannot be empty. + if( value.IsEmpty() ) + { + wxMessageBox( _( "Environment variable value cannot be empty." ), caption, + wxOK | wxICON_ERROR, this ); + m_grid->GoToCell( row, 1 ); + m_grid->SetGridCursor( row, 1 ); + m_grid->SetFocus(); + return false; + } + + // First character of the environment variable name cannot be a digit (0-9). + if( name.Left( 1 ).IsNumber() ) + { + wxMessageBox( _( "The first character of an environment variable name cannot be " + "a digit (0-9)." ), caption, wxOK | wxICON_ERROR, this ); + m_grid->GoToCell( row, 0 ); + m_grid->SetGridCursor( row, 0 ); + m_grid->SelectBlock( row, 0, row, 0 ); + m_grid->SetFocus(); + return false; + } + + // Check for duplicate environment variable names. + if( envVarNames.Index( name ) != wxNOT_FOUND ) + { + wxMessageBox( _( "Cannot have duplicate environment variable names." ), caption, + wxOK | wxICON_ERROR, this ); + m_grid->GoToCell( row, 0 ); + m_grid->SetGridCursor( row, 0 ); + m_grid->SelectRow( row ); + m_grid->SetFocus(); + return false; + } + + envVarNames.Add( name ); + } + + // Add new entries and update any modified entries. + for( row = 0; row < m_grid->GetNumberRows(); row++ ) + { + wxString name = m_grid->GetCellValue( row, 0 ); + wxString value = m_grid->GetCellValue( row, 1 ); + ENV_VAR_MAP_ITER it = m_envVarMap.find( name ); + + if( it == m_envVarMap.end() ) + { + ENV_VAR_ITEM item( value, wxGetEnv( name, NULL ) ); + + // Add new environment variable. + m_envVarMap[ name ] = item; + } + else if( it->second.GetValue() != value ) + { + // Environment variable already defined but it's value changed. + it->second.SetValue( value ); + + // Externally defined variable has been changed. + if( it->second.GetDefinedExternally() ) + m_extDefsChanged = true; + } + } + + std::vector< wxString > removeFromMap; + + // Remove deleted entries from the map. + for( ENV_VAR_MAP_ITER it = m_envVarMap.begin(); it != m_envVarMap.end(); ++it ) + { + bool found = false; + + for( row = 0; row < m_grid->GetNumberRows(); row++ ) + { + if( m_grid->GetCellValue( row, 0 ) == it->first ) + { + found = true; + break; + } + } + + if( !found ) + removeFromMap.push_back( it->first ); + } + + for( size_t i = 0; i < removeFromMap.size(); i++ ) + m_envVarMap.erase( removeFromMap[i] ); + + return true; +} + + +void DIALOG_ENV_VAR_CONFIG::OnAddRow( wxCommandEvent& aEvent ) +{ + m_grid->AppendRows(); + + int row = m_grid->GetNumberRows() - 1; + wxGridCellTextEditor* editor = new wxGridCellTextEditor; + ENVIRONMENT_VARIABLE_CHAR_VALIDATOR envVarNameValidator; + editor->SetValidator( envVarNameValidator ); + m_grid->SetCellEditor( row, 0, editor ); + + editor = new wxGridCellTextEditor; + FILE_NAME_WITH_PATH_CHAR_VALIDATOR pathValidator; + editor->SetValidator( pathValidator ); + m_grid->SetCellEditor( row, 1, editor ); + m_grid->GoToCell( row, 0 ); + m_grid->SetGridCursor( row, 0 ); + m_grid->SetFocus(); +} + + +void DIALOG_ENV_VAR_CONFIG::OnDeleteSelectedRows( wxCommandEvent& aEvent ) +{ + if( !m_grid->IsSelection() ) + return; + + wxGridUpdateLocker locker( m_grid ); + + for( int n = 0; n < m_grid->GetNumberRows(); ) + { + if( m_grid->IsInSelection( n , 0 ) ) + m_grid->DeleteRows( n, 1 ); + else + n++; + } +} + + +void DIALOG_ENV_VAR_CONFIG::OnHelpRequest( wxCommandEvent& aEvent ) +{ + wxString msg = _( "Enter the name and path for each environment variable. Grey entries " + "are names that have been defined externally at the system or user " + "level. Environment variables defined at the system or user level " + "take precedence over the ones defined in this table. This means the " + "values in this table are ignored." ); + msg << wxT( "

" ); + msg << _( "To ensure environment variable names are valid on all platforms, the name field " + "will only accept upper case letters, digits, and the underscore characters." ); + msg << wxT( "

" ); + msg << _( "KIGITHUB is used by KiCad to define the URL of the repository " + "of the official KiCad libraries." ); + msg << wxT( "

" ); + msg << _( "KISYS3DMOD is the base path of system footprint 3D " + "shapes (.3Dshapes folders)." ); + msg << wxT( "

" ); + msg << _( "KISYSMOD is the base path of locally installed system " + "footprint libraries (.pretty folders)." ); + msg << wxT( "

" ); + msg << _( "KIPRJMOD is internally defined by KiCad (cannot be edited) and is set " + "to the absolute path of the currently loaded project file. This environment " + "variable can be used to define files and paths relative to the currently loaded " + "project. For instance, ${KIPRJMOD}/libs/footprints.pretty can be defined as a " + "folder containing a project specific footprint library named footprints.pretty." ); + msg << wxT( "

" ); + msg << _( "KICAD_PTEMPLATES is optional and can be defined if you want to " + "create your own project templates folder." ); + + HTML_MESSAGE_BOX dlg( GetParent(), _( "Environment Variable Help" ) ); + dlg.AddHTML_Text( msg ); + dlg.ShowModal(); +} diff --git a/common/dialogs/dialog_env_var_config_base.cpp b/common/dialogs/dialog_env_var_config_base.cpp new file mode 100644 index 0000000..8f8590a --- /dev/null +++ b/common/dialogs/dialog_env_var_config_base.cpp @@ -0,0 +1,108 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 17 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_env_var_config_base.h" + +/////////////////////////////////////////////////////////////////////////// + +DIALOG_ENV_VAR_CONFIG_BASE::DIALOG_ENV_VAR_CONFIG_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxDefaultSize, wxDefaultSize ); + + wxBoxSizer* mainSizer; + mainSizer = new wxBoxSizer( wxVERTICAL ); + + wxBoxSizer* bupperSizer; + bupperSizer = new wxBoxSizer( wxHORIZONTAL ); + + wxBoxSizer* bleftSizer; + bleftSizer = new wxBoxSizer( wxVERTICAL ); + + m_grid = new wxGrid( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 ); + + // Grid + m_grid->CreateGrid( 0, 2 ); + m_grid->EnableEditing( true ); + m_grid->EnableGridLines( true ); + m_grid->EnableDragGridSize( true ); + m_grid->SetMargins( 0, 0 ); + + // Columns + m_grid->EnableDragColMove( false ); + m_grid->EnableDragColSize( true ); + m_grid->SetColLabelSize( 30 ); + m_grid->SetColLabelValue( 0, _("Name") ); + m_grid->SetColLabelValue( 1, _("Path") ); + m_grid->SetColLabelAlignment( wxALIGN_CENTRE, wxALIGN_CENTRE ); + + // Rows + m_grid->EnableDragRowSize( true ); + m_grid->SetRowLabelSize( 40 ); + m_grid->SetRowLabelAlignment( wxALIGN_CENTRE, wxALIGN_CENTRE ); + + // Label Appearance + + // Cell Defaults + m_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP ); + bleftSizer->Add( m_grid, 1, wxALL|wxEXPAND, 5 ); + + + bupperSizer->Add( bleftSizer, 1, wxEXPAND, 5 ); + + wxBoxSizer* brightSizer; + brightSizer = new wxBoxSizer( wxVERTICAL ); + + m_buttonAdd = new wxButton( this, wxID_ANY, _("Add"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonAdd->SetToolTip( _("Add a new entry to the table.") ); + + brightSizer->Add( m_buttonAdd, 0, wxALL|wxEXPAND, 5 ); + + m_buttonDelete = new wxButton( this, wxID_ANY, _("Delete"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonDelete->SetToolTip( _("Remove the selected entry from the table.") ); + + brightSizer->Add( m_buttonDelete, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 ); + + + bupperSizer->Add( brightSizer, 0, wxALIGN_CENTER_VERTICAL, 5 ); + + + mainSizer->Add( bupperSizer, 1, wxEXPAND, 5 ); + + m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); + mainSizer->Add( m_staticline1, 0, wxEXPAND | wxALL, 5 ); + + m_sdbSizer = new wxStdDialogButtonSizer(); + m_sdbSizerOK = new wxButton( this, wxID_OK ); + m_sdbSizer->AddButton( m_sdbSizerOK ); + m_sdbSizerCancel = new wxButton( this, wxID_CANCEL ); + m_sdbSizer->AddButton( m_sdbSizerCancel ); + m_sdbSizerHelp = new wxButton( this, wxID_HELP ); + m_sdbSizer->AddButton( m_sdbSizerHelp ); + m_sdbSizer->Realize(); + + mainSizer->Add( m_sdbSizer, 0, wxALL|wxALIGN_RIGHT, 5 ); + + + this->SetSizer( mainSizer ); + this->Layout(); + + this->Centre( wxBOTH ); + + // Connect Events + m_buttonAdd->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_ENV_VAR_CONFIG_BASE::OnAddRow ), NULL, this ); + m_buttonDelete->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_ENV_VAR_CONFIG_BASE::OnDeleteSelectedRows ), NULL, this ); + m_sdbSizerHelp->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_ENV_VAR_CONFIG_BASE::OnHelpRequest ), NULL, this ); +} + +DIALOG_ENV_VAR_CONFIG_BASE::~DIALOG_ENV_VAR_CONFIG_BASE() +{ + // Disconnect Events + m_buttonAdd->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_ENV_VAR_CONFIG_BASE::OnAddRow ), NULL, this ); + m_buttonDelete->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_ENV_VAR_CONFIG_BASE::OnDeleteSelectedRows ), NULL, this ); + m_sdbSizerHelp->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_ENV_VAR_CONFIG_BASE::OnHelpRequest ), NULL, this ); + +} diff --git a/common/dialogs/dialog_env_var_config_base.fbp b/common/dialogs/dialog_env_var_config_base.fbp new file mode 100644 index 0000000..8c86db4 --- /dev/null +++ b/common/dialogs/dialog_env_var_config_base.fbp @@ -0,0 +1,558 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_env_var_config_base + 1000 + none + 1 + dialog_env_var_editor_base + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + wxBOTH + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + + DIALOG_ENV_VAR_CONFIG_BASE + + 363,177 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + Path Configuration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mainSizer + wxVERTICAL + none + + 5 + wxEXPAND + 1 + + + bupperSizer + wxHORIZONTAL + none + + 5 + wxEXPAND + 1 + + + bleftSizer + wxVERTICAL + none + + 5 + wxALL|wxEXPAND + 1 + + 1 + 1 + 1 + 1 + + + + + 0 + 0 + + + + 1 + + + wxALIGN_LEFT + + wxALIGN_TOP + 0 + 1 + wxALIGN_CENTRE + 30 + "Name" "Path" + wxALIGN_CENTRE + 2 + + + 1 + 0 + Dock + 0 + Left + 0 + 1 + 1 + 1 + 1 + 1 + + 1 + + + 1 + 0 + 0 + wxID_ANY + + + + 0 + 0 + + 0 + + + 0 + + 1 + m_grid + 1 + + + protected + 1 + + Resizable + wxALIGN_CENTRE + 40 + + wxALIGN_CENTRE + + 0 + 1 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL + 0 + + + brightSizer + wxVERTICAL + none + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Add + + 0 + + + 0 + + 1 + m_buttonAdd + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + Add a new entry to the table. + + wxFILTER_NONE + wxDefaultValidator + + + + + OnAddRow + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Delete + + 0 + + + 0 + + 1 + m_buttonDelete + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + Remove the selected entry from the table. + + wxFILTER_NONE + wxDefaultValidator + + + + + OnDeleteSelectedRows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND | wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_staticline1 + 1 + + + protected + 1 + + Resizable + 1 + + wxLI_HORIZONTAL + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxALIGN_RIGHT + 0 + + 0 + 1 + 0 + 1 + 0 + 1 + 0 + 0 + + m_sdbSizer + protected + + + + OnHelpRequest + + + + + + + + + + diff --git a/common/dialogs/dialog_env_var_config_base.h b/common/dialogs/dialog_env_var_config_base.h new file mode 100644 index 0000000..69b74f2 --- /dev/null +++ b/common/dialogs/dialog_env_var_config_base.h @@ -0,0 +1,61 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 17 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_ENV_VAR_CONFIG_BASE_H__ +#define __DIALOG_ENV_VAR_CONFIG_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class DIALOG_ENV_VAR_CONFIG_BASE +/////////////////////////////////////////////////////////////////////////////// +class DIALOG_ENV_VAR_CONFIG_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxGrid* m_grid; + wxButton* m_buttonAdd; + wxButton* m_buttonDelete; + wxStaticLine* m_staticline1; + wxStdDialogButtonSizer* m_sdbSizer; + wxButton* m_sdbSizerOK; + wxButton* m_sdbSizerCancel; + wxButton* m_sdbSizerHelp; + + // Virtual event handlers, overide them in your derived class + virtual void OnAddRow( wxCommandEvent& event ) { event.Skip(); } + virtual void OnDeleteSelectedRows( wxCommandEvent& event ) { event.Skip(); } + virtual void OnHelpRequest( wxCommandEvent& event ) { event.Skip(); } + + + public: + + DIALOG_ENV_VAR_CONFIG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Path Configuration"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 363,177 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~DIALOG_ENV_VAR_CONFIG_BASE(); + +}; + +#endif //__DIALOG_ENV_VAR_CONFIG_BASE_H__ diff --git a/common/dialogs/dialog_exit_base.cpp b/common/dialogs/dialog_exit_base.cpp new file mode 100644 index 0000000..0e1d422 --- /dev/null +++ b/common/dialogs/dialog_exit_base.cpp @@ -0,0 +1,98 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Oct 8 2012) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_exit_base.h" + +/////////////////////////////////////////////////////////////////////////// + +DIALOG_EXIT_BASE::DIALOG_EXIT_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxDefaultSize, wxDefaultSize ); + + wxBoxSizer* bSizerMain; + bSizerMain = new wxBoxSizer( wxVERTICAL ); + + wxBoxSizer* bSizerUpper; + bSizerUpper = new wxBoxSizer( wxHORIZONTAL ); + + wxBoxSizer* bSizerBitmap; + bSizerBitmap = new wxBoxSizer( wxVERTICAL ); + + m_bitmap = new wxStaticBitmap( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, 0 ); + bSizerBitmap->Add( m_bitmap, 0, wxALL, 5 ); + + + bSizerUpper->Add( bSizerBitmap, 0, 0, 5 ); + + wxBoxSizer* bSizerMessages; + bSizerMessages = new wxBoxSizer( wxVERTICAL ); + + m_TextInfo = new wxStaticText( this, wxID_ANY, _("Save the changes before closing?"), wxDefaultPosition, wxDefaultSize, 0 ); + m_TextInfo->Wrap( -1 ); + m_TextInfo->SetFont( wxFont( 8, 74, 90, 92, false, wxT("MS Shell Dlg 2") ) ); + + bSizerMessages->Add( m_TextInfo, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 ); + + + bSizerMessages->Add( 10, 10, 0, 0, 5 ); + + m_staticText2 = new wxStaticText( this, wxID_ANY, _("If you don't save, all your changes will be permanently lost."), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText2->Wrap( -1 ); + bSizerMessages->Add( m_staticText2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 ); + + + bSizerUpper->Add( bSizerMessages, 1, wxEXPAND, 5 ); + + + bSizerMain->Add( bSizerUpper, 1, wxEXPAND, 5 ); + + wxBoxSizer* bSizerLower; + bSizerLower = new wxBoxSizer( wxVERTICAL ); + + m_staticline = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); + bSizerLower->Add( m_staticline, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerButtons; + bSizerButtons = new wxBoxSizer( wxHORIZONTAL ); + + m_buttonSaveAndExit = new wxButton( this, wxID_ANY, _("Save and Exit"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonSaveAndExit->SetDefault(); + bSizerButtons->Add( m_buttonSaveAndExit, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); + + m_buttonExitNoSave = new wxButton( this, wxID_ANY, _("Exit without Save"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerButtons->Add( m_buttonExitNoSave, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); + + m_buttonCancel = new wxButton( this, wxID_CANCEL, _("Cancel"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerButtons->Add( m_buttonCancel, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); + + + bSizerLower->Add( bSizerButtons, 0, wxALIGN_RIGHT, 5 ); + + + bSizerMain->Add( bSizerLower, 0, wxEXPAND, 5 ); + + + this->SetSizer( bSizerMain ); + this->Layout(); + bSizerMain->Fit( this ); + + this->Centre( wxBOTH ); + + // Connect Events + m_buttonSaveAndExit->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EXIT_BASE::OnSaveAndExit ), NULL, this ); + m_buttonExitNoSave->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EXIT_BASE::OnExitNoSave ), NULL, this ); + m_buttonCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EXIT_BASE::OnCancel ), NULL, this ); +} + +DIALOG_EXIT_BASE::~DIALOG_EXIT_BASE() +{ + // Disconnect Events + m_buttonSaveAndExit->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EXIT_BASE::OnSaveAndExit ), NULL, this ); + m_buttonExitNoSave->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EXIT_BASE::OnExitNoSave ), NULL, this ); + m_buttonCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EXIT_BASE::OnCancel ), NULL, this ); + +} diff --git a/common/dialogs/dialog_exit_base.fbp b/common/dialogs/dialog_exit_base.fbp new file mode 100644 index 0000000..a02b755 --- /dev/null +++ b/common/dialogs/dialog_exit_base.fbp @@ -0,0 +1,754 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_exit_base + 1000 + none + 1 + dialog_exit_base + + . + + 1 + 1 + 1 + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + wxBOTH + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + + DIALOG_EXIT_BASE + + -1,-1 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bSizerMain + wxVERTICAL + none + + 5 + wxEXPAND + 1 + + + bSizerUpper + wxHORIZONTAL + none + + 5 + + 0 + + + bSizerBitmap + wxVERTICAL + none + + 5 + wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_bitmap + 1 + + + protected + 1 + + Resizable + 1 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizerMessages + wxVERTICAL + none + + 5 + wxALL|wxALIGN_CENTER_HORIZONTAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + MS Shell Dlg 2,90,92,8,74,0 + 0 + 0 + wxID_ANY + Save the changes before closing? + + 0 + + + 0 + + 1 + m_TextInfo + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + 0 + + 10 + protected + 10 + + + + 5 + wxALL|wxALIGN_CENTER_HORIZONTAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + If you don't save, all your changes will be permanently lost. + + 0 + + + 0 + + 1 + m_staticText2 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 0 + + + bSizerLower + wxVERTICAL + none + + 5 + wxEXPAND|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_staticline + 1 + + + protected + 1 + + Resizable + 1 + + wxLI_HORIZONTAL + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_RIGHT + 0 + + + bSizerButtons + wxHORIZONTAL + none + + 5 + wxALL|wxALIGN_CENTER_VERTICAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Save and Exit + + 0 + + + 0 + + 1 + m_buttonSaveAndExit + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnSaveAndExit + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxALIGN_CENTER_VERTICAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Exit without Save + + 0 + + + 0 + + 1 + m_buttonExitNoSave + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnExitNoSave + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxALIGN_CENTER_VERTICAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_CANCEL + Cancel + + 0 + + + 0 + + 1 + m_buttonCancel + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnCancel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/dialogs/dialog_exit_base.h b/common/dialogs/dialog_exit_base.h new file mode 100644 index 0000000..7330435 --- /dev/null +++ b/common/dialogs/dialog_exit_base.h @@ -0,0 +1,64 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Oct 8 2012) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_EXIT_BASE_H__ +#define __DIALOG_EXIT_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class DIALOG_EXIT_BASE +/////////////////////////////////////////////////////////////////////////////// +class DIALOG_EXIT_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxStaticBitmap* m_bitmap; + wxStaticText* m_TextInfo; + wxStaticText* m_staticText2; + wxStaticLine* m_staticline; + wxButton* m_buttonSaveAndExit; + wxButton* m_buttonExitNoSave; + wxButton* m_buttonCancel; + + // Virtual event handlers, overide them in your derived class + virtual void OnSaveAndExit( wxCommandEvent& event ) { event.Skip(); } + virtual void OnExitNoSave( wxCommandEvent& event ) { event.Skip(); } + virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); } + + + public: + + DIALOG_EXIT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~DIALOG_EXIT_BASE(); + +}; + +#endif //__DIALOG_EXIT_BASE_H__ diff --git a/common/dialogs/dialog_get_component.cpp b/common/dialogs/dialog_get_component.cpp new file mode 100644 index 0000000..c0516bb --- /dev/null +++ b/common/dialogs/dialog_get_component.cpp @@ -0,0 +1,144 @@ +/*********************************/ +/* dialog_get_component.cpp */ +/*********************************/ + +#include +#include +#include +#include +#include + + +/****************************************************************************/ +/* Show a dialog frame to choose a name from an history list, or a new name */ +/* to select a component or a module */ +/****************************************************************************/ + +static unsigned s_HistoryMaxCount = 8; // Max number of items displayed in history list + + +/* + * Dialog frame to choose a component or a footprint + * This dialog shows an history of last selected items + */ +DIALOG_GET_COMPONENT::DIALOG_GET_COMPONENT( EDA_DRAW_FRAME* parent, + wxArrayString& HistoryList, + const wxString& Title, + bool show_extra_tool ) : + DIALOG_GET_COMPONENT_BASE( parent, -1, Title ) +{ + +#ifdef __WXMAC__ + m_auxToolSelector = false; +#else + m_auxToolSelector = show_extra_tool; +#endif + initDialog( HistoryList ); + + m_textCmpNameCtrl->SetFocus(); + GetSizer()->Fit( this ); + GetSizer()->SetSizeHints( this ); +} + +void DIALOG_GET_COMPONENT::initDialog( wxArrayString& aHistoryList ) +{ + SetFocus(); + m_GetExtraFunction = false; + m_selectionIsKeyword = false; + m_historyList->Append( aHistoryList ); + if( !m_auxToolSelector ) + { + m_buttonBrowse->Show( false ); + m_buttonBrowse->Enable( false ); + } +} + + +void DIALOG_GET_COMPONENT::OnCancel( wxCommandEvent& event ) +{ + m_Text = wxEmptyString; + EndModal( wxID_CANCEL ); +} + +void DIALOG_GET_COMPONENT::Accept( wxCommandEvent& event ) +{ + m_selectionIsKeyword = false; + switch( event.GetId() ) + { + case ID_SEL_BY_LISTBOX: + m_Text = m_historyList->GetStringSelection(); + break; + + case wxID_OK: + m_Text = m_textCmpNameCtrl->GetValue(); + break; + + case ID_ACCEPT_KEYWORD: + m_selectionIsKeyword = true; + m_Text = m_textCmpNameCtrl->GetValue(); + break; + + case ID_LIST_ALL: + m_Text = wxT( "*" ); + break; + } + + m_Text.Trim( false ); // Remove blanks at beginning + m_Text.Trim( true ); // Remove blanks at end + + EndModal( wxID_OK ); +} + + +/* Get the component name by the extra function */ +void DIALOG_GET_COMPONENT::GetExtraSelection( wxCommandEvent& event ) +{ + m_GetExtraFunction = true; + EndModal( wxID_OK ); +} + + +// Return the component name selected by the dialog +wxString DIALOG_GET_COMPONENT::GetComponentName( void ) +{ + return m_Text; +} + + +/* Initialize the default component name default choice +*/ +void DIALOG_GET_COMPONENT::SetComponentName( const wxString& name ) +{ + if( m_textCmpNameCtrl ) + { + m_textCmpNameCtrl->SetValue( name ); + m_textCmpNameCtrl->SetSelection(-1, -1); + } +} + + +/* + * Add the string "aName" to the history list aHistoryList + */ +void AddHistoryComponentName( wxArrayString& aHistoryList, const wxString& aName ) +{ + if( ( aHistoryList.GetCount() > 0 ) && ( aName == aHistoryList[0] ) ) + return; + + /* remove an old identical name if exists */ + for( unsigned ii = 1; ii < aHistoryList.GetCount(); ii++ ) + { + if( aName == aHistoryList[ii] ) + { + aHistoryList.RemoveAt( ii ); + ii--; + } + } + + // Add the new name at the beginning of the history list + aHistoryList.Insert(aName, 0); + + // Remove extra names + while( aHistoryList.GetCount() >= s_HistoryMaxCount ) + aHistoryList.RemoveAt( aHistoryList.GetCount()-1 ); +} diff --git a/common/dialogs/dialog_get_component_base.cpp b/common/dialogs/dialog_get_component_base.cpp new file mode 100644 index 0000000..8e8810c --- /dev/null +++ b/common/dialogs/dialog_get_component_base.cpp @@ -0,0 +1,90 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Nov 5 2013) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_get_component_base.h" + +/////////////////////////////////////////////////////////////////////////// + +DIALOG_GET_COMPONENT_BASE::DIALOG_GET_COMPONENT_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxDefaultSize, wxDefaultSize ); + + wxBoxSizer* bSizerMain; + bSizerMain = new wxBoxSizer( wxHORIZONTAL ); + + wxBoxSizer* bSizerLeft; + bSizerLeft = new wxBoxSizer( wxVERTICAL ); + + m_staticTextName = new wxStaticText( this, wxID_ANY, _("Name:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextName->Wrap( -1 ); + bSizerLeft->Add( m_staticTextName, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_textCmpNameCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_textCmpNameCtrl->SetMaxLength( 0 ); + bSizerLeft->Add( m_textCmpNameCtrl, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + m_staticTextHistory = new wxStaticText( this, wxID_ANY, _("History list:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextHistory->Wrap( -1 ); + bSizerLeft->Add( m_staticTextHistory, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_historyList = new wxListBox( this, ID_SEL_BY_LISTBOX, wxDefaultPosition, wxDefaultSize, 0, NULL, 0 ); + m_historyList->SetMinSize( wxSize( 200,100 ) ); + + bSizerLeft->Add( m_historyList, 1, wxALL|wxEXPAND, 5 ); + + + bSizerMain->Add( bSizerLeft, 1, wxEXPAND, 5 ); + + wxBoxSizer* bSizerRight; + bSizerRight = new wxBoxSizer( wxVERTICAL ); + + m_buttonOK = new wxButton( this, wxID_OK, _("OK"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonOK->SetDefault(); + bSizerRight->Add( m_buttonOK, 0, wxALL|wxEXPAND, 5 ); + + m_buttonKW = new wxButton( this, ID_ACCEPT_KEYWORD, _("Search by Keyword"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonKW, 0, wxALL|wxEXPAND, 5 ); + + m_buttonCancel = new wxButton( this, wxID_CANCEL, _("Cancel"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonCancel, 0, wxALL|wxEXPAND, 5 ); + + m_buttonList = new wxButton( this, ID_LIST_ALL, _("List All"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonList, 0, wxALL|wxEXPAND, 5 ); + + m_buttonBrowse = new wxButton( this, ID_EXTRA_TOOL, _("Select by Browser"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonBrowse, 0, wxALL|wxEXPAND, 5 ); + + + bSizerMain->Add( bSizerRight, 0, wxALIGN_CENTER_VERTICAL, 5 ); + + + this->SetSizer( bSizerMain ); + this->Layout(); + bSizerMain->Fit( this ); + + this->Centre( wxBOTH ); + + // Connect Events + m_historyList->Connect( wxEVT_COMMAND_LISTBOX_SELECTED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonKW->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::OnCancel ), NULL, this ); + m_buttonList->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonBrowse->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::GetExtraSelection ), NULL, this ); +} + +DIALOG_GET_COMPONENT_BASE::~DIALOG_GET_COMPONENT_BASE() +{ + // Disconnect Events + m_historyList->Disconnect( wxEVT_COMMAND_LISTBOX_SELECTED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonKW->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::OnCancel ), NULL, this ); + m_buttonList->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::Accept ), NULL, this ); + m_buttonBrowse->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_GET_COMPONENT_BASE::GetExtraSelection ), NULL, this ); + +} diff --git a/common/dialogs/dialog_get_component_base.fbp b/common/dialogs/dialog_get_component_base.fbp new file mode 100644 index 0000000..10a950c --- /dev/null +++ b/common/dialogs/dialog_get_component_base.fbp @@ -0,0 +1,906 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_get_component_base + 1000 + none + 1 + dialog_get_component_base + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + wxBOTH + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + + DIALOG_GET_COMPONENT_BASE + + -1,-1 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bSizerMain + wxHORIZONTAL + none + + 5 + wxEXPAND + 1 + + + bSizerLeft + wxVERTICAL + none + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Name: + + 0 + + + 0 + + 1 + m_staticTextName + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + + 1 + m_textCmpNameCtrl + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + History list: + + 0 + + + 0 + + 1 + m_staticTextHistory + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + ID_SEL_BY_LISTBOX + + 0 + + + 0 + 200,100 + 1 + m_historyList + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + Accept + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL + 0 + + + bSizerRight + wxVERTICAL + none + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_OK + OK + + 0 + + + 0 + + 1 + m_buttonOK + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + Accept + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + ID_ACCEPT_KEYWORD + Search by Keyword + + 0 + + + 0 + + 1 + m_buttonKW + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + Accept + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_CANCEL + Cancel + + 0 + + + 0 + + 1 + m_buttonCancel + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnCancel + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + ID_LIST_ALL + List All + + 0 + + + 0 + + 1 + m_buttonList + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + Accept + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + ID_EXTRA_TOOL + Select by Browser + + 0 + + + 0 + + 1 + m_buttonBrowse + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + GetExtraSelection + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/dialogs/dialog_get_component_base.h b/common/dialogs/dialog_get_component_base.h new file mode 100644 index 0000000..a0a39d5 --- /dev/null +++ b/common/dialogs/dialog_get_component_base.h @@ -0,0 +1,67 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Nov 5 2013) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_GET_COMPONENT_BASE_H__ +#define __DIALOG_GET_COMPONENT_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + +#define ID_SEL_BY_LISTBOX 1000 +#define ID_ACCEPT_KEYWORD 1001 +#define ID_LIST_ALL 1002 +#define ID_EXTRA_TOOL 1003 + +/////////////////////////////////////////////////////////////////////////////// +/// Class DIALOG_GET_COMPONENT_BASE +/////////////////////////////////////////////////////////////////////////////// +class DIALOG_GET_COMPONENT_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxStaticText* m_staticTextName; + wxTextCtrl* m_textCmpNameCtrl; + wxStaticText* m_staticTextHistory; + wxListBox* m_historyList; + wxButton* m_buttonOK; + wxButton* m_buttonKW; + wxButton* m_buttonCancel; + wxButton* m_buttonList; + wxButton* m_buttonBrowse; + + // Virtual event handlers, overide them in your derived class + virtual void Accept( wxCommandEvent& event ) { event.Skip(); } + virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); } + virtual void GetExtraSelection( wxCommandEvent& event ) { event.Skip(); } + + + public: + + DIALOG_GET_COMPONENT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~DIALOG_GET_COMPONENT_BASE(); + +}; + +#endif //__DIALOG_GET_COMPONENT_BASE_H__ diff --git a/common/dialogs/dialog_hotkeys_editor.cpp b/common/dialogs/dialog_hotkeys_editor.cpp new file mode 100644 index 0000000..0dfedf2 --- /dev/null +++ b/common/dialogs/dialog_hotkeys_editor.cpp @@ -0,0 +1,389 @@ +/** + * @file dialog_hotkeys_editor.cpp + */ + +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 1992-2014 Kicad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include +#include +#include + +#include + + +HOTKEY_LIST_CTRL::HOTKEY_LIST_CTRL( wxWindow *aParent, struct EDA_HOTKEY_CONFIG* aSection ) : + wxListCtrl( aParent, wxID_ANY, wxDefaultPosition, + wxDefaultSize, wxLC_HRULES|wxLC_REPORT|wxLC_SINGLE_SEL|wxLC_VIRTUAL ) +{ + m_sectionTag = aSection->m_SectionTag; + m_curEditingRow = -1; + + InsertColumn( 0, _( "Command" ) ); + InsertColumn( 1, _( "Hotkey" ) ); + + // Add a dummy hotkey_spec which is a header before each hotkey list + EDA_HOTKEY** hotkey_descr_list; + + // Add a copy of hotkeys to our list + for( hotkey_descr_list = aSection->m_HK_InfoList; *hotkey_descr_list; hotkey_descr_list++ ) + { + EDA_HOTKEY* hotkey_descr = *hotkey_descr_list; + m_hotkeys.push_back( new EDA_HOTKEY( hotkey_descr ) ); + } + + // Set item count to hotkey size, this gets it to autoload the entries + SetItemCount( m_hotkeys.size() ); + + SetColumnWidth( 0, wxLIST_AUTOSIZE ); + SetColumnWidth( 1, wxLIST_AUTOSIZE ); + + Bind( wxEVT_CHAR, &HOTKEY_LIST_CTRL::OnChar, this ); + Bind( wxEVT_LIST_ITEM_SELECTED, &HOTKEY_LIST_CTRL::OnListItemSelected, this ); + Bind( wxEVT_SIZE, &HOTKEY_LIST_CTRL::OnSize, this ); +} + + +void HOTKEY_LIST_CTRL::OnSize( wxSizeEvent& aEvent ) +{ + recalculateColumns(); + aEvent.Skip(); +} + + +void HOTKEY_LIST_CTRL::recalculateColumns() +{ + float totalLength = 0; + float scale = 0; + + // Find max character length of first column + int maxInfoMsgLength = 0; + + for( int i = 0; i < GetItemCount(); i++ ) + { + int length = GetItemText( i, 0 ).Length(); + + if( length > maxInfoMsgLength ) + maxInfoMsgLength = length; + } + + // Find max character length of second column + int maxKeyCodeLength = 0; + + for( int i = 0; i < GetItemCount(); i++ ) + { + int length = GetItemText( i, 1 ).Length(); + if( length > maxKeyCodeLength ) + maxKeyCodeLength = length; + } + + // Use the lengths of column texts to create a scale of the max list width + // to set the column widths + totalLength = maxInfoMsgLength + maxKeyCodeLength; + + scale = (double) GetClientSize().x / totalLength; + + SetColumnWidth( 0, int( maxInfoMsgLength*scale ) - 2 ); + SetColumnWidth( 1, int( maxKeyCodeLength*scale ) ); +} + + +void HOTKEY_LIST_CTRL::OnListItemSelected( wxListEvent& aEvent ) +{ + m_curEditingRow = aEvent.GetIndex(); +} + + +void HOTKEY_LIST_CTRL::DeselectRow( int aRow ) +{ + SetItemState( aRow, 0, wxLIST_STATE_SELECTED ); +} + + +wxString HOTKEY_LIST_CTRL::OnGetItemText( long aRow, long aColumn ) const +{ + EDA_HOTKEY* hotkey_descr = m_hotkeys[aRow]; + + if( aColumn == 0 ) + { + return wxGetTranslation( hotkey_descr->m_InfoMsg ); + } + else + { + return KeyNameFromKeyCode( hotkey_descr->m_KeyCode ); + } +} + + +void HOTKEY_LIST_CTRL::OnChar( wxKeyEvent& aEvent ) +{ + if( m_curEditingRow != -1 ) + { + long key = aEvent.GetKeyCode(); + + switch( key ) + { + case WXK_ESCAPE: + // Remove selection + DeselectRow( m_curEditingRow ); + m_curEditingRow = -1; + break; + + default: + if( key >= 'a' && key <= 'z' ) // convert to uppercase + key = key + ('A' - 'a'); + + // Remap Ctrl A (=1+GR_KB_CTRL) to Ctrl Z(=26+GR_KB_CTRL) + // to GR_KB_CTRL+'A' .. GR_KB_CTRL+'Z' + if( aEvent.ControlDown() && key >= WXK_CONTROL_A && key <= WXK_CONTROL_Z ) + key += 'A' - 1; + + /* Disallow shift for keys that have two keycodes on them (e.g. number and + * punctuation keys) leaving only the "letter keys" of A-Z. + * Then, you can have, e.g. Ctrl-5 and Ctrl-% (GB layout) + * and Ctrl-( and Ctrl-5 (FR layout). + * Otherwise, you'd have to have to say Ctrl-Shift-5 on a FR layout + */ + bool keyIsLetter = key >= 'A' && key <= 'Z'; + + if( aEvent.ShiftDown() && ( keyIsLetter || key > 256 ) ) + key |= GR_KB_SHIFT; + + if( aEvent.ControlDown() ) + key |= GR_KB_CTRL; + + if( aEvent.AltDown() ) + key |= GR_KB_ALT; + + // See if this key code is handled in hotkeys names list + bool exists; + KeyNameFromKeyCode( key, &exists ); + + if( exists && m_hotkeys[m_curEditingRow]->m_KeyCode != key ) + { + bool canUpdate = ((HOTKEY_SECTION_PAGE *)m_parent)->GetDialog()->CanSetKey( key, m_sectionTag ); + + if( canUpdate ) + { + m_hotkeys[m_curEditingRow]->m_KeyCode = key; + recalculateColumns(); + } + + // Remove selection + DeselectRow( m_curEditingRow ); + m_curEditingRow = -1; + } + } + } + RefreshItems(0,m_hotkeys.size()-1); +} + + +void HOTKEY_LIST_CTRL::RestoreFrom( struct EDA_HOTKEY_CONFIG* aSection ) +{ + int row = 0; + + EDA_HOTKEY** info_ptr; + + for( info_ptr = aSection->m_HK_InfoList; *info_ptr; info_ptr++ ) + { + EDA_HOTKEY* info = *info_ptr; + m_hotkeys[row++]->m_KeyCode = info->m_KeyCode; + } + + // Remove selection + DeselectRow( m_curEditingRow ); + m_curEditingRow = -1; + + RefreshItems( 0, m_hotkeys.size()-1 ); +} + + +HOTKEY_SECTION_PAGE::HOTKEY_SECTION_PAGE( HOTKEYS_EDITOR_DIALOG* aDialog, + wxNotebook* aParent, + const wxString& aTitle, + EDA_HOTKEY_CONFIG* aSection ) : + wxPanel( aParent, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL | wxNO_BORDER ), + m_hotkeySection( aSection ), + m_dialog( aDialog ) +{ + aParent->AddPage( this, aTitle ); + + wxBoxSizer* bMainSizer = new wxBoxSizer( wxVERTICAL ); + + SetSizer( bMainSizer ); + Layout(); + bMainSizer->Fit( this ); + + m_hotkeyList = new HOTKEY_LIST_CTRL( this, aSection ); + bMainSizer->Add( m_hotkeyList, 1, wxALL|wxEXPAND, 5 ); +} + + +void HOTKEY_SECTION_PAGE::Restore() +{ + m_hotkeyList->RestoreFrom( m_hotkeySection ); + + Update(); +} + + +void InstallHotkeyFrame( EDA_BASE_FRAME* aParent, EDA_HOTKEY_CONFIG* aHotkeys ) +{ + HOTKEYS_EDITOR_DIALOG dialog( aParent, aHotkeys ); + + int diag = dialog.ShowModal(); + if( diag == wxID_OK ) + { + aParent->ReCreateMenuBar(); + aParent->Refresh(); + } +} + + +HOTKEYS_EDITOR_DIALOG::HOTKEYS_EDITOR_DIALOG( EDA_BASE_FRAME* aParent, + EDA_HOTKEY_CONFIG* aHotkeys ) : + HOTKEYS_EDITOR_DIALOG_BASE( aParent ), + m_parent( aParent ), + m_hotkeys( aHotkeys ) +{ + EDA_HOTKEY_CONFIG* section; + + for( section = m_hotkeys; section->m_HK_InfoList; section++ ) + { + m_hotkeySectionPages.push_back( new HOTKEY_SECTION_PAGE( this, m_hotkeySections, + wxGetTranslation( *section->m_Title ), + section ) ); + } + + m_sdbSizerOK->SetDefault(); + Center(); +} + + +void HOTKEYS_EDITOR_DIALOG::OnOKClicked( wxCommandEvent& event ) +{ + std::vector::iterator i; + + for( i = m_hotkeySectionPages.begin(); i != m_hotkeySectionPages.end(); ++i ) + { + std::vector& hotkey_vec = (*i)->GetHotkeys(); + EDA_HOTKEY_CONFIG* section = (*i)->GetHotkeySection(); + + EDA_HOTKEY** info_ptr; + + for( info_ptr = section->m_HK_InfoList; *info_ptr; info_ptr++ ) + { + EDA_HOTKEY* info = *info_ptr; + + /* find the corresponding hotkey */ + std::vector::iterator j; + + for( j = hotkey_vec.begin(); j != hotkey_vec.end(); ++j ) + { + if( (*j) && (*j)->m_Idcommand == info->m_Idcommand ) + { + info->m_KeyCode = (*j)->m_KeyCode; + break; + } + } + } + } + + /* save the hotkeys */ + m_parent->WriteHotkeyConfig( m_hotkeys ); + + EndModal( wxID_OK ); +} + + + +void HOTKEYS_EDITOR_DIALOG::UndoClicked( wxCommandEvent& aEvent ) +{ + std::vector::iterator i; + + for( i = m_hotkeySectionPages.begin(); i != m_hotkeySectionPages.end(); ++i ) + { + (*i)->Restore(); + } +} + + +bool HOTKEYS_EDITOR_DIALOG::CanSetKey( long aKey, const wxString* sectionTag ) +{ + std::vector::iterator i; + + EDA_HOTKEY* conflictingKey = NULL; + HOTKEY_SECTION_PAGE* conflictingSection = NULL; + + for( i = m_hotkeySectionPages.begin(); i != m_hotkeySectionPages.end(); ++i ) + { + // Any non Common section can only conflict with itself and Common + if( *sectionTag != g_CommonSectionTag + && *((*i)->GetHotkeySection()->m_SectionTag) != g_CommonSectionTag + && *((*i)->GetHotkeySection()->m_SectionTag) != *sectionTag ) + continue; + + std::vector& hotkey_vec = (*i)->GetHotkeys(); + /* find the corresponding hotkey */ + std::vector::iterator j; + + for( j = hotkey_vec.begin(); j != hotkey_vec.end(); ++j ) + { + if( aKey == (*j)->m_KeyCode ) + { + conflictingKey = (*j); + conflictingSection = (*i); + + break; + } + } + } + + if( conflictingKey != NULL ) + { + wxString info = wxGetTranslation( conflictingKey->m_InfoMsg ); + wxString msg = wxString::Format( + _( "<%s> is already assigned to \"%s\" in section \"%s\". Are you sure you want " + "to change its assignment?" ), + KeyNameFromKeyCode( aKey ), GetChars( info ), + *(conflictingSection->GetHotkeySection()->m_Title) ); + + wxMessageDialog dlg( this, msg, _( "Confirm change" ), wxYES_NO | wxNO_DEFAULT ); + + if( dlg.ShowModal() == wxID_YES ) + { + conflictingKey->m_KeyCode = 0; + return true; + } + else + { + return false; + } + } + + return true; +} diff --git a/common/dialogs/dialog_hotkeys_editor_base.cpp b/common/dialogs/dialog_hotkeys_editor_base.cpp new file mode 100644 index 0000000..ef2f7c9 --- /dev/null +++ b/common/dialogs/dialog_hotkeys_editor_base.cpp @@ -0,0 +1,60 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 17 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_hotkeys_editor_base.h" + +/////////////////////////////////////////////////////////////////////////// + +HOTKEYS_EDITOR_DIALOG_BASE::HOTKEYS_EDITOR_DIALOG_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxDefaultSize, wxDefaultSize ); + + wxBoxSizer* bMainSizer; + bMainSizer = new wxBoxSizer( wxVERTICAL ); + + m_staticText1 = new wxStaticText( this, wxID_ANY, _("Select a row and press a new key combination to alter the binding."), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText1->Wrap( 400 ); + bMainSizer->Add( m_staticText1, 0, wxALL|wxEXPAND, 5 ); + + m_hotkeySections = new wxNotebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 ); + + bMainSizer->Add( m_hotkeySections, 1, wxEXPAND | wxALL, 5 ); + + wxBoxSizer* b_buttonsSizer; + b_buttonsSizer = new wxBoxSizer( wxHORIZONTAL ); + + m_sdbSizer = new wxStdDialogButtonSizer(); + m_sdbSizerOK = new wxButton( this, wxID_OK ); + m_sdbSizer->AddButton( m_sdbSizerOK ); + m_sdbSizerCancel = new wxButton( this, wxID_CANCEL ); + m_sdbSizer->AddButton( m_sdbSizerCancel ); + m_sdbSizer->Realize(); + + b_buttonsSizer->Add( m_sdbSizer, 0, wxEXPAND|wxTOP|wxBOTTOM, 5 ); + + m_undoButton = new wxButton( this, wxID_UNDO, _("Undo"), wxDefaultPosition, wxDefaultSize, 0 ); + b_buttonsSizer->Add( m_undoButton, 0, wxALL|wxEXPAND, 5 ); + + + bMainSizer->Add( b_buttonsSizer, 0, wxALIGN_RIGHT, 5 ); + + + this->SetSizer( bMainSizer ); + this->Layout(); + + // Connect Events + m_sdbSizerOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( HOTKEYS_EDITOR_DIALOG_BASE::OnOKClicked ), NULL, this ); + m_undoButton->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( HOTKEYS_EDITOR_DIALOG_BASE::UndoClicked ), NULL, this ); +} + +HOTKEYS_EDITOR_DIALOG_BASE::~HOTKEYS_EDITOR_DIALOG_BASE() +{ + // Disconnect Events + m_sdbSizerOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( HOTKEYS_EDITOR_DIALOG_BASE::OnOKClicked ), NULL, this ); + m_undoButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( HOTKEYS_EDITOR_DIALOG_BASE::UndoClicked ), NULL, this ); + +} diff --git a/common/dialogs/dialog_hotkeys_editor_base.fbp b/common/dialogs/dialog_hotkeys_editor_base.fbp new file mode 100644 index 0000000..7b12ee4 --- /dev/null +++ b/common/dialogs/dialog_hotkeys_editor_base.fbp @@ -0,0 +1,391 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_hotkeys_editor_base + 1000 + none + 1 + dialog_hotkeys_editor_base + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + + HOTKEYS_EDITOR_DIALOG_BASE + + 450,500 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + Hotkeys Editor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bMainSizer + wxVERTICAL + none + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Select a row and press a new key combination to alter the binding. + + 0 + + + 0 + + 1 + m_staticText1 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + 400 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND | wxALL + 1 + + 1 + 1 + 1 + 1 + + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_hotkeySections + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_RIGHT + 0 + + + b_buttonsSizer + wxHORIZONTAL + none + + 5 + wxEXPAND|wxTOP|wxBOTTOM + 0 + + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + m_sdbSizer + protected + + + + + + OnOKClicked + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_UNDO + Undo + + 0 + + + 0 + + 1 + m_undoButton + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + UndoClicked + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/dialogs/dialog_hotkeys_editor_base.h b/common/dialogs/dialog_hotkeys_editor_base.h new file mode 100644 index 0000000..f0d4d9e --- /dev/null +++ b/common/dialogs/dialog_hotkeys_editor_base.h @@ -0,0 +1,58 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 17 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_HOTKEYS_EDITOR_BASE_H__ +#define __DIALOG_HOTKEYS_EDITOR_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class HOTKEYS_EDITOR_DIALOG_BASE +/////////////////////////////////////////////////////////////////////////////// +class HOTKEYS_EDITOR_DIALOG_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxStaticText* m_staticText1; + wxNotebook* m_hotkeySections; + wxStdDialogButtonSizer* m_sdbSizer; + wxButton* m_sdbSizerOK; + wxButton* m_sdbSizerCancel; + wxButton* m_undoButton; + + // Virtual event handlers, overide them in your derived class + virtual void OnOKClicked( wxCommandEvent& event ) { event.Skip(); } + virtual void UndoClicked( wxCommandEvent& event ) { event.Skip(); } + + + public: + + HOTKEYS_EDITOR_DIALOG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Hotkeys Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 450,500 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~HOTKEYS_EDITOR_DIALOG_BASE(); + +}; + +#endif //__DIALOG_HOTKEYS_EDITOR_BASE_H__ diff --git a/common/dialogs/dialog_image_editor.cpp b/common/dialogs/dialog_image_editor.cpp new file mode 100644 index 0000000..9d0edd2 --- /dev/null +++ b/common/dialogs/dialog_image_editor.cpp @@ -0,0 +1,179 @@ +/** + * @file dialog_image_editor.cpp + */ + +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2011 jean-pierre.charras + * Copyright (C) 2011 Kicad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + +#include + +DIALOG_IMAGE_EDITOR::DIALOG_IMAGE_EDITOR( wxWindow* aParent, BITMAP_BASE* aItem ) + : DIALOG_IMAGE_EDITOR_BASE( aParent ) +{ + m_workingImage = new BITMAP_BASE( * aItem ); + m_lastImage = NULL; + m_buttonUndoLast->Enable( false ); + wxString msg; + msg.Printf( wxT("%f"), m_workingImage->m_Scale ); + m_textCtrlScale->SetValue( msg ); + + GetSizer()->SetSizeHints( this ); + Layout(); + Fit(); + SetMinSize( GetBestSize() ); + + Centre(); + SetFocus(); +} + +void DIALOG_IMAGE_EDITOR::OnUndoLastChange( wxCommandEvent& event ) +{ + BITMAP_BASE * tmp = m_workingImage; + m_workingImage = m_lastImage; + delete tmp; + m_buttonUndoLast->Enable( false ); + m_lastImage = NULL; + m_panelDraw->Refresh(); +} + +void DIALOG_IMAGE_EDITOR::OnMirrorX_click( wxCommandEvent& event ) +{ + delete m_lastImage; + m_lastImage = new BITMAP_BASE( * m_workingImage ); + m_buttonUndoLast->Enable( true ); + m_buttonUndoLast->Enable( true ); + m_workingImage->Mirror( true ); + m_panelDraw->Refresh(); +} + +void DIALOG_IMAGE_EDITOR::OnMirrorY_click( wxCommandEvent& event ) +{ + delete m_lastImage; + m_lastImage = new BITMAP_BASE( * m_workingImage ); + m_buttonUndoLast->Enable( true ); + m_workingImage->Mirror( false ); + m_panelDraw->Refresh(); +} + +void DIALOG_IMAGE_EDITOR::OnRotateClick( wxCommandEvent& event ) +{ + delete m_lastImage; + m_lastImage = new BITMAP_BASE( * m_workingImage ); + m_buttonUndoLast->Enable( true ); + m_workingImage->Rotate( false ); + m_panelDraw->Refresh(); +} + +void DIALOG_IMAGE_EDITOR::OnGreyScaleConvert( wxCommandEvent& event ) +{ + delete m_lastImage; + m_lastImage = new BITMAP_BASE( * m_workingImage ); + m_buttonUndoLast->Enable( true ); + wxImage& image = *m_workingImage->GetImageData(); + image = image.ConvertToGreyscale(); + m_workingImage->RebuildBitmap(); + m_panelDraw->Refresh(); +} + +void DIALOG_IMAGE_EDITOR::OnHalfSize( wxCommandEvent& event ) +{ + delete m_lastImage; + m_lastImage = new BITMAP_BASE( * m_workingImage ); + m_buttonUndoLast->Enable( true ); + wxSize psize = m_workingImage->GetSizePixels(); + wxImage& image = *m_workingImage->GetImageData(); + + image = image.Scale(psize.x/2, psize.y/2, wxIMAGE_QUALITY_HIGH); + m_workingImage->RebuildBitmap(); + m_panelDraw->Refresh(); +} + +/* Test params values correctness + * Currently scale value must give an actual image + * > MIN_SIZE pixels and < MAX_SIZE pixels + */ +bool DIALOG_IMAGE_EDITOR::CheckValues() +{ + #define MIN_SIZE 16 + #define MAX_SIZE 6000 + double tmp; + wxString msg = m_textCtrlScale->GetValue(); + // Test number correctness + if( ! msg.ToDouble( &tmp ) ) + { + wxMessageBox( _("Incorrect scale number" ) ); + return false; + } + + // Test value correctness + wxSize psize = m_workingImage->GetSizePixels(); + if ( (psize.x * tmp) < MIN_SIZE || (psize.y * tmp) < MIN_SIZE ) + { + wxMessageBox( _("Scale is too small for this image" ) ); + return false; + } + if ( (psize.x * tmp) > MAX_SIZE || (psize.y * tmp) > MAX_SIZE ) + { + wxMessageBox( _("Scale is too large for this image" ) ); + return false; + } + + return true; +} + +void DIALOG_IMAGE_EDITOR::OnOK_Button( wxCommandEvent& aEvent ) +{ + if( CheckValues() ) + EndModal( wxID_OK ); + return; +} + +void DIALOG_IMAGE_EDITOR::OnCancel_Button( wxCommandEvent& aEvent ) +{ + EndModal( wxID_CANCEL ); +} + +void DIALOG_IMAGE_EDITOR::OnRedrawPanel( wxPaintEvent& event ) +{ + wxPaintDC dc( m_panelDraw ); + wxSize size = m_panelDraw->GetClientSize(); + dc.SetDeviceOrigin( size.x/2, size.y/2 ); + + double scale = 1.0 / m_workingImage->GetScalingFactor(); + dc.SetUserScale( scale, scale ); + m_workingImage->DrawBitmap( NULL, &dc, wxPoint(0,0) ); +} + +void DIALOG_IMAGE_EDITOR::TransfertToImage(BITMAP_BASE* aItem ) +{ + wxString msg = m_textCtrlScale->GetValue(); + msg.ToDouble( &m_workingImage->m_Scale ); + aItem->ImportData( m_workingImage ); +} + diff --git a/common/dialogs/dialog_image_editor.fbp b/common/dialogs/dialog_image_editor.fbp new file mode 100644 index 0000000..04c5c7e --- /dev/null +++ b/common/dialogs/dialog_image_editor.fbp @@ -0,0 +1,978 @@ + + + + + + C++ + 1 + source_name + 0 + res + UTF-8 + connect + dialog_image_editor_base + 1000 + none + 1 + dialog_image_editor + + . + + 1 + 1 + 0 + 0 + + 1 + 1 + 1 + 1 + 0 + + + + + 1 + wxBOTH + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + impl_virtual + + + 1 + + 0 + 0 + wxID_ANY + + + 0 + + + 0 + + 1 + DIALOG_IMAGE_EDITOR_BASE + 1 + + + 1 + + + Resizable + + 1 + 340,299 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + + Image Editor + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bSizerMain + wxVERTICAL + none + + 5 + wxEXPAND + 1 + + + bUpperSizer + wxVERTICAL + none + + 5 + wxEXPAND + 1 + + + bSizerLeft + wxHORIZONTAL + none + + 5 + wxEXPAND | wxALL + 1 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + + 0 + + + 0 + 256,256 + 1 + m_panelDraw + 1 + + + protected + 1 + + + Resizable + + 1 + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + wxFULL_REPAINT_ON_RESIZE|wxSIMPLE_BORDER|wxTAB_TRAVERSAL + + + + + + + + + + + + + + + + + OnRedrawPanel + + + + + + + + + + 5 + wxEXPAND + 0 + + + bSizerRight + wxVERTICAL + none + + 5 + wxEXPAND|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Mirror X + + + 0 + + + 0 + + 1 + m_buttonMirrorX + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnMirrorX_click + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Mirror Y + + + 0 + + + 0 + + 1 + m_buttonMirrorY + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnMirrorY_click + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Rotate + + + 0 + + + 0 + + 1 + m_buttonRotate + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnRotateClick + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Grey + + + 0 + + + 0 + + 1 + m_buttonGrey + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnGreyScaleConvert + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Half Size + + + 0 + + + 0 + + 1 + m_buttonHalfSize + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnHalfSize + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Undo Last + + + 0 + + + 0 + + 1 + m_buttonUndoLast + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnUndoLastChange + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Image Scale: + + + 0 + + + 0 + + 1 + m_staticTextScale + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND + 0 + + 1 + 1 + 1 + 1 + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + + 0 + + 0 + + 0 + + 1 + m_textCtrlScale + 1 + + + protected + 1 + + + Resizable + + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_RIGHT + 0 + + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + m_sdbSizer1 + protected + + OnCancel_Button + + + + OnOK_Button + + + + + + + + diff --git a/common/dialogs/dialog_image_editor.h b/common/dialogs/dialog_image_editor.h new file mode 100644 index 0000000..226221c --- /dev/null +++ b/common/dialogs/dialog_image_editor.h @@ -0,0 +1,69 @@ +/** + * @file dialog_image_editor.h + */ + +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2011 jean-pierre.charras + * Copyright (C) 2011 Kicad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _DIALOG_IMAGE_EDITOR_H_ +#define _DIALOG_IMAGE_EDITOR_H_ + +#include + + +class DIALOG_IMAGE_EDITOR : public DIALOG_IMAGE_EDITOR_BASE +{ +private: + BITMAP_BASE* m_workingImage; // The copy of BITMAP_BASE to be edited + BITMAP_BASE* m_lastImage; // the saved BITMAP_BASE before a new change. + // Used to undo the last change + +public: + DIALOG_IMAGE_EDITOR( wxWindow* aParent, BITMAP_BASE* aItem ); + ~DIALOG_IMAGE_EDITOR(){ delete m_workingImage; } + + +public: + /** + * Function TransfertToImage + * copy edited image to aItem + * @param aItem = the target + */ + void TransfertToImage( BITMAP_BASE* aItem ); + +private: + void OnUndoLastChange( wxCommandEvent& event ); + void OnGreyScaleConvert( wxCommandEvent& event ); + void OnHalfSize( wxCommandEvent& event ); + void OnMirrorX_click( wxCommandEvent& event ); + void OnMirrorY_click( wxCommandEvent& event ); + void OnRotateClick( wxCommandEvent& event ); + void OnOK_Button( wxCommandEvent& aEvent ); + void OnCancel_Button( wxCommandEvent& aEvent ); + void OnRedrawPanel( wxPaintEvent& event ); + bool CheckValues(); +}; + + +#endif // _DIALOG_IMAGE_EDITOR_H_ diff --git a/common/dialogs/dialog_image_editor_base.cpp b/common/dialogs/dialog_image_editor_base.cpp new file mode 100644 index 0000000..e11c764 --- /dev/null +++ b/common/dialogs/dialog_image_editor_base.cpp @@ -0,0 +1,103 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 30 2011) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_image_editor_base.h" + +/////////////////////////////////////////////////////////////////////////// + +DIALOG_IMAGE_EDITOR_BASE::DIALOG_IMAGE_EDITOR_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxDialog( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxDefaultSize, wxDefaultSize ); + + wxBoxSizer* bSizerMain; + bSizerMain = new wxBoxSizer( wxVERTICAL ); + + wxBoxSizer* bUpperSizer; + bUpperSizer = new wxBoxSizer( wxVERTICAL ); + + wxBoxSizer* bSizerLeft; + bSizerLeft = new wxBoxSizer( wxHORIZONTAL ); + + m_panelDraw = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE|wxSIMPLE_BORDER|wxTAB_TRAVERSAL ); + m_panelDraw->SetMinSize( wxSize( 256,256 ) ); + + bSizerLeft->Add( m_panelDraw, 1, wxEXPAND | wxALL, 5 ); + + wxBoxSizer* bSizerRight; + bSizerRight = new wxBoxSizer( wxVERTICAL ); + + m_buttonMirrorX = new wxButton( this, wxID_ANY, _("Mirror X"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonMirrorX, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_buttonMirrorY = new wxButton( this, wxID_ANY, _("Mirror Y"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonMirrorY, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_buttonRotate = new wxButton( this, wxID_ANY, _("Rotate"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonRotate, 0, wxEXPAND|wxALL, 5 ); + + m_buttonGrey = new wxButton( this, wxID_ANY, _("Grey"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonGrey, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_buttonHalfSize = new wxButton( this, wxID_ANY, _("Half Size"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonHalfSize->SetDefault(); + bSizerRight->Add( m_buttonHalfSize, 0, wxALL|wxEXPAND, 5 ); + + m_buttonUndoLast = new wxButton( this, wxID_ANY, _("Undo Last"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_buttonUndoLast, 0, wxALL|wxEXPAND, 5 ); + + m_staticTextScale = new wxStaticText( this, wxID_ANY, _("Image Scale:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextScale->Wrap( -1 ); + bSizerRight->Add( m_staticTextScale, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_textCtrlScale = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + bSizerRight->Add( m_textCtrlScale, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 ); + + bSizerLeft->Add( bSizerRight, 0, wxEXPAND, 5 ); + + bUpperSizer->Add( bSizerLeft, 1, wxEXPAND, 5 ); + + bSizerMain->Add( bUpperSizer, 1, wxEXPAND, 5 ); + + m_sdbSizer1 = new wxStdDialogButtonSizer(); + m_sdbSizer1OK = new wxButton( this, wxID_OK ); + m_sdbSizer1->AddButton( m_sdbSizer1OK ); + m_sdbSizer1Cancel = new wxButton( this, wxID_CANCEL ); + m_sdbSizer1->AddButton( m_sdbSizer1Cancel ); + m_sdbSizer1->Realize(); + bSizerMain->Add( m_sdbSizer1, 0, wxALIGN_RIGHT, 5 ); + + this->SetSizer( bSizerMain ); + this->Layout(); + + this->Centre( wxBOTH ); + + // Connect Events + m_panelDraw->Connect( wxEVT_PAINT, wxPaintEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnRedrawPanel ), NULL, this ); + m_buttonMirrorX->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnMirrorX_click ), NULL, this ); + m_buttonMirrorY->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnMirrorY_click ), NULL, this ); + m_buttonRotate->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnRotateClick ), NULL, this ); + m_buttonGrey->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnGreyScaleConvert ), NULL, this ); + m_buttonHalfSize->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnHalfSize ), NULL, this ); + m_buttonUndoLast->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnUndoLastChange ), NULL, this ); + m_sdbSizer1Cancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnCancel_Button ), NULL, this ); + m_sdbSizer1OK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnOK_Button ), NULL, this ); +} + +DIALOG_IMAGE_EDITOR_BASE::~DIALOG_IMAGE_EDITOR_BASE() +{ + // Disconnect Events + m_panelDraw->Disconnect( wxEVT_PAINT, wxPaintEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnRedrawPanel ), NULL, this ); + m_buttonMirrorX->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnMirrorX_click ), NULL, this ); + m_buttonMirrorY->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnMirrorY_click ), NULL, this ); + m_buttonRotate->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnRotateClick ), NULL, this ); + m_buttonGrey->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnGreyScaleConvert ), NULL, this ); + m_buttonHalfSize->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnHalfSize ), NULL, this ); + m_buttonUndoLast->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnUndoLastChange ), NULL, this ); + m_sdbSizer1Cancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnCancel_Button ), NULL, this ); + m_sdbSizer1OK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_IMAGE_EDITOR_BASE::OnOK_Button ), NULL, this ); + +} diff --git a/common/dialogs/dialog_image_editor_base.h b/common/dialogs/dialog_image_editor_base.h new file mode 100644 index 0000000..a7522a1 --- /dev/null +++ b/common/dialogs/dialog_image_editor_base.h @@ -0,0 +1,69 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 30 2011) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_IMAGE_EDITOR_BASE_H__ +#define __DIALOG_IMAGE_EDITOR_BASE_H__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class DIALOG_IMAGE_EDITOR_BASE +/////////////////////////////////////////////////////////////////////////////// +class DIALOG_IMAGE_EDITOR_BASE : public wxDialog +{ + private: + + protected: + wxPanel* m_panelDraw; + wxButton* m_buttonMirrorX; + wxButton* m_buttonMirrorY; + wxButton* m_buttonRotate; + wxButton* m_buttonGrey; + wxButton* m_buttonHalfSize; + wxButton* m_buttonUndoLast; + wxStaticText* m_staticTextScale; + wxTextCtrl* m_textCtrlScale; + wxStdDialogButtonSizer* m_sdbSizer1; + wxButton* m_sdbSizer1OK; + wxButton* m_sdbSizer1Cancel; + + // Virtual event handlers, overide them in your derived class + virtual void OnRedrawPanel( wxPaintEvent& event ) { event.Skip(); } + virtual void OnMirrorX_click( wxCommandEvent& event ) { event.Skip(); } + virtual void OnMirrorY_click( wxCommandEvent& event ) { event.Skip(); } + virtual void OnRotateClick( wxCommandEvent& event ) { event.Skip(); } + virtual void OnGreyScaleConvert( wxCommandEvent& event ) { event.Skip(); } + virtual void OnHalfSize( wxCommandEvent& event ) { event.Skip(); } + virtual void OnUndoLastChange( wxCommandEvent& event ) { event.Skip(); } + virtual void OnCancel_Button( wxCommandEvent& event ) { event.Skip(); } + virtual void OnOK_Button( wxCommandEvent& event ) { event.Skip(); } + + + public: + + DIALOG_IMAGE_EDITOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Image Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 340,299 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~DIALOG_IMAGE_EDITOR_BASE(); + +}; + +#endif //__DIALOG_IMAGE_EDITOR_BASE_H__ diff --git a/common/dialogs/dialog_list_selector_base.cpp b/common/dialogs/dialog_list_selector_base.cpp new file mode 100644 index 0000000..d38d417 --- /dev/null +++ b/common/dialogs/dialog_list_selector_base.cpp @@ -0,0 +1,80 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 5 2014) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_list_selector_base.h" + +/////////////////////////////////////////////////////////////////////////// + +EDA_LIST_DIALOG_BASE::EDA_LIST_DIALOG_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxSize( 400,400 ), wxDefaultSize ); + + wxBoxSizer* bSizerMain; + bSizerMain = new wxBoxSizer( wxVERTICAL ); + + m_filterLabel = new wxStaticText( this, wxID_ANY, _("Filter:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_filterLabel->Wrap( -1 ); + m_filterLabel->SetToolTip( _("Enter a string to filter items.\nOnly names containing this string will be listed") ); + + bSizerMain->Add( m_filterLabel, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_filterBox = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + bSizerMain->Add( m_filterBox, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + m_staticText2 = new wxStaticText( this, wxID_ANY, _("Items:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText2->Wrap( -1 ); + bSizerMain->Add( m_staticText2, 0, wxRIGHT|wxLEFT, 5 ); + + m_listBox = new wxListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_HRULES|wxLC_REPORT|wxLC_SINGLE_SEL|wxLC_VRULES|wxALWAYS_SHOW_SB|wxVSCROLL ); + m_listBox->SetMinSize( wxSize( -1,200 ) ); + + bSizerMain->Add( m_listBox, 3, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 ); + + m_staticTextMsg = new wxStaticText( this, wxID_ANY, _("Messages:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextMsg->Wrap( -1 ); + bSizerMain->Add( m_staticTextMsg, 0, wxRIGHT|wxLEFT, 5 ); + + m_messages = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxTE_READONLY ); + m_messages->SetMinSize( wxSize( -1,80 ) ); + + bSizerMain->Add( m_messages, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + m_sdbSizer = new wxStdDialogButtonSizer(); + m_sdbSizerOK = new wxButton( this, wxID_OK ); + m_sdbSizer->AddButton( m_sdbSizerOK ); + m_sdbSizerCancel = new wxButton( this, wxID_CANCEL ); + m_sdbSizer->AddButton( m_sdbSizerCancel ); + m_sdbSizer->Realize(); + + bSizerMain->Add( m_sdbSizer, 0, wxALL|wxEXPAND, 5 ); + + + this->SetSizer( bSizerMain ); + this->Layout(); + + this->Centre( wxBOTH ); + + // Connect Events + this->Connect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( EDA_LIST_DIALOG_BASE::onClose ) ); + m_filterBox->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( EDA_LIST_DIALOG_BASE::textChangeInFilterBox ), NULL, this ); + m_listBox->Connect( wxEVT_COMMAND_LIST_ITEM_ACTIVATED, wxListEventHandler( EDA_LIST_DIALOG_BASE::onListItemActivated ), NULL, this ); + m_listBox->Connect( wxEVT_COMMAND_LIST_ITEM_SELECTED, wxListEventHandler( EDA_LIST_DIALOG_BASE::onListItemSelected ), NULL, this ); + m_sdbSizerCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( EDA_LIST_DIALOG_BASE::onCancelClick ), NULL, this ); + m_sdbSizerOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( EDA_LIST_DIALOG_BASE::onOkClick ), NULL, this ); +} + +EDA_LIST_DIALOG_BASE::~EDA_LIST_DIALOG_BASE() +{ + // Disconnect Events + this->Disconnect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( EDA_LIST_DIALOG_BASE::onClose ) ); + m_filterBox->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( EDA_LIST_DIALOG_BASE::textChangeInFilterBox ), NULL, this ); + m_listBox->Disconnect( wxEVT_COMMAND_LIST_ITEM_ACTIVATED, wxListEventHandler( EDA_LIST_DIALOG_BASE::onListItemActivated ), NULL, this ); + m_listBox->Disconnect( wxEVT_COMMAND_LIST_ITEM_SELECTED, wxListEventHandler( EDA_LIST_DIALOG_BASE::onListItemSelected ), NULL, this ); + m_sdbSizerCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( EDA_LIST_DIALOG_BASE::onCancelClick ), NULL, this ); + m_sdbSizerOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( EDA_LIST_DIALOG_BASE::onOkClick ), NULL, this ); + +} diff --git a/common/dialogs/dialog_list_selector_base.fbp b/common/dialogs/dialog_list_selector_base.fbp new file mode 100644 index 0000000..1d1d0e2 --- /dev/null +++ b/common/dialogs/dialog_list_selector_base.fbp @@ -0,0 +1,661 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_list_selector_base + 1000 + none + 1 + dialog_list_selector_base + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + wxBOTH + + 1 + 1 + decl_pure_virtual + + + + 0 + wxID_ANY + + 400,400 + EDA_LIST_DIALOG_BASE + + 400,400 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + + + + + + + + + + + + + + + onClose + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bSizerMain + wxVERTICAL + none + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Filter: + + 0 + + + 0 + + 1 + m_filterLabel + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + Enter a string to filter items. Only names containing this string will be listed + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + + 0 + + 1 + m_filterBox + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + textChangeInFilterBox + + + + + + + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Items: + + 0 + + + 0 + + 1 + m_staticText2 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND + 3 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + -1,200 + 1 + m_listBox + 1 + + + protected + 1 + + Resizable + 1 + + wxLC_HRULES|wxLC_REPORT|wxLC_SINGLE_SEL|wxLC_VRULES + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + wxALWAYS_SHOW_SB|wxVSCROLL + + + + + + + + + + + + + + + + + + + + + + + + onListItemActivated + + + + + onListItemSelected + + + + + + + + + + + + + + + + + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Messages: + + 0 + + + 0 + + 1 + m_staticTextMsg + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + + 0 + -1,80 + 1 + m_messages + 1 + + + protected + 1 + + Resizable + 1 + + wxTE_MULTILINE|wxTE_READONLY + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 0 + + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + m_sdbSizer + protected + + onCancelClick + + + + onOkClick + + + + + + + + diff --git a/common/dialogs/dialog_list_selector_base.h b/common/dialogs/dialog_list_selector_base.h new file mode 100644 index 0000000..c274c2c --- /dev/null +++ b/common/dialogs/dialog_list_selector_base.h @@ -0,0 +1,66 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 5 2014) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_LIST_SELECTOR_BASE_H__ +#define __DIALOG_LIST_SELECTOR_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class EDA_LIST_DIALOG_BASE +/////////////////////////////////////////////////////////////////////////////// +class EDA_LIST_DIALOG_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxStaticText* m_filterLabel; + wxTextCtrl* m_filterBox; + wxStaticText* m_staticText2; + wxListCtrl* m_listBox; + wxStaticText* m_staticTextMsg; + wxTextCtrl* m_messages; + wxStdDialogButtonSizer* m_sdbSizer; + wxButton* m_sdbSizerOK; + wxButton* m_sdbSizerCancel; + + // Virtual event handlers, overide them in your derived class + virtual void onClose( wxCloseEvent& event ) = 0; + virtual void textChangeInFilterBox( wxCommandEvent& event ) = 0; + virtual void onListItemActivated( wxListEvent& event ) = 0; + virtual void onListItemSelected( wxListEvent& event ) = 0; + virtual void onCancelClick( wxCommandEvent& event ) = 0; + virtual void onOkClick( wxCommandEvent& event ) = 0; + + + public: + + EDA_LIST_DIALOG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 400,400 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~EDA_LIST_DIALOG_BASE(); + +}; + +#endif //__DIALOG_LIST_SELECTOR_BASE_H__ diff --git a/common/dialogs/dialog_page_settings.cpp b/common/dialogs/dialog_page_settings.cpp new file mode 100644 index 0000000..ef17651 --- /dev/null +++ b/common/dialogs/dialog_page_settings.cpp @@ -0,0 +1,841 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 1992-2015 Kicad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file dialog_page_settings.cpp + */ + +#include +#include // DIM() +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#ifdef EESCHEMA +#include +#include +#endif + +#include +#include + + +// List of page formats. +// they are prefixed by "_HKI" (already in use for hotkeys) instead of "_", +// because we need both the translated and the not translated version. +// when displayed in dialog we should explicitely call wxGetTranslation() +// to show the translated version. +// See hotkeys_basic.h for more info +#define _HKI( x ) wxT( x ) +static const wxString pageFmts[] = +{ + _HKI("A4 210x297mm"), + _HKI("A3 297x420mm"), + _HKI("A2 420x594mm"), + _HKI("A1 594x841mm"), + _HKI("A0 841x1189mm"), + _HKI("A 8.5x11in"), + _HKI("B 11x17in"), + _HKI("C 17x22in"), + _HKI("D 22x34in"), + _HKI("E 34x44in"), + _HKI("USLetter 8.5x11in"), // USLetter without space is correct + _HKI("USLegal 8.5x14in"), // USLegal without space is correct + _HKI("USLedger 11x17in"), // USLedger without space is correct + _HKI("User (Custom)"), // size defined by user. The string must contain "Custom" + // to be reconized in code +}; + +void EDA_DRAW_FRAME::Process_PageSettings( wxCommandEvent& event ) +{ + DIALOG_PAGES_SETTINGS dlg( this ); + dlg.SetWksFileName( BASE_SCREEN::m_PageLayoutDescrFileName ); + + if( dlg.ShowModal() == wxID_OK ) + { + if( m_canvas ) + m_canvas->Refresh(); + } +} + + +DIALOG_PAGES_SETTINGS::DIALOG_PAGES_SETTINGS( EDA_DRAW_FRAME* parent ) : + DIALOG_PAGES_SETTINGS_BASE( parent ), + m_initialized( false ) +{ + m_parent = parent; + m_screen = m_parent->GetScreen(); + m_projectPath = Prj().GetProjectPath(); + m_page_bitmap = NULL; + m_tb = m_parent->GetTitleBlock(); + m_customFmt = false; + m_localPrjConfigChanged = false; + m_pagelayout = NULL; + + initDialog(); + + GetSizer()->SetSizeHints( this ); + Centre(); +} + + +DIALOG_PAGES_SETTINGS::~DIALOG_PAGES_SETTINGS() +{ + delete m_page_bitmap; + delete m_pagelayout; +} + + +void DIALOG_PAGES_SETTINGS::initDialog() +{ + wxString msg; + double customSizeX; + double customSizeY; + + // initalize page format choice box and page format list. + // The first shows translated strings, the second contains not translated strings + m_paperSizeComboBox->Clear(); + + for( unsigned ii = 0; ii < DIM(pageFmts); ii++ ) + { + m_pageFmt.Add( pageFmts[ii] ); + m_paperSizeComboBox->Append( wxGetTranslation( pageFmts[ii] ) ); + } + + // initialize the page layout descr filename + SetWksFileName( BASE_SCREEN::m_PageLayoutDescrFileName ); + + +#ifdef EESCHEMA + // Init display value for schematic sub-sheet number + wxString format = m_TextSheetCount->GetLabel(); + msg.Printf( format, m_screen->m_NumberOfScreens ); + m_TextSheetCount->SetLabel( msg ); + + format = m_TextSheetNumber->GetLabel(); + msg.Printf( format, m_screen->m_ScreenNumber ); + m_TextSheetNumber->SetLabel( msg ); +#else + m_TextSheetCount->Show( false ); + m_TextSheetNumber->Show( false ); +#endif + + m_pageInfo = m_parent->GetPageSettings(); + SetCurrentPageSizeSelection( m_pageInfo.GetType() ); + m_orientationComboBox->SetSelection( m_pageInfo.IsPortrait() ); + + // only a click fires the "selection changed" event, so have to fabricate this check + wxCommandEvent dummy; + OnPaperSizeChoice( dummy ); + + if( m_customFmt) // The custom value is defined by the page size + { + customSizeX = m_pageInfo.GetWidthMils(); + customSizeY = m_pageInfo.GetHeightMils(); + } + else // The custom value is set to a default value, or the last defined value + { + customSizeX = m_pageInfo.GetCustomWidthMils(); + customSizeY = m_pageInfo.GetCustomHeightMils(); + } + + switch( g_UserUnit ) + { + case MILLIMETRES: + customSizeX *= 25.4e-3; + customSizeY *= 25.4e-3; + + msg.Printf( wxT( "%.2f" ), customSizeX ); + m_TextUserSizeX->SetValue( msg ); + + msg.Printf( wxT( "%.2f" ), customSizeY ); + m_TextUserSizeY->SetValue( msg ); + break; + + default: + case INCHES: + customSizeX /= 1000.0; + customSizeY /= 1000.0; + + msg.Printf( wxT( "%.3f" ), customSizeX ); + m_TextUserSizeX->SetValue( msg ); + + msg.Printf( wxT( "%.3f" ), customSizeY ); + m_TextUserSizeY->SetValue( msg ); + break; + } + + m_TextRevision->SetValue( m_tb.GetRevision() ); + m_TextDate->SetValue( m_tb.GetDate() ); + m_TextTitle->SetValue( m_tb.GetTitle() ); + m_TextCompany->SetValue( m_tb.GetCompany() ); + m_TextComment1->SetValue( m_tb.GetComment1() ); + m_TextComment2->SetValue( m_tb.GetComment2() ); + m_TextComment3->SetValue( m_tb.GetComment3() ); + m_TextComment4->SetValue( m_tb.GetComment4() ); + +#ifndef EESCHEMA + // these options have meaning only for Eeschema. + // disable them for other apps + m_RevisionExport->Show( false ); + m_DateExport->Show( false ); + m_TitleExport->Show( false ); + m_CompanyExport->Show( false ); + m_Comment1Export->Show( false ); + m_Comment2Export->Show( false ); + m_Comment3Export->Show( false ); + m_Comment4Export->Show( false ); +#endif + + GetPageLayoutInfoFromDialog(); + UpdatePageLayoutExample(); + + // Make the OK button the default. + m_sdbSizerOK->SetDefault(); + m_initialized = true; +} + + +void DIALOG_PAGES_SETTINGS::OnOkClick( wxCommandEvent& event ) +{ + if( SavePageSettings() ) + { + m_screen->SetModify(); + m_parent->GetCanvas()->Refresh(); + + if( LocalPrjConfigChanged() ) + m_parent->SaveProjectSettings( true ); + } + + event.Skip(); +} + + +void DIALOG_PAGES_SETTINGS::OnPaperSizeChoice( wxCommandEvent& event ) +{ + int idx = m_paperSizeComboBox->GetSelection(); + + if( idx < 0 ) + idx = 0; + + const wxString paperType = m_pageFmt[idx]; + + if( paperType.Contains( PAGE_INFO::Custom ) ) + { + m_orientationComboBox->Enable( false ); + m_TextUserSizeX->Enable( true ); + m_TextUserSizeY->Enable( true ); + m_customFmt = true; + } + else + { + m_orientationComboBox->Enable( true ); + +#if 0 + // ForcePortrait() does not exist, but could be useful. + // so I leave these lines, which could be seen as a todo feature + if( paperType.ForcePortrait() ) + { + m_orientationComboBox->SetStringSelection( _( "Portrait" ) ); + m_orientationComboBox->Enable( false ); + } +#endif + m_TextUserSizeX->Enable( false ); + m_TextUserSizeY->Enable( false ); + m_customFmt = false; + } + + GetPageLayoutInfoFromDialog(); + UpdatePageLayoutExample(); +} + + +void DIALOG_PAGES_SETTINGS::OnUserPageSizeXTextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextUserSizeX->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnUserPageSizeYTextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextUserSizeY->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnPageOrientationChoice( wxCommandEvent& event ) +{ + if( m_initialized ) + { + GetPageLayoutInfoFromDialog(); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnRevisionTextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextRevision->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetRevision( m_TextRevision->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnDateTextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextDate->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetDate( m_TextDate->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnTitleTextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextTitle->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetTitle( m_TextTitle->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnCompanyTextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextCompany->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetCompany( m_TextCompany->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnComment1TextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextComment1->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetComment1( m_TextComment1->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnComment2TextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextComment2->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetComment2( m_TextComment2->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnComment3TextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextComment3->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetComment3( m_TextComment3->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnComment4TextUpdated( wxCommandEvent& event ) +{ + if( m_initialized && m_TextComment4->IsModified() ) + { + GetPageLayoutInfoFromDialog(); + m_tb.SetComment4( m_TextComment4->GetValue() ); + UpdatePageLayoutExample(); + } +} + + +void DIALOG_PAGES_SETTINGS::OnDateApplyClick( wxCommandEvent& event ) +{ + wxDateTime datetime = m_PickDate->GetValue(); + wxString date = + // We can choose different formats. Only one must be uncommented + // + // datetime.Format( wxLocale::GetInfo( wxLOCALE_SHORT_DATE_FMT ) ); + // datetime.Format( wxLocale::GetInfo( wxLOCALE_LONG_DATE_FMT ) ); + // datetime.Format( wxT("%Y-%b-%d") ); + datetime.FormatISODate(); + + m_TextDate->SetValue( date ); +} + + +bool DIALOG_PAGES_SETTINGS::SavePageSettings() +{ + bool retSuccess = false; + + wxString fileName = GetWksFileName(); + + if( fileName != BASE_SCREEN::m_PageLayoutDescrFileName ) + { + wxString fullFileName = + WORKSHEET_LAYOUT::MakeFullFileName( fileName, m_projectPath ); + + if( !fullFileName.IsEmpty() ) + { + + if( !wxFileExists( fullFileName ) ) + { + wxString msg; + msg.Printf( _("Page layout description file <%s> not found. Abort"), + GetChars( fullFileName ) ); + wxMessageBox( msg ); + return false; + } + } + + BASE_SCREEN::m_PageLayoutDescrFileName = fileName; + WORKSHEET_LAYOUT& pglayout = WORKSHEET_LAYOUT::GetTheInstance(); + pglayout.SetPageLayout( fullFileName ); + m_localPrjConfigChanged = true; + } + + int idx = m_paperSizeComboBox->GetSelection(); + + if( idx < 0 ) + idx = 0; + + const wxString paperType = m_pageFmt[idx]; + + if( paperType.Contains( PAGE_INFO::Custom ) ) + { + GetCustomSizeMilsFromDialog(); + + retSuccess = m_pageInfo.SetType( PAGE_INFO::Custom ); + + if( retSuccess ) + { + if( m_layout_size.x < MIN_PAGE_SIZE || m_layout_size.y < MIN_PAGE_SIZE || + m_layout_size.x > MAX_PAGE_SIZE || m_layout_size.y > MAX_PAGE_SIZE ) + { + wxString msg = wxString::Format( _( "Selected custom paper size\nis out of the permissible \ +limits\n%.1f - %.1f %s!\nSelect another custom paper size?" ), + g_UserUnit == INCHES ? MIN_PAGE_SIZE / 1000. : MIN_PAGE_SIZE * 25.4 / 1000, + g_UserUnit == INCHES ? MAX_PAGE_SIZE / 1000. : MAX_PAGE_SIZE * 25.4 / 1000, + g_UserUnit == INCHES ? _( "inches" ) : _( "mm" ) ); + + if( wxMessageBox( msg, _( "Warning!" ), wxYES_NO | wxICON_EXCLAMATION, this ) == wxYES ) + { + return false; + } + + m_layout_size.x = Clamp( MIN_PAGE_SIZE, m_layout_size.x, MAX_PAGE_SIZE ); + m_layout_size.y = Clamp( MIN_PAGE_SIZE, m_layout_size.y, MAX_PAGE_SIZE ); + } + + PAGE_INFO::SetCustomWidthMils( m_layout_size.x ); + PAGE_INFO::SetCustomHeightMils( m_layout_size.y ); + + m_pageInfo.SetWidthMils( m_layout_size.x ); + m_pageInfo.SetHeightMils( m_layout_size.y ); + } + } + else + { + // search for longest common string first, e.g. A4 before A + if( paperType.Contains( PAGE_INFO::USLetter ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::USLetter ); + else if( paperType.Contains( PAGE_INFO::USLegal ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::USLegal ); + else if( paperType.Contains( PAGE_INFO::USLedger ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::USLedger ); + else if( paperType.Contains( PAGE_INFO::GERBER ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::GERBER ); + else if( paperType.Contains( PAGE_INFO::A4 ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::A4 ); + else if( paperType.Contains( PAGE_INFO::A3 ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::A3 ); + else if( paperType.Contains( PAGE_INFO::A2 ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::A2 ); + else if( paperType.Contains( PAGE_INFO::A1 ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::A1 ); + else if( paperType.Contains( PAGE_INFO::A0 ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::A0 ); + else if( paperType.Contains( PAGE_INFO::A ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::A ); + else if( paperType.Contains( PAGE_INFO::B ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::B ); + else if( paperType.Contains( PAGE_INFO::C ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::C ); + else if( paperType.Contains( PAGE_INFO::D ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::D ); + else if( paperType.Contains( PAGE_INFO::E ) ) + retSuccess = m_pageInfo.SetType( PAGE_INFO::E ); + + if( retSuccess ) + { + int choice = m_orientationComboBox->GetSelection(); + m_pageInfo.SetPortrait( choice != 0 ); + } + } + + if( !retSuccess ) + { + wxASSERT_MSG( false, wxT( "the translation for paper size must preserve original spellings" ) ); + m_pageInfo.SetType( PAGE_INFO::A4 ); + } + + m_parent->SetPageSettings( m_pageInfo ); + + m_tb.SetRevision( m_TextRevision->GetValue() ); + m_tb.SetDate( m_TextDate->GetValue() ); + m_tb.SetCompany( m_TextCompany->GetValue() ); + m_tb.SetTitle( m_TextTitle->GetValue() ); + m_tb.SetComment1( m_TextComment1->GetValue() ); + m_tb.SetComment2( m_TextComment2->GetValue() ); + m_tb.SetComment3( m_TextComment3->GetValue() ); + m_tb.SetComment4( m_TextComment4->GetValue() ); + + m_parent->SetTitleBlock( m_tb ); + + +#ifdef EESCHEMA + // Exports settings to other sheets if requested: + SCH_SCREEN* screen; + + // Build the screen list + SCH_SCREENS ScreenList; + + // Update title blocks for all screens + for( screen = ScreenList.GetFirst(); screen != NULL; screen = ScreenList.GetNext() ) + { + if( screen == m_screen ) + continue; + + TITLE_BLOCK tb2 = screen->GetTitleBlock(); + + if( m_RevisionExport->IsChecked() ) + tb2.SetRevision( m_tb.GetRevision() ); + + if( m_DateExport->IsChecked() ) + tb2.SetDate( m_tb.GetDate() ); + + if( m_TitleExport->IsChecked() ) + tb2.SetTitle( m_tb.GetTitle() ); + + if( m_CompanyExport->IsChecked() ) + tb2.SetCompany( m_tb.GetCompany() ); + + if( m_Comment1Export->IsChecked() ) + tb2.SetComment1( m_tb.GetComment1() ); + + if( m_Comment2Export->IsChecked() ) + tb2.SetComment2( m_tb.GetComment2() ); + + if( m_Comment3Export->IsChecked() ) + tb2.SetComment3( m_tb.GetComment3() ); + + if( m_Comment4Export->IsChecked() ) + tb2.SetComment4( m_tb.GetComment4() ); + + screen->SetTitleBlock( tb2 ); + } + +#endif + + return true; +} + + +void DIALOG_PAGES_SETTINGS::SetCurrentPageSizeSelection( const wxString& aPaperSize ) +{ + // search all the not translated label list containing our paper type + for( unsigned i = 0; i < m_pageFmt.GetCount(); ++i ) + { + // parse each label looking for aPaperSize within it + wxStringTokenizer st( m_pageFmt[i] ); + + while( st.HasMoreTokens() ) + { + if( st.GetNextToken() == aPaperSize ) + { + m_paperSizeComboBox->SetSelection( i ); + return; + } + } + } +} + + +void DIALOG_PAGES_SETTINGS::UpdatePageLayoutExample() +{ + int lyWidth, lyHeight; + + wxSize clamped_layout_size( Clamp( MIN_PAGE_SIZE, m_layout_size.x, MAX_PAGE_SIZE ), + Clamp( MIN_PAGE_SIZE, m_layout_size.y, MAX_PAGE_SIZE ) ); + + double lyRatio = clamped_layout_size.x < clamped_layout_size.y ? + (double) clamped_layout_size.y / clamped_layout_size.x : + (double) clamped_layout_size.x / clamped_layout_size.y; + + if( clamped_layout_size.x < clamped_layout_size.y ) + { + lyHeight = MAX_PAGE_EXAMPLE_SIZE; + lyWidth = KiROUND( (double) lyHeight / lyRatio ); + } + else + { + lyWidth = MAX_PAGE_EXAMPLE_SIZE; + lyHeight = KiROUND( (double) lyWidth / lyRatio ); + } + + if( m_page_bitmap ) + { + m_PageLayoutExampleBitmap->SetBitmap( wxNullBitmap ); + delete m_page_bitmap; + } + + m_page_bitmap = new wxBitmap( lyWidth + 1, lyHeight + 1 ); + + if( m_page_bitmap->IsOk() ) + { + // Calculate layout preview scale. + int appScale = m_screen->MilsToIuScalar(); + + double scaleW = (double) lyWidth / clamped_layout_size.x / appScale; + double scaleH = (double) lyHeight / clamped_layout_size.y / appScale; + + // Prepare DC. + wxSize example_size( lyWidth + 1, lyHeight + 1 ); + wxMemoryDC memDC; + memDC.SelectObject( *m_page_bitmap ); + memDC.SetClippingRegion( wxPoint( 0, 0 ), example_size ); + memDC.Clear(); + memDC.SetUserScale( scaleW, scaleH ); + + // Get logical page size and margins. + PAGE_INFO pageDUMMY; + + // Get page type + int idx = m_paperSizeComboBox->GetSelection(); + + if( idx < 0 ) + idx = 0; + + wxString pageFmtName = m_pageFmt[idx].BeforeFirst( ' ' ); + bool portrait = clamped_layout_size.x < clamped_layout_size.y; + pageDUMMY.SetType( pageFmtName, portrait ); + if( m_customFmt ) + { + pageDUMMY.SetWidthMils( clamped_layout_size.x ); + pageDUMMY.SetHeightMils( clamped_layout_size.y ); + } + + // Draw layout preview. + wxString emptyString; + GRResetPenAndBrush( &memDC ); + + WORKSHEET_LAYOUT::SetAltInstance( m_pagelayout ); + DrawPageLayout( &memDC, NULL, pageDUMMY, + emptyString, emptyString, + m_tb, m_screen->m_NumberOfScreens, + m_screen->m_ScreenNumber, 1, appScale, DARKGRAY, RED ); + + memDC.SelectObject( wxNullBitmap ); + m_PageLayoutExampleBitmap->SetBitmap( *m_page_bitmap ); + WORKSHEET_LAYOUT::SetAltInstance( NULL ); + + // Refresh the dialog. + Layout(); + Refresh(); + } +} + + +void DIALOG_PAGES_SETTINGS::GetPageLayoutInfoFromDialog() +{ + int idx = m_paperSizeComboBox->GetSelection(); + + if( idx < 0 ) + idx = 0; + + const wxString paperType = m_pageFmt[idx]; + + // here we assume translators will keep original paper size spellings + if( paperType.Contains( PAGE_INFO::Custom ) ) + { + GetCustomSizeMilsFromDialog(); + + if( m_layout_size.x && m_layout_size.y ) + { + if( m_layout_size.x < m_layout_size.y ) + m_orientationComboBox->SetStringSelection( _( "Portrait" ) ); + else + m_orientationComboBox->SetStringSelection( _( "Landscape" ) ); + } + } + else + { + PAGE_INFO pageInfo; // SetType() later to lookup size + + static const wxChar* papers[] = { + // longest common string first, since sequential search below + PAGE_INFO::A4, + PAGE_INFO::A3, + PAGE_INFO::A2, + PAGE_INFO::A1, + PAGE_INFO::A0, + PAGE_INFO::A, + PAGE_INFO::B, + PAGE_INFO::C, + PAGE_INFO::D, + PAGE_INFO::E, + PAGE_INFO::USLetter, + PAGE_INFO::USLegal, + PAGE_INFO::USLedger, + }; + + unsigned i; + + for( i=0; i < DIM( papers ); ++i ) + { + if( paperType.Contains( papers[i] ) ) + { + pageInfo.SetType( papers[i] ); + break; + } + } + + wxASSERT( i != DIM(papers) ); // dialog UI match the above list? + + m_layout_size = pageInfo.GetSizeMils(); + + // swap sizes to match orientation + bool isPortrait = (bool) m_orientationComboBox->GetSelection(); + + if( ( isPortrait && m_layout_size.x >= m_layout_size.y ) || + ( !isPortrait && m_layout_size.x < m_layout_size.y ) ) + { + m_layout_size.Set( m_layout_size.y, m_layout_size.x ); + } + } +} + + +void DIALOG_PAGES_SETTINGS::GetCustomSizeMilsFromDialog() +{ + double customSizeX; + double customSizeY; + wxString msg; + + msg = m_TextUserSizeX->GetValue(); + msg.ToDouble( &customSizeX ); + + msg = m_TextUserSizeY->GetValue(); + msg.ToDouble( &customSizeY ); + + switch( g_UserUnit ) + { + case MILLIMETRES: + customSizeX *= 1000. / 25.4; + customSizeY *= 1000. / 25.4; + break; + + default: + case INCHES: + customSizeX *= 1000.; + customSizeY *= 1000.; + } + + // Prepare to painless double -> int conversion. + customSizeX = Clamp( double( INT_MIN ), customSizeX, double( INT_MAX ) ); + customSizeY = Clamp( double( INT_MIN ), customSizeY, double( INT_MAX ) ); + m_layout_size = wxSize( KiROUND( customSizeX ), KiROUND( customSizeY ) ); +} + +// Called on .kicad_wks file description selection change +void DIALOG_PAGES_SETTINGS::OnWksFileSelection( wxCommandEvent& event ) +{ + // Display a file picker dialog + wxFileDialog fileDialog( this, _( "Select Page Layout Descr File" ), + m_projectPath, GetWksFileName(), + PageLayoutDescrFileWildcard, + wxFD_DEFAULT_STYLE | wxFD_FILE_MUST_EXIST ); + + if( fileDialog.ShowModal() != wxID_OK ) + return; + + wxString fileName = fileDialog.GetPath(); + + // Try to remove the path, if the path is the current working dir, + // or the dir of kicad.pro (template), and use a relative path + wxString shortFileName = WORKSHEET_LAYOUT::MakeShortFileName( fileName, m_projectPath ); + + // For Win/Linux/macOS compatibility, a relative path is a good idea + if( shortFileName != GetWksFileName() && shortFileName != fileName ) + { + wxString msg = wxString::Format( _( + "The page layout descr filename has changed.\n" + "Do you want to use the relative path:\n" + "'%s'\n" + "instead of\n" + "'%s'" ), GetChars( shortFileName ), GetChars( fileName ) ); + + if( !IsOK( this, msg ) ) + shortFileName = fileName; + } + + SetWksFileName( shortFileName ); + + if( m_pagelayout == NULL ) + m_pagelayout = new WORKSHEET_LAYOUT; + + m_pagelayout->SetPageLayout( fileName ); + + GetPageLayoutInfoFromDialog(); + UpdatePageLayoutExample(); +} diff --git a/common/dialogs/dialog_page_settings.h b/common/dialogs/dialog_page_settings.h new file mode 100644 index 0000000..5127886 --- /dev/null +++ b/common/dialogs/dialog_page_settings.h @@ -0,0 +1,120 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Kicad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _DIALOG_PAGES_SETTINGS_H_ +#define _DIALOG_PAGES_SETTINGS_H_ + +#include + +#define MAX_PAGE_EXAMPLE_SIZE 200 + +/*! + * DIALOG_PAGES_SETTINGS class declaration + */ + +class DIALOG_PAGES_SETTINGS: public DIALOG_PAGES_SETTINGS_BASE +{ +private: + EDA_DRAW_FRAME* m_parent; + BASE_SCREEN* m_screen; + wxString m_projectPath; // the curr project path + wxArrayString m_pageFmt; /// list of page sizes (not translated) + bool m_initialized; + bool m_localPrjConfigChanged; /// the page layuout filename was changed + wxBitmap* m_page_bitmap; /// Temporary bitmap for the page layout example. + wxSize m_layout_size; /// Logical page layout size. + PAGE_INFO m_pageInfo; /// Temporary page info. + bool m_customFmt; /// true if the page selection is custom + TITLE_BLOCK m_tb; /// Temporary title block (basic inscriptions). + WORKSHEET_LAYOUT *m_pagelayout; // the alternate and temporary page layout shown by the dialog + // when the initial one is replaced by a new one + +public: + DIALOG_PAGES_SETTINGS( EDA_DRAW_FRAME* parent ); + ~DIALOG_PAGES_SETTINGS(); + + const wxString GetWksFileName() + { + return m_textCtrlFilePicker->GetValue(); + } + + void SetWksFileName(const wxString& aFilename ) + { + m_textCtrlFilePicker->SetValue( aFilename ); + } + + void EnableWksFileNamePicker( bool aEnable ) + { + m_textCtrlFilePicker->Enable( aEnable ); + m_buttonBrowse->Enable( aEnable ); + } + +private: + void initDialog(); // Initialisation of member variables + + // event handler for button OK + void OnOkClick( wxCommandEvent& event ); + + // event handlers for page size choice + void OnPaperSizeChoice( wxCommandEvent& event ); + void OnUserPageSizeXTextUpdated( wxCommandEvent& event ); + void OnUserPageSizeYTextUpdated( wxCommandEvent& event ); + void OnPageOrientationChoice( wxCommandEvent& event ); + + // event handler for texts in title block + void OnRevisionTextUpdated( wxCommandEvent& event ); + void OnDateTextUpdated( wxCommandEvent& event ); + void OnTitleTextUpdated( wxCommandEvent& event ); + void OnCompanyTextUpdated( wxCommandEvent& event ); + void OnComment1TextUpdated( wxCommandEvent& event ); + void OnComment2TextUpdated( wxCommandEvent& event ); + void OnComment3TextUpdated( wxCommandEvent& event ); + void OnComment4TextUpdated( wxCommandEvent& event ); + + // Handle button click for setting the date from the picker + void OnDateApplyClick( wxCommandEvent& event ); + + // .kicad_wks file description selection + void OnWksFileSelection( wxCommandEvent& event ); + + // Save in the current title block the new page settings + // return true if changes are made, or false if not + bool SavePageSettings(); + + void SetCurrentPageSizeSelection( const wxString& aPaperSize ); + + // Update page layout example + void UpdatePageLayoutExample(); + + // Get page layout info from selected dialog items + void GetPageLayoutInfoFromDialog(); + + // Get custom page size in mils from dialog + void GetCustomSizeMilsFromDialog(); + + /// @return true if the local prj config is chande + /// i.e. if the page layout descr file has chnaged + bool LocalPrjConfigChanged() { return m_localPrjConfigChanged; } +}; + +#endif // _DIALOG_PAGES_SETTINGS_H_ diff --git a/common/dialogs/dialog_page_settings_base.cpp b/common/dialogs/dialog_page_settings_base.cpp new file mode 100644 index 0000000..197a255 --- /dev/null +++ b/common/dialogs/dialog_page_settings_base.cpp @@ -0,0 +1,423 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Mar 9 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "dialog_page_settings_base.h" + +/////////////////////////////////////////////////////////////////////////// + +DIALOG_PAGES_SETTINGS_BASE::DIALOG_PAGES_SETTINGS_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style ) +{ + this->SetSizeHints( wxDefaultSize, wxDefaultSize ); + + wxBoxSizer* bMainSizer; + bMainSizer = new wxBoxSizer( wxVERTICAL ); + + wxBoxSizer* bUpperSizerH; + bUpperSizerH = new wxBoxSizer( wxHORIZONTAL ); + + wxBoxSizer* bleftSizer; + bleftSizer = new wxBoxSizer( wxVERTICAL ); + + m_staticTextPaper = new wxStaticText( this, wxID_ANY, _("Paper"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextPaper->Wrap( -1 ); + bleftSizer->Add( m_staticTextPaper, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5 ); + + m_staticline2 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); + bleftSizer->Add( m_staticline2, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + m_staticTextSize = new wxStaticText( this, wxID_ANY, _("Size:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextSize->Wrap( -1 ); + bleftSizer->Add( m_staticTextSize, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + wxString m_paperSizeComboBoxChoices[] = { _("dummy text") }; + int m_paperSizeComboBoxNChoices = sizeof( m_paperSizeComboBoxChoices ) / sizeof( wxString ); + m_paperSizeComboBox = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_paperSizeComboBoxNChoices, m_paperSizeComboBoxChoices, 0 ); + m_paperSizeComboBox->SetSelection( 0 ); + bleftSizer->Add( m_paperSizeComboBox, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + m_staticTextOrient = new wxStaticText( this, wxID_ANY, _("Orientation:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextOrient->Wrap( -1 ); + bleftSizer->Add( m_staticTextOrient, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + wxString m_orientationComboBoxChoices[] = { _("Landscape"), _("Portrait") }; + int m_orientationComboBoxNChoices = sizeof( m_orientationComboBoxChoices ) / sizeof( wxString ); + m_orientationComboBox = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_orientationComboBoxNChoices, m_orientationComboBoxChoices, 0 ); + m_orientationComboBox->SetSelection( 0 ); + bleftSizer->Add( m_orientationComboBox, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + m_staticTextCustSize = new wxStaticText( this, wxID_ANY, _("Custom Size:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextCustSize->Wrap( -1 ); + bleftSizer->Add( m_staticTextCustSize, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerCustSize; + bSizerCustSize = new wxBoxSizer( wxHORIZONTAL ); + + wxBoxSizer* bSizercustHeight; + bSizercustHeight = new wxBoxSizer( wxVERTICAL ); + + m_staticTextHeight = new wxStaticText( this, wxID_ANY, _("Height:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextHeight->Wrap( -1 ); + bSizercustHeight->Add( m_staticTextHeight, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_TextUserSizeY = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_LEFT ); + m_TextUserSizeY->SetMaxLength( 6 ); + m_TextUserSizeY->SetToolTip( _("Custom paper height.") ); + + bSizercustHeight->Add( m_TextUserSizeY, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + + bSizerCustSize->Add( bSizercustHeight, 1, wxEXPAND, 5 ); + + wxBoxSizer* bSizercustWidth; + bSizercustWidth = new wxBoxSizer( wxVERTICAL ); + + m_staticTextWidth = new wxStaticText( this, wxID_ANY, _("Width:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextWidth->Wrap( -1 ); + bSizercustWidth->Add( m_staticTextWidth, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_TextUserSizeX = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_LEFT ); + m_TextUserSizeX->SetMaxLength( 6 ); + m_TextUserSizeX->SetToolTip( _("Custom paper width.") ); + + bSizercustWidth->Add( m_TextUserSizeX, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + + bSizerCustSize->Add( bSizercustWidth, 1, wxEXPAND, 5 ); + + + bleftSizer->Add( bSizerCustSize, 0, wxEXPAND, 5 ); + + m_staticTextPreview = new wxStaticText( this, wxID_ANY, _("Layout Preview"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextPreview->Wrap( -1 ); + bleftSizer->Add( m_staticTextPreview, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 ); + + m_PageLayoutExampleBitmap = new wxStaticBitmap( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxFULL_REPAINT_ON_RESIZE|wxSIMPLE_BORDER ); + m_PageLayoutExampleBitmap->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); + m_PageLayoutExampleBitmap->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); + + bleftSizer->Add( m_PageLayoutExampleBitmap, 1, wxALL|wxEXPAND, 5 ); + + + bUpperSizerH->Add( bleftSizer, 0, wxEXPAND, 5 ); + + m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_VERTICAL ); + bUpperSizerH->Add( m_staticline1, 0, wxEXPAND|wxTOP|wxBOTTOM, 5 ); + + wxBoxSizer* bSizerRight; + bSizerRight = new wxBoxSizer( wxVERTICAL ); + + m_staticTexttbprm = new wxStaticText( this, wxID_ANY, _("Title Block Parameters"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTexttbprm->Wrap( -1 ); + bSizerRight->Add( m_staticTexttbprm, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 ); + + m_staticline3 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); + bSizerRight->Add( m_staticline3, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* SheetInfoSizer; + SheetInfoSizer = new wxBoxSizer( wxHORIZONTAL ); + + m_TextSheetCount = new wxStaticText( this, wxID_ANY, _("Number of sheets: %d"), wxDefaultPosition, wxDefaultSize, 0 ); + m_TextSheetCount->Wrap( -1 ); + SheetInfoSizer->Add( m_TextSheetCount, 0, wxALL, 5 ); + + + SheetInfoSizer->Add( 5, 5, 1, wxEXPAND, 5 ); + + m_TextSheetNumber = new wxStaticText( this, wxID_ANY, _("Sheet number: %d"), wxDefaultPosition, wxDefaultSize, 0 ); + m_TextSheetNumber->Wrap( -1 ); + SheetInfoSizer->Add( m_TextSheetNumber, 0, wxALL, 5 ); + + + bSizerRight->Add( SheetInfoSizer, 0, 0, 5 ); + + wxBoxSizer* bSizerDate; + bSizerDate = new wxBoxSizer( wxVERTICAL ); + + m_staticTextDate = new wxStaticText( this, wxID_ANY, _("Issue Date"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextDate->Wrap( -1 ); + bSizerDate->Add( m_staticTextDate, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerissuedate; + bSizerissuedate = new wxBoxSizer( wxHORIZONTAL ); + + m_TextDate = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextDate->SetMaxLength( 0 ); + m_TextDate->SetMinSize( wxSize( 100,-1 ) ); + + bSizerissuedate->Add( m_TextDate, 3, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_ApplyDate = new wxButton( this, wxID_ANY, _("<<<"), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT ); + bSizerissuedate->Add( m_ApplyDate, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_PickDate = new wxDatePickerCtrl( this, wxID_ANY, wxDefaultDateTime, wxDefaultPosition, wxDefaultSize, wxDP_DEFAULT ); + bSizerissuedate->Add( m_PickDate, 2, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_DateExport = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizerissuedate->Add( m_DateExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerDate->Add( bSizerissuedate, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerDate, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerRev; + bSizerRev = new wxBoxSizer( wxVERTICAL ); + + m_staticTextRev = new wxStaticText( this, wxID_ANY, _("Revision"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextRev->Wrap( -1 ); + bSizerRev->Add( m_staticTextRev, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizer9; + bSizer9 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextRevision = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextRevision->SetMaxLength( 0 ); + m_TextRevision->SetMinSize( wxSize( 100,-1 ) ); + + bSizer9->Add( m_TextRevision, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_RevisionExport = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizer9->Add( m_RevisionExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerRev->Add( bSizer9, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerRev, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerTitle; + bSizerTitle = new wxBoxSizer( wxVERTICAL ); + + m_staticTextTitle = new wxStaticText( this, wxID_ANY, _("Title"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextTitle->Wrap( -1 ); + bSizerTitle->Add( m_staticTextTitle, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizer12; + bSizer12 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextTitle = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextTitle->SetMaxLength( 0 ); + m_TextTitle->SetMinSize( wxSize( 360,-1 ) ); + + bSizer12->Add( m_TextTitle, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_TitleExport = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizer12->Add( m_TitleExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerTitle->Add( bSizer12, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerTitle, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerCompany; + bSizerCompany = new wxBoxSizer( wxVERTICAL ); + + m_staticText13 = new wxStaticText( this, wxID_ANY, _("Company"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText13->Wrap( -1 ); + bSizerCompany->Add( m_staticText13, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizer14; + bSizer14 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextCompany = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextCompany->SetMaxLength( 0 ); + m_TextCompany->SetMinSize( wxSize( 360,-1 ) ); + + bSizer14->Add( m_TextCompany, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_CompanyExport = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizer14->Add( m_CompanyExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerCompany->Add( bSizer14, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerCompany, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerComment1; + bSizerComment1 = new wxBoxSizer( wxVERTICAL ); + + m_staticTextComment1 = new wxStaticText( this, wxID_ANY, _("Comment1"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextComment1->Wrap( -1 ); + bSizerComment1->Add( m_staticTextComment1, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizercmt1; + bSizercmt1 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextComment1 = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextComment1->SetMaxLength( 0 ); + m_TextComment1->SetMinSize( wxSize( 360,-1 ) ); + + bSizercmt1->Add( m_TextComment1, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_Comment1Export = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizercmt1->Add( m_Comment1Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerComment1->Add( bSizercmt1, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerComment1, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerComment2; + bSizerComment2 = new wxBoxSizer( wxVERTICAL ); + + m_staticTextComment2 = new wxStaticText( this, wxID_ANY, _("Comment2"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextComment2->Wrap( -1 ); + bSizerComment2->Add( m_staticTextComment2, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizercmt2; + bSizercmt2 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextComment2 = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextComment2->SetMaxLength( 0 ); + m_TextComment2->SetMinSize( wxSize( 360,-1 ) ); + + bSizercmt2->Add( m_TextComment2, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_Comment2Export = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizercmt2->Add( m_Comment2Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerComment2->Add( bSizercmt2, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerComment2, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerComment12; + bSizerComment12 = new wxBoxSizer( wxVERTICAL ); + + m_staticTextComment3 = new wxStaticText( this, wxID_ANY, _("Comment3"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextComment3->Wrap( -1 ); + bSizerComment12->Add( m_staticTextComment3, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizercmt3; + bSizercmt3 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextComment3 = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextComment3->SetMaxLength( 0 ); + m_TextComment3->SetMinSize( wxSize( 360,-1 ) ); + + bSizercmt3->Add( m_TextComment3, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_Comment3Export = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizercmt3->Add( m_Comment3Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerComment12->Add( bSizercmt3, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerComment12, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerComment4; + bSizerComment4 = new wxBoxSizer( wxVERTICAL ); + + m_staticTextComment4 = new wxStaticText( this, wxID_ANY, _("Comment4"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextComment4->Wrap( -1 ); + bSizerComment4->Add( m_staticTextComment4, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizercmt4; + bSizercmt4 = new wxBoxSizer( wxHORIZONTAL ); + + m_TextComment4 = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + m_TextComment4->SetMaxLength( 0 ); + m_TextComment4->SetMinSize( wxSize( 360,-1 ) ); + + bSizercmt4->Add( m_TextComment4, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + m_Comment4Export = new wxCheckBox( this, wxID_ANY, _("Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 ); + bSizercmt4->Add( m_Comment4Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); + + + bSizerComment4->Add( bSizercmt4, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerComment4, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerFilename; + bSizerFilename = new wxBoxSizer( wxVERTICAL ); + + m_staticTextfilename = new wxStaticText( this, wxID_ANY, _("Page layout description file"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextfilename->Wrap( -1 ); + bSizerFilename->Add( m_staticTextfilename, 0, wxRIGHT|wxLEFT, 5 ); + + wxBoxSizer* bSizerfileSelection; + bSizerfileSelection = new wxBoxSizer( wxHORIZONTAL ); + + m_textCtrlFilePicker = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + bSizerfileSelection->Add( m_textCtrlFilePicker, 1, wxBOTTOM|wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 ); + + m_buttonBrowse = new wxButton( this, wxID_ANY, _("Browse"), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT ); + bSizerfileSelection->Add( m_buttonBrowse, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + + + bSizerFilename->Add( bSizerfileSelection, 1, wxEXPAND, 5 ); + + + bSizerRight->Add( bSizerFilename, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); + + + bUpperSizerH->Add( bSizerRight, 1, wxEXPAND, 5 ); + + + bMainSizer->Add( bUpperSizerH, 1, wxEXPAND, 5 ); + + m_sdbSizer = new wxStdDialogButtonSizer(); + m_sdbSizerOK = new wxButton( this, wxID_OK ); + m_sdbSizer->AddButton( m_sdbSizerOK ); + m_sdbSizerCancel = new wxButton( this, wxID_CANCEL ); + m_sdbSizer->AddButton( m_sdbSizerCancel ); + m_sdbSizer->Realize(); + + bMainSizer->Add( m_sdbSizer, 0, wxALIGN_RIGHT|wxALL, 5 ); + + + this->SetSizer( bMainSizer ); + this->Layout(); + + // Connect Events + m_paperSizeComboBox->Connect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnPaperSizeChoice ), NULL, this ); + m_orientationComboBox->Connect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnPageOrientationChoice ), NULL, this ); + m_TextUserSizeY->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnUserPageSizeYTextUpdated ), NULL, this ); + m_TextUserSizeX->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnUserPageSizeXTextUpdated ), NULL, this ); + m_TextDate->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnDateTextUpdated ), NULL, this ); + m_ApplyDate->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnDateApplyClick ), NULL, this ); + m_TextRevision->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnRevisionTextUpdated ), NULL, this ); + m_TextTitle->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnTitleTextUpdated ), NULL, this ); + m_TitleExport->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnCheckboxTitleClick ), NULL, this ); + m_TextCompany->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnCompanyTextUpdated ), NULL, this ); + m_TextComment1->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment1TextUpdated ), NULL, this ); + m_TextComment2->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment2TextUpdated ), NULL, this ); + m_TextComment3->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment3TextUpdated ), NULL, this ); + m_TextComment4->Connect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment4TextUpdated ), NULL, this ); + m_buttonBrowse->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnWksFileSelection ), NULL, this ); + m_sdbSizerOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnOkClick ), NULL, this ); +} + +DIALOG_PAGES_SETTINGS_BASE::~DIALOG_PAGES_SETTINGS_BASE() +{ + // Disconnect Events + m_paperSizeComboBox->Disconnect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnPaperSizeChoice ), NULL, this ); + m_orientationComboBox->Disconnect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnPageOrientationChoice ), NULL, this ); + m_TextUserSizeY->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnUserPageSizeYTextUpdated ), NULL, this ); + m_TextUserSizeX->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnUserPageSizeXTextUpdated ), NULL, this ); + m_TextDate->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnDateTextUpdated ), NULL, this ); + m_ApplyDate->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnDateApplyClick ), NULL, this ); + m_TextRevision->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnRevisionTextUpdated ), NULL, this ); + m_TextTitle->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnTitleTextUpdated ), NULL, this ); + m_TitleExport->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnCheckboxTitleClick ), NULL, this ); + m_TextCompany->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnCompanyTextUpdated ), NULL, this ); + m_TextComment1->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment1TextUpdated ), NULL, this ); + m_TextComment2->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment2TextUpdated ), NULL, this ); + m_TextComment3->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment3TextUpdated ), NULL, this ); + m_TextComment4->Disconnect( wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnComment4TextUpdated ), NULL, this ); + m_buttonBrowse->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnWksFileSelection ), NULL, this ); + m_sdbSizerOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_PAGES_SETTINGS_BASE::OnOkClick ), NULL, this ); + +} diff --git a/common/dialogs/dialog_page_settings_base.fbp b/common/dialogs/dialog_page_settings_base.fbp new file mode 100644 index 0000000..a456426 --- /dev/null +++ b/common/dialogs/dialog_page_settings_base.fbp @@ -0,0 +1,4454 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + dialog_page_settings_base + 1000 + none + 1 + dialog_page_settings_base + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + + + 1 + 1 + impl_virtual + + + + 0 + wxID_ANY + + + DIALOG_PAGES_SETTINGS_BASE + + 748,470 + wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER + DIALOG_SHIM; dialog_shim.h + Page Settings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -1,-1 + bMainSizer + wxVERTICAL + none + + 5 + wxEXPAND + 1 + + + bUpperSizerH + wxHORIZONTAL + none + + 5 + wxEXPAND + 0 + + + bleftSizer + wxVERTICAL + none + + 5 + wxALIGN_CENTER_HORIZONTAL|wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Paper + + 0 + + + 0 + + 1 + m_staticTextPaper + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_staticline2 + 1 + + + protected + 1 + + Resizable + 1 + + wxLI_HORIZONTAL + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Size: + + 0 + + + 0 + + 1 + m_staticTextSize + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + "dummy text" + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_paperSizeComboBox + 1 + + + protected + 1 + + Resizable + 0 + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + OnPaperSizeChoice + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Orientation: + + 0 + + + 0 + + 1 + m_staticTextOrient + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + "Landscape" "Portrait" + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_orientationComboBox + 1 + + + protected + 1 + + Resizable + 0 + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + OnPageOrientationChoice + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Custom Size: + + 0 + + + 0 + + 1 + m_staticTextCustSize + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 0 + + + bSizerCustSize + wxHORIZONTAL + none + + 5 + wxEXPAND + 1 + + + bSizercustHeight + wxVERTICAL + none + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Height: + + 0 + + + 0 + + 1 + m_staticTextHeight + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 6 + + 0 + + 1 + m_TextUserSizeY + 1 + + + protected + 1 + + Resizable + 1 + + wxTE_LEFT + + 0 + Custom paper height. + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnUserPageSizeYTextUpdated + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizercustWidth + wxVERTICAL + none + + 5 + wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Width: + + 0 + + + 0 + + 1 + m_staticTextWidth + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 6 + + 0 + + 1 + m_TextUserSizeX + 1 + + + protected + 1 + + Resizable + 1 + + wxTE_LEFT + + 0 + Custom paper width. + + wxFILTER_NONE + wxTextValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnUserPageSizeXTextUpdated + + + + + + + + + + + + 5 + wxALL|wxALIGN_CENTER_HORIZONTAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Layout Preview + + 0 + + + 0 + + 1 + m_staticTextPreview + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALL|wxEXPAND + 1 + + 1 + 1 + 1 + 1 + + + + + + wxSYS_COLOUR_WINDOW + Load From Icon Resource; + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + wxSYS_COLOUR_WINDOW + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + -1,-1 + 1 + m_PageLayoutExampleBitmap + 1 + + + protected + 1 + + Resizable + 1 + -1,-1 + + 0 + + + + wxFULL_REPAINT_ON_RESIZE|wxSIMPLE_BORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxTOP|wxBOTTOM + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_staticline1 + 1 + + + protected + 1 + + Resizable + 1 + + wxLI_VERTICAL + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizerRight + wxVERTICAL + none + + 5 + wxALL|wxALIGN_CENTER_HORIZONTAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Title Block Parameters + + 0 + + + 0 + + 1 + m_staticTexttbprm + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_staticline3 + 1 + + + protected + 1 + + Resizable + 1 + + wxLI_HORIZONTAL + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + 0 + + + SheetInfoSizer + wxHORIZONTAL + none + + 5 + wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Number of sheets: %d + + 0 + + + 0 + + 1 + m_TextSheetCount + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + 5 + protected + 5 + + + + 5 + wxALL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Sheet number: %d + + 0 + + + 0 + + 1 + m_TextSheetNumber + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerDate + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Issue Date + + 0 + + + 0 + + 1 + m_staticTextDate + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizerissuedate + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 3 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 100,-1 + 1 + m_TextDate + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnDateTextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + <<< + + 0 + + + 0 + + 1 + m_ApplyDate + 1 + + + protected + 1 + + Resizable + 1 + + wxBU_EXACTFIT + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnDateApplyClick + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 2 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_PickDate + 1 + + + protected + 1 + + Resizable + 1 + + wxDP_DEFAULT + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_DateExport + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerRev + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Revision + + 0 + + + 0 + + 1 + m_staticTextRev + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizer9 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 100,-1 + 1 + m_TextRevision + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnRevisionTextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_RevisionExport + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerTitle + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Title + + 0 + + + 0 + + 1 + m_staticTextTitle + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizer12 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 360,-1 + 1 + m_TextTitle + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnTitleTextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_TitleExport + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + OnCheckboxTitleClick + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerCompany + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Company + + 0 + + + 0 + + 1 + m_staticText13 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizer14 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 360,-1 + 1 + m_TextCompany + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnCompanyTextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_CompanyExport + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerComment1 + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Comment1 + + 0 + + + 0 + + 1 + m_staticTextComment1 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizercmt1 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 360,-1 + 1 + m_TextComment1 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnComment1TextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_Comment1Export + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerComment2 + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Comment2 + + 0 + + + 0 + + 1 + m_staticTextComment2 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizercmt2 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 360,-1 + 1 + m_TextComment2 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnComment2TextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_Comment2Export + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerComment12 + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Comment3 + + 0 + + + 0 + + 1 + m_staticTextComment3 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizercmt3 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 360,-1 + 1 + m_TextComment3 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnComment3TextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_Comment3Export + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerComment4 + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Comment4 + + 0 + + + 0 + + 1 + m_staticTextComment4 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizercmt4 + wxHORIZONTAL + none + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + 0 + + 0 + 360,-1 + 1 + m_TextComment4 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnComment4TextUpdated + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Export to other sheets + + 0 + + + 0 + + 1 + m_Comment4Export + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND|wxRIGHT|wxLEFT + 0 + + + bSizerFilename + wxVERTICAL + none + + 5 + wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Page layout description file + + 0 + + + 0 + + 1 + m_staticTextfilename + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + + bSizerfileSelection + wxHORIZONTAL + none + + 5 + wxBOTTOM|wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + + 0 + + + + 0 + + 1 + m_textCtrlFilePicker + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Browse + + 0 + + + 0 + + 1 + m_buttonBrowse + 1 + + + protected + 1 + + Resizable + 1 + + wxBU_EXACTFIT + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + OnWksFileSelection + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_RIGHT|wxALL + 0 + + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + m_sdbSizer + protected + + + + + + OnOkClick + + + + + + + + diff --git a/common/dialogs/dialog_page_settings_base.h b/common/dialogs/dialog_page_settings_base.h new file mode 100644 index 0000000..13ccf6f --- /dev/null +++ b/common/dialogs/dialog_page_settings_base.h @@ -0,0 +1,126 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Mar 9 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __DIALOG_PAGE_SETTINGS_BASE_H__ +#define __DIALOG_PAGE_SETTINGS_BASE_H__ + +#include +#include +#include +class DIALOG_SHIM; + +#include "dialog_shim.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class DIALOG_PAGES_SETTINGS_BASE +/////////////////////////////////////////////////////////////////////////////// +class DIALOG_PAGES_SETTINGS_BASE : public DIALOG_SHIM +{ + private: + + protected: + wxStaticText* m_staticTextPaper; + wxStaticLine* m_staticline2; + wxStaticText* m_staticTextSize; + wxChoice* m_paperSizeComboBox; + wxStaticText* m_staticTextOrient; + wxChoice* m_orientationComboBox; + wxStaticText* m_staticTextCustSize; + wxStaticText* m_staticTextHeight; + wxTextCtrl* m_TextUserSizeY; + wxStaticText* m_staticTextWidth; + wxTextCtrl* m_TextUserSizeX; + wxStaticText* m_staticTextPreview; + wxStaticBitmap* m_PageLayoutExampleBitmap; + wxStaticLine* m_staticline1; + wxStaticText* m_staticTexttbprm; + wxStaticLine* m_staticline3; + wxStaticText* m_TextSheetCount; + wxStaticText* m_TextSheetNumber; + wxStaticText* m_staticTextDate; + wxTextCtrl* m_TextDate; + wxButton* m_ApplyDate; + wxDatePickerCtrl* m_PickDate; + wxCheckBox* m_DateExport; + wxStaticText* m_staticTextRev; + wxTextCtrl* m_TextRevision; + wxCheckBox* m_RevisionExport; + wxStaticText* m_staticTextTitle; + wxTextCtrl* m_TextTitle; + wxCheckBox* m_TitleExport; + wxStaticText* m_staticText13; + wxTextCtrl* m_TextCompany; + wxCheckBox* m_CompanyExport; + wxStaticText* m_staticTextComment1; + wxTextCtrl* m_TextComment1; + wxCheckBox* m_Comment1Export; + wxStaticText* m_staticTextComment2; + wxTextCtrl* m_TextComment2; + wxCheckBox* m_Comment2Export; + wxStaticText* m_staticTextComment3; + wxTextCtrl* m_TextComment3; + wxCheckBox* m_Comment3Export; + wxStaticText* m_staticTextComment4; + wxTextCtrl* m_TextComment4; + wxCheckBox* m_Comment4Export; + wxStaticText* m_staticTextfilename; + wxTextCtrl* m_textCtrlFilePicker; + wxButton* m_buttonBrowse; + wxStdDialogButtonSizer* m_sdbSizer; + wxButton* m_sdbSizerOK; + wxButton* m_sdbSizerCancel; + + // Virtual event handlers, overide them in your derived class + virtual void OnPaperSizeChoice( wxCommandEvent& event ) { event.Skip(); } + virtual void OnPageOrientationChoice( wxCommandEvent& event ) { event.Skip(); } + virtual void OnUserPageSizeYTextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnUserPageSizeXTextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnDateTextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnDateApplyClick( wxCommandEvent& event ) { event.Skip(); } + virtual void OnRevisionTextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnTitleTextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnCheckboxTitleClick( wxCommandEvent& event ) { event.Skip(); } + virtual void OnCompanyTextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnComment1TextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnComment2TextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnComment3TextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnComment4TextUpdated( wxCommandEvent& event ) { event.Skip(); } + virtual void OnWksFileSelection( wxCommandEvent& event ) { event.Skip(); } + virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); } + + + public: + + DIALOG_PAGES_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Page Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 748,470 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); + ~DIALOG_PAGES_SETTINGS_BASE(); + +}; + +#endif //__DIALOG_PAGE_SETTINGS_BASE_H__ diff --git a/common/dialogs/wx_html_report_panel.cpp b/common/dialogs/wx_html_report_panel.cpp new file mode 100644 index 0000000..c9dca09 --- /dev/null +++ b/common/dialogs/wx_html_report_panel.cpp @@ -0,0 +1,302 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 CERN + * Copyright (C) 2015 KiCad Developers, see change_log.txt for contributors. + * Author: Tomasz Wlostowski + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#include "wx_html_report_panel.h" + +#include +#include + +WX_HTML_REPORT_PANEL::WX_HTML_REPORT_PANEL( wxWindow* parent, + wxWindowID id, + const wxPoint& pos, + const wxSize& size, + long style ) : + WX_HTML_REPORT_PANEL_BASE( parent, id, pos, size, style ), + m_reporter( this ), + m_severities( -1 ), + m_showAll( true ), + m_lazyUpdate( false ) +{ + syncCheckboxes(); + m_htmlView->SetPage( addHeader( "" ) ); +} + + +WX_HTML_REPORT_PANEL::~WX_HTML_REPORT_PANEL() +{ +} + + +void WX_HTML_REPORT_PANEL::MsgPanelSetMinSize( const wxSize& aMinSize ) +{ + m_htmlView->SetMinSize( aMinSize ); + GetSizer()->SetSizeHints( this ); +} + + +REPORTER& WX_HTML_REPORT_PANEL::Reporter() +{ + return m_reporter; +} + + +void WX_HTML_REPORT_PANEL::Report( const wxString& aText, REPORTER::SEVERITY aSeverity ) +{ + REPORT_LINE line; + line.message = aText; + line.severity = aSeverity; + + m_report.push_back( line ); + + m_html += generateHtml( line ); + + if( !m_lazyUpdate ) + { + m_htmlView->AppendToPage( generateHtml( line ) ); + scrollToBottom(); + } +} + + +void WX_HTML_REPORT_PANEL::SetLazyUpdate( bool aLazyUpdate ) +{ + m_lazyUpdate = aLazyUpdate; +} + + +void WX_HTML_REPORT_PANEL::Flush() +{ + m_htmlView->SetPage( addHeader( m_html ) ); + scrollToBottom(); +} + + +void WX_HTML_REPORT_PANEL::scrollToBottom() +{ + int x, y, xUnit, yUnit; + + m_htmlView->GetVirtualSize( &x, &y ); + m_htmlView->GetScrollPixelsPerUnit( &xUnit, &yUnit ); + m_htmlView->Scroll( 0, y / yUnit ); +} + + +void WX_HTML_REPORT_PANEL::refreshView() +{ + wxString html; + + BOOST_FOREACH( REPORT_LINE l, m_report ) + { + html += generateHtml( l ); + } + + m_htmlView->SetPage( addHeader( html ) ); + scrollToBottom(); +} + + +wxString WX_HTML_REPORT_PANEL::addHeader( const wxString& aBody ) +{ + wxColour bgcolor = wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ); + wxColour fgcolor = wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOWTEXT ); + wxString s = ""; + s += aBody; + s += ""; + + return s; +} + + +wxString WX_HTML_REPORT_PANEL::generateHtml( const REPORT_LINE& aLine ) +{ + if( !m_showAll && ! ( m_severities & aLine.severity ) ) + return wxEmptyString; + + switch( aLine.severity ) + { + case REPORTER::RPT_ERROR: + return wxString( "" ) + _( "Error: " ) + aLine.message + wxString( "
" ); + case REPORTER::RPT_WARNING: + return wxString( "" ) + _( "Warning: " ) + aLine.message + wxString( "
" ); + case REPORTER::RPT_INFO: + return wxString( "" ) + _( "Info: " ) + aLine.message + wxString( "
" ); + case REPORTER::RPT_ACTION: + return wxString( "" ) + aLine.message + wxString( "
" ); + default: + return wxString( "" ) + aLine.message + wxString( "
" ); + } +} + + +wxString WX_HTML_REPORT_PANEL::generatePlainText( const REPORT_LINE& aLine ) +{ + switch( aLine.severity ) + { + case REPORTER::RPT_ERROR: + return _( "Error: " ) + aLine.message + wxT( "\n" ); + case REPORTER::RPT_WARNING: + return _( "Warning: " ) + aLine.message + wxT( "\n" ); + case REPORTER::RPT_INFO: + return _( "Info: " ) + aLine.message + wxT( "\n" ); + default: + return aLine.message + wxT( "\n" ); + } +} + + +void WX_HTML_REPORT_PANEL::onCheckBoxShowAll( wxCommandEvent& event ) +{ + if ( event.IsChecked() ) + m_showAll = true; + else + m_showAll = false; + + syncCheckboxes(); + refreshView(); +} + + +void WX_HTML_REPORT_PANEL::syncCheckboxes() +{ + m_checkBoxShowAll->SetValue( m_showAll ); + m_checkBoxShowWarnings->Enable( !m_showAll ); + m_checkBoxShowWarnings->SetValue( m_severities & REPORTER::RPT_WARNING ); + m_checkBoxShowErrors->Enable( !m_showAll ); + m_checkBoxShowErrors->SetValue( m_severities & REPORTER::RPT_ERROR ); + m_checkBoxShowInfos->Enable( !m_showAll ); + m_checkBoxShowInfos->SetValue( m_severities & REPORTER::RPT_INFO ); + m_checkBoxShowActions->Enable( !m_showAll ); + m_checkBoxShowActions->SetValue( m_severities & REPORTER::RPT_ACTION ); +} + + +void WX_HTML_REPORT_PANEL::onCheckBoxShowWarnings( wxCommandEvent& event ) +{ + if ( event.IsChecked() ) + m_severities |= REPORTER::RPT_WARNING; + else + m_severities &= ~REPORTER::RPT_WARNING; + + refreshView(); +} + + +void WX_HTML_REPORT_PANEL::onCheckBoxShowErrors( wxCommandEvent& event ) +{ + if ( event.IsChecked() ) + m_severities |= REPORTER::RPT_ERROR; + else + m_severities &= ~REPORTER::RPT_ERROR; + + refreshView(); +} + + +void WX_HTML_REPORT_PANEL::onCheckBoxShowInfos( wxCommandEvent& event ) +{ + if ( event.IsChecked() ) + m_severities |= REPORTER::RPT_INFO; + else + m_severities &= ~REPORTER::RPT_INFO; + + refreshView(); +} + + +void WX_HTML_REPORT_PANEL::onCheckBoxShowActions( wxCommandEvent& event ) +{ + if ( event.IsChecked() ) + m_severities |= REPORTER::RPT_ACTION; + else + m_severities &= ~REPORTER::RPT_ACTION; + + refreshView(); +} + + +void WX_HTML_REPORT_PANEL::onBtnSaveToFile( wxCommandEvent& event ) +{ + wxFileName fn( "./report.txt" ); + + wxFileDialog dlg( this, _( "Save report to file" ), fn.GetPath(), fn.GetName(), + TextWildcard, wxFD_SAVE | wxFD_OVERWRITE_PROMPT ); + + if( dlg.ShowModal() != wxID_OK ) + return; + + fn = dlg.GetPath(); + + if( fn.GetExt().IsEmpty() ) + fn.SetExt( wxT( "txt" ) ); + + wxFile f( fn.GetFullPath(), wxFile::write ); + + if( !f.IsOpened() ) + { + wxString msg; + + msg.Printf( _( "Cannot write report to file '%s'." ), + fn.GetFullPath().GetData() ); + wxMessageBox( msg, _( "File save error" ), wxOK | wxICON_ERROR, this ); + return; + } + + BOOST_FOREACH( REPORT_LINE l, m_report ) + { + f.Write( generatePlainText( l ) ); + } + + f.Close(); +} + + +void WX_HTML_REPORT_PANEL::Clear() +{ + m_html.clear(); + m_report.clear(); +} + + +void WX_HTML_REPORT_PANEL::SetLabel( const wxString& aLabel ) +{ + m_box->GetStaticBox()->SetLabel( aLabel ); +} + + +void WX_HTML_REPORT_PANEL::SetVisibleSeverities( int aSeverities ) +{ + if( aSeverities < 0 ) + m_showAll = true; + else + { + m_showAll = false; + m_severities = aSeverities; + } + + syncCheckboxes(); +} + + +int WX_HTML_REPORT_PANEL::GetVisibleSeverities() +{ + return m_showAll ? m_severities | 0x80000000 : m_severities & ~0x80000000; +} diff --git a/common/dialogs/wx_html_report_panel.h b/common/dialogs/wx_html_report_panel.h new file mode 100644 index 0000000..03e351f --- /dev/null +++ b/common/dialogs/wx_html_report_panel.h @@ -0,0 +1,122 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 CERN + * Copyright (C) 2015 KiCad Developers, see change_log.txt for contributors. + * Author: Tomasz Wlostowski + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef __WX_HTML_REPORT_PANEL_H__ +#define __WX_HTML_REPORT_PANEL_H__ + +#include +#include +#include + +#include "wx_html_report_panel_base.h" + + +/** + * Class WX_HTML_REPORT_PANEL + * + * A widget for browsing a rich text error/status report. Used in numerous + * dialogs in eeschema and pcbnew. Provides error filtering functionality + * and saving report files. + * + * The messages are reported throuth a REPORTER object + */ +class WX_HTML_REPORT_PANEL : public WX_HTML_REPORT_PANEL_BASE +{ +public: + WX_HTML_REPORT_PANEL( wxWindow* parent, wxWindowID id = wxID_ANY, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL ); + ~WX_HTML_REPORT_PANEL(); + + ///> Set the min size of the area which displays html messages: + void MsgPanelSetMinSize( const wxSize& aMinSize ); + + ///> returns the reporter object that reports to this panel + REPORTER& Reporter(); + + ///> reports a string directly. + void Report( const wxString& aText, REPORTER::SEVERITY aSeverity ); + + ///> clears the report panel + void Clear(); + + ///> sets the frame label + void SetLabel( const wxString& aLabel ); + + ///> Sets the lasy update. If this mode is on, messages are stored but the display + ///> is not updated (Updating display can be very time consumming if there are many messages) + ///> A call to Flush() will be needed after build the report + void SetLazyUpdate( bool aLazyUpdate ); + + ///> Forces updating the HTML page, after the report is built in lazy mode + void Flush(); + + ///> Set the visible severity filter. + ///> if aSeverities < 0 the m_showAll option is set + void SetVisibleSeverities( int aSeverities ); + + ///> @return the visible severity filter. + ///> If the m_showAll option is set, the mask is < 0 + int GetVisibleSeverities(); + +private: + struct REPORT_LINE + { + REPORTER::SEVERITY severity; + wxString message; + }; + + typedef std::vector REPORT_LINES; + + wxString addHeader( const wxString& aBody ); + wxString generateHtml( const REPORT_LINE& aLine ); + wxString generatePlainText( const REPORT_LINE& aLine ); + + void refreshView(); + void scrollToBottom(); + void syncCheckboxes(); + + void onCheckBoxShowAll( wxCommandEvent& event ); + void onCheckBoxShowWarnings( wxCommandEvent& event ); + void onCheckBoxShowErrors( wxCommandEvent& event ); + void onCheckBoxShowInfos( wxCommandEvent& event ); + void onCheckBoxShowActions( wxCommandEvent& event ); + + void onBtnSaveToFile( wxCommandEvent& event ); + + ///> copy of the report, stored for filtering + REPORT_LINES m_report; + + ///> the reporter + WX_HTML_PANEL_REPORTER m_reporter; + + ///> message severities to display (mask) + int m_severities; + + ///> show all messages flag (overrides m_severities) + bool m_showAll; + + wxString m_html; + + bool m_lazyUpdate; +}; + +#endif //__WX_HTML_REPORT_PANEL_H__ diff --git a/common/dialogs/wx_html_report_panel_base.cpp b/common/dialogs/wx_html_report_panel_base.cpp new file mode 100644 index 0000000..bd33c8c --- /dev/null +++ b/common/dialogs/wx_html_report_panel_base.cpp @@ -0,0 +1,94 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 17 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#include "wx_html_report_panel_base.h" + +/////////////////////////////////////////////////////////////////////////// + +WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxPanel( parent, id, pos, size, style ) +{ + m_box = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Messages:") ), wxVERTICAL ); + + wxFlexGridSizer* fgSizer4; + fgSizer4 = new wxFlexGridSizer( 2, 1, 0, 0 ); + fgSizer4->AddGrowableCol( 0 ); + fgSizer4->AddGrowableRow( 0 ); + fgSizer4->SetFlexibleDirection( wxBOTH ); + fgSizer4->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); + + m_htmlView = new wxHtmlWindow( m_box->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_SCROLLBAR_AUTO ); + m_htmlView->SetFont( wxFont( 10, 70, 90, 90, false, wxEmptyString ) ); + + fgSizer4->Add( m_htmlView, 1, wxEXPAND, 5 ); + + wxFlexGridSizer* fgSizer3; + fgSizer3 = new wxFlexGridSizer( 1, 7, 0, 0 ); + fgSizer3->AddGrowableCol( 6 ); + fgSizer3->SetFlexibleDirection( wxBOTH ); + fgSizer3->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); + + m_staticText3 = new wxStaticText( m_box->GetStaticBox(), wxID_ANY, _("Filter:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticText3->Wrap( -1 ); + fgSizer3->Add( m_staticText3, 0, wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT, 5 ); + + m_checkBoxShowAll = new wxCheckBox( m_box->GetStaticBox(), wxID_ANY, _("All"), wxDefaultPosition, wxDefaultSize, 0 ); + m_checkBoxShowAll->SetValue(true); + fgSizer3->Add( m_checkBoxShowAll, 0, wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_checkBoxShowWarnings = new wxCheckBox( m_box->GetStaticBox(), wxID_ANY, _("Warnings"), wxDefaultPosition, wxDefaultSize, 0 ); + m_checkBoxShowWarnings->Enable( false ); + + fgSizer3->Add( m_checkBoxShowWarnings, 0, wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_checkBoxShowErrors = new wxCheckBox( m_box->GetStaticBox(), wxID_ANY, _("Errors"), wxDefaultPosition, wxDefaultSize, 0 ); + m_checkBoxShowErrors->Enable( false ); + + fgSizer3->Add( m_checkBoxShowErrors, 0, wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_checkBoxShowInfos = new wxCheckBox( m_box->GetStaticBox(), wxID_ANY, _("Infos"), wxDefaultPosition, wxDefaultSize, 0 ); + m_checkBoxShowInfos->Enable( false ); + + fgSizer3->Add( m_checkBoxShowInfos, 0, wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT, 5 ); + + m_checkBoxShowActions = new wxCheckBox( m_box->GetStaticBox(), wxID_ANY, _("Actions"), wxDefaultPosition, wxDefaultSize, 0 ); + m_checkBoxShowActions->Enable( false ); + + fgSizer3->Add( m_checkBoxShowActions, 0, wxTOP|wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 ); + + m_btnSaveReportToFile = new wxButton( m_box->GetStaticBox(), wxID_ANY, _("Save report to file..."), wxDefaultPosition, wxDefaultSize, 0 ); + fgSizer3->Add( m_btnSaveReportToFile, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_RIGHT|wxTOP|wxLEFT, 5 ); + + + fgSizer4->Add( fgSizer3, 1, wxEXPAND, 5 ); + + + m_box->Add( fgSizer4, 1, wxEXPAND|wxALL, 5 ); + + + this->SetSizer( m_box ); + this->Layout(); + + // Connect Events + m_checkBoxShowAll->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowAll ), NULL, this ); + m_checkBoxShowWarnings->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowWarnings ), NULL, this ); + m_checkBoxShowErrors->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowErrors ), NULL, this ); + m_checkBoxShowInfos->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowInfos ), NULL, this ); + m_checkBoxShowActions->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowActions ), NULL, this ); + m_btnSaveReportToFile->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onBtnSaveToFile ), NULL, this ); +} + +WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE() +{ + // Disconnect Events + m_checkBoxShowAll->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowAll ), NULL, this ); + m_checkBoxShowWarnings->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowWarnings ), NULL, this ); + m_checkBoxShowErrors->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowErrors ), NULL, this ); + m_checkBoxShowInfos->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowInfos ), NULL, this ); + m_checkBoxShowActions->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowActions ), NULL, this ); + m_btnSaveReportToFile->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( WX_HTML_REPORT_PANEL_BASE::onBtnSaveToFile ), NULL, this ); + +} diff --git a/common/dialogs/wx_html_report_panel_base.fbp b/common/dialogs/wx_html_report_panel_base.fbp new file mode 100644 index 0000000..8b635e0 --- /dev/null +++ b/common/dialogs/wx_html_report_panel_base.fbp @@ -0,0 +1,823 @@ + + + + + + C++ + 1 + source_name + 0 + 0 + res + UTF-8 + connect + wx_html_report_panel_base + 1000 + none + 1 + WX_HTML_REPORT_PANEL_BASE + + . + + 1 + 1 + 1 + 1 + UI + 0 + 0 + + 0 + wxAUI_MGR_DEFAULT + + + 1 + 1 + impl_virtual + + + 0 + wxID_ANY + + + WX_HTML_REPORT_PANEL_BASE + + 500,300 + + + + + wxTAB_TRAVERSAL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + wxID_ANY + Messages: + + m_box + wxVERTICAL + protected + + + 5 + wxEXPAND|wxALL + 1 + + 1 + wxBOTH + 0 + 0 + 0 + + fgSizer4 + wxFLEX_GROWMODE_SPECIFIED + none + 2 + 0 + + 5 + wxEXPAND + 1 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 0 + 0 + Dock + 0 + Left + 1 + + 1 + ,90,90,10,70,0 + 0 + 0 + wxID_ANY + + 0 + + + 0 + + 1 + m_htmlView + 1 + + + protected + 1 + + Resizable + 1 + + wxHW_SCROLLBAR_AUTO + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxEXPAND + 1 + + 7 + wxBOTH + 6 + + 0 + + fgSizer3 + wxFLEX_GROWMODE_SPECIFIED + none + 1 + 0 + + 5 + wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Filter: + + 0 + + + 0 + + 1 + m_staticText3 + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + + + -1 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + 1 + + 1 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + All + + 0 + + + 0 + + 1 + m_checkBoxShowAll + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + onCheckBoxShowAll + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 0 + + 1 + + 0 + 0 + wxID_ANY + Warnings + + 0 + + + 0 + + 1 + m_checkBoxShowWarnings + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + onCheckBoxShowWarnings + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 0 + + 1 + + 0 + 0 + wxID_ANY + Errors + + 0 + + + 0 + + 1 + m_checkBoxShowErrors + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + onCheckBoxShowErrors + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxTOP|wxRIGHT|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 0 + + 1 + + 0 + 0 + wxID_ANY + Infos + + 0 + + + 0 + + 1 + m_checkBoxShowInfos + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + onCheckBoxShowInfos + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxTOP|wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 0 + 1 + + 1 + 0 + Dock + 0 + Left + 0 + + 1 + + 0 + 0 + wxID_ANY + Actions + + 0 + + + 0 + + 1 + m_checkBoxShowActions + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + + onCheckBoxShowActions + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + wxALIGN_CENTER_VERTICAL|wxALIGN_RIGHT|wxTOP|wxLEFT + 0 + + 1 + 1 + 1 + 1 + + + + + + + + 1 + 0 + 1 + + 1 + 0 + 0 + Dock + 0 + Left + 1 + + 1 + + 0 + 0 + wxID_ANY + Save report to file... + + 0 + -1,-1 + + 0 + + 1 + m_btnSaveReportToFile + 1 + + + protected + 1 + + Resizable + 1 + + + + 0 + + + wxFILTER_NONE + wxDefaultValidator + + + + + onBtnSaveToFile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/dialogs/wx_html_report_panel_base.h b/common/dialogs/wx_html_report_panel_base.h new file mode 100644 index 0000000..b65449e --- /dev/null +++ b/common/dialogs/wx_html_report_panel_base.h @@ -0,0 +1,64 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version Jun 17 2015) +// http://www.wxformbuilder.org/ +// +// PLEASE DO "NOT" EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#ifndef __WX_HTML_REPORT_PANEL_BASE_H__ +#define __WX_HTML_REPORT_PANEL_BASE_H__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/////////////////////////////////////////////////////////////////////////// + + +/////////////////////////////////////////////////////////////////////////////// +/// Class WX_HTML_REPORT_PANEL_BASE +/////////////////////////////////////////////////////////////////////////////// +class WX_HTML_REPORT_PANEL_BASE : public wxPanel +{ + private: + + protected: + wxStaticBoxSizer* m_box; + wxHtmlWindow* m_htmlView; + wxStaticText* m_staticText3; + wxCheckBox* m_checkBoxShowAll; + wxCheckBox* m_checkBoxShowWarnings; + wxCheckBox* m_checkBoxShowErrors; + wxCheckBox* m_checkBoxShowInfos; + wxCheckBox* m_checkBoxShowActions; + wxButton* m_btnSaveReportToFile; + + // Virtual event handlers, overide them in your derived class + virtual void onCheckBoxShowAll( wxCommandEvent& event ) { event.Skip(); } + virtual void onCheckBoxShowWarnings( wxCommandEvent& event ) { event.Skip(); } + virtual void onCheckBoxShowErrors( wxCommandEvent& event ) { event.Skip(); } + virtual void onCheckBoxShowInfos( wxCommandEvent& event ) { event.Skip(); } + virtual void onCheckBoxShowActions( wxCommandEvent& event ) { event.Skip(); } + virtual void onBtnSaveToFile( wxCommandEvent& event ) { event.Skip(); } + + + public: + + WX_HTML_REPORT_PANEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL ); + ~WX_HTML_REPORT_PANEL_BASE(); + +}; + +#endif //__WX_HTML_REPORT_PANEL_BASE_H__ diff --git a/common/displlst.cpp b/common/displlst.cpp new file mode 100644 index 0000000..b8961f6 --- /dev/null +++ b/common/displlst.cpp @@ -0,0 +1,252 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 1992-2013 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file displlst.cpp + */ + +#include +#include +#include +#include +#include + +EDA_LIST_DIALOG::EDA_LIST_DIALOG( EDA_DRAW_FRAME* aParent, const wxString& aTitle, + const wxArrayString& aItemHeaders, + const std::vector& aItemList, + const wxString& aSelection, + void( *aCallBackFunction )( wxString&, void* ), + void* aCallBackFunctionData, + bool aSortList ) : + EDA_LIST_DIALOG_BASE( aParent, wxID_ANY, aTitle ) +{ + m_sortList = aSortList; + m_cb_func = aCallBackFunction; + m_cb_data = aCallBackFunctionData; + m_itemsListCp = &aItemList; + + initDialog( aItemHeaders, aSelection ); + + // DIALOG_SHIM needs a unique hash_key because classname is not sufficient + // because so many dialogs share this same class, with different numbers of + // columns, different column names, and column widths. + m_hash_key = TO_UTF8( aTitle ); + + m_filterBox->SetFocus(); + + // this line fixes an issue on Linux Ubuntu using Unity (dialog not shown), + // and works fine on all systems + GetSizer()->Fit( this ); + + Centre(); +} + + +void EDA_LIST_DIALOG::initDialog( const wxArrayString& aItemHeaders, + const wxString& aSelection) +{ + + for( unsigned i = 0; i < aItemHeaders.Count(); i++ ) + { + wxListItem column; + + column.SetId( i ); + column.SetText( aItemHeaders.Item( i ) ); + + m_listBox->InsertColumn( i, column ); + } + + InsertItems( *m_itemsListCp, 0 ); + + if( m_cb_func == NULL ) + { + m_messages->Show( false ); + m_staticTextMsg->Show( false ); + } + + for( unsigned col = 0; col < aItemHeaders.Count(); ++col ) + { + m_listBox->SetColumnWidth( col, wxLIST_AUTOSIZE ); + int columnwidth = m_listBox->GetColumnWidth( col ); + m_listBox->SetColumnWidth( col, wxLIST_AUTOSIZE_USEHEADER ); + int headerwidth = m_listBox->GetColumnWidth( col ); + m_listBox->SetColumnWidth( col, std::max( columnwidth, headerwidth ) ); + } + + if( !!aSelection ) + { + for( unsigned row = 0; row < m_itemsListCp->size(); ++row ) + { + if( (*m_itemsListCp)[row][0] == aSelection ) + { + m_listBox->SetItemState( row, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED ); + m_listBox->EnsureVisible( row ); + break; + } + } + } +} + + +void EDA_LIST_DIALOG::textChangeInFilterBox( wxCommandEvent& event ) +{ + wxString filter; + wxString itemName; + + filter = wxT( "*" ) + m_filterBox->GetLineText( 0 ).MakeLower() + wxT( "*" ); + + m_listBox->DeleteAllItems(); + + for( unsigned i = 0; i < m_itemsListCp->size(); i++ ) + { + itemName = (*m_itemsListCp)[i].Item( 0 ); + + if( itemName.MakeLower().Matches( filter ) ) + { + Append( (*m_itemsListCp)[i] ); + } + } + + if( m_sortList ) + sortList(); +} + + +wxString EDA_LIST_DIALOG::GetTextSelection( int aColumn ) +{ + wxCHECK_MSG( unsigned( aColumn ) < unsigned( m_listBox->GetColumnCount() ), wxEmptyString, + wxT( "Invalid list control column." ) ); + + long item = m_listBox->GetNextItem( -1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED ); + + if( item >= 0 ) // if something is selected. + { + wxListItem info; + + info.m_mask = wxLIST_MASK_TEXT; + info.m_itemId = item; + info.m_col = aColumn; + + if( m_listBox->GetItem( info ) ) + return info.m_text; + } + + return wxEmptyString; +} + + +void EDA_LIST_DIALOG::Append( const wxArrayString& itemList ) +{ + long itemIndex = m_listBox->InsertItem( m_listBox->GetItemCount(), itemList[0] ); + + m_listBox->SetItemData( itemIndex, (long) &(itemList[0]) ); + + // Adding the next columns content + for( unsigned i = 1; i < itemList.size(); i++ ) + { + m_listBox->SetItem( itemIndex, i, itemList[i] ); + } +} + + +void EDA_LIST_DIALOG::InsertItems( const std::vector< wxArrayString >& itemList, int position ) +{ + for( unsigned row = 0; row < itemList.size(); row++ ) + { + wxASSERT( (int) itemList[row].GetCount() == m_listBox->GetColumnCount() ); + + long itemIndex = 0; + for( unsigned col = 0; col < itemList[row].GetCount(); col++ ) + { + + if( col == 0 ) + { + itemIndex = m_listBox->InsertItem( row+position, itemList[row].Item( col ) ); + m_listBox->SetItemData( itemIndex, (long) &itemList[row].Item( col ) ); + } + else + { + m_listBox->SetItem( itemIndex, col, itemList[row].Item( col ) ); + } + } + } + + if( m_sortList ) + sortList(); +} + + +void EDA_LIST_DIALOG::onCancelClick( wxCommandEvent& event ) +{ + EndModal( wxID_CANCEL ); +} + + +void EDA_LIST_DIALOG::onListItemSelected( wxListEvent& event ) +{ + if( m_cb_func ) + { + m_messages->Clear(); + wxString text = GetTextSelection(); + m_cb_func( text, m_cb_data ); + m_messages->WriteText( text ); + } +} + + +void EDA_LIST_DIALOG::onListItemActivated( wxListEvent& event ) +{ + EndModal( wxID_OK ); +} + + +void EDA_LIST_DIALOG::onOkClick( wxCommandEvent& event ) +{ + EndModal( wxID_OK ); +} + + +void EDA_LIST_DIALOG::onClose( wxCloseEvent& event ) +{ + EndModal( wxID_CANCEL ); +} + + +/* Sort alphabetically, case insensitive. + */ +static int wxCALLBACK myCompareFunction( wxIntPtr aItem1, wxIntPtr aItem2, + wxIntPtr WXUNUSED( aSortData ) ) +{ + wxString* component1Name = (wxString*) aItem1; + wxString* component2Name = (wxString*) aItem2; + + return StrNumCmp( *component1Name, *component2Name, INT_MAX, true ); +} + + +void EDA_LIST_DIALOG::sortList() +{ + m_listBox->SortItems( myCompareFunction, 0 ); +} diff --git a/common/dlist.cpp b/common/dlist.cpp new file mode 100644 index 0000000..512fd1c --- /dev/null +++ b/common/dlist.cpp @@ -0,0 +1,228 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2008 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 1992-2008 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include + + +/* Implement the class DHEAD from dlist.h */ + + +DHEAD::~DHEAD() +{ + if( meOwner ) + DeleteAll(); +} + + +void DHEAD::DeleteAll() +{ + EDA_ITEM* next; + EDA_ITEM* item = first; + + while( item ) + { + next = item->Next(); + delete item; // virtual destructor, class specific + item = next; + } + + first = 0; + last = 0; + count = 0; +} + + +void DHEAD::append( EDA_ITEM* aNewElement ) +{ + wxASSERT( aNewElement != NULL ); + + if( first ) // list is not empty, first is not touched + { + wxASSERT( last != NULL ); + + aNewElement->SetNext( 0 ); + aNewElement->SetBack( last ); + + last->SetNext( aNewElement ); + last = aNewElement; + } + else // list is empty, first and last are changed + { + aNewElement->SetNext( 0 ); + aNewElement->SetBack( 0 ); + + first = aNewElement; + last = aNewElement; + } + + aNewElement->SetList( this ); + + ++count; +} + + +void DHEAD::append( DHEAD& aList ) +{ + if( aList.first ) + { + // Change the item's list to me. + for( EDA_ITEM* item = aList.first; item; item = item->Next() ) + item->SetList( this ); + + if( first ) // this list is not empty, set last item's next to the first item in aList + { + wxCHECK_RET( last != NULL, wxT( "Last list element not set." ) ); + + last->SetNext( aList.first ); + aList.first->SetBack( last ); + last = aList.last; + } + else // this list is empty, first and last are same as aList + { + first = aList.first; + last = aList.last; + } + + count += aList.count; + + aList.count = 0; + aList.first = NULL; + aList.last = NULL; + } +} + + +void DHEAD::insert( EDA_ITEM* aNewElement, EDA_ITEM* aAfterMe ) +{ + wxASSERT( aNewElement != NULL ); + + if( !aAfterMe ) + append( aNewElement ); + else + { + wxASSERT( aAfterMe->GetList() == this ); + + // the list cannot be empty if aAfterMe is supposedly on the list + wxASSERT( first && last ); + + if( first == aAfterMe ) + { + aAfterMe->SetBack( aNewElement ); + + aNewElement->SetBack( 0 ); // first in list does not point back + aNewElement->SetNext( aAfterMe ); + + first = aNewElement; + } + else + { + EDA_ITEM* oldBack = aAfterMe->Back(); + + aAfterMe->SetBack( aNewElement ); + + aNewElement->SetBack( oldBack ); + aNewElement->SetNext( aAfterMe ); + + oldBack->SetNext( aNewElement ); + } + + aNewElement->SetList( this ); + + ++count; + } +} + + +void DHEAD::remove( EDA_ITEM* aElement ) +{ + wxASSERT( aElement ); + wxASSERT( aElement->GetList() == this ); + + if( aElement->Next() ) + { + aElement->Next()->SetBack( aElement->Back() ); + } + else // element being removed is last + { + wxASSERT( last == aElement ); + last = aElement->Back(); + } + + if( aElement->Back() ) + { + aElement->Back()->SetNext( aElement->Next() ); + } + else // element being removed is first + { + wxASSERT( first == aElement ); + first = aElement->Next(); + } + + aElement->SetBack( 0 ); + aElement->SetNext( 0 ); + aElement->SetList( 0 ); + + --count; +} + +#if defined(DEBUG) + +void DHEAD::VerifyListIntegrity() +{ + EDA_ITEM* item; + unsigned i = 0; + + for( item = first; item && iNext() ) + { + if( i < count-1 ) + { + wxASSERT( item->Next() ); + } + + wxASSERT( item->GetList() == this ); + } + + wxASSERT( item == NULL ); + wxASSERT( i == count ); + + i = 0; + for( item = last; item && iBack() ) + { + if( i < count-1 ) + { + wxASSERT( item->Back() ); + } + } + + wxASSERT( item == NULL ); + wxASSERT( i == count ); + + // printf("list %p has %d items.\n", this, count ); +} + +#endif + diff --git a/common/draw_frame.cpp b/common/draw_frame.cpp new file mode 100644 index 0000000..2a81a17 --- /dev/null +++ b/common/draw_frame.cpp @@ -0,0 +1,1306 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004-2015 Jean-Pierre Charras, jean-pierre.charras@gipsa-lab.inpg.fr + * Copyright (C) 2008-2015 Wayne Stambaugh + * Copyright (C) 2004-2016 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file draw_frame.cpp + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +/** + * Definition for enabling and disabling scroll bar setting trace output. See the + * wxWidgets documentation on useing the WXTRACE environment variable. + */ +static const wxString traceScrollSettings( wxT( "KicadScrollSettings" ) ); + + +// Configuration entry names. +static const wxString CursorShapeEntryKeyword( wxT( "CursorShape" ) ); +static const wxString ShowGridEntryKeyword( wxT( "ShowGrid" ) ); +static const wxString GridColorEntryKeyword( wxT( "GridColor" ) ); +static const wxString LastGridSizeIdKeyword( wxT( "_LastGridSize" ) ); +static const wxString MaxUndoItemsEntry(wxT( "MaxUndoItems" ) ); + + +BEGIN_EVENT_TABLE( EDA_DRAW_FRAME, KIWAY_PLAYER ) + EVT_MOUSEWHEEL( EDA_DRAW_FRAME::OnMouseEvent ) + EVT_MENU_OPEN( EDA_DRAW_FRAME::OnMenuOpen ) + EVT_ACTIVATE( EDA_DRAW_FRAME::OnActivate ) + EVT_MENU_RANGE( ID_ZOOM_BEGIN, ID_ZOOM_END, EDA_DRAW_FRAME::OnZoom ) + + EVT_MENU_RANGE( ID_POPUP_ZOOM_START_RANGE, ID_POPUP_ZOOM_END_RANGE, + EDA_DRAW_FRAME::OnZoom ) + + EVT_MENU_RANGE( ID_POPUP_GRID_LEVEL_1000, ID_POPUP_GRID_USER, + EDA_DRAW_FRAME::OnSelectGrid ) + + EVT_TOOL( ID_TB_OPTIONS_SHOW_GRID, EDA_DRAW_FRAME::OnToggleGridState ) + EVT_TOOL_RANGE( ID_TB_OPTIONS_SELECT_UNIT_MM, ID_TB_OPTIONS_SELECT_UNIT_INCH, + EDA_DRAW_FRAME::OnSelectUnits ) + EVT_TOOL( ID_TB_OPTIONS_SELECT_CURSOR, EDA_DRAW_FRAME::OnToggleCrossHairStyle ) + + EVT_UPDATE_UI( wxID_UNDO, EDA_DRAW_FRAME::OnUpdateUndo ) + EVT_UPDATE_UI( wxID_REDO, EDA_DRAW_FRAME::OnUpdateRedo ) + EVT_UPDATE_UI( ID_TB_OPTIONS_SHOW_GRID, EDA_DRAW_FRAME::OnUpdateGrid ) + EVT_UPDATE_UI( ID_TB_OPTIONS_SELECT_CURSOR, EDA_DRAW_FRAME::OnUpdateCrossHairStyle ) + EVT_UPDATE_UI_RANGE( ID_TB_OPTIONS_SELECT_UNIT_MM, ID_TB_OPTIONS_SELECT_UNIT_INCH, + EDA_DRAW_FRAME::OnUpdateUnits ) +END_EVENT_TABLE() + + +EDA_DRAW_FRAME::EDA_DRAW_FRAME( KIWAY* aKiway, wxWindow* aParent, + FRAME_T aFrameType, + const wxString& aTitle, + const wxPoint& aPos, const wxSize& aSize, + long aStyle, const wxString & aFrameName ) : + KIWAY_PLAYER( aKiway, aParent, aFrameType, aTitle, aPos, aSize, aStyle, aFrameName ) +{ + m_file_checker = NULL; + + m_drawToolBar = NULL; + m_optionsToolBar = NULL; + m_gridSelectBox = NULL; + m_zoomSelectBox = NULL; + m_hotkeysDescrList = NULL; + + m_canvas = NULL; + m_galCanvas = NULL; + m_galCanvasActive = false; + m_toolManager = NULL; + m_toolDispatcher = NULL; + m_messagePanel = NULL; + m_currentScreen = NULL; + m_toolId = ID_NO_TOOL_SELECTED; + m_lastDrawToolId = ID_NO_TOOL_SELECTED; + m_showAxis = false; // true to draw axis. + m_showBorderAndTitleBlock = false; // true to display reference sheet. + m_showGridAxis = false; // true to draw the grid axis + m_showOriginAxis = false; // true to draw the grid origin + m_cursorShape = 0; + m_LastGridSizeId = 0; + m_drawGrid = true; // hide/Show grid. default = show + m_gridColor = DARKGRAY; // Default grid color + m_showPageLimits = false; + m_drawBgColor = BLACK; // the background color of the draw canvas: + // BLACK for Pcbnew, BLACK or WHITE for eeschema + m_snapToGrid = true; + m_MsgFrameHeight = EDA_MSG_PANEL::GetRequiredHeight(); + m_movingCursorWithKeyboard = false; + m_zoomLevelCoeff = 1.0; + + m_auimgr.SetFlags(wxAUI_MGR_DEFAULT|wxAUI_MGR_LIVE_RESIZE); + + CreateStatusBar( 6 ); + + // set the size of the status bar subwindows: + + wxWindow* stsbar = GetStatusBar(); + + int dims[] = { + + // remainder of status bar on far left is set to a default or whatever is left over. + -1, + + // When using GetTextSize() remember the width of character '1' is not the same + // as the width of '0' unless the font is fixed width, and it usually won't be. + + // zoom: + GetTextSize( wxT( "Z 762000" ), stsbar ).x + 10, + + // cursor coords + GetTextSize( wxT( "X 0234.567890 Y 0234.567890" ), stsbar ).x + 10, + + // delta distances + GetTextSize( wxT( "dx 0234.567890 dx 0234.567890 d 0234.567890" ), stsbar ).x + 10, + + // units display, Inches is bigger than mm + GetTextSize( _( "Inches" ), stsbar ).x + 10, + + // Size for the panel used as "Current tool in play": will take longest string from + // void PCB_EDIT_FRAME::OnSelectTool( wxCommandEvent& aEvent ) in pcbnew/edit.cpp + GetTextSize( wxT( "Add layer alignment target" ), stsbar ).x + 10, + }; + + SetStatusWidths( DIM( dims ), dims ); + + // Create child subwindows. + GetClientSize( &m_FrameSize.x, &m_FrameSize.y ); + m_FramePos.x = m_FramePos.y = 0; + m_FrameSize.y -= m_MsgFrameHeight; + + m_canvas = new EDA_DRAW_PANEL( this, -1, wxPoint( 0, 0 ), m_FrameSize ); + m_messagePanel = new EDA_MSG_PANEL( this, -1, wxPoint( 0, m_FrameSize.y ), + wxSize( m_FrameSize.x, m_MsgFrameHeight ) ); + + m_messagePanel->SetBackgroundColour( MakeColour( LIGHTGRAY ) ); +} + + +EDA_DRAW_FRAME::~EDA_DRAW_FRAME() +{ + delete m_toolManager; + delete m_toolDispatcher; + delete m_galCanvas; + + delete m_currentScreen; + m_currentScreen = NULL; + + m_auimgr.UnInit(); + + ReleaseFile(); +} + + +void EDA_DRAW_FRAME::ReleaseFile() +{ + delete m_file_checker; + m_file_checker = 0; +} + + +bool EDA_DRAW_FRAME::LockFile( const wxString& aFileName ) +{ + delete m_file_checker; + + m_file_checker = ::LockFile( aFileName ); + + return bool( m_file_checker ); +} + + +void EDA_DRAW_FRAME::unitsChangeRefresh() +{ + UpdateStatusBar(); + UpdateMsgPanel(); +} + + +void EDA_DRAW_FRAME::EraseMsgBox() +{ + if( m_messagePanel ) + m_messagePanel->EraseMsgBox(); +} + + +void EDA_DRAW_FRAME::OnActivate( wxActivateEvent& event ) +{ + if( m_canvas ) + m_canvas->SetCanStartBlock( -1 ); + + event.Skip(); // required under wxMAC +} + + +void EDA_DRAW_FRAME::OnMenuOpen( wxMenuEvent& event ) +{ + if( m_canvas ) + m_canvas->SetCanStartBlock( -1 ); + + event.Skip(); +} + + +void EDA_DRAW_FRAME::SkipNextLeftButtonReleaseEvent() +{ + m_canvas->SetIgnoreLeftButtonReleaseEvent( true ); +} + + +void EDA_DRAW_FRAME::OnToggleGridState( wxCommandEvent& aEvent ) +{ + SetGridVisibility( !IsGridVisible() ); + + if( IsGalCanvasActive() ) + { + GetGalCanvas()->GetGAL()->SetGridVisibility( IsGridVisible() ); + GetGalCanvas()->GetView()->MarkTargetDirty( KIGFX::TARGET_NONCACHED ); + } + + m_canvas->Refresh(); +} + + +void EDA_DRAW_FRAME::OnSelectUnits( wxCommandEvent& aEvent ) +{ + if( aEvent.GetId() == ID_TB_OPTIONS_SELECT_UNIT_MM && g_UserUnit != MILLIMETRES ) + { + g_UserUnit = MILLIMETRES; + unitsChangeRefresh(); + } + else if( aEvent.GetId() == ID_TB_OPTIONS_SELECT_UNIT_INCH && g_UserUnit != INCHES ) + { + g_UserUnit = INCHES; + unitsChangeRefresh(); + } +} + + +void EDA_DRAW_FRAME::OnToggleCrossHairStyle( wxCommandEvent& aEvent ) +{ + INSTALL_UNBUFFERED_DC( dc, m_canvas ); + m_canvas->CrossHairOff( &dc ); + SetCursorShape( !GetCursorShape() ); + m_canvas->CrossHairOn( &dc ); +} + + +void EDA_DRAW_FRAME::OnUpdateUndo( wxUpdateUIEvent& aEvent ) +{ + if( GetScreen() ) + aEvent.Enable( GetScreen()->GetUndoCommandCount() > 0 ); +} + + +void EDA_DRAW_FRAME::OnUpdateRedo( wxUpdateUIEvent& aEvent ) +{ + if( GetScreen() ) + aEvent.Enable( GetScreen()->GetRedoCommandCount() > 0 ); +} + + +void EDA_DRAW_FRAME::OnUpdateUnits( wxUpdateUIEvent& aEvent ) +{ + bool enable; + + enable = ( ((aEvent.GetId() == ID_TB_OPTIONS_SELECT_UNIT_MM) && (g_UserUnit == MILLIMETRES)) + || ((aEvent.GetId() == ID_TB_OPTIONS_SELECT_UNIT_INCH) && (g_UserUnit == INCHES)) ); + + aEvent.Check( enable ); + DisplayUnitsMsg(); +} + + +void EDA_DRAW_FRAME::OnUpdateGrid( wxUpdateUIEvent& aEvent ) +{ + wxString tool_tip = IsGridVisible() ? _( "Hide grid" ) : _( "Show grid" ); + + aEvent.Check( IsGridVisible() ); + m_optionsToolBar->SetToolShortHelp( ID_TB_OPTIONS_SHOW_GRID, tool_tip ); +} + + +void EDA_DRAW_FRAME::OnUpdateCrossHairStyle( wxUpdateUIEvent& aEvent ) +{ + aEvent.Check( m_cursorShape ); +} + + +void EDA_DRAW_FRAME::ReCreateAuxiliaryToolbar() +{ +} + + +void EDA_DRAW_FRAME::ReCreateMenuBar() +{ +} + + +bool EDA_DRAW_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition, EDA_ITEM* aItem ) +{ + return false; +} + +int EDA_DRAW_FRAME::WriteHotkeyConfig( struct EDA_HOTKEY_CONFIG* aDescList, wxString* aFullFileName ) +{ + int result = EDA_BASE_FRAME::WriteHotkeyConfig( aDescList, aFullFileName ); + + if( IsGalCanvasActive() ) + GetToolManager()->UpdateHotKeys(); + + return result; +} + +void EDA_DRAW_FRAME::ToolOnRightClick( wxCommandEvent& event ) +{ +} + + +void EDA_DRAW_FRAME::PrintPage( wxDC* aDC, LSET aPrintMask, bool aPrintMirrorMode, void* aData ) +{ + wxMessageBox( wxT("EDA_DRAW_FRAME::PrintPage() error") ); +} + + +void EDA_DRAW_FRAME::OnSelectGrid( wxCommandEvent& event ) +{ + int* clientData; + int eventId = ID_POPUP_GRID_LEVEL_100; + + if( event.GetEventType() == wxEVT_CHOICE ) + { + if( m_gridSelectBox == NULL ) // Should not happen + return; + + /* + * Don't use wxCommandEvent::GetClientData() here. It always + * returns NULL in GTK. This solution is not as elegant but + * it works. + */ + int index = m_gridSelectBox->GetSelection(); + wxASSERT( index != wxNOT_FOUND ); + clientData = (int*) m_gridSelectBox->wxItemContainer::GetClientData( index ); + + if( clientData != NULL ) + eventId = *clientData; + } + else + { + eventId = event.GetId(); + } + + int idx = eventId - ID_POPUP_GRID_LEVEL_1000; + + // Notify GAL + TOOL_MANAGER* mgr = GetToolManager(); + + if( mgr && IsGalCanvasActive() ) + { + mgr->RunAction( "common.Control.gridPreset", true, idx ); + } + else + SetPresetGrid( idx ); + + m_canvas->Refresh(); +} + + +void EDA_DRAW_FRAME::OnSelectZoom( wxCommandEvent& event ) +{ + if( m_zoomSelectBox == NULL ) + return; // Should not happen! + + int id = m_zoomSelectBox->GetCurrentSelection(); + + if( id < 0 || !( id < (int)m_zoomSelectBox->GetCount() ) ) + return; + + if( id == 0 ) // Auto zoom (Fit in Page) + { + Zoom_Automatique( true ); + } + else + { + id--; + double selectedZoom = GetScreen()->m_ZoomList[id]; + + if( GetScreen()->GetZoom() == selectedZoom ) + return; + + GetScreen()->SetZoom( selectedZoom ); + RedrawScreen( GetScrollCenterPosition(), false ); + } + + // Notify GAL + TOOL_MANAGER* mgr = GetToolManager(); + + if( mgr && IsGalCanvasActive() ) + { + mgr->RunAction( "common.Control.zoomPreset", true, id ); + UpdateStatusBar(); + } +} + + +double EDA_DRAW_FRAME::GetZoom() +{ + return GetScreen()->GetZoom(); +} + + +void EDA_DRAW_FRAME::OnMouseEvent( wxMouseEvent& event ) +{ + event.Skip(); +} + + +void EDA_DRAW_FRAME::OnLeftDClick( wxDC* DC, const wxPoint& MousePos ) +{ +} + + +void EDA_DRAW_FRAME::DisplayToolMsg( const wxString& msg ) +{ + SetStatusText( msg, 5 ); +} + + +void EDA_DRAW_FRAME::DisplayUnitsMsg() +{ + wxString msg; + + switch( g_UserUnit ) + { + case INCHES: + msg = _( "Inches" ); + break; + + case MILLIMETRES: + msg = _( "mm" ); + break; + + default: + msg = _( "Units" ); + break; + } + + SetStatusText( msg, 4 ); +} + + + +void EDA_DRAW_FRAME::OnSize( wxSizeEvent& SizeEv ) +{ + m_FrameSize = GetClientSize( ); + + SizeEv.Skip(); +} + + +void EDA_DRAW_FRAME::SetToolID( int aId, int aCursor, const wxString& aToolMsg ) +{ + // Keep default cursor in toolbars + SetCursor( wxNullCursor ); + + // Change m_canvas cursor if requested. + if( m_canvas && aCursor >= 0 ) + m_canvas->SetCurrentCursor( aCursor ); + + DisplayToolMsg( aToolMsg ); + + if( aId < 0 ) + return; + + wxCHECK2_MSG( aId >= ID_NO_TOOL_SELECTED, aId = ID_NO_TOOL_SELECTED, + wxString::Format( wxT( "Current tool ID cannot be set to %d." ), aId ) ); + + m_toolId = aId; +} + + +wxPoint EDA_DRAW_FRAME::GetGridPosition( const wxPoint& aPosition ) const +{ + wxPoint pos = aPosition; + + if( m_currentScreen != NULL && m_snapToGrid ) + pos = GetNearestGridPosition( aPosition ); + + return pos; +} + + +void EDA_DRAW_FRAME::SetNextGrid() +{ + BASE_SCREEN * screen = GetScreen(); + + int new_grid_cmd = screen->GetGridCmdId(); + + // if the grid id is the not the last, increment it + if( screen->GridExists( new_grid_cmd + 1 ) ) + new_grid_cmd += 1; + + SetPresetGrid( new_grid_cmd - ID_POPUP_GRID_LEVEL_1000 ); +} + + +void EDA_DRAW_FRAME::SetPrevGrid() +{ + BASE_SCREEN * screen = GetScreen(); + + int new_grid_cmd = screen->GetGridCmdId(); + + // if the grid id is the not the first, increment it + if( screen->GridExists( new_grid_cmd - 1 ) ) + new_grid_cmd -= 1; + + SetPresetGrid( new_grid_cmd - ID_POPUP_GRID_LEVEL_1000 ); +} + + +void EDA_DRAW_FRAME::SetPresetGrid( int aIndex ) +{ + BASE_SCREEN * screen = GetScreen(); + + if( ! screen->GridExists( aIndex + ID_POPUP_GRID_LEVEL_1000 ) ) + aIndex = screen->GetGrids()[0].m_CmdId; + + // aIndex is a Command Id relative to ID_POPUP_GRID_LEVEL_1000 comand id code. + // we need an index in grid list (the cmd id in list is is screen->GetGrids()[0].m_CmdId): + int glistIdx = aIndex + ID_POPUP_GRID_LEVEL_1000 - screen->GetGrids()[0].m_CmdId; + + if( m_gridSelectBox ) + { + if( glistIdx < 0 || glistIdx >= (int) m_gridSelectBox->GetCount() ) + { + wxASSERT_MSG( false, "Invalid grid index" ); + return; + } + + m_gridSelectBox->SetSelection( glistIdx ); + } + + // Be sure m_LastGridSizeId is up to date. + m_LastGridSizeId = aIndex; + GetScreen()->SetGrid( aIndex + ID_POPUP_GRID_LEVEL_1000 ); + + // Put cursor on new grid + SetCrossHairPosition( RefPos( true ) ); +} + + +int EDA_DRAW_FRAME::BlockCommand( int key ) +{ + return 0; +} + + +void EDA_DRAW_FRAME::InitBlockPasteInfos() +{ + GetScreen()->m_BlockLocate.ClearItemsList(); + m_canvas->SetMouseCaptureCallback( NULL ); +} + + +void EDA_DRAW_FRAME::HandleBlockPlace( wxDC* DC ) +{ +} + + +bool EDA_DRAW_FRAME::HandleBlockEnd( wxDC* DC ) +{ + return false; +} + + +void EDA_DRAW_FRAME::UpdateStatusBar() +{ + SetStatusText( GetZoomLevelIndicator(), 1 ); + + // Absolute and relative cursor positions are handled by overloading this function and + // handling the internal to user units conversion at the appropriate level. + + // refresh units display + DisplayUnitsMsg(); +} + +const wxString EDA_DRAW_FRAME::GetZoomLevelIndicator() const +{ + wxString Line; + double level = 0.0; + + if( IsGalCanvasActive() ) + { + KIGFX::GAL* gal = m_galCanvas->GetGAL(); + KIGFX::VIEW* view = m_galCanvas->GetView(); + double zoomFactor = gal->GetWorldScale() / gal->GetZoomFactor(); + level = m_zoomLevelCoeff * zoomFactor * view->GetScale(); + } + else if( BASE_SCREEN* screen = GetScreen() ) + { + level = m_zoomLevelCoeff / (double) screen->GetZoom(); + } + + // returns a human readable value which can be displayed as zoom + // level indicator in dialogs. + Line.Printf( wxT( "Z %.2f" ), level ); + + return Line; +} + + +void EDA_DRAW_FRAME::LoadSettings( wxConfigBase* aCfg ) +{ + EDA_BASE_FRAME::LoadSettings( aCfg ); + + wxString baseCfgName = ConfigBaseName(); + + aCfg->Read( baseCfgName + CursorShapeEntryKeyword, &m_cursorShape, ( long )0 ); + + bool btmp; + if( aCfg->Read( baseCfgName + ShowGridEntryKeyword, &btmp ) ) + SetGridVisibility( btmp ); + + int itmp; + if( aCfg->Read( baseCfgName + GridColorEntryKeyword, &itmp ) ) + SetGridColor( ColorFromInt( itmp ) ); + + aCfg->Read( baseCfgName + LastGridSizeIdKeyword, &m_LastGridSizeId, 0L ); + + // m_LastGridSizeId is an offset, expected to be >= 0 + if( m_LastGridSizeId < 0 ) + m_LastGridSizeId = 0; + + m_UndoRedoCountMax = aCfg->Read( baseCfgName + MaxUndoItemsEntry, + long( DEFAULT_MAX_UNDO_ITEMS ) ); +} + + +void EDA_DRAW_FRAME::SaveSettings( wxConfigBase* aCfg ) +{ + EDA_BASE_FRAME::SaveSettings( aCfg ); + + wxString baseCfgName = ConfigBaseName(); + + aCfg->Write( baseCfgName + CursorShapeEntryKeyword, m_cursorShape ); + aCfg->Write( baseCfgName + ShowGridEntryKeyword, IsGridVisible() ); + aCfg->Write( baseCfgName + GridColorEntryKeyword, ( long ) GetGridColor() ); + aCfg->Write( baseCfgName + LastGridSizeIdKeyword, ( long ) m_LastGridSizeId ); + aCfg->Write( baseCfgName + MaxUndoItemsEntry, long( GetScreen()->GetMaxUndoItems() ) ); +} + + +void EDA_DRAW_FRAME::AppendMsgPanel( const wxString& textUpper, + const wxString& textLower, + EDA_COLOR_T color, int pad ) +{ + if( m_messagePanel == NULL ) + return; + + m_messagePanel->AppendMessage( textUpper, textLower, color, pad ); +} + + +void EDA_DRAW_FRAME::ClearMsgPanel() +{ + if( m_messagePanel == NULL ) + return; + + m_messagePanel->EraseMsgBox(); +} + + +void EDA_DRAW_FRAME::SetMsgPanel( const MSG_PANEL_ITEMS& aList ) +{ + if( m_messagePanel == NULL ) + return; + + ClearMsgPanel(); + + for( unsigned i = 0; i < aList.size(); i++ ) + m_messagePanel->AppendMessage( aList[i] ); +} + + +void EDA_DRAW_FRAME::SetMsgPanel( EDA_ITEM* aItem ) +{ + wxCHECK_RET( aItem != NULL, wxT( "Invalid EDA_ITEM pointer. Bad programmer." ) ); + + MSG_PANEL_ITEMS items; + aItem->GetMsgPanelInfo( items ); + SetMsgPanel( items ); +} + + +void EDA_DRAW_FRAME::UpdateMsgPanel() +{ + EDA_ITEM* item = GetScreen()->GetCurItem(); + + if( item ) + SetMsgPanel( item ); +} + +// FIXME: There needs to be a better way for child windows to load preferences. +// This function pushes four preferences from a parent window to a child window +// i.e. from eeschema to the schematic symbol editor +void EDA_DRAW_FRAME::PushPreferences( const EDA_DRAW_PANEL* aParentCanvas ) +{ + m_canvas->SetEnableZoomNoCenter( aParentCanvas->GetEnableZoomNoCenter() ); + m_canvas->SetEnableMiddleButtonPan( aParentCanvas->GetEnableMiddleButtonPan() ); + m_canvas->SetMiddleButtonPanLimited( aParentCanvas->GetMiddleButtonPanLimited() ); + m_canvas->SetEnableAutoPan( aParentCanvas->GetEnableAutoPan() ); +} + +wxString EDA_DRAW_FRAME::CoordinateToString( int aValue, bool aConvertToMils ) const +{ + return ::CoordinateToString( aValue, aConvertToMils ); +} + +wxString EDA_DRAW_FRAME::LengthDoubleToString( double aValue, bool aConvertToMils ) const +{ + return ::LengthDoubleToString( aValue, aConvertToMils ); +} + + +bool EDA_DRAW_FRAME::HandleBlockBegin( wxDC* aDC, int aKey, const wxPoint& aPosition ) +{ + BLOCK_SELECTOR* block = &GetScreen()->m_BlockLocate; + + if( ( block->GetCommand() != BLOCK_IDLE ) || ( block->GetState() != STATE_NO_BLOCK ) ) + return false; + + block->SetCommand( (BLOCK_COMMAND_T) BlockCommand( aKey ) ); + + if( block->GetCommand() == 0 ) + return false; + + switch( block->GetCommand() ) + { + case BLOCK_IDLE: + break; + + case BLOCK_MOVE: // Move + case BLOCK_DRAG: // Drag (block defined) + case BLOCK_DRAG_ITEM: // Drag from a drag item command + case BLOCK_COPY: // Copy + case BLOCK_COPY_AND_INCREMENT: // Copy and increment relevant references + case BLOCK_DELETE: // Delete + case BLOCK_SAVE: // Save + case BLOCK_ROTATE: // Rotate 90 deg + case BLOCK_FLIP: // Flip + case BLOCK_ZOOM: // Window Zoom + case BLOCK_MIRROR_X: + case BLOCK_MIRROR_Y: // mirror + case BLOCK_PRESELECT_MOVE: // Move with preselection list + block->InitData( m_canvas, aPosition ); + break; + + case BLOCK_PASTE: + block->InitData( m_canvas, aPosition ); + block->SetLastCursorPosition( wxPoint( 0, 0 ) ); + InitBlockPasteInfos(); + + if( block->GetCount() == 0 ) // No data to paste + { + DisplayError( this, wxT( "No block to paste" ), 20 ); + GetScreen()->m_BlockLocate.SetCommand( BLOCK_IDLE ); + m_canvas->SetMouseCaptureCallback( NULL ); + return true; + } + + if( !m_canvas->IsMouseCaptured() ) + { + block->ClearItemsList(); + DisplayError( this, + wxT( "EDA_DRAW_FRAME::HandleBlockBegin() Err: m_mouseCaptureCallback NULL" ) ); + return true; + } + + block->SetState( STATE_BLOCK_MOVE ); + m_canvas->CallMouseCapture( aDC, aPosition, false ); + break; + + default: + { + wxString msg; + msg << wxT( "EDA_DRAW_FRAME::HandleBlockBegin() error: Unknown command " ) << + block->GetCommand(); + DisplayError( this, msg ); + } + break; + } + + block->SetMessageBlock( this ); + return true; +} + + +// I am not seeing a problem with this size yet: +static const double MAX_AXIS = INT_MAX - 100; + +#define VIRT_MIN (-MAX_AXIS/2.0) ///< min X or Y coordinate in virtual space +#define VIRT_MAX (MAX_AXIS/2.0) ///< max X or Y coordinate in virtual space + + +void EDA_DRAW_FRAME::AdjustScrollBars( const wxPoint& aCenterPositionIU ) +{ + BASE_SCREEN* screen = GetScreen(); + + if( !screen || !m_canvas ) + return; + + double scale = screen->GetScalingFactor(); + + wxLogTrace( traceScrollSettings, wxT( "Center Position = ( %d, %d ), scale = %.10g" ), + aCenterPositionIU.x, aCenterPositionIU.y, scale ); + + // Calculate the portion of the drawing that can be displayed in the + // client area at the current zoom level. + + // visible viewport in device units ~ pixels + wxSize clientSizeDU = m_canvas->GetClientSize(); + + // Size of the client window in IU + DSIZE clientSizeIU( clientSizeDU.x / scale, clientSizeDU.y / scale ); + + // Full drawing or "page" rectangle in internal units + DBOX pageRectIU( wxPoint( 0, 0 ), wxSize( GetPageSizeIU().x, GetPageSizeIU().y ) ); + + // The upper left corner of the client rectangle in internal units. + double xIU = aCenterPositionIU.x - clientSizeIU.x / 2.0; + double yIU = aCenterPositionIU.y - clientSizeIU.y / 2.0; + + // If drawn around the center, adjust the client rectangle accordingly. + if( screen->m_Center ) + { + // half page offset. + xIU += pageRectIU.GetWidth() / 2.0; + yIU += pageRectIU.GetHeight() / 2.0; + } + + DBOX clientRectIU( wxPoint( xIU, yIU ), wxSize( clientSizeIU.x, clientSizeIU.y ) ); + wxPoint centerPositionIU; + + // put "int" limits on the clientRect + if( clientRectIU.GetLeft() < VIRT_MIN ) + clientRectIU.MoveLeftTo( VIRT_MIN ); + if( clientRectIU.GetTop() < VIRT_MIN ) + clientRectIU.MoveTopTo( VIRT_MIN ); + if( clientRectIU.GetRight() > VIRT_MAX ) + clientRectIU.MoveRightTo( VIRT_MAX ); + if( clientRectIU.GetBottom() > VIRT_MAX ) + clientRectIU.MoveBottomTo( VIRT_MAX ); + + centerPositionIU.x = KiROUND( clientRectIU.GetX() + clientRectIU.GetWidth() / 2 ); + centerPositionIU.y = KiROUND( clientRectIU.GetY() + clientRectIU.GetHeight() / 2 ); + + if( screen->m_Center ) + { + centerPositionIU.x -= KiROUND( pageRectIU.GetWidth() / 2.0 ); + centerPositionIU.y -= KiROUND( pageRectIU.GetHeight() / 2.0 ); + } + + DSIZE virtualSizeIU; + + if( pageRectIU.GetLeft() < clientRectIU.GetLeft() && pageRectIU.GetRight() > clientRectIU.GetRight() ) + { + virtualSizeIU.x = pageRectIU.GetSize().x; + } + else + { + double pageCenterX = pageRectIU.GetX() + ( pageRectIU.GetWidth() / 2 ); + double clientCenterX = clientRectIU.GetX() + ( clientRectIU.GetWidth() / 2 ); + + if( clientRectIU.GetWidth() > pageRectIU.GetWidth() ) + { + if( pageCenterX > clientCenterX ) + virtualSizeIU.x = ( pageCenterX - clientRectIU.GetLeft() ) * 2; + else if( pageCenterX < clientCenterX ) + virtualSizeIU.x = ( clientRectIU.GetRight() - pageCenterX ) * 2; + else + virtualSizeIU.x = clientRectIU.GetWidth(); + } + else + { + if( pageCenterX > clientCenterX ) + virtualSizeIU.x = pageRectIU.GetWidth() + ( (pageRectIU.GetLeft() - clientRectIU.GetLeft() ) * 2 ); + else if( pageCenterX < clientCenterX ) + virtualSizeIU.x = pageRectIU.GetWidth() + ( (clientRectIU.GetRight() - pageRectIU.GetRight() ) * 2 ); + else + virtualSizeIU.x = pageRectIU.GetWidth(); + } + } + + if( pageRectIU.GetTop() < clientRectIU.GetTop() && pageRectIU.GetBottom() > clientRectIU.GetBottom() ) + { + virtualSizeIU.y = pageRectIU.GetSize().y; + } + else + { + double pageCenterY = pageRectIU.GetY() + ( pageRectIU.GetHeight() / 2 ); + double clientCenterY = clientRectIU.GetY() + ( clientRectIU.GetHeight() / 2 ); + + if( clientRectIU.GetHeight() > pageRectIU.GetHeight() ) + { + if( pageCenterY > clientCenterY ) + virtualSizeIU.y = ( pageCenterY - clientRectIU.GetTop() ) * 2; + else if( pageCenterY < clientCenterY ) + virtualSizeIU.y = ( clientRectIU.GetBottom() - pageCenterY ) * 2; + else + virtualSizeIU.y = clientRectIU.GetHeight(); + } + else + { + if( pageCenterY > clientCenterY ) + virtualSizeIU.y = pageRectIU.GetHeight() + + ( ( pageRectIU.GetTop() - clientRectIU.GetTop() ) * 2 ); + else if( pageCenterY < clientCenterY ) + virtualSizeIU.y = pageRectIU.GetHeight() + + ( ( clientRectIU.GetBottom() - pageRectIU.GetBottom() ) * 2 ); + else + virtualSizeIU.y = pageRectIU.GetHeight(); + } + } + + // put "int" limits on the virtualSizeIU + virtualSizeIU.x = std::min( virtualSizeIU.x, MAX_AXIS ); + virtualSizeIU.y = std::min( virtualSizeIU.y, MAX_AXIS ); + + if( screen->m_Center ) + { + screen->m_DrawOrg.x = -KiROUND( virtualSizeIU.x / 2.0 ); + screen->m_DrawOrg.y = -KiROUND( virtualSizeIU.y / 2.0 ); + } + else + { + screen->m_DrawOrg.x = -KiROUND( ( virtualSizeIU.x - pageRectIU.GetWidth() ) / 2.0 ); + screen->m_DrawOrg.y = -KiROUND( ( virtualSizeIU.y - pageRectIU.GetHeight() ) / 2.0 ); + } + + /* Always set scrollbar pixels per unit to 1 unless you want the zoom + * around cursor to jump around. This reported problem occurs when the + * zoom point is not on a pixel per unit increment. If you set the + * pixels per unit to 10, you have potential for the zoom point to + * jump around +/-5 pixels from the nearest grid point. + */ + screen->m_ScrollPixelsPerUnitX = screen->m_ScrollPixelsPerUnitY = 1; + + // Number of scroll bar units for the given zoom level in device units. + double unitsX = virtualSizeIU.x * scale; + double unitsY = virtualSizeIU.y * scale; + + // Calculate the scroll bar position in internal units to place the + // center position at the center of client rectangle. + SetScrollCenterPosition( centerPositionIU ); + + double posX = centerPositionIU.x - clientRectIU.GetWidth() / 2.0 - screen->m_DrawOrg.x; + double posY = centerPositionIU.y - clientRectIU.GetHeight() / 2.0 - screen->m_DrawOrg.y; + + // Convert scroll bar position to device units. + posX = KiROUND( posX * scale ); + posY = KiROUND( posY * scale ); + + if( posX < 0 ) + { + wxLogTrace( traceScrollSettings, wxT( "Required scroll bar X position %.10g" ), posX ); + posX = 0; + } + + if( posX > unitsX ) + { + wxLogTrace( traceScrollSettings, wxT( "Required scroll bar X position %.10g" ), posX ); + posX = unitsX; + } + + if( posY < 0 ) + { + wxLogTrace( traceScrollSettings, wxT( "Required scroll bar Y position %.10g" ), posY ); + posY = 0; + } + + if( posY > unitsY ) + { + wxLogTrace( traceScrollSettings, wxT( "Required scroll bar Y position %.10g" ), posY ); + posY = unitsY; + } + + screen->m_ScrollbarPos = wxPoint( KiROUND( posX ), KiROUND( posY ) ); + screen->m_ScrollbarNumber = wxSize( KiROUND( unitsX ), KiROUND( unitsY ) ); + + wxLogTrace( traceScrollSettings, + wxT( "Drawing = (%.10g, %.10g), Client = (%.10g, %.10g), Offset = (%d, %d), SetScrollbars(%d, %d, %d, %d, %d, %d)" ), + virtualSizeIU.x, virtualSizeIU.y, clientSizeIU.x, clientSizeIU.y, + screen->m_DrawOrg.x, screen->m_DrawOrg.y, + screen->m_ScrollPixelsPerUnitX, screen->m_ScrollPixelsPerUnitY, + screen->m_ScrollbarNumber.x, screen->m_ScrollbarNumber.y, + screen->m_ScrollbarPos.x, screen->m_ScrollbarPos.y ); + + bool noRefresh = true; + + m_canvas->SetScrollbars( screen->m_ScrollPixelsPerUnitX, + screen->m_ScrollPixelsPerUnitY, + screen->m_ScrollbarNumber.x, + screen->m_ScrollbarNumber.y, + screen->m_ScrollbarPos.x, + screen->m_ScrollbarPos.y, noRefresh ); +} + + +void EDA_DRAW_FRAME::UseGalCanvas( bool aEnable ) +{ + KIGFX::VIEW* view = GetGalCanvas()->GetView(); + KIGFX::GAL* gal = GetGalCanvas()->GetGAL(); + + // Display the same view after canvas switching + if( aEnable ) + { + // Switch to GAL renderer from legacy + if( !m_galCanvasActive ) + { + // Set up viewport + double zoomFactor = gal->GetWorldScale() / gal->GetZoomFactor(); + double zoom = 1.0 / ( zoomFactor * m_canvas->GetZoom() ); + view->SetScale( zoom ); + view->SetCenter( VECTOR2D( m_canvas->GetScreenCenterLogicalPosition() ) ); + } + + // Set up grid settings + gal->SetGridVisibility( IsGridVisible() ); + gal->SetGridSize( VECTOR2D( GetScreen()->GetGridSize() ) ); + gal->SetGridOrigin( VECTOR2D( GetGridOrigin() ) ); + + // Transfer EDA_DRAW_PANEL settings + GetGalCanvas()->GetViewControls()->EnableCursorWarping( !m_canvas->GetEnableZoomNoCenter() ); + GetGalCanvas()->GetViewControls()->EnableMousewheelPan( m_canvas->GetEnableMousewheelPan() ); + GetToolManager()->RunAction( "pcbnew.Control.switchCursor" ); + } + else if( m_galCanvasActive ) + { + // Switch to legacy renderer from GAL + double zoomFactor = gal->GetWorldScale() / gal->GetZoomFactor(); + // TODO replace it with EDA_DRAW_PANEL_GAL::GetLegacyZoom + m_canvas->SetZoom( 1.0 / ( zoomFactor * view->GetScale() ) ); + VECTOR2D center = view->GetCenter(); + AdjustScrollBars( wxPoint( center.x, center.y ) ); + } + + m_canvas->SetEvtHandlerEnabled( !aEnable ); + GetGalCanvas()->SetEvtHandlerEnabled( aEnable ); + + // Switch panes + m_auimgr.GetPane( wxT( "DrawFrame" ) ).Show( !aEnable ); + m_auimgr.GetPane( wxT( "DrawFrameGal" ) ).Show( aEnable ); + m_auimgr.Update(); + + // Reset current tool on switch(); + SetToolID( ID_NO_TOOL_SELECTED, wxCURSOR_DEFAULT, wxEmptyString ); + + m_galCanvasActive = aEnable; +} + +//-----< BASE_SCREEN API moved here >-------------------------------------------- + +wxPoint EDA_DRAW_FRAME::GetCrossHairPosition( bool aInvertY ) const +{ + // subject to change, borrow from old BASE_SCREEN for now. + if( IsGalCanvasActive() ) + { + VECTOR2I cursor = GetGalCanvas()->GetViewControls()->GetCursorPosition(); + + return wxPoint( cursor.x, cursor.y ); + } + else + { + BASE_SCREEN* screen = GetScreen(); // virtual call + return screen->getCrossHairPosition( aInvertY ); + } +} + + +void EDA_DRAW_FRAME::SetCrossHairPosition( const wxPoint& aPosition, bool aSnapToGrid ) +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + screen->setCrossHairPosition( aPosition, GetGridOrigin(), aSnapToGrid ); +} + + +wxPoint EDA_DRAW_FRAME::GetCursorPosition( bool aOnGrid, wxRealPoint* aGridSize ) const +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + return screen->getCursorPosition( aOnGrid, GetGridOrigin(), aGridSize ); +} + + +wxPoint EDA_DRAW_FRAME::GetNearestGridPosition( const wxPoint& aPosition, wxRealPoint* aGridSize ) const +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + return screen->getNearestGridPosition( aPosition, GetGridOrigin(), aGridSize ); +} + + +wxPoint EDA_DRAW_FRAME::GetCrossHairScreenPosition() const +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + return screen->getCrossHairScreenPosition(); +} + + +void EDA_DRAW_FRAME::SetMousePosition( const wxPoint& aPosition ) +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + screen->setMousePosition( aPosition ); +} + + +wxPoint EDA_DRAW_FRAME::RefPos( bool useMouse ) const +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + return screen->refPos( useMouse ); +} + + +const wxPoint& EDA_DRAW_FRAME::GetScrollCenterPosition() const +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + return screen->getScrollCenterPosition(); +} + + +void EDA_DRAW_FRAME::SetScrollCenterPosition( const wxPoint& aPoint ) +{ + BASE_SCREEN* screen = GetScreen(); // virtual call + screen->setScrollCenterPosition( aPoint ); +} + +//------------------------------------------------- + +void EDA_DRAW_FRAME::RefreshCrossHair( const wxPoint &aOldPos, + const wxPoint &aEvtPos, + wxDC* aDC ) +{ + wxPoint newpos = GetCrossHairPosition(); + + // Redraw the crosshair if it moved + if( aOldPos != newpos ) + { + SetCrossHairPosition( aOldPos, false ); + m_canvas->CrossHairOff( aDC ); + SetCrossHairPosition( newpos, false ); + m_canvas->CrossHairOn( aDC ); + + if( m_canvas->IsMouseCaptured() ) + { +#ifdef USE_WX_OVERLAY + wxDCOverlay oDC( m_overlay, (wxWindowDC*)aDC ); + oDC.Clear(); + m_canvas->CallMouseCapture( aDC, aEvtPos, false ); +#else + m_canvas->CallMouseCapture( aDC, aEvtPos, true ); +#endif + } +#ifdef USE_WX_OVERLAY + else + { + m_overlay.Reset(); + } +#endif + } +} + +void EDA_DRAW_FRAME::GeneralControlKeyMovement( int aHotKey, wxPoint *aPos, + bool aSnapToGrid ) +{ + + // If requested snap the current position to the grid + if( aSnapToGrid ) + *aPos = GetNearestGridPosition( *aPos ); + + switch( aHotKey ) + { + // All these keys have almost the same treatment + case GR_KB_CTRL | WXK_NUMPAD8: + case GR_KB_CTRL | WXK_UP: + case GR_KB_CTRL | WXK_NUMPAD2: + case GR_KB_CTRL | WXK_DOWN: + case GR_KB_CTRL | WXK_NUMPAD4: + case GR_KB_CTRL | WXK_LEFT: + case GR_KB_CTRL | WXK_NUMPAD6: + case GR_KB_CTRL | WXK_RIGHT: + case WXK_NUMPAD8: + case WXK_UP: + case WXK_NUMPAD2: + case WXK_DOWN: + case WXK_NUMPAD4: + case WXK_LEFT: + case WXK_NUMPAD6: + case WXK_RIGHT: + { + /* Here's a tricky part: when doing cursor key movement, the + * 'previous' point should be taken from memory, *not* from the + * freshly computed position in the event. Otherwise you can't do + * sub-pixel movement. The m_movingCursorWithKeyboard oneshot 'eats' + * the automatic motion event generated by cursor warping */ + wxRealPoint gridSize = GetScreen()->GetGridSize(); + *aPos = GetCrossHairPosition(); + + // Bonus: ^key moves faster (x10) + switch( aHotKey ) + { + case GR_KB_CTRL|WXK_NUMPAD8: + case GR_KB_CTRL|WXK_UP: + aPos->y -= KiROUND( 10 * gridSize.y ); + break; + + case GR_KB_CTRL|WXK_NUMPAD2: + case GR_KB_CTRL|WXK_DOWN: + aPos->y += KiROUND( 10 * gridSize.y ); + break; + + case GR_KB_CTRL|WXK_NUMPAD4: + case GR_KB_CTRL|WXK_LEFT: + aPos->x -= KiROUND( 10 * gridSize.x ); + break; + + case GR_KB_CTRL|WXK_NUMPAD6: + case GR_KB_CTRL|WXK_RIGHT: + aPos->x += KiROUND( 10 * gridSize.x ); + break; + + case WXK_NUMPAD8: + case WXK_UP: + aPos->y -= KiROUND( gridSize.y ); + break; + + case WXK_NUMPAD2: + case WXK_DOWN: + aPos->y += KiROUND( gridSize.y ); + break; + + case WXK_NUMPAD4: + case WXK_LEFT: + aPos->x -= KiROUND( gridSize.x ); + break; + + case WXK_NUMPAD6: + case WXK_RIGHT: + aPos->x += KiROUND( gridSize.x ); + break; + + default: /* Can't happen since we entered the statement */ + break; + } + m_canvas->MoveCursor( *aPos ); + m_movingCursorWithKeyboard = true; + } + break; + + default: + break; + } +} + diff --git a/common/draw_panel.cpp b/common/draw_panel.cpp new file mode 100644 index 0000000..3bd1103 --- /dev/null +++ b/common/draw_panel.cpp @@ -0,0 +1,1619 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009 Jean-Pierre Charras, jean-pierre.charras@gipsa-lab.inpg.fr + * Copyright (C) 2007-2011 Wayne Stambaugh + * Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file draw_panel.cpp + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +static const int CURSOR_SIZE = 12; ///< Cursor size in pixels + +#define CLIP_BOX_PADDING 2 + +// keys to store options in config: +#define ENBL_ZOOM_NO_CENTER_KEY wxT( "ZoomNoCenter" ) +#define ENBL_MOUSEWHEEL_PAN_KEY wxT( "MousewheelPAN" ) +#define ENBL_MIDDLE_BUTT_PAN_KEY wxT( "MiddleButtonPAN" ) +#define MIDDLE_BUTT_PAN_LIMITED_KEY wxT( "MiddleBtnPANLimited" ) +#define ENBL_AUTO_PAN_KEY wxT( "AutoPAN" ) + + +// Definitions for enabling and disabling debugging features in drawpanel.cpp. +// Please don't forget to turn these off before making any commits to Launchpad. +#define DEBUG_SHOW_CLIP_RECT 0 // Set to 1 to draw clipping rectangle. + + +/** + * Trace mask used to enable or disable the trace output of coordinates during drawing + * functions. The coordinate dumping can be turned on by setting the WXTRACE environment + * variable to "kicad_dump_coords". See the wxWidgets documentation on wxLogTrace for + * more information. + */ +#define KICAD_TRACE_COORDS wxT( "kicad_dump_coords" ) + + +// Events used by EDA_DRAW_PANEL +BEGIN_EVENT_TABLE( EDA_DRAW_PANEL, wxScrolledWindow ) + EVT_LEAVE_WINDOW( EDA_DRAW_PANEL::OnMouseLeaving ) + EVT_ENTER_WINDOW( EDA_DRAW_PANEL::OnMouseEntering ) + EVT_MOUSEWHEEL( EDA_DRAW_PANEL::OnMouseWheel ) +#ifdef USE_OSX_MAGNIFY_EVENT + EVT_MAGNIFY( EDA_DRAW_PANEL::OnMagnify ) +#endif + EVT_MOUSE_EVENTS( EDA_DRAW_PANEL::OnMouseEvent ) + EVT_CHAR( EDA_DRAW_PANEL::OnKeyEvent ) + EVT_CHAR_HOOK( EDA_DRAW_PANEL::OnCharHook ) + EVT_PAINT( EDA_DRAW_PANEL::OnPaint ) + EVT_ERASE_BACKGROUND( EDA_DRAW_PANEL::OnEraseBackground ) + EVT_SCROLLWIN( EDA_DRAW_PANEL::OnScroll ) + EVT_ACTIVATE( EDA_DRAW_PANEL::OnActivate ) + EVT_MENU_RANGE( ID_PAN_UP, ID_PAN_RIGHT, EDA_DRAW_PANEL::OnPan ) +END_EVENT_TABLE() + + +/***********************************************************************/ +/* EDA_DRAW_PANEL base functions (EDA_DRAW_PANEL is the main panel)*/ +/***********************************************************************/ + +EDA_DRAW_PANEL::EDA_DRAW_PANEL( EDA_DRAW_FRAME* parent, int id, + const wxPoint& pos, const wxSize& size ) : + wxScrolledWindow( parent, id, pos, size, wxBORDER | wxHSCROLL | wxVSCROLL ) +{ + wxASSERT( parent ); + + ShowScrollbars( wxSHOW_SB_ALWAYS, wxSHOW_SB_ALWAYS ); + DisableKeyboardScrolling(); + + m_scrollIncrementX = std::min( size.x / 8, 10 ); + m_scrollIncrementY = std::min( size.y / 8, 10 ); + + SetLayoutDirection( wxLayout_LeftToRight ); + + SetBackgroundColour( MakeColour( parent->GetDrawBgColor() ) ); + +#if KICAD_USE_BUFFERED_DC || KICAD_USE_BUFFERED_PAINTDC + SetBackgroundStyle( wxBG_STYLE_CUSTOM ); +#endif + + m_ClipBox.SetSize( size ); + m_ClipBox.SetX( 0 ); + m_ClipBox.SetY( 0 ); + m_canStartBlock = -1; // Command block can start if >= 0 + m_abortRequest = false; + m_enableMousewheelPan = false; + m_enableMiddleButtonPan = true; + m_enableZoomNoCenter = false; + m_panScrollbarLimits = false; + m_enableAutoPan = true; + m_ignoreMouseEvents = false; + // Be sure a mouse release button event will be ignored when creating the canvas + // if the mouse click was not made inside the canvas (can happen sometimes, when + // launching an editor from a double click made in an other frame) + m_ignoreNextLeftButtonRelease = true; + + m_mouseCaptureCallback = NULL; + m_endMouseCaptureCallback = NULL; + + wxConfigBase* cfg = Kiface().KifaceSettings(); + + if( cfg ) + { + cfg->Read( ENBL_MOUSEWHEEL_PAN_KEY, &m_enableMousewheelPan, false ); + cfg->Read( ENBL_MIDDLE_BUTT_PAN_KEY, &m_enableMiddleButtonPan, true ); + cfg->Read( ENBL_ZOOM_NO_CENTER_KEY, &m_enableZoomNoCenter, false ); + cfg->Read( MIDDLE_BUTT_PAN_LIMITED_KEY, &m_panScrollbarLimits, false ); + cfg->Read( ENBL_AUTO_PAN_KEY, &m_enableAutoPan, true ); + } + + m_requestAutoPan = false; + m_enableBlockCommands = false; + m_minDragEventCount = 0; + +#ifdef __WXMAC__ + m_defaultCursor = m_currentCursor = wxCURSOR_CROSS; + m_showCrossHair = false; +#else + m_defaultCursor = m_currentCursor = wxCURSOR_ARROW; + m_showCrossHair = true; +#endif + + m_cursorLevel = 0; + m_PrintIsMirrored = false; +} + + +EDA_DRAW_PANEL::~EDA_DRAW_PANEL() +{ + wxConfigBase* cfg = Kiface().KifaceSettings(); + + if( cfg ) + { + cfg->Write( ENBL_MOUSEWHEEL_PAN_KEY, m_enableMousewheelPan ); + cfg->Write( ENBL_MIDDLE_BUTT_PAN_KEY, m_enableMiddleButtonPan ); + cfg->Write( ENBL_ZOOM_NO_CENTER_KEY, m_enableZoomNoCenter ); + cfg->Write( MIDDLE_BUTT_PAN_LIMITED_KEY, m_panScrollbarLimits ); + cfg->Write( ENBL_AUTO_PAN_KEY, m_enableAutoPan ); + } +} + + +EDA_DRAW_FRAME* EDA_DRAW_PANEL::GetParent() const +{ + wxWindow* mom = wxScrolledWindow::GetParent(); + return (EDA_DRAW_FRAME*) mom; +} + + +void* EDA_DRAW_PANEL::GetDisplayOptions() +{ + return GetParent()->GetDisplayOptions(); +} + + +BASE_SCREEN* EDA_DRAW_PANEL::GetScreen() +{ + EDA_DRAW_FRAME* parentFrame = GetParent(); + + return parentFrame->GetScreen(); +} + + +wxPoint EDA_DRAW_PANEL::ToDeviceXY( const wxPoint& pos ) +{ + wxPoint ret; + INSTALL_UNBUFFERED_DC( dc, this ); + ret.x = dc.LogicalToDeviceX( pos.x ); + ret.y = dc.LogicalToDeviceY( pos.y ); + return ret; +} + + +wxPoint EDA_DRAW_PANEL::ToLogicalXY( const wxPoint& pos ) +{ + wxPoint ret; + INSTALL_UNBUFFERED_DC( dc, this ); + ret.x = dc.DeviceToLogicalX( pos.x ); + ret.y = dc.DeviceToLogicalY( pos.y ); + return ret; +} + + +void EDA_DRAW_PANEL::DrawCrossHair( wxDC* aDC, EDA_COLOR_T aColor ) +{ + if( m_cursorLevel != 0 || aDC == NULL || !m_showCrossHair ) + return; + + wxPoint cursor = GetParent()->GetCrossHairPosition(); + + GRSetDrawMode( aDC, GR_XOR ); + + if( GetParent()->m_cursorShape != 0 ) // Draws full screen crosshair. + { + wxSize clientSize = GetClientSize(); + + // Y axis + wxPoint lineStart( cursor.x, aDC->DeviceToLogicalY( 0 ) ); + wxPoint lineEnd( cursor.x, aDC->DeviceToLogicalY( clientSize.y ) ); + + GRLine( &m_ClipBox, aDC, lineStart, lineEnd, 0, aColor ); + + // X axis + lineStart = wxPoint( aDC->DeviceToLogicalX( 0 ), cursor.y ); + lineEnd = wxPoint( aDC->DeviceToLogicalX( clientSize.x ), cursor.y ); + + GRLine( &m_ClipBox, aDC, lineStart, lineEnd, 0, aColor ); + } + else + { + int len = aDC->DeviceToLogicalXRel( CURSOR_SIZE ); + + GRLine( &m_ClipBox, aDC, cursor.x - len, cursor.y, + cursor.x + len, cursor.y, 0, aColor ); + GRLine( &m_ClipBox, aDC, cursor.x, cursor.y - len, + cursor.x, cursor.y + len, 0, aColor ); + } +} + + +void EDA_DRAW_PANEL::CrossHairOff( wxDC* DC ) +{ + DrawCrossHair( DC ); + --m_cursorLevel; +} + + +void EDA_DRAW_PANEL::CrossHairOn( wxDC* DC ) +{ + ++m_cursorLevel; + DrawCrossHair( DC ); + + if( m_cursorLevel > 0 ) // Shouldn't happen, but just in case .. + m_cursorLevel = 0; +} + + +double EDA_DRAW_PANEL::GetZoom() +{ + return GetScreen()->GetZoom(); +} + + +void EDA_DRAW_PANEL::SetZoom( double zoom ) +{ + GetScreen()->SetZoom( zoom ); +} + + +wxRealPoint EDA_DRAW_PANEL::GetGrid() +{ + return GetScreen()->GetGridSize(); +} + + +bool EDA_DRAW_PANEL::IsPointOnDisplay( const wxPoint& aPosition ) +{ + wxPoint pos; + EDA_RECT display_rect; + + INSTALL_UNBUFFERED_DC( dc, this ); // Refresh the clip box to the entire screen size. + SetClipBox( dc ); + + display_rect = m_ClipBox; + + // Slightly decreased the size of the useful screen area to avoid drawing limits. + #define PIXEL_MARGIN 8 + display_rect.Inflate( -PIXEL_MARGIN ); + + return display_rect.Contains( aPosition ); +} + + +void EDA_DRAW_PANEL::RefreshDrawingRect( const EDA_RECT& aRect, bool aEraseBackground ) +{ + INSTALL_UNBUFFERED_DC( dc, this ); + + wxRect rect = aRect; + + rect.x = dc.LogicalToDeviceX( rect.x ); + rect.y = dc.LogicalToDeviceY( rect.y ); + rect.width = dc.LogicalToDeviceXRel( rect.width ); + rect.height = dc.LogicalToDeviceYRel( rect.height ); + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "Refresh area: drawing (%d, %d, %d, %d), device (%d, %d, %d, %d)" ), + aRect.GetX(), aRect.GetY(), aRect.GetWidth(), aRect.GetHeight(), + rect.x, rect.y, rect.width, rect.height ); + + RefreshRect( rect, aEraseBackground ); +} + + +void EDA_DRAW_PANEL::Refresh( bool eraseBackground, const wxRect* rect ) +{ + if( GetParent()->IsGalCanvasActive() ) + { + GetParent()->GetGalCanvas()->Refresh(); + } + else + { + wxScrolledWindow::Refresh( eraseBackground, rect ); + } +} + + +wxPoint EDA_DRAW_PANEL::GetScreenCenterLogicalPosition() +{ + wxSize size = GetClientSize() / 2; + INSTALL_UNBUFFERED_DC( dc, this ); + + return wxPoint( dc.DeviceToLogicalX( size.x ), dc.DeviceToLogicalY( size.y ) ); +} + + +void EDA_DRAW_PANEL::MoveCursorToCrossHair() +{ + MoveCursor( GetParent()->GetCrossHairPosition() ); +} + + +void EDA_DRAW_PANEL::MoveCursor( const wxPoint& aPosition ) +{ + if( GetParent()->IsGalCanvasActive() ) + return; + + int x, y, xPpu, yPpu; + wxPoint screenPos, drawingPos; + wxRect clientRect( wxPoint( 0, 0 ), GetClientSize() ); + + INSTALL_UNBUFFERED_DC( dc, this ); + screenPos.x = dc.LogicalToDeviceX( aPosition.x ); + screenPos.y = dc.LogicalToDeviceY( aPosition.y ); + + // Scroll if the requested mouse position cursor is outside the drawing area. + if( !clientRect.Contains( screenPos ) ) + { + GetViewStart( &x, &y ); + GetScrollPixelsPerUnit( &xPpu, &yPpu ); + CalcUnscrolledPosition( screenPos.x, screenPos.y, &drawingPos.x, &drawingPos.y ); + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "MoveCursor() initial screen position(%d, %d) " ) \ + wxT( "rectangle(%d, %d, %d, %d) view(%d, %d)" ), + screenPos.x, screenPos.y, clientRect.x, clientRect.y, + clientRect.width, clientRect.height, x, y ); + + if( screenPos.y < clientRect.GetTop() ) + y -= m_scrollIncrementY * yPpu; + else if( screenPos.y > clientRect.GetBottom() ) + y += m_scrollIncrementY * yPpu; + else if( clientRect.GetRight() < screenPos.x ) + x += m_scrollIncrementX * xPpu; + else + x -= m_scrollIncrementX * xPpu; + + Scroll( x, y ); + CalcScrolledPosition( drawingPos.x, drawingPos.y, &screenPos.x, &screenPos.y ); + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "MoveCursor() scrolled screen position(%d, %d) view(%d, %d)" ), + screenPos.x, screenPos.y, x, y ); + } + + WarpPointer( screenPos.x, screenPos.y ); +} + + +void EDA_DRAW_PANEL::OnActivate( wxActivateEvent& event ) +{ + m_canStartBlock = -1; // Block Command can't start + event.Skip(); +} + + +void EDA_DRAW_PANEL::OnScroll( wxScrollWinEvent& event ) +{ + int id = event.GetEventType(); + int x, y; + int ppux, ppuy; + int csizeX, csizeY; + int unitsX, unitsY; + + GetViewStart( &x, &y ); + GetScrollPixelsPerUnit( &ppux, &ppuy ); + GetClientSize( &csizeX, &csizeY ); + GetVirtualSize( &unitsX, &unitsY ); + + int tmpX = x; + int tmpY = y; + + csizeX /= ppux; + csizeY /= ppuy; + + unitsX /= ppux; + unitsY /= ppuy; + + int dir = event.GetOrientation(); // wxHORIZONTAL or wxVERTICAL + + // On windows and on wxWidgets >= 2.9.5 and < 3.1, + // there is a bug in mousewheel event which always generates 2 scroll events + // (should be the case only for the default mousewheel event) + // with id = wxEVT_SCROLLWIN_LINEUP or wxEVT_SCROLLWIN_LINEDOWN + // so we skip these events. + // Note they are here just in case, because they are not actually used + // in Kicad +#if wxCHECK_VERSION( 3, 1, 0 ) || !wxCHECK_VERSION( 2, 9, 5 ) || ( !defined (__WINDOWS__) && !defined (__WXMAC__) ) + int maxX = unitsX - csizeX; + int maxY = unitsY - csizeY; + + if( id == wxEVT_SCROLLWIN_LINEUP ) + { + if( dir == wxHORIZONTAL ) + { + x -= m_scrollIncrementX; + + if( x < 0 ) + x = 0; + } + else + { + y -= m_scrollIncrementY; + + if( y < 0 ) + y = 0; + } + } + else if( id == wxEVT_SCROLLWIN_LINEDOWN ) + { + if( dir == wxHORIZONTAL ) + { + x += m_scrollIncrementX; + if( x > maxX ) + x = maxX; + } + else + { + y += m_scrollIncrementY; + + if( y > maxY ) + y = maxY; + } + } + else +#endif + if( id == wxEVT_SCROLLWIN_THUMBTRACK ) + { + if( dir == wxHORIZONTAL ) + x = event.GetPosition(); + else + y = event.GetPosition(); + } + else + { + event.Skip(); + return; + } + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "Setting scroll bars ppuX=%d, ppuY=%d, unitsX=%d, unitsY=%d, posX=%d, posY=%d" ), + ppux, ppuy, unitsX, unitsY, x, y ); + + double scale = GetParent()->GetScreen()->GetScalingFactor(); + + wxPoint center = GetParent()->GetScrollCenterPosition(); + center.x += KiROUND( (double) ( x - tmpX ) / scale ); + center.y += KiROUND( (double) ( y - tmpY ) / scale ); + GetParent()->SetScrollCenterPosition( center ); + + Scroll( x, y ); + event.Skip(); +} + + +void EDA_DRAW_PANEL::SetClipBox( wxDC& aDC, const wxRect* aRect ) +{ + wxRect clipBox; + + // Use the entire visible device area if no clip area was defined. + if( aRect == NULL ) + { + BASE_SCREEN* Screen = GetScreen(); + + if( !Screen ) + return; + + Screen->m_StartVisu = CalcUnscrolledPosition( wxPoint( 0, 0 ) ); + clipBox.SetSize( GetClientSize() ); + + int scrollX, scrollY; + + double scalar = Screen->GetScalingFactor(); + scrollX = KiROUND( Screen->GetGridSize().x * scalar ); + scrollY = KiROUND( Screen->GetGridSize().y * scalar ); + + m_scrollIncrementX = std::max( GetClientSize().x / 8, scrollX ); + m_scrollIncrementY = std::max( GetClientSize().y / 8, scrollY ); + Screen->m_ScrollbarPos.x = GetScrollPos( wxHORIZONTAL ); + Screen->m_ScrollbarPos.y = GetScrollPos( wxVERTICAL ); + } + else + { + clipBox = *aRect; + } + + // Pad clip box in device units. + clipBox.Inflate( CLIP_BOX_PADDING ); + + // Convert from device units to drawing units. + m_ClipBox.SetOrigin( wxPoint( aDC.DeviceToLogicalX( clipBox.x ), + aDC.DeviceToLogicalY( clipBox.y ) ) ); + m_ClipBox.SetSize( wxSize( aDC.DeviceToLogicalXRel( clipBox.width ), + aDC.DeviceToLogicalYRel( clipBox.height ) ) ); + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "Device clip box=(%d, %d, %d, %d), Logical clip box=(%d, %d, %d, %d)" ), + clipBox.x, clipBox.y, clipBox.width, clipBox.height, + m_ClipBox.GetX(), m_ClipBox.GetY(), m_ClipBox.GetWidth(), m_ClipBox.GetHeight() ); +} + + +void EDA_DRAW_PANEL::EraseScreen( wxDC* DC ) +{ + GRSetDrawMode( DC, GR_COPY ); + + EDA_COLOR_T bgColor = GetParent()->GetDrawBgColor(); + + GRSFilledRect( NULL, DC, m_ClipBox.GetX(), m_ClipBox.GetY(), + m_ClipBox.GetRight(), m_ClipBox.GetBottom(), + 0, bgColor, bgColor ); + + // Set to one (1) to draw bounding box validate bounding box calculation. +#if DEBUG_SHOW_CLIP_RECT + EDA_RECT bBox = m_ClipBox; + GRRect( NULL, DC, bBox.GetOrigin().x, bBox.GetOrigin().y, + bBox.GetEnd().x, bBox.GetEnd().y, 0, LIGHTMAGENTA ); +#endif +} + + +void EDA_DRAW_PANEL::DoPrepareDC( wxDC& dc ) +{ + wxScrolledWindow::DoPrepareDC( dc ); + + if( GetScreen() != NULL ) + { + double scale = GetScreen()->GetScalingFactor(); + dc.SetUserScale( scale, scale ); + + wxPoint pt = GetScreen()->m_DrawOrg; + dc.SetLogicalOrigin( pt.x, pt.y ); + } + + SetClipBox( dc ); // Reset the clip box to the entire screen. + GRResetPenAndBrush( &dc ); + dc.SetBackgroundMode( wxTRANSPARENT ); +} + + +void EDA_DRAW_PANEL::OnPaint( wxPaintEvent& event ) +{ + if( GetScreen() == NULL ) + { + event.Skip(); + return; + } + + INSTALL_PAINTDC( paintDC, this ); + + wxRect region = GetUpdateRegion().GetBox(); + SetClipBox( paintDC, ®ion ); + ReDraw( &paintDC, true ); +} + + +void EDA_DRAW_PANEL::ReDraw( wxDC* DC, bool erasebg ) +{ + BASE_SCREEN* Screen = GetScreen(); + + if( Screen == NULL ) + return; + + EDA_COLOR_T bgColor = GetParent()->GetDrawBgColor(); + + if( ( bgColor != WHITE ) && ( bgColor != BLACK ) ) + bgColor = BLACK; + + if( bgColor == WHITE ) + { + g_XorMode = GR_NXOR; + g_GhostColor = BLACK; + } + else + { + g_XorMode = GR_XOR; + g_GhostColor = WHITE; + } + + GRResetPenAndBrush( DC ); + + DC->SetBackground( bgColor == BLACK ? *wxBLACK_BRUSH : *wxWHITE_BRUSH ); + DC->SetBackgroundMode( wxSOLID ); + + if( erasebg ) + EraseScreen( DC ); + + GetParent()->RedrawActiveWindow( DC, erasebg ); + + // Verfies that the clipping is working correctly. If these two sets of numbers are + // not the same or really close. The clipping algorithms are broken. + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "Clip box: (%d, %d, %d, %d), Draw extents (%d, %d, %d, %d)" ), + m_ClipBox.GetX(), m_ClipBox.GetY(), m_ClipBox.GetRight(), m_ClipBox.GetBottom(), + DC->MinX(), DC->MinY(), DC->MaxX(), DC->MaxY() ); +} + + +void EDA_DRAW_PANEL::SetEnableMousewheelPan( bool aEnable ) +{ + m_enableMousewheelPan = aEnable; + + if( GetParent()->IsGalCanvasActive() ) + GetParent()->GetGalCanvas()->GetViewControls()->EnableMousewheelPan( aEnable ); +} + + +void EDA_DRAW_PANEL::SetEnableZoomNoCenter( bool aEnable ) +{ + m_enableZoomNoCenter = aEnable; + + if( GetParent()->IsGalCanvasActive() ) + GetParent()->GetGalCanvas()->GetViewControls()->EnableCursorWarping( !aEnable ); +} + + +void EDA_DRAW_PANEL::DrawBackGround( wxDC* DC ) +{ + EDA_COLOR_T axis_color = BLUE; + + GRSetDrawMode( DC, GR_COPY ); + + if( GetParent()->IsGridVisible() ) + DrawGrid( DC ); + + // Draw axis + if( GetParent()->m_showAxis ) + { + wxSize pageSize = GetParent()->GetPageSizeIU(); + + // Draw the Y axis + GRLine( &m_ClipBox, DC, 0, -pageSize.y, 0, pageSize.y, 0, axis_color ); + + // Draw the X axis + GRLine( &m_ClipBox, DC, -pageSize.x, 0, pageSize.x, 0, 0, axis_color ); + } + + if( GetParent()->m_showOriginAxis ) + DrawAuxiliaryAxis( DC, GR_COPY ); + + if( GetParent()->m_showGridAxis ) + DrawGridAxis( DC, GR_COPY, GetParent()->GetGridOrigin() ); +} + + +void EDA_DRAW_PANEL::DrawGrid( wxDC* aDC ) +{ + #define MIN_GRID_SIZE 10 // min grid size in pixels to allow drawing + BASE_SCREEN* screen = GetScreen(); + wxRealPoint gridSize; + wxSize screenSize; + wxPoint org; + wxRealPoint screenGridSize; + + /* The grid must be visible. this is possible only is grid value + * and zoom value are sufficient + */ + gridSize = screen->GetGridSize(); + screen->m_StartVisu = CalcUnscrolledPosition( wxPoint( 0, 0 ) ); + screenSize = GetClientSize(); + + screenGridSize.x = aDC->LogicalToDeviceXRel( KiROUND( gridSize.x ) ); + screenGridSize.y = aDC->LogicalToDeviceYRel( KiROUND( gridSize.y ) ); + + org = m_ClipBox.GetPosition(); + + if( screenGridSize.x < MIN_GRID_SIZE || screenGridSize.y < MIN_GRID_SIZE ) + { + screenGridSize.x *= 2.0; + screenGridSize.y *= 2.0; + gridSize.x *= 2.0; + gridSize.y *= 2.0; + } + + if( screenGridSize.x < MIN_GRID_SIZE || screenGridSize.y < MIN_GRID_SIZE ) + return; + + org = GetParent()->GetNearestGridPosition( org, &gridSize ); + + // Setting the nearest grid position can select grid points outside the clip box. + // Incrementing the start point by one grid step should prevent drawing grid points + // outside the clip box. + if( org.x < m_ClipBox.GetX() ) + org.x += KiROUND( gridSize.x ); + + if( org.y < m_ClipBox.GetY() ) + org.y += KiROUND( gridSize.y ); + + // Use a pixel based draw to display grid. There are a lot of calls, so the cost is + // high and grid is slowly drawn on some platforms. Please note that this should + // always be enabled until the bitmap based solution below is fixed. +#ifndef __WXMAC__ + GRSetColorPen( aDC, GetParent()->GetGridColor() ); +#else + // On mac (Cocoa), a point isn't a pixel and being of size 1 don't survive to antialiasing + GRSetColorPen( aDC, GetParent()->GetGridColor(), aDC->DeviceToLogicalXRel( 2 ) ); +#endif + + int xpos; + double right = ( double ) m_ClipBox.GetRight(); + double bottom = ( double ) m_ClipBox.GetBottom(); + +#if defined( __WXMAC__ ) && defined( USE_WX_GRAPHICS_CONTEXT ) + wxGCDC *gcdc = wxDynamicCast( aDC, wxGCDC ); + if( gcdc ) + { + wxGraphicsContext *gc = gcdc->GetGraphicsContext(); + + // Grid point size + const int gsz = 1; + const double w = aDC->DeviceToLogicalXRel( gsz ); + const double h = aDC->DeviceToLogicalYRel( gsz ); + + // Use our own pen + wxPen pen( MakeColour( GetParent()->GetGridColor() ), h ); + pen.SetCap( wxCAP_BUTT ); + gc->SetPen( pen ); + + // draw grid + wxGraphicsPath path = gc->CreatePath(); + for( double x = (double) org.x - w/2.0; x <= right - w/2.0; x += gridSize.x ) + { + for( double y = (double) org.y; y <= bottom; y += gridSize.y ) + { + path.MoveToPoint( x, y ); + path.AddLineToPoint( x+w, y ); + } + } + gc->StrokePath( path ); + } + else +#endif + { + GRSetColorPen( aDC, GetParent()->GetGridColor() ); + + for( double x = (double) org.x; x <= right; x += gridSize.x ) + { + xpos = KiROUND( x ); + + for( double y = (double) org.y; y <= bottom; y += gridSize.y ) + { + aDC->DrawPoint( xpos, KiROUND( y ) ); + } + } + } +} + +// Set to 1 to draw auxirilary axis as lines, 0 to draw as target (circle with cross) +#define DRAW_AXIS_AS_LINES 0 +// Size in pixels of the target shape +#define AXIS_SIZE_IN_PIXELS 15 + +void EDA_DRAW_PANEL::DrawAuxiliaryAxis( wxDC* aDC, GR_DRAWMODE aDrawMode ) +{ + wxPoint origin = GetParent()->GetAuxOrigin(); + + if( origin == wxPoint( 0, 0 ) ) + return; + + EDA_COLOR_T color = RED; + + GRSetDrawMode( aDC, aDrawMode ); + +#if DRAW_AXIS_AS_LINES + wxSize pageSize = GetParent()->GetPageSizeIU(); + // Draw the Y axis + GRLine( &m_ClipBox, aDC, origin.x, -pageSize.y, + origin.x, pageSize.y, 0, color ); + + // Draw the X axis + GRLine( &m_ClipBox, aDC, -pageSize.x, origin.y, + pageSize.x, origin.y, 0, color ); +#else + int radius = aDC->DeviceToLogicalXRel( AXIS_SIZE_IN_PIXELS ); + int linewidth = aDC->DeviceToLogicalXRel( 1 ); + + GRSetColorPen( aDC, color, linewidth ); + + GRLine( &m_ClipBox, aDC, origin.x, origin.y-radius, + origin.x, origin.y+radius, 0, color ); + + // Draw the + shape + GRLine( &m_ClipBox, aDC, origin.x-radius, origin.y, + origin.x+radius, origin.y, 0, color ); + + GRCircle( &m_ClipBox, aDC, origin, radius, linewidth, color ); +#endif +} + + +void EDA_DRAW_PANEL::DrawGridAxis( wxDC* aDC, GR_DRAWMODE aDrawMode, const wxPoint& aGridOrigin ) +{ + if( !GetParent()->m_showGridAxis || ( !aGridOrigin.x && !aGridOrigin.y ) ) + return; + + EDA_COLOR_T color = GetParent()->GetGridColor(); + + GRSetDrawMode( aDC, aDrawMode ); + +#if DRAW_AXIS_AS_LINES + wxSize pageSize = GetParent()->GetPageSizeIU(); + // Draw the Y axis + GRLine( &m_ClipBox, aDC, aGridOrigin.x, -pageSize.y, + aGridOrigin.x, pageSize.y, 0, color ); + + // Draw the X axis + GRLine( &m_ClipBox, aDC, -pageSize.x, aGridOrigin.y, + pageSize.x, aGridOrigin.y, 0, color ); +#else + int radius = aDC->DeviceToLogicalXRel( AXIS_SIZE_IN_PIXELS ); + int linewidth = aDC->DeviceToLogicalXRel( 1 ); + + GRSetColorPen( aDC, GetParent()->GetGridColor(), linewidth ); + + GRLine( &m_ClipBox, aDC, aGridOrigin.x-radius, aGridOrigin.y-radius, + aGridOrigin.x+radius, aGridOrigin.y+radius, 0, color ); + + // Draw the X shape + GRLine( &m_ClipBox, aDC, aGridOrigin.x+radius, aGridOrigin.y-radius, + aGridOrigin.x-radius, aGridOrigin.y+radius, 0, color ); + + GRCircle( &m_ClipBox, aDC, aGridOrigin, radius, linewidth, color ); +#endif +} + + +bool EDA_DRAW_PANEL::OnRightClick( wxMouseEvent& event ) +{ + wxPoint pos; + wxMenu MasterMenu; + + INSTALL_UNBUFFERED_DC( dc, this ); + + pos = event.GetLogicalPosition( dc ); + + if( !GetParent()->OnRightClick( pos, &MasterMenu ) ) + return false; + + GetParent()->AddMenuZoomAndGrid( &MasterMenu ); + + pos = event.GetPosition(); + m_ignoreMouseEvents = true; + PopupMenu( &MasterMenu, pos ); + // here, we are waiting for popup menu closing. + // Among different ways, it can be closed by clicking on the left mouse button. + // The expected behavior is to move the mouse cursor to its initial + // location, where the right click was made. + // However there is a case where the move cursor does not work as expected: + // when the user left clicks on the caption frame: the entire window is moved. + // Calling wxSafeYield avoid this behavior because it allows the left click + // to be proceeded before moving the mouse + wxSafeYield(); + + // Move the mouse cursor to its initial position: + MoveCursorToCrossHair(); + m_ignoreMouseEvents = false; + + return true; +} + + +void EDA_DRAW_PANEL::OnMouseEntering( wxMouseEvent& aEvent ) +{ + // This is an ugly hack that fixes some cross hair display bugs when the mouse leaves the + // canvas area during middle button mouse panning. + if( m_cursorLevel != 0 ) + m_cursorLevel = 0; + + aEvent.Skip(); +} + + +void EDA_DRAW_PANEL::OnMouseLeaving( wxMouseEvent& event ) +{ + if( m_mouseCaptureCallback == NULL ) // No command in progress. + m_requestAutoPan = false; + + if( !m_enableAutoPan || !m_requestAutoPan || m_ignoreMouseEvents ) + return; + + // Auto pan when mouse has left the client window + // Ensure the cross_hair position is updated, + // because it will be used to center the screen. + // We use a position inside the client window + wxRect area( wxPoint( 0, 0 ), GetClientSize() ); + wxPoint cross_hair_pos = event.GetPosition(); + + // Certain window managers (e.g. awesome wm) incorrectly trigger "on leave" event, + // therefore test if the cursor has really left the panel area + if( !area.Contains( cross_hair_pos ) ) + { + INSTALL_UNBUFFERED_DC( dc, this ); + cross_hair_pos.x = dc.DeviceToLogicalX( cross_hair_pos.x ); + cross_hair_pos.y = dc.DeviceToLogicalY( cross_hair_pos.y ); + + GetParent()->SetCrossHairPosition( cross_hair_pos ); + + wxCommandEvent cmd( wxEVT_COMMAND_MENU_SELECTED, ID_POPUP_ZOOM_CENTER ); + cmd.SetEventObject( this ); + GetEventHandler()->ProcessEvent( cmd ); + } + + event.Skip(); +} + + +void EDA_DRAW_PANEL::OnMouseWheel( wxMouseEvent& event ) +{ + if( m_ignoreMouseEvents ) + return; + + wxRect rect = wxRect( wxPoint( 0, 0 ), GetClientSize() ); + + // Ignore scroll events if the cursor is outside the drawing area. + if( event.GetWheelRotation() == 0 || !GetParent()->IsEnabled() + || !rect.Contains( event.GetPosition() ) ) + { + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "OnMouseWheel() position(%d, %d) rectangle(%d, %d, %d, %d)" ), + event.GetPosition().x, event.GetPosition().y, + rect.x, rect.y, rect.width, rect.height ); + event.Skip(); + return; + } + + INSTALL_UNBUFFERED_DC( dc, this ); + GetParent()->SetCrossHairPosition( event.GetLogicalPosition( dc ) ); + + wxCommandEvent cmd( wxEVT_COMMAND_MENU_SELECTED ); + cmd.SetEventObject( this ); + + bool offCenterReq = event.ControlDown() && event.ShiftDown(); + offCenterReq = offCenterReq || m_enableZoomNoCenter; + + int axis = event.GetWheelAxis(); + int wheelRotation = event.GetWheelRotation(); + + if( m_enableMousewheelPan ) + { + wxPoint newStart = GetViewStart(); + if( axis == wxMOUSE_WHEEL_HORIZONTAL ) + newStart.x += wheelRotation; + else + newStart.y -= wheelRotation; + + wxPoint center = GetScreenCenterLogicalPosition(); + GetParent()->SetScrollCenterPosition( center ); + Scroll( newStart ); + } + else if( wheelRotation > 0 ) + { + if( event.ShiftDown() && !event.ControlDown() ) + cmd.SetId( ID_PAN_UP ); + else if( event.ControlDown() && !event.ShiftDown() ) + cmd.SetId( ID_PAN_LEFT ); + else if( offCenterReq ) + cmd.SetId( ID_OFFCENTER_ZOOM_IN ); + else + cmd.SetId( ID_POPUP_ZOOM_IN ); + } + else if( wheelRotation < 0 ) + { + if( event.ShiftDown() && !event.ControlDown() ) + cmd.SetId( ID_PAN_DOWN ); + else if( event.ControlDown() && !event.ShiftDown() ) + cmd.SetId( ID_PAN_RIGHT ); + else if( offCenterReq ) + cmd.SetId( ID_OFFCENTER_ZOOM_OUT ); + else + cmd.SetId( ID_POPUP_ZOOM_OUT ); + } + + if( cmd.GetId() ) + GetEventHandler()->ProcessEvent( cmd ); + event.Skip(); +} + + +#ifdef USE_OSX_MAGNIFY_EVENT +void EDA_DRAW_PANEL::OnMagnify( wxMouseEvent& event ) +{ + // Scale the panel around our cursor position. + bool warpCursor = false; + + wxPoint cursorPosition = GetParent()->GetCursorPosition( false ); + wxPoint centerPosition = GetParent()->GetScrollCenterPosition(); + wxPoint vector = centerPosition - cursorPosition; + + double magnification = ( event.GetMagnification() + 1.0f ); + double scaleFactor = GetZoom() / magnification; + + // Scale the vector between the cursor and center point + vector.x /= magnification; + vector.y /= magnification; + + SetZoom(scaleFactor); + + // Recenter the window along our scaled vector such that the + // cursor becomes our scale axis, remaining fixed on screen + GetParent()->RedrawScreen( cursorPosition + vector, warpCursor ); + + event.Skip(); +} +#endif + + +void EDA_DRAW_PANEL::OnMouseEvent( wxMouseEvent& event ) +{ + int localrealbutt = 0, localbutt = 0; + BASE_SCREEN* screen = GetScreen(); + + if( !screen ) + return; + + /* Adjust value to filter mouse displacement before consider the drag + * mouse is really a drag command, not just a movement while click + */ +#define MIN_DRAG_COUNT_FOR_START_BLOCK_COMMAND 5 + + if( event.Leaving() ) + m_canStartBlock = -1; + + if( !IsMouseCaptured() ) // No mouse capture in progress. + m_requestAutoPan = false; + + if( GetParent()->IsActive() ) + SetFocus(); + else + return; + + if( !event.IsButton() && !event.Moving() && !event.Dragging() ) + return; + + if( event.RightDown() ) + { + OnRightClick( event ); + return; + } + + if( m_ignoreMouseEvents ) + return; + + if( event.LeftIsDown() ) + localrealbutt |= GR_M_LEFT_DOWN; + + if( event.MiddleIsDown() ) + localrealbutt |= GR_M_MIDDLE_DOWN; + + if( event.LeftDown() ) + localbutt = GR_M_LEFT_DOWN; + + if( event.ButtonDClick( 1 ) ) + localbutt = GR_M_LEFT_DOWN | GR_M_DCLICK; + + if( event.MiddleDown() ) + localbutt = GR_M_MIDDLE_DOWN; + + localrealbutt |= localbutt; // compensation default wxGTK + + INSTALL_UNBUFFERED_DC( DC, this ); + DC.SetBackground( *wxBLACK_BRUSH ); + + // Compute the cursor position in drawing (logical) units. + GetParent()->SetMousePosition( event.GetLogicalPosition( DC ) ); + + int kbstat = 0; + + if( event.ShiftDown() ) + kbstat |= GR_KB_SHIFT; + + if( event.ControlDown() ) + kbstat |= GR_KB_CTRL; + + if( event.AltDown() ) + kbstat |= GR_KB_ALT; + + // Calling Double Click and Click functions : + if( localbutt == (int) ( GR_M_LEFT_DOWN | GR_M_DCLICK ) ) + { + GetParent()->OnLeftDClick( &DC, GetParent()->RefPos( true ) ); + + // inhibit a response to the mouse left button release, + // because we have a double click, and we do not want a new + // OnLeftClick command at end of this Double Click + m_ignoreNextLeftButtonRelease = true; + } + else if( event.LeftUp() ) + { + // A block command is in progress: a left up is the end of block + // or this is the end of a double click, already seen + // Note also m_ignoreNextLeftButtonRelease can be set by + // the call to OnLeftClick(), so do not change it after calling OnLeftClick + bool ignoreEvt = m_ignoreNextLeftButtonRelease; + m_ignoreNextLeftButtonRelease = false; + + if( screen->m_BlockLocate.GetState() == STATE_NO_BLOCK && !ignoreEvt ) + GetParent()->OnLeftClick( &DC, GetParent()->RefPos( true ) ); + + } + else if( !event.LeftIsDown() ) + { + /* be sure there is a response to a left button release command + * even when a LeftUp event is not seen. This happens when a + * double click opens a dialog box, and the release mouse button + * is made when the dialog box is opened. + */ + m_ignoreNextLeftButtonRelease = false; + } + + if( event.ButtonDown( wxMOUSE_BTN_MIDDLE ) && m_enableMiddleButtonPan ) + { + if( m_panScrollbarLimits ) + { + int ppux, ppuy; + GetScrollPixelsPerUnit( &ppux, &ppuy ); + GetViewStart( &m_PanStartCenter.x, &m_PanStartCenter.y ); + m_PanStartCenter.x *= ppux; + m_PanStartCenter.y *= ppuy; + } + else + m_PanStartCenter = GetParent()->GetScrollCenterPosition(); + + m_PanStartEventPosition = event.GetPosition(); + + INSTALL_UNBUFFERED_DC( dc, this ); + CrossHairOff( &dc ); + } + + if( event.ButtonUp( wxMOUSE_BTN_MIDDLE ) && m_enableMiddleButtonPan ) + { + INSTALL_UNBUFFERED_DC( dc, this ); + CrossHairOn( &dc ); + } + + if( event.MiddleIsDown() && m_enableMiddleButtonPan ) + { + wxPoint currentPosition = event.GetPosition(); + + if( m_panScrollbarLimits ) + { + int x, y; + int tmpX, tmpY; + int ppux, ppuy; + int maxX, maxY; + int vsizeX, vsizeY; + int csizeX, csizeY; + + GetViewStart( &tmpX, &tmpY ); + GetScrollPixelsPerUnit( &ppux, &ppuy ); + GetVirtualSize( &vsizeX, &vsizeY ); + GetClientSize( &csizeX, &csizeY ); + + maxX = vsizeX - csizeX; + maxY = vsizeY - csizeY; + + x = m_PanStartCenter.x + m_PanStartEventPosition.x - currentPosition.x; + y = m_PanStartCenter.y + m_PanStartEventPosition.y - currentPosition.y; + + bool shouldMoveCursor = false; + + if( x < 0 ) + { + currentPosition.x += x; + x = 0; + shouldMoveCursor = true; + } + + if( y < 0 ) + { + currentPosition.y += y; + y = 0; + shouldMoveCursor = true; + } + + if( x > maxX ) + { + currentPosition.x += ( x - maxX ); + x = maxX; + shouldMoveCursor = true; + } + + if( y > maxY ) + { + currentPosition.y += ( y - maxY ); + y = maxY; + shouldMoveCursor = true; + } + + if( shouldMoveCursor ) + WarpPointer( currentPosition.x, currentPosition.y ); + + Scroll( x/ppux, y/ppuy ); + + double scale = GetParent()->GetScreen()->GetScalingFactor(); + + wxPoint center = GetParent()->GetScrollCenterPosition(); + center.x += KiROUND( (double) ( x - tmpX ) / scale ) / ppux; + center.y += KiROUND( (double) ( y - tmpY ) / scale ) / ppuy; + GetParent()->SetScrollCenterPosition( center ); + + Refresh(); + Update(); + } + else + { + double scale = GetParent()->GetScreen()->GetScalingFactor(); + int x = m_PanStartCenter.x + + KiROUND( (double) ( m_PanStartEventPosition.x - currentPosition.x ) / scale ); + int y = m_PanStartCenter.y + + KiROUND( (double) ( m_PanStartEventPosition.y - currentPosition.y ) / scale ); + + GetParent()->RedrawScreen( wxPoint( x, y ), false ); + } + } + + if( event.ButtonUp( wxMOUSE_BTN_MIDDLE ) && !m_enableMiddleButtonPan && + (screen->m_BlockLocate.GetState() == STATE_NO_BLOCK) ) + { + // The middle button has been released, with no block command: + // We use it for a zoom center at cursor position command + wxCommandEvent cmd( wxEVT_COMMAND_MENU_SELECTED, ID_POPUP_ZOOM_CENTER ); + cmd.SetEventObject( this ); + GetEventHandler()->ProcessEvent( cmd ); + } + + // Calling the general function on mouse changes (and pseudo key commands) + GetParent()->GeneralControl( &DC, event.GetLogicalPosition( DC ), 0 ); + + /*******************************/ + /* Control of block commands : */ + /*******************************/ + + // Command block can't start if mouse is dragging a new panel + static EDA_DRAW_PANEL* lastPanel; + if( lastPanel != this ) + { + m_minDragEventCount = 0; + m_canStartBlock = -1; + } + + /* A new command block can start after a release buttons + * and if the drag is enough + * This is to avoid a false start block when a dialog box is dismissed, + * or when changing panels in hierarchy navigation + * or when clicking while and moving mouse + */ + if( !event.LeftIsDown() && !event.MiddleIsDown() ) + { + m_minDragEventCount = 0; + m_canStartBlock = 0; + + /* Remember the last cursor position when a drag mouse starts + * this is the last position ** before ** clicking a button + * this is useful to start a block command from the point where the + * mouse was clicked first + * (a filter creates a delay for the real block command start, and + * we must remember this point) + */ + m_CursorStartPos = GetParent()->GetCrossHairPosition(); + } + + if( m_enableBlockCommands && !(localbutt & GR_M_DCLICK) ) + { + if( !screen->IsBlockActive() ) + { + screen->m_BlockLocate.SetOrigin( m_CursorStartPos ); + } + + if( event.LeftDown() || ( !m_enableMiddleButtonPan && event.MiddleDown() ) ) + { + if( screen->m_BlockLocate.GetState() == STATE_BLOCK_MOVE ) + { + m_requestAutoPan = false; + GetParent()->HandleBlockPlace( &DC ); + m_ignoreNextLeftButtonRelease = true; + } + } + else if( ( m_canStartBlock >= 0 ) + && ( event.LeftIsDown() || ( !m_enableMiddleButtonPan && event.MiddleIsDown() ) ) + && !IsMouseCaptured() ) + { + // Mouse is dragging: if no block in progress, start a block command. + if( screen->m_BlockLocate.GetState() == STATE_NO_BLOCK ) + { + // Start a block command + int cmd_type = kbstat; + + if( !m_enableMiddleButtonPan && event.MiddleIsDown() ) + cmd_type |= MOUSE_MIDDLE; + + // A block command is started if the drag is enough. A small + // drag is ignored (it is certainly a little mouse move when + // clicking) not really a drag mouse + if( m_minDragEventCount < MIN_DRAG_COUNT_FOR_START_BLOCK_COMMAND ) + m_minDragEventCount++; + else + { + if( !GetParent()->HandleBlockBegin( &DC, cmd_type, m_CursorStartPos ) ) + { + // should not occur: error + GetParent()->DisplayToolMsg( + wxT( "EDA_DRAW_PANEL::OnMouseEvent() Block Error" ) ); + } + else + { + m_requestAutoPan = true; + SetCursor( wxCURSOR_SIZING ); + } + } + } + } + + if( event.ButtonUp( wxMOUSE_BTN_LEFT ) || + ( !m_enableMiddleButtonPan && event.ButtonUp( wxMOUSE_BTN_MIDDLE ) ) ) + { + /* Release the mouse button: end of block. + * The command can finish (DELETE) or have a next command (MOVE, + * COPY). However the block command is canceled if the block + * size is small because a block command filtering is already + * made, this case happens, but only when the on grid cursor has + * not moved. + */ + #define BLOCK_MINSIZE_LIMIT 1 + bool BlockIsSmall = + ( std::abs( screen->m_BlockLocate.GetWidth() ) < BLOCK_MINSIZE_LIMIT ) + && ( std::abs( screen->m_BlockLocate.GetHeight() ) < BLOCK_MINSIZE_LIMIT ); + + if( (screen->m_BlockLocate.GetState() != STATE_NO_BLOCK) && BlockIsSmall ) + { + if( m_endMouseCaptureCallback ) + { + m_endMouseCaptureCallback( this, &DC ); + m_requestAutoPan = false; + } + + SetCursor( (wxStockCursor) m_currentCursor ); + } + else if( screen->m_BlockLocate.GetState() == STATE_BLOCK_END ) + { + m_requestAutoPan = false; + GetParent()->HandleBlockEnd( &DC ); + SetCursor( (wxStockCursor) m_currentCursor ); + if( screen->m_BlockLocate.GetState() == STATE_BLOCK_MOVE ) + { + m_requestAutoPan = true; + SetCursor( wxCURSOR_HAND ); + } + } + } + } + + // End of block command on a double click + // To avoid an unwanted block move command if the mouse is moved while double clicking + if( localbutt == (int) ( GR_M_LEFT_DOWN | GR_M_DCLICK ) ) + { + if( !screen->IsBlockActive() && IsMouseCaptured() ) + { + m_endMouseCaptureCallback( this, &DC ); + } + } + +#if 0 + wxString msg_debug; + msg_debug.Printf( " block state %d, cmd %d", + screen->m_BlockLocate.GetState(), + screen->m_BlockLocate.GetCommand() ); + GetParent()->PrintMsg( msg_debug ); +#endif + + lastPanel = this; +} + + + +void EDA_DRAW_PANEL::OnCharHook( wxKeyEvent& event ) +{ + event.Skip(); +} + +void EDA_DRAW_PANEL::OnKeyEvent( wxKeyEvent& event ) +{ + int localkey; + wxPoint pos; + + localkey = event.GetKeyCode(); + + switch( localkey ) + { + default: + break; + + case WXK_ESCAPE: + m_abortRequest = true; + + if( IsMouseCaptured() ) + EndMouseCapture(); + else + EndMouseCapture( ID_NO_TOOL_SELECTED, m_defaultCursor, wxEmptyString ); + break; + } + + /* Normalize keys code to easily handle keys from Ctrl+A to Ctrl+Z + * They have an ascii code from 1 to 27 remapped + * to GR_KB_CTRL + 'A' to GR_KB_CTRL + 'Z' + */ + if( event.ControlDown() && localkey >= WXK_CONTROL_A && localkey <= WXK_CONTROL_Z ) + localkey += 'A' - 1; + + /* Disallow shift for keys that have two keycodes on them (e.g. number and + * punctuation keys) leaving only the "letter keys" of A-Z. + * Then, you can have, e.g. Ctrl-5 and Ctrl-% (GB layout) + * and Ctrl-( and Ctrl-5 (FR layout). + * Otherwise, you'd have to have to say Ctrl-Shift-5 on a FR layout + */ + bool keyIsLetter = ( localkey >= 'A' && localkey <= 'Z' ) || + ( localkey >= 'a' && localkey <= 'z' ); + + if( event.ShiftDown() && ( keyIsLetter || localkey > 256 ) ) + localkey |= GR_KB_SHIFT; + + if( event.ControlDown() ) + localkey |= GR_KB_CTRL; + + if( event.AltDown() ) + localkey |= GR_KB_ALT; + + INSTALL_UNBUFFERED_DC( DC, this ); + + // Some key commands use the current mouse position: refresh it. + pos = wxGetMousePosition() - GetScreenPosition(); + + // Compute the cursor position in drawing units. Also known as logical units to wxDC. + pos = wxPoint( DC.DeviceToLogicalX( pos.x ), DC.DeviceToLogicalY( pos.y ) ); + + GetParent()->SetMousePosition( pos ); + + if( !GetParent()->GeneralControl( &DC, pos, localkey ) ) + event.Skip(); +} + + +void EDA_DRAW_PANEL::OnPan( wxCommandEvent& event ) +{ + int x, y; + int ppux, ppuy; + int unitsX, unitsY; + int maxX, maxY; + int tmpX, tmpY; + + GetViewStart( &x, &y ); + GetScrollPixelsPerUnit( &ppux, &ppuy ); + GetVirtualSize( &unitsX, &unitsY ); + tmpX = x; + tmpY = y; + maxX = unitsX; + maxY = unitsY; + unitsX /= ppux; + unitsY /= ppuy; + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "Scroll center position before pan: (%d, %d)" ), tmpX, tmpY ); + + switch( event.GetId() ) + { + case ID_PAN_UP: + y -= m_scrollIncrementY; + break; + + case ID_PAN_DOWN: + y += m_scrollIncrementY; + break; + + case ID_PAN_LEFT: + x -= m_scrollIncrementX; + break; + + case ID_PAN_RIGHT: + x += m_scrollIncrementX; + break; + + default: + wxLogDebug( wxT( "Unknown ID %d in EDA_DRAW_PANEL::OnPan()." ), event.GetId() ); + } + + bool updateCenterScrollPos = true; + + if( x < 0 ) + { + x = 0; + updateCenterScrollPos = false; + } + + if( y < 0 ) + { + y = 0; + updateCenterScrollPos = false; + } + + if( x > maxX ) + { + x = maxX; + updateCenterScrollPos = false; + } + + if( y > maxY ) + { + y = maxY; + updateCenterScrollPos = false; + } + + // Don't update the scroll position beyond the scroll limits. + if( updateCenterScrollPos ) + { + double scale = GetParent()->GetScreen()->GetScalingFactor(); + + wxPoint center = GetParent()->GetScrollCenterPosition(); + center.x += KiROUND( (double) ( x - tmpX ) / scale ); + center.y += KiROUND( (double) ( y - tmpY ) / scale ); + GetParent()->SetScrollCenterPosition( center ); + + wxLogTrace( KICAD_TRACE_COORDS, + wxT( "Scroll center position after pan: (%d, %d)" ), center.x, center.y ); + } + + Scroll( x/ppux, y/ppuy ); +} + + +void EDA_DRAW_PANEL::EndMouseCapture( int id, int cursor, const wxString& title, + bool aCallEndFunc ) +{ + if( m_mouseCaptureCallback && m_endMouseCaptureCallback && aCallEndFunc ) + { + INSTALL_UNBUFFERED_DC( dc, this ); + m_endMouseCaptureCallback( this, &dc ); + } + + m_mouseCaptureCallback = NULL; + m_endMouseCaptureCallback = NULL; + m_requestAutoPan = false; + + if( id != -1 && cursor != -1 ) + { + wxASSERT( cursor > wxCURSOR_NONE && cursor < wxCURSOR_MAX ); + GetParent()->SetToolID( id, cursor, title ); + } +} + + +void EDA_DRAW_PANEL::CallMouseCapture( wxDC* aDC, const wxPoint& aPosition, bool aErase ) +{ + wxCHECK_RET( aDC != NULL, wxT( "Invalid device context." ) ); + wxCHECK_RET( m_mouseCaptureCallback != NULL, wxT( "Mouse capture callback not set." ) ); + + m_mouseCaptureCallback( this, aDC, aPosition, aErase ); +} + + +void EDA_DRAW_PANEL::CallEndMouseCapture( wxDC* aDC ) +{ + wxCHECK_RET( aDC != NULL, wxT( "Invalid device context." ) ); + + // CallEndMouseCapture is sometimes called with m_endMouseCaptureCallback == NULL + // for instance after an ABORT in block paste. + if( m_endMouseCaptureCallback ) + m_endMouseCaptureCallback( this, aDC ); +} diff --git a/common/draw_panel_gal.cpp b/common/draw_panel_gal.cpp new file mode 100644 index 0000000..2cd2e4c --- /dev/null +++ b/common/draw_panel_gal.cpp @@ -0,0 +1,415 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013-2015 CERN + * @author Tomasz Wlostowski + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + +#include +#include +#include + +#include +#include + +#include + +#ifdef __WXDEBUG__ +#include +#endif /* __WXDEBUG__ */ + +EDA_DRAW_PANEL_GAL::EDA_DRAW_PANEL_GAL( wxWindow* aParentWindow, wxWindowID aWindowId, + const wxPoint& aPosition, const wxSize& aSize, + GAL_TYPE aGalType ) : + wxScrolledCanvas( aParentWindow, aWindowId, aPosition, aSize ) +{ + m_parent = aParentWindow; + m_gal = NULL; + m_backend = GAL_TYPE_NONE; + m_view = NULL; + m_painter = NULL; + m_eventDispatcher = NULL; + m_lostFocus = false; + + SetLayoutDirection( wxLayout_LeftToRight ); + + SwitchBackend( aGalType ); + SetBackgroundStyle( wxBG_STYLE_CUSTOM ); + +// Scrollbars broken in GAL on OSX +#ifdef __WXMAC__ + ShowScrollbars( wxSHOW_SB_NEVER, wxSHOW_SB_NEVER ); +#else + ShowScrollbars( wxSHOW_SB_ALWAYS, wxSHOW_SB_ALWAYS ); +#endif + EnableScrolling( false, false ); // otherwise Zoom Auto disables GAL canvas + + m_painter = new KIGFX::PCB_PAINTER( m_gal ); + + m_view = new KIGFX::VIEW( true ); + m_view->SetPainter( m_painter ); + m_view->SetGAL( m_gal ); + + Connect( wxEVT_SIZE, wxSizeEventHandler( EDA_DRAW_PANEL_GAL::onSize ), NULL, this ); + Connect( wxEVT_ENTER_WINDOW, wxEventHandler( EDA_DRAW_PANEL_GAL::onEnter ), NULL, this ); + Connect( wxEVT_KILL_FOCUS, wxFocusEventHandler( EDA_DRAW_PANEL_GAL::onLostFocus ), NULL, this ); + + const wxEventType events[] = + { + wxEVT_LEFT_UP, wxEVT_LEFT_DOWN, wxEVT_LEFT_DCLICK, + wxEVT_RIGHT_UP, wxEVT_RIGHT_DOWN, wxEVT_RIGHT_DCLICK, + wxEVT_MIDDLE_UP, wxEVT_MIDDLE_DOWN, wxEVT_MIDDLE_DCLICK, + wxEVT_MOTION, wxEVT_MOUSEWHEEL, wxEVT_CHAR, +#ifdef USE_OSX_MAGNIFY_EVENT + wxEVT_MAGNIFY, +#endif + KIGFX::WX_VIEW_CONTROLS::EVT_REFRESH_MOUSE + }; + + BOOST_FOREACH( wxEventType eventType, events ) + { + Connect( eventType, wxEventHandler( EDA_DRAW_PANEL_GAL::onEvent ), + NULL, m_eventDispatcher ); + } + + // View controls is the first in the event handler chain, so the Tool Framework operates + // on updated viewport data. + m_viewControls = new KIGFX::WX_VIEW_CONTROLS( m_view, this ); + + // Set up timer that prevents too frequent redraw commands + m_refreshTimer.SetOwner( this ); + m_pendingRefresh = false; + m_drawing = false; + m_drawingEnabled = false; + Connect( wxEVT_TIMER, wxTimerEventHandler( EDA_DRAW_PANEL_GAL::onRefreshTimer ), NULL, this ); +} + + +EDA_DRAW_PANEL_GAL::~EDA_DRAW_PANEL_GAL() +{ + delete m_painter; + delete m_viewControls; + delete m_view; + delete m_gal; +} + + +void EDA_DRAW_PANEL_GAL::SetFocus() +{ +// Windows has a strange manner on bringing up and activating windows +// containing a GAL canvas just after moving the mouse cursor into its area. +// Feel free to uncomment or extend the following #ifdef if you experience +// similar problems on your platform. +#ifdef __WINDOWS__ + if( !GetParent()->IsDescendant( wxWindow::FindFocus() ) ) + return; +#endif + + wxScrolledCanvas::SetFocus(); + m_lostFocus = false; +} + + +void EDA_DRAW_PANEL_GAL::onPaint( wxPaintEvent& WXUNUSED( aEvent ) ) +{ + m_pendingRefresh = false; + + if( m_drawing ) + return; + + m_drawing = true; + +// Scrollbars broken in GAL on OSX +#ifndef __WXMAC__ + m_viewControls->UpdateScrollbars(); +#endif + + m_view->UpdateItems(); + m_gal->BeginDrawing(); + m_gal->ClearScreen( m_painter->GetSettings()->GetBackgroundColor() ); + + KIGFX::COLOR4D gridColor = static_cast (m_painter->GetSettings())->GetLayerColor( ITEM_GAL_LAYER ( GRID_VISIBLE ) ); + m_gal->SetGridColor ( gridColor ); + + if( m_view->IsDirty() ) + { + m_view->ClearTargets(); + + // Grid has to be redrawn only when the NONCACHED target is redrawn + if( m_view->IsTargetDirty( KIGFX::TARGET_NONCACHED ) ) + m_gal->DrawGrid(); + + m_view->Redraw(); + } + + m_gal->DrawCursor( m_viewControls->GetCursorPosition() ); + m_gal->EndDrawing(); + + m_lastRefresh = wxGetLocalTimeMillis(); + m_drawing = false; +} + + +void EDA_DRAW_PANEL_GAL::onSize( wxSizeEvent& aEvent ) +{ + m_gal->ResizeScreen( aEvent.GetSize().x, aEvent.GetSize().y ); + m_view->MarkTargetDirty( KIGFX::TARGET_CACHED ); + m_view->MarkTargetDirty( KIGFX::TARGET_NONCACHED ); +} + + +void EDA_DRAW_PANEL_GAL::Refresh( bool aEraseBackground, const wxRect* aRect ) +{ + if( m_pendingRefresh ) + return; + + m_pendingRefresh = true; + +#ifdef __WXMAC__ + // Timers on OS X may have a high latency (seen up to 500ms and more) which + // makes repaints jerky. No negative impact seen without throttling, so just + // do an unconditional refresh for OS X. + ForceRefresh(); +#else + wxLongLong t = wxGetLocalTimeMillis(); + wxLongLong delta = t - m_lastRefresh; + + if( delta >= MinRefreshPeriod ) + { + ForceRefresh(); + } + else + { + // One shot timer + m_refreshTimer.Start( ( MinRefreshPeriod - delta ).ToLong(), true ); + } +#endif +} + + +void EDA_DRAW_PANEL_GAL::ForceRefresh() +{ + wxPaintEvent redrawEvent; + wxPostEvent( this, redrawEvent ); +} + + +void EDA_DRAW_PANEL_GAL::SetEventDispatcher( TOOL_DISPATCHER* aEventDispatcher ) +{ + m_eventDispatcher = aEventDispatcher; + const wxEventType eventTypes[] = { wxEVT_TOOL }; + + if( m_eventDispatcher ) + { + BOOST_FOREACH( wxEventType type, eventTypes ) + { + m_parent->Connect( type, wxCommandEventHandler( TOOL_DISPATCHER::DispatchWxCommand ), + NULL, m_eventDispatcher ); + } + } + else + { + BOOST_FOREACH( wxEventType type, eventTypes ) + { + // While loop is used to be sure that all event handlers are removed. + while( m_parent->Disconnect( type, + wxCommandEventHandler( TOOL_DISPATCHER::DispatchWxCommand ), + NULL, m_eventDispatcher ) ); + } + } +} + + +void EDA_DRAW_PANEL_GAL::StartDrawing() +{ + // Start querying GAL if it is ready + m_refreshTimer.StartOnce( 100 ); +} + + +void EDA_DRAW_PANEL_GAL::StopDrawing() +{ + m_drawingEnabled = false; + Disconnect( wxEVT_PAINT, wxPaintEventHandler( EDA_DRAW_PANEL_GAL::onPaint ), NULL, this ); + m_pendingRefresh = false; + m_drawing = true; + m_refreshTimer.Stop(); +} + + +void EDA_DRAW_PANEL_GAL::SetHighContrastLayer( LAYER_ID aLayer ) +{ + // Set display settings for high contrast mode + KIGFX::RENDER_SETTINGS* rSettings = m_view->GetPainter()->GetSettings(); + + SetTopLayer( aLayer ); + + rSettings->ClearActiveLayers(); + rSettings->SetActiveLayer( aLayer ); + + m_view->UpdateAllLayersColor(); +} + + +void EDA_DRAW_PANEL_GAL::SetTopLayer( LAYER_ID aLayer ) +{ + m_view->ClearTopLayers(); + m_view->SetTopLayer( aLayer ); + m_view->UpdateAllLayersOrder(); +} + + +double EDA_DRAW_PANEL_GAL::GetLegacyZoom() const +{ + double zoomFactor = m_gal->GetWorldScale() / m_gal->GetZoomFactor(); + return ( 1.0 / ( zoomFactor * m_view->GetScale() ) ); +} + + +bool EDA_DRAW_PANEL_GAL::SwitchBackend( GAL_TYPE aGalType ) +{ + // Do not do anything if the currently used GAL is correct + if( aGalType == m_backend && m_gal != NULL ) + return true; + + bool result = true; // assume everything will be fine + + // Prevent refreshing canvas during backend switch + StopDrawing(); + + KIGFX::GAL* new_gal = NULL; + + try + { + switch( aGalType ) + { + case GAL_TYPE_OPENGL: + new_gal = new KIGFX::OPENGL_GAL( this, this, this ); + break; + + case GAL_TYPE_CAIRO: + new_gal = new KIGFX::CAIRO_GAL( this, this, this ); + break; + + default: + assert( false ); + // warn about unhandled GAL canvas type, but continue with the fallback option + + case GAL_TYPE_NONE: + // KIGFX::GAL is a stub - it actually does cannot display anything, + // but prevents code relying on GAL canvas existence from crashing + new_gal = new KIGFX::GAL(); + break; + } + } + catch( std::runtime_error& err ) + { + new_gal = new KIGFX::GAL(); + aGalType = GAL_TYPE_NONE; + DisplayError( m_parent, wxString( err.what() ) ); + result = false; + } + + assert( new_gal ); + delete m_gal; + m_gal = new_gal; + + wxSize size = GetClientSize(); + m_gal->ResizeScreen( size.GetX(), size.GetY() ); + + if( m_painter ) + m_painter->SetGAL( m_gal ); + + if( m_view ) + m_view->SetGAL( m_gal ); + + m_backend = aGalType; + + return result; +} + + +void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent ) +{ + if( m_lostFocus ) + SetFocus(); + + if( !m_eventDispatcher ) + aEvent.Skip(); + else + m_eventDispatcher->DispatchWxEvent( aEvent ); + + Refresh(); +} + + +void EDA_DRAW_PANEL_GAL::onEnter( wxEvent& aEvent ) +{ + // Getting focus is necessary in order to receive key events properly + SetFocus(); + + aEvent.Skip(); +} + + +void EDA_DRAW_PANEL_GAL::onLostFocus( wxFocusEvent& aEvent ) +{ + m_lostFocus = true; + + aEvent.Skip(); +} + + +void EDA_DRAW_PANEL_GAL::onRefreshTimer( wxTimerEvent& aEvent ) +{ + if( !m_drawingEnabled ) + { + if( m_gal->IsInitialized() ) + { + m_drawing = false; + m_pendingRefresh = true; + Connect( wxEVT_PAINT, wxPaintEventHandler( EDA_DRAW_PANEL_GAL::onPaint ), NULL, this ); + m_drawingEnabled = true; + } + else + { + // Try again soon + m_refreshTimer.Start( 100, true ); + return; + } + } + + wxPaintEvent redrawEvent; + wxPostEvent( this, redrawEvent ); +} diff --git a/common/drawtxt.cpp b/common/drawtxt.cpp new file mode 100644 index 0000000..15a2280 --- /dev/null +++ b/common/drawtxt.cpp @@ -0,0 +1,685 @@ +/** + * Functions to draw and plot text on screen + * @file drawtxt.cpp + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Jean-Pierre Charras, jean-pierre.charras@ujf-grenoble.fr + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 Wayne Stambaugh + * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include // EDA_TEXT_HJUSTIFY_T and EDA_TEXT_VJUSTIFY_T +#include +#include +#include +#include + +#include + + +#include +#include + +using namespace KIGFX; + + +// A ugly hack to avoid UTF8::uni_iter method not found at link stage +// in gerbview and pl_editor. +// Hoping I (JPC) can remove that soon. +void dummy() +{ + UTF8 text = "x"; + for( UTF8::uni_iter it = text.ubegin(), end = text.uend(); it < end; ++it ) + ; +} + + +int OverbarPositionY( int size_v ) +{ + return KiROUND( size_v * STROKE_FONT::OVERBAR_HEIGHT ); +} + + +/** + * Function GetPensizeForBold + * @return the "best" value for a pen size to draw/plot a bold text + * @param aTextSize = the char size (height or width) + */ +int GetPenSizeForBold( int aTextSize ) +{ + return KiROUND( aTextSize / 5.0 ); +} + + +/** + * Function Clamp_Text_PenSize + * As a rule, pen width should not be >1/4em, otherwise the character + * will be cluttered up in its own fatness + * so pen width max is aSize/4 for bold text, and aSize/6 for normal text + * The "best" pen width is aSize/5 for bold texts, + * so the clamp is consistant with bold option. + * @param aPenSize = the pen size to clamp + * @param aSize the char size (height or width) + * @param aBold = true if text accept bold pen size + * @return the max pen size allowed + */ +int Clamp_Text_PenSize( int aPenSize, int aSize, bool aBold ) +{ + int penSize = aPenSize; + double scale = aBold ? 4.0 : 6.0; + int maxWidth = KiROUND( std::abs( aSize ) / scale ); + + if( penSize > maxWidth ) + penSize = maxWidth; + + return penSize; +} + + +int Clamp_Text_PenSize( int aPenSize, wxSize aSize, bool aBold ) +{ + int size = std::min( std::abs( aSize.x ), std::abs( aSize.y ) ); + + return Clamp_Text_PenSize( aPenSize, size, aBold ); +} + + +/* Functions to draw / plot a string. + * texts have only one line. + * They can be in italic. + * Horizontal and Vertical justification are handled. + * Texts can be rotated + * substrings between ~ markers can be "negated" (i.e. with an over bar + */ + +/** + * Function NegableTextLength + * Return the text length (char count) of a negable string, + * excluding the ~ markers + */ +int NegableTextLength( const wxString& aText ) +{ + int char_count = aText.length(); + + // Fix the character count, removing the ~ found + for( int i = char_count - 1; i >= 0; i-- ) + { + if( aText[i] == '~' ) + { + // '~~' draw as '~' and count as two chars + if( i > 0 && aText[i - 1] == '~' ) + i--; + else + char_count--; + } + } + + return char_count; +} + + +/* Function GetHersheyShapeDescription + * return a pointer to the shape corresponding to unicode value AsciiCode + * Note we use the same font for Bold and Normal texts + * because KiCad handles a variable pen size to do that + * that gives better results in XOR draw mode. + */ +static const char* GetHersheyShapeDescription( int AsciiCode ) +{ + // calculate font length + int font_length_max = newstroke_font_bufsize; + + if( AsciiCode >= (32 + font_length_max) ) + AsciiCode = '?'; + + if( AsciiCode < 32 ) + AsciiCode = 32; // Clamp control chars + + AsciiCode -= 32; + + return newstroke_font[AsciiCode]; +} + + +int GraphicTextWidth( const wxString& aText, int aXSize, bool aItalic, bool aWidth ) +{ + int tally = 0; + int char_count = aText.length(); + + for( int i = 0; i < char_count; i++ ) + { + int asciiCode = aText[i]; + + /* Skip the negation marks + * and first '~' char of '~~' + * ('~~' draw as '~') + */ + if( asciiCode == '~' ) + { + if( i == 0 || aText[i - 1] != '~' ) + continue; + } + + const char* shape_ptr = GetHersheyShapeDescription( asciiCode ); + // Get metrics + int xsta = *shape_ptr++ - 'R'; + int xsto = *shape_ptr++ - 'R'; + tally += KiROUND( aXSize * (xsto - xsta) * STROKE_FONT::STROKE_FONT_SCALE ); + } + + // For italic correction, add 1/8 size + if( aItalic ) + { + tally += KiROUND( aXSize * STROKE_FONT::ITALIC_TILT ); + } + + return tally; +} + + +// Helper function for drawing character polylines +static void DrawGraphicTextPline( EDA_RECT* aClipBox, + wxDC* aDC, + EDA_COLOR_T aColor, + int aWidth, + bool aSketchMode, + int point_count, + wxPoint* coord, + void (* aCallback)( int x0, int y0, int xf, int yf ), + PLOTTER* aPlotter ) +{ + if( aPlotter ) + { + aPlotter->MoveTo( coord[0] ); + + for( int ik = 1; ik < point_count; ik++ ) + { + aPlotter->LineTo( coord[ik] ); + } + + aPlotter->PenFinish(); + } + else if( aCallback ) + { + for( int ik = 0; ik < (point_count - 1); ik++ ) + { + aCallback( coord[ik].x, coord[ik].y, + coord[ik + 1].x, coord[ik + 1].y ); + } + } + else if( aDC ) + { + if( aSketchMode ) + { + for( int ik = 0; ik < (point_count - 1); ik++ ) + GRCSegm( aClipBox, aDC, coord[ik].x, coord[ik].y, + coord[ik + 1].x, coord[ik + 1].y, aWidth, aColor ); + } + else + GRPoly( aClipBox, aDC, point_count, coord, 0, + aWidth, aColor, aColor ); + } +} + + +/** + * Function DrawGraphicText + * Draw a graphic text (like module texts) + * @param aClipBox = the clipping rect, or NULL if no clipping + * @param aDC = the current Device Context. NULL if draw within a 3D GL Canvas + * @param aPos = text position (according to h_justify, v_justify) + * @param aColor (enum EDA_COLOR_T) = text color + * @param aText = text to draw + * @param aOrient = angle in 0.1 degree + * @param aSize = text size (size.x or size.y can be < 0 for mirrored texts) + * @param aH_justify = horizontal justification (Left, center, right) + * @param aV_justify = vertical justification (bottom, center, top) + * @param aWidth = line width (pen width) (use default width if aWidth = 0) + * if width < 0 : draw segments in sketch mode, width = abs(width) + * Use a value min(aSize.x, aSize.y) / 5 for a bold text + * @param aItalic = true to simulate an italic font + * @param aBold = true to use a bold font. Useful only with default width value (aWidth = 0) + * @param aCallback() = function called (if non null) to draw each segment. + * used to draw 3D texts or for plotting, NULL for normal drawings + * @param aPlotter = a pointer to a PLOTTER instance, when this function is used to plot + * the text. NULL to draw this text. + */ +void DrawGraphicText( EDA_RECT* aClipBox, + wxDC* aDC, + const wxPoint& aPos, + EDA_COLOR_T aColor, + const wxString& aText, + double aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + void (* aCallback)( int x0, int y0, int xf, int yf ), + PLOTTER* aPlotter ) +{ + int AsciiCode; + int x0, y0; + int size_h, size_v; + unsigned ptr; + int dx, dy; // Draw coordinate for segments to draw. also used in some other calculation + wxPoint current_char_pos; // Draw coordinates for the current char + wxPoint overbar_pos; // Start point for the current overbar + int overbar_italic_comp; // Italic compensation for overbar + #define BUF_SIZE 100 + wxPoint coord[BUF_SIZE + 1]; // Buffer coordinate used to draw polylines (one char shape) + bool sketch_mode = false; + bool italic_reverse = false; // true for mirrored texts with m_Size.x < 0 + + size_h = aSize.x; /* PLEASE NOTE: H is for HORIZONTAL not for HEIGHT */ + size_v = aSize.y; + + if( aWidth == 0 && aBold ) // Use default values if aWidth == 0 + aWidth = GetPenSizeForBold( std::min( aSize.x, aSize.y ) ); + + if( aWidth < 0 ) + { + aWidth = -aWidth; + sketch_mode = true; + } + +#ifdef CLIP_PEN // made by draw and plot functions + aWidth = Clamp_Text_PenSize( aWidth, aSize, aBold ); +#endif + + if( size_h < 0 ) // text is mirrored using size.x < 0 (mirror / Y axis) + italic_reverse = true; + + unsigned char_count = NegableTextLength( aText ); + + if( char_count == 0 ) + return; + + current_char_pos = aPos; + + dx = GraphicTextWidth( aText, size_h, aItalic, aWidth ); + dy = size_v; + + /* Do not draw the text if out of draw area! */ + if( aClipBox ) + { + int xm, ym, ll, xc, yc; + ll = std::abs( dx ); + + xc = current_char_pos.x; + yc = current_char_pos.y; + + x0 = aClipBox->GetX() - ll; + y0 = aClipBox->GetY() - ll; + xm = aClipBox->GetRight() + ll; + ym = aClipBox->GetBottom() + ll; + + if( xc < x0 ) + return; + + if( yc < y0 ) + return; + + if( xc > xm ) + return; + + if( yc > ym ) + return; + } + + + /* Compute the position of the first letter of the text + * this position is the position of the left bottom point of the letter + * this is the same as the text position only for a left and bottom justified text + * In others cases, this position must be calculated from the text position ans size + */ + + switch( aH_justify ) + { + case GR_TEXT_HJUSTIFY_CENTER: + current_char_pos.x -= dx / 2; + break; + + case GR_TEXT_HJUSTIFY_RIGHT: + current_char_pos.x -= dx; + break; + + case GR_TEXT_HJUSTIFY_LEFT: + break; + } + + switch( aV_justify ) + { + case GR_TEXT_VJUSTIFY_CENTER: + current_char_pos.y += dy / 2; + break; + + case GR_TEXT_VJUSTIFY_TOP: + current_char_pos.y += dy; + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + break; + } + + // Note: if aPanel == NULL, we are using a GL Canvas that handle scaling + if( aSize.x == 0 ) + return; + + /* if a text size is too small, the text cannot be drawn, and it is drawn as a single + * graphic line */ + if( aDC && ( aDC->LogicalToDeviceYRel( std::abs( aSize.y ) ) < MIN_DRAWABLE_TEXT_SIZE )) + { + // draw the text as a line always vertically centered + wxPoint end( current_char_pos.x + dx, current_char_pos.y ); + + RotatePoint( ¤t_char_pos, aPos, aOrient ); + RotatePoint( &end, aPos, aOrient ); + + if( aPlotter ) + { + aPlotter->MoveTo( current_char_pos ); + aPlotter->FinishTo( end ); + } + else if( aCallback ) + { + aCallback( current_char_pos.x, current_char_pos.y, end.x, end.y ); + } + else + GRLine( aClipBox, aDC, + current_char_pos.x, current_char_pos.y, end.x, end.y, aWidth, aColor ); + + return; + } + + if( aItalic ) + { + overbar_italic_comp = KiROUND( OverbarPositionY( size_v ) * STROKE_FONT::ITALIC_TILT ); + + if( italic_reverse ) + { + overbar_italic_comp = -overbar_italic_comp; + } + } + else + { + overbar_italic_comp = 0; + } + + int overbars = 0; // Number of '~' seen (except '~~') + ptr = 0; // ptr = text index + + while( ptr < char_count ) + { + if( aText[ptr + overbars] == '~' ) + { + if( ptr + overbars + 1 < aText.length() + && aText[ptr + overbars + 1] == '~' ) /* '~~' draw as '~' */ + ptr++; // skip first '~' char and draw second + + else + { + // Found an overbar, adjust the pointers + overbars++; + + if( overbars & 1 ) // odd overbars count + { + // Starting the overbar + overbar_pos = current_char_pos; + overbar_pos.x += overbar_italic_comp; + overbar_pos.y -= OverbarPositionY( size_v ); + RotatePoint( &overbar_pos, aPos, aOrient ); + } + else + { + // Ending the overbar + coord[0] = overbar_pos; + overbar_pos = current_char_pos; + overbar_pos.x += overbar_italic_comp; + overbar_pos.y -= OverbarPositionY( size_v ); + RotatePoint( &overbar_pos, aPos, aOrient ); + coord[1] = overbar_pos; + // Plot the overbar segment + DrawGraphicTextPline( aClipBox, aDC, aColor, aWidth, + sketch_mode, 2, coord, aCallback, aPlotter ); + } + + continue; // Skip ~ processing + } + } + + AsciiCode = aText.GetChar( ptr + overbars ); + + const char* ptcar = GetHersheyShapeDescription( AsciiCode ); + // Get metrics + int xsta = *ptcar++ - 'R'; + int xsto = *ptcar++ - 'R'; + int point_count = 0; + bool endcar = false; + + while( !endcar ) + { + int hc1, hc2; + hc1 = *ptcar++; + + if( hc1 ) + { + hc2 = *ptcar++; + } + else + { + // End of character, insert a synthetic pen up: + hc1 = ' '; + hc2 = 'R'; + endcar = true; + } + + // Do the Hershey decode thing: + // coordinates values are coded as + 'R' + hc1 -= 'R'; + hc2 -= 'R'; + + // Pen up request + if( hc1 == -50 && hc2 == 0 ) + { + if( point_count ) + { + if( aWidth <= 1 ) + aWidth = 0; + + DrawGraphicTextPline( aClipBox, aDC, aColor, aWidth, + sketch_mode, point_count, coord, + aCallback, aPlotter ); + } + + point_count = 0; + } + else + { + wxPoint currpoint; + hc1 -= xsta; hc2 -= 10; // Align the midpoint + hc1 = KiROUND( hc1 * size_h * STROKE_FONT::STROKE_FONT_SCALE ); + hc2 = KiROUND( hc2 * size_v * STROKE_FONT::STROKE_FONT_SCALE ); + + // To simulate an italic font, + // add a x offset depending on the y offset + if( aItalic ) + hc1 -= KiROUND( italic_reverse ? -hc2 * STROKE_FONT::ITALIC_TILT + : hc2 * STROKE_FONT::ITALIC_TILT ); + + currpoint.x = hc1 + current_char_pos.x; + currpoint.y = hc2 + current_char_pos.y; + + RotatePoint( &currpoint, aPos, aOrient ); + coord[point_count] = currpoint; + + if( point_count < BUF_SIZE - 1 ) + point_count++; + } + } // end draw 1 char + + ptr++; + + // Apply the advance width + current_char_pos.x += KiROUND( size_h * (xsto - xsta) * STROKE_FONT::STROKE_FONT_SCALE ); + } + + if( overbars % 2 ) + { + // Close the last overbar + coord[0] = overbar_pos; + overbar_pos = current_char_pos; + overbar_pos.y -= OverbarPositionY( size_v ); + RotatePoint( &overbar_pos, aPos, aOrient ); + coord[1] = overbar_pos; + + // Plot the overbar segment + DrawGraphicTextPline( aClipBox, aDC, aColor, aWidth, + sketch_mode, 2, coord, aCallback, aPlotter ); + } +} + +void DrawGraphicHaloText( EDA_RECT* aClipBox, wxDC * aDC, + const wxPoint &aPos, + enum EDA_COLOR_T aBgColor, + enum EDA_COLOR_T aColor1, + enum EDA_COLOR_T aColor2, + const wxString &aText, + double aOrient, + const wxSize &aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, bool aItalic, bool aBold, + void (*aCallback)( int x0, int y0, int xf, int yf ), + PLOTTER * aPlotter ) +{ + // Swap color if contrast would be better + if( ColorIsLight( aBgColor ) ) + { + EDA_COLOR_T c = aColor1; + aColor1 = aColor2; + aColor2 = c; + } + + DrawGraphicText( aClipBox, aDC, aPos, aColor1, aText, aOrient, aSize, + aH_justify, aV_justify, aWidth, aItalic, aBold, + aCallback, aPlotter ); + + DrawGraphicText( aClipBox, aDC, aPos, aColor2, aText, aOrient, aSize, + aH_justify, aV_justify, aWidth / 4, aItalic, aBold, + aCallback, aPlotter ); +} + +/** + * Function PlotGraphicText + * same as DrawGraphicText, but plot graphic text insteed of draw it + * @param aPos = text position (according to aH_justify, aV_justify) + * @param aColor (enum EDA_COLOR_T) = text color + * @param aText = text to draw + * @param aOrient = angle in 0.1 degree + * @param aSize = text size (size.x or size.y can be < 0 for mirrored texts) + * @param aH_justify = horizontal justification (Left, center, right) + * @param aV_justify = vertical justification (bottom, center, top) + * @param aWidth = line width (pen width) (default = 0) + * if width < 0 : draw segments in sketch mode, width = abs(width) + * Use a value min(aSize.x, aSize.y) / 5 for a bold text + * @param aItalic = true to simulate an italic font + * @param aBold = true to use a bold font Useful only with default width value (aWidth = 0) + * @param aMultilineAllowed = true to plot text as multiline, otherwise single line + */ +void PLOTTER::Text( const wxPoint& aPos, + enum EDA_COLOR_T aColor, + const wxString& aText, + double aOrient, + const wxSize& aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + bool aMultilineAllowed ) +{ + int textPensize = aWidth; + + if( textPensize == 0 && aBold ) // Use default values if aWidth == 0 + textPensize = GetPenSizeForBold( std::min( aSize.x, aSize.y ) ); + + if( textPensize >= 0 ) + textPensize = Clamp_Text_PenSize( aWidth, aSize, aBold ); + else + textPensize = -Clamp_Text_PenSize( -aWidth, aSize, aBold ); + + SetCurrentLineWidth( textPensize ); + + if( aColor >= 0 ) + SetColor( aColor ); + + if( aMultilineAllowed ) + { + // EDA_TEXT needs for calculations of the position of every + // line according to orientation and justifications + wxArrayString strings; + EDA_TEXT* multilineText = new EDA_TEXT( aText ); + multilineText->SetSize( aSize ); + multilineText->SetTextPosition( aPos ); + multilineText->SetOrientation( aOrient ); + multilineText->SetHorizJustify( aH_justify ); + multilineText->SetVertJustify( aV_justify ); + multilineText->SetThickness( aWidth ); + multilineText->SetMultilineAllowed( aMultilineAllowed ); + + std::vector positions; + wxStringSplit( aText, strings, '\n' ); + positions.reserve( strings.Count() ); + + multilineText->GetPositionsOfLinesOfMultilineText( + positions, strings.Count() ); + + for( unsigned ii = 0; ii < strings.Count(); ii++ ) + { + wxString& txt = strings.Item( ii ); + DrawGraphicText( NULL, NULL, positions[ii], aColor, txt, + aOrient, aSize, + aH_justify, aV_justify, + textPensize, aItalic, aBold, NULL, this ); + } + + delete multilineText; + } + else + { + DrawGraphicText( NULL, NULL, aPos, aColor, aText, + aOrient, aSize, + aH_justify, aV_justify, + textPensize, aItalic, aBold, NULL, this ); + } + + if( aWidth != textPensize ) + SetCurrentLineWidth( aWidth ); +} diff --git a/common/dsnlexer.cpp b/common/dsnlexer.cpp new file mode 100644 index 0000000..2211427 --- /dev/null +++ b/common/dsnlexer.cpp @@ -0,0 +1,835 @@ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2013 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2007-2015 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include // bsearch() +#include + +#include +#include +#include + + +//#define STANDALONE 1 // enable this for stand alone testing. + +#define FMT_CLIPBOARD _( "clipboard" ) + + +//------------------------------------------------------------------ + +void DSNLEXER::init() +{ + curTok = DSN_NONE; + prevTok = DSN_NONE; + + stringDelimiter = '"'; + + specctraMode = false; + space_in_quoted_tokens = false; + commentsAreTokens = false; + + curOffset = 0; + +#if 1 + if( keywordCount > 11 ) + { + // resize the hashtable bucket count + keyword_hash.reserve( keywordCount ); + } + + // fill the specialized "C string" hashtable from keywords[] + const KEYWORD* it = keywords; + const KEYWORD* end = it + keywordCount; + + for( ; it < end; ++it ) + { + keyword_hash[it->name] = it->token; + } +#endif +} + + +DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, + FILE* aFile, const wxString& aFilename ) : + iOwnReaders( true ), + start( NULL ), + next( NULL ), + limit( NULL ), + reader( NULL ), + keywords( aKeywordTable ), + keywordCount( aKeywordCount ) +{ + FILE_LINE_READER* fileReader = new FILE_LINE_READER( aFile, aFilename ); + PushReader( fileReader ); + init(); +} + + +DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, + const std::string& aClipboardTxt, const wxString& aSource ) : + iOwnReaders( true ), + start( NULL ), + next( NULL ), + limit( NULL ), + reader( NULL ), + keywords( aKeywordTable ), + keywordCount( aKeywordCount ) +{ + STRING_LINE_READER* stringReader = new STRING_LINE_READER( aClipboardTxt, aSource.IsEmpty() ? + wxString( FMT_CLIPBOARD ) : aSource ); + PushReader( stringReader ); + init(); +} + + +DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, + LINE_READER* aLineReader ) : + iOwnReaders( false ), + start( NULL ), + next( NULL ), + limit( NULL ), + reader( NULL ), + keywords( aKeywordTable ), + keywordCount( aKeywordCount ) +{ + if( aLineReader ) + PushReader( aLineReader ); + init(); +} + + +static const KEYWORD empty_keywords[1] = {}; + +DSNLEXER::DSNLEXER( const std::string& aSExpression, const wxString& aSource ) : + iOwnReaders( true ), + start( NULL ), + next( NULL ), + limit( NULL ), + reader( NULL ), + keywords( empty_keywords ), + keywordCount( 0 ) +{ + STRING_LINE_READER* stringReader = new STRING_LINE_READER( aSExpression, aSource.IsEmpty() ? + wxString( FMT_CLIPBOARD ) : aSource ); + PushReader( stringReader ); + init(); +} + + +DSNLEXER::~DSNLEXER() +{ + if( iOwnReaders ) + { + // delete the LINE_READERs from the stack, since I own them. + for( READER_STACK::iterator it = readerStack.begin(); it!=readerStack.end(); ++it ) + delete *it; + } +} + +void DSNLEXER::SetSpecctraMode( bool aMode ) +{ + specctraMode = aMode; + if( aMode ) + { + // specctra mode defaults, some of which can still be changed in this mode. + space_in_quoted_tokens = true; + } + else + { + space_in_quoted_tokens = false; + stringDelimiter = '"'; + } +} + + +bool DSNLEXER::SyncLineReaderWith( DSNLEXER& aLexer ) +{ + // Synchronize the pointers handling the data read by the LINE_READER + // only if aLexer shares the same LINE_READER, because only in this case + // the char buffer is be common + + if( reader != aLexer.reader ) + return false; + + // We can synchronize the pointers which handle the data currently read + start = aLexer.start; + next = aLexer.next; + limit = aLexer.limit; + + // Sync these parameters is not mandatory, but could help + // for instance in debug + curText = aLexer.curText; + curOffset = aLexer.curOffset; + + return true; +} + + +void DSNLEXER::PushReader( LINE_READER* aLineReader ) +{ + readerStack.push_back( aLineReader ); + reader = aLineReader; + start = (const char*) (*reader); + + // force a new readLine() as first thing. + limit = start; + next = start; +} + + +LINE_READER* DSNLEXER::PopReader() +{ + LINE_READER* ret = 0; + + if( readerStack.size() ) + { + ret = reader; + readerStack.pop_back(); + + if( readerStack.size() ) + { + reader = readerStack.back(); + start = reader->Line(); + + // force a new readLine() as first thing. + limit = start; + next = start; + } + else + { + reader = 0; + start = dummy; + limit = dummy; + limit = dummy; + } + } + return ret; +} + + +#if 0 +static int compare( const void* a1, const void* a2 ) +{ + const KEYWORD* k1 = (const KEYWORD*) a1; + const KEYWORD* k2 = (const KEYWORD*) a2; + + int ret = strcmp( k1->name, k2->name ); + return ret; +} + +int DSNLEXER::findToken( const std::string& tok ) +{ + KEYWORD search; + + search.name = tok.c_str(); + + const KEYWORD* findings = (const KEYWORD*) bsearch( &search, + keywords, keywordCount, + sizeof(KEYWORD), compare ); + if( findings ) + return findings->token; + else + return DSN_SYMBOL; // not a keyword, some arbitrary symbol. +} + +#else + +inline int DSNLEXER::findToken( const std::string& tok ) +{ + KEYWORD_MAP::const_iterator it = keyword_hash.find( tok.c_str() ); + if( it != keyword_hash.end() ) + return it->second; + + return DSN_SYMBOL; // not a keyword, some arbitrary symbol. +} +#endif + + +const char* DSNLEXER::Syntax( int aTok ) +{ + const char* ret; + + switch( aTok ) + { + case DSN_NONE: + ret = "NONE"; + break; + case DSN_STRING_QUOTE: + ret = "string_quote"; // a special DSN syntax token, see specctra spec. + break; + case DSN_QUOTE_DEF: + ret = "quoted text delimiter"; + break; + case DSN_DASH: + ret = "-"; + break; + case DSN_SYMBOL: + ret = "symbol"; + break; + case DSN_NUMBER: + ret = "number"; + break; + case DSN_RIGHT: + ret = ")"; + break; + case DSN_LEFT: + ret = "("; + break; + case DSN_STRING: + ret = "quoted string"; + break; + case DSN_EOF: + ret = "end of input"; + break; + default: + ret = "???"; + } + + return ret; +} + + +const char* DSNLEXER::GetTokenText( int aTok ) +{ + const char* ret; + + if( aTok < 0 ) + { + return Syntax( aTok ); + } + else if( (unsigned) aTok < keywordCount ) + { + ret = keywords[aTok].name; + } + else + ret = "token too big"; + + return ret; +} + + +wxString DSNLEXER::GetTokenString( int aTok ) +{ + wxString ret; + + ret << wxT("'") << wxString::FromUTF8( GetTokenText(aTok) ) << wxT("'"); + + return ret; +} + + +bool DSNLEXER::IsSymbol( int aTok ) +{ + // This is static and not inline to reduce code space. + + // if aTok is >= 0, then it is a coincidental match to a keyword. + return aTok==DSN_SYMBOL + || aTok==DSN_STRING + || aTok>=0 + ; +} + + +void DSNLEXER::Expecting( int aTok ) throw( IO_ERROR ) +{ + wxString errText = wxString::Format( + _("Expecting '%s'"), GetChars( GetTokenString( aTok ) ) ); + THROW_PARSE_ERROR( errText, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); +} + + +void DSNLEXER::Expecting( const char* text ) throw( IO_ERROR ) +{ + wxString errText = wxString::Format( + _("Expecting '%s'"), GetChars( wxString::FromUTF8( text ) ) ); + THROW_PARSE_ERROR( errText, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); +} + + +void DSNLEXER::Unexpected( int aTok ) throw( IO_ERROR ) +{ + wxString errText = wxString::Format( + _("Unexpected '%s'"), GetChars( GetTokenString( aTok ) ) ); + THROW_PARSE_ERROR( errText, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); +} + + +void DSNLEXER::Duplicate( int aTok ) throw( IO_ERROR ) +{ + wxString errText = wxString::Format( + _("%s is a duplicate"), GetTokenString( aTok ).GetData() ); + THROW_PARSE_ERROR( errText, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); +} + + +void DSNLEXER::Unexpected( const char* text ) throw( IO_ERROR ) +{ + wxString errText = wxString::Format( + _("Unexpected '%s'"), GetChars( wxString::FromUTF8( text ) ) ); + THROW_PARSE_ERROR( errText, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); +} + + +void DSNLEXER::NeedLEFT() throw( IO_ERROR ) +{ + int tok = NextTok(); + if( tok != DSN_LEFT ) + Expecting( DSN_LEFT ); +} + + +void DSNLEXER::NeedRIGHT() throw( IO_ERROR ) +{ + int tok = NextTok(); + if( tok != DSN_RIGHT ) + Expecting( DSN_RIGHT ); +} + + +int DSNLEXER::NeedSYMBOL() throw( IO_ERROR ) +{ + int tok = NextTok(); + if( !IsSymbol( tok ) ) + Expecting( DSN_SYMBOL ); + return tok; +} + + +int DSNLEXER::NeedSYMBOLorNUMBER() throw( IO_ERROR ) +{ + int tok = NextTok(); + if( !IsSymbol( tok ) && tok!=DSN_NUMBER ) + Expecting( "symbol|number" ); + return tok; +} + + +int DSNLEXER::NeedNUMBER( const char* aExpectation ) throw( IO_ERROR ) +{ + int tok = NextTok(); + if( tok != DSN_NUMBER ) + { + wxString errText = wxString::Format( + _("need a NUMBER for '%s'"), wxString::FromUTF8( aExpectation ).GetData() ); + THROW_PARSE_ERROR( errText, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); + } + return tok; +} + + +/** + * Function isSpace + * tests for whitespace. Our whitespace, by our definition, is a subset of ASCII, + * i.e. no bytes with MSB on can be considered whitespace, since they are likely part + * of a multibyte UTF8 character. + */ +static bool isSpace( char cc ) +{ + // cc is signed, so it is often negative. + // Treat negative as large positive to exclude rapidly. + if( (unsigned char) cc <= ' ' ) + { + switch( (unsigned char) cc ) + { + case ' ': + case '\n': + case '\r': + case '\t': + case '\0': // PCAD s-expression files have this. + return true; + } + } + return false; +} + + +inline bool isDigit( char cc ) +{ + return '0' <= cc && cc <= '9'; +} + + +/// return true if @a cc is an s-expression separator character +inline bool isSep( char cc ) +{ + return isSpace( cc ) || cc=='(' || cc==')'; +} + + +/** + * Function isNumber + * returns true if the next sequence of text is a number: + * either an integer, fixed point, or float with exponent. Stops scanning + * at the first non-number character, even if it is not whitespace. + * + * @param cp is the start of the current token. + * @param limit is the end of the current token. + * + * @return bool - true if input token is a number, else false. + */ +static bool isNumber( const char* cp, const char* limit ) +{ + // regex for a float: "^[-+]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?" i.e. any number, + // code traversal manually here: + + bool sawNumber = false; + + if( cp < limit && ( *cp=='-' || *cp=='+' ) ) + ++cp; + + while( cp < limit && isDigit( *cp ) ) + { + ++cp; + sawNumber = true; + } + + if( cp < limit && *cp == '.' ) + { + ++cp; + + while( cp < limit && isDigit( *cp ) ) + { + ++cp; + sawNumber = true; + } + } + + if( sawNumber ) + { + if( cp < limit && ( *cp=='E' || *cp=='e' ) ) + { + ++cp; + + sawNumber = false; // exponent mandates at least one digit thereafter. + + if( cp < limit && ( *cp=='-' || *cp=='+' ) ) + ++cp; + + while( cp < limit && isDigit( *cp ) ) + { + ++cp; + sawNumber = true; + } + } + } + + return sawNumber && cp==limit; +} + + +int DSNLEXER::NextTok() throw( IO_ERROR ) +{ + const char* cur = next; + const char* head = cur; + + prevTok = curTok; + + if( curTok == DSN_EOF ) + goto exit; + + if( cur >= limit ) + { +L_read: + // blank lines are returned as "\n" and will have a len of 1. + // EOF will have a len of 0 and so is detectable. + int len = readLine(); + if( len == 0 ) + { + cur = start; // after readLine(), since start can change, set cur offset to start + curTok = DSN_EOF; + goto exit; + } + + cur = start; // after readLine() since start can change. + + // skip leading whitespace + while( cur= limit ) + goto L_read; + + if( *cur == '(' ) + { + curText = *cur; + curTok = DSN_LEFT; + head = cur+1; + goto exit; + } + + if( *cur == ')' ) + { + curText = *cur; + curTok = DSN_RIGHT; + head = cur+1; + goto exit; + } + + // Non-specctraMode, understands and deciphers escaped \, \r, \n, and \". + // Strips off leading and trailing double quotes + if( !specctraMode ) + { + // a quoted string, will return DSN_STRING + if( *cur == stringDelimiter ) + { + // copy the token, character by character so we can remove doubled up quotes. + curText.clear(); + + ++cur; // skip over the leading delimiter, which is always " in non-specctraMode + + head = cur; + + while( head= limit ) + break; // throw exception at L_unterminated + + switch( *head++ ) + { + case '"': + case '\\': c = head[-1]; break; + case 'a': c = '\x07'; break; + case 'b': c = '\x08'; break; + case 'f': c = '\x0c'; break; + case 'n': c = '\n'; break; + case 'r': c = '\r'; break; + case 't': c = '\x09'; break; + case 'v': c = '\x0b'; break; + + case 'x': // 1 or 2 byte hex escape sequence + for( i=0; i<2; ++i ) + { + if( !isxdigit( head[i] ) ) + break; + tbuf[i] = head[i]; + } + tbuf[i] = '\0'; + if( i > 0 ) + c = (char) strtoul( tbuf, NULL, 16 ); + else + c = 'x'; // a goofed hex escape sequence, interpret as 'x' + head += i; + break; + + default: // 1-3 byte octal escape sequence + --head; + for( i=0; i<3; ++i ) + { + if( head[i] < '0' || head[i] > '7' ) + break; + tbuf[i] = head[i]; + } + tbuf[i] = '\0'; + if( i > 0 ) + c = (char) strtoul( tbuf, NULL, 8 ); + else + c = '\\'; // a goofed octal escape sequence, interpret as '\' + head += i; + break; + } + + curText += c; + } + + else if( *head == '"' ) // end of the non-specctraMode DSN_STRING + { + curTok = DSN_STRING; + ++head; // omit this trailing double quote + goto exit; + } + + else + curText += *head++; + + } // while + + // L_unterminated: + wxString errtxt( _( "Un-terminated delimited string" ) ); + THROW_PARSE_ERROR( errtxt, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); + } + } + + else // is specctraMode, tests in this block should not occur in KiCad mode. + { + /* get the dash out of a which is embedded for example + like: U2-14 or "U2"-"14" + This is detectable by a non-space immediately preceeding the dash. + */ + if( *cur == '-' && cur>start && !isSpace( cur[-1] ) ) + { + curText = '-'; + curTok = DSN_DASH; + head = cur+1; + goto exit; + } + + // switching the string_quote character + if( prevTok == DSN_STRING_QUOTE ) + { + static const wxString errtxt( _("String delimiter must be a single character of ', \", or $")); + + char cc = *cur; + switch( cc ) + { + case '\'': + case '$': + case '"': + break; + default: + THROW_PARSE_ERROR( errtxt, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); + } + + curText = cc; + + head = cur+1; + + if( head= limit ) + { + wxString errtxt( _( "Un-terminated delimited string" ) ); + THROW_PARSE_ERROR( errtxt, CurSource(), CurLine(), CurLineNumber(), CurOffset() ); + } + + curText.clear(); + curText.append( cur, head ); + + ++head; // skip over the trailing delimiter + + curTok = DSN_STRING; + goto exit; + } + } // specctraMode + + // non-quoted token, read it into curText. + curText.clear(); + + head = cur; + while( headAdd( FromUTF8() ); + } + while( ( tok = NextTok() ) == DSN_COMMENT ); + } + + SetCommentsAreTokens( cmt_setting ); + + return ret; +} diff --git a/common/eda_dde.cpp b/common/eda_dde.cpp new file mode 100644 index 0000000..92f965d --- /dev/null +++ b/common/eda_dde.cpp @@ -0,0 +1,211 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file eda_dde.cpp + */ + +#include +#include +#include +#include +#include +#include + +static const wxString HOSTNAME( wxT( "localhost" ) ); + +// buffer for read and write data in socket connections +#define IPC_BUF_SIZE 4096 +static char client_ipc_buffer[IPC_BUF_SIZE]; + +static wxSocketServer* server; + + +/**********************************/ +/* Routines related to the server */ +/**********************************/ + +/* Function to initialize a server socket + */ +wxSocketServer* CreateServer( wxWindow* window, int service, bool local ) +{ + wxIPV4address addr; + + // Set the port number + addr.Service( service ); + + // Listen on localhost only if requested + if( local ) + addr.Hostname( HOSTNAME ); + + server = new wxSocketServer( addr ); + + if( server ) + { + server->SetNotify( wxSOCKET_CONNECTION_FLAG ); + server->SetEventHandler( *window, ID_EDA_SOCKET_EVENT_SERV ); + server->Notify( true ); + } + + return server; +} + + +/* Function called on every client request. + */ +void EDA_DRAW_FRAME::OnSockRequest( wxSocketEvent& evt ) +{ + size_t len; + wxSocketBase* sock = evt.GetSocket(); + + switch( evt.GetSocketEvent() ) + { + case wxSOCKET_INPUT: + sock->Read( client_ipc_buffer, 1 ); + + if( sock->LastCount() == 0 ) + break; // No data, occurs on opening connection + + sock->Read( client_ipc_buffer + 1, IPC_BUF_SIZE - 2 ); + len = 1 + sock->LastCount(); + client_ipc_buffer[len] = 0; + ExecuteRemoteCommand( client_ipc_buffer ); + break; + + case wxSOCKET_LOST: + return; + break; + + default: + wxPrintf( wxT( "EDA_DRAW_FRAME::OnSockRequest() error: Invalid event !" ) ); + break; + } +} + + +/* Function called when a connection is requested by a client. + */ +void EDA_DRAW_FRAME::OnSockRequestServer( wxSocketEvent& evt ) +{ + wxSocketBase* sock2; + wxSocketServer* server = (wxSocketServer*) evt.GetSocket(); + + sock2 = server->Accept(); + + if( sock2 == NULL ) + return; + + sock2->Notify( true ); + sock2->SetEventHandler( *this, ID_EDA_SOCKET_EVENT ); + sock2->SetNotify( wxSOCKET_INPUT_FLAG | wxSOCKET_LOST_FLAG ); +} + + +/**********************************/ +/* Routines related to the CLIENT */ +/**********************************/ + +/* Used by a client to sent (by a socket connection) a data to a server. + * - Open a Socket Client connection + * - Send the buffer cmdline + * - Close the socket connection + * + * service is the service number for the TC/IP connection + */ +bool SendCommand( int service, const char* cmdline ) +{ + wxSocketClient* sock_client; + bool success = false; + wxIPV4address addr; + + // Create a connexion + addr.Hostname( HOSTNAME ); + addr.Service( service ); + + // Mini-tutorial for Connect() :-) + // (JP CHARRAS Note: see wxWidgets: sockets/client.cpp sample) + // --------------------------- + // + // There are two ways to use Connect(): blocking and non-blocking, + // depending on the value passed as the 'wait' (2nd) parameter. + // + // Connect(addr, true) will wait until the connection completes, + // returning true on success and false on failure. This call blocks + // the GUI (this might be changed in future releases to honor the + // wxSOCKET_BLOCK flag). + // + // Connect(addr, false) will issue a nonblocking connection request + // and return immediately. If the return value is true, then the + // connection has been already successfully established. If it is + // false, you must wait for the request to complete, either with + // WaitOnConnect() or by watching wxSOCKET_CONNECTION / LOST + // events (please read the documentation). + // + // WaitOnConnect() itself never blocks the GUI (this might change + // in the future to honor the wxSOCKET_BLOCK flag). This call will + // return false on timeout, or true if the connection request + // completes, which in turn might mean: + // + // a) That the connection was successfully established + // b) That the connection request failed (for example, because + // it was refused by the peer. + // + // Use IsConnected() to distinguish between these two. + // + // So, in a brief, you should do one of the following things: + // + // For blocking Connect: + // + // bool success = client->Connect(addr, true); + // + // For nonblocking Connect: + // + // client->Connect(addr, false); + // + // bool waitmore = true; + // while (! client->WaitOnConnect(seconds, millis) && waitmore ) + // { + // // possibly give some feedback to the user, + // // update waitmore if needed. + // } + // bool success = client->IsConnected(); + // + // And that's all :-) + + sock_client = new wxSocketClient(); + sock_client->SetTimeout( 2 ); // Time out in Seconds + sock_client->Connect( addr, false ); + sock_client->WaitOnConnect( 0, 100 ); + + if( sock_client->Ok() && sock_client->IsConnected() ) + { + success = true; + sock_client->SetFlags( wxSOCKET_NOWAIT /*wxSOCKET_WAITALL*/ ); + sock_client->Write( cmdline, strlen( cmdline ) ); + } + + sock_client->Close(); + sock_client->Destroy(); + return success; +} diff --git a/common/eda_doc.cpp b/common/eda_doc.cpp new file mode 100644 index 0000000..d94d00c --- /dev/null +++ b/common/eda_doc.cpp @@ -0,0 +1,241 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file eda_doc.cpp + */ + +#include +#include +#include +#include +#include + +#include +#include +#include +#include + + +void PGM_BASE::ReadPdfBrowserInfos() +{ + wxASSERT( m_common_settings ); + + wxString browser = m_common_settings->Read( wxT( "PdfBrowserName" ), wxEmptyString ); + SetPdfBrowserName( browser ); + + int tmp; + m_common_settings->Read( wxT( "UseSystemBrowser" ), &tmp, 0 ); + m_use_system_pdf_browser = bool( tmp ); +} + + +void PGM_BASE::WritePdfBrowserInfos() +{ + wxASSERT( m_common_settings ); + + m_common_settings->Write( wxT( "PdfBrowserName" ), GetPdfBrowserName() ); + m_common_settings->Write( wxT( "UseSystemBrowser" ), m_use_system_pdf_browser ); +} + + +// Mime type extensions (PDF files are not considered here) +static wxMimeTypesManager* mimeDatabase; +static const wxFileTypeInfo EDAfallbacks[] = +{ + wxFileTypeInfo( wxT( "text/html" ), + wxT( "wxhtml %s" ), + wxT( "wxhtml %s" ), + wxT( "html document (from KiCad)" ), + wxT( "htm" ), + wxT( "html" ),wxNullPtr ), + + wxFileTypeInfo( wxT( "application/sch" ), + wxT( "eeschema %s" ), + wxT( "eeschema -p %s" ), + wxT( "sch document (from KiCad)" ), + wxT( "sch" ), + wxT( "SCH" ), wxNullPtr ), + + // must terminate the table with this! + wxFileTypeInfo() +}; + + +bool GetAssociatedDocument( wxWindow* aParent, + const wxString& aDocName, + const wxPathList* aPaths) + +{ + wxString docname, fullfilename; + wxString msg; + wxString command; + bool success = false; + + // Is an internet url + static const wxChar* url_header[] = { + wxT( "http:" ), + wxT( "https:" ), + wxT( "ftp:" ), + wxT( "www." ) + }; + + for( unsigned ii = 0; ii < DIM(url_header); ii++ ) + { + if( aDocName.First( url_header[ii] ) == 0 ) // looks like an internet url + { + wxLaunchDefaultBrowser( aDocName ); + return true; + } + } + + docname = aDocName; + +#ifdef __WINDOWS__ + docname.Replace( UNIX_STRING_DIR_SEP, WIN_STRING_DIR_SEP ); +#else + docname.Replace( WIN_STRING_DIR_SEP, UNIX_STRING_DIR_SEP ); +#endif + + + /* Compute the full file name */ + if( wxIsAbsolutePath( aDocName ) || aPaths == NULL) + fullfilename = aDocName; + /* If the file exists, this is a trivial case: return the filename + * "as this". the name can be an absolute path, or a relative path + * like ./filename or ../ + */ + else if( wxFileName::FileExists( aDocName ) ) + fullfilename = aDocName; + else + { + fullfilename = aPaths->FindValidPath( aDocName ); + } + + wxString mask( wxT( "*" ) ), extension; + +#ifdef __WINDOWS__ + mask += wxT( ".*" ); + extension = wxT( ".*" ); +#endif + + if( wxIsWild( fullfilename ) ) + { + fullfilename = EDA_FILE_SELECTOR( _( "Doc Files" ), + wxPathOnly( fullfilename ), + fullfilename, + extension, + mask, + aParent, + wxFD_OPEN, + true, + wxPoint( -1, -1 ) ); + if( fullfilename.IsEmpty() ) + return false; + } + + if( !wxFileExists( fullfilename ) ) + { + msg.Printf( _( "Doc File '%s' not found" ), GetChars( aDocName ) ); + DisplayError( aParent, msg ); + return false; + } + + wxFileName currentFileName( fullfilename ); + + wxString file_ext = currentFileName.GetExt(); + + if( file_ext == wxT( "pdf" ) ) + { + success = OpenPDF( fullfilename ); + return success; + } + + /* Try to launch some browser (useful under linux) */ + wxFileType* filetype; + + wxString type; + filetype = wxTheMimeTypesManager->GetFileTypeFromExtension( file_ext ); + + if( !filetype ) // 2nd attempt. + { + mimeDatabase = new wxMimeTypesManager; + mimeDatabase->AddFallbacks( EDAfallbacks ); + filetype = mimeDatabase->GetFileTypeFromExtension( file_ext ); + delete mimeDatabase; + mimeDatabase = NULL; + } + + if( filetype ) + { + wxFileType::MessageParameters params( fullfilename, type ); + + success = filetype->GetOpenCommand( &command, params ); + delete filetype; + + if( success ) + success = ProcessExecute( command ); + } + + if( !success ) + { + msg.Printf( _( "Unknown MIME type for doc file <%s>" ), GetChars( fullfilename ) ); + DisplayError( aParent, msg ); + } + + return success; +} + + +int KeyWordOk( const wxString& KeyList, const wxString& Database ) +{ + wxString KeysCopy, DataList; + + if( KeyList.IsEmpty() ) + return 0; + + KeysCopy = KeyList; KeysCopy.MakeUpper(); + DataList = Database; DataList.MakeUpper(); + + wxStringTokenizer Token( KeysCopy, wxT( " \n\r" ) ); + + while( Token.HasMoreTokens() ) + { + wxString Key = Token.GetNextToken(); + + // Search Key in Datalist: + wxStringTokenizer Data( DataList, wxT( " \n\r" ) ); + + while( Data.HasMoreTokens() ) + { + wxString word = Data.GetNextToken(); + + if( word == Key ) + return 1; // Key found ! + } + } + + // keyword not found + return 0; +} diff --git a/common/eda_text.cpp b/common/eda_text.cpp new file mode 100644 index 0000000..0b53d00 --- /dev/null +++ b/common/eda_text.cpp @@ -0,0 +1,517 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2004-2016 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file eda_text.cpp + * @brief Implementation of base KiCad text object. + */ + +#include +#include +#include +#include // RotatePoint +#include // EDA_DRAW_PANEL + +// Conversion to application internal units defined at build time. +#if defined( PCBNEW ) + #include // for FMT_IU +#elif defined( EESCHEMA ) + #include // for FMT_IU +#elif defined( GERBVIEW ) +#elif defined( PL_EDITOR ) + #include + #define FMT_IU Double2Str +#else +#error "Cannot resolve units formatting due to no definition of EESCHEMA or PCBNEW." +#endif + +#include + +#include + +EDA_TEXT::EDA_TEXT( const wxString& text ) +{ + m_Size.x = m_Size.y = Mils2iu( DEFAULT_SIZE_TEXT ); // Width and height of font. + m_Orient = 0; // Rotation angle in 0.1 degrees. + m_Attributs = 0; + m_Mirror = false; // display mirror if true + m_HJustify = GR_TEXT_HJUSTIFY_CENTER; // Default horizontal justification is centered. + m_VJustify = GR_TEXT_VJUSTIFY_CENTER; // Default vertical justification is centered. + m_Thickness = 0; // thickness + m_Italic = false; // true = italic shape. + m_Bold = false; + m_MultilineAllowed = false; // Set to true for multiline text. + m_Text = text; +} + + +EDA_TEXT::EDA_TEXT( const EDA_TEXT& aText ) +{ + m_Pos = aText.m_Pos; + m_Size = aText.m_Size; + m_Orient = aText.m_Orient; + m_Attributs = aText.m_Attributs; + m_Mirror = aText.m_Mirror; + m_HJustify = aText.m_HJustify; + m_VJustify = aText.m_VJustify; + m_Thickness = aText.m_Thickness; + m_Italic = aText.m_Italic; + m_Bold = aText.m_Bold; + m_MultilineAllowed = aText.m_MultilineAllowed; + m_Text = aText.m_Text; +} + + +EDA_TEXT::~EDA_TEXT() +{ +} + + +int EDA_TEXT::LenSize( const wxString& aLine ) const +{ + return GraphicTextWidth( aLine, m_Size.x, m_Italic, m_Bold ); +} + + +wxString EDA_TEXT::ShortenedShownText() const +{ + wxString tmp = GetShownText(); + tmp.Replace( wxT( "\n" ), wxT( " " ) ); + tmp.Replace( wxT( "\r" ), wxT( " " ) ); + tmp.Replace( wxT( "\t" ), wxT( " " ) ); + + if( tmp.Length() > 15 ) + tmp = tmp.Left( 12 ) + wxT( "..." ); + + return tmp; +} + + +/* + * calculate the distance (pitch) between 2 text lines + * the distance includes the interline + room for chars like j { and [ + * Is used for multiline texts, but also for single line texts, to calculate + * the text bounding box + */ +int EDA_TEXT::GetInterline( int aTextThickness ) const +{ + int thickness = aTextThickness <= 0 ? m_Thickness : aTextThickness; + return KiROUND( m_Size.y * KIGFX::STROKE_FONT::INTERLINE_PITCH_RATIO ) + thickness; +} + +EDA_RECT EDA_TEXT::GetTextBox( int aLine, int aThickness, bool aInvertY ) const +{ + EDA_RECT rect; + wxPoint pos; + wxArrayString strings; + wxString text = GetShownText(); + int thickness = ( aThickness < 0 ) ? m_Thickness : aThickness; + int linecount = 1; + + if( m_MultilineAllowed ) + { + wxStringSplit( text, strings, '\n' ); + + if( strings.GetCount() ) // GetCount() == 0 for void strings + { + if( aLine >= 0 && (aLine < (int)strings.GetCount()) ) + text = strings.Item( aLine ); + else + text = strings.Item( 0 ); + + linecount = strings.GetCount(); + } + } + + // calculate the H and V size + int dx = LenSize( text ); + int dy = GetInterline( aThickness ); + + // Creates bounding box (rectangle) for an horizontal text + wxSize textsize = wxSize( dx, dy ); + + if( aInvertY ) + rect.SetOrigin( m_Pos.x, -m_Pos.y ); + else + rect.SetOrigin( m_Pos ); + + // The bbox vertical size returned by GetInterline( aThickness ) + // includes letters like j and y and ] + interval between lines. + // The interval below the last line is not usefull, and we can use its half value + // as vertical margin above the text + // the full interval is roughly m_Size.y * 0.4 - aThickness/2 + rect.Move( wxPoint( 0, aThickness/4 - KiROUND( m_Size.y * 0.2 ) ) ); + + // for multiline texts and aLine < 0, merge all rectangles + // ( if aLine < 0, we want the full text bounding box ) + if( m_MultilineAllowed && aLine < 0 ) + { + for( unsigned ii = 1; ii < strings.GetCount(); ii++ ) + { + text = strings.Item( ii ); + dx = LenSize( text ); + textsize.x = std::max( textsize.x, dx ); + textsize.y += dy; + } + } + + rect.SetSize( textsize ); + + /* Now, calculate the rect origin, according to text justification + * At this point the rectangle origin is the text origin (m_Pos). + * This is true only for left and top text justified texts (using top to bottom Y axis + * orientation). and must be recalculated for others justifications + * also, note the V justification is relative to the first line + */ + switch( m_HJustify ) + { + case GR_TEXT_HJUSTIFY_LEFT: + if( m_Mirror ) + rect.SetX( rect.GetX() - rect.GetWidth() ); + break; + + case GR_TEXT_HJUSTIFY_CENTER: + rect.SetX( rect.GetX() - (rect.GetWidth() / 2) ); + break; + + case GR_TEXT_HJUSTIFY_RIGHT: + if( !m_Mirror ) + rect.SetX( rect.GetX() - rect.GetWidth() ); + break; + } + + dy = m_Size.y + thickness; + + switch( m_VJustify ) + { + case GR_TEXT_VJUSTIFY_TOP: + break; + + case GR_TEXT_VJUSTIFY_CENTER: + rect.SetY( rect.GetY() - ( dy / 2) ); + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + rect.SetY( rect.GetY() - dy ); + break; + } + + if( linecount > 1 ) + { + int yoffset; + linecount -= 1; + + switch( m_VJustify ) + { + case GR_TEXT_VJUSTIFY_TOP: + break; + + case GR_TEXT_VJUSTIFY_CENTER: + yoffset = linecount * GetInterline() / 2; + rect.SetY( rect.GetY() - yoffset ); + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + yoffset = linecount * GetInterline( aThickness ); + rect.SetY( rect.GetY() - yoffset ); + break; + } + } + + rect.Normalize(); // Make h and v sizes always >= 0 + + return rect; +} + + +bool EDA_TEXT::TextHitTest( const wxPoint& aPoint, int aAccuracy ) const +{ + EDA_RECT rect = GetTextBox( -1 ); // Get the full text area. + wxPoint location = aPoint; + + rect.Inflate( aAccuracy ); + RotatePoint( &location, m_Pos, -m_Orient ); + + return rect.Contains( location ); +} + + +bool EDA_TEXT::TextHitTest( const EDA_RECT& aRect, bool aContains, int aAccuracy ) const +{ + EDA_RECT rect = aRect; + + rect.Inflate( aAccuracy ); + + if( aContains ) + return rect.Contains( GetTextBox( -1 ) ); + + return rect.Intersects( GetTextBox( -1 ) ); +} + + +void EDA_TEXT::Draw( EDA_RECT* aClipBox, wxDC* aDC, const wxPoint& aOffset, + EDA_COLOR_T aColor, GR_DRAWMODE aDrawMode, + EDA_DRAW_MODE_T aFillMode, EDA_COLOR_T aAnchor_color ) +{ + if( m_MultilineAllowed ) + { + std::vector positions; + wxArrayString strings; + wxStringSplit( GetShownText(), strings, '\n' ); + positions.reserve( strings.Count() ); + + GetPositionsOfLinesOfMultilineText(positions, strings.Count() ); + + for( unsigned ii = 0; ii < strings.Count(); ii++ ) + { + wxString& txt = strings.Item( ii ); + drawOneLineOfText( aClipBox, aDC, aOffset, aColor, + aDrawMode, aFillMode, txt, positions[ii] ); + } + } + else + drawOneLineOfText( aClipBox, aDC, aOffset, aColor, + aDrawMode, aFillMode, GetShownText(), m_Pos ); + + // Draw text anchor, if requested + if( aAnchor_color != UNSPECIFIED_COLOR ) + { + GRDrawAnchor( aClipBox, aDC, + m_Pos.x + aOffset.x, m_Pos.y + aOffset.y, + DIM_ANCRE_TEXTE, aAnchor_color ); + } +} + + +void EDA_TEXT::GetPositionsOfLinesOfMultilineText( + std::vector& aPositions, int aLineCount ) const +{ + wxPoint pos = m_Pos; // Position of first line of the + // multiline text according to + // the center of the multiline text block + + wxPoint offset; // Offset to next line. + + offset.y = GetInterline(); + + if( aLineCount > 1 ) + { + switch( m_VJustify ) + { + case GR_TEXT_VJUSTIFY_TOP: + break; + + case GR_TEXT_VJUSTIFY_CENTER: + pos.y -= ( aLineCount - 1 ) * offset.y / 2; + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + pos.y -= ( aLineCount - 1 ) * offset.y; + break; + } + } + + // Rotate the position of the first line + // around the center of the multiline text block + RotatePoint( &pos, m_Pos, m_Orient ); + + // Rotate the offset lines to increase happened in the right direction + RotatePoint( &offset, m_Orient ); + + for( int ii = 0; ii < aLineCount; ii++ ) + { + aPositions.push_back( pos ); + pos += offset; + } +} + +void EDA_TEXT::drawOneLineOfText( EDA_RECT* aClipBox, wxDC* aDC, + const wxPoint& aOffset, EDA_COLOR_T aColor, + GR_DRAWMODE aDrawMode, EDA_DRAW_MODE_T aFillMode, + const wxString& aText, const wxPoint &aPos ) +{ + int width = m_Thickness; + + if( aDrawMode != UNSPECIFIED_DRAWMODE ) + GRSetDrawMode( aDC, aDrawMode ); + + if( aFillMode == SKETCH ) + width = -width; + + wxSize size = m_Size; + + if( m_Mirror ) + size.x = -size.x; + + DrawGraphicText( aClipBox, aDC, aOffset + aPos, aColor, aText, m_Orient, size, + m_HJustify, m_VJustify, width, m_Italic, m_Bold ); +} + + +wxString EDA_TEXT::GetTextStyleName() +{ + int style = 0; + + if( m_Italic ) + style = 1; + + if( m_Bold ) + style += 2; + + wxString stylemsg[4] = { + _("Normal"), + _("Italic"), + _("Bold"), + _("Bold+Italic") + }; + + return stylemsg[style]; +} + + +bool EDA_TEXT::IsDefaultFormatting() const +{ + return ( ( m_Size.x == Mils2iu( DEFAULT_SIZE_TEXT ) ) + && ( m_Size.y == Mils2iu( DEFAULT_SIZE_TEXT ) ) + && ( m_Attributs == 0 ) + && ( m_Mirror == false ) + && ( m_HJustify == GR_TEXT_HJUSTIFY_CENTER ) + && ( m_VJustify == GR_TEXT_VJUSTIFY_CENTER ) + && ( m_Thickness == 0 ) + && ( m_Italic == false ) + && ( m_Bold == false ) + && ( m_MultilineAllowed == false ) ); +} + +void EDA_TEXT::Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aControlBits ) const + throw( IO_ERROR ) +{ +#ifndef GERBVIEW // Gerbview does not use EDA_TEXT::Format + // and does not define FMT_IU, used here + // however this function should exist + if( !IsDefaultFormatting() ) + { + aFormatter->Print( aNestLevel+1, "(effects" ); + + if( ( m_Size.x != Mils2iu( DEFAULT_SIZE_TEXT ) ) + || ( m_Size.y != Mils2iu( DEFAULT_SIZE_TEXT ) ) + || ( m_Thickness != 0 ) || m_Bold || m_Italic ) + { + aFormatter->Print( 0, " (font" ); + + // Add font support here at some point in the future. + + if( ( m_Size.x != Mils2iu( DEFAULT_SIZE_TEXT ) ) + || ( m_Size.y != Mils2iu( DEFAULT_SIZE_TEXT ) ) ) + aFormatter->Print( 0, " (size %s %s)", FMT_IU( m_Size.GetHeight() ).c_str(), + FMT_IU( m_Size.GetWidth() ).c_str() ); + + if( m_Thickness != 0 ) + aFormatter->Print( 0, " (thickness %s)", FMT_IU( GetThickness() ).c_str() ); + + if( m_Bold ) + aFormatter->Print( 0, " bold" ); + + if( IsItalic() ) + aFormatter->Print( 0, " italic" ); + + aFormatter->Print( 0, ")"); + } + + if( m_Mirror || ( m_HJustify != GR_TEXT_HJUSTIFY_CENTER ) + || ( m_VJustify != GR_TEXT_VJUSTIFY_CENTER ) ) + { + aFormatter->Print( 0, " (justify"); + + if( m_HJustify != GR_TEXT_HJUSTIFY_CENTER ) + aFormatter->Print( 0, (m_HJustify == GR_TEXT_HJUSTIFY_LEFT) ? " left" : " right" ); + + if( m_VJustify != GR_TEXT_VJUSTIFY_CENTER ) + aFormatter->Print( 0, (m_VJustify == GR_TEXT_VJUSTIFY_TOP) ? " top" : " bottom" ); + + if( m_Mirror ) + aFormatter->Print( 0, " mirror" ); + + aFormatter->Print( 0, ")" ); + } + + // As of now the only place this is used is in Eeschema to hide or show the text. + if( m_Attributs ) + aFormatter->Print( 0, " hide" ); + + aFormatter->Print( 0, ")\n" ); + } +#endif +} + +// Convert the text shape to a list of segment +// each segment is stored as 2 wxPoints: its starting point and its ending point +// we are using DrawGraphicText to create the segments. +// and therefore a call-back function is needed +static std::vector* s_cornerBuffer; + +// This is a call back function, used by DrawGraphicText to put each segment in buffer +static void addTextSegmToBuffer( int x0, int y0, int xf, int yf ) +{ + s_cornerBuffer->push_back( wxPoint( x0, y0 ) ); + s_cornerBuffer->push_back( wxPoint( xf, yf ) ); +} + +void EDA_TEXT::TransformTextShapeToSegmentList( std::vector& aCornerBuffer ) const +{ + wxSize size = GetSize(); + + if( IsMirrored() ) + size.x = -size.x; + + s_cornerBuffer = &aCornerBuffer; + EDA_COLOR_T color = BLACK; // not actually used, but needed by DrawGraphicText + + if( IsMultilineAllowed() ) + { + wxArrayString strings_list; + wxStringSplit( GetShownText(), strings_list, wxChar('\n') ); + std::vector positions; + positions.reserve( strings_list.Count() ); + GetPositionsOfLinesOfMultilineText( positions,strings_list.Count() ); + + for( unsigned ii = 0; ii < strings_list.Count(); ii++ ) + { + wxString txt = strings_list.Item( ii ); + DrawGraphicText( NULL, NULL, positions[ii], color, + txt, GetOrientation(), size, + GetHorizJustify(), GetVertJustify(), + GetThickness(), IsItalic(), + true, addTextSegmToBuffer ); + } + } + else + { + DrawGraphicText( NULL, NULL, GetTextPosition(), color, + GetText(), GetOrientation(), size, + GetHorizJustify(), GetVertJustify(), + GetThickness(), IsItalic(), + true, addTextSegmToBuffer ); + } +} diff --git a/common/filter_reader.cpp b/common/filter_reader.cpp new file mode 100644 index 0000000..7ab9018 --- /dev/null +++ b/common/filter_reader.cpp @@ -0,0 +1,107 @@ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2010 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2007 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + + +FILTER_READER::FILTER_READER( LINE_READER& aReader ) : + LINE_READER( 1 ), + reader( aReader ) +{ + // Not using our own line buffer, will be using aReader's. This changes + // the meaning of this->line to be merely a pointer to aReader's line, which of course + // is not owned here. + delete [] line; + + line = 0; +} + + +FILTER_READER::~FILTER_READER() +{ + // Our 'line' points to aReader's, and he will delete that buffer. + // Prevent subsequent call to ~LINE_READER() from deleting a buffer we do not own. + line = 0; +} + + +char* FILTER_READER::ReadLine() throw( IO_ERROR ) +{ + char* s; + + while( ( s = reader.ReadLine() ) != NULL ) + { + if( !strchr( "#\n\r", s[0] ) ) + break; + } + + line = reader.Line(); + length = reader.Length(); + + return length ? line : NULL; +} + + +WHITESPACE_FILTER_READER::WHITESPACE_FILTER_READER( LINE_READER& aReader ) : + LINE_READER( 1 ), + reader( aReader ) +{ + // Not using our own line buffer, will be using aReader's. This changes + // the meaning of this->line to be merely a pointer to aReader's line, which of course + // is not owned here. + delete [] line; + + line = 0; +} + + +WHITESPACE_FILTER_READER::~WHITESPACE_FILTER_READER() +{ + // Our 'line' points to aReader's, and he will delete that buffer. + // Prevent subsequent call to ~LINE_READER() from deleting a buffer we do not own. + line = 0; +} + + +char* WHITESPACE_FILTER_READER::ReadLine() throw( IO_ERROR ) +{ + char* s; + + while( ( s = reader.ReadLine() ) != NULL ) + { + while( s != NULL && strchr( " \t", *s ) ) + s++; + + if( s != NULL && !strchr( "#\n\r", *s ) ) + break; + } + + line = s; + length = reader.Length(); + + return length ? line : NULL; +} diff --git a/common/findkicadhelppath.cpp.notused b/common/findkicadhelppath.cpp.notused new file mode 100644 index 0000000..d2d781e --- /dev/null +++ b/common/findkicadhelppath.cpp.notused @@ -0,0 +1,126 @@ + +#include +#include +#include +#include + + +/** + * Function FindKicadHelpPath + * finds the absolute path for KiCad "help" (or "help/<language>") + * Find path kicad/doc/help/xx/ or kicad/doc/help/: + * from BinDir + * else from environment variable KICAD + * else from one of s_HelpPathList + * typically c:/kicad/doc/help or /usr/share/kicad/help + * or /usr/local/share/kicad/help + * (must have kicad in path name) + * + * xx = iso639-1 language id (2 letters (generic) or 4 letters): + * fr = french (or fr_FR) + * en = English (or en_GB or en_US ...) + * de = deutch + * es = spanish + * pt = portuguese (or pt_BR ...) + * + * default = en (if not found = fr) + */ +wxString FindKicadHelpPath() +{ + bool found = false; + wxString bin_dir = Pgm().GetExecutablePath(); + + if( bin_dir.Last() == '/' ) + bin_dir.RemoveLast(); + + wxString fullPath = bin_dir.BeforeLast( '/' ); // cd .. + + fullPath += wxT( "/doc/help/" ); + + wxString localeString = Pgm().GetLocale()->GetCanonicalName(); + + wxString path_tmp = fullPath; + +#ifdef __WINDOWS__ + path_tmp.MakeLower(); +#endif + + if( path_tmp.Contains( wxT( "kicad" ) ) ) + { + if( wxDirExists( fullPath ) ) + found = true; + } + + // find kicad/help/ from environment variable KICAD + if( !found && Pgm().IsKicadEnvVariableDefined() ) + { + fullPath = Pgm().GetKicadEnvVariable() + wxT( "/doc/help/" ); + + if( wxDirExists( fullPath ) ) + found = true; + } + + if( !found ) + { + // Possibilities online help + const static wxChar* possibilities[] = { +#ifdef __WINDOWS__ + wxT( "c:/kicad/doc/help/" ), + wxT( "d:/kicad/doc/help/" ), + wxT( "c:/Program Files/kicad/doc/help/" ), + wxT( "d:/Program Files/kicad/doc/help/" ), +#else + wxT( "/usr/share/doc/kicad/help/" ), + wxT( "/usr/local/share/doc/kicad/help/" ), + wxT( "/usr/local/kicad/doc/help/" ), // default install for "universal + // tarballs" and build for a server + // (new) + wxT( "/usr/local/kicad/help/" ), // default install for "universal + // tarballs" and build for a server + // (old) +#endif + }; + + for( unsigned i=0; i + * Copyright (C) 2013-2016 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file footprint_info.cpp + */ + + +/** + No. concurrent threads doing "http(s) GET". More than 6 is not significantly + faster, less than 6 is likely slower. Main thread is in this count, so if + set to 1 then no temp threads are created. +*/ +#define READER_THREADS 6 + +/* + * Functions to read footprint libraries and fill m_footprints by available footprints names + * and their documentation (comments and keywords) + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +/* +static wxString ToHTMLFragment( const IO_ERROR* aDerivative ) +{ + @todo + + 1) change up IO_ERROR so it keeps linenumbers, source file name and + error message in separate strings. + + 2) Add a summarizing virtual member like + virtual wxString What() + to combine all portions of an IO_ERROR's text into a single wxString. + + 3) Do same for PARSE_ERROR. + + 4) Add a "reason or error category" to IO_ERROR and thereby also PARSE_ERROR? + + msg += " + + for( int i=0; i" ); + + for ( unsigned ii = 0; ii < strings_list->GetCount(); ii++ ) + { + msg += wxT( "
  • " ); + msg += strings_list->Item( ii ) + wxT( "
  • " ); + } + + msg += wxT( "" ); + + m_htmlWindow->AppendToPage( msg ); + + delete strings_list; +} +*/ + + +void FOOTPRINT_INFO::load() +{ + FP_LIB_TABLE* fptable = m_owner->GetTable(); + + wxASSERT( fptable ); + + std::auto_ptr m( fptable->FootprintLoad( m_nickname, m_fpname ) ); + + if( m.get() == NULL ) // Should happen only with malformed/broken libraries + { + m_pad_count = 0; + m_unique_pad_count = 0; + } + else + { + m_pad_count = m->GetPadCount( DO_NOT_INCLUDE_NPTH ); + m_unique_pad_count = m->GetUniquePadCount( DO_NOT_INCLUDE_NPTH ); + m_keywords = m->GetKeywords(); + m_doc = m->GetDescription(); + + // tell ensure_loaded() I'm loaded. + m_loaded = true; + } +} + + +void FOOTPRINT_LIST::loader_job( const wxString* aNicknameList, int aJobZ ) +{ + for( int i=0; iFootprintEnumerate( nickname ); + + for( unsigned ni=0; ni nicknames; + + // do all of them + nicknames = aTable->GetLogicalLibs(); + + // Even though the PLUGIN API implementation is the place for the + // locale toggling, in order to keep LOCAL_IO::C_count at 1 or greater + // for the duration of all helper threads, we increment by one here via instantiation. + // Only done here because of the multi-threaded nature of this code. + // Without this C_count skips in and out of "equal to zero" and causes + // needless locale toggling among the threads, based on which of them + // are in a PLUGIN::FootprintLoad() function. And that is occasionally + // none of them. + LOCALE_IO top_most_nesting; + + // Something which will not invoke a thread copy constructor, one of many ways obviously: + typedef boost::ptr_vector< boost::thread > MYTHREADS; + + MYTHREADS threads; + + unsigned jobz = (nicknames.size() + READER_THREADS - 1) / READER_THREADS; + + // Give each thread JOBZ nicknames to process. The last portion of, or if the entire + // size() is small, I'll do myself. + for( unsigned i=0; i= nicknames.size() ) // on the last iteration of this for(;;) + { + jobz = nicknames.size() - i; + + // Only a little bit to do, I'll do it myself on current thread. + // I am part of the READER_THREADS count. + loader_job( &nicknames[i], jobz ); + } + else + { + // Delegate the job to a temporary thread created here. + threads.push_back( new boost::thread( &FOOTPRINT_LIST::loader_job, + this, &nicknames[i], jobz ) ); + } + + i += jobz; + } + + // Wait for all the worker threads to complete, it does not matter in what order + // we wait for them as long as a full sweep is made. Think of the great race, + // everyone must finish. + for( unsigned i=0; i! ? centric output, possibly with + // recommendations for remedy of errors. Add numeric error codes + // to PARSE_ERROR, and switch on them for remedies, etc. Full + // access is provided to everything in every exception! + + HTML_MESSAGE_BOX dlg( aWindow, _( "Load Error" ) ); + + dlg.MessageSet( _( "Errors were encountered loading footprints:" ) ); + + wxString msg; + + for( unsigned i = 0; i" ) + m_errors[i].errorText + wxT( "

    " ); + } + + // Preserve new lines in error messages so queued errors don't run together. + msg.Replace( "\n", "
    " ); + dlg.AddHTML_Text( msg ); + + dlg.ShowModal(); +} diff --git a/common/fp_lib_table.cpp b/common/fp_lib_table.cpp new file mode 100644 index 0000000..d9fc1e7 --- /dev/null +++ b/common/fp_lib_table.cpp @@ -0,0 +1,789 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010-2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 Wayne Stambaugh + * Copyright (C) 2012-2015 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include // wxExpandEnvVars() +#include +#include + +#include + +//#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace FP_LIB_TABLE_T; + + +static const wxChar global_tbl_name[] = wxT( "fp-lib-table" ); + + +void FP_LIB_TABLE::ROW::SetType( const wxString& aType ) +{ + type = IO_MGR::EnumFromStr( aType ); + + if( IO_MGR::PCB_FILE_T( -1 ) == type ) + type = IO_MGR::KICAD; +} + + +void FP_LIB_TABLE::ROW::SetFullURI( const wxString& aFullURI ) +{ + uri_user = aFullURI; + +#if !FP_LATE_ENVVAR + uri_expanded = FP_LIB_TABLE::ExpandSubstitutions( aFullURI ); +#endif +} + + +const wxString FP_LIB_TABLE::ROW::GetFullURI( bool aSubstituted ) const +{ + if( aSubstituted ) + { +#if !FP_LATE_ENVVAR // early expansion + return uri_expanded; + +#else // late expansion + return FP_LIB_TABLE::ExpandSubstitutions( uri_user ); +#endif + } + else + return uri_user; +} + + +FP_LIB_TABLE::ROW::ROW( const ROW& a ) : + nickName( a.nickName ), + type( a.type ), + options( a.options ), + description( a.description ), + properties( 0 ) +{ + // may call ExpandSubstitutions() + SetFullURI( a.uri_user ); + + if( a.properties ) + properties = new PROPERTIES( *a.properties ); +} + + +FP_LIB_TABLE::ROW& FP_LIB_TABLE::ROW::operator=( const ROW& r ) +{ + nickName = r.nickName; + type = r.type; + options = r.options; + description = r.description; + properties = r.properties ? new PROPERTIES( *r.properties ) : NULL; + + // may call ExpandSubstitutions() + SetFullURI( r.uri_user ); + + // Do not copy the PLUGIN, it is lazily created. Delete any existing + // destination plugin. + setPlugin( NULL ); + + return *this; +} + + +bool FP_LIB_TABLE::ROW::operator==( const ROW& r ) const +{ + return nickName == r.nickName + && uri_user == r.uri_user + && type == r.type + && options == r.options + && description == r.description + ; +} + + +FP_LIB_TABLE::FP_LIB_TABLE( FP_LIB_TABLE* aFallBackTable ) : + fallBack( aFallBackTable ) +{ + // not copying fall back, simply search aFallBackTable separately + // if "nickName not found". +} + + +FP_LIB_TABLE::~FP_LIB_TABLE() +{ + // *fallBack is not owned here. +} + + +wxArrayString FP_LIB_TABLE::FootprintEnumerate( const wxString& aNickname ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + return row->plugin->FootprintEnumerate( row->GetFullURI( true ), row->GetProperties() ); +} + + +MODULE* FP_LIB_TABLE::FootprintLoad( const wxString& aNickname, const wxString& aFootprintName ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + + MODULE* ret = row->plugin->FootprintLoad( row->GetFullURI( true ), aFootprintName, row->GetProperties() ); + + // The library cannot know its own name, because it might have been renamed or moved. + // Therefore footprints cannot know their own library nickname when residing in + // a footprint library. + // Only at this API layer can we tell the footprint about its actual library nickname. + if( ret ) + { + // remove "const"-ness, I really do want to set nickname without + // having to copy the FPID and its two strings, twice each. + FPID& fpid = (FPID&) ret->GetFPID(); + + // Catch any misbehaving plugin, which should be setting internal footprint name properly: + wxASSERT( aFootprintName == (wxString) fpid.GetFootprintName() ); + + // and clearing nickname + wxASSERT( !fpid.GetLibNickname().size() ); + + fpid.SetLibNickname( row->GetNickName() ); + } + + return ret; +} + + +FP_LIB_TABLE::SAVE_T FP_LIB_TABLE::FootprintSave( const wxString& aNickname, const MODULE* aFootprint, bool aOverwrite ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + + if( !aOverwrite ) + { + // Try loading the footprint to see if it already exists, caller wants overwrite + // protection, which is atypical, not the default. + + wxString fpname = aFootprint->GetFPID().GetFootprintName(); + + std::auto_ptr m( row->plugin->FootprintLoad( row->GetFullURI( true ), fpname, row->GetProperties() ) ); + + if( m.get() ) + return SAVE_SKIPPED; + } + + row->plugin->FootprintSave( row->GetFullURI( true ), aFootprint, row->GetProperties() ); + + return SAVE_OK; +} + + +void FP_LIB_TABLE::FootprintDelete( const wxString& aNickname, const wxString& aFootprintName ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + return row->plugin->FootprintDelete( row->GetFullURI( true ), aFootprintName, row->GetProperties() ); +} + + +bool FP_LIB_TABLE::IsFootprintLibWritable( const wxString& aNickname ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + return row->plugin->IsFootprintLibWritable( row->GetFullURI( true ) ); +} + + +void FP_LIB_TABLE::FootprintLibDelete( const wxString& aNickname ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + row->plugin->FootprintLibDelete( row->GetFullURI( true ), row->GetProperties() ); +} + + +void FP_LIB_TABLE::FootprintLibCreate( const wxString& aNickname ) +{ + const ROW* row = FindRow( aNickname ); + wxASSERT( (PLUGIN*) row->plugin ); + row->plugin->FootprintLibCreate( row->GetFullURI( true ), row->GetProperties() ); +} + + +const wxString FP_LIB_TABLE::GetDescription( const wxString& aNickname ) +{ + // use "no exception" form of find row: + const ROW* row = findRow( aNickname ); + if( row ) + return row->description; + else + return wxEmptyString; +} + + +void FP_LIB_TABLE::Parse( FP_LIB_TABLE_LEXER* in ) throw( IO_ERROR, PARSE_ERROR ) +{ + /* + (fp_lib_table + (lib (name NICKNAME)(descr DESCRIPTION)(type TYPE)(full_uri FULL_URI)(options OPTIONS)) + : + ) + + Elements after (name) are order independent. + */ + + T tok; + wxString errMsg; // to collect error messages + + // This table may be nested within a larger s-expression, or not. + // Allow for parser of that optional containing s-epression to have looked ahead. + if( in->CurTok() != T_fp_lib_table ) + { + in->NeedLEFT(); + if( ( tok = in->NextTok() ) != T_fp_lib_table ) + in->Expecting( T_fp_lib_table ); + } + + while( ( tok = in->NextTok() ) != T_RIGHT ) + { + ROW row; // reconstructed for each row in input stream. + + if( tok == T_EOF ) + in->Expecting( T_RIGHT ); + + if( tok != T_LEFT ) + in->Expecting( T_LEFT ); + + if( ( tok = in->NextTok() ) != T_lib ) + in->Expecting( T_lib ); + + // (name NICKNAME) + in->NeedLEFT(); + + if( ( tok = in->NextTok() ) != T_name ) + in->Expecting( T_name ); + + in->NeedSYMBOLorNUMBER(); + + row.SetNickName( in->FromUTF8() ); + + in->NeedRIGHT(); + + // After (name), remaining (lib) elements are order independent, and in + // some cases optional. + bool sawType = false; + bool sawOpts = false; + bool sawDesc = false; + bool sawUri = false; + + while( ( tok = in->NextTok() ) != T_RIGHT ) + { + if( tok == T_EOF ) + in->Unexpected( T_EOF ); + + if( tok != T_LEFT ) + in->Expecting( T_LEFT ); + + tok = in->NeedSYMBOLorNUMBER(); + + switch( tok ) + { + case T_uri: + if( sawUri ) + in->Duplicate( tok ); + sawUri = true; + in->NeedSYMBOLorNUMBER(); + // Saved path and file names use the Unix notation (separator = '/') + // However old files, and files edited by hand can use the windows + // separator. Force the unix notation. + // (It works on windows, and moreover, wxFileName and wxDir takes care to that + // on windows) + // moreover, URLs use the '/' as separator + { + wxString uri = in->FromUTF8(); + uri.Replace( '\\', '/' ); + row.SetFullURI( uri ); + } + break; + + case T_type: + if( sawType ) + in->Duplicate( tok ); + sawType = true; + in->NeedSYMBOLorNUMBER(); + row.SetType( in->FromUTF8() ); + break; + + case T_options: + if( sawOpts ) + in->Duplicate( tok ); + sawOpts = true; + in->NeedSYMBOLorNUMBER(); + row.SetOptions( in->FromUTF8() ); + break; + + case T_descr: + if( sawDesc ) + in->Duplicate( tok ); + sawDesc = true; + in->NeedSYMBOLorNUMBER(); + row.SetDescr( in->FromUTF8() ); + break; + + default: + in->Unexpected( tok ); + } + + in->NeedRIGHT(); + } + + if( !sawType ) + in->Expecting( T_type ); + + if( !sawUri ) + in->Expecting( T_uri ); + + // all nickNames within this table fragment must be unique, so we do not + // use doReplace in InsertRow(). (However a fallBack table can have a + // conflicting nickName and ours will supercede that one since in + // FindLib() we search this table before any fall back.) + if( !InsertRow( row ) ) + { + wxString msg = wxString::Format( + _( "'%s' is a duplicate footprint library nickName" ), + GetChars( row.nickName ) ); + if( !errMsg.IsEmpty() ) + errMsg << '\n'; + + errMsg << msg; + } + } + + if( !errMsg.IsEmpty() ) + THROW_IO_ERROR( errMsg ); +} + + +void FP_LIB_TABLE::Format( OUTPUTFORMATTER* out, int nestLevel ) const + throw( IO_ERROR, boost::interprocess::lock_exception ) +{ + out->Print( nestLevel, "(fp_lib_table\n" ); + + for( ROWS_CITER it = rows.begin(); it != rows.end(); ++it ) + it->Format( out, nestLevel+1 ); + + out->Print( nestLevel, ")\n" ); +} + + +void FP_LIB_TABLE::ROW::Format( OUTPUTFORMATTER* out, int nestLevel ) const + throw( IO_ERROR, boost::interprocess::lock_exception ) +{ + // In Kicad, we save path and file names using the Unix notation (separator = '/') + // So ensure separator is always '/' is saved URI string + wxString uri = GetFullURI(); + uri.Replace( '\\', '/' ); + + out->Print( nestLevel, "(lib (name %s)(type %s)(uri %s)(options %s)(descr %s))\n", + out->Quotew( GetNickName() ).c_str(), + out->Quotew( GetType() ).c_str(), + out->Quotew( uri ).c_str(), + out->Quotew( GetOptions() ).c_str(), + out->Quotew( GetDescr() ).c_str() + ); +} + +#define OPT_SEP '|' ///< options separator character + +PROPERTIES* FP_LIB_TABLE::ParseOptions( const std::string& aOptionsList ) +{ + if( aOptionsList.size() ) + { + const char* cp = &aOptionsList[0]; + const char* end = cp + aOptionsList.size(); + + PROPERTIES props; + std::string pair; + + // Parse all name=value pairs + while( cp < end ) + { + pair.clear(); + + // Skip leading white space. + while( cp < end && isspace( *cp ) ) + ++cp; + + // Find the end of pair/field + while( cp < end ) + { + if( *cp=='\\' && cp+1 FP_LIB_TABLE::GetLogicalLibs() +{ + // Only return unique logical library names. Use std::set::insert() to + // quietly reject any duplicates, which can happen when encountering a duplicate + // nickname from one of the fall back table(s). + + std::set unique; + std::vector ret; + const FP_LIB_TABLE* cur = this; + + do + { + for( ROWS_CITER it = cur->rows.begin(); it!=cur->rows.end(); ++it ) + { + unique.insert( it->nickName ); + } + + } while( ( cur = cur->fallBack ) != 0 ); + + ret.reserve( unique.size() ); + + // DBG(printf( "%s: count:%zd\n", __func__, unique.size() );) + + // return a sorted, unique set of nicknames in a std::vector to caller + for( std::set::const_iterator it = unique.begin(); it!=unique.end(); ++it ) + { + //DBG(printf( " %s\n", TO_UTF8( *it ) );) + ret.push_back( *it ); + } + + return ret; +} + + +FP_LIB_TABLE::ROW* FP_LIB_TABLE::findRow( const wxString& aNickName ) const +{ + FP_LIB_TABLE* cur = (FP_LIB_TABLE*) this; + + do + { + cur->ensureIndex(); + + INDEX_CITER it = cur->nickIndex.find( aNickName ); + + if( it != cur->nickIndex.end() ) + { + return &cur->rows[it->second]; // found + } + + // not found, search fall back table(s), if any + } while( ( cur = cur->fallBack ) != 0 ); + + return 0; // not found +} + + +const FP_LIB_TABLE::ROW* FP_LIB_TABLE::FindRowByURI( const wxString& aURI ) +{ + FP_LIB_TABLE* cur = this; + + do + { + cur->ensureIndex(); + + for( unsigned i = 0; i < cur->rows.size(); i++ ) + { + wxString uri = cur->rows[i].GetFullURI( true ); + + if( wxFileName::GetPathSeparator() == wxChar( '\\' ) && uri.Find( wxChar( '/' ) ) >= 0 ) + uri.Replace( wxT( "/" ), wxT( "\\" ) ); + + if( (wxFileName::IsCaseSensitive() && uri == aURI) + || (!wxFileName::IsCaseSensitive() && uri.Upper() == aURI.Upper() ) ) + { + return &cur->rows[i]; // found + } + } + + // not found, search fall back table(s), if any + } while( ( cur = cur->fallBack ) != 0 ); + + return 0; // not found +} + + +bool FP_LIB_TABLE::InsertRow( const ROW& aRow, bool doReplace ) +{ + ensureIndex(); + + INDEX_CITER it = nickIndex.find( aRow.nickName ); + + if( it == nickIndex.end() ) + { + rows.push_back( aRow ); + nickIndex.insert( INDEX_VALUE( aRow.nickName, rows.size() - 1 ) ); + return true; + } + + if( doReplace ) + { + rows[it->second] = aRow; + return true; + } + + return false; +} + + +const FP_LIB_TABLE::ROW* FP_LIB_TABLE::FindRow( const wxString& aNickname ) + throw( IO_ERROR ) +{ + ROW* row = findRow( aNickname ); + + if( !row ) + { + wxString msg = wxString::Format( + _( "fp-lib-table files contain no lib with nickname '%s'" ), + GetChars( aNickname ) ); + + THROW_IO_ERROR( msg ); + } + + // We've been 'lazy' up until now, but it cannot be deferred any longer, + // instantiate a PLUGIN of the proper kind if it is not already in this ROW. + if( !row->plugin ) + row->setPlugin( IO_MGR::PluginFind( row->type ) ); + + return row; +} + + +// wxGetenv( wchar_t* ) is not re-entrant on linux. +// Put a lock on multithreaded use of wxGetenv( wchar_t* ), called from wxEpandEnvVars(), +// needed by bool ReadFootprintFiles( FP_LIB_TABLE* aTable, const wxString* aNickname = NULL ); +#include + +const wxString FP_LIB_TABLE::ExpandSubstitutions( const wxString& aString ) +{ +// Duplicate code: the same is now in common.cpp, due to the fact it is used +// in many other places than FP_LIB_TABLE +#if 0 + static MUTEX getenv_mutex; + + MUTLOCK lock( getenv_mutex ); + + // We reserve the right to do this another way, by providing our own member + // function. + return wxExpandEnvVars( aString ); +#else + return ExpandEnvVarSubstitutions( aString ); +#endif +} + + +bool FP_LIB_TABLE::IsEmpty( bool aIncludeFallback ) +{ + if( !aIncludeFallback || !fallBack ) + return rows.empty(); + + return rows.empty() && fallBack->IsEmpty( true ); +} + + +MODULE* FP_LIB_TABLE::FootprintLoadWithOptionalNickname( const FPID& aFootprintId ) + throw( IO_ERROR, PARSE_ERROR, boost::interprocess::lock_exception ) +{ + wxString nickname = aFootprintId.GetLibNickname(); + wxString fpname = aFootprintId.GetFootprintName(); + + if( nickname.size() ) + { + return FootprintLoad( nickname, fpname ); + } + + // nickname is empty, sequentially search (alphabetically) all libs/nicks for first match: + else + { + std::vector nicks = GetLogicalLibs(); + + // Search each library going through libraries alphabetically. + for( unsigned i = 0; i + * Copyright (C) 2012 Wayne Stambaugh + * Copyright (C) 2010 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include // _() + +#include // TO_UTF8() +#include +#include + + +static inline bool isDigit( char c ) +{ + return c >= '0' && c <= '9'; +} + + +const char* EndsWithRev( const char* start, const char* tail, char separator ) +{ + bool sawDigit = false; + + while( tail > start && isDigit( *--tail ) ) + { + sawDigit = true; + } + + // if sawDigit, tail points to the 'v' here. + + if( sawDigit && tail-3 >= start ) + { + tail -= 3; + + if( tail[0]==separator && tail[1]=='r' && tail[2]=='e' && tail[3]=='v' ) + { + return tail+1; // omit separator, return "revN[N..]" + } + } + + return 0; +} + + +#if 0 // Not used +int RevCmp( const char* s1, const char* s2 ) +{ + int r = strncmp( s1, s2, 3 ); + + if( r || strlen(s1)<4 || strlen(s2)<4 ) + { + return r; + } + + int rnum1 = atoi( s1+3 ); + int rnum2 = atoi( s2+3 ); + + return -(rnum1 - rnum2); // swap the sign, higher revs first +} +#endif + +//----------------------------------------- + + +static inline int okLogical( const std::string& aField ) +{ + // std::string::npos is largest positive number, casting to int makes it -1. + // Returning that means success. + return int( aField.find_first_of( ":" ) ); +} + + +static int okRevision( const std::string& aField ) +{ + char rev[32]; // C string for speed + + if( aField.size() >= 4 ) + { + strcpy( rev, "x/" ); + strncat( rev, aField.c_str(), sizeof(rev)-strlen(rev)-1 ); + + if( EndsWithRev( rev, rev + strlen(rev), '/' ) == rev+2 ) + return -1; // success + } + + return 0; // first character position "is in error", is best we can do. +} + + +//----------------------------------------- + + +void FPID::clear() +{ + nickname.clear(); + footprint.clear(); + revision.clear(); +} + + +int FPID::Parse( const UTF8& aId ) +{ + clear(); + + const char* buffer = aId.c_str(); + const char* rev = EndsWithRev( buffer, buffer+aId.length(), '/' ); + size_t revNdx; + size_t partNdx; + int offset; + + //============================================== + // in a FPID like discret:R3/rev4 + if( rev ) + { + revNdx = rev - buffer; + + // no need to check revision, EndsWithRev did that. + revision = aId.substr( revNdx ); + --revNdx; // back up to omit the '/' which precedes the rev + } + else + { + revNdx = aId.size(); + } + + //=============================================== + if( ( partNdx = aId.find( ':' ) ) != aId.npos ) + { + offset = SetLibNickname( aId.substr( 0, partNdx ) ); + + if( offset > -1 ) + { + return offset; + } + + ++partNdx; // skip ':' + } + else + { + partNdx = 0; + } + + //========================================= + if( partNdx >= revNdx ) + return partNdx; // Error: no footprint name. + + // Be sure the footprint name is valid. + // Some chars can be found in board file (in old board files + // or converted files from an other EDA tool + std::string fpname = aId.substr( partNdx, revNdx-partNdx ); + ReplaceIllegalFileNameChars( &fpname, '_' ); + SetFootprintName( UTF8( fpname ) ); + + return -1; +} + + +FPID::FPID( const std::string& aId ) throw( PARSE_ERROR ) +{ + int offset = Parse( aId ); + + if( offset != -1 ) + { + THROW_PARSE_ERROR( _( "Illegal character found in FPID string" ), + wxString::FromUTF8( aId.c_str() ), + aId.c_str(), + 0, + offset ); + } +} + + +FPID::FPID( const wxString& aId ) throw( PARSE_ERROR ) +{ + UTF8 id = aId; + + int offset = Parse( id ); + + if( offset != -1 ) + { + THROW_PARSE_ERROR( _( "Illegal character found in FPID string" ), + aId, + id.c_str(), + 0, + offset ); + } +} + + +int FPID::SetLibNickname( const UTF8& aLogical ) +{ + int offset = okLogical( aLogical ); + + if( offset == -1 ) + { + nickname = aLogical; + } + + return offset; +} + + +int FPID::SetFootprintName( const UTF8& aFootprintName ) +{ + int separation = int( aFootprintName.find_first_of( "/" ) ); + + if( separation != -1 ) + { + footprint = aFootprintName.substr( 0, separation-1 ); + return separation; + } + else + { + footprint = aFootprintName; + } + + return -1; +} + + +int FPID::SetRevision( const UTF8& aRevision ) +{ + int offset = okRevision( aRevision ); + + if( offset == -1 ) + { + revision = aRevision; + } + + return offset; +} + + +UTF8 FPID::Format() const +{ + UTF8 ret; + + if( nickname.size() ) + { + ret += nickname; + ret += ':'; + } + + ret += footprint; + + if( revision.size() ) + { + ret += '/'; + ret += revision; + } + + return ret; +} + + +UTF8 FPID::GetFootprintNameAndRev() const +{ + UTF8 ret; + + if( revision.size() ) + { + ret += '/'; + ret += revision; + } + + return ret; +} + + +#if 0 // this is broken, it does not output aFootprintName for some reason + +UTF8 FPID::Format( const UTF8& aLogicalLib, const UTF8& aFootprintName, + const UTF8& aRevision ) + throw( PARSE_ERROR ) +{ + UTF8 ret; + int offset; + + if( aLogicalLib.size() ) + { + offset = okLogical( aLogicalLib ); + + if( offset != -1 ) + { + THROW_PARSE_ERROR( _( "Illegal character found in logical library name" ), + wxString::FromUTF8( aLogicalLib.c_str() ), + aLogicalLib.c_str(), + 0, + offset ); + } + + ret += aLogicalLib; + ret += ':'; + } + + if( aRevision.size() ) + { + offset = okRevision( aRevision ); + + if( offset != -1 ) + { + THROW_PARSE_ERROR( _( "Illegal character found in revision" ), + wxString::FromUTF8( aRevision.c_str() ), + aRevision.c_str(), + 0, + offset ); + } + + ret += '/'; + ret += aRevision; + } + + return ret; +} +#endif + + +int FPID::compare( const FPID& aFPID ) const +{ + // Don't bother comparing the same object. + if( this == &aFPID ) + return 0; + + int retv = nickname.compare( aFPID.nickname ); + + if( retv != 0 ) + return retv; + + retv = footprint.compare( aFPID.footprint ); + + if( retv != 0 ) + return retv; + + return revision.compare( aFPID.revision ); +} + + +#if 0 && defined(DEBUG) + +// build this with Debug CMAKE_BUILD_TYPE + +void FPID::Test() +{ + static const char* lpids[] = { + "smt:R_0805/rev0", + "mysmt:R_0805/rev2", + "device:AXIAL-0500", + }; + + for( unsigned i=0; i + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http:O//www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file cairo_compositor.cpp + * @brief Class that handles multitarget rendering (ie. to different textures/surfaces) and + * later compositing into a single image (Cairo flavour). + */ + +#include +#include + +using namespace KIGFX; + +CAIRO_COMPOSITOR::CAIRO_COMPOSITOR( cairo_t** aMainContext ) : + m_current( 0 ), m_currentContext( aMainContext ), m_mainContext( *aMainContext ) +{ + // Do not have uninitialized members: + cairo_matrix_init_identity( &m_matrix ); + m_stride = 0; + m_bufferSize = 0; +} + + +CAIRO_COMPOSITOR::~CAIRO_COMPOSITOR() +{ + clean(); +} + + +void CAIRO_COMPOSITOR::Initialize() +{ + // Nothing has to be done +} + + +void CAIRO_COMPOSITOR::Resize( unsigned int aWidth, unsigned int aHeight ) +{ + clean(); + + assert( aWidth > 0 ); + assert( aHeight > 0 ); + + m_width = aWidth; + m_height = aHeight; + + m_stride = cairo_format_stride_for_width( CAIRO_FORMAT_ARGB32, m_width ); + m_bufferSize = m_stride * m_height; +} + + +unsigned int CAIRO_COMPOSITOR::CreateBuffer() +{ + // Pixel storage + BitmapPtr bitmap( new unsigned int[m_bufferSize] ); + + memset( bitmap.get(), 0x00, m_bufferSize * sizeof(int) ); + + // Create the Cairo surface + cairo_surface_t* surface = cairo_image_surface_create_for_data( + (unsigned char*) bitmap.get(), + CAIRO_FORMAT_ARGB32, m_width, + m_height, m_stride ); + cairo_t* context = cairo_create( surface ); +#ifdef __WXDEBUG__ + cairo_status_t status = cairo_status( context ); + wxASSERT_MSG( status == CAIRO_STATUS_SUCCESS, wxT( "Cairo context creation error" ) ); +#endif /* __WXDEBUG__ */ + + // Set default settings for the buffer + cairo_set_antialias( context, CAIRO_ANTIALIAS_SUBPIXEL ); + cairo_set_line_join( context, CAIRO_LINE_JOIN_ROUND ); + cairo_set_line_cap( context, CAIRO_LINE_CAP_ROUND ); + + // Use the same transformation matrix as the main context + cairo_get_matrix( m_mainContext, &m_matrix ); + cairo_set_matrix( context, &m_matrix ); + + // Store the new buffer + CAIRO_BUFFER buffer = { context, surface, bitmap }; + m_buffers.push_back( buffer ); + + return usedBuffers(); +} + + +void CAIRO_COMPOSITOR::SetBuffer( unsigned int aBufferHandle ) +{ + wxASSERT_MSG( aBufferHandle <= usedBuffers(), wxT( "Tried to use a not existing buffer" ) ); + + // Get currently used transformation matrix, so it can be applied to the new buffer + cairo_get_matrix( *m_currentContext, &m_matrix ); + + m_current = aBufferHandle - 1; + *m_currentContext = m_buffers[m_current].context; + + // Apply the current transformation matrix + cairo_set_matrix( *m_currentContext, &m_matrix ); +} + + +void CAIRO_COMPOSITOR::ClearBuffer() +{ + // Clear the pixel storage + memset( m_buffers[m_current].bitmap.get(), 0x00, m_bufferSize * sizeof(int) ); +} + + +void CAIRO_COMPOSITOR::DrawBuffer( unsigned int aBufferHandle ) +{ + wxASSERT_MSG( aBufferHandle <= usedBuffers(), wxT( "Tried to use a not existing buffer" ) ); + + // Reset the transformation matrix, so it is possible to composite images using + // screen coordinates instead of world coordinates + cairo_get_matrix( m_mainContext, &m_matrix ); + cairo_identity_matrix( m_mainContext ); + + // Draw the selected buffer contents + cairo_set_source_surface( m_mainContext, m_buffers[aBufferHandle - 1].surface, 0.0, 0.0 ); + cairo_paint( m_mainContext ); + + // Restore the transformation matrix + cairo_set_matrix( m_mainContext, &m_matrix ); +} + + +void CAIRO_COMPOSITOR::clean() +{ + CAIRO_BUFFERS::const_iterator it; + + for( it = m_buffers.begin(); it != m_buffers.end(); ++it ) + { + cairo_destroy( it->context ); + cairo_surface_destroy( it->surface ); + } + + m_buffers.clear(); +} diff --git a/common/gal/cairo/cairo_gal.cpp b/common/gal/cairo/cairo_gal.cpp new file mode 100644 index 0000000..b7ead4c --- /dev/null +++ b/common/gal/cairo/cairo_gal.cpp @@ -0,0 +1,1074 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * CAIRO_GAL - Graphics Abstraction Layer for Cairo + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include +#include +#include + +#include + +using namespace KIGFX; + + +const float CAIRO_GAL::LAYER_ALPHA = 0.8; + + +CAIRO_GAL::CAIRO_GAL( wxWindow* aParent, wxEvtHandler* aMouseListener, + wxEvtHandler* aPaintListener, const wxString& aName ) : + wxWindow( aParent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxEXPAND, aName ) +{ + parentWindow = aParent; + mouseListener = aMouseListener; + paintListener = aPaintListener; + + // Initialize the flags + isGrouping = false; + isInitialized = false; + isDeleteSavedPixels = false; + validCompositor = false; + groupCounter = 0; + + // Connecting the event handlers + Connect( wxEVT_PAINT, wxPaintEventHandler( CAIRO_GAL::onPaint ) ); + + // Mouse events are skipped to the parent + Connect( wxEVT_MOTION, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_LEFT_DOWN, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_LEFT_UP, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_LEFT_DCLICK, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_MIDDLE_DOWN, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_MIDDLE_UP, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_MIDDLE_DCLICK, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_RIGHT_DOWN, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_RIGHT_UP, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_RIGHT_DCLICK, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); + Connect( wxEVT_MOUSEWHEEL, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); +#if defined _WIN32 || defined _WIN64 + Connect( wxEVT_ENTER_WINDOW, wxMouseEventHandler( CAIRO_GAL::skipMouseEvent ) ); +#endif + + SetSize( aParent->GetSize() ); + screenSize = VECTOR2I( aParent->GetSize() ); + + cursorPixels = NULL; + cursorPixelsSaved = NULL; + initCursor(); + + // Grid color settings are different in Cairo and OpenGL + SetGridColor( COLOR4D( 0.1, 0.1, 0.1, 0.8 ) ); + + // Allocate memory for pixel storage + allocateBitmaps(); + + initSurface(); +} + + +CAIRO_GAL::~CAIRO_GAL() +{ + deinitSurface(); + deleteBitmaps(); + + delete cursorPixels; + delete cursorPixelsSaved; + + ClearCache(); +} + + +void CAIRO_GAL::BeginDrawing() +{ + initSurface(); + + if( !validCompositor ) + setCompositor(); + + compositor->SetMainContext( context ); + compositor->SetBuffer( mainBuffer ); + + // Cairo grouping prevents display of overlapping items on the same layer in the lighter color + cairo_push_group( currentContext ); +} + + +void CAIRO_GAL::EndDrawing() +{ + // Force remaining objects to be drawn + Flush(); + + // Cairo grouping prevents display of overlapping items on the same layer in the lighter color + cairo_pop_group_to_source( currentContext ); + cairo_paint_with_alpha( currentContext, LAYER_ALPHA ); + + // Merge buffers on the screen + compositor->DrawBuffer( mainBuffer ); + compositor->DrawBuffer( overlayBuffer ); + + // This code was taken from the wxCairo example - it's not the most efficient one + // Here is a good place for optimizations + + // Now translate the raw context data from the format stored + // by cairo into a format understood by wxImage. + unsigned char* wxOutputPtr = wxOutput; + + for( size_t count = 0; count < bufferSize; count++ ) + { + unsigned int value = bitmapBuffer[count]; + *wxOutputPtr++ = ( value >> 16 ) & 0xff; // Red pixel + *wxOutputPtr++ = ( value >> 8 ) & 0xff; // Green pixel + *wxOutputPtr++ = value & 0xff; // Blue pixel + } + + wxImage img( screenSize.x, screenSize.y, (unsigned char*) wxOutput, true ); + wxBitmap bmp( img ); + wxClientDC client_dc( this ); + wxBufferedDC dc; + dc.Init( &client_dc, bmp ); + + // Now it is the time to blit the mouse cursor + blitCursor( dc ); + + deinitSurface(); +} + + +void CAIRO_GAL::DrawLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + cairo_move_to( currentContext, aStartPoint.x, aStartPoint.y ); + cairo_line_to( currentContext, aEndPoint.x, aEndPoint.y ); + isElementAdded = true; +} + + +void CAIRO_GAL::DrawSegment( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint, + double aWidth ) +{ + if( isFillEnabled ) + { + // Filled tracks mode + SetLineWidth( aWidth ); + + cairo_move_to( currentContext, (double) aStartPoint.x, (double) aStartPoint.y ); + cairo_line_to( currentContext, (double) aEndPoint.x, (double) aEndPoint.y ); + } + else + { + // Outline mode for tracks + VECTOR2D startEndVector = aEndPoint - aStartPoint; + double lineAngle = atan2( startEndVector.y, startEndVector.x ); + double lineLength = startEndVector.EuclideanNorm(); + + cairo_save( currentContext ); + + cairo_translate( currentContext, aStartPoint.x, aStartPoint.y ); + cairo_rotate( currentContext, lineAngle ); + + cairo_arc( currentContext, 0.0, 0.0, aWidth / 2.0, M_PI / 2.0, 3.0 * M_PI / 2.0 ); + cairo_arc( currentContext, lineLength, 0.0, aWidth / 2.0, -M_PI / 2.0, M_PI / 2.0 ); + + cairo_move_to( currentContext, 0.0, aWidth / 2.0 ); + cairo_line_to( currentContext, lineLength, aWidth / 2.0 ); + + cairo_move_to( currentContext, 0.0, -aWidth / 2.0 ); + cairo_line_to( currentContext, lineLength, -aWidth / 2.0 ); + + cairo_restore( currentContext ); + } + + isElementAdded = true; +} + + +void CAIRO_GAL::DrawCircle( const VECTOR2D& aCenterPoint, double aRadius ) +{ + // A circle is drawn using an arc + cairo_new_sub_path( currentContext ); + cairo_arc( currentContext, aCenterPoint.x, aCenterPoint.y, aRadius, 0.0, 2 * M_PI ); + + isElementAdded = true; +} + + +void CAIRO_GAL::DrawArc( const VECTOR2D& aCenterPoint, double aRadius, double aStartAngle, + double aEndAngle ) +{ + SWAP( aStartAngle, >, aEndAngle ); + + cairo_new_sub_path( currentContext ); + cairo_arc( currentContext, aCenterPoint.x, aCenterPoint.y, aRadius, aStartAngle, aEndAngle ); + + if( isFillEnabled ) + { + VECTOR2D startPoint( cos( aStartAngle ) * aRadius + aCenterPoint.x, + sin( aStartAngle ) * aRadius + aCenterPoint.y ); + VECTOR2D endPoint( cos( aEndAngle ) * aRadius + aCenterPoint.x, + sin( aEndAngle ) * aRadius + aCenterPoint.y ); + + cairo_move_to( currentContext, aCenterPoint.x, aCenterPoint.y ); + cairo_line_to( currentContext, startPoint.x, startPoint.y ); + cairo_line_to( currentContext, endPoint.x, endPoint.y ); + cairo_close_path( currentContext ); + } + + isElementAdded = true; +} + + +void CAIRO_GAL::DrawRectangle( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + // Calculate the diagonal points + VECTOR2D diagonalPointA( aEndPoint.x, aStartPoint.y ); + VECTOR2D diagonalPointB( aStartPoint.x, aEndPoint.y ); + + // The path is composed from 4 segments + cairo_move_to( currentContext, aStartPoint.x, aStartPoint.y ); + cairo_line_to( currentContext, diagonalPointA.x, diagonalPointA.y ); + cairo_line_to( currentContext, aEndPoint.x, aEndPoint.y ); + cairo_line_to( currentContext, diagonalPointB.x, diagonalPointB.y ); + cairo_close_path( currentContext ); + + isElementAdded = true; +} + + +void CAIRO_GAL::DrawCurve( const VECTOR2D& aStartPoint, const VECTOR2D& aControlPointA, + const VECTOR2D& aControlPointB, const VECTOR2D& aEndPoint ) +{ + cairo_move_to( currentContext, aStartPoint.x, aStartPoint.y ); + cairo_curve_to( currentContext, aControlPointA.x, aControlPointA.y, aControlPointB.x, + aControlPointB.y, aEndPoint.x, aEndPoint.y ); + cairo_line_to( currentContext, aEndPoint.x, aEndPoint.y ); + + isElementAdded = true; +} + + +void CAIRO_GAL::ResizeScreen( int aWidth, int aHeight ) +{ + screenSize = VECTOR2I( aWidth, aHeight ); + + // Recreate the bitmaps + deleteBitmaps(); + allocateBitmaps(); + + if( validCompositor ) + compositor->Resize( aWidth, aHeight ); + + validCompositor = false; + + SetSize( wxSize( aWidth, aHeight ) ); +} + + +bool CAIRO_GAL::Show( bool aShow ) +{ + bool s = wxWindow::Show( aShow ); + + if( aShow ) + wxWindow::Raise(); + + return s; +} + + +void CAIRO_GAL::Flush() +{ + storePath(); +} + + +void CAIRO_GAL::ClearScreen( const COLOR4D& aColor ) +{ + backgroundColor = aColor; + cairo_set_source_rgb( currentContext, aColor.r, aColor.g, aColor.b ); + cairo_rectangle( currentContext, 0.0, 0.0, screenSize.x, screenSize.y ); + cairo_fill( currentContext ); +} + + +void CAIRO_GAL::SetIsFill( bool aIsFillEnabled ) +{ + storePath(); + isFillEnabled = aIsFillEnabled; + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SET_FILL; + groupElement.boolArgument = aIsFillEnabled; + currentGroup->push_back( groupElement ); + } +} + + +void CAIRO_GAL::SetIsStroke( bool aIsStrokeEnabled ) +{ + storePath(); + isStrokeEnabled = aIsStrokeEnabled; + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SET_STROKE; + groupElement.boolArgument = aIsStrokeEnabled; + currentGroup->push_back( groupElement ); + } +} + + +void CAIRO_GAL::SetStrokeColor( const COLOR4D& aColor ) +{ + storePath(); + strokeColor = aColor; + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SET_STROKECOLOR; + groupElement.arguments[0] = strokeColor.r; + groupElement.arguments[1] = strokeColor.g; + groupElement.arguments[2] = strokeColor.b; + groupElement.arguments[3] = strokeColor.a; + currentGroup->push_back( groupElement ); + } +} + + +void CAIRO_GAL::SetFillColor( const COLOR4D& aColor ) +{ + storePath(); + fillColor = aColor; + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SET_FILLCOLOR; + groupElement.arguments[0] = fillColor.r; + groupElement.arguments[1] = fillColor.g; + groupElement.arguments[2] = fillColor.b; + groupElement.arguments[3] = fillColor.a; + currentGroup->push_back( groupElement ); + } +} + + +void CAIRO_GAL::SetLineWidth( double aLineWidth ) +{ + storePath(); + + lineWidth = aLineWidth; + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SET_LINE_WIDTH; + groupElement.arguments[0] = aLineWidth; + currentGroup->push_back( groupElement ); + } + else + { + // Make lines appear at least 1 pixel wide, no matter of zoom + double x = 1.0, y = 1.0; + cairo_device_to_user_distance( currentContext, &x, &y ); + double minWidth = std::min( fabs( x ), fabs( y ) ); + cairo_set_line_width( currentContext, std::max( aLineWidth, minWidth ) ); + } +} + + +void CAIRO_GAL::SetLayerDepth( double aLayerDepth ) +{ + super::SetLayerDepth( aLayerDepth ); + + if( isInitialized ) + { + storePath(); + + cairo_pop_group_to_source( currentContext ); + cairo_paint_with_alpha( currentContext, LAYER_ALPHA ); + + cairo_push_group( currentContext ); + } +} + + +void CAIRO_GAL::Transform( const MATRIX3x3D& aTransformation ) +{ + cairo_matrix_t cairoTransformation; + + cairo_matrix_init( &cairoTransformation, + aTransformation.m_data[0][0], + aTransformation.m_data[1][0], + aTransformation.m_data[0][1], + aTransformation.m_data[1][1], + aTransformation.m_data[0][2], + aTransformation.m_data[1][2] ); + + cairo_transform( currentContext, &cairoTransformation ); +} + + +void CAIRO_GAL::Rotate( double aAngle ) +{ + storePath(); + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_ROTATE; + groupElement.arguments[0] = aAngle; + currentGroup->push_back( groupElement ); + } + else + { + cairo_rotate( currentContext, aAngle ); + } +} + + +void CAIRO_GAL::Translate( const VECTOR2D& aTranslation ) +{ + storePath(); + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_TRANSLATE; + groupElement.arguments[0] = aTranslation.x; + groupElement.arguments[1] = aTranslation.y; + currentGroup->push_back( groupElement ); + } + else + { + cairo_translate( currentContext, aTranslation.x, aTranslation.y ); + } +} + + +void CAIRO_GAL::Scale( const VECTOR2D& aScale ) +{ + storePath(); + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SCALE; + groupElement.arguments[0] = aScale.x; + groupElement.arguments[1] = aScale.y; + currentGroup->push_back( groupElement ); + } + else + { + cairo_scale( currentContext, aScale.x, aScale.y ); + } +} + + +void CAIRO_GAL::Save() +{ + storePath(); + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_SAVE; + currentGroup->push_back( groupElement ); + } + else + { + cairo_save( currentContext ); + } +} + + +void CAIRO_GAL::Restore() +{ + storePath(); + + if( isGrouping ) + { + GROUP_ELEMENT groupElement; + groupElement.command = CMD_RESTORE; + currentGroup->push_back( groupElement ); + } + else + { + cairo_restore( currentContext ); + } +} + + +int CAIRO_GAL::BeginGroup() +{ + initSurface(); + + // If the grouping is started: the actual path is stored in the group, when + // a attribute was changed or when grouping stops with the end group method. + storePath(); + + GROUP group; + int groupNumber = getNewGroupNumber(); + groups.insert( std::make_pair( groupNumber, group ) ); + currentGroup = &groups[groupNumber]; + isGrouping = true; + + return groupNumber; +} + + +void CAIRO_GAL::EndGroup() +{ + storePath(); + isGrouping = false; + + deinitSurface(); +} + + +void CAIRO_GAL::DrawGroup( int aGroupNumber ) +{ + // This method implements a small Virtual Machine - all stored commands + // are executed; nested calling is also possible + + storePath(); + + for( GROUP::iterator it = groups[aGroupNumber].begin(); + it != groups[aGroupNumber].end(); ++it ) + { + switch( it->command ) + { + case CMD_SET_FILL: + isFillEnabled = it->boolArgument; + break; + + case CMD_SET_STROKE: + isStrokeEnabled = it->boolArgument; + break; + + case CMD_SET_FILLCOLOR: + fillColor = COLOR4D( it->arguments[0], it->arguments[1], it->arguments[2], + it->arguments[3] ); + break; + + case CMD_SET_STROKECOLOR: + strokeColor = COLOR4D( it->arguments[0], it->arguments[1], it->arguments[2], + it->arguments[3] ); + break; + + case CMD_SET_LINE_WIDTH: + { + // Make lines appear at least 1 pixel wide, no matter of zoom + double x = 1.0, y = 1.0; + cairo_device_to_user_distance( currentContext, &x, &y ); + double minWidth = std::min( fabs( x ), fabs( y ) ); + cairo_set_line_width( currentContext, std::max( it->arguments[0], minWidth ) ); + } + break; + + + case CMD_STROKE_PATH: + cairo_set_source_rgb( currentContext, strokeColor.r, strokeColor.g, strokeColor.b ); + cairo_append_path( currentContext, it->cairoPath ); + cairo_stroke( currentContext ); + break; + + case CMD_FILL_PATH: + cairo_set_source_rgb( currentContext, fillColor.r, fillColor.g, fillColor.b ); + cairo_append_path( currentContext, it->cairoPath ); + cairo_fill( currentContext ); + break; + + case CMD_TRANSFORM: + cairo_matrix_t matrix; + cairo_matrix_init( &matrix, it->arguments[0], it->arguments[1], it->arguments[2], + it->arguments[3], it->arguments[4], it->arguments[5] ); + cairo_transform( currentContext, &matrix ); + break; + + case CMD_ROTATE: + cairo_rotate( currentContext, it->arguments[0] ); + break; + + case CMD_TRANSLATE: + cairo_translate( currentContext, it->arguments[0], it->arguments[1] ); + break; + + case CMD_SCALE: + cairo_scale( currentContext, it->arguments[0], it->arguments[1] ); + break; + + case CMD_SAVE: + cairo_save( currentContext ); + break; + + case CMD_RESTORE: + cairo_restore( currentContext ); + break; + + case CMD_CALL_GROUP: + DrawGroup( it->intArgument ); + break; + } + } +} + + +void CAIRO_GAL::ChangeGroupColor( int aGroupNumber, const COLOR4D& aNewColor ) +{ + storePath(); + + for( GROUP::iterator it = groups[aGroupNumber].begin(); + it != groups[aGroupNumber].end(); ++it ) + { + if( it->command == CMD_SET_FILLCOLOR || it->command == CMD_SET_STROKECOLOR ) + { + it->arguments[0] = aNewColor.r; + it->arguments[1] = aNewColor.g; + it->arguments[2] = aNewColor.b; + it->arguments[3] = aNewColor.a; + } + } +} + + +void CAIRO_GAL::ChangeGroupDepth( int aGroupNumber, int aDepth ) +{ + // Cairo does not have any possibilities to change the depth coordinate of stored items, + // it depends only on the order of drawing +} + + +void CAIRO_GAL::DeleteGroup( int aGroupNumber ) +{ + storePath(); + + // Delete the Cairo paths + std::deque::iterator it, end; + + for( it = groups[aGroupNumber].begin(), end = groups[aGroupNumber].end(); it != end; ++it ) + { + if( it->command == CMD_FILL_PATH || it->command == CMD_STROKE_PATH ) + { + cairo_path_destroy( it->cairoPath ); + } + } + + // Delete the group + groups.erase( aGroupNumber ); +} + + +void CAIRO_GAL::ClearCache() +{ + for( int i = groups.size() - 1; i >= 0; --i ) + { + DeleteGroup( i ); + } +} + + +void CAIRO_GAL::SaveScreen() +{ + // Copy the current bitmap to the backup buffer + int offset = 0; + + for( int j = 0; j < screenSize.y; j++ ) + { + for( int i = 0; i < stride; i++ ) + { + bitmapBufferBackup[offset + i] = bitmapBuffer[offset + i]; + offset += stride; + } + } +} + + +void CAIRO_GAL::RestoreScreen() +{ + int offset = 0; + + for( int j = 0; j < screenSize.y; j++ ) + { + for( int i = 0; i < stride; i++ ) + { + bitmapBuffer[offset + i] = bitmapBufferBackup[offset + i]; + offset += stride; + } + } +} + + +void CAIRO_GAL::SetTarget( RENDER_TARGET aTarget ) +{ + // If the compositor is not set, that means that there is a recaching process going on + // and we do not need the compositor now + if( !validCompositor ) + return; + + // Cairo grouping prevents display of overlapping items on the same layer in the lighter color + if( isInitialized ) + { + storePath(); + + cairo_pop_group_to_source( currentContext ); + cairo_paint_with_alpha( currentContext, LAYER_ALPHA ); + } + + switch( aTarget ) + { + default: + case TARGET_CACHED: + case TARGET_NONCACHED: + compositor->SetBuffer( mainBuffer ); + break; + + case TARGET_OVERLAY: + compositor->SetBuffer( overlayBuffer ); + break; + } + + if( isInitialized ) + cairo_push_group( currentContext ); + + currentTarget = aTarget; +} + + +RENDER_TARGET CAIRO_GAL::GetTarget() const +{ + return currentTarget; +} + + +void CAIRO_GAL::ClearTarget( RENDER_TARGET aTarget ) +{ + // Save the current state + unsigned int currentBuffer = compositor->GetBuffer(); + + switch( aTarget ) + { + // Cached and noncached items are rendered to the same buffer + default: + case TARGET_CACHED: + case TARGET_NONCACHED: + compositor->SetBuffer( mainBuffer ); + break; + + case TARGET_OVERLAY: + compositor->SetBuffer( overlayBuffer ); + break; + } + + compositor->ClearBuffer(); + + // Restore the previous state + compositor->SetBuffer( currentBuffer ); +} + + +void CAIRO_GAL::SetCursorSize( unsigned int aCursorSize ) +{ + GAL::SetCursorSize( aCursorSize ); + initCursor(); +} + + +void CAIRO_GAL::DrawCursor( const VECTOR2D& aCursorPosition ) +{ + // Now we should only store the position of the mouse cursor + // The real drawing routines are in blitCursor() + cursorPosition = VECTOR2D( aCursorPosition.x - cursorSize / 2, + aCursorPosition.y - cursorSize / 2 ); +} + + +void CAIRO_GAL::drawGridLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + cairo_move_to( currentContext, aStartPoint.x, aStartPoint.y ); + cairo_line_to( currentContext, aEndPoint.x, aEndPoint.y ); + cairo_set_source_rgb( currentContext, gridColor.r, gridColor.g, gridColor.b ); + cairo_stroke( currentContext ); +} + + +void CAIRO_GAL::storePath() +{ + if( isElementAdded ) + { + isElementAdded = false; + + if( !isGrouping ) + { + if( isFillEnabled ) + { + cairo_set_source_rgb( currentContext, fillColor.r, fillColor.g, fillColor.b ); + cairo_fill_preserve( currentContext ); + } + + if( isStrokeEnabled ) + { + cairo_set_source_rgb( currentContext, strokeColor.r, strokeColor.g, + strokeColor.b ); + cairo_stroke_preserve( currentContext ); + } + } + else + { + // Copy the actual path, append it to the global path list + // then check, if the path needs to be stroked/filled and + // add this command to the group list; + if( isStrokeEnabled ) + { + GROUP_ELEMENT groupElement; + groupElement.cairoPath = cairo_copy_path( currentContext ); + groupElement.command = CMD_STROKE_PATH; + currentGroup->push_back( groupElement ); + } + + if( isFillEnabled ) + { + GROUP_ELEMENT groupElement; + groupElement.cairoPath = cairo_copy_path( currentContext ); + groupElement.command = CMD_FILL_PATH; + currentGroup->push_back( groupElement ); + } + } + + cairo_new_path( currentContext ); + } +} + + +void CAIRO_GAL::onPaint( wxPaintEvent& WXUNUSED( aEvent ) ) +{ + PostPaint(); +} + + +void CAIRO_GAL::skipMouseEvent( wxMouseEvent& aEvent ) +{ + // Post the mouse event to the event listener registered in constructor, if any + if( mouseListener ) + wxPostEvent( mouseListener, aEvent ); +} + + +void CAIRO_GAL::initCursor() +{ + if( cursorPixels ) + delete cursorPixels; + + if( cursorPixelsSaved ) + delete cursorPixelsSaved; + + cursorPixels = new wxBitmap( cursorSize, cursorSize ); + cursorPixelsSaved = new wxBitmap( cursorSize, cursorSize ); + + wxMemoryDC cursorShape( *cursorPixels ); + + cursorShape.SetBackground( *wxTRANSPARENT_BRUSH ); + wxColour color( cursorColor.r * cursorColor.a * 255, cursorColor.g * cursorColor.a * 255, + cursorColor.b * cursorColor.a * 255, 255 ); + wxPen pen = wxPen( color ); + cursorShape.SetPen( pen ); + cursorShape.Clear(); + + cursorShape.DrawLine( 0, cursorSize / 2, cursorSize, cursorSize / 2 ); + cursorShape.DrawLine( cursorSize / 2, 0, cursorSize / 2, cursorSize ); +} + + +void CAIRO_GAL::blitCursor( wxBufferedDC& clientDC ) +{ + if( !isCursorEnabled ) + return; + + wxMemoryDC cursorSave( *cursorPixelsSaved ); + wxMemoryDC cursorShape( *cursorPixels ); + + if( !isDeleteSavedPixels ) + { + // Restore pixels that were overpainted by the previous cursor + clientDC.Blit( savedCursorPosition.x, savedCursorPosition.y, + cursorSize, cursorSize, &cursorSave, 0, 0 ); + } + else + { + isDeleteSavedPixels = false; + } + + // Store pixels that are going to be overpainted + VECTOR2D cursorScreen = ToScreen( cursorPosition ) - cursorSize / 2.0f; + cursorSave.Blit( 0, 0, cursorSize, cursorSize, &clientDC, cursorScreen.x, cursorScreen.y ); + + // Draw the cursor + clientDC.Blit( cursorScreen.x, cursorScreen.y, cursorSize, cursorSize, + &cursorShape, 0, 0, wxOR ); + + savedCursorPosition.x = (wxCoord) cursorScreen.x; + savedCursorPosition.y = (wxCoord) cursorScreen.y; +} + + +void CAIRO_GAL::allocateBitmaps() +{ + // Create buffer, use the system independent Cairo context backend + stride = cairo_format_stride_for_width( GAL_FORMAT, screenSize.x ); + bufferSize = stride * screenSize.y; + + bitmapBuffer = new unsigned int[bufferSize]; + bitmapBufferBackup = new unsigned int[bufferSize]; + wxOutput = new unsigned char[bufferSize * 3]; +} + + +void CAIRO_GAL::deleteBitmaps() +{ + delete[] bitmapBuffer; + delete[] bitmapBufferBackup; + delete[] wxOutput; +} + + +void CAIRO_GAL::initSurface() +{ + if( isInitialized ) + return; + + // Create the Cairo surface + surface = cairo_image_surface_create_for_data( (unsigned char*) bitmapBuffer, GAL_FORMAT, + screenSize.x, screenSize.y, stride ); + context = cairo_create( surface ); +#ifdef __WXDEBUG__ + cairo_status_t status = cairo_status( context ); + wxASSERT_MSG( status == CAIRO_STATUS_SUCCESS, wxT( "Cairo context creation error" ) ); +#endif /* __WXDEBUG__ */ + currentContext = context; + + cairo_set_antialias( context, CAIRO_ANTIALIAS_SUBPIXEL ); + + // Clear the screen + ClearScreen( backgroundColor ); + + // Compute the world <-> screen transformations + ComputeWorldScreenMatrix(); + + cairo_matrix_init( &cairoWorldScreenMatrix, worldScreenMatrix.m_data[0][0], + worldScreenMatrix.m_data[1][0], worldScreenMatrix.m_data[0][1], + worldScreenMatrix.m_data[1][1], worldScreenMatrix.m_data[0][2], + worldScreenMatrix.m_data[1][2] ); + + cairo_set_matrix( context, &cairoWorldScreenMatrix ); + + // Start drawing with a new path + cairo_new_path( context ); + isElementAdded = true; + + cairo_set_line_join( context, CAIRO_LINE_JOIN_ROUND ); + cairo_set_line_cap( context, CAIRO_LINE_CAP_ROUND ); + + lineWidth = 0; + + isDeleteSavedPixels = true; + isInitialized = true; +} + + +void CAIRO_GAL::deinitSurface() +{ + if( !isInitialized ) + return; + + // Destroy Cairo objects + cairo_destroy( context ); + cairo_surface_destroy( surface ); + + isInitialized = false; +} + + +void CAIRO_GAL::setCompositor() +{ + // Recreate the compositor with the new Cairo context + compositor.reset( new CAIRO_COMPOSITOR( ¤tContext ) ); + compositor->Resize( screenSize.x, screenSize.y ); + + // Prepare buffers + mainBuffer = compositor->CreateBuffer(); + overlayBuffer = compositor->CreateBuffer(); + + validCompositor = true; +} + + +void CAIRO_GAL::drawPoly( const std::deque& aPointList ) +{ + // Iterate over the point list and draw the segments + std::deque::const_iterator it = aPointList.begin(); + + cairo_move_to( currentContext, it->x, it->y ); + + for( ++it; it != aPointList.end(); ++it ) + { + cairo_line_to( currentContext, it->x, it->y ); + } + + isElementAdded = true; +} + + +void CAIRO_GAL::drawPoly( const VECTOR2D aPointList[], int aListSize ) +{ + // Iterate over the point list and draw the segments + const VECTOR2D* ptr = aPointList; + + cairo_move_to( currentContext, ptr->x, ptr->y ); + + for( int i = 0; i < aListSize; ++i ) + { + ++ptr; + cairo_line_to( currentContext, ptr->x, ptr->y ); + } + + isElementAdded = true; +} + + +unsigned int CAIRO_GAL::getNewGroupNumber() +{ + wxASSERT_MSG( groups.size() < std::numeric_limits::max(), + wxT( "There are no free slots to store a group" ) ); + + while( groups.find( groupCounter ) != groups.end() ) + { + groupCounter++; + } + + return groupCounter++; +} diff --git a/common/gal/color4d.cpp b/common/gal/color4d.cpp new file mode 100644 index 0000000..3b509d3 --- /dev/null +++ b/common/gal/color4d.cpp @@ -0,0 +1,179 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * Color class + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +using namespace KIGFX; + +COLOR4D::COLOR4D( EDA_COLOR_T aColor ) +{ + r = g_ColorRefs[aColor].m_Red / 255.0; + g = g_ColorRefs[aColor].m_Green / 255.0; + b = g_ColorRefs[aColor].m_Blue / 255.0; + a = 1.0; +} + + +#ifdef WX_COMPATIBILITY + COLOR4D::COLOR4D( const wxColour& aColor ) + { + r = aColor.Red(); + g = aColor.Green(); + b = aColor.Blue(); + a = aColor.Alpha(); + } +#endif + + +const bool COLOR4D::operator==( const COLOR4D& aColor ) +{ + return a == aColor.a && r == aColor.r && g == aColor.g && b == aColor.b; +} + + +const bool COLOR4D::operator!=( const COLOR4D& aColor ) +{ + return a != aColor.a || r != aColor.r || g != aColor.g || b != aColor.b; +} + + +void COLOR4D::ToHSV( double& aOutH, double& aOutS, double& aOutV ) const +{ + double min, max, delta; + + min = r < g ? r : g; + min = min < b ? min : b; + + max = r > g ? r : g; + max = max > b ? max : b; + + aOutV = max; // v + delta = max - min; + + if( max > 0.0 ) + { + aOutS = ( delta / max ); // s + } + else + { + // r = g = b = 0 // s = 0, v is undefined + aOutS = 0.0; + aOutH = NAN; // its now undefined + return; + } + + if( r >= max ) // > is bogus, just keeps compiler happy + aOutH = ( g - b ) / delta; // between yellow & magenta + else if( g >= max ) + aOutH = 2.0 + ( b - r ) / delta; // between cyan & yellow + else + aOutH = 4.0 + ( r - g ) / delta; // between magenta & cyan + + aOutH *= 60.0; // degrees + + if( aOutH < 0.0 ) + aOutH += 360.0; +} + + +void COLOR4D::FromHSV( double aInH, double aInS, double aInV ) +{ + double hh, p, q, t, ff; + long i; + + if( aInS <= 0.0 ) // < is bogus, just shuts up warnings + { + r = aInV; + g = aInV; + b = aInV; + return; + } + + hh = aInH; + + if( hh >= 360.0 ) + hh = 0.0; + + hh /= 60.0; + + i = (long) hh; + ff = hh - i; + + p = aInV * ( 1.0 - aInS ); + q = aInV * ( 1.0 - ( aInS * ff ) ); + t = aInV * ( 1.0 - ( aInS * ( 1.0 - ff ) ) ); + + switch( i ) + { + case 0: + r = aInV; + g = t; + b = p; + break; + + case 1: + r = q; + g = aInV; + b = p; + break; + + case 2: + r = p; + g = aInV; + b = t; + break; + + case 3: + r = p; + g = q; + b = aInV; + break; + + case 4: + r = t; + g = p; + b = aInV; + break; + + case 5: + default: + r = aInV; + g = p; + b = q; + break; + } +} + + +COLOR4D& COLOR4D::Saturate( double aFactor ) +{ + double h, s, v; + + ToHSV( h, s, v ); + FromHSV( h, aFactor, 1.0 ); + + return *this; +} diff --git a/common/gal/graphics_abstraction_layer.cpp b/common/gal/graphics_abstraction_layer.cpp new file mode 100644 index 0000000..d9e9eac --- /dev/null +++ b/common/gal/graphics_abstraction_layer.cpp @@ -0,0 +1,240 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * Graphics Abstraction Layer (GAL) - base class + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include + +using namespace KIGFX; + + +const double GAL::METRIC_UNIT_LENGTH = 1e9; + + +GAL::GAL() : + strokeFont( this ) +{ + // Set the default values for the internal variables + SetIsFill( false ); + SetIsStroke( true ); + SetFillColor( COLOR4D( 0.0, 0.0, 0.0, 0.0 ) ); + SetStrokeColor( COLOR4D( 1.0, 1.0, 1.0, 1.0 ) ); + SetLookAtPoint( VECTOR2D( 0, 0 ) ); + SetZoomFactor( 1.0 ); + SetWorldUnitLength( 1.0 / METRIC_UNIT_LENGTH * 2.54 ); // 1 inch in nanometers + SetScreenDPI( 106 ); // Display resolution setting + SetDepthRange( VECTOR2D( GAL::MIN_DEPTH, GAL::MAX_DEPTH ) ); + SetLayerDepth( 0.0 ); + SetFlip( false, false ); + SetLineWidth( 1.0 ); + ComputeWorldScale(); + + // Set grid defaults + SetGridVisibility( true ); + SetGridStyle( GRID_STYLE_LINES ); + SetGridDrawThreshold( 10 ); + SetCoarseGrid( 10 ); + SetGridLineWidth( 0.5 ); + + // Initialize the cursor shape + SetCursorColor( COLOR4D( 1.0, 1.0, 1.0, 1.0 ) ); + SetCursorSize( 80 ); + SetCursorEnabled( false ); + + strokeFont.LoadNewStrokeFont( newstroke_font, newstroke_font_bufsize ); +} + + +GAL::~GAL() +{ +} + + +void GAL::SetTextAttributes( const EDA_TEXT* aText ) +{ + strokeFont.SetGlyphSize( VECTOR2D( aText->GetSize() ) ); + strokeFont.SetHorizontalJustify( aText->GetHorizJustify() ); + strokeFont.SetVerticalJustify( aText->GetVertJustify() ); + strokeFont.SetBold( aText->IsBold() ); + strokeFont.SetItalic( aText->IsItalic() ); + strokeFont.SetMirrored( aText->IsMirrored() ); +} + + +void GAL::ComputeWorldScreenMatrix() +{ + ComputeWorldScale(); + + worldScreenMatrix.SetIdentity(); + + MATRIX3x3D translation; + translation.SetIdentity(); + translation.SetTranslation( 0.5 * VECTOR2D( screenSize ) ); + + MATRIX3x3D scale; + scale.SetIdentity(); + scale.SetScale( VECTOR2D( worldScale, worldScale ) ); + + MATRIX3x3D flip; + flip.SetIdentity(); + flip.SetScale( VECTOR2D( flipX, flipY ) ); + + MATRIX3x3D lookat; + lookat.SetIdentity(); + lookat.SetTranslation( -lookAtPoint ); + + worldScreenMatrix = translation * flip * scale * lookat * worldScreenMatrix; + screenWorldMatrix = worldScreenMatrix.Inverse(); +} + + +void GAL::DrawGrid() +{ + if( !gridVisibility ) + return; + + SetTarget( TARGET_NONCACHED ); + + // Draw the grid + // For the drawing the start points, end points and increments have + // to be calculated in world coordinates + VECTOR2D worldStartPoint = screenWorldMatrix * VECTOR2D( 0.0, 0.0 ); + VECTOR2D worldEndPoint = screenWorldMatrix * VECTOR2D( screenSize ); + + int gridScreenSizeDense = KiROUND( gridSize.x * worldScale ); + int gridScreenSizeCoarse = KiROUND( gridSize.x * static_cast( gridTick ) * worldScale ); + + // Compute the line marker or point radius of the grid + double marker = 2.0 * gridLineWidth / worldScale; + double doubleMarker = 2.0 * marker; + + // Check if the grid would not be too dense + if( std::max( gridScreenSizeDense, gridScreenSizeCoarse ) > gridDrawThreshold ) + { + // Compute grid variables + int gridStartX = KiROUND( worldStartPoint.x / gridSize.x ); + int gridEndX = KiROUND( worldEndPoint.x / gridSize.x ); + int gridStartY = KiROUND( worldStartPoint.y / gridSize.y ); + int gridEndY = KiROUND( worldEndPoint.y / gridSize.y ); + + assert( gridEndX >= gridStartX ); + assert( gridEndY >= gridStartY ); + + // Correct the index, else some lines are not correctly painted + gridStartX -= std::abs( gridOrigin.x / gridSize.x ) + 1; + gridStartY -= std::abs( gridOrigin.y / gridSize.y ) + 1; + gridEndX += std::abs( gridOrigin.x / gridSize.x ) + 1; + gridEndY += std::abs( gridOrigin.y / gridSize.y ) + 1; + + // Draw the grid behind all other layers + SetLayerDepth( depthRange.y * 0.75 ); + + if( gridStyle == GRID_STYLE_LINES ) + { + SetIsFill( false ); + SetIsStroke( true ); + SetStrokeColor( gridColor ); + + // Now draw the grid, every coarse grid line gets the double width + + // Vertical lines + for( int j = gridStartY; j < gridEndY; j += 1 ) + { + if( j % gridTick == 0 && gridScreenSizeDense > gridDrawThreshold ) + SetLineWidth( doubleMarker ); + else + SetLineWidth( marker ); + + if( ( j % gridTick == 0 && gridScreenSizeCoarse > gridDrawThreshold ) + || gridScreenSizeDense > gridDrawThreshold ) + { + drawGridLine( VECTOR2D( gridStartX * gridSize.x, j * gridSize.y + gridOrigin.y ), + VECTOR2D( gridEndX * gridSize.x, j * gridSize.y + gridOrigin.y ) ); + } + } + + // Horizontal lines + for( int i = gridStartX; i < gridEndX; i += 1 ) + { + if( i % gridTick == 0 && gridScreenSizeDense > gridDrawThreshold ) + SetLineWidth( doubleMarker ); + else + SetLineWidth( marker ); + + if( ( i % gridTick == 0 && gridScreenSizeCoarse > gridDrawThreshold ) + || gridScreenSizeDense > gridDrawThreshold ) + { + drawGridLine( VECTOR2D( i * gridSize.x + gridOrigin.x, gridStartY * gridSize.y ), + VECTOR2D( i * gridSize.x + gridOrigin.x, gridEndY * gridSize.y ) ); + } + } + } + else // Dotted grid + { + bool tickX, tickY; + SetIsFill( true ); + SetIsStroke( false ); + SetFillColor( gridColor ); + + for( int j = gridStartY; j < gridEndY; j += 1 ) + { + if( j % gridTick == 0 && gridScreenSizeDense > gridDrawThreshold ) + tickY = true; + else + tickY = false; + + for( int i = gridStartX; i < gridEndX; i += 1 ) + { + if( i % gridTick == 0 && gridScreenSizeDense > gridDrawThreshold ) + tickX = true; + else + tickX = false; + + if( tickX || tickY || gridScreenSizeDense > gridDrawThreshold ) + { + double radius = ( tickX && tickY ) ? doubleMarker : marker; + DrawRectangle( VECTOR2D( i * gridSize.x - radius + gridOrigin.x, + j * gridSize.y - radius + gridOrigin.y ), + VECTOR2D( i * gridSize.x + radius + gridOrigin.x, + j * gridSize.y + radius + gridOrigin.y ) ); + } + } + } + } + } +} + + +VECTOR2D GAL::GetGridPoint( const VECTOR2D& aPoint ) const +{ + return VECTOR2D( KiROUND( ( aPoint.x - gridOffset.x ) / gridSize.x ) * gridSize.x + gridOffset.x, + KiROUND( ( aPoint.y - gridOffset.y ) / gridSize.y ) * gridSize.y + gridOffset.y ); +} + +const int GAL::MIN_DEPTH = -1024; +const int GAL::MAX_DEPTH = 1023; +const int GAL::GRID_DEPTH = MAX_DEPTH - 1; diff --git a/common/gal/opengl/cached_container.cpp b/common/gal/opengl/cached_container.cpp new file mode 100644 index 0000000..8cf3513 --- /dev/null +++ b/common/gal/opengl/cached_container.cpp @@ -0,0 +1,547 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file cached_container.cpp + * @brief Class to store instances of VERTEX with caching. It allows storing VERTEX objects and + * associates them with VERTEX_ITEMs. This leads to a possibility of caching vertices data in the + * GPU memory and a fast reuse of that data. + */ + +#include +#include +#include +#include +#include +#include +#include +#ifdef __WXDEBUG__ +#include +#endif /* __WXDEBUG__ */ + +using namespace KIGFX; + +CACHED_CONTAINER::CACHED_CONTAINER( unsigned int aSize ) : + VERTEX_CONTAINER( aSize ), m_item( NULL ) +{ + // In the beginning there is only free space + m_freeChunks.insert( CHUNK( aSize, 0 ) ); + + // Do not have uninitialized members: + m_chunkSize = 0; + m_chunkOffset = 0; + m_itemSize = 0; +} + + +void CACHED_CONTAINER::SetItem( VERTEX_ITEM* aItem ) +{ + wxASSERT( aItem != NULL ); + + m_item = aItem; + m_itemSize = m_item->GetSize(); + m_chunkSize = m_itemSize; + + if( m_itemSize == 0 ) + m_items.insert( m_item ); // The item was not stored before + else + m_chunkOffset = m_item->GetOffset(); + +#if CACHED_CONTAINER_TEST > 1 + wxLogDebug( wxT( "Adding/editing item 0x%08lx (size %d)" ), (long) m_item, m_itemSize ); +#endif +} + + +void CACHED_CONTAINER::FinishItem() +{ + wxASSERT( m_item != NULL ); + wxASSERT( m_item->GetSize() == m_itemSize ); + + // Finishing the previously edited item + if( m_itemSize < m_chunkSize ) + { + // There is some not used but reserved memory left, so we should return it to the pool + int itemOffset = m_item->GetOffset(); + + // Add the not used memory back to the pool + m_freeChunks.insert( CHUNK( m_chunkSize - m_itemSize, itemOffset + m_itemSize ) ); + m_freeSpace += ( m_chunkSize - m_itemSize ); + // mergeFreeChunks(); // veery slow and buggy + } + +#if CACHED_CONTAINER_TEST > 1 + wxLogDebug( wxT( "Finishing item 0x%08lx (size %d)" ), (long) m_item, m_itemSize ); + test(); + m_item = NULL; // electric fence +#endif +} + + +VERTEX* CACHED_CONTAINER::Allocate( unsigned int aSize ) +{ + wxASSERT( m_item != NULL ); + + if( m_failed ) + return NULL; + + if( m_itemSize + aSize > m_chunkSize ) + { + // There is not enough space in the currently reserved chunk, so we have to resize it + + // Reserve a bigger memory chunk for the current item and + // make it multiple of 3 to store triangles + m_chunkSize = ( 2 * m_itemSize ) + aSize + ( 3 - aSize % 3 ); + // Save the current size before reallocating + m_chunkOffset = reallocate( m_chunkSize ); + + if( m_chunkOffset > m_currentSize ) + { + m_failed = true; + return NULL; + } + } + + VERTEX* reserved = &m_vertices[m_chunkOffset + m_itemSize]; + m_itemSize += aSize; + // Now the item officially possesses the memory chunk + m_item->setSize( m_itemSize ); + + // The content has to be updated + m_dirty = true; + +#if CACHED_CONTAINER_TEST > 1 + test(); +#endif +#if CACHED_CONTAINER_TEST > 2 + showFreeChunks(); + showReservedChunks(); +#endif + + return reserved; +} + + +void CACHED_CONTAINER::Delete( VERTEX_ITEM* aItem ) +{ + wxASSERT( aItem != NULL ); + wxASSERT( m_items.find( aItem ) != m_items.end() ); + + int size = aItem->GetSize(); + int offset = aItem->GetOffset(); + +#if CACHED_CONTAINER_TEST > 1 + wxLogDebug( wxT( "Removing 0x%08lx (size %d offset %d)" ), (long) aItem, size, offset ); +#endif + + // Insert a free memory chunk entry in the place where item was stored + if( size > 0 ) + { + m_freeChunks.insert( CHUNK( size, offset ) ); + m_freeSpace += size; + // Indicate that the item is not stored in the container anymore + aItem->setSize( 0 ); + } + + m_items.erase( aItem ); + +#if CACHED_CONTAINER_TEST > 1 + test(); +#endif + + // Dynamic memory freeing, there is no point in holding + // a large amount of memory when there is no use for it + if( m_freeSpace > ( 0.75 * m_currentSize ) && m_currentSize > m_initialSize ) + { + resizeContainer( 0.5 * m_currentSize ); + } +} + + +void CACHED_CONTAINER::Clear() +{ + // Change size to the default one + m_vertices = static_cast( realloc( m_vertices, + m_initialSize * sizeof( VERTEX ) ) ); + + // Reset state variables + m_freeSpace = m_initialSize; + m_currentSize = m_initialSize; + m_failed = false; + + // Set the size of all the stored VERTEX_ITEMs to 0, so it is clear that they are not held + // in the container anymore + ITEMS::iterator it; + + for( it = m_items.begin(); it != m_items.end(); ++it ) + { + ( *it )->setSize( 0 ); + } + + m_items.clear(); + + + // Now there is only free space left + m_freeChunks.clear(); + m_freeChunks.insert( CHUNK( m_freeSpace, 0 ) ); +} + + +unsigned int CACHED_CONTAINER::reallocate( unsigned int aSize ) +{ + wxASSERT( aSize > 0 ); + +#if CACHED_CONTAINER_TEST > 2 + wxLogDebug( wxT( "Resize 0x%08lx from %d to %d" ), (long) m_item, m_itemSize, aSize ); +#endif + + // Is there enough space to store vertices? + if( m_freeSpace < aSize ) + { + bool result; + + // Would it be enough to double the current space? + if( aSize < m_freeSpace + m_currentSize ) + { + // Yes: exponential growing + result = resizeContainer( m_currentSize * 2 ); + } + else + { + // No: grow to the nearest greater power of 2 + result = resizeContainer( pow( 2, ceil( log2( m_currentSize * 2 + aSize ) ) ) ); + } + + if( !result ) + return UINT_MAX; + } + + // Look for the free space chunk of at least given size + FREE_CHUNK_MAP::iterator newChunk = m_freeChunks.lower_bound( aSize ); + + if( newChunk == m_freeChunks.end() ) + { + // In the case when there is enough space to store the vertices, + // but the free space is not continous we should defragment the container + if( !defragment() ) + return UINT_MAX; + + // Update the current offset + m_chunkOffset = m_item->GetOffset(); + + // We can take the first free chunk, as there is only one after defragmentation + // and we can be sure that it provides enough space to store the object + newChunk = m_freeChunks.begin(); + } + + // Parameters of the allocated cuhnk + unsigned int chunkSize = newChunk->first; + unsigned int chunkOffset = newChunk->second; + + wxASSERT( chunkSize >= aSize ); + wxASSERT( chunkOffset < m_currentSize ); + + // Check if the item was previously stored in the container + if( m_itemSize > 0 ) + { +#if CACHED_CONTAINER_TEST > 3 + wxLogDebug( wxT( "Moving 0x%08x from 0x%08x to 0x%08x" ), + (int) m_item, oldChunkOffset, chunkOffset ); +#endif + // The item was reallocated, so we have to copy all the old data to the new place + memcpy( &m_vertices[chunkOffset], &m_vertices[m_chunkOffset], m_itemSize * VertexSize ); + + // Free the space previously used by the chunk + wxASSERT( m_itemSize > 0 ); + m_freeChunks.insert( CHUNK( m_itemSize, m_chunkOffset ) ); + m_freeSpace += m_itemSize; + } + + // Remove the allocated chunk from the free space pool + m_freeChunks.erase( newChunk ); + + // If there is some space left, return it to the pool - add an entry for it + if( chunkSize > aSize ) + { + m_freeChunks.insert( CHUNK( chunkSize - aSize, chunkOffset + aSize ) ); + } + + m_freeSpace -= aSize; + // mergeFreeChunks(); // veery slow and buggy + + m_item->setOffset( chunkOffset ); + + return chunkOffset; +} + + +bool CACHED_CONTAINER::defragment( VERTEX* aTarget ) +{ +#if CACHED_CONTAINER_TEST > 0 + wxLogDebug( wxT( "Defragmenting" ) ); + + prof_counter totalTime; + prof_start( &totalTime ); +#endif + + if( aTarget == NULL ) + { + // No target was specified, so we have to reallocate our own space + int size = m_currentSize * sizeof( VERTEX ); + aTarget = static_cast( malloc( size ) ); + + if( aTarget == NULL ) + { + DisplayError( NULL, wxString::Format( + wxT( "CACHED_CONTAINER::defragment: Run out of memory (malloc %d bytes)" ), + size ) ); + return false; + } + } + + int newOffset = 0; + ITEMS::iterator it, it_end; + + for( it = m_items.begin(), it_end = m_items.end(); it != it_end; ++it ) + { + VERTEX_ITEM* item = *it; + int itemOffset = item->GetOffset(); + int itemSize = item->GetSize(); + + // Move an item to the new container + memcpy( &aTarget[newOffset], &m_vertices[itemOffset], itemSize * VertexSize ); + + // Update new offset + item->setOffset( newOffset ); + + // Move to the next free space + newOffset += itemSize; + } + + free( m_vertices ); + m_vertices = aTarget; + + // Now there is only one big chunk of free memory + m_freeChunks.clear(); + wxASSERT( m_freeSpace > 0 ); + m_freeChunks.insert( CHUNK( m_freeSpace, m_currentSize - m_freeSpace ) ); + +#if CACHED_CONTAINER_TEST > 0 + prof_end( &totalTime ); + + wxLogDebug( wxT( "Defragmented the container storing %d vertices / %.1f ms" ), + m_currentSize - m_freeSpace, totalTime.msecs() ); +#endif + + return true; +} + + +void CACHED_CONTAINER::mergeFreeChunks() +{ + if( m_freeChunks.size() <= 1 ) // There are no chunks that can be merged + return; + +#if CACHED_CONTAINER_TEST > 0 + prof_counter totalTime; + prof_start( &totalTime ); +#endif + + // Reversed free chunks map - this one stores chunk size with its offset as the key + std::list freeChunks; + + FREE_CHUNK_MAP::const_iterator it, it_end; + + for( it = m_freeChunks.begin(), it_end = m_freeChunks.end(); it != it_end; ++it ) + { + freeChunks.push_back( std::make_pair( it->second, it->first ) ); + } + + m_freeChunks.clear(); + freeChunks.sort(); + + std::list::const_iterator itf, itf_end; + unsigned int offset = freeChunks.front().first; + unsigned int size = freeChunks.front().second; + freeChunks.pop_front(); + + for( itf = freeChunks.begin(), itf_end = freeChunks.end(); itf != itf_end; ++itf ) + { + if( itf->first == offset + size ) + { + // These chunks can be merged, so just increase the current chunk size and go on + size += itf->second; + } + else + { + // These chunks cannot be merged + // So store the previous one + m_freeChunks.insert( std::make_pair( size, offset ) ); + // and let's check the next chunk + offset = itf->first; + size = itf->second; + + } + } + + // Add the last one + m_freeChunks.insert( std::make_pair( size, offset ) ); + +#if CACHED_CONTAINER_TEST > 0 + prof_end( &totalTime ); + + wxLogDebug( wxT( "Merged free chunks / %.1f ms" ), totalTime.msecs() ); +#endif + + test(); +} + + +bool CACHED_CONTAINER::resizeContainer( unsigned int aNewSize ) +{ + wxASSERT( aNewSize != m_currentSize ); + +#if CACHED_CONTAINER_TEST > 0 + wxLogDebug( wxT( "Resizing container from %d to %d" ), m_currentSize, aNewSize ); +#endif + + VERTEX* newContainer; + + if( aNewSize < m_currentSize ) + { + // Shrinking container + // Sanity check, no shrinking if we cannot fit all the data + if( reservedSpace() > aNewSize ) + return false; + + int size = aNewSize * sizeof( VERTEX ); + newContainer = static_cast( malloc( size ) ); + + if( newContainer == NULL ) + { + DisplayError( NULL, wxString::Format( + wxT( "CACHED_CONTAINER::resizeContainer:\n" + "Run out of memory (malloc %d bytes)" ), + size ) ); + return false; + } + + // Defragment directly to the new, smaller container + defragment( newContainer ); + + // We have to correct freeChunks after defragmentation + m_freeChunks.clear(); + wxASSERT( aNewSize - reservedSpace() > 0 ); + m_freeChunks.insert( CHUNK( aNewSize - reservedSpace(), reservedSpace() ) ); + } + else + { + // Enlarging container + int size = aNewSize * sizeof( VERTEX ); + newContainer = static_cast( realloc( m_vertices, size ) ); + + if( newContainer == NULL ) + { + DisplayError( NULL, wxString::Format( + wxT( "CACHED_CONTAINER::resizeContainer:\n" + "Run out of memory (realloc from %d to %d bytes)" ), + m_currentSize * sizeof( VERTEX ), size ) ); + return false; + } + + // Add an entry for the new memory chunk at the end of the container + m_freeChunks.insert( CHUNK( aNewSize - m_currentSize, m_currentSize ) ); + } + + m_vertices = newContainer; + + m_freeSpace += ( aNewSize - m_currentSize ); + m_currentSize = aNewSize; + + return true; +} + + +#ifdef CACHED_CONTAINER_TEST +void CACHED_CONTAINER::showFreeChunks() +{ + FREE_CHUNK_MAP::iterator it; + + wxLogDebug( wxT( "Free chunks:" ) ); + + for( it = m_freeChunks.begin(); it != m_freeChunks.end(); ++it ) + { + unsigned int offset = getChunkOffset( *it ); + unsigned int size = getChunkSize( *it ); + wxASSERT( size > 0 ); + + wxLogDebug( wxT( "[0x%08x-0x%08x] (size %d)" ), + offset, offset + size - 1, size ); + } +} + + +void CACHED_CONTAINER::showReservedChunks() +{ + ITEMS::iterator it; + + wxLogDebug( wxT( "Reserved chunks:" ) ); + + for( it = m_items.begin(); it != m_items.end(); ++it ) + { + VERTEX_ITEM* item = *it; + unsigned int offset = item->GetOffset(); + unsigned int size = item->GetSize(); + wxASSERT( size > 0 ); + + wxLogDebug( wxT( "[0x%08x-0x%08x] @ 0x%08lx (size %d)" ), + offset, offset + size - 1, (long) item, size ); + } +} + + +void CACHED_CONTAINER::test() +{ + // Free space check + unsigned int freeSpace = 0; + FREE_CHUNK_MAP::iterator itf; + + for( itf = m_freeChunks.begin(); itf != m_freeChunks.end(); ++itf ) + freeSpace += getChunkSize( *itf ); + + wxASSERT( freeSpace == m_freeSpace ); + + // Reserved space check + /*unsigned int reservedSpace = 0; + ITEMS::iterator itr; + for( itr = m_items.begin(); itr != m_items.end(); ++itr ) + reservedSpace += ( *itr )->GetSize(); + reservedSpace += m_itemSize; // Add the current chunk size + + wxASSERT( ( freeSpace + reservedSpace ) == m_currentSize );*/ + + // Overlapping check TBD +} + +#endif /* CACHED_CONTAINER_TEST */ diff --git a/common/gal/opengl/gpu_manager.cpp b/common/gal/opengl/gpu_manager.cpp new file mode 100644 index 0000000..be34a56 --- /dev/null +++ b/common/gal/opengl/gpu_manager.cpp @@ -0,0 +1,302 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file gpu_manager.cpp + * @brief Class to handle uploading vertices and indices to GPU in drawing purposes. + */ + +#include +#include +#include +#include +#include +#include +#include +#ifdef PROFILE +#include +#include +#include +#endif /* PROFILE */ + +using namespace KIGFX; + +GPU_MANAGER* GPU_MANAGER::MakeManager( VERTEX_CONTAINER* aContainer ) +{ + if( typeid( *aContainer ) == typeid( CACHED_CONTAINER ) ) + return new GPU_CACHED_MANAGER( aContainer ); + else if( typeid( *aContainer ) == typeid( NONCACHED_CONTAINER ) ) + return new GPU_NONCACHED_MANAGER( aContainer ); + + wxASSERT_MSG( false, wxT( "Not handled container type" ) ); + return NULL; +} + + +GPU_MANAGER::GPU_MANAGER( VERTEX_CONTAINER* aContainer ) : + m_isDrawing( false ), m_container( aContainer ), m_shader( NULL ), m_shaderAttrib( 0 ) +{ +} + + +GPU_MANAGER::~GPU_MANAGER() +{ +} + + +void GPU_MANAGER::SetShader( SHADER& aShader ) +{ + m_shader = &aShader; + + m_shaderAttrib = m_shader->GetAttribute( "attrShaderParams" ); + + if( m_shaderAttrib == -1 ) + { + DisplayError( NULL, wxT( "Could not get the shader attribute location" ) ); + } +} + + +// Cached manager +GPU_CACHED_MANAGER::GPU_CACHED_MANAGER( VERTEX_CONTAINER* aContainer ) : + GPU_MANAGER( aContainer ), m_buffersInitialized( false ), m_indicesPtr( NULL ), + m_verticesBuffer( 0 ), m_indicesBuffer( 0 ), m_indicesSize( 0 ), m_indicesCapacity( 0 ) +{ + // Allocate the biggest possible buffer for indices + resizeIndices( aContainer->GetSize() ); +} + + +GPU_CACHED_MANAGER::~GPU_CACHED_MANAGER() +{ + if( m_buffersInitialized ) + { + glBindBuffer( GL_ARRAY_BUFFER, 0 ); + glDeleteBuffers( 1, &m_verticesBuffer ); + glDeleteBuffers( 1, &m_indicesBuffer ); + } +} + + +void GPU_CACHED_MANAGER::Initialize() +{ + wxASSERT( !m_buffersInitialized ); + + if( !m_buffersInitialized ) + { + glGenBuffers( 1, &m_verticesBuffer ); + glGenBuffers( 1, &m_indicesBuffer ); + m_buffersInitialized = true; + } +} + + +void GPU_CACHED_MANAGER::BeginDrawing() +{ + wxASSERT( !m_isDrawing ); + + if( m_container->IsDirty() ) + uploadToGpu(); + + // Number of vertices to be drawn in the EndDrawing() + m_indicesSize = 0; + // Set the indices pointer to the beginning of the indices-to-draw buffer + m_indicesPtr = m_indices.get(); + + m_isDrawing = true; +} + + +void GPU_CACHED_MANAGER::DrawIndices( unsigned int aOffset, unsigned int aSize ) +{ + wxASSERT( m_isDrawing ); + + // Copy indices of items that should be drawn to GPU memory + for( unsigned int i = aOffset; i < aOffset + aSize; *m_indicesPtr++ = i++ ); + + m_indicesSize += aSize; +} + + +void GPU_CACHED_MANAGER::DrawAll() +{ + wxASSERT( m_isDrawing ); + + m_indicesSize = m_container->GetSize(); + for( unsigned int i = 0; i < m_indicesSize; *m_indicesPtr++ = i++ ); +} + + +void GPU_CACHED_MANAGER::EndDrawing() +{ + wxASSERT( m_isDrawing ); + + // Prepare buffers + glEnableClientState( GL_VERTEX_ARRAY ); + glEnableClientState( GL_COLOR_ARRAY ); + + // Bind vertices data buffers + glBindBuffer( GL_ARRAY_BUFFER, m_verticesBuffer ); + glVertexPointer( CoordStride, GL_FLOAT, VertexSize, 0 ); + glColorPointer( ColorStride, GL_UNSIGNED_BYTE, VertexSize, (GLvoid*) ColorOffset ); + + if( m_shader != NULL ) // Use shader if applicable + { + m_shader->Use(); + glEnableVertexAttribArray( m_shaderAttrib ); + glVertexAttribPointer( m_shaderAttrib, ShaderStride, GL_FLOAT, GL_FALSE, + VertexSize, (GLvoid*) ShaderOffset ); + } + + glBindBuffer( GL_ELEMENT_ARRAY_BUFFER, m_indicesBuffer ); + glBufferData( GL_ELEMENT_ARRAY_BUFFER, m_indicesSize * sizeof(int), (GLvoid*) m_indices.get(), GL_DYNAMIC_DRAW ); + + glDrawElements( GL_TRIANGLES, m_indicesSize, GL_UNSIGNED_INT, 0 ); + + glBindBuffer( GL_ARRAY_BUFFER, 0 ); + glBindBuffer( GL_ELEMENT_ARRAY_BUFFER, 0 ); + + // Deactivate vertex array + glDisableClientState( GL_COLOR_ARRAY ); + glDisableClientState( GL_VERTEX_ARRAY ); + + if( m_shader != NULL ) + { + glDisableVertexAttribArray( m_shaderAttrib ); + m_shader->Deactivate(); + } + + m_isDrawing = false; +} + + +void GPU_CACHED_MANAGER::uploadToGpu() +{ +#ifdef PROFILE + prof_counter totalTime; + prof_start( &totalTime ); +#endif /* PROFILE */ + + if( !m_buffersInitialized ) + Initialize(); + + int bufferSize = m_container->GetSize(); + GLfloat* vertices = (GLfloat*) m_container->GetAllVertices(); + + // Upload vertices coordinates and shader types to GPU memory + glBindBuffer( GL_ARRAY_BUFFER, m_verticesBuffer ); + glBufferData( GL_ARRAY_BUFFER, bufferSize * VertexSize, vertices, GL_STATIC_DRAW ); + glBindBuffer( GL_ARRAY_BUFFER, 0 ); + + // Allocate the biggest possible buffer for indices + resizeIndices( bufferSize ); + + if( glGetError() != GL_NO_ERROR ) + DisplayError( NULL, wxT( "Error during data upload to the GPU memory" ) ); + +#ifdef PROFILE + prof_end( &totalTime ); + + wxLogDebug( wxT( "Uploading %d vertices to GPU / %.1f ms" ), bufferSize, totalTime.msecs() ); +#endif /* PROFILE */ +} + + +void GPU_CACHED_MANAGER::resizeIndices( unsigned int aNewSize ) +{ + if( aNewSize > m_indicesCapacity ) + { + m_indicesCapacity = aNewSize; + m_indices.reset( new GLuint[m_indicesCapacity] ); + } +} + + +// Noncached manager +GPU_NONCACHED_MANAGER::GPU_NONCACHED_MANAGER( VERTEX_CONTAINER* aContainer ) : + GPU_MANAGER( aContainer ) +{ +} + + +void GPU_NONCACHED_MANAGER::Initialize() +{ + // Nothing has to be intialized +} + + +void GPU_NONCACHED_MANAGER::BeginDrawing() +{ + // Nothing has to be prepared +} + + +void GPU_NONCACHED_MANAGER::DrawIndices( unsigned int aOffset, unsigned int aSize ) +{ + wxASSERT_MSG( false, wxT( "Not implemented yet" ) ); +} + + +void GPU_NONCACHED_MANAGER::DrawAll() +{ + // This is the default use case, nothing has to be done + // The real rendering takes place in the EndDrawing() function +} + + +void GPU_NONCACHED_MANAGER::EndDrawing() +{ + VERTEX* vertices = m_container->GetAllVertices(); + GLfloat* coordinates = (GLfloat*) ( vertices ); + GLubyte* colors = (GLubyte*) ( vertices ) + ColorOffset; + + // Prepare buffers + glEnableClientState( GL_VERTEX_ARRAY ); + glEnableClientState( GL_COLOR_ARRAY ); + + glVertexPointer( CoordStride, GL_FLOAT, VertexSize, coordinates ); + glColorPointer( ColorStride, GL_UNSIGNED_BYTE, VertexSize, colors ); + + if( m_shader != NULL ) // Use shader if applicable + { + GLfloat* shaders = (GLfloat*) ( vertices ) + ShaderOffset / sizeof(GLfloat); + + m_shader->Use(); + glEnableVertexAttribArray( m_shaderAttrib ); + glVertexAttribPointer( m_shaderAttrib, ShaderStride, GL_FLOAT, GL_FALSE, + VertexSize, shaders ); + } + + glDrawArrays( GL_TRIANGLES, 0, m_container->GetSize() ); + + // Deactivate vertex array + glDisableClientState( GL_COLOR_ARRAY ); + glDisableClientState( GL_VERTEX_ARRAY ); + + if( m_shader != NULL ) + { + glDisableVertexAttribArray( m_shaderAttrib ); + m_shader->Deactivate(); + } +} diff --git a/common/gal/opengl/noncached_container.cpp b/common/gal/opengl/noncached_container.cpp new file mode 100644 index 0000000..c902c47 --- /dev/null +++ b/common/gal/opengl/noncached_container.cpp @@ -0,0 +1,89 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file noncached_container.cpp + * @brief Class to store instances of VERTEX without caching. It allows a fast one-frame drawing + * and then clearing the buffer and starting from scratch. + */ + +#include +#include + +using namespace KIGFX; + +NONCACHED_CONTAINER::NONCACHED_CONTAINER( unsigned int aSize ) : + VERTEX_CONTAINER( aSize ), m_freePtr( 0 ) +{ +} + + +NONCACHED_CONTAINER::~NONCACHED_CONTAINER() +{ +} + + +void NONCACHED_CONTAINER::SetItem( VERTEX_ITEM* aItem ) +{ + // Nothing has to be done, as the noncached container + // does not care about VERTEX_ITEMs ownership +} + + +VERTEX* NONCACHED_CONTAINER::Allocate( unsigned int aSize ) +{ + if( m_freeSpace < aSize ) + { + // Double the space + VERTEX* newVertices = static_cast( realloc( m_vertices, + m_currentSize * 2 * + sizeof(VERTEX) ) ); + + if( newVertices != NULL ) + { + m_vertices = newVertices; + m_freeSpace += m_currentSize; + m_currentSize *= 2; + } + else + { + return NULL; + } + } + + VERTEX* freeVertex = &m_vertices[m_freePtr]; + + // Move to the next free chunk + m_freePtr += aSize; + m_freeSpace -= aSize; + + return freeVertex; +} + + +void NONCACHED_CONTAINER::Clear() +{ + m_freePtr = 0; + m_freeSpace = m_currentSize; +} diff --git a/common/gal/opengl/opengl_compositor.cpp b/common/gal/opengl/opengl_compositor.cpp new file mode 100644 index 0000000..9f35d9e --- /dev/null +++ b/common/gal/opengl/opengl_compositor.cpp @@ -0,0 +1,291 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013-2015 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file opengl_compositor.cpp + * @brief Class that handles multitarget rendering (i.e. to different textures/surfaces) and + * later compositing into a single image (OpenGL flavour). + */ + +#include + +#include +#include + +using namespace KIGFX; + +OPENGL_COMPOSITOR::OPENGL_COMPOSITOR() : + m_initialized( false ), m_current( 0 ), m_currentFbo( DIRECT_RENDERING ) +{ + // Avoid not initialized members: + m_framebuffer = 0; + m_depthBuffer = 0; +} + + +OPENGL_COMPOSITOR::~OPENGL_COMPOSITOR() +{ + if( m_initialized ) + clean(); +} + + +void OPENGL_COMPOSITOR::Initialize() +{ + if( m_initialized ) + return; + + // We need framebuffer objects for drawing the screen contents + // Generate framebuffer and a depth buffer + glGenFramebuffersEXT( 1, &m_framebuffer ); + glBindFramebufferEXT( GL_FRAMEBUFFER, m_framebuffer ); + m_currentFbo = m_framebuffer; + + // Allocate memory for the depth buffer + // Attach the depth buffer to the framebuffer + glGenRenderbuffersEXT( 1, &m_depthBuffer ); + glBindRenderbufferEXT( GL_RENDERBUFFER_EXT, m_depthBuffer ); + + // Use here a size of 24 bits for the depth buffer, 8 bits for the stencil buffer + // this is required later for anti-aliasing + glRenderbufferStorageEXT( GL_RENDERBUFFER_EXT, GL_DEPTH_COMPONENT16, m_width, m_height ); + glFramebufferRenderbufferEXT( GL_FRAMEBUFFER_EXT, GL_DEPTH_ATTACHMENT, + GL_RENDERBUFFER_EXT, m_depthBuffer ); + + // Unbind the framebuffer, so by default all the rendering goes directly to the display + glBindFramebufferEXT( GL_FRAMEBUFFER_EXT, DIRECT_RENDERING ); + m_currentFbo = DIRECT_RENDERING; + + m_initialized = true; +} + + +void OPENGL_COMPOSITOR::Resize( unsigned int aWidth, unsigned int aHeight ) +{ + if( m_initialized ) + clean(); + + m_width = aWidth; + m_height = aHeight; +} + + +unsigned int OPENGL_COMPOSITOR::CreateBuffer() +{ + assert( m_initialized ); + + unsigned int maxBuffers; + + // Get the maximum number of buffers + glGetIntegerv( GL_MAX_COLOR_ATTACHMENTS, (GLint*) &maxBuffers ); + + if( usedBuffers() >= maxBuffers ) + { + throw std::runtime_error("Cannot create more framebuffers. OpenGL rendering " + "backend requires at least 3 framebuffers. You may try to update/change " + "your graphic drivers."); + } + + // GL_COLOR_ATTACHMENTn are consecutive integers + GLuint attachmentPoint = GL_COLOR_ATTACHMENT0 + usedBuffers(); + GLuint textureTarget; + + // Generate the texture for the pixel storage + glGenTextures( 1, &textureTarget ); + glBindTexture( GL_TEXTURE_2D, textureTarget ); + + // Set texture parameters + glTexEnvf( GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE ); + glTexImage2D( GL_TEXTURE_2D, 0, GL_RGBA8, m_width, m_height, 0, GL_RGBA, + GL_UNSIGNED_BYTE, NULL ); + glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST ); + glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST ); + + // Bind the texture to the specific attachment point, clear and rebind the screen + glBindFramebufferEXT( GL_FRAMEBUFFER_EXT, m_framebuffer ); + m_currentFbo = m_framebuffer; + glFramebufferTexture2DEXT( GL_FRAMEBUFFER_EXT, attachmentPoint, + GL_TEXTURE_2D, textureTarget, 0 ); + + // Check the status, exit if the framebuffer can't be created + GLenum status = glCheckFramebufferStatusEXT( GL_FRAMEBUFFER_EXT ); + + if( status != GL_FRAMEBUFFER_COMPLETE_EXT ) + { + switch( status ) + { + case GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT: + throw std::runtime_error( "Cannot create the framebuffer." ); + break; + + case GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT: + throw std::runtime_error( "The framebuffer attachment points are incomplete." ); + break; + + case GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT: + throw std::runtime_error( "The framebuffer does not have at least one " + "image attached to it." ); + break; + + case GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT: + throw std::runtime_error( "The framebuffer read buffer is incomplete." ); + break; + + case GL_FRAMEBUFFER_UNSUPPORTED_EXT: + throw std::runtime_error( "The combination of internal formats of the attached " + "images violates an implementation-dependent set of restrictions." ); + break; + + case GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT: + throw std::runtime_error( "GL_RENDERBUFFER_SAMPLES is not the same for " + "all attached renderbuffers" ); + break; + + case GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT: + throw std::runtime_error( "Framebuffer incomplete layer targets errors." ); + break; + + default: + throw std::runtime_error( "Cannot create the framebuffer." ); + break; + } + + return 0; + } + + ClearBuffer(); + + // Return to direct rendering (we were asked only to create a buffer, not switch to one) + glBindFramebufferEXT( GL_FRAMEBUFFER_EXT, DIRECT_RENDERING ); + m_currentFbo = DIRECT_RENDERING; + + // Store the new buffer + OPENGL_BUFFER buffer = { textureTarget, attachmentPoint }; + m_buffers.push_back( buffer ); + + return usedBuffers(); +} + + +void OPENGL_COMPOSITOR::SetBuffer( unsigned int aBufferHandle ) +{ + if( aBufferHandle > usedBuffers() ) + return; + + // Change the rendering destination to the selected attachment point + if( aBufferHandle == DIRECT_RENDERING ) + { + m_currentFbo = DIRECT_RENDERING; + } + else if( m_currentFbo != m_framebuffer ) + { + glBindFramebufferEXT( GL_FRAMEBUFFER_EXT, m_framebuffer ); + m_currentFbo = m_framebuffer; + } + + if( m_currentFbo != DIRECT_RENDERING ) + { + m_current = aBufferHandle - 1; + glDrawBuffer( m_buffers[m_current].attachmentPoint ); + } +} + + +void OPENGL_COMPOSITOR::ClearBuffer() +{ + assert( m_initialized ); + + glClearColor( 0.0f, 0.0f, 0.0f, 0.0f ); + glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT ); +} + + +void OPENGL_COMPOSITOR::DrawBuffer( unsigned int aBufferHandle ) +{ + assert( m_initialized ); + assert( aBufferHandle != 0 && aBufferHandle <= usedBuffers() ); + + // Switch to the main framebuffer and blit the scene + glBindFramebufferEXT( GL_FRAMEBUFFER, DIRECT_RENDERING ); + m_currentFbo = DIRECT_RENDERING; + + // Depth test has to be disabled to make transparency working + glDisable( GL_DEPTH_TEST ); + glBlendFunc( GL_ONE, GL_ONE_MINUS_SRC_ALPHA ); + + // Enable texturing and bind the main texture + glEnable( GL_TEXTURE_2D ); + glBindTexture( GL_TEXTURE_2D, m_buffers[aBufferHandle - 1].textureTarget ); + + // Draw a full screen quad with the texture + glMatrixMode( GL_MODELVIEW ); + glPushMatrix(); + glLoadIdentity(); + glMatrixMode( GL_PROJECTION ); + glPushMatrix(); + glLoadIdentity(); + + glBegin( GL_TRIANGLES ); + glTexCoord2f( 0.0f, 1.0f ); + glVertex2f( -1.0f, -1.0f ); + glTexCoord2f( 1.0f, 1.0f ); + glVertex2f( 1.0f, -1.0f ); + glTexCoord2f( 1.0f, 0.0f ); + glVertex2f( 1.0f, 1.0f ); + + glTexCoord2f( 0.0f, 1.0f ); + glVertex2f( -1.0f, -1.0f ); + glTexCoord2f( 1.0f, 0.0f ); + glVertex2f( 1.0f, 1.0f ); + glTexCoord2f( 0.0f, 0.0f ); + glVertex2f( -1.0f, 1.0f ); + glEnd(); + + glPopMatrix(); + glMatrixMode( GL_MODELVIEW ); + glPopMatrix(); +} + + +void OPENGL_COMPOSITOR::clean() +{ + assert( m_initialized ); + + glBindFramebufferEXT( GL_FRAMEBUFFER, DIRECT_RENDERING ); + m_currentFbo = DIRECT_RENDERING; + + OPENGL_BUFFERS::const_iterator it; + + for( it = m_buffers.begin(); it != m_buffers.end(); ++it ) + { + glDeleteTextures( 1, &it->textureTarget ); + } + + m_buffers.clear(); + + glDeleteFramebuffersEXT( 1, &m_framebuffer ); + glDeleteRenderbuffersEXT( 1, &m_depthBuffer ); + + m_initialized = false; +} diff --git a/common/gal/opengl/opengl_gal.cpp b/common/gal/opengl/opengl_gal.cpp new file mode 100644 index 0000000..945161f --- /dev/null +++ b/common/gal/opengl/opengl_gal.cpp @@ -0,0 +1,1204 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * Copyright (C) 2013-2016 CERN + * @author Maciej Suminski + * + * Graphics Abstraction Layer (GAL) for OpenGL + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include +#include +#ifdef __WXDEBUG__ +#include +#endif /* __WXDEBUG__ */ + +#include +#include + +using namespace KIGFX; + +static void InitTesselatorCallbacks( GLUtesselator* aTesselator ); +const int glAttributes[] = { WX_GL_RGBA, WX_GL_DOUBLEBUFFER, WX_GL_DEPTH_SIZE, 8, 0 }; +wxGLContext* OPENGL_GAL::glContext = NULL; + +OPENGL_GAL::OPENGL_GAL( wxWindow* aParent, wxEvtHandler* aMouseListener, + wxEvtHandler* aPaintListener, const wxString& aName ) : + wxGLCanvas( aParent, wxID_ANY, (int*) glAttributes, wxDefaultPosition, wxDefaultSize, + wxEXPAND, aName ), + mouseListener( aMouseListener ), + paintListener( aPaintListener ), + cachedManager( true ), + nonCachedManager( false ), + overlayManager( false ) +{ + if( glContext == NULL ) + glContext = new wxGLContext( this ); + + // Check if OpenGL requirements are met + runTest(); + + // Make VBOs use shaders + cachedManager.SetShader( shader ); + nonCachedManager.SetShader( shader ); + overlayManager.SetShader( shader ); + + // Initialize the flags + isFramebufferInitialized = false; + isGrouping = false; + groupCounter = 0; + +#ifdef RETINA_OPENGL_PATCH + SetViewWantsBestResolution( true ); +#endif + + // Connecting the event handlers + Connect( wxEVT_PAINT, wxPaintEventHandler( OPENGL_GAL::onPaint ) ); + + // Mouse events are skipped to the parent + Connect( wxEVT_MOTION, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_LEFT_DOWN, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_LEFT_UP, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_LEFT_DCLICK, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_MIDDLE_DOWN, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_MIDDLE_UP, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_MIDDLE_DCLICK, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_RIGHT_DOWN, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_RIGHT_UP, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_RIGHT_DCLICK, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); + Connect( wxEVT_MOUSEWHEEL, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); +#ifdef USE_OSX_MAGNIFY_EVENT + Connect( wxEVT_MAGNIFY, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); +#endif +#if defined _WIN32 || defined _WIN64 + Connect( wxEVT_ENTER_WINDOW, wxMouseEventHandler( OPENGL_GAL::skipMouseEvent ) ); +#endif + + SetSize( aParent->GetSize() ); + screenSize = VECTOR2I( aParent->GetSize() ); + + // Grid color settings are different in Cairo and OpenGL + SetGridColor( COLOR4D( 0.8, 0.8, 0.8, 0.1 ) ); + + // Tesselator initialization + tesselator = gluNewTess(); + InitTesselatorCallbacks( tesselator ); + + if( tesselator == NULL ) + throw std::runtime_error( "Could not create the tesselator" ); + + gluTessProperty( tesselator, GLU_TESS_WINDING_RULE, GLU_TESS_WINDING_POSITIVE ); + + currentManager = &nonCachedManager; +} + + +OPENGL_GAL::~OPENGL_GAL() +{ + glFlush(); + + gluDeleteTess( tesselator ); + ClearCache(); +} + + +void OPENGL_GAL::BeginDrawing() +{ + if( !IsShownOnScreen() ) + return; + + SetCurrent( *glContext ); + clientDC = new wxClientDC( this ); + +#ifdef RETINA_OPENGL_PATCH + const float scaleFactor = GetBackingScaleFactor(); +#else + const float scaleFactor = 1.0f; +#endif + + // Set up the view port + glMatrixMode( GL_PROJECTION ); + glLoadIdentity(); + glViewport( 0, 0, (GLsizei) screenSize.x * scaleFactor, (GLsizei) screenSize.y * scaleFactor ); + + // Create the screen transformation + glOrtho( 0, (GLint) screenSize.x, 0, (GLsizei) screenSize.y, + -depthRange.x, -depthRange.y ); + + if( !isFramebufferInitialized ) + { + // Prepare rendering target buffers + compositor.Initialize(); + mainBuffer = compositor.CreateBuffer(); + overlayBuffer = compositor.CreateBuffer(); + + isFramebufferInitialized = true; + } + + // Disable 2D Textures + glDisable( GL_TEXTURE_2D ); + + // Enable the depth buffer + glEnable( GL_DEPTH_TEST ); + glDepthFunc( GL_LESS ); + + // Setup blending, required for transparent objects + glEnable( GL_BLEND ); + glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ); + + glMatrixMode( GL_MODELVIEW ); + + // Set up the world <-> screen transformation + ComputeWorldScreenMatrix(); + GLdouble matrixData[16] = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 }; + matrixData[0] = worldScreenMatrix.m_data[0][0]; + matrixData[1] = worldScreenMatrix.m_data[1][0]; + matrixData[2] = worldScreenMatrix.m_data[2][0]; + matrixData[4] = worldScreenMatrix.m_data[0][1]; + matrixData[5] = worldScreenMatrix.m_data[1][1]; + matrixData[6] = worldScreenMatrix.m_data[2][1]; + matrixData[12] = worldScreenMatrix.m_data[0][2]; + matrixData[13] = worldScreenMatrix.m_data[1][2]; + matrixData[14] = worldScreenMatrix.m_data[2][2]; + glLoadMatrixd( matrixData ); + + // Set defaults + SetFillColor( fillColor ); + SetStrokeColor( strokeColor ); + + // Unbind buffers - set compositor for direct drawing + compositor.SetBuffer( OPENGL_COMPOSITOR::DIRECT_RENDERING ); + + // Remove all previously stored items + nonCachedManager.Clear(); + overlayManager.Clear(); + + cachedManager.BeginDrawing(); + nonCachedManager.BeginDrawing(); + overlayManager.BeginDrawing(); +} + + +void OPENGL_GAL::EndDrawing() +{ + // Cached & non-cached containers are rendered to the same buffer + compositor.SetBuffer( mainBuffer ); + nonCachedManager.EndDrawing(); + cachedManager.EndDrawing(); + + // Overlay container is rendered to a different buffer + compositor.SetBuffer( overlayBuffer ); + overlayManager.EndDrawing(); + + // Be sure that the framebuffer is not colorized (happens on specific GPU&drivers combinations) + glColor4d( 1.0, 1.0, 1.0, 1.0 ); + + // Draw the remaining contents, blit the rendering targets to the screen, swap the buffers + compositor.DrawBuffer( mainBuffer ); + compositor.DrawBuffer( overlayBuffer ); + blitCursor(); + + glFlush(); + SwapBuffers(); + + delete clientDC; +} + + +void OPENGL_GAL::DrawLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + const VECTOR2D startEndVector = aEndPoint - aStartPoint; + double lineAngle = startEndVector.Angle(); + + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + drawLineQuad( aStartPoint, aEndPoint ); + + // Line caps + if( lineWidth > 1.0 ) + { + drawFilledSemiCircle( aStartPoint, lineWidth / 2, lineAngle + M_PI / 2 ); + drawFilledSemiCircle( aEndPoint, lineWidth / 2, lineAngle - M_PI / 2 ); + } +} + + +void OPENGL_GAL::DrawSegment( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint, + double aWidth ) +{ + VECTOR2D startEndVector = aEndPoint - aStartPoint; + double lineAngle = startEndVector.Angle(); + + if( isFillEnabled ) + { + // Filled tracks + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + + SetLineWidth( aWidth ); + drawLineQuad( aStartPoint, aEndPoint ); + + // Draw line caps + drawFilledSemiCircle( aStartPoint, aWidth / 2, lineAngle + M_PI / 2 ); + drawFilledSemiCircle( aEndPoint, aWidth / 2, lineAngle - M_PI / 2 ); + } + else + { + // Outlined tracks + double lineLength = startEndVector.EuclideanNorm(); + + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + Save(); + + currentManager->Translate( aStartPoint.x, aStartPoint.y, 0.0 ); + currentManager->Rotate( lineAngle, 0.0f, 0.0f, 1.0f ); + + drawLineQuad( VECTOR2D( 0.0, aWidth / 2.0 ), + VECTOR2D( lineLength, aWidth / 2.0 ) ); + + drawLineQuad( VECTOR2D( 0.0, -aWidth / 2.0 ), + VECTOR2D( lineLength, -aWidth / 2.0 ) ); + + // Draw line caps + drawStrokedSemiCircle( VECTOR2D( 0.0, 0.0 ), aWidth / 2, M_PI / 2 ); + drawStrokedSemiCircle( VECTOR2D( lineLength, 0.0 ), aWidth / 2, -M_PI / 2 ); + + Restore(); + } +} + + +void OPENGL_GAL::DrawCircle( const VECTOR2D& aCenterPoint, double aRadius ) +{ + if( isFillEnabled ) + { + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + + /* Draw a triangle that contains the circle, then shade it leaving only the circle. + * Parameters given to setShader are indices of the triangle's vertices + * (if you want to understand more, check the vertex shader source [shader.vert]). + * Shader uses this coordinates to determine if fragments are inside the circle or not. + * v2 + * /\ + * //\\ + * v0 /_\/_\ v1 + */ + currentManager->Shader( SHADER_FILLED_CIRCLE, 1.0 ); + currentManager->Vertex( aCenterPoint.x - aRadius * sqrt( 3.0f ), // v0 + aCenterPoint.y - aRadius, layerDepth ); + + currentManager->Shader( SHADER_FILLED_CIRCLE, 2.0 ); + currentManager->Vertex( aCenterPoint.x + aRadius * sqrt( 3.0f ), // v1 + aCenterPoint.y - aRadius, layerDepth ); + + currentManager->Shader( SHADER_FILLED_CIRCLE, 3.0 ); + currentManager->Vertex( aCenterPoint.x, aCenterPoint.y + aRadius * 2.0f, // v2 + layerDepth ); + } + + if( isStrokeEnabled ) + { + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + /* Draw a triangle that contains the circle, then shade it leaving only the circle. + * Parameters given to setShader are indices of the triangle's vertices + * (if you want to understand more, check the vertex shader source [shader.vert]). + * and the line width. Shader uses this coordinates to determine if fragments are + * inside the circle or not. + * v2 + * /\ + * //\\ + * v0 /_\/_\ v1 + */ + double outerRadius = aRadius + ( lineWidth / 2 ); + currentManager->Shader( SHADER_STROKED_CIRCLE, 1.0, aRadius, lineWidth ); + currentManager->Vertex( aCenterPoint.x - outerRadius * sqrt( 3.0f ), // v0 + aCenterPoint.y - outerRadius, layerDepth ); + + currentManager->Shader( SHADER_STROKED_CIRCLE, 2.0, aRadius, lineWidth ); + currentManager->Vertex( aCenterPoint.x + outerRadius * sqrt( 3.0f ), // v1 + aCenterPoint.y - outerRadius, layerDepth ); + + currentManager->Shader( SHADER_STROKED_CIRCLE, 3.0, aRadius, lineWidth ); + currentManager->Vertex( aCenterPoint.x, aCenterPoint.y + outerRadius * 2.0f, // v2 + layerDepth ); + } +} + + +void OPENGL_GAL::DrawArc( const VECTOR2D& aCenterPoint, double aRadius, double aStartAngle, + double aEndAngle ) +{ + if( aRadius <= 0 ) + return; + + // Swap the angles, if start angle is greater than end angle + SWAP( aStartAngle, >, aEndAngle ); + + Save(); + currentManager->Translate( aCenterPoint.x, aCenterPoint.y, 0.0 ); + + if( isStrokeEnabled ) + { + const double alphaIncrement = 2.0 * M_PI / CIRCLE_POINTS; + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + VECTOR2D p( cos( aStartAngle ) * aRadius, sin( aStartAngle ) * aRadius ); + double alpha; + + for( alpha = aStartAngle + alphaIncrement; alpha <= aEndAngle; alpha += alphaIncrement ) + { + VECTOR2D p_next( cos( alpha ) * aRadius, sin( alpha ) * aRadius ); + DrawLine( p, p_next ); + + p = p_next; + } + + // Draw the last missing part + if( alpha != aEndAngle ) + { + VECTOR2D p_last( cos( aEndAngle ) * aRadius, sin( aEndAngle ) * aRadius ); + DrawLine( p, p_last ); + } + } + + if( isFillEnabled ) + { + const double alphaIncrement = 2 * M_PI / CIRCLE_POINTS; + double alpha; + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + currentManager->Shader( SHADER_NONE ); + + // Triangle fan + for( alpha = aStartAngle; ( alpha + alphaIncrement ) < aEndAngle; ) + { + currentManager->Vertex( 0.0, 0.0, 0.0 ); + currentManager->Vertex( cos( alpha ) * aRadius, sin( alpha ) * aRadius, 0.0 ); + alpha += alphaIncrement; + currentManager->Vertex( cos( alpha ) * aRadius, sin( alpha ) * aRadius, 0.0 ); + } + + // The last missing triangle + const VECTOR2D endPoint( cos( aEndAngle ) * aRadius, sin( aEndAngle ) * aRadius ); + currentManager->Vertex( 0.0, 0.0, 0.0 ); + currentManager->Vertex( cos( alpha ) * aRadius, sin( alpha ) * aRadius, 0.0 ); + currentManager->Vertex( endPoint.x, endPoint.y, 0.0 ); + } + + Restore(); +} + + +void OPENGL_GAL::DrawRectangle( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + // Compute the diagonal points of the rectangle + VECTOR2D diagonalPointA( aEndPoint.x, aStartPoint.y ); + VECTOR2D diagonalPointB( aStartPoint.x, aEndPoint.y ); + + // Stroke the outline + if( isStrokeEnabled ) + { + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + std::deque pointList; + pointList.push_back( aStartPoint ); + pointList.push_back( diagonalPointA ); + pointList.push_back( aEndPoint ); + pointList.push_back( diagonalPointB ); + pointList.push_back( aStartPoint ); + DrawPolyline( pointList ); + } + + // Fill the rectangle + if( isFillEnabled ) + { + currentManager->Shader( SHADER_NONE ); + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + + currentManager->Vertex( aStartPoint.x, aStartPoint.y, layerDepth ); + currentManager->Vertex( diagonalPointA.x, diagonalPointA.y, layerDepth ); + currentManager->Vertex( aEndPoint.x, aEndPoint.y, layerDepth ); + + currentManager->Vertex( aStartPoint.x, aStartPoint.y, layerDepth ); + currentManager->Vertex( aEndPoint.x, aEndPoint.y, layerDepth ); + currentManager->Vertex( diagonalPointB.x, diagonalPointB.y, layerDepth ); + } +} + + +void OPENGL_GAL::DrawPolyline( const std::deque& aPointList ) +{ + if( aPointList.size() < 2 ) + return; + + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + std::deque::const_iterator it = aPointList.begin(); + + // Start from the second point + for( ++it; it != aPointList.end(); ++it ) + { + const VECTOR2D startEndVector = ( *it - *( it - 1 ) ); + double lineAngle = startEndVector.Angle(); + + drawLineQuad( *( it - 1 ), *it ); + + // There is no need to draw line caps on both ends of polyline's segments + drawFilledSemiCircle( *( it - 1 ), lineWidth / 2, lineAngle + M_PI / 2 ); + } + + // ..and now - draw the ending cap + const VECTOR2D startEndVector = ( *( it - 1 ) - *( it - 2 ) ); + double lineAngle = startEndVector.Angle(); + drawFilledSemiCircle( *( it - 1 ), lineWidth / 2, lineAngle - M_PI / 2 ); +} + + +void OPENGL_GAL::DrawPolyline( const VECTOR2D aPointList[], int aListSize ) +{ + if( aListSize < 2 ) + return; + + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + + // Start from the second point + for( int i = 1; i < aListSize; ++i ) + { + const VECTOR2D startEndVector = ( aPointList[i] - aPointList[i - 1] ); + double lineAngle = startEndVector.Angle(); + + drawLineQuad( aPointList[i - 1], aPointList[i] ); + + // There is no need to draw line caps on both ends of polyline's segments + drawFilledSemiCircle( aPointList[i - 1], lineWidth / 2, lineAngle + M_PI / 2 ); + } + + // ..and now - draw the ending cap + const VECTOR2D startEndVector = ( aPointList[aListSize - 1] - aPointList[aListSize - 2] ); + double lineAngle = startEndVector.Angle(); + drawFilledSemiCircle( aPointList[aListSize - 1], lineWidth / 2, lineAngle - M_PI / 2 ); +} + + +void OPENGL_GAL::DrawPolygon( const std::deque& aPointList ) +{ + currentManager->Shader( SHADER_NONE ); + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + + // Any non convex polygon needs to be tesselated + // for this purpose the GLU standard functions are used + TessParams params = { currentManager, tessIntersects }; + gluTessBeginPolygon( tesselator, ¶ms ); + gluTessBeginContour( tesselator ); + + boost::shared_array points( new GLdouble[3 * aPointList.size()] ); + int v = 0; + + for( std::deque::const_iterator it = aPointList.begin(); it != aPointList.end(); ++it ) + { + points[v] = it->x; + points[v + 1] = it->y; + points[v + 2] = layerDepth; + gluTessVertex( tesselator, &points[v], &points[v] ); + v += 3; + } + + gluTessEndContour( tesselator ); + gluTessEndPolygon( tesselator ); + + // Free allocated intersecting points + tessIntersects.clear(); + + // vertexList destroyed here +} + + +void OPENGL_GAL::DrawPolygon( const VECTOR2D aPointList[], int aListSize ) +{ + currentManager->Shader( SHADER_NONE ); + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + + // Any non convex polygon needs to be tesselated + // for this purpose the GLU standard functions are used + TessParams params = { currentManager, tessIntersects }; + gluTessBeginPolygon( tesselator, ¶ms ); + gluTessBeginContour( tesselator ); + + boost::shared_array points( new GLdouble[3 * aListSize] ); + int v = 0; + const VECTOR2D* ptr = aPointList; + + for( int i = 0; i < aListSize; ++i ) + { + points[v] = ptr->x; + points[v + 1] = ptr->y; + points[v + 2] = layerDepth; + gluTessVertex( tesselator, &points[v], &points[v] ); + ++ptr; + v += 3; + } + + gluTessEndContour( tesselator ); + gluTessEndPolygon( tesselator ); + + // Free allocated intersecting points + tessIntersects.clear(); + + // vertexList destroyed here +} + + +void OPENGL_GAL::DrawCurve( const VECTOR2D& aStartPoint, const VECTOR2D& aControlPointA, + const VECTOR2D& aControlPointB, const VECTOR2D& aEndPoint ) +{ + // FIXME The drawing quality needs to be improved + // FIXME Perhaps choose a quad/triangle strip instead? + // FIXME Brute force method, use a better (recursive?) algorithm + + std::deque pointList; + + double t = 0.0; + double dt = 1.0 / (double) CURVE_POINTS; + + for( int i = 0; i <= CURVE_POINTS; i++ ) + { + double omt = 1.0 - t; + double omt2 = omt * omt; + double omt3 = omt * omt2; + double t2 = t * t; + double t3 = t * t2; + + VECTOR2D vertex = omt3 * aStartPoint + 3.0 * t * omt2 * aControlPointA + + 3.0 * t2 * omt * aControlPointB + t3 * aEndPoint; + + pointList.push_back( vertex ); + + t += dt; + } + + DrawPolyline( pointList ); +} + + +void OPENGL_GAL::ResizeScreen( int aWidth, int aHeight ) +{ + screenSize = VECTOR2I( aWidth, aHeight ); + +#ifdef RETINA_OPENGL_PATCH + const float scaleFactor = GetBackingScaleFactor(); +#else + const float scaleFactor = 1.0f; +#endif + + // Resize framebuffers + compositor.Resize( aWidth * scaleFactor, aHeight * scaleFactor ); + isFramebufferInitialized = false; + + wxGLCanvas::SetSize( aWidth, aHeight ); +} + + +bool OPENGL_GAL::Show( bool aShow ) +{ + bool s = wxGLCanvas::Show( aShow ); + + if( aShow ) + wxGLCanvas::Raise(); + + return s; +} + + +void OPENGL_GAL::Flush() +{ + glFlush(); +} + + +void OPENGL_GAL::ClearScreen( const COLOR4D& aColor ) +{ + // Clear screen + glClearColor( aColor.r, aColor.g, aColor.b, aColor.a ); + glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT ); +} + + +void OPENGL_GAL::Transform( const MATRIX3x3D& aTransformation ) +{ + GLdouble matrixData[16] = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 }; + + matrixData[0] = aTransformation.m_data[0][0]; + matrixData[1] = aTransformation.m_data[1][0]; + matrixData[2] = aTransformation.m_data[2][0]; + matrixData[4] = aTransformation.m_data[0][1]; + matrixData[5] = aTransformation.m_data[1][1]; + matrixData[6] = aTransformation.m_data[2][1]; + matrixData[12] = aTransformation.m_data[0][2]; + matrixData[13] = aTransformation.m_data[1][2]; + matrixData[14] = aTransformation.m_data[2][2]; + + glMultMatrixd( matrixData ); +} + + +void OPENGL_GAL::Rotate( double aAngle ) +{ + currentManager->Rotate( aAngle, 0.0f, 0.0f, 1.0f ); +} + + +void OPENGL_GAL::Translate( const VECTOR2D& aVector ) +{ + currentManager->Translate( aVector.x, aVector.y, 0.0f ); +} + + +void OPENGL_GAL::Scale( const VECTOR2D& aScale ) +{ + currentManager->Scale( aScale.x, aScale.y, 0.0f ); +} + + +void OPENGL_GAL::Save() +{ + currentManager->PushMatrix(); +} + + +void OPENGL_GAL::Restore() +{ + currentManager->PopMatrix(); +} + + +int OPENGL_GAL::BeginGroup() +{ + isGrouping = true; + + boost::shared_ptr newItem( new VERTEX_ITEM( cachedManager ) ); + int groupNumber = getNewGroupNumber(); + groups.insert( std::make_pair( groupNumber, newItem ) ); + + return groupNumber; +} + + +void OPENGL_GAL::EndGroup() +{ + cachedManager.FinishItem(); + isGrouping = false; +} + + +void OPENGL_GAL::DrawGroup( int aGroupNumber ) +{ + cachedManager.DrawItem( *groups[aGroupNumber] ); +} + + +void OPENGL_GAL::ChangeGroupColor( int aGroupNumber, const COLOR4D& aNewColor ) +{ + cachedManager.ChangeItemColor( *groups[aGroupNumber], aNewColor ); +} + + +void OPENGL_GAL::ChangeGroupDepth( int aGroupNumber, int aDepth ) +{ + cachedManager.ChangeItemDepth( *groups[aGroupNumber], aDepth ); +} + + +void OPENGL_GAL::DeleteGroup( int aGroupNumber ) +{ + // Frees memory in the container as well + groups.erase( aGroupNumber ); +} + + +void OPENGL_GAL::ClearCache() +{ + groups.clear(); + cachedManager.Clear(); +} + + +void OPENGL_GAL::SaveScreen() +{ + wxASSERT_MSG( false, wxT( "Not implemented yet" ) ); +} + + +void OPENGL_GAL::RestoreScreen() +{ + wxASSERT_MSG( false, wxT( "Not implemented yet" ) ); +} + + +void OPENGL_GAL::SetTarget( RENDER_TARGET aTarget ) +{ + switch( aTarget ) + { + default: + case TARGET_CACHED: + currentManager = &cachedManager; + break; + + case TARGET_NONCACHED: + currentManager = &nonCachedManager; + break; + + case TARGET_OVERLAY: + currentManager = &overlayManager; + break; + } + + currentTarget = aTarget; +} + + +RENDER_TARGET OPENGL_GAL::GetTarget() const +{ + return currentTarget; +} + + +void OPENGL_GAL::ClearTarget( RENDER_TARGET aTarget ) +{ + // Save the current state + unsigned int oldTarget = compositor.GetBuffer(); + + switch( aTarget ) + { + // Cached and noncached items are rendered to the same buffer + default: + case TARGET_CACHED: + case TARGET_NONCACHED: + compositor.SetBuffer( mainBuffer ); + break; + + case TARGET_OVERLAY: + compositor.SetBuffer( overlayBuffer ); + break; + } + + compositor.ClearBuffer(); + + // Restore the previous state + compositor.SetBuffer( oldTarget ); +} + + +void OPENGL_GAL::DrawCursor( const VECTOR2D& aCursorPosition ) +{ + // Now we should only store the position of the mouse cursor + // The real drawing routines are in blitCursor() + VECTOR2D screenCursor = worldScreenMatrix * aCursorPosition; + + cursorPosition = screenWorldMatrix * VECTOR2D( screenCursor.x, screenSize.y - screenCursor.y ); +} + + +void OPENGL_GAL::drawGridLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + compositor.SetBuffer( mainBuffer ); + + // We do not need a very precise comparison here (the lineWidth is set by GAL::DrawGrid()) + if( fabs( lineWidth - 2.0 * gridLineWidth / worldScale ) < 0.1 ) + glLineWidth( 1.0 ); + else + glLineWidth( 2.0 ); + + glColor4d( gridColor.r, gridColor.g, gridColor.b, gridColor.a ); + + glBegin( GL_LINES ); + glVertex3d( aStartPoint.x, aStartPoint.y, layerDepth ); + glVertex3d( aEndPoint.x, aEndPoint.y, layerDepth ); + glEnd(); + + // Restore the default color, so textures will be drawn properly + glColor4d( 1.0, 1.0, 1.0, 1.0 ); +} + + +void OPENGL_GAL::drawLineQuad( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) +{ + /* Helper drawing: ____--- v3 ^ + * ____---- ... \ \ + * ____---- ... \ end \ + * v1 ____---- ... ____---- \ width + * ---- ...___---- \ \ + * \ ___...-- \ v + * \ ____----... ____---- v2 + * ---- ... ____---- + * start \ ... ____---- + * \... ____---- + * ---- + * v0 + * dots mark triangles' hypotenuses + */ + + VECTOR2D startEndVector = aEndPoint - aStartPoint; + double lineLength = startEndVector.EuclideanNorm(); + + if( lineLength <= 0.0 ) + return; + + double scale = 0.5 * lineWidth / lineLength; + + // The perpendicular vector also needs transformations + glm::vec4 vector = currentManager->GetTransformation() * + glm::vec4( -startEndVector.y * scale, startEndVector.x * scale, 0.0, 0.0 ); + + // Line width is maintained by the vertex shader + currentManager->Shader( SHADER_LINE, vector.x, vector.y, lineWidth ); + currentManager->Vertex( aStartPoint.x, aStartPoint.y, layerDepth ); // v0 + + currentManager->Shader( SHADER_LINE, -vector.x, -vector.y, lineWidth ); + currentManager->Vertex( aStartPoint.x, aStartPoint.y, layerDepth ); // v1 + + currentManager->Shader( SHADER_LINE, -vector.x, -vector.y, lineWidth ); + currentManager->Vertex( aEndPoint.x, aEndPoint.y, layerDepth ); // v3 + + currentManager->Shader( SHADER_LINE, vector.x, vector.y, lineWidth ); + currentManager->Vertex( aStartPoint.x, aStartPoint.y, layerDepth ); // v0 + + currentManager->Shader( SHADER_LINE, -vector.x, -vector.y, lineWidth ); + currentManager->Vertex( aEndPoint.x, aEndPoint.y, layerDepth ); // v3 + + currentManager->Shader( SHADER_LINE, vector.x, vector.y, lineWidth ); + currentManager->Vertex( aEndPoint.x, aEndPoint.y, layerDepth ); // v2 +} + + +void OPENGL_GAL::drawSemiCircle( const VECTOR2D& aCenterPoint, double aRadius, double aAngle ) +{ + if( isFillEnabled ) + { + currentManager->Color( fillColor.r, fillColor.g, fillColor.b, fillColor.a ); + drawFilledSemiCircle( aCenterPoint, aRadius, aAngle ); + } + + if( isStrokeEnabled ) + { + currentManager->Color( strokeColor.r, strokeColor.g, strokeColor.b, strokeColor.a ); + drawStrokedSemiCircle( aCenterPoint, aRadius, aAngle ); + } +} + + +void OPENGL_GAL::drawFilledSemiCircle( const VECTOR2D& aCenterPoint, double aRadius, + double aAngle ) +{ + Save(); + currentManager->Translate( aCenterPoint.x, aCenterPoint.y, 0.0f ); + currentManager->Rotate( aAngle, 0.0f, 0.0f, 1.0f ); + + /* Draw a triangle that contains the semicircle, then shade it to leave only + * the semicircle. Parameters given to setShader are indices of the triangle's vertices + * (if you want to understand more, check the vertex shader source [shader.vert]). + * Shader uses these coordinates to determine if fragments are inside the semicircle or not. + * v2 + * /\ + * /__\ + * v0 //__\\ v1 + */ + currentManager->Shader( SHADER_FILLED_CIRCLE, 4.0f ); + currentManager->Vertex( -aRadius * 3.0f / sqrt( 3.0f ), 0.0f, layerDepth ); // v0 + + currentManager->Shader( SHADER_FILLED_CIRCLE, 5.0f ); + currentManager->Vertex( aRadius * 3.0f / sqrt( 3.0f ), 0.0f, layerDepth ); // v1 + + currentManager->Shader( SHADER_FILLED_CIRCLE, 6.0f ); + currentManager->Vertex( 0.0f, aRadius * 2.0f, layerDepth ); // v2 + + Restore(); +} + + +void OPENGL_GAL::drawStrokedSemiCircle( const VECTOR2D& aCenterPoint, double aRadius, + double aAngle ) +{ + double outerRadius = aRadius + ( lineWidth / 2 ); + + Save(); + currentManager->Translate( aCenterPoint.x, aCenterPoint.y, 0.0f ); + currentManager->Rotate( aAngle, 0.0f, 0.0f, 1.0f ); + + /* Draw a triangle that contains the semicircle, then shade it to leave only + * the semicircle. Parameters given to setShader are indices of the triangle's vertices + * (if you want to understand more, check the vertex shader source [shader.vert]), the + * radius and the line width. Shader uses these coordinates to determine if fragments are + * inside the semicircle or not. + * v2 + * /\ + * /__\ + * v0 //__\\ v1 + */ + currentManager->Shader( SHADER_STROKED_CIRCLE, 4.0f, aRadius, lineWidth ); + currentManager->Vertex( -outerRadius * 3.0f / sqrt( 3.0f ), 0.0f, layerDepth ); // v0 + + currentManager->Shader( SHADER_STROKED_CIRCLE, 5.0f, aRadius, lineWidth ); + currentManager->Vertex( outerRadius * 3.0f / sqrt( 3.0f ), 0.0f, layerDepth ); // v1 + + currentManager->Shader( SHADER_STROKED_CIRCLE, 6.0f, aRadius, lineWidth ); + currentManager->Vertex( 0.0f, outerRadius * 2.0f, layerDepth ); // v2 + + Restore(); +} + + +void OPENGL_GAL::onPaint( wxPaintEvent& WXUNUSED( aEvent ) ) +{ + PostPaint(); +} + + +void OPENGL_GAL::skipMouseEvent( wxMouseEvent& aEvent ) +{ + // Post the mouse event to the event listener registered in constructor, if any + if( mouseListener ) + wxPostEvent( mouseListener, aEvent ); +} + + +void OPENGL_GAL::blitCursor() +{ + if( !isCursorEnabled ) + return; + + compositor.SetBuffer( OPENGL_COMPOSITOR::DIRECT_RENDERING ); + + VECTOR2D cursorBegin = cursorPosition - cursorSize / ( 2 * worldScale ); + VECTOR2D cursorEnd = cursorPosition + cursorSize / ( 2 * worldScale ); + VECTOR2D cursorCenter = ( cursorBegin + cursorEnd ) / 2; + + glDisable( GL_TEXTURE_2D ); + glLineWidth( 1.0 ); + glColor4d( cursorColor.r, cursorColor.g, cursorColor.b, cursorColor.a ); + + glBegin( GL_LINES ); + glVertex2d( cursorCenter.x, cursorBegin.y ); + glVertex2d( cursorCenter.x, cursorEnd.y ); + + glVertex2d( cursorBegin.x, cursorCenter.y ); + glVertex2d( cursorEnd.x, cursorCenter.y ); + glEnd(); +} + + +unsigned int OPENGL_GAL::getNewGroupNumber() +{ + wxASSERT_MSG( groups.size() < std::numeric_limits::max(), + wxT( "There are no free slots to store a group" ) ); + + while( groups.find( groupCounter ) != groups.end() ) + { + groupCounter++; + } + + return groupCounter++; +} + + +bool OPENGL_GAL::runTest() +{ + wxDialog dlgtest( GetParent(), -1, wxT( "opengl test" ), wxPoint( 50, 50 ), + wxDLG_UNIT( GetParent(), wxSize( 50, 50 ) ) ); + OPENGL_TEST* test = new OPENGL_TEST( &dlgtest, this ); + + dlgtest.Raise(); // on Linux, on some windows managers (Unity for instance) this is needed to actually show the dialog + dlgtest.ShowModal(); + bool result = test->IsOk(); + + if( !result ) + throw std::runtime_error( test->GetError() ); + + return result; +} + + +OPENGL_GAL::OPENGL_TEST::OPENGL_TEST( wxDialog* aParent, OPENGL_GAL* aGal ) : + wxGLCanvas( aParent, wxID_ANY, glAttributes, wxDefaultPosition, + wxDefaultSize, 0, wxT( "GLCanvas" ) ), + m_parent( aParent ), m_gal( aGal ), m_tested( false ), m_result( false ) +{ + m_timeoutTimer.SetOwner( this ); + Connect( wxEVT_PAINT, wxPaintEventHandler( OPENGL_GAL::OPENGL_TEST::Render ) ); + Connect( wxEVT_TIMER, wxTimerEventHandler( OPENGL_GAL::OPENGL_TEST::OnTimeout ) ); + m_parent->Connect( wxEVT_PAINT, wxPaintEventHandler( OPENGL_GAL::OPENGL_TEST::OnDialogPaint ), NULL, this ); +} + + +void OPENGL_GAL::OPENGL_TEST::Render( wxPaintEvent& WXUNUSED( aEvent ) ) +{ + if( !m_tested ) + { + if( !IsShownOnScreen() ) + return; + + m_timeoutTimer.Stop(); + m_result = true; // Assume everything is fine, until proven otherwise + + // One test is enough - close the testing dialog when the test is finished + Disconnect( wxEVT_PAINT, wxPaintEventHandler( OPENGL_GAL::OPENGL_TEST::Render ) ); + CallAfter( boost::bind( &wxDialog::EndModal, m_parent, wxID_NONE ) ); + + SetCurrent( *OPENGL_GAL::glContext ); + GLenum err = glewInit(); + + if( GLEW_OK != err ) + { + error( (const char*) glewGetErrorString( err ) ); + return; + } + else + { + wxLogDebug( wxString( wxT( "Status: Using GLEW " ) ) + + FROM_UTF8( (char*) glewGetString( GLEW_VERSION ) ) ); + } + + // Check the OpenGL version (minimum 2.1 is required) + if( GLEW_VERSION_2_1 ) + { + wxLogInfo( wxT( "OpenGL 2.1 supported." ) ); + } + else + { + error( "OpenGL 2.1 or higher is required!" ); + return; + } + + // Framebuffers have to be supported + if( !GLEW_EXT_framebuffer_object ) + { + error( "Framebuffer objects are not supported!" ); + return; + } + + // Vertex buffer has to be supported + if( !GLEW_ARB_vertex_buffer_object ) + { + error( "Vertex buffer objects are not supported!" ); + return; + } + + // Prepare shaders + if( !m_gal->shader.LoadBuiltinShader( 0, SHADER_TYPE_VERTEX ) ) + { + error( "Cannot compile vertex shader!" ); + return; + } + + if( !m_gal->shader.LoadBuiltinShader( 1, SHADER_TYPE_FRAGMENT ) ) + { + error( "Cannot compile fragment shader!" ); + return; + } + + if( !m_gal->shader.Link() ) + { + error( "Cannot link the shaders!" ); + return; + } + + m_tested = true; + } +} + + +void OPENGL_GAL::OPENGL_TEST::OnTimeout( wxTimerEvent& aEvent ) +{ + error( "Could not create OpenGL canvas" ); + m_parent->EndModal( wxID_NONE ); +} + + +void OPENGL_GAL::OPENGL_TEST::OnDialogPaint( wxPaintEvent& aEvent ) +{ + // GL canvas may never appear on the screen (e.g. due to missing GL extensions), and the test + // will not be run. Therefore give at most a second to perform the test, otherwise we conclude + // it has failed. + // Also, wxWidgets OnShow event is triggered before a window is shown, therefore here we use + // OnPaint event, which is executed when a window is actually visible. + m_timeoutTimer.StartOnce( 1000 ); +} + + +void OPENGL_GAL::OPENGL_TEST::error( const std::string& aError ) +{ + m_timeoutTimer.Stop(); + m_result = false; + m_tested = true; + m_error = aError; +} + +// ------------------------------------- // Callback functions for the tesselator // ------------------------------------- // Compare Redbook Chapter 11 +void CALLBACK VertexCallback( GLvoid* aVertexPtr, void* aData ) +{ + GLdouble* vertex = static_cast( aVertexPtr ); + OPENGL_GAL::TessParams* param = static_cast( aData ); + VERTEX_MANAGER* vboManager = param->vboManager; + + if( vboManager ) + vboManager->Vertex( vertex[0], vertex[1], vertex[2] ); +} + + +void CALLBACK CombineCallback( GLdouble coords[3], + GLdouble* vertex_data[4], + GLfloat weight[4], GLdouble** dataOut, void* aData ) +{ + GLdouble* vertex = new GLdouble[3]; + OPENGL_GAL::TessParams* param = static_cast( aData ); + + // Save the pointer so we can delete it later + param->intersectPoints.push_back( boost::shared_array( vertex ) ); + + memcpy( vertex, coords, 3 * sizeof(GLdouble) ); + + *dataOut = vertex; +} + + +void CALLBACK EdgeCallback( GLboolean aEdgeFlag ) +{ + // This callback is needed to force GLU tesselator to use triangles only +} + + +void CALLBACK ErrorCallback( GLenum aErrorCode ) +{ + //throw std::runtime_error( std::string( "Tessellation error: " ) + + //std::string( (const char*) gluErrorString( aErrorCode ) ); +} + + +static void InitTesselatorCallbacks( GLUtesselator* aTesselator ) +{ + gluTessCallback( aTesselator, GLU_TESS_VERTEX_DATA, ( void (CALLBACK*)() )VertexCallback ); + gluTessCallback( aTesselator, GLU_TESS_COMBINE_DATA, ( void (CALLBACK*)() )CombineCallback ); + gluTessCallback( aTesselator, GLU_TESS_EDGE_FLAG, ( void (CALLBACK*)() )EdgeCallback ); + gluTessCallback( aTesselator, GLU_TESS_ERROR, ( void (CALLBACK*)() )ErrorCallback ); +} diff --git a/common/gal/opengl/shader.cpp b/common/gal/opengl/shader.cpp new file mode 100644 index 0000000..228d53d --- /dev/null +++ b/common/gal/opengl/shader.cpp @@ -0,0 +1,272 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * Graphics Abstraction Layer (GAL) for OpenGL + * + * Shader class + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +#include +#include + +#include +#include "shader_src.h" + +using namespace KIGFX; + +SHADER::SHADER() : + isProgramCreated( false ), + isShaderLinked( false ), + active( false ), + maximumVertices( 4 ), + geomInputType( GL_LINES ), + geomOutputType( GL_LINES ) + +{ + // Do not have uninitialized members: + programNumber = 0; +} + + +SHADER::~SHADER() +{ + if( isProgramCreated ) + { + // Delete the shaders and the program + for( std::deque::iterator it = shaderNumbers.begin(); it != shaderNumbers.end(); + ++it ) + { + glDeleteShader( *it ); + } + + glDeleteProgram( programNumber ); + } +} + + +bool SHADER::LoadBuiltinShader( unsigned int aShaderNumber, SHADER_TYPE aShaderType ) +{ + if( aShaderNumber >= shaders_number ) + return false; + + return addSource( std::string( shaders_src[aShaderNumber] ), aShaderType ); +} + + +bool SHADER::LoadShaderFromFile( const std::string& aShaderSourceName, SHADER_TYPE aShaderType ) +{ + // Load shader sources + const std::string shaderSource = readSource( aShaderSourceName ); + + return addSource( shaderSource, aShaderType ); +} + + +void SHADER::ConfigureGeometryShader( GLuint maxVertices, GLuint geometryInputType, + GLuint geometryOutputType ) +{ + maximumVertices = maxVertices; + geomInputType = geometryInputType; + geomOutputType = geometryOutputType; +} + + +bool SHADER::Link() +{ + // Shader linking + glLinkProgram( programNumber ); + programInfo( programNumber ); + + // Check the Link state + glGetObjectParameterivARB( programNumber, GL_OBJECT_LINK_STATUS_ARB, + (GLint*) &isShaderLinked ); + +#ifdef DEBUG + if( !isShaderLinked ) + { + int maxLength; + glGetProgramiv( programNumber, GL_INFO_LOG_LENGTH, &maxLength ); + maxLength = maxLength + 1; + char* linkInfoLog = new char[maxLength]; + glGetProgramInfoLog( programNumber, maxLength, &maxLength, linkInfoLog ); + std::cerr << "Shader linking error:" << std::endl; + std::cerr << linkInfoLog; + delete[] linkInfoLog; + } +#endif /* DEBUG */ + + return isShaderLinked; +} + + +int SHADER::AddParameter( const std::string& aParameterName ) +{ + GLint location = glGetUniformLocation( programNumber, aParameterName.c_str() ); + + if( location != -1 ) + parameterLocation.push_back( location ); + + return location; +} + + +void SHADER::SetParameter( int parameterNumber, float value ) const +{ + glUniform1f( parameterLocation[parameterNumber], value ); +} + + +void SHADER::SetParameter( int parameterNumber, int value ) const +{ + glUniform1i( parameterLocation[parameterNumber], value ); +} + + +int SHADER::GetAttribute( std::string aAttributeName ) const +{ + return glGetAttribLocation( programNumber, aAttributeName.c_str() ); +} + + +void SHADER::programInfo( GLuint aProgram ) +{ + GLint glInfoLogLength = 0; + GLint writtenChars = 0; + + // Get the length of the info string + glGetProgramiv( aProgram, GL_INFO_LOG_LENGTH, &glInfoLogLength ); + + // Print the information + if( glInfoLogLength > 2 ) + { + GLchar* glInfoLog = new GLchar[glInfoLogLength]; + glGetProgramInfoLog( aProgram, glInfoLogLength, &writtenChars, glInfoLog ); + + std::cerr << glInfoLog << std::endl; + + delete[] glInfoLog; + } +} + + +void SHADER::shaderInfo( GLuint aShader ) +{ + GLint glInfoLogLength = 0; + GLint writtenChars = 0; + + // Get the length of the info string + glGetShaderiv( aShader, GL_INFO_LOG_LENGTH, &glInfoLogLength ); + + // Print the information + if( glInfoLogLength > 2 ) + { + GLchar* glInfoLog = new GLchar[glInfoLogLength]; + glGetShaderInfoLog( aShader, glInfoLogLength, &writtenChars, glInfoLog ); + + std::cerr << glInfoLog << std::endl; + + delete[] glInfoLog; + } +} + + +std::string SHADER::readSource( std::string aShaderSourceName ) +{ + // Open the shader source for reading + std::ifstream inputFile( aShaderSourceName.c_str(), std::ifstream::in ); + std::string shaderSource; + + if( !inputFile ) + throw std::runtime_error( "Can't read the shader source: " + aShaderSourceName ); + + std::string shaderSourceLine; + + // Read all lines from the text file + while( getline( inputFile, shaderSourceLine ) ) + { + shaderSource += shaderSourceLine; + shaderSource += "\n"; + } + + return shaderSource; +} + + +bool SHADER::addSource( const std::string& aShaderSource, SHADER_TYPE aShaderType ) +{ + assert( !isShaderLinked ); + + // Create the program + if( !isProgramCreated ) + { + programNumber = glCreateProgram(); + isProgramCreated = true; + } + + // Create a shader + GLuint shaderNumber = glCreateShader( aShaderType ); + shaderNumbers.push_back( shaderNumber ); + + // Get the program info + programInfo( programNumber ); + + // Copy to char array + char* source = new char[aShaderSource.size() + 1]; + strncpy( source, aShaderSource.c_str(), aShaderSource.size() + 1 ); + const char** source_ = (const char**) ( &source ); + + // Attach the source + glShaderSource( shaderNumber, 1, source_, NULL ); + programInfo( programNumber ); + + // Delete the allocated char array + delete[] source; + + // Compile and attach shader to the program + glCompileShader( shaderNumber ); + GLint status; + glGetShaderiv( shaderNumber, GL_COMPILE_STATUS, &status ); + + if( status != GL_TRUE ) + { + shaderInfo( shaderNumber ); + throw std::runtime_error( "Shader compilation error" ); + } + + glAttachShader( programNumber, shaderNumber ); + programInfo( programNumber ); + + // Special handling for the geometry shader + if( aShaderType == SHADER_TYPE_GEOMETRY ) + { + glProgramParameteriEXT( programNumber, GL_GEOMETRY_VERTICES_OUT_EXT, maximumVertices ); + glProgramParameteriEXT( programNumber, GL_GEOMETRY_INPUT_TYPE_EXT, geomInputType ); + glProgramParameteriEXT( programNumber, GL_GEOMETRY_OUTPUT_TYPE_EXT, geomOutputType ); + } + + return true; +} diff --git a/common/gal/opengl/shader.frag b/common/gal/opengl/shader.frag new file mode 100644 index 0000000..7d7d96c --- /dev/null +++ b/common/gal/opengl/shader.frag @@ -0,0 +1,75 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * Fragment shader + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#version 120 + +// Shader types +const float SHADER_LINE = 1.0; +const float SHADER_FILLED_CIRCLE = 2.0; +const float SHADER_STROKED_CIRCLE = 3.0; + +varying vec4 shaderParams; +varying vec2 circleCoords; + +void filledCircle( vec2 aCoord ) +{ + if( dot( aCoord, aCoord ) < 1.0 ) + gl_FragColor = gl_Color; + else + discard; +} + + +void strokedCircle( vec2 aCoord, float aRadius, float aWidth ) +{ + float outerRadius = aRadius + ( aWidth / 2 ); + float innerRadius = aRadius - ( aWidth / 2 ); + float relWidth = innerRadius / outerRadius; + + if( ( dot( aCoord, aCoord ) < 1.0 ) && + ( dot( aCoord, aCoord ) > relWidth * relWidth ) ) + gl_FragColor = gl_Color; + else + discard; +} + + +void main() +{ + if( shaderParams[0] == SHADER_FILLED_CIRCLE ) + { + filledCircle( circleCoords ); + } + else if( shaderParams[0] == SHADER_STROKED_CIRCLE ) + { + strokedCircle( circleCoords, shaderParams[2], shaderParams[3] ); + } + else + { + // Simple pass-through + gl_FragColor = gl_Color; + } +} diff --git a/common/gal/opengl/shader.vert b/common/gal/opengl/shader.vert new file mode 100644 index 0000000..24521a4 --- /dev/null +++ b/common/gal/opengl/shader.vert @@ -0,0 +1,95 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * Vertex shader + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#version 120 + +// Shader types +const float SHADER_LINE = 1.0; +const float SHADER_FILLED_CIRCLE = 2.0; +const float SHADER_STROKED_CIRCLE = 3.0; + +// Minimum line width +const float MIN_WIDTH = 1.0; + +attribute vec4 attrShaderParams; +varying vec4 shaderParams; +varying vec2 circleCoords; + +void main() +{ + // Pass attributes to the fragment shader + shaderParams = attrShaderParams; + + if( shaderParams[0] == SHADER_LINE ) + { + float lineWidth = shaderParams[3]; + float worldScale = gl_ModelViewMatrix[0][0]; + + // Make lines appear to be at least 1 pixel wide + if( worldScale * lineWidth < MIN_WIDTH ) + gl_Position = gl_ModelViewProjectionMatrix * + ( gl_Vertex + vec4( shaderParams.yz * MIN_WIDTH / ( worldScale * lineWidth ), 0.0, 0.0 ) ); + else + gl_Position = gl_ModelViewProjectionMatrix * + ( gl_Vertex + vec4( shaderParams.yz, 0.0, 0.0 ) ); + } + else if( ( shaderParams[0] == SHADER_STROKED_CIRCLE ) || + ( shaderParams[0] == SHADER_FILLED_CIRCLE ) ) + { + // Compute relative circle coordinates basing on indices + // Circle + if( shaderParams[1] == 1.0 ) + circleCoords = vec2( -sqrt( 3.0 ), -1.0 ); + else if( shaderParams[1] == 2.0 ) + circleCoords = vec2( sqrt( 3.0 ), -1.0 ); + else if( shaderParams[1] == 3.0 ) + circleCoords = vec2( 0.0, 2.0 ); + + // Semicircle + else if( shaderParams[1] == 4.0 ) + circleCoords = vec2( -3.0 / sqrt( 3.0 ), 0.0 ); + else if( shaderParams[1] == 5.0 ) + circleCoords = vec2( 3.0 / sqrt( 3.0 ), 0.0 ); + else if( shaderParams[1] == 6.0 ) + circleCoords = vec2( 0.0, 2.0 ); + + // Make the line appear to be at least 1 pixel wide + float lineWidth = shaderParams[3]; + float worldScale = gl_ModelViewMatrix[0][0]; + + if( worldScale * lineWidth < MIN_WIDTH ) + shaderParams[3] = shaderParams[3] / ( worldScale * lineWidth ); + + gl_Position = ftransform(); + } + else + { + // Pass through the coordinates like in the fixed pipeline + gl_Position = ftransform(); + } + + gl_FrontColor = gl_Color; +} diff --git a/common/gal/opengl/vertex_container.cpp b/common/gal/opengl/vertex_container.cpp new file mode 100644 index 0000000..fa41ecb --- /dev/null +++ b/common/gal/opengl/vertex_container.cpp @@ -0,0 +1,60 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file vertex_container.cpp + * @brief Class to store vertices and handle transfers between system memory and GPU memory. + */ + +#include +#include +#include +#include +#include +#include + +using namespace KIGFX; + +VERTEX_CONTAINER* VERTEX_CONTAINER::MakeContainer( bool aCached ) +{ + if( aCached ) + return new CACHED_CONTAINER; + else + return new NONCACHED_CONTAINER; +} + + +VERTEX_CONTAINER::VERTEX_CONTAINER( unsigned int aSize ) : + m_freeSpace( aSize ), m_currentSize( aSize ), m_initialSize( aSize ), + m_failed( false ), m_dirty( true ) +{ + m_vertices = static_cast( malloc( aSize * sizeof( VERTEX ) ) ); + memset( m_vertices, 0x00, aSize * sizeof( VERTEX ) ); +} + + +VERTEX_CONTAINER::~VERTEX_CONTAINER() +{ + free( m_vertices ); +} diff --git a/common/gal/opengl/vertex_item.cpp b/common/gal/opengl/vertex_item.cpp new file mode 100644 index 0000000..a6fd352 --- /dev/null +++ b/common/gal/opengl/vertex_item.cpp @@ -0,0 +1,53 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file vertex_item.cpp + * @brief Class to handle an item held in a container. + */ + +#include +#include +#include + +using namespace KIGFX; + +VERTEX_ITEM::VERTEX_ITEM( const VERTEX_MANAGER& aManager ) : + m_manager( aManager ), m_offset( 0 ), m_size( 0 ) +{ + // As the item is created, we are going to modify it, so call to SetItem() is needed + m_manager.SetItem( *this ); +} + + +VERTEX_ITEM::~VERTEX_ITEM() +{ + m_manager.FreeItem( *this ); +} + + +VERTEX* VERTEX_ITEM::GetVertices() const +{ + return m_manager.GetVertices( *this ); +} diff --git a/common/gal/opengl/vertex_manager.cpp b/common/gal/opengl/vertex_manager.cpp new file mode 100644 index 0000000..d055b52 --- /dev/null +++ b/common/gal/opengl/vertex_manager.cpp @@ -0,0 +1,234 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file vertex_manager.cpp + * @brief Class to control vertex container and GPU with possibility of emulating old-style OpenGL + * 1.0 state machine using modern OpenGL methods. + */ + +#include +#include +#include +#include +#include +#include + +using namespace KIGFX; + +VERTEX_MANAGER::VERTEX_MANAGER( bool aCached ) : + m_noTransform( true ), m_transform( 1.0f ) +{ + m_container.reset( VERTEX_CONTAINER::MakeContainer( aCached ) ); + m_gpu.reset( GPU_MANAGER::MakeManager( m_container.get() ) ); + + // There is no shader used by default + for( unsigned int i = 0; i < ShaderStride; ++i ) + m_shader[i] = 0.0f; +} + + +void VERTEX_MANAGER::Vertex( GLfloat aX, GLfloat aY, GLfloat aZ ) const +{ + // flag to avoid hanging by calling DisplayError too many times: + static bool show_err = true; + + // Obtain the pointer to the vertex in the currently used container + VERTEX* newVertex = m_container->Allocate( 1 ); + + if( newVertex == NULL ) + { + if( show_err ) + { + DisplayError( NULL, wxT( "VERTEX_MANAGER::Vertex: Vertex allocation error" ) ); + show_err = false; + } + + return; + } + + putVertex( *newVertex, aX, aY, aZ ); +} + + +void VERTEX_MANAGER::Vertices( const VERTEX aVertices[], unsigned int aSize ) const +{ + // flag to avoid hanging by calling DisplayError too many times: + static bool show_err = true; + + // Obtain pointer to the vertex in currently used container + VERTEX* newVertex = m_container->Allocate( aSize ); + + if( newVertex == NULL ) + { + if( show_err ) + { + DisplayError( NULL, wxT( "VERTEX_MANAGER::Vertices: Vertex allocation error" ) ); + show_err = false; + } + + return; + } + + // Put vertices in already allocated memory chunk + for( unsigned int i = 0; i < aSize; ++i ) + { + putVertex( newVertex[i], aVertices[i].x, aVertices[i].y, aVertices[i].z ); + } +} + + +void VERTEX_MANAGER::SetItem( VERTEX_ITEM& aItem ) const +{ + m_container->SetItem( &aItem ); +} + + +void VERTEX_MANAGER::FinishItem() const +{ + m_container->FinishItem(); +} + + +void VERTEX_MANAGER::FreeItem( VERTEX_ITEM& aItem ) const +{ + m_container->Delete( &aItem ); +} + + +void VERTEX_MANAGER::ChangeItemColor( const VERTEX_ITEM& aItem, const COLOR4D& aColor ) const +{ + unsigned int size = aItem.GetSize(); + unsigned int offset = aItem.GetOffset(); + + VERTEX* vertex = m_container->GetVertices( offset ); + + for( unsigned int i = 0; i < size; ++i ) + { + vertex->r = aColor.r * 255.0; + vertex->g = aColor.g * 255.0; + vertex->b = aColor.b * 255.0; + vertex->a = aColor.a * 255.0; + vertex++; + } + + m_container->SetDirty(); +} + + +void VERTEX_MANAGER::ChangeItemDepth( const VERTEX_ITEM& aItem, GLfloat aDepth ) const +{ + unsigned int size = aItem.GetSize(); + unsigned int offset = aItem.GetOffset(); + + VERTEX* vertex = m_container->GetVertices( offset ); + + for( unsigned int i = 0; i < size; ++i ) + { + vertex->z = aDepth; + vertex++; + } + + m_container->SetDirty(); +} + + +VERTEX* VERTEX_MANAGER::GetVertices( const VERTEX_ITEM& aItem ) const +{ + if( aItem.GetSize() == 0 ) + return NULL; // The item is not stored in the container + + return m_container->GetVertices( aItem.GetOffset() ); +} + + +void VERTEX_MANAGER::SetShader( SHADER& aShader ) const +{ + m_gpu->SetShader( aShader ); +} + + +void VERTEX_MANAGER::Clear() const +{ + m_container->Clear(); +} + + +void VERTEX_MANAGER::BeginDrawing() const +{ + m_gpu->BeginDrawing(); +} + + +void VERTEX_MANAGER::DrawItem( const VERTEX_ITEM& aItem ) const +{ + int size = aItem.GetSize(); + + if( size > 0 ) + { + int offset = aItem.GetOffset(); + m_gpu->DrawIndices( offset, size ); + } +} + + +void VERTEX_MANAGER::EndDrawing() const +{ + m_gpu->EndDrawing(); +} + + +void VERTEX_MANAGER::putVertex( VERTEX& aTarget, GLfloat aX, GLfloat aY, GLfloat aZ ) const +{ + // Modify the vertex according to the currently used transformations + if( m_noTransform ) + { + // Simply copy coordinates, when the transform matrix is the identity matrix + aTarget.x = aX; + aTarget.y = aY; + aTarget.z = aZ; + } + else + { + // Apply transformations + glm::vec4 transVertex( aX, aY, aZ, 1.0f ); + transVertex = m_transform * transVertex; + + aTarget.x = transVertex.x; + aTarget.y = transVertex.y; + aTarget.z = transVertex.z; + } + + // Apply currently used color + aTarget.r = m_color[0]; + aTarget.g = m_color[1]; + aTarget.b = m_color[2]; + aTarget.a = m_color[3]; + + // Apply currently used shader + for( unsigned int j = 0; j < ShaderStride; ++j ) + { + aTarget.shader[j] = m_shader[j]; + } +} diff --git a/common/gal/stroke_font.cpp b/common/gal/stroke_font.cpp new file mode 100644 index 0000000..636f75e --- /dev/null +++ b/common/gal/stroke_font.cpp @@ -0,0 +1,403 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * Stroke font class + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +using namespace KIGFX; + +const double STROKE_FONT::INTERLINE_PITCH_RATIO = 1.5; +const double STROKE_FONT::OVERBAR_HEIGHT = 1.22; +const double STROKE_FONT::BOLD_FACTOR = 1.3; +const double STROKE_FONT::STROKE_FONT_SCALE = 1.0 / 21.0; +const double STROKE_FONT::ITALIC_TILT = 1.0 / 8; + +STROKE_FONT::STROKE_FONT( GAL* aGal ) : + m_gal( aGal ), + m_bold( false ), + m_italic( false ), + m_mirrored( false ), + m_overbar( false ) +{ + // Default values + m_glyphSize = VECTOR2D( 10.0, 10.0 ); + m_verticalJustify = GR_TEXT_VJUSTIFY_BOTTOM; + m_horizontalJustify = GR_TEXT_HJUSTIFY_LEFT; +} + + +bool STROKE_FONT::LoadNewStrokeFont( const char* const aNewStrokeFont[], int aNewStrokeFontSize ) +{ + m_glyphs.clear(); + m_glyphBoundingBoxes.clear(); + m_glyphs.resize( aNewStrokeFontSize ); + m_glyphBoundingBoxes.resize( aNewStrokeFontSize ); + + for( int j = 0; j < aNewStrokeFontSize; j++ ) + { + GLYPH glyph; + double glyphStartX = 0.0; + double glyphEndX = 0.0; + VECTOR2D glyphBoundingX; + + std::deque pointList; + + int i = 0; + + while( aNewStrokeFont[j][i] ) + { + VECTOR2D point( 0.0, 0.0 ); + char coordinate[2] = { 0, }; + + for( int k = 0; k < 2; k++ ) + { + coordinate[k] = aNewStrokeFont[j][i + k]; + } + + if( i < 2 ) + { + // The first two values contain the width of the char + glyphStartX = ( coordinate[0] - 'R' ) * STROKE_FONT_SCALE; + glyphEndX = ( coordinate[1] - 'R' ) * STROKE_FONT_SCALE; + glyphBoundingX = VECTOR2D( 0, glyphEndX - glyphStartX ); + } + else if( ( coordinate[0] == ' ' ) && ( coordinate[1] == 'R' ) ) + { + // Raise pen + if( pointList.size() > 0 ) + glyph.push_back( pointList ); + + pointList.clear(); + } + else + { + // Every coordinate description of the Hershey format has an offset, + // it has to be subtracted + point.x = (double) ( coordinate[0] - 'R' ) * STROKE_FONT_SCALE - glyphStartX; + // -10 is here to keep GAL rendering consistent with the legacy gfx stuff + point.y = (double) ( coordinate[1] - 'R' - 10) * STROKE_FONT_SCALE; + pointList.push_back( point ); + } + + i += 2; + } + + if( pointList.size() > 0 ) + glyph.push_back( pointList ); + + m_glyphs[j] = glyph; + + // Compute the bounding box of the glyph + m_glyphBoundingBoxes[j] = computeBoundingBox( glyph, glyphBoundingX ); + } + + return true; +} + + +int STROKE_FONT::getInterline() const +{ + return KiROUND( m_glyphSize.y * INTERLINE_PITCH_RATIO ) + m_gal->GetLineWidth(); +} + + +BOX2D STROKE_FONT::computeBoundingBox( const GLYPH& aGLYPH, const VECTOR2D& aGLYPHBoundingX ) const +{ + BOX2D boundingBox; + + std::deque boundingPoints; + + boundingPoints.push_back( VECTOR2D( aGLYPHBoundingX.x, 0 ) ); + boundingPoints.push_back( VECTOR2D( aGLYPHBoundingX.y, 0 ) ); + + for( GLYPH::const_iterator pointListIt = aGLYPH.begin(); pointListIt != aGLYPH.end(); ++pointListIt ) + { + for( std::deque::const_iterator pointIt = pointListIt->begin(); + pointIt != pointListIt->end(); ++pointIt ) + { + boundingPoints.push_back( VECTOR2D( aGLYPHBoundingX.x, pointIt->y ) ); + } + } + + boundingBox.Compute( boundingPoints ); + + return boundingBox; +} + + +void STROKE_FONT::Draw( const UTF8& aText, const VECTOR2D& aPosition, double aRotationAngle ) +{ + if( aText.empty() ) + return; + + // Context needs to be saved before any transformations + m_gal->Save(); + + m_gal->Translate( aPosition ); + m_gal->Rotate( -aRotationAngle ); + + // Single line height + int lineHeight = getInterline( ); + int lineCount = linesCount( aText ); + + // align the 1st line of text + switch( m_verticalJustify ) + { + case GR_TEXT_VJUSTIFY_TOP: + m_gal->Translate( VECTOR2D( 0, m_glyphSize.y ) ); + break; + + case GR_TEXT_VJUSTIFY_CENTER: + m_gal->Translate( VECTOR2D( 0, m_glyphSize.y / 2.0 ) ); + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + break; + + default: + break; + } + + if( lineCount > 1 ) + { + switch( m_verticalJustify ) + { + case GR_TEXT_VJUSTIFY_TOP: + break; + + case GR_TEXT_VJUSTIFY_CENTER: + m_gal->Translate( VECTOR2D(0, -( lineCount - 1 ) * lineHeight / 2) ); + break; + + case GR_TEXT_VJUSTIFY_BOTTOM: + m_gal->Translate( VECTOR2D(0, -( lineCount - 1 ) * lineHeight ) ); + break; + } + } + + m_gal->SetIsStroke( true ); + m_gal->SetIsFill( false ); + + if( m_bold ) + m_gal->SetLineWidth( m_gal->GetLineWidth() * BOLD_FACTOR ); + + // Split multiline strings into separate ones and draw them line by line + size_t begin = 0; + size_t newlinePos = aText.find( '\n' ); + + while( newlinePos != aText.npos ) + { + size_t length = newlinePos - begin; + + drawSingleLineText( aText.substr( begin, length ) ); + m_gal->Translate( VECTOR2D( 0.0, lineHeight ) ); + + begin = newlinePos + 1; + newlinePos = aText.find( '\n', begin ); + } + + // Draw the last (or the only one) line + if( !aText.empty() ) + drawSingleLineText( aText.substr( begin ) ); + + m_gal->Restore(); +} + + +void STROKE_FONT::drawSingleLineText( const UTF8& aText ) +{ + // By default the overbar is turned off + m_overbar = false; + + double xOffset; + VECTOR2D glyphSize( m_glyphSize ); + double overbar_italic_comp = 0.0; + + // Compute the text size + VECTOR2D textSize = computeTextSize( aText ); + + m_gal->Save(); + + // Adjust the text position to the given alignment + switch( m_horizontalJustify ) + { + case GR_TEXT_HJUSTIFY_CENTER: + m_gal->Translate( VECTOR2D( -textSize.x / 2.0, 0 ) ); + break; + + case GR_TEXT_HJUSTIFY_RIGHT: + if( !m_mirrored ) + m_gal->Translate( VECTOR2D( -textSize.x, 0 ) ); + break; + + case GR_TEXT_HJUSTIFY_LEFT: + if( m_mirrored ) + m_gal->Translate( VECTOR2D( -textSize.x, 0 ) ); + break; + + default: + break; + } + + if( m_mirrored ) + { + // In case of mirrored text invert the X scale of points and their X direction + // (m_glyphSize.x) and start drawing from the position where text normally should end + // (textSize.x) + xOffset = textSize.x; + glyphSize.x = -m_glyphSize.x; + } + else + { + xOffset = 0.0; + } + + // The overbar is indented inward at the beginning of an italicized section, but + // must not be indented on subsequent letters to ensure that the bar segments + // overlap. + bool last_had_overbar = false; + + for( UTF8::uni_iter chIt = aText.ubegin(), end = aText.uend(); chIt < end; ++chIt ) + { + // Toggle overbar + if( *chIt == '~' ) + { + if( ++chIt >= end ) + break; + + if( *chIt != '~' ) // It was a single tilda, it toggles overbar + m_overbar = !m_overbar; + + // If it is a double tilda, just process the second one + } + + int dd = *chIt - ' '; + + if( dd >= (int) m_glyphBoundingBoxes.size() || dd < 0 ) + dd = '?' - ' '; + + GLYPH& glyph = m_glyphs[dd]; + BOX2D& bbox = m_glyphBoundingBoxes[dd]; + + if( m_overbar && m_italic ) + { + if( m_mirrored ) + { + overbar_italic_comp = (-m_glyphSize.y * OVERBAR_HEIGHT) / ITALIC_TILT; + } + else + { + overbar_italic_comp = (m_glyphSize.y * OVERBAR_HEIGHT) / ITALIC_TILT; + } + } + + if( m_overbar ) + { + double overbar_start_x = xOffset; + double overbar_start_y = -m_glyphSize.y * OVERBAR_HEIGHT; + double overbar_end_x = xOffset + glyphSize.x * bbox.GetEnd().x; + double overbar_end_y = -m_glyphSize.y * OVERBAR_HEIGHT; + + if( !last_had_overbar ) + { + overbar_start_x += overbar_italic_comp; + last_had_overbar = true; + } + + VECTOR2D startOverbar( overbar_start_x, overbar_start_y ); + VECTOR2D endOverbar( overbar_end_x, overbar_end_y ); + + m_gal->DrawLine( startOverbar, endOverbar ); + } + else + { + last_had_overbar = false; + } + + for( GLYPH::iterator pointListIt = glyph.begin(); pointListIt != glyph.end(); + ++pointListIt ) + { + std::deque pointListScaled; + + for( std::deque::iterator pointIt = pointListIt->begin(); + pointIt != pointListIt->end(); ++pointIt ) + { + VECTOR2D pointPos( pointIt->x * glyphSize.x + xOffset, pointIt->y * glyphSize.y ); + + if( m_italic ) + { + // FIXME should be done other way - referring to the lowest Y value of point + // because now italic fonts are translated a bit + if( m_mirrored ) + pointPos.x += pointPos.y * 0.1; + else + pointPos.x -= pointPos.y * 0.1; + } + + pointListScaled.push_back( pointPos ); + } + + m_gal->DrawPolyline( pointListScaled ); + } + + xOffset += glyphSize.x * bbox.GetEnd().x; + } + + m_gal->Restore(); +} + + +VECTOR2D STROKE_FONT::computeTextSize( const UTF8& aText ) const +{ + VECTOR2D result = VECTOR2D( 0.0, m_glyphSize.y ); + + for( UTF8::uni_iter it = aText.ubegin(), end = aText.uend(); it < end; ++it ) + { + wxASSERT_MSG( *it != '\n', + wxT( "This function is intended to work with single line strings" ) ); + + // If it is double tilda, then it is displayed as a single tilda + // If it is single tilda, then it is toggling overbar, so we need to skip it + if( *it == '~' ) + { + if( ++it >= end ) + break; + } + + // Index in the bounding boxes table + int dd = *it - ' '; + + if( dd >= (int) m_glyphBoundingBoxes.size() || dd < 0 ) + dd = '?' - ' '; + + result.x += m_glyphSize.x * m_glyphBoundingBoxes[dd].GetEnd().x; + } + + return result; +} diff --git a/common/geometry/hetriang.cpp b/common/geometry/hetriang.cpp new file mode 100644 index 0000000..e5cf26c --- /dev/null +++ b/common/geometry/hetriang.cpp @@ -0,0 +1,739 @@ +/* + * Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT, + * Applied Mathematics, Norway. + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * Contact information: E-mail: tor.dokken@sintef.no + * SINTEF ICT, Department of Applied Mathematics, + * P.O. Box 124 Blindern, + * 0314 Oslo, Norway. + * + * This file is part of TTL. + * + * TTL is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * TTL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with TTL. If not, see + * . + * + * In accordance with Section 7(b) of the GNU Affero General Public + * License, a covered work must retain the producer line in every data + * file that is created or manipulated using TTL. + * + * Other Usage + * You can be released from the requirements of the license by purchasing + * a commercial license. Buying such a license is mandatory as soon as you + * develop commercial activities involving the TTL library without + * disclosing the source code of your own applications. + * + * This file may be used in accordance with the terms contained in a + * written agreement between you and SINTEF ICT. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace hed; + +#ifdef TTL_USE_NODE_ID + int NODE::id_count = 0; +#endif + + +void NODE::updateLayers() +{ + assert( m_layers.none() ); + + BOOST_FOREACH( const BOARD_CONNECTED_ITEM* item, m_parents ) + m_layers |= item->GetLayerSet(); +} + + +//#define DEBUG_HE +#ifdef DEBUG_HE +#include +static void errorAndExit( char* aMessage ) +{ + cout << "\n!!! ERROR: "<< aMessage << " !!!\n" << endl; + exit( -1 ); +} +#endif + + +static EDGE_PTR getLeadingEdgeInTriangle( const EDGE_PTR& aEdge ) +{ + EDGE_PTR edge = aEdge; + + // Code: 3EF (assumes triangle) + if( !edge->IsLeadingEdge() ) + { + edge = edge->GetNextEdgeInFace(); + + if( !edge->IsLeadingEdge() ) + edge = edge->GetNextEdgeInFace(); + } + + if( !edge->IsLeadingEdge() ) + { + return EDGE_PTR(); + } + + return edge; +} + + +static void getLimits( NODES_CONTAINER::iterator aFirst, NODES_CONTAINER::iterator aLast, + int& aXmin, int& aYmin, int& aXmax, int& aYmax) +{ + aXmin = aYmin = std::numeric_limits::min(); + aXmax = aYmax = std::numeric_limits::max(); + + NODES_CONTAINER::iterator it; + + for( it = aFirst; it != aLast; ++it ) + { + aXmin = std::min( aXmin, ( *it )->GetX() ); + aYmin = std::min( aYmin, ( *it )->GetY() ); + aXmax = std::max( aXmax, ( *it )->GetX() ); + aYmax = std::max( aYmax, ( *it )->GetY() ); + } +} + + +EDGE_PTR TRIANGULATION::InitTwoEnclosingTriangles( NODES_CONTAINER::iterator aFirst, + NODES_CONTAINER::iterator aLast) +{ + int xmin, ymin, xmax, ymax; + getLimits( aFirst, aLast, xmin, ymin, xmax, ymax ); + + // Add 10% of range: + double fac = 10.0; + double dx = ( xmax - xmin ) / fac; + double dy = ( ymax - ymin ) / fac; + + NODE_PTR n1 = boost::make_shared( xmin - dx, ymin - dy ); + NODE_PTR n2 = boost::make_shared( xmax + dx, ymin - dy ); + NODE_PTR n3 = boost::make_shared( xmax + dx, ymax + dy ); + NODE_PTR n4 = boost::make_shared( xmin - dx, ymax + dy ); + + // diagonal + EDGE_PTR e1d = boost::make_shared(); + EDGE_PTR e2d = boost::make_shared(); + + // lower triangle + EDGE_PTR e11 = boost::make_shared(); + EDGE_PTR e12 = boost::make_shared(); + + // upper triangle + EDGE_PTR e21 = boost::make_shared(); + EDGE_PTR e22 = boost::make_shared(); + + // lower triangle + e1d->SetSourceNode( n3 ); + e1d->SetNextEdgeInFace( e11 ); + e1d->SetTwinEdge( e2d ); + addLeadingEdge( e1d ); + + e11->SetSourceNode( n1 ); + e11->SetNextEdgeInFace( e12 ); + + e12->SetSourceNode( n2 ); + e12->SetNextEdgeInFace( e1d ); + + // upper triangle + e2d->SetSourceNode( n1 ); + e2d->SetNextEdgeInFace( e21 ); + e2d->SetTwinEdge( e1d ); + addLeadingEdge( e2d ); + + e21->SetSourceNode( n3 ); + e21->SetNextEdgeInFace( e22 ); + + e22->SetSourceNode( n4 ); + e22->SetNextEdgeInFace( e2d ); + + return e11; +} + + +TRIANGULATION::TRIANGULATION() +{ + m_helper = new ttl::TRIANGULATION_HELPER( *this ); +} + + +TRIANGULATION::TRIANGULATION( const TRIANGULATION& aTriangulation ) +{ + m_helper = 0; // make coverity and static analysers quiet. + // Triangulation: Copy constructor not present + assert( false ); +} + + +TRIANGULATION::~TRIANGULATION() +{ + cleanAll(); + delete m_helper; +} + + +void TRIANGULATION::CreateDelaunay( NODES_CONTAINER::iterator aFirst, + NODES_CONTAINER::iterator aLast ) +{ + cleanAll(); + + EDGE_PTR bedge = InitTwoEnclosingTriangles( aFirst, aLast ); + DART dc( bedge ); + + DART d_iter = dc; + + NODES_CONTAINER::iterator it; + for( it = aFirst; it != aLast; ++it ) + { + m_helper->InsertNode( d_iter, *it ); + } + + // In general (e.g. for the triangle based data structure), the initial dart + // may have been changed. + // It is the users responsibility to get a valid boundary dart here. + // The half-edge data structure preserves the initial dart. + // (A dart at the boundary can also be found by trying to locate a + // triangle "outside" the triangulation.) + + // Assumes rectangular domain + m_helper->RemoveRectangularBoundary( dc ); +} + + +void TRIANGULATION::RemoveTriangle( EDGE_PTR& aEdge ) +{ + EDGE_PTR e1 = getLeadingEdgeInTriangle( aEdge ); + +#ifdef DEBUG_HE + if( !e1 ) + errorAndExit( "Triangulation::removeTriangle: could not find leading aEdge" ); +#endif + + removeLeadingEdgeFromList( e1 ); + // cout << "No leading edges = " << leadingEdges_.size() << endl; + // Remove the triangle + EDGE_PTR e2( e1->GetNextEdgeInFace() ); + EDGE_PTR e3( e2->GetNextEdgeInFace() ); + + e1->Clear(); + e2->Clear(); + e3->Clear(); +} + + +void TRIANGULATION::ReverseSplitTriangle( EDGE_PTR& aEdge ) +{ + // Reverse operation of splitTriangle + EDGE_PTR e1( aEdge->GetNextEdgeInFace() ); + EDGE_PTR le( getLeadingEdgeInTriangle( e1 ) ); +#ifdef DEBUG_HE + if (!le) + errorAndExit("Triangulation::removeTriangle: could not find leading edge"); +#endif + removeLeadingEdgeFromList( le ); + + EDGE_PTR e2( e1->GetNextEdgeInFace()->GetTwinEdge()->GetNextEdgeInFace() ); + le = getLeadingEdgeInTriangle( e2 ); +#ifdef DEBUG_HE + if (!le) + errorAndExit("Triangulation::removeTriangle: could not find leading edge"); +#endif + removeLeadingEdgeFromList( le ); + + EDGE_PTR e3( aEdge->GetTwinEdge()->GetNextEdgeInFace()->GetNextEdgeInFace() ); + le = getLeadingEdgeInTriangle( e3 ); +#ifdef DEBUG_HE + if (!le) + errorAndExit("Triangulation::removeTriangle: could not find leading edge"); +#endif + removeLeadingEdgeFromList( le ); + + // The three triangles at the node have now been removed + // from the triangulation, but the arcs have not been deleted. + // Next delete the 6 half edges radiating from the node + // The node is maintained by handle and need not be deleted explicitly + EDGE_PTR estar = aEdge; + EDGE_PTR enext = estar->GetTwinEdge()->GetNextEdgeInFace(); + estar->GetTwinEdge()->Clear(); + estar->Clear(); + + estar = enext; + enext = estar->GetTwinEdge()->GetNextEdgeInFace(); + estar->GetTwinEdge()->Clear(); + estar->Clear(); + + enext->GetTwinEdge()->Clear(); + enext->Clear(); + + // Create the new triangle + e1->SetNextEdgeInFace( e2 ); + e2->SetNextEdgeInFace( e3 ); + e3->SetNextEdgeInFace( e1 ); + addLeadingEdge( e1 ); +} + + +DART TRIANGULATION::CreateDart() +{ + // Return an arbitrary CCW dart + return DART( *m_leadingEdges.begin() ); +} + + +bool TRIANGULATION::removeLeadingEdgeFromList( EDGE_PTR& aLeadingEdge ) +{ + // Remove the edge from the list of leading edges, + // but don't delete it. + // Also set flag for leading edge to false. + // Must search from start of list. Since edges are added to the + // start of the list during triangulation, this operation will + // normally be fast (when used in the triangulation algorithm) + std::list::iterator it; + for( it = m_leadingEdges.begin(); it != m_leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + + if( edge == aLeadingEdge ) + { + edge->SetAsLeadingEdge( false ); + it = m_leadingEdges.erase( it ); + + return true; + } + } + + return false; +} + + +void TRIANGULATION::cleanAll() +{ + BOOST_FOREACH( EDGE_PTR& edge, m_leadingEdges ) + edge->SetNextEdgeInFace( EDGE_PTR() ); +} + + +void TRIANGULATION::swapEdge( DART& aDart ) +{ + SwapEdge( aDart.GetEdge() ); +} + + +void TRIANGULATION::splitTriangle( DART& aDart, const NODE_PTR& aPoint ) +{ + EDGE_PTR edge = SplitTriangle( aDart.GetEdge(), aPoint ); + aDart.Init( edge ); +} + + +void TRIANGULATION::reverseSplitTriangle( DART& aDart ) +{ + ReverseSplitTriangle( aDart.GetEdge() ); +} + + +void TRIANGULATION::removeBoundaryTriangle( DART& aDart ) +{ + RemoveTriangle( aDart.GetEdge() ); +} + + +#ifdef TTL_USE_NODE_FLAG +void TRIANGULATION::FlagNodes( bool aFlag ) const +{ + std::list::const_iterator it; + for( it = m_leadingEdges.begin(); it != m_leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + + for( int i = 0; i < 3; ++i ) + { + edge->GetSourceNode()->SetFlag( aFlag ); + edge = edge->GetNextEdgeInFace(); + } + } +} + + +std::list* TRIANGULATION::GetNodes() const +{ + FlagNodes( false ); + std::list* nodeList = new std::list; + std::list::const_iterator it; + + for( it = m_leadingEdges.begin(); it != m_leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + + for( int i = 0; i < 3; ++i ) + { + const NODE_PTR& node = edge->GetSourceNode(); + + if( node->GetFlag() == false ) + { + nodeList->push_back( node ); + node->SetFlag( true ); + } + edge = edge->GetNextEdgeInFace(); + } + } + return nodeList; +} +#endif + + +std::list* TRIANGULATION::GetEdges( bool aSkipBoundaryEdges ) const +{ + // collect all arcs (one half edge for each arc) + // (boundary edges are also collected). + std::list::const_iterator it; + std::list* elist = new std::list; + + for( it = m_leadingEdges.begin(); it != m_leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + for( int i = 0; i < 3; ++i ) + { + EDGE_PTR twinedge = edge->GetTwinEdge(); + // only one of the half-edges + + if( ( !twinedge && !aSkipBoundaryEdges ) + || ( twinedge && ( (size_t) edge.get() > (size_t) twinedge.get() ) ) ) + elist->push_front( edge ); + + edge = edge->GetNextEdgeInFace(); + } + } + + return elist; +} + + +EDGE_PTR TRIANGULATION::SplitTriangle( EDGE_PTR& aEdge, const NODE_PTR& aPoint ) +{ + // Add a node by just splitting a triangle into three triangles + // Assumes the half aEdge is located in the triangle + // Returns a half aEdge with source node as the new node + + // e#_n are new edges + // e# are existing edges + // e#_n and e##_n are new twin edges + // e##_n are edges incident to the new node + + // Add the node to the structure + //NODE_PTR new_node(new Node(x,y,z)); + + NODE_PTR n1( aEdge->GetSourceNode() ); + EDGE_PTR e1( aEdge ); + + EDGE_PTR e2( aEdge->GetNextEdgeInFace() ); + NODE_PTR n2( e2->GetSourceNode() ); + + EDGE_PTR e3( e2->GetNextEdgeInFace() ); + NODE_PTR n3( e3->GetSourceNode() ); + + EDGE_PTR e1_n = boost::make_shared(); + EDGE_PTR e11_n = boost::make_shared(); + EDGE_PTR e2_n = boost::make_shared(); + EDGE_PTR e22_n = boost::make_shared(); + EDGE_PTR e3_n = boost::make_shared(); + EDGE_PTR e33_n = boost::make_shared(); + + e1_n->SetSourceNode( n1 ); + e11_n->SetSourceNode( aPoint ); + e2_n->SetSourceNode( n2 ); + e22_n->SetSourceNode( aPoint ); + e3_n->SetSourceNode( n3 ); + e33_n->SetSourceNode( aPoint ); + + e1_n->SetTwinEdge( e11_n ); + e11_n->SetTwinEdge( e1_n ); + e2_n->SetTwinEdge( e22_n ); + e22_n->SetTwinEdge( e2_n ); + e3_n->SetTwinEdge( e33_n ); + e33_n->SetTwinEdge( e3_n ); + + e1_n->SetNextEdgeInFace( e33_n ); + e2_n->SetNextEdgeInFace( e11_n ); + e3_n->SetNextEdgeInFace( e22_n ); + + e11_n->SetNextEdgeInFace( e1 ); + e22_n->SetNextEdgeInFace( e2 ); + e33_n->SetNextEdgeInFace( e3 ); + + // and update old's next aEdge + e1->SetNextEdgeInFace( e2_n ); + e2->SetNextEdgeInFace( e3_n ); + e3->SetNextEdgeInFace( e1_n ); + + // add the three new leading edges, + // Must remove the old leading aEdge from the list. + // Use the field telling if an aEdge is a leading aEdge + // NOTE: Must search in the list!!! + + if( e1->IsLeadingEdge() ) + removeLeadingEdgeFromList( e1 ); + else if( e2->IsLeadingEdge() ) + removeLeadingEdgeFromList( e2 ); + else if( e3->IsLeadingEdge() ) + removeLeadingEdgeFromList( e3 ); + else + assert( false ); // one of the edges should be leading + + addLeadingEdge( e1_n ); + addLeadingEdge( e2_n ); + addLeadingEdge( e3_n ); + + // Return a half aEdge incident to the new node (with the new node as source node) + + return e11_n; +} + + +void TRIANGULATION::SwapEdge( EDGE_PTR& aDiagonal ) +{ + // Note that diagonal is both input and output and it is always + // kept in counterclockwise direction (this is not required by all + // functions in TriangulationHelper now) + + // Swap by rotating counterclockwise + // Use the same objects - no deletion or new objects + EDGE_PTR eL( aDiagonal ); + EDGE_PTR eR( eL->GetTwinEdge() ); + EDGE_PTR eL_1( eL->GetNextEdgeInFace() ); + EDGE_PTR eL_2( eL_1->GetNextEdgeInFace() ); + EDGE_PTR eR_1( eR->GetNextEdgeInFace() ); + EDGE_PTR eR_2( eR_1->GetNextEdgeInFace() ); + + // avoid node to be dereferenced to zero and deleted + NODE_PTR nR( eR_2->GetSourceNode() ); + NODE_PTR nL( eL_2->GetSourceNode() ); + + eL->SetSourceNode( nR ); + eR->SetSourceNode( nL ); + + // and now 6 1-sewings + eL->SetNextEdgeInFace( eL_2 ); + eL_2->SetNextEdgeInFace( eR_1 ); + eR_1->SetNextEdgeInFace( eL ); + + eR->SetNextEdgeInFace( eR_2 ); + eR_2->SetNextEdgeInFace( eL_1 ); + eL_1->SetNextEdgeInFace( eR ); + + if( eL->IsLeadingEdge() ) + removeLeadingEdgeFromList( eL ); + else if( eL_1->IsLeadingEdge() ) + removeLeadingEdgeFromList( eL_1 ); + else if( eL_2->IsLeadingEdge() ) + removeLeadingEdgeFromList( eL_2 ); + + if( eR->IsLeadingEdge() ) + removeLeadingEdgeFromList( eR ); + else if( eR_1->IsLeadingEdge() ) + removeLeadingEdgeFromList( eR_1 ); + else if( eR_2->IsLeadingEdge() ) + removeLeadingEdgeFromList( eR_2 ); + + addLeadingEdge( eL ); + addLeadingEdge( eR ); +} + + +bool TRIANGULATION::CheckDelaunay() const +{ + // ???? outputs !!!! + // ofstream os("qweND.dat"); + const std::list& leadingEdges = GetLeadingEdges(); + + std::list::const_iterator it; + bool ok = true; + int noNotDelaunay = 0; + + for( it = leadingEdges.begin(); it != leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + + for( int i = 0; i < 3; ++i ) + { + EDGE_PTR twinedge = edge->GetTwinEdge(); + + // only one of the half-edges + if( !twinedge || (size_t) edge.get() > (size_t) twinedge.get() ) + { + DART dart( edge ); + if( m_helper->SwapTestDelaunay( dart ) ) + { + noNotDelaunay++; + + //printEdge(dart,os); os << "\n"; + ok = false; + //cout << "............. not Delaunay .... " << endl; + } + } + + edge = edge->GetNextEdgeInFace(); + } + } + +#ifdef DEBUG_HE + cout << "!!! Triangulation is NOT Delaunay: " << noNotDelaunay << " edges\n" << endl; +#endif + + return ok; +} + + +void TRIANGULATION::OptimizeDelaunay() +{ + // This function is also present in ttl where it is implemented + // generically. + // The implementation below is tailored for the half-edge data structure, + // and is thus more efficient + + // Collect all interior edges (one half edge for each arc) + bool skip_boundary_edges = true; + std::list* elist = GetEdges( skip_boundary_edges ); + + // Assumes that elist has only one half-edge for each arc. + bool cycling_check = true; + bool optimal = false; + std::list::const_iterator it; + + while( !optimal ) + { + optimal = true; + + for( it = elist->begin(); it != elist->end(); ++it ) + { + EDGE_PTR edge = *it; + + DART dart( edge ); + // Constrained edges should not be swapped + if( m_helper->SwapTestDelaunay( dart, cycling_check ) ) + { + optimal = false; + SwapEdge( edge ); + } + } + } + + delete elist; +} + + +EDGE_PTR TRIANGULATION::GetInteriorNode() const +{ + const std::list& leadingEdges = GetLeadingEdges(); + std::list::const_iterator it; + + for( it = leadingEdges.begin(); it != leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + + // multiple checks, but only until found + for( int i = 0; i < 3; ++i ) + { + if( edge->GetTwinEdge() ) + { + if( !m_helper->IsBoundaryNode( DART( edge ) ) ) + return edge; + } + + edge = edge->GetNextEdgeInFace(); + } + } + + return EDGE_PTR(); // no boundary nodes +} + + +EDGE_PTR TRIANGULATION::GetBoundaryEdgeInTriangle( const EDGE_PTR& aEdge ) const +{ + EDGE_PTR edge = aEdge; + + if( m_helper->IsBoundaryEdge( DART( edge ) ) ) + return edge; + + edge = edge->GetNextEdgeInFace(); + if( m_helper->IsBoundaryEdge( DART( edge ) ) ) + return edge; + + edge = edge->GetNextEdgeInFace(); + if( m_helper->IsBoundaryEdge( DART( edge ) ) ) + return edge; + + return EDGE_PTR(); +} + + +EDGE_PTR TRIANGULATION::GetBoundaryEdge() const +{ + // Get an arbitrary (CCW) boundary edge + // If the triangulation is closed, NULL is returned + const std::list& leadingEdges = GetLeadingEdges(); + std::list::const_iterator it; + EDGE_PTR edge; + + for( it = leadingEdges.begin(); it != leadingEdges.end(); ++it ) + { + edge = GetBoundaryEdgeInTriangle( *it ); + + if( edge ) + return edge; + } + return EDGE_PTR(); +} + + +void TRIANGULATION::PrintEdges( std::ofstream& aOutput ) const +{ + // Print source node and target node for each edge face by face, + // but only one of the half-edges. + const std::list& leadingEdges = GetLeadingEdges(); + std::list::const_iterator it; + + for( it = leadingEdges.begin(); it != leadingEdges.end(); ++it ) + { + EDGE_PTR edge = *it; + + for( int i = 0; i < 3; ++i ) + { + EDGE_PTR twinedge = edge->GetTwinEdge(); + + // Print only one edge (the highest value of the pointer) + if( !twinedge || (size_t) edge.get() > (size_t) twinedge.get() ) + { + // Print source node and target node + NODE_PTR node = edge->GetSourceNode(); + aOutput << node->GetX() << " " << node->GetY() << std::endl; + node = edge->GetTargetNode(); + aOutput << node->GetX() << " " << node->GetY() << std::endl; + aOutput << '\n'; // blank line + } + + edge = edge->GetNextEdgeInFace(); + } + } +} diff --git a/common/geometry/seg.cpp b/common/geometry/seg.cpp new file mode 100644 index 0000000..f1796b6 --- /dev/null +++ b/common/geometry/seg.cpp @@ -0,0 +1,158 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +template +int sgn( T aVal ) +{ + return ( T( 0 ) < aVal ) - ( aVal < T( 0 ) ); +} + + +bool SEG::PointCloserThan( const VECTOR2I& aP, int aDist ) const +{ + VECTOR2I d = B - A; + ecoord dist_sq = (ecoord) aDist * aDist; + + SEG::ecoord l_squared = d.Dot( d ); + SEG::ecoord t = d.Dot( aP - A ); + + if( t <= 0 || !l_squared ) + return ( aP - A ).SquaredEuclideanNorm() < dist_sq; + else if( t >= l_squared ) + return ( aP - B ).SquaredEuclideanNorm() < dist_sq; + + int dxdy = abs( d.x ) - abs( d.y ); + + if( ( dxdy >= -1 && dxdy <= 1 ) || abs( d.x ) <= 1 || abs( d.y ) <= 1 ) + { + int ca = -sgn( d.y ); + int cb = sgn( d.x ); + int cc = -ca * A.x - cb * A.y; + + ecoord num = (ecoord) ca * aP.x + (ecoord) cb * aP.y + cc; + num *= num; + + if( ca && cb ) + num >>= 1; + + if( num > ( dist_sq + 100 ) ) + return false; + + else if( num < ( dist_sq - 100 ) ) + return true; + } + + VECTOR2I nearest; + nearest.x = A.x + rescale( t, (ecoord) d.x, l_squared ); + nearest.y = A.y + rescale( t, (ecoord) d.y, l_squared ); + + return ( nearest - aP ).SquaredEuclideanNorm() <= dist_sq; +} + + +SEG::ecoord SEG::SquaredDistance( const SEG& aSeg ) const +{ + // fixme: rather inefficient.... + if( Intersect( aSeg ) ) + return 0; + + const VECTOR2I pts[4] = + { + aSeg.NearestPoint( A ) - A, + aSeg.NearestPoint( B ) - B, + NearestPoint( aSeg.A ) - aSeg.A, + NearestPoint( aSeg.B ) - aSeg.B + }; + + ecoord m = VECTOR2I::ECOORD_MAX; + + for( int i = 0; i < 4; i++ ) + m = std::min( m, pts[i].SquaredEuclideanNorm() ); + + return m; +} + + +OPT_VECTOR2I SEG::Intersect( const SEG& aSeg, bool aIgnoreEndpoints, bool aLines ) const +{ + const VECTOR2I e( B - A ); + const VECTOR2I f( aSeg.B - aSeg.A ); + const VECTOR2I ac( aSeg.A - A ); + + ecoord d = f.Cross( e ); + ecoord p = f.Cross( ac ); + ecoord q = e.Cross( ac ); + + if( d == 0 ) + return OPT_VECTOR2I(); + + if( !aLines && d > 0 && ( q < 0 || q > d || p < 0 || p > d ) ) + return OPT_VECTOR2I(); + + if( !aLines && d < 0 && ( q < d || p < d || p > 0 || q > 0 ) ) + return OPT_VECTOR2I(); + + if( !aLines && aIgnoreEndpoints && ( q == 0 || q == d ) && ( p == 0 || p == d ) ) + return OPT_VECTOR2I(); + + VECTOR2I ip( aSeg.A.x + rescale( q, (ecoord) f.x, d ), + aSeg.A.y + rescale( q, (ecoord) f.y, d ) ); + + return ip; +} + + +bool SEG::ccw( const VECTOR2I& aA, const VECTOR2I& aB, const VECTOR2I& aC ) const +{ + return (ecoord) ( aC.y - aA.y ) * ( aB.x - aA.x ) > (ecoord) ( aB.y - aA.y ) * ( aC.x - aA.x ); +} + + +bool SEG::Collide( const SEG& aSeg, int aClearance ) const +{ + // check for intersection + // fixme: move to a method + if( ccw( A, aSeg.A, aSeg.B ) != ccw( B, aSeg.A, aSeg.B ) && + ccw( A, B, aSeg.A ) != ccw( A, B, aSeg.B ) ) + return true; + +#define CHK( _seg, _pt ) \ + if( (_seg).PointCloserThan( _pt, aClearance ) ) return true; + + CHK( *this, aSeg.A ); + CHK( *this, aSeg.B ); + CHK( aSeg, A ); + CHK( aSeg, B ); +#undef CHK + + return false; +} + + +bool SEG::Contains( const VECTOR2I& aP ) const +{ + return PointCloserThan( aP, 1 ); +} diff --git a/common/geometry/shape.cpp b/common/geometry/shape.cpp new file mode 100644 index 0000000..0e312c5 --- /dev/null +++ b/common/geometry/shape.cpp @@ -0,0 +1,38 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include + +bool SHAPE::Parse( std::stringstream& aStream ) +{ + assert ( false ); + return false; +}; + +const std::string SHAPE::Format( ) const +{ + assert ( false ); + return std::string(""); +}; diff --git a/common/geometry/shape_collisions.cpp b/common/geometry/shape_collisions.cpp new file mode 100644 index 0000000..773dcc9 --- /dev/null +++ b/common/geometry/shape_collisions.cpp @@ -0,0 +1,496 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include +#include +#include +#include +#include +#include + +typedef VECTOR2I::extended_type ecoord; + +static inline bool Collide( const SHAPE_CIRCLE& aA, const SHAPE_CIRCLE& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + ecoord min_dist = aClearance + aA.GetRadius() + aB.GetRadius(); + ecoord min_dist_sq = min_dist * min_dist; + + const VECTOR2I delta = aB.GetCenter() - aA.GetCenter(); + + ecoord dist_sq = delta.SquaredEuclideanNorm(); + + if( dist_sq >= min_dist_sq ) + return false; + + if( aNeedMTV ) + aMTV = delta.Resize( min_dist - sqrt( dist_sq ) + 3 ); // fixme: apparent rounding error + + return true; +} + + +static inline bool Collide( const SHAPE_RECT& aA, const SHAPE_CIRCLE& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + const VECTOR2I c = aB.GetCenter(); + const VECTOR2I p0 = aA.GetPosition(); + const VECTOR2I size = aA.GetSize(); + const int r = aB.GetRadius(); + const int min_dist = aClearance + r; + + const VECTOR2I vts[] = + { + VECTOR2I( p0.x, p0.y ), + VECTOR2I( p0.x, p0.y + size.y ), + VECTOR2I( p0.x + size.x, p0.y + size.y ), + VECTOR2I( p0.x + size.x, p0.y ), + VECTOR2I( p0.x, p0.y ) + }; + + int nearest_seg_dist = INT_MAX; + VECTOR2I nearest; + + bool inside = c.x >= p0.x && c.x <= ( p0.x + size.x ) + && c.y >= p0.y && c.y <= ( p0.y + size.y ); + + + if( !aNeedMTV && inside ) + return true; + + for( int i = 0; i < 4; i++ ) + { + const SEG seg( vts[i], vts[i + 1] ); + + VECTOR2I pn = seg.NearestPoint( c ); + + int d = ( pn - c ).EuclideanNorm(); + + if( ( d < min_dist ) && !aNeedMTV ) + return true; + + if( d < nearest_seg_dist ) + { + nearest = pn; + nearest_seg_dist = d; + } + } + + if( nearest_seg_dist >= min_dist && !inside ) + return false; + + VECTOR2I delta = c - nearest; + + if( !aNeedMTV ) + return true; + + + if( inside ) + aMTV = -delta.Resize( abs( min_dist + 1 + nearest_seg_dist ) + 1 ); + else + aMTV = delta.Resize( abs( min_dist + 1 - nearest_seg_dist ) + 1 ); + + + return true; +} + + +static VECTOR2I pushoutForce( const SHAPE_CIRCLE& aA, const SEG& aB, int aClearance ) +{ + VECTOR2I f( 0, 0 ); + + const VECTOR2I c = aA.GetCenter(); + const VECTOR2I nearest = aB.NearestPoint( c ); + + const int r = aA.GetRadius(); + + int dist = ( nearest - c ).EuclideanNorm(); + int min_dist = aClearance + r; + + if( dist < min_dist ) + { + for( int corr = 0; corr < 5; corr++ ) + { + f = ( aA.GetCenter() - nearest ).Resize( min_dist - dist + corr ); + + if( aB.Distance( c + f ) >= min_dist ) + break; + } + } + + return f; +} + + +static inline bool Collide( const SHAPE_CIRCLE& aA, const SHAPE_LINE_CHAIN& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + bool found = false; + + for( int s = 0; s < aB.SegmentCount(); s++ ) + { + if( aA.Collide( aB.CSegment( s ), aClearance ) ) + { + found = true; + break; + } + } + + if( !aNeedMTV || !found ) + return found; + + SHAPE_CIRCLE cmoved( aA ); + VECTOR2I f_total( 0, 0 ); + + for( int s = 0; s < aB.SegmentCount(); s++ ) + { + VECTOR2I f = pushoutForce( cmoved, aB.CSegment( s ), aClearance ); + cmoved.SetCenter( cmoved.GetCenter() + f ); + f_total += f; + } + + aMTV = f_total; + return found; +} + + +static inline bool Collide( const SHAPE_CIRCLE& aA, const SHAPE_CONVEX& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + bool found; + const SHAPE_LINE_CHAIN& lc( aB.Vertices() ); + + found = lc.Distance( aA.GetCenter() ) <= aClearance + aA.GetRadius(); + + if( !aNeedMTV || !found ) + return found; + + SHAPE_CIRCLE cmoved( aA ); + VECTOR2I f_total( 0, 0 ); + + for( int s = 0; s < lc.SegmentCount(); s++ ) + { + VECTOR2I f = pushoutForce( cmoved, lc.CSegment( s ), aClearance ); + cmoved.SetCenter( cmoved.GetCenter() + f ); + f_total += f; + } + + aMTV = f_total; + return found; +} + + +static inline bool Collide( const SHAPE_CIRCLE& aA, const SHAPE_SEGMENT& aSeg, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + bool col = aA.Collide( aSeg.GetSeg(), aClearance + aSeg.GetWidth() / 2); + + if( col && aNeedMTV ) + { + aMTV = -pushoutForce( aA, aSeg.GetSeg(), aClearance + aSeg.GetWidth() / 2); + } + return col; +} + + +static inline bool Collide( const SHAPE_LINE_CHAIN& aA, const SHAPE_LINE_CHAIN& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + for( int i = 0; i < aB.SegmentCount(); i++ ) + if( aA.Collide( aB.CSegment( i ), aClearance ) ) + return true; + + return false; +} + + +static inline bool Collide( const SHAPE_LINE_CHAIN& aA, const SHAPE_CONVEX& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return Collide( aA, aB.Vertices(), aClearance, aNeedMTV, aMTV ); +} + + +static inline bool Collide( const SHAPE_CONVEX& aA, const SHAPE_CONVEX& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return Collide( aA.Vertices(), aB.Vertices(), aClearance, aNeedMTV, aMTV ); +} + + +static inline bool Collide( const SHAPE_RECT& aA, const SHAPE_LINE_CHAIN& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + for( int s = 0; s < aB.SegmentCount(); s++ ) + { + SEG seg = aB.CSegment( s ); + + if( aA.Collide( seg, aClearance ) ) + return true; + } + + return false; +} + + +static inline bool Collide( const SHAPE_RECT& aA, const SHAPE_CONVEX& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return Collide( aA, aB.Vertices(), aClearance, aNeedMTV, aMTV ); +} + + +static inline bool Collide( const SHAPE_RECT& aA, const SHAPE_SEGMENT& aSeg, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return aA.Collide( aSeg.GetSeg(), aClearance + aSeg.GetWidth() / 2 ); +} + + +static inline bool Collide( const SHAPE_SEGMENT& aA, const SHAPE_SEGMENT& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return aA.Collide( aB.GetSeg(), aClearance + aB.GetWidth() / 2 ); +} + + +static inline bool Collide( const SHAPE_LINE_CHAIN& aA, const SHAPE_SEGMENT& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + if( aA.Collide( aB.GetSeg(), aClearance + aB.GetWidth() / 2 ) ) + return true; + + return false; +} + + +static inline bool Collide( const SHAPE_CONVEX& aA, const SHAPE_SEGMENT& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return Collide( aA.Vertices(), aB, aClearance, aNeedMTV, aMTV ); +} + +static inline bool Collide( const SHAPE_RECT& aA, const SHAPE_RECT& aB, int aClearance, + bool aNeedMTV, VECTOR2I& aMTV ) +{ + return Collide( aA.Outline(), aB.Outline(), aClearance, aNeedMTV, aMTV ); +} + + +template +inline bool CollCase( const SHAPE* aA, const SHAPE* aB, int aClearance, bool aNeedMTV, VECTOR2I& aMTV ) +{ + return Collide (*static_cast( aA ), + *static_cast( aB ), + aClearance, aNeedMTV, aMTV); +} + +template +inline bool CollCaseReversed ( const SHAPE* aA, const SHAPE* aB, int aClearance, bool aNeedMTV, VECTOR2I& aMTV ) +{ + bool rv = Collide (*static_cast( aB ), + *static_cast( aA ), + aClearance, aNeedMTV, aMTV); + if(rv && aNeedMTV) + aMTV = -aMTV; + return rv; +} + + +bool CollideShapes( const SHAPE* aA, const SHAPE* aB, int aClearance, bool aNeedMTV, VECTOR2I& aMTV ) +{ + switch( aA->Type() ) + { + case SH_RECT: + switch( aB->Type() ) + { + case SH_RECT: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CIRCLE: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_LINE_CHAIN: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_SEGMENT: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CONVEX: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + default: + break; + } + break; + + case SH_CIRCLE: + switch( aB->Type() ) + { + case SH_RECT: + return CollCaseReversed( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CIRCLE: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_LINE_CHAIN: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_SEGMENT: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CONVEX: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + default: + break; + } + break; + + case SH_LINE_CHAIN: + switch( aB->Type() ) + { + case SH_RECT: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_CIRCLE: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_LINE_CHAIN: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_SEGMENT: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CONVEX: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + default: + break; + } + break; + + case SH_SEGMENT: + switch( aB->Type() ) + { + case SH_RECT: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_CIRCLE: + return CollCaseReversed( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_LINE_CHAIN: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_SEGMENT: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CONVEX: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + default: + break; + } + break; + + case SH_CONVEX: + switch( aB->Type() ) + { + case SH_RECT: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_CIRCLE: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_LINE_CHAIN: + return CollCase( aB, aA, aClearance, aNeedMTV, aMTV ); + + case SH_SEGMENT: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + case SH_CONVEX: + return CollCase( aA, aB, aClearance, aNeedMTV, aMTV ); + + default: + break; + } + break; + + default: + break; + } + + bool unsupported_collision = true; + (void) unsupported_collision; // make gcc quiet + + assert( unsupported_collision == false ); + + return false; +} + + +bool SHAPE::Collide( const SHAPE* aShape, int aClerance, VECTOR2I& aMTV ) const +{ + return CollideShapes( this, aShape, aClerance, true, aMTV ); +} + + +bool SHAPE::Collide( const SHAPE* aShape, int aClerance ) const +{ + VECTOR2I dummy; + + return CollideShapes( this, aShape, aClerance, false, dummy ); +} + +bool SHAPE_RECT::Collide( const SEG& aSeg, int aClearance ) const + { + //VECTOR2I pmin = VECTOR2I( std::min( aSeg.a.x, aSeg.b.x ), std::min( aSeg.a.y, aSeg.b.y ) ); + //VECTOR2I pmax = VECTOR2I( std::max( aSeg.a.x, aSeg.b.x ), std::max( aSeg.a.y, aSeg.b.y )); + //BOX2I r( pmin, VECTOR2I( pmax.x - pmin.x, pmax.y - pmin.y ) ); + + //if( BBox( 0 ).SquaredDistance( r ) > aClearance * aClearance ) + // return false; + + if( BBox( 0 ).Contains( aSeg.A ) || BBox( 0 ).Contains( aSeg.B ) ) + return true; + + VECTOR2I vts[] = { VECTOR2I( m_p0.x, m_p0.y ), + VECTOR2I( m_p0.x, m_p0.y + m_h ), + VECTOR2I( m_p0.x + m_w, m_p0.y + m_h ), + VECTOR2I( m_p0.x + m_w, m_p0.y ), + VECTOR2I( m_p0.x, m_p0.y ) }; + + for( int i = 0; i < 4; i++ ) + { + SEG s( vts[i], vts[i + 1], i ); + + if( s.Distance( aSeg ) < aClearance ) + return true; + } + + return false; + } diff --git a/common/geometry/shape_file_io.cpp b/common/geometry/shape_file_io.cpp new file mode 100644 index 0000000..a87fd74 --- /dev/null +++ b/common/geometry/shape_file_io.cpp @@ -0,0 +1,146 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include +#include + +SHAPE_FILE_IO::SHAPE_FILE_IO( const std::string& aFilename, SHAPE_FILE_IO::IO_MODE aMode ) +{ + m_groupActive = false; + + if( aFilename.length() ) + { + switch( aMode ) + { + case IOM_READ: m_file = fopen( aFilename.c_str(), "rb" ); break; + case IOM_WRITE: m_file = fopen( aFilename.c_str(), "wb" ); break; + case IOM_APPEND: m_file = fopen( aFilename.c_str(), "ab" ); break; + default: + return; + } + } + else + { + m_file = NULL; + } + + m_mode = aMode; + // fixme: exceptions +} + + +SHAPE_FILE_IO::~SHAPE_FILE_IO() +{ + if( !m_file ) + return; + + if( m_groupActive && m_mode != IOM_READ ) + fprintf( m_file, "endgroup\n" ); + + fclose( m_file ); +} + + +SHAPE* SHAPE_FILE_IO::Read() +{ + /* char tmp[1024]; + + do { + + if (fscanf(m_file, "%s", tmp) != 1) + return NULL; + + if( !strcmp( tmp, "shape" ) + break; + } + + int type; + + SHAPE *rv = NULL; + + fscanf(m_file,"%d %s", &type, tmp); + + printf("create shape %d\n", type); + + switch(type) + { + case SHAPE::LINE_CHAIN: + rv = new SHAPE_LINE_CHAIN; + break; + } + + if(!rv) + return NULL; + + rv.Parse ( ) + + fprintf(m_file,"shape %d %s %s\n", aShape->Type(), aName.c_str(), sh.c_str() ); +*/ + assert( false ); + return NULL; +} + + +void SHAPE_FILE_IO::BeginGroup( const std::string aName ) +{ + assert( m_mode != IOM_READ ); + + if( !m_file ) + return; + + fprintf( m_file, "group %s\n", aName.c_str() ); + m_groupActive = true; +} + + +void SHAPE_FILE_IO::EndGroup() +{ + assert( m_mode != IOM_READ ); + + if( !m_file || !m_groupActive ) + return; + + fprintf( m_file, "endgroup\n" ); + m_groupActive = false; +} + + +void SHAPE_FILE_IO::Write( const SHAPE* aShape, const std::string aName ) +{ + assert( m_mode != IOM_READ ); + + if( !m_file ) + return; + + if( !m_groupActive ) + fprintf( m_file,"group default\n" ); + + std::string sh = aShape->Format(); + + fprintf( m_file, "shape %d %s %s\n", aShape->Type(), aName.c_str(), sh.c_str() ); + fflush( m_file ); +} \ No newline at end of file diff --git a/common/geometry/shape_line_chain.cpp b/common/geometry/shape_line_chain.cpp new file mode 100644 index 0000000..a097b0b --- /dev/null +++ b/common/geometry/shape_line_chain.cpp @@ -0,0 +1,580 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +using boost::optional; + +bool SHAPE_LINE_CHAIN::Collide( const VECTOR2I& aP, int aClearance ) const +{ + // fixme: ugly! + SEG s( aP, aP ); + return this->Collide( s, aClearance ); +} + + +bool SHAPE_LINE_CHAIN::Collide( const SEG& aSeg, int aClearance ) const +{ + BOX2I box_a( aSeg.A, aSeg.B - aSeg.A ); + BOX2I::ecoord_type dist_sq = (BOX2I::ecoord_type) aClearance * aClearance; + + for( int i = 0; i < SegmentCount(); i++ ) + { + const SEG& s = CSegment( i ); + BOX2I box_b( s.A, s.B - s.A ); + + BOX2I::ecoord_type d = box_a.SquaredDistance( box_b ); + + if( d < dist_sq ) + { + if( s.Collide( aSeg, aClearance ) ) + return true; + } + } + + return false; +} + + +const SHAPE_LINE_CHAIN SHAPE_LINE_CHAIN::Reverse() const +{ + SHAPE_LINE_CHAIN a( *this ); + + reverse( a.m_points.begin(), a.m_points.end() ); + a.m_closed = m_closed; + + return a; +} + + +int SHAPE_LINE_CHAIN::Length() const +{ + int l = 0; + + for( int i = 0; i < SegmentCount(); i++ ) + l += CSegment( i ).Length(); + + return l; +} + + +void SHAPE_LINE_CHAIN::Replace( int aStartIndex, int aEndIndex, const VECTOR2I& aP ) +{ + if( aEndIndex < 0 ) + aEndIndex += PointCount(); + + if( aStartIndex < 0 ) + aStartIndex += PointCount(); + + if( aStartIndex == aEndIndex ) + m_points[aStartIndex] = aP; + else + { + m_points.erase( m_points.begin() + aStartIndex + 1, m_points.begin() + aEndIndex + 1 ); + m_points[aStartIndex] = aP; + } +} + + +void SHAPE_LINE_CHAIN::Replace( int aStartIndex, int aEndIndex, const SHAPE_LINE_CHAIN& aLine ) +{ + if( aEndIndex < 0 ) + aEndIndex += PointCount(); + + if( aStartIndex < 0 ) + aStartIndex += PointCount(); + + m_points.erase( m_points.begin() + aStartIndex, m_points.begin() + aEndIndex + 1 ); + m_points.insert( m_points.begin() + aStartIndex, aLine.m_points.begin(), aLine.m_points.end() ); +} + + +void SHAPE_LINE_CHAIN::Remove( int aStartIndex, int aEndIndex ) +{ + if( aEndIndex < 0 ) + aEndIndex += PointCount(); + + if( aStartIndex < 0 ) + aStartIndex += PointCount(); + + m_points.erase( m_points.begin() + aStartIndex, m_points.begin() + aEndIndex + 1 ); +} + + +int SHAPE_LINE_CHAIN::Distance( const VECTOR2I& aP ) const +{ + int d = INT_MAX; + + if( IsClosed() && PointInside( aP ) ) + return 0; + + for( int s = 0; s < SegmentCount(); s++ ) + d = std::min( d, CSegment( s ).Distance( aP ) ); + + return d; +} + + +int SHAPE_LINE_CHAIN::Split( const VECTOR2I& aP ) +{ + int ii = -1; + int min_dist = 2; + + int found_index = Find( aP ); + + for( int s = 0; s < SegmentCount(); s++ ) + { + const SEG seg = CSegment( s ); + int dist = seg.Distance( aP ); + + // make sure we are not producing a 'slightly concave' primitive. This might happen + // if aP lies very close to one of already existing points. + if( dist < min_dist && seg.A != aP && seg.B != aP ) + { + min_dist = dist; + if( found_index < 0 ) + ii = s; + else if( s < found_index ) + ii = s; + } + } + + if( ii < 0 ) + ii = found_index; + + if( ii >= 0 ) + { + m_points.insert( m_points.begin() + ii + 1, aP ); + + return ii + 1; + } + + return -1; +} + + +int SHAPE_LINE_CHAIN::Find( const VECTOR2I& aP ) const +{ + for( int s = 0; s < PointCount(); s++ ) + if( CPoint( s ) == aP ) + return s; + + return -1; +} + + +int SHAPE_LINE_CHAIN::FindSegment( const VECTOR2I& aP ) const +{ + for( int s = 0; s < SegmentCount(); s++ ) + if( CSegment( s ).Distance( aP ) <= 1 ) + return s; + + return -1; +} + + +const SHAPE_LINE_CHAIN SHAPE_LINE_CHAIN::Slice( int aStartIndex, int aEndIndex ) const +{ + SHAPE_LINE_CHAIN rv; + + if( aEndIndex < 0 ) + aEndIndex += PointCount(); + + if( aStartIndex < 0 ) + aStartIndex += PointCount(); + + for( int i = aStartIndex; i <= aEndIndex; i++ ) + rv.Append( m_points[i] ); + + return rv; +} + + +struct compareOriginDistance +{ + compareOriginDistance( VECTOR2I& aOrigin ) : + m_origin( aOrigin ) {}; + + bool operator()( const SHAPE_LINE_CHAIN::INTERSECTION& aA, + const SHAPE_LINE_CHAIN::INTERSECTION& aB ) + { + return ( m_origin - aA.p ).EuclideanNorm() < ( m_origin - aB.p ).EuclideanNorm(); + } + + VECTOR2I m_origin; +}; + + +int SHAPE_LINE_CHAIN::Intersect( const SEG& aSeg, INTERSECTIONS& aIp ) const +{ + for( int s = 0; s < SegmentCount(); s++ ) + { + OPT_VECTOR2I p = CSegment( s ).Intersect( aSeg ); + + if( p ) + { + INTERSECTION is; + is.our = CSegment( s ); + is.their = aSeg; + is.p = *p; + aIp.push_back( is ); + } + } + + compareOriginDistance comp( aSeg.A ); + sort( aIp.begin(), aIp.end(), comp ); + + return aIp.size(); +} + + +int SHAPE_LINE_CHAIN::Intersect( const SHAPE_LINE_CHAIN& aChain, INTERSECTIONS& aIp ) const +{ + BOX2I bb_other = aChain.BBox(); + + for( int s1 = 0; s1 < SegmentCount(); s1++ ) + { + const SEG& a = CSegment( s1 ); + const BOX2I bb_cur( a.A, a.B - a.A ); + + if( !bb_other.Intersects( bb_cur ) ) + continue; + + for( int s2 = 0; s2 < aChain.SegmentCount(); s2++ ) + { + const SEG& b = aChain.CSegment( s2 ); + INTERSECTION is; + + if( a.Collinear( b ) ) + { + is.our = a; + is.their = b; + + if( a.Contains( b.A ) ) { is.p = b.A; aIp.push_back( is ); } + if( a.Contains( b.B ) ) { is.p = b.B; aIp.push_back( is ); } + if( b.Contains( a.A ) ) { is.p = a.A; aIp.push_back( is ); } + if( b.Contains( a.B ) ) { is.p = a.B; aIp.push_back( is ); } + } + else + { + OPT_VECTOR2I p = a.Intersect( b ); + + if( p ) + { + is.p = *p; + is.our = a; + is.their = b; + aIp.push_back( is ); + } + } + } + } + + return aIp.size(); +} + + +int SHAPE_LINE_CHAIN::PathLength( const VECTOR2I& aP ) const +{ + int sum = 0; + + for( int i = 0; i < SegmentCount(); i++ ) + { + const SEG seg = CSegment( i ); + int d = seg.Distance( aP ); + + if( d <= 1 ) + { + sum += ( aP - seg.A ).EuclideanNorm(); + return sum; + } + else + sum += seg.Length(); + } + + return -1; +} + + +bool SHAPE_LINE_CHAIN::PointInside( const VECTOR2I& aP ) const +{ + if( !m_closed || SegmentCount() < 3 ) + return false; + + int cur = CSegment( 0 ).Side( aP ); + + if( cur == 0 ) + return false; + + for( int i = 1; i < SegmentCount(); i++ ) + { + const SEG s = CSegment( i ); + + if( aP == s.A || aP == s.B ) // edge does not belong to the interior! + return false; + + if( s.Side( aP ) != cur ) + return false; + } + + return true; +} + + +bool SHAPE_LINE_CHAIN::PointOnEdge( const VECTOR2I& aP ) const +{ + if( !PointCount() ) + return false; + + else if( PointCount() == 1 ) + return m_points[0] == aP; + + for( int i = 0; i < SegmentCount(); i++ ) + { + const SEG s = CSegment( i ); + + if( s.A == aP || s.B == aP ) + return true; + + if( s.Distance( aP ) <= 1 ) + return true; + } + + return false; +} + + +const optional SHAPE_LINE_CHAIN::SelfIntersecting() const +{ + for( int s1 = 0; s1 < SegmentCount(); s1++ ) + { + for( int s2 = s1 + 1; s2 < SegmentCount(); s2++ ) + { + const VECTOR2I s2a = CSegment( s2 ).A, s2b = CSegment( s2 ).B; + + if( s1 + 1 != s2 && CSegment( s1 ).Contains( s2a ) ) + { + INTERSECTION is; + is.our = CSegment( s1 ); + is.their = CSegment( s2 ); + is.p = s2a; + return is; + } + else if( CSegment( s1 ).Contains( s2b ) ) + { + INTERSECTION is; + is.our = CSegment( s1 ); + is.their = CSegment( s2 ); + is.p = s2b; + return is; + } + else + { + OPT_VECTOR2I p = CSegment( s1 ).Intersect( CSegment( s2 ), true ); + + if( p ) + { + INTERSECTION is; + is.our = CSegment( s1 ); + is.their = CSegment( s2 ); + is.p = *p; + return is; + } + } + } + } + + return optional(); +} + + +SHAPE_LINE_CHAIN& SHAPE_LINE_CHAIN::Simplify() +{ + std::vector pts_unique; + + if( PointCount() < 2 ) + { + return *this; + } + else if( PointCount() == 2 ) + { + if( m_points[0] == m_points[1] ) + m_points.pop_back(); + + return *this; + } + + int i = 0; + int np = PointCount(); + + // stage 1: eliminate duplicate vertices + while( i < np ) + { + int j = i + 1; + + while( j < np && CPoint( i ) == CPoint( j ) ) + j++; + + pts_unique.push_back( CPoint( i ) ); + i = j; + } + + m_points.clear(); + np = pts_unique.size(); + + i = 0; + + // stage 1: eliminate collinear segments + while( i < np - 2 ) + { + const VECTOR2I p0 = pts_unique[i]; + const VECTOR2I p1 = pts_unique[i + 1]; + int n = i; + + while( n < np - 2 && SEG( p0, p1 ).LineDistance( pts_unique[n + 2] ) <= 1 ) + n++; + + m_points.push_back( p0 ); + + if( n > i ) + i = n; + + if( n == np ) + { + m_points.push_back( pts_unique[n - 1] ); + return *this; + } + + i++; + } + + if( np > 1 ) + m_points.push_back( pts_unique[np - 2] ); + + m_points.push_back( pts_unique[np - 1] ); + + return *this; +} + + +const VECTOR2I SHAPE_LINE_CHAIN::NearestPoint( const VECTOR2I& aP ) const +{ + int min_d = INT_MAX; + int nearest = 0; + + for( int i = 0; i < SegmentCount(); i++ ) + { + int d = CSegment( i ).Distance( aP ); + + if( d < min_d ) + { + min_d = d; + nearest = i; + } + } + + return CSegment( nearest ).NearestPoint( aP ); +} + + +const VECTOR2I SHAPE_LINE_CHAIN::NearestPoint( const SEG& aSeg, int& dist ) const +{ + int nearest = 0; + + dist = INT_MAX; + for( int i = 0; i < PointCount(); i++ ) + { + int d = aSeg.LineDistance( CPoint( i ) ); + + if( d < dist ) + { + dist = d; + nearest = i; + } + } + + return CPoint( nearest ); +} + + +const std::string SHAPE_LINE_CHAIN::Format() const +{ + std::stringstream ss; + + ss << m_points.size() << " " << ( m_closed ? 1 : 0 ) << " "; + + for( int i = 0; i < PointCount(); i++ ) + ss << m_points[i].x << " " << m_points[i].y << " "; // Format() << " "; + + return ss.str(); +} + + +bool SHAPE_LINE_CHAIN::CompareGeometry ( const SHAPE_LINE_CHAIN & aOther ) const +{ + SHAPE_LINE_CHAIN a(*this), b( aOther ); + a.Simplify(); + b.Simplify(); + + if( a.m_points.size() != b.m_points.size() ) + return false; + + for( int i = 0; i < a.PointCount(); i++) + if( a.CPoint( i ) != b.CPoint( i ) ) + return false; + return true; +} + + +bool SHAPE_LINE_CHAIN::Intersects( const SHAPE_LINE_CHAIN& aChain ) const +{ + INTERSECTIONS dummy; + return Intersect( aChain, dummy ) != 0; +} + + +SHAPE* SHAPE_LINE_CHAIN::Clone() const +{ + return new SHAPE_LINE_CHAIN( *this ); +} + +bool SHAPE_LINE_CHAIN::Parse( std::stringstream& aStream ) +{ + int n_pts; + + m_points.clear(); + aStream >> n_pts; + aStream >> m_closed; + + for( int i = 0; i < n_pts; i++ ) + { + int x, y; + aStream >> x; + aStream >> y; + m_points.push_back( VECTOR2I( x, y ) ); + } + + return true; +} \ No newline at end of file diff --git a/common/geometry/shape_poly_set.cpp b/common/geometry/shape_poly_set.cpp new file mode 100644 index 0000000..ce28926 --- /dev/null +++ b/common/geometry/shape_poly_set.cpp @@ -0,0 +1,805 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 CERN + * @author Tomasz Wlostowski + * + * Point in polygon algorithm adapted from Clipper Library (C) Angus Johnson, + * subject to Clipper library license. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include +#include +#include + +#include + +#include +#include +#include + +using namespace ClipperLib; + +SHAPE_POLY_SET::SHAPE_POLY_SET() : + SHAPE( SH_POLY_SET ) +{ + +} + + +SHAPE_POLY_SET::~SHAPE_POLY_SET() +{ +} + + +int SHAPE_POLY_SET::NewOutline() +{ + SHAPE_LINE_CHAIN empty_path; + POLYGON poly; + poly.push_back( empty_path ); + m_polys.push_back( poly ); + return m_polys.size() - 1; +} + + +int SHAPE_POLY_SET::NewHole( int aOutline ) +{ + m_polys.back().push_back( SHAPE_LINE_CHAIN() ); + + return m_polys.back().size() - 2; +} + + +int SHAPE_POLY_SET::Append( int x, int y, int aOutline, int aHole ) +{ + if( aOutline < 0 ) + aOutline += m_polys.size(); + + int idx; + + if( aHole < 0 ) + idx = 0; + else + idx = aHole + 1; + + assert( aOutline < (int)m_polys.size() ); + assert( idx < (int)m_polys[aOutline].size() ); + + m_polys[aOutline][idx].Append( x, y ); + + return m_polys[aOutline][idx].PointCount(); +} + + +int SHAPE_POLY_SET::VertexCount( int aOutline , int aHole ) const +{ + if( aOutline < 0 ) + aOutline += m_polys.size(); + + int idx; + + if( aHole < 0 ) + idx = 0; + else + idx = aHole + 1; + + assert ( aOutline < (int)m_polys.size() ); + assert ( idx < (int)m_polys[aOutline].size() ); + + return m_polys[aOutline][idx].PointCount(); +} + + +const VECTOR2I& SHAPE_POLY_SET::CVertex( int index, int aOutline , int aHole ) const +{ + if( aOutline < 0 ) + aOutline += m_polys.size(); + + int idx; + + if( aHole < 0 ) + idx = 0; + else + idx = aHole + 1; + + assert( aOutline < (int)m_polys.size() ); + assert( idx < (int)m_polys[aOutline].size() ); + + return m_polys[aOutline][idx].CPoint( index ); +} + + +VECTOR2I& SHAPE_POLY_SET::Vertex( int index, int aOutline , int aHole ) +{ + if( aOutline < 0 ) + aOutline += m_polys.size(); + + int idx; + + if( aHole < 0 ) + idx = 0; + else + idx = aHole + 1; + + assert( aOutline < (int)m_polys.size() ); + assert( idx < (int)m_polys[aOutline].size() ); + + return m_polys[aOutline][idx].Point( index ); +} + + +int SHAPE_POLY_SET::AddOutline( const SHAPE_LINE_CHAIN& aOutline ) +{ + assert( aOutline.IsClosed() ); + + POLYGON poly; + + poly.push_back( aOutline ); + + m_polys.push_back( poly ); + + return m_polys.size() - 1; +} + + +int SHAPE_POLY_SET::AddHole( const SHAPE_LINE_CHAIN& aHole, int aOutline ) +{ + assert ( m_polys.size() ); + + if( aOutline < 0 ) + aOutline += m_polys.size(); + + POLYGON& poly = m_polys[aOutline]; + + assert( poly.size() ); + + poly.push_back( aHole ); + + return poly.size() - 1; +} + + +const Path SHAPE_POLY_SET::convertToClipper( const SHAPE_LINE_CHAIN& aPath, bool aRequiredOrientation ) +{ + Path c_path; + + for( int i = 0; i < aPath.PointCount(); i++ ) + { + const VECTOR2I& vertex = aPath.CPoint( i ); + c_path.push_back( IntPoint( vertex.x, vertex.y ) ); + } + + if( Orientation( c_path ) != aRequiredOrientation ) + ReversePath( c_path ); + + return c_path; +} + + +const SHAPE_LINE_CHAIN SHAPE_POLY_SET::convertFromClipper( const Path& aPath ) +{ + SHAPE_LINE_CHAIN lc; + + for( unsigned int i = 0; i < aPath.size(); i++ ) + lc.Append( aPath[i].X, aPath[i].Y ); + + return lc; +} + +void SHAPE_POLY_SET::booleanOp( ClipType aType, const SHAPE_POLY_SET& aOtherShape, + bool aFastMode ) +{ + Clipper c; + + if( !aFastMode ) + c.StrictlySimple( true ); + + BOOST_FOREACH( const POLYGON& poly, m_polys ) + { + for( unsigned int i = 0; i < poly.size(); i++ ) + c.AddPath( convertToClipper( poly[i], i > 0 ? false : true ), ptSubject, true ); + } + + BOOST_FOREACH( const POLYGON& poly, aOtherShape.m_polys ) + { + for( unsigned int i = 0; i < poly.size(); i++ ) + c.AddPath( convertToClipper( poly[i], i > 0 ? false : true ), ptClip, true ); + } + + PolyTree solution; + + c.Execute( aType, solution, pftNonZero, pftNonZero ); + + importTree( &solution ); +} + + +void SHAPE_POLY_SET::booleanOp( ClipperLib::ClipType aType, + const SHAPE_POLY_SET& aShape, + const SHAPE_POLY_SET& aOtherShape, + bool aFastMode ) +{ + Clipper c; + + if( !aFastMode ) + c.StrictlySimple( true ); + + BOOST_FOREACH( const POLYGON& poly, aShape.m_polys ) + { + for( unsigned int i = 0; i < poly.size(); i++ ) + c.AddPath( convertToClipper( poly[i], i > 0 ? false : true ), ptSubject, true ); + } + + BOOST_FOREACH( const POLYGON& poly, aOtherShape.m_polys ) + { + for( unsigned int i = 0; i < poly.size(); i++ ) + c.AddPath( convertToClipper( poly[i], i > 0 ? false : true ), ptClip, true ); + } + + PolyTree solution; + + c.Execute( aType, solution, pftNonZero, pftNonZero ); + + importTree( &solution ); +} + + +void SHAPE_POLY_SET::BooleanAdd( const SHAPE_POLY_SET& b, bool aFastMode ) +{ + booleanOp( ctUnion, b, aFastMode ); +} + + +void SHAPE_POLY_SET::BooleanSubtract( const SHAPE_POLY_SET& b, bool aFastMode ) +{ + booleanOp( ctDifference, b, aFastMode ); +} + + +void SHAPE_POLY_SET::BooleanIntersection( const SHAPE_POLY_SET& b, bool aFastMode ) +{ + booleanOp( ctIntersection, b, aFastMode ); +} + + +void SHAPE_POLY_SET::BooleanAdd( const SHAPE_POLY_SET& a, const SHAPE_POLY_SET& b, bool aFastMode ) +{ + booleanOp( ctUnion, a, b, aFastMode ); +} + + +void SHAPE_POLY_SET::BooleanSubtract( const SHAPE_POLY_SET& a, const SHAPE_POLY_SET& b, bool aFastMode ) +{ + booleanOp( ctDifference, a, b, aFastMode ); +} + + +void SHAPE_POLY_SET::BooleanIntersection( const SHAPE_POLY_SET& a, const SHAPE_POLY_SET& b, bool aFastMode ) +{ + booleanOp( ctIntersection, a, b, aFastMode ); +} + + +void SHAPE_POLY_SET::Inflate( int aFactor, int aCircleSegmentsCount ) +{ + ClipperOffset c; + + BOOST_FOREACH( const POLYGON& poly, m_polys ) + { + for( unsigned int i = 0; i < poly.size(); i++ ) + c.AddPath( convertToClipper( poly[i], i > 0 ? false : true ), jtRound, etClosedPolygon ); + } + + PolyTree solution; + + c.ArcTolerance = fabs( (double) aFactor ) / M_PI / aCircleSegmentsCount; + + c.Execute( solution, aFactor ); + + importTree( &solution ); +} + + +void SHAPE_POLY_SET::importTree( PolyTree* tree) +{ + m_polys.clear(); + + for( PolyNode* n = tree->GetFirst(); n; n = n->GetNext() ) + { + if( !n->IsHole() ) + { + POLYGON paths; + paths.push_back( convertFromClipper( n->Contour ) ); + + for( unsigned int i = 0; i < n->Childs.size(); i++ ) + paths.push_back( convertFromClipper( n->Childs[i]->Contour ) ); + + m_polys.push_back(paths); + } + } +} + +// Polygon fracturing code. Work in progress. + +struct FractureEdge +{ + FractureEdge( bool connected, SHAPE_LINE_CHAIN* owner, int index ) : + m_connected( connected ), + m_next( NULL ) + { + m_p1 = owner->CPoint( index ); + m_p2 = owner->CPoint( index + 1 ); + } + + FractureEdge( int y = 0 ) : + m_connected( false ), + m_next( NULL ) + { + m_p1.x = m_p2.y = y; + } + + FractureEdge( bool connected, const VECTOR2I& p1, const VECTOR2I& p2 ) : + m_connected( connected ), + m_p1( p1 ), + m_p2( p2 ), + m_next( NULL ) + { + } + + bool matches( int y ) const + { + int y_min = std::min( m_p1.y, m_p2.y ); + int y_max = std::max( m_p1.y, m_p2.y ); + + return ( y >= y_min ) && ( y <= y_max ); + } + + bool m_connected; + VECTOR2I m_p1, m_p2; + FractureEdge* m_next; +}; + + +typedef std::vector FractureEdgeSet; + +static int processEdge( FractureEdgeSet& edges, FractureEdge* edge ) +{ + int x = edge->m_p1.x; + int y = edge->m_p1.y; + int min_dist = std::numeric_limits::max(); + int x_nearest = 0; + + FractureEdge* e_nearest = NULL; + + for( FractureEdgeSet::iterator i = edges.begin(); i != edges.end(); ++i ) + { + if( !(*i)->matches( y ) ) + continue; + + int x_intersect; + + if( (*i)->m_p1.y == (*i)->m_p2.y ) // horizontal edge + x_intersect = std::max ( (*i)->m_p1.x, (*i)->m_p2.x ); + else + x_intersect = (*i)->m_p1.x + rescale((*i)->m_p2.x - (*i)->m_p1.x, y - (*i)->m_p1.y, (*i)->m_p2.y - (*i)->m_p1.y ); + + int dist = ( x - x_intersect ); + + if( dist >= 0 && dist < min_dist && (*i)->m_connected ) + { + min_dist = dist; + x_nearest = x_intersect; + e_nearest = (*i); + } + } + + if( e_nearest && e_nearest->m_connected ) + { + int count = 0; + + FractureEdge* lead1 = new FractureEdge( true, VECTOR2I( x_nearest, y ), VECTOR2I( x, y ) ); + FractureEdge* lead2 = new FractureEdge( true, VECTOR2I( x, y ), VECTOR2I( x_nearest, y ) ); + FractureEdge* split_2 = new FractureEdge( true, VECTOR2I( x_nearest, y ), e_nearest->m_p2 ); + + edges.push_back( split_2 ); + edges.push_back( lead1 ); + edges.push_back( lead2 ); + + FractureEdge* link = e_nearest->m_next; + + e_nearest->m_p2 = VECTOR2I( x_nearest, y ); + e_nearest->m_next = lead1; + lead1->m_next = edge; + + FractureEdge*last; + for( last = edge; last->m_next != edge; last = last->m_next ) + { + last->m_connected = true; + count++; + } + + last->m_connected = true; + last->m_next = lead2; + lead2->m_next = split_2; + split_2->m_next = link; + + return count + 1; + } + + return 0; +} + +void SHAPE_POLY_SET::fractureSingle( POLYGON& paths ) +{ + FractureEdgeSet edges; + FractureEdgeSet border_edges; + FractureEdge* root = NULL; + + bool first = true; + + if( paths.size() == 1 ) + return; + + int num_unconnected = 0; + + BOOST_FOREACH( SHAPE_LINE_CHAIN& path, paths ) + { + int index = 0; + + FractureEdge *prev = NULL, *first_edge = NULL; + + int x_min = std::numeric_limits::max(); + + for( int i = 0; i < path.PointCount(); i++ ) + { + const VECTOR2I& p = path.CPoint( i ); + + if( p.x < x_min ) + x_min = p.x; + } + + for( int i = 0; i < path.PointCount(); i++ ) + { + FractureEdge* fe = new FractureEdge( first, &path, index++ ); + + if( !root ) + root = fe; + + if( !first_edge ) + first_edge = fe; + + if( prev ) + prev->m_next = fe; + + if( i == path.PointCount() - 1 ) + fe->m_next = first_edge; + + prev = fe; + edges.push_back( fe ); + + if( !first ) + { + if( fe->m_p1.x == x_min ) + border_edges.push_back( fe ); + } + + if( !fe->m_connected ) + num_unconnected++; + } + first = false; // first path is always the outline + } + + // keep connecting holes to the main outline, until there's no holes left... + while( num_unconnected > 0 ) + { + int x_min = std::numeric_limits::max(); + + FractureEdge* smallestX = NULL; + + // find the left-most hole edge and merge with the outline + for( FractureEdgeSet::iterator i = border_edges.begin(); i != border_edges.end(); ++i ) + { + int xt = (*i)->m_p1.x; + + if( ( xt < x_min ) && ! (*i)->m_connected ) + { + x_min = xt; + smallestX = *i; + } + } + + num_unconnected -= processEdge( edges, smallestX ); + } + + paths.clear(); + SHAPE_LINE_CHAIN newPath; + + newPath.SetClosed( true ); + + FractureEdge* e; + + for( e = root; e->m_next != root; e = e->m_next ) + newPath.Append( e->m_p1 ); + + newPath.Append( e->m_p1 ); + + for( FractureEdgeSet::iterator i = edges.begin(); i != edges.end(); ++i ) + delete *i; + + paths.push_back( newPath ); +} + + +void SHAPE_POLY_SET::Fracture( bool aFastMode ) +{ + Simplify( aFastMode ); // remove overlapping holes/degeneracy + + BOOST_FOREACH( POLYGON& paths, m_polys ) + { + fractureSingle( paths ); + } +} + + +void SHAPE_POLY_SET::Simplify( bool aFastMode ) +{ + SHAPE_POLY_SET empty; + + booleanOp( ctUnion, empty, aFastMode ); +} + + +const std::string SHAPE_POLY_SET::Format() const +{ + std::stringstream ss; + + ss << "polyset " << m_polys.size() << "\n"; + + for( unsigned i = 0; i < m_polys.size(); i++ ) + { + ss << "poly " << m_polys[i].size() << "\n"; + for( unsigned j = 0; j < m_polys[i].size(); j++) + { + ss << m_polys[i][j].PointCount() << "\n"; + for( int v = 0; v < m_polys[i][j].PointCount(); v++) + ss << m_polys[i][j].CPoint( v ).x << " " << m_polys[i][j].CPoint( v ).y << "\n"; + } + ss << "\n"; + } + + return ss.str(); +} + + +bool SHAPE_POLY_SET::Parse( std::stringstream& aStream ) +{ + std::string tmp; + + aStream >> tmp; + + if( tmp != "polyset" ) + return false; + + aStream >> tmp; + + int n_polys = atoi( tmp.c_str() ); + + if( n_polys < 0 ) + return false; + + for( int i = 0; i < n_polys; i++ ) + { + POLYGON paths; + + aStream >> tmp; + + if( tmp != "poly" ) + return false; + + aStream >> tmp; + int n_outlines = atoi( tmp.c_str() ); + + if( n_outlines < 0 ) + return false; + + for( int j = 0; j < n_outlines; j++ ) + { + SHAPE_LINE_CHAIN outline; + + outline.SetClosed( true ); + + aStream >> tmp; + int n_vertices = atoi( tmp.c_str() ); + for( int v = 0; v < n_vertices; v++ ) + { + VECTOR2I p; + + aStream >> tmp; p.x = atoi( tmp.c_str() ); + aStream >> tmp; p.y = atoi( tmp.c_str() ); + outline.Append( p ); + } + + paths.push_back( outline ); + } + + m_polys.push_back( paths ); + } + return true; +} + + +const BOX2I SHAPE_POLY_SET::BBox( int aClearance ) const +{ + BOX2I bb; + + for( unsigned i = 0; i < m_polys.size(); i++ ) + { + if( i == 0 ) + bb = m_polys[i][0].BBox(); + else + bb.Merge( m_polys[i][0].BBox() ); + } + + bb.Inflate( aClearance ); + return bb; +} + + +void SHAPE_POLY_SET::RemoveAllContours() +{ + m_polys.clear(); +} + + +void SHAPE_POLY_SET::DeletePolygon( int aIdx ) +{ + m_polys.erase( m_polys.begin() + aIdx ); +} + + +void SHAPE_POLY_SET::Append( const SHAPE_POLY_SET& aSet ) +{ + m_polys.insert( m_polys.end(), aSet.m_polys.begin(), aSet.m_polys.end() ); +} + + +void SHAPE_POLY_SET::Append( const VECTOR2I& aP, int aOutline, int aHole ) +{ + Append( aP.x, aP.y, aOutline, aHole ); +} + + +bool SHAPE_POLY_SET::Contains( const VECTOR2I& aP, int aSubpolyIndex ) const +{ + // fixme: support holes! + + if( m_polys.size() == 0 ) // empty set? + return false; + + if( aSubpolyIndex >= 0 ) + return pointInPolygon( aP, m_polys[aSubpolyIndex][0] ); + + BOOST_FOREACH ( const POLYGON& polys, m_polys ) + { + if( polys.size() == 0 ) + continue; + + if( pointInPolygon( aP, polys[0] ) ) + return true; + } + + return false; +} + + +bool SHAPE_POLY_SET::pointInPolygon( const VECTOR2I& aP, const SHAPE_LINE_CHAIN& aPath ) const +{ + int result = 0; + int cnt = aPath.PointCount(); + + if ( !aPath.BBox().Contains( aP ) ) // test with bounding box first + return false; + + if( cnt < 3 ) + return false; + + VECTOR2I ip = aPath.CPoint( 0 ); + + for( int i = 1; i <= cnt; ++i ) + { + VECTOR2I ipNext = ( i == cnt ? aPath.CPoint( 0 ) : aPath.CPoint( i ) ); + + if( ipNext.y == aP.y ) + { + if( ( ipNext.x == aP.x ) || ( ip.y == aP.y && + ( ( ipNext.x > aP.x ) == ( ip.x < aP.x ) ) ) ) + return true; + } + + if( ( ip.y < aP.y ) != ( ipNext.y < aP.y ) ) + { + if( ip.x >= aP.x ) + { + if( ipNext.x > aP.x ) + result = 1 - result; + else + { + int64_t d = (int64_t)( ip.x - aP.x ) * (int64_t)( ipNext.y - aP.y ) - + (int64_t)( ipNext.x - aP.x ) * (int64_t)( ip.y - aP.y ); + + if( !d ) + return true; + + if( ( d > 0 ) == ( ipNext.y > ip.y ) ) + result = 1 - result; + } + } + else + { + if( ipNext.x > aP.x ) + { + int64_t d = (int64_t)( ip.x - aP.x ) * (int64_t)( ipNext.y - aP.y ) - + (int64_t)( ipNext.x - aP.x ) * (int64_t)( ip.y - aP.y ); + + if( !d ) + return true; + + if( ( d > 0 ) == ( ipNext.y > ip.y ) ) + result = 1 - result; + } + } + } + + ip = ipNext; + } + + return result ? true : false; +} + + +void SHAPE_POLY_SET::Move( const VECTOR2I& aVector ) +{ + BOOST_FOREACH( POLYGON &poly, m_polys ) + { + BOOST_FOREACH( SHAPE_LINE_CHAIN &path, poly ) + { + path.Move( aVector ); + } + } +} + + +int SHAPE_POLY_SET::TotalVertices() const +{ + int c = 0; + + BOOST_FOREACH( const POLYGON& poly, m_polys ) + { + BOOST_FOREACH ( const SHAPE_LINE_CHAIN& path, poly ) + { + c += path.PointCount(); + } + } + + return c; +} diff --git a/common/gestfich.cpp b/common/gestfich.cpp new file mode 100644 index 0000000..3a09576 --- /dev/null +++ b/common/gestfich.cpp @@ -0,0 +1,420 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2008-2011 Wayne Stambaugh + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file gestfich.cpp + * @brief Functions for file management + */ + +#include +#include +#include + +// For compilers that support precompilation, includes "wx.h". +#include +#include +#include +#include +#include + +#include + +void AddDelimiterString( wxString& string ) +{ + if( !string.StartsWith( wxT( "\"" ) ) ) + { + string.Prepend ( wxT( "\"" ) ); + string.Append ( wxT( "\"" ) ); + } +} + + +bool EDA_PATH_SELECTOR( const wxString& aTitle, + wxString& aPath, + int aFlags, + wxWindow* aParent, + const wxPoint& aPosition ) +{ + int ii; + bool selected = false; + + wxDirDialog* DirFrame = new wxDirDialog( aParent, + aTitle, + aPath, + aFlags, + aPosition ); + + ii = DirFrame->ShowModal(); + + if( ii == wxID_OK ) + { + aPath = DirFrame->GetPath(); + selected = true; + } + + DirFrame->Destroy(); + return selected; +} + + +wxString EDA_FILE_SELECTOR( const wxString& aTitle, + const wxString& aPath, + const wxString& aFileName, + const wxString& aExtension, + const wxString& aWildcard, + wxWindow* aParent, + int aStyle, + const bool aKeepWorkingDirectory, + const wxPoint& aPosition, + wxString* aMruPath ) +{ + wxString fullfilename; + wxString curr_cwd = wxGetCwd(); + wxString defaultname = aFileName; + wxString defaultpath = aPath; + wxString dotted_Ext = wxT(".") + aExtension; + +#ifdef __WINDOWS__ + defaultname.Replace( wxT( "/" ), wxT( "\\" ) ); + defaultpath.Replace( wxT( "/" ), wxT( "\\" ) ); +#endif + + if( defaultpath.IsEmpty() ) + { + if( aMruPath == NULL ) + defaultpath = wxGetCwd(); + else + defaultpath = *aMruPath; + } + + wxSetWorkingDirectory( defaultpath ); + +#if 0 && defined (DEBUG) + printf( "defaultpath=\"%s\" defaultname=\"%s\" Ext=\"%s\" Mask=\"%s\" flag=%d keep_working_directory=%d\n", + TO_UTF8( defaultpath ), + TO_UTF8( defaultname ), + TO_UTF8( aExtension ), + TO_UTF8( aWildcard ), + aStyle, + aKeepWorkingDirectory ); +#endif + + fullfilename = wxFileSelector( aTitle, + defaultpath, + defaultname, + dotted_Ext, + aWildcard, + aStyle, // open mode wxFD_OPEN, wxFD_SAVE .. + aParent, + aPosition.x, aPosition.y ); + + if( aKeepWorkingDirectory ) + wxSetWorkingDirectory( curr_cwd ); + + if( !fullfilename.IsEmpty() && aMruPath ) + { + wxFileName fn = fullfilename; + *aMruPath = fn.GetPath(); + } + + return fullfilename; +} + + +wxString FindKicadFile( const wxString& shortname ) +{ + // Test the presence of the file in the directory shortname of + // the KiCad binary path. +#ifndef __WXMAC__ + wxString fullFileName = Pgm().GetExecutablePath() + shortname; +#else + wxString fullFileName = Pgm().GetExecutablePath() + wxT( "Contents/MacOS/" ) + shortname; +#endif + if( wxFileExists( fullFileName ) ) + return fullFileName; + + // Test the presence of the file in the directory shortname + // defined by the environment variable KiCad. + if( Pgm().IsKicadEnvVariableDefined() ) + { + fullFileName = Pgm().GetKicadEnvVariable() + shortname; + + if( wxFileExists( fullFileName ) ) + return fullFileName; + } + + // Path list for KiCad binary files + const static wxChar* possibilities[] = { +#if defined( __WINDOWS__ ) + wxT( "c:/kicad/bin/" ), + wxT( "d:/kicad/bin/" ), + wxT( "c:/Program Files/kicad/bin/" ), + wxT( "d:/Program Files/kicad/bin/" ), +#elif defined( __WXMAC__ ) + // all internal paths are relative to main bundle kicad.app + wxT( "Contents/Applications/pcbnew.app/Contents/MacOS/" ), + wxT( "Contents/Applications/eeschema.app/Contents/MacOS/" ), + wxT( "Contents/Applications/gerbview.app/Contents/MacOS/" ), + wxT( "Contents/Applications/bitmap2component.app/Contents/MacOS/" ), + wxT( "Contents/Applications/pcb_calculator.app/Contents/MacOS/" ), + wxT( "Contents/Applications/pl_editor.app/Contents/MacOS/" ), +#else + wxT( "/usr/bin/" ), + wxT( "/usr/local/bin/" ), + wxT( "/usr/local/kicad/bin/" ), +#endif + }; + + // find binary file from possibilities list: + for( unsigned i=0; i could not found" ), GetChars( fullFileName ) ); + DisplayError( frame, msg, 20 ); + return -1; +} + + +wxString KicadDatasPath() +{ + bool found = false; + wxString data_path; + + if( Pgm().IsKicadEnvVariableDefined() ) // Path defined by the KICAD environment variable. + { + data_path = Pgm().GetKicadEnvVariable(); + found = true; + } + else // Path of executables. + { +#ifndef __WXMAC__ + wxString tmp = Pgm().GetExecutablePath(); +#ifdef __WINDOWS__ + tmp.MakeLower(); +#endif + if( tmp.Contains( wxT( "kicad" ) ) ) + { +#ifdef __WINDOWS__ + tmp = Pgm().GetExecutablePath(); +#endif + if( tmp.Last() == '/' ) + tmp.RemoveLast(); + + data_path = tmp.BeforeLast( '/' ); // id cd ../ + data_path += UNIX_STRING_DIR_SEP; + + // Old versions of KiCad use kicad/ as default for data + // and last versions kicad/share/ + // So we search for kicad/share/ first + wxString old_path = data_path; + data_path += wxT( "share/" ); + + if( wxDirExists( data_path ) ) + { + found = true; + } + else if( wxDirExists( old_path ) ) + { + data_path = old_path; + found = true; + } + } + } + + if( !found ) + { + // find KiCad from possibilities list: + // /usr/local/kicad/ or c:/kicad/ + + const static wxChar* possibilities[] = { +#ifdef __WINDOWS__ + wxT( "c:/kicad/share/" ), + wxT( "d:/kicad/share/" ), + wxT( "c:/kicad/" ), + wxT( "d:/kicad/" ), + wxT( "c:/Program Files/kicad/share/" ), + wxT( "d:/Program Files/kicad/share/" ), + wxT( "c:/Program Files/kicad/" ), + wxT( "d:/Program Files/kicad/" ), +#else + wxT( "/usr/share/kicad/" ), + wxT( "/usr/local/share/kicad/" ), + wxT( "/usr/local/kicad/share/" ), // default data path for "universal + // tarballs" and build for a server + // (new) + wxT( "/usr/local/kicad/" ), // default data path for "universal + // tarballs" and build for a server + // (old) +#endif + }; + + for( unsigned i=0; iGetFileTypeFromExtension( wxT( "pdf" ) ); + + if( filetype ) + command = filetype->GetOpenCommand( filename ); + + delete filetype; + } + + if( !command.IsEmpty() ) + { + if( ProcessExecute( command ) ) + { + return true; + } + else + { + wxString msg; + msg.Printf( _( "Problem while running the PDF viewer\nCommand is '%s'" ), + GetChars( command ) ); + DisplayError( NULL, msg ); + } + } + else + { + wxString msg; + msg.Printf( _( "Unable to find a PDF viewer for <%s>" ), GetChars( filename ) ); + DisplayError( NULL, msg ); + } + + return false; +} + + +void OpenFile( const wxString& file ) +{ + wxString command; + wxString filename = file; + + wxFileName CurrentFileName( filename ); + wxString ext, type; + + ext = CurrentFileName.GetExt(); + wxFileType* filetype = wxTheMimeTypesManager->GetFileTypeFromExtension( ext ); + + bool success = false; + + wxFileType::MessageParameters params( filename, type ); + + if( filetype ) + success = filetype->GetOpenCommand( &command, params ); + + delete filetype; + + if( success && !command.IsEmpty() ) + ProcessExecute( command ); +} + + +wxString QuoteFullPath( wxFileName& fn, wxPathFormat format ) +{ + return wxT( "\"" ) + fn.GetFullPath( format ) + wxT( "\"" ); +} diff --git a/common/getrunningmicrosecs.cpp b/common/getrunningmicrosecs.cpp new file mode 100644 index 0000000..152a1d1 --- /dev/null +++ b/common/getrunningmicrosecs.cpp @@ -0,0 +1,97 @@ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include + +#if defined(_WIN32) + +#define WIN32_LEAN_AND_MEAN 1 +#include + +unsigned GetRunningMicroSecs() +{ + FILETIME now; + + GetSystemTimeAsFileTime( &now ); + + typedef unsigned long long UINT64; + + UINT64 t = (UINT64(now.dwHighDateTime) << 32) + now.dwLowDateTime; + + t /= 10; + + return unsigned( t ); +} + + +#if 0 +// test program +#include +int main( int argc, char** argv ) +{ + unsigned then = GetRunningMicroSecs(); + + Sleep( 2000 ); // Windows Sleep( msecs ) + + printf( "delta: %u\n", GetRunningMicroSecs() - then ); + + return 0; +} +#endif + + +#elif defined(HAVE_CLOCK_GETTIME) + +#include + +unsigned GetRunningMicroSecs() +{ + struct timespec now; + + clock_gettime( CLOCK_MONOTONIC, &now ); + + unsigned usecs = ((unsigned)now.tv_nsec)/1000 + ((unsigned)now.tv_sec) * 1000000; +// unsigned msecs = (now.tv_nsec / (1000*1000)) + now.tv_sec * 1000; + + return usecs; +} + + +#elif defined(HAVE_GETTIMEOFDAY_FUNC) + +#include +unsigned GetRunningMicroSecs() +{ + timeval tv; + + gettimeofday( &tv, 0 ); + + return (tv.tv_sec * 1000000) + tv.tv_usec; +} + +#endif + diff --git a/common/gr_basic.cpp b/common/gr_basic.cpp new file mode 100644 index 0000000..1e913cb --- /dev/null +++ b/common/gr_basic.cpp @@ -0,0 +1,1268 @@ +/********************************/ +/* Low level graphics routines */ +/********************************/ + + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#if defined(__WXMAC__) && defined(USE_WX_GRAPHICS_CONTEXT) +#include +#endif + +static const bool FILLED = true; +static const bool NOT_FILLED = false; + +/* Important Note: + * These drawing functions clip draw item before send these items to wxDC draw + * functions. For guy who asks why i did it, see a sample of problems encountered + * when pixels + * coordinates overflow 16 bits values: + * http://trac.wxwidgets.org/ticket/10446 + * Problems can be found under Windows **and** Linux (mainly when drawing arcs) + * (mainly at low zoom values (2, 1 or 0.5), in Pcbnew) + * some of these problems could be now fixed in recent distributions. + * + * Currently (feb 2009) there are overflow problems when drawing solid (filled) + * polygons under linux without clipping + * + * So before removing clipping functions, be aware these bug (they are not in + * KiCad or wxWidgets) are fixed by testing how are drawn complex lines arcs + * and solid polygons under Windows and Linux and remember users can have old + * versions with bugs + */ + + +/* Definitions for enabling and disabling debugging features in gr_basic.cpp. + * Please remember to set these back to 0 before making LAUNCHPAD commits. + */ +#define DEBUG_DUMP_CLIP_ERROR_COORDS 0 // Set to 1 to dump clip algorithm errors. +#define DEBUG_DUMP_CLIP_COORDS 0 // Set to 1 to dump clipped coordinates. + + +// For draw mode = XOR GR_XOR or GR_NXOR by background color +GR_DRAWMODE g_XorMode = GR_NXOR; + + +static void ClipAndDrawPoly( EDA_RECT * ClipBox, wxDC * DC, wxPoint Points[], + int n ); + +/* These functions are used by corresponding functions + * ( GRSCircle is called by GRCircle for instance) after mapping coordinates + * from user units to screen units(pixels coordinates) + */ +static void GRSRect( EDA_RECT* aClipBox, wxDC* aDC, int x1, int y1, + int x2, int y2, int aWidth, EDA_COLOR_T aColor, + wxPenStyle aStyle = wxPENSTYLE_SOLID ); + +/**/ + +static int GRLastMoveToX, GRLastMoveToY; +static bool s_ForceBlackPen; /* if true: draws in black instead of + * color for printing. */ +static int xcliplo = 0, + ycliplo = 0, + xcliphi = 2000, + ycliphi = 2000; + +static EDA_COLOR_T s_DC_lastcolor = UNSPECIFIED_COLOR; +static EDA_COLOR_T s_DC_lastbrushcolor = UNSPECIFIED_COLOR; +static bool s_DC_lastbrushfill = false; +static wxDC* s_DC_lastDC = NULL; + +/*** + * Utility for the line clipping code, returns the boundary code of + * a point. Bit allocation is arbitrary + */ +static inline int clipOutCode( const EDA_RECT *aClipBox, int x, int y ) +{ + int code; + if( y < aClipBox->GetY() ) + code = 2; + else if( y > aClipBox->GetBottom() ) + code = 1; + else + code = 0; + if( x < aClipBox->GetX() ) + code |= 4; + else if( x > aClipBox->GetRight() ) + code |= 8; + return code; +} + + +/** + * Test if any part of a line falls within the bounds of a rectangle. + * + * Please note that this is only accurate for lines that are one pixel wide. + * + * @param aClipBox - The rectangle to test. + * @param x1 - X coordinate of one end of a line. + * @param y1 - Y coordinate of one end of a line. + * @param x2 - X coordinate of the other end of a line. + * @param y2 - Y coordinate of the other end of a line. + * + * @return - False if any part of the line lies within the rectangle. + */ +static bool clipLine( const EDA_RECT *aClipBox, int &x1, int &y1, int &x2, int &y2 ) +{ + // Stock Cohen-Sutherland algorithm; check *any* CG book for details + int outcode1 = clipOutCode( aClipBox, x1, y1 ); + int outcode2 = clipOutCode( aClipBox, x2, y2 ); + + while( outcode1 || outcode2 ) + { + // Fast reject + if( outcode1 & outcode2 ) + return true; + + // Choose a side to clip + int thisoutcode, x, y; + if( outcode1 ) + thisoutcode = outcode1; + else + thisoutcode = outcode2; + + /* One clip round + * Since we use the full range of 32 bit ints, the proportion + * computation has to be done in 64 bits to avoid horrible + * results */ + if( thisoutcode & 1 ) // Clip the bottom + { + y = aClipBox->GetBottom(); + x = x1 + (x2 - x1) * int64_t(y - y1) / (y2 - y1); + } + else if( thisoutcode & 2 ) // Clip the top + { + y = aClipBox->GetY(); + x = x1 + (x2 - x1) * int64_t(y - y1) / (y2 - y1); + } + else if( thisoutcode & 8 ) // Clip the right + { + x = aClipBox->GetRight(); + y = y1 + (y2 - y1) * int64_t(x - x1) / (x2 - x1); + } + else // if( thisoutcode & 4), obviously, clip the left + { + x = aClipBox->GetX(); + y = y1 + (y2 - y1) * int64_t(x - x1) / (x2 - x1); + } + + // Put the result back and update the boundary code + // No ambiguity, otherwise it would have been a fast reject + if( thisoutcode == outcode1 ) + { + x1 = x; + y1 = y; + outcode1 = clipOutCode( aClipBox, x1, y1 ); + } + else + { + x2 = x; + y2 = y; + outcode2 = clipOutCode( aClipBox, x2, y2 ); + } + } + return false; +} + +static void WinClipAndDrawLine( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, int width ) +{ + GRLastMoveToX = x2; + GRLastMoveToY = y2; + + if( ClipBox ) + { + EDA_RECT clipbox(*ClipBox); + clipbox.Inflate(width/2); + if( clipLine( &clipbox, x1, y1, x2, y2 ) ) + return; + } + + DC->DrawLine( x1, y1, x2, y2 ); +} + + +/* Forcing a reset of the current pen. + * Must be called after changing the graphical device before any trace. + */ +void GRResetPenAndBrush( wxDC* DC ) +{ + GRSetBrush( DC, BLACK ); // Force no fill + s_DC_lastbrushcolor = UNSPECIFIED_COLOR; + s_DC_lastcolor = UNSPECIFIED_COLOR; + s_DC_lastDC = NULL; +} + + +/** + * Function GRSetColorPen + * sets a pen style, width, color, and alpha into the given device context. + */ +void GRSetColorPen( wxDC* DC, EDA_COLOR_T Color, int width, wxPenStyle style ) +{ + // Under OSX and while printing when wxPen is set to 0, renderer follows the request drawing + // nothing & in the bitmap world the minimum is enough to light a pixel, in vectorial one not + if( width <= 1 ) + width = DC->DeviceToLogicalXRel( 1 ); + + if( s_ForceBlackPen ) + Color = BLACK; + + wxColour wx_color = MakeColour( Color ); + const wxPen& curr_pen = DC->GetPen(); + + if( !curr_pen.IsOk() || curr_pen.GetColour() != wx_color + || curr_pen.GetWidth() != width + || curr_pen.GetStyle() != style ) + { + wxPen pen; + pen.SetColour( wx_color ); + pen.SetWidth( width ); + pen.SetStyle( style ); + DC->SetPen( pen ); + } + else + // Should be not needed, but on Linux, in printing process + // the curr pen settings needs to be sometimes re-initialized + // Clearly, this is due to a bug, related to SetBrush(), + // but we have to live with it, at least on wxWidgets 3.0 + DC->SetPen( curr_pen ); +} + + +void GRSetBrush( wxDC* DC, EDA_COLOR_T Color, bool fill ) +{ + if( s_ForceBlackPen ) + Color = BLACK; + + if( s_DC_lastbrushcolor != Color + || s_DC_lastbrushfill != fill + || s_DC_lastDC != DC ) + { + wxBrush brush; + + brush.SetColour( MakeColour( Color ) ); + + if( fill ) + brush.SetStyle( wxBRUSHSTYLE_SOLID ); + else + brush.SetStyle( wxBRUSHSTYLE_TRANSPARENT ); + + DC->SetBrush( brush ); + + s_DC_lastbrushcolor = Color; + s_DC_lastbrushfill = fill; + s_DC_lastDC = DC; + } +} + + +/** + * Function GRForceBlackPen + * @param flagforce True to force a black pen whenever the asked color + */ +void GRForceBlackPen( bool flagforce ) +{ + s_ForceBlackPen = flagforce; +} + + +/** + * Function GetGRForceBlackPenState + * @return s_ForceBlackPen (True if a black pen was forced) + */ +bool GetGRForceBlackPenState( void ) +{ + return s_ForceBlackPen; +} + + +/*************************************/ +/* Set the device context draw mode. */ +/*************************************/ +void GRSetDrawMode( wxDC* DC, GR_DRAWMODE draw_mode ) +{ + if( draw_mode & GR_OR ) +#if defined(__WXMAC__) && (wxMAC_USE_CORE_GRAPHICS || wxCHECK_VERSION( 2, 9, 0 ) ) + + DC->SetLogicalFunction( wxCOPY ); +#elif defined( USE_WX_GRAPHICS_CONTEXT ) + + DC->SetLogicalFunction( wxCOPY ); +#else + + DC->SetLogicalFunction( wxOR ); +#endif + else if( draw_mode & GR_XOR ) +#if defined( USE_WX_GRAPHICS_CONTEXT ) + + DC->SetLogicalFunction( wxCOPY ); +#else + + DC->SetLogicalFunction( wxXOR ); +#endif + else if( draw_mode & GR_NXOR ) +#if defined(__WXMAC__) && (wxMAC_USE_CORE_GRAPHICS || wxCHECK_VERSION( 2, 9, 0 ) ) + + DC->SetLogicalFunction( wxXOR ); +#elif defined( USE_WX_GRAPHICS_CONTEXT ) + + DC->SetLogicalFunction( wxCOPY ); +#else + + DC->SetLogicalFunction( wxEQUIV ); +#endif + else if( draw_mode & GR_INVERT ) +#if defined( USE_WX_GRAPHICS_CONTEXT ) + + DC->SetLogicalFunction( wxCOPY ); +#else + + DC->SetLogicalFunction( wxINVERT ); +#endif + else if( draw_mode & GR_COPY ) + DC->SetLogicalFunction( wxCOPY ); + +#ifdef USE_WX_OVERLAY + DC->SetLogicalFunction( wxCOPY ); +#endif +} + + +void GRPutPixel( EDA_RECT* ClipBox, wxDC* DC, int x, int y, EDA_COLOR_T Color ) +{ + if( ClipBox && !ClipBox->Contains( x, y ) ) + return; + + GRSetColorPen( DC, Color ); + DC->DrawPoint( x, y ); +} + + +/* + * Draw a line, in object space. + */ +void GRLine( EDA_RECT* ClipBox, + wxDC* DC, + int x1, + int y1, + int x2, + int y2, + int width, + EDA_COLOR_T Color ) +{ + GRSetColorPen( DC, Color, width ); + WinClipAndDrawLine( ClipBox, DC, x1, y1, x2, y2, width ); + GRLastMoveToX = x2; + GRLastMoveToY = y2; +} + + +void GRLine( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aStart, wxPoint aEnd, int aWidth, EDA_COLOR_T aColor ) +{ + GRLine( aClipBox, aDC, aStart.x, aStart.y, aEnd.x, aEnd.y, aWidth, aColor ); +} + + +void GRDashedLine( EDA_RECT* ClipBox, wxDC* DC, + int x1, int y1, int x2, int y2, + int width, EDA_COLOR_T Color ) +{ + GRLastMoveToX = x2; + GRLastMoveToY = y2; + s_DC_lastcolor = UNSPECIFIED_COLOR; + GRSetColorPen( DC, Color, width, wxPENSTYLE_SHORT_DASH ); + WinClipAndDrawLine( ClipBox, DC, x1, y1, x2, y2, width ); + s_DC_lastcolor = UNSPECIFIED_COLOR; + GRSetColorPen( DC, Color, width ); +} + + +/* + * Move to a new position, in object space. + */ +void GRMoveTo( int x, int y ) +{ + GRLastMoveToX = x; + GRLastMoveToY = y; +} + + +/* + * Draw line to a new position, in object space. + */ +void GRLineTo( EDA_RECT* ClipBox, wxDC* DC, int x, int y, int width, EDA_COLOR_T Color ) +{ + GRLine( ClipBox, DC, GRLastMoveToX, GRLastMoveToY, x, y, width, Color ); +} + + +void GRMixedLine( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int width, EDA_COLOR_T Color ) +{ + GRSetColorPen( DC, Color, width, wxPENSTYLE_DOT_DASH ); + GRLine( ClipBox, DC, x1, y1, x2, y2, width, Color ); + GRSetColorPen( DC, Color, width ); +} + + + +/** + * Function GRLineArray + * draws an array of lines (not a polygon). + * @param aClipBox = the clip box + * @param aDC = the device context into which drawing should occur. + * @param aLines = a list of pair of coordinate in user space: a pair for each line. + * @param aWidth = the width of each line. + * @param aColor = an index into our color table of RGB colors. + * @see EDA_COLOR_T and colors.h + */ +void GRLineArray( EDA_RECT* aClipBox, wxDC* aDC, std::vector& aLines, + int aWidth, EDA_COLOR_T aColor ) +{ + GRSetColorPen( aDC, aColor, aWidth ); + + if( aClipBox ) + aClipBox->Inflate(aWidth/2); + +#if defined( __WXMAC__ ) && defined( USE_WX_GRAPHICS_CONTEXT ) + wxGCDC *gcdc = wxDynamicCast( aDC, wxGCDC ); + if( gcdc ) + { + wxGraphicsContext *gc = gcdc->GetGraphicsContext(); + + // create path + wxGraphicsPath path = gc->CreatePath(); + for( unsigned i = 0; i < aLines.size(); i += 2 ) + { + int x1 = aLines[i].x; + int y1 = aLines[i].y; + int x2 = aLines[i+1].x; + int y2 = aLines[i+1].y; + if( ( aClipBox == NULL ) || !clipLine( aClipBox, x1, y1, x2, y2 ) ) + { + path.MoveToPoint( x1, y1 ); + path.AddLineToPoint( x2, y2 ); + } + } + // draw path + gc->StrokePath( path ); + } + else +#endif + { + for( unsigned i = 0; i < aLines.size(); i += 2 ) + { + int x1 = aLines[i].x; + int y1 = aLines[i].y; + int x2 = aLines[i+1].x; + int y2 = aLines[i+1].y; + if( ( aClipBox == NULL ) || !clipLine( aClipBox, x1, y1, x2, y2 ) ) + aDC->DrawLine( x1, y1, x2, y2 ); + } + } + GRMoveTo( aLines[aLines.size() - 1].x, aLines[aLines.size() - 1].y ); + + if( aClipBox ) + aClipBox->Inflate(-aWidth/2); +} + +// Draw the outline of a thick segment wih rounded ends +void GRCSegm( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int width, int aPenSize, EDA_COLOR_T Color ) +{ + GRLastMoveToX = x2; + GRLastMoveToY = y2; + + if( ClipBox ) + { + EDA_RECT clipbox(*ClipBox); + clipbox.Inflate(width/2); + + if( clipLine( &clipbox, x1, y1, x2, y2 ) ) + return; + } + + + if( width <= 2 ) /* single line or 2 pixels */ + { + GRSetColorPen( DC, Color, width ); + DC->DrawLine( x1, y1, x2, y2 ); + return; + } + + GRSetBrush( DC, Color, NOT_FILLED ); + GRSetColorPen( DC, Color, aPenSize ); + + int radius = (width + 1) >> 1; + int dx = x2 - x1; + int dy = y2 - y1; + double angle = -ArcTangente( dy, dx ); + wxPoint start; + wxPoint end; + wxPoint org( x1, y1); + int len = (int) hypot( dx, dy ); + + // We know if the DC is mirrored, to draw arcs + int slx = DC->DeviceToLogicalX( 1 ) - DC->DeviceToLogicalX( 0 ); + int sly = DC->DeviceToLogicalY( 1 ) - DC->DeviceToLogicalY( 0 ); + bool mirrored = (slx > 0 && sly < 0) || (slx < 0 && sly > 0); + + // first edge + start.x = 0; + start.y = radius; + end.x = len; + end.y = radius; + RotatePoint( &start, angle); + RotatePoint( &end, angle); + + start += org; + end += org; + + DC->DrawLine( start, end ); + + // first rounded end + end.x = 0; + end.y = -radius; + RotatePoint( &end, angle); + end += org; + + if( !mirrored ) + DC->DrawArc( end, start, org ); + else + DC->DrawArc( start, end, org ); + + + // second edge + start.x = len; + start.y = -radius; + RotatePoint( &start, angle); + start += org; + + DC->DrawLine( start, end ); + + // second rounded end + end.x = len; + end.y = radius; + RotatePoint( &end, angle); + end += org; + + if( !mirrored ) + DC->DrawArc( end.x, end.y, start.x, start.y, x2, y2 ); + else + DC->DrawArc( start.x, start.y, end.x, end.y, x2, y2 ); +} + + +void GRCSegm( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int width, EDA_COLOR_T Color ) +{ + GRCSegm( ClipBox, DC, x1, y1, x2, y2, width, 0, Color ); +} + + +void GRCSegm( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aStart, wxPoint aEnd, + int aWidth, EDA_COLOR_T aColor ) +{ + GRCSegm( aClipBox, aDC, aStart.x, aStart.y, aEnd.x, aEnd.y, aWidth, 0, aColor ); +} + + +/* + * Draw segment (full) with rounded ends in object space (real coords.). + */ +void GRFillCSegm( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int width, EDA_COLOR_T Color ) +{ + GRSetColorPen( DC, Color, width ); + WinClipAndDrawLine( ClipBox, DC, x1, y1, x2, y2, width ); +} + + +void GRFilledSegment( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aStart, wxPoint aEnd, + int aWidth, EDA_COLOR_T aColor ) +{ + GRSetColorPen( aDC, aColor, aWidth ); + WinClipAndDrawLine( aClipBox, aDC, aStart.x, aStart.y, aEnd.x, aEnd.y, aWidth ); +} + + +static bool IsGRSPolyDrawable( EDA_RECT* ClipBox, int n, wxPoint Points[] ) +{ + if( !ClipBox ) + return true; + + if( n <= 0 ) + return false; + + int Xmin, Xmax, Ymin, Ymax; + + Xmin = Xmax = Points[0].x; + Ymin = Ymax = Points[0].y; + + for( int ii = 1; ii < n; ii++ ) // calculate rectangle + { + Xmin = std::min( Xmin, Points[ii].x ); + Xmax = std::max( Xmax, Points[ii].x ); + Ymin = std::min( Ymin, Points[ii].y ); + Ymax = std::max( Ymax, Points[ii].y ); + } + + xcliplo = ClipBox->GetX(); + ycliplo = ClipBox->GetY(); + xcliphi = ClipBox->GetRight(); + ycliphi = ClipBox->GetBottom(); + + if( Xmax < xcliplo ) + return false; + if( Xmin > xcliphi ) + return false; + if( Ymax < ycliplo ) + return false; + if( Ymin > ycliphi ) + return false; + + return true; +} + + +/* + * Draw a new polyline and fill it if Fill, in screen space. + */ +static void GRSPoly( EDA_RECT* ClipBox, wxDC* DC, int n, wxPoint Points[], + bool Fill, int width, + EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + if( !IsGRSPolyDrawable( ClipBox, n, Points ) ) + return; + + if( Fill && ( n > 2 ) ) + { + GRSetBrush( DC, BgColor, FILLED ); + GRSetColorPen( DC, Color, width ); + + /* clip before send the filled polygon to wxDC, because under linux + * (GTK?) polygons having large coordinates are incorrectly drawn + * (integer overflow in coordinates, I am guessing) + */ + ClipAndDrawPoly( ClipBox, DC, Points, n ); + } + else + { +#if defined( __WXMAC__ ) && defined( USE_WX_GRAPHICS_CONTEXT ) + wxGCDC *gcdc = wxDynamicCast( DC, wxGCDC ); + if( gcdc ) + { + wxGraphicsContext *gc = gcdc->GetGraphicsContext(); + + // set pen + GRSetColorPen( DC, Color, width ); + + // create path + wxGraphicsPath path = gc->CreatePath(); + path.MoveToPoint( Points[0].x, Points[0].y ); + for( int i = 1; i < n; ++i ) + { + path.AddLineToPoint( Points[i].x, Points[i].y ); + } + // draw path + gc->StrokePath( path ); + + // correctly update last position + GRMoveTo( Points[n - 1].x, Points[n - 1].y ); + } + else +#endif + { + GRMoveTo( Points[0].x, Points[0].y ); + for( int i = 1; i < n; ++i ) + { + GRLineTo( ClipBox, DC, Points[i].x, Points[i].y, width, Color ); + } + } + } +} + + +/* + * Draw a new closed polyline and fill it if Fill, in screen space. + */ +static void GRSClosedPoly( EDA_RECT* aClipBox, wxDC* aDC, + int aPointCount, wxPoint aPoints[], + bool aFill, int aWidth, + EDA_COLOR_T aColor, + EDA_COLOR_T aBgColor ) +{ + if( !IsGRSPolyDrawable( aClipBox, aPointCount, aPoints ) ) + return; + + if( aFill && ( aPointCount > 2 ) ) + { + GRLastMoveToX = aPoints[aPointCount - 1].x; + GRLastMoveToY = aPoints[aPointCount - 1].y; + GRSetBrush( aDC, aBgColor, FILLED ); + GRSetColorPen( aDC, aColor, aWidth ); + ClipAndDrawPoly( aClipBox, aDC, aPoints, aPointCount ); + } + else + { +#if defined( __WXMAC__ ) && defined( USE_WX_GRAPHICS_CONTEXT ) + wxGCDC *gcdc = wxDynamicCast( aDC, wxGCDC ); + if( gcdc ) + { + wxGraphicsContext *gc = gcdc->GetGraphicsContext(); + + // set pen + GRSetColorPen( aDC, aColor, aWidth ); + + // create path + wxGraphicsPath path = gc->CreatePath(); + path.MoveToPoint( aPoints[0].x, aPoints[0].y ); + for( int i = 1; i < aPointCount; ++i ) + { + path.AddLineToPoint( aPoints[i].x, aPoints[i].y ); + } + if( aPoints[aPointCount - 1] != aPoints[0] ) + path.AddLineToPoint( aPoints[0].x, aPoints[0].y ); + // draw path + gc->StrokePath( path ); + + // correctly update last position + GRMoveTo( aPoints[aPointCount - 1].x, aPoints[aPointCount - 1].y ); + } + else +#endif + { + GRMoveTo( aPoints[0].x, aPoints[0].y ); + for( int i = 1; i < aPointCount; ++i ) + { + GRLineTo( aClipBox, aDC, aPoints[i].x, aPoints[i].y, aWidth, aColor ); + } + + int lastpt = aPointCount - 1; + + // Close the polygon + if( aPoints[lastpt] != aPoints[0] ) + { + GRLineTo( aClipBox, aDC, aPoints[0].x, aPoints[0].y, aWidth, aColor ); + } + } + } +} + + +/* + * Draw a new polyline and fill it if Fill, in drawing space. + */ +void GRPoly( EDA_RECT* ClipBox, wxDC* DC, int n, wxPoint Points[], + bool Fill, int width, EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + GRSPoly( ClipBox, DC, n, Points, Fill, width, Color, BgColor ); +} + + +/* + * Draw a closed polyline and fill it if Fill, in object space. + */ +void GRClosedPoly( EDA_RECT* ClipBox, wxDC* DC, int n, wxPoint Points[], + bool Fill, EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + GRClosedPoly( ClipBox, DC, n, Points, Fill, 0, Color, BgColor ); +} + + +void GRClosedPoly( EDA_RECT* ClipBox, wxDC* DC, int n, wxPoint Points[], + bool Fill, int width, EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + GRSClosedPoly( ClipBox, DC, n, Points, Fill, width, Color, BgColor ); +} + + +void GRCircle( EDA_RECT* ClipBox, wxDC* DC, int xc, int yc, int r, int width, EDA_COLOR_T Color ) +{ + /* Clip circles off screen. */ + if( ClipBox ) + { + int x0, y0, xm, ym; + x0 = ClipBox->GetX(); + y0 = ClipBox->GetY(); + xm = ClipBox->GetRight(); + ym = ClipBox->GetBottom(); + + if( xc < ( x0 - r - width ) ) + return; + + if( yc < ( y0 - r - width ) ) + return; + + if( xc > ( r + xm + width ) ) + return; + + if( yc > ( r + ym + width ) ) + return; + } + + GRSetBrush( DC, Color, NOT_FILLED ); + GRSetColorPen( DC, Color, width ); + DC->DrawEllipse( xc - r, yc - r, r + r, r + r ); +} + + +void GRCircle( EDA_RECT* ClipBox, wxDC* DC, int x, int y, int r, EDA_COLOR_T Color ) +{ + GRCircle( ClipBox, DC, x, y, r, 0, Color ); +} + + +void GRCircle( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aPos, int aRadius, int aWidth, EDA_COLOR_T aColor ) +{ + GRCircle( aClipBox, aDC, aPos.x, aPos.y, aRadius, aWidth, aColor ); +} + + +void GRFilledCircle( EDA_RECT* ClipBox, wxDC* DC, int x, int y, int r, + int width, EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + /* Clip circles off screen. */ + if( ClipBox ) + { + int x0, y0, xm, ym; + x0 = ClipBox->GetX(); + y0 = ClipBox->GetY(); + xm = ClipBox->GetRight(); + ym = ClipBox->GetBottom(); + + if( x < ( x0 - r ) ) + return; + + if( y < ( y0 - r ) ) + return; + + if( x > ( r + xm ) ) + return; + + if( y > ( r + ym ) ) + return; + } + + GRSetBrush( DC, BgColor, FILLED ); + GRSetColorPen( DC, Color, width ); + DC->DrawEllipse( x - r, y - r, r + r, r + r ); +} + + +void GRFilledCircle( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aPos, int aRadius, EDA_COLOR_T aColor ) +{ + GRFilledCircle( aClipBox, aDC, aPos.x, aPos.y, aRadius, 0, aColor, aColor ); +} + + +/* + * Draw an arc in user space. + */ +void GRArc1( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int xc, int yc, EDA_COLOR_T Color ) +{ + GRArc1( ClipBox, DC, x1, y1, x2, y2, xc, yc, 0, Color ); +} + + +/* + * Draw an arc, width = width in user space. + */ +void GRArc1( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int xc, int yc, int width, EDA_COLOR_T Color ) +{ + /* Clip arcs off screen. */ + if( ClipBox ) + { + int x0, y0, xm, ym, r; + x0 = ClipBox->GetX(); + y0 = ClipBox->GetY(); + xm = ClipBox->GetRight(); + ym = ClipBox->GetBottom(); + r = KiROUND( Distance( x1, y1, xc, yc ) ); + if( xc < ( x0 - r ) ) + return; + if( yc < ( y0 - r ) ) + return; + if( xc > ( r + xm ) ) + return; + if( yc > ( r + ym ) ) + return; + } + + GRSetBrush( DC, Color ); + GRSetColorPen( DC, Color, width ); + DC->DrawArc( x1, y1, x2, y2, xc, yc ); +} + + +void GRArc1( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aStart, wxPoint aEnd, + wxPoint aCenter, int aWidth, EDA_COLOR_T aColor ) +{ + GRArc1( aClipBox, aDC, aStart.x, aStart.y, aEnd.x, aEnd.y, aCenter.x, aCenter.y, + aWidth, aColor ); +} + + +/* + * Draw a filled arc in drawing space. + */ +void GRFilledArc( EDA_RECT* ClipBox, + wxDC* DC, + int x, + int y, + double StAngle, + double EndAngle, + int r, + int width, + EDA_COLOR_T Color, + EDA_COLOR_T BgColor ) +{ + int x1, y1, x2, y2; + + /* Clip arcs off screen */ + if( ClipBox ) + { + int x0, y0, xm, ym; + x0 = ClipBox->GetX(); + y0 = ClipBox->GetY(); + xm = ClipBox->GetRight(); + ym = ClipBox->GetBottom(); + + if( x < ( x0 - r - 1 ) ) + return; + + if( y < ( y0 - r - 1 ) ) + return; + + if( x > ( r + xm + 1 ) ) + return; + + if( y > ( r + ym + 1 ) ) + return; + } + + x1 = r; + y1 = 0; + RotatePoint( &x1, &y1, EndAngle ); + + x2 = r; + y2 = 0; + RotatePoint( &x2, &y2, StAngle ); + + GRSetBrush( DC, BgColor, FILLED ); + GRSetColorPen( DC, Color, width ); + DC->DrawArc( x + x1, y - y1, x + x2, y - y2, x, y ); +} + + +void GRFilledArc( EDA_RECT* ClipBox, wxDC* DC, int x, int y, + double StAngle, double EndAngle, int r, + EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + GRFilledArc( ClipBox, DC, x, y, StAngle, EndAngle, r, 0, Color, BgColor ); +} + + +/* + * Draw an arc in drawing space. + */ +void GRArc( EDA_RECT* ClipBox, wxDC* DC, int xc, int yc, double StAngle, + double EndAngle, int r, EDA_COLOR_T Color ) +{ + int x1, y1, x2, y2; + + /* Clip arcs off screen */ + if( ClipBox ) + { + int radius = r + 1; + int x0, y0, xm, ym, x, y; + x0 = ClipBox->GetX(); + y0 = ClipBox->GetY(); + xm = ClipBox->GetRight(); + ym = ClipBox->GetBottom(); + x = xc; + y = yc; + + if( x < ( x0 - radius ) ) + return; + if( y < ( y0 - radius ) ) + return; + if( x > ( xm + radius ) ) + return; + if( y > ( ym + radius ) ) + return; + } + + x1 = r; + y1 = 0; + RotatePoint( &x1, &y1, EndAngle ); + + x2 = r; + y2 = 0; + RotatePoint( &x2, &y2, StAngle ); + + GRSetBrush( DC, Color, NOT_FILLED ); + GRSetColorPen( DC, Color ); + DC->DrawArc( xc + x1, yc - y1, xc + x2, yc - y2, xc, yc ); +} + + +/* + * Draw an arc with width = width in drawing space. + */ +void GRArc( EDA_RECT* ClipBox, + wxDC* DC, + int x, + int y, + double StAngle, + double EndAngle, + int r, + int width, + EDA_COLOR_T Color ) +{ + int x1, y1, x2, y2; + + /* Clip arcs off screen. */ + if( ClipBox ) + { + int x0, y0, xm, ym; + x0 = ClipBox->GetX(); + y0 = ClipBox->GetY(); + xm = ClipBox->GetRight(); + ym = ClipBox->GetBottom(); + + if( x < ( x0 - r - width ) ) + return; + + if( y < ( y0 - r - width ) ) + return; + + if( x > ( r + xm + width ) ) + return; + + if( y > ( r + ym + width ) ) + return; + } + + x1 = r; + y1 = 0; + RotatePoint( &x1, &y1, EndAngle ); + + x2 = r; + y2 = 0; + RotatePoint( &x2, &y2, StAngle ); + + GRSetBrush( DC, Color ); + GRSetColorPen( DC, Color, width ); + DC->DrawArc( x + x1, y - y1, x + x2, y - y2, x, y ); +} + + +/* + * Draw a rectangle in drawing space. + */ +void GRRect( EDA_RECT* aClipBox, wxDC* aDC, int x1, int y1, int x2, int y2, EDA_COLOR_T aColor ) +{ + GRSRect( aClipBox, aDC, x1, y1, x2, y2, 0, aColor ); +} + + +void GRRectPs( EDA_RECT* aClipBox, wxDC* aDC, const EDA_RECT& aRect, EDA_COLOR_T aColor, wxPenStyle aStyle ) +{ + int x1 = aRect.GetX(); + int y1 = aRect.GetY(); + int x2 = aRect.GetRight(); + int y2 = aRect.GetBottom(); + + GRSRect( aClipBox, aDC, x1, y1, x2, y2, 0, aColor, aStyle ); +} + + +/* + * Draw a rectangle (thick lines) in drawing space. + */ +void GRRect( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, int width, EDA_COLOR_T Color ) +{ + GRSRect( ClipBox, DC, x1, y1, x2, y2, width, Color ); +} + + +void GRRect( EDA_RECT* aClipBox, wxDC* aDC, const EDA_RECT& aRect, int aWidth, EDA_COLOR_T aColor ) +{ + int x1 = aRect.GetX(); + int y1 = aRect.GetY(); + int x2 = aRect.GetRight(); + int y2 = aRect.GetBottom(); + + GRSRect( aClipBox, aDC, x1, y1, x2, y2, aWidth, aColor ); +} + + +/* + * Draw a rectangle (filled with AreaColor) in drawing space. + */ +void GRFilledRect( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + GRSFilledRect( ClipBox, DC, x1, y1, x2, y2, 0, Color, BgColor ); +} + + +/* + * Draw a rectangle (filled with AreaColor) in drawing space. + */ +void GRFilledRect( EDA_RECT* ClipBox, wxDC* DC, int x1, int y1, int x2, int y2, + int width, EDA_COLOR_T Color, EDA_COLOR_T BgColor ) +{ + GRSFilledRect( ClipBox, DC, x1, y1, x2, y2, width, Color, BgColor ); +} + + +/* + * Draw a rectangle in screen space. + */ + +void GRSRect( EDA_RECT* aClipBox, wxDC* aDC, int x1, int y1, int x2, int y2, + int aWidth, EDA_COLOR_T aColor, wxPenStyle aStyle ) +{ + wxPoint points[5]; + points[0] = wxPoint(x1, y1); + points[1] = wxPoint(x1, y2); + points[2] = wxPoint(x2, y2); + points[3] = wxPoint(x2, y1); + points[4] = points[0]; + GRSClosedPoly( aClipBox, aDC, 5, points, NOT_FILLED, aWidth, + aColor, aColor ); +} + + +void GRSFilledRect( EDA_RECT* aClipBox, wxDC* aDC, int x1, int y1, int x2, int y2, + int aWidth, EDA_COLOR_T aColor, EDA_COLOR_T aBgColor ) +{ + wxPoint points[5]; + points[0] = wxPoint(x1, y1); + points[1] = wxPoint(x1, y2); + points[2] = wxPoint(x2, y2); + points[3] = wxPoint(x2, y1); + points[4] = points[0]; + + GRSetBrush( aDC, aBgColor, FILLED ); + GRSetColorPen( aDC, aBgColor, aWidth ); + + if( aClipBox && (aWidth > 0) ) + { + EDA_RECT clipbox(*aClipBox); + clipbox.Inflate(aWidth); + ClipAndDrawPoly(&clipbox, aDC, points, 5); // polygon approach is more accurate + } + else + ClipAndDrawPoly(aClipBox, aDC, points, 5 ); +} + +/** + * Function ClipAndDrawPoly + * Used to clip a polygon and draw it as Filled Polygon + * uses the Sutherland and Hodgman algo to clip the given poly against a + * rectangle. This rectangle is the drawing area this is useful under + * Linux (2009) because filled polygons are incorrectly drawn if they have + * too large coordinates (seems due to integer overflows in calculations) + * Could be removed in some years, if become unnecessary. + */ + +/* Note: aClipBox == NULL is legal, so if aClipBox == NULL, + * the polygon is drawn, but not clipped + */ +#include + +void ClipAndDrawPoly( EDA_RECT* aClipBox, wxDC* aDC, wxPoint aPoints[], int n ) +{ + if( aClipBox == NULL ) + { + aDC->DrawPolygon( n, aPoints ); + return; + } + + // A clip box exists: clip and draw the polygon. + static std::vector clippedPolygon; + static pointVector inputPolygon, outputPolygon; + + inputPolygon.clear(); + outputPolygon.clear(); + clippedPolygon.clear(); + + for( int ii = 0; ii < n; ii++ ) + inputPolygon.push_back( PointF( (REAL) aPoints[ii].x, (REAL) aPoints[ii].y ) ); + + RectF window( (REAL) aClipBox->GetX(), (REAL) aClipBox->GetY(), + (REAL) aClipBox->GetWidth(), (REAL) aClipBox->GetHeight() ); + + SutherlandHodgman sh( window ); + sh.Clip( inputPolygon, outputPolygon ); + + for( cpointIterator cit = outputPolygon.begin(); cit != outputPolygon.end(); ++cit ) + { + clippedPolygon.push_back( wxPoint( KiROUND( cit->X ), KiROUND( cit->Y ) ) ); + } + + if( clippedPolygon.size() ) + aDC->DrawPolygon( clippedPolygon.size(), &clippedPolygon[0] ); +} + + +void GRBezier( EDA_RECT* ClipBox, + wxDC* DC, + int x1, + int y1, + int x2, + int y2, + int x3, + int y3, + int width, + EDA_COLOR_T Color ) +{ + std::vector Points = Bezier2Poly( x1, y1, x2, y2, x3, y3 ); + GRPoly( ClipBox, DC, Points.size(), &Points[0], false, width, Color, Color ); +} + + +void GRBezier( EDA_RECT* ClipBox, + wxDC* DC, + int x1, + int y1, + int x2, + int y2, + int x3, + int y3, + int x4, + int y4, + int width, + EDA_COLOR_T Color ) +{ + std::vector Points = Bezier2Poly( x1, y1, x2, y2, x3, y3, x4, y4 ); + GRPoly( ClipBox, DC, Points.size(), &Points[0], false, width, Color, Color ); +} + + +void GRDrawAnchor( EDA_RECT *aClipBox, wxDC *aDC, int x, int y, + int aSize, EDA_COLOR_T aColor ) +{ + int anchor_size = aDC->DeviceToLogicalXRel( aSize ); + + GRLine( aClipBox, aDC, + x - anchor_size, y, + x + anchor_size, y, 0, aColor ); + GRLine( aClipBox, aDC, + x, y - anchor_size, + x, y + anchor_size, 0, aColor ); +} diff --git a/common/grid_tricks.cpp b/common/grid_tricks.cpp new file mode 100644 index 0000000..c854411 --- /dev/null +++ b/common/grid_tricks.cpp @@ -0,0 +1,289 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include +#include +#include + + + // It works for table data on clipboard for an Excell spreadsheet, +// why not us too for now. +#define COL_SEP wxT( '\t' ) +#define ROW_SEP wxT( '\n' ) + + +enum +{ + MYID_FIRST = -1, + MYID_CUT, + MYID_COPY, + MYID_PASTE, + MYID_SELECT, + MYID_LAST, +}; + + +GRID_TRICKS::GRID_TRICKS( wxGrid* aGrid ): + m_grid( aGrid ) +{ + m_sel_row_start = 0; + m_sel_col_start = 0; + m_sel_row_count = 0; + m_sel_col_count = 0; + + aGrid->Connect( wxEVT_GRID_CELL_RIGHT_CLICK, wxGridEventHandler( GRID_TRICKS::onGridCellRightClick ), NULL, this ); + aGrid->Connect( MYID_FIRST, MYID_LAST, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler( GRID_TRICKS::onPopupSelection ), NULL, this ); + aGrid->Connect( wxEVT_KEY_DOWN, wxKeyEventHandler( GRID_TRICKS::onKeyDown ), NULL, this ); + aGrid->Connect( wxEVT_RIGHT_DOWN, wxMouseEventHandler( GRID_TRICKS::onRightDown ), NULL, this ); +} + + +void GRID_TRICKS::getSelectedArea() +{ + wxGridCellCoordsArray topLeft = m_grid->GetSelectionBlockTopLeft(); + wxGridCellCoordsArray botRight = m_grid->GetSelectionBlockBottomRight(); + + wxArrayInt cols = m_grid->GetSelectedCols(); + wxArrayInt rows = m_grid->GetSelectedRows(); + + DBG(printf("topLeft.Count():%d botRight:Count():%d\n", int( topLeft.Count() ), int( botRight.Count() ) );) + + if( topLeft.Count() && botRight.Count() ) + { + m_sel_row_start = topLeft[0].GetRow(); + m_sel_col_start = topLeft[0].GetCol(); + + m_sel_row_count = botRight[0].GetRow() - m_sel_row_start + 1; + m_sel_col_count = botRight[0].GetCol() - m_sel_col_start + 1; + } + else if( cols.Count() ) + { + m_sel_col_start = cols[0]; + m_sel_col_count = cols.Count(); + m_sel_row_start = 0; + m_sel_row_count = m_grid->GetNumberRows(); + } + else if( rows.Count() ) + { + m_sel_col_start = 0; + m_sel_col_count = m_grid->GetNumberCols(); + m_sel_row_start = rows[0]; + m_sel_row_count = rows.Count(); + } + else + { + m_sel_row_start = -1; + m_sel_col_start = -1; + m_sel_row_count = 0; + m_sel_col_count = 0; + } + + //DBG(printf("m_sel_row_start:%d m_sel_col_start:%d m_sel_row_count:%d m_sel_col_count:%d\n", m_sel_row_start, m_sel_col_start, m_sel_row_count, m_sel_col_count );) +} + + +void GRID_TRICKS::showPopupMenu() +{ + wxMenu menu; + + menu.Append( MYID_CUT, _( "Cut\tCTRL+X" ), _( "Clear selected cells pasting original contents to clipboard" ) ); + menu.Append( MYID_COPY, _( "Copy\tCTRL+C" ), _( "Copy selected cells to clipboard" ) ); + menu.Append( MYID_PASTE, _( "Paste\tCTRL+V" ), _( "Paste clipboard cells to matrix at current cell" ) ); + menu.Append( MYID_SELECT, _( "Select All\tCTRL+A" ), _( "Select all cells" ) ); + + getSelectedArea(); + + // if nothing is selected, disable cut and copy. + if( !m_sel_row_count && !m_sel_col_count ) + { + menu.Enable( MYID_CUT, false ); + menu.Enable( MYID_COPY, false ); + } + + bool have_cb_text = false; + if( wxTheClipboard->Open() ) + { + if( wxTheClipboard->IsSupported( wxDF_TEXT ) ) + have_cb_text = true; + + wxTheClipboard->Close(); + } + + if( !have_cb_text ) + { + // if nothing on clipboard, disable paste. + menu.Enable( MYID_PASTE, false ); + } + + m_grid->PopupMenu( &menu ); +} + + +void GRID_TRICKS::onPopupSelection( wxCommandEvent& event ) +{ + int menu_id = event.GetId(); + + // assume getSelectedArea() was called by rightClickPopupMenu() and there's + // no way to have gotten here without that having been called. + + switch( menu_id ) + { + case MYID_CUT: + case MYID_COPY: + cutcopy( menu_id == MYID_CUT ); + break; + + case MYID_PASTE: + paste_clipboard(); + break; + + case MYID_SELECT: + m_grid->SelectAll(); + break; + + default: + ; + } +} + + +void GRID_TRICKS::onKeyDown( wxKeyEvent& ev ) +{ + if( isCtl( 'A', ev ) ) + { + m_grid->SelectAll(); + } + else if( isCtl( 'C', ev ) ) + { + getSelectedArea(); + cutcopy( false ); + } + else if( isCtl( 'V', ev ) ) + { + getSelectedArea(); + paste_clipboard(); + } + else if( isCtl( 'X', ev ) ) + { + getSelectedArea(); + cutcopy( true ); + } + else + { + ev.Skip( true ); + } +} + + +void GRID_TRICKS::paste_clipboard() +{ + if( wxTheClipboard->Open() ) + { + if( wxTheClipboard->IsSupported( wxDF_TEXT ) ) + { + wxTextDataObject data; + + wxTheClipboard->GetData( data ); + + wxString cb_text = data.GetText(); + + paste_text( cb_text ); + } + + wxTheClipboard->Close(); + m_grid->ForceRefresh(); + } +} + + +void GRID_TRICKS::paste_text( const wxString& cb_text ) +{ + wxGridTableBase* tbl = m_grid->GetTable(); + + const int cur_row = std::max( getCursorRow(), 0 ); // no -1 + const int cur_col = std::max( getCursorCol(), 0 ); + + wxStringTokenizer rows( cb_text, ROW_SEP, wxTOKEN_RET_EMPTY ); + + // if clipboard rows would extend past end of current table size... + if( int( rows.CountTokens() ) > tbl->GetNumberRows() - cur_row ) + { + int newRowsNeeded = rows.CountTokens() - ( tbl->GetNumberRows() - cur_row ); + + tbl->AppendRows( newRowsNeeded ); + } + + for( int row = cur_row; rows.HasMoreTokens(); ++row ) + { + wxString rowTxt = rows.GetNextToken(); + + wxStringTokenizer cols( rowTxt, COL_SEP, wxTOKEN_RET_EMPTY ); + + for( int col = cur_col; cols.HasMoreTokens(); ++col ) + { + wxString cellTxt = cols.GetNextToken(); + tbl->SetValue( row, col, cellTxt ); + } + } + m_grid->AutoSizeColumns( false ); +} + + +void GRID_TRICKS::cutcopy( bool doCut ) +{ + if( wxTheClipboard->Open() ) + { + wxGridTableBase* tbl = m_grid->GetTable(); + wxString txt; + + // fill txt with a format that is compatible with most spreadsheets + for( int row = m_sel_row_start; row < m_sel_row_start + m_sel_row_count; ++row ) + { + for( int col = m_sel_col_start; col < m_sel_col_start + m_sel_col_count; ++col ) + { + txt += tbl->GetValue( row, col ); + + if( col < m_sel_col_start + m_sel_col_count - 1 ) // that was not last column + txt += COL_SEP; + + if( doCut ) + tbl->SetValue( row, col, wxEmptyString ); + } + txt += ROW_SEP; + } + + wxTheClipboard->SetData( new wxTextDataObject( txt ) ); + wxTheClipboard->Close(); + + if( doCut ) + { + m_grid->AutoSizeColumns( false ); + m_grid->ForceRefresh(); + } + } +} + diff --git a/common/hotkeys_basic.cpp b/common/hotkeys_basic.cpp new file mode 100644 index 0000000..04dfd7f --- /dev/null +++ b/common/hotkeys_basic.cpp @@ -0,0 +1,846 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Jean-Pierre Charras, j-p.charras at wanadoo.fr + * Copyright (C) 2010-2011 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file hotkeys_basic.cpp + * @brief Some functions to handle hotkeys in KiCad + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#define HOTKEYS_CONFIG_KEY wxT( "Keys" ) + +wxString g_CommonSectionTag( wxT( "[common]" ) ); + + +/* Class to handle hotkey commands hotkeys have a default value + * This class allows the real key code changed by user from a key code list + * file. + */ + +EDA_HOTKEY::EDA_HOTKEY( const wxChar* infomsg, int idcommand, int keycode, int idmenuevent ) +{ + m_KeyCode = keycode; // Key code (ascii value for ascii keys + + // or wxWidgets code for function key + m_InfoMsg = infomsg; // info message. + m_Idcommand = idcommand; // internal id for the corresponding + + // command (see hotkey_id_commnand list) + m_IdMenuEvent = idmenuevent; // id to call the corresponding event + // (if any) (see id.h) +} + + +EDA_HOTKEY::EDA_HOTKEY( const EDA_HOTKEY* base ) +{ + m_KeyCode = base->m_KeyCode; + m_InfoMsg = base->m_InfoMsg; + m_Idcommand = base->m_Idcommand; + m_IdMenuEvent = base->m_IdMenuEvent; +} + + +EDA_HOTKEY_CLIENT_DATA::~EDA_HOTKEY_CLIENT_DATA() +{ +} + + +/* class to handle the printable name and the keycode + */ +struct hotkey_name_descr +{ + const wxChar* m_Name; + int m_KeyCode; +}; + +/* table giving the hotkey name from the hotkey code, for special keys + * Note : when modifiers (ATL, SHIFT, CTRL) do not modify + * the code of the key, do need to enter the modified key code + * For instance wxT( "F1" ), WXK_F1 handle F1, AltF1, CtrlF1 ... + * Key names are: + * "Space","Ctrl+Space","Alt+Space" or + * "Alt+A","Ctrl+F1", ... + */ +static struct hotkey_name_descr hotkeyNameList[] = +{ + { wxT( "F1" ), WXK_F1 }, + { wxT( "F2" ), WXK_F2 }, + { wxT( "F3" ), WXK_F3 }, + { wxT( "F4" ), WXK_F4 }, + { wxT( "F5" ), WXK_F5 }, + { wxT( "F6" ), WXK_F6 }, + { wxT( "F7" ), WXK_F7 }, + { wxT( "F8" ), WXK_F8 }, + { wxT( "F9" ), WXK_F9 }, + { wxT( "F10" ), WXK_F10 }, + { wxT( "F11" ), WXK_F11 }, + { wxT( "F12" ), WXK_F12 }, + + { wxT( "Esc" ), WXK_ESCAPE }, + { wxT( "Del" ), WXK_DELETE }, + { wxT( "Tab" ), WXK_TAB }, + { wxT( "BkSp" ), WXK_BACK }, + { wxT( "Ins" ), WXK_INSERT }, + + { wxT( "Home" ), WXK_HOME }, + { wxT( "End" ), WXK_END }, + { wxT( "PgUp" ), WXK_PAGEUP }, + { wxT( "PgDn" ), WXK_PAGEDOWN }, + + { wxT( "Up" ), WXK_UP }, + { wxT( "Down" ), WXK_DOWN }, + { wxT( "Left" ), WXK_LEFT }, + { wxT( "Right" ), WXK_RIGHT }, + + { wxT( "Return" ), WXK_RETURN }, + + { wxT( "Space" ), WXK_SPACE }, + + // Do not change this line: end of list + { wxT( "" ), 0 } +}; + +// name of modifier keys. +// Note: the Ctrl key is Cmd key on Mac OS X. +// However, in wxWidgets defs, the key WXK_CONTROL is the Cmd key, +// so the code using WXK_CONTROL should be ok on any system. +// (on Mac OS X the actual Ctrl key code is WXK_RAW_CONTROL) +#ifdef __WXMAC__ +#define USING_MAC_CMD +#endif + +#ifdef USING_MAC_CMD +#define MODIFIER_CTRL wxT( "Cmd+" ) +#else +#define MODIFIER_CTRL wxT( "Ctrl+" ) +#endif +#define MODIFIER_CMD_MAC wxT( "Cmd+" ) +#define MODIFIER_CTRL_BASE wxT( "Ctrl+" ) +#define MODIFIER_ALT wxT( "Alt+" ) +#define MODIFIER_SHIFT wxT( "Shift+" ) + + +/** + * Function KeyNameFromKeyCode + * return the key name from the key code + * Only some wxWidgets key values are handled for function key ( see + * hotkeyNameList[] ) + * @param aKeycode = key code (ascii value, or wxWidgets value for function keys) + * @param aIsFound = a pointer to a bool to return true if found, or false. an be NULL default) + * @return the key name in a wxString + */ +wxString KeyNameFromKeyCode( int aKeycode, bool* aIsFound ) +{ + wxString keyname, modifier, fullkeyname; + int ii; + bool found = false; + + // Assume keycode of 0 is "unassigned" + if( aKeycode == 0 ) + return wxT( ""); + + if( (aKeycode & GR_KB_CTRL) != 0 ) + modifier << MODIFIER_CTRL; + + if( (aKeycode & GR_KB_ALT) != 0 ) + modifier << MODIFIER_ALT; + + if( (aKeycode & GR_KB_SHIFT) != 0 ) + modifier << MODIFIER_SHIFT; + + aKeycode &= ~( GR_KB_CTRL | GR_KB_ALT | GR_KB_SHIFT ); + + if( (aKeycode > ' ') && (aKeycode < 0x7F ) ) + { + found = true; + keyname.Append( (wxChar)aKeycode ); + } + else + { + for( ii = 0; ; ii++ ) + { + if( hotkeyNameList[ii].m_KeyCode == 0 ) // End of list + { + keyname = wxT( "" ); + break; + } + + if( hotkeyNameList[ii].m_KeyCode == aKeycode ) + { + keyname = hotkeyNameList[ii].m_Name; + found = true; + break; + } + } + } + + if( aIsFound ) + *aIsFound = found; + + fullkeyname = modifier + keyname; + return fullkeyname; +} + + +/* + * helper function use in AddHotkeyName to calculate an accelerator string + * In some menus, accelerators do not perform exactly the same action as + * the hotkey that perform a similar action. + * this is usually the case when this action uses the current mouse position + * for instance zoom action is ran from the F1 key or the Zoom menu. + * a zoom uses the mouse position from a hot key and not from the menu + * In this case, the accelerator if Shift+ + * But for many keys, the Shift modifier is not usable, and the accelerator is Alt+ + */ +static void AddModifierToKey( wxString& aFullKey, const wxString & aKey ) +{ + if( (aKey.Length() == 1) && (aKey[0] >= 'A') && (aKey[0] <= 'Z')) + // We can use Shift+ as accelerator and for hot key + aFullKey << wxT( "\t" ) << MODIFIER_SHIFT << aKey; + else + // We must use Alt+ as accelerator and for hot key + aFullKey << wxT( "\t" ) << MODIFIER_ALT << aKey; +} + + +/* AddHotkeyName + * Add the key name from the Command id value ( m_Idcommand member value) + * aText = a wxString. returns aText + key name + * aList = pointer to a EDA_HOTKEY list of commands + * aCommandId = Command Id value + * aShortCutType = IS_HOTKEY to add (shortcuts in menus, same as hotkeys) + * IS_ACCELERATOR to add (accelerators in menus, not hotkeys) + * IS_COMMENT to add <(keyname)> mainly in tool tips + * Return a wxString (aTest + key name) if key found or aText without modification + */ +wxString AddHotkeyName( const wxString& aText, EDA_HOTKEY** aList, + int aCommandId, HOTKEY_ACTION_TYPE aShortCutType ) +{ + wxString msg = aText; + wxString keyname; + + if( aList ) + keyname = KeyNameFromCommandId( aList, aCommandId ); + + if( !keyname.IsEmpty() ) + { + switch( aShortCutType ) + { + case IS_HOTKEY: + msg << wxT( "\t" ) << keyname; + break; + + case IS_ACCELERATOR: + AddModifierToKey( msg, keyname ); + break; + + case IS_COMMENT: + msg << wxT( " (" ) << keyname << wxT( ")" ); + break; + } + } + +#ifdef USING_MAC_CMD + // On OSX, the modifier equivalent to the Ctrl key of PCs + // is the Cmd key, but in code we should use Ctrl as prefix in menus + msg.Replace( MODIFIER_CMD_MAC, MODIFIER_CTRL_BASE ); +#endif + + return msg; +} + + +/* AddHotkeyName + * Add the key name from the Command id value ( m_Idcommand member value) + * aText = a wxString. returns aText + key name + * aList = pointer to a EDA_HOTKEY_CONFIG DescrList of commands + * aCommandId = Command Id value + * aShortCutType = IS_HOTKEY to add (active shortcuts in menus) + * IS_ACCELERATOR to add (active accelerators in menus) + * IS_COMMENT to add <(keyname)> + * Return a wxString (aText + key name) if key found or aText without modification + */ +wxString AddHotkeyName( const wxString& aText, + struct EDA_HOTKEY_CONFIG* aDescList, + int aCommandId, + HOTKEY_ACTION_TYPE aShortCutType ) +{ + wxString msg = aText; + wxString keyname; + EDA_HOTKEY** list; + + if( aDescList ) + { + for( ; aDescList->m_HK_InfoList != NULL; aDescList++ ) + { + list = aDescList->m_HK_InfoList; + keyname = KeyNameFromCommandId( list, aCommandId ); + + if( !keyname.IsEmpty() ) + { + switch( aShortCutType ) + { + case IS_HOTKEY: + msg << wxT( "\t" ) << keyname; + break; + + case IS_ACCELERATOR: + AddModifierToKey( msg, keyname ); + break; + + case IS_COMMENT: + msg << wxT( " (" ) << keyname << wxT( ")" ); + break; + } + + break; + } + } + } + +#ifdef USING_MAC_CMD + // On OSX, the modifier equivalent to the Ctrl key of PCs + // is the Cmd key, but in code we should use Ctrl as prefix in menus + msg.Replace( MODIFIER_CMD_MAC, MODIFIER_CTRL_BASE ); +#endif + + return msg; +} + + +/** + * Function KeyNameFromCommandId + * return the key name from the Command id value ( m_Idcommand member value) + * @param aList = pointer to a EDA_HOTKEY list of commands + * @param aCommandId = Command Id value + * @return the key name in a wxString + */ +wxString KeyNameFromCommandId( EDA_HOTKEY** aList, int aCommandId ) +{ + wxString keyname; + + for( ; *aList != NULL; aList++ ) + { + EDA_HOTKEY* hk_decr = *aList; + + if( hk_decr->m_Idcommand == aCommandId ) + { + keyname = KeyNameFromKeyCode( hk_decr->m_KeyCode ); + break; + } + } + + return keyname; +} + + +/** + * Function KeyCodeFromKeyName + * return the key code from its key name + * Only some wxWidgets key values are handled for function key + * @param keyname = wxString key name to find in hotkeyNameList[], + * like F2 or space or an usual (ascii) char. + * @return the key code + */ +int KeyCodeFromKeyName( const wxString& keyname ) +{ + int ii, keycode = 0; + + // Search for modifiers: Ctrl+ Alt+ and Shift+ + // Note: on Mac OSX, the Cmd key is equiv here to Ctrl + wxString key = keyname; + wxString prefix; + int modifier = 0; + + while( 1 ) + { + prefix.Empty(); + + if( key.StartsWith( MODIFIER_CTRL_BASE ) ) + { + modifier |= GR_KB_CTRL; + prefix = MODIFIER_CTRL_BASE; + } + else if( key.StartsWith( MODIFIER_CMD_MAC ) ) + { + modifier |= GR_KB_CTRL; + prefix = MODIFIER_CMD_MAC; + } + else if( key.StartsWith( MODIFIER_ALT ) ) + { + modifier |= GR_KB_ALT; + prefix = MODIFIER_ALT; + } + else if( key.StartsWith( MODIFIER_SHIFT ) ) + { + modifier |= GR_KB_SHIFT; + prefix = MODIFIER_SHIFT; + } + else + { + break; + } + + if( !prefix.IsEmpty() ) + key.Remove( 0, prefix.Len() ); + } + + if( (key.length() == 1) && (key[0] > ' ') && (key[0] < 0x7F) ) + { + keycode = key[0]; + keycode += modifier; + return keycode; + } + + for( ii = 0; ; ii++ ) + { + if( hotkeyNameList[ii].m_KeyCode == 0 ) // End of list reached + break; + + if( key.CmpNoCase( hotkeyNameList[ii].m_Name ) == 0 ) + { + keycode = hotkeyNameList[ii].m_KeyCode + modifier; + break; + } + } + + return keycode; +} + + +/* DisplayHotkeyList + * Displays the current hotkey list + * aList = a EDA_HOTKEY_CONFIG list(Null terminated) + */ +#include + +void DisplayHotkeyList( EDA_BASE_FRAME* aFrame, struct EDA_HOTKEY_CONFIG* aDescList ) +{ + wxString keyname; + wxString keymessage; + EDA_HOTKEY** list; + + wxString msg = wxT( "" ); + + msg += wxT( "

    " ); + msg += _( "Hotkeys List" ); + msg += wxT( "

    " ); + + for( ; aDescList->m_HK_InfoList != NULL; aDescList++ ) + { + list = aDescList->m_HK_InfoList; + + for( ; *list != NULL; list++ ) + { + EDA_HOTKEY* hk_decr = *list; + + if( !hk_decr->m_InfoMsg.Contains( wxT( "Macros" ) ) ) + { + keyname = KeyNameFromKeyCode( hk_decr->m_KeyCode ); + keymessage = wxGetTranslation( hk_decr->m_InfoMsg ); + + // Some chars are modified, using html encoding, to be + // displayed by DisplayHtmlInfoMessage() + keyname.Replace( wxT( "<" ), wxT( "<" ) ); + keyname.Replace( wxT( ">" ), wxT( ">" ) ); + msg += wxT( "" ); + msg += wxT( "" ); + } + } + } + + msg += wxT( "
    " ) + keymessage + wxT( "  " ) + keyname + wxT( "
    " ); + +#if 0 // Set to 1 to create a modal dialog (blocking) + DisplayHtmlInfoMessage( aFrame, _( "Hotkeys List" ), msg, wxSize( 340, 750 ) ); +#else + // Create a non modal dialog, which shows the list of hotkeys until dismissed + // but does not block the parent window + HTML_MESSAGE_BOX *dlg = new HTML_MESSAGE_BOX( aFrame, _( "Hotkeys List" ), + wxDefaultPosition, wxSize( 340, 750 ) ); + dlg->AddHTML_Text( msg ); + dlg->Show( true ); +#endif +} + + +/** + * Function GetDescriptorFromHotkey + * Return a EDA_HOTKEY * pointer from a key code for OnHotKey() function + * @param aKey = key code (ascii value, or wxWidgets value for function keys + * @param aList = pointer to a EDA_HOTKEY list of commands + * @return the corresponding EDA_HOTKEY pointer from the EDA_HOTKEY List + */ +EDA_HOTKEY* GetDescriptorFromHotkey( int aKey, EDA_HOTKEY** aList ) +{ + for( ; *aList != NULL; aList++ ) + { + EDA_HOTKEY* hk_decr = *aList; + + if( hk_decr->m_KeyCode == aKey ) + return hk_decr; + } + + return NULL; +} + + +EDA_HOTKEY* GetDescriptorFromCommand( int aCommand, EDA_HOTKEY** aList ) +{ + for( ; *aList != NULL; aList++ ) + { + EDA_HOTKEY* hk_decr = *aList; + + if( hk_decr->m_Idcommand == aCommand ) + return hk_decr; + } + + return NULL; +} + + +int EDA_BASE_FRAME::WriteHotkeyConfig( struct EDA_HOTKEY_CONFIG* aDescList, + wxString* aFullFileName ) +{ + wxString msg; + wxString keyname, infokey; + + msg = wxT( "$hotkey list\n" ); + + // Print the current hotkey list + EDA_HOTKEY** list; + + for( ; aDescList->m_HK_InfoList != NULL; aDescList++ ) + { + if( aDescList->m_Title ) + { + msg += wxT( "# " ); + msg += *aDescList->m_Title; + msg += wxT( "\n" ); + } + + msg += *aDescList->m_SectionTag; + msg += wxT( "\n" ); + + list = aDescList->m_HK_InfoList; + + for( ; *list != NULL; list++ ) + { + EDA_HOTKEY* hk_decr = *list; + msg += wxT( "shortcut " ); + keyname = KeyNameFromKeyCode( hk_decr->m_KeyCode ); + AddDelimiterString( keyname ); + infokey = hk_decr->m_InfoMsg; + AddDelimiterString( infokey ); + msg += keyname + wxT( ": " ) + infokey + wxT( "\n" ); + } + } + + msg += wxT( "$Endlist\n" ); + + if( aFullFileName ) + { + FILE* file = wxFopen( *aFullFileName, wxT( "wt" ) ); + + if( file ) + { + fputs( TO_UTF8( msg ), file ); + fclose( file ); + } + else + { + msg.Printf( wxT( "Unable to write file %s" ), GetChars( *aFullFileName ) ); + return 0; + } + } + else + { + wxFileName fn( GetName() ); + fn.SetExt( DEFAULT_HOTKEY_FILENAME_EXT ); + wxConfigBase* config = GetNewConfig( fn.GetFullPath() ); + config->Write( HOTKEYS_CONFIG_KEY, msg ); + delete config; + } + + return 1; +} + + +int EDA_BASE_FRAME::ReadHotkeyConfigFile( const wxString& aFilename, + struct EDA_HOTKEY_CONFIG* aDescList ) +{ + wxFileName fn( aFilename ); + fn.SetExt( DEFAULT_HOTKEY_FILENAME_EXT ); + + wxFile cfgfile( fn.GetFullPath() ); + + if( !cfgfile.IsOpened() ) // There is a problem to open file + return 0; + + // get length + cfgfile.SeekEnd(); + wxFileOffset size = cfgfile.Tell(); + cfgfile.Seek( 0 ); + + // read data + char* buffer = new char[size]; + cfgfile.Read( buffer, size ); + + wxString data( buffer, wxConvUTF8 ); + + // parse + ParseHotkeyConfig( data, aDescList ); + + // cleanup + delete[] buffer; + cfgfile.Close(); + return 1; +} + + +void ReadHotkeyConfig( const wxString& Appname, struct EDA_HOTKEY_CONFIG* aDescList ) +{ + wxFileName fn( Appname ); + fn.SetExt( DEFAULT_HOTKEY_FILENAME_EXT ); + + wxConfigBase* config = GetNewConfig( fn.GetFullPath() ); + + if( !config->HasEntry( HOTKEYS_CONFIG_KEY ) ) + { + // assume defaults are ok + return; + } + + wxString data; + config->Read( HOTKEYS_CONFIG_KEY, &data ); + delete config; + + ParseHotkeyConfig( data, aDescList ); +} + + +/* Function ReadHotkeyConfig + * Read configuration data and fill the current hotkey list with hotkeys + * aDescList is the current hotkey list descr. to initialize. + */ +int EDA_BASE_FRAME::ReadHotkeyConfig( struct EDA_HOTKEY_CONFIG* aDescList ) +{ + ::ReadHotkeyConfig( GetName(), aDescList ); + return 1; +} + + +/* Function ParseHotkeyConfig + * the input format is: shortcut "key" "function" + * lines starting by # are ignored (comments) + * lines like [xxx] are tags (example: [common] or [libedit] which identify sections + */ +void ParseHotkeyConfig( const wxString& data, + struct EDA_HOTKEY_CONFIG* aDescList ) +{ + // Read the config + wxStringTokenizer tokenizer( data, L"\r\n", wxTOKEN_STRTOK ); + EDA_HOTKEY** CurrentHotkeyList = 0; + + while( tokenizer.HasMoreTokens() ) + { + wxString line = tokenizer.GetNextToken(); + wxStringTokenizer lineTokenizer( line ); + + wxString line_type = lineTokenizer.GetNextToken(); + + if( line_type[0] == '#' ) //comment + continue; + + if( line_type[0] == '[' ) // A tag is found. search infos in list + { + CurrentHotkeyList = 0; + EDA_HOTKEY_CONFIG* DList = aDescList; + + for( ; DList->m_HK_InfoList; DList++ ) + { + if( *DList->m_SectionTag == line_type ) + { + CurrentHotkeyList = DList->m_HK_InfoList; + break; + } + } + + continue; + } + + if( line_type == wxT( "$Endlist" ) ) + break; + + if( line_type != wxT( "shortcut" ) ) + continue; + + if( CurrentHotkeyList == NULL ) + continue; + + // Get the key name + lineTokenizer.SetString( lineTokenizer.GetString(), L"\"\r\n\t ", wxTOKEN_STRTOK ); + wxString keyname = lineTokenizer.GetNextToken(); + + wxString remainder = lineTokenizer.GetString(); + + // Get the command name + wxString fctname = remainder.AfterFirst( '\"' ).BeforeFirst( '\"' ); + + // search the hotkey in current hotkey list + for( EDA_HOTKEY** list = CurrentHotkeyList; *list != NULL; list++ ) + { + EDA_HOTKEY* hk_decr = *list; + + if( hk_decr->m_InfoMsg == fctname ) + { + hk_decr->m_KeyCode = KeyCodeFromKeyName( keyname ); + break; + } + } + } +} + + +void EDA_BASE_FRAME::ImportHotkeyConfigFromFile( EDA_HOTKEY_CONFIG* aDescList, + const wxString& aDefaultShortname ) +{ + wxString ext = DEFAULT_HOTKEY_FILENAME_EXT; + wxString mask = wxT( "*." ) + ext; + +#if 0 // pass in the project dir as an argument + wxString path = wxPathOnly( Prj().GetProjectFullName() ); +#else + wxString path = GetMruPath(); +#endif + wxFileName fn( aDefaultShortname ); + fn.SetExt( DEFAULT_HOTKEY_FILENAME_EXT ); + + wxString filename = EDA_FILE_SELECTOR( _( "Read Hotkey Configuration File:" ), + path, + fn.GetFullPath(), + ext, + mask, + this, + wxFD_OPEN, + true ); + + if( filename.IsEmpty() ) + return; + + ReadHotkeyConfigFile( filename, aDescList ); + SetMruPath( wxFileName( filename ).GetPath() ); +} + + +void EDA_BASE_FRAME::ExportHotkeyConfigToFile( EDA_HOTKEY_CONFIG* aDescList, + const wxString& aDefaultShortname ) +{ + wxString ext = DEFAULT_HOTKEY_FILENAME_EXT; + wxString mask = wxT( "*." ) + ext; + +#if 0 + wxString path = wxPathOnly( Prj().GetProjectFullName() ); +#else + wxString path = GetMruPath(); +#endif + wxFileName fn( aDefaultShortname ); + fn.SetExt( DEFAULT_HOTKEY_FILENAME_EXT ); + + wxString filename = EDA_FILE_SELECTOR( _( "Write Hotkey Configuration File:" ), + path, + fn.GetFullPath(), + ext, + mask, + this, + wxFD_SAVE, + true ); + + if( filename.IsEmpty() ) + return; + + WriteHotkeyConfig( aDescList, &filename ); + SetMruPath( wxFileName( filename ).GetPath() ); +} + + +/* add hotkey config options submenu to aMenu + */ +void AddHotkeyConfigMenu( wxMenu* aMenu ) +{ + if( aMenu == NULL ) + return; + + wxMenu* HotkeySubmenu = new wxMenu(); + + // List existing hotkey menu + AddMenuItem( HotkeySubmenu, + ID_PREFERENCES_HOTKEY_SHOW_CURRENT_LIST, + _( "&List Current Keys" ), + _( "Displays the current hotkeys list and corresponding commands" ), + KiBitmap( info_xpm ) ); + + // Call hotkeys editor + AddMenuItem( HotkeySubmenu, ID_PREFERENCES_HOTKEY_SHOW_EDITOR, + _( "&Edit Hotkeys" ), + _( "Call the hotkeys editor" ), + KiBitmap( editor_xpm ) ); + + HotkeySubmenu->AppendSeparator(); + + // create hotkey file to export current hotkeys config + AddMenuItem( HotkeySubmenu, ID_PREFERENCES_HOTKEY_EXPORT_CONFIG, + _( "E&xport Hotkeys" ), + _( "Create a hotkey configuration file to export the current hotkeys" ), + KiBitmap( save_setup_xpm ) ); + + // Reload hotkey file + AddMenuItem( HotkeySubmenu, ID_PREFERENCES_HOTKEY_IMPORT_CONFIG, + _( "&Import Hotkeys" ), + _( "Load an existing hotkey configuration file" ), + KiBitmap( reload_xpm ) ); + + // Append HotkeySubmenu to menu + AddMenuItem( aMenu, HotkeySubmenu, + wxID_ANY, _( "&Hotkeys" ), + _( "Hotkeys configuration and preferences" ), + KiBitmap( hotkeys_xpm ) ); +} diff --git a/common/html_messagebox.cpp b/common/html_messagebox.cpp new file mode 100644 index 0000000..0abc8ef --- /dev/null +++ b/common/html_messagebox.cpp @@ -0,0 +1,106 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + + +HTML_MESSAGE_BOX::HTML_MESSAGE_BOX( wxWindow* parent, const wxString& aTitle, + wxPoint aPos, wxSize aSize) : + DIALOG_DISPLAY_HTML_TEXT_BASE( parent, wxID_ANY, aTitle, aPos, aSize ) +{ + m_htmlWindow->SetLayoutDirection( wxLayout_LeftToRight ); + ListClear(); + Center(); +} + + +void HTML_MESSAGE_BOX::OnCloseButtonClick( wxCommandEvent& event ) +{ + // the dialog can be shown modal or not modal. + // therefore, use the right way to close it. + if( IsModal() ) + EndModal( 0 ); + else + Destroy(); +} + + +void HTML_MESSAGE_BOX::ListClear() +{ + m_htmlWindow->SetPage( wxEmptyString ); +} + + +void HTML_MESSAGE_BOX::ListSet( const wxString& aList ) +{ + wxArrayString strings_list; + wxStringSplit( aList, strings_list, wxChar( '\n' ) ); + + wxString msg = wxT( "
      " ); + + for ( unsigned ii = 0; ii < strings_list.GetCount(); ii++ ) + { + msg += wxT( "
    • " ); + msg += strings_list.Item( ii ) + wxT( "
    • " ); + } + + msg += wxT( "
    " ); + + m_htmlWindow->AppendToPage( msg ); +} + + +void HTML_MESSAGE_BOX::ListSet( const wxArrayString& aList ) +{ + wxString msg = wxT( "
      " ); + + for( unsigned ii = 0; ii < aList.GetCount(); ii++ ) + { + msg += wxT( "
    • " ); + msg += aList.Item( ii ) + wxT( "
    • " ); + } + + msg += wxT( "
    " ); + + m_htmlWindow->AppendToPage( msg ); +} + + +void HTML_MESSAGE_BOX::MessageSet( const wxString& message ) +{ + wxString message_value = wxString::Format( + wxT( "%s
    " ), GetChars( message ) ); + + m_htmlWindow->AppendToPage( message_value ); +} + + +void HTML_MESSAGE_BOX::AddHTML_Text( const wxString& message ) +{ + m_htmlWindow->AppendToPage( message ); +} + diff --git a/common/kicad_curl/kicad_curl.cpp b/common/kicad_curl/kicad_curl.cpp new file mode 100644 index 0000000..fb4413c --- /dev/null +++ b/common/kicad_curl/kicad_curl.cpp @@ -0,0 +1,224 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Mark Roszko + * Copyright (C) 2016 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 3 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +// kicad_curl.h must be included before wx headers, to avoid +// conflicts for some defines, at least on Windows +#include + +#include +#include + +#include +#include +#include // MUTEX and MUTLOCK +#include + + + +// These are even more private than class members, and since there is only +// one instance of KICAD_CURL ever, these statics are hidden here to simplify the +// client (API) header file. +static volatile bool s_initialized; + +static MUTEX s_lock; // for s_initialized + +// Assume that on these platforms libcurl uses OpenSSL +#if defined(__linux__) || defined(__MINGW32__) + +#include + +static MUTEX* s_crypto_locks; + +static void lock_callback( int mode, int type, const char* file, int line ) +{ + (void)file; + (void)line; + + wxASSERT( s_crypto_locks && unsigned( type ) < unsigned( CRYPTO_num_locks() ) ); + + //DBG( printf( "%s: mode=0x%x type=%d file=%s line=%d\n", __func__, mode, type, file, line );) + + if( mode & CRYPTO_LOCK ) + { + s_crypto_locks[ type ].lock(); + } + else + { + s_crypto_locks[ type ].unlock(); + } +} + + +static void init_locks() +{ + s_crypto_locks = new MUTEX[ CRYPTO_num_locks() ]; + + // From http://linux.die.net/man/3/crypto_set_id_callback: + + /* + + OpenSSL can safely be used in multi-threaded applications provided that at + least two callback functions are set, locking_function and threadid_func. + + locking_function(int mode, int n, const char *file, int line) is needed to + perform locking on shared data structures. (Note that OpenSSL uses a number + of global data structures that will be implicitly shared whenever multiple + threads use OpenSSL.) Multi-threaded applications will crash at random if it + is not set. + + threadid_func( CRYPTO_THREADID *id) is needed to record the + currently-executing thread's identifier into id. The implementation of this + callback should not fill in id directly, but should use + CRYPTO_THREADID_set_numeric() if thread IDs are numeric, or + CRYPTO_THREADID_set_pointer() if they are pointer-based. If the application + does not register such a callback using CRYPTO_THREADID_set_callback(), then + a default implementation is used - on Windows and BeOS this uses the + system's default thread identifying APIs, and on all other platforms it uses + the address of errno. The latter is satisfactory for thread-safety if and + only if the platform has a thread-local error number facility. + + Dick: "sounds like CRYPTO_THREADID_set_callback() is not mandatory on our + 2 OpenSSL platforms." + + */ + + CRYPTO_set_locking_callback( &lock_callback ); +} + + +static void kill_locks() +{ + CRYPTO_set_locking_callback( NULL ); + + delete[] s_crypto_locks; + + s_crypto_locks = NULL; +} + +#else + +inline void init_locks() { /* dummy */ } +inline void kill_locks() { /* dummy */ } + +#endif + +/// At process termination, using atexit() keeps the CURL stuff out of the +/// singletops and PGM_BASE. +static void at_terminate() +{ + KICAD_CURL::Cleanup(); +} + + +void KICAD_CURL::Init() +{ + // We test s_initialized twice in an effort to avoid + // unnecessarily locking s_lock. This understands that the common case + // will not need to lock. + if( !s_initialized ) + { + MUTLOCK lock( s_lock ); + + if( !s_initialized ) + { + if( curl_global_init( CURL_GLOBAL_ALL ) != CURLE_OK ) + { + THROW_IO_ERROR( "curl_global_init() failed." ); + } + + init_locks(); + + wxLogDebug( "Using %s", GetVersion() ); + + s_initialized = true; + } + } +} + + +void KICAD_CURL::Cleanup() +{ + /* + + Calling MUTLOCK() from a static destructor will typically be bad, since the + s_lock may already have been statically destroyed itself leading to a boost + exception. (Remember C++ does not provide certain sequencing of static + destructor invocation.) + + To prevent this we test s_initialized twice, which ensures that the MUTLOCK + is only instantiated on the first call, which should be from + PGM_BASE::destroy() which is first called earlier than static destruction. + Then when called again from the actual PGM_BASE::~PGM_BASE() function, + MUTLOCK will not be instantiated because s_initialized will be false. + + */ + + if( s_initialized ) + { + MUTLOCK lock( s_lock ); + + if( s_initialized ) + { + curl_global_cleanup(); + + kill_locks(); + + atexit( &at_terminate ); + + s_initialized = false; + } + } +} + + +std::string KICAD_CURL::GetSimpleVersion() +{ + if( !s_initialized ) + Init(); + + curl_version_info_data* info = curl_version_info( CURLVERSION_NOW ); + + std::string res; + + if( info->version ) + { + res += "libcurl version: " + std::string( info->version ); + } + + res += " ("; + + if( info->features & CURL_VERSION_SSL ) + { + res += "with SSL - "; + res += std::string( info->ssl_version ); + } + else + { + res += "without SSL"; + } + res += ")"; + + return res; +} diff --git a/common/kicad_curl/kicad_curl_easy.cpp b/common/kicad_curl/kicad_curl_easy.cpp new file mode 100644 index 0000000..1e84afe --- /dev/null +++ b/common/kicad_curl/kicad_curl_easy.cpp @@ -0,0 +1,94 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Mark Roszko + * Copyright (C) 2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 3 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include +#include +#include +#include + + +static size_t write_callback( void* contents, size_t size, size_t nmemb, void* userp ) +{ + size_t realsize = size * nmemb; + + std::string* p = (std::string*) userp; + + p->append( (const char*) contents, realsize ); + + return realsize; +} + + +KICAD_CURL_EASY::KICAD_CURL_EASY() : + m_headers( NULL ) +{ + // Call KICAD_CURL::Init() from in here everytime, but only the first time + // will incur any overhead. This strategy ensures that libcurl is never loaded + // unless it is needed. + + KICAD_CURL::Init(); + + m_CURL = curl_easy_init(); + + if( !m_CURL ) + { + THROW_IO_ERROR( "Unable to initialize CURL session" ); + } + + curl_easy_setopt( m_CURL, CURLOPT_WRITEFUNCTION, write_callback ); + curl_easy_setopt( m_CURL, CURLOPT_WRITEDATA, (void*) &m_buffer ); +} + + +KICAD_CURL_EASY::~KICAD_CURL_EASY() +{ + if( m_headers ) + curl_slist_free_all( m_headers ); + + curl_easy_cleanup( m_CURL ); +} + + +void KICAD_CURL_EASY::Perform() +{ + if( m_headers ) + { + curl_easy_setopt( m_CURL, CURLOPT_HTTPHEADER, m_headers ); + } + + // bonus: retain worst case memory allocation, should re-use occur + m_buffer.clear(); + + CURLcode res = curl_easy_perform( m_CURL ); + + if( res != CURLE_OK ) + { + std::string msg = StrPrintf( "curl_easy_perform()=%d: %s", + res, GetErrorText( res ).c_str() ); + THROW_IO_ERROR( msg ); + } +} diff --git a/common/kiface_i.cpp b/common/kiface_i.cpp new file mode 100644 index 0000000..fdafa4e --- /dev/null +++ b/common/kiface_i.cpp @@ -0,0 +1,107 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2008-2011 Wayne Stambaugh + * Copyright (C) 1992-2014 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include // FROM_UTF8() +#include +#include + +#include +#include + +#include + +/// Initialize aDst SEARCH_STACK with KIFACE (DSO) specific settings. +/// A non-member function so it an be moved easily, plus it's nobody's business. +static void setSearchPaths( SEARCH_STACK* aDst, KIWAY::FACE_T aId ) +{ + SEARCH_STACK bases; + + SystemDirsAppend( &bases ); + aDst->Clear(); + + for( unsigned i = 0; i < bases.GetCount(); ++i ) + { + wxFileName fn( bases[i], wxEmptyString ); + + // Add schematic library file path to search path list. + // we must add /library and /library/doc + if( aId == KIWAY::FACE_SCH ) + { + // Add schematic doc file path (library/doc) to search path list. + + fn.AppendDir( wxT( "library" ) ); + aDst->AddPaths( fn.GetPath() ); + + fn.AppendDir( wxT( "doc" ) ); + aDst->AddPaths( fn.GetPath() ); + + fn.RemoveLastDir(); + fn.RemoveLastDir(); // "../../" up twice, removing library/doc/ + } + + // Add PCB library file path to search path list. + if( aId == KIWAY::FACE_PCB || aId == KIWAY::FACE_CVPCB ) + { + fn.AppendDir( wxT( "modules" ) ); + aDst->AddPaths( fn.GetPath() ); + + // Add 3D module library file path to search path list. + fn.AppendDir( wxT( "packages3d" ) ); + aDst->AddPaths( fn.GetPath() ); + + fn.RemoveLastDir(); + fn.RemoveLastDir(); // "../../" up twice, remove modules/packages3d + } + + // Add KiCad template file path to search path list. + fn.AppendDir( wxT( "template" ) ); + aDst->AddPaths( fn.GetPath() ); + } + +#ifndef __WXMAC__ + aDst->AddPaths( wxT( "/usr/local/share" ) ); +#endif + +#if 1 && defined(DEBUG) + aDst->Show( "kiface" ); +#endif +} + + +bool KIFACE_I::start_common( int aCtlBits ) +{ + m_start_flags = aCtlBits; + m_bm.Init(); + setSearchPaths( &m_bm.m_search, m_id ); + + return true; +} + + +void KIFACE_I::end_common() +{ + m_bm.End(); +} + diff --git a/common/kiway.cpp b/common/kiway.cpp new file mode 100644 index 0000000..7919b9c --- /dev/null +++ b/common/kiway.cpp @@ -0,0 +1,432 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include +#include +#include +#include +#include +#include + +#include +#include + + +KIFACE* KIWAY::m_kiface[KIWAY_FACE_COUNT]; +int KIWAY::m_kiface_version[KIWAY_FACE_COUNT]; + + + +KIWAY::KIWAY( PGM_BASE* aProgram, int aCtlBits, wxFrame* aTop ): + m_program( aProgram ), + m_ctl( aCtlBits ), + m_top( 0 ) +{ + SetTop( aTop ); // hook player_destroy_handler() into aTop. + + memset( m_player, 0, sizeof( m_player ) ); +} + + +// Any event types derived from wxCommandEvt, like wxWindowDestroyEvent, are +// propogated upwards to parent windows if not handled below. Therefore the +// m_top window should receive all wxWindowDestroyEvents originating from +// KIWAY_PLAYERs. It does anyways, but now player_destroy_handler eavesdrops +// on that event stream looking for KIWAY_PLAYERs being closed. + +void KIWAY::player_destroy_handler( wxWindowDestroyEvent& event ) +{ + wxWindow* w = event.GetWindow(); + + for( unsigned i=0; iGetName() ) );) + + m_player[i] = 0; + } + } + + event.Skip(); // skip to who, the wxApp? I'm the top window. +} + + +void KIWAY::SetTop( wxFrame* aTop ) +{ + if( m_top ) + { + m_top->Disconnect( wxEVT_DESTROY, wxWindowDestroyEventHandler( KIWAY::player_destroy_handler ), NULL, this ); + } + + if( aTop ) + { + aTop->Connect( wxEVT_DESTROY, wxWindowDestroyEventHandler( KIWAY::player_destroy_handler ), NULL, this ); + } + + m_top = aTop; +} + + +const wxString KIWAY::dso_full_path( FACE_T aFaceId ) +{ + const wxChar* name; + + switch( aFaceId ) + { + case FACE_SCH: name = KIFACE_PREFIX wxT( "eeschema" ); break; + case FACE_PCB: name = KIFACE_PREFIX wxT( "pcbnew" ); break; + case FACE_CVPCB: name = KIFACE_PREFIX wxT( "cvpcb" ); break; + case FACE_GERBVIEW: name = KIFACE_PREFIX wxT( "gerbview" ); break; + case FACE_PL_EDITOR: name = KIFACE_PREFIX wxT( "pl_editor" ); break; + case FACE_PCB_CALCULATOR: name = KIFACE_PREFIX wxT( "pcb_calculator" ); break; + case FACE_BMP2CMP: name = KIFACE_PREFIX wxT( "bitmap2component" ); break; + + default: + wxASSERT_MSG( 0, wxT( "caller has a bug, passed a bad aFaceId" ) ); + return wxEmptyString; + } + +#ifndef __WXMAC__ + wxFileName fn = wxStandardPaths::Get().GetExecutablePath(); +#else + // we have the dso's in main OSX bundle kicad.app/Contents/PlugIns + wxFileName fn = Pgm().GetExecutablePath(); + fn.AppendDir( wxT( "Contents" ) ); + fn.AppendDir( wxT( "PlugIns" ) ); +#endif + + fn.SetName( name ); + + // Here a "suffix" == an extension with a preceding '.', + // so skip the preceding '.' to get an extension + fn.SetExt( KIFACE_SUFFIX + 1 ); // + 1 => &KIFACE_SUFFIX[1] + + return fn.GetFullPath(); +} + + +PROJECT& KIWAY::Prj() const +{ + return *(PROJECT*) &m_project; // strip const-ness, function really is const. +} + + +KIFACE* KIWAY::KiFACE( FACE_T aFaceId, bool doLoad ) +{ + // Since this will be called from python, cannot assume that code will + // not pass a bad aFaceId. + if( unsigned( aFaceId ) >= DIM( m_kiface ) ) + { + // @todo : throw an exception here for python's benefit, at least that + // way it gets some explanatory text. + + wxASSERT_MSG( 0, wxT( "caller has a bug, passed a bad aFaceId" ) ); + return NULL; + } + + // return the previously loaded KIFACE, if it was. + if( m_kiface[aFaceId] ) + return m_kiface[aFaceId]; + + // DSO with KIFACE has not been loaded yet, does caller want to load it? + if( doLoad ) + { + wxString dname = dso_full_path( aFaceId ); + + wxDynamicLibrary dso; + + void* addr = NULL; + + if( !dso.Load( dname, wxDL_VERBATIM | wxDL_NOW | wxDL_GLOBAL ) ) + { + // Failure: error reporting UI was done via wxLogSysError(). + // No further reporting required here. + } + + else if( ( addr = dso.GetSymbol( wxT( KIFACE_INSTANCE_NAME_AND_VERSION ) ) ) == NULL ) + { + // Failure: error reporting UI was done via wxLogSysError(). + // No further reporting required here. + } + + else + { + KIFACE_GETTER_FUNC* getter = (KIFACE_GETTER_FUNC*) addr; + + KIFACE* kiface = getter( &m_kiface_version[aFaceId], KIFACE_VERSION, m_program ); + + // KIFACE_GETTER_FUNC function comment (API) says the non-NULL is unconditional. + wxASSERT_MSG( kiface, + wxT( "attempted DSO has a bug, failed to return a KIFACE*" ) ); + + // Give the DSO a single chance to do its "process level" initialization. + // "Process level" specifically means stay away from any projects in there. + if( kiface->OnKifaceStart( m_program, m_ctl ) ) + { + // Tell dso's wxDynamicLibrary destructor not to Unload() the program image. + (void) dso.Detach(); + + return m_kiface[aFaceId] = kiface; + } + } + + // In any of the failure cases above, dso.Unload() should be called here + // by dso destructor. + // However: + + // There is a file installation bug. We only look for KIFACE_I's which we know + // to exist, and we did not find one. If we do not find one, this is an + // installation bug. + + wxString msg = wxString::Format( wxT( + "Fatal Installation Bug. File:\n" + "'%s'\ncould not be loaded\n" ), GetChars( dname ) ); + + if( ! wxFileExists( dname ) ) + msg << wxT( "It is missing.\n" ); + else + msg << wxT( "Perhaps a shared library (.dll or .so) file is missing.\n" ); + + msg << wxT( "From command line: argv[0]:\n'" ); + msg << wxStandardPaths::Get().GetExecutablePath() << wxT( "'\n" ); + + // This is a fatal error, one from which we cannot recover, nor do we want + // to protect against in client code which would require numerous noisy + // tests in numerous places. So we inform the user that the installation + // is bad. This exception will likely not get caught until way up in the + // wxApp derivative, at which point the process will exit gracefully. + THROW_IO_ERROR( msg ); + } + + return NULL; +} + + +KIWAY::FACE_T KIWAY::KifaceType( FRAME_T aFrameType ) +{ + switch( aFrameType ) + { + case FRAME_SCH: + case FRAME_SCH_LIB_EDITOR: + case FRAME_SCH_VIEWER: + case FRAME_SCH_VIEWER_MODAL: + return FACE_SCH; + + case FRAME_PCB: + case FRAME_PCB_MODULE_EDITOR: + case FRAME_PCB_MODULE_VIEWER: + case FRAME_PCB_MODULE_VIEWER_MODAL: + case FRAME_PCB_FOOTPRINT_WIZARD_MODAL: + case FRAME_PCB_DISPLAY3D: + return FACE_PCB; + + case FRAME_CVPCB: + case FRAME_CVPCB_DISPLAY: + return FACE_CVPCB; + + case FRAME_GERBER: + return FACE_GERBVIEW; + + case FRAME_PL_EDITOR: + return FACE_PL_EDITOR; + + case FRAME_CALC: + return FACE_PCB_CALCULATOR; + + case FRAME_BM2CMP: + return FACE_BMP2CMP; + + default: + return FACE_T( -1 ); + } +} + + +KIWAY_PLAYER* KIWAY::Player( FRAME_T aFrameType, bool doCreate ) +{ + // Since this will be called from python, cannot assume that code will + // not pass a bad aFrameType. + if( unsigned( aFrameType ) >= DIM( m_player ) ) + { + // @todo : throw an exception here for python's benefit, at least that + // way it gets some explanatory text. + + wxASSERT_MSG( 0, wxT( "caller has a bug, passed a bad aFrameType" ) ); + return NULL; + } + + // return the previously opened window + if( m_player[aFrameType] ) + return m_player[aFrameType]; + + if( doCreate ) + { + FACE_T face_type = KifaceType( aFrameType ); + wxASSERT( face_type != FACE_T(-1) ); + + KIFACE* kiface = KiFACE( face_type ); + wxASSERT( kiface ); + + if( kiface ) + { + KIWAY_PLAYER* frame = (KIWAY_PLAYER*) kiface->CreateWindow( + m_top, + aFrameType, + this, + m_ctl // questionable need, these same flags where passed to the KIFACE::OnKifaceStart() + ); + wxASSERT( frame ); + + return m_player[aFrameType] = frame; + } + } + + return NULL; +} + + +bool KIWAY::PlayerClose( FRAME_T aFrameType, bool doForce ) +{ + // Since this will be called from python, cannot assume that code will + // not pass a bad aFrameType. + if( unsigned( aFrameType ) >= DIM( m_player ) ) + { + // @todo : throw an exception here for python's benefit, at least that + // way it gets some explanatory text. + + wxASSERT_MSG( 0, wxT( "caller has a bug, passed a bad aFrameType" ) ); + return false; + } + + if( m_player[aFrameType] ) + { + if( m_player[aFrameType]->Close( doForce ) ) + { + m_player[aFrameType] = 0; + return true; + } + + return false; + } + + return true; // window is closed already. +} + + +bool KIWAY::PlayersClose( bool doForce ) +{ + bool ret = true; + + for( unsigned i=0; i < DIM( m_player ); ++i ) + { + ret = ret && PlayerClose( FRAME_T( i ), doForce ); + } + + return ret; +} + + +void KIWAY::ExpressMail( FRAME_T aDestination, + MAIL_T aCommand, const std::string& aPayload, wxWindow* aSource ) +{ + KIWAY_EXPRESS mail( aDestination, aCommand, aPayload, aSource ); + + ProcessEvent( mail ); +} + + +void KIWAY::SetLanguage( int aLanguage ) +{ + Pgm().SetLanguageIdentifier( aLanguage ); + Pgm().SetLanguage(); + +#if 1 + // This is a risky hack that goes away if we allow the language to be + // set only from the top most frame if !Kiface.IsSingle() + + // Only for the C++ project manager, and not for the python one and not for + // single_top do we look for the EDA_BASE_FRAME as the top level window. + // For single_top this is not needed because that window is registered in + // the array below. + if( m_ctl & KFCTL_CPP_PROJECT_SUITE ) + { + EDA_BASE_FRAME* top = (EDA_BASE_FRAME*) m_top; + if( top ) + top->ShowChangedLanguage(); + } +#endif + + for( unsigned i=0; i < DIM( m_player ); ++i ) + { + KIWAY_PLAYER* frame = m_player[i]; + + if( frame ) + { + frame->ShowChangedLanguage(); + } + } +} + + +bool KIWAY::ProcessEvent( wxEvent& aEvent ) +{ + KIWAY_EXPRESS* mail = dynamic_cast( &aEvent ); + + if( mail ) + { + FRAME_T dest = mail->Dest(); + + // see if recipient is alive + KIWAY_PLAYER* alive = Player( dest, false ); + + if( alive ) + { +#if 1 + return alive->ProcessEvent( aEvent ); +#else + alive->KiwayMailIn( *mail ); + return true; +#endif + } + } + + return false; +} + + +void KIWAY::OnKiwayEnd() +{ + for( unsigned i=0; i < DIM( m_kiface ); ++i ) + { + if( m_kiface[i] ) + m_kiface[i]->OnKifaceEnd(); + } +} + diff --git a/common/kiway_express.cpp b/common/kiway_express.cpp new file mode 100644 index 0000000..8056f4a --- /dev/null +++ b/common/kiway_express.cpp @@ -0,0 +1,60 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +//IMPLEMENT_DYNAMIC_CLASS( KIWAY_EXPRESS, wxEvent ) + + +#if 0 // requires that this code reside in only a single link image, rather than + // in each of kicad.exe, _pcbnew.kiface, and _eeschema.kiface as now. + // In the current case wxEVENT_ID will get a different value in each link + // image. We need to put this into a shared library for common utilization, + // I think that library should be libki.so. I am reluctant to do that now + // because the cost will be finding libki.so at runtime, and we need infrastructure + // to set our LIB_ENV_VAR to the proper place so libki.so can be reliably found. + // All things in due course. +const wxEventType KIWAY_EXPRESS::wxEVENT_ID = wxNewEventType(); +#else +const wxEventType KIWAY_EXPRESS::wxEVENT_ID = 30000; // commmon accross all link images, hopefully unique. +#endif + + +KIWAY_EXPRESS::KIWAY_EXPRESS( const KIWAY_EXPRESS& anOther ) : + wxEvent( anOther ) +{ + m_destination = anOther.m_destination; + m_payload = anOther.m_payload; +} + + +KIWAY_EXPRESS::KIWAY_EXPRESS( FRAME_T aDestination, MAIL_T aCommand, + const std::string& aPayload, wxWindow* aSource ) : + wxEvent( aCommand, wxEVENT_ID ), + m_destination( aDestination ), + m_payload( aPayload ) +{ + SetEventObject( aSource ); +} + diff --git a/common/kiway_holder.cpp b/common/kiway_holder.cpp new file mode 100644 index 0000000..a0a2dcf --- /dev/null +++ b/common/kiway_holder.cpp @@ -0,0 +1,32 @@ + +#include +#include + +#if defined(DEBUG) + #include +#endif + + +PROJECT& KIWAY_HOLDER::Prj() const +{ + return Kiway().Prj(); +} + + +// this is not speed critical, hide it out of line. +void KIWAY_HOLDER::SetKiway( wxWindow* aDest, KIWAY* aKiway ) +{ +#if defined(DEBUG) + // offer a trap point for debugging most any window + wxASSERT( aDest ); + if( !strcmp( typeid(aDest).name(), "DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB" ) ) + { + int breakhere=1; + (void) breakhere; + } +#endif + + (void) aDest; + + m_kiway = aKiway; +} diff --git a/common/kiway_player.cpp b/common/kiway_player.cpp new file mode 100644 index 0000000..a33acc1 --- /dev/null +++ b/common/kiway_player.cpp @@ -0,0 +1,205 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2014-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include +#include +#include +#include +#include +#include + + +BEGIN_EVENT_TABLE( KIWAY_PLAYER, EDA_BASE_FRAME ) + EVT_KIWAY_EXPRESS( KIWAY_PLAYER::kiway_express ) + EVT_MENU_RANGE( ID_LANGUAGE_CHOICE, ID_LANGUAGE_CHOICE_END, KIWAY_PLAYER::language_change ) +END_EVENT_TABLE() + + +KIWAY_PLAYER::KIWAY_PLAYER( KIWAY* aKiway, wxWindow* aParent, FRAME_T aFrameType, + const wxString& aTitle, const wxPoint& aPos, const wxSize& aSize, + long aStyle, const wxString& aWdoName ) : + EDA_BASE_FRAME( aParent, aFrameType, aTitle, aPos, aSize, aStyle, aWdoName ), + KIWAY_HOLDER( aKiway ), + m_modal( false ), + m_modal_loop( 0 ), m_modal_resultant_parent( 0 ) +{ + // DBG( printf("KIWAY_EXPRESS::wxEVENT_ID:%d\n", KIWAY_EXPRESS::wxEVENT_ID );) + m_modal_ret_val = 0; +} + + +KIWAY_PLAYER::KIWAY_PLAYER( wxWindow* aParent, wxWindowID aId, const wxString& aTitle, + const wxPoint& aPos, const wxSize& aSize, long aStyle, + const wxString& aWdoName ) : + EDA_BASE_FRAME( aParent, (FRAME_T) aId, aTitle, aPos, aSize, aStyle, aWdoName ), + KIWAY_HOLDER( 0 ), + m_modal( false ), + m_modal_loop( 0 ), + m_modal_resultant_parent( 0 ), + m_modal_ret_val( false ) +{ + // DBG( printf("KIWAY_EXPRESS::wxEVENT_ID:%d\n", KIWAY_EXPRESS::wxEVENT_ID );) +} + + +KIWAY_PLAYER::~KIWAY_PLAYER(){} + + +void KIWAY_PLAYER::KiwayMailIn( KIWAY_EXPRESS& aEvent ) +{ + // override this in derived classes. +} + + +bool KIWAY_PLAYER::ShowModal( wxString* aResult, wxWindow* aResultantFocusWindow ) +{ + wxASSERT_MSG( IsModal(), wxT( "ShowModal() shouldn't be called on non-modal frame" ) ); + + /* + This function has a nice interface but a necessarily unsightly implementation. + Now the implementation is encapsulated, localizing future changes. + + It works in tandem with DismissModal(). But only ShowModal() is in the + vtable and therefore cross-module capable. + */ + + // This is an exception safe way to zero a pointer before returning. + // Yes, even though DismissModal() clears this first normally, this is + // here in case there's an exception before the dialog is dismissed. + struct NULLER + { + void*& m_what; + NULLER( void*& aPtr ) : m_what( aPtr ) {} + ~NULLER() { m_what = 0; } // indeed, set it to NULL on destruction + } clear_this( (void*&) m_modal_loop ); + + + m_modal_resultant_parent = aResultantFocusWindow; + + Show( true ); + Raise(); // Needed on some Window managers to always display the frame + + SetFocus(); + + { + // We have to disable all frames but the the modal one. + // wxWindowDisabler does that, but it also disables all top level windows + // We do not want to disable top level windows which are child of the modal one, + // if they are enabled. + // An example is an aui toolbar which was moved + // or a dialog or an other frame or miniframe opened by the modal one. + wxWindowList wlist = GetChildren(); + std::vector enabledTopLevelWindows; + + for( unsigned ii = 0; ii < wlist.size(); ii++ ) + if( wlist[ii]->IsTopLevel() && wlist[ii]->IsEnabled() ) + enabledTopLevelWindows.push_back( wlist[ii] ); + + // exception safe way to disable all top level windows except the modal one, + // re-enables only those that were disabled on exit + wxWindowDisabler toggle( this ); + + for( unsigned ii = 0; ii < enabledTopLevelWindows.size(); ii++ ) + enabledTopLevelWindows[ii]->Enable( true ); + + WX_EVENT_LOOP event_loop; + m_modal_loop = &event_loop; + event_loop.Run(); + + } // End of scope for some variables. + // End nesting before setting focus below. + + if( aResult ) + *aResult = m_modal_string; + + DBG(printf( "~%s: aResult:'%s' ret:%d\n", + __func__, TO_UTF8( m_modal_string ), m_modal_ret_val );) + + if( aResultantFocusWindow ) + { + aResultantFocusWindow->Raise(); + + // have the final say, after wxWindowDisabler reenables my parent and + // the events settle down, set the focus + wxSafeYield(); + aResultantFocusWindow->SetFocus(); + } + + return m_modal_ret_val; +} + +bool KIWAY_PLAYER::Destroy() +{ + return EDA_BASE_FRAME::Destroy(); +} + +bool KIWAY_PLAYER::IsDismissed() +{ + bool ret = !m_modal_loop; + + DBG(printf( "%s: ret:%d\n", __func__, ret );) + + return ret; +} + + +void KIWAY_PLAYER::DismissModal( bool aRetVal, const wxString& aResult ) +{ + m_modal_ret_val = aRetVal; + m_modal_string = aResult; + + if( m_modal_loop ) + { + m_modal_loop->Exit(); + m_modal_loop = 0; // this marks it as dismissed. + } + + Show( false ); +} + + +void KIWAY_PLAYER::kiway_express( KIWAY_EXPRESS& aEvent ) +{ + // logging support +#if defined(DEBUG) + const char* class_name = typeid( this ).name(); + + printf( "%s: received cmd:%d pay:'%s'\n", class_name, + aEvent.Command(), aEvent.GetPayload().c_str() ); +#endif + + KiwayMailIn( aEvent ); // call the virtual, override in derived. +} + + +void KIWAY_PLAYER::language_change( wxCommandEvent& event ) +{ + int id = event.GetId(); + + // tell all the KIWAY_PLAYERs about the language change. + Kiway().SetLanguage( id ); +} diff --git a/common/lockfile.cpp b/common/lockfile.cpp new file mode 100644 index 0000000..b3c3714 --- /dev/null +++ b/common/lockfile.cpp @@ -0,0 +1,56 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014-2015 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2014-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + + +wxSingleInstanceChecker* LockFile( const wxString& aFileName ) +{ + // first make absolute and normalize, to avoid that different lock files + // for the same file can be created + wxFileName fn( aFileName ); + + fn.MakeAbsolute(); + + wxString lockFileName = fn.GetFullPath() + wxT( ".lock" ); + + lockFileName.Replace( wxT( "/" ), wxT( "_" ) ); + + // We can have filenames coming from Windows, so also convert Windows separator + lockFileName.Replace( wxT( "\\" ), wxT( "_" ) ); + + wxSingleInstanceChecker* p = new wxSingleInstanceChecker( lockFileName, + GetKicadLockFilePath() ); + + if( p->IsAnotherRunning() ) + { + delete p; + p = NULL; + } + + return p; +} + diff --git a/common/lset.cpp b/common/lset.cpp new file mode 100644 index 0000000..4e4248d --- /dev/null +++ b/common/lset.cpp @@ -0,0 +1,747 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2014 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include + +#include +#include + + +LSET::LSET( const LAYER_ID* aArray, unsigned aCount ) : + BASE_SET() +{ + for( unsigned i=0; i=1. + wxASSERT_MSG( aIdCount > 0, wxT( "aIdCount must be >= 1" ) ); + + set( aFirst ); + + if( --aIdCount ) + { + va_list ap; + + va_start( ap, aFirst ); + + for( unsigned i=0; i rend ) + { + int cc = *rstart--; + + if( cc == '_' ) + continue; + + int nibble; + + if( cc >= '0' && cc <= '9' ) + nibble = cc - '0'; + else if( cc >= 'a' && cc <= 'f' ) + nibble = cc - 'a' + 10; + else if( cc >= 'A' && cc <= 'F' ) + nibble = cc - 'A' + 10; + else + break; + + int bit = nibble_ndx * 4; + + for( int ndx=0; bit= bitcount ) + break; + + ++nibble_ndx; + } + + int byte_count = aStart + aCount - 1 - rstart; + + assert( byte_count >= 0 ); + + if( byte_count > 0 ) + *this = tmp; + + return byte_count; +} + + +LSEQ LSET::Seq( const LAYER_ID* aWishListSequence, unsigned aCount ) const +{ + LSEQ ret; + +#if defined(DEBUG) && 0 + LSET dup_detector; + + for( unsigned i=0; i= 4 + if( IsCopperLayer( aLayerId ) && aCopperLayersCount >= 4 ) + { + // internal copper layers count is aCopperLayersCount-2 + LAYER_ID fliplayer = LAYER_ID(aCopperLayersCount - 2 - ( aLayerId - In1_Cu ) ); + // Ensure fliplayer has a value which does not crash pcbnew: + if( fliplayer < F_Cu ) + fliplayer = F_Cu; + + if( fliplayer > B_Cu ) + fliplayer = B_Cu; + + return fliplayer; + } + + // No change for the other layers + return aLayerId; + } +} + + +LSET FlipLayerMask( LSET aMask, int aCopperLayersCount ) +{ + // layers on physical outside of a board: + const static LSET and_mask( 16, // !! update count + B_Cu, F_Cu, + B_SilkS, F_SilkS, + B_Adhes, F_Adhes, + B_Mask, F_Mask, + B_Paste, F_Paste, + B_Adhes, F_Adhes, + B_CrtYd, F_CrtYd, + B_Fab, F_Fab + ); + + LSET newMask = aMask & ~and_mask; + + if( aMask[B_Cu] ) + newMask.set( F_Cu ); + + if( aMask[F_Cu] ) + newMask.set( B_Cu ); + + if( aMask[B_SilkS] ) + newMask.set( F_SilkS ); + + if( aMask[F_SilkS] ) + newMask.set( B_SilkS ); + + if( aMask[B_Adhes] ) + newMask.set( F_Adhes ); + + if( aMask[F_Adhes] ) + newMask.set( B_Adhes ); + + if( aMask[B_Mask] ) + newMask.set( F_Mask ); + + if( aMask[F_Mask] ) + newMask.set( B_Mask ); + + if( aMask[B_Paste] ) + newMask.set( F_Paste ); + + if( aMask[F_Paste] ) + newMask.set( B_Paste ); + + if( aMask[B_Adhes] ) + newMask.set( F_Adhes ); + + if( aMask[F_Adhes] ) + newMask.set( B_Adhes ); + + if( aMask[B_CrtYd] ) + newMask.set( F_CrtYd ); + + if( aMask[F_CrtYd] ) + newMask.set( B_CrtYd ); + + if( aMask[B_Fab] ) + newMask.set( F_Fab ); + + if( aMask[F_Fab] ) + newMask.set( B_Fab ); + + if( aCopperLayersCount >= 4 ) // Internal layers exist + { + LSET internalMask = aMask & ~LSET::InternalCuMask(); + + if( internalMask != LSET::InternalCuMask() ) + { // the mask does not include all internal layers. Therefore + // the flipped mask for internal copper layers must be built + int innerLayerCnt = aCopperLayersCount -2; + + for( int ii = 0; ii < innerLayerCnt; ii++ ) + { + if( internalMask[innerLayerCnt - ii + In1_Cu] ) + newMask.set( ii + In1_Cu ); + else + newMask.reset( ii + In1_Cu ); + } + } + } + + return newMask; +} + + +LAYER_ID LSET::ExtractLayer() const +{ + unsigned set_count = count(); + + if( !set_count ) + return UNSELECTED_LAYER; + else if( set_count > 1 ) + return UNDEFINED_LAYER; + + for( unsigned i=0; i < size(); ++i ) + { + if( test( i ) ) + return LAYER_ID( i ); + } + + wxASSERT( 0 ); // set_count was verified as 1 above, what did you break? + + return UNDEFINED_LAYER; +} + + +LSET LSET::InternalCuMask() +{ + static const LAYER_ID cu_internals[] = { + In1_Cu, + In2_Cu, + In3_Cu, + In4_Cu, + In5_Cu, + In6_Cu, + In7_Cu, + In8_Cu, + In9_Cu, + In10_Cu, + In11_Cu, + In12_Cu, + In13_Cu, + In14_Cu, + In15_Cu, + In16_Cu, + In17_Cu, + In18_Cu, + In19_Cu, + In20_Cu, + In21_Cu, + In22_Cu, + In23_Cu, + In24_Cu, + In25_Cu, + In26_Cu, + In27_Cu, + In28_Cu, + In29_Cu, + In30_Cu, + }; + + static const LSET saved( cu_internals, DIM( cu_internals ) ); + return saved; +} + + +LSET LSET::AllCuMask( int aCuLayerCount ) +{ + // retain all in static as the full set, which is a common case. + static const LSET all = InternalCuMask().set( F_Cu ).set( B_Cu ); + + if( aCuLayerCount == MAX_CU_LAYERS ) + return all; + + // subtract out some Cu layers not wanted in the mask. + LSET ret = all; + int clear_count = MAX_CU_LAYERS - aCuLayerCount; + + clear_count = Clamp( 0, clear_count, MAX_CU_LAYERS - 2 ); + + for( LAYER_NUM elem=In30_Cu; clear_count; --elem, --clear_count ) + { + ret.set( elem, false ); + } + + return ret; +} + + +LSET LSET::AllNonCuMask() +{ + static const LSET saved = LSET().set() & ~AllCuMask(); + return saved; +} + + +LSET LSET::AllLayersMask() +{ + static const LSET saved = LSET().set(); + return saved; +} + + +LSET LSET::BackTechMask() +{ + // (SILKSCREEN_LAYER_BACK | SOLDERMASK_LAYER_BACK | ADHESIVE_LAYER_BACK | SOLDERPASTE_LAYER_BACK) + static const LSET saved( 6, B_SilkS, B_Mask, B_Adhes, B_Paste, B_CrtYd, B_Fab ); + return saved; +} + + +LSET LSET::FrontTechMask() +{ + // (SILKSCREEN_LAYER_FRONT | SOLDERMASK_LAYER_FRONT | ADHESIVE_LAYER_FRONT | SOLDERPASTE_LAYER_FRONT) + static const LSET saved( 6, F_SilkS, F_Mask, F_Adhes, F_Paste, F_CrtYd, F_Fab ); + return saved; +} + + +LSET LSET::AllTechMask() +{ + static const LSET saved = BackTechMask() | FrontTechMask(); + return saved; +} + + +LSET LSET::UserMask() +{ + static const LSET saved( 6, + Dwgs_User, + Cmts_User, + Eco1_User, + Eco2_User, + Edge_Cuts, + Margin + ); + + return saved; +} + + +LSET LSET::FrontMask() +{ + static const LSET saved = FrontTechMask().set( F_Cu ); + return saved; +} + + +LSET LSET::BackMask() +{ + static const LSET saved = BackTechMask().set( B_Cu ); + return saved; +} + + +LSEQ LSET::UIOrder() const +{ + LAYER_ID order[LAYER_ID_COUNT]; + + // Assmuming that the LAYER_ID order is according to preferred UI order, as of + // today this is true. When that becomes not true, its easy to change the order + // in here to compensate. + + for( unsigned i=0; i + * Copyright (C) CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + +template<> +int rescale( int aNumerator, int aValue, int aDenominator ) +{ + return (int) ( (int64_t) aNumerator * (int64_t) aValue / (int64_t) aDenominator ); +} + + +template<> +int64_t rescale( int64_t aNumerator, int64_t aValue, int64_t aDenominator ) +{ +#ifdef __x86_64__ + return ( (__int128_t) aNumerator * (__int128_t) aValue ) / aDenominator; +#else + int64_t r = 0; + int64_t sign = ( ( aNumerator < 0 ) ? -1 : 1 ) * ( aDenominator < 0 ? -1 : 1 ) * + ( aValue < 0 ? -1 : 1 ); + + int64_t a = std::abs( aNumerator ); + int64_t b = std::abs( aValue ); + int64_t c = std::abs( aDenominator ); + + r = c / 2; + + if( b <= INT_MAX && c <= INT_MAX ) + { + if( a <= INT_MAX ) + return sign * ( ( a * b + r ) / c ); + else + return sign * ( a / c * b + ( a % c * b + r ) / c); + } + else + { + uint64_t a0 = a & 0xFFFFFFFF; + uint64_t a1 = a >> 32; + uint64_t b0 = b & 0xFFFFFFFF; + uint64_t b1 = b >> 32; + uint64_t t1 = a0 * b1 + a1 * b0; + uint64_t t1a = t1 << 32; + int i; + + a0 = a0 * b0 + t1a; + a1 = a1 * b1 + ( t1 >> 32 ) + ( a0 < t1a ); + a0 += r; + a1 += a0 < (uint64_t)r; + + for( i = 63; i >= 0; i-- ) + { + a1 += a1 + ( ( a0 >> i ) & 1 ); + t1 += t1; + + if( (uint64_t) c <= a1 ) + { + a1 -= c; + t1++; + } + } + + return t1 * sign; + } +#endif +} diff --git a/common/msgpanel.cpp b/common/msgpanel.cpp new file mode 100644 index 0000000..97e8abe --- /dev/null +++ b/common/msgpanel.cpp @@ -0,0 +1,243 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2011 Wayne Stambaugh + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file msgpanel.cpp + * @brief Message panel implementation file. + */ + +#include + + +BEGIN_EVENT_TABLE( EDA_MSG_PANEL, wxPanel ) + EVT_PAINT( EDA_MSG_PANEL::OnPaint ) +END_EVENT_TABLE() + + +EDA_MSG_PANEL::EDA_MSG_PANEL( wxWindow* aParent, int aId, + const wxPoint& aPosition, const wxSize& aSize, + long style, const wxString &name ) : + wxPanel( aParent, aId, aPosition, aSize, style, name ) +{ + SetFont( wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT ) ); + SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ) ); + m_last_x = 0; + + m_fontSize = computeFontSize(); +} + + +EDA_MSG_PANEL::~EDA_MSG_PANEL() +{ +} + + +wxSize EDA_MSG_PANEL::computeFontSize() +{ + // Get size of the wxSYS_DEFAULT_GUI_FONT + wxSize fontSizeInPixels; + + wxScreenDC dc; + + dc.SetFont( wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT ) ); + dc.GetTextExtent( wxT( "W" ), &fontSizeInPixels.x, &fontSizeInPixels.y ); + + return fontSizeInPixels; +} + + +int EDA_MSG_PANEL::GetRequiredHeight() +{ + // make space for two rows of text plus a number of pixels between them. + return 2 * computeFontSize().y + 0; +} + + +wxSize EDA_MSG_PANEL::computeTextSize( const wxString& aText ) const +{ + // Get size of the wxSYS_DEFAULT_GUI_FONT + wxSize textSizeInPixels; + + wxScreenDC dc; + + dc.SetFont( wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT ) ); + dc.GetTextExtent( aText, &textSizeInPixels.x, &textSizeInPixels.y ); + + return textSizeInPixels; +} + + +void EDA_MSG_PANEL::OnPaint( wxPaintEvent& aEvent ) +{ + wxPaintDC dc( this ); + + erase( &dc ); + + dc.SetBackground( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ) ); + dc.SetBackgroundMode( wxSOLID ); + dc.SetTextBackground( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ) ); + dc.SetFont( wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT ) ); + + for( unsigned i=0; i aLowerText.Len() ) ? aUpperText : aLowerText; + text.Append( ' ', aPad ); + + MSG_PANEL_ITEM item; + + /* Don't put the first message a window client position 0. Offset by + * one 'W' character width. */ + if( m_last_x == 0 ) + m_last_x = m_fontSize.x; + + item.m_X = m_last_x; + + item.m_UpperY = ( drawSize.y / 2 ) - m_fontSize.y; + item.m_LowerY = drawSize.y - m_fontSize.y; + + item.m_UpperText = aUpperText; + item.m_LowerText = aLowerText; + item.m_Color = aColor; + m_Items.push_back( item ); + m_last_x += computeTextSize( text ).x; + + // Add an extra space between texts for a better look: + m_last_x += m_fontSize.x; + + Refresh(); +} + + +void EDA_MSG_PANEL::SetMessage( int aXPosition, const wxString& aUpperText, + const wxString& aLowerText, EDA_COLOR_T aColor ) +{ + wxPoint pos; + wxSize drawSize = GetClientSize(); + + if( aXPosition >= 0 ) + m_last_x = pos.x = aXPosition * (m_fontSize.x + 2); + else + pos.x = m_last_x; + + MSG_PANEL_ITEM item; + + item.m_X = pos.x; + + item.m_UpperY = (drawSize.y / 2) - m_fontSize.y; + item.m_LowerY = drawSize.y - m_fontSize.y; + + item.m_UpperText = aUpperText; + item.m_LowerText = aLowerText; + item.m_Color = aColor; + + int ndx; + + // update the vector, which is sorted by m_X + int limit = m_Items.size(); + + for( ndx=0; ndx item.m_X ) + { + m_Items.insert( m_Items.begin() + ndx, item ); + break; + } + } + + if( ndx == limit ) // mutually exclusive with two above if tests + { + m_Items.push_back( item ); + } + + Refresh(); +} + + +void EDA_MSG_PANEL::showItem( wxDC& aDC, const MSG_PANEL_ITEM& aItem ) +{ + EDA_COLOR_T color = aItem.m_Color; + + if( color >= 0 ) + { + color = ColorGetBase( color ); + aDC.SetTextForeground( MakeColour( color ) ); + } + + if( !aItem.m_UpperText.IsEmpty() ) + { + aDC.DrawText( aItem.m_UpperText, aItem.m_X, aItem.m_UpperY ); + } + + if( !aItem.m_LowerText.IsEmpty() ) + { + aDC.DrawText( aItem.m_LowerText, aItem.m_X, aItem.m_LowerY ); + } +} + + +void EDA_MSG_PANEL::EraseMsgBox() +{ + m_Items.clear(); + m_last_x = 0; + Refresh(); +} + + +void EDA_MSG_PANEL::erase( wxDC* aDC ) +{ + wxPen pen; + wxBrush brush; + + wxSize size = GetClientSize(); + wxColor color = wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ); + + pen.SetColour( color ); + + brush.SetColour( color ); + brush.SetStyle( wxBRUSHSTYLE_SOLID ); + + aDC->SetPen( pen ); + aDC->SetBrush( brush ); + aDC->DrawRectangle( 0, 0, size.x, size.y ); +} diff --git a/common/netlist.keywords b/common/netlist.keywords new file mode 100644 index 0000000..98e949b --- /dev/null +++ b/common/netlist.keywords @@ -0,0 +1,40 @@ +code +comp +components +datasheet +date +description +design +docs +export +field +fields +footprint +footprints +fp +lib +libpart +libparts +libraries +library +libsource +name +names +net +nets +node +num +part +pin +pins +ref +sheetpath +source +tool +tstamp +tstamps +uri +value +version +aliases +alias diff --git a/common/newstroke_font.cpp b/common/newstroke_font.cpp new file mode 100644 index 0000000..3098de6 --- /dev/null +++ b/common/newstroke_font.cpp @@ -0,0 +1,11359 @@ +/* + * newstroke_font.cpp - definitions for automatically converted font + * + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010 vladimir uryvaev + * Copyright (C) 1992-2010 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +const char* const newstroke_font[] = +{ + /* // BASIC LATIN (0020-007F) */ + "JZ", /* U+20 SPACE */ + "MWRYSZR[QZRYR[ RRSQGRFSGRSRF", + "JZNFNJ RVFVJ", + "H]LM[M RRDL_ RYVJV RS_YD", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RRCR^", + "F^J[ZF RMFOGPIOKMLKKJIKGMF RYZZXYVWUUVTXUZW[YZ", + "E_[[Z[XZUWPQNNMKMINGPFQFSGTITJSLRMLQKRJTJWKYLZN[Q[SZTYWUXRXP", + "MWSFQJ", + "KYVcUbS_R]QZPUPQQLRISGUDVC", + "KYNcObQ_R]SZTUTQSLRIQGODNC", + "JZRFRK RMIRKWI ROORKUO", + "E_JSZS RR[RK", + "MWSZS[R]Q^", + "E_JSZS", + "MWRYSZR[QZRYR[", + "G][EI`", + "H\\QFSFUGVHWJXNXSWWVYUZS[Q[OZNYMWLSLNMJNHOGQF", /* U+30 DIGIT_0 */ + "H\\X[L[ RR[RFPINKLL", + "H\\LHMGOFTFVGWHXJXLWOK[X[", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY", + "H\\VMV[ RQELTYT", + "H\\WFMFLPMOONTNVOWPXRXWWYVZT[O[MZLY", + "H\\VFRFPGOHMKLOLWMYNZP[T[VZWYXWXRWPVOTNPNNOMPLR", + "H\\KFYFP[", + "H\\PONNMMLKLJMHNGPFTFVGWHXJXKWMVNTOPONPMQLSLWMYNZP[T[VZWYXWXSWQVPTO", + "H\\N[R[TZUYWVXRXJWHVGTFPFNGMHLJLOMQNRPSTSVRWQXO", + "MWRYSZR[QZRYR[ RRNSORPQORNRP", + "MWSZS[R]Q^ RRNSORPQORNRP", + "E_ZMJSZY", + "E_JPZP RZVJV", + "E_JMZSJY", + "I[QYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS", + "D_VQUPSOQOOPNQMSMUNWOXQYSYUXVW RVOVWWXXXZW[U[PYMVKRJNKKMIPHTIXK[N]R^V]Y[", /* U+40 AT */ + "I[MUWU RK[RFY[", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[", + "H[MPTP RW[M[MFWF", + "HZTPMP RM[MFWF", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR", + "G]L[LF RLPXP RX[XF", + "MWR[RF", + "JZUFUUTXRZO[M[", + "G\\L[LF RX[OO RXFLR", + "HYW[M[MF", + "F^K[KFRUYFY[", + "G]L[LFX[XF", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G\\L[LFTFVGWHXJXMWOVPTQLQ", /* U+50 P_CAP */ + "G]Z]X\\VZSWQVOV RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG", + "JZLFXF RR[RF", + "G]LFLWMYNZP[T[VZWYXWXF", + "I[KFR[YF", + "F^IFN[RLV[[F", + "H\\KFY[ RYFK[", + "I[RQR[ RKFRQYF", + "H\\KFYFK[Y[", + "KYVbQbQDVD", + "KYID[_", + "KYNbSbSDND", + "LXNHREVH", + "JZJ]Z]", + "NVPESH", /* U+60 GRAVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ", + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT", + "MYOMWM RR[RISGUFWF", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN", + "H[M[MF RV[VPUNSMPMNNMO", + "MWR[RM RRFQGRHSGRFRH", + "MWRMR_QaObNb RRFQGRHSGRFRH", + "IZN[NF RPSV[ RVMNU", + "MXU[SZRXRF", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[", + "I\\NMN[ RNOONQMTMVNWPW[", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ", /* U+70 P_SMALL */ + "I\\WMWb RWZU[Q[OZNYMWMQNOONQMUMWN", + "KXP[PM RPQQORNTMVM", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN", + "MYOMWM RRFRXSZU[W[", + "H[VMV[ RMMMXNZP[S[UZVY", + "JZMMR[WM", + "G]JMN[RQV[ZM", + "IZL[WM RLMW[", + "JZMMR[ RWMR[P`OaMb", + "IZLMWML[W[", + "KYVcUcSbR`RVQTOSQRRPRFSDUCVC", + "H\\RbRD", + "KYNcOcQbR`RVSTUSSRRPRFQDOCNC", + "KZMSNRPQTSVRWQ", + "F^K[KFYFY[K[", + /* // LATIN-1 SUPPLEMENT (0080-00FF) */ + "F^K[KFYFY[K[", /* U+80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "JZ", /* U+A0 SPACE */ + "MWROQNRMSNRORM RRUSaRbQaRURb", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRJR^", + "H[LMTM RL[W[ RO[OIPGRFUFWG", + "H]LYOV RLLOO RVVYY RVOYL RVVTWQWOVNTNQOOQNTNVOWQWTVV", + "F^JTZT RJMZM RRQR[ RKFRQYF", + "MWRbRW RRFRQ", + "I[N]P^S^U]V[UYOSNQNPONQM RVGTFQFOGNIOKUQVSVTUVSW", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH", + "@dVKTJPJNKLMKOKSLUNWPXTXVW RRCMDHGELDQEVH[M^R_W^\\[_V`Q_L\\GWDRC", + "KZOEQDSDUEVGVN RVMTNQNOMNKOIQHVH", + "H\\RMLSRY RXWTSXO", + "E_JQZQZV", + "RR", + "@dWXRR RNXNJTJVKWMWOVQTRNR RRCMDHGELDQEVH[M^R_W^\\[_V`Q_L\\GWDRC", + "LXMGWG", + "JZRFPGOIPKRLTKUITGRF", /* U+B0 DEGREE */ + "E_JOZO RRWRG RZ[J[", + "JZNAP@S@UAVCVEUGNNVN", + "JZN@V@RESEUFVHVKUMSNPNNM", + "NVTEQH", + "H^MMMb RWXXZZ[ RMXNZP[T[VZWXWM", + "F]VMV[ ROMOXNZL[ RZMMMKNJP", + "JZRRQSRTSSRRRT", + "MWR\\T]U_TaRbOb", + "JZVNNN RNCPBR@RN", + "KYQNOMNKNGOEQDSDUEVGVKUMSNQN", + "H\\RMXSRY RLWPSLO", + "G]KQYQ RVNNN RNCPBR@RN RUYUa RQSN]W]", + "G]KQYQ RVNNN RNCPBR@RN RNTPSSSUTVVVXUZNaVa", + "G]KQYQ RN@V@RESEUFVHVKUMSNPNNM RUYUa RQSN]W]", + "I[SORNSMTNSOSM RWaUbPbNaM_M]N[OZQYRXSVSU", + "I[MUWU RK[RFY[ RP>SA", /* U+C0 A_CAP GRAVE */ + "I[MUWU RK[RFY[ RT>QA", + "I[MUWU RK[RFY[ RNAR>VA", + "I[MUWU RK[RFY[ RMAN@P?TAV@W?", + "I[MUWU RK[RFY[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I[MUWU RK[RFY[ RRFPEOCPAR@TAUCTERF", + "F`JURU RRPYP RH[OF\\F RRFR[\\[", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR\\T]U_TaRbOb", + "H[MPTP RW[M[MFWF RP>SA", + "H[MPTP RW[M[MFWF RT>QA", + "H[MPTP RW[M[MFWF RNAR>VA", + "H[MPTP RW[M[MFWF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "MWR[RF RP>SA", + "MWR[RF RT>QA", + "MWR[RF RNAR>VA", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RIPQP", /* U+D0 D_CAP STROKE_H */ + "G]L[LFX[XF RMAN@P?TAV@W?", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RP>SA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RT>QA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAR>VA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W?", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "E_LMXY RXMLY", + "G]ZFJ[ RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[", + "G]LFLWMYNZP[T[VZWYXWXF RP>SA", + "G]LFLWMYNZP[T[VZWYXWXF RT>QA", + "G]LFLWMYNZP[T[VZWYXWXF RNAR>VA", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I[RQR[ RKFRQYF RT>QA", + "G\\LFL[ RLKTKVLWMXOXRWTVUTVLV", + "F]K[KJLHMGOFRFTGUHVJVMSMQNPPPQQSSTVTXUYWYXXZV[R[PZ", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RPESH", /* U+E0 A_SMALL GRAVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RTEQH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHREVH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RMHNGPFTHVGWF", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRHPGOEPCRBTCUETGRH", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX", + "HZVZT[P[NZMYLWLQMONNPMTMVN RR\\T]U_TaRbOb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RPESH", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RTEQH", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHREVH", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNFOGNHMGNFNH RVFWGVHUGVFVH", + "MWR[RM RPESH", + "MWR[RM RTEQH", + "LXNHREVH RR[RM", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RR[RM", + "I\\SCQI RWNUMQMONNOMQMXNZP[T[VZWXWLVITGRFNE", /* U+F0 ETH_SMALL */ + "I\\NMN[ RNOONQMTMVNWPW[ RMHNGPFTHVGWF", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RPESH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEQH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHREVH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMHNGPFTHVGWF", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_ZSJS RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "H[XMK[ RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "H[VMV[ RMMMXNZP[S[UZVY RPESH", + "H[VMV[ RMMMXNZP[S[UZVY RTEQH", + "H[VMV[ RMMMXNZP[S[UZVY RNHREVH", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH", + "JZMMR[ RWMR[P`OaMb RTEQH", + "H[MFMb RMNOMSMUNVOWQWWVYUZS[O[MZ", + "JZMMR[ RWMR[P`OaMb RNFOGNHMGNFNH RVFWGVHUGVFVH", + /* // LATIN EXTENDED-A (0100-017F) */ + "I[MUWU RK[RFY[ RM@W@", /* U+100 A_CAP MACRON */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RMGWG", + "I[MUWU RK[RFY[ RN>O@QASAU@V>", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE", + "I[MUWU RK[RFY[ RY[W]V_WaYb[b", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RW[U]T_UaWbYb", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RT>QA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RTEQH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RNAR>VA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RNHREVH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR?Q@RAS@R?RA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRFQGRHSGRFRH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RN>RAV>", + "HZVZT[P[NZMYLWLQMONNPMTMVN RNERHVE", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RN>RAV>", + "IfW[WF RWZU[Q[OZNYMWMQNOONQMUMWN RbF`J", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RIPQP", /* U+110 D_CAP STROKE_H */ + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RRHZH", + "H[MPTP RW[M[MFWF RM@W@", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMGWG", + "H[MPTP RW[M[MFWF RN>O@QASAU@V>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNEOGQHSHUGVE", + "H[MPTP RW[M[MFWF RR?Q@RAS@R?RA", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RRFQGRHSGRFRH", + "H[MPTP RW[M[MFWF RR[P]O_PaRbTb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RR[P]O_PaRbTb", + "H[MPTP RW[M[MFWF RN>RAV>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNERHVE", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RNAR>VA", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RNHREVH", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RN>O@QASAU@V>", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RNEOGQHSHUGVE", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RR?Q@RAS@R?RA", /* U+120 G_CAP DOT */ + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RRFQGRHSGRFRH", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RR\\T]U_TaRbOb", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RRGPFODPBRAUA", + "G]L[LF RLPXP RX[XF RNAR>VA", + "H[M[MF RV[VPUNSMPMNNMO RIAM>QA", + "G]IJ[J RL[LF RLPXP RX[XF", + "H[M[MF RV[VPUNSMPMNNMO RJHRH", + "MWR[RF RMAN@P?TAV@W?", + "MWR[RM RMHNGPFTHVGWF", + "MWR[RF RM@W@", + "MWR[RM RMGWG", + "MWR[RF RN>O@QASAU@V>", + "MWR[RM RNEOGQHSHUGVE", + "MWR[RF RR[P]O_PaRbTb", + "MWR[RM RR[P]O_PaRbTb", + "MWR[RF RR?Q@RAS@R?RA", /* U+130 I_CAP DOT */ + "MWR[RM", + "MgR[RF RbFbUaX_Z\\[Z[", + "MaR[RM RRFQGRHSGRFRH R\\M\\_[aYbXb R\\F[G\\H]G\\F\\H", + "JZUFUUTXRZO[M[ RQAU>YA", + "MWRMR_QaObNb RNHREVH", + "G\\L[LF RX[OO RXFLR RR\\T]U_TaRbOb", + "IZN[NF RPSV[ RVMNU RR\\T]U_TaRbOb", + "IZNMN[ RPSV[ RVMNU", + "HYW[M[MF RO>LA", + "MXU[SZRXRF RTEQH", + "HYW[M[MF RR\\T]U_TaRbOb", + "MXU[SZRXRF RR\\T]U_TaRbOb", + "HYW[M[MF RVHSK", + "M^U[SZRXRF RZFXJ", + "HYW[M[MF RUNTOUPVOUNUP", + "M\\U[SZRXRF RYOZPYQXPYOYQ", /* U+140 L_SMALL_MIDDOT */ + "HYW[M[MF RJQPM", + "MXU[SZRXRF ROQUM", + "G]L[LFX[XF RT>QA", + "I\\NMN[ RNOONQMTMVNWPW[ RTEQH", + "G]L[LFX[XF RR\\T]U_TaRbOb", + "I\\NMN[ RNOONQMTMVNWPW[ RR\\T]U_TaRbOb", + "G]L[LFX[XF RN>RAV>", + "I\\NMN[ RNOONQMTMVNWPW[ RNERHVE", + "MjSFQJ R\\M\\[ R\\O]N_MbMdNePe[", + "G]LFL[ RLINGPFTFVGWHXJX^W`VaTbQb", + "I\\NMN[ RNOONQMTMVNWPW_VaTbRb", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RM@W@", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMGWG", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN>O@QASAU@V>", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNEOGQHSHUGVE", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RQ>NA RX>UA", /* U+150 O_CAP ACUTE_DBL */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RQENH RXEUH", + "E`RPYP RRFR[ R\\FNFLGJIIMITJXLZN[\\[", + "C`[ZY[U[SZRXRPSNUMYM[N\\P\\RRT RRQQOPNNMKMINHOGQGWHYIZK[N[PZQYRW", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RT>QA", + "KXP[PM RPQQORNTMVM RTEQH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RR\\T]U_TaRbOb", + "KXP[PM RPQQORNTMVM RR\\T]U_TaRbOb", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RN>RAV>", + "KXP[PM RPQQORNTMVM RNERHVE", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RT>QA", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RTEQH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RNAR>VA", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RNHREVH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RR\\T]U_TaRbOb", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RR\\T]U_TaRbOb", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RN>RAV>", /* U+160 S_CAP CARON */ + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RNERHVE", + "JZLFXF RR[RF RR\\T]U_TaRbOb", + "MYOMWM RRFRXSZU[W[ RR\\T]U_TaRbOb", + "JZLFXF RR[RF RN>RAV>", + "M[OMWM RYFXI RRFRXSZU[W[", + "JZLFXF RR[RF RNQVQ", + "MYOMWM RRFRXSZU[W[ ROSUS", + "G]LFLWMYNZP[T[VZWYXWXF RMAN@P?TAV@W?", + "H[VMV[ RMMMXNZP[S[UZVY RMHNGPFTHVGWF", + "G]LFLWMYNZP[T[VZWYXWXF RM@W@", + "H[VMV[ RMMMXNZP[S[UZVY RMGWG", + "G]LFLWMYNZP[T[VZWYXWXF RN>O@QASAU@V>", + "H[VMV[ RMMMXNZP[S[UZVY RNEOGQHSHUGVE", + "G]LFLWMYNZP[T[VZWYXWXF RRAP@O>PT@RA", + "H[VMV[ RMMMXNZP[S[UZVY RRHPGOEPCRBTCUETGRH", + "G]LFLWMYNZP[T[VZWYXWXF RQ>NA RX>UA", /* U+170 U_CAP ACUTE_DBL */ + "H[VMV[ RMMMXNZP[S[UZVY RQENH RXEUH", + "G]LFLWMYNZP[T[VZWYXWXF RR[P]O_PaRbTb", + "H[VMV[ RMMMXNZP[S[UZVY RV[T]S_TaVbXb", + "F^IFN[RLV[[F RNAR>VA", + "G]JMN[RQV[ZM RNHREVH", + "I[RQR[ RKFRQYF RNAR>VA", + "JZMMR[ RWMR[P`OaMb RNHREVH", + "JZLFXF RR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H\\KFYFK[Y[ RT>QA", + "IZLMWML[W[ RTEQH", + "H\\KFYFK[Y[ RR?Q@RAS@R?RA", + "IZLMWML[W[ RRFQGRHSGRFRH", + "H\\KFYFK[Y[ RN>RAV>", + "IZLMWML[W[ RNERHVE", + "MYR[RISGUFWF", + /* // LATIN EXTENDED-B (0180-024F) */ + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RJHRH", /* U+180 B_SMALL STROKE_H */ + "C\\LFL[T[VZWYXWXTWRVQSPLP RFKFIGGIFSFUGVHWJWLVNUOSP", + "G\\VFLFL[R[UZWXXVXSWQUORNLN", + "H[WFMFM[ RMNOMSMUNVOWQWWVYUZS[O[MZ", + "H]MFM[S[VZXXYVYSXQVOSNMN", + "IZNMN[S[UZVXVUUSSRNR", + "I^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZMY", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RMHKGJEKCLB", + "HZVZT[P[NZMYLWLQMONNPMTMVN RTMTIUGWFYF", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RIPQP", + "C\\FKFIGGIFQFTGVIWKXOXRWVVXTZQ[L[LF", + "H]NFXFX[R[OZMXLVLSMQOORNXN", + "I\\MFWFW[ RWNUMQMONNOMQMWNYOZQ[U[WZ", + "I\\Q[T[VZWYXWXQWOVNTMQMONNOMQMWNYOZQ[T\\V]W_VaTbPbNa", + "I\\WPPP RM[W[WFMF", + "F^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZLXKVJRZP", + "G[PPTP RWGUFPFNGMHLJLLMNNOPPMQLRKTKWLYMZO[U[WZ", /* U+190 EPSILON_LARGE */ + "HZTPMP RM[MFWF RM[M_LaJbHb", + "MYOMWM RR[RISGUFWF RR[R_QaObMb", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RMHKGJEKCLB", + "I[KFU[U_TaRbPaO_O[YF", + "D`I[IF RIOJNLMOMQNRPRXSZU[X[ZZ[Y\\W\\P[NZM", + "MZRFRWSYTZV[X[", + "MWR[RF RNPVP", + "G_L[LF RX[OO RLRWGYF[G\\I\\K", + "IZNMN[ RPSV[ RVMNU RNMNIOGQFSF", + "MXU[SZRXRF RNOVO", + "JZRMM[ RMFOFPGRMW[ RNLTH", + "Ca\\F\\[ R\\XZZX[V[TZSYRWRF RRWQYPZN[L[JZIYHWHF", + "G]L[LFX[XF RL[L_KaIbGb", + "I\\NMN[ RNOONQMTMVNWPWb", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA", /* U+1A0 O_CAP HORN */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH", + "DaSGQFMFKGIIHMHTIXKZM[Q[SZUXVTVMUISGUFYF[G\\I\\b", + "E^RNPMMMKNJOIQIWJYKZM[P[RZSYTWTQSORNTMVMXNYPYb", + "C\\LFL[ RFKFIGGIFTFVGWHXJXMWOVPTQLQ", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RRMRISGUFWF", + "G\\LFL[ RQVXb RLKTKVLWMXOXRWTVUTVLV", + "H\\XZU[P[NZMYLWLUMSNRPQTPVOWNXLXJWHVGTFOFLG", + "IZVZT[P[NZMXMWNUPTSTUSVQVPUNSMPMNN", + "H[W[L[SPLFWF", + "JYWbUbSaR_RIQGOFMGLIMKOLQKRI", + "MYOMWM RRFRXSZU[W[ RW[W_VaTbRb", + "HZR[RF RKKKILGNFXF", + "MYOMWM RWFUFSGRIRXSZU[W[", + "JZLFXF RR[RF RR[R_SaUbWb", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG", /* U+1B0 U_SMALL HORN */ + "F^ZFUFUJWKYMZPZUYXWZT[P[MZKXJUJPKMMKOJOFJF", + "G]LFLWMYNZP[T[VZXXYVYIXGWF", + "I`RQR[ RKFRQXGZF\\G]I]K", + "J^MMR[ RMbOaP`R[VNXMZN[P[R", + "H\\KFYFK[Y[ RNPVP", + "IZLMWML[W[ RNTVT", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY", + "H\\YFLFSNPNNOMPLRLWMYNZP[V[XZYY", + "JZWMNMUVRVPWOXNZN^O`PaRbUbWa", + "JZMMVMOTSTUUVWVXUZS[Q[O\\N^N_OaQbVb", + "H\\LHMGOFTFVGWHXJXLWOK[X[ RNSVS", + "H\\WFMFLPMOONTNVOWPXRXWWYVZT[O[MZLY", + "JZVMOMNSPRSRUSVUVXUZS[P[NZ", + "J^MZP[T[WZYXZVZSYQWOTNPNPF RLITI", + "H[MMMb RMONNPMTMVNWPWSVUM^", + "MWRFRb", /* U+1C0 LINE_V_LETTER */ + "JZOFOb RUFUb", + "MWRFRb ROWUW ROQUQ", + "MWRYSZR[QZRYR[ RRSQGRFSGRSRF", + "GpL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_FmF_[m[ Rb>fAj>", + "GmL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_MjM_[j[ RaEeHiE", + "ImW[WF RWZU[Q[OZNYMWMQNOONQMUMWN R_MjM_[j[ RaEeHiE", + "HiW[M[MF RdFdUcXaZ^[\\[", + "HcW[M[MF R^M^_]a[bZb R^F]G^H_G^F^H", + "MbU[SZRXRF R]M]_\\aZbYb R]F\\G]H^G]F]H", + "GmL[LFX[XF RhFhUgXeZb[`[", + "GgL[LFX[XF RbMb_aa_b^b RbFaGbHcGbFbH", + "IfNMN[ RNOONQMTMVNWPW[ RaMa_`a^b]b RaF`GaHbGaFaH", + "I[MUWU RK[RFY[ RN>RAV>", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNERHVE", + "MWR[RF RN>RAV>", + "MWR[RM RNERHVE", /* U+1D0 I_SMALL CARON */ + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN>RAV>", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNERHVE", + "G]LFLWMYNZP[T[VZWYXWXF RN>RAV>", + "H[VMV[ RMMMXNZP[S[UZVY RNERHVE", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RM;W;", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH RM@W@", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RT9Q<", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RN9RRAV>", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RP9S<", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT", + "I[MUWU RK[RFY[ RN?O@NAM@N?NA RV?W@VAU@V?VA RM;W;", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNFOGNHMGNFNH RVFWGVHUGVFVH RM@W@", + "I[MUWU RK[RFY[ RR?Q@RAS@R?RA RM;W;", /* U+1E0 A_CAP DOT */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRFQGRHSGRFRH RM@W@", + "F`JURU RRPYP RH[OF\\F RRFR[\\[ RO@Y@", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX RMGWG", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RSV[V", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RS^[^", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RN>RAV>", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RNERHVE", + "G\\L[LF RX[OO RXFLR RN>RAV>", + "IZN[NF RPSV[ RVMNU RJANDRA", + "G]R[P]O_PaRbTb RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[R[P]O_PaRbTb RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "G]R[P]O_PaRbTb RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RM@W@", + "H[R[P]O_PaRbTb RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMGWG", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY RN>RAV>", + "JZMMVMOVRVTWUXVZV^U`TaRbObMa RNERHVE", + "MWRMR_QaObNb RNERHVE", /* U+1F0 J_SMALL CARON */ + "GpL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_FmF_[m[", + "GmL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_MjM_[j[", + "ImW[WF RWZU[Q[OZNYMWMQNOONQMUMWN R_MjM_[j[", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RT>QA", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RTEQH", + "CaH[HF RHPTP RTFTXUZW[Z[\\Z]X]M", + "G\\LFLb RLINGPFTFVGWHXJXOWRUUL^", + "G]L[LFX[XF RP>SA", + "I\\NMN[ RNOONQMTMVNWPW[ RPESH", + "I[MUWU RK[RFY[ RZ9X< RR;PP@RAT@U>TSA", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX RTEQH", + "G]ZFJ[ RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[ RT>QA", + "H[XMK[ RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEQH", + "I[MUWU RK[RFY[ ROAL> RVAS>", /* U+200 A_CAP GRAVE_DBL */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR ROHLE RVHSE", + "I[MUWU RK[RFY[ RNAO?Q>S>U?VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHOFQESEUFVH", + "H[MPTP RW[M[MFWF ROAL> RVAS>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT ROHLE RVHSE", + "H[MPTP RW[M[MFWF RNAO?Q>S>U?VA", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHOFQESEUFVH", + "MWR[RF ROAL> RVAS>", + "MWR[RM ROHLE RVHSE", + "MWR[RF RNAO?Q>S>U?VA", + "MWR[RM RNHOFQESEUFVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF ROAL> RVAS>", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ ROHLE RVHSE", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAO?Q>S>U?VA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHOFQESEUFVH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ ROAL> RVAS>", /* U+210 R_CAP GRAVE_DBL */ + "KXP[PM RPQQORNTMVM RPHME RWHTE", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RNAO?Q>S>U?VA", + "KXP[PM RPQQORNTMVM ROHPFRETEVFWH", + "G]LFLWMYNZP[T[VZWYXWXF ROAL> RVAS>", + "H[VMV[ RMMMXNZP[S[UZVY ROHLE RVHSE", + "G]LFLWMYNZP[T[VZWYXWXF RNAO?Q>S>U?VA", + "H[VMV[ RMMMXNZP[S[UZVY RNHOFQESEUFVH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RS`SaRcQd", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RS`SaRcQd", + "JZLFXF RR[RF RS`SaRcQd", + "MYOMWM RRFRXSZU[W[ RU`UaTcSd", + "I]VRXTYVY[X]V_T`Lb RLHMGOFUFWGXHYJYNXPVRTSNU", + "J[UWVXWZW]V_U`SaMb RMNOMSMUNVOWQWTVVUWSXOY", + "G]L[LF RLPXP RX[XF RN>RAV>", + "H[M[MF RV[VPUNSMPMNNMO RI>MAQ>", + "G]L[LFX[XF RX[Xb", /* U+220 N_CAP LEG */ + "IbWFWXXZZ[\\[^Z_X^V\\UZVV^ RWNUMQMONNOMQMWNYOZQ[T[VZWX", + "G]NFLGKIKKLMMNOO RVFXGYIYKXMWNUO ROOUOWPXQYSYWXYWZU[O[MZLYKWKSLQMPOO", + "J[MJMMNORQVOWMWJ RPQTQVRWTWXVZT[P[NZMXMTNRPQ", + "H\\KFYFK[Y[ RY[Y_XaVbTb", + "IZLMWML[W[ RW[W_VaTbRb", + "I[MUWU RK[RFY[ RR?Q@RAS@R?RA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRFQGRHSGRFRH", + "H[MPTP RW[M[MFWF RR\\T]U_TaRbOb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RR\\T]U_TaRbOb", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA RM;W;", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH RM@W@", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W? RM;W;", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMHNGPFTHVGWF RM@W@", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RR?Q@RAS@R?RA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRFQGRHSGRFRH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RR?Q@RAS@R?RA RM;W;", /* U+230 O_CAP DOT */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRFQGRHSGRFRH RM@W@", + "I[RQR[ RKFRQYF RM@W@", + "JZMMR[ RWMR[P`OaMb RMGWG", + "M]RFRXSZU[W[YZZXYVWUUVQ^", + "IbNMN[ RNOONQMTMVNWPWXXZZ[\\[^Z_X^V\\UZVV^", + "M]OMWM RRFRXSZU[W[YZZXYVWUUVQ^", + "MWRMR_QaObNb", + "D`R[RF RRZP[L[JZIYHWHQIOJNLMPMRN RTMXMZN[O\\Q\\W[YZZX[T[RZ", + "D`RMRb RRZP[L[JZIYHWHQIOJNLMPMRN RTMXMZN[O\\Q\\W[YZZX[T[RZ", + "I[MUWU RK[RFY[ RXCL`", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RXCL`", + "HZVZT[P[NZMYLWLQMONNPMTMVN RWHM`", + "HYW[M[MF RIOQO", + "JZLFXF RR[RF RXCL`", + "J[P[R^T_W_ RNZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN", + "IZLMWML[N[P\\R^T_W_", /* U+240 Z_SMALL_SWASHTAIL */ + "J^MGPFTFWGYIZKZNYPWRTSPSP[", + "J^NNPMTMVNWOXQXSWUVVTWPWP[", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RIUOU", + "G]IM[M RLFLWMYNZP[T[VZWYXWXF", + "I[Y[RFK[", + "H[MPTP RW[M[MFWF RXCL`", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RWHM`", + "JZUFUUTXRZO[M[ RQPYP", + "MWRMR_QaObNb ROTUT RRFQGRHSGRFRH", + "G]XFX^Y`Za\\b^b RXIVGTFPFNGLIKMKTLXNZP[T[VZXX", + "I\\WMW^X`Ya[b]b RWZU[Q[OZNYMWMQNOONQMUMWN", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RIQOQ", + "KXP[PM RPQQORNTMVM RMTUT", + "I[KIYI RRQR[ RKFRQYF", + "JZLQXQ RMMR[ RWMR[P`OaMb", + /* // IPA EXTENSIONS (0250-02AF) */ + "H[MMMXNZP[T[VZ RMNOMTMVNWPWRVTTUOUMV", /* U+250 +A_SMALL */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[", + "G\\K[NQOOPNRMTMVNWOXRXVWYVZT[R[PZOYNWMPLNJM", + "H[RFPFNGMIM[ RMNOMSMUNVOWQWWVYUZS[O[MZ", + "J\\NNPMTMVNWOXQXWWYVZT[P[NZ", + "HZVNTMPMNNMOLQLWMYNZP[S[UZVXUVSUQVM^", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RW[W_XaZb\\b", + "I\\\\FZFXGWIW[ RWZU[Q[OZNYMWMQNOONQMUMWN", + "I[NZP[T[VZWXWPVNTMPMNNMPMRWT", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT", + "IbNNPMTMVNWPWXVZT[P[NZMXMV\\S\\U]W_X`X", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN", + "J[TTVSWQWPVNTMPMNN RRTTTVUWWWXVZT[P[NZ", + "JaRTTTVUWWWXVZT[P[NZ RNNPMTMVNWPWQVSTT[S[U\\W^X_X", + "H[TTVSWQWPVNTMPMNNMOLRLVMYNZP[T[VZWXWWVUTTRT", + "MWRMR_QaObNb ROTUT", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RWMWIXGZF\\F", /* U+260 G_SMALL +HOOK */ + "I\\WYVZT[P[NZMXMQNOONQMWMW^V`UaSbMb", + "HZUNSMPMNNMOLQLWMYNZP[T[VZVUSU", + "JZMMU[U_TaRbPaO_O[WM", + "JZMMTVUXTZR[PZOXPVWM", + "I\\WMWb RNMNXOZQ[T[VZWY", + "H[RFPFNGMIM[ RV[VPUNSMPMNNMO", + "H[RFPFNGMIM[ RV[VPUNSMPMNNMO RV[V_UaSbQb", + "MWR[RM ROTUT RRFQGRHSGRFRH", + "MXRMRXSZU[", + "MWR[RM RU[O[ RUMOM", + "MXU[SZRXRF RMONNPMTOVNWM", + "IYU[SZRXRF RRQQOONMOLQMSOTWT", + "MXRFR_SaUbWb", + "GZLFLXMZO[ RLMVMOVRVTWUXVZV^U`TaRbObMa", + "D`[M[[ R[YZZX[U[SZRXRM RRXQZO[L[JZIXIM", + "D`[M[[ R[YZZX[U[SZRXRM RRXQZO[L[JZIXIM R[[[b", /* U+270 +M_SMALL LEG */ + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ R[[[_ZaXbVb", + "I\\NMN[ RNOONQMTMVNWPW[ RN[N_MaKbIb", + "I\\NMN[ RNOONQMTMVNWPW[ RW[W_XaZb\\b", + "H[M[MMV[VM", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "E]RTXT RRMR[ RZMMMKNJOIQIWJYKZM[Z[", + "G]RTRXSZU[V[XZYXYQXOWNUMOMMNLOKQKXLZN[O[QZRX", + "G]RFRb RPMTMVNXPYRYVXXVZT[P[NZLXKVKRLPNNPM", + "LYTMT[ RTWSYRZP[N[", + "LYTMT[ RTWSYRZP[N[ RTMTF", + "LYTMT[ RTWSYRZP[N[ RT[T_UaWbYb", + "KXP[PM RPQQORNTMVM RP[Pb", + "KXP[PM RPQQORNTMVM RP[P_QaSbUb", + "KXM[S[ RVMTMRNQOPRP[", + "LYW[Q[ RNMPMRNSOTRT[", + "I[RUW[ RN[NMTMVNWPWRVTTUNU", /* U+280 R_SMALLCAP */ + "I[RSWM RNMN[T[VZWXWVVTTSNS", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RN[N_OaQbSb", + "KYWFUFSGRIR_QaObMb", + "MWRMR_QaObNb ROTUT RRMRISGUFWF", + "KYMFOFQGRIRXSZU[W[", + "KYWFUFSGRIR_QaObMaL_M]O\\V\\", + "KWU[M[ RRbRPQNOMMM", + "MYOMWM RRFR_SaUbWb", + "H[JRYR RVMV[ RMMMXNZP[S[UZVY", + "I\\XMUMUPWRXTXWWYVZT[Q[OZNYMWMTNRPPPMMM", + "H[MMMXNZP[S[UZVYWWWPVNUM", + "JZW[RMM[", + "G]Z[VMRWNMJ[", + "JZW[RM RM[RMTHUGWF", + "KYRTR[ RMMRTWM", + "IZLMWML[W[ RW[W_XaZb\\b", /* U+290 Z_SMALL !HOOK */ + "IZLMWML[T[VZWXVVTURVN^", + "JZMMVMOVRVTWUXVZV^U`TaRbObMa", + "JZMMVMOVRVTWUXVZV^U`TaRbPbNaM_N]P\\R]Uc", + "J^MGPFTFWGYIZKZNYPWRTSPSP[", + "FZWGTFPFMGKIJKJNKPMRPSTST[", + "J^MZP[T[WZYXZVZSYQWOTNPNPF", + "F[WHVGSFQFNGLIKKJOJYK]L_NaQbSbVaW`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RROQPRQSPRORQ", + "I[STVUWWWXVZT[N[NMSMUNVPVQUSSTNT", + "I\\PTNUMWMXNZP[T[VZWYXVXRWOVNTMPMNNMPMQNSPTRT", + "HZUNSMPMNNMOLQLWMYNZP[T[VZVUSU RUMUIVGXFZF", + "H[MTVT RMMM[ RVMV[", + "LXRMR_QaObMaL_M]O\\V\\ RRFQGRHSGRFRH", + "J[VMVb RTUNM RN[VS", + "JYOMO[V[", + "I\\WMWb RWZU[Q[OZNYMWMQNOONQMUMWN RWMWIXGZF\\F", /* U+2A0 Q_SMALL +HOOK */ + "J^MGPFTFWGYIZKZNYPWRTSPSP[ RLXTX", + "FZWGTFPFMGKIJKJNKPMRPSTST[ RPXXX", + "D`R[RF RRM]MR[][ RRZP[L[JZIYHWHQIOJNLMPMRN", + "E`RFR[ RRNPMMMKNJOIQIWJYKZM[P[RZ RRM\\MUVXVZW[X\\Z\\^[`ZaXbUbSa", + "D`R[RF RRM]MR[Z[\\Z]X\\VZUXVT^ RRZP[L[JZIYHWHQIOJNLMPMRN", + "G^IMQM RLFLXMZO[QZS[W[YZZXZWYUWTTTRSQQQPRNTMWMYN", + "I[KMTM RNFNXOZQ[T[ RYFWFUGTIT_SaQbOb", + "F^HMPM RKFKXLZN[P[RZ RZNXMTMRNQOPQPWQYRZT[W[YZZXYVWUUVQ^", + "F]HMPMP[ RK[KILGNFPF RPOQNSMVMXNYPY_XaVbTb", + "G^LFLXMZO[QZS[W[YZZXZWYUWTTTRSQQQPRNTMWMYN", + "H^MM[MP[ RMFMXNZP[[[", + "G]JSN[RUV[ZS RJFNNRHVNZF", + "G]XXXSLSLX RXKXFLFLK", + "I\\WMWb RNMNXOZQ[T[VZWY RNMNIMGKFIF", + "I\\\\bZbXaW_WM RNMNXOZQ[T[VZWY RNMNIMGKFIF", + /* // SPACING MODIFIER LETTERS (02B0-02FF) */ + "F^K[KFYFY[K[", /* U+2B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // COMBINING DIACRITICAL MARKS (0300-036F) */ + "F^K[KFYFY[K[", /* U+300 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+310 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+320 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+330 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+340 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+350 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+360 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // GREEK AND COPTIC (0370-03FF) */ + "H[MFM[ RXPMP", /* U+370 HETA_CAP */ + "IZNTVT RNMN[", + "G]R[RF RKOKFYFYO", + "I[R[RF RMOMFWFWO", + "MWSFQJ", + "MWS[Q_", + "G]LFL[XFX[", + "H\\MMM[WMW[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "NVR`RcSdTd", + "J\\NZP[T[VZWYXWXQWOVNTMPMNN", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRSQTRUSTRSRU", + "J\\NZP[T[VZWYXWXQWOVNTMPMNN RRSQTRUSTRSRU", + "MWSZS[R]Q^ RRNSORPQORNRP", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+380 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "NVTEQH", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "G[MUWU RK[RFY[ RMEJH", + "JZRRQSRTSSRRRT", + "B[MPTP RW[M[MFWF RHEEH", + "A]L[LF RLPXP RX[XF RGEDH", + "GWR[RF RMEJH", + "RR", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH", + "RR", + "@[RQR[ RKFRQYF RFECH", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RFECH", + "MXRMRXSZU[ RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", /* U+390 IOTA_SMALL DIAERESIS */ + "I[MUWU RK[RFY[", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP", + "HZM[MFXF", + "I[K[RFY[K[", + "H[MPTP RW[M[MFWF", + "H\\KFYFK[Y[", + "G]L[LF RLPXP RX[XF", + "F^OPUP RPFTFVGXIYKZNZSYVXXVZT[P[NZLXKVJSJNKKLINGPF", + "MWR[RF", + "G\\L[LF RX[OO RXFLR", + "I[K[RFY[", + "F^K[KFRUYFY[", + "G]L[LFX[XF", + "H[L[W[ RLFWF RUPNP", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G]L[LFXFX[", /* U+3A0 PI_CAP */ + "G\\L[LFTFVGWHXJXMWOVPTQLQ", + "RR", + "H[W[L[SPLFWF", + "JZLFXF RR[RF", + "I[RQR[ RKFRQYF", + "G]R[RF RPITIWJYLZNZRYTWVTWPWMVKTJRJNKLMJPI", + "H\\KFY[ RYFK[", + "G]R[RF RHFJGKIKNLQMROSUSWRXQYNYIZG\\F", + "F^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I[RQR[ RKFRQYF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RTEQH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RTEQH", + "I\\NMN[ RNOONQMTMVNWPWb RTEQH", + "MXRMRXSZU[ RTEQH", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", /* U+3B0 UPSILON_SMALL DIAERESIS */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[", + "H[SOUPVQWSWWVYUZS[P[NZMY RKbLaM_MINGPFSFUGVIVLUNSOQO", + "JZRYRb RLMMMNNRYWM", + "H[SMPMNNMOLQLWMYNZP[S[UZVYWWWQVOUNSMPLNKMINGPFTFVG", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN", + "HZMFWFPMNPMSMWNYOZQ[S[U\\V^V_UaSbRb", + "I\\NMN[ RNOONQMTMVNWPWb", + "H[LPWP RPFSFUGVHWKWVVYUZS[P[NZMYLVLKMHNGPF", + "MXRMRXSZU[", + "IZNMN[ RPSV[ RVMNU", + "JZRMM[ RMFOFPGRMW[", + "H^MMMb RWXXZZ[ RMXNZP[T[VZWXWM", + "J[MMR[WPWOVM", + "HZMFWF RQFOGNINLONQOUO RQOOPNQMSMWNYOZQ[S[U\\V^V_UaSbRb", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "F]VMV[ ROMOXNZL[ RZMMMKNJP", /* U+3C0 PI_SMALL */ + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "HZVNTMPMNNMOLQLWMYNZP[S[U\\V^V_UaSb", + "H\\YMPMNNMOLQLWMYNZP[S[UZVYWWWQVOUNSM", + "H\\LPMNOMXM RRMRXSZU[", + "H[MMMXNZP[S[UZVYWWWPVNUM", + "G]MMLNKPKVLXNZP[T[VZXXYVYPXNVMUMSNRPRb", + "IZWMLb RLMNNOPT_UaWb", + "G]RMRb RKMKVLXNZP[T[VZXXYVYM", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RRMRXSZU[", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEQH", + "H[MMMXNZP[S[UZVYWWWPVNUM RTEQH", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEQH", + "G\\L[LF RXFLR ROOX[Qb", + "H[SOUPVQWSWWVYUZS[P[NZMXMINGPFSFUGVIVLUNSOQO", /* U+3D0 BETA_SMALL_CURLED */ + "H[JPKQLSLVMYNZP[S[UZVYWVWKVHUGSFPFNGMHLJLLMNNOPPWP", + "I\\KFMFOGQIRKR[ RRKSHTGVFWFYGZI", + "NiTEQH RXFZF\\G^I_K_[ R_K`HaGcFdFfGgI", + "I\\KFMFOGQIRKR[ RRKSHTGVFWFYGZI RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G]RFRb RPMTMVNXPYRYVXXVZT[P[NZLXKVKRLPNNPM", + "F^RTRX R[MIM RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "IZLMNNOPOXNZM[LZLXMVVRWPWNVMUNTPTXUZW[V^U`TaRb", + "G]R[Rb RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[R[Rb RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "FZWFQFNGLIKKJOJRKVLXNZQ[R[T\\U^U_TaSbQb", + "HZVMPMNNMOLQLWMYNZP[R[T\\U^U_TaRbPb", + "HZTPMP RM[MFWF", + "MZVPRP RWFUFSGRIR_QaOb", + "H\\MFOGPILSXNTXUZW[", + "I[RFMPWPR[", + "H\\NGNL RXIULTNTW RKIMGPFTFVGXIYKZOZUYYX[", /* U+3E0 SAMPI_CAP */ + "H\\L[UR RR[WV RLMPNSPURWVXZXb", + "CaRWRR R\\XY]V`SaMa RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF", + "G]RTRX RXZW\\S`PaOa RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "G]XFXb RPFNGLIKMKTLXNZP[T[VZXX", + "I\\WMWb RQMONNOMQMWNYOZQ[T[VZWY", + "F]KFK[ RKQMOPNTNVOXQYTYWXZW\\U^R`Nb", + "I[WLWMVPTRRSPSNRMPMONMPLRLTMVPWSWWVYUZS[M[", + "F]KHLGOFTFWGXHYJYLXOVQJ[N^Q_V_Y^", + "J[NNPMTMVNWPWRVTTVN[P]R^U^W]", + "G]I[[[ RIFJFLGXZZ[ R[FZFXGLZJ[", + "H[KMMNVZX[K[MZVNXM", + "G\\XEVFOFMGLHKJKWLYMZO[T[VZWYXWXPWNVMTLNLLMKN", + "H[WEVFTGPGNHMILKLWMYNZP[S[UZVYWWWQVOUNSMOMMNLO", + "G]RFRb RKQKMYMYQ", + "I[MMWM RRFRb", + "IZLMNNOPOXNZM[LZLXMVVRWPWNVMUNTPTXUZW[", /* U+3F0 KAPPA_SMALL_SCRIPT */ + "H\\WbQbOaN`M^MQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "MWRMR_QaObNb RRFQGRHSGRFRH", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "HZLTST RVZT[P[NZMYLWLQMONNPMTMVN", + "J\\XTQT RNZP[T[VZWYXWXQWOVNTMPMNN", + "G\\LFL[ RLKTKVLWMXOXRWTVUTVLV", + "H[MFMb RMNOMSMUNVOWQWWVYUZS[O[MZ", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "F^K[KFRMYFY[", + "G]LbLMRSXMX[", + "G\\J`S` RMbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "I^MYNZQ[S[VZXXYVZRZOYKXIVGSFQFNGMH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RROQPRQSPRORQ", + "I^MYNZQ[S[VZXXYVZRZOYKXIVGSFQFNGMH RROQPRQSPRORQ", + /* // Cyrillic (0400-04FF) */ + "H[MPTP RW[M[MFWF RP>SA", /* U+400 E_CAP GRAVE */ + "H[MPTP RW[M[MFWF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "JbLFXF RR[RF RRMXM[N]P^S^\\]_[aXbVb", + "HZM[MFXF RT>QA", + "F[JPTP RWYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG", + "MWR[RF", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "JZUFUUTXRZO[M[", + "AbC[D[FZGXILJILGOFRFR[X[[Z]X^V^S]Q[OXNRN", + "AbF[FF RRFR[X[[Z]X^V^S]Q[OXNFN", + "JbLFXF RR[RF RRMXM[N]P^S^[", + "G\\L[LF RX[OO RXFLR RT>QA", + "G]LFL[XFX[ RP>SA", + "G[KFRT RYFPXNZL[K[ RN>O@QASAU@V>", + "G]R[R` RLFL[X[XF", + "I[MUWU RK[RFY[", /* U+410 A_CAP */ + "G\\VFLFL[R[UZWXXVXSWQUORNLN", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP", + "HZM[MFXF", + "F^[`[[I[I` RW[WFRFPGOHNJL[", + "H[MPTP RW[M[MFWF", + "BbOOF[ RR[RF RRRFF R^[UO R^FRR", + "I]PPTP RMGOFTFVGWHXJXLWNVOTPWQXRYTYWXYWZU[O[MZ", + "G]LFL[XFX[", + "G]LFL[XFX[ RN>O@QASAU@V>", + "G\\L[LF RX[OO RXFLR", + "F\\W[WFTFQGOINLLXKZI[H[", + "F^K[KFRUYFY[", + "G]L[LF RLPXP RX[XF", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G]L[LFXFX[", + "G\\L[LFTFVGWHXJXMWOVPTQLQ", /* U+420 P_CAP */ + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "JZLFXF RR[RF", + "G[KFRT RYFPXNZL[K[", + "G]R[RF RPITIWJYLZNZRYTWVTWPWMVKTJRJNKLMJPI", + "H\\KFY[ RYFK[", + "G]XFX[ RLFL[Z[Z`", + "H\\WFW[ RLFLNMPNQPRWR", + "CaRFR[ RHFH[\\[\\F", + "CaRFR[ RHFH[\\[\\F R\\[^[^`", + "F]HFMFM[S[VZXXYVYSXQVOSNMN", + "Da\\F\\[ RIFI[O[RZTXUVUSTQROONIN", + "H]MFM[S[VZXXYVYSXQVOSNMN", + "I^ZQPQ RMHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZMY", + "CaHFH[ ROPHP RTFXFZG\\I]M]T\\XZZX[T[RZPXOTOMPIRGTF", + "G\\RQK[ RW[WFOFMGLHKJKMLOMPOQWQ", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR", /* U+430 A_SMALL */ + "H[WEVFTGPGNHMILKLWMYNZP[S[UZVYWWWQVOUNSMOMMNLO", + "I[STVUWWWXVZT[N[NMSMUNVPVQUSSTNT", + "JYO[OMWM", + "H[WOVNTMPMNNMOLQLWMYNZP[S[UZVYWWWJVHUGSFOFMG", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWWXVZT[P[NZ", + "H\\MMM[WMW[", + "H\\MMM[WMW[ RNEOGQHSHUGVE", + "IZNMN[ RPSV[ RVMNU", + "I[V[VMSMQNPPOXNZL[", + "G]L[LMRXXMX[", + "H[MTVT RMMM[ RVMV[", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "H[M[MMVMV[", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ", /* U+440 P_SMALL */ + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "KYMMWM RRMR[", + "JZMMR[ RWMR[P`OaMb", + "G]RFRb RPMTMVNXPYRYVXXVZT[P[NZLXKVKRLPNNPM", + "IZL[WM RLMW[", + "I\\WMW[ RNMN[Y[Y`", + "J\\VMV[ RNMNROTQUVU", + "F^RMR[ RKMK[Y[YM", + "F^RMR[ RKMK[Y[YM RY[[[[`", + "HZJMNMN[S[UZVXVUUSSRNR", + "F^YMY[ RKMK[P[RZSXSURSPRKR", + "IZNMN[S[UZVXVUUSSRNR", + "J\\XTQT RNNPMTMVNWOXQXWWYVZT[P[NZ", + "E_JTPT RJMJ[ RT[RZQYPWPQQORNTMWMYNZO[Q[WZYYZW[T[", + "I[RUM[ RV[VMPMNNMPMRNTPUVU", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RPESH", /* U+450 E_SMALL GRAVE */ + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNFOGNHMGNFNH RVFWGVHUGVFVH", + "M^OKXK RRFR[ RRSSRUQWQYRZTZ[Y^WaVb", + "JYO[OMWM RTEQH", + "HZLTST RVZT[P[NZMYLWLQMONNPMTMVN", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN", + "MWR[RM RRFQGRHSGRFRH", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RR[RM", + "MWRMR_QaObNb RRFQGRHSGRFRH", + "E^H[JZKXLPMNOMRMR[W[YZZXZUYSWRRR", + "D^IMI[ RRMR[W[YZZXZVYTWSIS", + "M^OKXK RRFR[ RRSSRUQWQYRZTZ[", + "IZNMN[ RPSV[ RVMNU RTEQH", + "H\\MMM[WMW[ RPESH", + "JZMMR[ RWMR[P`OaMb RNEOGQHSHUGVE", + "H]R[R` RMMM[W[WM", + "CaRWRR RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF", /* U+460 OMEGA_LARGE */ + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "F]IIVI RMFM[S[VZXXYVYSXQVOSNMN", + "HZJMTM RNFN[S[UZVXVUUSSRNR", + "D`IFI[ RYPIP R\\Y[ZX[V[SZQXPVOROOPKQISGVFXF[G\\H", + "F^KMK[ RWTKT RZZX[T[RZQYPWPQQORNTMXMZN", + "F^LSXS RRSR[ RH[RF\\[", + "I[NUVU RRUR[ RK[RMY[", + "AbF[FF RFS\\S RVSV[ RL[VF`[", + "E_J[JM RVUV[ RZUJU RO[VM][", + "E_R[RPJFZFRP RI[IVJSLQOPUPXQZS[V[[", + "G]R[RTLMXMRT RK[KXLVMUOTUTWUXVYXY[", + "AcF[FF RFPSP RV[VPNF^FVP RM[MVNSPQSPYP\\Q^S_V_[", + "DaI[IM RITST RV[VTPM\\MVT RO[OXPVQUSTYT[U\\V]X][", + "H\\OPSP RNAQFSBTAUA RLGNFSFUGVHWJWLVNUOSPVQWRXTXWWYVZT[O[M\\L^L_MaObWb", + "J[RTTT ROHRMTIUHVH RNNPMTMVNWPWQVSTTVUWWWXVZT[Q[O\\N^N_OaQbVb", + "G]R[RF RHFJGKIKNLQMROSUSWRXQYNYIZG\\F", /* U+470 PSI_CAP */ + "G]RMRb RKMKVLXNZP[T[VZXXYVYM", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "I[KFR[YF", + "JZMMR[WM", + "I[KFR[YF ROAL> RVAS>", + "JZMMR[WM ROHLE RVHSE", + "GmPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF R`Me[ RjMe[c`ba`b", + "HkP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ R^Mc[ RhMc[a``a^b", + "CaRXR^ RRCRI RMFJGHIGLGUHXJZM[W[ZZ\\X]U]L\\IZGWFMF", + "G]RYR] RRKRO ROMMNLOKQKWLYMZO[U[WZXYYWYQXOWNUMOM", + "CaRWRR RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF RLBM@O?R?U@X@", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RLIMGOFRFUGXG", + "CaRWRR RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF RMR?PAOCPDR RC^D\\F[H\\I^ RCFDDFCHDIF ROcPaR`TaUc ROAP?R>T?UA R[^\\\\^[`\\a^ R[F\\D^C`DaF R`RaPcOePfR", + ":jDQ>Q RH[D_ RHGDC RR_Re RRCR= R\\[`_ R\\G`C R`QfQ", + "G]LFL[XFX[ RX[[[Ub RN>O@QASAU@V>", + "H\\MMM[WMW[ RW[Z[Tb RNEOGQHSHUGVE", + "H]MFM[S[VZXXYVYSXQVOSNMN RJIPI", + "IZKMQM RNFN[S[UZVXVUUSSRNR", + "G\\L[LFTFVGWHXJXMWOVPTQLQ RTMXS", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RSWW]", + "HZM[MFXFXA", /* U+490 GAMMA_CAP_UPTURN */ + "JYO[OMWMWH", + "HZM[MFXF RJQRQ", + "JYO[OMWM RLTTT", + "H]M[MFXF RMMSMVNXPYSY\\X_VaSbQb", + "J\\O[OMWM ROTTTVUWVXXX[W^UaTb", + "BbOOF[ RR[RF RRRFF R^[UO R^FRR R^[`[``", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU RZ[\\[\\`", + "I]PPTP RMGOFTFVGWHXJXLWNVOTPWQXRYTYWXYWZU[O[MZ RR\\T]U_TaRbOb", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWWXVZT[P[NZ RR\\T]U_TaRbOb", + "G\\L[LF RX[OO RXFLR RX[Z[Z`", + "IZNMN[ RPSV[ RVMNU RV[X[X`", + "G\\L[LF RX[OO RXFLR RPKPS", + "IZNMN[ RPSV[ RVMNU RRORW", + "G\\L[LF RX[OO RXFLR RIJOJ", + "IZN[NF RPSV[ RVMNU RKJQJ", + "E\\X[OO RXFLR RGFLFL[", /* U+4A0 K_CAP_BASHKIR */ + "HZPSV[ RVMNU RJMNMN[", + "G]L[LF RLPXP RX[XF RX[Z[Z`", + "H[MTVT RMMM[ RVMV[ RV[X[X`", + "GeL[LF RLPXP RX[XFcF", + "H`MTVT RMMM[ RV[VM^M", + "GhL[LFXFX[ RXM^MaNcPdSd\\c_aa^b\\b", + "HcM[MMVMV[ RVT[T]U^V_X_[^^\\a[b", + "F^QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZMYJWIVITJSMSRTVUXWZY[[[", + "H\\QMPMNNMOLQLWMYNZP[T[VZWYXWXRWPUOSPRRRWSYTZV[Y[", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR\\T]U_TaRbOb", + "HZVZT[P[NZMYLWLQMONNPMTMVN RR\\T]U_TaRbOb", + "JZLFXF RR[RF RR[T[T`", + "KYMMWM RRMR[ RR[T[T`", + "I[RQR[ RKFRQYF", + "JZR[Rb RMMR[WM", + "I[RQR[ RKFRQYF RNUVU", /* U+4B0 Y_CAP STROKE_H */ + "JZR[Rb RMMR[WM RN]V]", + "H\\KFY[ RYFK[ RX[Z[Z`", + "IZL[WM RLMW[ RV[X[X`", + "D]FFRF RXFX[ RLFL[Z[Z`", + "G\\RMIM RWMW[ RNMN[Y[Y`", + "H\\WFW[ RLFLNMPNQPRWR RW[Y[Y`", + "J\\VMV[ RNMNROTQUVU RV[X[X`", + "H\\WFW[ RLFLNMPNQPRWR RRNRV", + "J\\VMV[ RNMNROTQUVU RRQRY", + "G]L[LF RL[ RLPRPUQWSXVX[", + "H[M[MF RV[VPUNSMPMNNMO", + "@^WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGXIYKZOJQGQEPDOCMCK", + "E[VZT[P[NZMXMPNNPMTMVNWPWRMTKTISHQHO", + "@^WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGXIYKZOJQGQEPDOCMCK RR[P]O_PaRbTb", + "E[VZT[P[NZMXMPNNPMTMVNWPWRMTKTISHQHO RR[P]O_PaRbTb", + "MWR[RF", /* U+4C0 I_CAP */ + "BbOOF[ RR[RF RRRFF R^[UO R^FRR RN>O@QASAU@V>", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU RNEOGQHSHUGVE", + "G\\L[LF RX[OO RXFLR RX[X_WaUbSb", + "IZNMN[ RPSV[ RVMNU RV[V_UaSbQb", + "F\\W[WFTFQGOINLLXKZI[H[ RW[Z[Tb", + "I[V[VMSMQNPPOXNZL[ RV[Y[Sb", + "G]L[LF RLPXP RX[XF RX[X_WaUbSb", + "H[MTVT RMMM[ RVMV[ RV[V_UaSbQb", + "G]L[LF RLPXP RX[XF RX[[[Ub", + "H[MTVT RMMM[ RVMV[ RV[Y[Sb", + "H\\WFW[ RLFLNMPNQPRWR RW[U[U`", + "J\\VMV[ RNMNROTQUVU RV[T[T`", + "F^K[KFRUYFY[ RY[\\[Vb", + "G]L[LMRXXMX[ RX[[[Ub", + "MWR[RF", + "I[MUWU RK[RFY[ RN>O@QASAU@V>", /* U+4D0 A_CAP BREVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE", + "I[MUWU RK[RFY[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNFOGNHMGNFNH RVFWGVHUGVFVH", + "F`JURU RRPYP RH[OF\\F RRFR[\\[", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX", + "H[MPTP RW[M[MFWF RN>O@QASAU@V>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNEOGQHSHUGVE", + "F^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZLXKVJRZP", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT", + "F^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZLXKVJRZP RNBOCNDMCNBND RVBWCVDUCVBVD", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT RNFOGNHMGNFNH RVFWGVHUGVFVH", + "BbOOF[ RR[RF RRRFF R^[UO R^FRR RN?O@NAM@N?NA RV?W@VAU@V?VA", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I]PPTP RMGOFTFVGWHXJXLWNVOTPWQXRYTYWXYWZU[O[MZ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWWXVZT[P[NZ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY", /* U+4E0 DIGIT_3 */ + "JZMMVMOVRVTWUXVZV^U`TaRbObMa", + "G]LFL[XFX[ RM@W@", + "H\\MMM[WMW[ RMGWG", + "G]LFL[XFX[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H\\MMM[WMW[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I^ZPPP RMYNZQ[S[VZXXYVZRZOYKXIVGSFQFNGMH RN?O@NAM@N?NA RV?W@VAU@V?VA", + "J\\XTQT RNZP[T[VZWYXWXQWOVNTMPMNN RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G[KFRT RYFPXNZL[K[ RM@W@", + "JZMMR[ RWMR[P`OaMb RMGWG", + "G[KFRT RYFPXNZL[K[ RN?O@NAM@N?NA RV?W@VAU@V?VA", /* U+4F0 Y_LARGE DIAERESIS */ + "JZMMR[ RWMR[P`OaMb RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G[KFRT RYFPXNZL[K[ RQ>NA RX>UA", + "JZMMR[ RWMR[P`OaMb RQENH RXEUH", + "H\\WFW[ RLFLNMPNQPRWR RN?O@NAM@N?NA RV?W@VAU@V?VA", + "J\\VMV[ RNMNROTQUVU RNFOGNHMGNFNH RVFWGVHUGVFVH", + "HZM[MFXF RM[O[O`", + "JYO[OMWM RO[Q[Q`", + "Da\\F\\[ RIFI[O[RZTXUVUSTQROONIN RN?O@NAM@N?NA RV?W@VAU@V?VA", + "F^YMY[ RKMK[P[RZSXSURSPRKR RNFOGNHMGNFNH RVFWGVHUGVFVH", + "HZWFMFM[Q[Q_PaNbLb RJQRQ", + "JYWMOMO[S[S_RaPbNb RLTTT", + "H\\KFY[ RYFK[ RX[X_WaUbSb", + "IZL[WM RLMW[ RV[V_UaSbQb", + "H\\KFY[ RYFK[ RNPVP", + "IZL[WM RLMW[ RNTVT", + /* // Cyrillic Supplement (500-52F) */ + "G\\WFW[Q[NZLXKVKSLQNOQNWN", /* U+500 !SOFT_CAP */ + "J[VMV[Q[OZNXNUOSQRVR", + "B_RXSZU[X[ZZ[X[M RRFRXQZO[L[IZGXFVFSGQIOLNRN", + "E]RXSZU[V[XZYXYQ RRMRXQZO[M[KZJXJUKSMRRR", + "IePPTP RMGOFTFVGWHXJXLWNVOTPVQWRXTXXYZ[[^[`ZaXaM", + "KbRTTT RNNPMTMVNWPWQVSTTVUWWWXXZZ[[[]Z^X^Q", + "I\\PPTP RMGOFTFVGWHXJXLWNVOTPVQWRXTX[Z[Z`", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWW[Y[Y`", + "FdH[I[KZLXNLOIQGTFWFWXXZZ[][_Z`X`M", + "IaL[NZOXPPQNSMVMVXWZY[Z[\\Z]X]Q", + "CaH[HF RHPTP RTFTXUZW[Z[\\Z]X]M", + "F^KTTT RKMK[ RTMTXUZW[X[ZZ[X[R", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR", + "HZUNSMPMNNMOLQLWMYNZP[T[VZVUSU", + "J_LFXF RRFRXSZU[X[ZZ[X[M", + "K]MMWM RRMRXSZU[V[XZYXYS", + "G[PPTP RWGUFPFNGMHLJLLMNNOPPMQLRKTKWLYMZO[U[WZ", /* U+510 EPSILON_LARGE */ + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN", + "F\\W[WFTFQGOINLLXKZI[H[ RW[W_VaTbRb", + "I[V[VMSMQNPPOXNZL[ RV[V_UaSbQb", + "BaP[^F RD[E[GZHXJLKIMGPF^[", + "E^[MO[ RH[JZKXLPMNOM[[", + "E_\\FUO\\[ RJ[JFRFTGUHVJVMUOTPRQJQ", + "F^KMKb R[MUT[[ RKNMMQMSNTOUQUWTYSZQ[M[KZ", + "DaOQH[ RTFT[^[ R[QLQJPIOHMHJIHJGLF^F", + "D`H[MU RRPRMKMINHPHRITKURU R[ZY[U[SZRXRPSNUMYM[N\\P\\RRT", + "G]Z]X\\VZSWQVOV RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[", + "I\\WMWb RWZU[Q[OZNYMWMQNOONQMUMWN", + "F^IFN[RLV[[F", + "G]JMN[RQV[ZM", + "G\\L[LF RX[OO RXFLR RXKRG", + "IZNMN[ RPSV[ RVMNU RWQQM", + "FgW[WFTFQGOINLLXKZI[H[ RWM]M`NbPcSc\\b_`a]b[b", /* U+520 LYUDI_CAP MIDDLE_HOOK_CAP */ + "IcV[VMSMQNPPOXNZL[ RVT[T]U^V_X_[^^\\a[b", + "GhL[LF RLPXP RX[XF RXM^MaNcPdSd\\c_aa^b\\b", + "HcMTVT RMMM[ RVMV[ RVT[T]U^V_X_[^^\\a[b", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Armenian (530-58F) */ + "F^K[KFYFY[K[", /* U+530 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+540 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+550 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+560 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+570 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+580 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Hebrew (590-5FF) */ + "F^K[KFYFY[K[", /* U+590 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Arabic (600-6FF) */ + "F^K[KFYFY[K[", /* U+600 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+610 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+620 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+630 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+640 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+650 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+660 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+670 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+680 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+690 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Syriac (700-74F) */ + "F^K[KFYFY[K[", /* U+700 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+710 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+720 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+730 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+740 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Arabic Supplement (750-77F) */ + "F^K[KFYFY[K[", /* U+750 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+760 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+770 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Taana (780-7BF) */ + "F^K[KFYFY[K[", /* U+780 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+790 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // N'Ko (7C0-7FF) */ + "F^K[KFYFY[K[", /* U+7C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (800-8FF) */ + "F^K[KFYFY[K[", /* U+800 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+810 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+820 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+830 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+840 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+850 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+860 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+870 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+880 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+890 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Devanagari (900-97F) */ + "F^K[KFYFY[K[", /* U+900 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+910 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+920 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+930 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+940 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+950 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+960 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+970 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Bengali (980-9FF) */ + "F^K[KFYFY[K[", /* U+980 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+990 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Gurmukhi (A00-A7F) */ + "F^K[KFYFY[K[", /* U+A00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Gujarati (A80-AFF) */ + "F^K[KFYFY[K[", /* U+A80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Oriya (B00-B7F) */ + "F^K[KFYFY[K[", /* U+B00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tamil (B80-BFF) */ + "F^K[KFYFY[K[", /* U+B80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Telugu (C00-C7F) */ + "F^K[KFYFY[K[", /* U+C00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Kannada (C80-CFF) */ + "F^K[KFYFY[K[", /* U+C80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Malayalam (D00-D7F) */ + "F^K[KFYFY[K[", /* U+D00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Simhala (D80-DFF) */ + "F^K[KFYFY[K[", /* U+D80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Thai (E00-E7F) */ + "F^K[KFYFY[K[", /* U+E00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Lao (E80-EFF) */ + "F^K[KFYFY[K[", /* U+E80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+ED0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tibetan (F00-FFF) */ + "F^K[KFYFY[K[", /* U+F00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Myanmar (1000-109F) */ + "F^K[KFYFY[K[", /* U+1000 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1010 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1020 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1030 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1040 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1050 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1060 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1070 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1080 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1090 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Geogian (10A0-10FF) */ + "F^K[KFYFY[K[", /* U+10A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Hangul Jamo (1100-11FF) */ + "F^K[KFYFY[K[", /* U+1100 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1110 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1120 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1130 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1140 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1150 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1160 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1170 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1180 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1190 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ethiopic (1200-137F) */ + "F^K[KFYFY[K[", /* U+1200 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1210 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1220 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1230 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1240 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1250 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1260 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1270 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1280 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1290 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1300 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1310 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1320 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1330 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1340 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1350 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1360 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1370 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ethiopic Supplement (1380-139F) */ + "F^K[KFYFY[K[", /* U+1380 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1390 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Cherokee (13A0-13FF) */ + "F^K[KFYFY[K[", /* U+13A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Unified Canadian Aboriginal Syllabics (1400-167F) */ + "F^K[KFYFY[K[", /* U+1400 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1410 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1420 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1430 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1440 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1450 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1460 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1470 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1480 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1490 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1500 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1510 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1520 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1530 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1540 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1550 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1560 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1570 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1580 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1590 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1600 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1610 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1620 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1630 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1640 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1650 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1660 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1670 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ogham (1680-169F) */ + "F^K[KFYFY[K[", /* U+1680 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1690 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Runic (16A0-16FF) */ + "F^K[KFYFY[K[", /* U+16A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tagalog (1700-171F) */ + "F^K[KFYFY[K[", /* U+1700 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1710 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Hanunoo (1720-173F) */ + "F^K[KFYFY[K[", /* U+1720 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1730 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Buhid (1740-175F) */ + "F^K[KFYFY[K[", /* U+1740 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1750 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tagbanwa (1760-177F) */ + "F^K[KFYFY[K[", /* U+1760 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1770 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Khmer (1780-17FF) */ + "F^K[KFYFY[K[", /* U+1780 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1790 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Mongolian (1800-18AF) */ + "F^K[KFYFY[K[", /* U+1800 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1810 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1820 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1830 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1840 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1850 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1860 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1870 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1880 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1890 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (18B0-18FF) */ + "F^K[KFYFY[K[", /* U+18B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Limbu (1900-194F) */ + "F^K[KFYFY[K[", /* U+1900 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1910 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1920 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1930 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1940 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tai Le (1950-197F) */ + "F^K[KFYFY[K[", /* U+1950 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1960 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1970 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // New Tai Lue (1980-19DF) */ + "F^K[KFYFY[K[", /* U+1980 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1990 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Khmer Symbols (19E0-19FF) */ + "F^K[KFYFY[K[", /* U+19E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Buginese (1A00-1A1F) */ + "F^K[KFYFY[K[", /* U+1A00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (1A20-1AFF) */ + "F^K[KFYFY[K[", /* U+1A20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Balinese (1B00-1B7F) */ + "F^K[KFYFY[K[", /* U+1B00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Sudanese (1B80-1BBF) */ + "F^K[KFYFY[K[", /* U+1B80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (1BC0-1BFF) */ + "F^K[KFYFY[K[", /* U+1BC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Lepcha (1C00-1C4F) */ + "F^K[KFYFY[K[", /* U+1C00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ol Chiki (1C50-1C7F) */ + "F^K[KFYFY[K[", /* U+1C50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (1C80-1CFF) */ + "F^K[KFYFY[K[", /* U+1C80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Phonetic Extensions (1D00-1D7F) */ + "JZNXVX RM[RMW[", /* U+1D00 A_SMALLCAP */ + "H\\LXRX RRTWT RRMR[Y[ RYMPMK[", + "D`[ZY[U[SZRX RINKMOMQNRPRXQZO[K[IZHXHVRUYU[T\\R\\P[NYMUMSNRP", + "I[STVUWWWXVZT[N[NMSMUNVPVQUSSTNT RKWQW", + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "J[SMOMO[S[UZVYWVWRVOUNSM", + "J[SMOMO[S[UZVYWVWRVOUNSM RLTRT", + "JYOTTT RVMOMO[V[", + "J[TTVSWQWPVNTMPMNN RRTTTVUWWWXVZT[P[NZ", + "MWRMR[ RRbSaR`QaRbR`", + "LYTMTWSYRZP[O[", + "IZNMN[ RPSV[ RVMNU", + "JYOMO[V[ RLVRR", + "G]L[LMRXXMX[", + "I\\W[WMN[NM", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "J\\NNPMTMVNWOXQXWWYVZT[P[NZ", /* U+1D10 +C_SMALL */ + "G]YSYVXXWYUZOZMYLXKVKSLQMPOOUOWPXQYS", + "G]XYYWYSXQWPUOOOMPLQKSKWLY", + "G]YNK[ RYSYVXXWYUZOZMYLXKVKSLQMPOOUOWPXQYS", + "DaINKMOMQNRPRXQZO[K[IZHXHVRT RRWSYTZV[Y[[Z\\Y]W]Q\\O[NYMVMTNSORQ", + "G]OMNNMPNRPS RTSVRWPVNUM RPSTSVTWVWXVZT[P[NZMXMVNTPS", + "I\\XTXQWOVNTMQMONNOMQMT", + "H[LTLWMYNZP[S[UZVYWWWT", + "I[N[NMTMVNWPWRVTTUNU", + "I[RUM[ RV[VMPMNNMPMRNTPUVU", + "I[RSMM RVMV[P[NZMXMVNTPSVS", + "KYMMWM RRMR[", + "H[MMMXNZP[S[UZVXVM", + "G]KPYP RKYVYXXYVYSXQWP", + "@]KPYP RKYVYXXYVYSXQWP REWFXEYDXEWEY REOFPEQDPEOEQ", + "G]KKYK RWKXLYNYQXSVTKT RVTXUYWYZX\\V]K]", + "JZMMR[WM", /* U+1D20 V_SMALL */ + "G]JMN[RQV[ZM", + "IZLMWML[W[", + "JZNMVMRRSRUSVUVXUZS[P[NZ", + "H\\XNUMPMNNMOLQLSMUNVPWTXVYWZX\\X^W`VaTbObLa RRTR\\", + "JZW[PROPPNRMTNUPTRM[", + "JYO[OMWM", + "JZM[RMW[", + "H[M[MMVMV[", + "I[N[NMTMVNWPWRVTTUNU", + "I[RMR[ RLMMNMRNTPUTUVTWRWNXM", + "I[V[VMSMQNPPOXNZL[", + "JZNKVK RMNR@WN", + "H\\LKRK RRGWG RR@RNYN RY@P@KN", + "I[SGVHWJWKVMTNNNN@S@UAVCVDUFSGNG", + "I[SGVHWJWKVMTNNNN@S@UAVCVDUFSGNG RKGQG", + "J[S@O@ONSNUMVLWIWEVBUAS@", /* U+1D30 ^D_SMALLCAP */ + "JYOGTG RV@O@ONVN", + "KZUGPG RN@U@UNNN", + "HZUAS@P@NAMBLDLJMLNMPNTNVMVHSH", + "H[MGVG RM@MN RV@VN", + "MWRNR@ RUNON RU@O@", + "LYT@TJSLRMPNON", + "IZN@NN RPFVN RV@NH", + "JYO@ONVN", + "G]LNL@RKX@XN", + "H[MNM@VNV@", + "I\\WNW@NNN@", + "H[PNNMMLLJLDMBNAP@S@UAVBWDWJVLUMSNPN", + "G]O@NAMCNEPF RTFVEWCVAU@ RPFTFVGWIWKVMTNPNNMMKMINGPF", + "I[NNN@T@VAWCWEVGTHNH", + "I[RHWN RNNN@T@VAWCWEVGTHNH", + "KYM@W@ RR@RN", /* U+1D40 ^T_SMALLCAP */ + "H[M@MKNMPNSNUMVKV@", + "G]J@NNRDVNZ@", + "KZOEQDSDUEVGVN RVMTNQNOMNKOIQHVH", + "JYNDNKOMQNSNUM RNEPDSDUEVGUISJNJ", + "H]WDUKTMRNPNNMMKMGNEPDRDTEVMWN", + "H\\XMVNUNSMRK RLDODQERHRKQMONNNLMKKKJVJXIYGXEVDUDSERH", + "KYO@ON ROMQNSNUMVKVGUESDQDOE", + "KYU@UN RUESDQDOENGNKOMQNSNUM", + "LYVMTNRNPMOKOGPERDSDUEVGVHOI", + "LYOEQDSDUEVGVKUMSNRNPMOKOJVI", + "LXPIRI RUETDPDOEOHPIOJOMPNTNUM", + "LXRITI ROEPDTDUEUHTIUJUMTNPNOM", + "KYUDUPTRRSOS RUESDQDOENGNKOMQNSNUM", + "NVRDRN RRUSTRSQTRURS", + "IZO@ON RUNQH RUDOJ", + "G]KNKD RKEMDODQERGRN RRGSEUDVDXEYGYN", /* U+1D50 ^M_TINY */ + "KZODON ROEQDSDUEVGVPURSSRS", + "KYQNOMNKNGOEQDSDUEVGVKUMSNQN", + "LYOEQDSDUEVGVKUMSNQNOM", + "KYNINGOEQDSDUEVGVI", + "KYNINKOMQNSNUMVKVI", + "KYOSOD ROEQDSDUEVGVKUMSNQNOM", + "NXPDVD RR@RKSMUNVN", + "KYUDUN RNDNKOMQNSNUM", + "I[MFWF RMMTMVLWJWHVF", + "G]YDYN RYMWNUNSMRKRD RRKQMONNNLMKKKD", + "LXNDRNVD", + "LXVNPGPEQDSDTETGNN", + "KYSFRF RNSOQOCPAR@S@UAVCUESFUGVIVKUMSNQNOM", + "KXRMRS RMDOERMVD", + "KYSDQDOENGNKOMQNSNUMVKVGUESDPCOBOAP@U@", + "I[MDLFLJMLNMPNTNVMWLXJXGWEUDSERGRS", /* U+1D60 ^PHI_TINY */ + "LXVDNS RNDPETRVS", + "NVRWRa RRPQQRRSQRPRR", + "LWPWPa RPZQXSWUW", + "KYUWUa RNWN^O`QaSaU`", + "LXNWRaVW", + "KYSYRY RNfOdOVPTRSSSUTVVUXSYUZV\\V^U`SaQaO`", + "KXR`Rf RMWOXR`VW", + "KYOfOZPXRWSWUXVZV^U`SaQaO`", + "I[MWLYL]M_N`PaTaV`W_X]XZWXUWSXRZRf", + "LXVWNf RNWPXTeVf", + "D`IMIXJZL[O[QZRX R[ZY[U[SZRXRPSNUMYM[N\\P\\RRT", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RIHJGLFPHRGSF", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RQHRGTFXHZG[F", + "MYOMWM RR[RISGUFWF RMTNSPRTTVSWR", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RMTNSPRTTVSWR", + "I\\NMN[ RNOONQMTMVNWPW[ RMTNSPRTTVSWR", /* U+1D70 N_SMALL TILDE */ + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RI`J_L^P`R_S^", + "KXP[PM RPQQORNTMVM RLTMSORSTUSVR", + "KXM[S[ RVMTMRNQOPRP[ RLTMSORSTUSVR", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RNTOSQRUTWSXR", + "MYOMWM RRFRXSZU[W[ RMSNRPQTSVRWQ", + "IZLMWML[W[ RMTNSPRTTVSWR", + "H[M[MJNHOGQFTFVG RMNOMSMUNVOWQWWVYUZS[O[MZ", + "H[MGVG RM@MN RV@VN", + "JZMMVMOURUTVUWVYV^U`TaRbPbNaM_M^N\\P[V[", + "MlOMWM RRFRXSZU[W[ R^[^F Rg[gPfNdMaM_N^O RiC]`", + "MWR[RM RU[O[ RUMOM ROTUT", + "MXRMRXSZU[ ROTUT", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RHT\\T", + "H[MMMXNZP[S[UZVXVM RHT\\T", + "I\\XMUMUPWRXTXWWYVZT[Q[OZNYMWMTNRPPPMMM RHU\\U", + /* // Phonetic Extensions Supplement (1D80-1DBF) */ + "F^K[KFYFY[K[", /* U+1D80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1D90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Combining Diacritical Marks Supplement (1DC0-1DFF) */ + "F^K[KFYFY[K[", /* U+1DC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Latin Extended Additional (1E00-1EFF) */ + "I[MUWU RK[RFY[ RR`TaUcTeRfPeOcPaR`", /* U+1E00 A_CAP +RING */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RR`TaUcTeRfPeOcPaR`", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RR?Q@RAS@R?RA", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RN?M@NAO@N?NA", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RRbSaR`QaRbR`", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RRbSaR`QaRbR`", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RWaMa", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RWaMa", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR\\T]U_TaRbOb RT>QA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RR\\T]U_TaRbOb RTEQH", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RR?Q@RAS@R?RA", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RV?U@VAW@V?VA", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RRbSaR`QaRbR`", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RSbTaS`RaSbS`", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RWaMa", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RXaNa", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RQ\\S]T_SaQbNb", /* U+1E10 D_CAP CEDILLA */ + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RS\\U]V_UaSbPb", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RVcR`Nc", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RWcS`Oc", + "H[MPTP RW[M[MFWF RM@W@ RP9S<", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMGWG RP>SA", + "H[MPTP RW[M[MFWF RM@W@ RT9Q<", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMGWG RT>QA", + "H[MPTP RW[M[MFWF RVcR`Nc", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RVcR`Nc", + "H[MPTP RW[M[MFWF RW`VaTbP`NaMb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RW`VaTbP`NaMb", + "H[MPTP RW[M[MFWF RR\\T]U_TaRbOb RN>O@QASAU@V>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RR\\T]U_TaRbOb RNEOGQHSHUGVE", + "HZTPMP RM[MFWF RR?Q@RAS@R?RA", + "MYOMWM RR[RISGUFWF RT?S@TAU@T?TA", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RM@W@", /* U+1E20 G_CAP MACRON */ + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RMGWG", + "G]L[LF RLPXP RX[XF RR?Q@RAS@R?RA", + "H[M[MF RV[VPUNSMPMNNMO RM?L@MAN@M?MA", + "G]L[LF RLPXP RX[XF RRbSaR`QaRbR`", + "H[M[MF RV[VPUNSMPMNNMO RRbSaR`QaRbR`", + "G]L[LF RLPXP RX[XF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H[M[MF RV[VPUNSMPMNNMO RI?J@IAH@I?IA RQ?R@QAP@Q?QA", + "G]L[LF RLPXP RX[XF RL\\N]O_NaLbIb", + "H[M[MF RV[VPUNSMPMNNMO RM\\O]P_OaMbJb", + "G]L[LF RLPXP RX[XF RV`UbScQcObN`", + "H[M[MF RV[VPUNSMPMNNMO RV`UbScQcObN`", + "MWR[RF RW`VaTbP`NaMb", + "MWR[RM RRFQGRHSGRFRH RW`VaTbP`NaMb", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA RT9Q<", + "MWR[RM RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "G\\L[LF RX[OO RXFLR RT>QA", /* U+1E30 K_CAP ACUTE */ + "IZN[NF RPSV[ RVMNU RPAMD", + "G\\L[LF RX[OO RXFLR RRbSaR`QaRbR`", + "IZN[NF RPSV[ RVMNU RRbSaR`QaRbR`", + "G\\L[LF RX[OO RXFLR RWaMa", + "IZN[NF RPSV[ RVMNU RWaMa", + "HYW[M[MF RRbSaR`QaRbR`", + "MXU[SZRXRF RSbTaS`RaSbS`", + "HYW[M[MF RH@R@ RRbSaR`QaRbR`", + "MXU[SZRXRF RM@W@ RSbTaS`RaSbS`", + "HYW[M[MF RWaMa", + "MXU[SZRXRF RXaNa", + "HYW[M[MF RVcR`Nc", + "MXU[SZRXRF RWcS`Oc", + "F^K[KFRUYFY[ RT>QA", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RTEQH", + "F^K[KFRUYFY[ RR?Q@RAS@R?RA", /* U+1E40 M_CAP DOT */ + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RRFQGRHSGRFRH", + "F^K[KFRUYFY[ RRbSaR`QaRbR`", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RRbSaR`QaRbR`", + "G]L[LFX[XF RR?Q@RAS@R?RA", + "I\\NMN[ RNOONQMTMVNWPW[ RRFQGRHSGRFRH", + "G]L[LFX[XF RRbSaR`QaRbR`", + "I\\NMN[ RNOONQMTMVNWPW[ RRbSaR`QaRbR`", + "G]L[LFX[XF RWaMa", + "I\\NMN[ RNOONQMTMVNWPW[ RWaMa", + "G]L[LFX[XF RVcR`Nc", + "I\\NMN[ RNOONQMTMVNWPW[ RVcR`Nc", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W? RT9Q<", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMHNGPFTHVGWF RT>QA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W? RN:O;NSA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RM@W@ RT9Q<", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMGWG RT>QA", + "G\\L[LFTFVGWHXJXMWOVPTQLQ RT>QA", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RTEQH", + "G\\L[LFTFVGWHXJXMWOVPTQLQ RR?Q@RAS@R?RA", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RRFQGRHSGRFRH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RR?Q@RAS@R?RA", + "KXP[PM RPQQORNTMVM RSFRGSHTGSFSH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RRbSaR`QaRbR`", + "KXP[PM RPQQORNTMVM RPbQaP`OaPbP`", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RM@W@ RRbSaR`QaRbR`", + "KXP[PM RPQQORNTMVM RNGXG RPbQaP`OaPbP`", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RWaMa", + "KXP[PM RPQQORNTMVM RUaKa", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RR?Q@RAS@R?RA", /* U+1E60 S_CAP DOT */ + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RRFQGRHSGRFRH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RRbSaR`QaRbR`", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RRbSaR`QaRbR`", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RU>RA RM>N?M@L?M>M@", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RUERH RMENFMGLFMEMG", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RN>RAV> RR:Q;RQA", + "G]LFLWMYNZP[T[VZWYXWXF RM@W@ RN:O;NSA", /* U+1E80 W_CAP GRAVE */ + "G]JMN[RQV[ZM RPESH", + "F^IFN[RLV[[F RT>QA", + "G]JMN[RQV[ZM RTEQH", + "F^IFN[RLV[[F RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G]JMN[RQV[ZM RNFOGNHMGNFNH RVFWGVHUGVFVH", + "F^IFN[RLV[[F RR?Q@RAS@R?RA", + "G]JMN[RQV[ZM RRFQGRHSGRFRH", + "F^IFN[RLV[[F RRbSaR`QaRbR`", + "G]JMN[RQV[ZM RRbSaR`QaRbR`", + "H\\KFY[ RYFK[ RR?Q@RAS@R?RA", + "IZL[WM RLMW[ RRFQGRHSGRFRH", + "H\\KFY[ RYFK[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "IZL[WM RLMW[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I[RQR[ RKFRQYF RR?Q@RAS@R?RA", + "JZMMR[ RWMR[P`OaMb RRFQGRHSGRFRH", + "H\\KFYFK[Y[ RNAR>VA", /* U+1E90 Z_CAP CIRCUMFLEX */ + "IZLMWML[W[ RNHREVH", + "H\\KFYFK[Y[ RRbSaR`QaRbR`", + "IZLMWML[W[ RRbSaR`QaRbR`", + "H\\KFYFK[Y[ RWaMa", + "IZLMWML[W[ RWaMa", + "H[M[MF RV[VPUNSMPMNNMO RWaMa", + "MYOMWM RRFRXSZU[W[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G]JMN[RQV[ZM RRHPGOEPCRBTCUETGRH", + "JZMMR[ RWMR[P`OaMb RRHPGOEPCRBTCUETGRH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RWJYIZGYEWD", + "MYR[RISGUFWF RT?S@TAU@T?TA", + "MYR[RISGUFWF ROSUO", + "MYR[RISGUFWF ROLUL", + "E^J[JLKIMGPFZFSNVNXOYPZRZWYYXZV[R[PZOY", + "H[SMPMNNMOLQLWMYNZP[S[UZVYWWWQVOUNSMPLNKMINGPFTFVG", + "I[MUWU RK[RFY[ RRbSaR`QaRbR`", /* U+1EA0 A_CAP +DOT */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRbSaR`QaRbR`", + "I[MUWU RK[RFY[ RRAT?U=T;R:P:", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRHTFUDTBRAPA", + "I[MUWU RK[RFY[ RU>X; RNAR>VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RUEXB RNHREVH", + "I[MUWU RK[RFY[ RO>L; RNAR>VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR ROELB RNHREVH", + "I[MUWU RK[RFY[ RNAR>VA RXAZ?[=Z;X:V:", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHREVH RXHZF[DZBXAVA", + "I[MUWU RK[RFY[ RNAR>VA RMVA RRbSaR`QaRbR`", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHREVH RRbSaR`QaRbR`", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RT9Q<", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE RT>QA", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RP9S<", /* U+1EB0 A_CAP BREVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE RP>SA", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RP>RN>", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RMO@QASAU@V> RRbSaR`QaRbR`", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE RRbSaR`QaRbR`", + "H[MPTP RW[M[MFWF RRbSaR`QaRbR`", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RRbSaR`QaRbR`", + "H[MPTP RW[M[MFWF RRAT?U=T;R:P:", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RRHTFUDTBRAPA", + "H[MPTP RW[M[MFWF RMAN@P?TAV@W?", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMHNGPFTHVGWF", + "H[MPTP RW[M[MFWF RU>X; RNAR>VA", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RUEXB RNHREVH", + "H[MPTP RW[M[MFWF RO>L; RNAR>VA", /* U+1EC0 E_CAP CIRCUMFLEX_GRAVE */ + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT ROELB RNHREVH", + "H[MPTP RW[M[MFWF RNAR>VA RXAZ?[=Z;X:V:", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHREVH RXHZF[DZBXAVA", + "H[MPTP RW[M[MFWF RNAR>VA RMVA RRbSaR`QaRbR`", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHREVH RRbSaR`QaRbR`", + "MWR[RF RRAT?U=T;R:P:", + "MWR[RM RRHTFUDTBRAPA", + "MWR[RF RRbSaR`QaRbR`", + "MWR[RM RRFQGRHSGRFRH RRbSaR`QaRbR`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RRbSaR`QaRbR`", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRbSaR`QaRbR`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RRAT?U=T;R:P:", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRHTFUDTBRAPA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RU>X; RNAR>VA", /* U+1ED0 O_CAP CIRCUMFLEX_ACUTE */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUEXB RNHREVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RO>L; RNAR>VA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ ROELB RNHREVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAR>VA RXAZ?[=Z;X:V:", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHREVH RXHZF[DZBXAVA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAR>VA RMVA RRbSaR`QaRbR`", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHREVH RRbSaR`QaRbR`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RT>QA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RTEQH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RP>SA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RPESH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RRAT?U=T;R:P:", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RRHTFUDTBRAPA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RWAVBTCPANBMC", /* U+1EE0 O_CAP HORN */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RWHVITJPHNIMJ", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RRbSaR`QaRbR`", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RRbSaR`QaRbR`", + "G]LFLWMYNZP[T[VZWYXWXF RRbSaR`QaRbR`", + "H[VMV[ RMMMXNZP[S[UZVY RRbSaR`QaRbR`", + "G]LFLWMYNZP[T[VZWYXWXF RRAT?U=T;R:P:", + "H[VMV[ RMMMXNZP[S[UZVY RRHTFUDTBRAPA", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RT>QA", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RTEQH", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RP>SA", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RPESH", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RRAT?U=T;R:P:", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RRHTFUDTBRAPA", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RWAVBTCPANBMC", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RWHVITJPHNIMJ", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RRbSaR`QaRbR`", /* U+1EF0 U_CAP HORN */ + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RRbSaR`QaRbR`", + "I[RQR[ RKFRQYF RP>SA", + "JZMMR[ RWMR[P`OaMb RPESH", + "I[RQR[ RKFRQYF RRbSaR`QaRbR`", + "JZMMR[ RWMR[P`OaMb RVbWaV`UaVbV`", + "I[RQR[ RKFRQYF RRAT?U=T;R:P:", + "JZMMR[ RWMR[P`OaMb RRHTFUDTBRAPA", + "I[RQR[ RKFRQYF RMAN@P?TAV@W?", + "JZMMR[ RWMR[P`OaMb RMHNGPFTHVGWF", + "E\\PFP[ RJFJ[Z[", + "J[MMWM ROFOXPZR[ RX[VZUXUF", + "G]QFOGMJLMLWMYNZP[T[VZXXYVYTXPVMUL", + "H[QMONNOMQMWNYOZQ[S[UZVYWWWUVSURSQ", + "G[KFRT RYFRTPXOZM[KZJXKVMUOVPX", + "JZMMR[ RWMR[Q_PaNbLaK_L]N\\P]Q_", + /* // Greek Extended (1F00-1FFF) */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQHRHSGSE", /* U+1F00 ALPHA_SMALL PSILI */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQEQGRHSH", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RTEWH RMHNHOGOE", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RTEWH RMEMGNHOH", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RXEUH RMHNHOGOE", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RXEUH RMEMGNHOH", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQHRHSGSE RMAN@P?TAV@W?", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQEQGRHSH RMAN@P?TAV@W?", + "G[MUWU RK[RFY[ RJHKHLGLE", + "G[MUWU RK[RFY[ RJEJGKHLH", + "?[MUWU RK[RFY[ RIELH RBHCHDGDE", + "?[MUWU RK[RFY[ RIELH RBEBGCHDH", + "?[MUWU RK[RFY[ RMEJH RBHCHDGDE", + "?[MUWU RK[RFY[ RMEJH RBEBGCHDH", + "D[MUWU RK[RFY[ RFAG@I?MAO@P? RJHKHLGLE", + "D[MUWU RK[RFY[ RFAG@I?MAO@P? RJEJGKHLH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RQHRHSGSE", /* U+1F10 EPSILON_SMALL PSILI */ + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RQEQGRHSH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RTEWH RMHNHOGOE", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RTEWH RMEMGNHOH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RXEUH RMHNHOGOE", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RXEUH RMEMGNHOH", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "B[MPTP RW[M[MFWF REHFHGGGE", + "B[MPTP RW[M[MFWF REEEGFHGH", + ":[MPTP RW[M[MFWF RDEGH R=H>H?G?E", + ":[MPTP RW[M[MFWF RDEGH R=E=G>H?H", + ":[MPTP RW[M[MFWF RHEEH R=H>H?G?E", + ":[MPTP RW[M[MFWF RHEEH R=E=G>H?H", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "I\\NMN[ RNOONQMTMVNWPWb RQHRHSGSE", /* U+1F20 ETA_SMALL PSILI */ + "I\\NMN[ RNOONQMTMVNWPWb RQEQGRHSH", + "I\\NMN[ RNOONQMTMVNWPWb RTEWH RMHNHOGOE", + "I\\NMN[ RNOONQMTMVNWPWb RTEWH RMEMGNHOH", + "I\\NMN[ RNOONQMTMVNWPWb RXEUH RMHNHOGOE", + "I\\NMN[ RNOONQMTMVNWPWb RXEUH RMEMGNHOH", + "I\\NMN[ RNOONQMTMVNWPWb RQHRHSGSE RMAN@P?TAV@W?", + "I\\NMN[ RNOONQMTMVNWPWb RQEQGRHSH RMAN@P?TAV@W?", + "A]L[LF RLPXP RX[XF RDHEHFGFE", + "A]L[LF RLPXP RX[XF RDEDGEHFH", + "9]L[LF RLPXP RX[XF RCEFH RG>E", + "9]L[LF RLPXP RX[XF RCEFH RH", + "9]L[LF RLPXP RX[XF RGEDH RG>E", + "9]L[LF RLPXP RX[XF RGEDH RH", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDHEHFGFE", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDEDGEHFH", + "MXRMRXSZU[ RQHRHSGSE", /* U+1F30 IOTA_SMALL PSILI */ + "MXRMRXSZU[ RQEQGRHSH", + "MXRMRXSZU[ RTEWH RMHNHOGOE", + "MXRMRXSZU[ RTEWH RMEMGNHOH", + "MXRMRXSZU[ RXEUH RMHNHOGOE", + "MXRMRXSZU[ RXEUH RMEMGNHOH", + "MXRMRXSZU[ RQHRHSGSE RMAN@P?TAV@W?", + "MXRMRXSZU[ RQEQGRHSH RMAN@P?TAV@W?", + "GWR[RF RJHKHLGLE", + "GWR[RF RJEJGKHLH", + "?WR[RF RIELH RBHCHDGDE", + "?WR[RF RIELH RBEBGCHDH", + "?WR[RF RMEJH RBHCHDGDE", + "?WR[RF RMEJH RBEBGCHDH", + "DWR[RF RFAG@I?MAO@P? RJHKHLGLE", + "DWR[RF RFAG@I?MAO@P? RJEJGKHLH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RQHRHSGSE", /* U+1F40 O_SMALL PSILI */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RQEQGRHSH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEWH RMHNHOGOE", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEWH RMEMGNHOH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RXEUH RMHNHOGOE", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RXEUH RMEMGNHOH", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF REHFHGGGE", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF REEEGFHGH", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RDEGH R=H>H?G?E", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RDEGH R=E=G>H?H", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH R=H>H?G?E", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH R=E=G>H?H", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "H[MMMXNZP[S[UZVYWWWPVNUM RQHRHSGSE", /* U+1F50 UPSILON_SMALL PSILI */ + "H[MMMXNZP[S[UZVYWWWPVNUM RQEQGRHSH", + "H[MMMXNZP[S[UZVYWWWPVNUM RTEWH RMHNHOGOE", + "H[MMMXNZP[S[UZVYWWWPVNUM RTEWH RMEMGNHOH", + "H[MMMXNZP[S[UZVYWWWPVNUM RXEUH RMHNHOGOE", + "H[MMMXNZP[S[UZVYWWWPVNUM RXEUH RMEMGNHOH", + "H[MMMXNZP[S[UZVYWWWPVNUM RQHRHSGSE RMAN@P?TAV@W?", + "H[MMMXNZP[S[UZVYWWWPVNUM RQEQGRHSH RMAN@P?TAV@W?", + "F^K[KFYFY[K[", + "@[RQR[ RKFRQYF RCECGDHEH", + "F^K[KFYFY[K[", + "8[RQR[ RKFRQYF RBEEH R;E;GG>E RR`RcSdTd", + "9]L[LF RLPXP RX[XF RCEFH RH RR`RcSdTd", + "9]L[LF RLPXP RX[XF RGEDH RG>E RR`RcSdTd", + "9]L[LF RLPXP RX[XF RGEDH RH RR`RcSdTd", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDHEHFGFE RR`RcSdTd", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDEDGEHFH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQHRHSGSE RR`RcSdTd", /* U+1FA0 OMEGA_SMALL PSILI */ + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQEQGRHSH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEWH RMHNHOGOE RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEWH RMEMGNHOH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RXEUH RMHNHOGOE RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RXEUH RMEMGNHOH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQHRHSGSE RMAN@P?TAV@W? RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQEQGRHSH RMAN@P?TAV@W? RR`RcSdTd", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RCHDHEGEE RR`RcSdTd", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RCECGDHEH RR`RcSdTd", + "8^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RBEEH R;HO@QASAU@V>", + "I[MUWU RK[RFY[ RM@W@", + "G[MUWU RK[RFY[ RIELH", + "G[MUWU RK[RFY[ RMEJH", + "I[MUWU RK[RFY[ RR`RcSdTd", + "NVQHRHSGSE", + "NVR`RcSdTd", + "NVQHRHSGSE", + "KZMHNGPFTHVGWF", /* U+1FC0 TILDE */ + "LXMCNBPATCVBWA RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I\\NMN[ RNOONQMTMVNWPWb RPESH RN`NcOdPd", + "I\\NMN[ RNOONQMTMVNWPWb RN`NcOdPd", + "I\\NMN[ RNOONQMTMVNWPWb RTEQH RN`NcOdPd", + "F^K[KFYFY[K[", + "I\\NMN[ RNOONQMTMVNWPWb RMHNGPFTHVGWF", + "I\\NMN[ RNOONQMTMVNWPWb RMHNGPFTHVGWF RN`NcOdPd", + "B[MPTP RW[M[MFWF RDEGH", + "B[MPTP RW[M[MFWF RHEEH", + "A]L[LF RLPXP RX[XF RCEFH", + "A]L[LF RLPXP RX[XF RGEDH", + "G]L[LF RLPXP RX[XF RR`RcSdTd", + "JZTEWH RMHNHOGOE", + "JZXEUH RMHNHOGOE", + "NVQHRHSGSE RMAN@P?TAV@W?", + "MXRMRXSZU[ RNEOGQHSHUGVE", /* U+1FD0 IOTA_SMALL BREVE */ + "MXRMRXSZU[ RMGWG", + "MXRMRXSZU[ RNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "MXRMRXSZU[ RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "MXRMRXSZU[ RMHNGPFTHVGWF", + "MXRMRXSZU[ RMCNBPATCVBWA RNFOGNHMGNFNH RVFWGVHUGVFVH", + "MWR[RF RN>O@QASAU@V>", + "MWR[RF RM@W@", + "GWR[RF RIELH", + "GWR[RF RMEJH", + "F^K[KFYFY[K[", + "JZTEWH RMEMGNHOH", + "JZXEUH RMEMGNHOH", + "NVQEQGRHSH RMAN@P?TAV@W?", + "H[MMMXNZP[S[UZVYWWWPVNUM RNEOGQHSHUGVE", /* U+1FE0 UPSILON_SMALL BREVE */ + "H[MMMXNZP[S[UZVYWWWPVNUM RMGWG", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX RQHRHSGSE", + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX RQEQGRHSH", + "H[MMMXNZP[S[UZVYWWWPVNUM RMHNGPFTHVGWF", + "H[MMMXNZP[S[UZVYWWWPVNUM RMCNBPATCVBWA RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I[RQR[ RKFRQYF RN>O@QASAU@V>", + "I[RQR[ RKFRQYF RM@W@", + "@[RQR[ RKFRQYF RBEEH", + "@[RQR[ RKFRQYF RFECH", + "A\\L[LFTFVGWHXJXMWOVPTQLQ RDEDGEHFH", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "NVPESH", + "F^K[KFYFY[K[", /* U+1FF0 */ + "F^K[KFYFY[K[", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RPESH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEQH RR`RcSdTd", + "F^K[KFYFY[K[", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RMHNGPFTHVGWF", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RMHNGPFTHVGWF RR`RcSdTd", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RDEGH", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RBEEH", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RFECH", + "F^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RR`RcSdTd", + "NVTEQH", + "NVQEQGRHSH", + "F^K[KFYFY[K[", + /* // General Punctuation (2000-206F) */ + "F^", /* U+2000 SPACE_EM */ + "LX", + "F^", + "LX", + "NV", + "OU", + "PT", + "H\\", + "MW", + "PT", + "QS", + "RR", + "RR", + "RR", + "RR", + "RR", + "LXOTUT", /* U+2010 HYPHEN */ + "LXOTUT", + "H\\JRZR", + "LXVTNT", + "F^IT[T", + "F^IT[T", + "H\\ODOb RUDUb", + "JZJbZb RJ]Z]", + "MWQGQFRDSC", + "MWSFSGRIQJ", + "MWSZS[R]Q^", + "MWQFQGRISJ", + "JZUGUFVDWC RMGMFNDOC", + "JZOFOGNIMJ RWFWGVIUJ", + "JZOZO[N]M^ RWZW[V]U^", + "JZUFUGVIWJ RMFMGNIOJ", + "I[MMWM RRFRb", /* U+2020 DEI_SMALL */ + "I[M[W[ RMMWM RRFRb", + "E_PQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ", + "E_PPPV RQQQU RRQRU RSSUS RSRST ROPUSOV RVSOWOOVS", + "MWRYSZR[QZRYR[", + "MaRYSZR[QZRYR[ R\\Y]Z\\[[Z\\Y\\[", + "MkRYSZR[QZRYR[ R\\Y]Z\\[[Z\\Y\\[ RfYgZf[eZfYf[", + "JZRRQSRTSSRRRT", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + "FjJ[ZF RMFOGPIOKMLKKJIKGMF RcUeVfXeZc[aZ`XaVcU RYZZXYVWUUVTXUZW[YZ", /* U+2030 PERMILLE */ + "FvJ[ZF RMFOGPIOKMLKKJIKGMF RcUeVfXeZc[aZ`XaVcU RoUqVrXqZo[mZlXmVoU RYZZXYVWUUVTXUZW[YZ", + "MWTFQL", + "JZQFNL RWFTL", + "G]NFKL RTFQL RZFWL", + "MWPFSL", + "JZSFVL RMFPL", + "G]VFYL RPFSL RJFML", + "LXVcR`Nc", + "KYUMOSUY", + "KYOMUSOY", + "E_LMXY RXMLY RKRLSKTJSKRKT RRYSZR[QZRYR[ RRKSLRMQLRKRM RYRZSYTXSYRYT", + "MaRYSZR[QZRYR[ RRSQGRFSGRSRF R\\Y]Z\\[[Z\\Y\\[ R\\S[G\\F]G\\S\\F", + "I[QFQS RQYRZQ[PZQYQ[ RQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS RMGOFTFVGWIWKVMUNSORPQRQS", + "E_JGZG", + "OUb`aa^c\\dYeTfPfKeHdFcCaB`", + "OUBFCEFCHBKAP@T@YA\\B^CaEbF", /* U+2040 TIE */ + "E_N_VW RV_R[", + "CaKRKW RRFRK RYRYW RFUKWPU RH[KWN[ RMIRKWI ROORKUO RTUYW^U RV[YW\\[", + "LXOTUT", + "G][EI`", + "KYQSVS RVbQbQDVD", + "KYSSNS RNbSbSDND", + "ImQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS RcYdZc[bZcYc[ R_GaFfFhGiIiKhMgNeOdPcRcS", + "IeQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS R`YaZ`[_Z`Y`[ R`S_G`FaG`S`F", + "MiRYSZR[QZRYR[ RRSQGRFSGRSRF R_Y`Z_[^Z_Y_[ R[G]FbFdGeIeKdMcNaO`P_R_S", + "KYNMVMPb", + "G^NMN[ RUMUXVZX[ RJMWMYNZP", + "H\\NQNU RWPWV RPVPPOQOUPV RQPPPNQMSNUPVQVQP", + "H\\VQVU RMPMV RTVTPUQUUTV RSPTPVQWSVUTVSVSP", + "JZR[RV RWXRVMX RURRVOR", + "MWQZQ[R]S^ RRNQORPSORNRP", + "OUBFCEFCHBKAP@T@YA\\B^CaEbF Rb`aa^c\\dYeTfPfKeHdFcCaB`", /* U+2050 TIE *TIE */ + "JZRFRK RMIRKWI ROORKUO RRFRK RWIRKMI RUORKOO", + "JZM^WB RNFOGNHMGNFNH RVYWZV[UZVYV[", + "E_JSKRNQQRSTVUYTZS", + ">fB^B]C[EZOZQYRWSYUZ_Za[b]b^", + "E_JSZS RR[RK RLMXY RXMLY", + "E_LRMSLTKSLRLT RXYYZX[WZXYX[ RXKYLXMWLXKXM", + "D`KFHL RQFNL RWFTL R]FZL", + "E_KRLSKTJSKRKT RRYSZR[QZRYR[ RRKSLRMQLRKRM RYRZSYTXSYRYT", + "E_LXMYLZKYLXLZ RLLMMLNKMLLLN RRRSSRTQSRRRT RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "MWRYSZR[QZRYR[ RRNSORPQORNRP", + "E_KRLSKTJSKRKT RRYSZR[QZRYR[ RRKSLRMQLRKRM RYRZSYTXSYRYT", + "E_JSZS RR[RK RLXMYLZKYLXLZ RLLMMLNKMLLLN RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "CaR\\S]R^Q]R\\R^ RRRSSRTQSRRRT RRHSIRJQIRHRJ", + "CaR^S_R`Q_R^R` RRVSWRXQWRVRX RRNSORPQORNRP RRFSGRHQGRFRH", + "OU", + "RR", /* U+2060 0 */ + "RR", + "RR", + "RR", + "RR", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + /* // Subscripts and Superscripts (2070-209F) */ + "JZQ@S@UAVDVJUMSNQNOMNJNDOAQ@", /* U+2070 ^DIGIT_0_SMALL */ + "NVRDRN RR=Q>R?S>R=R?", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "JZUFUN RQ@NJWJ", + "JZV@O@NFPESEUFVHVKUMSNPNNM", + "JZNHOFQESEUFVHVKUMSNQNOMNKNFOCPAR@U@", + "JZM@W@PN", + "JZQFOENCOAQ@S@UAVCUESFQFOGNINKOMQNSNUMVKVIUGSF", + "JZVFUHSIQIOHNFNCOAQ@S@UAVCVHUKTMRNON", + "I[LHXH RRBRN", + "I[LHXH", + "I[LJXJ RLFXF", + "MWT=S>RAQFQJROSRTS", + "MWP=Q>RASFSJROQRPS", + "KZODON ROEQDSDUEVGVN", + "JZQSSSUTVWV]U`SaQaO`N]NWOTQS", /* U+2080 .DIGIT_0_SMALL */ + "JZVaNa RNVPURSRa", + "JZNTPSSSUTVVVXUZNaVa", + "JZNSVSRXSXUYV[V^U`SaPaN`", + "JZUYUa RQSN]W]", + "JZVSOSNYPXSXUYV[V^U`SaPaN`", + "JZN[OYQXSXUYV[V^U`SaQaO`N^NYOVPTRSUS", + "JZMSWSPa", + "JZQYOXNVOTQSSSUTVVUXSYQYOZN\\N^O`QaSaU`V^V\\UZSY", + "JZVYU[S\\Q\\O[NYNVOTQSSSUTVVV[U^T`RaOa", + "I[L[X[ RRURa", + "I[L[X[", + "I[L]X] RLYXY", + "MWTPSQRTQYQ]RbSeTf", + "MWPPQQRTSYS]RbQePf", + "RR", + "KZOXQWSWUXVZVa RV`TaQaO`N^O\\Q[V[", /* U+2090 .A_TINY */ + "LYV`TaRaP`O^OZPXRWSWUXVZV[O\\", + "KYQaO`N^NZOXQWSWUXVZV^U`SaQa", + "KYNWVa RVWNa", + "LYOXQWSWUXVZV^U`SaRaP`O^O]V\\", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Currency Symbols (20A0-20CF) */ + "F[XMPMP[X[ RTGRFNFLGKHJJJPKRLSNTUT", /* U+20A0 ECU */ + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RSBG_ RZBN_", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR[RM RRQSOTNVMXM", + "HZTPMP RM[MFWF RJVRV", + "H[LMTM RL[W[ RO[OIPGRFUFWG RLSTS", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RWHM`", + "G]L[LFX[XF RHV\\V RHP\\P", + "GyL[LFTFVGWHXJXMWOVPTQLQ R^MfM RaFaXbZd[f[ RlZn[r[tZuXuWtUrToTmSlQlPmNoMrMtN", + "GmX[QQ RL[LFTFVGWHXJXMWOVPTQLQ R`Zb[f[hZiXiWhUfTcTaS`Q`PaNcMfMhN", + "F^IFN[RLV[[F RHV\\V RHP\\P", + "D`I[IFOFRGTIULUR RONOUPXRZU[[[[F", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RRHZH RXaNa", + "F[HSQS RHNTN RWYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "G\\L[LF RX[OO RXFLR RLOTO", + "JZLFXF RR[RF ROVUR ROPUL", + "IoK[RFY[K[ R`b`QaObNdMgMiNjOkQkWjYiZg[d[bZ`X", + "G]ITJSLRNSOTQUSTXOYLYIXGVFUFSGRIRLSOXTYVYWXYWZT[", /* U+20B0 PENNY_GERMAN */ + "G\\L[LFTFVGWHXJXMWOVPTQLQ RHL\\L", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RRCR^", + "I[K[RFY[ RHV\\V RHP\\P", + "H\\XZU[P[NZMYLWLUMSNRPQTPVOWNXLXJWHVGTFOFLG RRCR^", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRJR^", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+20C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Combining Diacritical Marks For Symbols (20D0-20FF) */ + "F^K[KFYFY[K[", /* U+20D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+20E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+20F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Letterlike Symbols (2100-214F) */ + "F^K[KFYFY[K[", /* U+2100 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2110 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2120 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2130 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2140 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Number Forms (2150-218F) */ + "F^K[KFYFY[K[", /* U+2150 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2160 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2170 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2180 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Arrows (2190-21FF) */ + "E_ZSJS RNWJSNO", /* U+2190 !ARROW_E */ + "E_R[RK RNORKVO", + "E_JSZS RVWZSVO", + "E_RKR[ RVWR[NW", + "E_JSZS RVWZSVO RNOJSNW", + "E_R[RK RNORKVO RVWR[NW", + "E_KLYZ RRLKLKS", + "E_YLKZ RRLYLYS", + "E_YZKL RRZYZYS", + "E_KZYL RRZKZKS", + "E_ZSJS RRWVO RNOJSNW", + "E_JSZS RRONW RVWZSVO", + "E_JWJQPQ RJQMTOUQTSRUQWRZU", + "E_ZWZQTQ RZQWTUUSTQROQMRJU", + "E_ZSJS RTOPSTW RNWJSNO", + "E_R[RK RNURQVU RNORKVO", + "E_JSZS RPOTSPW RVWZSVO", /* U+21A0 ARROW_DBL_E */ + "E_RKR[ RVQRUNQ RVWR[NW", + "E_JSVS RZOVSZW RNWJSNO", + "E_ZSNS RJONSJW RVWZSVO", + "E_ZOZW RJSZS RNWJSNO", + "E_R[RK RV[N[ RNORKVO", + "E_JOJW RZSJS RVWZSVO", + "E_RKR[ RNKVK RVWR[NW", + "E_N[V[ RR[RK RNWR[VW RNORKVO", + "E_NWJSNO RJSWSYRZPYNWM", + "E_VWZSVO RZSMSKRJPKNMM", + "E_NWJSNO RJSWSYRZPYNWMUNTPTW", + "E_VWZSVO RZSMSKRJPKNMMONPPPW", + "E_PUJUJO RZWZQTQ RZQWTUUSTQROQMRJU", + "E_JSZS RTOPW RNOJSNW RVWZSVO", + "E_PWR[VY ROKLTVOR[", + "E_V[VOJO RNSJONK", /* U+21B0 !ARROW_E_N */ + "E_N[NOZO RVSZOVK", + "E_VKVWJW RNSJWN[", + "E_NKNWZW RVSZWV[", + "E_JOVOV[ RZWV[RW", + "E_VKVWJW RNSJWN[", + "E_OQKUGQ RYRYQXNVLSKQKNLLNKQKU", + "E_UQYU]Q RKRKQLNNLQKSKVLXNYQYU", + "E_KLYZ RKHYH RRLKLKS", + "E_JWZW RJKJS RZSZ[ RZOJO RNSJONK RV[ZWVS", + "E_[KUKUQ RMMLNKQKSLVNXQYSYVXXVYSYQXNUK", + "E_IKOKOQ RWMXNYQYSXVVXSYQYNXLVKSKQLNOK", + "E_ZSJSNO", + "E_ZSJSNW", + "E_R[RKVO", + "E_R[RKNO", + "E_JSZSVO", /* U+21C0 HARPOON_UP_E */ + "E_JSZSVW", + "E_RKR[VW", + "E_RKR[NW", + "E_ZWJW RJOZO RVSZOVK RN[JWNS", + "E_N[NK RVKV[ RJONKRO RRWV[ZW", + "E_JWZW RZOJO RNSJONK RV[ZWVS", + "E_ZWJW RJOZO RN[JWNSJONK", + "E_N[NK RVKV[ RJONKROVKZO", + "E_JWZW RZOJO RV[ZWVSZOVK", + "E_VKV[ RN[NK RZWV[RWN[JW", + "E_JVZVVZ RZPJPNL", + "E_ZVJVNZ RJPZPVL", + "E_ZPMP RZVMV RRXVN ROXJSON", + "E_MVWV RMPWP RSNQX ROXJSON RUNZSUX", + "E_JVWV RJPWP RRNNX RUNZSUX", + "E_ZPMP RZVMV ROXJSON", /* U+21D0 *ARROW_E_DBL */ + "E_ONO[ RUNU[ RWPRKMP", + "E_JVWV RJPWP RUNZSUX", + "E_UXUK ROXOK RMVR[WV", + "E_MVWV RMPWP ROXJSON RUNZSUX", + "E_OXON RUXUN RMVR[WV RWPRKMP", + "E_[XOL RW\\KP RSLKLKT", + "E_IXUL RM\\YP RQLYLYT", + "E_INUZ RMJYV RQZYZYR", + "E_[NOZ RWJKV RSZKZKR", + "E_ZXOX RZSJS RZNON RQLJSQZ", + "E_JXUX RJSZS RJNUN RSLZSSZ", + "E_NWJSNO RZUWQTUQQNULSJS", + "E_VWZSVO RJUMQPUSQVUXSZS", + "E_NXVX RNSVS RR[RK RNORKVO", + "E_VNNN RVSNS RRKR[ RVWR[NW", + "E_ZSWS RSSQS RMSJS RNOJSNW", /* U+21E0 *ARROW_E_DASHED */ + "E_R[RX RRTRR RRNRK RNORKVO", + "E_JSMS RQSSS RWSZS RVWZSVO", + "E_RKRN RRRRT RRXR[ RVWR[NW", + "E_ZSJS RJWJO RNOJSNW", + "E_JSZS RZOZW RVWZSVO", + "E_ZPZVOVOXJSONOPZP", + "E_U[O[OPMPRKWPUPU[", + "E_JVJPUPUNZSUXUVJV", + "E_OKUKUVWVR[MVOVOK", + "E_U[O[OWUWU[ RUSOSOPMPRKWPUPUS", + "E_W[M[MWOWOPMPRKWPUPUWWWW[", + "E_ONUN RW[M[MWOWOPMPRKWPUPUWWWW[", + "E_RKR[ RW[M[MWOWOPMPRKWPUPUWWWW[", + "E_PPMPRKWPTP RU[O[OSMSRNWSUSU[", + "E_PPMPRKWPTP RW[M[MWOWOSMSRNWSUSUWWWW[", + "E_JNNNNPUPUNZSUXUVNVNXJXJN", /* U+21F0 ARROW_E_WALL_WHITE */ + "E_Z[NO RZKJKJ[ RUONONV", + "E_JKVW RJ[Z[ZK ROWVWVP", + "E_MPRKWPUPUVWVR[MVOVOPMP", + "E_JSZS RVWZSVO RTRTTSVQWOWMVLTLRMPOOQOSPTR", + "E_V[VK RNKN[ RZOVKRO RRWN[JW", + "E_J[Z[ RJKZK RZSJS RVGZKVOZSVWZ[V_", + "E_ZSJS RTWTO RNOJSNW", + "E_JSZS RPOPW RVWZSVO", + "E_JSZS RRORW RNOJSNW RVWZSVO", + "E_ZSJS RWWWO RRWRO RNOJSNW", + "E_JSZS RMOMW RRORW RVWZSVO", + "E_JSZS RPOPW RTOTW RNWJSNO RVWZSVO", + "E_NSZS RNWNOJSNW", + "E_VSJS RVWVOZSVW", + "E_NSVS RNWJSNONW RVWVOZSVW", + /* // Mathematical Operators (2200-22FF) */ + "I[MLWL RKFR[YF", /* U+2200 =A_CAP */ + "HZVHUGSFPFNGMHLKLVMYNZP[S[UZVY", + "H[WOVNTMPMNNMOLQLWMYNZP[S[UZVYWWWJVHUGSFOFMG", + "I\\WPPP RM[W[WFMF", + "I\\WQPQ RMFWFW[M[ RXCL`", + "C`G[\\F ROFTFXHZJ\\N\\SZWXYT[O[KYIWGSGNIJKHOF", + "I[K[RFY[K[", + "I[YFR[KFYF", + "C`\\QGQ R\\GOGKIIKGOGSIWKYO[\\[", + "C`[CH^ R\\QGQ R\\GOGKIIKGOGSIWKYO[\\[", + "E_JSZS RZZPZMYKWJTJRKOMMPLZL", + "DaHP]P RHZUZYX[V]R]N[JYHUFHF", + "DaI^\\C RHP]P RHZUZYX[V]R]N[JYHUFHF", + "E_ZSJS RJZTZWYYWZTZRYOWMTLJL", + "E_M[WQ RMZWP RMYWO RMXWN RMWWM RMVWL RMUWK RMTVK RMSUK RMRTK RMQSK RMPRK RMOQK RMNPK RMMOK RMLNK RN[WR RO[WS RP[WT RQ[WU RR[WV RS[WW RT[WX RU[WY RV[WZ RM[MKWKW[M[", + "E_Z`ZFJFJ`", + "E_ZFZ`J`JF", /* U+2210 ~PI_CAP_HUGE */ + "E_Z`I`TSIF[F", + "E_JSZS", + "E_ZWJW RROR_ RJKZK", + "E_JSZS RR[RK RRDQERFSERDRF", + "G][EI`", + "KYID[_", + "E_KOYW RR[RK RYOKW", + "E_PQRPTQUSTURVPUOSPQ", + "E_PQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ", + "IbMTQSS[bB", + "IbMTQSS[bB RN@V@RESEUFVHVKUMSNPNNM", + "IbMTQSS[bB RUFUN RQ@NJWJ", + "E_XPWPUQQUOVMULSMQOPQQUUWVXV", + "E_TQVPXQYSXUVVTUPQNPLQKSLUNVPUTQ", + "E_JKJ[Z[", + "E_ZKJ[Z[", /* U+2220 ANGLE */ + "E_ZKJ[Z[ RPSRUTZT]", + "E_Z[JSZK RSYTWUSTOSM", + "H\\RbRD", + "H\\NUVQ RRDRb", + "H\\ODOb RUDUb", + "H\\LVXP RODOb RUDUb", + "E_[[RKI[", + "E_IKR[[K", + "E_Z[ZQXMTKPKLMJQJ[", + "E_JKJULYP[T[XYZUZK", + "H\\L]M_O`Q_R]RISGUFWGXI", + "D`H]I_K`M_N]NIOGQFSGTI RP]Q_S`U_V]VIWGYF[G\\I", + "@dD]E_G`I_J]JIKGMFOGPI RL]M_O`Q_R]RISGUFWGXI RT]U_W`Y_Z]ZI[G]F_G`I", + "H\\L]M_O`Q_R]RISGUFWGXI RRMUNWPXSWVUXRYOXMVLSMPONRM", + "D`H]I_K`M_N]NIOGQFSGTI RP]Q_S`U_V]VIWGYF[G\\I RVMYN[P\\S[VYXVYNYKXIVHSIPKNNMVM", + "@dD]E_G`I_J]JIKGMFOGPI RL]M_O`Q_R]RISGUFWGXI RT]U_W`Y_Z]ZI[G]F_G`I RZM]N_P`S_V]XZYJYGXEVDSEPGNJMZM", /* U+2230 INTEGRAL_TPL_CONTOUR */ + "H\\URXU[R RLSMPONRMUNWPXSXU RL]M_O`Q_R]RISGUFWGXI", + "H\\UQXT[Q RL]M_O`Q_R]RISGUFWGXI RLSMPONRMUNWPXSWVUXRYOXMVLS", + "H\\UUXR[U RL]M_O`Q_R]RISGUFWGXI RLSMPONRMUNWPXSWVUXRYOXMVLS", + "E_KXLYKZJYKXKZ RRLSMRNQMRLRN RYXZYYZXYYXYZ", + "E_YNXMYLZMYNYL RRZQYRXSYRZRX RKNJMKLLMKNKL", + "JZRXSYRZQYRXRZ RRLSMRNQMRLRN", + "E_LXMYLZKYLXLZ RLLMMLNKMLLLN RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "E_JSZS RRFQGRHSGRFRH", + "E_JSTS RYXZYYZXYYXYZ RYLZMYNXMYLYN", + "E_JSZS RLXMYLZKYLXLZ RLLMMLNKMLLLN RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "E_JSKRNQQRSTVUYTZS RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "E_JSKRNQQRSTVUYTZS", + "E_ZSYRVQSRQTNUKTJS", + "E_WPYQZSYUWVTUPQMPKQJSKUMV", + "E_JSKNLLNKPLQNSXTZV[XZYXZS", + "E_RKSLTOSRQTPWQZR[", /* U+2240 WREATH_PRODUCT */ + "E_JSKRNQQRSTVUYTZS RVKN[", + "E_ZPJP RZVYWVXSWQUNTKUJV", + "E_JVZV RJPKONNQOSQVRYQZP", + "E_JVZV RJPKONNQOSQVRYQZP RVKN[", + "E_JYZY RJSZS RJMKLNKQLSNVOYNZM", + "E_JYZY RJSZS RUPO\\ RJMKLNKQLSNVOYNZM", + "E_JYZY RJSZS RJMKLNKQLSNVOYNZM RXGL_", + "E_JVKUNTQUSWVXYWZV RJPKONNQOSQVRYQZP", + "E_JVKUNTQUSWVXYWZV RJPKONNQOSQVRYQZP RVKN[", + "E_JYZY RJSKRNQQRSTVUYTZS RJMKLNKQLSNVOYNZM", + "E_JYKXNWQXSZV[YZZY RJSKRNQQRSTVUYTZS RJMKLNKQLSNVOYNZM", + "E_ZYJY RZSJS RZMYLVKSLQNNOKNJM", + "E_JXLWPVTVXWZX RJNLOPPTPXOZN", + "E_JVNVNWOYQZSZUYVWVVZV RJPNPNOOMQLSLUMVOVPZP", + "E_ZVJV RJPNPNOOMQLSLUMVOVPZP", + "E_JPZP RZVJV RRHQIRJSIRHRJ", /* U+2250 EQUAL DOT */ + "E_JPZP RZVJV RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "E_JPZP RZVJV RKJLKKLJKKJKL RYZZ[Y\\X[YZY\\", + "E_ZPJP RJVZV RYJXKYLZKYJYL RKZJ[K\\L[KZK\\", + "AcNP^P R^VNV RGVHWGXFWGVGX RGNHOGPFOGNGP", + "AcVPFP RFVVV R]V\\W]X^W]V]X R]N\\O]P^O]N]P", + "E_JPZP RZVJV RPQRPTQUSTURVPUOSPQ", + "E_JPZP RZVJV RRJPIOGPERDTEUGTIRJ", + "E_JPZP RZVJV RNJOHQGSGUHVJ", + "E_JPZP RZVJV RNJRGVJ", + "E_JPZP RZVJV RNGRJVG", + "E_JPZP RZVJV RRATGOCUCPGRA", + "E_JPZP RZVJV RR?NJVJR?", + "E_JPZP RYC]C RZVJV R]?[@ZBZJ RM?MJKJIIHGHEICKBMB RQFVFVCUBRBQCQIRJUJ", + "E_JPZP RZVJV RMBMJ RMCNBQBRCRJ RRCSBVBWCWJ", + "E_JPZP RZVJV RRHSIRJQIRHRJ RN@P?S?U@VBUDSE", + "E_JPZP RTMPY RZVJV", /* U+2260 EQUAL_SLASH */ + "E_JYZY RJSZS RJMZM", + "E_JYZY RJSZS RJMZM RXGL_", + "E_J\\Z\\ RJPZP RJJZJ RZVJV", + "E_ZZJZ RZVJPZJ", + "E_JZZZ RJVZPJJ", + "E_J]Z] RZWJW RZSJMZG", + "E_Z]J] RJWZW RJSZMJG", + "E_J]Z] RTTP` RZWJW RZSJMZG", + "E_JWZW RTTP` RZ]J] RJSZMJG", + "=gRMBSRY RbMRSbY", + "=gRMbSRY RBMRSBY", + "I[OCPDRGSITLUQUUTZS]R_PbOc RUcTbR_Q]PZOUOQPLQIRGTDUC", + "E_JXLWPVTVXWZX RJNLOPPTPXOZN RVKN[", + "E_ZMJSZY RVKN[", + "E_JMZSJY RVKN[", + "E_ZZJZ RZVJPZJ RXGL_", /* U+2270 LESS_MINUS SLASH_OP */ + "E_JZZZ RJVZPJJ RXGL_", + "E_ZVJPZJ RJZKYNXQYS[V\\Y[ZZ", + "E_JVZPJJ RJZKYNXQYS[V\\Y[ZZ", + "E_ZVJPZJ RJZKYNXQYS[V\\Y[ZZ RXGL_", + "E_JVZPJJ RJZKYNXQYS[V\\Y[ZZ RXGL_", + "E_JSZYJ_ RZSJMZG", + "E_ZSJYZ_ RJSZMJG", + "E_JSZYJ_ RZSJMZG RXGL_", + "E_ZSJYZ_ RJSZMJG RXGL_", + "E_ZKXNVPRRJSRTVVXXZ[", + "E_JKLNNPRRZSRTNVLXJ[", + "E_JVRWVYX[Z^ RZHXKVMROJPRQVSXUZX", + "E_ZVRWNYL[J^ RJHLKNMROZPRQNSLUJX", + "E_J[KZNYQZS\\V]Y\\Z[ RZHXKVMROJPRQVSXUZX", + "E_J[KZNYQZS\\V]Y\\Z[ RJXLUNSRQZPRONMLKJH", + "E_ZKXNVPRRJSRTVVXXZ[ RVKN[", /* U+2280 PRECEDES SLASH_REL */ + "E_JKLNNPRRZSRTNVLXJ[ RVKN[", + "E_ZMNMLNKOJQJUKWLXNYZY", + "E_JMVMXNYOZQZUYWXXVYJY", + "E_ZMNMLNKOJQJUKWLXNYZY RVKN[", + "E_JMVMXNYOZQZUYWXXVYJY RVKN[", + "E_J\\Z\\ RZJNJLKKLJNJRKTLUNVZV", + "E_Z\\J\\ RJJVJXKYLZNZRYTXUVVJV", + "E_J\\Z\\ RZJNJLKKLJNJRKTLUNVZV RXGL_", + "E_Z\\J\\ RJJVJXKYLZNZRYTXUVVJV RXGL_", + "E_J\\Z\\ RZJNJLKKLJNJRKTLUNVZV RSYQ_", + "E_Z\\J\\ RJJVJXKYLZNZRYTXUVVJV RSYQ_", + "E_JKJULYP[T[XYZUZK ROSUS RSUUSSQ", + "E_JKJULYP[T[XYZUZK RRRQSRTSSRRRT", + "E_JKJULYP[T[XYZUZK RLSXS RRMRY", + "E_ZYJYJMZM", + "E_JYZYZMJM", /* U+2290 !SQIMAGE */ + "E_Z\\J\\ RZVJVJJZJ", + "E_J\\Z\\ RJVZVZJJJ", + "E_Z[ZKJKJ[", + "E_JKJ[Z[ZK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLSXS RRMRY", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLSXS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RMNWX RWNMX", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RWFM^", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRRQSRTSSRRRT", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQRPTQUSTURVPUOSPQ", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRNRS RMQRSWQ ROWRSUW", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLUXU RLQXQ", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RNSVS", + "E_JKZKZ[J[JK RLSXS RRMRY", + "E_JKZKZ[J[JK RLSXS", + "E_JKZKZ[J[JK RMNWX RWNMX", /* U+22A0 SQUARE MULTIPLY_SMALL */ + "E_JKZKZ[J[JK RRRQSRTSSRRRT", + "E_J[JK RJSZS", + "E_Z[ZK RZSJS", + "E_ZKJK RRKR[", + "E_J[Z[ RR[RK", + "I[NSVS RNKN[", + "I[NVVV RNPVP RNKN[", + "E_JVZV RJPZP RJKJ[", + "E_JKJ[ RPSZS RPKP[", + "E_JKJ[ ROKO[ RTKT[ RYSTS", + "E_JKJ[ RPVYV RPPYP RPKP[", + "E_J[JK RJSZS RXGL_", + "E_JVZV RJPZP RJKJ[ RXGL_", + "E_JKJ[ RPSZS RPKP[ RXGL_", + "E_JKJ[ RPVYV RPPYP RPKP[ RXGL_", + "E_VKXLYNXPVQRRJSRTVUXVYXXZV[", /* U+22B0 PRECEDESREL */ + "E_NKLLKNLPNQRRZSRTNULVKXLZN[", + "E_JSZYZMJS", + "E_ZSJYJMZS", + "E_Z[J[ RJQZWZKJQ", + "E_J[Z[ RZQJWJKZQ", + "BbXQXU RYQYU RZPZV R[Q[U R\\Q\\U RMSLQJPHQGSHUJVLUMSWSXUZV\\U]S\\QZPXQWS", + "BbLQLU RKQKU RJPJV RIQIU RHQHU RWSXQZP\\Q]S\\UZVXUWSMSLUJVHUGSHQJPLQMS", + "E_JSTSUUWVYUZSYQWPUQTS", + "E_JSNS RR[RW RRKRO RZSVS", + "I[NFVF RRFR[", + "E_J[Z[ RZKRVJK", + "E_ZKJK RJ[RPZ[", + "E_JKZK RZPR[JP", + "E_JKJ[Z[ RJOLOQQTTVYV[", + "E_Z[ZKJ[Z[", + "Bb_`REE`", /* U+22C0 *OR_HUGE */ + "BbEFRa_F", + "Bb]`]O\\KZHWFSEQEMFJHHKGOG`", + "BbGFGWH[J^M`QaSaW`Z^\\[]W]F", + "E_RaJSRFZSRa", + "JZRRQSRTSSRRRT", + "I[RRTXOTUTPXRR", + "E_ZSJS RRXSYRZQYRXRZ RRLSMRNQMRLRN RLMXY RXMLY", + "E_JKZ[ZKJ[JK", + "E_ZKJ[JKZ[", + "E_JKZ[ZKJ[", + "E_JKZ[ RRSJ[", + "E_ZKJ[ RRSZ[", + "E_ZVJV RZPYOVNSOQQNRKQJP", + "E_JKMMOOQSR[SSUOWMZK", + "E_Z[WYUWSSRKQSOWMYJ[", + "E_ZPSPQQPSQUSVZV RZ\\Q\\N[KXJUJQKNNKQJZJ", /* U+22D0 SUBSET_DBL */ + "E_JPQPSQTSSUQVJV RJ\\S\\V[YXZUZQYNVKSJJJ", + "E_U[UTTRRQPROTO[ R[[[RZOWLTKPKMLJOIRI[", + "E_OKORPTRUTTURUK RIKITJWMZP[T[WZZW[T[K", + "E_RKR[ RL[LSMPNOQNSNVOWPXSX[", + "E_JPZP RZVJV RODOb RUDUb", + "E_ZMJSZY RYRXSYTZSYRYT", + "E_JMZSJY RKRJSKTLSKRKT", + "5oJM:SJY RZMJSZY RjMZSjY", + "5oZMjSZY RJMZSJY R:MJS:Y", + "E_ZSJS RJWZ[J_ RZOJKZG", + "E_JSZS RZWJ[Z_ RJOZKJG", + "E_ZLJL RZPJVZ\\", + "E_JLZL RJPZVJ\\", + "E_JPROVMXKZH RZ^X[VYRWJVRUVSXQZN", + "E_ZPRONMLKJH RJ^L[NYRWZVRUNSLQJN", + "E_JPROVMXKZH RZ^X[VYRWJVRUVSXQZN RXGL_", /* U+22E0 ~PRECEDESEQ SLASH_OP */ + "E_ZPRONMLKJH RJ^L[NYRWZVRUNSLQJN RXGL_", + "E_Z\\J\\ RZVJVJJZJ RXGL_", + "E_J\\Z\\ RJVZVZJJJ RXGL_", + "E_Z\\J\\ RZVJVJJZJ RSYQ_", + "E_J\\Z\\ RJVZVZJJJ RSYQ_", + "E_ZVJPZJ RJZKYNXQYS[V\\Y[ZZ RSWQ]", + "E_JVZPJJ RJZKYNXQYS[V\\Y[ZZ RSWQ]", + "E_J[KZNYQZS\\V]Y\\Z[ RZHXKVMROJPRQVSXUZX RSXQ^", + "E_J[KZNYQZS\\V]Y\\Z[ RJXLUNSRQZPRONMLKJH RSXQ^", + "E_JSZYZMJS RXGL_", + "E_ZSJYJMZS RXGL_", + "E_Z[J[ RJQZWZKJQ RXGL_", + "E_J[Z[ RZQJWJKZQ RXGL_", + "CaR\\S]R^Q]R\\R^ RRRSSRTQSRRRT RRHSIRJQIRHRJ", + "CaHRISHTGSHRHT RRRSSRTQSRRRT R\\R]S\\T[S\\R\\T", + "Ca\\H[I\\J]I\\H\\J RRRQSRTSSRRRT RH\\G]H^I]H\\H^", /* U+22F0 !ELLIPSIS_DIAG */ + "CaHHIIHJGIHHHJ RRRSSRTQSRRRT R\\\\]]\\^[]\\\\\\^", + ">`BQ\\Q R\\GOGKIIKGOGSIWKYO[\\[", + ">`GQ\\Q R\\M\\U R\\GOGKIIKGOGSIWKYO[\\[", + "E_JSZS RZPZV RZZPZMYKWJTJRKOMMPLZL", + "C`\\QGQ R\\GOGKIIKGOGSIWKYO[\\[ RR@QARBSAR@RB", + "C`GA\\A R\\QGQ R\\[O[KYIWGSGOIKKIOG\\G", + "E_JSZS RZGJG RZLPLMMKOJRJTKWMYPZZZ", + "C`G`\\` R\\PGP R\\FOFKHIJGNGRIVKXOZ\\Z", + "C`HT\\T RHN\\N R\\GOGKIIKGOGSIWKYO[\\[", + "DfbQHQ RHGUGYI[K]O]S[WYYU[H[", + "Df]QHQ RHMHU RHGUGYI[K]O]S[WYYU[H[", + "E_ZSJS RJPJV RJZTZWYYWZTZRYOWMTLJL", + "Da]AHA RHQ]Q RH[U[YY[W]S]O[KYIUGHG", + "E_ZSJS RJGZG RJLTLWMYOZRZTYWWYTZJZ", + "C`GQ\\Q R\\GGGG[\\[", + /* // Miscellaneous Technical (2300-23FF) */ + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RZKJ[", /* U+2300 CIRCLE SLASH_SYM */ + "E_JQRWROZU", + "E_J[JORGZOZ[J[", + "E_NORKVO", + "E_VWR[NW", + "E_ZKJK RJ[RPZ[", + "E_JNZN RJHZH RJ[RSZ[", + "H\\RDSETGSIRJQLRNSOTQSSRTQVRXSYT[S]R^Q`Rb", + "KYQbQDVD", + "KYSbSDND", + "KYQDQbVb", + "KYSDSbNb", + "E_RWR[ RVSZS", + "E_RWR[ RNSJS", + "E_RORK RVSZS", + "E_RORK RNSJS", + "E_ZQJQJV", /* U+2310 !NOT */ + "D`[JZLYPYVZZ[\\Y[UZOZK[I\\JZKVKPJLIJKKOLULYK[J", + "E_JSJQLMPKTKXMZQZS", + "E_JSJQLMPKTKXMZQZS RJSZS", + "E_JMLLPKTKXLZMR[JM", + "E_PUJ[ RTKWLYNZQYTWVTWQVOTNQONQLTK", + "E_JSZS RR[RK RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_JWZW RJOZO RNKN[ RVKV[", + "E_LPXPZO[MZKXJVKUMUYV[X\\Z[[YZWXVLVJWIYJ[L\\N[OYOMNKLJJKIMJOLP", + "E_ZUJUJP", + "E_RORSUS RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_M[RVW[ RN[RWV[ RP[RYT[ RS[RZQ[ RU[RXO[ RYMRPKMROYM RJFZFZKYMKTJVJ[Z[ZVYTKMJJJF", + "JZVFNFNM", + "JZNFVFVM", + "JZV[N[NT", + "JZN[V[VT", + "H\\RbRMSITGVFXGYI", /* U+2320 INTEGRAL_TOP */ + "H\\RDRYQ]P_N`L_K]", + "E_JUKTMSRRWSYTZU", + "E_ZQYRWSRTMSKRJQ", + "E_LKHK RXK\\K RNORKVO", + "@dXK^K RFKLKX[^[", + "AfJKZ[ RZKJ[ RFKZKbSZ[F[FK", + "AcJKZ[ RZKJ[ RFK^K^[F[FK", + "9k>VfV R>LfL RCQCL RD[DV REVEQ RFLFG RHQHL RJVJQ RK[KV RKLKG RMQML ROVOQ RPLPG RRQRL RTVTQ RULUG RWQWL RYVYQ RZ[ZV RZLZG R\\Q\\L R^V^Q R_L_G R`[`V R>QaQaL R>[>GfGf[>[", + "KYUcOSUC", + "KYOcUSOC", + ">cZKJ[ RJKZ[ R^KJKBSJ[^[^K", + "AcKOKW RR[YW RRKYO RRE^L^ZRaFZFLRE", + "H\\PNKX RYNTX RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_N[J[JW RZSRSJ[ RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_JSZS RNYVY RVMNM", + "E_RPRKNN RZPZKVN RRKJ[R[ZK", /* U+2330 TOTAL_RUNOUT */ + "H\\LS[S RRMRY RXP[SXV RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_ZSJ\\JJZS RJSZS", + "E_J[JRZ[J[", + "E_JWJ[Z[ZW", + "E_VWR[NW", + "D`JaZa RJFZF RRFRa", + "D`MFWFWaMaMF", + "D`IF[F[aIaIF RJPZP RZVJV", + "D`IF[F[aIaIF RZSJS RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "D`IF[F[aIaIF RRJ[SR\\ISRJ", + "D`IF[F[aIaIF RPQRPTQUSTURVPUOSPQ", + "D`IF[F[aIaIF RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRbRD", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQRPTQUSTURVPUOSPQ", + "E_JSZS RZKJ[", + "E_JSZS RJKZ[", /* U+2340 MINUS !SLASH_SYM */ + "D`IaIF[F[aIa[F", + "D`[a[FIFIa[aIF", + "D`IF[F[aIaIF RZMJSZY", + "D`IF[F[aIaIF RJMZSJY", + "E_ZSJS RNWJSNO RR[RK", + "E_JSZS RVWZSVO RR[RK", + "D`IF[F[aIaIF RZSJS RNWJSNO", + "D`IF[F[aIaIF RJSZS RVWZSVO", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLGX_", + "E_J[Z[ RR[RK RZaJa", + "E_RKX[L[RK RRbRD", + "D`IF[F[aIaIF RIKR[[K", + "D`IF[F[aIaIF RRKX[L[RK", + "E_ZKJK RRKR[ RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_R[RK RNORKVO RJSZS", + "D`IF[F[aIaIF RR[RK RNORKVO", /* U+2350 RECTANGLE_V_HUGE ARROW_N */ + "E_ZKJK RRKR[ RMEWE", + "E_R[LKXKR[ RRbRD", + "D`IF[F[aIaIF R[[RKI[", + "D`IF[F[aIaIF RR[LKXKR[", + "E_J[Z[ RR[RK RPQRPTQUSTURVPUOSPQ", + "E_RKR[ RVWR[NW RJSZS", + "D`IF[F[aIaIF RRKR[ RVWR[NW", + "JZJ]Z] RSFQJ", + "E_RKX[L[RK RJ]Z]", + "E_RJ[SR\\ISRJ RJ]Z]", + "E_PQRPTQUSTURVPUOSPQ RJ]Z]", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RJ]Z]", + "E_Z[ZQXMTKPKLMJQJ[ RPQRPTQUSTURVPUOSPQ", + "D`IF[F[aIaIF RSFQJ", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRPTVORURPVRP", + "D`IF[F[aIaIF RRYSZR[QZRYR[ RRNSORPQORNRP", /* U+2360 RECTANGLE_V_HUGE COLON */ + "E_ZKJK RRKR[ RNDOENFMENDNF RVDWEVFUEVDVF", + "E_R[LKXKR[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_RKWZJQZQMZRK RNDOENFMENDNF RVDWEVFUEVDVF", + "E_PQRPTQUSTURVPUOSPQ RNIOJNKMJNINK RVIWJVKUJVIVK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RNDOENFMENDNF RVDWEVFUEVDVF", + "E_JKJULYP[T[XYZUZK RRbRD", + "E_ZMNMLNKOJQJUKWLXNYZY RRbRD", + "E_JSKRNQQRSTVUYTZS RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_JMZSJY RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_JSZS RSZS[R]Q^", + "E_R[LKXKR[ RJSKRNQQRSTVUYTZS", + "H\\QFSFUGVHWJXNXSWWVYUZS[Q[OZNYMWLSLNMJNHOGQF RJPKONNQOSQVRYQZP", + "E_JSKRNQQRSTVUYTZS RRbRD", + "MWSZS[R]Q^ RRNSORPQORNRP RJ]Z]", + "D`IF[F[aIaIF RJPZP RTMPY RZVJV", + "D`IF[F[aIaIF RQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS", /* U+2370 RECTANGLE_V_HUGE QUESTION */ + "E_IKR[[K RJSKRNQQRSTVUYTZS", + "E_[[RKI[ RJSKRNQQRSTVUYTZS", + "MXRMRXSZU[", + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RJ]Z]", + "HZLTST RVZT[P[NZMYLWLQMONNPMTMVN RJ]Z]", + "MXRMRXSZU[ RJ]Z]", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RJ]Z]", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[", + "IbMTQSS[bB RXL`L", + "A_J_F_F[ RJKJ[Z[ RF_OVEQOG", + "E_JWNWN[V[VWZW", + "E_NSN[J[ RVSV[Z[ RJSJQLMPKTKXMZQZSJS", + "E_PQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ RRbRD", + "E_VWR[NW ROEQDSDUEVGVN RVMTNQNOMNKOIQHVH", /* U+2380 *ARROWHEAD_N ^A_TINY */ + "BbF[^[ RGLIKKKMLNNNU RUSVTUUTTUSUU R]S^T]U\\T]S]U RNTLUIUGTFRGPIONO", + "BbF[N[ RV[^[ RGLIKKKMLNNNU RWLYK[K]L^N^U RNTLUIUGTFRGPIONO R^T\\UYUWTVRWPYO^O", + "BbHPDP RJUFX RJKFH R^XZU R^HZK R`P\\P RTTRUPUNTMRMQNNPLRKVKTU", + "=_RKR[B[BKRK RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_JKZKZ[J[JK RRbRD", + "C_ESUS RQWUSQO RJWJ[Z[ZKJKJO", + "@dX[^[ RZO^KZG RF[L[XK^K", + "E_KOYW RR[RK RYOKW RRMONMPLSMVOXRYUXWVXSWPUNRM", + "E_JSOSR[USZS RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_R[KOYOR[ RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_STJK RJOJKNK RSKTKXMZQZUXYT[P[LYJUJT", + "D`KNKROR RYRWPTOPOMPKR RNXMVKUIVHXIZK[MZNX RVXWZY[[Z\\X[VYUWVVX", + "E_I[N[NKVKV[[[", + "E_I[V[VK RN[NK[K", + "E_JKZK RJSRKZSR[JS", + "E_Z[J[ RZSR[JSRKZS", /* U+2390 *OPEN_H */ + "E_JKZK RJSRKZSR[JS RJSZS", + "E_Z[J[ RZSR[JSRKZS RJSZS", + "E_JVLV RJPZP RQVSV RXVZV", + "BbL[FQLGXG^QX[L[", + "D`IF[F[aIaIF", + "MWTFQL", + "AcZSJS RRORK RR[RW RNOJSNW R^[F[FK^K^[", + "AcJSZS RRWR[ RRKRO RVWZSVO RFK^K^[F[FK", + "BbLHQHQC RLSLHQCXCXSLS RLKJKHLGNGXHZJ[Z[\\Z]X]N\\LZKXK", + "BbROJW RZORW RGXGNHLJKZK\\L]N]X\\ZZ[J[HZGX", + "H\\XDVGUITLSQR[Rb", + "H\\RbRD", + "H\\XbV_U]TZSURKRD", + "H\\LDNGOIPLQQR[Rb", + "H\\RbRD", + "H\\LbN_O]PZQURKRD", /* U+23A0 *PAREN_TOP */ + "H\\XGRGRb", + "H\\RbRD", + "H\\X_R_RD", + "H\\LGRGRb", + "H\\RbRD", + "H\\L_R_RD", + "H\\XDTHSJRNRb", + "H\\RDRIQMPOLSPWQYR]Rb", + "H\\XbT^S\\RXRD", + "H\\RbRD", + "H\\LDPHQJRNRb", + "H\\RDRISMTOXSTWSYR]Rb", + "H\\LbP^Q\\RXRD", + "H\\RbRD", + "H\\HS\\S", + "H\\WDSHRKR[Q^Mb", /* U+23B0 MOUSTACHE */ + "H\\MDQHRKR[S^Wb", + "E_VbIF\\F", + "E_VDI`\\`", + ">fC^CYaYa^", + ">fCHCMaMaH", + ">fC^CYaYa^ RaHaMCMCH", + "IbMTQSS[bB", + "H\\RbRD", + "H\\RbRD", + "H\\HG\\G", + "H\\HM\\M", + "H\\\\YHY", + "H\\\\_H_", + "E_UFOFO[", + "E_U[O[OF", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRbRD", /* U+23C0 CIRCLE LINE_V */ + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RZEJE RRERa", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RJaZa RRaRE", + "E_RK[[I[RK RRbRD", + "E_RK[[I[RK RZEJE RRERa", + "E_RK[[I[RK RJaZa RRaRE", + "E_JSKRNQQRSTVUYTZS RRbRD", + "E_JSKRNQQRSTVUYTZS RZEJE RRERa", + "E_JSKRNQQRSTVUYTZS RJaZa RRaRE", + "E_JaZa RRaRE", + "E_ZEJE RRERa", + "E_OFUFU[", + "E_O[U[UF", + "D`TFQL RMKJKJ[Z[ZKWK", + "E_IWN\\NZZZZKTKTTNTNRIW", + "E_Z[J[ RJVRKZV", + "H\\RbRD", /* U+23D0 LINE_V */ + "H\\NQNROTQUSUUTVRVQ", + "H\\NQNROTQUSUUTVRVQ RMKWK", + "H\\NQNROTQUSUUTVRVQ RW[M[", + "CaGQGRHTJULUNTOROQ RUQURVTXUZU\\T]R]Q RGK]K", + "CaGQGRHTJULUNTOROQ RUQURVTXUZU\\T]R]Q R][G[", + "E_JQJRKTMUOUQTRRRQ RRRSTUUWUYTZRZQ", + "E_JUZUZP", + "E_JPJUZUZP", + "E_RPRU RJPJUZUZP", + "E_HO\\O RLUXU RRFRO RT[P[", + "E_HS\\S RJMZMZYJYJM", + ">fB]C\\FZHYKXPWTWYX\\Y^Za\\b]", + ">fbIaJ^L\\MYNTOPOKNHMFLCJBI", + ">fB^B]C[EZOZQYRWSYUZ_Za[b]b^", + ">fbHbIaK_LULSMROQMOLELCKBIBH", + ">fB^FY^Yb^", /* U+23E0 TOR_BRACKET_OVER */ + ">fbH^MFMBH", + "E_I[NKVK[[I[", + "AcRE^L^ZRaFZFLRE RQLSLVMXOYRYTXWVYSZQZNYLWKTKRLONMQL", + "E_JSZS", + "E_HXMN\\NWXHX", + "E_JSZS RJSKNLLNKPLQNSXTZV[XZYXZS", + "E_LMXY RXMLY RPQRPTQUSTURVPUOSPQ", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+23F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Control Pictures (2400-243F) */ + "F^K[KFYFY[K[", /* U+2400 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2410 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2420 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2430 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Optical Character Recognition (2440-245F) */ + "F^K[KFYFY[K[", /* U+2440 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2450 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Enclosed Alphanumerics (2460-24FF) */ + "F^K[KFYFY[K[", /* U+2460 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2470 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2480 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2490 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Box Drawing (2500-257F) */ + "F^K[KFYFY[K[", /* U+2500 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2510 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2520 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2530 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2540 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2550 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2560 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2570 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Block Elements (2580-259F) */ + "F^K[KFYFY[K[", /* U+2580 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2590 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Geometric Shapes (25A0-25FF) */ + "E_KKK[ RL[LK RMKM[ RN[NK ROKO[ RP[PK RQKQ[ RR[RK RSKS[ RT[TK RUKU[ RV[VK RWKW[ RX[XK RYKY[ RJKZKZ[J[JK", /* U+25A0 SQUARE_BLACK */ + "E_JKZKZ[J[JK", + "E_KLMKWKYLZNZXYZW[M[KZJXJNKL", + "E_JKZKZ[J[JK RPPPV RQVQP RRPRV RSVSP RTPTV ROVOPUPUVOV", + "E_JWZW RJSZS RJOZO RJKZKZ[J[JK", + "E_NKN[ RRKR[ RVKV[ RJKZKZ[J[JK", + "E_JWZW RJSZS RJOZO RNKN[ RRKR[ RVKV[ RJKZKZ[J[JK", + "E_JKZ[ RN[JW RT[JQ RZUPK RZOVK RJKZKZ[J[JK", + "E_J[ZK RJUTK RJONK RP[ZQ RV[ZW RJKZKZ[J[JK", + "E_J[ZK RJUTK RJONK RJKZ[ RN[JW RP[ZQ RT[JQ RV[ZW RZUPK RZOVK RJKZKZ[J[JK", + "E_PPPV RQVQP RRPRV RSVSP RTPTV ROVOPUPUVOV", + "E_OVOPUPUVOV", + "E_JXTN RJWSN RJVRN RJUQN RJTPN RJSON RJRNN RJQMN RJPLN RJOKN RKXUN RLXVN RMXWN RNXXN ROXYN RPXZN RQXZO RRXZP RSXZQ RTXZR RUXZS RVXZT RWXZU RXXZV RYXZW RJNZNZXJXJN", + "E_JNZNZXJXJN", + "E_M[WQ RMZWP RMYWO RMXWN RMWWM RMVWL RMUWK RMTVK RMSUK RMRTK RMQSK RMPRK RMOQK RMNPK RMMOK RMLNK RN[WR RO[WS RP[WT RQ[WU RR[WV RS[WW RT[WX RU[WY RV[WZ RM[MKWKW[M[", + "E_M[MKWKW[M[", + "E_NNLP RONKR RPNJT RQNIV RRNHX RSNIX RTNJX RUNKX RVNLX RWNMX RXVVX RXNNX RYTUX RYNOX RZRTX RZNPX R[PSX R[NQX R\\NRX RHXMN\\NWXHX", /* U+25B0 PARALLELOGRAM_BLACK */ + "E_HXMN\\NWXHX", + "E_JZJ[ RKXK[ RLVL[ RMTM[ RNSN[ ROQO[ RPOP[ RQMQ[ RRKR[ RSMS[ RTOT[ RUQU[ RVSV[ RWTW[ RXVX[ RYXY[ RZ[RLJ[ RZZZ[ RRK[[I[RK", + "E_RK[[I[RK", + "E_OUOV RPSPV RQQQV RRORV RSQSV RTSTV RUUUV ROVRPUV RROVVNVRO", + "E_ROVVNVRO", + "E_KKK[ RLLLZ RMLMZ RNMNY ROMOY RPNPX RQNQX RRORW RSPSV RTPTV RUQUU RVQVU RWSXS RWRWT RJKYSJ[ RZSJ\\JJZS", + "E_ZSJ\\JJZS", + "E_PPPV RQQQU RRQRU RSSUS RSRST ROPUSOV RVSOWOOVS", + "E_VSOWOOVS", + "E_KNKX RLNLX RMOMW RNONW ROOOW RPPPV RQPQV RRPRV RSQSU RTQTU RURUT RVRVT RWRWT RXSWS RJNYSJX RZSJYJMZS", + "E_ZSJYJMZS", + "E_ZLZK RYNYK RXPXK RWRWK RVSVK RUUUK RTWTK RSYSK RR[RK RQYQK RPWPK ROUOK RNSNK RMRMK RLPLK RKNKK RJKRZZK RJLJK RR[IK[KR[", + "E_R[IK[KR[", + "E_UQUP RTSTP RSUSP RRWRP RQUQP RPSPP ROQOP RUPRVOP RRWNPVPRW", + "E_RWNPVPRW", + "E_Y[YK RXZXL RWZWL RVYVM RUYUM RTXTN RSXSN RRWRO RQVQP RPVPP ROUOQ RNUNQ RMSLS RMTMR RZ[KSZK RJSZJZ\\JS", /* U+25C0 *TRIANGLE_E_BLACK */ + "E_JSZJZ\\JS", + "E_TVTP RSUSQ RRURQ RQSOS RQTQR RUVOSUP RNSUOUWNS", + "E_NSUOUWNS", + "E_YXYN RXXXN RWWWO RVWVO RUWUO RTVTP RSVSP RRVRP RQUQQ RPUPQ ROTOR RNTNR RMTMR RLSMS RZXKSZN RJSZMZYJS", + "E_JSZMZYJS", + "E_JRJT RKUKQ RLPLV RMWMO RNNNX ROYOM RPLPZ RQ[QK RRJR\\ RS[SK RTLTZ RUYUM RVNVX RWWWO RXPXV RYUYQ RZRZT RRJ[SR\\ISRJ", + "E_RJ[SR\\ISRJ", + "E_RJ[SR\\ISRJ RPRPT RQUQQ RRPRV RSUSQ RTRTT RRPUSRVOSRP", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ", + "E_RaJSRFZSRa", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_JQKO RKWJU RNLPK RP[NZ RTKVL RVZT[ RYOZQ RZUYW", + "E_NLNZ RRKR[ RVLVZ RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQRPTQUSTURVPUOSPQ", + "E_KOKW RLXP[ RLNPK RLMLY RMYMM RNLNZ ROZOL RPKP[ RQ[QK RRKR[ RS[SK RT[XX RTKT[ RTKXN RUZUL RVLVZ RWYWM RXMXY RYWYO RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RKOKW RLYLM RMMMY RNZNL ROLOZ RP[LX RP[PK RLN RQKQ[ RR[P[LYJUJQLMPKRKR[", /* U+25D0 CIRCLE CIRCLE_LEFTHALF_BLACK */ + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RYWYO RXMXY RWYWM RVLVZ RUZUL RTKXN RTKT[ RXX RS[SK RRKTKXMZQZUXYT[R[RK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RKOKS RLMLS RMSMM RNLNS ROSOL RPKLN RPKPS RQKQS RRKRS RSKSS RTSTK RXN RULUS RVSVL RWMWS RXMXS RYOYS RJSJQLMPKTKXMZQZSJS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RYWYS RXYXS RWSWY RVZVS RUSUZ RT[XX RT[TS RS[SS RR[RS RQ[QS RPSP[ RLX ROZOS RNSNZ RMYMS RLYLS RKWKS RZSZUXYT[P[LYJUJSZS", + "E_SSSK RTKTS RTKXN RUSUL RVLVS RWSWM RXMXS RYSYO RZSRSRK RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_QSQ[ RP[PS RP[LX ROSOZ RNZNS RMSMY RLYLS RKSKW RJSRSR[ RT[P[LYJUJQLMPKTKXMZQZUXYT[ RYWYO RXMXY RWYWM RVLVZ RUZUL RTKXN RTKT[ RXX RS[SK RRKTKXMZQZUXYT[R[RK", + "E_KOKW RLYLM RMMMY RNZNL ROLOZ RP[LX RP[PK RLN RQKQ[ RR[P[LYJUJQLMPKRKR[", + "E_YWYO RXMXY RWYWM RVLVZ RUZUL RTKXN RTKT[ RXX RS[SK RRKTKXMZQZUXYT[R[RK", + "E_FDFb RGbGD RHDHb RIbID RJDJb RKbKD RLbLW RLDLO RMXMb RMNMD RNbNY RNDNM ROZOb ROLOD RPbPZ RPDPL RQZQb RQLQD RRbRZ RRDRL RSZSb RSLSD RTbTZ RTDTL RUZUb RULUD RVbVY RVDVM RWXWb RWNWD RXbXW RXDXO RYbYD RZDZb R[b[D R\\D\\b R]b]D R^D^b R_bEbED_D_b RKTKRLONMQLSLVMXOYRYTXWVYSZQZNYLWKT", + "E_FRFD RGNIJ RGDGN RHLHD RIDIK RJJJD RJJMG RKDKI RLHLD RMHQF RMDMH RNGND ROPOS RODOG RPSPP RPGPD RQPQS RQDQG RRSRO RRGRD RSPSS RSFWH RSDSG RTSTP RTGTD RUPUS RUDUG RVGVD RWGZJ RWDWH RXHXD RYDYI RZJZD R[J]N R[D[K R\\L\\D R]D]N R^R^D ROQROUQ RNSOPROUPVSNS RFSFRGNIKJJMHQGSGWHZJ[K]N^R^S_S_DEDESFS R^T^b R]X[\\ R]b]X R\\Z\\b R[b[[ RZ\\Zb RZ\\W_ RYbY] RX^Xb RW^S` RWbW^ RV_Vb RUVUS RUbU_ RTSTV RT_Tb RSVSS RSbS_ RRSRW RR_Rb RQVQS RQ`M^ RQbQ_ RPSPV RP_Pb ROVOS RObO_ RN_Nb RM_J\\ RMbM^ RL^Lb RKbK] RJ\\Jb RI\\GX RIbI[ RHZHb RGbGX RFTFb RUURWOU RVSUVRWOVNSVS R^S^T]X[[Z\\W^S_Q_M^J\\I[GXFTFSESEb_b_S^S", + "E_FRFD RGNIJ RGDGN RHLHD RIDIK RJJJD RJJMG RKDKI RLHLD RMHQF RMDMH RNGND ROPOS RODOG RPSPP RPGPD RQPQS RQDQG RRSRO RRGRD RSPSS RSFWH RSDSG RTSTP RTGTD RUPUS RUDUG RVGVD RWGZJ RWDWH RXHXD RYDYI RZJZD R[J]N R[D[K R\\L\\D R]D]N R^R^D ROQROUQ RNSOPROUPVSNS RFSFRGNIKJJMHQGSGWHZJ[K]N^R^S_S_DEDESFS", + "E_^T^b R]X[\\ R]b]X R\\Z\\b R[b[[ RZ\\Zb RZ\\W_ RYbY] RX^Xb RW^S` RWbW^ RV_Vb RUVUS RUbU_ RTSTV RT_Tb RSVSS RSbS_ RRSRW RR_Rb RQVQS RQ`M^ RQbQ_ RPSPV RP_Pb ROVOS RObO_ RN_Nb RM_J\\ RMbM^ RL^Lb RKbK] RJ\\Jb RI\\GX RIbI[ RHZHb RGbGX RFTFb RUURWOU RVSUVRWOVNSVS R^S^T]X[[Z\\W^S_Q_M^J\\I[GXFTFSESEb_b_S^S", + "E_JSJQLMPKRK", + "E_ZSZQXMTKRK", + "E_ZSZUXYT[R[", + "E_JSJULYP[R[", + "E_JSJQLMPKTKXMZQZS", /* U+25E0 CIRCLE_TOPHALF */ + "E_ZSZUXYT[P[LYJUJS", + "E_KZK[ RLYL[ RMXM[ RNWN[ ROVO[ RPUP[ RQTQ[ RRSR[ RSRS[ RTQT[ RUPU[ RVOV[ RWNW[ RXMX[ RYLY[ RZ[ZKJ[Z[", + "E_YZY[ RXYX[ RWXW[ RVWV[ RUVU[ RTUT[ RSTS[ RRSR[ RQRQ[ RPQP[ ROPO[ RNON[ RMNM[ RLML[ RKLK[ RJ[JKZ[J[", + "E_YLYK RXMXK RWNWK RVOVK RUPUK RTQTK RSRSK RRSRK RQTQK RPUPK ROVOK RNWNK RMXMK RLYLK RKZKK RJKJ[ZKJK", + "E_KLKK RLMLK RMNMK RNONK ROPOK RPQPK RQRQK RRSRK RSTSK RTUTK RUVUK RVWVK RWXWK RXYXK RYZYK RZKZ[JKZK", + "E_PQRPTQUSTURVPUOSPQ", + "E_JKZKZ[J[JK RK[KK RLKL[ RM[MK RNKN[ RO[OK RPKP[ RQ[QK RJ[JKRKR[J[", + "E_JKZKZ[J[JK RYKY[ RX[XK RWKW[ RV[VK RUKU[ RT[TK RSKS[ RZKZ[R[RKZK", + "E_JKZKZ[J[JK RYLYK RXMXK RWNWK RVOVK RUPUK RTQTK RSRSK RRSRK RQTQK RPUPK ROVOK RNWNK RMXMK RLYLK RKZKK RJKJ[ZKJK", + "E_JKZKZ[J[JK RKZK[ RLYL[ RMXM[ RNWN[ ROVO[ RPUP[ RQTQ[ RRSR[ RSRS[ RTQT[ RUPU[ RVOV[ RWNW[ RXMX[ RYLY[ RZ[ZKJ[Z[", + "E_JKZKZ[J[JK RR[RK", + "E_RK[[I[RK RRUQVRWSVRURW", + "E_J[RL RJZJ[ RKXK[ RLVL[ RMTM[ RNSN[ ROQO[ RPOP[ RQMQ[ RRKR[ RRK[[I[RK", + "E_Z[RL RZZZ[ RYXY[ RXVX[ RWTW[ RVSV[ RUQU[ RTOT[ RSMS[ RRKR[ RRKI[[[RK", + "C`OFTFXHZJ\\N\\SZWXYT[O[KYIWGSGNIJKHOF", + "E_JKZKZ[J[JK RRKRSJS", /* U+25F0 SQUARE !QUADRANT */ + "E_JKZKZ[J[JK RR[RSJS", + "E_JKZKZ[J[JK RR[RSZS", + "E_JKZKZ[J[JK RRKRSZS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRKRSJS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RR[RSJS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RR[RSZS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRKRSZS", + "E_JKJ[ZKJK", + "E_ZKZ[JKZK", + "E_J[JKZ[J[", + "E_JKZKZ[J[JK", + "E_KKK[ RL[LK RMKM[ RN[NK ROKO[ RP[PK RQKQ[ RR[RK RSKS[ RT[TK RUKU[ RV[VK RWKW[ RX[XK RYKY[ RJKZKZ[J[JK", + "E_OVOPUPUVOV", + "E_PPPV RQVQP RRPRV RSVSP RTPTV ROVOPUPUVOV", + "E_Z[ZKJ[Z[", + /* // Miscellaneous Symbols (2600-26FF) */ + "F^K[KFYFY[K[", /* U+2600 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2610 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2620 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2630 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2640 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2650 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2660 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2670 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2680 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2690 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Dingbats (2700-27BF) */ + "F^K[KFYFY[K[", /* U+2700 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2710 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2720 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2730 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2740 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2750 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2760 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2770 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2780 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2790 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Miscellaneous Mathematical Symbols A (27C0-27EF) */ + "F^K[KFYFY[K[", /* U+27C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Supplemental Arrows A (27F0-27FF) */ + "F^K[KFYFY[K[", /* U+27F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Braille Patterns (2800-28FF) */ + "F^K[KFYFY[K[", /* U+2800 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2810 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2820 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2830 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2840 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2850 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2860 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2870 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2880 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2890 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Supplemental Arrows B (2900-297F) */ + "F^K[KFYFY[K[", /* U+2900 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2910 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2920 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2930 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2940 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2950 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2960 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2970 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Miscellaneous Mathematical Symbols B (2980-29FF) */ + "F^K[KFYFY[K[", /* U+2980 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2990 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Supplemental Mathematical Operators (2A00-2AFF) */ + "F^K[KFYFY[K[", /* U+2A00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Miscellaneous Symbols and Arrows (2B00-2BFF) */ + "F^K[KFYFY[K[", /* U+2B00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", +}; + +const int newstroke_font_bufsize = sizeof(newstroke_font)/sizeof(newstroke_font[0]); + +/* --- unused glyphs --- */ +/* RECTANGLE_V_BLACK_SMALL */ +/* TRIANGLE_TALL_BLACK */ +/* COMBINING */ +/* DIAMOND_SMALL */ diff --git a/common/origin_viewitem.cpp b/common/origin_viewitem.cpp new file mode 100644 index 0000000..6454816 --- /dev/null +++ b/common/origin_viewitem.cpp @@ -0,0 +1,88 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +using namespace KIGFX; + +ORIGIN_VIEWITEM::ORIGIN_VIEWITEM( const COLOR4D& aColor, MARKER_STYLE aStyle, int aSize, const VECTOR2D& aPosition ) : + EDA_ITEM( NOT_USED ), // this item is never added to a BOARD so it needs no type + m_position( aPosition ), m_size( aSize ), m_color( aColor ), m_style( aStyle ), m_drawAtZero( false ) +{ +} + + +const BOX2I ORIGIN_VIEWITEM::ViewBBox() const +{ + BOX2I bbox; + bbox.SetMaximum(); + return bbox; +} + + +void ORIGIN_VIEWITEM::ViewDraw( int, GAL* aGal ) const +{ + // Nothing to do if the target shouldn't be drawn at 0,0 and that's where the target is. This + // mimics the Legacy canvas that doesn't display most targets at 0,0 + if( !m_drawAtZero && ( m_position.x == 0 ) && ( m_position.y == 0 ) ) + return; + + aGal->SetIsStroke( true ); + aGal->SetIsFill( false ); + aGal->SetLineWidth( 1 ); + aGal->SetStrokeColor( m_color ); + VECTOR2D scaledSize = m_view->ToWorld( VECTOR2D( m_size, m_size ), false ); + + // Draw a circle around the marker's centre point if the style demands it + if( ( m_style == CIRCLE_CROSS ) || ( m_style == CIRCLE_DOT ) || ( m_style == CIRCLE_X ) ) + aGal->DrawCircle( m_position, scaledSize.x ); + + switch( m_style ) + { + case NONE: + break; + + case CROSS: + case CIRCLE_CROSS: + aGal->DrawLine( m_position - VECTOR2D( scaledSize.x, 0 ), + m_position + VECTOR2D( scaledSize.x, 0 ) ); + aGal->DrawLine( m_position - VECTOR2D( 0, scaledSize.y ), + m_position + VECTOR2D( 0, scaledSize.y ) ); + break; + + case X: + case CIRCLE_X: + aGal->DrawLine( m_position - scaledSize, m_position + scaledSize ); + scaledSize.y = -scaledSize.y; + aGal->DrawLine( m_position - scaledSize, m_position + scaledSize ); + break; + + case DOT: + case CIRCLE_DOT: + aGal->DrawCircle( m_position, scaledSize.x / 4 ); + break; + } +} diff --git a/common/page_layout/class_worksheet_dataitem.cpp b/common/page_layout/class_worksheet_dataitem.cpp new file mode 100644 index 0000000..b5e673f --- /dev/null +++ b/common/page_layout/class_worksheet_dataitem.cpp @@ -0,0 +1,577 @@ +/** + * @file class_worksheet_dataitem.cpp + * @brief description of graphic items and texts to build a title block + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Jean-Pierre Charras . + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* + * the class WORKSHEET_DATAITEM (and derived) defines + * a basic shape of a page layout ( frame references and title block ) + * Basic shapes are line, rect and texts + * the WORKSHEET_DATAITEM coordinates units is the mm, and are relative to + * one of 4 page corners. + * + * These items cannot be drawn or plot "as this". they should be converted + * to a "draw list" (WS_DRAW_ITEM_BASE and derived items) + + * The list of these items is stored in a WORKSHEET_LAYOUT instance. + * + * When building the draw list: + * the WORKSHEET_LAYOUT is used to create a WS_DRAW_ITEM_LIST + * coordinates are converted to draw/plot coordinates. + * texts are expanded if they contain format symbols. + * Items with m_RepeatCount > 1 are created m_RepeatCount times + * + * the WORKSHEET_LAYOUT is created only once. + * the WS_DRAW_ITEM_LIST is created each time the page layout is plot/drawn + * + * the WORKSHEET_LAYOUT instance is created from a S expression which + * describes the page layout (can be the default page layout or a custom file). + */ + +#include +#include +#include +#include +#include +#include + + +// Static members of class WORKSHEET_DATAITEM: +double WORKSHEET_DATAITEM::m_WSunits2Iu = 1.0; +DPOINT WORKSHEET_DATAITEM::m_RB_Corner; +DPOINT WORKSHEET_DATAITEM::m_LT_Corner; +double WORKSHEET_DATAITEM::m_DefaultLineWidth = 0.0; +DSIZE WORKSHEET_DATAITEM::m_DefaultTextSize( TB_DEFAULT_TEXTSIZE, TB_DEFAULT_TEXTSIZE ); +double WORKSHEET_DATAITEM::m_DefaultTextThickness = 0.0; +bool WORKSHEET_DATAITEM::m_SpecialMode = false; +EDA_COLOR_T WORKSHEET_DATAITEM::m_Color = RED; // the default color to draw items +EDA_COLOR_T WORKSHEET_DATAITEM::m_AltColor = RED; // an alternate color to draw items +EDA_COLOR_T WORKSHEET_DATAITEM::m_SelectedColor = BROWN; // the color to draw selected items + +// The constructor: +WORKSHEET_DATAITEM::WORKSHEET_DATAITEM( WS_ItemType aType ) +{ + m_type = aType; + m_flags = 0; + m_RepeatCount = 1; + m_IncrementLabel = 1; + m_LineWidth = 0; +} + +// move item to aPosition +// starting point is moved to aPosition +// the Ending point is moved to a position which keeps the item size +// (if both coordinates have the same corner reference) +// MoveToUi and MoveTo takes the graphic position (i.e relative to the left top +// paper corner +void WORKSHEET_DATAITEM::MoveToUi( wxPoint aPosition ) +{ + DPOINT pos_mm; + pos_mm.x = aPosition.x / m_WSunits2Iu; + pos_mm.y = aPosition.y / m_WSunits2Iu; + + MoveTo( pos_mm ); +} + +void WORKSHEET_DATAITEM::MoveTo( DPOINT aPosition ) +{ + DPOINT vector = aPosition - GetStartPos(); + DPOINT endpos = vector + GetEndPos(); + + MoveStartPointTo( aPosition ); + MoveEndPointTo( endpos ); +} + +/* move the starting point of the item to a new position + * aPosition = the new position of the starting point, in mm + */ +void WORKSHEET_DATAITEM::MoveStartPointTo( DPOINT aPosition ) +{ + DPOINT position; + + // Calculate the position of the starting point + // relative to the reference corner + // aPosition is the position relative to the right top paper corner + switch( m_Pos.m_Anchor ) + { + case RB_CORNER: + position = m_RB_Corner - aPosition; + break; + + case RT_CORNER: + position.x = m_RB_Corner.x - aPosition.x; + position.y = aPosition.y - m_LT_Corner.y; + break; + + case LB_CORNER: + position.x = aPosition.x - m_LT_Corner.x; + position.y = m_RB_Corner.y - aPosition.y; + break; + + case LT_CORNER: + position = aPosition - m_LT_Corner; + break; + } + + m_Pos.m_Pos = position; +} + +/* move the starting point of the item to a new position + * aPosition = the new position of the starting point in graphic units + */ +void WORKSHEET_DATAITEM::MoveStartPointToUi( wxPoint aPosition ) +{ + DPOINT pos_mm; + pos_mm.x = aPosition.x / m_WSunits2Iu; + pos_mm.y = aPosition.y / m_WSunits2Iu; + + MoveStartPointTo( pos_mm ); +} + +/** + * move the ending point of the item to a new position + * has meaning only for items defined by 2 points + * (segments and rectangles) + * aPosition = the new position of the ending point, in mm + */ +void WORKSHEET_DATAITEM::MoveEndPointTo( DPOINT aPosition ) +{ + DPOINT position; + + // Calculate the position of the starting point + // relative to the reference corner + // aPosition is the position relative to the right top paper corner + switch( m_End.m_Anchor ) + { + case RB_CORNER: + position = m_RB_Corner - aPosition; + break; + + case RT_CORNER: + position.x = m_RB_Corner.x - aPosition.x; + position.y = aPosition.y - m_LT_Corner.y; + break; + + case LB_CORNER: + position.x = aPosition.x - m_LT_Corner.x; + position.y = m_RB_Corner.y - aPosition.y; + break; + + case LT_CORNER: + position = aPosition - m_LT_Corner; + break; + } + + // Modify m_End only for items having 2 coordinates + switch( GetType() ) + { + case WS_SEGMENT: + case WS_RECT: + m_End.m_Pos = position; + break; + + default: + break; + } +} + +/* move the ending point of the item to a new position + * has meaning only for items defined by 2 points + * (segments and rectangles) + * aPosition = the new position of the ending point in graphic units + */ +void WORKSHEET_DATAITEM::MoveEndPointToUi( wxPoint aPosition ) +{ + DPOINT pos_mm; + pos_mm.x = aPosition.x / m_WSunits2Iu; + pos_mm.y = aPosition.y / m_WSunits2Iu; + + MoveEndPointTo( pos_mm ); +} + +const DPOINT WORKSHEET_DATAITEM::GetStartPos( int ii ) const +{ + DPOINT pos; + pos.x = m_Pos.m_Pos.x + ( m_IncrementVector.x * ii ); + pos.y = m_Pos.m_Pos.y + ( m_IncrementVector.y * ii ); + + switch( m_Pos.m_Anchor ) + { + case RB_CORNER: // right bottom corner + pos = m_RB_Corner - pos; + break; + + case RT_CORNER: // right top corner + pos.x = m_RB_Corner.x - pos.x; + pos.y = m_LT_Corner.y + pos.y; + break; + + case LB_CORNER: // left bottom corner + pos.x = m_LT_Corner.x + pos.x; + pos.y = m_RB_Corner.y - pos.y; + break; + + case LT_CORNER: // left top corner + pos = m_LT_Corner + pos; + break; + } + + return pos; +} + +const wxPoint WORKSHEET_DATAITEM::GetStartPosUi( int ii ) const +{ + DPOINT pos = GetStartPos( ii ); + pos = pos * m_WSunits2Iu; + return wxPoint( KiROUND(pos.x), KiROUND(pos.y) ); +} + +const DPOINT WORKSHEET_DATAITEM::GetEndPos( int ii ) const +{ + DPOINT pos; + pos.x = m_End.m_Pos.x + ( m_IncrementVector.x * ii ); + pos.y = m_End.m_Pos.y + ( m_IncrementVector.y * ii ); + switch( m_End.m_Anchor ) + { + case RB_CORNER: // right bottom corner + pos = m_RB_Corner - pos; + break; + + case RT_CORNER: // right top corner + pos.x = m_RB_Corner.x - pos.x; + pos.y = m_LT_Corner.y + pos.y; + break; + + case LB_CORNER: // left bottom corner + pos.x = m_LT_Corner.x + pos.x; + pos.y = m_RB_Corner.y - pos.y; + break; + + case LT_CORNER: // left top corner + pos = m_LT_Corner + pos; + break; + } + + return pos; +} + +const wxPoint WORKSHEET_DATAITEM::GetEndPosUi( int ii ) const +{ + DPOINT pos = GetEndPos( ii ); + pos = pos * m_WSunits2Iu; + return wxPoint( KiROUND(pos.x), KiROUND(pos.y) ); +} + + +bool WORKSHEET_DATAITEM::IsInsidePage( int ii ) const +{ + DPOINT pos = GetStartPos( ii ); + + for( int kk = 0; kk < 1; kk++ ) + { + if( m_RB_Corner.x < pos.x || m_LT_Corner.x > pos.x ) + return false; + + if( m_RB_Corner.y < pos.y || m_LT_Corner.y > pos.y ) + return false; + + pos = GetEndPos( ii ); + } + + return true; +} + +const wxString WORKSHEET_DATAITEM::GetClassName() const +{ + wxString name; + switch( GetType() ) + { + case WS_TEXT: name = wxT("Text"); break; + case WS_SEGMENT: name = wxT("Line"); break; + case WS_RECT: name = wxT("Rect"); break; + case WS_POLYPOLYGON: name = wxT("Poly"); break; + case WS_BITMAP: name = wxT("Bitmap"); break; + } + + return name; +} + +/* return 0 if the item has no specific option for page 1 + * 1 if the item is only on page 1 + * -1 if the item is not on page 1 + */ +int WORKSHEET_DATAITEM::GetPage1Option() +{ + if(( m_flags & PAGE1OPTION) == PAGE1OPTION_NOTONPAGE1 ) + return -1; + + if(( m_flags & PAGE1OPTION) == PAGE1OPTION_PAGE1ONLY ) + return 1; + + return 0; +} + +/* Set the option for page 1 + * aChoice = 0 if the item has no specific option for page 1 + * > 0 if the item is only on page 1 + * < 0 if the item is not on page 1 + */ +void WORKSHEET_DATAITEM::SetPage1Option( int aChoice ) +{ + ClearFlags( PAGE1OPTION ); + + if( aChoice > 0) + SetFlags( PAGE1OPTION_PAGE1ONLY ); + + else if( aChoice < 0) + SetFlags( PAGE1OPTION_NOTONPAGE1 ); + +} + + +WORKSHEET_DATAITEM_POLYPOLYGON::WORKSHEET_DATAITEM_POLYPOLYGON() : + WORKSHEET_DATAITEM( WS_POLYPOLYGON ) +{ + m_Orient = 0.0; +} + +const DPOINT WORKSHEET_DATAITEM_POLYPOLYGON::GetCornerPosition( unsigned aIdx, + int aRepeat ) const +{ + DPOINT pos = m_Corners[aIdx]; + + // Rotation: + RotatePoint( &pos.x, &pos.y, m_Orient * 10 ); + pos += GetStartPos( aRepeat ); + return pos; +} + +void WORKSHEET_DATAITEM_POLYPOLYGON::SetBoundingBox() +{ + if( m_Corners.size() == 0 ) + { + m_minCoord.x = m_maxCoord.x = 0.0; + m_minCoord.y = m_maxCoord.y = 0.0; + return; + } + + DPOINT pos; + pos = m_Corners[0]; + RotatePoint( &pos.x, &pos.y, m_Orient * 10 ); + m_minCoord = m_maxCoord = pos; + + for( unsigned ii = 1; ii < m_Corners.size(); ii++ ) + { + pos = m_Corners[ii]; + RotatePoint( &pos.x, &pos.y, m_Orient * 10 ); + + if( m_minCoord.x > pos.x ) + m_minCoord.x = pos.x; + + if( m_minCoord.y > pos.y ) + m_minCoord.y = pos.y; + + if( m_maxCoord.x < pos.x ) + m_maxCoord.x = pos.x; + + if( m_maxCoord.y < pos.y ) + m_maxCoord.y = pos.y; + } +} + +bool WORKSHEET_DATAITEM_POLYPOLYGON::IsInsidePage( int ii ) const +{ + DPOINT pos = GetStartPos( ii ); + pos += m_minCoord; // left top pos of bounding box + + if( m_LT_Corner.x > pos.x || m_LT_Corner.y > pos.y ) + return false; + + pos = GetStartPos( ii ); + pos += m_maxCoord; // rignt bottom pos of bounding box + + if( m_RB_Corner.x < pos.x || m_RB_Corner.y < pos.y ) + return false; + + return true; +} + +const wxPoint WORKSHEET_DATAITEM_POLYPOLYGON::GetCornerPositionUi( unsigned aIdx, + int aRepeat ) const +{ + DPOINT pos = GetCornerPosition( aIdx, aRepeat ); + pos = pos * m_WSunits2Iu; + return wxPoint( int(pos.x), int(pos.y) ); +} + +WORKSHEET_DATAITEM_TEXT::WORKSHEET_DATAITEM_TEXT( const wxString& aTextBase ) : + WORKSHEET_DATAITEM( WS_TEXT ) +{ + m_TextBase = aTextBase; + m_IncrementLabel = 1; + m_Hjustify = GR_TEXT_HJUSTIFY_LEFT; + m_Vjustify = GR_TEXT_VJUSTIFY_CENTER; + m_Orient = 0.0; + m_LineWidth = 0.0; // 0.0 means use default value +} + +void WORKSHEET_DATAITEM_TEXT::TransfertSetupToGraphicText( WS_DRAW_ITEM_TEXT* aGText ) +{ + aGText->SetHorizJustify( m_Hjustify ) ; + aGText->SetVertJustify( m_Vjustify ); + aGText->SetOrientation( m_Orient * 10 ); // graphic text orient unit = 0.1 degree +} + +void WORKSHEET_DATAITEM_TEXT::IncrementLabel( int aIncr ) +{ + int last = m_TextBase.Len() -1; + + wxChar lbchar = m_TextBase[last]; + m_FullText = m_TextBase; + m_FullText.RemoveLast(); + + if( lbchar >= '0' && lbchar <= '9' ) + // A number is expected: + m_FullText << (int)( aIncr + lbchar - '0' ); + else + m_FullText << (wxChar) ( aIncr + lbchar ); +} + +// Replace the '\''n' sequence by EOL +// and the sequence '\''\' by only one '\' in m_FullText +// if m_FullText is a multiline text (i.e.contains '\n') return true +bool WORKSHEET_DATAITEM_TEXT::ReplaceAntiSlashSequence() +{ + bool multiline = false; + + for( unsigned ii = 0; ii < m_FullText.Len(); ii++ ) + { + if( m_FullText[ii] == '\n' ) + multiline = true; + + else if( m_FullText[ii] == '\\' ) + { + if( ++ii >= m_FullText.Len() ) + break; + + if( m_FullText[ii] == '\\' ) + { + // a double \\ sequence is replaced by a single \ char + m_FullText.Remove(ii, 1); + ii--; + } + else if( m_FullText[ii] == 'n' ) + { + // Replace the "\n" sequence by a EOL char + multiline = true; + m_FullText[ii] = '\n'; + m_FullText.Remove(ii-1, 1); + ii--; + } + } + } + + return multiline; +} + +void WORKSHEET_DATAITEM_TEXT::SetConstrainedTextSize() +{ + m_ConstrainedTextSize = m_TextSize; + + if( m_ConstrainedTextSize.x == 0 ) + m_ConstrainedTextSize.x = m_DefaultTextSize.x; + + if( m_ConstrainedTextSize.y == 0 ) + m_ConstrainedTextSize.y = m_DefaultTextSize.y; + + if( m_BoundingBoxSize.x || m_BoundingBoxSize.y ) + { + int linewidth = 0; + // to know the X and Y size of the line, we should use + // EDA_TEXT::GetTextBox() + // but this function uses integers + // So, to avoid truncations with our unit in mm, use microns. + wxSize size_micron; + size_micron.x = KiROUND( m_ConstrainedTextSize.x * 1000.0 ); + size_micron.y = KiROUND( m_ConstrainedTextSize.y * 1000.0 ); + WS_DRAW_ITEM_TEXT dummy( WS_DRAW_ITEM_TEXT( this, this->m_FullText, + wxPoint(0,0), + size_micron, + linewidth, BLACK, + IsItalic(), IsBold() ) ); + dummy.SetMultilineAllowed( true ); + TransfertSetupToGraphicText( &dummy ); + EDA_RECT rect = dummy.GetTextBox(); + DSIZE size; + size.x = rect.GetWidth() / 1000.0; + size.y = rect.GetHeight() / 1000.0; + + if( m_BoundingBoxSize.x && size.x > m_BoundingBoxSize.x ) + m_ConstrainedTextSize.x *= m_BoundingBoxSize.x / size.x; + + if( m_BoundingBoxSize.y && size.y > m_BoundingBoxSize.y ) + m_ConstrainedTextSize.y *= m_BoundingBoxSize.y / size.y; + } +} + +/* set the pixel scale factor of the bitmap + * this factor depend on the application internal unit + * and the PPI bitmap factor + * the pixel scale factor should be initialized before drawing the bitmap + */ +void WORKSHEET_DATAITEM_BITMAP::SetPixelScaleFactor() +{ + if( m_ImageBitmap ) + { + // m_WSunits2Iu is the page layout unit to application internal unit + // i.e. the mm to to application internal unit + // however the bitmap definition is always known in pixels per inches + double scale = m_WSunits2Iu * 25.4 / m_ImageBitmap->GetPPI(); + m_ImageBitmap->SetPixelScaleFactor( scale ); + } +} + +/* return the PPI of the bitmap + */ +int WORKSHEET_DATAITEM_BITMAP::GetPPI() const +{ + if( m_ImageBitmap ) + return m_ImageBitmap->GetPPI() / m_ImageBitmap->m_Scale; + + return 300; +} + +/*adjust the PPI of the bitmap + */ +void WORKSHEET_DATAITEM_BITMAP::SetPPI( int aBitmapPPI ) +{ + if( m_ImageBitmap ) + m_ImageBitmap->m_Scale = (double) m_ImageBitmap->GetPPI() / aBitmapPPI; +} + diff --git a/common/page_layout/class_worksheet_layout.cpp b/common/page_layout/class_worksheet_layout.cpp new file mode 100644 index 0000000..94c11a1 --- /dev/null +++ b/common/page_layout/class_worksheet_layout.cpp @@ -0,0 +1,248 @@ +/** + * @file class_worksheet_layout.cpp + * @brief description of graphic items and texts to build a title block + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Jean-Pierre Charras . + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* + * the class WORKSHEET_DATAITEM (and derived ) defines + * a basic shape of a page layout ( frame references and title block ) + * The list of these items is stored in a WORKSHEET_LAYOUT instance. + * + * + * These items cannot be drawn or plot "as this". they should be converted + * to a "draw list". When building the draw list: + * the WORKSHEET_LAYOUT is used to create a WS_DRAW_ITEM_LIST + * coordinates are converted to draw/plot coordinates. + * texts are expanded if they contain format symbols. + * Items with m_RepeatCount > 1 are created m_RepeatCount times + * + * the WORKSHEET_LAYOUT is created only once. + * the WS_DRAW_ITEM_LIST is created each time the page layout is plot/drawn + * + * the WORKSHEET_LAYOUT instance is created from a S expression which + * describes the page layout (can be the default page layout or a custom file). + */ + +#include +#include +#include +#include +#include +#include +#include + + +// The layout shape used in the application +// It is accessible by WORKSHEET_LAYOUT::GetTheInstance() +static WORKSHEET_LAYOUT wksTheInstance; +static WORKSHEET_LAYOUT* wksAltInstance; + +WORKSHEET_LAYOUT::WORKSHEET_LAYOUT() +{ + m_allowVoidList = false; + m_leftMargin = 10.0; // the left page margin in mm + m_rightMargin = 10.0; // the right page margin in mm + m_topMargin = 10.0; // the top page margin in mm + m_bottomMargin = 10.0; // the bottom page margin in mm +} + +/* static function: returns the instance of WORKSHEET_LAYOUT + * used in the application + */ +WORKSHEET_LAYOUT& WORKSHEET_LAYOUT::GetTheInstance() +{ + if( wksAltInstance ) + return *wksAltInstance; + else + return wksTheInstance; +} + +/** + * static function: Set an alternate instance of WORKSHEET_LAYOUT + * mainly used in page setting dialog + * @param aLayout = the alternate page layout. + * if null, restore the basic page layout + */ +void WORKSHEET_LAYOUT::SetAltInstance( WORKSHEET_LAYOUT* aLayout ) +{ + wksAltInstance = aLayout; +} + + +void WORKSHEET_LAYOUT::SetLeftMargin( double aMargin ) +{ + m_leftMargin = aMargin; // the left page margin in mm +} + + +void WORKSHEET_LAYOUT::SetRightMargin( double aMargin ) +{ + m_rightMargin = aMargin; // the right page margin in mm +} + + +void WORKSHEET_LAYOUT::SetTopMargin( double aMargin ) +{ + m_topMargin = aMargin; // the top page margin in mm +} + + +void WORKSHEET_LAYOUT::SetBottomMargin( double aMargin ) +{ + m_bottomMargin = aMargin; // the bottom page margin in mm +} + + +void WORKSHEET_LAYOUT::ClearList() +{ + for( unsigned ii = 0; ii < m_list.size(); ii++ ) + delete m_list[ii]; + m_list.clear(); +} + + +void WORKSHEET_LAYOUT::Insert( WORKSHEET_DATAITEM* aItem, unsigned aIdx ) +{ + if ( aIdx >= GetCount() ) + Append( aItem ); + else + m_list.insert( m_list.begin() + aIdx, aItem ); +} + + +bool WORKSHEET_LAYOUT::Remove( unsigned aIdx ) +{ + if ( aIdx >= GetCount() ) + return false; + m_list.erase( m_list.begin() + aIdx ); + return true; +} + + +bool WORKSHEET_LAYOUT::Remove( WORKSHEET_DATAITEM* aItem ) +{ + unsigned idx = 0; + + while( idx < m_list.size() ) + { + if( m_list[idx] == aItem ) + break; + + idx++; + } + + return Remove( idx ); +} + + +int WORKSHEET_LAYOUT::GetItemIndex( WORKSHEET_DATAITEM* aItem ) const +{ + unsigned idx = 0; + while( idx < m_list.size() ) + { + if( m_list[idx] == aItem ) + return (int) idx; + + idx++; + } + + return -1; +} + +/* return the item from its index aIdx, or NULL if does not exist + */ +WORKSHEET_DATAITEM* WORKSHEET_LAYOUT::GetItem( unsigned aIdx ) const +{ + if( aIdx < m_list.size() ) + return m_list[aIdx]; + else + return NULL; +} + + +const wxString WORKSHEET_LAYOUT::MakeShortFileName( const wxString& aFullFileName, + const wxString& aProjectPath ) +{ + wxString shortFileName = aFullFileName; + wxFileName fn = aFullFileName; + + if( fn.IsRelative() ) + return shortFileName; + + if( ! aProjectPath.IsEmpty() && aFullFileName.StartsWith( aProjectPath ) ) + { + fn.MakeRelativeTo( aProjectPath ); + shortFileName = fn.GetFullPath(); + return shortFileName; + } + + wxString fileName = Kiface().KifaceSearch().FindValidPath( fn.GetFullName() ); + + if( !fileName.IsEmpty() ) + { + fn = fileName; + shortFileName = fn.GetFullName(); + return shortFileName; + } + + return shortFileName; +} + + +const wxString WORKSHEET_LAYOUT::MakeFullFileName( const wxString& aShortFileName, + const wxString& aProjectPath ) +{ + wxString fullFileName = ExpandEnvVarSubstitutions( aShortFileName ); + + if( fullFileName.IsEmpty() ) + return fullFileName; + + wxFileName fn = fullFileName; + + if( fn.IsAbsolute() ) + return fullFileName; + + // the path is not absolute: search it in project path, and then in + // kicad valid paths + if( !aProjectPath.IsEmpty() ) + { + fn.MakeAbsolute( aProjectPath ); + + if( wxFileExists( fn.GetFullPath() ) ) + return fn.GetFullPath(); + } + + fn = fullFileName; + wxString name = Kiface().KifaceSearch().FindValidPath( fn.GetFullName() ); + + if( !name.IsEmpty() ) + fullFileName = name; + + return fullFileName; +} diff --git a/common/page_layout/page_layout_default_description.cpp b/common/page_layout/page_layout_default_description.cpp new file mode 100644 index 0000000..fd8ba46 --- /dev/null +++ b/common/page_layout/page_layout_default_description.cpp @@ -0,0 +1,164 @@ +/** + * @file common/page_layout/page_layout_default_description.cpp + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Jean-Pierre Charras . + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* keyword used in page layout description are listed + * in page_layout_reader.keywords file + */ + +/* + * Items use coordinates. + * A coordinate is defined relative to a page corner + * A coordinate is the X pos, the Y pos, and the corner which is the coordinate origin + * the default is the bottom right corner + * example: (start 10 0 ltcorner) or (start 20 10) + * The direction depends on the corner: a positive coordinate define a point + * from the corner origin, to the opposite corner. + * + * Items are defined by a name, coordinates in mm and some attributes, + * and can be repeated. + * for instance (repeat 2) (incrx 2) (incry 2) repeat the item 2 times, + * and coordinates are incremented by 2 on X direction, and 2 on Y direction + * Comments are allowed. they are inside (), and start by the keyword comment + * example: + * (comment rect around the title block) + * + * Lines and rect are defined by 2 coordinates start and end, and attributes. + * Attributes are linewidth and repeat parameters. + * example: + * (line (start 50 2 ltcorner) (end 50 0 ltcorner) (repeat 30) (incrx 50) ) + * (rect (comment rect around the title block) (linewidth 0.15) (start 110 34) (end 2 2) ) + * + * Texts are defined by the text (between quotes), the position, and attributes + * example + * "(tbtext \"1\" (pos 25 1 lbcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50) )" + * the text can be rotated by (rotation ) with value = rot angle in degrees + * (font (size 1.3 1.3) bold italic) defines a specific size, + * with bold and italic options + * (justify ) controls the text justification (the default is left) + * justif keyword is center, left, right, top and bottom + * (justify center top) is a text centered on X axis and top aligned on vertical axis + * The text size can be constrained: + * (maxlen ) and (maxheight ) force the actual text x and/or y size to be + * reduced to limit the text height to the maxheight value, + * and the full text x size to the maxlen value. + * If the actual text size is smaller than limits, its size is not modified. + * + * Texts can include a format symbol, a la printf. + * At run time these format symbols will be replaced by their actual value. + * + * format symbols are: + * + * %% = replaced by % + * %K = Kicad version + * %Z = paper format name (A4, USLetter ...) + * %Y = company name + * %D = date + * %R = revision + * %S = sheet number + * %N = number of sheets + * %Cx = comment (x = 0 to 9 to identify the comment) + * %F = filename + * %P = sheet path (sheet full name) + * %T = title + * + * example: + * (tbtext \"Size: %Z\" ...) displays "Size A4" or Size USLetter" + * + * Poly Polygons + * Set of filled polygons are supported. + * + * The main purpose is to allow logos, or complex shapes + * They support the repeat and rotation options + * They are defined by + * (polygon (position ..) + * the parameter linewidth defines the pen size used to draw/plot + * the polygon outlines (default = 0) + * example: + * (polygon (pos 134 18 rbcorner) (rotate 20) (linewidth 0.00254) + * + * and a list of corners like + * (pts (xy 20.574 8.382) (xy 19.9009 8.382) (xy 19.9009 6.26364) (xy 19.7485 5.98932) + * .... ) + * + * each sequence like + * (pts (xy 20.574 8.382) (xy 19.9009 8.382) (xy 19.9009 6.26364) (xy 19.7485 5.98932) + * .... ) + * defines a polygon. + * Each coordinate is relative to the polygon position. + * Therefore a "polygon" is in fact a set of polygons, of a poly polygon + * + */ + +#include // defaultPageLayout + + +// height of the band reference grid 2.0 mm +// worksheet frame reference text size 1.3 mm +// default text size 1.5 mm +// default line width 0.15 mm +// frame ref pitch 50 mm + +// export defaultPageLayout: +extern const char defaultPageLayout[]; + +// Default page layout (sizes are in mm) +const char defaultPageLayout[] = "( page_layout\n" + "(setup (textsize 1.5 1.5) (linewidth 0.15) (textlinewidth 0.15)\n" + "(left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10))\n" + "(rect (comment \"rect around the title block\") (linewidth 0.15) (start 110 34) (end 2 2) )\n" + "(rect (start 0 0 ltcorner) (end 0 0 rbcorner) (repeat 2) (incrx 2) (incry 2) )\n" + "(line (start 50 2 ltcorner) (end 50 0 ltcorner) (repeat 30) (incrx 50) )\n" + "(tbtext \"1\" (pos 25 1 ltcorner) (font (size 1.3 1.3))(repeat 100) (incrx 50) )\n" + "(line (start 50 2 lbcorner) (end 50 0 lbcorner) (repeat 30) (incrx 50) )\n" + "(tbtext \"1\" (pos 25 1 lbcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50) )\n" + "(line (start 0 50 ltcorner) (end 2 50 ltcorner) (repeat 30) (incry 50) )\n" + "(tbtext \"A\" (pos 1 25 ltcorner) (font (size 1.3 1.3)) (justify center)(repeat 100) (incry 50) )\n" + "(line (start 0 50 rtcorner) (end 2 50 rtcorner) (repeat 30) (incry 50) )\n" + "(tbtext \"A\" (pos 1 25 rtcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50) )\n" + "(tbtext \"Date: %D\" (pos 87 6.9) )\n" + "(line (start 110 5.5) (end 2 5.5) )\n" + "(tbtext \"%K\" (pos 109 4.1) (comment \"Kicad version\" ) )\n" + "(line (start 110 8.5) (end 2 8.5) )\n" + "(tbtext \"Rev: %R\" (pos 24 6.9)(font bold)(justify left) )\n" + "(tbtext \"Size: %Z\" (comment \"Paper format name\")(pos 109 6.9) )\n" + "(tbtext \"Id: %S/%N\" (comment \"Sheet id\")(pos 24 4.1) )\n" + "(line (start 110 12.5) (end 2 12.5) )\n" + "(tbtext \"Title: %T\" (pos 109 10.7)(font bold italic (size 2 2)) )\n" + "(tbtext \"File: %F\" (pos 109 14.3) )\n" + "(line (start 110 18.5) (end 2 18.5) )\n" + "(tbtext \"Sheet: %P\" (pos 109 17) )\n" + "(tbtext \"%Y\" (comment \"Company name\") (pos 109 20)(font bold) )\n" + "(tbtext \"%C0\" (comment \"Comment 0\") (pos 109 23) )\n" + "(tbtext \"%C1\" (comment \"Comment 1\") (pos 109 26) )\n" + "(tbtext \"%C2\" (comment \"Comment 2\") (pos 109 29) )\n" + "(tbtext \"%C3\" (comment \"Comment 3\") (pos 109 32) )\n" + "(line (start 90 8.5) (end 90 5.5) )\n" + "(line (start 26 8.5) (end 26 2) )\n" + ")\n" +; diff --git a/common/page_layout/page_layout_graphic_items.cpp b/common/page_layout/page_layout_graphic_items.cpp new file mode 100644 index 0000000..c927e93 --- /dev/null +++ b/common/page_layout/page_layout_graphic_items.cpp @@ -0,0 +1,423 @@ +/** + * @file page_layout_graphic_items.cpp + * @brief description of graphic items and texts to build a title block + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Jean-Pierre Charras . + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* + * the class WORKSHEET_DATAITEM (and WORKSHEET_DATAITEM_TEXT) defines + * a basic shape of a page layout ( frame references and title block ) + * Basic shapes are line, rect and texts + * the WORKSHEET_DATAITEM coordinates units is the mm, and are relative to + * one of 4 page corners. + * + * These items cannot be drawn or plot "as this". they should be converted + * to a "draw list" (WS_DRAW_ITEM_BASE and derived items) + + * The list of these items is stored in a WORKSHEET_LAYOUT instance. + * + * When building the draw list: + * the WORKSHEET_LAYOUT is used to create a WS_DRAW_ITEM_LIST + * coordinates are converted to draw/plot coordinates. + * texts are expanded if they contain format symbols. + * Items with m_RepeatCount > 1 are created m_RepeatCount times + * + * the WORKSHEET_LAYOUT is created only once. + * the WS_DRAW_ITEM_LIST is created each time the page layout is plotted/drawn + * + * the WORKSHEET_LAYOUT instance is created from a S expression which + * describes the page layout (can be the default page layout or a custom file). + */ + +#include +#include +#include +#include +#include +#include + +/* a helper function to draw graphic symbols at start point or end point of + * an item. + * The start point symbol is a filled rectangle + * The start point symbol is a filled circle + */ +inline void drawMarker( EDA_RECT* aClipBox, wxDC* aDC, + const wxPoint& aPos, int aSize, bool aEndPointShape = false ) +{ + int markerHalfSize = aSize/2; + + if( aEndPointShape ) + GRFilledCircle( aClipBox, aDC, aPos.x, aPos.y, markerHalfSize, + 0, GREEN, GREEN ); + else + GRFilledRect( aClipBox, aDC, + aPos.x - markerHalfSize, aPos.y - markerHalfSize, + aPos.x + markerHalfSize, aPos.y + markerHalfSize, + 0, GREEN, GREEN ); +} + +/* Draws the item list created by BuildWorkSheetGraphicList + * aClipBox = the clipping rect, or NULL if no clipping + * aDC = the current Device Context + * The not selected items are drawn first (most of items) + * The selected items are drawn after (usually 0 or 1) + * to be sure they are seen, even for overlapping items + */ +void WS_DRAW_ITEM_LIST::Draw( EDA_RECT* aClipBox, wxDC* aDC ) +{ + // The not selected items are drawn first (most of items) + for( WS_DRAW_ITEM_BASE* item = GetFirst(); item; item = GetNext() ) + { + if( item->GetParent() && item->GetParent()->IsSelected() ) + continue; + + item->DrawWsItem( aClipBox, aDC ); + } + + // The selected items are drawn after (usually 0 or 1) + int markerSize = WORKSHEET_DATAITEM::GetMarkerSizeUi(); + + for( WS_DRAW_ITEM_BASE* item = GetFirst(); item; item = GetNext() ) + { + if( !item->GetParent() || !item->GetParent()->IsSelected() ) + continue; + + item->DrawWsItem( aClipBox, aDC ); + + switch( item->GetType() ) + { + case WS_DRAW_ITEM_BASE::wsg_line: + { + WS_DRAW_ITEM_LINE* line = (WS_DRAW_ITEM_LINE*) item; + + if( markerSize ) + { + drawMarker( aClipBox, aDC, line->GetStart(), markerSize ); + drawMarker( aClipBox, aDC, line->GetEnd(), markerSize, true ); + } + } + break; + + case WS_DRAW_ITEM_BASE::wsg_rect: + { + WS_DRAW_ITEM_RECT* rect = (WS_DRAW_ITEM_RECT*) item; + + if( markerSize ) + { + drawMarker( aClipBox, aDC, rect->GetStart(), markerSize ); + drawMarker( aClipBox, aDC, rect->GetEnd(), markerSize, true ); + } + } + break; + + case WS_DRAW_ITEM_BASE::wsg_text: + { + WS_DRAW_ITEM_TEXT* text = (WS_DRAW_ITEM_TEXT*) item; + + if( markerSize ) + drawMarker( aClipBox, aDC, text->GetTextPosition(), + markerSize ); + } + break; + + case WS_DRAW_ITEM_BASE::wsg_poly: + { + WS_DRAW_ITEM_POLYGON* poly = (WS_DRAW_ITEM_POLYGON*) item; + + if( markerSize ) + { + drawMarker( aClipBox, aDC, poly->GetPosition(), + markerSize ); + } + } + break; + + case WS_DRAW_ITEM_BASE::wsg_bitmap: + { + WS_DRAW_ITEM_BITMAP* bitmap = (WS_DRAW_ITEM_BITMAP*) item; + + if( markerSize ) + { + drawMarker( aClipBox, aDC, bitmap->GetPosition(), + markerSize ); + } + } + break; + } + } +} + +WS_DRAW_ITEM_TEXT::WS_DRAW_ITEM_TEXT( WORKSHEET_DATAITEM* aParent, + wxString& aText, wxPoint aPos, wxSize aSize, + int aPenWidth, EDA_COLOR_T aColor, + bool aItalic, bool aBold ) : + WS_DRAW_ITEM_BASE( aParent, wsg_text, aColor ), EDA_TEXT( aText ) +{ + SetTextPosition( aPos ); + SetSize( aSize ); + SetThickness( aPenWidth ); + SetItalic( aItalic ); + SetBold( aBold ); +} + +void WS_DRAW_ITEM_TEXT::DrawWsItem( EDA_RECT* aClipBox, wxDC* aDC ) +{ + Draw( aClipBox, aDC, wxPoint(0,0), + GetColor(), UNSPECIFIED_DRAWMODE, FILLED, UNSPECIFIED_COLOR ); +} + +// return true if the point aPosition is on the text +bool WS_DRAW_ITEM_TEXT::HitTest( const wxPoint& aPosition) const +{ + return EDA_TEXT::TextHitTest( aPosition, 0 ); +} + +/* return true if the point aPosition is on the starting point of this item + */ +bool WS_DRAW_ITEM_TEXT::HitTestStartPoint( const wxPoint& aPosition) +{ + wxPoint pos = GetTextPosition(); + + if( std::abs( pos.x - aPosition.x) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 && + std::abs( pos.y - aPosition.y) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + +void WS_DRAW_ITEM_POLYGON::DrawWsItem( EDA_RECT* aClipBox, wxDC* aDC ) +{ + GRPoly( aClipBox, aDC, + m_Corners.size(), &m_Corners[0], + IsFilled() ? FILLED_SHAPE : NO_FILL, + GetPenWidth(), + GetColor(), GetColor() ); +} + +// return true if the point aPosition is inside one of polygons +#include +bool WS_DRAW_ITEM_POLYGON::HitTest( const wxPoint& aPosition) const +{ + return TestPointInsidePolygon( &m_Corners[0], + m_Corners.size(), aPosition ); +} + +/* return true if the point aPosition is on the starting point of this item + */ +bool WS_DRAW_ITEM_POLYGON::HitTestStartPoint( const wxPoint& aPosition) +{ + wxPoint pos = GetPosition(); + + if( std::abs( pos.x - aPosition.x) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 && + std::abs( pos.y - aPosition.y) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + +void WS_DRAW_ITEM_RECT::DrawWsItem( EDA_RECT* aClipBox, wxDC* aDC ) +{ + GRRect( aClipBox, aDC, + GetStart().x, GetStart().y, + GetEnd().x, GetEnd().y, + GetPenWidth(), GetColor() ); +} + +// return true if the point aPosition is on the rect outline +bool WS_DRAW_ITEM_RECT::HitTest( const wxPoint& aPosition) const +{ + int dist = GetPenWidth()/2; + wxPoint start = GetStart(); + wxPoint end; + end.x = GetEnd().x; + end.y = start.y; + + // Upper line + if( TestSegmentHit( aPosition, start, end, dist ) ) + return true; + + // Right line + start = end; + end.y = GetEnd().y; + if( TestSegmentHit( aPosition, start, end, dist ) ) + return true; + + // lower line + start = end; + end.x = GetStart().x; + if( TestSegmentHit( aPosition, start, end, dist ) ) + return true; + + // left line + start = end; + end = GetStart(); + if( TestSegmentHit( aPosition, start, end, dist ) ) + return true; + + return false; +} + +/* return true if the point aPosition is on the starting point of this item + */ +bool WS_DRAW_ITEM_RECT::HitTestStartPoint( const wxPoint& aPosition) +{ + wxPoint dist = GetStart() - aPosition; + + if( std::abs( dist.x) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 && + std::abs( dist.y) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + +/* return true if the point aPosition is on the ending point of this item + */ +bool WS_DRAW_ITEM_RECT::HitTestEndPoint( const wxPoint& aPosition) +{ + wxPoint pos = GetEnd(); + + int dist = (int) hypot( pos.x - aPosition.x, pos.y - aPosition.y ); + + if( dist <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + +void WS_DRAW_ITEM_LINE::DrawWsItem( EDA_RECT* aClipBox, wxDC* aDC ) +{ + GRLine( aClipBox, aDC, GetStart(), GetEnd(), + GetPenWidth(), GetColor() ); +} + +// return true if the point aPosition is on the text +bool WS_DRAW_ITEM_LINE::HitTest( const wxPoint& aPosition) const +{ + return TestSegmentHit( aPosition, GetStart(), GetEnd(), GetPenWidth()/2 ); +} + +/* return true if the point aPosition is on the starting point of this item + */ +bool WS_DRAW_ITEM_LINE::HitTestStartPoint( const wxPoint& aPosition) +{ + wxPoint dist = GetStart() - aPosition; + + if( std::abs( dist.x) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 && + std::abs( dist.y) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + +/* return true if the point aPosition is on the ending point of this item + */ +bool WS_DRAW_ITEM_LINE::HitTestEndPoint( const wxPoint& aPosition) +{ + wxPoint dist = GetEnd() - aPosition; + + if( std::abs( dist.x) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 && + std::abs( dist.y) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + +/* Locate graphic items in m_graphicList at location aPosition + * aList = the list of items found + * aPosition is the position (in user units) to locate items + */ +void WS_DRAW_ITEM_LIST::Locate( std::vector & aList, + const wxPoint& aPosition) +{ + for( WS_DRAW_ITEM_BASE* item = GetFirst(); item; item = GetNext() ) + { + item->m_Flags &= ~(LOCATE_STARTPOINT|LOCATE_ENDPOINT); + bool found = false; + + if( item->HitTestStartPoint ( aPosition ) ) + { + item->m_Flags |= LOCATE_STARTPOINT; + found = true; + } + + if( item->HitTestEndPoint ( aPosition ) ) + { + item->m_Flags |= LOCATE_ENDPOINT; + found = true; + } + + if( found || item->HitTest( aPosition ) ) + { + aList.push_back( item ); + } + } +} + +/** The function to draw a WS_DRAW_ITEM_BITMAP + */ +void WS_DRAW_ITEM_BITMAP::DrawWsItem( EDA_RECT* aClipBox, wxDC* aDC ) +{ + WORKSHEET_DATAITEM_BITMAP* parent = (WORKSHEET_DATAITEM_BITMAP*)GetParent(); + + if( parent->m_ImageBitmap ) + { + parent->m_ImageBitmap->DrawBitmap( NULL, aDC, m_pos ); + } +} + +/** + * Virtual function + * return true if the point aPosition is on bitmap + */ +bool WS_DRAW_ITEM_BITMAP::HitTest( const wxPoint& aPosition) const +{ + const WORKSHEET_DATAITEM_BITMAP* parent = static_cast( GetParent() ); + + if( parent->m_ImageBitmap == NULL ) + return false; + + EDA_RECT rect = parent->m_ImageBitmap->GetBoundingBox(); + rect.Move( m_pos ); + return rect.Contains( aPosition ); +} + + +/** + * return true if the point aPosition is on the reference point of this item. + */ +bool WS_DRAW_ITEM_BITMAP::HitTestStartPoint( const wxPoint& aPosition) +{ + wxPoint dist = m_pos - aPosition; + + if( std::abs( dist.x) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 && + std::abs( dist.y) <= WORKSHEET_DATAITEM::GetMarkerSizeUi()/2 ) + return true; + + return false; +} + diff --git a/common/page_layout/page_layout_reader.cpp b/common/page_layout/page_layout_reader.cpp new file mode 100644 index 0000000..a282989 --- /dev/null +++ b/common/page_layout/page_layout_reader.cpp @@ -0,0 +1,875 @@ +/** + * @file common/page_layout/page_layout_reader.cpp + * @brief read an S expression of description of graphic items and texts + * to build a title block and page layout + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Jean-Pierre Charras . + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include + + +using namespace TB_READER_T; + +/** + * Class PAGE_LAYOUT_READER_PARSER + * holds data and functions pertinent to parsing a S-expression file + * for a WORKSHEET_LAYOUT. + */ +class PAGE_LAYOUT_READER_PARSER : public PAGE_LAYOUT_READER_LEXER +{ +public: + PAGE_LAYOUT_READER_PARSER( const char* aLine, const wxString& aSource ); + void Parse( WORKSHEET_LAYOUT* aLayout ) + throw( PARSE_ERROR, IO_ERROR ); + +private: + + /** + * Function parseInt + * parses an integer and constrains it between two values. + * @param aMin is the smallest return value. + * @param aMax is the largest return value. + * @return int - the parsed integer. + */ + int parseInt( int aMin, int aMax ); + + /** + * Function parseDouble + * parses a double + * @return double - the parsed double. + */ + double parseDouble(); + + void parseSetup( WORKSHEET_LAYOUT* aLayout ) throw( IO_ERROR, PARSE_ERROR ); + + /** + * parse a graphic item starting by "(line" or "(rect" and read parameters. + */ + void parseGraphic( WORKSHEET_DATAITEM * aItem ) throw( IO_ERROR, PARSE_ERROR ); + + /** + * parse a text item starting by "(tbtext" and read parameters. + */ + void parseText( WORKSHEET_DATAITEM_TEXT * aItem ) throw( IO_ERROR, PARSE_ERROR ); + + /** + * parse a polygon item starting by "( polygon" and read parameters. + * the list of corners included in this description is read by parsePolyOutline + */ + void parsePolygon( WORKSHEET_DATAITEM_POLYPOLYGON * aItem ) + throw( IO_ERROR, PARSE_ERROR ); + + /** + * parse a list of corners starting by "( pts" and read coordinates. + */ + void parsePolyOutline( WORKSHEET_DATAITEM_POLYPOLYGON * aItem ) + throw( IO_ERROR, PARSE_ERROR ); + + + /** + * parse a bitmap item starting by "( bitmap" and read parameters. + */ + void parseBitmap( WORKSHEET_DATAITEM_BITMAP * aItem ) + throw( IO_ERROR, PARSE_ERROR ); + + void parseCoordinate( POINT_COORD& aCoord) throw( IO_ERROR, PARSE_ERROR ); + void readOption( WORKSHEET_DATAITEM * aItem ) throw( IO_ERROR, PARSE_ERROR ); + void readPngdata( WORKSHEET_DATAITEM_BITMAP * aItem ) throw( IO_ERROR, PARSE_ERROR ); +}; + +// PCB_PLOT_PARAMS_PARSER + +PAGE_LAYOUT_READER_PARSER::PAGE_LAYOUT_READER_PARSER( const char* aLine, const wxString& aSource ) : + PAGE_LAYOUT_READER_LEXER( aLine, aSource ) +{ +} + + +void PAGE_LAYOUT_READER_PARSER::Parse( WORKSHEET_LAYOUT* aLayout ) + throw( PARSE_ERROR, IO_ERROR ) +{ + T token; + WORKSHEET_DATAITEM * item; + + LOCALE_IO toggle; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + + if( token == T_page_layout ) + continue; + + switch( token ) + { + case T_setup: // Defines default values for graphic items + parseSetup( aLayout ); + break; + + case T_line: + item = new WORKSHEET_DATAITEM( WORKSHEET_DATAITEM::WS_SEGMENT ); + parseGraphic( item ); + aLayout->Append( item ); + break; + + case T_rect: + item = new WORKSHEET_DATAITEM( WORKSHEET_DATAITEM::WS_RECT ); + parseGraphic( item ); + aLayout->Append( item ); + break; + + case T_polygon: + item = new WORKSHEET_DATAITEM_POLYPOLYGON(); + parsePolygon( (WORKSHEET_DATAITEM_POLYPOLYGON*) item ); + aLayout->Append( item ); + break; + + case T_bitmap: + item = new WORKSHEET_DATAITEM_BITMAP( NULL ); + parseBitmap( (WORKSHEET_DATAITEM_BITMAP*) item ); + aLayout->Append( item ); + break; + + case T_tbtext: + NeedSYMBOLorNUMBER(); + item = new WORKSHEET_DATAITEM_TEXT( FromUTF8() ); + parseText( (WORKSHEET_DATAITEM_TEXT*) item ); + aLayout->Append( item ); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + +void PAGE_LAYOUT_READER_PARSER::parseSetup( WORKSHEET_LAYOUT* aLayout ) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + switch( token ) + { + case T_LEFT: + break; + + case T_linewidth: + WORKSHEET_DATAITEM::m_DefaultLineWidth = parseDouble(); + NeedRIGHT(); + break; + + case T_textsize: + WORKSHEET_DATAITEM::m_DefaultTextSize.x = parseDouble(); + WORKSHEET_DATAITEM::m_DefaultTextSize.y = parseDouble(); + NeedRIGHT(); + break; + + case T_textlinewidth: + WORKSHEET_DATAITEM::m_DefaultTextThickness = parseDouble(); + NeedRIGHT(); + break; + + case T_left_margin: + aLayout->SetLeftMargin( parseDouble() ); + NeedRIGHT(); + break; + + case T_right_margin: + aLayout->SetRightMargin( parseDouble() ); + NeedRIGHT(); + break; + + case T_top_margin: + aLayout->SetTopMargin( parseDouble() ); + NeedRIGHT(); + break; + + case T_bottom_margin: + aLayout->SetBottomMargin( parseDouble() ); + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + +void PAGE_LAYOUT_READER_PARSER::parsePolygon( WORKSHEET_DATAITEM_POLYPOLYGON * aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + + switch( token ) + { + case T_comment: + NeedSYMBOLorNUMBER(); + aItem->m_Info = FromUTF8(); + NeedRIGHT(); + break; + + case T_pos: + parseCoordinate( aItem->m_Pos ); + break; + + case T_name: + NeedSYMBOLorNUMBER(); + aItem->m_Name = FromUTF8(); + NeedRIGHT(); + break; + + case T_option: + readOption( aItem ); + break; + + case T_pts: + parsePolyOutline( aItem ); + aItem->CloseContour(); + break; + + case T_rotate: + aItem->m_Orient = parseDouble(); + NeedRIGHT(); + break; + + case T_repeat: + aItem->m_RepeatCount = parseInt( -1, 100 ); + NeedRIGHT(); + break; + + case T_incrx: + aItem->m_IncrementVector.x = parseDouble(); + NeedRIGHT(); + break; + + case T_incry: + aItem->m_IncrementVector.y = parseDouble(); + NeedRIGHT(); + break; + + case T_linewidth: + aItem->m_LineWidth = parseDouble(); + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } + + aItem->SetBoundingBox(); +} + +void PAGE_LAYOUT_READER_PARSER::parsePolyOutline( WORKSHEET_DATAITEM_POLYPOLYGON * aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + DPOINT corner; + T token; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + + switch( token ) + { + case T_xy: + corner.x = parseDouble(); + corner.y = parseDouble(); + aItem->AppendCorner( corner ); + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + +#include +void PAGE_LAYOUT_READER_PARSER::parseBitmap( WORKSHEET_DATAITEM_BITMAP * aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + BITMAP_BASE* image = new BITMAP_BASE; + aItem->m_ImageBitmap = image; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + + switch( token ) + { + case T_name: + NeedSYMBOLorNUMBER(); + aItem->m_Name = FromUTF8(); + NeedRIGHT(); + break; + + case T_pos: + parseCoordinate( aItem->m_Pos ); + break; + + case T_repeat: + aItem->m_RepeatCount = parseInt( -1, 100 ); + NeedRIGHT(); + break; + + case T_incrx: + aItem->m_IncrementVector.x = parseDouble(); + NeedRIGHT(); + break; + + case T_incry: + aItem->m_IncrementVector.y = parseDouble(); + NeedRIGHT(); + break; + + case T_linewidth: + aItem->m_LineWidth = parseDouble(); + NeedRIGHT(); + break; + + case T_scale: + aItem->m_ImageBitmap->m_Scale = parseDouble(); + NeedRIGHT(); + break; + + case T_pngdata: + readPngdata( aItem ); + break; + + case T_option: + readOption( aItem ); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + +void PAGE_LAYOUT_READER_PARSER::readPngdata( WORKSHEET_DATAITEM_BITMAP * aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + std::string tmp; + T token; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + + switch( token ) + { + case T_data: + NeedSYMBOLorNUMBER(); + tmp += CurStr(); + tmp += "\n"; + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } + + tmp += "EndData"; + + wxString msg; + STRING_LINE_READER reader( tmp, wxT("Png kicad_wks data") ); + if( ! aItem->m_ImageBitmap->LoadData( reader, msg ) ) + { + wxLogMessage(msg); + } +} + + +void PAGE_LAYOUT_READER_PARSER::readOption( WORKSHEET_DATAITEM * aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + switch( token ) + { + case T_page1only: + aItem->SetPage1Option( 1 ); + break; + + case T_notonpage1: + aItem->SetPage1Option( -1 ); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + + +void PAGE_LAYOUT_READER_PARSER::parseGraphic( WORKSHEET_DATAITEM * aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + else + { + // If an other token than T_LEFT is read here, this is an error + // however, due to a old bug in kicad, the token T_end can be found + // without T_LEFT in a very few .wks files (perhaps only one in a demo). + // So this ugly hack disables the error detection. + if( token != T_end ) + Unexpected( CurText() ); + } + + switch( token ) + { + case T_comment: + NeedSYMBOLorNUMBER(); + aItem->m_Info = FromUTF8(); + NeedRIGHT(); + break; + + case T_option: + readOption( aItem ); + break; + + case T_name: + NeedSYMBOLorNUMBER(); + aItem->m_Name = FromUTF8(); + NeedRIGHT(); + break; + + case T_start: + parseCoordinate( aItem->m_Pos ); + break; + + case T_end: + parseCoordinate( aItem->m_End ); + break; + + case T_repeat: + aItem->m_RepeatCount = parseInt( -1, 100 ); + NeedRIGHT(); + break; + + case T_incrx: + aItem->m_IncrementVector.x = parseDouble(); + NeedRIGHT(); + break; + + case T_incry: + aItem->m_IncrementVector.y = parseDouble(); + NeedRIGHT(); + break; + + case T_linewidth: + aItem->m_LineWidth = parseDouble(); + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + + +void PAGE_LAYOUT_READER_PARSER::parseText( WORKSHEET_DATAITEM_TEXT* aItem ) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + if( token == T_LEFT ) + token = NextTok(); + + switch( token ) + { + case T_comment: + NeedSYMBOLorNUMBER(); + aItem->m_Info = FromUTF8(); + NeedRIGHT(); + break; + + case T_option: + readOption( aItem ); + break; + + case T_name: + NeedSYMBOLorNUMBER(); + aItem->m_Name = FromUTF8(); + NeedRIGHT(); + break; + + case T_pos: + parseCoordinate( aItem->m_Pos ); + break; + + case T_repeat: + aItem->m_RepeatCount = parseInt( -1, 100 ); + NeedRIGHT(); + break; + + case T_incrx: + aItem->m_IncrementVector.x = parseDouble(); + NeedRIGHT(); + break; + + case T_incry: + aItem->m_IncrementVector.y = parseDouble(); + NeedRIGHT(); + break; + + case T_incrlabel: + aItem->m_IncrementLabel = parseInt(INT_MIN, INT_MAX); + NeedRIGHT(); + break; + + case T_maxlen: + aItem->m_BoundingBoxSize.x = parseDouble(); + NeedRIGHT(); + break; + + case T_maxheight: + aItem->m_BoundingBoxSize.y = parseDouble(); + NeedRIGHT(); + break; + + case T_font: + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + switch( token ) + { + case T_LEFT: + break; + + case T_bold: + aItem->SetBold( true ); + break; + + case T_italic: + aItem->SetItalic( true ); + break; + + case T_size: + aItem->m_TextSize.x = parseDouble(); + aItem->m_TextSize.y = parseDouble(); + NeedRIGHT(); + break; + + case T_linewidth: + aItem->m_LineWidth = parseDouble(); + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } + break; + + case T_justify: + while( ( token = NextTok() ) != T_RIGHT ) + { + if( token == T_EOF) + break; + + switch( token ) + { + case T_center: + aItem->m_Hjustify = GR_TEXT_HJUSTIFY_CENTER; + aItem->m_Vjustify = GR_TEXT_VJUSTIFY_CENTER; + break; + + case T_left: + aItem->m_Hjustify = GR_TEXT_HJUSTIFY_LEFT; + break; + + case T_right: + aItem->m_Hjustify = GR_TEXT_HJUSTIFY_RIGHT; + break; + + case T_top: + aItem->m_Vjustify = GR_TEXT_VJUSTIFY_TOP; + break; + + case T_bottom: + aItem->m_Vjustify = GR_TEXT_VJUSTIFY_BOTTOM; + break; + + default: + Unexpected( CurText() ); + break; + } + } + break; + + case T_rotate: + aItem->m_Orient = parseDouble(); + NeedRIGHT(); + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + +// parse an expression like " 25 1 ltcorner)" +void PAGE_LAYOUT_READER_PARSER::parseCoordinate( POINT_COORD& aCoord) + throw( IO_ERROR, PARSE_ERROR ) +{ + T token; + + aCoord.m_Pos.x = parseDouble(); + aCoord.m_Pos.y = parseDouble(); + + while( ( token = NextTok() ) != T_RIGHT ) + { + switch( token ) + { + case T_ltcorner: + aCoord.m_Anchor = LT_CORNER; // left top corner + break; + + case T_lbcorner: + aCoord.m_Anchor = LB_CORNER; // left bottom corner + break; + + case T_rbcorner: + aCoord.m_Anchor = RB_CORNER; // right bottom corner + break; + + case T_rtcorner: + aCoord.m_Anchor = RT_CORNER; // right top corner + break; + + default: + Unexpected( CurText() ); + break; + } + } +} + +int PAGE_LAYOUT_READER_PARSER::parseInt( int aMin, int aMax ) +{ + T token = NextTok(); + + if( token != T_NUMBER ) + Expecting( T_NUMBER ); + + int val = atoi( CurText() ); + + if( val < aMin ) + val = aMin; + else if( val > aMax ) + val = aMax; + + return val; +} + + +double PAGE_LAYOUT_READER_PARSER::parseDouble() +{ + T token = NextTok(); + + if( token != T_NUMBER ) + Expecting( T_NUMBER ); + + double val = strtod( CurText(), NULL ); + + return val; +} + +// defaultPageLayout is the default page layout description +// using the S expr. +// see page_layout_default_shape.cpp +extern const char defaultPageLayout[]; + +void WORKSHEET_LAYOUT::SetDefaultLayout() +{ + ClearList(); + PAGE_LAYOUT_READER_PARSER lp_parser( defaultPageLayout, wxT( "default page" ) ); + + try + { + lp_parser.Parse( this ); + } + catch( const IO_ERROR& ioe ) + { + wxLogMessage( ioe.errorText ); + } +} + +/** + * Populates the list from a S expr description stored in a string + * @param aPageLayout = the S expr string + */ +void WORKSHEET_LAYOUT::SetPageLayout( const char* aPageLayout, bool Append ) +{ + if( ! Append ) + ClearList(); + + PAGE_LAYOUT_READER_PARSER lp_parser( aPageLayout, wxT( "Sexpr_string" ) ); + + try + { + lp_parser.Parse( this ); + } + catch( const IO_ERROR& ioe ) + { + wxLogMessage( ioe.errorText ); + } +} + +#include + +// SetLayout() try to load the aFullFileName custom layout file, +// if aFullFileName is empty, try the filename defined by the +// environment variable KICAD_WKSFILE (a *.kicad_wks filename). +// if does not exists, loads the default page layout. +void WORKSHEET_LAYOUT::SetPageLayout( const wxString& aFullFileName, bool Append ) +{ + wxString fullFileName = aFullFileName; + + if( !Append ) + { + if( fullFileName.IsEmpty() ) + wxGetEnv( wxT( "KICAD_WKSFILE" ), &fullFileName ); + + if( fullFileName.IsEmpty() || !wxFileExists( fullFileName ) ) + { + #if 0 + if( !fullFileName.IsEmpty() ) + { + wxLogMessage( wxT("Page layout file <%s> not found"), + fullFileName.GetData() ); + } + #endif + SetDefaultLayout(); + return; + } + } + + wxFile wksFile( fullFileName ); + + if( ! wksFile.IsOpened() ) + { + if( !Append ) + SetDefaultLayout(); + return; + } + + int filelen = wksFile.Length(); + char * buffer = new char[filelen+10]; + + if( wksFile.Read( buffer, filelen ) != filelen ) + wxLogMessage( _("The file <%s> was not fully read"), + fullFileName.GetData() ); + else + { + buffer[filelen]=0; + + if( ! Append ) + ClearList(); + + PAGE_LAYOUT_READER_PARSER pl_parser( buffer, fullFileName ); + + try + { + pl_parser.Parse( this ); + } + catch( const IO_ERROR& ioe ) + { + wxLogMessage( ioe.errorText ); + } + } + + delete[] buffer; +} + diff --git a/common/page_layout/page_layout_reader.keywords b/common/page_layout/page_layout_reader.keywords new file mode 100644 index 0000000..625dd59 --- /dev/null +++ b/common/page_layout/page_layout_reader.keywords @@ -0,0 +1,48 @@ +page_layout +setup +left_margin +right_margin +top_margin +bottom_margin +linewidth +textlinewidth +textsize +comment +option +page1only +notonpage1 +line +rect +polygon +bitmap +tbtext +ltcorner +lbcorner +rbcorner +rtcorner +name +pos +start +end +scale +pngdata +data +pts +xy +maxlen +maxheight +font +bold +italic +size +justify +left +center +right +top +bottom +rotate +repeat +incrx +incry +incrlabel diff --git a/common/page_layout/title_block_shapes.cpp b/common/page_layout/title_block_shapes.cpp new file mode 100644 index 0000000..c7a8385 --- /dev/null +++ b/common/page_layout/title_block_shapes.cpp @@ -0,0 +1,258 @@ +/** + * @file title_block_shapes.cpp + * @brief description of graphic items and texts to build a title block + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 Jean-Pierre Charras . + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* + * the class WORKSHEET_DATAITEM (and WORKSHEET_DATAITEM_TEXT) defines + * a basic shape of a page layout ( frame references and title block ) + * Basic shapes are line, rect and texts + * the WORKSHEET_DATAITEM coordinates units is the mm, and are relative to + * one of 4 page corners. + * + * These items cannot be drawn or plot "as this". they should be converted + * to a "draw list" (WS_DRAW_ITEM_BASE and derived items) + + * The list of these items is stored in a WORKSHEET_LAYOUT instance. + * + * When building the draw list: + * the WORKSHEET_LAYOUT is used to create a WS_DRAW_ITEM_LIST + * coordinates are converted to draw/plot coordinates. + * texts are expanded if they contain format symbols. + * Items with m_RepeatCount > 1 are created m_RepeatCount times + * + * the WORKSHEET_LAYOUT is created only once. + * the WS_DRAW_ITEM_LIST is created each time the page layout is plot/drawn + * + * the WORKSHEET_LAYOUT instance is created from a S expression which + * describes the page layout (can be the default page layout or a custom file). + */ + +#include +#include +#include +#include +#include +#include +#include + + +void WS_DRAW_ITEM_LIST::BuildWorkSheetGraphicList( + const PAGE_INFO& aPageInfo, + const TITLE_BLOCK& aTitleBlock, + EDA_COLOR_T aColor, EDA_COLOR_T aAltColor ) +{ + WORKSHEET_LAYOUT& pglayout = WORKSHEET_LAYOUT::GetTheInstance(); + + #define milsTomm (25.4/1000) + + m_titleBlock = &aTitleBlock; + m_paperFormat = &aPageInfo.GetType(); + + wxPoint LTmargin( Mm2mils( pglayout.GetLeftMargin() ), + Mm2mils( pglayout.GetTopMargin() ) ); + wxPoint RBmargin( Mm2mils( pglayout.GetRightMargin() ), + Mm2mils( pglayout.GetBottomMargin() ) ); + + SetMargins( LTmargin, RBmargin ); + SetPageSize( aPageInfo.GetSizeMils() ); + + // Build the basic layout shape, if the layout list is empty + if( pglayout.GetCount() == 0 && !pglayout.VoidListAllowed() ) + pglayout.SetPageLayout(); + + WORKSHEET_DATAITEM::m_WSunits2Iu = m_milsToIu / milsTomm; + WORKSHEET_DATAITEM::m_Color = aColor; // the default color to draw items + WORKSHEET_DATAITEM::m_AltColor = aAltColor; // an alternate color to draw items + + // Left top corner position + DPOINT lt_corner; + lt_corner.x = pglayout.GetLeftMargin(); + lt_corner.y = pglayout.GetTopMargin(); + WORKSHEET_DATAITEM::m_LT_Corner = lt_corner; + + // Right bottom corner position + DPOINT rb_corner; + rb_corner.x = (m_pageSize.x*milsTomm) - pglayout.GetRightMargin(); + rb_corner.y = (m_pageSize.y*milsTomm) - pglayout.GetBottomMargin(); + WORKSHEET_DATAITEM::m_RB_Corner = rb_corner; + + WS_DRAW_ITEM_TEXT* gtext; + int pensize; + + for( unsigned ii = 0; ; ii++ ) + { + WORKSHEET_DATAITEM* wsItem = pglayout.GetItem( ii ); + + if( wsItem == NULL ) + break; + + // Generate it only if the page option allows this + if( wsItem->GetPage1Option() < 0 // Not on page 1 + && m_sheetNumber <= 1 ) + continue; + + if( wsItem->GetPage1Option() > 0 // Only on page 1 + && m_sheetNumber > 1 ) + continue; + + EDA_COLOR_T color = wsItem->GetItemColor(); + + pensize = wsItem->GetPenSizeUi(); + + switch( wsItem->GetType() ) + { + case WORKSHEET_DATAITEM::WS_TEXT: + { + WORKSHEET_DATAITEM_TEXT * wsText = (WORKSHEET_DATAITEM_TEXT*)wsItem; + bool multilines = false; + + if( wsText->m_SpecialMode ) + wsText->m_FullText = wsText->m_TextBase; + else + { + wsText->m_FullText = BuildFullText( wsText->m_TextBase ); + multilines = wsText->ReplaceAntiSlashSequence(); + } + + if( wsText->m_FullText.IsEmpty() ) + break; + + if( pensize == 0 ) + pensize = m_penSize; + + wsText->SetConstrainedTextSize(); + wxSize textsize; + + textsize.x = KiROUND( wsText->m_ConstrainedTextSize.x + * WORKSHEET_DATAITEM::m_WSunits2Iu ); + textsize.y = KiROUND( wsText->m_ConstrainedTextSize.y + * WORKSHEET_DATAITEM::m_WSunits2Iu ); + + if( wsText->IsBold()) + pensize = GetPenSizeForBold( std::min( textsize.x, textsize.y ) ); + + for( int jj = 0; jj < wsText->m_RepeatCount; jj++) + { + if( jj && ! wsText->IsInsidePage( jj ) ) + continue; + + Append( gtext = new WS_DRAW_ITEM_TEXT( wsText, wsText->m_FullText, + wsText->GetStartPosUi( jj ), + textsize, + pensize, color, + wsText->IsItalic(), + wsText->IsBold() ) ); + gtext->SetMultilineAllowed( multilines ); + wsText->TransfertSetupToGraphicText( gtext ); + + // Increment label for the next text + // (has no meaning for multiline texts) + if( wsText->m_RepeatCount > 1 && !multilines ) + wsText->IncrementLabel( (jj+1)*wsText->m_IncrementLabel); + } + } + break; + + case WORKSHEET_DATAITEM::WS_SEGMENT: + if( pensize == 0 ) + pensize = m_penSize; + + for( int jj = 0; jj < wsItem->m_RepeatCount; jj++ ) + { + if( jj && ! wsItem->IsInsidePage( jj ) ) + continue; + Append( new WS_DRAW_ITEM_LINE( wsItem, wsItem->GetStartPosUi( jj ), + wsItem->GetEndPosUi( jj ), + pensize, color ) ); + } + break; + + case WORKSHEET_DATAITEM::WS_RECT: + if( pensize == 0 ) + pensize = m_penSize; + + for( int jj = 0; jj < wsItem->m_RepeatCount; jj++ ) + { + if( jj && ! wsItem->IsInsidePage( jj ) ) + break; + + Append( new WS_DRAW_ITEM_RECT( wsItem, wsItem->GetStartPosUi( jj ), + wsItem->GetEndPosUi( jj ), + pensize, color ) ); + } + break; + + case WORKSHEET_DATAITEM::WS_POLYPOLYGON: + { + WORKSHEET_DATAITEM_POLYPOLYGON * wspoly = + (WORKSHEET_DATAITEM_POLYPOLYGON*) wsItem; + for( int jj = 0; jj < wsItem->m_RepeatCount; jj++ ) + { + if( jj && ! wsItem->IsInsidePage( jj ) ) + continue; + + for( int kk = 0; kk < wspoly->GetPolyCount(); kk++ ) + { + const bool fill = true; + WS_DRAW_ITEM_POLYGON* poly = new WS_DRAW_ITEM_POLYGON( wspoly, + wspoly->GetStartPosUi( jj ), + fill, pensize, color ); + Append( poly ); + + // Create polygon outline + unsigned ist = wspoly->GetPolyIndexStart( kk ); + unsigned iend = wspoly->GetPolyIndexEnd( kk ); + while( ist <= iend ) + poly->m_Corners.push_back( + wspoly->GetCornerPositionUi( ist++, jj ) ); + + } + } + } + break; + + case WORKSHEET_DATAITEM::WS_BITMAP: + + ((WORKSHEET_DATAITEM_BITMAP*)wsItem)->SetPixelScaleFactor(); + + for( int jj = 0; jj < wsItem->m_RepeatCount; jj++ ) + { + if( jj && ! wsItem->IsInsidePage( jj ) ) + continue; + + Append( new WS_DRAW_ITEM_BITMAP( wsItem, + wsItem->GetStartPosUi( jj ) ) ); + } + break; + + } + } +} + diff --git a/common/painter.cpp b/common/painter.cpp new file mode 100644 index 0000000..0d6b1f0 --- /dev/null +++ b/common/painter.cpp @@ -0,0 +1,76 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +using namespace KIGFX; + +RENDER_SETTINGS::RENDER_SETTINGS() +{ + // Set the default initial values + m_highlightFactor = 0.5; + m_selectFactor = 0.5; + m_layerOpacity = 0.8; + m_highlightEnabled = false; + m_hiContrastEnabled = false; + m_hiContrastFactor = 0.2; + m_highlightNetcode = -1; + m_outlineWidth = 1; + m_worksheetLineWidth = 100000; + + // Store the predefined colors used in KiCad in format used by GAL + for( int i = 0; i < NBCOLORS; i++ ) + { + m_legacyColorMap[g_ColorRefs[i].m_Numcolor] = COLOR4D( (double) g_ColorRefs[i].m_Red / 255.0, + (double) g_ColorRefs[i].m_Green / 255.0, + (double) g_ColorRefs[i].m_Blue / 255.0, + m_layerOpacity ); + } +} + + +RENDER_SETTINGS::~RENDER_SETTINGS() +{ +} + + +void RENDER_SETTINGS::update() +{ + m_hiContrastColor = COLOR4D( m_hiContrastFactor, m_hiContrastFactor, m_hiContrastFactor, + m_layerOpacity ); +} + + +PAINTER::PAINTER( GAL* aGal ) : + m_gal( aGal ), m_brightenedColor( 0.0, 1.0, 0.0, 0.9 ) +{ +} + + +PAINTER::~PAINTER() +{ +} diff --git a/common/pcb.keywords b/common/pcb.keywords new file mode 100644 index 0000000..0126f56 --- /dev/null +++ b/common/pcb.keywords @@ -0,0 +1,207 @@ +# +# This program source code file is part of KiCad, a free EDA CAD application. +# +# Copyright (C) 2012 CERN. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, you may find one here: +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# or you may search the http://www.gnu.org website for the version 2 license, +# or you may write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# + +# These are the keywords for the Pcbnew s-expression file format. + +add_net +allowed +angle +arc +arc_segments +area +arrow1a +arrow1b +arrow2a +arrow2b +at +attr +autoplace_cost90 +autoplace_cost180 +aux_axis_origin +blind +blind_buried_vias_allowed +bold +bottom +center +chamfer +circle +clearance +comment +company +connect +connect_pads +copperpour +crossbar +date +descr +die_length +dimension +drawings +drill +edge +edge_width +effects +end +feature1 +feature2 +fill +fill_segments +filled_polygon +fillet +font +fp_arc +fp_circle +fp_curve +fp_line +fp_poly +fp_text +full +general +grid_origin +gr_arc +gr_circle +gr_curve +gr_line +gr_poly +gr_text +hatch +hide +italic +justify +keepout +kicad_pcb +last_trace_width +layer +layers +left +links +locked +micro +min_thickness +mirror +mod_edge_width +mod_text_size +mod_text_width +mode +model +module +net +net_class +net_name +nets +no +no_connects +none +not_allowed +np_thru_hole +offset +oval +pad +pads +pad_drill +pad_size +pad_to_mask_clearance +solder_mask_min_width +pad_to_paste_clearance +pad_to_paste_clearance_ratio +page +path +pcb_text_size +pcb_text_width +pcbplotparams +placed +plus +polygon +portrait +priority +pts +radius +rev +rect +rect_delta +reference +right +rotate +scale +segment +segment_width +setup +size +smd +smoothing +solder_mask_margin +solder_paste_margin +solder_paste_margin_ratio +solder_paste_ratio +start +status +tags +target +title +title_block +tedit +thermal_width +thermal_gap +thermal_bridge_width +thickness +top +trace_width +tracks +trace_min +trace_clearance +trapezoid +thru +thru_hole +thru_hole_only +tstamp +user +user_trace_width +user_via +uvia_dia +uvia_drill +uvia_min_drill +uvia_min_size +uvia_size +uvias_allowed +value +version +via +vias +via_dia +via_drill +via_min_drill +via_min_size +via_size +virtual +visible_elements +width +x +xy +xyz +yes +zone +zone_45_only +zone_clearance +zone_connect +zone_type +zones diff --git a/common/pcb_plot_params.keywords b/common/pcb_plot_params.keywords new file mode 100644 index 0000000..c64f70b --- /dev/null +++ b/common/pcb_plot_params.keywords @@ -0,0 +1,30 @@ +drillshape +excludeedgelayer +false +gerberprecision +hpglpendiameter +hpglpennumber +hpglpenoverlay +hpglpenspeed +layerselection +linewidth +mirror +mode +outputdirectory +outputformat +padsonsilk +pcbplotparams +plotframeref +plotinvisibletext +plotreference +plotvalue +psa4output +pscolor +psnegative +scaleselection +subtractmaskfromsilk +true +useauxorigin +usegerberextensions +viasonmask +usegerberattributes diff --git a/common/pcbcommon.cpp b/common/pcbcommon.cpp new file mode 100644 index 0000000..6147641 --- /dev/null +++ b/common/pcbcommon.cpp @@ -0,0 +1,74 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2008 Wayne Stambaugh + * Copyright (C) 1992-2008 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* + * This file contains some functions used in the PCB + * applications Pcbnew and CvPcb. + */ + +#include +#include +#include + +#include +#include +#include <3d_viewer.h> + + +wxString LayerMaskDescribe( const BOARD *aBoard, LSET aMask ) +{ + // Try the single or no- layer case (easy) + LAYER_ID layer = aMask.ExtractLayer(); + + switch( (int) layer ) + { + case UNSELECTED_LAYER: + return _( "No layers" ); + + case UNDEFINED_LAYER: + break; + + default: + return aBoard->GetLayerName( layer ); + } + + // Try to be smart and useful, starting with outer copper + // (which are more important than internal ones) + wxString layerInfo; + + if( aMask[F_Cu] ) + AccumulateDescription( layerInfo, aBoard->GetLayerName( F_Cu ) ); + + if( aMask[B_Cu] ) + AccumulateDescription( layerInfo, aBoard->GetLayerName( B_Cu ) ); + + if( ( aMask & LSET::InternalCuMask() ).any() ) + AccumulateDescription( layerInfo, _("Internal" ) ); + + if( ( aMask & LSET::AllNonCuMask() ).any() ) + AccumulateDescription( layerInfo, _("Non-copper" ) ); + + return layerInfo; +} + diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp new file mode 100644 index 0000000..0728633 --- /dev/null +++ b/common/pgm_base.cpp @@ -0,0 +1,883 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004-2015 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2008-2015 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file pgm_base.cpp + * + * @brief For the main application: init functions, and language selection + * (locale handling) + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +#define KICAD_COMMON wxT( "kicad_common" ) + +// some key strings used to store parameters in KICAD_COMMON + +const wxChar PGM_BASE::workingDirKey[] = wxT( "WorkingDir" ); // public + +static const wxChar languageCfgKey[] = wxT( "LanguageID" ); +static const wxChar pathEnvVariables[] = wxT( "EnvironmentVariables" ); +static const wxChar showEnvVarWarningDialog[] = wxT( "ShowEnvVarWarningDialog" ); +static const wxChar traceEnvVars[] = wxT( "KIENVVARS" ); + + +/** + * A small class to handle the list of existing translations. + * The locale translation is automatic. + * The selection of languages is mainly for maintainer's convenience + * To add a support to a new translation: + * create a new icon (flag of the country) (see Lang_Fr.xpm as an example) + * add a new item to s_Languages[]. + */ +struct LANGUAGE_DESCR +{ + /// wxWidgets locale identifier (See wxWidgets doc) + int m_WX_Lang_Identifier; + + /// KiCad identifier used in menu selection (See id.h) + int m_KI_Lang_Identifier; + + /// The menu language icons + BITMAP_DEF m_Lang_Icon; + + /// Labels used in menus + wxString m_Lang_Label; + + /// Set to true if the m_Lang_Label must not be translated + bool m_DoNotTranslate; +}; + + +/** + * Variable s_Languages + * Note: because this list is not created on the fly, wxTranslation + * must be called when a language name must be displayed after translation. + * Do not change this behavior, because m_Lang_Label is also used as key in config + */ +static LANGUAGE_DESCR s_Languages[] = +{ + // Default language + { + wxLANGUAGE_DEFAULT, + ID_LANGUAGE_DEFAULT, + lang_def_xpm, + _( "Default" ) + }, + + // English language + { + wxLANGUAGE_ENGLISH, + ID_LANGUAGE_ENGLISH, + lang_en_xpm, + wxT( "English" ), + true + }, + + // French language + { + wxLANGUAGE_FRENCH, + ID_LANGUAGE_FRENCH, + lang_fr_xpm, + _( "French" ) + }, + + // Finnish language + { + wxLANGUAGE_FINNISH, + ID_LANGUAGE_FINNISH, + lang_fi_xpm, + _( "Finnish" ) + }, + + // Spanish language + { + wxLANGUAGE_SPANISH, + ID_LANGUAGE_SPANISH, + lang_es_xpm, + _( "Spanish" ) + }, + + // Portuguese language + { + wxLANGUAGE_PORTUGUESE, + ID_LANGUAGE_PORTUGUESE, + lang_pt_xpm, + _( "Portuguese" ) + }, + + // Italian language + { + wxLANGUAGE_ITALIAN, + ID_LANGUAGE_ITALIAN, + lang_it_xpm, + _( "Italian" ) + }, + + // German language + { + wxLANGUAGE_GERMAN, + ID_LANGUAGE_GERMAN, + lang_de_xpm, + _( "German" ) + }, + + // Greek language + { + wxLANGUAGE_GREEK, + ID_LANGUAGE_GREEK, + lang_gr_xpm, + _( "Greek" ) + }, + + // Slovenian language + { + wxLANGUAGE_SLOVENIAN, + ID_LANGUAGE_SLOVENIAN, + lang_sl_xpm, + _( "Slovenian" ) + }, + + // Hungarian language + { + wxLANGUAGE_HUNGARIAN, + ID_LANGUAGE_HUNGARIAN, + lang_hu_xpm, + _( "Hungarian" ) + }, + + // Polish language + { + wxLANGUAGE_POLISH, + ID_LANGUAGE_POLISH, + lang_pl_xpm, + _( "Polish" ) + }, + + // Czech language + { + wxLANGUAGE_CZECH, + ID_LANGUAGE_CZECH, + lang_cs_xpm, + _( "Czech" ) + }, + + // Russian language + { + wxLANGUAGE_RUSSIAN, + ID_LANGUAGE_RUSSIAN, + lang_ru_xpm, + _( "Russian" ) + }, + + // Korean language + { + wxLANGUAGE_KOREAN, + ID_LANGUAGE_KOREAN, + lang_ko_xpm, + _( "Korean" ) + }, + + // Chinese simplified + { + wxLANGUAGE_CHINESE_SIMPLIFIED, + ID_LANGUAGE_CHINESE_SIMPLIFIED, + lang_chinese_xpm, + _( "Chinese simplified" ) + }, + + // Catalan language + { + wxLANGUAGE_CATALAN, + ID_LANGUAGE_CATALAN, + lang_catalan_xpm, + _( "Catalan" ) + }, + + // Dutch language + { + wxLANGUAGE_DUTCH, + ID_LANGUAGE_DUTCH, + lang_nl_xpm, + _( "Dutch" ) + }, + + // Japanese language + { + wxLANGUAGE_JAPANESE, + ID_LANGUAGE_JAPANESE, + lang_jp_xpm, + _( "Japanese" ) + }, + + // Bulgarian language + { + wxLANGUAGE_BULGARIAN, + ID_LANGUAGE_BULGARIAN, + lang_bg_xpm, + _( "Bulgarian" ) + } +}; + + +PGM_BASE::PGM_BASE() +{ + m_pgm_checker = NULL; + m_locale = NULL; + m_common_settings = NULL; + + m_wx_app = NULL; + m_show_env_var_dialog = true; + + setLanguageId( wxLANGUAGE_DEFAULT ); + + ForceSystemPdfBrowser( false ); +} + + +PGM_BASE::~PGM_BASE() +{ + destroy(); +} + + +void PGM_BASE::destroy() +{ + // unlike a normal destructor, this is designed to be called more than once safely: + + delete m_common_settings; + m_common_settings = 0; + + delete m_pgm_checker; + m_pgm_checker = 0; + + delete m_locale; + m_locale = 0; +} + + +void PGM_BASE::SetEditorName( const wxString& aFileName ) +{ + m_editor_name = aFileName; + wxASSERT( m_common_settings ); + m_common_settings->Write( wxT( "Editor" ), aFileName ); +} + + +const wxString& PGM_BASE::GetEditorName( bool aCanShowFileChooser ) +{ + wxString editorname = m_editor_name; + + if( !editorname ) + { + if( !wxGetEnv( wxT( "EDITOR" ), &editorname ) ) + { + // If there is no EDITOR variable set, try the desktop default +#ifdef __WXMAC__ + editorname = "/usr/bin/open"; +#elif __WXX11__ + editorname = "/usr/bin/xdg-open"; +#endif + } + } + + // If we still don't have an editor name show a dialog asking the user to select one + if( !editorname && aCanShowFileChooser ) + { + DisplayInfoMessage( NULL, + _( "No default editor found, you must choose it" ) ); + + editorname = AskUserForPreferredEditor(); + } + + // If we finally have a new editor name request it to be copied to m_editor_name and + // saved to the preferences file. + if( !editorname.IsEmpty() ) + SetEditorName( editorname ); + + // m_editor_name already has the same value that editorname, or empty if no editor was + // found/chosen. + return m_editor_name; +} + + +const wxString PGM_BASE::AskUserForPreferredEditor( const wxString& aDefaultEditor ) +{ + // Create a mask representing the executable files in the current platform +#ifdef __WINDOWS__ + wxString mask( _( "Executable file (*.exe)|*.exe" ) ); +#else + wxString mask( _( "Executable file (*)|*" ) ); +#endif + + // Extract the path, name and extension from the default editor (even if the editor's + // name was empty, this method will succeed and return empty strings). + wxString path, name, ext; + wxFileName::SplitPath( aDefaultEditor, &path, &name, &ext ); + + // Show the modal editor and return the file chosen (may be empty if the user cancels + // the dialog). + return EDA_FILE_SELECTOR( _( "Select Preferred Editor" ), path, + name, ext, mask, + NULL, wxFD_OPEN | wxFD_FILE_MUST_EXIST, + true ); +} + + +bool PGM_BASE::initPgm() +{ + wxFileName pgm_name( App().argv[0] ); + + wxConfigBase::DontCreateOnDemand(); + + wxInitAllImageHandlers(); + + m_pgm_checker = new wxSingleInstanceChecker( pgm_name.GetName().Lower() + wxT( "-" ) + + wxGetUserId(), GetKicadLockFilePath() ); + + if( m_pgm_checker->IsAnotherRunning() ) + { + wxString quiz = wxString::Format( + _( "%s is already running, Continue?" ), + GetChars( pgm_name.GetName() ) + ); + + if( !IsOK( NULL, quiz ) ) + return false; + } + + // Init KiCad environment + // the environment variable KICAD (if exists) gives the kicad path: + // something like set KICAD=d:\kicad + bool isDefined = wxGetEnv( wxT( "KICAD" ), &m_kicad_env ); + + if( isDefined ) // ensure m_kicad_env ends by "/" + { + m_kicad_env.Replace( WIN_STRING_DIR_SEP, UNIX_STRING_DIR_SEP ); + + if( !m_kicad_env.IsEmpty() && m_kicad_env.Last() != '/' ) + m_kicad_env += UNIX_STRING_DIR_SEP; + } + + // Init parameters for configuration + App().SetVendorName( wxT( "KiCad" ) ); + App().SetAppName( pgm_name.GetName().Lower() ); + + // Install some image handlers, mainly for help + if( wxImage::FindHandler( wxBITMAP_TYPE_PNG ) == NULL ) + wxImage::AddHandler( new wxPNGHandler ); + + if( wxImage::FindHandler( wxBITMAP_TYPE_GIF ) == NULL ) + wxImage::AddHandler( new wxGIFHandler ); + + if( wxImage::FindHandler( wxBITMAP_TYPE_JPEG ) == NULL ) + wxImage::AddHandler( new wxJPEGHandler ); + + wxFileSystem::AddHandler( new wxZipFSHandler ); + + // Analyze the command line & initialize the binary path + setExecutablePath(); + + SetLanguagePath(); + + // OS specific instantiation of wxConfigBase derivative: + m_common_settings = GetNewConfig( KICAD_COMMON ); + + // Only define the default environment variable if they haven't been set in the + // .kicad_common configuration file. + if( m_common_settings && !m_common_settings->HasGroup( pathEnvVariables ) ) + { + wxString envVarName = wxT( "KIGITHUB" ); + ENV_VAR_ITEM envVarItem; + wxString envValue; + wxFileName tmpFileName; + + envVarItem.SetValue( wxString( wxT( "https://github.com/KiCad" ) ) ); + envVarItem.SetDefinedExternally( wxGetEnv( envVarName, NULL ) ); + m_local_env_vars[ envVarName ] = envVarItem; + + wxFileName baseSharePath; + baseSharePath.AssignDir( wxString( wxT( DEFAULT_INSTALL_PATH ) ) ); + +#if !defined( __WXMAC__ ) + baseSharePath.AppendDir( wxT( "share" ) ); + baseSharePath.AppendDir( wxT( "kicad" ) ); +#endif + + // KISYSMOD + envVarName = wxT( "KISYSMOD" ); + if( wxGetEnv( envVarName, &envValue ) == true && !envValue.IsEmpty() ) + { + tmpFileName.AssignDir( envValue ); + envVarItem.SetDefinedExternally( true ); + } + else + { + tmpFileName = baseSharePath; + tmpFileName.AppendDir( wxT( "modules" ) ); + envVarItem.SetDefinedExternally( false ); + } + envVarItem.SetValue( tmpFileName.GetFullPath() ); + m_local_env_vars[ envVarName ] = envVarItem; + + // KISYS3DMOD + envVarName = wxT( "KISYS3DMOD" ); + if( wxGetEnv( envVarName, &envValue ) == true && !envValue.IsEmpty() ) + { + tmpFileName.AssignDir( envValue ); + envVarItem.SetDefinedExternally( true ); + } + else + { + tmpFileName.AppendDir( wxT( "packages3d" ) ); + envVarItem.SetDefinedExternally( false ); + } + envVarItem.SetValue( tmpFileName.GetFullPath() ); + m_local_env_vars[ envVarName ] = envVarItem; + + // KICAD_PTEMPLATES + envVarName = wxT( "KICAD_PTEMPLATES" ); + if( wxGetEnv( envVarName, &envValue ) == true && !envValue.IsEmpty() ) + { + tmpFileName.AssignDir( envValue ); + envVarItem.SetDefinedExternally( true ); + } + else + { + tmpFileName = baseSharePath; + tmpFileName.AppendDir( wxT( "template" ) ); + envVarItem.SetDefinedExternally( false ); + } + envVarItem.SetValue( tmpFileName.GetFullPath() ); + m_local_env_vars[ envVarName ] = envVarItem; + } + + ReadPdfBrowserInfos(); // needs m_common_settings + + // Init user language *before* calling loadCommonSettings, because + // env vars could be incorrectly initialized on Linux + // (if the value contains some non ASCII7 chars, the env var is not initialized) + SetLanguage( true ); + + loadCommonSettings(); + +#ifdef __WXMAC__ + // Always show filters on Open dialog to be able to choose plugin + wxSystemOptions::SetOption( wxOSX_FILEDIALOG_ALWAYS_SHOW_TYPES, 1 ); +#endif + + return true; +} + + +bool PGM_BASE::setExecutablePath() +{ + m_bin_dir = wxStandardPaths::Get().GetExecutablePath(); + +#ifdef __WXMAC__ + // On OSX Pgm().GetExecutablePath() will always point to main + // bundle directory, e.g., /Applications/kicad.app/ + + wxFileName fn( m_bin_dir ); + + if( fn.GetName() == wxT( "kicad" ) ) + { + // kicad launcher, so just remove the Contents/MacOS part + fn.RemoveLastDir(); + fn.RemoveLastDir(); + } + else + { + // standalone binaries live in Contents/Applications/.app/Contents/MacOS + fn.RemoveLastDir(); + fn.RemoveLastDir(); + fn.RemoveLastDir(); + fn.RemoveLastDir(); + fn.RemoveLastDir(); + } + + m_bin_dir = fn.GetPath() + wxT( "/" ); +#else + // Use unix notation for paths. I am not sure this is a good idea, + // but it simplifies compatibility between Windows and Unices. + // However it is a potential problem in path handling under Windows. + m_bin_dir.Replace( WIN_STRING_DIR_SEP, UNIX_STRING_DIR_SEP ); + + // Remove file name form command line: + while( m_bin_dir.Last() != '/' && !m_bin_dir.IsEmpty() ) + m_bin_dir.RemoveLast(); +#endif + + return true; +} + + +void PGM_BASE::loadCommonSettings() +{ + wxASSERT( m_common_settings ); + + m_help_size.x = 500; + m_help_size.y = 400; + + m_common_settings->Read( showEnvVarWarningDialog, &m_show_env_var_dialog ); + + m_editor_name = m_common_settings->Read( wxT( "Editor" ) ); + + wxString entry, oldPath; + wxArrayString entries; + long index = 0L; + + oldPath = m_common_settings->GetPath(); + m_common_settings->SetPath( pathEnvVariables ); + + while( m_common_settings->GetNextEntry( entry, index ) ) + { + wxLogTrace( traceEnvVars, + wxT( "Enumerating over entry %s, %ld." ), GetChars( entry ), index ); + entries.Add( entry ); + } + + for( unsigned i = 0; i < entries.GetCount(); i++ ) + { + wxString val = m_common_settings->Read( entries[i], wxEmptyString ); + m_local_env_vars[ entries[i] ] = ENV_VAR_ITEM( val, wxGetEnv( entries[i], NULL ) ); + } + + for( ENV_VAR_MAP_ITER it = m_local_env_vars.begin(); it != m_local_env_vars.end(); ++it ) + SetLocalEnvVariable( it->first, it->second.GetValue() ); + + m_common_settings->SetPath( oldPath ); +} + + +void PGM_BASE::saveCommonSettings() +{ + // m_common_settings is not initialized until fairly late in the + // process startup: initPgm(), so test before using: + if( m_common_settings ) + { + wxString cur_dir = wxGetCwd(); + + m_common_settings->Write( workingDirKey, cur_dir ); + m_common_settings->Write( showEnvVarWarningDialog, m_show_env_var_dialog ); + + // Save the local environment variables. + m_common_settings->SetPath( pathEnvVariables ); + + for( ENV_VAR_MAP_ITER it = m_local_env_vars.begin(); it != m_local_env_vars.end(); ++it ) + { + wxLogTrace( traceEnvVars, wxT( "Saving environment variable config entry %s as %s" ), + GetChars( it->first ), GetChars( it->second.GetValue() ) ); + m_common_settings->Write( it->first, it->second.GetValue() ); + } + + m_common_settings->SetPath( wxT( ".." ) ); + } +} + + +bool PGM_BASE::SetLanguage( bool first_time ) +{ + bool retv = true; + + if( first_time ) + { + setLanguageId( wxLANGUAGE_DEFAULT ); + // First time SetLanguage is called, the user selected language id is set + // from commun user config settings + wxString languageSel; + + m_common_settings->Read( languageCfgKey, &languageSel ); + + // Search for the current selection + for( unsigned ii = 0; ii < DIM( s_Languages ); ii++ ) + { + if( s_Languages[ii].m_Lang_Label == languageSel ) + { + setLanguageId( s_Languages[ii].m_WX_Lang_Identifier ); + break; + } + } + } + + // dictionary file name without extend (full name is kicad.mo) + wxString dictionaryName( wxT( "kicad" ) ); + + delete m_locale; + m_locale = new wxLocale; + + if( !m_locale->Init( m_language_id ) ) + { + wxLogDebug( wxT( "This language is not supported by the system." ) ); + + setLanguageId( wxLANGUAGE_DEFAULT ); + delete m_locale; + + m_locale = new wxLocale; + m_locale->Init(); + retv = false; + } + else if( !first_time ) + { + wxLogDebug( wxT( "Search for dictionary %s.mo in %s" ), + GetChars( dictionaryName ), GetChars( m_locale->GetName() ) ); + } + + if( !first_time ) + { + // If we are here, the user has selected an other language. + // Therefore the new prefered language name is stored in common config. + // Do NOT store the wxWidgets language Id, it can change between wxWidgets + // versions, for a given language + wxString languageSel; + + // Search for the current selection + for( unsigned ii = 0; ii < DIM( s_Languages ); ii++ ) + { + if( s_Languages[ii].m_WX_Lang_Identifier == m_language_id ) + { + languageSel = s_Languages[ii].m_Lang_Label; + break; + } + } + + m_common_settings->Write( languageCfgKey, languageSel ); + } + + // Test if floating point notation is working (bug in cross compilation, using wine) + // Make a conversion double <=> string + double dtst = 0.5; + wxString msg; + + msg << dtst; + double result; + msg.ToDouble( &result ); + + if( result != dtst ) + // string to double encode/decode does not work! Bug detected: + // Disable floating point localization: + setlocale( LC_ALL, "C" ); + + if( !m_locale->IsLoaded( dictionaryName ) ) + m_locale->AddCatalog( dictionaryName ); + + if( !retv ) + return retv; + + return m_locale->IsOk(); +} + + +void PGM_BASE::SetLanguageIdentifier( int menu_id ) +{ + wxLogDebug( wxT( "Select language ID %d from %d possible languages." ), + menu_id, DIM( s_Languages ) ); + + for( unsigned ii = 0; ii < DIM( s_Languages ); ii++ ) + { + if( menu_id == s_Languages[ii].m_KI_Lang_Identifier ) + { + setLanguageId( s_Languages[ii].m_WX_Lang_Identifier ); + break; + } + } +} + + +void PGM_BASE::SetLanguagePath() +{ + SEARCH_STACK guesses; + + SystemDirsAppend( &guesses ); + + // Add our internat dir to the wxLocale catalog of paths + for( unsigned i = 0; i < guesses.GetCount(); i++ ) + { + wxFileName fn( guesses[i], wxEmptyString ); + + // Append path for Windows and unix KiCad package install + fn.AppendDir( wxT( "share" ) ); + fn.AppendDir( wxT( "internat" ) ); + + if( fn.IsDirReadable() ) + { + wxLogDebug( wxT( "Adding locale lookup path: " ) + fn.GetPath() ); + wxLocale::AddCatalogLookupPathPrefix( fn.GetPath() ); + } + + // Append path for unix standard install + fn.RemoveLastDir(); + fn.AppendDir( wxT( "kicad" ) ); + fn.AppendDir( wxT( "internat" ) ); + + if( fn.IsDirReadable() ) + { + wxLogDebug( wxT( "Adding locale lookup path: " ) + fn.GetPath() ); + wxLocale::AddCatalogLookupPathPrefix( fn.GetPath() ); + } + } +} + + +void PGM_BASE::AddMenuLanguageList( wxMenu* MasterMenu ) +{ + wxMenu* menu = NULL; + wxMenuItem* item = MasterMenu->FindItem( ID_LANGUAGE_CHOICE ); + + if( item ) // This menu exists, do nothing + return; + + menu = new wxMenu; + + for( unsigned ii = 0; ii < DIM( s_Languages ); ii++ ) + { + wxString label; + + if( s_Languages[ii].m_DoNotTranslate ) + label = s_Languages[ii].m_Lang_Label; + else + label = wxGetTranslation( s_Languages[ii].m_Lang_Label ); + + AddMenuItem( menu, s_Languages[ii].m_KI_Lang_Identifier, + label, KiBitmap(s_Languages[ii].m_Lang_Icon ), + wxITEM_CHECK ); + } + + AddMenuItem( MasterMenu, menu, + ID_LANGUAGE_CHOICE, + _( "Language" ), + _( "Select application language (only for testing!)" ), + KiBitmap( language_xpm ) ); + + // Set Check mark on current selected language + for( unsigned ii = 0; ii < DIM( s_Languages ); ii++ ) + { + if( m_language_id == s_Languages[ii].m_WX_Lang_Identifier ) + menu->Check( s_Languages[ii].m_KI_Lang_Identifier, true ); + else + menu->Check( s_Languages[ii].m_KI_Lang_Identifier, false ); + } +} + + +bool PGM_BASE::SetLocalEnvVariable( const wxString& aName, const wxString& aValue ) +{ + wxString env; + + // Check to see if the environment variable is already set. + if( wxGetEnv( aName, &env ) ) + { + wxLogTrace( traceEnvVars, wxT( "Environment variable %s already set to %s." ), + GetChars( aName ), GetChars( env ) ); + return env == aValue; + } + + wxLogTrace( traceEnvVars, wxT( "Setting local environment variable %s to %s." ), + GetChars( aName ), GetChars( aValue ) ); + + return wxSetEnv( aName, aValue ); +} + + +void PGM_BASE::SetLocalEnvVariables( const ENV_VAR_MAP& aEnvVarMap ) +{ + m_local_env_vars.clear(); + m_local_env_vars = aEnvVarMap; + + if( m_common_settings ) + m_common_settings->DeleteGroup( pathEnvVariables ); + + saveCommonSettings(); + + // Overwrites externally defined environment variable until the next time the application + // is run. + for( ENV_VAR_MAP_ITER it = m_local_env_vars.begin(); it != m_local_env_vars.end(); ++it ) + { + wxLogTrace( traceEnvVars, wxT( "Setting local environment variable %s to %s." ), + GetChars( it->first ), GetChars( it->second.GetValue() ) ); + wxSetEnv( it->first, it->second.GetValue() ); + } +} + + +void PGM_BASE::ConfigurePaths( wxWindow* aParent ) +{ + DIALOG_ENV_VAR_CONFIG dlg( aParent, GetLocalEnvVariables() ); + + if( dlg.ShowModal() == wxID_CANCEL ) + return; + + ENV_VAR_MAP envVarMap = dlg.GetEnvVarMap(); + + for( ENV_VAR_MAP_ITER it = envVarMap.begin(); it != envVarMap.end(); ++it ) + { + wxLogTrace( traceEnvVars, wxT( "Environment variable %s=%s defined externally = %d" ), + GetChars( it->first ), GetChars( it->second.GetValue() ), + it->second.GetDefinedExternally() ); + } + + // If any of the environment variables are defined externally, warn the user that the + // next time kicad is run that the externally defined variables will be used instead of + // the user's settings. This is by design. + if( dlg.ExternalDefsChanged() && m_show_env_var_dialog ) + { + wxString msg1 = _( "Warning! Some of paths you have configured have been defined \n" + "externally to the running process and will be temporarily overwritten." ); + wxString msg2 = _( "The next time KiCad is launched, any paths that have already\n" + "been defined are honored and any settings defined in the path\n" + "configuration dialog are ignored. If you did not intend for this\n" + "behavior, either rename any conflicting entries or remove the\n" + "external environment variable definition(s) from your system." ); + wxRichMessageDialog dlg( aParent, msg1, _( "Warning" ), wxOK | wxCENTRE ); + dlg.ShowDetailedText( msg2 ); + dlg.ShowCheckBox( _( "Do not show this message again." ) ); + dlg.ShowModal(); + m_show_env_var_dialog = !dlg.IsCheckBoxChecked(); + } + + SetLocalEnvVariables( dlg.GetEnvVarMap() ); +} diff --git a/common/prependpath.cpp b/common/prependpath.cpp new file mode 100644 index 0000000..e0522dc --- /dev/null +++ b/common/prependpath.cpp @@ -0,0 +1,40 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 CERN + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + + +/// Put aPriorityPath in front of all paths in the value of aEnvVar. +const wxString PrePendPath( const wxString& aEnvVar, const wxString& aPriorityPath ) +{ + wxPathList paths; + + paths.AddEnvList( aEnvVar ); + paths.Insert( aPriorityPath, 0 ); + + return wxJoin( paths, wxPATH_SEP[0] ); +} diff --git a/common/project.cpp b/common/project.cpp new file mode 100644 index 0000000..a6b7546 --- /dev/null +++ b/common/project.cpp @@ -0,0 +1,381 @@ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include + +#include +#include +#include +#include +#include // NAMELESS_PROJECT +#include +#include +#include +#include + + +PROJECT::PROJECT() +{ + memset( m_elems, 0, sizeof(m_elems) ); +} + + +void PROJECT::ElemsClear() +{ + DBG( printf( "%s: clearing all _ELEMS for project %s\n", __func__, TO_UTF8( GetProjectFullName() ) );) + + // careful here, this should work, but the virtual destructor may not + // be in the same link image as PROJECT. + for( unsigned i = 0; i < DIM( m_elems ); ++i ) + { + SetElem( ELEM_T( i ), NULL ); + } +} + + +PROJECT::~PROJECT() +{ + ElemsClear(); +} + + +void PROJECT::SetProjectFullName( const wxString& aFullPathAndName ) +{ + // Compare paths, rather than inodes, to be less surprising to the user. + // Create a temporary wxFileName to normalize the path + wxFileName candidate_path( aFullPathAndName ); + + // Edge transitions only. This is what clears the project + // data using the Clear() function. + if( m_project_name.GetFullPath() != candidate_path.GetFullPath() ) + { + Clear(); // clear the data when the project changes. + + DBG(printf( "%s: old:'%s' new:'%s'\n", __func__, TO_UTF8( GetProjectFullName() ), TO_UTF8( aFullPathAndName ) );) + + m_project_name = aFullPathAndName; + + wxASSERT( m_project_name.IsAbsolute() ); + + wxASSERT( m_project_name.GetExt() == ProjectFileExtension ); + + // until multiple projects are in play, set an environment variable for the + // the project pointer. + { + wxString path = m_project_name.GetPath(); + + wxSetEnv( PROJECT_VAR_NAME, path ); + } + } +} + + +const wxString PROJECT::GetProjectFullName() const +{ + return m_project_name.GetFullPath(); +} + + +const wxString PROJECT::GetProjectPath() const +{ + return m_project_name.GetPathWithSep(); +} + + +const wxString PROJECT::GetProjectName() const +{ + return m_project_name.GetName(); +} + + +const wxString PROJECT::FootprintLibTblName() const +{ + wxFileName fn = GetProjectFullName(); + wxString path = fn.GetPath(); + + // DBG(printf( "path:'%s' fn:'%s'\n", TO_UTF8(path), TO_UTF8(fn.GetFullPath()) );) + + // if there's no path to the project name, or the name as a whole is bogus or its not + // write-able then use a template file. + if( !fn.GetDirCount() || !fn.IsOk() || !wxFileName::IsDirWritable( path ) ) + { + // return a template filename now. + + // this next line is likely a problem now, since it relies on an + // application title which is no longer constant or known. This next line needs + // to be re-thought out. + +#ifndef __WXMAC__ + fn.AssignDir( wxStandardPaths::Get().GetUserConfigDir() ); +#else + // don't pollute home folder, temp folder seems to be more appropriate + fn.AssignDir( wxStandardPaths::Get().GetTempDir() ); +#endif + +#if defined( __WINDOWS__ ) + fn.AppendDir( wxT( "kicad" ) ); +#endif + + /* + The footprint library table name used when no project file is passed + to Pcbnew or CvPcb. This is used temporarily to store the project + specific library table until the project file being edited is saved. + It is then moved to the file fp-lib-table in the folder where the + project file is saved. + */ + fn.SetName( wxT( "prj-fp-lib-table" ) ); + } + else // normal path. + { + fn.SetName( wxT( "fp-lib-table" ) ); + } + + fn.ClearExt(); + + return fn.GetFullPath(); +} + + +void PROJECT::SetRString( RSTRING_T aIndex, const wxString& aString ) +{ + unsigned ndx = unsigned( aIndex ); + + if( ndx < DIM( m_rstrings ) ) + { + m_rstrings[ndx] = aString; + } + else + { + wxASSERT( 0 ); // bad index + } +} + + +const wxString& PROJECT::GetRString( RSTRING_T aIndex ) +{ + unsigned ndx = unsigned( aIndex ); + + if( ndx < DIM( m_rstrings ) ) + { + return m_rstrings[ndx]; + } + else + { + static wxString no_cookie_for_you; + + wxASSERT( 0 ); // bad index + + return no_cookie_for_you; + } +} + + +PROJECT::_ELEM* PROJECT::GetElem( ELEM_T aIndex ) +{ + // This is virtual, so implement it out of line + + if( unsigned( aIndex ) < DIM( m_elems ) ) + { + return m_elems[aIndex]; + } + return NULL; +} + + +void PROJECT::SetElem( ELEM_T aIndex, _ELEM* aElem ) +{ + // This is virtual, so implement it out of line + + if( unsigned( aIndex ) < DIM( m_elems ) ) + { +#if defined(DEBUG) && 0 + if( aIndex == ELEM_SCH_PART_LIBS ) + { + printf( "%s: &m_elems[%i]:%p aElem:%p\n", __func__, aIndex, &m_elems[aIndex], aElem ); + } +#endif + delete m_elems[aIndex]; + m_elems[aIndex] = aElem; + } +} + + +static bool copy_pro_file_template( const SEARCH_STACK& aSearchS, const wxString& aDestination ) +{ + if( aDestination.IsEmpty() ) + { + DBG( printf( "%s: destination is empty.\n", __func__ );) + return false; + } + + wxString templateFile = wxT( "kicad." ) + ProjectFileExtension; + + wxString kicad_pro_template = aSearchS.FindValidPath( templateFile ); + + if( !kicad_pro_template ) + { + DBG( printf( "%s: template file '%s' not found using search paths.\n", __func__, TO_UTF8( templateFile ) );) + + wxFileName templ( wxStandardPaths::Get().GetDocumentsDir(), + wxT( "kicad" ), ProjectFileExtension ); + + if( !templ.IsFileReadable() ) + { + wxString msg = wxString::Format( _( + "Unable to find '%s' template config file." ), + GetChars( templateFile ) ); + + DisplayError( NULL, msg ); + + return false; + } + + kicad_pro_template = templ.GetFullPath(); + } + + DBG( printf( "%s: using template file '%s' as project file.\n", __func__, TO_UTF8( kicad_pro_template ) );) + + // Verify aDestination can be created. if this is not the case, wxCopyFile + // will generate a crappy log error message, and we *do not want* this kind + // of stupid message + wxFileName fn( aDestination ); + bool success = true; + + if( fn.IsOk() && fn.IsDirWritable() ) + success = wxCopyFile( kicad_pro_template, aDestination ); + else + { + wxLogMessage( _( "Cannot create prj file '%s' (Directory not writable)" ), + GetChars( aDestination) ); + success = false; + } + + return success; +} + + +wxConfigBase* PROJECT::configCreate( const SEARCH_STACK& aSList, + const wxString& aGroupName, const wxString& aProjectFileName ) +{ + wxConfigBase* cfg = 0; + wxString cur_pro_fn = !aProjectFileName ? GetProjectFullName() : aProjectFileName; + + if( wxFileName( cur_pro_fn ).IsFileReadable() ) + { + // Note: currently, aGroupName is not used. + // Previoulsy, the version of aGroupName was tested, but it + // was useless, and if the version is important, + // this is not the right place here, because configCreate does know anything + // about info stored in this config file. + cfg = new wxFileConfig( wxEmptyString, wxEmptyString, cur_pro_fn, wxEmptyString ); + return cfg; + } + + // No suitable pro file was found, either does not exist, or not readable. + // Use the template kicad.pro file. Find it by using caller's SEARCH_STACK. + copy_pro_file_template( aSList, cur_pro_fn ); + + cfg = new wxFileConfig( wxEmptyString, wxEmptyString, cur_pro_fn, wxEmptyString ); + + return cfg; +} + + +void PROJECT::ConfigSave( const SEARCH_STACK& aSList, const wxString& aGroupName, + const PARAM_CFG_ARRAY& aParams, const wxString& aFileName ) +{ + std::auto_ptr cfg( configCreate( aSList, aGroupName, aFileName ) ); + + if( !cfg.get() ) + { + // could not find template + return; + } + + cfg->SetPath( wxT( "/" ) ); + + cfg->Write( wxT( "update" ), DateAndTime() ); + + // @todo: pass in aLastClient wxString: + cfg->Write( wxT( "last_client" ), Pgm().App().GetAppName() ); + + // Save parameters + cfg->DeleteGroup( aGroupName ); // Erase all data + cfg->Flush(); + + cfg->SetPath( aGroupName ); + cfg->Write( wxT( "version" ), CONFIG_VERSION ); + + cfg->SetPath( wxT( "/" ) ); + + wxConfigSaveParams( cfg.get(), aParams, aGroupName ); + + cfg->SetPath( wxT( "/" ) ); + + // cfg is deleted here by std::auto_ptr, that saves the *.pro file to disk +} + + +bool PROJECT::ConfigLoad( const SEARCH_STACK& aSList, const wxString& aGroupName, + const PARAM_CFG_ARRAY& aParams, const wxString& aForeignProjectFileName ) +{ + std::auto_ptr cfg( configCreate( aSList, aGroupName, aForeignProjectFileName ) ); + + if( !cfg.get() ) + { + // could not find template + return false; + } + + cfg->SetPath( wxCONFIG_PATH_SEPARATOR ); + + wxString timestamp = cfg->Read( wxT( "update" ) ); + + m_pro_date_and_time = timestamp; + + // We do not want expansion of env var values when reading our project config file + bool state = cfg.get()->IsExpandingEnvVars(); + cfg.get()->SetExpandEnvVars( false ); + + wxConfigLoadParams( cfg.get(), aParams, aGroupName ); + + cfg.get()->SetExpandEnvVars( state ); + + return true; +} + + +const wxString PROJECT::AbsolutePath( const wxString& aFileName ) const +{ + wxFileName fn = aFileName; + + if( !fn.IsAbsolute() ) + { + wxString pro_dir = wxPathOnly( GetProjectFullName() ); + fn.Normalize( wxPATH_NORM_ALL, pro_dir ); + } + + return fn.GetFullPath(); +} diff --git a/common/ptree.cpp b/common/ptree.cpp new file mode 100644 index 0000000..bac47ee --- /dev/null +++ b/common/ptree.cpp @@ -0,0 +1,220 @@ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2013 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +// Something in either causes a bunch of compiler +// errors in version 2.9 on MinGW. +#include + +#include + +#include +#include + +typedef PTREE::const_iterator CITER; +typedef PTREE::iterator ITER; + +#if defined(DEBUG) + #define D(x) x +#else + #define D(x) +#endif + +#define CTL_OMIT_NL (1<<0) +#define CTL_IN_ATTRS (1<<1) + + +//----------------------------------------------------------------------- + +/** + * Function scanList + * reads a sexpr list from the input stream into a new node with key + * aLexer->CurText(). + */ +inline void scanList( PTREE* aTree, DSNLEXER* aLexer ) +{ + assert( aLexer->CurTok() == DSN_LEFT ); + + int tok = aLexer->NextTok(); + + const char* key = aLexer->CurText(); + + //D(printf( "%s: '%s'\n", __func__, key );) + + PTREE* list = &aTree->push_back( PTREE::value_type( key, PTREE() ) )->second; + + if( tok != DSN_RIGHT ) + { + while( ( tok = aLexer->NextTok() ) != DSN_RIGHT ) + { + if( tok == DSN_EOF ) + aLexer->Unexpected( DSN_EOF ); + + Scan( list, aLexer ); + } + } +} + + +inline void scanAtom( PTREE* aTree, DSNLEXER* aLexer ) +{ + const char* key = aLexer->CurText(); + + //D(printf( "%s: '%s'\n", __func__, key );) + + aTree->push_back( PTREE::value_type( key, PTREE() ) ); +} + + +void Scan( PTREE* aTree, DSNLEXER* aLexer ) throw( IO_ERROR ) +{ + int tok = aLexer->CurTok(); + + // conditionally read first token. + if( tok == DSN_NONE ) + tok = aLexer->NextTok(); + + if( tok == DSN_EOF ) + { + aLexer->Unexpected( DSN_EOF ); + } + + if( tok == DSN_LEFT ) + { + scanList( aTree, aLexer ); + } + else + { + scanAtom( aTree, aLexer ); + } +} + + +//----------------------------------------------------------------------- + +inline bool isAtom( CPTREE& aTree ) +{ + return aTree.size()==0 && aTree.data().size()==0; +} + + +inline bool isLast( CPTREE& aTree, CITER it ) +{ + CITER next = it; + ++next; + return next == aTree.end(); +} + + +inline CITER next( CITER it ) +{ + CITER n = it; + return ++n; +} + + +static void formatNode( OUTPUTFORMATTER* out, int aNestLevel, int aCtl, + const std::string& aKey, CPTREE& aTree ) throw( IO_ERROR ); + + +static void formatList( OUTPUTFORMATTER* out, int aNestLevel, int aCtl, CPTREE& aTree ) + throw( IO_ERROR ) +{ + for( CITER it = aTree.begin(); it != aTree.end(); ++it ) + { + // Processing a tree which was read in with xml_parser? + if( it->first == "" ) + { + formatList( out, aNestLevel, aCtl | CTL_IN_ATTRS, it->second ); + continue; + } + + int ctl = 0; + + if( isLast( aTree, it ) ) // is "it" the last one? + { + //if( !( aCtl & CTL_IN_ATTRS ) ) + ctl = CTL_OMIT_NL; + } + else if( isAtom( next( it )->second ) ) + { + /* if( !( aCtl & CTL_IN_ATTRS ) ) */ + ctl = CTL_OMIT_NL; + } + + formatNode( out, aNestLevel+1, ctl, it->first, it->second ); + } +} + + +static void formatNode( OUTPUTFORMATTER* out, int aNestLevel, int aCtl, + const std::string& aKey, CPTREE& aTree ) + throw( IO_ERROR ) +{ + if( !isAtom( aTree ) ) // is a list, not an atom + { + int ctl = CTL_OMIT_NL; + + // aTree is list and its first child is a list + if( aTree.size() && !isAtom( aTree.begin()->second ) && !aTree.data().size() ) + ctl = 0; + + out->Print( aNestLevel, "(%s%s", out->Quotes( aKey ).c_str(), ctl & CTL_OMIT_NL ? "" : "\n" ); + + if( aTree.data().size() ) // sexpr format does not use data() + { + out->Print( 0, " %s%s", + out->Quotes( aTree.data() ).c_str(), + aTree.size() ? "\n" : "" + ); + } + + formatList( out, aNestLevel, aCtl, aTree ); + + out->Print( 0, ")%s", aCtl & CTL_OMIT_NL ? "" : "\n" ); + } + + else // is an atom, not a list + { + out->Print( 0, " %s", out->Quotes( aKey ).c_str() ); + } +} + + +void Format( OUTPUTFORMATTER* out, int aNestLevel, int aCtl, CPTREE& aTree ) throw( IO_ERROR ) +{ + if( aTree.size() == 1 && !aTree.data().size() ) + { + // The topmost node is basically only a container for the document root. + // It anchors the paths which traverse the tree deeper. + CITER it = aTree.begin(); + formatNode( out, aNestLevel, aCtl, it->first, it->second ); + } + else + { + // This is not expected, neither for sexpr nor xml. + formatNode( out, aNestLevel, aCtl, "", aTree ); + } +} + diff --git a/common/reporter.cpp b/common/reporter.cpp new file mode 100644 index 0000000..2efc475 --- /dev/null +++ b/common/reporter.cpp @@ -0,0 +1,81 @@ +/** + * @file reporter.cpp + */ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +REPORTER& REPORTER::Report( const char* aText, REPORTER::SEVERITY aSeverity ) +{ + Report( FROM_UTF8( aText ) ); + return *this; +} + + +REPORTER& WX_TEXT_CTRL_REPORTER::Report( const wxString& aText, REPORTER::SEVERITY aSeverity ) +{ + wxCHECK_MSG( m_textCtrl != NULL, *this, + wxT( "No wxTextCtrl object defined in WX_TEXT_CTRL_REPORTER." ) ); + + m_textCtrl->AppendText( aText ); + return *this; +} + +REPORTER& WX_STRING_REPORTER::Report( const wxString& aText, REPORTER::SEVERITY aSeverity ) +{ + wxCHECK_MSG( m_string != NULL, *this, + wxT( "No wxString object defined in WX_STRING_REPORTER." ) ); + + *m_string << aText; + return *this; +} + +REPORTER& WX_HTML_PANEL_REPORTER::Report( const wxString& aText, SEVERITY aSeverity ) +{ + wxCHECK_MSG( m_panel != NULL, *this, + wxT( "No WX_HTML_REPORT_PANEL object defined in WX_HTML_PANEL_REPORTER." ) ); + + m_panel->Report( aText, aSeverity ); + return *this; +} + +REPORTER& NULL_REPORTER::Report( const wxString& aText, SEVERITY aSeverity ) +{ + return *this; +} + +REPORTER& NULL_REPORTER::GetInstance() +{ + static REPORTER* s_nullReporter = NULL; + + if( !s_nullReporter ) + { + s_nullReporter = new NULL_REPORTER(); + } + + return *s_nullReporter; +} diff --git a/common/richio.cpp b/common/richio.cpp new file mode 100644 index 0000000..e0684d7 --- /dev/null +++ b/common/richio.cpp @@ -0,0 +1,607 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2011 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2016 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include + +#include + + +// Fall back to getc() when getc_unlocked() is not available on the target platform. +#if !defined( HAVE_FGETC_NOLOCK ) +#define getc_unlocked getc +#endif + + +static int vprint( std::string* result, const char* format, va_list ap ) +{ + char msg[512]; + // This function can call vsnprintf twice. + // But internally, vsnprintf retrieves arguments from the va_list identified by arg as if + // va_arg was used on it, and thus the state of the va_list is likely to be altered by the call. + // see: www.cplusplus.com/reference/cstdio/vsnprintf + // we make a copy of va_list ap for the second call, if happens + va_list tmp; + va_copy( tmp, ap ); + + size_t len = vsnprintf( msg, sizeof(msg), format, ap ); + + if( len < sizeof(msg) ) // the output fit into msg + { + result->append( msg, msg + len ); + } + else + { + // output was too big, so now incur the expense of allocating + // a buf for holding suffient characters. + + std::vector buf; + + buf.reserve( len+1 ); // reserve(), not resize() which writes. +1 for trailing nul. + + len = vsnprintf( &buf[0], len+1, format, tmp ); + + result->append( &buf[0], &buf[0] + len ); + } + + va_end( tmp ); // Release the temporary va_list, initialised from ap + + return len; +} + + +int StrPrintf( std::string* result, const char* format, ... ) +{ + va_list args; + + va_start( args, format ); + int ret = vprint( result, format, args ); + va_end( args ); + + return ret; +} + + +std::string StrPrintf( const char* format, ... ) +{ + std::string ret; + va_list args; + + va_start( args, format ); + int ignore = vprint( &ret, format, args ); + (void) ignore; + va_end( args ); + + return ret; +} + + +void IO_ERROR::init( const char* aThrowersFile, const char* aThrowersLoc, const wxString& aMsg ) +{ + errorText.Printf( IO_FORMAT, aMsg.GetData(), + wxString::FromUTF8( aThrowersFile ).AfterLast( '/' ).GetData(), + wxString::FromUTF8( aThrowersLoc ).GetData() ); +} + + +void PARSE_ERROR::init( const char* aThrowersFile, const char* aThrowersLoc, + const wxString& aMsg, const wxString& aSource, + const char* aInputLine, + int aLineNumber, int aByteIndex ) +{ + // save inpuLine, lineNumber, and offset for UI (.e.g. Sweet text editor) + inputLine = aInputLine; + lineNumber = aLineNumber; + byteIndex = aByteIndex; + + errorText.Printf( PARSE_FORMAT, aMsg.GetData(), aSource.GetData(), + aLineNumber, aByteIndex, + wxString::FromUTF8( aThrowersFile ).AfterLast( '/' ).GetData(), + wxString::FromUTF8( aThrowersLoc ).GetData() ); +} + + +//----------------------------------------------------------- + +LINE_READER::LINE_READER( unsigned aMaxLineLength ) : + length( 0 ), + lineNum( 0 ), + line( NULL ), + capacity( 0 ), + maxLineLength( aMaxLineLength ) +{ + if( aMaxLineLength != 0 ) + { + // start at the INITIAL size, expand as needed up to the MAX size in maxLineLength + capacity = LINE_READER_LINE_INITIAL_SIZE; + + // but never go above user's aMaxLineLength, and leave space for trailing nul + if( capacity > aMaxLineLength+1 ) + capacity = aMaxLineLength+1; + + line = new char[capacity]; + + line[0] = '\0'; + } +} + + +LINE_READER::~LINE_READER() +{ + delete[] line; +} + + +void LINE_READER::expandCapacity( unsigned newsize ) +{ + // length can equal maxLineLength and nothing breaks, there's room for + // the terminating nul. cannot go over this. + if( newsize > maxLineLength+1 ) + newsize = maxLineLength+1; + + if( newsize > capacity ) + { + capacity = newsize; + + // resize the buffer, and copy the original data + char* bigger = new char[capacity]; + + wxASSERT( capacity >= length+1 ); + + memcpy( bigger, line, length ); + bigger[length] = 0; + + delete[] line; + line = bigger; + } +} + + +FILE_LINE_READER::FILE_LINE_READER( const wxString& aFileName, + unsigned aStartingLineNumber, + unsigned aMaxLineLength ) throw( IO_ERROR ) : + LINE_READER( aMaxLineLength ), + iOwn( true ) +{ + fp = wxFopen( aFileName, wxT( "rt" ) ); + if( !fp ) + { + wxString msg = wxString::Format( + _( "Unable to open filename '%s' for reading" ), aFileName.GetData() ); + THROW_IO_ERROR( msg ); + } + + setvbuf( fp, NULL, _IOFBF, BUFSIZ * 8 ); + + source = aFileName; + lineNum = aStartingLineNumber; +} + + +FILE_LINE_READER::FILE_LINE_READER( FILE* aFile, const wxString& aFileName, + bool doOwn, + unsigned aStartingLineNumber, + unsigned aMaxLineLength ) : + LINE_READER( aMaxLineLength ), + iOwn( doOwn ), + fp( aFile ) +{ + if( doOwn && ftell( aFile ) == 0L ) + { +#ifndef __WXMAC__ + setvbuf( fp, NULL, _IOFBF, BUFSIZ * 8 ); +#endif + } + source = aFileName; + lineNum = aStartingLineNumber; +} + + +FILE_LINE_READER::~FILE_LINE_READER() +{ + if( iOwn && fp ) + fclose( fp ); +} + + +char* FILE_LINE_READER::ReadLine() throw( IO_ERROR ) +{ + length = 0; + + for(;;) + { + if( length >= maxLineLength ) + THROW_IO_ERROR( _( "Maximum line length exceeded" ) ); + + if( length >= capacity ) + expandCapacity( capacity * 2 ); + + // faster, POSIX compatible fgetc(), no locking. + int cc = getc_unlocked( fp ); + if( cc == EOF ) + break; + + line[ length++ ] = (char) cc; + + if( cc == '\n' ) + break; + } + + line[ length ] = 0; + + // lineNum is incremented even if there was no line read, because this + // leads to better error reporting when we hit an end of file. + ++lineNum; + + return length ? line : NULL; +} + + +STRING_LINE_READER::STRING_LINE_READER( const std::string& aString, const wxString& aSource ) : + LINE_READER( LINE_READER_LINE_DEFAULT_MAX ), + lines( aString ), + ndx( 0 ) +{ + // Clipboard text should be nice and _use multiple lines_ so that + // we can report _line number_ oriented error messages when parsing. + source = aSource; +} + + +STRING_LINE_READER::STRING_LINE_READER( const STRING_LINE_READER& aStartingPoint ) : + LINE_READER( LINE_READER_LINE_DEFAULT_MAX ), + lines( aStartingPoint.lines ), + ndx( aStartingPoint.ndx ) +{ + // since we are keeping the same "source" name, for error reporting purposes + // we need to have the same notion of line number and offset. + + source = aStartingPoint.source; + lineNum = aStartingPoint.lineNum; +} + + +char* STRING_LINE_READER::ReadLine() throw( IO_ERROR ) +{ + size_t nlOffset = lines.find( '\n', ndx ); + + if( nlOffset == std::string::npos ) + length = lines.length() - ndx; + else + length = nlOffset - ndx + 1; // include the newline, so +1 + + if( length ) + { + if( length >= maxLineLength ) + THROW_IO_ERROR( _("Line length exceeded") ); + + if( length+1 > capacity ) // +1 for terminating nul + expandCapacity( length+1 ); + + wxASSERT( ndx + length <= lines.length() ); + + memcpy( line, &lines[ndx], length ); + + ndx += length; + } + + ++lineNum; // this gets incremented even if no bytes were read + + line[length] = 0; + + return length ? line : NULL; +} + + +INPUTSTREAM_LINE_READER::INPUTSTREAM_LINE_READER( wxInputStream* aStream, const wxString& aSource ) : + LINE_READER( LINE_READER_LINE_DEFAULT_MAX ), + m_stream( aStream ) +{ + source = aSource; +} + + +char* INPUTSTREAM_LINE_READER::ReadLine() throw( IO_ERROR ) +{ + length = 0; + + for(;;) + { + if( length >= maxLineLength ) + THROW_IO_ERROR( _( "Maximum line length exceeded" ) ); + + if( length + 1 > capacity ) + expandCapacity( capacity * 2 ); + + // this read may fail, docs say to test LastRead() before trusting cc. + char cc = m_stream->GetC(); + + if( !m_stream->LastRead() ) + break; + + line[ length++ ] = cc; + + if( cc == '\n' ) + break; + } + + line[ length ] = 0; + + // lineNum is incremented even if there was no line read, because this + // leads to better error reporting when we hit an end of file. + ++lineNum; + + return length ? line : NULL; +} + + +//--------------------------------------------------------- + +// factor out a common GetQuoteChar + +const char* OUTPUTFORMATTER::GetQuoteChar( const char* wrapee, const char* quote_char ) +{ + // Include '#' so a symbol is not confused with a comment. We intend + // to wrap any symbol starting with a '#'. + // Our LEXER class handles comments, and comments appear to be an extension + // to the SPECCTRA DSN specification. + if( *wrapee == '#' ) + return quote_char; + + if( strlen( wrapee ) == 0 ) + return quote_char; + + bool isFirst = true; + + for( ; *wrapee; ++wrapee, isFirst = false ) + { + static const char quoteThese[] = "\t ()" + "%" // per Alfons of freerouting.net, he does not like this unquoted as of 1-Feb-2008 + "{}" // guessing that these are problems too + ; + + // if the string to be wrapped (wrapee) has a delimiter in it, + // return the quote_char so caller wraps the wrapee. + if( strchr( quoteThese, *wrapee ) ) + return quote_char; + + if( !isFirst && '-' == *wrapee ) + return quote_char; + } + + return ""; // caller does not need to wrap, can use an unwrapped string. +} + + +const char* OUTPUTFORMATTER::GetQuoteChar( const char* wrapee ) +{ + return GetQuoteChar( wrapee, quoteChar ); +} + +int OUTPUTFORMATTER::vprint( const char* fmt, va_list ap ) throw( IO_ERROR ) +{ + // This function can call vsnprintf twice. + // But internally, vsnprintf retrieves arguments from the va_list identified by arg as if + // va_arg was used on it, and thus the state of the va_list is likely to be altered by the call. + // see: www.cplusplus.com/reference/cstdio/vsnprintf + // we make a copy of va_list ap for the second call, if happens + va_list tmp; + va_copy( tmp, ap ); + int ret = vsnprintf( &buffer[0], buffer.size(), fmt, ap ); + + if( ret >= (int) buffer.size() ) + { + buffer.resize( ret + 1000 ); + ret = vsnprintf( &buffer[0], buffer.size(), fmt, tmp ); + } + + va_end( tmp ); // Release the temporary va_list, initialised from ap + + if( ret > 0 ) + write( &buffer[0], ret ); + + return ret; +} + + +int OUTPUTFORMATTER::sprint( const char* fmt, ... ) throw( IO_ERROR ) +{ + va_list args; + + va_start( args, fmt ); + int ret = vprint( fmt, args); + va_end( args ); + + return ret; +} + + +int OUTPUTFORMATTER::Print( int nestLevel, const char* fmt, ... ) throw( IO_ERROR ) +{ +#define NESTWIDTH 2 ///< how many spaces per nestLevel + + va_list args; + + va_start( args, fmt ); + + int result = 0; + int total = 0; + + for( int i=0; i---------------------------------------------------- + +void STRING_FORMATTER::write( const char* aOutBuf, int aCount ) throw( IO_ERROR ) +{ + mystring.append( aOutBuf, aCount ); +} + +void STRING_FORMATTER::StripUseless() +{ + std::string copy = mystring; + + mystring.clear(); + + for( std::string::iterator i=copy.begin(); i!=copy.end(); ++i ) + { + if( !isspace( *i ) && *i!=')' && *i!='(' && *i!='"' ) + { + mystring += *i; + } + } +} + +//--------------------------------------------- + +FILE_OUTPUTFORMATTER::FILE_OUTPUTFORMATTER( const wxString& aFileName, + const wxChar* aMode, char aQuoteChar ) throw( IO_ERROR ) : + OUTPUTFORMATTER( OUTPUTFMTBUFZ, aQuoteChar ), + m_filename( aFileName ) +{ + m_fp = wxFopen( aFileName, aMode ); + + if( !m_fp ) + { + wxString msg = wxString::Format( + _( "cannot open or save file '%s'" ), + m_filename.GetData() ); + THROW_IO_ERROR( msg ); + } +} + + +FILE_OUTPUTFORMATTER::~FILE_OUTPUTFORMATTER() +{ + if( m_fp ) + fclose( m_fp ); +} + + +void FILE_OUTPUTFORMATTER::write( const char* aOutBuf, int aCount ) throw( IO_ERROR ) +{ + if( 1 != fwrite( aOutBuf, aCount, 1, m_fp ) ) + { + wxString msg = wxString::Format( + _( "error writing to file '%s'" ), + m_filename.GetData() ); + THROW_IO_ERROR( msg ); + } +} + + +//------------------------------------------- + +void STREAM_OUTPUTFORMATTER::write( const char* aOutBuf, int aCount ) throw( IO_ERROR ) +{ + int lastWrite; + + // This might delay awhile if you were writing to say a socket, but for + // a file it should only go through the loop once. + for( int total = 0; total +#include +#include + + +#if defined(__MINGW32__) + #define PATH_SEPS wxT( ";\r\n" ) +#else + #define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac +#endif + + +int SEARCH_STACK::Split( wxArrayString* aResult, const wxString aPathString ) +{ + wxStringTokenizer tokenizer( aPathString, PATH_SEPS, wxTOKEN_STRTOK ); + + while( tokenizer.HasMoreTokens() ) + { + wxString path = tokenizer.GetNextToken(); + + aResult->Add( path ); + } + + return aResult->GetCount(); +} + + +// Convert aRelativePath to an absolute path based on aBaseDir +static wxString base_dir( const wxString& aRelativePath, const wxString& aBaseDir ) +{ + wxFileName fn = aRelativePath; + + if( !fn.IsAbsolute() && !!aBaseDir ) + { + wxASSERT_MSG( wxFileName( aBaseDir ).IsAbsolute(), wxT( "Must pass absolute path in aBaseDir" ) ); + fn.MakeRelativeTo( aBaseDir ); + } + + return fn.GetFullPath(); +} + + +wxString SEARCH_STACK::FilenameWithRelativePathInSearchList( + const wxString& aFullFilename, const wxString& aBaseDir ) +{ + wxFileName fn = aFullFilename; + wxString filename = aFullFilename; + + unsigned pathlen = fn.GetPath().Len(); // path len, used to find the better (shortest) + // subpath within defaults paths + + for( unsigned kk = 0; kk < GetCount(); kk++ ) + { + fn = aFullFilename; + + // Search for the shortest subpath within 'this': + if( fn.MakeRelativeTo( base_dir( (*this)[kk], aBaseDir ) ) ) + { + if( fn.GetPathWithSep().StartsWith( wxT("..") ) ) // Path outside kicad libs paths + continue; + + if( pathlen > fn.GetPath().Len() ) // A better (shortest) subpath is found + { + filename = fn.GetPathWithSep() + fn.GetFullName(); + pathlen = fn.GetPath().Len(); + } + } + } + + return filename; +} + + +void SEARCH_STACK::RemovePaths( const wxString& aPaths ) +{ + bool isCS = wxFileName::IsCaseSensitive(); + wxArrayString paths; + + Split( &paths, aPaths ); + + for( unsigned i=0; i= GetCount() ) + { + for( unsigned i=0; i + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include // to define DEFAULT_INSTALL_PATH +#include + + +/** + * Function FindFileInSearchPaths + * looks in "this" for \a aFilename, but first modifies every search + * path by appending a list of path fragments from aSubdirs. That modification + * is not relative. + */ +wxString FindFileInSearchPaths( const SEARCH_STACK& aStack, + const wxString& aFilename, const wxArrayString* aSubdirs ) +{ + wxPathList paths; + + for( unsigned i = 0; i < aStack.GetCount(); ++i ) + { + wxFileName fn( aStack[i], wxEmptyString ); + + if( aSubdirs ) + { + for( unsigned j = 0; j < aSubdirs->GetCount(); j++ ) + fn.AppendDir( (*aSubdirs)[j] ); + } + + wxLogDebug( wxT( " %s" ), GetChars( fn.GetFullPath() ) ); + + if( fn.DirExists() ) + { + paths.Add( fn.GetPath() ); + } + } + + return paths.FindValidPath( aFilename ); +} + + +// See also FindKicadHelpPath.cpp.notused. +wxString SearchHelpFileFullPath( const SEARCH_STACK& aSStack, const wxString& aBaseName ) +{ + wxArrayString subdirs; + wxArrayString altsubdirs; + SEARCH_STACK ss = aSStack; + + // It might already be in aSStack, but why depend on other code + // far away when it's so easy to add it again (to our copy) as the first place to look. + + // This is CMAKE_INSTALL_PREFIX unless DEFAULT_INSTALL_PATH was defined during + // build configuration: + ss.AddPaths( wxT( DEFAULT_INSTALL_PATH ), 0 ); + +#if defined(__WXMAC__) + ss.AddPaths( GetOSXKicadMachineDataDir() ); + ss.AddPaths( Pgm().GetExecutablePath(), 0 ); + + // OS X packages can have the help files in + // /Library/Application\ Support/kicad/help, + // and in Contents/SharedSupport/help inside the + // bundle. + // Below we account for an international subdirectory. + subdirs.Add( wxT( "help" ) ); + altsubdirs.Add( wxT( "Contents" ) ); + altsubdirs.Add( wxT( "SharedSupport" ) ); + altsubdirs.Add( wxT( "help" ) ); +#endif + +#if ! defined(__WXMAC__) // && defined(__linux__) + // This is the executable path minus the trailing bin directory used on Windows and Linux. + wxFileName tmp( Pgm().GetExecutablePath(), wxEmptyString ); + wxArrayString binDirs = tmp.GetDirs(); + + if( !binDirs.IsEmpty() && binDirs[ binDirs.GetCount() - 1 ].CmpNoCase( wxT( "bin" ) ) == 0 ) + tmp.RemoveLastDir(); + + ss.AddPaths( tmp.GetPath(), 0 ); + + // Based on kicad-doc.bzr/CMakeLists.txt, line 20, the help files are + // installed into "/share/doc/kicad/help" for linux. + // This is ${KICAD_HELP} var in that CMakeLists.txt file. + // Below we account for an international subdirectory. + subdirs.Add( wxT( "share" ) ); + subdirs.Add( wxT( "doc" ) ); + subdirs.Add( wxT( "kicad" ) ); + subdirs.Add( wxT( "help" ) ); + + // Based on kicad-doc.bzr/CMakeLists.txt, line 35, the help files are + // installed into "/doc/help" for Windows. + // This is ${KICAD_HELP} var in that CMakeLists.txt file. + // Below we account for an international subdirectory. + altsubdirs.Add( wxT( "doc" ) ); + altsubdirs.Add( wxT( "help" ) ); +#endif + + // If there's a KICAD environment variable set, always use that guy's path first. + if( !Pgm().GetKicadEnvVariable().IsEmpty() ) + ss.AddPaths( Pgm().GetKicadEnvVariable(), 0 ); + + /* Search for a help file. + * we *must* find a help file. + * so help is searched in directories in this order: + * help/ like help/en_GB + * help/ like help/en + * help/en + */ + + wxLocale* i18n = Pgm().GetLocale(); + + // We try to find help file in help/ + // If fails, try to find help file in help/ + // If fails, try to find help file in help/en + wxArrayString locale_name_dirs; + locale_name_dirs.Add( i18n->GetCanonicalName() ); // canonical name like fr_FR + + // wxLocale::GetName() does not return always the short name + locale_name_dirs.Add( i18n->GetName().BeforeLast( '_' ) ); // short canonical name like fr + locale_name_dirs.Add( wxT( "en" ) ); // default (en) + +#if defined(DEBUG) && 1 + ss.Show( wxString( __func__ ) ); + wxLogDebug( wxT( "%s: m_help_file:'%s'" ), __func__, GetChars( aBaseName ) ); +#endif + + wxLogDebug( wxT( "Checking SEARCH_STACK for file %s" ), GetChars( aBaseName ) ); + + // Help files can be html (.html ext) or pdf (.pdf ext) files. + // Therefore, .html file is searched and if not found, + // .pdf file is searched in the same paths + wxString fn; + + for( unsigned ii = 0; ii < locale_name_dirs.GetCount(); ii++ ) + { + subdirs.Add( locale_name_dirs[ii] ); + altsubdirs.Add( locale_name_dirs[ii] ); + + fn = FindFileInSearchPaths( ss, aBaseName + wxT( ".html" ), &altsubdirs ); + + if( !fn.IsEmpty() ) + break; + + fn = FindFileInSearchPaths( ss, aBaseName + wxT( ".pdf" ), &altsubdirs ); + + if( !fn.IsEmpty() ) + break; + + fn = FindFileInSearchPaths( ss, aBaseName + wxT( ".html" ), &subdirs ); + + if( !fn.IsEmpty() ) + break; + + fn = FindFileInSearchPaths( ss, aBaseName + wxT( ".pdf" ), &subdirs ); + + if( !fn.IsEmpty() ) + break; + + subdirs.RemoveAt( subdirs.GetCount() - 1 ); + altsubdirs.RemoveAt( altsubdirs.GetCount() - 1 ); + } + + return fn; +} diff --git a/common/selcolor.cpp b/common/selcolor.cpp new file mode 100644 index 0000000..f3eb039 --- /dev/null +++ b/common/selcolor.cpp @@ -0,0 +1,264 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* Dialog for selecting color from the palette of available colors. + */ + +#include +#include +#include + +#include + + +enum colors_id { + ID_COLOR_BLACK = 2000 // ID_COLOR_ = ID_COLOR_BLACK a ID_COLOR_BLACK + 31 +}; + + +class WinEDA_SelColorFrame : public wxDialog +{ +public: + WinEDA_SelColorFrame( wxWindow* parent, + const wxPoint& framepos, int OldColor ); + ~WinEDA_SelColorFrame() {}; + +private: + void Init_Dialog( int aOldColor ); + void OnCancel( wxCommandEvent& event ); + void SelColor( wxCommandEvent& event ); + + DECLARE_EVENT_TABLE() +}; + + +BEGIN_EVENT_TABLE( WinEDA_SelColorFrame, wxDialog ) + EVT_BUTTON( wxID_CANCEL, WinEDA_SelColorFrame::OnCancel ) + EVT_COMMAND_RANGE( ID_COLOR_BLACK, ID_COLOR_BLACK + 31, + wxEVT_COMMAND_BUTTON_CLICKED, + WinEDA_SelColorFrame::SelColor ) +END_EVENT_TABLE() + + +EDA_COLOR_T DisplayColorFrame( wxWindow* parent, int OldColor ) +{ + wxPoint framepos; + EDA_COLOR_T color; + + wxGetMousePosition( &framepos.x, &framepos.y ); + + WinEDA_SelColorFrame* frame = new WinEDA_SelColorFrame( parent, + framepos, OldColor ); + color = static_cast( frame->ShowModal() ); + frame->Destroy(); + if( color > NBCOLORS ) + color = UNSPECIFIED_COLOR; + return color; +} + + +WinEDA_SelColorFrame::WinEDA_SelColorFrame( wxWindow* parent, + const wxPoint& framepos, + int OldColor ) : + wxDialog( parent, -1, _( "Colors" ), framepos, wxDefaultSize, + wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) +{ + + Init_Dialog( OldColor ); + // Resize the dialog + GetSizer()->SetSizeHints( this ); + + // Ensure the whole frame is visible, whenever the asked position. + // Moreover with a work station having dual monitors, the asked position can be relative to a monitor + // and this frame can be displayed on the other monitor, with an "out of screen" position. + // Give also a small margin. + int margin = 10; + wxPoint windowPosition = GetPosition(); + if( framepos != wxDefaultPosition ) + { + if( windowPosition.x < margin ) + windowPosition.x = margin; + // Under MACOS, a vertical margin >= 20 is needed by the system menubar + int v_margin = std::max(20, margin); + if( windowPosition.y < v_margin ) + windowPosition.y = v_margin; + if( windowPosition != framepos ) + SetPosition(windowPosition); + } + wxPoint endCornerPosition = GetPosition(); + endCornerPosition.x += GetSize().x + margin; + endCornerPosition.y += GetSize().y + margin; + + windowPosition = GetPosition(); + wxRect freeScreenArea( wxGetClientDisplayRect( ) ); + + if( freeScreenArea.GetRight() < endCornerPosition.x ) + { + windowPosition.x += freeScreenArea.GetRight() - endCornerPosition.x; + + if( windowPosition.x < freeScreenArea.x ) + windowPosition.x = freeScreenArea.x; + + // Sligly modify the vertical position to avoid the mouse to be + // exactly on the upper side of the window + windowPosition.y +=5; + endCornerPosition.y += 5; + } + + if( freeScreenArea.GetBottom() < endCornerPosition.y ) + { + windowPosition.y += freeScreenArea.GetBottom() - endCornerPosition.y; + + if( windowPosition.y < freeScreenArea.y ) + windowPosition.y = freeScreenArea.y; + } + + SetPosition(windowPosition); +} + +void WinEDA_SelColorFrame::Init_Dialog( int aOldColor ) +{ + wxBoxSizer* OuterBoxSizer = NULL; + wxBoxSizer* MainBoxSizer = NULL; + wxFlexGridSizer* FlexColumnBoxSizer = NULL; + wxBitmapButton* BitmapButton = NULL; + wxStaticLine* Line = NULL; + wxStdDialogButtonSizer* StdDialogButtonSizer = NULL; + wxButton* Button = NULL; + + int ii, butt_ID; + int w = 20, h = 20; + bool ColorFound = false; + + SetReturnCode( -1 ); + + OuterBoxSizer = new wxBoxSizer( wxVERTICAL ); + SetSizer( OuterBoxSizer ); + + MainBoxSizer = new wxBoxSizer( wxHORIZONTAL ); + OuterBoxSizer->Add( MainBoxSizer, 1, wxGROW | wxLEFT | wxRIGHT | wxTOP, 5 ); + + for( ii = 0; ii < NBCOLORS; ++ii ) + { + // Provide a separate column for every six buttons (and their + // associated text strings), so provide a FlexGrid Sizer with + // eight rows and two columns. + if( ii % 6 == 0 ) + { + FlexColumnBoxSizer = new wxFlexGridSizer( 6, 2, 0, 0 ); + + // Specify that all of the rows can be expanded. + for( int ii = 0; ii < 6; ii++ ) + { + FlexColumnBoxSizer->AddGrowableRow( ii ); + } + + // Specify that the second column can also be expanded. + FlexColumnBoxSizer->AddGrowableCol( 1 ); + + MainBoxSizer->Add( FlexColumnBoxSizer, 1, wxGROW | wxTOP, 5 ); + } + + butt_ID = ID_COLOR_BLACK + ii; + wxMemoryDC iconDC; + wxBitmap ButtBitmap( w, h ); + wxBrush brush; + + iconDC.SelectObject( ButtBitmap ); + + EDA_COLOR_T buttcolor = g_ColorRefs[ii].m_Numcolor; + + iconDC.SetPen( *wxBLACK_PEN ); + ColorSetBrush( &brush, buttcolor ); + brush.SetStyle( wxBRUSHSTYLE_SOLID ); + + iconDC.SetBrush( brush ); + iconDC.SetBackground( *wxGREY_BRUSH ); + iconDC.Clear(); + iconDC.DrawRoundedRectangle( 0, 0, w, h, (double) h / 3 ); + + BitmapButton = new wxBitmapButton( this, butt_ID, ButtBitmap, + wxDefaultPosition, wxSize( w+8, h+6 ) ); + FlexColumnBoxSizer->Add( BitmapButton, 0, + wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | + wxLEFT | wxBOTTOM, 5 ); + + // Set focus to this button if its color matches the + // color which had been selected previously (for + // whichever layer's color is currently being edited). + if( aOldColor == buttcolor ) + { + ColorFound = true; + BitmapButton->SetFocus(); + } + + wxStaticText* label = new wxStaticText( this, -1, + wxGetTranslation( ColorGetName( buttcolor ) ), + wxDefaultPosition, wxDefaultSize, 0 ); + FlexColumnBoxSizer->Add( label, 1, + wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | + wxLEFT | wxRIGHT | wxBOTTOM, 5 ); + } + + // Provide a Cancel button as well, so that this dialog + // box can also be canceled by pressing the Esc key + // (and also provide a horizontal static line to separate + // that button from all of the other buttons). + + Line = new wxStaticLine( this, -1, wxDefaultPosition, + wxDefaultSize, wxLI_HORIZONTAL ); + OuterBoxSizer->Add( Line, 0, wxGROW | wxLEFT | wxRIGHT | wxTOP, 5 ); + + StdDialogButtonSizer = new wxStdDialogButtonSizer; + OuterBoxSizer->Add( StdDialogButtonSizer, 0, wxGROW | wxALL, 10 ); + + Button = new wxButton( this, wxID_CANCEL, _( "Cancel" ), wxDefaultPosition, + wxDefaultSize, 0 ); + StdDialogButtonSizer->AddButton( Button ); + + StdDialogButtonSizer->Realize(); + + // Set focus to the Cancel button if the currently selected color + // does not match any of the colors provided by this dialog box. + // (That shouldn't ever happen in practice though.) + if( !ColorFound ) + Button->SetFocus(); +} + +void WinEDA_SelColorFrame::OnCancel( wxCommandEvent& WXUNUSED( event ) ) +{ + // Setting the return value to -1 indicates that the + // dialog box has been canceled (and thus that the + // previously selected color is to be retained). + EndModal( -1 ); +} + + +void WinEDA_SelColorFrame::SelColor( wxCommandEvent& event ) +{ + int id = event.GetId(); + + EndModal( id - ID_COLOR_BLACK ); +} diff --git a/common/single_top.cpp b/common/single_top.cpp new file mode 100644 index 0000000..7016501 --- /dev/null +++ b/common/single_top.cpp @@ -0,0 +1,308 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* + + This is a program launcher for a single KIFACE DSO. It only mimics a KIWAY, + not actually implements one, since only a single DSO is supported by it. + + It is compiled multiple times, once for each standalone program and as such + gets different compiler command line supplied #defines from CMake. + +*/ + + +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + + +// Only a single KIWAY is supported in this single_top top level component, +// which is dedicated to loading only a single DSO. +KIWAY Kiway( &Pgm(), KFCTL_STANDALONE ); + + +// implement a PGM_BASE and a wxApp side by side: + +/** + * Struct PGM_SINGLE_TOP + * implements PGM_BASE with its own OnPgmInit() and OnPgmExit(). + */ +static struct PGM_SINGLE_TOP : public PGM_BASE +{ + bool OnPgmInit( wxApp* aWxApp ); // overload PGM_BASE virtual + void OnPgmExit(); // overload PGM_BASE virtual + void MacOpenFile( const wxString& aFileName ); // overload PGM_BASE virtual +} program; + + +PGM_BASE& Pgm() +{ + return program; +} + + +/** + * Struct APP_SINGLE_TOP + * implements a bare naked wxApp (so that we don't become dependent on + * functionality in a wxApp derivative that we cannot deliver under wxPython). + */ +struct APP_SINGLE_TOP : public wxApp +{ +#if defined (__LINUX__) + APP_SINGLE_TOP(): wxApp() + { + // Disable proxy menu in Unity window manager. Only usual menubar works with wxWidgets (at least <= 3.1) + // When the proxy menu menubar is enable, some important things for us do not work: menuitems UI events and shortcuts. + wxString wm; + + if( wxGetEnv( wxT( "XDG_CURRENT_DESKTOP" ), &wm ) && wm.CmpNoCase( wxT( "Unity" ) ) == 0 ) + { + wxSetEnv ( wxT("UBUNTU_MENUPROXY" ), wxT( "0" ) ); + } + } +#endif + + bool OnInit() // overload wxApp virtual + { + try + { + return Pgm().OnPgmInit( this ); + } + catch( const std::exception& e ) + { + wxLogError( wxT( "Unhandled exception class: %s what: %s" ), + GetChars( FROM_UTF8( typeid(e).name() )), + GetChars( FROM_UTF8( e.what() ) ) ); + } + catch( const IO_ERROR& ioe ) + { + wxLogError( GetChars( ioe.errorText ) ); + } + catch(...) + { + wxLogError( wxT( "Unhandled exception of unknown type" ) ); + } + + Pgm().OnPgmExit(); + + return false; + } + + int OnExit() // overload wxApp virtual + { + // Fixes segfault when wxPython scripting is enabled. +#if defined( KICAD_SCRIPTING_WXPYTHON ) + Pgm().OnPgmExit(); +#endif + return wxApp::OnExit(); + } + + int OnRun() // overload wxApp virtual + { + int ret = -1; + + try + { + ret = wxApp::OnRun(); + } + catch( const std::exception& e ) + { + wxLogError( wxT( "Unhandled exception class: %s what: %s" ), + GetChars( FROM_UTF8( typeid(e).name() )), + GetChars( FROM_UTF8( e.what() ) ) ); + } + catch( const IO_ERROR& ioe ) + { + wxLogError( GetChars( ioe.errorText ) ); + } + catch(...) + { + wxLogError( wxT( "Unhandled exception of unknown type" ) ); + } + + // Works properly when wxPython scripting is disabled. +#if !defined( KICAD_SCRIPTING_WXPYTHON ) + Pgm().OnPgmExit(); +#endif + + return ret; + } + + /** + * Function MacOpenFile + * is specific to MacOSX (not used under Linux or Windows). + * MacOSX requires it for file association. + * @see http://wiki.wxwidgets.org/WxMac-specific_topics + */ + void MacOpenFile( const wxString& aFileName ) // overload wxApp virtual + { + Pgm().MacOpenFile( aFileName ); + } +}; + +IMPLEMENT_APP( APP_SINGLE_TOP ); + + +bool PGM_SINGLE_TOP::OnPgmInit( wxApp* aWxApp ) +{ + // first thing: set m_wx_app + m_wx_app = aWxApp; + + wxString absoluteArgv0 = wxStandardPaths::Get().GetExecutablePath(); + + if( !wxIsAbsolutePath( absoluteArgv0 ) ) + { + wxLogError( wxT( "No meaningful argv[0]" ) ); + return false; + } + + if( !initPgm() ) + return false; + +#if !defined(BUILD_KIWAY_DLL) + // Get the getter, it is statically linked into this binary image. + KIFACE_GETTER_FUNC* getter = &KIFACE_GETTER; + + int kiface_version; + + // Get the KIFACE. + KIFACE* kiface = getter( &kiface_version, KIFACE_VERSION, this ); + + // Trick the KIWAY into thinking it loaded a KIFACE, by recording the KIFACE + // in the KIWAY. It needs to be there for KIWAY::OnKiwayEnd() anyways. + Kiway.set_kiface( KIWAY::KifaceType( TOP_FRAME ), kiface ); +#endif + + // Use KIWAY to create a top window, which registers its existence also. + // "TOP_FRAME" is a macro that is passed on compiler command line from CMake, + // and is one of the types in FRAME_T. + KIWAY_PLAYER* frame = Kiway.Player( TOP_FRAME, true ); + + Kiway.SetTop( frame ); + + App().SetTopWindow( frame ); // wxApp gets a face. + + // Open project or file specified on the command line: + int argc = App().argc; + + if( argc > 1 ) + { + /* + gerbview handles multiple project data files, i.e. gerber files on + cmd line. Others currently do not, they handle only one. For common + code simplicity we simply pass all the arguments in however, each + program module can do with them what they want, ignore, complain + whatever. We don't establish policy here, as this is a multi-purpose + launcher. + */ + + std::vector argSet; + + for( int i=1; iOpenProjectFiles( argSet ) ) + { + // OpenProjectFiles() API asks that it report failure to the UI. + // Nothing further to say here. + + // We've already initialized things at this point, but wx won't call OnExit if + // we fail out. Call our own cleanup routine here to ensure the relevant resources + // are freed at the right time (if they aren't, segfaults will occur). + OnPgmExit(); + + // Fail the process startup if the file could not be opened, + // although this is an optional choice, one that can be reversed + // also in the KIFACE specific OpenProjectFiles() return value. + return false; + } + } + + frame->Show(); + + return true; +} + + +void PGM_SINGLE_TOP::OnPgmExit() +{ + Kiway.OnKiwayEnd(); + + saveCommonSettings(); + + // Destroy everything in PGM_BASE, especially wxSingleInstanceCheckerImpl + // earlier than wxApp and earlier than static destruction would. + PGM_BASE::destroy(); +} + + +void PGM_SINGLE_TOP::MacOpenFile( const wxString& aFileName ) +{ + wxFileName filename( aFileName ); + + if( filename.FileExists() ) + { +#if 0 + // this pulls in EDA_DRAW_FRAME type info, which we don't want in + // the single_top link image. + KIWAY_PLAYER* frame = dynamic_cast( App().GetTopWindow() ); +#else + KIWAY_PLAYER* frame = (KIWAY_PLAYER*) App().GetTopWindow(); +#endif + if( frame ) + frame->OpenProjectFiles( std::vector( 1, aFileName ) ); + } +} diff --git a/common/string.cpp b/common/string.cpp new file mode 100644 index 0000000..d0bfe33 --- /dev/null +++ b/common/string.cpp @@ -0,0 +1,485 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file string.cpp + * @brief Some useful functions to handle strings. + */ + +#include +#include +#include // StrPrintf +#include + + +/** + * Illegal file name characters used to insure file names will be valid on all supported + * platforms. This is the list of illegal file name characters for Windows which includes + * the illegal file name characters for Linux and OSX. + */ +static const char illegalFileNameChars[] = "\\/:\"<>|"; + + +int ReadDelimitedText( wxString* aDest, const char* aSource ) +{ + std::string utf8; // utf8 but without escapes and quotes. + bool inside = false; + const char* start = aSource; + char cc; + + while( (cc = *aSource++) != 0 ) + { + if( cc == '"' ) + { + if( inside ) + break; // 2nd double quote is end of delimited text + + inside = true; // first delimiter found, make note, do not copy + } + + else if( inside ) + { + if( cc == '\\' ) + { + cc = *aSource++; + + if( !cc ) + break; + + // do no copy the escape byte if it is followed by \ or " + if( cc != '"' && cc != '\\' ) + utf8 += '\\'; + + utf8 += cc; + } + else + { + utf8 += cc; + } + } + } + + *aDest = FROM_UTF8( utf8.c_str() ); + + return aSource - start; +} + + +int ReadDelimitedText( char* aDest, const char* aSource, int aDestSize ) +{ + if( aDestSize <= 0 ) + return 0; + + bool inside = false; + const char* start = aSource; + char* limit = aDest + aDestSize - 1; + char cc; + + while( (cc = *aSource++) != 0 && aDest < limit ) + { + if( cc == '"' ) + { + if( inside ) + break; // 2nd double quote is end of delimited text + + inside = true; // first delimiter found, make note, do not copy + } + + else if( inside ) + { + if( cc == '\\' ) + { + cc = *aSource++; + + if( !cc ) + break; + + // do no copy the escape byte if it is followed by \ or " + if( cc != '"' && cc != '\\' ) + *aDest++ = '\\'; + + if( aDest < limit ) + *aDest++ = cc; + } + else + { + *aDest++ = cc; + } + } + } + + *aDest = 0; + + return aSource - start; +} + + +std::string EscapedUTF8( const wxString& aString ) +{ + std::string utf8 = TO_UTF8( aString ); + + std::string ret; + + ret += '"'; + + for( std::string::const_iterator it = utf8.begin(); it!=utf8.end(); ++it ) + { + // this escaping strategy is designed to be compatible with ReadDelimitedText(): + if( *it == '"' ) + { + ret += '\\'; + ret += '"'; + } + else if( *it == '\\' ) + { + ret += '\\'; // double it up + ret += '\\'; + } + else + { + ret += *it; + } + } + + ret += '"'; + + return ret; +} + + +char* StrPurge( char* text ) +{ + static const char whitespace[] = " \t\n\r\f\v"; + + if( text ) + { + while( *text && strchr( whitespace, *text ) ) + ++text; + + char* cp = text + strlen( text ) - 1; + + while( cp >= text && strchr( whitespace, *cp ) ) + *cp-- = '\0'; + } + + return text; +} + + +char* GetLine( FILE* File, char* Line, int* LineNum, int SizeLine ) +{ + do { + if( fgets( Line, SizeLine, File ) == NULL ) + return NULL; + + if( LineNum ) + *LineNum += 1; + + } while( Line[0] == '#' || Line[0] == '\n' || Line[0] == '\r' || Line[0] == 0 ); + + strtok( Line, "\n\r" ); + return Line; +} + + +wxString DateAndTime() +{ + wxDateTime datetime = wxDateTime::Now(); + + datetime.SetCountry( wxDateTime::Country_Default ); + return datetime.Format( wxDefaultDateTimeFormat, wxDateTime::Local ); +} + + +int StrNumCmp( const wxString& aString1, const wxString& aString2, int aLength, bool aIgnoreCase ) +{ + int i; + int nb1 = 0, nb2 = 0; + + wxString::const_iterator str1 = aString1.begin(), str2 = aString2.begin(); + + if( ( str1 == aString1.end() ) || ( str2 == aString2.end() ) ) + return 0; + + for( i = 0; i < aLength; i++ ) + { + if( isdigit( *str1 ) && isdigit( *str2 ) ) /* digit found */ + { + nb1 = 0; + nb2 = 0; + + while( isdigit( *str1 ) ) + { + nb1 = nb1 * 10 + (int) *str1 - '0'; + ++str1; + } + + while( isdigit( *str2 ) ) + { + nb2 = nb2 * 10 + (int) *str2 - '0'; + ++str2; + } + + if( nb1 < nb2 ) + return -1; + + if( nb1 > nb2 ) + return 1; + } + + if( aIgnoreCase ) + { + if( toupper( *str1 ) < toupper( *str2 ) ) + return -1; + + if( toupper( *str1 ) > toupper( *str2 ) ) + return 1; + + if( ( *str1 == 0 ) && ( *str2 == 0 ) ) + return 0; + } + else + { + if( *str1 < *str2 ) + return -1; + + if( *str1 > *str2 ) + return 1; + + if( ( str1 == aString1.end() ) && ( str2 == aString2.end() ) ) + return 0; + } + + ++str1; + ++str2; + } + + return 0; +} + + +bool WildCompareString( const wxString& pattern, const wxString& string_to_tst, + bool case_sensitive ) +{ + const wxChar* cp = NULL, * mp = NULL; + const wxChar* wild, * string; + wxString _pattern, _string_to_tst; + + if( case_sensitive ) + { + wild = pattern.GetData(); + string = string_to_tst.GetData(); + } + else + { + _pattern = pattern; + _pattern.MakeUpper(); + _string_to_tst = string_to_tst; + _string_to_tst.MakeUpper(); + wild = _pattern.GetData(); + string = _string_to_tst.GetData(); + } + + while( ( *string ) && ( *wild != '*' ) ) + { + if( ( *wild != *string ) && ( *wild != '?' ) ) + return false; + + wild++; string++; + } + + while( *string ) + { + if( *wild == '*' ) + { + if( !*++wild ) + return 1; + mp = wild; + cp = string + 1; + } + else if( ( *wild == *string ) || ( *wild == '?' ) ) + { + wild++; + string++; + } + else + { + wild = mp; + string = cp++; + } + } + + while( *wild == '*' ) + { + wild++; + } + + return !*wild; +} + + +int RefDesStringCompare( const wxString& strFWord, const wxString& strSWord ) +{ + // The different sections of the first string + wxString strFWordBeg, strFWordMid, strFWordEnd; + + // The different sections of the second string + wxString strSWordBeg, strSWordMid, strSWordEnd; + + int isEqual = 0; // The numerical results of a string compare + int iReturn = 0; // The variable that is being returned + + long lFirstDigit = 0; // The converted middle section of the first string + long lSecondDigit = 0; // The converted middle section of the second string + + // Split the two strings into separate parts + SplitString( strFWord, &strFWordBeg, &strFWordMid, &strFWordEnd ); + SplitString( strSWord, &strSWordBeg, &strSWordMid, &strSWordEnd ); + + // Compare the Beginning section of the strings + isEqual = strFWordBeg.CmpNoCase( strSWordBeg ); + + if( isEqual > 0 ) + iReturn = 1; + else if( isEqual < 0 ) + iReturn = -1; + else + { + // If the first sections are equal compare their digits + strFWordMid.ToLong( &lFirstDigit ); + strSWordMid.ToLong( &lSecondDigit ); + + if( lFirstDigit > lSecondDigit ) + iReturn = 1; + else if( lFirstDigit < lSecondDigit ) + iReturn = -1; + else + { + // If the first two sections are equal compare the endings + isEqual = strFWordEnd.CmpNoCase( strSWordEnd ); + + if( isEqual > 0 ) + iReturn = 1; + else if( isEqual < 0 ) + iReturn = -1; + else + iReturn = 0; + } + } + + return iReturn; +} + + +int SplitString( wxString strToSplit, + wxString* strBeginning, + wxString* strDigits, + wxString* strEnd ) +{ + // Clear all the return strings + strBeginning->Empty(); + strDigits->Empty(); + strEnd->Empty(); + + // There no need to do anything if the string is empty + if( strToSplit.length() == 0 ) + return 0; + + // Starting at the end of the string look for the first digit + int ii; + + for( ii = (strToSplit.length() - 1); ii >= 0; ii-- ) + { + if( isdigit( strToSplit[ii] ) ) + break; + } + + // If there were no digits then just set the single string + if( ii < 0 ) + { + *strBeginning = strToSplit; + } + else + { + // Since there is at least one digit this is the trailing string + *strEnd = strToSplit.substr( ii + 1 ); + + // Go to the end of the digits + int position = ii + 1; + + for( ; ii >= 0; ii-- ) + { + if( !isdigit( strToSplit[ii] ) ) + break; + } + + // If all that was left was digits, then just set the digits string + if( ii < 0 ) + *strDigits = strToSplit.substr( 0, position ); + + /* We were only looking for the last set of digits everything else is + * part of the preamble */ + else + { + *strDigits = strToSplit.substr( ii + 1, position - ii - 1 ); + *strBeginning = strToSplit.substr( 0, ii + 1 ); + } + } + + return 0; +} + + +wxString GetIllegalFileNameWxChars() +{ + return FROM_UTF8( illegalFileNameChars ); +} + + +bool ReplaceIllegalFileNameChars( std::string* aName, int aReplaceChar ) +{ + bool changed = false; + std::string result; + + for( std::string::iterator it = aName->begin(); it != aName->end(); ++it ) + { + if( strchr( illegalFileNameChars, *it ) ) + { + if( aReplaceChar ) + StrPrintf( &result, "%c", aReplaceChar ); + else + StrPrintf( &result, "%%%02x", *it ); + + changed = true; + } + else + { + result += *it; + } + } + + if( changed ) + *aName = result; + + return changed; +} diff --git a/common/strtok_r.c b/common/strtok_r.c new file mode 100644 index 0000000..a0b0997 --- /dev/null +++ b/common/strtok_r.c @@ -0,0 +1,35 @@ +/* + * public domain strtok_r() + */ + +#include + +char* strtok_r( char* str, const char* delim, char** nextp ) +{ + char* ret; + + if( str == NULL ) + { + str = *nextp; + } + + str += strspn( str, delim ); + + if( *str == '\0' ) + { + return NULL; + } + + ret = str; + + str += strcspn( str, delim ); + + if( *str ) + { + *str++ = '\0'; + } + + *nextp = str; + + return ret; +} diff --git a/common/systemdirsappend.cpp b/common/systemdirsappend.cpp new file mode 100644 index 0000000..3ce86dc --- /dev/null +++ b/common/systemdirsappend.cpp @@ -0,0 +1,166 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 CERN + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include +#include +#include // to define DEFAULT_INSTALL_PATH + + +// put your best guesses in here, send the computer on a wild goose chase, its +// got nothing else to do. + +void SystemDirsAppend( SEARCH_STACK* aSearchStack ) +{ + // No clearing is done here, the most general approach is NOT to assume that + // our appends will be the only thing in the stack. This function has no + // knowledge of caller's intentions. + + // wxPathList::AddEnvList() is broken, use SEARCH_STACK::AddPaths(). + // SEARCH_STACK::AddPaths() will verify readability and existence of + // each directory before adding. + SEARCH_STACK maybe; + + // User environment variable path is the first search path. Chances are + // if the user is savvy enough to set an environment variable they know + // what they are doing. It should take precedence over anything else. + // Otherwise don't set it. + maybe.AddPaths( wxGetenv( wxT( "KICAD" ) ) ); + +#ifdef __WXMAC__ + // Add the directory for the user-dependent, program specific data files. + maybe.AddPaths( GetOSXKicadUserDataDir() ); + + // Global machine specific application data + maybe.AddPaths( GetOSXKicadMachineDataDir() ); + + // Global application specific data files inside bundle + maybe.AddPaths( GetOSXKicadDataDir() ); +#else + // This is from CMAKE_INSTALL_PREFIX. + // Useful when KiCad is installed by `make install`. + // Use as second ranked place. + maybe.AddPaths( wxT( DEFAULT_INSTALL_PATH ) ); + + // Add the directory for the user-dependent, program specific data files. + // According to wxWidgets documentation: + // Unix: ~/.appname + // Windows: C:\Documents and Settings\username\Application Data\appname + maybe.AddPaths( wxStandardPaths::Get().GetUserDataDir() ); + + { + // Should be full path to this program executable. + wxString bin_dir = Pgm().GetExecutablePath(); + +#if defined(__MINGW32__) + // bin_dir uses unix path separator. So to parse with wxFileName + // use windows separator, especially important for server inclusion: + // like: \\myserver\local_path . + bin_dir.Replace( wxFileName::GetPathSeparator( wxPATH_UNIX ), + wxFileName::GetPathSeparator( wxPATH_WIN ) ); +#endif + + wxFileName bin_fn( bin_dir, wxEmptyString ); + + // Dir of the global (not user-specific), application specific, data files. + // From wx docs: + // Unix: prefix/share/appname + // Windows: the directory where the executable file is located + // Mac: appname.app/Contents/SharedSupport bundle subdirectory + wxString data_dir = wxStandardPaths::Get().GetDataDir(); + + if( bin_fn.GetPath() != data_dir ) + { + // add data_dir if it is different from the bin_dir + maybe.AddPaths( data_dir ); + } + + // Up one level relative to binary path with "share" appended below. + bin_fn.RemoveLastDir(); + maybe.AddPaths( bin_fn.GetPath() ); + } + + /* The normal OS program file install paths allow for a binary to be + * installed in a different path from the library files. This is + * useful for development purposes so the library and documentation + * files do not need to be installed separately. If someone can + * figure out a way to implement this without #ifdef, please do. + */ +#if defined(__MINGW32__) + maybe.AddPaths( wxGetenv( wxT( "PROGRAMFILES" ) ) ); +#else + maybe.AddPaths( wxGetenv( wxT( "PATH" ) ) ); +#endif +#endif + +#if defined(DEBUG) && 0 + maybe.Show( "maybe wish list" ); +#endif + + // Append 1) kicad, 2) kicad/share, 3) share, and 4) share/kicad to each + // possible base path in 'maybe'. Since SEARCH_STACK::AddPaths() will verify + // readability and existence of each directory, not all of these will be + // actually appended. + for( unsigned i = 0; i < maybe.GetCount(); ++i ) + { + wxFileName fn( maybe[i], wxEmptyString ); + +#ifndef __WXMAC__ + if( fn.GetPath().AfterLast( fn.GetPathSeparator() ) == wxT( "bin" ) ) + { + fn.RemoveLastDir(); + + if( !fn.GetDirCount() ) + continue; // at least on linux + } +#endif + + aSearchStack->AddPaths( fn.GetPath() ); + +#ifndef __WXMAC__ + fn.AppendDir( wxT( "kicad" ) ); + aSearchStack->AddPaths( fn.GetPath() ); // add maybe[i]/kicad + + fn.AppendDir( wxT( "share" ) ); + aSearchStack->AddPaths( fn.GetPath() ); // add maybe[i]/kicad/share + + fn.RemoveLastDir(); // ../ clear share + fn.RemoveLastDir(); // ../ clear kicad + + fn.AppendDir( wxT( "share" ) ); + aSearchStack->AddPaths( fn.GetPath() ); // add maybe[i]/share + + fn.AppendDir( wxT( "kicad" ) ); + aSearchStack->AddPaths( fn.GetPath() ); // add maybe[i]/share/kicad +#endif + } + +#if defined(DEBUG) && 0 + // final results: + aSearchStack->Show( __func__ ); +#endif +} diff --git a/common/tool/action_manager.cpp b/common/tool/action_manager.cpp new file mode 100644 index 0000000..ddc3cea --- /dev/null +++ b/common/tool/action_manager.cpp @@ -0,0 +1,269 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + +#include +#include +#include +#include + +ACTION_MANAGER::ACTION_MANAGER( TOOL_MANAGER* aToolManager ) : + m_toolMgr( aToolManager ) +{ + // Register known actions + std::list& actionList = GetActionList(); + + BOOST_FOREACH( TOOL_ACTION* action, actionList ) + { + if( action->m_id == -1 ) + action->m_id = MakeActionId( action->m_name ); + + RegisterAction( new TOOL_ACTION( *action ) ); + } +} + + +ACTION_MANAGER::~ACTION_MANAGER() +{ + while( !m_actionNameIndex.empty() ) + { + TOOL_ACTION* action = m_actionNameIndex.begin()->second; + UnregisterAction( action ); + delete action; + } +} + + +void ACTION_MANAGER::RegisterAction( TOOL_ACTION* aAction ) +{ + // TOOL_ACTIONs are supposed to be named [appName.]toolName.actionName (with dots between) + // action name without specifying at least toolName is not valid + assert( aAction->GetName().find( '.', 0 ) != std::string::npos ); + + // TOOL_ACTIONs must have unique names & ids + assert( m_actionNameIndex.find( aAction->m_name ) == m_actionNameIndex.end() ); + + m_actionNameIndex[aAction->m_name] = aAction; +} + + +void ACTION_MANAGER::UnregisterAction( TOOL_ACTION* aAction ) +{ + m_actionNameIndex.erase( aAction->m_name ); + int hotkey = GetHotKey( *aAction ); + + if( hotkey ) + { + std::list& actions = m_actionHotKeys[hotkey]; + std::list::iterator action = std::find( actions.begin(), actions.end(), aAction ); + + if( action != actions.end() ) + actions.erase( action ); + else + assert( false ); + } +} + + +int ACTION_MANAGER::MakeActionId( const std::string& aActionName ) +{ + static int currentActionId = 1; + + return currentActionId++; +} + + +TOOL_ACTION* ACTION_MANAGER::FindAction( const std::string& aActionName ) const +{ + std::map::const_iterator it = m_actionNameIndex.find( aActionName ); + + if( it != m_actionNameIndex.end() ) + return it->second; + + return NULL; +} + + +bool ACTION_MANAGER::RunHotKey( int aHotKey ) const +{ + int key = aHotKey & ~MD_MODIFIER_MASK; + int mod = aHotKey & MD_MODIFIER_MASK; + + if( key >= 'a' && key <= 'z' ) + key = std::toupper( key ); + + HOTKEY_LIST::const_iterator it = m_actionHotKeys.find( key | mod ); + + // If no luck, try without Shift, to handle keys that require it + // e.g. to get ? you need to press Shift+/ without US keyboard layout + // Hardcoding ? as Shift+/ is a bad idea, as on another layout you may need to press a + // different combination + if( it == m_actionHotKeys.end() ) + { + it = m_actionHotKeys.find( key | ( mod & ~MD_SHIFT ) ); + + if( it == m_actionHotKeys.end() ) + return false; // no appropriate action found for the hotkey + } + + const std::list& actions = it->second; + + // Choose the action that has the highest priority on the active tools stack + // If there is none, run the global action associated with the hot key + int highestPriority = -1, priority = -1; + const TOOL_ACTION* context = NULL; // pointer to context action of the highest priority tool + const TOOL_ACTION* global = NULL; // pointer to global action, if there is no context action + + BOOST_FOREACH( const TOOL_ACTION* action, actions ) + { + if( action->GetScope() == AS_GLOBAL ) + { + // Store the global action for the hot key in case there was no possible + // context actions to run + assert( global == NULL ); // there should be only one global action per hot key + global = action; + continue; + } + + TOOL_BASE* tool = m_toolMgr->FindTool( action->GetToolName() ); + + if( tool ) + { + // Choose the action that goes to the tool with highest priority + // (i.e. is on the top of active tools stack) + priority = m_toolMgr->GetPriority( tool->GetId() ); + + if( priority >= 0 && priority > highestPriority ) + { + highestPriority = priority; + context = action; + } + } + } + + if( context ) + { + m_toolMgr->RunAction( *context, true ); + return true; + } + else if( global ) + { + m_toolMgr->RunAction( *global, true ); + return true; + } + + return false; +} + + +int ACTION_MANAGER::GetHotKey( const TOOL_ACTION& aAction ) const +{ + std::map::const_iterator it = m_hotkeys.find( aAction.GetId() ); + + if( it == m_hotkeys.end() ) + return 0; + + return it->second; +} + + +void ACTION_MANAGER::UpdateHotKeys() +{ + m_actionHotKeys.clear(); + m_hotkeys.clear(); + + BOOST_FOREACH( TOOL_ACTION* action, m_actionNameIndex | boost::adaptors::map_values ) + { + int hotkey = processHotKey( action ); + + if( hotkey > 0 ) + { + m_actionHotKeys[hotkey].push_back( action ); + m_hotkeys[action->GetId()] = hotkey; + } + } + +#ifndef NDEBUG + // Check if there are two global actions assigned to the same hotkey + BOOST_FOREACH( std::list& action_list, m_actionHotKeys | boost::adaptors::map_values ) + { + int global_actions_cnt = 0; + + BOOST_FOREACH( TOOL_ACTION* action, action_list ) + { + if( action->GetScope() == AS_GLOBAL ) + ++global_actions_cnt; + } + + assert( global_actions_cnt <= 1 ); + } +#endif /* not NDEBUG */ +} + + +int ACTION_MANAGER::processHotKey( TOOL_ACTION* aAction ) +{ + int hotkey = aAction->getDefaultHotKey(); + + if( ( hotkey & TOOL_ACTION::LEGACY_HK ) ) + { + hotkey = hotkey & ~TOOL_ACTION::LEGACY_HK; // it leaves only HK_xxx identifier + EDA_DRAW_FRAME* frame = static_cast( m_toolMgr->GetEditFrame() ); + EDA_HOTKEY* hk_desc = frame->GetHotKeyDescription( hotkey ); + + if( hk_desc ) + { + hotkey = hk_desc->m_KeyCode; + + // Convert modifiers to the ones used by the Tool Framework + if( hotkey & GR_KB_CTRL ) + { + hotkey &= ~GR_KB_CTRL; + hotkey |= MD_CTRL; + } + + if( hotkey & GR_KB_ALT ) + { + hotkey &= ~GR_KB_ALT; + hotkey |= MD_ALT; + } + + if( hotkey & GR_KB_SHIFT ) + { + hotkey &= ~GR_KB_SHIFT; + hotkey |= MD_SHIFT; + } + } + else + { + hotkey = 0; + } + } + + return hotkey; +} diff --git a/common/tool/context_menu.cpp b/common/tool/context_menu.cpp new file mode 100644 index 0000000..bd316cb --- /dev/null +++ b/common/tool/context_menu.cpp @@ -0,0 +1,391 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013-2015 CERN + * @author Tomasz Wlostowski + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + +#include +#include + +CONTEXT_MENU::CONTEXT_MENU() : + m_titleSet( false ), m_selected( -1 ), m_tool( NULL ), m_parent( NULL ), m_icon( NULL ), + m_menu_handler( CONTEXT_MENU::menuHandlerStub ), + m_update_handler( CONTEXT_MENU::updateHandlerStub ) +{ + setupEvents(); +} + + +CONTEXT_MENU::CONTEXT_MENU( const CONTEXT_MENU& aMenu ) +{ + copyFrom( aMenu ); + setupEvents(); +} + + +CONTEXT_MENU::~CONTEXT_MENU() +{ + // Set parent to NULL to prevent submenus from unregistering from a notexisting object + for( std::list::iterator it = m_submenus.begin(); it != m_submenus.end(); ++it ) + (*it)->m_parent = NULL; + + if( m_parent ) + m_parent->m_submenus.remove( this ); +} + + +CONTEXT_MENU& CONTEXT_MENU::operator=( const CONTEXT_MENU& aMenu ) +{ + Clear(); + copyFrom( aMenu ); + + return *this; +} + + +void CONTEXT_MENU::setupEvents() +{ + Connect( wxEVT_MENU_HIGHLIGHT, wxMenuEventHandler( CONTEXT_MENU::onMenuEvent ), NULL, this ); + Connect( wxEVT_COMMAND_MENU_SELECTED, wxMenuEventHandler( CONTEXT_MENU::onMenuEvent ), NULL, this ); +} + + +void CONTEXT_MENU::SetTitle( const wxString& aTitle ) +{ + // TODO handle an empty string (remove title and separator) + + // Unfortunately wxMenu::SetTitle() does nothing.. (at least wxGTK) + + if( m_titleSet ) + { + FindItemByPosition( 0 )->SetItemLabel( aTitle ); + } + else + { + InsertSeparator( 0 ); + Insert( 0, new wxMenuItem( this, wxID_NONE, aTitle, wxEmptyString, wxITEM_NORMAL ) ); + m_titleSet = true; + } +} + + +wxMenuItem* CONTEXT_MENU::Add( const wxString& aLabel, int aId, const BITMAP_OPAQUE* aIcon ) +{ +#ifdef DEBUG + if( FindItem( aId ) != NULL ) + wxLogWarning( wxT( "Adding more than one menu entry with the same ID may result in" + "undefined behaviour" ) ); +#endif + + wxMenuItem* item = new wxMenuItem( this, aId, aLabel, wxEmptyString, wxITEM_NORMAL ); + + if( aIcon ) + item->SetBitmap( KiBitmap( aIcon ) ); + + return Append( item ); +} + + +wxMenuItem* CONTEXT_MENU::Add( const TOOL_ACTION& aAction ) +{ + /// ID numbers for tool actions need to have a value higher than ACTION_ID + const BITMAP_OPAQUE* icon = aAction.GetIcon(); + + wxMenuItem* item = new wxMenuItem( this, getMenuId( aAction ), aAction.GetMenuItem(), + aAction.GetDescription(), wxITEM_NORMAL ); + + if( icon ) + item->SetBitmap( KiBitmap( icon ) ); + + m_toolActions[getMenuId( aAction )] = &aAction; + + return Append( item ); +} + + +std::list CONTEXT_MENU::Add( CONTEXT_MENU* aMenu, const wxString& aLabel, bool aExpand ) +{ + std::list items; + CONTEXT_MENU* menuCopy = new CONTEXT_MENU( *aMenu ); + m_submenus.push_back( menuCopy ); + menuCopy->m_parent = this; + + if( aExpand ) + { + for( int i = 0; i < (int) aMenu->GetMenuItemCount(); ++i ) + { + wxMenuItem* item = aMenu->FindItemByPosition( i ); + items.push_back( appendCopy( item ) ); + } + } + else + { + if( aMenu->m_icon ) + { + wxMenuItem* newItem = new wxMenuItem( this, -1, aLabel, wxEmptyString, wxITEM_NORMAL ); + newItem->SetBitmap( KiBitmap( aMenu->m_icon ) ); + newItem->SetSubMenu( menuCopy ); + items.push_back( Append( newItem ) ); + } + else + { + items.push_back( AppendSubMenu( menuCopy, aLabel ) ); + } + } + + return items; +} + + +void CONTEXT_MENU::Clear() +{ + m_titleSet = false; + + for( int i = GetMenuItemCount() - 1; i >= 0; --i ) + Destroy( FindItemByPosition( i ) ); + + m_toolActions.clear(); + m_submenus.clear(); + m_parent = NULL; + + assert( GetMenuItemCount() == 0 ); +} + + +void CONTEXT_MENU::UpdateAll() +{ + try + { + m_update_handler(); + } + catch( std::exception& e ) + { + std::cerr << "CONTEXT_MENU error running update handler: " << e.what() << std::endl; + } + + if( m_tool ) + updateHotKeys(); + + runOnSubmenus( boost::bind( &CONTEXT_MENU::UpdateAll, _1 ) ); +} + + +void CONTEXT_MENU::SetTool( TOOL_INTERACTIVE* aTool ) +{ + m_tool = aTool; + + runOnSubmenus( boost::bind( &CONTEXT_MENU::SetTool, _1, aTool ) ); +} + + +TOOL_MANAGER* CONTEXT_MENU::getToolManager() +{ + assert( m_tool ); + return m_tool->GetManager(); +} + + +void CONTEXT_MENU::updateHotKeys() +{ + TOOL_MANAGER* toolMgr = getToolManager(); + + for( std::map::const_iterator it = m_toolActions.begin(); + it != m_toolActions.end(); ++it ) + { + int id = it->first; + const TOOL_ACTION& action = *it->second; + int key = toolMgr->GetHotKey( action ) & ~MD_MODIFIER_MASK; + + if( key ) + { + int mod = toolMgr->GetHotKey( action ) & MD_MODIFIER_MASK; + int flags = 0; + wxMenuItem* item = FindChildItem( id ); + + if( item ) + { + flags |= ( mod & MD_ALT ) ? wxACCEL_ALT : 0; + flags |= ( mod & MD_CTRL ) ? wxACCEL_CTRL : 0; + flags |= ( mod & MD_SHIFT ) ? wxACCEL_SHIFT : 0; + + if( !flags ) + flags = wxACCEL_NORMAL; + + wxAcceleratorEntry accel( flags, key, id, item ); + item->SetAccel( &accel ); + } + } + } +} + + +void CONTEXT_MENU::onMenuEvent( wxMenuEvent& aEvent ) +{ + OPT_TOOL_EVENT evt; + + wxEventType type = aEvent.GetEventType(); + + // When the currently chosen item in the menu is changed, an update event is issued. + // For example, the selection tool can use this to dynamically highlight the current item + // from selection clarification popup. + if( type == wxEVT_MENU_HIGHLIGHT ) + evt = TOOL_EVENT( TC_COMMAND, TA_CONTEXT_MENU_UPDATE, aEvent.GetId() ); + + // One of menu entries was selected.. + else if( type == wxEVT_COMMAND_MENU_SELECTED ) + { + // Store the selected position + m_selected = aEvent.GetId(); + + // Check if there is a TOOL_ACTION for the given ID + if( m_toolActions.count( aEvent.GetId() ) == 1 ) + { + evt = m_toolActions[aEvent.GetId()]->MakeEvent(); + } + else + { + runEventHandlers( aEvent, evt ); + + // Under Linux, every submenu can have a separate event handler, under + // Windows all submenus are handled by the main menu. +#ifdef __WINDOWS__ + if( !evt ) + { + // Try to find the submenu which holds the selected item + wxMenu* menu = NULL; + FindItem( m_selected, &menu ); + + if( menu && menu != this ) + { + menu->ProcessEvent( aEvent ); + return; + } + } +#endif + + // Handling non-action menu entries (e.g. items in clarification list) + if( !evt ) + evt = TOOL_EVENT( TC_COMMAND, TA_CONTEXT_MENU_CHOICE, aEvent.GetId() ); + } + } + + assert( m_tool ); // without tool & tool manager we cannot handle events + + // forward the action/update event to the TOOL_MANAGER + if( evt && m_tool ) + m_tool->GetManager()->ProcessEvent( *evt ); +} + + +void CONTEXT_MENU::runEventHandlers( const wxMenuEvent& aMenuEvent, OPT_TOOL_EVENT& aToolEvent ) +{ + aToolEvent = m_menu_handler( aMenuEvent ); + + if( !aToolEvent ) + runOnSubmenus( boost::bind( &CONTEXT_MENU::runEventHandlers, _1, aMenuEvent, aToolEvent ) ); +} + + +void CONTEXT_MENU::runOnSubmenus( boost::function aFunction ) +{ + try + { + std::for_each( m_submenus.begin(), m_submenus.end(), aFunction ); + } + catch( std::exception& e ) + { + std::cerr << "CONTEXT_MENU runOnSubmenus error: " << e.what() << std::endl; + } +} + + +wxMenuItem* CONTEXT_MENU::appendCopy( const wxMenuItem* aSource ) +{ + wxMenuItem* newItem = new wxMenuItem( this, aSource->GetId(), aSource->GetItemLabel(), + aSource->GetHelp(), aSource->GetKind() ); + + if( aSource->GetKind() == wxITEM_NORMAL ) + newItem->SetBitmap( aSource->GetBitmap() ); + + if( aSource->IsSubMenu() ) + { +#ifdef DEBUG + // Submenus of a CONTEXT_MENU are supposed to be CONTEXT_MENUs as well + assert( dynamic_cast( aSource->GetSubMenu() ) ); +#endif + + CONTEXT_MENU* menu = new CONTEXT_MENU( static_cast( *aSource->GetSubMenu() ) ); + newItem->SetSubMenu( menu ); + Append( newItem ); + + m_submenus.push_back( menu ); + menu->m_parent = this; + } + else + { + Append( newItem ); + newItem->SetKind( aSource->GetKind() ); + newItem->SetHelp( aSource->GetHelp() ); + newItem->Enable( aSource->IsEnabled() ); + + if( aSource->IsCheckable() ) + newItem->Check( aSource->IsChecked() ); + } + + return newItem; +} + + +void CONTEXT_MENU::copyFrom( const CONTEXT_MENU& aMenu ) +{ + m_icon = aMenu.m_icon; + m_titleSet = aMenu.m_titleSet; + m_selected = -1; // aMenu.m_selected; + m_tool = aMenu.m_tool; + m_toolActions = aMenu.m_toolActions; + m_parent = NULL; // aMenu.m_parent; + m_menu_handler = aMenu.m_menu_handler; + m_update_handler = aMenu.m_update_handler; + + // Copy all the menu entries + for( int i = 0; i < (int) aMenu.GetMenuItemCount(); ++i ) + { + wxMenuItem* item = aMenu.FindItemByPosition( i ); + appendCopy( item ); + } +} + + +OPT_TOOL_EVENT CONTEXT_MENU::menuHandlerStub( const wxMenuEvent& ) +{ + return boost::none; +} + + +void CONTEXT_MENU::updateHandlerStub() +{ +} diff --git a/common/tool/tool_action.cpp b/common/tool/tool_action.cpp new file mode 100644 index 0000000..c73445f --- /dev/null +++ b/common/tool/tool_action.cpp @@ -0,0 +1,65 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +TOOL_ACTION::TOOL_ACTION( const std::string& aName, TOOL_ACTION_SCOPE aScope, + int aDefaultHotKey, const wxString aMenuItem, const wxString& aMenuDesc, + const BITMAP_OPAQUE* aIcon, TOOL_ACTION_FLAGS aFlags, void* aParam ) : + m_name( aName ), m_scope( aScope ), m_defaultHotKey( aDefaultHotKey ), + m_menuItem( aMenuItem ), m_menuDescription( aMenuDesc ), + m_icon( aIcon ), m_id( -1 ), m_flags( aFlags ), m_param( aParam ) +{ + ACTION_MANAGER::GetActionList().push_back( this ); +} + + +TOOL_ACTION::~TOOL_ACTION() +{ + ACTION_MANAGER::GetActionList().remove( this ); +} + + +std::string TOOL_ACTION::GetToolName() const +{ + int dotCount = std::count( m_name.begin(), m_name.end(), '.' ); + + switch( dotCount ) + { + case 0: + assert( false ); // Invalid action name format + return ""; + + case 1: + return m_name; + + case 2: + return m_name.substr( 0, m_name.rfind( '.' ) ); + + default: + assert( false ); // TODO not implemented + return ""; + } +} diff --git a/common/tool/tool_base.cpp b/common/tool/tool_base.cpp new file mode 100644 index 0000000..f9191d5 --- /dev/null +++ b/common/tool/tool_base.cpp @@ -0,0 +1,97 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include // LAME! + +KIGFX::VIEW* TOOL_BASE::getView() const +{ + return m_toolMgr->GetView(); +} + + +KIGFX::VIEW_CONTROLS* TOOL_BASE::getViewControls() const +{ + return m_toolMgr->GetViewControls(); +} + + +wxWindow* TOOL_BASE::getEditFrameInt() const +{ + return m_toolMgr->GetEditFrame(); +} + + +EDA_ITEM* TOOL_BASE::getModelInt() const +{ + return m_toolMgr->GetModel(); +} + + +void TOOL_BASE::attachManager( TOOL_MANAGER* aManager ) +{ + m_toolMgr = aManager; + m_toolSettings = TOOL_SETTINGS( this ); +} + + +TOOL_SETTINGS::TOOL_SETTINGS( TOOL_BASE* aTool ) : + m_tool( aTool ) +{ +} + + +TOOL_SETTINGS::~TOOL_SETTINGS() +{ +} + + +TOOL_SETTINGS& TOOL_BASE::GetSettings() +{ + return m_toolSettings; +} + + +wxString TOOL_SETTINGS::getKeyName( const wxString& aEntryName ) const +{ + wxString key( m_tool->GetName() ); + key += wxT( "." ); + key += aEntryName; + return key; +} + + +wxConfigBase* TOOL_SETTINGS::getConfigBase() const +{ + if( !m_tool ) + return NULL; + + // fixme: make independent of pcbnew (post-stable) + if( PCB_EDIT_FRAME* frame = m_tool->getEditFrame() ) + return frame->GetSettings(); + + return NULL; +} diff --git a/common/tool/tool_dispatcher.cpp b/common/tool/tool_dispatcher.cpp new file mode 100644 index 0000000..1f2f6ce --- /dev/null +++ b/common/tool/tool_dispatcher.cpp @@ -0,0 +1,363 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include +#include +#include +#include +#include + +#include +#include + +#include +#include + +///> Stores information about a mouse button state +struct TOOL_DISPATCHER::BUTTON_STATE +{ + BUTTON_STATE( TOOL_MOUSE_BUTTONS aButton, const wxEventType& aDownEvent, + const wxEventType& aUpEvent, const wxEventType& aDblClickEvent ) : + dragging( false ), + pressed( false ), + dragMaxDelta( 0.0f ), + button( aButton ), + downEvent( aDownEvent ), + upEvent( aUpEvent ), + dblClickEvent( aDblClickEvent ) + {}; + + ///> Flag indicating that dragging is active for the given button. + bool dragging; + + ///> Flag indicating that the given button is pressed. + bool pressed; + + ///> Point where dragging has started (in world coordinates). + VECTOR2D dragOrigin; + + ///> Point where click event has occurred. + VECTOR2D downPosition; + + ///> Difference between drag origin point and current mouse position (expressed as distance in + ///> pixels). + double dragMaxDelta; + + ///> Determines the mouse button for which information are stored. + TOOL_MOUSE_BUTTONS button; + + ///> The type of wxEvent that determines mouse button press. + wxEventType downEvent; + + ///> The type of wxEvent that determines mouse button release. + wxEventType upEvent; + + ///> The type of wxEvent that determines mouse button double click. + wxEventType dblClickEvent; + + ///> Time stamp for the last mouse button press event. + wxLongLong downTimestamp; + + ///> Restores initial state. + void Reset() + { + dragging = false; + pressed = false; + } + + ///> Checks the current state of the button. + bool GetState() const + { + wxMouseState mouseState = wxGetMouseState(); + + switch( button ) + { + case BUT_LEFT: + return mouseState.LeftIsDown(); + + case BUT_MIDDLE: + return mouseState.MiddleIsDown(); + + case BUT_RIGHT: + return mouseState.RightIsDown(); + + default: + assert( false ); + break; + } + + return false; + } +}; + + +TOOL_DISPATCHER::TOOL_DISPATCHER( TOOL_MANAGER* aToolMgr ) : + m_toolMgr( aToolMgr ) +{ + m_buttons.push_back( new BUTTON_STATE( BUT_LEFT, wxEVT_LEFT_DOWN, + wxEVT_LEFT_UP, wxEVT_LEFT_DCLICK ) ); + m_buttons.push_back( new BUTTON_STATE( BUT_RIGHT, wxEVT_RIGHT_DOWN, + wxEVT_RIGHT_UP, wxEVT_RIGHT_DCLICK ) ); + m_buttons.push_back( new BUTTON_STATE( BUT_MIDDLE, wxEVT_MIDDLE_DOWN, + wxEVT_MIDDLE_UP, wxEVT_MIDDLE_DCLICK ) ); + + ResetState(); +} + + +TOOL_DISPATCHER::~TOOL_DISPATCHER() +{ + BOOST_FOREACH( BUTTON_STATE* st, m_buttons ) + delete st; +} + + +void TOOL_DISPATCHER::ResetState() +{ + BOOST_FOREACH( BUTTON_STATE* st, m_buttons ) + st->Reset(); +} + + +KIGFX::VIEW* TOOL_DISPATCHER::getView() +{ + return static_cast( m_toolMgr->GetEditFrame() )->GetGalCanvas()->GetView(); +} + + +bool TOOL_DISPATCHER::handleMouseButton( wxEvent& aEvent, int aIndex, bool aMotion ) +{ + BUTTON_STATE* st = m_buttons[aIndex]; + wxEventType type = aEvent.GetEventType(); + boost::optional evt; + bool isClick = false; + +// bool up = type == st->upEvent; +// bool down = type == st->downEvent; + bool up = false, down = false; + bool dblClick = type == st->dblClickEvent; + bool state = st->GetState(); + + if( !dblClick ) + { + // Sometimes the dispatcher does not receive mouse button up event, so it stays + // in the dragging mode even if the mouse button is not held anymore + if( st->pressed && !state ) + up = true; + else if( !st->pressed && state ) + down = true; + } + + int mods = decodeModifiers( static_cast( &aEvent ) ); + int args = st->button | mods; + + if( down ) // Handle mouse button press + { + st->downTimestamp = wxGetLocalTimeMillis(); + st->dragOrigin = m_lastMousePos; + st->downPosition = m_lastMousePos; + st->dragMaxDelta = 0; + st->pressed = true; + evt = TOOL_EVENT( TC_MOUSE, TA_MOUSE_DOWN, args ); + } + else if( up ) // Handle mouse button release + { + st->pressed = false; + + if( st->dragging ) + { + wxLongLong t = wxGetLocalTimeMillis(); + + // Determine if it was just a single click or beginning of dragging + if( t - st->downTimestamp < DragTimeThreshold && + st->dragMaxDelta < DragDistanceThreshold ) + isClick = true; + else + evt = TOOL_EVENT( TC_MOUSE, TA_MOUSE_UP, args ); + } + else + isClick = true; + + if( isClick ) + evt = TOOL_EVENT( TC_MOUSE, TA_MOUSE_CLICK, args ); + + st->dragging = false; + } + else if( dblClick ) + { + evt = TOOL_EVENT( TC_MOUSE, TA_MOUSE_DBLCLICK, args ); + } + + if( st->pressed && aMotion ) + { + st->dragging = true; + double dragPixelDistance = + getView()->ToScreen( m_lastMousePos - st->dragOrigin, false ).EuclideanNorm(); + st->dragMaxDelta = std::max( st->dragMaxDelta, dragPixelDistance ); + + wxLongLong t = wxGetLocalTimeMillis(); + + if( t - st->downTimestamp > DragTimeThreshold || st->dragMaxDelta > DragDistanceThreshold ) + { + evt = TOOL_EVENT( TC_MOUSE, TA_MOUSE_DRAG, args ); + evt->setMouseDragOrigin( st->dragOrigin ); + evt->setMouseDelta( m_lastMousePos - st->dragOrigin ); + } + } + + if( evt ) + { + evt->SetMousePosition( isClick ? st->downPosition : m_lastMousePos ); + m_toolMgr->ProcessEvent( *evt ); + + return true; + } + + return false; +} + + +void TOOL_DISPATCHER::DispatchWxEvent( wxEvent& aEvent ) +{ + bool motion = false, buttonEvents = false; + boost::optional evt; + + int type = aEvent.GetEventType(); + + // Mouse handling + if( type == wxEVT_MOTION || type == wxEVT_MOUSEWHEEL || +#ifdef USE_OSX_MAGNIFY_EVENT + type == wxEVT_MAGNIFY || +#endif + type == wxEVT_LEFT_DOWN || type == wxEVT_LEFT_UP || + type == wxEVT_MIDDLE_DOWN || type == wxEVT_MIDDLE_UP || + type == wxEVT_RIGHT_DOWN || type == wxEVT_RIGHT_UP || + type == wxEVT_LEFT_DCLICK || type == wxEVT_MIDDLE_DCLICK || type == wxEVT_RIGHT_DCLICK || + // Event issued whem mouse retains position in screen coordinates, + // but changes in world coordinates (e.g. autopanning) + type == KIGFX::WX_VIEW_CONTROLS::EVT_REFRESH_MOUSE ) + { + wxMouseEvent* me = static_cast( &aEvent ); + int mods = decodeModifiers( me ); + + VECTOR2D screenPos = m_toolMgr->GetViewControls()->GetMousePosition(); + VECTOR2D pos = getView()->ToWorld( screenPos ); + + if( pos != m_lastMousePos ) + { + motion = true; + m_lastMousePos = pos; + } + + for( unsigned int i = 0; i < m_buttons.size(); i++ ) + buttonEvents |= handleMouseButton( aEvent, i, motion ); + + if( !buttonEvents && motion ) + { + evt = TOOL_EVENT( TC_MOUSE, TA_MOUSE_MOTION, mods ); + evt->SetMousePosition( pos ); + } + +#ifdef __APPLE__ + // TODO That's a big ugly workaround, somehow DRAWPANEL_GAL loses focus + // after second LMB click and currently I have no means to do better debugging + if( type == wxEVT_LEFT_UP ) + static_cast( m_toolMgr->GetEditFrame() )->GetGalCanvas()->SetFocus(); +#endif /* __APPLE__ */ + } + + // Keyboard handling + else if( type == wxEVT_CHAR ) + { + wxKeyEvent* ke = static_cast( &aEvent ); + int key = ke->GetKeyCode(); + int mods = decodeModifiers( ke ); + + if( mods & MD_CTRL ) + { +#if !wxCHECK_VERSION( 2, 9, 0 ) + // I really look forward to the day when we will use only one version of wxWidgets.. + const int WXK_CONTROL_A = 1; + const int WXK_CONTROL_Z = 26; +#endif + + // wxWidgets have a quirk related to Ctrl+letter hot keys handled by CHAR_EVT + // http://docs.wxwidgets.org/trunk/classwx_key_event.html: + // "char events for ASCII letters in this case carry codes corresponding to the ASCII + // value of Ctrl-Latter, i.e. 1 for Ctrl-A, 2 for Ctrl-B and so on until 26 for Ctrl-Z." + if( key >= WXK_CONTROL_A && key <= WXK_CONTROL_Z ) + key += 'A' - 1; + } + + if( key == WXK_ESCAPE ) // ESC is the special key for cancelling tools + evt = TOOL_EVENT( TC_COMMAND, TA_CANCEL_TOOL ); + else + evt = TOOL_EVENT( TC_KEYBOARD, TA_KEY_PRESSED, key | mods ); + } + + if( evt ) + m_toolMgr->ProcessEvent( *evt ); + + // pass the event to the GUI, it might still be interested in it +#ifdef __APPLE__ + // On OS X, key events are always meant to be caught. An uncaught key event is assumed + // to be a user input error by OS X (as they are pressing keys in a context where nothing + // is there to catch the event). This annoyingly makes OS X beep and/or flash the screen + // in pcbnew and the footprint editor any time a hotkey is used. The correct procedure is + // to NOT pass key events to the GUI under OS X. + + if( type != wxEVT_CHAR ) + aEvent.Skip(); +#else + aEvent.Skip(); +#endif + + updateUI(); +} + + +void TOOL_DISPATCHER::DispatchWxCommand( wxCommandEvent& aEvent ) +{ + boost::optional evt = COMMON_ACTIONS::TranslateLegacyId( aEvent.GetId() ); + + if( evt ) + m_toolMgr->ProcessEvent( *evt ); + else + aEvent.Skip(); + + updateUI(); +} + + +void TOOL_DISPATCHER::updateUI() +{ + // TODO I don't feel it is the right place for updating UI, + // but at the moment I cannot think of a better one.. + EDA_DRAW_FRAME* frame = static_cast( m_toolMgr->GetEditFrame() ); + frame->UpdateStatusBar(); + frame->UpdateMsgPanel(); +} diff --git a/common/tool/tool_event.cpp b/common/tool/tool_event.cpp new file mode 100644 index 0000000..68518a2 --- /dev/null +++ b/common/tool/tool_event.cpp @@ -0,0 +1,162 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include + +#include +#include +#include + +#include + +struct FlagString +{ + int flag; + std::string str; +}; + + +static const std::string flag2string( int aFlag, const FlagString* aExps ) +{ + std::string rv; + + for( int i = 0; aExps[i].str.length(); i++ ) + { + if( aExps[i].flag & aFlag ) + rv += aExps[i].str + " "; + } + + return rv; +} + + +bool TOOL_EVENT::IsAction( const TOOL_ACTION* aAction ) const +{ + return Matches( aAction->MakeEvent() ); +} + + +const std::string TOOL_EVENT::Format() const +{ + std::string ev; + + const FlagString categories[] = + { + { TC_MOUSE, "mouse" }, + { TC_KEYBOARD, "keyboard" }, + { TC_COMMAND, "command" }, + { TC_MESSAGE, "message" }, + { TC_VIEW, "view" }, + { 0, "" } + }; + + const FlagString actions[] = + { + { TA_MOUSE_CLICK, "click" }, + { TA_MOUSE_DBLCLICK, "double click" }, + { TA_MOUSE_UP, "button-up" }, + { TA_MOUSE_DOWN, "button-down" }, + { TA_MOUSE_DRAG, "drag" }, + { TA_MOUSE_MOTION, "motion" }, + { TA_MOUSE_WHEEL, "wheel" }, + { TA_KEY_PRESSED, "key-pressed" }, + { TA_VIEW_REFRESH, "view-refresh" }, + { TA_VIEW_ZOOM, "view-zoom" }, + { TA_VIEW_PAN, "view-pan" }, + { TA_VIEW_DIRTY, "view-dirty" }, + { TA_CHANGE_LAYER, "change-layer" }, + { TA_CANCEL_TOOL, "cancel-tool" }, + { TA_CONTEXT_MENU_UPDATE, "context-menu-update" }, + { TA_CONTEXT_MENU_CHOICE, "context-menu-choice" }, + { TA_UNDO_REDO, "undo-redo" }, + { TA_ACTION, "action" }, + { TA_ACTIVATE, "activate" }, + { 0, "" } + }; + + const FlagString buttons[] = + { + { BUT_NONE, "none" }, + { BUT_LEFT, "left" }, + { BUT_RIGHT, "right" }, + { BUT_MIDDLE, "middle" }, + { 0, "" } + }; + + const FlagString modifiers[] = + { + { MD_SHIFT, "shift" }, + { MD_CTRL, "ctrl" }, + { MD_ALT, "alt" }, + { 0, "" } + }; + + ev = "category: "; + ev += flag2string( m_category, categories ); + ev += " action: "; + ev += flag2string( m_actions, actions ); + + if( m_actions & TA_MOUSE ) + { + ev += " btns: "; + ev += flag2string( m_mouseButtons, buttons ); + } + + if( m_actions & TA_KEYBOARD ) + { + char tmp[128]; + sprintf( tmp, "key: %d", m_keyCode ); + ev += tmp; + } + + if( m_actions & ( TA_MOUSE | TA_KEYBOARD ) ) + { + ev += " mods: "; + ev += flag2string( m_modifiers, modifiers ); + } + + if( m_commandId ) + { + char tmp[128]; + sprintf( tmp, "cmd-id: %d", *m_commandId ); + ev += tmp; + } + + if( m_commandStr ) + ev += "cmd-str: " + ( *m_commandStr ); + + return ev; +} + + +const std::string TOOL_EVENT_LIST::Format() const +{ + std::string s; + + BOOST_FOREACH( TOOL_EVENT e, m_events ) + s += e.Format() + " "; + + return s; +} diff --git a/common/tool/tool_interactive.cpp b/common/tool/tool_interactive.cpp new file mode 100644 index 0000000..5f05de8 --- /dev/null +++ b/common/tool/tool_interactive.cpp @@ -0,0 +1,73 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include +#include +#include + +TOOL_INTERACTIVE::TOOL_INTERACTIVE( TOOL_ID aId, const std::string& aName ) : + TOOL_BASE( INTERACTIVE, aId, aName ) +{ +} + + +TOOL_INTERACTIVE::TOOL_INTERACTIVE( const std::string& aName ) : + TOOL_BASE( INTERACTIVE, TOOL_MANAGER::MakeToolId( aName ), aName ) +{ +} + + +TOOL_INTERACTIVE::~TOOL_INTERACTIVE() +{ +} + + +void TOOL_INTERACTIVE::Activate() +{ + m_toolMgr->InvokeTool( m_toolId ); +} + + +OPT_TOOL_EVENT TOOL_INTERACTIVE::Wait( const TOOL_EVENT_LIST& aEventList ) +{ + return m_toolMgr->ScheduleWait( this, aEventList ); +} + + +void TOOL_INTERACTIVE::goInternal( TOOL_STATE_FUNC& aState, const TOOL_EVENT_LIST& aConditions ) +{ + m_toolMgr->ScheduleNextState( this, aState, aConditions ); +} + + +void TOOL_INTERACTIVE::SetContextMenu( CONTEXT_MENU* aMenu, CONTEXT_MENU_TRIGGER aTrigger ) +{ + if( aMenu ) + aMenu->SetTool( this ); + + m_toolMgr->ScheduleContextMenu( this, aMenu, aTrigger ); +} diff --git a/common/tool/tool_manager.cpp b/common/tool/tool_manager.cpp new file mode 100644 index 0000000..447ab99 --- /dev/null +++ b/common/tool/tool_manager.cpp @@ -0,0 +1,777 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include + +#include +#include +#include +#include + +#include +#include + +#include +#include + +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +using boost::optional; + +/// Struct describing the current execution state of a TOOL +struct TOOL_MANAGER::TOOL_STATE +{ + TOOL_STATE( TOOL_BASE* aTool ) : + theTool( aTool ) + { + clear(); + } + + TOOL_STATE( const TOOL_STATE& aState ) + { + theTool = aState.theTool; + idle = aState.idle; + pendingWait = aState.pendingWait; + pendingContextMenu = aState.pendingContextMenu; + contextMenu = aState.contextMenu; + contextMenuTrigger = aState.contextMenuTrigger; + cofunc = aState.cofunc; + wakeupEvent = aState.wakeupEvent; + waitEvents = aState.waitEvents; + transitions = aState.transitions; + // do not copy stateStack + } + + ~TOOL_STATE() + { + assert( stateStack.empty() ); + } + + /// The tool itself + TOOL_BASE* theTool; + + /// Is the tool active (pending execution) or disabled at the moment + bool idle; + + /// Flag defining if the tool is waiting for any event (i.e. if it + /// issued a Wait() call). + bool pendingWait; + + /// Is there a context menu being displayed + bool pendingContextMenu; + + /// Context menu currently used by the tool + CONTEXT_MENU* contextMenu; + + /// Defines when the context menu is opened + CONTEXT_MENU_TRIGGER contextMenuTrigger; + + /// Tool execution context + COROUTINE* cofunc; + + /// The event that triggered the execution/wakeup of the tool after Wait() call + TOOL_EVENT wakeupEvent; + + /// List of events the tool is currently waiting for + TOOL_EVENT_LIST waitEvents; + + /// List of possible transitions (ie. association of events and state handlers that are executed + /// upon the event reception + std::vector transitions; + + void operator=( const TOOL_STATE& aState ) + { + theTool = aState.theTool; + idle = aState.idle; + pendingWait = aState.pendingWait; + pendingContextMenu = aState.pendingContextMenu; + contextMenu = aState.contextMenu; + contextMenuTrigger = aState.contextMenuTrigger; + cofunc = aState.cofunc; + wakeupEvent = aState.wakeupEvent; + waitEvents = aState.waitEvents; + transitions = aState.transitions; + // do not copy stateStack + } + + bool operator==( const TOOL_MANAGER::TOOL_STATE& aRhs ) const + { + return aRhs.theTool == this->theTool; + } + + bool operator!=( const TOOL_MANAGER::TOOL_STATE& aRhs ) const + { + return aRhs.theTool != this->theTool; + } + + /** + * Function Push() + * Stores the current state of the tool on stack. Stacks are stored internally and are not + * shared between different TOOL_STATE objects. + */ + void Push() + { + stateStack.push( new TOOL_STATE( *this ) ); + + clear(); + } + + /** + * Function Pop() + * Restores state of the tool from stack. Stacks are stored internally and are not + * shared between different TOOL_STATE objects. + * @return True if state was restored, false if the stack was empty. + */ + bool Pop() + { + delete cofunc; + + if( !stateStack.empty() ) + { + *this = *stateStack.top(); + delete stateStack.top(); + stateStack.pop(); + + return true; + } + else + { + cofunc = NULL; + + return false; + } + } + +private: + ///> Stack preserving previous states of a TOOL. + std::stack stateStack; + + ///> Restores the initial state. + void clear() + { + idle = true; + pendingWait = false; + pendingContextMenu = false; + cofunc = NULL; + contextMenu = NULL; + contextMenuTrigger = CMENU_OFF; + transitions.clear(); + } +}; + + +TOOL_MANAGER::TOOL_MANAGER() : + m_model( NULL ), + m_view( NULL ), + m_viewControls( NULL ), + m_editFrame( NULL ), + m_passEvent( false ) +{ + m_actionMgr = new ACTION_MANAGER( this ); +} + + +TOOL_MANAGER::~TOOL_MANAGER() +{ + std::map::iterator it, it_end; + + for( it = m_toolState.begin(), it_end = m_toolState.end(); it != it_end; ++it ) + { + delete it->second->cofunc; // delete cofunction + delete it->second; // delete TOOL_STATE + delete it->first; // delete the tool itself + } + + delete m_actionMgr; +} + + +void TOOL_MANAGER::RegisterTool( TOOL_BASE* aTool ) +{ + wxASSERT_MSG( m_toolNameIndex.find( aTool->GetName() ) == m_toolNameIndex.end(), + wxT( "Adding two tools with the same name may result in unexpected behaviour.") ); + wxASSERT_MSG( m_toolIdIndex.find( aTool->GetId() ) == m_toolIdIndex.end(), + wxT( "Adding two tools with the same ID may result in unexpected behaviour.") ); + wxASSERT_MSG( m_toolTypes.find( typeid( *aTool ).name() ) == m_toolTypes.end(), + wxT( "Adding two tools of the same type may result in unexpected behaviour.") ); + + TOOL_STATE* st = new TOOL_STATE( aTool ); + + m_toolState[aTool] = st; + m_toolNameIndex[aTool->GetName()] = st; + m_toolIdIndex[aTool->GetId()] = st; + m_toolTypes[typeid( *aTool ).name()] = st->theTool; + + aTool->attachManager( this ); + + if( !aTool->Init() ) + { + std::string msg = StrPrintf( "Initialization of the %s tool failed", + aTool->GetName().c_str() ); + + DisplayError( NULL, wxString::FromUTF8( msg.c_str() ) ); + + // Unregister the tool + m_toolState.erase( aTool ); + m_toolNameIndex.erase( aTool->GetName() ); + m_toolIdIndex.erase( aTool->GetId() ); + m_toolTypes.erase( typeid( *aTool ).name() ); + + delete st; + delete aTool; + } +} + + +bool TOOL_MANAGER::InvokeTool( TOOL_ID aToolId ) +{ + TOOL_BASE* tool = FindTool( aToolId ); + + if( tool && tool->GetType() == INTERACTIVE ) + return invokeTool( tool ); + + return false; // there is no tool with the given id +} + + +bool TOOL_MANAGER::InvokeTool( const std::string& aToolName ) +{ + TOOL_BASE* tool = FindTool( aToolName ); + + if( tool && tool->GetType() == INTERACTIVE ) + return invokeTool( tool ); + + return false; // there is no tool with the given name +} + + +void TOOL_MANAGER::RegisterAction( TOOL_ACTION* aAction ) +{ + m_actionMgr->RegisterAction( aAction ); +} + + +void TOOL_MANAGER::UnregisterAction( TOOL_ACTION* aAction ) +{ + m_actionMgr->UnregisterAction( aAction ); +} + + +bool TOOL_MANAGER::RunAction( const std::string& aActionName, bool aNow, void* aParam ) +{ + TOOL_ACTION* action = m_actionMgr->FindAction( aActionName ); + + if( action ) + { + TOOL_EVENT event = action->MakeEvent(); + + // Allow to override the action parameter + if( aParam ) + event.SetParameter( aParam ); + + if( aNow ) + ProcessEvent( event ); + else + PostEvent( event ); + + return true; + } + + wxASSERT_MSG( action != NULL, wxString::Format( wxT( "Could not find action %s." ), aActionName ) ); + + return false; +} + + +void TOOL_MANAGER::RunAction( const TOOL_ACTION& aAction, bool aNow, void* aParam ) +{ + TOOL_EVENT event = aAction.MakeEvent(); + + // Allow to override the action parameter + if( aParam ) + event.SetParameter( aParam ); + + if( aNow ) + ProcessEvent( event ); + else + PostEvent( event ); +} + + +int TOOL_MANAGER::GetHotKey( const TOOL_ACTION& aAction ) +{ + return m_actionMgr->GetHotKey( aAction ); +} + + +void TOOL_MANAGER::UpdateHotKeys() +{ + m_actionMgr->UpdateHotKeys(); +} + + +bool TOOL_MANAGER::invokeTool( TOOL_BASE* aTool ) +{ + wxASSERT( aTool != NULL ); + + TOOL_EVENT evt( TC_COMMAND, TA_ACTIVATE, aTool->GetName() ); + ProcessEvent( evt ); + + return true; +} + + +bool TOOL_MANAGER::runTool( TOOL_ID aToolId ) +{ + TOOL_BASE* tool = FindTool( aToolId ); + + if( tool && tool->GetType() == INTERACTIVE ) + return runTool( tool ); + + return false; // there is no tool with the given id +} + + +bool TOOL_MANAGER::runTool( const std::string& aToolName ) +{ + TOOL_BASE* tool = FindTool( aToolName ); + + if( tool && tool->GetType() == INTERACTIVE ) + return runTool( tool ); + + return false; // there is no tool with the given name +} + + +bool TOOL_MANAGER::runTool( TOOL_BASE* aTool ) +{ + wxASSERT( aTool != NULL ); + + if( !isRegistered( aTool ) ) + { + wxASSERT_MSG( false, wxT( "You cannot run unregistered tools" ) ); + return false; + } + + // If the tool is already active, bring it to the top of the active tools stack + if( isActive( aTool ) ) + { + m_activeTools.erase( std::find( m_activeTools.begin(), m_activeTools.end(), + aTool->GetId() ) ); + m_activeTools.push_front( aTool->GetId() ); + + return false; + } + + aTool->Reset( TOOL_INTERACTIVE::RUN ); + aTool->SetTransitions(); + + // Add the tool on the front of the processing queue (it gets events first) + m_activeTools.push_front( aTool->GetId() ); + + return true; +} + + +TOOL_BASE* TOOL_MANAGER::FindTool( int aId ) const +{ + std::map::const_iterator it = m_toolIdIndex.find( aId ); + + if( it != m_toolIdIndex.end() ) + return it->second->theTool; + + return NULL; +} + + +TOOL_BASE* TOOL_MANAGER::FindTool( const std::string& aName ) const +{ + std::map::const_iterator it = m_toolNameIndex.find( aName ); + + if( it != m_toolNameIndex.end() ) + return it->second->theTool; + + return NULL; +} + +void TOOL_MANAGER::DeactivateTool() +{ + TOOL_EVENT evt( TC_COMMAND, TA_ACTIVATE, "" ); // deactivate the active tool + ProcessEvent( evt ); +} + +void TOOL_MANAGER::ResetTools( TOOL_BASE::RESET_REASON aReason ) +{ + DeactivateTool(); + + BOOST_FOREACH( TOOL_BASE* tool, m_toolState | boost::adaptors::map_keys ) + { + tool->Reset( aReason ); + tool->SetTransitions(); + } +} + + +int TOOL_MANAGER::GetPriority( int aToolId ) const +{ + int priority = 0; + + for( std::list::const_iterator it = m_activeTools.begin(), + itEnd = m_activeTools.end(); it != itEnd; ++it ) + { + if( *it == aToolId ) + return priority; + + ++priority; + } + + return -1; +} + + +void TOOL_MANAGER::ScheduleNextState( TOOL_BASE* aTool, TOOL_STATE_FUNC& aHandler, + const TOOL_EVENT_LIST& aConditions ) +{ + TOOL_STATE* st = m_toolState[aTool]; + + st->transitions.push_back( TRANSITION( aConditions, aHandler ) ); +} + + +optional TOOL_MANAGER::ScheduleWait( TOOL_BASE* aTool, + const TOOL_EVENT_LIST& aConditions ) +{ + TOOL_STATE* st = m_toolState[aTool]; + + assert( !st->pendingWait ); // everything collapses on two Yield() in a row + + // indicate to the manager that we are going to sleep and we shall be + // woken up when an event matching aConditions arrive + st->pendingWait = true; + st->waitEvents = aConditions; + + // switch context back to event dispatcher loop + st->cofunc->Yield(); + + return st->wakeupEvent; +} + + +void TOOL_MANAGER::dispatchInternal( const TOOL_EVENT& aEvent ) +{ + // iterate over all registered tools + for( std::list::iterator it = m_activeTools.begin(); + it != m_activeTools.end(); /* iteration is done inside */) + { + std::list::iterator curIt = it; + TOOL_STATE* st = m_toolIdIndex[*it]; + ++it; // it might be overwritten, if the tool is removed the m_activeTools list + + // the tool state handler is waiting for events (i.e. called Wait() method) + if( st->pendingWait ) + { + if( st->waitEvents.Matches( aEvent ) ) + { + // By default, only messages are passed further + m_passEvent = ( aEvent.Category() == TC_MESSAGE ); + + // got matching event? clear wait list and wake up the coroutine + st->wakeupEvent = aEvent; + st->pendingWait = false; + st->waitEvents.clear(); + + if( st->cofunc && !st->cofunc->Resume() ) + { + if( finishTool( st, false ) ) // The couroutine has finished + it = m_activeTools.erase( curIt ); + } + + // If the tool did not request to propagate + // the event to other tools, we should stop it now + if( !m_passEvent ) + break; + } + } + } + + BOOST_FOREACH( TOOL_STATE* st, m_toolState | boost::adaptors::map_values ) + { + // no state handler in progress - check if there are any transitions (defined by + // Go() method that match the event. + if( !st->pendingWait && !st->transitions.empty() ) + { + BOOST_FOREACH( TRANSITION& tr, st->transitions ) + { + if( tr.first.Matches( aEvent ) ) + { + // if there is already a context, then store it + if( st->cofunc ) + st->Push(); + + // as the state changes, the transition table has to be set up again + st->transitions.clear(); + + st->cofunc = new COROUTINE( tr.second ); + + // got match? Run the handler. + st->cofunc->Call( aEvent ); + + if( !st->cofunc->Running() ) + finishTool( st ); // The couroutine has finished immediately? + + // there is no point in further checking, as transitions got cleared + break; + } + } + } + } +} + + +bool TOOL_MANAGER::dispatchStandardEvents( const TOOL_EVENT& aEvent ) +{ + if( aEvent.Action() == TA_KEY_PRESSED ) + { + // Check if there is a hotkey associated + if( m_actionMgr->RunHotKey( aEvent.Modifier() | aEvent.KeyCode() ) ) + return false; // hotkey event was handled so it does not go any further + } + + return true; +} + + +bool TOOL_MANAGER::dispatchActivation( const TOOL_EVENT& aEvent ) +{ + if( aEvent.IsActivate() ) + { + std::map::iterator tool = m_toolNameIndex.find( *aEvent.GetCommandStr() ); + + if( tool != m_toolNameIndex.end() ) + { + runTool( tool->second->theTool ); + return true; + } + } + + return false; +} + + +void TOOL_MANAGER::dispatchContextMenu( const TOOL_EVENT& aEvent ) +{ + BOOST_FOREACH( TOOL_ID toolId, m_activeTools ) + { + TOOL_STATE* st = m_toolIdIndex[toolId]; + + // the tool requested a context menu. The menu is activated on RMB click (CMENU_BUTTON mode) + // or immediately (CMENU_NOW) mode. The latter is used for clarification lists. + if( st->contextMenuTrigger != CMENU_OFF ) + { + if( st->contextMenuTrigger == CMENU_BUTTON && !aEvent.IsClick( BUT_RIGHT ) ) + break; + + st->pendingWait = true; + st->waitEvents = TOOL_EVENT( TC_ANY, TA_ANY ); + + // Store the menu pointer in case it is changed by the TOOL when handling menu events + CONTEXT_MENU* m = st->contextMenu; + + if( st->contextMenuTrigger == CMENU_NOW ) + st->contextMenuTrigger = CMENU_OFF; + + // Temporarily store the cursor position, so the tools could execute actions + // using the point where the user has invoked a context menu + bool forcedCursor = m_viewControls->IsCursorPositionForced(); + VECTOR2D cursorPos = m_viewControls->GetCursorPosition(); + m_viewControls->ForceCursorPosition( true, m_viewControls->GetCursorPosition() ); + + // Run update handlers + m->UpdateAll(); + + boost::scoped_ptr menu( new CONTEXT_MENU( *m ) ); + GetEditFrame()->PopupMenu( menu.get() ); + + // If nothing was chosen from the context menu, we must notify the tool as well + if( menu->GetSelected() < 0 ) + { + TOOL_EVENT evt( TC_COMMAND, TA_CONTEXT_MENU_CHOICE, -1 ); + evt.SetParameter( m ); + dispatchInternal( evt ); + } + + TOOL_EVENT evt( TC_COMMAND, TA_CONTEXT_MENU_CLOSED ); + evt.SetParameter( m ); + dispatchInternal( evt ); + + m_viewControls->ForceCursorPosition( forcedCursor, cursorPos ); + + break; + } + } +} + + +bool TOOL_MANAGER::finishTool( TOOL_STATE* aState, bool aDeactivate ) +{ + bool shouldDeactivate = false; + + // Reset VIEW_CONTROLS only if the most recent tool is finished + if( m_activeTools.empty() || m_activeTools.front() == aState->theTool->GetId() ) + m_viewControls->Reset(); + + if( !aState->Pop() ) // if there are no other contexts saved on the stack + { + // find the tool and deactivate it + std::list::iterator tool = std::find( m_activeTools.begin(), m_activeTools.end(), + aState->theTool->GetId() ); + + if( tool != m_activeTools.end() ) + { + shouldDeactivate = true; + + if( aDeactivate ) + m_activeTools.erase( tool ); + } + } + + aState->theTool->SetTransitions(); + + return shouldDeactivate; +} + + +bool TOOL_MANAGER::ProcessEvent( const TOOL_EVENT& aEvent ) +{ + // Early dispatch of events destined for the TOOL_MANAGER + if( !dispatchStandardEvents( aEvent ) ) + return false; + + dispatchInternal( aEvent ); + dispatchActivation( aEvent ); + dispatchContextMenu( aEvent ); + + // Dispatch queue + while( !m_eventQueue.empty() ) + { + TOOL_EVENT event = m_eventQueue.front(); + m_eventQueue.pop_front(); + ProcessEvent( event ); + } + + if( m_view->IsDirty() ) + { + EDA_DRAW_FRAME* f = static_cast( GetEditFrame() ); + f->GetGalCanvas()->Refresh(); // fixme: ugly hack, provide a method in TOOL_DISPATCHER. + } + + return false; +} + + +void TOOL_MANAGER::ScheduleContextMenu( TOOL_BASE* aTool, CONTEXT_MENU* aMenu, + CONTEXT_MENU_TRIGGER aTrigger ) +{ + TOOL_STATE* st = m_toolState[aTool]; + + st->contextMenu = aMenu; + st->contextMenuTrigger = aTrigger; +} + + +bool TOOL_MANAGER::SaveClipboard( const std::string& aText ) +{ + if( wxTheClipboard->Open() ) + { + wxTheClipboard->SetData( new wxTextDataObject( wxString( aText.c_str(), wxConvUTF8 ) ) ); + wxTheClipboard->Close(); + + return true; + } + + return false; +} + + +std::string TOOL_MANAGER::GetClipboard() const +{ + std::string result; + + if( wxTheClipboard->Open() ) + { + if( wxTheClipboard->IsSupported( wxDF_TEXT ) ) + { + wxTextDataObject data; + wxTheClipboard->GetData( data ); + + result = data.GetText().mb_str(); + } + + wxTheClipboard->Close(); + } + + return result; +} + + +TOOL_ID TOOL_MANAGER::MakeToolId( const std::string& aToolName ) +{ + static int currentId; + + return currentId++; +} + + +void TOOL_MANAGER::SetEnvironment( EDA_ITEM* aModel, KIGFX::VIEW* aView, + KIGFX::VIEW_CONTROLS* aViewControls, wxWindow* aFrame ) +{ + m_model = aModel; + m_view = aView; + m_viewControls = aViewControls; + m_editFrame = aFrame; + m_actionMgr->UpdateHotKeys(); +} + + +bool TOOL_MANAGER::isActive( TOOL_BASE* aTool ) +{ + if( !isRegistered( aTool ) ) + return false; + + // Just check if the tool is on the active tools stack + return std::find( m_activeTools.begin(), m_activeTools.end(), aTool->GetId() ) != m_activeTools.end(); +} diff --git a/common/trigo.cpp b/common/trigo.cpp new file mode 100644 index 0000000..4f29125 --- /dev/null +++ b/common/trigo.cpp @@ -0,0 +1,436 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file trigo.cpp + * @brief Trigonometric and geometric basic functions. + */ + +#include +#include +#include +#include +#include + +// Returns true if the point P is on the segment S. +// faster than TestSegmentHit() because P should be exactly on S +// therefore works fine only for H, V and 45 deg segm (suitable for wires in eeschema) +bool IsPointOnSegment( const wxPoint& aSegStart, const wxPoint& aSegEnd, + const wxPoint& aTestPoint ) +{ + wxPoint vectSeg = aSegEnd - aSegStart; // Vector from S1 to S2 + wxPoint vectPoint = aTestPoint - aSegStart; // Vector from S1 to P + + // Use long long here to avoid overflow in calculations + if( (long long) vectSeg.x * vectPoint.y - (long long) vectSeg.y * vectPoint.x ) + return false; /* Cross product non-zero, vectors not parallel */ + + if( ( (long long) vectSeg.x * vectPoint.x + (long long) vectSeg.y * vectPoint.y ) < + ( (long long) vectPoint.x * vectPoint.x + (long long) vectPoint.y * vectPoint.y ) ) + return false; /* Point not on segment */ + + return true; +} + + +// Returns true if the segment 1 intersectd the segment 2. +bool SegmentIntersectsSegment( const wxPoint &a_p1_l1, const wxPoint &a_p2_l1, + const wxPoint &a_p1_l2, const wxPoint &a_p2_l2 ) +{ + + //We are forced to use 64bit ints because the internal units can oveflow 32bit ints when + // multiplied with each other, the alternative would be to scale the units down (i.e. divide + // by a fixed number). + long long dX_a, dY_a, dX_b, dY_b, dX_ab, dY_ab; + long long num_a, num_b, den; + + //Test for intersection within the bounds of both line segments using line equations of the + // form: + // x_k(u_k) = u_k * dX_k + x_k(0) + // y_k(u_k) = u_k * dY_k + y_k(0) + // with 0 <= u_k <= 1 and k = [ a, b ] + + dX_a = a_p2_l1.x - a_p1_l1.x; + dY_a = a_p2_l1.y - a_p1_l1.y; + dX_b = a_p2_l2.x - a_p1_l2.x; + dY_b = a_p2_l2.y - a_p1_l2.y; + dX_ab = a_p1_l2.x - a_p1_l1.x; + dY_ab = a_p1_l2.y - a_p1_l1.y; + + den = dY_a * dX_b - dY_b * dX_a ; + + //Check if lines are parallel + if( den == 0 ) + return false; + + num_a = dY_ab * dX_b - dY_b * dX_ab; + num_b = dY_ab * dX_a - dY_a * dX_ab; + + //We wont calculate directly the u_k of the intersection point to avoid floating point + // division but they could be calculated with: + // u_a = (float) num_a / (float) den; + // u_b = (float) num_b / (float) den; + + if( den < 0 ) + { + den = -den; + num_a = -num_a; + num_b = -num_b; + } + + //Test sign( u_a ) and return false if negative + if( num_a < 0 ) + return false; + + //Test sign( u_b ) and return false if negative + if( num_b < 0 ) + return false; + + //Test to ensure (u_a <= 1) + if( num_a > den ) + return false; + + //Test to ensure (u_b <= 1) + if( num_b > den ) + return false; + + return true; +} + + +/* Function TestSegmentHit + * test for hit on line segment + * i.e. a reference point is within a given distance from segment + * aRefPoint = reference point to test + * aStart, aEnd are coordinates of end points segment + * aDist = maximum distance for hit + * Note: for calculation time reasons, the distance between the ref point + * and the segment is not always exactly calculated + * (we only know if the actual dist is < aDist, not exactly know this dist. + * Because many times we have horizontal or vertical segments, + * a special calcultaion is made for them + * Note: sometimes we need to calculate the distande between 2 points + * A square root should be calculated. + * However, because we just compare 2 distnaces, to avoid calculating square root, + * the square of distances are compared. +*/ +static inline double square( int x ) // helper function to calculate x*x +{ + return (double) x * x; +} +bool TestSegmentHit( const wxPoint &aRefPoint, wxPoint aStart, + wxPoint aEnd, int aDist ) +{ + // test for vertical or horizontal segment + if( aEnd.x == aStart.x ) + { + // vertical segment + int ll = abs( aRefPoint.x - aStart.x ); + + if( ll > aDist ) + return false; + + // To have only one case to examine, ensure aEnd.y > aStart.y + if( aEnd.y < aStart.y ) + std::swap( aStart.y, aEnd.y ); + + if( aRefPoint.y <= aEnd.y && aRefPoint.y >= aStart.y ) + return true; + + // there is a special case: x,y near an end point (distance < dist ) + // the distance should be carefully calculated + if( (aStart.y - aRefPoint.y) < aDist ) + { + double dd = square( aRefPoint.x - aStart.x) + + square( aRefPoint.y - aStart.y ); + if( dd <= square( aDist ) ) + return true; + } + + if( (aRefPoint.y - aEnd.y) < aDist ) + { + double dd = square( aRefPoint.x - aEnd.x ) + + square( aRefPoint.y - aEnd.y ); + if( dd <= square( aDist ) ) + return true; + } + } + else if( aEnd.y == aStart.y ) + { + // horizontal segment + int ll = abs( aRefPoint.y - aStart.y ); + + if( ll > aDist ) + return false; + + // To have only one case to examine, ensure xf > xi + if( aEnd.x < aStart.x ) + std::swap( aStart.x, aEnd.x ); + + if( aRefPoint.x <= aEnd.x && aRefPoint.x >= aStart.x ) + return true; + + // there is a special case: x,y near an end point (distance < dist ) + // the distance should be carefully calculated + if( (aStart.x - aRefPoint.x) <= aDist ) + { + double dd = square( aRefPoint.x - aStart.x ) + + square( aRefPoint.y - aStart.y ); + if( dd <= square( aDist ) ) + return true; + } + + if( (aRefPoint.x - aEnd.x) <= aDist ) + { + double dd = square( aRefPoint.x - aEnd.x ) + + square( aRefPoint.y - aEnd.y ); + if( dd <= square( aDist ) ) + return true; + } + } + else + { + // oblique segment: + // First, we need to calculate the distance between the point + // and the line defined by aStart and aEnd + // this dist should be < dist + // + // find a,slope such that aStart and aEnd lie on y = a + slope*x + double slope = (double) (aEnd.y - aStart.y) / (aEnd.x - aStart.x); + double a = (double) aStart.y - slope * aStart.x; + // find c,orthoslope such that (x,y) lies on y = c + orthoslope*x, + // where orthoslope=(-1/slope) + // to calculate xp, yp = near point from aRefPoint + // which is on the line defined by aStart, aEnd + double orthoslope = -1.0 / slope; + double c = (double) aRefPoint.y - orthoslope * aRefPoint.x; + // find nearest point to (x,y) on line defined by aStart, aEnd + double xp = (a - c) / (orthoslope - slope); + double yp = a + slope * xp; + // find distance to line, in fact the square of dist, + // because we just know if it is > or < aDist + double dd = square( aRefPoint.x - xp ) + square( aRefPoint.y - yp ); + double dist = square( aDist ); + + if( dd > dist ) // this reference point is not a good candiadte. + return false; + + // dd is < dist, therefore we should make a fine test + if( fabs( slope ) > 0.7 ) + { + // line segment more vertical than horizontal + if( (aEnd.y > aStart.y && yp <= aEnd.y && yp >= aStart.y) || + (aEnd.y < aStart.y && yp >= aEnd.y && yp <= aStart.y) ) + return true; + } + else + { + // line segment more horizontal than vertical + if( (aEnd.x > aStart.x && xp <= aEnd.x && xp >= aStart.x) || + (aEnd.x < aStart.x && xp >= aEnd.x && xp <= aStart.x) ) + return true; + } + + // Here, the test point is still a good candidate, + // however it is not "between" the end points of the segment. + // It is "outside" the segment, but it could be near a segment end point + // Therefore, we test the dist from the test point to each segment end point + dd = square( aRefPoint.x - aEnd.x ) + square( aRefPoint.y - aEnd.y ); + if( dd <= dist ) + return true; + dd = square( aRefPoint.x - aStart.x ) + square( aRefPoint.y - aStart.y ); + if( dd <= dist ) + return true; + } + + return false; // no hit +} + + +double ArcTangente( int dy, int dx ) +{ + + /* gcc is surprisingly smart in optimizing these conditions in + a tree! */ + + if( dx == 0 && dy == 0 ) + return 0; + + if( dy == 0 ) + { + if( dx >= 0 ) + return 0; + else + return -1800; + } + + if( dx == 0 ) + { + if( dy >= 0 ) + return 900; + else + return -900; + } + + if( dx == dy ) + { + if( dx >= 0 ) + return 450; + else + return -1800 + 450; + } + + if( dx == -dy ) + { + if( dx >= 0 ) + return -450; + else + return 1800 - 450; + } + + // Of course dy and dx are treated as double + return RAD2DECIDEG( atan2( dy, dx ) ); +} + + +void RotatePoint( int* pX, int* pY, double angle ) +{ + int tmp; + + NORMALIZE_ANGLE_POS( angle ); + + // Cheap and dirty optimizations for 0, 90, 180, and 270 degrees. + if( angle == 0 ) + return; + + if( angle == 900 ) /* sin = 1, cos = 0 */ + { + tmp = *pX; + *pX = *pY; + *pY = -tmp; + } + else if( angle == 1800 ) /* sin = 0, cos = -1 */ + { + *pX = -*pX; + *pY = -*pY; + } + else if( angle == 2700 ) /* sin = -1, cos = 0 */ + { + tmp = *pX; + *pX = -*pY; + *pY = tmp; + } + else + { + double fangle = DECIDEG2RAD( angle ); + double sinus = sin( fangle ); + double cosinus = cos( fangle ); + double fpx = (*pY * sinus ) + (*pX * cosinus ); + double fpy = (*pY * cosinus ) - (*pX * sinus ); + *pX = KiROUND( fpx ); + *pY = KiROUND( fpy ); + } +} + + +void RotatePoint( int* pX, int* pY, int cx, int cy, double angle ) +{ + int ox, oy; + + ox = *pX - cx; + oy = *pY - cy; + + RotatePoint( &ox, &oy, angle ); + + *pX = ox + cx; + *pY = oy + cy; +} + + +void RotatePoint( wxPoint* point, const wxPoint& centre, double angle ) +{ + int ox, oy; + + ox = point->x - centre.x; + oy = point->y - centre.y; + + RotatePoint( &ox, &oy, angle ); + point->x = ox + centre.x; + point->y = oy + centre.y; +} + + +void RotatePoint( double* pX, double* pY, double cx, double cy, double angle ) +{ + double ox, oy; + + ox = *pX - cx; + oy = *pY - cy; + + RotatePoint( &ox, &oy, angle ); + + *pX = ox + cx; + *pY = oy + cy; +} + + +void RotatePoint( double* pX, double* pY, double angle ) +{ + double tmp; + + NORMALIZE_ANGLE_POS( angle ); + + // Cheap and dirty optimizations for 0, 90, 180, and 270 degrees. + if( angle == 0 ) + return; + + if( angle == 900 ) /* sin = 1, cos = 0 */ + { + tmp = *pX; + *pX = *pY; + *pY = -tmp; + } + else if( angle == 1800 ) /* sin = 0, cos = -1 */ + { + *pX = -*pX; + *pY = -*pY; + } + else if( angle == 2700 ) /* sin = -1, cos = 0 */ + { + tmp = *pX; + *pX = -*pY; + *pY = tmp; + } + else + { + double fangle = DECIDEG2RAD( angle ); + double sinus = sin( fangle ); + double cosinus = cos( fangle ); + + double fpx = (*pY * sinus ) + (*pX * cosinus ); + double fpy = (*pY * cosinus ) - (*pX * sinus ); + *pX = fpx; + *pY = fpy; + } +} diff --git a/common/utf8.cpp b/common/utf8.cpp new file mode 100644 index 0000000..b90e4a7 --- /dev/null +++ b/common/utf8.cpp @@ -0,0 +1,255 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2013 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +/* THROW_IO_ERROR needs this, but it includes this file, so until some + factoring of THROW_IO_ERROR into a separate header, defer and use the asserts. +#include +*/ + +#include + +/* + These are not inlined so that code space is saved by encapsulating the + creation of intermediate objects and the referencing of wxConvUTF8. +*/ + + +UTF8::UTF8( const wxString& o ) : + std::string( (const char*) o.utf8_str() ) +{ +} + + +UTF8::operator wxString () const +{ + return wxString( c_str(), wxConvUTF8 ); +} + + +UTF8& UTF8::operator=( const wxString& o ) +{ + std::string::operator=( (const char*) o.utf8_str() ); + return *this; +} + + +#ifndef THROW_IO_ERROR + #define THROW_IO_ERROR(x) // nothing +#endif + +// There is no wxWidgets function that does this, because wchar_t is 16 bits +// on windows and wx wants to encode the output in UTF16 for such. + +int UTF8::uni_forward( const unsigned char* aSequence, unsigned* aResult ) +{ + unsigned ch = *aSequence; + + if( ch < 0x80 ) + { + if( aResult ) + *aResult = ch; + return 1; + } + + const unsigned char* s = aSequence; + + static const unsigned char utf8_len[] = { + // Map encoded prefix byte to sequence length. Zero means + // illegal prefix. See RFC 3629 for details + /* + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 00-0F + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 70-7F + */ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 80-8F + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // B0-BF + 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, // C0-C1 + C2-CF + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, // D0-DF + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, // E0-EF + 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 // F0-F4 + F5-FF + }; + + int len = utf8_len[ *s - 0x80 /* top half of table is missing */ ]; + + switch( len ) + { + default: + case 0: + THROW_IO_ERROR( "invalid start byte" ); + break; + + case 2: + if( ( s[1] & 0xc0 ) != 0x80 ) + { + THROW_IO_ERROR( "invalid continuation byte" ); + } + + ch = ((s[0] & 0x1f) << 6) + + ((s[1] & 0x3f) << 0); + + assert( ch > 0x007F && ch <= 0x07FF ); + break; + + case 3: + if( (s[1] & 0xc0) != 0x80 || + (s[2] & 0xc0) != 0x80 || + (s[0] == 0xE0 && s[1] < 0xA0) + // || (s[0] == 0xED && s[1] > 0x9F) + ) + { + THROW_IO_ERROR( "invalid continuation byte" ); + } + + ch = ((s[0] & 0x0f) << 12) + + ((s[1] & 0x3f) << 6 ) + + ((s[2] & 0x3f) << 0 ); + + assert( ch > 0x07FF && ch <= 0xFFFF ); + break; + + case 4: + if( (s[1] & 0xc0) != 0x80 || + (s[2] & 0xc0) != 0x80 || + (s[3] & 0xc0) != 0x80 || + (s[0] == 0xF0 && s[1] < 0x90) || + (s[0] == 0xF4 && s[1] > 0x8F) ) + { + THROW_IO_ERROR( "invalid continuation byte" ); + } + + ch = ((s[0] & 0x7) << 18) + + ((s[1] & 0x3f) << 12) + + ((s[2] & 0x3f) << 6 ) + + ((s[3] & 0x3f) << 0 ); + + assert( ch > 0xFFFF && ch <= 0x10ffff ); + break; + } + + if( aResult ) + *aResult = ch; + + return len; +} + + +UTF8::UTF8( const wchar_t* txt ) : + // size initial string safely large enough, then shrink to known size later. + std::string( wcslen( txt ) * 4, 0 ) +{ + /* + + "this" string was sized to hold the worst case UTF8 encoded byte + sequence, and was initialized with all nul bytes. Overwrite some of + those nuls, then resize, shrinking down to actual size. + + Use the wx 2.8 function, not new FromWChar(). It knows about wchar_t + possibly being 16 bits wide on Windows and holding UTF16 input. + + */ + + int sz = wxConvUTF8.WC2MB( (char*) data(), txt, size() ); + + resize( sz ); +} + + +#if 0 // some unit tests: + +#include + +wxString wxFunctionTaking_wxString( const wxString& wx ) +{ + printf( "%s:'%s'\n", __func__, (char*) UTF8( wx ) ); + printf( "%s:'%s'\n", __func__, (const char*) UTF8( wx ) ); + printf( "%s:'%s'\n", __func__, UTF8( wx ).c_str() ); + + return wx; +} + +int main() +{ + std::string str = "input"; + + UTF8 u0 = L"wide string"; + UTF8 u1 = "initial"; + wxString wx = wxT( "input2" ); + + printf( "u0:'%s'\n", u0.c_str() ); + printf( "u1:'%s'\n", u1.c_str() ); + + u1 = str; + + wxString wx2 = u1; + + // force a std::string into a UTF8, then into a wxString, then copy construct: + wxString wx3 = (UTF8&) u1; + + UTF8 u2 = wx2; + + u2 += 'X'; + + printf( "u2:'%s'\n", u2.c_str() ); + + // key accomplishments here: + // 1) passing a UTF8 to a function which normally takes a wxString. + // 2) return a wxString back into a UTF8. + UTF8 result = wxFunctionTaking_wxString( u2 ); + + printf( "result:'%s'\n", result.c_str() ); + + // test the unicode iterator: + for( UTF8::uni_iter it = u2.ubegin(); it < u2.uend(); ) + { + // test post-increment: + printf( " _%02x_", *it++ ); + } + + printf( "\n" ); + + UTF8::uni_iter it = u2.ubegin(); + + UTF8::uni_iter it2 = it++; + + printf( "post_inc:'%c' should be 'i'\n", *it2 ); + + it2 = ++it; + + printf( "pre_inc:'%c' should be 'p'\n", *it2 ); + + printf( "u[1]:'%c' should be 'n'\n", u2[1] ); + + return 0; +} + +#endif diff --git a/common/validators.cpp b/common/validators.cpp new file mode 100644 index 0000000..bb67a7e --- /dev/null +++ b/common/validators.cpp @@ -0,0 +1,85 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 Wayne Stambaugh + * Copyright (C) 2004-2013 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file validators.cpp + * @brief Custom text control validator implementations. + */ + +#include +#include + +#include +#include + + +FILE_NAME_CHAR_VALIDATOR::FILE_NAME_CHAR_VALIDATOR( wxString* aValue ) : + wxTextValidator( wxFILTER_EXCLUDE_CHAR_LIST, aValue ) +{ + // The Windows (DOS) file system forbidden characters already include the forbidden + // file name characters for both Posix and OSX systems. The characters \/:*?|"<> are + // illegal and filtered by the validator. + wxString illegalChars = wxFileName::GetForbiddenChars( wxPATH_DOS ); + wxTextValidator nameValidator( wxFILTER_EXCLUDE_CHAR_LIST ); + wxArrayString illegalCharList; + + for( unsigned i = 0; i < illegalChars.size(); i++ ) + illegalCharList.Add( wxString( illegalChars[i] ) ); + + SetExcludes( illegalCharList ); + } + + +FILE_NAME_WITH_PATH_CHAR_VALIDATOR::FILE_NAME_WITH_PATH_CHAR_VALIDATOR( wxString* aValue ) : + wxTextValidator( wxFILTER_EXCLUDE_CHAR_LIST | wxFILTER_EMPTY, aValue ) +{ + // The Windows (DOS) file system forbidden characters already include the forbidden + // file name characters for both Posix and OSX systems. The characters *?|"<> are + // illegal and filtered by the validator, but /\: are valid (\ and : only on Windows. + wxString illegalChars = wxFileName::GetForbiddenChars( wxPATH_DOS ); + wxTextValidator nameValidator( wxFILTER_EXCLUDE_CHAR_LIST ); + wxArrayString illegalCharList; + + for( unsigned i = 0; i < illegalChars.size(); i++ ) + { + if( illegalChars[i] == '/' ) + continue; + +#if defined (__WINDOWS__) + if( illegalChars[i] == '\\' || illegalChars[i] == ':' ) + continue; +#endif + illegalCharList.Add( wxString( illegalChars[i] ) ); + } + + SetExcludes( illegalCharList ); +} + + +ENVIRONMENT_VARIABLE_CHAR_VALIDATOR::ENVIRONMENT_VARIABLE_CHAR_VALIDATOR( wxString* aValue ) : + wxTextValidator( wxFILTER_INCLUDE_CHAR_LIST | wxFILTER_EMPTY, aValue ) +{ + wxString includeChars( wxT( "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_" ) ); + SetCharIncludes( includeChars ); +} diff --git a/common/view/view.cpp b/common/view/view.cpp new file mode 100644 index 0000000..8f1933c --- /dev/null +++ b/common/view/view.cpp @@ -0,0 +1,1086 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include + +#include +#include +#include +#include +#include +#include + +#ifdef PROFILE +#include +#endif /* PROFILE */ + +using namespace KIGFX; + +VIEW::VIEW( bool aIsDynamic ) : + m_enableOrderModifier( true ), + m_scale( 4.0 ), + m_minScale( 4.0 ), m_maxScale( 15000 ), + m_painter( NULL ), + m_gal( NULL ), + m_dynamic( aIsDynamic ) +{ + m_boundary.SetMaximum(); + m_needsUpdate.reserve( 32768 ); + + // Redraw everything at the beginning + MarkDirty(); + + // View uses layers to display EDA_ITEMs (item may be displayed on several layers, for example + // pad may be shown on pad, pad hole and solder paste layers). There are usual copper layers + // (eg. F.Cu, B.Cu, internal and so on) and layers for displaying objects such as texts, + // silkscreen, pads, vias, etc. + for( int i = 0; i < VIEW_MAX_LAYERS; i++ ) + AddLayer( i ); +} + + +VIEW::~VIEW() +{ + BOOST_FOREACH( LAYER_MAP::value_type& l, m_layers ) + delete l.second.items; +} + + +void VIEW::AddLayer( int aLayer, bool aDisplayOnly ) +{ + if( m_layers.find( aLayer ) == m_layers.end() ) + { + m_layers[aLayer] = VIEW_LAYER(); + m_layers[aLayer].id = aLayer; + m_layers[aLayer].items = new VIEW_RTREE(); + m_layers[aLayer].renderingOrder = aLayer; + m_layers[aLayer].visible = true; + m_layers[aLayer].displayOnly = aDisplayOnly; + m_layers[aLayer].target = TARGET_CACHED; + } + + sortLayers(); +} + + +void VIEW::Add( VIEW_ITEM* aItem ) +{ + int layers[VIEW_MAX_LAYERS], layers_count; + + aItem->ViewGetLayers( layers, layers_count ); + aItem->saveLayers( layers, layers_count ); + + if( m_dynamic ) + aItem->viewAssign( this ); + + for( int i = 0; i < layers_count; ++i ) + { + VIEW_LAYER& l = m_layers[layers[i]]; + l.items->Insert( aItem ); + MarkTargetDirty( l.target ); + } + + aItem->ViewUpdate( VIEW_ITEM::ALL ); +} + + +void VIEW::Remove( VIEW_ITEM* aItem ) +{ + if( m_dynamic ) + aItem->m_view = NULL; + + if( aItem->viewRequiredUpdate() != VIEW_ITEM::NONE ) // prevent from updating a removed item + { + std::vector::iterator item = std::find( m_needsUpdate.begin(), + m_needsUpdate.end(), aItem ); + + if( item != m_needsUpdate.end() ) + { + m_needsUpdate.erase( item ); + aItem->clearUpdateFlags(); + } + } + + int layers[VIEW::VIEW_MAX_LAYERS], layers_count; + aItem->getLayers( layers, layers_count ); + + for( int i = 0; i < layers_count; ++i ) + { + VIEW_LAYER& l = m_layers[layers[i]]; + l.items->Remove( aItem ); + MarkTargetDirty( l.target ); + + // Clear the GAL cache + int prevGroup = aItem->getGroup( layers[i] ); + + if( prevGroup >= 0 ) + m_gal->DeleteGroup( prevGroup ); + } + + aItem->deleteGroups(); +} + + +void VIEW::SetRequired( int aLayerId, int aRequiredId, bool aRequired ) +{ + wxASSERT( (unsigned) aLayerId < m_layers.size() ); + wxASSERT( (unsigned) aRequiredId < m_layers.size() ); + + if( aRequired ) + m_layers[aLayerId].requiredLayers.insert( aRequiredId ); + else + m_layers[aLayerId].requiredLayers.erase( aRequired ); +} + + +// stupid C++... python lambda would do this in one line +template +struct queryVisitor +{ + typedef typename Container::value_type item_type; + + queryVisitor( Container& aCont, int aLayer ) : + m_cont( aCont ), m_layer( aLayer ) + { + } + + bool operator()( VIEW_ITEM* aItem ) + { + if( aItem->ViewIsVisible() ) + m_cont.push_back( VIEW::LAYER_ITEM_PAIR( aItem, m_layer ) ); + + return true; + } + + Container& m_cont; + int m_layer; +}; + + +int VIEW::Query( const BOX2I& aRect, std::vector& aResult ) const +{ + if( m_orderedLayers.empty() ) + return 0; + + std::vector::const_reverse_iterator i; + + // execute queries in reverse direction, so that items that are on the top of + // the rendering stack are returned first. + for( i = m_orderedLayers.rbegin(); i != m_orderedLayers.rend(); ++i ) + { + // ignore layers that do not contain actual items (i.e. the selection box, menus, floats) + if( ( *i )->displayOnly ) + continue; + + queryVisitor > visitor( aResult, ( *i )->id ); + ( *i )->items->Query( aRect, visitor ); + } + + return aResult.size(); +} + + +VECTOR2D VIEW::ToWorld( const VECTOR2D& aCoord, bool aAbsolute ) const +{ + const MATRIX3x3D& matrix = m_gal->GetScreenWorldMatrix(); + + if( aAbsolute ) + return VECTOR2D( matrix * aCoord ); + else + return VECTOR2D( matrix.GetScale().x * aCoord.x, matrix.GetScale().y * aCoord.y ); +} + + +double VIEW::ToWorld( double aSize ) const +{ + const MATRIX3x3D& matrix = m_gal->GetScreenWorldMatrix(); + + return matrix.GetScale().x * aSize; +} + + +VECTOR2D VIEW::ToScreen( const VECTOR2D& aCoord, bool aAbsolute ) const +{ + const MATRIX3x3D& matrix = m_gal->GetWorldScreenMatrix(); + + if( aAbsolute ) + return VECTOR2D( matrix * aCoord ); + else + return VECTOR2D( matrix.GetScale().x * aCoord.x, matrix.GetScale().y * aCoord.y ); +} + + +double VIEW::ToScreen( double aSize ) const +{ + const MATRIX3x3D& matrix = m_gal->GetWorldScreenMatrix(); + + return matrix.GetScale().x * aSize; +} + + +void VIEW::CopySettings( const VIEW* aOtherView ) +{ + wxASSERT_MSG( false, wxT( "This is not implemented" ) ); +} + + +void VIEW::SetGAL( GAL* aGal ) +{ + m_gal = aGal; + + // clear group numbers, so everything is going to be recached + clearGroupCache(); + + // every target has to be refreshed + MarkDirty(); + + // force the new GAL to display the current viewport. + SetCenter( m_center ); + SetScale( m_scale ); +} + + +BOX2D VIEW::GetViewport() const +{ + BOX2D rect; + VECTOR2D screenSize = m_gal->GetScreenPixelSize(); + + rect.SetOrigin( ToWorld( VECTOR2D( 0, 0 ) ) ); + rect.SetEnd( ToWorld( screenSize ) ); + + return rect.Normalize(); +} + + +void VIEW::SetViewport( const BOX2D& aViewport ) +{ + VECTOR2D ssize = ToWorld( m_gal->GetScreenPixelSize(), false ); + + wxASSERT( ssize.x > 0 && ssize.y > 0 ); + + VECTOR2D centre = aViewport.Centre(); + VECTOR2D vsize = aViewport.GetSize(); + double zoom = 1.0 / std::max( fabs( vsize.x / ssize.x ), fabs( vsize.y / ssize.y ) ); + + SetCenter( centre ); + SetScale( GetScale() * zoom ); +} + + +void VIEW::SetMirror( bool aMirrorX, bool aMirrorY ) +{ + m_gal->SetFlip( aMirrorX, aMirrorY ); +} + + +void VIEW::SetScale( double aScale, const VECTOR2D& aAnchor ) +{ + VECTOR2D a = ToScreen( aAnchor ); + + if( aScale < m_minScale ) + m_scale = m_minScale; + else if( aScale > m_maxScale ) + m_scale = m_maxScale; + else + m_scale = aScale; + + m_gal->SetZoomFactor( m_scale ); + m_gal->ComputeWorldScreenMatrix(); + + VECTOR2D delta = ToWorld( a ) - aAnchor; + + SetCenter( m_center - delta ); + + // Redraw everything after the viewport has changed + MarkDirty(); +} + + +void VIEW::SetCenter( const VECTOR2D& aCenter ) +{ + m_center = aCenter; + + if( !m_boundary.Contains( aCenter ) ) + { + if( m_center.x < m_boundary.GetLeft() ) + m_center.x = m_boundary.GetLeft(); + else if( aCenter.x > m_boundary.GetRight() ) + m_center.x = m_boundary.GetRight(); + + if( m_center.y < m_boundary.GetTop() ) + m_center.y = m_boundary.GetTop(); + else if( m_center.y > m_boundary.GetBottom() ) + m_center.y = m_boundary.GetBottom(); + } + + m_gal->SetLookAtPoint( m_center ); + m_gal->ComputeWorldScreenMatrix(); + + // Redraw everything after the viewport has changed + MarkDirty(); +} + + +void VIEW::SetLayerOrder( int aLayer, int aRenderingOrder ) +{ + m_layers[aLayer].renderingOrder = aRenderingOrder; + + sortLayers(); +} + + +int VIEW::GetLayerOrder( int aLayer ) const +{ + return m_layers.at( aLayer ).renderingOrder; +} + + +void VIEW::SortLayers( int aLayers[], int& aCount ) const +{ + int maxLay, maxOrd, maxIdx; + + for( int i = 0; i < aCount; ++i ) + { + maxLay = aLayers[i]; + maxOrd = GetLayerOrder( maxLay ); + maxIdx = i; + + // Look for the max element in the range (j..aCount) + for( int j = i; j < aCount; ++j ) + { + if( maxOrd < GetLayerOrder( aLayers[j] ) ) + { + maxLay = aLayers[j]; + maxOrd = GetLayerOrder( maxLay ); + maxIdx = j; + } + } + + // Swap elements + aLayers[maxIdx] = aLayers[i]; + aLayers[i] = maxLay; + } +} + + +struct VIEW::updateItemsColor +{ + updateItemsColor( int aLayer, PAINTER* aPainter, GAL* aGal ) : + layer( aLayer ), painter( aPainter ), gal( aGal ) + { + } + + bool operator()( VIEW_ITEM* aItem ) + { + // Obtain the color that should be used for coloring the item + const COLOR4D color = painter->GetSettings()->GetColor( aItem, layer ); + int group = aItem->getGroup( layer ); + + if( group >= 0 ) + gal->ChangeGroupColor( group, color ); + + return true; + } + + int layer; + PAINTER* painter; + GAL* gal; +}; + + +void VIEW::UpdateLayerColor( int aLayer ) +{ + // There is no point in updating non-cached layers + if( !IsCached( aLayer ) ) + return; + + BOX2I r; + + r.SetMaximum(); + + updateItemsColor visitor( aLayer, m_painter, m_gal ); + m_layers[aLayer].items->Query( r, visitor ); + MarkTargetDirty( m_layers[aLayer].target ); +} + + +void VIEW::UpdateAllLayersColor() +{ + BOX2I r; + + r.SetMaximum(); + + for( LAYER_MAP_ITER i = m_layers.begin(); i != m_layers.end(); ++i ) + { + VIEW_LAYER* l = &( ( *i ).second ); + + // There is no point in updating non-cached layers + if( !IsCached( l->id ) ) + continue; + + updateItemsColor visitor( l->id, m_painter, m_gal ); + l->items->Query( r, visitor ); + } + + MarkDirty(); +} + + +struct VIEW::changeItemsDepth +{ + changeItemsDepth( int aLayer, int aDepth, GAL* aGal ) : + layer( aLayer ), depth( aDepth ), gal( aGal ) + { + } + + bool operator()( VIEW_ITEM* aItem ) + { + int group = aItem->getGroup( layer ); + + if( group >= 0 ) + gal->ChangeGroupDepth( group, depth ); + + return true; + } + + int layer, depth; + GAL* gal; +}; + + +void VIEW::ChangeLayerDepth( int aLayer, int aDepth ) +{ + // There is no point in updating non-cached layers + if( !IsCached( aLayer ) ) + return; + + BOX2I r; + + r.SetMaximum(); + + changeItemsDepth visitor( aLayer, aDepth, m_gal ); + m_layers[aLayer].items->Query( r, visitor ); + MarkTargetDirty( m_layers[aLayer].target ); +} + + +int VIEW::GetTopLayer() const +{ + if( m_topLayers.size() == 0 ) + return 0; + + return *m_topLayers.begin(); +} + + +void VIEW::SetTopLayer( int aLayer, bool aEnabled ) +{ + if( aEnabled ) + { + if( m_topLayers.count( aLayer ) == 1 ) + return; + + m_topLayers.insert( aLayer ); + + // Move the layer closer to front + if( m_enableOrderModifier ) + m_layers[aLayer].renderingOrder += TOP_LAYER_MODIFIER; + } + else + { + if( m_topLayers.count( aLayer ) == 0 ) + return; + + m_topLayers.erase( aLayer ); + + // Restore the previous rendering order + if( m_enableOrderModifier ) + m_layers[aLayer].renderingOrder -= TOP_LAYER_MODIFIER; + } +} + + +void VIEW::EnableTopLayer( bool aEnable ) +{ + if( aEnable == m_enableOrderModifier ) + return; + + m_enableOrderModifier = aEnable; + + std::set::iterator it; + + if( aEnable ) + { + for( it = m_topLayers.begin(); it != m_topLayers.end(); ++it ) + m_layers[*it].renderingOrder += TOP_LAYER_MODIFIER; + } + else + { + for( it = m_topLayers.begin(); it != m_topLayers.end(); ++it ) + m_layers[*it].renderingOrder -= TOP_LAYER_MODIFIER; + } + + UpdateAllLayersOrder(); + UpdateAllLayersColor(); +} + + +void VIEW::ClearTopLayers() +{ + std::set::iterator it; + + if( m_enableOrderModifier ) + { + // Restore the previous rendering order for layers that were marked as top + for( it = m_topLayers.begin(); it != m_topLayers.end(); ++it ) + m_layers[*it].renderingOrder -= TOP_LAYER_MODIFIER; + } + + m_topLayers.clear(); +} + + +void VIEW::UpdateAllLayersOrder() +{ + sortLayers(); + + BOOST_FOREACH( LAYER_MAP::value_type& l, m_layers ) + { + ChangeLayerDepth( l.first, l.second.renderingOrder ); + } + + MarkDirty(); +} + + +struct VIEW::drawItem +{ + drawItem( VIEW* aView, int aLayer ) : + view( aView ), layer( aLayer ) + { + } + + bool operator()( VIEW_ITEM* aItem ) + { + // Conditions that have te be fulfilled for an item to be drawn + bool drawCondition = aItem->isRenderable() && + aItem->ViewGetLOD( layer ) < view->m_scale; + if( !drawCondition ) + return true; + + view->draw( aItem, layer ); + + return true; + } + + VIEW* view; + int layer, layers[VIEW_MAX_LAYERS]; +}; + + +void VIEW::redrawRect( const BOX2I& aRect ) +{ + BOOST_FOREACH( VIEW_LAYER* l, m_orderedLayers ) + { + if( l->visible && IsTargetDirty( l->target ) && areRequiredLayersEnabled( l->id ) ) + { + drawItem drawFunc( this, l->id ); + + m_gal->SetTarget( l->target ); + m_gal->SetLayerDepth( l->renderingOrder ); + l->items->Query( aRect, drawFunc ); + } + } +} + + +void VIEW::draw( VIEW_ITEM* aItem, int aLayer, bool aImmediate ) +{ + if( IsCached( aLayer ) && !aImmediate ) + { + // Draw using cached information or create one + int group = aItem->getGroup( aLayer ); + + if( group >= 0 ) + { + m_gal->DrawGroup( group ); + } + else + { + group = m_gal->BeginGroup(); + aItem->setGroup( aLayer, group ); + + if( !m_painter->Draw( aItem, aLayer ) ) + aItem->ViewDraw( aLayer, m_gal ); // Alternative drawing method + + m_gal->EndGroup(); + } + } + else + { + // Immediate mode + if( !m_painter->Draw( aItem, aLayer ) ) + aItem->ViewDraw( aLayer, m_gal ); // Alternative drawing method + } +} + + +void VIEW::draw( VIEW_ITEM* aItem, bool aImmediate ) +{ + int layers[VIEW_MAX_LAYERS], layers_count; + + aItem->ViewGetLayers( layers, layers_count ); + + // Sorting is needed for drawing order dependent GALs (like Cairo) + SortLayers( layers, layers_count ); + + for( int i = 0; i < layers_count; ++i ) + { + m_gal->SetLayerDepth( m_layers.at( layers[i] ).renderingOrder ); + draw( aItem, layers[i], aImmediate ); + } +} + + +void VIEW::draw( VIEW_GROUP* aGroup, bool aImmediate ) +{ + std::set::const_iterator it; + + for( it = aGroup->Begin(); it != aGroup->End(); ++it ) + draw( *it, aImmediate ); +} + + +struct VIEW::unlinkItem +{ + bool operator()( VIEW_ITEM* aItem ) + { + aItem->m_view = NULL; + + return true; + } +}; + + +struct VIEW::recacheItem +{ + recacheItem( VIEW* aView, GAL* aGal, int aLayer, bool aImmediately ) : + view( aView ), gal( aGal ), layer( aLayer ), immediately( aImmediately ) + { + } + + bool operator()( VIEW_ITEM* aItem ) + { + // Remove previously cached group + int group = aItem->getGroup( layer ); + + if( group >= 0 ) + gal->DeleteGroup( group ); + + if( immediately ) + { + group = gal->BeginGroup(); + aItem->setGroup( layer, group ); + + if( !view->m_painter->Draw( aItem, layer ) ) + aItem->ViewDraw( layer, gal ); // Alternative drawing method + + gal->EndGroup(); + } + else + { + aItem->ViewUpdate( VIEW_ITEM::ALL ); + aItem->setGroup( layer, -1 ); + } + + return true; + } + + VIEW* view; + GAL* gal; + int layer; + bool immediately; +}; + + +void VIEW::Clear() +{ + BOX2I r; + + r.SetMaximum(); + + BOOST_FOREACH( VIEW_ITEM* item, m_needsUpdate ) + item->clearUpdateFlags(); + + m_needsUpdate.clear(); + + for( LAYER_MAP_ITER i = m_layers.begin(); i != m_layers.end(); ++i ) + { + VIEW_LAYER* l = &( ( *i ).second ); + unlinkItem v; + + if( m_dynamic ) + l->items->Query( r, v ); + + l->items->RemoveAll(); + } + + m_gal->ClearCache(); +} + + +void VIEW::ClearTargets() +{ + if( IsTargetDirty( TARGET_CACHED ) || IsTargetDirty( TARGET_NONCACHED ) ) + { + // TARGET_CACHED and TARGET_NONCACHED have to be redrawn together, as they contain + // layers that rely on each other (eg. netnames are noncached, but tracks - are cached) + m_gal->ClearTarget( TARGET_NONCACHED ); + m_gal->ClearTarget( TARGET_CACHED ); + + MarkDirty(); + } + + if( IsTargetDirty( TARGET_OVERLAY ) ) + { + m_gal->ClearTarget( TARGET_OVERLAY ); + } +} + + +void VIEW::Redraw() +{ +#ifdef PROFILE + prof_counter totalRealTime; + prof_start( &totalRealTime ); +#endif /* PROFILE */ + + VECTOR2D screenSize = m_gal->GetScreenPixelSize(); + BOX2I rect( ToWorld( VECTOR2D( 0, 0 ) ), + ToWorld( screenSize ) - ToWorld( VECTOR2D( 0, 0 ) ) ); + rect.Normalize(); + + redrawRect( rect ); + + // All targets were redrawn, so nothing is dirty + markTargetClean( TARGET_CACHED ); + markTargetClean( TARGET_NONCACHED ); + markTargetClean( TARGET_OVERLAY ); + +#ifdef PROFILE + prof_end( &totalRealTime ); + + wxLogDebug( wxT( "Redraw: %.1f ms" ), totalRealTime.msecs() ); +#endif /* PROFILE */ +} + + +const VECTOR2I& VIEW::GetScreenPixelSize() const +{ + return m_gal->GetScreenPixelSize(); +} + + +struct VIEW::clearLayerCache +{ + clearLayerCache( VIEW* aView ) : + view( aView ) + { + } + + bool operator()( VIEW_ITEM* aItem ) + { + aItem->deleteGroups(); + + return true; + } + + VIEW* view; +}; + + +void VIEW::clearGroupCache() +{ + BOX2I r; + + r.SetMaximum(); + clearLayerCache visitor( this ); + + for( LAYER_MAP_ITER i = m_layers.begin(); i != m_layers.end(); ++i ) + { + VIEW_LAYER* l = &( ( *i ).second ); + l->items->Query( r, visitor ); + } +} + + +void VIEW::invalidateItem( VIEW_ITEM* aItem, int aUpdateFlags ) +{ + // updateLayers updates geometry too, so we do not have to update both of them at the same time + if( aUpdateFlags & VIEW_ITEM::LAYERS ) + updateLayers( aItem ); + else if( aUpdateFlags & VIEW_ITEM::GEOMETRY ) + updateBbox( aItem ); + + int layers[VIEW_MAX_LAYERS], layers_count; + aItem->ViewGetLayers( layers, layers_count ); + + // Iterate through layers used by the item and recache it immediately + for( int i = 0; i < layers_count; ++i ) + { + int layerId = layers[i]; + + if( IsCached( layerId ) ) + { + if( aUpdateFlags & ( VIEW_ITEM::GEOMETRY | VIEW_ITEM::LAYERS ) ) + updateItemGeometry( aItem, layerId ); + else if( aUpdateFlags & VIEW_ITEM::COLOR ) + updateItemColor( aItem, layerId ); + } + + // Mark those layers as dirty, so the VIEW will be refreshed + MarkTargetDirty( m_layers[layerId].target ); + } + + aItem->clearUpdateFlags(); +} + + +void VIEW::sortLayers() +{ + int n = 0; + + m_orderedLayers.resize( m_layers.size() ); + + for( LAYER_MAP_ITER i = m_layers.begin(); i != m_layers.end(); ++i ) + m_orderedLayers[n++] = &i->second; + + sort( m_orderedLayers.begin(), m_orderedLayers.end(), compareRenderingOrder ); + + MarkDirty(); +} + + +void VIEW::updateItemColor( VIEW_ITEM* aItem, int aLayer ) +{ + wxASSERT( (unsigned) aLayer < m_layers.size() ); + wxASSERT( IsCached( aLayer ) ); + + // Obtain the color that should be used for coloring the item on the specific layerId + const COLOR4D color = m_painter->GetSettings()->GetColor( aItem, aLayer ); + int group = aItem->getGroup( aLayer ); + + // Change the color, only if it has group assigned + if( group >= 0 ) + m_gal->ChangeGroupColor( group, color ); +} + + +void VIEW::updateItemGeometry( VIEW_ITEM* aItem, int aLayer ) +{ + wxASSERT( (unsigned) aLayer < m_layers.size() ); + wxASSERT( IsCached( aLayer ) ); + + VIEW_LAYER& l = m_layers.at( aLayer ); + + m_gal->SetTarget( l.target ); + m_gal->SetLayerDepth( l.renderingOrder ); + + // Redraw the item from scratch + int group = aItem->getGroup( aLayer ); + + if( group >= 0 ) + m_gal->DeleteGroup( group ); + + group = m_gal->BeginGroup(); + aItem->setGroup( aLayer, group ); + + if( !m_painter->Draw( static_cast( aItem ), aLayer ) ) + aItem->ViewDraw( aLayer, m_gal ); // Alternative drawing method + + m_gal->EndGroup(); +} + + +void VIEW::updateBbox( VIEW_ITEM* aItem ) +{ + int layers[VIEW_MAX_LAYERS], layers_count; + + aItem->ViewGetLayers( layers, layers_count ); + + for( int i = 0; i < layers_count; ++i ) + { + VIEW_LAYER& l = m_layers[layers[i]]; + l.items->Remove( aItem ); + l.items->Insert( aItem ); + MarkTargetDirty( l.target ); + } +} + + +void VIEW::updateLayers( VIEW_ITEM* aItem ) +{ + int layers[VIEW_MAX_LAYERS], layers_count; + + // Remove the item from previous layer set + aItem->getLayers( layers, layers_count ); + + for( int i = 0; i < layers_count; ++i ) + { + VIEW_LAYER& l = m_layers[layers[i]]; + l.items->Remove( aItem ); + MarkTargetDirty( l.target ); + + if( IsCached( l.id ) ) + { + // Redraw the item from scratch + int prevGroup = aItem->getGroup( layers[i] ); + + if( prevGroup >= 0 ) + { + m_gal->DeleteGroup( prevGroup ); + aItem->setGroup( l.id, -1 ); + } + } + } + + // Add the item to new layer set + aItem->ViewGetLayers( layers, layers_count ); + aItem->saveLayers( layers, layers_count ); + + for( int i = 0; i < layers_count; i++ ) + { + VIEW_LAYER& l = m_layers[layers[i]]; + l.items->Insert( aItem ); + MarkTargetDirty( l.target ); + } +} + + +bool VIEW::areRequiredLayersEnabled( int aLayerId ) const +{ + wxASSERT( (unsigned) aLayerId < m_layers.size() ); + + std::set::iterator it, it_end; + + for( it = m_layers.at( aLayerId ).requiredLayers.begin(), + it_end = m_layers.at( aLayerId ).requiredLayers.end(); it != it_end; ++it ) + { + // That is enough if just one layer is not enabled + if( !m_layers.at( *it ).visible || !areRequiredLayersEnabled( *it ) ) + return false; + } + + return true; +} + + +void VIEW::RecacheAllItems( bool aImmediately ) +{ + BOX2I r; + + r.SetMaximum(); + +#ifdef PROFILE + prof_counter totalRealTime; + prof_start( &totalRealTime ); +#endif /* PROFILE */ + + for( LAYER_MAP_ITER i = m_layers.begin(); i != m_layers.end(); ++i ) + { + VIEW_LAYER* l = &( ( *i ).second ); + + if( IsCached( l->id ) ) + { + m_gal->SetTarget( l->target ); + m_gal->SetLayerDepth( l->renderingOrder ); + recacheItem visitor( this, m_gal, l->id, aImmediately ); + l->items->Query( r, visitor ); + MarkTargetDirty( l->target ); + } + } + +#ifdef PROFILE + prof_end( &totalRealTime ); + + wxLogDebug( wxT( "RecacheAllItems::immediately: %u %.1f ms" ), + aImmediately, totalRealTime.msecs() ); +#endif /* PROFILE */ +} + + +void VIEW::UpdateItems() +{ + // Update items that need this + BOOST_FOREACH( VIEW_ITEM* item, m_needsUpdate ) + { + assert( item->viewRequiredUpdate() != VIEW_ITEM::NONE ); + + invalidateItem( item, item->viewRequiredUpdate() ); + } + + m_needsUpdate.clear(); +} + + +struct VIEW::extentsVisitor +{ + BOX2I extents; + bool first; + + extentsVisitor() + { + first = true; + } + + bool operator()( VIEW_ITEM* aItem ) + { + if( first ) + extents = aItem->ViewBBox(); + else + extents.Merge ( aItem->ViewBBox() ); + return false; + } +}; + + +const BOX2I VIEW::CalculateExtents() +{ + extentsVisitor v; + BOX2I fullScene; + fullScene.SetMaximum(); + + BOOST_FOREACH( VIEW_LAYER* l, m_orderedLayers ) + { + l->items->Query( fullScene, v ); + } + + return v.extents; +} + + +const int VIEW::TOP_LAYER_MODIFIER = -VIEW_MAX_LAYERS; diff --git a/common/view/view_controls.cpp b/common/view/view_controls.cpp new file mode 100644 index 0000000..850cf0b --- /dev/null +++ b/common/view/view_controls.cpp @@ -0,0 +1,47 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2013-2015 CERN + * @author Tomasz Wlostowski + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +using namespace KIGFX; + +void VIEW_CONTROLS::ShowCursor( bool aEnabled ) +{ + m_view->GetGAL()->SetCursorEnabled( aEnabled ); +} + + +void VIEW_CONTROLS::Reset() +{ + SetSnapping( false ); + SetAutoPan( false ); + ForceCursorPosition( false ); + ShowCursor( false ); + CaptureCursor( false ); + SetGrabMouse( false ); +} diff --git a/common/view/view_group.cpp b/common/view/view_group.cpp new file mode 100644 index 0000000..1459954 --- /dev/null +++ b/common/view/view_group.cpp @@ -0,0 +1,162 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ + +/** + * @file view_group.cpp + * @brief VIEW_GROUP extends VIEW_ITEM by possibility of grouping items into a single object. + * VIEW_GROUP does not take over ownership of the held items. The main purpose of this class is + * to group items and draw them on a single layer (in particular the overlay). + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace KIGFX; + +VIEW_GROUP::VIEW_GROUP( VIEW* aView ) : + m_layer( ITEM_GAL_LAYER( GP_OVERLAY ) ) +{ + m_view = aView; +} + + +VIEW_GROUP::~VIEW_GROUP() +{ +} + + +void VIEW_GROUP::Add( VIEW_ITEM* aItem ) +{ + m_items.insert( aItem ); +} + + +void VIEW_GROUP::Remove( VIEW_ITEM* aItem ) +{ + m_items.erase( aItem ); +} + + +void VIEW_GROUP::Clear() +{ + m_items.clear(); +} + + +unsigned int VIEW_GROUP::GetSize() const +{ + return m_items.size(); +} + + +const BOX2I VIEW_GROUP::ViewBBox() const +{ + BOX2I maxBox; + + maxBox.SetMaximum(); + return maxBox; +} + + +void VIEW_GROUP::ViewDraw( int aLayer, GAL* aGal ) const +{ + PAINTER* painter = m_view->GetPainter(); + + // Draw all items immediately (without caching) + BOOST_FOREACH( VIEW_ITEM* item, m_items ) + { + aGal->PushDepth(); + + int layers[VIEW::VIEW_MAX_LAYERS], layers_count; + item->ViewGetLayers( layers, layers_count ); + m_view->SortLayers( layers, layers_count ); + + for( int i = 0; i < layers_count; i++ ) + { + if( m_view->IsCached( layers[i] ) && m_view->IsLayerVisible( layers[i] ) ) + { + aGal->AdvanceDepth(); + + if( !painter->Draw( item, layers[i] ) ) + item->ViewDraw( layers[i], aGal ); // Alternative drawing method + } + } + + aGal->PopDepth(); + } +} + + +void VIEW_GROUP::ViewGetLayers( int aLayers[], int& aCount ) const +{ + // Everything is displayed on a single layer + aLayers[0] = m_layer; + aCount = 1; +} + + +void VIEW_GROUP::FreeItems() +{ + BOOST_FOREACH( VIEW_ITEM* item, m_items ) + { + delete item; + } + m_items.clear(); +} + + +void VIEW_GROUP::ItemsSetVisibility( bool aVisible ) +{ + std::set::const_iterator it, it_end; + + for( it = m_items.begin(), it_end = m_items.end(); it != it_end; ++it ) + (*it)->ViewSetVisible( aVisible ); +} + + +void VIEW_GROUP::ItemsViewUpdate( VIEW_ITEM::VIEW_UPDATE_FLAGS aFlags ) +{ + std::set::const_iterator it, it_end; + + for( it = m_items.begin(), it_end = m_items.end(); it != it_end; ++it ) + (*it)->ViewUpdate( aFlags ); +} + + +void VIEW_GROUP::updateBbox() +{ + // Save the used VIEW, as it used nulled during Remove() + VIEW* view = m_view; + + // Reinsert the group, so the bounding box can be updated + view->Remove( this ); + view->Add( this ); +} diff --git a/common/view/view_item.cpp b/common/view/view_item.cpp new file mode 100644 index 0000000..f1713f3 --- /dev/null +++ b/common/view/view_item.cpp @@ -0,0 +1,109 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include + +using namespace KIGFX; + +void VIEW_ITEM::ViewRelease() +{ + if( m_view && m_view->IsDynamic() ) + m_view->Remove( this ); +} + + +void VIEW_ITEM::getLayers( int* aLayers, int& aCount ) const +{ + int* layersPtr = aLayers; + + for( unsigned int i = 0; i < m_layers.size(); ++i ) + { + if( m_layers[i] ) + *layersPtr++ = i; + } + + aCount = m_layers.count(); +} + + +int VIEW_ITEM::getGroup( int aLayer ) const +{ + for( int i = 0; i < m_groupsSize; ++i ) + { + if( m_groups[i].first == aLayer ) + return m_groups[i].second; + } + + return -1; +} + + +std::vector VIEW_ITEM::getAllGroups() const +{ + std::vector groups( m_groupsSize ); + + for( int i = 0; i < m_groupsSize; ++i ) + { + groups[i] = m_groups[i].second; + } + + return groups; +} + + +void VIEW_ITEM::setGroup( int aLayer, int aId ) +{ + // Look if there is already an entry for the layer + for( int i = 0; i < m_groupsSize; ++i ) + { + if( m_groups[i].first == aLayer ) + { + m_groups[i].second = aId; + return; + } + } + + // If there was no entry for the given layer - create one + GroupPair* newGroups = new GroupPair[m_groupsSize + 1]; + + if( m_groupsSize > 0 ) + { + std::copy( m_groups, m_groups + m_groupsSize, newGroups ); + delete[] m_groups; + } + + m_groups = newGroups; + newGroups[m_groupsSize++] = GroupPair( aLayer, aId ); +} + + +void VIEW_ITEM::deleteGroups() +{ + delete[] m_groups; + m_groups = NULL; + m_groupsSize = 0; +} diff --git a/common/view/wx_view_controls.cpp b/common/view/wx_view_controls.cpp new file mode 100644 index 0000000..ac6c778 --- /dev/null +++ b/common/view/wx_view_controls.cpp @@ -0,0 +1,491 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2013-2015 CERN + * Copyright (C) 2012-2016 KiCad Developers, see AUTHORS.txt for contributors. + * + * @author Tomasz Wlostowski + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + +#include +#include +#include +#include + +using namespace KIGFX; + +const wxEventType WX_VIEW_CONTROLS::EVT_REFRESH_MOUSE = wxNewEventType(); + +WX_VIEW_CONTROLS::WX_VIEW_CONTROLS( VIEW* aView, wxScrolledCanvas* aParentPanel ) : + VIEW_CONTROLS( aView ), m_state( IDLE ), m_parentPanel( aParentPanel ), m_scrollScale( 1.0, 1.0 ) +{ + m_parentPanel->Connect( wxEVT_MOTION, + wxMouseEventHandler( WX_VIEW_CONTROLS::onMotion ), NULL, this ); +#ifdef USE_OSX_MAGNIFY_EVENT + m_parentPanel->Connect( wxEVT_MAGNIFY, + wxMouseEventHandler( WX_VIEW_CONTROLS::onMagnify ), NULL, this ); +#endif + m_parentPanel->Connect( wxEVT_MOUSEWHEEL, + wxMouseEventHandler( WX_VIEW_CONTROLS::onWheel ), NULL, this ); + m_parentPanel->Connect( wxEVT_MIDDLE_UP, + wxMouseEventHandler( WX_VIEW_CONTROLS::onButton ), NULL, this ); + m_parentPanel->Connect( wxEVT_MIDDLE_DOWN, + wxMouseEventHandler( WX_VIEW_CONTROLS::onButton ), NULL, this ); + m_parentPanel->Connect( wxEVT_LEFT_UP, + wxMouseEventHandler( WX_VIEW_CONTROLS::onButton ), NULL, this ); + m_parentPanel->Connect( wxEVT_LEFT_DOWN, + wxMouseEventHandler( WX_VIEW_CONTROLS::onButton ), NULL, this ); +#if defined _WIN32 || defined _WIN64 + m_parentPanel->Connect( wxEVT_ENTER_WINDOW, + wxMouseEventHandler( WX_VIEW_CONTROLS::onEnter ), NULL, this ); +#endif + m_parentPanel->Connect( wxEVT_LEAVE_WINDOW, + wxMouseEventHandler( WX_VIEW_CONTROLS::onLeave ), NULL, this ); + m_parentPanel->Connect( wxEVT_SCROLLWIN_THUMBTRACK, + wxScrollWinEventHandler( WX_VIEW_CONTROLS::onScroll ), NULL, this ); + + m_panTimer.SetOwner( this ); + this->Connect( wxEVT_TIMER, + wxTimerEventHandler( WX_VIEW_CONTROLS::onTimer ), NULL, this ); +} + + +void WX_VIEW_CONTROLS::onMotion( wxMouseEvent& aEvent ) +{ + bool isAutoPanning = false; + + if( m_autoPanEnabled ) + isAutoPanning = handleAutoPanning( aEvent ); + + if( !isAutoPanning && aEvent.Dragging() ) + { + if( m_state == DRAG_PANNING ) + { + VECTOR2D d = m_dragStartPoint - VECTOR2D( aEvent.GetX(), aEvent.GetY() ); + VECTOR2D delta = m_view->ToWorld( d, false ); + + m_view->SetCenter( m_lookStartPoint + delta ); + aEvent.StopPropagation(); + } + } + + aEvent.Skip(); +} + + +void WX_VIEW_CONTROLS::onWheel( wxMouseEvent& aEvent ) +{ + const double wheelPanSpeed = 0.001; + + if( aEvent.ControlDown() || aEvent.ShiftDown() || m_enableMousewheelPan ) + { + // Scrolling + VECTOR2D scrollVec = m_view->ToWorld( m_view->GetScreenPixelSize(), false ) * + ( (double) aEvent.GetWheelRotation() * wheelPanSpeed ); + int axis = aEvent.GetWheelAxis(); + double scrollX = 0.0; + double scrollY = 0.0; + + if ( m_enableMousewheelPan ) + { + if ( axis == wxMOUSE_WHEEL_HORIZONTAL ) + scrollX = scrollVec.x; + else + scrollY = -scrollVec.y; + } + else + { + if ( aEvent.ControlDown() ) + scrollX = -scrollVec.x; + else + scrollY = -scrollVec.y; + } + + VECTOR2D delta( scrollX, scrollY ); + + m_view->SetCenter( m_view->GetCenter() + delta ); + } + else + { + // Zooming + wxLongLong timeStamp = wxGetLocalTimeMillis(); + double timeDiff = timeStamp.ToDouble() - m_timeStamp.ToDouble(); + int rotation = aEvent.GetWheelRotation(); + double zoomScale; + +#ifdef __WXMAC__ + // The following is to support Apple pointer devices (MagicMouse & + // Macbook touchpad), which send events more frequently, but with smaller + // wheel rotation. + // + // It should not break other platforms, but I prefer to be safe than + // sorry. If you find a device that behaves in the same way on another + // platform, feel free to remove #ifdef directives. + if( timeDiff > 0 && timeDiff < 100 && std::abs( rotation ) < 20 ) + { + aEvent.Skip(); + return; + } +#endif + + m_timeStamp = timeStamp; + + // Set scaling speed depending on scroll wheel event interval + if( timeDiff < 500 && timeDiff > 0 ) + { + zoomScale = 2.05 - timeDiff / 500; + + if( rotation < 0 ) + zoomScale = 1.0 / zoomScale; + } + else + { + zoomScale = ( rotation > 0 ) ? 1.05 : 0.95; + } + + if( IsCursorWarpingEnabled() ) + { + CenterOnCursor(); + m_view->SetScale( m_view->GetScale() * zoomScale ); + } + else + { + VECTOR2D anchor = m_view->ToWorld( VECTOR2D( aEvent.GetX(), aEvent.GetY() ) ); + m_view->SetScale( m_view->GetScale() * zoomScale, anchor ); + } + } + + aEvent.Skip(); +} + + +#ifdef USE_OSX_MAGNIFY_EVENT +void WX_VIEW_CONTROLS::onMagnify( wxMouseEvent& aEvent ) +{ + // Scale based on the magnification from our underlying magnification event. + VECTOR2D anchor = m_view->ToWorld( VECTOR2D( aEvent.GetX(), aEvent.GetY() ) ); + m_view->SetScale( m_view->GetScale() * ( aEvent.GetMagnification() + 1.0f ), anchor ); + + aEvent.Skip(); +} +#endif + + +void WX_VIEW_CONTROLS::onButton( wxMouseEvent& aEvent ) +{ + switch( m_state ) + { + case IDLE: + case AUTO_PANNING: + if( aEvent.MiddleDown() ) + { + m_dragStartPoint = VECTOR2D( aEvent.GetX(), aEvent.GetY() ); + m_lookStartPoint = m_view->GetCenter(); + m_state = DRAG_PANNING; + } + + if( aEvent.LeftUp() ) + m_state = IDLE; // Stop autopanning when user release left mouse button + + break; + + case DRAG_PANNING: + if( aEvent.MiddleUp() ) + m_state = IDLE; + + break; + } + + aEvent.Skip(); +} + + +void WX_VIEW_CONTROLS::onEnter( wxMouseEvent& aEvent ) +{ + m_parentPanel->SetFocus(); +} + + +void WX_VIEW_CONTROLS::onLeave( wxMouseEvent& aEvent ) +{ + if( m_cursorCaptured ) + { + bool warp = false; + int x = aEvent.GetX(); + int y = aEvent.GetY(); + wxSize parentSize = m_parentPanel->GetClientSize(); + + if( x < 0 ) + { + x = 0; + warp = true; + } + else if( x >= parentSize.x ) + { + x = parentSize.x - 1; + warp = true; + } + + if( y < 0 ) + { + y = 0; + warp = true; + } + else if( y >= parentSize.y ) + { + y = parentSize.y - 1; + warp = true; + } + + if( warp ) + m_parentPanel->WarpPointer( x, y ); + } +} + + +void WX_VIEW_CONTROLS::onTimer( wxTimerEvent& aEvent ) +{ + switch( m_state ) + { + case AUTO_PANNING: + { +#if wxCHECK_VERSION( 3, 0, 0 ) + if( !m_parentPanel->HasFocus() ) + break; +#endif + + double borderSize = std::min( m_autoPanMargin * m_view->GetScreenPixelSize().x, + m_autoPanMargin * m_view->GetScreenPixelSize().y ); + + VECTOR2D dir( m_panDirection ); + + if( dir.EuclideanNorm() > borderSize ) + dir = dir.Resize( borderSize ); + + dir = m_view->ToWorld( dir, false ); + m_view->SetCenter( m_view->GetCenter() + dir * m_autoPanSpeed ); + + // Notify tools that the cursor position has changed in the world coordinates + wxMouseEvent moveEvent( EVT_REFRESH_MOUSE ); + + // Set the modifiers state +#if wxCHECK_VERSION( 3, 0, 0 ) + moveEvent.SetControlDown( wxGetKeyState( WXK_CONTROL ) ); + moveEvent.SetShiftDown( wxGetKeyState( WXK_SHIFT ) ); + moveEvent.SetAltDown( wxGetKeyState( WXK_ALT ) ); +#else + // wx <3.0 do not have accessors, but the fields are exposed + moveEvent.m_controlDown = wxGetKeyState( WXK_CONTROL ); + moveEvent.m_shiftDown = wxGetKeyState( WXK_SHIFT ); + moveEvent.m_altDown = wxGetKeyState( WXK_ALT ); +#endif + + wxPostEvent( m_parentPanel, moveEvent ); + } + break; + + case IDLE: // Just remove unnecessary warnings + case DRAG_PANNING: + break; + } +} + + +void WX_VIEW_CONTROLS::onScroll( wxScrollWinEvent& aEvent ) +{ + VECTOR2D center = m_view->GetCenter(); + const BOX2I& boundary = m_view->GetBoundary(); + + if( aEvent.GetOrientation() == wxHORIZONTAL ) + center.x = (double) aEvent.GetPosition() * boundary.GetWidth() / m_scrollScale.x + boundary.GetLeft(); + else if( aEvent.GetOrientation() == wxVERTICAL ) + center.y = (double) aEvent.GetPosition() * boundary.GetHeight() / m_scrollScale.y + boundary.GetTop(); + + m_view->SetCenter( center ); + m_parentPanel->Refresh(); +} + + +void WX_VIEW_CONTROLS::SetGrabMouse( bool aEnabled ) +{ + if( aEnabled && !m_grabMouse ) + m_parentPanel->CaptureMouse(); + else if( !aEnabled && m_grabMouse ) + m_parentPanel->ReleaseMouse(); + + VIEW_CONTROLS::SetGrabMouse( aEnabled ); +} + + +VECTOR2I WX_VIEW_CONTROLS::GetMousePosition() const +{ + wxPoint msp = wxGetMousePosition(); + wxPoint winp = m_parentPanel->GetScreenPosition(); + + return VECTOR2I( msp.x - winp.x, msp.y - winp.y ); +} + + +VECTOR2D WX_VIEW_CONTROLS::GetCursorPosition() const +{ + if( m_forceCursorPosition ) + { + return m_forcedPosition; + } + else + { + VECTOR2D mousePosition = GetMousePosition(); + + if( m_snappingEnabled ) + return m_view->GetGAL()->GetGridPoint( m_view->ToWorld( mousePosition ) ); + else + return m_view->ToWorld( mousePosition ); + } +} + + +void WX_VIEW_CONTROLS::WarpCursor( const VECTOR2D& aPosition, bool aWorldCoordinates, + bool aWarpView ) const +{ + if( aWorldCoordinates ) + { + const VECTOR2I& screenSize = m_view->GetGAL()->GetScreenPixelSize(); + BOX2I screen( VECTOR2I( 0, 0 ), screenSize ); + VECTOR2D screenPos = m_view->ToScreen( aPosition ); + + if( !screen.Contains( screenPos ) ) + { + if( aWarpView ) + { + m_view->SetCenter( aPosition ); + m_parentPanel->WarpPointer( screenSize.x / 2, screenSize.y / 2 ); + } + } + else + { + m_parentPanel->WarpPointer( screenPos.x, screenPos.y ); + } + } + else + { + m_parentPanel->WarpPointer( aPosition.x, aPosition.y ); + } +} + + +void WX_VIEW_CONTROLS::CenterOnCursor() const +{ + const VECTOR2I& screenSize = m_view->GetGAL()->GetScreenPixelSize(); + VECTOR2I screenCenter( screenSize / 2 ); + + if( GetMousePosition() != screenCenter ) + { + m_view->SetCenter( GetCursorPosition() ); + m_parentPanel->WarpPointer( KiROUND( screenSize.x / 2 ), KiROUND( screenSize.y / 2 ) ); + } +} + + +bool WX_VIEW_CONTROLS::handleAutoPanning( const wxMouseEvent& aEvent ) +{ + VECTOR2D p( aEvent.GetX(), aEvent.GetY() ); + + // Compute areas where autopanning is active + double borderStart = std::min( m_autoPanMargin * m_view->GetScreenPixelSize().x, + m_autoPanMargin * m_view->GetScreenPixelSize().y ); + double borderEndX = m_view->GetScreenPixelSize().x - borderStart; + double borderEndY = m_view->GetScreenPixelSize().y - borderStart; + + if( p.x < borderStart ) + m_panDirection.x = -( borderStart - p.x ); + else if( p.x > borderEndX ) + m_panDirection.x = ( p.x - borderEndX ); + else + m_panDirection.x = 0; + + if( p.y < borderStart ) + m_panDirection.y = -( borderStart - p.y ); + else if( p.y > borderEndY ) + m_panDirection.y = ( p.y - borderEndY ); + else + m_panDirection.y = 0; + + bool borderHit = ( m_panDirection.x != 0 || m_panDirection.y != 0 ); + + switch( m_state ) + { + case AUTO_PANNING: + if( !borderHit ) + { + m_panTimer.Stop(); + m_state = IDLE; + + return false; + } + + return true; + break; + + case IDLE: + if( borderHit ) + { + m_state = AUTO_PANNING; + m_panTimer.Start( (int) ( 1000.0 / 60.0 ) ); + + return true; + } + + return false; + break; + + case DRAG_PANNING: + return false; + } + + wxASSERT_MSG( false, wxT( "This line should never be reached" ) ); + return false; // Should not be reached, just avoid the compiler warnings.. +} + + +void WX_VIEW_CONTROLS::UpdateScrollbars() +{ + const BOX2D viewport = m_view->GetViewport(); + const BOX2I& boundary = m_view->GetBoundary(); + + m_scrollScale.x = 2e3 * boundary.GetWidth() / viewport.GetWidth(); + m_scrollScale.y = 2e3 * boundary.GetHeight() / viewport.GetHeight(); + + // Another example of wxWidgets being broken by design: scroll position is determined by the + // left (or top, if vertical) edge of the slider. Fortunately, slider size seems to be constant + // (at least for wxGTK 3.0), so we have to add its size to allow user to scroll the workspace + // till the end. + m_parentPanel->SetScrollbars( 1, 1, +#ifdef __LINUX__ + m_scrollScale.x + 1623, m_scrollScale.y + 1623, +#else + m_scrollScale.x, m_scrollScale.y, +#endif + ( viewport.Centre().x - boundary.GetLeft() ) / boundary.GetWidth() * m_scrollScale.x, + ( viewport.Centre().y - boundary.GetTop() ) / boundary.GetHeight() * m_scrollScale.y ); +} diff --git a/common/wildcards_and_files_ext.cpp b/common/wildcards_and_files_ext.cpp new file mode 100644 index 0000000..80326d3 --- /dev/null +++ b/common/wildcards_and_files_ext.cpp @@ -0,0 +1,104 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2008-2012 Wayne Stambaugh + * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file wildcards_and_files_ext.cpp + */ +#include + +/** + * file extensions and wildcards used in kicad. + */ + +const wxString SchematicSymbolFileExtension( wxT( "sym" ) ); +const wxString SchematicLibraryFileExtension( wxT( "lib" ) ); +const wxString SchematicBackupFileExtension( wxT( "bak" ) ); + +const wxString VrmlFileExtension( wxT( "wrl" ) ); + +const wxString ProjectFileExtension( wxT( "pro" ) ); +const wxString SchematicFileExtension( wxT( "sch" ) ); +const wxString NetlistFileExtension( wxT( "net" ) ); +const wxString ComponentFileExtension( wxT( "cmp" ) ); +const wxString GerberFileExtension( wxT( ".((gbr|(gb|gt)[alops])|pho)" ) ); +const wxString HtmlFileExtension( wxT( "html" ) ); + +const wxString LegacyPcbFileExtension( wxT( "brd" ) ); +const wxString KiCadPcbFileExtension( wxT( "kicad_pcb" ) ); +const wxString PageLayoutDescrFileExtension( wxT( "kicad_wks" ) ); + +const wxString PdfFileExtension( wxT( "pdf" ) ); +const wxString MacrosFileExtension( wxT( "mcr" ) ); +const wxString DrillFileExtension( wxT( "drl" ) ); +const wxString SVGFileExtension( wxT( "svg" ) ); +const wxString ReportFileExtension( wxT( "rpt" ) ); +const wxString FootprintPlaceFileExtension( wxT( "pos" ) ); +const wxString KiCadLib3DShapesPathExtension( wxT( "3dshapes" ) ); ///< 3D shapes default libpath + +const wxString KiCadFootprintLibPathExtension( wxT( "pretty" ) ); ///< KICAD PLUGIN libpath +const wxString LegacyFootprintLibPathExtension( wxT( "mod" ) ); +const wxString EagleFootprintLibPathExtension( wxT( "lbr" ) ); + +const wxString KiCadFootprintFileExtension( wxT( "kicad_mod" ) ); +const wxString GedaPcbFootprintLibFileExtension( wxT( "fp" ) ); + +// These strings are wildcards for file selection dialogs. +// Because these are static, one should explicitly call wxGetTranslation +// to display them as translated. +const wxString SchematicSymbolFileWildcard( _( "KiCad drawing symbol file (*.sym)|*.sym" ) ); +const wxString SchematicLibraryFileWildcard( _( "KiCad component library file (*.lib)|*.lib" ) ); +const wxString ProjectFileWildcard( _( "KiCad project files (*.pro)|*.pro" ) ); +const wxString SchematicFileWildcard( _( "KiCad schematic files (*.sch)|*.sch" ) ); +const wxString NetlistFileWildcard( _( "KiCad netlist files (*.net)|*.net" ) ); +const wxString GerberFileWildcard( _( "Gerber files (*.pho)|*.pho" ) ); +const wxString LegacyPcbFileWildcard( _( "KiCad printed circuit board files (*.brd)|*.brd" ) ); +const wxString EaglePcbFileWildcard( _( "Eagle ver. 6.x XML PCB files (*.brd)|*.brd" ) ); +const wxString PCadPcbFileWildcard( _( "P-Cad 200x ASCII PCB files (*.pcb)|*.pcb" ) ); +const wxString PcbFileWildcard( _( "KiCad s-expr printed circuit board files (*.kicad_pcb)|*.kicad_pcb" ) ); +const wxString KiCadFootprintLibFileWildcard( _( "KiCad footprint s-expre file (*.kicad_mod)|*.kicad_mod" ) ); +const wxString KiCadFootprintLibPathWildcard( _( "KiCad footprint s-expre library path (*.pretty)|*.pretty" ) ); +const wxString LegacyFootprintLibPathWildcard( _( "Legacy footprint library file (*.mod)|*.mod" ) ); +const wxString EagleFootprintLibPathWildcard( _( "Eagle ver. 6.x XML library files (*.lbr)|*.lbr" ) ); +const wxString GedaPcbFootprintLibFileWildcard( _( "Geda PCB footprint library file (*.fp)|*.fp" ) ); +const wxString MacrosFileWildcard( _( "KiCad recorded macros (*.mcr)|*.mcr" ) ); +const wxString ComponentFileExtensionWildcard( _( "Component-footprint link file (*.cmp)|*cmp" ) ); +const wxString PageLayoutDescrFileWildcard( _( "Page layout descr file (*.kicad_wks)|*kicad_wks" ) ); +// generic: +const wxString AllFilesWildcard( _( "All files (*)|*" ) ); + +// Wildcard for cvpcb component to footprint link file +const wxString ComponentFileWildcard( _( "KiCad cmp/footprint link files (*.cmp)|*.cmp" ) ); + +// Wildcard for reports and fabrication documents +const wxString DrillFileWildcard( _( "Drill files (*.drl)|*.drl;*.DRL" ) ); +const wxString SVGFileWildcard( _( "SVG files (*.svg)|*.svg;*.SVG" ) ); +const wxString HtmlFileWildcard( _( "HTML files (*.html)|*.htm;*.html" ) ); +const wxString PdfFileWildcard( _( "Portable document format files (*.pdf)|*.pdf" ) ); +const wxString PSFileWildcard( _( "PostScript files (.ps)|*.ps" ) ); +const wxString ReportFileWildcard = _( "Report files (*.rpt)|*.rpt" ); +const wxString FootprintPlaceFileWildcard = _( "Footprint place files (*.pos)|*.pos" ); +const wxString Shapes3DFileWildcard( _( "Vrml and x3d files (*.wrl *.x3d)|*.wrl;*.x3d" ) ); +const wxString IDF3DFileWildcard( _( "IDFv3 component files (*.idf)|*.idf" ) ); +const wxString TextWildcard( _( "Text files (*.txt)|*.txt" ) ); diff --git a/common/worksheet.cpp b/common/worksheet.cpp new file mode 100644 index 0000000..36cc119 --- /dev/null +++ b/common/worksheet.cpp @@ -0,0 +1,280 @@ +/** + * @file worksheet.cpp + * @brief Common code to draw the title block and frame references + * @note it should include title_block_shape_gost.h or title_block_shape.h + * which defines most of draw shapes, and contains a part of the draw code + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +static const wxString productName = wxT( "KiCad E.D.A. " ); + +void DrawPageLayout( wxDC* aDC, EDA_RECT* aClipBox, + const PAGE_INFO& aPageInfo, + const wxString &aFullSheetName, + const wxString& aFileName, + TITLE_BLOCK& aTitleBlock, + int aSheetCount, int aSheetNumber, + int aPenWidth, double aScalar, + EDA_COLOR_T aColor, EDA_COLOR_T aAltColor ) +{ + WS_DRAW_ITEM_LIST drawList; + + drawList.SetPenSize( aPenWidth ); + drawList.SetMilsToIUfactor( aScalar ); + drawList.SetSheetNumber( aSheetNumber ); + drawList.SetSheetCount( aSheetCount ); + drawList.SetFileName( aFileName ); + drawList.SetSheetName( aFullSheetName ); + + drawList.BuildWorkSheetGraphicList( aPageInfo, + aTitleBlock, aColor, aAltColor ); + + // Draw item list + drawList.Draw( aClipBox, aDC ); +} + + +void EDA_DRAW_FRAME::DrawWorkSheet( wxDC* aDC, BASE_SCREEN* aScreen, int aLineWidth, + double aScalar, const wxString &aFilename ) +{ + if( !m_showBorderAndTitleBlock ) + return; + + const PAGE_INFO& pageInfo = GetPageSettings(); + wxSize pageSize = pageInfo.GetSizeMils(); + + // if not printing, draw the page limits: + if( !aScreen->m_IsPrinting && m_showPageLimits ) + { + GRSetDrawMode( aDC, GR_COPY ); + GRRect( m_canvas->GetClipBox(), aDC, 0, 0, + pageSize.x * aScalar, pageSize.y * aScalar, aLineWidth, + m_drawBgColor == WHITE ? LIGHTGRAY : DARKDARKGRAY ); + } + + TITLE_BLOCK t_block = GetTitleBlock(); + EDA_COLOR_T color = RED; + + wxPoint origin = aDC->GetDeviceOrigin(); + + if( aScreen->m_IsPrinting && origin.y > 0 ) + { + aDC->SetDeviceOrigin( 0, 0 ); + aDC->SetAxisOrientation( true, false ); + } + + DrawPageLayout( aDC, m_canvas->GetClipBox(), pageInfo, + GetScreenDesc(), aFilename, t_block, + aScreen->m_NumberOfScreens, aScreen->m_ScreenNumber, + aLineWidth, aScalar, color, color ); + + if( aScreen->m_IsPrinting && origin.y > 0 ) + { + aDC->SetDeviceOrigin( origin.x, origin.y ); + aDC->SetAxisOrientation( true, true ); + } +} + + +wxString EDA_DRAW_FRAME::GetScreenDesc() const +{ + // Virtual function. In basic class, returns + // an empty string. + return wxEmptyString; +} + +// returns the full text corresponding to the aTextbase, +// after replacing format symbols by the corresponding value +wxString WS_DRAW_ITEM_LIST::BuildFullText( const wxString& aTextbase ) +{ + wxString msg; + + /* Known formats + * %% = replaced by % + * %K = Kicad version + * %Z = paper format name (A4, USLetter) + * %Y = company name + * %D = date + * %R = revision + * %S = sheet number + * %N = number of sheets + * %Cx = comment (x = 0 to 9 to identify the comment) + * %F = filename + * %P = sheet path (sheet full name) + * %T = title + */ + + for( unsigned ii = 0; ii < aTextbase.Len(); ii++ ) + { + if( aTextbase[ii] != '%' ) + { + msg << aTextbase[ii]; + continue; + } + + if( ++ii >= aTextbase.Len() ) + break; + + wxChar format = aTextbase[ii]; + switch( format ) + { + case '%': + msg += '%'; + break; + + case 'D': + msg += m_titleBlock->GetDate(); + break; + + case 'R': + msg += m_titleBlock->GetRevision(); + break; + + case 'K': + msg += productName + Pgm().App().GetAppName(); + msg += wxT( " " ) + GetBuildVersion(); + break; + + case 'Z': + msg += *m_paperFormat; + break; + + case 'S': + msg << m_sheetNumber; + break; + + case 'N': + msg << m_sheetCount; + break; + + case 'F': + { + wxFileName fn( m_fileName ); + msg += fn.GetFullName(); + } + break; + + case 'P': + msg += *m_sheetFullName; + break; + + case 'Y': + msg = m_titleBlock->GetCompany(); + break; + + case 'T': + msg += m_titleBlock->GetTitle(); + break; + + case 'C': + format = aTextbase[++ii]; + switch( format ) + { + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + msg += m_titleBlock->GetComment( format - '0'); + break; + + default: + break; + } + + default: + break; + } + } + + return msg; +} + + +void TITLE_BLOCK::Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aControlBits ) const + throw( IO_ERROR ) +{ + // Don't write the title block information if there is nothing to write. + bool isempty = true; + for( unsigned idx = 0; idx < m_tbTexts.GetCount(); idx++ ) + { + if( ! m_tbTexts[idx].IsEmpty() ) + { + isempty = false; + break; + } + } + + if( !isempty ) + { + aFormatter->Print( aNestLevel, "(title_block\n" ); + + if( !GetTitle().IsEmpty() ) + aFormatter->Print( aNestLevel+1, "(title %s)\n", + aFormatter->Quotew( GetTitle() ).c_str() ); + + if( !GetDate().IsEmpty() ) + aFormatter->Print( aNestLevel+1, "(date %s)\n", + aFormatter->Quotew( GetDate() ).c_str() ); + + if( !GetRevision().IsEmpty() ) + aFormatter->Print( aNestLevel+1, "(rev %s)\n", + aFormatter->Quotew( GetRevision() ).c_str() ); + + if( !GetCompany().IsEmpty() ) + aFormatter->Print( aNestLevel+1, "(company %s)\n", + aFormatter->Quotew( GetCompany() ).c_str() ); + + for( int ii = 0; ii < 4; ii++ ) + { + if( !GetComment(ii).IsEmpty() ) + aFormatter->Print( aNestLevel+1, "(comment %d %s)\n", ii+1, + aFormatter->Quotew( GetComment(ii) ).c_str() ); + } + + aFormatter->Print( aNestLevel, ")\n\n" ); + } +} diff --git a/common/worksheet_viewitem.cpp b/common/worksheet_viewitem.cpp new file mode 100644 index 0000000..cf02991 --- /dev/null +++ b/common/worksheet_viewitem.cpp @@ -0,0 +1,210 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file worksheet_viewitem.cpp + * @brief Class that handles properties and drawing of worksheet layout. + */ + +#include +#include +#include +#include +#include +#include +#include + +using namespace KIGFX; + +WORKSHEET_VIEWITEM::WORKSHEET_VIEWITEM( const PAGE_INFO* aPageInfo, const TITLE_BLOCK* aTitleBlock ) : + EDA_ITEM( NOT_USED ), // this item is never added to a BOARD so it needs no type + m_titleBlock( aTitleBlock ), m_pageInfo( aPageInfo ), m_sheetNumber( 1 ), m_sheetCount( 1 ) {} + + +void WORKSHEET_VIEWITEM::SetPageInfo( const PAGE_INFO* aPageInfo ) +{ + m_pageInfo = aPageInfo; + ViewUpdate( GEOMETRY ); +} + + +void WORKSHEET_VIEWITEM::SetTitleBlock( const TITLE_BLOCK* aTitleBlock ) +{ + m_titleBlock = aTitleBlock; + ViewUpdate( GEOMETRY ); +} + + +const BOX2I WORKSHEET_VIEWITEM::ViewBBox() const +{ + BOX2I bbox; + + if( m_pageInfo != NULL ) + { + bbox.SetOrigin( VECTOR2I( 0, 0 ) ); + bbox.SetEnd( VECTOR2I( m_pageInfo->GetWidthMils() * 25400, + m_pageInfo->GetHeightMils() * 25400 ) ); + } + else + { + bbox.SetMaximum(); + } + + return bbox; +} + + +void WORKSHEET_VIEWITEM::ViewDraw( int aLayer, GAL* aGal ) const +{ + RENDER_SETTINGS* settings = m_view->GetPainter()->GetSettings(); + wxString fileName( m_fileName.c_str(), wxConvUTF8 ); + wxString sheetName( m_sheetName.c_str(), wxConvUTF8 ); + WS_DRAW_ITEM_LIST drawList; + + drawList.SetPenSize( settings->GetWorksheetLineWidth() ); + // Sorry, but I don't get this multi #ifdef from include/convert_to_biu.h, so here goes a magic + // number. IU_PER_MILS should be 25400 (as in a different compilation unit), but somehow + // it equals 1 in this case.. + drawList.SetMilsToIUfactor( 25400 /* IU_PER_MILS */ ); + drawList.SetSheetNumber( m_sheetNumber ); + drawList.SetSheetCount( m_sheetCount ); + drawList.SetFileName( fileName ); + drawList.SetSheetName( sheetName ); + + COLOR4D color = settings->GetColor( this, aLayer ); + EDA_COLOR_T edaColor = ColorFindNearest( color.r * 255, color.g * 255, color.b * 255 ); + drawList.BuildWorkSheetGraphicList( *m_pageInfo, *m_titleBlock, edaColor, edaColor ); + + // Draw all the components that make the page layout + WS_DRAW_ITEM_BASE* item = drawList.GetFirst(); + while( item ) + { + switch( item->GetType() ) + { + case WS_DRAW_ITEM_BASE::wsg_line: + draw( static_cast( item ), aGal ); + break; + + case WS_DRAW_ITEM_BASE::wsg_rect: + draw( static_cast( item ), aGal ); + break; + + case WS_DRAW_ITEM_BASE::wsg_poly: + draw( static_cast( item ), aGal ); + break; + + case WS_DRAW_ITEM_BASE::wsg_text: + draw( static_cast( item ), aGal ); + break; + + case WS_DRAW_ITEM_BASE::wsg_bitmap: + break; + } + + item = drawList.GetNext(); + } + + // Draw gray line that outlines the sheet size + drawBorder( aGal ); +} + + +void WORKSHEET_VIEWITEM::ViewGetLayers( int aLayers[], int& aCount ) const +{ + aCount = 1; + aLayers[0] = ITEM_GAL_LAYER( WORKSHEET ); +} + + +void WORKSHEET_VIEWITEM::draw( const WS_DRAW_ITEM_LINE* aItem, GAL* aGal ) const +{ + aGal->SetIsStroke( true ); + aGal->SetIsFill( false ); + aGal->SetStrokeColor( COLOR4D( aItem->GetColor() ) ); + aGal->SetLineWidth( aItem->GetPenWidth() ); + aGal->DrawLine( VECTOR2D( aItem->GetStart() ), VECTOR2D( aItem->GetEnd() ) ); +} + + +void WORKSHEET_VIEWITEM::draw( const WS_DRAW_ITEM_RECT* aItem, GAL* aGal ) const +{ + aGal->SetIsStroke( true ); + aGal->SetIsFill( false ); + aGal->SetStrokeColor( COLOR4D( aItem->GetColor() ) ); + aGal->SetLineWidth( aItem->GetPenWidth() ); + aGal->DrawRectangle( VECTOR2D( aItem->GetStart() ), VECTOR2D( aItem->GetEnd() ) ); +} + + +void WORKSHEET_VIEWITEM::draw( const WS_DRAW_ITEM_POLYGON* aItem, GAL* aGal ) const +{ + std::deque corners; + BOOST_FOREACH( wxPoint point, aItem->m_Corners ) + { + corners.push_back( VECTOR2D( point ) ); + } + + if( aItem->IsFilled() ) + { + aGal->SetFillColor( COLOR4D( aItem->GetColor() ) ); + aGal->SetIsFill( true ); + aGal->SetIsStroke( false ); + aGal->DrawPolygon( corners ); + } + else + { + aGal->SetStrokeColor( COLOR4D( aItem->GetColor() ) ); + aGal->SetIsFill( false ); + aGal->SetIsStroke( true ); + aGal->SetLineWidth( aItem->GetPenWidth() ); + aGal->DrawPolyline( corners ); + } +} + + +void WORKSHEET_VIEWITEM::draw( const WS_DRAW_ITEM_TEXT* aItem, GAL* aGal ) const +{ + VECTOR2D position( aItem->GetTextPosition().x, aItem->GetTextPosition().y ); + + aGal->Save(); + aGal->Translate( position ); + aGal->Rotate( -aItem->GetOrientation() * M_PI / 1800.0 ); + aGal->SetStrokeColor( COLOR4D( aItem->GetColor() ) ); + aGal->SetLineWidth( aItem->GetThickness() ); + aGal->SetTextAttributes( aItem ); + aGal->StrokeText( aItem->GetShownText(), VECTOR2D( 0, 0 ), 0.0 ); + aGal->Restore(); +} + + +void WORKSHEET_VIEWITEM::drawBorder( GAL* aGal ) const +{ + VECTOR2D origin = VECTOR2D( 0.0, 0.0 ); + VECTOR2D end = VECTOR2D( m_pageInfo->GetWidthMils() * 25400, + m_pageInfo->GetHeightMils() * 25400 ); + + aGal->SetIsStroke( true ); + aGal->SetIsFill( false ); + aGal->DrawRectangle( origin, end ); +} diff --git a/common/wx_status_popup.cpp b/common/wx_status_popup.cpp new file mode 100644 index 0000000..9679b3e --- /dev/null +++ b/common/wx_status_popup.cpp @@ -0,0 +1,65 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014-2015 CERN + * Author: Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * Transient mouse following popup window implementation. + */ + +#include +#include + +WX_STATUS_POPUP::WX_STATUS_POPUP( PCB_EDIT_FRAME* aParent ) : + wxPopupWindow( aParent ) +{ + m_panel = new wxPanel( this, wxID_ANY ); + m_panel->SetBackgroundColour( *wxLIGHT_GREY ); + + m_topSizer = new wxBoxSizer( wxVERTICAL ); + m_panel->SetSizer( m_topSizer ); +} + + +void WX_STATUS_POPUP::updateSize() +{ + m_topSizer->Fit( m_panel ); + SetClientSize( m_panel->GetSize() ); +} + + +WX_STATUS_POPUP::~WX_STATUS_POPUP() +{ +} + + +void WX_STATUS_POPUP::Popup( wxWindow* ) +{ + Show( true ); + Raise(); +} + + +void WX_STATUS_POPUP::Move( const wxPoint& aWhere ) +{ + SetPosition ( aWhere ); +} diff --git a/common/wx_unit_binder.cpp b/common/wx_unit_binder.cpp new file mode 100644 index 0000000..6a9236b --- /dev/null +++ b/common/wx_unit_binder.cpp @@ -0,0 +1,86 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014-2015 CERN + * Author: Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include +#include +#include +#include + +#include + +#include "wx_unit_binder.h" + +WX_UNIT_BINDER::WX_UNIT_BINDER( wxWindow* aParent, wxTextCtrl* aTextInput, + wxStaticText* aUnitLabel, wxSpinButton* aSpinButton ) : + m_textCtrl( aTextInput ), + m_unitLabel( aUnitLabel ), + m_units( g_UserUnit ), + m_step( 1 ), + m_min( 0 ), + m_max( 1 ) +{ + // Use the currently selected units + m_textCtrl->SetValue( wxT( "0" ) ); + m_unitLabel->SetLabel( GetAbbreviatedUnitsLabel( m_units ) ); +} + + +WX_UNIT_BINDER::~WX_UNIT_BINDER() +{ +} + + +void WX_UNIT_BINDER::SetValue( int aValue ) +{ + wxString s = StringFromValue( m_units, aValue, false ); + + m_textCtrl->SetValue( s ); + + m_unitLabel->SetLabel( GetAbbreviatedUnitsLabel( m_units ) ); +} + + +int WX_UNIT_BINDER::GetValue() const +{ + wxString s = m_textCtrl->GetValue(); + + return ValueFromString( m_units, s ); +} + + +bool WX_UNIT_BINDER::Valid() const +{ + double dummy; + + return m_textCtrl->GetValue().ToDouble( &dummy ); +} + + +void WX_UNIT_BINDER::Enable( bool aEnable ) +{ + m_textCtrl->Enable( aEnable ); + m_unitLabel->Enable( aEnable ); +} diff --git a/common/wxunittext.cpp b/common/wxunittext.cpp new file mode 100644 index 0000000..16f649a --- /dev/null +++ b/common/wxunittext.cpp @@ -0,0 +1,195 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 CERN + * Author: Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include "wxunittext.h" +#include +#include +#include +#include +#include +#include +#include + +WX_UNIT_TEXT::WX_UNIT_TEXT( wxWindow* aParent, const wxString& aLabel, double aValue, double aStep ) : + wxPanel( aParent, wxID_ANY ), + m_step( aStep ) +{ + // Use the currently selected units + m_units = g_UserUnit; + + wxBoxSizer* sizer; + sizer = new wxBoxSizer( wxHORIZONTAL ); + + // Helper label + m_inputLabel = new wxStaticText( this, wxID_ANY, aLabel, + wxDefaultPosition, wxDefaultSize, 0 ); + wxSize size = m_inputLabel->GetMinSize(); + size.SetWidth( 150 ); + m_inputLabel->SetMinSize( size ); + sizer->Add( m_inputLabel, 1, wxALIGN_CENTER_VERTICAL | wxALL | wxEXPAND, 5 ); + + // Main input control + m_inputValue = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, + wxTE_PROCESS_ENTER ); + + SetValue( aValue ); + sizer->Add( m_inputValue, 0, wxALIGN_CENTER_VERTICAL | wxALL ); + + wxFloatingPointValidator validator( 4, NULL, wxNUM_VAL_NO_TRAILING_ZEROES ); + validator.SetRange( 0.0, std::numeric_limits::max() ); + m_inputValue->SetValidator( validator ); + + // Spin buttons for modifying values using the mouse + m_spinButton = new wxSpinButton( this, wxID_ANY ); + m_spinButton->SetRange( std::numeric_limits::min(), std::numeric_limits::max() ); + + m_spinButton->SetCanFocus( false ); + sizer->Add( m_spinButton, 0, wxALIGN_CENTER_VERTICAL | wxALL ); + + Connect( wxEVT_SPIN_UP, wxSpinEventHandler( WX_UNIT_TEXT::onSpinUpEvent ), NULL, this ); + Connect( wxEVT_SPIN_DOWN, wxSpinEventHandler( WX_UNIT_TEXT::onSpinDownEvent ), NULL, this ); + + sizer->AddSpacer( 5 ); + + // Create units label + m_unitLabel = new wxStaticText( this, wxID_ANY, GetUnitsLabel( g_UserUnit ), + wxDefaultPosition, wxDefaultSize, 0 ); + sizer->Add( m_unitLabel, 0, wxALIGN_CENTER_VERTICAL | wxALL ); + + SetSizer( sizer ); + Layout(); +} + + +WX_UNIT_TEXT::~WX_UNIT_TEXT() +{ +} + + +void WX_UNIT_TEXT::SetUnits( EDA_UNITS_T aUnits, bool aConvert ) +{ + assert( !aConvert ); // TODO conversion does not work yet + + m_unitLabel->SetLabel( GetUnitsLabel( g_UserUnit ) ); +} + + +void WX_UNIT_TEXT::SetValue( double aValue ) +{ + if( aValue >= 0.0 ) + { + m_inputValue->SetValue( wxString( Double2Str( aValue ).c_str(), wxConvUTF8 ) ); + m_inputValue->MarkDirty(); + } + else + { + m_inputValue->SetValue( DEFAULT_VALUE ); + } +} + + +/*boost::optional WX_UNIT_TEXT::GetValue( EDA_UNITS_T aUnit ) const +{ + if( aUnit == m_units ) + return GetValue(); // no conversion needed + + switch( m_units ) + { + case MILLIMETRES: + switch( aUnit ) + { + case INCHES: + iu = Mils2iu( GetValue() * 1000.0 ); + break; + + case UNSCALED_UNITS: + iu = GetValue(); + break; + } + break; + + case INCHES: + switch( aUnit ) + { + case MILLIMETRES: + return Mils2mm( GetValue() * 1000.0 ); + break; + + case UNSCALED_UNITS: + return Mils2iu( GetValue() * 1000.0 ); + break; + } + break; + + case UNSCALED_UNITS: + switch( aUnit ) + { + case MILLIMETRES: + return Iu2Mils( GetValue() ) / 1000.0; + break; + +// case INCHES: +// return +// break; + } + break; + } + + assert( false ); // seems that there are some conversions missing + + return 0.0; +}*/ + + +boost::optional WX_UNIT_TEXT::GetValue() const +{ + wxString text = m_inputValue->GetValue(); + double value; + + if( text == DEFAULT_VALUE ) + return boost::optional( -1.0 ); + + if( !text.ToDouble( &value ) ) + return boost::optional(); + + return boost::optional( value ); +} + + +void WX_UNIT_TEXT::onSpinUpEvent( wxSpinEvent& aEvent ) +{ + SetValue( *GetValue() + m_step ); +} + + +void WX_UNIT_TEXT::onSpinDownEvent( wxSpinEvent& aEvent ) +{ + double newValue = *GetValue() - m_step; + + if( newValue >= 0.0 ) + SetValue( newValue ); +} + + +const wxString WX_UNIT_TEXT::DEFAULT_VALUE = _( "default "); diff --git a/common/wxwineda.cpp b/common/wxwineda.cpp new file mode 100644 index 0000000..8ff4c2c --- /dev/null +++ b/common/wxwineda.cpp @@ -0,0 +1,324 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file wxwineda.cpp + */ + +#include +#include +#include +#include +#include + + +/*******************************************************/ +/* Class to edit a graphic + text size in INCHES or MM */ +/*******************************************************/ +EDA_GRAPHIC_TEXT_CTRL::EDA_GRAPHIC_TEXT_CTRL( wxWindow* parent, + const wxString& Title, + const wxString& TextToEdit, + int textsize, + EDA_UNITS_T user_unit, + wxBoxSizer* BoxSizer, + int framelen ) +{ + m_UserUnit = user_unit; + m_Title = NULL; + + m_Title = new wxStaticText( parent, -1, Title ); + + BoxSizer->Add( m_Title, 0, wxGROW | wxLEFT | wxRIGHT | wxTOP, 5 ); + + m_FrameText = new wxTextCtrl( parent, -1, TextToEdit ); + + BoxSizer->Add( m_FrameText, 0, wxGROW | wxLEFT | wxRIGHT | wxBOTTOM, 5 ); + + if( !Title.IsEmpty() ) + { + wxString msg; + msg.Printf( _( "Size%s" ), GetChars( ReturnUnitSymbol( m_UserUnit ) ) ); + wxStaticText* text = new wxStaticText( parent, -1, msg ); + + BoxSizer->Add( text, 0, wxGROW | wxLEFT | wxRIGHT, 5 ); + } + + wxString value = FormatSize( m_UserUnit, textsize ); + + m_FrameSize = new wxTextCtrl( parent, -1, value, wxDefaultPosition, wxSize( 70, -1 ) ); + + BoxSizer->Add( m_FrameSize, 0, wxGROW | wxLEFT | wxRIGHT | wxBOTTOM, 5 ); +} + + +EDA_GRAPHIC_TEXT_CTRL::~EDA_GRAPHIC_TEXT_CTRL() +{ + /* no, these are deleted by the BoxSizer + delete m_FrameText; + delete m_Title; + */ +} + + +wxString EDA_GRAPHIC_TEXT_CTRL::FormatSize( EDA_UNITS_T aUnit, int textSize ) +{ + // Limiting the size of the text of reasonable values. + if( textSize < 10 ) + textSize = 10; + + if( textSize > 3000 ) + textSize = 3000; + + return StringFromValue( aUnit, textSize ); +} + + +void EDA_GRAPHIC_TEXT_CTRL::SetTitle( const wxString& title ) +{ + m_Title->SetLabel( title ); +} + + +void EDA_GRAPHIC_TEXT_CTRL::SetValue( const wxString& value ) +{ + m_FrameText->SetValue( value ); +} + + +void EDA_GRAPHIC_TEXT_CTRL::SetValue( int textSize ) +{ + wxString value = FormatSize( m_UserUnit, textSize ); + m_FrameSize->SetValue( value ); +} + + +const wxString EDA_GRAPHIC_TEXT_CTRL::GetText() const +{ + wxString text = m_FrameText->GetValue(); + return text; +} + + +int EDA_GRAPHIC_TEXT_CTRL::ParseSize( const wxString& sizeText, EDA_UNITS_T aUnit ) +{ + int textsize; + + textsize = ValueFromString( aUnit, sizeText ); + + // Limit to reasonable size + if( textsize < 10 ) + textsize = 10; + + if( textsize > 3000 ) + textsize = 3000; + + return textsize; +} + + +int EDA_GRAPHIC_TEXT_CTRL::GetTextSize() +{ + return ParseSize( m_FrameSize->GetValue(), m_UserUnit ); +} + + +void EDA_GRAPHIC_TEXT_CTRL::Enable( bool state ) +{ + m_FrameText->Enable( state ); +} + + +/********************************************************/ +/* Class to display and edit a coordinated INCHES or MM */ +/********************************************************/ +EDA_POSITION_CTRL::EDA_POSITION_CTRL( wxWindow* parent, + const wxString& title, + const wxPoint& pos_to_edit, + EDA_UNITS_T user_unit, + wxBoxSizer* BoxSizer ) +{ + wxString text; + + m_UserUnit = user_unit; + + if( title.IsEmpty() ) + text = _( "Pos " ); + else + text = title; + + text += _( "X" ) + ReturnUnitSymbol( m_UserUnit ); + m_TextX = new wxStaticText( parent, -1, text ); + + BoxSizer->Add( m_TextX, 0, wxGROW | wxLEFT | wxRIGHT | wxTOP, 5 ); + m_FramePosX = new wxTextCtrl( parent, -1, wxEmptyString, wxDefaultPosition ); + + BoxSizer->Add( m_FramePosX, 0, wxGROW | wxLEFT | wxRIGHT | wxBOTTOM, 5 ); + + + if( title.IsEmpty() ) + text = _( "Pos " ); + else + text = title; + text += _( "Y" ) + ReturnUnitSymbol( m_UserUnit ); + + m_TextY = new wxStaticText( parent, -1, text ); + + BoxSizer->Add( m_TextY, 0, wxGROW | wxLEFT | wxRIGHT | wxTOP, 5 ); + + m_FramePosY = new wxTextCtrl( parent, -1, wxEmptyString ); + + BoxSizer->Add( m_FramePosY, 0, wxGROW | wxLEFT | wxRIGHT | wxBOTTOM, 5 ); + + SetValue( pos_to_edit.x, pos_to_edit.y ); +} + + +EDA_POSITION_CTRL::~EDA_POSITION_CTRL() +{ + delete m_TextX; + delete m_TextY; + delete m_FramePosX; + delete m_FramePosY; +} + + +/* Returns (in internal units) to coordinate between (in user units) + */ +wxPoint EDA_POSITION_CTRL::GetValue() +{ + wxPoint coord; + + coord.x = ValueFromString( m_UserUnit, m_FramePosX->GetValue() ); + coord.y = ValueFromString( m_UserUnit, m_FramePosY->GetValue() ); + + return coord; +} + + +void EDA_POSITION_CTRL::Enable( bool x_win_on, bool y_win_on ) +{ + m_FramePosX->Enable( x_win_on ); + m_FramePosY->Enable( y_win_on ); +} + + +void EDA_POSITION_CTRL::SetValue( int x_value, int y_value ) +{ + wxString msg; + + m_Pos_To_Edit.x = x_value; + m_Pos_To_Edit.y = y_value; + + msg = StringFromValue( m_UserUnit, m_Pos_To_Edit.x ); + m_FramePosX->Clear(); + m_FramePosX->SetValue( msg ); + + msg = StringFromValue( m_UserUnit, m_Pos_To_Edit.y ); + m_FramePosY->Clear(); + m_FramePosY->SetValue( msg ); +} + + +/*******************/ +/* EDA_SIZE_CTRL */ +/*******************/ +EDA_SIZE_CTRL::EDA_SIZE_CTRL( wxWindow* parent, const wxString& title, + const wxSize& size_to_edit, EDA_UNITS_T aUnit, + wxBoxSizer* aBoxSizer ) : + EDA_POSITION_CTRL( parent, title, wxPoint( size_to_edit.x, size_to_edit.y ), + aUnit, aBoxSizer ) +{ +} + + +wxSize EDA_SIZE_CTRL::GetValue() +{ + wxPoint pos = EDA_POSITION_CTRL::GetValue(); + wxSize size; + + size.x = pos.x; + size.y = pos.y; + return size; +} + + +/**************************************************************/ +/* Class to display and edit a dimension INCHES, MM, or other */ +/**************************************************************/ +EDA_VALUE_CTRL::EDA_VALUE_CTRL( wxWindow* parent, const wxString& title, + int value, EDA_UNITS_T user_unit, wxBoxSizer* BoxSizer ) +{ + wxString label = title; + + m_UserUnit = user_unit; + m_Value = value; + label += ReturnUnitSymbol( m_UserUnit ); + + m_Text = new wxStaticText( parent, -1, label ); + + BoxSizer->Add( m_Text, 0, wxGROW | wxLEFT | wxRIGHT | wxTOP, 5 ); + + wxString stringvalue = StringFromValue( m_UserUnit, m_Value ); + m_ValueCtrl = new wxTextCtrl( parent, -1, stringvalue ); + + BoxSizer->Add( m_ValueCtrl, + 0, + wxGROW | wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxBOTTOM, + 5 ); +} + + +EDA_VALUE_CTRL::~EDA_VALUE_CTRL() +{ + delete m_ValueCtrl; + delete m_Text; +} + + +int EDA_VALUE_CTRL::GetValue() +{ + int coord; + wxString txtvalue = m_ValueCtrl->GetValue(); + + coord = ValueFromString( m_UserUnit, txtvalue ); + return coord; +} + + +void EDA_VALUE_CTRL::SetValue( int new_value ) +{ + wxString buffer; + + m_Value = new_value; + + buffer = StringFromValue( m_UserUnit, m_Value ); + m_ValueCtrl->SetValue( buffer ); +} + + +void EDA_VALUE_CTRL::Enable( bool enbl ) +{ + m_ValueCtrl->Enable( enbl ); + m_Text->Enable( enbl ); +} diff --git a/common/xnode.cpp b/common/xnode.cpp new file mode 100644 index 0000000..7419f23 --- /dev/null +++ b/common/xnode.cpp @@ -0,0 +1,93 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 1992-2010 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#include +#include + +typedef wxXmlAttribute XATTR; + + +void XNODE::Format( OUTPUTFORMATTER* out, int nestLevel ) throw( IO_ERROR ) +{ + switch( GetType() ) + { + case wxXML_ELEMENT_NODE: + out->Print( nestLevel, "(%s", out->Quotew( GetName() ).c_str() ); + FormatContents( out, nestLevel ); + if( GetNext() ) + out->Print( 0, ")\n" ); + else + out->Print( 0, ")" ); + break; + + default: + FormatContents( out, nestLevel ); + } +} + + +void XNODE::FormatContents( OUTPUTFORMATTER* out, int nestLevel ) throw( IO_ERROR ) +{ + // output attributes first if they exist + for( XATTR* attr = (XATTR*) GetAttributes(); attr; attr = (XATTR*) attr->GetNext() ) + { + out->Print( 0, " (%s %s)", + // attr names should never need quoting, no spaces, we designed the file. + out->Quotew( attr->GetName() ).c_str(), + out->Quotew( attr->GetValue() ).c_str() + ); + } + + // we only expect to have used one of two types here: + switch( GetType() ) + { + case wxXML_ELEMENT_NODE: + + // output children if they exist. + for( XNODE* kid = (XNODE*) GetChildren(); kid; kid = (XNODE*) kid->GetNext() ) + { + if( kid->GetType() != wxXML_TEXT_NODE ) + { + if( kid == GetChildren() ) + out->Print( 0, "\n" ); + kid->Format( out, nestLevel+1 ); + } + else + { + kid->Format( out, 0 ); + } + } + break; + + case wxXML_TEXT_NODE: + out->Print( 0, " %s", out->Quotew( GetContent() ).c_str() ); + break; + + default: + ; // not supported + } +} + +// EOF diff --git a/common/zoom.cpp b/common/zoom.cpp new file mode 100644 index 0000000..5107ab8 --- /dev/null +++ b/common/zoom.cpp @@ -0,0 +1,301 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file zoom.cpp + */ + +/* + * Manage zoom, grid step, and auto crop. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +void EDA_DRAW_FRAME::RedrawScreen( const wxPoint& aCenterPoint, bool aWarpPointer ) +{ + if( IsGalCanvasActive() ) + return; + + AdjustScrollBars( aCenterPoint ); + + // Move the mouse cursor to the on grid graphic cursor position + if( aWarpPointer ) + m_canvas->MoveCursorToCrossHair(); + + m_canvas->Refresh(); + m_canvas->Update(); +} + +void EDA_DRAW_FRAME::RedrawScreen2( const wxPoint& posBefore ) +{ + if( IsGalCanvasActive() ) + return; + + wxPoint dPos = posBefore - m_canvas->GetClientSize() / 2; // relative screen position to center before zoom + wxPoint newScreenPos = m_canvas->ToDeviceXY( GetCrossHairPosition() ); // screen position of crosshair after zoom + wxPoint newCenter = m_canvas->ToLogicalXY( newScreenPos - dPos ); + + AdjustScrollBars( newCenter ); + + m_canvas->Refresh(); + m_canvas->Update(); +} + + +void EDA_DRAW_FRAME::Zoom_Automatique( bool aWarpPointer ) +{ + BASE_SCREEN* screen = GetScreen(); + + // Set the best zoom and get center point. + + // BestZoom() can compute an illegal zoom if the client window size + // is small, say because frame is not maximized. So use the clamping form + // of SetZoom(): + double bestzoom = BestZoom(); + screen->SetScalingFactor( bestzoom ); + + if( screen->m_FirstRedraw ) + SetCrossHairPosition( GetScrollCenterPosition() ); + + if( !IsGalCanvasActive() ) + RedrawScreen( GetScrollCenterPosition(), aWarpPointer ); + else + m_toolManager->RunAction( "common.Control.zoomFitScreen", true ); +} + + +/** Compute the zoom factor and the new draw offset to draw the + * selected area (Rect) in full window screen + * @param Rect = selected area to show after zooming + */ +void EDA_DRAW_FRAME::Window_Zoom( EDA_RECT& Rect ) +{ + // Compute the best zoom + Rect.Normalize(); + + wxSize size = m_canvas->GetClientSize(); + + // Use ceil to at least show the full rect + double scalex = (double) Rect.GetSize().x / size.x; + double bestscale = (double) Rect.GetSize().y / size.y; + + bestscale = std::max( bestscale, scalex ); + + GetScreen()->SetScalingFactor( bestscale ); + RedrawScreen( Rect.Centre(), true ); +} + + +/** + * Function OnZoom + * Called from any zoom event (toolbar , hotkey or popup ) + */ +void EDA_DRAW_FRAME::OnZoom( wxCommandEvent& event ) +{ + if( m_canvas == NULL ) + return; + + int id = event.GetId(); + bool zoom_at_cursor = false; + BASE_SCREEN* screen = GetScreen(); + wxPoint center = GetScrollCenterPosition(); + + switch( id ) + { + case ID_OFFCENTER_ZOOM_IN: + center = m_canvas->ToDeviceXY( GetCrossHairPosition() ); + if( screen->SetPreviousZoom() ) + RedrawScreen2( center ); + break; + + case ID_POPUP_ZOOM_IN: + zoom_at_cursor = true; + center = GetCrossHairPosition(); + + // fall thru + case ID_VIEWER_ZOOM_IN: + case ID_ZOOM_IN: + if( screen->SetPreviousZoom() ) + RedrawScreen( center, zoom_at_cursor ); + break; + + case ID_OFFCENTER_ZOOM_OUT: + center = m_canvas->ToDeviceXY( GetCrossHairPosition() ); + if( screen->SetNextZoom() ) + RedrawScreen2( center ); + break; + + case ID_POPUP_ZOOM_OUT: + zoom_at_cursor = true; + center = GetCrossHairPosition(); + + // fall thru + case ID_VIEWER_ZOOM_OUT: + case ID_ZOOM_OUT: + if( screen->SetNextZoom() ) + RedrawScreen( center, zoom_at_cursor ); + break; + + case ID_VIEWER_ZOOM_REDRAW: + case ID_POPUP_ZOOM_REDRAW: + case ID_ZOOM_REDRAW: + m_canvas->Refresh(); + break; + + case ID_POPUP_ZOOM_CENTER: + center = GetCrossHairPosition(); + RedrawScreen( center, true ); + break; + + case ID_POPUP_ZOOM_PAGE: + case ID_VIEWER_ZOOM_PAGE: + case ID_ZOOM_PAGE: + Zoom_Automatique( false ); + break; + + case ID_POPUP_ZOOM_SELECT: + break; + + case ID_POPUP_CANCEL: + m_canvas->MoveCursorToCrossHair(); + break; + + default: + SetPresetZoom( id - ID_POPUP_ZOOM_LEVEL_START ); + } + + UpdateStatusBar(); +} + + +void EDA_DRAW_FRAME::SetNextZoom() +{ + GetScreen()->SetNextZoom(); +} + + +void EDA_DRAW_FRAME::SetPrevZoom() +{ + GetScreen()->SetPreviousZoom(); +} + + +void EDA_DRAW_FRAME::SetPresetZoom( int aIndex ) +{ + BASE_SCREEN* screen = GetScreen(); + + if( aIndex >= (int) screen->m_ZoomList.size() ) + { + wxLogDebug( wxT( "%s %d: index %d is outside the bounds of the zoom list." ), + __TFILE__, __LINE__, aIndex ); + return; + } + + if( m_zoomSelectBox ) + m_zoomSelectBox->SetSelection( aIndex ); + + if( screen->SetZoom( screen->m_ZoomList[aIndex] ) ) + RedrawScreen( GetScrollCenterPosition(), true ); + + UpdateStatusBar(); +} + + +/* add the zoom list menu the the MasterMenu. + * used in OnRightClick(wxMouseEvent& event) + */ +void EDA_DRAW_FRAME::AddMenuZoomAndGrid( wxMenu* MasterMenu ) +{ + int maxZoomIds; + double zoom; + wxString msg; + BASE_SCREEN* screen = m_canvas->GetScreen(); + + msg = AddHotkeyName( _( "Center" ), m_hotkeysDescrList, HK_ZOOM_CENTER ); + AddMenuItem( MasterMenu, ID_POPUP_ZOOM_CENTER, msg, KiBitmap( zoom_center_on_screen_xpm ) ); + msg = AddHotkeyName( _( "Zoom in" ), m_hotkeysDescrList, HK_ZOOM_IN ); + AddMenuItem( MasterMenu, ID_POPUP_ZOOM_IN, msg, KiBitmap( zoom_in_xpm ) ); + msg = AddHotkeyName( _( "Zoom out" ), m_hotkeysDescrList, HK_ZOOM_OUT ); + AddMenuItem( MasterMenu, ID_POPUP_ZOOM_OUT, msg, KiBitmap( zoom_out_xpm ) ); + msg = AddHotkeyName( _( "Redraw view" ), m_hotkeysDescrList, HK_ZOOM_REDRAW ); + AddMenuItem( MasterMenu, ID_POPUP_ZOOM_REDRAW, msg, KiBitmap( zoom_redraw_xpm ) ); + msg = AddHotkeyName( _( "Zoom auto" ), m_hotkeysDescrList, HK_ZOOM_AUTO ); + AddMenuItem( MasterMenu, ID_POPUP_ZOOM_PAGE, msg, KiBitmap( zoom_fit_in_page_xpm ) ); + + + wxMenu* zoom_choice = new wxMenu; + AddMenuItem( MasterMenu, zoom_choice, + ID_POPUP_ZOOM_SELECT, _( "Zoom select" ), + KiBitmap( zoom_selection_xpm ) ); + + zoom = screen->GetZoom(); + maxZoomIds = ID_POPUP_ZOOM_LEVEL_END - ID_POPUP_ZOOM_LEVEL_START; + maxZoomIds = ( (size_t) maxZoomIds < screen->m_ZoomList.size() ) ? + maxZoomIds : screen->m_ZoomList.size(); + + // Populate zoom submenu. + for( int i = 0; i < maxZoomIds; i++ ) + { + msg.Printf( wxT( "%.2f" ), m_zoomLevelCoeff / screen->m_ZoomList[i] ); + + zoom_choice->Append( ID_POPUP_ZOOM_LEVEL_START + i, _( "Zoom: " ) + msg, + wxEmptyString, wxITEM_CHECK ); + if( zoom == screen->m_ZoomList[i] ) + zoom_choice->Check( ID_POPUP_ZOOM_LEVEL_START + i, true ); + } + + // Create grid submenu as required. + if( screen->GetGridCount() ) + { + wxMenu* gridMenu = new wxMenu; + AddMenuItem( MasterMenu, gridMenu, ID_POPUP_GRID_SELECT, + _( "Grid Select" ), KiBitmap( grid_select_xpm ) ); + + wxArrayString gridsList; + int icurr = screen->BuildGridsChoiceList( gridsList, g_UserUnit != INCHES ); + + for( unsigned i = 0; i < gridsList.GetCount(); i++ ) + { + GRID_TYPE& grid = screen->GetGrid( i ); + gridMenu->Append( grid.m_CmdId, gridsList[i], wxEmptyString, true ); + + if( (int)i == icurr ) + gridMenu->Check( grid.m_CmdId, true ); + } + } + + MasterMenu->AppendSeparator(); + AddMenuItem( MasterMenu, ID_POPUP_CANCEL, _( "Close" ), KiBitmap( cancel_xpm ) ); +} diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt new file mode 100644 index 0000000..c912d08 --- /dev/null +++ b/demos/CMakeLists.txt @@ -0,0 +1,15 @@ +install( DIRECTORY + complex_hierarchy + ecc83 electric + flat_hierarchy + interf_u + kit-dev-coldfire-xilinx_5213 + microwave + pic_programmer pspice + python_scripts_examples + "sonde xilinx" + test_pads_inside_pads + test_xil_95108 video + DESTINATION ${KICAD_DEMOS} + COMPONENT resources + ) diff --git a/demos/complex_hierarchy/ampli_ht.sch b/demos/complex_hierarchy/ampli_ht.sch new file mode 100644 index 0000000..b61b1a8 --- /dev/null +++ b/demos/complex_hierarchy/ampli_ht.sch @@ -0,0 +1,776 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:complex_hierarchy_schlib +LIBS:complex_hierarchy-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 3 +Title "" +Date "21 mar 2015" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 8900 6400 6100 6400 +Wire Wire Line + 8900 5400 9100 5400 +Wire Wire Line + 9100 5400 9100 5250 +Connection ~ 9100 4150 +Wire Wire Line + 9100 4950 9100 4150 +Wire Wire Line + 9800 4450 9600 4450 +Wire Wire Line + 9800 4150 9800 4450 +Wire Wire Line + 9800 4150 9600 4150 +Wire Wire Line + 8100 5400 8100 5600 +Wire Wire Line + 5850 6250 5850 5500 +Wire Wire Line + 6900 5400 7250 5400 +Wire Wire Line + 2600 2000 3100 2000 +Connection ~ 7300 3300 +Wire Wire Line + 7300 3200 7300 3450 +Wire Wire Line + 5400 6400 5600 6400 +Wire Wire Line + 4350 2500 4350 3000 +Connection ~ 5450 2400 +Wire Wire Line + 5450 3000 5450 1600 +Wire Wire Line + 5450 1600 4500 1600 +Wire Wire Line + 3400 2000 3800 2000 +Wire Wire Line + 7000 5100 7000 5200 +Wire Wire Line + 7600 3300 7300 3300 +Wire Wire Line + 7900 2900 7900 3100 +Connection ~ 7900 3700 +Wire Wire Line + 8600 5000 8600 5300 +Wire Wire Line + 8300 3700 7900 3700 +Wire Wire Line + 8600 3300 8600 3500 +Wire Wire Line + 7300 3750 7300 3850 +Wire Wire Line + 7400 5100 7600 5100 +Wire Wire Line + 1700 2200 1800 2200 +Wire Wire Line + 1800 2200 1800 2250 +Wire Wire Line + 10400 4500 10250 4500 +Wire Wire Line + 10250 4500 10250 4550 +Wire Wire Line + 5850 5500 5900 5500 +Wire Wire Line + 4350 3000 5450 3000 +Wire Wire Line + 4350 2000 4100 2000 +Wire Wire Line + 4200 1600 3600 1600 +Wire Wire Line + 3600 1600 3600 2000 +Connection ~ 3600 2000 +Wire Wire Line + 2300 2000 1700 2000 +Wire Wire Line + 5350 2400 5450 2400 +Wire Wire Line + 5900 5300 5150 5300 +Wire Wire Line + 2850 2100 2850 2000 +Connection ~ 2850 2000 +Wire Wire Line + 5150 5300 5150 3000 +Connection ~ 5150 3000 +Wire Wire Line + 7900 5300 7900 5400 +Wire Wire Line + 7900 5400 7550 5400 +Wire Wire Line + 8100 4800 8100 5100 +Connection ~ 8100 4800 +Wire Wire Line + 7900 3500 7900 3900 +Wire Wire Line + 7900 4600 7900 4900 +Wire Wire Line + 9800 4300 10400 4300 +Connection ~ 9800 4300 +Wire Wire Line + 8900 4450 8900 4950 +Connection ~ 8900 4450 +Wire Wire Line + 8900 5250 8900 6400 +Connection ~ 8900 5400 +$Comp +L R R26 +U 1 1 4B617B88 +P 9100 5100 +AR Path="/4B3A1333/4B617B88" Ref="R26" Part="1" +AR Path="/4B3A13A4/4B617B88" Ref="R28" Part="1" +F 0 "R28" H 9200 4850 50 0000 C CNN +F 1 "220K" V 9100 5100 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 9100 5100 60 0001 C CNN +F 3 "" H 9100 5100 60 0001 C CNN + 1 9100 5100 + -1 0 0 1 +$EndComp +$Comp +L R R25 +U 1 1 4B616B96 +P 9450 4450 +AR Path="/4B3A1333/4B616B96" Ref="R25" Part="1" +AR Path="/4B3A13A4/4B616B96" Ref="R27" Part="1" +F 0 "R27" V 9530 4450 50 0000 C CNN +F 1 "47" V 9450 4450 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 9450 4450 60 0001 C CNN +F 3 "" H 9450 4450 60 0001 C CNN + 1 9450 4450 + 0 1 1 0 +$EndComp +$Comp +L D_Small D8 +U 1 1 4B616AFA +P 7900 4000 +AR Path="/4B3A1333/4B616AFA" Ref="D8" Part="1" +AR Path="/4B3A13A4/4B616AFA" Ref="D9" Part="1" +F 0 "D9" V 7850 4200 50 0000 C CNN +F 1 "1N4148" V 7950 4200 50 0000 C CNN +F 2 "Discret:D3" H 7900 4000 60 0001 C CNN +F 3 "" H 7900 4000 60 0001 C CNN + 1 7900 4000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR019 +U 1 1 4B6168A3 +P 8100 5950 +AR Path="/4B3A13A4/4B6168A3" Ref="#PWR019" Part="1" +AR Path="/4B3A1333/4B6168A3" Ref="#PWR035" Part="1" +F 0 "#PWR019" H 8100 5950 30 0001 C CNN +F 1 "GND" H 8100 5880 30 0001 C CNN +F 2 "" H 8100 5950 60 0001 C CNN +F 3 "" H 8100 5950 60 0001 C CNN + 1 8100 5950 + 1 0 0 -1 +$EndComp +$Comp +L R R10 +U 1 1 4B61688C +P 8100 5250 +AR Path="/4B3A1333/4B61688C" Ref="R10" Part="1" +AR Path="/4B3A13A4/4B61688C" Ref="R20" Part="1" +F 0 "R20" V 8180 5250 50 0000 C CNN +F 1 "5,6K" V 8100 5250 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 8100 5250 60 0001 C CNN +F 3 "" H 8100 5250 60 0001 C CNN + 1 8100 5250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR036 +U 1 1 4B4F364A +P 2850 2450 +AR Path="/4B3A1333/4B4F364A" Ref="#PWR036" Part="1" +AR Path="/4B3A13A4/4B4F364A" Ref="#PWR020" Part="1" +F 0 "#PWR020" H 2850 2450 30 0001 C CNN +F 1 "GND" H 2850 2380 30 0001 C CNN +F 2 "" H 2850 2450 60 0001 C CNN +F 3 "" H 2850 2450 60 0001 C CNN + 1 2850 2450 + 1 0 0 -1 +$EndComp +$Comp +L C C12 +U 1 1 4B4F3641 +P 2850 2250 +AR Path="/4B3A1333/4B4F3641" Ref="C12" Part="1" +AR Path="/4B3A13A4/4B4F3641" Ref="C14" Part="1" +F 0 "C14" H 3000 2300 50 0000 L CNN +F 1 "150nF" H 3000 2200 50 0000 L CNN +F 2 "Discret:C2" H 2850 2250 60 0001 C CNN +F 3 "" H 2850 2250 60 0001 C CNN + 1 2850 2250 + 1 0 0 -1 +$EndComp +$Comp +L R R23 +U 1 1 4B4F363E +P 2450 2000 +AR Path="/4B3A1333/4B4F363E" Ref="R23" Part="1" +AR Path="/4B3A13A4/4B4F363E" Ref="R24" Part="1" +F 0 "R24" V 2350 2000 50 0000 C CNN +F 1 "1K" V 2450 2000 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 2450 2000 60 0001 C CNN +F 3 "" H 2450 2000 60 0001 C CNN + 1 2450 2000 + 0 1 1 0 +$EndComp +$Comp +L -VAA #PWR021 +U 1 1 4B4B1086 +P 6300 5850 +AR Path="/4B3A13A4/4B4B1086" Ref="#PWR021" Part="1" +AR Path="/4B3A1333/4B4B1086" Ref="#PWR037" Part="1" +F 0 "#PWR021" H 6300 5950 20 0001 C CNN +F 1 "-VAA" H 6300 5950 40 0000 C CNN +F 2 "" H 6300 5850 60 0001 C CNN +F 3 "" H 6300 5850 60 0001 C CNN + 1 6300 5850 + -1 0 0 1 +$EndComp +$Comp +L -VAA #PWR022 +U 1 1 4B4B1080 +P 4750 2850 +AR Path="/4B3A13A4/4B4B1080" Ref="#PWR022" Part="1" +AR Path="/4B3A1333/4B4B1080" Ref="#PWR038" Part="1" +F 0 "#PWR022" H 4750 2950 20 0001 C CNN +F 1 "-VAA" H 4750 2950 40 0000 C CNN +F 2 "" H 4750 2850 60 0001 C CNN +F 3 "" H 4750 2850 60 0001 C CNN + 1 4750 2850 + -1 0 0 1 +$EndComp +Text Label 1750 2000 0 60 ~ 0 +PIEZO_IN +Text Label 10000 4300 0 60 ~ 0 +PIEZO_OUT +Text Label 5200 5300 0 60 ~ 0 +Vpil_0_3,3V +$Comp +L MPSA42 Q6 +U 1 1 4B3A137D +P 8500 3700 +AR Path="/4B3A13A4/4B3A137D" Ref="Q6" Part="1" +AR Path="/4B3A1333/4B3A137D" Ref="Q2" Part="1" +F 0 "Q6" H 8500 3950 50 0000 R CNN +F 1 "MPAS42" H 8500 3850 50 0000 R CNN +F 2 "Discret:TO92-CBE" H 8500 3700 60 0001 C CNN +F 3 "" H 8500 3700 60 0001 C CNN + 1 8500 3700 + 1 0 0 -1 +$EndComp +$Comp +L MPSA92 Q7 +U 1 1 4B3A137C +P 8500 4800 +AR Path="/4B3A13A4/4B3A137C" Ref="Q7" Part="1" +AR Path="/4B3A1333/4B3A137C" Ref="Q3" Part="1" +F 0 "Q7" H 8500 4650 60 0000 R CNN +F 1 "MPAS92" H 8500 4950 60 0000 R CNN +F 2 "Discret:TO92-CBE" H 8500 4800 60 0001 C CNN +F 3 "" H 8500 4800 60 0001 C CNN + 1 8500 4800 + 1 0 0 1 +$EndComp +$Comp +L D_Small D7 +U 1 1 4B3A137B +P 7900 4500 +AR Path="/4B3A13A4/4B3A137B" Ref="D7" Part="1" +AR Path="/4B3A1333/4B3A137B" Ref="D4" Part="1" +F 0 "D7" V 7850 4700 50 0000 C CNN +F 1 "1N4148" V 7950 4700 50 0000 C CNN +F 2 "Discret:D3" H 7900 4500 60 0001 C CNN +F 3 "" H 7900 4500 60 0001 C CNN + 1 7900 4500 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR023 +U 1 1 4B3A137A +P 8600 5300 +AR Path="/4B3A13A4/4B3A137A" Ref="#PWR023" Part="1" +AR Path="/4B3A1333/4B3A137A" Ref="#PWR039" Part="1" +F 0 "#PWR023" H 8600 5300 30 0001 C CNN +F 1 "GND" H 8600 5230 30 0001 C CNN +F 2 "" H 8600 5300 60 0001 C CNN +F 3 "" H 8600 5300 60 0001 C CNN + 1 8600 5300 + 1 0 0 -1 +$EndComp +$Comp +L MPSA42 Q8 +U 1 1 4B3A1379 +P 7800 5100 +AR Path="/4B3A13A4/4B3A1379" Ref="Q8" Part="1" +AR Path="/4B3A1333/4B3A1379" Ref="Q4" Part="1" +F 0 "Q8" H 7800 4950 50 0000 R CNN +F 1 "MPAS42" H 7800 5250 50 0000 R CNN +F 2 "Discret:TO92-CBE" H 7800 5100 60 0001 C CNN +F 3 "" H 7800 5100 60 0001 C CNN + 1 7800 5100 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR024 +U 1 1 4B3A1378 +P 7000 5200 +AR Path="/4B3A13A4/4B3A1378" Ref="#PWR024" Part="1" +AR Path="/4B3A1333/4B3A1378" Ref="#PWR040" Part="1" +F 0 "#PWR024" H 7000 5200 30 0001 C CNN +F 1 "GND" H 7000 5130 30 0001 C CNN +F 2 "" H 7000 5200 60 0001 C CNN +F 3 "" H 7000 5200 60 0001 C CNN + 1 7000 5200 + 1 0 0 -1 +$EndComp +$Comp +L D_Small D6 +U 1 1 4B3A1377 +P 7300 3100 +AR Path="/4B3A13A4/4B3A1377" Ref="D6" Part="1" +AR Path="/4B3A1333/4B3A1377" Ref="D3" Part="1" +F 0 "D6" V 7250 3300 50 0000 C CNN +F 1 "1N4148" V 7350 3300 50 0000 C CNN +F 2 "Discret:D3" H 7300 3100 60 0001 C CNN +F 3 "" H 7300 3100 60 0001 C CNN + 1 7300 3100 + 0 -1 -1 0 +$EndComp +$Comp +L R R13 +U 1 1 4B3A1376 +P 7900 2750 +AR Path="/4B3A13A4/4B3A1376" Ref="R13" Part="1" +AR Path="/4B3A1333/4B3A1376" Ref="R3" Part="1" +F 0 "R13" V 7980 2750 50 0000 C CNN +F 1 "470" V 7900 2750 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 7900 2750 60 0001 C CNN +F 3 "" H 7900 2750 60 0001 C CNN + 1 7900 2750 + 1 0 0 -1 +$EndComp +$Comp +L D_Small D5 +U 1 1 4B3A1375 +P 7300 2800 +AR Path="/4B3A13A4/4B3A1375" Ref="D5" Part="1" +AR Path="/4B3A1333/4B3A1375" Ref="D2" Part="1" +F 0 "D5" V 7250 3000 50 0000 C CNN +F 1 "1N4148" V 7350 3000 50 0000 C CNN +F 2 "Discret:D3" H 7300 2800 60 0001 C CNN +F 3 "" H 7300 2800 60 0001 C CNN + 1 7300 2800 + 0 -1 -1 0 +$EndComp +$Comp +L R R14 +U 1 1 4B3A1374 +P 7300 3600 +AR Path="/4B3A13A4/4B3A1374" Ref="R14" Part="1" +AR Path="/4B3A1333/4B3A1374" Ref="R4" Part="1" +F 0 "R14" V 7380 3600 50 0000 C CNN +F 1 "220K" V 7300 3600 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 7300 3600 60 0001 C CNN +F 3 "" H 7300 3600 60 0001 C CNN + 1 7300 3600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR025 +U 1 1 4B3A1373 +P 7300 3850 +AR Path="/4B3A13A4/4B3A1373" Ref="#PWR025" Part="1" +AR Path="/4B3A1333/4B3A1373" Ref="#PWR041" Part="1" +F 0 "#PWR025" H 7300 3850 30 0001 C CNN +F 1 "GND" H 7300 3780 30 0001 C CNN +F 2 "" H 7300 3850 60 0001 C CNN +F 3 "" H 7300 3850 60 0001 C CNN + 1 7300 3850 + 1 0 0 -1 +$EndComp +$Comp +L R R18 +U 1 1 4B3A1371 +P 7250 5100 +AR Path="/4B3A13A4/4B3A1371" Ref="R18" Part="1" +AR Path="/4B3A1333/4B3A1371" Ref="R8" Part="1" +F 0 "R18" V 7150 5100 50 0000 C CNN +F 1 "1K" V 7250 5100 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 7250 5100 60 0001 C CNN +F 3 "" H 7250 5100 60 0001 C CNN + 1 7250 5100 + 0 1 1 0 +$EndComp +$Comp +L R R22 +U 1 1 4B3A1370 +P 8900 5100 +AR Path="/4B3A13A4/4B3A1370" Ref="R22" Part="1" +AR Path="/4B3A1333/4B3A1370" Ref="R12" Part="1" +F 0 "R22" H 9000 4850 50 0000 C CNN +F 1 "220K" V 8900 5100 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 8900 5100 60 0001 C CNN +F 3 "" H 8900 5100 60 0001 C CNN + 1 8900 5100 + -1 0 0 1 +$EndComp +$Comp +L +12V #U026 +U 1 1 4B3A136F +P 6300 4950 +AR Path="/4B3A13A4/4B3A136F" Ref="#U026" Part="1" +AR Path="/4B3A1333/4B3A136F" Ref="#U042" Part="1" +F 0 "#U026" H 6300 4900 20 0001 C CNN +F 1 "+12V" H 6300 5050 40 0000 C CNN +F 2 "" H 6300 4950 60 0001 C CNN +F 3 "" H 6300 4950 60 0001 C CNN + 1 6300 4950 + 1 0 0 -1 +$EndComp +$Comp +L R R19 +U 1 1 4B3A136D +P 7400 5400 +AR Path="/4B3A13A4/4B3A136D" Ref="R19" Part="1" +AR Path="/4B3A1333/4B3A136D" Ref="R9" Part="1" +F 0 "R19" V 7300 5400 50 0000 C CNN +F 1 "1K" V 7400 5400 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 7400 5400 60 0001 C CNN +F 3 "" H 7400 5400 60 0001 C CNN + 1 7400 5400 + 0 1 1 0 +$EndComp +$Comp +L CONN_2 P5 +U 1 1 4B3A136C +P 10750 4400 +AR Path="/4B3A13A4/4B3A136C" Ref="P5" Part="1" +AR Path="/4B3A1333/4B3A136C" Ref="P3" Part="1" +F 0 "P5" V 10700 4400 40 0000 C CNN +F 1 "CONN_2" V 10800 4400 40 0000 C CNN +F 2 "Connect:bornier2" H 10750 4400 60 0001 C CNN +F 3 "" H 10750 4400 60 0001 C CNN + 1 10750 4400 + 1 0 0 -1 +$EndComp +Text Label 7100 6400 0 60 ~ 0 +S_OUT+ +$Comp +L R R16 +U 1 1 4B3A136B +P 3250 2000 +AR Path="/4B3A13A4/4B3A136B" Ref="R16" Part="1" +AR Path="/4B3A1333/4B3A136B" Ref="R6" Part="1" +F 0 "R16" V 3150 2000 50 0000 C CNN +F 1 "22K" V 3250 2000 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 3250 2000 60 0001 C CNN +F 3 "" H 3250 2000 60 0001 C CNN + 1 3250 2000 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR027 +U 1 1 4B3A136A +P 1800 2250 +AR Path="/4B3A13A4/4B3A136A" Ref="#PWR027" Part="1" +AR Path="/4B3A1333/4B3A136A" Ref="#PWR043" Part="1" +F 0 "#PWR027" H 1800 2250 30 0001 C CNN +F 1 "GND" H 1800 2180 30 0001 C CNN +F 2 "" H 1800 2250 60 0001 C CNN +F 3 "" H 1800 2250 60 0001 C CNN + 1 1800 2250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR028 +U 1 1 4B3A1369 +P 4000 2750 +AR Path="/4B3A13A4/4B3A1369" Ref="#PWR028" Part="1" +AR Path="/4B3A1333/4B3A1369" Ref="#PWR044" Part="1" +F 0 "#PWR028" H 4000 2750 30 0001 C CNN +F 1 "GND" H 4000 2680 30 0001 C CNN +F 2 "" H 4000 2750 60 0001 C CNN +F 3 "" H 4000 2750 60 0001 C CNN + 1 4000 2750 + 1 0 0 -1 +$EndComp +$Comp +L LM358N U4 +U 1 1 4B3A1368 +P 6400 5400 +AR Path="/4B3A13A4/4B3A1368" Ref="U4" Part="1" +AR Path="/4B3A1333/4B3A1368" Ref="U3" Part="1" +F 0 "U4" H 6450 5600 60 0000 C CNN +F 1 "LM358N" H 6550 5200 50 0000 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 6400 5400 60 0001 C CNN +F 3 "" H 6400 5400 60 0001 C CNN + 1 6400 5400 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P6 +U 1 1 4B3A1367 +P 1350 2100 +AR Path="/4B3A13A4/4B3A1367" Ref="P6" Part="1" +AR Path="/4B3A1333/4B3A1367" Ref="P4" Part="1" +F 0 "P6" V 1300 2100 40 0000 C CNN +F 1 "CONN_2" V 1400 2100 40 0000 C CNN +F 2 "Connect:bornier2" H 1350 2100 60 0001 C CNN +F 3 "" H 1350 2100 60 0001 C CNN + 1 1350 2100 + -1 0 0 -1 +$EndComp +$Comp +L C C7 +U 1 1 4B3A1366 +P 4000 2550 +AR Path="/4B3A13A4/4B3A1366" Ref="C7" Part="1" +AR Path="/4B3A1333/4B3A1366" Ref="C4" Part="1" +F 0 "C7" H 4100 2650 50 0000 L CNN +F 1 "4.7nF" H 4100 2450 50 0000 L CNN +F 2 "Discret:C2" H 4000 2550 60 0001 C CNN +F 3 "" H 4000 2550 60 0001 C CNN + 1 4000 2550 + 1 0 0 -1 +$EndComp +$Comp +L C C8 +U 1 1 4B3A1365 +P 8100 5750 +AR Path="/4B3A13A4/4B3A1365" Ref="C8" Part="1" +AR Path="/4B3A1333/4B3A1365" Ref="C5" Part="1" +F 0 "C8" H 8150 5850 50 0000 L CNN +F 1 "820pF" H 8150 5650 50 0000 L CNN +F 2 "Discret:C2" H 8100 5750 60 0001 C CNN +F 3 "" H 8100 5750 60 0001 C CNN + 1 8100 5750 + 1 0 0 -1 +$EndComp +$Comp +L R R15 +U 1 1 4B3A1364 +P 9450 4150 +AR Path="/4B3A13A4/4B3A1364" Ref="R15" Part="1" +AR Path="/4B3A1333/4B3A1364" Ref="R5" Part="1" +F 0 "R15" V 9530 4150 50 0000 C CNN +F 1 "47" V 9450 4150 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 9450 4150 60 0001 C CNN +F 3 "" H 9450 4150 60 0001 C CNN + 1 9450 4150 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR029 +U 1 1 4B3A1363 +P 10250 4550 +AR Path="/4B3A13A4/4B3A1363" Ref="#PWR029" Part="1" +AR Path="/4B3A1333/4B3A1363" Ref="#PWR045" Part="1" +F 0 "#PWR029" H 10250 4550 30 0001 C CNN +F 1 "GND" H 10250 4480 30 0001 C CNN +F 2 "" H 10250 4550 60 0001 C CNN +F 3 "" H 10250 4550 60 0001 C CNN + 1 10250 4550 + 1 0 0 -1 +$EndComp +$Comp +L R R21 +U 1 1 4B3A1362 +P 5250 6400 +AR Path="/4B3A13A4/4B3A1362" Ref="R21" Part="1" +AR Path="/4B3A1333/4B3A1362" Ref="R11" Part="1" +F 0 "R21" V 5150 6400 50 0000 C CNN +F 1 "4,7K" V 5250 6400 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 5250 6400 60 0001 C CNN +F 3 "" H 5250 6400 60 0001 C CNN + 1 5250 6400 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR030 +U 1 1 4B3A1361 +P 5050 6400 +AR Path="/4B3A13A4/4B3A1361" Ref="#PWR030" Part="1" +AR Path="/4B3A1333/4B3A1361" Ref="#PWR046" Part="1" +F 0 "#PWR030" H 5050 6400 30 0001 C CNN +F 1 "GND" H 5050 6330 30 0001 C CNN +F 2 "" H 5050 6400 60 0001 C CNN +F 3 "" H 5050 6400 60 0001 C CNN + 1 5050 6400 + 0 1 1 0 +$EndComp +$Comp +L MPSA92 Q5 +U 1 1 4B3A1360 +P 7800 3300 +AR Path="/4B3A13A4/4B3A1360" Ref="Q5" Part="1" +AR Path="/4B3A1333/4B3A1360" Ref="Q1" Part="1" +F 0 "Q5" H 7800 3150 60 0000 R CNN +F 1 "MPAS92" H 7800 3450 60 0000 R CNN +F 2 "Discret:TO92-CBE" H 7800 3300 60 0001 C CNN +F 3 "" H 7800 3300 60 0001 C CNN + 1 7800 3300 + 1 0 0 1 +$EndComp +$Comp +L HT #PWR031 +U 1 1 4B3A135F +P 7300 2650 +AR Path="/4B3A13A4/4B3A135F" Ref="#PWR031" Part="1" +AR Path="/4B3A1333/4B3A135F" Ref="#PWR047" Part="1" +F 0 "#PWR031" H 7300 2770 20 0001 C CNN +F 1 "HT" H 7300 2740 40 0000 C CNN +F 2 "" H 7300 2650 60 0001 C CNN +F 3 "" H 7300 2650 60 0001 C CNN + 1 7300 2650 + 1 0 0 -1 +$EndComp +$Comp +L HT #PWR032 +U 1 1 4B3A135E +P 7900 2550 +AR Path="/4B3A13A4/4B3A135E" Ref="#PWR032" Part="1" +AR Path="/4B3A1333/4B3A135E" Ref="#PWR048" Part="1" +F 0 "#PWR032" H 7900 2670 20 0001 C CNN +F 1 "HT" H 7900 2640 40 0000 C CNN +F 2 "" H 7900 2550 60 0001 C CNN +F 3 "" H 7900 2550 60 0001 C CNN + 1 7900 2550 + 1 0 0 -1 +$EndComp +$Comp +L HT #PWR033 +U 1 1 4B3A135D +P 8600 3300 +AR Path="/4B3A13A4/4B3A135D" Ref="#PWR033" Part="1" +AR Path="/4B3A1333/4B3A135D" Ref="#PWR049" Part="1" +F 0 "#PWR033" H 8600 3420 20 0001 C CNN +F 1 "HT" H 8600 3390 40 0000 C CNN +F 2 "" H 8600 3300 60 0001 C CNN +F 3 "" H 8600 3300 60 0001 C CNN + 1 8600 3300 + 1 0 0 -1 +$EndComp +$Comp +L LM358N U4 +U 2 1 4B3A135C +P 4850 2400 +AR Path="/4B3A13A4/4B3A135C" Ref="U4" Part="2" +AR Path="/4B3A1333/4B3A135C" Ref="U3" Part="2" +F 0 "U4" H 4900 2600 60 0000 C CNN +F 1 "LM358N" H 5000 2200 50 0000 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 4850 2400 60 0001 C CNN +F 3 "" H 4850 2400 60 0001 C CNN + 2 4850 2400 + 1 0 0 -1 +$EndComp +$Comp +L +12V #U034 +U 1 1 4B3A135B +P 4750 1950 +AR Path="/4B3A13A4/4B3A135B" Ref="#U034" Part="1" +AR Path="/4B3A1333/4B3A135B" Ref="#U050" Part="1" +F 0 "#U034" H 4750 1900 20 0001 C CNN +F 1 "+12V" H 4750 2050 40 0000 C CNN +F 2 "" H 4750 1950 60 0001 C CNN +F 3 "" H 4750 1950 60 0001 C CNN + 1 4750 1950 + 1 0 0 -1 +$EndComp +$Comp +L R R17 +U 1 1 4B3A1359 +P 3950 2000 +AR Path="/4B3A13A4/4B3A1359" Ref="R17" Part="1" +AR Path="/4B3A1333/4B3A1359" Ref="R7" Part="1" +F 0 "R17" V 3850 2000 50 0000 C CNN +F 1 "22K" V 3950 2000 50 0000 C CNN +F 2 "Discret:R3-LARGE_PADS" H 3950 2000 60 0001 C CNN +F 3 "" H 3950 2000 60 0001 C CNN + 1 3950 2000 + 0 1 1 0 +$EndComp +$Comp +L C C6 +U 1 1 4B3A1358 +P 4350 1600 +AR Path="/4B3A13A4/4B3A1358" Ref="C6" Part="1" +AR Path="/4B3A1333/4B3A1358" Ref="C3" Part="1" +F 0 "C6" V 4200 1600 50 0000 C CNN +F 1 "15nF" V 4500 1600 50 0000 C CNN +F 2 "Discret:C2" H 4350 1600 60 0001 C CNN +F 3 "" H 4350 1600 60 0001 C CNN + 1 4350 1600 + 0 1 1 0 +$EndComp +Text Notes 3100 2900 0 60 ~ 0 +Filter:\nFc =1000Hz +$Comp +L POT RV2 +U 1 1 4B3A1357 +P 5850 6400 +AR Path="/4B3A13A4/4B3A1357" Ref="RV2" Part="1" +AR Path="/4B3A1333/4B3A1357" Ref="RV1" Part="1" +F 0 "RV2" H 5850 6300 50 0000 C CNN +F 1 "4,7K" H 5850 6400 50 0000 C CNN +F 2 "Discret:RV2" H 5850 6400 60 0001 C CNN +F 3 "" H 5850 6400 60 0001 C CNN + 1 5850 6400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7900 4100 7900 4400 +Wire Wire Line + 8600 4450 9300 4450 +Wire Wire Line + 8600 4450 8600 4600 +Wire Wire Line + 8600 4150 9300 4150 +Wire Wire Line + 8600 4150 8600 3900 +Wire Wire Line + 2850 2450 2850 2400 +Wire Wire Line + 4350 2000 4350 2300 +Wire Wire Line + 4350 2200 4000 2200 +Wire Wire Line + 4000 2200 4000 2400 +Connection ~ 4350 2200 +Wire Wire Line + 4000 2750 4000 2700 +Wire Wire Line + 4750 2850 4750 2800 +Wire Wire Line + 4750 1950 4750 2000 +Wire Wire Line + 7300 2700 7300 2650 +Wire Wire Line + 7900 2550 7900 2600 +Wire Wire Line + 7900 4800 8300 4800 +Connection ~ 7900 4800 +Wire Wire Line + 8100 5900 8100 5950 +Wire Wire Line + 6300 4950 6300 5000 +Wire Wire Line + 6300 5850 6300 5800 +Wire Wire Line + 5050 6400 5100 6400 +Wire Wire Line + 7100 5100 7000 5100 +Wire Wire Line + 7300 3000 7300 2900 +$EndSCHEMATC diff --git a/demos/complex_hierarchy/complex_hierarchy-cache.lib b/demos/complex_hierarchy/complex_hierarchy-cache.lib new file mode 100644 index 0000000..7e82bbd --- /dev/null +++ b/demos/complex_hierarchy/complex_hierarchy-cache.lib @@ -0,0 +1,324 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +12C +# +DEF +12C #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12C" 0 150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +12C 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# +12V +# +DEF +12V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12V" 0 140 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +12V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# -VAA +# +DEF -VAA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 20 H I C CNN +F1 "-VAA" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X -VAA 1 0 0 0 U 20 20 0 0 W N +P 3 0 1 0 0 0 0 50 0 50 N +P 7 0 1 0 0 80 30 50 -20 50 -30 50 0 80 0 80 0 80 F +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + C? + C_????_* + C_???? + SMD*_c + Capacitor* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "CP" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + CP* + Elko* + TantalC* + C*elec + c_elec* + SMD*_Pol +$ENDFPLIST +DRAW +S -90 20 -90 40 0 1 0 N +S -90 20 90 20 0 1 0 N +S -70 90 -30 90 0 1 0 N +S -50 70 -50 110 0 1 0 N +S 90 -20 -90 -40 0 1 0 F +S 90 40 -90 40 0 1 0 N +S 90 40 90 20 0 1 0 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# D_Small +# +DEF D_Small D 0 10 N N 1 F N +F0 "D" -50 80 50 H V L CNN +F1 "D_Small" -150 -80 50 H V L CNN +F2 "" 0 0 60 V V C CNN +F3 "" 0 0 60 V V C CNN +$FPLIST + Diode_* + D-Pak_TO252AA + *SingleDiode + *SingleDiode* + *_Diode_* +$ENDFPLIST +DRAW +P 2 0 1 0 -30 -40 -30 40 N +P 4 0 1 0 30 -40 -30 0 30 40 30 -40 F +X K 1 -100 0 70 R 50 50 1 1 P +X A 2 100 0 70 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "GND" 0 -123 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 20 30 1 1 W N +ENDDRAW +ENDDEF +# +# HT +# +DEF HT #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 120 50 H I C CNN +F1 "HT" 0 90 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X HT 1 0 0 0 U 20 20 0 0 W N +P 3 0 1 0 0 0 0 40 0 40 N +P 6 0 1 0 0 40 20 20 0 70 -20 20 0 40 0 40 N +ENDDRAW +ENDDEF +# +# ICL7660 +# +DEF ICL7660 U 0 40 Y Y 1 F N +F0 "U" 200 400 70 H V L CNN +F1 "ICL7660" 50 -450 70 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -550 -350 550 350 0 1 0 N +X CAP+ 2 -850 250 300 R 60 60 1 1 I +X GND 3 -50 -650 300 U 60 60 1 1 W +X CAP- 4 -850 50 300 R 60 60 1 1 I +X VOUT 5 850 150 300 L 60 60 1 1 w +X LV 6 850 -150 300 L 60 60 1 1 I +X OSC 7 -850 -150 300 R 60 60 1 1 I +X V+ 8 -50 650 300 D 60 60 1 1 W +ENDDRAW +ENDDEF +# +# LM358 +# +DEF LM358 U 0 20 Y Y 2 F N +F0 "U" -50 200 60 H V L CNN +F1 "LM358" -50 -250 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LMC6062 LMC6082 LM358N TL072 TL082 +DRAW +P 4 0 1 6 -200 200 200 0 -200 -200 -200 200 f +X V- 4 -100 -400 250 U 40 40 0 1 W +X V+ 8 -100 400 250 D 40 40 0 1 W +X ~ 1 500 0 300 L 40 40 1 1 O +X - 2 -500 -100 300 R 40 40 1 1 I +X + 3 -500 100 300 R 40 40 1 1 I +X + 5 -500 100 300 R 40 40 2 1 I +X - 6 -500 -100 300 R 40 40 2 1 I +X ~ 7 500 0 300 L 40 40 2 1 O +ENDDRAW +ENDDEF +# +# MPSA42 +# +DEF MPSA42 Q 0 40 Y N 1 F N +F0 "Q" 150 -150 60 H V L CNN +F1 "MPSA42" 150 150 60 H V L CNN +F2 "TO92-CBE" 150 0 30 H I C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + TO92-CBE +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X B B -200 0 200 R 40 40 1 1 I +X C C 100 200 100 D 40 40 1 1 P +X E E 100 -200 100 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# MPSA92 +# +DEF MPSA92 Q 0 40 Y N 1 F N +F0 "Q" 150 -150 60 H V L CNN +F1 "MPSA92" 150 150 60 H V L CNN +F2 "TO92-CBE" 150 0 30 H I C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + TO92-CBE +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X B B -200 0 200 R 40 40 1 1 I +X C C 100 200 100 D 40 40 1 1 P +X E E 100 -200 100 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R_* + Resistor_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "VCC" 0 150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 75 25 0 1 0 N +P 2 0 1 0 0 0 0 50 N +X VCC 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/complex_hierarchy/complex_hierarchy.kicad_pcb b/demos/complex_hierarchy/complex_hierarchy.kicad_pcb new file mode 100644 index 0000000..1819634 --- /dev/null +++ b/demos/complex_hierarchy/complex_hierarchy.kicad_pcb @@ -0,0 +1,3981 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-06-24 BZR 5819)-product") + + (general + (links 112) + (no_connects 0) + (area 88.163399 51.714399 188.696601 131.927601) + (thickness 1.6002) + (drawings 6) + (tracks 360) + (zones 0) + (modules 68) + (nets 53) + ) + + (page A4) + (title_block + (title Actionneur_piezo) + (company "Kicad devs") + (comment 1 Demo) + ) + + (layers + (0 Composant power) + (31 Cuivre signal) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.4) + (trace_clearance 0.3) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2032) + (segment_width 0.3) + (edge_width 0.1) + (via_size 1.651) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.2032) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.2032) + (pcb_text_width 0.3) + (pcb_text_size 2 2) + (mod_edge_width 0.2) + (mod_text_size 1 1) + (mod_text_width 0.2) + (pad_size 2.286 2.286) + (pad_drill 0.8128) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 83.5 138) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x000fc_80000001) + (usegerberextensions false) + (usegerberattributes true) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin true) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 -VAA) + (net 2 /12Vext) + (net 3 /ampli_ht_horizontal/PIEZO_IN) + (net 4 /ampli_ht_horizontal/PIEZO_OUT) + (net 5 /ampli_ht_horizontal/S_OUT+) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V) + (net 7 /ampli_ht_vertical/PIEZO_IN) + (net 8 /ampli_ht_vertical/PIEZO_OUT) + (net 9 /ampli_ht_vertical/S_OUT+) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V) + (net 11 GND) + (net 12 HT) + (net 13 "Net-(C10-Pad1)") + (net 14 "Net-(C10-Pad2)") + (net 15 "Net-(C12-Pad1)") + (net 16 "Net-(C14-Pad1)") + (net 17 "Net-(C3-Pad2)") + (net 18 "Net-(C4-Pad1)") + (net 19 "Net-(C5-Pad1)") + (net 20 "Net-(C6-Pad2)") + (net 21 "Net-(C7-Pad1)") + (net 22 "Net-(C8-Pad1)") + (net 23 "Net-(D4-Pad1)") + (net 24 "Net-(D4-Pad2)") + (net 25 "Net-(D7-Pad1)") + (net 26 "Net-(D7-Pad2)") + (net 27 "Net-(Q1-PadE)") + (net 28 "Net-(Q2-PadE)") + (net 29 "Net-(Q3-PadE)") + (net 30 "Net-(Q4-PadB)") + (net 31 "Net-(Q4-PadE)") + (net 32 "Net-(Q5-PadE)") + (net 33 "Net-(Q6-PadE)") + (net 34 "Net-(Q7-PadE)") + (net 35 "Net-(Q8-PadB)") + (net 36 "Net-(Q8-PadE)") + (net 37 "Net-(R11-Pad1)") + (net 38 "Net-(R19-Pad2)") + (net 39 "Net-(R21-Pad1)") + (net 40 "Net-(R9-Pad2)") + (net 41 "Net-(RV1-Pad2)") + (net 42 "Net-(RV2-Pad2)") + (net 43 VCC) + (net 44 "Net-(U1-Pad6)") + (net 45 "Net-(U1-Pad7)") + (net 46 +12V) + (net 47 "Net-(D2-Pad1)") + (net 48 "Net-(D3-Pad1)") + (net 49 "Net-(D5-Pad1)") + (net 50 "Net-(D6-Pad1)") + (net 51 "Net-(D8-Pad2)") + (net 52 "Net-(D9-Pad2)") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.3) + (trace_width 0.4) + (via_dia 1.651) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.2032) + (add_net +12V) + (add_net /ampli_ht_horizontal/PIEZO_IN) + (add_net /ampli_ht_horizontal/PIEZO_OUT) + (add_net /ampli_ht_horizontal/S_OUT+) + (add_net /ampli_ht_horizontal/Vpil_0_3,3V) + (add_net /ampli_ht_vertical/PIEZO_IN) + (add_net /ampli_ht_vertical/PIEZO_OUT) + (add_net /ampli_ht_vertical/S_OUT+) + (add_net /ampli_ht_vertical/Vpil_0_3,3V) + (add_net "Net-(C10-Pad1)") + (add_net "Net-(C10-Pad2)") + (add_net "Net-(C12-Pad1)") + (add_net "Net-(C14-Pad1)") + (add_net "Net-(C3-Pad2)") + (add_net "Net-(C4-Pad1)") + (add_net "Net-(C5-Pad1)") + (add_net "Net-(C6-Pad2)") + (add_net "Net-(C7-Pad1)") + (add_net "Net-(C8-Pad1)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(D3-Pad1)") + (add_net "Net-(D4-Pad1)") + (add_net "Net-(D4-Pad2)") + (add_net "Net-(D5-Pad1)") + (add_net "Net-(D6-Pad1)") + (add_net "Net-(D7-Pad1)") + (add_net "Net-(D7-Pad2)") + (add_net "Net-(D8-Pad2)") + (add_net "Net-(D9-Pad2)") + (add_net "Net-(Q1-PadE)") + (add_net "Net-(Q2-PadE)") + (add_net "Net-(Q3-PadE)") + (add_net "Net-(Q4-PadB)") + (add_net "Net-(Q4-PadE)") + (add_net "Net-(Q5-PadE)") + (add_net "Net-(Q6-PadE)") + (add_net "Net-(Q7-PadE)") + (add_net "Net-(Q8-PadB)") + (add_net "Net-(Q8-PadE)") + (add_net "Net-(R11-Pad1)") + (add_net "Net-(R19-Pad2)") + (add_net "Net-(R21-Pad1)") + (add_net "Net-(R9-Pad2)") + (add_net "Net-(RV1-Pad2)") + (add_net "Net-(RV2-Pad2)") + (add_net "Net-(U1-Pad6)") + (add_net "Net-(U1-Pad7)") + ) + + (net_class power "" + (clearance 0.3) + (trace_width 0.6) + (via_dia 1.651) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.2032) + (add_net -VAA) + (add_net /12Vext) + (add_net GND) + (add_net HT) + (add_net VCC) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF06) + (at 109.855 74.676 180) + (descr "Condensateur polarise") + (tags CP) + (path /4B03CEC2) + (fp_text reference C1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 43 VCC)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF15) + (at 133.985 60.706 180) + (descr "Condensateur polarise") + (tags CP) + (path /4AE173CF) + (fp_text reference C2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF/20V (at 0.635 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF24) + (at 116.205 110.236 180) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B3A1358) + (fp_text reference C3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 15nF (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(C3-Pad2)")) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF2E) + (at 116.205 112.776) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B3A1366) + (fp_text reference C4 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 4.7nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF38) + (at 140.716 130.048) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B3A1365) + (fp_text reference C5 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 820pF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(C5-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF42) + (at 116.205 81.026 180) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B3A1358) + (fp_text reference C6 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 15nF (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(C6-Pad2)")) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF4C) + (at 116.205 84.836) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B3A1366) + (fp_text reference C7 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 4.7nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(C7-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF56) + (at 140.589 104.14) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B3A1365) + (fp_text reference C8 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 820pF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(C8-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP8 (layer Composant) (tedit 0) (tstamp 5592CF60) + (at 112.395 60.706 180) + (descr "Condensateur polarise") + (tags CP) + (path /4B3A1558) + (fp_text reference C9 (at 1.27 1.27 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF/63V (at 1.27 -1.27 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -10.16 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 10.16 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/CP8.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.8 0.8 0.8)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF70) + (at 147.32 77.216) + (descr "Condensateur polarise") + (tags CP) + (path /4B4B15E7) + (fp_text reference C10 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(C10-Pad1)")) + (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(C10-Pad2)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF7F) + (at 160.02 70.866 90) + (descr "Condensateur polarise") + (tags CP) + (path /4B4B15D9) + (fp_text reference C11 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (pad 2 thru_hole circle (at 7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF8E) + (at 116.205 107.061) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B4F3641) + (fp_text reference C12 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 150nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C12-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF98) + (at 116.205 78.486) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B4F3641) + (fp_text reference C14 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 150nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(C14-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 0) (tstamp 5592CFA2) + (at 109.855 68.326) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /4AE172F4) + (fp_text reference D1 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4007 (at -0.254 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole circle (at -6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 2 /12Vext)) + (pad 1 thru_hole rect (at 6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (model Discret.3dshapes/D5.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFB1) + (at 131.445 106.426 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B3A1375) + (fp_text reference D2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 "Net-(D2-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFC0) + (at 131.445 108.966 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B3A1377) + (fp_text reference D3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 "Net-(D3-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 "Net-(D2-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFCF) + (at 140.97 119.761 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B3A137B) + (fp_text reference D4 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(D4-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFDE) + (at 128.905 79.756 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B3A1375) + (fp_text reference D5 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 49 "Net-(D5-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFED) + (at 128.905 82.296) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B3A1377) + (fp_text reference D6 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 "Net-(D6-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 49 "Net-(D5-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFFC) + (at 141.605 93.726 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B3A137B) + (fp_text reference D7 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(D7-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592D00B) + (at 144.78 119.761 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B616AFA) + (fp_text reference D8 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(D4-Pad2)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 51 "Net-(D8-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592D01A) + (at 145.415 93.726 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B616AFA) + (fp_text reference D9 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(D7-Pad2)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 "Net-(D9-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D029) + (at 95.885 59.436 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A12F4) + (fp_text reference P1 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D033) + (at 95.885 72.136 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4AD71B06) + (fp_text reference P2 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 2 /12Vext)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D03D) + (at 182.245 120.396 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A1333/4B3A136C) + (fp_text reference P3 (at 0 -5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 8 /ampli_ht_vertical/PIEZO_OUT)) + (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D047) + (at 94.615 114.046 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A1333/4B3A1367) + (fp_text reference P4 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 7 /ampli_ht_vertical/PIEZO_IN)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D051) + (at 182.245 97.536 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A13A4/4B3A136C) + (fp_text reference P5 (at 0 -5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 4 /ampli_ht_horizontal/PIEZO_OUT)) + (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D05B) + (at 95.885 87.376 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A13A4/4B3A1367) + (fp_text reference P6 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 3 /ampli_ht_horizontal/PIEZO_IN)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D065) + (at 131.445 115.316) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A1333/4B3A1360) + (fp_text reference Q1 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q1-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 "Net-(D3-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 51 "Net-(D8-Pad2)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D073) + (at 150.495 116.586) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A1333/4B3A137D) + (fp_text reference Q2 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS42 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q2-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 51 "Net-(D8-Pad2)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D081) + (at 149.225 124.206 180) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A1333/4B3A137C) + (fp_text reference Q3 (at 0.762 0.635 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(Q3-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D08F) + (at 132.715 125.476) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A1333/4B3A1379) + (fp_text reference Q4 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS42 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 "Net-(Q4-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 "Net-(Q4-PadB)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D09D) + (at 131.445 88.646) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A1360) + (fp_text reference Q5 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 "Net-(Q5-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 "Net-(D6-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 "Net-(D9-Pad2)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D0AB) + (at 150.495 89.916) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A137D) + (fp_text reference Q6 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS42 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(Q6-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 "Net-(D9-Pad2)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D0B9) + (at 149.225 99.441 180) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A137C) + (fp_text reference Q7 (at 0.762 0.635 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(Q7-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D0C7) + (at 131.445 98.806) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A1379) + (fp_text reference Q8 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS42 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 "Net-(Q8-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 35 "Net-(Q8-PadB)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0D5) + (at 142.875 108.966 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1376) + (fp_text reference R3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q1-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0E2) + (at 122.555 119.126 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1374) + (fp_text reference R4 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 "Net-(D3-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0EF) + (at 169.545 119.126 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1364) + (fp_text reference R5 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ampli_ht_vertical/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q2-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0FC) + (at 106.045 110.236 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A136B) + (fp_text reference R6 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(C3-Pad2)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C12-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D109) + (at 106.045 112.776 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1359) + (fp_text reference R7 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(C3-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D116) + (at 122.555 128.016 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1371) + (fp_text reference R8 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 "Net-(Q4-PadB)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D123) + (at 130.683 120.142 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A136D) + (fp_text reference R9 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 "Net-(Q4-PadE)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 40 "Net-(R9-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D130) + (at 140.589 127.381 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B61688C) + (fp_text reference R10 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5,6K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(C5-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D13D) + (at 102.87 122.936 90) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1362) + (fp_text reference R11 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 "Net-(R11-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D14A) + (at 156.21 120.396 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1370) + (fp_text reference R12 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ampli_ht_vertical/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(Q3-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D157) + (at 141.605 86.106 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1376) + (fp_text reference R13 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 "Net-(Q5-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D164) + (at 141.605 81.026) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1374) + (fp_text reference R14 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 "Net-(D6-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D171) + (at 169.545 91.186 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1364) + (fp_text reference R15 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /ampli_ht_horizontal/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(Q6-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D17E) + (at 106.045 82.296 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A136B) + (fp_text reference R16 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(C6-Pad2)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(C14-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D18B) + (at 106.045 84.836) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1359) + (fp_text reference R17 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(C7-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(C6-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D198) + (at 121.793 101.346 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1371) + (fp_text reference R18 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 35 "Net-(Q8-PadB)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1A5) + (at 122.301 94.996 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A136D) + (fp_text reference R19 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 "Net-(Q8-PadE)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 "Net-(R19-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1B2) + (at 137.795 101.346 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B61688C) + (fp_text reference R20 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5,6K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(C8-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1BF) + (at 102.235 98.806 90) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1362) + (fp_text reference R21 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 39 "Net-(R21-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1CC) + (at 156.845 93.726 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1370) + (fp_text reference R22 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /ampli_ht_horizontal/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(Q7-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1D9) + (at 106.045 107.061 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B4F363E) + (fp_text reference R23 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C12-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /ampli_ht_vertical/PIEZO_IN)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1E6) + (at 106.553 78.74 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B4F363E) + (fp_text reference R24 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(C14-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /ampli_ht_horizontal/PIEZO_IN)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1F3) + (at 169.545 122.936 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B616B96) + (fp_text reference R25 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ampli_ht_vertical/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(Q3-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D200) + (at 160.02 120.396 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B617B88) + (fp_text reference R26 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ampli_ht_vertical/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q2-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D20D) + (at 169.545 97.536 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B616B96) + (fp_text reference R27 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /ampli_ht_horizontal/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(Q7-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D21A) + (at 161.29 93.726 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B617B88) + (fp_text reference R28 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /ampli_ht_horizontal/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(Q6-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:RV2 (layer Composant) (tedit 0) (tstamp 5592D227) + (at 95.885 124.206) + (descr "Resistance variable / potentiometre") + (tags R) + (path /4B3A1333/4B3A1357) + (fp_text reference RV1 (at 0 -5.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at -0.254 5.207) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 "Net-(R11-Pad1)")) + (pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 41 "Net-(RV1-Pad2)")) + (pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ampli_ht_vertical/S_OUT+)) + (model Discret.3dshapes/RV2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:RV2 (layer Composant) (tedit 0) (tstamp 5592D22E) + (at 95.885 98.806) + (descr "Resistance variable / potentiometre") + (tags R) + (path /4B3A13A4/4B3A1357) + (fp_text reference RV2 (at 0 -5.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at -0.254 5.207) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 39 "Net-(R21-Pad1)")) + (pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 42 "Net-(RV2-Pad2)")) + (pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /ampli_ht_horizontal/S_OUT+)) + (model Discret.3dshapes/RV2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 0) (tstamp 5592D235) + (at 149.225 68.326) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4B4B1230) + (fp_text reference U1 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value ICL7660 (at 0 0) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(C10-Pad1)")) + (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(C10-Pad2)")) + (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 44 "Net-(U1-Pad6)")) + (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 45 "Net-(U1-Pad7)")) + (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 43 VCC)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LM78LXX (layer Composant) (tedit 0) (tstamp 5592D247) + (at 125.095 69.596 90) + (descr "Regulateur TO92 serie LM78Lxx") + (tags "TR TO92") + (path /4B4B1532) + (fp_text reference U2 (at -1.905 3.81 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 78L05 (at -1.27 -5.08 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad VI thru_hole circle (at 1.27 -1.27 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (pad GND thru_hole rect (at -1.27 -1.27 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (pad VO thru_hole circle (at -1.27 1.27 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 43 VCC)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 0) (tstamp 5592D255) + (at 111.125 120.396) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4B3A1333/4B3A1368) + (fp_text reference U3 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value LM358N (at 0 0) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 40 "Net-(R9-Pad2)")) + (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 41 "Net-(RV1-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(C4-Pad1)")) + (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 0) (tstamp 5592D267) + (at 111.125 92.456) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4B3A13A4/4B3A1368) + (fp_text reference U4 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value LM358N (at 0 0) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 "Net-(R19-Pad2)")) + (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 42 "Net-(RV2-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(C7-Pad1)")) + (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_text "Actionneur\nPiezo New Amp\nV02" (at 175.641 68.326) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "Actionneur\nPiezo New Amp\nV02" (at 176.149 67.183) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_line (start 88.265 131.826) (end 88.265 51.816) (angle 90) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 188.595 131.826) (end 88.265 131.826) (angle 90) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 188.595 51.816) (end 188.595 131.826) (angle 90) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 88.265 51.816) (end 188.595 51.816) (angle 90) (layer Edge.Cuts) (width 0.2032)) + + (segment (start 158.75 64.516) (end 160.02 63.246) (width 0.6096) (layer Cuivre) (net 1) (status 400)) + (segment (start 153.035 64.516) (end 158.75 64.516) (width 0.6096) (layer Cuivre) (net 1) (status 800)) + (segment (start 128.905 76.581) (end 131.445 76.581) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 131.445 76.581) (end 140.97 67.056) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 140.97 67.056) (end 152.4 67.056) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 152.4 67.056) (end 153.035 66.421) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 153.035 66.421) (end 153.035 64.516) (width 0.6096) (layer Cuivre) (net 1) (status 400)) + (segment (start 122.555 89.916) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 120.015 92.456) (end 122.555 89.916) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 117.602 92.456) (end 120.015 92.456) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 114.935 95.123) (end 117.602 92.456) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 114.935 96.266) (end 114.935 95.123) (width 0.6096) (layer Cuivre) (net 1) (status 800)) + (segment (start 104.775 106.807) (end 104.775 109.601) (width 0.6096) (layer Composant) (net 1)) + (segment (start 107.061 104.521) (end 104.775 106.807) (width 0.6096) (layer Composant) (net 1)) + (segment (start 112.776 104.521) (end 107.061 104.521) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 102.362) (end 112.776 104.521) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 96.266) (end 114.935 102.108) (width 0.6096) (layer Composant) (net 1) (status 800)) + (segment (start 104.775 109.601) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 102.108) (end 114.935 102.362) (width 0.6096) (layer Composant) (net 1)) + (segment (start 128.143 76.581) (end 127 77.724) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 127 77.724) (end 123.317 77.724) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 123.317 77.724) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 128.905 76.581) (end 128.143 76.581) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 113.411 126.492) (end 105.41 126.492) (width 0.6096) (layer Composant) (net 1)) + (segment (start 105.41 126.492) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.681 126.492) (end 114.935 126.238) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 126.238) (end 114.935 124.206) (width 0.6096) (layer Composant) (net 1) (status 400)) + (segment (start 113.411 126.492) (end 114.681 126.492) (width 0.6096) (layer Composant) (net 1)) + (segment (start 95.885 69.596) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 2) (status 800)) + (segment (start 98.92792 68.326) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 2)) + (segment (start 103.505 68.326) (end 98.92792 68.326) (width 0.6096) (layer Cuivre) (net 2) (status 800)) + (segment (start 95.885 84.836) (end 95.885 83.185) (width 0.4318) (layer Cuivre) (net 3) (status 800)) + (segment (start 98.552 80.518) (end 100.965 80.518) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 95.885 83.185) (end 98.552 80.518) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 100.965 80.518) (end 102.743 78.74) (width 0.4318) (layer Cuivre) (net 3) (status 400)) + (segment (start 173.355 97.536) (end 173.355 91.186) (width 0.4318) (layer Cuivre) (net 4) (status C00)) + (segment (start 173.355 100.076) (end 182.245 100.076) (width 0.4318) (layer Cuivre) (net 4) (status 400)) + (segment (start 173.355 97.536) (end 173.355 100.076) (width 0.4318) (layer Cuivre) (net 4) (status 800)) + (segment (start 156.845 89.916) (end 156.845 92.456) (width 0.4318) (layer Cuivre) (net 5) (status 800)) + (segment (start 135.89 91.186) (end 139.065 88.011) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 139.065 88.011) (end 142.24 88.011) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 142.24 88.011) (end 143.51 89.281) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 143.51 89.281) (end 143.51 91.821) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 143.51 91.821) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 135.89 92.71) (end 135.89 91.186) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 98.425 100.076) (end 98.48596 100.01504) (width 0.4318) (layer Cuivre) (net 5) (status 800)) + (segment (start 113.7285 102.0445) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 116.586 99.187) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 98.48596 100.01504) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 105.7275 102.0445) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 105.7275 102.0445) (end 113.7285 102.0445) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 118.618 99.187) (end 119.888 99.187) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 119.888 99.187) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 123.698 92.71) (end 120.523 95.885) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 120.523 95.885) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 135.89 92.71) (end 123.698 92.71) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 118.618 99.187) (end 116.586 99.187) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 156.845 89.916) (end 161.29 89.916) (width 0.4318) (layer Cuivre) (net 5) (status C00)) + (segment (start 154.305 94.996) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 156.845 92.456) (end 154.305 94.996) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 116.84 89.916) (end 116.078 90.678) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 116.84 83.566) (end 116.84 89.916) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 114.427 90.678) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 6) (status 400)) + (segment (start 112.395 88.646) (end 112.395 96.266) (width 0.4318) (layer Cuivre) (net 6) (status C00)) + (segment (start 116.078 90.678) (end 114.427 90.678) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 118.745 81.661) (end 116.84 83.566) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 118.745 81.026) (end 118.745 81.661) (width 0.4318) (layer Cuivre) (net 6) (status 800)) + (segment (start 109.855 88.646) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 6) (status C00)) + (segment (start 94.615 111.506) (end 94.615 108.204) (width 0.4318) (layer Cuivre) (net 7) (status 800)) + (segment (start 94.615 108.204) (end 95.758 107.061) (width 0.4318) (layer Cuivre) (net 7)) + (segment (start 95.758 107.061) (end 102.235 107.061) (width 0.4318) (layer Cuivre) (net 7) (status 400)) + (segment (start 173.355 122.936) (end 182.245 122.936) (width 0.4318) (layer Cuivre) (net 8) (status C00)) + (segment (start 173.355 122.936) (end 173.355 119.126) (width 0.4318) (layer Cuivre) (net 8) (status C00)) + (segment (start 117.221 126.746) (end 115.189 128.778) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 124.0155 125.9205) (end 131.572 118.364) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 131.572 118.364) (end 133.35 118.364) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 118.0465 125.9205) (end 117.221 126.746) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 106.553 128.778) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 115.189 128.778) (end 106.553 128.778) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 124.0155 125.9205) (end 118.0465 125.9205) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 99.695 125.476) (end 101.092 124.079) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 103.886 124.079) (end 105.029 125.222) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 101.092 124.079) (end 103.886 124.079) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 105.029 125.222) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 98.425 125.476) (end 99.695 125.476) (width 0.4318) (layer Cuivre) (net 9) (status 800)) + (segment (start 160.02 116.586) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 9) (status C00)) + (segment (start 152.4 120.396) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 9) (status 400)) + (segment (start 152.4 120.396) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 134.112 118.364) (end 138.43 114.046) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 138.43 114.046) (end 141.605 114.046) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 141.605 114.046) (end 142.875 115.316) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 142.875 115.316) (end 142.875 117.221) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 142.875 117.221) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 133.35 118.364) (end 134.112 118.364) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 112.395 124.206) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 10) (status 800)) + (segment (start 118.745 110.236) (end 117.983 110.236) (width 0.4318) (layer Cuivre) (net 10) (status 800)) + (segment (start 116.713 111.506) (end 116.713 112.522) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 112.395 116.586) (end 109.855 116.586) (width 0.4318) (layer Cuivre) (net 10) (status C00)) + (segment (start 117.983 110.236) (end 116.713 111.506) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 112.395 121.158) (end 112.395 116.586) (width 0.4318) (layer Cuivre) (net 10) (status 400)) + (segment (start 116.713 113.792) (end 118.618 115.697) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 118.618 115.697) (end 118.618 119.253) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 118.618 119.253) (end 116.713 121.158) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 116.713 121.158) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 116.713 112.522) (end 116.713 113.792) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 160.02 72.771) (end 160.02 78.486) (width 0.6096) (layer Cuivre) (net 11) (status 400)) + (segment (start 156.21 68.961) (end 160.02 72.771) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 123.825 70.866) (end 125.73 68.961) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 123.698 70.866) (end 123.825 70.866) (width 0.6096) (layer Cuivre) (net 11) (status 800)) + (segment (start 151.765 68.961) (end 156.21 68.961) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 150.495 72.136) (end 150.495 70.231) (width 0.6096) (layer Cuivre) (net 11) (status 800)) + (segment (start 150.495 70.231) (end 151.765 68.961) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 152.4 82.931) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 154.305 106.426) (end 151.765 108.966) (width 0.6096) (layer Composant) (net 12)) + (segment (start 121.76506 60.706) (end 120.97258 60.706) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 154.305 86.106) (end 154.305 106.426) (width 0.6096) (layer Composant) (net 12)) + (segment (start 151.765 83.566) (end 154.305 86.106) (width 0.6096) (layer Composant) (net 12)) + (segment (start 147.955 83.566) (end 151.765 83.566) (width 0.6096) (layer Composant) (net 12)) + (segment (start 151.765 108.966) (end 146.685 108.966) (width 0.6096) (layer Composant) (net 12) (status 400)) + (segment (start 142.11046 82.80146) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 151.765 88.646) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 164.465 61.341) (end 164.465 77.851) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 149.225 86.106) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 159.385 82.931) (end 152.4 82.931) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 120.97258 60.706) (end 117.16258 56.896) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 117.16258 56.896) (end 95.885 56.896) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 151.765 114.04854) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 151.765 115.316) (end 151.765 114.04854) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 146.685 108.966) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 121.76506 60.706) (end 124.8537 57.61736) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 135.76046 82.80146) (end 142.11046 82.80146) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 160.74136 57.61736) (end 164.465 61.341) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 145.415 86.106) (end 147.955 83.566) (width 0.6096) (layer Composant) (net 12) (status 800)) + (segment (start 143.383 108.966) (end 146.685 108.966) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 164.465 77.851) (end 159.385 82.931) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 124.8537 57.61736) (end 160.74136 57.61736) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 122.555 60.706) (end 121.76506 60.706) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 140.716 106.426) (end 140.843 106.426) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 140.843 106.426) (end 143.383 108.966) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 135.255 106.426) (end 140.716 106.426) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 132.715 79.756) (end 135.76046 82.80146) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 139.7 71.501) (end 142.24 68.961) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 139.7 77.216) (end 139.7 71.501) (width 0.4318) (layer Cuivre) (net 13) (status 800)) + (segment (start 146.685 68.961) (end 147.955 70.231) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 142.24 68.961) (end 146.685 68.961) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 147.955 70.231) (end 147.955 72.136) (width 0.4318) (layer Cuivre) (net 13) (status 400)) + (segment (start 153.035 75.311) (end 154.94 77.216) (width 0.4318) (layer Cuivre) (net 14) (status 400)) + (segment (start 153.035 72.136) (end 153.035 75.311) (width 0.4318) (layer Cuivre) (net 14) (status 800)) + (segment (start 102.997 110.236) (end 106.172 107.061) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 109.855 107.061) (end 113.665 107.061) (width 0.4318) (layer Cuivre) (net 15) (status C00)) + (segment (start 102.235 110.236) (end 102.997 110.236) (width 0.4318) (layer Cuivre) (net 15) (status 800)) + (segment (start 106.172 107.061) (end 109.855 107.061) (width 0.4318) (layer Cuivre) (net 15) (status 400)) + (segment (start 106.807 82.296) (end 110.363 78.74) (width 0.4318) (layer Cuivre) (net 16) (status 400)) + (segment (start 113.411 78.74) (end 113.665 78.486) (width 0.4318) (layer Cuivre) (net 16) (status 400)) + (segment (start 110.363 78.74) (end 113.411 78.74) (width 0.4318) (layer Cuivre) (net 16) (status 800)) + (segment (start 102.235 82.296) (end 106.807 82.296) (width 0.4318) (layer Cuivre) (net 16) (status 800)) + (segment (start 102.235 112.776) (end 104.775 110.236) (width 0.4318) (layer Cuivre) (net 17) (status 800)) + (segment (start 104.775 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 17) (status 400)) + (segment (start 113.665 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 17) (status C00)) + (segment (start 113.665 112.776) (end 114.935 114.046) (width 0.4318) (layer Cuivre) (net 18) (status 800)) + (segment (start 114.935 114.046) (end 114.935 116.586) (width 0.4318) (layer Cuivre) (net 18) (status 400)) + (segment (start 109.855 112.776) (end 113.665 112.776) (width 0.4318) (layer Cuivre) (net 18) (status C00)) + (segment (start 136.779 128.651) (end 138.176 130.048) (width 0.4318) (layer Cuivre) (net 19) (status 400)) + (segment (start 136.779 127.381) (end 136.779 128.651) (width 0.4318) (layer Cuivre) (net 19) (status 800)) + (segment (start 109.855 81.661) (end 110.49 81.026) (width 0.4318) (layer Cuivre) (net 20)) + (segment (start 110.49 81.026) (end 113.665 81.026) (width 0.4318) (layer Cuivre) (net 20) (status 400)) + (segment (start 109.855 84.836) (end 109.855 82.296) (width 0.4318) (layer Cuivre) (net 20) (status C00)) + (segment (start 109.855 82.296) (end 109.855 81.661) (width 0.4318) (layer Cuivre) (net 20) (status 800)) + (segment (start 104.013 86.614) (end 102.235 84.836) (width 0.4318) (layer Cuivre) (net 21) (status 400)) + (segment (start 113.665 84.836) (end 113.03 84.836) (width 0.4318) (layer Cuivre) (net 21) (status 800)) + (segment (start 111.252 86.614) (end 104.013 86.614) (width 0.4318) (layer Cuivre) (net 21)) + (segment (start 113.665 84.836) (end 113.665 85.471) (width 0.4318) (layer Cuivre) (net 21) (status 800)) + (segment (start 113.03 84.836) (end 111.252 86.614) (width 0.4318) (layer Cuivre) (net 21)) + (segment (start 114.935 86.741) (end 114.935 88.646) (width 0.4318) (layer Cuivre) (net 21) (status 400)) + (segment (start 113.665 85.471) (end 114.935 86.741) (width 0.4318) (layer Cuivre) (net 21)) + (segment (start 133.985 101.346) (end 135.255 101.346) (width 0.4318) (layer Cuivre) (net 22) (status 800)) + (segment (start 135.255 101.346) (end 138.049 104.14) (width 0.4318) (layer Cuivre) (net 22) (status 400)) + (segment (start 138.43 123.571) (end 140.97 123.571) (width 0.4318) (layer Cuivre) (net 23) (status 400)) + (segment (start 140.97 123.952) (end 144.399 127.381) (width 0.4318) (layer Cuivre) (net 23) (status 400)) + (segment (start 140.97 123.571) (end 140.97 123.952) (width 0.4318) (layer Cuivre) (net 23) (status 800)) + (segment (start 137.795 124.206) (end 138.43 123.571) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 150.495 126.746) (end 150.495 125.476) (width 0.4318) (layer Cuivre) (net 23) (status 400)) + (segment (start 149.225 128.016) (end 150.495 126.746) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 145.415 128.016) (end 149.225 128.016) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 144.78 127.381) (end 145.415 128.016) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 144.399 127.381) (end 144.78 127.381) (width 0.4318) (layer Cuivre) (net 23) (status 800)) + (segment (start 133.985 124.206) (end 137.795 124.206) (width 0.4318) (layer Cuivre) (net 23) (status 800)) + (segment (start 140.97 115.951) (end 140.97 118.491) (width 0.4318) (layer Cuivre) (net 24) (status 800)) + (segment (start 140.97 118.491) (end 144.78 122.301) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 144.78 122.301) (end 144.78 123.571) (width 0.4318) (layer Cuivre) (net 24) (status 400)) + (segment (start 141.605 97.536) (end 141.67358 97.536) (width 0.4318) (layer Cuivre) (net 25) (status 800)) + (segment (start 141.67358 97.536) (end 139.85494 99.35464) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 141.605 97.536) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 25) (status C00)) + (segment (start 139.85494 99.35464) (end 134.53364 99.35464) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 150.495 101.346) (end 149.225 102.616) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 149.225 102.616) (end 145.415 102.616) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 145.415 102.616) (end 144.145 101.346) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 144.145 101.346) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 25) (status 400)) + (segment (start 150.495 100.711) (end 150.495 101.346) (width 0.4318) (layer Cuivre) (net 25) (status 800)) + (segment (start 134.53364 99.35464) (end 132.715 97.536) (width 0.4318) (layer Cuivre) (net 25) (status 400)) + (segment (start 141.605 89.916) (end 141.605 91.821) (width 0.4318) (layer Cuivre) (net 26) (status 800)) + (segment (start 141.605 91.821) (end 145.415 95.631) (width 0.4318) (layer Cuivre) (net 26)) + (segment (start 145.415 95.631) (end 145.415 97.536) (width 0.4318) (layer Cuivre) (net 26) (status 400)) + (segment (start 130.514 116.586) (end 131.44787 115.65213) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E3697F)) + (segment (start 131.44787 115.65213) (end 131.44787 113.25213) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36982)) + (segment (start 131.44787 113.25213) (end 132.7 112) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36985)) + (segment (start 132.7 112) (end 136.031 112) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36987)) + (segment (start 136.031 112) (end 139.065 108.966) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36988)) + (segment (start 130.175 116.586) (end 130.514 116.586) (width 0.4) (layer Cuivre) (net 27)) + (segment (start 163.83 114.046) (end 161.925 114.046) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 165.735 115.951) (end 163.83 114.046) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 152.4 117.856) (end 149.225 117.856) (width 0.4318) (layer Cuivre) (net 28) (status 400)) + (segment (start 156.21 114.046) (end 152.4 117.856) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 161.925 114.046) (end 156.21 114.046) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 165.735 119.126) (end 165.735 115.951) (width 0.4318) (layer Cuivre) (net 28) (status 800)) + (segment (start 160.02 121.031) (end 161.925 119.126) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 161.925 119.126) (end 165.735 119.126) (width 0.4318) (layer Cuivre) (net 28) (status 400)) + (segment (start 160.02 124.206) (end 160.02 121.031) (width 0.4318) (layer Cuivre) (net 28) (status 800)) + (segment (start 154.94 122.936) (end 156.21 124.206) (width 0.4318) (layer Cuivre) (net 29) (status 400)) + (segment (start 150.495 122.936) (end 154.94 122.936) (width 0.4318) (layer Cuivre) (net 29) (status 800)) + (segment (start 156.21 126.111) (end 156.845 126.746) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 156.845 126.746) (end 162.56 126.746) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 162.56 126.746) (end 163.195 126.111) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 163.195 126.111) (end 165.735 122.936) (width 0.4318) (layer Cuivre) (net 29) (status 400)) + (segment (start 156.21 124.206) (end 156.21 126.111) (width 0.4318) (layer Cuivre) (net 29) (status 800)) + (segment (start 126.365 128.016) (end 130.175 124.206) (width 0.4318) (layer Cuivre) (net 30) (status 800)) + (segment (start 130.175 124.206) (end 131.445 124.206) (width 0.4318) (layer Cuivre) (net 30) (status 400)) + (segment (start 132.715 125.476) (end 131.445 126.746) (width 0.4318) (layer Cuivre) (net 31) (status 400)) + (segment (start 134.493 120.142) (end 134.112 120.142) (width 0.4318) (layer Cuivre) (net 31) (status 800)) + (segment (start 132.715 121.539) (end 132.715 125.476) (width 0.4318) (layer Cuivre) (net 31)) + (segment (start 134.112 120.142) (end 132.715 121.539) (width 0.4318) (layer Cuivre) (net 31)) + (segment (start 130.175 89.916) (end 135.001 89.916) (width 0.4318) (layer Cuivre) (net 32) (status 800)) + (segment (start 135.001 89.916) (end 137.795 87.122) (width 0.4318) (layer Cuivre) (net 32)) + (segment (start 137.795 87.122) (end 137.795 86.106) (width 0.4318) (layer Cuivre) (net 32) (status 400)) + (segment (start 163.83 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 165.735 88.011) (end 163.83 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 154.305 89.916) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 149.225 91.186) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 33) (status 800)) + (segment (start 155.575 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 154.305 87.376) (end 155.575 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 154.305 89.916) (end 154.305 87.376) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 165.735 91.186) (end 165.735 88.011) (width 0.4318) (layer Cuivre) (net 33) (status 800)) + (segment (start 161.29 95.631) (end 165.735 91.186) (width 0.4318) (layer Cuivre) (net 33) (status 400)) + (segment (start 161.29 97.536) (end 161.29 95.631) (width 0.4318) (layer Cuivre) (net 33) (status 800)) + (segment (start 156.845 97.536) (end 156.845 98.806) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 158.115 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 156.845 98.806) (end 158.115 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 156.21 98.171) (end 156.845 97.536) (width 0.4318) (layer Cuivre) (net 34) (status 400)) + (segment (start 150.495 98.171) (end 156.21 98.171) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 165.735 98.806) (end 164.465 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 164.465 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 165.735 97.536) (end 165.735 98.806) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 130.175 97.536) (end 126.365 97.536) (width 0.4318) (layer Cuivre) (net 35) (status 800)) + (segment (start 125.603 98.298) (end 125.603 101.346) (width 0.4318) (layer Cuivre) (net 35) (status 400)) + (segment (start 126.365 97.536) (end 125.603 98.298) (width 0.4318) (layer Cuivre) (net 35)) + (segment (start 124.46 103.632) (end 126.619 103.632) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 126.111 94.996) (end 124.841 94.996) (width 0.4318) (layer Cuivre) (net 36) (status 800)) + (segment (start 124.841 94.996) (end 123.19 96.647) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 123.19 102.362) (end 124.46 103.632) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 123.19 96.647) (end 123.19 102.362) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 126.619 103.632) (end 130.175 100.076) (width 0.4318) (layer Cuivre) (net 36) (status 400)) + (segment (start 95.885 128.016) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 37)) + (segment (start 93.345 125.476) (end 95.885 128.016) (width 0.4318) (layer Cuivre) (net 37) (status 800)) + (segment (start 102.87 126.746) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 37) (status 800)) + (segment (start 115.824 98.171) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 107.315 96.266) (end 107.315 97.536) (width 0.4318) (layer Cuivre) (net 38) (status 800)) + (segment (start 114.935 99.06) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 107.315 97.536) (end 108.839 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 117.348 98.171) (end 118.491 97.028) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 116.967 98.171) (end 117.348 98.171) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 116.967 98.171) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 108.839 99.06) (end 114.046 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 114.046 99.06) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 118.491 97.028) (end 118.491 94.996) (width 0.4318) (layer Cuivre) (net 38) (status 400)) + (segment (start 93.345 100.076) (end 95.885 102.616) (width 0.4318) (layer Cuivre) (net 39) (status 800)) + (segment (start 95.885 102.616) (end 102.235 102.616) (width 0.4318) (layer Cuivre) (net 39) (status 400)) + (segment (start 116.5225 125.9205) (end 115.57 126.873) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 116.5225 125.9205) (end 117.348 125.095) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 108.712 126.873) (end 107.315 125.476) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 117.348 125.095) (end 123.444 125.095) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 115.57 126.873) (end 108.712 126.873) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 107.315 125.476) (end 107.315 124.206) (width 0.4318) (layer Cuivre) (net 40) (status 400)) + (segment (start 123.444 125.095) (end 126.873 121.666) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 126.873 121.666) (end 126.873 120.142) (width 0.4318) (layer Cuivre) (net 40) (status 400)) + (segment (start 103.505 121.539) (end 109.093 121.539) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 109.855 122.301) (end 109.855 124.206) (width 0.4318) (layer Cuivre) (net 41) (status 400)) + (segment (start 95.885 122.936) (end 102.108 122.936) (width 0.4318) (layer Cuivre) (net 41) (status 800)) + (segment (start 102.108 122.936) (end 103.505 121.539) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 109.093 121.539) (end 109.855 122.301) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 104.394 97.536) (end 105.283 96.647) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 109.093 92.837) (end 109.855 93.599) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 109.855 93.599) (end 109.855 96.266) (width 0.4318) (layer Cuivre) (net 42) (status 400)) + (segment (start 95.885 97.536) (end 104.394 97.536) (width 0.4318) (layer Cuivre) (net 42) (status 800)) + (segment (start 105.283 96.647) (end 105.283 93.726) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 106.172 92.837) (end 109.093 92.837) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 105.283 93.726) (end 106.172 92.837) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 126.365 70.866) (end 133.35 70.866) (width 0.6096) (layer Cuivre) (net 43) (status 800)) + (segment (start 125.73 74.676) (end 126.365 74.041) (width 0.6096) (layer Cuivre) (net 43)) + (segment (start 126.365 74.041) (end 126.365 70.866) (width 0.6096) (layer Cuivre) (net 43) (status 400)) + (segment (start 117.475 74.676) (end 125.73 74.676) (width 0.6096) (layer Cuivre) (net 43) (status 800)) + (segment (start 133.35 70.866) (end 139.7 64.516) (width 0.6096) (layer Cuivre) (net 43)) + (segment (start 139.7 64.516) (end 145.415 64.516) (width 0.6096) (layer Cuivre) (net 43) (status 400)) + (segment (start 116.205 70.03542) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 116.205 68.326) (end 116.205 70.03542) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 116.205 68.326) (end 117.91442 68.326) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 117.91442 68.326) (end 122.4915 63.74892) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 122.4915 63.74892) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 100.838 76.962) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 123.825 63.74892) (end 136.78916 63.74892) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 99.568 78.232) (end 100.838 76.962) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 136.78916 63.74892) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 95.25 78.232) (end 99.568 78.232) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 107.315 116.586) (end 97.54108 116.586) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 97.54108 116.586) (end 94.68866 113.73358) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 94.68866 113.73358) (end 92.64904 113.73358) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 92.64904 113.73358) (end 91.6686 112.75314) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 91.6686 87.249) (end 91.6686 85.4837) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 91.6686 112.75314) (end 91.6686 87.249) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 141.605 60.706) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 123.825 68.326) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 91.6686 81.8134) (end 95.25 78.232) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 91.6686 85.4837) (end 91.6686 81.8134) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 98.298 87.249) (end 99.695 88.646) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 99.695 88.646) (end 107.315 88.646) (width 0.6096) (layer Cuivre) (net 46) (status 400)) + (segment (start 91.6686 87.249) (end 98.298 87.249) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 127.635 106.426) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 47) (status 800)) + (segment (start 131.37642 108.966) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 47)) + (segment (start 135.255 108.966) (end 131.37642 108.966) (width 0.4318) (layer Cuivre) (net 47) (status 800)) + (segment (start 127.635 108.966) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 48) (status 800)) + (segment (start 127.635 110.16742) (end 130.175 112.70742) (width 0.4318) (layer Cuivre) (net 48)) + (segment (start 122.555 115.24742) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 48)) + (segment (start 130.175 112.70742) (end 130.175 114.046) (width 0.4318) (layer Cuivre) (net 48) (status 400)) + (segment (start 122.555 115.316) (end 122.555 115.24742) (width 0.4318) (layer Cuivre) (net 48) (status 800)) + (segment (start 125.095 79.756) (end 125.095 82.296) (width 0.4318) (layer Cuivre) (net 49) (status C00)) + (segment (start 130.175 79.756) (end 132.715 82.296) (width 0.4318) (layer Cuivre) (net 50) (status 400)) + (segment (start 130.175 79.121) (end 130.175 79.756) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 132.08 82.296) (end 130.175 84.201) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 132.715 82.296) (end 132.08 82.296) (width 0.4318) (layer Cuivre) (net 50) (status 800)) + (segment (start 131.445 77.851) (end 130.175 79.121) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 135.89 77.851) (end 131.445 77.851) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 137.795 79.756) (end 135.89 77.851) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 130.175 84.201) (end 130.175 87.376) (width 0.4318) (layer Cuivre) (net 50) (status 400)) + (segment (start 137.795 81.026) (end 137.795 79.756) (width 0.4318) (layer Cuivre) (net 50) (status 800)) + (segment (start 144.78 113.411) (end 144.78 112.776) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 144.78 115.951) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 51) (status 800)) + (segment (start 147.32 113.411) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 144.78 112.776) (end 144.145 112.141) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 144.145 112.141) (end 138.43 112.141) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 138.43 112.141) (end 136.525 114.046) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 136.525 114.046) (end 132.715 114.046) (width 0.4318) (layer Cuivre) (net 51) (status 400)) + (segment (start 149.225 115.316) (end 147.32 113.411) (width 0.4318) (layer Cuivre) (net 51) (status 800)) + (segment (start 145.415 89.916) (end 145.415 88.646) (width 0.4318) (layer Cuivre) (net 52) (status 800)) + (segment (start 145.415 88.646) (end 144.78 88.011) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 144.78 88.011) (end 143.51 88.011) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 143.51 88.011) (end 139.7 84.201) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 145.415 88.646) (end 149.225 88.646) (width 0.4318) (layer Cuivre) (net 52) (status 400)) + (segment (start 135.94334 84.14766) (end 132.715 87.376) (width 0.4318) (layer Cuivre) (net 52) (status 400)) + (segment (start 138.37666 84.14766) (end 135.94334 84.14766) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 139.7 84.201) (end 138.43 84.201) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 138.43 84.201) (end 138.37666 84.14766) (width 0.4318) (layer Cuivre) (net 52)) + + (zone (net 11) (net_name GND) (layer Cuivre) (tstamp 4AE6D930) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 32) (thermal_gap 0.762) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 187.325 131.572) (xy 187.325 53.086) (xy 88.392 53.086) (xy 88.392 131.572) + ) + ) + (filled_polygon + (pts + (xy 144.724605 66.1162) (xy 140.97 66.1162) (xy 140.88359 66.124672) (xy 140.797122 66.132237) (xy 140.792375 66.133615) + (xy 140.787459 66.134098) (xy 140.704372 66.159183) (xy 140.620989 66.183409) (xy 140.6166 66.185683) (xy 140.61187 66.187112) + (xy 140.535226 66.227863) (xy 140.458148 66.267818) (xy 140.454285 66.270901) (xy 140.449923 66.273221) (xy 140.382615 66.328115) + (xy 140.314805 66.382248) (xy 140.307929 66.389027) (xy 140.307785 66.389145) (xy 140.307674 66.389278) (xy 140.305461 66.391461) + (xy 131.055722 75.6412) (xy 128.905 75.6412) (xy 128.143 75.6412) (xy 128.05659 75.649672) (xy 127.970122 75.657237) + (xy 127.965375 75.658615) (xy 127.960459 75.659098) (xy 127.877372 75.684183) (xy 127.793989 75.708409) (xy 127.7896 75.710683) + (xy 127.78487 75.712112) (xy 127.708226 75.752863) (xy 127.631148 75.792818) (xy 127.627285 75.795901) (xy 127.622923 75.798221) + (xy 127.555615 75.853115) (xy 127.487805 75.907248) (xy 127.480929 75.914027) (xy 127.480785 75.914145) (xy 127.480674 75.914278) + (xy 127.478461 75.916461) (xy 126.610722 76.7842) (xy 123.317 76.7842) (xy 123.230635 76.792668) (xy 123.144122 76.800237) + (xy 123.139375 76.801615) (xy 123.134459 76.802098) (xy 123.051372 76.827183) (xy 122.967989 76.851409) (xy 122.9636 76.853683) + (xy 122.95887 76.855112) (xy 122.882226 76.895863) (xy 122.805148 76.935818) (xy 122.801285 76.938901) (xy 122.796923 76.941221) + (xy 122.729646 76.99609) (xy 122.661805 77.050247) (xy 122.654927 77.057028) (xy 122.654785 77.057145) (xy 122.654675 77.057277) + (xy 122.652461 77.059461) (xy 121.890461 77.821461) (xy 121.835364 77.888537) (xy 121.779558 77.955044) (xy 121.777176 77.959375) + (xy 121.774041 77.963193) (xy 121.733027 78.039682) (xy 121.691197 78.115773) (xy 121.689702 78.120484) (xy 121.687367 78.12484) + (xy 121.661994 78.20783) (xy 121.635737 78.290605) (xy 121.635185 78.295519) (xy 121.633742 78.300242) (xy 121.624971 78.386578) + (xy 121.615292 78.472878) (xy 121.615224 78.482539) (xy 121.615206 78.482719) (xy 121.615221 78.482886) (xy 121.6152 78.486) + (xy 121.6152 89.526722) (xy 120.338877 90.803045) (xy 120.338877 84.771526) (xy 120.338877 78.421526) (xy 120.295672 78.111815) + (xy 120.192877 77.816484) (xy 120.106081 77.654098) (xy 119.801449 77.609156) (xy 119.621844 77.788761) (xy 119.621844 77.429551) + (xy 119.576902 77.124919) (xy 119.295384 76.988776) (xy 118.992714 76.910171) (xy 118.680526 76.892123) (xy 118.370815 76.935328) + (xy 118.075484 77.038123) (xy 117.913098 77.124919) (xy 117.868156 77.429551) (xy 118.745 78.306395) (xy 119.621844 77.429551) + (xy 119.621844 77.788761) (xy 118.924605 78.486) (xy 119.801449 79.362844) (xy 120.106081 79.317902) (xy 120.242224 79.036384) + (xy 120.320829 78.733714) (xy 120.338877 78.421526) (xy 120.338877 84.771526) (xy 120.295672 84.461815) (xy 120.192877 84.166484) + (xy 120.106081 84.004098) (xy 119.801449 83.959156) (xy 118.924605 84.836) (xy 119.801449 85.712844) (xy 120.106081 85.667902) + (xy 120.242224 85.386384) (xy 120.320829 85.083714) (xy 120.338877 84.771526) (xy 120.338877 90.803045) (xy 119.625722 91.5162) + (xy 119.621844 91.5162) (xy 117.602 91.5162) (xy 117.51563 91.524668) (xy 117.429123 91.532237) (xy 117.424377 91.533615) + (xy 117.419459 91.534098) (xy 117.33636 91.559187) (xy 117.252989 91.583409) (xy 117.2486 91.585683) (xy 117.24387 91.587112) + (xy 117.167266 91.627843) (xy 117.090148 91.667817) (xy 117.086281 91.670903) (xy 117.081923 91.673221) (xy 117.014673 91.728067) + (xy 116.946805 91.782247) (xy 116.939927 91.789028) (xy 116.939785 91.789145) (xy 116.939675 91.789277) (xy 116.937461 91.791461) + (xy 114.270461 94.458461) (xy 114.215364 94.525537) (xy 114.159558 94.592044) (xy 114.157176 94.596375) (xy 114.154041 94.600193) + (xy 114.113027 94.676682) (xy 114.071197 94.752773) (xy 114.069702 94.757484) (xy 114.067367 94.76184) (xy 114.058804 94.789848) + (xy 113.939799 94.885531) (xy 113.761359 95.098188) (xy 113.664587 95.274214) (xy 113.579747 95.114653) (xy 113.404293 94.899525) + (xy 113.2459 94.76849) (xy 113.2459 90.700254) (xy 113.825323 91.279677) (xy 113.886056 91.329564) (xy 113.94627 91.380089) + (xy 113.950188 91.382243) (xy 113.953648 91.385085) (xy 114.022972 91.422256) (xy 114.091795 91.460092) (xy 114.096056 91.461443) + (xy 114.100003 91.46356) (xy 114.175208 91.486552) (xy 114.250088 91.510306) (xy 114.254533 91.510804) (xy 114.258813 91.512113) + (xy 114.337033 91.520058) (xy 114.41512 91.528817) (xy 114.423862 91.528878) (xy 114.424029 91.528895) (xy 114.424184 91.52888) + (xy 114.427 91.5289) (xy 116.078 91.5289) (xy 116.156239 91.521228) (xy 116.234524 91.514379) (xy 116.238815 91.513132) + (xy 116.243274 91.512695) (xy 116.31858 91.489958) (xy 116.393997 91.468048) (xy 116.397967 91.465989) (xy 116.402253 91.464696) + (xy 116.471658 91.427792) (xy 116.541434 91.391625) (xy 116.544931 91.388832) (xy 116.548881 91.386733) (xy 116.609787 91.337058) + (xy 116.671218 91.288019) (xy 116.677443 91.281879) (xy 116.677573 91.281774) (xy 116.677672 91.281653) (xy 116.679677 91.279677) + (xy 117.441677 90.517677) (xy 117.491564 90.456943) (xy 117.542089 90.39673) (xy 117.544243 90.392811) (xy 117.547085 90.389352) + (xy 117.584246 90.320045) (xy 117.622092 90.251205) (xy 117.623444 90.246941) (xy 117.62556 90.242996) (xy 117.648548 90.167805) + (xy 117.672306 90.092912) (xy 117.672804 90.088466) (xy 117.674113 90.084187) (xy 117.682057 90.005971) (xy 117.690817 89.92788) + (xy 117.690878 89.919136) (xy 117.690895 89.91897) (xy 117.69088 89.918814) (xy 117.6909 89.916) (xy 117.6909 86.036958) + (xy 117.707275 86.053333) (xy 117.868156 85.892451) (xy 117.913098 86.197081) (xy 118.194616 86.333224) (xy 118.497286 86.411829) + (xy 118.809474 86.429877) (xy 119.119185 86.386672) (xy 119.414516 86.283877) (xy 119.576902 86.197081) (xy 119.621844 85.892449) + (xy 118.745 85.015605) (xy 118.730857 85.029747) (xy 118.551252 84.850142) (xy 118.565395 84.836) (xy 118.551252 84.821857) + (xy 118.730857 84.642252) (xy 118.745 84.656395) (xy 119.621844 83.779551) (xy 119.576902 83.474919) (xy 119.295384 83.338776) + (xy 118.992714 83.260171) (xy 118.680526 83.242123) (xy 118.370815 83.285328) (xy 118.299045 83.310308) (xy 119.346677 82.262677) + (xy 119.396564 82.201943) (xy 119.414528 82.180534) (xy 119.569957 82.081897) (xy 119.759337 81.901552) (xy 119.910081 81.687858) + (xy 120.016448 81.448955) (xy 120.074386 81.193941) (xy 120.078557 80.895244) (xy 120.027762 80.638711) (xy 119.928107 80.396931) + (xy 119.783388 80.179111) (xy 119.599118 79.993549) (xy 119.468149 79.905209) (xy 119.576902 79.847081) (xy 119.621844 79.542449) + (xy 118.745 78.665605) (xy 118.565395 78.84521) (xy 118.565395 78.486) (xy 117.688551 77.609156) (xy 117.383919 77.654098) + (xy 117.247776 77.935616) (xy 117.169171 78.238286) (xy 117.151123 78.550474) (xy 117.194328 78.860185) (xy 117.297123 79.155516) + (xy 117.383919 79.317902) (xy 117.688551 79.362844) (xy 118.565395 78.486) (xy 118.565395 78.84521) (xy 117.868156 79.542449) + (xy 117.913098 79.847081) (xy 118.026978 79.902153) (xy 117.905381 79.981725) (xy 117.718537 80.164695) (xy 117.570791 80.380473) + (xy 117.46777 80.620839) (xy 117.413399 80.876637) (xy 117.409747 81.138124) (xy 117.456955 81.395341) (xy 117.553225 81.638489) + (xy 117.557509 81.645136) (xy 116.238323 82.964323) (xy 116.188435 83.025056) (xy 116.137911 83.08527) (xy 116.135756 83.089188) + (xy 116.132915 83.092648) (xy 116.095743 83.161972) (xy 116.057908 83.230795) (xy 116.056556 83.235056) (xy 116.05444 83.239003) + (xy 116.031447 83.314208) (xy 116.007694 83.389088) (xy 116.007195 83.393533) (xy 116.005887 83.397813) (xy 115.997941 83.476033) + (xy 115.989183 83.55412) (xy 115.989121 83.562862) (xy 115.989105 83.563029) (xy 115.989119 83.563184) (xy 115.9891 83.566) + (xy 115.9891 87.334463) (xy 115.944293 87.279525) (xy 115.7859 87.14849) (xy 115.7859 86.741) (xy 115.778229 86.662764) + (xy 115.771379 86.584475) (xy 115.770131 86.580182) (xy 115.769695 86.575726) (xy 115.746961 86.500431) (xy 115.725048 86.425003) + (xy 115.722989 86.421032) (xy 115.721696 86.416747) (xy 115.684792 86.347341) (xy 115.648625 86.277566) (xy 115.645832 86.274068) + (xy 115.643733 86.270119) (xy 115.594058 86.209212) (xy 115.545019 86.147782) (xy 115.538879 86.141556) (xy 115.538774 86.141427) + (xy 115.538653 86.141327) (xy 115.536677 86.139323) (xy 114.850145 85.452791) (xy 114.936448 85.258955) (xy 114.994386 85.003941) + (xy 114.998557 84.705244) (xy 114.947762 84.448711) (xy 114.848107 84.206931) (xy 114.703388 83.989111) (xy 114.519118 83.803549) + (xy 114.302314 83.657313) (xy 114.061235 83.555973) (xy 113.805063 83.503388) (xy 113.543557 83.501563) (xy 113.286676 83.550565) + (xy 113.044206 83.64853) (xy 112.825381 83.791725) (xy 112.638537 83.974695) (xy 112.502388 84.173535) (xy 112.49819 84.176959) + (xy 112.436782 84.225981) (xy 112.430556 84.23212) (xy 112.430427 84.232226) (xy 112.430327 84.232346) (xy 112.428323 84.234323) + (xy 111.154547 85.508098) (xy 111.247539 85.299236) (xy 111.310995 85.019935) (xy 111.315563 84.692791) (xy 111.259931 84.411826) + (xy 111.150785 84.147019) (xy 110.992283 83.908455) (xy 110.790462 83.70522) (xy 110.7059 83.648182) (xy 110.7059 83.485855) + (xy 110.758524 83.452459) (xy 110.965941 83.254939) (xy 111.131042 83.020893) (xy 111.247539 82.759236) (xy 111.310995 82.479935) + (xy 111.315563 82.152791) (xy 111.260935 81.8769) (xy 112.632842 81.8769) (xy 112.79655 82.046425) (xy 113.011291 82.195674) + (xy 113.250932 82.30037) (xy 113.506344 82.356526) (xy 113.7678 82.362003) (xy 114.02534 82.316592) (xy 114.269154 82.222022) + (xy 114.489957 82.081897) (xy 114.679337 81.901552) (xy 114.830081 81.687858) (xy 114.936448 81.448955) (xy 114.994386 81.193941) + (xy 114.998557 80.895244) (xy 114.947762 80.638711) (xy 114.848107 80.396931) (xy 114.703388 80.179111) (xy 114.519118 79.993549) + (xy 114.302314 79.847313) (xy 114.081892 79.754656) (xy 114.269154 79.682022) (xy 114.489957 79.541897) (xy 114.679337 79.361552) + (xy 114.830081 79.147858) (xy 114.936448 78.908955) (xy 114.994386 78.653941) (xy 114.998557 78.355244) (xy 114.947762 78.098711) + (xy 114.848107 77.856931) (xy 114.703388 77.639111) (xy 114.519118 77.453549) (xy 114.302314 77.307313) (xy 114.061235 77.205973) + (xy 113.805063 77.153388) (xy 113.543557 77.151563) (xy 113.286676 77.200565) (xy 113.044206 77.29853) (xy 112.825381 77.441725) + (xy 112.638537 77.624695) (xy 112.490791 77.840473) (xy 112.469949 77.8891) (xy 111.551205 77.8891) (xy 111.500283 77.812455) + (xy 111.298462 77.60922) (xy 111.06101 77.449057) (xy 110.796971 77.338065) (xy 110.516403 77.280472) (xy 110.290601 77.278896) + (xy 116.869539 70.699959) (xy 116.924635 70.632882) (xy 116.980442 70.566376) (xy 116.982823 70.562044) (xy 116.985959 70.558227) + (xy 117.026963 70.481753) (xy 117.068803 70.405647) (xy 117.070298 70.400933) (xy 117.072632 70.396581) (xy 117.097999 70.313608) + (xy 117.124263 70.230815) (xy 117.124814 70.225901) (xy 117.126258 70.221179) (xy 117.135028 70.134836) (xy 117.144708 70.048542) + (xy 117.144775 70.03888) (xy 117.144794 70.038701) (xy 117.144778 70.038533) (xy 117.1448 70.03542) (xy 117.1448 69.977) + (xy 117.283542 69.977) (xy 117.406223 69.952597) (xy 117.521785 69.90473) (xy 117.625789 69.835237) (xy 117.714237 69.746789) + (xy 117.78373 69.642785) (xy 117.831597 69.527223) (xy 117.856 69.404542) (xy 117.856 69.279458) (xy 117.856 69.2658) + (xy 117.91442 69.2658) (xy 118.000829 69.257327) (xy 118.087298 69.249763) (xy 118.092044 69.248384) (xy 118.096961 69.247902) + (xy 118.180047 69.222816) (xy 118.263431 69.198591) (xy 118.267819 69.196316) (xy 118.27255 69.194888) (xy 118.349193 69.154136) + (xy 118.426272 69.114182) (xy 118.430134 69.111098) (xy 118.434497 69.108779) (xy 118.501773 69.053909) (xy 118.569615 68.999753) + (xy 118.576492 68.992971) (xy 118.576635 68.992855) (xy 118.576744 68.992722) (xy 118.578959 68.990539) (xy 122.880778 64.68872) + (xy 122.8852 64.68872) (xy 122.8852 67.379828) (xy 122.798537 67.464695) (xy 122.650791 67.680473) (xy 122.54777 67.920839) + (xy 122.493399 68.176637) (xy 122.489747 68.438124) (xy 122.536955 68.695341) (xy 122.633225 68.938489) (xy 122.774888 69.158308) + (xy 122.894337 69.282001) (xy 122.740188 69.312664) (xy 122.578401 69.379678) (xy 122.432796 69.476969) (xy 122.308969 69.600795) + (xy 122.211678 69.7464) (xy 122.144664 69.908188) (xy 122.1105 70.079941) (xy 122.1105 70.51675) (xy 122.33275 70.739) + (xy 123.571 70.739) (xy 123.571 70.719) (xy 123.825 70.719) (xy 123.825 70.739) (xy 123.845 70.739) + (xy 123.845 70.993) (xy 123.825 70.993) (xy 123.825 72.23125) (xy 124.04725 72.4535) (xy 124.308941 72.4535) + (xy 124.484059 72.4535) (xy 124.655812 72.419336) (xy 124.817599 72.352322) (xy 124.963204 72.255031) (xy 125.087031 72.131205) + (xy 125.184322 71.9856) (xy 125.251336 71.823812) (xy 125.285401 71.652553) (xy 125.314888 71.698308) (xy 125.4252 71.812539) + (xy 125.4252 73.651722) (xy 125.340722 73.7362) (xy 123.571 73.7362) (xy 123.571 72.23125) (xy 123.571 70.993) + (xy 122.33275 70.993) (xy 122.1105 71.21525) (xy 122.1105 71.652059) (xy 122.144664 71.823812) (xy 122.211678 71.9856) + (xy 122.308969 72.131205) (xy 122.432796 72.255031) (xy 122.578401 72.352322) (xy 122.740188 72.419336) (xy 122.911941 72.4535) + (xy 123.087059 72.4535) (xy 123.34875 72.4535) (xy 123.571 72.23125) (xy 123.571 73.7362) (xy 119.1895 73.7362) + (xy 119.1895 73.533958) (xy 119.165097 73.411277) (xy 119.11723 73.295715) (xy 119.047737 73.191711) (xy 118.959289 73.103263) + (xy 118.855285 73.03377) (xy 118.739723 72.985903) (xy 118.617042 72.9615) (xy 118.491958 72.9615) (xy 116.332958 72.9615) + (xy 116.210277 72.985903) (xy 116.094715 73.03377) (xy 115.990711 73.103263) (xy 115.902263 73.191711) (xy 115.83277 73.295715) + (xy 115.784903 73.411277) (xy 115.7605 73.533958) (xy 115.7605 73.659042) (xy 115.7605 75.818042) (xy 115.784903 75.940723) + (xy 115.83277 76.056285) (xy 115.902263 76.160289) (xy 115.990711 76.248737) (xy 116.094715 76.31823) (xy 116.210277 76.366097) + (xy 116.332958 76.3905) (xy 116.458042 76.3905) (xy 118.617042 76.3905) (xy 118.739723 76.366097) (xy 118.855285 76.31823) + (xy 118.959289 76.248737) (xy 119.047737 76.160289) (xy 119.11723 76.056285) (xy 119.165097 75.940723) (xy 119.1895 75.818042) + (xy 119.1895 75.692958) (xy 119.1895 75.6158) (xy 125.73 75.6158) (xy 125.816409 75.607327) (xy 125.902878 75.599763) + (xy 125.907624 75.598384) (xy 125.912541 75.597902) (xy 125.995627 75.572816) (xy 126.079011 75.548591) (xy 126.083399 75.546316) + (xy 126.08813 75.544888) (xy 126.164773 75.504136) (xy 126.241852 75.464182) (xy 126.245714 75.461098) (xy 126.250077 75.458779) + (xy 126.317353 75.403909) (xy 126.385195 75.349753) (xy 126.392072 75.342971) (xy 126.392215 75.342855) (xy 126.392324 75.342722) + (xy 126.394539 75.340539) (xy 127.029539 74.705539) (xy 127.084635 74.638462) (xy 127.140442 74.571956) (xy 127.142823 74.567624) + (xy 127.145959 74.563807) (xy 127.186972 74.487317) (xy 127.228803 74.411227) (xy 127.230297 74.406515) (xy 127.232633 74.40216) + (xy 127.258018 74.319127) (xy 127.284263 74.236395) (xy 127.284813 74.231485) (xy 127.286259 74.226758) (xy 127.295038 74.140326) + (xy 127.304708 74.054122) (xy 127.304775 74.044471) (xy 127.304795 74.044281) (xy 127.304778 74.044103) (xy 127.3048 74.041) + (xy 127.3048 71.812532) (xy 127.31187 71.8058) (xy 133.35 71.8058) (xy 133.436409 71.797327) (xy 133.522878 71.789763) + (xy 133.527624 71.788384) (xy 133.532541 71.787902) (xy 133.615627 71.762816) (xy 133.699011 71.738591) (xy 133.703399 71.736316) + (xy 133.70813 71.734888) (xy 133.784773 71.694136) (xy 133.861852 71.654182) (xy 133.865714 71.651098) (xy 133.870077 71.648779) + (xy 133.937353 71.593909) (xy 134.005195 71.539753) (xy 134.012072 71.532971) (xy 134.012215 71.532855) (xy 134.012324 71.532722) + (xy 134.014539 71.530539) (xy 140.089278 65.4558) (xy 144.117771 65.4558) (xy 144.230253 65.667347) (xy 144.405707 65.882475) + (xy 144.619604 66.059426) (xy 144.724605 66.1162) + ) + ) + (filled_polygon + (pts + (xy 187.198 131.0894) (xy 185.790114 131.0894) (xy 185.790114 72.5424) (xy 185.790114 61.5188) (xy 166.507886 61.5188) + (xy 166.507886 72.5424) (xy 185.790114 72.5424) (xy 185.790114 131.0894) (xy 184.414042 131.0894) (xy 184.414042 117.814124) + (xy 184.414042 94.954124) (xy 184.364194 94.53177) (xy 184.232908 94.127256) (xy 184.071758 93.825764) (xy 183.708746 93.711859) + (xy 183.529141 93.891464) (xy 183.529141 93.532254) (xy 183.415236 93.169242) (xy 183.036368 92.976041) (xy 182.627087 92.860466) + (xy 182.203124 92.826958) (xy 181.78077 92.876806) (xy 181.376256 93.008092) (xy 181.074764 93.169242) (xy 180.960859 93.532254) + (xy 182.245 94.816395) (xy 183.529141 93.532254) (xy 183.529141 93.891464) (xy 182.424605 94.996) (xy 183.708746 96.280141) + (xy 184.071758 96.166236) (xy 184.264959 95.787368) (xy 184.380534 95.378087) (xy 184.414042 94.954124) (xy 184.414042 117.814124) + (xy 184.364194 117.39177) (xy 184.232908 116.987256) (xy 184.15 116.832145) (xy 184.15 101.408542) (xy 184.15 101.283458) + (xy 184.15 98.743458) (xy 184.125597 98.620777) (xy 184.07773 98.505215) (xy 184.008237 98.401211) (xy 183.919789 98.312763) + (xy 183.815785 98.24327) (xy 183.700223 98.195403) (xy 183.577542 98.171) (xy 183.529141 98.171) (xy 183.529141 96.459746) + (xy 182.245 95.175605) (xy 182.065395 95.35521) (xy 182.065395 94.996) (xy 180.781254 93.711859) (xy 180.418242 93.825764) + (xy 180.225041 94.204632) (xy 180.109466 94.613913) (xy 180.075958 95.037876) (xy 180.125806 95.46023) (xy 180.257092 95.864744) + (xy 180.418242 96.166236) (xy 180.781254 96.280141) (xy 182.065395 94.996) (xy 182.065395 95.35521) (xy 180.960859 96.459746) + (xy 181.074764 96.822758) (xy 181.453632 97.015959) (xy 181.862913 97.131534) (xy 182.286876 97.165042) (xy 182.70923 97.115194) + (xy 183.113744 96.983908) (xy 183.415236 96.822758) (xy 183.529141 96.459746) (xy 183.529141 98.171) (xy 183.452458 98.171) + (xy 180.912458 98.171) (xy 180.789777 98.195403) (xy 180.674215 98.24327) (xy 180.570211 98.312763) (xy 180.481763 98.401211) + (xy 180.41227 98.505215) (xy 180.364403 98.620777) (xy 180.34 98.743458) (xy 180.34 98.868542) (xy 180.34 99.2251) + (xy 174.2059 99.2251) (xy 174.2059 98.725855) (xy 174.258524 98.692459) (xy 174.465941 98.494939) (xy 174.631042 98.260893) + (xy 174.747539 97.999236) (xy 174.810995 97.719935) (xy 174.815563 97.392791) (xy 174.759931 97.111826) (xy 174.650785 96.847019) + (xy 174.492283 96.608455) (xy 174.290462 96.40522) (xy 174.2059 96.348182) (xy 174.2059 92.375855) (xy 174.258524 92.342459) + (xy 174.465941 92.144939) (xy 174.631042 91.910893) (xy 174.747539 91.649236) (xy 174.810995 91.369935) (xy 174.815563 91.042791) + (xy 174.759931 90.761826) (xy 174.650785 90.497019) (xy 174.492283 90.258455) (xy 174.290462 90.05522) (xy 174.05301 89.895057) + (xy 173.788971 89.784065) (xy 173.508403 89.726472) (xy 173.221991 89.724473) (xy 172.940645 89.778142) (xy 172.675082 89.885437) + (xy 172.435417 90.042269) (xy 172.230778 90.242666) (xy 172.068961 90.478994) (xy 171.956129 90.742252) (xy 171.896579 91.022412) + (xy 171.89258 91.308803) (xy 171.944284 91.590516) (xy 172.049722 91.856822) (xy 172.204877 92.097576) (xy 172.403841 92.303608) + (xy 172.5041 92.37329) (xy 172.5041 96.347324) (xy 172.435417 96.392269) (xy 172.230778 96.592666) (xy 172.068961 96.828994) + (xy 171.956129 97.092252) (xy 171.896579 97.372412) (xy 171.89258 97.658803) (xy 171.944284 97.940516) (xy 172.049722 98.206822) + (xy 172.204877 98.447576) (xy 172.403841 98.653608) (xy 172.5041 98.72329) (xy 172.5041 100.076) (xy 172.511918 100.155743) + (xy 172.519172 100.235443) (xy 172.520013 100.238302) (xy 172.520305 100.241274) (xy 172.543448 100.317928) (xy 172.566059 100.394753) + (xy 172.567442 100.397399) (xy 172.568304 100.400253) (xy 172.605879 100.470922) (xy 172.642997 100.541922) (xy 172.644866 100.544247) + (xy 172.646267 100.546881) (xy 172.696854 100.608906) (xy 172.747055 100.671344) (xy 172.749342 100.673263) (xy 172.751226 100.675573) + (xy 172.812907 100.7266) (xy 172.87427 100.778089) (xy 172.876883 100.779525) (xy 172.879183 100.781428) (xy 172.949628 100.819517) + (xy 173.019795 100.858092) (xy 173.022638 100.858994) (xy 173.025263 100.860413) (xy 173.101764 100.884094) (xy 173.178088 100.908306) + (xy 173.181052 100.908638) (xy 173.183903 100.909521) (xy 173.263544 100.917891) (xy 173.34312 100.926817) (xy 173.348851 100.926857) + (xy 173.34906 100.926879) (xy 173.349269 100.926859) (xy 173.355 100.9269) (xy 180.34 100.9269) (xy 180.34 101.408542) + (xy 180.364403 101.531223) (xy 180.41227 101.646785) (xy 180.481763 101.750789) (xy 180.570211 101.839237) (xy 180.674215 101.90873) + (xy 180.789777 101.956597) (xy 180.912458 101.981) (xy 181.037542 101.981) (xy 183.577542 101.981) (xy 183.700223 101.956597) + (xy 183.815785 101.90873) (xy 183.919789 101.839237) (xy 184.008237 101.750789) (xy 184.07773 101.646785) (xy 184.125597 101.531223) + (xy 184.15 101.408542) (xy 184.15 116.832145) (xy 184.071758 116.685764) (xy 183.708746 116.571859) (xy 183.529141 116.751464) + (xy 183.529141 116.392254) (xy 183.415236 116.029242) (xy 183.036368 115.836041) (xy 182.627087 115.720466) (xy 182.203124 115.686958) + (xy 181.78077 115.736806) (xy 181.376256 115.868092) (xy 181.074764 116.029242) (xy 180.960859 116.392254) (xy 182.245 117.676395) + (xy 183.529141 116.392254) (xy 183.529141 116.751464) (xy 182.424605 117.856) (xy 183.708746 119.140141) (xy 184.071758 119.026236) + (xy 184.264959 118.647368) (xy 184.380534 118.238087) (xy 184.414042 117.814124) (xy 184.414042 131.0894) (xy 184.15 131.0894) + (xy 184.15 124.268542) (xy 184.15 124.143458) (xy 184.15 121.603458) (xy 184.125597 121.480777) (xy 184.07773 121.365215) + (xy 184.008237 121.261211) (xy 183.919789 121.172763) (xy 183.815785 121.10327) (xy 183.700223 121.055403) (xy 183.577542 121.031) + (xy 183.529141 121.031) (xy 183.529141 119.319746) (xy 182.245 118.035605) (xy 182.065395 118.21521) (xy 182.065395 117.856) + (xy 180.781254 116.571859) (xy 180.418242 116.685764) (xy 180.225041 117.064632) (xy 180.109466 117.473913) (xy 180.075958 117.897876) + (xy 180.125806 118.32023) (xy 180.257092 118.724744) (xy 180.418242 119.026236) (xy 180.781254 119.140141) (xy 182.065395 117.856) + (xy 182.065395 118.21521) (xy 180.960859 119.319746) (xy 181.074764 119.682758) (xy 181.453632 119.875959) (xy 181.862913 119.991534) + (xy 182.286876 120.025042) (xy 182.70923 119.975194) (xy 183.113744 119.843908) (xy 183.415236 119.682758) (xy 183.529141 119.319746) + (xy 183.529141 121.031) (xy 183.452458 121.031) (xy 180.912458 121.031) (xy 180.789777 121.055403) (xy 180.674215 121.10327) + (xy 180.570211 121.172763) (xy 180.481763 121.261211) (xy 180.41227 121.365215) (xy 180.364403 121.480777) (xy 180.34 121.603458) + (xy 180.34 121.728542) (xy 180.34 122.0851) (xy 174.543205 122.0851) (xy 174.492283 122.008455) (xy 174.290462 121.80522) + (xy 174.2059 121.748182) (xy 174.2059 120.315855) (xy 174.258524 120.282459) (xy 174.465941 120.084939) (xy 174.631042 119.850893) + (xy 174.747539 119.589236) (xy 174.810995 119.309935) (xy 174.815563 118.982791) (xy 174.759931 118.701826) (xy 174.650785 118.437019) + (xy 174.492283 118.198455) (xy 174.290462 117.99522) (xy 174.05301 117.835057) (xy 173.788971 117.724065) (xy 173.508403 117.666472) + (xy 173.221991 117.664473) (xy 172.940645 117.718142) (xy 172.675082 117.825437) (xy 172.435417 117.982269) (xy 172.230778 118.182666) + (xy 172.068961 118.418994) (xy 171.956129 118.682252) (xy 171.896579 118.962412) (xy 171.89258 119.248803) (xy 171.944284 119.530516) + (xy 172.049722 119.796822) (xy 172.204877 120.037576) (xy 172.403841 120.243608) (xy 172.5041 120.31329) (xy 172.5041 121.747324) + (xy 172.435417 121.792269) (xy 172.230778 121.992666) (xy 172.068961 122.228994) (xy 171.956129 122.492252) (xy 171.896579 122.772412) + (xy 171.89258 123.058803) (xy 171.944284 123.340516) (xy 172.049722 123.606822) (xy 172.204877 123.847576) (xy 172.403841 124.053608) + (xy 172.639033 124.217072) (xy 172.901497 124.331739) (xy 173.181234 124.393243) (xy 173.46759 124.399242) (xy 173.749658 124.349506) + (xy 174.016693 124.245929) (xy 174.258524 124.092459) (xy 174.465941 123.894939) (xy 174.542153 123.7869) (xy 180.34 123.7869) + (xy 180.34 124.268542) (xy 180.364403 124.391223) (xy 180.41227 124.506785) (xy 180.481763 124.610789) (xy 180.570211 124.699237) + (xy 180.674215 124.76873) (xy 180.789777 124.816597) (xy 180.912458 124.841) (xy 181.037542 124.841) (xy 183.577542 124.841) + (xy 183.700223 124.816597) (xy 183.815785 124.76873) (xy 183.919789 124.699237) (xy 184.008237 124.610789) (xy 184.07773 124.506785) + (xy 184.125597 124.391223) (xy 184.15 124.268542) (xy 184.15 131.0894) (xy 167.195563 131.0894) (xy 167.195563 122.792791) + (xy 167.139931 122.511826) (xy 167.030785 122.247019) (xy 166.872283 122.008455) (xy 166.670462 121.80522) (xy 166.43301 121.645057) + (xy 166.168971 121.534065) (xy 165.888403 121.476472) (xy 165.601991 121.474473) (xy 165.320645 121.528142) (xy 165.055082 121.635437) + (xy 164.815417 121.792269) (xy 164.610778 121.992666) (xy 164.448961 122.228994) (xy 164.336129 122.492252) (xy 164.276579 122.772412) + (xy 164.27258 123.058803) (xy 164.323802 123.337892) (xy 162.559999 125.542647) (xy 162.207546 125.8951) (xy 157.197454 125.8951) + (xy 157.0609 125.758546) (xy 157.0609 125.395855) (xy 157.113524 125.362459) (xy 157.320941 125.164939) (xy 157.486042 124.930893) + (xy 157.602539 124.669236) (xy 157.665995 124.389935) (xy 157.670563 124.062791) (xy 157.614931 123.781826) (xy 157.505785 123.517019) + (xy 157.347283 123.278455) (xy 157.145462 123.07522) (xy 156.90801 122.915057) (xy 156.643971 122.804065) (xy 156.363403 122.746472) + (xy 156.076991 122.744473) (xy 155.971878 122.764524) (xy 155.541677 122.334323) (xy 155.480943 122.284435) (xy 155.42073 122.233911) + (xy 155.416811 122.231756) (xy 155.413352 122.228915) (xy 155.344027 122.191743) (xy 155.275205 122.153908) (xy 155.270943 122.152556) + (xy 155.266997 122.15044) (xy 155.191791 122.127447) (xy 155.116912 122.103694) (xy 155.112466 122.103195) (xy 155.108187 122.101887) + (xy 155.029966 122.093941) (xy 154.95188 122.085183) (xy 154.943137 122.085121) (xy 154.942971 122.085105) (xy 154.942815 122.085119) + (xy 154.94 122.0851) (xy 151.810625 122.0851) (xy 151.804097 122.052277) (xy 151.75623 121.936715) (xy 151.686737 121.832711) + (xy 151.598289 121.744263) (xy 151.494285 121.67477) (xy 151.378723 121.626903) (xy 151.256042 121.6025) (xy 151.130958 121.6025) + (xy 149.733958 121.6025) (xy 149.611277 121.626903) (xy 149.495715 121.67477) (xy 149.391711 121.744263) (xy 149.303263 121.832711) + (xy 149.23377 121.936715) (xy 149.185903 122.052277) (xy 149.1615 122.174958) (xy 149.1615 122.300042) (xy 149.1615 123.697042) + (xy 149.185903 123.819723) (xy 149.23377 123.935285) (xy 149.303263 124.039289) (xy 149.391711 124.127737) (xy 149.495715 124.19723) + (xy 149.611277 124.245097) (xy 149.733958 124.2695) (xy 149.859042 124.2695) (xy 149.921306 124.2695) (xy 149.874206 124.28853) + (xy 149.655381 124.431725) (xy 149.468537 124.614695) (xy 149.374091 124.752629) (xy 149.316081 124.644098) (xy 149.011449 124.599156) + (xy 148.831844 124.778761) (xy 148.831844 124.419551) (xy 148.786902 124.114919) (xy 148.505384 123.978776) (xy 148.202714 123.900171) + (xy 147.890526 123.882123) (xy 147.580815 123.925328) (xy 147.285484 124.028123) (xy 147.123098 124.114919) (xy 147.078156 124.419551) + (xy 147.955 125.296395) (xy 148.831844 124.419551) (xy 148.831844 124.778761) (xy 148.134605 125.476) (xy 149.011449 126.352844) + (xy 149.316081 126.307902) (xy 149.371189 126.193949) (xy 149.444888 126.308308) (xy 149.58463 126.453015) (xy 148.872546 127.1651) + (xy 148.831844 127.1651) (xy 148.831844 126.532449) (xy 147.955 125.655605) (xy 147.775395 125.83521) (xy 147.775395 125.476) + (xy 146.898551 124.599156) (xy 146.593919 124.644098) (xy 146.457776 124.925616) (xy 146.379171 125.228286) (xy 146.361123 125.540474) + (xy 146.404328 125.850185) (xy 146.507123 126.145516) (xy 146.593919 126.307902) (xy 146.898551 126.352844) (xy 147.775395 125.476) + (xy 147.775395 125.83521) (xy 147.078156 126.532449) (xy 147.123098 126.837081) (xy 147.404616 126.973224) (xy 147.707286 127.051829) + (xy 148.019474 127.069877) (xy 148.329185 127.026672) (xy 148.624516 126.923877) (xy 148.786902 126.837081) (xy 148.831844 126.532449) + (xy 148.831844 127.1651) (xy 145.845169 127.1651) (xy 145.803931 126.956826) (xy 145.694785 126.692019) (xy 145.536283 126.453455) + (xy 145.334462 126.25022) (xy 145.09701 126.090057) (xy 144.832971 125.979065) (xy 144.552403 125.921472) (xy 144.265991 125.919473) + (xy 144.160878 125.939524) (xy 142.3035 124.082146) (xy 142.3035 122.809958) (xy 142.279097 122.687277) (xy 142.23123 122.571715) + (xy 142.161737 122.467711) (xy 142.073289 122.379263) (xy 141.969285 122.30977) (xy 141.853723 122.261903) (xy 141.731042 122.2375) + (xy 141.605958 122.2375) (xy 140.208958 122.2375) (xy 140.086277 122.261903) (xy 139.970715 122.30977) (xy 139.866711 122.379263) + (xy 139.778263 122.467711) (xy 139.70877 122.571715) (xy 139.660903 122.687277) (xy 139.654374 122.7201) (xy 138.43 122.7201) + (xy 138.351806 122.727766) (xy 138.273476 122.73462) (xy 138.269179 122.735868) (xy 138.264726 122.736305) (xy 138.189506 122.759015) + (xy 138.114003 122.780951) (xy 138.110027 122.783011) (xy 138.105747 122.784304) (xy 138.036356 122.821199) (xy 137.966567 122.857375) + (xy 137.963071 122.860165) (xy 137.959119 122.862267) (xy 137.89819 122.911959) (xy 137.836782 122.960981) (xy 137.830556 122.96712) + (xy 137.830427 122.967226) (xy 137.830327 122.967346) (xy 137.828323 122.969323) (xy 137.442546 123.3551) (xy 135.019404 123.3551) + (xy 134.839118 123.173549) (xy 134.622314 123.027313) (xy 134.381235 122.925973) (xy 134.125063 122.873388) (xy 133.863557 122.871563) + (xy 133.606676 122.920565) (xy 133.5659 122.937039) (xy 133.5659 121.891454) (xy 133.956065 121.501288) (xy 134.039497 121.537739) + (xy 134.319234 121.599243) (xy 134.60559 121.605242) (xy 134.887658 121.555506) (xy 135.154693 121.451929) (xy 135.396524 121.298459) + (xy 135.603941 121.100939) (xy 135.769042 120.866893) (xy 135.885539 120.605236) (xy 135.948995 120.325935) (xy 135.953563 119.998791) + (xy 135.897931 119.717826) (xy 135.788785 119.453019) (xy 135.630283 119.214455) (xy 135.428462 119.01122) (xy 135.19101 118.851057) + (xy 134.935643 118.74371) (xy 138.782454 114.8969) (xy 140.145395 114.8969) (xy 140.130381 114.906725) (xy 139.943537 115.089695) + (xy 139.795791 115.305473) (xy 139.69277 115.545839) (xy 139.638399 115.801637) (xy 139.634747 116.063124) (xy 139.681955 116.320341) + (xy 139.778225 116.563489) (xy 139.919888 116.783308) (xy 140.10155 116.971425) (xy 140.1191 116.983622) (xy 140.1191 118.491) + (xy 140.126771 118.569239) (xy 140.133621 118.647524) (xy 140.134867 118.651815) (xy 140.135305 118.656274) (xy 140.158041 118.73158) + (xy 140.179952 118.806997) (xy 140.18201 118.810967) (xy 140.183304 118.815253) (xy 140.220207 118.884658) (xy 140.256375 118.954434) + (xy 140.259167 118.957931) (xy 140.261267 118.961881) (xy 140.310941 119.022787) (xy 140.359981 119.084218) (xy 140.36612 119.090443) + (xy 140.366226 119.090573) (xy 140.366346 119.090672) (xy 140.368323 119.092677) (xy 143.66581 122.390164) (xy 143.588263 122.467711) + (xy 143.51877 122.571715) (xy 143.470903 122.687277) (xy 143.4465 122.809958) (xy 143.4465 122.935042) (xy 143.4465 124.332042) + (xy 143.470903 124.454723) (xy 143.51877 124.570285) (xy 143.588263 124.674289) (xy 143.676711 124.762737) (xy 143.780715 124.83223) + (xy 143.896277 124.880097) (xy 144.018958 124.9045) (xy 144.144042 124.9045) (xy 145.541042 124.9045) (xy 145.663723 124.880097) + (xy 145.779285 124.83223) (xy 145.883289 124.762737) (xy 145.971737 124.674289) (xy 146.04123 124.570285) (xy 146.089097 124.454723) + (xy 146.1135 124.332042) (xy 146.1135 124.206958) (xy 146.1135 122.809958) (xy 146.089097 122.687277) (xy 146.04123 122.571715) + (xy 145.971737 122.467711) (xy 145.883289 122.379263) (xy 145.779285 122.30977) (xy 145.663723 122.261903) (xy 145.626337 122.254466) + (xy 145.623233 122.22281) (xy 145.61638 122.144476) (xy 145.615131 122.140179) (xy 145.614695 122.135726) (xy 145.591984 122.060506) + (xy 145.570049 121.985003) (xy 145.567988 121.981027) (xy 145.566696 121.976747) (xy 145.5298 121.907356) (xy 145.493625 121.837567) + (xy 145.490834 121.834071) (xy 145.488733 121.830119) (xy 145.43904 121.76919) (xy 145.390019 121.707782) (xy 145.383879 121.701556) + (xy 145.383774 121.701427) (xy 145.383653 121.701327) (xy 145.381677 121.699323) (xy 141.8209 118.138546) (xy 141.8209 116.982191) + (xy 141.984337 116.826552) (xy 142.0241 116.770184) (xy 142.0241 117.221) (xy 142.031771 117.299239) (xy 142.038621 117.377524) + (xy 142.039867 117.381815) (xy 142.040305 117.386274) (xy 142.063041 117.46158) (xy 142.084952 117.536997) (xy 142.08701 117.540967) + (xy 142.088304 117.545253) (xy 142.125207 117.614658) (xy 142.161375 117.684434) (xy 142.164167 117.687931) (xy 142.166267 117.691881) + (xy 142.215941 117.752787) (xy 142.264981 117.814218) (xy 142.27112 117.820443) (xy 142.271226 117.820573) (xy 142.271346 117.820672) + (xy 142.273323 117.822677) (xy 145.448323 120.997677) (xy 145.509056 121.047564) (xy 145.56927 121.098089) (xy 145.573188 121.100243) + (xy 145.576648 121.103085) (xy 145.645972 121.140256) (xy 145.714795 121.178092) (xy 145.719056 121.179443) (xy 145.723003 121.18156) + (xy 145.798208 121.204552) (xy 145.873088 121.228306) (xy 145.877533 121.228804) (xy 145.881813 121.230113) (xy 145.960033 121.238058) + (xy 146.03812 121.246817) (xy 146.046862 121.246878) (xy 146.047029 121.246895) (xy 146.047184 121.24688) (xy 146.05 121.2469) + (xy 152.4 121.2469) (xy 152.478239 121.239228) (xy 152.556524 121.232379) (xy 152.560815 121.231132) (xy 152.565274 121.230695) + (xy 152.64058 121.207958) (xy 152.715997 121.186048) (xy 152.719967 121.183989) (xy 152.724253 121.182696) (xy 152.793658 121.145792) + (xy 152.863434 121.109625) (xy 152.866931 121.106832) (xy 152.870881 121.104733) (xy 152.931787 121.055058) (xy 152.993218 121.006019) + (xy 152.999443 120.999879) (xy 152.999573 120.999774) (xy 152.999672 120.999653) (xy 153.001677 120.997677) (xy 155.970552 118.028801) + (xy 156.036234 118.043243) (xy 156.32259 118.049242) (xy 156.604658 117.999506) (xy 156.871693 117.895929) (xy 157.113524 117.742459) + (xy 157.320941 117.544939) (xy 157.397153 117.4369) (xy 158.830774 117.4369) (xy 158.869877 117.497576) (xy 159.068841 117.703608) + (xy 159.304033 117.867072) (xy 159.566497 117.981739) (xy 159.846234 118.043243) (xy 160.13259 118.049242) (xy 160.414658 117.999506) + (xy 160.681693 117.895929) (xy 160.923524 117.742459) (xy 161.130941 117.544939) (xy 161.296042 117.310893) (xy 161.412539 117.049236) + (xy 161.475995 116.769935) (xy 161.480563 116.442791) (xy 161.424931 116.161826) (xy 161.315785 115.897019) (xy 161.157283 115.658455) + (xy 160.955462 115.45522) (xy 160.71801 115.295057) (xy 160.453971 115.184065) (xy 160.173403 115.126472) (xy 159.886991 115.124473) + (xy 159.605645 115.178142) (xy 159.340082 115.285437) (xy 159.100417 115.442269) (xy 158.895778 115.642666) (xy 158.832487 115.7351) + (xy 157.398205 115.7351) (xy 157.347283 115.658455) (xy 157.145462 115.45522) (xy 156.90801 115.295057) (xy 156.643971 115.184065) + (xy 156.363403 115.126472) (xy 156.333093 115.12626) (xy 156.562454 114.8969) (xy 161.925 114.8969) (xy 163.477546 114.8969) + (xy 164.8841 116.303454) (xy 164.8841 117.937324) (xy 164.815417 117.982269) (xy 164.610778 118.182666) (xy 164.547487 118.2751) + (xy 161.925 118.2751) (xy 161.84676 118.282771) (xy 161.768476 118.289621) (xy 161.764184 118.290867) (xy 161.759726 118.291305) + (xy 161.684419 118.314041) (xy 161.609003 118.335952) (xy 161.605032 118.33801) (xy 161.600747 118.339304) (xy 161.53132 118.376218) + (xy 161.461567 118.412375) (xy 161.458071 118.415165) (xy 161.454119 118.417267) (xy 161.39319 118.466959) (xy 161.331782 118.515981) + (xy 161.325556 118.52212) (xy 161.325427 118.522226) (xy 161.325327 118.522346) (xy 161.323323 118.524323) (xy 159.418323 120.429323) + (xy 159.368435 120.490056) (xy 159.317911 120.55027) (xy 159.315756 120.554188) (xy 159.312915 120.557648) (xy 159.275743 120.626972) + (xy 159.237908 120.695795) (xy 159.236556 120.700056) (xy 159.23444 120.704003) (xy 159.211447 120.779208) (xy 159.187694 120.854088) + (xy 159.187195 120.858533) (xy 159.185887 120.862813) (xy 159.177941 120.941033) (xy 159.169183 121.01912) (xy 159.169121 121.027862) + (xy 159.169105 121.028029) (xy 159.169119 121.028184) (xy 159.1691 121.031) (xy 159.1691 123.017324) (xy 159.100417 123.062269) + (xy 158.895778 123.262666) (xy 158.733961 123.498994) (xy 158.621129 123.762252) (xy 158.561579 124.042412) (xy 158.55758 124.328803) + (xy 158.609284 124.610516) (xy 158.714722 124.876822) (xy 158.869877 125.117576) (xy 159.068841 125.323608) (xy 159.304033 125.487072) + (xy 159.566497 125.601739) (xy 159.846234 125.663243) (xy 160.13259 125.669242) (xy 160.414658 125.619506) (xy 160.681693 125.515929) + (xy 160.923524 125.362459) (xy 161.130941 125.164939) (xy 161.296042 124.930893) (xy 161.412539 124.669236) (xy 161.475995 124.389935) + (xy 161.480563 124.062791) (xy 161.424931 123.781826) (xy 161.315785 123.517019) (xy 161.157283 123.278455) (xy 160.955462 123.07522) + (xy 160.8709 123.018182) (xy 160.8709 121.383454) (xy 162.277454 119.9769) (xy 164.545774 119.9769) (xy 164.584877 120.037576) + (xy 164.783841 120.243608) (xy 165.019033 120.407072) (xy 165.281497 120.521739) (xy 165.561234 120.583243) (xy 165.84759 120.589242) + (xy 166.129658 120.539506) (xy 166.396693 120.435929) (xy 166.638524 120.282459) (xy 166.845941 120.084939) (xy 167.011042 119.850893) + (xy 167.127539 119.589236) (xy 167.190995 119.309935) (xy 167.195563 118.982791) (xy 167.139931 118.701826) (xy 167.030785 118.437019) + (xy 166.872283 118.198455) (xy 166.670462 117.99522) (xy 166.5859 117.938182) (xy 166.5859 115.951) (xy 166.578228 115.87276) + (xy 166.571379 115.794476) (xy 166.570132 115.790184) (xy 166.569695 115.785726) (xy 166.546958 115.710419) (xy 166.525048 115.635003) + (xy 166.522989 115.631032) (xy 166.521696 115.626747) (xy 166.484781 115.55732) (xy 166.448625 115.487567) (xy 166.445834 115.484071) + (xy 166.443733 115.480119) (xy 166.39404 115.41919) (xy 166.345019 115.357782) (xy 166.338879 115.351556) (xy 166.338774 115.351427) + (xy 166.338653 115.351327) (xy 166.336677 115.349323) (xy 164.431677 113.444323) (xy 164.370943 113.394435) (xy 164.31073 113.343911) + (xy 164.306811 113.341756) (xy 164.303352 113.338915) (xy 164.234027 113.301743) (xy 164.165205 113.263908) (xy 164.160943 113.262556) + (xy 164.156997 113.26044) (xy 164.081791 113.237447) (xy 164.006912 113.213694) (xy 164.002466 113.213195) (xy 163.998187 113.211887) + (xy 163.919966 113.203941) (xy 163.84188 113.195183) (xy 163.833137 113.195121) (xy 163.832971 113.195105) (xy 163.832815 113.195119) + (xy 163.83 113.1951) (xy 161.925 113.1951) (xy 156.21 113.1951) (xy 156.13181 113.202766) (xy 156.053476 113.20962) + (xy 156.049179 113.210868) (xy 156.044726 113.211305) (xy 155.969506 113.234015) (xy 155.894003 113.255951) (xy 155.890027 113.258011) + (xy 155.885747 113.259304) (xy 155.816356 113.296199) (xy 155.746567 113.332375) (xy 155.743071 113.335165) (xy 155.739119 113.337267) + (xy 155.67819 113.386959) (xy 155.616782 113.435981) (xy 155.610556 113.44212) (xy 155.610427 113.442226) (xy 155.610327 113.442346) + (xy 155.608323 113.444323) (xy 152.047546 117.0051) (xy 150.540625 117.0051) (xy 150.534097 116.972277) (xy 150.48623 116.856715) + (xy 150.416737 116.752711) (xy 150.328289 116.664263) (xy 150.224285 116.59477) (xy 150.108723 116.546903) (xy 149.986042 116.5225) + (xy 149.860958 116.5225) (xy 149.80214 116.5225) (xy 149.829154 116.512022) (xy 150.049957 116.371897) (xy 150.239337 116.191552) + (xy 150.390081 115.977858) (xy 150.496448 115.738955) (xy 150.49708 115.736171) (xy 150.573225 115.928489) (xy 150.714888 116.148308) + (xy 150.89655 116.336425) (xy 151.111291 116.485674) (xy 151.350932 116.59037) (xy 151.606344 116.646526) (xy 151.8678 116.652003) + (xy 152.12534 116.606592) (xy 152.369154 116.512022) (xy 152.589957 116.371897) (xy 152.779337 116.191552) (xy 152.930081 115.977858) + (xy 153.036448 115.738955) (xy 153.094386 115.483941) (xy 153.098557 115.185244) (xy 153.047762 114.928711) (xy 152.948107 114.686931) + (xy 152.803388 114.469111) (xy 152.7048 114.369831) (xy 152.7048 114.04854) (xy 152.696467 113.963558) (xy 152.689287 113.878488) + (xy 152.687525 113.872353) (xy 152.686902 113.865999) (xy 152.662222 113.784255) (xy 152.638654 113.702199) (xy 152.635733 113.696522) + (xy 152.633888 113.69041) (xy 152.593808 113.615031) (xy 152.554744 113.539101) (xy 152.550775 113.534098) (xy 152.547779 113.528463) + (xy 152.493815 113.462296) (xy 152.440753 113.395408) (xy 152.431873 113.386347) (xy 152.431855 113.386325) (xy 152.431835 113.386308) + (xy 152.431568 113.386036) (xy 151.603528 112.552916) (xy 151.603398 112.552809) (xy 151.601301 112.550683) (xy 148.141786 109.093236) + (xy 148.145563 108.822791) (xy 148.089931 108.541826) (xy 147.980785 108.277019) (xy 147.822283 108.038455) (xy 147.620462 107.83522) + (xy 147.38301 107.675057) (xy 147.118971 107.564065) (xy 146.838403 107.506472) (xy 146.551991 107.504473) (xy 146.270645 107.558142) + (xy 146.005082 107.665437) (xy 145.765417 107.822269) (xy 145.560778 108.022666) (xy 145.558358 108.0262) (xy 144.722877 108.0262) + (xy 144.722877 104.075526) (xy 144.679672 103.765815) (xy 144.576877 103.470484) (xy 144.490081 103.308098) (xy 144.185449 103.263156) + (xy 144.005844 103.442761) (xy 144.005844 103.083551) (xy 143.960902 102.778919) (xy 143.679384 102.642776) (xy 143.376714 102.564171) + (xy 143.064526 102.546123) (xy 142.754815 102.589328) (xy 142.459484 102.692123) (xy 142.297098 102.778919) (xy 142.252156 103.083551) + (xy 143.129 103.960395) (xy 144.005844 103.083551) (xy 144.005844 103.442761) (xy 143.308605 104.14) (xy 144.185449 105.016844) + (xy 144.490081 104.971902) (xy 144.626224 104.690384) (xy 144.704829 104.387714) (xy 144.722877 104.075526) (xy 144.722877 108.0262) + (xy 144.005844 108.0262) (xy 144.005844 105.196449) (xy 143.129 104.319605) (xy 142.949395 104.49921) (xy 142.949395 104.14) + (xy 142.072551 103.263156) (xy 141.767919 103.308098) (xy 141.631776 103.589616) (xy 141.553171 103.892286) (xy 141.535123 104.204474) + (xy 141.578328 104.514185) (xy 141.681123 104.809516) (xy 141.767919 104.971902) (xy 142.072551 105.016844) (xy 142.949395 104.14) + (xy 142.949395 104.49921) (xy 142.252156 105.196449) (xy 142.297098 105.501081) (xy 142.578616 105.637224) (xy 142.881286 105.715829) + (xy 143.193474 105.733877) (xy 143.503185 105.690672) (xy 143.798516 105.587877) (xy 143.960902 105.501081) (xy 144.005844 105.196449) + (xy 144.005844 108.0262) (xy 143.772278 108.0262) (xy 141.507539 105.761461) (xy 141.440462 105.706364) (xy 141.373956 105.650558) + (xy 141.369624 105.648176) (xy 141.365807 105.645041) (xy 141.289317 105.604027) (xy 141.213227 105.562197) (xy 141.208515 105.560702) + (xy 141.20416 105.558367) (xy 141.121169 105.532994) (xy 141.038395 105.506737) (xy 141.03348 105.506185) (xy 141.028758 105.504742) + (xy 140.942421 105.495971) (xy 140.856122 105.486292) (xy 140.84646 105.486224) (xy 140.846281 105.486206) (xy 140.846113 105.486221) + (xy 140.843 105.4862) (xy 140.716 105.4862) (xy 136.201123 105.4862) (xy 136.109118 105.393549) (xy 135.892314 105.247313) + (xy 135.651235 105.145973) (xy 135.395063 105.093388) (xy 135.133557 105.091563) (xy 134.876676 105.140565) (xy 134.634206 105.23853) + (xy 134.415381 105.381725) (xy 134.228537 105.564695) (xy 134.080791 105.780473) (xy 133.97777 106.020839) (xy 133.923399 106.276637) + (xy 133.919747 106.538124) (xy 133.966955 106.795341) (xy 134.063225 107.038489) (xy 134.204888 107.258308) (xy 134.38655 107.446425) + (xy 134.601291 107.595674) (xy 134.834553 107.697583) (xy 134.634206 107.77853) (xy 134.415381 107.921725) (xy 134.228537 108.104695) + (xy 134.221412 108.1151) (xy 131.728874 108.1151) (xy 129.438097 105.824323) (xy 129.377363 105.774435) (xy 129.31715 105.723911) + (xy 129.313231 105.721756) (xy 129.309772 105.718915) (xy 129.240447 105.681743) (xy 129.171625 105.643908) (xy 129.167363 105.642556) + (xy 129.163417 105.64044) (xy 129.088211 105.617447) (xy 129.013332 105.593694) (xy 129.008886 105.593195) (xy 129.004607 105.591887) + (xy 128.95292 105.586636) (xy 128.944097 105.542277) (xy 128.89623 105.426715) (xy 128.826737 105.322711) (xy 128.738289 105.234263) + (xy 128.634285 105.16477) (xy 128.518723 105.116903) (xy 128.396042 105.0925) (xy 128.270958 105.0925) (xy 126.873958 105.0925) + (xy 126.751277 105.116903) (xy 126.635715 105.16477) (xy 126.531711 105.234263) (xy 126.443263 105.322711) (xy 126.37377 105.426715) + (xy 126.325903 105.542277) (xy 126.3015 105.664958) (xy 126.3015 105.790042) (xy 126.3015 107.187042) (xy 126.325903 107.309723) + (xy 126.37377 107.425285) (xy 126.443263 107.529289) (xy 126.531711 107.617737) (xy 126.635715 107.68723) (xy 126.656887 107.696) + (xy 126.635715 107.70477) (xy 126.531711 107.774263) (xy 126.443263 107.862711) (xy 126.37377 107.966715) (xy 126.325903 108.082277) + (xy 126.3015 108.204958) (xy 126.3015 108.330042) (xy 126.3015 109.727042) (xy 126.325903 109.849723) (xy 126.37377 109.965285) + (xy 126.443263 110.069289) (xy 126.48652 110.112546) (xy 122.73677 113.862295) (xy 122.708403 113.856472) (xy 122.421991 113.854473) + (xy 122.140645 113.908142) (xy 121.875082 114.015437) (xy 121.635417 114.172269) (xy 121.430778 114.372666) (xy 121.268961 114.608994) + (xy 121.156129 114.872252) (xy 121.096579 115.152412) (xy 121.09258 115.438803) (xy 121.144284 115.720516) (xy 121.249722 115.986822) + (xy 121.404877 116.227576) (xy 121.603841 116.433608) (xy 121.839033 116.597072) (xy 122.101497 116.711739) (xy 122.381234 116.773243) + (xy 122.66759 116.779242) (xy 122.949658 116.729506) (xy 123.216693 116.625929) (xy 123.458524 116.472459) (xy 123.665941 116.274939) + (xy 123.831042 116.040893) (xy 123.947539 115.779236) (xy 124.010995 115.499935) (xy 124.015563 115.172791) (xy 123.985386 115.020387) + (xy 127.635 111.370774) (xy 129.300302 113.036076) (xy 129.148537 113.184695) (xy 129.000791 113.400473) (xy 128.89777 113.640839) + (xy 128.843399 113.896637) (xy 128.839747 114.158124) (xy 128.886955 114.415341) (xy 128.983225 114.658489) (xy 129.124888 114.878308) + (xy 129.30655 115.066425) (xy 129.521291 115.215674) (xy 129.605582 115.2525) (xy 129.413958 115.2525) (xy 129.291277 115.276903) + (xy 129.175715 115.32477) (xy 129.071711 115.394263) (xy 128.983263 115.482711) (xy 128.91377 115.586715) (xy 128.865903 115.702277) + (xy 128.8415 115.824958) (xy 128.8415 115.950042) (xy 128.8415 117.347042) (xy 128.865903 117.469723) (xy 128.91377 117.585285) + (xy 128.983263 117.689289) (xy 129.071711 117.777737) (xy 129.175715 117.84723) (xy 129.291277 117.895097) (xy 129.413958 117.9195) + (xy 129.539042 117.9195) (xy 130.813146 117.9195) (xy 128.306147 120.426498) (xy 128.328995 120.325935) (xy 128.333563 119.998791) + (xy 128.277931 119.717826) (xy 128.168785 119.453019) (xy 128.010283 119.214455) (xy 127.808462 119.01122) (xy 127.57101 118.851057) + (xy 127.306971 118.740065) (xy 127.026403 118.682472) (xy 126.739991 118.680473) (xy 126.458645 118.734142) (xy 126.193082 118.841437) + (xy 125.953417 118.998269) (xy 125.748778 119.198666) (xy 125.586961 119.434994) (xy 125.474129 119.698252) (xy 125.414579 119.978412) + (xy 125.41058 120.264803) (xy 125.462284 120.546516) (xy 125.567722 120.812822) (xy 125.722877 121.053576) (xy 125.921841 121.259608) + (xy 126.012811 121.322834) (xy 124.264356 123.071289) (xy 124.27677 122.87655) (xy 124.232088 122.541792) (xy 124.122957 122.222183) + (xy 124.019628 122.028866) (xy 123.702042 121.968563) (xy 123.522437 122.148168) (xy 123.522437 121.788958) (xy 123.462134 121.471372) + (xy 123.158969 121.322541) (xy 122.832593 121.235715) (xy 122.49555 121.21423) (xy 122.160792 121.258912) (xy 121.841183 121.368043) + (xy 121.647866 121.471372) (xy 121.587563 121.788958) (xy 122.555 122.756395) (xy 123.522437 121.788958) (xy 123.522437 122.148168) + (xy 122.734605 122.936) (xy 122.748747 122.950142) (xy 122.569142 123.129747) (xy 122.555 123.115605) (xy 122.375395 123.29521) + (xy 122.375395 122.936) (xy 121.407958 121.968563) (xy 121.090372 122.028866) (xy 120.941541 122.332031) (xy 120.854715 122.658407) + (xy 120.83323 122.99545) (xy 120.877912 123.330208) (xy 120.987043 123.649817) (xy 121.090372 123.843134) (xy 121.407958 123.903437) + (xy 122.375395 122.936) (xy 122.375395 123.29521) (xy 121.587563 124.083042) (xy 121.618144 124.2441) (xy 120.338877 124.2441) + (xy 120.338877 112.711526) (xy 120.338877 106.996526) (xy 120.295672 106.686815) (xy 120.192877 106.391484) (xy 120.106081 106.229098) + (xy 119.801449 106.184156) (xy 119.70477 106.280835) (xy 119.70477 101.28655) (xy 119.660088 100.951792) (xy 119.550957 100.632183) + (xy 119.447628 100.438866) (xy 119.130042 100.378563) (xy 118.162605 101.346) (xy 119.130042 102.313437) (xy 119.447628 102.253134) + (xy 119.596459 101.949969) (xy 119.683285 101.623593) (xy 119.70477 101.28655) (xy 119.70477 106.280835) (xy 119.621844 106.363761) + (xy 119.621844 106.004551) (xy 119.576902 105.699919) (xy 119.295384 105.563776) (xy 118.992714 105.485171) (xy 118.950437 105.482726) + (xy 118.950437 102.493042) (xy 117.983 101.525605) (xy 117.015563 102.493042) (xy 117.075866 102.810628) (xy 117.379031 102.959459) + (xy 117.705407 103.046285) (xy 118.04245 103.06777) (xy 118.377208 103.023088) (xy 118.696817 102.913957) (xy 118.890134 102.810628) + (xy 118.950437 102.493042) (xy 118.950437 105.482726) (xy 118.680526 105.467123) (xy 118.370815 105.510328) (xy 118.075484 105.613123) + (xy 117.913098 105.699919) (xy 117.868156 106.004551) (xy 118.745 106.881395) (xy 119.621844 106.004551) (xy 119.621844 106.363761) + (xy 118.924605 107.061) (xy 119.801449 107.937844) (xy 120.106081 107.892902) (xy 120.242224 107.611384) (xy 120.320829 107.308714) + (xy 120.338877 106.996526) (xy 120.338877 112.711526) (xy 120.295672 112.401815) (xy 120.192877 112.106484) (xy 120.106081 111.944098) + (xy 119.801449 111.899156) (xy 118.924605 112.776) (xy 119.801449 113.652844) (xy 120.106081 113.607902) (xy 120.242224 113.326384) + (xy 120.320829 113.023714) (xy 120.338877 112.711526) (xy 120.338877 124.2441) (xy 117.348 124.2441) (xy 117.269764 124.25177) + (xy 117.191475 124.258621) (xy 117.187182 124.259868) (xy 117.182726 124.260305) (xy 117.107431 124.283038) (xy 117.032003 124.304952) + (xy 117.028032 124.30701) (xy 117.023747 124.308304) (xy 116.954341 124.345207) (xy 116.884566 124.381375) (xy 116.881068 124.384167) + (xy 116.877119 124.386267) (xy 116.816212 124.435941) (xy 116.754782 124.484981) (xy 116.748556 124.49112) (xy 116.748427 124.491226) + (xy 116.748327 124.491346) (xy 116.746323 124.493323) (xy 116.304298 124.935347) (xy 116.326317 124.865937) (xy 116.357261 124.590063) + (xy 116.3574 124.570203) (xy 116.3574 123.841797) (xy 116.330311 123.565518) (xy 116.250074 123.299762) (xy 116.119747 123.054653) + (xy 115.944293 122.839525) (xy 115.730396 122.662574) (xy 115.486202 122.530539) (xy 115.221013 122.448449) (xy 114.94493 122.419432) + (xy 114.668469 122.444592) (xy 114.40216 122.522971) (xy 114.156146 122.651583) (xy 113.939799 122.825531) (xy 113.761359 123.038188) + (xy 113.664587 123.214214) (xy 113.579747 123.054653) (xy 113.404293 122.839525) (xy 113.2459 122.70849) (xy 113.2459 122.0089) + (xy 116.713 122.0089) (xy 116.791239 122.001228) (xy 116.869524 121.994379) (xy 116.873815 121.993132) (xy 116.878274 121.992695) + (xy 116.95358 121.969958) (xy 117.028997 121.948048) (xy 117.032967 121.945989) (xy 117.037253 121.944696) (xy 117.106658 121.907792) + (xy 117.176434 121.871625) (xy 117.179931 121.868832) (xy 117.183881 121.866733) (xy 117.244787 121.817058) (xy 117.306218 121.768019) + (xy 117.312443 121.761879) (xy 117.312573 121.761774) (xy 117.312672 121.761653) (xy 117.314677 121.759677) (xy 119.219677 119.854677) + (xy 119.269564 119.793943) (xy 119.320089 119.73373) (xy 119.322243 119.729811) (xy 119.325085 119.726352) (xy 119.362246 119.657045) + (xy 119.400092 119.588205) (xy 119.401444 119.583941) (xy 119.40356 119.579996) (xy 119.426548 119.504805) (xy 119.450306 119.429912) + (xy 119.450804 119.425466) (xy 119.452113 119.421187) (xy 119.460057 119.342971) (xy 119.468817 119.26488) (xy 119.468878 119.256136) + (xy 119.468895 119.25597) (xy 119.46888 119.255814) (xy 119.4689 119.253) (xy 119.4689 115.697) (xy 119.461228 115.61876) + (xy 119.454379 115.540476) (xy 119.453132 115.536184) (xy 119.452695 115.531726) (xy 119.429958 115.456419) (xy 119.408048 115.381003) + (xy 119.405989 115.377032) (xy 119.404696 115.372747) (xy 119.367781 115.30332) (xy 119.331625 115.233567) (xy 119.328834 115.230071) + (xy 119.326733 115.226119) (xy 119.27704 115.16519) (xy 119.228019 115.103782) (xy 119.221879 115.097556) (xy 119.221774 115.097427) + (xy 119.221653 115.097327) (xy 119.219677 115.095323) (xy 118.468779 114.344425) (xy 118.497286 114.351829) (xy 118.809474 114.369877) + (xy 119.119185 114.326672) (xy 119.414516 114.223877) (xy 119.576902 114.137081) (xy 119.621844 113.832449) (xy 118.745 112.955605) + (xy 118.730857 112.969747) (xy 118.551252 112.790142) (xy 118.565395 112.776) (xy 118.551252 112.761857) (xy 118.730857 112.582252) + (xy 118.745 112.596395) (xy 119.621844 111.719551) (xy 119.576902 111.414919) (xy 119.462944 111.359808) (xy 119.569957 111.291897) + (xy 119.759337 111.111552) (xy 119.910081 110.897858) (xy 120.016448 110.658955) (xy 120.074386 110.403941) (xy 120.078557 110.105244) + (xy 120.027762 109.848711) (xy 119.928107 109.606931) (xy 119.783388 109.389111) (xy 119.621844 109.226434) (xy 119.621844 108.117449) + (xy 118.745 107.240605) (xy 118.565395 107.42021) (xy 118.565395 107.061) (xy 117.688551 106.184156) (xy 117.383919 106.229098) + (xy 117.247776 106.510616) (xy 117.169171 106.813286) (xy 117.151123 107.125474) (xy 117.194328 107.435185) (xy 117.297123 107.730516) + (xy 117.383919 107.892902) (xy 117.688551 107.937844) (xy 118.565395 107.061) (xy 118.565395 107.42021) (xy 117.868156 108.117449) + (xy 117.913098 108.422081) (xy 118.194616 108.558224) (xy 118.497286 108.636829) (xy 118.809474 108.654877) (xy 119.119185 108.611672) + (xy 119.414516 108.508877) (xy 119.576902 108.422081) (xy 119.621844 108.117449) (xy 119.621844 109.226434) (xy 119.599118 109.203549) + (xy 119.382314 109.057313) (xy 119.141235 108.955973) (xy 118.885063 108.903388) (xy 118.623557 108.901563) (xy 118.366676 108.950565) + (xy 118.124206 109.04853) (xy 117.905381 109.191725) (xy 117.718537 109.374695) (xy 117.670427 109.444957) (xy 117.667003 109.445952) + (xy 117.663032 109.44801) (xy 117.658747 109.449304) (xy 117.589341 109.486207) (xy 117.519566 109.522375) (xy 117.516068 109.525167) + (xy 117.512119 109.527267) (xy 117.451212 109.576941) (xy 117.389782 109.625981) (xy 117.383556 109.63212) (xy 117.383427 109.632226) + (xy 117.383327 109.632346) (xy 117.381323 109.634323) (xy 116.111323 110.904323) (xy 116.061435 110.965056) (xy 116.010911 111.02527) + (xy 116.008756 111.029188) (xy 116.005915 111.032648) (xy 115.968743 111.101972) (xy 115.930908 111.170795) (xy 115.929556 111.175056) + (xy 115.92744 111.179003) (xy 115.904447 111.254208) (xy 115.880694 111.329088) (xy 115.880195 111.333533) (xy 115.878887 111.337813) + (xy 115.870941 111.416033) (xy 115.862183 111.49412) (xy 115.862121 111.502862) (xy 115.862105 111.503029) (xy 115.862119 111.503184) + (xy 115.8621 111.506) (xy 115.8621 112.522) (xy 115.8621 113.792) (xy 115.869771 113.870239) (xy 115.876621 113.948524) + (xy 115.877867 113.952815) (xy 115.878305 113.957274) (xy 115.901041 114.03258) (xy 115.922952 114.107997) (xy 115.92501 114.111967) + (xy 115.926304 114.116253) (xy 115.963207 114.185658) (xy 115.999375 114.255434) (xy 116.002167 114.258931) (xy 116.004267 114.262881) + (xy 116.053941 114.323787) (xy 116.102981 114.385218) (xy 116.10912 114.391443) (xy 116.109226 114.391573) (xy 116.109346 114.391672) + (xy 116.111323 114.393677) (xy 117.7671 116.049454) (xy 117.7671 118.900546) (xy 116.360546 120.3071) (xy 113.2459 120.3071) + (xy 113.2459 118.08249) (xy 113.390201 117.966469) (xy 113.568641 117.753812) (xy 113.665412 117.577785) (xy 113.750253 117.737347) + (xy 113.925707 117.952475) (xy 114.139604 118.129426) (xy 114.383798 118.261461) (xy 114.648987 118.343551) (xy 114.92507 118.372568) + (xy 115.201531 118.347408) (xy 115.46784 118.269029) (xy 115.713854 118.140417) (xy 115.930201 117.966469) (xy 116.108641 117.753812) + (xy 116.242378 117.510546) (xy 116.326317 117.245937) (xy 116.357261 116.970063) (xy 116.3574 116.950203) (xy 116.3574 116.221797) + (xy 116.330311 115.945518) (xy 116.250074 115.679762) (xy 116.119747 115.434653) (xy 115.944293 115.219525) (xy 115.7859 115.08849) + (xy 115.7859 114.046) (xy 115.778229 113.967764) (xy 115.771379 113.889475) (xy 115.770131 113.885182) (xy 115.769695 113.880726) + (xy 115.746961 113.805431) (xy 115.725048 113.730003) (xy 115.722989 113.726032) (xy 115.721696 113.721747) (xy 115.684792 113.652341) + (xy 115.648625 113.582566) (xy 115.645832 113.579068) (xy 115.643733 113.575119) (xy 115.594058 113.514212) (xy 115.545019 113.452782) + (xy 115.538879 113.446556) (xy 115.538774 113.446427) (xy 115.538653 113.446327) (xy 115.536677 113.444323) (xy 114.994963 112.902609) + (xy 114.998557 112.645244) (xy 114.947762 112.388711) (xy 114.848107 112.146931) (xy 114.703388 111.929111) (xy 114.519118 111.743549) + (xy 114.302314 111.597313) (xy 114.081892 111.504656) (xy 114.269154 111.432022) (xy 114.489957 111.291897) (xy 114.679337 111.111552) + (xy 114.830081 110.897858) (xy 114.936448 110.658955) (xy 114.994386 110.403941) (xy 114.998557 110.105244) (xy 114.947762 109.848711) + (xy 114.848107 109.606931) (xy 114.703388 109.389111) (xy 114.519118 109.203549) (xy 114.302314 109.057313) (xy 114.061235 108.955973) + (xy 113.805063 108.903388) (xy 113.543557 108.901563) (xy 113.286676 108.950565) (xy 113.044206 109.04853) (xy 112.825381 109.191725) + (xy 112.638537 109.374695) (xy 112.631412 109.3851) (xy 111.043205 109.3851) (xy 110.992283 109.308455) (xy 110.790462 109.10522) + (xy 110.55301 108.945057) (xy 110.288971 108.834065) (xy 110.008403 108.776472) (xy 109.721991 108.774473) (xy 109.440645 108.828142) + (xy 109.175082 108.935437) (xy 108.935417 109.092269) (xy 108.730778 109.292666) (xy 108.667487 109.3851) (xy 105.051254 109.3851) + (xy 106.524453 107.9119) (xy 108.665774 107.9119) (xy 108.704877 107.972576) (xy 108.903841 108.178608) (xy 109.139033 108.342072) + (xy 109.401497 108.456739) (xy 109.681234 108.518243) (xy 109.96759 108.524242) (xy 110.249658 108.474506) (xy 110.516693 108.370929) + (xy 110.758524 108.217459) (xy 110.965941 108.019939) (xy 111.042153 107.9119) (xy 112.632842 107.9119) (xy 112.79655 108.081425) + (xy 113.011291 108.230674) (xy 113.250932 108.33537) (xy 113.506344 108.391526) (xy 113.7678 108.397003) (xy 114.02534 108.351592) + (xy 114.269154 108.257022) (xy 114.489957 108.116897) (xy 114.679337 107.936552) (xy 114.830081 107.722858) (xy 114.936448 107.483955) + (xy 114.994386 107.228941) (xy 114.998557 106.930244) (xy 114.947762 106.673711) (xy 114.848107 106.431931) (xy 114.703388 106.214111) + (xy 114.519118 106.028549) (xy 114.302314 105.882313) (xy 114.061235 105.780973) (xy 113.805063 105.728388) (xy 113.543557 105.726563) + (xy 113.286676 105.775565) (xy 113.044206 105.87353) (xy 112.825381 106.016725) (xy 112.638537 106.199695) (xy 112.631412 106.2101) + (xy 111.043205 106.2101) (xy 110.992283 106.133455) (xy 110.790462 105.93022) (xy 110.55301 105.770057) (xy 110.288971 105.659065) + (xy 110.008403 105.601472) (xy 109.721991 105.599473) (xy 109.440645 105.653142) (xy 109.175082 105.760437) (xy 108.935417 105.917269) + (xy 108.730778 106.117666) (xy 108.667487 106.2101) (xy 106.172 106.2101) (xy 106.09376 106.217771) (xy 106.015476 106.224621) + (xy 106.011184 106.225867) (xy 106.006726 106.226305) (xy 105.931419 106.249041) (xy 105.856003 106.270952) (xy 105.852032 106.27301) + (xy 105.847747 106.274304) (xy 105.778341 106.311207) (xy 105.708566 106.347375) (xy 105.705068 106.350167) (xy 105.701119 106.352267) + (xy 105.640212 106.401941) (xy 105.578782 106.450981) (xy 105.572556 106.45712) (xy 105.572427 106.457226) (xy 105.572327 106.457346) + (xy 105.570323 106.459323) (xy 103.023531 109.006114) (xy 102.93301 108.945057) (xy 102.668971 108.834065) (xy 102.388403 108.776472) + (xy 102.101991 108.774473) (xy 101.820645 108.828142) (xy 101.555082 108.935437) (xy 101.315417 109.092269) (xy 101.110778 109.292666) + (xy 100.948961 109.528994) (xy 100.836129 109.792252) (xy 100.776579 110.072412) (xy 100.77258 110.358803) (xy 100.824284 110.640516) + (xy 100.929722 110.906822) (xy 101.084877 111.147576) (xy 101.283841 111.353608) (xy 101.50566 111.507777) (xy 101.315417 111.632269) + (xy 101.110778 111.832666) (xy 100.948961 112.068994) (xy 100.836129 112.332252) (xy 100.776579 112.612412) (xy 100.77258 112.898803) + (xy 100.824284 113.180516) (xy 100.929722 113.446822) (xy 101.084877 113.687576) (xy 101.283841 113.893608) (xy 101.519033 114.057072) + (xy 101.781497 114.171739) (xy 102.061234 114.233243) (xy 102.34759 114.239242) (xy 102.629658 114.189506) (xy 102.896693 114.085929) + (xy 103.138524 113.932459) (xy 103.345941 113.734939) (xy 103.511042 113.500893) (xy 103.627539 113.239236) (xy 103.690995 112.959935) + (xy 103.695563 112.632791) (xy 103.676721 112.537632) (xy 105.127454 111.0869) (xy 108.665774 111.0869) (xy 108.704877 111.147576) + (xy 108.903841 111.353608) (xy 109.12566 111.507777) (xy 108.935417 111.632269) (xy 108.730778 111.832666) (xy 108.568961 112.068994) + (xy 108.456129 112.332252) (xy 108.396579 112.612412) (xy 108.39258 112.898803) (xy 108.444284 113.180516) (xy 108.549722 113.446822) + (xy 108.704877 113.687576) (xy 108.903841 113.893608) (xy 109.139033 114.057072) (xy 109.401497 114.171739) (xy 109.681234 114.233243) + (xy 109.96759 114.239242) (xy 110.249658 114.189506) (xy 110.516693 114.085929) (xy 110.758524 113.932459) (xy 110.965941 113.734939) + (xy 111.042153 113.6269) (xy 112.632842 113.6269) (xy 112.79655 113.796425) (xy 113.011291 113.945674) (xy 113.250932 114.05037) + (xy 113.506344 114.106526) (xy 113.7678 114.112003) (xy 113.793174 114.107528) (xy 114.0841 114.398454) (xy 114.0841 115.089509) + (xy 113.939799 115.205531) (xy 113.761359 115.418188) (xy 113.664587 115.594214) (xy 113.579747 115.434653) (xy 113.404293 115.219525) + (xy 113.190396 115.042574) (xy 112.946202 114.910539) (xy 112.681013 114.828449) (xy 112.40493 114.799432) (xy 112.128469 114.824592) + (xy 111.86216 114.902971) (xy 111.616146 115.031583) (xy 111.399799 115.205531) (xy 111.221359 115.418188) (xy 111.124587 115.594214) + (xy 111.039747 115.434653) (xy 110.864293 115.219525) (xy 110.650396 115.042574) (xy 110.406202 114.910539) (xy 110.141013 114.828449) + (xy 109.86493 114.799432) (xy 109.588469 114.824592) (xy 109.32216 114.902971) (xy 109.076146 115.031583) (xy 108.859799 115.205531) + (xy 108.681359 115.418188) (xy 108.584587 115.594214) (xy 108.499747 115.434653) (xy 108.324293 115.219525) (xy 108.110396 115.042574) + (xy 107.866202 114.910539) (xy 107.601013 114.828449) (xy 107.32493 114.799432) (xy 107.048469 114.824592) (xy 106.78216 114.902971) + (xy 106.536146 115.031583) (xy 106.319799 115.205531) (xy 106.141359 115.418188) (xy 106.016007 115.6462) (xy 97.930357 115.6462) + (xy 95.695158 113.411) (xy 95.947542 113.411) (xy 96.070223 113.386597) (xy 96.185785 113.33873) (xy 96.289789 113.269237) + (xy 96.378237 113.180789) (xy 96.44773 113.076785) (xy 96.495597 112.961223) (xy 96.52 112.838542) (xy 96.52 112.713458) + (xy 96.52 110.173458) (xy 96.495597 110.050777) (xy 96.44773 109.935215) (xy 96.378237 109.831211) (xy 96.289789 109.742763) + (xy 96.185785 109.67327) (xy 96.070223 109.625403) (xy 95.947542 109.601) (xy 95.822458 109.601) (xy 95.4659 109.601) + (xy 95.4659 108.556454) (xy 96.110454 107.9119) (xy 101.045774 107.9119) (xy 101.084877 107.972576) (xy 101.283841 108.178608) + (xy 101.519033 108.342072) (xy 101.781497 108.456739) (xy 102.061234 108.518243) (xy 102.34759 108.524242) (xy 102.629658 108.474506) + (xy 102.896693 108.370929) (xy 103.138524 108.217459) (xy 103.345941 108.019939) (xy 103.511042 107.785893) (xy 103.627539 107.524236) + (xy 103.690995 107.244935) (xy 103.695563 106.917791) (xy 103.639931 106.636826) (xy 103.530785 106.372019) (xy 103.372283 106.133455) + (xy 103.170462 105.93022) (xy 102.93301 105.770057) (xy 102.668971 105.659065) (xy 102.388403 105.601472) (xy 102.101991 105.599473) + (xy 101.820645 105.653142) (xy 101.555082 105.760437) (xy 101.315417 105.917269) (xy 101.110778 106.117666) (xy 101.047487 106.2101) + (xy 95.758 106.2101) (xy 95.679764 106.21777) (xy 95.601475 106.224621) (xy 95.597182 106.225868) (xy 95.592726 106.226305) + (xy 95.517431 106.249038) (xy 95.442003 106.270952) (xy 95.438032 106.27301) (xy 95.433747 106.274304) (xy 95.364341 106.311207) + (xy 95.294566 106.347375) (xy 95.291068 106.350167) (xy 95.287119 106.352267) (xy 95.226212 106.401941) (xy 95.164782 106.450981) + (xy 95.158556 106.45712) (xy 95.158427 106.457226) (xy 95.158327 106.457346) (xy 95.156323 106.459323) (xy 94.013323 107.602323) + (xy 93.963435 107.663056) (xy 93.912911 107.72327) (xy 93.910756 107.727188) (xy 93.907915 107.730648) (xy 93.870743 107.799972) + (xy 93.832908 107.868795) (xy 93.831556 107.873056) (xy 93.82944 107.877003) (xy 93.806447 107.952208) (xy 93.782694 108.027088) + (xy 93.782195 108.031533) (xy 93.780887 108.035813) (xy 93.772941 108.114033) (xy 93.764183 108.19212) (xy 93.764121 108.200862) + (xy 93.764105 108.201029) (xy 93.764119 108.201184) (xy 93.7641 108.204) (xy 93.7641 109.601) (xy 93.282458 109.601) + (xy 93.159777 109.625403) (xy 93.044215 109.67327) (xy 92.940211 109.742763) (xy 92.851763 109.831211) (xy 92.78227 109.935215) + (xy 92.734403 110.050777) (xy 92.71 110.173458) (xy 92.71 110.298542) (xy 92.71 112.465462) (xy 92.6084 112.363862) + (xy 92.6084 101.265395) (xy 92.660163 101.301372) (xy 92.911215 101.411054) (xy 93.178789 101.469884) (xy 93.452695 101.475622) + (xy 93.527991 101.462345) (xy 95.283323 103.217677) (xy 95.344056 103.267564) (xy 95.40427 103.318089) (xy 95.408188 103.320243) + (xy 95.411648 103.323085) (xy 95.480937 103.360237) (xy 95.549795 103.398092) (xy 95.55406 103.399445) (xy 95.558003 103.401559) + (xy 95.633162 103.424538) (xy 95.708088 103.448306) (xy 95.712533 103.448804) (xy 95.716813 103.450113) (xy 95.795033 103.458058) + (xy 95.87312 103.466817) (xy 95.881862 103.466878) (xy 95.882029 103.466895) (xy 95.882184 103.46688) (xy 95.885 103.4669) + (xy 101.045774 103.4669) (xy 101.084877 103.527576) (xy 101.283841 103.733608) (xy 101.519033 103.897072) (xy 101.781497 104.011739) + (xy 102.061234 104.073243) (xy 102.34759 104.079242) (xy 102.629658 104.029506) (xy 102.896693 103.925929) (xy 103.138524 103.772459) + (xy 103.345941 103.574939) (xy 103.511042 103.340893) (xy 103.627539 103.079236) (xy 103.690995 102.799935) (xy 103.695563 102.472791) + (xy 103.639931 102.191826) (xy 103.530785 101.927019) (xy 103.372283 101.688455) (xy 103.170462 101.48522) (xy 102.93301 101.325057) + (xy 102.668971 101.214065) (xy 102.388403 101.156472) (xy 102.101991 101.154473) (xy 101.820645 101.208142) (xy 101.555082 101.315437) + (xy 101.315417 101.472269) (xy 101.110778 101.672666) (xy 101.047487 101.7651) (xy 96.237454 101.7651) (xy 94.735209 100.262855) + (xy 94.73769 100.251938) (xy 94.742059 99.939017) (xy 94.688846 99.670269) (xy 94.584446 99.416975) (xy 94.432835 99.188783) + (xy 94.23979 98.994385) (xy 94.012662 98.841185) (xy 93.760103 98.735019) (xy 93.491733 98.679931) (xy 93.217774 98.678018) + (xy 92.948661 98.729354) (xy 92.694644 98.831984) (xy 92.6084 98.88842) (xy 92.6084 88.1888) (xy 94.683524 88.1888) + (xy 94.600859 88.452254) (xy 95.885 89.736395) (xy 97.169141 88.452254) (xy 97.086475 88.1888) (xy 97.908722 88.1888) + (xy 99.030461 89.310539) (xy 99.097537 89.365635) (xy 99.164044 89.421442) (xy 99.168375 89.423823) (xy 99.172193 89.426959) + (xy 99.248701 89.467982) (xy 99.324773 89.509803) (xy 99.329481 89.511296) (xy 99.333839 89.513633) (xy 99.416857 89.539013) + (xy 99.499605 89.565263) (xy 99.504518 89.565814) (xy 99.509241 89.567258) (xy 99.595583 89.576028) (xy 99.681878 89.585708) + (xy 99.691539 89.585775) (xy 99.691719 89.585794) (xy 99.691886 89.585778) (xy 99.695 89.5858) (xy 106.017771 89.5858) + (xy 106.130253 89.797347) (xy 106.305707 90.012475) (xy 106.519604 90.189426) (xy 106.763798 90.321461) (xy 107.028987 90.403551) + (xy 107.30507 90.432568) (xy 107.581531 90.407408) (xy 107.84784 90.329029) (xy 108.093854 90.200417) (xy 108.310201 90.026469) + (xy 108.488641 89.813812) (xy 108.585412 89.637785) (xy 108.670253 89.797347) (xy 108.845707 90.012475) (xy 109.059604 90.189426) + (xy 109.303798 90.321461) (xy 109.568987 90.403551) (xy 109.84507 90.432568) (xy 110.121531 90.407408) (xy 110.38784 90.329029) + (xy 110.633854 90.200417) (xy 110.850201 90.026469) (xy 111.028641 89.813812) (xy 111.125412 89.637785) (xy 111.210253 89.797347) + (xy 111.385707 90.012475) (xy 111.5441 90.143509) (xy 111.5441 94.769509) (xy 111.399799 94.885531) (xy 111.221359 95.098188) + (xy 111.124587 95.274214) (xy 111.039747 95.114653) (xy 110.864293 94.899525) (xy 110.7059 94.76849) (xy 110.7059 93.599) + (xy 110.698233 93.52081) (xy 110.69138 93.442476) (xy 110.690131 93.438179) (xy 110.689695 93.433726) (xy 110.66697 93.35846) + (xy 110.645048 93.283003) (xy 110.642989 93.279032) (xy 110.641696 93.274747) (xy 110.604781 93.20532) (xy 110.568625 93.135567) + (xy 110.565834 93.132071) (xy 110.563733 93.128119) (xy 110.51404 93.06719) (xy 110.465019 93.005782) (xy 110.458879 92.999556) + (xy 110.458774 92.999427) (xy 110.458653 92.999327) (xy 110.456677 92.997323) (xy 109.694677 92.235323) (xy 109.633943 92.185435) + (xy 109.57373 92.134911) (xy 109.569811 92.132756) (xy 109.566352 92.129915) (xy 109.497027 92.092743) (xy 109.428205 92.054908) + (xy 109.423943 92.053556) (xy 109.419997 92.05144) (xy 109.344791 92.028447) (xy 109.269912 92.004694) (xy 109.265466 92.004195) + (xy 109.261187 92.002887) (xy 109.182966 91.994941) (xy 109.10488 91.986183) (xy 109.096137 91.986121) (xy 109.095971 91.986105) + (xy 109.095815 91.986119) (xy 109.093 91.9861) (xy 106.172 91.9861) (xy 106.09376 91.993771) (xy 106.015476 92.000621) + (xy 106.011184 92.001867) (xy 106.006726 92.002305) (xy 105.931419 92.025041) (xy 105.856003 92.046952) (xy 105.852032 92.04901) + (xy 105.847747 92.050304) (xy 105.77832 92.087218) (xy 105.708567 92.123375) (xy 105.705071 92.126165) (xy 105.701119 92.128267) + (xy 105.64019 92.177959) (xy 105.578782 92.226981) (xy 105.572556 92.23312) (xy 105.572427 92.233226) (xy 105.572327 92.233346) + (xy 105.570323 92.235323) (xy 104.681323 93.124323) (xy 104.631435 93.185056) (xy 104.580911 93.24527) (xy 104.578756 93.249188) + (xy 104.575915 93.252648) (xy 104.538743 93.321972) (xy 104.500908 93.390795) (xy 104.499556 93.395056) (xy 104.49744 93.399003) + (xy 104.474447 93.474208) (xy 104.450694 93.549088) (xy 104.450195 93.553533) (xy 104.448887 93.557813) (xy 104.440941 93.636033) + (xy 104.432183 93.71412) (xy 104.432121 93.722862) (xy 104.432105 93.723029) (xy 104.432119 93.723184) (xy 104.4321 93.726) + (xy 104.4321 96.294546) (xy 104.041546 96.6851) (xy 103.95677 96.6851) (xy 103.95677 94.93655) (xy 103.912088 94.601792) + (xy 103.802957 94.282183) (xy 103.699628 94.088866) (xy 103.382042 94.028563) (xy 103.202437 94.208168) (xy 103.202437 93.848958) + (xy 103.142134 93.531372) (xy 102.838969 93.382541) (xy 102.512593 93.295715) (xy 102.17555 93.27423) (xy 101.840792 93.318912) + (xy 101.521183 93.428043) (xy 101.327866 93.531372) (xy 101.267563 93.848958) (xy 102.235 94.816395) (xy 103.202437 93.848958) + (xy 103.202437 94.208168) (xy 102.414605 94.996) (xy 103.382042 95.963437) (xy 103.699628 95.903134) (xy 103.848459 95.599969) + (xy 103.935285 95.273593) (xy 103.95677 94.93655) (xy 103.95677 96.6851) (xy 102.539213 96.6851) (xy 102.629208 96.673088) + (xy 102.948817 96.563957) (xy 103.142134 96.460628) (xy 103.202437 96.143042) (xy 102.235 95.175605) (xy 102.055395 95.35521) + (xy 102.055395 94.996) (xy 101.087958 94.028563) (xy 100.770372 94.088866) (xy 100.621541 94.392031) (xy 100.534715 94.718407) + (xy 100.51323 95.05545) (xy 100.557912 95.390208) (xy 100.667043 95.709817) (xy 100.770372 95.903134) (xy 101.087958 95.963437) + (xy 102.055395 94.996) (xy 102.055395 95.35521) (xy 101.267563 96.143042) (xy 101.327866 96.460628) (xy 101.631031 96.609459) + (xy 101.915362 96.6851) (xy 98.054042 96.6851) (xy 98.054042 89.874124) (xy 98.004194 89.45177) (xy 97.872908 89.047256) + (xy 97.711758 88.745764) (xy 97.348746 88.631859) (xy 96.064605 89.916) (xy 97.348746 91.200141) (xy 97.711758 91.086236) + (xy 97.904959 90.707368) (xy 98.020534 90.298087) (xy 98.054042 89.874124) (xy 98.054042 96.6851) (xy 97.169141 96.6851) + (xy 97.169141 91.379746) (xy 95.885 90.095605) (xy 95.705395 90.27521) (xy 95.705395 89.916) (xy 94.421254 88.631859) + (xy 94.058242 88.745764) (xy 93.865041 89.124632) (xy 93.749466 89.533913) (xy 93.715958 89.957876) (xy 93.765806 90.38023) + (xy 93.897092 90.784744) (xy 94.058242 91.086236) (xy 94.421254 91.200141) (xy 95.705395 89.916) (xy 95.705395 90.27521) + (xy 94.600859 91.379746) (xy 94.714764 91.742758) (xy 95.093632 91.935959) (xy 95.502913 92.051534) (xy 95.926876 92.085042) + (xy 96.34923 92.035194) (xy 96.753744 91.903908) (xy 97.055236 91.742758) (xy 97.169141 91.379746) (xy 97.169141 96.6851) + (xy 96.996964 96.6851) (xy 96.972835 96.648783) (xy 96.77979 96.454385) (xy 96.552662 96.301185) (xy 96.300103 96.195019) + (xy 96.031733 96.139931) (xy 95.757774 96.138018) (xy 95.488661 96.189354) (xy 95.234644 96.291984) (xy 95.005399 96.441997) + (xy 94.809658 96.633681) (xy 94.654877 96.859734) (xy 94.54695 97.111546) (xy 94.489989 97.379524) (xy 94.486164 97.653464) + (xy 94.53562 97.922928) (xy 94.636474 98.177655) (xy 94.784883 98.407942) (xy 94.975196 98.605016) (xy 95.200163 98.761372) + (xy 95.451215 98.871054) (xy 95.718789 98.929884) (xy 95.992695 98.935622) (xy 96.262499 98.888048) (xy 96.517923 98.788975) + (xy 96.74924 98.642177) (xy 96.947639 98.453245) (xy 96.994439 98.3869) (xy 104.394 98.3869) (xy 104.472239 98.379228) + (xy 104.550524 98.372379) (xy 104.554815 98.371132) (xy 104.559274 98.370695) (xy 104.63458 98.347958) (xy 104.709997 98.326048) + (xy 104.713967 98.323989) (xy 104.718253 98.322696) (xy 104.787658 98.285792) (xy 104.857434 98.249625) (xy 104.860931 98.246832) + (xy 104.864881 98.244733) (xy 104.925787 98.195058) (xy 104.987218 98.146019) (xy 104.993443 98.139879) (xy 104.993573 98.139774) + (xy 104.993672 98.139653) (xy 104.995677 98.137677) (xy 105.884677 97.248677) (xy 105.8926 97.239031) (xy 105.8926 97.471542) + (xy 105.917003 97.594223) (xy 105.96487 97.709785) (xy 106.034363 97.813789) (xy 106.122811 97.902237) (xy 106.226815 97.97173) + (xy 106.342377 98.019597) (xy 106.465058 98.044) (xy 106.590142 98.044) (xy 106.63654 98.044) (xy 106.655941 98.067787) + (xy 106.704981 98.129218) (xy 106.71112 98.135443) (xy 106.711226 98.135573) (xy 106.711346 98.135672) (xy 106.713323 98.137677) + (xy 108.237323 99.661677) (xy 108.298056 99.711564) (xy 108.35827 99.762089) (xy 108.362188 99.764243) (xy 108.365648 99.767085) + (xy 108.434937 99.804237) (xy 108.503795 99.842092) (xy 108.50806 99.843445) (xy 108.512003 99.845559) (xy 108.587162 99.868538) + (xy 108.662088 99.892306) (xy 108.666533 99.892804) (xy 108.670813 99.894113) (xy 108.748988 99.902053) (xy 108.82712 99.910817) + (xy 108.835872 99.910878) (xy 108.836029 99.910894) (xy 108.836174 99.91088) (xy 108.839 99.9109) (xy 114.046 99.9109) + (xy 114.658746 99.9109) (xy 113.376046 101.1936) (xy 106.079953 101.1936) (xy 104.299717 99.413363) (xy 104.238983 99.363475) + (xy 104.17877 99.312951) (xy 104.174851 99.310796) (xy 104.171392 99.307955) (xy 104.102067 99.270783) (xy 104.033245 99.232948) + (xy 104.028983 99.231596) (xy 104.025037 99.22948) (xy 103.949831 99.206487) (xy 103.874952 99.182734) (xy 103.870506 99.182235) + (xy 103.866227 99.180927) (xy 103.788006 99.172981) (xy 103.70992 99.164223) (xy 103.701177 99.164161) (xy 103.701011 99.164145) + (xy 103.700855 99.164159) (xy 103.69804 99.16414) (xy 99.488363 99.16414) (xy 99.31979 98.994385) (xy 99.092662 98.841185) + (xy 98.840103 98.735019) (xy 98.571733 98.679931) (xy 98.297774 98.678018) (xy 98.028661 98.729354) (xy 97.774644 98.831984) + (xy 97.545399 98.981997) (xy 97.349658 99.173681) (xy 97.194877 99.399734) (xy 97.08695 99.651546) (xy 97.029989 99.919524) + (xy 97.026164 100.193464) (xy 97.07562 100.462928) (xy 97.176474 100.717655) (xy 97.324883 100.947942) (xy 97.515196 101.145016) + (xy 97.740163 101.301372) (xy 97.991215 101.411054) (xy 98.258789 101.469884) (xy 98.532695 101.475622) (xy 98.802499 101.428048) + (xy 99.057923 101.328975) (xy 99.28924 101.182177) (xy 99.487639 100.993245) (xy 99.577442 100.86594) (xy 103.345586 100.86594) + (xy 105.125823 102.646177) (xy 105.186556 102.696064) (xy 105.24677 102.746589) (xy 105.250688 102.748743) (xy 105.254148 102.751585) + (xy 105.323454 102.788746) (xy 105.392295 102.826592) (xy 105.396558 102.827944) (xy 105.400504 102.83006) (xy 105.475694 102.853048) + (xy 105.550588 102.876806) (xy 105.555033 102.877304) (xy 105.559313 102.878613) (xy 105.637528 102.886557) (xy 105.71562 102.895317) + (xy 105.724363 102.895378) (xy 105.72453 102.895395) (xy 105.724685 102.89538) (xy 105.7275 102.8954) (xy 113.7285 102.8954) + (xy 113.806739 102.887728) (xy 113.885024 102.880879) (xy 113.889315 102.879632) (xy 113.893774 102.879195) (xy 113.96908 102.856458) + (xy 114.044497 102.834548) (xy 114.048467 102.832489) (xy 114.052753 102.831196) (xy 114.122158 102.794292) (xy 114.191934 102.758125) + (xy 114.195431 102.755332) (xy 114.199381 102.753233) (xy 114.260287 102.703558) (xy 114.321718 102.654519) (xy 114.327943 102.648379) + (xy 114.328073 102.648274) (xy 114.328172 102.648153) (xy 114.330177 102.646177) (xy 116.499937 100.476416) (xy 116.369541 100.742031) + (xy 116.282715 101.068407) (xy 116.26123 101.40545) (xy 116.305912 101.740208) (xy 116.415043 102.059817) (xy 116.518372 102.253134) + (xy 116.835958 102.313437) (xy 117.803395 101.346) (xy 117.789252 101.331857) (xy 117.968857 101.152252) (xy 117.983 101.166395) + (xy 118.950437 100.198958) (xy 118.919855 100.0379) (xy 119.888 100.0379) (xy 119.966239 100.030228) (xy 120.044524 100.023379) + (xy 120.048815 100.022132) (xy 120.053274 100.021695) (xy 120.12858 99.998958) (xy 120.203997 99.977048) (xy 120.207967 99.974989) + (xy 120.212253 99.973696) (xy 120.281658 99.936792) (xy 120.351434 99.900625) (xy 120.354931 99.897832) (xy 120.358881 99.895733) + (xy 120.419787 99.846058) (xy 120.481218 99.797019) (xy 120.487443 99.790879) (xy 120.487573 99.790774) (xy 120.487672 99.790653) + (xy 120.489677 99.788677) (xy 121.124677 99.153677) (xy 121.174564 99.092943) (xy 121.225089 99.03273) (xy 121.227243 99.028811) + (xy 121.230085 99.025352) (xy 121.267246 98.956045) (xy 121.305092 98.887205) (xy 121.306444 98.882941) (xy 121.30856 98.878996) + (xy 121.331544 98.803818) (xy 121.355306 98.728912) (xy 121.355804 98.724464) (xy 121.357113 98.720186) (xy 121.365057 98.641976) + (xy 121.373817 98.56388) (xy 121.373878 98.555136) (xy 121.373895 98.55497) (xy 121.37388 98.554814) (xy 121.3739 98.552) + (xy 121.3739 96.237454) (xy 124.050454 93.5609) (xy 125.839454 93.5609) (xy 125.696645 93.588142) (xy 125.431082 93.695437) + (xy 125.191417 93.852269) (xy 124.986778 94.052666) (xy 124.923487 94.1451) (xy 124.841 94.1451) (xy 124.762806 94.152766) + (xy 124.684476 94.15962) (xy 124.680179 94.160868) (xy 124.675726 94.161305) (xy 124.600506 94.184015) (xy 124.525003 94.205951) + (xy 124.521027 94.208011) (xy 124.516747 94.209304) (xy 124.447356 94.246199) (xy 124.377567 94.282375) (xy 124.374071 94.285165) + (xy 124.370119 94.287267) (xy 124.30919 94.336959) (xy 124.247782 94.385981) (xy 124.241556 94.39212) (xy 124.241427 94.392226) + (xy 124.241327 94.392346) (xy 124.239323 94.394323) (xy 122.588323 96.045323) (xy 122.538435 96.106056) (xy 122.487911 96.16627) + (xy 122.485756 96.170188) (xy 122.482915 96.173648) (xy 122.445743 96.242972) (xy 122.407908 96.311795) (xy 122.406556 96.316056) + (xy 122.40444 96.320003) (xy 122.381447 96.395208) (xy 122.357694 96.470088) (xy 122.357195 96.474533) (xy 122.355887 96.478813) + (xy 122.347941 96.557033) (xy 122.339183 96.63512) (xy 122.339121 96.643862) (xy 122.339105 96.644029) (xy 122.339119 96.644184) + (xy 122.3391 96.647) (xy 122.3391 102.362) (xy 122.346771 102.440239) (xy 122.353621 102.518524) (xy 122.354867 102.522815) + (xy 122.355305 102.527274) (xy 122.378041 102.60258) (xy 122.399952 102.677997) (xy 122.40201 102.681967) (xy 122.403304 102.686253) + (xy 122.440207 102.755658) (xy 122.476375 102.825434) (xy 122.479167 102.828931) (xy 122.481267 102.832881) (xy 122.530941 102.893787) + (xy 122.579981 102.955218) (xy 122.58612 102.961443) (xy 122.586226 102.961573) (xy 122.586346 102.961672) (xy 122.588323 102.963677) + (xy 123.858323 104.233677) (xy 123.919056 104.283564) (xy 123.97927 104.334089) (xy 123.983188 104.336243) (xy 123.986648 104.339085) + (xy 124.055937 104.376237) (xy 124.124795 104.414092) (xy 124.12906 104.415445) (xy 124.133003 104.417559) (xy 124.208162 104.440538) + (xy 124.283088 104.464306) (xy 124.287533 104.464804) (xy 124.291813 104.466113) (xy 124.370033 104.474058) (xy 124.44812 104.482817) + (xy 124.456862 104.482878) (xy 124.457029 104.482895) (xy 124.457184 104.48288) (xy 124.46 104.4829) (xy 126.619 104.4829) + (xy 126.697239 104.475228) (xy 126.775524 104.468379) (xy 126.779815 104.467132) (xy 126.784274 104.466695) (xy 126.85958 104.443958) + (xy 126.934997 104.422048) (xy 126.938967 104.419989) (xy 126.943253 104.418696) (xy 127.012658 104.381792) (xy 127.082434 104.345625) + (xy 127.085931 104.342832) (xy 127.089881 104.340733) (xy 127.150787 104.291058) (xy 127.212218 104.242019) (xy 127.218443 104.235879) + (xy 127.218573 104.235774) (xy 127.218672 104.235653) (xy 127.220677 104.233677) (xy 130.044854 101.4095) (xy 130.936042 101.4095) + (xy 131.058723 101.385097) (xy 131.174285 101.33723) (xy 131.278289 101.267737) (xy 131.366737 101.179289) (xy 131.43623 101.075285) + (xy 131.484097 100.959723) (xy 131.5085 100.837042) (xy 131.5085 100.711958) (xy 131.5085 99.314958) (xy 131.484097 99.192277) + (xy 131.43623 99.076715) (xy 131.366737 98.972711) (xy 131.278289 98.884263) (xy 131.174285 98.81477) (xy 131.058723 98.766903) + (xy 130.936042 98.7425) (xy 130.810958 98.7425) (xy 130.75214 98.7425) (xy 130.779154 98.732022) (xy 130.999957 98.591897) + (xy 131.189337 98.411552) (xy 131.340081 98.197858) (xy 131.446448 97.958955) (xy 131.44708 97.956171) (xy 131.523225 98.148489) + (xy 131.664888 98.368308) (xy 131.84655 98.556425) (xy 132.061291 98.705674) (xy 132.300932 98.81037) (xy 132.556344 98.866526) + (xy 132.8178 98.872003) (xy 132.843174 98.867528) (xy 133.860176 99.88453) (xy 133.851991 99.884473) (xy 133.570645 99.938142) + (xy 133.305082 100.045437) (xy 133.065417 100.202269) (xy 132.860778 100.402666) (xy 132.698961 100.638994) (xy 132.586129 100.902252) + (xy 132.526579 101.182412) (xy 132.52258 101.468803) (xy 132.574284 101.750516) (xy 132.679722 102.016822) (xy 132.834877 102.257576) + (xy 133.033841 102.463608) (xy 133.269033 102.627072) (xy 133.531497 102.741739) (xy 133.811234 102.803243) (xy 134.09759 102.809242) + (xy 134.379658 102.759506) (xy 134.646693 102.655929) (xy 134.888524 102.502459) (xy 135.052219 102.346573) (xy 136.717108 104.011462) + (xy 136.713747 104.252124) (xy 136.760955 104.509341) (xy 136.857225 104.752489) (xy 136.998888 104.972308) (xy 137.18055 105.160425) + (xy 137.395291 105.309674) (xy 137.634932 105.41437) (xy 137.890344 105.470526) (xy 138.1518 105.476003) (xy 138.40934 105.430592) + (xy 138.653154 105.336022) (xy 138.873957 105.195897) (xy 139.063337 105.015552) (xy 139.214081 104.801858) (xy 139.320448 104.562955) + (xy 139.378386 104.307941) (xy 139.382557 104.009244) (xy 139.331762 103.752711) (xy 139.232107 103.510931) (xy 139.087388 103.293111) + (xy 138.903118 103.107549) (xy 138.686314 102.961313) (xy 138.445235 102.859973) (xy 138.189063 102.807388) (xy 137.927557 102.805563) + (xy 137.919461 102.807107) (xy 135.856677 100.744323) (xy 135.795943 100.694435) (xy 135.73573 100.643911) (xy 135.731811 100.641756) + (xy 135.728352 100.638915) (xy 135.659027 100.601743) (xy 135.590205 100.563908) (xy 135.585943 100.562556) (xy 135.581997 100.56044) + (xy 135.506791 100.537447) (xy 135.431912 100.513694) (xy 135.427466 100.513195) (xy 135.423187 100.511887) (xy 135.344966 100.503941) + (xy 135.26688 100.495183) (xy 135.258137 100.495121) (xy 135.257971 100.495105) (xy 135.257815 100.495119) (xy 135.255 100.4951) + (xy 135.173205 100.4951) (xy 135.122283 100.418455) (xy 134.920462 100.21522) (xy 134.90611 100.20554) (xy 139.85494 100.20554) + (xy 139.933179 100.197868) (xy 140.011464 100.191019) (xy 140.015755 100.189772) (xy 140.020214 100.189335) (xy 140.09552 100.166598) + (xy 140.170937 100.144688) (xy 140.174907 100.142629) (xy 140.179193 100.141336) (xy 140.248598 100.104432) (xy 140.318374 100.068265) + (xy 140.321871 100.065472) (xy 140.325821 100.063373) (xy 140.386727 100.013698) (xy 140.448158 99.964659) (xy 140.454383 99.958519) + (xy 140.454513 99.958414) (xy 140.454612 99.958293) (xy 140.456617 99.956317) (xy 140.7541 99.658834) (xy 140.7541 100.157324) + (xy 140.685417 100.202269) (xy 140.480778 100.402666) (xy 140.318961 100.638994) (xy 140.206129 100.902252) (xy 140.146579 101.182412) + (xy 140.14258 101.468803) (xy 140.194284 101.750516) (xy 140.299722 102.016822) (xy 140.454877 102.257576) (xy 140.653841 102.463608) + (xy 140.889033 102.627072) (xy 141.151497 102.741739) (xy 141.431234 102.803243) (xy 141.71759 102.809242) (xy 141.999658 102.759506) + (xy 142.266693 102.655929) (xy 142.508524 102.502459) (xy 142.715941 102.304939) (xy 142.792153 102.1969) (xy 143.792546 102.1969) + (xy 144.813323 103.217677) (xy 144.874056 103.267564) (xy 144.93427 103.318089) (xy 144.938188 103.320243) (xy 144.941648 103.323085) + (xy 145.010937 103.360237) (xy 145.079795 103.398092) (xy 145.08406 103.399445) (xy 145.088003 103.401559) (xy 145.163162 103.424538) + (xy 145.238088 103.448306) (xy 145.242533 103.448804) (xy 145.246813 103.450113) (xy 145.325033 103.458058) (xy 145.40312 103.466817) + (xy 145.411862 103.466878) (xy 145.412029 103.466895) (xy 145.412184 103.46688) (xy 145.415 103.4669) (xy 149.225 103.4669) + (xy 149.303239 103.459228) (xy 149.381524 103.452379) (xy 149.385815 103.451132) (xy 149.390274 103.450695) (xy 149.46558 103.427958) + (xy 149.540997 103.406048) (xy 149.544967 103.403989) (xy 149.549253 103.402696) (xy 149.618658 103.365792) (xy 149.688434 103.329625) + (xy 149.691931 103.326832) (xy 149.695881 103.324733) (xy 149.756787 103.275058) (xy 149.818218 103.226019) (xy 149.824443 103.219879) + (xy 149.824573 103.219774) (xy 149.824672 103.219653) (xy 149.826677 103.217677) (xy 151.096677 101.947677) (xy 151.146564 101.886943) + (xy 151.164528 101.865534) (xy 151.319957 101.766897) (xy 151.509337 101.586552) (xy 151.660081 101.372858) (xy 151.766448 101.133955) + (xy 151.824386 100.878941) (xy 151.828557 100.580244) (xy 151.777762 100.323711) (xy 151.678107 100.081931) (xy 151.533388 99.864111) + (xy 151.349118 99.678549) (xy 151.132314 99.532313) (xy 151.066149 99.5045) (xy 151.256042 99.5045) (xy 151.378723 99.480097) + (xy 151.494285 99.43223) (xy 151.598289 99.362737) (xy 151.686737 99.274289) (xy 151.75623 99.170285) (xy 151.804097 99.054723) + (xy 151.810625 99.0219) (xy 156.02559 99.0219) (xy 156.033041 99.04658) (xy 156.054952 99.121997) (xy 156.05701 99.125967) + (xy 156.058304 99.130253) (xy 156.095207 99.199658) (xy 156.131375 99.269434) (xy 156.134167 99.272931) (xy 156.136267 99.276881) + (xy 156.185941 99.337787) (xy 156.234981 99.399218) (xy 156.24112 99.405443) (xy 156.241226 99.405573) (xy 156.241346 99.405672) + (xy 156.243323 99.407677) (xy 157.513323 100.677677) (xy 157.574056 100.727564) (xy 157.63427 100.778089) (xy 157.638188 100.780243) + (xy 157.641648 100.783085) (xy 157.710937 100.820237) (xy 157.779795 100.858092) (xy 157.78406 100.859445) (xy 157.788003 100.861559) + (xy 157.863162 100.884538) (xy 157.938088 100.908306) (xy 157.942533 100.908804) (xy 157.946813 100.910113) (xy 158.025033 100.918058) + (xy 158.10312 100.926817) (xy 158.111862 100.926878) (xy 158.112029 100.926895) (xy 158.112184 100.92688) (xy 158.115 100.9269) + (xy 161.925 100.9269) (xy 164.465 100.9269) (xy 164.543239 100.919228) (xy 164.621524 100.912379) (xy 164.625815 100.911132) + (xy 164.630274 100.910695) (xy 164.70558 100.887958) (xy 164.780997 100.866048) (xy 164.784967 100.863989) (xy 164.789253 100.862696) + (xy 164.858658 100.825792) (xy 164.928434 100.789625) (xy 164.931931 100.786832) (xy 164.935881 100.784733) (xy 164.996787 100.735058) + (xy 165.058218 100.686019) (xy 165.064443 100.679879) (xy 165.064573 100.679774) (xy 165.064672 100.679653) (xy 165.066677 100.677677) + (xy 166.336677 99.407677) (xy 166.386564 99.346943) (xy 166.437089 99.28673) (xy 166.439243 99.282811) (xy 166.442085 99.279352) + (xy 166.479237 99.210062) (xy 166.517092 99.141205) (xy 166.518445 99.136939) (xy 166.520559 99.132997) (xy 166.543538 99.057837) + (xy 166.567306 98.982912) (xy 166.567804 98.978466) (xy 166.569113 98.974187) (xy 166.577058 98.895966) (xy 166.585817 98.81788) + (xy 166.585878 98.809137) (xy 166.585895 98.808971) (xy 166.58588 98.808815) (xy 166.5859 98.806) (xy 166.5859 98.725855) + (xy 166.638524 98.692459) (xy 166.845941 98.494939) (xy 167.011042 98.260893) (xy 167.127539 97.999236) (xy 167.190995 97.719935) + (xy 167.195563 97.392791) (xy 167.139931 97.111826) (xy 167.030785 96.847019) (xy 166.872283 96.608455) (xy 166.670462 96.40522) + (xy 166.43301 96.245057) (xy 166.168971 96.134065) (xy 165.888403 96.076472) (xy 165.601991 96.074473) (xy 165.320645 96.128142) + (xy 165.055082 96.235437) (xy 164.815417 96.392269) (xy 164.610778 96.592666) (xy 164.448961 96.828994) (xy 164.336129 97.092252) + (xy 164.276579 97.372412) (xy 164.27258 97.658803) (xy 164.324284 97.940516) (xy 164.429722 98.206822) (xy 164.584877 98.447576) + (xy 164.73481 98.602835) (xy 164.112546 99.2251) (xy 161.925 99.2251) (xy 158.467454 99.2251) (xy 157.843945 98.601591) + (xy 157.955941 98.494939) (xy 158.121042 98.260893) (xy 158.237539 97.999236) (xy 158.300995 97.719935) (xy 158.305563 97.392791) + (xy 158.249931 97.111826) (xy 158.140785 96.847019) (xy 157.982283 96.608455) (xy 157.780462 96.40522) (xy 157.54301 96.245057) + (xy 157.278971 96.134065) (xy 156.998403 96.076472) (xy 156.711991 96.074473) (xy 156.430645 96.128142) (xy 156.165082 96.235437) + (xy 155.925417 96.392269) (xy 155.720778 96.592666) (xy 155.558961 96.828994) (xy 155.446129 97.092252) (xy 155.397698 97.3201) + (xy 151.810625 97.3201) (xy 151.804097 97.287277) (xy 151.75623 97.171715) (xy 151.686737 97.067711) (xy 151.598289 96.979263) + (xy 151.494285 96.90977) (xy 151.378723 96.861903) (xy 151.256042 96.8375) (xy 151.130958 96.8375) (xy 149.733958 96.8375) + (xy 149.611277 96.861903) (xy 149.495715 96.90977) (xy 149.391711 96.979263) (xy 149.303263 97.067711) (xy 149.23377 97.171715) + (xy 149.185903 97.287277) (xy 149.1615 97.409958) (xy 149.1615 97.535042) (xy 149.1615 98.932042) (xy 149.185903 99.054723) + (xy 149.23377 99.170285) (xy 149.303263 99.274289) (xy 149.391711 99.362737) (xy 149.495715 99.43223) (xy 149.611277 99.480097) + (xy 149.733958 99.5045) (xy 149.859042 99.5045) (xy 149.921306 99.5045) (xy 149.874206 99.52353) (xy 149.655381 99.666725) + (xy 149.468537 99.849695) (xy 149.374091 99.987629) (xy 149.316081 99.879098) (xy 149.011449 99.834156) (xy 148.831844 100.013761) + (xy 148.831844 99.654551) (xy 148.786902 99.349919) (xy 148.505384 99.213776) (xy 148.202714 99.135171) (xy 147.890526 99.117123) + (xy 147.580815 99.160328) (xy 147.285484 99.263123) (xy 147.123098 99.349919) (xy 147.078156 99.654551) (xy 147.955 100.531395) + (xy 148.831844 99.654551) (xy 148.831844 100.013761) (xy 148.134605 100.711) (xy 148.148747 100.725142) (xy 147.969142 100.904747) + (xy 147.955 100.890605) (xy 147.940857 100.904747) (xy 147.775395 100.739285) (xy 147.761252 100.725142) (xy 147.775395 100.711) + (xy 146.898551 99.834156) (xy 146.593919 99.879098) (xy 146.457776 100.160616) (xy 146.379171 100.463286) (xy 146.361123 100.775474) + (xy 146.404328 101.085185) (xy 146.507123 101.380516) (xy 146.593919 101.542902) (xy 146.898548 101.587843) (xy 146.737667 101.748725) + (xy 146.754042 101.7651) (xy 145.767454 101.7651) (xy 144.746677 100.744323) (xy 144.685943 100.694435) (xy 144.62573 100.643911) + (xy 144.621811 100.641756) (xy 144.618352 100.638915) (xy 144.549027 100.601743) (xy 144.480205 100.563908) (xy 144.475943 100.562556) + (xy 144.471997 100.56044) (xy 144.396791 100.537447) (xy 144.321912 100.513694) (xy 144.317466 100.513195) (xy 144.313187 100.511887) + (xy 144.234966 100.503941) (xy 144.15688 100.495183) (xy 144.148137 100.495121) (xy 144.147971 100.495105) (xy 144.147815 100.495119) + (xy 144.145 100.4951) (xy 142.793205 100.4951) (xy 142.742283 100.418455) (xy 142.540462 100.21522) (xy 142.4559 100.158182) + (xy 142.4559 98.851625) (xy 142.488723 98.845097) (xy 142.604285 98.79723) (xy 142.708289 98.727737) (xy 142.796737 98.639289) + (xy 142.86623 98.535285) (xy 142.914097 98.419723) (xy 142.9385 98.297042) (xy 142.9385 98.171958) (xy 142.9385 96.774958) + (xy 142.914097 96.652277) (xy 142.86623 96.536715) (xy 142.796737 96.432711) (xy 142.708289 96.344263) (xy 142.604285 96.27477) + (xy 142.488723 96.226903) (xy 142.366042 96.2025) (xy 142.240958 96.2025) (xy 140.843958 96.2025) (xy 140.721277 96.226903) + (xy 140.605715 96.27477) (xy 140.501711 96.344263) (xy 140.413263 96.432711) (xy 140.34377 96.536715) (xy 140.295903 96.652277) + (xy 140.2715 96.774958) (xy 140.2715 96.900042) (xy 140.2715 97.734726) (xy 139.502486 98.50374) (xy 134.886093 98.50374) + (xy 134.044963 97.662609) (xy 134.048557 97.405244) (xy 133.997762 97.148711) (xy 133.898107 96.906931) (xy 133.753388 96.689111) + (xy 133.569118 96.503549) (xy 133.352314 96.357313) (xy 133.111235 96.255973) (xy 132.855063 96.203388) (xy 132.593557 96.201563) + (xy 132.336676 96.250565) (xy 132.094206 96.34853) (xy 131.875381 96.491725) (xy 131.688537 96.674695) (xy 131.540791 96.890473) + (xy 131.444206 97.115822) (xy 131.358107 96.906931) (xy 131.213388 96.689111) (xy 131.029118 96.503549) (xy 130.812314 96.357313) + (xy 130.571235 96.255973) (xy 130.315063 96.203388) (xy 130.053557 96.201563) (xy 129.796676 96.250565) (xy 129.554206 96.34853) + (xy 129.335381 96.491725) (xy 129.148537 96.674695) (xy 129.141412 96.6851) (xy 126.365 96.6851) (xy 126.28681 96.692766) + (xy 126.208476 96.69962) (xy 126.204179 96.700868) (xy 126.199726 96.701305) (xy 126.12446 96.724029) (xy 126.049003 96.745952) + (xy 126.045032 96.74801) (xy 126.040747 96.749304) (xy 125.97132 96.786218) (xy 125.901567 96.822375) (xy 125.898071 96.825165) + (xy 125.894119 96.827267) (xy 125.83319 96.876959) (xy 125.771782 96.925981) (xy 125.765556 96.93212) (xy 125.765427 96.932226) + (xy 125.765327 96.932346) (xy 125.763323 96.934323) (xy 125.001323 97.696323) (xy 124.951435 97.757056) (xy 124.900911 97.81727) + (xy 124.898756 97.821188) (xy 124.895915 97.824648) (xy 124.858743 97.893972) (xy 124.820908 97.962795) (xy 124.819556 97.967056) + (xy 124.81744 97.971003) (xy 124.794447 98.046208) (xy 124.770694 98.121088) (xy 124.770195 98.125533) (xy 124.768887 98.129813) + (xy 124.760941 98.208033) (xy 124.752183 98.28612) (xy 124.752121 98.294862) (xy 124.752105 98.295029) (xy 124.752119 98.295184) + (xy 124.7521 98.298) (xy 124.7521 100.157324) (xy 124.683417 100.202269) (xy 124.478778 100.402666) (xy 124.316961 100.638994) + (xy 124.204129 100.902252) (xy 124.144579 101.182412) (xy 124.14058 101.468803) (xy 124.192284 101.750516) (xy 124.297722 102.016822) + (xy 124.452877 102.257576) (xy 124.651841 102.463608) (xy 124.887033 102.627072) (xy 125.149497 102.741739) (xy 125.328521 102.7811) + (xy 124.812454 102.7811) (xy 124.0409 102.009546) (xy 124.0409 96.999454) (xy 125.045327 95.995026) (xy 125.159841 96.113608) + (xy 125.395033 96.277072) (xy 125.657497 96.391739) (xy 125.937234 96.453243) (xy 126.22359 96.459242) (xy 126.505658 96.409506) + (xy 126.772693 96.305929) (xy 127.014524 96.152459) (xy 127.221941 95.954939) (xy 127.387042 95.720893) (xy 127.503539 95.459236) + (xy 127.566995 95.179935) (xy 127.571563 94.852791) (xy 127.515931 94.571826) (xy 127.406785 94.307019) (xy 127.248283 94.068455) + (xy 127.046462 93.86522) (xy 126.80901 93.705057) (xy 126.544971 93.594065) (xy 126.383405 93.5609) (xy 135.89 93.5609) + (xy 135.969743 93.553081) (xy 136.049443 93.545828) (xy 136.052302 93.544986) (xy 136.055274 93.544695) (xy 136.131928 93.521551) + (xy 136.208753 93.498941) (xy 136.211399 93.497557) (xy 136.214253 93.496696) (xy 136.284922 93.45912) (xy 136.355922 93.422003) + (xy 136.358247 93.420133) (xy 136.360881 93.418733) (xy 136.422906 93.368145) (xy 136.485344 93.317945) (xy 136.487263 93.315657) + (xy 136.489573 93.313774) (xy 136.5406 93.252092) (xy 136.592089 93.19073) (xy 136.593525 93.188116) (xy 136.595428 93.185817) + (xy 136.633517 93.115371) (xy 136.672092 93.045205) (xy 136.672994 93.042361) (xy 136.674413 93.039737) (xy 136.698094 92.963235) + (xy 136.722306 92.886912) (xy 136.722638 92.883947) (xy 136.723521 92.881097) (xy 136.731891 92.801455) (xy 136.740817 92.72188) + (xy 136.740857 92.716148) (xy 136.740879 92.71594) (xy 136.740859 92.71573) (xy 136.7409 92.71) (xy 136.7409 91.538454) + (xy 139.417453 88.8619) (xy 140.780395 88.8619) (xy 140.765381 88.871725) (xy 140.578537 89.054695) (xy 140.430791 89.270473) + (xy 140.32777 89.510839) (xy 140.273399 89.766637) (xy 140.269747 90.028124) (xy 140.316955 90.285341) (xy 140.413225 90.528489) + (xy 140.554888 90.748308) (xy 140.73655 90.936425) (xy 140.7541 90.948622) (xy 140.7541 91.821) (xy 140.761771 91.899239) + (xy 140.768621 91.977524) (xy 140.769867 91.981815) (xy 140.770305 91.986274) (xy 140.793041 92.06158) (xy 140.814952 92.136997) + (xy 140.81701 92.140967) (xy 140.818304 92.145253) (xy 140.855207 92.214658) (xy 140.891375 92.284434) (xy 140.894167 92.287931) + (xy 140.896267 92.291881) (xy 140.945941 92.352787) (xy 140.994981 92.414218) (xy 141.00112 92.420443) (xy 141.001226 92.420573) + (xy 141.001346 92.420672) (xy 141.003323 92.422677) (xy 144.5641 95.983454) (xy 144.5641 96.220374) (xy 144.531277 96.226903) + (xy 144.415715 96.27477) (xy 144.311711 96.344263) (xy 144.223263 96.432711) (xy 144.15377 96.536715) (xy 144.105903 96.652277) + (xy 144.0815 96.774958) (xy 144.0815 96.900042) (xy 144.0815 98.297042) (xy 144.105903 98.419723) (xy 144.15377 98.535285) + (xy 144.223263 98.639289) (xy 144.311711 98.727737) (xy 144.415715 98.79723) (xy 144.531277 98.845097) (xy 144.653958 98.8695) + (xy 144.779042 98.8695) (xy 146.176042 98.8695) (xy 146.298723 98.845097) (xy 146.414285 98.79723) (xy 146.518289 98.727737) + (xy 146.606737 98.639289) (xy 146.67623 98.535285) (xy 146.724097 98.419723) (xy 146.7485 98.297042) (xy 146.7485 98.171958) + (xy 146.7485 96.774958) (xy 146.724097 96.652277) (xy 146.67623 96.536715) (xy 146.606737 96.432711) (xy 146.518289 96.344263) + (xy 146.414285 96.27477) (xy 146.298723 96.226903) (xy 146.2659 96.220374) (xy 146.2659 95.732174) (xy 146.280972 95.740256) + (xy 146.349795 95.778092) (xy 146.354056 95.779443) (xy 146.358003 95.78156) (xy 146.433208 95.804552) (xy 146.508088 95.828306) + (xy 146.512533 95.828804) (xy 146.516813 95.830113) (xy 146.595033 95.838058) (xy 146.67312 95.846817) (xy 146.681862 95.846878) + (xy 146.682029 95.846895) (xy 146.682184 95.84688) (xy 146.685 95.8469) (xy 154.305 95.8469) (xy 154.383239 95.839228) + (xy 154.461524 95.832379) (xy 154.465815 95.831132) (xy 154.470274 95.830695) (xy 154.54558 95.807958) (xy 154.620997 95.786048) + (xy 154.624967 95.783989) (xy 154.629253 95.782696) (xy 154.698658 95.745792) (xy 154.768434 95.709625) (xy 154.771931 95.706832) + (xy 154.775881 95.704733) (xy 154.836787 95.655058) (xy 154.898218 95.606019) (xy 154.904443 95.599879) (xy 154.904573 95.599774) + (xy 154.904672 95.599653) (xy 154.906677 95.597677) (xy 157.446677 93.057677) (xy 157.496564 92.996943) (xy 157.547089 92.93673) + (xy 157.549243 92.932811) (xy 157.552085 92.929352) (xy 157.589237 92.860062) (xy 157.627092 92.791205) (xy 157.628445 92.786939) + (xy 157.630559 92.782997) (xy 157.653538 92.707837) (xy 157.677306 92.632912) (xy 157.677804 92.628466) (xy 157.679113 92.624187) + (xy 157.687058 92.545966) (xy 157.695817 92.46788) (xy 157.695878 92.459137) (xy 157.695895 92.458971) (xy 157.69588 92.458815) + (xy 157.6959 92.456) (xy 157.6959 91.105855) (xy 157.748524 91.072459) (xy 157.955941 90.874939) (xy 158.032153 90.7669) + (xy 160.100774 90.7669) (xy 160.139877 90.827576) (xy 160.338841 91.033608) (xy 160.574033 91.197072) (xy 160.836497 91.311739) + (xy 161.116234 91.373243) (xy 161.40259 91.379242) (xy 161.684658 91.329506) (xy 161.951693 91.225929) (xy 162.193524 91.072459) + (xy 162.400941 90.874939) (xy 162.566042 90.640893) (xy 162.682539 90.379236) (xy 162.745995 90.099935) (xy 162.750563 89.772791) + (xy 162.694931 89.491826) (xy 162.585785 89.227019) (xy 162.427283 88.988455) (xy 162.225462 88.78522) (xy 161.98801 88.625057) + (xy 161.723971 88.514065) (xy 161.443403 88.456472) (xy 161.156991 88.454473) (xy 160.875645 88.508142) (xy 160.610082 88.615437) + (xy 160.370417 88.772269) (xy 160.165778 88.972666) (xy 160.102487 89.0651) (xy 158.033205 89.0651) (xy 157.982283 88.988455) + (xy 157.780462 88.78522) (xy 157.54301 88.625057) (xy 157.278971 88.514065) (xy 156.998403 88.456472) (xy 156.711991 88.454473) + (xy 156.430645 88.508142) (xy 156.165082 88.615437) (xy 155.925417 88.772269) (xy 155.720778 88.972666) (xy 155.558961 89.208994) + (xy 155.446129 89.472252) (xy 155.386579 89.752412) (xy 155.38258 90.038803) (xy 155.434284 90.320516) (xy 155.539722 90.586822) + (xy 155.694877 90.827576) (xy 155.893841 91.033608) (xy 155.9941 91.10329) (xy 155.9941 92.103546) (xy 153.952546 94.1451) + (xy 147.037454 94.1451) (xy 144.3609 91.468546) (xy 144.3609 90.742119) (xy 144.364888 90.748308) (xy 144.54655 90.936425) + (xy 144.761291 91.085674) (xy 145.000932 91.19037) (xy 145.256344 91.246526) (xy 145.5178 91.252003) (xy 145.77534 91.206592) + (xy 146.019154 91.112022) (xy 146.239957 90.971897) (xy 146.429337 90.791552) (xy 146.580081 90.577858) (xy 146.686448 90.338955) + (xy 146.744386 90.083941) (xy 146.748557 89.785244) (xy 146.697762 89.528711) (xy 146.68465 89.4969) (xy 148.192842 89.4969) + (xy 148.35655 89.666425) (xy 148.571291 89.815674) (xy 148.655582 89.8525) (xy 148.463958 89.8525) (xy 148.341277 89.876903) + (xy 148.225715 89.92477) (xy 148.121711 89.994263) (xy 148.033263 90.082711) (xy 147.96377 90.186715) (xy 147.915903 90.302277) + (xy 147.8915 90.424958) (xy 147.8915 90.550042) (xy 147.8915 91.947042) (xy 147.915903 92.069723) (xy 147.96377 92.185285) + (xy 148.033263 92.289289) (xy 148.121711 92.377737) (xy 148.225715 92.44723) (xy 148.341277 92.495097) (xy 148.463958 92.5195) + (xy 148.589042 92.5195) (xy 149.986042 92.5195) (xy 150.108723 92.495097) (xy 150.224285 92.44723) (xy 150.328289 92.377737) + (xy 150.416737 92.289289) (xy 150.48623 92.185285) (xy 150.534097 92.069723) (xy 150.540625 92.0369) (xy 153.035 92.0369) + (xy 153.113239 92.029228) (xy 153.191524 92.022379) (xy 153.195815 92.021132) (xy 153.200274 92.020695) (xy 153.27558 91.997958) + (xy 153.350997 91.976048) (xy 153.354967 91.973989) (xy 153.359253 91.972696) (xy 153.428658 91.935792) (xy 153.498434 91.899625) + (xy 153.501931 91.896832) (xy 153.505881 91.894733) (xy 153.566787 91.845058) (xy 153.628218 91.796019) (xy 153.634443 91.789879) + (xy 153.634573 91.789774) (xy 153.634672 91.789653) (xy 153.636677 91.787677) (xy 154.906677 90.517677) (xy 154.956564 90.456943) + (xy 155.007089 90.39673) (xy 155.009243 90.392811) (xy 155.012085 90.389352) (xy 155.049237 90.320062) (xy 155.087092 90.251205) + (xy 155.088445 90.246939) (xy 155.090559 90.242997) (xy 155.113538 90.167837) (xy 155.137306 90.092912) (xy 155.137804 90.088466) + (xy 155.139113 90.084187) (xy 155.147058 90.005966) (xy 155.155817 89.92788) (xy 155.155878 89.919137) (xy 155.155895 89.918971) + (xy 155.15588 89.918815) (xy 155.1559 89.916) (xy 155.1559 87.728454) (xy 155.927454 86.9569) (xy 160.655 86.9569) + (xy 163.477546 86.9569) (xy 164.8841 88.363454) (xy 164.8841 89.997324) (xy 164.815417 90.042269) (xy 164.610778 90.242666) + (xy 164.448961 90.478994) (xy 164.336129 90.742252) (xy 164.276579 91.022412) (xy 164.27258 91.308803) (xy 164.29371 91.423935) + (xy 160.688323 95.029323) (xy 160.638435 95.090056) (xy 160.587911 95.15027) (xy 160.585756 95.154188) (xy 160.582915 95.157648) + (xy 160.545743 95.226972) (xy 160.507908 95.295795) (xy 160.506556 95.300056) (xy 160.50444 95.304003) (xy 160.481447 95.379208) + (xy 160.457694 95.454088) (xy 160.457195 95.458533) (xy 160.455887 95.462813) (xy 160.447941 95.541033) (xy 160.439183 95.61912) + (xy 160.439121 95.627862) (xy 160.439105 95.628029) (xy 160.439119 95.628184) (xy 160.4391 95.631) (xy 160.4391 96.347324) + (xy 160.370417 96.392269) (xy 160.165778 96.592666) (xy 160.003961 96.828994) (xy 159.891129 97.092252) (xy 159.831579 97.372412) + (xy 159.82758 97.658803) (xy 159.879284 97.940516) (xy 159.984722 98.206822) (xy 160.139877 98.447576) (xy 160.338841 98.653608) + (xy 160.574033 98.817072) (xy 160.836497 98.931739) (xy 161.116234 98.993243) (xy 161.40259 98.999242) (xy 161.684658 98.949506) + (xy 161.951693 98.845929) (xy 162.193524 98.692459) (xy 162.400941 98.494939) (xy 162.566042 98.260893) (xy 162.682539 97.999236) + (xy 162.745995 97.719935) (xy 162.750563 97.392791) (xy 162.694931 97.111826) (xy 162.585785 96.847019) (xy 162.427283 96.608455) + (xy 162.225462 96.40522) (xy 162.1409 96.348182) (xy 162.1409 95.983454) (xy 165.495552 92.628801) (xy 165.561234 92.643243) + (xy 165.84759 92.649242) (xy 166.129658 92.599506) (xy 166.396693 92.495929) (xy 166.638524 92.342459) (xy 166.845941 92.144939) + (xy 167.011042 91.910893) (xy 167.127539 91.649236) (xy 167.190995 91.369935) (xy 167.195563 91.042791) (xy 167.139931 90.761826) + (xy 167.030785 90.497019) (xy 166.872283 90.258455) (xy 166.670462 90.05522) (xy 166.5859 89.998182) (xy 166.5859 88.011) + (xy 166.578228 87.93276) (xy 166.571379 87.854476) (xy 166.570132 87.850184) (xy 166.569695 87.845726) (xy 166.546958 87.770419) + (xy 166.525048 87.695003) (xy 166.522989 87.691032) (xy 166.521696 87.686747) (xy 166.484781 87.61732) (xy 166.448625 87.547567) + (xy 166.445834 87.544071) (xy 166.443733 87.540119) (xy 166.39404 87.47919) (xy 166.345019 87.417782) (xy 166.338879 87.411556) + (xy 166.338774 87.411427) (xy 166.338653 87.411327) (xy 166.336677 87.409323) (xy 164.431677 85.504323) (xy 164.370943 85.454435) + (xy 164.31073 85.403911) (xy 164.306811 85.401756) (xy 164.303352 85.398915) (xy 164.234027 85.361743) (xy 164.165205 85.323908) + (xy 164.160943 85.322556) (xy 164.156997 85.32044) (xy 164.081791 85.297447) (xy 164.006912 85.273694) (xy 164.002466 85.273195) + (xy 163.998187 85.271887) (xy 163.919966 85.263941) (xy 163.84188 85.255183) (xy 163.833137 85.255121) (xy 163.832971 85.255105) + (xy 163.832815 85.255119) (xy 163.83 85.2551) (xy 160.655 85.2551) (xy 155.575 85.2551) (xy 155.496764 85.26277) + (xy 155.418475 85.269621) (xy 155.414182 85.270868) (xy 155.409726 85.271305) (xy 155.334431 85.294038) (xy 155.259003 85.315952) + (xy 155.255032 85.31801) (xy 155.250747 85.319304) (xy 155.181341 85.356207) (xy 155.111566 85.392375) (xy 155.108068 85.395167) + (xy 155.104119 85.397267) (xy 155.043212 85.446941) (xy 154.981782 85.495981) (xy 154.975556 85.50212) (xy 154.975427 85.502226) + (xy 154.975327 85.502346) (xy 154.973323 85.504323) (xy 153.703323 86.774323) (xy 153.653435 86.835056) (xy 153.602911 86.89527) + (xy 153.600756 86.899188) (xy 153.597915 86.902648) (xy 153.560743 86.971972) (xy 153.522908 87.040795) (xy 153.521556 87.045056) + (xy 153.51944 87.049003) (xy 153.496447 87.124208) (xy 153.472694 87.199088) (xy 153.472195 87.203533) (xy 153.470887 87.207813) + (xy 153.462941 87.286033) (xy 153.454183 87.36412) (xy 153.454121 87.372862) (xy 153.454105 87.373029) (xy 153.454119 87.373184) + (xy 153.4541 87.376) (xy 153.4541 89.563546) (xy 152.682546 90.3351) (xy 150.540625 90.3351) (xy 150.534097 90.302277) + (xy 150.48623 90.186715) (xy 150.416737 90.082711) (xy 150.328289 89.994263) (xy 150.224285 89.92477) (xy 150.108723 89.876903) + (xy 149.986042 89.8525) (xy 149.860958 89.8525) (xy 149.80214 89.8525) (xy 149.829154 89.842022) (xy 150.049957 89.701897) + (xy 150.239337 89.521552) (xy 150.390081 89.307858) (xy 150.496448 89.068955) (xy 150.49708 89.066171) (xy 150.573225 89.258489) + (xy 150.714888 89.478308) (xy 150.89655 89.666425) (xy 151.111291 89.815674) (xy 151.350932 89.92037) (xy 151.606344 89.976526) + (xy 151.8678 89.982003) (xy 152.12534 89.936592) (xy 152.369154 89.842022) (xy 152.589957 89.701897) (xy 152.779337 89.521552) + (xy 152.930081 89.307858) (xy 153.036448 89.068955) (xy 153.094386 88.813941) (xy 153.098557 88.515244) (xy 153.047762 88.258711) + (xy 152.948107 88.016931) (xy 152.803388 87.799111) (xy 152.619118 87.613549) (xy 152.402314 87.467313) (xy 152.161235 87.365973) + (xy 151.905063 87.313388) (xy 151.760456 87.312378) (xy 150.554078 86.106) (xy 152.789278 83.8708) (xy 159.385 83.8708) + (xy 159.471409 83.862327) (xy 159.557878 83.854763) (xy 159.562624 83.853384) (xy 159.567541 83.852902) (xy 159.650627 83.827816) + (xy 159.734011 83.803591) (xy 159.738399 83.801316) (xy 159.74313 83.799888) (xy 159.819773 83.759136) (xy 159.896852 83.719182) + (xy 159.900714 83.716098) (xy 159.905077 83.713779) (xy 159.972353 83.658909) (xy 160.040195 83.604753) (xy 160.047072 83.597971) + (xy 160.047215 83.597855) (xy 160.047324 83.597722) (xy 160.049539 83.595539) (xy 165.129539 78.515539) (xy 165.184635 78.448462) + (xy 165.240442 78.381956) (xy 165.242823 78.377624) (xy 165.245959 78.373807) (xy 165.286972 78.297317) (xy 165.328803 78.221227) + (xy 165.330297 78.216515) (xy 165.332633 78.21216) (xy 165.358005 78.129169) (xy 165.384263 78.046395) (xy 165.384814 78.04148) + (xy 165.386258 78.036758) (xy 165.395028 77.950421) (xy 165.404708 77.864122) (xy 165.404775 77.85446) (xy 165.404794 77.854281) + (xy 165.404778 77.854113) (xy 165.4048 77.851) (xy 165.4048 61.341) (xy 165.396327 61.25459) (xy 165.388763 61.168122) + (xy 165.387384 61.163375) (xy 165.386902 61.158459) (xy 165.361816 61.075372) (xy 165.337591 60.991989) (xy 165.335316 60.9876) + (xy 165.333888 60.98287) (xy 165.293136 60.906226) (xy 165.253182 60.829148) (xy 165.250098 60.825285) (xy 165.247779 60.820923) + (xy 165.192884 60.753615) (xy 165.138752 60.685805) (xy 165.131972 60.678929) (xy 165.131855 60.678785) (xy 165.131721 60.678674) + (xy 165.129539 60.676461) (xy 161.405899 56.952821) (xy 161.338822 56.897724) (xy 161.272316 56.841918) (xy 161.267984 56.839536) + (xy 161.264167 56.836401) (xy 161.187677 56.795387) (xy 161.111587 56.753557) (xy 161.106875 56.752062) (xy 161.10252 56.749727) + (xy 161.019529 56.724354) (xy 160.936755 56.698097) (xy 160.93184 56.697545) (xy 160.927118 56.696102) (xy 160.840781 56.687331) + (xy 160.754482 56.677652) (xy 160.74482 56.677584) (xy 160.744641 56.677566) (xy 160.744473 56.677581) (xy 160.74136 56.67756) + (xy 124.8537 56.67756) (xy 124.76733 56.686028) (xy 124.680823 56.693597) (xy 124.676077 56.694975) (xy 124.671159 56.695458) + (xy 124.58806 56.720547) (xy 124.504689 56.744769) (xy 124.5003 56.747043) (xy 124.49557 56.748472) (xy 124.418966 56.789203) + (xy 124.341848 56.829177) (xy 124.337981 56.832263) (xy 124.333623 56.834581) (xy 124.266373 56.889427) (xy 124.198505 56.943607) + (xy 124.191627 56.950388) (xy 124.191485 56.950505) (xy 124.191375 56.950637) (xy 124.189161 56.952821) (xy 121.959982 59.182) + (xy 121.603458 59.182) (xy 121.480777 59.206403) (xy 121.365215 59.25427) (xy 121.261211 59.323763) (xy 121.172763 59.412211) + (xy 121.106715 59.511057) (xy 117.827119 56.231461) (xy 117.760042 56.176364) (xy 117.693536 56.120558) (xy 117.689204 56.118176) + (xy 117.685387 56.115041) (xy 117.608897 56.074027) (xy 117.532807 56.032197) (xy 117.528095 56.030702) (xy 117.52374 56.028367) + (xy 117.440749 56.002994) (xy 117.357975 55.976737) (xy 117.35306 55.976185) (xy 117.348338 55.974742) (xy 117.262001 55.965971) + (xy 117.175702 55.956292) (xy 117.16604 55.956224) (xy 117.165861 55.956206) (xy 117.165693 55.956221) (xy 117.16258 55.9562) + (xy 97.79 55.9562) (xy 97.79 55.563458) (xy 97.765597 55.440777) (xy 97.71773 55.325215) (xy 97.648237 55.221211) + (xy 97.559789 55.132763) (xy 97.455785 55.06327) (xy 97.340223 55.015403) (xy 97.217542 54.991) (xy 97.092458 54.991) + (xy 94.552458 54.991) (xy 94.429777 55.015403) (xy 94.314215 55.06327) (xy 94.210211 55.132763) (xy 94.121763 55.221211) + (xy 94.05227 55.325215) (xy 94.004403 55.440777) (xy 93.98 55.563458) (xy 93.98 55.688542) (xy 93.98 58.228542) + (xy 94.004403 58.351223) (xy 94.05227 58.466785) (xy 94.121763 58.570789) (xy 94.210211 58.659237) (xy 94.314215 58.72873) + (xy 94.429777 58.776597) (xy 94.552458 58.801) (xy 94.677542 58.801) (xy 97.217542 58.801) (xy 97.340223 58.776597) + (xy 97.455785 58.72873) (xy 97.559789 58.659237) (xy 97.648237 58.570789) (xy 97.71773 58.466785) (xy 97.765597 58.351223) + (xy 97.79 58.228542) (xy 97.79 58.103458) (xy 97.79 57.8358) (xy 116.773302 57.8358) (xy 120.308041 61.370539) + (xy 120.375117 61.425635) (xy 120.441624 61.481442) (xy 120.445955 61.483823) (xy 120.449773 61.486959) (xy 120.526262 61.527972) + (xy 120.602353 61.569803) (xy 120.607064 61.571297) (xy 120.61142 61.573633) (xy 120.694452 61.599018) (xy 120.777185 61.625263) + (xy 120.782094 61.625813) (xy 120.786822 61.627259) (xy 120.873253 61.636038) (xy 120.959458 61.645708) (xy 120.969108 61.645775) + (xy 120.969299 61.645795) (xy 120.969476 61.645778) (xy 120.97258 61.6458) (xy 121.031 61.6458) (xy 121.031 61.657542) + (xy 121.055403 61.780223) (xy 121.10327 61.895785) (xy 121.172763 61.999789) (xy 121.261211 62.088237) (xy 121.365215 62.15773) + (xy 121.480777 62.205597) (xy 121.603458 62.23) (xy 121.728542 62.23) (xy 123.506542 62.23) (xy 123.629223 62.205597) + (xy 123.744785 62.15773) (xy 123.848789 62.088237) (xy 123.937237 61.999789) (xy 124.00673 61.895785) (xy 124.054597 61.780223) + (xy 124.079 61.657542) (xy 124.079 61.532458) (xy 124.079 59.754458) (xy 124.073471 59.726666) (xy 125.242978 58.55716) + (xy 160.352082 58.55716) (xy 163.5252 61.730278) (xy 163.5252 77.461722) (xy 161.580841 79.40608) (xy 161.6075 79.272059) + (xy 161.6075 78.83525) (xy 161.6075 78.13675) (xy 161.6075 77.699941) (xy 161.573336 77.528188) (xy 161.506322 77.3664) + (xy 161.409031 77.220795) (xy 161.285204 77.096969) (xy 161.139599 76.999678) (xy 160.977812 76.932664) (xy 160.806059 76.8985) + (xy 160.630941 76.8985) (xy 160.36925 76.8985) (xy 160.147 77.12075) (xy 160.147 78.359) (xy 161.38525 78.359) + (xy 161.6075 78.13675) (xy 161.6075 78.83525) (xy 161.38525 78.613) (xy 160.147 78.613) (xy 160.147 79.85125) + (xy 160.36925 80.0735) (xy 160.630941 80.0735) (xy 160.806059 80.0735) (xy 160.94008 80.046841) (xy 159.893 81.093921) + (xy 159.893 79.85125) (xy 159.893 78.613) (xy 159.893 78.359) (xy 159.893 77.12075) (xy 159.67075 76.8985) + (xy 159.409059 76.8985) (xy 159.233941 76.8985) (xy 159.062188 76.932664) (xy 158.900401 76.999678) (xy 158.754796 77.096969) + (xy 158.630969 77.220795) (xy 158.533678 77.3664) (xy 158.466664 77.528188) (xy 158.4325 77.699941) (xy 158.4325 78.13675) + (xy 158.65475 78.359) (xy 159.893 78.359) (xy 159.893 78.613) (xy 158.65475 78.613) (xy 158.4325 78.83525) + (xy 158.4325 79.272059) (xy 158.466664 79.443812) (xy 158.533678 79.6056) (xy 158.630969 79.751205) (xy 158.754796 79.875031) + (xy 158.900401 79.972322) (xy 159.062188 80.039336) (xy 159.233941 80.0735) (xy 159.409059 80.0735) (xy 159.67075 80.0735) + (xy 159.893 79.85125) (xy 159.893 81.093921) (xy 158.995722 81.9912) (xy 156.273557 81.9912) (xy 156.273557 77.085244) + (xy 156.222762 76.828711) (xy 156.123107 76.586931) (xy 155.978388 76.369111) (xy 155.794118 76.183549) (xy 155.577314 76.037313) + (xy 155.336235 75.935973) (xy 155.080063 75.883388) (xy 154.818557 75.881563) (xy 154.810461 75.883107) (xy 153.8859 74.958546) + (xy 153.8859 73.63249) (xy 154.030201 73.516469) (xy 154.208641 73.303812) (xy 154.342378 73.060546) (xy 154.426317 72.795937) + (xy 154.457261 72.520063) (xy 154.4574 72.500203) (xy 154.4574 71.771797) (xy 154.430311 71.495518) (xy 154.350074 71.229762) + (xy 154.219747 70.984653) (xy 154.044293 70.769525) (xy 153.830396 70.592574) (xy 153.586202 70.460539) (xy 153.321013 70.378449) + (xy 153.04493 70.349432) (xy 152.768469 70.374592) (xy 152.50216 70.452971) (xy 152.256146 70.581583) (xy 152.039799 70.755531) + (xy 151.918185 70.900464) (xy 151.818318 70.743446) (xy 151.590591 70.505204) (xy 151.320761 70.315967) (xy 151.019198 70.183008) + (xy 150.881929 70.149265) (xy 150.622 70.331806) (xy 150.622 72.009) (xy 150.642 72.009) (xy 150.642 72.263) + (xy 150.622 72.263) (xy 150.622 73.940194) (xy 150.881929 74.122735) (xy 151.019198 74.088992) (xy 151.320761 73.956033) + (xy 151.590591 73.766796) (xy 151.818318 73.528554) (xy 151.918505 73.371032) (xy 152.025707 73.502475) (xy 152.1841 73.633509) + (xy 152.1841 75.311) (xy 152.191771 75.389239) (xy 152.198621 75.467524) (xy 152.199867 75.471815) (xy 152.200305 75.476274) + (xy 152.223041 75.55158) (xy 152.244952 75.626997) (xy 152.24701 75.630967) (xy 152.248304 75.635253) (xy 152.285207 75.704658) + (xy 152.321375 75.774434) (xy 152.324167 75.777931) (xy 152.326267 75.781881) (xy 152.375941 75.842787) (xy 152.424981 75.904218) + (xy 152.43112 75.910443) (xy 152.431226 75.910573) (xy 152.431346 75.910672) (xy 152.433323 75.912677) (xy 153.608108 77.087462) + (xy 153.604747 77.328124) (xy 153.651955 77.585341) (xy 153.748225 77.828489) (xy 153.889888 78.048308) (xy 154.07155 78.236425) + (xy 154.286291 78.385674) (xy 154.525932 78.49037) (xy 154.781344 78.546526) (xy 155.0428 78.552003) (xy 155.30034 78.506592) + (xy 155.544154 78.412022) (xy 155.764957 78.271897) (xy 155.954337 78.091552) (xy 156.105081 77.877858) (xy 156.211448 77.638955) + (xy 156.269386 77.383941) (xy 156.273557 77.085244) (xy 156.273557 81.9912) (xy 152.4 81.9912) (xy 152.31359 81.999672) + (xy 152.227122 82.007237) (xy 152.222375 82.008615) (xy 152.217459 82.009098) (xy 152.134372 82.034183) (xy 152.050989 82.058409) + (xy 152.0466 82.060683) (xy 152.04187 82.062112) (xy 151.965226 82.102863) (xy 151.888148 82.142818) (xy 151.884285 82.145901) + (xy 151.879923 82.148221) (xy 151.812646 82.20309) (xy 151.744805 82.257247) (xy 151.737927 82.264028) (xy 151.737785 82.264145) + (xy 151.737675 82.264277) (xy 151.735461 82.266461) (xy 150.368 83.633922) (xy 150.368 73.940194) (xy 150.368 72.263) + (xy 150.348 72.263) (xy 150.348 72.009) (xy 150.368 72.009) (xy 150.368 70.331806) (xy 150.108071 70.149265) + (xy 149.970802 70.183008) (xy 149.669239 70.315967) (xy 149.399409 70.505204) (xy 149.171682 70.743446) (xy 149.071494 70.900967) + (xy 148.964293 70.769525) (xy 148.8059 70.63849) (xy 148.8059 70.231) (xy 148.798229 70.152764) (xy 148.791379 70.074475) + (xy 148.790131 70.070182) (xy 148.789695 70.065726) (xy 148.766961 69.990431) (xy 148.745048 69.915003) (xy 148.742989 69.911032) + (xy 148.741696 69.906747) (xy 148.704792 69.837341) (xy 148.668625 69.767566) (xy 148.665832 69.764068) (xy 148.663733 69.760119) + (xy 148.614058 69.699212) (xy 148.565019 69.637782) (xy 148.558879 69.631556) (xy 148.558774 69.631427) (xy 148.558653 69.631327) + (xy 148.556677 69.629323) (xy 147.286677 68.359323) (xy 147.225943 68.309435) (xy 147.16573 68.258911) (xy 147.161811 68.256756) + (xy 147.158352 68.253915) (xy 147.089027 68.216743) (xy 147.020205 68.178908) (xy 147.015943 68.177556) (xy 147.011997 68.17544) + (xy 146.936791 68.152447) (xy 146.861912 68.128694) (xy 146.857466 68.128195) (xy 146.853187 68.126887) (xy 146.774966 68.118941) + (xy 146.69688 68.110183) (xy 146.688137 68.110121) (xy 146.687971 68.110105) (xy 146.687815 68.110119) (xy 146.685 68.1101) + (xy 142.24 68.1101) (xy 142.161719 68.117775) (xy 142.083475 68.124621) (xy 142.079182 68.125868) (xy 142.074726 68.126305) + (xy 141.999431 68.149038) (xy 141.924003 68.170952) (xy 141.920032 68.17301) (xy 141.915747 68.174304) (xy 141.846341 68.211207) + (xy 141.776566 68.247375) (xy 141.773068 68.250167) (xy 141.769119 68.252267) (xy 141.708212 68.301941) (xy 141.646782 68.350981) + (xy 141.640556 68.35712) (xy 141.640427 68.357226) (xy 141.640327 68.357346) (xy 141.638323 68.359323) (xy 139.098323 70.899323) + (xy 139.048435 70.960056) (xy 138.997911 71.02027) (xy 138.995756 71.024188) (xy 138.992915 71.027648) (xy 138.955743 71.096972) + (xy 138.917908 71.165795) (xy 138.916556 71.170056) (xy 138.91444 71.174003) (xy 138.891447 71.249208) (xy 138.867694 71.324088) + (xy 138.867195 71.328533) (xy 138.865887 71.332813) (xy 138.857941 71.411033) (xy 138.849183 71.48912) (xy 138.849121 71.497862) + (xy 138.849105 71.498029) (xy 138.849119 71.498184) (xy 138.8491 71.501) (xy 138.8491 75.900374) (xy 138.816277 75.906903) + (xy 138.700715 75.95477) (xy 138.596711 76.024263) (xy 138.508263 76.112711) (xy 138.43877 76.216715) (xy 138.390903 76.332277) + (xy 138.3665 76.454958) (xy 138.3665 76.580042) (xy 138.3665 77.977042) (xy 138.390903 78.099723) (xy 138.43877 78.215285) + (xy 138.508263 78.319289) (xy 138.596711 78.407737) (xy 138.700715 78.47723) (xy 138.816277 78.525097) (xy 138.938958 78.5495) + (xy 139.064042 78.5495) (xy 140.461042 78.5495) (xy 140.583723 78.525097) (xy 140.699285 78.47723) (xy 140.803289 78.407737) + (xy 140.891737 78.319289) (xy 140.96123 78.215285) (xy 141.009097 78.099723) (xy 141.0335 77.977042) (xy 141.0335 77.851958) + (xy 141.0335 76.454958) (xy 141.009097 76.332277) (xy 140.96123 76.216715) (xy 140.891737 76.112711) (xy 140.803289 76.024263) + (xy 140.699285 75.95477) (xy 140.583723 75.906903) (xy 140.5509 75.900374) (xy 140.5509 71.853454) (xy 142.592454 69.8119) + (xy 146.332546 69.8119) (xy 147.1041 70.583454) (xy 147.1041 70.639509) (xy 146.959799 70.755531) (xy 146.832727 70.906969) + (xy 146.812997 70.807777) (xy 146.76513 70.692215) (xy 146.695637 70.588211) (xy 146.607189 70.499763) (xy 146.503185 70.43027) + (xy 146.387623 70.382403) (xy 146.264942 70.358) (xy 146.139858 70.358) (xy 144.565058 70.358) (xy 144.442377 70.382403) + (xy 144.326815 70.43027) (xy 144.222811 70.499763) (xy 144.134363 70.588211) (xy 144.06487 70.692215) (xy 144.017003 70.807777) + (xy 143.9926 70.930458) (xy 143.9926 71.055542) (xy 143.9926 73.341542) (xy 144.017003 73.464223) (xy 144.06487 73.579785) + (xy 144.134363 73.683789) (xy 144.222811 73.772237) (xy 144.326815 73.84173) (xy 144.442377 73.889597) (xy 144.565058 73.914) + (xy 144.690142 73.914) (xy 146.264942 73.914) (xy 146.387623 73.889597) (xy 146.503185 73.84173) (xy 146.607189 73.772237) + (xy 146.695637 73.683789) (xy 146.76513 73.579785) (xy 146.812997 73.464223) (xy 146.8329 73.36416) (xy 146.945707 73.502475) + (xy 147.159604 73.679426) (xy 147.403798 73.811461) (xy 147.668987 73.893551) (xy 147.94507 73.922568) (xy 148.221531 73.897408) + (xy 148.48784 73.819029) (xy 148.733854 73.690417) (xy 148.950201 73.516469) (xy 149.071814 73.371535) (xy 149.171682 73.528554) + (xy 149.399409 73.766796) (xy 149.669239 73.956033) (xy 149.970802 74.088992) (xy 150.108071 74.122735) (xy 150.368 73.940194) + (xy 150.368 83.633922) (xy 148.835722 85.1662) (xy 147.13677 85.1662) (xy 147.13677 80.96655) (xy 147.092088 80.631792) + (xy 146.982957 80.312183) (xy 146.879628 80.118866) (xy 146.562042 80.058563) (xy 146.382437 80.238168) (xy 146.382437 79.878958) + (xy 146.322134 79.561372) (xy 146.018969 79.412541) (xy 145.692593 79.325715) (xy 145.35555 79.30423) (xy 145.020792 79.348912) + (xy 144.701183 79.458043) (xy 144.507866 79.561372) (xy 144.447563 79.878958) (xy 145.415 80.846395) (xy 146.382437 79.878958) + (xy 146.382437 80.238168) (xy 145.594605 81.026) (xy 146.562042 81.993437) (xy 146.879628 81.933134) (xy 147.028459 81.629969) + (xy 147.115285 81.303593) (xy 147.13677 80.96655) (xy 147.13677 85.1662) (xy 146.540113 85.1662) (xy 146.382437 85.007419) + (xy 146.382437 82.173042) (xy 145.415 81.205605) (xy 145.235395 81.38521) (xy 145.235395 81.026) (xy 144.267958 80.058563) + (xy 143.950372 80.118866) (xy 143.801541 80.422031) (xy 143.714715 80.748407) (xy 143.69323 81.08545) (xy 143.737912 81.420208) + (xy 143.847043 81.739817) (xy 143.950372 81.933134) (xy 144.267958 81.993437) (xy 145.235395 81.026) (xy 145.235395 81.38521) + (xy 144.447563 82.173042) (xy 144.507866 82.490628) (xy 144.811031 82.639459) (xy 145.137407 82.726285) (xy 145.47445 82.74777) + (xy 145.809208 82.703088) (xy 146.128817 82.593957) (xy 146.322134 82.490628) (xy 146.382437 82.173042) (xy 146.382437 85.007419) + (xy 146.350462 84.97522) (xy 146.11301 84.815057) (xy 145.848971 84.704065) (xy 145.568403 84.646472) (xy 145.282554 84.644476) + (xy 142.774999 82.136921) (xy 142.707922 82.081824) (xy 142.641416 82.026018) (xy 142.637084 82.023636) (xy 142.633267 82.020501) + (xy 142.556777 81.979487) (xy 142.480687 81.937657) (xy 142.475975 81.936162) (xy 142.47162 81.933827) (xy 142.388629 81.908454) + (xy 142.305855 81.882197) (xy 142.30094 81.881645) (xy 142.296218 81.880202) (xy 142.209881 81.871431) (xy 142.123582 81.861752) + (xy 142.11392 81.861684) (xy 142.113741 81.861666) (xy 142.113573 81.861681) (xy 142.11046 81.86166) (xy 138.992904 81.86166) + (xy 139.071042 81.750893) (xy 139.187539 81.489236) (xy 139.250995 81.209935) (xy 139.255563 80.882791) (xy 139.199931 80.601826) + (xy 139.090785 80.337019) (xy 138.932283 80.098455) (xy 138.730462 79.89522) (xy 138.6459 79.838182) (xy 138.6459 79.756) + (xy 138.638228 79.67776) (xy 138.631379 79.599476) (xy 138.630132 79.595184) (xy 138.629695 79.590726) (xy 138.606958 79.515419) + (xy 138.585048 79.440003) (xy 138.582989 79.436032) (xy 138.581696 79.431747) (xy 138.544781 79.36232) (xy 138.508625 79.292567) + (xy 138.505834 79.289071) (xy 138.503733 79.285119) (xy 138.45404 79.22419) (xy 138.405019 79.162782) (xy 138.398879 79.156556) + (xy 138.398774 79.156427) (xy 138.398653 79.156327) (xy 138.396677 79.154323) (xy 136.491677 77.249323) (xy 136.430943 77.199435) + (xy 136.37073 77.148911) (xy 136.366811 77.146756) (xy 136.363352 77.143915) (xy 136.294027 77.106743) (xy 136.225205 77.068908) + (xy 136.220943 77.067556) (xy 136.216997 77.06544) (xy 136.141791 77.042447) (xy 136.066912 77.018694) (xy 136.062466 77.018195) + (xy 136.058187 77.016887) (xy 135.979966 77.008941) (xy 135.90188 77.000183) (xy 135.893137 77.000121) (xy 135.892971 77.000105) + (xy 135.892815 77.000119) (xy 135.89 77.0001) (xy 132.354978 77.0001) (xy 141.359278 67.9958) (xy 152.4 67.9958) + (xy 152.486409 67.987327) (xy 152.572878 67.979763) (xy 152.577624 67.978384) (xy 152.582541 67.977902) (xy 152.665627 67.952816) + (xy 152.749011 67.928591) (xy 152.753399 67.926316) (xy 152.75813 67.924888) (xy 152.834773 67.884136) (xy 152.911852 67.844182) + (xy 152.915714 67.841098) (xy 152.920077 67.838779) (xy 152.987353 67.783909) (xy 153.055195 67.729753) (xy 153.062072 67.722971) + (xy 153.062215 67.722855) (xy 153.062324 67.722722) (xy 153.064539 67.720539) (xy 153.699539 67.085539) (xy 153.754635 67.018462) + (xy 153.810442 66.951956) (xy 153.812823 66.947624) (xy 153.815959 66.943807) (xy 153.856972 66.867317) (xy 153.898803 66.791227) + (xy 153.900297 66.786515) (xy 153.902633 66.78216) (xy 153.928018 66.699127) (xy 153.954263 66.616395) (xy 153.954813 66.611485) + (xy 153.956259 66.606758) (xy 153.965038 66.520326) (xy 153.974708 66.434122) (xy 153.974775 66.424471) (xy 153.974795 66.424281) + (xy 153.974778 66.424103) (xy 153.9748 66.421) (xy 153.9748 65.941012) (xy 154.030201 65.896469) (xy 154.208641 65.683812) + (xy 154.333992 65.4558) (xy 158.75 65.4558) (xy 158.836409 65.447327) (xy 158.922878 65.439763) (xy 158.927624 65.438384) + (xy 158.932541 65.437902) (xy 159.015627 65.412816) (xy 159.099011 65.388591) (xy 159.103399 65.386316) (xy 159.10813 65.384888) + (xy 159.184773 65.344136) (xy 159.261852 65.304182) (xy 159.265714 65.301098) (xy 159.270077 65.298779) (xy 159.337353 65.243909) + (xy 159.405195 65.189753) (xy 159.412072 65.182971) (xy 159.412215 65.182855) (xy 159.412324 65.182722) (xy 159.414539 65.180539) + (xy 160.015326 64.579751) (xy 160.1228 64.582003) (xy 160.38034 64.536592) (xy 160.624154 64.442022) (xy 160.844957 64.301897) + (xy 161.034337 64.121552) (xy 161.185081 63.907858) (xy 161.291448 63.668955) (xy 161.349386 63.413941) (xy 161.353557 63.115244) + (xy 161.302762 62.858711) (xy 161.203107 62.616931) (xy 161.058388 62.399111) (xy 160.874118 62.213549) (xy 160.657314 62.067313) + (xy 160.416235 61.965973) (xy 160.160063 61.913388) (xy 159.898557 61.911563) (xy 159.641676 61.960565) (xy 159.399206 62.05853) + (xy 159.180381 62.201725) (xy 158.993537 62.384695) (xy 158.845791 62.600473) (xy 158.74277 62.840839) (xy 158.688399 63.096637) + (xy 158.686247 63.250674) (xy 158.360722 63.5762) (xy 154.332228 63.5762) (xy 154.219747 63.364653) (xy 154.044293 63.149525) + (xy 153.830396 62.972574) (xy 153.586202 62.840539) (xy 153.321013 62.758449) (xy 153.04493 62.729432) (xy 152.768469 62.754592) + (xy 152.50216 62.832971) (xy 152.256146 62.961583) (xy 152.039799 63.135531) (xy 151.861359 63.348188) (xy 151.764587 63.524214) + (xy 151.679747 63.364653) (xy 151.504293 63.149525) (xy 151.290396 62.972574) (xy 151.046202 62.840539) (xy 150.781013 62.758449) + (xy 150.50493 62.729432) (xy 150.228469 62.754592) (xy 149.96216 62.832971) (xy 149.716146 62.961583) (xy 149.499799 63.135531) + (xy 149.321359 63.348188) (xy 149.224587 63.524214) (xy 149.139747 63.364653) (xy 148.964293 63.149525) (xy 148.750396 62.972574) + (xy 148.506202 62.840539) (xy 148.241013 62.758449) (xy 147.96493 62.729432) (xy 147.688469 62.754592) (xy 147.42216 62.832971) + (xy 147.176146 62.961583) (xy 146.959799 63.135531) (xy 146.781359 63.348188) (xy 146.684587 63.524214) (xy 146.599747 63.364653) + (xy 146.424293 63.149525) (xy 146.210396 62.972574) (xy 145.966202 62.840539) (xy 145.701013 62.758449) (xy 145.42493 62.729432) + (xy 145.148469 62.754592) (xy 144.88216 62.832971) (xy 144.636146 62.961583) (xy 144.419799 63.135531) (xy 144.241359 63.348188) + (xy 144.116007 63.5762) (xy 139.7 63.5762) (xy 139.61359 63.584672) (xy 139.527122 63.592237) (xy 139.522375 63.593615) + (xy 139.517459 63.594098) (xy 139.434372 63.619183) (xy 139.350989 63.643409) (xy 139.3466 63.645683) (xy 139.34187 63.647112) + (xy 139.265226 63.687863) (xy 139.188148 63.727818) (xy 139.184285 63.730901) (xy 139.179923 63.733221) (xy 139.112615 63.788115) + (xy 139.044805 63.842248) (xy 139.037929 63.849027) (xy 139.037785 63.849145) (xy 139.037674 63.849278) (xy 139.035461 63.851461) + (xy 132.960722 69.9262) (xy 127.311123 69.9262) (xy 127.219118 69.833549) (xy 127.002314 69.687313) (xy 126.761235 69.585973) + (xy 126.505063 69.533388) (xy 126.243557 69.531563) (xy 125.986676 69.580565) (xy 125.744206 69.67853) (xy 125.525381 69.821725) + (xy 125.338537 70.004695) (xy 125.2855 70.082153) (xy 125.2855 70.079941) (xy 125.251336 69.908188) (xy 125.184322 69.7464) + (xy 125.087031 69.600795) (xy 124.963204 69.476969) (xy 124.817599 69.379678) (xy 124.702396 69.331959) (xy 124.839337 69.201552) + (xy 124.990081 68.987858) (xy 125.096448 68.748955) (xy 125.154386 68.493941) (xy 125.158557 68.195244) (xy 125.107762 67.938711) + (xy 125.008107 67.696931) (xy 124.863388 67.479111) (xy 124.7648 67.379831) (xy 124.7648 64.68872) (xy 136.78916 64.68872) + (xy 136.875569 64.680247) (xy 136.962038 64.672683) (xy 136.966784 64.671304) (xy 136.971701 64.670822) (xy 137.054787 64.645736) + (xy 137.138171 64.621511) (xy 137.142559 64.619236) (xy 137.14729 64.617808) (xy 137.223933 64.577056) (xy 137.301012 64.537102) + (xy 137.304874 64.534018) (xy 137.309237 64.531699) (xy 137.376513 64.476829) (xy 137.444355 64.422673) (xy 137.451232 64.415891) + (xy 137.451375 64.415775) (xy 137.451484 64.415642) (xy 137.453699 64.413459) (xy 139.911838 61.955319) (xy 139.914903 61.970723) + (xy 139.96277 62.086285) (xy 140.032263 62.190289) (xy 140.120711 62.278737) (xy 140.224715 62.34823) (xy 140.340277 62.396097) + (xy 140.462958 62.4205) (xy 140.588042 62.4205) (xy 142.747042 62.4205) (xy 142.869723 62.396097) (xy 142.985285 62.34823) + (xy 143.089289 62.278737) (xy 143.177737 62.190289) (xy 143.24723 62.086285) (xy 143.295097 61.970723) (xy 143.3195 61.848042) + (xy 143.3195 61.722958) (xy 143.3195 59.563958) (xy 143.295097 59.441277) (xy 143.24723 59.325715) (xy 143.177737 59.221711) + (xy 143.089289 59.133263) (xy 142.985285 59.06377) (xy 142.869723 59.015903) (xy 142.747042 58.9915) (xy 142.621958 58.9915) + (xy 140.462958 58.9915) (xy 140.340277 59.015903) (xy 140.224715 59.06377) (xy 140.120711 59.133263) (xy 140.032263 59.221711) + (xy 139.96277 59.325715) (xy 139.914903 59.441277) (xy 139.8905 59.563958) (xy 139.8905 59.689042) (xy 139.8905 59.7662) + (xy 139.83208 59.7662) (xy 139.745715 59.774668) (xy 139.659202 59.782237) (xy 139.654455 59.783615) (xy 139.649539 59.784098) + (xy 139.566452 59.809183) (xy 139.483069 59.833409) (xy 139.47868 59.835683) (xy 139.47395 59.837112) (xy 139.397306 59.877863) + (xy 139.320228 59.917818) (xy 139.316365 59.920901) (xy 139.312003 59.923221) (xy 139.244726 59.97809) (xy 139.176885 60.032247) + (xy 139.170007 60.039028) (xy 139.169865 60.039145) (xy 139.169755 60.039277) (xy 139.167541 60.041461) (xy 136.399882 62.80912) + (xy 128.342407 62.80912) (xy 128.342407 60.656594) (xy 128.294773 60.271771) (xy 128.172979 59.903635) (xy 128.036603 59.64849) + (xy 127.693071 59.557534) (xy 127.513466 59.737139) (xy 127.513466 59.377929) (xy 127.42251 59.034397) (xy 127.076076 58.860207) + (xy 126.702317 58.756949) (xy 126.315594 58.728593) (xy 125.930771 58.776227) (xy 125.562635 58.898021) (xy 125.30749 59.034397) + (xy 125.216534 59.377929) (xy 126.365 60.526395) (xy 127.513466 59.377929) (xy 127.513466 59.737139) (xy 126.544605 60.706) + (xy 127.693071 61.854466) (xy 128.036603 61.76351) (xy 128.210793 61.417076) (xy 128.314051 61.043317) (xy 128.342407 60.656594) + (xy 128.342407 62.80912) (xy 127.513466 62.80912) (xy 127.513466 62.034071) (xy 126.365 60.885605) (xy 126.185395 61.06521) + (xy 126.185395 60.706) (xy 125.036929 59.557534) (xy 124.693397 59.64849) (xy 124.519207 59.994924) (xy 124.415949 60.368683) + (xy 124.387593 60.755406) (xy 124.435227 61.140229) (xy 124.557021 61.508365) (xy 124.693397 61.76351) (xy 125.036929 61.854466) + (xy 126.185395 60.706) (xy 126.185395 61.06521) (xy 125.216534 62.034071) (xy 125.30749 62.377603) (xy 125.653924 62.551793) + (xy 126.027683 62.655051) (xy 126.414406 62.683407) (xy 126.799229 62.635773) (xy 127.167365 62.513979) (xy 127.42251 62.377603) + (xy 127.513466 62.034071) (xy 127.513466 62.80912) (xy 123.825 62.80912) (xy 122.4915 62.80912) (xy 122.40513 62.817588) + (xy 122.318623 62.825157) (xy 122.313877 62.826535) (xy 122.308959 62.827018) (xy 122.22586 62.852107) (xy 122.142489 62.876329) + (xy 122.1381 62.878603) (xy 122.13337 62.880032) (xy 122.056766 62.920763) (xy 121.979648 62.960737) (xy 121.975781 62.963823) + (xy 121.971423 62.966141) (xy 121.904173 63.020987) (xy 121.836305 63.075167) (xy 121.829427 63.081948) (xy 121.829285 63.082065) + (xy 121.829175 63.082197) (xy 121.826961 63.084381) (xy 117.818407 67.092934) (xy 117.78373 67.009215) (xy 117.714237 66.905211) + (xy 117.625789 66.816763) (xy 117.521785 66.74727) (xy 117.406223 66.699403) (xy 117.283542 66.675) (xy 117.158458 66.675) + (xy 115.126458 66.675) (xy 115.003777 66.699403) (xy 114.888215 66.74727) (xy 114.784211 66.816763) (xy 114.695763 66.905211) + (xy 114.62627 67.009215) (xy 114.578403 67.124777) (xy 114.554 67.247458) (xy 114.554 67.372542) (xy 114.554 69.404542) + (xy 114.578403 69.527223) (xy 114.62627 69.642785) (xy 114.695763 69.746789) (xy 114.784211 69.835237) (xy 114.888215 69.90473) + (xy 114.971934 69.939407) (xy 108.889141 76.0222) (xy 105.15607 76.0222) (xy 105.15607 68.164111) (xy 105.093182 67.8465) + (xy 104.969799 67.547152) (xy 104.790624 67.277471) (xy 104.562479 67.047728) (xy 104.294055 66.866674) (xy 104.020694 66.751763) + (xy 104.020694 60.649062) (xy 103.975275 60.301784) (xy 103.862977 59.97004) (xy 103.751384 59.761264) (xy 103.427316 59.693289) + (xy 103.247711 59.872894) (xy 103.247711 59.513684) (xy 103.179736 59.189616) (xy 102.865751 59.034444) (xy 102.527527 58.943509) + (xy 102.178062 58.920306) (xy 101.830784 58.965725) (xy 101.49904 59.078023) (xy 101.290264 59.189616) (xy 101.222289 59.513684) + (xy 102.235 60.526395) (xy 103.247711 59.513684) (xy 103.247711 59.872894) (xy 102.414605 60.706) (xy 103.427316 61.718711) + (xy 103.751384 61.650736) (xy 103.906556 61.336751) (xy 103.997491 60.998527) (xy 104.020694 60.649062) (xy 104.020694 66.751763) + (xy 103.995576 66.741205) (xy 103.678411 66.6761) (xy 103.354642 66.67384) (xy 103.247711 66.694238) (xy 103.247711 61.898316) + (xy 102.235 60.885605) (xy 102.055395 61.06521) (xy 102.055395 60.706) (xy 101.042684 59.693289) (xy 100.718616 59.761264) + (xy 100.563444 60.075249) (xy 100.472509 60.413473) (xy 100.449306 60.762938) (xy 100.494725 61.110216) (xy 100.607023 61.44196) + (xy 100.718616 61.650736) (xy 101.042684 61.718711) (xy 102.055395 60.706) (xy 102.055395 61.06521) (xy 101.222289 61.898316) + (xy 101.290264 62.222384) (xy 101.604249 62.377556) (xy 101.942473 62.468491) (xy 102.291938 62.491694) (xy 102.639216 62.446275) + (xy 102.97096 62.333977) (xy 103.179736 62.222384) (xy 103.247711 61.898316) (xy 103.247711 66.694238) (xy 103.036599 66.73451) + (xy 102.736397 66.855799) (xy 102.465472 67.033088) (xy 102.234141 67.259623) (xy 102.147472 67.3862) (xy 98.92792 67.3862) + (xy 98.84151 67.394672) (xy 98.755042 67.402237) (xy 98.750295 67.403615) (xy 98.745379 67.404098) (xy 98.662292 67.429183) + (xy 98.578909 67.453409) (xy 98.57452 67.455683) (xy 98.56979 67.457112) (xy 98.493146 67.497863) (xy 98.416068 67.537818) + (xy 98.412205 67.540901) (xy 98.407843 67.543221) (xy 98.340535 67.598115) (xy 98.272725 67.652248) (xy 98.265849 67.659027) + (xy 98.265705 67.659145) (xy 98.265594 67.659278) (xy 98.263381 67.661461) (xy 98.054042 67.870799) (xy 98.054042 61.934124) + (xy 98.004194 61.51177) (xy 97.872908 61.107256) (xy 97.711758 60.805764) (xy 97.348746 60.691859) (xy 97.169141 60.871464) + (xy 97.169141 60.512254) (xy 97.055236 60.149242) (xy 96.676368 59.956041) (xy 96.267087 59.840466) (xy 95.843124 59.806958) + (xy 95.42077 59.856806) (xy 95.016256 59.988092) (xy 94.714764 60.149242) (xy 94.600859 60.512254) (xy 95.885 61.796395) + (xy 97.169141 60.512254) (xy 97.169141 60.871464) (xy 96.064605 61.976) (xy 97.348746 63.260141) (xy 97.711758 63.146236) + (xy 97.904959 62.767368) (xy 98.020534 62.358087) (xy 98.054042 61.934124) (xy 98.054042 67.870799) (xy 97.768661 68.15618) + (xy 97.765597 68.140777) (xy 97.71773 68.025215) (xy 97.648237 67.921211) (xy 97.559789 67.832763) (xy 97.455785 67.76327) + (xy 97.340223 67.715403) (xy 97.217542 67.691) (xy 97.169141 67.691) (xy 97.169141 63.439746) (xy 95.885 62.155605) + (xy 95.705395 62.33521) (xy 95.705395 61.976) (xy 94.421254 60.691859) (xy 94.058242 60.805764) (xy 93.865041 61.184632) + (xy 93.749466 61.593913) (xy 93.715958 62.017876) (xy 93.765806 62.44023) (xy 93.897092 62.844744) (xy 94.058242 63.146236) + (xy 94.421254 63.260141) (xy 95.705395 61.976) (xy 95.705395 62.33521) (xy 94.600859 63.439746) (xy 94.714764 63.802758) + (xy 95.093632 63.995959) (xy 95.502913 64.111534) (xy 95.926876 64.145042) (xy 96.34923 64.095194) (xy 96.753744 63.963908) + (xy 97.055236 63.802758) (xy 97.169141 63.439746) (xy 97.169141 67.691) (xy 97.092458 67.691) (xy 94.552458 67.691) + (xy 94.429777 67.715403) (xy 94.314215 67.76327) (xy 94.210211 67.832763) (xy 94.121763 67.921211) (xy 94.05227 68.025215) + (xy 94.004403 68.140777) (xy 93.98 68.263458) (xy 93.98 68.388542) (xy 93.98 70.928542) (xy 94.004403 71.051223) + (xy 94.05227 71.166785) (xy 94.121763 71.270789) (xy 94.210211 71.359237) (xy 94.314215 71.42873) (xy 94.429777 71.476597) + (xy 94.552458 71.501) (xy 94.677542 71.501) (xy 97.217542 71.501) (xy 97.340223 71.476597) (xy 97.455785 71.42873) + (xy 97.559789 71.359237) (xy 97.648237 71.270789) (xy 97.71773 71.166785) (xy 97.765597 71.051223) (xy 97.79 70.928542) + (xy 97.79 70.803458) (xy 97.79 70.523332) (xy 97.830798 70.519763) (xy 97.835544 70.518384) (xy 97.840461 70.517902) + (xy 97.923547 70.492816) (xy 98.006931 70.468591) (xy 98.011319 70.466316) (xy 98.01605 70.464888) (xy 98.092693 70.424136) + (xy 98.169772 70.384182) (xy 98.173634 70.381098) (xy 98.177997 70.378779) (xy 98.245273 70.323909) (xy 98.313115 70.269753) + (xy 98.319992 70.262971) (xy 98.320135 70.262855) (xy 98.320244 70.262722) (xy 98.322459 70.260539) (xy 99.317198 69.2658) + (xy 102.146424 69.2658) (xy 102.204862 69.356477) (xy 102.429777 69.589383) (xy 102.695647 69.774167) (xy 102.992345 69.903791) + (xy 103.308569 69.973318) (xy 103.632276 69.980099) (xy 103.951135 69.923875) (xy 104.253 69.806789) (xy 104.526375 69.6333) + (xy 104.760846 69.410017) (xy 104.947482 69.145444) (xy 105.079174 68.849658) (xy 105.150906 68.533926) (xy 105.15607 68.164111) + (xy 105.15607 76.0222) (xy 104.212407 76.0222) (xy 103.68528 76.0222) (xy 103.723044 75.984436) (xy 103.563073 75.824465) + (xy 103.906603 75.73351) (xy 104.080793 75.387076) (xy 104.184051 75.013317) (xy 104.212407 74.626594) (xy 104.164773 74.241771) + (xy 104.042979 73.873635) (xy 103.906603 73.61849) (xy 103.563071 73.527534) (xy 103.383466 73.707139) (xy 103.383466 73.347929) + (xy 103.29251 73.004397) (xy 102.946076 72.830207) (xy 102.572317 72.726949) (xy 102.185594 72.698593) (xy 101.800771 72.746227) + (xy 101.432635 72.868021) (xy 101.17749 73.004397) (xy 101.086534 73.347929) (xy 102.235 74.496395) (xy 103.383466 73.347929) + (xy 103.383466 73.707139) (xy 102.414605 74.676) (xy 102.428747 74.690142) (xy 102.249142 74.869747) (xy 102.235 74.855605) + (xy 102.220857 74.869747) (xy 102.055395 74.704285) (xy 102.041252 74.690142) (xy 102.055395 74.676) (xy 100.906929 73.527534) + (xy 100.563397 73.61849) (xy 100.389207 73.964924) (xy 100.285949 74.338683) (xy 100.257593 74.725406) (xy 100.305227 75.110229) + (xy 100.427021 75.478365) (xy 100.563397 75.73351) (xy 100.906926 75.824465) (xy 100.746956 75.984436) (xy 100.789477 76.026957) + (xy 100.75159 76.030672) (xy 100.665122 76.038237) (xy 100.660375 76.039615) (xy 100.655459 76.040098) (xy 100.572372 76.065183) + (xy 100.488989 76.089409) (xy 100.4846 76.091683) (xy 100.47987 76.093112) (xy 100.403226 76.133863) (xy 100.326148 76.173818) + (xy 100.322285 76.176901) (xy 100.317923 76.179221) (xy 100.250615 76.234115) (xy 100.182805 76.288248) (xy 100.175929 76.295027) + (xy 100.175785 76.295145) (xy 100.175674 76.295278) (xy 100.173461 76.297461) (xy 99.178722 77.2922) (xy 98.054042 77.2922) + (xy 98.054042 74.634124) (xy 98.004194 74.21177) (xy 97.872908 73.807256) (xy 97.711758 73.505764) (xy 97.348746 73.391859) + (xy 97.169141 73.571464) (xy 97.169141 73.212254) (xy 97.055236 72.849242) (xy 96.676368 72.656041) (xy 96.267087 72.540466) + (xy 95.843124 72.506958) (xy 95.42077 72.556806) (xy 95.016256 72.688092) (xy 94.714764 72.849242) (xy 94.600859 73.212254) + (xy 95.885 74.496395) (xy 97.169141 73.212254) (xy 97.169141 73.571464) (xy 96.064605 74.676) (xy 97.348746 75.960141) + (xy 97.711758 75.846236) (xy 97.904959 75.467368) (xy 98.020534 75.058087) (xy 98.054042 74.634124) (xy 98.054042 77.2922) + (xy 97.169141 77.2922) (xy 97.169141 76.139746) (xy 95.885 74.855605) (xy 95.705395 75.03521) (xy 95.705395 74.676) + (xy 94.421254 73.391859) (xy 94.058242 73.505764) (xy 93.865041 73.884632) (xy 93.749466 74.293913) (xy 93.715958 74.717876) + (xy 93.765806 75.14023) (xy 93.897092 75.544744) (xy 94.058242 75.846236) (xy 94.421254 75.960141) (xy 95.705395 74.676) + (xy 95.705395 75.03521) (xy 94.600859 76.139746) (xy 94.714764 76.502758) (xy 95.093632 76.695959) (xy 95.502913 76.811534) + (xy 95.926876 76.845042) (xy 96.34923 76.795194) (xy 96.753744 76.663908) (xy 97.055236 76.502758) (xy 97.169141 76.139746) + (xy 97.169141 77.2922) (xy 95.25 77.2922) (xy 95.163594 77.300672) (xy 95.077122 77.308237) (xy 95.072375 77.309615) + (xy 95.067459 77.310098) (xy 94.984372 77.335183) (xy 94.900989 77.359409) (xy 94.8966 77.361683) (xy 94.89187 77.363112) + (xy 94.815226 77.403863) (xy 94.738148 77.443818) (xy 94.734285 77.446901) (xy 94.729923 77.449221) (xy 94.66264 77.504095) + (xy 94.594804 77.558248) (xy 94.587927 77.565028) (xy 94.587785 77.565145) (xy 94.587675 77.565277) (xy 94.585461 77.567461) + (xy 91.004061 81.148861) (xy 90.948964 81.215937) (xy 90.893158 81.282444) (xy 90.890776 81.286775) (xy 90.887641 81.290593) + (xy 90.846627 81.367082) (xy 90.804797 81.443173) (xy 90.803302 81.447884) (xy 90.800967 81.45224) (xy 90.775594 81.53523) + (xy 90.749337 81.618005) (xy 90.748785 81.622919) (xy 90.747342 81.627642) (xy 90.738571 81.713978) (xy 90.728892 81.800278) + (xy 90.728824 81.809939) (xy 90.728806 81.810119) (xy 90.728821 81.810286) (xy 90.7288 81.8134) (xy 90.7288 85.4837) + (xy 90.7288 87.249) (xy 90.7288 112.75314) (xy 90.737272 112.839549) (xy 90.744837 112.926018) (xy 90.746215 112.930764) + (xy 90.746698 112.935681) (xy 90.771783 113.018767) (xy 90.796009 113.102151) (xy 90.798283 113.106539) (xy 90.799712 113.11127) + (xy 90.840463 113.187913) (xy 90.880418 113.264992) (xy 90.883501 113.268854) (xy 90.885821 113.273217) (xy 90.94069 113.340493) + (xy 90.994847 113.408335) (xy 91.001628 113.415212) (xy 91.001745 113.415355) (xy 91.001877 113.415464) (xy 91.004061 113.417679) + (xy 91.984501 114.398119) (xy 92.051577 114.453215) (xy 92.118084 114.509022) (xy 92.122415 114.511403) (xy 92.126233 114.514539) + (xy 92.202722 114.555552) (xy 92.278813 114.597383) (xy 92.283524 114.598877) (xy 92.28788 114.601213) (xy 92.370912 114.626598) + (xy 92.453645 114.652843) (xy 92.458554 114.653393) (xy 92.463282 114.654839) (xy 92.549713 114.663618) (xy 92.635918 114.673288) + (xy 92.645568 114.673355) (xy 92.645759 114.673375) (xy 92.645936 114.673358) (xy 92.64904 114.67338) (xy 93.605401 114.67338) + (xy 93.444764 114.759242) (xy 93.330859 115.122254) (xy 94.615 116.406395) (xy 94.629142 116.392252) (xy 94.808747 116.571857) + (xy 94.794605 116.586) (xy 96.078746 117.870141) (xy 96.441758 117.756236) (xy 96.634959 117.377368) (xy 96.716084 117.090082) + (xy 96.876541 117.250539) (xy 96.943617 117.305635) (xy 97.010124 117.361442) (xy 97.014455 117.363823) (xy 97.018273 117.366959) + (xy 97.094762 117.407972) (xy 97.170853 117.449803) (xy 97.175564 117.451297) (xy 97.17992 117.453633) (xy 97.26291 117.479005) + (xy 97.345685 117.505263) (xy 97.350599 117.505814) (xy 97.355322 117.507258) (xy 97.441658 117.516028) (xy 97.527958 117.525708) + (xy 97.537619 117.525775) (xy 97.537799 117.525794) (xy 97.537966 117.525778) (xy 97.54108 117.5258) (xy 102.250612 117.5258) + (xy 102.156183 117.558043) (xy 101.962866 117.661372) (xy 101.902563 117.978958) (xy 102.87 118.946395) (xy 103.837437 117.978958) + (xy 103.777134 117.661372) (xy 103.500977 117.5258) (xy 106.017771 117.5258) (xy 106.130253 117.737347) (xy 106.305707 117.952475) + (xy 106.519604 118.129426) (xy 106.763798 118.261461) (xy 107.028987 118.343551) (xy 107.30507 118.372568) (xy 107.581531 118.347408) + (xy 107.84784 118.269029) (xy 108.093854 118.140417) (xy 108.310201 117.966469) (xy 108.488641 117.753812) (xy 108.585412 117.577785) + (xy 108.670253 117.737347) (xy 108.845707 117.952475) (xy 109.059604 118.129426) (xy 109.303798 118.261461) (xy 109.568987 118.343551) + (xy 109.84507 118.372568) (xy 110.121531 118.347408) (xy 110.38784 118.269029) (xy 110.633854 118.140417) (xy 110.850201 117.966469) + (xy 111.028641 117.753812) (xy 111.125412 117.577785) (xy 111.210253 117.737347) (xy 111.385707 117.952475) (xy 111.5441 118.083509) + (xy 111.5441 121.158) (xy 111.5441 122.709509) (xy 111.399799 122.825531) (xy 111.221359 123.038188) (xy 111.124587 123.214214) + (xy 111.039747 123.054653) (xy 110.864293 122.839525) (xy 110.7059 122.70849) (xy 110.7059 122.301) (xy 110.698233 122.22281) + (xy 110.69138 122.144476) (xy 110.690131 122.140179) (xy 110.689695 122.135726) (xy 110.66697 122.06046) (xy 110.645048 121.985003) + (xy 110.642989 121.981032) (xy 110.641696 121.976747) (xy 110.604781 121.90732) (xy 110.568625 121.837567) (xy 110.565834 121.834071) + (xy 110.563733 121.830119) (xy 110.51404 121.76919) (xy 110.465019 121.707782) (xy 110.458879 121.701556) (xy 110.458774 121.701427) + (xy 110.458653 121.701327) (xy 110.456677 121.699323) (xy 109.694677 120.937323) (xy 109.633943 120.887435) (xy 109.57373 120.836911) + (xy 109.569811 120.834756) (xy 109.566352 120.831915) (xy 109.497027 120.794743) (xy 109.428205 120.756908) (xy 109.423943 120.755556) + (xy 109.419997 120.75344) (xy 109.344791 120.730447) (xy 109.269912 120.706694) (xy 109.265466 120.706195) (xy 109.261187 120.704887) + (xy 109.182966 120.696941) (xy 109.10488 120.688183) (xy 109.096137 120.688121) (xy 109.095971 120.688105) (xy 109.095815 120.688119) + (xy 109.093 120.6881) (xy 104.59177 120.6881) (xy 104.59177 119.06655) (xy 104.547088 118.731792) (xy 104.437957 118.412183) + (xy 104.334628 118.218866) (xy 104.017042 118.158563) (xy 103.049605 119.126) (xy 104.017042 120.093437) (xy 104.334628 120.033134) + (xy 104.483459 119.729969) (xy 104.570285 119.403593) (xy 104.59177 119.06655) (xy 104.59177 120.6881) (xy 103.594774 120.6881) + (xy 103.777134 120.590628) (xy 103.837437 120.273042) (xy 102.87 119.305605) (xy 102.690395 119.48521) (xy 102.690395 119.126) + (xy 101.722958 118.158563) (xy 101.405372 118.218866) (xy 101.256541 118.522031) (xy 101.169715 118.848407) (xy 101.14823 119.18545) + (xy 101.192912 119.520208) (xy 101.302043 119.839817) (xy 101.405372 120.033134) (xy 101.722958 120.093437) (xy 102.690395 119.126) + (xy 102.690395 119.48521) (xy 101.902563 120.273042) (xy 101.962866 120.590628) (xy 102.266031 120.739459) (xy 102.592407 120.826285) + (xy 102.92945 120.84777) (xy 103.02894 120.83449) (xy 102.973212 120.879941) (xy 102.911782 120.928981) (xy 102.905556 120.93512) + (xy 102.905427 120.935226) (xy 102.905327 120.935346) (xy 102.903323 120.937323) (xy 101.755546 122.0851) (xy 96.996964 122.0851) + (xy 96.972835 122.048783) (xy 96.77979 121.854385) (xy 96.552662 121.701185) (xy 96.300103 121.595019) (xy 96.031733 121.539931) + (xy 95.899141 121.539005) (xy 95.899141 118.049746) (xy 94.615 116.765605) (xy 94.435395 116.94521) (xy 94.435395 116.586) + (xy 93.151254 115.301859) (xy 92.788242 115.415764) (xy 92.595041 115.794632) (xy 92.479466 116.203913) (xy 92.445958 116.627876) + (xy 92.495806 117.05023) (xy 92.627092 117.454744) (xy 92.788242 117.756236) (xy 93.151254 117.870141) (xy 94.435395 116.586) + (xy 94.435395 116.94521) (xy 93.330859 118.049746) (xy 93.444764 118.412758) (xy 93.823632 118.605959) (xy 94.232913 118.721534) + (xy 94.656876 118.755042) (xy 95.07923 118.705194) (xy 95.483744 118.573908) (xy 95.785236 118.412758) (xy 95.899141 118.049746) + (xy 95.899141 121.539005) (xy 95.757774 121.538018) (xy 95.488661 121.589354) (xy 95.234644 121.691984) (xy 95.005399 121.841997) + (xy 94.809658 122.033681) (xy 94.654877 122.259734) (xy 94.54695 122.511546) (xy 94.489989 122.779524) (xy 94.486164 123.053464) + (xy 94.53562 123.322928) (xy 94.636474 123.577655) (xy 94.784883 123.807942) (xy 94.975196 124.005016) (xy 95.200163 124.161372) + (xy 95.451215 124.271054) (xy 95.718789 124.329884) (xy 95.992695 124.335622) (xy 96.262499 124.288048) (xy 96.517923 124.188975) + (xy 96.74924 124.042177) (xy 96.947639 123.853245) (xy 96.994439 123.7869) (xy 100.180746 123.7869) (xy 99.446082 124.521563) + (xy 99.31979 124.394385) (xy 99.092662 124.241185) (xy 98.840103 124.135019) (xy 98.571733 124.079931) (xy 98.297774 124.078018) + (xy 98.028661 124.129354) (xy 97.774644 124.231984) (xy 97.545399 124.381997) (xy 97.349658 124.573681) (xy 97.194877 124.799734) + (xy 97.08695 125.051546) (xy 97.029989 125.319524) (xy 97.026164 125.593464) (xy 97.07562 125.862928) (xy 97.176474 126.117655) + (xy 97.324883 126.347942) (xy 97.515196 126.545016) (xy 97.740163 126.701372) (xy 97.991215 126.811054) (xy 98.258789 126.869884) + (xy 98.532695 126.875622) (xy 98.802499 126.828048) (xy 99.057923 126.728975) (xy 99.28924 126.582177) (xy 99.487639 126.393245) + (xy 99.534439 126.3269) (xy 99.695 126.3269) (xy 99.773239 126.319228) (xy 99.851524 126.312379) (xy 99.855815 126.311132) + (xy 99.860274 126.310695) (xy 99.93558 126.287958) (xy 100.010997 126.266048) (xy 100.014967 126.263989) (xy 100.019253 126.262696) + (xy 100.088658 126.225792) (xy 100.158434 126.189625) (xy 100.161931 126.186832) (xy 100.165881 126.184733) (xy 100.226787 126.135058) + (xy 100.288218 126.086019) (xy 100.294443 126.079879) (xy 100.294573 126.079774) (xy 100.294672 126.079653) (xy 100.296677 126.077677) + (xy 101.444454 124.9299) (xy 103.533546 124.9299) (xy 104.1781 125.574454) (xy 104.1781 126.086897) (xy 104.165785 126.057019) + (xy 104.007283 125.818455) (xy 103.805462 125.61522) (xy 103.56801 125.455057) (xy 103.303971 125.344065) (xy 103.023403 125.286472) + (xy 102.736991 125.284473) (xy 102.455645 125.338142) (xy 102.190082 125.445437) (xy 101.950417 125.602269) (xy 101.745778 125.802666) + (xy 101.583961 126.038994) (xy 101.471129 126.302252) (xy 101.411579 126.582412) (xy 101.40758 126.868803) (xy 101.42871 126.983935) + (xy 101.247546 127.1651) (xy 96.237454 127.1651) (xy 94.735209 125.662855) (xy 94.73769 125.651938) (xy 94.742059 125.339017) + (xy 94.688846 125.070269) (xy 94.584446 124.816975) (xy 94.432835 124.588783) (xy 94.23979 124.394385) (xy 94.012662 124.241185) + (xy 93.760103 124.135019) (xy 93.491733 124.079931) (xy 93.217774 124.078018) (xy 92.948661 124.129354) (xy 92.694644 124.231984) + (xy 92.465399 124.381997) (xy 92.269658 124.573681) (xy 92.114877 124.799734) (xy 92.00695 125.051546) (xy 91.949989 125.319524) + (xy 91.946164 125.593464) (xy 91.99562 125.862928) (xy 92.096474 126.117655) (xy 92.244883 126.347942) (xy 92.435196 126.545016) + (xy 92.660163 126.701372) (xy 92.911215 126.811054) (xy 93.178789 126.869884) (xy 93.452695 126.875622) (xy 93.527991 126.862345) + (xy 95.283323 128.617677) (xy 95.344056 128.667564) (xy 95.40427 128.718089) (xy 95.408188 128.720243) (xy 95.411648 128.723085) + (xy 95.480937 128.760237) (xy 95.549795 128.798092) (xy 95.55406 128.799445) (xy 95.558003 128.801559) (xy 95.633162 128.824538) + (xy 95.708088 128.848306) (xy 95.712533 128.848804) (xy 95.716813 128.850113) (xy 95.795033 128.858058) (xy 95.87312 128.866817) + (xy 95.881862 128.866878) (xy 95.882029 128.866895) (xy 95.882184 128.86688) (xy 95.885 128.8669) (xy 101.6 128.8669) + (xy 101.678239 128.859228) (xy 101.756524 128.852379) (xy 101.760815 128.851132) (xy 101.765274 128.850695) (xy 101.84058 128.827958) + (xy 101.915997 128.806048) (xy 101.919967 128.803989) (xy 101.924253 128.802696) (xy 101.993658 128.765792) (xy 102.063434 128.729625) + (xy 102.066931 128.726832) (xy 102.070881 128.724733) (xy 102.131787 128.675058) (xy 102.193218 128.626019) (xy 102.199443 128.619879) + (xy 102.199573 128.619774) (xy 102.199672 128.619653) (xy 102.201677 128.617677) (xy 102.630552 128.188801) (xy 102.696234 128.203243) + (xy 102.98259 128.209242) (xy 103.264658 128.159506) (xy 103.531693 128.055929) (xy 103.773524 127.902459) (xy 103.980941 127.704939) + (xy 104.146042 127.470893) (xy 104.189385 127.373542) (xy 104.192621 127.410524) (xy 104.193867 127.414815) (xy 104.194305 127.419274) + (xy 104.217041 127.49458) (xy 104.238952 127.569997) (xy 104.24101 127.573967) (xy 104.242304 127.578253) (xy 104.279207 127.647658) + (xy 104.315375 127.717434) (xy 104.318167 127.720931) (xy 104.320267 127.724881) (xy 104.369941 127.785787) (xy 104.418981 127.847218) + (xy 104.42512 127.853443) (xy 104.425226 127.853573) (xy 104.425346 127.853672) (xy 104.427323 127.855677) (xy 105.951323 129.379677) + (xy 106.012056 129.429564) (xy 106.07227 129.480089) (xy 106.076188 129.482243) (xy 106.079648 129.485085) (xy 106.148937 129.522237) + (xy 106.217795 129.560092) (xy 106.22206 129.561445) (xy 106.226003 129.563559) (xy 106.301162 129.586538) (xy 106.376088 129.610306) + (xy 106.380533 129.610804) (xy 106.384813 129.612113) (xy 106.462988 129.620053) (xy 106.54112 129.628817) (xy 106.549872 129.628878) + (xy 106.550029 129.628894) (xy 106.550174 129.62888) (xy 106.553 129.6289) (xy 115.189 129.6289) (xy 115.267239 129.621228) + (xy 115.345524 129.614379) (xy 115.349815 129.613132) (xy 115.354274 129.612695) (xy 115.42958 129.589958) (xy 115.504997 129.568048) + (xy 115.508967 129.565989) (xy 115.513253 129.564696) (xy 115.582658 129.527792) (xy 115.652434 129.491625) (xy 115.655931 129.488832) + (xy 115.659881 129.486733) (xy 115.720787 129.437058) (xy 115.782218 129.388019) (xy 115.788443 129.381879) (xy 115.788573 129.381774) + (xy 115.788672 129.381653) (xy 115.790677 129.379677) (xy 117.03167 128.138683) (xy 117.067912 128.410208) (xy 117.177043 128.729817) + (xy 117.280372 128.923134) (xy 117.597958 128.983437) (xy 118.565395 128.016) (xy 118.551252 128.001857) (xy 118.730857 127.822252) + (xy 118.745 127.836395) (xy 119.712437 126.868958) (xy 119.693912 126.7714) (xy 124.0155 126.7714) (xy 124.093739 126.763728) + (xy 124.172024 126.756879) (xy 124.176315 126.755632) (xy 124.180774 126.755195) (xy 124.25608 126.732458) (xy 124.331497 126.710548) + (xy 124.335467 126.708489) (xy 124.339753 126.707196) (xy 124.409158 126.670292) (xy 124.478934 126.634125) (xy 124.482431 126.631332) + (xy 124.486381 126.629233) (xy 124.547287 126.579558) (xy 124.608718 126.530519) (xy 124.614943 126.524379) (xy 124.615073 126.524274) + (xy 124.615172 126.524153) (xy 124.617177 126.522177) (xy 131.924453 119.2149) (xy 133.35 119.2149) (xy 133.357662 119.2149) + (xy 133.206961 119.434994) (xy 133.094129 119.698252) (xy 133.034579 119.978412) (xy 133.034045 120.0166) (xy 132.113323 120.937323) + (xy 132.063435 120.998056) (xy 132.012911 121.05827) (xy 132.010756 121.062188) (xy 132.007915 121.065648) (xy 131.970743 121.134972) + (xy 131.932908 121.203795) (xy 131.931556 121.208056) (xy 131.92944 121.212003) (xy 131.906447 121.287208) (xy 131.882694 121.362088) + (xy 131.882195 121.366533) (xy 131.880887 121.370813) (xy 131.872941 121.449033) (xy 131.864183 121.52712) (xy 131.864121 121.535862) + (xy 131.864105 121.536029) (xy 131.864119 121.536184) (xy 131.8641 121.539) (xy 131.8641 122.935584) (xy 131.841235 122.925973) + (xy 131.585063 122.873388) (xy 131.323557 122.871563) (xy 131.066676 122.920565) (xy 130.824206 123.01853) (xy 130.605381 123.161725) + (xy 130.418537 123.344695) (xy 130.411412 123.3551) (xy 130.175 123.3551) (xy 130.09681 123.362766) (xy 130.018476 123.36962) + (xy 130.014179 123.370868) (xy 130.009726 123.371305) (xy 129.934506 123.394015) (xy 129.859003 123.415951) (xy 129.855027 123.418011) + (xy 129.850747 123.419304) (xy 129.781356 123.456199) (xy 129.711567 123.492375) (xy 129.708071 123.495165) (xy 129.704119 123.497267) + (xy 129.64319 123.546959) (xy 129.581782 123.595981) (xy 129.575556 123.60212) (xy 129.575427 123.602226) (xy 129.575327 123.602346) + (xy 129.573323 123.604323) (xy 126.60367 126.573975) (xy 126.518403 126.556472) (xy 126.231991 126.554473) (xy 125.950645 126.608142) + (xy 125.685082 126.715437) (xy 125.445417 126.872269) (xy 125.240778 127.072666) (xy 125.078961 127.308994) (xy 124.966129 127.572252) + (xy 124.906579 127.852412) (xy 124.90258 128.138803) (xy 124.954284 128.420516) (xy 125.059722 128.686822) (xy 125.214877 128.927576) + (xy 125.413841 129.133608) (xy 125.649033 129.297072) (xy 125.911497 129.411739) (xy 126.191234 129.473243) (xy 126.47759 129.479242) + (xy 126.759658 129.429506) (xy 127.026693 129.325929) (xy 127.268524 129.172459) (xy 127.475941 128.974939) (xy 127.641042 128.740893) + (xy 127.757539 128.479236) (xy 127.820995 128.199935) (xy 127.825563 127.872791) (xy 127.806721 127.777632) (xy 130.469147 125.115206) + (xy 130.57655 125.226425) (xy 130.791291 125.375674) (xy 130.875582 125.4125) (xy 130.683958 125.4125) (xy 130.561277 125.436903) + (xy 130.445715 125.48477) (xy 130.341711 125.554263) (xy 130.253263 125.642711) (xy 130.18377 125.746715) (xy 130.135903 125.862277) + (xy 130.1115 125.984958) (xy 130.1115 126.110042) (xy 130.1115 127.507042) (xy 130.135903 127.629723) (xy 130.18377 127.745285) + (xy 130.253263 127.849289) (xy 130.341711 127.937737) (xy 130.445715 128.00723) (xy 130.561277 128.055097) (xy 130.683958 128.0795) + (xy 130.809042 128.0795) (xy 132.206042 128.0795) (xy 132.328723 128.055097) (xy 132.444285 128.00723) (xy 132.548289 127.937737) + (xy 132.636737 127.849289) (xy 132.70623 127.745285) (xy 132.754097 127.629723) (xy 132.7785 127.507042) (xy 132.7785 127.381958) + (xy 132.7785 126.615854) (xy 133.316677 126.077677) (xy 133.366564 126.016943) (xy 133.417089 125.95673) (xy 133.419243 125.952811) + (xy 133.422085 125.949352) (xy 133.459237 125.880062) (xy 133.497092 125.811205) (xy 133.498445 125.806939) (xy 133.500559 125.802997) + (xy 133.523538 125.727837) (xy 133.547306 125.652912) (xy 133.547804 125.648466) (xy 133.549113 125.644187) (xy 133.557058 125.565966) + (xy 133.565817 125.48788) (xy 133.565878 125.479137) (xy 133.565895 125.478971) (xy 133.56588 125.478815) (xy 133.565884 125.478164) + (xy 133.570932 125.48037) (xy 133.826344 125.536526) (xy 134.0878 125.542003) (xy 134.34534 125.496592) (xy 134.589154 125.402022) + (xy 134.809957 125.261897) (xy 134.999337 125.081552) (xy 135.016727 125.0569) (xy 137.795 125.0569) (xy 137.873239 125.049228) + (xy 137.951524 125.042379) (xy 137.955815 125.041132) (xy 137.960274 125.040695) (xy 138.03558 125.017958) (xy 138.110997 124.996048) + (xy 138.114967 124.993989) (xy 138.119253 124.992696) (xy 138.188658 124.955792) (xy 138.258434 124.919625) (xy 138.261931 124.916832) + (xy 138.265881 124.914733) (xy 138.326787 124.865058) (xy 138.388218 124.816019) (xy 138.394443 124.809879) (xy 138.394573 124.809774) + (xy 138.394672 124.809653) (xy 138.396677 124.807677) (xy 138.782454 124.4219) (xy 139.654374 124.4219) (xy 139.660903 124.454723) + (xy 139.70877 124.570285) (xy 139.778263 124.674289) (xy 139.866711 124.762737) (xy 139.970715 124.83223) (xy 140.086277 124.880097) + (xy 140.208958 124.9045) (xy 140.334042 124.9045) (xy 140.719146 124.9045) (xy 142.956614 127.141968) (xy 142.940579 127.217412) + (xy 142.93658 127.503803) (xy 142.988284 127.785516) (xy 143.093722 128.051822) (xy 143.248877 128.292576) (xy 143.417497 128.467186) + (xy 143.191526 128.454123) (xy 142.881815 128.497328) (xy 142.586484 128.600123) (xy 142.424098 128.686919) (xy 142.379156 128.991551) + (xy 143.256 129.868395) (xy 144.132844 128.991551) (xy 144.106371 128.812109) (xy 144.225234 128.838243) (xy 144.51159 128.844242) + (xy 144.793658 128.794506) (xy 144.956818 128.731219) (xy 145.010954 128.760246) (xy 145.079795 128.798092) (xy 145.084058 128.799444) + (xy 145.088004 128.80156) (xy 145.163181 128.824544) (xy 145.238088 128.848306) (xy 145.242535 128.848804) (xy 145.246814 128.850113) + (xy 145.325023 128.858057) (xy 145.40312 128.866817) (xy 145.411863 128.866878) (xy 145.41203 128.866895) (xy 145.412185 128.86688) + (xy 145.415 128.8669) (xy 149.225 128.8669) (xy 149.303239 128.859228) (xy 149.381524 128.852379) (xy 149.385815 128.851132) + (xy 149.390274 128.850695) (xy 149.46558 128.827958) (xy 149.540997 128.806048) (xy 149.544967 128.803989) (xy 149.549253 128.802696) + (xy 149.618658 128.765792) (xy 149.688434 128.729625) (xy 149.691931 128.726832) (xy 149.695881 128.724733) (xy 149.756787 128.675058) + (xy 149.818218 128.626019) (xy 149.824443 128.619879) (xy 149.824573 128.619774) (xy 149.824672 128.619653) (xy 149.826677 128.617677) + (xy 151.096677 127.347677) (xy 151.146564 127.286943) (xy 151.197089 127.22673) (xy 151.199243 127.222811) (xy 151.202085 127.219352) + (xy 151.239237 127.150062) (xy 151.277092 127.081205) (xy 151.278445 127.076939) (xy 151.280559 127.072997) (xy 151.303538 126.997837) + (xy 151.327306 126.922912) (xy 151.327804 126.918466) (xy 151.329113 126.914187) (xy 151.337058 126.835966) (xy 151.345817 126.75788) + (xy 151.345878 126.749137) (xy 151.345895 126.748971) (xy 151.34588 126.748815) (xy 151.3459 126.746) (xy 151.3459 126.507191) + (xy 151.509337 126.351552) (xy 151.660081 126.137858) (xy 151.766448 125.898955) (xy 151.824386 125.643941) (xy 151.828557 125.345244) + (xy 151.777762 125.088711) (xy 151.678107 124.846931) (xy 151.533388 124.629111) (xy 151.349118 124.443549) (xy 151.132314 124.297313) + (xy 151.066149 124.2695) (xy 151.256042 124.2695) (xy 151.378723 124.245097) (xy 151.494285 124.19723) (xy 151.598289 124.127737) + (xy 151.686737 124.039289) (xy 151.75623 123.935285) (xy 151.804097 123.819723) (xy 151.810625 123.7869) (xy 154.587546 123.7869) + (xy 154.767614 123.966968) (xy 154.751579 124.042412) (xy 154.74758 124.328803) (xy 154.799284 124.610516) (xy 154.904722 124.876822) + (xy 155.059877 125.117576) (xy 155.258841 125.323608) (xy 155.3591 125.39329) (xy 155.3591 126.111) (xy 155.366771 126.189239) + (xy 155.373621 126.267524) (xy 155.374867 126.271815) (xy 155.375305 126.276274) (xy 155.398041 126.35158) (xy 155.419952 126.426997) + (xy 155.42201 126.430967) (xy 155.423304 126.435253) (xy 155.460207 126.504658) (xy 155.496375 126.574434) (xy 155.499167 126.577931) + (xy 155.501267 126.581881) (xy 155.550941 126.642787) (xy 155.599981 126.704218) (xy 155.60612 126.710443) (xy 155.606226 126.710573) + (xy 155.606346 126.710672) (xy 155.608323 126.712677) (xy 156.243323 127.347677) (xy 156.304056 127.397564) (xy 156.36427 127.448089) + (xy 156.368188 127.450243) (xy 156.371648 127.453085) (xy 156.440954 127.490246) (xy 156.509795 127.528092) (xy 156.514058 127.529444) + (xy 156.518004 127.53156) (xy 156.593181 127.554544) (xy 156.668088 127.578306) (xy 156.672535 127.578804) (xy 156.676814 127.580113) + (xy 156.755023 127.588057) (xy 156.83312 127.596817) (xy 156.841863 127.596878) (xy 156.84203 127.596895) (xy 156.842185 127.59688) + (xy 156.845 127.5969) (xy 162.56 127.5969) (xy 162.638239 127.589228) (xy 162.716524 127.582379) (xy 162.720815 127.581132) + (xy 162.725274 127.580695) (xy 162.80058 127.557958) (xy 162.875997 127.536048) (xy 162.879967 127.533989) (xy 162.884253 127.532696) + (xy 162.953658 127.495792) (xy 163.023434 127.459625) (xy 163.026931 127.456832) (xy 163.030881 127.454733) (xy 163.091787 127.405058) + (xy 163.153218 127.356019) (xy 163.159443 127.349879) (xy 163.159573 127.349774) (xy 163.159672 127.349653) (xy 163.161677 127.347677) + (xy 163.796677 126.712677) (xy 163.82281 126.680861) (xy 163.851955 126.651778) (xy 163.859441 126.642553) (xy 165.657279 124.395255) + (xy 165.84759 124.399242) (xy 166.129658 124.349506) (xy 166.396693 124.245929) (xy 166.638524 124.092459) (xy 166.845941 123.894939) + (xy 167.011042 123.660893) (xy 167.127539 123.399236) (xy 167.190995 123.119935) (xy 167.195563 122.792791) (xy 167.195563 131.0894) + (xy 144.849877 131.0894) (xy 144.469658 131.0894) (xy 144.473333 131.085725) (xy 144.312451 130.924843) (xy 144.617081 130.879902) + (xy 144.753224 130.598384) (xy 144.831829 130.295714) (xy 144.849877 129.983526) (xy 144.806672 129.673815) (xy 144.703877 129.378484) + (xy 144.617081 129.216098) (xy 144.312449 129.171156) (xy 143.435605 130.048) (xy 143.449747 130.062142) (xy 143.270142 130.241747) + (xy 143.256 130.227605) (xy 143.241857 130.241747) (xy 143.076395 130.076285) (xy 143.062252 130.062142) (xy 143.076395 130.048) + (xy 142.199551 129.171156) (xy 141.894919 129.216098) (xy 141.758776 129.497616) (xy 141.680171 129.800286) (xy 141.662123 130.112474) + (xy 141.705328 130.422185) (xy 141.808123 130.717516) (xy 141.894919 130.879902) (xy 142.199548 130.924843) (xy 142.038667 131.085725) + (xy 142.042342 131.0894) (xy 139.01618 131.0894) (xy 139.190337 130.923552) (xy 139.341081 130.709858) (xy 139.447448 130.470955) + (xy 139.505386 130.215941) (xy 139.509557 129.917244) (xy 139.458762 129.660711) (xy 139.359107 129.418931) (xy 139.214388 129.201111) + (xy 139.030118 129.015549) (xy 138.813314 128.869313) (xy 138.572235 128.767973) (xy 138.316063 128.715388) (xy 138.054557 128.713563) + (xy 138.046461 128.715107) (xy 137.777945 128.446591) (xy 137.889941 128.339939) (xy 138.055042 128.105893) (xy 138.171539 127.844236) + (xy 138.234995 127.564935) (xy 138.239563 127.237791) (xy 138.183931 126.956826) (xy 138.074785 126.692019) (xy 137.916283 126.453455) + (xy 137.714462 126.25022) (xy 137.47701 126.090057) (xy 137.212971 125.979065) (xy 136.932403 125.921472) (xy 136.645991 125.919473) + (xy 136.364645 125.973142) (xy 136.099082 126.080437) (xy 135.859417 126.237269) (xy 135.654778 126.437666) (xy 135.492961 126.673994) + (xy 135.380129 126.937252) (xy 135.320579 127.217412) (xy 135.31658 127.503803) (xy 135.368284 127.785516) (xy 135.473722 128.051822) + (xy 135.628877 128.292576) (xy 135.827841 128.498608) (xy 135.9281 128.56829) (xy 135.9281 128.651) (xy 135.935771 128.729239) + (xy 135.942621 128.807524) (xy 135.943867 128.811815) (xy 135.944305 128.816274) (xy 135.967041 128.89158) (xy 135.988952 128.966997) + (xy 135.99101 128.970967) (xy 135.992304 128.975253) (xy 136.029207 129.044658) (xy 136.065375 129.114434) (xy 136.068167 129.117931) + (xy 136.070267 129.121881) (xy 136.119941 129.182787) (xy 136.168981 129.244218) (xy 136.17512 129.250443) (xy 136.175226 129.250573) + (xy 136.175346 129.250672) (xy 136.177323 129.252677) (xy 136.844108 129.919462) (xy 136.840747 130.160124) (xy 136.887955 130.417341) + (xy 136.984225 130.660489) (xy 137.125888 130.880308) (xy 137.30755 131.068425) (xy 137.337729 131.0894) (xy 120.46677 131.0894) + (xy 120.46677 127.95655) (xy 120.422088 127.621792) (xy 120.312957 127.302183) (xy 120.209628 127.108866) (xy 119.892042 127.048563) + (xy 118.924605 128.016) (xy 119.892042 128.983437) (xy 120.209628 128.923134) (xy 120.358459 128.619969) (xy 120.445285 128.293593) + (xy 120.46677 127.95655) (xy 120.46677 131.0894) (xy 119.712437 131.0894) (xy 119.712437 129.163042) (xy 118.745 128.195605) + (xy 117.777563 129.163042) (xy 117.837866 129.480628) (xy 118.141031 129.629459) (xy 118.467407 129.716285) (xy 118.80445 129.73777) + (xy 119.139208 129.693088) (xy 119.458817 129.583957) (xy 119.652134 129.480628) (xy 119.712437 129.163042) (xy 119.712437 131.0894) + (xy 89.0016 131.0894) (xy 89.0016 53.213) (xy 187.198 53.213) (xy 187.198 131.0894) + ) + ) + ) +) diff --git a/demos/complex_hierarchy/complex_hierarchy.net b/demos/complex_hierarchy/complex_hierarchy.net new file mode 100644 index 0000000..b1278ad --- /dev/null +++ b/demos/complex_hierarchy/complex_hierarchy.net @@ -0,0 +1,805 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/complex_hierarchy/complex_hierarchy.sch) + (date "01/07/2015 12:05:52") + (tool "Eeschema (2015-06-24 BZR 5819)-product") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title) + (company) + (rev) + (date "21 mar 2015") + (source complex_hierarchy.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value "")))) + (sheet (number 2) (name /ampli_ht_horizontal/) (tstamps /4B3A13A4/) + (title_block + (title) + (company) + (rev) + (date "21 mar 2015") + (source ampli_ht.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value "")))) + (sheet (number 3) (name /ampli_ht_vertical/) (tstamps /4B3A1333/) + (title_block + (title) + (company) + (rev) + (date "21 mar 2015") + (source ampli_ht.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref C10) + (value 10uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B4B15E7)) + (comp (ref C11) + (value 10uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B4B15D9)) + (comp (ref U2) + (value 78L05) + (footprint discret:LM78LXX) + (libsource (lib complex_hierarchy-cache) (part 7805)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B4B1532)) + (comp (ref U1) + (value ICL7660) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib complex_hierarchy-cache) (part ICL7660)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B4B1230)) + (comp (ref C9) + (value 47uF/63V) + (footprint discret:CP8) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B3A1558)) + (comp (ref P1) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B3A12F4)) + (comp (ref C1) + (value 47uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 4B03CEC2)) + (comp (ref C2) + (value 47uF/20V) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 4AE173CF)) + (comp (ref D1) + (value 1N4007) + (footprint discret:D5) + (libsource (lib device) (part D_Small)) + (sheetpath (names /) (tstamps /)) + (tstamp 4AE172F4)) + (comp (ref P2) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4AD71B06)) + (comp (ref R28) + (value 220K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B617B88)) + (comp (ref R27) + (value 47) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B616B96)) + (comp (ref D9) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B616AFA)) + (comp (ref R20) + (value 5,6K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B61688C)) + (comp (ref C14) + (value 150nF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B4F3641)) + (comp (ref R24) + (value 1K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B4F363E)) + (comp (ref Q6) + (value MPAS42) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A137D)) + (comp (ref Q7) + (value MPAS92) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A137C)) + (comp (ref D7) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A137B)) + (comp (ref Q8) + (value MPAS42) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1379)) + (comp (ref D6) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1377)) + (comp (ref R13) + (value 470) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1376)) + (comp (ref D5) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1375)) + (comp (ref R14) + (value 220K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1374)) + (comp (ref R18) + (value 1K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1371)) + (comp (ref R22) + (value 220K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1370)) + (comp (ref R19) + (value 1K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A136D)) + (comp (ref P5) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A136C)) + (comp (ref R16) + (value 22K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A136B)) + (comp (ref U4) + (value LM358N) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib complex_hierarchy-cache) (part LM358N)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1368)) + (comp (ref P6) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1367)) + (comp (ref C7) + (value 4.7nF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1366)) + (comp (ref C8) + (value 820pF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1365)) + (comp (ref R15) + (value 47) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1364)) + (comp (ref R21) + (value 4,7K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1362)) + (comp (ref Q5) + (value MPAS92) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1360)) + (comp (ref R17) + (value 22K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1359)) + (comp (ref C6) + (value 15nF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1358)) + (comp (ref RV2) + (value 4,7K) + (footprint discret:RV2) + (libsource (lib device) (part POT)) + (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) + (tstamp 4B3A1357)) + (comp (ref R26) + (value 220K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B617B88)) + (comp (ref R25) + (value 47) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B616B96)) + (comp (ref D8) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B616AFA)) + (comp (ref R10) + (value 5,6K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B61688C)) + (comp (ref C12) + (value 150nF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B4F3641)) + (comp (ref R23) + (value 1K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B4F363E)) + (comp (ref Q2) + (value MPAS42) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A137D)) + (comp (ref Q3) + (value MPAS92) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A137C)) + (comp (ref D4) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A137B)) + (comp (ref Q4) + (value MPAS42) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1379)) + (comp (ref D3) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1377)) + (comp (ref R3) + (value 470) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1376)) + (comp (ref D2) + (value 1N4148) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1375)) + (comp (ref R4) + (value 220K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1374)) + (comp (ref R8) + (value 1K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1371)) + (comp (ref R12) + (value 220K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1370)) + (comp (ref R9) + (value 1K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A136D)) + (comp (ref P3) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A136C)) + (comp (ref R6) + (value 22K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A136B)) + (comp (ref U3) + (value LM358N) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib complex_hierarchy-cache) (part LM358N)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1368)) + (comp (ref P4) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1367)) + (comp (ref C4) + (value 4.7nF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1366)) + (comp (ref C5) + (value 820pF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1365)) + (comp (ref R5) + (value 47) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1364)) + (comp (ref R11) + (value 4,7K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1362)) + (comp (ref Q1) + (value MPAS92) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1360)) + (comp (ref R7) + (value 22K) + (footprint discret:R3-LARGE_PADS) + (libsource (lib device) (part R)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1359)) + (comp (ref C3) + (value 15nF) + (footprint discret:C2) + (libsource (lib device) (part C)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1358)) + (comp (ref RV1) + (value 4,7K) + (footprint discret:RV2) + (libsource (lib device) (part POT)) + (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) + (tstamp 4B3A1357))) + (libparts + (libpart (lib device) (part POT) + (description Potentionmetre) + (fields + (field (name Reference) RV) + (field (name Value) POT)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)))) + (libpart (lib device) (part D_Small) + (description Diode) + (footprints + (fp Diode_*) + (fp D-Pak_TO252AA) + (fp *SingleDiode) + (fp *SingleDiode*) + (fp *_Diode_*)) + (fields + (field (name Reference) D) + (field (name Value) D_Small)) + (pins + (pin (num 1) (name K) (type passive)) + (pin (num 2) (name A) (type passive)))) + (libpart (lib device) (part CP) + (description "Polarised capacitor") + (footprints + (fp CP*) + (fp Elko*) + (fp TantalC*) + (fp C*elec) + (fp c_elec*) + (fp SMD*_Pol)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part C) + (description "Unpolarized capacitor") + (footprints + (fp C?) + (fp C_????_*) + (fp C_????) + (fp SMD*_c) + (fp Capacitor*)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib complex_hierarchy-cache) (part 7805) + (aliases + (alias LM7805) + (alias LM7812) + (alias 78L05)) + (fields + (field (name Reference) U) + (field (name Value) 7805)) + (pins + (pin (num GND) (name GND) (type input)) + (pin (num VI) (name VI) (type input)) + (pin (num VO) (name VO) (type power_out)))) + (libpart (lib complex_hierarchy-cache) (part CONN_2) + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib complex_hierarchy-cache) (part ICL7660) + (fields + (field (name Reference) U) + (field (name Value) ICL7660)) + (pins + (pin (num 2) (name CAP+) (type input)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name CAP-) (type input)) + (pin (num 5) (name VOUT) (type power_out)) + (pin (num 6) (name LV) (type input)) + (pin (num 7) (name OSC) (type input)) + (pin (num 8) (name V+) (type power_in)))) + (libpart (lib complex_hierarchy-cache) (part LM358) + (aliases + (alias LMC6062) + (alias LMC6082) + (alias LM358N) + (alias TL072) + (alias TL082)) + (fields + (field (name Reference) U) + (field (name Value) LM358)) + (pins + (pin (num 1) (name ~) (type output)) + (pin (num 2) (name -) (type input)) + (pin (num 3) (name +) (type input)) + (pin (num 4) (name V-) (type power_in)) + (pin (num 5) (name +) (type input)) + (pin (num 6) (name -) (type input)) + (pin (num 7) (name ~) (type output)) + (pin (num 8) (name V+) (type power_in)))) + (libpart (lib complex_hierarchy-cache) (part MPSA42) + (footprints + (fp TO92-CBE)) + (fields + (field (name Reference) Q) + (field (name Value) MPSA42) + (field (name Footprint) TO92-CBE)) + (pins + (pin (num B) (name B) (type input)) + (pin (num C) (name C) (type passive)) + (pin (num E) (name E) (type passive)))) + (libpart (lib complex_hierarchy-cache) (part MPSA92) + (footprints + (fp TO92-CBE)) + (fields + (field (name Reference) Q) + (field (name Value) MPSA92) + (field (name Footprint) TO92-CBE)) + (pins + (pin (num B) (name B) (type input)) + (pin (num C) (name C) (type passive)) + (pin (num E) (name E) (type passive)))) + (libpart (lib device) (part R) + (description Resistor) + (footprints + (fp R_*) + (fp Resistor_*)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive))))) + (libraries + (library (logical device) + (uri f:\kicad\share\kicad\library\device.lib)) + (library (logical complex_hierarchy-cache) + (uri F:\kicad-launchpad\testing\demos\complex_hierarchy\complex_hierarchy-cache.lib))) + (nets + (net (code 1) (name GND) + (node (ref C4) (pin 2)) + (node (ref C5) (pin 2)) + (node (ref C14) (pin 2)) + (node (ref R11) (pin 2)) + (node (ref Q3) (pin C)) + (node (ref R4) (pin 2)) + (node (ref U2) (pin GND)) + (node (ref C11) (pin 1)) + (node (ref P4) (pin 2)) + (node (ref P6) (pin 2)) + (node (ref C7) (pin 2)) + (node (ref C8) (pin 2)) + (node (ref P1) (pin 2)) + (node (ref R8) (pin 2)) + (node (ref C12) (pin 2)) + (node (ref P5) (pin 2)) + (node (ref P3) (pin 2)) + (node (ref Q7) (pin C)) + (node (ref R18) (pin 2)) + (node (ref R21) (pin 2)) + (node (ref C2) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref R14) (pin 2)) + (node (ref P2) (pin 2)) + (node (ref C9) (pin 2)) + (node (ref U1) (pin 3))) + (net (code 2) (name "Net-(U1-Pad7)") + (node (ref U1) (pin 7))) + (net (code 3) (name "Net-(U1-Pad6)") + (node (ref U1) (pin 6))) + (net (code 4) (name "Net-(C10-Pad2)") + (node (ref C10) (pin 2)) + (node (ref U1) (pin 4))) + (net (code 5) (name HT) + (node (ref R13) (pin 1)) + (node (ref C9) (pin 1)) + (node (ref Q6) (pin C)) + (node (ref D5) (pin 2)) + (node (ref P1) (pin 1)) + (node (ref R3) (pin 1)) + (node (ref Q2) (pin C)) + (node (ref D2) (pin 2))) + (net (code 6) (name /12Vext) + (node (ref D1) (pin 2)) + (node (ref P2) (pin 1))) + (net (code 7) (name +12V) + (node (ref U4) (pin 8)) + (node (ref U2) (pin VI)) + (node (ref U3) (pin 8)) + (node (ref C2) (pin 1)) + (node (ref D1) (pin 1))) + (net (code 8) (name VCC) + (node (ref U2) (pin VO)) + (node (ref U1) (pin 8)) + (node (ref C1) (pin 1))) + (net (code 9) (name "Net-(C10-Pad1)") + (node (ref C10) (pin 1)) + (node (ref U1) (pin 2))) + (net (code 10) (name -VAA) + (node (ref U3) (pin 4)) + (node (ref C11) (pin 2)) + (node (ref U4) (pin 4)) + (node (ref U1) (pin 5))) + (net (code 11) (name "Net-(C5-Pad1)") + (node (ref R10) (pin 2)) + (node (ref C5) (pin 1))) + (net (code 12) (name "Net-(Q4-PadE)") + (node (ref Q4) (pin E)) + (node (ref R9) (pin 1))) + (net (code 13) (name "Net-(Q4-PadB)") + (node (ref R8) (pin 1)) + (node (ref Q4) (pin B))) + (net (code 14) (name "Net-(D4-Pad2)") + (node (ref D4) (pin 2)) + (node (ref D8) (pin 1))) + (net (code 15) (name "Net-(Q3-PadE)") + (node (ref Q3) (pin E)) + (node (ref R12) (pin 2)) + (node (ref R25) (pin 2))) + (net (code 16) (name "Net-(Q2-PadE)") + (node (ref R26) (pin 2)) + (node (ref R5) (pin 2)) + (node (ref Q2) (pin E))) + (net (code 17) (name /ampli_ht_vertical/PIEZO_IN) + (node (ref P4) (pin 1)) + (node (ref R23) (pin 2))) + (net (code 18) (name "Net-(Q1-PadE)") + (node (ref R3) (pin 2)) + (node (ref Q1) (pin E))) + (net (code 19) (name "Net-(D3-Pad1)") + (node (ref D3) (pin 1)) + (node (ref R4) (pin 1)) + (node (ref Q1) (pin B))) + (net (code 20) (name "Net-(R11-Pad1)") + (node (ref R11) (pin 1)) + (node (ref RV1) (pin 1))) + (net (code 21) (name "Net-(D8-Pad2)") + (node (ref D8) (pin 2)) + (node (ref Q1) (pin C)) + (node (ref Q2) (pin B))) + (net (code 22) (name "Net-(R9-Pad2)") + (node (ref U3) (pin 1)) + (node (ref R9) (pin 2))) + (net (code 23) (name "Net-(RV1-Pad2)") + (node (ref U3) (pin 2)) + (node (ref RV1) (pin 2))) + (net (code 24) (name /ampli_ht_vertical/PIEZO_OUT) + (node (ref R25) (pin 1)) + (node (ref R5) (pin 1)) + (node (ref P3) (pin 1))) + (net (code 25) (name /ampli_ht_vertical/Vpil_0_3,3V) + (node (ref U3) (pin 3)) + (node (ref U3) (pin 6)) + (node (ref U3) (pin 7)) + (node (ref C3) (pin 1))) + (net (code 26) (name "Net-(C12-Pad1)") + (node (ref C12) (pin 1)) + (node (ref R23) (pin 1)) + (node (ref R6) (pin 2))) + (net (code 27) (name "Net-(C3-Pad2)") + (node (ref R6) (pin 1)) + (node (ref C3) (pin 2)) + (node (ref R7) (pin 2))) + (net (code 28) (name "Net-(D2-Pad1)") + (node (ref D2) (pin 1)) + (node (ref D3) (pin 2))) + (net (code 29) (name "Net-(D4-Pad1)") + (node (ref Q3) (pin B)) + (node (ref D4) (pin 1)) + (node (ref Q4) (pin C)) + (node (ref R10) (pin 1))) + (net (code 30) (name "Net-(C4-Pad1)") + (node (ref C4) (pin 1)) + (node (ref R7) (pin 1)) + (node (ref U3) (pin 5))) + (net (code 31) (name /ampli_ht_vertical/S_OUT+) + (node (ref R12) (pin 1)) + (node (ref RV1) (pin 3)) + (node (ref R26) (pin 1))) + (net (code 32) (name "Net-(C8-Pad1)") + (node (ref C8) (pin 1)) + (node (ref R20) (pin 2))) + (net (code 33) (name "Net-(Q8-PadE)") + (node (ref Q8) (pin E)) + (node (ref R19) (pin 1))) + (net (code 34) (name "Net-(Q8-PadB)") + (node (ref Q8) (pin B)) + (node (ref R18) (pin 1))) + (net (code 35) (name "Net-(D7-Pad2)") + (node (ref D7) (pin 2)) + (node (ref D9) (pin 1))) + (net (code 36) (name "Net-(Q7-PadE)") + (node (ref Q7) (pin E)) + (node (ref R27) (pin 2)) + (node (ref R22) (pin 2))) + (net (code 37) (name "Net-(Q6-PadE)") + (node (ref R15) (pin 2)) + (node (ref Q6) (pin E)) + (node (ref R28) (pin 2))) + (net (code 38) (name /ampli_ht_horizontal/PIEZO_IN) + (node (ref P6) (pin 1)) + (node (ref R24) (pin 2))) + (net (code 39) (name "Net-(Q5-PadE)") + (node (ref Q5) (pin E)) + (node (ref R13) (pin 2))) + (net (code 40) (name "Net-(D6-Pad1)") + (node (ref D6) (pin 1)) + (node (ref Q5) (pin B)) + (node (ref R14) (pin 1))) + (net (code 41) (name "Net-(R21-Pad1)") + (node (ref RV2) (pin 1)) + (node (ref R21) (pin 1))) + (net (code 42) (name "Net-(D9-Pad2)") + (node (ref Q5) (pin C)) + (node (ref Q6) (pin B)) + (node (ref D9) (pin 2))) + (net (code 43) (name "Net-(R19-Pad2)") + (node (ref R19) (pin 2)) + (node (ref U4) (pin 1))) + (net (code 44) (name "Net-(RV2-Pad2)") + (node (ref U4) (pin 2)) + (node (ref RV2) (pin 2))) + (net (code 45) (name /ampli_ht_horizontal/PIEZO_OUT) + (node (ref R27) (pin 1)) + (node (ref P5) (pin 1)) + (node (ref R15) (pin 1))) + (net (code 46) (name /ampli_ht_horizontal/Vpil_0_3,3V) + (node (ref C6) (pin 1)) + (node (ref U4) (pin 3)) + (node (ref U4) (pin 7)) + (node (ref U4) (pin 6))) + (net (code 47) (name "Net-(C14-Pad1)") + (node (ref R24) (pin 1)) + (node (ref R16) (pin 2)) + (node (ref C14) (pin 1))) + (net (code 48) (name "Net-(C6-Pad2)") + (node (ref C6) (pin 2)) + (node (ref R17) (pin 2)) + (node (ref R16) (pin 1))) + (net (code 49) (name "Net-(D7-Pad1)") + (node (ref Q7) (pin B)) + (node (ref D7) (pin 1)) + (node (ref Q8) (pin C)) + (node (ref R20) (pin 1))) + (net (code 50) (name "Net-(C7-Pad1)") + (node (ref C7) (pin 1)) + (node (ref U4) (pin 5)) + (node (ref R17) (pin 1))) + (net (code 51) (name /ampli_ht_horizontal/S_OUT+) + (node (ref R28) (pin 1)) + (node (ref R22) (pin 1)) + (node (ref RV2) (pin 3))) + (net (code 52) (name "Net-(D5-Pad1)") + (node (ref D5) (pin 1)) + (node (ref D6) (pin 2))))) \ No newline at end of file diff --git a/demos/complex_hierarchy/complex_hierarchy.pro b/demos/complex_hierarchy/complex_hierarchy.pro new file mode 100644 index 0000000..93a05b4 --- /dev/null +++ b/demos/complex_hierarchy/complex_hierarchy.pro @@ -0,0 +1,38 @@ +update=01/07/2015 12:40:16 +version=1 +last_client=kicad +[cvpcb] +version=1 +NetIExt=net +[cvpcb/libraries] +EquName1=devcms +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead= +UseCmpFile=1 +PadDrill=0.8128 +PadDrillOvalY=0.8128 +PadSizeH=2.286 +PadSizeV=2.286 +PcbTextSizeV=2 +PcbTextSizeH=2 +PcbTextThickness=0.3 +ModuleTextSizeV=1 +ModuleTextSizeH=1 +ModuleTextSizeThickness=0.2 +SolderMaskClearance=0.254 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.3 +BoardOutlineThickness=0.09999999999999999 +ModuleOutlineThickness=0.2 +[pcbnew/libraries] +LibDir= +[general] +version=1 +[eeschema] +version=1 +LibDir=F:/kicad/share/library +[eeschema/libraries] +LibName1=power +LibName2=complex_hierarchy_schlib diff --git a/demos/complex_hierarchy/complex_hierarchy.sch b/demos/complex_hierarchy/complex_hierarchy.sch new file mode 100644 index 0000000..acc9c58 --- /dev/null +++ b/demos/complex_hierarchy/complex_hierarchy.sch @@ -0,0 +1,427 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:complex_hierarchy_schlib +LIBS:complex_hierarchy-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 3 +Title "" +Date "21 mar 2015" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +NoConn ~ 8800 3050 +Connection ~ 9200 2750 +Wire Wire Line + 9200 2650 9200 2750 +Wire Wire Line + 6650 2900 6650 3000 +Wire Wire Line + 6650 3000 7050 3000 +Wire Wire Line + 7050 3000 7050 2850 +Wire Wire Line + 7050 2850 7100 2850 +Wire Wire Line + 9200 2350 9200 2250 +Connection ~ 2500 1300 +Wire Wire Line + 8300 1300 9200 1300 +Wire Wire Line + 2800 2500 3800 2500 +Wire Wire Line + 2500 1250 2500 1350 +Wire Wire Line + 3800 2500 3800 2450 +Wire Wire Line + 2100 2800 2100 2700 +Wire Wire Line + 2100 2700 2000 2700 +Wire Wire Line + 2000 2500 2600 2500 +Wire Wire Line + 3200 2900 3200 3000 +Wire Wire Line + 3200 2500 3200 2600 +Connection ~ 3200 2500 +Wire Wire Line + 3550 2450 3550 2500 +Connection ~ 3550 2500 +Wire Wire Line + 3000 2500 3000 2450 +Connection ~ 3000 2500 +Wire Wire Line + 7400 1250 7400 1300 +Wire Wire Line + 7400 1300 7500 1300 +Wire Wire Line + 9200 1750 9200 1800 +Wire Wire Line + 9200 1250 9200 1450 +Connection ~ 9200 1300 +Wire Wire Line + 2200 1650 2200 1750 +Wire Wire Line + 2500 1650 2500 1700 +Wire Wire Line + 6650 2600 6650 2500 +Wire Wire Line + 6650 2500 7050 2500 +Wire Wire Line + 7050 2500 7050 2650 +Wire Wire Line + 7050 2650 7100 2650 +Wire Wire Line + 8800 2750 9350 2750 +$Comp +L CP C10 +U 1 1 4B4B15E7 +P 6650 2750 +F 0 "C10" H 6800 2800 50 0000 L CNN +F 1 "10uF" H 6800 2750 50 0000 L TNN +F 2 "Discret:CP6" H 6650 2750 60 0001 C CNN +F 3 "" H 6650 2750 60 0001 C CNN + 1 6650 2750 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR01 +U 1 1 4B4B15DA +P 9050 2300 +F 0 "#PWR01" H 9050 2300 30 0001 C CNN +F 1 "GND" H 9050 2230 30 0001 C CNN +F 2 "" H 9050 2300 60 0001 C CNN +F 3 "" H 9050 2300 60 0001 C CNN + 1 9050 2300 + 1 0 0 -1 +$EndComp +$Comp +L CP C11 +U 1 1 4B4B15D9 +P 9200 2500 +F 0 "C11" H 9350 2550 50 0000 L CNN +F 1 "10uF" H 9350 2500 50 0000 L TNN +F 2 "Discret:CP6" H 9200 2500 60 0001 C CNN +F 3 "" H 9200 2500 60 0001 C CNN + 1 9200 2500 + 1 0 0 -1 +$EndComp +NoConn ~ 7100 3050 +$Comp +L -VAA #PWR02 +U 1 1 4B4B1578 +P 9350 2750 +F 0 "#PWR02" H 9350 2850 20 0001 C CNN +F 1 "-VAA" V 9350 2950 40 0000 C CNN +F 2 "" H 9350 2750 60 0001 C CNN +F 3 "" H 9350 2750 60 0001 C CNN + 1 9350 2750 + 0 1 1 0 +$EndComp +$Comp +L 7805 U2 +U 1 1 4B4B1532 +P 7900 1350 +F 0 "U2" H 7900 1650 60 0000 C CNN +F 1 "78L05" H 7900 1550 60 0000 C CNN +F 2 "Discret:LM78LXX" H 7900 1350 60 0001 C CNN +F 3 "" H 7900 1350 60 0001 C CNN + 1 7900 1350 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR03 +U 1 1 4B4B1253 +P 7900 2200 +F 0 "#PWR03" H 7900 2300 30 0001 C CNN +F 1 "VCC" H 7900 2300 40 0000 C CNN +F 2 "" H 7900 2200 60 0001 C CNN +F 3 "" H 7900 2200 60 0001 C CNN + 1 7900 2200 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR04 +U 1 1 4B4B124E +P 9200 1250 +F 0 "#PWR04" H 9200 1350 30 0001 C CNN +F 1 "VCC" H 9200 1350 40 0000 C CNN +F 2 "" H 9200 1250 60 0001 C CNN +F 3 "" H 9200 1250 60 0001 C CNN + 1 9200 1250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR05 +U 1 1 4B4B1237 +P 7900 3600 +F 0 "#PWR05" H 7900 3600 30 0001 C CNN +F 1 "GND" H 7900 3530 30 0001 C CNN +F 2 "" H 7900 3600 60 0001 C CNN +F 3 "" H 7900 3600 60 0001 C CNN + 1 7900 3600 + 1 0 0 -1 +$EndComp +$Comp +L ICL7660 U1 +U 1 1 4B4B1230 +P 7950 2900 +F 0 "U1" H 7400 3300 70 0000 L CNN +F 1 "ICL7660" H 8500 2450 70 0000 R CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 7950 2900 60 0001 C CNN +F 3 "" H 7950 2900 60 0001 C CNN + 1 7950 2900 + 1 0 0 -1 +$EndComp +Text Label 2150 2500 0 60 ~ 0 +12Vext +$Comp +L CP C9 +U 1 1 4B3A1558 +P 2500 1500 +F 0 "C9" H 2650 1550 50 0000 L CNN +F 1 "47uF/63V" H 2650 1500 50 0000 L TNN +F 2 "Discret:CP8" H 2500 1500 60 0001 C CNN +F 3 "" H 2500 1500 60 0001 C CNN + 1 2500 1500 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR06 +U 1 1 4B3A1557 +P 2500 1700 +F 0 "#PWR06" H 2500 1700 30 0001 C CNN +F 1 "GND" H 2500 1630 30 0001 C CNN +F 2 "" H 2500 1700 60 0001 C CNN +F 3 "" H 2500 1700 60 0001 C CNN + 1 2500 1700 + 1 0 0 -1 +$EndComp +$Sheet +S 6100 4400 2000 1450 +U 4B3A13A4 +F0 "ampli_ht_horizontal" 60 +F1 "ampli_ht.sch" 60 +$EndSheet +$Sheet +S 2800 4400 2000 1450 +U 4B3A1333 +F0 "ampli_ht_vertical" 60 +F1 "ampli_ht.sch" 60 +$EndSheet +$Comp +L GND #PWR07 +U 1 1 4B3A1302 +P 2200 1750 +F 0 "#PWR07" H 2200 1750 30 0001 C CNN +F 1 "GND" H 2200 1680 30 0001 C CNN +F 2 "" H 2200 1750 60 0001 C CNN +F 3 "" H 2200 1750 60 0001 C CNN + 1 2200 1750 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P1 +U 1 1 4B3A12F4 +P 1650 1400 +F 0 "P1" V 1600 1400 40 0000 C CNN +F 1 "CONN_2" V 1700 1400 40 0000 C CNN +F 2 "Connect:bornier2" H 1650 1400 60 0001 C CNN +F 3 "" H 1650 1400 60 0001 C CNN + 1 1650 1400 + -1 0 0 -1 +$EndComp +$Comp +L HT #PWR08 +U 1 1 4B0FA68B +P 2500 1250 +F 0 "#PWR08" H 2500 1370 20 0001 C CNN +F 1 "HT" H 2500 1340 30 0000 C CNN +F 2 "" H 2500 1250 60 0001 C CNN +F 3 "" H 2500 1250 60 0001 C CNN + 1 2500 1250 + 1 0 0 -1 +$EndComp +$Comp +L CP C1 +U 1 1 4B03CEC2 +P 9200 1600 +F 0 "C1" H 9350 1650 50 0000 L CNN +F 1 "47uF" H 9350 1600 50 0000 L TNN +F 2 "Discret:CP6" H 9200 1600 60 0001 C CNN +F 3 "" H 9200 1600 60 0001 C CNN + 1 9200 1600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR09 +U 1 1 4B03CEC1 +P 9200 1800 +F 0 "#PWR09" H 9200 1800 30 0001 C CNN +F 1 "GND" H 9200 1730 30 0001 C CNN +F 2 "" H 9200 1800 60 0001 C CNN +F 3 "" H 9200 1800 60 0001 C CNN + 1 9200 1800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR010 +U 1 1 4B03CE88 +P 7900 1650 +F 0 "#PWR010" H 7900 1650 30 0001 C CNN +F 1 "GND" H 7900 1580 30 0001 C CNN +F 2 "" H 7900 1650 60 0001 C CNN +F 3 "" H 7900 1650 60 0001 C CNN + 1 7900 1650 + 1 0 0 -1 +$EndComp +$Comp +L +12C #PWR011 +U 1 1 4B03CE6C +P 7400 1250 +F 0 "#PWR011" H 7400 1220 30 0001 C CNN +F 1 "+12C" H 7400 1360 40 0000 C CNN +F 2 "" H 7400 1250 60 0001 C CNN +F 3 "" H 7400 1250 60 0001 C CNN + 1 7400 1250 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #U012 +U 1 1 4B03CAA3 +P 2200 1250 +F 0 "#U012" H 2200 1520 30 0001 C CNN +F 1 "PWR_FLAG" H 2200 1480 30 0000 C CNN +F 2 "" H 2200 1250 60 0001 C CNN +F 3 "" H 2200 1250 60 0001 C CNN + 1 2200 1250 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #U013 +U 1 1 4B03C9F9 +P 3000 2450 +F 0 "#U013" H 3000 2720 30 0001 C CNN +F 1 "PWR_FLAG" H 3000 2680 30 0000 C CNN +F 2 "" H 3000 2450 60 0001 C CNN +F 3 "" H 3000 2450 60 0001 C CNN + 1 3000 2450 + 1 0 0 -1 +$EndComp +$Comp +L +12C #PWR014 +U 1 1 4B03C68D +P 3800 2450 +F 0 "#PWR014" H 3800 2420 30 0001 C CNN +F 1 "+12C" H 3800 2560 40 0000 C CNN +F 2 "" H 3800 2450 60 0001 C CNN +F 3 "" H 3800 2450 60 0001 C CNN + 1 3800 2450 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #U015 +U 1 1 4AE17C31 +P 2200 1650 +F 0 "#U015" H 2200 1920 30 0001 C CNN +F 1 "PWR_FLAG" H 2200 1880 30 0000 C CNN +F 2 "" H 2200 1650 60 0001 C CNN +F 3 "" H 2200 1650 60 0001 C CNN + 1 2200 1650 + 1 0 0 -1 +$EndComp +$Comp +L +12V #U016 +U 1 1 4AE173EF +P 3550 2450 +F 0 "#U016" H 3550 2400 20 0001 C CNN +F 1 "+12V" H 3550 2550 40 0000 C CNN +F 2 "" H 3550 2450 60 0001 C CNN +F 3 "" H 3550 2450 60 0001 C CNN + 1 3550 2450 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR017 +U 1 1 4AE173D0 +P 3200 3000 +F 0 "#PWR017" H 3200 3000 30 0001 C CNN +F 1 "GND" H 3200 2930 30 0001 C CNN +F 2 "" H 3200 3000 60 0001 C CNN +F 3 "" H 3200 3000 60 0001 C CNN + 1 3200 3000 + 1 0 0 -1 +$EndComp +$Comp +L CP C2 +U 1 1 4AE173CF +P 3200 2750 +F 0 "C2" H 3350 2800 50 0000 L CNN +F 1 "47uF/20V" H 3350 2700 50 0000 L TNN +F 2 "Discret:CP6" H 3200 2750 60 0001 C CNN +F 3 "" H 3200 2750 60 0001 C CNN + 1 3200 2750 + 1 0 0 -1 +$EndComp +$Comp +L D_Small D1 +U 1 1 4AE172F4 +P 2700 2500 +F 0 "D1" H 2700 2400 40 0000 C CNN +F 1 "1N4007" H 2700 2600 40 0000 C CNN +F 2 "Discret:D5" H 2700 2500 60 0001 C CNN +F 3 "" H 2700 2500 60 0001 C CNN + 1 2700 2500 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR018 +U 1 1 4AD71B8E +P 2100 2800 +F 0 "#PWR018" H 2100 2800 30 0001 C CNN +F 1 "GND" H 2100 2730 30 0001 C CNN +F 2 "" H 2100 2800 60 0001 C CNN +F 3 "" H 2100 2800 60 0001 C CNN + 1 2100 2800 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P2 +U 1 1 4AD71B06 +P 1650 2600 +F 0 "P2" V 1600 2600 40 0000 C CNN +F 1 "CONN_2" V 1700 2600 40 0000 C CNN +F 2 "Connect:bornier2" H 1650 2600 60 0001 C CNN +F 3 "" H 1650 2600 60 0001 C CNN + 1 1650 2600 + -1 0 0 -1 +$EndComp +Wire Wire Line + 2200 1250 2200 1300 +Connection ~ 2200 1300 +Wire Wire Line + 2000 1300 2500 1300 +Wire Wire Line + 2000 1500 2100 1500 +Wire Wire Line + 2100 1500 2100 1700 +Wire Wire Line + 2100 1700 2200 1700 +Connection ~ 2200 1700 +Wire Wire Line + 9050 2300 9050 2250 +Wire Wire Line + 9050 2250 9200 2250 +Wire Wire Line + 7900 2200 7900 2250 +Wire Wire Line + 7900 1650 7900 1600 +Wire Wire Line + 7900 3600 7900 3550 +$EndSCHEMATC diff --git a/demos/complex_hierarchy/complex_hierarchy_schlib.lib b/demos/complex_hierarchy/complex_hierarchy_schlib.lib new file mode 100644 index 0000000..7e82bbd --- /dev/null +++ b/demos/complex_hierarchy/complex_hierarchy_schlib.lib @@ -0,0 +1,324 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +12C +# +DEF +12C #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12C" 0 150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +12C 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# +12V +# +DEF +12V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12V" 0 140 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +12V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# -VAA +# +DEF -VAA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 20 H I C CNN +F1 "-VAA" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X -VAA 1 0 0 0 U 20 20 0 0 W N +P 3 0 1 0 0 0 0 50 0 50 N +P 7 0 1 0 0 80 30 50 -20 50 -30 50 0 80 0 80 0 80 F +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + C? + C_????_* + C_???? + SMD*_c + Capacitor* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "CP" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + CP* + Elko* + TantalC* + C*elec + c_elec* + SMD*_Pol +$ENDFPLIST +DRAW +S -90 20 -90 40 0 1 0 N +S -90 20 90 20 0 1 0 N +S -70 90 -30 90 0 1 0 N +S -50 70 -50 110 0 1 0 N +S 90 -20 -90 -40 0 1 0 F +S 90 40 -90 40 0 1 0 N +S 90 40 90 20 0 1 0 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# D_Small +# +DEF D_Small D 0 10 N N 1 F N +F0 "D" -50 80 50 H V L CNN +F1 "D_Small" -150 -80 50 H V L CNN +F2 "" 0 0 60 V V C CNN +F3 "" 0 0 60 V V C CNN +$FPLIST + Diode_* + D-Pak_TO252AA + *SingleDiode + *SingleDiode* + *_Diode_* +$ENDFPLIST +DRAW +P 2 0 1 0 -30 -40 -30 40 N +P 4 0 1 0 30 -40 -30 0 30 40 30 -40 F +X K 1 -100 0 70 R 50 50 1 1 P +X A 2 100 0 70 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "GND" 0 -123 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 20 30 1 1 W N +ENDDRAW +ENDDEF +# +# HT +# +DEF HT #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 120 50 H I C CNN +F1 "HT" 0 90 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X HT 1 0 0 0 U 20 20 0 0 W N +P 3 0 1 0 0 0 0 40 0 40 N +P 6 0 1 0 0 40 20 20 0 70 -20 20 0 40 0 40 N +ENDDRAW +ENDDEF +# +# ICL7660 +# +DEF ICL7660 U 0 40 Y Y 1 F N +F0 "U" 200 400 70 H V L CNN +F1 "ICL7660" 50 -450 70 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -550 -350 550 350 0 1 0 N +X CAP+ 2 -850 250 300 R 60 60 1 1 I +X GND 3 -50 -650 300 U 60 60 1 1 W +X CAP- 4 -850 50 300 R 60 60 1 1 I +X VOUT 5 850 150 300 L 60 60 1 1 w +X LV 6 850 -150 300 L 60 60 1 1 I +X OSC 7 -850 -150 300 R 60 60 1 1 I +X V+ 8 -50 650 300 D 60 60 1 1 W +ENDDRAW +ENDDEF +# +# LM358 +# +DEF LM358 U 0 20 Y Y 2 F N +F0 "U" -50 200 60 H V L CNN +F1 "LM358" -50 -250 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LMC6062 LMC6082 LM358N TL072 TL082 +DRAW +P 4 0 1 6 -200 200 200 0 -200 -200 -200 200 f +X V- 4 -100 -400 250 U 40 40 0 1 W +X V+ 8 -100 400 250 D 40 40 0 1 W +X ~ 1 500 0 300 L 40 40 1 1 O +X - 2 -500 -100 300 R 40 40 1 1 I +X + 3 -500 100 300 R 40 40 1 1 I +X + 5 -500 100 300 R 40 40 2 1 I +X - 6 -500 -100 300 R 40 40 2 1 I +X ~ 7 500 0 300 L 40 40 2 1 O +ENDDRAW +ENDDEF +# +# MPSA42 +# +DEF MPSA42 Q 0 40 Y N 1 F N +F0 "Q" 150 -150 60 H V L CNN +F1 "MPSA42" 150 150 60 H V L CNN +F2 "TO92-CBE" 150 0 30 H I C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + TO92-CBE +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X B B -200 0 200 R 40 40 1 1 I +X C C 100 200 100 D 40 40 1 1 P +X E E 100 -200 100 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# MPSA92 +# +DEF MPSA92 Q 0 40 Y N 1 F N +F0 "Q" 150 -150 60 H V L CNN +F1 "MPSA92" 150 150 60 H V L CNN +F2 "TO92-CBE" 150 0 30 H I C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + TO92-CBE +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X B B -200 0 200 R 40 40 1 1 I +X C C 100 200 100 D 40 40 1 1 P +X E E 100 -200 100 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R_* + Resistor_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "VCC" 0 150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 75 25 0 1 0 N +P 2 0 1 0 0 0 0 50 N +X VCC 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/ecc83/ecc83-pp-cache.lib b/demos/ecc83/ecc83-pp-cache.lib new file mode 100644 index 0000000..f862be2 --- /dev/null +++ b/demos/ecc83/ecc83-pp-cache.lib @@ -0,0 +1,141 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + C? + C_????_* + C_???? + SMD*_c + Capacitor* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# ECC81 +# +DEF ECC81 U 0 0 Y Y 3 L N +F0 "U" 130 310 50 H V C CNN +F1 "ECC81" 350 -300 50 H V C CNN +F2 "VALVE-NOVAL_P" 400 -350 30 H I C CNN +F3 "" 0 0 60 H V C CNN +ALIAS ECC83 +DRAW +P 2 1 0 0 -100 -200 -100 -300 N +P 2 1 0 0 0 200 0 300 N +P 2 2 0 0 -100 -200 -100 -300 N +P 2 2 0 0 0 200 0 300 N +A 0 -100 200 -1799 -1 0 1 0 N -200 -100 200 -100 +A 0 100 200 1 1799 0 1 0 N 200 100 -200 100 +P 2 0 1 0 200 100 200 -100 N +P 3 0 1 0 -200 100 -200 -100 -200 -100 N +A 0 -225 103 142 1659 1 1 10 N 100 -200 -100 -200 +P 2 1 1 0 -200 0 -125 0 N +P 2 1 1 6 -75 0 -125 0 N +P 2 1 1 6 -25 0 25 0 N +P 2 1 1 6 75 0 125 0 N +P 3 1 1 10 -100 200 110 200 110 200 N +X A 6 0 400 100 D 40 40 1 1 P +X G 7 -300 0 100 R 40 40 1 1 I +X K 8 -100 -400 100 U 40 40 1 1 P +A 0 -225 103 142 1659 2 1 10 N 100 -200 -100 -200 +P 2 2 1 0 -200 0 -125 0 N +P 2 2 1 6 -75 0 -125 0 N +P 2 2 1 6 -25 0 25 0 N +P 2 2 1 6 75 0 125 0 N +P 3 2 1 10 -100 200 110 200 110 200 N +X A 1 0 400 100 D 40 40 2 1 P +X G 2 -300 0 100 R 40 40 2 1 I +X K 3 -100 -400 100 U 40 40 2 1 P +A -50 -275 55 265 1534 3 1 0 N 0 -250 -100 -250 +A 50 -275 55 265 1534 3 1 0 N 100 -250 0 -250 +X F1 4 -100 -450 200 U 40 40 3 1 I +X F1 5 100 -450 200 U 40 40 3 1 I +X F2 9 0 -450 200 U 40 40 3 1 I +ENDDRAW +ENDDEF +# +# GND +# +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "GND" 0 -150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R_* + Resistor_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/ecc83/ecc83-pp.kicad_pcb b/demos/ecc83/ecc83-pp.kicad_pcb new file mode 100644 index 0000000..c885095 --- /dev/null +++ b/demos/ecc83/ecc83-pp.kicad_pcb @@ -0,0 +1,792 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-05-13 BZR 5653)-product") + + (general + (links 20) + (no_connects 0) + (area 123.761499 90.741499 168.338501 132.778501) + (thickness 1.6002) + (drawings 4) + (tracks 57) + (zones 0) + (modules 15) + (nets 14) + ) + + (page A4) + (layers + (0 Composant signal) + (31 Cuivre signal) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.8636) + (trace_clearance 0.381) + (zone_clearance 0.635) + (zone_45_only no) + (trace_min 0.254) + (segment_width 0.381) + (edge_width 0.381) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 2.794 1.397) + (pad_drill 1.9304) + (pad_to_mask_clearance 0.1) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x000f0_80000001) + (usegerberextensions false) + (usegerberattributes true) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 GND) + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad1)") + (net 4 "Net-(C2-Pad2)") + (net 5 "Net-(P1-Pad2)") + (net 6 "Net-(P4-Pad1)") + (net 7 "Net-(P4-Pad2)") + (net 8 "Net-(R1-Pad1)") + (net 9 "Net-(R2-Pad1)") + (net 10 "Net-(P5-Pad1)") + (net 11 "Net-(P6-Pad1)") + (net 12 "Net-(P7-Pad1)") + (net 13 "Net-(P8-Pad1)") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.381) + (trace_width 0.8636) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net GND) + (add_net "Net-(C1-Pad1)") + (add_net "Net-(C2-Pad1)") + (add_net "Net-(C2-Pad2)") + (add_net "Net-(P1-Pad2)") + (add_net "Net-(P4-Pad1)") + (add_net "Net-(P4-Pad2)") + (add_net "Net-(P5-Pad1)") + (add_net "Net-(P6-Pad1)") + (add_net "Net-(P7-Pad1)") + (add_net "Net-(P8-Pad1)") + (add_net "Net-(R1-Pad1)") + (add_net "Net-(R2-Pad1)") + ) + + (module discret:C2V10 (layer Composant) (tedit 54A57B4C) (tstamp 54A581E5) + (at 138.43 98.425 90) + (descr "Condensateur polarise") + (tags CP) + (path /4549F4BE) + (fp_text reference C1 (at 0 2.54 90) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value 10uF (at 0 -2.54 90) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 4.826 -2.794) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 "Net-(C1-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/C2V10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54A57B4C) (tstamp 54A581EA) + (at 137.16 122.555 90) + (descr "Condensateur = 2 pas") + (tags C) + (path /4549F3BE) + (fp_text reference C2 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 680nF (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 "Net-(C2-Pad2)")) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 54A588D7) (tstamp 54A581EF) + (at 164.465 110.49 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4549F464) + (fp_text reference P1 (at -6.05 -0.775 360) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_text value IN (at 0 5 270) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_line (start 5 2) (end -5 2) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 3) (end 5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 -3) (end -5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 -3) (end -5 3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 3) (end 5 3) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -2 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (pad 2 thru_hole circle (at 2 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 5 "Net-(P1-Pad2)")) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 54A588C9) (tstamp 54A581F4) + (at 128.27 116.84 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4549F46C) + (fp_text reference P2 (at 5.81 0.14 180) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_text value OUT (at 0 5 90) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_line (start 5 2) (end -5 2) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 3) (end 5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 -3) (end -5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 -3) (end -5 3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 3) (end 5 3) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -2 0 90) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 3 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 2 0 90) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 54A588D1) (tstamp 54A581F9) + (at 128.27 102.87 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4549F4A5) + (fp_text reference P3 (at -6.1 0.09 180) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_text value POWER (at 0 5 90) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_line (start 5 2) (end -5 2) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 3) (end 5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 -3) (end -5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 -3) (end -5 3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 3) (end 5 3) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -2 0 90) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 2 "Net-(C1-Pad1)")) + (pad 2 thru_hole circle (at 2 0 90) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 54A58902) (tstamp 54A581FE) + (at 147.955 129.54 180) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /456A8ACC) + (fp_text reference P4 (at 6.605 0.46 180) (layer F.SilkS) + (effects (font (thickness 0.15))) + ) + (fp_text value CONN_2 (at -9.735 3.03 180) (layer F.SilkS) hide + (effects (font (thickness 0.15))) + ) + (fp_line (start 5 2) (end -5 2) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 3) (end 5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start 5 -3) (end -5 -3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 -3) (end -5 3) (layer F.SilkS) (width 0.15)) + (fp_line (start -5 3) (end 5 3) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -2 0 180) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(P4-Pad1)")) + (pad 2 thru_hole circle (at 2 0 180) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(P4-Pad2)")) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:1pin (layer Composant) (tedit 54A588DF) (tstamp 54A58203) + (at 127 93.98) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A5890A) + (fp_text reference P5 (at 0 -3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CONN_1 (at 0 2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 4 4) (drill 3) (layers *.Cu *.Mask F.SilkS) + (net 10 "Net-(P5-Pad1)")) + ) + + (module connect:1pin (layer Composant) (tedit 54A588E7) (tstamp 54A58207) + (at 165.1 93.98) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A58C65) + (fp_text reference P6 (at 0 -3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CONN_1 (at 0 2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 4 4) (drill 3) (layers *.Cu *.Mask F.SilkS) + (net 11 "Net-(P6-Pad1)")) + ) + + (module connect:1pin (layer Composant) (tedit 54A588EE) (tstamp 54A5820B) + (at 165.1 129.54) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A58C8A) + (fp_text reference P7 (at 0 -3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CONN_1 (at 0 2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 4 4) (drill 3) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(P7-Pad1)")) + ) + + (module connect:1pin (layer Composant) (tedit 54A588F3) (tstamp 54A5820F) + (at 127 129.54) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A58CA3) + (fp_text reference P8 (at 0 -3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CONN_1 (at 0 2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 4 4) (drill 3) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(P8-Pad1)")) + ) + + (module discret:R3 (layer Composant) (tedit 54A57B4C) (tstamp 54A58213) + (at 135.89 111.76 270) + (descr "Resitance 3 pas") + (tags R) + (path /4549F38A) + (autoplace_cost180 10) + (fp_text reference R1 (at 0 0.127 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1.5K (at 0 0.127 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(R1-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 "Net-(C2-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Composant) (tedit 54A57B4C) (tstamp 54A58218) + (at 149.86 97.79 180) + (descr "Resitance 3 pas") + (tags R) + (path /4549F39D) + (autoplace_cost180 10) + (fp_text reference R2 (at 0 0.127 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1.5K (at 0 0.127 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(R2-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Composant) (tedit 54A57B4C) (tstamp 54A5821D) + (at 133.985 122.555 90) + (descr "Resitance 3 pas") + (tags R) + (path /4549F3AD) + (autoplace_cost180 10) + (fp_text reference R3 (at 0 0.127 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100K (at 0 0.127 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Composant) (tedit 54A57B4C) (tstamp 54A58222) + (at 164.465 121.285 270) + (descr "Resitance 3 pas") + (tags R) + (path /4549F3A2) + (autoplace_cost180 10) + (fp_text reference R4 (at 0 0.127 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 47K (at 0 0.127 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 "Net-(P1-Pad2)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Valves:VALVE-ECC-83-1 (layer Composant) (tedit 54A57B25) (tstamp 54A58227) + (at 149.225 113.665) + (path /48B4F266) + (fp_text reference U1 (at 1.27 -11.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ECC83 (at 0 11.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 10.16 1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 3.4544 4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(R1-Pad1)")) + (pad 2 thru_hole circle (at 5.60832 1.8288) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 "Net-(P1-Pad2)")) + (pad 3 thru_hole circle (at 5.60832 -1.8288) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(R2-Pad1)")) + (pad 4 thru_hole circle (at 3.4544 -4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(P4-Pad1)")) + (pad 5 thru_hole circle (at 0 -5.8928) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(P4-Pad1)")) + (pad 6 thru_hole circle (at -3.4544 -4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 "Net-(C1-Pad1)")) + (pad 7 thru_hole circle (at -5.60832 -1.8288) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(R1-Pad1)")) + (pad 8 thru_hole circle (at -5.60832 1.78816) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 4 "Net-(C2-Pad2)")) + (pad 9 thru_hole circle (at -3.4544 4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(P4-Pad2)")) + (model Valves.3dshapes/VALVE-ECC-83-1.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 123.825 132.715) (end 168.275 132.715) (angle 90) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 168.275 90.805) (end 123.825 90.805) (angle 90) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 168.275 90.805) (end 168.275 132.715) (angle 90) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 123.825 90.805) (end 123.825 132.715) (angle 90) (layer Edge.Cuts) (width 0.127)) + + (segment (start 142.24 95.25) (end 146.05 95.25) (width 0.8636) (layer Cuivre) (net 1)) + (segment (start 164.465 125.095) (end 164.465 124.46) (width 0.8636) (layer Cuivre) (net 1) (status 800)) + (segment (start 146.05 97.79) (end 146.05 95.25) (width 0.8636) (layer Cuivre) (net 1)) + (segment (start 139.065 95.25) (end 142.24 95.25) (width 0.8636) (layer Cuivre) (net 1)) + (segment (start 138.43 95.885) (end 139.065 95.25) (width 0.8636) (layer Cuivre) (net 1) (status 800)) + (segment (start 164.465 107.95) (end 165.735 107.95) (width 0.8636) (layer Cuivre) (net 1) (status 800)) + (segment (start 136.525 100.965) (end 135.255 102.235) (width 0.8636) (layer Cuivre) (net 2)) + (segment (start 138.43 100.965) (end 136.525 100.965) (width 0.8636) (layer Cuivre) (net 2) (status 800)) + (segment (start 145.7706 103.8606) (end 142.875 100.965) (width 0.8636) (layer Cuivre) (net 2)) + (segment (start 142.875 100.965) (end 138.43 100.965) (width 0.8636) (layer Cuivre) (net 2) (status 400)) + (segment (start 145.7706 108.91012) (end 145.7706 103.8606) (width 0.8636) (layer Cuivre) (net 2) (status 800)) + (segment (start 132.08 105.41) (end 135.255 102.235) (width 0.8636) (layer Cuivre) (net 2)) + (segment (start 128.27 105.41) (end 132.08 105.41) (width 0.8636) (layer Cuivre) (net 2) (status 800)) + (segment (start 137.16 125.095) (end 133.985 125.095) (width 0.8636) (layer Cuivre) (net 3)) + (segment (start 133.985 126.365) (end 133.985 125.095) (width 0.8636) (layer Cuivre) (net 3)) + (segment (start 133.985 125.095) (end 128.27 119.38) (width 0.8636) (layer Cuivre) (net 3)) + (segment (start 137.16 120.015) (end 137.16 115.57) (width 0.8636) (layer Cuivre) (net 4)) + (segment (start 135.89 115.57) (end 137.16 115.57) (width 0.8636) (layer Cuivre) (net 4)) + (segment (start 137.16 115.57) (end 143.49984 115.57) (width 0.8636) (layer Cuivre) (net 4)) + (segment (start 143.49984 115.57) (end 143.61668 115.45316) (width 0.8636) (layer Cuivre) (net 4)) + (segment (start 159.385 117.475) (end 164.465 117.475) (width 0.8636) (layer Cuivre) (net 5) (status 400)) + (segment (start 154.83332 115.4938) (end 157.4038 115.4938) (width 0.8636) (layer Cuivre) (net 5) (status 800)) + (segment (start 164.465 117.475) (end 164.465 113.03) (width 0.8636) (layer Cuivre) (net 5) (status C00)) + (segment (start 157.4038 115.4938) (end 159.385 117.475) (width 0.8636) (layer Cuivre) (net 5)) + (segment (start 149.86 128.905) (end 150.495 129.54) (width 0.8636) (layer Cuivre) (net 6) (status 400)) + (segment (start 149.86 111.125) (end 149.86 128.905) (width 0.8636) (layer Cuivre) (net 6)) + (segment (start 149.225 110.49) (end 149.86 111.125) (width 0.8636) (layer Cuivre) (net 6)) + (segment (start 149.225 107.7722) (end 151.54148 107.7722) (width 0.8636) (layer Cuivre) (net 6) (status 800)) + (segment (start 151.54148 107.7722) (end 152.6794 108.91012) (width 0.8636) (layer Cuivre) (net 6) (status 400)) + (segment (start 149.225 107.7722) (end 149.225 110.49) (width 0.8636) (layer Cuivre) (net 6) (status 800)) + (segment (start 145.7706 129.1844) (end 145.415 129.54) (width 0.8636) (layer Cuivre) (net 7) (status 400)) + (segment (start 145.7706 118.41988) (end 145.7706 129.1844) (width 0.8636) (layer Cuivre) (net 7) (status 800)) + (segment (start 153.289 131.826) (end 154.94 130.175) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 140.716 131.826) (end 153.289 131.826) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 143.61668 111.8362) (end 141.6812 111.8362) (width 0.8636) (layer Cuivre) (net 8) (status 800)) + (segment (start 141.6812 111.8362) (end 137.795 107.95) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 154.94 121.31548) (end 154.94 120.68048) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 154.94 120.68048) (end 152.6794 118.41988) (width 0.8636) (layer Cuivre) (net 8) (status 400)) + (segment (start 136.398 121.92) (end 135.509 121.031) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 135.509 121.031) (end 135.509 117.729) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 135.509 117.729) (end 133.985 116.205) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 136.525 121.92) (end 136.398 121.92) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 136.525 121.92) (end 139.065 124.46) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 139.065 124.46) (end 139.065 130.175) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 139.065 130.175) (end 140.335 131.445) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 135.89 107.95) (end 135.255 107.95) (width 0.8636) (layer Cuivre) (net 8) (status 800)) + (segment (start 133.985 109.22) (end 133.985 116.205) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 135.255 107.95) (end 133.985 109.22) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 135.89 107.95) (end 137.795 107.95) (width 0.8636) (layer Cuivre) (net 8) (status 800)) + (segment (start 140.335 131.445) (end 140.716 131.826) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 154.94 121.31548) (end 154.94 121.31548) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 154.94 130.175) (end 154.94 121.31548) (width 0.8636) (layer Cuivre) (net 8)) + (segment (start 154.83332 111.8362) (end 154.83332 111.23168) (width 0.8636) (layer Cuivre) (net 9) (status 800)) + (segment (start 159.385 106.68) (end 159.385 99.695) (width 0.8636) (layer Cuivre) (net 9)) + (segment (start 154.83332 111.23168) (end 159.385 106.68) (width 0.8636) (layer Cuivre) (net 9)) + (segment (start 157.48 97.79) (end 159.385 99.695) (width 0.8636) (layer Cuivre) (net 9)) + (segment (start 153.67 97.79) (end 157.48 97.79) (width 0.8636) (layer Cuivre) (net 9) (status 800)) + + (zone (net 1) (net_name GND) (layer Cuivre) (tstamp 4EED97A2) (hatch edge 0.508) + (connect_pads (clearance 0.635)) + (min_thickness 0.381) + (fill yes (arc_segments 32) (thermal_gap 0.254) (thermal_bridge_width 0.50038)) + (polygon + (pts + (xy 167.64 132.08) (xy 167.64 91.44) (xy 124.46 91.44) (xy 124.46 132.08) + ) + ) + (filled_polygon + (pts + (xy 167.386 127.8747) (xy 167.3002 127.745561) (xy 166.909756 127.352381) (xy 166.450378 127.042527) (xy 165.939566 126.827801) + (xy 165.613438 126.760856) (xy 165.613438 125.080387) (xy 165.58852 124.856618) (xy 165.520426 124.64201) (xy 165.428009 124.469114) + (xy 165.239548 124.404867) (xy 165.155133 124.489281) (xy 165.155133 124.320452) (xy 165.090886 124.131991) (xy 164.890987 124.02839) + (xy 164.674717 123.965779) (xy 164.450387 123.946562) (xy 164.226618 123.97148) (xy 164.01201 124.039574) (xy 163.839114 124.131991) + (xy 163.774867 124.320452) (xy 164.465 125.010586) (xy 165.155133 124.320452) (xy 165.155133 124.489281) (xy 164.549414 125.095) + (xy 165.239548 125.785133) (xy 165.428009 125.720886) (xy 165.53161 125.520987) (xy 165.594221 125.304717) (xy 165.613438 125.080387) + (xy 165.613438 126.760856) (xy 165.396774 126.716382) (xy 165.155133 126.714695) (xy 165.155133 125.869548) (xy 164.465 125.179414) + (xy 164.380586 125.263828) (xy 164.380586 125.095) (xy 163.690452 124.404867) (xy 163.501991 124.469114) (xy 163.39839 124.669013) + (xy 163.335779 124.885283) (xy 163.316562 125.109613) (xy 163.34148 125.333382) (xy 163.409574 125.54799) (xy 163.501991 125.720886) + (xy 163.690452 125.785133) (xy 164.380586 125.095) (xy 164.380586 125.263828) (xy 163.774867 125.869548) (xy 163.839114 126.058009) + (xy 164.039013 126.16161) (xy 164.255283 126.224221) (xy 164.479613 126.243438) (xy 164.703382 126.21852) (xy 164.91799 126.150426) + (xy 165.090886 126.058009) (xy 165.155133 125.869548) (xy 165.155133 126.714695) (xy 164.842679 126.712514) (xy 164.298384 126.816344) + (xy 163.784623 127.023916) (xy 163.320965 127.327326) (xy 162.925069 127.715016) (xy 162.612015 128.172219) (xy 162.393729 128.68152) + (xy 162.278523 129.223521) (xy 162.270786 129.777576) (xy 162.370814 130.322582) (xy 162.574795 130.837779) (xy 162.87496 131.303545) + (xy 163.259877 131.702137) (xy 163.438092 131.826) (xy 155.06709 131.826) (xy 155.829046 131.064045) (xy 155.902757 130.974307) + (xy 155.977415 130.885333) (xy 155.980599 130.879539) (xy 155.984797 130.87443) (xy 156.03969 130.772054) (xy 156.095629 130.670303) + (xy 156.097627 130.664003) (xy 156.100753 130.658174) (xy 156.134719 130.547072) (xy 156.169825 130.436407) (xy 156.170561 130.429838) + (xy 156.172495 130.423515) (xy 156.184237 130.307918) (xy 156.197177 130.192555) (xy 156.197267 130.179639) (xy 156.197293 130.179388) + (xy 156.19727 130.179154) (xy 156.1973 130.175) (xy 156.1973 121.31548) (xy 156.1973 120.68048) (xy 156.185963 120.564857) + (xy 156.175844 120.449198) (xy 156.174 120.442852) (xy 156.173355 120.436269) (xy 156.139771 120.325033) (xy 156.107385 120.213559) + (xy 156.104343 120.207691) (xy 156.102432 120.20136) (xy 156.04789 120.098782) (xy 155.99446 119.995705) (xy 155.990336 119.990539) + (xy 155.987232 119.984701) (xy 155.913816 119.894685) (xy 155.841372 119.803935) (xy 155.8323 119.794736) (xy 155.832143 119.794543) + (xy 155.831963 119.794394) (xy 155.829045 119.791435) (xy 154.517617 118.480007) (xy 154.520979 118.239312) (xy 154.450834 117.885053) + (xy 154.313215 117.551165) (xy 154.113365 117.250367) (xy 154.005586 117.141833) (xy 154.261512 117.253644) (xy 154.614224 117.331193) + (xy 154.975282 117.338756) (xy 155.330932 117.276046) (xy 155.667628 117.14545) (xy 155.972546 116.951943) (xy 156.183451 116.7511) + (xy 156.88301 116.7511) (xy 158.495955 118.364045) (xy 158.585663 118.437732) (xy 158.674667 118.512415) (xy 158.68046 118.5156) + (xy 158.68557 118.519797) (xy 158.787945 118.57469) (xy 158.889697 118.630629) (xy 158.895996 118.632627) (xy 158.901826 118.635753) + (xy 159.012927 118.669719) (xy 159.123593 118.704825) (xy 159.130161 118.705561) (xy 159.136485 118.707495) (xy 159.252036 118.719232) + (xy 159.367445 118.732177) (xy 159.380371 118.732267) (xy 159.380612 118.732292) (xy 159.380836 118.73227) (xy 159.385 118.7323) + (xy 163.603561 118.7323) (xy 163.717904 118.81177) (xy 163.991779 118.931423) (xy 164.283679 118.995602) (xy 164.582486 119.001861) + (xy 164.876817 118.949962) (xy 165.155462 118.841883) (xy 165.407808 118.681739) (xy 165.624243 118.475631) (xy 165.796522 118.23141) + (xy 165.918084 117.958377) (xy 165.984299 117.666932) (xy 165.989065 117.325564) (xy 165.931014 117.032384) (xy 165.817123 116.756063) + (xy 165.7223 116.613343) (xy 165.7223 113.813608) (xy 165.853581 113.688591) (xy 166.059943 113.396054) (xy 166.205555 113.069005) + (xy 166.284869 112.719903) (xy 166.290578 112.311) (xy 166.221043 111.959819) (xy 166.08462 111.628833) (xy 165.9095 111.365256) + (xy 165.9095 109.533779) (xy 165.9095 108.660815) (xy 165.9095 108.319185) (xy 165.9095 107.446221) (xy 165.892418 107.360345) + (xy 165.858911 107.279451) (xy 165.810266 107.206648) (xy 165.748353 107.144735) (xy 165.67555 107.096089) (xy 165.594656 107.062582) + (xy 165.50878 107.0455) (xy 165.421221 107.0455) (xy 164.635815 107.0455) (xy 164.52469 107.156625) (xy 164.52469 108.43031) + (xy 165.798375 108.43031) (xy 165.9095 108.319185) (xy 165.9095 108.660815) (xy 165.798375 108.54969) (xy 164.52469 108.54969) + (xy 164.52469 109.823375) (xy 164.635815 109.9345) (xy 165.421221 109.9345) (xy 165.50878 109.9345) (xy 165.594656 109.917418) + (xy 165.67555 109.883911) (xy 165.748353 109.835265) (xy 165.810266 109.773352) (xy 165.858911 109.700549) (xy 165.892418 109.619655) + (xy 165.9095 109.533779) (xy 165.9095 111.365256) (xy 165.886506 111.330648) (xy 165.634248 111.076622) (xy 165.337453 110.876432) + (xy 165.007427 110.737701) (xy 164.65674 110.665716) (xy 164.40531 110.66396) (xy 164.40531 109.823375) (xy 164.40531 108.54969) + (xy 164.40531 108.43031) (xy 164.40531 107.156625) (xy 164.294185 107.0455) (xy 163.508779 107.0455) (xy 163.42122 107.0455) + (xy 163.335344 107.062582) (xy 163.25445 107.096089) (xy 163.181647 107.144735) (xy 163.119734 107.206648) (xy 163.071089 107.279451) + (xy 163.037582 107.360345) (xy 163.0205 107.446221) (xy 163.0205 108.319185) (xy 163.131625 108.43031) (xy 164.40531 108.43031) + (xy 164.40531 108.54969) (xy 163.131625 108.54969) (xy 163.0205 108.660815) (xy 163.0205 109.533779) (xy 163.037582 109.619655) + (xy 163.071089 109.700549) (xy 163.119734 109.773352) (xy 163.181647 109.835265) (xy 163.25445 109.883911) (xy 163.335344 109.917418) + (xy 163.42122 109.9345) (xy 163.508779 109.9345) (xy 164.294185 109.9345) (xy 164.40531 109.823375) (xy 164.40531 110.66396) + (xy 164.29875 110.663216) (xy 163.947092 110.730299) (xy 163.615161 110.864408) (xy 163.3156 111.060435) (xy 163.059819 111.310913) + (xy 162.857562 111.606303) (xy 162.716531 111.935353) (xy 162.642099 112.285529) (xy 162.6371 112.643493) (xy 162.701726 112.995611) + (xy 162.833514 113.32847) (xy 163.027445 113.629392) (xy 163.2077 113.816051) (xy 163.2077 116.2177) (xy 159.90579 116.2177) + (xy 158.292845 114.604755) (xy 158.203136 114.531067) (xy 158.114133 114.456385) (xy 158.108339 114.453199) (xy 158.10323 114.449003) + (xy 158.000835 114.394099) (xy 157.899103 114.338171) (xy 157.892805 114.336173) (xy 157.886975 114.333047) (xy 157.775858 114.299075) + (xy 157.665207 114.263975) (xy 157.658638 114.263238) (xy 157.652315 114.261305) (xy 157.536763 114.249567) (xy 157.421355 114.236623) + (xy 157.408428 114.236532) (xy 157.408188 114.236508) (xy 157.407963 114.236529) (xy 157.4038 114.2365) (xy 156.180108 114.2365) + (xy 156.012816 114.068035) (xy 155.71342 113.866089) (xy 155.380501 113.726143) (xy 155.075367 113.663508) (xy 155.330932 113.618446) + (xy 155.667628 113.48785) (xy 155.972546 113.294343) (xy 156.234071 113.045296) (xy 156.442242 112.750195) (xy 156.58913 112.42028) + (xy 156.669139 112.068118) (xy 156.674899 111.655632) (xy 156.604754 111.301373) (xy 156.586355 111.256734) (xy 160.274046 107.569045) + (xy 160.347757 107.479307) (xy 160.422415 107.390333) (xy 160.425599 107.384539) (xy 160.429797 107.37943) (xy 160.48469 107.277054) + (xy 160.540629 107.175303) (xy 160.542627 107.169003) (xy 160.545753 107.163174) (xy 160.579719 107.052072) (xy 160.614825 106.941407) + (xy 160.615561 106.934838) (xy 160.617495 106.928515) (xy 160.629237 106.812918) (xy 160.642177 106.697555) (xy 160.642267 106.684639) + (xy 160.642293 106.684388) (xy 160.64227 106.684154) (xy 160.6423 106.68) (xy 160.6423 99.695) (xy 160.630972 99.579472) + (xy 160.620845 99.463718) (xy 160.619 99.457367) (xy 160.618355 99.450789) (xy 160.584783 99.339594) (xy 160.552385 99.228079) + (xy 160.549343 99.222211) (xy 160.547432 99.21588) (xy 160.49289 99.113302) (xy 160.43946 99.010225) (xy 160.435336 99.005059) + (xy 160.432232 98.999221) (xy 160.358816 98.909205) (xy 160.286372 98.818455) (xy 160.2773 98.809256) (xy 160.277143 98.809063) + (xy 160.276963 98.808914) (xy 160.274045 98.805955) (xy 158.369045 96.900955) (xy 158.279336 96.827267) (xy 158.190333 96.752585) + (xy 158.184539 96.749399) (xy 158.17943 96.745203) (xy 158.077035 96.690299) (xy 157.975303 96.634371) (xy 157.969005 96.632373) + (xy 157.963175 96.629247) (xy 157.852058 96.595275) (xy 157.741407 96.560175) (xy 157.734838 96.559438) (xy 157.728515 96.557505) + (xy 157.612963 96.545767) (xy 157.497555 96.532823) (xy 157.484628 96.532732) (xy 157.484388 96.532708) (xy 157.484163 96.532729) + (xy 157.48 96.5327) (xy 154.531449 96.5327) (xy 154.398359 96.442929) (xy 154.12284 96.327112) (xy 153.830072 96.267015) + (xy 153.531208 96.264929) (xy 153.23763 96.320932) (xy 152.96052 96.432891) (xy 152.710435 96.596542) (xy 152.496899 96.805652) + (xy 152.328047 97.052255) (xy 152.210309 97.326959) (xy 152.14817 97.619299) (xy 152.143997 97.918142) (xy 152.197949 98.212104) + (xy 152.307971 98.489988) (xy 152.469872 98.74121) (xy 152.677486 98.9562) (xy 152.922904 99.12677) (xy 153.196779 99.246423) + (xy 153.488679 99.310602) (xy 153.787486 99.316861) (xy 154.081817 99.264962) (xy 154.360462 99.156883) (xy 154.533136 99.0473) + (xy 156.95921 99.0473) (xy 158.1277 100.21579) (xy 158.1277 106.159209) (xy 154.168184 110.118725) (xy 154.016171 110.180142) + (xy 154.080151 110.119216) (xy 154.288322 109.824115) (xy 154.43521 109.4942) (xy 154.515219 109.142038) (xy 154.520979 108.729552) + (xy 154.450834 108.375293) (xy 154.313215 108.041405) (xy 154.113365 107.740607) (xy 153.858896 107.484355) (xy 153.5595 107.282409) + (xy 153.226581 107.142463) (xy 152.872821 107.069847) (xy 152.61542 107.06805) (xy 152.430525 106.883155) (xy 152.340816 106.809467) + (xy 152.251813 106.734785) (xy 152.246019 106.731599) (xy 152.24091 106.727403) (xy 152.138515 106.672499) (xy 152.036783 106.616571) + (xy 152.030485 106.614573) (xy 152.024655 106.611447) (xy 151.913538 106.577475) (xy 151.802887 106.542375) (xy 151.796318 106.541638) + (xy 151.789995 106.539705) (xy 151.674443 106.527967) (xy 151.559035 106.515023) (xy 151.546108 106.514932) (xy 151.545868 106.514908) + (xy 151.545643 106.514929) (xy 151.54148 106.5149) (xy 150.571788 106.5149) (xy 150.404496 106.346435) (xy 150.1051 106.144489) + (xy 149.772181 106.004543) (xy 149.418421 105.931927) (xy 149.057293 105.929406) (xy 148.702553 105.997076) (xy 148.367712 106.13236) + (xy 148.065526 106.330105) (xy 147.807504 106.582779) (xy 147.603473 106.880758) (xy 147.461206 107.212692) (xy 147.386122 107.565937) + (xy 147.38108 107.927038) (xy 147.401175 108.036528) (xy 147.204565 107.740607) (xy 147.198438 107.734437) (xy 147.198438 97.775387) + (xy 147.17352 97.551618) (xy 147.105426 97.33701) (xy 147.013009 97.164114) (xy 146.824548 97.099867) (xy 146.740133 97.184281) + (xy 146.740133 97.015452) (xy 146.675886 96.826991) (xy 146.475987 96.72339) (xy 146.259717 96.660779) (xy 146.035387 96.641562) + (xy 145.811618 96.66648) (xy 145.59701 96.734574) (xy 145.424114 96.826991) (xy 145.359867 97.015452) (xy 146.05 97.705586) + (xy 146.740133 97.015452) (xy 146.740133 97.184281) (xy 146.134414 97.79) (xy 146.824548 98.480133) (xy 147.013009 98.415886) + (xy 147.11661 98.215987) (xy 147.179221 97.999717) (xy 147.198438 97.775387) (xy 147.198438 107.734437) (xy 147.0279 107.562704) + (xy 147.0279 103.8606) (xy 147.016572 103.745072) (xy 147.006445 103.629318) (xy 147.0046 103.622967) (xy 147.003955 103.616389) + (xy 146.970383 103.505194) (xy 146.937985 103.393679) (xy 146.934943 103.387811) (xy 146.933032 103.38148) (xy 146.87849 103.278902) + (xy 146.82506 103.175825) (xy 146.820936 103.170659) (xy 146.817832 103.164821) (xy 146.744416 103.074805) (xy 146.740133 103.069439) + (xy 146.740133 98.564548) (xy 146.05 97.874414) (xy 145.965586 97.958828) (xy 145.965586 97.79) (xy 145.275452 97.099867) + (xy 145.086991 97.164114) (xy 144.98339 97.364013) (xy 144.920779 97.580283) (xy 144.901562 97.804613) (xy 144.92648 98.028382) + (xy 144.994574 98.24299) (xy 145.086991 98.415886) (xy 145.275452 98.480133) (xy 145.965586 97.79) (xy 145.965586 97.958828) + (xy 145.359867 98.564548) (xy 145.424114 98.753009) (xy 145.624013 98.85661) (xy 145.840283 98.919221) (xy 146.064613 98.938438) + (xy 146.288382 98.91352) (xy 146.50299 98.845426) (xy 146.675886 98.753009) (xy 146.740133 98.564548) (xy 146.740133 103.069439) + (xy 146.671972 102.984055) (xy 146.662897 102.974852) (xy 146.662743 102.974663) (xy 146.662567 102.974518) (xy 146.659646 102.971555) + (xy 143.764045 100.075955) (xy 143.674336 100.002267) (xy 143.585333 99.927585) (xy 143.579539 99.924399) (xy 143.57443 99.920203) + (xy 143.472035 99.865299) (xy 143.370303 99.809371) (xy 143.364005 99.807373) (xy 143.358175 99.804247) (xy 143.247058 99.770275) + (xy 143.136407 99.735175) (xy 143.129838 99.734438) (xy 143.123515 99.732505) (xy 143.007963 99.720767) (xy 142.892555 99.707823) + (xy 142.879628 99.707732) (xy 142.879388 99.707708) (xy 142.879163 99.707729) (xy 142.875 99.7077) (xy 140.06012 99.7077) + (xy 139.939524 99.525536) (xy 139.769934 99.381442) (xy 139.769934 95.87791) (xy 139.742805 95.616637) (xy 139.665224 95.365679) + (xy 139.548053 95.146468) (xy 139.340093 95.059321) (xy 139.255679 95.143735) (xy 139.255679 94.974907) (xy 139.168532 94.766947) + (xy 138.93622 94.644349) (xy 138.684454 94.569429) (xy 138.42291 94.545066) (xy 138.161637 94.572195) (xy 137.910679 94.649776) + (xy 137.691468 94.766947) (xy 137.604321 94.974907) (xy 138.43 95.800586) (xy 139.255679 94.974907) (xy 139.255679 95.143735) + (xy 138.514414 95.885) (xy 139.340093 96.710679) (xy 139.548053 96.623532) (xy 139.670651 96.39122) (xy 139.745571 96.139454) + (xy 139.769934 95.87791) (xy 139.769934 99.381442) (xy 139.762029 99.374726) (xy 139.549605 99.279205) (xy 139.319 99.246506) + (xy 139.255679 99.246506) (xy 139.255679 96.795093) (xy 138.43 95.969414) (xy 138.345586 96.053828) (xy 138.345586 95.885) + (xy 137.519907 95.059321) (xy 137.311947 95.146468) (xy 137.189349 95.37878) (xy 137.114429 95.630546) (xy 137.090066 95.89209) + (xy 137.117195 96.153363) (xy 137.194776 96.404321) (xy 137.311947 96.623532) (xy 137.519907 96.710679) (xy 138.345586 95.885) + (xy 138.345586 96.053828) (xy 137.604321 96.795093) (xy 137.691468 97.003053) (xy 137.92378 97.125651) (xy 138.175546 97.200571) + (xy 138.43709 97.224934) (xy 138.698363 97.197805) (xy 138.949321 97.120224) (xy 139.168532 97.003053) (xy 139.255679 96.795093) + (xy 139.255679 99.246506) (xy 137.541 99.246506) (xy 137.407044 99.257394) (xy 137.184746 99.326905) (xy 136.990536 99.455476) + (xy 136.839726 99.632971) (xy 136.806122 99.7077) (xy 136.525 99.7077) (xy 136.409377 99.719036) (xy 136.293718 99.729156) + (xy 136.287372 99.730999) (xy 136.280789 99.731645) (xy 136.169553 99.765228) (xy 136.058079 99.797615) (xy 136.052211 99.800656) + (xy 136.04588 99.802568) (xy 135.943302 99.857109) (xy 135.840225 99.91054) (xy 135.835059 99.914663) (xy 135.829221 99.917768) + (xy 135.739174 99.991207) (xy 135.648455 100.063629) (xy 135.639253 100.072701) (xy 135.639063 100.072857) (xy 135.638917 100.073033) + (xy 135.635954 100.075955) (xy 134.365955 101.345955) (xy 131.55921 104.1527) (xy 130.099494 104.1527) (xy 130.099494 103.87) + (xy 130.088606 103.736044) (xy 130.019095 103.513746) (xy 129.890524 103.319536) (xy 129.721486 103.175911) (xy 129.721486 100.867292) + (xy 129.693068 100.584173) (xy 129.609962 100.312038) (xy 129.478371 100.065848) (xy 129.259047 99.965367) (xy 129.174633 100.049781) + (xy 129.174633 99.880953) (xy 129.074152 99.661629) (xy 128.822958 99.527966) (xy 128.550515 99.445876) (xy 128.267292 99.418514) + (xy 127.984173 99.446932) (xy 127.712038 99.530038) (xy 127.465848 99.661629) (xy 127.365367 99.880953) (xy 128.27 100.785586) + (xy 129.174633 99.880953) (xy 129.174633 100.049781) (xy 128.354414 100.87) (xy 129.259047 101.774633) (xy 129.478371 101.674152) + (xy 129.612034 101.422958) (xy 129.694124 101.150515) (xy 129.721486 100.867292) (xy 129.721486 103.175911) (xy 129.713029 103.168726) + (xy 129.500605 103.073205) (xy 129.27 103.040506) (xy 129.174633 103.040506) (xy 129.174633 101.859047) (xy 128.27 100.954414) + (xy 128.185586 101.038828) (xy 128.185586 100.87) (xy 127.280953 99.965367) (xy 127.061629 100.065848) (xy 126.927966 100.317042) + (xy 126.845876 100.589485) (xy 126.818514 100.872708) (xy 126.846932 101.155827) (xy 126.930038 101.427962) (xy 127.061629 101.674152) + (xy 127.280953 101.774633) (xy 128.185586 100.87) (xy 128.185586 101.038828) (xy 127.365367 101.859047) (xy 127.465848 102.078371) + (xy 127.717042 102.212034) (xy 127.989485 102.294124) (xy 128.272708 102.321486) (xy 128.555827 102.293068) (xy 128.827962 102.209962) + (xy 129.074152 102.078371) (xy 129.174633 101.859047) (xy 129.174633 103.040506) (xy 127.27 103.040506) (xy 127.136044 103.051394) + (xy 126.913746 103.120905) (xy 126.719536 103.249476) (xy 126.568726 103.426971) (xy 126.473205 103.639395) (xy 126.440506 103.87) + (xy 126.440506 105.87) (xy 126.451394 106.003956) (xy 126.520905 106.226254) (xy 126.649476 106.420464) (xy 126.826971 106.571274) + (xy 127.039395 106.666795) (xy 127.27 106.699494) (xy 129.27 106.699494) (xy 129.403956 106.688606) (xy 129.472093 106.6673) + (xy 132.08 106.6673) (xy 132.195577 106.655967) (xy 132.311282 106.645844) (xy 132.317627 106.644) (xy 132.324211 106.643355) + (xy 132.435446 106.609771) (xy 132.546921 106.577385) (xy 132.552788 106.574343) (xy 132.55912 106.572432) (xy 132.661697 106.51789) + (xy 132.764775 106.46446) (xy 132.76994 106.460336) (xy 132.775779 106.457232) (xy 132.865794 106.383816) (xy 132.956545 106.311372) + (xy 132.965743 106.3023) (xy 132.965937 106.302143) (xy 132.966085 106.301963) (xy 132.969045 106.299045) (xy 136.144045 103.124045) + (xy 136.897831 102.370259) (xy 136.920476 102.404464) (xy 137.097971 102.555274) (xy 137.310395 102.650795) (xy 137.541 102.683494) + (xy 139.319 102.683494) (xy 139.452956 102.672606) (xy 139.675254 102.603095) (xy 139.869464 102.474524) (xy 140.020274 102.297029) + (xy 140.053877 102.2223) (xy 142.354209 102.2223) (xy 144.5133 104.38139) (xy 144.5133 107.563823) (xy 144.353104 107.720699) + (xy 144.149073 108.018678) (xy 144.006806 108.350612) (xy 143.931722 108.703857) (xy 143.92668 109.064958) (xy 143.991872 109.420162) + (xy 144.124815 109.755939) (xy 144.320446 110.059498) (xy 144.442147 110.185523) (xy 144.163861 110.068543) (xy 143.810101 109.995927) + (xy 143.448973 109.993406) (xy 143.094233 110.061076) (xy 142.759392 110.19636) (xy 142.457206 110.394105) (xy 142.268499 110.5789) + (xy 142.20199 110.5789) (xy 138.684045 107.060955) (xy 138.594336 106.987267) (xy 138.505333 106.912585) (xy 138.499539 106.909399) + (xy 138.49443 106.905203) (xy 138.392035 106.850299) (xy 138.290303 106.794371) (xy 138.284005 106.792373) (xy 138.278175 106.789247) + (xy 138.167058 106.755275) (xy 138.056407 106.720175) (xy 138.049838 106.719438) (xy 138.043515 106.717505) (xy 137.927963 106.705767) + (xy 137.812555 106.692823) (xy 137.799628 106.692732) (xy 137.799388 106.692708) (xy 137.799163 106.692729) (xy 137.795 106.6927) + (xy 136.751449 106.6927) (xy 136.618359 106.602929) (xy 136.34284 106.487112) (xy 136.050072 106.427015) (xy 135.751208 106.424929) + (xy 135.45763 106.480932) (xy 135.18052 106.592891) (xy 134.974799 106.72751) (xy 134.899553 106.750228) (xy 134.788079 106.782615) + (xy 134.782211 106.785656) (xy 134.77588 106.787568) (xy 134.673302 106.842109) (xy 134.570225 106.89554) (xy 134.565059 106.899663) + (xy 134.559221 106.902768) (xy 134.469174 106.976207) (xy 134.378455 107.048629) (xy 134.369253 107.057701) (xy 134.369063 107.057857) + (xy 134.368917 107.058033) (xy 134.365954 107.060955) (xy 133.095955 108.330955) (xy 133.022267 108.420663) (xy 132.947585 108.509667) + (xy 132.944399 108.51546) (xy 132.940203 108.52057) (xy 132.885299 108.622964) (xy 132.829371 108.724697) (xy 132.827373 108.730994) + (xy 132.824247 108.736825) (xy 132.790275 108.847941) (xy 132.755175 108.958593) (xy 132.754438 108.965161) (xy 132.752505 108.971485) + (xy 132.740767 109.087036) (xy 132.727823 109.202445) (xy 132.727732 109.215371) (xy 132.727708 109.215612) (xy 132.727729 109.215836) + (xy 132.7277 109.22) (xy 132.7277 116.205) (xy 132.739032 116.320577) (xy 132.749156 116.436282) (xy 132.750999 116.442627) + (xy 132.751645 116.449211) (xy 132.785228 116.560446) (xy 132.817615 116.671921) (xy 132.820656 116.677788) (xy 132.822568 116.68412) + (xy 132.877109 116.786697) (xy 132.93054 116.889775) (xy 132.934663 116.89494) (xy 132.937768 116.900779) (xy 133.011183 116.990794) + (xy 133.083628 117.081545) (xy 133.092699 117.090743) (xy 133.092857 117.090937) (xy 133.093036 117.091085) (xy 133.095955 117.094045) + (xy 133.653071 117.651161) (xy 133.53201 117.689574) (xy 133.359114 117.781991) (xy 133.294867 117.970452) (xy 133.985 118.660586) + (xy 133.999142 118.646443) (xy 134.083556 118.730857) (xy 134.069414 118.745) (xy 134.083556 118.759142) (xy 133.999142 118.843556) + (xy 133.985 118.829414) (xy 133.900586 118.913828) (xy 133.900586 118.745) (xy 133.210452 118.054867) (xy 133.021991 118.119114) + (xy 132.91839 118.319013) (xy 132.855779 118.535283) (xy 132.836562 118.759613) (xy 132.86148 118.983382) (xy 132.929574 119.19799) + (xy 133.021991 119.370886) (xy 133.210452 119.435133) (xy 133.900586 118.745) (xy 133.900586 118.913828) (xy 133.294867 119.519548) + (xy 133.359114 119.708009) (xy 133.559013 119.81161) (xy 133.775283 119.874221) (xy 133.999613 119.893438) (xy 134.223382 119.86852) + (xy 134.2517 119.859534) (xy 134.2517 121.031) (xy 134.263032 121.146577) (xy 134.273156 121.262282) (xy 134.274999 121.268627) + (xy 134.275645 121.275211) (xy 134.309228 121.386446) (xy 134.341615 121.497921) (xy 134.344656 121.503788) (xy 134.346568 121.51012) + (xy 134.401109 121.612697) (xy 134.45454 121.715775) (xy 134.458663 121.72094) (xy 134.461768 121.726779) (xy 134.535183 121.816794) + (xy 134.607628 121.907545) (xy 134.616699 121.916743) (xy 134.616857 121.916937) (xy 134.617036 121.917085) (xy 134.619955 121.920045) + (xy 135.508955 122.809045) (xy 135.598663 122.882732) (xy 135.687667 122.957415) (xy 135.69346 122.9606) (xy 135.69857 122.964797) + (xy 135.800945 123.01969) (xy 135.902345 123.075435) (xy 136.531915 123.705005) (xy 136.45052 123.737891) (xy 136.297995 123.8377) + (xy 134.50579 123.8377) (xy 130.099494 119.431403) (xy 130.099494 117.84) (xy 130.088606 117.706044) (xy 130.019095 117.483746) + (xy 129.890524 117.289536) (xy 129.721486 117.145911) (xy 129.721486 114.837292) (xy 129.693068 114.554173) (xy 129.609962 114.282038) + (xy 129.478371 114.035848) (xy 129.259047 113.935367) (xy 129.174633 114.019781) (xy 129.174633 113.850953) (xy 129.074152 113.631629) + (xy 128.822958 113.497966) (xy 128.550515 113.415876) (xy 128.267292 113.388514) (xy 127.984173 113.416932) (xy 127.712038 113.500038) + (xy 127.465848 113.631629) (xy 127.365367 113.850953) (xy 128.27 114.755586) (xy 129.174633 113.850953) (xy 129.174633 114.019781) + (xy 128.354414 114.84) (xy 129.259047 115.744633) (xy 129.478371 115.644152) (xy 129.612034 115.392958) (xy 129.694124 115.120515) + (xy 129.721486 114.837292) (xy 129.721486 117.145911) (xy 129.713029 117.138726) (xy 129.500605 117.043205) (xy 129.27 117.010506) + (xy 129.174633 117.010506) (xy 129.174633 115.829047) (xy 128.27 114.924414) (xy 128.185586 115.008828) (xy 128.185586 114.84) + (xy 127.280953 113.935367) (xy 127.061629 114.035848) (xy 126.927966 114.287042) (xy 126.845876 114.559485) (xy 126.818514 114.842708) + (xy 126.846932 115.125827) (xy 126.930038 115.397962) (xy 127.061629 115.644152) (xy 127.280953 115.744633) (xy 128.185586 114.84) + (xy 128.185586 115.008828) (xy 127.365367 115.829047) (xy 127.465848 116.048371) (xy 127.717042 116.182034) (xy 127.989485 116.264124) + (xy 128.272708 116.291486) (xy 128.555827 116.263068) (xy 128.827962 116.179962) (xy 129.074152 116.048371) (xy 129.174633 115.829047) + (xy 129.174633 117.010506) (xy 127.27 117.010506) (xy 127.136044 117.021394) (xy 126.913746 117.090905) (xy 126.719536 117.219476) + (xy 126.568726 117.396971) (xy 126.473205 117.609395) (xy 126.440506 117.84) (xy 126.440506 119.84) (xy 126.451394 119.973956) + (xy 126.520905 120.196254) (xy 126.649476 120.390464) (xy 126.826971 120.541274) (xy 127.039395 120.636795) (xy 127.27 120.669494) + (xy 127.781403 120.669494) (xy 132.682111 125.570202) (xy 132.643047 125.627255) (xy 132.525309 125.901959) (xy 132.46317 126.194299) + (xy 132.458997 126.493142) (xy 132.512949 126.787104) (xy 132.622971 127.064988) (xy 132.784872 127.31621) (xy 132.992486 127.5312) + (xy 133.237904 127.70177) (xy 133.511779 127.821423) (xy 133.803679 127.885602) (xy 134.102486 127.891861) (xy 134.396817 127.839962) + (xy 134.675462 127.731883) (xy 134.927808 127.571739) (xy 135.144243 127.365631) (xy 135.316522 127.12141) (xy 135.438084 126.848377) + (xy 135.504299 126.556932) (xy 135.507155 126.3523) (xy 136.298561 126.3523) (xy 136.412904 126.43177) (xy 136.686779 126.551423) + (xy 136.978679 126.615602) (xy 137.277486 126.621861) (xy 137.571817 126.569962) (xy 137.8077 126.478469) (xy 137.8077 130.175) + (xy 137.819032 130.290577) (xy 137.829156 130.406282) (xy 137.830999 130.412627) (xy 137.831645 130.419211) (xy 137.865228 130.530446) + (xy 137.897615 130.641921) (xy 137.900656 130.647788) (xy 137.902568 130.65412) (xy 137.957109 130.756697) (xy 138.01054 130.859775) + (xy 138.014663 130.86494) (xy 138.017768 130.870779) (xy 138.091183 130.960794) (xy 138.163628 131.051545) (xy 138.172699 131.060743) + (xy 138.172857 131.060937) (xy 138.173036 131.061085) (xy 138.175955 131.064045) (xy 138.937909 131.826) (xy 128.671224 131.826) + (xy 128.747968 131.777297) (xy 129.149238 131.395173) (xy 129.468645 130.942385) (xy 129.694021 130.436182) (xy 129.816783 129.895842) + (xy 129.825621 129.262945) (xy 129.717994 128.719389) (xy 129.506839 128.20709) (xy 129.2002 127.745561) (xy 128.809756 127.352381) + (xy 128.350378 127.042527) (xy 127.839566 126.827801) (xy 127.296774 126.716382) (xy 126.742679 126.712514) (xy 126.198384 126.816344) + (xy 125.684623 127.023916) (xy 125.220965 127.327326) (xy 124.825069 127.715016) (xy 124.714 127.877227) (xy 124.714 95.648953) + (xy 124.77496 95.743545) (xy 125.159877 96.142137) (xy 125.614883 96.458375) (xy 126.122648 96.680212) (xy 126.663831 96.799199) + (xy 127.217818 96.810803) (xy 127.763509 96.714583) (xy 128.280118 96.514204) (xy 128.747968 96.217297) (xy 129.149238 95.835173) + (xy 129.468645 95.382385) (xy 129.694021 94.876182) (xy 129.816783 94.335842) (xy 129.825621 93.702945) (xy 129.717994 93.159389) + (xy 129.506839 92.64709) (xy 129.2002 92.185561) (xy 128.809756 91.792381) (xy 128.663899 91.694) (xy 163.433018 91.694) + (xy 163.320965 91.767326) (xy 162.925069 92.155016) (xy 162.612015 92.612219) (xy 162.393729 93.12152) (xy 162.278523 93.663521) + (xy 162.270786 94.217576) (xy 162.370814 94.762582) (xy 162.574795 95.277779) (xy 162.87496 95.743545) (xy 163.259877 96.142137) + (xy 163.714883 96.458375) (xy 164.222648 96.680212) (xy 164.763831 96.799199) (xy 165.317818 96.810803) (xy 165.863509 96.714583) + (xy 166.380118 96.514204) (xy 166.847968 96.217297) (xy 167.249238 95.835173) (xy 167.386 95.6413) (xy 167.386 127.8747) + ) + ) + ) +) diff --git a/demos/ecc83/ecc83-pp.net b/demos/ecc83/ecc83-pp.net new file mode 100644 index 0000000..06bed3a --- /dev/null +++ b/demos/ecc83/ecc83-pp.net @@ -0,0 +1,211 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/ecc83/ecc83-pp.sch) + (date "17/05/2015 17:07:31") + (tool "Eeschema (2015-05-13 BZR 5653)-product") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title "ECC Push-Pull") + (company) + (rev 0.1) + (date "Sat 21 Mar 2015") + (source ecc83-pp.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref U1) + (value ECC83) + (footprint Valves:VALVE-ECC-83-1) + (libsource (lib ecc83_schlib) (part ECC83)) + (sheetpath (names /) (tstamps /)) + (tstamp 48B4F266)) + (comp (ref P4) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 456A8ACC)) + (comp (ref C1) + (value 10uF) + (footprint discret:C2V10) + (libsource (lib ecc83_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F4BE)) + (comp (ref P3) + (value POWER) + (footprint connect:bornier2) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F4A5)) + (comp (ref P2) + (value OUT) + (footprint connect:bornier2) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F46C)) + (comp (ref P1) + (value IN) + (footprint connect:bornier2) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F464)) + (comp (ref C2) + (value 680nF) + (footprint discret:C2) + (libsource (lib ecc83_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F3BE)) + (comp (ref R3) + (value 100K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F3AD)) + (comp (ref R4) + (value 47K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F3A2)) + (comp (ref R2) + (value 1.5K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F39D)) + (comp (ref R1) + (value 1.5K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F38A)) + (comp (ref P5) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A5890A)) + (comp (ref P6) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A58C65)) + (comp (ref P7) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A58C8A)) + (comp (ref P8) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A58CA3))) + (libparts + (libpart (lib ecc83_schlib) (part C) + (footprints + (fp C?) + (fp C_????_*) + (fp C_????) + (fp SMD*_c) + (fp Capacitor*)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib ecc83_schlib) (part CONN_1) + (fields + (field (name Reference) P) + (field (name Value) CONN_1)) + (pins + (pin (num 1) (name 1) (type passive)))) + (libpart (lib ecc83_schlib) (part CONN_2) + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib ecc83_schlib) (part ECC81) + (aliases + (alias ECC83)) + (fields + (field (name Reference) U) + (field (name Value) ECC81) + (field (name Footprint) VALVE-NOVAL_P)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name G) (type input)) + (pin (num 3) (name K) (type passive)) + (pin (num 4) (name F1) (type input)) + (pin (num 5) (name F1) (type input)) + (pin (num 6) (name A) (type passive)) + (pin (num 7) (name G) (type input)) + (pin (num 8) (name K) (type passive)) + (pin (num 9) (name F2) (type input)))) + (libpart (lib ecc83_schlib) (part R) + (footprints + (fp R_*) + (fp Resistor_*)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive))))) + (libraries + (library (logical ecc83_schlib) + (uri ecc83_schlib.lib))) + (nets + (net (code 1) (name "Net-(P1-Pad2)") + (node (ref U1) (pin 2)) + (node (ref P1) (pin 2)) + (node (ref R4) (pin 1))) + (net (code 2) (name GND) + (node (ref P2) (pin 2)) + (node (ref R2) (pin 2)) + (node (ref R4) (pin 2)) + (node (ref R3) (pin 2)) + (node (ref P1) (pin 1)) + (node (ref P3) (pin 2)) + (node (ref C1) (pin 2))) + (net (code 3) (name "Net-(C1-Pad1)") + (node (ref C1) (pin 1)) + (node (ref P3) (pin 1)) + (node (ref U1) (pin 6))) + (net (code 4) (name "Net-(C2-Pad2)") + (node (ref C2) (pin 2)) + (node (ref U1) (pin 8)) + (node (ref R1) (pin 2))) + (net (code 5) (name "Net-(C2-Pad1)") + (node (ref R3) (pin 1)) + (node (ref C2) (pin 1)) + (node (ref P2) (pin 1))) + (net (code 6) (name "Net-(P8-Pad1)") + (node (ref P8) (pin 1))) + (net (code 7) (name "Net-(P7-Pad1)") + (node (ref P7) (pin 1))) + (net (code 8) (name "Net-(P6-Pad1)") + (node (ref P6) (pin 1))) + (net (code 9) (name "Net-(P5-Pad1)") + (node (ref P5) (pin 1))) + (net (code 10) (name "Net-(P4-Pad2)") + (node (ref P4) (pin 2)) + (node (ref U1) (pin 9))) + (net (code 11) (name "Net-(R2-Pad1)") + (node (ref U1) (pin 3)) + (node (ref R2) (pin 1))) + (net (code 12) (name "Net-(R1-Pad1)") + (node (ref R1) (pin 1)) + (node (ref U1) (pin 1)) + (node (ref U1) (pin 7))) + (net (code 13) (name "Net-(P4-Pad1)") + (node (ref U1) (pin 5)) + (node (ref P4) (pin 1)) + (node (ref U1) (pin 4))))) \ No newline at end of file diff --git a/demos/ecc83/ecc83-pp.pro b/demos/ecc83/ecc83-pp.pro new file mode 100644 index 0000000..3ea4647 --- /dev/null +++ b/demos/ecc83/ecc83-pp.pro @@ -0,0 +1,39 @@ +update=17/05/2015 17:04:51 +last_client=kicad +[general] +version=1 +RootSch=ecc83-pp.sch +BoardNm=ecc83-pp.brd +[common] +NetDir= +[cvpcb] +version=1 +NetIExt=.net +[cvpcb/libraries] +EquName1=devcms +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead= +UseCmpFile=1 +PadDrill=1.9304 +PadDrillOvalY=1.9304 +PadSizeH=2.794 +PadSizeV=1.397 +PcbTextSizeV=2.032 +PcbTextSizeH=1.524 +PcbTextThickness=0.3048 +ModuleTextSizeV=1.524 +ModuleTextSizeH=1.524 +ModuleTextSizeThickness=0.3048 +SolderMaskClearance=0.09999999999999999 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.381 +BoardOutlineThickness=0.381 +ModuleOutlineThickness=0.381 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=ecc83_schlib +LibName2=power diff --git a/demos/ecc83/ecc83-pp.sch b/demos/ecc83/ecc83-pp.sch new file mode 100644 index 0000000..41cf370 --- /dev/null +++ b/demos/ecc83/ecc83-pp.sch @@ -0,0 +1,379 @@ +EESchema Schematic File Version 2 +LIBS:ecc83_schlib +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "ECC Push-Pull" +Date "Sat 21 Mar 2015" +Rev "0.1" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 2500 3400 2500 3700 +Wire Wire Line + 6100 4650 6100 4850 +Wire Wire Line + 2000 2000 6300 2000 +Connection ~ 3400 2000 +Wire Wire Line + 7050 3000 7800 3000 +Wire Wire Line + 7300 3000 7300 3200 +Wire Wire Line + 2000 3500 2600 3500 +Wire Wire Line + 2400 3500 2400 3400 +Wire Wire Line + 6200 3500 6200 3850 +$Comp +L ECC83 U1 +U 3 1 48B4F266 +P 2500 2950 +F 0 "U1" H 2500 3400 50 0000 C CNN +F 1 "ECC83" H 2500 3300 50 0000 C CNN +F 2 "Valves:VALVE-ECC-83-1" V 2250 2950 30 0000 C CNN +F 3 "" H 2500 2950 60 0001 C CNN + 3 2500 2950 + 1 0 0 -1 +$EndComp +$Comp +L ECC83 U1 +U 2 1 48B4F263 +P 6200 4250 +F 0 "U1" H 6350 4600 50 0000 C CNN +F 1 "ECC83" H 6400 3900 50 0000 C CNN +F 2 "Valves:VALVE-ECC-83-1" H 6400 3850 30 0000 C CNN +F 3 "" H 6200 4250 60 0001 C CNN + 2 6200 4250 + 1 0 0 -1 +$EndComp +$Comp +L ECC83 U1 +U 1 1 48B4F256 +P 6300 2550 +F 0 "U1" H 6450 2900 50 0000 C CNN +F 1 "ECC83" H 6050 2250 50 0000 C CNN +F 2 "Valves:VALVE-ECC-83-1" H 6570 2150 50 0001 C CNN +F 3 "" H 6300 2550 60 0001 C CNN + 1 6300 2550 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR01 +U 1 1 457DBAF8 +P 7700 3300 +F 0 "#PWR01" H 7700 3300 30 0001 C CNN +F 1 "GND" H 7700 3230 30 0001 C CNN +F 2 "" H 7700 3300 60 0001 C CNN +F 3 "" H 7700 3300 60 0001 C CNN + 1 7700 3300 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR02 +U 1 1 457DBAF5 +P 7300 3550 +F 0 "#PWR02" H 7300 3550 30 0001 C CNN +F 1 "GND" H 7300 3480 30 0001 C CNN +F 2 "" H 7300 3550 60 0001 C CNN +F 3 "" H 7300 3550 60 0001 C CNN + 1 7300 3550 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR03 +U 1 1 457DBAF1 +P 6100 5200 +F 0 "#PWR03" H 6100 5200 30 0001 C CNN +F 1 "GND" H 6100 5130 30 0001 C CNN +F 2 "" H 6100 5200 60 0001 C CNN +F 3 "" H 6100 5200 60 0001 C CNN + 1 6100 5200 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR04 +U 1 1 457DBAEF +P 5700 5200 +F 0 "#PWR04" H 5700 5200 30 0001 C CNN +F 1 "GND" H 5700 5130 30 0001 C CNN +F 2 "" H 5700 5200 60 0001 C CNN +F 3 "" H 5700 5200 60 0001 C CNN + 1 5700 5200 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG05 +U 1 1 457DBAC0 +P 3000 2350 +F 0 "#FLG05" H 3000 2620 30 0001 C CNN +F 1 "PWR_FLAG" H 3000 2580 30 0000 C CNN +F 2 "" H 3000 2350 60 0001 C CNN +F 3 "" H 3000 2350 60 0001 C CNN + 1 3000 2350 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P4 +U 1 1 456A8ACC +P 1650 3600 +F 0 "P4" V 1600 3600 40 0000 C CNN +F 1 "CONN_2" V 1700 3600 40 0000 C CNN +F 2 "connect:bornier2" H 1650 3600 60 0001 C CNN +F 3 "" H 1650 3600 60 0001 C CNN + 1 1650 3600 + -1 0 0 -1 +$EndComp +$Comp +L C C1 +U 1 1 4549F4BE +P 3400 2250 +F 0 "C1" H 3450 2350 50 0000 L CNN +F 1 "10uF" H 3150 2350 50 0000 L CNN +F 2 "discret:C2V10" H 3400 2250 60 0001 C CNN +F 3 "" H 3400 2250 60 0001 C CNN + 1 3400 2250 + -1 0 0 -1 +$EndComp +$Comp +L CONN_2 P3 +U 1 1 4549F4A5 +P 1650 2100 +F 0 "P3" V 1600 2100 40 0000 C CNN +F 1 "POWER" V 1700 2100 40 0000 C CNN +F 2 "connect:bornier2" H 1650 2100 60 0001 C CNN +F 3 "" H 1650 2100 60 0001 C CNN + 1 1650 2100 + -1 0 0 -1 +$EndComp +$Comp +L CONN_2 P2 +U 1 1 4549F46C +P 8150 3100 +F 0 "P2" V 8100 3100 40 0000 C CNN +F 1 "OUT" V 8200 3100 40 0000 C CNN +F 2 "connect:bornier2" H 8150 3100 60 0001 C CNN +F 3 "" H 8150 3100 60 0001 C CNN + 1 8150 3100 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P1 +U 1 1 4549F464 +P 5000 4350 +F 0 "P1" V 4950 4350 40 0000 C CNN +F 1 "IN" V 5050 4350 40 0000 C CNN +F 2 "connect:bornier2" H 5000 4600 50 0000 C CNN +F 3 "" H 5000 4350 60 0001 C CNN + 1 5000 4350 + -1 0 0 1 +$EndComp +$Comp +L C C2 +U 1 1 4549F3BE +P 6900 3000 +F 0 "C2" V 6750 3000 50 0000 C CNN +F 1 "680nF" V 7050 3000 50 0000 C CNN +F 2 "discret:C2" H 6900 3000 60 0001 C CNN +F 3 "" H 6900 3000 60 0001 C CNN + 1 6900 3000 + 0 1 1 0 +$EndComp +$Comp +L R R3 +U 1 1 4549F3AD +P 7300 3350 +F 0 "R3" H 7200 3550 50 0000 C CNN +F 1 "100K" V 7300 3350 50 0000 C CNN +F 2 "discret:R3" H 7300 3350 60 0001 C CNN +F 3 "" H 7300 3350 60 0001 C CNN + 1 7300 3350 + 1 0 0 -1 +$EndComp +$Comp +L R R4 +U 1 1 4549F3A2 +P 5700 5000 +F 0 "R4" H 5600 5200 50 0000 C CNN +F 1 "47K" V 5700 5000 50 0000 C CNN +F 2 "discret:R3" H 5700 5000 60 0001 C CNN +F 3 "" H 5700 5000 60 0001 C CNN + 1 5700 5000 + 1 0 0 -1 +$EndComp +$Comp +L R R2 +U 1 1 4549F39D +P 6100 5000 +F 0 "R2" H 6000 5200 50 0000 C CNN +F 1 "1.5K" V 6100 5000 50 0000 C CNN +F 2 "discret:R3" H 6100 5000 60 0001 C CNN +F 3 "" H 6100 5000 60 0001 C CNN + 1 6100 5000 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 4549F38A +P 6200 3350 +F 0 "R1" H 6300 3150 50 0000 C CNN +F 1 "1.5K" V 6200 3350 50 0000 C CNN +F 2 "discret:R3" H 6200 3350 60 0001 C CNN +F 3 "" H 6200 3350 60 0001 C CNN + 1 6200 3350 + -1 0 0 1 +$EndComp +$Comp +L GND #PWR06 +U 1 1 53B6F370 +P 3400 2450 +F 0 "#PWR06" H 3400 2450 30 0001 C CNN +F 1 "GND" H 3400 2380 30 0001 C CNN +F 2 "" H 3400 2450 60 0001 C CNN +F 3 "" H 3400 2450 60 0001 C CNN + 1 3400 2450 + -1 0 0 -1 +$EndComp +$Comp +L CONN_1 P5 +U 1 1 54A5890A +P 6250 7000 +F 0 "P5" H 6330 7000 40 0000 L CNN +F 1 "CONN_1" H 6250 7055 30 0001 C CNN +F 2 "connect:1pin" H 6250 7000 60 0001 C CNN +F 3 "" H 6250 7000 60 0000 C CNN + 1 6250 7000 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P6 +U 1 1 54A58C65 +P 6250 7100 +F 0 "P6" H 6330 7100 40 0000 L CNN +F 1 "CONN_1" H 6250 7155 30 0001 C CNN +F 2 "connect:1pin" H 6250 7100 60 0001 C CNN +F 3 "" H 6250 7100 60 0000 C CNN + 1 6250 7100 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P7 +U 1 1 54A58C8A +P 6250 7200 +F 0 "P7" H 6330 7200 40 0000 L CNN +F 1 "CONN_1" H 6250 7255 30 0001 C CNN +F 2 "connect:1pin" H 6250 7200 60 0001 C CNN +F 3 "" H 6250 7200 60 0000 C CNN + 1 6250 7200 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P8 +U 1 1 54A58CA3 +P 6250 7300 +F 0 "P8" H 6330 7300 40 0000 L CNN +F 1 "CONN_1" H 6250 7355 30 0001 C CNN +F 2 "connect:1pin" H 6250 7300 60 0001 C CNN +F 3 "" H 6250 7300 60 0000 C CNN + 1 6250 7300 + 1 0 0 -1 +$EndComp +Connection ~ 2400 3500 +Wire Wire Line + 2500 3700 2000 3700 +Wire Wire Line + 2600 3500 2600 3400 +Wire Wire Line + 5350 4250 5900 4250 +Wire Wire Line + 5700 4250 5700 4850 +Connection ~ 5700 4250 +Wire Wire Line + 6200 2950 6200 3200 +Connection ~ 6200 3700 +Wire Wire Line + 6000 2550 5900 2550 +Wire Wire Line + 5900 2550 5900 3700 +Wire Wire Line + 5900 3700 6200 3700 +Connection ~ 7300 3000 +Wire Wire Line + 6750 3000 6200 3000 +Connection ~ 6200 3000 +Wire Wire Line + 6300 2000 6300 2150 +Wire Wire Line + 3400 2100 3400 2000 +Wire Wire Line + 3400 2450 3400 2400 +$Comp +L PWR_FLAG #FLG07 +U 1 1 550EA992 +P 3000 1950 +F 0 "#FLG07" H 3000 2220 30 0001 C CNN +F 1 "PWR_FLAG" H 3000 2180 30 0000 C CNN +F 2 "" H 3000 1950 60 0001 C CNN +F 3 "" H 3000 1950 60 0001 C CNN + 1 3000 1950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3000 1950 3000 2000 +Connection ~ 3000 2000 +$Comp +L GND #PWR08 +U 1 1 550EAB37 +P 3000 2550 +F 0 "#PWR08" H 3000 2550 30 0001 C CNN +F 1 "GND" H 3000 2480 30 0001 C CNN +F 2 "" H 3000 2550 60 0001 C CNN +F 3 "" H 3000 2550 60 0001 C CNN + 1 3000 2550 + -1 0 0 -1 +$EndComp +Wire Wire Line + 3000 2350 3000 2550 +Wire Wire Line + 2000 2200 2800 2200 +Wire Wire Line + 2800 2200 2800 2450 +Wire Wire Line + 2800 2450 3000 2450 +Connection ~ 3000 2450 +$Comp +L GND #PWR09 +U 1 1 550EAF5A +P 5450 4600 +F 0 "#PWR09" H 5450 4600 30 0001 C CNN +F 1 "GND" H 5450 4530 30 0001 C CNN +F 2 "" H 5450 4600 60 0000 C CNN +F 3 "" H 5450 4600 60 0000 C CNN + 1 5450 4600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 4600 5450 4450 +Wire Wire Line + 5450 4450 5350 4450 +Wire Wire Line + 6100 5150 6100 5200 +Wire Wire Line + 5700 5150 5700 5200 +Wire Wire Line + 7800 3200 7700 3200 +Wire Wire Line + 7700 3200 7700 3300 +Wire Wire Line + 7300 3550 7300 3500 +NoConn ~ 6100 7000 +NoConn ~ 6100 7100 +NoConn ~ 6100 7200 +NoConn ~ 6100 7300 +$EndSCHEMATC diff --git a/demos/ecc83/ecc83-pp_v2-cache.lib b/demos/ecc83/ecc83-pp_v2-cache.lib new file mode 100644 index 0000000..f862be2 --- /dev/null +++ b/demos/ecc83/ecc83-pp_v2-cache.lib @@ -0,0 +1,141 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + C? + C_????_* + C_???? + SMD*_c + Capacitor* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# ECC81 +# +DEF ECC81 U 0 0 Y Y 3 L N +F0 "U" 130 310 50 H V C CNN +F1 "ECC81" 350 -300 50 H V C CNN +F2 "VALVE-NOVAL_P" 400 -350 30 H I C CNN +F3 "" 0 0 60 H V C CNN +ALIAS ECC83 +DRAW +P 2 1 0 0 -100 -200 -100 -300 N +P 2 1 0 0 0 200 0 300 N +P 2 2 0 0 -100 -200 -100 -300 N +P 2 2 0 0 0 200 0 300 N +A 0 -100 200 -1799 -1 0 1 0 N -200 -100 200 -100 +A 0 100 200 1 1799 0 1 0 N 200 100 -200 100 +P 2 0 1 0 200 100 200 -100 N +P 3 0 1 0 -200 100 -200 -100 -200 -100 N +A 0 -225 103 142 1659 1 1 10 N 100 -200 -100 -200 +P 2 1 1 0 -200 0 -125 0 N +P 2 1 1 6 -75 0 -125 0 N +P 2 1 1 6 -25 0 25 0 N +P 2 1 1 6 75 0 125 0 N +P 3 1 1 10 -100 200 110 200 110 200 N +X A 6 0 400 100 D 40 40 1 1 P +X G 7 -300 0 100 R 40 40 1 1 I +X K 8 -100 -400 100 U 40 40 1 1 P +A 0 -225 103 142 1659 2 1 10 N 100 -200 -100 -200 +P 2 2 1 0 -200 0 -125 0 N +P 2 2 1 6 -75 0 -125 0 N +P 2 2 1 6 -25 0 25 0 N +P 2 2 1 6 75 0 125 0 N +P 3 2 1 10 -100 200 110 200 110 200 N +X A 1 0 400 100 D 40 40 2 1 P +X G 2 -300 0 100 R 40 40 2 1 I +X K 3 -100 -400 100 U 40 40 2 1 P +A -50 -275 55 265 1534 3 1 0 N 0 -250 -100 -250 +A 50 -275 55 265 1534 3 1 0 N 100 -250 0 -250 +X F1 4 -100 -450 200 U 40 40 3 1 I +X F1 5 100 -450 200 U 40 40 3 1 I +X F2 9 0 -450 200 U 40 40 3 1 I +ENDDRAW +ENDDEF +# +# GND +# +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "GND" 0 -150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R_* + Resistor_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/ecc83/ecc83-pp_v2.kicad_pcb b/demos/ecc83/ecc83-pp_v2.kicad_pcb new file mode 100644 index 0000000..890c85f --- /dev/null +++ b/demos/ecc83/ecc83-pp_v2.kicad_pcb @@ -0,0 +1,690 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-03-04 BZR 5478)-product") + + (general + (links 21) + (no_connects 1) + (area 119.824499 90.614499 168.465501 132.905501) + (thickness 1.6002) + (drawings 4) + (tracks 49) + (zones 0) + (modules 15) + (nets 14) + ) + + (page A4) + (layers + (0 Dessus signal) + (31 Dessous signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.8636) + (user_trace_width 1) + (user_trace_width 2) + (user_trace_width 3) + (trace_clearance 0.508) + (zone_clearance 0.635) + (zone_45_only no) + (trace_min 0.154) + (segment_width 0.381) + (edge_width 0.381) + (via_size 1.905) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (user_via 2 1) + (user_via 3 2) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 4.50088 4.50088) + (pad_drill 3.0988) + (pad_to_mask_clearance 0.1) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions true) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 GND) + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad1)") + (net 4 "Net-(C2-Pad2)") + (net 5 "Net-(P1-Pad2)") + (net 6 "Net-(P4-Pad1)") + (net 7 "Net-(P4-Pad2)") + (net 8 "Net-(R1-Pad1)") + (net 9 "Net-(R2-Pad1)") + (net 10 "Net-(P5-Pad1)") + (net 11 "Net-(P6-Pad1)") + (net 12 "Net-(P7-Pad1)") + (net 13 "Net-(P8-Pad1)") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.508) + (trace_width 0.8636) + (via_dia 1.905) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net GND) + (add_net "Net-(C1-Pad1)") + (add_net "Net-(C2-Pad1)") + (add_net "Net-(C2-Pad2)") + (add_net "Net-(P1-Pad2)") + (add_net "Net-(P4-Pad1)") + (add_net "Net-(P4-Pad2)") + (add_net "Net-(P5-Pad1)") + (add_net "Net-(P6-Pad1)") + (add_net "Net-(P7-Pad1)") + (add_net "Net-(P8-Pad1)") + (add_net "Net-(R1-Pad1)") + (add_net "Net-(R2-Pad1)") + ) + + (module discret:C2V10 (layer Dessus) (tedit 54A58223) (tstamp 54A58357) + (at 131.445 99.06 90) + (descr "Condensateur polarise") + (tags CP) + (path /4549F4BE) + (fp_text reference C1 (at 0 2.54 90) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value 10uF (at 0 -2.54 90) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 4.826 -2.794) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 "Net-(C1-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/C2V10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP8 (layer Dessus) (tedit 54A58223) (tstamp 54A5835C) + (at 131.445 118.745 270) + (descr "Condensateur polarise") + (tags CP) + (path /4549F3BE) + (fp_text reference C2 (at 1.27 1.27 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 680nF (at 1.27 -1.27 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 "Net-(C2-Pad2)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.8 0.8 0.8)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_1x02 (layer Dessus) (tedit 541A9B89) (tstamp 54A58361) + (at 165.1 111.76 270) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4549F464) + (fp_text reference P1 (at 0 -1.905 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value IN (at 0 -1.905 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (pad 2 thru_hole circle (at 1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 "Net-(P1-Pad2)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_1x02 (layer Dessus) (tedit 541A9B89) (tstamp 54A58366) + (at 123.19 109.855 90) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4549F46C) + (fp_text reference P2 (at 0 -1.905 90) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value OUT (at 0 -1.905 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 3 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_1x02 (layer Dessus) (tedit 541A9B89) (tstamp 54A5836B) + (at 123.19 101.6 90) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4549F4A5) + (fp_text reference P3 (at 0 -1.905 90) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value POWER (at 0 -1.905 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 "Net-(C1-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_1x02 (layer Dessus) (tedit 541A9B89) (tstamp 54A58370) + (at 149.225 128.905 180) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /456A8ACC) + (fp_text reference P4 (at 0 -1.905 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value CONN_2 (at 0 -1.905 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(P4-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(P4-Pad2)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Dessus) (tedit 54A58223) (tstamp 54A58389) + (at 140.97 125.095 270) + (descr "Resitance 3 pas") + (tags R) + (path /4549F38A) + (autoplace_cost180 10) + (fp_text reference R1 (at 0 0.127 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1.5K (at 0 0.127 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(R1-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 "Net-(C2-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Dessus) (tedit 54A58223) (tstamp 54A5838E) + (at 165.1 103.505 90) + (descr "Resitance 3 pas") + (tags R) + (path /4549F39D) + (autoplace_cost180 10) + (fp_text reference R2 (at 0 0.127 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1.5K (at 0 0.127 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(R2-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Dessus) (tedit 54A58223) (tstamp 54A58393) + (at 124.46 118.745 270) + (descr "Resitance 3 pas") + (tags R) + (path /4549F3AD) + (autoplace_cost180 10) + (fp_text reference R3 (at 0 0.127 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100K (at 0 0.127 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3 (layer Dessus) (tedit 54A58223) (tstamp 54A58398) + (at 165.1 120.015 270) + (descr "Resitance 3 pas") + (tags R) + (path /4549F3A2) + (autoplace_cost180 10) + (fp_text reference R4 (at 0 0.127 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 47K (at 0 0.127 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 "Net-(P1-Pad2)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:1pin (layer Dessus) (tedit 54A58223) (tstamp 54A583D2) + (at 123.19 93.98) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A5830A) + (fp_text reference P5 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 10 "Net-(P5-Pad1)")) + ) + + (module connect:1pin (layer Dessus) (tedit 54A58223) (tstamp 54A583D6) + (at 165.1 93.98) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A58363) + (fp_text reference P6 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 11 "Net-(P6-Pad1)")) + ) + + (module connect:1pin (layer Dessus) (tedit 54A58223) (tstamp 54A583DA) + (at 165.1 129.54) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A5837A) + (fp_text reference P7 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(P7-Pad1)")) + ) + + (module connect:1pin (layer Dessus) (tedit 54A58223) (tstamp 54A583DE) + (at 123.19 129.54) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54A58391) + (fp_text reference P8 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(P8-Pad1)")) + ) + + (module Valves:VALVE-ECC-83-2 (layer Dessus) (tedit 54FC7E9D) (tstamp 54A5A6B2) + (at 149.3 109.2) + (path /48B4F266) + (fp_text reference U1 (at 0 -11.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ECC83 (at 0 11.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 10.16 1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole oval (at 3.4544 4.75488 306) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(R1-Pad1)")) + (pad 2 thru_hole oval (at 5.60832 1.8288 342) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 5 "Net-(P1-Pad2)")) + (pad 3 thru_hole oval (at 5.60832 -1.8288 18) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(R2-Pad1)")) + (pad 4 thru_hole oval (at 3.4544 -4.75488 54) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(P4-Pad1)")) + (pad 5 thru_hole oval (at 0 -5.8928 90) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(P4-Pad1)")) + (pad 6 thru_hole oval (at -3.4544 -4.75488 306) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 2 "Net-(C1-Pad1)")) + (pad 7 thru_hole oval (at -5.60832 -1.8288 342) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(R1-Pad1)")) + (pad 8 thru_hole oval (at -5.60832 1.78816 18) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 4 "Net-(C2-Pad2)")) + (pad 9 thru_hole oval (at -3.4544 4.75488 54) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(P4-Pad2)")) + (pad 0 thru_hole circle (at 0 0) (size 4.50088 4.50088) (drill 3.0988) (layers *.Cu *.Mask F.SilkS)) + (model Valves.3dshapes/VALVE-ECC-83-2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 168.275 132.715) (end 120.015 132.715) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 168.275 90.805) (end 120.015 90.805) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 168.275 90.805) (end 168.275 132.715) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 120.015 90.805) (end 120.015 132.715) (angle 90) (layer Edge.Cuts) (width 0.381)) + + (segment (start 165.1 123.825) (end 165.354 123.825) (width 0.8636) (layer Dessous) (net 1) (status 30)) + (segment (start 125.73 101.6) (end 131.445 101.6) (width 0.8636) (layer Dessous) (net 2) (status 420)) + (segment (start 123.19 102.87) (end 124.46 102.87) (width 0.8636) (layer Dessous) (net 2) (status 810)) + (segment (start 142.90548 101.6) (end 145.7706 104.46512) (width 0.8636) (layer Dessous) (net 2) (status 420)) + (segment (start 131.445 101.6) (end 142.90548 101.6) (width 0.8636) (layer Dessous) (net 2) (status 810)) + (segment (start 124.46 102.87) (end 125.73 101.6) (width 0.8636) (layer Dessous) (net 2)) + (segment (start 124.46 114.935) (end 123.825 114.935) (width 0.8636) (layer Dessous) (net 3) (status 30)) + (segment (start 123.19 114.3) (end 123.19 111.125) (width 0.8636) (layer Dessous) (net 3) (status 20)) + (segment (start 123.825 114.935) (end 123.19 114.3) (width 0.8636) (layer Dessous) (net 3) (status 10)) + (segment (start 131.445 108.585) (end 128.905 111.125) (width 0.8636) (layer Dessous) (net 3) (status 810)) + (segment (start 128.905 111.125) (end 123.19 111.125) (width 0.8636) (layer Dessous) (net 3) (status 420)) + (segment (start 142.875 116.205) (end 143.51 116.84) (width 0.8636) (layer Dessous) (net 4)) + (segment (start 142.875 112.395) (end 142.875 116.205) (width 0.8636) (layer Dessous) (net 4)) + (segment (start 143.61668 111.65332) (end 142.875 112.395) (width 0.8636) (layer Dessous) (net 4) (status 10)) + (segment (start 140.97 128.905) (end 142.24 128.905) (width 0.8636) (layer Dessous) (net 4) (status 810)) + (segment (start 142.24 128.905) (end 143.51 127.635) (width 0.8636) (layer Dessous) (net 4)) + (segment (start 143.51 127.635) (end 143.51 116.84) (width 0.8636) (layer Dessous) (net 4)) + (segment (start 143.61668 111.00816) (end 143.61668 111.65332) (width 0.8636) (layer Dessous) (net 4) (status 830)) + (segment (start 131.445 128.905) (end 140.97 128.905) (width 0.8636) (layer Dessous) (net 4) (status C30)) + (segment (start 161.925 113.03) (end 165.1 113.03) (width 0.8636) (layer Dessous) (net 5) (status 420)) + (segment (start 159.9438 111.0488) (end 161.925 113.03) (width 0.8636) (layer Dessous) (net 5)) + (segment (start 165.1 113.03) (end 165.1 116.205) (width 0.8636) (layer Dessous) (net 5) (status C30)) + (segment (start 154.83332 111.0488) (end 159.9438 111.0488) (width 0.8636) (layer Dessous) (net 5) (status 810)) + (segment (start 149.86 115.697) (end 150.495 116.332) (width 0.8636) (layer Dessous) (net 6)) + (segment (start 149.225 103.3272) (end 151.54148 103.3272) (width 0.8636) (layer Dessous) (net 6) (status 10)) + (segment (start 151.54148 103.3272) (end 152.6794 104.46512) (width 0.8636) (layer Dessous) (net 6) (status 420)) + (segment (start 150.495 128.905) (end 150.495 116.332) (width 0.8636) (layer Dessous) (net 6) (status 810)) + (segment (start 149.86 113.34) (end 149.86 115.697) (width 0.8636) (layer Dessous) (net 6) (tstamp 54A5A709)) + (segment (start 152.5 110.7) (end 149.86 113.34) (width 0.8636) (layer Dessous) (net 6) (tstamp 54A5A707)) + (segment (start 152.5 105.8) (end 152.5 110.7) (width 0.8636) (layer Dessous) (net 6) (tstamp 54A5A705)) + (segment (start 152.7544 105.5456) (end 152.5 105.8) (width 0.8636) (layer Dessous) (net 6) (tstamp 54A5A703)) + (segment (start 152.7544 104.44512) (end 152.7544 105.5456) (width 0.8636) (layer Dessous) (net 6)) + (segment (start 147.955 128.905) (end 147.955 116.15928) (width 0.8636) (layer Dessous) (net 7) (status 810)) + (segment (start 147.955 116.15928) (end 145.7706 113.97488) (width 0.8636) (layer Dessous) (net 7) (status 420)) + (segment (start 153.67 131.445) (end 154.94 130.175) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 130.175 131.445) (end 153.67 131.445) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 128.905 130.175) (end 130.175 131.445) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 128.905 127) (end 128.905 130.175) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 154.94 130.175) (end 154.94 116.23548) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 154.94 116.23548) (end 152.6794 113.97488) (width 0.8636) (layer Dessous) (net 8) (status 420)) + (segment (start 140.97 121.285) (end 140.97 123.825) (width 0.8636) (layer Dessous) (net 8) (status 810)) + (segment (start 142.1638 107.3912) (end 140.97 108.585) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 140.97 108.585) (end 140.97 121.285) (width 0.8636) (layer Dessous) (net 8) (status 420)) + (segment (start 143.61668 107.3912) (end 142.1638 107.3912) (width 0.8636) (layer Dessous) (net 8) (status 810)) + (segment (start 130.175 125.73) (end 128.905 127) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 139.065 125.73) (end 130.175 125.73) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 140.97 123.825) (end 139.065 125.73) (width 0.8636) (layer Dessous) (net 8)) + (segment (start 154.83332 107.3912) (end 165.0238 107.3912) (width 0.8636) (layer Dessous) (net 9) (status 830)) + (segment (start 165.0238 107.3912) (end 165.1 107.315) (width 0.8636) (layer Dessous) (net 9) (status 430)) + + (zone (net 1) (net_name GND) (layer Dessous) (tstamp 4EED96A1) (hatch edge 0.508) + (connect_pads (clearance 0.635)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.254) (thermal_bridge_width 0.50038)) + (polygon + (pts + (xy 167.64 132.08) (xy 167.64 91.44) (xy 120.65 91.44) (xy 120.65 132.08) + ) + ) + (filled_polygon + (pts + (xy 167.3225 127.811617) (xy 166.68474 127.172743) (xy 166.192271 126.968252) (xy 166.192271 123.96054) (xy 166.160996 123.532229) + (xy 166.057258 123.281783) (xy 165.892676 123.206541) (xy 165.718459 123.380758) (xy 165.718459 123.032324) (xy 165.643217 122.867742) + (xy 165.23554 122.732729) (xy 164.807229 122.764004) (xy 164.556783 122.867742) (xy 164.481541 123.032324) (xy 165.1 123.650783) + (xy 165.718459 123.032324) (xy 165.718459 123.380758) (xy 165.274217 123.825) (xy 165.892676 124.443459) (xy 166.057258 124.368217) + (xy 166.192271 123.96054) (xy 166.192271 126.968252) (xy 165.718459 126.771508) (xy 165.718459 124.617676) (xy 165.1 123.999217) + (xy 164.925783 124.173434) (xy 164.925783 123.825) (xy 164.307324 123.206541) (xy 164.142742 123.281783) (xy 164.007729 123.68946) + (xy 164.039004 124.117771) (xy 164.142742 124.368217) (xy 164.307324 124.443459) (xy 164.925783 123.825) (xy 164.925783 124.173434) + (xy 164.481541 124.617676) (xy 164.556783 124.782258) (xy 164.96446 124.917271) (xy 165.392771 124.885996) (xy 165.643217 124.782258) + (xy 165.718459 124.617676) (xy 165.718459 126.771508) (xy 165.658199 126.746486) (xy 164.546677 126.745516) (xy 163.519394 127.169981) + (xy 162.732743 127.95526) (xy 162.306486 128.981801) (xy 162.305516 130.093323) (xy 162.729981 131.120606) (xy 163.370755 131.7625) + (xy 155.040788 131.7625) (xy 155.784144 131.019144) (xy 156.042927 130.631848) (xy 156.042927 130.631847) (xy 156.1338 130.175) + (xy 156.1338 116.23548) (xy 156.042927 115.778633) (xy 156.042927 115.778632) (xy 155.784144 115.391336) (xy 154.780713 114.387905) + (xy 154.957722 113.908101) (xy 154.934257 113.3109) (xy 155.544695 113.13874) (xy 156.089502 112.709248) (xy 156.350837 112.2426) + (xy 159.449312 112.2426) (xy 161.080856 113.874144) (xy 161.468153 114.132927) (xy 161.925 114.2238) (xy 163.9062 114.2238) + (xy 163.9062 115.333059) (xy 163.86257 115.376613) (xy 163.639754 115.913214) (xy 163.639247 116.494237) (xy 163.861126 117.031226) + (xy 164.271613 117.44243) (xy 164.808214 117.665246) (xy 165.389237 117.665753) (xy 165.926226 117.443874) (xy 166.33743 117.033387) + (xy 166.560246 116.496786) (xy 166.560753 115.915763) (xy 166.338874 115.378774) (xy 166.2938 115.333621) (xy 166.2938 113.991665) + (xy 166.391231 113.894404) (xy 166.623735 113.334472) (xy 166.624264 112.728188) (xy 166.392738 112.167851) (xy 165.964404 111.738769) + (xy 165.709683 111.633) (xy 165.786214 111.633) (xy 165.937785 111.633) (xy 166.077819 111.574996) (xy 166.184996 111.46782) + (xy 166.243 111.327786) (xy 166.243 110.70844) (xy 166.243 110.27156) (xy 166.243 109.652214) (xy 166.184996 109.51218) + (xy 166.077819 109.405004) (xy 165.937785 109.347) (xy 165.786214 109.347) (xy 165.31844 109.347) (xy 165.22319 109.44225) + (xy 165.22319 110.36681) (xy 166.14775 110.36681) (xy 166.243 110.27156) (xy 166.243 110.70844) (xy 166.14775 110.61319) + (xy 165.22319 110.61319) (xy 165.22319 110.63319) (xy 164.97681 110.63319) (xy 164.97681 110.61319) (xy 164.97681 110.36681) + (xy 164.97681 109.44225) (xy 164.88156 109.347) (xy 164.413786 109.347) (xy 164.262215 109.347) (xy 164.122181 109.405004) + (xy 164.015004 109.51218) (xy 163.957 109.652214) (xy 163.957 110.27156) (xy 164.05225 110.36681) (xy 164.97681 110.36681) + (xy 164.97681 110.61319) (xy 164.05225 110.61319) (xy 163.957 110.70844) (xy 163.957 111.327786) (xy 164.015004 111.46782) + (xy 164.122181 111.574996) (xy 164.262215 111.633) (xy 164.413786 111.633) (xy 164.490184 111.633) (xy 164.237851 111.737262) + (xy 164.13874 111.8362) (xy 162.419488 111.8362) (xy 160.787944 110.204656) (xy 160.400648 109.945873) (xy 159.9438 109.855) + (xy 156.708227 109.855) (xy 156.66335 109.695875) (xy 156.272432 109.2) (xy 156.66335 108.704125) (xy 156.696946 108.585) + (xy 164.35005 108.585) (xy 164.808214 108.775246) (xy 165.389237 108.775753) (xy 165.926226 108.553874) (xy 166.33743 108.143387) + (xy 166.560246 107.606786) (xy 166.560753 107.025763) (xy 166.338874 106.488774) (xy 166.192271 106.341914) (xy 166.192271 99.83054) + (xy 166.160996 99.402229) (xy 166.057258 99.151783) (xy 165.892676 99.076541) (xy 165.718459 99.250758) (xy 165.718459 98.902324) + (xy 165.643217 98.737742) (xy 165.23554 98.602729) (xy 164.807229 98.634004) (xy 164.556783 98.737742) (xy 164.481541 98.902324) + (xy 165.1 99.520783) (xy 165.718459 98.902324) (xy 165.718459 99.250758) (xy 165.274217 99.695) (xy 165.892676 100.313459) + (xy 166.057258 100.238217) (xy 166.192271 99.83054) (xy 166.192271 106.341914) (xy 165.928387 106.07757) (xy 165.718459 105.9904) + (xy 165.718459 100.487676) (xy 165.1 99.869217) (xy 164.925783 100.043434) (xy 164.925783 99.695) (xy 164.307324 99.076541) + (xy 164.142742 99.151783) (xy 164.007729 99.55946) (xy 164.039004 99.987771) (xy 164.142742 100.238217) (xy 164.307324 100.313459) + (xy 164.925783 99.695) (xy 164.925783 100.043434) (xy 164.481541 100.487676) (xy 164.556783 100.652258) (xy 164.96446 100.787271) + (xy 165.392771 100.755996) (xy 165.643217 100.652258) (xy 165.718459 100.487676) (xy 165.718459 105.9904) (xy 165.391786 105.854754) + (xy 164.810763 105.854247) (xy 164.273774 106.076126) (xy 164.152288 106.1974) (xy 156.373238 106.1974) (xy 156.089502 105.690752) + (xy 155.544695 105.26126) (xy 154.934257 105.089099) (xy 154.957722 104.491899) (xy 154.717607 103.841037) (xy 154.246695 103.331607) + (xy 153.352271 102.681769) (xy 152.722255 102.391327) (xy 152.218734 102.371543) (xy 152.218733 102.371543) (xy 151.998328 102.224273) + (xy 151.54148 102.1334) (xy 151.165771 102.1334) (xy 151.110021 102.049964) (xy 150.533196 101.664542) (xy 149.852785 101.5292) + (xy 148.747215 101.5292) (xy 148.066804 101.664542) (xy 147.489979 102.049964) (xy 147.13985 102.573968) (xy 146.570951 102.364091) + (xy 145.877744 102.391328) (xy 145.540546 102.546778) (xy 143.749624 100.755856) (xy 143.362328 100.497073) (xy 142.90548 100.4062) + (xy 133.045192 100.4062) (xy 132.886808 100.165087) (xy 132.727151 100.057317) (xy 132.727151 96.701126) (xy 132.698867 96.196681) + (xy 132.560239 95.862003) (xy 132.375891 95.763326) (xy 132.201674 95.937543) (xy 132.201674 95.589109) (xy 132.102997 95.404761) + (xy 131.626126 95.237849) (xy 131.121681 95.266133) (xy 130.787003 95.404761) (xy 130.688326 95.589109) (xy 131.445 96.345783) + (xy 132.201674 95.589109) (xy 132.201674 95.937543) (xy 131.619217 96.52) (xy 132.375891 97.276674) (xy 132.560239 97.177997) + (xy 132.727151 96.701126) (xy 132.727151 100.057317) (xy 132.633568 99.994148) (xy 132.334 99.934072) (xy 132.201674 99.934072) + (xy 132.201674 97.450891) (xy 131.445 96.694217) (xy 131.270783 96.868434) (xy 131.270783 96.52) (xy 130.514109 95.763326) + (xy 130.329761 95.862003) (xy 130.162849 96.338874) (xy 130.191133 96.843319) (xy 130.329761 97.177997) (xy 130.514109 97.276674) + (xy 131.270783 96.52) (xy 131.270783 96.868434) (xy 130.688326 97.450891) (xy 130.787003 97.635239) (xy 131.263874 97.802151) + (xy 131.768319 97.773867) (xy 132.102997 97.635239) (xy 132.201674 97.450891) (xy 132.201674 99.934072) (xy 130.556 99.934072) + (xy 130.265452 99.990445) (xy 130.010087 100.158192) (xy 129.842679 100.4062) (xy 125.73 100.4062) (xy 125.273152 100.497073) + (xy 124.885856 100.755856) (xy 124.345603 101.296108) (xy 124.345603 100.480745) (xy 124.315325 100.02704) (xy 124.19995 99.7485) + (xy 124.028783 99.665433) (xy 123.854567 99.839649) (xy 123.854567 99.491217) (xy 123.7715 99.32005) (xy 123.340745 99.174397) + (xy 122.88704 99.204675) (xy 122.6085 99.32005) (xy 122.525433 99.491217) (xy 123.19 100.155783) (xy 123.854567 99.491217) + (xy 123.854567 99.839649) (xy 123.364217 100.33) (xy 124.028783 100.994567) (xy 124.19995 100.9115) (xy 124.345603 100.480745) + (xy 124.345603 101.296108) (xy 124.250731 101.39098) (xy 123.952 101.331072) (xy 123.775808 101.331072) (xy 123.854567 101.168783) + (xy 123.19 100.504217) (xy 123.015783 100.678433) (xy 123.015783 100.33) (xy 122.351217 99.665433) (xy 122.18005 99.7485) + (xy 122.034397 100.179255) (xy 122.064675 100.63296) (xy 122.18005 100.9115) (xy 122.351217 100.994567) (xy 123.015783 100.33) + (xy 123.015783 100.678433) (xy 122.525433 101.168783) (xy 122.604191 101.331072) (xy 122.428 101.331072) (xy 122.137452 101.387445) + (xy 121.882087 101.555192) (xy 121.711148 101.808432) (xy 121.651072 102.108) (xy 121.651072 103.632) (xy 121.707445 103.922548) + (xy 121.875192 104.177913) (xy 122.128432 104.348852) (xy 122.428 104.408928) (xy 123.952 104.408928) (xy 124.242548 104.352555) + (xy 124.497913 104.184808) (xy 124.598142 104.036321) (xy 124.916847 103.972927) (xy 124.916848 103.972927) (xy 125.304144 103.714144) + (xy 126.224488 102.7938) (xy 129.844807 102.7938) (xy 130.003192 103.034913) (xy 130.256432 103.205852) (xy 130.556 103.265928) + (xy 132.334 103.265928) (xy 132.624548 103.209555) (xy 132.879913 103.041808) (xy 133.04732 102.7938) (xy 142.410992 102.7938) + (xy 143.768082 104.15089) (xy 143.642278 104.4919) (xy 143.665741 105.089099) (xy 143.055305 105.261261) (xy 142.510498 105.690752) + (xy 142.226761 106.1974) (xy 142.1638 106.1974) (xy 141.706952 106.288273) (xy 141.319656 106.547056) (xy 140.125856 107.740856) + (xy 139.867073 108.128152) (xy 139.7762 108.585) (xy 139.7762 120.413059) (xy 139.73257 120.456613) (xy 139.509754 120.993214) + (xy 139.509247 121.574237) (xy 139.731126 122.111226) (xy 139.7762 122.156378) (xy 139.7762 123.330512) (xy 138.570512 124.5362) + (xy 133.110928 124.5362) (xy 133.110928 109.474) (xy 133.110928 107.696) (xy 133.054555 107.405452) (xy 132.886808 107.150087) + (xy 132.633568 106.979148) (xy 132.334 106.919072) (xy 130.556 106.919072) (xy 130.265452 106.975445) (xy 130.010087 107.143192) + (xy 129.839148 107.396432) (xy 129.779072 107.696) (xy 129.779072 108.56264) (xy 128.410512 109.9312) (xy 124.579767 109.9312) + (xy 124.504808 109.817087) (xy 124.345603 109.709622) (xy 124.345603 108.735745) (xy 124.315325 108.28204) (xy 124.19995 108.0035) + (xy 124.028783 107.920433) (xy 123.854567 108.094649) (xy 123.854567 107.746217) (xy 123.7715 107.57505) (xy 123.340745 107.429397) + (xy 122.88704 107.459675) (xy 122.6085 107.57505) (xy 122.525433 107.746217) (xy 123.19 108.410783) (xy 123.854567 107.746217) + (xy 123.854567 108.094649) (xy 123.364217 108.585) (xy 124.028783 109.249567) (xy 124.19995 109.1665) (xy 124.345603 108.735745) + (xy 124.345603 109.709622) (xy 124.251568 109.646148) (xy 123.952 109.586072) (xy 123.775808 109.586072) (xy 123.854567 109.423783) + (xy 123.19 108.759217) (xy 123.015783 108.933433) (xy 123.015783 108.585) (xy 122.351217 107.920433) (xy 122.18005 108.0035) + (xy 122.034397 108.434255) (xy 122.064675 108.88796) (xy 122.18005 109.1665) (xy 122.351217 109.249567) (xy 123.015783 108.585) + (xy 123.015783 108.933433) (xy 122.525433 109.423783) (xy 122.604191 109.586072) (xy 122.428 109.586072) (xy 122.137452 109.642445) + (xy 121.882087 109.810192) (xy 121.711148 110.063432) (xy 121.651072 110.363) (xy 121.651072 111.887) (xy 121.707445 112.177548) + (xy 121.875192 112.432913) (xy 121.9962 112.514594) (xy 121.9962 114.3) (xy 122.087073 114.756848) (xy 122.345856 115.144144) + (xy 122.980856 115.779144) (xy 123.368153 116.037927) (xy 123.529353 116.069991) (xy 123.631613 116.17243) (xy 124.168214 116.395246) + (xy 124.749237 116.395753) (xy 125.286226 116.173874) (xy 125.69743 115.763387) (xy 125.920246 115.226786) (xy 125.920753 114.645763) + (xy 125.698874 114.108774) (xy 125.288387 113.69757) (xy 124.751786 113.474754) (xy 124.3838 113.474432) (xy 124.3838 112.514767) + (xy 124.497913 112.439808) (xy 124.579594 112.3188) (xy 128.905 112.3188) (xy 129.361847 112.227927) (xy 129.361848 112.227927) + (xy 129.749144 111.969144) (xy 131.46736 110.250928) (xy 132.334 110.250928) (xy 132.624548 110.194555) (xy 132.879913 110.026808) + (xy 133.050852 109.773568) (xy 133.110928 109.474) (xy 133.110928 124.5362) (xy 130.175 124.5362) (xy 129.718152 124.627073) + (xy 129.330856 124.885856) (xy 128.060856 126.155856) (xy 127.802073 126.543152) (xy 127.7112 127) (xy 127.7112 130.175) + (xy 127.802073 130.631848) (xy 128.060856 131.019144) (xy 128.804212 131.7625) (xy 124.918382 131.7625) (xy 125.557257 131.12474) + (xy 125.983514 130.098199) (xy 125.984484 128.986677) (xy 125.560019 127.959394) (xy 125.552271 127.951632) (xy 125.552271 122.69054) + (xy 125.520996 122.262229) (xy 125.417258 122.011783) (xy 125.252676 121.936541) (xy 125.078459 122.110758) (xy 125.078459 121.762324) + (xy 125.003217 121.597742) (xy 124.59554 121.462729) (xy 124.167229 121.494004) (xy 123.916783 121.597742) (xy 123.841541 121.762324) + (xy 124.46 122.380783) (xy 125.078459 121.762324) (xy 125.078459 122.110758) (xy 124.634217 122.555) (xy 125.252676 123.173459) + (xy 125.417258 123.098217) (xy 125.552271 122.69054) (xy 125.552271 127.951632) (xy 125.078459 127.476992) (xy 125.078459 123.347676) + (xy 124.46 122.729217) (xy 124.285783 122.903434) (xy 124.285783 122.555) (xy 123.667324 121.936541) (xy 123.502742 122.011783) + (xy 123.367729 122.41946) (xy 123.399004 122.847771) (xy 123.502742 123.098217) (xy 123.667324 123.173459) (xy 124.285783 122.555) + (xy 124.285783 122.903434) (xy 123.841541 123.347676) (xy 123.916783 123.512258) (xy 124.32446 123.647271) (xy 124.752771 123.615996) + (xy 125.003217 123.512258) (xy 125.078459 123.347676) (xy 125.078459 127.476992) (xy 124.77474 127.172743) (xy 123.748199 126.746486) + (xy 122.636677 126.745516) (xy 121.609394 127.169981) (xy 120.9675 127.810755) (xy 120.9675 95.708382) (xy 121.60526 96.347257) + (xy 122.631801 96.773514) (xy 123.743323 96.774484) (xy 124.770606 96.350019) (xy 125.557257 95.56474) (xy 125.983514 94.538199) + (xy 125.984484 93.426677) (xy 125.560019 92.399394) (xy 124.919244 91.7575) (xy 163.371617 91.7575) (xy 162.732743 92.39526) + (xy 162.306486 93.421801) (xy 162.305516 94.533323) (xy 162.729981 95.560606) (xy 163.51526 96.347257) (xy 164.541801 96.773514) + (xy 165.653323 96.774484) (xy 166.680606 96.350019) (xy 167.3225 95.709244) (xy 167.3225 127.811617) + ) + ) + ) +) diff --git a/demos/ecc83/ecc83-pp_v2.net b/demos/ecc83/ecc83-pp_v2.net new file mode 100644 index 0000000..ddd48a8 --- /dev/null +++ b/demos/ecc83/ecc83-pp_v2.net @@ -0,0 +1,211 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/ecc83/ecc83-pp_v2.sch) + (date "17/05/2015 17:06:56") + (tool "Eeschema (2015-05-13 BZR 5653)-product") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title "ECC Push-Pull") + (company) + (rev 0.1) + (date "Sat 21 Mar 2015") + (source ecc83-pp_v2.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref U1) + (value ECC83) + (footprint Valves:VALVE-ECC-83-2) + (libsource (lib ecc83_schlib) (part ECC83)) + (sheetpath (names /) (tstamps /)) + (tstamp 48B4F266)) + (comp (ref P4) + (value CONN_2) + (footprint pin_array:pin_array_1x02) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 456A8ACC)) + (comp (ref C1) + (value 10uF) + (footprint discret:C2V10) + (libsource (lib ecc83_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F4BE)) + (comp (ref P3) + (value POWER) + (footprint pin_array:pin_array_1x02) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F4A5)) + (comp (ref P2) + (value OUT) + (footprint pin_array:pin_array_1x02) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F46C)) + (comp (ref P1) + (value IN) + (footprint pin_array:pin_array_1x02) + (libsource (lib ecc83_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F464)) + (comp (ref C2) + (value 680nF) + (footprint discret:CP8) + (libsource (lib ecc83_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F3BE)) + (comp (ref R3) + (value 100K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F3AD)) + (comp (ref R4) + (value 47K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F3A2)) + (comp (ref R2) + (value 1.5K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F39D)) + (comp (ref R1) + (value 1.5K) + (footprint discret:R3) + (libsource (lib ecc83_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4549F38A)) + (comp (ref P5) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A5830A)) + (comp (ref P6) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A58363)) + (comp (ref P7) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A5837A)) + (comp (ref P8) + (value CONN_1) + (footprint connect:1pin) + (libsource (lib ecc83_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54A58391))) + (libparts + (libpart (lib ecc83_schlib) (part R) + (footprints + (fp R_*) + (fp Resistor_*)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib ecc83_schlib) (part ECC81) + (aliases + (alias ECC83)) + (fields + (field (name Reference) U) + (field (name Value) ECC81) + (field (name Footprint) VALVE-NOVAL_P)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name G) (type input)) + (pin (num 3) (name K) (type passive)) + (pin (num 4) (name F1) (type input)) + (pin (num 5) (name F1) (type input)) + (pin (num 6) (name A) (type passive)) + (pin (num 7) (name G) (type input)) + (pin (num 8) (name K) (type passive)) + (pin (num 9) (name F2) (type input)))) + (libpart (lib ecc83_schlib) (part CONN_2) + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib ecc83_schlib) (part CONN_1) + (fields + (field (name Reference) P) + (field (name Value) CONN_1)) + (pins + (pin (num 1) (name 1) (type passive)))) + (libpart (lib ecc83_schlib) (part C) + (footprints + (fp C?) + (fp C_????_*) + (fp C_????) + (fp SMD*_c) + (fp Capacitor*)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive))))) + (libraries + (library (logical ecc83_schlib) + (uri ecc83_schlib.lib))) + (nets + (net (code 1) (name "Net-(C2-Pad2)") + (node (ref C2) (pin 2)) + (node (ref U1) (pin 8)) + (node (ref R1) (pin 2))) + (net (code 2) (name "Net-(R1-Pad1)") + (node (ref R1) (pin 1)) + (node (ref U1) (pin 1)) + (node (ref U1) (pin 7))) + (net (code 3) (name "Net-(P4-Pad1)") + (node (ref U1) (pin 4)) + (node (ref P4) (pin 1)) + (node (ref U1) (pin 5))) + (net (code 4) (name "Net-(R2-Pad1)") + (node (ref R2) (pin 1)) + (node (ref U1) (pin 3))) + (net (code 5) (name "Net-(P4-Pad2)") + (node (ref P4) (pin 2)) + (node (ref U1) (pin 9))) + (net (code 6) (name "Net-(C2-Pad1)") + (node (ref P2) (pin 1)) + (node (ref R3) (pin 1)) + (node (ref C2) (pin 1))) + (net (code 7) (name "Net-(P1-Pad2)") + (node (ref U1) (pin 2)) + (node (ref P1) (pin 2)) + (node (ref R4) (pin 1))) + (net (code 8) (name "Net-(C1-Pad1)") + (node (ref C1) (pin 1)) + (node (ref P3) (pin 1)) + (node (ref U1) (pin 6))) + (net (code 9) (name GND) + (node (ref R2) (pin 2)) + (node (ref R4) (pin 2)) + (node (ref R3) (pin 2)) + (node (ref P1) (pin 1)) + (node (ref P2) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref P3) (pin 2))) + (net (code 10) (name "Net-(P8-Pad1)") + (node (ref P8) (pin 1))) + (net (code 11) (name "Net-(P7-Pad1)") + (node (ref P7) (pin 1))) + (net (code 12) (name "Net-(P6-Pad1)") + (node (ref P6) (pin 1))) + (net (code 13) (name "Net-(P5-Pad1)") + (node (ref P5) (pin 1))))) \ No newline at end of file diff --git a/demos/ecc83/ecc83-pp_v2.pro b/demos/ecc83/ecc83-pp_v2.pro new file mode 100644 index 0000000..cec6d57 --- /dev/null +++ b/demos/ecc83/ecc83-pp_v2.pro @@ -0,0 +1,32 @@ +update=17/05/2015 17:05:45 +last_client=kicad +[general] +version=1 +RootSch=ecc83-pp.sch +BoardNm=ecc83-pp.brd +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead=ecc83-pp_v2.net +UseCmpFile=0 +PadDrill=1.9304 +PadDrillOvalY=1.9304 +PadSizeH=2.794 +PadSizeV=1.397 +PcbTextSizeV=2.032 +PcbTextSizeH=1.524 +PcbTextThickness=0.3048 +ModuleTextSizeV=1.524 +ModuleTextSizeH=1.524 +ModuleTextSizeThickness=0.3048 +SolderMaskClearance=0.254 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.381 +BoardOutlineThickness=0.381 +ModuleOutlineThickness=0.381 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=ecc83_schlib +LibName2=power diff --git a/demos/ecc83/ecc83-pp_v2.sch b/demos/ecc83/ecc83-pp_v2.sch new file mode 100644 index 0000000..abc3352 --- /dev/null +++ b/demos/ecc83/ecc83-pp_v2.sch @@ -0,0 +1,371 @@ +EESchema Schematic File Version 2 +LIBS:ecc83_schlib +LIBS:power +LIBS:ecc83-pp_v2-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "ECC Push-Pull" +Date "Sat 21 Mar 2015" +Rev "0.1" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L ECC83 U1 +U 3 1 48B4F266 +P 3900 3050 +F 0 "U1" H 4400 3150 50 0000 C CNN +F 1 "ECC83" H 4400 3050 50 0000 C CNN +F 2 "Valves:VALVE-ECC-83-2" H 4400 2950 30 0000 C CNN +F 3 "" H 3900 3050 60 0001 C CNN + 3 3900 3050 + 1 0 0 -1 +$EndComp +$Comp +L ECC83 U1 +U 2 1 48B4F263 +P 6500 4200 +F 0 "U1" H 7000 4300 50 0000 C CNN +F 1 "ECC83" H 7000 4200 50 0000 C CNN +F 2 "Valves:VALVE-ECC-83-2" H 7000 4100 30 0000 C CNN +F 3 "" H 6500 4200 60 0001 C CNN + 2 6500 4200 + 1 0 0 -1 +$EndComp +$Comp +L ECC83 U1 +U 1 1 48B4F256 +P 6600 2300 +F 0 "U1" H 7100 2400 50 0000 C CNN +F 1 "ECC83" H 7100 2300 50 0000 C CNN +F 2 "Valves:VALVE-ECC-83-2" H 7100 2200 30 0000 C CNN +F 3 "" H 6600 2300 60 0001 C CNN + 1 6600 2300 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR01 +U 1 1 457DBAF8 +P 7850 3250 +F 0 "#PWR01" H 7850 3250 30 0001 C CNN +F 1 "GND" H 7850 3180 30 0001 C CNN +F 2 "" H 7850 3250 60 0001 C CNN +F 3 "" H 7850 3250 60 0001 C CNN + 1 7850 3250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR02 +U 1 1 457DBAF5 +P 7600 3800 +F 0 "#PWR02" H 7600 3800 30 0001 C CNN +F 1 "GND" H 7600 3730 30 0001 C CNN +F 2 "" H 7600 3800 60 0001 C CNN +F 3 "" H 7600 3800 60 0001 C CNN + 1 7600 3800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR03 +U 1 1 457DBAF1 +P 6400 5500 +F 0 "#PWR03" H 6400 5500 30 0001 C CNN +F 1 "GND" H 6400 5430 30 0001 C CNN +F 2 "" H 6400 5500 60 0001 C CNN +F 3 "" H 6400 5500 60 0001 C CNN + 1 6400 5500 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR04 +U 1 1 457DBAEF +P 6000 5500 +F 0 "#PWR04" H 6000 5500 30 0001 C CNN +F 1 "GND" H 6000 5430 30 0001 C CNN +F 2 "" H 6000 5500 60 0001 C CNN +F 3 "" H 6000 5500 60 0001 C CNN + 1 6000 5500 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG05 +U 1 1 457DBAC0 +P 3700 2200 +F 0 "#FLG05" H 3700 2470 30 0001 C CNN +F 1 "PWR_FLAG" H 3700 2430 30 0000 C CNN +F 2 "" H 3700 2200 60 0001 C CNN +F 3 "" H 3700 2200 60 0001 C CNN + 1 3700 2200 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P4 +U 1 1 456A8ACC +P 3050 3700 +F 0 "P4" V 3000 3700 40 0000 C CNN +F 1 "CONN_2" V 3100 3700 40 0000 C CNN +F 2 "pin_array:pin_array_1x02" H 3050 3500 30 0000 C CNN +F 3 "" H 3050 3700 60 0001 C CNN + 1 3050 3700 + -1 0 0 -1 +$EndComp +$Comp +L C C1 +U 1 1 4549F4BE +P 4100 2100 +F 0 "C1" H 4250 2150 50 0000 L CNN +F 1 "10uF" H 4250 2050 50 0000 L CNN +F 2 "discret:C2V10" H 4300 1900 30 0000 C CNN +F 3 "" H 4100 2100 60 0001 C CNN + 1 4100 2100 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P3 +U 1 1 4549F4A5 +P 3050 1900 +F 0 "P3" V 3000 1900 40 0000 C CNN +F 1 "POWER" V 3100 1900 40 0000 C CNN +F 2 "pin_array:pin_array_1x02" H 3050 1700 30 0000 C CNN +F 3 "" H 3050 1900 60 0001 C CNN + 1 3050 1900 + -1 0 0 -1 +$EndComp +$Comp +L CONN_2 P2 +U 1 1 4549F46C +P 8350 3000 +F 0 "P2" V 8300 3000 40 0000 C CNN +F 1 "OUT" V 8400 3000 40 0000 C CNN +F 2 "pin_array:pin_array_1x02" H 8350 2800 30 0000 C CNN +F 3 "" H 8350 3000 60 0001 C CNN + 1 8350 3000 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P1 +U 1 1 4549F464 +P 5350 4300 +F 0 "P1" V 5300 4300 40 0000 C CNN +F 1 "IN" V 5400 4300 40 0000 C CNN +F 2 "pin_array:pin_array_1x02" H 5350 4500 30 0000 C CNN +F 3 "" H 5350 4300 60 0001 C CNN + 1 5350 4300 + -1 0 0 1 +$EndComp +$Comp +L C C2 +U 1 1 4549F3BE +P 7300 2900 +F 0 "C2" V 7150 2900 50 0000 C CNN +F 1 "680nF" V 7500 2900 50 0000 C CNN +F 2 "discret:CP8" V 7600 2900 30 0000 C CNN +F 3 "" H 7300 2900 60 0001 C CNN + 1 7300 2900 + 0 1 1 0 +$EndComp +$Comp +L R R3 +U 1 1 4549F3AD +P 7600 3550 +F 0 "R3" H 7500 3750 50 0000 C CNN +F 1 "100K" V 7600 3550 50 0000 C CNN +F 2 "discret:R3" V 7700 3550 30 0000 C CNN +F 3 "" H 7600 3550 60 0001 C CNN + 1 7600 3550 + 1 0 0 -1 +$EndComp +$Comp +L R R4 +U 1 1 4549F3A2 +P 6000 5300 +F 0 "R4" H 5900 5500 50 0000 C CNN +F 1 "47K" V 6000 5300 50 0000 C CNN +F 2 "discret:R3" V 6100 5300 30 0000 C CNN +F 3 "" H 6000 5300 60 0001 C CNN + 1 6000 5300 + 1 0 0 -1 +$EndComp +$Comp +L R R2 +U 1 1 4549F39D +P 6400 5300 +F 0 "R2" H 6300 5500 50 0000 C CNN +F 1 "1.5K" V 6400 5300 50 0000 C CNN +F 2 "discret:R3" V 6500 5300 30 0000 C CNN +F 3 "" H 6400 5300 60 0001 C CNN + 1 6400 5300 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 4549F38A +P 6500 3250 +F 0 "R1" H 6600 3050 50 0000 C CNN +F 1 "1.5K" V 6500 3250 50 0000 C CNN +F 2 "discret:R3" V 6400 3250 30 0000 C CNN +F 3 "" H 6500 3250 60 0001 C CNN + 1 6500 3250 + -1 0 0 1 +$EndComp +$Comp +L CONN_1 P5 +U 1 1 54A5830A +P 6300 6600 +F 0 "P5" H 6380 6600 40 0000 L CNN +F 1 "CONN_1" H 6300 6655 30 0001 C CNN +F 2 "connect:1pin" H 6300 6600 60 0001 C CNN +F 3 "" H 6300 6600 60 0000 C CNN + 1 6300 6600 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P6 +U 1 1 54A58363 +P 6300 6700 +F 0 "P6" H 6380 6700 40 0000 L CNN +F 1 "CONN_1" H 6300 6755 30 0001 C CNN +F 2 "connect:1pin" H 6300 6700 60 0001 C CNN +F 3 "" H 6300 6700 60 0000 C CNN + 1 6300 6700 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P7 +U 1 1 54A5837A +P 6300 6800 +F 0 "P7" H 6380 6800 40 0000 L CNN +F 1 "CONN_1" H 6300 6855 30 0001 C CNN +F 2 "connect:1pin" H 6300 6800 60 0001 C CNN +F 3 "" H 6300 6800 60 0000 C CNN + 1 6300 6800 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P8 +U 1 1 54A58391 +P 6300 6900 +F 0 "P8" H 6380 6900 40 0000 L CNN +F 1 "CONN_1" H 6300 6955 30 0001 C CNN +F 2 "connect:1pin" H 6300 6900 60 0001 C CNN +F 3 "" H 6300 6900 60 0000 C CNN + 1 6300 6900 + 1 0 0 -1 +$EndComp +NoConn ~ 6150 6600 +NoConn ~ 6150 6700 +NoConn ~ 6150 6800 +NoConn ~ 6150 6900 +$Comp +L PWR_FLAG #FLG06 +U 1 1 550E41D9 +P 3700 1700 +F 0 "#FLG06" H 3700 1970 30 0001 C CNN +F 1 "PWR_FLAG" H 3700 1930 30 0000 C CNN +F 2 "" H 3700 1700 60 0001 C CNN +F 3 "" H 3700 1700 60 0001 C CNN + 1 3700 1700 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR07 +U 1 1 550E42C4 +P 4100 2500 +F 0 "#PWR07" H 4100 2500 30 0001 C CNN +F 1 "GND" H 4100 2430 30 0001 C CNN +F 2 "" H 4100 2500 60 0000 C CNN +F 3 "" H 4100 2500 60 0000 C CNN + 1 4100 2500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3400 3800 3900 3800 +Wire Wire Line + 3900 3800 3900 3500 +Wire Wire Line + 6400 4600 6400 5150 +Wire Wire Line + 7450 2900 8000 2900 +Wire Wire Line + 3400 3600 4000 3600 +Wire Wire Line + 3800 3600 3800 3500 +Wire Wire Line + 6500 3400 6500 3800 +Connection ~ 3800 3600 +Wire Wire Line + 4000 3600 4000 3500 +Connection ~ 6500 3600 +Wire Wire Line + 6500 2700 6500 3100 +Wire Wire Line + 6500 3600 6100 3600 +Wire Wire Line + 6100 3600 6100 2300 +Wire Wire Line + 6100 2300 6300 2300 +Connection ~ 6500 2900 +Wire Wire Line + 3400 1800 6600 1800 +Wire Wire Line + 6600 1800 6600 1900 +Wire Wire Line + 3700 1700 3700 1800 +Connection ~ 3700 1800 +Wire Wire Line + 3400 2000 3500 2000 +Wire Wire Line + 3500 2000 3500 2400 +Wire Wire Line + 3500 2400 4100 2400 +Connection ~ 3700 2400 +Wire Wire Line + 3700 2400 3700 2200 +Wire Wire Line + 4100 2250 4100 2500 +Connection ~ 4100 2400 +Wire Wire Line + 4100 1950 4100 1800 +Connection ~ 4100 1800 +Wire Wire Line + 6500 2900 7150 2900 +Connection ~ 7600 2900 +Wire Wire Line + 7600 3700 7600 3800 +Wire Wire Line + 7600 3400 7600 2900 +Wire Wire Line + 8000 3100 7850 3100 +Wire Wire Line + 7850 3100 7850 3250 +Wire Wire Line + 5700 4200 6200 4200 +Wire Wire Line + 6000 5150 6000 4200 +Connection ~ 6000 4200 +$Comp +L GND #PWR08 +U 1 1 550E4C85 +P 5800 4550 +F 0 "#PWR08" H 5800 4550 30 0001 C CNN +F 1 "GND" H 5800 4480 30 0001 C CNN +F 2 "" H 5800 4550 60 0000 C CNN +F 3 "" H 5800 4550 60 0000 C CNN + 1 5800 4550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5800 4550 5800 4400 +Wire Wire Line + 5800 4400 5700 4400 +Wire Wire Line + 6400 5450 6400 5500 +Wire Wire Line + 6000 5450 6000 5500 +$EndSCHEMATC diff --git a/demos/ecc83/ecc83_schlib.dcm b/demos/ecc83/ecc83_schlib.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/demos/ecc83/ecc83_schlib.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/demos/ecc83/ecc83_schlib.lib b/demos/ecc83/ecc83_schlib.lib new file mode 100644 index 0000000..f862be2 --- /dev/null +++ b/demos/ecc83/ecc83_schlib.lib @@ -0,0 +1,141 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + C? + C_????_* + C_???? + SMD*_c + Capacitor* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# ECC81 +# +DEF ECC81 U 0 0 Y Y 3 L N +F0 "U" 130 310 50 H V C CNN +F1 "ECC81" 350 -300 50 H V C CNN +F2 "VALVE-NOVAL_P" 400 -350 30 H I C CNN +F3 "" 0 0 60 H V C CNN +ALIAS ECC83 +DRAW +P 2 1 0 0 -100 -200 -100 -300 N +P 2 1 0 0 0 200 0 300 N +P 2 2 0 0 -100 -200 -100 -300 N +P 2 2 0 0 0 200 0 300 N +A 0 -100 200 -1799 -1 0 1 0 N -200 -100 200 -100 +A 0 100 200 1 1799 0 1 0 N 200 100 -200 100 +P 2 0 1 0 200 100 200 -100 N +P 3 0 1 0 -200 100 -200 -100 -200 -100 N +A 0 -225 103 142 1659 1 1 10 N 100 -200 -100 -200 +P 2 1 1 0 -200 0 -125 0 N +P 2 1 1 6 -75 0 -125 0 N +P 2 1 1 6 -25 0 25 0 N +P 2 1 1 6 75 0 125 0 N +P 3 1 1 10 -100 200 110 200 110 200 N +X A 6 0 400 100 D 40 40 1 1 P +X G 7 -300 0 100 R 40 40 1 1 I +X K 8 -100 -400 100 U 40 40 1 1 P +A 0 -225 103 142 1659 2 1 10 N 100 -200 -100 -200 +P 2 2 1 0 -200 0 -125 0 N +P 2 2 1 6 -75 0 -125 0 N +P 2 2 1 6 -25 0 25 0 N +P 2 2 1 6 75 0 125 0 N +P 3 2 1 10 -100 200 110 200 110 200 N +X A 1 0 400 100 D 40 40 2 1 P +X G 2 -300 0 100 R 40 40 2 1 I +X K 3 -100 -400 100 U 40 40 2 1 P +A -50 -275 55 265 1534 3 1 0 N 0 -250 -100 -250 +A 50 -275 55 265 1534 3 1 0 N 100 -250 0 -250 +X F1 4 -100 -450 200 U 40 40 3 1 I +X F1 5 100 -450 200 U 40 40 3 1 I +X F2 9 0 -450 200 U 40 40 3 1 I +ENDDRAW +ENDDEF +# +# GND +# +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "GND" 0 -150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R_* + Resistor_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/ecc83/fp-lib-table b/demos/ecc83/fp-lib-table new file mode 100644 index 0000000..e28e8a1 --- /dev/null +++ b/demos/ecc83/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name Valves)(type KiCad)(uri ${KISYSMOD}/Valves.pretty)(options "")(descr "")) +) diff --git a/demos/electric/electric-cache.lib b/demos/electric/electric-cache.lib new file mode 100644 index 0000000..8db5798 --- /dev/null +++ b/demos/electric/electric-cache.lib @@ -0,0 +1,530 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# A_1KVA +# +DEF A_1KVA EA 0 10 N Y 1 F N +F0 "EA" -90 200 40 H V C CNN +F1 "A_1KVA" 0 130 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C -20 10 31 0 1 0 N +C 20 10 31 0 1 0 N +S -120 60 120 -60 0 1 0 N +P 4 0 1 0 -100 0 -80 10 -50 10 -50 10 N +P 4 0 1 0 50 10 80 10 100 0 100 0 N +P 5 0 1 0 0 -30 -20 -50 20 -50 0 -30 0 -30 F +X ~ 1 200 0 100 L 10 40 1 1 w +X ~ 2 -200 0 100 R 10 40 1 1 w +X ~ 3 0 -100 50 U 10 50 1 1 I +ENDDRAW +ENDDEF +# +# C_3x1.5mm2 +# +DEF C_3x1.5mm2 EC 0 10 N Y 1 F N +F0 "EC" -170 130 40 H V C CNN +F1 "C_3x1.5mm2" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C -30 50 10 0 1 0 F +P 3 0 1 0 -130 50 -90 50 -90 50 N +P 3 0 1 0 -110 50 -30 -50 -30 -50 N +P 3 0 1 0 -30 50 50 -50 50 -50 N +P 3 0 1 0 10 50 90 -50 90 -50 N +P 4 0 1 0 -100 0 100 0 100 0 100 0 N +X ~ 1 200 0 100 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# C_3x2.5mm2 +# +DEF C_3x2.5mm2 EC 0 10 N Y 1 F N +F0 "EC" -170 130 40 H V C CNN +F1 "C_3x2.5mm2" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C -30 50 10 0 1 0 F +P 3 0 1 0 -130 50 -90 50 -90 50 N +P 3 0 1 0 -110 50 -30 -50 -30 -50 N +P 3 0 1 0 -30 50 50 -50 50 -50 N +P 3 0 1 0 10 50 90 -50 90 -50 N +P 4 0 1 0 -100 0 100 0 100 0 100 0 N +X ~ 1 200 0 100 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# C_3x6mm2 +# +DEF C_3x6mm2 EC 0 10 N Y 1 F N +F0 "EC" -170 130 40 H V C CNN +F1 "C_3x6mm2" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C -30 50 10 0 1 0 F +P 3 0 1 0 -130 50 -90 50 -90 50 N +P 3 0 1 0 -110 50 -30 -50 -30 -50 N +P 3 0 1 0 -30 50 50 -50 50 -50 N +P 3 0 1 0 10 50 90 -50 90 -50 N +P 4 0 1 0 -100 0 100 0 100 0 100 0 N +X ~ 1 200 0 100 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# D_06A +# +DEF D_06A ED 0 10 N Y 1 F N +F0 "ED" -160 120 40 H V C CNN +F1 "D_06A" -100 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +P 3 0 1 0 -100 0 60 100 60 100 N +P 3 0 1 0 60 20 100 -20 100 -20 N +P 3 0 1 0 100 20 60 -20 60 -20 N +X ~ 1 200 0 120 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# D_10A +# +DEF D_10A ED 0 10 N Y 1 F N +F0 "ED" -160 120 40 H V C CNN +F1 "D_10A" -100 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +P 3 0 1 0 -100 0 60 100 60 100 N +P 3 0 1 0 60 20 100 -20 100 -20 N +P 3 0 1 0 100 20 60 -20 60 -20 N +X ~ 1 200 0 120 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# D_16A +# +DEF D_16A ED 0 10 N Y 1 F N +F0 "ED" -160 120 40 H V C CNN +F1 "D_16A" -100 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +P 3 0 1 0 -100 0 60 100 60 100 N +P 3 0 1 0 60 20 100 -20 100 -20 N +P 3 0 1 0 100 20 60 -20 60 -20 N +X ~ 1 200 0 120 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# D_32A +# +DEF D_32A ED 0 10 N Y 1 F N +F0 "ED" -160 120 40 H V C CNN +F1 "D_32A" -100 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +P 3 0 1 0 -100 0 60 100 60 100 N +P 3 0 1 0 60 20 100 -20 100 -20 N +P 3 0 1 0 100 20 60 -20 60 -20 N +X ~ 1 200 0 120 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# G_Th_3KVA +# +DEF G_Th_3KVA EG 0 10 N Y 1 F N +F0 "EG" -160 120 40 H V C CNN +F1 "G_Th_3KVA" 0 -120 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 0 0 70 0 0 0 G Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +C 0 0 84 0 1 0 N +X ~ 1 200 0 118 L 10 40 1 1 w +ENDDRAW +ENDDEF +# +# I_25A_LUM +# +DEF I_25A_LUM EI 0 10 N Y 1 F N +F0 "EI" -160 120 40 H V C CNN +F1 "I_25A_LUM" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C 0 0 36 0 1 0 N +P 3 0 1 0 -100 0 60 100 60 100 N +P 3 0 1 0 30 20 -30 -20 -30 -20 N +P 4 0 1 0 -20 30 20 -30 20 -30 20 -30 N +X ~ 1 200 0 120 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# J_40A_30mA +# +DEF J_40A_30mA EJ 0 10 N Y 1 F N +F0 "EJ" -210 180 40 H V C CNN +F1 "J_40A_30mA" -20 -120 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 120 200 20 0 0 0 OFS Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +P 5 0 0 0 120 20 120 -20 120 -20 120 -20 120 -20 N +A -120 60 20 1799 1 0 1 0 N -140 60 -100 60 +P 3 0 1 0 -140 0 -60 0 -60 0 N +P 3 0 1 0 -140 60 -140 -60 -140 -60 N +P 3 0 1 0 -60 0 100 100 100 100 N +P 5 0 1 0 -140 -60 -100 -60 -100 -60 -100 -60 -100 -60 N +P 5 0 1 0 -100 60 -100 -60 -100 -40 -100 -40 -100 -40 N +P 6 0 1 0 -120 80 -120 120 40 120 40 60 40 60 40 60 N +P 10 0 1 0 60 80 60 200 80 200 80 220 160 220 180 200 160 180 80 180 80 200 80 200 N +X ~ 1 250 0 130 L 10 40 1 1 W +X ~ 2 -250 0 110 R 10 40 1 1 w +X ~ 3 250 200 70 L 10 10 1 1 O +ENDDRAW +ENDDEF +# +# O_600VA +# +DEF O_600VA EO 0 10 N Y 1 F N +F0 "EO" -70 120 40 H V C CNN +F1 "O_600VA" -40 -150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C -20 0 31 0 1 0 N +C 20 0 31 0 1 0 N +S -110 40 120 -90 0 1 0 N +P 3 0 1 0 -100 0 -50 0 -50 0 N +P 3 0 1 0 -90 -50 -90 -70 -90 -70 N +P 3 0 1 0 -80 -40 -80 -80 -80 -80 N +P 3 0 1 0 -70 -50 -70 -70 -70 -70 N +P 3 0 1 0 -60 -40 -60 -80 -60 -80 N +P 3 0 1 0 -50 -50 -50 -70 -50 -70 N +P 3 0 1 0 -40 -40 -40 -80 -40 -80 N +P 3 0 1 0 -30 -50 -30 -70 -30 -70 N +P 3 0 1 0 -20 -40 -20 -80 -20 -80 N +P 3 0 1 0 -10 -50 -10 -70 -10 -70 N +P 3 0 1 0 0 -40 0 -80 0 -80 N +P 3 0 1 0 10 -50 10 -70 10 -70 N +P 3 0 1 0 20 -40 20 -80 20 -80 N +P 3 0 1 0 30 -50 30 -70 30 -70 N +P 3 0 1 0 40 -40 40 -80 40 -80 N +P 3 0 1 0 50 -50 50 -70 50 -70 N +P 3 0 1 0 50 0 100 0 100 0 N +P 3 0 1 0 60 -40 60 -80 60 -80 N +P 3 0 1 0 70 -50 70 -70 70 -70 N +P 3 0 1 0 80 -40 80 -80 80 -80 N +P 3 0 1 0 100 -40 100 -80 100 -80 N +P 4 0 1 0 90 -50 90 -70 90 -70 90 -70 N +P 5 0 1 0 -100 -60 100 -60 100 -60 100 -60 100 -60 N +X ~ 1 200 0 100 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# O_900VA +# +DEF O_900VA EO 0 10 N Y 1 F N +F0 "EO" -70 120 40 H V C CNN +F1 "O_900VA" -40 -150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +C -20 0 31 0 1 0 N +C 20 0 31 0 1 0 N +S -110 40 120 -90 0 1 0 N +P 3 0 1 0 -100 0 -50 0 -50 0 N +P 3 0 1 0 -90 -50 -90 -70 -90 -70 N +P 3 0 1 0 -80 -40 -80 -80 -80 -80 N +P 3 0 1 0 -70 -50 -70 -70 -70 -70 N +P 3 0 1 0 -60 -40 -60 -80 -60 -80 N +P 3 0 1 0 -50 -50 -50 -70 -50 -70 N +P 3 0 1 0 -40 -40 -40 -80 -40 -80 N +P 3 0 1 0 -30 -50 -30 -70 -30 -70 N +P 3 0 1 0 -20 -40 -20 -80 -20 -80 N +P 3 0 1 0 -10 -50 -10 -70 -10 -70 N +P 3 0 1 0 0 -40 0 -80 0 -80 N +P 3 0 1 0 10 -50 10 -70 10 -70 N +P 3 0 1 0 20 -40 20 -80 20 -80 N +P 3 0 1 0 30 -50 30 -70 30 -70 N +P 3 0 1 0 40 -40 40 -80 40 -80 N +P 3 0 1 0 50 -50 50 -70 50 -70 N +P 3 0 1 0 50 0 100 0 100 0 N +P 3 0 1 0 60 -40 60 -80 60 -80 N +P 3 0 1 0 70 -50 70 -70 70 -70 N +P 3 0 1 0 80 -40 80 -80 80 -80 N +P 3 0 1 0 100 -40 100 -80 100 -80 N +P 4 0 1 0 90 -50 90 -70 90 -70 90 -70 N +P 5 0 1 0 -100 -60 100 -60 100 -60 100 -60 100 -60 N +X ~ 1 200 0 100 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +ENDDRAW +ENDDEF +# +# P_10A +# +DEF P_10A EP 0 10 N Y 1 F N +F0 "EP" -160 120 40 H V C CNN +F1 "P_10A" -80 -140 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 0 80 891 -891 0 0 0 N 1 80 1 -80 +P 2 0 0 0 200 -200 200 -200 N +X ~ 1 200 0 120 L 10 40 1 1 W +ENDDRAW +ENDDEF +# +# Q_25A_2F2O +# +DEF Q_25A_2F2O EQ 0 10 N Y 1 F N +F0 "EQ" -160 120 40 H V C CNN +F1 "Q_25A_2F2O" 0 -140 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 90 150 20 0 0 0 O+F Normal 0 C C +S -100 -30 100 -70 0 0 0 N +P 2 0 0 0 200 -200 200 -200 N +P 3 0 0 0 0 60 0 -60 0 -60 N +P 3 0 0 0 20 100 20 60 20 60 N +P 3 0 0 0 40 100 40 90 40 90 N +P 4 0 0 0 -100 -30 -100 -30 100 -70 100 -70 N +P 3 0 1 0 -100 0 60 100 60 100 N +P 5 0 1 0 20 60 20 50 100 50 100 50 100 50 N +P 12 0 1 0 40 100 40 150 50 150 50 160 50 170 120 170 140 150 120 130 60 130 50 130 50 150 50 150 N +X ~ 1 -200 0 100 R 10 40 1 1 U +X ~ 2 200 50 100 L 10 40 1 1 U +X ~ 3 200 0 120 L 10 40 1 1 U +X ~ 4 200 -50 100 L 10 40 1 1 I +X ~ 5 200 150 60 L 10 40 1 1 U +ENDDRAW +ENDDEF +# +# Q_2A_12O_40KV +# +DEF Q_2A_12O_40KV EQ 0 10 N Y 1 F N +F0 "EQ" -160 120 40 H V C CNN +F1 "Q_2A_12O_40KV" 0 -730 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 -580 100 -620 0 0 0 N +P 2 0 0 0 200 -200 200 -200 N +P 4 0 0 0 -100 -580 -100 -580 100 -620 100 -620 N +P 3 0 1 0 -100 -550 80 -520 80 -520 N +P 3 0 1 0 -100 -500 80 -470 80 -470 N +P 3 0 1 0 -100 -450 80 -420 80 -420 N +P 3 0 1 0 -100 -400 80 -370 80 -370 N +P 3 0 1 0 -100 -350 80 -320 80 -320 N +P 3 0 1 0 -100 -300 80 -270 80 -270 N +P 3 0 1 0 -100 -250 80 -220 80 -220 N +P 3 0 1 0 -100 -200 80 -170 80 -170 N +P 3 0 1 0 -100 -150 80 -120 80 -120 N +P 3 0 1 0 -100 -100 80 -70 80 -70 N +P 3 0 1 0 0 -580 0 20 0 20 N +P 5 0 1 0 -100 0 80 30 80 30 80 30 80 30 N +P 6 0 1 0 -100 -50 80 -20 80 -20 80 -20 80 -20 80 -20 N +X ~ 1 -200 0 100 R 10 40 1 1 U +X ~ 2 200 0 120 L 10 40 1 1 U +X ~ 3 -200 -50 100 R 10 50 1 1 U +X ~ 3 -200 -50 100 R 10 50 1 1 U +X ~ 4 200 -50 120 L 10 50 1 1 U +X ~ 5 -200 -100 100 R 10 50 1 1 U +X ~ 6 200 -100 120 L 10 40 1 1 U +X ~ 7 -200 -150 100 R 10 50 1 1 U +X ~ 8 200 -150 120 L 10 40 1 1 U +X ~ 9 -200 -200 100 R 10 50 1 1 U +X ~ 10 200 -200 120 L 10 40 1 1 U +X ~ 20 200 -450 120 L 10 40 1 1 U +X ~ 11 -200 -250 100 R 10 50 1 1 U +X ~ 21 -200 -500 100 R 10 50 1 1 U +X ~ 12 200 -250 120 L 10 40 1 1 U +X ~ 22 200 -500 120 L 10 40 1 1 U +X ~ 13 -200 -300 100 R 10 50 1 1 U +X ~ 23 -200 -550 100 R 10 50 1 1 U +X ~ 14 200 -300 120 L 10 40 1 1 U +X ~ 24 200 -550 120 L 10 40 1 1 U +X ~ 15 -200 -350 100 R 10 50 1 1 U +X ~ 25 200 -600 100 L 10 40 1 1 I +X ~ 16 200 -350 120 L 10 40 1 1 U +X ~ 17 -200 -400 100 R 10 50 1 1 U +X ~ 18 200 -400 120 L 10 40 1 1 U +X ~ 19 -200 -450 100 R 10 50 1 1 U +ENDDRAW +ENDDEF +# +# R_16A_30mA +# +DEF R_16A_30mA ER 0 10 N Y 1 F N +F0 "ER" -210 180 40 H V C CNN +F1 "R_16A_30mA" 0 -200 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 20 -100 50 0 0 0 M Normal 0 C C +T 0 120 200 20 0 0 0 OF Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +P 2 0 0 0 400 -200 400 -200 N +P 3 0 0 0 20 -50 20 50 20 50 N +A -120 60 20 1799 1 0 1 0 N -140 60 -100 60 +C 20 -100 50 0 1 0 N +P 3 0 1 0 -140 0 -60 0 -60 0 N +P 3 0 1 0 -140 60 -140 -60 -140 -60 N +P 3 0 1 0 -60 0 100 100 100 100 N +P 3 0 1 0 140 20 100 -20 100 -20 N +P 4 0 1 0 100 20 140 -20 140 -20 140 -20 N +P 5 0 1 0 -140 -60 -100 -60 -100 -60 -100 -60 -100 -60 N +P 5 0 1 0 -100 60 -100 -60 -100 -40 -100 -40 -100 -40 N +P 6 0 1 0 -120 80 -120 120 40 120 40 60 40 60 40 60 N +P 10 0 1 0 60 80 60 200 80 200 80 220 160 220 180 200 160 180 80 180 80 200 80 200 N +X ~ 1 250 0 130 L 10 40 1 1 W +X ~ 2 -250 0 110 R 10 40 1 1 w +X ~ 3 250 200 70 L 10 10 1 1 O +X ~ 4 250 -100 180 L 10 50 1 1 I +ENDDRAW +ENDDEF +# +# S_63A +# +DEF S_63A ES 0 10 N Y 1 F N +F0 "ES" -210 180 40 H V C CNN +F1 "S_63A" 0 -110 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 120 200 20 0 0 0 OFS Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +P 2 0 0 0 400 -200 400 -200 N +P 3 0 0 0 -150 0 -100 0 -100 0 N +P 3 0 0 0 120 20 120 -20 120 -20 N +P 3 0 1 0 -140 0 -60 0 -60 0 N +P 3 0 1 0 -140 60 -140 -60 -140 -60 N +P 3 0 1 0 -140 60 -100 60 -100 60 N +P 3 0 1 0 -120 60 -120 80 -120 80 N +P 3 0 1 0 -60 0 100 100 100 100 N +P 5 0 1 0 -140 -60 -100 -60 -100 -60 -100 -60 -100 -60 N +P 5 0 1 0 -100 60 -100 -60 -100 -40 -100 -40 -100 -40 N +P 6 0 1 0 -120 80 -120 120 40 120 40 60 40 60 40 60 N +P 10 0 1 0 60 80 60 200 80 200 80 220 160 220 180 200 160 180 80 180 80 200 80 200 N +X ~ 1 250 0 130 L 10 40 1 1 W +X ~ 2 -250 0 100 R 10 40 1 1 w +X ~ 3 250 200 70 L 10 10 1 1 O +ENDDRAW +ENDDEF +# +# V_A10A +# +DEF V_A10A EV 0 10 N Y 1 F N +F0 "EV" -160 120 40 H V C CNN +F1 "V_A10A" -60 -140 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 0 0 70 0 0 0 A Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +C 0 0 84 0 1 0 N +P 3 0 1 0 -100 0 -80 0 -80 0 N +X ~ 1 -200 0 100 R 10 40 1 1 W +X ~ 2 200 0 118 L 10 40 1 1 w +ENDDRAW +ENDDEF +# +# V_F50Hz +# +DEF V_F50Hz EV 0 10 N Y 1 F N +F0 "EV" -160 120 40 H V C CNN +F1 "V_F50Hz" -40 -140 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 0 0 50 0 0 0 Hz Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +C 0 0 84 0 1 0 N +X ~ 1 200 0 118 L 10 40 1 1 W +ENDDRAW +ENDDEF +# +# V_U400V +# +DEF V_U400V EV 0 10 N Y 1 F N +F0 "EV" -160 120 40 H V C CNN +F1 "V_U400V" -60 -140 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 0 0 70 0 0 0 V Normal 0 C C +P 2 0 0 0 200 -200 200 -200 N +C 0 0 84 0 1 0 N +X ~ 1 200 0 118 L 10 40 1 1 W +ENDDRAW +ENDDEF +# +# W_15KA +# +DEF W_15KA EW 0 10 N Y 1 F N +F0 "EW" -160 120 40 H V C CNN +F1 "W_15KA" -50 -210 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +S -120 60 120 -60 0 1 0 N +S -10 -40 10 -60 0 1 0 N +P 3 0 1 0 -100 0 -80 0 -80 0 N +P 7 0 1 0 -80 0 -40 0 -80 40 -80 0 -80 -40 -40 0 -40 0 F +P 8 0 1 0 80 0 40 0 80 40 80 -40 80 0 80 -40 40 0 40 0 F +X ~ 1 200 0 100 L 10 40 1 1 W +X ~ 2 -200 0 100 R 10 40 1 1 w +X ~ 3 0 -100 50 U 10 50 1 1 O +ENDDRAW +ENDDEF +# +# Y_ELC +# +DEF Y_ELC EY 0 10 N Y 1 F N +F0 "EY" -10 120 40 H V C CNN +F1 "Y_ELC" 60 -120 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 200 -200 200 -200 N +P 3 0 0 0 -50 10 -50 -10 -50 -10 N +P 3 0 0 0 -40 20 -40 -20 -40 -20 N +P 3 0 0 0 -30 30 -30 -30 -30 -30 N +P 3 0 0 0 -10 50 -10 -50 -10 -50 N +P 4 0 0 0 -60 0 70 0 80 0 70 0 N +P 4 0 0 0 -20 40 -20 -40 -20 -40 -20 -40 N +P 4 0 0 0 0 60 0 60 0 -60 0 -60 N +X ~ 1 200 0 118 L 10 40 1 1 W +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/electric/electric.pro b/demos/electric/electric.pro new file mode 100644 index 0000000..52b1ed8 --- /dev/null +++ b/demos/electric/electric.pro @@ -0,0 +1,14 @@ +update=02/08/2015 19:59:42 +last_client=kicad +[general] +version=1 +RootSch=electric.sch +BoardNm=electric.brd +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=power +LibName2=elec-unifil +LibName3=device +LibName4=conn diff --git a/demos/electric/electric.sch b/demos/electric/electric.sch new file mode 100644 index 0000000..2c4acfe --- /dev/null +++ b/demos/electric/electric.sch @@ -0,0 +1,1463 @@ +EESchema Schematic File Version 2 +LIBS:electric-rescue +LIBS:power +LIBS:elec-unifil +LIBS:device +LIBS:conn +LIBS:regul +LIBS:electric-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "Exemple librairie elec-unifil" +Date "4 jan 2006" +Rev "0.3" +Comp "" +Comment1 "Applications pour Electricite" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Notes Line + 3250 3100 5400 3100 +Wire Notes Line + 3850 2850 4700 2850 +Connection ~ 8250 2900 +Wire Wire Line + 5250 2400 8350 2400 +Wire Wire Line + 5250 2900 8350 2900 +Wire Wire Line + 4450 2400 4850 2400 +Wire Wire Line + 4450 1900 4850 1900 +Wire Wire Line + 5250 1900 5700 1900 +Wire Notes Line + 5500 550 5600 550 +Wire Notes Line + 5500 1650 5500 550 +Wire Notes Line + 5500 1650 8100 1650 +Wire Notes Line + 5500 2200 8100 2200 +Wire Notes Line + 5500 1700 5500 2200 +Wire Notes Line + 5500 1700 8100 1700 +Connection ~ 3950 1900 +Connection ~ 3150 2450 +Connection ~ 4550 1900 +Wire Wire Line + 2600 800 2600 1900 +Wire Wire Line + 2600 800 5700 800 +Wire Wire Line + 4550 800 4550 1900 +Wire Wire Line + 4850 2400 4850 2900 +Wire Wire Line + 3750 2450 4050 2450 +Wire Wire Line + 3950 2400 4050 2400 +Wire Wire Line + 3950 1900 3950 2400 +Wire Wire Line + 3150 1950 4050 1950 +Wire Wire Line + 3100 1900 4050 1900 +Wire Wire Line + 3000 2450 3350 2450 +Wire Wire Line + 3150 2450 3150 1950 +Wire Wire Line + 3100 2400 3100 1900 +Wire Wire Line + 3000 2400 3100 2400 +Wire Notes Line + 3850 2050 3850 2850 +Wire Notes Line + 3250 2050 3850 2050 +Wire Notes Line + 3250 2050 3250 3100 +Wire Notes Line + 4700 2850 4700 1150 +Wire Notes Line + 4700 1150 5400 1150 +Wire Notes Line + 5400 1150 5400 3100 +Wire Notes Line + 8100 6000 8100 3150 +Wire Notes Line + 5500 6000 5500 3150 +Wire Notes Line + 5500 3150 8100 3150 +Text Notes 4150 3000 0 60 ~ 0 +AGBT +Wire Wire Line + 1550 950 1800 950 +Wire Wire Line + 1550 1500 1550 950 +Wire Wire Line + 1350 1500 1550 1500 +Wire Wire Line + 1100 950 1350 950 +Wire Wire Line + 1100 1500 1100 950 +Wire Wire Line + 850 1500 1100 1500 +Wire Wire Line + 1750 2450 1800 2450 +Wire Wire Line + 1750 2750 1750 2450 +Wire Wire Line + 1700 2750 1750 2750 +Wire Wire Line + 1750 2400 1800 2400 +Wire Wire Line + 1750 2150 1750 2400 +Wire Wire Line + 1700 2150 1750 2150 +Wire Wire Line + 1700 3350 5700 3350 +Wire Wire Line + 1700 3850 5400 3850 +Wire Wire Line + 1700 4350 2350 4350 +Wire Wire Line + 1700 4850 2050 4850 +Wire Wire Line + 850 4850 1200 4850 +Wire Wire Line + 850 4350 1200 4350 +Wire Wire Line + 850 3850 1200 3850 +Wire Wire Line + 850 3350 1200 3350 +$Comp +L R_16A_30mA ER01 +U 1 1 416242BF +P 1450 2150 +F 0 "ER01" H 1400 2380 40 0000 C CNN +F 1 "R_16A_30mA" H 1450 1950 40 0000 C CNN +F 2 "Courbe D" H 1450 1900 30 0000 C CNN +F 3 "" H 1450 2150 60 0001 C CNN + 1 1450 2150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 850 2750 1200 2750 +$Comp +L C_3x2.5mm2 EC? +U 1 1 41652EC2 +P 2950 6950 +F 0 "EC?" H 2780 7080 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 6850 40 0000 C CNN +F 2 "" H 2950 6950 60 0001 C CNN +F 3 "" H 2950 6950 60 0001 C CNN + 1 2950 6950 + 1 0 0 -1 +$EndComp +Text Notes 4400 7650 0 60 ~ 0 +Extérieur +Text Notes 3800 6260 0 60 ~ 0 +Prises pièces à vivre +Text Notes 6860 5960 0 60 ~ 0 +Cuisine & Lingerie +Wire Notes Line + 2150 6300 5250 6300 +Wire Notes Line + 5250 4100 2150 4100 +Wire Notes Line + 5250 6300 5250 4100 +Connection ~ 2050 7300 +Connection ~ 2050 6950 +Connection ~ 2050 6600 +Wire Wire Line + 2050 4850 2050 7550 +Wire Wire Line + 2050 7550 2350 7550 +Wire Wire Line + 2350 7300 2050 7300 +Wire Wire Line + 2350 6950 2050 6950 +Wire Wire Line + 2350 6600 2050 6600 +Wire Notes Line + 2150 7750 2150 6350 +Wire Notes Line + 5250 7750 2150 7750 +Wire Notes Line + 5250 6350 5250 7750 +Wire Notes Line + 2150 6350 5250 6350 +Wire Notes Line + 2150 4100 2150 6300 +Wire Wire Line + 5400 6100 8350 6100 +Wire Wire Line + 5400 3850 5400 6100 +Wire Notes Line + 5500 6000 8100 6000 +Text Notes 10150 6250 0 60 ~ 0 +Prises Grange +Wire Notes Line + 8150 6300 8150 4200 +Wire Notes Line + 11100 6300 8150 6300 +Wire Notes Line + 11100 4200 11100 6300 +Wire Notes Line + 8150 4200 11100 4200 +Wire Wire Line + 8250 4450 8250 6100 +Wire Wire Line + 8750 5100 8750 5400 +Wire Wire Line + 9250 5100 8750 5100 +$Comp +L P_10A EP4 +U 1 1 41652537 +P 9450 5100 +F 0 "EP4" H 9600 5220 40 0000 C CNN +F 1 "P_10A" H 9640 5000 40 0000 C CNN +F 2 "TGBT" H 9280 5100 40 0000 C CNN +F 3 "" H 9450 5100 60 0001 C CNN + 1 9450 5100 + -1 0 0 -1 +$EndComp +Text Notes 10450 4050 0 60 ~ 0 +Servitudes\npermanentes\nprimaires +Text Notes 10350 2500 0 60 ~ 0 +Servitudes\npermanentes\nsecondaires +Text Notes 6050 2150 0 60 ~ 0 +Servitudes secourues protégées +Text Notes 6700 700 0 60 ~ 0 +Servitudes secourues +Wire Notes Line + 8150 4150 8150 2650 +Wire Notes Line + 11100 4150 8150 4150 +Wire Notes Line + 11100 2650 11100 4150 +Wire Notes Line + 8150 2650 11100 2650 +Wire Notes Line + 11100 500 11100 2600 +Wire Notes Line + 8150 2600 11100 2600 +Wire Notes Line + 8150 500 8150 2600 +Wire Notes Line + 8100 1700 8100 2200 +Wire Notes Line + 8100 1650 8100 550 +Wire Notes Line + 8100 550 5550 550 +Wire Notes Line + 11100 500 8150 500 +Wire Notes Line + 11050 500 11050 500 +$Comp +L D_06A ED30 +U 1 1 41642C2F +P 8550 2900 +F 0 "ED30" H 8390 3020 40 0000 C CNN +F 1 "D_06A" H 8450 2820 40 0000 C CNN +F 2 "Supervision" H 9780 2900 40 0000 C CNN +F 3 "" H 8550 2900 60 0001 C CNN + 1 8550 2900 + 1 0 0 -1 +$EndComp +$Comp +L C_3x6mm2 EC27 +U 1 1 4164215E +P 6300 3350 +F 0 "EC27" H 6130 3480 40 0000 C CNN +F 1 "C_3x6mm2" H 6300 3250 40 0000 C CNN +F 2 "" H 6300 3350 60 0001 C CNN +F 3 "" H 6300 3350 60 0001 C CNN + 1 6300 3350 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC? +U 1 1 41642129 +P 2950 6600 +F 0 "EC?" H 2780 6730 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 6500 40 0000 C CNN +F 2 "" H 2950 6600 60 0001 C CNN +F 3 "" H 2950 6600 60 0001 C CNN + 1 2950 6600 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC28 +U 1 1 4164211E +P 2950 6100 +F 0 "EC28" H 2780 6230 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 6000 40 0000 C CNN +F 2 "" H 2950 6100 60 0001 C CNN +F 3 "" H 2950 6100 60 0001 C CNN + 1 2950 6100 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC22 +U 1 1 4164211C +P 2950 5750 +F 0 "EC22" H 2780 5880 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 5650 40 0000 C CNN +F 2 "" H 2950 5750 60 0001 C CNN +F 3 "" H 2950 5750 60 0001 C CNN + 1 2950 5750 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC37 +U 1 1 41642119 +P 2950 5400 +F 0 "EC37" H 2780 5530 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 5300 40 0000 C CNN +F 2 "" H 2950 5400 60 0001 C CNN +F 3 "" H 2950 5400 60 0001 C CNN + 1 2950 5400 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC33 +U 1 1 41642116 +P 2950 5050 +F 0 "EC33" H 2780 5180 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 4950 40 0000 C CNN +F 2 "" H 2950 5050 60 0001 C CNN +F 3 "" H 2950 5050 60 0001 C CNN + 1 2950 5050 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC21 +U 1 1 41642114 +P 2950 4700 +F 0 "EC21" H 2780 4830 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 4600 40 0000 C CNN +F 2 "" H 2950 4700 60 0001 C CNN +F 3 "" H 2950 4700 60 0001 C CNN + 1 2950 4700 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC20 +U 1 1 41642111 +P 2950 4350 +F 0 "EC20" H 2780 4480 40 0000 C CNN +F 1 "C_3x2.5mm2" H 2950 4250 40 0000 C CNN +F 2 "" H 2950 4350 60 0001 C CNN +F 3 "" H 2950 4350 60 0001 C CNN + 1 2950 4350 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC32 +U 1 1 41642105 +P 6300 5800 +F 0 "EC32" H 6130 5930 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 5700 40 0000 C CNN +F 2 "" H 6300 5800 60 0001 C CNN +F 3 "" H 6300 5800 60 0001 C CNN + 1 6300 5800 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC29 +U 1 1 41642102 +P 6300 5450 +F 0 "EC29" H 6130 5580 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 5350 40 0000 C CNN +F 2 "" H 6300 5450 60 0001 C CNN +F 3 "" H 6300 5450 60 0001 C CNN + 1 6300 5450 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC30 +U 1 1 416420FE +P 6300 5100 +F 0 "EC30" H 6130 5230 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 5000 40 0000 C CNN +F 2 "" H 6300 5100 60 0001 C CNN +F 3 "" H 6300 5100 60 0001 C CNN + 1 6300 5100 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC23 +U 1 1 416420FB +P 6300 4750 +F 0 "EC23" H 6130 4880 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 4650 40 0000 C CNN +F 2 "" H 6300 4750 60 0001 C CNN +F 3 "" H 6300 4750 60 0001 C CNN + 1 6300 4750 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC26 +U 1 1 416420F8 +P 6300 4400 +F 0 "EC26" H 6130 4530 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 4300 40 0000 C CNN +F 2 "" H 6300 4400 60 0001 C CNN +F 3 "" H 6300 4400 60 0001 C CNN + 1 6300 4400 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC25 +U 1 1 416420F5 +P 6300 4050 +F 0 "EC25" H 6130 4180 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 3950 40 0000 C CNN +F 2 "" H 6300 4050 60 0001 C CNN +F 3 "" H 6300 4050 60 0001 C CNN + 1 6300 4050 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC24 +U 1 1 416420F1 +P 6300 3700 +F 0 "EC24" H 6130 3830 40 0000 C CNN +F 1 "C_3x2.5mm2" H 6300 3600 40 0000 C CNN +F 2 "" H 6300 3700 60 0001 C CNN +F 3 "" H 6300 3700 60 0001 C CNN + 1 6300 3700 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC39 +U 1 1 416420E1 +P 8950 6100 +F 0 "EC39" H 8780 6230 40 0000 C CNN +F 1 "C_3x2.5mm2" H 8950 6000 40 0000 C CNN +F 2 "" H 8950 6100 60 0001 C CNN +F 3 "" H 8950 6100 60 0001 C CNN + 1 8950 6100 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC38 +U 1 1 416420DF +P 8950 5750 +F 0 "EC38" H 8780 5880 40 0000 C CNN +F 1 "C_3x2.5mm2" H 8950 5650 40 0000 C CNN +F 2 "" H 8950 5750 60 0001 C CNN +F 3 "" H 8950 5750 60 0001 C CNN + 1 8950 5750 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC35 +U 1 1 416420DC +P 8950 5400 +F 0 "EC35" H 8900 5560 40 0000 C CNN +F 1 "C_3x2.5mm2" H 8950 5300 40 0000 C CNN +F 2 "" H 8950 5400 60 0001 C CNN +F 3 "" H 8950 5400 60 0001 C CNN + 1 8950 5400 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC36 +U 1 1 416420D9 +P 8950 4800 +F 0 "EC36" H 8780 4930 40 0000 C CNN +F 1 "C_3x2.5mm2" H 8950 4700 40 0000 C CNN +F 2 "" H 8950 4800 60 0001 C CNN +F 3 "" H 8950 4800 60 0001 C CNN + 1 8950 4800 + 1 0 0 -1 +$EndComp +$Comp +L C_3x2.5mm2 EC34 +U 1 1 416420D1 +P 8950 4450 +F 0 "EC34" H 8780 4580 40 0000 C CNN +F 1 "C_3x2.5mm2" H 8950 4350 40 0000 C CNN +F 2 "" H 8950 4450 60 0001 C CNN +F 3 "" H 8950 4450 60 0001 C CNN + 1 8950 4450 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC44 +U 1 1 416420B8 +P 8950 3950 +F 0 "EC44" H 8780 4080 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 3850 40 0000 C CNN +F 2 "" H 8950 3950 60 0001 C CNN +F 3 "" H 8950 3950 60 0001 C CNN + 1 8950 3950 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC19 +U 1 1 416420B5 +P 8950 2900 +F 0 "EC19" H 8780 3030 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 2800 40 0000 C CNN +F 2 "" H 8950 2900 60 0001 C CNN +F 3 "" H 8950 2900 60 0001 C CNN + 1 8950 2900 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC43 +U 1 1 416420B2 +P 8950 3600 +F 0 "EC43" H 8780 3730 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 3500 40 0000 C CNN +F 2 "" H 8950 3600 60 0001 C CNN +F 3 "" H 8950 3600 60 0001 C CNN + 1 8950 3600 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC42 +U 1 1 416420A7 +P 8950 2400 +F 0 "EC42" H 8780 2530 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 2300 40 0000 C CNN +F 2 "" H 8950 2400 60 0001 C CNN +F 3 "" H 8950 2400 60 0001 C CNN + 1 8950 2400 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC16 +U 1 1 416420A1 +P 8950 2050 +F 0 "EC16" H 8780 2180 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 1950 40 0000 C CNN +F 2 "" H 8950 2050 60 0001 C CNN +F 3 "" H 8950 2050 60 0001 C CNN + 1 8950 2050 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC15 +U 1 1 41642099 +P 8950 1700 +F 0 "EC15" H 8780 1830 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 1600 40 0000 C CNN +F 2 "" H 8950 1700 60 0001 C CNN +F 3 "" H 8950 1700 60 0001 C CNN + 1 8950 1700 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC14 +U 1 1 41642094 +P 8950 1350 +F 0 "EC14" H 8780 1480 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 1250 40 0000 C CNN +F 2 "" H 8950 1350 60 0001 C CNN +F 3 "" H 8950 1350 60 0001 C CNN + 1 8950 1350 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC13 +U 1 1 41642090 +P 8950 1000 +F 0 "EC13" H 8780 1130 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 900 40 0000 C CNN +F 2 "" H 8950 1000 60 0001 C CNN +F 3 "" H 8950 1000 60 0001 C CNN + 1 8950 1000 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC18 +U 1 1 41642083 +P 6300 1900 +F 0 "EC18" H 6130 2030 40 0000 C CNN +F 1 "C_3x1.5mm2" H 6300 1800 40 0000 C CNN +F 2 "" H 6300 1900 60 0001 C CNN +F 3 "" H 6300 1900 60 0001 C CNN + 1 6300 1900 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC31 +U 1 1 41642074 +P 6300 1500 +F 0 "EC31" H 6130 1630 40 0000 C CNN +F 1 "C_3x1.5mm2" H 6300 1400 40 0000 C CNN +F 2 "" H 6300 1500 60 0001 C CNN +F 3 "" H 6300 1500 60 0001 C CNN + 1 6300 1500 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC17 +U 1 1 4164206D +P 6300 1150 +F 0 "EC17" H 6130 1280 40 0000 C CNN +F 1 "C_3x1.5mm2" H 6300 1050 40 0000 C CNN +F 2 "" H 6300 1150 60 0001 C CNN +F 3 "" H 6300 1150 60 0001 C CNN + 1 6300 1150 + 1 0 0 -1 +$EndComp +$Comp +L I_25A_LUM EI11 +U 1 1 4163DF39 +P 9350 650 +F 0 "EI11" H 9190 770 40 0000 C CNN +F 1 "I_25A_LUM" H 9500 550 40 0000 C CNN +F 2 "" H 9350 650 60 0001 C CNN +F 3 "" H 9350 650 60 0001 C CNN + 1 9350 650 + 1 0 0 -1 +$EndComp +Text HLabel 9150 6100 2 60 Output ~ 0 +EC39 +Text HLabel 9150 5750 2 60 Output ~ 0 +EC38 +Text HLabel 9150 5400 2 60 Output ~ 0 +EC35 +Text HLabel 9150 4800 2 60 Output ~ 0 +EC36 +Text HLabel 9150 4450 2 60 Output ~ 0 +EC34 +Text HLabel 3150 6100 2 60 Output ~ 0 +EC28 +Text HLabel 3150 5750 2 60 Output ~ 0 +EC22 +Text HLabel 3150 5400 2 60 Output ~ 0 +EC37 +Text HLabel 3150 5050 2 60 Output ~ 0 +EC33 +Text HLabel 3150 4700 2 60 Output ~ 0 +EC21 +Text HLabel 3150 4350 2 60 Output ~ 0 +EC20 +Text HLabel 6500 5800 2 60 Output ~ 0 +EC32 +Text HLabel 6500 5450 2 60 Output ~ 0 +EC29 +Text HLabel 6500 5100 2 60 Output ~ 0 +EC30 +Text HLabel 6500 4750 2 60 Output ~ 0 +EC23 +Text HLabel 6500 4400 2 60 Output ~ 0 +EC26 +Text HLabel 6500 4050 2 60 Output ~ 0 +EC25 +Text HLabel 6500 3700 2 60 Output ~ 0 +EC24 +Text HLabel 6500 3350 2 60 Output ~ 0 +EC27 +Text HLabel 9150 3950 2 60 Output ~ 0 +EC44 +Text HLabel 9150 3600 2 60 Output ~ 0 +EC43 +Text HLabel 9150 3250 2 60 Output ~ 0 +EC41 +Text HLabel 9150 2900 2 60 Output ~ 0 +EC19 +Text HLabel 9150 2400 2 60 Output ~ 0 +EC42 +Text HLabel 9150 2050 2 60 Output ~ 0 +EC16 +Text HLabel 9150 1700 2 60 Output ~ 0 +EC15 +Text HLabel 9150 1350 2 60 Output ~ 0 +EC14 +Text HLabel 9150 1000 2 60 Output ~ 0 +EC13 +Text HLabel 9550 650 2 60 Output ~ 0 +EC11 +Text HLabel 6500 1900 2 60 Output ~ 0 +EC18 +Text HLabel 6500 1500 2 60 Output ~ 0 +EC31 +Text HLabel 6500 1150 2 60 Output ~ 0 +EC17 +$Comp +L C_3x1.5mm2 EC41 +U 1 1 4163D7A2 +P 8950 3250 +F 0 "EC41" H 8780 3380 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 3150 40 0000 C CNN +F 2 "" H 8950 3250 60 0001 C CNN +F 3 "" H 8950 3250 60 0001 C CNN + 1 8950 3250 + 1 0 0 -1 +$EndComp +$Comp +L C_3x1.5mm2 EC11 +U 1 1 4163D79F +P 8950 650 +F 0 "EC11" H 8780 780 40 0000 C CNN +F 1 "C_3x1.5mm2" H 8950 550 40 0000 C CNN +F 2 "" H 8950 650 60 0001 C CNN +F 3 "" H 8950 650 60 0001 C CNN + 1 8950 650 + 1 0 0 -1 +$EndComp +Connection ~ 8250 3600 +Connection ~ 8250 3250 +Wire Wire Line + 8350 3600 8250 3600 +Wire Wire Line + 8250 3950 8350 3950 +Wire Wire Line + 8250 2900 8250 3950 +Wire Wire Line + 8350 3250 8250 3250 +Wire Wire Line + 8250 650 8250 2400 +Text HLabel 6500 800 2 60 Output ~ 0 +EC12 +$Comp +L C_3x1.5mm2 EC12 +U 1 1 4163D458 +P 6300 800 +F 0 "EC12" H 6150 900 40 0000 C CNN +F 1 "C_3x1.5mm2" H 6300 700 40 0000 C CNN +F 2 "" H 6300 800 60 0001 C CNN +F 3 "" H 6300 800 60 0001 C CNN + 1 6300 800 + 1 0 0 -1 +$EndComp +Connection ~ 850 2750 +Connection ~ 8250 6100 +Connection ~ 8250 4800 +Connection ~ 8250 5400 +Connection ~ 8250 5750 +Wire Wire Line + 8350 5750 8250 5750 +Wire Wire Line + 8350 5400 8250 5400 +Wire Wire Line + 8350 4800 8250 4800 +Wire Wire Line + 8350 4450 8250 4450 +Connection ~ 2250 4350 +Connection ~ 2250 5750 +Connection ~ 2250 5400 +Connection ~ 2250 5050 +Connection ~ 2250 4700 +Wire Wire Line + 2350 4700 2250 4700 +Wire Wire Line + 2250 5050 2350 5050 +Wire Wire Line + 2250 5400 2350 5400 +Wire Wire Line + 2250 5750 2350 5750 +Wire Wire Line + 2250 6100 2350 6100 +Wire Wire Line + 2250 4350 2250 6100 +$Comp +L D_10A ED73 +U 1 1 4162F22A +P 2550 7550 +F 0 "ED73" H 2390 7670 40 0000 C CNN +F 1 "D_10A" H 2450 7470 40 0000 C CNN +F 2 "" H 2550 7550 60 0001 C CNN +F 3 "" H 2550 7550 60 0001 C CNN + 1 2550 7550 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED72 +U 1 1 4162F1F7 +P 2550 7300 +F 0 "ED72" H 2390 7420 40 0000 C CNN +F 1 "D_10A" H 2450 7220 40 0000 C CNN +F 2 "" H 2550 7300 60 0001 C CNN +F 3 "" H 2550 7300 60 0001 C CNN + 1 2550 7300 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED71 +U 1 1 4162F1F0 +P 2550 6950 +F 0 "ED71" H 2390 7070 40 0000 C CNN +F 1 "D_10A" H 2450 6870 40 0000 C CNN +F 2 "Abri pré Mouillière proche" H 4160 6980 40 0000 C CNN +F 3 "" H 2550 6950 60 0001 C CNN + 1 2550 6950 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED70 +U 1 1 4162F1CA +P 2550 6600 +F 0 "ED70" H 2390 6720 40 0000 C CNN +F 1 "D_10A" H 2450 6520 40 0000 C CNN +F 2 "Abri coté route" H 3920 6600 40 0000 C CNN +F 3 "" H 2550 6600 60 0001 C CNN + 1 2550 6600 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED55 +U 1 1 4162F8B1 +P 2550 6100 +F 0 "ED55" H 2390 6220 40 0000 C CNN +F 1 "D_16A" H 2450 6020 40 0000 C CNN +F 2 "Entrée et salle de bain" H 4080 6100 40 0000 C CNN +F 3 "" H 2550 6100 60 0001 C CNN + 1 2550 6100 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED54 +U 1 1 4162F875 +P 2550 5750 +F 0 "ED54" H 2390 5870 40 0000 C CNN +F 1 "D_16A" H 2450 5670 40 0000 C CNN +F 2 "Séjour et sam" H 3860 5740 40 0000 C CNN +F 3 "" H 2550 5750 60 0001 C CNN + 1 2550 5750 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED53 +U 1 1 4162F862 +P 2550 5400 +F 0 "ED53" H 2390 5520 40 0000 C CNN +F 1 "D_16A" H 2450 5320 40 0000 C CNN +F 2 "Bureau" H 3700 5400 40 0000 C CNN +F 3 "" H 2550 5400 60 0001 C CNN + 1 2550 5400 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED52 +U 1 1 4162F856 +P 2550 5050 +F 0 "ED52" H 2390 5170 40 0000 C CNN +F 1 "D_16A" H 2450 4970 40 0000 C CNN +F 2 "Chambre 3" H 3760 5040 40 0000 C CNN +F 3 "" H 2550 5050 60 0001 C CNN + 1 2550 5050 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED51 +U 1 1 4162F84D +P 2550 4700 +F 0 "ED51" H 2390 4820 40 0000 C CNN +F 1 "D_16A" H 2450 4620 40 0000 C CNN +F 2 "Chambre 2" H 3760 4700 40 0000 C CNN +F 3 "" H 2550 4700 60 0001 C CNN + 1 2550 4700 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED50 +U 1 1 4162F848 +P 2550 4350 +F 0 "ED50" H 2390 4470 40 0000 C CNN +F 1 "D_16A" H 2450 4270 40 0000 C CNN +F 2 "Chambre 1" H 3760 4340 40 0000 C CNN +F 3 "" H 2550 4350 60 0001 C CNN + 1 2550 4350 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED64 +U 1 1 4162F875 +P 8550 6100 +F 0 "ED64" H 8390 6220 40 0000 C CNN +F 1 "D_16A" H 8450 6020 40 0000 C CNN +F 2 "Etage coté atelier" H 9940 6100 40 0000 C CNN +F 3 "" H 8550 6100 60 0001 C CNN + 1 8550 6100 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED63 +U 1 1 4162F862 +P 8550 5750 +F 0 "ED63" H 8390 5870 40 0000 C CNN +F 1 "D_16A" H 8450 5670 40 0000 C CNN +F 2 "Etage coté sellerie" H 9960 5740 40 0000 C CNN +F 3 "" H 8550 5750 60 0001 C CNN + 1 8550 5750 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED62 +U 1 1 4162F856 +P 8550 5400 +F 0 "ED62" H 8390 5520 40 0000 C CNN +F 1 "D_16A" H 8450 5320 40 0000 C CNN +F 2 "Local technique" H 9880 5400 40 0000 C CNN +F 3 "" H 8550 5400 60 0001 C CNN + 1 8550 5400 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED61 +U 1 1 4162F84D +P 8550 4800 +F 0 "ED61" H 8390 4920 40 0000 C CNN +F 1 "D_16A" H 8450 4720 40 0000 C CNN +F 2 "Sellerie" H 9720 4800 40 0000 C CNN +F 3 "" H 8550 4800 60 0001 C CNN + 1 8550 4800 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED60 +U 1 1 4162F848 +P 8550 4450 +F 0 "ED60" H 8390 4570 40 0000 C CNN +F 1 "D_16A" H 8450 4370 40 0000 C CNN +F 2 "Atelier" H 9700 4450 40 0000 C CNN +F 3 "" H 8550 4450 60 0001 C CNN + 1 8550 4450 + 1 0 0 -1 +$EndComp +Connection ~ 5600 5450 +Connection ~ 5600 5100 +Connection ~ 5600 4750 +Connection ~ 5600 4400 +Connection ~ 5600 4050 +Connection ~ 5600 3700 +Connection ~ 5600 3350 +Wire Wire Line + 5600 5450 5700 5450 +Wire Wire Line + 5600 5100 5700 5100 +Wire Wire Line + 5600 4750 5700 4750 +Wire Wire Line + 5600 4400 5700 4400 +Wire Wire Line + 5600 4050 5700 4050 +Wire Wire Line + 5700 3700 5600 3700 +Wire Wire Line + 5600 5800 5700 5800 +Wire Wire Line + 5600 3350 5600 5800 +$Comp +L D_10A ED47 +U 1 1 4162F76B +P 5900 5800 +F 0 "ED47" H 5740 5920 40 0000 C CNN +F 1 "D_10A" H 5800 5720 40 0000 C CNN +F 2 "Prises lingerie" H 7240 5800 40 0000 C CNN +F 3 "" H 5900 5800 60 0001 C CNN + 1 5900 5800 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED46 +U 1 1 4162F75D +P 5900 5450 +F 0 "ED46" H 5740 5570 40 0000 C CNN +F 1 "D_16A" H 5800 5370 40 0000 C CNN +F 2 "Séchoir" H 7060 5440 40 0000 C CNN +F 3 "" H 5900 5450 60 0001 C CNN + 1 5900 5450 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED45 +U 1 1 4162F74E +P 5900 5100 +F 0 "ED45" H 5740 5220 40 0000 C CNN +F 1 "D_16A" H 5800 5020 40 0000 C CNN +F 2 "Lave linge" H 7120 5100 40 0000 C CNN +F 3 "" H 5900 5100 60 0001 C CNN + 1 5900 5100 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED44 +U 1 1 4162F745 +P 5900 4750 +F 0 "ED44" H 5740 4870 40 0000 C CNN +F 1 "D_10A" H 5800 4670 40 0000 C CNN +F 2 "Prises cuisine" H 7200 4740 40 0000 C CNN +F 3 "" H 5900 4750 60 0001 C CNN + 1 5900 4750 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED43 +U 1 1 4162F739 +P 5900 4400 +F 0 "ED43" H 5740 4520 40 0000 C CNN +F 1 "D_10A" H 5800 4320 40 0000 C CNN +F 2 "Micro-ondes et hotte" H 7340 4400 40 0000 C CNN +F 3 "" H 5900 4400 60 0001 C CNN + 1 5900 4400 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED42 +U 1 1 4162F729 +P 5900 4050 +F 0 "ED42" H 5740 4170 40 0000 C CNN +F 1 "D_16A" H 5800 3970 40 0000 C CNN +F 2 "Four" H 6980 4040 40 0000 C CNN +F 3 "" H 5900 4050 60 0001 C CNN + 1 5900 4050 + 1 0 0 -1 +$EndComp +$Comp +L D_16A ED41 +U 1 1 4162F71F +P 5900 3700 +F 0 "ED41" H 5740 3820 40 0000 C CNN +F 1 "D_16A" H 5800 3620 40 0000 C CNN +F 2 "Lave vaisselle" H 7200 3700 40 0000 C CNN +F 3 "" H 5900 3700 60 0001 C CNN + 1 5900 3700 + 1 0 0 -1 +$EndComp +$Comp +L D_32A ED40 +U 1 1 4162F6F8 +P 5900 3350 +F 0 "ED40" H 5740 3470 40 0000 C CNN +F 1 "D_32A" H 5800 3270 40 0000 C CNN +F 2 "Plaque électrique" H 7260 3340 40 0000 C CNN +F 3 "" H 5900 3350 60 0001 C CNN + 1 5900 3350 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED32 +U 1 1 4162F2EE +P 8550 3600 +F 0 "ED32" H 8390 3720 40 0000 C CNN +F 1 "D_06A" H 8450 3520 40 0000 C CNN +F 2 "Traitement de l'eau" H 9960 3600 40 0000 C CNN +F 3 "" H 8550 3600 60 0001 C CNN + 1 8550 3600 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED33 +U 1 1 4162F2D8 +P 8550 3950 +F 0 "ED33" H 8390 4070 40 0000 C CNN +F 1 "D_06A" H 8450 3870 40 0000 C CNN +F 2 "Silveloxs, volets" H 9920 3940 40 0000 C CNN +F 3 "" H 8550 3950 60 0001 C CNN + 1 8550 3950 + 1 0 0 -1 +$EndComp +Connection ~ 5600 800 +Connection ~ 5600 1150 +Connection ~ 8250 2400 +Connection ~ 8250 2050 +Connection ~ 8250 1700 +Connection ~ 8250 1350 +Connection ~ 8250 1000 +Wire Wire Line + 8250 1000 8350 1000 +Wire Wire Line + 8250 1350 8350 1350 +Wire Wire Line + 8250 1700 8350 1700 +Wire Wire Line + 8250 2050 8350 2050 +Wire Wire Line + 8350 650 8250 650 +Wire Wire Line + 5600 1150 5700 1150 +Wire Wire Line + 5600 800 5600 1500 +Wire Wire Line + 5600 1500 5700 1500 +$Comp +L D_06A ED15 +U 1 1 4162F301 +P 8550 2050 +F 0 "ED15" H 8390 2170 40 0000 C CNN +F 1 "D_06A" H 8450 1970 40 0000 C CNN +F 2 "Eclairage grange" H 9900 2040 40 0000 C CNN +F 3 "" H 8550 2050 60 0001 C CNN + 1 8550 2050 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED16 +U 1 1 4162F2F6 +P 8550 2400 +F 0 "ED16" H 8390 2520 40 0000 C CNN +F 1 "D_06A" H 8450 2320 40 0000 C CNN +F 2 "Informatique" H 9820 2400 40 0000 C CNN +F 3 "" H 8550 2400 60 0001 C CNN + 1 8550 2400 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED31 +U 1 1 4162F2D8 +P 8550 3250 +F 0 "ED31" H 8390 3370 40 0000 C CNN +F 1 "D_06A" H 8450 3170 40 0000 C CNN +F 2 "Chauffage" H 9740 3240 40 0000 C CNN +F 3 "" H 8550 3250 60 0001 C CNN + 1 8550 3250 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED11 +U 1 1 4162F301 +P 8550 650 +F 0 "ED11" H 8390 770 40 0000 C CNN +F 1 "D_06A" H 8450 570 40 0000 C CNN +F 2 "Eclairage vide sanitaire" H 10480 640 40 0000 C CNN +F 3 "" H 8550 650 60 0001 C CNN + 1 8550 650 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED12 +U 1 1 4162F2F6 +P 8550 1000 +F 0 "ED12" H 8390 1120 40 0000 C CNN +F 1 "D_06A" H 8450 920 40 0000 C CNN +F 2 "Eclairage chambre 1, chambre 2" H 10200 1040 40 0000 C CNN +F 3 "couloir1, wc1, sdb, entrée" H 10180 980 40 0000 C CNN + 1 8550 1000 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED13 +U 1 1 4162F2EE +P 8550 1350 +F 0 "ED13" H 8390 1470 40 0000 C CNN +F 1 "D_06A" H 8450 1270 40 0000 C CNN +F 2 "Eclairage séjour, cuisine" H 10100 1380 40 0000 C CNN +F 3 "sam, escalier, bureau" H 10100 1320 40 0000 C CNN + 1 8550 1350 + 1 0 0 -1 +$EndComp +$Comp +L D_06A ED14 +U 1 1 4162F2D8 +P 8550 1700 +F 0 "ED14" H 8390 1820 40 0000 C CNN +F 1 "D_06A" H 8450 1620 40 0000 C CNN +F 2 "Eclairage chambre 3, couloir 2" H 10220 1740 40 0000 C CNN +F 3 "wc2, douche, lingerie" H 10180 1680 40 0000 C CNN + 1 8550 1700 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED25 +U 1 1 4162F22A +P 5900 1900 +F 0 "ED25" H 5740 2020 40 0000 C CNN +F 1 "D_10A" H 5800 1820 40 0000 C CNN +F 2 "Matériel sensible" H 7260 1900 40 0000 C CNN +F 3 "" H 5900 1900 60 0001 C CNN + 1 5900 1900 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED22 +U 1 1 4162F1F7 +P 5900 1500 +F 0 "ED22" H 5740 1620 40 0000 C CNN +F 1 "D_10A" H 5800 1420 40 0000 C CNN +F 2 "Réfrigérateur & congélateur" H 7480 1500 40 0000 C CNN +F 3 "" H 5900 1500 60 0001 C CNN + 1 5900 1500 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED21 +U 1 1 4162F1F0 +P 5900 1150 +F 0 "ED21" H 5750 1250 40 0000 C CNN +F 1 "D_10A" H 5800 1070 40 0000 C CNN +F 2 "Pompe surpresseur" H 7260 1140 40 0000 C CNN +F 3 "" H 5900 1150 60 0001 C CNN + 1 5900 1150 + 1 0 0 -1 +$EndComp +$Comp +L D_10A ED20 +U 1 1 4162F1CA +P 5900 800 +F 0 "ED20" H 5740 920 40 0000 C CNN +F 1 "D_10A" H 5800 720 40 0000 C CNN +F 2 "Vide sanitaire, portail" H 7400 800 40 0000 C CNN +F 3 "" H 5900 800 60 0001 C CNN + 1 5900 800 + 1 0 0 -1 +$EndComp +Connection ~ 850 1500 +Connection ~ 850 4350 +Connection ~ 850 3850 +Connection ~ 850 3350 +Wire Wire Line + 850 1350 850 4850 +$Comp +L O_600VA EO2 +U 1 1 4162E0E4 +P 5050 2900 +F 0 "EO2" H 5300 3000 40 0000 C CNN +F 1 "O_600VA" H 5050 2750 40 0000 C CNN +F 2 "" H 5050 2900 60 0001 C CNN +F 3 "" H 5050 2900 60 0001 C CNN + 1 5050 2900 + 1 0 0 -1 +$EndComp +$Comp +L O_900VA EO1 +U 1 1 4162E0D5 +P 5050 2400 +F 0 "EO1" H 5300 2300 40 0000 C CNN +F 1 "O_900VA" H 5050 2500 40 0000 C CNN +F 2 "Onduleurs" H 5050 2200 30 0000 C CNN +F 3 "autonomie" H 5050 2150 30 0000 C CNN +F 4 "rallongée" H 5050 2100 30 0000 C CNN "Champ4" + 1 5050 2400 + 1 0 0 -1 +$EndComp +$Comp +L Q_2A_12O_40KV EQ4 +U 1 1 4162DE98 +P 5050 1350 +F 0 "EQ4" H 4850 700 40 0000 C CNN +F 1 "Q_2A_12O_40KV" H 5050 1450 40 0000 C CNN +F 2 "Contacteur" H 5150 650 30 0000 C CNN +F 3 "isolation HT " H 5150 600 30 0000 C CNN + 1 5050 1350 + 1 0 0 -1 +$EndComp +Connection ~ 4350 1900 +$Comp +L V_F50Hz EV2 +U 1 1 4162DD75 +P 2400 1400 +F 0 "EV2" H 2400 1550 40 0000 C CNN +F 1 "V_F50HZ" H 2400 1250 40 0000 C CNN +F 2 "" H 2400 1400 60 0001 C CNN +F 3 "" H 2400 1400 60 0001 C CNN + 1 2400 1400 + 1 0 0 -1 +$EndComp +$Comp +L V_U400V EV3 +U 1 1 4162DD5E +P 2400 1900 +F 0 "EV3" H 2400 2050 40 0000 C CNN +F 1 "V_U400V" H 2400 1750 40 0000 C CNN +F 2 "" H 2400 1900 60 0001 C CNN +F 3 "" H 2400 1900 60 0001 C CNN + 1 2400 1900 + 1 0 0 -1 +$EndComp +$Comp +L Y_ELC EY2 +U 1 1 4162DC78 +P 3550 2750 +F 0 "EY2" H 3650 2800 40 0000 C CNN +F 1 "Y_ELC" V 3400 2750 40 0000 C CNN +F 2 "" H 3550 2750 60 0001 C CNN +F 3 "" H 3550 2750 60 0001 C CNN + 1 3550 2750 + 0 -1 -1 0 +$EndComp +$Comp +L A_1KVA EA1 +U 1 1 4162DC5B +P 3550 2450 +F 0 "EA1" H 3550 2650 40 0000 C CNN +F 1 "A_1KVA" H 3550 2580 40 0000 C CNN +F 2 "Absorbeur" H 3550 2800 30 0000 C CNN +F 3 "d'ondes" H 3550 2750 30 0000 C CNN + 1 3550 2450 + 1 0 0 -1 +$EndComp +$Comp +L Q_25A_2F2O EQ2 +U 1 1 4162DB86 +P 4250 1900 +F 0 "EQ2" H 4090 2020 40 0000 C CNN +F 1 "Q_25A_2F2O" H 4250 1760 40 0000 C CNN +F 2 "" H 4250 1900 60 0001 C CNN +F 3 "" H 4250 1900 60 0001 C CNN + 1 4250 1900 + -1 0 0 1 +$EndComp +$Comp +L Q_25A_2F2O EQ3 +U 1 1 4162DB5E +P 4250 2400 +F 0 "EQ3" H 4090 2520 40 0000 C CNN +F 1 "Q_25A_2F2O" H 4250 2260 40 0000 C CNN +F 2 "" H 4250 2400 60 0001 C CNN +F 3 "" H 4250 2400 60 0001 C CNN + 1 4250 2400 + -1 0 0 1 +$EndComp +$Comp +L Q_25A_2F2O EQ1b +U 1 1 416245A7 +P 2800 2400 +F 0 "EQ1b" H 2700 2550 40 0000 C CNN +F 1 "Q_25A_2F2O" H 2800 2260 40 0000 C CNN +F 2 "" H 2800 2400 60 0001 C CNN +F 3 "" H 2800 2400 60 0001 C CNN + 1 2800 2400 + 1 0 0 1 +$EndComp +$Comp +L V_A10A EV1 +U 1 1 4162458B +P 2400 2400 +F 0 "EV1" H 2400 2550 40 0000 C CNN +F 1 "V_A10A" H 2400 2250 40 0000 C CNN +F 2 "" H 2400 2400 60 0001 C CNN +F 3 "" H 2400 2400 60 0001 C CNN + 1 2400 2400 + 1 0 0 -1 +$EndComp +$Comp +L Q_25A_2F2O EQ1a +U 1 1 41624555 +P 2000 2400 +F 0 "EQ1a" H 1900 2550 40 0000 C CNN +F 1 "Q_25A_2F2O" H 2000 2260 40 0000 C CNN +F 2 "" H 2000 2400 60 0001 C CNN +F 3 "" H 2000 2400 60 0001 C CNN + 1 2000 2400 + -1 0 0 1 +$EndComp +$Comp +L J_40A_30mA EJ4 +U 1 1 4162432C +P 1450 4850 +F 0 "EJ4" H 1240 5030 40 0000 C CNN +F 1 "J_40A_30mA" H 1430 4730 40 0000 C CNN +F 2 "" H 1450 4850 60 0001 C CNN +F 3 "" H 1450 4850 60 0001 C CNN + 1 1450 4850 + 1 0 0 -1 +$EndComp +$Comp +L J_40A_30mA EJ3 +U 1 1 41624321 +P 1450 4350 +F 0 "EJ3" H 1240 4530 40 0000 C CNN +F 1 "J_40A_30mA" H 1430 4230 40 0000 C CNN +F 2 "" H 1450 4350 60 0001 C CNN +F 3 "" H 1450 4350 60 0001 C CNN + 1 1450 4350 + 1 0 0 -1 +$EndComp +$Comp +L J_40A_30mA EJ2 +U 1 1 41624310 +P 1450 3850 +F 0 "EJ2" H 1240 4030 40 0000 C CNN +F 1 "J_40A_30mA" H 1430 3730 40 0000 C CNN +F 2 "" H 1450 3850 60 0001 C CNN +F 3 "" H 1450 3850 60 0001 C CNN + 1 1450 3850 + 1 0 0 -1 +$EndComp +$Comp +L J_40A_30mA EJ1 +U 1 1 41624306 +P 1450 3350 +F 0 "EJ1" H 1240 3530 40 0000 C CNN +F 1 "J_40A_30mA" H 1430 3230 40 0000 C CNN +F 2 "" H 1450 3350 60 0001 C CNN +F 3 "" H 1450 3350 60 0001 C CNN + 1 1450 3350 + 1 0 0 -1 +$EndComp +$Comp +L R_16A_30mA ER02 +U 1 1 416242F0 +P 1450 2750 +F 0 "ER02" H 1240 2930 40 0000 C CNN +F 1 "R_16A_30mA" H 1450 2550 40 0000 C CNN +F 2 "Courbe B" H 1450 2500 30 0000 C CNN +F 3 "" H 1450 2750 60 0001 C CNN + 1 1450 2750 + 1 0 0 -1 +$EndComp +$Comp +L G_Th_3KVA EG1 +U 1 1 4162428A +P 1000 2150 +F 0 "EG1" H 1050 2300 40 0000 C CNN +F 1 "G_Th_3KVA" H 1080 2380 40 0000 C CNN +F 2 "Groupe" H 640 2260 30 0000 C CNN +F 3 "électrogène" H 640 2200 30 0000 C CNN +F 4 "automatique" H 640 2140 30 0000 C CNN "Champ4" +F 5 "diesel" H 640 2080 30 0000 C CNN "Champ5" + 1 1000 2150 + 1 0 0 -1 +$EndComp +$Comp +L S_63A ES1 +U 1 1 416241E5 +P 850 1100 +F 0 "ES1" V 800 1350 40 0000 C CNN +F 1 "S_63A" H 850 990 40 0000 C CNN +F 2 "Sectionneur" V 650 1350 30 0000 C CNN +F 3 "TGBT" V 600 1350 30 0000 C CNN + 1 850 1100 + 0 -1 -1 0 +$EndComp +$Comp +L Y_ELC EY1 +U 1 1 41623FE0 +P 1800 1550 +F 0 "EY1" H 1900 1600 40 0000 C CNN +F 1 "Y_ELC" V 1650 1550 40 0000 C CNN +F 2 "" H 1800 1550 60 0001 C CNN +F 3 "" H 1800 1550 60 0001 C CNN + 1 1800 1550 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 1350 1350 1350 1500 +$Comp +L W_15KA EW01 +U 1 1 41618802 +P 1800 1150 +F 0 "EW01" H 1800 1300 40 0000 C CNN +F 1 "W_15KA" H 1800 950 40 0000 C CNN +F 2 "" H 1800 1150 60 0001 C CNN +F 3 "" H 1800 1150 60 0001 C CNN + 1 1800 1150 + 0 -1 -1 0 +$EndComp +$Comp +L D_10A ED10 +U 1 1 41618699 +P 1350 1150 +F 0 "ED10" H 1190 1270 40 0000 C CNN +F 1 "D_10A" H 1250 1070 40 0000 C CNN +F 2 "" H 1350 1150 60 0001 C CNN +F 3 "" H 1350 1150 60 0001 C CNN + 1 1350 1150 + 0 -1 -1 0 +$EndComp +$EndSCHEMATC diff --git a/demos/flat_hierarchy/flat_hierarchy-cache.lib b/demos/flat_hierarchy/flat_hierarchy-cache.lib new file mode 100644 index 0000000..fdac208 --- /dev/null +++ b/demos/flat_hierarchy/flat_hierarchy-cache.lib @@ -0,0 +1,592 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 24C16 +# +DEF 24C16 U 0 30 Y Y 1 F N +F0 "U" 150 350 60 H V C CNN +F1 "24C16" 200 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 24C512 +DRAW +X GND 4 0 -500 200 U 60 60 0 0 W +X VCC 8 0 500 200 D 60 60 0 0 W +S -400 -300 400 300 1 1 0 N +X A0 1 -700 200 300 R 60 60 1 1 I +X A1 2 -700 100 300 R 60 60 1 1 I +X A2 3 -700 0 300 R 60 60 1 1 I +X SDA 5 700 -200 300 L 60 60 1 1 B +X SCL 6 700 -100 300 L 60 60 1 1 I +X WP 7 700 100 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LT1372 +# +DEF LT1372 U 0 30 Y Y 1 F N +F0 "U" 600 500 60 H V C CNN +F1 "LT1372" -500 500 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LT1373 +DRAW +S -700 -400 700 400 0 1 0 N +X Vc 1 250 -700 300 U 60 60 1 1 I +X FB+ 2 1000 -250 300 L 60 60 1 1 I +X FB- 3 -1000 250 300 R 60 60 1 1 P +X S/S 4 -1000 -250 300 R 60 60 1 1 P +X Vin 5 0 700 300 D 60 60 1 1 W +X GND_S 6 -150 -700 300 U 60 60 1 1 I +X GND 7 -300 -700 300 U 60 60 1 1 I +X Vsw 8 1000 250 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# NPN +# +DEF NPN Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 50 H V R CNN +F1 "NPN" 0 150 50 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PIC12C508A +# +DEF PIC12C508A U 0 40 Y Y 1 F N +F0 "U" 0 700 60 H V C CNN +F1 "PIC12C508A" 0 -650 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS PIC12C509A +DRAW +S 400 -600 -450 650 0 1 0 N +X VDD 1 -750 500 300 R 50 50 1 1 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 1 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 1 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 1 I +X GP2 5 700 -500 300 L 50 50 1 1 I +X GP1 6 700 -200 300 L 50 50 1 1 I +X GP0 7 700 200 300 L 50 50 1 1 I +X VSS 8 700 500 300 L 50 50 1 1 W +X VDD 1 -750 500 300 R 50 50 1 2 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 2 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 2 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 2 I +X GP2 5 700 -500 300 L 50 50 1 2 I +X GP1 6 700 -200 300 L 50 50 1 2 I +X GP0 7 700 200 300 L 50 50 1 2 I +X VSS 8 700 500 300 L 50 50 1 2 W +ENDDRAW +ENDDEF +# +# PIC16F54 +# +DEF PIC16F54 U? 0 40 Y Y 1 F N +F0 "U?" 0 -750 60 H V C CNN +F1 "PIC16F54" 0 800 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 700 450 -700 0 1 0 N +X RA2 1 -800 600 300 R 50 50 1 1 B +X RA3 2 -800 450 300 R 50 50 1 1 B +X T0ckl 3 -800 300 300 R 50 50 1 1 O +X MCLR 4 -800 150 300 R 50 50 1 1 I +X VSS 5 -800 0 300 R 50 50 1 1 W +X RB0 6 -800 -150 300 R 50 50 1 1 B +X RB1 7 -800 -300 300 R 50 50 1 1 B +X RB2 8 -800 -450 300 R 50 50 1 1 B +X RB3 9 -800 -600 300 R 50 50 1 1 B +X RB4 10 750 -600 300 L 50 50 1 1 B +X RB5 11 750 -450 300 L 50 50 1 1 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 1 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 1 B +X VDD 14 750 0 300 L 50 50 1 1 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 1 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 1 I +X RA0 17 750 450 300 L 50 50 1 1 B +X RA1 18 750 600 300 L 50 50 1 1 B +X RA2 1 -800 600 300 R 50 50 1 2 B +X RA3 2 -800 450 300 R 50 50 1 2 B +X T0ckl 3 -800 300 300 R 50 50 1 2 O +X MCLR 4 -800 150 300 R 50 50 1 2 I +X VSS 5 -800 0 300 R 50 50 1 2 W +X RB0 6 -800 -150 300 R 50 50 1 2 B +X RB1 7 -800 -300 300 R 50 50 1 2 B +X RB2 8 -800 -450 300 R 50 50 1 2 B +X RB3 9 -800 -600 300 R 50 50 1 2 B +X RB4 10 750 -600 300 L 50 50 1 2 B +X RB5 11 750 -450 300 L 50 50 1 2 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 2 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 2 B +X VDD 14 750 0 300 L 50 50 1 2 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 2 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 2 I +X RA0 17 750 450 300 L 50 50 1 2 B +X RA1 18 750 600 300 L 50 50 1 2 B +ENDDRAW +ENDDEF +# +# PNP +# +DEF PNP Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 60 H V R CNN +F1 "PNP" 0 150 60 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP28 +# +DEF SUPP28 J 0 40 Y Y 1 F N +F0 "J" 0 100 70 H V C CNN +F1 "SUPP28" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -750 300 750 0 1 0 N +X 1 1 -600 650 300 R 60 60 1 1 P +X 2 2 -600 550 300 R 60 60 1 1 P +X 3 3 -600 450 300 R 60 60 1 1 P +X 4 4 -600 350 300 R 60 60 1 1 P +X 5 5 -600 250 300 R 60 60 1 1 P +X 6 6 -600 150 300 R 60 60 1 1 P +X 7 7 -600 50 300 R 60 60 1 1 P +X 8 8 -600 -50 300 R 60 60 1 1 P +X 9 9 -600 -150 300 R 60 60 1 1 P +X 10 10 -600 -250 300 R 60 60 1 1 P +X 20 20 600 -150 300 L 60 60 1 1 P +X 11 11 -600 -350 300 R 60 60 1 1 P +X 21 21 600 -50 300 L 60 60 1 1 P +X 12 12 -600 -450 300 R 60 60 1 1 P +X 22 22 600 50 300 L 60 60 1 1 P +X 13 13 -600 -550 300 R 60 60 1 1 P +X 23 23 600 150 300 L 60 60 1 1 P +X 14 14 -600 -650 300 R 60 60 1 1 P +X 24 24 600 250 300 L 60 60 1 1 P +X 15 15 600 -650 300 L 60 60 1 1 P +X 25 25 600 350 300 L 60 60 1 1 P +X 16 16 600 -550 300 L 60 60 1 1 P +X 26 26 600 450 300 L 60 60 1 1 P +X 17 17 600 -450 300 L 60 60 1 1 P +X 27 27 600 550 300 L 60 60 1 1 P +X 18 18 600 -350 300 L 60 60 1 1 P +X 28 28 600 650 300 L 60 60 1 1 P +X 19 19 600 -250 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP40 +# +DEF SUPP40 P 0 40 Y Y 1 F N +F0 "P" 0 1100 70 H V C CNN +F1 "SUPP40" 0 -1100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -1050 300 1050 0 1 0 N +X 1 1 -600 950 300 R 60 60 1 1 P +X 2 2 -600 850 300 R 60 60 1 1 P +X 3 3 -600 750 300 R 60 60 1 1 P +X 4 4 -600 650 300 R 60 60 1 1 P +X 5 5 -600 550 300 R 60 60 1 1 P +X 6 6 -600 450 300 R 60 60 1 1 P +X 7 7 -600 350 300 R 60 60 1 1 P +X 8 8 -600 250 300 R 60 60 1 1 P +X 9 9 -600 150 300 R 60 60 1 1 P +X 10 10 -600 50 300 R 60 60 1 1 P +X 20 20 -600 -950 300 R 60 60 1 1 P +X 30 30 600 -50 300 L 60 60 1 1 P +X 40 40 600 950 300 L 60 60 1 1 P +X 11 11 -600 -50 300 R 60 60 1 1 P +X 21 21 600 -950 300 L 60 60 1 1 P +X 31 31 600 50 300 L 60 60 1 1 P +X 12 12 -600 -150 300 R 60 60 1 1 P +X 22 22 600 -850 300 L 60 60 1 1 P +X 32 32 600 150 300 L 60 60 1 1 P +X 13 13 -600 -250 300 R 60 60 1 1 P +X 23 23 600 -750 300 L 60 60 1 1 P +X 33 33 600 250 300 L 60 60 1 1 P +X 14 14 -600 -350 300 R 60 60 1 1 P +X 24 24 600 -650 300 L 60 60 1 1 P +X 34 34 600 350 300 L 60 60 1 1 P +X 15 15 -600 -450 300 R 60 60 1 1 P +X 25 25 600 -550 300 L 60 60 1 1 P +X 35 35 600 450 300 L 60 60 1 1 P +X 16 16 -600 -550 300 R 60 60 1 1 P +X 26 26 600 -450 300 L 60 60 1 1 P +X 36 36 600 550 300 L 60 60 1 1 P +X 17 17 -600 -650 300 R 60 60 1 1 P +X 27 27 600 -350 300 L 60 60 1 1 P +X 37 37 600 650 300 L 60 60 1 1 P +X 18 18 -600 -750 300 R 60 60 1 1 P +X 28 28 600 -250 300 L 60 60 1 1 P +X 38 38 600 750 300 L 60 60 1 1 P +X 19 19 -600 -850 300 R 60 60 1 1 P +X 29 29 600 -150 300 L 60 60 1 1 P +X 39 39 600 850 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VPP +# +DEF VPP #PWR 0 0 Y Y 1 F N +F0 "#PWR" 0 200 40 H I C CNN +F1 "VPP" 0 150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VPP 1 0 0 0 U 40 40 0 0 W N +C 0 80 20 0 1 0 N +P 2 0 1 0 0 60 0 0 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/flat_hierarchy/flat_hierarchy.kicad_pcb b/demos/flat_hierarchy/flat_hierarchy.kicad_pcb new file mode 100644 index 0000000..703096d --- /dev/null +++ b/demos/flat_hierarchy/flat_hierarchy.kicad_pcb @@ -0,0 +1,4161 @@ +(kicad_pcb (version 4) (host pcbnew "(2014-07-04 BZR 4974)-product") + + (general + (links 133) + (no_connects 0) + (area 73.469499 40.449499 233.870501 139.890501) + (thickness 1.6) + (drawings 24) + (tracks 355) + (zones 0) + (modules 64) + (nets 35) + ) + + (page A4) + (title_block + (title "SERIAL PIC PROGRAMMER") + ) + + (layers + (0 Composant signal) + (31 Cuivre signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.254) + (trace_clearance 0.254) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.254) + (segment_width 0.381) + (edge_width 0.381) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 1.5748 2.794) + (pad_drill 0.8128) + (pad_to_mask_clearance 0.2) + (aux_axis_origin 62.23 153.67) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions false) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin true) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 /pic_programmer/CTS) + (net 2 /pic_programmer/TXD) + (net 3 GND) + (net 4 VCC) + (net 5 VPP) + (net 6 VCC_PIC) + (net 7 /pic_programmer/DTR) + (net 8 /pic_programmer/PC-CLOCK-OUT) + (net 9 VPP-MCLR) + (net 10 CLOCK-RB6) + (net 11 DATA-RB7) + (net 12 "Net-(C2-Pad1)") + (net 13 "Net-(C4-Pad1)") + (net 14 "Net-(C5-Pad1)") + (net 15 "Net-(C9-Pad2)") + (net 16 "Net-(D1-Pad1)") + (net 17 "Net-(D2-Pad1)") + (net 18 "Net-(D4-Pad1)") + (net 19 "Net-(D6-Pad1)") + (net 20 "Net-(D8-Pad1)") + (net 21 "Net-(D9-Pad1)") + (net 22 "Net-(D10-Pad1)") + (net 23 "Net-(D11-Pad2)") + (net 24 "Net-(D11-Pad1)") + (net 25 "Net-(D12-Pad1)") + (net 26 "Net-(Q1-Pad2)") + (net 27 "Net-(Q2-Pad3)") + (net 28 "Net-(Q3-Pad2)") + (net 29 "Net-(R8-Pad1)") + (net 30 "Net-(R12-Pad1)") + (net 31 "Net-(R13-Pad1)") + (net 32 "Net-(R15-Pad1)") + (net 33 "Net-(R16-Pad1)") + (net 34 "Net-(RV1-Pad2)") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.254) + (trace_width 0.254) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net /pic_programmer/CTS) + (add_net /pic_programmer/DTR) + (add_net /pic_programmer/PC-CLOCK-OUT) + (add_net /pic_programmer/TXD) + (add_net CLOCK-RB6) + (add_net DATA-RB7) + (add_net GND) + (add_net N-0000092) + (add_net "Net-(C2-Pad1)") + (add_net "Net-(C4-Pad1)") + (add_net "Net-(C5-Pad1)") + (add_net "Net-(C9-Pad2)") + (add_net "Net-(D1-Pad1)") + (add_net "Net-(D10-Pad1)") + (add_net "Net-(D11-Pad1)") + (add_net "Net-(D11-Pad2)") + (add_net "Net-(D12-Pad1)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(D4-Pad1)") + (add_net "Net-(D6-Pad1)") + (add_net "Net-(D8-Pad1)") + (add_net "Net-(D9-Pad1)") + (add_net "Net-(P3-Pad17)") + (add_net "Net-(Q1-Pad2)") + (add_net "Net-(Q2-Pad3)") + (add_net "Net-(Q3-Pad2)") + (add_net "Net-(R12-Pad1)") + (add_net "Net-(R13-Pad1)") + (add_net "Net-(R15-Pad1)") + (add_net "Net-(R16-Pad1)") + (add_net "Net-(R8-Pad1)") + (add_net "Net-(RV1-Pad2)") + (add_net "Net-(U5-Pad15)") + (add_net VCC) + (add_net VCC_PIC) + (add_net VPP) + (add_net VPP-MCLR) + ) + + (module 28DIP-ELL300 (layer Composant) (tedit 49684DDC) (tstamp 4436967E) + (at 211.455 67.31 270) + (descr "Module Dil 28 pins, pads elliptiques, e=300 mils") + (tags DIL) + (path /48553E7C/4436967E) + (fp_text reference P2 (at -11.43 0 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_text value SUPP28 (at 6.985 0 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_line (start -19.05 -2.54) (end 19.05 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 19.05 -2.54) (end 19.05 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 19.05 2.54) (end -19.05 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -19.05 2.54) (end -19.05 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -19.05 -1.27) (end -17.78 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -17.78 -1.27) (end -17.78 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -17.78 1.27) (end -19.05 1.27) (layer F.SilkS) (width 0.381)) + (pad 2 thru_hole oval (at -13.97 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at -11.43 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at -8.89 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole oval (at -6.35 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole oval (at -3.81 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 9 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole oval (at 6.35 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole oval (at 8.89 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole oval (at 11.43 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 13 thru_hole oval (at 13.97 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 14 thru_hole oval (at 16.51 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -16.51 3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 9 VPP-MCLR)) + (pad 15 thru_hole oval (at 16.51 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole oval (at 13.97 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole oval (at 11.43 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole oval (at 8.89 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 19 thru_hole oval (at 6.35 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 20 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 21 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 24 thru_hole oval (at -6.35 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 25 thru_hole oval (at -8.89 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 26 thru_hole oval (at -11.43 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 27 thru_hole oval (at -13.97 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 10 CLOCK-RB6)) + (pad 28 thru_hole oval (at -16.51 -3.81 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (model Sockets_DIP.3dshapes/DIP-28__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module 40DIP-ELL600 (layer Composant) (tedit 49684DF1) (tstamp 442A88ED) + (at 182.88 74.93 270) + (descr "Module Dil 40 pins, pads elliptiques, e=600 mils") + (tags DIL) + (path /48553E7C/442A88ED) + (fp_text reference P3 (at -19.05 -3.81 270) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value SUPP40 (at 0 2.54 270) (layer F.SilkS) + (effects (font (size 1.778 1.778) (thickness 0.3048))) + ) + (fp_line (start -26.67 -1.27) (end -25.4 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -25.4 -1.27) (end -25.4 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -25.4 1.27) (end -26.67 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -26.67 -6.35) (end 26.67 -6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 26.67 -6.35) (end 26.67 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start 26.67 6.35) (end -26.67 6.35) (layer F.SilkS) (width 0.381)) + (fp_line (start -26.67 6.35) (end -26.67 -6.35) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -24.13 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 9 VPP-MCLR)) + (pad 2 thru_hole oval (at -21.59 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at -19.05 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at -16.51 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole oval (at -13.97 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole oval (at -11.43 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at -8.89 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at -6.35 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 9 thru_hole oval (at -3.81 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole oval (at -1.27 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole oval (at 1.27 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 12 thru_hole oval (at 3.81 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 13 thru_hole oval (at 6.35 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 14 thru_hole oval (at 8.89 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 15 thru_hole oval (at 11.43 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole oval (at 13.97 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole oval (at 16.51 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole oval (at 19.05 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 19 thru_hole oval (at 21.59 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 20 thru_hole oval (at 24.13 7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 21 thru_hole oval (at 24.13 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole oval (at 21.59 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole oval (at 19.05 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 24 thru_hole oval (at 16.51 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 25 thru_hole oval (at 13.97 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 26 thru_hole oval (at 11.43 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 27 thru_hole oval (at 8.89 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 28 thru_hole oval (at 6.35 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 29 thru_hole oval (at 3.81 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 30 thru_hole oval (at 1.27 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 31 thru_hole oval (at -1.27 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 32 thru_hole oval (at -3.81 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 33 thru_hole oval (at -6.35 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 34 thru_hole oval (at -8.89 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 35 thru_hole oval (at -11.43 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 36 thru_hole oval (at -13.97 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 37 thru_hole oval (at -16.51 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 38 thru_hole oval (at -19.05 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS)) + (pad 39 thru_hole oval (at -21.59 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 10 CLOCK-RB6)) + (pad 40 thru_hole oval (at -24.13 -7.62 270) (size 1.5748 2.794) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (model Sockets_DIP.3dshapes/DIP-40__600.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module 1pin (layer Composant) (tedit 200000) (tstamp 442A9359) + (at 158.75 44.45) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P*** (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module 1pin (layer Composant) (tedit 200000) (tstamp 442A9352) + (at 158.75 135.89) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P*** (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module 1pin (layer Composant) (tedit 200000) (tstamp 442A9347) + (at 77.47 135.89) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P*** (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module 1pin (layer Composant) (tedit 200000) (tstamp 442A9340) + (at 77.47 44.45) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P*** (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module 1pin (layer Composant) (tedit 200000) (tstamp 442A9339) + (at 229.87 135.89) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P*** (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module 1pin (layer Composant) (tedit 200000) (tstamp 442A932C) + (at 229.87 44.45) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P*** (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module discret:CP10 (layer Composant) (tedit 53B840ED) (tstamp 53B84427) + (at 97.79 78.74 180) + (descr "Condensateur polarise") + (tags CP) + (path /48553E53/442A5056) + (fp_text reference C1 (at 2.54 1.27 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 100uF (at -1.905 -1.27 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 12.7 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 0) (end 10.16 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 -2.54) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -12.7 0) (end -10.16 0) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole circle (at 12.7 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 1 thru_hole rect (at -12.7 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP10 (layer Composant) (tedit 53B840ED) (tstamp 53B84436) + (at 97.155 90.17) + (descr "Condensateur polarise") + (tags CP) + (path /48553E53/442A501D) + (fp_text reference C2 (at 2.54 1.27) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 220uF (at -1.905 -1.27) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 12.7 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 0) (end 10.16 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 -2.54) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -12.7 0) (end -10.16 0) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole circle (at 12.7 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 1 thru_hole rect (at -12.7 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(C2-Pad1)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP8 (layer Composant) (tedit 53B840ED) (tstamp 53B84445) + (at 133.985 72.39 270) + (descr "Condensateur polarise") + (tags CP) + (path /48553E53/442A584C) + (fp_text reference C3 (at 1.27 1.27 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 22uF/25V (at 1.27 -1.27 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 VPP)) + (pad 2 thru_hole circle (at 10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.8 0.8 0.8)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 53B840ED) (tstamp 53B84455) + (at 116.84 52.07) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /48553E53/442A5F61) + (fp_text reference C4 (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 0 (at 0 2.032) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 53B840ED) (tstamp 53B84460) + (at 132.08 49.53) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /48553E53/442A58B1) + (fp_text reference C5 (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 10nF (at 0 2.032) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(C5-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 53B840ED) (tstamp 53B8446B) + (at 196.85 114.935 270) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /48553E7C/442AA12B) + (fp_text reference C6 (at 0 2.032 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100nF (at 0 2.032 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at 0 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 53B840ED) (tstamp 53B84476) + (at 198.755 73.66 270) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /48553E7C/442AA145) + (fp_text reference C7 (at 0 2.032 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100nF (at 0 2.032 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at 0 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 53B840ED) (tstamp 53B84481) + (at 200.66 114.935 270) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /48553E7C/4639BE2C) + (fp_text reference C8 (at 0 2.032 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100nF (at 0 2.032 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at 0 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 53B840ED) (tstamp 53B8448C) + (at 145.542 49.784) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /48553E53/464AD280) + (fp_text reference C9 (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 22OnF (at 0 2.032) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 VPP)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C9-Pad2)")) + (pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C9-Pad2)")) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 53B840ED) (tstamp 53B84497) + (at 87.63 64.77 270) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /48553E53/442A500B) + (fp_text reference D1 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value 1N4004 (at -0.254 0 270) (layer F.SilkS) hide + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -6.35 0 270) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(D1-Pad1)")) + (pad 2 thru_hole rect (at 6.35 0 270) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(C2-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B844A6) + (at 104.14 118.11) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/442A4D1B) + (fp_text reference D2 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D2-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B844B5) + (at 104.14 121.92) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/442A4D25) + (fp_text reference D3 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D2-Pad1)")) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B844C4) + (at 104.14 111.76) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/442A4D5C) + (fp_text reference D4 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(D4-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B844D3) + (at 104.14 109.22) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/442A4D5D) + (fp_text reference D5 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(D4-Pad1)")) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B844E2) + (at 104.14 124.46) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/442A4D64) + (fp_text reference D6 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(D6-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B844F1) + (at 104.14 115.57) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/442A4D65) + (fp_text reference D7 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(D6-Pad1)")) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 53B840ED) (tstamp 53B84500) + (at 154.94 77.47) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /48553E53/442A4F5D) + (fp_text reference D8 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value RED-LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(D8-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 53B840ED) (tstamp 53B84509) + (at 154.94 87.63) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /48553E53/442A5084) + (fp_text reference D9 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value GREEN-LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(D9-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 53B840ED) (tstamp 53B84512) + (at 130.81 57.15) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /48553E53/442A6026) + (fp_text reference D10 (at 0 0) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value SCHOTTKY (at -0.254 0) (layer F.SilkS) hide + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(D10-Pad1)")) + (pad 2 thru_hole rect (at 6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 5 VPP)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 53B84521) + (at 142.875 80.645 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /48553E53/4639BA28) + (fp_text reference D11 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D11-Pad2)")) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(D11-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 53B840ED) (tstamp 53B84530) + (at 154.94 97.155) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /48553E53/4639B9EA) + (fp_text reference D12 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value YELLOW-LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D12-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:DB9FC (layer Composant) (tedit 53B840ED) (tstamp 53B84539) + (at 81.28 115.57 90) + (descr "Connecteur DB9 femelle couche") + (tags "CONN DB9") + (path /48553E53/442A4C93) + (fp_text reference J1 (at 1.27 -10.16 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9-FEMAL (at 1.27 -3.81 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 -15.494) (end -16.129 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -16.129 -15.494) (end -16.129 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -15.494) (end -9.017 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -7.874) (end 9.271 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -7.874) (end 9.271 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -15.494) (end -7.493 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -24.13) (end 7.747 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.747 -24.13) (end 7.747 -15.494) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 12.827 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -12.573 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -5.461 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at -2.667 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole circle (at 0 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 /pic_programmer/TXD)) + (pad 4 thru_hole circle (at 2.794 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 7 /pic_programmer/DTR)) + (pad 5 thru_hole circle (at 5.588 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 6 thru_hole circle (at -4.064 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole circle (at -1.27 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 8 /pic_programmer/PC-CLOCK-OUT)) + (pad 8 thru_hole circle (at 1.397 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 /pic_programmer/CTS)) + (pad 9 thru_hole circle (at 4.191 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (model Connect.3dshapes/DB9FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53B84551) + (at 147.32 97.79 270) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /48553E53/4639BAF8) + (fp_text reference JP1 (at 0 -1.905 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 2 thru_hole circle (at 1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module inductors:INDUCTOR_V (layer Composant) (tedit 53B840ED) (tstamp 53B8455A) + (at 125.73 64.77 270) + (descr "Inductor (vertical)") + (tags INDUCTOR) + (path /48553E53/442A57BE) + (fp_text reference L1 (at 0 1.99898 270) (layer F.SilkS) + (effects (font (size 1.00076 1.00076) (thickness 0.2032))) + ) + (fp_text value 22uH (at 0.09906 -1.99898 270) (layer F.SilkS) + (effects (font (size 1.00076 1.00076) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 3.81 0) (layer F.SilkS) (width 0.20066)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 1.905 1.905) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(D10-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.905 1.905) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (model Inductors.3dshapes/INDUCTOR_V.wrl + (at (xyz 0 0 0)) + (scale (xyz 2 2 2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 53B840ED) (tstamp 53B84560) + (at 78.74 64.77 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /48553E53/442A4FE7) + (fp_text reference P1 (at 0 -5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(D1-Pad1)")) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92 (layer Composant) (tedit 53B840ED) (tstamp 53B8456A) + (at 146.05 69.85) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /48553E53/442A4EB9) + (fp_text reference Q1 (at -1.27 3.81) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BC237 (at -1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(Q1-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D11-Pad2)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92 (layer Composant) (tedit 53B840ED) (tstamp 53B84578) + (at 146.05 62.23) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /48553E53/442A4F30) + (fp_text reference Q2 (at -1.27 3.81) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BC307 (at -1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 VPP)) + (pad 2 thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C9-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q2-Pad3)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92 (layer Composant) (tedit 53B840ED) (tstamp 53B84586) + (at 142.24 97.79) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /48553E53/4639B996) + (fp_text reference Q3 (at -1.27 3.81) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BC307 (at -1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 2 thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q3-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84594) + (at 92.71 118.11) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4CF4) + (autoplace_cost180 10) + (fp_text reference R1 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 /pic_programmer/TXD)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D2-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845A1) + (at 92.71 115.57) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4CFB) + (autoplace_cost180 10) + (fp_text reference R2 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 /pic_programmer/TXD)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845AE) + (at 92.71 111.76) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D5A) + (autoplace_cost180 10) + (fp_text reference R3 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /pic_programmer/DTR)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(D4-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845BB) + (at 92.71 109.22) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D5B) + (autoplace_cost180 10) + (fp_text reference R4 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /pic_programmer/DTR)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845C8) + (at 92.71 124.46) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D62) + (autoplace_cost180 10) + (fp_text reference R5 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /pic_programmer/PC-CLOCK-OUT)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(D6-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845D5) + (at 92.71 121.92) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D63) + (autoplace_cost180 10) + (fp_text reference R6 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /pic_programmer/PC-CLOCK-OUT)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845E2) + (at 144.145 54.61) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4F2A) + (autoplace_cost180 10) + (fp_text reference R7 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 VPP)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C9-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845EF) + (at 144.145 90.17) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D92) + (autoplace_cost180 10) + (fp_text reference R8 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(R8-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(Q1-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B845FC) + (at 144.145 77.47) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4F52) + (autoplace_cost180 10) + (fp_text reference R9 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 2.2K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q2-Pad3)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(D8-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84609) + (at 119.38 48.26) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A5F83) + (autoplace_cost180 10) + (fp_text reference R10 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 5,1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(C5-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84616) + (at 139.065 66.04 90) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4F23) + (autoplace_cost180 10) + (fp_text reference R11 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 22K (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D11-Pad2)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C9-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84623) + (at 135.255 116.84 90) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D85) + (autoplace_cost180 10) + (fp_text reference R12 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 "Net-(R12-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84630) + (at 140.335 116.84 270) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A4D8D) + (autoplace_cost180 10) + (fp_text reference R13 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 "Net-(R13-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 CLOCK-RB6)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B8463D) + (at 144.145 87.63) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A5083) + (autoplace_cost180 10) + (fp_text reference R14 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(D9-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B8464A) + (at 123.19 78.74) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A58D7) + (autoplace_cost180 10) + (fp_text reference R15 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 6.2K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 "Net-(R15-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84657) + (at 123.19 75.565) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A58DC) + (autoplace_cost180 10) + (fp_text reference R16 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 62K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(R16-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 VPP)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84664) + (at 156.21 63.5 270) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/442A50BF) + (autoplace_cost180 10) + (fp_text reference R17 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 22K (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q2-Pad3)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84671) + (at 152.4 63.5 90) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/44369638) + (autoplace_cost180 10) + (fp_text reference R18 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 220 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q2-Pad3)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 VPP-MCLR)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B8467E) + (at 144.145 83.82 180) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/4639B9B0) + (autoplace_cost180 10) + (fp_text reference R19 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 2.2K (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(D11-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q3-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B8468B) + (at 139.7 102.235 180) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/4639B9B3) + (autoplace_cost180 10) + (fp_text reference R20 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 2.2K (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q3-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53B840ED) (tstamp 53B84698) + (at 153.035 102.235 180) + (descr "Resitance 4 pas") + (tags R) + (path /48553E53/4639B9E9) + (autoplace_cost180 10) + (fp_text reference R21 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D12-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:RV2X4 (layer Composant) (tedit 53B840ED) (tstamp 53B846A5) + (at 122.555 88.265 180) + (descr "Resistance variable / Potentiometre") + (tags R) + (path /48553E53/443D0101) + (fp_text reference RV1 (at -2.54 -5.08 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1K (at -1.651 5.461 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -7.62 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -3.81) (end 6.35 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 -1.27) (end 6.35 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 1.27) (end 3.81 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 3.81) (end -7.62 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 3.81) (end -7.62 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0.762 -3.81) (end 1.905 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.651 3.81) (end 0.762 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 -0.508) (end 4.953 -0.508) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 0.508) (end 4.953 0.508) (layer F.SilkS) (width 0.3048)) + (fp_circle (center 1.27 0) (end -2.54 -0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 -2.54 180) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS) + (net 32 "Net-(R15-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 180) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(RV1-Pad2)")) + (pad 3 thru_hole circle (at -5.08 2.54 180) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(R16-Pad1)")) + (model Discret.3dshapes/RV2X4.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 53B840ED) (tstamp 53B846B6) + (at 182.88 113.03 270) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /48553E7C/442A87F7) + (fp_text reference U1 (at -6.35 0 360) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value 24Cxx (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 3 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 4 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 5 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (pad 6 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 CLOCK-RB6)) + (pad 7 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-14__300_ELL (layer Composant) (tedit 53B840ED) (tstamp 53B846C8) + (at 123.19 115.57) + (descr "14 pins DIL package, elliptical pads") + (tags DIL) + (path /48553E53/442A4D6B) + (fp_text reference U2 (at -5.08 -1.27) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_text value 74HC125 (at 1.27 1.27) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_line (start -10.16 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 2.54) (end -10.16 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 2.54) (end -10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 -1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 -2.54) (end 10.16 2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -7.62 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 2 thru_hole oval (at -5.08 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D2-Pad1)")) + (pad 3 thru_hole oval (at -2.54 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(R8-Pad1)")) + (pad 4 thru_hole oval (at 0 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 5 thru_hole oval (at 2.54 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(D4-Pad1)")) + (pad 6 thru_hole oval (at 5.08 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 "Net-(R12-Pad1)")) + (pad 7 thru_hole oval (at 7.62 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 8 thru_hole oval (at 7.62 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 "Net-(R13-Pad1)")) + (pad 9 thru_hole oval (at 5.08 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(D6-Pad1)")) + (pad 10 thru_hole oval (at 2.54 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 11 thru_hole oval (at 0 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 /pic_programmer/CTS)) + (pad 12 thru_hole oval (at -2.54 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (pad 13 thru_hole oval (at -5.08 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 14 thru_hole oval (at -7.62 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (model Sockets_DIP.3dshapes/DIP-14__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LM78XX (layer Composant) (tedit 53B840ED) (tstamp 53B846E0) + (at 99.06 71.12 90) + (descr "Regulateur TO220 serie LM78xx") + (tags "TR TO220") + (path /48553E53/442A504A) + (fp_text reference U3 (at 7.62 0 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_text value 7805 (at 10.668 0.127 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_line (start 0 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0 2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 5.08) (end 20.32 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 5.08) (end 20.32 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 3.81) (end 12.7 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 3.81) (end 12.7 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -5.08) (end 20.32 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 4 thru_hole rect (at 16.51 0 90) (size 8.89 8.89) (drill 3.048) (layers *.Cu *.SilkS *.Mask)) + (pad VI thru_hole circle (at 0 -2.54 90) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(C2-Pad1)")) + (pad GND thru_hole rect (at 0 0 90) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad VO thru_hole circle (at 0 2.54 90) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (model Discret.3dshapes/TO220.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 53B840ED) (tstamp 53B846F1) + (at 114.3 60.96 270) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /48553E53/442A5E20) + (fp_text reference U4 (at -6.35 0 360) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value LT1373 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(C4-Pad1)")) + (pad 2 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(RV1-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 VCC)) + (pad 6 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 7 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 8 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(D10-Pad1)")) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-18__300_ELL (layer Composant) (tedit 53B840ED) (tstamp 53B84703) + (at 211.455 118.11 270) + (descr "18 pins DIL package, elliptical pads") + (path /48553E7C/442A81A7) + (fp_text reference U5 (at -7.62 -1.27 270) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value PIC_18_PINS (at 1.524 1.016 270) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_line (start -12.7 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -11.43 -1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -11.43 1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -12.7 -2.54) (end 12.7 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 12.7 -2.54) (end 12.7 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 12.7 2.54) (end -12.7 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -12.7 2.54) (end -12.7 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -10.16 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole oval (at -7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at -5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at -2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 VPP-MCLR)) + (pad 5 thru_hole oval (at 0 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (pad 6 thru_hole oval (at 2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at 5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at 7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 9 thru_hole oval (at 10.16 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole oval (at 10.16 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole oval (at 7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole oval (at 5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 CLOCK-RB6)) + (pad 13 thru_hole oval (at 2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (pad 14 thru_hole oval (at 0 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 15 thru_hole oval (at -2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole oval (at -5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole oval (at -7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole oval (at -10.16 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (model Sockets_DIP.3dshapes/DIP-18__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 53B840ED) (tstamp 53B8471F) + (at 182.88 124.46 270) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /48553E7C/442A81A5) + (fp_text reference U6 (at -6.35 0 360) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value PIC_8_PINS (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 VCC_PIC)) + (pad 2 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 VPP-MCLR)) + (pad 5 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 CLOCK-RB6)) + (pad 7 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 DATA-RB7)) + (pad 8 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 GND)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_text "VCC ON" (at 163.83 98.425) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 200.66 107.95) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 171.45 120.65) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 171.45 109.22) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 201.295 48.895) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 167.64 48.895) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text JP-CHARRAS (at 94.615 137.16) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "J-P CHARRAS" (at 94.615 137.16) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text "13V ADJUST" (at 123.19 95.25) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 40 PINS" (at 182.245 45.085) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 28 PINS" (at 212.725 45.085) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 18 PINS" (at 211.455 132.715) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "I2C PROM" (at 166.37 114.3) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 8 PINS" (at 183.515 132.08) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PWR ON" (at 163.83 88.9) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "VPP ON" (at 163.195 80.645) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text +8/12V (at 80.01 57.15) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC PROGRAMMER V03" (at 125.095 132.08) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC PROGRAMMER V03" (at 124.46 134.62) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_line (start 73.66 139.7) (end 73.66 40.64) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 233.68 139.7) (end 73.66 139.7) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 233.68 40.64) (end 233.68 139.7) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 173.99 40.64) (end 233.68 40.64) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 73.66 40.64) (end 173.99 40.64) (angle 90) (layer Edge.Cuts) (width 0.381)) + + (segment (start 112.395 113.665) (end 113.03 114.3) (width 0.635) (layer Cuivre) (net 1)) + (segment (start 80.01 114.173) (end 83.947 114.173) (width 0.635) (layer Cuivre) (net 1) (status 800)) + (segment (start 123.19 113.03) (end 123.19 111.76) (width 0.635) (layer Cuivre) (net 1) (status 400)) + (segment (start 121.92 114.3) (end 123.19 113.03) (width 0.635) (layer Cuivre) (net 1)) + (segment (start 113.03 114.3) (end 121.92 114.3) (width 0.635) (layer Cuivre) (net 1) (status 2)) + (segment (start 83.947 114.173) (end 84.455 113.665) (width 0.635) (layer Cuivre) (net 1)) + (segment (start 84.455 113.665) (end 112.395 113.665) (width 0.635) (layer Cuivre) (net 1)) + (segment (start 87.63 118.11) (end 87.63 115.57) (width 0.635) (layer Cuivre) (net 2) (status C00)) + (segment (start 87.63 115.57) (end 82.55 115.57) (width 0.635) (layer Cuivre) (net 2) (status C02)) + (segment (start 133.985 87.63) (end 126.365 80.01) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 114.3 93.345) (end 130.81 93.345) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 134.62 89.535) (end 134.62 87.63) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 118.11 64.77) (end 120.65 64.77) (width 1.016) (layer Cuivre) (net 4) (status 802)) + (segment (start 123.19 67.31) (end 120.65 64.77) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 123.825 67.31) (end 123.19 67.31) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 107.95 111.76) (end 115.57 111.76) (width 1.016) (layer Cuivre) (net 4) (status C02)) + (segment (start 134.62 87.63) (end 133.985 87.63) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 143.51 96.52) (end 144.78 96.52) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 144.78 96.52) (end 147.32 96.52) (width 1.016) (layer Cuivre) (net 4) (status 400)) + (segment (start 144.78 102.235) (end 144.78 96.52) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 110.49 123.825) (end 109.855 124.46) (width 1.016) (layer Composant) (net 4)) + (segment (start 126.365 80.01) (end 124.46 80.01) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 124.46 80.01) (end 123.825 79.375) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 139.065 87.63) (end 134.62 87.63) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 101.6 71.12) (end 107.95 71.12) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 115.57 98.425) (end 115.57 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 114.3 93.345) (end 114.3 97.155) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 114.3 97.155) (end 115.57 98.425) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 115.57 111.76) (end 115.57 104.775) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 123.825 79.375) (end 123.825 67.31) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 130.81 93.345) (end 134.62 89.535) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 186.69 106.045) (end 187.96 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 196.85 106.68) (end 194.945 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 196.85 112.395) (end 196.85 106.68) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 186.69 109.22) (end 186.69 106.045) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 187.96 104.775) (end 194.945 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 110.49 119.38) (end 110.49 123.825) (width 1.016) (layer Composant) (net 4)) + (segment (start 110.49 84.455) (end 114.3 88.265) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 114.3 88.265) (end 114.3 93.345) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 110.49 78.74) (end 110.49 84.455) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 110.49 73.66) (end 107.95 71.12) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 110.49 78.74) (end 110.49 73.66) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 125.73 67.31) (end 123.825 67.31) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 107.95 111.76) (end 109.855 111.76) (width 1.016) (layer Composant) (net 4) (status 800)) + (segment (start 109.22 118.11) (end 107.95 118.11) (width 1.016) (layer Composant) (net 4) (status 400)) + (segment (start 110.49 116.84) (end 109.22 118.11) (width 1.016) (layer Composant) (net 4)) + (segment (start 110.49 112.395) (end 110.49 116.84) (width 1.016) (layer Composant) (net 4)) + (segment (start 109.855 111.76) (end 110.49 112.395) (width 1.016) (layer Composant) (net 4)) + (segment (start 109.22 118.11) (end 110.49 119.38) (width 1.016) (layer Composant) (net 4)) + (segment (start 109.855 124.46) (end 107.95 124.46) (width 1.016) (layer Composant) (net 4) (status 400)) + (segment (start 143.51 96.52) (end 142.24 97.79) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 137.16 99.06) (end 137.16 103.505) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 138.43 97.79) (end 137.16 99.06) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 142.24 97.79) (end 138.43 97.79) (width 0.4826) (layer Cuivre) (net 4)) + (segment (start 147.32 96.52) (end 148.59 96.52) (width 1.016) (layer Cuivre) (net 4) (status 800)) + (segment (start 186.69 106.045) (end 186.69 109.22) (width 1.016) (layer Composant) (net 4) (status 400)) + (segment (start 185.42 104.775) (end 186.69 106.045) (width 1.016) (layer Composant) (net 4)) + (segment (start 170.18 104.775) (end 185.42 104.775) (width 1.016) (layer Composant) (net 4)) + (via (at 170.18 104.775) (size 1.651) (layers Composant Cuivre) (net 4)) + (segment (start 167.64 104.775) (end 170.18 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 165.735 106.68) (end 167.64 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 158.75 106.68) (end 165.735 106.68) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 148.59 96.52) (end 158.75 106.68) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 135.89 104.775) (end 115.57 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 137.16 103.505) (end 135.89 104.775) (width 1.016) (layer Cuivre) (net 4)) + (segment (start 136.525 57.15) (end 133.985 59.69) (width 0.635) (layer Cuivre) (net 5)) + (segment (start 133.985 68.58) (end 128.27 74.295) (width 0.635) (layer Cuivre) (net 5)) + (segment (start 133.985 62.23) (end 133.985 68.58) (width 0.635) (layer Cuivre) (net 5) (status 800)) + (segment (start 137.16 56.515) (end 139.065 54.61) (width 0.635) (layer Cuivre) (net 5) (status 400)) + (segment (start 137.16 57.15) (end 137.16 56.515) (width 0.635) (layer Cuivre) (net 5) (status 800)) + (segment (start 136.525 57.15) (end 137.16 57.15) (width 0.635) (layer Cuivre) (net 5) (status 400)) + (segment (start 143.51 57.15) (end 147.32 60.96) (width 0.635) (layer Cuivre) (net 5) (status 400)) + (segment (start 137.16 57.15) (end 143.51 57.15) (width 0.635) (layer Cuivre) (net 5) (status 800)) + (segment (start 133.985 62.23) (end 133.985 59.69) (width 0.635) (layer Cuivre) (net 5) (status 800)) + (segment (start 128.27 74.295) (end 128.27 75.565) (width 0.635) (layer Cuivre) (net 5) (status 400)) + (segment (start 139.065 54.61) (end 139.065 51.181) (width 0.635) (layer Cuivre) (net 5) (status 800)) + (segment (start 140.462 49.784) (end 143.002 49.784) (width 0.635) (layer Cuivre) (net 5) (status 400)) + (segment (start 139.065 51.181) (end 140.462 49.784) (width 0.635) (layer Cuivre) (net 5)) + (segment (start 201.93 64.77) (end 205.74 64.77) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 198.755 67.945) (end 201.93 64.77) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 205.74 64.77) (end 210.185 64.77) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 198.755 71.12) (end 198.755 67.945) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 210.185 64.77) (end 210.82 64.77) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 190.5 71.12) (end 198.755 71.12) (width 1.016) (layer Cuivre) (net 6) (status C00)) + (segment (start 213.36 71.12) (end 215.265 71.12) (width 1.016) (layer Cuivre) (net 6) (status 400)) + (segment (start 212.725 70.485) (end 213.36 71.12) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 166.37 120.65) (end 147.955 102.235) (width 1.016) (layer Cuivre) (net 6) (status 400)) + (segment (start 210.82 64.77) (end 212.725 66.675) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 206.375 102.235) (end 219.075 102.235) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 203.2 105.41) (end 206.375 102.235) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 212.725 66.675) (end 212.725 70.485) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 204.47 116.84) (end 210.185 116.84) (width 0.4318) (layer Cuivre) (net 6) (status 2)) + (segment (start 219.71 71.12) (end 215.265 71.12) (width 1.016) (layer Cuivre) (net 6) (status 400)) + (segment (start 220.345 71.755) (end 219.71 71.12) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 220.345 100.965) (end 220.345 71.755) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 219.075 102.235) (end 220.345 100.965) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 198.12 119.38) (end 210.185 119.38) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 210.185 119.38) (end 210.185 118.11) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 193.04 119.38) (end 198.12 119.38) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 182.245 121.92) (end 189.23 121.92) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 189.23 121.92) (end 190.5 121.92) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 185.42 71.12) (end 190.5 71.12) (width 1.016) (layer Cuivre) (net 6) (status 400)) + (segment (start 190.5 121.92) (end 193.04 119.38) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 180.975 120.65) (end 182.245 121.92) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 179.07 120.65) (end 180.975 120.65) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 175.26 76.2) (end 180.34 76.2) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 210.185 118.11) (end 215.265 118.11) (width 1.016) (layer Cuivre) (net 6) (status 402)) + (segment (start 180.34 76.2) (end 185.42 71.12) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 203.2 105.41) (end 203.2 112.395) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 203.2 112.395) (end 203.2 115.57) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 203.2 115.57) (end 204.47 116.84) (width 0.635) (layer Cuivre) (net 6)) + (segment (start 147.32 99.06) (end 147.32 101.6) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 147.32 101.6) (end 147.955 102.235) (width 1.016) (layer Cuivre) (net 6) (status 400)) + (segment (start 140.97 99.06) (end 140.97 104.14) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 140.97 104.14) (end 142.24 105.41) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 142.24 105.41) (end 144.78 105.41) (width 1.016) (layer Cuivre) (net 6)) + (segment (start 144.78 105.41) (end 147.955 102.235) (width 1.016) (layer Cuivre) (net 6) (status 400)) + (segment (start 179.07 120.65) (end 166.37 120.65) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 210.185 118.11) (end 210.185 116.84) (width 1.016) (layer Cuivre) (net 6) (status 2)) + (segment (start 200.66 112.395) (end 203.2 112.395) (width 1.016) (layer Cuivre) (net 6) (status 800)) + (segment (start 83.185 111.76) (end 87.63 111.76) (width 0.635) (layer Cuivre) (net 7) (status 400)) + (segment (start 82.55 112.395) (end 83.185 111.76) (width 0.635) (layer Cuivre) (net 7)) + (segment (start 82.55 112.776) (end 82.55 112.395) (width 0.635) (layer Cuivre) (net 7) (status 800)) + (segment (start 87.63 111.76) (end 87.63 109.22) (width 0.635) (layer Cuivre) (net 7) (status C00)) + (segment (start 77.47 117.475) (end 77.47 120.65) (width 0.635) (layer Cuivre) (net 8)) + (segment (start 80.01 116.84) (end 78.105 116.84) (width 0.635) (layer Cuivre) (net 8) (status 800)) + (segment (start 86.36 124.46) (end 87.63 124.46) (width 0.635) (layer Cuivre) (net 8) (status 400)) + (segment (start 80.01 123.19) (end 85.09 123.19) (width 0.635) (layer Cuivre) (net 8)) + (segment (start 78.105 116.84) (end 77.47 117.475) (width 0.635) (layer Cuivre) (net 8)) + (segment (start 85.09 123.19) (end 86.36 124.46) (width 0.635) (layer Cuivre) (net 8)) + (segment (start 87.63 124.46) (end 87.63 121.92) (width 0.635) (layer Cuivre) (net 8) (status C00)) + (segment (start 77.47 120.65) (end 80.01 123.19) (width 0.635) (layer Cuivre) (net 8)) + (segment (start 207.645 50.8) (end 207.645 46.355) (width 0.635) (layer Cuivre) (net 9) (status 800)) + (segment (start 179.07 130.81) (end 180.975 132.715) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 207.645 115.57) (end 205.105 115.57) (width 0.635) (layer Cuivre) (net 9) (status 800)) + (segment (start 221.615 104.14) (end 220.98 104.14) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 221.615 104.14) (end 222.25 103.505) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 220.98 130.81) (end 220.98 104.14) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 218.44 133.35) (end 220.98 130.81) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 222.25 48.895) (end 222.25 103.505) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 205.105 115.57) (end 204.47 114.935) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 204.47 114.935) (end 204.47 106.68) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 204.47 106.68) (end 207.01 104.14) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 207.01 104.14) (end 220.98 104.14) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 219.71 46.355) (end 207.645 46.355) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 156.845 50.8) (end 175.26 50.8) (width 0.635) (layer Cuivre) (net 9) (status 400)) + (segment (start 195.58 132.715) (end 196.215 133.35) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 175.26 50.8) (end 175.26 47.625) (width 0.635) (layer Cuivre) (net 9) (status 800)) + (segment (start 179.07 130.81) (end 179.07 128.27) (width 0.635) (layer Cuivre) (net 9) (status 400)) + (segment (start 207.645 46.355) (end 176.53 46.355) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 175.26 47.625) (end 176.53 46.355) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 222.25 48.895) (end 219.71 46.355) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 196.215 133.35) (end 218.44 133.35) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 195.58 132.715) (end 180.975 132.715) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 156.845 50.8) (end 152.4 55.245) (width 0.635) (layer Cuivre) (net 9)) + (segment (start 152.4 55.245) (end 152.4 58.42) (width 0.635) (layer Cuivre) (net 9) (status 400)) + (segment (start 189.865 110.49) (end 189.865 113.665) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 140.335 122.555) (end 144.78 127) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 217.805 123.825) (end 217.17 123.19) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 217.805 130.175) (end 217.805 123.825) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 205.74 54.61) (end 208.915 54.61) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 196.85 54.61) (end 205.74 54.61) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 211.455 53.34) (end 210.185 54.61) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 210.185 54.61) (end 208.915 54.61) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 211.455 53.34) (end 215.265 53.34) (width 0.635) (layer Cuivre) (net 10) (status 400)) + (segment (start 192.405 125.73) (end 198.12 131.445) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 144.78 127) (end 177.165 127) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 193.04 107.315) (end 193.04 75.565) (width 0.635) (layer Composant) (net 10)) + (segment (start 196.85 67.31) (end 196.85 54.61) (width 0.635) (layer Composant) (net 10)) + (segment (start 189.865 123.19) (end 192.405 125.73) (width 0.635) (layer Composant) (net 10)) + (segment (start 189.23 114.3) (end 186.69 114.3) (width 0.635) (layer Cuivre) (net 10) (status 400)) + (via (at 192.405 125.73) (size 1.651) (layers Composant Cuivre) (net 10)) + (via (at 196.85 54.61) (size 1.651) (layers Composant Cuivre) (net 10)) + (segment (start 193.04 75.565) (end 196.215 72.39) (width 0.635) (layer Composant) (net 10)) + (segment (start 193.04 107.315) (end 189.865 110.49) (width 0.635) (layer Composant) (net 10)) + (segment (start 186.69 125.73) (end 192.405 125.73) (width 0.635) (layer Cuivre) (net 10) (status 802)) + (segment (start 198.12 131.445) (end 216.535 131.445) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 140.335 121.92) (end 140.335 122.555) (width 0.635) (layer Cuivre) (net 10) (status 800)) + (segment (start 217.17 123.19) (end 215.265 123.19) (width 0.635) (layer Cuivre) (net 10) (status 400)) + (segment (start 195.58 53.34) (end 196.85 54.61) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 190.5 53.34) (end 195.58 53.34) (width 0.635) (layer Cuivre) (net 10) (status 800)) + (segment (start 196.215 67.945) (end 196.85 67.31) (width 0.635) (layer Composant) (net 10)) + (segment (start 189.865 110.49) (end 189.865 123.19) (width 0.635) (layer Composant) (net 10)) + (segment (start 196.215 72.39) (end 196.215 67.945) (width 0.635) (layer Composant) (net 10)) + (segment (start 182.245 125.73) (end 186.69 125.73) (width 0.635) (layer Cuivre) (net 10) (status 400)) + (via (at 189.865 110.49) (size 1.651) (layers Composant Cuivre) (net 10)) + (segment (start 182.245 125.73) (end 180.975 127) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 177.165 127) (end 180.975 127) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 216.535 131.445) (end 217.805 130.175) (width 0.635) (layer Cuivre) (net 10)) + (segment (start 189.865 113.665) (end 189.23 114.3) (width 0.635) (layer Cuivre) (net 10)) + (via (at 192.405 123.19) (size 1.651) (layers Composant Cuivre) (net 11)) + (segment (start 132.715 109.22) (end 135.255 111.76) (width 0.635) (layer Composant) (net 11) (status 400)) + (segment (start 192.405 114.3) (end 192.405 123.19) (width 0.635) (layer Composant) (net 11)) + (segment (start 200.025 52.07) (end 205.74 52.07) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 203.2 121.92) (end 213.995 121.92) (width 0.4318) (layer Cuivre) (net 11) (status 2)) + (segment (start 173.99 125.095) (end 174.625 124.46) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 209.55 52.07) (end 210.82 50.8) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 201.93 123.19) (end 203.2 121.92) (width 0.635) (layer Cuivre) (net 11) (status 2)) + (segment (start 213.995 121.92) (end 215.265 120.65) (width 0.635) (layer Cuivre) (net 11) (status 402)) + (segment (start 186.69 123.19) (end 192.405 123.19) (width 0.635) (layer Cuivre) (net 11) (status 802)) + (segment (start 174.625 124.46) (end 181.61 124.46) (width 0.4318) (layer Cuivre) (net 11)) + (segment (start 149.86 125.095) (end 173.99 125.095) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 181.61 124.46) (end 182.88 123.19) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 120.65 109.855) (end 121.285 109.22) (width 0.635) (layer Composant) (net 11)) + (segment (start 120.65 111.76) (end 120.65 109.855) (width 0.635) (layer Composant) (net 11) (status 800)) + (segment (start 192.405 123.19) (end 201.93 123.19) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 121.285 109.22) (end 132.715 109.22) (width 0.635) (layer Composant) (net 11)) + (segment (start 205.74 52.07) (end 209.55 52.07) (width 0.4318) (layer Cuivre) (net 11)) + (segment (start 182.88 123.19) (end 186.69 123.19) (width 0.635) (layer Cuivre) (net 11) (status 400)) + (segment (start 194.945 91.44) (end 194.945 113.665) (width 0.635) (layer Composant) (net 11)) + (segment (start 194.945 113.665) (end 194.31 114.3) (width 0.635) (layer Composant) (net 11)) + (segment (start 200.025 57.15) (end 200.025 52.07) (width 0.635) (layer Composant) (net 11)) + (via (at 200.025 52.07) (size 1.651) (layers Composant Cuivre) (net 11)) + (segment (start 194.31 114.3) (end 192.405 114.3) (width 0.635) (layer Composant) (net 11)) + (segment (start 190.5 50.8) (end 198.755 50.8) (width 0.635) (layer Cuivre) (net 11) (status 800)) + (segment (start 198.755 50.8) (end 200.025 52.07) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 135.255 111.76) (end 137.795 114.3) (width 0.635) (layer Cuivre) (net 11) (status 800)) + (segment (start 215.265 50.8) (end 210.82 50.8) (width 0.635) (layer Cuivre) (net 11) (status 800)) + (segment (start 200.025 57.15) (end 201.295 58.42) (width 0.635) (layer Composant) (net 11)) + (via (at 192.405 114.3) (size 1.651) (layers Composant Cuivre) (net 11)) + (segment (start 201.295 58.42) (end 201.295 85.09) (width 0.635) (layer Composant) (net 11)) + (segment (start 201.295 85.09) (end 194.945 91.44) (width 0.635) (layer Composant) (net 11)) + (segment (start 137.795 114.3) (end 139.065 114.3) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 139.065 114.3) (end 149.86 125.095) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 192.405 114.3) (end 191.77 114.3) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 189.23 116.84) (end 186.69 116.84) (width 0.635) (layer Cuivre) (net 11) (status 400)) + (segment (start 191.77 114.3) (end 189.23 116.84) (width 0.635) (layer Cuivre) (net 11)) + (segment (start 87.63 71.12) (end 96.52 71.12) (width 1.016) (layer Cuivre) (net 12) (status C02)) + (segment (start 84.455 90.17) (end 84.455 89.535) (width 1.016) (layer Cuivre) (net 12) (status 800)) + (segment (start 82.55 76.2) (end 87.63 71.12) (width 1.016) (layer Cuivre) (net 12) (status 400)) + (segment (start 82.55 87.63) (end 82.55 76.2) (width 1.016) (layer Cuivre) (net 12)) + (segment (start 84.455 89.535) (end 82.55 87.63) (width 1.016) (layer Cuivre) (net 12)) + (segment (start 114.3 48.26) (end 114.3 52.07) (width 0.635) (layer Cuivre) (net 13) (status C00)) + (segment (start 110.49 57.15) (end 110.49 53.34) (width 0.4318) (layer Cuivre) (net 13) (status 800)) + (segment (start 110.49 53.34) (end 111.76 52.07) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 111.76 52.07) (end 114.3 52.07) (width 0.4318) (layer Cuivre) (net 13) (status 400)) + (segment (start 128.27 48.26) (end 129.54 49.53) (width 0.635) (layer Cuivre) (net 14) (status 402)) + (segment (start 124.46 48.26) (end 128.27 48.26) (width 0.635) (layer Cuivre) (net 14) (status 802)) + (segment (start 144.78 60.96) (end 139.065 60.96) (width 0.635) (layer Cuivre) (net 15) (status C02)) + (segment (start 149.225 54.61) (end 149.225 59.055) (width 0.635) (layer Cuivre) (net 15) (status 800)) + (segment (start 148.59 63.5) (end 147.32 63.5) (width 0.635) (layer Cuivre) (net 15)) + (segment (start 149.225 59.055) (end 149.86 59.69) (width 0.635) (layer Cuivre) (net 15)) + (segment (start 149.86 62.23) (end 148.59 63.5) (width 0.635) (layer Cuivre) (net 15)) + (segment (start 149.86 59.69) (end 149.86 62.23) (width 0.635) (layer Cuivre) (net 15)) + (segment (start 144.78 60.96) (end 147.32 63.5) (width 0.4318) (layer Cuivre) (net 15) (status 800)) + (segment (start 145.542 49.784) (end 148.082 49.784) (width 0.635) (layer Cuivre) (net 15) (status C00)) + (segment (start 148.082 49.784) (end 148.844 49.784) (width 0.635) (layer Cuivre) (net 15) (status 800)) + (segment (start 149.225 50.165) (end 149.225 54.61) (width 0.635) (layer Cuivre) (net 15) (status 400)) + (segment (start 148.844 49.784) (end 149.225 50.165) (width 0.635) (layer Cuivre) (net 15)) + (segment (start 78.74 62.23) (end 83.82 62.23) (width 1.016) (layer Cuivre) (net 16) (status 802)) + (segment (start 83.82 62.23) (end 87.63 58.42) (width 1.016) (layer Cuivre) (net 16) (status 402)) + (segment (start 106.045 121.92) (end 107.95 121.92) (width 0.635) (layer Cuivre) (net 17) (status 400)) + (segment (start 94.615 124.46) (end 97.155 127) (width 0.635) (layer Cuivre) (net 17)) + (segment (start 97.79 118.11) (end 95.885 118.11) (width 0.635) (layer Cuivre) (net 17) (status 800)) + (segment (start 100.33 118.11) (end 97.79 118.11) (width 0.635) (layer Cuivre) (net 17) (status C02)) + (segment (start 116.205 121.92) (end 118.11 120.015) (width 0.635) (layer Cuivre) (net 17)) + (segment (start 118.11 120.015) (end 118.11 119.38) (width 0.635) (layer Cuivre) (net 17) (status 400)) + (segment (start 107.95 121.92) (end 116.205 121.92) (width 0.635) (layer Cuivre) (net 17) (status 800)) + (segment (start 95.885 118.11) (end 94.615 119.38) (width 0.635) (layer Cuivre) (net 17)) + (segment (start 94.615 119.38) (end 94.615 124.46) (width 0.635) (layer Cuivre) (net 17)) + (segment (start 100.965 127) (end 106.045 121.92) (width 0.635) (layer Cuivre) (net 17)) + (segment (start 97.155 127) (end 100.965 127) (width 0.635) (layer Cuivre) (net 17)) + (segment (start 100.33 111.76) (end 104.267 111.76) (width 0.635) (layer Cuivre) (net 18) (status 802)) + (segment (start 100.33 111.76) (end 97.79 111.76) (width 0.635) (layer Cuivre) (net 18) (status C02)) + (segment (start 111.76 109.855) (end 111.76 119.38) (width 0.635) (layer Composant) (net 18)) + (segment (start 125.73 120.65) (end 125.73 119.38) (width 0.635) (layer Composant) (net 18) (status 402)) + (segment (start 115.57 123.19) (end 123.19 123.19) (width 0.635) (layer Composant) (net 18)) + (segment (start 111.125 109.22) (end 111.76 109.855) (width 0.635) (layer Composant) (net 18)) + (segment (start 111.76 119.38) (end 115.57 123.19) (width 0.635) (layer Composant) (net 18)) + (segment (start 123.19 123.19) (end 125.73 120.65) (width 0.635) (layer Composant) (net 18) (status 2)) + (segment (start 107.95 109.22) (end 111.125 109.22) (width 0.635) (layer Composant) (net 18) (status 800)) + (segment (start 107.95 109.22) (end 106.807 109.22) (width 0.635) (layer Cuivre) (net 18) (status 800)) + (segment (start 106.807 109.22) (end 104.267 111.76) (width 0.635) (layer Cuivre) (net 18)) + (segment (start 128.27 113.03) (end 125.73 115.57) (width 0.635) (layer Cuivre) (net 19)) + (segment (start 101.6 120.015) (end 106.045 115.57) (width 0.635) (layer Cuivre) (net 19)) + (segment (start 100.33 124.46) (end 97.79 124.46) (width 0.635) (layer Cuivre) (net 19) (status C02)) + (segment (start 106.045 115.57) (end 107.95 115.57) (width 0.635) (layer Cuivre) (net 19) (status 402)) + (segment (start 95.885 122.555) (end 97.79 124.46) (width 0.635) (layer Cuivre) (net 19) (status 400)) + (segment (start 128.27 111.76) (end 128.27 113.03) (width 0.635) (layer Cuivre) (net 19) (status 800)) + (segment (start 107.95 115.57) (end 125.73 115.57) (width 0.635) (layer Cuivre) (net 19) (status 802)) + (segment (start 96.52 120.015) (end 101.6 120.015) (width 0.635) (layer Cuivre) (net 19)) + (segment (start 95.885 120.65) (end 95.885 122.555) (width 0.635) (layer Cuivre) (net 19)) + (segment (start 96.52 120.015) (end 95.885 120.65) (width 0.635) (layer Cuivre) (net 19)) + (segment (start 153.67 77.47) (end 149.225 77.47) (width 0.635) (layer Cuivre) (net 20) (status C00)) + (segment (start 153.67 87.63) (end 149.225 87.63) (width 0.635) (layer Cuivre) (net 21) (status C00)) + (segment (start 118.11 57.15) (end 124.46 57.15) (width 0.635) (layer Cuivre) (net 22) (status C02)) + (segment (start 124.46 57.15) (end 124.46 60.96) (width 0.635) (layer Cuivre) (net 22) (status 800)) + (segment (start 124.46 60.96) (end 125.73 62.23) (width 0.635) (layer Cuivre) (net 22) (status 400)) + (segment (start 141.605 73.66) (end 141.605 78.105) (width 0.635) (layer Cuivre) (net 23)) + (segment (start 141.605 78.105) (end 139.065 80.645) (width 0.635) (layer Cuivre) (net 23) (status 400)) + (segment (start 139.065 71.12) (end 141.605 73.66) (width 0.635) (layer Cuivre) (net 23) (status 800)) + (segment (start 144.78 71.12) (end 139.065 71.12) (width 0.635) (layer Cuivre) (net 23) (status C02)) + (segment (start 148.59 80.645) (end 149.225 81.28) (width 0.635) (layer Cuivre) (net 24)) + (segment (start 146.685 80.645) (end 148.59 80.645) (width 0.635) (layer Cuivre) (net 24) (status 800)) + (segment (start 149.225 81.28) (end 149.225 83.82) (width 0.635) (layer Cuivre) (net 24) (status 400)) + (segment (start 153.67 97.155) (end 153.67 97.79) (width 0.635) (layer Cuivre) (net 25) (status 800)) + (segment (start 153.67 97.79) (end 158.115 102.235) (width 0.635) (layer Cuivre) (net 25) (status 400)) + (segment (start 146.685 90.17) (end 144.78 88.265) (width 0.635) (layer Cuivre) (net 26)) + (segment (start 147.32 73.025) (end 144.78 75.565) (width 0.635) (layer Cuivre) (net 26)) + (segment (start 144.78 75.565) (end 144.78 88.265) (width 0.635) (layer Cuivre) (net 26)) + (segment (start 147.32 71.12) (end 147.32 73.025) (width 0.635) (layer Cuivre) (net 26)) + (segment (start 144.78 68.58) (end 147.32 71.12) (width 0.635) (layer Cuivre) (net 26) (status 800)) + (segment (start 149.225 90.17) (end 146.685 90.17) (width 0.635) (layer Cuivre) (net 26) (status 800)) + (segment (start 144.78 63.5) (end 145.415 63.5) (width 0.635) (layer Cuivre) (net 27) (status 800)) + (segment (start 152.4 68.58) (end 152.4 69.85) (width 0.635) (layer Composant) (net 27) (status 800)) + (segment (start 146.05 73.66) (end 147.955 71.755) (width 0.635) (layer Composant) (net 27)) + (segment (start 137.795 74.93) (end 137.795 76.2) (width 0.635) (layer Composant) (net 27)) + (segment (start 137.795 74.93) (end 139.065 73.66) (width 0.635) (layer Composant) (net 27)) + (segment (start 145.415 63.5) (end 147.32 65.405) (width 0.635) (layer Cuivre) (net 27)) + (segment (start 147.955 71.755) (end 150.495 71.755) (width 0.635) (layer Composant) (net 27)) + (segment (start 156.21 58.42) (end 156.21 61.595) (width 0.635) (layer Cuivre) (net 27) (status 800)) + (segment (start 152.4 65.405) (end 152.4 68.58) (width 0.635) (layer Cuivre) (net 27) (status 400)) + (segment (start 156.21 61.595) (end 152.4 65.405) (width 0.635) (layer Cuivre) (net 27)) + (segment (start 149.225 65.405) (end 152.4 68.58) (width 0.635) (layer Cuivre) (net 27) (status 400)) + (segment (start 147.32 65.405) (end 149.225 65.405) (width 0.635) (layer Cuivre) (net 27)) + (segment (start 139.065 73.66) (end 146.05 73.66) (width 0.635) (layer Composant) (net 27)) + (segment (start 137.795 76.2) (end 139.065 77.47) (width 0.635) (layer Composant) (net 27) (status 400)) + (segment (start 150.495 71.755) (end 152.4 69.85) (width 0.635) (layer Composant) (net 27)) + (segment (start 140.97 85.09) (end 139.7 83.82) (width 0.635) (layer Cuivre) (net 28)) + (segment (start 139.7 83.82) (end 139.065 83.82) (width 0.635) (layer Cuivre) (net 28) (status 400)) + (segment (start 140.97 96.52) (end 135.255 96.52) (width 0.635) (layer Cuivre) (net 28) (status 800)) + (segment (start 134.62 97.155) (end 134.62 102.235) (width 0.635) (layer Cuivre) (net 28) (status 400)) + (segment (start 135.255 96.52) (end 134.62 97.155) (width 0.635) (layer Cuivre) (net 28)) + (segment (start 140.97 85.09) (end 140.97 96.52) (width 0.635) (layer Cuivre) (net 28) (status 400)) + (segment (start 114.935 116.205) (end 120.015 116.205) (width 0.635) (layer Composant) (net 29)) + (segment (start 114.935 102.235) (end 113.03 104.14) (width 0.635) (layer Composant) (net 29)) + (segment (start 120.65 116.84) (end 120.65 119.38) (width 0.635) (layer Composant) (net 29) (status 400)) + (segment (start 114.935 102.235) (end 127 102.235) (width 0.635) (layer Composant) (net 29)) + (segment (start 127 102.235) (end 139.065 90.17) (width 0.635) (layer Composant) (net 29) (status 400)) + (segment (start 120.015 116.205) (end 120.65 116.84) (width 0.635) (layer Composant) (net 29)) + (segment (start 113.03 104.14) (end 113.03 114.3) (width 0.635) (layer Composant) (net 29)) + (segment (start 113.03 114.3) (end 114.935 116.205) (width 0.635) (layer Composant) (net 29)) + (segment (start 128.27 119.38) (end 128.27 120.65) (width 0.635) (layer Cuivre) (net 30) (status 800)) + (segment (start 129.54 121.92) (end 135.255 121.92) (width 0.635) (layer Cuivre) (net 30) (status 400)) + (segment (start 128.27 120.65) (end 129.54 121.92) (width 0.635) (layer Cuivre) (net 30)) + (segment (start 130.81 109.6264) (end 132.6896 107.7468) (width 0.635) (layer Cuivre) (net 31)) + (segment (start 130.81 111.76) (end 130.81 109.6264) (width 0.635) (layer Cuivre) (net 31) (status 800)) + (segment (start 140.335 109.6772) (end 140.335 111.76) (width 0.635) (layer Cuivre) (net 31) (status 400)) + (segment (start 138.4046 107.7468) (end 140.335 109.6772) (width 0.635) (layer Cuivre) (net 31)) + (segment (start 132.6896 107.7468) (end 138.4046 107.7468) (width 0.635) (layer Cuivre) (net 31)) + (segment (start 125.73 90.805) (end 127.635 90.805) (width 0.635) (layer Cuivre) (net 32) (status 400)) + (segment (start 124.46 86.36) (end 124.46 89.535) (width 0.635) (layer Cuivre) (net 32)) + (segment (start 118.11 78.74) (end 118.11 80.01) (width 0.635) (layer Cuivre) (net 32) (status 800)) + (segment (start 118.11 80.01) (end 124.46 86.36) (width 0.635) (layer Cuivre) (net 32)) + (segment (start 124.46 89.535) (end 125.73 90.805) (width 0.635) (layer Cuivre) (net 32)) + (segment (start 120.65 76.2) (end 120.65 79.375) (width 0.635) (layer Cuivre) (net 33)) + (segment (start 118.11 75.565) (end 120.015 75.565) (width 0.635) (layer Cuivre) (net 33) (status 800)) + (segment (start 120.015 75.565) (end 120.65 76.2) (width 0.635) (layer Cuivre) (net 33)) + (segment (start 127 85.725) (end 127.635 85.725) (width 0.635) (layer Cuivre) (net 33) (status 400)) + (segment (start 120.65 79.375) (end 127 85.725) (width 0.635) (layer Cuivre) (net 33)) + (segment (start 117.475 84.455) (end 117.475 88.265) (width 0.635) (layer Cuivre) (net 34) (status 400)) + (segment (start 113.665 60.96) (end 113.665 80.645) (width 0.635) (layer Cuivre) (net 34)) + (segment (start 112.395 59.69) (end 113.665 60.96) (width 0.635) (layer Cuivre) (net 34)) + (segment (start 110.49 59.69) (end 112.395 59.69) (width 0.635) (layer Cuivre) (net 34) (status 800)) + (segment (start 113.665 80.645) (end 117.475 84.455) (width 0.635) (layer Cuivre) (net 34)) + + (zone (net 3) (net_name GND) (layer Cuivre) (tstamp 48F6319A) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.3) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.635)) + (polygon + (pts + (xy 223.52 138.43) (xy 232.41 128.905) (xy 232.41 53.975) (xy 219.71 41.91) (xy 81.28 41.91) + (xy 74.295 48.895) (xy 74.295 127.635) (xy 86.36 138.43) + ) + ) + (filled_polygon + (pts + (xy 232.26 128.845876) (xy 223.454817 138.28) (xy 223.2255 138.28) (xy 223.2255 103.505) (xy 223.2255 48.895) + (xy 223.216701 48.805266) (xy 223.208853 48.715555) (xy 223.207422 48.710632) (xy 223.206922 48.705524) (xy 223.180869 48.619232) + (xy 223.155738 48.53273) (xy 223.153377 48.528175) (xy 223.151895 48.523266) (xy 223.109596 48.443713) (xy 223.068123 48.363704) + (xy 223.064922 48.359694) (xy 223.062515 48.355167) (xy 223.005573 48.285349) (xy 222.949346 48.214915) (xy 222.942307 48.207777) + (xy 222.942186 48.207629) (xy 222.942048 48.207515) (xy 222.939782 48.205217) (xy 220.399783 45.665217) (xy 220.330119 45.607995) + (xy 220.261125 45.550102) (xy 220.256632 45.547632) (xy 220.252666 45.544374) (xy 220.17322 45.501775) (xy 220.09429 45.458383) + (xy 220.0894 45.456832) (xy 220.08488 45.454408) (xy 219.998726 45.428068) (xy 219.912818 45.400817) (xy 219.907717 45.400244) + (xy 219.902815 45.398746) (xy 219.8132 45.389643) (xy 219.72362 45.379595) (xy 219.713592 45.379525) (xy 219.713405 45.379506) + (xy 219.71323 45.379522) (xy 219.71 45.3795) (xy 207.645 45.3795) (xy 176.53 45.3795) (xy 176.440311 45.388293) + (xy 176.350555 45.396147) (xy 176.345632 45.397577) (xy 176.340524 45.398078) (xy 176.254232 45.42413) (xy 176.16773 45.449262) + (xy 176.163176 45.451622) (xy 176.158266 45.453105) (xy 176.078692 45.495414) (xy 175.998705 45.536877) (xy 175.994697 45.540075) + (xy 175.990167 45.542485) (xy 175.920327 45.599444) (xy 175.849915 45.655654) (xy 175.842773 45.662696) (xy 175.842629 45.662814) + (xy 175.842518 45.662947) (xy 175.840217 45.665217) (xy 174.570217 46.935217) (xy 174.512995 47.00488) (xy 174.455102 47.073875) + (xy 174.452632 47.078367) (xy 174.449374 47.082334) (xy 174.406775 47.161779) (xy 174.363383 47.24071) (xy 174.361832 47.245599) + (xy 174.359408 47.25012) (xy 174.333068 47.336273) (xy 174.305817 47.422182) (xy 174.305244 47.427282) (xy 174.303746 47.432185) + (xy 174.294643 47.521799) (xy 174.284595 47.61138) (xy 174.284525 47.621407) (xy 174.284506 47.621595) (xy 174.284522 47.621769) + (xy 174.2845 47.625) (xy 174.2845 49.3546) (xy 173.798193 49.3546) (xy 173.671069 49.379887) (xy 173.55132 49.429488) + (xy 173.44355 49.501498) (xy 173.351898 49.593149) (xy 173.279888 49.70092) (xy 173.230287 49.820668) (xy 173.229524 49.8245) + (xy 156.845 49.8245) (xy 156.755311 49.833293) (xy 156.665555 49.841147) (xy 156.660632 49.842577) (xy 156.655524 49.843078) + (xy 156.569232 49.86913) (xy 156.48273 49.894262) (xy 156.478176 49.896622) (xy 156.473266 49.898105) (xy 156.393692 49.940414) + (xy 156.313705 49.981877) (xy 156.309697 49.985075) (xy 156.305167 49.987485) (xy 156.235327 50.044444) (xy 156.164915 50.100654) + (xy 156.157777 50.107692) (xy 156.157629 50.107814) (xy 156.157515 50.107951) (xy 156.155217 50.110218) (xy 151.710217 54.555217) + (xy 151.652995 54.62488) (xy 151.595102 54.693875) (xy 151.592632 54.698367) (xy 151.589374 54.702334) (xy 151.546775 54.781779) + (xy 151.503383 54.86071) (xy 151.501832 54.865599) (xy 151.499408 54.87012) (xy 151.473068 54.956273) (xy 151.445817 55.042182) + (xy 151.445244 55.047282) (xy 151.443746 55.052185) (xy 151.434643 55.141799) (xy 151.424595 55.23138) (xy 151.424525 55.241407) + (xy 151.424506 55.241595) (xy 151.424522 55.241769) (xy 151.4245 55.245) (xy 151.4245 57.387714) (xy 151.306953 57.502825) + (xy 151.149623 57.7326) (xy 151.03992 57.988557) (xy 150.982021 58.260948) (xy 150.978133 58.539397) (xy 151.028404 58.813299) + (xy 151.130918 59.07222) (xy 151.281771 59.306298) (xy 151.475217 59.506617) (xy 151.703887 59.665547) (xy 151.959073 59.777035) + (xy 152.231053 59.836834) (xy 152.509468 59.842666) (xy 152.783714 59.794309) (xy 153.043344 59.693605) (xy 153.27847 59.54439) + (xy 153.480134 59.352347) (xy 153.640657 59.124791) (xy 153.753924 58.87039) (xy 153.81562 58.598834) (xy 153.820061 58.280762) + (xy 153.765971 58.007589) (xy 153.659852 57.750125) (xy 153.505746 57.518176) (xy 153.3755 57.387017) (xy 153.3755 55.649065) + (xy 157.249065 51.7755) (xy 173.229524 51.7755) (xy 173.230287 51.779331) (xy 173.279888 51.89908) (xy 173.351898 52.00685) + (xy 173.443549 52.098502) (xy 173.55132 52.170512) (xy 173.671068 52.220113) (xy 173.72453 52.230747) (xy 173.621979 52.314386) + (xy 173.442166 52.531743) (xy 173.307996 52.779885) (xy 173.224579 53.049362) (xy 173.195092 53.329909) (xy 173.220659 53.610841) + (xy 173.300305 53.881456) (xy 173.430998 54.131448) (xy 173.607758 54.351293) (xy 173.823854 54.532619) (xy 173.964748 54.610076) + (xy 173.840585 54.676096) (xy 173.621979 54.854386) (xy 173.442166 55.071743) (xy 173.307996 55.319885) (xy 173.224579 55.589362) + (xy 173.195092 55.869909) (xy 173.220659 56.150841) (xy 173.300305 56.421456) (xy 173.430998 56.671448) (xy 173.607758 56.891293) + (xy 173.823854 57.072619) (xy 173.964748 57.150076) (xy 173.840585 57.216096) (xy 173.621979 57.394386) (xy 173.442166 57.611743) + (xy 173.307996 57.859885) (xy 173.224579 58.129362) (xy 173.195092 58.409909) (xy 173.220659 58.690841) (xy 173.300305 58.961456) + (xy 173.430998 59.211448) (xy 173.607758 59.431293) (xy 173.823854 59.612619) (xy 173.964748 59.690076) (xy 173.840585 59.756096) + (xy 173.621979 59.934386) (xy 173.442166 60.151743) (xy 173.307996 60.399885) (xy 173.224579 60.669362) (xy 173.195092 60.949909) + (xy 173.220659 61.230841) (xy 173.300305 61.501456) (xy 173.430998 61.751448) (xy 173.607758 61.971293) (xy 173.823854 62.152619) + (xy 173.964748 62.230076) (xy 173.840585 62.296096) (xy 173.621979 62.474386) (xy 173.442166 62.691743) (xy 173.307996 62.939885) + (xy 173.224579 63.209362) (xy 173.195092 63.489909) (xy 173.220659 63.770841) (xy 173.300305 64.041456) (xy 173.430998 64.291448) + (xy 173.607758 64.511293) (xy 173.823854 64.692619) (xy 173.964748 64.770076) (xy 173.840585 64.836096) (xy 173.621979 65.014386) + (xy 173.442166 65.231743) (xy 173.307996 65.479885) (xy 173.224579 65.749362) (xy 173.195092 66.029909) (xy 173.220659 66.310841) + (xy 173.300305 66.581456) (xy 173.430998 66.831448) (xy 173.607758 67.051293) (xy 173.823854 67.232619) (xy 173.953561 67.303926) + (xy 173.94252 67.308724) (xy 173.708108 67.471252) (xy 173.509908 67.676388) (xy 173.355536 67.91625) (xy 173.258616 68.189975) + (xy 173.380499 68.4125) (xy 175.0925 68.4125) (xy 175.0925 68.3925) (xy 175.4275 68.3925) (xy 175.4275 68.4125) + (xy 177.139501 68.4125) (xy 177.261384 68.189975) (xy 177.164464 67.91625) (xy 177.010092 67.676388) (xy 176.811892 67.471252) + (xy 176.57748 67.308724) (xy 176.566488 67.303948) (xy 176.679415 67.243904) (xy 176.898021 67.065614) (xy 177.077834 66.848257) + (xy 177.212004 66.600115) (xy 177.295421 66.330638) (xy 177.324908 66.050091) (xy 177.299341 65.769159) (xy 177.219695 65.498544) + (xy 177.089002 65.248552) (xy 176.912242 65.028707) (xy 176.696146 64.847381) (xy 176.555251 64.769923) (xy 176.679415 64.703904) + (xy 176.898021 64.525614) (xy 177.077834 64.308257) (xy 177.212004 64.060115) (xy 177.295421 63.790638) (xy 177.324908 63.510091) + (xy 177.299341 63.229159) (xy 177.219695 62.958544) (xy 177.089002 62.708552) (xy 176.912242 62.488707) (xy 176.696146 62.307381) + (xy 176.555251 62.229923) (xy 176.679415 62.163904) (xy 176.898021 61.985614) (xy 177.077834 61.768257) (xy 177.212004 61.520115) + (xy 177.295421 61.250638) (xy 177.324908 60.970091) (xy 177.299341 60.689159) (xy 177.219695 60.418544) (xy 177.089002 60.168552) + (xy 176.912242 59.948707) (xy 176.696146 59.767381) (xy 176.555251 59.689923) (xy 176.679415 59.623904) (xy 176.898021 59.445614) + (xy 177.077834 59.228257) (xy 177.212004 58.980115) (xy 177.295421 58.710638) (xy 177.324908 58.430091) (xy 177.299341 58.149159) + (xy 177.219695 57.878544) (xy 177.089002 57.628552) (xy 176.912242 57.408707) (xy 176.696146 57.227381) (xy 176.555251 57.149923) + (xy 176.679415 57.083904) (xy 176.898021 56.905614) (xy 177.077834 56.688257) (xy 177.212004 56.440115) (xy 177.295421 56.170638) + (xy 177.324908 55.890091) (xy 177.299341 55.609159) (xy 177.219695 55.338544) (xy 177.089002 55.088552) (xy 176.912242 54.868707) + (xy 176.696146 54.687381) (xy 176.555251 54.609923) (xy 176.679415 54.543904) (xy 176.898021 54.365614) (xy 177.077834 54.148257) + (xy 177.212004 53.900115) (xy 177.295421 53.630638) (xy 177.324908 53.350091) (xy 177.299341 53.069159) (xy 177.219695 52.798544) + (xy 177.089002 52.548552) (xy 176.912242 52.328707) (xy 176.795492 52.230742) (xy 176.848931 52.220113) (xy 176.96868 52.170512) + (xy 177.07645 52.098502) (xy 177.168102 52.006851) (xy 177.240112 51.89908) (xy 177.289713 51.779332) (xy 177.315 51.652208) + (xy 177.315 51.522593) (xy 177.315 49.947793) (xy 177.289713 49.820669) (xy 177.240112 49.70092) (xy 177.168102 49.59315) + (xy 177.076451 49.501498) (xy 176.96868 49.429488) (xy 176.848932 49.379887) (xy 176.721808 49.3546) (xy 176.592193 49.3546) + (xy 176.2355 49.3546) (xy 176.2355 48.029066) (xy 176.934066 47.3305) (xy 206.6695 47.3305) (xy 206.6695 49.3546) + (xy 206.183193 49.3546) (xy 206.056069 49.379887) (xy 205.93632 49.429488) (xy 205.82855 49.501498) (xy 205.736898 49.593149) + (xy 205.664888 49.70092) (xy 205.615287 49.820668) (xy 205.59 49.947792) (xy 205.59 50.077407) (xy 205.59 51.0945) + (xy 201.147076 51.0945) (xy 200.975194 50.921413) (xy 200.734003 50.758727) (xy 200.465805 50.645988) (xy 200.180818 50.587488) + (xy 199.920234 50.585668) (xy 199.444783 50.110217) (xy 199.375119 50.052995) (xy 199.306125 49.995102) (xy 199.301632 49.992632) + (xy 199.297666 49.989374) (xy 199.21822 49.946775) (xy 199.13929 49.903383) (xy 199.1344 49.901832) (xy 199.12988 49.899408) + (xy 199.043726 49.873068) (xy 198.957818 49.845817) (xy 198.952717 49.845244) (xy 198.947815 49.843746) (xy 198.8582 49.834643) + (xy 198.76862 49.824595) (xy 198.758592 49.824525) (xy 198.758405 49.824506) (xy 198.75823 49.824522) (xy 198.755 49.8245) + (xy 192.18102 49.8245) (xy 192.152242 49.788707) (xy 191.936146 49.607381) (xy 191.688947 49.471482) (xy 191.420059 49.386185) + (xy 191.139724 49.354741) (xy 191.119543 49.3546) (xy 189.880457 49.3546) (xy 189.599711 49.382127) (xy 189.329658 49.463661) + (xy 189.080585 49.596096) (xy 188.861979 49.774386) (xy 188.682166 49.991743) (xy 188.547996 50.239885) (xy 188.464579 50.509362) + (xy 188.435092 50.789909) (xy 188.460659 51.070841) (xy 188.540305 51.341456) (xy 188.670998 51.591448) (xy 188.847758 51.811293) + (xy 189.063854 51.992619) (xy 189.204748 52.070076) (xy 189.080585 52.136096) (xy 188.861979 52.314386) (xy 188.682166 52.531743) + (xy 188.547996 52.779885) (xy 188.464579 53.049362) (xy 188.435092 53.329909) (xy 188.460659 53.610841) (xy 188.540305 53.881456) + (xy 188.670998 54.131448) (xy 188.847758 54.351293) (xy 189.063854 54.532619) (xy 189.204748 54.610076) (xy 189.080585 54.676096) + (xy 188.861979 54.854386) (xy 188.682166 55.071743) (xy 188.547996 55.319885) (xy 188.464579 55.589362) (xy 188.435092 55.869909) + (xy 188.460659 56.150841) (xy 188.540305 56.421456) (xy 188.670998 56.671448) (xy 188.847758 56.891293) (xy 189.063854 57.072619) + (xy 189.204748 57.150076) (xy 189.080585 57.216096) (xy 188.861979 57.394386) (xy 188.682166 57.611743) (xy 188.547996 57.859885) + (xy 188.464579 58.129362) (xy 188.435092 58.409909) (xy 188.460659 58.690841) (xy 188.540305 58.961456) (xy 188.670998 59.211448) + (xy 188.847758 59.431293) (xy 189.063854 59.612619) (xy 189.204748 59.690076) (xy 189.080585 59.756096) (xy 188.861979 59.934386) + (xy 188.682166 60.151743) (xy 188.547996 60.399885) (xy 188.464579 60.669362) (xy 188.435092 60.949909) (xy 188.460659 61.230841) + (xy 188.540305 61.501456) (xy 188.670998 61.751448) (xy 188.847758 61.971293) (xy 189.063854 62.152619) (xy 189.204748 62.230076) + (xy 189.080585 62.296096) (xy 188.861979 62.474386) (xy 188.682166 62.691743) (xy 188.547996 62.939885) (xy 188.464579 63.209362) + (xy 188.435092 63.489909) (xy 188.460659 63.770841) (xy 188.540305 64.041456) (xy 188.670998 64.291448) (xy 188.847758 64.511293) + (xy 189.063854 64.692619) (xy 189.204748 64.770076) (xy 189.080585 64.836096) (xy 188.861979 65.014386) (xy 188.682166 65.231743) + (xy 188.547996 65.479885) (xy 188.464579 65.749362) (xy 188.435092 66.029909) (xy 188.460659 66.310841) (xy 188.540305 66.581456) + (xy 188.670998 66.831448) (xy 188.847758 67.051293) (xy 189.063854 67.232619) (xy 189.204748 67.310076) (xy 189.080585 67.376096) + (xy 188.861979 67.554386) (xy 188.682166 67.771743) (xy 188.547996 68.019885) (xy 188.464579 68.289362) (xy 188.435092 68.569909) + (xy 188.460659 68.850841) (xy 188.540305 69.121456) (xy 188.670998 69.371448) (xy 188.847758 69.591293) (xy 189.063854 69.772619) + (xy 189.204748 69.850076) (xy 189.080585 69.916096) (xy 189.034109 69.954) (xy 185.42 69.954) (xy 185.312811 69.964509) + (xy 185.205513 69.973897) (xy 185.199624 69.975607) (xy 185.193523 69.976206) (xy 185.090383 70.007345) (xy 184.986985 70.037386) + (xy 184.981544 70.040205) (xy 184.975672 70.041979) (xy 184.880546 70.092558) (xy 184.784951 70.14211) (xy 184.780159 70.145935) + (xy 184.774745 70.148814) (xy 184.691292 70.216876) (xy 184.607106 70.284082) (xy 184.598567 70.292502) (xy 184.598397 70.292641) + (xy 184.598266 70.292798) (xy 184.595514 70.295513) (xy 179.857026 75.034) (xy 176.727869 75.034) (xy 176.696146 75.007381) + (xy 176.555251 74.929923) (xy 176.679415 74.863904) (xy 176.898021 74.685614) (xy 177.077834 74.468257) (xy 177.212004 74.220115) + (xy 177.295421 73.950638) (xy 177.324908 73.670091) (xy 177.299341 73.389159) (xy 177.219695 73.118544) (xy 177.089002 72.868552) + (xy 176.912242 72.648707) (xy 176.696146 72.467381) (xy 176.555251 72.389923) (xy 176.679415 72.323904) (xy 176.898021 72.145614) + (xy 177.077834 71.928257) (xy 177.212004 71.680115) (xy 177.295421 71.410638) (xy 177.324908 71.130091) (xy 177.299341 70.849159) + (xy 177.219695 70.578544) (xy 177.089002 70.328552) (xy 176.912242 70.108707) (xy 176.696146 69.927381) (xy 176.566438 69.856073) + (xy 176.57748 69.851276) (xy 176.811892 69.688748) (xy 177.010092 69.483612) (xy 177.164464 69.24375) (xy 177.261384 68.970025) + (xy 177.139501 68.7475) (xy 175.4275 68.7475) (xy 175.4275 68.7675) (xy 175.0925 68.7675) (xy 175.0925 68.7475) + (xy 173.380499 68.7475) (xy 173.258616 68.970025) (xy 173.355536 69.24375) (xy 173.509908 69.483612) (xy 173.708108 69.688748) + (xy 173.94252 69.851276) (xy 173.953511 69.856051) (xy 173.840585 69.916096) (xy 173.621979 70.094386) (xy 173.442166 70.311743) + (xy 173.307996 70.559885) (xy 173.224579 70.829362) (xy 173.195092 71.109909) (xy 173.220659 71.390841) (xy 173.300305 71.661456) + (xy 173.430998 71.911448) (xy 173.607758 72.131293) (xy 173.823854 72.312619) (xy 173.964748 72.390076) (xy 173.840585 72.456096) + (xy 173.621979 72.634386) (xy 173.442166 72.851743) (xy 173.307996 73.099885) (xy 173.224579 73.369362) (xy 173.195092 73.649909) + (xy 173.220659 73.930841) (xy 173.300305 74.201456) (xy 173.430998 74.451448) (xy 173.607758 74.671293) (xy 173.823854 74.852619) + (xy 173.964748 74.930076) (xy 173.840585 74.996096) (xy 173.621979 75.174386) (xy 173.442166 75.391743) (xy 173.307996 75.639885) + (xy 173.224579 75.909362) (xy 173.195092 76.189909) (xy 173.220659 76.470841) (xy 173.300305 76.741456) (xy 173.430998 76.991448) + (xy 173.607758 77.211293) (xy 173.823854 77.392619) (xy 173.953561 77.463926) (xy 173.94252 77.468724) (xy 173.708108 77.631252) + (xy 173.509908 77.836388) (xy 173.355536 78.07625) (xy 173.258616 78.349975) (xy 173.380499 78.5725) (xy 175.0925 78.5725) + (xy 175.0925 78.5525) (xy 175.4275 78.5525) (xy 175.4275 78.5725) (xy 177.139501 78.5725) (xy 177.261384 78.349975) + (xy 177.164464 78.07625) (xy 177.010092 77.836388) (xy 176.811892 77.631252) (xy 176.57748 77.468724) (xy 176.566488 77.463948) + (xy 176.679415 77.403904) (xy 176.72589 77.366) (xy 180.34 77.366) (xy 180.447188 77.35549) (xy 180.554487 77.346103) + (xy 180.560375 77.344392) (xy 180.566477 77.343794) (xy 180.669616 77.312654) (xy 180.773015 77.282614) (xy 180.778455 77.279794) + (xy 180.784328 77.278021) (xy 180.879453 77.227441) (xy 180.975049 77.17789) (xy 180.97984 77.174064) (xy 180.985255 77.171186) + (xy 181.068707 77.103123) (xy 181.152894 77.035918) (xy 181.161436 77.027494) (xy 181.161603 77.027359) (xy 181.16173 77.027205) + (xy 181.164487 77.024487) (xy 185.902973 72.286) (xy 189.03213 72.286) (xy 189.063854 72.312619) (xy 189.193561 72.383926) + (xy 189.18252 72.388724) (xy 188.948108 72.551252) (xy 188.749908 72.756388) (xy 188.595536 72.99625) (xy 188.498616 73.269975) + (xy 188.620499 73.4925) (xy 190.3325 73.4925) (xy 190.3325 73.4725) (xy 190.6675 73.4725) (xy 190.6675 73.4925) + (xy 192.379501 73.4925) (xy 192.501384 73.269975) (xy 192.404464 72.99625) (xy 192.250092 72.756388) (xy 192.051892 72.551252) + (xy 191.81748 72.388724) (xy 191.806488 72.383948) (xy 191.919415 72.323904) (xy 191.96589 72.286) (xy 198.055701 72.286) + (xy 198.090016 72.309849) (xy 198.275469 72.390871) (xy 198.129649 72.448852) (xy 198.095394 72.467162) (xy 198.034245 72.702364) + (xy 198.755 73.423119) (xy 199.475755 72.702364) (xy 199.414606 72.467162) (xy 199.2339 72.389276) (xy 199.369575 72.336652) + (xy 199.594186 72.194109) (xy 199.786833 72.010654) (xy 199.940177 71.793274) (xy 200.048379 71.55025) (xy 200.107316 71.290837) + (xy 200.111559 70.986988) (xy 200.059888 70.726031) (xy 199.958514 70.48008) (xy 199.921 70.423616) (xy 199.921 68.427973) + (xy 202.412973 65.936) (xy 205.589962 65.936) (xy 205.580092 66.029909) (xy 205.605659 66.310841) (xy 205.685305 66.581456) + (xy 205.815998 66.831448) (xy 205.992758 67.051293) (xy 206.208854 67.232619) (xy 206.338561 67.303926) (xy 206.32752 67.308724) + (xy 206.093108 67.471252) (xy 205.894908 67.676388) (xy 205.740536 67.91625) (xy 205.643616 68.189975) (xy 205.765499 68.4125) + (xy 207.4775 68.4125) (xy 207.4775 68.3925) (xy 207.8125 68.3925) (xy 207.8125 68.4125) (xy 209.524501 68.4125) + (xy 209.646384 68.189975) (xy 209.549464 67.91625) (xy 209.395092 67.676388) (xy 209.196892 67.471252) (xy 208.96248 67.308724) + (xy 208.951488 67.303948) (xy 209.064415 67.243904) (xy 209.283021 67.065614) (xy 209.462834 66.848257) (xy 209.597004 66.600115) + (xy 209.680421 66.330638) (xy 209.709908 66.050091) (xy 209.689115 65.821619) (xy 209.725664 65.841712) (xy 209.942575 65.91052) + (xy 210.16872 65.935886) (xy 210.185 65.936) (xy 210.337026 65.936) (xy 211.559 67.157973) (xy 211.559 70.485) + (xy 211.569509 70.592188) (xy 211.578897 70.699487) (xy 211.580607 70.705375) (xy 211.581206 70.711477) (xy 211.612345 70.814616) + (xy 211.642386 70.918015) (xy 211.645205 70.923455) (xy 211.646979 70.929328) (xy 211.697558 71.024453) (xy 211.74711 71.120049) + (xy 211.750935 71.12484) (xy 211.753814 71.130255) (xy 211.821876 71.213707) (xy 211.889082 71.297894) (xy 211.897505 71.306436) + (xy 211.897641 71.306603) (xy 211.897794 71.30673) (xy 211.900513 71.309487) (xy 212.535514 71.944487) (xy 212.618766 72.012871) + (xy 212.701248 72.082082) (xy 212.706619 72.085035) (xy 212.711359 72.088928) (xy 212.806316 72.139844) (xy 212.900664 72.191712) + (xy 212.906505 72.193564) (xy 212.911912 72.196464) (xy 213.014975 72.227973) (xy 213.117575 72.26052) (xy 213.123664 72.261202) + (xy 213.129532 72.262997) (xy 213.236704 72.273882) (xy 213.34372 72.285886) (xy 213.355713 72.285969) (xy 213.35593 72.285992) + (xy 213.356131 72.285972) (xy 213.36 72.286) (xy 213.79713 72.286) (xy 213.828854 72.312619) (xy 213.958561 72.383926) + (xy 213.94752 72.388724) (xy 213.713108 72.551252) (xy 213.514908 72.756388) (xy 213.360536 72.99625) (xy 213.263616 73.269975) + (xy 213.385499 73.4925) (xy 215.0975 73.4925) (xy 215.0975 73.4725) (xy 215.4325 73.4725) (xy 215.4325 73.4925) + (xy 217.144501 73.4925) (xy 217.266384 73.269975) (xy 217.169464 72.99625) (xy 217.015092 72.756388) (xy 216.816892 72.551252) + (xy 216.58248 72.388724) (xy 216.571488 72.383948) (xy 216.684415 72.323904) (xy 216.73089 72.286) (xy 219.179 72.286) + (xy 219.179 100.482026) (xy 218.592026 101.069) (xy 217.329908 101.069) (xy 217.329908 83.830091) (xy 217.304341 83.549159) + (xy 217.224695 83.278544) (xy 217.094002 83.028552) (xy 216.917242 82.808707) (xy 216.701146 82.627381) (xy 216.560251 82.549923) + (xy 216.684415 82.483904) (xy 216.903021 82.305614) (xy 217.082834 82.088257) (xy 217.217004 81.840115) (xy 217.300421 81.570638) + (xy 217.329908 81.290091) (xy 217.304341 81.009159) (xy 217.224695 80.738544) (xy 217.094002 80.488552) (xy 216.917242 80.268707) + (xy 216.701146 80.087381) (xy 216.560251 80.009923) (xy 216.684415 79.943904) (xy 216.903021 79.765614) (xy 217.082834 79.548257) + (xy 217.217004 79.300115) (xy 217.300421 79.030638) (xy 217.329908 78.750091) (xy 217.304341 78.469159) (xy 217.224695 78.198544) + (xy 217.094002 77.948552) (xy 216.917242 77.728707) (xy 216.701146 77.547381) (xy 216.560251 77.469923) (xy 216.684415 77.403904) + (xy 216.903021 77.225614) (xy 217.082834 77.008257) (xy 217.217004 76.760115) (xy 217.300421 76.490638) (xy 217.329908 76.210091) + (xy 217.304341 75.929159) (xy 217.224695 75.658544) (xy 217.094002 75.408552) (xy 216.917242 75.188707) (xy 216.701146 75.007381) + (xy 216.571438 74.936073) (xy 216.58248 74.931276) (xy 216.816892 74.768748) (xy 217.015092 74.563612) (xy 217.169464 74.32375) + (xy 217.266384 74.050025) (xy 217.144501 73.8275) (xy 215.4325 73.8275) (xy 215.4325 73.8475) (xy 215.0975 73.8475) + (xy 215.0975 73.8275) (xy 213.385499 73.8275) (xy 213.263616 74.050025) (xy 213.360536 74.32375) (xy 213.514908 74.563612) + (xy 213.713108 74.768748) (xy 213.94752 74.931276) (xy 213.958511 74.936051) (xy 213.845585 74.996096) (xy 213.626979 75.174386) + (xy 213.447166 75.391743) (xy 213.312996 75.639885) (xy 213.229579 75.909362) (xy 213.200092 76.189909) (xy 213.225659 76.470841) + (xy 213.305305 76.741456) (xy 213.435998 76.991448) (xy 213.612758 77.211293) (xy 213.828854 77.392619) (xy 213.969748 77.470076) + (xy 213.845585 77.536096) (xy 213.626979 77.714386) (xy 213.447166 77.931743) (xy 213.312996 78.179885) (xy 213.229579 78.449362) + (xy 213.200092 78.729909) (xy 213.225659 79.010841) (xy 213.305305 79.281456) (xy 213.435998 79.531448) (xy 213.612758 79.751293) + (xy 213.828854 79.932619) (xy 213.969748 80.010076) (xy 213.845585 80.076096) (xy 213.626979 80.254386) (xy 213.447166 80.471743) + (xy 213.312996 80.719885) (xy 213.229579 80.989362) (xy 213.200092 81.269909) (xy 213.225659 81.550841) (xy 213.305305 81.821456) + (xy 213.435998 82.071448) (xy 213.612758 82.291293) (xy 213.828854 82.472619) (xy 213.969748 82.550076) (xy 213.845585 82.616096) + (xy 213.626979 82.794386) (xy 213.447166 83.011743) (xy 213.312996 83.259885) (xy 213.229579 83.529362) (xy 213.200092 83.809909) + (xy 213.225659 84.090841) (xy 213.305305 84.361456) (xy 213.435998 84.611448) (xy 213.612758 84.831293) (xy 213.828854 85.012619) + (xy 214.076053 85.148518) (xy 214.344941 85.233815) (xy 214.625276 85.265259) (xy 214.645457 85.2654) (xy 215.884543 85.2654) + (xy 216.165289 85.237873) (xy 216.435342 85.156339) (xy 216.684415 85.023904) (xy 216.903021 84.845614) (xy 217.082834 84.628257) + (xy 217.217004 84.380115) (xy 217.300421 84.110638) (xy 217.329908 83.830091) (xy 217.329908 101.069) (xy 209.709908 101.069) + (xy 209.709908 83.830091) (xy 209.684341 83.549159) (xy 209.604695 83.278544) (xy 209.474002 83.028552) (xy 209.297242 82.808707) + (xy 209.081146 82.627381) (xy 208.940251 82.549923) (xy 209.064415 82.483904) (xy 209.283021 82.305614) (xy 209.462834 82.088257) + (xy 209.597004 81.840115) (xy 209.680421 81.570638) (xy 209.709908 81.290091) (xy 209.684341 81.009159) (xy 209.604695 80.738544) + (xy 209.474002 80.488552) (xy 209.297242 80.268707) (xy 209.081146 80.087381) (xy 208.940251 80.009923) (xy 209.064415 79.943904) + (xy 209.283021 79.765614) (xy 209.462834 79.548257) (xy 209.597004 79.300115) (xy 209.680421 79.030638) (xy 209.709908 78.750091) + (xy 209.684341 78.469159) (xy 209.604695 78.198544) (xy 209.474002 77.948552) (xy 209.297242 77.728707) (xy 209.081146 77.547381) + (xy 208.940251 77.469923) (xy 209.064415 77.403904) (xy 209.283021 77.225614) (xy 209.462834 77.008257) (xy 209.597004 76.760115) + (xy 209.680421 76.490638) (xy 209.709908 76.210091) (xy 209.684341 75.929159) (xy 209.604695 75.658544) (xy 209.474002 75.408552) + (xy 209.297242 75.188707) (xy 209.081146 75.007381) (xy 208.940251 74.929923) (xy 209.064415 74.863904) (xy 209.283021 74.685614) + (xy 209.462834 74.468257) (xy 209.597004 74.220115) (xy 209.680421 73.950638) (xy 209.709908 73.670091) (xy 209.684341 73.389159) + (xy 209.604695 73.118544) (xy 209.474002 72.868552) (xy 209.297242 72.648707) (xy 209.081146 72.467381) (xy 208.940251 72.389923) + (xy 209.064415 72.323904) (xy 209.283021 72.145614) (xy 209.462834 71.928257) (xy 209.597004 71.680115) (xy 209.680421 71.410638) + (xy 209.709908 71.130091) (xy 209.684341 70.849159) (xy 209.604695 70.578544) (xy 209.474002 70.328552) (xy 209.297242 70.108707) + (xy 209.081146 69.927381) (xy 208.951438 69.856073) (xy 208.96248 69.851276) (xy 209.196892 69.688748) (xy 209.395092 69.483612) + (xy 209.549464 69.24375) (xy 209.646384 68.970025) (xy 209.524501 68.7475) (xy 207.8125 68.7475) (xy 207.8125 68.7675) + (xy 207.4775 68.7675) (xy 207.4775 68.7475) (xy 205.765499 68.7475) (xy 205.643616 68.970025) (xy 205.740536 69.24375) + (xy 205.894908 69.483612) (xy 206.093108 69.688748) (xy 206.32752 69.851276) (xy 206.338511 69.856051) (xy 206.225585 69.916096) + (xy 206.006979 70.094386) (xy 205.827166 70.311743) (xy 205.692996 70.559885) (xy 205.609579 70.829362) (xy 205.580092 71.109909) + (xy 205.605659 71.390841) (xy 205.685305 71.661456) (xy 205.815998 71.911448) (xy 205.992758 72.131293) (xy 206.208854 72.312619) + (xy 206.349748 72.390076) (xy 206.225585 72.456096) (xy 206.006979 72.634386) (xy 205.827166 72.851743) (xy 205.692996 73.099885) + (xy 205.609579 73.369362) (xy 205.580092 73.649909) (xy 205.605659 73.930841) (xy 205.685305 74.201456) (xy 205.815998 74.451448) + (xy 205.992758 74.671293) (xy 206.208854 74.852619) (xy 206.349748 74.930076) (xy 206.225585 74.996096) (xy 206.006979 75.174386) + (xy 205.827166 75.391743) (xy 205.692996 75.639885) (xy 205.609579 75.909362) (xy 205.580092 76.189909) (xy 205.605659 76.470841) + (xy 205.685305 76.741456) (xy 205.815998 76.991448) (xy 205.992758 77.211293) (xy 206.208854 77.392619) (xy 206.349748 77.470076) + (xy 206.225585 77.536096) (xy 206.006979 77.714386) (xy 205.827166 77.931743) (xy 205.692996 78.179885) (xy 205.609579 78.449362) + (xy 205.580092 78.729909) (xy 205.605659 79.010841) (xy 205.685305 79.281456) (xy 205.815998 79.531448) (xy 205.992758 79.751293) + (xy 206.208854 79.932619) (xy 206.349748 80.010076) (xy 206.225585 80.076096) (xy 206.006979 80.254386) (xy 205.827166 80.471743) + (xy 205.692996 80.719885) (xy 205.609579 80.989362) (xy 205.580092 81.269909) (xy 205.605659 81.550841) (xy 205.685305 81.821456) + (xy 205.815998 82.071448) (xy 205.992758 82.291293) (xy 206.208854 82.472619) (xy 206.349748 82.550076) (xy 206.225585 82.616096) + (xy 206.006979 82.794386) (xy 205.827166 83.011743) (xy 205.692996 83.259885) (xy 205.609579 83.529362) (xy 205.580092 83.809909) + (xy 205.605659 84.090841) (xy 205.685305 84.361456) (xy 205.815998 84.611448) (xy 205.992758 84.831293) (xy 206.208854 85.012619) + (xy 206.456053 85.148518) (xy 206.724941 85.233815) (xy 207.005276 85.265259) (xy 207.025457 85.2654) (xy 208.264543 85.2654) + (xy 208.545289 85.237873) (xy 208.815342 85.156339) (xy 209.064415 85.023904) (xy 209.283021 84.845614) (xy 209.462834 84.628257) + (xy 209.597004 84.380115) (xy 209.680421 84.110638) (xy 209.709908 83.830091) (xy 209.709908 101.069) (xy 206.375 101.069) + (xy 206.267811 101.079509) (xy 206.160513 101.088897) (xy 206.154624 101.090607) (xy 206.148523 101.091206) (xy 206.045383 101.122345) + (xy 205.941985 101.152386) (xy 205.936544 101.155205) (xy 205.930672 101.156979) (xy 205.835546 101.207558) (xy 205.739951 101.25711) + (xy 205.735159 101.260935) (xy 205.729745 101.263814) (xy 205.646292 101.331876) (xy 205.562106 101.399082) (xy 205.553567 101.407502) + (xy 205.553397 101.407641) (xy 205.553266 101.407798) (xy 205.550513 101.410514) (xy 202.375513 104.585513) (xy 202.307107 104.668791) + (xy 202.237918 104.751248) (xy 202.234964 104.756619) (xy 202.231072 104.761359) (xy 202.180164 104.8563) (xy 202.128288 104.950664) + (xy 202.126434 104.956507) (xy 202.123537 104.961911) (xy 202.092049 105.064902) (xy 202.05948 105.167575) (xy 202.058796 105.173669) + (xy 202.057004 105.179532) (xy 202.046123 105.286654) (xy 202.034114 105.39372) (xy 202.03403 105.405713) (xy 202.034008 105.40593) + (xy 202.034027 105.406131) (xy 202.034 105.41) (xy 202.034 111.229) (xy 201.357255 111.229) (xy 201.308306 111.195983) + (xy 201.063069 111.092894) (xy 200.802479 111.039403) (xy 200.536462 111.037546) (xy 200.275151 111.087394) (xy 200.113266 111.152799) + (xy 200.113266 76.085737) (xy 200.113266 73.545737) (xy 200.064876 73.282948) (xy 199.966148 73.034649) (xy 199.947838 73.000394) + (xy 199.712636 72.939245) (xy 198.991881 73.66) (xy 199.712636 74.380755) (xy 199.947838 74.319606) (xy 200.053601 74.074221) + (xy 200.109459 73.812917) (xy 200.113266 73.545737) (xy 200.113266 76.085737) (xy 200.064876 75.822948) (xy 199.966148 75.574649) + (xy 199.947838 75.540394) (xy 199.712636 75.479245) (xy 199.475755 75.716126) (xy 199.475755 75.242364) (xy 199.414606 75.007162) + (xy 199.234024 74.929329) (xy 199.380351 74.871148) (xy 199.414606 74.852838) (xy 199.475755 74.617636) (xy 198.755 73.896881) + (xy 198.518119 74.133762) (xy 198.518119 73.66) (xy 197.797364 72.939245) (xy 197.562162 73.000394) (xy 197.456399 73.245779) + (xy 197.400541 73.507083) (xy 197.396734 73.774263) (xy 197.445124 74.037052) (xy 197.543852 74.285351) (xy 197.562162 74.319606) + (xy 197.797364 74.380755) (xy 198.518119 73.66) (xy 198.518119 74.133762) (xy 198.034245 74.617636) (xy 198.095394 74.852838) + (xy 198.275975 74.93067) (xy 198.129649 74.988852) (xy 198.095394 75.007162) (xy 198.034245 75.242364) (xy 198.755 75.963119) + (xy 199.475755 75.242364) (xy 199.475755 75.716126) (xy 198.991881 76.2) (xy 199.712636 76.920755) (xy 199.947838 76.859606) + (xy 200.053601 76.614221) (xy 200.109459 76.352917) (xy 200.113266 76.085737) (xy 200.113266 111.152799) (xy 200.028498 111.187048) + (xy 199.805899 111.332712) (xy 199.615832 111.518839) (xy 199.475755 111.723417) (xy 199.475755 77.157636) (xy 198.755 76.436881) + (xy 198.518119 76.673762) (xy 198.518119 76.2) (xy 197.797364 75.479245) (xy 197.562162 75.540394) (xy 197.456399 75.785779) + (xy 197.400541 76.047083) (xy 197.396734 76.314263) (xy 197.445124 76.577052) (xy 197.543852 76.825351) (xy 197.562162 76.859606) + (xy 197.797364 76.920755) (xy 198.518119 76.2) (xy 198.518119 76.673762) (xy 198.034245 77.157636) (xy 198.095394 77.392838) + (xy 198.340779 77.498601) (xy 198.602083 77.554459) (xy 198.869263 77.558266) (xy 199.132052 77.509876) (xy 199.380351 77.411148) + (xy 199.414606 77.392838) (xy 199.475755 77.157636) (xy 199.475755 111.723417) (xy 199.465538 111.738339) (xy 199.36074 111.98285) + (xy 199.305431 112.243061) (xy 199.301716 112.509058) (xy 199.349739 112.770711) (xy 199.447669 113.018054) (xy 199.591776 113.241664) + (xy 199.776571 113.433025) (xy 199.995016 113.584849) (xy 200.180469 113.665871) (xy 200.034649 113.723852) (xy 200.000394 113.742162) + (xy 199.939245 113.977364) (xy 200.66 114.698119) (xy 201.380755 113.977364) (xy 201.319606 113.742162) (xy 201.1389 113.664276) + (xy 201.274575 113.611652) (xy 201.354389 113.561) (xy 202.034 113.561) (xy 202.034 115.57) (xy 202.056206 115.796477) + (xy 202.121979 116.014328) (xy 202.228814 116.215255) (xy 202.372641 116.391603) (xy 202.547981 116.536658) (xy 202.748157 116.644892) + (xy 202.961308 116.710874) (xy 203.780217 117.529783) (xy 203.927334 117.650626) (xy 204.095119 117.740592) (xy 204.277185 117.796254) + (xy 204.466595 117.815494) (xy 204.656134 117.797577) (xy 204.838584 117.743187) (xy 204.894132 117.7139) (xy 205.899767 117.7139) + (xy 205.897616 117.719975) (xy 206.019499 117.9425) (xy 207.4775 117.9425) (xy 207.4775 117.9225) (xy 207.8125 117.9225) + (xy 207.8125 117.9425) (xy 207.8325 117.9425) (xy 207.8325 118.2775) (xy 207.8125 118.2775) (xy 207.8125 118.2975) + (xy 207.4775 118.2975) (xy 207.4775 118.2775) (xy 206.019499 118.2775) (xy 205.897616 118.500025) (xy 205.899767 118.5061) + (xy 202.018266 118.5061) (xy 202.018266 117.360737) (xy 202.018266 114.820737) (xy 201.969876 114.557948) (xy 201.871148 114.309649) + (xy 201.852838 114.275394) (xy 201.617636 114.214245) (xy 200.896881 114.935) (xy 201.617636 115.655755) (xy 201.852838 115.594606) + (xy 201.958601 115.349221) (xy 202.014459 115.087917) (xy 202.018266 114.820737) (xy 202.018266 117.360737) (xy 201.969876 117.097948) + (xy 201.871148 116.849649) (xy 201.852838 116.815394) (xy 201.617636 116.754245) (xy 201.380755 116.991126) (xy 201.380755 116.517364) + (xy 201.319606 116.282162) (xy 201.139024 116.204329) (xy 201.285351 116.146148) (xy 201.319606 116.127838) (xy 201.380755 115.892636) + (xy 200.66 115.171881) (xy 200.423119 115.408762) (xy 200.423119 114.935) (xy 199.702364 114.214245) (xy 199.467162 114.275394) + (xy 199.361399 114.520779) (xy 199.305541 114.782083) (xy 199.301734 115.049263) (xy 199.350124 115.312052) (xy 199.448852 115.560351) + (xy 199.467162 115.594606) (xy 199.702364 115.655755) (xy 200.423119 114.935) (xy 200.423119 115.408762) (xy 199.939245 115.892636) + (xy 200.000394 116.127838) (xy 200.180975 116.20567) (xy 200.034649 116.263852) (xy 200.000394 116.282162) (xy 199.939245 116.517364) + (xy 200.66 117.238119) (xy 201.380755 116.517364) (xy 201.380755 116.991126) (xy 200.896881 117.475) (xy 201.617636 118.195755) + (xy 201.852838 118.134606) (xy 201.958601 117.889221) (xy 202.014459 117.627917) (xy 202.018266 117.360737) (xy 202.018266 118.5061) + (xy 201.361655 118.5061) (xy 201.380755 118.432636) (xy 200.66 117.711881) (xy 200.423119 117.948762) (xy 200.423119 117.475) + (xy 199.702364 116.754245) (xy 199.467162 116.815394) (xy 199.361399 117.060779) (xy 199.305541 117.322083) (xy 199.301734 117.589263) + (xy 199.350124 117.852052) (xy 199.448852 118.100351) (xy 199.467162 118.134606) (xy 199.702364 118.195755) (xy 200.423119 117.475) + (xy 200.423119 117.948762) (xy 199.939245 118.432636) (xy 199.958344 118.5061) (xy 198.883842 118.5061) (xy 198.778752 118.417918) + (xy 198.579336 118.308288) (xy 198.362425 118.23948) (xy 198.208266 118.222188) (xy 198.13628 118.214114) (xy 198.12 118.214) + (xy 197.825883 118.214) (xy 197.807637 118.195754) (xy 198.042838 118.134606) (xy 198.148601 117.889221) (xy 198.204459 117.627917) + (xy 198.208266 117.360737) (xy 198.208266 114.820737) (xy 198.206559 114.811466) (xy 198.206559 112.261988) (xy 198.154888 112.001031) + (xy 198.053514 111.75508) (xy 198.016 111.698616) (xy 198.016 106.68) (xy 198.00549 106.572811) (xy 197.996103 106.465513) + (xy 197.994392 106.459624) (xy 197.993794 106.453523) (xy 197.962668 106.350429) (xy 197.932615 106.246985) (xy 197.929792 106.24154) + (xy 197.928021 106.235672) (xy 197.87746 106.140582) (xy 197.82789 106.044951) (xy 197.824064 106.040159) (xy 197.821186 106.034745) + (xy 197.753123 105.951292) (xy 197.685918 105.867106) (xy 197.677497 105.858567) (xy 197.677359 105.858397) (xy 197.677201 105.858266) + (xy 197.674487 105.855514) (xy 195.769487 103.950513) (xy 195.686208 103.882107) (xy 195.603752 103.812918) (xy 195.59838 103.809964) + (xy 195.593641 103.806072) (xy 195.498699 103.755164) (xy 195.404336 103.703288) (xy 195.398492 103.701434) (xy 195.393089 103.698537) + (xy 195.290097 103.667049) (xy 195.187425 103.63448) (xy 195.18133 103.633796) (xy 195.175468 103.632004) (xy 195.068345 103.621123) + (xy 194.96128 103.609114) (xy 194.949286 103.60903) (xy 194.94907 103.609008) (xy 194.948868 103.609027) (xy 194.945 103.609) + (xy 192.564908 103.609) (xy 192.564908 99.070091) (xy 192.539341 98.789159) (xy 192.459695 98.518544) (xy 192.329002 98.268552) + (xy 192.152242 98.048707) (xy 191.936146 97.867381) (xy 191.795251 97.789923) (xy 191.919415 97.723904) (xy 192.138021 97.545614) + (xy 192.317834 97.328257) (xy 192.452004 97.080115) (xy 192.535421 96.810638) (xy 192.564908 96.530091) (xy 192.539341 96.249159) + (xy 192.459695 95.978544) (xy 192.329002 95.728552) (xy 192.152242 95.508707) (xy 191.936146 95.327381) (xy 191.795251 95.249923) + (xy 191.919415 95.183904) (xy 192.138021 95.005614) (xy 192.317834 94.788257) (xy 192.452004 94.540115) (xy 192.535421 94.270638) + (xy 192.564908 93.990091) (xy 192.539341 93.709159) (xy 192.459695 93.438544) (xy 192.329002 93.188552) (xy 192.152242 92.968707) + (xy 191.936146 92.787381) (xy 191.795251 92.709923) (xy 191.919415 92.643904) (xy 192.138021 92.465614) (xy 192.317834 92.248257) + (xy 192.452004 92.000115) (xy 192.535421 91.730638) (xy 192.564908 91.450091) (xy 192.539341 91.169159) (xy 192.459695 90.898544) + (xy 192.329002 90.648552) (xy 192.152242 90.428707) (xy 191.936146 90.247381) (xy 191.795251 90.169923) (xy 191.919415 90.103904) + (xy 192.138021 89.925614) (xy 192.317834 89.708257) (xy 192.452004 89.460115) (xy 192.535421 89.190638) (xy 192.564908 88.910091) + (xy 192.539341 88.629159) (xy 192.459695 88.358544) (xy 192.329002 88.108552) (xy 192.152242 87.888707) (xy 191.936146 87.707381) + (xy 191.795251 87.629923) (xy 191.919415 87.563904) (xy 192.138021 87.385614) (xy 192.317834 87.168257) (xy 192.452004 86.920115) + (xy 192.535421 86.650638) (xy 192.564908 86.370091) (xy 192.539341 86.089159) (xy 192.459695 85.818544) (xy 192.329002 85.568552) + (xy 192.152242 85.348707) (xy 191.936146 85.167381) (xy 191.795251 85.089923) (xy 191.919415 85.023904) (xy 192.138021 84.845614) + (xy 192.317834 84.628257) (xy 192.452004 84.380115) (xy 192.535421 84.110638) (xy 192.564908 83.830091) (xy 192.539341 83.549159) + (xy 192.459695 83.278544) (xy 192.329002 83.028552) (xy 192.152242 82.808707) (xy 191.936146 82.627381) (xy 191.795251 82.549923) + (xy 191.919415 82.483904) (xy 192.138021 82.305614) (xy 192.317834 82.088257) (xy 192.452004 81.840115) (xy 192.535421 81.570638) + (xy 192.564908 81.290091) (xy 192.539341 81.009159) (xy 192.459695 80.738544) (xy 192.329002 80.488552) (xy 192.152242 80.268707) + (xy 191.936146 80.087381) (xy 191.795251 80.009923) (xy 191.919415 79.943904) (xy 192.138021 79.765614) (xy 192.317834 79.548257) + (xy 192.452004 79.300115) (xy 192.535421 79.030638) (xy 192.564908 78.750091) (xy 192.539341 78.469159) (xy 192.459695 78.198544) + (xy 192.329002 77.948552) (xy 192.152242 77.728707) (xy 191.936146 77.547381) (xy 191.795251 77.469923) (xy 191.919415 77.403904) + (xy 192.138021 77.225614) (xy 192.317834 77.008257) (xy 192.452004 76.760115) (xy 192.535421 76.490638) (xy 192.564908 76.210091) + (xy 192.539341 75.929159) (xy 192.459695 75.658544) (xy 192.329002 75.408552) (xy 192.152242 75.188707) (xy 191.936146 75.007381) + (xy 191.806438 74.936073) (xy 191.81748 74.931276) (xy 192.051892 74.768748) (xy 192.250092 74.563612) (xy 192.404464 74.32375) + (xy 192.501384 74.050025) (xy 192.379501 73.8275) (xy 190.6675 73.8275) (xy 190.6675 73.8475) (xy 190.3325 73.8475) + (xy 190.3325 73.8275) (xy 188.620499 73.8275) (xy 188.498616 74.050025) (xy 188.595536 74.32375) (xy 188.749908 74.563612) + (xy 188.948108 74.768748) (xy 189.18252 74.931276) (xy 189.193511 74.936051) (xy 189.080585 74.996096) (xy 188.861979 75.174386) + (xy 188.682166 75.391743) (xy 188.547996 75.639885) (xy 188.464579 75.909362) (xy 188.435092 76.189909) (xy 188.460659 76.470841) + (xy 188.540305 76.741456) (xy 188.670998 76.991448) (xy 188.847758 77.211293) (xy 189.063854 77.392619) (xy 189.204748 77.470076) + (xy 189.080585 77.536096) (xy 188.861979 77.714386) (xy 188.682166 77.931743) (xy 188.547996 78.179885) (xy 188.464579 78.449362) + (xy 188.435092 78.729909) (xy 188.460659 79.010841) (xy 188.540305 79.281456) (xy 188.670998 79.531448) (xy 188.847758 79.751293) + (xy 189.063854 79.932619) (xy 189.204748 80.010076) (xy 189.080585 80.076096) (xy 188.861979 80.254386) (xy 188.682166 80.471743) + (xy 188.547996 80.719885) (xy 188.464579 80.989362) (xy 188.435092 81.269909) (xy 188.460659 81.550841) (xy 188.540305 81.821456) + (xy 188.670998 82.071448) (xy 188.847758 82.291293) (xy 189.063854 82.472619) (xy 189.204748 82.550076) (xy 189.080585 82.616096) + (xy 188.861979 82.794386) (xy 188.682166 83.011743) (xy 188.547996 83.259885) (xy 188.464579 83.529362) (xy 188.435092 83.809909) + (xy 188.460659 84.090841) (xy 188.540305 84.361456) (xy 188.670998 84.611448) (xy 188.847758 84.831293) (xy 189.063854 85.012619) + (xy 189.204748 85.090076) (xy 189.080585 85.156096) (xy 188.861979 85.334386) (xy 188.682166 85.551743) (xy 188.547996 85.799885) + (xy 188.464579 86.069362) (xy 188.435092 86.349909) (xy 188.460659 86.630841) (xy 188.540305 86.901456) (xy 188.670998 87.151448) + (xy 188.847758 87.371293) (xy 189.063854 87.552619) (xy 189.204748 87.630076) (xy 189.080585 87.696096) (xy 188.861979 87.874386) + (xy 188.682166 88.091743) (xy 188.547996 88.339885) (xy 188.464579 88.609362) (xy 188.435092 88.889909) (xy 188.460659 89.170841) + (xy 188.540305 89.441456) (xy 188.670998 89.691448) (xy 188.847758 89.911293) (xy 189.063854 90.092619) (xy 189.204748 90.170076) + (xy 189.080585 90.236096) (xy 188.861979 90.414386) (xy 188.682166 90.631743) (xy 188.547996 90.879885) (xy 188.464579 91.149362) + (xy 188.435092 91.429909) (xy 188.460659 91.710841) (xy 188.540305 91.981456) (xy 188.670998 92.231448) (xy 188.847758 92.451293) + (xy 189.063854 92.632619) (xy 189.204748 92.710076) (xy 189.080585 92.776096) (xy 188.861979 92.954386) (xy 188.682166 93.171743) + (xy 188.547996 93.419885) (xy 188.464579 93.689362) (xy 188.435092 93.969909) (xy 188.460659 94.250841) (xy 188.540305 94.521456) + (xy 188.670998 94.771448) (xy 188.847758 94.991293) (xy 189.063854 95.172619) (xy 189.204748 95.250076) (xy 189.080585 95.316096) + (xy 188.861979 95.494386) (xy 188.682166 95.711743) (xy 188.547996 95.959885) (xy 188.464579 96.229362) (xy 188.435092 96.509909) + (xy 188.460659 96.790841) (xy 188.540305 97.061456) (xy 188.670998 97.311448) (xy 188.847758 97.531293) (xy 189.063854 97.712619) + (xy 189.204748 97.790076) (xy 189.080585 97.856096) (xy 188.861979 98.034386) (xy 188.682166 98.251743) (xy 188.547996 98.499885) + (xy 188.464579 98.769362) (xy 188.435092 99.049909) (xy 188.460659 99.330841) (xy 188.540305 99.601456) (xy 188.670998 99.851448) + (xy 188.847758 100.071293) (xy 189.063854 100.252619) (xy 189.311053 100.388518) (xy 189.579941 100.473815) (xy 189.860276 100.505259) + (xy 189.880457 100.5054) (xy 191.119543 100.5054) (xy 191.400289 100.477873) (xy 191.670342 100.396339) (xy 191.919415 100.263904) + (xy 192.138021 100.085614) (xy 192.317834 99.868257) (xy 192.452004 99.620115) (xy 192.535421 99.350638) (xy 192.564908 99.070091) + (xy 192.564908 103.609) (xy 187.96 103.609) (xy 187.852767 103.619514) (xy 187.745513 103.628897) (xy 187.739624 103.630607) + (xy 187.733523 103.631206) (xy 187.630383 103.662345) (xy 187.526985 103.692386) (xy 187.521544 103.695205) (xy 187.515672 103.696979) + (xy 187.420546 103.747558) (xy 187.324951 103.79711) (xy 187.320159 103.800935) (xy 187.314745 103.803814) (xy 187.231262 103.871901) + (xy 187.147106 103.939083) (xy 187.138568 103.9475) (xy 187.138397 103.947641) (xy 187.138265 103.9478) (xy 187.135513 103.950514) + (xy 185.865513 105.220513) (xy 185.797107 105.303791) (xy 185.727918 105.386248) (xy 185.724964 105.391619) (xy 185.721072 105.396359) + (xy 185.670164 105.4913) (xy 185.618288 105.585664) (xy 185.616434 105.591507) (xy 185.613537 105.596911) (xy 185.582049 105.699902) + (xy 185.54948 105.802575) (xy 185.548796 105.808669) (xy 185.547004 105.814532) (xy 185.536123 105.921654) (xy 185.524114 106.02872) + (xy 185.52403 106.040713) (xy 185.524008 106.04093) (xy 185.524027 106.041131) (xy 185.524 106.045) (xy 185.524 108.017575) + (xy 185.307208 108.194386) (xy 185.127395 108.411743) (xy 184.993225 108.659885) (xy 184.909808 108.929362) (xy 184.880321 109.209909) + (xy 184.905888 109.490841) (xy 184.985534 109.761456) (xy 185.116227 110.011448) (xy 185.292987 110.231293) (xy 185.509083 110.412619) + (xy 185.649977 110.490076) (xy 185.525814 110.556096) (xy 185.307208 110.734386) (xy 185.127395 110.951743) (xy 184.993225 111.199885) + (xy 184.909808 111.469362) (xy 184.880321 111.749909) (xy 184.905888 112.030841) (xy 184.985534 112.301456) (xy 185.116227 112.551448) + (xy 185.292987 112.771293) (xy 185.509083 112.952619) (xy 185.649977 113.030076) (xy 185.525814 113.096096) (xy 185.307208 113.274386) + (xy 185.127395 113.491743) (xy 184.993225 113.739885) (xy 184.909808 114.009362) (xy 184.880321 114.289909) (xy 184.905888 114.570841) + (xy 184.985534 114.841456) (xy 185.116227 115.091448) (xy 185.292987 115.311293) (xy 185.509083 115.492619) (xy 185.649977 115.570076) + (xy 185.525814 115.636096) (xy 185.307208 115.814386) (xy 185.127395 116.031743) (xy 184.993225 116.279885) (xy 184.909808 116.549362) + (xy 184.880321 116.829909) (xy 184.905888 117.110841) (xy 184.985534 117.381456) (xy 185.116227 117.631448) (xy 185.292987 117.851293) + (xy 185.509083 118.032619) (xy 185.756282 118.168518) (xy 186.02517 118.253815) (xy 186.305505 118.285259) (xy 186.325686 118.2854) + (xy 187.054314 118.2854) (xy 187.33506 118.257873) (xy 187.605113 118.176339) (xy 187.854186 118.043904) (xy 188.072792 117.865614) + (xy 188.114249 117.8155) (xy 189.23 117.8155) (xy 189.319688 117.806706) (xy 189.409445 117.798853) (xy 189.414367 117.797422) + (xy 189.419476 117.796922) (xy 189.505767 117.770869) (xy 189.59227 117.745738) (xy 189.596823 117.743377) (xy 189.601734 117.741895) + (xy 189.681307 117.699585) (xy 189.761295 117.658123) (xy 189.765302 117.654924) (xy 189.769833 117.652515) (xy 189.839672 117.595555) + (xy 189.910085 117.539346) (xy 189.917226 117.532303) (xy 189.917371 117.532186) (xy 189.917481 117.532052) (xy 189.919783 117.529783) + (xy 191.796459 115.653105) (xy 191.944355 115.717719) (xy 192.228498 115.780192) (xy 192.519363 115.786285) (xy 192.805873 115.735765) + (xy 193.077113 115.630558) (xy 193.322753 115.47467) (xy 193.533436 115.27404) (xy 193.701137 115.036308) (xy 193.819469 114.770531) + (xy 193.883924 114.486831) (xy 193.888564 114.154535) (xy 193.832055 113.869147) (xy 193.721191 113.600169) (xy 193.560193 113.357848) + (xy 193.355194 113.151413) (xy 193.114003 112.988727) (xy 192.845805 112.875988) (xy 192.560818 112.817488) (xy 192.269896 112.815457) + (xy 191.98412 112.869972) (xy 191.714375 112.978956) (xy 191.470935 113.138258) (xy 191.263074 113.341811) (xy 191.098709 113.58186) + (xy 191.091038 113.599757) (xy 191.089915 113.600654) (xy 191.082777 113.607692) (xy 191.082629 113.607814) (xy 191.082515 113.607951) + (xy 191.080217 113.610218) (xy 190.817587 113.872847) (xy 190.819183 113.867818) (xy 190.819754 113.862722) (xy 190.821255 113.857815) + (xy 190.830361 113.768155) (xy 190.840405 113.67862) (xy 190.840474 113.668591) (xy 190.840494 113.668404) (xy 190.840477 113.668229) + (xy 190.8405 113.665) (xy 190.8405 111.609678) (xy 190.993436 111.46404) (xy 191.161137 111.226308) (xy 191.279469 110.960531) + (xy 191.343924 110.676831) (xy 191.348564 110.344535) (xy 191.292055 110.059147) (xy 191.181191 109.790169) (xy 191.020193 109.547848) + (xy 190.815194 109.341413) (xy 190.574003 109.178727) (xy 190.305805 109.065988) (xy 190.020818 109.007488) (xy 189.729896 109.005457) + (xy 189.44412 109.059972) (xy 189.174375 109.168956) (xy 188.930935 109.328258) (xy 188.723074 109.531811) (xy 188.558709 109.77186) + (xy 188.4441 110.039264) (xy 188.383612 110.323836) (xy 188.37955 110.614737) (xy 188.432068 110.900887) (xy 188.539167 111.171386) + (xy 188.696765 111.415931) (xy 188.8895 111.615513) (xy 188.8895 113.260934) (xy 188.825934 113.3245) (xy 188.115791 113.3245) + (xy 188.087013 113.288707) (xy 187.870917 113.107381) (xy 187.730022 113.029923) (xy 187.854186 112.963904) (xy 188.072792 112.785614) + (xy 188.252605 112.568257) (xy 188.386775 112.320115) (xy 188.470192 112.050638) (xy 188.499679 111.770091) (xy 188.474112 111.489159) + (xy 188.394466 111.218544) (xy 188.263773 110.968552) (xy 188.087013 110.748707) (xy 187.870917 110.567381) (xy 187.730022 110.489923) + (xy 187.854186 110.423904) (xy 188.072792 110.245614) (xy 188.252605 110.028257) (xy 188.386775 109.780115) (xy 188.470192 109.510638) + (xy 188.499679 109.230091) (xy 188.474112 108.949159) (xy 188.394466 108.678544) (xy 188.263773 108.428552) (xy 188.087013 108.208707) + (xy 187.870917 108.027381) (xy 187.856 108.01918) (xy 187.856 106.527973) (xy 188.442973 105.941) (xy 194.462026 105.941) + (xy 195.684 107.162973) (xy 195.684 111.696771) (xy 195.655538 111.738339) (xy 195.55074 111.98285) (xy 195.495431 112.243061) + (xy 195.491716 112.509058) (xy 195.539739 112.770711) (xy 195.637669 113.018054) (xy 195.781776 113.241664) (xy 195.966571 113.433025) + (xy 196.185016 113.584849) (xy 196.370469 113.665871) (xy 196.224649 113.723852) (xy 196.190394 113.742162) (xy 196.129245 113.977364) + (xy 196.85 114.698119) (xy 197.570755 113.977364) (xy 197.509606 113.742162) (xy 197.3289 113.664276) (xy 197.464575 113.611652) + (xy 197.689186 113.469109) (xy 197.881833 113.285654) (xy 198.035177 113.068274) (xy 198.143379 112.82525) (xy 198.202316 112.565837) + (xy 198.206559 112.261988) (xy 198.206559 114.811466) (xy 198.159876 114.557948) (xy 198.061148 114.309649) (xy 198.042838 114.275394) + (xy 197.807636 114.214245) (xy 197.086881 114.935) (xy 197.807636 115.655755) (xy 198.042838 115.594606) (xy 198.148601 115.349221) + (xy 198.204459 115.087917) (xy 198.208266 114.820737) (xy 198.208266 117.360737) (xy 198.159876 117.097948) (xy 198.061148 116.849649) + (xy 198.042838 116.815394) (xy 197.807636 116.754245) (xy 197.570755 116.991126) (xy 197.570755 116.517364) (xy 197.509606 116.282162) + (xy 197.329024 116.204329) (xy 197.475351 116.146148) (xy 197.509606 116.127838) (xy 197.570755 115.892636) (xy 196.85 115.171881) + (xy 196.613119 115.408762) (xy 196.613119 114.935) (xy 195.892364 114.214245) (xy 195.657162 114.275394) (xy 195.551399 114.520779) + (xy 195.495541 114.782083) (xy 195.491734 115.049263) (xy 195.540124 115.312052) (xy 195.638852 115.560351) (xy 195.657162 115.594606) + (xy 195.892364 115.655755) (xy 196.613119 114.935) (xy 196.613119 115.408762) (xy 196.129245 115.892636) (xy 196.190394 116.127838) + (xy 196.370975 116.20567) (xy 196.224649 116.263852) (xy 196.190394 116.282162) (xy 196.129245 116.517364) (xy 196.85 117.238119) + (xy 197.570755 116.517364) (xy 197.570755 116.991126) (xy 197.086881 117.475) (xy 197.101023 117.489142) (xy 196.864142 117.726022) + (xy 196.85 117.711881) (xy 196.835858 117.726023) (xy 196.613119 117.503284) (xy 196.598977 117.489142) (xy 196.613119 117.475) + (xy 195.892364 116.754245) (xy 195.657162 116.815394) (xy 195.551399 117.060779) (xy 195.495541 117.322083) (xy 195.491734 117.589263) + (xy 195.540124 117.852052) (xy 195.638852 118.100351) (xy 195.657162 118.134606) (xy 195.892362 118.195754) (xy 195.874117 118.214) + (xy 193.04 118.214) (xy 192.932717 118.224519) (xy 192.825513 118.233898) (xy 192.819629 118.235607) (xy 192.813523 118.236206) + (xy 192.710355 118.267354) (xy 192.606984 118.297386) (xy 192.601542 118.300206) (xy 192.595672 118.301979) (xy 192.500525 118.352569) + (xy 192.404951 118.402111) (xy 192.400163 118.405933) (xy 192.394745 118.408814) (xy 192.311259 118.476903) (xy 192.227105 118.544083) + (xy 192.218567 118.552502) (xy 192.218397 118.552641) (xy 192.218266 118.552798) (xy 192.215513 118.555514) (xy 190.017026 120.754) + (xy 189.23 120.754) (xy 189.003523 120.776206) (xy 188.785672 120.841979) (xy 188.584745 120.948814) (xy 188.465461 121.0461) + (xy 188.435232 121.0461) (xy 188.437384 121.040025) (xy 188.437384 120.259975) (xy 188.340464 119.98625) (xy 188.186092 119.746388) + (xy 187.987892 119.541252) (xy 187.75348 119.378724) (xy 187.491865 119.265051) (xy 187.2131 119.2046) (xy 186.8575 119.2046) + (xy 186.8575 120.4825) (xy 188.315501 120.4825) (xy 188.437384 120.259975) (xy 188.437384 121.040025) (xy 188.315501 120.8175) + (xy 186.8575 120.8175) (xy 186.8575 120.8375) (xy 186.5225 120.8375) (xy 186.5225 120.8175) (xy 186.5225 120.4825) + (xy 186.5225 119.2046) (xy 186.1669 119.2046) (xy 185.888135 119.265051) (xy 185.62652 119.378724) (xy 185.392108 119.541252) + (xy 185.193908 119.746388) (xy 185.039536 119.98625) (xy 184.942616 120.259975) (xy 185.064499 120.4825) (xy 186.5225 120.4825) + (xy 186.5225 120.8175) (xy 185.064499 120.8175) (xy 184.942616 121.040025) (xy 184.944767 121.0461) (xy 183.020073 121.0461) + (xy 181.799487 119.825513) (xy 181.716208 119.757107) (xy 181.633752 119.687918) (xy 181.62838 119.684964) (xy 181.623641 119.681072) + (xy 181.528699 119.630164) (xy 181.434336 119.578288) (xy 181.428492 119.576434) (xy 181.423089 119.573537) (xy 181.320097 119.542049) + (xy 181.217425 119.50948) (xy 181.21133 119.508796) (xy 181.205468 119.507004) (xy 181.098345 119.496123) (xy 180.99128 119.484114) + (xy 180.979286 119.48403) (xy 180.97907 119.484008) (xy 180.978868 119.484027) (xy 180.975 119.484) (xy 180.871 119.484) + (xy 180.871 110.072207) (xy 180.871 109.552) (xy 180.871 108.888) (xy 180.871 108.367793) (xy 180.845713 108.240669) + (xy 180.796112 108.12092) (xy 180.724102 108.01315) (xy 180.632451 107.921498) (xy 180.52468 107.849488) (xy 180.404932 107.799887) + (xy 180.277808 107.7746) (xy 180.148193 107.7746) (xy 179.402 107.7746) (xy 179.2375 107.9391) (xy 179.2375 109.0525) + (xy 180.7065 109.0525) (xy 180.871 108.888) (xy 180.871 109.552) (xy 180.7065 109.3875) (xy 179.2375 109.3875) + (xy 179.2375 110.3146) (xy 179.2375 110.5009) (xy 179.2375 111.5925) (xy 180.695501 111.5925) (xy 180.817384 111.369975) + (xy 180.720464 111.09625) (xy 180.566092 110.856388) (xy 180.367892 110.651252) (xy 180.363665 110.648321) (xy 180.404932 110.640113) + (xy 180.52468 110.590512) (xy 180.632451 110.518502) (xy 180.724102 110.42685) (xy 180.796112 110.31908) (xy 180.845713 110.199331) + (xy 180.871 110.072207) (xy 180.871 119.484) (xy 180.817384 119.484) (xy 180.817384 117.230025) (xy 180.817384 116.449975) + (xy 180.720464 116.17625) (xy 180.566092 115.936388) (xy 180.367892 115.731252) (xy 180.13532 115.57) (xy 180.367892 115.408748) + (xy 180.566092 115.203612) (xy 180.720464 114.96375) (xy 180.817384 114.690025) (xy 180.817384 113.909975) (xy 180.720464 113.63625) + (xy 180.566092 113.396388) (xy 180.367892 113.191252) (xy 180.13532 113.03) (xy 180.367892 112.868748) (xy 180.566092 112.663612) + (xy 180.720464 112.42375) (xy 180.817384 112.150025) (xy 180.695501 111.9275) (xy 179.2375 111.9275) (xy 179.2375 112.8546) + (xy 179.2375 113.2054) (xy 179.2375 114.1325) (xy 180.695501 114.1325) (xy 180.817384 113.909975) (xy 180.817384 114.690025) + (xy 180.695501 114.4675) (xy 179.2375 114.4675) (xy 179.2375 115.3946) (xy 179.2375 115.7454) (xy 179.2375 116.6725) + (xy 180.695501 116.6725) (xy 180.817384 116.449975) (xy 180.817384 117.230025) (xy 180.695501 117.0075) (xy 179.2375 117.0075) + (xy 179.2375 118.2854) (xy 179.5931 118.2854) (xy 179.871865 118.224949) (xy 180.13348 118.111276) (xy 180.367892 117.948748) + (xy 180.566092 117.743612) (xy 180.720464 117.50375) (xy 180.817384 117.230025) (xy 180.817384 119.484) (xy 180.751397 119.484) + (xy 180.724102 119.44315) (xy 180.632451 119.351498) (xy 180.52468 119.279488) (xy 180.404932 119.229887) (xy 180.277808 119.2046) + (xy 180.148193 119.2046) (xy 178.9025 119.2046) (xy 178.9025 118.2854) (xy 178.9025 117.0075) (xy 178.9025 116.6725) + (xy 178.9025 115.7454) (xy 178.9025 115.3946) (xy 178.9025 114.4675) (xy 178.9025 114.1325) (xy 178.9025 113.2054) + (xy 178.9025 112.8546) (xy 178.9025 111.9275) (xy 178.9025 111.5925) (xy 178.9025 110.5009) (xy 178.9025 110.3146) + (xy 178.9025 109.3875) (xy 178.9025 109.0525) (xy 178.9025 107.9391) (xy 178.738 107.7746) (xy 177.991807 107.7746) + (xy 177.862192 107.7746) (xy 177.735068 107.799887) (xy 177.61532 107.849488) (xy 177.507549 107.921498) (xy 177.415898 108.01315) + (xy 177.343888 108.12092) (xy 177.324908 108.166742) (xy 177.324908 99.070091) (xy 177.299341 98.789159) (xy 177.219695 98.518544) + (xy 177.089002 98.268552) (xy 176.912242 98.048707) (xy 176.696146 97.867381) (xy 176.555251 97.789923) (xy 176.679415 97.723904) + (xy 176.898021 97.545614) (xy 177.077834 97.328257) (xy 177.212004 97.080115) (xy 177.295421 96.810638) (xy 177.324908 96.530091) + (xy 177.299341 96.249159) (xy 177.219695 95.978544) (xy 177.089002 95.728552) (xy 176.912242 95.508707) (xy 176.696146 95.327381) + (xy 176.555251 95.249923) (xy 176.679415 95.183904) (xy 176.898021 95.005614) (xy 177.077834 94.788257) (xy 177.212004 94.540115) + (xy 177.295421 94.270638) (xy 177.324908 93.990091) (xy 177.299341 93.709159) (xy 177.219695 93.438544) (xy 177.089002 93.188552) + (xy 176.912242 92.968707) (xy 176.696146 92.787381) (xy 176.555251 92.709923) (xy 176.679415 92.643904) (xy 176.898021 92.465614) + (xy 177.077834 92.248257) (xy 177.212004 92.000115) (xy 177.295421 91.730638) (xy 177.324908 91.450091) (xy 177.299341 91.169159) + (xy 177.219695 90.898544) (xy 177.089002 90.648552) (xy 176.912242 90.428707) (xy 176.696146 90.247381) (xy 176.555251 90.169923) + (xy 176.679415 90.103904) (xy 176.898021 89.925614) (xy 177.077834 89.708257) (xy 177.212004 89.460115) (xy 177.295421 89.190638) + (xy 177.324908 88.910091) (xy 177.299341 88.629159) (xy 177.219695 88.358544) (xy 177.089002 88.108552) (xy 176.912242 87.888707) + (xy 176.696146 87.707381) (xy 176.555251 87.629923) (xy 176.679415 87.563904) (xy 176.898021 87.385614) (xy 177.077834 87.168257) + (xy 177.212004 86.920115) (xy 177.295421 86.650638) (xy 177.324908 86.370091) (xy 177.299341 86.089159) (xy 177.219695 85.818544) + (xy 177.089002 85.568552) (xy 176.912242 85.348707) (xy 176.696146 85.167381) (xy 176.555251 85.089923) (xy 176.679415 85.023904) + (xy 176.898021 84.845614) (xy 177.077834 84.628257) (xy 177.212004 84.380115) (xy 177.295421 84.110638) (xy 177.324908 83.830091) + (xy 177.299341 83.549159) (xy 177.219695 83.278544) (xy 177.089002 83.028552) (xy 176.912242 82.808707) (xy 176.696146 82.627381) + (xy 176.555251 82.549923) (xy 176.679415 82.483904) (xy 176.898021 82.305614) (xy 177.077834 82.088257) (xy 177.212004 81.840115) + (xy 177.295421 81.570638) (xy 177.324908 81.290091) (xy 177.299341 81.009159) (xy 177.219695 80.738544) (xy 177.089002 80.488552) + (xy 176.912242 80.268707) (xy 176.696146 80.087381) (xy 176.566438 80.016073) (xy 176.57748 80.011276) (xy 176.811892 79.848748) + (xy 177.010092 79.643612) (xy 177.164464 79.40375) (xy 177.261384 79.130025) (xy 177.139501 78.9075) (xy 175.4275 78.9075) + (xy 175.4275 78.9275) (xy 175.0925 78.9275) (xy 175.0925 78.9075) (xy 173.380499 78.9075) (xy 173.258616 79.130025) + (xy 173.355536 79.40375) (xy 173.509908 79.643612) (xy 173.708108 79.848748) (xy 173.94252 80.011276) (xy 173.953511 80.016051) + (xy 173.840585 80.076096) (xy 173.621979 80.254386) (xy 173.442166 80.471743) (xy 173.307996 80.719885) (xy 173.224579 80.989362) + (xy 173.195092 81.269909) (xy 173.220659 81.550841) (xy 173.300305 81.821456) (xy 173.430998 82.071448) (xy 173.607758 82.291293) + (xy 173.823854 82.472619) (xy 173.964748 82.550076) (xy 173.840585 82.616096) (xy 173.621979 82.794386) (xy 173.442166 83.011743) + (xy 173.307996 83.259885) (xy 173.224579 83.529362) (xy 173.195092 83.809909) (xy 173.220659 84.090841) (xy 173.300305 84.361456) + (xy 173.430998 84.611448) (xy 173.607758 84.831293) (xy 173.823854 85.012619) (xy 173.964748 85.090076) (xy 173.840585 85.156096) + (xy 173.621979 85.334386) (xy 173.442166 85.551743) (xy 173.307996 85.799885) (xy 173.224579 86.069362) (xy 173.195092 86.349909) + (xy 173.220659 86.630841) (xy 173.300305 86.901456) (xy 173.430998 87.151448) (xy 173.607758 87.371293) (xy 173.823854 87.552619) + (xy 173.964748 87.630076) (xy 173.840585 87.696096) (xy 173.621979 87.874386) (xy 173.442166 88.091743) (xy 173.307996 88.339885) + (xy 173.224579 88.609362) (xy 173.195092 88.889909) (xy 173.220659 89.170841) (xy 173.300305 89.441456) (xy 173.430998 89.691448) + (xy 173.607758 89.911293) (xy 173.823854 90.092619) (xy 173.964748 90.170076) (xy 173.840585 90.236096) (xy 173.621979 90.414386) + (xy 173.442166 90.631743) (xy 173.307996 90.879885) (xy 173.224579 91.149362) (xy 173.195092 91.429909) (xy 173.220659 91.710841) + (xy 173.300305 91.981456) (xy 173.430998 92.231448) (xy 173.607758 92.451293) (xy 173.823854 92.632619) (xy 173.964748 92.710076) + (xy 173.840585 92.776096) (xy 173.621979 92.954386) (xy 173.442166 93.171743) (xy 173.307996 93.419885) (xy 173.224579 93.689362) + (xy 173.195092 93.969909) (xy 173.220659 94.250841) (xy 173.300305 94.521456) (xy 173.430998 94.771448) (xy 173.607758 94.991293) + (xy 173.823854 95.172619) (xy 173.964748 95.250076) (xy 173.840585 95.316096) (xy 173.621979 95.494386) (xy 173.442166 95.711743) + (xy 173.307996 95.959885) (xy 173.224579 96.229362) (xy 173.195092 96.509909) (xy 173.220659 96.790841) (xy 173.300305 97.061456) + (xy 173.430998 97.311448) (xy 173.607758 97.531293) (xy 173.823854 97.712619) (xy 173.964748 97.790076) (xy 173.840585 97.856096) + (xy 173.621979 98.034386) (xy 173.442166 98.251743) (xy 173.307996 98.499885) (xy 173.224579 98.769362) (xy 173.195092 99.049909) + (xy 173.220659 99.330841) (xy 173.300305 99.601456) (xy 173.430998 99.851448) (xy 173.607758 100.071293) (xy 173.823854 100.252619) + (xy 174.071053 100.388518) (xy 174.339941 100.473815) (xy 174.620276 100.505259) (xy 174.640457 100.5054) (xy 175.879543 100.5054) + (xy 176.160289 100.477873) (xy 176.430342 100.396339) (xy 176.679415 100.263904) (xy 176.898021 100.085614) (xy 177.077834 99.868257) + (xy 177.212004 99.620115) (xy 177.295421 99.350638) (xy 177.324908 99.070091) (xy 177.324908 108.166742) (xy 177.294287 108.240669) + (xy 177.269 108.367793) (xy 177.269 108.888) (xy 177.4335 109.0525) (xy 178.9025 109.0525) (xy 178.9025 109.3875) + (xy 177.4335 109.3875) (xy 177.269 109.552) (xy 177.269 110.072207) (xy 177.294287 110.199331) (xy 177.343888 110.31908) + (xy 177.415898 110.42685) (xy 177.507549 110.518502) (xy 177.61532 110.590512) (xy 177.735068 110.640113) (xy 177.776334 110.648321) + (xy 177.772108 110.651252) (xy 177.573908 110.856388) (xy 177.419536 111.09625) (xy 177.322616 111.369975) (xy 177.444499 111.5925) + (xy 178.9025 111.5925) (xy 178.9025 111.9275) (xy 177.444499 111.9275) (xy 177.322616 112.150025) (xy 177.419536 112.42375) + (xy 177.573908 112.663612) (xy 177.772108 112.868748) (xy 178.004679 113.03) (xy 177.772108 113.191252) (xy 177.573908 113.396388) + (xy 177.419536 113.63625) (xy 177.322616 113.909975) (xy 177.444499 114.1325) (xy 178.9025 114.1325) (xy 178.9025 114.4675) + (xy 177.444499 114.4675) (xy 177.322616 114.690025) (xy 177.419536 114.96375) (xy 177.573908 115.203612) (xy 177.772108 115.408748) + (xy 178.004679 115.57) (xy 177.772108 115.731252) (xy 177.573908 115.936388) (xy 177.419536 116.17625) (xy 177.322616 116.449975) + (xy 177.444499 116.6725) (xy 178.9025 116.6725) (xy 178.9025 117.0075) (xy 177.444499 117.0075) (xy 177.322616 117.230025) + (xy 177.419536 117.50375) (xy 177.573908 117.743612) (xy 177.772108 117.948748) (xy 178.00652 118.111276) (xy 178.268135 118.224949) + (xy 178.5469 118.2854) (xy 178.9025 118.2854) (xy 178.9025 119.2046) (xy 177.862193 119.2046) (xy 177.735069 119.229887) + (xy 177.61532 119.279488) (xy 177.50755 119.351498) (xy 177.415898 119.443149) (xy 177.388602 119.484) (xy 166.852973 119.484) + (xy 149.35292 101.983946) (xy 149.320971 101.822589) (xy 149.214852 101.565125) (xy 149.060746 101.333176) (xy 148.864522 101.135577) + (xy 148.633654 100.979855) (xy 148.486 100.917786) (xy 148.486 99.870624) (xy 148.560657 99.764791) (xy 148.673924 99.51039) + (xy 148.73562 99.238834) (xy 148.740061 98.920762) (xy 148.685971 98.647589) (xy 148.579852 98.390125) (xy 148.425746 98.158176) + (xy 148.229522 97.960577) (xy 148.187125 97.93198) (xy 148.273931 97.914713) (xy 148.317636 97.89661) (xy 157.925514 107.504487) + (xy 158.008766 107.572871) (xy 158.091248 107.642082) (xy 158.096619 107.645035) (xy 158.101359 107.648928) (xy 158.196281 107.699824) + (xy 158.290664 107.751712) (xy 158.296509 107.753566) (xy 158.301912 107.756463) (xy 158.404929 107.787958) (xy 158.507575 107.82052) + (xy 158.513664 107.821203) (xy 158.519532 107.822997) (xy 158.626704 107.833882) (xy 158.73372 107.845886) (xy 158.745713 107.845969) + (xy 158.74593 107.845992) (xy 158.746131 107.845972) (xy 158.75 107.846) (xy 165.735 107.846) (xy 165.842188 107.83549) + (xy 165.949487 107.826103) (xy 165.955375 107.824392) (xy 165.961477 107.823794) (xy 166.064616 107.792654) (xy 166.168015 107.762614) + (xy 166.173455 107.759794) (xy 166.179328 107.758021) (xy 166.274453 107.707441) (xy 166.370049 107.65789) (xy 166.37484 107.654064) + (xy 166.380255 107.651186) (xy 166.463707 107.583123) (xy 166.547894 107.515918) (xy 166.556436 107.507494) (xy 166.556603 107.507359) + (xy 166.55673 107.507205) (xy 166.559487 107.504487) (xy 168.122973 105.941) (xy 169.258165 105.941) (xy 169.452758 106.076246) + (xy 169.719355 106.192719) (xy 170.003498 106.255192) (xy 170.294363 106.261285) (xy 170.580873 106.210765) (xy 170.852113 106.105558) + (xy 171.097753 105.94967) (xy 171.308436 105.74904) (xy 171.476137 105.511308) (xy 171.594469 105.245531) (xy 171.658924 104.961831) + (xy 171.663564 104.629535) (xy 171.607055 104.344147) (xy 171.496191 104.075169) (xy 171.335193 103.832848) (xy 171.130194 103.626413) + (xy 170.889003 103.463727) (xy 170.620805 103.350988) (xy 170.335818 103.292488) (xy 170.044896 103.290457) (xy 169.75912 103.344972) + (xy 169.489375 103.453956) (xy 169.252441 103.609) (xy 167.64 103.609) (xy 167.532811 103.619509) (xy 167.425513 103.628897) + (xy 167.419624 103.630607) (xy 167.413523 103.631206) (xy 167.310429 103.662331) (xy 167.206985 103.692385) (xy 167.20154 103.695207) + (xy 167.195672 103.696979) (xy 167.100582 103.747539) (xy 167.004951 103.79711) (xy 167.000159 103.800935) (xy 166.994745 103.803814) + (xy 166.911292 103.871876) (xy 166.827106 103.939082) (xy 166.818567 103.947502) (xy 166.818397 103.947641) (xy 166.818266 103.947798) + (xy 166.815514 103.950513) (xy 165.252026 105.514) (xy 159.535061 105.514) (xy 159.535061 102.095762) (xy 159.480971 101.822589) + (xy 159.374852 101.565125) (xy 159.220746 101.333176) (xy 159.024522 101.135577) (xy 158.793654 100.979855) (xy 158.536937 100.871941) + (xy 158.264149 100.815946) (xy 158.074184 100.814619) (xy 157.63249 100.372924) (xy 157.63249 68.468261) (xy 157.630061 68.454647) + (xy 157.630061 58.280762) (xy 157.575971 58.007589) (xy 157.469852 57.750125) (xy 157.315746 57.518176) (xy 157.119522 57.320577) + (xy 156.888654 57.164855) (xy 156.631937 57.056941) (xy 156.359149 57.000946) (xy 156.080679 56.999001) (xy 155.807135 57.051183) + (xy 155.548936 57.155502) (xy 155.315917 57.307985) (xy 155.116953 57.502825) (xy 154.959623 57.7326) (xy 154.84992 57.988557) + (xy 154.792021 58.260948) (xy 154.788133 58.539397) (xy 154.838404 58.813299) (xy 154.940918 59.07222) (xy 155.091771 59.306298) + (xy 155.2345 59.454098) (xy 155.2345 61.190934) (xy 151.710217 64.715217) (xy 151.652995 64.78488) (xy 151.595102 64.853875) + (xy 151.592632 64.858367) (xy 151.589374 64.862334) (xy 151.546775 64.941779) (xy 151.503383 65.02071) (xy 151.501832 65.025599) + (xy 151.499408 65.03012) (xy 151.473068 65.116273) (xy 151.445817 65.202182) (xy 151.445244 65.207282) (xy 151.443746 65.212185) + (xy 151.434643 65.301799) (xy 151.424595 65.39138) (xy 151.424525 65.401407) (xy 151.424506 65.401595) (xy 151.424522 65.401769) + (xy 151.4245 65.405) (xy 151.4245 66.224934) (xy 149.914783 64.715217) (xy 149.845119 64.657995) (xy 149.776125 64.600102) + (xy 149.771632 64.597632) (xy 149.767666 64.594374) (xy 149.68822 64.551775) (xy 149.60929 64.508383) (xy 149.6044 64.506832) + (xy 149.59988 64.504408) (xy 149.513726 64.478068) (xy 149.427818 64.450817) (xy 149.422717 64.450244) (xy 149.417815 64.448746) + (xy 149.3282 64.439643) (xy 149.23862 64.429595) (xy 149.228592 64.429525) (xy 149.228405 64.429506) (xy 149.22823 64.429522) + (xy 149.225 64.4295) (xy 148.870479 64.4295) (xy 148.95227 64.405738) (xy 148.956823 64.403377) (xy 148.961734 64.401895) + (xy 149.041307 64.359585) (xy 149.121295 64.318123) (xy 149.125302 64.314924) (xy 149.129833 64.312515) (xy 149.199672 64.255555) + (xy 149.270085 64.199346) (xy 149.277226 64.192303) (xy 149.277371 64.192186) (xy 149.277481 64.192052) (xy 149.279783 64.189783) + (xy 150.549783 62.919783) (xy 150.607004 62.850119) (xy 150.664898 62.781125) (xy 150.667367 62.776632) (xy 150.670626 62.772666) + (xy 150.713234 62.693201) (xy 150.756617 62.61429) (xy 150.758167 62.609403) (xy 150.760592 62.604881) (xy 150.786935 62.518712) + (xy 150.814183 62.432818) (xy 150.814755 62.427717) (xy 150.816254 62.422815) (xy 150.825356 62.3332) (xy 150.835405 62.24362) + (xy 150.835474 62.233592) (xy 150.835494 62.233405) (xy 150.835477 62.23323) (xy 150.8355 62.23) (xy 150.8355 59.69) + (xy 150.826705 59.600307) (xy 150.818853 59.510556) (xy 150.817423 59.505633) (xy 150.816922 59.500524) (xy 150.790865 59.41422) + (xy 150.765738 59.32773) (xy 150.763377 59.323175) (xy 150.761895 59.318266) (xy 150.719606 59.238732) (xy 150.678124 59.158705) + (xy 150.674922 59.154694) (xy 150.672515 59.150167) (xy 150.615582 59.080361) (xy 150.559347 59.009916) (xy 150.552307 59.002777) + (xy 150.552186 59.002629) (xy 150.552048 59.002515) (xy 150.549783 59.000218) (xy 150.2005 58.650934) (xy 150.2005 55.641989) + (xy 150.305134 55.542347) (xy 150.465657 55.314791) (xy 150.578924 55.06039) (xy 150.64062 54.788834) (xy 150.645061 54.470762) + (xy 150.590971 54.197589) (xy 150.484852 53.940125) (xy 150.330746 53.708176) (xy 150.2005 53.577017) (xy 150.2005 50.165) + (xy 150.191701 50.075266) (xy 150.183853 49.985555) (xy 150.182422 49.980632) (xy 150.181922 49.975524) (xy 150.155869 49.889232) + (xy 150.130738 49.80273) (xy 150.128377 49.798175) (xy 150.126895 49.793266) (xy 150.084596 49.713713) (xy 150.043123 49.633704) + (xy 150.039922 49.629694) (xy 150.037515 49.625167) (xy 149.980573 49.555349) (xy 149.924346 49.484915) (xy 149.917307 49.477777) + (xy 149.917186 49.477629) (xy 149.917048 49.477515) (xy 149.914782 49.475217) (xy 149.533783 49.094217) (xy 149.464119 49.036995) + (xy 149.395125 48.979102) (xy 149.390632 48.976632) (xy 149.386666 48.973374) (xy 149.30722 48.930775) (xy 149.22829 48.887383) + (xy 149.2234 48.885832) (xy 149.21888 48.883408) (xy 149.132726 48.857068) (xy 149.046818 48.829817) (xy 149.046186 48.829746) + (xy 148.95085 48.733741) (xy 148.730306 48.584983) (xy 148.485069 48.481894) (xy 148.224479 48.428403) (xy 147.958462 48.426546) + (xy 147.697151 48.476394) (xy 147.450498 48.576048) (xy 147.227899 48.721712) (xy 147.139273 48.8085) (xy 146.485088 48.8085) + (xy 146.41085 48.733741) (xy 146.190306 48.584983) (xy 145.945069 48.481894) (xy 145.684479 48.428403) (xy 145.418462 48.426546) + (xy 145.157151 48.476394) (xy 144.910498 48.576048) (xy 144.687899 48.721712) (xy 144.497832 48.907839) (xy 144.347538 49.127339) + (xy 144.27162 49.304466) (xy 144.205514 49.14408) (xy 144.058299 48.922504) (xy 143.87085 48.733741) (xy 143.650306 48.584983) + (xy 143.405069 48.481894) (xy 143.144479 48.428403) (xy 142.878462 48.426546) (xy 142.617151 48.476394) (xy 142.370498 48.576048) + (xy 142.147899 48.721712) (xy 142.059273 48.8085) (xy 140.462 48.8085) (xy 140.372266 48.817298) (xy 140.282555 48.825147) + (xy 140.277632 48.826577) (xy 140.272524 48.827078) (xy 140.186232 48.85313) (xy 140.09973 48.878262) (xy 140.095175 48.880622) + (xy 140.090266 48.882105) (xy 140.010713 48.924403) (xy 139.930704 48.965877) (xy 139.926694 48.969077) (xy 139.922167 48.971485) + (xy 139.852349 49.028426) (xy 139.781915 49.084654) (xy 139.774777 49.091692) (xy 139.774629 49.091814) (xy 139.774515 49.091951) + (xy 139.772217 49.094218) (xy 138.375217 50.491217) (xy 138.317995 50.56088) (xy 138.260102 50.629875) (xy 138.257632 50.634367) + (xy 138.254374 50.638334) (xy 138.211775 50.717779) (xy 138.168383 50.79671) (xy 138.166832 50.801599) (xy 138.164408 50.80612) + (xy 138.138068 50.892273) (xy 138.110817 50.978182) (xy 138.110244 50.983282) (xy 138.108746 50.988185) (xy 138.099643 51.077799) + (xy 138.089595 51.16738) (xy 138.089525 51.177407) (xy 138.089506 51.177595) (xy 138.089522 51.177769) (xy 138.0895 51.181) + (xy 138.0895 53.577714) (xy 137.971953 53.692825) (xy 137.814623 53.9226) (xy 137.70492 54.178557) (xy 137.647021 54.450948) + (xy 137.644224 54.651209) (xy 136.692434 55.603) (xy 136.206193 55.603) (xy 136.079069 55.628287) (xy 135.978266 55.67004) + (xy 135.978266 49.415737) (xy 135.929876 49.152948) (xy 135.831148 48.904649) (xy 135.812838 48.870394) (xy 135.577636 48.809245) + (xy 135.340755 49.046126) (xy 135.340755 48.572364) (xy 135.279606 48.337162) (xy 135.034221 48.231399) (xy 134.772917 48.175541) + (xy 134.505737 48.171734) (xy 134.242948 48.220124) (xy 133.994649 48.318852) (xy 133.960394 48.337162) (xy 133.899245 48.572364) + (xy 134.62 49.293119) (xy 135.340755 48.572364) (xy 135.340755 49.046126) (xy 134.856881 49.53) (xy 135.577636 50.250755) + (xy 135.812838 50.189606) (xy 135.918601 49.944221) (xy 135.974459 49.682917) (xy 135.978266 49.415737) (xy 135.978266 55.67004) + (xy 135.95932 55.677888) (xy 135.85155 55.749898) (xy 135.759898 55.841549) (xy 135.687888 55.94932) (xy 135.638287 56.069068) + (xy 135.613 56.196192) (xy 135.613 56.325807) (xy 135.613 56.682434) (xy 135.340755 56.954679) (xy 135.340755 50.487636) + (xy 134.62 49.766881) (xy 134.383119 50.003762) (xy 134.383119 49.53) (xy 133.662364 48.809245) (xy 133.427162 48.870394) + (xy 133.349329 49.050975) (xy 133.291148 48.904649) (xy 133.272838 48.870394) (xy 133.037636 48.809245) (xy 132.800755 49.046126) + (xy 132.800755 48.572364) (xy 132.739606 48.337162) (xy 132.494221 48.231399) (xy 132.232917 48.175541) (xy 131.965737 48.171734) + (xy 131.702948 48.220124) (xy 131.454649 48.318852) (xy 131.420394 48.337162) (xy 131.359245 48.572364) (xy 132.08 49.293119) + (xy 132.800755 48.572364) (xy 132.800755 49.046126) (xy 132.316881 49.53) (xy 133.037636 50.250755) (xy 133.272838 50.189606) + (xy 133.35067 50.009024) (xy 133.408852 50.155351) (xy 133.427162 50.189606) (xy 133.662364 50.250755) (xy 134.383119 49.53) + (xy 134.383119 50.003762) (xy 133.899245 50.487636) (xy 133.960394 50.722838) (xy 134.205779 50.828601) (xy 134.467083 50.884459) + (xy 134.734263 50.888266) (xy 134.997052 50.839876) (xy 135.245351 50.741148) (xy 135.279606 50.722838) (xy 135.340755 50.487636) + (xy 135.340755 56.954679) (xy 133.295217 59.000217) (xy 133.237995 59.06988) (xy 133.180102 59.138875) (xy 133.177632 59.143367) + (xy 133.174374 59.147334) (xy 133.131775 59.226779) (xy 133.088383 59.30571) (xy 133.086832 59.310599) (xy 133.084408 59.31512) + (xy 133.058068 59.401273) (xy 133.030817 59.487182) (xy 133.030244 59.492282) (xy 133.028746 59.497185) (xy 133.019643 59.586799) + (xy 133.009595 59.67638) (xy 133.009525 59.686407) (xy 133.009506 59.686595) (xy 133.009522 59.686769) (xy 133.0095 59.69) + (xy 133.0095 60.687315) (xy 132.904069 60.708287) (xy 132.800755 60.75108) (xy 132.800755 50.487636) (xy 132.08 49.766881) + (xy 131.843119 50.003762) (xy 131.843119 49.53) (xy 131.122364 48.809245) (xy 130.887162 48.870394) (xy 130.809585 49.050381) + (xy 130.743514 48.89008) (xy 130.596299 48.668504) (xy 130.40885 48.479741) (xy 130.188306 48.330983) (xy 129.943069 48.227894) + (xy 129.682479 48.174403) (xy 129.563135 48.173569) (xy 128.959783 47.570217) (xy 128.890119 47.512995) (xy 128.821125 47.455102) + (xy 128.816632 47.452632) (xy 128.812666 47.449374) (xy 128.73322 47.406775) (xy 128.65429 47.363383) (xy 128.6494 47.361832) + (xy 128.64488 47.359408) (xy 128.558726 47.333068) (xy 128.472818 47.305817) (xy 128.467717 47.305244) (xy 128.462815 47.303746) + (xy 128.3732 47.294643) (xy 128.28362 47.284595) (xy 128.273592 47.284525) (xy 128.273405 47.284506) (xy 128.27323 47.284522) + (xy 128.27 47.2845) (xy 125.492582 47.2845) (xy 125.369522 47.160577) (xy 125.138654 47.004855) (xy 124.881937 46.896941) + (xy 124.609149 46.840946) (xy 124.330679 46.839001) (xy 124.057135 46.891183) (xy 123.798936 46.995502) (xy 123.565917 47.147985) + (xy 123.366953 47.342825) (xy 123.209623 47.5726) (xy 123.09992 47.828557) (xy 123.042021 48.100948) (xy 123.038133 48.379397) + (xy 123.088404 48.653299) (xy 123.190918 48.91222) (xy 123.341771 49.146298) (xy 123.535217 49.346617) (xy 123.763887 49.505547) + (xy 124.019073 49.617035) (xy 124.291053 49.676834) (xy 124.569468 49.682666) (xy 124.843714 49.634309) (xy 125.103344 49.533605) + (xy 125.33847 49.38439) (xy 125.494819 49.2355) (xy 127.865934 49.2355) (xy 128.182993 49.552559) (xy 128.181716 49.644058) + (xy 128.229739 49.905711) (xy 128.327669 50.153054) (xy 128.471776 50.376664) (xy 128.656571 50.568025) (xy 128.875016 50.719849) + (xy 129.11879 50.826351) (xy 129.378608 50.883476) (xy 129.644573 50.889047) (xy 129.906555 50.842852) (xy 130.154575 50.746652) + (xy 130.379186 50.604109) (xy 130.571833 50.420654) (xy 130.725177 50.203274) (xy 130.811138 50.010202) (xy 130.868852 50.155351) + (xy 130.887162 50.189606) (xy 131.122364 50.250755) (xy 131.843119 49.53) (xy 131.843119 50.003762) (xy 131.359245 50.487636) + (xy 131.420394 50.722838) (xy 131.665779 50.828601) (xy 131.927083 50.884459) (xy 132.194263 50.888266) (xy 132.457052 50.839876) + (xy 132.705351 50.741148) (xy 132.739606 50.722838) (xy 132.800755 50.487636) (xy 132.800755 60.75108) (xy 132.78432 60.757888) + (xy 132.67655 60.829898) (xy 132.584898 60.921549) (xy 132.512888 61.02932) (xy 132.463287 61.149068) (xy 132.438 61.276192) + (xy 132.438 61.405807) (xy 132.438 63.183807) (xy 132.463287 63.310931) (xy 132.512888 63.43068) (xy 132.584898 63.53845) + (xy 132.676549 63.630102) (xy 132.78432 63.702112) (xy 132.904068 63.751713) (xy 133.0095 63.772685) (xy 133.0095 68.175934) + (xy 127.580217 73.605217) (xy 127.522995 73.67488) (xy 127.465102 73.743875) (xy 127.462632 73.748367) (xy 127.459374 73.752334) + (xy 127.416775 73.831779) (xy 127.373383 73.91071) (xy 127.371832 73.915599) (xy 127.369408 73.92012) (xy 127.343068 74.006273) + (xy 127.315817 74.092182) (xy 127.315244 74.097282) (xy 127.313746 74.102185) (xy 127.304643 74.191799) (xy 127.294595 74.28138) + (xy 127.294525 74.291407) (xy 127.294506 74.291595) (xy 127.294522 74.291769) (xy 127.2945 74.295) (xy 127.2945 74.532714) + (xy 127.176953 74.647825) (xy 127.019623 74.8776) (xy 126.90992 75.133557) (xy 126.852021 75.405948) (xy 126.848133 75.684397) + (xy 126.898404 75.958299) (xy 127.000918 76.21722) (xy 127.151771 76.451298) (xy 127.345217 76.651617) (xy 127.573887 76.810547) + (xy 127.829073 76.922035) (xy 128.101053 76.981834) (xy 128.379468 76.987666) (xy 128.653714 76.939309) (xy 128.913344 76.838605) + (xy 129.14847 76.68939) (xy 129.350134 76.497347) (xy 129.510657 76.269791) (xy 129.623924 76.01539) (xy 129.68562 75.743834) + (xy 129.690061 75.425762) (xy 129.635971 75.152589) (xy 129.529852 74.895125) (xy 129.375746 74.663176) (xy 129.328732 74.615833) + (xy 134.674783 69.269782) (xy 134.731984 69.200144) (xy 134.789898 69.131125) (xy 134.792367 69.126632) (xy 134.795626 69.122666) + (xy 134.838224 69.04322) (xy 134.881617 68.96429) (xy 134.883167 68.9594) (xy 134.885592 68.95488) (xy 134.911944 68.868685) + (xy 134.939183 68.782818) (xy 134.939754 68.777722) (xy 134.941255 68.772815) (xy 134.950361 68.683155) (xy 134.960405 68.59362) + (xy 134.960474 68.583591) (xy 134.960494 68.583404) (xy 134.960477 68.583229) (xy 134.9605 68.58) (xy 134.9605 63.772684) + (xy 135.065931 63.751713) (xy 135.18568 63.702112) (xy 135.29345 63.630102) (xy 135.385102 63.538451) (xy 135.457112 63.43068) + (xy 135.506713 63.310932) (xy 135.532 63.183808) (xy 135.532 63.054193) (xy 135.532 61.276193) (xy 135.506713 61.149069) + (xy 135.457112 61.02932) (xy 135.385102 60.92155) (xy 135.293451 60.829898) (xy 135.18568 60.757888) (xy 135.065932 60.708287) + (xy 134.9605 60.687314) (xy 134.9605 60.094065) (xy 136.357565 58.697) (xy 138.113807 58.697) (xy 138.240931 58.671713) + (xy 138.36068 58.622112) (xy 138.46845 58.550102) (xy 138.560102 58.458451) (xy 138.632112 58.35068) (xy 138.681713 58.230932) + (xy 138.702685 58.1255) (xy 143.105934 58.1255) (xy 144.594752 59.614317) (xy 144.395151 59.652394) (xy 144.148498 59.752048) + (xy 143.925899 59.897712) (xy 143.837273 59.9845) (xy 140.097582 59.9845) (xy 139.974522 59.860577) (xy 139.743654 59.704855) + (xy 139.486937 59.596941) (xy 139.214149 59.540946) (xy 138.935679 59.539001) (xy 138.662135 59.591183) (xy 138.403936 59.695502) + (xy 138.170917 59.847985) (xy 137.971953 60.042825) (xy 137.814623 60.2726) (xy 137.70492 60.528557) (xy 137.647021 60.800948) + (xy 137.643133 61.079397) (xy 137.693404 61.353299) (xy 137.795918 61.61222) (xy 137.946771 61.846298) (xy 138.140217 62.046617) + (xy 138.368887 62.205547) (xy 138.624073 62.317035) (xy 138.896053 62.376834) (xy 139.174468 62.382666) (xy 139.448714 62.334309) + (xy 139.708344 62.233605) (xy 139.94347 62.08439) (xy 140.099819 61.9355) (xy 143.836191 61.9355) (xy 143.896571 61.998025) + (xy 144.115016 62.149849) (xy 144.300203 62.230755) (xy 144.148498 62.292048) (xy 143.925899 62.437712) (xy 143.735832 62.623839) + (xy 143.585538 62.843339) (xy 143.48074 63.08785) (xy 143.425431 63.348061) (xy 143.421716 63.614058) (xy 143.469739 63.875711) + (xy 143.567669 64.123054) (xy 143.711776 64.346664) (xy 143.896571 64.538025) (xy 144.115016 64.689849) (xy 144.35879 64.796351) + (xy 144.618608 64.853476) (xy 144.884573 64.859047) (xy 145.146555 64.812852) (xy 145.291907 64.756473) (xy 146.630217 66.094783) + (xy 146.69988 66.152004) (xy 146.768875 66.209898) (xy 146.773367 66.212367) (xy 146.777334 66.215626) (xy 146.856779 66.258224) + (xy 146.93571 66.301617) (xy 146.940599 66.303167) (xy 146.94512 66.305592) (xy 147.031314 66.331944) (xy 147.117182 66.359183) + (xy 147.122277 66.359754) (xy 147.127185 66.361255) (xy 147.216849 66.370362) (xy 147.30638 66.380405) (xy 147.316407 66.380474) + (xy 147.316595 66.380494) (xy 147.316769 66.380477) (xy 147.32 66.3805) (xy 148.820934 66.3805) (xy 150.980359 68.539925) + (xy 150.978133 68.699397) (xy 151.028404 68.973299) (xy 151.130918 69.23222) (xy 151.281771 69.466298) (xy 151.475217 69.666617) + (xy 151.703887 69.825547) (xy 151.959073 69.937035) (xy 152.231053 69.996834) (xy 152.509468 70.002666) (xy 152.783714 69.954309) + (xy 153.043344 69.853605) (xy 153.27847 69.70439) (xy 153.480134 69.512347) (xy 153.640657 69.284791) (xy 153.753924 69.03039) + (xy 153.81562 68.758834) (xy 153.820061 68.440762) (xy 153.765971 68.167589) (xy 153.659852 67.910125) (xy 153.505746 67.678176) + (xy 153.3755 67.547017) (xy 153.3755 65.809065) (xy 156.899783 62.284782) (xy 156.956984 62.215144) (xy 157.014898 62.146125) + (xy 157.017367 62.141632) (xy 157.020626 62.137666) (xy 157.063224 62.05822) (xy 157.106617 61.97929) (xy 157.108167 61.9744) + (xy 157.110592 61.96988) (xy 157.136944 61.883685) (xy 157.164183 61.797818) (xy 157.164754 61.792722) (xy 157.166255 61.787815) + (xy 157.175361 61.698155) (xy 157.185405 61.60862) (xy 157.185474 61.598591) (xy 157.185494 61.598404) (xy 157.185477 61.598229) + (xy 157.1855 61.595) (xy 157.1855 59.451989) (xy 157.290134 59.352347) (xy 157.450657 59.124791) (xy 157.563924 58.87039) + (xy 157.62562 58.598834) (xy 157.630061 58.280762) (xy 157.630061 68.454647) (xy 157.583358 68.192894) (xy 157.481449 67.932403) + (xy 157.454836 67.882615) (xy 157.213179 67.813702) (xy 156.976298 68.050583) (xy 156.976298 67.576821) (xy 156.907385 67.335164) + (xy 156.65113 67.22303) (xy 156.377922 67.163043) (xy 156.098261 67.15751) (xy 155.822894 67.206642) (xy 155.562403 67.308551) + (xy 155.512615 67.335164) (xy 155.443702 67.576821) (xy 156.21 68.343119) (xy 156.976298 67.576821) (xy 156.976298 68.050583) + (xy 156.446881 68.58) (xy 157.213179 69.346298) (xy 157.454836 69.277385) (xy 157.56697 69.02113) (xy 157.626957 68.747922) + (xy 157.63249 68.468261) (xy 157.63249 100.372924) (xy 157.568266 100.3087) (xy 157.568266 97.040737) (xy 157.568266 87.515737) + (xy 157.568266 77.355737) (xy 157.519876 77.092948) (xy 157.421148 76.844649) (xy 157.402838 76.810394) (xy 157.167636 76.749245) + (xy 156.976298 76.940583) (xy 156.976298 69.583179) (xy 156.21 68.816881) (xy 155.973119 69.053762) (xy 155.973119 68.58) + (xy 155.206821 67.813702) (xy 154.965164 67.882615) (xy 154.85303 68.13887) (xy 154.793043 68.412078) (xy 154.78751 68.691739) + (xy 154.836642 68.967106) (xy 154.938551 69.227597) (xy 154.965164 69.277385) (xy 155.206821 69.346298) (xy 155.973119 68.58) + (xy 155.973119 69.053762) (xy 155.443702 69.583179) (xy 155.512615 69.824836) (xy 155.76887 69.93697) (xy 156.042078 69.996957) + (xy 156.321739 70.00249) (xy 156.597106 69.953358) (xy 156.857597 69.851449) (xy 156.907385 69.824836) (xy 156.976298 69.583179) + (xy 156.976298 76.940583) (xy 156.930755 76.986126) (xy 156.930755 76.512364) (xy 156.869606 76.277162) (xy 156.624221 76.171399) + (xy 156.362917 76.115541) (xy 156.095737 76.111734) (xy 155.832948 76.160124) (xy 155.584649 76.258852) (xy 155.550394 76.277162) + (xy 155.489245 76.512364) (xy 156.21 77.233119) (xy 156.930755 76.512364) (xy 156.930755 76.986126) (xy 156.446881 77.47) + (xy 157.167636 78.190755) (xy 157.402838 78.129606) (xy 157.508601 77.884221) (xy 157.564459 77.622917) (xy 157.568266 77.355737) + (xy 157.568266 87.515737) (xy 157.519876 87.252948) (xy 157.421148 87.004649) (xy 157.402838 86.970394) (xy 157.167636 86.909245) + (xy 156.930755 87.146126) (xy 156.930755 86.672364) (xy 156.930755 78.427636) (xy 156.21 77.706881) (xy 155.973119 77.943762) + (xy 155.973119 77.47) (xy 155.252364 76.749245) (xy 155.0265 76.807966) (xy 155.0265 76.706693) (xy 155.001213 76.579569) + (xy 154.951612 76.45982) (xy 154.879602 76.35205) (xy 154.787951 76.260398) (xy 154.68018 76.188388) (xy 154.560432 76.138787) + (xy 154.433308 76.1135) (xy 154.303693 76.1135) (xy 152.906693 76.1135) (xy 152.779569 76.138787) (xy 152.65982 76.188388) + (xy 152.55205 76.260398) (xy 152.460398 76.352049) (xy 152.388388 76.45982) (xy 152.374023 76.4945) (xy 150.257582 76.4945) + (xy 150.134522 76.370577) (xy 149.903654 76.214855) (xy 149.646937 76.106941) (xy 149.374149 76.050946) (xy 149.095679 76.049001) + (xy 148.822135 76.101183) (xy 148.6765 76.160023) (xy 148.563936 76.205502) (xy 148.330917 76.357985) (xy 148.131953 76.552825) + (xy 147.974623 76.7826) (xy 147.86492 77.038557) (xy 147.807021 77.310948) (xy 147.803133 77.589397) (xy 147.853404 77.863299) + (xy 147.955918 78.12222) (xy 148.106771 78.356298) (xy 148.300217 78.556617) (xy 148.528887 78.715547) (xy 148.784073 78.827035) + (xy 149.056053 78.886834) (xy 149.334468 78.892666) (xy 149.608714 78.844309) (xy 149.868344 78.743605) (xy 150.10347 78.59439) + (xy 150.259819 78.4455) (xy 152.374023 78.4455) (xy 152.388388 78.48018) (xy 152.460398 78.58795) (xy 152.552049 78.679602) + (xy 152.65982 78.751612) (xy 152.779568 78.801213) (xy 152.906692 78.8265) (xy 153.036307 78.8265) (xy 154.433307 78.8265) + (xy 154.560431 78.801213) (xy 154.68018 78.751612) (xy 154.78795 78.679602) (xy 154.879602 78.587951) (xy 154.951612 78.48018) + (xy 155.001213 78.360432) (xy 155.0265 78.233308) (xy 155.0265 78.132033) (xy 155.252364 78.190755) (xy 155.973119 77.47) + (xy 155.973119 77.943762) (xy 155.489245 78.427636) (xy 155.550394 78.662838) (xy 155.795779 78.768601) (xy 156.057083 78.824459) + (xy 156.324263 78.828266) (xy 156.587052 78.779876) (xy 156.835351 78.681148) (xy 156.869606 78.662838) (xy 156.930755 78.427636) + (xy 156.930755 86.672364) (xy 156.869606 86.437162) (xy 156.624221 86.331399) (xy 156.362917 86.275541) (xy 156.095737 86.271734) + (xy 155.832948 86.320124) (xy 155.584649 86.418852) (xy 155.550394 86.437162) (xy 155.489245 86.672364) (xy 156.21 87.393119) + (xy 156.930755 86.672364) (xy 156.930755 87.146126) (xy 156.446881 87.63) (xy 157.167636 88.350755) (xy 157.402838 88.289606) + (xy 157.508601 88.044221) (xy 157.564459 87.782917) (xy 157.568266 87.515737) (xy 157.568266 97.040737) (xy 157.519876 96.777948) + (xy 157.421148 96.529649) (xy 157.402838 96.495394) (xy 157.167636 96.434245) (xy 156.930755 96.671126) (xy 156.930755 96.197364) + (xy 156.930755 88.587636) (xy 156.21 87.866881) (xy 155.973119 88.103762) (xy 155.973119 87.63) (xy 155.252364 86.909245) + (xy 155.0265 86.967966) (xy 155.0265 86.866693) (xy 155.001213 86.739569) (xy 154.951612 86.61982) (xy 154.879602 86.51205) + (xy 154.787951 86.420398) (xy 154.68018 86.348388) (xy 154.560432 86.298787) (xy 154.433308 86.2735) (xy 154.303693 86.2735) + (xy 152.906693 86.2735) (xy 152.779569 86.298787) (xy 152.65982 86.348388) (xy 152.55205 86.420398) (xy 152.460398 86.512049) + (xy 152.388388 86.61982) (xy 152.374023 86.6545) (xy 150.257582 86.6545) (xy 150.134522 86.530577) (xy 149.903654 86.374855) + (xy 149.646937 86.266941) (xy 149.374149 86.210946) (xy 149.095679 86.209001) (xy 148.822135 86.261183) (xy 148.563936 86.365502) + (xy 148.330917 86.517985) (xy 148.131953 86.712825) (xy 147.974623 86.9426) (xy 147.86492 87.198557) (xy 147.807021 87.470948) + (xy 147.803133 87.749397) (xy 147.853404 88.023299) (xy 147.955918 88.28222) (xy 148.106771 88.516298) (xy 148.300217 88.716617) + (xy 148.528887 88.875547) (xy 148.581348 88.898466) (xy 148.563936 88.905502) (xy 148.330917 89.057985) (xy 148.191512 89.1945) + (xy 147.089066 89.1945) (xy 145.7555 87.860934) (xy 145.7555 81.635317) (xy 145.801571 81.683025) (xy 146.020016 81.834849) + (xy 146.26379 81.941351) (xy 146.523608 81.998476) (xy 146.789573 82.004047) (xy 147.051555 81.957852) (xy 147.299575 81.861652) + (xy 147.524186 81.719109) (xy 147.627735 81.6205) (xy 148.185934 81.6205) (xy 148.2495 81.684065) (xy 148.2495 82.787714) + (xy 148.131953 82.902825) (xy 147.974623 83.1326) (xy 147.86492 83.388557) (xy 147.807021 83.660948) (xy 147.803133 83.939397) + (xy 147.853404 84.213299) (xy 147.955918 84.47222) (xy 148.106771 84.706298) (xy 148.300217 84.906617) (xy 148.528887 85.065547) + (xy 148.784073 85.177035) (xy 149.056053 85.236834) (xy 149.334468 85.242666) (xy 149.608714 85.194309) (xy 149.868344 85.093605) + (xy 150.10347 84.94439) (xy 150.305134 84.752347) (xy 150.465657 84.524791) (xy 150.578924 84.27039) (xy 150.64062 83.998834) + (xy 150.645061 83.680762) (xy 150.590971 83.407589) (xy 150.484852 83.150125) (xy 150.330746 82.918176) (xy 150.2005 82.787017) + (xy 150.2005 81.28) (xy 150.191705 81.190307) (xy 150.183853 81.100556) (xy 150.182423 81.095633) (xy 150.181922 81.090524) + (xy 150.155865 81.00422) (xy 150.130738 80.91773) (xy 150.128377 80.913175) (xy 150.126895 80.908266) (xy 150.084606 80.828732) + (xy 150.043124 80.748705) (xy 150.039922 80.744694) (xy 150.037515 80.740167) (xy 149.980582 80.670361) (xy 149.924347 80.599916) + (xy 149.917307 80.592777) (xy 149.917186 80.592629) (xy 149.917048 80.592515) (xy 149.914783 80.590218) (xy 149.279783 79.955217) + (xy 149.210119 79.897995) (xy 149.141125 79.840102) (xy 149.136632 79.837632) (xy 149.132666 79.834374) (xy 149.05322 79.791775) + (xy 148.97429 79.748383) (xy 148.9694 79.746832) (xy 148.96488 79.744408) (xy 148.878726 79.718068) (xy 148.792818 79.690817) + (xy 148.787717 79.690244) (xy 148.782815 79.688746) (xy 148.6932 79.679643) (xy 148.60362 79.669595) (xy 148.593592 79.669525) + (xy 148.593405 79.669506) (xy 148.59323 79.669522) (xy 148.59 79.6695) (xy 147.628088 79.6695) (xy 147.55385 79.594741) + (xy 147.333306 79.445983) (xy 147.088069 79.342894) (xy 146.827479 79.289403) (xy 146.561462 79.287546) (xy 146.300151 79.337394) + (xy 146.053498 79.437048) (xy 145.830899 79.582712) (xy 145.7555 79.656548) (xy 145.7555 75.969065) (xy 148.009782 73.714783) + (xy 148.066975 73.645154) (xy 148.124898 73.576125) (xy 148.127368 73.571632) (xy 148.130625 73.567667) (xy 148.173205 73.488254) + (xy 148.216617 73.40929) (xy 148.218168 73.404398) (xy 148.220591 73.399881) (xy 148.246925 73.313745) (xy 148.274183 73.227818) + (xy 148.274754 73.222719) (xy 148.276254 73.217816) (xy 148.285357 73.128195) (xy 148.295405 73.03862) (xy 148.295474 73.028592) + (xy 148.295494 73.028405) (xy 148.295477 73.02823) (xy 148.2955 73.025) (xy 148.2955 71.12) (xy 148.286701 71.030266) + (xy 148.278853 70.940555) (xy 148.277422 70.935632) (xy 148.276922 70.930524) (xy 148.250869 70.844232) (xy 148.225738 70.75773) + (xy 148.223377 70.753175) (xy 148.221895 70.748266) (xy 148.179596 70.668713) (xy 148.138123 70.588704) (xy 148.134922 70.584694) + (xy 148.132515 70.580167) (xy 148.075573 70.510349) (xy 148.019346 70.439915) (xy 148.012307 70.432777) (xy 148.012186 70.432629) + (xy 148.012048 70.432515) (xy 148.009782 70.430217) (xy 147.487502 69.907936) (xy 147.487502 69.772002) (xy 147.652 69.9365) + (xy 148.083307 69.9365) (xy 148.210431 69.911213) (xy 148.33018 69.861612) (xy 148.43795 69.789602) (xy 148.529602 69.697951) + (xy 148.601612 69.59018) (xy 148.651213 69.470432) (xy 148.6765 69.343308) (xy 148.6765 69.213693) (xy 148.6765 68.912) + (xy 148.6765 68.248) (xy 148.6765 67.946307) (xy 148.6765 67.816692) (xy 148.651213 67.689568) (xy 148.601612 67.56982) + (xy 148.529602 67.462049) (xy 148.43795 67.370398) (xy 148.33018 67.298388) (xy 148.210431 67.248787) (xy 148.083307 67.2235) + (xy 147.652 67.2235) (xy 147.4875 67.388) (xy 147.4875 68.4125) (xy 148.512 68.4125) (xy 148.6765 68.248) + (xy 148.6765 68.912) (xy 148.512 68.7475) (xy 147.4875 68.7475) (xy 147.4875 68.7675) (xy 147.1525 68.7675) + (xy 147.1525 68.7475) (xy 147.1325 68.7475) (xy 147.1325 68.4125) (xy 147.1525 68.4125) (xy 147.1525 67.388) + (xy 146.988 67.2235) (xy 146.556693 67.2235) (xy 146.429569 67.248787) (xy 146.30982 67.298388) (xy 146.20205 67.370398) + (xy 146.110398 67.462049) (xy 146.038388 67.56982) (xy 145.988787 67.689568) (xy 145.9635 67.816692) (xy 145.9635 67.909956) + (xy 145.836299 67.718504) (xy 145.64885 67.529741) (xy 145.428306 67.380983) (xy 145.183069 67.277894) (xy 144.922479 67.224403) + (xy 144.656462 67.222546) (xy 144.395151 67.272394) (xy 144.148498 67.372048) (xy 143.925899 67.517712) (xy 143.735832 67.703839) + (xy 143.585538 67.923339) (xy 143.48074 68.16785) (xy 143.425431 68.428061) (xy 143.421716 68.694058) (xy 143.469739 68.955711) + (xy 143.567669 69.203054) (xy 143.711776 69.426664) (xy 143.896571 69.618025) (xy 144.115016 69.769849) (xy 144.300203 69.850755) + (xy 144.148498 69.912048) (xy 143.925899 70.057712) (xy 143.837273 70.1445) (xy 140.097582 70.1445) (xy 139.974522 70.020577) + (xy 139.743654 69.864855) (xy 139.486937 69.756941) (xy 139.214149 69.700946) (xy 138.935679 69.699001) (xy 138.662135 69.751183) + (xy 138.403936 69.855502) (xy 138.170917 70.007985) (xy 137.971953 70.202825) (xy 137.814623 70.4326) (xy 137.70492 70.688557) + (xy 137.647021 70.960948) (xy 137.643133 71.239397) (xy 137.693404 71.513299) (xy 137.795918 71.77222) (xy 137.946771 72.006298) + (xy 138.140217 72.206617) (xy 138.368887 72.365547) (xy 138.624073 72.477035) (xy 138.896053 72.536834) (xy 139.10668 72.541246) + (xy 140.6295 74.064065) (xy 140.6295 77.700934) (xy 140.421534 77.9089) (xy 140.48062 77.648834) (xy 140.485061 77.330762) + (xy 140.430971 77.057589) (xy 140.324852 76.800125) (xy 140.170746 76.568176) (xy 139.974522 76.370577) (xy 139.743654 76.214855) + (xy 139.486937 76.106941) (xy 139.214149 76.050946) (xy 138.935679 76.049001) (xy 138.662135 76.101183) (xy 138.403936 76.205502) + (xy 138.170917 76.357985) (xy 137.971953 76.552825) (xy 137.814623 76.7826) (xy 137.70492 77.038557) (xy 137.647021 77.310948) + (xy 137.643133 77.589397) (xy 137.693404 77.863299) (xy 137.795918 78.12222) (xy 137.946771 78.356298) (xy 138.140217 78.556617) + (xy 138.368887 78.715547) (xy 138.624073 78.827035) (xy 138.896053 78.886834) (xy 139.174468 78.892666) (xy 139.448714 78.844309) + (xy 139.509831 78.820603) (xy 139.041934 79.2885) (xy 138.301693 79.2885) (xy 138.174569 79.313787) (xy 138.05482 79.363388) + (xy 137.94705 79.435398) (xy 137.855398 79.527049) (xy 137.783388 79.63482) (xy 137.733787 79.754568) (xy 137.7085 79.881692) + (xy 137.7085 80.011307) (xy 137.7085 81.408307) (xy 137.733787 81.535431) (xy 137.783388 81.65518) (xy 137.855398 81.76295) + (xy 137.947049 81.854602) (xy 138.05482 81.926612) (xy 138.174568 81.976213) (xy 138.301692 82.0015) (xy 138.431307 82.0015) + (xy 139.828307 82.0015) (xy 139.955431 81.976213) (xy 140.07518 81.926612) (xy 140.18295 81.854602) (xy 140.274602 81.762951) + (xy 140.346612 81.65518) (xy 140.396213 81.535432) (xy 140.4215 81.408308) (xy 140.4215 81.278693) (xy 140.4215 80.668065) + (xy 142.294782 78.794783) (xy 142.351975 78.725154) (xy 142.409898 78.656125) (xy 142.412368 78.651632) (xy 142.415625 78.647667) + (xy 142.458205 78.568254) (xy 142.501617 78.48929) (xy 142.503168 78.484398) (xy 142.505591 78.479881) (xy 142.531925 78.393745) + (xy 142.559183 78.307818) (xy 142.559754 78.302719) (xy 142.561254 78.297816) (xy 142.570357 78.208195) (xy 142.580405 78.11862) + (xy 142.580474 78.108592) (xy 142.580494 78.108405) (xy 142.580477 78.10823) (xy 142.5805 78.105) (xy 142.5805 73.66) + (xy 142.571701 73.570266) (xy 142.563853 73.480555) (xy 142.562422 73.475632) (xy 142.561922 73.470524) (xy 142.535869 73.384232) + (xy 142.510738 73.29773) (xy 142.508377 73.293175) (xy 142.506895 73.288266) (xy 142.464596 73.208713) (xy 142.423123 73.128704) + (xy 142.419922 73.124694) (xy 142.417515 73.120167) (xy 142.360573 73.050349) (xy 142.304346 72.979915) (xy 142.297307 72.972777) + (xy 142.297186 72.972629) (xy 142.297048 72.972515) (xy 142.294782 72.970217) (xy 141.420065 72.0955) (xy 143.836191 72.0955) + (xy 143.896571 72.158025) (xy 144.115016 72.309849) (xy 144.35879 72.416351) (xy 144.618608 72.473476) (xy 144.884573 72.479047) + (xy 145.146555 72.432852) (xy 145.394575 72.336652) (xy 145.619186 72.194109) (xy 145.811833 72.010654) (xy 145.965177 71.793274) + (xy 146.073379 71.55025) (xy 146.12842 71.307985) (xy 146.3445 71.524065) (xy 146.3445 72.620934) (xy 144.090217 74.875217) + (xy 144.032995 74.94488) (xy 143.975102 75.013875) (xy 143.972632 75.018367) (xy 143.969374 75.022334) (xy 143.926775 75.101779) + (xy 143.883383 75.18071) (xy 143.881832 75.185599) (xy 143.879408 75.19012) (xy 143.853068 75.276273) (xy 143.825817 75.362182) + (xy 143.825244 75.367282) (xy 143.823746 75.372185) (xy 143.814643 75.461799) (xy 143.804595 75.55138) (xy 143.804525 75.561407) + (xy 143.804506 75.561595) (xy 143.804522 75.561769) (xy 143.8045 75.565) (xy 143.8045 88.265) (xy 143.813293 88.354688) + (xy 143.821147 88.444445) (xy 143.822577 88.449367) (xy 143.823078 88.454476) (xy 143.84913 88.540767) (xy 143.874262 88.62727) + (xy 143.876622 88.631823) (xy 143.878105 88.636734) (xy 143.920414 88.716307) (xy 143.961877 88.796295) (xy 143.965075 88.800302) + (xy 143.967485 88.804833) (xy 144.024444 88.874672) (xy 144.080654 88.945085) (xy 144.087696 88.952226) (xy 144.087814 88.952371) + (xy 144.087947 88.952481) (xy 144.090217 88.954783) (xy 145.995217 90.859783) (xy 146.06488 90.917004) (xy 146.133875 90.974898) + (xy 146.138367 90.977367) (xy 146.142334 90.980626) (xy 146.221779 91.023224) (xy 146.30071 91.066617) (xy 146.305599 91.068167) + (xy 146.31012 91.070592) (xy 146.396314 91.096944) (xy 146.482182 91.124183) (xy 146.487277 91.124754) (xy 146.492185 91.126255) + (xy 146.581849 91.135362) (xy 146.67138 91.145405) (xy 146.681407 91.145474) (xy 146.681595 91.145494) (xy 146.681769 91.145477) + (xy 146.685 91.1455) (xy 148.192912 91.1455) (xy 148.300217 91.256617) (xy 148.528887 91.415547) (xy 148.784073 91.527035) + (xy 149.056053 91.586834) (xy 149.334468 91.592666) (xy 149.608714 91.544309) (xy 149.868344 91.443605) (xy 150.10347 91.29439) + (xy 150.305134 91.102347) (xy 150.465657 90.874791) (xy 150.578924 90.62039) (xy 150.64062 90.348834) (xy 150.645061 90.030762) + (xy 150.590971 89.757589) (xy 150.484852 89.500125) (xy 150.330746 89.268176) (xy 150.134522 89.070577) (xy 149.903654 88.914855) + (xy 149.871749 88.901443) (xy 150.10347 88.75439) (xy 150.259819 88.6055) (xy 152.374023 88.6055) (xy 152.388388 88.64018) + (xy 152.460398 88.74795) (xy 152.552049 88.839602) (xy 152.65982 88.911612) (xy 152.779568 88.961213) (xy 152.906692 88.9865) + (xy 153.036307 88.9865) (xy 154.433307 88.9865) (xy 154.560431 88.961213) (xy 154.68018 88.911612) (xy 154.78795 88.839602) + (xy 154.879602 88.747951) (xy 154.951612 88.64018) (xy 155.001213 88.520432) (xy 155.0265 88.393308) (xy 155.0265 88.292033) + (xy 155.252364 88.350755) (xy 155.973119 87.63) (xy 155.973119 88.103762) (xy 155.489245 88.587636) (xy 155.550394 88.822838) + (xy 155.795779 88.928601) (xy 156.057083 88.984459) (xy 156.324263 88.988266) (xy 156.587052 88.939876) (xy 156.835351 88.841148) + (xy 156.869606 88.822838) (xy 156.930755 88.587636) (xy 156.930755 96.197364) (xy 156.869606 95.962162) (xy 156.624221 95.856399) + (xy 156.362917 95.800541) (xy 156.095737 95.796734) (xy 155.832948 95.845124) (xy 155.584649 95.943852) (xy 155.550394 95.962162) + (xy 155.489245 96.197364) (xy 156.21 96.918119) (xy 156.930755 96.197364) (xy 156.930755 96.671126) (xy 156.446881 97.155) + (xy 157.167636 97.875755) (xy 157.402838 97.814606) (xy 157.508601 97.569221) (xy 157.564459 97.307917) (xy 157.568266 97.040737) + (xy 157.568266 100.3087) (xy 155.650588 98.391022) (xy 155.795779 98.453601) (xy 156.057083 98.509459) (xy 156.324263 98.513266) + (xy 156.587052 98.464876) (xy 156.835351 98.366148) (xy 156.869606 98.347838) (xy 156.930755 98.112636) (xy 156.21 97.391881) + (xy 156.195858 97.406022) (xy 155.958977 97.169142) (xy 155.973119 97.155) (xy 155.252364 96.434245) (xy 155.0265 96.492966) + (xy 155.0265 96.391693) (xy 155.001213 96.264569) (xy 154.951612 96.14482) (xy 154.879602 96.03705) (xy 154.787951 95.945398) + (xy 154.68018 95.873388) (xy 154.560432 95.823787) (xy 154.433308 95.7985) (xy 154.303693 95.7985) (xy 152.906693 95.7985) + (xy 152.779569 95.823787) (xy 152.65982 95.873388) (xy 152.55205 95.945398) (xy 152.460398 96.037049) (xy 152.388388 96.14482) + (xy 152.338787 96.264568) (xy 152.3135 96.391692) (xy 152.3135 96.521307) (xy 152.3135 97.918307) (xy 152.338787 98.045431) + (xy 152.388388 98.16518) (xy 152.460398 98.27295) (xy 152.552049 98.364602) (xy 152.65982 98.436612) (xy 152.779568 98.486213) + (xy 152.906692 98.5115) (xy 153.011934 98.5115) (xy 156.695359 102.194924) (xy 156.693133 102.354397) (xy 156.743404 102.628299) + (xy 156.845918 102.88722) (xy 156.996771 103.121298) (xy 157.190217 103.321617) (xy 157.418887 103.480547) (xy 157.674073 103.592035) + (xy 157.946053 103.651834) (xy 158.224468 103.657666) (xy 158.498714 103.609309) (xy 158.758344 103.508605) (xy 158.99347 103.35939) + (xy 159.195134 103.167347) (xy 159.355657 102.939791) (xy 159.468924 102.68539) (xy 159.53062 102.413834) (xy 159.535061 102.095762) + (xy 159.535061 105.514) (xy 159.232973 105.514) (xy 149.414487 95.695513) (xy 149.331208 95.627107) (xy 149.248752 95.557918) + (xy 149.24338 95.554964) (xy 149.238641 95.551072) (xy 149.143699 95.500164) (xy 149.049336 95.448288) (xy 149.043492 95.446434) + (xy 149.038089 95.443537) (xy 148.935097 95.412049) (xy 148.832425 95.37948) (xy 148.82633 95.378796) (xy 148.820468 95.377004) + (xy 148.713345 95.366123) (xy 148.60628 95.354114) (xy 148.603488 95.354094) (xy 148.593102 95.33855) (xy 148.501451 95.246898) + (xy 148.39368 95.174888) (xy 148.273932 95.125287) (xy 148.146808 95.1) (xy 148.017193 95.1) (xy 146.493193 95.1) + (xy 146.366069 95.125287) (xy 146.24632 95.174888) (xy 146.13855 95.246898) (xy 146.046898 95.338549) (xy 146.036574 95.354) + (xy 144.78 95.354) (xy 144.671552 95.354) (xy 144.627951 95.310398) (xy 144.52018 95.238388) (xy 144.400432 95.188787) + (xy 144.273308 95.1635) (xy 144.143693 95.1635) (xy 142.746693 95.1635) (xy 142.619569 95.188787) (xy 142.49982 95.238388) + (xy 142.39205 95.310398) (xy 142.300398 95.402049) (xy 142.228388 95.50982) (xy 142.178787 95.629568) (xy 142.1535 95.756692) + (xy 142.1535 95.849956) (xy 142.026299 95.658504) (xy 141.9455 95.577138) (xy 141.9455 85.09) (xy 141.936706 85.000311) + (xy 141.928853 84.910555) (xy 141.927422 84.905632) (xy 141.926922 84.900524) (xy 141.900869 84.814232) (xy 141.875738 84.72773) + (xy 141.873377 84.723176) (xy 141.871895 84.718266) (xy 141.829585 84.638692) (xy 141.788123 84.558705) (xy 141.784924 84.554697) + (xy 141.782515 84.550167) (xy 141.725555 84.480327) (xy 141.669346 84.409915) (xy 141.662303 84.402773) (xy 141.662186 84.402629) + (xy 141.662052 84.402518) (xy 141.659783 84.400217) (xy 140.389783 83.130217) (xy 140.320119 83.072995) (xy 140.251125 83.015102) + (xy 140.246632 83.012632) (xy 140.242666 83.009374) (xy 140.225068 82.999938) (xy 140.170746 82.918176) (xy 139.974522 82.720577) + (xy 139.743654 82.564855) (xy 139.486937 82.456941) (xy 139.214149 82.400946) (xy 138.935679 82.399001) (xy 138.662135 82.451183) + (xy 138.403936 82.555502) (xy 138.170917 82.707985) (xy 137.971953 82.902825) (xy 137.814623 83.1326) (xy 137.70492 83.388557) + (xy 137.647021 83.660948) (xy 137.643133 83.939397) (xy 137.693404 84.213299) (xy 137.795918 84.47222) (xy 137.946771 84.706298) + (xy 138.140217 84.906617) (xy 138.368887 85.065547) (xy 138.624073 85.177035) (xy 138.896053 85.236834) (xy 139.174468 85.242666) + (xy 139.448714 85.194309) (xy 139.625984 85.12555) (xy 139.9945 85.494066) (xy 139.9945 86.550694) (xy 139.974522 86.530577) + (xy 139.743654 86.374855) (xy 139.486937 86.266941) (xy 139.214149 86.210946) (xy 138.935679 86.209001) (xy 138.662135 86.261183) + (xy 138.403936 86.365502) (xy 138.253414 86.464) (xy 135.535817 86.464) (xy 135.535817 82.443303) (xy 135.485203 82.142803) + (xy 135.376936 81.857952) (xy 135.333736 81.777127) (xy 135.079146 81.692735) (xy 134.842265 81.929616) (xy 134.842265 81.455854) + (xy 134.757873 81.201264) (xy 134.479897 81.076399) (xy 134.182902 81.008165) (xy 133.878303 80.999183) (xy 133.577803 81.049797) + (xy 133.292952 81.158064) (xy 133.212127 81.201264) (xy 133.127735 81.455854) (xy 133.985 82.313119) (xy 134.842265 81.455854) + (xy 134.842265 81.929616) (xy 134.221881 82.55) (xy 135.079146 83.407265) (xy 135.333736 83.322873) (xy 135.458601 83.044897) + (xy 135.526835 82.747902) (xy 135.535817 82.443303) (xy 135.535817 86.464) (xy 134.842265 86.464) (xy 134.842265 83.644146) + (xy 133.985 82.786881) (xy 133.748119 83.023762) (xy 133.748119 82.55) (xy 132.890854 81.692735) (xy 132.636264 81.777127) + (xy 132.511399 82.055103) (xy 132.443165 82.352098) (xy 132.434183 82.656697) (xy 132.484797 82.957197) (xy 132.593064 83.242048) + (xy 132.636264 83.322873) (xy 132.890854 83.407265) (xy 133.748119 82.55) (xy 133.748119 83.023762) (xy 133.127735 83.644146) + (xy 133.212127 83.898736) (xy 133.490103 84.023601) (xy 133.787098 84.091835) (xy 134.091697 84.100817) (xy 134.392197 84.050203) + (xy 134.677048 83.941936) (xy 134.757873 83.898736) (xy 134.842265 83.644146) (xy 134.842265 86.464) (xy 134.62 86.464) + (xy 134.467973 86.464) (xy 129.69249 81.688516) (xy 129.69249 78.628261) (xy 129.643358 78.352894) (xy 129.541449 78.092403) + (xy 129.514836 78.042615) (xy 129.273179 77.973702) (xy 129.036298 78.210583) (xy 129.036298 77.736821) (xy 128.967385 77.495164) + (xy 128.71113 77.38303) (xy 128.437922 77.323043) (xy 128.158261 77.31751) (xy 127.882894 77.366642) (xy 127.622403 77.468551) + (xy 127.572615 77.495164) (xy 127.503702 77.736821) (xy 128.27 78.503119) (xy 129.036298 77.736821) (xy 129.036298 78.210583) + (xy 128.506881 78.74) (xy 129.273179 79.506298) (xy 129.514836 79.437385) (xy 129.62697 79.18113) (xy 129.686957 78.907922) + (xy 129.69249 78.628261) (xy 129.69249 81.688516) (xy 128.162118 80.158144) (xy 128.381739 80.16249) (xy 128.657106 80.113358) + (xy 128.917597 80.011449) (xy 128.967385 79.984836) (xy 129.036298 79.743179) (xy 128.27 78.976881) (xy 128.255857 78.991022) + (xy 128.018976 78.754141) (xy 128.033119 78.74) (xy 127.266821 77.973702) (xy 127.025164 78.042615) (xy 126.91303 78.29887) + (xy 126.853043 78.572078) (xy 126.84751 78.851739) (xy 126.867152 78.961826) (xy 126.824336 78.938288) (xy 126.818492 78.936434) + (xy 126.813089 78.933537) (xy 126.710097 78.902049) (xy 126.607425 78.86948) (xy 126.60133 78.868796) (xy 126.595468 78.867004) + (xy 126.488345 78.856123) (xy 126.38128 78.844114) (xy 126.369286 78.84403) (xy 126.36907 78.844008) (xy 126.368868 78.844027) + (xy 126.365 78.844) (xy 124.991 78.844) (xy 124.991 68.744706) (xy 125.22992 68.849088) (xy 125.538388 68.916909) + (xy 125.854154 68.923523) (xy 126.165191 68.868679) (xy 126.459652 68.754465) (xy 126.726321 68.585232) (xy 126.95504 68.367426) + (xy 127.137098 68.109343) (xy 127.265559 67.820813) (xy 127.335532 67.512826) (xy 127.34057 67.152082) (xy 127.3405 67.151728) + (xy 127.3405 63.247308) (xy 127.3405 63.117693) (xy 127.3405 61.212693) (xy 127.315213 61.085569) (xy 127.265612 60.96582) + (xy 127.193602 60.85805) (xy 127.101951 60.766398) (xy 126.99418 60.694388) (xy 126.874432 60.644787) (xy 126.747308 60.6195) + (xy 126.617693 60.6195) (xy 125.499066 60.6195) (xy 125.4355 60.555934) (xy 125.4355 58.357368) (xy 125.636737 58.165733) + (xy 125.811617 57.917825) (xy 125.935014 57.640672) (xy 126.002227 57.344829) (xy 126.007066 56.998309) (xy 125.948139 56.700704) + (xy 125.832529 56.420213) (xy 125.66464 56.16752) (xy 125.450866 55.952249) (xy 125.199351 55.782599) (xy 124.919674 55.665034) + (xy 124.622488 55.604031) (xy 124.319113 55.601913) (xy 124.021104 55.658761) (xy 123.739813 55.77241) (xy 123.485954 55.938531) + (xy 123.269195 56.150796) (xy 123.252964 56.1745) (xy 120.738266 56.1745) (xy 120.738266 51.955737) (xy 120.689876 51.692948) + (xy 120.591148 51.444649) (xy 120.572838 51.410394) (xy 120.337636 51.349245) (xy 120.100755 51.586126) (xy 120.100755 51.112364) + (xy 120.039606 50.877162) (xy 119.794221 50.771399) (xy 119.532917 50.715541) (xy 119.265737 50.711734) (xy 119.002948 50.760124) + (xy 118.754649 50.858852) (xy 118.720394 50.877162) (xy 118.659245 51.112364) (xy 119.38 51.833119) (xy 120.100755 51.112364) + (xy 120.100755 51.586126) (xy 119.616881 52.07) (xy 120.337636 52.790755) (xy 120.572838 52.729606) (xy 120.678601 52.484221) + (xy 120.734459 52.222917) (xy 120.738266 51.955737) (xy 120.738266 56.1745) (xy 120.100755 56.1745) (xy 120.100755 53.027636) + (xy 119.38 52.306881) (xy 119.143119 52.543762) (xy 119.143119 52.07) (xy 118.422364 51.349245) (xy 118.187162 51.410394) + (xy 118.109329 51.590975) (xy 118.051148 51.444649) (xy 118.032838 51.410394) (xy 117.797636 51.349245) (xy 117.560755 51.586126) + (xy 117.560755 51.112364) (xy 117.499606 50.877162) (xy 117.254221 50.771399) (xy 116.992917 50.715541) (xy 116.725737 50.711734) + (xy 116.462948 50.760124) (xy 116.214649 50.858852) (xy 116.180394 50.877162) (xy 116.119245 51.112364) (xy 116.84 51.833119) + (xy 117.560755 51.112364) (xy 117.560755 51.586126) (xy 117.076881 52.07) (xy 117.797636 52.790755) (xy 118.032838 52.729606) + (xy 118.11067 52.549024) (xy 118.168852 52.695351) (xy 118.187162 52.729606) (xy 118.422364 52.790755) (xy 119.143119 52.07) + (xy 119.143119 52.543762) (xy 118.659245 53.027636) (xy 118.720394 53.262838) (xy 118.965779 53.368601) (xy 119.227083 53.424459) + (xy 119.494263 53.428266) (xy 119.757052 53.379876) (xy 120.005351 53.281148) (xy 120.039606 53.262838) (xy 120.100755 53.027636) + (xy 120.100755 56.1745) (xy 119.535791 56.1745) (xy 119.507013 56.138707) (xy 119.290917 55.957381) (xy 119.043718 55.821482) + (xy 118.77483 55.736185) (xy 118.494495 55.704741) (xy 118.474314 55.7046) (xy 117.745686 55.7046) (xy 117.560755 55.722732) + (xy 117.560755 53.027636) (xy 116.84 52.306881) (xy 116.119245 53.027636) (xy 116.180394 53.262838) (xy 116.425779 53.368601) + (xy 116.687083 53.424459) (xy 116.954263 53.428266) (xy 117.217052 53.379876) (xy 117.465351 53.281148) (xy 117.499606 53.262838) + (xy 117.560755 53.027636) (xy 117.560755 55.722732) (xy 117.46494 55.732127) (xy 117.194887 55.813661) (xy 116.945814 55.946096) + (xy 116.727208 56.124386) (xy 116.547395 56.341743) (xy 116.413225 56.589885) (xy 116.329808 56.859362) (xy 116.300321 57.139909) + (xy 116.325888 57.420841) (xy 116.405534 57.691456) (xy 116.536227 57.941448) (xy 116.712987 58.161293) (xy 116.929083 58.342619) + (xy 117.058247 58.413628) (xy 117.04652 58.418724) (xy 116.812108 58.581252) (xy 116.613908 58.786388) (xy 116.459536 59.02625) + (xy 116.362616 59.299975) (xy 116.484499 59.5225) (xy 117.9425 59.5225) (xy 117.9425 59.5025) (xy 118.2775 59.5025) + (xy 118.2775 59.5225) (xy 119.735501 59.5225) (xy 119.857384 59.299975) (xy 119.760464 59.02625) (xy 119.606092 58.786388) + (xy 119.407892 58.581252) (xy 119.17348 58.418724) (xy 119.161812 58.413654) (xy 119.274186 58.353904) (xy 119.492792 58.175614) + (xy 119.534249 58.1255) (xy 123.251354 58.1255) (xy 123.452507 58.3338) (xy 123.4845 58.356035) (xy 123.4845 60.96) + (xy 123.493293 61.049688) (xy 123.501147 61.139445) (xy 123.502577 61.144367) (xy 123.503078 61.149476) (xy 123.52913 61.235767) + (xy 123.554262 61.32227) (xy 123.556622 61.326823) (xy 123.558105 61.331734) (xy 123.600414 61.411307) (xy 123.641877 61.491295) + (xy 123.645075 61.495302) (xy 123.647485 61.499833) (xy 123.704444 61.569672) (xy 123.760654 61.640085) (xy 123.767696 61.647226) + (xy 123.767814 61.647371) (xy 123.767947 61.647481) (xy 123.770217 61.649783) (xy 124.1195 61.999066) (xy 124.1195 63.247307) + (xy 124.144787 63.374431) (xy 124.194388 63.49418) (xy 124.266398 63.60195) (xy 124.358049 63.693602) (xy 124.46582 63.765612) + (xy 124.585568 63.815213) (xy 124.712692 63.8405) (xy 124.842307 63.8405) (xy 126.747307 63.8405) (xy 126.874431 63.815213) + (xy 126.99418 63.765612) (xy 127.10195 63.693602) (xy 127.193602 63.601951) (xy 127.265612 63.49418) (xy 127.315213 63.374432) + (xy 127.3405 63.247308) (xy 127.3405 67.151728) (xy 127.279223 66.842262) (xy 127.158868 66.550257) (xy 126.984087 66.287191) + (xy 126.761539 66.063084) (xy 126.499699 65.886471) (xy 126.208542 65.76408) (xy 125.899158 65.700572) (xy 125.58333 65.698367) + (xy 125.273089 65.757549) (xy 124.980251 65.875863) (xy 124.715971 66.048803) (xy 124.618759 66.144) (xy 123.825 66.144) + (xy 123.672973 66.144) (xy 121.474487 63.945513) (xy 121.391208 63.877107) (xy 121.308752 63.807918) (xy 121.30338 63.804964) + (xy 121.298641 63.801072) (xy 121.203699 63.750164) (xy 121.109336 63.698288) (xy 121.103492 63.696434) (xy 121.098089 63.693537) + (xy 120.995097 63.662049) (xy 120.892425 63.62948) (xy 120.88633 63.628796) (xy 120.880468 63.627004) (xy 120.773345 63.616123) + (xy 120.66628 63.604114) (xy 120.654286 63.60403) (xy 120.65407 63.604008) (xy 120.653868 63.604027) (xy 120.65 63.604) + (xy 119.32264 63.604) (xy 119.290917 63.577381) (xy 119.161752 63.506371) (xy 119.17348 63.501276) (xy 119.407892 63.338748) + (xy 119.606092 63.133612) (xy 119.760464 62.89375) (xy 119.857384 62.620025) (xy 119.857384 61.839975) (xy 119.760464 61.56625) + (xy 119.606092 61.326388) (xy 119.407892 61.121252) (xy 119.17532 60.96) (xy 119.407892 60.798748) (xy 119.606092 60.593612) + (xy 119.760464 60.35375) (xy 119.857384 60.080025) (xy 119.735501 59.8575) (xy 118.2775 59.8575) (xy 118.2775 60.7846) + (xy 118.2775 61.1354) (xy 118.2775 62.0625) (xy 119.735501 62.0625) (xy 119.857384 61.839975) (xy 119.857384 62.620025) + (xy 119.735501 62.3975) (xy 118.2775 62.3975) (xy 118.2775 62.4175) (xy 117.9425 62.4175) (xy 117.9425 62.3975) + (xy 117.9425 62.0625) (xy 117.9425 61.1354) (xy 117.9425 60.7846) (xy 117.9425 59.8575) (xy 116.484499 59.8575) + (xy 116.362616 60.080025) (xy 116.459536 60.35375) (xy 116.613908 60.593612) (xy 116.812108 60.798748) (xy 117.044679 60.96) + (xy 116.812108 61.121252) (xy 116.613908 61.326388) (xy 116.459536 61.56625) (xy 116.362616 61.839975) (xy 116.484499 62.0625) + (xy 117.9425 62.0625) (xy 117.9425 62.3975) (xy 116.484499 62.3975) (xy 116.362616 62.620025) (xy 116.459536 62.89375) + (xy 116.613908 63.133612) (xy 116.812108 63.338748) (xy 117.04652 63.501276) (xy 117.058187 63.506345) (xy 116.945814 63.566096) + (xy 116.727208 63.744386) (xy 116.547395 63.961743) (xy 116.413225 64.209885) (xy 116.329808 64.479362) (xy 116.300321 64.759909) + (xy 116.325888 65.040841) (xy 116.405534 65.311456) (xy 116.536227 65.561448) (xy 116.712987 65.781293) (xy 116.929083 65.962619) + (xy 117.176282 66.098518) (xy 117.44517 66.183815) (xy 117.725505 66.215259) (xy 117.745686 66.2154) (xy 118.474314 66.2154) + (xy 118.75506 66.187873) (xy 119.025113 66.106339) (xy 119.274186 65.973904) (xy 119.320661 65.936) (xy 120.167026 65.936) + (xy 122.365513 68.134486) (xy 122.448761 68.202867) (xy 122.531248 68.272082) (xy 122.536619 68.275035) (xy 122.541359 68.278928) + (xy 122.6363 68.329835) (xy 122.659 68.342314) (xy 122.659 79.375) (xy 122.669509 79.482188) (xy 122.678897 79.589487) + (xy 122.680607 79.595375) (xy 122.681206 79.601477) (xy 122.712345 79.704616) (xy 122.742386 79.808015) (xy 122.745205 79.813455) + (xy 122.746979 79.819328) (xy 122.797558 79.914453) (xy 122.84711 80.010049) (xy 122.850935 80.01484) (xy 122.853814 80.020255) + (xy 122.921876 80.103707) (xy 122.989082 80.187894) (xy 122.997505 80.196436) (xy 122.997641 80.196603) (xy 122.997794 80.19673) + (xy 123.000513 80.199487) (xy 123.635514 80.834487) (xy 123.718766 80.902871) (xy 123.801248 80.972082) (xy 123.806619 80.975035) + (xy 123.811359 80.978928) (xy 123.906316 81.029844) (xy 124.000664 81.081712) (xy 124.006505 81.083564) (xy 124.011912 81.086464) + (xy 124.114975 81.117973) (xy 124.217575 81.15052) (xy 124.223664 81.151202) (xy 124.229532 81.152997) (xy 124.336704 81.163882) + (xy 124.44372 81.175886) (xy 124.455713 81.175969) (xy 124.45593 81.175992) (xy 124.456131 81.175972) (xy 124.46 81.176) + (xy 125.882026 81.176) (xy 133.160513 88.454486) (xy 133.243761 88.522867) (xy 133.326248 88.592082) (xy 133.331619 88.595035) + (xy 133.336359 88.598928) (xy 133.4313 88.649835) (xy 133.454 88.662314) (xy 133.454 89.052026) (xy 130.327026 92.179) + (xy 128.5942 92.179) (xy 128.670604 92.130513) (xy 128.908341 91.904119) (xy 129.097577 91.63586) (xy 129.231104 91.335953) + (xy 129.303836 91.015823) (xy 129.309072 90.640856) (xy 129.309072 85.560856) (xy 129.245307 85.23882) (xy 129.120206 84.935302) + (xy 128.938534 84.661864) (xy 128.707211 84.42892) (xy 128.435047 84.245343) (xy 128.132411 84.118126) (xy 127.810827 84.052115) + (xy 127.482547 84.049823) (xy 127.160073 84.111338) (xy 126.879331 84.224765) (xy 121.6255 78.970934) (xy 121.6255 76.2) + (xy 121.616705 76.110307) (xy 121.608853 76.020556) (xy 121.607423 76.015633) (xy 121.606922 76.010524) (xy 121.580865 75.92422) + (xy 121.555738 75.83773) (xy 121.553377 75.833175) (xy 121.551895 75.828266) (xy 121.509606 75.748732) (xy 121.468124 75.668705) + (xy 121.464922 75.664694) (xy 121.462515 75.660167) (xy 121.405582 75.590361) (xy 121.349347 75.519916) (xy 121.342307 75.512777) + (xy 121.342186 75.512629) (xy 121.342048 75.512515) (xy 121.339783 75.510218) (xy 120.704783 74.875217) (xy 120.635119 74.817995) + (xy 120.566125 74.760102) (xy 120.561632 74.757632) (xy 120.557666 74.754374) (xy 120.47822 74.711775) (xy 120.39929 74.668383) + (xy 120.3944 74.666832) (xy 120.38988 74.664408) (xy 120.303726 74.638068) (xy 120.217818 74.610817) (xy 120.212717 74.610244) + (xy 120.207815 74.608746) (xy 120.1182 74.599643) (xy 120.02862 74.589595) (xy 120.018592 74.589525) (xy 120.018405 74.589506) + (xy 120.01823 74.589522) (xy 120.015 74.5895) (xy 119.142582 74.5895) (xy 119.019522 74.465577) (xy 118.788654 74.309855) + (xy 118.531937 74.201941) (xy 118.259149 74.145946) (xy 117.980679 74.144001) (xy 117.707135 74.196183) (xy 117.448936 74.300502) + (xy 117.215917 74.452985) (xy 117.016953 74.647825) (xy 116.859623 74.8776) (xy 116.74992 75.133557) (xy 116.692021 75.405948) + (xy 116.688133 75.684397) (xy 116.738404 75.958299) (xy 116.840918 76.21722) (xy 116.991771 76.451298) (xy 117.185217 76.651617) + (xy 117.413887 76.810547) (xy 117.669073 76.922035) (xy 117.941053 76.981834) (xy 118.219468 76.987666) (xy 118.493714 76.939309) + (xy 118.753344 76.838605) (xy 118.98847 76.68939) (xy 119.144819 76.5405) (xy 119.610934 76.5405) (xy 119.6745 76.604065) + (xy 119.6745 79.375) (xy 119.683293 79.464688) (xy 119.691147 79.554445) (xy 119.692577 79.559367) (xy 119.693078 79.564476) + (xy 119.71913 79.650767) (xy 119.744262 79.73727) (xy 119.746622 79.741823) (xy 119.748105 79.746734) (xy 119.790414 79.826307) + (xy 119.831877 79.906295) (xy 119.835075 79.910302) (xy 119.837485 79.914833) (xy 119.894444 79.984672) (xy 119.950654 80.055085) + (xy 119.957696 80.062226) (xy 119.957814 80.062371) (xy 119.957947 80.062481) (xy 119.960217 80.064783) (xy 126.00322 86.107786) + (xy 126.018062 86.18865) (xy 126.138913 86.493884) (xy 126.316749 86.769833) (xy 126.544798 87.005984) (xy 126.814371 87.193342) + (xy 127.115203 87.324772) (xy 127.435833 87.395267) (xy 127.764049 87.402142) (xy 128.08735 87.345136) (xy 128.393421 87.226419) + (xy 128.670604 87.050513) (xy 128.908341 86.824119) (xy 129.097577 86.55586) (xy 129.231104 86.255953) (xy 129.303836 85.935823) + (xy 129.309072 85.560856) (xy 129.309072 90.640856) (xy 129.245307 90.31882) (xy 129.120206 90.015302) (xy 128.938534 89.741864) + (xy 128.707211 89.50892) (xy 128.435047 89.325343) (xy 128.132411 89.198126) (xy 127.810827 89.132115) (xy 127.482547 89.129823) + (xy 127.160073 89.191338) (xy 126.85569 89.314317) (xy 126.58099 89.494076) (xy 126.346437 89.723767) (xy 126.27404 89.8295) + (xy 126.134066 89.8295) (xy 125.4355 89.130934) (xy 125.4355 86.36) (xy 125.426706 86.270311) (xy 125.418853 86.180555) + (xy 125.417422 86.175632) (xy 125.416922 86.170524) (xy 125.390869 86.084232) (xy 125.365738 85.99773) (xy 125.363377 85.993176) + (xy 125.361895 85.988266) (xy 125.319585 85.908692) (xy 125.278123 85.828705) (xy 125.274924 85.824697) (xy 125.272515 85.820167) + (xy 125.215555 85.750327) (xy 125.159346 85.679915) (xy 125.152303 85.672773) (xy 125.152186 85.672629) (xy 125.152052 85.672518) + (xy 125.149783 85.670217) (xy 119.170556 79.69099) (xy 119.190134 79.672347) (xy 119.350657 79.444791) (xy 119.463924 79.19039) + (xy 119.52562 78.918834) (xy 119.530061 78.600762) (xy 119.475971 78.327589) (xy 119.369852 78.070125) (xy 119.215746 77.838176) + (xy 119.019522 77.640577) (xy 118.788654 77.484855) (xy 118.531937 77.376941) (xy 118.259149 77.320946) (xy 117.980679 77.319001) + (xy 117.707135 77.371183) (xy 117.448936 77.475502) (xy 117.215917 77.627985) (xy 117.016953 77.822825) (xy 116.859623 78.0526) + (xy 116.74992 78.308557) (xy 116.692021 78.580948) (xy 116.688133 78.859397) (xy 116.738404 79.133299) (xy 116.840918 79.39222) + (xy 116.991771 79.626298) (xy 117.1345 79.774098) (xy 117.1345 80.01) (xy 117.143293 80.099688) (xy 117.151147 80.189445) + (xy 117.152577 80.194367) (xy 117.153078 80.199476) (xy 117.17913 80.285767) (xy 117.204262 80.37227) (xy 117.206622 80.376823) + (xy 117.208105 80.381734) (xy 117.250414 80.461307) (xy 117.291877 80.541295) (xy 117.295075 80.545302) (xy 117.297485 80.549833) + (xy 117.354444 80.619672) (xy 117.410654 80.690085) (xy 117.417696 80.697226) (xy 117.417814 80.697371) (xy 117.417947 80.697481) + (xy 117.420217 80.699783) (xy 123.4845 86.764066) (xy 123.4845 89.535) (xy 123.493293 89.624688) (xy 123.501147 89.714445) + (xy 123.502577 89.719367) (xy 123.503078 89.724476) (xy 123.52913 89.810767) (xy 123.554262 89.89727) (xy 123.556622 89.901823) + (xy 123.558105 89.906734) (xy 123.600414 89.986307) (xy 123.641877 90.066295) (xy 123.645075 90.070302) (xy 123.647485 90.074833) + (xy 123.704444 90.144672) (xy 123.760654 90.215085) (xy 123.767696 90.222226) (xy 123.767814 90.222371) (xy 123.767947 90.222481) + (xy 123.770217 90.224783) (xy 125.040217 91.494783) (xy 125.10988 91.552004) (xy 125.178875 91.609898) (xy 125.183367 91.612367) + (xy 125.187334 91.615626) (xy 125.266798 91.658234) (xy 125.34571 91.701617) (xy 125.350596 91.703167) (xy 125.355119 91.705592) + (xy 125.441287 91.731935) (xy 125.527182 91.759183) (xy 125.532282 91.759755) (xy 125.537185 91.761254) (xy 125.626799 91.770356) + (xy 125.71638 91.780405) (xy 125.726407 91.780474) (xy 125.726595 91.780494) (xy 125.726769 91.780477) (xy 125.73 91.7805) + (xy 126.272067 91.7805) (xy 126.316749 91.849833) (xy 126.544798 92.085984) (xy 126.67863 92.179) (xy 119.149072 92.179) + (xy 119.149072 88.100856) (xy 119.085307 87.77882) (xy 118.960206 87.475302) (xy 118.778534 87.201864) (xy 118.547211 86.96892) + (xy 118.4505 86.903687) (xy 118.4505 84.455) (xy 118.441705 84.365307) (xy 118.433853 84.275556) (xy 118.432423 84.270633) + (xy 118.431922 84.265524) (xy 118.405865 84.17922) (xy 118.380738 84.09273) (xy 118.378377 84.088176) (xy 118.376895 84.083266) + (xy 118.334585 84.003692) (xy 118.293123 83.923705) (xy 118.289923 83.919697) (xy 118.287515 83.915167) (xy 118.23056 83.845333) + (xy 118.174347 83.774916) (xy 118.167307 83.767777) (xy 118.167186 83.767629) (xy 118.167048 83.767515) (xy 118.164783 83.765218) + (xy 114.6405 80.240934) (xy 114.6405 60.96) (xy 114.631706 60.870311) (xy 114.623853 60.780555) (xy 114.622422 60.775632) + (xy 114.621922 60.770524) (xy 114.595869 60.684232) (xy 114.570738 60.59773) (xy 114.568377 60.593176) (xy 114.566895 60.588266) + (xy 114.524585 60.508692) (xy 114.483123 60.428705) (xy 114.479924 60.424697) (xy 114.477515 60.420167) (xy 114.420555 60.350327) + (xy 114.364346 60.279915) (xy 114.357303 60.272773) (xy 114.357186 60.272629) (xy 114.357052 60.272518) (xy 114.354783 60.270217) + (xy 113.084783 59.000217) (xy 113.015119 58.942995) (xy 112.946125 58.885102) (xy 112.941632 58.882632) (xy 112.937666 58.879374) + (xy 112.85822 58.836775) (xy 112.77929 58.793383) (xy 112.7744 58.791832) (xy 112.76988 58.789408) (xy 112.683726 58.763068) + (xy 112.597818 58.735817) (xy 112.592717 58.735244) (xy 112.587815 58.733746) (xy 112.4982 58.724643) (xy 112.40862 58.714595) + (xy 112.398592 58.714525) (xy 112.398405 58.714506) (xy 112.39823 58.714522) (xy 112.395 58.7145) (xy 111.915791 58.7145) + (xy 111.887013 58.678707) (xy 111.770499 58.58094) (xy 111.824931 58.570113) (xy 111.94468 58.520512) (xy 112.05245 58.448502) + (xy 112.144102 58.356851) (xy 112.216112 58.24908) (xy 112.265713 58.129332) (xy 112.291 58.002208) (xy 112.291 57.872593) + (xy 112.291 56.297793) (xy 112.265713 56.170669) (xy 112.216112 56.05092) (xy 112.144102 55.94315) (xy 112.052451 55.851498) + (xy 111.94468 55.779488) (xy 111.824932 55.729887) (xy 111.697808 55.7046) (xy 111.568193 55.7046) (xy 111.3639 55.7046) + (xy 111.3639 53.701981) (xy 112.121981 52.9439) (xy 113.258077 52.9439) (xy 113.416571 53.108025) (xy 113.635016 53.259849) + (xy 113.87879 53.366351) (xy 114.138608 53.423476) (xy 114.404573 53.429047) (xy 114.666555 53.382852) (xy 114.914575 53.286652) + (xy 115.139186 53.144109) (xy 115.331833 52.960654) (xy 115.485177 52.743274) (xy 115.571138 52.550202) (xy 115.628852 52.695351) + (xy 115.647162 52.729606) (xy 115.882364 52.790755) (xy 116.603119 52.07) (xy 115.882364 51.349245) (xy 115.647162 51.410394) + (xy 115.569585 51.590381) (xy 115.503514 51.43008) (xy 115.356299 51.208504) (xy 115.2755 51.127138) (xy 115.2755 49.291989) + (xy 115.380134 49.192347) (xy 115.540657 48.964791) (xy 115.653924 48.71039) (xy 115.71562 48.438834) (xy 115.720061 48.120762) + (xy 115.665971 47.847589) (xy 115.559852 47.590125) (xy 115.405746 47.358176) (xy 115.209522 47.160577) (xy 114.978654 47.004855) + (xy 114.721937 46.896941) (xy 114.449149 46.840946) (xy 114.170679 46.839001) (xy 113.897135 46.891183) (xy 113.638936 46.995502) + (xy 113.405917 47.147985) (xy 113.206953 47.342825) (xy 113.049623 47.5726) (xy 112.93992 47.828557) (xy 112.882021 48.100948) + (xy 112.878133 48.379397) (xy 112.928404 48.653299) (xy 113.030918 48.91222) (xy 113.181771 49.146298) (xy 113.3245 49.294098) + (xy 113.3245 51.126594) (xy 113.255832 51.193839) (xy 113.254283 51.1961) (xy 111.76 51.1961) (xy 111.679687 51.203974) + (xy 111.599245 51.211012) (xy 111.594829 51.212294) (xy 111.590259 51.212743) (xy 111.51296 51.23608) (xy 111.435462 51.258597) + (xy 111.431386 51.260709) (xy 111.426983 51.262039) (xy 111.355657 51.299963) (xy 111.28404 51.337086) (xy 111.28045 51.339951) + (xy 111.276391 51.34211) (xy 111.213818 51.393143) (xy 111.150747 51.443492) (xy 111.144353 51.449796) (xy 111.14422 51.449906) + (xy 111.144117 51.45003) (xy 111.142059 51.45206) (xy 109.872059 52.722059) (xy 109.820831 52.784424) (xy 109.768933 52.846275) + (xy 109.766717 52.850304) (xy 109.763803 52.853853) (xy 109.725668 52.924973) (xy 109.686768 52.995734) (xy 109.685378 53.000114) + (xy 109.683207 53.004164) (xy 109.659601 53.081372) (xy 109.635197 53.158306) (xy 109.634684 53.162871) (xy 109.633341 53.167267) + (xy 109.625182 53.247589) (xy 109.616185 53.327798) (xy 109.616122 53.336778) (xy 109.616105 53.33695) (xy 109.61612 53.33711) + (xy 109.6161 53.34) (xy 109.6161 55.7046) (xy 109.282193 55.7046) (xy 109.155069 55.729887) (xy 109.03532 55.779488) + (xy 108.92755 55.851498) (xy 108.835898 55.943149) (xy 108.763888 56.05092) (xy 108.714287 56.170668) (xy 108.689 56.297792) + (xy 108.689 56.427407) (xy 108.689 58.002207) (xy 108.714287 58.129331) (xy 108.763888 58.24908) (xy 108.835898 58.35685) + (xy 108.927549 58.448502) (xy 109.03532 58.520512) (xy 109.155068 58.570113) (xy 109.209518 58.580944) (xy 109.107208 58.664386) + (xy 108.927395 58.881743) (xy 108.793225 59.129885) (xy 108.709808 59.399362) (xy 108.680321 59.679909) (xy 108.705888 59.960841) + (xy 108.785534 60.231456) (xy 108.916227 60.481448) (xy 109.092987 60.701293) (xy 109.309083 60.882619) (xy 109.449977 60.960076) + (xy 109.325814 61.026096) (xy 109.107208 61.204386) (xy 108.927395 61.421743) (xy 108.793225 61.669885) (xy 108.709808 61.939362) + (xy 108.680321 62.219909) (xy 108.705888 62.500841) (xy 108.785534 62.771456) (xy 108.916227 63.021448) (xy 109.092987 63.241293) + (xy 109.309083 63.422619) (xy 109.449977 63.500076) (xy 109.325814 63.566096) (xy 109.107208 63.744386) (xy 108.927395 63.961743) + (xy 108.793225 64.209885) (xy 108.709808 64.479362) (xy 108.680321 64.759909) (xy 108.705888 65.040841) (xy 108.785534 65.311456) + (xy 108.916227 65.561448) (xy 109.092987 65.781293) (xy 109.309083 65.962619) (xy 109.556282 66.098518) (xy 109.82517 66.183815) + (xy 110.105505 66.215259) (xy 110.125686 66.2154) (xy 110.854314 66.2154) (xy 111.13506 66.187873) (xy 111.405113 66.106339) + (xy 111.654186 65.973904) (xy 111.872792 65.795614) (xy 112.052605 65.578257) (xy 112.186775 65.330115) (xy 112.270192 65.060638) + (xy 112.299679 64.780091) (xy 112.274112 64.499159) (xy 112.194466 64.228544) (xy 112.063773 63.978552) (xy 111.887013 63.758707) + (xy 111.670917 63.577381) (xy 111.530022 63.499923) (xy 111.654186 63.433904) (xy 111.872792 63.255614) (xy 112.052605 63.038257) + (xy 112.186775 62.790115) (xy 112.270192 62.520638) (xy 112.299679 62.240091) (xy 112.274112 61.959159) (xy 112.194466 61.688544) + (xy 112.063773 61.438552) (xy 111.887013 61.218707) (xy 111.670917 61.037381) (xy 111.530022 60.959923) (xy 111.654186 60.893904) + (xy 111.872792 60.715614) (xy 111.914249 60.6655) (xy 111.990934 60.6655) (xy 112.6895 61.364066) (xy 112.6895 80.645) + (xy 112.698293 80.734688) (xy 112.706147 80.824445) (xy 112.707577 80.829367) (xy 112.708078 80.834476) (xy 112.73413 80.920767) + (xy 112.759262 81.00727) (xy 112.761622 81.011823) (xy 112.763105 81.016734) (xy 112.805414 81.096307) (xy 112.846877 81.176295) + (xy 112.850075 81.180302) (xy 112.852485 81.184833) (xy 112.909444 81.254672) (xy 112.965654 81.325085) (xy 112.972696 81.332226) + (xy 112.972814 81.332371) (xy 112.972947 81.332481) (xy 112.975217 81.334783) (xy 116.4995 84.859065) (xy 116.4995 86.9027) + (xy 116.42099 86.954076) (xy 116.186437 87.183767) (xy 116.000965 87.454642) (xy 115.871638 87.756384) (xy 115.803383 88.077498) + (xy 115.798799 88.405755) (xy 115.858062 88.72865) (xy 115.978913 89.033884) (xy 116.156749 89.309833) (xy 116.384798 89.545984) + (xy 116.654371 89.733342) (xy 116.955203 89.864772) (xy 117.275833 89.935267) (xy 117.604049 89.942142) (xy 117.92735 89.885136) + (xy 118.233421 89.766419) (xy 118.510604 89.590513) (xy 118.748341 89.364119) (xy 118.937577 89.09586) (xy 119.071104 88.795953) + (xy 119.143836 88.475823) (xy 119.149072 88.100856) (xy 119.149072 92.179) (xy 115.466 92.179) (xy 115.466 88.265) + (xy 115.455489 88.157803) (xy 115.446103 88.050514) (xy 115.444392 88.044626) (xy 115.443794 88.038523) (xy 115.412664 87.935417) + (xy 115.382615 87.831985) (xy 115.379792 87.82654) (xy 115.378021 87.820672) (xy 115.32746 87.725582) (xy 115.27789 87.629951) + (xy 115.274064 87.625159) (xy 115.271186 87.619745) (xy 115.203123 87.536292) (xy 115.135918 87.452106) (xy 115.127497 87.443567) + (xy 115.127359 87.443397) (xy 115.127201 87.443266) (xy 115.124487 87.440514) (xy 111.656 83.972026) (xy 111.656 80.226476) + (xy 111.69068 80.212112) (xy 111.79845 80.140102) (xy 111.890102 80.048451) (xy 111.962112 79.94068) (xy 112.011713 79.820932) + (xy 112.037 79.693808) (xy 112.037 79.564193) (xy 112.037 77.786193) (xy 112.011713 77.659069) (xy 111.962112 77.53932) + (xy 111.890102 77.43155) (xy 111.798451 77.339898) (xy 111.69068 77.267888) (xy 111.656 77.253523) (xy 111.656 73.66) + (xy 111.64548 73.552717) (xy 111.636102 73.445513) (xy 111.634392 73.439629) (xy 111.633794 73.433523) (xy 111.602645 73.330355) + (xy 111.572614 73.226984) (xy 111.569793 73.221542) (xy 111.568021 73.215672) (xy 111.51743 73.120525) (xy 111.467889 73.024951) + (xy 111.464066 73.020163) (xy 111.461186 73.014745) (xy 111.393096 72.931259) (xy 111.325917 72.847105) (xy 111.317497 72.838567) + (xy 111.317359 72.838397) (xy 111.317201 72.838266) (xy 111.314486 72.835513) (xy 108.774487 70.295513) (xy 108.691208 70.227107) + (xy 108.608752 70.157918) (xy 108.60338 70.154964) (xy 108.598641 70.151072) (xy 108.503699 70.100164) (xy 108.409336 70.048288) + (xy 108.403492 70.046434) (xy 108.398089 70.043537) (xy 108.295097 70.012049) (xy 108.192425 69.97948) (xy 108.18633 69.978796) + (xy 108.180468 69.977004) (xy 108.073345 69.966123) (xy 107.96628 69.954114) (xy 107.954286 69.95403) (xy 107.95407 69.954008) + (xy 107.953868 69.954027) (xy 107.95 69.954) (xy 104.163 69.954) (xy 104.163 59.119808) (xy 104.163 58.990193) + (xy 104.163 50.100193) (xy 104.137713 49.973069) (xy 104.088112 49.85332) (xy 104.016102 49.74555) (xy 103.924451 49.653898) + (xy 103.81668 49.581888) (xy 103.696932 49.532287) (xy 103.569808 49.507) (xy 103.440193 49.507) (xy 94.550193 49.507) + (xy 94.423069 49.532287) (xy 94.30332 49.581888) (xy 94.19555 49.653898) (xy 94.103898 49.745549) (xy 94.031888 49.85332) + (xy 93.982287 49.973068) (xy 93.957 50.100192) (xy 93.957 50.229807) (xy 93.957 59.119807) (xy 93.982287 59.246931) + (xy 94.031888 59.36668) (xy 94.103898 59.47445) (xy 94.195549 59.566102) (xy 94.30332 59.638112) (xy 94.423068 59.687713) + (xy 94.550192 59.713) (xy 94.679807 59.713) (xy 103.569807 59.713) (xy 103.696931 59.687713) (xy 103.81668 59.638112) + (xy 103.92445 59.566102) (xy 104.016102 59.474451) (xy 104.088112 59.36668) (xy 104.137713 59.246932) (xy 104.163 59.119808) + (xy 104.163 69.954) (xy 102.622396 69.954) (xy 102.590866 69.922249) (xy 102.339351 69.752599) (xy 102.059674 69.635034) + (xy 101.762488 69.574031) (xy 101.459113 69.571913) (xy 101.161104 69.628761) (xy 100.879813 69.74241) (xy 100.625954 69.908531) + (xy 100.556012 69.977022) (xy 100.532112 69.91932) (xy 100.460102 69.81155) (xy 100.368451 69.719898) (xy 100.26068 69.647888) + (xy 100.140932 69.598287) (xy 100.013808 69.573) (xy 99.884193 69.573) (xy 99.392 69.573) (xy 99.2275 69.7375) + (xy 99.2275 70.9525) (xy 99.2475 70.9525) (xy 99.2475 71.2875) (xy 99.2275 71.2875) (xy 99.2275 72.5025) + (xy 99.392 72.667) (xy 99.884193 72.667) (xy 100.013808 72.667) (xy 100.140932 72.641713) (xy 100.26068 72.592112) + (xy 100.368451 72.520102) (xy 100.460102 72.42845) (xy 100.532112 72.32068) (xy 100.555134 72.265099) (xy 100.592507 72.3038) + (xy 100.841629 72.476944) (xy 101.119638 72.598403) (xy 101.415943 72.66355) (xy 101.719259 72.669904) (xy 102.018032 72.617222) + (xy 102.300882 72.507511) (xy 102.557037 72.344951) (xy 102.618941 72.286) (xy 107.467026 72.286) (xy 109.324 74.142973) + (xy 109.324 77.253523) (xy 109.28932 77.267888) (xy 109.18155 77.339898) (xy 109.089898 77.431549) (xy 109.017888 77.53932) + (xy 108.968287 77.659068) (xy 108.943 77.786192) (xy 108.943 77.915807) (xy 108.943 79.693807) (xy 108.968287 79.820931) + (xy 109.017888 79.94068) (xy 109.089898 80.04845) (xy 109.181549 80.140102) (xy 109.28932 80.212112) (xy 109.324 80.226476) + (xy 109.324 84.455) (xy 109.334509 84.562188) (xy 109.343897 84.669487) (xy 109.345607 84.675375) (xy 109.346206 84.681477) + (xy 109.377345 84.784616) (xy 109.407386 84.888015) (xy 109.410205 84.893455) (xy 109.411979 84.899328) (xy 109.462558 84.994453) + (xy 109.51211 85.090049) (xy 109.515935 85.09484) (xy 109.518814 85.100255) (xy 109.586876 85.183707) (xy 109.654082 85.267894) + (xy 109.662505 85.276436) (xy 109.662641 85.276603) (xy 109.662794 85.27673) (xy 109.665513 85.279487) (xy 113.134 88.747973) + (xy 113.134 93.345) (xy 113.134 97.155) (xy 113.144509 97.262188) (xy 113.153897 97.369487) (xy 113.155607 97.375375) + (xy 113.156206 97.381477) (xy 113.187345 97.484616) (xy 113.217386 97.588015) (xy 113.220205 97.593455) (xy 113.221979 97.599328) + (xy 113.272558 97.694453) (xy 113.32211 97.790049) (xy 113.325935 97.79484) (xy 113.328814 97.800255) (xy 113.396876 97.883707) + (xy 113.464082 97.967894) (xy 113.472505 97.976436) (xy 113.472641 97.976603) (xy 113.472794 97.97673) (xy 113.475513 97.979487) + (xy 114.404 98.907973) (xy 114.404 104.775) (xy 114.404 110.547359) (xy 114.377381 110.579083) (xy 114.36918 110.594) + (xy 111.405817 110.594) (xy 111.405817 90.063303) (xy 111.355203 89.762803) (xy 111.246936 89.477952) (xy 111.203736 89.397127) + (xy 110.949146 89.312735) (xy 110.712265 89.549616) (xy 110.712265 89.075854) (xy 110.627873 88.821264) (xy 110.349897 88.696399) + (xy 110.052902 88.628165) (xy 109.748303 88.619183) (xy 109.447803 88.669797) (xy 109.162952 88.778064) (xy 109.082127 88.821264) + (xy 108.997735 89.075854) (xy 109.855 89.933119) (xy 110.712265 89.075854) (xy 110.712265 89.549616) (xy 110.091881 90.17) + (xy 110.949146 91.027265) (xy 111.203736 90.942873) (xy 111.328601 90.664897) (xy 111.396835 90.367902) (xy 111.405817 90.063303) + (xy 111.405817 110.594) (xy 110.712265 110.594) (xy 110.712265 91.264146) (xy 109.855 90.406881) (xy 109.618119 90.643762) + (xy 109.618119 90.17) (xy 108.760854 89.312735) (xy 108.506264 89.397127) (xy 108.381399 89.675103) (xy 108.313165 89.972098) + (xy 108.304183 90.276697) (xy 108.354797 90.577197) (xy 108.463064 90.862048) (xy 108.506264 90.942873) (xy 108.760854 91.027265) + (xy 109.618119 90.17) (xy 109.618119 90.643762) (xy 108.997735 91.264146) (xy 109.082127 91.518736) (xy 109.360103 91.643601) + (xy 109.657098 91.711835) (xy 109.961697 91.720817) (xy 110.262197 91.670203) (xy 110.547048 91.561936) (xy 110.627873 91.518736) + (xy 110.712265 91.264146) (xy 110.712265 110.594) (xy 109.111552 110.594) (xy 109.067951 110.550398) (xy 108.977558 110.489999) + (xy 109.06795 110.429602) (xy 109.159602 110.337951) (xy 109.231612 110.23018) (xy 109.281213 110.110432) (xy 109.3065 109.983308) + (xy 109.3065 109.853693) (xy 109.3065 108.456693) (xy 109.281213 108.329569) (xy 109.231612 108.20982) (xy 109.159602 108.10205) + (xy 109.067951 108.010398) (xy 108.96018 107.938388) (xy 108.840432 107.888787) (xy 108.713308 107.8635) (xy 108.583693 107.8635) + (xy 107.186693 107.8635) (xy 107.059569 107.888787) (xy 106.93982 107.938388) (xy 106.83205 108.010398) (xy 106.740398 108.102049) + (xy 106.668388 108.20982) (xy 106.647863 108.25937) (xy 106.627555 108.261147) (xy 106.622632 108.262577) (xy 106.617524 108.263078) + (xy 106.531232 108.28913) (xy 106.44473 108.314262) (xy 106.440175 108.316622) (xy 106.435266 108.318105) (xy 106.355713 108.360403) + (xy 106.275704 108.401877) (xy 106.271694 108.405077) (xy 106.267167 108.407485) (xy 106.197349 108.464426) (xy 106.126915 108.520654) + (xy 106.119777 108.527692) (xy 106.119629 108.527814) (xy 106.119515 108.527951) (xy 106.117217 108.530218) (xy 103.862934 110.7845) + (xy 101.688266 110.7845) (xy 101.688266 109.105737) (xy 101.639876 108.842948) (xy 101.541148 108.594649) (xy 101.522838 108.560394) + (xy 101.287636 108.499245) (xy 101.050755 108.736126) (xy 101.050755 108.262364) (xy 100.989606 108.027162) (xy 100.744221 107.921399) + (xy 100.482917 107.865541) (xy 100.215737 107.861734) (xy 99.952948 107.910124) (xy 99.704649 108.008852) (xy 99.670394 108.027162) + (xy 99.609245 108.262364) (xy 100.33 108.983119) (xy 101.050755 108.262364) (xy 101.050755 108.736126) (xy 100.566881 109.22) + (xy 101.287636 109.940755) (xy 101.522838 109.879606) (xy 101.628601 109.634221) (xy 101.684459 109.372917) (xy 101.688266 109.105737) + (xy 101.688266 110.7845) (xy 101.273088 110.7845) (xy 101.19885 110.709741) (xy 100.978306 110.560983) (xy 100.808421 110.489569) + (xy 100.955351 110.431148) (xy 100.989606 110.412838) (xy 101.050755 110.177636) (xy 100.33 109.456881) (xy 100.093119 109.693762) + (xy 100.093119 109.22) (xy 99.372364 108.499245) (xy 99.137162 108.560394) (xy 99.09501 108.65819) (xy 99.061449 108.572403) + (xy 99.034836 108.522615) (xy 98.8925 108.482025) (xy 98.8925 72.5025) (xy 98.8925 71.2875) (xy 98.8725 71.2875) + (xy 98.8725 70.9525) (xy 98.8925 70.9525) (xy 98.8925 69.7375) (xy 98.728 69.573) (xy 98.235807 69.573) + (xy 98.106192 69.573) (xy 97.979068 69.598287) (xy 97.85932 69.647888) (xy 97.751549 69.719898) (xy 97.659898 69.81155) + (xy 97.587888 69.91932) (xy 97.564361 69.976119) (xy 97.510866 69.922249) (xy 97.259351 69.752599) (xy 96.979674 69.635034) + (xy 96.682488 69.574031) (xy 96.379113 69.571913) (xy 96.081104 69.628761) (xy 95.799813 69.74241) (xy 95.545954 69.908531) + (xy 95.499522 69.954) (xy 89.177066 69.954) (xy 89.177066 58.268309) (xy 89.118139 57.970704) (xy 89.002529 57.690213) + (xy 88.83464 57.43752) (xy 88.620866 57.222249) (xy 88.369351 57.052599) (xy 88.089674 56.935034) (xy 87.792488 56.874031) + (xy 87.489113 56.871913) (xy 87.191104 56.928761) (xy 86.909813 57.04241) (xy 86.655954 57.208531) (xy 86.439195 57.420796) + (xy 86.267794 57.671121) (xy 86.148279 57.949971) (xy 86.085203 58.246723) (xy 86.084224 58.316802) (xy 83.337026 61.064) + (xy 80.280155 61.064) (xy 80.241322 61.005551) (xy 79.9749 60.737262) (xy 79.661441 60.525831) (xy 79.312884 60.379312) + (xy 78.942506 60.303284) (xy 78.564415 60.300644) (xy 78.193012 60.371493) (xy 77.842443 60.513132) (xy 77.526062 60.720166) + (xy 77.25592 60.984709) (xy 77.042306 61.296685) (xy 76.893356 61.64421) (xy 76.814745 62.014048) (xy 76.809465 62.392112) + (xy 76.87772 62.764) (xy 77.016908 63.115549) (xy 77.221728 63.433368) (xy 77.484379 63.70535) (xy 77.794855 63.921137) + (xy 78.141332 64.072509) (xy 78.510613 64.153701) (xy 78.88863 64.161619) (xy 79.260986 64.095963) (xy 79.613498 63.959232) + (xy 79.932739 63.756636) (xy 80.206548 63.495891) (xy 80.277013 63.396) (xy 83.82 63.396) (xy 83.927188 63.38549) + (xy 84.034487 63.376103) (xy 84.040375 63.374392) (xy 84.046477 63.373794) (xy 84.149616 63.342654) (xy 84.253015 63.312614) + (xy 84.258455 63.309794) (xy 84.264328 63.308021) (xy 84.359453 63.257441) (xy 84.455049 63.20789) (xy 84.45984 63.204064) + (xy 84.465255 63.201186) (xy 84.548707 63.133123) (xy 84.632894 63.065918) (xy 84.641436 63.057494) (xy 84.641603 63.057359) + (xy 84.64173 63.057205) (xy 84.644487 63.054487) (xy 87.729483 59.969489) (xy 87.749259 59.969904) (xy 88.048032 59.917222) + (xy 88.330882 59.807511) (xy 88.587037 59.644951) (xy 88.806737 59.435733) (xy 88.981617 59.187825) (xy 89.105014 58.910672) + (xy 89.172227 58.614829) (xy 89.177066 58.268309) (xy 89.177066 69.954) (xy 89.116476 69.954) (xy 89.102112 69.91932) + (xy 89.030102 69.81155) (xy 88.938451 69.719898) (xy 88.83068 69.647888) (xy 88.710932 69.598287) (xy 88.583808 69.573) + (xy 88.454193 69.573) (xy 86.676193 69.573) (xy 86.549069 69.598287) (xy 86.42932 69.647888) (xy 86.32155 69.719898) + (xy 86.229898 69.811549) (xy 86.157888 69.91932) (xy 86.108287 70.039068) (xy 86.083 70.166192) (xy 86.083 70.295807) + (xy 86.083 71.018026) (xy 81.725513 75.375513) (xy 81.657107 75.458791) (xy 81.587918 75.541248) (xy 81.584964 75.546619) + (xy 81.581072 75.551359) (xy 81.530164 75.6463) (xy 81.478288 75.740664) (xy 81.476434 75.746507) (xy 81.473537 75.751911) + (xy 81.442049 75.854902) (xy 81.40948 75.957575) (xy 81.408796 75.963669) (xy 81.407004 75.969532) (xy 81.396123 76.076654) + (xy 81.384114 76.18372) (xy 81.38403 76.195713) (xy 81.384008 76.19593) (xy 81.384027 76.196131) (xy 81.384 76.2) + (xy 81.384 87.63) (xy 81.394509 87.737188) (xy 81.403897 87.844487) (xy 81.405607 87.850375) (xy 81.406206 87.856477) + (xy 81.437345 87.959616) (xy 81.467386 88.063015) (xy 81.470205 88.068455) (xy 81.471979 88.074328) (xy 81.522558 88.169453) + (xy 81.57211 88.265049) (xy 81.575935 88.26984) (xy 81.578814 88.275255) (xy 81.646876 88.358707) (xy 81.714082 88.442894) + (xy 81.722505 88.451436) (xy 81.722641 88.451603) (xy 81.722794 88.45173) (xy 81.725513 88.454487) (xy 82.908 89.636973) + (xy 82.908 91.123807) (xy 82.933287 91.250931) (xy 82.982888 91.37068) (xy 83.054898 91.47845) (xy 83.146549 91.570102) + (xy 83.25432 91.642112) (xy 83.374068 91.691713) (xy 83.501192 91.717) (xy 83.630807 91.717) (xy 85.408807 91.717) + (xy 85.535931 91.691713) (xy 85.65568 91.642112) (xy 85.76345 91.570102) (xy 85.855102 91.478451) (xy 85.927112 91.37068) + (xy 85.976713 91.250932) (xy 86.002 91.123808) (xy 86.002 90.994193) (xy 86.002 89.216193) (xy 85.976713 89.089069) + (xy 85.947265 89.017974) (xy 85.947265 79.834146) (xy 85.09 78.976881) (xy 84.232735 79.834146) (xy 84.317127 80.088736) + (xy 84.595103 80.213601) (xy 84.892098 80.281835) (xy 85.196697 80.290817) (xy 85.497197 80.240203) (xy 85.782048 80.131936) + (xy 85.862873 80.088736) (xy 85.947265 79.834146) (xy 85.947265 89.017974) (xy 85.927112 88.96932) (xy 85.855102 88.86155) + (xy 85.763451 88.769898) (xy 85.65568 88.697888) (xy 85.535932 88.648287) (xy 85.408808 88.623) (xy 85.279193 88.623) + (xy 85.191973 88.623) (xy 83.716 87.147026) (xy 83.716 79.465605) (xy 83.741264 79.512873) (xy 83.995854 79.597265) + (xy 84.853119 78.74) (xy 83.995854 77.882735) (xy 83.741264 77.967127) (xy 83.716 78.02337) (xy 83.716 76.682973) + (xy 87.731973 72.667) (xy 88.583807 72.667) (xy 88.710931 72.641713) (xy 88.83068 72.592112) (xy 88.93845 72.520102) + (xy 89.030102 72.428451) (xy 89.102112 72.32068) (xy 89.116476 72.286) (xy 95.495317 72.286) (xy 95.512507 72.3038) + (xy 95.761629 72.476944) (xy 96.039638 72.598403) (xy 96.335943 72.66355) (xy 96.639259 72.669904) (xy 96.938032 72.617222) + (xy 97.220882 72.507511) (xy 97.477037 72.344951) (xy 97.563741 72.262383) (xy 97.587888 72.32068) (xy 97.659898 72.42845) + (xy 97.751549 72.520102) (xy 97.85932 72.592112) (xy 97.979068 72.641713) (xy 98.106192 72.667) (xy 98.235807 72.667) + (xy 98.728 72.667) (xy 98.8925 72.5025) (xy 98.8925 108.482025) (xy 98.793179 108.453702) (xy 98.556298 108.690583) + (xy 98.556298 108.216821) (xy 98.487385 107.975164) (xy 98.23113 107.86303) (xy 97.957922 107.803043) (xy 97.678261 107.79751) + (xy 97.402894 107.846642) (xy 97.142403 107.948551) (xy 97.092615 107.975164) (xy 97.023702 108.216821) (xy 97.79 108.983119) + (xy 98.556298 108.216821) (xy 98.556298 108.690583) (xy 98.026881 109.22) (xy 98.793179 109.986298) (xy 99.034836 109.917385) + (xy 99.09386 109.782498) (xy 99.118852 109.845351) (xy 99.137162 109.879606) (xy 99.372364 109.940755) (xy 100.093119 109.22) + (xy 100.093119 109.693762) (xy 99.609245 110.177636) (xy 99.670394 110.412838) (xy 99.850703 110.490553) (xy 99.698498 110.552048) + (xy 99.475899 110.697712) (xy 99.387273 110.7845) (xy 98.822582 110.7845) (xy 98.699522 110.660577) (xy 98.468654 110.504855) + (xy 98.437164 110.491618) (xy 98.437597 110.491449) (xy 98.487385 110.464836) (xy 98.556298 110.223179) (xy 97.79 109.456881) + (xy 97.553119 109.693762) (xy 97.553119 109.22) (xy 96.786821 108.453702) (xy 96.545164 108.522615) (xy 96.43303 108.77887) + (xy 96.373043 109.052078) (xy 96.36751 109.331739) (xy 96.416642 109.607106) (xy 96.518551 109.867597) (xy 96.545164 109.917385) + (xy 96.786821 109.986298) (xy 97.553119 109.22) (xy 97.553119 109.693762) (xy 97.023702 110.223179) (xy 97.092615 110.464836) + (xy 97.146488 110.48841) (xy 97.128936 110.495502) (xy 96.895917 110.647985) (xy 96.696953 110.842825) (xy 96.539623 111.0726) + (xy 96.42992 111.328557) (xy 96.372021 111.600948) (xy 96.368133 111.879397) (xy 96.418404 112.153299) (xy 96.520918 112.41222) + (xy 96.671771 112.646298) (xy 96.71349 112.6895) (xy 88.712142 112.6895) (xy 88.870657 112.464791) (xy 88.983924 112.21039) + (xy 89.04562 111.938834) (xy 89.050061 111.620762) (xy 88.995971 111.347589) (xy 88.889852 111.090125) (xy 88.735746 110.858176) + (xy 88.6055 110.727017) (xy 88.6055 110.251989) (xy 88.710134 110.152347) (xy 88.870657 109.924791) (xy 88.983924 109.67039) + (xy 89.04562 109.398834) (xy 89.050061 109.080762) (xy 88.995971 108.807589) (xy 88.889852 108.550125) (xy 88.735746 108.318176) + (xy 88.539522 108.120577) (xy 88.308654 107.964855) (xy 88.051937 107.856941) (xy 87.779149 107.800946) (xy 87.500679 107.799001) + (xy 87.227135 107.851183) (xy 86.968936 107.955502) (xy 86.735917 108.107985) (xy 86.640817 108.201113) (xy 86.640817 78.633303) + (xy 86.590203 78.332803) (xy 86.481936 78.047952) (xy 86.438736 77.967127) (xy 86.184146 77.882735) (xy 85.947265 78.119616) + (xy 85.947265 77.645854) (xy 85.862873 77.391264) (xy 85.584897 77.266399) (xy 85.287902 77.198165) (xy 84.983303 77.189183) + (xy 84.682803 77.239797) (xy 84.397952 77.348064) (xy 84.317127 77.391264) (xy 84.232735 77.645854) (xy 85.09 78.503119) + (xy 85.947265 77.645854) (xy 85.947265 78.119616) (xy 85.326881 78.74) (xy 86.184146 79.597265) (xy 86.438736 79.512873) + (xy 86.563601 79.234897) (xy 86.631835 78.937902) (xy 86.640817 78.633303) (xy 86.640817 108.201113) (xy 86.536953 108.302825) + (xy 86.379623 108.5326) (xy 86.26992 108.788557) (xy 86.212021 109.060948) (xy 86.208133 109.339397) (xy 86.258404 109.613299) + (xy 86.360918 109.87222) (xy 86.511771 110.106298) (xy 86.6545 110.254098) (xy 86.6545 110.727714) (xy 86.596512 110.7845) + (xy 83.97249 110.7845) (xy 83.589383 110.7845) (xy 83.553181 110.748297) (xy 83.794836 110.679385) (xy 83.90697 110.42313) + (xy 83.966957 110.149922) (xy 83.97249 109.870261) (xy 83.923358 109.594894) (xy 83.821449 109.334403) (xy 83.794836 109.284615) + (xy 83.553179 109.215702) (xy 83.316298 109.452583) (xy 83.316298 108.978821) (xy 83.247385 108.737164) (xy 82.99113 108.62503) + (xy 82.717922 108.565043) (xy 82.57311 108.562177) (xy 82.57311 102.491685) (xy 82.475482 101.998627) (xy 82.283944 101.533922) + (xy 82.005793 101.115271) (xy 81.651622 100.758619) (xy 81.234923 100.477552) (xy 80.771567 100.282775) (xy 80.668 100.261515) + (xy 80.668 68.644807) (xy 80.668 67.642) (xy 80.668 66.978) (xy 80.668 65.975193) (xy 80.642713 65.848069) + (xy 80.593112 65.72832) (xy 80.521102 65.62055) (xy 80.429451 65.528898) (xy 80.32168 65.456888) (xy 80.201932 65.407287) + (xy 80.074808 65.382) (xy 79.945193 65.382) (xy 79.072 65.382) (xy 78.9075 65.5465) (xy 78.9075 67.1425) + (xy 80.5035 67.1425) (xy 80.668 66.978) (xy 80.668 67.642) (xy 80.5035 67.4775) (xy 78.9075 67.4775) + (xy 78.9075 69.0735) (xy 79.072 69.238) (xy 79.945193 69.238) (xy 80.074808 69.238) (xy 80.201932 69.212713) + (xy 80.32168 69.163112) (xy 80.429451 69.091102) (xy 80.521102 68.99945) (xy 80.593112 68.89168) (xy 80.642713 68.771931) + (xy 80.668 68.644807) (xy 80.668 100.261515) (xy 80.279203 100.181707) (xy 79.776585 100.178198) (xy 79.282858 100.272382) + (xy 78.816827 100.46067) (xy 78.5725 100.620553) (xy 78.5725 69.0735) (xy 78.5725 67.4775) (xy 78.5725 67.1425) + (xy 78.5725 65.5465) (xy 78.408 65.382) (xy 77.534807 65.382) (xy 77.405192 65.382) (xy 77.278068 65.407287) + (xy 77.15832 65.456888) (xy 77.050549 65.528898) (xy 76.958898 65.62055) (xy 76.886888 65.72832) (xy 76.837287 65.848069) + (xy 76.812 65.975193) (xy 76.812 66.978) (xy 76.9765 67.1425) (xy 78.5725 67.1425) (xy 78.5725 67.4775) + (xy 76.9765 67.4775) (xy 76.812 67.642) (xy 76.812 68.644807) (xy 76.837287 68.771931) (xy 76.886888 68.89168) + (xy 76.958898 68.99945) (xy 77.050549 69.091102) (xy 77.15832 69.163112) (xy 77.278068 69.212713) (xy 77.405192 69.238) + (xy 77.534807 69.238) (xy 78.408 69.238) (xy 78.5725 69.0735) (xy 78.5725 100.620553) (xy 78.396244 100.735892) + (xy 78.037128 101.087564) (xy 77.753159 101.502291) (xy 77.555152 101.964276) (xy 77.450649 102.455923) (xy 77.443631 102.958504) + (xy 77.534366 103.452877) (xy 77.719396 103.92021) (xy 77.991675 104.342705) (xy 78.340831 104.704267) (xy 78.753566 104.991124) + (xy 79.214157 105.192352) (xy 79.705062 105.300284) (xy 80.207582 105.310811) (xy 80.702576 105.22353) (xy 81.17119 105.041766) + (xy 81.595575 104.772444) (xy 81.959566 104.42582) (xy 82.249298 104.015098) (xy 82.453736 103.555923) (xy 82.565093 103.065783) + (xy 82.57311 102.491685) (xy 82.57311 108.562177) (xy 82.438261 108.55951) (xy 82.162894 108.608642) (xy 81.902403 108.710551) + (xy 81.852615 108.737164) (xy 81.783702 108.978821) (xy 82.55 109.745119) (xy 83.316298 108.978821) (xy 83.316298 109.452583) + (xy 82.786881 109.982) (xy 82.801023 109.996142) (xy 82.564141 110.233023) (xy 82.55 110.218881) (xy 82.313119 110.455762) + (xy 82.313119 109.982) (xy 81.546821 109.215702) (xy 81.305164 109.284615) (xy 81.19303 109.54087) (xy 81.133043 109.814078) + (xy 81.12751 110.093739) (xy 81.176642 110.369106) (xy 81.278551 110.629597) (xy 81.305164 110.679385) (xy 81.546821 110.748298) + (xy 82.313119 109.982) (xy 82.313119 110.455762) (xy 81.783702 110.985179) (xy 81.852615 111.226836) (xy 82.10887 111.33897) + (xy 82.205293 111.360141) (xy 82.160871 111.404562) (xy 82.147135 111.407183) (xy 81.888936 111.511502) (xy 81.655917 111.663985) + (xy 81.456953 111.858825) (xy 81.299623 112.0886) (xy 81.18992 112.344557) (xy 81.132021 112.616948) (xy 81.128133 112.895397) + (xy 81.178404 113.169299) (xy 81.189569 113.1975) (xy 81.042582 113.1975) (xy 80.919522 113.073577) (xy 80.688654 112.917855) + (xy 80.431937 112.809941) (xy 80.265866 112.775851) (xy 80.393714 112.753309) (xy 80.653344 112.652605) (xy 80.88847 112.50339) + (xy 81.090134 112.311347) (xy 81.250657 112.083791) (xy 81.363924 111.82939) (xy 81.42562 111.557834) (xy 81.430061 111.239762) + (xy 81.375971 110.966589) (xy 81.269852 110.709125) (xy 81.115746 110.477176) (xy 80.919522 110.279577) (xy 80.688654 110.123855) + (xy 80.431937 110.015941) (xy 80.159149 109.959946) (xy 79.880679 109.958001) (xy 79.607135 110.010183) (xy 79.348936 110.114502) + (xy 79.115917 110.266985) (xy 78.916953 110.461825) (xy 78.759623 110.6916) (xy 78.64992 110.947557) (xy 78.592021 111.219948) + (xy 78.588133 111.498397) (xy 78.638404 111.772299) (xy 78.740918 112.03122) (xy 78.891771 112.265298) (xy 79.085217 112.465617) + (xy 79.313887 112.624547) (xy 79.569073 112.736035) (xy 79.752715 112.776411) (xy 79.607135 112.804183) (xy 79.348936 112.908502) + (xy 79.115917 113.060985) (xy 78.916953 113.255825) (xy 78.759623 113.4856) (xy 78.64992 113.741557) (xy 78.592021 114.013948) + (xy 78.588133 114.292397) (xy 78.638404 114.566299) (xy 78.740918 114.82522) (xy 78.891771 115.059298) (xy 79.085217 115.259617) + (xy 79.313887 115.418547) (xy 79.517374 115.507448) (xy 79.348936 115.575502) (xy 79.115917 115.727985) (xy 78.976512 115.8645) + (xy 78.105 115.8645) (xy 78.015307 115.873294) (xy 77.925556 115.881147) (xy 77.920633 115.882576) (xy 77.915524 115.883078) + (xy 77.82922 115.909134) (xy 77.74273 115.934262) (xy 77.738175 115.936622) (xy 77.733266 115.938105) (xy 77.653732 115.980393) + (xy 77.573705 116.021876) (xy 77.569694 116.025077) (xy 77.565167 116.027485) (xy 77.495361 116.084417) (xy 77.424916 116.140653) + (xy 77.417777 116.147692) (xy 77.417629 116.147814) (xy 77.417515 116.147951) (xy 77.415218 116.150217) (xy 76.780217 116.785217) + (xy 76.722995 116.85488) (xy 76.665102 116.923875) (xy 76.662632 116.928367) (xy 76.659374 116.932334) (xy 76.616775 117.011779) + (xy 76.573383 117.09071) (xy 76.571832 117.095599) (xy 76.569408 117.10012) (xy 76.543068 117.186273) (xy 76.515817 117.272182) + (xy 76.515244 117.277282) (xy 76.513746 117.282185) (xy 76.504643 117.371799) (xy 76.494595 117.46138) (xy 76.494525 117.471407) + (xy 76.494506 117.471595) (xy 76.494522 117.471769) (xy 76.4945 117.475) (xy 76.4945 120.65) (xy 76.503293 120.739688) + (xy 76.511147 120.829445) (xy 76.512577 120.834367) (xy 76.513078 120.839476) (xy 76.53913 120.925767) (xy 76.564262 121.01227) + (xy 76.566622 121.016823) (xy 76.568105 121.021734) (xy 76.610414 121.101307) (xy 76.651877 121.181295) (xy 76.655075 121.185302) + (xy 76.657485 121.189833) (xy 76.714444 121.259672) (xy 76.770654 121.330085) (xy 76.777696 121.337226) (xy 76.777814 121.337371) + (xy 76.777947 121.337481) (xy 76.780217 121.339783) (xy 79.320217 123.879782) (xy 79.389845 123.936975) (xy 79.458875 123.994898) + (xy 79.463367 123.997368) (xy 79.467333 124.000625) (xy 79.546745 124.043205) (xy 79.62571 124.086617) (xy 79.630601 124.088168) + (xy 79.635119 124.090591) (xy 79.721254 124.116925) (xy 79.807182 124.144183) (xy 79.81228 124.144754) (xy 79.817184 124.146254) + (xy 79.906804 124.155357) (xy 79.99638 124.165405) (xy 80.006407 124.165474) (xy 80.006595 124.165494) (xy 80.006769 124.165477) + (xy 80.01 124.1655) (xy 84.685934 124.1655) (xy 85.670217 125.149783) (xy 85.73988 125.207004) (xy 85.808875 125.264898) + (xy 85.813367 125.267367) (xy 85.817334 125.270626) (xy 85.896798 125.313234) (xy 85.97571 125.356617) (xy 85.980596 125.358167) + (xy 85.985119 125.360592) (xy 86.071287 125.386935) (xy 86.157182 125.414183) (xy 86.162282 125.414755) (xy 86.167185 125.416254) + (xy 86.256799 125.425356) (xy 86.34638 125.435405) (xy 86.356407 125.435474) (xy 86.356595 125.435494) (xy 86.356769 125.435477) + (xy 86.36 125.4355) (xy 86.597912 125.4355) (xy 86.705217 125.546617) (xy 86.933887 125.705547) (xy 87.189073 125.817035) + (xy 87.461053 125.876834) (xy 87.739468 125.882666) (xy 88.013714 125.834309) (xy 88.273344 125.733605) (xy 88.50847 125.58439) + (xy 88.710134 125.392347) (xy 88.870657 125.164791) (xy 88.983924 124.91039) (xy 89.04562 124.638834) (xy 89.050061 124.320762) + (xy 88.995971 124.047589) (xy 88.889852 123.790125) (xy 88.735746 123.558176) (xy 88.6055 123.427017) (xy 88.6055 122.951989) + (xy 88.710134 122.852347) (xy 88.870657 122.624791) (xy 88.983924 122.37039) (xy 89.04562 122.098834) (xy 89.050061 121.780762) + (xy 88.995971 121.507589) (xy 88.889852 121.250125) (xy 88.735746 121.018176) (xy 88.539522 120.820577) (xy 88.308654 120.664855) + (xy 88.051937 120.556941) (xy 87.779149 120.500946) (xy 87.500679 120.499001) (xy 87.227135 120.551183) (xy 86.968936 120.655502) + (xy 86.735917 120.807985) (xy 86.536953 121.002825) (xy 86.379623 121.2326) (xy 86.26992 121.488557) (xy 86.212021 121.760948) + (xy 86.208133 122.039397) (xy 86.258404 122.313299) (xy 86.360918 122.57222) (xy 86.511771 122.806298) (xy 86.6545 122.954098) + (xy 86.6545 123.374934) (xy 85.779783 122.500217) (xy 85.710119 122.442995) (xy 85.641125 122.385102) (xy 85.636632 122.382632) + (xy 85.632666 122.379374) (xy 85.55322 122.336775) (xy 85.47429 122.293383) (xy 85.4694 122.291832) (xy 85.46488 122.289408) + (xy 85.378726 122.263068) (xy 85.292818 122.235817) (xy 85.287717 122.235244) (xy 85.282815 122.233746) (xy 85.1932 122.224643) + (xy 85.10362 122.214595) (xy 85.093592 122.214525) (xy 85.093405 122.214506) (xy 85.09323 122.214522) (xy 85.09 122.2145) + (xy 83.821052 122.2145) (xy 83.823102 122.212451) (xy 83.895112 122.10468) (xy 83.944713 121.984932) (xy 83.97 121.857808) + (xy 83.97 121.728193) (xy 83.97 120.204193) (xy 83.944713 120.077069) (xy 83.895112 119.95732) (xy 83.823102 119.84955) + (xy 83.731451 119.757898) (xy 83.62368 119.685888) (xy 83.503932 119.636287) (xy 83.376808 119.611) (xy 83.247193 119.611) + (xy 82.93451 119.611) (xy 83.193344 119.510605) (xy 83.42847 119.36139) (xy 83.630134 119.169347) (xy 83.790657 118.941791) + (xy 83.903924 118.68739) (xy 83.96562 118.415834) (xy 83.970061 118.097762) (xy 83.915971 117.824589) (xy 83.809852 117.567125) + (xy 83.655746 117.335176) (xy 83.459522 117.137577) (xy 83.228654 116.981855) (xy 83.040657 116.902828) (xy 83.193344 116.843605) + (xy 83.42847 116.69439) (xy 83.584819 116.5455) (xy 86.597912 116.5455) (xy 86.6545 116.604098) (xy 86.6545 117.077714) + (xy 86.536953 117.192825) (xy 86.379623 117.4226) (xy 86.26992 117.678557) (xy 86.212021 117.950948) (xy 86.208133 118.229397) + (xy 86.258404 118.503299) (xy 86.360918 118.76222) (xy 86.511771 118.996298) (xy 86.705217 119.196617) (xy 86.933887 119.355547) + (xy 87.189073 119.467035) (xy 87.461053 119.526834) (xy 87.739468 119.532666) (xy 88.013714 119.484309) (xy 88.273344 119.383605) + (xy 88.50847 119.23439) (xy 88.710134 119.042347) (xy 88.870657 118.814791) (xy 88.983924 118.56039) (xy 89.04562 118.288834) + (xy 89.050061 117.970762) (xy 88.995971 117.697589) (xy 88.889852 117.440125) (xy 88.735746 117.208176) (xy 88.6055 117.077017) + (xy 88.6055 116.601989) (xy 88.710134 116.502347) (xy 88.870657 116.274791) (xy 88.983924 116.02039) (xy 89.04562 115.748834) + (xy 89.050061 115.430762) (xy 88.995971 115.157589) (xy 88.889852 114.900125) (xy 88.735746 114.668176) (xy 88.708262 114.6405) + (xy 96.702625 114.6405) (xy 96.663121 114.680005) (xy 96.786818 114.803702) (xy 96.545164 114.872615) (xy 96.43303 115.12887) + (xy 96.373043 115.402078) (xy 96.36751 115.681739) (xy 96.416642 115.957106) (xy 96.518551 116.217597) (xy 96.545164 116.267385) + (xy 96.786821 116.336298) (xy 97.553119 115.57) (xy 97.538977 115.555858) (xy 97.775858 115.318977) (xy 97.79 115.333119) + (xy 97.804142 115.318977) (xy 98.041023 115.555858) (xy 98.026881 115.57) (xy 98.793179 116.336298) (xy 99.034836 116.267385) + (xy 99.09386 116.132498) (xy 99.118852 116.195351) (xy 99.137162 116.229606) (xy 99.372364 116.290755) (xy 100.093119 115.57) + (xy 100.078977 115.555858) (xy 100.315858 115.318977) (xy 100.33 115.333119) (xy 100.344142 115.318977) (xy 100.581023 115.555858) + (xy 100.566881 115.57) (xy 101.287636 116.290755) (xy 101.522838 116.229606) (xy 101.628601 115.984221) (xy 101.684459 115.722917) + (xy 101.688266 115.455737) (xy 101.639876 115.192948) (xy 101.541148 114.944649) (xy 101.522838 114.910394) (xy 101.287637 114.849245) + (xy 101.41176 114.725123) (xy 101.327137 114.6405) (xy 105.76452 114.6405) (xy 105.68273 114.664262) (xy 105.678176 114.666622) + (xy 105.673266 114.668105) (xy 105.593692 114.710414) (xy 105.513705 114.751877) (xy 105.509697 114.755075) (xy 105.505167 114.757485) + (xy 105.435327 114.814444) (xy 105.364915 114.870654) (xy 105.357777 114.877692) (xy 105.357629 114.877814) (xy 105.357515 114.877951) + (xy 105.355217 114.880218) (xy 101.688266 118.547167) (xy 101.565751 118.669682) (xy 101.623379 118.54025) (xy 101.682316 118.280837) + (xy 101.686559 117.976988) (xy 101.634888 117.716031) (xy 101.533514 117.47008) (xy 101.386299 117.248504) (xy 101.19885 117.059741) + (xy 100.978306 116.910983) (xy 100.808421 116.839569) (xy 100.955351 116.781148) (xy 100.989606 116.762838) (xy 101.050755 116.527636) + (xy 100.33 115.806881) (xy 100.093119 116.043762) (xy 99.609245 116.527636) (xy 99.670394 116.762838) (xy 99.850703 116.840553) + (xy 99.698498 116.902048) (xy 99.475899 117.047712) (xy 99.387273 117.1345) (xy 98.822582 117.1345) (xy 98.699522 117.010577) + (xy 98.468654 116.854855) (xy 98.437164 116.841618) (xy 98.437597 116.841449) (xy 98.487385 116.814836) (xy 98.556298 116.573179) + (xy 97.79 115.806881) (xy 97.553119 116.043762) (xy 97.023702 116.573179) (xy 97.092615 116.814836) (xy 97.146488 116.83841) + (xy 97.128936 116.845502) (xy 96.895917 116.997985) (xy 96.756512 117.1345) (xy 95.885 117.1345) (xy 95.795311 117.143293) + (xy 95.705555 117.151147) (xy 95.700632 117.152577) (xy 95.695524 117.153078) (xy 95.609232 117.17913) (xy 95.52273 117.204262) + (xy 95.518176 117.206622) (xy 95.513266 117.208105) (xy 95.433692 117.250414) (xy 95.353705 117.291877) (xy 95.349697 117.295075) + (xy 95.345167 117.297485) (xy 95.275327 117.354444) (xy 95.204915 117.410654) (xy 95.197773 117.417696) (xy 95.197629 117.417814) + (xy 95.197518 117.417947) (xy 95.195217 117.420217) (xy 93.925217 118.690217) (xy 93.867995 118.75988) (xy 93.810102 118.828875) + (xy 93.807632 118.833367) (xy 93.804374 118.837334) (xy 93.761775 118.916779) (xy 93.718383 118.99571) (xy 93.716832 119.000599) + (xy 93.714408 119.00512) (xy 93.688068 119.091273) (xy 93.660817 119.177182) (xy 93.660244 119.182282) (xy 93.658746 119.187185) + (xy 93.649643 119.276799) (xy 93.639595 119.36638) (xy 93.639525 119.376407) (xy 93.639506 119.376595) (xy 93.639522 119.376769) + (xy 93.6395 119.38) (xy 93.6395 124.46) (xy 93.648293 124.549688) (xy 93.656147 124.639445) (xy 93.657577 124.644367) + (xy 93.658078 124.649476) (xy 93.68413 124.735767) (xy 93.709262 124.82227) (xy 93.711622 124.826823) (xy 93.713105 124.831734) + (xy 93.755414 124.911307) (xy 93.796877 124.991295) (xy 93.800075 124.995302) (xy 93.802485 124.999833) (xy 93.859444 125.069672) + (xy 93.915654 125.140085) (xy 93.922696 125.147226) (xy 93.922814 125.147371) (xy 93.922947 125.147481) (xy 93.925217 125.149783) + (xy 96.465217 127.689782) (xy 96.534845 127.746975) (xy 96.603875 127.804898) (xy 96.608367 127.807368) (xy 96.612333 127.810625) + (xy 96.691745 127.853205) (xy 96.77071 127.896617) (xy 96.775601 127.898168) (xy 96.780119 127.900591) (xy 96.866254 127.926925) + (xy 96.952182 127.954183) (xy 96.95728 127.954754) (xy 96.962184 127.956254) (xy 97.051804 127.965357) (xy 97.14138 127.975405) + (xy 97.151407 127.975474) (xy 97.151595 127.975494) (xy 97.151769 127.975477) (xy 97.155 127.9755) (xy 100.965 127.9755) + (xy 101.054688 127.966706) (xy 101.144445 127.958853) (xy 101.149367 127.957422) (xy 101.154476 127.956922) (xy 101.240767 127.930869) + (xy 101.32727 127.905738) (xy 101.331823 127.903377) (xy 101.336734 127.901895) (xy 101.416307 127.859585) (xy 101.496295 127.818123) + (xy 101.500302 127.814924) (xy 101.504833 127.812515) (xy 101.574672 127.755555) (xy 101.645085 127.699346) (xy 101.652226 127.692303) + (xy 101.652371 127.692186) (xy 101.652481 127.692052) (xy 101.654783 127.689783) (xy 106.449066 122.8955) (xy 106.654023 122.8955) + (xy 106.668388 122.93018) (xy 106.740398 123.03795) (xy 106.832049 123.129602) (xy 106.922441 123.19) (xy 106.83205 123.250398) + (xy 106.740398 123.342049) (xy 106.668388 123.44982) (xy 106.618787 123.569568) (xy 106.5935 123.696692) (xy 106.5935 123.826307) + (xy 106.5935 125.223307) (xy 106.618787 125.350431) (xy 106.668388 125.47018) (xy 106.740398 125.57795) (xy 106.832049 125.669602) + (xy 106.93982 125.741612) (xy 107.059568 125.791213) (xy 107.186692 125.8165) (xy 107.316307 125.8165) (xy 108.713307 125.8165) + (xy 108.840431 125.791213) (xy 108.96018 125.741612) (xy 109.06795 125.669602) (xy 109.159602 125.577951) (xy 109.231612 125.47018) + (xy 109.281213 125.350432) (xy 109.3065 125.223308) (xy 109.3065 125.093693) (xy 109.3065 123.696693) (xy 109.281213 123.569569) + (xy 109.231612 123.44982) (xy 109.159602 123.34205) (xy 109.067951 123.250398) (xy 108.977558 123.189999) (xy 109.06795 123.129602) + (xy 109.159602 123.037951) (xy 109.231612 122.93018) (xy 109.245976 122.8955) (xy 116.205 122.8955) (xy 116.294688 122.886706) + (xy 116.384445 122.878853) (xy 116.389367 122.877422) (xy 116.394476 122.876922) (xy 116.480767 122.850869) (xy 116.56727 122.825738) + (xy 116.571823 122.823377) (xy 116.576734 122.821895) (xy 116.656307 122.779585) (xy 116.736295 122.738123) (xy 116.740302 122.734924) + (xy 116.744833 122.732515) (xy 116.814672 122.675555) (xy 116.885085 122.619346) (xy 116.892226 122.612303) (xy 116.892371 122.612186) + (xy 116.892481 122.612052) (xy 116.894783 122.609783) (xy 118.33641 121.168155) (xy 118.380841 121.164112) (xy 118.651456 121.084466) + (xy 118.901448 120.953773) (xy 119.121293 120.777013) (xy 119.302619 120.560917) (xy 119.380076 120.420022) (xy 119.446096 120.544186) + (xy 119.624386 120.762792) (xy 119.841743 120.942605) (xy 120.089885 121.076775) (xy 120.359362 121.160192) (xy 120.639909 121.189679) + (xy 120.920841 121.164112) (xy 121.191456 121.084466) (xy 121.441448 120.953773) (xy 121.661293 120.777013) (xy 121.842619 120.560917) + (xy 121.913628 120.431752) (xy 121.918724 120.44348) (xy 122.081252 120.677892) (xy 122.286388 120.876092) (xy 122.52625 121.030464) + (xy 122.799975 121.127384) (xy 123.0225 121.005501) (xy 123.0225 119.5475) (xy 123.0025 119.5475) (xy 123.0025 119.2125) + (xy 123.0225 119.2125) (xy 123.0225 117.754499) (xy 122.799975 117.632616) (xy 122.52625 117.729536) (xy 122.286388 117.883908) + (xy 122.081252 118.082108) (xy 121.918724 118.31652) (xy 121.913654 118.328187) (xy 121.853904 118.215814) (xy 121.675614 117.997208) + (xy 121.458257 117.817395) (xy 121.210115 117.683225) (xy 120.940638 117.599808) (xy 120.660091 117.570321) (xy 120.379159 117.595888) + (xy 120.108544 117.675534) (xy 119.858552 117.806227) (xy 119.638707 117.982987) (xy 119.457381 118.199083) (xy 119.379923 118.339977) + (xy 119.313904 118.215814) (xy 119.135614 117.997208) (xy 118.918257 117.817395) (xy 118.670115 117.683225) (xy 118.400638 117.599808) + (xy 118.120091 117.570321) (xy 117.839159 117.595888) (xy 117.568544 117.675534) (xy 117.318552 117.806227) (xy 117.098707 117.982987) + (xy 117.00094 118.0995) (xy 116.990113 118.045068) (xy 116.940512 117.92532) (xy 116.868502 117.817549) (xy 116.77685 117.725898) + (xy 116.66908 117.653888) (xy 116.549331 117.604287) (xy 116.422207 117.579) (xy 115.902 117.579) (xy 115.7375 117.7435) + (xy 115.7375 119.2125) (xy 115.7575 119.2125) (xy 115.7575 119.5475) (xy 115.7375 119.5475) (xy 115.7375 119.5675) + (xy 115.4025 119.5675) (xy 115.4025 119.5475) (xy 115.4025 119.2125) (xy 115.4025 117.7435) (xy 115.238 117.579) + (xy 114.717793 117.579) (xy 114.590669 117.604287) (xy 114.47092 117.653888) (xy 114.36315 117.725898) (xy 114.271498 117.817549) + (xy 114.199488 117.92532) (xy 114.149887 118.045068) (xy 114.1246 118.172192) (xy 114.1246 118.301807) (xy 114.1246 119.048) + (xy 114.2891 119.2125) (xy 115.4025 119.2125) (xy 115.4025 119.5475) (xy 114.2891 119.5475) (xy 114.1246 119.712) + (xy 114.1246 120.458193) (xy 114.1246 120.587808) (xy 114.149887 120.714932) (xy 114.199488 120.83468) (xy 114.271498 120.942451) + (xy 114.273547 120.9445) (xy 109.245976 120.9445) (xy 109.231612 120.90982) (xy 109.159602 120.80205) (xy 109.067951 120.710398) + (xy 108.96018 120.638388) (xy 108.840432 120.588787) (xy 108.713308 120.5635) (xy 108.583693 120.5635) (xy 107.186693 120.5635) + (xy 107.059569 120.588787) (xy 106.93982 120.638388) (xy 106.83205 120.710398) (xy 106.740398 120.802049) (xy 106.668388 120.90982) + (xy 106.654023 120.9445) (xy 106.045 120.9445) (xy 105.955311 120.953293) (xy 105.865555 120.961147) (xy 105.860632 120.962577) + (xy 105.855524 120.963078) (xy 105.769232 120.98913) (xy 105.68273 121.014262) (xy 105.678176 121.016622) (xy 105.673266 121.018105) + (xy 105.593692 121.060414) (xy 105.513705 121.101877) (xy 105.509697 121.105075) (xy 105.505167 121.107485) (xy 105.435327 121.164444) + (xy 105.364915 121.220654) (xy 105.357773 121.227696) (xy 105.357629 121.227814) (xy 105.357518 121.227947) (xy 105.355217 121.230217) + (xy 101.688266 124.897167) (xy 101.565751 125.019682) (xy 101.623379 124.89025) (xy 101.682316 124.630837) (xy 101.686559 124.326988) + (xy 101.634888 124.066031) (xy 101.533514 123.82008) (xy 101.386299 123.598504) (xy 101.19885 123.409741) (xy 100.978306 123.260983) + (xy 100.808421 123.189569) (xy 100.955351 123.131148) (xy 100.989606 123.112838) (xy 101.050755 122.877636) (xy 100.33 122.156881) + (xy 100.093119 122.393762) (xy 99.609245 122.877636) (xy 99.670394 123.112838) (xy 99.850703 123.190553) (xy 99.698498 123.252048) + (xy 99.475899 123.397712) (xy 99.387273 123.4845) (xy 98.822582 123.4845) (xy 98.699522 123.360577) (xy 98.468654 123.204855) + (xy 98.437164 123.191618) (xy 98.437597 123.191449) (xy 98.487385 123.164836) (xy 98.556298 122.923179) (xy 97.79 122.156881) + (xy 97.775857 122.171022) (xy 97.538976 121.934141) (xy 97.553119 121.92) (xy 97.538977 121.905858) (xy 97.775858 121.668977) + (xy 97.79 121.683119) (xy 97.804142 121.668977) (xy 98.041023 121.905858) (xy 98.026881 121.92) (xy 98.793179 122.686298) + (xy 99.034836 122.617385) (xy 99.09386 122.482498) (xy 99.118852 122.545351) (xy 99.137162 122.579606) (xy 99.372364 122.640755) + (xy 100.093119 121.92) (xy 100.078977 121.905858) (xy 100.315858 121.668977) (xy 100.33 121.683119) (xy 100.344142 121.668977) + (xy 100.581023 121.905858) (xy 100.566881 121.92) (xy 101.287636 122.640755) (xy 101.522838 122.579606) (xy 101.628601 122.334221) + (xy 101.684459 122.072917) (xy 101.688266 121.805737) (xy 101.639876 121.542948) (xy 101.541148 121.294649) (xy 101.522838 121.260394) + (xy 101.287637 121.199245) (xy 101.41176 121.075123) (xy 101.327137 120.9905) (xy 101.6 120.9905) (xy 101.689688 120.981706) + (xy 101.779445 120.973853) (xy 101.784367 120.972422) (xy 101.789476 120.971922) (xy 101.875767 120.945869) (xy 101.96227 120.920738) + (xy 101.966823 120.918377) (xy 101.971734 120.916895) (xy 102.051307 120.874585) (xy 102.131295 120.833123) (xy 102.135302 120.829924) + (xy 102.139833 120.827515) (xy 102.209672 120.770555) (xy 102.280085 120.714346) (xy 102.287226 120.707303) (xy 102.287371 120.707186) + (xy 102.287481 120.707052) (xy 102.289783 120.704783) (xy 106.449065 116.5455) (xy 106.654023 116.5455) (xy 106.668388 116.58018) + (xy 106.740398 116.68795) (xy 106.832049 116.779602) (xy 106.922441 116.84) (xy 106.83205 116.900398) (xy 106.740398 116.992049) + (xy 106.668388 117.09982) (xy 106.618787 117.219568) (xy 106.5935 117.346692) (xy 106.5935 117.476307) (xy 106.5935 118.873307) + (xy 106.618787 119.000431) (xy 106.668388 119.12018) (xy 106.740398 119.22795) (xy 106.832049 119.319602) (xy 106.93982 119.391612) + (xy 107.059568 119.441213) (xy 107.186692 119.4665) (xy 107.316307 119.4665) (xy 108.713307 119.4665) (xy 108.840431 119.441213) + (xy 108.96018 119.391612) (xy 109.06795 119.319602) (xy 109.159602 119.227951) (xy 109.231612 119.12018) (xy 109.281213 119.000432) + (xy 109.3065 118.873308) (xy 109.3065 118.743693) (xy 109.3065 117.346693) (xy 109.281213 117.219569) (xy 109.231612 117.09982) + (xy 109.159602 116.99205) (xy 109.067951 116.900398) (xy 108.977558 116.839999) (xy 109.06795 116.779602) (xy 109.159602 116.687951) + (xy 109.231612 116.58018) (xy 109.245976 116.5455) (xy 125.73 116.5455) (xy 125.819688 116.536706) (xy 125.909445 116.528853) + (xy 125.914367 116.527422) (xy 125.919476 116.526922) (xy 126.005767 116.500869) (xy 126.09227 116.475738) (xy 126.096823 116.473377) + (xy 126.101734 116.471895) (xy 126.181307 116.429585) (xy 126.261295 116.388123) (xy 126.265302 116.384924) (xy 126.269833 116.382515) + (xy 126.339672 116.325555) (xy 126.410085 116.269346) (xy 126.417226 116.262303) (xy 126.417371 116.262186) (xy 126.417481 116.262052) + (xy 126.419783 116.259783) (xy 128.959782 113.719783) (xy 129.016975 113.650154) (xy 129.074898 113.581125) (xy 129.077368 113.576632) + (xy 129.080625 113.572667) (xy 129.123205 113.493254) (xy 129.166617 113.41429) (xy 129.168168 113.409398) (xy 129.170591 113.404881) + (xy 129.196925 113.318745) (xy 129.224183 113.232818) (xy 129.224754 113.227719) (xy 129.226254 113.222816) (xy 129.228637 113.199348) + (xy 129.281293 113.157013) (xy 129.462619 112.940917) (xy 129.540076 112.800022) (xy 129.606096 112.924186) (xy 129.784386 113.142792) + (xy 130.001743 113.322605) (xy 130.249885 113.456775) (xy 130.519362 113.540192) (xy 130.799909 113.569679) (xy 131.080841 113.544112) + (xy 131.351456 113.464466) (xy 131.601448 113.333773) (xy 131.821293 113.157013) (xy 132.002619 112.940917) (xy 132.138518 112.693718) + (xy 132.223815 112.42483) (xy 132.255259 112.144495) (xy 132.2554 112.124314) (xy 132.2554 111.395686) (xy 132.227873 111.11494) + (xy 132.146339 110.844887) (xy 132.013904 110.595814) (xy 131.835614 110.377208) (xy 131.7855 110.33575) (xy 131.7855 110.030466) + (xy 133.093666 108.7223) (xy 138.000534 108.7223) (xy 139.3595 110.081266) (xy 139.3595 110.727714) (xy 139.241953 110.842825) + (xy 139.084623 111.0726) (xy 138.97492 111.328557) (xy 138.917021 111.600948) (xy 138.913133 111.879397) (xy 138.963404 112.153299) + (xy 139.065918 112.41222) (xy 139.216771 112.646298) (xy 139.410217 112.846617) (xy 139.638887 113.005547) (xy 139.894073 113.117035) + (xy 140.166053 113.176834) (xy 140.444468 113.182666) (xy 140.718714 113.134309) (xy 140.978344 113.033605) (xy 141.21347 112.88439) + (xy 141.415134 112.692347) (xy 141.575657 112.464791) (xy 141.688924 112.21039) (xy 141.75062 111.938834) (xy 141.755061 111.620762) + (xy 141.700971 111.347589) (xy 141.594852 111.090125) (xy 141.440746 110.858176) (xy 141.3105 110.727017) (xy 141.3105 109.6772) + (xy 141.301706 109.587511) (xy 141.293853 109.497755) (xy 141.292422 109.492832) (xy 141.291922 109.487724) (xy 141.265869 109.401432) + (xy 141.240738 109.31493) (xy 141.238377 109.310376) (xy 141.236895 109.305466) (xy 141.194585 109.225892) (xy 141.153123 109.145905) + (xy 141.149924 109.141897) (xy 141.147515 109.137367) (xy 141.090555 109.067527) (xy 141.034346 108.997115) (xy 141.027303 108.989973) + (xy 141.027186 108.989829) (xy 141.027052 108.989718) (xy 141.024783 108.987417) (xy 139.094383 107.057017) (xy 139.024719 106.999795) + (xy 138.955725 106.941902) (xy 138.951232 106.939432) (xy 138.947266 106.936174) (xy 138.86782 106.893575) (xy 138.78889 106.850183) + (xy 138.784 106.848632) (xy 138.77948 106.846208) (xy 138.693326 106.819868) (xy 138.607418 106.792617) (xy 138.602317 106.792044) + (xy 138.597415 106.790546) (xy 138.5078 106.781443) (xy 138.41822 106.771395) (xy 138.408192 106.771325) (xy 138.408005 106.771306) + (xy 138.40783 106.771322) (xy 138.4046 106.7713) (xy 132.6896 106.7713) (xy 132.599907 106.780094) (xy 132.510156 106.787947) + (xy 132.505233 106.789376) (xy 132.500124 106.789878) (xy 132.41382 106.815934) (xy 132.32733 106.841062) (xy 132.322776 106.843422) + (xy 132.317866 106.844905) (xy 132.238292 106.887214) (xy 132.158305 106.928677) (xy 132.154297 106.931875) (xy 132.149767 106.934285) + (xy 132.079927 106.991244) (xy 132.009515 107.047454) (xy 132.002373 107.054496) (xy 132.002229 107.054614) (xy 132.002118 107.054747) + (xy 131.999817 107.057017) (xy 130.120217 108.936617) (xy 130.062995 109.00628) (xy 130.005102 109.075275) (xy 130.002632 109.079767) + (xy 129.999374 109.083734) (xy 129.956775 109.163179) (xy 129.913383 109.24211) (xy 129.911832 109.246999) (xy 129.909408 109.25152) + (xy 129.883068 109.337673) (xy 129.855817 109.423582) (xy 129.855244 109.428682) (xy 129.853746 109.433585) (xy 129.844643 109.523199) + (xy 129.834595 109.61278) (xy 129.834525 109.622807) (xy 129.834506 109.622995) (xy 129.834522 109.623169) (xy 129.8345 109.6264) + (xy 129.8345 110.334208) (xy 129.798707 110.362987) (xy 129.617381 110.579083) (xy 129.539923 110.719977) (xy 129.473904 110.595814) + (xy 129.295614 110.377208) (xy 129.078257 110.197395) (xy 128.830115 110.063225) (xy 128.560638 109.979808) (xy 128.280091 109.950321) + (xy 127.999159 109.975888) (xy 127.728544 110.055534) (xy 127.478552 110.186227) (xy 127.258707 110.362987) (xy 127.077381 110.579083) + (xy 127.006371 110.708247) (xy 127.001276 110.69652) (xy 126.838748 110.462108) (xy 126.633612 110.263908) (xy 126.39375 110.109536) + (xy 126.120025 110.012616) (xy 125.8975 110.134499) (xy 125.8975 111.5925) (xy 125.9175 111.5925) (xy 125.9175 111.9275) + (xy 125.8975 111.9275) (xy 125.8975 113.385501) (xy 126.120025 113.507384) (xy 126.39375 113.410464) (xy 126.633612 113.256092) + (xy 126.838748 113.057892) (xy 127.001276 112.82348) (xy 127.006345 112.811812) (xy 127.041849 112.878585) (xy 125.325934 114.5945) + (xy 123.005066 114.5945) (xy 123.879783 113.719783) (xy 123.937004 113.650119) (xy 123.994898 113.581125) (xy 123.997367 113.576632) + (xy 124.000626 113.572666) (xy 124.043234 113.493201) (xy 124.086617 113.41429) (xy 124.088167 113.409403) (xy 124.090592 113.404881) + (xy 124.116935 113.318712) (xy 124.144183 113.232818) (xy 124.144755 113.227717) (xy 124.146254 113.222815) (xy 124.148637 113.199349) + (xy 124.201293 113.157013) (xy 124.382619 112.940917) (xy 124.453628 112.811752) (xy 124.458724 112.82348) (xy 124.621252 113.057892) + (xy 124.826388 113.256092) (xy 125.06625 113.410464) (xy 125.339975 113.507384) (xy 125.5625 113.385501) (xy 125.5625 111.9275) + (xy 125.5425 111.9275) (xy 125.5425 111.5925) (xy 125.5625 111.5925) (xy 125.5625 110.134499) (xy 125.339975 110.012616) + (xy 125.06625 110.109536) (xy 124.826388 110.263908) (xy 124.621252 110.462108) (xy 124.458724 110.69652) (xy 124.453654 110.708187) + (xy 124.393904 110.595814) (xy 124.215614 110.377208) (xy 123.998257 110.197395) (xy 123.750115 110.063225) (xy 123.480638 109.979808) + (xy 123.200091 109.950321) (xy 122.919159 109.975888) (xy 122.648544 110.055534) (xy 122.398552 110.186227) (xy 122.178707 110.362987) + (xy 121.997381 110.579083) (xy 121.919923 110.719977) (xy 121.853904 110.595814) (xy 121.675614 110.377208) (xy 121.458257 110.197395) + (xy 121.210115 110.063225) (xy 120.940638 109.979808) (xy 120.660091 109.950321) (xy 120.379159 109.975888) (xy 120.108544 110.055534) + (xy 119.858552 110.186227) (xy 119.638707 110.362987) (xy 119.457381 110.579083) (xy 119.386371 110.708247) (xy 119.381276 110.69652) + (xy 119.218748 110.462108) (xy 119.013612 110.263908) (xy 118.77375 110.109536) (xy 118.500025 110.012616) (xy 118.2775 110.134499) + (xy 118.2775 111.5925) (xy 118.2975 111.5925) (xy 118.2975 111.9275) (xy 118.2775 111.9275) (xy 118.2775 111.9475) + (xy 117.9425 111.9475) (xy 117.9425 111.9275) (xy 117.9225 111.9275) (xy 117.9225 111.5925) (xy 117.9425 111.5925) + (xy 117.9425 110.134499) (xy 117.719975 110.012616) (xy 117.44625 110.109536) (xy 117.206388 110.263908) (xy 117.001252 110.462108) + (xy 116.838724 110.69652) (xy 116.833654 110.708187) (xy 116.773904 110.595814) (xy 116.736 110.549338) (xy 116.736 105.941) + (xy 135.89 105.941) (xy 135.997188 105.93049) (xy 136.104487 105.921103) (xy 136.110375 105.919392) (xy 136.116477 105.918794) + (xy 136.219616 105.887654) (xy 136.323015 105.857614) (xy 136.328455 105.854794) (xy 136.334328 105.853021) (xy 136.429453 105.802441) + (xy 136.525049 105.75289) (xy 136.52984 105.749064) (xy 136.535255 105.746186) (xy 136.618707 105.678123) (xy 136.702894 105.610918) + (xy 136.711436 105.602494) (xy 136.711603 105.602359) (xy 136.71173 105.602205) (xy 136.714487 105.599487) (xy 137.984486 104.329487) + (xy 138.052867 104.246238) (xy 138.122082 104.163752) (xy 138.125035 104.15838) (xy 138.128928 104.153641) (xy 138.179835 104.058699) + (xy 138.231712 103.964336) (xy 138.233565 103.958492) (xy 138.236463 103.953089) (xy 138.26795 103.850097) (xy 138.30052 103.747425) + (xy 138.301203 103.74133) (xy 138.302996 103.735468) (xy 138.313876 103.628345) (xy 138.325886 103.52128) (xy 138.325969 103.509286) + (xy 138.325992 103.50907) (xy 138.325972 103.508868) (xy 138.326 103.505) (xy 138.326 99.542973) (xy 139.179673 98.6893) + (xy 139.661929 98.6893) (xy 139.615431 98.908061) (xy 139.611716 99.174058) (xy 139.659739 99.435711) (xy 139.757669 99.683054) + (xy 139.804 99.754945) (xy 139.804 104.14) (xy 139.814509 104.247188) (xy 139.823897 104.354487) (xy 139.825607 104.360375) + (xy 139.826206 104.366477) (xy 139.857345 104.469616) (xy 139.887386 104.573015) (xy 139.890205 104.578455) (xy 139.891979 104.584328) + (xy 139.942558 104.679453) (xy 139.99211 104.775049) (xy 139.995935 104.77984) (xy 139.998814 104.785255) (xy 140.066876 104.868707) + (xy 140.134082 104.952894) (xy 140.142505 104.961436) (xy 140.142641 104.961603) (xy 140.142794 104.96173) (xy 140.145513 104.964487) + (xy 141.415513 106.234486) (xy 141.498761 106.302867) (xy 141.581248 106.372082) (xy 141.586619 106.375035) (xy 141.591359 106.378928) + (xy 141.6863 106.429835) (xy 141.780664 106.481712) (xy 141.786507 106.483565) (xy 141.791911 106.486463) (xy 141.894902 106.51795) + (xy 141.997575 106.55052) (xy 142.003669 106.551203) (xy 142.009532 106.552996) (xy 142.116654 106.563876) (xy 142.22372 106.575886) + (xy 142.235713 106.575969) (xy 142.23593 106.575992) (xy 142.236131 106.575972) (xy 142.24 106.576) (xy 144.78 106.576) + (xy 144.887188 106.56549) (xy 144.994487 106.556103) (xy 145.000375 106.554392) (xy 145.006477 106.553794) (xy 145.109616 106.522654) + (xy 145.213015 106.492614) (xy 145.218455 106.489794) (xy 145.224328 106.488021) (xy 145.319453 106.437441) (xy 145.415049 106.38789) + (xy 145.41984 106.384064) (xy 145.425255 106.381186) (xy 145.508707 106.313123) (xy 145.592894 106.245918) (xy 145.601436 106.237494) + (xy 145.601603 106.237359) (xy 145.60173 106.237205) (xy 145.604487 106.234487) (xy 147.954999 103.883973) (xy 165.545514 121.474487) + (xy 165.628766 121.542871) (xy 165.711248 121.612082) (xy 165.716619 121.615035) (xy 165.721359 121.618928) (xy 165.816281 121.669824) + (xy 165.910664 121.721712) (xy 165.916509 121.723566) (xy 165.921912 121.726463) (xy 166.024929 121.757958) (xy 166.127575 121.79052) + (xy 166.133664 121.791203) (xy 166.139532 121.792997) (xy 166.246704 121.803882) (xy 166.35372 121.815886) (xy 166.365713 121.815969) + (xy 166.36593 121.815992) (xy 166.366131 121.815972) (xy 166.37 121.816) (xy 177.388602 121.816) (xy 177.415898 121.85685) + (xy 177.507549 121.948502) (xy 177.61532 122.020512) (xy 177.735068 122.070113) (xy 177.789518 122.080944) (xy 177.687208 122.164386) + (xy 177.507395 122.381743) (xy 177.373225 122.629885) (xy 177.289808 122.899362) (xy 177.260321 123.179909) (xy 177.285888 123.460841) + (xy 177.322753 123.5861) (xy 175.050274 123.5861) (xy 175.006158 123.562047) (xy 174.824486 123.505114) (xy 174.635215 123.484553) + (xy 174.445556 123.501147) (xy 174.26273 123.554262) (xy 174.093705 123.641876) (xy 173.944916 123.760653) (xy 173.935218 123.770217) + (xy 173.585934 124.1195) (xy 150.264065 124.1195) (xy 139.754783 113.610217) (xy 139.685119 113.552995) (xy 139.616125 113.495102) + (xy 139.611632 113.492632) (xy 139.607666 113.489374) (xy 139.52822 113.446775) (xy 139.44929 113.403383) (xy 139.4444 113.401832) + (xy 139.43988 113.399408) (xy 139.353726 113.373068) (xy 139.267818 113.345817) (xy 139.262717 113.345244) (xy 139.257815 113.343746) + (xy 139.1682 113.334643) (xy 139.07862 113.324595) (xy 139.068592 113.324525) (xy 139.068405 113.324506) (xy 139.06823 113.324522) + (xy 139.065 113.3245) (xy 138.199065 113.3245) (xy 136.672586 111.79802) (xy 136.675061 111.620762) (xy 136.620971 111.347589) + (xy 136.514852 111.090125) (xy 136.360746 110.858176) (xy 136.164522 110.660577) (xy 135.933654 110.504855) (xy 135.676937 110.396941) + (xy 135.404149 110.340946) (xy 135.125679 110.339001) (xy 134.852135 110.391183) (xy 134.593936 110.495502) (xy 134.360917 110.647985) + (xy 134.161953 110.842825) (xy 134.004623 111.0726) (xy 133.89492 111.328557) (xy 133.837021 111.600948) (xy 133.833133 111.879397) + (xy 133.883404 112.153299) (xy 133.985918 112.41222) (xy 134.136771 112.646298) (xy 134.330217 112.846617) (xy 134.558887 113.005547) + (xy 134.814073 113.117035) (xy 135.086053 113.176834) (xy 135.29668 113.181246) (xy 137.105217 114.989782) (xy 137.174845 115.046975) + (xy 137.243875 115.104898) (xy 137.248367 115.107368) (xy 137.252333 115.110625) (xy 137.331745 115.153205) (xy 137.41071 115.196617) + (xy 137.415601 115.198168) (xy 137.420119 115.200591) (xy 137.506254 115.226925) (xy 137.592182 115.254183) (xy 137.59728 115.254754) + (xy 137.602184 115.256254) (xy 137.691804 115.265357) (xy 137.78138 115.275405) (xy 137.791407 115.275474) (xy 137.791595 115.275494) + (xy 137.791769 115.275477) (xy 137.795 115.2755) (xy 138.660934 115.2755) (xy 149.170217 125.784782) (xy 149.239872 125.841998) + (xy 149.308875 125.899898) (xy 149.313364 125.902366) (xy 149.317333 125.905626) (xy 149.396784 125.948227) (xy 149.47571 125.991617) + (xy 149.480601 125.993168) (xy 149.485119 125.995591) (xy 149.571254 126.021925) (xy 149.57937 126.0245) (xy 145.184065 126.0245) + (xy 141.63995 122.480385) (xy 141.688924 122.37039) (xy 141.75062 122.098834) (xy 141.755061 121.780762) (xy 141.700971 121.507589) + (xy 141.594852 121.250125) (xy 141.440746 121.018176) (xy 141.244522 120.820577) (xy 141.013654 120.664855) (xy 140.756937 120.556941) + (xy 140.484149 120.500946) (xy 140.205679 120.499001) (xy 139.932135 120.551183) (xy 139.673936 120.655502) (xy 139.440917 120.807985) + (xy 139.241953 121.002825) (xy 139.084623 121.2326) (xy 138.97492 121.488557) (xy 138.917021 121.760948) (xy 138.913133 122.039397) + (xy 138.963404 122.313299) (xy 139.065918 122.57222) (xy 139.216771 122.806298) (xy 139.410217 123.006617) (xy 139.512382 123.077623) + (xy 139.516877 123.086295) (xy 139.520075 123.090302) (xy 139.522485 123.094833) (xy 139.579444 123.164672) (xy 139.635654 123.235085) + (xy 139.642696 123.242226) (xy 139.642814 123.242371) (xy 139.642947 123.242481) (xy 139.645217 123.244783) (xy 144.090217 127.689782) + (xy 144.15985 127.746979) (xy 144.228875 127.804898) (xy 144.233367 127.807367) (xy 144.237334 127.810626) (xy 144.316798 127.853234) + (xy 144.39571 127.896617) (xy 144.400596 127.898167) (xy 144.405119 127.900592) (xy 144.491287 127.926935) (xy 144.577182 127.954183) + (xy 144.582282 127.954755) (xy 144.587185 127.956254) (xy 144.676799 127.965356) (xy 144.76638 127.975405) (xy 144.776407 127.975474) + (xy 144.776595 127.975494) (xy 144.776769 127.975477) (xy 144.78 127.9755) (xy 177.165 127.9755) (xy 177.294947 127.962758) + (xy 177.289808 127.979362) (xy 177.260321 128.259909) (xy 177.285888 128.540841) (xy 177.365534 128.811456) (xy 177.496227 129.061448) + (xy 177.672987 129.281293) (xy 177.889083 129.462619) (xy 178.0945 129.575548) (xy 178.0945 130.81) (xy 178.103293 130.899688) + (xy 178.111147 130.989445) (xy 178.112577 130.994367) (xy 178.113078 130.999476) (xy 178.13913 131.085767) (xy 178.164262 131.17227) + (xy 178.166622 131.176823) (xy 178.168105 131.181734) (xy 178.210414 131.261307) (xy 178.251877 131.341295) (xy 178.255075 131.345302) + (xy 178.257485 131.349833) (xy 178.314444 131.419672) (xy 178.370654 131.490085) (xy 178.377696 131.497226) (xy 178.377814 131.497371) + (xy 178.377947 131.497481) (xy 178.380217 131.499783) (xy 180.285217 133.404783) (xy 180.35488 133.462004) (xy 180.423875 133.519898) + (xy 180.428367 133.522367) (xy 180.432334 133.525626) (xy 180.511779 133.568224) (xy 180.59071 133.611617) (xy 180.595599 133.613167) + (xy 180.60012 133.615592) (xy 180.686314 133.641944) (xy 180.772182 133.669183) (xy 180.777277 133.669754) (xy 180.782185 133.671255) + (xy 180.871849 133.680362) (xy 180.96138 133.690405) (xy 180.971407 133.690474) (xy 180.971595 133.690494) (xy 180.971769 133.690477) + (xy 180.975 133.6905) (xy 195.175934 133.6905) (xy 195.525218 134.039783) (xy 195.594855 134.096984) (xy 195.663875 134.154898) + (xy 195.668367 134.157367) (xy 195.672334 134.160626) (xy 195.751779 134.203224) (xy 195.83071 134.246617) (xy 195.835599 134.248167) + (xy 195.84012 134.250592) (xy 195.926314 134.276944) (xy 196.012182 134.304183) (xy 196.017277 134.304754) (xy 196.022185 134.306255) + (xy 196.111844 134.315361) (xy 196.20138 134.325405) (xy 196.211408 134.325474) (xy 196.211596 134.325494) (xy 196.21177 134.325477) + (xy 196.215 134.3255) (xy 218.44 134.3255) (xy 218.529688 134.316706) (xy 218.619445 134.308853) (xy 218.624367 134.307422) + (xy 218.629476 134.306922) (xy 218.715767 134.280869) (xy 218.80227 134.255738) (xy 218.806823 134.253377) (xy 218.811734 134.251895) + (xy 218.891307 134.209585) (xy 218.971295 134.168123) (xy 218.975302 134.164924) (xy 218.979833 134.162515) (xy 219.049672 134.105555) + (xy 219.120085 134.049346) (xy 219.127226 134.042303) (xy 219.127371 134.042186) (xy 219.127481 134.042052) (xy 219.129783 134.039783) + (xy 221.669782 131.499783) (xy 221.726975 131.430154) (xy 221.784898 131.361125) (xy 221.787368 131.356632) (xy 221.790625 131.352667) + (xy 221.833205 131.273254) (xy 221.876617 131.19429) (xy 221.878168 131.189398) (xy 221.880591 131.184881) (xy 221.906925 131.098745) + (xy 221.934183 131.012818) (xy 221.934754 131.007719) (xy 221.936254 131.002816) (xy 221.945357 130.913195) (xy 221.955405 130.82362) + (xy 221.955474 130.813592) (xy 221.955494 130.813405) (xy 221.955477 130.81323) (xy 221.9555 130.81) (xy 221.9555 105.052062) + (xy 221.97727 105.045738) (xy 221.981823 105.043377) (xy 221.986734 105.041895) (xy 222.066307 104.999585) (xy 222.146295 104.958123) + (xy 222.150302 104.954924) (xy 222.154833 104.952515) (xy 222.224672 104.895555) (xy 222.295085 104.839346) (xy 222.302226 104.832303) + (xy 222.302371 104.832186) (xy 222.302481 104.832052) (xy 222.304783 104.829783) (xy 222.939783 104.194782) (xy 222.996984 104.125144) + (xy 223.054898 104.056125) (xy 223.057367 104.051632) (xy 223.060626 104.047666) (xy 223.103224 103.96822) (xy 223.146617 103.88929) + (xy 223.148167 103.8844) (xy 223.150592 103.87988) (xy 223.176944 103.793685) (xy 223.204183 103.707818) (xy 223.204754 103.702722) + (xy 223.206255 103.697815) (xy 223.215361 103.608155) (xy 223.225405 103.51862) (xy 223.225474 103.508591) (xy 223.225494 103.508404) + (xy 223.225477 103.508229) (xy 223.2255 103.505) (xy 223.2255 138.28) (xy 160.004457 138.28) (xy 160.414143 138.020006) + (xy 160.79617 137.656206) (xy 161.100259 137.225133) (xy 161.314827 136.743204) (xy 161.431702 136.228778) (xy 161.440116 135.626232) + (xy 161.33765 135.108742) (xy 161.136621 134.621011) (xy 160.844687 134.181615) (xy 160.472967 133.80729) (xy 160.03562 133.512296) + (xy 159.549304 133.307867) (xy 159.032542 133.201791) (xy 158.505019 133.198109) (xy 157.986827 133.296959) (xy 157.497703 133.494578) + (xy 157.05628 133.783437) (xy 156.67937 134.152535) (xy 156.381329 134.587812) (xy 156.17351 135.072689) (xy 156.063829 135.588698) + (xy 156.056464 136.116183) (xy 156.151694 136.635052) (xy 156.345893 137.125543) (xy 156.631664 137.568972) (xy 156.998122 137.94845) + (xy 157.431308 138.249522) (xy 157.501069 138.28) (xy 138.115543 138.28) (xy 138.115543 136.8528) (xy 138.115543 132.0824) + (xy 136.675061 132.0824) (xy 136.675061 121.780762) (xy 136.620971 121.507589) (xy 136.514852 121.250125) (xy 136.360746 121.018176) + (xy 136.164522 120.820577) (xy 135.933654 120.664855) (xy 135.676937 120.556941) (xy 135.404149 120.500946) (xy 135.125679 120.499001) + (xy 134.852135 120.551183) (xy 134.593936 120.655502) (xy 134.360917 120.807985) (xy 134.221512 120.9445) (xy 131.60732 120.9445) + (xy 131.713612 120.876092) (xy 131.918748 120.677892) (xy 132.081276 120.44348) (xy 132.194949 120.181865) (xy 132.2554 119.9031) + (xy 132.2554 119.5475) (xy 132.2554 119.2125) (xy 132.2554 118.8569) (xy 132.194949 118.578135) (xy 132.081276 118.31652) + (xy 131.918748 118.082108) (xy 131.713612 117.883908) (xy 131.47375 117.729536) (xy 131.200025 117.632616) (xy 130.9775 117.754499) + (xy 130.9775 119.2125) (xy 132.2554 119.2125) (xy 132.2554 119.5475) (xy 130.9775 119.5475) (xy 130.9775 119.5675) + (xy 130.6425 119.5675) (xy 130.6425 119.5475) (xy 130.6225 119.5475) (xy 130.6225 119.2125) (xy 130.6425 119.2125) + (xy 130.6425 117.754499) (xy 130.419975 117.632616) (xy 130.14625 117.729536) (xy 129.906388 117.883908) (xy 129.701252 118.082108) + (xy 129.538724 118.31652) (xy 129.533654 118.328187) (xy 129.473904 118.215814) (xy 129.295614 117.997208) (xy 129.078257 117.817395) + (xy 128.830115 117.683225) (xy 128.560638 117.599808) (xy 128.280091 117.570321) (xy 127.999159 117.595888) (xy 127.728544 117.675534) + (xy 127.478552 117.806227) (xy 127.258707 117.982987) (xy 127.077381 118.199083) (xy 126.999923 118.339977) (xy 126.933904 118.215814) + (xy 126.755614 117.997208) (xy 126.538257 117.817395) (xy 126.290115 117.683225) (xy 126.020638 117.599808) (xy 125.740091 117.570321) + (xy 125.459159 117.595888) (xy 125.188544 117.675534) (xy 124.938552 117.806227) (xy 124.718707 117.982987) (xy 124.537381 118.199083) + (xy 124.466371 118.328247) (xy 124.461276 118.31652) (xy 124.298748 118.082108) (xy 124.093612 117.883908) (xy 123.85375 117.729536) + (xy 123.580025 117.632616) (xy 123.3575 117.754499) (xy 123.3575 119.2125) (xy 123.3775 119.2125) (xy 123.3775 119.5475) + (xy 123.3575 119.5475) (xy 123.3575 121.005501) (xy 123.580025 121.127384) (xy 123.85375 121.030464) (xy 124.093612 120.876092) + (xy 124.298748 120.677892) (xy 124.461276 120.44348) (xy 124.466345 120.431812) (xy 124.526096 120.544186) (xy 124.704386 120.762792) + (xy 124.921743 120.942605) (xy 125.169885 121.076775) (xy 125.439362 121.160192) (xy 125.719909 121.189679) (xy 126.000841 121.164112) + (xy 126.271456 121.084466) (xy 126.521448 120.953773) (xy 126.741293 120.777013) (xy 126.922619 120.560917) (xy 127.000076 120.420022) + (xy 127.066096 120.544186) (xy 127.244386 120.762792) (xy 127.310069 120.81713) (xy 127.311147 120.829445) (xy 127.312577 120.834367) + (xy 127.313078 120.839476) (xy 127.33913 120.925767) (xy 127.364262 121.01227) (xy 127.366622 121.016823) (xy 127.368105 121.021734) + (xy 127.410414 121.101307) (xy 127.451877 121.181295) (xy 127.455075 121.185302) (xy 127.457485 121.189833) (xy 127.514444 121.259672) + (xy 127.570654 121.330085) (xy 127.577696 121.337226) (xy 127.577814 121.337371) (xy 127.577947 121.337481) (xy 127.580217 121.339783) + (xy 128.850217 122.609783) (xy 128.91988 122.667004) (xy 128.988875 122.724898) (xy 128.993367 122.727367) (xy 128.997334 122.730626) + (xy 129.076798 122.773234) (xy 129.15571 122.816617) (xy 129.160596 122.818167) (xy 129.165119 122.820592) (xy 129.251287 122.846935) + (xy 129.337182 122.874183) (xy 129.342282 122.874755) (xy 129.347185 122.876254) (xy 129.436799 122.885356) (xy 129.52638 122.895405) + (xy 129.536407 122.895474) (xy 129.536595 122.895494) (xy 129.536769 122.895477) (xy 129.54 122.8955) (xy 134.222912 122.8955) + (xy 134.330217 123.006617) (xy 134.558887 123.165547) (xy 134.814073 123.277035) (xy 135.086053 123.336834) (xy 135.364468 123.342666) + (xy 135.638714 123.294309) (xy 135.898344 123.193605) (xy 136.13347 123.04439) (xy 136.335134 122.852347) (xy 136.495657 122.624791) + (xy 136.608924 122.37039) (xy 136.67062 122.098834) (xy 136.675061 121.780762) (xy 136.675061 132.0824) (xy 110.804457 132.0824) + (xy 110.804457 136.8528) (xy 138.115543 136.8528) (xy 138.115543 138.28) (xy 103.408258 138.28) (xy 103.408258 134.6224) + (xy 85.821743 134.6224) (xy 85.821743 137.747124) (xy 82.57311 134.840452) (xy 82.57311 127.891685) (xy 82.475482 127.398627) + (xy 82.283944 126.933922) (xy 82.005793 126.515271) (xy 81.651622 126.158619) (xy 81.234923 125.877552) (xy 80.771567 125.682775) + (xy 80.279203 125.581707) (xy 79.776585 125.578198) (xy 79.282858 125.672382) (xy 78.816827 125.86067) (xy 78.396244 126.135892) + (xy 78.037128 126.487564) (xy 77.753159 126.902291) (xy 77.555152 127.364276) (xy 77.450649 127.855923) (xy 77.443631 128.358504) + (xy 77.534366 128.852877) (xy 77.719396 129.32021) (xy 77.991675 129.742705) (xy 78.340831 130.104267) (xy 78.753566 130.391124) + (xy 79.214157 130.592352) (xy 79.705062 130.700284) (xy 80.207582 130.710811) (xy 80.702576 130.62353) (xy 81.17119 130.441766) + (xy 81.595575 130.172444) (xy 81.959566 129.82582) (xy 82.249298 129.415098) (xy 82.453736 128.955923) (xy 82.565093 128.465783) + (xy 82.57311 127.891685) (xy 82.57311 134.840452) (xy 74.5085 127.624748) (xy 74.5085 48.893632) (xy 76.45843 46.943701) + (xy 76.634722 47.020721) (xy 77.149952 47.134002) (xy 77.677373 47.14505) (xy 78.196895 47.053444) (xy 78.688729 46.862674) + (xy 79.134143 46.580006) (xy 79.51617 46.216206) (xy 79.820259 45.785133) (xy 80.034827 45.303204) (xy 80.151702 44.788778) + (xy 80.160116 44.186232) (xy 80.05765 43.668742) (xy 79.963007 43.439124) (xy 81.342132 42.06) (xy 157.489417 42.06) + (xy 157.05628 42.343437) (xy 156.67937 42.712535) (xy 156.381329 43.147812) (xy 156.17351 43.632689) (xy 156.063829 44.148698) + (xy 156.056464 44.676183) (xy 156.151694 45.195052) (xy 156.345893 45.685543) (xy 156.631664 46.128972) (xy 156.998122 46.50845) + (xy 157.431308 46.809522) (xy 157.914722 47.020721) (xy 158.429952 47.134002) (xy 158.957373 47.14505) (xy 159.476895 47.053444) + (xy 159.968729 46.862674) (xy 160.414143 46.580006) (xy 160.79617 46.216206) (xy 161.100259 45.785133) (xy 161.314827 45.303204) + (xy 161.431702 44.788778) (xy 161.440116 44.186232) (xy 161.33765 43.668742) (xy 161.136621 43.181011) (xy 160.844687 42.741615) + (xy 160.472967 42.36729) (xy 160.03562 42.072296) (xy 160.006369 42.06) (xy 219.650109 42.06) (xy 232.26 54.039397) + (xy 232.26 128.845876) + ) + ) + ) +) diff --git a/demos/flat_hierarchy/flat_hierarchy.net b/demos/flat_hierarchy/flat_hierarchy.net new file mode 100644 index 0000000..41fe85b --- /dev/null +++ b/demos/flat_hierarchy/flat_hierarchy.net @@ -0,0 +1,993 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/flat_hierarchy/flat_hierarchy.sch) + (date "05/07/2014 20:23:42") + (tool "Eeschema (2014-07-04 BZR 4974)-product")) + (components + (comp (ref C8) + (value 100nF) + (libsource (lib device) (part C)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 4639BE2C)) + (comp (ref P2) + (value SUPP28) + (libsource (lib conn) (part SUPP28)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 4436967E)) + (comp (ref C7) + (value 100nF) + (libsource (lib device) (part C)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 442AA145)) + (comp (ref C6) + (value 100nF) + (libsource (lib device) (part C)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 442AA12B)) + (comp (ref P3) + (value SUPP40) + (libsource (lib conn) (part SUPP40)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 442A88ED)) + (comp (ref U1) + (value 24Cxx) + (libsource (lib memory) (part 24C16)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 442A87F7)) + (comp (ref U5) + (value PIC_18_PINS) + (libsource (lib microcontrollers) (part PIC16F54)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 442A81A7)) + (comp (ref U6) + (value PIC_8_PINS) + (libsource (lib microcontrollers) (part PIC12C508A)) + (sheetpath (names /sockets/) (tstamps /48553E7C/)) + (tstamp 442A81A5)) + (comp (ref C9) + (value 22OnF) + (libsource (lib device) (part C)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 464AD280)) + (comp (ref JP1) + (value JUMPER) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639BAF8)) + (comp (ref D11) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639BA28)) + (comp (ref D12) + (value YELLOW-LED) + (fields + (field (name Champ4) YELLOW-LED)) + (libsource (lib device) (part LED)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639B9EA)) + (comp (ref R21) + (value 470) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639B9E9)) + (comp (ref R20) + (value 2.2K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639B9B3)) + (comp (ref R19) + (value 2.2K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639B9B0)) + (comp (ref Q3) + (value BC307) + (libsource (lib device) (part PNP)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 4639B996)) + (comp (ref RV1) + (value 1K) + (libsource (lib device) (part POT)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 443D0101)) + (comp (ref R18) + (value 220) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 44369638)) + (comp (ref D10) + (value SCHOTTKY) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A6026)) + (comp (ref R10) + (value 5,1K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A5F83)) + (comp (ref C4) + (value 0) + (libsource (lib device) (part C)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A5F61)) + (comp (ref U4) + (value LT1373) + (libsource (lib regul) (part LT1373)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A5E20)) + (comp (ref R16) + (value 62K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A58DC)) + (comp (ref R15) + (value 6.2K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A58D7)) + (comp (ref C5) + (value 10nF) + (libsource (lib device) (part C)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A58B1)) + (comp (ref C3) + (value 22uF/25V) + (libsource (lib device) (part CP)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A584C)) + (comp (ref L1) + (value 22uH) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A57BE)) + (comp (ref R17) + (value 22K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A50BF)) + (comp (ref D9) + (value GREEN-LED) + (fields + (field (name Champ4) "GREEN LED")) + (libsource (lib device) (part LED)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A5084)) + (comp (ref R14) + (value 470) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A5083)) + (comp (ref C1) + (value 100uF) + (libsource (lib device) (part CP)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A5056)) + (comp (ref U3) + (value 7805) + (libsource (lib regul) (part 7805)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A504A)) + (comp (ref C2) + (value 220uF) + (libsource (lib device) (part CP)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A501D)) + (comp (ref D1) + (value 1N4004) + (libsource (lib device) (part DIODE)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A500B)) + (comp (ref P1) + (value CONN_2) + (libsource (lib conn) (part CONN_2)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4FE7)) + (comp (ref D8) + (value RED-LED) + (fields + (field (name Champ4) "Low Current Led") + (field (name Champ5) "RED LED")) + (libsource (lib device) (part LED)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4F5D)) + (comp (ref R9) + (value 2.2K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4F52)) + (comp (ref Q2) + (value BC307) + (libsource (lib device) (part PNP)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4F30)) + (comp (ref R7) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4F2A)) + (comp (ref R11) + (value 22K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4F23)) + (comp (ref Q1) + (value BC237) + (libsource (lib device) (part NPN)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4EB9)) + (comp (ref R8) + (value 1K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D92)) + (comp (ref R13) + (value 470) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D8D)) + (comp (ref R12) + (value 470) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D85)) + (comp (ref U2) + (value 74HC125) + (libsource (lib 74xx) (part 74LS125)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D6B)) + (comp (ref D7) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D65)) + (comp (ref D6) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D64)) + (comp (ref R6) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D63)) + (comp (ref R5) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D62)) + (comp (ref D5) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D5D)) + (comp (ref D4) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D5C)) + (comp (ref R4) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D5B)) + (comp (ref R3) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D5A)) + (comp (ref D3) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D25)) + (comp (ref D2) + (value BAT43) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4D1B)) + (comp (ref R2) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4CFB)) + (comp (ref R1) + (value 10K) + (libsource (lib device) (part R)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4CF4)) + (comp (ref J1) + (value DB9-FEMAL) + (libsource (lib conn) (part DB9)) + (sheetpath (names /pic_programmer/) (tstamps /48553E53/)) + (tstamp 442A4C93))) + (libparts + (libpart (lib conn) (part CONN_2) + (description "Symbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib conn) (part DB9) + (footprints + (fp DB9*)) + (fields + (field (name Reference) J) + (field (name Value) DB9)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)))) + (libpart (lib conn) (part SUPP28) + (fields + (field (name Reference) J) + (field (name Value) SUPP28)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name 14) (type passive)) + (pin (num 15) (name 15) (type passive)) + (pin (num 16) (name 16) (type passive)) + (pin (num 17) (name 17) (type passive)) + (pin (num 18) (name 18) (type passive)) + (pin (num 19) (name 19) (type passive)) + (pin (num 20) (name 20) (type passive)) + (pin (num 21) (name 21) (type passive)) + (pin (num 22) (name 22) (type passive)) + (pin (num 23) (name 23) (type passive)) + (pin (num 24) (name 24) (type passive)) + (pin (num 25) (name 25) (type passive)) + (pin (num 26) (name 26) (type passive)) + (pin (num 27) (name 27) (type passive)) + (pin (num 28) (name 28) (type passive)))) + (libpart (lib conn) (part SUPP40) + (fields + (field (name Reference) P) + (field (name Value) SUPP40)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name 14) (type passive)) + (pin (num 15) (name 15) (type passive)) + (pin (num 16) (name 16) (type passive)) + (pin (num 17) (name 17) (type passive)) + (pin (num 18) (name 18) (type passive)) + (pin (num 19) (name 19) (type passive)) + (pin (num 20) (name 20) (type passive)) + (pin (num 21) (name 21) (type passive)) + (pin (num 22) (name 22) (type passive)) + (pin (num 23) (name 23) (type passive)) + (pin (num 24) (name 24) (type passive)) + (pin (num 25) (name 25) (type passive)) + (pin (num 26) (name 26) (type passive)) + (pin (num 27) (name 27) (type passive)) + (pin (num 28) (name 28) (type passive)) + (pin (num 29) (name 29) (type passive)) + (pin (num 30) (name 30) (type passive)) + (pin (num 31) (name 31) (type passive)) + (pin (num 32) (name 32) (type passive)) + (pin (num 33) (name 33) (type passive)) + (pin (num 34) (name 34) (type passive)) + (pin (num 35) (name 35) (type passive)) + (pin (num 36) (name 36) (type passive)) + (pin (num 37) (name 37) (type passive)) + (pin (num 38) (name 38) (type passive)) + (pin (num 39) (name 39) (type passive)) + (pin (num 40) (name 40) (type passive)))) + (libpart (lib memory) (part 24C16) + (aliases + (alias 24C512)) + (description "I2C Serial EEPROM") + (fields + (field (name Reference) U) + (field (name Value) 24C16)) + (pins + (pin (num 1) (name A0) (type input)) + (pin (num 2) (name A1) (type input)) + (pin (num 3) (name A2) (type input)) + (pin (num 4) (name GND) (type power_in)) + (pin (num 5) (name SDA) (type BiDi)) + (pin (num 6) (name SCL) (type input)) + (pin (num 7) (name WP) (type input)) + (pin (num 8) (name VCC) (type power_in)))) + (libpart (lib regul) (part 7805) + (aliases + (alias LM7805) + (alias LM7812) + (alias 78L05)) + (description "Linear Regulator +5V") + (docs regulator\lm78xx.pdf) + (fields + (field (name Reference) U) + (field (name Value) 7805)) + (pins + (pin (num GND) (name GND) (type input)) + (pin (num VI) (name VI) (type input)) + (pin (num VO) (name VO) (type power_out)))) + (libpart (lib regul) (part LT1372) + (aliases + (alias LT1373)) + (description "Set up/step down switching regulator") + (docs regulator/lt1372-1377.pdf) + (fields + (field (name Reference) U) + (field (name Value) LT1372)) + (pins + (pin (num 1) (name Vc) (type input)) + (pin (num 2) (name FB+) (type input)) + (pin (num 3) (name FB-) (type passive)) + (pin (num 4) (name S/S) (type passive)) + (pin (num 5) (name Vin) (type power_in)) + (pin (num 6) (name GND_S) (type input)) + (pin (num 7) (name GND) (type input)) + (pin (num 8) (name Vsw) (type input)))) + (libpart (lib 74xx) (part 74LS125) + (description "Quad buffer 3 State out") + (fields + (field (name Reference) U) + (field (name Value) 74LS125)) + (pins + (pin (num 1) (name E) (type input)) + (pin (num 2) (name D) (type input)) + (pin (num 3) (name O) (type 3state)) + (pin (num 4) (name E) (type input)) + (pin (num 5) (name D) (type input)) + (pin (num 6) (name O) (type 3state)) + (pin (num 7) (name GND) (type power_in)) + (pin (num 8) (name O) (type 3state)) + (pin (num 9) (name D) (type input)) + (pin (num 10) (name E) (type input)) + (pin (num 11) (name O) (type 3state)) + (pin (num 12) (name D) (type input)) + (pin (num 13) (name E) (type input)) + (pin (num 14) (name VCC) (type power_in)))) + (libpart (lib microcontrollers) (part PIC12C508A) + (aliases + (alias PIC12C509A)) + (description "8-Bit CMOS Microcontroller") + (fields + (field (name Reference) U) + (field (name Value) PIC12C508A)) + (pins + (pin (num 1) (name VDD) (type power_in)) + (pin (num 2) (name GP5/OSC1) (type input)) + (pin (num 3) (name GP4/OSC2) (type input)) + (pin (num 4) (name GP3/MCLR) (type input)) + (pin (num 5) (name GP2) (type input)) + (pin (num 6) (name GP1) (type input)) + (pin (num 7) (name GP0) (type input)) + (pin (num 8) (name VSS) (type power_in)))) + (libpart (lib microcontrollers) (part PIC16F54) + (description "18 pins - FLASH-Based 8-Bit CMOS Microcontroller") + (fields + (field (name Reference) U?) + (field (name Value) PIC16F54)) + (pins + (pin (num 1) (name RA2) (type BiDi)) + (pin (num 2) (name RA3) (type BiDi)) + (pin (num 3) (name T0ckl) (type output)) + (pin (num 4) (name MCLR) (type input)) + (pin (num 5) (name VSS) (type power_in)) + (pin (num 6) (name RB0) (type BiDi)) + (pin (num 7) (name RB1) (type BiDi)) + (pin (num 8) (name RB2) (type BiDi)) + (pin (num 9) (name RB3) (type BiDi)) + (pin (num 10) (name RB4) (type BiDi)) + (pin (num 11) (name RB5) (type BiDi)) + (pin (num 12) (name ICSPC/RB6) (type BiDi)) + (pin (num 13) (name ICSPD/RB7) (type BiDi)) + (pin (num 14) (name VDD) (type power_in)) + (pin (num 15) (name OSC2/CLKO) (type output)) + (pin (num 16) (name OSC1/CLKI) (type input)) + (pin (num 17) (name RA0) (type BiDi)) + (pin (num 18) (name RA1) (type BiDi)))) + (libpart (lib device) (part NPN) + (docs transistors/bipolar/*.*) + (fields + (field (name Reference) Q) + (field (name Value) NPN)) + (pins + (pin (num 1) (name E) (type passive)) + (pin (num 2) (name B) (type input)) + (pin (num 3) (name C) (type passive)))) + (libpart (lib device) (part DIODESCH) + (description "Diode schottky") + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODESCH)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part JUMPER) + (fields + (field (name Reference) JP) + (field (name Value) JUMPER)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part DIODE) + (description "Diode simple") + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODE)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part INDUCTOR) + (fields + (field (name Reference) L) + (field (name Value) INDUCTOR)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part LED) + (footprints + (fp LED-3MM) + (fp LED-5MM) + (fp LED-10MM) + (fp LED-0603) + (fp LED-0805) + (fp LED-1206) + (fp LEDV)) + (fields + (field (name Reference) D) + (field (name Value) LED)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part R) + (description Resistance) + (footprints + (fp R?) + (fp SM0603) + (fp SM0805) + (fp R?-*) + (fp SM1206)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CP) + (aliases + (alias CAPAPOL)) + (description "Condensateur polarise") + (footprints + (fp CP*) + (fp SM*)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part POT) + (description Potentionmetre) + (fields + (field (name Reference) RV) + (field (name Value) POT)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)))) + (libpart (lib device) (part PNP) + (docs transistors/bipolar/*.*) + (fields + (field (name Reference) Q) + (field (name Value) PNP)) + (pins + (pin (num 1) (name E) (type passive)) + (pin (num 2) (name B) (type input)) + (pin (num 3) (name C) (type passive)))) + (libpart (lib device) (part C) + (description "Condensateur non polarise") + (footprints + (fp SM*) + (fp C?) + (fp C1-1)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive))))) + (libraries + (library (logical device) + (uri f:\kicad\share\library\device.lib)) + (library (logical memory) + (uri f:\kicad\share\library\memory.lib)) + (library (logical regul) + (uri f:\kicad\share\library\regul.lib)) + (library (logical 74xx) + (uri f:\kicad\share\library\74xx.lib)) + (library (logical microcontrollers) + (uri f:\kicad\share\library\microcontrollers.lib)) + (library (logical conn) + (uri f:\kicad\share\library\conn.lib))) + (nets + (net (code 1) (name GND) + (node (ref U3) (pin GND)) + (node (ref C2) (pin 2)) + (node (ref P1) (pin 1)) + (node (ref D8) (pin 2)) + (node (ref R17) (pin 2)) + (node (ref D9) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref D7) (pin 1)) + (node (ref U2) (pin 10)) + (node (ref D5) (pin 1)) + (node (ref R4) (pin 2)) + (node (ref U2) (pin 13)) + (node (ref R6) (pin 2)) + (node (ref U2) (pin 1)) + (node (ref R2) (pin 2)) + (node (ref J1) (pin 5)) + (node (ref U2) (pin 7)) + (node (ref U2) (pin 4)) + (node (ref D3) (pin 1)) + (node (ref C8) (pin 2)) + (node (ref U5) (pin 5)) + (node (ref U1) (pin 3)) + (node (ref U1) (pin 2)) + (node (ref U1) (pin 1)) + (node (ref U6) (pin 8)) + (node (ref P3) (pin 8)) + (node (ref U1) (pin 4)) + (node (ref P3) (pin 12)) + (node (ref P3) (pin 31)) + (node (ref Q1) (pin 1)) + (node (ref P2) (pin 8)) + (node (ref C6) (pin 2)) + (node (ref C7) (pin 2)) + (node (ref P2) (pin 19)) + (node (ref U4) (pin 6)) + (node (ref U4) (pin 7)) + (node (ref C3) (pin 2)) + (node (ref C4) (pin 2)) + (node (ref C5) (pin 2)) + (node (ref R15) (pin 2)) + (node (ref D12) (pin 2))) + (net (code 2) (name VCC) + (node (ref D2) (pin 2)) + (node (ref U3) (pin VO)) + (node (ref U2) (pin 14)) + (node (ref D6) (pin 2)) + (node (ref Q3) (pin 1)) + (node (ref R20) (pin 1)) + (node (ref C6) (pin 1)) + (node (ref JP1) (pin 1)) + (node (ref L1) (pin 2)) + (node (ref U4) (pin 5)) + (node (ref C1) (pin 1)) + (node (ref R14) (pin 1)) + (node (ref U1) (pin 8)) + (node (ref D4) (pin 2))) + (net (code 3) (name "Net-(U4-Pad3)") + (node (ref U4) (pin 3))) + (net (code 4) (name "Net-(D10-Pad1)") + (node (ref L1) (pin 1)) + (node (ref U4) (pin 8)) + (node (ref D10) (pin 1))) + (net (code 5) (name "Net-(C5-Pad1)") + (node (ref R10) (pin 2)) + (node (ref C5) (pin 1))) + (net (code 6) (name "Net-(D12-Pad1)") + (node (ref D12) (pin 1)) + (node (ref R21) (pin 1))) + (net (code 7) (name "Net-(D11-Pad1)") + (node (ref D11) (pin 1)) + (node (ref R19) (pin 1))) + (net (code 8) (name "Net-(Q3-Pad2)") + (node (ref R19) (pin 2)) + (node (ref Q3) (pin 2)) + (node (ref R20) (pin 2))) + (net (code 9) (name VPP) + (node (ref R16) (pin 2)) + (node (ref D10) (pin 2)) + (node (ref Q2) (pin 1)) + (node (ref R7) (pin 1)) + (node (ref C9) (pin 1)) + (node (ref C3) (pin 1))) + (net (code 10) (name "Net-(J1-Pad9)") + (node (ref J1) (pin 9))) + (net (code 11) (name "Net-(C4-Pad1)") + (node (ref U4) (pin 1)) + (node (ref C4) (pin 1)) + (node (ref R10) (pin 1))) + (net (code 12) (name "Net-(RV1-Pad2)") + (node (ref U4) (pin 2)) + (node (ref RV1) (pin 2))) + (net (code 13) (name "Net-(U4-Pad4)") + (node (ref U4) (pin 4))) + (net (code 14) (name "Net-(R16-Pad1)") + (node (ref R16) (pin 1)) + (node (ref RV1) (pin 3))) + (net (code 15) (name "Net-(R15-Pad1)") + (node (ref R15) (pin 1)) + (node (ref RV1) (pin 1))) + (net (code 16) (name "Net-(D8-Pad1)") + (node (ref D8) (pin 1)) + (node (ref R9) (pin 2))) + (net (code 17) (name "Net-(D9-Pad1)") + (node (ref D9) (pin 1)) + (node (ref R14) (pin 2))) + (net (code 18) (name "Net-(C2-Pad1)") + (node (ref C2) (pin 1)) + (node (ref U3) (pin VI)) + (node (ref D1) (pin 2))) + (net (code 19) (name "Net-(R8-Pad1)") + (node (ref R8) (pin 1)) + (node (ref U2) (pin 3))) + (net (code 20) (name "Net-(D1-Pad1)") + (node (ref P1) (pin 2)) + (node (ref D1) (pin 1))) + (net (code 21) (name "Net-(Q1-Pad2)") + (node (ref Q1) (pin 2)) + (node (ref R8) (pin 2))) + (net (code 22) (name "Net-(D11-Pad2)") + (node (ref D11) (pin 2)) + (node (ref R11) (pin 1)) + (node (ref Q1) (pin 3))) + (net (code 23) (name "Net-(Q2-Pad3)") + (node (ref R17) (pin 1)) + (node (ref R18) (pin 1)) + (node (ref R9) (pin 1)) + (node (ref Q2) (pin 3))) + (net (code 24) (name "Net-(C9-Pad2)") + (node (ref C9) (pin 2)) + (node (ref R7) (pin 2)) + (node (ref R11) (pin 2)) + (node (ref Q2) (pin 2))) + (net (code 25) (name "Net-(D4-Pad1)") + (node (ref D5) (pin 2)) + (node (ref R3) (pin 2)) + (node (ref D4) (pin 1)) + (node (ref U2) (pin 5))) + (net (code 26) (name "Net-(R12-Pad1)") + (node (ref R12) (pin 1)) + (node (ref U2) (pin 6))) + (net (code 27) (name "Net-(D6-Pad1)") + (node (ref R5) (pin 2)) + (node (ref D6) (pin 1)) + (node (ref D7) (pin 2)) + (node (ref U2) (pin 9))) + (net (code 28) (name "Net-(J1-Pad2)") + (node (ref J1) (pin 2))) + (net (code 29) (name "Net-(D2-Pad1)") + (node (ref D2) (pin 1)) + (node (ref D3) (pin 2)) + (node (ref U2) (pin 2)) + (node (ref R1) (pin 2))) + (net (code 30) (name "Net-(J1-Pad1)") + (node (ref J1) (pin 1))) + (net (code 31) (name "Net-(J1-Pad6)") + (node (ref J1) (pin 6))) + (net (code 32) (name /pic_programmer/DTR) + (node (ref R3) (pin 1)) + (node (ref J1) (pin 4)) + (node (ref R4) (pin 1))) + (net (code 33) (name "Net-(R13-Pad1)") + (node (ref R13) (pin 1)) + (node (ref U2) (pin 8))) + (net (code 34) (name /pic_programmer/CTS) + (node (ref U2) (pin 11)) + (node (ref J1) (pin 8))) + (net (code 35) (name /pic_programmer/TXD) + (node (ref R1) (pin 1)) + (node (ref J1) (pin 3)) + (node (ref R2) (pin 1))) + (net (code 36) (name /pic_programmer/PC-CLOCK-OUT) + (node (ref J1) (pin 7)) + (node (ref R5) (pin 1)) + (node (ref R6) (pin 1))) + (net (code 37) (name "Net-(P2-Pad9)") + (node (ref P2) (pin 9))) + (net (code 38) (name "Net-(P2-Pad10)") + (node (ref P2) (pin 10))) + (net (code 39) (name "Net-(P2-Pad11)") + (node (ref P2) (pin 11))) + (net (code 40) (name "Net-(P2-Pad5)") + (node (ref P2) (pin 5))) + (net (code 41) (name "Net-(P2-Pad7)") + (node (ref P2) (pin 7))) + (net (code 42) (name "Net-(P2-Pad6)") + (node (ref P2) (pin 6))) + (net (code 43) (name "Net-(P2-Pad15)") + (node (ref P2) (pin 15))) + (net (code 44) (name "Net-(P2-Pad21)") + (node (ref P2) (pin 21))) + (net (code 45) (name "Net-(P2-Pad12)") + (node (ref P2) (pin 12))) + (net (code 46) (name "Net-(P2-Pad22)") + (node (ref P2) (pin 22))) + (net (code 47) (name "Net-(P2-Pad13)") + (node (ref P2) (pin 13))) + (net (code 48) (name "Net-(P2-Pad23)") + (node (ref P2) (pin 23))) + (net (code 49) (name "Net-(P2-Pad14)") + (node (ref P2) (pin 14))) + (net (code 50) (name "Net-(P2-Pad24)") + (node (ref P2) (pin 24))) + (net (code 51) (name "Net-(P3-Pad26)") + (node (ref P3) (pin 26))) + (net (code 52) (name "Net-(P2-Pad4)") + (node (ref P2) (pin 4))) + (net (code 53) (name "Net-(P2-Pad3)") + (node (ref P2) (pin 3))) + (net (code 54) (name "Net-(P2-Pad2)") + (node (ref P2) (pin 2))) + (net (code 55) (name VPP-MCLR) + (node (ref P3) (pin 1)) + (node (ref R18) (pin 2)) + (node (ref U5) (pin 4)) + (node (ref P2) (pin 1)) + (node (ref U6) (pin 4))) + (net (code 56) (name "Net-(P3-Pad28)") + (node (ref P3) (pin 28))) + (net (code 57) (name "Net-(P3-Pad21)") + (node (ref P3) (pin 21))) + (net (code 58) (name "Net-(P3-Pad22)") + (node (ref P3) (pin 22))) + (net (code 59) (name "Net-(P3-Pad23)") + (node (ref P3) (pin 23))) + (net (code 60) (name "Net-(P3-Pad24)") + (node (ref P3) (pin 24))) + (net (code 61) (name "Net-(P3-Pad25)") + (node (ref P3) (pin 25))) + (net (code 62) (name VCC_PIC) + (node (ref U6) (pin 1)) + (node (ref P2) (pin 20)) + (node (ref C8) (pin 1)) + (node (ref U5) (pin 14)) + (node (ref JP1) (pin 2)) + (node (ref P3) (pin 11)) + (node (ref C7) (pin 1)) + (node (ref Q3) (pin 3)) + (node (ref R21) (pin 2)) + (node (ref P3) (pin 32))) + (net (code 63) (name "Net-(P3-Pad27)") + (node (ref P3) (pin 27))) + (net (code 64) (name "Net-(P3-Pad29)") + (node (ref P3) (pin 29))) + (net (code 65) (name "Net-(P3-Pad30)") + (node (ref P3) (pin 30))) + (net (code 66) (name "Net-(P3-Pad33)") + (node (ref P3) (pin 33))) + (net (code 67) (name "Net-(P3-Pad34)") + (node (ref P3) (pin 34))) + (net (code 68) (name "Net-(P3-Pad35)") + (node (ref P3) (pin 35))) + (net (code 69) (name "Net-(P3-Pad36)") + (node (ref P3) (pin 36))) + (net (code 70) (name "Net-(P3-Pad37)") + (node (ref P3) (pin 37))) + (net (code 71) (name "Net-(P2-Pad25)") + (node (ref P2) (pin 25))) + (net (code 72) (name DATA-RB7) + (node (ref U6) (pin 7)) + (node (ref U2) (pin 12)) + (node (ref R12) (pin 2)) + (node (ref U1) (pin 5)) + (node (ref P2) (pin 28)) + (node (ref U5) (pin 13)) + (node (ref P3) (pin 40))) + (net (code 73) (name "Net-(P2-Pad18)") + (node (ref P2) (pin 18))) + (net (code 74) (name CLOCK-RB6) + (node (ref U5) (pin 12)) + (node (ref P3) (pin 39)) + (node (ref P2) (pin 27)) + (node (ref U1) (pin 6)) + (node (ref R13) (pin 2)) + (node (ref U6) (pin 6))) + (net (code 75) (name "Net-(P2-Pad17)") + (node (ref P2) (pin 17))) + (net (code 76) (name "Net-(P2-Pad26)") + (node (ref P2) (pin 26))) + (net (code 77) (name "Net-(P2-Pad16)") + (node (ref P2) (pin 16))) + (net (code 78) (name "Net-(P3-Pad4)") + (node (ref P3) (pin 4))) + (net (code 79) (name "Net-(U5-Pad3)") + (node (ref U5) (pin 3))) + (net (code 80) (name "Net-(U5-Pad9)") + (node (ref U5) (pin 9))) + (net (code 81) (name "Net-(U5-Pad8)") + (node (ref U5) (pin 8))) + (net (code 82) (name "Net-(U5-Pad7)") + (node (ref U5) (pin 7))) + (net (code 83) (name "Net-(U5-Pad6)") + (node (ref U5) (pin 6))) + (net (code 84) (name "Net-(U5-Pad1)") + (node (ref U5) (pin 1))) + (net (code 85) (name "Net-(U5-Pad2)") + (node (ref U5) (pin 2))) + (net (code 86) (name "Net-(U5-Pad18)") + (node (ref U5) (pin 18))) + (net (code 87) (name "Net-(U5-Pad10)") + (node (ref U5) (pin 10))) + (net (code 88) (name "Net-(U5-Pad11)") + (node (ref U5) (pin 11))) + (net (code 89) (name "Net-(U5-Pad17)") + (node (ref U5) (pin 17))) + (net (code 90) (name "Net-(U5-Pad15)") + (node (ref U5) (pin 15))) + (net (code 91) (name "Net-(U5-Pad16)") + (node (ref U5) (pin 16))) + (net (code 92) (name "Net-(U1-Pad7)") + (node (ref U1) (pin 7))) + (net (code 93) (name "Net-(U6-Pad5)") + (node (ref U6) (pin 5))) + (net (code 94) (name "Net-(U6-Pad3)") + (node (ref U6) (pin 3))) + (net (code 95) (name "Net-(U6-Pad2)") + (node (ref U6) (pin 2))) + (net (code 96) (name "Net-(P3-Pad7)") + (node (ref P3) (pin 7))) + (net (code 97) (name "Net-(P3-Pad2)") + (node (ref P3) (pin 2))) + (net (code 98) (name "Net-(P3-Pad3)") + (node (ref P3) (pin 3))) + (net (code 99) (name "Net-(P3-Pad5)") + (node (ref P3) (pin 5))) + (net (code 100) (name "Net-(P3-Pad6)") + (node (ref P3) (pin 6))) + (net (code 101) (name "Net-(P3-Pad9)") + (node (ref P3) (pin 9))) + (net (code 102) (name "Net-(P3-Pad10)") + (node (ref P3) (pin 10))) + (net (code 103) (name "Net-(P3-Pad20)") + (node (ref P3) (pin 20))) + (net (code 104) (name "Net-(P3-Pad13)") + (node (ref P3) (pin 13))) + (net (code 105) (name "Net-(P3-Pad14)") + (node (ref P3) (pin 14))) + (net (code 106) (name "Net-(P3-Pad15)") + (node (ref P3) (pin 15))) + (net (code 107) (name "Net-(P3-Pad16)") + (node (ref P3) (pin 16))) + (net (code 108) (name "Net-(P3-Pad17)") + (node (ref P3) (pin 17))) + (net (code 109) (name "Net-(P3-Pad18)") + (node (ref P3) (pin 18))) + (net (code 110) (name "Net-(P3-Pad19)") + (node (ref P3) (pin 19))) + (net (code 111) (name "Net-(P3-Pad38)") + (node (ref P3) (pin 38))))) \ No newline at end of file diff --git a/demos/flat_hierarchy/flat_hierarchy.pro b/demos/flat_hierarchy/flat_hierarchy.pro new file mode 100644 index 0000000..74cd3fd --- /dev/null +++ b/demos/flat_hierarchy/flat_hierarchy.pro @@ -0,0 +1,81 @@ +update=18/05/2015 09:02:06 +last_client=kicad +[general] +version=1 +RootSch=pic_programmer.sch +BoardNm=pic_programmer.brd +[common] +NetDir= +[pcbnew] +version=1 +PadDril=400 +PadDimH=700 +PadDimV=700 +PadForm=1 +PadMask=14745599 +ViaDiam=650 +ViaDril=250 +Isol=100 +Countlayer=2 +Lpiste=250 +RouteTo=15 +RouteBo=0 +TypeVia=3 +Segm45=1 +Racc45=1 +Unite=0 +SegFill=1 +SegAffG=0 +NewAffG=1 +PadFill=1 +PadAffG=1 +PadSNum=1 +ModAffC=1 +ModAffT=1 +PcbAffT=1 +SgPcb45=1 +TxtPcbV=800 +TxtPcbH=600 +TxtModV=600 +TxtModH=600 +TxtModW=120 +HPGLnum=1 +HPGdiam=15 +HPGLSpd=20 +HPGLrec=2 +HPGLorg=0 +GERBmin=15 +VEgarde=100 +DrawLar=150 +EdgeLar=150 +TxtLar=120 +MSegLar=150 +ForPlot=1 +WpenSer=10 +UserGrX=0,01 +UserGrY=0,01 +UserGrU=1 +DivGrPc=1 +TimeOut=600 +MaxLnkS=3 +ShowRat=0 +ShowMRa=1 +[pcbnew/libraries] +LibName1=connect +LibName2=discret +LibName3=pin_array +LibName4=divers +LibName5=libcms +LibName6=display +LibName7=dip_sockets +LibDir= +[cvpcb] +version=1 +NetIExt=.net +[cvpcb/libraries] +EquName1=devcms +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=flat_hierarchy_schlib diff --git a/demos/flat_hierarchy/flat_hierarchy.sch b/demos/flat_hierarchy/flat_hierarchy.sch new file mode 100644 index 0000000..dcb831f --- /dev/null +++ b/demos/flat_hierarchy/flat_hierarchy.sch @@ -0,0 +1,30 @@ +EESchema Schematic File Version 2 +LIBS:flat_hierarchy_schlib +LIBS:flat_hierarchy-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 3 +Title "" +Date "Sun 22 Mar 2015" +Rev "1" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Sheet +S 5600 2600 2100 1700 +U 48553E7C +F0 "sockets" 60 +F1 "pic_sockets.sch" 60 +$EndSheet +$Sheet +S 3200 2600 1650 1700 +U 48553E53 +F0 "pic_programmer" 60 +F1 "pic_programmer.sch" 60 +$EndSheet +$EndSCHEMATC diff --git a/demos/flat_hierarchy/flat_hierarchy_schlib.lib b/demos/flat_hierarchy/flat_hierarchy_schlib.lib new file mode 100644 index 0000000..fdac208 --- /dev/null +++ b/demos/flat_hierarchy/flat_hierarchy_schlib.lib @@ -0,0 +1,592 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 24C16 +# +DEF 24C16 U 0 30 Y Y 1 F N +F0 "U" 150 350 60 H V C CNN +F1 "24C16" 200 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 24C512 +DRAW +X GND 4 0 -500 200 U 60 60 0 0 W +X VCC 8 0 500 200 D 60 60 0 0 W +S -400 -300 400 300 1 1 0 N +X A0 1 -700 200 300 R 60 60 1 1 I +X A1 2 -700 100 300 R 60 60 1 1 I +X A2 3 -700 0 300 R 60 60 1 1 I +X SDA 5 700 -200 300 L 60 60 1 1 B +X SCL 6 700 -100 300 L 60 60 1 1 I +X WP 7 700 100 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LT1372 +# +DEF LT1372 U 0 30 Y Y 1 F N +F0 "U" 600 500 60 H V C CNN +F1 "LT1372" -500 500 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LT1373 +DRAW +S -700 -400 700 400 0 1 0 N +X Vc 1 250 -700 300 U 60 60 1 1 I +X FB+ 2 1000 -250 300 L 60 60 1 1 I +X FB- 3 -1000 250 300 R 60 60 1 1 P +X S/S 4 -1000 -250 300 R 60 60 1 1 P +X Vin 5 0 700 300 D 60 60 1 1 W +X GND_S 6 -150 -700 300 U 60 60 1 1 I +X GND 7 -300 -700 300 U 60 60 1 1 I +X Vsw 8 1000 250 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# NPN +# +DEF NPN Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 50 H V R CNN +F1 "NPN" 0 150 50 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PIC12C508A +# +DEF PIC12C508A U 0 40 Y Y 1 F N +F0 "U" 0 700 60 H V C CNN +F1 "PIC12C508A" 0 -650 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS PIC12C509A +DRAW +S 400 -600 -450 650 0 1 0 N +X VDD 1 -750 500 300 R 50 50 1 1 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 1 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 1 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 1 I +X GP2 5 700 -500 300 L 50 50 1 1 I +X GP1 6 700 -200 300 L 50 50 1 1 I +X GP0 7 700 200 300 L 50 50 1 1 I +X VSS 8 700 500 300 L 50 50 1 1 W +X VDD 1 -750 500 300 R 50 50 1 2 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 2 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 2 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 2 I +X GP2 5 700 -500 300 L 50 50 1 2 I +X GP1 6 700 -200 300 L 50 50 1 2 I +X GP0 7 700 200 300 L 50 50 1 2 I +X VSS 8 700 500 300 L 50 50 1 2 W +ENDDRAW +ENDDEF +# +# PIC16F54 +# +DEF PIC16F54 U? 0 40 Y Y 1 F N +F0 "U?" 0 -750 60 H V C CNN +F1 "PIC16F54" 0 800 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 700 450 -700 0 1 0 N +X RA2 1 -800 600 300 R 50 50 1 1 B +X RA3 2 -800 450 300 R 50 50 1 1 B +X T0ckl 3 -800 300 300 R 50 50 1 1 O +X MCLR 4 -800 150 300 R 50 50 1 1 I +X VSS 5 -800 0 300 R 50 50 1 1 W +X RB0 6 -800 -150 300 R 50 50 1 1 B +X RB1 7 -800 -300 300 R 50 50 1 1 B +X RB2 8 -800 -450 300 R 50 50 1 1 B +X RB3 9 -800 -600 300 R 50 50 1 1 B +X RB4 10 750 -600 300 L 50 50 1 1 B +X RB5 11 750 -450 300 L 50 50 1 1 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 1 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 1 B +X VDD 14 750 0 300 L 50 50 1 1 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 1 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 1 I +X RA0 17 750 450 300 L 50 50 1 1 B +X RA1 18 750 600 300 L 50 50 1 1 B +X RA2 1 -800 600 300 R 50 50 1 2 B +X RA3 2 -800 450 300 R 50 50 1 2 B +X T0ckl 3 -800 300 300 R 50 50 1 2 O +X MCLR 4 -800 150 300 R 50 50 1 2 I +X VSS 5 -800 0 300 R 50 50 1 2 W +X RB0 6 -800 -150 300 R 50 50 1 2 B +X RB1 7 -800 -300 300 R 50 50 1 2 B +X RB2 8 -800 -450 300 R 50 50 1 2 B +X RB3 9 -800 -600 300 R 50 50 1 2 B +X RB4 10 750 -600 300 L 50 50 1 2 B +X RB5 11 750 -450 300 L 50 50 1 2 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 2 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 2 B +X VDD 14 750 0 300 L 50 50 1 2 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 2 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 2 I +X RA0 17 750 450 300 L 50 50 1 2 B +X RA1 18 750 600 300 L 50 50 1 2 B +ENDDRAW +ENDDEF +# +# PNP +# +DEF PNP Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 60 H V R CNN +F1 "PNP" 0 150 60 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP28 +# +DEF SUPP28 J 0 40 Y Y 1 F N +F0 "J" 0 100 70 H V C CNN +F1 "SUPP28" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -750 300 750 0 1 0 N +X 1 1 -600 650 300 R 60 60 1 1 P +X 2 2 -600 550 300 R 60 60 1 1 P +X 3 3 -600 450 300 R 60 60 1 1 P +X 4 4 -600 350 300 R 60 60 1 1 P +X 5 5 -600 250 300 R 60 60 1 1 P +X 6 6 -600 150 300 R 60 60 1 1 P +X 7 7 -600 50 300 R 60 60 1 1 P +X 8 8 -600 -50 300 R 60 60 1 1 P +X 9 9 -600 -150 300 R 60 60 1 1 P +X 10 10 -600 -250 300 R 60 60 1 1 P +X 20 20 600 -150 300 L 60 60 1 1 P +X 11 11 -600 -350 300 R 60 60 1 1 P +X 21 21 600 -50 300 L 60 60 1 1 P +X 12 12 -600 -450 300 R 60 60 1 1 P +X 22 22 600 50 300 L 60 60 1 1 P +X 13 13 -600 -550 300 R 60 60 1 1 P +X 23 23 600 150 300 L 60 60 1 1 P +X 14 14 -600 -650 300 R 60 60 1 1 P +X 24 24 600 250 300 L 60 60 1 1 P +X 15 15 600 -650 300 L 60 60 1 1 P +X 25 25 600 350 300 L 60 60 1 1 P +X 16 16 600 -550 300 L 60 60 1 1 P +X 26 26 600 450 300 L 60 60 1 1 P +X 17 17 600 -450 300 L 60 60 1 1 P +X 27 27 600 550 300 L 60 60 1 1 P +X 18 18 600 -350 300 L 60 60 1 1 P +X 28 28 600 650 300 L 60 60 1 1 P +X 19 19 600 -250 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP40 +# +DEF SUPP40 P 0 40 Y Y 1 F N +F0 "P" 0 1100 70 H V C CNN +F1 "SUPP40" 0 -1100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -1050 300 1050 0 1 0 N +X 1 1 -600 950 300 R 60 60 1 1 P +X 2 2 -600 850 300 R 60 60 1 1 P +X 3 3 -600 750 300 R 60 60 1 1 P +X 4 4 -600 650 300 R 60 60 1 1 P +X 5 5 -600 550 300 R 60 60 1 1 P +X 6 6 -600 450 300 R 60 60 1 1 P +X 7 7 -600 350 300 R 60 60 1 1 P +X 8 8 -600 250 300 R 60 60 1 1 P +X 9 9 -600 150 300 R 60 60 1 1 P +X 10 10 -600 50 300 R 60 60 1 1 P +X 20 20 -600 -950 300 R 60 60 1 1 P +X 30 30 600 -50 300 L 60 60 1 1 P +X 40 40 600 950 300 L 60 60 1 1 P +X 11 11 -600 -50 300 R 60 60 1 1 P +X 21 21 600 -950 300 L 60 60 1 1 P +X 31 31 600 50 300 L 60 60 1 1 P +X 12 12 -600 -150 300 R 60 60 1 1 P +X 22 22 600 -850 300 L 60 60 1 1 P +X 32 32 600 150 300 L 60 60 1 1 P +X 13 13 -600 -250 300 R 60 60 1 1 P +X 23 23 600 -750 300 L 60 60 1 1 P +X 33 33 600 250 300 L 60 60 1 1 P +X 14 14 -600 -350 300 R 60 60 1 1 P +X 24 24 600 -650 300 L 60 60 1 1 P +X 34 34 600 350 300 L 60 60 1 1 P +X 15 15 -600 -450 300 R 60 60 1 1 P +X 25 25 600 -550 300 L 60 60 1 1 P +X 35 35 600 450 300 L 60 60 1 1 P +X 16 16 -600 -550 300 R 60 60 1 1 P +X 26 26 600 -450 300 L 60 60 1 1 P +X 36 36 600 550 300 L 60 60 1 1 P +X 17 17 -600 -650 300 R 60 60 1 1 P +X 27 27 600 -350 300 L 60 60 1 1 P +X 37 37 600 650 300 L 60 60 1 1 P +X 18 18 -600 -750 300 R 60 60 1 1 P +X 28 28 600 -250 300 L 60 60 1 1 P +X 38 38 600 750 300 L 60 60 1 1 P +X 19 19 -600 -850 300 R 60 60 1 1 P +X 29 29 600 -150 300 L 60 60 1 1 P +X 39 39 600 850 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VPP +# +DEF VPP #PWR 0 0 Y Y 1 F N +F0 "#PWR" 0 200 40 H I C CNN +F1 "VPP" 0 150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VPP 1 0 0 0 U 40 40 0 0 W N +C 0 80 20 0 1 0 N +P 2 0 1 0 0 60 0 0 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/flat_hierarchy/pic_programmer.sch b/demos/flat_hierarchy/pic_programmer.sch new file mode 100644 index 0000000..5b79138 --- /dev/null +++ b/demos/flat_hierarchy/pic_programmer.sch @@ -0,0 +1,1349 @@ +EESchema Schematic File Version 2 +LIBS:flat_hierarchy_schlib +LIBS:flat_hierarchy-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 3 +Title "JDM - COM84 PIC Programmer with 13V DC/DC converter" +Date "Sun 22 Mar 2015" +Rev "2" +Comp "KiCad" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Connection ~ 8700 3800 +Wire Wire Line + 8700 3800 8700 3600 +Wire Wire Line + 6200 1350 6200 1500 +Connection ~ 8300 3800 +Wire Wire Line + 8300 3800 8300 3700 +Wire Wire Line + 7400 4050 7400 4100 +Wire Wire Line + 7900 4500 7900 4400 +Wire Wire Line + 7600 3400 7400 3400 +Wire Wire Line + 7900 3600 7900 3900 +Connection ~ 7900 5500 +Wire Wire Line + 8100 5500 8100 5550 +Wire Wire Line + 7800 5500 8100 5500 +Wire Wire Line + 2900 5850 3100 5850 +Wire Notes Line + 4600 5150 4600 7700 +Wire Notes Line + 4600 5150 600 5150 +Wire Notes Line + 600 5150 600 7700 +Wire Notes Line + 600 7700 4600 7700 +Connection ~ 3600 5850 +Wire Wire Line + 1900 5300 1900 5400 +Connection ~ 10200 5300 +Wire Wire Line + 10200 5250 10200 5350 +Connection ~ 9650 5300 +Wire Wire Line + 9550 5300 10200 5300 +Wire Wire Line + 10200 5950 10200 5850 +Wire Wire Line + 9650 5300 9650 5350 +Connection ~ 8400 5300 +Wire Wire Line + 8400 5350 8400 5300 +Wire Wire Line + 8300 5300 8750 5300 +Wire Wire Line + 7900 5600 7900 5500 +Wire Wire Line + 7900 5300 7800 5300 +Wire Wire Line + 8900 1500 9100 1500 +Wire Wire Line + 5800 4500 5600 4500 +Wire Wire Line + 5400 3150 5800 3150 +Connection ~ 6700 1400 +Wire Wire Line + 6700 1300 6700 1700 +Wire Wire Line + 7900 1000 7900 900 +Wire Wire Line + 7900 1400 7900 1600 +Wire Wire Line + 7900 2550 7900 2600 +Wire Wire Line + 7900 2100 7900 2150 +Wire Wire Line + 2100 4400 3300 4400 +Wire Wire Line + 2100 4400 2100 3500 +Wire Wire Line + 2100 3500 1700 3500 +Wire Wire Line + 2400 3250 3100 3250 +Wire Wire Line + 2200 1300 3150 1300 +Wire Wire Line + 2200 1300 2200 3600 +Wire Wire Line + 2200 3600 1700 3600 +Connection ~ 5500 3150 +Wire Wire Line + 4600 2200 5500 2200 +Wire Wire Line + 5500 2200 5500 3150 +Wire Wire Line + 5000 4500 5100 4500 +Wire Wire Line + 4850 1200 4750 1200 +Wire Wire Line + 4900 3150 4800 3150 +Connection ~ 3200 4400 +Wire Wire Line + 3200 4500 3200 4400 +Wire Wire Line + 3900 4300 3900 4600 +Connection ~ 3900 4500 +Connection ~ 3000 3250 +Wire Wire Line + 3000 3250 3000 3350 +Wire Wire Line + 3700 3050 3700 3350 +Connection ~ 3700 3250 +Wire Wire Line + 3600 3250 3700 3250 +Connection ~ 2900 1300 +Wire Wire Line + 2900 1400 2900 1300 +Wire Wire Line + 3750 1100 3750 1400 +Connection ~ 3750 1300 +Wire Wire Line + 7400 3300 7400 3550 +Connection ~ 7900 3800 +Wire Wire Line + 8300 1700 8300 1500 +Connection ~ 8300 1500 +Wire Wire Line + 6200 950 6200 750 +Wire Wire Line + 6700 700 6700 800 +Wire Wire Line + 9000 1400 9000 1500 +Connection ~ 9000 1500 +$Comp +L PWR_FLAG #FLG015 +U 1 1 48553F47 +P 8700 3600 +F 0 "#FLG015" H 8700 3870 30 0001 C CNN +F 1 "PWR_FLAG" H 8700 3830 30 0000 C CNN +F 2 "" H 8700 3600 60 0001 C CNN +F 3 "" H 8700 3600 60 0001 C CNN + 1 8700 3600 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG016 +U 1 1 48553F27 +P 9000 1400 +F 0 "#FLG016" H 9000 1670 30 0001 C CNN +F 1 "PWR_FLAG" H 9000 1630 30 0000 C CNN +F 2 "" H 9000 1400 60 0001 C CNN +F 3 "" H 9000 1400 60 0001 C CNN + 1 9000 1400 + 1 0 0 -1 +$EndComp +Text GLabel 5800 4500 2 60 Output ~ 0 +CLOCK-RB6 +Text GLabel 5800 3150 2 60 Output ~ 0 +DATA-RB7 +Text GLabel 9100 1500 2 60 Output ~ 0 +VPP-MCLR +Text GLabel 8900 3800 2 60 Output ~ 0 +VCC_PIC +$Comp +L C C9 +U 1 1 464AD280 +P 6200 1150 +F 0 "C9" H 6250 1250 50 0000 L CNN +F 1 "22OnF" H 6250 1050 50 0000 L CNN +F 2 "Discret:C1-1" H 6200 1150 60 0001 C CNN +F 3 "" H 6200 1150 60 0001 C CNN + 1 6200 1150 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR017 +U 1 1 4639BB04 +P 8300 3100 +F 0 "#PWR017" H 8300 3200 30 0001 C CNN +F 1 "VCC" H 8300 3200 40 0000 C CNN +F 2 "" H 8300 3100 60 0001 C CNN +F 3 "" H 8300 3100 60 0001 C CNN + 1 8300 3100 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER JP1 +U 1 1 4639BAF8 +P 8300 3400 +F 0 "JP1" V 8100 3500 60 0000 C CNN +F 1 "JUMPER" H 8300 3320 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 8300 3400 60 0001 C CNN +F 3 "" H 8300 3400 60 0001 C CNN + 1 8300 3400 + 0 1 1 0 +$EndComp +$Comp +L DIODESCH D11 +U 1 1 4639BA28 +P 7400 4300 +F 0 "D11" V 7350 4500 50 0000 C CNN +F 1 "BAT43" V 7450 4500 50 0000 C CNN +F 2 "Discret:D3" H 7400 4300 60 0001 C CNN +F 3 "" H 7400 4300 60 0001 C CNN + 1 7400 4300 + 0 1 1 0 +$EndComp +$Comp +L VCC #PWR018 +U 1 1 4639BA17 +P 7900 3200 +F 0 "#PWR018" H 7900 3300 30 0001 C CNN +F 1 "VCC" H 7900 3300 40 0000 C CNN +F 2 "" H 7900 3200 60 0001 C CNN +F 3 "" H 7900 3200 60 0001 C CNN + 1 7900 3200 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR019 +U 1 1 4639B9EB +P 7900 4950 +F 0 "#PWR019" H 7900 4950 30 0001 C CNN +F 1 "GND" H 7900 4880 30 0001 C CNN +F 2 "" H 7900 4950 60 0001 C CNN +F 3 "" H 7900 4950 60 0001 C CNN + 1 7900 4950 + 1 0 0 -1 +$EndComp +$Comp +L LED D12 +U 1 1 4639B9EA +P 7900 4700 +F 0 "D12" V 7800 4550 50 0000 C CNN +F 1 "YELLOW-LED" H 7900 4800 50 0000 C CNN +F 2 "Discret:LEDV" H 7900 4700 60 0001 C CNN +F 3 "" H 7900 4700 60 0001 C CNN +F 4 "YELLOW-LED" H 7900 4900 40 0000 C CNN "Champ4" + 1 7900 4700 + 0 1 1 0 +$EndComp +$Comp +L R R21 +U 1 1 4639B9E9 +P 7900 4150 +F 0 "R21" H 7800 4350 50 0000 C CNN +F 1 "470" V 7900 4150 50 0000 C CNN +F 2 "Discret:R4" H 7900 4150 60 0001 C CNN +F 3 "" H 7900 4150 60 0001 C CNN + 1 7900 4150 + 1 0 0 -1 +$EndComp +$Comp +L R R20 +U 1 1 4639B9B3 +P 7400 3050 +F 0 "R20" H 7300 3250 50 0000 C CNN +F 1 "2.2K" V 7400 3050 50 0000 C CNN +F 2 "Discret:R4" H 7400 3050 60 0001 C CNN +F 3 "" H 7400 3050 60 0001 C CNN + 1 7400 3050 + 1 0 0 -1 +$EndComp +$Comp +L R R19 +U 1 1 4639B9B0 +P 7400 3800 +F 0 "R19" H 7500 3600 50 0000 C CNN +F 1 "2.2K" V 7400 3800 50 0000 C CNN +F 2 "Discret:R4" H 7400 3800 60 0001 C CNN +F 3 "" H 7400 3800 60 0001 C CNN + 1 7400 3800 + -1 0 0 1 +$EndComp +$Comp +L PNP Q3 +U 1 1 4639B996 +P 7800 3400 +F 0 "Q3" H 7700 3150 50 0000 C CNN +F 1 "BC307" H 7700 3250 50 0000 C CNN +F 2 "Discret:TO92" H 7800 3400 60 0001 C CNN +F 3 "" H 7800 3400 60 0001 C CNN + 1 7800 3400 + 1 0 0 1 +$EndComp +$Comp +L VCC #PWR020 +U 1 1 4638AB33 +P 7400 2750 +F 0 "#PWR020" H 7400 2850 30 0001 C CNN +F 1 "VCC" H 7400 2850 40 0000 C CNN +F 2 "" H 7400 2750 60 0001 C CNN +F 3 "" H 7400 2750 60 0001 C CNN + 1 7400 2750 + 1 0 0 -1 +$EndComp +Text Notes 2600 6900 0 50 ~ 0 +ADJUST for VPP = 13V +$Comp +L POT RV1 +U 1 1 443D0101 +P 3600 6750 +F 0 "RV1" V 3750 6900 50 0000 C CNN +F 1 "1K" H 3600 6750 50 0000 C CNN +F 2 "Discret:RV2X4" H 3600 6750 60 0001 C CNN +F 3 "" H 3600 6750 60 0001 C CNN + 1 3600 6750 + 0 -1 -1 0 +$EndComp +$Comp +L R R18 +U 1 1 44369638 +P 8650 1500 +F 0 "R18" V 8730 1500 50 0000 C CNN +F 1 "220" V 8650 1500 50 0000 C CNN +F 2 "Discret:R4" H 8650 1500 60 0001 C CNN +F 3 "" H 8650 1500 60 0001 C CNN + 1 8650 1500 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR021 +U 1 1 442AABC2 +P 7900 2600 +F 0 "#PWR021" H 7900 2600 30 0001 C CNN +F 1 "GND" H 7900 2530 30 0001 C CNN +F 2 "" H 7900 2600 60 0001 C CNN +F 3 "" H 7900 2600 60 0001 C CNN + 1 7900 2600 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG022 +U 1 1 442A8330 +P 8100 5550 +F 0 "#FLG022" H 8100 5820 30 0001 C CNN +F 1 "PWR_FLAG" H 8100 5780 30 0000 C CNN +F 2 "" H 8100 5550 60 0001 C CNN +F 3 "" H 8100 5550 60 0001 C CNN + 1 8100 5550 + -1 0 0 1 +$EndComp +Text Label 1850 3800 0 60 ~ 0 +DTR +Text Label 1850 3700 0 60 ~ 0 +CTS +Text Label 1850 3600 0 60 ~ 0 +TXD +Text Label 1850 3500 0 60 ~ 0 +RTS +Text Notes 7300 5150 0 60 ~ 0 +8 to 15V +NoConn ~ 900 5850 +$Comp +L DIODESCH D10 +U 1 1 442A6026 +P 3300 5850 +F 0 "D10" H 3300 5950 40 0000 C CNN +F 1 "SCHOTTKY" H 3300 5750 40 0000 C CNN +F 2 "Discret:D5" H 3300 5850 60 0001 C CNN +F 3 "" H 3300 5850 60 0001 C CNN + 1 3300 5850 + 1 0 0 -1 +$EndComp +$Comp +L R R10 +U 1 1 442A5F83 +P 2150 7200 +F 0 "R10" V 2230 7200 50 0000 C CNN +F 1 "5.1K" V 2150 7200 50 0000 C CNN +F 2 "Discret:R4" H 2150 7200 60 0001 C CNN +F 3 "" H 2150 7200 60 0001 C CNN + 1 2150 7200 + 0 1 -1 0 +$EndComp +$Comp +L C C4 +U 1 1 442A5F61 +P 1900 7450 +F 0 "C4" V 2050 7450 50 0000 C CNN +F 1 "0" V 1750 7450 50 0000 C CNN +F 2 "Discret:C1-1" H 1900 7450 60 0001 C CNN +F 3 "" H 1900 7450 60 0001 C CNN + 1 1900 7450 + 0 1 -1 0 +$EndComp +$Comp +L LT1373 U4 +U 1 1 442A5E20 +P 1900 6100 +F 0 "U4" H 2500 6600 60 0000 C CNN +F 1 "LT1373" H 1400 6600 60 0000 C CNN +F 2 "Sockets_DIP:DIP-8__300_ELL" H 1900 6100 60 0001 C CNN +F 3 "" H 1900 6100 60 0001 C CNN + 1 1900 6100 + 1 0 0 -1 +$EndComp +Text Notes 900 5350 0 60 ~ 0 +VPP (13V) power +$Comp +L R R16 +U 1 1 442A58DC +P 3600 6200 +F 0 "R16" H 3750 6050 50 0000 C CNN +F 1 "62K" V 3600 6200 50 0000 C CNN +F 2 "Discret:R4" H 3600 6200 60 0001 C CNN +F 3 "" H 3600 6200 60 0001 C CNN + 1 3600 6200 + -1 0 0 1 +$EndComp +$Comp +L R R15 +U 1 1 442A58D7 +P 3600 7300 +F 0 "R15" H 3450 7450 50 0000 C CNN +F 1 "6.2K" V 3600 7300 50 0000 C CNN +F 2 "Discret:R4" H 3600 7300 60 0001 C CNN +F 3 "" H 3600 7300 60 0001 C CNN + 1 3600 7300 + 1 0 0 -1 +$EndComp +NoConn ~ 900 6350 +$Comp +L C C5 +U 1 1 442A58B1 +P 1650 7200 +F 0 "C5" V 1800 7200 50 0000 C CNN +F 1 "10nF" V 1500 7200 50 0000 C CNN +F 2 "Discret:C1-1" H 1650 7200 60 0001 C CNN +F 3 "" H 1650 7200 60 0001 C CNN + 1 1650 7200 + 0 1 -1 0 +$EndComp +$Comp +L PWR_FLAG #FLG023 +U 1 1 442A5893 +P 3700 5800 +F 0 "#FLG023" H 3700 6070 30 0001 C CNN +F 1 "PWR_FLAG" H 3700 6030 30 0000 C CNN +F 2 "" H 3700 5800 60 0001 C CNN +F 3 "" H 3700 5800 60 0001 C CNN + 1 3700 5800 + 1 0 0 -1 +$EndComp +$Comp +L CP C3 +U 1 1 442A584C +P 3950 6200 +F 0 "C3" H 4100 6250 50 0000 L CNN +F 1 "22uF/25V" H 4100 6150 50 0000 L CNN +F 2 "Discret:CP8" H 3950 6200 60 0001 C CNN +F 3 "" H 3950 6200 60 0001 C CNN + 1 3950 6200 + 1 0 0 -1 +$EndComp +$Comp +L VPP #PWR34 +U 1 1 442A5846 +P 3950 5800 +F 0 "#PWR34" H 3950 6000 40 0001 C CNN +F 1 "VPP" H 3950 5950 40 0000 C CNN +F 2 "" H 3950 5800 60 0001 C CNN +F 3 "" H 3950 5800 60 0001 C CNN + 1 3950 5800 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR024 +U 1 1 442A57CB +P 1900 5300 +F 0 "#PWR024" H 1900 5400 30 0001 C CNN +F 1 "VCC" H 1900 5400 30 0000 C CNN +F 2 "" H 1900 5300 60 0001 C CNN +F 3 "" H 1900 5300 60 0001 C CNN + 1 1900 5300 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L1 +U 1 1 442A57BE +P 2550 5350 +F 0 "L1" V 2500 5350 40 0000 C CNN +F 1 "22uH" V 2650 5350 40 0000 C CNN +F 2 "inductors:INDUCTOR_V" H 2550 5350 60 0001 C CNN +F 3 "" H 2550 5350 60 0001 C CNN + 1 2550 5350 + 0 1 -1 0 +$EndComp +NoConn ~ 1700 3900 +NoConn ~ 1700 3400 +NoConn ~ 1700 3300 +NoConn ~ 1700 3200 +$Comp +L GND #PWR025 +U 1 1 442A50C2 +P 8300 2300 +F 0 "#PWR025" H 8300 2300 30 0001 C CNN +F 1 "GND" H 8300 2230 30 0001 C CNN +F 2 "" H 8300 2300 60 0001 C CNN +F 3 "" H 8300 2300 60 0001 C CNN + 1 8300 2300 + 1 0 0 -1 +$EndComp +$Comp +L R R17 +U 1 1 442A50BF +P 8300 1950 +F 0 "R17" H 8200 2150 50 0000 C CNN +F 1 "22K" V 8300 1950 50 0000 C CNN +F 2 "Discret:R4" H 8300 1950 60 0001 C CNN +F 3 "" H 8300 1950 60 0001 C CNN + 1 8300 1950 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR026 +U 1 1 442A50B3 +P 10200 5250 +F 0 "#PWR026" H 10200 5350 30 0001 C CNN +F 1 "VCC" H 10200 5350 40 0000 C CNN +F 2 "" H 10200 5250 60 0001 C CNN +F 3 "" H 10200 5250 60 0001 C CNN + 1 10200 5250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR027 +U 1 1 442A5095 +P 10200 6350 +F 0 "#PWR027" H 10200 6350 30 0001 C CNN +F 1 "GND" H 10200 6280 30 0001 C CNN +F 2 "" H 10200 6350 60 0001 C CNN +F 3 "" H 10200 6350 60 0001 C CNN + 1 10200 6350 + 1 0 0 -1 +$EndComp +$Comp +L LED D9 +U 1 1 442A5084 +P 10200 6150 +F 0 "D9" V 10100 6000 50 0000 C CNN +F 1 "GREEN-LED" H 10200 6250 50 0000 C CNN +F 2 "Discret:LEDV" H 10200 6150 60 0001 C CNN +F 3 "" H 10200 6150 60 0001 C CNN +F 4 "GREEN LED" H 10200 6350 40 0000 C CNN "Champ4" + 1 10200 6150 + 0 1 1 0 +$EndComp +$Comp +L R R14 +U 1 1 442A5083 +P 10200 5600 +F 0 "R14" H 10100 5800 50 0000 C CNN +F 1 "470" V 10200 5600 50 0000 C CNN +F 2 "Discret:R4" H 10200 5600 60 0001 C CNN +F 3 "" H 10200 5600 60 0001 C CNN + 1 10200 5600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR028 +U 1 1 442A5057 +P 9650 5800 +F 0 "#PWR028" H 9650 5800 30 0001 C CNN +F 1 "GND" H 9650 5730 30 0001 C CNN +F 2 "" H 9650 5800 60 0001 C CNN +F 3 "" H 9650 5800 60 0001 C CNN + 1 9650 5800 + 1 0 0 -1 +$EndComp +$Comp +L CP C1 +U 1 1 442A5056 +P 9650 5550 +F 0 "C1" H 9800 5600 50 0000 L CNN +F 1 "100uF" H 9800 5500 50 0000 L CNN +F 2 "Discret:CP10" H 9650 5550 60 0001 C CNN +F 3 "" H 9650 5550 60 0001 C CNN + 1 9650 5550 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR029 +U 1 1 442A5050 +P 9150 5650 +F 0 "#PWR029" H 9150 5650 30 0001 C CNN +F 1 "GND" H 9150 5580 30 0001 C CNN +F 2 "" H 9150 5650 60 0001 C CNN +F 3 "" H 9150 5650 60 0001 C CNN + 1 9150 5650 + 1 0 0 -1 +$EndComp +$Comp +L 7805 U3 +U 1 1 442A504A +P 9150 5350 +F 0 "U3" H 9150 5650 60 0000 C CNN +F 1 "7805" H 9150 5550 60 0000 C CNN +F 2 "Discret:LM78XX" H 9150 5350 60 0001 C CNN +F 3 "" H 9150 5350 60 0001 C CNN + 1 9150 5350 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR030 +U 1 1 442A5023 +P 8400 5800 +F 0 "#PWR030" H 8400 5800 30 0001 C CNN +F 1 "GND" H 8400 5730 30 0001 C CNN +F 2 "" H 8400 5800 60 0001 C CNN +F 3 "" H 8400 5800 60 0001 C CNN + 1 8400 5800 + 1 0 0 -1 +$EndComp +$Comp +L CP C2 +U 1 1 442A501D +P 8400 5550 +F 0 "C2" H 8550 5600 50 0000 L CNN +F 1 "220uF" H 8550 5500 50 0000 L CNN +F 2 "Discret:CP10" H 8400 5550 60 0001 C CNN +F 3 "" H 8400 5550 60 0001 C CNN + 1 8400 5550 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR031 +U 1 1 442A500F +P 7900 5600 +F 0 "#PWR031" H 7900 5600 30 0001 C CNN +F 1 "GND" H 7900 5530 30 0001 C CNN +F 2 "" H 7900 5600 60 0001 C CNN +F 3 "" H 7900 5600 60 0001 C CNN + 1 7900 5600 + 1 0 0 -1 +$EndComp +$Comp +L DIODE D1 +U 1 1 442A500B +P 8100 5300 +F 0 "D1" H 8100 5400 50 0000 C CNN +F 1 "1N4004" H 8100 5200 50 0000 C CNN +F 2 "Discret:D5" H 8100 5300 60 0001 C CNN +F 3 "" H 8100 5300 60 0001 C CNN + 1 8100 5300 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P1 +U 1 1 442A4FE7 +P 7450 5400 +F 0 "P1" V 7400 5400 40 0000 C CNN +F 1 "CONN_2" V 7500 5400 40 0000 C CNN +F 2 "Connect:bornier2" H 7450 5400 60 0001 C CNN +F 3 "" H 7450 5400 60 0001 C CNN + 1 7450 5400 + -1 0 0 1 +$EndComp +$Comp +L LED D8 +U 1 1 442A4F5D +P 7900 2350 +F 0 "D8" V 7800 2200 50 0000 C CNN +F 1 "RED-LED" H 7900 2450 50 0000 C CNN +F 2 "Discret:LEDV" H 7900 2350 60 0001 C CNN +F 3 "" H 7900 2350 60 0001 C CNN +F 4 "Low Current Led" V 8250 2350 40 0000 C CNN "Champ4" +F 5 "RED LED" H 7900 2550 40 0000 C CNN "Champ5" + 1 7900 2350 + 0 1 1 0 +$EndComp +$Comp +L R R9 +U 1 1 442A4F52 +P 7900 1850 +F 0 "R9" H 7800 2050 50 0000 C CNN +F 1 "2.2K" V 7900 1850 50 0000 C CNN +F 2 "Discret:R4" H 7900 1850 60 0001 C CNN +F 3 "" H 7900 1850 60 0001 C CNN + 1 7900 1850 + 1 0 0 -1 +$EndComp +$Comp +L VPP #PWR23 +U 1 1 442A4F48 +P 7900 900 +F 0 "#PWR23" H 7900 1100 40 0001 C CNN +F 1 "VPP" H 7900 1050 40 0000 C CNN +F 2 "" H 7900 900 60 0001 C CNN +F 3 "" H 7900 900 60 0001 C CNN + 1 7900 900 + 1 0 0 -1 +$EndComp +$Comp +L VPP #PWR22 +U 1 1 442A4F44 +P 6700 700 +F 0 "#PWR22" H 6700 900 40 0001 C CNN +F 1 "VPP" H 6700 850 40 0000 C CNN +F 2 "" H 6700 700 60 0001 C CNN +F 3 "" H 6700 700 60 0001 C CNN + 1 6700 700 + 1 0 0 -1 +$EndComp +$Comp +L PNP Q2 +U 1 1 442A4F30 +P 7800 1200 +F 0 "Q2" H 7700 900 50 0000 C CNN +F 1 "BC307" H 7700 1000 50 0000 C CNN +F 2 "Discret:TO92" H 7800 1200 60 0001 C CNN +F 3 "" H 7800 1200 60 0001 C CNN + 1 7800 1200 + 1 0 0 1 +$EndComp +$Comp +L R R7 +U 1 1 442A4F2A +P 6700 1050 +F 0 "R7" H 6600 1200 50 0000 C CNN +F 1 "10K" V 6700 1050 50 0000 C CNN +F 2 "Discret:R4" H 6700 1050 60 0001 C CNN +F 3 "" H 6700 1050 60 0001 C CNN + 1 6700 1050 + 1 0 0 -1 +$EndComp +$Comp +L R R11 +U 1 1 442A4F23 +P 6700 1950 +F 0 "R11" H 6800 1750 50 0000 C CNN +F 1 "22K" V 6700 1950 50 0000 C CNN +F 2 "Discret:R4" H 6700 1950 60 0001 C CNN +F 3 "" H 6700 1950 60 0001 C CNN + 1 6700 1950 + -1 0 0 1 +$EndComp +$Comp +L GND #PWR032 +U 1 1 442A4F1C +P 6700 2850 +F 0 "#PWR032" H 6700 2850 30 0001 C CNN +F 1 "GND" H 6700 2780 30 0001 C CNN +F 2 "" H 6700 2850 60 0001 C CNN +F 3 "" H 6700 2850 60 0001 C CNN + 1 6700 2850 + 1 0 0 -1 +$EndComp +Text Label 2500 1300 0 60 ~ 0 +VPP_ON +$Comp +L NPN Q1 +U 1 1 442A4EB9 +P 6600 2600 +F 0 "Q1" H 6500 2850 50 0000 C CNN +F 1 "BC237" H 6502 2750 50 0000 C CNN +F 2 "Discret:TO92" H 6600 2600 60 0001 C CNN +F 3 "" H 6600 2600 60 0001 C CNN + 1 6600 2600 + 1 0 0 -1 +$EndComp +Text Label 2350 4400 0 60 ~ 0 +PC-CLOCK-OUT +$Comp +L GND #PWR033 +U 1 1 442A4E06 +P 1700 4050 +F 0 "#PWR033" H 1700 4050 30 0001 C CNN +F 1 "GND" H 1700 3980 30 0001 C CNN +F 2 "" H 1700 4050 60 0001 C CNN +F 3 "" H 1700 4050 60 0001 C CNN + 1 1700 4050 + 1 0 0 -1 +$EndComp +Text Label 2500 2200 0 60 ~ 0 +PC-DATA-IN +Text Label 2400 3250 0 60 ~ 0 +PC-DATA-OUT +$Comp +L GND #PWR034 +U 1 1 442A4DB3 +P 2900 2000 +F 0 "#PWR034" H 2900 2000 30 0001 C CNN +F 1 "GND" H 2900 1930 30 0001 C CNN +F 2 "" H 2900 2000 60 0001 C CNN +F 3 "" H 2900 2000 60 0001 C CNN + 1 2900 2000 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR035 +U 1 1 442A4DAE +P 3200 5050 +F 0 "#PWR035" H 3200 5050 30 0001 C CNN +F 1 "GND" H 3200 4980 30 0001 C CNN +F 2 "" H 3200 5050 60 0001 C CNN +F 3 "" H 3200 5050 60 0001 C CNN + 1 3200 5050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR036 +U 1 1 442A4DAB +P 3000 3900 +F 0 "#PWR036" H 3000 3900 30 0001 C CNN +F 1 "GND" H 3000 3830 30 0001 C CNN +F 2 "" H 3000 3900 60 0001 C CNN +F 3 "" H 3000 3900 60 0001 C CNN + 1 3000 3900 + 1 0 0 -1 +$EndComp +$Comp +L R R8 +U 1 1 442A4D92 +P 5100 1200 +F 0 "R8" V 5180 1200 50 0000 C CNN +F 1 "1K" V 5100 1200 50 0000 C CNN +F 2 "Discret:R4" H 5100 1200 60 0001 C CNN +F 3 "" H 5100 1200 60 0001 C CNN + 1 5100 1200 + 0 -1 -1 0 +$EndComp +$Comp +L R R13 +U 1 1 442A4D8D +P 5350 4500 +F 0 "R13" V 5450 4500 50 0000 C CNN +F 1 "470" V 5350 4500 50 0000 C CNN +F 2 "Discret:R4" H 5350 4500 60 0001 C CNN +F 3 "" H 5350 4500 60 0001 C CNN + 1 5350 4500 + 0 -1 -1 0 +$EndComp +$Comp +L R R12 +U 1 1 442A4D85 +P 5150 3150 +F 0 "R12" V 5230 3150 50 0000 C CNN +F 1 "470" V 5150 3150 50 0000 C CNN +F 2 "Discret:R4" H 5150 3150 60 0001 C CNN +F 3 "" H 5150 3150 60 0001 C CNN + 1 5150 3150 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR037 +U 1 1 442A4D75 +P 4150 2550 +F 0 "#PWR037" H 4150 2550 30 0001 C CNN +F 1 "GND" H 4150 2480 30 0001 C CNN +F 2 "" H 4150 2550 60 0001 C CNN +F 3 "" H 4150 2550 60 0001 C CNN + 1 4150 2550 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U2 +U 4 1 442A4D6B +P 4150 2200 +F 0 "U2" H 4150 2500 50 0000 C BNN +F 1 "74HC125" H 4150 2450 50 0000 C TNN +F 2 "Sockets_DIP:DIP-10__300_ELL" H 4150 2200 60 0001 C CNN +F 3 "" H 4150 2200 60 0001 C CNN + 4 4150 2200 + -1 0 0 -1 +$EndComp +$Comp +L VCC #PWR038 +U 1 1 442A4D68 +P 3900 3900 +F 0 "#PWR038" H 3900 4000 30 0001 C CNN +F 1 "VCC" H 3900 4000 40 0000 C CNN +F 2 "" H 3900 3900 60 0001 C CNN +F 3 "" H 3900 3900 60 0001 C CNN + 1 3900 3900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR039 +U 1 1 442A4D67 +P 3900 5050 +F 0 "#PWR039" H 3900 5050 30 0001 C CNN +F 1 "GND" H 3900 4980 30 0001 C CNN +F 2 "" H 3900 5050 60 0001 C CNN +F 3 "" H 3900 5050 60 0001 C CNN + 1 3900 5050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR040 +U 1 1 442A4D66 +P 4550 4850 +F 0 "#PWR040" H 4550 4850 30 0001 C CNN +F 1 "GND" H 4550 4780 30 0001 C CNN +F 2 "" H 4550 4850 60 0001 C CNN +F 3 "" H 4550 4850 60 0001 C CNN + 1 4550 4850 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D7 +U 1 1 442A4D65 +P 3900 4800 +F 0 "D7" V 3950 4600 50 0000 C CNN +F 1 "BAT43" V 3850 4600 50 0000 C CNN +F 2 "Discret:D3" H 3900 4800 60 0001 C CNN +F 3 "" H 3900 4800 60 0001 C CNN + 1 3900 4800 + 0 -1 -1 0 +$EndComp +$Comp +L DIODESCH D6 +U 1 1 442A4D64 +P 3900 4100 +F 0 "D6" V 3950 3900 50 0000 C CNN +F 1 "BAT43" V 3850 3900 50 0000 C CNN +F 2 "Discret:D3" H 3900 4100 60 0001 C CNN +F 3 "" H 3900 4100 60 0001 C CNN + 1 3900 4100 + 0 -1 -1 0 +$EndComp +$Comp +L R R6 +U 1 1 442A4D63 +P 3200 4750 +F 0 "R6" H 3100 4950 50 0000 C CNN +F 1 "10K" V 3200 4750 50 0000 C CNN +F 2 "Discret:R4" H 3200 4750 60 0001 C CNN +F 3 "" H 3200 4750 60 0001 C CNN + 1 3200 4750 + 1 0 0 -1 +$EndComp +$Comp +L R R5 +U 1 1 442A4D62 +P 3550 4400 +F 0 "R5" V 3630 4400 50 0000 C CNN +F 1 "10K" V 3550 4400 50 0000 C CNN +F 2 "Discret:R4" H 3550 4400 60 0001 C CNN +F 3 "" H 3550 4400 60 0001 C CNN + 1 3550 4400 + 0 -1 -1 0 +$EndComp +$Comp +L 74LS125 U2 +U 3 1 442A4D61 +P 4550 4500 +F 0 "U2" H 4550 4750 50 0000 C BNN +F 1 "74HC125" H 4550 4700 50 0000 C TNN +F 2 "Sockets_DIP:DIP-10__300_ELL" H 4550 4500 60 0001 C CNN +F 3 "" H 4550 4500 60 0001 C CNN + 3 4550 4500 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR041 +U 1 1 442A4D60 +P 3700 2600 +F 0 "#PWR041" H 3700 2700 30 0001 C CNN +F 1 "VCC" H 3700 2700 40 0000 C CNN +F 2 "" H 3700 2600 60 0001 C CNN +F 3 "" H 3700 2600 60 0001 C CNN + 1 3700 2600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR042 +U 1 1 442A4D5F +P 3700 3800 +F 0 "#PWR042" H 3700 3800 30 0001 C CNN +F 1 "GND" H 3700 3730 30 0001 C CNN +F 2 "" H 3700 3800 60 0001 C CNN +F 3 "" H 3700 3800 60 0001 C CNN + 1 3700 3800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR043 +U 1 1 442A4D5E +P 4350 3500 +F 0 "#PWR043" H 4350 3500 30 0001 C CNN +F 1 "GND" H 4350 3430 30 0001 C CNN +F 2 "" H 4350 3500 60 0001 C CNN +F 3 "" H 4350 3500 60 0001 C CNN + 1 4350 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D5 +U 1 1 442A4D5D +P 3700 3550 +F 0 "D5" V 3750 3350 50 0000 C CNN +F 1 "BAT43" V 3650 3350 50 0000 C CNN +F 2 "Discret:D3" H 3700 3550 60 0001 C CNN +F 3 "" H 3700 3550 60 0001 C CNN + 1 3700 3550 + 0 -1 -1 0 +$EndComp +$Comp +L DIODESCH D4 +U 1 1 442A4D5C +P 3700 2850 +F 0 "D4" V 3750 2650 50 0000 C CNN +F 1 "BAT43" V 3650 2650 50 0000 C CNN +F 2 "Discret:D3" H 3700 2850 60 0001 C CNN +F 3 "" H 3700 2850 60 0001 C CNN + 1 3700 2850 + 0 -1 -1 0 +$EndComp +$Comp +L R R4 +U 1 1 442A4D5B +P 3000 3600 +F 0 "R4" V 3080 3600 50 0000 C CNN +F 1 "10K" V 3000 3600 50 0000 C CNN +F 2 "Discret:R4" H 3000 3600 60 0001 C CNN +F 3 "" H 3000 3600 60 0001 C CNN + 1 3000 3600 + 1 0 0 -1 +$EndComp +$Comp +L R R3 +U 1 1 442A4D5A +P 3350 3250 +F 0 "R3" V 3430 3250 50 0000 C CNN +F 1 "10K" V 3350 3250 50 0000 C CNN +F 2 "Discret:R4" H 3350 3250 60 0001 C CNN +F 3 "" H 3350 3250 60 0001 C CNN + 1 3350 3250 + 0 -1 -1 0 +$EndComp +$Comp +L 74LS125 U2 +U 2 1 442A4D59 +P 4350 3150 +F 0 "U2" H 4350 3400 50 0000 C BNN +F 1 "74HC125" H 4350 3350 50 0000 C TNN +F 2 "Sockets_DIP:DIP-10__300_ELL" H 4350 3150 60 0001 C CNN +F 3 "" H 4350 3150 60 0001 C CNN + 2 4350 3150 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR044 +U 1 1 442A4D41 +P 3750 700 +F 0 "#PWR044" H 3750 800 30 0001 C CNN +F 1 "VCC" H 3750 800 40 0000 C CNN +F 2 "" H 3750 700 60 0001 C CNN +F 3 "" H 3750 700 60 0001 C CNN + 1 3750 700 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR045 +U 1 1 442A4D3B +P 3750 1800 +F 0 "#PWR045" H 3750 1800 30 0001 C CNN +F 1 "GND" H 3750 1730 30 0001 C CNN +F 2 "" H 3750 1800 60 0001 C CNN +F 3 "" H 3750 1800 60 0001 C CNN + 1 3750 1800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR046 +U 1 1 442A4D38 +P 4300 1550 +F 0 "#PWR046" H 4300 1550 30 0001 C CNN +F 1 "GND" H 4300 1480 30 0001 C CNN +F 2 "" H 4300 1550 60 0001 C CNN +F 3 "" H 4300 1550 60 0001 C CNN + 1 4300 1550 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D3 +U 1 1 442A4D25 +P 3750 1600 +F 0 "D3" V 3800 1400 50 0000 C CNN +F 1 "BAT43" V 3700 1400 50 0000 C CNN +F 2 "Discret:D3" H 3750 1600 60 0001 C CNN +F 3 "" H 3750 1600 60 0001 C CNN + 1 3750 1600 + 0 -1 -1 0 +$EndComp +$Comp +L DIODESCH D2 +U 1 1 442A4D1B +P 3750 900 +F 0 "D2" V 3800 700 50 0000 C CNN +F 1 "BAT43" V 3700 700 50 0000 C CNN +F 2 "Discret:D3" H 3750 900 60 0001 C CNN +F 3 "" H 3750 900 60 0001 C CNN + 1 3750 900 + 0 -1 -1 0 +$EndComp +$Comp +L R R2 +U 1 1 442A4CFB +P 2900 1650 +F 0 "R2" H 2800 1850 50 0000 C CNN +F 1 "10K" V 2900 1650 50 0000 C CNN +F 2 "Discret:R4" H 2900 1650 60 0001 C CNN +F 3 "" H 2900 1650 60 0001 C CNN + 1 2900 1650 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 442A4CF4 +P 3400 1300 +F 0 "R1" V 3480 1300 50 0000 C CNN +F 1 "10K" V 3400 1300 50 0000 C CNN +F 2 "Discret:R4" H 3400 1300 60 0001 C CNN +F 3 "" H 3400 1300 60 0001 C CNN + 1 3400 1300 + 0 -1 -1 0 +$EndComp +$Comp +L 74LS125 U2 +U 1 1 442A4CC8 +P 4300 1200 +F 0 "U2" H 4300 1500 50 0000 C BNN +F 1 "74HC125" H 4300 1450 50 0000 C TNN +F 2 "Sockets_DIP:DIP-10__300_ELL" H 4300 1200 60 0001 C CNN +F 3 "" H 4300 1200 60 0001 C CNN + 1 4300 1200 + 1 0 0 -1 +$EndComp +$Comp +L DB9 J1 +U 1 1 442A4C93 +P 1250 3600 +F 0 "J1" H 1250 3000 70 0000 C CNN +F 1 "DB9-FEMAL" H 1250 4200 70 0000 C CNN +F 2 "Connect:DB9FC" H 1250 3600 60 0001 C CNN +F 3 "" H 1250 3600 60 0001 C CNN + 1 1250 3600 + -1 0 0 1 +$EndComp +Wire Wire Line + 1700 4050 1700 4000 +Wire Wire Line + 2900 2000 2900 1900 +Wire Wire Line + 3200 5050 3200 5000 +Connection ~ 3900 4400 +Wire Wire Line + 3900 5050 3900 5000 +Wire Wire Line + 4550 4850 4550 4800 +Wire Wire Line + 3000 3850 3000 3900 +Wire Wire Line + 3900 3150 3700 3150 +Connection ~ 3700 3150 +Wire Wire Line + 3700 2600 3700 2650 +Wire Wire Line + 3700 3800 3700 3750 +Wire Wire Line + 4350 3450 4350 3500 +Wire Wire Line + 4150 2550 4150 2500 +Wire Wire Line + 6700 2200 6700 2400 +Wire Wire Line + 6700 2300 7100 2300 +Connection ~ 6700 2300 +Wire Wire Line + 4300 1550 4300 1500 +Wire Wire Line + 3750 1200 3850 1200 +Connection ~ 3750 1200 +Wire Wire Line + 3750 1300 3650 1300 +Wire Wire Line + 7900 1500 8400 1500 +Connection ~ 7900 1500 +Wire Wire Line + 7400 2750 7400 2800 +Wire Wire Line + 7900 3800 8900 3800 +Connection ~ 7400 3400 +Wire Wire Line + 7400 4500 7400 4600 +Wire Wire Line + 7400 4600 7100 4600 +Wire Wire Line + 7100 4600 7100 2300 +Wire Wire Line + 8300 2300 8300 2200 +Wire Wire Line + 6200 750 6700 750 +Connection ~ 6700 750 +Wire Wire Line + 6200 1500 6700 1500 +Connection ~ 6700 1500 +Wire Wire Line + 6700 2850 6700 2800 +Wire Wire Line + 7900 4900 7900 4950 +Wire Wire Line + 8400 5800 8400 5750 +Wire Wire Line + 9650 5750 9650 5800 +Wire Wire Line + 9150 5650 9150 5600 +Wire Wire Line + 1850 7200 1900 7200 +Wire Wire Line + 2450 7450 2100 7450 +Wire Wire Line + 2450 6800 2450 7450 +Wire Wire Line + 2450 7200 2400 7200 +Wire Wire Line + 1400 7450 1700 7450 +Wire Wire Line + 1400 6950 1400 7500 +Wire Wire Line + 1400 7200 1450 7200 +Wire Wire Line + 2150 6800 2450 6800 +Connection ~ 2450 7200 +Wire Wire Line + 1750 6800 1750 6950 +Wire Wire Line + 1750 6950 1400 6950 +Connection ~ 1400 7200 +$Comp +L GND #PWR047 +U 1 1 5510C3A9 +P 1600 6850 +F 0 "#PWR047" H 1600 6850 30 0001 C CNN +F 1 "GND" H 1600 6780 30 0001 C CNN +F 2 "" H 1600 6850 60 0000 C CNN +F 3 "" H 1600 6850 60 0000 C CNN + 1 1600 6850 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1600 6850 1600 6800 +$Comp +L GND #PWR048 +U 1 1 5510C540 +P 1400 7500 +F 0 "#PWR048" H 1400 7500 30 0001 C CNN +F 1 "GND" H 1400 7430 30 0001 C CNN +F 2 "" H 1400 7500 60 0000 C CNN +F 3 "" H 1400 7500 60 0000 C CNN + 1 1400 7500 + 1 0 0 -1 +$EndComp +Connection ~ 1400 7450 +Wire Wire Line + 1900 5350 2250 5350 +Connection ~ 1900 5350 +Wire Wire Line + 2850 5350 3000 5350 +Connection ~ 3000 5850 +Wire Wire Line + 3000 5350 3000 5850 +Wire Wire Line + 3600 6450 3600 6500 +Wire Wire Line + 3600 7000 3600 7050 +Wire Wire Line + 3600 5850 3600 5950 +Wire Wire Line + 2900 6350 3000 6350 +Wire Wire Line + 3000 6350 3000 6750 +Wire Wire Line + 3000 6750 3450 6750 +$Comp +L GND #PWR049 +U 1 1 5510EE04 +P 3600 7600 +F 0 "#PWR049" H 3600 7600 30 0001 C CNN +F 1 "GND" H 3600 7530 30 0001 C CNN +F 2 "" H 3600 7600 60 0001 C CNN +F 3 "" H 3600 7600 60 0001 C CNN + 1 3600 7600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3600 7600 3600 7550 +Wire Wire Line + 3950 5800 3950 6000 +Connection ~ 3950 5850 +Wire Wire Line + 3500 5850 3950 5850 +Wire Wire Line + 3700 5800 3700 5850 +Connection ~ 3700 5850 +$Comp +L GND #PWR050 +U 1 1 5510F50D +P 3950 6450 +F 0 "#PWR050" H 3950 6450 30 0001 C CNN +F 1 "GND" H 3950 6380 30 0001 C CNN +F 2 "" H 3950 6450 60 0000 C CNN +F 3 "" H 3950 6450 60 0000 C CNN + 1 3950 6450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3950 6450 3950 6400 +Wire Wire Line + 5350 1200 5800 1200 +Wire Wire Line + 5800 1200 5800 2600 +Wire Wire Line + 5800 2600 6400 2600 +Wire Wire Line + 1700 3700 2300 3700 +Wire Wire Line + 2300 3700 2300 2200 +Wire Wire Line + 2300 2200 3700 2200 +Wire Wire Line + 2400 3250 2400 3800 +Wire Wire Line + 2400 3800 1700 3800 +Wire Wire Line + 3800 4400 3900 4400 +Wire Wire Line + 4100 4500 3900 4500 +Wire Wire Line + 7600 1200 7300 1200 +Wire Wire Line + 7300 1200 7300 1400 +Wire Wire Line + 7300 1400 6700 1400 +$EndSCHEMATC diff --git a/demos/flat_hierarchy/pic_sockets.sch b/demos/flat_hierarchy/pic_sockets.sch new file mode 100644 index 0000000..d64692f --- /dev/null +++ b/demos/flat_hierarchy/pic_sockets.sch @@ -0,0 +1,485 @@ +EESchema Schematic File Version 2 +LIBS:flat_hierarchy_schlib +LIBS:flat_hierarchy-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 3 +Title "JDM - COM84 PIC Programmer with 13V DC/DC converter" +Date "Sun 22 Mar 2015" +Rev "3" +Comp "KiCad" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text GLabel 1500 3500 0 60 Input ~ 0 +VPP-MCLR +Text GLabel 10150 1500 2 55 Input ~ 0 +CLOCK-RB6 +Text GLabel 10150 1600 2 55 Input ~ 0 +DATA-RB7 +Text GLabel 1500 2500 0 60 Input ~ 0 +VCC_PIC +Text Label 2000 2500 0 60 ~ 0 +VCC_PIC +Text Label 1900 3500 0 60 ~ 0 +VPP-MCLR +Wire Wire Line + 1650 2500 1650 6600 +Wire Wire Line + 1500 2500 2550 2500 +Wire Wire Line + 8900 2250 9800 2250 +Wire Wire Line + 8900 2150 9700 2150 +Wire Wire Line + 6700 2150 7700 2150 +Connection ~ 2350 1300 +Wire Wire Line + 2350 1300 2550 1300 +Connection ~ 2350 1400 +Wire Wire Line + 2350 1200 2350 1450 +Wire Wire Line + 2350 1200 2550 1200 +Wire Wire Line + 2550 1400 2350 1400 +Wire Wire Line + 3950 1600 10150 1600 +Wire Wire Line + 3950 1500 10150 1500 +Wire Wire Line + 9800 4100 8900 4100 +Wire Wire Line + 9700 4000 8900 4000 +Wire Wire Line + 6700 4000 7700 4000 +Wire Wire Line + 2500 4850 2300 4850 +Wire Wire Line + 4900 5150 4050 5150 +Wire Wire Line + 2500 4700 1750 4700 +Wire Wire Line + 4000 3200 4900 3200 +Wire Wire Line + 4000 2800 4800 2800 +Wire Wire Line + 1500 3500 2550 3500 +Wire Wire Line + 2300 4850 2300 4900 +Wire Wire Line + 4050 4850 5000 4850 +Wire Wire Line + 8900 2950 9900 2950 +Wire Wire Line + 8900 4800 9900 4800 +Wire Wire Line + 7700 5000 6900 5000 +Wire Wire Line + 1650 6500 2200 6500 +Wire Wire Line + 2200 6500 2200 6600 +$Comp +L GND #PWR01 +U 1 1 4639BE2E +P 2200 7050 +F 0 "#PWR01" H 2200 7050 30 0001 C CNN +F 1 "GND" H 2200 6980 30 0001 C CNN +F 2 "" H 2200 7050 60 0001 C CNN +F 3 "" H 2200 7050 60 0001 C CNN + 1 2200 7050 + 1 0 0 -1 +$EndComp +$Comp +L C C8 +U 1 1 4639BE2C +P 2200 6800 +F 0 "C8" H 2250 6900 50 0000 L CNN +F 1 "100nF" H 2250 6700 50 0000 L CNN +F 2 "Discret:C1-1" H 2200 6800 60 0001 C CNN +F 3 "" H 2200 6800 60 0001 C CNN + 1 2200 6800 + 1 0 0 -1 +$EndComp +Text Label 6900 5000 0 60 ~ 0 +VCC_PIC +Text Label 9150 4800 0 60 ~ 0 +VCC_PIC +Text Label 9150 2950 0 60 ~ 0 +VCC_PIC +$Comp +L GND #PWR02 +U 1 1 442A8794 +P 7700 5100 +F 0 "#PWR02" H 7700 5100 30 0001 C CNN +F 1 "GND" H 7700 5030 30 0001 C CNN +F 2 "" H 7700 5100 60 0001 C CNN +F 3 "" H 7700 5100 60 0001 C CNN + 1 7700 5100 + 0 1 1 0 +$EndComp +Text Label 4300 4850 0 60 ~ 0 +VCC_PIC +$Comp +L GND #PWR03 +U 1 1 443CCA5D +P 7700 4700 +F 0 "#PWR03" H 7700 4700 30 0001 C CNN +F 1 "GND" H 7700 4630 30 0001 C CNN +F 2 "" H 7700 4700 60 0001 C CNN +F 3 "" H 7700 4700 60 0001 C CNN + 1 7700 4700 + 0 1 1 0 +$EndComp +NoConn ~ 7700 3150 +NoConn ~ 8900 3450 +NoConn ~ 8900 3350 +NoConn ~ 8900 3250 +NoConn ~ 8900 3150 +NoConn ~ 8900 2850 +NoConn ~ 8900 2750 +NoConn ~ 8900 2650 +NoConn ~ 8900 2550 +NoConn ~ 8900 2450 +NoConn ~ 8900 2350 +NoConn ~ 7700 3450 +NoConn ~ 7700 3350 +NoConn ~ 7700 3250 +NoConn ~ 7700 3050 +NoConn ~ 7700 2950 +NoConn ~ 7700 2750 +NoConn ~ 7700 2650 +NoConn ~ 7700 2550 +NoConn ~ 7700 2450 +NoConn ~ 7700 2350 +NoConn ~ 7700 2250 +$Comp +L GND #PWR04 +U 1 1 443697C7 +P 8900 3050 +F 0 "#PWR04" H 8900 3050 30 0001 C CNN +F 1 "GND" H 8900 2980 30 0001 C CNN +F 2 "" H 8900 3050 60 0001 C CNN +F 3 "" H 8900 3050 60 0001 C CNN + 1 8900 3050 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR05 +U 1 1 443697C3 +P 7700 2850 +F 0 "#PWR05" H 7700 2850 30 0001 C CNN +F 1 "GND" H 7700 2780 30 0001 C CNN +F 2 "" H 7700 2850 60 0001 C CNN +F 3 "" H 7700 2850 60 0001 C CNN + 1 7700 2850 + 0 1 1 0 +$EndComp +Text Label 9050 2250 0 60 ~ 0 +CLOCK-RB6 +Text Label 9050 2150 0 60 ~ 0 +DATA-RB7 +Text Label 7050 2150 0 60 ~ 0 +VPP-MCLR +$Comp +L SUPP28 P2 +U 1 1 4436967E +P 8300 2800 +F 0 "P2" H 8300 3600 70 0000 C CNN +F 1 "SUPP28" H 8300 1950 70 0000 C CNN +F 2 "Sockets_DIP:DIP-28__300_ELL" H 8300 2800 60 0001 C CNN +F 3 "" H 8300 2800 60 0001 C CNN + 1 8300 2800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR06 +U 1 1 442AA147 +P 1650 7050 +F 0 "#PWR06" H 1650 7050 30 0001 C CNN +F 1 "GND" H 1650 6980 30 0001 C CNN +F 2 "" H 1650 7050 60 0001 C CNN +F 3 "" H 1650 7050 60 0001 C CNN + 1 1650 7050 + 1 0 0 -1 +$EndComp +$Comp +L C C7 +U 1 1 442AA145 +P 1650 6800 +F 0 "C7" H 1700 6900 50 0000 L CNN +F 1 "100nF" H 1700 6700 50 0000 L CNN +F 2 "Discret:C1-1" H 1650 6800 60 0001 C CNN +F 3 "" H 1650 6800 60 0001 C CNN + 1 1650 6800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR07 +U 1 1 442AA138 +P 2750 7050 +F 0 "#PWR07" H 2750 7050 30 0001 C CNN +F 1 "GND" H 2750 6980 30 0001 C CNN +F 2 "" H 2750 7050 60 0001 C CNN +F 3 "" H 2750 7050 60 0001 C CNN + 1 2750 7050 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR08 +U 1 1 442AA134 +P 2750 6600 +F 0 "#PWR08" H 2750 6700 30 0001 C CNN +F 1 "VCC" H 2750 6700 40 0000 C CNN +F 2 "" H 2750 6600 60 0001 C CNN +F 3 "" H 2750 6600 60 0001 C CNN + 1 2750 6600 + 1 0 0 -1 +$EndComp +$Comp +L C C6 +U 1 1 442AA12B +P 2750 6800 +F 0 "C6" H 2800 6900 50 0000 L CNN +F 1 "100nF" H 2800 6700 50 0000 L CNN +F 2 "Discret:C1-1" H 2750 6800 60 0001 C CNN +F 3 "" H 2750 6800 60 0001 C CNN + 1 2750 6800 + 1 0 0 -1 +$EndComp +NoConn ~ 8900 5900 +NoConn ~ 8900 5800 +NoConn ~ 8900 5700 +NoConn ~ 8900 5600 +NoConn ~ 8900 5500 +NoConn ~ 8900 5400 +NoConn ~ 8900 5300 +NoConn ~ 8900 5200 +NoConn ~ 8900 5100 +NoConn ~ 8900 5000 +NoConn ~ 8900 4700 +NoConn ~ 8900 4600 +NoConn ~ 8900 4500 +NoConn ~ 8900 4400 +NoConn ~ 8900 4300 +NoConn ~ 8900 4200 +NoConn ~ 7700 5900 +NoConn ~ 7700 5800 +NoConn ~ 7700 5700 +NoConn ~ 7700 5600 +NoConn ~ 7700 5500 +NoConn ~ 7700 5400 +NoConn ~ 7700 5300 +NoConn ~ 7700 5200 +NoConn ~ 7700 4900 +NoConn ~ 7700 4800 +NoConn ~ 7700 4600 +NoConn ~ 7700 4500 +NoConn ~ 7700 4400 +NoConn ~ 7700 4300 +NoConn ~ 7700 4200 +NoConn ~ 7700 4100 +$Comp +L GND #PWR09 +U 1 1 442A896A +P 8900 4900 +F 0 "#PWR09" H 8900 4900 30 0001 C CNN +F 1 "GND" H 8900 4830 30 0001 C CNN +F 2 "" H 8900 4900 60 0001 C CNN +F 3 "" H 8900 4900 60 0001 C CNN + 1 8900 4900 + 0 -1 -1 0 +$EndComp +$Comp +L SUPP40 P3 +U 1 1 442A88ED +P 8300 4950 +F 0 "P3" H 8300 6050 70 0000 C CNN +F 1 "SUPP40" H 8300 3800 70 0000 C CNN +F 2 "Sockets_DIP:DIP-40__600_ELL" H 8300 4950 60 0001 C CNN +F 3 "" H 8300 4950 60 0001 C CNN + 1 8300 4950 + 1 0 0 -1 +$EndComp +NoConn ~ 3950 1300 +$Comp +L GND #PWR010 +U 1 1 442A8838 +P 2350 1450 +F 0 "#PWR010" H 2350 1450 30 0001 C CNN +F 1 "GND" H 2350 1380 30 0001 C CNN +F 2 "" H 2350 1450 60 0001 C CNN +F 3 "" H 2350 1450 60 0001 C CNN + 1 2350 1450 + 1 0 0 -1 +$EndComp +Text Label 4100 1600 0 60 ~ 0 +DATA-RB7 +Text Label 4100 1500 0 60 ~ 0 +CLOCK-RB6 +$Comp +L 24C16 U1 +U 1 1 442A87F7 +P 3250 1400 +F 0 "U1" H 3400 1750 60 0000 C CNN +F 1 "24Cxx" H 3450 1050 60 0000 C CNN +F 2 "Sockets_DIP:DIP-8__300_ELL" H 3250 1400 60 0001 C CNN +F 3 "" H 3250 1400 60 0001 C CNN + 1 3250 1400 + 1 0 0 -1 +$EndComp +Text Label 9050 4100 0 60 ~ 0 +CLOCK-RB6 +Text Label 9050 4000 0 60 ~ 0 +DATA-RB7 +Text Label 7050 4000 0 60 ~ 0 +VPP-MCLR +NoConn ~ 2500 4400 +NoConn ~ 4050 5450 +NoConn ~ 4050 5300 +NoConn ~ 4050 4550 +NoConn ~ 4050 4700 +NoConn ~ 4050 4400 +NoConn ~ 4050 4250 +NoConn ~ 2500 5450 +NoConn ~ 2500 5300 +NoConn ~ 2500 5150 +NoConn ~ 2500 5000 +NoConn ~ 2500 4550 +NoConn ~ 2500 4250 +$Comp +L PIC16F54 U5 +U 1 1 442A81A7 +P 3300 4850 +F 0 "U5" H 3300 5600 60 0000 C CNN +F 1 "PIC_18_PINS" H 3300 4050 60 0000 C CNN +F 2 "Sockets_DIP:DIP-18__300_ELL" H 3300 4850 60 0001 C CNN +F 3 "" H 3300 4850 60 0001 C CNN + 1 3300 4850 + 1 0 0 -1 +$EndComp +NoConn ~ 4000 3500 +NoConn ~ 2550 3200 +NoConn ~ 2550 2800 +Text Label 4200 5150 0 60 ~ 0 +CLOCK-RB6 +Text Label 4200 5000 0 60 ~ 0 +DATA-RB7 +Text Label 1850 4700 0 60 ~ 0 +VPP-MCLR +Text Label 4150 3200 0 60 ~ 0 +CLOCK-RB6 +Text Label 4150 2800 0 60 ~ 0 +DATA-RB7 +$Comp +L GND #PWR011 +U 1 1 442A820F +P 2300 4900 +F 0 "#PWR011" H 2300 4900 30 0001 C CNN +F 1 "GND" H 2300 4830 30 0001 C CNN +F 2 "" H 2300 4900 60 0001 C CNN +F 3 "" H 2300 4900 60 0001 C CNN + 1 2300 4900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR012 +U 1 1 442A8205 +P 4000 2500 +F 0 "#PWR012" H 4000 2500 30 0001 C CNN +F 1 "GND" H 4000 2430 30 0001 C CNN +F 2 "" H 4000 2500 60 0001 C CNN +F 3 "" H 4000 2500 60 0001 C CNN + 1 4000 2500 + 0 -1 -1 0 +$EndComp +$Comp +L PIC12C508A U6 +U 1 1 442A81A5 +P 3300 3000 +F 0 "U6" H 3250 3700 60 0000 C CNN +F 1 "PIC_8_PINS" H 3300 2300 60 0000 C CNN +F 2 "Sockets_DIP:DIP-8__300_ELL" H 3300 3000 60 0001 C CNN +F 3 "" H 3300 3000 60 0001 C CNN + 1 3300 3000 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR013 +U 1 1 53B84749 +P 3250 900 +F 0 "#PWR013" H 3250 1000 30 0001 C CNN +F 1 "VCC" H 3250 1000 40 0000 C CNN +F 2 "" H 3250 900 60 0001 C CNN +F 3 "" H 3250 900 60 0001 C CNN + 1 3250 900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR014 +U 1 1 53B847AC +P 3250 1900 +F 0 "#PWR014" H 3250 1900 30 0001 C CNN +F 1 "GND" H 3250 1830 30 0001 C CNN +F 2 "" H 3250 1900 60 0001 C CNN +F 3 "" H 3250 1900 60 0001 C CNN + 1 3250 1900 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4800 1600 4800 5000 +Connection ~ 4800 5000 +Connection ~ 4800 2800 +Wire Wire Line + 4800 5000 4050 5000 +Wire Wire Line + 4900 1500 4900 5150 +Connection ~ 4900 3200 +Wire Wire Line + 9800 1500 9800 4100 +Connection ~ 4900 1500 +Connection ~ 9800 2250 +Wire Wire Line + 9700 1600 9700 4000 +Connection ~ 4800 1600 +Connection ~ 9700 2150 +Wire Wire Line + 9900 2950 9900 6200 +Wire Wire Line + 5000 4850 5000 6200 +Wire Wire Line + 9900 6200 1650 6200 +Connection ~ 9900 4800 +Wire Wire Line + 1750 3500 1750 6100 +Connection ~ 5000 6200 +Connection ~ 1650 2500 +Wire Wire Line + 1750 6100 6700 6100 +Wire Wire Line + 6700 6100 6700 2150 +Connection ~ 1750 4700 +Connection ~ 6700 4000 +Wire Wire Line + 6900 5000 6900 6200 +Connection ~ 6900 6200 +Text Label 3000 6200 0 60 ~ 0 +VCC_PIC +Text Label 2950 6100 0 60 ~ 0 +VPP-MCLR +Connection ~ 1650 6200 +Connection ~ 1650 6500 +Connection ~ 9700 1600 +Connection ~ 9800 1500 +Connection ~ 1750 3500 +Wire Wire Line + 2750 7000 2750 7050 +Wire Wire Line + 2200 7000 2200 7050 +Wire Wire Line + 1650 7000 1650 7050 +$EndSCHEMATC diff --git a/demos/interf_u/image.lib b/demos/interf_u/image.lib new file mode 100644 index 0000000..78b8ff8 --- /dev/null +++ b/demos/interf_u/image.lib @@ -0,0 +1,19 @@ +EESchema-LIBRARY Version 2.3 +# +# LOGO +# pixmap size w = 229, h = 270 +# +DEF LOGO G 0 40 Y Y 1 F N +F0 "#G" 0 -420 60 H I C CNN +F1 "LOGO" 0 420 60 H I C CNN +DRAW +P 5 0 0 1 -378 -451 -376 446 385 448 -380 450 -378 -451 F +P 390 0 0 1 163 -413 163 -413 178 -412 189 -410 200 -404 214 -393 236 -374 260 -355 292 -336 295 -335 320 -319 337 -304 343 -292 342 -288 340 -289 335 -298 327 -303 326 -303 319 -308 312 -313 296 -322 276 -332 256 -340 240 -346 232 -349 225 -353 219 -357 204 -364 187 -370 173 -373 166 -372 158 -369 148 -357 147 -357 140 -345 137 -333 136 -315 136 -288 137 -268 136 -251 131 -235 128 -221 126 -201 125 -189 123 -181 123 -181 120 -187 120 -204 119 -211 119 -236 115 -253 109 -266 97 -279 92 -284 51 -312 7 -328 -40 -332 -63 -329 -85 -320 -101 -303 -112 -288 -99 -282 -98 -282 -84 -271 -82 -256 -82 -256 -85 -247 -93 -237 -108 -223 -131 -204 -149 -190 -166 -175 -176 -165 -181 -157 -183 -149 -183 -137 -181 -115 -178 -92 -178 -91 -172 -71 -161 -46 -149 -20 -137 1 -127 14 -123 17 -119 24 -122 33 -124 39 -124 48 -118 62 -109 80 -97 100 -97 101 -88 118 -87 129 -88 139 -86 141 -86 200 -93 210 -95 221 -96 239 -96 242 -94 257 -86 270 -78 278 -73 283 -69 280 -59 272 -54 267 -45 249 -47 231 -52 222 -54 234 -55 241 -63 255 -74 259 -84 252 -89 237 -83 217 -79 210 -78 203 -79 201 -86 200 -86 141 -83 142 -73 134 -63 126 -47 115 -41 113 -41 133 -48 136 -48 136 -45 139 -41 138 -41 147 -61 149 -73 157 -74 159 -71 172 -64 189 -62 193 -60 201 -58 204 -49 213 -47 215 -36 221 -22 222 -12 222 -12 220 -13 220 -19 216 -13 211 -12 211 -3 211 -1 216 -2 219 4 218 23 209 24 209 39 202 47 199 49 199 49 203 42 206 46 215 52 227 51 244 43 257 30 263 23 260 13 249 9 232 9 218 3 226 -5 242 -4 258 7 270 14 274 31 281 41 284 47 282 48 282 53 273 53 271 59 262 64 256 68 238 65 218 61 208 53 204 49 203 49 199 50 199 60 193 65 188 64 182 61 180 56 182 56 183 51 185 41 180 23 169 8 160 -10 152 -15 151 -41 147 -41 138 -38 136 -38 136 -41 133 -41 113 -39 113 -22 111 -2 117 23 131 32 137 51 147 62 149 68 142 69 138 76 124 85 106 88 99 98 75 105 54 111 35 120 19 138 -9 151 -45 153 -56 157 -89 158 -122 156 -149 155 -156 154 -168 156 -173 157 -174 158 -181 153 -196 153 -197 148 -211 148 -221 151 -232 152 -233 165 -250 185 -258 207 -255 207 -255 220 -247 233 -234 245 -221 249 -212 252 -203 259 -188 261 -184 273 -151 276 -112 269 -68 252 -16 241 9 228 32 210 54 208 57 178 97 151 146 141 170 134 196 133 226 133 241 128 292 117 332 98 363 71 386 34 403 17 408 -19 410 -54 400 -63 395 -88 377 -105 350 -114 331 -114 128 -126 109 -131 101 -145 82 -161 62 -162 61 -177 42 -188 23 -198 1 -208 -28 -210 -34 -220 -59 -229 -79 -231 -81 -240 -97 -246 -108 -248 -114 -251 -130 -252 -147 -250 -157 -248 -164 -253 -176 -263 -190 -276 -197 -297 -200 -299 -201 -315 -203 -324 -206 -329 -212 -333 -230 -332 -260 -332 -262 -330 -281 -331 -294 -336 -309 -340 -325 -342 -345 -336 -356 -321 -361 -308 -364 -289 -370 -271 -375 -249 -381 -219 -389 -171 -406 -161 -409 -161 -372 -187 -366 -204 -362 -219 -358 -222 -358 -240 -355 -263 -351 -285 -347 -303 -343 -313 -341 -317 -338 -321 -326 -317 -313 -316 -312 -314 -296 -314 -271 -318 -239 -318 -236 -317 -222 -308 -215 -289 -213 -269 -211 -250 -200 -242 -180 -239 -171 -229 -160 -217 -158 -209 -162 -193 -179 -173 -206 -148 -246 -112 -304 -115 -324 -116 -335 -124 -357 -136 -370 -141 -371 -161 -372 -161 -409 -154 -411 -132 -413 -115 -409 -109 -405 -97 -396 -90 -390 -82 -386 -82 -386 -74 -381 -72 -380 -58 -376 -33 -374 0 -373 38 -374 65 -375 86 -377 99 -379 106 -383 110 -388 114 -394 125 -404 133 -409 145 -412 163 -413 F +P 5 0 0 1 338 -280 338 -276 334 -273 335 -276 338 -280 F +P 5 0 0 1 328 -273 330 -271 328 -270 326 -271 328 -273 F +P 5 0 0 1 321 -270 323 -268 321 -266 320 -268 321 -270 F +P 9 0 0 1 312 -263 311 -261 305 -253 299 -247 293 -243 294 -245 301 -253 307 -259 312 -263 F +P 5 0 0 1 292 -240 291 -236 287 -233 288 -236 292 -240 F +P 7 0 0 1 281 -217 282 -217 282 -216 282 -202 281 -201 280 -210 281 -217 F +ENDDRAW +ENDDEF diff --git a/demos/interf_u/image.mod b/demos/interf_u/image.mod new file mode 100644 index 0000000..8ed21c5 --- /dev/null +++ b/demos/interf_u/image.mod @@ -0,0 +1,432 @@ +PCBNEW-LibModule-V1 +$INDEX +LOGO +$EndINDEX +# +# LOGO +# pixmap w = 229, h = 270 +# +$MODULE LOGO +Po 0 0 0 15 00000000 00000000 ~~ +T0 0 4800 600 600 0 120 N I 21 "G***" +T1 0 -4800 600 600 0 120 N I 21 "LOGO" +DP 0 0 0 0 5 1 21 +Dl -3783 4516 +Dl -3766 -4466 +Dl 3850 -4483 +Dl -3800 -4500 +Dl -3783 4516 +DP 0 0 0 0 374 1 21 +Dl 1586 4128 +Dl 1741 4127 +Dl 1914 4087 +Dl 2086 3984 +Dl 2299 3797 +Dl 2405 3706 +Dl 2593 3565 +Dl 2790 3434 +Dl 2958 3337 +Dl 3061 3300 +Dl 3100 3266 +Dl 3141 3233 +Dl 3183 3218 +Dl 3268 3162 +Dl 3338 3098 +Dl 3343 3067 +Dl 3281 3102 +Dl 3276 3107 +Dl 3189 3159 +Dl 3027 3244 +Dl 2829 3342 +Dl 2634 3436 +Dl 2479 3505 +Dl 2402 3533 +Dl 2382 3539 +Dl 2296 3595 +Dl 2249 3627 +Dl 2059 3716 +Dl 1845 3777 +Dl 1678 3788 +Dl 1640 3780 +Dl 1454 3667 +Dl 1338 3469 +Dl 1319 3353 +Dl 1305 3143 +Dl 1299 2894 +Dl 1299 2844 +Dl 1294 2599 +Dl 1279 2454 +Dl 1251 2381 +Dl 1236 2362 +Dl 1207 2349 +Dl 1201 2444 +Dl 1189 2532 +Dl 1134 2627 +Dl 1008 2763 +Dl 936 2831 +Dl 528 3122 +Dl 80 3288 +Dl -401 3325 +Dl -608 3301 +Dl -844 3210 +Dl -1024 3038 +Dl -1134 2893 +Dl -992 2821 +Dl -954 2801 +Dl -865 2731 +Dl -839 2625 +Dl -837 2569 +Dl -862 2466 +Dl -947 2359 +Dl -1116 2214 +Dl -1179 2163 +Dl -1377 2002 +Dl -1579 1835 +Dl -1841 1616 +Dl -1824 1266 +Dl -1819 1172 +Dl -1786 912 +Dl -1724 699 +Dl -1692 618 +Dl -1583 370 +Dl -1465 134 +Dl -1367 -33 +Dl -1364 -38 +Dl -1314 -165 +Dl -1273 -345 +Dl -1257 -430 +Dl -1191 -626 +Dl -1068 -856 +Dl -980 -1011 +Dl -917 -1160 +Dl -900 -1283 +Dl -888 -1401 +Dl -868 -1420 +Dl -868 -1985 +Dl -915 -2076 +Dl -948 -2201 +Dl -966 -2388 +Dl -966 -2389 +Dl -948 -2566 +Dl -878 -2706 +Dl -813 -2784 +Dl -737 -2832 +Dl -721 -2830 +Dl -620 -2763 +Dl -512 -2643 +Dl -448 -2523 +Dl -443 -2483 +Dl -468 -2328 +Dl -511 -2224 +Dl -552 -2363 +Dl -560 -2387 +Dl -644 -2554 +Dl -745 -2602 +Dl -848 -2525 +Dl -897 -2371 +Dl -830 -2170 +Dl -817 -2147 +Dl -781 -2061 +Dl -813 -2005 +Dl -825 -1993 +Dl -868 -1985 +Dl -868 -1420 +Dl -836 -1450 +Dl -745 -1373 +Dl -541 -1197 +Dl -400 -1160 +Dl -400 -1304 +Dl -476 -1320 +Dl -477 -1322 +Dl -491 -1381 +Dl -476 -1382 +Dl -476 -1470 +Dl -650 -1498 +Dl -674 -1510 +Dl -778 -1593 +Dl -786 -1603 +Dl -817 -1655 +Dl -801 -1727 +Dl -730 -1867 +Dl -632 -2020 +Dl -543 -2102 +Dl -518 -2114 +Dl -466 -2178 +Dl -459 -2204 +Dl -368 -2255 +Dl -216 -2267 +Dl -52 -2234 +Dl 2 -2214 +Dl 26 -2228 +Dl -18 -2327 +Dl -40 -2384 +Dl -60 -2540 +Dl -51 -2589 +Dl 0 -2668 +Dl 133 -2759 +Dl 241 -2816 +Dl 411 -2854 +Dl 513 -2783 +Dl 528 -2757 +Dl 606 -2639 +Dl 638 -2586 +Dl 684 -2413 +Dl 677 -2232 +Dl 622 -2090 +Dl 526 -2032 +Dl 520 -2031 +Dl 483 -2021 +Dl 558 -1983 +Dl 616 -1953 +Dl 662 -1883 +Dl 647 -1744 +Dl 641 -1722 +Dl 532 -1594 +Dl 324 -1498 +Dl 305 -1493 +Dl 235 -1496 +Dl 269 -1559 +Dl 399 -1666 +Dl 517 -1756 +Dl 565 -1808 +Dl 552 -1831 +Dl 457 -1806 +Dl 266 -1699 +Dl 248 -1688 +Dl 55 -1585 +Dl -114 -1516 +Dl -250 -1485 +Dl -476 -1470 +Dl -476 -1382 +Dl -391 -1393 +Dl -338 -1384 +Dl -283 -1349 +Dl -309 -1323 +Dl -400 -1304 +Dl -400 -1160 +Dl -275 -1128 +Dl -171 -1130 +Dl -63 -1156 +Dl 68 -1224 +Dl 266 -1351 +Dl 418 -1450 +Dl 539 -1507 +Dl 623 -1484 +Dl 704 -1367 +Dl 815 -1145 +Dl 903 -954 +Dl 1000 -716 +Dl 1059 -536 +Dl 1100 -405 +Dl 1224 -170 +Dl 1308 -54 +Dl 1383 67 +Dl 1438 197 +Dl 1522 510 +Dl 1576 870 +Dl 1593 1222 +Dl 1567 1512 +Dl 1544 1668 +Dl 1563 1731 +Dl 1584 1788 +Dl 1572 1958 +Dl 1560 2157 +Dl 1608 2331 +Dl 1733 2423 +Dl 1883 2459 +Dl 2126 2431 +Dl 2335 2277 +Dl 2391 2209 +Dl 2531 1991 +Dl 2657 1745 +Dl 2733 1537 +Dl 2762 1168 +Dl 2694 707 +Dl 2526 166 +Dl 2414 -95 +Dl 2261 -352 +Dl 2042 -630 +Dl 2039 -634 +Dl 1815 -939 +Dl 1598 -1302 +Dl 1431 -1655 +Dl 1399 -1737 +Dl 1356 -1884 +Dl 1337 -2043 +Dl 1332 -2275 +Dl 1326 -2501 +Dl 1263 -3000 +Dl 1132 -3390 +Dl 1008 -3600 +Dl 817 -3793 +Dl 541 -3955 +Dl 354 -4037 +Dl 194 -4077 +Dl -19 -4093 +Dl -97 -4097 +Dl -266 -4095 +Dl -392 -4069 +Dl -541 -4006 +Dl -702 -3920 +Dl -910 -3735 +Dl -1069 -3466 +Dl -1169 -3249 +Dl -1150 -1249 +Dl -1325 -996 +Dl -1358 -949 +Dl -1522 -731 +Dl -1678 -538 +Dl -1734 -472 +Dl -1828 -347 +Dl -1902 -210 +Dl -1976 -24 +Dl -2068 250 +Dl -2214 634 +Dl -2433 1050 +Dl -2487 1173 +Dl -2523 1386 +Dl -2501 1563 +Dl -2490 1592 +Dl -2485 1678 +Dl -2546 1795 +Dl -2570 1831 +Dl -2659 1933 +Dl -2776 1984 +Dl -2975 2008 +Dl -2990 2009 +Dl -3154 2033 +Dl -3249 2066 +Dl -3281 2100 +Dl -3337 2285 +Dl -3323 2581 +Dl -3306 2722 +Dl -3308 2881 +Dl -3348 3059 +Dl -3393 3229 +Dl -3424 3383 +Dl -3419 3473 +Dl -3382 3534 +Dl -3358 3556 +Dl -3265 3600 +Dl -3252 3601 +Dl -3135 3627 +Dl -2962 3678 +Dl -2944 3684 +Dl -2724 3749 +Dl -2533 3800 +Dl -2391 3837 +Dl -2145 3908 +Dl -1912 3984 +Dl -1750 4046 +Dl -1700 4068 +Dl -1600 4109 +Dl -1550 4119 +Dl -1550 3783 +Dl -1727 3764 +Dl -1907 3729 +Dl -2022 3690 +Dl -2031 3686 +Dl -2142 3655 +Dl -2332 3617 +Dl -2555 3579 +Dl -2766 3550 +Dl -2913 3526 +Dl -3105 3479 +Dl -3206 3434 +Dl -3287 3323 +Dl -3247 3161 +Dl -3225 3111 +Dl -3209 3031 +Dl -3208 2908 +Dl -3222 2711 +Dl -3252 2413 +Dl -3262 2297 +Dl -3249 2202 +Dl -3195 2135 +Dl -3168 2112 +Dl -3081 2074 +Dl -2933 2076 +Dl -2752 2073 +Dl -2597 1997 +Dl -2485 1818 +Dl -2462 1769 +Dl -2348 1613 +Dl -2206 1566 +Dl -2169 1579 +Dl -2053 1669 +Dl -1908 1817 +Dl -1763 1989 +Dl -1651 2152 +Dl -1584 2266 +Dl -1463 2467 +Dl -1327 2690 +Dl -1219 2874 +Dl -1100 3138 +Dl -1071 3345 +Dl -1130 3521 +Dl -1276 3693 +Dl -1322 3727 +Dl -1470 3782 +Dl -1550 3783 +Dl -1550 4119 +Dl -1512 4126 +Dl -1332 4126 +Dl -1180 4098 +Dl -1108 4061 +Dl -976 3965 +Dl -901 3905 +Dl -829 3866 +Dl -823 3866 +Dl -748 3819 +Dl -729 3806 +Dl -585 3769 +Dl -337 3745 +Dl -7 3736 +Dl 382 3744 +Dl 646 3756 +Dl 865 3773 +Dl 997 3797 +Dl 1066 3832 +Dl 1100 3883 +Dl 1140 3955 +Dl 1313 4075 +Dl 1586 4128 +DP 0 0 0 0 5 1 21 +Dl 3050 2566 +Dl 3066 2550 +Dl 3050 2533 +Dl 3033 2550 +Dl 3050 2566 +DP 0 0 0 0 7 1 21 +Dl 2811 2149 +Dl 2823 2141 +Dl 2826 2124 +Dl 2822 2007 +Dl 2813 2000 +Dl 2808 2083 +Dl 2811 2149 +DP 0 0 0 0 14 1 21 +Dl 347 -2071 +Dl 464 -2154 +Dl 497 -2207 +Dl 530 -2389 +Dl 451 -2551 +Dl 403 -2590 +Dl 303 -2633 +Dl 232 -2607 +Dl 139 -2493 +Dl 100 -2337 +Dl 100 -2318 +Dl 125 -2186 +Dl 216 -2106 +Dl 347 -2071 +DP 0 0 0 0 7 1 21 +Dl -81 -2117 +Dl -33 -2168 +Dl -35 -2175 +Dl -100 -2199 +Dl -164 -2171 +Dl -125 -2123 +Dl -81 -2117 +$EndMODULE LOGO +$EndLIBRARY diff --git a/demos/interf_u/interf_u-cache.lib b/demos/interf_u/interf_u-cache.lib new file mode 100644 index 0000000..acfd150 --- /dev/null +++ b/demos/interf_u/interf_u-cache.lib @@ -0,0 +1,681 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 4003APG120 +# +DEF 4003APG120 U 0 40 Y Y 1 F N +F0 "U" 400 2800 70 H V C CNN +F1 "4003APG120" 0 -2850 70 H V C CNN +F2 "PGA120" 0 -2950 40 H V C CNN +F3 "" 400 2800 60 H V C CNN +ALIAS 4003PG120 +DRAW +S -800 -2700 800 2700 0 1 0 N +X NC A1 -1100 -300 300 R 60 60 1 1 P +X NC B1 -1100 200 300 R 60 60 1 1 P +X P/A12 C1 -1100 500 300 R 60 60 1 1 P +X P/A11 D1 -1100 700 300 R 60 60 1 1 P +X P E1 -1100 1000 300 R 60 60 1 1 P +X P/A9 F1 -1100 1100 300 R 60 60 1 1 P +X P/A8 G1 -1100 1200 300 R 60 60 1 1 P +X P/A7 H1 1100 2600 300 L 60 60 1 1 P +X P J1 1100 2400 300 L 60 60 1 1 P +X P/A5 K1 1100 2200 300 L 60 60 1 1 P +X P/A3 L1 1100 2000 300 L 60 60 1 1 P +X NC M1 1100 1700 300 L 60 60 1 1 P +X PGCK4/A1 N1 1100 1600 300 L 60 60 1 1 P +X NC A2 -1100 -400 300 R 60 60 1 1 P +X PGCK1/A16 B2 -1100 -100 300 R 60 60 1 1 P +X P/A14 C2 -1100 100 300 R 60 60 1 1 P +X P/A13 D2 -1100 400 300 R 60 60 1 1 P +X NC E2 -1100 600 300 R 60 60 1 1 P +X P F2 -1100 900 300 R 60 60 1 1 P +X GND G2 300 -2700 0 U 60 60 1 1 W N +X P/A6 H2 1100 2500 300 L 60 60 1 1 P +X P/A4 J2 1100 2100 300 L 60 60 1 1 P +X P/CS1/A2 K2 1100 1900 300 L 60 60 1 1 P +X P/A0/WS L2 1100 1500 300 L 60 60 1 1 P +X TDO M2 1100 1400 300 L 60 60 1 1 P +X DIN N2 -1100 2000 300 R 60 60 1 1 B +X NC A3 -1100 -700 300 R 60 60 1 1 P +X P/A17 B3 -1100 -200 300 R 60 60 1 1 P +X VCC C3 -300 2700 0 D 60 60 1 1 W N +X SGCK1 D3 -1100 0 300 R 60 60 1 1 P +X NC E3 -1100 300 300 R 60 60 1 1 P +X P/A10 F3 -1100 800 300 R 60 60 1 1 P +X P H3 1100 2300 300 L 60 60 1 1 P +X NC J3 1100 1800 300 L 60 60 1 1 P +X GND K3 200 -2700 0 U 60 60 1 1 W N +X VCC L3 100 2700 0 D 60 60 1 1 W N +X DOUT-SGKC4 M3 -1100 1900 300 R 60 60 1 1 O +X P/RCLK/BSY/RDY N3 1100 1100 300 L 60 60 1 1 P +X P A4 -1100 -900 300 R 60 60 1 1 P +X TCK B4 -1100 -600 300 R 60 60 1 1 P +X GND C4 -400 -2700 0 U 60 60 1 1 W N +X CCLK L4 -1100 1800 300 R 60 60 1 1 I C +X NC M4 1100 1200 300 L 60 60 1 1 P +X P N4 1100 900 300 L 60 60 1 1 P +X P A5 -1100 -1100 300 R 60 60 1 1 P +X TMS B5 -1100 -800 300 R 60 60 1 1 P +X TDI C5 -1100 -500 300 R 60 60 1 1 P +X NC L5 1100 1300 300 L 60 60 1 1 P +X P/D1 M5 1100 1000 300 L 60 60 1 1 P +X P N5 1100 600 300 L 60 60 1 1 P +X P A6 -1100 -1300 300 R 60 60 1 1 P +X P B6 -1100 -1200 300 R 60 60 1 1 P +X P C6 -1100 -1000 300 R 60 60 1 1 P +X P/D2 L6 1100 800 300 L 60 60 1 1 P +X P M6 1100 700 300 L 60 60 1 1 P +X P/RS N6 1100 500 300 L 60 60 1 1 P +X P A7 -1100 -1400 300 R 60 60 1 1 P +X GND B7 -300 -2700 0 U 60 60 1 1 W N +X GND L7 100 -2700 0 U 60 60 1 1 W N +X VCC M7 0 2700 0 D 60 60 1 1 W N +X P/D3 N7 1100 400 300 L 60 60 1 1 P +X P A8 -1100 -1500 300 R 60 60 1 1 P +X P B8 -1100 -1700 300 R 60 60 1 1 P +X P C8 -1100 -1800 300 R 60 60 1 1 P +X P L8 1100 0 300 L 60 60 1 1 P +X P/D4 M8 1100 200 300 L 60 60 1 1 P +X P N8 1100 300 300 L 60 60 1 1 P +X P A9 -1100 -1600 300 R 60 60 1 1 P +X P B9 -1100 -2000 300 R 60 60 1 1 P +X P C9 -1100 -2300 300 R 60 60 1 1 P +X NC L9 1100 -500 300 L 60 60 1 1 P +X P/D5 M9 1100 -200 300 L 60 60 1 1 P +X P N9 1100 100 300 L 60 60 1 1 P +X P A10 -1100 -1900 300 R 60 60 1 1 P +X NC B10 -1100 -2200 300 R 60 60 1 1 P +X GND C10 -200 -2700 0 U 60 60 1 1 W N +X VCC L10 -100 2700 0 D 60 60 1 1 W N +X P/D6 M10 1100 -400 300 L 60 60 1 1 P +X P/CS0 N10 1100 -100 300 L 60 60 1 1 P +X P A11 -1100 -2100 300 R 60 60 1 1 P +X M1 B11 -1100 2500 300 R 60 60 1 1 I +X M0 C11 -1100 2600 300 R 60 60 1 1 I +X VCC D11 -400 2700 0 D 60 60 1 1 W N +X NC E11 1100 -2600 300 L 60 60 1 1 P +X P F11 1100 -2200 300 L 60 60 1 1 P +X GND G11 -100 -2700 0 U 60 60 1 1 W N +X P H11 1100 -1500 300 L 60 60 1 1 P +X NC J11 1100 -1000 300 L 60 60 1 1 P +X GND K11 0 -2700 0 U 60 60 1 1 W N +X DONE L11 -1100 2100 300 R 60 60 1 1 O +X P/D7 M11 1100 -800 300 L 60 60 1 1 P +X P N11 1100 -300 300 L 60 60 1 1 P +X SGCK2 A12 -1100 -2400 300 R 60 60 1 1 P +X M2 B12 -1100 2400 300 R 60 60 1 1 B +X PGCK2 C12 -1100 -2500 300 R 60 60 1 1 P +X P D12 1100 -2500 300 L 60 60 1 1 P +X P E12 1100 -2400 300 L 60 60 1 1 P +X P F12 1100 -2000 300 L 60 60 1 1 B +X VCC G12 -200 2700 0 D 60 60 1 1 W N +X P H12 1100 -1600 300 L 60 60 1 1 P +X P J12 1100 -1300 300 L 60 60 1 1 P +X NC K12 1100 -1100 300 L 60 60 1 1 P +X SGCK3 L12 1100 -900 300 L 60 60 1 1 P +X PROG M12 -1100 2200 300 R 60 60 1 1 I I +X NC N12 1100 -600 300 L 60 60 1 1 P +X HDC A13 -1100 1600 300 R 60 60 1 1 O +X NC B13 -1100 -2600 300 R 60 60 1 1 P +X LDC C13 -1100 1500 300 R 60 60 1 1 O +X P D13 1100 -2300 300 L 60 60 1 1 P +X P E13 1100 -2100 300 L 60 60 1 1 P +X INIT F13 -1100 1700 300 R 60 60 1 1 B +X P G13 1100 -1900 300 L 60 60 1 1 P +X P H13 1100 -1800 300 L 60 60 1 1 P +X P J13 1100 -1700 300 L 60 60 1 1 P +X P K13 1100 -1400 300 L 60 60 1 1 P +X P L13 1100 -1200 300 L 60 60 1 1 P +X PGCK3 N13 1100 -700 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# 628128 +# +DEF 628128 U 0 40 Y Y 1 F N +F0 "U" 50 0 70 H V C CNN +F1 "628128" 300 -1200 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 32 0 1100 0 D 60 60 0 0 W N +X GND 16 0 -1100 0 U 60 60 0 0 W N +S -400 1100 400 -1100 0 1 0 N +X A16 2 -700 -550 300 R 60 60 1 1 I +X A14 3 -700 -350 300 R 60 60 1 1 I +X A12 4 -700 -150 300 R 60 60 1 1 I +X A7 5 -700 350 300 R 60 60 1 1 I +X A6 6 -700 450 300 R 60 60 1 1 I +X A5 7 -700 550 300 R 60 60 1 1 I +X A4 8 -700 650 300 R 60 60 1 1 I +X A3 9 -700 750 300 R 60 60 1 1 I +X A2 10 -700 850 300 R 60 60 1 1 I +X Q6 20 700 450 300 L 60 60 1 1 T +X CS2 30 -700 -850 300 R 60 60 1 1 I +X A1 11 -700 950 300 R 60 60 1 1 I +X Q7 21 700 350 300 L 60 60 1 1 T +X A15 31 -700 -450 300 R 60 60 1 1 I +X A0 12 -700 1050 300 R 60 60 1 1 I +X CS1 22 -700 -750 300 R 60 60 1 1 I I +X Q0 13 700 1050 300 L 60 60 1 1 T +X A10 23 -700 50 300 R 60 60 1 1 I +X Q1 14 700 950 300 L 60 60 1 1 T +X OE 24 -700 -950 300 R 60 60 1 1 I I +X Q2 15 700 850 300 L 60 60 1 1 T +X A11 25 -700 -50 300 R 60 60 1 1 I +X A9 26 -700 150 300 R 60 60 1 1 I +X Q3 17 700 750 300 L 60 60 1 1 T +X A8 27 -700 250 300 R 60 60 1 1 I +X Q4 18 700 650 300 L 60 60 1 1 T +X A13 28 -700 -250 300 R 60 60 1 1 I +X Q5 19 700 550 300 L 60 60 1 1 T +X WR 29 -700 -1050 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# 74LS245 +# +DEF 74LS245 U 0 10 Y Y 1 F N +F0 "U" 100 575 50 H V L BNN +F1 "74LS245" 50 -575 50 H V L TNN +F2 "" 50 -650 30 H V L CNN +F3 "" 100 575 30 H V C CNN +ALIAS 74HC245 +DRAW +X GND 10 0 -550 0 U 60 60 0 0 W N +X VCC 20 0 550 0 D 60 60 0 0 W N +S -400 550 400 -550 0 1 0 N +P 3 0 1 0 50 100 0 -100 -100 -100 N +P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N +X A->B 1 -700 -400 300 R 60 60 1 1 I +X A0 2 -700 500 300 R 60 60 1 1 T +X A1 3 -700 400 300 R 60 60 1 1 T +X A2 4 -700 300 300 R 60 60 1 1 T +X A3 5 -700 200 300 R 60 60 1 1 T +X A4 6 -700 100 300 R 60 60 1 1 T +X A5 7 -700 0 300 R 60 60 1 1 T +X A6 8 -700 -100 300 R 60 60 1 1 T +X A7 9 -700 -200 300 R 60 60 1 1 T +X B7 11 700 -200 300 L 60 60 1 1 T +X B6 12 700 -100 300 L 60 60 1 1 T +X B5 13 700 0 300 L 60 60 1 1 T +X B4 14 700 100 300 L 60 60 1 1 T +X B3 15 700 200 300 L 60 60 1 1 T +X B2 16 700 300 300 L 60 60 1 1 T +X B1 17 700 400 300 L 60 60 1 1 T +X B0 18 700 500 300 L 60 60 1 1 T +X CE 19 -700 -500 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# 74LS541 +# +DEF 74LS541 U 0 30 Y Y 1 F N +F0 "U" 0 575 60 H V C BNN +F1 "74LS541" 0 -575 60 H V C TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 10 -200 -550 0 U 60 60 0 0 W N +X VCC 20 -200 550 0 D 60 60 0 0 W N +S -400 550 400 -550 0 1 0 N +P 2 0 1 0 -100 300 -150 300 N +P 2 0 1 0 100 300 150 300 N +P 3 0 1 0 50 100 0 -100 -100 -100 N +P 4 0 1 0 -100 400 -100 200 100 300 -100 400 N +P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N +X G1 1 -700 -400 300 R 60 60 1 1 I I +X A0 2 -700 500 300 R 60 60 1 1 I +X A1 3 -700 400 300 R 60 60 1 1 I +X A2 4 -700 300 300 R 60 60 1 1 I +X A3 5 -700 200 300 R 60 60 1 1 I +X A4 6 -700 100 300 R 60 60 1 1 I +X A5 7 -700 0 300 R 60 60 1 1 I +X A6 8 -700 -100 300 R 60 60 1 1 I +X A7 9 -700 -200 300 R 60 60 1 1 I +X Y7 11 700 -200 300 L 60 60 1 1 T +X Y6 12 700 -100 300 L 60 60 1 1 T +X Y5 13 700 0 300 L 60 60 1 1 T +X Y4 14 700 100 300 L 60 60 1 1 T +X Y3 15 700 200 300 L 60 60 1 1 T +X Y2 16 700 300 300 L 60 60 1 1 T +X Y1 17 700 400 300 L 60 60 1 1 T +X Y0 18 700 500 300 L 60 60 1 1 T +X G2 19 -700 -500 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# 74LS688 +# +DEF 74LS688 U 0 40 Y Y 1 F N +F0 "U" 0 950 60 H V C CNN +F1 "74LS688" 0 -950 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 10 -300 -900 0 R 60 60 0 0 W N +X VCC 20 -300 900 0 R 60 60 0 0 W N +S -400 900 400 -900 0 1 0 N +X G 1 -700 -850 300 R 60 60 1 1 I I +X P0 2 -700 850 300 R 60 60 1 1 I +X R0 3 -700 0 300 R 60 60 1 1 I +X P1 4 -700 750 300 R 60 60 1 1 I +X R1 5 -700 -100 300 R 60 60 1 1 I +X P2 6 -700 650 300 R 60 60 1 1 I +X R2 7 -700 -200 300 R 60 60 1 1 I +X P3 8 -700 550 300 R 60 60 1 1 I +X R3 9 -700 -300 300 R 60 60 1 1 I +X P4 11 -700 450 300 R 60 60 1 1 I +X R4 12 -700 -400 300 R 60 60 1 1 I +X P5 13 -700 350 300 R 60 60 1 1 I +X R5 14 -700 -500 300 R 60 60 1 1 I +X P6 15 -700 250 300 R 60 60 1 1 I +X R6 16 -700 -600 300 R 60 60 1 1 I +X P7 17 -700 150 300 R 60 60 1 1 I +X R7 18 -700 -700 300 R 60 60 1 1 I +X P=R 19 700 850 300 L 60 60 1 1 O I +ENDDRAW +ENDDEF +# +# BUSPC +# +DEF BUSPC BUS 0 40 Y Y 1 F N +F0 "BUS" 0 100 70 H V C CNN +F1 "BUSPC" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -600 -1600 600 1600 0 1 0 N +X GND 1 -900 1500 300 R 60 60 1 1 P +X RESET 2 -900 1400 300 R 60 60 1 1 O +X VCC 3 -900 1300 300 R 60 60 1 1 P +X INQ2 4 -900 1200 300 R 60 60 1 1 P +X -5V 5 -900 1100 300 R 60 60 1 1 P +X DRQ2 6 -900 1000 300 R 60 60 1 1 P +X -12V 7 -900 900 300 R 60 60 1 1 P +X UNUSED 8 -900 800 300 R 60 60 1 1 P +X +12V 9 -900 700 300 R 60 60 1 1 P +X GND 10 -900 600 300 R 60 60 1 1 P +X CLK 20 -900 -400 300 R 60 60 1 1 O +X OSC 30 -900 -1400 300 R 60 60 1 1 O +X DB0 40 900 700 300 L 60 60 1 1 T +X BA12 50 900 -300 300 L 60 60 1 1 T +X BA02 60 900 -1300 300 L 60 60 1 1 T +X MEM 11 -900 500 300 R 60 60 1 1 O I +X IRQ7 21 -900 -500 300 R 60 60 1 1 P +X GND 31 -900 -1500 300 R 60 60 1 1 P +X IO_READY 41 900 600 300 L 60 60 1 1 P +X BA11 51 900 -400 300 L 60 60 1 1 T +X BA01 61 900 -1400 300 L 60 60 1 1 T +X MEM 12 -900 400 300 R 60 60 1 1 O I +X IRQ6 22 -900 -600 300 R 60 60 1 1 P +X IO 32 900 1500 300 L 60 60 1 1 P +X AEN 42 900 500 300 L 60 60 1 1 O +X BA10 52 900 -500 300 L 60 60 1 1 T +X BA00 62 900 -1500 300 L 60 60 1 1 T +X IOW 13 -900 300 300 R 60 60 1 1 O I +X IRQ5 23 -900 -700 300 R 60 60 1 1 P +X DB7 33 900 1400 300 L 60 60 1 1 T +X BA19 43 900 400 300 L 60 60 1 1 T +X BA09 53 900 -600 300 L 60 60 1 1 T +X IOR 14 -900 200 300 R 60 60 1 1 O I +X IRQ4 24 -900 -800 300 R 60 60 1 1 P +X DB6 34 900 1300 300 L 60 60 1 1 T +X BA18 44 900 300 300 L 60 60 1 1 T +X BA08 54 900 -700 300 L 60 60 1 1 T +X DACK3 15 -900 100 300 R 60 60 1 1 P I +X IRQ3 25 -900 -900 300 R 60 60 1 1 P +X DB5 35 900 1200 300 L 60 60 1 1 T +X BA17 45 900 200 300 L 60 60 1 1 T +X BA07 55 900 -800 300 L 60 60 1 1 T +X DRQ3 16 -900 0 300 R 60 60 1 1 P +X DACK2 26 -900 -1000 300 R 60 60 1 1 P I +X DB4 36 900 1100 300 L 60 60 1 1 T +X BA16 46 900 100 300 L 60 60 1 1 T +X BA06 56 900 -900 300 L 60 60 1 1 T +X DACK1 17 -900 -100 300 R 60 60 1 1 P I +X TC 27 -900 -1100 300 R 60 60 1 1 P +X DB3 37 900 1000 300 L 60 60 1 1 T +X BA15 47 900 0 300 L 60 60 1 1 T +X BA05 57 900 -1000 300 L 60 60 1 1 T +X DRQ1 18 -900 -200 300 R 60 60 1 1 P +X ALE 28 -900 -1200 300 R 60 60 1 1 O +X DB2 38 900 900 300 L 60 60 1 1 T +X BA14 48 900 -100 300 L 60 60 1 1 T +X BA04 58 900 -1100 300 L 60 60 1 1 T +X DACK0 19 -900 -300 300 R 60 60 1 1 P I +X VCC 29 -900 -1300 300 R 60 60 1 1 P +X DB1 39 900 800 300 L 60 60 1 1 T +X BA13 49 900 -200 300 L 60 60 1 1 T +X BA03 59 900 -1200 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_8X2 +# +DEF CONN_8X2 P 0 40 Y Y 1 F N +F0 "P" 0 450 60 H V C CNN +F1 "CONN_8X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 400 100 -400 0 1 0 N +X ~ 1 -400 350 300 R 60 60 1 1 P I +X ~ 2 400 350 300 L 60 60 1 1 P I +X ~ 3 -400 250 300 R 60 60 1 1 P I +X ~ 4 400 250 300 L 60 60 1 1 P I +X ~ 5 -400 150 300 R 60 60 1 1 P I +X ~ 6 400 150 300 L 60 60 1 1 P I +X ~ 7 -400 50 300 R 60 60 1 1 P I +X ~ 8 400 50 300 L 60 60 1 1 P I +X ~ 9 -400 -50 300 R 60 60 1 1 P I +X ~ 10 400 -50 300 L 60 60 1 1 P I +X ~ 11 -400 -150 300 R 60 60 1 1 P I +X ~ 12 400 -150 300 L 60 60 1 1 P I +X ~ 13 -400 -250 300 R 60 60 1 1 P I +X ~ 14 400 -250 300 L 60 60 1 1 P I +X ~ 15 -400 -350 300 R 60 60 1 1 P I +X ~ 16 400 -350 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB25 +# +DEF DB25 J 0 40 Y N 1 F N +F0 "J" 50 1350 70 H V C CNN +F1 "DB25" -50 -1350 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB25* +$ENDFPLIST +DRAW +A -109 1270 41 1799 774 0 1 8 N -150 1270 -100 1310 +A -108 -1259 42 -1787 -788 0 1 8 N -150 -1260 -100 -1300 +A 116 -1169 34 -657 -15 0 1 8 N 130 -1200 150 -1170 +A 117 1170 32 664 1 0 1 8 N 130 1199 149 1170 +C -70 -1200 30 0 1 0 N +C -70 -1000 30 0 1 0 N +C -70 -800 30 0 1 0 N +C -70 -600 30 0 1 0 N +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C -70 600 30 0 1 0 N +C -70 800 30 0 1 0 N +C -70 1000 30 0 1 0 N +C -70 1200 30 0 1 0 N +C 50 -1100 30 0 1 0 N +C 50 -900 30 0 1 0 N +C 50 -700 30 0 1 0 N +C 50 -500 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +C 50 500 30 0 1 0 N +C 50 700 30 0 1 0 N +C 50 900 30 0 1 0 N +C 50 1100 30 0 1 0 N +P 2 0 1 8 -150 -1260 -150 1270 N +P 2 0 1 0 -150 -1200 -100 -1200 N +P 2 0 1 0 -150 -1100 20 -1100 N +P 2 0 1 0 -150 -1000 -100 -1000 N +P 2 0 1 0 -150 -900 20 -900 N +P 2 0 1 0 -150 -800 -100 -800 N +P 2 0 1 0 -150 -700 20 -700 N +P 2 0 1 0 -150 -600 -100 -600 N +P 2 0 1 0 -150 -500 20 -500 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -150 500 20 500 N +P 2 0 1 0 -150 600 -100 600 N +P 2 0 1 0 -150 700 20 700 N +P 2 0 1 0 -150 800 -100 800 N +P 2 0 1 0 -150 900 20 900 N +P 2 0 1 0 -150 1000 -100 1000 N +P 2 0 1 0 -150 1100 20 1100 N +P 2 0 1 0 -150 1200 -100 1200 N +P 2 0 1 8 -100 -1300 130 -1200 N +P 2 0 1 8 130 1200 -100 1310 N +P 2 0 1 8 150 -1170 150 1170 N +X 1 1 -450 -1200 300 R 60 60 1 1 P +X 2 2 -450 -1000 300 R 60 60 1 1 P +X 3 3 -450 -800 300 R 60 60 1 1 P +X 4 4 -450 -600 300 R 60 60 1 1 P +X 5 5 -450 -400 300 R 60 60 1 1 P +X 6 6 -450 -200 300 R 60 60 1 1 P +X 7 7 -450 0 300 R 60 60 1 1 P +X 8 8 -450 200 300 R 60 60 1 1 P +X 9 9 -450 400 300 R 60 60 1 1 P +X 10 10 -450 600 300 R 60 60 1 1 P +X P20 20 -450 100 300 R 60 60 1 1 P +X 11 11 -450 800 300 R 60 60 1 1 P +X P21 21 -450 300 300 R 60 60 1 1 P +X 12 12 -450 1000 300 R 60 60 1 1 P +X P22 22 -450 500 300 R 60 60 1 1 P +X 13 13 -450 1200 300 R 60 60 1 1 P +X P23 23 -450 700 300 R 60 60 1 1 P +X P14 14 -450 -1100 300 R 60 60 1 1 P +X P24 24 -450 900 300 R 60 60 1 1 P +X P15 15 -450 -900 300 R 60 60 1 1 P +X P25 25 -450 1100 300 R 60 60 1 1 P +X P16 16 -450 -700 300 R 60 60 1 1 P +X P17 17 -450 -500 300 R 60 60 1 1 P +X P18 18 -450 -300 300 R 60 60 1 1 P +X P19 19 -450 -100 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# EP600 +# +DEF EP600 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "EP600" 0 -500 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 -850 500 850 0 1 0 N +X CLK1 1 -800 750 300 R 60 60 1 1 I C +X IN2 2 -800 550 300 R 60 60 1 1 I +X I/O3 3 -800 350 300 R 60 60 1 1 P +X I/O4 4 -800 250 300 R 60 60 1 1 P +X I/O5 5 -800 150 300 R 60 60 1 1 P +X I/O6 6 -800 50 300 R 60 60 1 1 P +X I/O7 7 -800 -50 300 R 60 60 1 1 P +X I/O8 8 -800 -150 300 R 60 60 1 1 P +X I/O9 9 -800 -250 300 R 60 60 1 1 P +X I/O10 10 -800 -350 300 R 60 60 1 1 P +X I/O20 20 800 350 300 L 60 60 1 1 P +X IN11 11 -800 -550 300 R 60 60 1 1 I +X I/O21 21 800 450 300 L 60 60 1 1 P +X GND 12 -800 -750 300 R 60 60 1 1 I +X I/O22 22 800 550 300 L 60 60 1 1 P +X CLK2 13 800 -550 300 L 60 60 1 1 I C +X IN23 23 800 750 300 L 60 60 1 1 I +X IN14 14 800 -350 300 L 60 60 1 1 I +X VCC 24 800 -750 300 L 60 60 1 1 I +X I/O15 15 800 -150 300 L 60 60 1 1 P +X I/O16 16 800 -50 300 L 60 60 1 1 P +X I/O17 17 800 50 300 L 60 60 1 1 P +X I/O18 18 800 150 300 L 60 60 1 1 P +X I/O19 19 800 250 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# RR9 +# +DEF RR9 RR 0 40 Y N 1 F N +F0 "RR" 50 600 70 H V C CNN +F1 "RR9" 30 0 70 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 -50 -450 -50 550 50 550 100 500 100 -450 -50 -450 N +X COM 1 -350 500 300 R 60 60 1 1 P I +X 2 2 -350 400 300 R 60 60 1 1 P I +X 3 3 -350 300 300 R 60 60 1 1 P I +X 4 4 -350 200 300 R 60 60 1 1 P I +X 5 5 -350 100 300 R 60 60 1 1 P I +X 6 6 -350 0 300 R 60 60 1 1 P I +X 7 7 -350 -100 300 R 60 60 1 1 P I +X 8 8 -350 -200 300 R 60 60 1 1 P I +X 9 9 -350 -300 300 R 60 60 1 1 P I +X 10 10 -350 -400 300 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/interf_u/interf_u.cmp b/demos/interf_u/interf_u.cmp new file mode 100644 index 0000000..1bbc583 --- /dev/null +++ b/demos/interf_u/interf_u.cmp @@ -0,0 +1,171 @@ +Cmp-Mod V01 Created by Cvpcb (2014-09-16 BZR 5138)-product date = 20/09/2014 09:12:59 + +BeginCmp +TimeStamp = /322D3011; +Reference = BUS1; +ValeurCmp = BUSPC; +IdModule = BUS_PC; +EndCmp + +BeginCmp +TimeStamp = /32307DE2; +Reference = C1; +ValeurCmp = 47uF; +IdModule = discret:CP6; +EndCmp + +BeginCmp +TimeStamp = /32307ECF; +Reference = C2; +ValeurCmp = 47pF; +IdModule = discret:C1; +EndCmp + +BeginCmp +TimeStamp = /32307ED4; +Reference = C3; +ValeurCmp = 47pF; +IdModule = discret:C1; +EndCmp + +BeginCmp +TimeStamp = /32307DCF; +Reference = C4; +ValeurCmp = 47uF; +IdModule = discret:CP6; +EndCmp + +BeginCmp +TimeStamp = /32307DCA; +Reference = C5; +ValeurCmp = 47uF; +IdModule = discret:CP6; +EndCmp + +BeginCmp +TimeStamp = /32307DC0; +Reference = C6; +ValeurCmp = 47uF; +IdModule = discret:CP6; +EndCmp + +BeginCmp +TimeStamp = /322D32AC; +Reference = D1; +ValeurCmp = LED; +IdModule = discret:LEDV; +EndCmp + +BeginCmp +TimeStamp = /322D32BE; +Reference = D2; +ValeurCmp = LED; +IdModule = discret:LEDV; +EndCmp + +BeginCmp +TimeStamp = /32568D1E; +Reference = JP1; +ValeurCmp = CONN_8X2; +IdModule = pin_array_8x2; +EndCmp + +BeginCmp +TimeStamp = /3256759C; +Reference = P1; +ValeurCmp = DB25FEMELLE; +IdModule = connect:DB25FC; +EndCmp + +BeginCmp +TimeStamp = /32307EA1; +Reference = R1; +ValeurCmp = 100K; +IdModule = discret:R3; +EndCmp + +BeginCmp +TimeStamp = /32307EAA; +Reference = R2; +ValeurCmp = 1K; +IdModule = discret:R3; +EndCmp + +BeginCmp +TimeStamp = /324002E6; +Reference = R3; +ValeurCmp = 10K; +IdModule = discret:R3; +EndCmp + +BeginCmp +TimeStamp = /322D3295; +Reference = R4; +ValeurCmp = 330; +IdModule = discret:R3; +EndCmp + +BeginCmp +TimeStamp = /322D32A0; +Reference = R5; +ValeurCmp = 330; +IdModule = discret:R3; +EndCmp + +BeginCmp +TimeStamp = /325679C1; +Reference = RR1; +ValeurCmp = 9x1K; +IdModule = discret:r_pack9; +EndCmp + +BeginCmp +TimeStamp = /322D31F4; +Reference = U1; +ValeurCmp = 74LS245; +IdModule = dip_sockets:DIP-20__300; +EndCmp + +BeginCmp +TimeStamp = /322D35B4; +Reference = U2; +ValeurCmp = 74LS688; +IdModule = dip_sockets:DIP-20__300; +EndCmp + +BeginCmp +TimeStamp = /4A087146; +Reference = U3; +ValeurCmp = 74LS541; +IdModule = dip_sockets:DIP-20__300; +EndCmp + +BeginCmp +TimeStamp = /3240023F; +Reference = U5; +ValeurCmp = 628128; +IdModule = dip_sockets:DIP-32__600; +EndCmp + +BeginCmp +TimeStamp = /322D321C; +Reference = U8; +ValeurCmp = EP600; +IdModule = dip_sockets:DIP-24__300; +EndCmp + +BeginCmp +TimeStamp = /322D32FA; +Reference = U9; +ValeurCmp = 4003APG120; +IdModule = PGA120; +EndCmp + +BeginCmp +TimeStamp = /32307EC0; +Reference = X1; +ValeurCmp = 8MHz; +IdModule = discret:HC-18UH; +EndCmp + +EndListe diff --git a/demos/interf_u/interf_u.kicad_pcb b/demos/interf_u/interf_u.kicad_pcb new file mode 100644 index 0000000..0ea9228 --- /dev/null +++ b/demos/interf_u/interf_u.kicad_pcb @@ -0,0 +1,3373 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-10-31 BZR 6288)-product") + + (general + (links 200) + (no_connects 0) + (area 15.992729 24.89454 202.259001 195.5652) + (thickness 1.6002) + (drawings 19) + (tracks 782) + (zones 0) + (modules 25) + (nets 111) + ) + + (page A4) + (title_block + (title Demo) + (rev 2.C) + (company Kicad) + ) + + (layers + (0 Composant signal) + (31 Cuivre signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.4318) + (user_trace_width 0.381) + (user_trace_width 0.762) + (trace_clearance 0.254) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2032) + (segment_width 0.381) + (edge_width 0.127) + (via_size 1.397) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (user_via 1.524 0.762) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.4318) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 1.397 1.397) + (pad_drill 0.89916) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 74.93 140.97) + (visible_elements 7FFFFF7F) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions false) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 0) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory plot_files/)) + ) + + (net 0 "") + (net 1 /8MH-OUT) + (net 2 /ACK) + (net 3 /AUTOFD-) + (net 4 /BIT0) + (net 5 /BIT1) + (net 6 /BIT2) + (net 7 /BIT3) + (net 8 /BIT4) + (net 9 /BIT5) + (net 10 /BIT6) + (net 11 /BIT7) + (net 12 /BUST+) + (net 13 /CLKLCA) + (net 14 /CS1-) + (net 15 /D0) + (net 16 /D1) + (net 17 /D2) + (net 18 /D3) + (net 19 /D4) + (net 20 /D5) + (net 21 /D6) + (net 22 /D7) + (net 23 /DIR) + (net 24 /DONE) + (net 25 /ENBBUF) + (net 26 /ERROR-) + (net 27 /INIT-) + (net 28 /LED1) + (net 29 /LED2) + (net 30 /MA0) + (net 31 /MA1) + (net 32 /MA10) + (net 33 /MA11) + (net 34 /MA12) + (net 35 /MA13) + (net 36 /MA14) + (net 37 /MA15) + (net 38 /MA16) + (net 39 /MA2) + (net 40 /MA3) + (net 41 /MA4) + (net 42 /MA5) + (net 43 /MA6) + (net 44 /MA7) + (net 45 /MA8) + (net 46 /MA9) + (net 47 /MATCHL) + (net 48 /MD0) + (net 49 /MD1) + (net 50 /MD2) + (net 51 /MD3) + (net 52 /MD4) + (net 53 /MD5) + (net 54 /MD6) + (net 55 /MD7) + (net 56 /OE-) + (net 57 /PC-A0) + (net 58 /PC-A1) + (net 59 /PC-A10) + (net 60 /PC-A11) + (net 61 /PC-A2) + (net 62 /PC-A3) + (net 63 /PC-A4) + (net 64 /PC-A5) + (net 65 /PC-A6) + (net 66 /PC-A7) + (net 67 /PC-A8) + (net 68 /PC-A9) + (net 69 /PC-AEN) + (net 70 /PC-DB0) + (net 71 /PC-DB1) + (net 72 /PC-DB2) + (net 73 /PC-DB3) + (net 74 /PC-DB4) + (net 75 /PC-DB5) + (net 76 /PC-DB6) + (net 77 /PC-DB7) + (net 78 /PC-IOR) + (net 79 /PC-IOW) + (net 80 /PC-RD) + (net 81 /PC-RST) + (net 82 /PC-WR) + (net 83 /PE+) + (net 84 /PROG-) + (net 85 /REF10) + (net 86 /REF11) + (net 87 /REF4) + (net 88 /REF5) + (net 89 /REF6) + (net 90 /REF7) + (net 91 /REF8) + (net 92 /REF9) + (net 93 /RSTL) + (net 94 /SEL_LPT) + (net 95 /SLCT+) + (net 96 /SLCTIN-) + (net 97 /STROBE) + (net 98 /WR-) + (net 99 /WR_REG) + (net 100 GND) + (net 101 VCC) + (net 102 "Net-(C2-Pad1)") + (net 103 "Net-(C3-Pad1)") + (net 104 "Net-(D1-Pad1)") + (net 105 "Net-(D2-Pad1)") + (net 106 "Net-(R3-Pad1)") + (net 107 "Net-(U3-Pad15)") + (net 108 "Net-(U3-Pad16)") + (net 109 "Net-(U3-Pad17)") + (net 110 "Net-(U3-Pad18)") + + (net_class Default "" + (clearance 0.254) + (trace_width 0.4318) + (via_dia 1.397) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net /8MH-OUT) + (add_net /ACK) + (add_net /AUTOFD-) + (add_net /BIT0) + (add_net /BIT1) + (add_net /BIT2) + (add_net /BIT3) + (add_net /BIT4) + (add_net /BIT5) + (add_net /BIT6) + (add_net /BIT7) + (add_net /BUST+) + (add_net /CLKLCA) + (add_net /CS1-) + (add_net /D0) + (add_net /D1) + (add_net /D2) + (add_net /D3) + (add_net /D4) + (add_net /D5) + (add_net /D6) + (add_net /D7) + (add_net /DIR) + (add_net /DONE) + (add_net /ENBBUF) + (add_net /ERROR-) + (add_net /INIT-) + (add_net /LED1) + (add_net /LED2) + (add_net /MA0) + (add_net /MA1) + (add_net /MA10) + (add_net /MA11) + (add_net /MA12) + (add_net /MA13) + (add_net /MA14) + (add_net /MA15) + (add_net /MA16) + (add_net /MA2) + (add_net /MA3) + (add_net /MA4) + (add_net /MA5) + (add_net /MA6) + (add_net /MA7) + (add_net /MA8) + (add_net /MA9) + (add_net /MATCHL) + (add_net /MD0) + (add_net /MD1) + (add_net /MD2) + (add_net /MD3) + (add_net /MD4) + (add_net /MD5) + (add_net /MD6) + (add_net /MD7) + (add_net /OE-) + (add_net /PC-A0) + (add_net /PC-A1) + (add_net /PC-A10) + (add_net /PC-A11) + (add_net /PC-A2) + (add_net /PC-A3) + (add_net /PC-A4) + (add_net /PC-A5) + (add_net /PC-A6) + (add_net /PC-A7) + (add_net /PC-A8) + (add_net /PC-A9) + (add_net /PC-AEN) + (add_net /PC-DB0) + (add_net /PC-DB1) + (add_net /PC-DB2) + (add_net /PC-DB3) + (add_net /PC-DB4) + (add_net /PC-DB5) + (add_net /PC-DB6) + (add_net /PC-DB7) + (add_net /PC-IOR) + (add_net /PC-IOW) + (add_net /PC-RD) + (add_net /PC-RST) + (add_net /PC-WR) + (add_net /PE+) + (add_net /PROG-) + (add_net /REF10) + (add_net /REF11) + (add_net /REF4) + (add_net /REF5) + (add_net /REF6) + (add_net /REF7) + (add_net /REF8) + (add_net /REF9) + (add_net /RSTL) + (add_net /SEL_LPT) + (add_net /SLCT+) + (add_net /SLCTIN-) + (add_net /STROBE) + (add_net /WR-) + (add_net /WR_REG) + (add_net "Net-(C2-Pad1)") + (add_net "Net-(C3-Pad1)") + (add_net "Net-(D1-Pad1)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(R3-Pad1)") + (add_net "Net-(U3-Pad15)") + (add_net "Net-(U3-Pad16)") + (add_net "Net-(U3-Pad17)") + (add_net "Net-(U3-Pad18)") + ) + + (net_class Power "" + (clearance 0.254) + (trace_width 0.5588) + (via_dia 1.524) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net GND) + (add_net VCC) + ) + + (module LOGO (layer Composant) (tedit 0) (tstamp 56372FFF) + (at 89.027 98.552) + (fp_text reference G*** (at 0 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_text value LOGO (at 0.75 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_poly (pts (xy 0.519278 -10.339833) (xy 1.157328 -10.155714) (xy 1.745126 -9.87217) (xy 2.246924 -9.499206) + (xy 2.59633 -9.094067) (xy 2.812739 -8.749225) (xy 2.977082 -8.425215) (xy 3.098214 -8.087398) + (xy 3.184985 -7.701133) (xy 3.246249 -7.231783) (xy 3.290859 -6.644708) (xy 3.309278 -6.30442) + (xy 3.34037 -5.740001) (xy 3.37324 -5.309547) (xy 3.412895 -4.977717) (xy 3.464343 -4.709174) + (xy 3.532592 -4.468578) (xy 3.593972 -4.295399) (xy 3.898734 -3.603436) (xy 4.296975 -2.872617) + (xy 4.749215 -2.168944) (xy 5.215973 -1.558417) (xy 5.265805 -1.500584) (xy 5.668554 -0.999211) + (xy 6.000933 -0.486857) (xy 6.280595 0.073315) (xy 6.525195 0.718145) (xy 6.75239 1.484471) + (xy 6.818925 1.740145) (xy 6.979833 2.566258) (xy 7.0144 3.297388) (xy 6.920356 3.953797) + (xy 6.695429 4.555744) (xy 6.458347 4.956343) (xy 6.258208 5.238534) (xy 6.068927 5.488459) + (xy 5.934744 5.648329) (xy 5.643621 5.845324) (xy 5.263884 5.955496) (xy 4.853992 5.974956) + (xy 4.472407 5.899812) (xy 4.218713 5.762519) (xy 4.117425 5.654252) (xy 4.05996 5.50396) + (xy 4.033955 5.264115) (xy 4.027973 5.029087) (xy 4.016814 4.722617) (xy 3.993623 4.48071) + (xy 3.963434 4.355775) (xy 3.946239 4.225092) (xy 3.970803 3.999546) (xy 3.993178 3.890108) + (xy 4.033013 3.583607) (xy 4.04615 3.158221) (xy 4.035052 2.661867) (xy 4.002182 2.142465) + (xy 3.950004 1.647932) (xy 3.880981 1.226186) (xy 3.849156 1.088407) (xy 3.621181 0.406604) + (xy 3.30768 -0.174826) (xy 3.094498 -0.465667) (xy 2.84284 -0.898935) (xy 2.710111 -1.343052) + (xy 2.619598 -1.658423) (xy 2.470412 -2.056723) (xy 2.287699 -2.473748) (xy 2.187737 -2.676785) + (xy 2.018292 -3.014468) (xy 1.882985 -3.301076) (xy 1.798327 -3.50058) (xy 1.778 -3.570733) + (xy 1.725626 -3.705212) (xy 1.636067 -3.826501) (xy 1.545732 -3.969617) (xy 1.590781 -4.079946) + (xy 1.593733 -4.082934) (xy 1.664843 -4.244125) (xy 1.690598 -4.490206) (xy 1.672404 -4.747706) + (xy 1.611664 -4.943152) (xy 1.57646 -4.986929) (xy 1.513657 -5.074006) (xy 1.531961 -5.202127) + (xy 1.624681 -5.399463) (xy 1.725343 -5.710453) (xy 1.750811 -6.068087) (xy 1.703895 -6.407483) + (xy 1.587406 -6.663759) (xy 1.568947 -6.685779) (xy 1.465265 -6.837711) (xy 1.439333 -6.922022) + (xy 1.37839 -7.032964) (xy 1.229707 -7.179597) (xy 1.210164 -7.195308) (xy 0.990263 -7.314289) + (xy 0.758675 -7.314387) (xy 0.485547 -7.188946) (xy 0.183306 -6.966292) (xy -0.027285 -6.782791) + (xy -0.131791 -6.641709) (xy -0.160131 -6.484584) (xy -0.148982 -6.316954) (xy -0.112735 -6.064264) + (xy -0.067124 -5.871654) (xy -0.05579 -5.842) (xy -0.050804 -5.775988) (xy -0.129737 -5.737234) + (xy -0.32191 -5.719122) (xy -0.618588 -5.715) (xy -1.239067 -5.715) (xy -1.151308 -5.947825) + (xy -1.113759 -6.233807) (xy -1.182983 -6.537615) (xy -1.333162 -6.820316) (xy -1.538475 -7.042972) + (xy -1.773101 -7.166646) (xy -1.96113 -7.169033) (xy -2.172212 -7.035122) (xy -2.335803 -6.776881) + (xy -2.443983 -6.434629) (xy -2.488834 -6.048679) (xy -2.462438 -5.659348) (xy -2.356875 -5.306953) + (xy -2.335475 -5.263143) (xy -2.227673 -5.086342) (xy -2.14054 -5.044306) (xy -2.067015 -5.086074) + (xy -1.941651 -5.161381) (xy -1.913689 -5.098745) (xy -1.983113 -4.898728) (xy -2.077285 -4.701568) + (xy -2.193904 -4.460195) (xy -2.236316 -4.31561) (xy -2.210071 -4.215229) (xy -2.138083 -4.125553) + (xy -1.873621 -3.900265) (xy -1.558088 -3.77455) (xy -1.149932 -3.735695) (xy -0.894753 -3.745092) + (xy -0.450334 -3.804555) (xy -0.024099 -3.93206) (xy 0.430912 -4.145472) (xy 0.918165 -4.434865) + (xy 1.171178 -4.584994) (xy 1.293992 -4.635894) (xy 1.287201 -4.595888) (xy 1.151398 -4.473296) + (xy 0.907912 -4.291096) (xy 0.401899 -3.964094) (xy -0.050512 -3.748891) (xy -0.500526 -3.624289) + (xy -0.802109 -3.583113) (xy -1.122259 -3.546531) (xy -1.294506 -3.503388) (xy -1.340175 -3.441192) + (xy -1.280592 -3.347448) (xy -1.253067 -3.318934) (xy -1.051824 -3.22714) (xy -0.729712 -3.212376) + (xy -0.314928 -3.271338) (xy 0.164332 -3.40072) (xy 0.508 -3.525368) (xy 0.804333 -3.643755) + (xy 0.550333 -3.429486) (xy 0.098494 -3.120982) (xy -0.363486 -2.93724) (xy -0.805845 -2.885369) + (xy -1.198822 -2.972479) (xy -1.253038 -2.998689) (xy -1.442924 -3.128726) (xy -1.67865 -3.330125) + (xy -1.81573 -3.46372) (xy -2.032774 -3.663245) (xy -2.173024 -3.719324) (xy -2.251258 -3.624911) + (xy -2.282255 -3.372961) (xy -2.284704 -3.240145) (xy -2.329157 -2.927747) (xy -2.474613 -2.595319) + (xy -2.570561 -2.435811) (xy -2.866796 -1.94524) (xy -3.068992 -1.541663) (xy -3.19493 -1.184914) + (xy -3.255225 -0.889) (xy -3.32625 -0.614048) (xy -3.473167 -0.221302) (xy -3.684914 0.261729) + (xy -3.885575 0.678674) (xy -4.186371 1.311071) (xy -4.402353 1.842939) (xy -4.544031 2.313704) + (xy -4.621914 2.762789) (xy -4.646512 3.229622) (xy -4.640976 3.512334) (xy -4.614334 4.188335) + (xy -3.640667 4.971993) (xy -3.139717 5.379869) (xy -2.759198 5.703449) (xy -2.483929 5.959844) + (xy -2.298733 6.166166) (xy -2.188429 6.339526) (xy -2.137836 6.497035) (xy -2.131777 6.655806) + (xy -2.132965 6.671568) (xy -2.168666 6.875182) (xy -2.263276 7.009117) (xy -2.46218 7.129996) + (xy -2.525058 7.160757) (xy -2.891116 7.336515) (xy -2.608484 7.707069) (xy -2.330589 8.024098) + (xy -2.041285 8.235449) (xy -1.69361 8.363692) (xy -1.240601 8.431397) (xy -1.07648 8.443317) + (xy -0.310719 8.441182) (xy 0.375356 8.327381) (xy 1.03823 8.0909) (xy 1.250483 7.989631) + (xy 1.547379 7.816732) (xy 1.879444 7.586195) (xy 2.21756 7.323087) (xy 2.532613 7.052476) + (xy 2.795485 6.799431) (xy 2.97706 6.589019) (xy 3.048222 6.446308) (xy 3.048361 6.441722) + (xy 3.078282 6.36673) (xy 3.105976 6.379753) (xy 3.129816 6.481945) (xy 3.15323 6.719376) + (xy 3.173698 7.057965) (xy 3.188696 7.463629) (xy 3.190021 7.515698) (xy 3.205102 8.048893) + (xy 3.224139 8.444169) (xy 3.252268 8.732936) (xy 3.294625 8.946606) (xy 3.356347 9.116588) + (xy 3.442571 9.274293) (xy 3.489649 9.34797) (xy 3.757338 9.60845) (xy 4.128467 9.755721) + (xy 4.571579 9.778925) (xy 4.693572 9.763479) (xy 4.89288 9.705181) (xy 5.200394 9.584518) + (xy 5.574922 9.418834) (xy 5.975269 9.225472) (xy 5.994203 9.215905) (xy 6.45744 8.984033) + (xy 6.783191 8.826909) (xy 6.969013 8.745466) (xy 7.01246 8.740634) (xy 6.911088 8.813347) + (xy 6.678682 8.954943) (xy 6.426932 9.128271) (xy 6.118128 9.375384) (xy 5.812321 9.647757) + (xy 5.763662 9.694333) (xy 5.423007 10.013968) (xy 5.152548 10.229277) (xy 4.907919 10.360635) + (xy 4.644759 10.428414) (xy 4.318702 10.45299) (xy 4.106333 10.455464) (xy 3.741955 10.448375) + (xy 3.493917 10.41868) (xy 3.309629 10.355425) (xy 3.147954 10.255881) (xy 2.946694 10.077634) + (xy 2.807569 9.892708) (xy 2.792434 9.859549) (xy 2.732286 9.763135) (xy 2.62167 9.686565) + (xy 2.443239 9.627717) (xy 2.179641 9.58447) (xy 1.813529 9.554703) (xy 1.327553 9.536293) + (xy 0.704364 9.52712) (xy 0.056674 9.525) (xy -0.55435 9.526136) (xy -1.017954 9.53065) + (xy -1.356041 9.540202) (xy -1.590515 9.55645) (xy -1.74328 9.581051) (xy -1.836241 9.615666) + (xy -1.891301 9.661952) (xy -1.899993 9.673166) (xy -2.026542 9.793141) (xy -2.101888 9.821333) + (xy -2.217205 9.873323) (xy -2.400208 10.004683) (xy -2.489883 10.079855) (xy -2.903041 10.354442) + (xy -3.355504 10.476577) (xy -3.871389 10.451506) (xy -4.038959 10.416819) (xy -4.306186 10.333909) + (xy -4.590357 10.21924) (xy -4.611237 10.209477) (xy -4.811486 10.130759) (xy -5.129846 10.0232) + (xy -5.520505 9.900431) (xy -5.937654 9.776084) (xy -6.335483 9.663789) (xy -6.66818 9.577177) + (xy -6.889936 9.529878) (xy -6.900334 9.528362) (xy -7.085216 9.486768) (xy -7.366375 9.405716) + (xy -7.698286 9.300472) (xy -8.035424 9.1863) (xy -8.332264 9.078465) (xy -8.543279 8.992233) + (xy -8.614834 8.953473) (xy -8.686427 8.815342) (xy -8.709137 8.604466) (xy -8.69574 8.454651) + (xy -8.674057 8.469396) (xy -8.661721 8.524018) (xy -8.583626 8.716006) (xy -8.513764 8.80138) + (xy -8.355508 8.87148) (xy -8.036447 8.955788) (xy -7.564368 9.052685) (xy -6.947057 9.160556) + (xy -6.288483 9.263483) (xy -5.879992 9.332229) (xy -5.490189 9.411057) (xy -5.17892 9.487333) + (xy -5.072405 9.520226) (xy -4.780975 9.599458) (xy -4.412908 9.669316) (xy -4.134889 9.70529) + (xy -3.807798 9.727865) (xy -3.58472 9.712258) (xy -3.402794 9.649036) (xy -3.273805 9.576071) + (xy -2.929034 9.269874) (xy -2.708413 8.874504) (xy -2.624774 8.42839) (xy -2.690949 7.969961) + (xy -2.714792 7.901975) (xy -2.802226 7.723035) (xy -2.969461 7.426714) (xy -3.202169 7.036392) + (xy -3.486023 6.575448) (xy -3.806693 6.067261) (xy -4.149852 5.535211) (xy -4.379926 5.185015) + (xy -4.765168 4.65126) (xy -5.111827 4.276065) (xy -5.426947 4.05492) (xy -5.717572 3.983314) + (xy -5.990747 4.056737) (xy -6.067658 4.104477) (xy -6.196284 4.176593) (xy -6.275047 4.135744) + (xy -6.350286 3.978644) (xy -6.409651 3.670125) (xy -6.387713 3.289862) (xy -6.293651 2.909244) + (xy -6.181603 2.667) (xy -5.769243 1.919213) (xy -5.439734 1.161363) (xy -5.254707 0.635) + (xy -5.078431 0.104558) (xy -4.936727 -0.291709) (xy -4.816883 -0.582224) (xy -4.706185 -0.79541) + (xy -4.591922 -0.959689) (xy -4.490291 -1.074079) (xy -4.340295 -1.24672) (xy -4.12465 -1.516591) + (xy -3.870235 -1.847593) (xy -3.603929 -2.203624) (xy -3.352609 -2.548582) (xy -3.143156 -2.846366) + (xy -3.002448 -3.060876) (xy -2.973544 -3.111241) (xy -2.94244 -3.227379) (xy -2.918991 -3.451064) + (xy -2.902869 -3.794076) (xy -2.893745 -4.268195) (xy -2.891294 -4.885202) (xy -2.895185 -5.656877) + (xy -2.896994 -5.862907) (xy -2.921 -8.424334) (xy -2.653499 -8.932334) (xy -2.323672 -9.451615) + (xy -1.934898 -9.842568) (xy -1.445416 -10.145322) (xy -1.338926 -10.195577) (xy -0.764596 -10.36977) + (xy -0.133279 -10.41452) (xy 0.519278 -10.339833)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy 7.253111 8.579555) (xy 7.241488 8.629889) (xy 7.196666 8.636) (xy 7.126976 8.605021) + (xy 7.140222 8.579555) (xy 7.240701 8.569422) (xy 7.253111 8.579555)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy 7.450666 8.509) (xy 7.408333 8.551333) (xy 7.366 8.509) (xy 7.408333 8.466666) + (xy 7.450666 8.509)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy 7.789333 8.339666) (xy 7.747 8.382) (xy 7.704666 8.339666) (xy 7.747 8.297333) + (xy 7.789333 8.339666)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -8.504191 8.099893) (xy -8.519029 8.165935) (xy -8.587351 8.285109) (xy -8.63153 8.265145) + (xy -8.636 8.217663) (xy -8.574509 8.102853) (xy -8.552304 8.086266) (xy -8.504191 8.099893)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -8.410223 7.817555) (xy -8.40009 7.918035) (xy -8.410223 7.930444) (xy -8.460557 7.918822) + (xy -8.466667 7.874) (xy -8.435689 7.804309) (xy -8.410223 7.817555)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -8.325927 6.836833) (xy -8.314745 7.010175) (xy -8.325927 7.0485) (xy -8.35683 7.059136) + (xy -8.368632 6.942666) (xy -8.355327 6.822471) (xy -8.325927 6.836833)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -8.410223 5.954888) (xy -8.40009 6.055368) (xy -8.410223 6.067777) (xy -8.460557 6.056155) + (xy -8.466667 6.011333) (xy -8.435689 5.941643) (xy -8.410223 5.954888)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -8.247311 5.295723) (xy -8.304132 5.418666) (xy -8.405169 5.616403) (xy -8.455269 5.671456) + (xy -8.466667 5.618293) (xy -8.418266 5.494019) (xy -8.334996 5.371348) (xy -8.247462 5.267263) + (xy -8.247311 5.295723)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -7.704667 5.122333) (xy -7.747 5.164666) (xy -7.789334 5.122333) (xy -7.747 5.08) + (xy -7.704667 5.122333)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -6.823671 5.088202) (xy -6.826603 5.097694) (xy -6.919384 5.137975) (xy -7.089595 5.161859) + (xy -7.262004 5.164616) (xy -7.361377 5.141519) (xy -7.366 5.131596) (xy -7.291823 5.100919) + (xy -7.109841 5.068851) (xy -7.075606 5.064624) (xy -6.895538 5.058892) (xy -6.823671 5.088202)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy 0.931333 -3.683) (xy 0.889 -3.640667) (xy 0.846666 -3.683) (xy 0.889 -3.725334) + (xy 0.931333 -3.683)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy 1.439333 -3.937) (xy 1.397 -3.894667) (xy 1.354666 -3.937) (xy 1.397 -3.979334) + (xy 1.439333 -3.937)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -1.760869 -6.560016) (xy -1.586353 -6.399017) (xy -1.436849 -6.105421) (xy -1.325929 -5.693834) + (xy -1.309601 -5.493818) (xy -1.367474 -5.420596) (xy -1.38875 -5.418667) (xy -1.535213 -5.359025) + (xy -1.608667 -5.291667) (xy -1.739518 -5.178699) (xy -1.86197 -5.2098) (xy -1.965665 -5.312834) + (xy -2.198787 -5.666805) (xy -2.280608 -6.009645) (xy -2.208143 -6.321266) (xy -2.132578 -6.436043) + (xy -1.947308 -6.576373) (xy -1.760869 -6.560016)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy 1.015915 -6.603784) (xy 1.19215 -6.447166) (xy 1.308729 -6.219262) (xy 1.347988 -5.952711) + (xy 1.292259 -5.680151) (xy 1.154457 -5.465363) (xy 1.000818 -5.315703) (xy 0.871334 -5.267266) + (xy 0.692409 -5.30502) (xy 0.57418 -5.346847) (xy 0.379178 -5.498082) (xy 0.274144 -5.742977) + (xy 0.25986 -6.031249) (xy 0.337107 -6.312616) (xy 0.397401 -6.392334) (xy 0.931333 -6.392334) + (xy 0.973666 -6.35) (xy 1.016 -6.392334) (xy 0.973666 -6.434667) (xy 0.931333 -6.392334) + (xy 0.397401 -6.392334) (xy 0.506664 -6.536795) (xy 0.555145 -6.572606) (xy 0.797691 -6.656477) + (xy 1.015915 -6.603784)) (layer F.SilkS) (width 0.01)) + (fp_poly (pts (xy -0.160045 -5.538322) (xy -0.127 -5.503334) (xy -0.145245 -5.430079) (xy -0.201674 -5.418667) + (xy -0.347956 -5.468345) (xy -0.381 -5.503334) (xy -0.362756 -5.576588) (xy -0.306327 -5.588) + (xy -0.160045 -5.538322)) (layer F.SilkS) (width 0.01)) + ) + + (module Capacitors_ThroughHole:C_Disc_D3_P2.5 (layer Composant) (tedit 560D307C) (tstamp 32307ECF) + (at 121.305 91.44) + (descr "Capacitor 3mm Disc, Pitch 2.5mm") + (tags Capacitor) + (path /32307ECF) + (fp_text reference C2 (at 1.25 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47pF (at 1.25 2.5) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.9 -1.5) (end 3.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.4 -1.5) (end 3.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.4 1.5) (end -0.9 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.9 1.5) (end -0.9 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.25 -1.25) (end 2.75 -1.25) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.75 1.25) (end -0.25 1.25) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 0 0) (size 1.3 1.3) (drill 0.8) (layers *.Cu *.Mask F.SilkS) + (net 102 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 2.5 0) (size 1.3 1.3) (drill 0.8001) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Capacitors_ThroughHole.3dshapes/C_Disc_D3_P2.5.wrl + (at (xyz 0.049213 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module HC-18UH (layer Composant) (tedit 200000) (tstamp 32307EC0) + (at 113.665 95.25 270) + (descr "Quartz boitier HC-18 horizontal") + (tags "QUARTZ DEV") + (path /32307EC0) + (fp_text reference X1 (at 0 6.35 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 8MHz (at 0 11.43 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 6.35 2.794) (end -6.35 2.794) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.842 2.794) (end 5.842 15.24) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 2.794) (end -6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 2.794) (end 6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 2.032) (end -6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 0) (end -2.54 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 0) (end 2.54 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.842 2.794) (end -5.842 15.24) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.842 15.24) (end 5.334 15.748) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.334 15.748) (end -5.334 15.748) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.334 15.748) (end -5.842 15.24) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.778 1.778) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 102 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.812799) (layers *.Cu *.Mask F.SilkS) + (net 103 "Net-(C3-Pad1)")) + (model Crystals.3dshapes/HC-18UH.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module BUS_PC (layer Composant) (tedit 200000) (tstamp 322D3011) + (at 131.445 138.43) + (descr "Connecteur Bus PC 8 bits") + (tags "CONN PC ISA") + (path /322D3011) + (fp_text reference BUS1 (at 1.27 -6.985) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value BUSPC (at -16.51 -6.985) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_line (start 40.64 3.81) (end -40.64 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -40.64 3.81) (end -40.64 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start -40.64 -5.08) (end 40.64 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 40.64 -5.08) (end 40.64 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 connect rect (at 38.1 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 100 GND)) + (pad 2 connect rect (at 35.56 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 81 /PC-RST)) + (pad 3 connect rect (at 33.02 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 101 VCC)) + (pad 4 connect rect (at 30.48 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 5 connect rect (at 27.94 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 6 connect rect (at 25.4 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 7 connect rect (at 22.86 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 8 connect rect (at 20.32 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 9 connect rect (at 17.78 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 10 connect rect (at 15.24 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 11 connect rect (at 12.7 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 12 connect rect (at 10.16 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 13 connect rect (at 7.62 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 79 /PC-IOW)) + (pad 14 connect rect (at 5.08 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 78 /PC-IOR)) + (pad 15 connect rect (at 2.54 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 16 connect rect (at 0 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 17 connect rect (at -2.54 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 18 connect rect (at -5.08 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 19 connect rect (at -7.62 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 20 connect rect (at -10.16 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 21 connect rect (at -12.7 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 22 connect rect (at -15.24 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 23 connect rect (at -17.78 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 24 connect rect (at -20.32 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 25 connect rect (at -22.86 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 26 connect rect (at -25.4 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 27 connect rect (at -27.94 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 28 connect rect (at -30.48 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 29 connect rect (at -33.02 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 101 VCC)) + (pad 30 connect rect (at -35.56 0) (size 1.778 7.62) (layers Cuivre B.Mask)) + (pad 31 connect rect (at -38.1 0) (size 1.778 7.62) (layers Cuivre B.Mask) + (net 100 GND)) + (pad 32 connect rect (at 38.1 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 33 connect rect (at 35.56 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 77 /PC-DB7)) + (pad 34 connect rect (at 33.02 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 76 /PC-DB6)) + (pad 35 connect rect (at 30.48 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 75 /PC-DB5)) + (pad 36 connect rect (at 27.94 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 74 /PC-DB4)) + (pad 37 connect rect (at 25.4 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 73 /PC-DB3)) + (pad 38 connect rect (at 22.86 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 72 /PC-DB2)) + (pad 39 connect rect (at 20.32 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 71 /PC-DB1)) + (pad 40 connect rect (at 17.78 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 70 /PC-DB0)) + (pad 41 connect rect (at 15.24 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 42 connect rect (at 12.7 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 69 /PC-AEN)) + (pad 43 connect rect (at 10.16 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 44 connect rect (at 7.62 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 45 connect rect (at 5.08 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 46 connect rect (at 2.54 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 47 connect rect (at 0 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 48 connect rect (at -2.54 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 49 connect rect (at -5.08 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 50 connect rect (at -7.62 0) (size 1.778 7.62) (layers Composant F.Mask)) + (pad 51 connect rect (at -10.16 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 60 /PC-A11)) + (pad 52 connect rect (at -12.7 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 59 /PC-A10)) + (pad 53 connect rect (at -15.24 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 68 /PC-A9)) + (pad 54 connect rect (at -17.78 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 67 /PC-A8)) + (pad 55 connect rect (at -20.32 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 66 /PC-A7)) + (pad 56 connect rect (at -22.86 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 65 /PC-A6)) + (pad 57 connect rect (at -25.4 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 64 /PC-A5)) + (pad 58 connect rect (at -27.94 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 63 /PC-A4)) + (pad 59 connect rect (at -30.48 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 62 /PC-A3)) + (pad 60 connect rect (at -33.02 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 61 /PC-A2)) + (pad 61 connect rect (at -35.56 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 58 /PC-A1)) + (pad 62 connect rect (at -38.1 0) (size 1.778 7.62) (layers Composant F.Mask) + (net 57 /PC-A0)) + ) + + (module Sockets_DIP:DIP-32__600 (layer Composant) (tedit 560D303A) (tstamp 3240023F) + (at 106.045 68.58) + (descr "32 pins DIL package, round pads") + (tags DIL) + (path /3240023F) + (fp_text reference U5 (at -13.97 -3.81) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 628128 (at 8.89 3.81) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -21.59 -6.35) (end 21.59 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start 21.59 -6.35) (end 21.59 6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start 21.59 6.35) (end -21.59 6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start -21.59 6.35) (end -21.59 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start -21.59 1.27) (end -20.32 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.32 1.27) (end -20.32 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.32 -1.27) (end -21.59 -1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -19.05 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at -16.51 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 /MA16)) + (pad 3 thru_hole circle (at -13.97 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 /MA14)) + (pad 4 thru_hole circle (at -11.43 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /MA12)) + (pad 5 thru_hole circle (at -8.89 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 44 /MA7)) + (pad 6 thru_hole circle (at -6.35 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 43 /MA6)) + (pad 7 thru_hole circle (at -3.81 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 42 /MA5)) + (pad 8 thru_hole circle (at -1.27 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 41 /MA4)) + (pad 9 thru_hole circle (at 1.27 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 40 /MA3)) + (pad 10 thru_hole circle (at 3.81 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 39 /MA2)) + (pad 11 thru_hole circle (at 6.35 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /MA1)) + (pad 12 thru_hole circle (at 8.89 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 /MA0)) + (pad 13 thru_hole circle (at 11.43 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 /MD0)) + (pad 14 thru_hole circle (at 13.97 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 49 /MD1)) + (pad 15 thru_hole circle (at 16.51 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 /MD2)) + (pad 16 thru_hole circle (at 19.05 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 17 thru_hole circle (at 19.05 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 51 /MD3)) + (pad 18 thru_hole circle (at 16.51 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 /MD4)) + (pad 19 thru_hole circle (at 13.97 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 53 /MD5)) + (pad 20 thru_hole circle (at 11.43 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 54 /MD6)) + (pad 21 thru_hole circle (at 8.89 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 55 /MD7)) + (pad 22 thru_hole circle (at 6.35 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 /CS1-)) + (pad 23 thru_hole circle (at 3.81 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /MA10)) + (pad 24 thru_hole circle (at 1.27 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 56 /OE-)) + (pad 25 thru_hole circle (at -1.27 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /MA11)) + (pad 26 thru_hole circle (at -3.81 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 /MA9)) + (pad 27 thru_hole circle (at -6.35 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 45 /MA8)) + (pad 28 thru_hole circle (at -8.89 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 35 /MA13)) + (pad 29 thru_hole circle (at -11.43 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 98 /WR-)) + (pad 30 thru_hole circle (at -13.97 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 106 "Net-(R3-Pad1)")) + (pad 31 thru_hole circle (at -16.51 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 /MA15)) + (pad 32 thru_hole circle (at -19.05 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (model Sockets_DIP.3dshapes/DIP-32__600.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connect:DB25FC (layer Composant) (tedit 560D305B) (tstamp 3256759C) + (at 183.515 88.9 270) + (descr "Connecteur DB25 femelle couche") + (tags "CONN DB25") + (path /3256759C) + (fp_text reference P1 (at 18.61 3.745 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value DB25FEMELLE (at 0 -6.35 270) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 26.67 -11.43) (end 26.67 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 19.05 -6.35) (end 19.05 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 20.955 -11.43) (end 20.955 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.955 -11.43) (end -20.955 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start -19.05 -6.35) (end -19.05 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -26.67 2.54) (end -26.67 -11.43) (layer F.SilkS) (width 0.15)) + (fp_line (start 26.67 -6.35) (end 19.05 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start -26.67 -6.35) (end -19.05 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start 20.32 -8.255) (end 20.32 -11.43) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.32 -8.255) (end -20.32 -11.43) (layer F.SilkS) (width 0.15)) + (fp_line (start 20.32 -18.415) (end 20.32 -12.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.32 -18.415) (end -20.32 -12.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 26.67 -11.43) (end 26.67 -12.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 26.67 -12.7) (end -26.67 -12.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -26.67 -12.7) (end -26.67 -11.43) (layer F.SilkS) (width 0.15)) + (fp_line (start -26.67 -11.43) (end 26.67 -11.43) (layer F.SilkS) (width 0.15)) + (fp_line (start 19.05 2.54) (end 26.67 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.32 -8.255) (end 20.32 -8.255) (layer F.SilkS) (width 0.15)) + (fp_line (start -20.32 -18.415) (end 20.32 -18.415) (layer F.SilkS) (width 0.15)) + (fp_line (start -26.67 2.54) (end -19.05 2.54) (layer F.SilkS) (width 0.15)) + (pad "" thru_hole circle (at 23.495 -1.27 270) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -23.495 -1.27 270) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -16.51 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 97 /STROBE)) + (pad 2 thru_hole circle (at -13.716 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 4 /BIT0)) + (pad 3 thru_hole circle (at -11.049 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 /BIT1)) + (pad 4 thru_hole circle (at -8.255 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 6 /BIT2)) + (pad 5 thru_hole circle (at -5.461 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 7 /BIT3)) + (pad 6 thru_hole circle (at -2.667 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 8 /BIT4)) + (pad 7 thru_hole circle (at 0 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 9 /BIT5)) + (pad 8 thru_hole circle (at 2.794 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 10 /BIT6)) + (pad 9 thru_hole circle (at 5.588 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 11 /BIT7)) + (pad 10 thru_hole circle (at 8.382 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 /ACK)) + (pad 11 thru_hole circle (at 11.049 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 12 /BUST+)) + (pad 12 thru_hole circle (at 13.843 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 83 /PE+)) + (pad 13 thru_hole circle (at 16.637 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 95 /SLCT+)) + (pad 14 thru_hole circle (at -14.9352 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 3 /AUTOFD-)) + (pad 15 thru_hole circle (at -12.3952 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 26 /ERROR-)) + (pad 16 thru_hole circle (at -9.6012 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 27 /INIT-)) + (pad 17 thru_hole circle (at -6.858 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 96 /SLCTIN-)) + (pad 18 thru_hole circle (at -4.1148 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 19 thru_hole circle (at -1.3208 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 20 thru_hole circle (at 1.4224 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 21 thru_hole circle (at 4.1656 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 22 thru_hole circle (at 7.0104 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 23 thru_hole circle (at 9.7028 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 24 thru_hole circle (at 12.446 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 25 thru_hole circle (at 15.24 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Connect.3dshapes/DB25FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets:PGA120 (layer Composant) (tedit 560D303F) (tstamp 322D32FA) + (at 158.115 82.55 180) + (descr "Support PGA 120 pins") + (tags PGA) + (path /322D32FA) + (fp_text reference U9 (at 0 -3.81 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4003APG120 (at 0 3.81 180) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 16.51 15.24) (end 15.24 16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start 16.51 15.24) (end 16.51 -16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start 16.51 -16.51) (end -16.51 -16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 -16.51) (end -16.51 16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 16.51) (end 15.24 16.51) (layer F.SilkS) (width 0.15)) + (pad N1 thru_hole circle (at 15.24 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad N2 thru_hole circle (at 12.7 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 15 /D0)) + (pad N3 thru_hole circle (at 10.16 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad M1 thru_hole circle (at 15.24 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad M2 thru_hole circle (at 12.7 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad M3 thru_hole circle (at 10.16 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 28 /LED1)) + (pad L1 thru_hole circle (at 15.24 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 102 "Net-(C2-Pad1)")) + (pad L2 thru_hole circle (at 12.7 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 94 /SEL_LPT)) + (pad L3 thru_hole circle (at 10.16 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad K1 thru_hole circle (at 15.24 -7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 1 /8MH-OUT)) + (pad K2 thru_hole circle (at 12.7 -7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 62 /PC-A3)) + (pad K3 thru_hole circle (at 10.16 -7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad J1 thru_hole circle (at 15.24 -5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 65 /PC-A6)) + (pad J2 thru_hole circle (at 12.7 -5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 64 /PC-A5)) + (pad J3 thru_hole circle (at 10.16 -5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad H1 thru_hole circle (at 15.24 -2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 67 /PC-A8)) + (pad H2 thru_hole circle (at 12.7 -2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 66 /PC-A7)) + (pad H3 thru_hole circle (at 10.16 -2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 63 /PC-A4)) + (pad G1 thru_hole circle (at 15.24 0 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 45 /MA8)) + (pad G2 thru_hole circle (at 12.7 0 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad G3 thru_hole circle (at 10.16 0 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad F1 thru_hole circle (at 15.24 2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 37 /MA15)) + (pad F2 thru_hole circle (at 12.7 2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 43 /MA6)) + (pad F3 thru_hole circle (at 10.16 2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 34 /MA12)) + (pad E1 thru_hole circle (at 15.24 5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 41 /MA4)) + (pad E2 thru_hole circle (at 12.7 5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad E3 thru_hole circle (at 10.16 5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad D1 thru_hole circle (at 15.24 7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 36 /MA14)) + (pad D2 thru_hole circle (at 12.7 7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 33 /MA11)) + (pad D3 thru_hole circle (at 10.16 7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 39 /MA2)) + (pad C1 thru_hole circle (at 15.24 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 35 /MA13)) + (pad C2 thru_hole circle (at 12.7 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 40 /MA3)) + (pad C3 thru_hole circle (at 10.16 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad C4 thru_hole circle (at 7.62 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad C5 thru_hole circle (at 5.08 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad C6 thru_hole circle (at 2.54 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 48 /MD0)) + (pad C7 thru_hole circle (at 0 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad C8 thru_hole circle (at -2.54 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 38 /MA16)) + (pad C9 thru_hole circle (at -5.08 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 32 /MA10)) + (pad C10 thru_hole circle (at -7.62 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad C11 thru_hole circle (at -10.16 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad C12 thru_hole circle (at -12.7 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 3 /AUTOFD-)) + (pad C13 thru_hole circle (at -15.24 10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 42 /MA5)) + (pad B1 thru_hole circle (at 15.24 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad B2 thru_hole circle (at 12.7 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 31 /MA1)) + (pad B3 thru_hole circle (at 10.16 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 44 /MA7)) + (pad B4 thru_hole circle (at 7.62 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad B5 thru_hole circle (at 5.08 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad B6 thru_hole circle (at 2.54 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 50 /MD2)) + (pad B7 thru_hole circle (at 0 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad B8 thru_hole circle (at -2.54 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 55 /MD7)) + (pad B9 thru_hole circle (at -5.08 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 56 /OE-)) + (pad B10 thru_hole circle (at -7.62 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad B11 thru_hole circle (at -10.16 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad B12 thru_hole circle (at -12.7 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad B13 thru_hole circle (at -15.24 12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad A1 thru_hole rect (at 15.24 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad A2 thru_hole circle (at 12.7 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad A3 thru_hole circle (at 10.16 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad A4 thru_hole circle (at 7.62 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 46 /MA9)) + (pad A5 thru_hole circle (at 5.08 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 49 /MD1)) + (pad A6 thru_hole circle (at 2.54 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 51 /MD3)) + (pad A7 thru_hole circle (at 0 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 52 /MD4)) + (pad A8 thru_hole circle (at -2.54 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 53 /MD5)) + (pad A9 thru_hole circle (at -5.08 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 54 /MD6)) + (pad A10 thru_hole circle (at -7.62 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 14 /CS1-)) + (pad A11 thru_hole circle (at -10.16 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 30 /MA0)) + (pad A12 thru_hole circle (at -12.7 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 97 /STROBE)) + (pad A13 thru_hole circle (at -15.24 15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 98 /WR-)) + (pad N4 thru_hole circle (at 7.62 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 58 /PC-A1)) + (pad N5 thru_hole circle (at 5.08 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad N6 thru_hole circle (at 2.54 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 82 /PC-WR)) + (pad N7 thru_hole circle (at 0 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 68 /PC-A9)) + (pad N8 thru_hole circle (at -2.54 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 16 /D1)) + (pad N9 thru_hole circle (at -5.08 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 17 /D2)) + (pad N10 thru_hole circle (at -7.62 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 69 /PC-AEN)) + (pad N11 thru_hole circle (at -10.16 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 20 /D5)) + (pad N12 thru_hole circle (at -12.7 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad N13 thru_hole circle (at -15.24 -15.24 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 95 /SLCT+)) + (pad M4 thru_hole circle (at 7.62 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 13 /CLKLCA)) + (pad M5 thru_hole circle (at 5.08 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 61 /PC-A2)) + (pad M6 thru_hole circle (at 2.54 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 57 /PC-A0)) + (pad M7 thru_hole circle (at 0 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad M8 thru_hole circle (at -2.54 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 80 /PC-RD)) + (pad M9 thru_hole circle (at -5.08 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 18 /D3)) + (pad M10 thru_hole circle (at -7.62 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 19 /D4)) + (pad M11 thru_hole circle (at -10.16 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 21 /D6)) + (pad M12 thru_hole circle (at -12.7 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 84 /PROG-)) + (pad M13 thru_hole circle (at -15.24 -12.7 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad L4 thru_hole circle (at 7.62 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 13 /CLKLCA)) + (pad L5 thru_hole circle (at 5.08 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad L6 thru_hole circle (at 2.54 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad L7 thru_hole circle (at 0 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad L8 thru_hole circle (at -2.54 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 59 /PC-A10)) + (pad L9 thru_hole circle (at -5.08 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad L10 thru_hole circle (at -7.62 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad L11 thru_hole circle (at -10.16 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 24 /DONE)) + (pad L12 thru_hole circle (at -12.7 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 22 /D7)) + (pad L13 thru_hole circle (at -15.24 -10.16 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 83 /PE+)) + (pad K11 thru_hole circle (at -10.16 -7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad K12 thru_hole circle (at -12.7 -7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad K13 thru_hole circle (at -15.24 -7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 2 /ACK)) + (pad J11 thru_hole circle (at -10.16 -5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad J12 thru_hole circle (at -12.7 -5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 12 /BUST+)) + (pad J13 thru_hole circle (at -15.24 -5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 10 /BIT6)) + (pad H11 thru_hole circle (at -10.16 -2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 11 /BIT7)) + (pad H12 thru_hole circle (at -12.7 -2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 9 /BIT5)) + (pad H13 thru_hole circle (at -15.24 -2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 8 /BIT4)) + (pad G11 thru_hole circle (at -10.16 0 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad G12 thru_hole circle (at -12.7 0 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad G13 thru_hole circle (at -15.24 0 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 7 /BIT3)) + (pad F11 thru_hole circle (at -10.16 2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 96 /SLCTIN-)) + (pad F12 thru_hole circle (at -12.7 2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 6 /BIT2)) + (pad F13 thru_hole circle (at -15.24 2.54 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 29 /LED2)) + (pad E11 thru_hole circle (at -10.16 5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS)) + (pad E12 thru_hole circle (at -12.7 5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 27 /INIT-)) + (pad E13 thru_hole circle (at -15.24 5.08 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 5 /BIT1)) + (pad D11 thru_hole circle (at -10.16 7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad D12 thru_hole circle (at -12.7 7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 4 /BIT0)) + (pad D13 thru_hole circle (at -15.24 7.62 180) (size 1.397 1.397) (drill 0.7874) (layers *.Cu *.Mask F.SilkS) + (net 26 /ERROR-)) + (model Sockets.3dshapes/PGA120.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-24__300 (layer Composant) (tedit 560D3132) (tstamp 5214E92B) + (at 137.795 109.22) + (descr "24 pins DIL package, round pads") + (tags DIL) + (path /322D321C) + (fp_text reference U8 (at -8.89 -1.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value EP600 (at 6.35 1.27) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -16.51 -1.27) (end -15.24 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -15.24 -1.27) (end -15.24 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -15.24 1.27) (end -16.51 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 1.27) (end -16.51 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 -2.54) (end 16.51 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 16.51 -2.54) (end 16.51 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 16.51 2.54) (end -16.51 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 2.54) (end -16.51 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -13.97 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 2 thru_hole circle (at -11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 /MATCHL)) + (pad 3 thru_hole circle (at -8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 110 "Net-(U3-Pad18)")) + (pad 4 thru_hole circle (at -6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 109 "Net-(U3-Pad17)")) + (pad 5 thru_hole circle (at -3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 108 "Net-(U3-Pad16)")) + (pad 6 thru_hole circle (at -1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 107 "Net-(U3-Pad15)")) + (pad 7 thru_hole circle (at 1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 82 /PC-WR)) + (pad 8 thru_hole circle (at 3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 9 thru_hole circle (at 6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole circle (at 8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole circle (at 11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 93 /RSTL)) + (pad 12 thru_hole circle (at 13.97 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 13 thru_hole circle (at 13.97 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 99 /WR_REG)) + (pad 14 thru_hole circle (at 11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 80 /PC-RD)) + (pad 15 thru_hole circle (at 8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 99 /WR_REG)) + (pad 16 thru_hole circle (at 6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 /CLKLCA)) + (pad 17 thru_hole circle (at 3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 /DIR)) + (pad 18 thru_hole circle (at 1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 94 /SEL_LPT)) + (pad 19 thru_hole circle (at -1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 84 /PROG-)) + (pad 20 thru_hole circle (at -3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 /DONE)) + (pad 21 thru_hole circle (at -6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 /D0)) + (pad 22 thru_hole circle (at -8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /ENBBUF)) + (pad 23 thru_hole circle (at -11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad 24 thru_hole circle (at -13.97 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (model Sockets_DIP.3dshapes/DIP-24__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-20__300 (layer Composant) (tedit 560D312D) (tstamp 5214E90D) + (at 135.255 120.65) + (descr "20 pins DIL package, round pads") + (tags DIL) + (path /4A087146) + (fp_text reference U3 (at -8.89 -1.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74LS541 (at 6.35 1.27) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -13.97 -1.27) (end -12.7 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 -1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 1.27) (end -13.97 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -13.97 -2.54) (end 13.97 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 13.97 -2.54) (end 13.97 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 13.97 2.54) (end -13.97 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -13.97 2.54) (end -13.97 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 2 thru_hole circle (at -8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 58 /PC-A1)) + (pad 3 thru_hole circle (at -6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 57 /PC-A0)) + (pad 4 thru_hole circle (at -3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 61 /PC-A2)) + (pad 5 thru_hole circle (at -1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 62 /PC-A3)) + (pad 6 thru_hole circle (at 1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 /PC-IOW)) + (pad 7 thru_hole circle (at 3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 78 /PC-IOR)) + (pad 8 thru_hole circle (at 6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 81 /PC-RST)) + (pad 9 thru_hole circle (at 8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 81 /PC-RST)) + (pad 10 thru_hole circle (at 11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 11 thru_hole circle (at 11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole circle (at 8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 93 /RSTL)) + (pad 13 thru_hole circle (at 6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 80 /PC-RD)) + (pad 14 thru_hole circle (at 3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 82 /PC-WR)) + (pad 15 thru_hole circle (at 1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 107 "Net-(U3-Pad15)")) + (pad 16 thru_hole circle (at -1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 108 "Net-(U3-Pad16)")) + (pad 17 thru_hole circle (at -3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 109 "Net-(U3-Pad17)")) + (pad 18 thru_hole circle (at -6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 110 "Net-(U3-Pad18)")) + (pad 19 thru_hole circle (at -8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 20 thru_hole circle (at -11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (model Sockets_DIP.3dshapes/DIP-20__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-20__300 (layer Composant) (tedit 560D3127) (tstamp 5214E8EF) + (at 107.315 120.65) + (descr "20 pins DIL package, round pads") + (tags DIL) + (path /322D35B4) + (fp_text reference U2 (at -8.89 -1.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74LS688 (at 6.35 1.27) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -13.97 -1.27) (end -12.7 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 -1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 1.27) (end -13.97 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -13.97 -2.54) (end 13.97 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 13.97 -2.54) (end 13.97 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 13.97 2.54) (end -13.97 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -13.97 2.54) (end -13.97 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 69 /PC-AEN)) + (pad 2 thru_hole circle (at -8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 64 /PC-A5)) + (pad 3 thru_hole circle (at -6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 88 /REF5)) + (pad 4 thru_hole circle (at -3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 67 /PC-A8)) + (pad 5 thru_hole circle (at -1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 91 /REF8)) + (pad 6 thru_hole circle (at 1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 68 /PC-A9)) + (pad 7 thru_hole circle (at 3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 92 /REF9)) + (pad 8 thru_hole circle (at 6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 60 /PC-A11)) + (pad 9 thru_hole circle (at 8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 86 /REF11)) + (pad 10 thru_hole circle (at 11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 11 thru_hole circle (at 11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 59 /PC-A10)) + (pad 12 thru_hole circle (at 8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 85 /REF10)) + (pad 13 thru_hole circle (at 6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 /PC-A7)) + (pad 14 thru_hole circle (at 3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 90 /REF7)) + (pad 15 thru_hole circle (at 1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 65 /PC-A6)) + (pad 16 thru_hole circle (at -1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 89 /REF6)) + (pad 17 thru_hole circle (at -3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 63 /PC-A4)) + (pad 18 thru_hole circle (at -6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 87 /REF4)) + (pad 19 thru_hole circle (at -8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 /MATCHL)) + (pad 20 thru_hole circle (at -11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (model Sockets_DIP.3dshapes/DIP-20__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-20__300 (layer Composant) (tedit 560D313D) (tstamp 5214E8D1) + (at 163.195 120.65) + (descr "20 pins DIL package, round pads") + (tags DIL) + (path /322D31F4) + (fp_text reference U1 (at -8.89 -1.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74LS245 (at 6.35 1.27) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -13.97 -1.27) (end -12.7 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 -1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 1.27) (end -13.97 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -13.97 -2.54) (end 13.97 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 13.97 -2.54) (end 13.97 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 13.97 2.54) (end -13.97 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -13.97 2.54) (end -13.97 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 /DIR)) + (pad 2 thru_hole circle (at -8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 70 /PC-DB0)) + (pad 3 thru_hole circle (at -6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 71 /PC-DB1)) + (pad 4 thru_hole circle (at -3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 72 /PC-DB2)) + (pad 5 thru_hole circle (at -1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 73 /PC-DB3)) + (pad 6 thru_hole circle (at 1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 74 /PC-DB4)) + (pad 7 thru_hole circle (at 3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 75 /PC-DB5)) + (pad 8 thru_hole circle (at 6.35 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 76 /PC-DB6)) + (pad 9 thru_hole circle (at 8.89 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 77 /PC-DB7)) + (pad 10 thru_hole circle (at 11.43 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 11 thru_hole circle (at 11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 /D7)) + (pad 12 thru_hole circle (at 8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 /D6)) + (pad 13 thru_hole circle (at 6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /D5)) + (pad 14 thru_hole circle (at 3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 /D4)) + (pad 15 thru_hole circle (at 1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /D3)) + (pad 16 thru_hole circle (at -1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 /D2)) + (pad 17 thru_hole circle (at -3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 /D1)) + (pad 18 thru_hole circle (at -6.35 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 /D0)) + (pad 19 thru_hole circle (at -8.89 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /ENBBUF)) + (pad 20 thru_hole circle (at -11.43 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (model Sockets_DIP.3dshapes/DIP-20__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Composant) (tedit 560D3138) (tstamp 32307DC0) + (at 167.005 111.76) + (descr "Condensateur polarise") + (tags CP) + (path /32307DC0) + (fp_text reference C6 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Composant) (tedit 560D3069) (tstamp 32307DCA) + (at 86.995 120.65 270) + (descr "Condensateur polarise") + (tags CP) + (path /32307DCA) + (fp_text reference C5 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0 270) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad 2 thru_hole circle (at 7.62 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Composant) (tedit 560D3031) (tstamp 32307DCF) + (at 163.195 52.07 180) + (descr "Condensateur polarise") + (tags CP) + (path /32307DCF) + (fp_text reference C4 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0 180) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Composant) (tedit 560D3096) (tstamp 32307DE2) + (at 90.805 83.82) + (descr "Condensateur polarise") + (tags CP) + (path /32307DE2) + (fp_text reference C1 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R3 (layer Composant) (tedit 560D301C) (tstamp 322D32A0) + (at 172.085 41.91) + (descr "Resitance 3 pas") + (tags R) + (path /322D32A0) + (fp_text reference R5 (at 0 0.127) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330 (at 0 0.127) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 105 "Net-(D2-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 /LED2)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R3 (layer Composant) (tedit 560D302C) (tstamp 322D3295) + (at 151.765 41.91 180) + (descr "Resitance 3 pas") + (tags R) + (path /322D3295) + (fp_text reference R4 (at 0 0.127 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330 (at 0 0.127 180) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 104 "Net-(D1-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 /LED1)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R3 (layer Composant) (tedit 0) (tstamp 324002E6) + (at 88.265 57.15 180) + (descr "Resitance 3 pas") + (tags R) + (path /324002E6) + (fp_text reference R3 (at 0 0.127 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10K (at 0 0.127 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 106 "Net-(R3-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R3 (layer Composant) (tedit 560D3085) (tstamp 32307EAA) + (at 127.635 95.25 270) + (descr "Resitance 3 pas") + (tags R) + (path /32307EAA) + (fp_text reference R2 (at 0 0.127 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0.127 270) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 /8MH-OUT)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 103 "Net-(C3-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R3 (layer Composant) (tedit 560D3081) (tstamp 32307EA1) + (at 117.475 95.25 90) + (descr "Resitance 3 pas") + (tags R) + (path /32307EA1) + (fp_text reference R1 (at 0 0.127 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100K (at 0 0.127 90) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 103 "Net-(C3-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 "Net-(C2-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:r_pack9 (layer Composant) (tedit 560D3076) (tstamp 325679C1) + (at 107.315 113.03) + (descr "Connecteur 10 pins") + (tags "CONN DEV") + (path /325679C1) + (fp_text reference RR1 (at -1.016 -2.54) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 9x1K (at -0.762 2.286) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -12.7 1.27) (end -12.7 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -12.7 -1.27) (end 12.7 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 12.7 -1.27) (end 12.7 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 12.7 1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -10.16 1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -11.43 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 VCC)) + (pad 2 thru_hole circle (at -8.89 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 88 /REF5)) + (pad 3 thru_hole circle (at -6.35 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 87 /REF4)) + (pad 4 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 91 /REF8)) + (pad 5 thru_hole circle (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 89 /REF6)) + (pad 6 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 92 /REF9)) + (pad 7 thru_hole circle (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 90 /REF7)) + (pad 8 thru_hole circle (at 6.35 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 86 /REF11)) + (pad 9 thru_hole circle (at 8.89 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 85 /REF10)) + (pad 10 thru_hole circle (at 11.43 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (model Discret.3dshapes/r_pack9.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_ThroughHole:C_Disc_D3_P2.5 (layer Composant) (tedit 560D3079) (tstamp 32307ED4) + (at 121.305 99.06) + (descr "Capacitor 3mm Disc, Pitch 2.5mm") + (tags Capacitor) + (path /32307ED4) + (fp_text reference C3 (at 1.25 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47pF (at 1.25 2.5) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.9 -1.5) (end 3.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.4 -1.5) (end 3.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.4 1.5) (end -0.9 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.9 1.5) (end -0.9 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.25 -1.25) (end 2.75 -1.25) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.75 1.25) (end -0.25 1.25) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 0 0) (size 1.3 1.3) (drill 0.8) (layers *.Cu *.Mask F.SilkS) + (net 103 "Net-(C3-Pad1)")) + (pad 2 thru_hole circle (at 2.5 0) (size 1.3 1.3) (drill 0.8001) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model Capacitors_ThroughHole.3dshapes/C_Disc_D3_P2.5.wrl + (at (xyz 0.049213 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LEDs:LED-5MM (layer Composant) (tedit 560D3011) (tstamp 322D32AC) + (at 158.115 38.1 180) + (descr "LED 5mm round vertical") + (tags "LED 5mm round vertical") + (path /322D32AC) + (fp_text reference D1 (at -2.355 -0.18 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.524 -3.937 180) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15)) + (fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15)) + (fp_text user K (at -1.905 1.905 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 270) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 104 "Net-(D1-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0.05 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (module LEDs:LED-5MM (layer Composant) (tedit 560D3020) (tstamp 322D32BE) + (at 168.275 38.1 180) + (descr "LED 5mm round vertical") + (tags "LED 5mm round vertical") + (path /322D32BE) + (fp_text reference D2 (at -2.415 -0.02 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.524 -3.937 180) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15)) + (fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15)) + (fp_text user K (at -1.905 1.905 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 270) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 105 "Net-(D2-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0.05 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (module Pin_Headers:Pin_Header_Straight_2x08 (layer Composant) (tedit 560D32B9) (tstamp 32568D1E) + (at 116.205 105.41 270) + (descr "Through hole pin header") + (tags "pin header") + (path /32568D1E) + (fp_text reference JP1 (at 0 -5.1 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CONN_8X2 (at 0 -3.1 270) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.75 -1.75) (end -1.75 19.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.3 -1.75) (end 4.3 19.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.75 19.55) (end 4.3 19.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.81 19.05) (end 3.81 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.27 1.27) (end -1.27 19.05) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 19.05) (end -1.27 19.05) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.55 -1.55) (end -1.55 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 0 0 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 85 /REF10)) + (pad 3 thru_hole oval (at 0 2.54 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 4 thru_hole oval (at 2.54 2.54 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 86 /REF11)) + (pad 5 thru_hole oval (at 0 5.08 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 6 thru_hole oval (at 2.54 5.08 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 90 /REF7)) + (pad 7 thru_hole oval (at 0 7.62 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 8 thru_hole oval (at 2.54 7.62 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 92 /REF9)) + (pad 9 thru_hole oval (at 0 10.16 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 10 thru_hole oval (at 2.54 10.16 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 89 /REF6)) + (pad 11 thru_hole oval (at 0 12.7 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 12 thru_hole oval (at 2.54 12.7 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 91 /REF8)) + (pad 13 thru_hole oval (at 0 15.24 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 14 thru_hole oval (at 2.54 15.24 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 87 /REF4)) + (pad 15 thru_hole oval (at 0 17.78 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 GND)) + (pad 16 thru_hole oval (at 2.54 17.78 270) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 88 /REF5)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x08.wrl + (at (xyz 0.05 -0.35 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (dimension 99.06 (width 0.20066) (layer Cmts.User) + (gr_text "99,060 mm" (at 75.946 83.947 270) (layer Cmts.User) + (effects (font (size 2.032 1.524) (thickness 0.20066))) + ) + (feature1 (pts (xy 79.375 133.35) (xy 70.485 133.35))) + (feature2 (pts (xy 79.375 34.29) (xy 70.485 34.29))) + (crossbar (pts (xy 74.041 34.29) (xy 74.041 133.35))) + (arrow1a (pts (xy 74.041 133.35) (xy 73.4568 132.22478))) + (arrow1b (pts (xy 74.041 133.35) (xy 74.6252 132.22478))) + (arrow2a (pts (xy 74.041 34.29) (xy 73.4568 35.41522))) + (arrow2b (pts (xy 74.041 34.29) (xy 74.6252 35.41522))) + ) + (dimension 115.57 (width 0.21082) (layer Cmts.User) + (gr_text "115,570 mm" (at 137.16 26.67254) (layer Cmts.User) + (effects (font (size 2.032 1.524) (thickness 0.21082))) + ) + (feature1 (pts (xy 194.945 34.29) (xy 194.945 24.89454))) + (feature2 (pts (xy 79.375 34.29) (xy 79.375 24.89454))) + (crossbar (pts (xy 79.375 28.45054) (xy 194.945 28.45054))) + (arrow1a (pts (xy 194.945 28.45054) (xy 193.81978 29.03474))) + (arrow1b (pts (xy 194.945 28.45054) (xy 193.81978 27.86634))) + (arrow2a (pts (xy 79.375 28.45054) (xy 80.50022 29.03474))) + (arrow2b (pts (xy 79.375 28.45054) (xy 80.50022 27.86634))) + ) + (gr_text 1 (at 84.455 36.83) (layer Cuivre) (tstamp B98C) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text 2 (at 81.915 39.37) (layer Composant) (tstamp B98C) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text INTERF_U (at 188.595 45.72 90) (layer Cuivre) (tstamp 47) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text INTERF_U (at 183.515 45.72 90) (layer Composant) (tstamp 47) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text V02 (at 175.895 38.1) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.381)) (justify mirror)) + ) + (gr_text V02 (at 175.895 38.1) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.381))) + ) + (gr_text INTERF_U (at 184.785 127) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.381))) + ) + (gr_text V02 (at 183.515 130.81) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.381))) + ) + (gr_line (start 90.805 133.35) (end 90.805 140.97) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 90.805 140.97) (end 90.805 142.24) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 90.805 142.24) (end 172.085 142.24) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 172.085 142.24) (end 172.085 133.35) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 172.085 133.35) (end 194.945 133.35) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 194.945 133.35) (end 194.945 34.29) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 90.805 133.35) (end 79.375 133.35) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 79.375 133.35) (end 79.375 34.29) (layer Edge.Cuts) (width 0.127)) + (gr_line (start 79.375 34.29) (end 194.945 34.29) (layer Edge.Cuts) (width 0.127)) + + (segment (start 128.905 90.17) (end 142.875 90.17) (width 0.4318) (layer Cuivre) (net 1) (status 400)) + (segment (start 127.635 91.44) (end 128.905 90.17) (width 0.4318) (layer Cuivre) (net 1) (status 800)) + (segment (start 173.355 90.17) (end 175.26 90.17) (width 0.4318) (layer Cuivre) (net 2) (status 800)) + (segment (start 180.34 95.25) (end 175.26 90.17) (width 0.4318) (layer Cuivre) (net 2)) + (segment (start 182.245 97.282) (end 180.34 95.377) (width 0.4318) (layer Cuivre) (net 2) (status 800)) + (segment (start 180.34 95.25) (end 180.34 95.377) (width 0.4318) (layer Cuivre) (net 2)) + (segment (start 170.815 72.39) (end 172.085 71.12) (width 0.4318) (layer Cuivre) (net 3) (status 800)) + (segment (start 178.435 71.12) (end 181.102 73.787) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 184.785 73.787) (end 184.785 73.9648) (width 0.4318) (layer Cuivre) (net 3) (status 400)) + (segment (start 181.102 73.787) (end 184.785 73.787) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 172.085 71.12) (end 178.435 71.12) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 170.815 74.93) (end 172.085 73.66) (width 0.4318) (layer Cuivre) (net 4) (status 800)) + (segment (start 172.085 73.66) (end 179.705 73.66) (width 0.4318) (layer Cuivre) (net 4)) + (segment (start 180.975 74.93) (end 182.245 74.93) (width 0.4318) (layer Cuivre) (net 4)) + (segment (start 182.245 74.93) (end 182.245 75.184) (width 0.4318) (layer Cuivre) (net 4) (status 400)) + (segment (start 179.705 73.66) (end 180.975 74.93) (width 0.4318) (layer Cuivre) (net 4)) + (segment (start 173.355 77.47) (end 182.245 77.47) (width 0.4318) (layer Cuivre) (net 5) (status 800)) + (segment (start 182.245 77.47) (end 182.245 77.851) (width 0.4318) (layer Cuivre) (net 5) (status 400)) + (segment (start 176.657 80.772) (end 182.245 80.772) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 182.245 80.772) (end 182.245 80.645) (width 0.4318) (layer Cuivre) (net 6) (status 400)) + (segment (start 176.149 81.28) (end 176.657 80.772) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 172.085 81.28) (end 176.149 81.28) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 170.815 80.01) (end 172.085 81.28) (width 0.4318) (layer Cuivre) (net 6) (status 800)) + (segment (start 173.355 82.55) (end 179.578 82.55) (width 0.4318) (layer Cuivre) (net 7) (status 800)) + (segment (start 180.34 83.312) (end 182.245 83.439) (width 0.4318) (layer Cuivre) (net 7) (status 400)) + (segment (start 179.578 82.55) (end 180.34 83.312) (width 0.4318) (layer Cuivre) (net 7)) + (segment (start 179.578 85.09) (end 180.594 86.106) (width 0.4318) (layer Cuivre) (net 8)) + (segment (start 173.355 85.09) (end 179.578 85.09) (width 0.4318) (layer Cuivre) (net 8) (status 800)) + (segment (start 182.245 86.106) (end 182.245 86.233) (width 0.4318) (layer Cuivre) (net 8) (status 400)) + (segment (start 180.594 86.106) (end 182.245 86.106) (width 0.4318) (layer Cuivre) (net 8)) + (segment (start 172.085 86.36) (end 178.435 86.36) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 178.435 86.36) (end 180.975 88.9) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 180.975 88.9) (end 182.245 88.9) (width 0.4318) (layer Cuivre) (net 9) (status 400)) + (segment (start 170.815 85.09) (end 172.085 86.36) (width 0.4318) (layer Cuivre) (net 9) (status 800)) + (segment (start 178.435 87.63) (end 182.245 91.44) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 182.245 91.44) (end 182.245 91.694) (width 0.4318) (layer Cuivre) (net 10) (status 400)) + (segment (start 173.355 87.63) (end 178.435 87.63) (width 0.4318) (layer Cuivre) (net 10) (status 800)) + (segment (start 178.435 83.82) (end 179.705 83.82) (width 0.4318) (layer Composant) (net 11)) + (segment (start 180.975 85.09) (end 180.975 92.71) (width 0.4318) (layer Composant) (net 11)) + (segment (start 182.245 93.98) (end 182.245 94.488) (width 0.4318) (layer Composant) (net 11) (status 400)) + (segment (start 180.975 92.71) (end 182.245 93.98) (width 0.4318) (layer Composant) (net 11)) + (segment (start 179.705 83.82) (end 180.975 85.09) (width 0.4318) (layer Composant) (net 11)) + (via (at 178.435 83.82) (size 1.397) (layers Composant Cuivre) (net 11)) + (segment (start 168.275 85.09) (end 169.545 83.82) (width 0.4318) (layer Cuivre) (net 11) (status 800)) + (segment (start 169.545 83.82) (end 178.435 83.82) (width 0.4318) (layer Cuivre) (net 11)) + (segment (start 172.085 90.805) (end 172.72 91.44) (width 0.4318) (layer Cuivre) (net 12)) + (segment (start 182.245 99.695) (end 182.245 99.949) (width 0.4318) (layer Cuivre) (net 12) (status 400)) + (segment (start 172.72 91.44) (end 173.99 91.44) (width 0.4318) (layer Cuivre) (net 12)) + (segment (start 173.99 91.44) (end 182.245 99.695) (width 0.4318) (layer Cuivre) (net 12)) + (segment (start 172.085 88.9) (end 172.085 90.805) (width 0.4318) (layer Cuivre) (net 12)) + (segment (start 170.815 87.63) (end 172.085 88.9) (width 0.4318) (layer Cuivre) (net 12) (status 800)) + (segment (start 149.225 96.52) (end 149.225 102.87) (width 0.4318) (layer Composant) (net 13)) + (segment (start 144.4625 104.14) (end 144.145 104.4575) (width 0.4318) (layer Composant) (net 13)) + (segment (start 144.145 104.4575) (end 144.145 105.41) (width 0.4318) (layer Composant) (net 13) (status 400)) + (segment (start 150.495 92.71) (end 150.495 95.25) (width 0.4318) (layer Composant) (net 13) (status C00)) + (segment (start 149.225 102.87) (end 147.955 104.14) (width 0.4318) (layer Composant) (net 13)) + (segment (start 150.495 95.25) (end 149.225 96.52) (width 0.4318) (layer Composant) (net 13) (status 800)) + (segment (start 147.955 104.14) (end 144.4625 104.14) (width 0.4318) (layer Composant) (net 13)) + (segment (start 165.735 58.42) (end 113.665 58.42) (width 0.4318) (layer Cuivre) (net 14)) + (segment (start 165.735 67.31) (end 165.735 58.42) (width 0.4318) (layer Composant) (net 14) (status 800)) + (via (at 165.735 58.42) (size 1.397) (layers Composant Cuivre) (net 14)) + (segment (start 112.395 59.69) (end 112.395 60.96) (width 0.4318) (layer Cuivre) (net 14) (status 400)) + (segment (start 113.665 58.42) (end 112.395 59.69) (width 0.4318) (layer Cuivre) (net 14)) + (segment (start 131.445 105.41) (end 131.445 102.235) (width 0.4318) (layer Cuivre) (net 15) (status 800)) + (segment (start 145.415 100.965) (end 145.415 97.79) (width 0.4318) (layer Composant) (net 15) (status 400)) + (segment (start 156.845 100.965) (end 156.845 116.84) (width 0.4318) (layer Composant) (net 15) (status 400)) + (segment (start 148.59 100.33) (end 156.21 100.33) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 131.445 102.235) (end 132.715 100.965) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 145.415 100.965) (end 147.955 100.965) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 132.715 100.965) (end 145.415 100.965) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 156.21 100.33) (end 156.845 100.965) (width 0.4318) (layer Cuivre) (net 15)) + (via (at 156.845 100.965) (size 1.397) (layers Composant Cuivre) (net 15)) + (via (at 145.415 100.965) (size 1.397) (layers Composant Cuivre) (net 15)) + (segment (start 147.955 100.965) (end 148.59 100.33) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 160.655 106.68) (end 160.655 97.79) (width 0.4318) (layer Composant) (net 16) (status 400)) + (segment (start 161.29 107.315) (end 160.655 106.68) (width 0.4318) (layer Composant) (net 16)) + (segment (start 161.29 113.665) (end 161.29 107.315) (width 0.4318) (layer Composant) (net 16)) + (segment (start 159.385 116.84) (end 159.385 115.57) (width 0.4318) (layer Composant) (net 16) (status 800)) + (segment (start 159.385 115.57) (end 161.29 113.665) (width 0.4318) (layer Composant) (net 16)) + (segment (start 163.195 114.3) (end 161.925 115.57) (width 0.4318) (layer Composant) (net 17)) + (segment (start 161.925 115.57) (end 161.925 116.84) (width 0.4318) (layer Composant) (net 17) (status 400)) + (segment (start 163.195 97.79) (end 163.195 114.3) (width 0.4318) (layer Composant) (net 17) (status 800)) + (segment (start 164.465 96.52) (end 164.465 116.84) (width 0.4318) (layer Composant) (net 18) (status 400)) + (segment (start 163.195 95.25) (end 164.465 96.52) (width 0.4318) (layer Composant) (net 18) (status 800)) + (segment (start 165.735 95.25) (end 167.005 96.52) (width 0.4318) (layer Composant) (net 19) (status 800)) + (segment (start 167.005 96.52) (end 167.005 116.84) (width 0.4318) (layer Composant) (net 19) (status 400)) + (segment (start 168.275 112.395) (end 169.545 113.665) (width 0.4318) (layer Composant) (net 20)) + (segment (start 169.545 113.665) (end 169.545 116.84) (width 0.4318) (layer Composant) (net 20) (status 400)) + (segment (start 168.275 97.79) (end 168.275 112.395) (width 0.4318) (layer Composant) (net 20) (status 800)) + (segment (start 168.275 95.25) (end 169.545 96.52) (width 0.4318) (layer Composant) (net 21) (status 800)) + (segment (start 169.545 96.52) (end 169.545 111.76) (width 0.4318) (layer Composant) (net 21)) + (segment (start 172.085 114.3) (end 172.085 116.84) (width 0.4318) (layer Composant) (net 21) (status 400)) + (segment (start 169.545 111.76) (end 172.085 114.3) (width 0.4318) (layer Composant) (net 21)) + (segment (start 170.815 92.71) (end 172.085 93.98) (width 0.4318) (layer Composant) (net 22) (status 800)) + (segment (start 172.085 112.395) (end 174.625 114.935) (width 0.4318) (layer Composant) (net 22)) + (segment (start 174.625 114.935) (end 174.625 116.84) (width 0.4318) (layer Composant) (net 22) (status 400)) + (segment (start 172.085 93.98) (end 172.085 112.395) (width 0.4318) (layer Composant) (net 22)) + (segment (start 150.495 121.92) (end 150.495 123.19) (width 0.4318) (layer Composant) (net 23)) + (segment (start 140.335 120.65) (end 149.225 120.65) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 150.495 123.19) (end 151.765 124.46) (width 0.4318) (layer Composant) (net 23) (status 400)) + (via (at 149.225 120.65) (size 1.397) (layers Composant Cuivre) (net 23)) + (via (at 140.335 120.65) (size 1.397) (layers Composant Cuivre) (net 23)) + (segment (start 149.225 120.65) (end 150.495 121.92) (width 0.4318) (layer Composant) (net 23)) + (segment (start 141.605 109.22) (end 140.335 110.49) (width 0.4318) (layer Composant) (net 23)) + (segment (start 141.605 105.41) (end 141.605 109.22) (width 0.4318) (layer Composant) (net 23) (status 800)) + (segment (start 140.335 110.49) (end 140.335 120.65) (width 0.4318) (layer Composant) (net 23)) + (segment (start 167.005 101.6) (end 167.005 93.98) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 154.305 101.6) (end 154.94 102.235) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 166.37 102.235) (end 167.005 101.6) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 134.3025 102.235) (end 149.225 102.235) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 133.985 102.5525) (end 134.3025 102.235) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 133.985 105.41) (end 133.985 102.5525) (width 0.4318) (layer Cuivre) (net 24) (status 800)) + (segment (start 167.005 93.98) (end 168.275 92.71) (width 0.4318) (layer Cuivre) (net 24) (status 400)) + (segment (start 149.86 101.6) (end 154.305 101.6) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 149.225 102.235) (end 149.86 101.6) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 154.94 102.235) (end 166.37 102.235) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 128.905 107.95) (end 154.305 107.95) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 154.305 107.95) (end 154.305 116.84) (width 0.4318) (layer Composant) (net 25) (status 400)) + (via (at 154.305 107.95) (size 1.397) (layers Composant Cuivre) (net 25)) + (segment (start 128.905 105.41) (end 128.905 107.95) (width 0.4318) (layer Composant) (net 25) (status 800)) + (via (at 128.905 107.95) (size 1.397) (layers Composant Cuivre) (net 25)) + (segment (start 173.355 74.93) (end 179.451 74.93) (width 0.4318) (layer Cuivre) (net 26) (status 800)) + (segment (start 181.102 76.581) (end 184.785 76.581) (width 0.4318) (layer Cuivre) (net 26)) + (segment (start 184.785 76.5048) (end 184.785 76.581) (width 0.4318) (layer Cuivre) (net 26) (status 800)) + (segment (start 179.451 74.93) (end 181.102 76.581) (width 0.4318) (layer Cuivre) (net 26)) + (segment (start 170.815 77.47) (end 172.085 78.74) (width 0.4318) (layer Cuivre) (net 27) (status 800)) + (segment (start 180.721 78.74) (end 181.229 79.248) (width 0.4318) (layer Cuivre) (net 27)) + (segment (start 184.785 79.248) (end 184.785 79.2988) (width 0.4318) (layer Cuivre) (net 27) (status 400)) + (segment (start 172.085 78.74) (end 180.721 78.74) (width 0.4318) (layer Cuivre) (net 27)) + (segment (start 181.229 79.248) (end 184.785 79.248) (width 0.4318) (layer Cuivre) (net 27)) + (segment (start 147.955 95.25) (end 146.685 93.98) (width 0.4318) (layer Composant) (net 28) (status 800)) + (segment (start 149.225 81.28) (end 149.225 66.04) (width 0.4318) (layer Composant) (net 28)) + (segment (start 149.225 66.04) (end 147.955 64.77) (width 0.4318) (layer Composant) (net 28)) + (segment (start 146.685 93.98) (end 146.685 91.44) (width 0.4318) (layer Composant) (net 28)) + (segment (start 147.955 64.77) (end 147.955 41.91) (width 0.4318) (layer Composant) (net 28) (status 400)) + (segment (start 146.685 91.44) (end 144.145 91.44) (width 0.4318) (layer Composant) (net 28)) + (segment (start 144.145 91.44) (end 144.145 81.28) (width 0.4318) (layer Composant) (net 28)) + (segment (start 144.145 81.28) (end 149.225 81.28) (width 0.4318) (layer Composant) (net 28)) + (segment (start 173.355 80.01) (end 175.895 77.47) (width 0.4318) (layer Composant) (net 29) (status 800)) + (segment (start 175.895 77.47) (end 175.895 41.91) (width 0.4318) (layer Composant) (net 29) (status 400)) + (via (at 113.665 57.15) (size 1.397) (layers Composant Cuivre) (net 30)) + (segment (start 114.935 74.93) (end 113.665 73.66) (width 0.4318) (layer Composant) (net 30)) + (segment (start 168.275 67.31) (end 168.275 57.15) (width 0.4318) (layer Composant) (net 30) (status 800)) + (segment (start 113.665 57.15) (end 113.665 73.66) (width 0.4318) (layer Composant) (net 30)) + (via (at 168.275 57.15) (size 1.397) (layers Composant Cuivre) (net 30)) + (segment (start 114.935 76.2) (end 114.935 74.93) (width 0.4318) (layer Composant) (net 30) (status 800)) + (segment (start 168.275 57.15) (end 113.665 57.15) (width 0.4318) (layer Cuivre) (net 30)) + (segment (start 145.415 69.85) (end 144.145 68.58) (width 0.4318) (layer Cuivre) (net 31) (status 800)) + (segment (start 111.125 73.66) (end 111.125 68.58) (width 0.4318) (layer Composant) (net 31)) + (segment (start 144.145 68.58) (end 111.125 68.58) (width 0.4318) (layer Cuivre) (net 31)) + (segment (start 112.395 76.2) (end 112.395 74.93) (width 0.4318) (layer Composant) (net 31) (status 800)) + (segment (start 112.395 74.93) (end 111.125 73.66) (width 0.4318) (layer Composant) (net 31)) + (via (at 111.125 68.58) (size 1.397) (layers Composant Cuivre) (net 31)) + (segment (start 109.855 64.77) (end 109.855 60.96) (width 0.4318) (layer Composant) (net 32) (status 400)) + (via (at 167.005 64.77) (size 1.397) (layers Composant Cuivre) (net 32)) + (segment (start 167.005 64.77) (end 109.855 64.77) (width 0.4318) (layer Cuivre) (net 32)) + (segment (start 164.465 71.12) (end 167.005 71.12) (width 0.4318) (layer Composant) (net 32)) + (segment (start 163.195 72.39) (end 164.465 71.12) (width 0.4318) (layer Composant) (net 32) (status 800)) + (via (at 109.855 64.77) (size 1.397) (layers Composant Cuivre) (net 32)) + (segment (start 167.005 71.12) (end 167.005 64.77) (width 0.4318) (layer Composant) (net 32)) + (segment (start 145.415 74.93) (end 144.145 73.66) (width 0.4318) (layer Composant) (net 33) (status 800)) + (segment (start 144.145 73.66) (end 141.605 73.66) (width 0.4318) (layer Composant) (net 33)) + (segment (start 104.775 68.58) (end 104.775 60.96) (width 0.4318) (layer Composant) (net 33) (status 400)) + (segment (start 139.065 69.85) (end 106.045 69.85) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 106.045 69.85) (end 104.775 68.58) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 139.065 71.12) (end 139.065 69.85) (width 0.4318) (layer Composant) (net 33)) + (via (at 104.775 68.58) (size 1.397) (layers Composant Cuivre) (net 33)) + (via (at 139.065 69.85) (size 1.397) (layers Composant Cuivre) (net 33)) + (segment (start 141.605 73.66) (end 139.065 71.12) (width 0.4318) (layer Composant) (net 33)) + (segment (start 94.615 76.2) (end 94.615 76.2) (width 0.4318) (layer Cuivre) (net 34) (status C00)) + (segment (start 146.685 81.28) (end 99.695 81.28) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 99.695 81.28) (end 94.615 76.2) (width 0.4318) (layer Cuivre) (net 34) (status 400)) + (segment (start 147.955 80.01) (end 146.685 81.28) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 142.875 72.39) (end 99.695 72.39) (width 0.4318) (layer Cuivre) (net 35) (status 800)) + (segment (start 97.155 69.85) (end 97.155 68.58) (width 0.4318) (layer Cuivre) (net 35)) + (segment (start 97.155 68.58) (end 97.155 60.96) (width 0.4318) (layer Composant) (net 35) (status 400)) + (via (at 97.155 68.58) (size 1.397) (layers Composant Cuivre) (net 35)) + (segment (start 99.695 72.39) (end 97.155 69.85) (width 0.4318) (layer Cuivre) (net 35)) + (segment (start 93.345 74.93) (end 92.075 76.2) (width 0.4318) (layer Cuivre) (net 36) (status 400)) + (segment (start 142.875 74.93) (end 93.345 74.93) (width 0.4318) (layer Cuivre) (net 36) (status 800)) + (segment (start 137.795 66.04) (end 137.795 77.47) (width 0.4318) (layer Composant) (net 37)) + (segment (start 90.17 66.04) (end 89.535 65.405) (width 0.4318) (layer Cuivre) (net 37)) + (segment (start 137.795 77.47) (end 140.335 80.01) (width 0.4318) (layer Composant) (net 37)) + (segment (start 140.335 80.01) (end 142.875 80.01) (width 0.4318) (layer Composant) (net 37) (status 400)) + (segment (start 89.535 60.96) (end 89.535 65.405) (width 0.4318) (layer Cuivre) (net 37) (status 800)) + (via (at 137.795 66.04) (size 1.397) (layers Composant Cuivre) (net 37)) + (segment (start 137.795 66.04) (end 90.17 66.04) (width 0.4318) (layer Cuivre) (net 37)) + (segment (start 161.925 48.26) (end 88.265 48.26) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 161.925 48.26) (end 161.925 71.12) (width 0.4318) (layer Composant) (net 38)) + (via (at 88.265 48.26) (size 1.397) (layers Composant Cuivre) (net 38)) + (segment (start 88.265 73.66) (end 89.535 74.93) (width 0.4318) (layer Composant) (net 38)) + (segment (start 88.265 48.26) (end 88.265 73.66) (width 0.4318) (layer Composant) (net 38)) + (via (at 161.925 48.26) (size 1.397) (layers Composant Cuivre) (net 38)) + (segment (start 89.535 74.93) (end 89.535 76.2) (width 0.4318) (layer Composant) (net 38) (status 400)) + (segment (start 161.925 71.12) (end 160.655 72.39) (width 0.4318) (layer Composant) (net 38) (status 400)) + (segment (start 146.685 76.2) (end 133.985 76.2) (width 0.4318) (layer Cuivre) (net 39)) + (segment (start 147.955 74.93) (end 146.685 76.2) (width 0.4318) (layer Cuivre) (net 39) (status 800)) + (segment (start 133.985 76.2) (end 132.715 77.47) (width 0.4318) (layer Cuivre) (net 39)) + (segment (start 132.715 77.47) (end 111.125 77.47) (width 0.4318) (layer Cuivre) (net 39)) + (segment (start 111.125 77.47) (end 109.855 76.2) (width 0.4318) (layer Cuivre) (net 39) (status 400)) + (segment (start 145.415 72.39) (end 144.145 73.66) (width 0.4318) (layer Cuivre) (net 40) (status 800)) + (segment (start 107.315 74.93) (end 106.045 73.66) (width 0.4318) (layer Composant) (net 40)) + (via (at 106.045 73.66) (size 1.397) (layers Composant Cuivre) (net 40)) + (segment (start 107.315 76.2) (end 107.315 74.93) (width 0.4318) (layer Composant) (net 40) (status 800)) + (segment (start 144.145 73.66) (end 106.045 73.66) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 135.255 77.47) (end 133.985 78.74) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 142.875 77.47) (end 135.255 77.47) (width 0.4318) (layer Cuivre) (net 41) (status 800)) + (segment (start 107.315 78.74) (end 104.775 76.2) (width 0.4318) (layer Cuivre) (net 41) (status 400)) + (segment (start 133.985 78.74) (end 107.315 78.74) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 174.625 71.12) (end 173.355 72.39) (width 0.4318) (layer Composant) (net 42) (status 400)) + (segment (start 102.235 76.2) (end 102.235 74.93) (width 0.4318) (layer Composant) (net 42) (status 800)) + (via (at 100.965 63.5) (size 1.397) (layers Composant Cuivre) (net 42)) + (segment (start 100.965 63.5) (end 174.625 63.5) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 174.625 63.5) (end 174.625 71.12) (width 0.4318) (layer Composant) (net 42)) + (segment (start 102.235 74.93) (end 100.965 73.66) (width 0.4318) (layer Composant) (net 42)) + (via (at 174.625 63.5) (size 1.397) (layers Composant Cuivre) (net 42)) + (segment (start 100.965 73.66) (end 100.965 63.5) (width 0.4318) (layer Composant) (net 42)) + (segment (start 99.695 77.47) (end 99.695 76.2) (width 0.4318) (layer Cuivre) (net 43) (status 400)) + (segment (start 135.255 80.01) (end 102.235 80.01) (width 0.4318) (layer Cuivre) (net 43)) + (segment (start 102.235 80.01) (end 99.695 77.47) (width 0.4318) (layer Cuivre) (net 43)) + (segment (start 145.415 80.01) (end 144.145 78.74) (width 0.4318) (layer Cuivre) (net 43) (status 800)) + (segment (start 136.525 78.74) (end 135.255 80.01) (width 0.4318) (layer Cuivre) (net 43)) + (segment (start 144.145 78.74) (end 136.525 78.74) (width 0.4318) (layer Cuivre) (net 43)) + (segment (start 95.885 53.34) (end 95.885 73.66) (width 0.4318) (layer Composant) (net 44)) + (segment (start 146.685 53.34) (end 95.885 53.34) (width 0.4318) (layer Cuivre) (net 44)) + (via (at 146.685 53.34) (size 1.397) (layers Composant Cuivre) (net 44)) + (segment (start 97.155 74.93) (end 95.885 73.66) (width 0.4318) (layer Composant) (net 44)) + (via (at 95.885 53.34) (size 1.397) (layers Composant Cuivre) (net 44)) + (segment (start 147.955 69.85) (end 146.685 68.58) (width 0.4318) (layer Composant) (net 44) (status 800)) + (segment (start 97.155 76.2) (end 97.155 74.93) (width 0.4318) (layer Composant) (net 44) (status 800)) + (segment (start 146.685 68.58) (end 146.685 53.34) (width 0.4318) (layer Composant) (net 44)) + (via (at 100.965 82.55) (size 1.397) (layers Composant Cuivre) (net 45)) + (segment (start 100.965 82.55) (end 100.965 74.93) (width 0.4318) (layer Composant) (net 45)) + (segment (start 100.965 74.93) (end 99.695 73.66) (width 0.4318) (layer Composant) (net 45)) + (segment (start 142.875 82.55) (end 100.965 82.55) (width 0.4318) (layer Cuivre) (net 45) (status 800)) + (segment (start 99.695 73.66) (end 99.695 60.96) (width 0.4318) (layer Composant) (net 45) (status 400)) + (via (at 150.495 62.23) (size 1.397) (layers Composant Cuivre) (net 46)) + (segment (start 150.495 67.31) (end 150.495 62.23) (width 0.4318) (layer Composant) (net 46) (status 800)) + (segment (start 103.505 62.23) (end 102.235 60.96) (width 0.4318) (layer Cuivre) (net 46) (status 400)) + (segment (start 150.495 62.23) (end 103.505 62.23) (width 0.4318) (layer Cuivre) (net 46)) + (segment (start 126.365 114.935) (end 126.365 113.03) (width 0.4318) (layer Cuivre) (net 47) (status 400)) + (segment (start 99.695 115.57) (end 125.73 115.57) (width 0.4318) (layer Cuivre) (net 47)) + (segment (start 125.73 115.57) (end 126.365 114.935) (width 0.4318) (layer Cuivre) (net 47)) + (segment (start 98.425 116.84) (end 99.695 115.57) (width 0.4318) (layer Cuivre) (net 47) (status 800)) + (segment (start 154.305 71.12) (end 116.205 71.12) (width 0.4318) (layer Cuivre) (net 48)) + (segment (start 117.475 74.93) (end 116.205 73.66) (width 0.4318) (layer Composant) (net 48)) + (via (at 116.205 71.12) (size 1.397) (layers Composant Cuivre) (net 48)) + (segment (start 117.475 76.2) (end 117.475 74.93) (width 0.4318) (layer Composant) (net 48) (status 800)) + (segment (start 155.575 72.39) (end 154.305 71.12) (width 0.4318) (layer Cuivre) (net 48) (status 800)) + (segment (start 116.205 73.66) (end 116.205 71.12) (width 0.4318) (layer Composant) (net 48)) + (segment (start 120.015 76.2) (end 120.015 74.93) (width 0.4318) (layer Composant) (net 49) (status 800)) + (segment (start 151.765 66.04) (end 140.335 66.04) (width 0.4318) (layer Cuivre) (net 49)) + (via (at 118.745 67.31) (size 1.397) (layers Composant Cuivre) (net 49)) + (segment (start 153.035 67.31) (end 151.765 66.04) (width 0.4318) (layer Cuivre) (net 49) (status 800)) + (segment (start 118.745 67.31) (end 118.745 73.66) (width 0.4318) (layer Composant) (net 49)) + (segment (start 120.015 74.93) (end 118.745 73.66) (width 0.4318) (layer Composant) (net 49)) + (segment (start 139.065 67.31) (end 118.745 67.31) (width 0.4318) (layer Cuivre) (net 49)) + (segment (start 140.335 66.04) (end 139.065 67.31) (width 0.4318) (layer Cuivre) (net 49)) + (segment (start 121.285 54.61) (end 151.765 54.61) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 155.575 69.85) (end 154.305 68.58) (width 0.4318) (layer Composant) (net 50) (status 800)) + (via (at 121.285 54.61) (size 1.397) (layers Composant Cuivre) (net 50)) + (segment (start 122.555 74.93) (end 121.285 73.66) (width 0.4318) (layer Composant) (net 50)) + (segment (start 154.305 57.15) (end 151.765 54.61) (width 0.4318) (layer Composant) (net 50)) + (segment (start 122.555 76.2) (end 122.555 74.93) (width 0.4318) (layer Composant) (net 50) (status 800)) + (via (at 151.765 54.61) (size 1.397) (layers Composant Cuivre) (net 50)) + (segment (start 154.305 68.58) (end 154.305 57.15) (width 0.4318) (layer Composant) (net 50)) + (segment (start 121.285 73.66) (end 121.285 54.61) (width 0.4318) (layer Composant) (net 50)) + (via (at 155.575 60.96) (size 1.397) (layers Composant Cuivre) (net 51)) + (segment (start 155.575 60.96) (end 125.095 60.96) (width 0.4318) (layer Cuivre) (net 51) (status 400)) + (segment (start 155.575 67.31) (end 155.575 60.96) (width 0.4318) (layer Composant) (net 51) (status 800)) + (via (at 122.555 45.72) (size 1.397) (layers Composant Cuivre) (net 52)) + (segment (start 122.555 60.96) (end 122.555 45.72) (width 0.4318) (layer Composant) (net 52) (status 800)) + (segment (start 158.115 45.72) (end 122.555 45.72) (width 0.4318) (layer Cuivre) (net 52)) + (via (at 158.115 45.72) (size 1.397) (layers Composant Cuivre) (net 52)) + (segment (start 158.115 67.31) (end 158.115 45.72) (width 0.4318) (layer Composant) (net 52) (status 800)) + (segment (start 120.015 60.96) (end 120.015 49.53) (width 0.4318) (layer Composant) (net 53) (status 800)) + (segment (start 160.655 67.31) (end 160.655 49.53) (width 0.4318) (layer Composant) (net 53) (status 800)) + (via (at 160.655 49.53) (size 1.397) (layers Composant Cuivre) (net 53)) + (via (at 120.015 49.53) (size 1.397) (layers Composant Cuivre) (net 53)) + (segment (start 120.015 49.53) (end 160.655 49.53) (width 0.4318) (layer Cuivre) (net 53)) + (segment (start 117.475 55.88) (end 163.195 55.88) (width 0.4318) (layer Cuivre) (net 54)) + (segment (start 163.195 67.31) (end 163.195 55.88) (width 0.4318) (layer Composant) (net 54) (status 800)) + (via (at 117.475 55.88) (size 1.397) (layers Composant Cuivre) (net 54)) + (segment (start 117.475 60.96) (end 117.475 55.88) (width 0.4318) (layer Composant) (net 54) (status 800)) + (via (at 163.195 55.88) (size 1.397) (layers Composant Cuivre) (net 54)) + (segment (start 159.385 59.69) (end 116.205 59.69) (width 0.4318) (layer Cuivre) (net 55)) + (via (at 159.385 59.69) (size 1.397) (layers Composant Cuivre) (net 55)) + (segment (start 160.655 69.85) (end 159.385 68.58) (width 0.4318) (layer Composant) (net 55) (status 800)) + (segment (start 116.205 59.69) (end 114.935 60.96) (width 0.4318) (layer Cuivre) (net 55) (status 400)) + (segment (start 159.385 68.58) (end 159.385 59.69) (width 0.4318) (layer Composant) (net 55)) + (via (at 107.315 46.99) (size 1.397) (layers Composant Cuivre) (net 56)) + (segment (start 164.465 46.99) (end 107.315 46.99) (width 0.4318) (layer Cuivre) (net 56)) + (via (at 164.465 46.99) (size 1.397) (layers Composant Cuivre) (net 56)) + (segment (start 163.195 69.85) (end 164.465 68.58) (width 0.4318) (layer Composant) (net 56) (status 800)) + (segment (start 164.465 68.58) (end 164.465 46.99) (width 0.4318) (layer Composant) (net 56)) + (segment (start 107.315 46.99) (end 107.315 60.96) (width 0.4318) (layer Composant) (net 56) (status 400)) + (segment (start 154.305 105.41) (end 153.035 106.68) (width 0.4318) (layer Composant) (net 57)) + (via (at 93.345 120.65) (size 1.397) (layers Composant Cuivre) (net 57)) + (segment (start 128.905 120.65) (end 93.345 120.65) (width 0.4318) (layer Cuivre) (net 57)) + (segment (start 153.035 125.73) (end 149.225 125.73) (width 0.4318) (layer Composant) (net 57)) + (segment (start 153.035 106.68) (end 153.035 125.73) (width 0.4318) (layer Composant) (net 57)) + (segment (start 145.415 125.73) (end 145.415 123.19) (width 0.4318) (layer Cuivre) (net 57)) + (segment (start 145.415 123.19) (end 130.175 123.19) (width 0.4318) (layer Cuivre) (net 57)) + (segment (start 130.175 123.19) (end 128.905 124.46) (width 0.4318) (layer Cuivre) (net 57) (status 400)) + (segment (start 154.305 96.52) (end 154.305 105.41) (width 0.4318) (layer Composant) (net 57)) + (via (at 128.905 120.65) (size 1.397) (layers Composant Cuivre) (net 57)) + (segment (start 93.345 120.65) (end 93.345 138.43) (width 0.4318) (layer Composant) (net 57) (status 400)) + (via (at 149.225 125.73) (size 1.397) (layers Composant Cuivre) (net 57)) + (segment (start 128.905 124.46) (end 128.905 120.65) (width 0.4318) (layer Composant) (net 57) (status 800)) + (segment (start 155.575 95.25) (end 154.305 96.52) (width 0.4318) (layer Composant) (net 57) (status 800)) + (segment (start 149.225 125.73) (end 145.415 125.73) (width 0.4318) (layer Cuivre) (net 57)) + (segment (start 126.365 124.46) (end 126.365 129.54) (width 0.4318) (layer Composant) (net 58) (status 800)) + (segment (start 95.885 129.54) (end 95.885 138.43) (width 0.4318) (layer Composant) (net 58) (status 400)) + (via (at 132.715 99.06) (size 1.397) (layers Composant Cuivre) (net 58)) + (segment (start 126.365 129.54) (end 95.885 129.54) (width 0.4318) (layer Cuivre) (net 58)) + (via (at 95.885 129.54) (size 1.397) (layers Composant Cuivre) (net 58)) + (segment (start 150.495 97.79) (end 149.225 99.06) (width 0.4318) (layer Cuivre) (net 58) (status 800)) + (segment (start 127.635 125.73) (end 126.365 124.46) (width 0.4318) (layer Composant) (net 58) (status 400)) + (segment (start 149.225 99.06) (end 132.715 99.06) (width 0.4318) (layer Cuivre) (net 58)) + (segment (start 132.715 125.73) (end 127.635 125.73) (width 0.4318) (layer Composant) (net 58)) + (via (at 126.365 129.54) (size 1.397) (layers Composant Cuivre) (net 58)) + (segment (start 132.715 99.06) (end 132.715 125.73) (width 0.4318) (layer Composant) (net 58)) + (segment (start 118.745 121.92) (end 118.745 116.84) (width 0.4318) (layer Composant) (net 59) (status 400)) + (via (at 118.745 95.25) (size 1.397) (layers Composant Cuivre) (net 59)) + (segment (start 146.05 93.98) (end 135.255 93.98) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 135.255 93.98) (end 133.985 95.25) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 117.475 133.35) (end 117.475 123.19) (width 0.4318) (layer Composant) (net 59)) + (segment (start 133.985 95.25) (end 118.745 95.25) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 146.685 93.345) (end 146.05 93.98) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 118.745 109.22) (end 117.475 110.49) (width 0.4318) (layer Composant) (net 59)) + (segment (start 118.745 95.25) (end 118.745 109.22) (width 0.4318) (layer Composant) (net 59)) + (segment (start 117.475 110.49) (end 117.475 115.57) (width 0.4318) (layer Composant) (net 59)) + (segment (start 147.32 91.44) (end 146.685 92.075) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 117.475 115.57) (end 118.745 116.84) (width 0.4318) (layer Composant) (net 59) (status 400)) + (segment (start 146.685 92.075) (end 146.685 93.345) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 118.745 138.43) (end 118.745 134.62) (width 0.4318) (layer Composant) (net 59) (status 800)) + (segment (start 160.655 92.71) (end 159.385 91.44) (width 0.4318) (layer Cuivre) (net 59) (status 800)) + (segment (start 159.385 91.44) (end 147.32 91.44) (width 0.4318) (layer Cuivre) (net 59)) + (segment (start 117.475 123.19) (end 118.745 121.92) (width 0.4318) (layer Composant) (net 59)) + (segment (start 118.745 134.62) (end 117.475 133.35) (width 0.4318) (layer Composant) (net 59)) + (segment (start 121.285 138.43) (end 121.285 125.73) (width 0.4318) (layer Composant) (net 60) (status 800)) + (segment (start 114.935 125.73) (end 113.665 124.46) (width 0.4318) (layer Cuivre) (net 60) (status 400)) + (segment (start 121.285 125.73) (end 114.935 125.73) (width 0.4318) (layer Cuivre) (net 60)) + (via (at 121.285 125.73) (size 1.397) (layers Composant Cuivre) (net 60)) + (segment (start 151.765 96.52) (end 130.175 96.52) (width 0.4318) (layer Cuivre) (net 61)) + (segment (start 98.425 134.62) (end 98.425 138.43) (width 0.4318) (layer Composant) (net 61) (status 400)) + (segment (start 131.445 124.46) (end 131.445 125.73) (width 0.4318) (layer Cuivre) (net 61) (status 800)) + (segment (start 99.695 133.35) (end 98.425 134.62) (width 0.4318) (layer Composant) (net 61)) + (segment (start 99.695 121.92) (end 99.695 133.35) (width 0.4318) (layer Composant) (net 61)) + (segment (start 153.035 95.25) (end 151.765 96.52) (width 0.4318) (layer Cuivre) (net 61) (status 800)) + (segment (start 130.175 96.52) (end 130.175 121.285) (width 0.4318) (layer Composant) (net 61)) + (segment (start 111.125 121.92) (end 99.695 121.92) (width 0.4318) (layer Cuivre) (net 61)) + (segment (start 113.665 127) (end 112.395 125.73) (width 0.4318) (layer Cuivre) (net 61)) + (segment (start 112.395 123.19) (end 111.125 121.92) (width 0.4318) (layer Cuivre) (net 61)) + (via (at 130.175 96.52) (size 1.397) (layers Composant Cuivre) (net 61)) + (segment (start 130.175 121.285) (end 131.445 122.555) (width 0.4318) (layer Composant) (net 61)) + (segment (start 112.395 125.73) (end 112.395 123.19) (width 0.4318) (layer Cuivre) (net 61)) + (segment (start 130.175 127) (end 113.665 127) (width 0.4318) (layer Cuivre) (net 61)) + (via (at 99.695 121.92) (size 1.397) (layers Composant Cuivre) (net 61)) + (segment (start 131.445 122.555) (end 131.445 124.46) (width 0.4318) (layer Composant) (net 61) (status 400)) + (segment (start 131.445 125.73) (end 130.175 127) (width 0.4318) (layer Cuivre) (net 61)) + (segment (start 107.315 133.35) (end 106.045 132.08) (width 0.4318) (layer Cuivre) (net 62)) + (segment (start 106.045 132.08) (end 100.965 132.08) (width 0.4318) (layer Cuivre) (net 62)) + (segment (start 144.145 91.44) (end 145.415 90.17) (width 0.4318) (layer Cuivre) (net 62) (status 400)) + (segment (start 135.255 120.015) (end 135.255 91.44) (width 0.4318) (layer Composant) (net 62)) + (segment (start 133.985 127) (end 132.715 128.27) (width 0.4318) (layer Composant) (net 62)) + (segment (start 133.985 124.46) (end 133.985 121.285) (width 0.4318) (layer Composant) (net 62) (status 800)) + (segment (start 132.715 133.35) (end 107.315 133.35) (width 0.4318) (layer Cuivre) (net 62)) + (via (at 132.715 133.35) (size 1.397) (layers Composant Cuivre) (net 62)) + (segment (start 135.255 91.44) (end 144.145 91.44) (width 0.4318) (layer Cuivre) (net 62)) + (segment (start 132.715 128.27) (end 132.715 133.35) (width 0.4318) (layer Composant) (net 62)) + (segment (start 133.985 121.285) (end 135.255 120.015) (width 0.4318) (layer Composant) (net 62)) + (segment (start 133.985 124.46) (end 133.985 127) (width 0.4318) (layer Composant) (net 62) (status 800)) + (segment (start 100.965 132.08) (end 100.965 138.43) (width 0.4318) (layer Composant) (net 62) (status 400)) + (via (at 100.965 132.08) (size 1.397) (layers Composant Cuivre) (net 62)) + (via (at 135.255 91.44) (size 1.397) (layers Composant Cuivre) (net 62)) + (segment (start 103.505 119.38) (end 103.505 116.84) (width 0.4318) (layer Composant) (net 63) (status 400)) + (segment (start 103.505 133.35) (end 104.775 132.08) (width 0.4318) (layer Composant) (net 63)) + (segment (start 104.775 132.08) (end 104.775 122.555) (width 0.4318) (layer Composant) (net 63)) + (segment (start 151.765 85.4075) (end 151.4475 85.09) (width 0.4318) (layer Composant) (net 63)) + (segment (start 151.765 101.6) (end 151.765 85.4075) (width 0.4318) (layer Composant) (net 63)) + (via (at 151.765 119.38) (size 1.397) (layers Composant Cuivre) (net 63)) + (segment (start 103.505 119.38) (end 151.765 119.38) (width 0.4318) (layer Cuivre) (net 63)) + (segment (start 150.495 118.11) (end 150.495 102.87) (width 0.4318) (layer Composant) (net 63)) + (segment (start 151.4475 85.09) (end 147.955 85.09) (width 0.4318) (layer Composant) (net 63) (status 400)) + (segment (start 151.765 119.38) (end 150.495 118.11) (width 0.4318) (layer Composant) (net 63)) + (segment (start 103.505 121.285) (end 103.505 119.38) (width 0.4318) (layer Composant) (net 63)) + (segment (start 150.495 102.87) (end 151.765 101.6) (width 0.4318) (layer Composant) (net 63)) + (segment (start 104.775 122.555) (end 103.505 121.285) (width 0.4318) (layer Composant) (net 63)) + (segment (start 103.505 138.43) (end 103.505 133.35) (width 0.4318) (layer Composant) (net 63) (status 800)) + (via (at 103.505 119.38) (size 1.397) (layers Composant Cuivre) (net 63)) + (segment (start 102.235 89.535) (end 96.52 89.535) (width 0.4318) (layer Cuivre) (net 64)) + (segment (start 106.045 138.43) (end 106.045 126.365) (width 0.4318) (layer Composant) (net 64) (status 800)) + (segment (start 106.045 86.36) (end 105.41 86.36) (width 0.4318) (layer Cuivre) (net 64)) + (segment (start 96.52 89.535) (end 97.155 90.17) (width 0.4318) (layer Composant) (net 64)) + (via (at 96.52 89.535) (size 1.397) (layers Composant Cuivre) (net 64)) + (segment (start 97.155 118.11) (end 97.155 90.17) (width 0.4318) (layer Composant) (net 64)) + (segment (start 100.33 126.365) (end 98.425 124.46) (width 0.4318) (layer Cuivre) (net 64) (status 400)) + (segment (start 144.145 86.36) (end 145.415 87.63) (width 0.4318) (layer Cuivre) (net 64) (status 400)) + (segment (start 132.969 86.36) (end 144.145 86.36) (width 0.4318) (layer Cuivre) (net 64)) + (segment (start 106.045 86.36) (end 132.969 86.36) (width 0.4318) (layer Cuivre) (net 64)) + (via (at 106.045 126.365) (size 1.397) (layers Composant Cuivre) (net 64)) + (segment (start 98.425 124.46) (end 98.425 119.38) (width 0.4318) (layer Composant) (net 64) (status 800)) + (segment (start 98.425 119.38) (end 97.155 118.11) (width 0.4318) (layer Composant) (net 64)) + (segment (start 105.41 86.36) (end 102.235 89.535) (width 0.4318) (layer Cuivre) (net 64)) + (segment (start 106.045 126.365) (end 100.33 126.365) (width 0.4318) (layer Cuivre) (net 64)) + (segment (start 107.315 87.63) (end 107.315 114.3) (width 0.4318) (layer Composant) (net 65)) + (segment (start 108.585 115.57) (end 108.585 116.84) (width 0.4318) (layer Composant) (net 65) (status 400)) + (via (at 107.315 87.63) (size 1.397) (layers Composant Cuivre) (net 65)) + (segment (start 107.315 123.19) (end 108.585 121.92) (width 0.4318) (layer Composant) (net 65)) + (segment (start 108.585 121.92) (end 108.585 116.84) (width 0.4318) (layer Composant) (net 65) (status 400)) + (segment (start 107.315 133.35) (end 107.315 123.19) (width 0.4318) (layer Composant) (net 65)) + (segment (start 107.315 114.3) (end 108.585 115.57) (width 0.4318) (layer Composant) (net 65)) + (segment (start 142.875 87.63) (end 107.315 87.63) (width 0.4318) (layer Cuivre) (net 65) (status 800)) + (segment (start 108.585 138.43) (end 108.585 134.62) (width 0.4318) (layer Composant) (net 65) (status 800)) + (segment (start 108.585 134.62) (end 107.315 133.35) (width 0.4318) (layer Composant) (net 65)) + (segment (start 112.395 101.6) (end 112.395 115.57) (width 0.4318) (layer Composant) (net 66)) + (segment (start 111.125 138.43) (end 111.125 134.62) (width 0.4318) (layer Composant) (net 66) (status 800)) + (segment (start 144.145 83.82) (end 112.395 83.82) (width 0.4318) (layer Cuivre) (net 66)) + (segment (start 111.125 85.09) (end 111.125 100.33) (width 0.4318) (layer Composant) (net 66)) + (segment (start 111.125 100.33) (end 112.395 101.6) (width 0.4318) (layer Composant) (net 66)) + (segment (start 112.395 83.82) (end 111.125 85.09) (width 0.4318) (layer Composant) (net 66)) + (segment (start 113.665 121.92) (end 113.665 116.84) (width 0.4318) (layer Composant) (net 66) (status 400)) + (segment (start 145.415 85.09) (end 144.145 83.82) (width 0.4318) (layer Cuivre) (net 66) (status 800)) + (segment (start 112.395 133.35) (end 112.395 123.19) (width 0.4318) (layer Composant) (net 66)) + (segment (start 112.395 115.57) (end 113.665 116.84) (width 0.4318) (layer Composant) (net 66) (status 400)) + (segment (start 111.125 134.62) (end 112.395 133.35) (width 0.4318) (layer Composant) (net 66)) + (via (at 112.395 83.82) (size 1.397) (layers Composant Cuivre) (net 66)) + (segment (start 112.395 123.19) (end 113.665 121.92) (width 0.4318) (layer Composant) (net 66)) + (segment (start 103.505 130.81) (end 103.505 124.46) (width 0.4318) (layer Composant) (net 67) (status 400)) + (segment (start 142.875 85.09) (end 132.969 85.09) (width 0.4318) (layer Cuivre) (net 67) (status 800)) + (segment (start 113.665 130.81) (end 103.505 130.81) (width 0.4318) (layer Cuivre) (net 67)) + (segment (start 102.235 85.09) (end 102.235 123.19) (width 0.4318) (layer Composant) (net 67)) + (via (at 113.665 130.81) (size 1.397) (layers Composant Cuivre) (net 67)) + (segment (start 102.235 123.19) (end 103.505 124.46) (width 0.4318) (layer Composant) (net 67) (status 400)) + (segment (start 132.969 85.09) (end 102.235 85.09) (width 0.4318) (layer Cuivre) (net 67)) + (segment (start 113.665 138.43) (end 113.665 130.81) (width 0.4318) (layer Composant) (net 67) (status 800)) + (via (at 102.235 85.09) (size 1.397) (layers Composant Cuivre) (net 67)) + (via (at 103.505 130.81) (size 1.397) (layers Composant Cuivre) (net 67)) + (via (at 154.305 132.08) (size 1.397) (layers Composant Cuivre) (net 68)) + (segment (start 158.115 128.27) (end 158.115 97.79) (width 0.4318) (layer Composant) (net 68) (status 400)) + (segment (start 108.585 132.08) (end 108.585 124.46) (width 0.4318) (layer Composant) (net 68) (status 400)) + (segment (start 154.305 132.08) (end 158.115 128.27) (width 0.4318) (layer Composant) (net 68)) + (segment (start 116.205 132.08) (end 108.585 132.08) (width 0.4318) (layer Cuivre) (net 68)) + (via (at 108.585 132.08) (size 1.397) (layers Composant Cuivre) (net 68)) + (segment (start 116.205 138.43) (end 116.205 132.08) (width 0.4318) (layer Composant) (net 68) (status 800)) + (via (at 116.205 132.08) (size 1.397) (layers Composant Cuivre) (net 68)) + (segment (start 116.205 132.08) (end 154.305 132.08) (width 0.4318) (layer Cuivre) (net 68)) + (segment (start 113.665 128.27) (end 144.145 128.27) (width 0.4318) (layer Cuivre) (net 69)) + (segment (start 95.885 124.46) (end 99.06 127.635) (width 0.4318) (layer Cuivre) (net 69) (status 800)) + (segment (start 163.195 128.27) (end 163.195 121.92) (width 0.4318) (layer Composant) (net 69)) + (segment (start 163.195 121.92) (end 165.735 119.38) (width 0.4318) (layer Composant) (net 69)) + (segment (start 144.145 128.27) (end 163.195 128.27) (width 0.4318) (layer Cuivre) (net 69)) + (segment (start 99.06 127.635) (end 113.03 127.635) (width 0.4318) (layer Cuivre) (net 69)) + (via (at 144.145 128.27) (size 1.397) (layers Composant Cuivre) (net 69)) + (segment (start 165.735 119.38) (end 165.735 97.79) (width 0.4318) (layer Composant) (net 69) (status 400)) + (segment (start 144.145 128.27) (end 144.145 138.43) (width 0.4318) (layer Composant) (net 69) (status 400)) + (via (at 163.195 128.27) (size 1.397) (layers Composant Cuivre) (net 69)) + (segment (start 113.03 127.635) (end 113.665 128.27) (width 0.4318) (layer Cuivre) (net 69)) + (segment (start 149.225 132.08) (end 154.305 127) (width 0.4318) (layer Composant) (net 70)) + (segment (start 149.225 138.43) (end 149.225 132.08) (width 0.4318) (layer Composant) (net 70) (status 800)) + (segment (start 154.305 127) (end 154.305 124.46) (width 0.4318) (layer Composant) (net 70) (status 400)) + (segment (start 151.765 138.43) (end 151.765 132.08) (width 0.4318) (layer Composant) (net 71) (status 800)) + (segment (start 151.765 132.08) (end 156.845 127) (width 0.4318) (layer Composant) (net 71)) + (segment (start 156.845 127) (end 156.845 124.46) (width 0.4318) (layer Composant) (net 71) (status 400)) + (segment (start 154.305 134.62) (end 159.385 129.54) (width 0.4318) (layer Composant) (net 72)) + (segment (start 159.385 129.54) (end 159.385 124.46) (width 0.4318) (layer Composant) (net 72) (status 400)) + (segment (start 154.305 138.43) (end 154.305 134.62) (width 0.4318) (layer Composant) (net 72) (status 800)) + (segment (start 156.845 138.43) (end 156.845 134.62) (width 0.4318) (layer Composant) (net 73) (status 800)) + (segment (start 161.925 129.54) (end 161.925 124.46) (width 0.4318) (layer Composant) (net 73) (status 400)) + (segment (start 156.845 134.62) (end 161.925 129.54) (width 0.4318) (layer Composant) (net 73)) + (segment (start 164.465 128.905) (end 164.465 124.46) (width 0.4318) (layer Composant) (net 74) (status 400)) + (segment (start 159.385 133.985) (end 164.465 128.905) (width 0.4318) (layer Composant) (net 74)) + (segment (start 159.385 138.43) (end 159.385 133.985) (width 0.4318) (layer Composant) (net 74) (status 800)) + (segment (start 167.005 128.27) (end 167.005 124.46) (width 0.4318) (layer Composant) (net 75) (status 400)) + (segment (start 161.925 133.35) (end 167.005 128.27) (width 0.4318) (layer Composant) (net 75)) + (segment (start 161.925 138.43) (end 161.925 133.35) (width 0.4318) (layer Composant) (net 75) (status 800)) + (segment (start 169.545 124.46) (end 169.545 127) (width 0.4318) (layer Composant) (net 76) (status 800)) + (segment (start 169.545 127) (end 164.465 132.08) (width 0.4318) (layer Composant) (net 76)) + (segment (start 164.465 132.08) (end 164.465 138.43) (width 0.4318) (layer Composant) (net 76) (status 400)) + (segment (start 168.275 133.35) (end 170.815 133.35) (width 0.4318) (layer Composant) (net 77)) + (segment (start 167.005 138.43) (end 167.005 134.62) (width 0.4318) (layer Composant) (net 77) (status 800)) + (segment (start 167.005 134.62) (end 168.275 133.35) (width 0.4318) (layer Composant) (net 77)) + (segment (start 170.815 133.35) (end 172.085 132.08) (width 0.4318) (layer Composant) (net 77)) + (segment (start 172.085 132.08) (end 172.085 124.46) (width 0.4318) (layer Composant) (net 77) (status 400)) + (via (at 136.525 133.35) (size 1.397) (layers Composant Cuivre) (net 78)) + (segment (start 139.065 130.81) (end 139.065 124.46) (width 0.4318) (layer Composant) (net 78) (status 400)) + (segment (start 136.525 133.35) (end 139.065 130.81) (width 0.4318) (layer Composant) (net 78)) + (segment (start 136.525 138.43) (end 136.525 133.35) (width 0.4318) (layer Cuivre) (net 78) (status 800)) + (segment (start 139.065 138.43) (end 139.065 133.35) (width 0.4318) (layer Cuivre) (net 79) (status 800)) + (segment (start 140.335 132.08) (end 140.335 123.19) (width 0.4318) (layer Composant) (net 79)) + (segment (start 137.795 123.19) (end 136.525 124.46) (width 0.4318) (layer Composant) (net 79) (status 400)) + (via (at 139.065 133.35) (size 1.397) (layers Composant Cuivre) (net 79)) + (segment (start 139.065 133.35) (end 140.335 132.08) (width 0.4318) (layer Composant) (net 79)) + (segment (start 140.335 123.19) (end 137.795 123.19) (width 0.4318) (layer Composant) (net 79)) + (segment (start 149.225 105.41) (end 150.495 104.14) (width 0.4318) (layer Cuivre) (net 80) (status 800)) + (segment (start 153.035 104.14) (end 154.305 105.41) (width 0.4318) (layer Cuivre) (net 80)) + (segment (start 154.305 105.41) (end 161.925 105.41) (width 0.4318) (layer Cuivre) (net 80)) + (segment (start 142.875 110.49) (end 142.875 115.57) (width 0.4318) (layer Composant) (net 80)) + (via (at 142.875 110.49) (size 1.397) (layers Composant Cuivre) (net 80)) + (segment (start 161.925 105.41) (end 161.925 96.52) (width 0.4318) (layer Composant) (net 80)) + (via (at 149.225 110.49) (size 1.397) (layers Composant Cuivre) (net 80)) + (segment (start 142.875 115.57) (end 141.605 116.84) (width 0.4318) (layer Composant) (net 80) (status 400)) + (segment (start 149.225 105.41) (end 149.225 110.49) (width 0.4318) (layer Composant) (net 80) (status 800)) + (segment (start 149.225 110.49) (end 142.875 110.49) (width 0.4318) (layer Cuivre) (net 80)) + (via (at 161.925 105.41) (size 1.397) (layers Composant Cuivre) (net 80)) + (segment (start 161.925 96.52) (end 160.655 95.25) (width 0.4318) (layer Composant) (net 80) (status 400)) + (segment (start 150.495 104.14) (end 153.035 104.14) (width 0.4318) (layer Cuivre) (net 80)) + (segment (start 165.735 127) (end 145.415 127) (width 0.4318) (layer Cuivre) (net 81)) + (segment (start 167.005 128.27) (end 165.735 127) (width 0.4318) (layer Cuivre) (net 81)) + (segment (start 144.145 124.46) (end 141.605 124.46) (width 0.4318) (layer Cuivre) (net 81) (status C00)) + (segment (start 144.145 125.73) (end 144.145 124.46) (width 0.4318) (layer Cuivre) (net 81) (status 400)) + (segment (start 167.005 138.43) (end 167.005 128.27) (width 0.4318) (layer Cuivre) (net 81) (status 800)) + (segment (start 145.415 127) (end 144.145 125.73) (width 0.4318) (layer Cuivre) (net 81)) + (segment (start 139.3825 114.3) (end 155.575 114.3) (width 0.4318) (layer Cuivre) (net 82)) + (segment (start 139.065 116.84) (end 139.065 113.03) (width 0.4318) (layer Composant) (net 82) (status C00)) + (segment (start 139.3825 114.3) (end 139.065 113.9825) (width 0.4318) (layer Cuivre) (net 82)) + (segment (start 155.575 114.3) (end 155.575 97.79) (width 0.4318) (layer Composant) (net 82) (status 400)) + (via (at 155.575 114.3) (size 1.397) (layers Composant Cuivre) (net 82)) + (segment (start 139.065 113.9825) (end 139.065 113.03) (width 0.4318) (layer Cuivre) (net 82) (status 400)) + (segment (start 179.705 100.33) (end 182.245 102.743) (width 0.4318) (layer Cuivre) (net 83) (status 400)) + (segment (start 179.705 99.06) (end 179.705 100.33) (width 0.4318) (layer Cuivre) (net 83)) + (segment (start 173.355 92.71) (end 179.705 99.06) (width 0.4318) (layer Cuivre) (net 83) (status 800)) + (segment (start 149.86 103.505) (end 150.495 102.87) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 150.495 102.87) (end 153.67 102.87) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 136.525 105.41) (end 136.525 104.14) (width 0.4318) (layer Cuivre) (net 84) (status 800)) + (segment (start 172.085 103.1875) (end 172.085 95.5675) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 154.305 103.505) (end 171.7675 103.505) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 136.525 104.14) (end 137.16 103.505) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 137.16 103.505) (end 149.86 103.505) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 171.7675 95.25) (end 170.815 95.25) (width 0.4318) (layer Cuivre) (net 84) (status 400)) + (segment (start 172.085 95.5675) (end 171.7675 95.25) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 171.7675 103.505) (end 172.085 103.1875) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 153.67 102.87) (end 154.305 103.505) (width 0.4318) (layer Cuivre) (net 84)) + (segment (start 116.205 113.03) (end 116.205 107.95) (width 0.4318) (layer Composant) (net 85) (status C00)) + (segment (start 116.205 116.84) (end 116.205 113.03) (width 0.4318) (layer Composant) (net 85) (status C00)) + (segment (start 114.935 114.3) (end 114.935 119.38) (width 0.4318) (layer Composant) (net 86)) + (segment (start 113.665 113.03) (end 114.935 114.3) (width 0.4318) (layer Composant) (net 86) (status 800)) + (segment (start 113.665 113.03) (end 113.665 107.95) (width 0.4318) (layer Composant) (net 86) (status C00)) + (segment (start 116.205 120.65) (end 116.205 124.46) (width 0.4318) (layer Composant) (net 86) (status 400)) + (segment (start 114.935 119.38) (end 116.205 120.65) (width 0.4318) (layer Composant) (net 86)) + (segment (start 100.965 113.03) (end 100.965 116.84) (width 0.4318) (layer Composant) (net 87) (status C00)) + (segment (start 100.965 107.95) (end 100.965 113.03) (width 0.4318) (layer Composant) (net 87) (status C00)) + (segment (start 99.695 119.38) (end 100.965 120.65) (width 0.4318) (layer Composant) (net 88)) + (segment (start 98.425 113.03) (end 98.425 107.95) (width 0.4318) (layer Composant) (net 88) (status C00)) + (segment (start 100.965 120.65) (end 100.965 124.46) (width 0.4318) (layer Composant) (net 88) (status 400)) + (segment (start 98.425 113.03) (end 99.695 114.3) (width 0.4318) (layer Composant) (net 88) (status 800)) + (segment (start 99.695 114.3) (end 99.695 119.38) (width 0.4318) (layer Composant) (net 88)) + (segment (start 106.045 113.03) (end 106.045 107.95) (width 0.4318) (layer Composant) (net 89) (status C00)) + (segment (start 106.045 116.84) (end 106.045 113.03) (width 0.4318) (layer Composant) (net 89) (status C00)) + (segment (start 111.125 113.03) (end 111.125 107.95) (width 0.4318) (layer Composant) (net 90) (status C00)) + (segment (start 111.125 116.84) (end 111.125 113.03) (width 0.4318) (layer Composant) (net 90) (status C00)) + (segment (start 106.045 120.65) (end 106.045 124.46) (width 0.4318) (layer Composant) (net 91) (status 400)) + (segment (start 103.505 113.03) (end 104.775 114.3) (width 0.4318) (layer Composant) (net 91) (status 800)) + (segment (start 104.775 119.38) (end 106.045 120.65) (width 0.4318) (layer Composant) (net 91)) + (segment (start 103.505 113.03) (end 103.505 107.95) (width 0.4318) (layer Composant) (net 91) (status C00)) + (segment (start 104.775 114.3) (end 104.775 119.38) (width 0.4318) (layer Composant) (net 91)) + (segment (start 109.855 119.38) (end 111.125 120.65) (width 0.4318) (layer Composant) (net 92)) + (segment (start 108.585 113.03) (end 108.585 107.95) (width 0.4318) (layer Composant) (net 92) (status C00)) + (segment (start 109.855 114.3) (end 109.855 119.38) (width 0.4318) (layer Composant) (net 92)) + (segment (start 111.125 120.65) (end 111.125 124.46) (width 0.4318) (layer Composant) (net 92) (status 400)) + (segment (start 108.585 113.03) (end 109.855 114.3) (width 0.4318) (layer Composant) (net 92) (status 800)) + (segment (start 147.955 115.57) (end 145.415 115.57) (width 0.4318) (layer Composant) (net 93)) + (segment (start 149.225 114.3) (end 147.955 115.57) (width 0.4318) (layer Composant) (net 93)) + (segment (start 149.225 113.03) (end 149.225 114.3) (width 0.4318) (layer Composant) (net 93) (status 800)) + (segment (start 145.415 115.57) (end 144.145 116.84) (width 0.4318) (layer Composant) (net 93) (status 400)) + (segment (start 139.3825 93.98) (end 145.0975 93.98) (width 0.4318) (layer Composant) (net 94)) + (segment (start 139.065 94.2975) (end 139.3825 93.98) (width 0.4318) (layer Composant) (net 94)) + (segment (start 145.0975 93.98) (end 145.415 93.6625) (width 0.4318) (layer Composant) (net 94)) + (segment (start 139.065 105.41) (end 139.065 94.2975) (width 0.4318) (layer Composant) (net 94) (status 800)) + (segment (start 145.415 93.6625) (end 145.415 92.71) (width 0.4318) (layer Composant) (net 94) (status 400)) + (segment (start 173.355 97.79) (end 174.625 97.79) (width 0.4318) (layer Cuivre) (net 95) (status 800)) + (segment (start 182.245 105.41) (end 182.245 105.537) (width 0.4318) (layer Cuivre) (net 95) (status 400)) + (segment (start 174.625 97.79) (end 182.245 105.41) (width 0.4318) (layer Cuivre) (net 95)) + (segment (start 169.545 76.835) (end 170.18 76.2) (width 0.4318) (layer Cuivre) (net 96)) + (segment (start 169.545 78.74) (end 169.545 76.835) (width 0.4318) (layer Cuivre) (net 96)) + (segment (start 170.18 76.2) (end 178.435 76.2) (width 0.4318) (layer Cuivre) (net 96)) + (segment (start 168.275 80.01) (end 169.545 78.74) (width 0.4318) (layer Cuivre) (net 96) (status 800)) + (segment (start 184.785 81.915) (end 184.785 82.042) (width 0.4318) (layer Composant) (net 96) (status 400)) + (segment (start 179.07 81.915) (end 184.785 81.915) (width 0.4318) (layer Composant) (net 96)) + (segment (start 178.435 76.2) (end 178.435 81.28) (width 0.4318) (layer Composant) (net 96)) + (segment (start 178.435 81.28) (end 179.07 81.915) (width 0.4318) (layer Composant) (net 96)) + (via (at 178.435 76.2) (size 1.397) (layers Composant Cuivre) (net 96)) + (segment (start 178.435 68.58) (end 182.245 72.39) (width 0.4318) (layer Cuivre) (net 97) (status 400)) + (segment (start 170.815 67.31) (end 172.085 68.58) (width 0.4318) (layer Cuivre) (net 97) (status 800)) + (segment (start 172.085 68.58) (end 178.435 68.58) (width 0.4318) (layer Cuivre) (net 97)) + (segment (start 160.655 44.45) (end 94.615 44.45) (width 0.4318) (layer Cuivre) (net 98)) + (segment (start 161.925 45.72) (end 160.655 44.45) (width 0.4318) (layer Cuivre) (net 98)) + (segment (start 94.615 60.96) (end 94.615 44.45) (width 0.4318) (layer Composant) (net 98) (status 800)) + (segment (start 173.355 67.31) (end 173.355 45.72) (width 0.4318) (layer Composant) (net 98) (status 800)) + (via (at 173.355 45.72) (size 1.397) (layers Composant Cuivre) (net 98)) + (segment (start 173.355 45.72) (end 161.925 45.72) (width 0.4318) (layer Cuivre) (net 98)) + (via (at 94.615 44.45) (size 1.397) (layers Composant Cuivre) (net 98)) + (segment (start 151.765 106.3625) (end 151.765 105.41) (width 0.4318) (layer Cuivre) (net 99) (status 400)) + (segment (start 146.685 105.41) (end 146.685 106.3625) (width 0.4318) (layer Cuivre) (net 99) (status 800)) + (segment (start 146.685 106.3625) (end 147.0025 106.68) (width 0.4318) (layer Cuivre) (net 99)) + (segment (start 151.4475 106.68) (end 151.765 106.3625) (width 0.4318) (layer Cuivre) (net 99)) + (segment (start 147.0025 106.68) (end 151.4475 106.68) (width 0.4318) (layer Cuivre) (net 99)) + (segment (start 155.575 38.1) (end 155.575 36.635) (width 0.5588) (layer Composant) (net 100)) + (segment (start 160.655 38.1) (end 165.735 38.1) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 160.08 37.525) (end 160.655 38.1) (width 0.5588) (layer Composant) (net 100) (tstamp 560D2FBD)) + (segment (start 160.08 36.54) (end 160.08 37.525) (width 0.5588) (layer Composant) (net 100) (tstamp 560D2FBA)) + (segment (start 159.55 36.01) (end 160.08 36.54) (width 0.5588) (layer Composant) (net 100) (tstamp 560D2FAE)) + (segment (start 156.2 36.01) (end 159.55 36.01) (width 0.5588) (layer Composant) (net 100) (tstamp 560D2FAC)) + (segment (start 155.575 36.635) (end 156.2 36.01) (width 0.5588) (layer Composant) (net 100) (tstamp 560D2FAA)) + (segment (start 184.785 104.14) (end 184.785 101.346) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 184.785 101.346) (end 184.785 98.6028) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 184.785 98.6028) (end 184.785 95.9104) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 156.845 71.12) (end 158.115 69.85) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 121.285 105.41) (end 121.285 110.49) (width 0.5588) (layer Composant) (net 100)) + (segment (start 145.415 121.92) (end 126.365 121.92) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 123.825 99.06) (end 123.825 91.44) (width 0.5588) (layer Composant) (net 100) (status C00)) + (segment (start 112.395 88.9) (end 111.125 88.9) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 125.095 74.93) (end 123.825 73.66) (width 0.5588) (layer Composant) (net 100)) + (segment (start 159.385 71.12) (end 164.465 71.12) (width 0.5588) (layer Cuivre) (net 100)) + (via (at 121.285 105.41) (size 1.524) (layers Composant Cuivre) (net 100)) + (segment (start 146.685 124.46) (end 146.685 123.19) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 88.265 132.08) (end 86.995 130.81) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 93.345 138.43) (end 92.075 137.16) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 92.075 137.16) (end 92.075 133.35) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 92.075 133.35) (end 90.805 132.08) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 86.995 130.81) (end 86.995 128.27) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 90.805 132.08) (end 88.265 132.08) (width 0.5588) (layer Cuivre) (net 100)) + (via (at 158.115 90.17) (size 1.524) (layers Composant Cuivre) (net 100)) + (segment (start 164.465 71.12) (end 165.735 72.39) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 146.685 123.19) (end 145.415 121.92) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 150.495 72.39) (end 151.765 71.12) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 98.425 83.82) (end 98.425 88.9) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 121.285 88.9) (end 123.825 91.44) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 112.395 88.9) (end 121.285 88.9) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 167.005 81.28) (end 168.275 82.55) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 106.045 105.41) (end 108.585 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 184.785 87.5792) (end 184.785 84.7852) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 184.785 95.9104) (end 184.785 93.0656) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 184.785 93.0656) (end 184.785 90.3224) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 184.785 90.3224) (end 184.785 87.5792) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 145.415 82.55) (end 146.685 83.82) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 123.825 113.03) (end 123.825 114.3) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 125.095 76.2) (end 125.095 78.74) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 85.09 108.585) (end 85.09 126.365) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 98.425 92.71) (end 98.425 88.9) (width 0.5588) (layer Composant) (net 100)) + (segment (start 125.095 76.2) (end 125.095 74.93) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 121.285 110.49) (end 123.825 113.03) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 123.825 123.19) (end 126.365 120.65) (width 0.5588) (layer Composant) (net 100)) + (segment (start 126.365 120.65) (end 126.365 116.84) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 165.735 72.39) (end 167.005 73.66) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 123.825 114.3) (end 126.365 116.84) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 174.625 130.81) (end 173.355 132.08) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 170.815 132.08) (end 169.545 133.35) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 169.545 133.35) (end 169.545 138.43) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 173.355 132.08) (end 170.815 132.08) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 174.625 124.46) (end 174.625 130.81) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 168.275 90.17) (end 167.005 88.9) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 123.825 73.66) (end 123.825 52.07) (width 0.5588) (layer Composant) (net 100)) + (segment (start 106.045 105.41) (end 103.505 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 100.965 105.41) (end 98.425 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 113.665 105.41) (end 116.205 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 147.955 90.17) (end 158.115 90.17) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 158.115 69.85) (end 159.385 71.12) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 158.115 69.85) (end 156.845 68.58) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 123.825 102.87) (end 121.285 105.41) (width 0.5588) (layer Composant) (net 100)) + (via (at 123.825 52.07) (size 1.524) (layers Composant Cuivre) (net 100)) + (segment (start 123.825 52.07) (end 155.575 52.07) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 174.625 123.825) (end 174.625 124.46) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 172.72 121.92) (end 174.625 123.825) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 146.685 124.46) (end 149.225 121.92) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 123.825 124.46) (end 123.825 123.19) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 126.365 121.92) (end 123.825 124.46) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (via (at 98.425 92.71) (size 1.524) (layers Composant Cuivre) (net 100)) + (segment (start 149.225 121.92) (end 172.72 121.92) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 154.305 43.18) (end 155.575 44.45) (width 0.5588) (layer Composant) (net 100)) + (segment (start 154.305 39.37) (end 154.305 43.18) (width 0.5588) (layer Composant) (net 100)) + (segment (start 155.575 38.1) (end 154.305 39.37) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 155.575 44.45) (end 155.575 52.07) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 98.425 105.41) (end 88.265 105.41) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 88.265 105.41) (end 85.09 108.585) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 167.005 83.82) (end 168.275 82.55) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 123.825 99.06) (end 123.825 102.87) (width 0.5588) (layer Composant) (net 100) (status 800)) + (segment (start 158.115 90.17) (end 168.275 90.17) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 125.095 78.74) (end 123.825 80.01) (width 0.5588) (layer Composant) (net 100)) + (segment (start 111.125 105.41) (end 108.585 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 146.685 83.82) (end 146.685 88.9) (width 0.5588) (layer Composant) (net 100)) + (segment (start 85.09 126.365) (end 86.995 128.27) (width 0.5588) (layer Cuivre) (net 100) (status 400)) + (segment (start 167.005 73.66) (end 167.005 81.28) (width 0.5588) (layer Composant) (net 100)) + (segment (start 151.765 71.12) (end 156.845 71.12) (width 0.5588) (layer Composant) (net 100)) + (segment (start 156.845 68.58) (end 156.845 53.34) (width 0.5588) (layer Composant) (net 100)) + (segment (start 116.205 105.41) (end 121.285 105.41) (width 0.5588) (layer Cuivre) (net 100) (status 800)) + (segment (start 111.125 88.9) (end 107.315 92.71) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 123.825 80.01) (end 123.825 91.44) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 158.115 90.17) (end 158.115 92.71) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 107.315 92.71) (end 98.425 92.71) (width 0.5588) (layer Cuivre) (net 100)) + (segment (start 146.685 88.9) (end 147.955 90.17) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 156.845 53.34) (end 155.575 52.07) (width 0.5588) (layer Composant) (net 100) (status 400)) + (segment (start 111.125 105.41) (end 113.665 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 118.745 124.46) (end 123.825 124.46) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 100.965 105.41) (end 103.505 105.41) (width 0.5588) (layer Cuivre) (net 100) (status C00)) + (segment (start 167.005 88.9) (end 167.005 83.82) (width 0.5588) (layer Composant) (net 100)) + (segment (start 84.455 57.15) (end 86.995 59.69) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 170.815 119.38) (end 170.815 128.27) (width 0.5588) (layer Composant) (net 101)) + (segment (start 86.995 113.03) (end 86.995 91.44) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 159.385 115.2525) (end 159.385 111.76) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 165.735 74.93) (end 168.275 74.93) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 154.305 119.38) (end 170.815 119.38) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 95.885 119.38) (end 97.155 120.65) (width 0.5588) (layer Composant) (net 101)) + (segment (start 169.545 76.2) (end 169.545 81.28) (width 0.5588) (layer Composant) (net 101)) + (segment (start 172.085 53.975) (end 170.815 52.705) (width 0.5588) (layer Composant) (net 101)) + (segment (start 151.765 116.84) (end 151.765 115.8875) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 126.365 105.41) (end 123.825 105.41) (width 0.5588) (layer Cuivre) (net 101) (status C00)) + (segment (start 164.465 134.62) (end 164.465 138.43) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 151.765 116.84) (end 154.305 119.38) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 151.765 116.84) (end 150.495 118.11) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 159.385 93.98) (end 158.115 95.25) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (via (at 165.735 74.93) (size 1.143) (layers Composant Cuivre) (net 101)) + (segment (start 168.275 74.93) (end 169.545 76.2) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 127.635 109.22) (end 126.365 107.95) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 95.885 113.03) (end 86.995 113.03) (width 0.5588) (layer Cuivre) (net 101) (status C00)) + (segment (start 159.385 111.76) (end 159.385 96.52) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 169.545 81.28) (end 170.815 82.55) (width 0.5588) (layer Composant) (net 101) (status 400)) + (segment (start 127.635 118.11) (end 125.095 118.11) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 126.365 107.95) (end 126.365 105.41) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 150.495 118.11) (end 127.635 118.11) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 95.885 116.84) (end 95.885 113.03) (width 0.5588) (layer Composant) (net 101) (status C00)) + (segment (start 83.185 87.63) (end 86.995 91.44) (width 0.5588) (layer Composant) (net 101)) + (segment (start 170.815 69.85) (end 172.085 68.58) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 159.385 96.52) (end 158.115 95.25) (width 0.5588) (layer Composant) (net 101) (status 400)) + (segment (start 98.425 127) (end 98.425 132.08) (width 0.5588) (layer Composant) (net 101)) + (segment (start 83.185 83.82) (end 83.185 87.63) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 125.095 118.11) (end 123.825 116.84) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 151.765 115.8875) (end 152.0825 115.57) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 168.275 69.85) (end 170.815 69.85) (width 0.5588) (layer Cuivre) (net 101) (status C00)) + (segment (start 165.735 92.71) (end 165.735 74.93) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 167.005 73.66) (end 168.275 72.39) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 156.845 93.98) (end 158.115 95.25) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 159.0675 115.57) (end 159.385 115.2525) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 170.815 52.705) (end 170.815 52.07) (width 0.5588) (layer Composant) (net 101) (status 400)) + (via (at 165.735 133.35) (size 1.524) (layers Composant Cuivre) (net 101)) + (segment (start 164.465 93.98) (end 159.385 93.98) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 165.735 133.35) (end 164.465 134.62) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 168.275 72.39) (end 168.275 69.85) (width 0.5588) (layer Composant) (net 101) (status C00)) + (segment (start 165.735 92.71) (end 164.465 93.98) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 83.185 64.77) (end 83.185 83.82) (width 0.5588) (layer Composant) (net 101) (status 400)) + (segment (start 95.885 116.84) (end 95.885 119.38) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 172.085 68.58) (end 172.085 53.975) (width 0.5588) (layer Composant) (net 101)) + (via (at 98.425 132.08) (size 1.524) (layers Composant Cuivre) (net 101)) + (segment (start 170.815 128.27) (end 165.735 133.35) (width 0.5588) (layer Composant) (net 101)) + (segment (start 97.155 125.73) (end 98.425 127) (width 0.5588) (layer Composant) (net 101)) + (segment (start 168.275 74.93) (end 168.275 72.39) (width 0.5588) (layer Composant) (net 101) (status C00)) + (segment (start 123.825 116.84) (end 122.555 118.11) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 98.425 132.08) (end 98.425 138.43) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 147.955 72.39) (end 149.225 73.66) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 97.155 120.65) (end 97.155 125.73) (width 0.5588) (layer Composant) (net 101)) + (via (at 170.815 119.38) (size 1.524) (layers Composant Cuivre) (net 101)) + (segment (start 149.225 73.66) (end 167.005 73.66) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 122.555 118.11) (end 97.155 118.11) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 152.0825 115.57) (end 159.0675 115.57) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 149.225 93.98) (end 156.845 93.98) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 147.955 92.71) (end 149.225 93.98) (width 0.5588) (layer Cuivre) (net 101) (status 800)) + (segment (start 127.635 118.11) (end 127.635 109.22) (width 0.5588) (layer Cuivre) (net 101)) + (segment (start 97.155 118.11) (end 95.885 116.84) (width 0.5588) (layer Cuivre) (net 101) (status 400)) + (segment (start 86.995 59.69) (end 86.995 60.96) (width 0.5588) (layer Composant) (net 101) (status 400)) + (segment (start 86.995 60.96) (end 83.185 64.77) (width 0.5588) (layer Composant) (net 101) (status 800)) + (segment (start 123.19 93.345) (end 133.35 93.345) (width 0.4318) (layer Cuivre) (net 102)) + (segment (start 121.285 91.44) (end 117.475 91.44) (width 0.4318) (layer Cuivre) (net 102) (status C00)) + (segment (start 121.285 91.44) (end 123.19 93.345) (width 0.4318) (layer Cuivre) (net 102) (status 800)) + (segment (start 114.935 91.44) (end 113.665 92.71) (width 0.4318) (layer Cuivre) (net 102) (status 400)) + (segment (start 133.35 93.345) (end 133.985 92.71) (width 0.4318) (layer Cuivre) (net 102)) + (segment (start 133.985 92.71) (end 142.875 92.71) (width 0.4318) (layer Cuivre) (net 102) (status 400)) + (segment (start 117.475 91.44) (end 114.935 91.44) (width 0.4318) (layer Cuivre) (net 102) (status 800)) + (segment (start 121.285 99.06) (end 122.555 97.79) (width 0.4318) (layer Cuivre) (net 103) (status 800)) + (segment (start 117.475 99.06) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 103) (status 800)) + (segment (start 121.285 99.06) (end 117.475 99.06) (width 0.4318) (layer Cuivre) (net 103) (status C00)) + (segment (start 126.365 97.79) (end 127.635 99.06) (width 0.4318) (layer Cuivre) (net 103) (status 400)) + (segment (start 114.935 99.06) (end 113.665 97.79) (width 0.4318) (layer Cuivre) (net 103) (status 400)) + (segment (start 122.555 97.79) (end 126.365 97.79) (width 0.4318) (layer Cuivre) (net 103)) + (segment (start 155.575 41.91) (end 158.115 39.37) (width 0.4318) (layer Composant) (net 104) (status 800)) + (segment (start 158.115 39.37) (end 158.115 38.1) (width 0.4318) (layer Composant) (net 104) (status 400)) + (segment (start 168.275 41.91) (end 168.275 38.1) (width 0.4318) (layer Composant) (net 105) (status C00)) + (segment (start 92.075 57.15) (end 92.075 60.96) (width 0.4318) (layer Cuivre) (net 106) (status C00)) + (segment (start 136.525 116.84) (end 136.525 113.03) (width 0.4318) (layer Composant) (net 107) (status C00)) + (segment (start 133.985 116.84) (end 133.985 113.03) (width 0.4318) (layer Composant) (net 108) (status C00)) + (segment (start 131.445 116.84) (end 131.445 113.03) (width 0.4318) (layer Composant) (net 109) (status C00)) + (segment (start 128.905 116.84) (end 128.905 113.03) (width 0.4318) (layer Composant) (net 110) (status C00)) + + (zone (net 100) (net_name GND) (layer Cuivre) (tstamp 4CDEC22B) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 193.675 133.35) (xy 193.675 35.56) (xy 80.645 35.56) (xy 80.645 133.35) + ) + ) + (filled_polygon + (pts + (xy 82.941886 39.0398) (xy 85.968115 39.0398) (xy 85.968115 37.847398) (xy 153.978812 37.847398) (xy 154.003648 38.477461) + (xy 154.196981 38.944208) (xy 154.45865 39.036745) (xy 155.395395 38.1) (xy 154.45865 37.163255) (xy 154.196981 37.255792) + (xy 153.978812 37.847398) (xy 85.968115 37.847398) (xy 85.968115 36.98365) (xy 154.638255 36.98365) (xy 155.575 37.920395) + (xy 155.589143 37.906253) (xy 155.768748 38.085858) (xy 155.754605 38.1) (xy 155.768748 38.114143) (xy 155.589143 38.293748) + (xy 155.575 38.279605) (xy 154.638255 39.21635) (xy 154.730792 39.478019) (xy 155.322398 39.696188) (xy 155.952461 39.671352) + (xy 156.419208 39.478019) (xy 156.511744 39.216352) (xy 156.545875 39.250483) (xy 156.561838 39.335317) (xy 156.70091 39.551441) + (xy 156.91311 39.696431) (xy 157.165 39.74744) (xy 159.065 39.74744) (xy 159.300317 39.703162) (xy 159.516441 39.56409) + (xy 159.661431 39.35189) (xy 159.71244 39.1) (xy 159.71244 37.847398) (xy 164.138812 37.847398) (xy 164.163648 38.477461) + (xy 164.356981 38.944208) (xy 164.61865 39.036745) (xy 165.555395 38.1) (xy 164.61865 37.163255) (xy 164.356981 37.255792) + (xy 164.138812 37.847398) (xy 159.71244 37.847398) (xy 159.71244 37.1) (xy 159.690548 36.98365) (xy 164.798255 36.98365) + (xy 165.735 37.920395) (xy 165.749143 37.906253) (xy 165.928748 38.085858) (xy 165.914605 38.1) (xy 165.928748 38.114143) + (xy 165.749143 38.293748) (xy 165.735 38.279605) (xy 164.798255 39.21635) (xy 164.890792 39.478019) (xy 165.482398 39.696188) + (xy 166.112461 39.671352) (xy 166.579208 39.478019) (xy 166.671744 39.216352) (xy 166.705875 39.250483) (xy 166.721838 39.335317) + (xy 166.86091 39.551441) (xy 167.07311 39.696431) (xy 167.325 39.74744) (xy 169.225 39.74744) (xy 169.460317 39.703162) + (xy 169.676441 39.56409) (xy 169.821431 39.35189) (xy 169.87244 39.1) (xy 169.87244 37.1) (xy 169.828162 36.864683) + (xy 169.68909 36.648559) (xy 169.47689 36.503569) (xy 169.225 36.45256) (xy 167.325 36.45256) (xy 167.089683 36.496838) + (xy 166.873559 36.63591) (xy 166.728569 36.84811) (xy 166.708582 36.94681) (xy 166.671744 36.983648) (xy 166.579208 36.721981) + (xy 165.987602 36.503812) (xy 165.357539 36.528648) (xy 164.890792 36.721981) (xy 164.798255 36.98365) (xy 159.690548 36.98365) + (xy 159.668162 36.864683) (xy 159.52909 36.648559) (xy 159.31689 36.503569) (xy 159.065 36.45256) (xy 157.165 36.45256) + (xy 156.929683 36.496838) (xy 156.713559 36.63591) (xy 156.568569 36.84811) (xy 156.548582 36.94681) (xy 156.511744 36.983648) + (xy 156.419208 36.721981) (xy 155.827602 36.503812) (xy 155.197539 36.528648) (xy 154.730792 36.721981) (xy 154.638255 36.98365) + (xy 85.968115 36.98365) (xy 85.968115 35.687) (xy 172.964928 35.687) (xy 172.964928 40.3479) (xy 178.825072 40.3479) + (xy 178.825072 39.707457) (xy 186.0804 39.707457) (xy 186.0804 51.732542) (xy 190.8048 51.732542) (xy 190.8048 39.707457) + (xy 186.0804 39.707457) (xy 178.825072 39.707457) (xy 178.825072 35.687) (xy 193.548 35.687) (xy 193.548 132.6515) + (xy 172.085 132.6515) (xy 171.817696 132.70467) (xy 171.591086 132.856086) (xy 171.43967 133.082696) (xy 171.411762 133.223) + (xy 167.8559 133.223) (xy 167.8559 128.27) (xy 167.794362 127.960626) (xy 167.791129 127.944374) (xy 167.606677 127.668323) + (xy 166.336677 126.398323) (xy 166.060626 126.213871) (xy 165.735 126.1491) (xy 150.494867 126.1491) (xy 150.558268 125.996413) + (xy 150.558665 125.541959) (xy 150.60241 125.609941) (xy 150.81461 125.754931) (xy 151.0665 125.80594) (xy 152.4635 125.80594) + (xy 152.698817 125.761662) (xy 152.914941 125.62259) (xy 153.059931 125.41039) (xy 153.11094 125.1585) (xy 153.11094 125.062116) + (xy 153.173854 125.21438) (xy 153.548647 125.589827) (xy 154.038587 125.793268) (xy 154.569086 125.793731) (xy 155.05938 125.591146) + (xy 155.434827 125.216353) (xy 155.575094 124.878554) (xy 155.713854 125.21438) (xy 156.088647 125.589827) (xy 156.578587 125.793268) + (xy 157.109086 125.793731) (xy 157.59938 125.591146) (xy 157.974827 125.216353) (xy 158.115094 124.878554) (xy 158.253854 125.21438) + (xy 158.628647 125.589827) (xy 159.118587 125.793268) (xy 159.649086 125.793731) (xy 160.13938 125.591146) (xy 160.514827 125.216353) + (xy 160.655094 124.878554) (xy 160.793854 125.21438) (xy 161.168647 125.589827) (xy 161.658587 125.793268) (xy 162.189086 125.793731) + (xy 162.67938 125.591146) (xy 163.054827 125.216353) (xy 163.195094 124.878554) (xy 163.333854 125.21438) (xy 163.708647 125.589827) + (xy 164.198587 125.793268) (xy 164.729086 125.793731) (xy 165.21938 125.591146) (xy 165.594827 125.216353) (xy 165.735094 124.878554) + (xy 165.873854 125.21438) (xy 166.248647 125.589827) (xy 166.738587 125.793268) (xy 167.269086 125.793731) (xy 167.75938 125.591146) + (xy 168.134827 125.216353) (xy 168.275094 124.878554) (xy 168.413854 125.21438) (xy 168.788647 125.589827) (xy 169.278587 125.793268) + (xy 169.809086 125.793731) (xy 170.29938 125.591146) (xy 170.674827 125.216353) (xy 170.815094 124.878554) (xy 170.953854 125.21438) + (xy 171.328647 125.589827) (xy 171.818587 125.793268) (xy 172.349086 125.793731) (xy 172.83938 125.591146) (xy 173.036681 125.394188) + (xy 173.870417 125.394188) (xy 173.932071 125.6298) (xy 174.43248 125.805927) (xy 174.962199 125.777148) (xy 175.317929 125.6298) + (xy 175.379583 125.394188) (xy 174.625 124.639605) (xy 173.870417 125.394188) (xy 173.036681 125.394188) (xy 173.214827 125.216353) + (xy 173.348314 124.894882) (xy 173.4552 125.152929) (xy 173.690812 125.214583) (xy 174.445395 124.46) (xy 174.804605 124.46) + (xy 175.559188 125.214583) (xy 175.7948 125.152929) (xy 175.970927 124.65252) (xy 175.942148 124.122801) (xy 175.7948 123.767071) + (xy 175.559188 123.705417) (xy 174.804605 124.46) (xy 174.445395 124.46) (xy 173.690812 123.705417) (xy 173.4552 123.767071) + (xy 173.356917 124.046312) (xy 173.216146 123.70562) (xy 173.036652 123.525812) (xy 173.870417 123.525812) (xy 174.625 124.280395) + (xy 175.379583 123.525812) (xy 175.317929 123.2902) (xy 174.81752 123.114073) (xy 174.287801 123.142852) (xy 173.932071 123.2902) + (xy 173.870417 123.525812) (xy 173.036652 123.525812) (xy 172.841353 123.330173) (xy 172.351413 123.126732) (xy 171.820914 123.126269) + (xy 171.33062 123.328854) (xy 170.955173 123.703647) (xy 170.814906 124.041446) (xy 170.676146 123.70562) (xy 170.301353 123.330173) + (xy 169.811413 123.126732) (xy 169.280914 123.126269) (xy 168.79062 123.328854) (xy 168.415173 123.703647) (xy 168.274906 124.041446) + (xy 168.136146 123.70562) (xy 167.761353 123.330173) (xy 167.271413 123.126732) (xy 166.740914 123.126269) (xy 166.25062 123.328854) + (xy 165.875173 123.703647) (xy 165.734906 124.041446) (xy 165.596146 123.70562) (xy 165.221353 123.330173) (xy 164.731413 123.126732) + (xy 164.200914 123.126269) (xy 163.71062 123.328854) (xy 163.335173 123.703647) (xy 163.194906 124.041446) (xy 163.056146 123.70562) + (xy 162.681353 123.330173) (xy 162.191413 123.126732) (xy 161.660914 123.126269) (xy 161.17062 123.328854) (xy 160.795173 123.703647) + (xy 160.654906 124.041446) (xy 160.516146 123.70562) (xy 160.141353 123.330173) (xy 159.651413 123.126732) (xy 159.120914 123.126269) + (xy 158.63062 123.328854) (xy 158.255173 123.703647) (xy 158.114906 124.041446) (xy 157.976146 123.70562) (xy 157.601353 123.330173) + (xy 157.111413 123.126732) (xy 156.580914 123.126269) (xy 156.09062 123.328854) (xy 155.715173 123.703647) (xy 155.574906 124.041446) + (xy 155.436146 123.70562) (xy 155.061353 123.330173) (xy 154.571413 123.126732) (xy 154.040914 123.126269) (xy 153.55062 123.328854) + (xy 153.175173 123.703647) (xy 153.11094 123.858337) (xy 153.11094 123.7615) (xy 153.066662 123.526183) (xy 152.92759 123.310059) + (xy 152.71539 123.165069) (xy 152.4635 123.11406) (xy 151.0665 123.11406) (xy 150.831183 123.158338) (xy 150.615059 123.29741) + (xy 150.470069 123.50961) (xy 150.41906 123.7615) (xy 150.41906 125.127884) (xy 150.356146 124.97562) (xy 149.981353 124.600173) + (xy 149.491413 124.396732) (xy 148.960914 124.396269) (xy 148.47062 124.598854) (xy 148.189885 124.8791) (xy 147.951179 124.8791) + (xy 148.030927 124.65252) (xy 148.002148 124.122801) (xy 147.8548 123.767071) (xy 147.619188 123.705417) (xy 146.864605 124.46) + (xy 146.878748 124.474143) (xy 146.699143 124.653748) (xy 146.685 124.639605) (xy 146.670858 124.653748) (xy 146.491253 124.474143) + (xy 146.505395 124.46) (xy 146.491253 124.445858) (xy 146.670858 124.266253) (xy 146.685 124.280395) (xy 147.439583 123.525812) + (xy 147.377929 123.2902) (xy 146.87752 123.114073) (xy 146.347801 123.142852) (xy 146.26347 123.177783) (xy 146.201129 122.864375) + (xy 146.016677 122.588323) (xy 145.740625 122.403871) (xy 145.415 122.3391) (xy 130.175 122.3391) (xy 129.849374 122.403871) + (xy 129.573323 122.588323) (xy 129.035033 123.126613) (xy 128.640914 123.126269) (xy 128.15062 123.328854) (xy 127.775173 123.703647) + (xy 127.634906 124.041446) (xy 127.496146 123.70562) (xy 127.121353 123.330173) (xy 126.631413 123.126732) (xy 126.100914 123.126269) + (xy 125.61062 123.328854) (xy 125.235173 123.703647) (xy 125.1585 123.888296) (xy 125.1585 123.63519) (xy 125.061827 123.401801) + (xy 124.883198 123.223173) (xy 124.649809 123.1265) (xy 124.11075 123.1265) (xy 123.952 123.28525) (xy 123.952 124.333) + (xy 123.972 124.333) (xy 123.972 124.587) (xy 123.952 124.587) (xy 123.952 125.63475) (xy 124.11075 125.7935) + (xy 124.649809 125.7935) (xy 124.883198 125.696827) (xy 125.061827 125.518199) (xy 125.1585 125.28481) (xy 125.1585 125.032009) + (xy 125.233854 125.21438) (xy 125.608647 125.589827) (xy 126.098587 125.793268) (xy 126.629086 125.793731) (xy 127.11938 125.591146) + (xy 127.494827 125.216353) (xy 127.635094 124.878554) (xy 127.773854 125.21438) (xy 128.148647 125.589827) (xy 128.638587 125.793268) + (xy 129.169086 125.793731) (xy 129.65938 125.591146) (xy 130.034827 125.216353) (xy 130.175094 124.878554) (xy 130.313854 125.21438) + (xy 130.535367 125.436279) (xy 129.822546 126.1491) (xy 122.554867 126.1491) (xy 122.618268 125.996413) (xy 122.618659 125.548685) + (xy 122.766802 125.696827) (xy 123.000191 125.7935) (xy 123.53925 125.7935) (xy 123.698 125.63475) (xy 123.698 124.587) + (xy 122.65025 124.587) (xy 122.4915 124.74575) (xy 122.4915 125.157991) (xy 122.416146 124.97562) (xy 122.041353 124.600173) + (xy 121.551413 124.396732) (xy 121.020914 124.396269) (xy 120.53062 124.598854) (xy 120.249885 124.8791) (xy 120.011179 124.8791) + (xy 120.090927 124.65252) (xy 120.062148 124.122801) (xy 119.9148 123.767071) (xy 119.679188 123.705417) (xy 118.924605 124.46) + (xy 118.938748 124.474143) (xy 118.759143 124.653748) (xy 118.745 124.639605) (xy 118.730858 124.653748) (xy 118.551253 124.474143) + (xy 118.565395 124.46) (xy 117.810812 123.705417) (xy 117.5752 123.767071) (xy 117.476917 124.046312) (xy 117.336146 123.70562) + (xy 117.156652 123.525812) (xy 117.990417 123.525812) (xy 118.745 124.280395) (xy 119.390205 123.63519) (xy 122.4915 123.63519) + (xy 122.4915 124.17425) (xy 122.65025 124.333) (xy 123.698 124.333) (xy 123.698 123.28525) (xy 123.53925 123.1265) + (xy 123.000191 123.1265) (xy 122.766802 123.223173) (xy 122.588173 123.401801) (xy 122.4915 123.63519) (xy 119.390205 123.63519) + (xy 119.499583 123.525812) (xy 119.437929 123.2902) (xy 118.93752 123.114073) (xy 118.407801 123.142852) (xy 118.052071 123.2902) + (xy 117.990417 123.525812) (xy 117.156652 123.525812) (xy 116.961353 123.330173) (xy 116.471413 123.126732) (xy 115.940914 123.126269) + (xy 115.45062 123.328854) (xy 115.075173 123.703647) (xy 114.934906 124.041446) (xy 114.796146 123.70562) (xy 114.421353 123.330173) + (xy 113.931413 123.126732) (xy 113.400914 123.126269) (xy 113.2459 123.190319) (xy 113.2459 123.19) (xy 113.181129 122.864375) + (xy 113.181129 122.864374) (xy 112.996677 122.588323) (xy 111.909254 121.5009) (xy 127.870206 121.5009) (xy 128.148647 121.779827) + (xy 128.638587 121.983268) (xy 129.169086 121.983731) (xy 129.65938 121.781146) (xy 130.034827 121.406353) (xy 130.238268 120.916413) + (xy 130.238731 120.385914) (xy 130.174681 120.2309) (xy 139.065133 120.2309) (xy 139.001732 120.383587) (xy 139.001269 120.914086) + (xy 139.203854 121.40438) (xy 139.578647 121.779827) (xy 140.068587 121.983268) (xy 140.599086 121.983731) (xy 141.08938 121.781146) + (xy 141.370115 121.5009) (xy 148.190206 121.5009) (xy 148.468647 121.779827) (xy 148.958587 121.983268) (xy 149.489086 121.983731) + (xy 149.97938 121.781146) (xy 150.354827 121.406353) (xy 150.558268 120.916413) (xy 150.558731 120.385914) (xy 150.494681 120.2309) + (xy 150.730206 120.2309) (xy 151.008647 120.509827) (xy 151.498587 120.713268) (xy 152.029086 120.713731) (xy 152.51938 120.511146) + (xy 152.894827 120.136353) (xy 153.098268 119.646413) (xy 153.098425 119.466582) (xy 153.658421 120.026578) (xy 153.955074 120.224795) + (xy 154.305 120.2944) (xy 169.753871 120.2944) (xy 170.02263 120.563629) (xy 170.5359 120.776757) (xy 171.091661 120.777242) + (xy 171.605303 120.56501) (xy 171.998629 120.17237) (xy 172.211757 119.6591) (xy 172.212242 119.103339) (xy 172.00001 118.589697) + (xy 171.60737 118.196371) (xy 171.0941 117.983243) (xy 170.538339 117.982758) (xy 170.024697 118.19499) (xy 169.753614 118.4656) + (xy 154.683757 118.4656) (xy 154.391733 118.173576) (xy 154.569086 118.173731) (xy 155.05938 117.971146) (xy 155.434827 117.596353) + (xy 155.575094 117.258554) (xy 155.713854 117.59438) (xy 156.088647 117.969827) (xy 156.578587 118.173268) (xy 157.109086 118.173731) + (xy 157.59938 117.971146) (xy 157.974827 117.596353) (xy 158.115094 117.258554) (xy 158.253854 117.59438) (xy 158.628647 117.969827) + (xy 159.118587 118.173268) (xy 159.649086 118.173731) (xy 160.13938 117.971146) (xy 160.514827 117.596353) (xy 160.655094 117.258554) + (xy 160.793854 117.59438) (xy 161.168647 117.969827) (xy 161.658587 118.173268) (xy 162.189086 118.173731) (xy 162.67938 117.971146) + (xy 163.054827 117.596353) (xy 163.195094 117.258554) (xy 163.333854 117.59438) (xy 163.708647 117.969827) (xy 164.198587 118.173268) + (xy 164.729086 118.173731) (xy 165.21938 117.971146) (xy 165.594827 117.596353) (xy 165.735094 117.258554) (xy 165.873854 117.59438) + (xy 166.248647 117.969827) (xy 166.738587 118.173268) (xy 167.269086 118.173731) (xy 167.75938 117.971146) (xy 168.134827 117.596353) + (xy 168.275094 117.258554) (xy 168.413854 117.59438) (xy 168.788647 117.969827) (xy 169.278587 118.173268) (xy 169.809086 118.173731) + (xy 170.29938 117.971146) (xy 170.674827 117.596353) (xy 170.815094 117.258554) (xy 170.953854 117.59438) (xy 171.328647 117.969827) + (xy 171.818587 118.173268) (xy 172.349086 118.173731) (xy 172.83938 117.971146) (xy 173.214827 117.596353) (xy 173.355094 117.258554) + (xy 173.493854 117.59438) (xy 173.868647 117.969827) (xy 174.358587 118.173268) (xy 174.889086 118.173731) (xy 175.37938 117.971146) + (xy 175.754827 117.596353) (xy 175.958268 117.106413) (xy 175.958731 116.575914) (xy 175.756146 116.08562) (xy 175.381353 115.710173) + (xy 174.891413 115.506732) (xy 174.360914 115.506269) (xy 173.87062 115.708854) (xy 173.495173 116.083647) (xy 173.354906 116.421446) + (xy 173.216146 116.08562) (xy 172.841353 115.710173) (xy 172.351413 115.506732) (xy 171.820914 115.506269) (xy 171.33062 115.708854) + (xy 170.955173 116.083647) (xy 170.814906 116.421446) (xy 170.676146 116.08562) (xy 170.301353 115.710173) (xy 169.811413 115.506732) + (xy 169.280914 115.506269) (xy 168.79062 115.708854) (xy 168.415173 116.083647) (xy 168.274906 116.421446) (xy 168.136146 116.08562) + (xy 167.761353 115.710173) (xy 167.271413 115.506732) (xy 166.740914 115.506269) (xy 166.25062 115.708854) (xy 165.875173 116.083647) + (xy 165.734906 116.421446) (xy 165.596146 116.08562) (xy 165.221353 115.710173) (xy 164.731413 115.506732) (xy 164.200914 115.506269) + (xy 163.71062 115.708854) (xy 163.335173 116.083647) (xy 163.194906 116.421446) (xy 163.056146 116.08562) (xy 162.681353 115.710173) + (xy 162.191413 115.506732) (xy 161.660914 115.506269) (xy 161.17062 115.708854) (xy 160.795173 116.083647) (xy 160.654906 116.421446) + (xy 160.516146 116.08562) (xy 160.151206 115.720043) (xy 160.158682 115.708854) (xy 160.229795 115.602426) (xy 160.2994 115.2525) + (xy 160.2994 113.065316) (xy 160.318817 113.061662) (xy 160.534941 112.92259) (xy 160.679931 112.71039) (xy 160.683211 112.694188) + (xy 173.870417 112.694188) (xy 173.932071 112.9298) (xy 174.43248 113.105927) (xy 174.962199 113.077148) (xy 175.317929 112.9298) + (xy 175.326244 112.898021) (xy 182.24456 112.898021) (xy 182.630437 113.831915) (xy 183.344327 114.547052) (xy 184.277546 114.934559) + (xy 185.288021 114.93544) (xy 186.221915 114.549563) (xy 186.937052 113.835673) (xy 187.324559 112.902454) (xy 187.32544 111.891979) + (xy 186.939563 110.958085) (xy 186.225673 110.242948) (xy 185.292454 109.855441) (xy 184.281979 109.85456) (xy 183.348085 110.240437) + (xy 182.632948 110.954327) (xy 182.245441 111.887546) (xy 182.24456 112.898021) (xy 175.326244 112.898021) (xy 175.379583 112.694188) + (xy 174.625 111.939605) (xy 173.870417 112.694188) (xy 160.683211 112.694188) (xy 160.73094 112.4585) (xy 160.73094 111.56748) + (xy 173.279073 111.56748) (xy 173.307852 112.097199) (xy 173.4552 112.452929) (xy 173.690812 112.514583) (xy 174.445395 111.76) + (xy 174.804605 111.76) (xy 175.559188 112.514583) (xy 175.7948 112.452929) (xy 175.970927 111.95252) (xy 175.942148 111.422801) + (xy 175.7948 111.067071) (xy 175.559188 111.005417) (xy 174.804605 111.76) (xy 174.445395 111.76) (xy 173.690812 111.005417) + (xy 173.4552 111.067071) (xy 173.279073 111.56748) (xy 160.73094 111.56748) (xy 160.73094 111.0615) (xy 160.686662 110.826183) + (xy 160.686424 110.825812) (xy 173.870417 110.825812) (xy 174.625 111.580395) (xy 175.379583 110.825812) (xy 175.317929 110.5902) + (xy 174.81752 110.414073) (xy 174.287801 110.442852) (xy 173.932071 110.5902) (xy 173.870417 110.825812) (xy 160.686424 110.825812) + (xy 160.54759 110.610059) (xy 160.33539 110.465069) (xy 160.0835 110.41406) (xy 158.6865 110.41406) (xy 158.451183 110.458338) + (xy 158.235059 110.59741) (xy 158.090069 110.80961) (xy 158.03906 111.0615) (xy 158.03906 112.4585) (xy 158.083338 112.693817) + (xy 158.22241 112.909941) (xy 158.43461 113.054931) (xy 158.4706 113.062219) (xy 158.4706 114.6556) (xy 156.871234 114.6556) + (xy 156.908268 114.566413) (xy 156.908731 114.035914) (xy 156.706146 113.54562) (xy 156.331353 113.170173) (xy 155.841413 112.966732) + (xy 155.310914 112.966269) (xy 154.82062 113.168854) (xy 154.539885 113.4491) (xy 153.031179 113.4491) (xy 153.110927 113.22252) + (xy 153.082148 112.692801) (xy 152.9348 112.337071) (xy 152.699188 112.275417) (xy 151.944605 113.03) (xy 151.958748 113.044143) + (xy 151.779143 113.223748) (xy 151.765 113.209605) (xy 151.750858 113.223748) (xy 151.571253 113.044143) (xy 151.585395 113.03) + (xy 150.830812 112.275417) (xy 150.5952 112.337071) (xy 150.496917 112.616312) (xy 150.356146 112.27562) (xy 150.176652 112.095812) + (xy 151.010417 112.095812) (xy 151.765 112.850395) (xy 152.519583 112.095812) (xy 152.457929 111.8602) (xy 151.95752 111.684073) + (xy 151.427801 111.712852) (xy 151.072071 111.8602) (xy 151.010417 112.095812) (xy 150.176652 112.095812) (xy 149.981353 111.900173) + (xy 149.643554 111.759906) (xy 149.97938 111.621146) (xy 150.354827 111.246353) (xy 150.558268 110.756413) (xy 150.558731 110.225914) + (xy 150.356146 109.73562) (xy 149.981353 109.360173) (xy 149.491413 109.156732) (xy 148.960914 109.156269) (xy 148.47062 109.358854) + (xy 148.189885 109.6391) (xy 143.909794 109.6391) (xy 143.631353 109.360173) (xy 143.141413 109.156732) (xy 142.610914 109.156269) + (xy 142.12062 109.358854) (xy 141.745173 109.733647) (xy 141.541732 110.223587) (xy 141.541269 110.754086) (xy 141.743854 111.24438) + (xy 142.118647 111.619827) (xy 142.608587 111.823268) (xy 143.139086 111.823731) (xy 143.62938 111.621146) (xy 143.910115 111.3409) + (xy 148.190206 111.3409) (xy 148.468647 111.619827) (xy 148.806446 111.760094) (xy 148.47062 111.898854) (xy 148.095173 112.273647) + (xy 147.954906 112.611446) (xy 147.816146 112.27562) (xy 147.441353 111.900173) (xy 146.951413 111.696732) (xy 146.420914 111.696269) + (xy 145.93062 111.898854) (xy 145.555173 112.273647) (xy 145.414906 112.611446) (xy 145.276146 112.27562) (xy 144.901353 111.900173) + (xy 144.411413 111.696732) (xy 143.880914 111.696269) (xy 143.39062 111.898854) (xy 143.015173 112.273647) (xy 142.874906 112.611446) + (xy 142.736146 112.27562) (xy 142.361353 111.900173) (xy 141.871413 111.696732) (xy 141.340914 111.696269) (xy 140.85062 111.898854) + (xy 140.475173 112.273647) (xy 140.334906 112.611446) (xy 140.196146 112.27562) (xy 139.821353 111.900173) (xy 139.331413 111.696732) + (xy 138.800914 111.696269) (xy 138.31062 111.898854) (xy 137.935173 112.273647) (xy 137.794906 112.611446) (xy 137.656146 112.27562) + (xy 137.281353 111.900173) (xy 136.791413 111.696732) (xy 136.260914 111.696269) (xy 135.77062 111.898854) (xy 135.395173 112.273647) + (xy 135.254906 112.611446) (xy 135.116146 112.27562) (xy 134.741353 111.900173) (xy 134.251413 111.696732) (xy 133.720914 111.696269) + (xy 133.23062 111.898854) (xy 132.855173 112.273647) (xy 132.714906 112.611446) (xy 132.576146 112.27562) (xy 132.201353 111.900173) + (xy 131.711413 111.696732) (xy 131.180914 111.696269) (xy 130.69062 111.898854) (xy 130.315173 112.273647) (xy 130.174906 112.611446) + (xy 130.036146 112.27562) (xy 129.661353 111.900173) (xy 129.171413 111.696732) (xy 128.640914 111.696269) (xy 128.5494 111.734082) + (xy 128.5494 109.246234) (xy 128.638587 109.283268) (xy 129.169086 109.283731) (xy 129.65938 109.081146) (xy 129.940115 108.8009) + (xy 153.270206 108.8009) (xy 153.548647 109.079827) (xy 154.038587 109.283268) (xy 154.569086 109.283731) (xy 155.05938 109.081146) + (xy 155.434827 108.706353) (xy 155.638268 108.216413) (xy 155.638731 107.685914) (xy 155.436146 107.19562) (xy 155.061353 106.820173) + (xy 154.571413 106.616732) (xy 154.040914 106.616269) (xy 153.55062 106.818854) (xy 153.269885 107.0991) (xy 152.231754 107.0991) + (xy 152.366677 106.964177) (xy 152.551129 106.688125) (xy 152.595475 106.465184) (xy 152.894827 106.166353) (xy 153.098268 105.676413) + (xy 153.098503 105.406857) (xy 153.703323 106.011677) (xy 153.979374 106.196129) (xy 154.305 106.2609) (xy 160.890206 106.2609) + (xy 161.168647 106.539827) (xy 161.658587 106.743268) (xy 162.189086 106.743731) (xy 162.67938 106.541146) (xy 163.054827 106.166353) + (xy 163.258268 105.676413) (xy 163.258731 105.145914) (xy 163.056146 104.65562) (xy 162.756948 104.3559) (xy 171.7675 104.3559) + (xy 172.093126 104.291129) (xy 172.369177 104.106677) (xy 172.686677 103.789177) (xy 172.871129 103.513125) (xy 172.9359 103.1875) + (xy 172.9359 99.059867) (xy 173.088587 99.123268) (xy 173.619086 99.123731) (xy 174.10938 98.921146) (xy 174.331279 98.699633) + (xy 180.860361 105.228715) (xy 180.848243 105.2579) (xy 180.847758 105.813661) (xy 181.05999 106.327303) (xy 181.45263 106.720629) + (xy 181.9659 106.933757) (xy 182.521661 106.934242) (xy 183.035303 106.72201) (xy 183.428629 106.32937) (xy 183.641757 105.8161) + (xy 183.642242 105.260339) (xy 183.584344 105.120213) (xy 183.984392 105.120213) (xy 184.053857 105.362397) (xy 184.577302 105.549144) + (xy 185.132368 105.521362) (xy 185.516143 105.362397) (xy 185.585608 105.120213) (xy 184.785 104.319605) (xy 183.984392 105.120213) + (xy 183.584344 105.120213) (xy 183.43001 104.746697) (xy 183.03737 104.353371) (xy 182.5241 104.140243) (xy 182.521664 104.140241) + (xy 183.024915 103.932302) (xy 183.375856 103.932302) (xy 183.403638 104.487368) (xy 183.562603 104.871143) (xy 183.804787 104.940608) + (xy 184.605395 104.14) (xy 184.964605 104.14) (xy 185.765213 104.940608) (xy 186.007397 104.871143) (xy 186.194144 104.347698) + (xy 186.166362 103.792632) (xy 186.007397 103.408857) (xy 185.765213 103.339392) (xy 184.964605 104.14) (xy 184.605395 104.14) + (xy 183.804787 103.339392) (xy 183.562603 103.408857) (xy 183.375856 103.932302) (xy 183.024915 103.932302) (xy 183.035303 103.92801) + (xy 183.428629 103.53537) (xy 183.641757 103.0221) (xy 183.642242 102.466339) (xy 183.584344 102.326213) (xy 183.984392 102.326213) + (xy 184.053857 102.568397) (xy 184.568707 102.752077) (xy 184.437632 102.758638) (xy 184.053857 102.917603) (xy 183.984392 103.159787) + (xy 184.785 103.960395) (xy 185.585608 103.159787) (xy 185.516143 102.917603) (xy 185.001293 102.733923) (xy 185.132368 102.727362) + (xy 185.516143 102.568397) (xy 185.585608 102.326213) (xy 184.785 101.525605) (xy 183.984392 102.326213) (xy 183.584344 102.326213) + (xy 183.43001 101.952697) (xy 183.03737 101.559371) (xy 182.5241 101.346243) (xy 182.521664 101.346241) (xy 183.024915 101.138302) + (xy 183.375856 101.138302) (xy 183.403638 101.693368) (xy 183.562603 102.077143) (xy 183.804787 102.146608) (xy 184.605395 101.346) + (xy 184.964605 101.346) (xy 185.765213 102.146608) (xy 186.007397 102.077143) (xy 186.194144 101.553698) (xy 186.166362 100.998632) + (xy 186.007397 100.614857) (xy 185.765213 100.545392) (xy 184.964605 101.346) (xy 184.605395 101.346) (xy 183.804787 100.545392) + (xy 183.562603 100.614857) (xy 183.375856 101.138302) (xy 183.024915 101.138302) (xy 183.035303 101.13401) (xy 183.428629 100.74137) + (xy 183.641757 100.2281) (xy 183.642242 99.672339) (xy 183.605334 99.583013) (xy 183.984392 99.583013) (xy 184.053857 99.825197) + (xy 184.443835 99.964328) (xy 184.437632 99.964638) (xy 184.053857 100.123603) (xy 183.984392 100.365787) (xy 184.785 101.166395) + (xy 185.585608 100.365787) (xy 185.516143 100.123603) (xy 185.126165 99.984472) (xy 185.132368 99.984162) (xy 185.516143 99.825197) + (xy 185.585608 99.583013) (xy 184.785 98.782405) (xy 183.984392 99.583013) (xy 183.605334 99.583013) (xy 183.43001 99.158697) + (xy 183.03737 98.765371) (xy 182.676185 98.615394) (xy 183.035303 98.46701) (xy 183.107336 98.395102) (xy 183.375856 98.395102) + (xy 183.403638 98.950168) (xy 183.562603 99.333943) (xy 183.804787 99.403408) (xy 184.605395 98.6028) (xy 184.964605 98.6028) + (xy 185.765213 99.403408) (xy 186.007397 99.333943) (xy 186.194144 98.810498) (xy 186.166362 98.255432) (xy 186.007397 97.871657) + (xy 185.765213 97.802192) (xy 184.964605 98.6028) (xy 184.605395 98.6028) (xy 183.804787 97.802192) (xy 183.562603 97.871657) + (xy 183.375856 98.395102) (xy 183.107336 98.395102) (xy 183.428629 98.07437) (xy 183.641757 97.5611) (xy 183.642242 97.005339) + (xy 183.594839 96.890613) (xy 183.984392 96.890613) (xy 184.053857 97.132797) (xy 184.375015 97.247375) (xy 184.053857 97.380403) + (xy 183.984392 97.622587) (xy 184.785 98.423195) (xy 185.585608 97.622587) (xy 185.516143 97.380403) (xy 185.194985 97.265825) + (xy 185.516143 97.132797) (xy 185.585608 96.890613) (xy 184.785 96.090005) (xy 183.984392 96.890613) (xy 183.594839 96.890613) + (xy 183.43001 96.491697) (xy 183.03737 96.098371) (xy 182.5241 95.885243) (xy 182.521664 95.885241) (xy 182.963442 95.702702) + (xy 183.375856 95.702702) (xy 183.403638 96.257768) (xy 183.562603 96.641543) (xy 183.804787 96.711008) (xy 184.605395 95.9104) + (xy 184.964605 95.9104) (xy 185.765213 96.711008) (xy 186.007397 96.641543) (xy 186.194144 96.118098) (xy 186.166362 95.563032) + (xy 186.007397 95.179257) (xy 185.765213 95.109792) (xy 184.964605 95.9104) (xy 184.605395 95.9104) (xy 183.804787 95.109792) + (xy 183.562603 95.179257) (xy 183.375856 95.702702) (xy 182.963442 95.702702) (xy 183.035303 95.67301) (xy 183.428629 95.28037) + (xy 183.574037 94.930187) (xy 183.984392 94.930187) (xy 184.785 95.730795) (xy 185.585608 94.930187) (xy 185.516143 94.688003) + (xy 184.992698 94.501256) (xy 184.437632 94.529038) (xy 184.053857 94.688003) (xy 183.984392 94.930187) (xy 183.574037 94.930187) + (xy 183.641757 94.7671) (xy 183.642242 94.211339) (xy 183.573849 94.045813) (xy 183.984392 94.045813) (xy 184.053857 94.287997) + (xy 184.577302 94.474744) (xy 185.132368 94.446962) (xy 185.516143 94.287997) (xy 185.585608 94.045813) (xy 184.785 93.245205) + (xy 183.984392 94.045813) (xy 183.573849 94.045813) (xy 183.43001 93.697697) (xy 183.03737 93.304371) (xy 182.5241 93.091243) + (xy 182.521664 93.091241) (xy 183.035303 92.87901) (xy 183.056447 92.857902) (xy 183.375856 92.857902) (xy 183.403638 93.412968) + (xy 183.562603 93.796743) (xy 183.804787 93.866208) (xy 184.605395 93.0656) (xy 184.964605 93.0656) (xy 185.765213 93.866208) + (xy 186.007397 93.796743) (xy 186.194144 93.273298) (xy 186.166362 92.718232) (xy 186.007397 92.334457) (xy 185.765213 92.264992) + (xy 184.964605 93.0656) (xy 184.605395 93.0656) (xy 183.804787 92.264992) (xy 183.562603 92.334457) (xy 183.375856 92.857902) + (xy 183.056447 92.857902) (xy 183.428629 92.48637) (xy 183.641757 91.9731) (xy 183.642242 91.417339) (xy 183.594839 91.302613) + (xy 183.984392 91.302613) (xy 184.053857 91.544797) (xy 184.443835 91.683928) (xy 184.437632 91.684238) (xy 184.053857 91.843203) + (xy 183.984392 92.085387) (xy 184.785 92.885995) (xy 185.585608 92.085387) (xy 185.516143 91.843203) (xy 185.126165 91.704072) + (xy 185.132368 91.703762) (xy 185.516143 91.544797) (xy 185.585608 91.302613) (xy 184.785 90.502005) (xy 183.984392 91.302613) + (xy 183.594839 91.302613) (xy 183.43001 90.903697) (xy 183.03737 90.510371) (xy 182.5241 90.297243) (xy 182.521664 90.297241) + (xy 182.963442 90.114702) (xy 183.375856 90.114702) (xy 183.403638 90.669768) (xy 183.562603 91.053543) (xy 183.804787 91.123008) + (xy 184.605395 90.3224) (xy 184.964605 90.3224) (xy 185.765213 91.123008) (xy 186.007397 91.053543) (xy 186.194144 90.530098) + (xy 186.166362 89.975032) (xy 186.007397 89.591257) (xy 185.765213 89.521792) (xy 184.964605 90.3224) (xy 184.605395 90.3224) + (xy 183.804787 89.521792) (xy 183.562603 89.591257) (xy 183.375856 90.114702) (xy 182.963442 90.114702) (xy 183.035303 90.08501) + (xy 183.428629 89.69237) (xy 183.641757 89.1791) (xy 183.642242 88.623339) (xy 183.615829 88.559413) (xy 183.984392 88.559413) + (xy 184.053857 88.801597) (xy 184.443835 88.940728) (xy 184.437632 88.941038) (xy 184.053857 89.100003) (xy 183.984392 89.342187) + (xy 184.785 90.142795) (xy 185.585608 89.342187) (xy 185.516143 89.100003) (xy 185.126165 88.960872) (xy 185.132368 88.960562) + (xy 185.516143 88.801597) (xy 185.585608 88.559413) (xy 184.785 87.758805) (xy 183.984392 88.559413) (xy 183.615829 88.559413) + (xy 183.43001 88.109697) (xy 183.03737 87.716371) (xy 182.676185 87.566394) (xy 183.035303 87.41801) (xy 183.081892 87.371502) + (xy 183.375856 87.371502) (xy 183.403638 87.926568) (xy 183.562603 88.310343) (xy 183.804787 88.379808) (xy 184.605395 87.5792) + (xy 184.964605 87.5792) (xy 185.765213 88.379808) (xy 186.007397 88.310343) (xy 186.194144 87.786898) (xy 186.166362 87.231832) + (xy 186.007397 86.848057) (xy 185.765213 86.778592) (xy 184.964605 87.5792) (xy 184.605395 87.5792) (xy 183.804787 86.778592) + (xy 183.562603 86.848057) (xy 183.375856 87.371502) (xy 183.081892 87.371502) (xy 183.428629 87.02537) (xy 183.641757 86.5121) + (xy 183.642242 85.956339) (xy 183.563354 85.765413) (xy 183.984392 85.765413) (xy 184.053857 86.007597) (xy 184.568707 86.191277) + (xy 184.437632 86.197838) (xy 184.053857 86.356803) (xy 183.984392 86.598987) (xy 184.785 87.399595) (xy 185.585608 86.598987) + (xy 185.516143 86.356803) (xy 185.001293 86.173123) (xy 185.132368 86.166562) (xy 185.516143 86.007597) (xy 185.585608 85.765413) + (xy 184.785 84.964805) (xy 183.984392 85.765413) (xy 183.563354 85.765413) (xy 183.43001 85.442697) (xy 183.03737 85.049371) + (xy 182.5241 84.836243) (xy 182.521664 84.836241) (xy 183.035303 84.62401) (xy 183.081892 84.577502) (xy 183.375856 84.577502) + (xy 183.403638 85.132568) (xy 183.562603 85.516343) (xy 183.804787 85.585808) (xy 184.605395 84.7852) (xy 184.964605 84.7852) + (xy 185.765213 85.585808) (xy 186.007397 85.516343) (xy 186.194144 84.992898) (xy 186.166362 84.437832) (xy 186.007397 84.054057) + (xy 185.765213 83.984592) (xy 184.964605 84.7852) (xy 184.605395 84.7852) (xy 183.804787 83.984592) (xy 183.562603 84.054057) + (xy 183.375856 84.577502) (xy 183.081892 84.577502) (xy 183.428629 84.23137) (xy 183.641757 83.7181) (xy 183.642242 83.162339) + (xy 183.43001 82.648697) (xy 183.03737 82.255371) (xy 182.5241 82.042243) (xy 182.521664 82.042241) (xy 183.035303 81.83001) + (xy 183.428629 81.43737) (xy 183.641757 80.9241) (xy 183.642242 80.368339) (xy 183.530912 80.0989) (xy 183.60977 80.0989) + (xy 183.99263 80.482429) (xy 184.445797 80.6706) (xy 183.994697 80.85699) (xy 183.601371 81.24963) (xy 183.388243 81.7629) + (xy 183.387758 82.318661) (xy 183.59999 82.832303) (xy 183.99263 83.225629) (xy 184.429709 83.40712) (xy 184.053857 83.562803) + (xy 183.984392 83.804987) (xy 184.785 84.605595) (xy 185.585608 83.804987) (xy 185.516143 83.562803) (xy 185.111771 83.418537) + (xy 185.575303 83.22701) (xy 185.968629 82.83437) (xy 186.181757 82.3211) (xy 186.182242 81.765339) (xy 185.97001 81.251697) + (xy 185.57737 80.858371) (xy 185.124203 80.6702) (xy 185.575303 80.48381) (xy 185.968629 80.09117) (xy 186.181757 79.5779) + (xy 186.182242 79.022139) (xy 185.97001 78.508497) (xy 185.57737 78.115171) (xy 185.0641 77.902043) (xy 185.061664 77.902041) + (xy 185.575303 77.68981) (xy 185.968629 77.29717) (xy 186.181757 76.7839) (xy 186.182242 76.228139) (xy 185.97001 75.714497) + (xy 185.57737 75.321171) (xy 185.369488 75.234851) (xy 185.575303 75.14981) (xy 185.968629 74.75717) (xy 186.181757 74.2439) + (xy 186.182242 73.688139) (xy 185.97001 73.174497) (xy 185.57737 72.781171) (xy 185.0641 72.568043) (xy 184.508339 72.567558) + (xy 183.994697 72.77979) (xy 183.838114 72.9361) (xy 183.65444 72.9361) (xy 183.65444 71.628) (xy 183.610162 71.392683) + (xy 183.47109 71.176559) (xy 183.25889 71.031569) (xy 183.007 70.98056) (xy 182.038914 70.98056) (xy 179.036677 67.978323) + (xy 178.760626 67.793871) (xy 178.435 67.7291) (xy 174.624867 67.7291) (xy 174.688268 67.576413) (xy 174.688731 67.045914) + (xy 174.486146 66.55562) (xy 174.111353 66.180173) (xy 173.621413 65.976732) (xy 173.090914 65.976269) (xy 172.60062 66.178854) + (xy 172.225173 66.553647) (xy 172.084906 66.891446) (xy 171.946146 66.55562) (xy 171.571353 66.180173) (xy 171.081413 65.976732) + (xy 170.550914 65.976269) (xy 170.06062 66.178854) (xy 169.685173 66.553647) (xy 169.544906 66.891446) (xy 169.406146 66.55562) + (xy 169.031353 66.180173) (xy 168.541413 65.976732) (xy 168.010914 65.976269) (xy 167.52062 66.178854) (xy 167.145173 66.553647) + (xy 167.004906 66.891446) (xy 166.866146 66.55562) (xy 166.491353 66.180173) (xy 166.001413 65.976732) (xy 165.470914 65.976269) + (xy 164.98062 66.178854) (xy 164.605173 66.553647) (xy 164.464906 66.891446) (xy 164.326146 66.55562) (xy 163.951353 66.180173) + (xy 163.461413 65.976732) (xy 162.930914 65.976269) (xy 162.44062 66.178854) (xy 162.065173 66.553647) (xy 161.924906 66.891446) + (xy 161.786146 66.55562) (xy 161.411353 66.180173) (xy 160.921413 65.976732) (xy 160.390914 65.976269) (xy 159.90062 66.178854) + (xy 159.525173 66.553647) (xy 159.384906 66.891446) (xy 159.246146 66.55562) (xy 158.871353 66.180173) (xy 158.381413 65.976732) + (xy 157.850914 65.976269) (xy 157.36062 66.178854) (xy 156.985173 66.553647) (xy 156.844906 66.891446) (xy 156.706146 66.55562) + (xy 156.331353 66.180173) (xy 155.841413 65.976732) (xy 155.310914 65.976269) (xy 154.82062 66.178854) (xy 154.445173 66.553647) + (xy 154.304906 66.891446) (xy 154.166146 66.55562) (xy 153.791353 66.180173) (xy 153.301413 65.976732) (xy 152.90474 65.976386) + (xy 152.549254 65.6209) (xy 165.970206 65.6209) (xy 166.248647 65.899827) (xy 166.738587 66.103268) (xy 167.269086 66.103731) + (xy 167.742741 65.908021) (xy 182.24456 65.908021) (xy 182.630437 66.841915) (xy 183.344327 67.557052) (xy 184.277546 67.944559) + (xy 185.288021 67.94544) (xy 186.221915 67.559563) (xy 186.937052 66.845673) (xy 187.324559 65.912454) (xy 187.32544 64.901979) + (xy 186.939563 63.968085) (xy 186.225673 63.252948) (xy 185.292454 62.865441) (xy 184.281979 62.86456) (xy 183.348085 63.250437) + (xy 182.632948 63.964327) (xy 182.245441 64.897546) (xy 182.24456 65.908021) (xy 167.742741 65.908021) (xy 167.75938 65.901146) + (xy 168.134827 65.526353) (xy 168.338268 65.036413) (xy 168.338731 64.505914) (xy 168.274681 64.3509) (xy 173.590206 64.3509) + (xy 173.868647 64.629827) (xy 174.358587 64.833268) (xy 174.889086 64.833731) (xy 175.37938 64.631146) (xy 175.754827 64.256353) + (xy 175.958268 63.766413) (xy 175.958731 63.235914) (xy 175.756146 62.74562) (xy 175.381353 62.370173) (xy 174.891413 62.166732) + (xy 174.360914 62.166269) (xy 173.87062 62.368854) (xy 173.589885 62.6491) (xy 151.764867 62.6491) (xy 151.828268 62.496413) + (xy 151.828731 61.965914) (xy 151.764681 61.8109) (xy 154.540206 61.8109) (xy 154.818647 62.089827) (xy 155.308587 62.293268) + (xy 155.839086 62.293731) (xy 156.32938 62.091146) (xy 156.704827 61.716353) (xy 156.908268 61.226413) (xy 156.908731 60.695914) + (xy 156.844681 60.5409) (xy 158.350206 60.5409) (xy 158.628647 60.819827) (xy 159.118587 61.023268) (xy 159.649086 61.023731) + (xy 160.13938 60.821146) (xy 160.514827 60.446353) (xy 160.718268 59.956413) (xy 160.718731 59.425914) (xy 160.654681 59.2709) + (xy 164.700206 59.2709) (xy 164.978647 59.549827) (xy 165.468587 59.753268) (xy 165.999086 59.753731) (xy 166.48938 59.551146) + (xy 166.864827 59.176353) (xy 167.068268 58.686413) (xy 167.068731 58.155914) (xy 167.004681 58.0009) (xy 167.240206 58.0009) + (xy 167.518647 58.279827) (xy 168.008587 58.483268) (xy 168.539086 58.483731) (xy 169.02938 58.281146) (xy 169.404827 57.906353) + (xy 169.608268 57.416413) (xy 169.608731 56.885914) (xy 169.406146 56.39562) (xy 169.031353 56.020173) (xy 168.541413 55.816732) + (xy 168.010914 55.816269) (xy 167.52062 56.018854) (xy 167.239885 56.2991) (xy 164.464867 56.2991) (xy 164.528268 56.146413) + (xy 164.528731 55.615914) (xy 164.326146 55.12562) (xy 163.951353 54.750173) (xy 163.461413 54.546732) (xy 162.930914 54.546269) + (xy 162.44062 54.748854) (xy 162.159885 55.0291) (xy 153.034867 55.0291) (xy 153.098268 54.876413) (xy 153.098731 54.345914) + (xy 152.896146 53.85562) (xy 152.521353 53.480173) (xy 152.031413 53.276732) (xy 151.500914 53.276269) (xy 151.01062 53.478854) + (xy 150.729885 53.7591) (xy 147.954867 53.7591) (xy 148.018268 53.606413) (xy 148.018731 53.075914) (xy 147.989095 53.004188) + (xy 154.820417 53.004188) (xy 154.882071 53.2398) (xy 155.38248 53.415927) (xy 155.912199 53.387148) (xy 156.267929 53.2398) + (xy 156.329583 53.004188) (xy 155.575 52.249605) (xy 154.820417 53.004188) (xy 147.989095 53.004188) (xy 147.816146 52.58562) + (xy 147.441353 52.210173) (xy 146.951413 52.006732) (xy 146.420914 52.006269) (xy 145.93062 52.208854) (xy 145.649885 52.4891) + (xy 96.919794 52.4891) (xy 96.641353 52.210173) (xy 96.151413 52.006732) (xy 95.620914 52.006269) (xy 95.13062 52.208854) + (xy 94.755173 52.583647) (xy 94.551732 53.073587) (xy 94.551269 53.604086) (xy 94.753854 54.09438) (xy 95.128647 54.469827) + (xy 95.618587 54.673268) (xy 96.149086 54.673731) (xy 96.63938 54.471146) (xy 96.920115 54.1909) (xy 120.015133 54.1909) + (xy 119.951732 54.343587) (xy 119.951269 54.874086) (xy 120.015319 55.0291) (xy 118.509794 55.0291) (xy 118.231353 54.750173) + (xy 117.741413 54.546732) (xy 117.210914 54.546269) (xy 116.72062 54.748854) (xy 116.345173 55.123647) (xy 116.141732 55.613587) + (xy 116.141269 56.144086) (xy 116.205319 56.2991) (xy 114.699794 56.2991) (xy 114.421353 56.020173) (xy 113.931413 55.816732) + (xy 113.400914 55.816269) (xy 112.91062 56.018854) (xy 112.535173 56.393647) (xy 112.331732 56.883587) (xy 112.331269 57.414086) + (xy 112.533854 57.90438) (xy 112.755367 58.126279) (xy 111.793323 59.088323) (xy 111.608871 59.364374) (xy 111.608871 59.364375) + (xy 111.5441 59.69) (xy 111.5441 59.925206) (xy 111.265173 60.203647) (xy 111.124906 60.541446) (xy 110.986146 60.20562) + (xy 110.611353 59.830173) (xy 110.121413 59.626732) (xy 109.590914 59.626269) (xy 109.10062 59.828854) (xy 108.725173 60.203647) + (xy 108.584906 60.541446) (xy 108.446146 60.20562) (xy 108.071353 59.830173) (xy 107.581413 59.626732) (xy 107.050914 59.626269) + (xy 106.56062 59.828854) (xy 106.185173 60.203647) (xy 106.044906 60.541446) (xy 105.906146 60.20562) (xy 105.531353 59.830173) + (xy 105.041413 59.626732) (xy 104.510914 59.626269) (xy 104.02062 59.828854) (xy 103.645173 60.203647) (xy 103.504906 60.541446) + (xy 103.366146 60.20562) (xy 102.991353 59.830173) (xy 102.501413 59.626732) (xy 101.970914 59.626269) (xy 101.48062 59.828854) + (xy 101.105173 60.203647) (xy 100.964906 60.541446) (xy 100.826146 60.20562) (xy 100.451353 59.830173) (xy 99.961413 59.626732) + (xy 99.430914 59.626269) (xy 98.94062 59.828854) (xy 98.565173 60.203647) (xy 98.424906 60.541446) (xy 98.286146 60.20562) + (xy 97.911353 59.830173) (xy 97.421413 59.626732) (xy 96.890914 59.626269) (xy 96.40062 59.828854) (xy 96.025173 60.203647) + (xy 95.884906 60.541446) (xy 95.746146 60.20562) (xy 95.371353 59.830173) (xy 94.881413 59.626732) (xy 94.350914 59.626269) + (xy 93.86062 59.828854) (xy 93.485173 60.203647) (xy 93.344906 60.541446) (xy 93.206146 60.20562) (xy 92.9259 59.924885) + (xy 92.9259 58.184794) (xy 93.204827 57.906353) (xy 93.408268 57.416413) (xy 93.408731 56.885914) (xy 93.206146 56.39562) + (xy 92.831353 56.020173) (xy 92.341413 55.816732) (xy 91.810914 55.816269) (xy 91.32062 56.018854) (xy 90.945173 56.393647) + (xy 90.741732 56.883587) (xy 90.741269 57.414086) (xy 90.943854 57.90438) (xy 91.2241 58.185115) (xy 91.2241 59.925206) + (xy 90.945173 60.203647) (xy 90.804906 60.541446) (xy 90.666146 60.20562) (xy 90.291353 59.830173) (xy 89.801413 59.626732) + (xy 89.270914 59.626269) (xy 88.78062 59.828854) (xy 88.405173 60.203647) (xy 88.264906 60.541446) (xy 88.126146 60.20562) + (xy 87.751353 59.830173) (xy 87.261413 59.626732) (xy 86.730914 59.626269) (xy 86.24062 59.828854) (xy 85.865173 60.203647) + (xy 85.661732 60.693587) (xy 85.661269 61.224086) (xy 85.863854 61.71438) (xy 86.238647 62.089827) (xy 86.728587 62.293268) + (xy 87.259086 62.293731) (xy 87.74938 62.091146) (xy 88.124827 61.716353) (xy 88.265094 61.378554) (xy 88.403854 61.71438) + (xy 88.6841 61.995115) (xy 88.6841 65.405) (xy 88.748871 65.730626) (xy 88.933323 66.006677) (xy 89.568323 66.641677) + (xy 89.844375 66.826129) (xy 90.17 66.8909) (xy 117.475133 66.8909) (xy 117.411732 67.043587) (xy 117.411269 67.574086) + (xy 117.475319 67.7291) (xy 112.159794 67.7291) (xy 111.881353 67.450173) (xy 111.391413 67.246732) (xy 110.860914 67.246269) + (xy 110.37062 67.448854) (xy 109.995173 67.823647) (xy 109.791732 68.313587) (xy 109.791269 68.844086) (xy 109.855319 68.9991) + (xy 106.397454 68.9991) (xy 106.108387 68.710033) (xy 106.108731 68.315914) (xy 105.906146 67.82562) (xy 105.531353 67.450173) + (xy 105.041413 67.246732) (xy 104.510914 67.246269) (xy 104.02062 67.448854) (xy 103.645173 67.823647) (xy 103.441732 68.313587) + (xy 103.441269 68.844086) (xy 103.643854 69.33438) (xy 104.018647 69.709827) (xy 104.508587 69.913268) (xy 104.90526 69.913614) + (xy 105.443323 70.451677) (xy 105.719374 70.636129) (xy 106.045 70.7009) (xy 114.935133 70.7009) (xy 114.871732 70.853587) + (xy 114.871269 71.384086) (xy 114.935319 71.5391) (xy 100.047454 71.5391) (xy 98.064575 69.556221) (xy 98.284827 69.336353) + (xy 98.488268 68.846413) (xy 98.488731 68.315914) (xy 98.286146 67.82562) (xy 97.911353 67.450173) (xy 97.421413 67.246732) + (xy 96.890914 67.246269) (xy 96.40062 67.448854) (xy 96.025173 67.823647) (xy 95.821732 68.313587) (xy 95.821269 68.844086) + (xy 96.023854 69.33438) (xy 96.3041 69.615115) (xy 96.3041 69.85) (xy 96.368871 70.175626) (xy 96.553323 70.451677) + (xy 99.093323 72.991677) (xy 99.369375 73.176129) (xy 99.695 73.2409) (xy 104.775133 73.2409) (xy 104.711732 73.393587) + (xy 104.711269 73.924086) (xy 104.775319 74.0791) (xy 93.345 74.0791) (xy 93.019374 74.143871) (xy 92.743323 74.328323) + (xy 92.205033 74.866613) (xy 91.810914 74.866269) (xy 91.32062 75.068854) (xy 90.945173 75.443647) (xy 90.804906 75.781446) + (xy 90.666146 75.44562) (xy 90.291353 75.070173) (xy 89.801413 74.866732) (xy 89.270914 74.866269) (xy 88.78062 75.068854) + (xy 88.405173 75.443647) (xy 88.34094 75.598337) (xy 88.34094 75.5015) (xy 88.296662 75.266183) (xy 88.15759 75.050059) + (xy 87.94539 74.905069) (xy 87.6935 74.85406) (xy 86.2965 74.85406) (xy 86.061183 74.898338) (xy 85.845059 75.03741) + (xy 85.700069 75.24961) (xy 85.64906 75.5015) (xy 85.64906 76.8985) (xy 85.693338 77.133817) (xy 85.83241 77.349941) + (xy 86.04461 77.494931) (xy 86.2965 77.54594) (xy 87.6935 77.54594) (xy 87.928817 77.501662) (xy 88.144941 77.36259) + (xy 88.289931 77.15039) (xy 88.34094 76.8985) (xy 88.34094 76.802116) (xy 88.403854 76.95438) (xy 88.778647 77.329827) + (xy 89.268587 77.533268) (xy 89.799086 77.533731) (xy 90.28938 77.331146) (xy 90.664827 76.956353) (xy 90.805094 76.618554) + (xy 90.943854 76.95438) (xy 91.318647 77.329827) (xy 91.808587 77.533268) (xy 92.339086 77.533731) (xy 92.82938 77.331146) + (xy 93.204827 76.956353) (xy 93.345094 76.618554) (xy 93.483854 76.95438) (xy 93.858647 77.329827) (xy 94.348587 77.533268) + (xy 94.74526 77.533614) (xy 99.093323 81.881677) (xy 99.369375 82.066129) (xy 99.695 82.1309) (xy 99.695133 82.1309) + (xy 99.631732 82.283587) (xy 99.631269 82.814086) (xy 99.833854 83.30438) (xy 100.208647 83.679827) (xy 100.698587 83.883268) + (xy 101.229086 83.883731) (xy 101.71938 83.681146) (xy 102.000115 83.4009) (xy 111.125133 83.4009) (xy 111.061732 83.553587) + (xy 111.061269 84.084086) (xy 111.125319 84.2391) (xy 103.269794 84.2391) (xy 102.991353 83.960173) (xy 102.501413 83.756732) + (xy 101.970914 83.756269) (xy 101.48062 83.958854) (xy 101.105173 84.333647) (xy 100.901732 84.823587) (xy 100.901269 85.354086) + (xy 101.103854 85.84438) (xy 101.478647 86.219827) (xy 101.968587 86.423268) (xy 102.499086 86.423731) (xy 102.98938 86.221146) + (xy 103.270115 85.9409) (xy 104.625746 85.9409) (xy 101.882546 88.6841) (xy 97.554794 88.6841) (xy 97.276353 88.405173) + (xy 96.786413 88.201732) (xy 96.255914 88.201269) (xy 95.76562 88.403854) (xy 95.390173 88.778647) (xy 95.186732 89.268587) + (xy 95.186269 89.799086) (xy 95.388854 90.28938) (xy 95.763647 90.664827) (xy 96.253587 90.868268) (xy 96.784086 90.868731) + (xy 97.27438 90.666146) (xy 97.555115 90.3859) (xy 102.235 90.3859) (xy 102.560626 90.321129) (xy 102.836677 90.136677) + (xy 105.762454 87.2109) (xy 106.045133 87.2109) (xy 105.981732 87.363587) (xy 105.981269 87.894086) (xy 106.183854 88.38438) + (xy 106.558647 88.759827) (xy 107.048587 88.963268) (xy 107.579086 88.963731) (xy 108.06938 88.761146) (xy 108.350115 88.4809) + (xy 141.840206 88.4809) (xy 142.118647 88.759827) (xy 142.456446 88.900094) (xy 142.12062 89.038854) (xy 141.839885 89.3191) + (xy 128.905 89.3191) (xy 128.579374 89.383871) (xy 128.303323 89.568323) (xy 127.765033 90.106613) (xy 127.370914 90.106269) + (xy 126.88062 90.308854) (xy 126.505173 90.683647) (xy 126.301732 91.173587) (xy 126.301269 91.704086) (xy 126.503854 92.19438) + (xy 126.803052 92.4941) (xy 124.486962 92.4941) (xy 124.52441 92.339016) (xy 123.805 91.619605) (xy 123.790858 91.633748) + (xy 123.611252 91.454142) (xy 123.625395 91.44) (xy 123.984605 91.44) (xy 124.704016 92.15941) (xy 124.934611 92.103729) + (xy 125.102622 91.620922) (xy 125.073083 91.110572) (xy 124.934611 90.776271) (xy 124.704016 90.72059) (xy 123.984605 91.44) + (xy 123.625395 91.44) (xy 122.905984 90.72059) (xy 122.675389 90.776271) (xy 122.60244 90.985902) (xy 122.60244 90.79) + (xy 122.558162 90.554683) (xy 122.549347 90.540984) (xy 123.08559 90.540984) (xy 123.805 91.260395) (xy 124.52441 90.540984) + (xy 124.468729 90.310389) (xy 123.985922 90.142378) (xy 123.475572 90.171917) (xy 123.141271 90.310389) (xy 123.08559 90.540984) + (xy 122.549347 90.540984) (xy 122.41909 90.338559) (xy 122.20689 90.193569) (xy 121.955 90.14256) (xy 120.655 90.14256) + (xy 120.419683 90.186838) (xy 120.203559 90.32591) (xy 120.058569 90.53811) (xy 120.048243 90.5891) (xy 118.509794 90.5891) + (xy 118.231353 90.310173) (xy 117.741413 90.106732) (xy 117.210914 90.106269) (xy 116.72062 90.308854) (xy 116.439885 90.5891) + (xy 114.935 90.5891) (xy 114.609374 90.653871) (xy 114.333323 90.838323) (xy 113.980713 91.190933) (xy 113.969472 91.186265) + (xy 113.363188 91.185736) (xy 112.802851 91.417262) (xy 112.373769 91.845596) (xy 112.141265 92.405528) (xy 112.140736 93.011812) + (xy 112.372262 93.572149) (xy 112.800596 94.001231) (xy 113.360528 94.233735) (xy 113.966812 94.234264) (xy 114.527149 94.002738) + (xy 114.956231 93.574404) (xy 115.188735 93.014472) (xy 115.189264 92.408188) (xy 115.18368 92.394674) (xy 115.287454 92.2909) + (xy 116.440206 92.2909) (xy 116.718647 92.569827) (xy 117.208587 92.773268) (xy 117.739086 92.773731) (xy 118.22938 92.571146) + (xy 118.510115 92.2909) (xy 120.045362 92.2909) (xy 120.051838 92.325317) (xy 120.19091 92.541441) (xy 120.40311 92.686431) + (xy 120.655 92.73744) (xy 121.379086 92.73744) (xy 122.588323 93.946677) (xy 122.864375 94.131129) (xy 123.19 94.1959) + (xy 133.35 94.1959) (xy 133.675626 94.131129) (xy 133.951677 93.946677) (xy 134.337454 93.5609) (xy 134.470746 93.5609) + (xy 133.632546 94.3991) (xy 119.779794 94.3991) (xy 119.501353 94.120173) (xy 119.011413 93.916732) (xy 118.480914 93.916269) + (xy 117.99062 94.118854) (xy 117.615173 94.493647) (xy 117.411732 94.983587) (xy 117.411269 95.514086) (xy 117.613854 96.00438) + (xy 117.988647 96.379827) (xy 118.478587 96.583268) (xy 119.009086 96.583731) (xy 119.49938 96.381146) (xy 119.780115 96.1009) + (xy 128.905133 96.1009) (xy 128.841732 96.253587) (xy 128.841269 96.784086) (xy 129.043854 97.27438) (xy 129.418647 97.649827) + (xy 129.908587 97.853268) (xy 130.439086 97.853731) (xy 130.92938 97.651146) (xy 131.210115 97.3709) (xy 141.605133 97.3709) + (xy 141.541732 97.523587) (xy 141.541269 98.054086) (xy 141.605319 98.2091) (xy 133.749794 98.2091) (xy 133.471353 97.930173) + (xy 132.981413 97.726732) (xy 132.450914 97.726269) (xy 131.96062 97.928854) (xy 131.585173 98.303647) (xy 131.381732 98.793587) + (xy 131.381269 99.324086) (xy 131.583854 99.81438) (xy 131.958647 100.189827) (xy 132.214179 100.295933) (xy 132.113323 100.363323) + (xy 130.843323 101.633323) (xy 130.658871 101.909374) (xy 130.621982 102.094827) (xy 130.5941 102.235) (xy 130.5941 104.375206) + (xy 130.315173 104.653647) (xy 130.174906 104.991446) (xy 130.036146 104.65562) (xy 129.661353 104.280173) (xy 129.171413 104.076732) + (xy 128.640914 104.076269) (xy 128.15062 104.278854) (xy 127.775173 104.653647) (xy 127.634906 104.991446) (xy 127.496146 104.65562) + (xy 127.121353 104.280173) (xy 126.631413 104.076732) (xy 126.100914 104.076269) (xy 125.61062 104.278854) (xy 125.393496 104.4956) + (xy 124.796405 104.4956) (xy 124.581353 104.280173) (xy 124.091413 104.076732) (xy 123.560914 104.076269) (xy 123.07062 104.278854) + (xy 122.695173 104.653647) (xy 122.491732 105.143587) (xy 122.491269 105.674086) (xy 122.693854 106.16438) (xy 123.068647 106.539827) + (xy 123.558587 106.743268) (xy 124.089086 106.743731) (xy 124.57938 106.541146) (xy 124.796504 106.3244) (xy 125.393595 106.3244) + (xy 125.4506 106.381504) (xy 125.4506 107.95) (xy 125.520205 108.299926) (xy 125.702949 108.573421) (xy 125.718422 108.596578) + (xy 126.7206 109.598757) (xy 126.7206 111.733766) (xy 126.631413 111.696732) (xy 126.100914 111.696269) (xy 125.61062 111.898854) + (xy 125.235173 112.273647) (xy 125.1585 112.458296) (xy 125.1585 112.20519) (xy 125.061827 111.971801) (xy 124.883198 111.793173) + (xy 124.649809 111.6965) (xy 124.11075 111.6965) (xy 123.952 111.85525) (xy 123.952 112.903) (xy 123.972 112.903) + (xy 123.972 113.157) (xy 123.952 113.157) (xy 123.952 114.20475) (xy 124.11075 114.3635) (xy 124.649809 114.3635) + (xy 124.883198 114.266827) (xy 125.061827 114.088199) (xy 125.1585 113.85481) (xy 125.1585 113.602009) (xy 125.233854 113.78438) + (xy 125.5141 114.065115) (xy 125.5141 114.582546) (xy 125.377546 114.7191) (xy 99.695 114.7191) (xy 99.369374 114.783871) + (xy 99.093323 114.968323) (xy 98.555033 115.506613) (xy 98.160914 115.506269) (xy 97.67062 115.708854) (xy 97.295173 116.083647) + (xy 97.154906 116.421446) (xy 97.016146 116.08562) (xy 96.641353 115.710173) (xy 96.151413 115.506732) (xy 95.620914 115.506269) + (xy 95.13062 115.708854) (xy 94.755173 116.083647) (xy 94.551732 116.573587) (xy 94.551269 117.104086) (xy 94.753854 117.59438) + (xy 95.128647 117.969827) (xy 95.618587 118.173268) (xy 95.925379 118.173536) (xy 96.508421 118.756578) (xy 96.656748 118.855686) + (xy 96.805074 118.954795) (xy 97.155 119.0244) (xy 102.208766 119.0244) (xy 102.171732 119.113587) (xy 102.171269 119.644086) + (xy 102.235319 119.7991) (xy 94.379794 119.7991) (xy 94.101353 119.520173) (xy 93.611413 119.316732) (xy 93.080914 119.316269) + (xy 92.59062 119.518854) (xy 92.215173 119.893647) (xy 92.011732 120.383587) (xy 92.011269 120.914086) (xy 92.213854 121.40438) + (xy 92.588647 121.779827) (xy 93.078587 121.983268) (xy 93.609086 121.983731) (xy 94.09938 121.781146) (xy 94.380115 121.5009) + (xy 98.425133 121.5009) (xy 98.361732 121.653587) (xy 98.361269 122.184086) (xy 98.563854 122.67438) (xy 98.938647 123.049827) + (xy 99.428587 123.253268) (xy 99.959086 123.253731) (xy 100.44938 123.051146) (xy 100.730115 122.7709) (xy 110.772546 122.7709) + (xy 111.128148 123.126502) (xy 110.860914 123.126269) (xy 110.37062 123.328854) (xy 109.995173 123.703647) (xy 109.854906 124.041446) + (xy 109.716146 123.70562) (xy 109.341353 123.330173) (xy 108.851413 123.126732) (xy 108.320914 123.126269) (xy 107.83062 123.328854) + (xy 107.455173 123.703647) (xy 107.314906 124.041446) (xy 107.176146 123.70562) (xy 106.801353 123.330173) (xy 106.311413 123.126732) + (xy 105.780914 123.126269) (xy 105.29062 123.328854) (xy 104.915173 123.703647) (xy 104.774906 124.041446) (xy 104.636146 123.70562) + (xy 104.261353 123.330173) (xy 103.771413 123.126732) (xy 103.240914 123.126269) (xy 102.75062 123.328854) (xy 102.375173 123.703647) + (xy 102.234906 124.041446) (xy 102.096146 123.70562) (xy 101.721353 123.330173) (xy 101.231413 123.126732) (xy 100.700914 123.126269) + (xy 100.21062 123.328854) (xy 99.835173 123.703647) (xy 99.694906 124.041446) (xy 99.556146 123.70562) (xy 99.181353 123.330173) + (xy 98.691413 123.126732) (xy 98.160914 123.126269) (xy 97.67062 123.328854) (xy 97.295173 123.703647) (xy 97.23094 123.858337) + (xy 97.23094 123.7615) (xy 97.186662 123.526183) (xy 97.04759 123.310059) (xy 96.83539 123.165069) (xy 96.5835 123.11406) + (xy 95.1865 123.11406) (xy 94.951183 123.158338) (xy 94.735059 123.29741) (xy 94.590069 123.50961) (xy 94.53906 123.7615) + (xy 94.53906 125.1585) (xy 94.583338 125.393817) (xy 94.72241 125.609941) (xy 94.93461 125.754931) (xy 95.1865 125.80594) + (xy 96.027586 125.80594) (xy 98.458323 128.236677) (xy 98.734374 128.421129) (xy 99.06 128.4859) (xy 112.677546 128.4859) + (xy 112.880746 128.6891) (xy 96.919794 128.6891) (xy 96.641353 128.410173) (xy 96.151413 128.206732) (xy 95.620914 128.206269) + (xy 95.13062 128.408854) (xy 94.755173 128.783647) (xy 94.551732 129.273587) (xy 94.551269 129.804086) (xy 94.753854 130.29438) + (xy 95.128647 130.669827) (xy 95.618587 130.873268) (xy 96.149086 130.873731) (xy 96.63938 130.671146) (xy 96.920115 130.3909) + (xy 102.235133 130.3909) (xy 102.171732 130.543587) (xy 102.171269 131.074086) (xy 102.235319 131.2291) (xy 101.999794 131.2291) + (xy 101.721353 130.950173) (xy 101.231413 130.746732) (xy 100.700914 130.746269) (xy 100.21062 130.948854) (xy 99.835173 131.323647) + (xy 99.729345 131.57851) (xy 99.61001 131.289697) (xy 99.21737 130.896371) (xy 98.7041 130.683243) (xy 98.148339 130.682758) + (xy 97.634697 130.89499) (xy 97.241371 131.28763) (xy 97.028243 131.8009) (xy 97.027758 132.356661) (xy 97.23999 132.870303) + (xy 97.5106 133.141386) (xy 97.5106 133.223) (xy 91.478238 133.223) (xy 91.45033 133.082696) (xy 91.298914 132.856086) + (xy 91.072304 132.70467) (xy 90.805 132.6515) (xy 80.772 132.6515) (xy 80.772 129.204188) (xy 86.240417 129.204188) + (xy 86.302071 129.4398) (xy 86.80248 129.615927) (xy 87.332199 129.587148) (xy 87.687929 129.4398) (xy 87.749583 129.204188) + (xy 86.995 128.449605) (xy 86.240417 129.204188) (xy 80.772 129.204188) (xy 80.772 128.07748) (xy 85.649073 128.07748) + (xy 85.677852 128.607199) (xy 85.8252 128.962929) (xy 86.060812 129.024583) (xy 86.815395 128.27) (xy 87.174605 128.27) + (xy 87.929188 129.024583) (xy 88.1648 128.962929) (xy 88.340927 128.46252) (xy 88.312148 127.932801) (xy 88.1648 127.577071) + (xy 87.929188 127.515417) (xy 87.174605 128.27) (xy 86.815395 128.27) (xy 86.060812 127.515417) (xy 85.8252 127.577071) + (xy 85.649073 128.07748) (xy 80.772 128.07748) (xy 80.772 127.335812) (xy 86.240417 127.335812) (xy 86.995 128.090395) + (xy 87.749583 127.335812) (xy 87.687929 127.1002) (xy 87.18752 126.924073) (xy 86.657801 126.952852) (xy 86.302071 127.1002) + (xy 86.240417 127.335812) (xy 80.772 127.335812) (xy 80.772 112.3315) (xy 85.64906 112.3315) (xy 85.64906 113.7285) + (xy 85.693338 113.963817) (xy 85.83241 114.179941) (xy 86.04461 114.324931) (xy 86.2965 114.37594) (xy 87.6935 114.37594) + (xy 87.928817 114.331662) (xy 88.144941 114.19259) (xy 88.289931 113.98039) (xy 88.297219 113.9444) (xy 94.579684 113.9444) + (xy 94.583338 113.963817) (xy 94.72241 114.179941) (xy 94.93461 114.324931) (xy 95.1865 114.37594) (xy 96.5835 114.37594) + (xy 96.818817 114.331662) (xy 97.034941 114.19259) (xy 97.179931 113.98039) (xy 97.23094 113.7285) (xy 97.23094 113.632116) + (xy 97.293854 113.78438) (xy 97.668647 114.159827) (xy 98.158587 114.363268) (xy 98.689086 114.363731) (xy 99.17938 114.161146) + (xy 99.554827 113.786353) (xy 99.695094 113.448554) (xy 99.833854 113.78438) (xy 100.208647 114.159827) (xy 100.698587 114.363268) + (xy 101.229086 114.363731) (xy 101.71938 114.161146) (xy 102.094827 113.786353) (xy 102.235094 113.448554) (xy 102.373854 113.78438) + (xy 102.748647 114.159827) (xy 103.238587 114.363268) (xy 103.769086 114.363731) (xy 104.25938 114.161146) (xy 104.634827 113.786353) + (xy 104.775094 113.448554) (xy 104.913854 113.78438) (xy 105.288647 114.159827) (xy 105.778587 114.363268) (xy 106.309086 114.363731) + (xy 106.79938 114.161146) (xy 107.174827 113.786353) (xy 107.315094 113.448554) (xy 107.453854 113.78438) (xy 107.828647 114.159827) + (xy 108.318587 114.363268) (xy 108.849086 114.363731) (xy 109.33938 114.161146) (xy 109.714827 113.786353) (xy 109.855094 113.448554) + (xy 109.993854 113.78438) (xy 110.368647 114.159827) (xy 110.858587 114.363268) (xy 111.389086 114.363731) (xy 111.87938 114.161146) + (xy 112.254827 113.786353) (xy 112.395094 113.448554) (xy 112.533854 113.78438) (xy 112.908647 114.159827) (xy 113.398587 114.363268) + (xy 113.929086 114.363731) (xy 114.41938 114.161146) (xy 114.794827 113.786353) (xy 114.935094 113.448554) (xy 115.073854 113.78438) + (xy 115.448647 114.159827) (xy 115.938587 114.363268) (xy 116.469086 114.363731) (xy 116.95938 114.161146) (xy 117.334827 113.786353) + (xy 117.475094 113.448554) (xy 117.613854 113.78438) (xy 117.988647 114.159827) (xy 118.478587 114.363268) (xy 119.009086 114.363731) + (xy 119.49938 114.161146) (xy 119.874827 113.786353) (xy 120.070238 113.31575) (xy 122.4915 113.31575) (xy 122.4915 113.85481) + (xy 122.588173 114.088199) (xy 122.766802 114.266827) (xy 123.000191 114.3635) (xy 123.53925 114.3635) (xy 123.698 114.20475) + (xy 123.698 113.157) (xy 122.65025 113.157) (xy 122.4915 113.31575) (xy 120.070238 113.31575) (xy 120.078268 113.296413) + (xy 120.078731 112.765914) (xy 119.876146 112.27562) (xy 119.805839 112.20519) (xy 122.4915 112.20519) (xy 122.4915 112.74425) + (xy 122.65025 112.903) (xy 123.698 112.903) (xy 123.698 111.85525) (xy 123.53925 111.6965) (xy 123.000191 111.6965) + (xy 122.766802 111.793173) (xy 122.588173 111.971801) (xy 122.4915 112.20519) (xy 119.805839 112.20519) (xy 119.501353 111.900173) + (xy 119.011413 111.696732) (xy 118.480914 111.696269) (xy 117.99062 111.898854) (xy 117.615173 112.273647) (xy 117.474906 112.611446) + (xy 117.336146 112.27562) (xy 116.961353 111.900173) (xy 116.471413 111.696732) (xy 115.940914 111.696269) (xy 115.45062 111.898854) + (xy 115.075173 112.273647) (xy 114.934906 112.611446) (xy 114.796146 112.27562) (xy 114.421353 111.900173) (xy 113.931413 111.696732) + (xy 113.400914 111.696269) (xy 112.91062 111.898854) (xy 112.535173 112.273647) (xy 112.394906 112.611446) (xy 112.256146 112.27562) + (xy 111.881353 111.900173) (xy 111.391413 111.696732) (xy 110.860914 111.696269) (xy 110.37062 111.898854) (xy 109.995173 112.273647) + (xy 109.854906 112.611446) (xy 109.716146 112.27562) (xy 109.341353 111.900173) (xy 108.851413 111.696732) (xy 108.320914 111.696269) + (xy 107.83062 111.898854) (xy 107.455173 112.273647) (xy 107.314906 112.611446) (xy 107.176146 112.27562) (xy 106.801353 111.900173) + (xy 106.311413 111.696732) (xy 105.780914 111.696269) (xy 105.29062 111.898854) (xy 104.915173 112.273647) (xy 104.774906 112.611446) + (xy 104.636146 112.27562) (xy 104.261353 111.900173) (xy 103.771413 111.696732) (xy 103.240914 111.696269) (xy 102.75062 111.898854) + (xy 102.375173 112.273647) (xy 102.234906 112.611446) (xy 102.096146 112.27562) (xy 101.721353 111.900173) (xy 101.231413 111.696732) + (xy 100.700914 111.696269) (xy 100.21062 111.898854) (xy 99.835173 112.273647) (xy 99.694906 112.611446) (xy 99.556146 112.27562) + (xy 99.181353 111.900173) (xy 98.691413 111.696732) (xy 98.160914 111.696269) (xy 97.67062 111.898854) (xy 97.295173 112.273647) + (xy 97.23094 112.428337) (xy 97.23094 112.3315) (xy 97.186662 112.096183) (xy 97.04759 111.880059) (xy 96.83539 111.735069) + (xy 96.5835 111.68406) (xy 95.1865 111.68406) (xy 94.951183 111.728338) (xy 94.735059 111.86741) (xy 94.590069 112.07961) + (xy 94.582781 112.1156) (xy 88.300316 112.1156) (xy 88.296662 112.096183) (xy 88.15759 111.880059) (xy 87.94539 111.735069) + (xy 87.6935 111.68406) (xy 86.2965 111.68406) (xy 86.061183 111.728338) (xy 85.845059 111.86741) (xy 85.700069 112.07961) + (xy 85.64906 112.3315) (xy 80.772 112.3315) (xy 80.772 107.920641) (xy 96.9264 107.920641) (xy 96.9264 107.979359) + (xy 97.040474 108.552848) (xy 97.36533 109.039029) (xy 97.851511 109.363885) (xy 98.425 109.477959) (xy 98.998489 109.363885) + (xy 99.48467 109.039029) (xy 99.695 108.724248) (xy 99.90533 109.039029) (xy 100.391511 109.363885) (xy 100.965 109.477959) + (xy 101.538489 109.363885) (xy 102.02467 109.039029) (xy 102.235 108.724248) (xy 102.44533 109.039029) (xy 102.931511 109.363885) + (xy 103.505 109.477959) (xy 104.078489 109.363885) (xy 104.56467 109.039029) (xy 104.775 108.724248) (xy 104.98533 109.039029) + (xy 105.471511 109.363885) (xy 106.045 109.477959) (xy 106.618489 109.363885) (xy 107.10467 109.039029) (xy 107.315 108.724248) + (xy 107.52533 109.039029) (xy 108.011511 109.363885) (xy 108.585 109.477959) (xy 109.158489 109.363885) (xy 109.64467 109.039029) + (xy 109.855 108.724248) (xy 110.06533 109.039029) (xy 110.551511 109.363885) (xy 111.125 109.477959) (xy 111.698489 109.363885) + (xy 112.18467 109.039029) (xy 112.395 108.724248) (xy 112.60533 109.039029) (xy 113.091511 109.363885) (xy 113.665 109.477959) + (xy 114.238489 109.363885) (xy 114.72467 109.039029) (xy 114.935 108.724248) (xy 115.14533 109.039029) (xy 115.631511 109.363885) + (xy 116.205 109.477959) (xy 116.778489 109.363885) (xy 117.26467 109.039029) (xy 117.589526 108.552848) (xy 117.7036 107.979359) + (xy 117.7036 107.920641) (xy 117.589526 107.347152) (xy 117.274474 106.875644) (xy 117.428299 106.811927) (xy 117.606927 106.633298) + (xy 117.7036 106.399909) (xy 117.7036 105.69575) (xy 117.54485 105.537) (xy 116.332 105.537) (xy 116.332 105.557) + (xy 116.078 105.557) (xy 116.078 105.537) (xy 113.792 105.537) (xy 113.792 105.557) (xy 113.538 105.557) + (xy 113.538 105.537) (xy 111.252 105.537) (xy 111.252 105.557) (xy 110.998 105.557) (xy 110.998 105.537) + (xy 108.712 105.537) (xy 108.712 105.557) (xy 108.458 105.557) (xy 108.458 105.537) (xy 106.172 105.537) + (xy 106.172 105.557) (xy 105.918 105.557) (xy 105.918 105.537) (xy 103.632 105.537) (xy 103.632 105.557) + (xy 103.378 105.557) (xy 103.378 105.537) (xy 101.092 105.537) (xy 101.092 105.557) (xy 100.838 105.557) + (xy 100.838 105.537) (xy 98.552 105.537) (xy 98.552 105.557) (xy 98.298 105.557) (xy 98.298 105.537) + (xy 97.090531 105.537) (xy 96.970032 105.769027) (xy 97.218179 106.29849) (xy 97.636161 106.680008) (xy 97.36533 106.860971) + (xy 97.040474 107.347152) (xy 96.9264 107.920641) (xy 80.772 107.920641) (xy 80.772 105.050973) (xy 96.970032 105.050973) + (xy 97.090531 105.283) (xy 98.298 105.283) (xy 98.298 104.076183) (xy 98.552 104.076183) (xy 98.552 105.283) + (xy 100.838 105.283) (xy 100.838 104.076183) (xy 101.092 104.076183) (xy 101.092 105.283) (xy 103.378 105.283) + (xy 103.378 104.076183) (xy 103.632 104.076183) (xy 103.632 105.283) (xy 105.918 105.283) (xy 105.918 104.076183) + (xy 106.172 104.076183) (xy 106.172 105.283) (xy 108.458 105.283) (xy 108.458 104.076183) (xy 108.712 104.076183) + (xy 108.712 105.283) (xy 110.998 105.283) (xy 110.998 104.076183) (xy 111.252 104.076183) (xy 111.252 105.283) + (xy 113.538 105.283) (xy 113.538 104.076183) (xy 113.792 104.076183) (xy 113.792 105.283) (xy 116.078 105.283) + (xy 116.078 104.07015) (xy 116.332 104.07015) (xy 116.332 105.283) (xy 117.54485 105.283) (xy 117.7036 105.12425) + (xy 117.7036 104.420091) (xy 117.606927 104.186702) (xy 117.428299 104.008073) (xy 117.19491 103.9114) (xy 116.49075 103.9114) + (xy 116.332 104.07015) (xy 116.078 104.07015) (xy 115.91925 103.9114) (xy 115.21509 103.9114) (xy 114.981701 104.008073) + (xy 114.803073 104.186702) (xy 114.7213 104.38412) (xy 114.439947 104.127312) (xy 114.024026 103.955042) (xy 113.792 104.076183) + (xy 113.538 104.076183) (xy 113.305974 103.955042) (xy 112.890053 104.127312) (xy 112.458179 104.52151) (xy 112.395 104.656313) + (xy 112.331821 104.52151) (xy 111.899947 104.127312) (xy 111.484026 103.955042) (xy 111.252 104.076183) (xy 110.998 104.076183) + (xy 110.765974 103.955042) (xy 110.350053 104.127312) (xy 109.918179 104.52151) (xy 109.855 104.656313) (xy 109.791821 104.52151) + (xy 109.359947 104.127312) (xy 108.944026 103.955042) (xy 108.712 104.076183) (xy 108.458 104.076183) (xy 108.225974 103.955042) + (xy 107.810053 104.127312) (xy 107.378179 104.52151) (xy 107.315 104.656313) (xy 107.251821 104.52151) (xy 106.819947 104.127312) + (xy 106.404026 103.955042) (xy 106.172 104.076183) (xy 105.918 104.076183) (xy 105.685974 103.955042) (xy 105.270053 104.127312) + (xy 104.838179 104.52151) (xy 104.775 104.656313) (xy 104.711821 104.52151) (xy 104.279947 104.127312) (xy 103.864026 103.955042) + (xy 103.632 104.076183) (xy 103.378 104.076183) (xy 103.145974 103.955042) (xy 102.730053 104.127312) (xy 102.298179 104.52151) + (xy 102.235 104.656313) (xy 102.171821 104.52151) (xy 101.739947 104.127312) (xy 101.324026 103.955042) (xy 101.092 104.076183) + (xy 100.838 104.076183) (xy 100.605974 103.955042) (xy 100.190053 104.127312) (xy 99.758179 104.52151) (xy 99.695 104.656313) + (xy 99.631821 104.52151) (xy 99.199947 104.127312) (xy 98.784026 103.955042) (xy 98.552 104.076183) (xy 98.298 104.076183) + (xy 98.065974 103.955042) (xy 97.650053 104.127312) (xy 97.218179 104.52151) (xy 96.970032 105.050973) (xy 80.772 105.050973) + (xy 80.772 98.091812) (xy 112.140736 98.091812) (xy 112.372262 98.652149) (xy 112.800596 99.081231) (xy 113.360528 99.313735) + (xy 113.966812 99.314264) (xy 113.980326 99.30868) (xy 114.333323 99.661677) (xy 114.609374 99.846129) (xy 114.935 99.9109) + (xy 116.440206 99.9109) (xy 116.718647 100.189827) (xy 117.208587 100.393268) (xy 117.739086 100.393731) (xy 118.22938 100.191146) + (xy 118.510115 99.9109) (xy 120.045362 99.9109) (xy 120.051838 99.945317) (xy 120.19091 100.161441) (xy 120.40311 100.306431) + (xy 120.655 100.35744) (xy 121.955 100.35744) (xy 122.190317 100.313162) (xy 122.406441 100.17409) (xy 122.551431 99.96189) + (xy 122.552012 99.959016) (xy 123.08559 99.959016) (xy 123.141271 100.189611) (xy 123.624078 100.357622) (xy 124.134428 100.328083) + (xy 124.468729 100.189611) (xy 124.52441 99.959016) (xy 123.805 99.239605) (xy 123.08559 99.959016) (xy 122.552012 99.959016) + (xy 122.60244 99.71) (xy 122.60244 99.547615) (xy 122.675389 99.723729) (xy 122.905984 99.77941) (xy 123.625395 99.06) + (xy 123.611252 99.045858) (xy 123.790858 98.866253) (xy 123.805 98.880395) (xy 123.819143 98.866253) (xy 123.998748 99.045858) + (xy 123.984605 99.06) (xy 124.704016 99.77941) (xy 124.934611 99.723729) (xy 125.102622 99.240922) (xy 125.073083 98.730572) + (xy 125.03594 98.6409) (xy 126.012546 98.6409) (xy 126.301613 98.929967) (xy 126.301269 99.324086) (xy 126.503854 99.81438) + (xy 126.878647 100.189827) (xy 127.368587 100.393268) (xy 127.899086 100.393731) (xy 128.38938 100.191146) (xy 128.764827 99.816353) + (xy 128.968268 99.326413) (xy 128.968731 98.795914) (xy 128.766146 98.30562) (xy 128.391353 97.930173) (xy 127.901413 97.726732) + (xy 127.50474 97.726386) (xy 126.966677 97.188323) (xy 126.690626 97.003871) (xy 126.365 96.9391) (xy 122.555 96.9391) + (xy 122.229374 97.003871) (xy 121.953323 97.188323) (xy 121.379086 97.76256) (xy 120.655 97.76256) (xy 120.419683 97.806838) + (xy 120.203559 97.94591) (xy 120.058569 98.15811) (xy 120.048243 98.2091) (xy 118.509794 98.2091) (xy 118.231353 97.930173) + (xy 117.741413 97.726732) (xy 117.210914 97.726269) (xy 116.72062 97.928854) (xy 116.439885 98.2091) (xy 115.287454 98.2091) + (xy 115.184067 98.105713) (xy 115.188735 98.094472) (xy 115.189264 97.488188) (xy 114.957738 96.927851) (xy 114.529404 96.498769) + (xy 113.969472 96.266265) (xy 113.363188 96.265736) (xy 112.802851 96.497262) (xy 112.373769 96.925596) (xy 112.141265 97.485528) + (xy 112.140736 98.091812) (xy 80.772 98.091812) (xy 80.772 83.1215) (xy 81.83906 83.1215) (xy 81.83906 84.5185) + (xy 81.883338 84.753817) (xy 82.02241 84.969941) (xy 82.23461 85.114931) (xy 82.4865 85.16594) (xy 83.8835 85.16594) + (xy 84.118817 85.121662) (xy 84.334941 84.98259) (xy 84.479931 84.77039) (xy 84.483211 84.754188) (xy 97.670417 84.754188) + (xy 97.732071 84.9898) (xy 98.23248 85.165927) (xy 98.762199 85.137148) (xy 99.117929 84.9898) (xy 99.179583 84.754188) + (xy 98.425 83.999605) (xy 97.670417 84.754188) (xy 84.483211 84.754188) (xy 84.53094 84.5185) (xy 84.53094 83.62748) + (xy 97.079073 83.62748) (xy 97.107852 84.157199) (xy 97.2552 84.512929) (xy 97.490812 84.574583) (xy 98.245395 83.82) + (xy 98.604605 83.82) (xy 99.359188 84.574583) (xy 99.5948 84.512929) (xy 99.770927 84.01252) (xy 99.742148 83.482801) + (xy 99.5948 83.127071) (xy 99.359188 83.065417) (xy 98.604605 83.82) (xy 98.245395 83.82) (xy 97.490812 83.065417) + (xy 97.2552 83.127071) (xy 97.079073 83.62748) (xy 84.53094 83.62748) (xy 84.53094 83.1215) (xy 84.486662 82.886183) + (xy 84.486424 82.885812) (xy 97.670417 82.885812) (xy 98.425 83.640395) (xy 99.179583 82.885812) (xy 99.117929 82.6502) + (xy 98.61752 82.474073) (xy 98.087801 82.502852) (xy 97.732071 82.6502) (xy 97.670417 82.885812) (xy 84.486424 82.885812) + (xy 84.34759 82.670059) (xy 84.13539 82.525069) (xy 83.8835 82.47406) (xy 82.4865 82.47406) (xy 82.251183 82.518338) + (xy 82.035059 82.65741) (xy 81.890069 82.86961) (xy 81.83906 83.1215) (xy 80.772 83.1215) (xy 80.772 57.414086) + (xy 83.121269 57.414086) (xy 83.323854 57.90438) (xy 83.698647 58.279827) (xy 84.188587 58.483268) (xy 84.719086 58.483731) + (xy 85.20938 58.281146) (xy 85.584827 57.906353) (xy 85.788268 57.416413) (xy 85.788731 56.885914) (xy 85.586146 56.39562) + (xy 85.211353 56.020173) (xy 84.721413 55.816732) (xy 84.190914 55.816269) (xy 83.70062 56.018854) (xy 83.325173 56.393647) + (xy 83.121732 56.883587) (xy 83.121269 57.414086) (xy 80.772 57.414086) (xy 80.772 51.87748) (xy 154.229073 51.87748) + (xy 154.257852 52.407199) (xy 154.4052 52.762929) (xy 154.640812 52.824583) (xy 155.395395 52.07) (xy 155.754605 52.07) + (xy 156.509188 52.824583) (xy 156.7448 52.762929) (xy 156.920927 52.26252) (xy 156.892148 51.732801) (xy 156.7448 51.377071) + (xy 156.723511 51.3715) (xy 169.46906 51.3715) (xy 169.46906 52.7685) (xy 169.513338 53.003817) (xy 169.65241 53.219941) + (xy 169.86461 53.364931) (xy 170.1165 53.41594) (xy 171.5135 53.41594) (xy 171.748817 53.371662) (xy 171.964941 53.23259) + (xy 172.109931 53.02039) (xy 172.16094 52.7685) (xy 172.16094 51.3715) (xy 172.116662 51.136183) (xy 171.97759 50.920059) + (xy 171.76539 50.775069) (xy 171.5135 50.72406) (xy 170.1165 50.72406) (xy 169.881183 50.768338) (xy 169.665059 50.90741) + (xy 169.520069 51.11961) (xy 169.46906 51.3715) (xy 156.723511 51.3715) (xy 156.509188 51.315417) (xy 155.754605 52.07) + (xy 155.395395 52.07) (xy 154.640812 51.315417) (xy 154.4052 51.377071) (xy 154.229073 51.87748) (xy 80.772 51.87748) + (xy 80.772 51.135812) (xy 154.820417 51.135812) (xy 155.575 51.890395) (xy 156.329583 51.135812) (xy 156.267929 50.9002) + (xy 155.76752 50.724073) (xy 155.237801 50.752852) (xy 154.882071 50.9002) (xy 154.820417 51.135812) (xy 80.772 51.135812) + (xy 80.772 48.524086) (xy 86.931269 48.524086) (xy 87.133854 49.01438) (xy 87.508647 49.389827) (xy 87.998587 49.593268) + (xy 88.529086 49.593731) (xy 89.01938 49.391146) (xy 89.300115 49.1109) (xy 118.745133 49.1109) (xy 118.681732 49.263587) + (xy 118.681269 49.794086) (xy 118.883854 50.28438) (xy 119.258647 50.659827) (xy 119.748587 50.863268) (xy 120.279086 50.863731) + (xy 120.76938 50.661146) (xy 121.050115 50.3809) (xy 159.620206 50.3809) (xy 159.898647 50.659827) (xy 160.388587 50.863268) + (xy 160.919086 50.863731) (xy 161.40938 50.661146) (xy 161.784827 50.286353) (xy 161.988268 49.796413) (xy 161.988445 49.593556) + (xy 162.189086 49.593731) (xy 162.67938 49.391146) (xy 163.054827 49.016353) (xy 163.258268 48.526413) (xy 163.258731 47.995914) + (xy 163.194681 47.8409) (xy 163.430206 47.8409) (xy 163.708647 48.119827) (xy 164.198587 48.323268) (xy 164.729086 48.323731) + (xy 165.21938 48.121146) (xy 165.594827 47.746353) (xy 165.798268 47.256413) (xy 165.798731 46.725914) (xy 165.734681 46.5709) + (xy 172.320206 46.5709) (xy 172.598647 46.849827) (xy 173.088587 47.053268) (xy 173.619086 47.053731) (xy 174.10938 46.851146) + (xy 174.484827 46.476353) (xy 174.688268 45.986413) (xy 174.688731 45.455914) (xy 174.486146 44.96562) (xy 174.111353 44.590173) + (xy 173.621413 44.386732) (xy 173.090914 44.386269) (xy 172.60062 44.588854) (xy 172.319885 44.8691) (xy 162.277454 44.8691) + (xy 161.256677 43.848323) (xy 160.980626 43.663871) (xy 160.655 43.5991) (xy 95.649794 43.5991) (xy 95.371353 43.320173) + (xy 94.881413 43.116732) (xy 94.350914 43.116269) (xy 93.86062 43.318854) (xy 93.485173 43.693647) (xy 93.281732 44.183587) + (xy 93.281269 44.714086) (xy 93.483854 45.20438) (xy 93.858647 45.579827) (xy 94.348587 45.783268) (xy 94.879086 45.783731) + (xy 95.36938 45.581146) (xy 95.650115 45.3009) (xy 121.285133 45.3009) (xy 121.221732 45.453587) (xy 121.221269 45.984086) + (xy 121.285319 46.1391) (xy 108.349794 46.1391) (xy 108.071353 45.860173) (xy 107.581413 45.656732) (xy 107.050914 45.656269) + (xy 106.56062 45.858854) (xy 106.185173 46.233647) (xy 105.981732 46.723587) (xy 105.981269 47.254086) (xy 106.045319 47.4091) + (xy 89.299794 47.4091) (xy 89.021353 47.130173) (xy 88.531413 46.926732) (xy 88.000914 46.926269) (xy 87.51062 47.128854) + (xy 87.135173 47.503647) (xy 86.931732 47.993587) (xy 86.931269 48.524086) (xy 80.772 48.524086) (xy 80.772 42.174086) + (xy 146.621269 42.174086) (xy 146.823854 42.66438) (xy 147.198647 43.039827) (xy 147.688587 43.243268) (xy 148.219086 43.243731) + (xy 148.70938 43.041146) (xy 149.084827 42.666353) (xy 149.288268 42.176413) (xy 149.28827 42.174086) (xy 154.241269 42.174086) + (xy 154.443854 42.66438) (xy 154.818647 43.039827) (xy 155.308587 43.243268) (xy 155.839086 43.243731) (xy 156.32938 43.041146) + (xy 156.704827 42.666353) (xy 156.908268 42.176413) (xy 156.90827 42.174086) (xy 166.941269 42.174086) (xy 167.143854 42.66438) + (xy 167.518647 43.039827) (xy 168.008587 43.243268) (xy 168.539086 43.243731) (xy 169.02938 43.041146) (xy 169.404827 42.666353) + (xy 169.608268 42.176413) (xy 169.60827 42.174086) (xy 174.561269 42.174086) (xy 174.763854 42.66438) (xy 175.138647 43.039827) + (xy 175.628587 43.243268) (xy 176.159086 43.243731) (xy 176.64938 43.041146) (xy 177.024827 42.666353) (xy 177.228268 42.176413) + (xy 177.228731 41.645914) (xy 177.026146 41.15562) (xy 176.651353 40.780173) (xy 176.161413 40.576732) (xy 175.630914 40.576269) + (xy 175.14062 40.778854) (xy 174.765173 41.153647) (xy 174.561732 41.643587) (xy 174.561269 42.174086) (xy 169.60827 42.174086) + (xy 169.608731 41.645914) (xy 169.406146 41.15562) (xy 169.031353 40.780173) (xy 168.541413 40.576732) (xy 168.010914 40.576269) + (xy 167.52062 40.778854) (xy 167.145173 41.153647) (xy 166.941732 41.643587) (xy 166.941269 42.174086) (xy 156.90827 42.174086) + (xy 156.908731 41.645914) (xy 156.706146 41.15562) (xy 156.331353 40.780173) (xy 155.841413 40.576732) (xy 155.310914 40.576269) + (xy 154.82062 40.778854) (xy 154.445173 41.153647) (xy 154.241732 41.643587) (xy 154.241269 42.174086) (xy 149.28827 42.174086) + (xy 149.288731 41.645914) (xy 149.086146 41.15562) (xy 148.711353 40.780173) (xy 148.221413 40.576732) (xy 147.690914 40.576269) + (xy 147.20062 40.778854) (xy 146.825173 41.153647) (xy 146.621732 41.643587) (xy 146.621269 42.174086) (xy 80.772 42.174086) + (xy 80.772 35.687) (xy 82.941886 35.687) + ) + ) + (filled_polygon + (pts + (xy 126.558748 116.825858) (xy 126.544605 116.84) (xy 126.558748 116.854143) (xy 126.379143 117.033748) (xy 126.365 117.019605) + (xy 126.350858 117.033748) (xy 126.171253 116.854143) (xy 126.185395 116.84) (xy 126.171253 116.825858) (xy 126.350858 116.646253) + (xy 126.365 116.660395) (xy 126.379143 116.646253) + ) + ) + (filled_polygon + (pts + (xy 158.308748 92.695858) (xy 158.294605 92.71) (xy 158.308748 92.724143) (xy 158.129143 92.903748) (xy 158.115 92.889605) + (xy 158.100858 92.903748) (xy 157.921253 92.724143) (xy 157.935395 92.71) (xy 157.921253 92.695858) (xy 158.100858 92.516253) + (xy 158.115 92.530395) (xy 158.129143 92.516253) + ) + ) + (filled_polygon + (pts + (xy 164.52871 74.688959) (xy 164.528291 75.168935) (xy 164.711582 75.612535) (xy 165.05068 75.952225) (xy 165.493959 76.13629) + (xy 165.973935 76.136709) (xy 166.417535 75.953418) (xy 166.526743 75.8444) (xy 167.303595 75.8444) (xy 167.518647 76.059827) + (xy 167.856446 76.200094) (xy 167.52062 76.338854) (xy 167.145173 76.713647) (xy 166.941732 77.203587) (xy 166.941269 77.734086) + (xy 167.143854 78.22438) (xy 167.518647 78.599827) (xy 167.856446 78.740094) (xy 167.52062 78.878854) (xy 167.145173 79.253647) + (xy 166.941732 79.743587) (xy 166.941269 80.274086) (xy 167.143854 80.76438) (xy 167.518647 81.139827) (xy 167.840118 81.273314) + (xy 167.582071 81.3802) (xy 167.520417 81.615812) (xy 168.275 82.370395) (xy 169.029583 81.615812) (xy 168.967929 81.3802) + (xy 168.688688 81.281917) (xy 169.02938 81.141146) (xy 169.404827 80.766353) (xy 169.545094 80.428554) (xy 169.683854 80.76438) + (xy 170.058647 81.139827) (xy 170.396446 81.280094) (xy 170.06062 81.418854) (xy 169.685173 81.793647) (xy 169.551686 82.115118) + (xy 169.4448 81.857071) (xy 169.209188 81.795417) (xy 168.454605 82.55) (xy 168.468748 82.564143) (xy 168.289143 82.743748) + (xy 168.275 82.729605) (xy 167.520417 83.484188) (xy 167.582071 83.7198) (xy 167.861312 83.818083) (xy 167.52062 83.958854) + (xy 167.145173 84.333647) (xy 166.941732 84.823587) (xy 166.941269 85.354086) (xy 167.143854 85.84438) (xy 167.518647 86.219827) + (xy 167.856446 86.360094) (xy 167.52062 86.498854) (xy 167.145173 86.873647) (xy 166.941732 87.363587) (xy 166.941269 87.894086) + (xy 167.143854 88.38438) (xy 167.518647 88.759827) (xy 167.840118 88.893314) (xy 167.582071 89.0002) (xy 167.520417 89.235812) + (xy 168.275 89.990395) (xy 169.029583 89.235812) (xy 168.967929 89.0002) (xy 168.688688 88.901917) (xy 169.02938 88.761146) + (xy 169.404827 88.386353) (xy 169.545094 88.048554) (xy 169.683854 88.38438) (xy 170.058647 88.759827) (xy 170.396446 88.900094) + (xy 170.06062 89.038854) (xy 169.685173 89.413647) (xy 169.551686 89.735118) (xy 169.4448 89.477071) (xy 169.209188 89.415417) + (xy 168.454605 90.17) (xy 169.209188 90.924583) (xy 169.4448 90.862929) (xy 169.543083 90.583688) (xy 169.683854 90.92438) + (xy 170.058647 91.299827) (xy 170.396446 91.440094) (xy 170.06062 91.578854) (xy 169.685173 91.953647) (xy 169.544906 92.291446) + (xy 169.406146 91.95562) (xy 169.031353 91.580173) (xy 168.709882 91.446686) (xy 168.967929 91.3398) (xy 169.029583 91.104188) + (xy 168.275 90.349605) (xy 167.520417 91.104188) (xy 167.582071 91.3398) (xy 167.861312 91.438083) (xy 167.52062 91.578854) + (xy 167.145173 91.953647) (xy 167.004906 92.291446) (xy 166.866146 91.95562) (xy 166.491353 91.580173) (xy 166.001413 91.376732) + (xy 165.470914 91.376269) (xy 164.98062 91.578854) (xy 164.605173 91.953647) (xy 164.464906 92.291446) (xy 164.326146 91.95562) + (xy 163.951353 91.580173) (xy 163.461413 91.376732) (xy 162.930914 91.376269) (xy 162.44062 91.578854) (xy 162.065173 91.953647) + (xy 161.924906 92.291446) (xy 161.786146 91.95562) (xy 161.411353 91.580173) (xy 160.921413 91.376732) (xy 160.52474 91.376386) + (xy 159.986677 90.838323) (xy 159.710626 90.653871) (xy 159.385 90.5891) (xy 149.221179 90.5891) (xy 149.300927 90.36252) + (xy 149.280009 89.97748) (xy 166.929073 89.97748) (xy 166.957852 90.507199) (xy 167.1052 90.862929) (xy 167.340812 90.924583) + (xy 168.095395 90.17) (xy 167.340812 89.415417) (xy 167.1052 89.477071) (xy 166.929073 89.97748) (xy 149.280009 89.97748) + (xy 149.272148 89.832801) (xy 149.1248 89.477071) (xy 148.889188 89.415417) (xy 148.134605 90.17) (xy 148.148748 90.184143) + (xy 147.969143 90.363748) (xy 147.955 90.349605) (xy 147.940858 90.363748) (xy 147.761253 90.184143) (xy 147.775395 90.17) + (xy 147.020812 89.415417) (xy 146.7852 89.477071) (xy 146.686917 89.756312) (xy 146.546146 89.41562) (xy 146.171353 89.040173) + (xy 145.833554 88.899906) (xy 146.16938 88.761146) (xy 146.544827 88.386353) (xy 146.685094 88.048554) (xy 146.823854 88.38438) + (xy 147.198647 88.759827) (xy 147.520118 88.893314) (xy 147.262071 89.0002) (xy 147.200417 89.235812) (xy 147.955 89.990395) + (xy 148.709583 89.235812) (xy 148.647929 89.0002) (xy 148.368688 88.901917) (xy 148.70938 88.761146) (xy 149.084827 88.386353) + (xy 149.288268 87.896413) (xy 149.288731 87.365914) (xy 149.086146 86.87562) (xy 148.711353 86.500173) (xy 148.373554 86.359906) + (xy 148.70938 86.221146) (xy 149.084827 85.846353) (xy 149.288268 85.356413) (xy 149.288731 84.825914) (xy 149.086146 84.33562) + (xy 148.711353 83.960173) (xy 148.373554 83.819906) (xy 148.70938 83.681146) (xy 149.084827 83.306353) (xy 149.288268 82.816413) + (xy 149.288668 82.35748) (xy 166.929073 82.35748) (xy 166.957852 82.887199) (xy 167.1052 83.242929) (xy 167.340812 83.304583) + (xy 168.095395 82.55) (xy 167.340812 81.795417) (xy 167.1052 81.857071) (xy 166.929073 82.35748) (xy 149.288668 82.35748) + (xy 149.288731 82.285914) (xy 149.086146 81.79562) (xy 148.711353 81.420173) (xy 148.373554 81.279906) (xy 148.70938 81.141146) + (xy 149.084827 80.766353) (xy 149.288268 80.276413) (xy 149.288731 79.745914) (xy 149.086146 79.25562) (xy 148.711353 78.880173) + (xy 148.373554 78.739906) (xy 148.70938 78.601146) (xy 149.084827 78.226353) (xy 149.288268 77.736413) (xy 149.288731 77.205914) + (xy 149.086146 76.71562) (xy 148.711353 76.340173) (xy 148.373554 76.199906) (xy 148.70938 76.061146) (xy 149.084827 75.686353) + (xy 149.288268 75.196413) (xy 149.288731 74.665914) (xy 149.250918 74.5744) (xy 164.576279 74.5744) + ) + ) + (filled_polygon + (pts + (xy 145.608748 82.535858) (xy 145.594605 82.55) (xy 146.349188 83.304583) (xy 146.5848 83.242929) (xy 146.683083 82.963688) + (xy 146.823854 83.30438) (xy 147.198647 83.679827) (xy 147.536446 83.820094) (xy 147.20062 83.958854) (xy 146.825173 84.333647) + (xy 146.684906 84.671446) (xy 146.546146 84.33562) (xy 146.171353 83.960173) (xy 145.849882 83.826686) (xy 146.107929 83.7198) + (xy 146.169583 83.484188) (xy 145.415 82.729605) (xy 145.400858 82.743748) (xy 145.221253 82.564143) (xy 145.235395 82.55) + (xy 145.221253 82.535858) (xy 145.400858 82.356253) (xy 145.415 82.370395) (xy 145.429143 82.356253) + ) + ) + (filled_polygon + (pts + (xy 125.288748 76.185858) (xy 125.274605 76.2) (xy 125.288748 76.214143) (xy 125.109143 76.393748) (xy 125.095 76.379605) + (xy 125.080858 76.393748) (xy 124.901253 76.214143) (xy 124.915395 76.2) (xy 124.901253 76.185858) (xy 125.080858 76.006253) + (xy 125.095 76.020395) (xy 125.109143 76.006253) + ) + ) + (filled_polygon + (pts + (xy 150.688748 72.375858) (xy 150.674605 72.39) (xy 150.688748 72.404143) (xy 150.509143 72.583748) (xy 150.495 72.569605) + (xy 150.480858 72.583748) (xy 150.301253 72.404143) (xy 150.315395 72.39) (xy 150.301253 72.375858) (xy 150.480858 72.196253) + (xy 150.495 72.210395) (xy 150.509143 72.196253) + ) + ) + (filled_polygon + (pts + (xy 167.143854 70.60438) (xy 167.518647 70.979827) (xy 167.856446 71.120094) (xy 167.52062 71.258854) (xy 167.145173 71.633647) + (xy 167.011686 71.955118) (xy 166.9048 71.697071) (xy 166.669188 71.635417) (xy 165.914605 72.39) (xy 165.928748 72.404143) + (xy 165.749143 72.583748) (xy 165.735 72.569605) (xy 165.720858 72.583748) (xy 165.541253 72.404143) (xy 165.555395 72.39) + (xy 164.800812 71.635417) (xy 164.5652 71.697071) (xy 164.466917 71.976312) (xy 164.326146 71.63562) (xy 163.951353 71.260173) + (xy 163.613554 71.119906) (xy 163.94938 70.981146) (xy 164.324827 70.606353) (xy 164.465094 70.268554) (xy 164.603854 70.60438) + (xy 164.978647 70.979827) (xy 165.300118 71.113314) (xy 165.042071 71.2202) (xy 164.980417 71.455812) (xy 165.735 72.210395) + (xy 166.489583 71.455812) (xy 166.427929 71.2202) (xy 166.148688 71.121917) (xy 166.48938 70.981146) (xy 166.864827 70.606353) + (xy 167.005094 70.268554) + ) + ) + (filled_polygon + (pts + (xy 159.523854 68.06438) (xy 159.898647 68.439827) (xy 160.236446 68.580094) (xy 159.90062 68.718854) (xy 159.525173 69.093647) + (xy 159.391686 69.415118) (xy 159.2848 69.157071) (xy 159.049188 69.095417) (xy 158.294605 69.85) (xy 159.049188 70.604583) + (xy 159.2848 70.542929) (xy 159.383083 70.263688) (xy 159.523854 70.60438) (xy 159.898647 70.979827) (xy 160.236446 71.120094) + (xy 159.90062 71.258854) (xy 159.525173 71.633647) (xy 159.384906 71.971446) (xy 159.246146 71.63562) (xy 158.871353 71.260173) + (xy 158.549882 71.126686) (xy 158.807929 71.0198) (xy 158.869583 70.784188) (xy 158.115 70.029605) (xy 157.360417 70.784188) + (xy 157.422071 71.0198) (xy 157.701312 71.118083) (xy 157.36062 71.258854) (xy 156.985173 71.633647) (xy 156.844906 71.971446) + (xy 156.706146 71.63562) (xy 156.331353 71.260173) (xy 155.993554 71.119906) (xy 156.32938 70.981146) (xy 156.704827 70.606353) + (xy 156.838314 70.284882) (xy 156.9452 70.542929) (xy 157.180812 70.604583) (xy 157.935395 69.85) (xy 157.180812 69.095417) + (xy 156.9452 69.157071) (xy 156.846917 69.436312) (xy 156.706146 69.09562) (xy 156.331353 68.720173) (xy 155.993554 68.579906) + (xy 156.32938 68.441146) (xy 156.704827 68.066353) (xy 156.845094 67.728554) (xy 156.983854 68.06438) (xy 157.358647 68.439827) + (xy 157.680118 68.573314) (xy 157.422071 68.6802) (xy 157.360417 68.915812) (xy 158.115 69.670395) (xy 158.869583 68.915812) + (xy 158.807929 68.6802) (xy 158.528688 68.581917) (xy 158.86938 68.441146) (xy 159.244827 68.066353) (xy 159.385094 67.728554) + ) + ) + ) +) diff --git a/demos/interf_u/interf_u.net b/demos/interf_u/interf_u.net new file mode 100644 index 0000000..05ff041 --- /dev/null +++ b/demos/interf_u/interf_u.net @@ -0,0 +1,1183 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/interf_u/interf_u.sch) + (date "20/09/2014 09:13:50") + (tool "Eeschema (2014-09-16 BZR 5138)-product")) + (components + (comp (ref U3) + (value 74LS541) + (footprint dip_sockets:DIP-20__300) + (libsource (lib 74xx) (part 74LS541)) + (sheetpath (names /) (tstamps /)) + (tstamp 4A087146)) + (comp (ref JP1) + (value CONN_8X2) + (footprint pin_array_8x2) + (libsource (lib conn) (part CONN_8X2)) + (sheetpath (names /) (tstamps /)) + (tstamp 32568D1E)) + (comp (ref RR1) + (value 9x1K) + (footprint discret:r_pack9) + (libsource (lib device) (part RR9)) + (sheetpath (names /) (tstamps /)) + (tstamp 325679C1)) + (comp (ref P1) + (value DB25FEMELLE) + (footprint connect:DB25FC) + (libsource (lib conn) (part DB25)) + (sheetpath (names /) (tstamps /)) + (tstamp 3256759C)) + (comp (ref R3) + (value 10K) + (footprint discret:R3) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 324002E6)) + (comp (ref U5) + (value 628128) + (footprint dip_sockets:DIP-32__600) + (libsource (lib memory) (part 628128)) + (sheetpath (names /) (tstamps /)) + (tstamp 3240023F)) + (comp (ref C3) + (value 47pF) + (footprint discret:C1) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307ED4)) + (comp (ref C2) + (value 47pF) + (footprint discret:C1) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307ECF)) + (comp (ref X1) + (value 8MHz) + (footprint discret:HC-18UH) + (libsource (lib device) (part CRYSTAL)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307EC0)) + (comp (ref R2) + (value 1K) + (footprint discret:R3) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307EAA)) + (comp (ref R1) + (value 100K) + (footprint discret:R3) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307EA1)) + (comp (ref C1) + (value 47uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307DE2)) + (comp (ref C4) + (value 47uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307DCF)) + (comp (ref C5) + (value 47uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307DCA)) + (comp (ref C6) + (value 47uF) + (footprint discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 32307DC0)) + (comp (ref U2) + (value 74LS688) + (footprint dip_sockets:DIP-20__300) + (libsource (lib 74xx) (part 74LS688)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D35B4)) + (comp (ref U9) + (value 4003APG120) + (footprint PGA120) + (fields + (field (name price) 50$) + (field (name Field5) test)) + (libsource (lib xilinx) (part 4003APG120)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D32FA)) + (comp (ref D2) + (value LED) + (footprint discret:LEDV) + (libsource (lib device) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D32BE)) + (comp (ref D1) + (value LED) + (footprint discret:LEDV) + (libsource (lib device) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D32AC)) + (comp (ref R5) + (value 330) + (footprint discret:R3) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D32A0)) + (comp (ref R4) + (value 330) + (footprint discret:R3) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D3295)) + (comp (ref U8) + (value EP600) + (footprint dip_sockets:DIP-24__300) + (libsource (lib special) (part EP600)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D321C)) + (comp (ref U1) + (value 74LS245) + (footprint dip_sockets:DIP-20__300) + (libsource (lib 74xx) (part 74LS245)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D31F4)) + (comp (ref BUS1) + (value BUSPC) + (footprint BUS_PC) + (libsource (lib conn) (part BUSPC)) + (sheetpath (names /) (tstamps /)) + (tstamp 322D3011))) + (libparts + (libpart (lib device) (part C) + (description "Condensateur non polarise") + (footprints + (fp SM*) + (fp C?) + (fp C1-1)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CP) + (aliases + (alias CAPAPOL)) + (description "Condensateur polarise") + (footprints + (fp CP*) + (fp SM*)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CRYSTAL) + (fields + (field (name Reference) X) + (field (name Value) CRYSTAL)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part LED) + (footprints + (fp LED-3MM) + (fp LED-5MM) + (fp LED-10MM) + (fp LED-0603) + (fp LED-0805) + (fp LED-1206) + (fp LEDV)) + (fields + (field (name Reference) D) + (field (name Value) LED)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part R) + (description Resistance) + (footprints + (fp R?) + (fp SM0603) + (fp SM0805) + (fp R?-*) + (fp SM1206)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part RR9) + (fields + (field (name Reference) RR) + (field (name Value) RR9)) + (pins + (pin (num 1) (name COM) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)))) + (libpart (lib conn) (part BUSPC) + (description "Connecteur BUS ISA 8 Bits") + (fields + (field (name Reference) BUS) + (field (name Value) BUSPC)) + (pins + (pin (num 1) (name GND) (type passive)) + (pin (num 2) (name RESET) (type output)) + (pin (num 3) (name VCC) (type passive)) + (pin (num 4) (name INQ2) (type passive)) + (pin (num 5) (name -5V) (type passive)) + (pin (num 6) (name DRQ2) (type passive)) + (pin (num 7) (name -12V) (type passive)) + (pin (num 8) (name UNUSED) (type passive)) + (pin (num 9) (name +12V) (type passive)) + (pin (num 10) (name GND) (type passive)) + (pin (num 11) (name MEM) (type output)) + (pin (num 12) (name MEM) (type output)) + (pin (num 13) (name IOW) (type output)) + (pin (num 14) (name IOR) (type output)) + (pin (num 15) (name DACK3) (type passive)) + (pin (num 16) (name DRQ3) (type passive)) + (pin (num 17) (name DACK1) (type passive)) + (pin (num 18) (name DRQ1) (type passive)) + (pin (num 19) (name DACK0) (type passive)) + (pin (num 20) (name CLK) (type output)) + (pin (num 21) (name IRQ7) (type passive)) + (pin (num 22) (name IRQ6) (type passive)) + (pin (num 23) (name IRQ5) (type passive)) + (pin (num 24) (name IRQ4) (type passive)) + (pin (num 25) (name IRQ3) (type passive)) + (pin (num 26) (name DACK2) (type passive)) + (pin (num 27) (name TC) (type passive)) + (pin (num 28) (name ALE) (type output)) + (pin (num 29) (name VCC) (type passive)) + (pin (num 30) (name OSC) (type output)) + (pin (num 31) (name GND) (type passive)) + (pin (num 32) (name IO) (type passive)) + (pin (num 33) (name DB7) (type 3state)) + (pin (num 34) (name DB6) (type 3state)) + (pin (num 35) (name DB5) (type 3state)) + (pin (num 36) (name DB4) (type 3state)) + (pin (num 37) (name DB3) (type 3state)) + (pin (num 38) (name DB2) (type 3state)) + (pin (num 39) (name DB1) (type 3state)) + (pin (num 40) (name DB0) (type 3state)) + (pin (num 41) (name IO_READY) (type passive)) + (pin (num 42) (name AEN) (type output)) + (pin (num 43) (name BA19) (type 3state)) + (pin (num 44) (name BA18) (type 3state)) + (pin (num 45) (name BA17) (type 3state)) + (pin (num 46) (name BA16) (type 3state)) + (pin (num 47) (name BA15) (type 3state)) + (pin (num 48) (name BA14) (type 3state)) + (pin (num 49) (name BA13) (type 3state)) + (pin (num 50) (name BA12) (type 3state)) + (pin (num 51) (name BA11) (type 3state)) + (pin (num 52) (name BA10) (type 3state)) + (pin (num 53) (name BA09) (type 3state)) + (pin (num 54) (name BA08) (type 3state)) + (pin (num 55) (name BA07) (type 3state)) + (pin (num 56) (name BA06) (type 3state)) + (pin (num 57) (name BA05) (type 3state)) + (pin (num 58) (name BA04) (type 3state)) + (pin (num 59) (name BA03) (type 3state)) + (pin (num 60) (name BA02) (type 3state)) + (pin (num 61) (name BA01) (type 3state)) + (pin (num 62) (name BA00) (type 3state)))) + (libpart (lib conn) (part CONN_8X2) + (description "ymbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_8X2)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)) + (pin (num 3) (name ~) (type passive)) + (pin (num 4) (name ~) (type passive)) + (pin (num 5) (name ~) (type passive)) + (pin (num 6) (name ~) (type passive)) + (pin (num 7) (name ~) (type passive)) + (pin (num 8) (name ~) (type passive)) + (pin (num 9) (name ~) (type passive)) + (pin (num 10) (name ~) (type passive)) + (pin (num 11) (name ~) (type passive)) + (pin (num 12) (name ~) (type passive)) + (pin (num 13) (name ~) (type passive)) + (pin (num 14) (name ~) (type passive)) + (pin (num 15) (name ~) (type passive)) + (pin (num 16) (name ~) (type passive)))) + (libpart (lib conn) (part DB25) + (footprints + (fp DB25*)) + (fields + (field (name Reference) J) + (field (name Value) DB25)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P24) (type passive)) + (pin (num 25) (name P25) (type passive)))) + (libpart (lib 74xx) (part 74LS245) + (aliases + (alias 74HC245)) + (description "Octal BUS Transceivers, 3 State out") + (fields + (field (name Reference) U) + (field (name Value) 74LS245)) + (pins + (pin (num 1) (name A->B) (type input)) + (pin (num 2) (name A0) (type 3state)) + (pin (num 3) (name A1) (type 3state)) + (pin (num 4) (name A2) (type 3state)) + (pin (num 5) (name A3) (type 3state)) + (pin (num 6) (name A4) (type 3state)) + (pin (num 7) (name A5) (type 3state)) + (pin (num 8) (name A6) (type 3state)) + (pin (num 9) (name A7) (type 3state)) + (pin (num 10) (name GND) (type power_in)) + (pin (num 11) (name B7) (type 3state)) + (pin (num 12) (name B6) (type 3state)) + (pin (num 13) (name B5) (type 3state)) + (pin (num 14) (name B4) (type 3state)) + (pin (num 15) (name B3) (type 3state)) + (pin (num 16) (name B2) (type 3state)) + (pin (num 17) (name B1) (type 3state)) + (pin (num 18) (name B0) (type 3state)) + (pin (num 19) (name CE) (type input)) + (pin (num 20) (name VCC) (type power_in)))) + (libpart (lib 74xx) (part 74LS541) + (description "8bits Buffer/Line Driver 3 state Out") + (fields + (field (name Reference) U) + (field (name Value) 74LS541)) + (pins + (pin (num 1) (name G1) (type input)) + (pin (num 2) (name A0) (type input)) + (pin (num 3) (name A1) (type input)) + (pin (num 4) (name A2) (type input)) + (pin (num 5) (name A3) (type input)) + (pin (num 6) (name A4) (type input)) + (pin (num 7) (name A5) (type input)) + (pin (num 8) (name A6) (type input)) + (pin (num 9) (name A7) (type input)) + (pin (num 10) (name GND) (type power_in)) + (pin (num 11) (name Y7) (type 3state)) + (pin (num 12) (name Y6) (type 3state)) + (pin (num 13) (name Y5) (type 3state)) + (pin (num 14) (name Y4) (type 3state)) + (pin (num 15) (name Y3) (type 3state)) + (pin (num 16) (name Y2) (type 3state)) + (pin (num 17) (name Y1) (type 3state)) + (pin (num 18) (name Y0) (type 3state)) + (pin (num 19) (name G2) (type input)) + (pin (num 20) (name VCC) (type power_in)))) + (libpart (lib 74xx) (part 74LS688) + (description "8 bits Comparator") + (fields + (field (name Reference) U) + (field (name Value) 74LS688)) + (pins + (pin (num 1) (name G) (type input)) + (pin (num 2) (name P0) (type input)) + (pin (num 3) (name R0) (type input)) + (pin (num 4) (name P1) (type input)) + (pin (num 5) (name R1) (type input)) + (pin (num 6) (name P2) (type input)) + (pin (num 7) (name R2) (type input)) + (pin (num 8) (name P3) (type input)) + (pin (num 9) (name R3) (type input)) + (pin (num 10) (name GND) (type power_in)) + (pin (num 11) (name P4) (type input)) + (pin (num 12) (name R4) (type input)) + (pin (num 13) (name P5) (type input)) + (pin (num 14) (name R5) (type input)) + (pin (num 15) (name P6) (type input)) + (pin (num 16) (name R6) (type input)) + (pin (num 17) (name P7) (type input)) + (pin (num 18) (name R7) (type input)) + (pin (num 19) (name P=R) (type output)) + (pin (num 20) (name VCC) (type power_in)))) + (libpart (lib memory) (part 628128) + (description "RAM 128 Ko") + (fields + (field (name Reference) U) + (field (name Value) 628128)) + (pins + (pin (num 2) (name A16) (type input)) + (pin (num 3) (name A14) (type input)) + (pin (num 4) (name A12) (type input)) + (pin (num 5) (name A7) (type input)) + (pin (num 6) (name A6) (type input)) + (pin (num 7) (name A5) (type input)) + (pin (num 8) (name A4) (type input)) + (pin (num 9) (name A3) (type input)) + (pin (num 10) (name A2) (type input)) + (pin (num 11) (name A1) (type input)) + (pin (num 12) (name A0) (type input)) + (pin (num 13) (name Q0) (type 3state)) + (pin (num 14) (name Q1) (type 3state)) + (pin (num 15) (name Q2) (type 3state)) + (pin (num 16) (name GND) (type power_in)) + (pin (num 17) (name Q3) (type 3state)) + (pin (num 18) (name Q4) (type 3state)) + (pin (num 19) (name Q5) (type 3state)) + (pin (num 20) (name Q6) (type 3state)) + (pin (num 21) (name Q7) (type 3state)) + (pin (num 22) (name CS1) (type input)) + (pin (num 23) (name A10) (type input)) + (pin (num 24) (name OE) (type input)) + (pin (num 25) (name A11) (type input)) + (pin (num 26) (name A9) (type input)) + (pin (num 27) (name A8) (type input)) + (pin (num 28) (name A13) (type input)) + (pin (num 29) (name WR) (type input)) + (pin (num 30) (name CS2) (type input)) + (pin (num 31) (name A15) (type input)) + (pin (num 32) (name VCC) (type power_in)))) + (libpart (lib xilinx) (part 4003APG120) + (aliases + (alias 4003PG120)) + (fields + (field (name Reference) U) + (field (name Value) 4003APG120) + (field (name Footprint) PGA120)) + (pins + (pin (num A1) (name NC) (type passive)) + (pin (num A2) (name NC) (type passive)) + (pin (num A3) (name NC) (type passive)) + (pin (num A4) (name P) (type passive)) + (pin (num A5) (name P) (type passive)) + (pin (num A6) (name P) (type passive)) + (pin (num A7) (name P) (type passive)) + (pin (num A8) (name P) (type passive)) + (pin (num A9) (name P) (type passive)) + (pin (num A10) (name P) (type passive)) + (pin (num A11) (name P) (type passive)) + (pin (num A12) (name SGCK2) (type passive)) + (pin (num A13) (name HDC) (type output)) + (pin (num B1) (name NC) (type passive)) + (pin (num B2) (name PGCK1/A16) (type passive)) + (pin (num B3) (name P/A17) (type passive)) + (pin (num B4) (name TCK) (type passive)) + (pin (num B5) (name TMS) (type passive)) + (pin (num B6) (name P) (type passive)) + (pin (num B7) (name GND) (type power_in)) + (pin (num B8) (name P) (type passive)) + (pin (num B9) (name P) (type passive)) + (pin (num B10) (name NC) (type passive)) + (pin (num B11) (name M1) (type input)) + (pin (num B12) (name M2) (type BiDi)) + (pin (num B13) (name NC) (type passive)) + (pin (num C1) (name P/A12) (type passive)) + (pin (num C2) (name P/A14) (type passive)) + (pin (num C3) (name VCC) (type power_in)) + (pin (num C4) (name GND) (type power_in)) + (pin (num C5) (name TDI) (type passive)) + (pin (num C6) (name P) (type passive)) + (pin (num C8) (name P) (type passive)) + (pin (num C9) (name P) (type passive)) + (pin (num C10) (name GND) (type power_in)) + (pin (num C11) (name M0) (type input)) + (pin (num C12) (name PGCK2) (type passive)) + (pin (num C13) (name LDC) (type output)) + (pin (num D1) (name P/A11) (type passive)) + (pin (num D2) (name P/A13) (type passive)) + (pin (num D3) (name SGCK1) (type passive)) + (pin (num D11) (name VCC) (type power_in)) + (pin (num D12) (name P) (type passive)) + (pin (num D13) (name P) (type passive)) + (pin (num E1) (name P) (type passive)) + (pin (num E2) (name NC) (type passive)) + (pin (num E3) (name NC) (type passive)) + (pin (num E11) (name NC) (type passive)) + (pin (num E12) (name P) (type passive)) + (pin (num E13) (name P) (type passive)) + (pin (num F1) (name P/A9) (type passive)) + (pin (num F2) (name P) (type passive)) + (pin (num F3) (name P/A10) (type passive)) + (pin (num F11) (name P) (type passive)) + (pin (num F12) (name P) (type BiDi)) + (pin (num F13) (name INIT) (type BiDi)) + (pin (num G1) (name P/A8) (type passive)) + (pin (num G2) (name GND) (type power_in)) + (pin (num G11) (name GND) (type power_in)) + (pin (num G12) (name VCC) (type power_in)) + (pin (num G13) (name P) (type passive)) + (pin (num H1) (name P/A7) (type passive)) + (pin (num H2) (name P/A6) (type passive)) + (pin (num H3) (name P) (type passive)) + (pin (num H11) (name P) (type passive)) + (pin (num H12) (name P) (type passive)) + (pin (num H13) (name P) (type passive)) + (pin (num J1) (name P) (type passive)) + (pin (num J2) (name P/A4) (type passive)) + (pin (num J3) (name NC) (type passive)) + (pin (num J11) (name NC) (type passive)) + (pin (num J12) (name P) (type passive)) + (pin (num J13) (name P) (type passive)) + (pin (num K1) (name P/A5) (type passive)) + (pin (num K2) (name P/CS1/A2) (type passive)) + (pin (num K3) (name GND) (type power_in)) + (pin (num K11) (name GND) (type power_in)) + (pin (num K12) (name NC) (type passive)) + (pin (num K13) (name P) (type passive)) + (pin (num L1) (name P/A3) (type passive)) + (pin (num L2) (name P/A0/WS) (type passive)) + (pin (num L3) (name VCC) (type power_in)) + (pin (num L4) (name CCLK) (type input)) + (pin (num L5) (name NC) (type passive)) + (pin (num L6) (name P/D2) (type passive)) + (pin (num L7) (name GND) (type power_in)) + (pin (num L8) (name P) (type passive)) + (pin (num L9) (name NC) (type passive)) + (pin (num L10) (name VCC) (type power_in)) + (pin (num L11) (name DONE) (type output)) + (pin (num L12) (name SGCK3) (type passive)) + (pin (num L13) (name P) (type passive)) + (pin (num M1) (name NC) (type passive)) + (pin (num M2) (name TDO) (type passive)) + (pin (num M3) (name DOUT-SGKC4) (type output)) + (pin (num M4) (name NC) (type passive)) + (pin (num M5) (name P/D1) (type passive)) + (pin (num M6) (name P) (type passive)) + (pin (num M7) (name VCC) (type power_in)) + (pin (num M8) (name P/D4) (type passive)) + (pin (num M9) (name P/D5) (type passive)) + (pin (num M10) (name P/D6) (type passive)) + (pin (num M11) (name P/D7) (type passive)) + (pin (num M12) (name PROG) (type input)) + (pin (num N1) (name PGCK4/A1) (type passive)) + (pin (num N2) (name DIN) (type BiDi)) + (pin (num N3) (name P/RCLK/BSY/RDY) (type passive)) + (pin (num N4) (name P) (type passive)) + (pin (num N5) (name P) (type passive)) + (pin (num N6) (name P/RS) (type passive)) + (pin (num N7) (name P/D3) (type passive)) + (pin (num N8) (name P) (type passive)) + (pin (num N9) (name P) (type passive)) + (pin (num N10) (name P/CS0) (type passive)) + (pin (num N11) (name P) (type passive)) + (pin (num N12) (name NC) (type passive)) + (pin (num N13) (name PGCK3) (type passive)))) + (libpart (lib special) (part EP600) + (fields + (field (name Reference) U) + (field (name Value) EP600)) + (pins + (pin (num 1) (name CLK1) (type input)) + (pin (num 2) (name IN2) (type input)) + (pin (num 3) (name I/O3) (type passive)) + (pin (num 4) (name I/O4) (type passive)) + (pin (num 5) (name I/O5) (type passive)) + (pin (num 6) (name I/O6) (type passive)) + (pin (num 7) (name I/O7) (type passive)) + (pin (num 8) (name I/O8) (type passive)) + (pin (num 9) (name I/O9) (type passive)) + (pin (num 10) (name I/O10) (type passive)) + (pin (num 11) (name IN11) (type input)) + (pin (num 12) (name GND) (type input)) + (pin (num 13) (name CLK2) (type input)) + (pin (num 14) (name IN14) (type input)) + (pin (num 15) (name I/O15) (type passive)) + (pin (num 16) (name I/O16) (type passive)) + (pin (num 17) (name I/O17) (type passive)) + (pin (num 18) (name I/O18) (type passive)) + (pin (num 19) (name I/O19) (type passive)) + (pin (num 20) (name I/O20) (type passive)) + (pin (num 21) (name I/O21) (type passive)) + (pin (num 22) (name I/O22) (type passive)) + (pin (num 23) (name IN23) (type input)) + (pin (num 24) (name VCC) (type input))))) + (libraries + (library (logical device) + (uri f:\kicad\share\library\device.lib)) + (library (logical conn) + (uri f:\kicad\share\library\conn.lib)) + (library (logical 74xx) + (uri f:\kicad\share\library\74xx.lib)) + (library (logical memory) + (uri f:\kicad\share\library\memory.lib)) + (library (logical xilinx) + (uri f:\kicad\share\library\xilinx.lib)) + (library (logical special) + (uri f:\kicad\share\library\special.lib))) + (nets + (net (code 1) (name "Net-(BUS1-Pad28)") + (node (ref BUS1) (pin 28))) + (net (code 2) (name "Net-(BUS1-Pad27)") + (node (ref BUS1) (pin 27))) + (net (code 3) (name "Net-(BUS1-Pad26)") + (node (ref BUS1) (pin 26))) + (net (code 4) (name "Net-(BUS1-Pad25)") + (node (ref BUS1) (pin 25))) + (net (code 5) (name "Net-(BUS1-Pad24)") + (node (ref BUS1) (pin 24))) + (net (code 6) (name "Net-(BUS1-Pad23)") + (node (ref BUS1) (pin 23))) + (net (code 7) (name "Net-(BUS1-Pad22)") + (node (ref BUS1) (pin 22))) + (net (code 8) (name "Net-(BUS1-Pad21)") + (node (ref BUS1) (pin 21))) + (net (code 9) (name "Net-(BUS1-Pad20)") + (node (ref BUS1) (pin 20))) + (net (code 10) (name "Net-(BUS1-Pad19)") + (node (ref BUS1) (pin 19))) + (net (code 11) (name "Net-(BUS1-Pad18)") + (node (ref BUS1) (pin 18))) + (net (code 12) (name "Net-(BUS1-Pad17)") + (node (ref BUS1) (pin 17))) + (net (code 13) (name "Net-(BUS1-Pad16)") + (node (ref BUS1) (pin 16))) + (net (code 14) (name "Net-(BUS1-Pad15)") + (node (ref BUS1) (pin 15))) + (net (code 15) (name /PC-RST) + (node (ref BUS1) (pin 2)) + (node (ref U3) (pin 8)) + (node (ref U3) (pin 9))) + (net (code 16) (name /PC-IOR) + (node (ref BUS1) (pin 14)) + (node (ref U3) (pin 7))) + (net (code 17) (name /PC-IOW) + (node (ref U3) (pin 6)) + (node (ref BUS1) (pin 13))) + (net (code 18) (name "Net-(BUS1-Pad12)") + (node (ref BUS1) (pin 12))) + (net (code 19) (name /PC-A1) + (node (ref BUS1) (pin 61)) + (node (ref U9) (pin N4)) + (node (ref U3) (pin 2))) + (net (code 20) (name /PC-A0) + (node (ref U9) (pin M6)) + (node (ref BUS1) (pin 62)) + (node (ref U3) (pin 3))) + (net (code 21) (name GND) + (node (ref P1) (pin 18)) + (node (ref U9) (pin G11)) + (node (ref U9) (pin K11)) + (node (ref U9) (pin C10)) + (node (ref U9) (pin G2)) + (node (ref BUS1) (pin 1)) + (node (ref D2) (pin 2)) + (node (ref U1) (pin 10)) + (node (ref U9) (pin C4)) + (node (ref P1) (pin 20)) + (node (ref D1) (pin 2)) + (node (ref U9) (pin K3)) + (node (ref U8) (pin 1)) + (node (ref U9) (pin L7)) + (node (ref U9) (pin B7)) + (node (ref JP1) (pin 13)) + (node (ref JP1) (pin 11)) + (node (ref P1) (pin 25)) + (node (ref U5) (pin 16)) + (node (ref P1) (pin 24)) + (node (ref P1) (pin 23)) + (node (ref JP1) (pin 15)) + (node (ref U8) (pin 12)) + (node (ref P1) (pin 22)) + (node (ref P1) (pin 21)) + (node (ref C1) (pin 2)) + (node (ref C4) (pin 2)) + (node (ref C5) (pin 2)) + (node (ref C6) (pin 2)) + (node (ref U2) (pin 10)) + (node (ref C3) (pin 2)) + (node (ref U3) (pin 10)) + (node (ref U3) (pin 19)) + (node (ref U3) (pin 1)) + (node (ref JP1) (pin 7)) + (node (ref JP1) (pin 5)) + (node (ref JP1) (pin 3)) + (node (ref JP1) (pin 1)) + (node (ref C2) (pin 2)) + (node (ref BUS1) (pin 31)) + (node (ref P1) (pin 19)) + (node (ref JP1) (pin 9))) + (net (code 22) (name VCC) + (node (ref C1) (pin 1)) + (node (ref C4) (pin 1)) + (node (ref U8) (pin 24)) + (node (ref C5) (pin 1)) + (node (ref U8) (pin 23)) + (node (ref C6) (pin 1)) + (node (ref U2) (pin 20)) + (node (ref U9) (pin B12)) + (node (ref U9) (pin L3)) + (node (ref U9) (pin M7)) + (node (ref U3) (pin 20)) + (node (ref U9) (pin D11)) + (node (ref U1) (pin 20)) + (node (ref U9) (pin C11)) + (node (ref U9) (pin B11)) + (node (ref R3) (pin 2)) + (node (ref BUS1) (pin 3)) + (node (ref BUS1) (pin 29)) + (node (ref U9) (pin G12)) + (node (ref U5) (pin 32)) + (node (ref U9) (pin C3)) + (node (ref U9) (pin L10)) + (node (ref RR1) (pin 1))) + (net (code 23) (name /PC-AEN) + (node (ref U9) (pin N10)) + (node (ref BUS1) (pin 42)) + (node (ref U2) (pin 1))) + (net (code 24) (name "Net-(BUS1-Pad43)") + (node (ref BUS1) (pin 43))) + (net (code 25) (name "Net-(BUS1-Pad11)") + (node (ref BUS1) (pin 11))) + (net (code 26) (name "Net-(BUS1-Pad10)") + (node (ref BUS1) (pin 10))) + (net (code 27) (name "Net-(BUS1-Pad9)") + (node (ref BUS1) (pin 9))) + (net (code 28) (name "Net-(BUS1-Pad8)") + (node (ref BUS1) (pin 8))) + (net (code 29) (name "Net-(BUS1-Pad7)") + (node (ref BUS1) (pin 7))) + (net (code 30) (name "Net-(BUS1-Pad6)") + (node (ref BUS1) (pin 6))) + (net (code 31) (name "Net-(BUS1-Pad5)") + (node (ref BUS1) (pin 5))) + (net (code 32) (name "Net-(BUS1-Pad4)") + (node (ref BUS1) (pin 4))) + (net (code 33) (name "Net-(BUS1-Pad50)") + (node (ref BUS1) (pin 50))) + (net (code 34) (name "Net-(BUS1-Pad49)") + (node (ref BUS1) (pin 49))) + (net (code 35) (name "Net-(BUS1-Pad48)") + (node (ref BUS1) (pin 48))) + (net (code 36) (name "Net-(BUS1-Pad47)") + (node (ref BUS1) (pin 47))) + (net (code 37) (name "Net-(BUS1-Pad46)") + (node (ref BUS1) (pin 46))) + (net (code 38) (name "Net-(BUS1-Pad45)") + (node (ref BUS1) (pin 45))) + (net (code 39) (name "Net-(BUS1-Pad44)") + (node (ref BUS1) (pin 44))) + (net (code 40) (name "Net-(BUS1-Pad41)") + (node (ref BUS1) (pin 41))) + (net (code 41) (name "Net-(BUS1-Pad32)") + (node (ref BUS1) (pin 32))) + (net (code 42) (name "Net-(BUS1-Pad30)") + (node (ref BUS1) (pin 30))) + (net (code 43) (name "Net-(U9-PadB5)") + (node (ref U9) (pin B5))) + (net (code 44) (name "Net-(U9-PadA3)") + (node (ref U9) (pin A3))) + (net (code 45) (name "Net-(U9-PadB4)") + (node (ref U9) (pin B4))) + (net (code 46) (name "Net-(U9-PadC5)") + (node (ref U9) (pin C5))) + (net (code 47) (name "Net-(U9-PadA2)") + (node (ref U9) (pin A2))) + (net (code 48) (name "Net-(U9-PadA1)") + (node (ref U9) (pin A1))) + (net (code 49) (name "Net-(U9-PadB1)") + (node (ref U9) (pin B1))) + (net (code 50) (name "Net-(U9-PadE3)") + (node (ref U9) (pin E3))) + (net (code 51) (name "Net-(U9-PadE2)") + (node (ref U9) (pin E2))) + (net (code 52) (name /MA8) + (node (ref U9) (pin G1)) + (node (ref U5) (pin 27))) + (net (code 53) (name /MD4) + (node (ref U9) (pin A7)) + (node (ref U5) (pin 18))) + (net (code 54) (name /MA13) + (node (ref U5) (pin 28)) + (node (ref U9) (pin C1))) + (net (code 55) (name /MD5) + (node (ref U9) (pin A8)) + (node (ref U5) (pin 19))) + (net (code 56) (name /WR-) + (node (ref U5) (pin 29)) + (node (ref U9) (pin A13))) + (net (code 57) (name /MD3) + (node (ref U5) (pin 17)) + (node (ref U9) (pin A6))) + (net (code 58) (name "Net-(U8-Pad10)") + (node (ref U8) (pin 10))) + (net (code 59) (name "Net-(U8-Pad9)") + (node (ref U8) (pin 9))) + (net (code 60) (name "Net-(U8-Pad8)") + (node (ref U8) (pin 8))) + (net (code 61) (name /RSTL) + (node (ref U3) (pin 12)) + (node (ref U8) (pin 11))) + (net (code 62) (name "Net-(U3-Pad11)") + (node (ref U3) (pin 11))) + (net (code 63) (name /MA16) + (node (ref U9) (pin C8)) + (node (ref U5) (pin 2))) + (net (code 64) (name /MA14) + (node (ref U5) (pin 3)) + (node (ref U9) (pin D1))) + (net (code 65) (name /MA12) + (node (ref U9) (pin F3)) + (node (ref U5) (pin 4))) + (net (code 66) (name /MA7) + (node (ref U5) (pin 5)) + (node (ref U9) (pin B3))) + (net (code 67) (name /MA6) + (node (ref U9) (pin F2)) + (node (ref U5) (pin 6))) + (net (code 68) (name /MA5) + (node (ref U9) (pin C13)) + (node (ref U5) (pin 7))) + (net (code 69) (name /MA4) + (node (ref U9) (pin E1)) + (node (ref U5) (pin 8))) + (net (code 70) (name /MA3) + (node (ref U5) (pin 9)) + (node (ref U9) (pin C2))) + (net (code 71) (name /MD6) + (node (ref U9) (pin A9)) + (node (ref U5) (pin 20))) + (net (code 72) (name "Net-(R3-Pad1)") + (node (ref R3) (pin 1)) + (node (ref U5) (pin 30))) + (net (code 73) (name /MD7) + (node (ref U5) (pin 21)) + (node (ref U9) (pin B8))) + (net (code 74) (name /MA15) + (node (ref U5) (pin 31)) + (node (ref U9) (pin F1))) + (net (code 75) (name /MA0) + (node (ref U5) (pin 12)) + (node (ref U9) (pin A11))) + (net (code 76) (name /CS1-) + (node (ref U9) (pin A10)) + (node (ref U5) (pin 22))) + (net (code 77) (name /MD0) + (node (ref U9) (pin C6)) + (node (ref U5) (pin 13))) + (net (code 78) (name /MA10) + (node (ref U5) (pin 23)) + (node (ref U9) (pin C9))) + (net (code 79) (name /MD1) + (node (ref U5) (pin 14)) + (node (ref U9) (pin A5))) + (net (code 80) (name /OE-) + (node (ref U5) (pin 24)) + (node (ref U9) (pin B9))) + (net (code 81) (name /MD2) + (node (ref U5) (pin 15)) + (node (ref U9) (pin B6))) + (net (code 82) (name /MA11) + (node (ref U5) (pin 25)) + (node (ref U9) (pin D2))) + (net (code 83) (name /MA9) + (node (ref U5) (pin 26)) + (node (ref U9) (pin A4))) + (net (code 84) (name /DIR) + (node (ref U8) (pin 17)) + (node (ref U1) (pin 1))) + (net (code 85) (name /ENBBUF) + (node (ref U8) (pin 22)) + (node (ref U1) (pin 19))) + (net (code 86) (name /PC-RD) + (node (ref U8) (pin 14)) + (node (ref U3) (pin 13)) + (node (ref U9) (pin M8))) + (net (code 87) (name /SEL_LPT) + (node (ref U8) (pin 18)) + (node (ref U9) (pin L2))) + (net (code 88) (name /PC-DB0) + (node (ref U1) (pin 2)) + (node (ref BUS1) (pin 40))) + (net (code 89) (name /PC-DB1) + (node (ref U1) (pin 3)) + (node (ref BUS1) (pin 39))) + (net (code 90) (name /PC-DB2) + (node (ref U1) (pin 4)) + (node (ref BUS1) (pin 38))) + (net (code 91) (name /PC-DB3) + (node (ref U1) (pin 5)) + (node (ref BUS1) (pin 37))) + (net (code 92) (name /PC-DB4) + (node (ref BUS1) (pin 36)) + (node (ref U1) (pin 6))) + (net (code 93) (name /PC-DB5) + (node (ref U1) (pin 7)) + (node (ref BUS1) (pin 35))) + (net (code 94) (name /PC-DB6) + (node (ref U1) (pin 8)) + (node (ref BUS1) (pin 34))) + (net (code 95) (name /PC-DB7) + (node (ref BUS1) (pin 33)) + (node (ref U1) (pin 9))) + (net (code 96) (name /D7) + (node (ref U9) (pin L12)) + (node (ref U1) (pin 11))) + (net (code 97) (name /D6) + (node (ref U9) (pin M11)) + (node (ref U1) (pin 12))) + (net (code 98) (name /D5) + (node (ref U9) (pin N11)) + (node (ref U1) (pin 13))) + (net (code 99) (name /D4) + (node (ref U9) (pin M10)) + (node (ref U1) (pin 14))) + (net (code 100) (name /D3) + (node (ref U9) (pin M9)) + (node (ref U1) (pin 15))) + (net (code 101) (name /D2) + (node (ref U1) (pin 16)) + (node (ref U9) (pin N9))) + (net (code 102) (name /D1) + (node (ref U1) (pin 17)) + (node (ref U9) (pin N8))) + (net (code 103) (name "Net-(D2-Pad1)") + (node (ref D2) (pin 1)) + (node (ref R5) (pin 1))) + (net (code 104) (name "Net-(U9-PadB13)") + (node (ref U9) (pin B13))) + (net (code 105) (name /LED2) + (node (ref R5) (pin 2)) + (node (ref U9) (pin F13))) + (net (code 106) (name /D0) + (node (ref U8) (pin 21)) + (node (ref U9) (pin N2)) + (node (ref U1) (pin 18))) + (net (code 107) (name "Net-(D1-Pad1)") + (node (ref D1) (pin 1)) + (node (ref R4) (pin 1))) + (net (code 108) (name "Net-(U3-Pad18)") + (node (ref U3) (pin 18)) + (node (ref U8) (pin 3))) + (net (code 109) (name "Net-(U3-Pad17)") + (node (ref U3) (pin 17)) + (node (ref U8) (pin 4))) + (net (code 110) (name "Net-(U3-Pad16)") + (node (ref U3) (pin 16)) + (node (ref U8) (pin 5))) + (net (code 111) (name "Net-(U3-Pad15)") + (node (ref U3) (pin 15)) + (node (ref U8) (pin 6))) + (net (code 112) (name /PC-WR) + (node (ref U8) (pin 7)) + (node (ref U9) (pin N6)) + (node (ref U3) (pin 14))) + (net (code 113) (name /PC-A6) + (node (ref U9) (pin J1)) + (node (ref BUS1) (pin 56)) + (node (ref U2) (pin 15))) + (net (code 114) (name /PC-A9) + (node (ref U9) (pin N7)) + (node (ref BUS1) (pin 53)) + (node (ref U2) (pin 6))) + (net (code 115) (name /PC-A8) + (node (ref U2) (pin 4)) + (node (ref U9) (pin H1)) + (node (ref BUS1) (pin 54))) + (net (code 116) (name /PC-A7) + (node (ref BUS1) (pin 55)) + (node (ref U9) (pin H2)) + (node (ref U2) (pin 13))) + (net (code 117) (name /PC-A5) + (node (ref BUS1) (pin 57)) + (node (ref U2) (pin 2)) + (node (ref U9) (pin J2))) + (net (code 118) (name /PC-A4) + (node (ref BUS1) (pin 58)) + (node (ref U9) (pin H3)) + (node (ref U2) (pin 17))) + (net (code 119) (name /PC-A3) + (node (ref U3) (pin 5)) + (node (ref U9) (pin K2)) + (node (ref BUS1) (pin 59))) + (net (code 120) (name /PC-A2) + (node (ref U3) (pin 4)) + (node (ref U9) (pin M5)) + (node (ref BUS1) (pin 60))) + (net (code 121) (name /PC-A11) + (node (ref U2) (pin 8)) + (node (ref BUS1) (pin 51))) + (net (code 122) (name /PC-A10) + (node (ref U9) (pin L8)) + (node (ref BUS1) (pin 52)) + (node (ref U2) (pin 11))) + (net (code 123) (name /LED1) + (node (ref U9) (pin M3)) + (node (ref R4) (pin 2))) + (net (code 124) (name "Net-(U9-PadM2)") + (node (ref U9) (pin M2))) + (net (code 125) (name /MA2) + (node (ref U9) (pin D3)) + (node (ref U5) (pin 10))) + (net (code 126) (name "Net-(U9-PadJ3)") + (node (ref U9) (pin J3))) + (net (code 127) (name "Net-(U9-PadN3)") + (node (ref U9) (pin N3))) + (net (code 128) (name /CLKLCA) + (node (ref U8) (pin 16)) + (node (ref U9) (pin L4)) + (node (ref U9) (pin M4))) + (net (code 129) (name "Net-(U9-PadL5)") + (node (ref U9) (pin L5))) + (net (code 130) (name "Net-(U9-PadN5)") + (node (ref U9) (pin N5))) + (net (code 131) (name /MATCHL) + (node (ref U2) (pin 19)) + (node (ref U8) (pin 2))) + (net (code 132) (name "Net-(U9-PadM1)") + (node (ref U9) (pin M1))) + (net (code 133) (name "Net-(U9-PadN1)") + (node (ref U9) (pin N1))) + (net (code 134) (name /MA1) + (node (ref U5) (pin 11)) + (node (ref U9) (pin B2))) + (net (code 135) (name "Net-(U9-PadE11)") + (node (ref U9) (pin E11))) + (net (code 136) (name "Net-(U9-PadJ11)") + (node (ref U9) (pin J11))) + (net (code 137) (name /DONE) + (node (ref U8) (pin 20)) + (node (ref U9) (pin L11))) + (net (code 138) (name "Net-(U9-PadK12)") + (node (ref U9) (pin K12))) + (net (code 139) (name /PROG-) + (node (ref U8) (pin 19)) + (node (ref U9) (pin M12))) + (net (code 140) (name "Net-(U9-PadN12)") + (node (ref U9) (pin N12))) + (net (code 141) (name "Net-(U9-PadL6)") + (node (ref U9) (pin L6))) + (net (code 142) (name "Net-(U9-PadL9)") + (node (ref U9) (pin L9))) + (net (code 143) (name "Net-(U9-PadB10)") + (node (ref U9) (pin B10))) + (net (code 144) (name /WR_REG) + (node (ref U8) (pin 13)) + (node (ref U8) (pin 15))) + (net (code 145) (name "Net-(C2-Pad1)") + (node (ref X1) (pin 1)) + (node (ref C2) (pin 1)) + (node (ref R1) (pin 2)) + (node (ref U9) (pin L1))) + (net (code 146) (name "Net-(C3-Pad1)") + (node (ref X1) (pin 2)) + (node (ref R1) (pin 1)) + (node (ref C3) (pin 1)) + (node (ref R2) (pin 2))) + (net (code 147) (name /BIT6) + (node (ref U9) (pin J13)) + (node (ref P1) (pin 8))) + (net (code 148) (name /BIT7) + (node (ref P1) (pin 9)) + (node (ref U9) (pin H11))) + (net (code 149) (name /ACK) + (node (ref P1) (pin 10)) + (node (ref U9) (pin K13))) + (net (code 150) (name /BUST+) + (node (ref U9) (pin J12)) + (node (ref P1) (pin 11))) + (net (code 151) (name /PE+) + (node (ref P1) (pin 12)) + (node (ref U9) (pin L13))) + (net (code 152) (name /SLCT+) + (node (ref P1) (pin 13)) + (node (ref U9) (pin N13))) + (net (code 153) (name /BIT5) + (node (ref U9) (pin H12)) + (node (ref P1) (pin 7))) + (net (code 154) (name /8MH-OUT) + (node (ref R2) (pin 1)) + (node (ref U9) (pin K1))) + (net (code 155) (name "Net-(RR1-Pad10)") + (node (ref RR1) (pin 10))) + (net (code 156) (name /STROBE) + (node (ref P1) (pin 1)) + (node (ref U9) (pin A12))) + (net (code 157) (name /AUTOFD-) + (node (ref P1) (pin 14)) + (node (ref U9) (pin C12))) + (net (code 158) (name /ERROR-) + (node (ref P1) (pin 15)) + (node (ref U9) (pin D13))) + (net (code 159) (name /BIT2) + (node (ref U9) (pin F12)) + (node (ref P1) (pin 4))) + (net (code 160) (name /INIT-) + (node (ref P1) (pin 16)) + (node (ref U9) (pin E12))) + (net (code 161) (name /SLCTIN-) + (node (ref P1) (pin 17)) + (node (ref U9) (pin F11))) + (net (code 162) (name /BIT0) + (node (ref U9) (pin D12)) + (node (ref P1) (pin 2))) + (net (code 163) (name /BIT1) + (node (ref P1) (pin 3)) + (node (ref U9) (pin E13))) + (net (code 164) (name /BIT3) + (node (ref U9) (pin G13)) + (node (ref P1) (pin 5))) + (net (code 165) (name /BIT4) + (node (ref P1) (pin 6)) + (node (ref U9) (pin H13))) + (net (code 166) (name /REF10) + (node (ref U2) (pin 12)) + (node (ref JP1) (pin 2)) + (node (ref RR1) (pin 9))) + (net (code 167) (name /REF11) + (node (ref JP1) (pin 4)) + (node (ref RR1) (pin 8)) + (node (ref U2) (pin 9))) + (net (code 168) (name /REF7) + (node (ref JP1) (pin 6)) + (node (ref RR1) (pin 7)) + (node (ref U2) (pin 14))) + (net (code 169) (name /REF9) + (node (ref JP1) (pin 8)) + (node (ref U2) (pin 7)) + (node (ref RR1) (pin 6))) + (net (code 170) (name /REF6) + (node (ref U2) (pin 16)) + (node (ref RR1) (pin 5)) + (node (ref JP1) (pin 10))) + (net (code 171) (name /REF8) + (node (ref RR1) (pin 4)) + (node (ref U2) (pin 5)) + (node (ref JP1) (pin 12))) + (net (code 172) (name /REF4) + (node (ref RR1) (pin 3)) + (node (ref U2) (pin 18)) + (node (ref JP1) (pin 14))) + (net (code 173) (name /REF5) + (node (ref JP1) (pin 16)) + (node (ref RR1) (pin 2)) + (node (ref U2) (pin 3))))) \ No newline at end of file diff --git a/demos/interf_u/interf_u.pro b/demos/interf_u/interf_u.pro new file mode 100644 index 0000000..973db3f --- /dev/null +++ b/demos/interf_u/interf_u.pro @@ -0,0 +1,40 @@ +update=18/05/2015 09:03:59 +version=1 +last_client=kicad +[common] +NetDir= +[general] +version=1 +RootSch=interf_u.sch +BoardNm=interf_u.brd +[cvpcb] +version=1 +NetIExt=net +[cvpcb/libraries] +EquName1=devcms +[pcbnew] +version=1 +PageLayoutDescrFile=pagelayout_logo.kicad_wks +LastNetListRead=interf_u.net +UseCmpFile=0 +PadDrill=0.89916 +PadDrillOvalY=0.89916 +PadSizeH=1.397 +PadSizeV=1.397 +PcbTextSizeV=2.032 +PcbTextSizeH=1.524 +PcbTextThickness=0.4318 +ModuleTextSizeV=1.524 +ModuleTextSizeH=1.524 +ModuleTextSizeThickness=0.3048 +SolderMaskClearance=0.254 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.381 +BoardOutlineThickness=0.127 +ModuleOutlineThickness=0.381 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=interf_u_schlib +LibName2=power diff --git a/demos/interf_u/interf_u.sch b/demos/interf_u/interf_u.sch new file mode 100644 index 0000000..4e30ece --- /dev/null +++ b/demos/interf_u/interf_u.sch @@ -0,0 +1,2876 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:device +LIBS:conn +LIBS:linear +LIBS:regul +LIBS:74xx +LIBS:cmos4000 +LIBS:adc-dac +LIBS:memory +LIBS:xilinx +LIBS:special +LIBS:image +LIBS:interf_u-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 1 1 +Title "UNIVERSAL INTERFACE" +Date "Sun 22 Mar 2015" +Rev "2B" +Comp "KICAD" +Comment1 "Comment 1" +Comment2 "Comment 2" +Comment3 "Comment 3" +Comment4 "Comment 4" +$EndDescr +$Bitmap +Pos 11050 10550 +Scale 1.000000 +Data +89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49 48 44 52 00 00 00 E5 00 00 01 0E 08 02 00 00 00 F9 5F 47 +B4 00 00 00 03 73 42 49 54 08 08 08 DB E1 4F E0 00 00 20 00 49 44 41 54 78 9C EC BD 77 94 5D 47 +95 2E BE 77 55 9D 7C 73 DF CE 92 5A DD 8A B6 25 27 D9 20 CB 11 4C 70 C2 66 86 E1 0D 03 CC 10 DF +03 33 F3 18 0C 4C 78 C3 0C B3 CC 90 7F 0C F0 06 93 6D 78 6B F0 44 C6 30 38 DB 60 92 2D 63 6C 2C +5B B6 92 15 5A B9 83 BA FB 76 F7 8D 27 55 ED DF 1F D5 7D 75 D5 2D CB CA A9 FB 5B 5A 5A F7 9C 5B +A7 AA EE E9 EF EC B3 53 ED C2 DF FD EE 77 30 8B 59 9C 21 C0 20 08 4E F5 1C 66 31 8B C3 C2 8B 2F +BE C8 4E F5 1C 66 31 8B 23 C0 2C 5F 67 71 26 41 D4 3F BD F8 E2 8B A7 70 1E B3 98 C5 CB 61 F9 F2 +E5 F5 CF E2 E5 BE 98 C5 2C 4E 07 4C 11 A3 B3 FA C0 2C CE 24 CC F2 75 16 67 12 66 F9 3A 8B 33 09 +B3 7C 9D C5 99 84 59 BE CE E2 4C 82 78 E5 26 B3 38 3C 48 29 1F 7A E8 E1 F1 F1 F1 25 4B 16 5F 72 +C9 25 A7 7A 3A 67 27 66 F9 7A C4 D8 B3 67 CF 5D 77 7D 8F 88 A6 9C 8F E3 F8 AE BB BE 37 36 36 76 +D1 45 17 5D 7F FD 75 52 CA C6 6F DF F3 9E 77 77 75 75 9D C4 69 9E 9D 98 E5 EB 61 41 29 45 44 5F +FA D2 3F 3E F3 CC 33 C5 62 E9 F1 C7 1F 3F 44 E3 E7 9E 7B EE B9 E7 9E 9B 72 72 F5 EA 27 9B 9A 72 +44 14 C7 F1 87 3E F4 A1 6B AF 7D ED 89 9C EF 59 8B 59 BE BE 02 46 46 46 10 F1 91 47 1E FD FC E7 +BF D0 D7 D7 57 2E 97 8F AE 9F 27 9E 78 A2 FE F9 B9 E7 9E 9F 3B 77 EE B7 BE F5 8D A6 A6 26 D7 75 +13 89 C4 71 9A EC D9 8F 59 BE BE 2C F6 EE DD BB 73 E7 CE 8F 7E F4 E3 BD BD BD 71 1C D7 6A B5 E3 +D5 73 7F 7F 7F 7F 7F FF D5 57 BF 46 4A F9 F6 B7 FF D1 FB DF FF BE 85 0B 17 7A 9E 77 BC FA 3F 8B +31 EB 1F 38 38 FA FA FA 3E F2 91 DB AE BD F6 F5 6B D7 AE 2D 95 4A C7 91 AC 75 94 4A A5 6A B5 7A +E7 9D 77 AD 5A 75 C5 57 BE F2 D5 87 1F 7E 44 29 75 DC 47 39 CB 30 2B 5F A7 A2 52 A9 DC 71 C7 D7 +9F 79 E6 99 07 1E 78 F0 E4 8C A8 94 FA CC 67 3E 9B CF E7 FF E8 8F DE F6 C6 37 BE 71 56 B5 3D 04 +66 F9 7A 00 C2 30 FC 9B BF F9 C4 5D 77 7D 6F 8A 75 7F 12 30 56 18 FE DA D7 EE 78 E8 A1 87 97 2D +3B EF 53 9F BA 7D D1 A2 45 27 79 02 67 04 66 F9 3A 01 DF F7 4B A5 D2 A7 3F FD 99 3B EF BC EB 94 +BC 97 15 81 60 B0 75 EB D6 AD 5B B7 F6 F6 6E FF E7 7F FE 7F AD AD AD 99 4C E6 E4 CF E4 74 C6 AC +FE 0A 00 10 86 E1 B7 BE F5 ED 73 CE 39 EF 7B DF FB FE 49 23 2B 02 21 10 E2 C4 A1 22 90 93 23 BF +F0 C2 0B 2B 57 AE 7A EF 7B DF 37 38 38 78 72 26 73 A6 60 96 AF 10 45 D1 D7 BF FE 8D 4F 7C E2 6F +2B 95 4A 1C C7 27 61 44 C6 98 65 19 C9 84 93 F0 6C D3 10 9C 73 00 04 80 C6 08 84 EF FB 0F 3D F4 +F0 FF FE DF 1F EE EF EF 3F 09 53 3A 53 30 AB 0F 40 B9 5C FE F2 97 BF 72 D2 C4 2A 63 CC 71 2C CF +73 1D C7 E1 5C 04 41 10 04 7E AD E6 87 61 A4 E2 58 1E 18 35 BB EF BE FB 95 A2 15 2B 5E F7 91 8F +FC 89 E3 D8 27 67 86 A7 33 66 3A 5F C3 30 BC FD F6 4F 8D 8E 8E 9E 9C E1 18 82 29 D0 B6 2D C7 71 +35 38 E7 41 10 54 AB D5 6A A5 52 2C 15 03 3F 88 63 A9 1A 58 FB C0 03 0F 3C FC F0 EA C1 C1 91 2F +7E F1 E3 A6 69 9C 9C 79 9E B6 98 D1 7C AD D5 6A FF E7 FF FC CD 77 BF 7B E7 C9 D3 59 19 33 4C CB +B6 1D D7 75 33 99 8C E7 79 96 65 4B 29 83 C0 1F 1B 1B 73 5C B7 50 28 D4 2A A5 20 3C 80 B2 52 8E +7D E7 3B FF E4 38 D6 E7 3E F7 D1 93 33 CF D3 16 33 9A AF DF FD EE 9D DF FE F6 77 4E DA 70 88 68 +1A 02 D9 04 1C C7 4E A5 52 C9 64 12 80 6A B5 9A 69 9A A6 69 01 40 51 70 56 2A D6 02 D9 F8 14 11 +95 D6 AE FD E5 E0 E0 3B 5A 5B 5B 4F DA 84 4F 43 CC 5C 7B AB BF BF 7F F5 EA D5 27 75 48 22 19 C7 +8C 21 E7 DC 30 0C CE 0D DB B6 3C CF CB 66 73 D9 6C 36 9F CF 27 93 49 CF 4B 78 9E E7 26 52 96 65 +30 3C E0 E2 5F FC E2 B1 0F 7F F8 CF 67 B8 F9 35 73 E5 EB B3 CF AE B9 F7 DE FB 4E E6 88 04 20 09 +A4 54 44 4A 08 61 59 13 5A AC 69 9A 88 10 04 A1 6D 9B AE EB C4 71 14 45 91 92 36 03 55 F3 A3 46 +C5 E0 DE 7B EF 43 C4 3B EE F8 5A 3E 9F 3F 99 33 3F 7D 30 43 E5 EB DE BD 7B BF F0 85 2F 9E FC 71 +89 80 73 0E 00 8C 31 CE 19 E7 9C 31 A6 0F 19 63 86 61 1A 86 61 DB B6 65 59 96 6D 1B 96 AD 1B 37 +E2 C1 07 1F EA EB EB 3B F9 33 3F 4D 30 43 F9 BA 6D DB B6 E7 9F 7F FE 94 0C 8D 08 86 61 68 9A 02 +80 94 71 A5 52 AE 56 AB BE EF 87 61 48 44 88 68 59 B6 69 5A 96 65 D9 8E C5 F9 01 7F A3 28 8A FE +E7 FF FC C0 8E 1D 3B 4E C1 D4 4F 03 CC 44 BE 16 8B C5 0F 7C E0 D6 93 13 1A 98 02 C6 10 91 01 A0 +10 02 11 95 52 41 10 94 4A A5 B1 B1 F1 F1 F1 F1 72 B9 EC FB 7E 1C 4B 3C 00 53 3B 79 E1 85 17 3E +F8 C1 5B A7 2F 70 98 09 98 89 7C 7D F8 E1 47 46 46 46 4E FE B8 08 60 0A D4 F2 32 8E E3 30 0C 4B +A5 D2 F0 F0 48 A1 50 28 14 46 C6 C6 C6 CA E5 72 A5 52 2E 97 8B 51 14 49 29 A5 94 4A 4A 06 34 8D +B1 D0 DB BB FD F1 C7 9F 98 3E C4 59 8F 19 67 6F 11 D1 37 BE F1 CD 52 A9 74 0A C6 46 24 60 4A 29 +29 65 18 46 B5 5A 4D 2B 00 B5 5A AD 56 AB F9 BE AF 03 07 52 C6 9C F3 38 8E 7D 3F 08 A3 38 8A 0F +22 48 77 EF DE 7D F7 DD 77 5F 75 D5 95 A7 E0 57 9C 52 CC 38 BE 86 61 78 0A D3 A2 19 E7 88 A8 94 +0C 82 5A A9 84 51 14 69 41 AB A3 B2 51 14 57 AB 55 29 95 60 80 9C 07 41 A4 D4 CB BE F5 1F 7A E8 +E1 1F FF F8 BF 7F EF F7 DE 7C 52 7F C0 A9 C6 8C E3 EB ED B7 7F EA 54 95 14 27 A2 20 08 39 E7 9C +FB 88 58 AB F9 44 10 04 35 BF 56 0B A3 58 4A 19 04 91 7E 96 62 00 40 79 68 0D 75 78 78 F8 F9 E7 +5F BC E5 96 5B 18 9B AE 2F 9C B5 98 71 7C 1D 1E 1E 3E 55 96 0A 02 70 A0 28 8A 00 20 8E 63 20 D2 +8A 41 E0 87 F2 C0 29 11 00 BC F2 24 E9 4B 5F FA EE 95 57 5E FB BA D7 AD 3A 51 33 3E FD 30 B3 EC +AD F5 EB D7 6F D8 B0 F1 54 8D 4E 00 B1 22 24 15 45 A1 EF FB 61 14 95 4B E5 6A 2D 90 47 F9 FC A0 +52 23 0F 3E 78 CF A9 D1 C5 4F 11 66 16 5F 7F FA D3 9F 3D FB EC B3 A7 70 02 8A 20 8C 29 0C A3 6A +D5 AF 56 FD F8 98 15 E9 EF 7D EF FB 03 03 03 C7 63 6A 67 06 66 9C 3E 70 6A A1 EB 65 E8 CF 52 1E +07 B3 8F 88 7C DF 3F F6 7E CE 14 CC 2C F9 7A F6 21 0C C3 0F 7E F0 43 95 4A E5 54 4F E4 24 61 96 +AF 67 3C 06 06 06 66 4E E1 82 19 C4 D7 BE BE BE 93 9D 40 78 52 50 2A 95 4E 5A A9 84 53 8E 19 C4 +D7 17 5E 78 F1 FE FB 1F 38 D5 B3 00 00 E0 08 D3 B3 02 8E 1A A5 52 E9 CE 3B EF 3A 6E DD 9D DE 98 +B5 B7 A6 01 C1 E4 88 DC 00 92 24 55 A4 8E 8F BB 56 30 50 04 0C 41 11 38 8E A5 00 39 E7 8C A1 94 +DA 0B 1B 1E 17 F3 EB AC C7 2C 5F 01 00 10 91 21 18 06 47 C6 81 08 19 33 0C C3 10 5C 47 A4 42 BF +16 49 38 46 D2 4A 02 22 20 00 22 A8 FA A1 EB 3A 86 21 92 C9 94 E7 B9 AE 9B 28 95 8A 7D 7D FD 95 +4A 45 A9 99 98 75 75 F8 98 E5 2B 30 44 CB 36 11 80 14 29 45 24 23 6E 58 8E E3 24 12 9E EB 7A BE +EF 0F 0F ED AB 56 2A C1 61 4B 5A FD AA 9F D2 54 5F AA 14 00 90 52 50 A9 D4 AA 55 3F 08 42 A5 72 +4D 4D F9 F6 F6 B6 7C 3E BF 65 CB 96 E1 E1 91 59 CA 1E 02 33 48 7F 3D 28 38 E7 A6 C9 A5 94 51 1C +07 61 18 04 61 18 93 EF FB E3 E3 C5 6A B5 A6 94 CA E5 72 5D F3 BB D3 D9 9C 69 70 7C 25 21 8B 93 +BA E9 14 F5 94 88 94 52 88 64 DB 86 96 AC 3A 4B AB 52 A9 F5 F7 0F 6C DD BA 75 68 68 68 CE 9C 39 +E7 9E 7B 6E 3A 95 38 8C 48 EC 54 EC DA B5 EB E7 3F FF C5 91 5E 75 26 62 56 BE 52 2C 21 8E 0F A8 +EE 46 04 BE 1F 0C 0E EE 1B 19 29 A4 D3 A9 8E 8E 8E 39 73 3A 0D C1 47 86 86 6B E1 A1 B2 BC 09 80 +00 A6 C8 47 C6 58 32 99 68 6F 6B 6F CA 65 D2 D9 8C 10 46 10 F8 85 C2 E8 8E 1D 3B 46 47 46 A2 48 +0E 0E EE AB 55 CA 41 E0 B7 B6 B6 B5 B5 B5 95 2B D5 28 3A B2 6A 73 BB 77 EF BE E7 9E 7B 5E FB DA +D7 1C D1 55 67 22 66 3A 5F 1B AD 1C 53 B0 54 2A E5 26 12 51 14 95 CB 95 72 B9 E2 FB 41 18 8E 28 +A5 7A 7A 7A 3A E7 CC 95 52 86 43 C3 52 1E 5C FE 21 02 D1 01 64 75 2C A3 A5 AD BD A3 A3 A3 B3 B3 +23 9F 6F 4E A6 92 A9 64 D2 71 1C 00 0A C3 68 EF DE BD 1B D6 AF DF B8 69 D3 D0 D0 F0 58 B1 BC 69 +D3 E6 28 8A 33 D9 5C 3E 3F 3E 38 38 3C 73 5C AA 47 84 99 CE 57 00 20 02 CB 32 DA DA 5A 17 2E E8 +59 B4 78 51 3E DF AA 94 EC EB EB DB B4 69 D3 C6 8D 9B 8A C5 D2 D8 58 71 70 70 B0 AD AD 2D 93 CD +15 4B 95 4A A5 7A D0 7E 84 10 71 3C 91 04 88 88 89 84 DB D3 D3 B3 78 F1 E2 7C 3E 9F C9 64 52 A9 +A4 69 9A 96 65 DB B6 0D 00 96 69 2E 58 D0 73 E9 A5 97 AE 59 B3 E6 81 07 1E D8 BE 7D 47 AD E6 F7 +F5 F5 CF 9D C3 52 A9 74 B9 5C 29 95 66 4A C8 EA 88 30 CB 57 B0 6D 73 E9 D2 25 2B 56 AC E8 E9 E9 +6E 6E 6E CE E5 9A 38 E7 E3 E3 E3 0B 16 2C 68 6F 6F 5F B3 E6 B9 BE BE BE DD BB F7 16 8B A5 44 C2 +15 82 69 39 3A 05 88 10 47 F1 E4 69 6C 6A CA 9D 73 CE D2 C5 8B 17 E7 72 B9 44 22 61 DB B6 EB 3A +B6 ED 18 86 61 59 96 10 DC 75 1C DB B6 19 63 2D CD 79 C7 71 7E F4 A3 1F 6F DF BE 7D 7C 6C D4 AF +55 1C C7 35 84 10 82 4F D1 52 66 01 B3 7C E5 9C F5 F4 74 5F 76 D9 65 F3 E7 CF 6F 6A 6A CA E5 B2 +99 74 C6 30 8C 5C 36 93 C9 A4 4C D3 48 A7 33 4F 3E F9 E4 F6 ED 3B 0A 85 31 3F F0 C5 44 2D C1 A9 +84 15 08 12 80 08 10 B1 A9 29 7B FE F9 E7 2F 5C B8 A0 B9 B9 D9 75 DD 4C 3A 6D DA B6 21 84 69 9A +AE E3 18 86 00 80 54 3A 63 18 06 11 09 21 2E BE F8 A2 52 A9 FC D0 43 0F F4 F7 F5 57 6B 61 10 84 +89 64 C2 B6 CD 72 F9 F8 17 A1 3F D3 31 A3 F9 4A 44 A9 54 72 F9 F2 F3 DB DA DA 13 09 2F 9D 4E 65 +32 19 C7 71 01 20 0C 94 E7 26 5A 5A 5A 95 52 88 40 24 77 EF DA 15 85 21 08 C1 11 E2 69 F2 55 4E +F8 56 C9 B2 CC 85 0B 17 2C 58 D0 D3 D6 D6 DA D2 D2 9A 4A 26 1D D7 B1 2D 9B 73 CE 85 30 84 60 9C +71 2E 2C CB B4 2C BB 5A AD D6 6A 3E 10 74 77 CF 3F FF 82 0B C6 C7 C7 C3 70 5C 2A 88 82 00 D9 8C +FE D3 BC 1C 66 F4 4D E1 9C 77 75 CD 9F 33 A7 33 99 F4 92 89 A4 6D D9 42 18 7A AD 1F 01 71 C1 93 +C9 44 AD 96 59 B2 64 71 A5 52 1E 2D 8C 8E 8E 8D FB 41 74 50 AF 96 36 B3 18 63 AD AD 2D DD DD F3 +9B 9A 9A 5A 5A 5A E7 74 76 34 E5 9B 93 C9 84 61 18 86 61 0A 21 84 10 52 4A C6 18 11 49 29 95 92 +D5 0A 23 20 21 44 4F 77 CF EE 5D BB 5E 2C AE 53 B1 F4 83 08 F0 C8 96 9B 87 61 78 3C 6E C9 E9 8E +99 CB 57 22 F2 3C A7 B3 B3 3D 99 4C A5 D2 69 D7 F3 92 A9 64 36 9B 4D 24 3C C3 30 88 40 29 39 77 +EE DC D1 D1 D1 C2 C8 88 10 62 F3 4B 9B 0A 85 02 01 3B 84 77 D4 34 C4 D2 A5 4B 17 2D 5A D2 D3 D3 +D3 DD DD DD D9 D9 91 4E 67 4C D3 34 0C 21 04 07 40 C6 B4 FA 4B 4A A9 30 8C 5B 5A 9A 47 9B F2 8E +E3 04 41 58 28 14 BA BA E6 EF D8 B1 73 64 64 54 C1 C1 74 E4 43 E2 DF FE ED DF 57 AD 5A F5 9E F7 +BC FB D8 EE CA E9 8E 99 CB 57 06 94 CF 65 3B 3B E7 74 74 B4 2D E8 EE 69 6D 6B 6B 6E CE 27 12 09 +D3 34 74 91 15 00 88 A2 B8 AB AB 2B 08 82 EE 9E 9E 1D 3B 76 BC B4 79 5B AD E6 1F A4 82 C5 24 52 +49 F7 DC 73 CF B9 F0 82 F3 17 2D 5E 3C 77 EE 5C CF 73 75 63 44 04 C0 28 8A 0A 85 91 30 8C 52 A9 +64 22 91 70 1C 4B 4A D9 DC 9C 4F A7 53 E9 4C 16 11 C3 30 DC DE BB 6D 6C 74 EC 28 22 5C 52 CA 99 +90 05 3B 73 F9 4A 00 E9 74 BA BB BB 6B F9 B2 E5 3D 0B 7A D2 E9 34 22 16 8B C5 30 0C 39 17 D9 6C +86 73 A6 6D 23 D7 75 BA BB BB AF B9 E6 35 0F 3E F0 E0 B6 DE ED 88 53 6B 5A 69 20 42 BE A5 7D E9 +D2 73 E6 77 77 77 76 76 7A 9E 57 27 76 14 C5 DB B6 6D FB D9 CF 1E 5B FB DC 9A F1 62 A9 6B FE FC +95 2B 57 5E 73 CD D5 4D 4D 39 00 70 1C 7B C9 92 45 A9 54 32 95 4A F5 F6 F6 BE B4 65 5B B5 52 3D +C4 53 31 93 31 73 F9 CA 85 C8 E5 5B 7A 7A 16 CD EF EE CE E5 72 61 18 FE FA D7 4F 3C F8 E0 03 7D +7D 7D 9E E7 5D 7C F1 C5 37 DC 70 7D 77 F7 7C 5D E8 4A 08 7E E1 85 17 2C 59 B2 78 FB 8E 9D 8D 9D +20 00 67 A0 97 61 21 62 73 73 73 26 93 B1 6D 87 73 0E 40 3A 95 40 4A F9 E4 93 4F FE D3 3F FD D3 +2F 7E F1 AB 72 A9 64 59 66 2A 9D 79 EC B1 C7 D6 AC 59 F3 9E F7 BC 6B E1 C2 85 DA 65 DB D6 D6 B6 +62 C5 C5 1B 37 6E 5C BD FA C9 EA CB B8 78 67 31 43 F9 AA 1D 49 ED ED 6D 8B 16 2D CA E5 32 88 F0 +F8 E3 4F 7C E2 13 9F 58 B7 6E 9D 61 88 E6 E6 E6 A7 9F 7E FA B9 E7 D6 DC 76 DB 6D CB 96 9D A7 45 +5D 6B 6B EB B9 CB CE FF E5 AF 1E F7 FD 00 11 35 C9 4C CB 40 00 19 44 04 00 80 9E E7 69 A3 CA 34 +4D 7D 15 11 AC 5D FB E2 17 BF F8 FF FD EC 67 8F 85 61 94 48 24 56 AE 7C 55 77 77 F7 EE DD 7B EF +BB EF BE E1 E1 E1 3F FF F3 3F 5F B2 64 31 63 88 08 2D 2D 2D 97 5E 7A 49 67 67 7B 5F DF 8C 2E F2 +7A 08 CC A8 7C 17 D6 F8 7C 5A 96 D5 D5 D5 D5 D2 D2 4C 04 7B F6 EC BD EB AE BB D6 AC 79 4E C5 F1 +92 C5 8B 6F BC F1 C6 E5 CB 97 AF 5D FB C2 77 BF 7B E7 9E 3D 7D 00 40 44 B6 6D 9D 7B CE D2 54 C2 +B5 6D D3 32 05 67 40 00 8C 71 C6 26 6A 0D 32 04 CB 32 85 10 8D E5 07 F7 ED 1B BA FB 07 3F 78 EC +B1 C7 A2 28 66 0C 39 2A CE 79 57 57 D7 6B 5E 73 D5 45 17 5D F4 C4 EA D5 77 DF 7D F7 F0 F0 88 36 +AE 84 10 F3 E7 77 B5 B5 B5 71 3E AB 0C 1C 1C 33 8A AF 1E 40 7E B2 18 05 19 86 99 4E A7 39 E7 9C +B3 2D 5B B6 3C F9 E4 6F 00 40 12 04 61 90 4A 25 17 2D 5A 34 67 CE 9C FB EE BB EF D1 47 1F 0D C3 +08 00 18 63 CD CD CD A6 ED 00 91 30 0C C3 B4 6C CB 4C 26 13 8E EB 01 20 90 62 0C 6C 7B 7F F9 4B +1D 06 5B B3 E6 B9 FF FE C9 7D 41 10 69 93 AB 5C 0D D6 AE 5D FB F4 D3 CF 04 41 B8 78 F1 E2 96 7C +D3 4F FE FB BF 5F 78 E1 85 C9 1A 2D D4 D4 94 EF EA 9A 9F 48 24 66 D5 D7 83 62 46 F1 35 04 38 60 +37 78 C6 38 11 55 AB B5 DF FC E6 37 C3 C3 C3 FA 0D BE 67 4F FF BA 75 EB 89 28 9F CF C7 71 7C FF +FD F7 EB DD 63 E2 58 9A A6 E9 79 AE 69 08 D7 75 52 A9 44 67 67 47 77 77 CF E2 C5 8B 96 2E 5D D2 +D2 D2 8C C8 94 94 08 75 A2 61 B1 58 FC F9 CF 1F DB BD 7B 77 5D DC 12 D1 E0 E0 D0 EF 7E F7 CC B6 +6D BD D5 6A 35 D7 94 EB EF EF 5B BB 76 AD EF FB 5A C7 48 24 12 0B 17 2E 74 5D 77 46 56 CB 7C 65 +CC 28 FD D5 07 28 4D A6 53 83 10 DC 34 0D C6 98 94 72 ED DA 17 A3 68 C2 3F 5F 2A 95 B6 6D DB 96 +C9 64 6C DB 6E 6E CE F7 F6 6E DB BD 7B 57 6B 6B 0B 00 E8 72 D8 DC 30 88 48 7F 56 4A 79 5E C2 B6 +9D 64 2A 3D 32 BC 4F 2A 15 37 6C 3C 3B 3C 5C F8 ED 6F 9F 56 4A 35 1A FB A6 69 04 41 B0 61 C3 FA +4A A5 4C 84 86 69 6D DC B8 71 74 74 BC BD DD 06 00 A5 54 47 47 87 69 9A 75 9F DA 2C 1A 31 83 F8 +6A 9A 96 69 5A F5 38 10 11 11 29 C6 58 1C CB B1 B1 B1 FD 8B 02 88 06 07 06 B6 6D DB B6 68 D1 C2 +44 22 B9 79 F3 96 0D 1B 36 5C 72 C9 25 52 CA 6A B5 E6 FB 41 10 84 61 18 81 52 95 72 65 68 68 C8 +30 0C C7 71 3C CF 2B 57 AA DB B6 F5 F6 F7 F7 2D 5D BA 34 8E 63 21 78 A5 52 1E 18 18 A8 D3 4E EF +14 87 88 52 C6 5B B6 6C E9 EB EB 6B 6F 6F B7 2C 6B 70 70 B0 EE 3A 25 22 6D B4 9D FC FB 73 46 60 +06 DD 97 D7 BE F6 35 7F F1 17 1F FF CC 67 3E AB 0F 95 A2 30 8C 82 20 30 0C C3 71 6C C7 31 03 3F +8C 15 11 80 5F 2D 17 0A 23 43 43 99 E1 E1 91 6A B5 BA 67 CF 5E A5 48 4A B9 75 EB 96 D2 F8 78 B5 +E2 C3 A4 7F 40 43 08 9E 4A 25 A3 28 2C 97 CB 3F FB D9 63 8B 17 2F C9 E5 72 A6 69 48 19 2B B5 5F +DC 2A A5 74 4D 42 00 20 A2 4A A5 EA FB B5 5A 4D 6F 6E 18 02 00 22 48 29 EB 9B 1A CC 62 3A 66 10 +5F 01 20 91 48 D4 3F EB D2 40 44 64 9A 46 47 47 07 E7 9C 70 22 F1 2A 92 AA 50 18 CD 64 0A 51 14 +10 51 14 45 51 24 B7 F5 6E FF E9 CF 1E AB D4 AA A6 01 96 41 A6 00 02 24 05 31 A1 54 52 46 25 19 +51 10 51 EF F6 ED 3B 77 EE 58 B2 64 09 91 16 E1 07 E8 A1 8D 6B B3 A4 54 A3 A3 45 A5 14 E7 CC 30 +F4 C6 85 DA 05 36 AB 09 BC 2C 66 16 5F EB 40 C4 28 0A 4B A5 62 18 86 4A B9 F3 BB BA C2 30 AA AF +35 88 62 2A 14 46 65 FC 52 18 46 4A 11 00 8D 8D 0E FD EC A1 7B CA 03 BF BB FA BC 68 4E 0B 4B 27 +30 61 83 04 0C 62 C5 41 54 82 B8 1A A9 F1 71 E8 DD CB 54 30 B4 F6 85 75 2B 56 5C 92 CD 66 12 89 +A4 6D 3B AF 34 17 6A 6A CA 7B 9E AB 0F 94 52 D5 6A 65 76 71 C1 CB 61 86 F2 15 00 7C DF 1F 1A 1A +F2 7D 5F 08 B1 FC FC E5 AE E7 F9 C1 58 FD 5B 29 D5 68 61 9C 10 2C DB A9 55 8B 2F AE FE 21 1B F8 +E1 FB 5E 5B E8 9A CF F2 4D 9C 33 E2 0A 09 A9 A6 98 67 00 49 21 15 55 03 D8 3D 44 2F ED DE 37 32 +FA D3 A7 1E 6F CD E5 DE 91 48 24 96 2E 5D BA 69 D3 4B 87 90 97 8C B1 45 8B 16 26 12 09 2D 56 95 +52 E3 E3 C5 20 08 4E CA 3D 38 F3 30 43 F9 AA 93 4B FA FB 07 2A 95 0A 63 6C F9 F2 E5 AB 2E BB EC +A1 87 1E 52 B4 5F 31 55 80 1C A1 33 13 5A 43 3F F4 B7 B3 15 5D A3 1D 79 91 CA 33 8B 63 A8 20 50 +24 24 BA 40 80 40 0A 05 C3 04 51 26 87 CB 16 50 58 DE B6 6B FC CB 1B 56 6F 5F 70 E1 FB AF B9 6A +D5 A3 0F DD 5F 0D D4 41 19 AB 94 3A E7 9C A5 AF 7B DD 6B 53 A9 24 11 49 A9 AA D5 EA F6 ED DB 4B +A5 F2 41 5A CF 62 C6 F2 15 00 94 52 BB 76 ED DE B3 67 CF A2 45 8B 9A 9A F2 EF 7A F7 BB B6 F5 F6 +6E DD BA 2D 8A 62 1D F8 CF B8 70 61 37 BB 61 25 3B AF 73 04 02 94 8C 49 00 43 41 2C 08 10 4C 82 +88 11 11 48 89 FB 86 69 60 80 FC 1A 54 22 EC 99 C3 E6 CF C7 8B DA C6 6B E1 BF 14 5F F8 65 4F 76 +E5 AB 2E 6C 5F FD EC 9E 30 C2 29 EB BC 89 54 36 9B F9 C3 3F FC 1F 17 5D 74 91 3E 23 65 5C 28 8C +6E DC B8 31 8E 23 9D 23 7B 6A 6E CD 69 8C 99 6C 87 E2 C0 C0 60 6F 6F 6F B9 5C E6 9C 5F 7B ED 6B +DF F6 B6 3F 74 5D 57 29 C5 10 16 B6 E3 1F 5D C9 DE F7 7A 7E FE 3C AC 49 3E 5A 44 C7 26 37 81 88 +48 00 8A 81 34 01 4D 86 1C 11 C9 74 C8 70 21 24 18 19 55 BB F7 C9 52 19 81 B3 84 1B B7 A7 77 9D +97 F9 E1 9F DD 3C F8 9E 1B F9 F9 DD E8 5A A0 14 28 A5 F3 5F 65 2E 97 7D EF 7B DF FD BE F7 BE 27 +99 4C 6A 6A 06 41 B8 69 D3 A6 4D 9B 5E 2A 16 CB 47 41 D6 B5 6B D7 16 0A 85 13 70 A3 4E 23 CC 5C +F9 8A C8 8A E3 A3 1B D6 AF 1F 1E 1E 4E A5 92 E9 74 E6 7D EF 7B FF D8 D8 F8 DD 3F F8 41 BB 3B FA +96 CB F8 B9 5D 2C 95 04 D7 52 4E 16 5C 0B DA 9A 99 67 22 23 00 09 8C 83 04 64 40 28 10 01 D3 69 +C8 A4 54 6D 1E 1B 1D 89 2D 1B 12 29 12 2E 08 99 8C 65 2D 99 92 57 5D C2 2F 3C 57 AC 7B 49 3E BD +56 FE 66 03 6C EF 57 C5 30 31 AF 7B D1 DB FE F0 0F DE F1 F6 B7 B7 B5 B7 6B 6A 56 AB 7E A1 30 FA +F4 D3 4F 6F DF BE FD E8 FC 03 77 DF FD 2F 6F 7B DB DB AE BD F6 B5 C7 FB 56 9D 46 98 C9 7C 05 DF +0F D7 AD 5B BF 7B F7 EE B6 B6 36 CB B2 DA DA 5B 3F FC 67 EF 6B 31 F6 8A 7D F7 2F 6C 8D BC 04 25 +92 90 4D 82 9B 00 C3 41 0B 11 88 22 D1 B0 7D 9B 40 13 81 4C DD 9D EB 81 CC 35 A7 39 37 0C 43 30 +A3 24 64 1A 64 28 15 61 48 19 87 AE 78 35 5E 72 AE B8 A1 9F 7A 77 B3 6D 7D 98 99 B7 F8 B5 D7 BD +3E D7 94 D3 CC D4 DB 71 6D DA B4 E9 17 BF F8 65 A9 54 9E F5 BF BE 1C 66 2E 5F 01 00 90 6D D9 BA +75 ED DA B5 6D 6D ED 8C 09 DB 12 63 BB 9F 3D 37 F5 22 33 95 69 32 CF 81 64 02 DC 04 3A 36 E3 88 +92 13 10 10 00 2A 20 06 80 10 2B 30 2D 10 26 03 20 42 07 C0 E6 9C 0B C1 18 73 18 66 94 F2 19 35 +73 40 70 7D 45 63 4C 2A 53 A8 65 1E 76 CF A3 15 C5 A0 52 7A AC B4 66 68 CD D6 57 19 4D 2B 72 6D +8B 18 E7 A3 63 C5 47 1F 7D 64 ED DA 17 66 9D AF 87 C0 4C E3 AB 01 20 F4 FE 56 00 80 08 E3 E3 C5 +07 1F 7C F0 DC 73 CF 4D A5 92 C5 1D 8F EE FD ED 57 8C A8 DF B6 C1 74 D0 F6 C8 70 00 6C 04 04 C9 +88 21 12 12 28 20 01 0A 80 71 E0 1C 98 C1 00 01 99 E0 02 11 05 1A 9C 94 02 11 23 64 99 B2 48 09 +84 71 60 01 27 00 09 92 90 99 2C 19 A2 6D C5 81 55 2C 45 AB E3 D2 53 C5 A1 D4 D6 B5 9D E3 BE D8 +35 1C AE 7D 7C 2B C3 18 90 4D 5F 2F 3E 0B 8D 99 C6 57 1B C0 02 88 EA 59 2F 44 B4 71 E3 A6 E7 9E +F9 25 8E 3E 11 EE BC CF 93 7B 4D 0B 3D 0B 6C 9B 6C 13 6D 06 96 02 E0 80 04 44 A4 18 80 01 80 00 +08 08 A0 14 70 00 40 20 30 88 08 B9 04 E0 8C 31 24 17 D1 23 94 C8 7D 52 35 84 31 BD D4 00 05 20 +33 80 84 10 15 C3 E0 16 03 15 AB 5C 75 B4 B3 5A A8 14 59 87 A3 D2 97 2B 46 F0 E4 06 5E F3 E5 2C +65 0F 8A 99 C6 D7 12 40 05 F6 A7 FC 01 11 D8 AC 3A BA EE EE 91 6A 39 9F E0 96 C5 1C 4B 09 13 B8 +40 D3 04 C6 20 24 B2 00 51 01 20 A0 02 42 90 0C 51 00 30 34 18 21 02 22 72 23 04 74 91 9B 00 8C +93 07 C0 00 01 88 80 C6 80 57 81 98 96 E8 4C 20 60 04 66 C4 40 20 A0 A5 24 72 54 7E AC FC 54 B2 +C9 4D 8F 0F 75 34 81 6B 46 32 C4 A7 B6 70 3F 38 05 DB 87 9F FE 98 69 7C 3D 00 44 D0 9A C5 37 2E +97 17 CD AD E4 6C 26 18 98 82 6C 81 82 93 61 00 17 40 06 0A 81 08 40 0C 48 9B 40 08 C4 80 08 0C +A6 6B 67 32 02 0F A0 0A 40 A0 3C 44 0B B8 0B 24 01 08 A1 02 10 23 D4 00 19 70 63 62 7D 36 22 20 +30 25 81 14 00 00 43 E6 9A CC 24 52 4D DC 32 1D B7 F6 EA 65 85 BE 42 BC 7B 84 7A 07 8E A2 AE E6 +D9 8F 99 6B 87 12 41 C2 86 6B 97 C3 55 CB 44 36 C5 0C 01 A6 20 C1 81 19 64 59 28 04 32 00 93 81 +81 40 02 18 01 43 00 0E 80 C0 19 70 06 80 80 1C 01 89 F1 10 C0 46 EE 01 03 24 13 80 01 5A 00 03 +80 DB 80 0D 03 11 10 01 02 80 02 44 50 31 28 05 28 80 71 00 02 29 49 CA 48 F9 32 AE A2 93 37 92 +56 22 2F 97 CC 87 79 79 3A BA 4D 61 C7 C6 C6 5E B9 D1 99 8C 99 C5 D7 B6 B6 B6 64 32 A9 3F 73 06 +F3 5B 70 F9 3C CC 24 C8 60 64 1A 68 0A 12 06 71 03 84 89 A6 01 5C BF 7B 68 42 0D 50 08 00 40 02 +25 00 63 13 3A 05 22 12 D9 00 82 91 C9 E4 72 64 09 00 04 88 40 11 00 01 46 20 E3 89 7F 80 20 23 +60 7C 82 A9 4A 12 61 B5 8A BB 7B 55 EF 26 B9 6B C7 9E 6A 69 2F 51 28 62 60 04 C2 E0 E2 A8 FE 32 +1F F9 C8 6D 3B 77 EE 7C E5 76 67 2C 66 16 5F DF F6 B6 3F 7C F3 9B 6F 01 00 00 4C BA 6C 45 0F B4 +E7 91 23 31 06 9C 83 E0 60 70 B4 0C 34 04 70 01 C8 51 32 40 44 64 C0 00 81 00 98 7E B7 23 70 44 +86 00 80 CC E6 1C 91 65 91 E5 98 D1 0F 50 05 55 06 DA 01 6C 37 40 08 80 20 0C E0 02 90 4D EC 5E +A0 14 C8 08 64 A8 22 55 1A 55 2F 6D 8C 7E FB 3B F9 E2 F3 6A 70 47 18 0C 16 FC D2 50 A5 02 43 63 +54 28 63 24 8F 46 C0 96 CB 65 29 CF E6 AA 86 33 55 7F 45 48 79 C6 9C A6 28 21 00 09 10 41 70 65 +08 B0 CC FD CE 4F 02 B0 90 91 76 BB 32 BD BA 16 09 41 86 C4 4C 04 06 C8 19 A0 20 70 41 59 C0 0C +92 11 80 22 E8 47 D5 0F DC 00 00 90 F1 44 C6 80 8C 41 18 40 0A 88 94 54 32 82 9D 3B E2 BE 7E 35 +56 24 43 19 4D 69 CA 39 E4 57 43 19 E1 58 09 0B E3 38 52 9C 5A A4 7B 16 1A 33 4B BE D6 41 04 AE +49 69 17 81 B1 89 6A 41 00 8C 23 70 42 03 98 00 C6 C0 E0 08 40 48 C0 11 15 27 00 D0 3B BF 9A 0E +EA C7 9C 31 64 DC 64 98 43 70 48 C5 00 0A 70 17 C0 E8 C4 2E 30 44 30 91 00 4E 80 0C 64 0C 44 24 +55 61 04 9E 7D 46 BD B8 5E C6 A3 D4 6E E1 A2 56 35 2F AF 6C 13 54 4C 61 4C 11 51 D1 27 19 45 47 +E7 CF 0A 82 E0 F6 DB 3F 75 16 A7 23 CE 54 F9 0A 80 8C 84 20 04 40 04 C6 D1 34 C1 32 18 07 40 46 +0C 01 10 39 43 12 C4 14 A2 4E 9E B6 90 03 21 A1 92 C4 0C 06 00 04 29 04 0F 51 72 23 45 2A 04 DA +8E 34 02 93 2B B3 01 19 28 39 41 5C 00 00 08 02 B6 67 57 B4 6E BD 94 35 D6 91 C2 B4 0D 9C A3 61 +02 E3 88 08 2A 22 00 32 00 88 30 22 01 10 1D C5 8F 22 A2 27 9E 58 AD 77 EF 38 3E B7 E9 34 C3 0C +95 AF 40 E4 FB D1 B8 CF 02 89 CC 44 66 82 30 88 99 8A 09 25 26 15 02 62 C4 09 89 91 34 09 04 20 +11 72 04 36 51 67 88 1B 4C 29 8E 90 44 F0 94 2C 21 6D 45 2C 00 17 A0 08 18 07 29 41 46 04 9C 08 +08 50 29 18 19 A1 B5 4F C7 6B 7E 0B 66 0D 17 67 A9 C9 03 43 A0 C5 B9 10 04 40 2A 22 00 20 89 5C +12 67 71 3D 02 37 6D D6 AF 2C 74 FB FA FA 3E FC E1 3F 3F 7E 77 EA F4 C2 CC 95 AF C3 25 F6 E4 16 +1C AB 50 7B 06 E6 74 52 3A 8D DC 44 61 00 E3 20 04 72 0E 9C 26 4A 0B 22 80 62 04 06 12 02 33 18 +29 42 40 40 40 06 C4 CA 44 21 60 81 A8 86 44 40 0A 10 48 29 50 A8 88 14 2A 20 16 D5 68 EF 6E DA +B4 39 AA 0C 53 67 86 67 D3 60 9B 60 08 9D 26 20 75 49 6E 40 82 98 11 61 C5 57 7D 43 38 5E 56 13 +DA 44 03 0C 83 0B 61 48 29 75 FD 8E 43 E0 2C 2E 54 38 43 F9 8A 08 65 9F 9E DA 04 A5 71 D5 95 57 +23 25 16 4A 5C B6 00 1D 1B 84 20 C3 40 C1 10 88 88 21 72 20 06 0A 10 24 80 00 40 E0 B6 AE E5 06 +9C D7 18 C4 04 B1 60 3E C8 18 98 00 15 13 B2 58 82 8A 88 08 49 A9 7D FD D4 BB 4D 0D ED 55 36 C7 +45 CD CC 73 C9 34 10 50 C7 0E 00 39 82 02 8A 09 24 8F 63 53 4A 7F C3 2E B5 A6 97 05 31 21 1E 20 +4A 85 E0 DD DD F3 17 2F 5E 5C 2E 57 36 6C D8 50 18 1E 8E 5F 7E 89 D7 E6 CD 5B EE BD F7 BE 9B 6F +7E D3 09 BD 87 A7 04 33 94 AF 00 00 44 E5 4A 3C 38 8E F3 9B 20 28 AB 0D 1B 60 74 9C 5E B5 8C B5 +B5 82 05 A0 10 A4 00 13 41 01 01 81 E0 18 9B 08 46 8A 98 40 56 93 D2 63 54 E3 DC 07 F2 19 03 D0 +0B 15 55 2C 15 CA 48 49 85 32 A4 D1 7D B0 6E 9D DC BE 53 A5 0D 68 CD 42 73 0A 1C 87 0C 2E 18 D7 +99 06 93 5B 75 11 44 01 54 6A 8A 61 54 28 C3 CF 5E 30 36 ED 95 D3 B7 38 24 22 C7 71 17 2E 5C 64 +9A 66 4B 4B F3 F3 CF 3D DF 3F 30 F8 72 CB 66 06 06 06 7E FE F3 9F CF F2 F5 EC 03 0D 96 78 7F 11 +5A 53 11 29 E8 DF 43 BF 89 D4 F9 CB CD C5 F3 21 C5 88 01 10 03 86 18 19 00 48 C0 93 DC 4C 91 62 +80 36 17 06 42 4C 32 20 6D 56 11 92 42 15 53 14 AA 5A 89 86 0B B0 A3 57 6D DA AC 40 41 67 52 75 +36 F3 4C 9A 0C 01 26 E7 4C 48 00 00 04 C6 11 00 64 04 71 2C 8B 15 5E AE 31 21 AC DE B1 B9 3B C7 +2B C8 06 11 E3 29 AA 2A 11 94 4A C5 B1 B1 B1 39 73 E6 F4 F4 2C 68 6A CA 6F DB B6 6D FD FA F5 95 +4A C5 AF 1E 64 AF D0 72 B9 1C 45 D1 E4 32 F1 B3 07 33 9C AF A0 08 B7 8F A7 DA 3B A0 27 A7 44 54 +1A 2B C4 BF 79 46 8E 15 61 D1 7C 6C 49 31 D7 26 E5 A2 21 88 59 18 03 49 49 86 48 28 55 60 3C 40 +92 40 84 04 32 04 DF 57 A5 82 2A 97 D4 9E 01 39 BC 97 ED 1E 00 08 55 7B 0E 3A 72 90 49 A2 ED 28 +CE 41 20 47 21 75 90 8C 31 8C 63 92 01 F7 23 A3 12 32 5F F5 50 B6 BD 6C CD CF CF 59 78 A5 D9 37 +54 FC D1 CE 9D BB A6 6C 66 84 08 B5 5A AD AF AF 2F 9F CF 5B 96 D5 DC DC 92 4C 26 BA BA BA 0A 85 +D1 8D 1B D7 EF D8 B1 AB 5A 3D 60 33 99 7F F9 97 7F 5D B5 6A D5 7B DF FB 9E 93 79 33 4F 02 66 34 +5F 11 01 48 D5 42 E5 7B AF 9E B3 7C 5E D0 F7 78 69 60 73 14 CA 35 CF E3 F6 1D AC B3 35 EE C8 63 +A6 8D 79 29 10 36 71 56 32 04 04 BC 1C C4 E3 32 94 51 04 24 B1 5A C6 42 41 ED 1B 52 71 19 FC AA +0A 24 4F 70 75 4E 2B BA 0E F3 1C F0 2C 12 1C 90 13 00 44 24 41 A2 44 20 82 D8 27 19 A9 30 4A 90 +D7 4A F9 95 56 F2 55 68 E5 2D E1 A5 29 5A 99 9A BB 67 CF EE 42 A1 30 3A 3A DE 38 55 22 A8 56 6B +7B F6 EC 99 33 67 4E 47 47 07 00 B9 6E C2 B6 DD B6 B6 B6 64 32 51 2A 95 2B 95 3D 53 12 BD 1F 7F +FC F1 9B 6F 7E 53 3E 9F 3F A9 F7 F4 04 63 46 F3 95 23 28 29 A5 94 73 E6 76 77 2C 7E 4D DC 3A 6F +EF 73 DF 8D C6 76 31 80 51 9F D6 BD 44 DB 77 52 2E 47 4E 8A 6C 0B 91 31 01 05 E4 50 AA 51 24 19 +C4 92 14 17 92 07 55 02 80 AC 07 99 0C 9A 26 38 26 9A 06 98 86 12 88 C8 89 11 02 31 09 0A 11 C2 +88 E2 08 C2 18 6A A1 83 56 1B 66 AF E2 AD CB 79 A2 9B 44 5A C5 11 90 52 68 A4 53 EA AA 2B AF DA +B0 61 D3 D8 D8 8B 8D AF 78 A5 54 B1 58 96 72 57 73 73 73 73 73 8B 65 59 00 A0 94 E4 9C 37 35 E5 +DB DB 3B 0A 85 42 AD 16 34 16 DA F8 F7 7F FF 8F 77 BF FB DD 57 5F 7D D5 C9 BF B1 27 0E 33 9A AF +52 01 67 90 C9 64 97 2F 5F 9E 48 24 21 71 11 D2 BB FA 9E FB 96 E9 0F 25 13 8C 21 E3 48 31 A2 A1 +C8 31 81 0C 19 57 51 2A E5 58 CC 8E D1 32 B9 81 CC E2 C0 9B D1 16 24 04 20 21 29 E2 0C 18 03 04 +14 8C 49 A9 14 20 12 48 05 A1 84 50 A2 8C 31 62 19 C8 BE CA 68 7F 9D 91 59 C4 CC 94 61 88 38 8E +24 F1 38 26 00 62 5C CC 9D 37 B7 B3 B3 63 DD BA F5 53 32 01 88 C8 F7 83 DD BB 77 2F 5A B4 A8 A3 +A3 53 D7 D7 40 64 A6 69 2E 5B B6 8C 31 DC B0 7E 5D A9 54 A1 86 EC DE 7F F8 87 4F 9F 77 DE BF 9E +4D 22 76 46 F3 95 31 B0 2C 33 97 CD B6 B6 34 33 C4 58 82 D7 B6 22 B7 E8 96 B1 8D FF 69 44 45 14 +8C 31 B2 19 A4 6D D1 D4 0C B9 56 CE 14 01 71 52 14 86 A0 22 2E CB 8A 4B 94 24 11 01 94 5E 68 40 +24 11 91 94 C4 58 12 30 52 12 62 45 51 C4 6B A1 8A A4 01 89 05 A2 F3 46 FF EB 12 33 00 00 20 00 +49 44 41 54 91 7F 35 0A 8F B8 30 4D C1 18 63 CC 24 C3 08 82 20 8E 42 52 CA 34 8C 7C 53 13 E7 5C +A9 A9 56 14 22 94 8A C5 4D 9B 36 A5 D3 69 CF 4B 28 A5 18 53 88 90 CF 37 CD 9B 37 6F EB 96 AD 8A +2A 8D 4A C1 9A 35 6B 76 EC D8 71 36 F1 75 A6 C6 B7 00 00 00 19 77 13 49 C7 75 C3 28 22 00 CE 39 +22 6F 5E 70 7D 66 C1 CD 11 4F 87 BE F4 03 AA 05 50 F2 A9 5A A4 A8 84 04 0C 81 09 8E 06 80 19 4B +47 00 32 65 72 6E A2 10 4C 08 E4 20 91 24 C4 11 46 31 F8 21 55 6B E8 87 50 F4 A1 14 66 7D D5 04 +CD 57 1A 0B DE 23 DA AE 41 91 20 52 00 10 45 91 7E 83 73 CE 11 91 71 AE 8B C5 76 F7 74 27 13 AE +31 2D A7 50 49 59 1C 1B DD B2 65 73 A1 50 20 52 A6 69 2A A5 AA D5 EA 8E 1D 3B 76 EC D8 19 85 C1 +94 AC D9 5A AD F6 C7 7F FC AE 67 9F 7D F6 64 DD D1 13 8E 99 25 5F 37 6E DC B8 69 D3 4B FB 8F 89 +84 E0 44 54 8F 18 21 22 33 9C 96 C5 6F E0 20 8B DB 1E 50 C1 B8 52 18 96 65 51 70 8B 51 3A A1 4C +4E B1 60 14 82 8C 11 24 82 C4 98 24 12 8B A5 52 04 4A 81 24 F0 43 8A 25 00 81 24 C6 18 0B 50 60 +32 C7 B2 D7 18 F9 57 0B A7 19 64 0D 98 29 25 02 84 A4 24 63 CC 34 4D C3 30 10 21 0C 23 04 88 A2 +68 E9 92 25 8B 16 2D 7C 6E CD 9A 29 7B 2B 4B 05 52 51 B5 52 1D 1C 1C 4C A7 D3 A6 69 4A 29 4B A5 +D2 9E 3D 7B B6 6D DB 56 AA D4 1A 95 01 8D 1D 3B 76 7C F2 93 7F FF C0 03 F7 9F F0 9B 7B 52 30 B3 +F8 FA C8 23 8F 3E F3 CC 33 0D 27 26 F6 32 90 F1 FE 78 7D 2C A5 E1 34 E7 16 5F CF 19 8D 6C 79 30 +F0 CB 14 02 2B 2A A6 30 AC 92 6D 92 C5 75 95 4C 44 26 51 61 AC 40 91 52 8A 82 08 C3 88 94 02 A9 +20 8E 81 71 34 04 00 33 58 6A 85 E8 78 A3 C8 5E 80 68 00 45 48 44 04 42 70 2E 84 65 5A B6 E3 B8 +AE 6B 59 96 DE 54 B1 5C 2E 16 8B 45 61 18 AF 7F C3 1B 37 6F DE 12 8D 8D 4F CF 18 F0 FD 60 D3 A6 +4D C3 C3 43 D9 6C 2E 91 48 8E 8E 16 76 EE DC 39 3E 5E 7C B9 AA 86 1B 36 6C FC C9 4F EE BD E5 96 +9B 8F F3 DD 3C 15 98 59 7C 8D A2 03 23 EF 44 32 8A A4 94 38 59 9F 82 73 8E 4A 29 45 60 64 B2 4B +7E 8F 8C F4 BE 97 7E 58 2B 8D 53 AC C2 48 06 21 78 16 18 06 E8 D5 05 88 8C 31 60 A0 FC 10 E2 98 +6A 01 49 A9 C5 21 59 26 1A A6 40 73 0E E5 96 DA 6D AF 83 F4 39 08 00 71 51 31 87 D0 E6 4C 08 21 +1C D7 4D 24 12 89 44 C2 34 4D DB B6 75 7D FA A6 A6 4C A9 54 DE BB B7 7F D9 B2 65 F3 BB 7B 9E 7F +7E ED C4 4A AF C6 5F 11 CB 5D BB 76 EF DA B5 3B 95 4A 66 B3 D9 F1 F1 F1 D1 D1 F1 38 96 2F 57 B7 +60 60 60 E0 17 BF F8 C5 2C 5F CF 24 10 D1 8F 7F FC DF 5F FE F2 57 0E 3C 09 52 4A A5 94 94 31 00 +20 63 40 34 51 5B 85 14 72 23 B7 F0 7A 91 68 1F 58 FF 13 7F 64 73 54 AB F9 81 2C 99 68 9B 34 AD +6F 08 43 8A 95 A6 16 5A 96 E1 7A 1C 53 8B B1 ED F5 BC 79 25 0A 97 08 08 28 56 86 E0 8C 31 34 4C +C3 75 BD 7C 3E 9F 48 24 2C CB 34 4D 83 73 AE EB 13 5A 96 05 80 2D 2D 91 94 F1 55 57 5D B9 E5 A5 +8D 95 4A 4D 4D 7B CB C7 B1 24 82 42 61 7C 6C AC 48 74 90 E4 98 46 20 E2 DD 3F B8 FB CA 2B AE 78 +CB 1F BC E5 78 DC CB 53 89 99 C2 D7 DE DE DE 5B 6F FD 50 B1 58 6C 3C A9 00 C3 58 C6 71 CC 19 37 +4D CB B2 2C A9 94 EF D7 94 94 C0 2D 90 35 40 48 75 BE CA 4C F7 94 77 3D 39 B2 FD 89 6A B1 37 F2 +2B BE AF 00 70 32 9F 1A 01 88 31 C1 98 89 C0 0C 53 5A 5E AB 95 5D 66 B6 B6 59 CD 17 A3 37 1F 80 +01 28 29 25 00 09 C3 14 86 61 DB 8E EB BA 99 4C C6 F3 3C D7 75 4D 73 E2 4F A0 9D 53 BA DE 77 26 +93 91 52 5E 7D F5 D5 4F 3D B9 FA E9 A7 9F 81 69 7C 05 1D EC 00 9A 9E 69 30 1D 9C 73 44 F5 EC B3 +BF BB FE 86 EB 5D D7 3D D6 5B 79 4A 31 23 F8 1A C7 F1 BD F7 DE 37 3D CB 4E 08 CE 18 0A 21 72 4D +B9 E6 96 16 22 E5 FB 01 11 05 81 AF A4 24 EE 28 29 19 80 93 6C 76 CF BD 31 D9 7E 5E A9 EF F9 F1 +D1 9D F1 F8 76 0A 8A A0 18 80 41 58 43 20 C3 CE B8 5E 8A DB F3 EC 64 4A E4 7A AC 6C 0F 73 DA 01 +14 AA 80 80 91 8C 18 77 00 81 0B 61 DB 8E EB 3A E9 74 CA F3 3C CB B2 EA 64 D5 A8 CB 48 DB B6 F2 +F9 FC 05 17 5C 70 CD 6B AF DD BC 65 4B 61 74 FC A0 94 3D 4C 28 25 E3 18 EF B8 E3 8E 1B 6E BC F1 +8A 2B AE 38 EA 7E 4E 07 CC 08 BE D6 6A B5 3B EE F8 FA F4 85 78 24 A5 63 3B D7 5D 77 FD C2 85 8B +93 C9 44 14 45 4A 51 1C C7 71 1C 2B 29 01 80 F3 89 AD 8D 09 85 D3 B4 D8 C9 CE 4F FA 51 54 DE 1D +55 46 20 F6 51 49 C0 1A 00 A1 99 B4 13 39 EE B4 19 76 06 B8 03 00 18 57 09 79 14 45 C2 4A 10 08 +00 B2 2C DB B4 6C CF 75 3D CF 73 1C D7 75 DD FA CE 72 07 85 69 9A 1D 1D ED 6F BA E9 A6 C7 1F 7F +7C F5 EA DF 1C CB CF 57 8A 82 30 32 0D 7E D7 5D 77 2D 5F BE 3C 9D 4E 1F 4B 6F A7 16 67 3F 5F C3 +30 FC BB BF FB E4 E0 E0 E0 F4 AF 08 E0 F2 2B AE F8 E3 3F 79 67 7B 5B 5B 14 C5 B5 5A 4D CA D8 F7 +FD E9 2D 19 63 00 A8 D0 70 5C C3 76 97 2A 45 48 11 50 AC B7 8A 57 C0 B8 E1 01 48 92 13 3A 2C 31 +01 C0 98 E1 21 32 CB 12 42 08 DB B6 4D CB 4A 24 12 8E E3 68 EB 8A 1D B2 C4 00 22 18 86 58 B6 7C +D9 35 D7 5C B3 61 C3 86 72 B9 52 DF 21 EC 28 40 04 5C 18 0F 3D F4 A0 52 74 E7 9D DF 3D 73 F3 B6 +CE FE 78 C1 A7 3F FD 99 EF 7C E7 BB 6A 9A 70 55 4A CD EB EA 7A EB 5B FF A0 6B DE 5C CB B2 F4 2E +42 A6 69 D9 B6 CD 18 36 E6 8E E8 6D 05 94 92 7A D3 2E 20 C5 90 90 19 C8 1D 26 1C 61 26 18 33 41 +45 24 25 00 81 8A 30 AE 00 0A 64 DC B2 2C CB B6 13 C9 64 32 95 4A 24 93 E9 74 DA 75 5D D3 34 6D +DB 3C 34 59 35 88 28 91 F0 DE 7C CB CD CB 96 9D 27 04 67 08 C7 B2 AD 6C 1C 4B C6 D8 0B 2F AC 1D +18 18 38 FA 5E 4E 35 CE 72 BE 0E 0E 0E 6E 5A FF A2 E0 CC 32 79 23 43 88 C8 75 AC EB AE 7B C3 CA +95 97 31 C6 19 43 DB B6 3C 2F E1 79 9E E7 79 AE EB 09 31 29 81 10 D9 A4 56 70 20 08 80 88 54 1C +47 13 3C D6 60 06 09 17 11 0D D3 32 4C D3 75 5D C7 71 12 89 84 E7 79 8E E3 58 96 E5 BA 0E 3F 78 +87 07 1B 83 E8 9C 73 CF BD F1 C6 1B 33 99 34 01 CA 63 58 E4 1D 86 51 14 46 FD FD 7D 7F F1 17 7F +79 F4 BD 9C 6A 9C CD 7C 1D 1C 1C FC 8B 8F 7F EC 57 8F 3F 9E 4C 25 1C CF B3 2D A3 4E 59 CE D8 25 +2B 56 FC FE EF BF A5 A9 A9 69 E2 0C 67 86 C1 2D CB 4A A7 D3 99 4C DA F5 DC 09 11 7B 60 34 81 B1 +57 A6 1A 63 C2 71 3D CF F3 D2 E9 54 32 99 4C 26 93 89 44 22 99 4C 78 9E EB 38 96 10 87 4B 56 0D +DB B6 AE BB EE 8D 17 5F BC C2 75 ED 23 BA 70 3A FC 5A 4D 46 D1 E6 CD 9B 9F 7A EA A9 63 EC EA 54 +E1 AC E5 6B A1 50 B8 ED B6 DB 1E 7A F8 11 D3 B2 74 F4 88 F3 FD 22 B6 A5 B5 E5 7F BC ED 6D CB 97 +9F AF BD 42 FA 24 E7 CC 34 0D D7 75 52 A9 74 3A 9D 36 2D EB 60 25 D7 0E 2D E2 90 73 61 3B 8E E7 +79 AE EB B8 AE 97 4C 26 5D D7 F5 3C 1D C1 12 47 67 E6 2F 5C B8 E8 A6 9B 6E 6A 6E 6E 31 F8 31 15 +DE 8E 15 D4 6A E1 E6 CD 9B 3F F4 A1 3F 3B 30 CE 77 C6 E0 AC E5 EB C0 C0 C0 23 0F 3F 02 4A EA 97 +AF 94 52 2A 42 C6 01 C0 36 F8 E5 97 AF 7A CD 6B 5E E3 79 8E 69 1A 75 0E 31 C6 18 43 CE B9 65 59 +AE EB B9 AE 87 D3 A4 E9 21 76 72 43 44 C3 34 BD 44 22 99 4C 7A 9E A7 49 EF 79 6E 32 E9 E9 8D 95 +11 F1 D0 3E 81 83 22 8A 62 C6 F8 EB 5F FF BA 57 BD EA 12 C3 60 C7 E0 D7 02 00 90 44 52 AA 8D 1B +37 3E F7 DC F3 C7 D4 D1 29 C2 D9 C9 D7 ED DB B7 BF F7 BD EF AF D6 FC 4A 2D 1C 1B 2B 96 4A E5 4A +A5 16 84 51 14 2B 44 5C B0 78 F1 5B DF FA D6 F6 F6 76 21 04 63 6C 4A 64 08 11 6C DB 74 1C 3B 91 +48 38 AE 8B 87 08 1C 35 80 21 3A AE 97 CD 66 B3 D9 6C 3A 9D D6 0A AB E7 39 3A 9F 46 29 75 38 06 +D6 41 21 04 37 4D 31 77 EE 9C 37 BC E1 0D A9 74 F6 50 81 AC 23 C1 A7 3E F5 0F CF 3F 7F E6 51 F6 +2C E4 EB 4B 2F BD F4 CE 77 FE C9 DA B5 6B 01 80 88 82 20 D4 3B 6A 33 86 40 2A 93 49 5D 77 DD 75 +57 5C 71 45 3A 9D 32 8C 83 BB F3 10 D1 30 4C CF F3 12 89 84 10 C6 2B 56 A9 10 86 91 4C 67 D2 E9 +74 26 93 49 24 12 C9 64 32 9B CD 58 96 C9 18 D3 7A C8 E1 1B 58 07 9D 0C 00 08 61 AC B8 E4 D2 73 +96 2E 01 15 1F 17 C2 8E 8C 8C 3C F5 D4 6F E3 F8 0C AB 8A 7C 16 F2 F5 9B DF FC D6 9A 35 6B 1A CF +44 51 AC 94 8A 22 69 18 7C D9 79 E7 DD 74 D3 4D B9 5C EE D0 01 77 CB 32 1D C7 C9 66 B3 F9 E6 66 +D7 F5 0C D3 14 C2 68 74 14 E8 BD 8C 19 E3 B6 ED 64 32 99 74 3A 9D CD 66 35 C5 5D D7 01 00 21 F8 +71 DD 39 83 16 2D 5C B0 EA 8A 2B 6D C7 3D 5E FB C8 FD D5 5F FD F5 9D 77 DE 75 66 ED 55 7B B6 F1 +F5 89 27 9E 78 EC B1 9F 1F F4 2B A5 54 26 DB 74 FD 0D 37 9E 7B EE B9 53 02 A1 D3 C1 18 26 12 6E +3A 9D 6E 69 69 E9 9C 33 A7 B5 B5 35 93 CD BA AE 67 3B AE FE 97 48 A6 52 E9 4C AE A9 A9 B9 A5 B9 +B5 B5 35 9B CD 66 32 29 CF 73 4D D3 E0 7C AA 8E 71 EC 20 22 C7 71 DE F8 86 37 2C 5C B8 40 1D 27 +BE 86 61 F8 ED 6F 7F E7 CC 12 B1 67 55 7C EB A9 A7 9E FA 5F FF EB 83 DB B7 6F 9F FE 15 11 39 8E +7D E5 95 97 5F 77 DD 1B B2 D9 57 0E 48 22 22 E7 DC 71 98 6D 5B 9E E7 55 AB D5 5A AD 56 AD 56 89 +14 22 0A 61 E8 77 BD 6D DB 42 08 D3 34 10 B1 51 BB 38 31 1B 68 D1 F9 17 9C 7F C1 85 17 AD 5B BF +F1 70 D2 5C 0E 07 DB B6 6D FB E4 27 FF FE D3 9F FE 07 21 CE 0C 26 9C 19 B3 3C 1C FC F6 B7 BF 7D +E7 3B FF 64 EF DE BD 07 FD 96 88 9A 9A F2 37 DC 70 C3 E2 C5 4B 74 F2 DE E1 F4 89 88 88 60 9A 82 +31 4F AB A1 52 C6 8C 71 CB B2 0D 43 30 C6 4C D3 90 52 BD A2 B4 3E 2E 20 A2 64 32 F9 EA 57 BF EA +DE 7B EF 1B 1F 2F BE F2 05 87 81 28 8A BE F6 B5 3B 18 63 9F FC E4 DF D9 F6 B1 FA 77 4F 02 CE 12 +BE D6 6A B5 0F 7C E0 D6 97 23 2B 00 08 21 2E BF FC B2 D7 5D 7B AD E3 D8 34 2D 03 FA 15 21 04 B7 +2C 8B 31 16 C7 B1 61 08 CE B9 10 13 56 D4 51 B8 A8 8E 01 74 CE 39 E7 34 35 E5 6A B5 DA 2B 56 7D +3B 4C 28 A5 BE F2 95 AF 72 CE FF FA AF FF CA F3 BC E3 D2 E7 89 C3 59 A2 BF DE 77 DF FD 07 CD 68 +A9 A3 A3 A3 E3 E6 9B DF A4 93 06 8F 6E 08 CE 99 61 18 A6 69 1A 86 69 59 E6 B1 98 FC 47 0D 29 E5 +FC F9 DD 6D 6D 6D C7 DD 48 FA D2 97 FE F1 73 9F FB FC 41 73 7D 4E 2B 9C 0D 7C FD 8F FF F8 CF 8F +7D EC E3 87 D8 1A C5 B2 CC AB AF BE E2 D5 AF 5E A9 5D A1 47 31 84 52 4A 4A A9 DD B5 E2 E8 B6 C2 +38 4E 68 69 69 3E FF FC E5 E2 D8 72 5F 0E 8A BB EE FA DE 94 7C F6 D3 10 67 3C 5F EF B9 E7 47 1F +FB D8 C7 87 87 87 0F D1 A6 B5 B5 F5 86 1B 6E F0 3C 8F 48 49 A9 8E C2 58 D1 A1 29 44 D4 A6 D5 31 +CC F7 E8 A1 67 CE 39 BB E8 A2 8B 85 69 F1 E3 6D 21 8D 8F 8F DF 76 DB 47 4B A5 D2 F1 ED F6 F8 E2 +CC E6 EB 33 CF 3C F3 A7 7F FA 67 23 23 23 87 68 C3 39 3B FF FC F3 16 2E 5C C8 39 9F B4 B2 8E 86 +AF 44 87 55 DE FA C4 41 7B 7C 95 82 45 8B 16 79 9E 4B EA 65 17 18 1E 75 FF 3F FA D1 8F 6F BD F5 +43 A3 A3 A3 C7 B3 DF E3 8A 33 98 AF 51 14 AD 5E FD E4 F8 F8 F8 21 DA 18 1C 3B 3B DA 2E 5F 75 85 +6D D9 7A 69 A1 2E E3 73 14 C3 09 C1 19 63 71 2C A5 3C D9 0E 76 A5 54 14 C5 52 4A A5 48 29 D5 D6 +D6 36 AF 6B BE 02 3C 11 5E B3 7B EE F9 D1 6D B7 7D F4 D0 EF AB 53 88 33 95 AF 52 CA 3B EE F8 FA +27 3F F9 F7 87 68 C3 10 5D CF 9D 3B AF AB B3 B3 A3 1E 9A 3A 46 11 C9 18 2A A5 4E 1A 65 95 52 71 +1C 4B A9 A2 28 8E A2 58 AF 47 4F A7 D3 2B 56 5C CC 10 E9 C4 84 A6 FE E3 3F FE F3 2F FF F2 AF 0E +FD D6 3A 55 38 53 FD 59 5F FD EA FF FD EC 67 3F 37 B5 9E C0 14 20 22 E3 ED ED ED 8E E3 46 51 28 +A5 2E 02 7C 4C 84 8D 22 09 00 44 74 A2 DD 58 44 A4 39 1A C7 B1 65 99 7A F1 59 1C C7 3A 4E B1 64 +C9 12 2E 38 29 09 70 42 76 EA FA B7 7F FB F7 38 8E BF FE F5 3B EA DB 41 9E 26 38 F3 F8 4A 44 5F +FD EA FF FD CC 67 3E 5B AB D5 0E A3 B1 F2 3C 17 19 D6 6A 35 9D 45 C0 18 8B A2 D8 98 DC EF E2 95 +2E 07 5D 11 08 11 E2 58 C6 F1 84 46 41 C4 7C 3F D4 21 83 63 57 22 E3 38 D6 6B 1C 26 6D 41 92 52 +01 68 BE 46 51 14 F9 BE AF 63 1C 9C 73 4D D9 AE AE 79 C9 64 AA 56 AD 04 61 A4 8E 61 5D D7 21 F0 +5F FF 75 8F 52 EA 9B DF FC C6 69 45 D9 33 8F AF FF F5 5F F7 7C F2 93 7F 7F 38 51 6F 22 F2 BC 44 +53 53 3E 08 C2 4A A5 52 2A 95 6C DB E6 9C DB B6 15 45 B1 10 42 EF 06 FF 32 D7 02 00 44 51 C4 39 +0B C3 58 67 03 4A 29 C3 30 0C C3 50 57 BC D2 EC 37 CD 89 95 33 3A 18 A6 F5 E3 89 82 45 A8 4D 34 +5D 0C 66 FF AC 60 C2 80 9B 10 8C 8C B1 28 8A 0C 43 48 A9 F4 1B 43 AB 01 71 1C 47 51 18 45 91 94 +52 A7 CF 1A 86 89 88 96 65 65 32 D9 64 32 59 2E 97 0D 0E 71 74 6C AF 8C 97 BF 7B F7 DC F3 A3 6C +36 FB B5 AF FD D3 09 E8 FE 28 71 86 F1 B5 54 2A 3D F5 D4 53 87 99 A2 81 40 E9 74 3A 9D 4E C7 51 +54 AB D6 CA A5 92 5E 68 00 00 96 65 FA 7E C0 39 B7 2C A1 14 D4 93 53 75 79 40 22 52 8A A4 54 44 +14 86 81 A6 8E 6E 40 44 52 CA 6A B5 CA 18 B3 6D 5B 47 BC B4 DD A3 E3 5E 61 18 59 96 88 22 A9 5D +60 51 24 39 47 A5 68 32 6D 7C A2 96 0C 63 4C 07 A8 EA AC F5 FD A0 5E AE 30 8E A3 28 8A 89 94 DE +BD 48 4A 29 04 57 8A 4C 33 32 4D 8B 31 96 4E A7 BB BB BB 06 F7 0D A8 F0 C4 BA 2C D6 AD 5B DF DB +DB DB D3 D3 73 42 47 39 7C 9C 49 7C AD 56 AB B7 DF FE A9 6F 7C E3 9B 87 D3 18 11 0C 83 67 B3 99 +64 32 29 95 AA D6 6A 46 A9 08 08 4A 29 BD A0 0A 00 34 11 75 C9 8C 29 97 2B 45 52 4A 29 A5 EF FB +61 18 4A 39 E1 3C D2 4E 31 A5 64 14 85 61 18 EA 88 97 65 59 3A 91 80 31 06 40 71 AC 94 22 C6 40 +4A C5 18 EA 1D B6 C2 30 52 8A F4 55 4A 29 22 15 C7 92 88 E2 38 46 44 29 A5 F6 56 E9 41 B5 23 02 +26 3C 03 51 9D D3 42 08 CF 93 8C 61 2E 97 5B B9 72 E5 FA F5 EB 8B E3 E3 80 F2 84 08 58 00 00 78 +EA A9 A7 3E F4 A1 3F FD C6 37 BE 7E 9A 50 F6 4C E2 EB D8 D8 D8 0F 7E 70 F7 E1 B4 44 04 C7 B1 11 +21 9B CD B8 AE 4B 44 51 14 55 AB 35 C1 19 10 84 61 10 04 81 E3 38 3A 09 CB 30 0C 2D FF 10 81 73 +2E A5 34 0C 83 28 D6 12 51 27 5C FB BE 1F 45 A1 52 4A 0B 60 C6 B8 6D 1B 00 A8 5F D3 BA 1F 2D A4 +11 99 2E E6 CA 39 D3 81 89 28 8A 4C D3 D0 D7 86 61 58 AB D5 A2 28 94 52 46 51 1C 86 A1 E6 62 A3 +E1 A8 87 40 6D FE 23 C6 51 34 51 4A 9B B1 28 8A F4 66 B7 B9 A6 A6 5B 6E 79 F3 E6 97 36 3F F8 D0 +C3 44 E1 09 B9 DD 93 F8 D5 AF 7E 7D EB AD 1F FA FE F7 BF D7 D1 D1 71 42 07 3A 1C 9C 31 7C 8D A2 +E8 B6 DB 3E 7A D8 01 43 34 4D 43 08 C3 F3 92 8C 31 2D BD 84 10 D5 1A 07 60 04 C0 18 97 32 16 42 +68 8D 90 31 B4 2C 83 08 38 67 8C A1 94 B1 4E 0E 8C 22 B0 AC 04 00 30 C6 8A C5 18 40 11 91 10 86 +69 9A 9A EE 3A E2 A5 AD 2E AD 0A 9B A6 A6 96 4E 85 41 5D 0F 4B 4A A5 EB 65 0B C1 2D CB D4 39 0C +5A 82 6A 81 AA 63 01 71 1C 71 CE 81 48 4E 50 96 29 29 19 E7 5A DF D0 8A 8A EF FB DA F0 EA EA EA +FA C8 6D 1F A9 54 AA BF F8 E5 AF 0E 6A 7A 32 C6 F4 C3 70 EC 61 8E D5 AB 9F DC B9 73 E7 2C 5F 8F +00 BB 76 ED 5A BB F6 85 C3 6C CC 18 5A 96 6D DB 56 22 91 D0 85 30 88 C8 30 0C CB 34 2D DB 36 4D +93 31 C6 B9 E0 5C 08 21 4C D3 14 42 BB 0B F4 8E 00 13 00 00 ED 46 D0 5C B7 2C CB F7 09 11 1D C7 +71 1C C7 30 84 76 69 4D B1 D8 A6 1F D6 C1 D8 44 57 9C 0B 29 A5 E3 48 DF F7 6B B5 5A 1C C7 5A 49 +A8 33 0C D9 64 20 8E 14 A9 03 AA 0E 28 19 03 51 99 31 CB B2 CE 39 E7 DC BF FE EB BF 2A 57 CA 4F +3C F1 E4 94 BC 88 54 2A D1 D1 D1 11 C7 D1 D8 D8 F8 D8 58 51 3F 12 47 78 CB F7 43 4A F9 81 0F DC +FA EB 5F FF 32 93 C9 1C 75 27 C7 05 67 0C 5F 3F F1 89 BF DD B9 73 E7 61 36 36 38 17 9C EB D7 A8 +61 18 44 94 48 24 2C D3 4C 24 92 A9 74 DA B2 2C CB B2 1C C7 31 4D C3 71 1C FD 77 6C CC B7 AA 73 +4E 7F 40 44 D3 14 95 0A E8 04 6D D3 34 1C C7 3A A2 C9 EB 7E 18 63 8E 63 13 91 EB 3A DA 8A 32 4D +D3 75 DD 38 8E 82 20 D4 29 35 D1 24 00 40 49 C9 90 31 C1 95 52 13 0E 0B 04 20 20 A2 5A AD 56 2E +97 6D DB BE E4 D2 15 1F FE F0 87 FB FB FB B7 6E ED AD 33 12 11 2C CB CA E7 F3 B9 5C B6 50 18 DD +B7 6F 70 CF 9E 3E BF 56 3B 16 4F ED C0 C0 C0 EA D5 4F DE 70 C3 F5 A7 2A 7D 42 E3 CC E0 EB AF 7F +FD F8 8B 2F AE 3B FC F6 8C 61 14 47 A6 65 65 B3 39 CE 79 C2 F3 92 C9 A4 E3 38 E9 4C 26 91 48 D8 +B6 6D 18 86 6D 5B 8C 31 2D 23 B5 D5 AF 29 1B C7 72 4A 49 0B 22 8A 63 A5 B5 52 D3 34 6D FB 50 64 +D5 BE 85 E9 D1 84 38 96 DA 56 23 02 21 04 00 72 CE 6C DB D6 7A AD F6 03 44 51 14 04 41 1C C7 41 +E0 EB 00 AC 76 66 D1 E4 A6 F4 4A 2A 44 24 20 8E 18 04 41 B5 5A B5 6D EB F5 AF 7F DD 4B 2F 6D FA +C7 7F FC EA C8 C8 88 26 13 11 0C 0F 8F 20 6E 5E BC 78 91 6D DB 1D 1D 9D 88 6C 78 68 5F B9 5C 89 +E3 F8 E8 62 73 A5 52 E9 73 9F FB FC F5 D7 5F 37 CB D7 57 C6 A3 8F 3E DA DB DB 7B F8 ED D3 D9 AC +52 B2 BD BD BD BB 7B 7E 3A 9D 4A A7 D2 9E E7 25 92 89 44 22 A9 4B 57 C4 B1 9C B2 38 16 11 A5 54 +5A 0D D5 61 7A 21 78 1C 4B 9D 96 A5 3D A9 8C 31 C6 D8 94 CC D7 7A 63 00 88 E3 58 DB 6D 52 4A 44 +D6 B8 86 7B 52 C4 A2 76 C7 EA F6 7A 0E 88 10 45 D2 71 1C 22 0A C3 30 8A 62 A5 64 AD E6 07 81 1F +45 51 18 86 41 10 4A A5 E2 28 02 ED 4C 50 92 28 0E 82 C0 F7 FD 72 B9 92 CB 65 DF F1 8E B7 6F DE +BC E5 5F FF F5 DF C2 30 9E AC 4A 03 43 43 23 A1 EF 73 C3 CC E7 9B 72 B9 9C EB 3A C3 C3 23 C5 F1 +B1 6A 2D 38 BA D2 71 9B 37 6F FE F6 B7 BF 73 EB AD 1F 3C 8A 6B 8F 17 CE 00 BE 3E FA E8 4F BF FF +FD FF 77 88 06 53 36 A5 D0 16 BD 65 99 2B 57 BE 7A 4E 67 67 26 93 49 26 53 BA D6 9A E7 B9 9A 73 +96 35 21 56 B5 7A 3A 61 8F 13 C1 04 A5 00 91 01 80 26 AB FE A0 5D 01 00 A0 93 12 85 10 51 14 EB +32 83 DA F9 A5 17 CC 34 76 45 44 F5 07 83 73 56 8F 1D 68 4C E6 5B 91 10 BC 3E 90 10 8E 0E 71 D9 +B6 1D 45 51 18 46 DA A5 10 04 81 0E 74 49 29 91 21 29 0A 83 A0 54 2A 71 CE 2C CB 6A 69 6E 7D FF +FB DE F7 D2 C6 0D BF 79 EA 69 C0 7A A6 04 8D 15 4B 44 50 2C 96 AA D5 EA DC B9 F3 BA BB 53 43 43 +43 E3 E3 E3 85 42 C1 F7 8F D8 AB 50 2A 95 9E 79 E6 99 59 BE BE 02 86 87 87 0B 85 C2 41 BF E2 0C +1D DB 64 C2 A8 54 6A 3A C2 4E 44 AE 6B 13 A9 73 CE 59 7E E9 A5 AF CA E6 72 D9 6C 36 95 4A 39 8E +AB 8B 10 0A A1 F7 0C 62 4A 29 CD 15 AD 00 D4 6D 2C 98 E4 71 E3 40 8C 31 2D FF 34 9B B5 88 AD AF +D8 AE BB 6F 27 09 4D F5 CF 86 C1 E5 64 29 59 CD 5D 29 A5 56 06 F4 B8 9C 1F C0 60 98 94 C1 B6 6D +D9 B6 AD 3D C4 8E E3 F8 BE 5F AB 55 4D D3 D4 62 55 82 24 29 A3 28 1A 1F 2F 5A 96 ED 38 CE 25 97 +5E F2 F6 77 FE F1 E6 2D BD C3 23 23 0D 79 5B 88 08 51 14 F5 F7 0F 56 AB B5 AE AE 79 ED ED 1D 8E +63 2B 25 47 46 46 8F 42 CA 8E 8C 8C 14 0A 85 5C 2E 77 A4 17 1E 2F 9C A9 F9 59 DA 4F D4 D2 DA D2 +39 77 5E 2E 97 AB EB 8B 9A 4F A9 54 EA 9A 6B AE 99 37 6F 5E 26 93 71 5D 2F 95 4A BB EE FE 5A 6B +3A 70 C5 18 6B 7C 29 D7 53 AE 88 20 8E 75 E6 DE 44 88 4B 29 02 40 ED 55 30 0C 43 EB 93 4A 1D C0 +E9 FA DE 6E 3A 07 60 F2 5A 00 C0 7A BD 8C 49 41 CB F5 6C B5 F3 41 77 A2 F7 23 D0 5B 18 E8 0E F5 +37 86 21 1C C7 F6 3C 2F 93 49 67 32 B9 4C 26 A3 83 1D 8E E3 08 C3 50 52 C6 71 3C 36 36 56 2E 97 +88 E8 4D 37 DD B4 72 E5 AB 0F BA 50 27 8E E3 91 91 C2 86 0D 1B 06 07 07 F2 F9 E6 05 0B 16 E6 F3 +4D E2 C8 53 76 5E F1 5D 77 A2 71 BA F3 75 DF BE 7D F7 DD 77 DF F4 F3 AE EB F6 F4 CC EF EA EA 62 +8C 15 8B 45 1D 2F 25 02 1D 6D 5A B5 EA F2 CB 2E 5B D9 D4 D4 94 CB 65 B3 D9 8C 69 8A C6 25 AC 93 +04 3D A0 22 6C 3D 4B 50 B3 04 00 88 48 08 0E 80 44 8A 31 64 4C 2F 94 45 C3 E0 00 34 E9 34 9D 70 +A3 6A 85 44 73 8E 73 36 F9 F6 DF 4F 41 CD 48 CD 63 3D A2 36 F2 EA 53 42 04 FD 08 D5 DD B1 F5 6F +4D 53 D8 B6 95 4C 7A E9 09 A4 12 09 CF B6 6D 44 8C E3 B8 5C A9 8C 8E 8E D5 6A B5 8E CE 8E B7 BF +E3 8F 72 B9 EC CB B9 AE 7C 3F DC BA 65 EB F6 DE AD 8E E3 74 74 74 24 13 EE 51 D8 4E 3F FD E9 4F +8F C8 96 38 BE 38 DD F9 BA 6B D7 AE 9F FC E4 DE 29 27 39 D2 9C CE F6 EE EE EE 52 A9 B4 63 C7 CE +D1 D1 E2 E4 12 17 E2 9C CD 9D 3B E7 9A 6B AE 6E 6B 6B CB 66 B3 9E 97 70 1C 9B 73 AE 14 E9 54 C0 +3A B4 81 35 C9 51 14 82 37 FE F1 18 C3 49 F7 2A 00 68 23 09 B5 7A 0A 00 75 C7 42 3D 4C 50 37 CB +EA BE 85 7A 87 93 FF 23 A2 6E 3F 21 BF 27 BB 9D 8E FD DE 34 9D 11 56 3F 74 1C CB F3 DC 64 32 A5 +2B CA 3B AE CB 18 23 A5 8A C5 62 B1 58 0A 82 F0 9A 6B 5E 73 C5 15 97 1F 62 2D 64 10 86 3B 76 EC +DE B9 73 67 32 99 6C 6D EF B0 2C F3 95 FF 06 07 E2 57 BF FA F5 11 F9 6A 8E 2F 4E 77 BE 1E 04 44 +A9 74 A6 A3 B3 B3 50 18 DD B5 6B 57 B5 5A 6B 5C F2 4A 44 97 5C 72 C9 05 17 5C 98 CF 37 7B 9E 9B +48 B8 8C 71 5D 78 50 08 26 75 99 42 22 44 D4 27 EB 26 BC 3E 13 45 B1 4E 18 84 86 B0 90 16 96 53 +16 D6 B2 FD 5B 76 4D 0D 23 35 1E EA 6E 61 72 D9 B7 3E D4 51 34 00 9A CC 6E D1 E5 92 E2 BA 78 6E +6C 59 F7 01 EB CF 96 65 D9 B6 9D C9 64 52 A9 94 EB BA 5A CA 46 51 54 2C 8E 97 4A C5 5C 2E FB AE +77 BD 2B 95 3A 48 06 E0 E4 C3 81 7A FB AE 3D 7B F6 E4 72 B9 A6 5C D6 38 F2 85 8B 7F FB B7 7F B7 +63 C7 8E 23 BD EA B8 E0 B4 E6 2B 11 6D DB 36 F5 D5 C3 18 E6 F3 B9 74 3A 3D 30 30 50 2E 57 1B 95 +48 04 9A DB D9 71 DD 75 37 2C 58 B0 40 07 05 74 37 13 DF A2 56 25 59 A3 D0 6A 1C 0B 00 74 92 E1 +64 A4 54 E9 0F 00 C0 39 E3 9C 47 51 DC C8 45 9D B0 A2 BD A7 07 3D D4 A3 E8 97 3B 34 10 BA 4E 41 +2D 8C 75 04 4E 1B 82 8D CA C3 94 CC C3 BA 47 CC B2 0C CF 73 53 A9 64 2A 95 F4 3C 4F D7 B9 28 97 +2B C5 62 89 48 5D 7A E9 A5 AB 56 5D 36 7D 97 39 C1 D1 36 B9 E0 9C 31 16 04 E1 BE 7D FB A2 28 EA +9C 33 D7 3B F2 F4 D6 9D 3B 77 1E 4E F2 F1 89 C0 69 CD D7 E1 E1 E1 8F 7E F4 63 8D DA 18 11 09 C3 +CC 64 73 A5 52 69 74 74 74 DA 57 C6 65 97 5F 71 C9 25 17 DB B6 65 59 06 22 1C 68 FA 4C C0 30 84 +66 92 16 A5 DA 42 D2 44 D1 E7 B5 FE AA C9 D4 A8 71 6A 0B A9 7E 46 1F 32 C6 B4 7F 60 FA 61 7D 14 +AD AE 68 C5 B4 F1 51 A9 13 17 26 25 68 DD 04 D4 1E 5F DD 58 5F D8 68 8A 31 86 8E 63 27 93 A9 4C +26 E3 79 13 52 B6 52 A9 8C 8E 8E E7 F3 B9 B7 FE C1 5B 32 99 74 E3 CD 41 44 61 9A 96 EB 66 B2 A9 +6C 36 E5 79 4E E8 FB 7B 76 EF 36 4D AB BD BD DD 75 9D 23 8A 02 28 A5 7E F5 AB 5F 9F 92 C2 5B A7 +35 5F 61 5A 7D 60 C6 30 97 CB 38 8E B3 67 CF 9E 4A E5 80 47 5C 08 BE 60 41 CF 2D B7 DC DC DC DC +1C C7 13 82 B0 C1 F4 A1 46 03 4B 53 4A 7B 55 B5 7A 30 A9 77 D2 94 3E EB E2 AD BE 10 9C B1 7A E3 +09 0F 6B BD FD 94 C3 FA 28 FA 15 2F 84 98 0C 54 C1 64 BA E0 01 D6 58 1D FA DB 7A 6C 62 D2 5F B6 +9F F4 30 19 DD 75 5D 37 99 4C 7A 9E 6B 18 46 10 04 A3 A3 05 A5 E8 CA AB AF BE FC F2 CB 89 26 66 +A2 E3 C9 B6 6D BB AE AB BD 25 99 4C DA B4 ED F1 62 71 70 70 A0 B5 B5 AD B5 AD C5 10 47 50 9F 56 +4A F9 F9 CF 7F 61 FA 7E 66 27 01 A7 2F 5F A5 94 9F F9 CC 67 0F 5C 0E 4F AE 6D 76 76 76 C6 71 DC +DF 3F D8 C8 0C 00 48 B8 F6 2D 37 DF BC 6A D5 E5 93 64 DA 7F FF A7 9F 21 DA 6F 7E 69 C3 48 29 A5 +43 A6 D3 12 56 26 2E D7 A6 D2 E4 DC EA 4B 0E B1 D1 6E D3 87 D3 47 99 34 B0 1A CD 38 6C EC 53 3F +15 F5 29 D5 3B A9 2B 15 5A 99 D1 5F 12 81 76 9D 72 CE 5C D7 D6 D1 10 1D 70 56 8A 46 47 C7 3A DA +DB AE B8 F2 0A DB 76 EA 0E 5D 9D F9 90 4C 26 33 99 4C 2E 97 4B A7 33 C9 64 C2 34 8D E1 E1 E1 20 +F0 3B DA DB 13 9E 77 A4 95 BB 67 E5 EB 01 50 4A 3D F1 C4 EA 46 A1 88 C8 9A 9A 9B 5B 5A 5A 86 86 +86 AA D5 6A 23 AF 10 61 EE BC AE DF 7F CB 5B 9A 9A 72 30 61 DC D0 14 7F 78 83 71 A3 05 EA FE DF +AE 45 AC 66 92 BE AA 51 79 D5 D0 F1 2D FD AD 36 D4 88 08 71 22 05 71 D2 6E 3B C0 84 AA 8F A2 2B +6C 36 BE A0 B5 D4 6F B4 C6 EA 95 63 A8 61 31 63 DD DE 82 49 F5 77 B2 25 AF CF CA 75 9D 6C 36 9B +CB 65 5B 5A 5A D2 E9 B4 CE FF BA EC B2 CB 7A 7A 7A B4 8D 48 34 F1 4E B0 2C 47 EF B0 AC 77 01 71 +5D 37 8A A2 BE BE 3E 21 8C 6C D3 7E 1F F6 E1 60 70 70 70 8A AA 76 72 70 FA F2 B5 B7 B7 B7 5A AD +36 9E 49 38 E6 FC AE F9 8C B1 A1 A1 E1 29 DE 53 CF 73 DE FC 7B 6F 5E B2 64 71 9D C4 88 A8 83 49 +BA E5 81 C6 CD 84 BE A8 DD 05 00 10 C7 B2 EE BA 9F 6C C6 84 98 6A 60 E9 6F EB D6 8F 36 B0 EA C3 +4D 1B 85 D1 FE B5 5C 13 ED A1 C1 FC 6A C8 7F 9D 30 CB EA B1 83 7A 05 9A FA 28 3A E4 AB 4F EA 96 +52 2A 2D E1 18 43 D3 34 52 A9 54 3A 9D 6E 6A 6A CA E5 32 8C E1 82 05 0B CE 3F 7F B9 16 C6 3A 0F +DD 34 2D C3 10 7A 45 90 65 59 B6 ED 58 96 4D 44 03 03 83 A3 A3 A3 ED ED 1D D9 6C F6 88 DC B1 EB +D6 AD 3F F9 5E 82 D3 97 AF B7 DF FE A9 C6 4A AE 1C B1 B9 AD AD 29 9F EF EB DB 5B 2E 97 0F 70 0B +20 76 77 77 DF 70 C3 0D DA 52 9E 5C C2 0A 3A 4B BA EE 8C AC 53 AA 6E B8 34 86 9A 1A 7B AB 7F AE +E7 BF 4A A9 EA B5 36 74 CF 70 A0 F9 55 8F 6F 35 9A 50 9A 61 75 7B 4B 8F 52 F7 97 4D 09 77 35 C6 +0E 1A E5 D6 A4 19 B7 7F D1 CE 64 80 97 21 EE 2F 86 20 04 77 1C CB 71 2C FD 1E 68 6D 6D B9 F0 C2 +0B 93 C9 24 E7 28 84 30 0C 43 FF AF CD C1 C9 89 49 C3 10 32 8E 06 07 07 4D D3 EC EC EC 74 8F 24 +4F 72 C3 86 0D 5F F8 C2 17 0F BF FD 71 C1 E9 CB D7 29 EF 1A CB 36 5B 5B DB CA E5 72 6F EF 8E C6 +17 3D 63 98 4C 7A 37 DD F4 A6 A5 4B 97 EA 77 6B 43 D1 A1 89 4F 53 62 4B 93 02 6E 2A EA 16 55 DD +9F 35 69 D7 2B 21 78 DD 54 6A 7C 1D D7 0F 75 A0 6B 4A 4C B5 D1 DE AA 0B 63 6D E4 4D B1 B7 00 26 +96 E2 4C FF ED D3 C3 5D 75 E2 D6 A5 F8 F4 DF C2 B9 B1 62 C5 C5 6D 6D AD 86 21 1C 67 62 3B 27 00 +88 A2 A8 52 A9 84 61 58 AD 56 F5 36 B9 4A D1 D8 D8 F8 D8 D8 58 53 53 53 3A 93 3D A2 18 ED C9 AF +25 7F 9A F2 F5 3F FF F3 87 8F 3F FE 44 E3 99 44 32 95 C9 64 B6 6F DF 51 2C 96 1A 45 20 63 6C D9 +B2 65 37 DC 70 43 32 99 9C 5C 12 B8 7F 4D D5 64 9B FD B1 25 98 78 E3 1F 60 09 69 5B 67 32 01 6B +22 09 81 B1 89 F0 52 5D 9E 31 86 75 ED 56 F3 AC FE E4 68 52 36 06 B4 A6 40 2F 3C AC 5B 54 93 3A +09 1C A8 85 E3 64 6F BC DE 73 C3 8F 3D F8 DB FA 65 36 A0 53 0B 17 2E 9C 37 6F 8E CE 47 03 80 30 +0C 7D DF AF 56 AB A3 A3 A3 85 42 A1 58 1C AF 54 2A 51 2C 15 41 18 86 7D 7D 7D B6 6D B7 B6 B4 88 +23 D9 5A F6 D1 47 7F 7A FF FD 0F 1C 7E FB 63 C7 69 CA D7 4D 9B 36 35 D6 C3 11 82 B7 B7 B7 87 41 +38 D0 B7 B7 51 9C 30 C6 3C CF BD F6 DA 6B 97 2F 5F C6 18 EA A5 5A F5 44 AD FA 9F BC AE 4A EA E5 +D7 8D F6 96 66 A1 3E AC 33 A3 DE 9E 73 16 45 31 E7 3C 08 42 DD AD 26 47 DD C0 3A 50 D0 4E 19 45 +4D 99 43 63 2D CE FA 92 AC C6 29 D5 EB 73 69 8D B3 DE 12 27 AA CD 4D 3C 21 5A 9D 9D 4C 99 A0 C9 +47 68 E2 87 EB 43 22 6A 6B 6B 5B B8 70 91 5E 62 1E 86 61 AD 56 1D 1E 1E 1E 18 18 18 19 19 1E 1D +1D AD 54 AA 7A E7 1C 00 20 82 B1 B1 B1 6A B5 DA DD D3 93 C9 64 0E BF 66 D3 E0 E0 E0 D6 AD 5B 0F +F7 8F 7A 3C 70 3A E6 13 96 4A A5 29 95 B2 13 09 2F 9F CF 0D 0E 0E 56 1B B2 36 11 D1 34 8D 85 0B +17 5C 7D F5 55 C9 64 52 FF 39 EB 61 52 44 9C 9E CB A7 3F E3 64 CE 2B 4C 5B FA 52 5F 5C 20 A5 44 +C4 6A D5 8F A2 C8 B2 4C C7 B1 1B 17 FD C1 81 6A 6E A3 45 D5 38 0A 1C 98 4F 38 C5 FC AA CF A1 71 +4A FA E5 A0 DF FE 88 BC 3E 90 DE 6D 0E 1A 52 BC 19 13 71 2C EB CA 49 9D DF F5 15 13 96 65 2E 5B +76 9E 6D DB A5 52 39 8E 2B 86 E1 93 52 52 11 90 8A B4 5C 6D A8 26 E6 FB E1 B6 DE DE CB 57 AD 6A +CA 65 87 87 86 0E 7F 0D C2 AE 5D BB AA D5 AA EB BA 87 7B C1 B1 E1 74 94 AF 8F 3C F2 E8 3F FF F3 +0F EA 87 42 F0 B6 B6 56 21 C4 E0 E0 E0 81 0A 13 09 C1 2F BC F0 C2 F3 CE 3B 0F 26 13 02 EB C6 0D +00 4C C9 E5 D3 E1 A2 BA 25 A4 D7 05 D4 2F D4 DF D6 73 FC 84 10 88 8C 73 16 86 61 B9 5C D1 EF F1 +7A 9C AC 6E 60 4D B7 A8 EA A3 4C CF 27 AC 37 9E 0C 40 4C CC A1 D1 38 AB 3F 45 F5 AE F4 2F 91 F2 +FF 67 EF 4D 83 25 39 8E 33 C1 CF 3D 22 32 EB 78 AF DF D1 07 BA 1B 67 03 20 6E 80 38 48 82 14 0F +48 BC 75 AC 2E 52 A4 44 89 5A CD 9A 64 D4 48 A3 B5 9D 5D B3 35 AD A4 19 93 CD CE D8 CE 92 5A 91 +18 51 D2 0C 89 E6 E9 0B 00 00 20 00 49 44 41 54 47 87 0D B5 82 0E 52 22 D7 44 90 22 45 F1 04 20 +82 20 01 42 04 41 12 04 D0 00 1A 8D BE 8F 77 D4 AB AA CC 08 F7 FD 11 99 51 59 F5 FA 75 BF D7 8D +3E D6 6C DD 1A B0 97 95 99 91 99 95 5E 11 FE B9 7F EE 9E 0E 93 A6 B3 22 36 BA 6F D6 9F 6B 04 D5 +E4 96 5B 6E E9 74 3A 83 C1 70 30 18 AE F4 56 86 83 C1 A0 3F EC 0F 4A 3F 4A B1 19 C9 D1 C3 87 0F +1F 3E 94 65 AD D5 5D 1D 4F 22 7F F8 87 FF 79 C2 72 3B AB 72 C1 E9 EB C1 83 07 FF FA AF FF 3A 6D +AA 6A BB DD DE B9 F3 E2 98 E7 D9 3C 92 81 AD 5B B6 BC EE 75 77 6D D9 B2 59 55 9A 01 AD A6 A7 09 +A3 70 FC E8 0D 45 C8 52 93 00 AB 99 26 71 02 93 A7 69 30 18 AA 6A 83 EE A4 31 87 36 C1 AF 13 22 +AA C6 B0 13 D1 B2 51 50 6D E2 1E D2 66 B3 9C 72 33 F7 26 86 33 B0 2A 84 D6 D8 3B 09 F2 98 F9 8A +2B AE D8 BC 79 4B A5 E8 82 F2 A4 85 35 8A 61 71 E4 F0 91 4D 33 53 CE D9 0D F9 55 CF A5 17 F6 82 +D3 D7 17 5E 78 E1 93 9F FC 54 DA 24 A2 4D 9B A6 AD B5 FB 5F D8 EB CB B1 14 8E EE 54 F7 A5 B7 BE +F4 95 AF 7C 65 4C F6 9F C0 EC 13 E0 86 A8 8A 2D AD 0E 35 25 93 34 51 04 53 D1 CC 88 CD 63 4A 16 +1A AB 3C 6A C3 B7 79 3F 75 E9 8C B1 61 9B 24 C6 66 04 2B 9D 92 6E A9 89 F9 52 04 2B 8E A0 AA 31 +F1 26 0E 1B 2B 71 44 AD 2D CB 10 D7 99 94 52 D0 34 9A 37 6F DE 7C E3 8D 37 AC B3 4C 6C 19 64 69 +79 B9 D5 6A 77 3A 1D B3 11 D2 D6 7B DF FB BE FD FB F7 AF FF F8 33 91 0B 4E 5F 8F 1E 1D 63 B1 64 +CE ED DC B9 B3 2C CB 23 C7 8E 37 D3 91 BB DD CE 96 AD 5B BE FF FB 7F E0 E2 8B 77 26 A6 5F D3 7B +3F 01 6E D2 AE A8 67 E9 A5 46 AC 83 C6 04 86 1A E2 44 CF 40 08 B1 84 65 65 E8 47 B8 93 82 08 AB +51 5D 63 D8 51 7C AB B9 99 02 04 4D DF 42 13 F3 C5 C0 45 24 37 02 48 1F 26 B5 E3 46 EB E4 E6 DE +E8 CD 68 70 21 90 65 EE 96 9B 6F 5E 67 6B 10 55 5D 5E 5E 32 C6 CC CC CC D8 8D 74 13 79 F8 E1 87 +CF 59 15 F9 0B 4B 5F 8F 1C 39 F2 9E F7 FC 72 1D 31 07 A0 D3 53 ED 99 99 99 03 07 0E F4 7A 63 D4 +C1 2C 73 BB 76 ED 7A ED 6B 5F D3 6A E5 A9 CC 65 64 AF A2 A6 F6 45 E0 D2 0C 26 61 55 20 2A 15 C4 +AC 19 7D D1 B0 8B B3 57 34 30 AC 6B B8 78 62 7C 2B 31 06 D3 27 09 45 35 E3 5B 29 67 C6 34 6A B4 +A4 00 41 DD 0A 79 22 AF 66 F4 BB AA 79 0B 94 3E 4F B6 6F E2 89 37 CF 8D E6 6C 1C 30 BA 0B 44 F4 +AA AB AF 5A 6F 2B 1B D5 61 7F 60 8C 9B 9B 9B CB 33 43 67 AF 28 D7 19 C8 05 A4 AF AA FA 99 CF FC +43 4A 2D 64 80 99 E7 B7 6E 6B B5 5A C7 8E 1D 6F 42 8A B8 38 DE 76 DB 6D BB 76 ED AA 37 39 82 A4 +06 21 90 52 2A 15 1A 48 08 35 C0 6A EA 41 12 11 89 16 6A 72 E9 A7 BA 82 F1 00 5A 45 20 A4 2A FF +7B 32 30 0B 40 24 AC 82 5F D5 55 1A 3F A7 51 6C 2C 6E A6 9B 49 BA A8 AA 22 D1 78 95 66 3C A2 DE +9B B0 A6 A4 23 23 C8 CB 32 B7 73 E7 C5 27 2F 98 30 1A 07 28 83 12 C1 39 A7 CA EB D7 56 EF FD A7 +3F FD 99 73 43 7F B9 80 F4 35 84 70 F7 DD FF 29 72 06 98 20 40 9E 67 3B 77 6C 1F 0C 06 C7 8E 1D +6B BC 3C 64 99 DB B6 6D DB EB 5F FF 86 E9 E9 A9 E6 08 E3 91 27 8D E9 31 35 12 6A 22 2A 6D A0 1C +93 22 FB 69 33 FE 1D 5F 7F 9C 77 A3 C2 AD D5 58 A6 89 B7 44 B4 09 7D 1A 20 4F 13 54 4A 57 8F 88 +2A DD 4D DC 8C E3 34 71 55 FC 29 A2 11 D0 4A FE 0A 91 11 BD A1 09 01 D3 89 F3 F3 73 9B 36 6D DA +C8 5B D0 10 42 19 C2 FA 41 54 08 E1 FD EF FF C0 B9 61 70 5F 40 FA FA BB BF FB FE EF 7E F7 BB F1 +6F 26 30 90 65 59 A7 D3 3D 74 E8 70 BF 3F 68 38 4A 51 96 FE 86 1B 6E 8C 7C 8E 09 B0 DC 4C C9 9A +88 6F 8D 03 AC 31 E8 C3 CC 89 90 95 CC CA 58 CB D2 FB 52 44 53 78 EC 84 F1 AD B8 59 E3 2D 30 9F +80 40 18 41 5B 9D 0E 3E E6 C1 48 3A 9A EE 36 FD 71 C2 54 88 94 05 9E EE 2A 71 74 9A A6 79 94 2C +CB B7 6F DF B1 21 08 1F 82 17 91 B5 C2 69 E7 57 2E 14 7D ED F7 FB 0F 3E F8 60 EA AF 17 14 02 4C +4D 75 99 E9 F0 E1 43 CD 23 63 98 E0 95 77 DE 39 3F 3F D7 F4 5C D6 4C 3F 6E A2 2B AD A9 CD 13 6F +91 C6 F9 84 11 DF 24 6D 16 D1 C1 60 E8 BD 57 15 D5 E8 28 95 DA E4 30 E9 2A 18 F9 16 38 5D 97 1A +79 57 AB 2F 9A EE 6D C2 A6 6C 12 C3 9B A1 2F 63 4C CA 29 6F 2E B8 71 9C 44 71 6C 42 C0 78 93 A9 +EC 61 A7 D3 BE FC F2 CB D6 F9 16 88 60 2D C7 52 48 A7 91 3A 7B 0E E4 42 D1 D7 3F F8 83 3F 6C BA +B1 54 41 44 33 B3 73 0B C7 17 0E 1D 38 D0 B4 E4 F2 3C BB EA AA 2B 6F BA F9 E6 2C CB A2 2B 27 91 +F0 E3 6B 8B 09 58 D1 30 4C F3 16 8D E8 85 23 4B 74 9C 4F 38 32 3D E3 A4 15 F1 0A 1A 39 83 31 A9 +35 02 B2 98 6C 03 8C E6 39 8C A3 BA 38 60 E2 34 26 2F 44 BC 62 A4 22 24 DF 3E 50 29 77 42 87 09 +57 C5 DA 89 F1 17 85 06 F0 6A D2 5F 9A 10 B0 8E 93 99 38 6D 1B 63 E6 E6 E6 D6 FF 22 12 5F 62 43 +32 1C 0E 1F 7F FC F1 8D 9E 75 1A 72 41 E8 EB DE BD 7B 1F 78 E0 81 89 0F 3B 9D F6 FC DC DC 91 A3 +47 0B 3F B6 20 8A C8 D5 57 5F BD 6B D7 15 B1 64 10 46 F0 05 AA A3 04 2C AA 32 60 B9 99 BF 15 B1 +F9 5A 7C C2 26 27 B0 F2 30 D5 3F 93 A4 6D D1 2C AE F5 6C 84 7E E2 DF 13 41 A9 C6 55 4C C4 5E 5C +17 E9 40 95 E0 35 1A 36 CE 8B CD FB 8F 87 A5 79 2E 1D AC AA 4D 7A 21 55 85 0B EC C4 89 A8 5C 10 +98 99 99 59 E7 8B 50 C5 CA 4A FF 34 BA C8 1E 39 72 E4 37 7F F3 DF 6C F4 AC D3 90 0B 42 5F BF FA +D5 87 9A 93 2B 00 86 CE CF CD 76 3A ED 89 C6 65 91 E0 72 ED B5 D7 6D DB B6 0D 48 9C 8F 31 A6 5F +93 EF DC 2C 5D 91 66 8E 89 4D D4 A9 1D 69 9C E8 8D AF D5 57 E3 EC 8B 7A D5 4E 56 41 4C A4 99 08 +8F A1 86 53 29 87 2C 4A 9C 26 9B 17 1D 1F 27 95 35 30 F5 B9 40 15 B3 95 89 83 D3 0D A7 BD 4D 51 +1D B3 1C F2 CC 4D 75 3B EB 71 FF D7 86 84 1F 0E 87 A7 D1 B2 F4 DC C8 F9 D7 D7 EF 7D EF 7B EF 7B +DF EF 4C 7C 48 84 56 AB E5 7D 58 59 5E 9E F8 BC D3 69 EF DA B5 6B 6A AA AB AA 75 19 EB 11 D3 0F +35 BA 6A 4A 54 AC E8 56 47 FD CA A9 41 A4 6A 8E 33 71 27 D6 BA D5 49 5D 8D FB A1 26 D6 41 9D E6 +0A 80 D9 34 C3 54 E9 F8 B4 2C 4C C8 78 E8 C1 44 B5 E3 C6 C3 C4 78 5B 7D E7 F1 11 46 29 3A CD 4C +8A 66 40 CB 65 D9 CC A6 E9 75 1A A3 91 D6 33 1C 16 E7 32 C4 BA 21 39 CF FA BA B0 B0 F0 73 3F F7 +F3 8F 3C F2 C8 C4 E7 6C 2C 88 45 94 C6 63 89 22 32 3B 3B 77 E5 95 57 18 E3 50 C5 5D 47 E4 8F 74 +CC 44 E4 09 35 10 61 A6 A8 A0 A8 54 27 F6 1D A8 54 2D F5 DA 9C 20 F3 47 B7 40 13 D5 25 D5 69 5A +9C AB 08 84 94 FC 6B CD 8B C6 F2 86 8D A1 42 B3 C6 4C F3 DC 54 ED 30 96 D2 60 66 E6 D1 01 D1 2A +68 40 40 13 F7 4E 38 68 8D E1 E9 99 59 36 A7 26 E2 C5 EF 67 65 65 E5 42 EE 2A 7F 9E F5 F5 D1 47 +FF F9 84 55 B3 8D 35 D6 9A 2C 73 90 31 DB DF 5A 7B F5 D5 57 5F 76 D9 E5 D1 AF 3E B1 BC 56 E7 9A +D8 C6 6D 2C 7F AB 51 F9 C2 46 A3 B6 79 56 D4 B3 34 47 AA 6A EC AE 81 CA 78 A0 9A 09 95 92 58 B8 +09 F2 BC F7 29 66 D1 BC 68 23 BE 65 93 7B A8 11 DF 6A F2 1B AB 9B 49 11 AC E6 13 C5 72 04 F1 DF +04 DE 8A 97 48 40 13 AB 12 D7 98 B9 DD 6E AF A7 99 37 11 4D 4F 6F 22 A2 C1 60 E4 3D 5C BF 1C 3B +76 EC 89 27 9E D8 E8 59 1B 95 F3 A9 AF 22 F2 1B BF F1 9B AB 1B 16 13 20 21 00 D4 6A E5 4D 6E 1B +11 A6 A6 BA 57 5C 71 C5 96 2D 5B A2 B3 26 E2 8C 66 6D 40 8C D3 FB 4F C4 27 8C 97 1E E3 13 C6 77 +9C F0 53 5C C7 CB 06 BD A6 99 1B 83 06 81 B0 89 75 C6 51 5D AC B5 91 E2 5B D5 DF 13 E7 A6 EF 21 +46 13 D2 CA D0 A4 38 4E 5C 74 02 6F A5 64 B5 58 A7 BB E9 D3 8D BE B0 F8 35 AE 95 36 33 F6 B5 13 +B5 DB 6D EF 4B 5D 55 1B 66 3D F2 F8 E3 8F DF 7D F7 59 EF 2C 77 3E F5 F5 CF FF FC 9E 66 46 61 53 +8C 61 11 71 2E E3 F1 89 A1 DB ED 6C DF BE 3D CB B2 26 EC 68 48 4A D8 AA 48 F8 6B B9 66 62 DD A1 +89 B3 EA 28 FF C4 7B 8D F0 85 9A 07 13 45 A7 FA E4 91 D1 93 D0 88 96 8D 6E 3E 65 F9 A5 C4 B2 D5 +01 4C 55 AD D9 86 AB 47 AE 4E 9C 78 F0 88 D5 9A 86 47 ED AC AD AE 45 84 2C CB 53 13 C6 93 48 D4 +D7 95 95 BE 9C F3 06 E4 EB 97 F3 A6 AF 1F F9 C8 47 7F FD D7 FF B7 13 16 22 16 05 C8 C4 EC 4D 8C +15 B9 40 96 65 D3 D3 D3 0D AF 53 E2 AC 54 B4 92 B8 0E 32 9B DA 03 CA 4D DB 31 01 2C 34 70 C9 84 +EB 3E B1 07 6B 89 7E 7B 6A 56 2A 26 22 63 6C 23 DC 15 42 08 B5 B9 89 26 DC A1 31 5E D5 58 AC A1 +61 8C 72 34 A7 1B 39 02 06 AB EE 30 9D 18 1F 3C D9 D0 49 98 D9 98 31 67 AD 31 26 8E CC EB A0 60 +67 96 3B ED D6 A0 DF BF 30 23 05 51 CE 8F BE 86 20 8F 3C F2 CF 6B 55 CD 06 D4 18 13 3B 07 4E 18 +52 CE 65 CD F6 BB CC 54 1B 6A 63 EB 60 5D CC A2 42 2D E3 7C C2 35 73 4A D7 58 31 35 7A FB 53 24 +29 5D BA E1 1C 18 CB 1A 4F A8 6E 62 40 AE 9B D0 4E D8 2D B1 56 61 F3 1E E2 1C 19 7F 0C 27 2C 99 +18 C3 BC 75 CA EB 58 B6 70 7A F0 F4 A1 31 66 75 03 C7 D5 E2 F2 BC DD E9 0E 06 FF BF BE AE 92 CF +7C E6 BE 0F 7C E0 4F 56 AD 7A 95 50 D5 AA 4A 9A C4 53 54 CE AC CE DC DC 5C B4 16 9A C6 62 24 35 +37 07 49 6C FC B5 36 55 53 14 60 C4 7F 3D 91 CA 92 73 AE E6 00 54 F9 E2 13 70 0D 0D A6 5F DC 65 +AD 4D 0C AF 66 7C 0B 0D BC D5 BC 87 3A E3 5C 9A F1 B6 F8 EC 11 6C AD 2E 99 98 24 25 6C 25 4F 05 +1A EE 2D 80 5A AD 56 96 9D BA CE EB A6 4D 9B FA FD FE D2 72 2F C8 85 AB B0 E7 41 5F 17 17 17 FF +FE EF FF 56 F5 D8 5A 8C 0A 63 38 CB B2 B2 F4 C3 E1 70 9C 1B 4F 79 9E 77 BB 5D 22 8E 51 F5 66 8D +09 8C 12 A4 AA 50 13 4E 5A AB 42 55 6B 27 43 05 DD E2 E4 54 A7 55 4D 54 DF 1E E9 62 8C 6F 35 40 +5E 62 FA 8D 02 6C CD 7B 68 C6 B7 26 EE 30 DD 43 B3 BE 36 1A 75 3A 92 E9 B2 AA 64 62 68 DC DB 18 +04 6C 5E 34 1E 30 C1 02 3B A1 10 D1 FC FC E6 43 87 0E 0F 06 C3 93 BD BC F3 2D E7 41 5F F7 EE DD +7B 92 1A F8 44 94 E7 59 BB DD 9E 9E 9E 76 CE 76 BB DD E6 AE 6E A7 D3 ED 74 6B 8E 5F F5 79 5A AF +57 8F 56 33 FD 46 E5 0A 9B 2C FD E4 93 4A E6 6F 6D 20 02 20 40 57 93 B5 9B F1 AD F1 0B 99 7A 59 +3F B1 5A 9C 70 45 5E 8B 40 38 21 4D 64 16 B9 BF CD 83 27 AA 20 36 CE 0A AB 10 E1 9A 62 AD 99 9A +EA 1E 3E 7C 48 C2 79 A8 E2 B6 7E 39 FF F1 AD A6 10 A1 D5 CA A6 A6 BA ED 76 DB 39 47 44 9B 37 6F +6E EA A1 CB B2 2C 77 F5 C1 54 E3 92 58 4D 6D 84 4B 68 9C 1B C5 1C DB 10 00 B5 EB 3E 45 3B 9B 6D +36 E2 FF 4D D5 81 5B 22 D2 8A A3 25 2D 6F 52 57 93 96 A7 0F 27 20 A0 AE E2 67 8D DF E1 68 28 80 +E2 E5 52 CC A2 2C 7D BA 2E AF 4A C0 4A 3F AD E6 5D 4D C4 2C 62 EA 84 F7 25 11 9D DC 7E 55 D5 F9 +F9 F9 2C CB 96 97 97 2F D4 40 6C 25 17 96 BE 66 96 3B 9D F6 F4 F4 A6 A9 A9 A9 6E B7 DB ED 4E ED +D8 B1 23 99 0D D6 9A D9 D9 D9 3C 6F C5 39 6C 02 FA A4 49 A8 91 2C 55 65 B1 C6 99 2F 1E 10 51 7C +FA BB 5E D8 AB BD 71 26 4E B6 60 94 48 12 A8 E3 0E A3 F8 56 83 87 E0 13 7F 20 2A 62 BA 87 58 7F +20 84 AA 54 51 2A 66 D1 8C F2 C7 DB 4B 0C DD 66 BA 62 94 A8 C1 4D 87 40 8D EA 2A 05 AD 1F 87 C7 +49 8F 71 29 B0 CD B2 F7 6B C9 E6 CD 9B 97 96 96 86 FD FE 85 1A 88 AD E4 5C EB AB 88 3C FC F0 23 +6B D5 5D D2 AA 24 84 8B 25 1F 63 A1 FE 34 BF 6E DA 34 7D E9 A5 97 66 59 9E A6 93 84 57 50 C3 0E +D4 58 07 55 B8 28 44 4B 34 99 80 71 41 4F 30 CE 39 1B DF 6B 02 37 00 8A 62 B2 97 5A 02 E3 CD F8 +56 BC 01 AE 2B A8 25 43 36 76 FE AE E7 BF 44 ED F3 68 D8 D9 3A 22 73 4D 10 08 47 69 14 49 E2 59 +B1 80 0D 1A 39 3C CD A0 DA 84 79 DA B4 04 88 98 E8 64 FE AC 2C 73 53 53 DD A3 47 8F 16 6B 18 24 +17 8E 9C 6B 7D 5D 5A 5A FA CD DF FC AD B5 DC F8 45 51 AE AC F4 97 96 96 96 97 97 CA B2 18 0E 87 +9B A6 A7 F3 2C 11 E7 AA 84 A7 44 02 4C F8 06 E3 B5 C7 1A C5 D5 4C AD 58 63 C5 D5 D6 29 09 75 45 +80 85 46 5C 17 E3 E4 BD 38 A5 25 F5 6D DE 43 F3 E0 78 0F 49 9B 9B 78 0B 8D 12 85 AA 31 02 27 CD +1B 6E 38 34 42 7A 96 C6 34 5F C5 47 26 3C 5F A8 16 9C 93 29 E2 EC EC 8C 2A 96 96 96 56 1B 1E 17 +9A 5C 70 F5 88 FA FD E2 E0 81 83 C3 41 5F 55 3A 9D EE B6 6D DB 3A DD E9 95 7E D5 C9 37 AA 87 2A +EA A4 D6 91 27 DC 5A 2B 75 2B 57 22 6A 3A 1F A2 0B 3D 89 F7 DE 18 1B 73 F7 E2 CC 97 82 BA D1 5A +68 58 7B 27 A8 B5 56 96 3E 4D CF F1 DC FA 06 C6 E6 30 AA 2A 6F 8E 75 4F 9E C0 84 13 DE 0F 11 05 +62 DC A1 62 26 34 D1 5B 3A B8 DE 35 76 63 75 51 4E 89 D4 EF 74 80 AA C6 2E 9E 93 5F 74 2D CE D9 +AD 5B B7 2C 2F 2F 2D 2D 2D 9D 5E 5F D9 73 29 17 E0 EF 49 4B 1F 16 97 96 F7 EF DF FF F4 D3 4F 1F +3E 7C 78 76 76 36 EE 20 42 9E E7 59 96 C5 A9 6E 82 47 87 3A 9A AF 3A 56 5F BB DE 44 04 34 00 98 +C7 E8 85 35 37 6F A4 D4 4D 1B C3 39 57 87 88 52 B9 8A 51 6C 69 62 42 1A 0F 77 F1 44 09 BA 26 84 +AA CB B6 35 93 C6 D4 5A 43 C4 E3 E8 2D B5 58 02 1A E5 E1 E3 B3 A4 47 6B 96 32 88 B4 98 06 40 94 +A5 A5 C5 89 8A B9 4D 99 9D 9D D9 B4 69 66 69 69 69 38 2C 4F E3 6D 9D 63 B9 E0 E6 D7 28 22 58 58 +58 24 E2 6D DB B6 CD CD CD C6 98 8D 73 59 D4 1B E7 8C 6A 4A B2 AB 16 62 AA 04 91 36 9A 7C 99 B1 +E0 05 11 79 1F E2 5C 98 88 AA 40 42 63 D5 6A 1B 5F 76 F2 C0 1B 13 13 C4 35 9A A4 F1 DE 98 47 93 +77 08 12 35 12 55 18 69 AC F4 5A 7D F0 A8 83 1C 6A C3 34 B9 C6 88 34 6D A2 CE A6 8C 53 6C FC 24 +11 03 9C B3 29 2D 2C B5 A2 8D 3F 89 88 2C 51 CF DF D1 70 0F A1 22 2D 1C 3F 7E BC DF 1F AB 54 8E +DA 60 30 C6 4C 4F 4F 97 A5 EF F7 FB D1 C7 42 69 09 83 AE E1 24 3C 9F 72 81 EA 6B EC F3 0B 2C EC +D9 B3 67 66 66 66 6A AA BB B2 D2 27 4A 76 64 04 D4 D4 38 5E AC E5 68 CE 26 E2 52 9D 12 38 82 56 +D1 E6 8B E1 31 E6 D8 F2 58 6A CA 08 C7 BC 56 66 0E 63 FC 51 13 A7 BD 38 66 73 1A 46 C3 39 1F 37 +9B BB D2 0D 24 A1 AA 28 41 75 0F 71 D5 4E D0 B0 39 66 F4 30 24 80 98 2E 54 EB F4 58 F8 00 55 2E +5A 35 6C BA 6D D4 0C AF 85 85 C5 E1 B0 68 5E 42 55 B3 2C 6B B7 F3 D8 C8 A0 D7 5B 62 26 CB 0C CB +AD 56 CB 18 D6 E0 45 64 58 F8 D2 AF A6 F5 9C 58 BA DD EE 0D 37 DC B0 9E 23 CF 44 2E 50 7D 8D 52 +14 C5 33 CF 3C 7B E5 95 57 BE E4 25 2F 79 EA A9 A7 44 64 30 18 A6 78 63 02 CB C6 B0 73 55 0B 97 +64 CE 36 D5 C5 FB 10 67 A6 F4 3A E3 DE 94 2A 93 A4 0E 2F 55 16 42 74 4B 89 28 73 85 69 22 63 61 +75 BC 20 E6 73 03 A3 BD 22 1A 15 26 DA 0F 71 16 17 91 E6 EC 2B A2 40 55 06 34 EA 56 A4 EC C4 40 +74 74 B4 A5 C9 7E E2 DC FA BA 81 1B E5 89 D2 66 7D 4B 5C 96 E5 C1 83 07 9A F6 6B 9E 67 9D 4E E7 +A2 8B B6 CD CC CC 10 51 BF DF 5F 59 E9 FB B2 24 D2 A9 E9 6E B7 DB 8D A4 99 38 37 F7 7A BD C1 60 +D0 EB F5 A3 B9 1F 1B 3D 9C F0 65 DD 7A EB AD BF FA AB BF B2 AE F7 7A 06 72 1E F4 F5 24 6B 8C 73 +56 1B 11 72 EF 83 F7 2B BB 77 EF BE EE BA 6B 6F BF FD B6 63 C7 8E 2E 2C 2C A4 B0 78 3D CB 9E 78 +A8 09 08 45 44 69 13 8D 49 37 AD B6 09 D4 4F 44 89 B4 D1 9D AB 5E D0 2B DA 4A 1C 36 84 90 D8 89 +69 11 47 9D EB 17 0F 4E B9 83 00 C5 72 C4 C9 51 1A 41 7D 7D 56 F3 FF 55 98 AD 71 4B D4 BC C3 58 +A5 3E 8E 99 80 66 3A A6 4E 01 C2 CA 4A FF B9 E7 F6 A4 72 9C AD 56 B6 63 C7 8E AD 5B B7 F6 FB FD +FD FB F7 17 45 51 16 45 AF B7 5C 0C BD 40 7B BD 7E 8A 14 C6 46 E0 D6 DA B9 B9 39 EF FD 70 38 2C +8A 62 A5 DF 2F 06 FD 61 E1 CF 97 9B F6 5C EB EB F4 F4 F4 EF FC CE FB 7E E1 17 FE 45 F4 47 5A 83 +99 29 77 F5 45 E1 BA 4B 68 66 93 B0 91 43 C7 CC 37 9F E3 E7 0E D9 A5 E5 61 5C E3 FA 2B BD DD 4F +3D 79 DD 0D 37 EE DA 75 E5 60 30 58 5C 5C 40 83 7A 12 63 42 A9 36 60 F4 CC 37 2A 4F 51 3A 38 6E +26 EB 16 B5 2E A2 01 9B 12 18 4A 37 1C 83 4F 4D 9F 40 3D 5A 44 36 A3 80 56 73 6F 6D 4F 57 EB 7E +73 6F 9C D1 CB D2 27 EA 6A 32 70 13 AB 26 46 16 22 A9 20 61 E2 3A 2D 2C 06 C3 E2 1F A3 CE 47 35 +81 70 14 0F 8B 3F 89 E5 E5 DE B3 CF 3E 17 8F 69 B5 B2 AD 5B B7 B6 5A AD C3 87 0F 1F 39 7C 70 79 +B9 1F AB C3 40 55 41 00 06 83 61 F2 3D 0F 56 7A 0B 0B ED 98 0E 3E 3B 3B 9B 08 09 BD DE F2 9E 3D +CF 1F 3F BE B8 96 13 FD AC CA B9 D6 57 66 BE FD F6 DB 76 EC D8 B9 F7 F9 67 77 CE F3 6B AF A7 EF +BF 1D 57 5D 6A 37 6F A3 F9 AE E6 86 FA 8A 23 87 F4 BE 87 FD 9F 7D CE 7C E3 69 F5 5E 83 E0 E8 B1 +C5 C7 1E 7B EC D6 5B 6F BF F1 C6 1B 97 96 96 87 C3 32 CE 1F 11 76 24 BA 93 73 D6 18 13 F3 FA 93 +A1 99 9C 5F F1 03 22 E3 BD A7 8A 4D A2 71 16 8C 4B 27 6A 28 36 BE 64 8B B5 1C 13 6F A2 63 01 95 +9F 35 95 B7 A0 DA 57 60 62 32 6D 8D 84 38 5D A5 8E 1B 57 B7 81 F1 C2 47 B1 FA 67 3D C7 57 C0 B1 +99 CB 15 17 E2 04 16 13 B8 8C 3F D4 64 00 34 9F 34 1E 23 22 7B F6 3C B7 6F DF 3E 22 CA F3 6C F3 +E6 CD 44 B4 EF 85 BD BD DE 8A F7 4D B3 B4 69 76 57 1F F7 07 65 7F 58 02 58 5E EE 1D 3C 78 B0 DB +ED 6E DF BE FD 92 4B 2E BD FE FA EB AE BA EA EA 47 1F FD C6 F3 7B 9E 0F 3E A4 61 2E BE 78 E7 8B +A6 25 6B CB 79 B0 07 76 ED DA 75 F7 EF BE F7 FF FA B7 FF FD DB 5E 2B B7 5C 81 1D 5B 75 EB 36 CE +5B 95 C3 A8 0B CC 4F D3 CE 8B F4 EA CB E4 43 F7 E2 33 0F A1 5F 00 84 85 85 A5 7F 7E F4 91 6E B7 +7D E3 8D 37 2D 2D 2D C6 BE 70 AB 11 49 FA 23 CE 4F 09 DC 24 73 96 88 12 85 25 CE 7A 91 B9 D7 44 +3F 51 7D 13 5C 4B 86 63 59 86 06 AA 33 11 E4 51 CD 0A 88 7B 6B 24 34 BA 87 04 E3 A2 02 35 A7 F6 +74 D1 78 0F D1 56 4E 8B 43 63 2F 35 C1 62 AA 3A 5F 1B CA 15 76 C4 88 8A 59 99 07 45 51 3E FC F0 +23 FB F7 EF 77 CE CC CD CD 18 C3 B1 B8 D3 7A 5E 93 56 FF 21 B6 39 58 5A EA F5 7A 3D 66 9E 9E 9E +DA B5 6B 57 96 39 6B DD 9E E7 9E 0B FD A1 02 3B 76 EC 78 FF FB 7F F7 4C 35 63 1D 72 7E F0 D6 B5 +97 B6 7E F1 8D EE CA 4B 87 17 6D C5 EC 6C D6 EE 8C 37 89 05 A6 DB F4 8A 9B 78 66 DE 6E EA 86 8F +7F 59 96 FA 20 C2 CA F2 D2 83 5F F9 0A 11 65 99 BB EB AE D7 6D DE 3C 5F CF 5E 27 F0 22 A7 C0 69 +DC 14 D1 89 D8 8D 8E 17 44 8F 9B 75 19 AC CA 11 11 E7 D9 10 2A 37 FE 04 AA 73 CE D4 33 DF 08 A5 +35 6F 29 FD 84 52 F4 2B 01 AC E8 3B 9B B8 87 F8 1B 69 CC CD F1 96 C6 10 15 46 B9 68 D5 55 22 0A +24 B6 54 FD 42 38 06 81 55 B1 B0 B8 FC D0 D7 1E 1E F4 07 9D 6E BB D3 E9 1E 3B 76 EC B4 73 5F 55 +75 79 B9 B7 6F DF BE 6E B7 4B 44 79 9E 6F DF BE BD B7 BC 7C E0 C0 81 D2 4B 73 16 38 AB 72 1E F4 +75 B8 7C E0 F0 37 FF E0 B2 ED 61 7E D6 B4 36 89 B3 A4 01 93 F1 6D 46 DE A2 EB 2E E3 7F F5 93 20 +A2 8F 7D 29 2C F5 51 06 5D 5C 5A 7E E4 91 47 DA ED B6 88 DC 75 D7 5D 9B 37 CF C7 15 30 A2 90 C6 +CC E7 E3 0B 8B F0 1C 00 AA 66 C1 92 7C E9 11 CE 27 D7 41 8D EE 47 A5 36 93 44 BD 8C A8 28 59 A2 +69 73 35 7C 5C 0B 02 26 80 05 20 56 EF AA 4D EA D5 10 0A E9 0E 53 EE 61 DC 9B 0E 4E 57 51 95 62 +F1 99 E2 D0 43 7E 70 54 95 98 29 88 46 AB 77 65 69 79 A6 78 70 C7 3C 69 36 15 82 5F 5E 5E 11 59 +F3 F6 4E 29 F1 C7 B3 B2 B2 B2 67 CF 1E 6B CD 60 30 68 B5 DB 6C AC 96 93 74 8B B3 27 E7 43 5F 97 +5E 08 87 EF 9F D9 24 DD 29 58 28 23 A8 AC D2 57 80 19 2D 47 D7 5C CE EF F9 51 10 F1 C7 BE 2C 0B +BD 20 A5 3F 76 EC F8 FD F7 DF B7 B0 B0 B0 B8 B8 F8 D6 B7 BE 65 C7 8E ED 18 F5 59 D5 46 31 C0 C8 +46 4D E1 CA 8A B2 84 06 D6 01 46 F1 A1 E6 7C BC 1A 49 A4 14 9A 74 64 13 42 A5 78 41 0D 92 C8 7B +1F DB 75 A4 25 BE 81 ED 12 A3 25 65 7B 73 F3 66 9A 88 0D 63 2E 55 6E 1E 5C DB AC 52 1C BC 7F E1 +F1 0F E9 F2 83 D6 0C 6D 46 41 33 20 44 7D ED 04 FE 1F 5E 7F E8 A5 97 D8 2F 3D E6 BF F4 8D 7E 51 +96 A7 AD AC 44 D4 6A 65 F1 41 CA B2 5C 5E 5E 3E 7E FC F8 CA CA B2 B1 56 31 8C 93 EE 69 0E BD 11 +39 D7 FA BA 7C E8 3B DF BE F7 5F 77 AC E4 99 63 1E B6 AC 15 58 C6 1A 91 40 82 73 74 C3 2E FE E5 +1F 53 43 F6 6F BF 24 C7 7B 3A 18 0C 0E 1F F6 5F F9 CA 57 16 17 17 07 83 FE 8F FC C8 8F 5C 7C F1 +C5 13 5E F7 FA 5D 6A 32 03 9A EF 38 15 03 4C 5E A4 3A 3E 54 D9 94 31 64 95 CA 4F 94 A5 CF 32 D7 +8C 36 A1 B6 2F E3 DF 09 9F A5 BD 91 64 53 83 A1 8A 81 D5 34 4C 57 7F 92 20 54 5C FA 6B 80 A5 13 +0F 95 EC 5A 11 31 C6 16 8B CF AD 7C F7 F7 B1 F0 B9 EE 74 E1 BA 84 76 2C 3D A7 00 69 A9 34 A0 EB +AF A1 4B B6 63 B1 18 FE E3 D7 8B 04 C8 4E 4F BA DD CE DC DC 3C 11 F5 7A BD E5 E5 E5 A5 C5 85 41 +7F 65 6E CA EC 9C EB FC D9 87 FF 78 6A 6A EA D4 43 9C B1 9C 53 7D 55 D5 27 3E FD 3F CB C2 37 B2 +29 9B 99 92 80 A0 26 B7 02 85 0A D6 A8 D3 03 97 D1 0D 57 D2 7B 7E 54 18 E6 AF BE E8 97 56 2A 7F +D3 13 4F 3C 71 CF 3D 7F D1 EF 0F DE FE F6 B7 EF DC B9 A3 E9 FF 4F 5E 2A E6 51 50 AA 09 B9 54 D5 +7B 71 CE D4 D0 8A D2 44 98 D8 FE 22 21 3A 71 22 12 8A 98 A6 09 83 12 DE 6A 3E E0 44 08 2A 5D 34 +1A 9D CD 8B 36 01 56 ED 31 1D B9 05 22 C0 52 D5 58 04 2E 4D F0 54 77 F9 62 E6 B2 0C 83 BD FF E0 +17 FF A9 D5 42 36 65 68 86 28 B3 A8 59 32 EA A1 2D 81 72 E6 4D 11 D0 2F 33 42 B1 56 0E D2 7A DE +5D 74 CD 2E 2E 2E 0E 87 C3 E1 70 D0 5B 19 6C 6A F9 77 7C BF BC E6 A5 ED CB E7 9E 80 DE B6 E6 2B +7C F1 E4 9C EA EB 91 A7 3E 53 2C 3E ED 0C AC 63 70 C9 EC 40 A1 2C B3 3C 3B 05 ED D2 38 5C 71 05 +FD EC 9B B1 B8 6C 3F F6 20 7C E9 CB D2 2F 2F F7 9E 7C F2 C9 BF FA AB BF 5C 59 59 F9 E9 9F 7E E7 +A5 97 5E 6A 4C 9E 38 D4 13 5E 9E 34 27 A1 76 4C 46 78 D4 70 1B 55 2B BC B5 A6 DF 2F 9D 73 65 59 +A2 B1 3A A3 A1 8E 71 62 75 AE D2 B3 34 EC 04 AA 5B FF 45 9B 69 95 AB 01 56 1C 36 E9 6B E3 60 2A +16 9E 18 F6 96 4D 37 C0 1B 0C 54 CB 12 B9 A5 68 1C 3B 90 D1 10 EC 62 30 FB 0E 1E 95 12 A7 AD AC +86 90 B5 F2 EE 54 77 79 79 79 38 1C 78 5F 0E 56 FA 65 51 5C 79 99 DC 75 A3 79 D9 8D 62 8E FD 56 +E1 9E D1 D6 2B F2 F9 37 9C DE 25 D6 29 E7 54 5F 8F 3E F1 71 1E EC 6B E5 64 39 58 47 44 0A 75 CC +41 03 F8 A4 E0 52 81 6E 46 D7 5E 66 7E F6 07 E9 C8 4A F8 E2 37 10 04 65 E9 17 8E 2F EC 2E CB 8F +7C E4 23 0B 0B 8B EF FA 99 77 5E 77 FD F5 9D 4E 1B 75 1E E9 84 8B C0 18 93 9C 8B AB 03 5A 35 D6 +89 A8 C8 D6 97 45 BF 3F E0 3A 4D B7 AE DA 32 62 EB 8D C7 A5 D0 28 D8 11 E2 B4 DD BC E8 E4 43 D5 +10 6A D5 26 4D EC 4D 55 91 57 0F 22 81 CB A1 29 5C 28 96 34 0B 04 03 6D 95 D4 6E 30 2B 42 79 EC +58 FF C8 62 47 C8 03 A7 09 8C 94 D0 6A E5 D6 D8 E5 E5 A5 E1 70 A8 AA FD FE 70 BA 4B 2F BF C5 5C +BD 8B DB B3 65 D6 59 D2 E5 0F 0C 8E EE 24 FA 40 36 77 D7 E9 5D 65 3D 72 EE F4 75 EF 23 7F 76 F4 +7B 9F C8 0C 19 D7 62 37 30 06 AA 02 78 26 05 55 8B D8 5A EB 09 09 D4 68 77 86 6E BB 56 7E E1 4D +7A E4 18 3D BA 5B 01 94 3E 1C 5F 5C 2A FC 73 F7 DE FB 89 85 85 63 EF 78 C7 3B BF EF FB 5E 39 35 +35 15 B9 7C 69 B5 4D 00 2B C5 4B 53 26 4C 62 3C 35 33 46 EA B2 40 EA 2B 09 CC AC 5A 31 69 62 D4 +2A 9A A7 75 3C 69 84 EA D2 B0 A3 9B 27 10 51 BC 87 14 A4 88 9B 35 56 A3 26 BD A1 09 B0 EA D0 1D +47 FA 4B 8A E4 55 BF 46 02 31 20 A4 CA 1E D6 06 6F 88 68 40 22 0A 03 B5 04 A0 EC CB E1 C3 B4 B4 +54 12 4E 3F 1C 25 82 41 AF 77 D8 87 B2 2C 8B A2 24 22 06 AE D8 9E BF EE 96 72 76 BB BA 2E 09 60 +8C B6 B2 E7 B5 7C 14 F8 FF B8 BE AA 84 83 8F FF 3F CF 7E E1 3F 64 58 C8 3A 26 6B 0D 89 15 44 C6 +E6 CE 06 26 65 7B 8A 95 4A 8D 92 12 5B CD A7 E9 A5 37 D0 8F BF C6 BC 70 2C 1C 3C 56 B9 30 7B BD +95 FD FB F6 7D EA 53 9F 3A 70 E0 C0 C1 83 07 DE F4 A6 37 6E DD BA 95 99 A2 4B 1E 35 C0 9A F0 C6 +13 11 D1 08 CD A4 08 3B D5 4D 5C 89 18 55 93 8C 32 CF 5D 74 96 25 33 23 E1 F4 06 6E 1B 1B 76 42 +41 D7 22 10 4E F0 21 23 DE 4A E1 E5 74 95 54 B5 B3 B9 69 8D 31 0C 32 21 32 69 15 0C 28 04 3C 24 +CD D4 07 04 60 65 51 8F 1F D5 5E 91 29 05 C0 9F B6 49 30 28 02 CA 5E 24 83 67 99 DD 3E 13 DE F6 +5A 7F E3 8D B6 3D A5 2A 10 21 40 89 B1 B8 FB 77 02 DF DE D9 F2 9A D3 BB CA 29 E5 AC EB EB F2 0B +0F 2C EE FF D6 9E 2F FD 96 D1 7E 9E 5B 67 33 6B 07 59 4E D6 82 89 98 31 9E 0A 70 62 A1 40 00 48 +A9 95 E9 FC 16 7E C3 2B B0 E7 80 DE F3 05 ED 17 55 69 87 FE CA 4A 59 96 0F 3E F8 D5 23 47 8E EE +DE BD FB 6D 3F F9 B6 AB 5F 72 75 CC B1 96 BA 41 EB 04 FC C2 B8 3F 21 CE 5E 44 64 0C A9 EA D4 D4 +14 33 47 3F AE 31 56 44 27 68 8A C9 24 88 53 DD EA 61 53 EC 2D 5D B4 79 7A D2 F5 1A BA 8D E1 AD +B2 AC 62 B3 29 AC 3A E1 00 A9 3E 57 29 B5 AD 6A 81 52 85 01 06 AA FE 33 A1 24 CF F0 A2 C3 15 14 +03 2D CA 12 2A 67 E2 72 AA C3 5D 4A 80 31 FC BA 97 EA 1B EF C4 DC 16 95 00 5F 2A 42 00 AB 71 C8 +5D AF 77 E0 6B F9 CC 2B 8C 3B 75 85 8E D3 90 33 D5 D7 23 4F 7F EE F8 0B FF CC 10 34 96 9B 12 C6 +A1 03 5D 04 70 E4 DB 1F 5E 3A 7A B8 65 7D BB E5 AC E3 CC 15 79 1B 4C B0 86 8C 81 62 23 29 0E 0A +23 D4 ED EA CE 9D F2 A3 AF 35 4F EF D7 2F 7E B3 CA CC F6 02 3F 2C 15 BD C7 1F FF D6 BE 7D FB 0E +1D 3A FC F3 3F FF F3 37 DC 70 7D A7 D3 4E A9 DB 4D BA 74 DC 4C 48 A8 FA 2E 1A 6D 01 A3 B6 45 52 +0E D1 C8 0D 54 B3 04 47 A9 B9 F1 C8 26 5D FA 04 37 7E 22 CC 57 9B 19 C0 38 DE 4A 9B 22 A3 7A DF +89 9A 88 2A 14 17 6B 76 C0 B6 66 C8 12 00 A6 40 A2 C9 E3 1C 82 86 80 72 A8 C5 82 B0 60 AE 15 5A +46 86 6B 15 47 D8 88 30 E1 C6 8B E5 87 5F C5 3B B7 81 55 59 A1 81 8C 8A 2A 05 81 09 FA F4 57 EF +6E EF F8 89 A9 F9 CB CF F8 52 27 90 0D EB AB 8A 48 28 BE F7 8F BF ED 07 87 D8 F2 CA BE 87 FB C7 +9F 23 8E 15 AC 54 C2 4C 90 41 40 C9 D2 52 F2 00 32 57 76 3B 59 27 77 CE 15 59 56 3A 07 63 C0 CC +C4 39 93 18 B3 C1 2F 50 E0 40 73 33 7C CD 2E 7D F7 1B F4 B9 43 F6 E9 7D 23 2E 55 51 94 12 C2 C1 +E2 C0 C7 3F FE F1 85 85 85 77 BF FB E7 5E F5 AA 57 45 04 16 79 7D 18 E1 FD 11 4E 9A C8 DF 8A 87 +45 F7 B8 6A 82 81 4D 96 60 A4 B9 30 1A B8 AD E6 DC 78 6B 9B 81 FE B1 BD 18 C7 7C 54 07 D5 56 63 +BE 28 29 91 C1 56 4D 15 15 90 98 F1 12 C7 89 9E 56 55 F8 52 B5 5D DD A3 02 A5 AA 02 26 D8 50 7A +00 2D 87 F9 AE 66 16 CC 38 C3 D2 83 A2 B8 74 1E 6F 7B 65 B8 F1 6A 93 4F 31 40 12 D4 78 08 C1 29 +44 01 05 FB C1 99 D8 CA 27 97 8D E9 AB AA 3E 73 FF 07 0E 3C FE D1 FE D2 81 16 8E E4 2D 6D B5 30 +3D C7 64 E0 43 6E 51 FA B0 32 F4 A5 88 16 A1 0F 62 4B D2 CA 32 6B 8B 2C 03 51 B0 8E B3 16 98 39 +CB B2 CC 79 B6 1A 8D B9 8D 89 20 73 98 D9 C6 B7 5E 87 B7 BD 8A 7E EF 5E F4 87 9E EA DB F3 3E 04 +91 23 47 8E 7C F2 93 9F 3C 74 F0 E0 DB DE FE F6 B7 BC E5 2D 3B 76 5C 64 2D C7 1A AE C9 10 C4 28 +31 66 64 D1 26 B6 61 F2 7D A6 CB 36 C9 50 69 61 6D 5A 9F 69 73 35 FC 3A 61 7C AB 89 AB 92 4D 9C +E2 05 89 10 93 6C 8C 64 2A C4 E2 F7 21 84 C1 A0 E8 F7 07 C6 91 FA 68 5E 54 11 3D AB 34 F0 3A 1C +7A F4 D5 28 A6 BA BC 63 33 3A 79 58 5C D1 33 D1 57 55 CC 74 F0 C3 2F 37 DF 77 33 CD 4C 71 29 E4 +0A 85 C0 04 04 06 48 33 4F 0C B2 B2 15 38 5B 5C 82 0D E8 AB 84 F2 D9 07 FF 60 F7 97 FF 43 AB 25 +B3 6D 6E E7 9A 65 60 03 32 4A 0C D5 21 44 5D F0 2D 45 29 26 94 CE 72 41 50 E3 86 26 03 B3 5A C3 +CE 11 11 BB CC 19 2E 2B CB F5 B4 44 15 F9 34 36 5F 4C AF BB 43 1E 7D 46 FE E1 11 88 56 13 60 4C +3B 1A 0E CB E1 F0 F8 17 3F FF F9 DD CF 3C BB 77 EF DE 9F F8 89 9F B8 F6 DA 6B 9C B3 D1 D9 3F 81 +93 9A 6A 11 D3 65 13 54 6F 1E 9C 38 2B 54 07 A8 52 18 22 11 B8 D2 50 71 E9 6F 02 AC D5 D1 AC 34 +1A 35 E2 5B AB 32 B4 24 95 1D A0 BA 40 E2 F1 E3 4B BD 5E 6F 30 E8 F7 FB C3 D6 CA 8A F1 EA 1C 05 +61 2F A0 00 AF CA 42 22 0A AF A4 80 C2 41 AE D8 82 CB B7 E8 D1 65 14 75 4B F9 0D 11 AE 23 AE 6D +E7 78 FD 4D FC 43 2F C7 8E 8B A0 56 05 A4 02 F6 F0 50 17 88 0C 94 80 00 55 07 3D DD 57 7B 2A D9 +80 BE 1E DF F7 8D 27 BF F4 EF A6 5B 3A DD 81 CB 8C 73 81 9D 1A 43 C9 81 28 02 6F 88 54 2D 84 5A +43 25 58 06 33 88 C8 65 0E 10 B6 CE 32 3B 5B 30 9F 80 30 B0 01 51 58 42 7B 86 AF BE 5C DF FE 1A +F3 FC 61 7C EB B9 B1 79 83 A0 A2 18 94 E1 C9 27 9F FA F0 87 3F BC B8 B8 F8 CE 77 BE E3 E6 9B 6F +CA B2 BC F6 C6 C3 7B 49 B3 6C 72 D6 D2 38 CF 68 50 6E 18 3D 00 00 20 00 49 44 41 54 3C 2D 2C 66 +22 44 74 A5 21 88 73 29 F1 AB 32 46 1B FC D7 E8 49 00 1A F0 6B 22 BE 45 54 51 10 6B BC 35 02 58 +54 07 05 E2 6C 5E 3D 14 41 55 8F 1F 5F 38 7C F8 70 AF D7 2B CB 12 20 EB 03 09 82 87 75 19 21 04 +04 08 49 00 3C 82 87 F7 10 01 13 2E 9A A3 97 5F 6D 8E 2E 87 DD 07 21 CA 22 32 F4 EB B2 65 E3 B5 +19 98 9F C2 EB 6E A4 9F 7A 1D 5F BC 55 39 23 10 38 40 40 2C 1A 29 67 0A 65 05 79 0C CA 9E E0 6C +D5 DD 58 AF BE FA A2 77 E0 D1 BF CC 11 DA B9 69 B5 C1 66 68 2D 5C 6E 99 61 6C 8C D2 88 8A 7A AF +44 21 C2 0B 11 30 C3 58 47 C4 D6 90 61 52 15 C3 DE 58 3D 3D A7 4A A2 71 51 20 2D C9 E6 E8 6E A5 +5B AE C7 0F EF A5 17 8E E0 E8 32 92 0B 35 DA 7D 0A 88 C8 B3 CF EE F9 8B 7B FE FC E8 91 C3 3F F3 +AE 9F BD E3 8E 3B E6 E6 AA 66 54 CE 99 94 1B 3D 01 77 26 28 82 CD B4 B0 66 0C A2 59 5E A0 19 47 +4D 9B 13 D1 2F 5A 15 DF 4A D6 70 13 60 A5 D6 9E A8 66 C1 C4 CC 92 5E AF 77 F0 E0 C1 5E 6F 25 D4 +55 D9 54 23 E3 4C 25 14 6A 38 F2 13 CB DA 3C 57 D5 D2 AB 0A D8 D0 B5 97 60 69 40 BD 02 FB 8E 91 +A2 FE 82 4E 2A 04 18 46 EE 70 E9 3C EE BA 91 DE 74 3B 5F B6 43 5B 6D 52 80 7C 9D 79 46 0C A3 10 +75 44 08 28 84 0D 2D F2 F9 D7 D7 C1 C2 FE 6F FE 55 2B B3 B9 23 42 61 1D 59 0B 97 71 EE 18 15 2E +05 00 63 AD AA F3 7E 08 55 63 60 0C E5 8E 88 95 4D 89 40 64 41 7C DA 1E 40 80 20 80 A8 5A 22 0E +22 C2 2E A7 99 2D F8 BE 97 9A 07 BE 2D 0F 7C 3B A1 76 84 C6 9B 10 91 03 07 0F DF FB C9 4F 1D 38 +78 E8 6D 6F 7B DB 1B DF F8 C6 8B 2F DE 19 8D C8 46 42 62 C4 49 63 14 C1 B4 39 11 88 AA 9E B4 81 +DB 26 72 53 D3 66 3D 35 52 F3 2A CD 41 D6 E2 34 4E 04 E7 62 AE 5F BF 3F 38 7A F4 D8 70 38 6C 16 +6B E1 D0 83 06 09 28 4B 65 23 36 FA 07 94 42 50 00 A4 70 96 5C 86 BC A4 B9 69 7E D5 35 EA 0C 3E +FB A8 7C 6F FF A9 ED 01 22 B4 1D AE D8 4A 77 5C 89 1B 77 F1 35 17 D3 D6 59 E4 99 B2 25 C7 20 22 +83 E8 E1 51 2B 44 D1 37 62 E0 80 4E AE B4 81 EE DE 1B 93 75 E9 AB 84 F0 CD BF FF 93 20 7D 36 C6 +64 9C E5 C8 5B E4 B2 B6 31 C2 5C 12 81 00 55 08 D4 59 28 28 33 26 A8 B5 54 10 11 71 60 0B 62 52 +73 46 E4 20 C4 05 D1 C3 98 F8 FB 26 2D 35 CB 31 3D 4B 57 5E 22 3F 76 27 7F EF F9 70 70 F1 C4 27 +AA E2 E8 91 63 F7 7D E9 4B CF 3F FF FC 9E 3D CF BF EB 5D EF BA F2 CA CB 13 C0 E7 BA B0 66 72 AC +36 B3 A0 52 20 2A D6 10 6E 02 AC C6 91 63 34 C5 54 D0 20 11 55 93 71 5C 67 90 5B A0 89 D2 26 39 +8D 69 84 74 80 8A 0E 07 FD C5 C5 C5 A2 18 6B 8E E5 D5 59 10 47 97 0B A8 F4 9E 99 18 1A 24 76 0C +85 61 38 83 CC 89 0A A8 6B 5E 75 4D B8 74 9E 1E 7A 1A 0F EF C6 52 5F 23 25 DC AB 89 7D 0F BC 20 +37 C8 2C E6 A6 70 D5 0E BA E9 12 BA 74 87 D9 32 AD 33 6D EA 4E 51 A7 25 2E 23 63 41 00 07 B5 86 +94 60 2C 89 A8 25 82 00 04 66 99 9F D7 55 E9 C3 2F 9A AC 4B 5F D9 98 EB DF F0 73 0F EF F9 90 33 +03 66 21 43 C4 30 B6 40 ED 3F 25 02 18 AC C4 AC DE 08 7B 82 29 8D 27 32 20 86 06 E0 0C D0 D5 48 +08 CC D0 80 60 94 41 59 81 A1 25 93 69 77 2B DD 71 03 BF EA 71 DC FB 50 F0 6B E0 5F 51 5D 19 14 +4F 3E F9 E4 1F FF F1 1F 3D F9 E4 F7 DE F3 9E F7 DC 7A EB 4B BB DD 4E CD 94 1D 29 47 54 3B AC 4A +B4 8A 41 D4 48 93 12 09 D6 DA E4 E4 9F 38 B2 39 8E 36 12 01 6A 7C A6 21 48 33 AD A5 19 B2 AA 1E +94 62 CA 6B 68 C0 38 AF D2 8F F0 6E CC ED CF 0E CA 7E 60 8C F5 CC DC CA B8 F0 12 C3 DA 86 61 32 +0A 41 AD D3 76 80 2A 11 93 65 BE EA 62 6C 9F 97 3B AF A5 85 9E 1E 59 A4 C5 BE 0E 0B 25 A3 2A 4C +44 F3 33 B4 63 5A B6 CD 60 D3 94 71 8E 32 A3 CE 20 6F 69 3B D3 56 6E 5A 6D 31 16 C6 22 73 6C 0C +05 52 D3 28 6D 1F AF 9B 4D C3 2F 3F E7 A6 77 9D 49 78 62 2D 59 97 BE AA C8 F2 FE C7 19 A5 A3 40 +00 B1 02 A4 6A 88 CA F8 B2 C8 01 0A 66 A8 C0 0A C5 4D B5 D5 03 D0 1A 17 51 59 57 70 6B 4C E2 80 +51 B5 04 EC D5 B5 A8 25 BC 6D 87 FC E0 9D FC CD 67 F5 A9 7D B2 D6 B7 24 22 83 41 71 E8 D0 E1 4F +7F FA EF 8F 1C 39 F2 8B BF F8 8B 6F 78 C3 EB 37 6D DA 14 51 4E 5A F1 23 30 6A D2 5F D2 08 B5 7A +81 D9 D6 47 22 2A 5F 52 A3 B8 89 F1 F8 56 9D BF 05 8C 5B BA 29 BE 85 AA 90 02 A5 38 19 33 31 DB +94 35 AE E0 C2 DB 46 E6 77 7A A8 A0 75 58 21 04 19 7A B2 96 2A 17 2F 81 18 64 C0 06 D6 22 0B 04 +88 21 B2 0A 67 CD 54 17 AA 28 3D EA 9F 38 81 19 50 76 64 60 2C 41 0C 39 42 EE 90 67 68 B5 B9 DD +41 D6 0E 59 4E D6 B1 35 20 26 22 98 D8 15 8C A1 02 B2 88 7D 90 A6 6D 79 E0 6B FF EB 25 3F F8 79 +E3 BA 78 B1 65 9D FA EA BF F7 A5 BB 45 A1 B6 0A EA 11 A9 E5 12 20 B6 15 38 8C 16 2C 31 24 40 C3 +D9 65 42 2A 34 72 63 B8 50 64 30 96 3A B3 74 D3 95 78 E3 6D BC F7 88 9C BC 0C 54 08 61 D0 EF 3F +F4 D0 57 17 8E 1F 5F 38 7E FC C7 7E FC C7 E7 E7 67 01 58 6B 22 85 20 35 D2 48 9B 09 7E 9D F0 5E +6A AA 61 E5 F4 01 74 22 6C 86 55 A5 E0 1A 27 57 00 2B F9 C8 9A 00 0B 0D 26 F8 5A A5 B7 43 10 EF +33 C7 FD B2 50 63 47 7D E7 98 21 A2 4C 70 8E C4 43 44 09 62 19 A5 D7 A0 E4 2C BC 87 28 5A 19 BC +98 58 78 88 58 A1 6C 58 62 06 2E 9C 76 32 38 D6 AC 4D 9D 16 32 A7 AD 36 19 4B D6 90 21 C0 2A 07 +62 43 D5 AF A5 99 6B 4B 68 B7 0E 2D ED FE C8 EC 35 BF 70 B2 37 71 5A B2 5E BC C5 58 08 21 B0 88 +1B 15 BF 25 43 A0 80 B8 E8 8F 8E 34 75 62 71 3D 11 A8 5F 63 8A D5 0D 4E AE F1 AA 04 0E 14 A0 60 +22 21 EA 23 6F 13 66 78 6E 5B 78 F5 8D F4 D5 EF D0 C3 4F 4D A6 16 36 25 04 E9 F7 87 FD 41 F1 F5 +87 1F E9 7F F0 83 CB BD DE 4F FD D4 DB 2F BA 68 1B C6 E3 AE CD 4D 6A 54 FB 89 56 66 13 51 35 03 +10 18 8F 60 25 93 34 CD AF D1 9F 95 D8 86 09 60 11 A1 39 4E EA D8 96 82 14 00 52 CB A4 64 BF 8A +48 19 C4 A8 83 E6 06 03 05 8C 81 F7 6A 2D B1 81 08 8C 81 06 30 C3 DA CA 1D 10 CD 33 01 32 87 20 +10 85 0B C2 D0 00 06 C1 92 44 D6 17 18 99 55 EB 40 96 5C 46 59 AE 79 86 76 CE CC C4 06 6C A0 52 +97 94 A5 58 E2 A1 FA C6 24 00 8A 2E 7A 47 1E FF ED 42 B1 ED DA 5F D8 F0 0B 3E A9 AC 5B 5F B3 19 +91 A2 44 CC 65 03 40 5E 1C B8 34 27 0A 9A 4F 7E B2 D6 DC 74 7A BE 02 02 19 70 20 10 84 D5 02 10 +B5 19 3A 9B F9 BA 2B C2 5B 6E E7 DD 07 E5 F8 F2 9A 75 5F 10 FB 7B A9 8A 94 4F 3C F1 C4 1F FD D1 +1F 65 59 F6 D3 EF 7C E7 A6 99 E9 26 C0 A2 46 6A 61 B3 6C 51 4D 45 9D B0 50 C5 5A 3B 81 B7 E2 C1 +4D 7A 21 11 C5 34 C3 13 26 8D 61 1C C6 35 ED 57 54 65 07 44 C6 7B 24 55 86 F2 70 85 AD 51 6B 54 +C4 97 6A 2D 07 AF 20 18 4B 5A C2 58 25 86 33 04 21 72 EA 2C 42 89 52 60 09 A2 10 81 3A 10 48 A0 +44 4A 20 36 B1 0E 1C 8C 05 33 32 87 2C 47 AB 85 2C 63 E7 68 C4 A4 1B FD 98 C7 5F 0D C3 07 67 B3 +D0 F5 FD 85 47 FF 5D EE B6 CE 5C F9 C3 1B 7F C7 6B CA BA 96 6D B6 D9 CD 3F F6 FB 92 6F 15 B1 02 +E7 03 44 D4 97 A5 C2 92 85 06 9C DC 93 B7 96 EA 9C B6 39 4E 04 36 60 C0 0A 51 49 A6 2F 4E 74 66 +DE 6C BE 84 BF EF 16 F3 B2 97 D8 B5 7A 60 4F 0C D3 EF 0F 9F D9 FD F4 5F FC C5 3D 5F FC E2 17 56 +56 FA D1 9A 4C 71 AC F4 7F 34 E8 54 CD 58 54 52 EB BA C6 91 69 2C EB 95 E7 3F 66 E9 34 8D CE E6 +E9 F1 30 D4 D9 26 71 D1 8F 7D 32 B8 EE 77 8C 3A CE 6C 8C 6D 94 ED 8E 43 49 E9 E1 41 3E AC 78 AF +A1 EE 0E C6 86 A0 E0 F8 2D 19 B8 8C 4C 06 97 6B CB 99 DC 1A 97 A3 D5 56 EB E0 72 E4 39 DA 2D 75 +0E AD 96 3A 07 EB D4 65 C8 72 38 07 E3 B8 DD E5 56 3B 3A 2E C9 18 50 83 F6 79 C2 77 17 82 F1 A5 +71 B6 84 48 E6 CA BC 73 BC 58 FC 9A F8 17 B3 E1 CC 7A CD 4C D7 9A 31 68 43 83 86 10 DD 7F 04 25 +48 08 2F 0A F2 DF B8 08 14 15 27 4C 3D E0 95 54 A6 BA B8 FA 32 7D F3 ED 7A F1 BC 9E D2 BF 18 A5 +DF 1F 3C FE AD C7 FE EF 3F FF F3 27 9E 78 22 66 6E 25 D8 84 BA 6D 6C DD BE B5 EA D4 9A 7A 12 A5 +41 22 6C 47 95 14 50 35 CA 6A 96 71 45 5D 08 3B F1 B3 92 CD 5A 6F 8E 35 DC 6A 56 FC 8C 57 8F 69 +B7 13 76 30 11 AB A0 1F 5A A5 87 97 E0 4B 92 00 EF 05 91 A7 C5 15 5D D3 18 58 07 63 41 36 B0 0B +99 35 99 E5 2C 27 67 89 AC 92 81 CB D5 18 B2 19 D9 8C AC A5 2C E7 3C A7 96 53 1B 4F 34 71 65 38 +35 DC 37 26 B0 0D 4A 10 35 19 D3 6C C6 FD A7 EE 3E F0 CD F7 07 FF A2 35 FC 5E AF BE 2A 10 54 24 +10 83 01 95 50 59 3F AA 56 84 4F 3F 04 70 BA 42 06 44 55 B8 CB 10 11 C1 07 F0 14 E7 73 FC 7D B7 +D0 5B EE A0 4E BE AE 71 82 E0 F8 F1 A5 C7 1E FB D6 7D F7 DD BF B2 B2 12 F3 5A A9 51 E0 2D 4D 99 +B1 25 0B 11 6A EF 29 54 47 30 28 6E 52 9D 4B 63 AD 89 40 0D 75 2D F9 D8 35 29 4D C6 51 F5 79 55 +4F A5 28 F5 89 15 F0 4A 11 DA 89 C3 14 1A 82 27 BF EC 83 42 28 78 F5 1E AA 10 55 C3 04 85 B5 64 +2D 19 0B C3 C8 72 72 39 19 47 E4 82 CD D4 58 75 96 46 FF 1C 65 19 65 19 E5 19 32 07 9B 51 DE A6 +48 A6 CB 73 36 BC DE 39 49 23 6E 61 0A 6A 8D A1 A9 A9 6C E1 C9 DF 7D E1 EB BF 2B F2 E2 54 EE 5E +AF BE 12 D4 A1 14 30 40 E2 11 02 A2 27 91 E0 99 CF 67 7B DC 00 04 80 86 64 4B B1 84 7C 9A B6 6C +A6 B7 BE 92 AF BF 74 BD 5F 71 10 3D B0 EF 85 2F 7F F9 CB CF 3C F3 6C 2A 5F 9C 24 22 A1 10 24 B5 +19 8A 9F D7 E5 B3 A9 B9 59 D7 D7 AE 0E 4E D3 64 5A D6 CB 32 35 CD 32 AB EF 4F EA 72 DB F5 89 A3 +A5 8B 88 AC 75 B1 1F D8 48 65 15 50 0C 7D B7 F4 10 21 D3 68 BA 24 AA 95 17 D6 92 73 64 2C 6C FD +CF 65 64 33 72 19 B9 96 66 6D 72 2D 32 39 B9 1C CE A1 95 21 1E EC 1C AC 8D 13 33 19 43 96 D6 BB +88 1A 02 02 0C 05 E3 94 8D E4 26 6C 9B E6 A5 6F FF C1 63 5F FC AF A7 D7 F6 7B 42 D6 AF AF C2 66 +25 88 F7 C1 47 17 86 08 42 30 AA 04 51 39 7F 95 C4 59 C1 80 0F 6A 4A 32 41 3A 1D 64 B3 B8 EA 32 +FA E9 BB DC E6 B9 D6 3A C3 82 C7 17 97 9E 7C F2 C9 23 47 8E A0 4E 73 4D 8D 87 AA AB D4 AA 39 61 +DD 4E E4 1A 24 34 D6 8C F7 26 7D 4D 78 2B 4A A3 78 FC A8 E1 56 33 B4 96 30 5F 3C D2 5A DB 6A B5 +9A 74 1C 66 06 51 49 03 01 BC 68 E9 AB 1E 8B AA 30 4C 86 88 09 04 64 8E 9D 23 66 58 07 9B C1 18 +18 46 74 FB B3 81 89 7A 69 E1 2C B2 1C C6 21 CB 60 6D F5 6B A9 82 D3 B4 5E 4D A9 16 3D 86 04 86 +C2 90 74 AC DF 32 B7 E2 9F FA 3F 9F 79 E0 03 7A C6 B3 EC 06 EC 01 09 44 64 48 5C 0C 9A 4B 80 31 +31 9E 0F 32 1B E3 A7 BD 58 92 A8 41 16 A4 0A 0D 04 A6 F6 2C CF CE D0 1D 37 E0 8D 37 97 76 BD 86 +0A 2D 2D 2D A5 FE CB 3C 6A CF 3E 6A 33 94 74 2E D6 2A 4C 7B E3 66 02 58 68 80 B3 38 DA 78 87 05 +4A 0A 9A 3C AC A6 6E B8 D5 3C B1 89 DB 62 D2 AC 61 32 06 69 7E 25 C2 D2 D2 E2 B1 C5 9E 51 0F 80 +C0 04 4E B5 07 A2 33 BF AE 81 A8 99 E3 76 CB 38 4B D1 96 B5 0E 2E 83 CB 90 67 B0 06 99 03 33 5C +06 36 91 4D 0F 66 38 C7 CE 31 01 C2 AA B4 01 8B 2F F2 6F AC F3 B0 60 8B 00 74 BB 74 F9 45 0B FE +D9 FF B0 FF D1 DF 91 33 B3 65 D7 AB AF 6C 3B 73 57 DC A5 12 9B 3F B0 04 88 C0 7B 1E 79 C4 CE 87 +51 50 FD 9A EB A4 11 2A C0 41 F3 16 E7 F3 BC 6D 8B BE F5 0E BC E4 62 5A 5F 95 52 2A 8A A2 DF 5F +C1 A8 CC 56 45 02 4C CE D7 E4 4B E2 BA 63 51 DC 1B 37 65 D4 33 B1 82 53 C9 B4 8D 45 37 12 02 8B +0A 3A 81 B7 50 6B 79 BA 4A B3 D3 6C E5 4F 30 21 33 92 98 62 65 59 7E E9 CB 5F FE EE 37 BF 3A 2C +3D 13 C0 AA A4 00 44 41 44 12 10 54 01 58 8E A1 28 35 04 E3 C8 65 6C 2D B1 A9 D4 8F B9 5A F7 9D +AB 5C E6 CE 92 31 64 1D 13 83 08 8E 29 03 9D 46 9B 23 82 8A 68 00 B3 B1 B0 68 4F F1 D6 AD 5A 3E +FD 1F 0F 7D EB EE 33 81 5F EB F7 0F 6C BA EC 95 BF A6 8A A0 56 C1 C1 47 4A 9A D0 59 63 8E AD 5F +88 01 81 8D 85 78 4A 68 A9 AE 43 ED 79 BE FE 72 FA C1 57 F0 74 67 9D 73 7F 35 93 A2 F2 2E 49 5D +68 2D 4D 75 23 80 15 21 14 1A 61 A7 98 DB 98 FC 53 4D A0 D6 18 7D D4 A7 B8 39 66 CC 65 88 BE 85 +D4 68 B3 4E A4 19 F5 DD 14 35 A2 75 19 04 D5 67 9F 7D F6 F3 9F FF C2 BE 83 7B 74 28 50 68 A8 A6 +0C 66 A8 28 1B 30 91 31 60 03 26 18 13 9D FA 64 98 9C A3 CC 51 84 62 AB FF B9 8C 5C E5 0E 23 C3 +44 A6 0A 9B 6F D8 F8 24 58 13 E3 C1 DE 0A 98 D1 69 D1 FC 0C 97 CF FE DE 91 47 FE CD A1 EF 7C 7C +83 C3 55 B2 91 7C 18 85 06 52 5F A8 27 CA C9 58 28 C8 AB 73 54 12 C9 59 63 94 AF 4F 18 20 90 82 +0B A8 4A D6 A6 EE 34 C9 45 F4 FA 97 E2 3B CF F1 3F 3C 2C A5 9C 6C 45 53 D5 E9 E9 4D 3B 76 6C 8F +4A 56 D3 52 A3 25 80 F1 08 D6 68 C5 07 56 83 B3 91 CB A9 2E 8D 16 12 E7 35 19 0C 18 8B 3B D0 C4 +14 8B 3A 3F 76 1C E2 28 20 41 4A 55 01 F4 D8 B1 63 F7 7E E2 DE FD CF 7D CB 6E 0D AA 2C 8D BA F8 +C1 57 DA 59 11 FE 6B 6B 8D 1D 18 90 12 0A 02 83 F8 04 3F 63 02 0C 11 0C 62 AE 2D DB 2A B4 4E 74 +9A 19 03 C6 04 65 C4 34 07 F1 70 8E B6 CD 0E 57 0E FD E9 D1 E7 FF 0E BC B4 E5 EA 9F 05 36 36 7B +6F 64 A2 57 52 65 A8 A8 90 7A 48 00 20 8C 92 48 C5 9F 7B 8F D6 64 CC 3A 0A 03 24 E4 4B B8 36 B5 +B7 F0 95 97 F3 4F 7F BF B9 EE A4 BE 02 55 ED B6 B3 3B EF BC F3 96 5B 6E 49 83 52 DD FB AA F6 E4 +57 F0 AB 09 A1 E2 A6 88 C4 BD B1 AE 77 73 E4 08 B0 9A F6 2B 57 ED B8 2A 67 6D FA B0 E6 B8 54 FD +8E 6B 5D AF 86 8D 8A 6E 6C 46 EC 8A A2 38 FC C2 D3 1F FD E8 47 BE F8 C5 CF 4F DB FE 54 0B 96 C4 +31 C8 56 2C E4 68 2F 28 20 21 2E 16 F1 56 AA E8 77 70 1A F5 CF 12 39 9E FC 67 0C A9 D3 08 BF C0 +28 59 C9 55 9A 7D 26 C1 1D 08 C8 80 6D A4 F2 C9 D4 B4 EE 9C 3D 98 ED F9 ED EF 7E FC CD 0B 7B FF +69 D8 3B BE 5E 6F F9 C6 F4 95 4D A0 3C C0 06 CA 55 49 15 2A EA 03 83 89 ED C6 D7 8B 33 16 0D 00 +A0 82 44 50 42 5C 12 03 2C C3 18 74 A6 A8 3D 4F 37 EF D2 1F 79 85 D9 D4 39 F1 F7 2D 22 79 9E 7D +FF EB DF F0 4B BF F4 4B 5B B6 6C 29 CB 32 36 B6 8C 7B 53 7C 35 7A 49 63 E4 A9 51 D4 A8 EA 1F 9B +E2 5B 75 B0 20 C4 16 F7 40 AC BE 61 D2 E9 68 00 AC D4 E8 26 46 25 E2 98 C6 70 E2 6E 37 7D C0 22 +5A 16 03 48 B9 6F DF 0B 7F FD F1 4F 7D EA 93 F7 2E 2F AF 80 33 0D EA 95 4A 21 02 4C 1D C4 AF BE +1F 40 02 D4 54 E4 A0 E8 B1 76 4C 26 83 C9 60 73 D8 1C C6 C0 E6 30 0E C6 C1 E6 B0 0E 46 89 2C C8 +C0 38 B8 48 BE 33 67 CA 5E 8A EC 91 6A 28 82 06 58 4B B9 3B B6 73 D3 63 2B 8F FC F4 B7 3E F6 AE +A5 7D 5F 5F 3E 7E 6C 3D 43 6D E0 46 08 A5 A1 15 D2 92 A5 87 AA 30 B4 35 C6 68 A4 B2 9F 35 8A EE +9A 12 B9 85 5C D9 AF 71 22 31 00 A9 CA 00 3A 04 19 EA CC 72 3E C3 77 5E 47 AF BE 16 CD A5 3B 72 +58 89 F4 D2 4B 2F 7D C7 3B DE F1 EB BF FE EB B7 DF 7E 9B 31 1C 1D F2 91 C0 9F 26 CB 71 F8 35 6A +2A EB 9C AD D9 2A 95 91 10 9D 4D 51 41 45 C6 02 5A 58 A3 C8 40 54 DF 78 30 C6 E9 8B 4D 6F 03 11 +86 85 7E ED E1 6F FE F1 1F FD F1 67 3E F3 D9 E3 C7 17 7D 10 4B 41 6B 6A 18 6A 4F 56 7C 3E 43 20 +56 65 88 6A 82 A4 58 C5 D7 A8 34 89 6B E6 27 81 1B EF F1 2C AD 99 64 A1 80 01 75 5A E5 EC 4C EF +8A AD FF B4 FF 0B EF 3A F0 D8 BA 2C DA 0D D8 AF 8A 8C 79 13 D3 82 D7 CC 6A 50 55 09 15 3B 47 01 +AC AE 91 7D 0E 85 C6 BF 65 F2 AA 41 D5 72 6B 8A 66 76 98 4B 17 FD 0F DF C1 DF 79 5E 9E 39 24 C6 +30 88 F3 3C BB F2 CA 2B 5F F6 B2 3B DE FA D6 B7 DE 79 E7 9D DB B7 6F 8F 39 DC 31 BB 3F 45 B0 80 +2A CB 6F 34 F8 58 77 59 24 3E 61 DA 68 14 69 8B 29 59 A3 FD 3A AA 91 2D 3C DE E3 3D B6 84 8D C4 +C5 13 96 A0 F3 3E 7C FD EB 5F FF E0 7F FA BD 2F DF 77 7F 51 96 41 E0 8C 82 60 59 45 88 A0 60 4C +D4 95 63 21 76 80 12 4E 54 0E FA FC 4A A2 EF 39 22 64 66 DB DC A2 2F FE 74 78 EC 65 F9 DC CD 27 +3F 71 03 FA CA 08 06 43 20 46 3B 54 82 82 82 EA B0 AA 21 70 D6 4B 7F 4E CA EA 45 2A BA 63 C9 44 +86 2E 4A AF 62 D1 EA 60 D3 0E 73 F3 B5 F8 F1 57 E3 73 8F 6F B9 FC BA 3B 2F BF FC F2 AB AE DA 75 +DB 6D 77 5C 77 DD 35 73 73 F3 C6 98 98 20 15 07 49 58 27 D1 A6 62 7C 0B 27 E2 13 A2 36 43 C7 29 +82 13 9B 34 B1 37 86 F5 B5 4E 97 4D 6C C3 7A 6F 35 AD C6 03 AC E5 E5 E5 DE E7 3E F7 B9 0F 7C E0 +EE 07 EE 7F A0 2C 3D 88 54 91 19 9D ED C0 31 3C 20 0A 09 40 5E 13 06 2C 01 08 AC 2A 64 CD 8B 50 +D3 E5 EC 09 31 B8 04 1B 1B 96 BE 5D 2E 7C EB C5 D4 57 45 10 0C 01 10 05 54 94 0A 81 82 0D 45 14 +59 95 75 3F 2D 56 EB 8B 22 44 F5 4D 91 32 48 87 EA 89 C8 D2 F4 BC FA 6D 78 C3 AD B4 F5 A2 D9 1B +DF F2 33 AF B9 EB 4D 9D 4E 3B 3A DE 55 B5 28 8A 55 69 2D 63 54 2C AC AA 59 94 36 C7 F9 AF A3 23 +E3 A6 8E 65 68 51 82 6B 8D D1 AA 83 D3 D2 AF 8D 66 5D 71 D2 3D 72 E4 E8 27 3E 71 EF DD 77 DF FD +D8 63 8F A7 FC 02 26 E4 46 32 CB 64 98 EA B6 B7 04 8D AA 2C 01 C2 30 4A CC 90 E6 AB B9 70 44 01 +82 86 4A 55 54 02 D4 9F 9A 50 B3 21 7D 25 20 A6 FA 05 15 4B 6A 1C 41 2D 1B D6 10 22 AB 30 1A 43 +B1 52 B6 8E 53 CE CE 04 60 6E 48 A2 EF C6 82 0A 55 04 E8 40 D0 62 66 B4 E6 68 FB 0A 16 57 76 3F +F7 D8 BD BD 97 BF 66 76 76 36 04 1F 2B AF D4 05 B0 22 01 85 A8 4A B1 0A B1 02 5C 2A D9 92 F0 53 +24 FB A5 CD 46 DC 6B B2 76 7B 59 86 58 69 BE E6 CB 56 AD B9 E2 79 75 87 CE 6A B4 B8 19 AD E1 A8 +C1 DE 87 27 9E 78 E2 23 1F F9 C8 3D F7 DC B3 7B F7 33 32 DE 7E D8 1A E4 16 39 0B AC 11 05 98 4C +44 E2 04 36 A8 E0 97 E0 94 B5 1F CF B1 A8 82 A2 EF C2 20 D6 53 54 65 55 11 59 17 BF 60 BD AB 78 +F0 C3 63 4F FF 63 B4 B8 18 04 25 8D C5 12 20 69 4E 8D 44 D8 EA 77 DC BC B6 D6 C4 3F C1 D9 5D 9C +74 74 89 8C C8 00 12 10 0A 85 C2 75 B8 33 43 97 6F D3 95 3D 9F F9 EA 17 3F 3E 18 F4 79 D4 C0 7B +44 05 AC 23 58 94 A8 7D 09 60 45 9B 21 02 B5 B8 19 01 7E 42 54 35 E1 70 0C 60 C5 0F D2 26 C6 00 +16 D2 DE 84 B7 9A 16 C5 A3 DF 78 E4 7D EF 7D EF EF 7F F0 83 4F 3D B5 7B B2 E8 31 21 B3 94 59 12 +54 D4 CA 00 D2 48 17 50 A8 C4 3A 37 95 C9 74 EE 5D 37 27 13 01 50 79 09 34 C0 97 66 58 C2 FB A1 +78 E8 3A 1A 2B AF BF FE C0 B1 3D 0F FD E7 9C 00 A0 94 60 41 00 59 43 04 A7 F0 08 02 53 B5 5F AB +3C CC CD D5 87 C6 37 F5 9C 2C 4F 01 99 21 55 44 86 85 75 70 5D 9E 99 D5 1B B6 1F FB E6 03 FF E5 +25 37 DE 79 E3 CD B7 C6 44 94 68 82 C6 52 81 51 6B 27 7A CF A6 50 53 1C B8 B1 19 52 98 0A 0D 2A +4C E4 C8 C6 4A 06 75 D6 78 65 BF A6 BB AB 4B 1F 73 73 33 0D 55 96 C5 3F FC C3 67 7F EF F7 3E 78 +DF 97 EF 1B 0C 86 AB D7 26 26 E4 0E 9D 5C 2C 13 04 0C 18 11 02 9B 58 9D 9B C0 04 48 74 97 9C E5 +39 62 23 A2 12 A9 30 80 40 60 44 4D 10 1E 0E 57 54 50 96 36 46 EF 4E 2E EB B6 07 14 12 54 0C 00 +38 B6 44 C2 26 56 8B 50 0D CA B6 0A 60 54 93 FC 1A 0B D0 08 21 9D 25 70 46 55 D2 1F 01 CA F1 35 +A9 7A 12 06 13 3A D3 08 9E B7 0F F3 43 8B 4F FF E3 C7 FE 60 DB F6 7F BF 65 CB 56 8C 77 26 AA 46 +A9 16 F4 B8 88 8F 85 9A C6 1B C9 A6 6E 30 63 AD 31 8D A1 BA 1D 9C A6 DE 18 D4 A8 8A D5 EC 61 8B +AA 06 82 E1 AA 15 28 1F 3C 78 E8 9E 7B FE E2 4F FE E4 4F BF F3 9D EF 24 67 D9 84 44 7D 25 A0 10 +A8 92 04 15 89 AE 0A 22 C0 32 45 1A 3D 03 29 15 F4 82 10 82 06 10 A1 0C 5A 78 52 D5 B2 1C 06 AF +E2 A9 73 C9 DB 3B 17 BF FE 94 03 AC 57 5F 8B 95 43 20 55 41 E1 B5 95 27 85 14 82 07 54 03 B8 CE +DE 4E A1 94 93 DD F6 59 B3 A8 AA B5 8F 01 0F 62 38 25 18 1D 14 14 C9 47 36 47 BB 53 5E BC 45 9E +FD CE 27 BE F0 E9 5B 7F F2 67 7E 79 75 EE 54 9A 05 13 81 30 4D BA 18 6F 2D 8B 55 39 58 8D EE 5C +AB E3 AE 00 12 38 33 E3 E7 9A C8 DB 2A 0A FF F0 C3 0F 7F E8 43 1F FA E4 27 3F 79 F4 E8 F1 68 E6 +9E E0 19 01 66 E4 99 3A 03 11 12 1F 54 B8 26 D3 20 26 7E 70 AA F9 B4 6E 2A E0 59 95 CA 75 C3 10 +A1 42 72 1F 7C 31 2C 42 40 31 D0 10 0C CF BF 69 C7 2B FF A3 C9 67 4F 39 CE FA EA BB F8 E2 DB 9F +F8 35 F1 CB 9C C1 18 AA 12 DB 99 0C 73 AC E6 4E 54 4F AE B5 69 B2 56 CD 81 B3 2D 95 C5 A6 A3 1B +D0 FA CD 11 D0 CE 51 B6 D1 9E E1 CB B6 2C 7C ED B3 FF 75 C7 65 D7 DC F9 AA 1F 88 20 BD 9E F9 42 +B3 AE 1B 2A 44 05 AA 87 0B 21 30 47 7F 96 1A 63 22 84 4F 88 2A EA 74 6A 1F 17 4F 69 22 AA 66 08 +20 9E 0B 80 D9 14 45 F1 CC 33 BB FF E6 6F 3E F6 DF FE DB 87 77 EF DE 1D B9 B0 27 79 4C 55 40 C9 +72 B4 D7 25 04 D2 58 A0 2C EE 15 55 43 CA F5 E4 2A 6B A7 7C 9E 13 A9 56 3C C0 97 E4 43 5E 96 52 +14 85 1F AA 2F 51 0E 69 50 76 BA 57 BC 7A 3D CA 8A F5 CF AF A1 EC 67 46 34 56 0D 71 21 6F 53 AB +C5 CE 19 32 3E CE A6 29 46 02 9C 37 65 1D 15 26 10 80 A1 0A 43 70 8A A0 1A 02 29 20 0A 07 C9 19 +17 CD F2 BE 83 DF FE D4 5F BE 6F 7E 7E FB 0D 37 DD 0C 68 02 58 71 A4 66 89 F7 54 02 03 E3 F5 DE +62 99 41 AD FA 1A 98 D4 E4 3B 6A 6A 3C 4B 35 26 67 1B 91 10 33 A0 B5 EA 47 17 C7 A4 A2 28 9E 7B +EE A9 CF 7E F6 73 1F FD E8 47 1F 7A E8 6B BD DE 0A C6 A3 5C 27 14 66 B4 33 B0 89 4B 3E B1 21 52 +88 12 A0 CC 44 4A 46 C8 10 2A DE EA F9 F3 0F 24 6E 97 2A 54 D8 4B 56 94 32 E8 0F 7C 21 61 60 82 +A7 C5 FE D4 A6 9B FE C5 15 AF F9 95 75 0E B8 2E CD DA FB C8 87 43 EF 79 43 B0 4C 2E 03 67 31 BF +42 99 2A BA B8 48 ED E4 BB 00 96 1E A4 70 97 D6 DF 54 80 17 CD 73 14 01 81 E1 48 2D D3 8E CD 76 +F7 77 BE F2 C7 FF E5 03 FF F2 7F FA CD AB AF DA B5 7A 90 14 DF 02 A2 BB 65 14 41 48 87 44 FD A8 +39 A9 DA B4 84 A2 AF 80 99 E2 E4 B6 2A DC A5 65 E9 0F 1D 3A F4 E9 4F 7F E6 6F 3E FA 91 07 1F 7C +E8 E8 B1 63 6B 19 00 93 4F 07 38 46 66 11 59 AC 31 1C 1E 54 05 90 30 2A 15 AC 02 3E DF 78 AB A2 +76 10 24 70 E1 4D 51 94 83 95 32 14 F0 3E 1B 0E 69 61 B9 D8 7A FB AF ED 7A ED FF 48 BC DE F9 FF +D4 FA AA 22 87 9E F8 7B 3F 5C 76 79 CC FE 41 AB 85 76 8B 6D A4 B9 D4 B5 B1 08 67 AF 48 ED FA 44 +2B 3B A4 BA 25 20 36 48 E2 40 56 B5 F4 5A 80 3C 88 94 8C D5 56 AE 59 8B B7 4D 97 5F FC C2 C7 16 +56 F4 57 FF D5 AF 5D 7B ED 75 79 9E C5 08 56 0C 1F 34 4B 60 A8 56 84 BD 84 99 B0 CA 96 8D 87 25 +AB 34 71 AC 9A 00 2B 36 27 0A 21 2C 2C 2C DE 7F FF 03 F7 DC 73 CF 7D F7 DD BF 6F DF 3E 55 5D 5F +0E 3A 00 10 A1 95 11 33 85 F8 C8 F1 EA 04 26 10 21 04 35 06 4C 54 91 4B D6 2A 56 72 D6 24 7E FF +EA 81 48 F0 15 94 E2 CA A2 28 8A 50 16 E2 0B 0C 07 AD C1 D0 B4 76 BD EB 9A 9B 7E 74 FA A2 5B 36 +D4 99 E3 D4 8F B2 FB 2B BF 7F F4 D9 CF 77 32 B4 33 CA 32 CA 72 58 03 E7 28 CE 26 55 A4 C0 5C 00 +11 94 DA 6B 56 95 EC 8C 2E 61 01 01 14 6D B8 81 04 22 04 25 66 67 42 46 B2 79 86 2E 9F EB 7D E1 +B3 9F 78 6E CF DE 77 BF FB DD 6F 7E F3 9B B6 6E DD 92 65 2E 12 08 9B 25 30 6A FF BF 37 C6 34 93 +AA 9B EE 02 D4 E1 AE 64 BF 12 51 9D 87 ED 00 14 45 59 96 C5 FE FD FB 1F 79 E4 91 8F 7F EC E3 F7 +DD FF C0 BE 7D FB BD 2F 89 4E D0 E4 FB E4 8F 9A E5 AD CC 14 46 84 0D 19 67 00 04 8D C9 51 31 E8 +C0 9E 9D A5 12 67 58 17 7A A3 52 73 17 B5 84 28 41 35 88 1D 96 BE 18 0E 7D 09 5F 48 51 E6 83 7E +18 F2 26 B7 E3 B5 57 BD E1 DF BA F6 F4 46 AF 70 6A 7D 0D 83 A3 B9 F5 B9 05 88 F2 8C 8D 09 20 0A +41 35 83 05 A1 04 47 8E 8F A9 B1 F9 BA 73 29 5F 7C 69 AC 7D A3 78 9B 07 08 EC 35 30 A1 50 28 C8 +11 3B 6E E7 DA 31 B2 7D 96 77 1E 5E 7C E4 A1 FB BF FD F8 B7 EE BD F7 93 6F 7F FB DB 5E F1 8A 97 +6F DB B6 AD D5 CA 89 38 CB 1C 2A 3B B5 E2 67 C5 C1 13 DE 8A 9F A4 2E F4 D1 A5 15 33 16 01 8E 2E +AD E1 B0 E8 F5 7A 7B F7 EE 7D FA E9 DD 5F 7B E8 A1 FB EE BB EF 5B 8F 3F BE BC B8 38 2C 7D 3C 69 +C3 4F 49 9A F3 C0 54 F9 0B 04 26 8E 0E 57 4B F1 15 18 23 0A 01 1B 09 81 CF C2 E4 BA 3A 5A 19 D9 +ED 1A A0 E0 E0 45 81 61 C9 BE 2C 42 19 44 50 0E 10 0A 1E 94 39 BA 57 D1 96 4B 6F 7A CB EF 64 53 +17 19 BB BE 8C FB 71 39 C5 D3 F4 8E EC 5E 7C E1 EB 36 3A F3 08 6C 60 1C A9 A0 28 E1 C8 88 09 96 +A9 8A 2A 51 85 BA 34 40 CF 09 BD F0 84 E6 72 32 3A 63 B9 BC 88 02 D9 22 F3 D4 2F 34 08 E0 81 22 +04 10 11 F2 9C E7 BB F2 92 ED 38 BA 5C 3E 7F E4 D0 DF FE ED DF DE 77 DF 7D 77 DE F9 F2 D7 BC E6 +B5 D7 5D 77 FD E5 97 5F B6 79 F3 FC D4 D4 54 96 E5 44 55 C7 B9 58 F4 BD EE DC 42 AA C2 6C 8C A1 +18 FD 12 41 08 5E 24 AC AC 0C 16 17 8F 1F 3C 78 78 DF BE 7D 4F 3E F9 BD A7 9F 7E FA D1 47 1E 7D +E2 C9 27 17 17 16 42 A8 4B 3A 9D 2E 0E 32 04 CB 4A 20 66 38 86 61 21 43 AA 14 5D 9B F1 4B 60 52 +E8 8B EC C9 6A 82 A7 EA 5D 6B 85 5B 54 00 90 0F 36 04 0C 86 C1 17 C1 07 2F 81 7C 61 55 C2 60 A0 +8B CB E0 99 DB AF 7B FD FB 66 2F 39 05 A3 E5 E4 72 0A 7D 3D BE E7 C1 C5 67 BF 30 DD 25 CB 30 04 +11 F8 52 AD 23 EF D5 58 B2 20 D8 BA 96 62 A8 EC 45 32 55 A8 2D BE 8E E4 60 C2 DA ED 36 CF 5C AA +8A 88 75 6D C7 34 01 C4 AF D2 08 A9 01 AB 5A 41 29 0A 45 0E 31 CC D6 A2 ED 30 D3 C6 D6 4D 66 EF +82 91 61 71 F0 E0 C1 BF FB BB 7B 3F FF F9 2F 6E DB B6 ED 25 2F B9 FA B2 CB 2E DB B1 63 FB E5 97 +5F 31 37 37 B7 65 CB 96 4D D3 D3 ED 4E BB D5 6A 45 66 60 59 96 BD DE 72 08 61 38 1C F6 7A 3D 55 +59 59 19 EE DB F7 C2 DE BD 7B 0F 1C D8 BF 6F DF 81 C3 87 0F 1F DC BF EF C0 A1 C3 FD FE 0A B4 AA +02 78 E6 0F DB CE D0 CE 88 19 C6 50 66 E0 A2 CF 8A 09 90 E0 C9 DA 6A 91 89 78 EB C5 B5 D3 54 20 +1E EC AA F7 2B BE CA 99 51 50 59 DA 61 29 C5 C0 97 45 F0 43 E3 83 11 5F F6 06 B4 52 64 97 BF FA +7F E9 F2 E6 EE B6 5B CF 50 59 71 4A 7D 8D D3 2A 00 51 94 50 13 C4 4A B4 5C D5 97 C1 64 56 3C 08 +B1 35 09 88 90 0A 11 44 BD 61 33 4A 00 AA AA 18 BD 78 2A 5B 65 20 C9 AA A0 5A 9D 7C 4C 0C 28 3C +69 B4 60 5D 46 65 A1 30 A4 04 85 12 D4 B1 5A 83 16 EB 7C 57 A7 F3 B0 B2 82 38 F5 2D 2C 2C 1E 3F +BE F0 F4 D3 4F 67 59 D6 E9 74 BA DD 4E A7 D3 99 9A EA 76 3B DD 4D 33 33 79 9E 1B 63 06 83 C1 CA +CA 4A 6F 79 79 30 1C AA AA F7 3E 04 5F 96 BE D7 EB 1D 3B B6 30 18 0C 2A 77 58 55 F6 85 D6 E1 A4 +5A AF 38 83 4E 8E 56 0E 66 B2 AC 91 3F C9 A2 48 F6 18 83 10 D8 D0 09 93 B4 4E 43 2A 08 15 80 98 +70 EA 95 10 20 44 AC 52 C2 AB 2B 86 65 51 94 65 19 8A 3E 95 65 7B D0 2F 8B A0 4B 03 B7 E3 B6 F7 +EC BA FE 47 67 76 DC 62 5C EB 45 B8 8F F5 D6 7F 55 04 01 04 1A E0 87 44 A4 6C 40 22 A2 DE 28 29 +69 2C 78 1A DD 8B 35 C1 99 34 A8 52 35 C3 B1 AD F3 8A 62 58 E1 45 7A 73 54 07 6F 9A AA 30 A6 16 +04 63 48 05 5E 21 B1 07 A3 57 28 C5 DC 67 CB 6A 1D 19 87 6E A6 F3 5D 3D B6 84 95 12 54 B3 AE 42 +90 7E 7F 30 18 0C 8F 1E 3D 5A 9B 19 A3 D6 42 89 DD 02 8C 35 99 4F 1A 5A 87 5B 5F 64 63 9E 80 3C +43 6E D9 B2 E6 4E 99 61 49 A0 1C 9B 86 87 2A E1 16 CC 20 01 BF 58 B4 38 82 94 A4 4A A2 C6 8B B5 +28 45 5B F0 81 58 8A 42 BD 1F 96 85 16 7D 94 45 D6 EB EB 62 6F B8 1C 5E 32 BD FD 9A 57 FE C2 FF +E1 5A B3 AE B5 61 50 75 12 39 85 BE B2 A1 00 53 7A B1 46 E1 29 18 68 A6 65 11 77 A9 6A 88 5F 87 +B5 0C 58 94 60 F6 44 36 3A 51 0C 85 58 CE 83 0D C4 57 7E 17 36 E3 91 B0 89 F0 ED 69 7C B9 27 3D +45 05 5E 94 34 56 E0 8D F3 04 31 69 08 1A C3 EE 10 02 60 0D CD 76 D4 39 A0 18 0D D8 98 0F 47 7F +AE CE 28 1C DD FB E8 C4 8D 3F C5 46 84 08 86 B5 45 EA 00 AA 48 89 D0 F8 44 12 BB E2 28 62 DA E9 +19 DF 89 0A 34 20 08 FB 90 A9 2A 08 22 45 29 24 22 DE 0F 25 A8 2F 51 14 1A 4A F8 82 8F 2C 0D 86 +EE 9A 72 D3 95 AF 7E FB FB A6 E6 76 1A FB E2 77 8D 3B 85 BE AA 40 04 A2 04 82 A8 16 01 54 C0 32 +F9 A0 CE 42 02 59 07 66 04 2F 44 FD AA 60 93 81 88 37 56 BC DA B8 16 19 03 06 C5 1A EA 16 1E AA +1A A0 5A 55 36 06 55 FF AF 84 5E 64 9B C1 0A 79 41 10 F8 A0 00 B4 D4 D2 43 02 BC D7 C2 23 04 25 +68 E6 68 53 9B 66 3B BA B4 72 01 91 43 D6 92 18 2F 88 A2 A2 69 49 F3 01 36 A8 06 02 43 84 55 28 +B6 33 DC 98 FD AA 23 14 05 41 08 AC 8A 32 50 08 A5 48 09 20 32 1F 4B 0F F1 14 4A 2A 0A 19 14 BA +D2 A7 83 47 D1 B7 37 BD FA 67 DE 77 C9 B5 AF 7E D1 1F 39 C9 29 F4 55 14 21 C8 B0 A0 98 AD A1 85 +16 25 9C 55 63 48 5A 5A 16 E4 1C D8 28 59 22 D5 58 35 84 4D 09 A0 2C 03 73 E0 9A 7F 88 14 77 63 +00 00 0F 7E 49 44 41 54 19 9B 3D 00 70 62 55 4B 63 33 46 10 4F CC 41 EB 4E 26 D1 60 10 5F 87 76 +F5 CC 9A 1F D5 20 0F 40 B5 56 06 88 47 10 92 20 BE 44 28 46 7C CB 9C A5 ED 68 F3 34 1D 58 D0 41 +79 41 F1 9B 4F 2D 3E 68 10 F6 55 86 3D 8A EA 0B 54 63 90 99 2A AB 7B 3D F1 A3 0A 60 50 8D A8 3C +44 A9 F4 A6 0C A5 4A F0 1E 2A F1 3B 54 55 04 CF 45 29 C3 01 F5 87 BA B0 84 E3 C3 99 6B 5F FF 1B +D3 3B EE B8 E4 DA 97 9F D5 87 3D 85 BE 6E BD E6 CD 3B 5F FA AE 7D 8F DE D3 1F 80 2D 19 03 43 2A +01 20 1D 16 70 56 9D 01 C7 1A A2 30 B1 34 33 94 C9 7A 50 B4 02 15 20 EB 40 A4 40 09 40 5C 00 29 +95 05 41 8D 65 66 47 80 E5 22 A8 65 55 C3 42 46 21 84 98 CC 18 B9 BD DC 88 AF 8E 33 69 12 DE AA +12 72 80 94 5B 17 0D E5 18 5F 09 5E 83 D7 50 A2 F0 3A 2C 50 F4 69 E0 51 2A 79 1F CA 00 36 04 42 +6E D1 C9 60 CD 98 49 70 21 0A 21 B3 95 C9 21 A2 A1 A4 10 34 78 F5 96 A4 54 19 70 20 F5 04 A2 20 +36 97 20 6C 05 0A 29 4F 90 96 AD 1E 30 55 20 0A 18 B9 CF A1 28 0B 17 84 55 B4 2C 87 DE 4B 55 7E +AA 80 2A C4 B3 F7 EA 4B 19 94 58 EA 85 BD 87 CD 2D 3F F4 BF BF F4 CA 57 6F BD EC A5 6C CE BA 17 +F3 14 FA 9A B5 E7 AE FF C1 F7 86 20 FB FE F9 2F C9 C7 1A 91 A3 26 91 C6 C2 1A 31 04 32 C4 08 CE +C2 1A 90 2A 3B 65 22 4B 86 8C 40 C9 97 92 FA 1A 87 4C 98 09 14 00 10 89 75 42 04 26 51 88 31 19 +B3 23 2A 09 C6 65 01 44 60 41 80 84 8A C7 49 66 14 95 20 AE A1 5B 7C 07 75 7D 17 4D E6 30 43 7C +45 21 08 01 A2 28 02 8A 02 E5 10 CB 03 1A 0E C4 97 1A 84 18 42 20 C3 1A EB 09 5D C8 8A 9A 84 50 +A5 6E 8B C4 2A 66 90 A0 DE A3 10 18 11 23 50 A5 10 E0 83 1A 26 5F E4 59 3E 84 42 3D 84 60 62 0C +25 AE 3C 5C 11 85 AB 5E 29 36 9A AA C6 4B AC BC 54 84 20 BE 14 55 94 7D 23 25 89 68 10 2D 7D 50 +C5 A0 C0 42 3F 3F DA 9F BF E2 AE 7F 79 C3 0F FC 0A AF 9B 00 70 86 B2 0E 46 77 3E 7D D3 7F F7 FE +20 6E E5 F8 F3 BD E3 FB 8E EE 7B DC 5A 61 22 26 38 4B 44 CA 04 E6 60 32 66 85 B3 0A 68 2C 10 CD +C6 1B 06 1B 65 10 8C 1A 62 05 8A 3E 19 26 B2 02 82 B1 08 5E 88 61 2D 88 B5 2C 87 CC 44 AC 04 5F +94 CE 58 6B B9 34 96 63 55 B4 11 17 3B E9 54 5D C8 84 EA A9 22 D2 81 45 C1 16 12 00 66 88 0E 0A +19 0E 35 78 84 21 CA A1 0E 86 54 14 28 4B 1D 16 1A 3C CA 40 A5 57 1F A8 28 D7 93 8E 71 A1 C8 30 +D0 8A C7 4A 40 E1 B5 F4 54 7A CD 72 8E A6 9A 0F A0 42 41 54 0C 0A 66 66 B6 A1 00 01 64 40 5A B1 +7F D8 42 B5 72 3E 26 A3 2B 62 53 88 97 80 58 AA C6 97 F0 25 42 49 52 6A F0 28 BD 0F 82 61 89 41 +A1 87 17 78 EB 2D EF FE 89 B7 FD 7B 32 EE 9C 29 2B D6 E9 CF B2 59 E7 8E 9F FA 20 80 03 BB BF F6 +C4 83 7F 95 3B 2B BE F7 DD 07 FE 9C A5 30 46 AD 81 31 64 86 C2 50 67 89 99 40 6A 2D AC 51 00 D6 +46 37 21 AA 2A 4A 0A 1B 63 4E 06 0A 64 16 D6 20 E6 D2 38 CB C4 5A 97 6C 28 D8 94 31 1C 6F AC 3A +C3 86 41 10 6D 50 39 C7 B0 1A 55 D1 17 4A A4 4F 25 EF A9 2C 34 28 49 40 59 A8 2F A8 2C 50 0C A9 +18 4A AF AF C3 21 4A 0F EF A3 33 0E 21 FA EC 2E 78 31 B5 43 42 14 12 D4 07 14 1E 22 3A 1C 0A 33 +0F 0D 39 AB 96 D9 97 0A 81 F7 CA 5C 2A 89 B5 96 03 08 12 BF 31 09 55 B5 15 0D 31 D9 8B 45 11 24 +0C 45 29 C0 97 4A 40 51 A8 04 94 7D F6 25 0D 8A 50 7A 88 A2 2C B1 D4 93 99 2B 7F 70 E7 75 B7 DD +FE 43 FF DA 66 2F 8E 57 75 FD B2 B1 E8 F2 45 BB 5E 76 D1 AE 97 01 28 87 BD B9 CB 5E 89 50 10 D3 +3F FF E3 07 17 F6 7F 47 81 9C F1 FF B6 77 FE B1 76 D7 E5 1D 7F 3F CF E7 F3 FD 9C 73 7F B4 B7 B7 +05 2F A5 3F 2E A5 2D 2D 37 A3 2D 0D 65 16 17 37 0C 53 43 C4 88 71 8C 18 67 E2 86 AC 12 97 10 59 +88 74 1A 63 64 03 67 A4 B3 4C E6 36 C3 4C E6 D0 2C CB E6 8F 99 E9 64 06 27 43 05 1C 98 9B 50 3A +6C D0 8A 5D 69 0B 6D EF BD E7 7C 3F 3F 9F 67 7F 7C CF 6D 2B 86 51 69 CB E9 C5 FB FA E3 E6 93 93 +93 9C EF F3 BD CF 39 DF CF E7 79 3F 3F 8C D1 76 0B 80 B8 D9 CE AB AD 16 81 D4 70 33 E1 A9 29 D8 +EF 15 E0 1B 52 CF 4D 93 7C 6A FC D0 5A 35 55 D3 BB D4 58 AB EC 34 7A 5F 39 0A 64 9C 83 AB 2A 10 +B1 8A A1 DC 34 30 6B B6 AD CD 11 AD 91 5B 44 4D 13 2D 2F 62 14 29 46 11 41 CE 1A A3 FA A4 39 23 +A6 52 07 4D 19 A5 20 26 0D 19 21 51 27 91 00 A5 CC 81 9F D8 E6 02 45 91 32 52 46 48 28 19 3E C2 +18 8D 51 8D 45 4A B0 56 2B 52 21 4A 41 8D 4D 6A 8C 80 99 B3 21 0B 61 62 B1 9A A5 00 DC C4 6B 6D +D3 FC 53 8A 94 0C 55 44 AF 2A 2C 99 45 50 D7 D2 0D 25 24 6A BE D8 47 67 74 74 ED 35 1B AF FD E4 +E0 C8 D2 BE 98 FF 32 B3 21 AA D6 D0 BA AD EF 6C D6 4B C6 B7 C4 CE 61 B6 6E CF E3 FF 3A F9 AD BF +0A 64 90 66 AC 51 6B D0 AA 10 B3 1A D3 48 4E 52 59 6E 04 A4 AA 62 90 F6 1E 44 BD 5C 0D 36 AC 95 +81 12 39 A3 AE 12 43 30 4E 5D 45 A5 A8 31 25 06 B5 95 12 93 61 B5 56 8D 75 AC 6C 39 4A B6 44 6A +20 8D 2C 4C 59 72 B1 AA 92 52 92 22 31 22 27 8D 5E 7D 40 4E 14 A2 86 08 1F 10 22 7C D4 4E 84 CF +48 05 29 69 2A 14 0B C9 B1 6A 84 B3 15 51 A8 22 65 29 D2 2B 27 08 51 9D A3 CA AA 61 89 81 6B D2 +E6 31 45 44 B3 85 F5 A2 9A 4A 33 43 9B 04 59 93 8A 31 0E 52 44 25 A5 D4 8C B8 6B E6 CF A7 A8 9A +39 65 94 24 29 C3 47 9D A9 29 46 F1 41 BB 81 86 57 BD F9 D7 7F 67 C7 E0 C8 58 BF CC 3F 0D D9 3B +4B 96 4D 34 8B D1 65 13 1B AE BC B1 A4 F0 EF F7 BE 2F 76 0F E6 CE 91 E9 23 87 2C 0B 19 54 16 CC +60 92 9E 52 EA 0B 33 9A FC D2 CA 36 09 FC 4D D6 26 D8 1A 6F D4 59 31 44 D4 C5 60 1B 95 23 67 09 +E0 14 A5 69 68 0A A8 B1 D1 58 34 E3 7D 88 32 B3 53 65 62 91 12 4A 2E 0A A4 A0 A5 A0 F6 EA BD E6 +84 92 A9 0E 98 E9 AA 8F 1A 02 BC D7 5C 10 12 52 22 9F 50 37 7F 23 66 65 8D 17 65 7C 7C DC B9 5F +22 5F F3 97 85 88 F6 ED DB 37 33 13 80 D2 2B 43 3B 4E 2F 4C AD B3 AD B2 92 50 16 6D D4 C7 90 D0 +AA 20 42 3E 13 7B 61 40 0B CD AA B1 6A AD 02 48 31 13 81 4D 33 99 23 36 F5 C0 8D FA 53 12 72 56 +CD 36 17 C9 52 62 24 1F 90 B3 CE 74 E1 83 D6 41 0F 4C B9 45 6B DF 70 D5 7B 3E 33 B8 70 C9 99 33 +FF 25 39 9D D9 66 AE 35 E4 5A 43 00 DE FE C7 5F 65 63 9F 78 F8 FE 1F DE FF D9 56 95 6D 65 FC F4 +B3 CF FE F8 31 67 B4 49 89 67 46 E3 9D 00 88 B5 32 00 09 01 D6 C2 54 6C 18 9E 60 58 2B 47 3E C1 +1A 75 4E 5B 95 B2 A1 16 19 66 25 AB CC 4A 04 90 B8 76 00 60 8C 17 6D 94 0B 00 90 82 18 B4 14 F8 +A0 29 51 5D AB 8F 94 92 D4 5E 3B 35 42 D0 6E 80 2F 88 05 DD 0C 9F 90 05 1D AF CF 4D 6B CA 20 C2 +82 05 0B AE B8 62 EB 2F EA FD D6 DA 8F 7F FC CE 15 2B 56 C8 C9 35 ED 7E 19 18 63 EE BA EB 2F BE +F3 9D 5D D6 06 60 00 78 0E 00 11 1D 39 32 F3 DD EF 3E 0A 78 28 7C 84 12 85 42 A1 A0 9B B0 B0 68 +29 28 05 3E 2A 91 80 38 31 75 13 89 0A 08 45 60 0C 97 AA 39 3F 34 35 F7 CA 06 44 DA 84 54 73 46 +49 2A 99 63 D2 2C 29 65 4A 09 21 22 65 E4 A4 5D 8F 43 D3 64 46 37 8E 9C FF 1B EF D8 76 DB D0 82 +91 33 64 F8 49 42 21 F4 C6 79 4D 4E 4E 5E 72 C9 A9 A6 CF BC 18 07 9E D9 FD 83 FB FF AE E5 E8 BF +BF FD 4F 9D A9 FF 1D 60 AD 0C 9C 45 53 61 64 18 CC 60 43 96 95 99 AC 05 1B 32 D0 96 EB 35 D2 77 +16 D6 82 7A 6F 80 61 38 43 EC 60 00 32 C2 04 67 4D A3 8D A6 2C 02 85 C0 07 4D 19 29 51 4C EA 3D +62 D4 99 AE D6 11 D3 1D 2D 05 33 01 3E C3 27 EA 04 74 03 0E 75 E8 99 C3 BA F7 A0 86 4C D7 5F FF +BB 9B 37 6F BE E9 A6 F7 9D 38 99 AD EF 3C F3 CC 81 7B EE F9 9C EA 61 80 8C 74 1F F9 D6 DF 57 48 +8B 07 65 E9 22 5D 32 84 D1 61 AA 1C 06 5A 18 70 68 39 AE 1C BB 16 AC D1 E6 38 DB B2 CC 46 C1 0A +34 31 19 60 36 5B A8 14 88 20 45 8D 99 4A A1 54 90 0B 52 D2 92 34 44 09 09 07 67 D8 8D 5D 7E CD +7B EF 5E BA E2 E2 BE 18 7E A2 5B 4E 4E 4E BE 42 FE 7A FC E3 1F FE 46 67 EA D9 01 E7 7E F8 BD AF +4D 3E F8 A5 8A 95 09 ED 4A 89 61 2B 1A A8 60 0C 59 15 B6 6C 0D 0C 29 31 5A 2D B6 AC AE 22 C3 A8 +2A 42 AF 09 0A 88 C9 56 62 0D AC 25 26 AA 58 49 21 82 54 44 0A B2 C0 47 2A 49 63 D2 AE 47 4C DA +E9 C2 47 AD 23 EA 88 90 E1 33 D5 19 75 A0 69 8F 03 D3 F8 D1 7E 79 7E 06 D6 9A 07 1F FC CF 4D 9B +36 9D E9 FB 70 2A 3C 77 68 FF 1F BC FD B2 D8 9D 5A D4 96 B1 85 58 32 AC 8B 87 E0 1C DA 2D 1A 6A +C3 B9 66 80 11 1B 86 A9 50 B1 30 C3 1A 58 03 05 1D 0B 84 03 50 A1 98 7A 42 AE 0F D4 DB 19 47 8D +19 21 A1 0E 3A D5 D1 D6 D8 A5 D7 6C FB EB F3 C7 27 FA 65 EC 0B FC F5 95 AE 64 BD E4 F2 37 35 8B +95 13 AF DF 7A F5 4D 95 B5 07 F6 3D FD F9 4F DD 52 71 69 2B 66 EA E9 CA 6A C5 64 21 CC 30 96 5A +8E EA A8 2D AB D6 28 9B 26 B0 0F B6 D6 A0 18 CB 55 EF 60 01 9E ED 2E 33 DB 8F 09 25 8B 8F 92 B3 +76 3D 42 44 08 5A 47 94 82 3A C1 67 C4 42 59 90 32 EA 88 99 48 53 5E 6D 6B E1 90 E6 DB 6E FB E0 +C4 44 DF FE 37 27 C9 A2 D1 73 B7 7D E0 CF 76 DE FE FE AC D4 89 3A 10 31 50 01 D4 3C 8B 20 51 55 +D5 29 84 28 25 4D 86 99 C1 46 89 C9 42 7A C2 18 A8 28 41 21 8A 92 20 45 45 54 04 75 90 94 E1 03 +66 3C 8E D4 3C F0 9A 0D D7 DE F4 D9 D7 AC 58 D7 6F 8B 8F D3 AF CA 6B 8C 9E 73 FE E8 39 E7 03 58 +B1 E6 D2 B5 1B 5F 4F 80 6A F9 87 1D 37 1F 7A F6 47 5A D9 E7 0F 3F 1F A7 0E 54 46 DA 4E 07 1D 5A +15 2A 4B D6 28 A3 19 62 56 88 94 48 5A 56 D8 30 41 99 04 04 62 D6 2C AA C8 82 52 34 44 C4 08 51 +E4 AC DD 00 9F E0 33 52 A6 24 E8 26 88 C0 47 84 6C 16 2C 5E 7A CE 9A 8B EF FC E4 4E 6B ED C8 C8 +C8 19 3D 4E 9D 16 8C 31 2B 57 AD CF 62 EA 94 5B 16 DD 48 CE 2A 5B 32 19 3E A0 ED 00 80 A0 C6 34 +B5 87 D2 44 0F 41 60 63 68 36 9F 47 14 5A 54 7B A3 6C 34 65 2A 8A 52 50 07 4C D7 74 E8 A8 B6 C7 +7E F3 5D B7 7E FA DC A5 2B FB 69 EA 2F D0 37 7F 3D 86 B1 76 74 C9 79 CD 7A DB 47 EF 83 AA B1 D5 +03 FF F6 A5 EF FD C7 17 2B F6 BB 1F FF F6 80 C9 6D A7 0B 5A 6A 0D 9C 23 C7 B0 95 5A 52 85 46 0B +90 B0 E1 A6 15 65 C9 A5 29 D8 28 05 AA F0 51 15 08 A9 D9 24 C0 27 F8 82 54 10 12 62 46 9D 30 13 +69 E5 9A AD B7 DE FE E9 E5 E3 E3 E6 CC 6B DF A7 91 85 8B C6 56 5D 74 F9 4F F7 3C 54 27 3A 5A 6B +65 C0 A4 5A D0 28 CA 4E 51 8A 82 60 8D 72 51 22 38 4B B9 88 90 3A D3 F4 90 42 CA CA 4C 05 5C 9A +50 74 46 16 F2 5E 3B 91 0E 4D 69 FB BC CB 7E 7F FB A7 CE 36 67 C5 D9 E0 AF 27 62 67 33 26 AF BC +FA DA 2B AF BE B6 EE CE 7C F9 BE 9D 2C 69 D7 63 0F FC F4 A9 47 16 0C A0 9D 30 60 94 0D 9C 55 C2 +AC 1A 4C A2 20 4B AA DA 0B F8 37 25 31 B1 00 40 9D D0 6C D1 92 20 66 AA 13 52 46 2E 38 EA AB 0B +D7 6F B9 E5 23 9F 18 BF F0 C2 FE 59 FC 32 59 3E 3E 7E EB 47 3F B1 E3 63 EF 7F 7A F7 E3 CD 2B A2 +5A 04 50 2D 4A 31 A2 D5 82 31 C8 85 2C AB 82 72 56 00 A2 D2 74 40 6B 26 C9 03 AA 5A EA 44 39 51 +CE DA CD E8 D4 7A A4 A3 A3 17 5C FE EE 0F DC 73 DE F2 B3 F1 B6 9C 5D FE FA 02 06 06 87 AF BF 61 +3B 80 3D BB DF F6 F4 EE C7 FE E5 73 77 1C 3E BC 6F A8 85 B6 43 CB F4 AA 41 99 60 B8 49 F2 47 CB +A0 CE A8 18 B9 1C 17 57 8B 20 64 F2 19 59 10 33 3A 91 62 46 37 F2 F2 D5 AF BD F9 C3 3B 56 AD 5D +DF 4F 0B 4F 81 D5 EB 36 DC FC A1 BB EF FC D0 8D FB 7E BC 0B 00 40 21 69 48 18 CE DA 76 34 90 D1 +76 6A 0C C4 40 09 99 C1 44 2A 1A 53 53 C0 4C 4D 5A A0 02 75 C2 4C AD B5 D7 6E 42 37 F2 E2 E5 9B +7E EF E6 BF 5C B1 AA 3F D1 80 97 E4 AC F6 D7 63 AC 5E B7 F1 C2 8B 36 AC 99 D8 A2 92 1F 7B E8 EB +5F FB C2 0E CD C1 20 55 06 C4 68 59 34 05 CD CE A8 00 B1 F9 FD 50 E4 D2 0B A0 8A 22 64 A4 DC DB +0C A4 42 63 2B D7 FD C9 1D 77 5F B0 7A 4D 7F ED 3A 45 D6 AC DF B8 FD 8E 7B EF DC FE 9E 83 FB F7 +3E D7 E9 D6 09 DD A8 D3 91 86 DB 18 6E EB 40 26 CB BD 4E DC 95 25 50 6F A6 58 CA 0A 86 12 85 A4 +3E C1 07 9D F2 F0 C9 C0 0C 0E 9F BB E9 86 ED 3B 97 8D 5F D4 6F CB 5E 94 57 3A 9E 75 EA 04 5F 07 +DF B9 77 E7 47 F6 3C F1 7D 12 7F 68 FF 4F 1C 2B 13 86 5A 10 85 E1 A6 20 A4 57 C9 D4 24 DD 15 81 +28 7C A6 6E C2 E0 C8 D2 73 C6 2E FE E0 ED 77 AD B8 60 75 BF 4D 39 0D A8 6A 67 FA E8 53 4F 3E FE +E7 1F FE C3 A9 E7 F7 55 8C 81 0A ED 4A 07 1D DA 15 9C 51 66 72 16 2D A3 6C A8 00 28 1A B5 B7 3D +A8 85 EB C0 21 11 B5 17 0D 8F AC BD E1 96 8F 8D AF 9E 18 5E B8 B0 DF 36 FD 1C 7D 8E BF 9E 2E 9A +0E 3F 3F D9 B3 EB BE BF F9 53 CB F4 E4 E4 43 71 FA 60 23 25 C8 EC 38 2E 51 64 21 05 42 86 6B 0F +6D DC F2 5B 31 CB DB AE DF B6 F9 B5 2F DD 67 74 CE F1 FD 07 BF F9 95 7F FC 5B 6B 68 F2 D1 07 24 +76 2B 03 67 D5 19 18 C3 86 B5 62 05 60 09 59 11 85 45 50 44 53 01 55 23 AB 7F ED 0D AF BB EA CD +BF FD 96 77 9E 38 7E F1 EC E1 55 E2 AF 2F E0 1B 5F F9 FC FE BD 4F B9 56 EB C9 C9 47 1F FE AF 6F +12 51 99 9D 42 B1 79 EB 1B 2F 9A B8 74 E1 C8 E2 B7 5E 77 A3 B1 73 63 FF F3 B2 C9 29 FD F3 17 3E +13 BA 53 FF F3 C4 0F 1E 7D E8 7E 26 00 DA D4 CF 1D 7B 8F A8 AE 9D D8 72 D9 15 57 F9 90 46 97 8C +5D 73 DD 7B CF E6 D8 48 9F F5 82 33 C4 9B DE FA AE 66 F1 B3 BD 7B 5E F7 C6 47 0C B3 A8 12 48 55 +2E DE B0 65 F9 CA 57 C3 A3 FF 64 B0 55 75 DD BB FF 08 C0 CF F6 EE D9 35 F9 C8 31 49 F9 C4 34 49 +29 65 D5 9A 89 35 EB 37 F6 E3 02 4F 95 57 89 BF 1E 63 D9 CA D5 CB 7E 65 BC F3 FF E1 D5 7A 1F CE +A2 94 8E 79 E6 79 49 E6 FD 75 9E B9 C4 BC BF CE 33 97 98 F7 D7 79 E6 12 F3 FE 3A CF 5C E2 E7 E2 +03 93 93 93 FD BA 8E 79 E6 39 19 8E FB EB DC 15 0B E6 F9 D5 61 7E 3F 30 CF 5C 62 DE 5F E7 99 4B +FC 1F 94 BD 62 D3 EE A5 8B 6B 00 00 00 00 49 45 4E 44 AE 42 60 82 F9 +EndData +$EndBitmap +Wire Bus Line + 3900 2450 3850 2450 +Wire Wire Line + 3150 1550 3650 1550 +Wire Wire Line + 3150 1650 3650 1650 +Wire Wire Line + 3150 1750 3650 1750 +Wire Wire Line + 3150 1850 3650 1850 +Wire Wire Line + 3150 1950 3650 1950 +Wire Wire Line + 3150 2050 3650 2050 +Wire Wire Line + 3150 2150 3650 2150 +Wire Wire Line + 3150 2250 3650 2250 +Wire Wire Line + 1000 9850 1000 9950 +Wire Wire Line + 4500 3100 4000 3100 +Wire Wire Line + 4500 3200 4000 3200 +Wire Wire Line + 4500 3300 4000 3300 +Wire Wire Line + 4500 3400 4000 3400 +Wire Wire Line + 4500 3500 4000 3500 +Wire Wire Line + 4500 3600 4000 3600 +Wire Wire Line + 4500 3700 4000 3700 +Wire Wire Line + 4500 3800 4000 3800 +Wire Wire Line + 3150 3350 3650 3350 +Wire Wire Line + 3150 3450 3650 3450 +Wire Wire Line + 3150 3550 3650 3550 +Wire Wire Line + 3150 3650 3650 3650 +Wire Wire Line + 3150 3750 3650 3750 +Wire Wire Line + 3150 3850 3650 3850 +Wire Wire Line + 3150 3950 3650 3950 +Wire Wire Line + 3150 4050 3650 4050 +Wire Wire Line + 3150 4150 3650 4150 +Wire Wire Line + 3150 4250 3650 4250 +Wire Wire Line + 3150 4350 3650 4350 +Wire Wire Line + 3150 4450 3650 4450 +Wire Wire Line + 13950 1050 14650 1050 +Wire Wire Line + 13950 1500 14250 1500 +Wire Wire Line + 4050 1550 4550 1550 +Wire Wire Line + 4050 1450 4550 1450 +Wire Wire Line + 4050 1650 4550 1650 +Wire Wire Line + 4050 1750 4550 1750 +Wire Wire Line + 3400 6350 3900 6350 +Wire Wire Line + 3400 6450 3900 6450 +Wire Wire Line + 3400 6250 3900 6250 +Wire Wire Line + 3400 6150 3900 6150 +Wire Wire Line + 3400 6550 3900 6550 +Wire Wire Line + 3400 6650 3900 6650 +Wire Wire Line + 3400 6050 3900 6050 +Wire Wire Line + 3400 6750 3900 6750 +Wire Wire Line + 3150 2450 3600 2450 +Wire Wire Line + 1350 2650 850 2650 +Wire Wire Line + 1350 2750 850 2750 +Wire Wire Line + 4550 1850 4050 1850 +Wire Wire Line + 4550 1950 4050 1950 +Wire Wire Line + 800 1550 1350 1550 +Wire Wire Line + 4050 2050 4550 2050 +Wire Wire Line + 4550 2050 4550 2150 +Wire Wire Line + 5900 3100 6250 3100 +Wire Wire Line + 5900 3200 6250 3200 +Wire Wire Line + 5900 3300 6250 3300 +Wire Wire Line + 5900 3400 6250 3400 +Wire Wire Line + 5900 3500 6250 3500 +Wire Wire Line + 5900 3600 6250 3600 +Wire Wire Line + 5900 3700 6250 3700 +Wire Wire Line + 5900 3800 6250 3800 +Wire Wire Line + 5300 6050 5800 6050 +Wire Wire Line + 5950 1450 6850 1450 +Wire Wire Line + 5950 1550 6850 1550 +Wire Wire Line + 5950 1650 6850 1650 +Wire Wire Line + 5950 1750 6850 1750 +Wire Wire Line + 5950 1850 6850 1850 +Wire Wire Line + 5950 1950 6400 1950 +Wire Wire Line + 5950 2050 6400 2050 +Wire Wire Line + 6400 2050 6400 2350 +Wire Wire Line + 6400 2350 6850 2350 +Wire Wire Line + 6350 1250 6850 1250 +Wire Wire Line + 10050 3300 10100 3300 +Wire Wire Line + 10050 3000 10050 3300 +Wire Wire Line + 10100 3100 10050 3100 +Wire Wire Line + 10100 3200 10050 3200 +Connection ~ 10050 3100 +Connection ~ 10050 3200 +Wire Wire Line + 13500 3700 13500 4400 +Wire Wire Line + 14400 3700 14400 4400 +Connection ~ 13500 4150 +Connection ~ 14400 4150 +Connection ~ 14400 3700 +Wire Wire Line + 8450 1250 9000 1250 +Wire Wire Line + 8450 1350 9000 1350 +Wire Wire Line + 8450 1450 9000 1450 +Wire Wire Line + 8450 1550 9000 1550 +Wire Wire Line + 8450 1650 9000 1650 +Wire Wire Line + 8450 1750 9000 1750 +Wire Wire Line + 8450 1850 9000 1850 +Wire Wire Line + 8450 1950 9000 1950 +Wire Wire Line + 8450 2150 9000 2150 +Wire Wire Line + 8500 1950 8500 2350 +Wire Wire Line + 8500 2350 8450 2350 +Connection ~ 8500 1950 +Wire Wire Line + 3950 4000 4500 4000 +Wire Wire Line + 4550 2350 4550 2550 +Connection ~ 4550 2450 +Wire Wire Line + 3950 4100 4500 4100 +Wire Wire Line + 7000 8000 6600 8000 +Wire Wire Line + 7000 8100 6600 8100 +Wire Wire Line + 7000 8200 6600 8200 +Wire Wire Line + 7000 8300 6600 8300 +Wire Wire Line + 7000 8400 6600 8400 +Wire Wire Line + 7000 8500 6600 8500 +Wire Wire Line + 7000 8600 6600 8600 +Wire Wire Line + 7000 8700 6600 8700 +Wire Wire Line + 7000 8800 6600 8800 +Wire Wire Line + 7000 8900 6600 8900 +Wire Wire Line + 7000 9000 6600 9000 +Wire Wire Line + 7000 9100 6600 9100 +Wire Wire Line + 7000 9200 6600 9200 +Wire Wire Line + 7000 9300 6600 9300 +Wire Wire Line + 7000 9400 6600 9400 +Wire Wire Line + 7000 9500 6600 9500 +Wire Wire Line + 7000 9600 6600 9600 +Wire Wire Line + 7000 9800 6600 9800 +Wire Wire Line + 7000 9900 6600 9900 +Wire Wire Line + 7000 10000 6600 10000 +Wire Wire Line + 7000 10100 6600 10100 +Wire Wire Line + 8400 8000 8700 8000 +Wire Wire Line + 8400 8100 8700 8100 +Wire Wire Line + 8400 8200 8700 8200 +Wire Wire Line + 8400 8300 8700 8300 +Wire Wire Line + 8400 8400 8700 8400 +Wire Wire Line + 8400 8500 8700 8500 +Wire Wire Line + 8400 8600 8700 8600 +Wire Wire Line + 8400 8700 8700 8700 +Wire Wire Line + 10100 3500 9650 3500 +Wire Wire Line + 10100 3600 9650 3600 +Wire Wire Line + 10100 3700 9650 3700 +Wire Wire Line + 10100 3800 9650 3800 +Wire Wire Line + 10100 3900 9650 3900 +Wire Wire Line + 10100 4000 9650 4000 +Wire Wire Line + 10100 4100 9650 4100 +Wire Wire Line + 10100 4200 9650 4200 +Wire Wire Line + 13450 1500 13000 1500 +Wire Wire Line + 13450 1050 13000 1050 +Wire Wire Line + 10100 4600 9650 4600 +Wire Wire Line + 10100 4700 9650 4700 +Wire Wire Line + 10100 4800 9650 4800 +Wire Wire Line + 10100 4900 9650 4900 +Wire Wire Line + 10100 5000 9650 5000 +Wire Wire Line + 10100 5200 9650 5200 +Wire Wire Line + 10100 5300 9650 5300 +Wire Wire Line + 10100 5600 9650 5600 +Wire Wire Line + 10100 5700 9650 5700 +Wire Wire Line + 10100 5800 9650 5800 +Wire Wire Line + 10100 5900 9650 5900 +Wire Wire Line + 10100 4500 9650 4500 +Wire Wire Line + 10100 6600 9650 6600 +Wire Wire Line + 10100 6700 9650 6700 +Wire Wire Line + 10100 6800 9650 6800 +Wire Wire Line + 10100 6900 9650 6900 +Wire Wire Line + 10100 7000 9650 7000 +Wire Wire Line + 10100 7100 9650 7100 +Wire Wire Line + 10100 7200 9650 7200 +Wire Wire Line + 10100 7300 9650 7300 +Wire Wire Line + 10100 7400 9650 7400 +Wire Wire Line + 10100 7500 9650 7500 +Wire Wire Line + 10100 7600 9650 7600 +Wire Wire Line + 10100 7700 9650 7700 +Wire Wire Line + 10100 7800 9650 7800 +Wire Wire Line + 10100 8000 9650 8000 +Wire Wire Line + 10100 8100 9650 8100 +Wire Wire Line + 10100 8200 9650 8200 +Connection ~ 13500 3700 +Wire Wire Line + 12300 3600 12700 3600 +Wire Wire Line + 12300 3100 12700 3100 +Wire Wire Line + 12300 3200 12700 3200 +Wire Wire Line + 12300 3300 12700 3300 +Wire Wire Line + 12300 3800 12700 3800 +Wire Wire Line + 12300 3400 12700 3400 +Wire Wire Line + 15200 3700 15200 3500 +Wire Wire Line + 12300 4200 12850 4200 +Wire Wire Line + 12300 4500 12850 4500 +Wire Wire Line + 12300 4700 12750 4700 +Wire Wire Line + 12300 4800 12750 4800 +Wire Wire Line + 12300 5000 12750 5000 +Wire Wire Line + 12300 5200 12750 5200 +Wire Wire Line + 12300 5300 12750 5300 +Wire Wire Line + 12300 5400 12750 5400 +Wire Wire Line + 12300 5500 12750 5500 +Wire Wire Line + 12300 5600 12750 5600 +Wire Wire Line + 12300 5700 12750 5700 +Wire Wire Line + 12300 5800 12750 5800 +Wire Wire Line + 12300 5900 12750 5900 +Wire Wire Line + 12300 6000 12750 6000 +Wire Wire Line + 12300 6100 12750 6100 +Wire Wire Line + 12300 6900 12700 6900 +Wire Wire Line + 12300 7000 12700 7000 +Wire Wire Line + 12300 7100 12700 7100 +Wire Wire Line + 12300 7200 12700 7200 +Wire Wire Line + 12300 7300 12700 7300 +Wire Wire Line + 12300 7400 12700 7400 +Wire Wire Line + 12300 7500 12700 7500 +Wire Wire Line + 12300 7600 12700 7600 +Wire Wire Line + 12300 7700 12700 7700 +Wire Wire Line + 12300 7800 12700 7800 +Wire Wire Line + 12300 7900 12700 7900 +Wire Wire Line + 12300 8000 12700 8000 +Wire Wire Line + 12300 8100 12700 8100 +Wire Wire Line + 12300 8200 12700 8200 +Wire Wire Line + 12300 6400 12700 6400 +Wire Wire Line + 12300 6500 12700 6500 +Wire Wire Line + 12300 6600 12700 6600 +Wire Wire Line + 14700 7500 14750 7500 +Wire Wire Line + 14700 6100 14700 7500 +Wire Wire Line + 14650 6100 14750 6100 +Wire Wire Line + 14750 6300 14700 6300 +Wire Wire Line + 14750 6500 14700 6500 +Wire Wire Line + 14750 6700 14700 6700 +Wire Wire Line + 14750 6900 14700 6900 +Wire Wire Line + 14750 7100 14700 7100 +Wire Wire Line + 14750 7300 14700 7300 +Connection ~ 14700 7300 +Connection ~ 14700 7100 +Connection ~ 14700 6900 +Connection ~ 14700 6700 +Connection ~ 14700 6500 +Connection ~ 14700 6300 +Connection ~ 14700 6100 +Wire Wire Line + 14750 6000 14200 6000 +Wire Wire Line + 14750 6200 14200 6200 +Wire Wire Line + 14750 6400 14200 6400 +Wire Wire Line + 14750 6600 14200 6600 +Wire Wire Line + 14750 6800 14200 6800 +Wire Wire Line + 14750 7000 14200 7000 +Wire Wire Line + 14750 7200 14200 7200 +Wire Wire Line + 14750 7400 14200 7400 +Wire Wire Line + 14750 7600 14200 7600 +Wire Wire Line + 14750 7700 14200 7700 +Wire Wire Line + 14750 7800 14200 7800 +Wire Wire Line + 14750 7900 14200 7900 +Wire Wire Line + 14750 8000 14200 8000 +Wire Wire Line + 14750 8100 14200 8100 +Wire Wire Line + 14750 8200 14200 8200 +Wire Wire Line + 14750 8300 14200 8300 +Wire Wire Line + 14750 8400 14200 8400 +Wire Wire Line + 1200 6900 1300 6900 +Wire Wire Line + 1200 6900 1200 7700 +Wire Wire Line + 1300 7000 1200 7000 +Wire Wire Line + 1300 7100 1200 7100 +Wire Wire Line + 1300 7200 1200 7200 +Wire Wire Line + 1300 7300 1200 7300 +Wire Wire Line + 1300 7400 1200 7400 +Wire Wire Line + 1300 7500 1200 7500 +Wire Wire Line + 1300 7600 1200 7600 +Connection ~ 1200 7000 +Connection ~ 1200 7100 +Connection ~ 1200 7200 +Connection ~ 1200 7300 +Connection ~ 1200 7400 +Connection ~ 1200 7500 +Connection ~ 1200 7600 +Wire Wire Line + 3900 6900 3350 6900 +Wire Wire Line + 3350 6900 3350 6800 +Wire Wire Line + 3350 6800 2450 6800 +Wire Wire Line + 2450 6800 2450 6900 +Wire Wire Line + 2450 6900 2100 6900 +Wire Wire Line + 3150 7950 3150 6800 +Wire Wire Line + 2600 7000 3900 7000 +Wire Wire Line + 2600 7000 2600 7100 +Wire Wire Line + 2600 7100 2100 7100 +Wire Wire Line + 2100 7000 2500 7000 +Wire Wire Line + 2500 7000 2500 6900 +Wire Wire Line + 2500 6900 3050 6900 +Wire Wire Line + 3050 6900 3050 7950 +Wire Wire Line + 3900 7600 3400 7600 +Wire Wire Line + 3400 7600 3400 7700 +Wire Wire Line + 3400 7700 3050 7700 +Wire Wire Line + 2100 7300 3250 7300 +Wire Wire Line + 3250 7300 3250 7100 +Wire Wire Line + 3250 7100 3900 7100 +Wire Wire Line + 2100 7600 3300 7600 +Wire Wire Line + 3300 7600 3300 7300 +Wire Wire Line + 3300 7300 3900 7300 +Connection ~ 3150 6800 +Connection ~ 3050 7700 +Wire Wire Line + 3500 7750 3900 7750 +Wire Wire Line + 2450 7950 2450 7600 +Wire Wire Line + 2100 7500 2550 7500 +Wire Wire Line + 2650 7950 2650 7400 +Wire Wire Line + 2750 7950 2750 7300 +Wire Wire Line + 3900 7500 2850 7500 +Wire Wire Line + 2100 7400 3900 7400 +Connection ~ 2450 7600 +Connection ~ 2550 7500 +Connection ~ 2650 7400 +Connection ~ 2750 7300 +Connection ~ 2850 7500 +Connection ~ 2950 7000 +Wire Wire Line + 2950 7950 2950 7000 +Wire Wire Line + 2850 7200 2100 7200 +Wire Wire Line + 2850 7200 2850 7950 +Wire Wire Line + 2550 7150 2550 7950 +Wire Wire Line + 2550 7150 2900 7150 +Wire Wire Line + 2900 7150 2900 7200 +Wire Wire Line + 2900 7200 3900 7200 +Wire Wire Line + 14250 1500 14250 1800 +Wire Wire Line + 14650 1050 14650 1350 +Wire Wire Line + 13500 4150 13650 4150 +Wire Wire Line + 14250 4150 14400 4150 +Wire Bus Line + 3750 1650 3750 2350 +Wire Bus Line + 3750 3450 3750 5350 +Wire Bus Line + 3750 5350 3300 5350 +Wire Bus Line + 3300 5350 3300 6650 +Wire Bus Line + 3900 2450 3900 3700 +Wire Wire Line + 12300 3700 13700 3700 +Wire Wire Line + 14200 3700 14650 3700 +Wire Wire Line + 15200 3700 15150 3700 +Wire Wire Line + 15200 3500 12300 3500 +Entry Bus Bus + 3750 2350 3850 2450 +$Comp +L 74LS541 U3 +U 1 1 4A087146 +P 5250 1950 +F 0 "U3" H 5250 2525 60 0000 C BNN +F 1 "74LS541" H 5250 1375 60 0000 C TNN +F 2 "dip_sockets:DIP-20__300" H 5250 1250 60 0000 C CNN +F 3 "" H 5250 1950 60 0001 C CNN + 1 5250 1950 + 1 0 0 -1 +$EndComp +Text Notes 1250 6750 0 80 Italic 16 +Selection +$Comp +L GND #PWR01 +U 1 1 43020357 +P 14400 4800 +F 0 "#PWR01" H 14400 4800 30 0001 C CNN +F 1 "GND" H 14400 4730 30 0001 C CNN +F 2 "" H 14400 4800 60 0001 C CNN +F 3 "" H 14400 4800 60 0001 C CNN + 1 14400 4800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR02 +U 1 1 43020354 +P 13500 4800 +F 0 "#PWR02" H 13500 4800 30 0001 C CNN +F 1 "GND" H 13500 4730 30 0001 C CNN +F 2 "" H 13500 4800 60 0001 C CNN +F 3 "" H 13500 4800 60 0001 C CNN + 1 13500 4800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR03 +U 1 1 43020343 +P 4550 2550 +F 0 "#PWR03" H 4550 2550 30 0001 C CNN +F 1 "GND" H 4550 2480 30 0001 C CNN +F 2 "" H 4550 2550 60 0001 C CNN +F 3 "" H 4550 2550 60 0001 C CNN + 1 4550 2550 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR04 +U 1 1 4302032E +P 1200 7700 +F 0 "#PWR04" H 1200 7700 30 0001 C CNN +F 1 "GND" H 1200 7630 30 0001 C CNN +F 2 "" H 1200 7700 60 0001 C CNN +F 3 "" H 1200 7700 60 0001 C CNN + 1 1200 7700 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR05 +U 1 1 43020328 +P 1000 9950 +F 0 "#PWR05" H 1000 9950 30 0001 C CNN +F 1 "GND" H 1000 9880 30 0001 C CNN +F 2 "" H 1000 9950 60 0001 C CNN +F 3 "" H 1000 9950 60 0001 C CNN + 1 1000 9950 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG06 +U 1 1 38CEA284 +P 2850 9950 +F 0 "#FLG06" H 2850 10220 30 0001 C CNN +F 1 "PWR_FLAG" H 2850 10180 30 0000 C CNN +F 2 "" H 2850 9950 60 0001 C CNN +F 3 "" H 2850 9950 60 0001 C CNN + 1 2850 9950 + -1 0 0 1 +$EndComp +$Comp +L PWR_FLAG #PWR07 +U 1 1 38C8E81F +P 2850 9350 +F 0 "#PWR07" H 2850 9620 30 0001 C CNN +F 1 "PWR_FLAG" H 2850 9580 30 0000 C CNN +F 2 "" H 2850 9350 60 0001 C CNN +F 3 "" H 2850 9350 60 0001 C CNN + 1 2850 9350 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR08 +U 1 1 38C8E014 +P 8500 2550 +F 0 "#PWR08" H 8500 2650 30 0001 C CNN +F 1 "VCC" V 8500 2700 40 0000 C CNN +F 2 "" H 8500 2550 60 0001 C CNN +F 3 "" H 8500 2550 60 0001 C CNN + 1 8500 2550 + 0 1 1 0 +$EndComp +$Comp +L VCC #PWR09 +U 1 1 4A33B1CF +P 1300 4250 +F 0 "#PWR09" H 1300 4450 40 0001 C CNN +F 1 "VCC" V 1300 4400 40 0000 C CNN +F 2 "" H 1300 4250 60 0001 C CNN +F 3 "" H 1300 4250 60 0001 C CNN + 1 1300 4250 + 0 -1 -1 0 +$EndComp +$Comp +L VCC #PWR010 +U 1 1 4A33B1D0 +P 1300 1650 +F 0 "#PWR010" H 1300 1850 40 0001 C CNN +F 1 "VCC" V 1300 1800 40 0000 C CNN +F 2 "" H 1300 1650 60 0001 C CNN +F 3 "" H 1300 1650 60 0001 C CNN + 1 1300 1650 + 0 -1 -1 0 +$EndComp +$Comp +L VCC #PWR011 +U 1 1 4A33B1D1 +P 10050 3000 +F 0 "#PWR011" H 10050 3100 30 0001 C CNN +F 1 "VCC" H 10050 3100 40 0000 C CNN +F 2 "" H 10050 3000 60 0001 C CNN +F 3 "" H 10050 3000 60 0001 C CNN + 1 10050 3000 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR012 +U 1 1 4A33B1D2 +P 6050 9900 +F 0 "#PWR012" H 6050 10000 30 0001 C CNN +F 1 "VCC" H 6050 10000 40 0000 C CNN +F 2 "" H 6050 9900 60 0001 C CNN +F 3 "" H 6050 9900 60 0001 C CNN + 1 6050 9900 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR013 +U 1 1 38C8DFD2 +P 1000 9350 +F 0 "#PWR013" H 1000 9450 30 0001 C CNN +F 1 "VCC" H 1000 9450 30 0000 C CNN +F 2 "" H 1000 9350 60 0001 C CNN +F 3 "" H 1000 9350 60 0001 C CNN + 1 1000 9350 + 1 0 0 -1 +$EndComp +Entry Wire Line + 3900 3700 4000 3800 +Entry Wire Line + 3900 3600 4000 3700 +Entry Wire Line + 3900 3500 4000 3600 +Entry Wire Line + 3900 3400 4000 3500 +Entry Wire Line + 3900 3300 4000 3400 +Entry Wire Line + 3900 3200 4000 3300 +Entry Wire Line + 3900 3100 4000 3200 +Entry Wire Line + 3900 3000 4000 3100 +Entry Wire Line + 3300 6650 3400 6750 +Entry Wire Line + 3300 6550 3400 6650 +Entry Wire Line + 3300 6450 3400 6550 +Entry Wire Line + 3300 6350 3400 6450 +Entry Wire Line + 3300 6250 3400 6350 +Entry Wire Line + 3300 6150 3400 6250 +Entry Wire Line + 3300 6050 3400 6150 +Entry Wire Line + 3300 5950 3400 6050 +Entry Wire Line + 3650 4450 3750 4550 +Entry Wire Line + 3650 4350 3750 4450 +Entry Wire Line + 3650 4250 3750 4350 +Entry Wire Line + 3650 4150 3750 4250 +Entry Wire Line + 3650 4050 3750 4150 +Entry Wire Line + 3650 3950 3750 4050 +Entry Wire Line + 3650 3850 3750 3950 +Entry Wire Line + 3650 3750 3750 3850 +Entry Wire Line + 3650 3650 3750 3750 +Entry Wire Line + 3650 3550 3750 3650 +Entry Wire Line + 3650 3450 3750 3550 +Entry Wire Line + 3650 3350 3750 3450 +Entry Wire Line + 3650 2250 3750 2350 +Entry Wire Line + 3650 2150 3750 2250 +Entry Wire Line + 3650 2050 3750 2150 +Entry Wire Line + 3650 1950 3750 2050 +Entry Wire Line + 3650 1850 3750 1950 +Entry Wire Line + 3650 1750 3750 1850 +Entry Wire Line + 3650 1650 3750 1750 +Entry Wire Line + 3650 1550 3750 1650 +$Comp +L GND #GND014 +U 1 1 3268ED7F +P 6800 2550 +F 0 "#GND014" H 6800 2550 30 0001 C CNN +F 1 "GND" H 6800 2480 30 0001 C CNN +F 2 "" H 6800 2550 60 0001 C CNN +F 3 "" H 6800 2550 60 0001 C CNN + 1 6800 2550 + 0 1 1 0 +$EndComp +Text Label 2150 7600 0 60 ~ 0 +REF10 +Text Label 2150 7500 0 60 ~ 0 +REF11 +Text Label 2150 7400 0 60 ~ 0 +REF7 +Text Label 2150 7300 0 60 ~ 0 +REF9 +Text Label 2150 7200 0 60 ~ 0 +REF6 +Text Label 2150 7100 0 60 ~ 0 +REF8 +Text Label 2150 7000 0 60 ~ 0 +REF4 +Text Label 2150 6900 0 60 ~ 0 +REF5 +$Comp +L CONN_8X2 JP1 +U 1 1 32568D1E +P 1700 7250 +F 0 "JP1" H 1700 7750 70 0000 C CNN +F 1 "CONN_8X2" V 1700 7250 70 0000 C CNN +F 2 "pin_array_8x2" H 1700 7850 60 0000 C CNN +F 3 "" H 1700 7250 60 0001 C CNN + 1 1700 7250 + 1 0 0 1 +$EndComp +Text Label 13600 3500 0 60 ~ 0 +8MH-OUT +NoConn ~ 2350 7950 +$Comp +L VCC #015 +U 1 1 32567A22 +P 3300 7950 +F 0 "#015" H 3300 8150 40 0001 C CNN +F 1 "VCC" V 3300 8100 40 0000 C CNN +F 2 "" H 3300 7950 60 0001 C CNN +F 3 "" H 3300 7950 60 0001 C CNN + 1 3300 7950 + 0 1 1 0 +$EndComp +$Comp +L RR9 RR1 +U 1 1 325679C1 +P 2750 8300 +F 0 "RR1" V 2800 8300 70 0000 C CNN +F 1 "9x1K" V 2770 8630 70 0000 C CNN +F 2 "discret:r_pack9" V 2900 8350 60 0000 C CNN +F 3 "" H 2750 8300 60 0001 C CNN + 1 2750 8300 + 0 1 1 0 +$EndComp +Text Label 14250 8400 0 60 ~ 0 +STROBE +Text Label 14250 8300 0 60 ~ 0 +AUTOFD- +Text Label 14250 8100 0 60 ~ 0 +ERROR- +Text Label 14250 7800 0 60 ~ 0 +BIT2 +Text Label 14250 7900 0 60 ~ 0 +INIT- +Text Label 14250 7700 0 60 ~ 0 +SLCTIN- +Text Label 14250 8200 0 60 ~ 0 +BIT0 +Text Label 14250 8000 0 60 ~ 0 +BIT1 +Text Label 14250 7600 0 60 ~ 0 +BIT3 +Text Label 14250 7400 0 60 ~ 0 +BIT4 +Text Label 14250 7200 0 60 ~ 0 +BIT5 +Text Label 14250 7000 0 60 ~ 0 +BIT6 +Text Label 14250 6800 0 60 ~ 0 +BIT7 +Text Label 14250 6600 0 60 ~ 0 +ACK +Text Label 14250 6400 0 60 ~ 0 +BUST+ +Text Label 14250 6200 0 60 ~ 0 +PE+ +$Comp +L GND #016 +U 1 1 325676D0 +P 14650 6100 +F 0 "#016" H 14650 6100 30 0001 C CNN +F 1 "GND" H 14650 6030 30 0001 C CNN +F 2 "" H 14650 6100 60 0001 C CNN +F 3 "" H 14650 6100 60 0001 C CNN + 1 14650 6100 + 0 1 1 0 +$EndComp +Text Label 14250 6000 0 60 ~ 0 +SLCT+ +$Comp +L DB25 P1 +U 1 1 3256759C +P 15200 7200 +F 0 "P1" H 15250 8550 70 0000 C CNN +F 1 "DB25FEMELLE" H 15150 5850 70 0000 C CNN +F 2 "connect:DB25FC" H 15150 5750 50 0000 C CNN +F 3 "" H 15200 7200 60 0001 C CNN + 1 15200 7200 + 1 0 0 -1 +$EndComp +Text Label 12350 8200 0 60 ~ 0 +BIT0 +Text Label 12350 8100 0 60 ~ 0 +INIT- +Text Label 12350 8000 0 60 ~ 0 +ERROR- +Text Label 12350 7900 0 60 ~ 0 +SLCTIN- +Text Label 12350 7800 0 60 ~ 0 +BIT1 +Text Label 12350 7700 0 60 ~ 0 +BIT2 +Text Label 12350 7600 0 60 ~ 0 +BIT3 +Text Label 12350 7500 0 60 ~ 0 +BIT4 +Text Label 12350 7400 0 60 ~ 0 +BIT6 +Text Label 12350 7300 0 60 ~ 0 +BIT5 +Text Label 12350 7200 0 60 ~ 0 +BIT7 +Text Label 12350 7100 0 60 ~ 0 +ACK +Text Label 12350 7000 0 60 ~ 0 +BUST+ +Text Label 12350 6900 0 60 ~ 0 +PE+ +Text Label 12350 6600 0 60 ~ 0 +D7 +Text Label 12350 6500 0 60 ~ 0 +D6 +Text Label 12350 6400 0 60 ~ 0 +SLCT+ +NoConn ~ 12300 8300 +NoConn ~ 12300 6800 +NoConn ~ 12300 6700 +NoConn ~ 12300 6300 +NoConn ~ 12300 6200 +Text Label 12350 6100 0 60 ~ 0 +D4 +Text Label 12350 6000 0 60 ~ 0 +D5 +Text Label 12350 5900 0 60 ~ 0 +D3 +Text Label 12350 5800 0 60 ~ 0 +PC-AEN +Text Label 12350 5700 0 60 ~ 0 +PC-A10 +Text Label 12350 5600 0 60 ~ 0 +D2 +Text Label 12350 5500 0 60 ~ 0 +PC-RD +Text Label 12350 5400 0 60 ~ 0 +D1 +Text Label 12350 5300 0 60 ~ 0 +PC-A9 +Text Label 12350 5200 0 60 ~ 0 +PC-WR +Text Label 12350 5000 0 60 ~ 0 +PC-A0 +NoConn ~ 12300 5100 +NoConn ~ 12300 4900 +Text Label 12350 4800 0 60 ~ 0 +PC-A1 +Text Label 12350 4700 0 60 ~ 0 +PC-A2 +NoConn ~ 12300 4600 +Text Label 12350 4500 0 60 ~ 0 +CLKLCA +NoConn ~ 12300 4400 +NoConn ~ 12300 4300 +Text Label 12350 4200 0 60 Italic 0 +SEL_LPT +NoConn ~ 12300 4100 +NoConn ~ 12300 4000 +Text Label 12350 3800 0 60 ~ 0 +PC-A3 +NoConn ~ 12300 3900 +Text Label 12350 3600 0 60 ~ 0 +PC-A5 +Text Label 12350 3400 0 60 ~ 0 +PC-A4 +Text Label 12350 3300 0 60 ~ 0 +PC-A6 +Text Label 12350 3200 0 60 ~ 0 +PC-A7 +Text Label 12350 3100 0 60 ~ 0 +PC-A8 +NoConn ~ 10100 8300 +NoConn ~ 10100 7900 +Text Label 9650 8200 0 60 ~ 0 +AUTOFD- +Text Label 9650 8100 0 60 ~ 0 +STROBE +Text Label 9700 8000 0 60 ~ 0 +MA10 +Text Label 9700 7800 0 60 ~ 0 +MA0 +Text Label 9700 7700 0 60 ~ 0 +OE- +Text Label 9700 7600 0 60 ~ 0 +CS1- +Text Label 9700 7500 0 60 ~ 0 +MA16 +Text Label 9700 7400 0 60 ~ 0 +MD7 +Text Label 9700 7300 0 60 ~ 0 +MD6 +Text Label 9700 7200 0 60 ~ 0 +MD5 +Text Label 9700 7100 0 60 ~ 0 +MD4 +Text Label 9700 7000 0 60 ~ 0 +MD3 +Text Label 9700 6900 0 60 ~ 0 +MD2 +Text Label 9700 6800 0 60 ~ 0 +MD1 +Text Label 9700 6700 0 60 ~ 0 +MD0 +Text Label 9700 6600 0 60 ~ 0 +MA9 +Text Label 9700 4500 0 60 ~ 0 +MA8 +NoConn ~ 10100 6500 +NoConn ~ 10100 6400 +NoConn ~ 10100 6300 +NoConn ~ 10100 6200 +NoConn ~ 10100 6100 +NoConn ~ 10100 6000 +Text Label 9700 5900 0 60 ~ 0 +MA7 +Text Label 9700 5800 0 60 ~ 0 +MA1 +Text Label 9700 5700 0 60 ~ 0 +MA2 +Text Label 9700 5600 0 60 ~ 0 +MA3 +NoConn ~ 10100 5500 +NoConn ~ 10100 5400 +NoConn ~ 10100 5100 +Text Label 9700 5300 0 60 ~ 0 +MA11 +Text Label 9700 5200 0 60 ~ 0 +MA13 +Text Label 9700 5000 0 60 ~ 0 +MA14 +Text Label 9700 4900 0 60 ~ 0 +MA12 +Text Label 9700 4800 0 60 ~ 0 +MA6 +Text Label 9700 4700 0 60 ~ 0 +MA4 +Text Label 9700 4600 0 60 ~ 0 +MA15 +Text Label 13000 1050 0 60 ~ 0 +LED1 +Text Label 13000 1500 0 60 ~ 0 +LED2 +Text Label 9700 4200 0 60 ~ 0 +MA5 +Text Label 9700 4100 0 60 ~ 0 +WR- +Text Label 9700 4000 0 60 ~ 0 +LED2 +Text Label 9700 3900 0 60 ~ 0 +CLKLCA +Text Label 9700 3800 0 60 ~ 0 +LED1 +Text Label 9700 3700 0 60 ~ 0 +D0 +Text Label 9700 3600 0 60 ~ 0 +DONE +Text Label 9700 3500 0 60 ~ 0 +PROG- +Text Label 8450 8700 0 60 ~ 0 +MD7 +Text Label 8450 8600 0 60 ~ 0 +MD6 +Text Label 8450 8500 0 60 ~ 0 +MD5 +Text Label 8450 8400 0 60 ~ 0 +MD4 +Text Label 8450 8300 0 60 ~ 0 +MD3 +Text Label 8450 8200 0 60 ~ 0 +MD2 +Text Label 8450 8100 0 60 ~ 0 +MD1 +Text Label 8450 8000 0 60 ~ 0 +MD0 +$Comp +L R R3 +U 1 1 324002E6 +P 6350 9900 +F 0 "R3" V 6430 9900 50 0000 C CNN +F 1 "10K" V 6350 9900 50 0000 C CNN +F 2 "discret:R3" V 6500 9900 50 0000 C CNN +F 3 "" H 6350 9900 60 0001 C CNN + 1 6350 9900 + 0 1 1 0 +$EndComp +Text Label 6700 10100 0 60 ~ 0 +WR- +Text Label 6700 10000 0 60 ~ 0 +OE- +Text Label 6700 9800 0 60 ~ 0 +CS1- +Text Label 6700 9600 0 60 ~ 0 +MA16 +Text Label 6700 9500 0 60 ~ 0 +MA15 +Text Label 6700 9400 0 60 ~ 0 +MA14 +Text Label 6700 9300 0 60 ~ 0 +MA13 +Text Label 6700 9200 0 60 ~ 0 +MA12 +Text Label 6700 9100 0 60 ~ 0 +MA11 +Text Label 6700 9000 0 60 ~ 0 +MA10 +Text Label 6700 8900 0 60 ~ 0 +MA9 +Text Label 6700 8800 0 60 ~ 0 +MA8 +Text Label 6700 8700 0 60 ~ 0 +MA7 +Text Label 6700 8600 0 60 ~ 0 +MA6 +Text Label 6700 8500 0 60 ~ 0 +MA5 +Text Label 6700 8400 0 60 ~ 0 +MA4 +Text Label 6700 8300 0 60 ~ 0 +MA3 +Text Label 6700 8200 0 60 ~ 0 +MA2 +Text Label 6700 8100 0 60 ~ 0 +MA1 +Text Label 6700 8000 0 60 ~ 0 +MA0 +$Comp +L 628128 U5 +U 1 1 3240023F +P 7700 9050 +F 0 "U5" H 7700 10200 70 0000 C CNN +F 1 "628128" H 7700 7850 70 0000 C CNN +F 2 "dip_sockets:DIP-32__600" H 7700 7750 50 0000 C CNN +F 3 "" H 7700 9050 60 0001 C CNN + 1 7700 9050 + 1 0 0 -1 +$EndComp +Text Label 4050 4000 0 60 ~ 0 +DIR +Text Label 4050 4100 0 60 ~ 0 +ENBBUF +Text Label 8550 2150 0 60 ~ 0 +PC-RD +Text Label 8550 1950 0 60 ~ 0 +WR_REG +Text Label 8550 1850 0 60 ~ 0 +CLKLCA +Text Label 8550 1750 0 60 ~ 0 +DIR +Text Label 8550 1650 0 60 ~ 0 +SEL_LPT +Text Label 8550 1550 0 60 ~ 0 +PROG- +Text Label 8550 1450 0 60 ~ 0 +DONE +Text Label 8550 1350 0 60 ~ 0 +D0 +Text Label 8550 1250 0 60 ~ 0 +ENBBUF +$Comp +L VCC #017 +U 1 1 32332C72 +P 8500 1050 +F 0 "#017" H 8500 1150 30 0001 C CNN +F 1 "VCC" V 8500 1200 40 0000 C CNN +F 2 "" H 8500 1050 60 0001 C CNN +F 3 "" H 8500 1050 60 0001 C CNN + 1 8500 1050 + 0 1 1 0 +$EndComp +Text Label 6350 1250 0 60 ~ 0 +MATCHL +$Comp +L GND #018 +U 1 1 32331877 +P 6800 1050 +F 0 "#018" H 6800 1050 30 0001 C CNN +F 1 "GND" H 6800 980 30 0001 C CNN +F 2 "" H 6800 1050 60 0001 C CNN +F 3 "" H 6800 1050 60 0001 C CNN + 1 6800 1050 + 0 1 1 0 +$EndComp +NoConn ~ 6850 2150 +NoConn ~ 6850 2050 +NoConn ~ 6850 1950 +Text Label 6100 2050 0 60 ~ 0 +RSTL +Text Label 6400 1950 2 60 ~ 0 +PC-RD +Text Label 6400 1850 2 60 ~ 0 +PC-WR +NoConn ~ 5950 2150 +Text Label 6000 3800 0 60 ~ 0 +D7 +Text Label 6000 3700 0 60 ~ 0 +D6 +Text Label 6000 3600 0 60 ~ 0 +D5 +Text Label 6000 3500 0 60 ~ 0 +D4 +Text Label 6000 3400 0 60 ~ 0 +D3 +Text Label 6000 3300 0 60 ~ 0 +D2 +Text Label 6000 3200 0 60 ~ 0 +D1 +Text Label 6000 3100 0 60 ~ 0 +D0 +Text Label 5350 6050 0 60 Italic 12 +MATCHL +Text Label 4050 2050 0 60 ~ 0 +PC-RST +Text Label 800 1550 0 60 ~ 0 +PC-RST +Text Label 4050 1950 0 60 ~ 0 +PC-IOR +Text Label 4050 1850 0 60 ~ 0 +PC-IOW +Text Label 850 2750 0 60 ~ 0 +PC-IOR +Text Label 850 2650 0 60 ~ 0 +PC-IOW +Text Label 3500 7750 0 60 ~ 0 +PC-AEN +Text Label 3600 2450 2 60 ~ 0 +PC-AEN +Text Label 3500 6750 0 60 ~ 0 +PC-A4 +Text Label 3500 6050 0 60 ~ 0 +PC-A5 +Text Label 3500 6650 0 60 ~ 0 +PC-A6 +Text Label 3500 6550 0 60 ~ 0 +PC-A7 +Text Label 3500 6150 0 60 ~ 0 +PC-A8 +Text Label 3500 6250 0 60 ~ 0 +PC-A9 +Text Label 3500 6450 0 60 ~ 0 +PC-A10 +Text Label 3500 6350 0 60 ~ 0 +PC-A11 +Text Label 4050 1750 0 60 ~ 0 +PC-A3 +Text Label 4050 1650 0 60 ~ 0 +PC-A2 +Text Label 4050 1450 0 60 ~ 0 +PC-A1 +Text Label 4050 1550 0 60 ~ 0 +PC-A0 +$Comp +L GND #019 +U 1 1 32308380 +P 14650 1750 +F 0 "#019" H 14650 1750 30 0001 C CNN +F 1 "GND" H 14650 1680 30 0001 C CNN +F 2 "" H 14650 1750 60 0001 C CNN +F 3 "" H 14650 1750 60 0001 C CNN + 1 14650 1750 + 1 0 0 -1 +$EndComp +$Comp +L GND #020 +U 1 1 3230837A +P 14250 2200 +F 0 "#020" H 14250 2200 30 0001 C CNN +F 1 "GND" H 14250 2130 30 0001 C CNN +F 2 "" H 14250 2200 60 0001 C CNN +F 3 "" H 14250 2200 60 0001 C CNN + 1 14250 2200 + 1 0 0 -1 +$EndComp +Text Label 3250 4450 0 60 ~ 0 +PC-A0 +Text Label 3250 4350 0 60 ~ 0 +PC-A1 +Text Label 3250 4250 0 60 ~ 0 +PC-A2 +Text Label 3250 4150 0 60 ~ 0 +PC-A3 +Text Label 3250 4050 0 60 ~ 0 +PC-A4 +Text Label 3250 3950 0 60 ~ 0 +PC-A5 +Text Label 3250 3850 0 60 ~ 0 +PC-A6 +Text Label 3250 3750 0 60 ~ 0 +PC-A7 +Text Label 3250 3650 0 60 ~ 0 +PC-A8 +Text Label 3250 3550 0 60 ~ 0 +PC-A9 +Text Label 3250 3450 0 60 ~ 0 +PC-A10 +Text Label 3250 3350 0 60 ~ 0 +PC-A11 +Text Label 4050 3800 0 60 ~ 0 +PC-DB7 +Text Label 4050 3700 0 60 ~ 0 +PC-DB6 +Text Label 4050 3600 0 60 ~ 0 +PC-DB5 +Text Label 4050 3500 0 60 ~ 0 +PC-DB4 +Text Label 4050 3400 0 60 ~ 0 +PC-DB3 +Text Label 4050 3300 0 60 ~ 0 +PC-DB2 +Text Label 4050 3200 0 60 ~ 0 +PC-DB1 +Text Label 4050 3100 0 60 ~ 0 +PC-DB0 +NoConn ~ 1350 4150 +NoConn ~ 1350 4050 +NoConn ~ 1350 3950 +NoConn ~ 1350 3850 +NoConn ~ 1350 3750 +NoConn ~ 1350 3650 +NoConn ~ 1350 3550 +NoConn ~ 1350 3450 +NoConn ~ 1350 3350 +NoConn ~ 1350 3250 +NoConn ~ 1350 3150 +NoConn ~ 1350 3050 +NoConn ~ 1350 2950 +NoConn ~ 1350 2850 +NoConn ~ 1350 2550 +NoConn ~ 1350 2450 +NoConn ~ 1350 2350 +NoConn ~ 1350 2250 +NoConn ~ 1350 2150 +NoConn ~ 1350 2050 +NoConn ~ 1350 1950 +NoConn ~ 1350 1850 +NoConn ~ 1350 1750 +NoConn ~ 3150 3250 +NoConn ~ 3150 3150 +NoConn ~ 3150 3050 +NoConn ~ 3150 2950 +NoConn ~ 3150 2850 +NoConn ~ 3150 2750 +NoConn ~ 3150 2650 +NoConn ~ 3150 2550 +NoConn ~ 3150 2350 +NoConn ~ 3150 1450 +NoConn ~ 1350 4350 +$Comp +L GND #021 +U 1 1 32307FB9 +P 1300 4450 +F 0 "#021" H 1300 4450 40 0001 C CNN +F 1 "GND" H 1300 4380 40 0001 C CNN +F 2 "" H 1300 4450 60 0001 C CNN +F 3 "" H 1300 4450 60 0001 C CNN + 1 1300 4450 + 0 1 1 0 +$EndComp +$Comp +L GND #022 +U 1 1 32307FA7 +P 1300 1450 +F 0 "#022" H 1300 1450 40 0001 C CNN +F 1 "GND" H 1300 1380 40 0001 C CNN +F 2 "" H 1300 1450 60 0001 C CNN +F 3 "" H 1300 1450 60 0001 C CNN + 1 1300 1450 + 0 1 1 0 +$EndComp +$Comp +L C C3 +U 1 1 32307ED4 +P 14400 4600 +F 0 "C3" H 14650 4650 50 0000 C CNN +F 1 "47pF" H 14650 4550 50 0000 C CNN +F 2 "discret:C1" H 14650 4450 50 0000 C CNN +F 3 "" H 14400 4600 60 0001 C CNN + 1 14400 4600 + 1 0 0 -1 +$EndComp +$Comp +L C C2 +U 1 1 32307ECF +P 13500 4600 +F 0 "C2" H 13750 4650 50 0000 C CNN +F 1 "47pF" H 13750 4550 50 0000 C CNN +F 2 "discret:C1" H 13750 4450 50 0000 C CNN +F 3 "" H 13500 4600 60 0001 C CNN + 1 13500 4600 + 1 0 0 -1 +$EndComp +$Comp +L CRYSTAL X1 +U 1 1 32307EC0 +P 13950 4150 +F 0 "X1" H 13950 4350 70 0000 C CNN +F 1 "8MHz" H 13950 3950 70 0000 C CNN +F 2 "discret:HC-18UH" H 13950 3850 50 0000 C CNN +F 3 "" H 13950 4150 60 0001 C CNN + 1 13950 4150 + 1 0 0 -1 +$EndComp +$Comp +L R R2 +U 1 1 32307EAA +P 14900 3700 +F 0 "R2" V 14800 3700 50 0000 C CNN +F 1 "1K" V 14900 3700 50 0000 C CNN +F 2 "discret:R3" V 15000 3700 50 0000 C CNN +F 3 "" H 14900 3700 60 0001 C CNN + 1 14900 3700 + 0 1 1 0 +$EndComp +$Comp +L R R1 +U 1 1 32307EA1 +P 13950 3700 +F 0 "R1" V 13850 3700 50 0000 C CNN +F 1 "100K" V 13950 3700 50 0000 C CNN +F 2 "discret:R3" V 14050 3700 50 0000 C CNN +F 3 "" H 13950 3700 60 0001 C CNN + 1 13950 3700 + 0 1 1 0 +$EndComp +$Comp +L CP C1 +U 1 1 32307DE2 +P 2850 9650 +F 0 "C1" H 2950 9700 50 0000 L CNN +F 1 "47uF" H 2950 9600 50 0000 L CNN +F 2 "discret:CP6" H 3100 9500 50 0000 C CNN +F 3 "" H 2850 9650 60 0001 C CNN + 1 2850 9650 + 1 0 0 -1 +$EndComp +$Comp +L CP C4 +U 1 1 32307DCF +P 2200 9650 +F 0 "C4" H 2300 9700 50 0000 L CNN +F 1 "47uF" H 2300 9600 50 0000 L CNN +F 2 "discret:CP6" H 2450 9500 50 0000 C CNN +F 3 "" H 2200 9650 60 0001 C CNN + 1 2200 9650 + 1 0 0 -1 +$EndComp +$Comp +L CP C5 +U 1 1 32307DCA +P 1650 9650 +F 0 "C5" H 1750 9700 50 0000 L CNN +F 1 "47uF" H 1750 9600 50 0000 L CNN +F 2 "discret:CP6" H 1900 9500 50 0000 C CNN +F 3 "" H 1650 9650 60 0001 C CNN + 1 1650 9650 + 1 0 0 -1 +$EndComp +$Comp +L CP C6 +U 1 1 32307DC0 +P 1000 9650 +F 0 "C6" H 1100 9700 50 0000 L CNN +F 1 "47uF" H 1100 9600 50 0000 L CNN +F 2 "discret:CP6" H 1250 9500 50 0000 C CNN +F 3 "" H 1000 9650 60 0001 C CNN + 1 1000 9650 + 1 0 0 -1 +$EndComp +Text Label 3250 2250 0 60 ~ 0 +PC-DB0 +Text Label 3250 2150 0 60 ~ 0 +PC-DB1 +Text Label 3250 2050 0 60 ~ 0 +PC-DB2 +Text Label 3250 1950 0 60 ~ 0 +PC-DB3 +Text Label 3250 1850 0 60 ~ 0 +PC-DB4 +Text Label 3250 1750 0 60 ~ 0 +PC-DB5 +Text Label 3250 1650 0 60 ~ 0 +PC-DB6 +Text Label 3250 1550 0 60 ~ 0 +PC-DB7 +$Comp +L 74LS688 U2 +U 1 1 322D35B4 +P 4600 6900 +F 0 "U2" H 4600 7850 60 0000 C CNN +F 1 "74LS688" H 4600 5950 60 0000 C CIB +F 2 "dip_sockets:DIP-20__300" H 4600 5850 50 0000 C CNN +F 3 "" H 4600 6900 60 0001 C CNN + 1 4600 6900 + 1 0 0 -1 +$EndComp +$Comp +L 4003APG120 U9 +U 1 1 322D32FA +P 11200 5700 +F 0 "U9" H 11200 8450 70 0000 C CNN +F 1 "4003APG120" H 11200 2950 70 0000 C CNN +F 2 "PGA120" H 11200 2850 50 0000 C CNN +F 3 "" H 11200 5700 60 0001 C CNN +F 4 "50$" H 11200 5700 60 0001 C CNN "price" +F 5 "test" H 11200 5700 60 0001 C CNN "Field5" + 1 11200 5700 + 1 0 0 -1 +$EndComp +$Comp +L LED D2 +U 1 1 322D32BE +P 14250 2000 +F 0 "D2" V 14150 1850 50 0000 C CNN +F 1 "LED" V 14250 2250 50 0000 C CNN +F 2 "discret:LEDV" V 14350 2250 50 0000 C CNN +F 3 "" H 14250 2000 60 0001 C CNN + 1 14250 2000 + 0 1 1 0 +$EndComp +$Comp +L LED D1 +U 1 1 322D32AC +P 14650 1550 +F 0 "D1" V 14550 1400 50 0000 C CNN +F 1 "LED" V 14650 1800 50 0000 C CNN +F 2 "discret:LEDV" V 14750 1800 50 0000 C CNN +F 3 "" H 14650 1550 60 0001 C CNN + 1 14650 1550 + 0 1 1 0 +$EndComp +$Comp +L R R5 +U 1 1 322D32A0 +P 13700 1500 +F 0 "R5" V 13600 1500 50 0000 C CNN +F 1 "330" V 13700 1500 50 0000 C CNN +F 2 "discret:R3" V 13800 1500 50 0000 C CNN +F 3 "" H 13700 1500 60 0001 C CNN + 1 13700 1500 + 0 1 1 0 +$EndComp +$Comp +L R R4 +U 1 1 322D3295 +P 13700 1050 +F 0 "R4" V 13600 1050 50 0000 C CNN +F 1 "330" V 13700 1050 50 0000 C CNN +F 2 "discret:R3" V 13800 1050 50 0000 C CNN +F 3 "" H 13700 1050 60 0001 C CNN + 1 13700 1050 + 0 1 1 0 +$EndComp +$Comp +L EP600 U8 +U 1 1 322D321C +P 7650 1800 +F 0 "U8" H 7650 2700 70 0000 C CNN +F 1 "EP600" H 7650 850 70 0000 C CNN +F 2 "dip_sockets:DIP-24__300" H 7700 750 60 0000 C CNN +F 3 "" H 7650 1800 60 0001 C CNN + 1 7650 1800 + 1 0 0 -1 +$EndComp +$Comp +L 74LS245 U1 +U 1 1 322D31F4 +P 5200 3600 +F 0 "U1" H 5200 4200 60 0000 C CNN +F 1 "74LS245" H 5200 2950 60 0000 C CNN +F 2 "dip_sockets:DIP-20__300" H 5200 2850 50 0000 C CNN +F 3 "" H 5200 3600 60 0001 C CNN + 1 5200 3600 + 1 0 0 -1 +$EndComp +$Comp +L BUSPC BUS1 +U 1 1 322D3011 +P 2250 2950 +F 0 "BUS1" H 2200 4600 70 0000 C CNN +F 1 "BUSPC" H 2200 1250 70 0000 C CNN +F 2 "BUS_PC" H 2202 1160 60 0000 C CNN +F 3 "" H 2250 2950 60 0001 C CNN + 1 2250 2950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1000 9900 2850 9900 +Wire Wire Line + 2850 9850 2850 9950 +Connection ~ 1000 9900 +Connection ~ 2850 9900 +Wire Wire Line + 2200 9850 2200 9900 +Connection ~ 2200 9900 +Wire Wire Line + 1650 9850 1650 9900 +Connection ~ 1650 9900 +Wire Wire Line + 1000 9350 1000 9450 +Wire Wire Line + 1000 9400 2850 9400 +Wire Wire Line + 2850 9350 2850 9450 +Connection ~ 1000 9400 +Connection ~ 2850 9400 +Wire Wire Line + 2200 9400 2200 9450 +Connection ~ 2200 9400 +Wire Wire Line + 1650 9400 1650 9450 +Connection ~ 1650 9400 +Wire Wire Line + 1300 1450 1350 1450 +Wire Wire Line + 1300 1650 1350 1650 +Wire Wire Line + 1300 4250 1350 4250 +Wire Wire Line + 1300 4450 1350 4450 +Wire Wire Line + 8500 2550 8450 2550 +Wire Wire Line + 8500 1050 8450 1050 +Wire Wire Line + 6800 2550 6850 2550 +Wire Wire Line + 6800 1050 6850 1050 +Wire Wire Line + 6050 9900 6100 9900 +Wire Wire Line + 3300 7950 3250 7950 +$EndSCHEMATC diff --git a/demos/interf_u/interf_u_schlib.lib b/demos/interf_u/interf_u_schlib.lib new file mode 100644 index 0000000..acfd150 --- /dev/null +++ b/demos/interf_u/interf_u_schlib.lib @@ -0,0 +1,681 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 4003APG120 +# +DEF 4003APG120 U 0 40 Y Y 1 F N +F0 "U" 400 2800 70 H V C CNN +F1 "4003APG120" 0 -2850 70 H V C CNN +F2 "PGA120" 0 -2950 40 H V C CNN +F3 "" 400 2800 60 H V C CNN +ALIAS 4003PG120 +DRAW +S -800 -2700 800 2700 0 1 0 N +X NC A1 -1100 -300 300 R 60 60 1 1 P +X NC B1 -1100 200 300 R 60 60 1 1 P +X P/A12 C1 -1100 500 300 R 60 60 1 1 P +X P/A11 D1 -1100 700 300 R 60 60 1 1 P +X P E1 -1100 1000 300 R 60 60 1 1 P +X P/A9 F1 -1100 1100 300 R 60 60 1 1 P +X P/A8 G1 -1100 1200 300 R 60 60 1 1 P +X P/A7 H1 1100 2600 300 L 60 60 1 1 P +X P J1 1100 2400 300 L 60 60 1 1 P +X P/A5 K1 1100 2200 300 L 60 60 1 1 P +X P/A3 L1 1100 2000 300 L 60 60 1 1 P +X NC M1 1100 1700 300 L 60 60 1 1 P +X PGCK4/A1 N1 1100 1600 300 L 60 60 1 1 P +X NC A2 -1100 -400 300 R 60 60 1 1 P +X PGCK1/A16 B2 -1100 -100 300 R 60 60 1 1 P +X P/A14 C2 -1100 100 300 R 60 60 1 1 P +X P/A13 D2 -1100 400 300 R 60 60 1 1 P +X NC E2 -1100 600 300 R 60 60 1 1 P +X P F2 -1100 900 300 R 60 60 1 1 P +X GND G2 300 -2700 0 U 60 60 1 1 W N +X P/A6 H2 1100 2500 300 L 60 60 1 1 P +X P/A4 J2 1100 2100 300 L 60 60 1 1 P +X P/CS1/A2 K2 1100 1900 300 L 60 60 1 1 P +X P/A0/WS L2 1100 1500 300 L 60 60 1 1 P +X TDO M2 1100 1400 300 L 60 60 1 1 P +X DIN N2 -1100 2000 300 R 60 60 1 1 B +X NC A3 -1100 -700 300 R 60 60 1 1 P +X P/A17 B3 -1100 -200 300 R 60 60 1 1 P +X VCC C3 -300 2700 0 D 60 60 1 1 W N +X SGCK1 D3 -1100 0 300 R 60 60 1 1 P +X NC E3 -1100 300 300 R 60 60 1 1 P +X P/A10 F3 -1100 800 300 R 60 60 1 1 P +X P H3 1100 2300 300 L 60 60 1 1 P +X NC J3 1100 1800 300 L 60 60 1 1 P +X GND K3 200 -2700 0 U 60 60 1 1 W N +X VCC L3 100 2700 0 D 60 60 1 1 W N +X DOUT-SGKC4 M3 -1100 1900 300 R 60 60 1 1 O +X P/RCLK/BSY/RDY N3 1100 1100 300 L 60 60 1 1 P +X P A4 -1100 -900 300 R 60 60 1 1 P +X TCK B4 -1100 -600 300 R 60 60 1 1 P +X GND C4 -400 -2700 0 U 60 60 1 1 W N +X CCLK L4 -1100 1800 300 R 60 60 1 1 I C +X NC M4 1100 1200 300 L 60 60 1 1 P +X P N4 1100 900 300 L 60 60 1 1 P +X P A5 -1100 -1100 300 R 60 60 1 1 P +X TMS B5 -1100 -800 300 R 60 60 1 1 P +X TDI C5 -1100 -500 300 R 60 60 1 1 P +X NC L5 1100 1300 300 L 60 60 1 1 P +X P/D1 M5 1100 1000 300 L 60 60 1 1 P +X P N5 1100 600 300 L 60 60 1 1 P +X P A6 -1100 -1300 300 R 60 60 1 1 P +X P B6 -1100 -1200 300 R 60 60 1 1 P +X P C6 -1100 -1000 300 R 60 60 1 1 P +X P/D2 L6 1100 800 300 L 60 60 1 1 P +X P M6 1100 700 300 L 60 60 1 1 P +X P/RS N6 1100 500 300 L 60 60 1 1 P +X P A7 -1100 -1400 300 R 60 60 1 1 P +X GND B7 -300 -2700 0 U 60 60 1 1 W N +X GND L7 100 -2700 0 U 60 60 1 1 W N +X VCC M7 0 2700 0 D 60 60 1 1 W N +X P/D3 N7 1100 400 300 L 60 60 1 1 P +X P A8 -1100 -1500 300 R 60 60 1 1 P +X P B8 -1100 -1700 300 R 60 60 1 1 P +X P C8 -1100 -1800 300 R 60 60 1 1 P +X P L8 1100 0 300 L 60 60 1 1 P +X P/D4 M8 1100 200 300 L 60 60 1 1 P +X P N8 1100 300 300 L 60 60 1 1 P +X P A9 -1100 -1600 300 R 60 60 1 1 P +X P B9 -1100 -2000 300 R 60 60 1 1 P +X P C9 -1100 -2300 300 R 60 60 1 1 P +X NC L9 1100 -500 300 L 60 60 1 1 P +X P/D5 M9 1100 -200 300 L 60 60 1 1 P +X P N9 1100 100 300 L 60 60 1 1 P +X P A10 -1100 -1900 300 R 60 60 1 1 P +X NC B10 -1100 -2200 300 R 60 60 1 1 P +X GND C10 -200 -2700 0 U 60 60 1 1 W N +X VCC L10 -100 2700 0 D 60 60 1 1 W N +X P/D6 M10 1100 -400 300 L 60 60 1 1 P +X P/CS0 N10 1100 -100 300 L 60 60 1 1 P +X P A11 -1100 -2100 300 R 60 60 1 1 P +X M1 B11 -1100 2500 300 R 60 60 1 1 I +X M0 C11 -1100 2600 300 R 60 60 1 1 I +X VCC D11 -400 2700 0 D 60 60 1 1 W N +X NC E11 1100 -2600 300 L 60 60 1 1 P +X P F11 1100 -2200 300 L 60 60 1 1 P +X GND G11 -100 -2700 0 U 60 60 1 1 W N +X P H11 1100 -1500 300 L 60 60 1 1 P +X NC J11 1100 -1000 300 L 60 60 1 1 P +X GND K11 0 -2700 0 U 60 60 1 1 W N +X DONE L11 -1100 2100 300 R 60 60 1 1 O +X P/D7 M11 1100 -800 300 L 60 60 1 1 P +X P N11 1100 -300 300 L 60 60 1 1 P +X SGCK2 A12 -1100 -2400 300 R 60 60 1 1 P +X M2 B12 -1100 2400 300 R 60 60 1 1 B +X PGCK2 C12 -1100 -2500 300 R 60 60 1 1 P +X P D12 1100 -2500 300 L 60 60 1 1 P +X P E12 1100 -2400 300 L 60 60 1 1 P +X P F12 1100 -2000 300 L 60 60 1 1 B +X VCC G12 -200 2700 0 D 60 60 1 1 W N +X P H12 1100 -1600 300 L 60 60 1 1 P +X P J12 1100 -1300 300 L 60 60 1 1 P +X NC K12 1100 -1100 300 L 60 60 1 1 P +X SGCK3 L12 1100 -900 300 L 60 60 1 1 P +X PROG M12 -1100 2200 300 R 60 60 1 1 I I +X NC N12 1100 -600 300 L 60 60 1 1 P +X HDC A13 -1100 1600 300 R 60 60 1 1 O +X NC B13 -1100 -2600 300 R 60 60 1 1 P +X LDC C13 -1100 1500 300 R 60 60 1 1 O +X P D13 1100 -2300 300 L 60 60 1 1 P +X P E13 1100 -2100 300 L 60 60 1 1 P +X INIT F13 -1100 1700 300 R 60 60 1 1 B +X P G13 1100 -1900 300 L 60 60 1 1 P +X P H13 1100 -1800 300 L 60 60 1 1 P +X P J13 1100 -1700 300 L 60 60 1 1 P +X P K13 1100 -1400 300 L 60 60 1 1 P +X P L13 1100 -1200 300 L 60 60 1 1 P +X PGCK3 N13 1100 -700 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# 628128 +# +DEF 628128 U 0 40 Y Y 1 F N +F0 "U" 50 0 70 H V C CNN +F1 "628128" 300 -1200 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 32 0 1100 0 D 60 60 0 0 W N +X GND 16 0 -1100 0 U 60 60 0 0 W N +S -400 1100 400 -1100 0 1 0 N +X A16 2 -700 -550 300 R 60 60 1 1 I +X A14 3 -700 -350 300 R 60 60 1 1 I +X A12 4 -700 -150 300 R 60 60 1 1 I +X A7 5 -700 350 300 R 60 60 1 1 I +X A6 6 -700 450 300 R 60 60 1 1 I +X A5 7 -700 550 300 R 60 60 1 1 I +X A4 8 -700 650 300 R 60 60 1 1 I +X A3 9 -700 750 300 R 60 60 1 1 I +X A2 10 -700 850 300 R 60 60 1 1 I +X Q6 20 700 450 300 L 60 60 1 1 T +X CS2 30 -700 -850 300 R 60 60 1 1 I +X A1 11 -700 950 300 R 60 60 1 1 I +X Q7 21 700 350 300 L 60 60 1 1 T +X A15 31 -700 -450 300 R 60 60 1 1 I +X A0 12 -700 1050 300 R 60 60 1 1 I +X CS1 22 -700 -750 300 R 60 60 1 1 I I +X Q0 13 700 1050 300 L 60 60 1 1 T +X A10 23 -700 50 300 R 60 60 1 1 I +X Q1 14 700 950 300 L 60 60 1 1 T +X OE 24 -700 -950 300 R 60 60 1 1 I I +X Q2 15 700 850 300 L 60 60 1 1 T +X A11 25 -700 -50 300 R 60 60 1 1 I +X A9 26 -700 150 300 R 60 60 1 1 I +X Q3 17 700 750 300 L 60 60 1 1 T +X A8 27 -700 250 300 R 60 60 1 1 I +X Q4 18 700 650 300 L 60 60 1 1 T +X A13 28 -700 -250 300 R 60 60 1 1 I +X Q5 19 700 550 300 L 60 60 1 1 T +X WR 29 -700 -1050 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# 74LS245 +# +DEF 74LS245 U 0 10 Y Y 1 F N +F0 "U" 100 575 50 H V L BNN +F1 "74LS245" 50 -575 50 H V L TNN +F2 "" 50 -650 30 H V L CNN +F3 "" 100 575 30 H V C CNN +ALIAS 74HC245 +DRAW +X GND 10 0 -550 0 U 60 60 0 0 W N +X VCC 20 0 550 0 D 60 60 0 0 W N +S -400 550 400 -550 0 1 0 N +P 3 0 1 0 50 100 0 -100 -100 -100 N +P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N +X A->B 1 -700 -400 300 R 60 60 1 1 I +X A0 2 -700 500 300 R 60 60 1 1 T +X A1 3 -700 400 300 R 60 60 1 1 T +X A2 4 -700 300 300 R 60 60 1 1 T +X A3 5 -700 200 300 R 60 60 1 1 T +X A4 6 -700 100 300 R 60 60 1 1 T +X A5 7 -700 0 300 R 60 60 1 1 T +X A6 8 -700 -100 300 R 60 60 1 1 T +X A7 9 -700 -200 300 R 60 60 1 1 T +X B7 11 700 -200 300 L 60 60 1 1 T +X B6 12 700 -100 300 L 60 60 1 1 T +X B5 13 700 0 300 L 60 60 1 1 T +X B4 14 700 100 300 L 60 60 1 1 T +X B3 15 700 200 300 L 60 60 1 1 T +X B2 16 700 300 300 L 60 60 1 1 T +X B1 17 700 400 300 L 60 60 1 1 T +X B0 18 700 500 300 L 60 60 1 1 T +X CE 19 -700 -500 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# 74LS541 +# +DEF 74LS541 U 0 30 Y Y 1 F N +F0 "U" 0 575 60 H V C BNN +F1 "74LS541" 0 -575 60 H V C TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 10 -200 -550 0 U 60 60 0 0 W N +X VCC 20 -200 550 0 D 60 60 0 0 W N +S -400 550 400 -550 0 1 0 N +P 2 0 1 0 -100 300 -150 300 N +P 2 0 1 0 100 300 150 300 N +P 3 0 1 0 50 100 0 -100 -100 -100 N +P 4 0 1 0 -100 400 -100 200 100 300 -100 400 N +P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N +X G1 1 -700 -400 300 R 60 60 1 1 I I +X A0 2 -700 500 300 R 60 60 1 1 I +X A1 3 -700 400 300 R 60 60 1 1 I +X A2 4 -700 300 300 R 60 60 1 1 I +X A3 5 -700 200 300 R 60 60 1 1 I +X A4 6 -700 100 300 R 60 60 1 1 I +X A5 7 -700 0 300 R 60 60 1 1 I +X A6 8 -700 -100 300 R 60 60 1 1 I +X A7 9 -700 -200 300 R 60 60 1 1 I +X Y7 11 700 -200 300 L 60 60 1 1 T +X Y6 12 700 -100 300 L 60 60 1 1 T +X Y5 13 700 0 300 L 60 60 1 1 T +X Y4 14 700 100 300 L 60 60 1 1 T +X Y3 15 700 200 300 L 60 60 1 1 T +X Y2 16 700 300 300 L 60 60 1 1 T +X Y1 17 700 400 300 L 60 60 1 1 T +X Y0 18 700 500 300 L 60 60 1 1 T +X G2 19 -700 -500 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# 74LS688 +# +DEF 74LS688 U 0 40 Y Y 1 F N +F0 "U" 0 950 60 H V C CNN +F1 "74LS688" 0 -950 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 10 -300 -900 0 R 60 60 0 0 W N +X VCC 20 -300 900 0 R 60 60 0 0 W N +S -400 900 400 -900 0 1 0 N +X G 1 -700 -850 300 R 60 60 1 1 I I +X P0 2 -700 850 300 R 60 60 1 1 I +X R0 3 -700 0 300 R 60 60 1 1 I +X P1 4 -700 750 300 R 60 60 1 1 I +X R1 5 -700 -100 300 R 60 60 1 1 I +X P2 6 -700 650 300 R 60 60 1 1 I +X R2 7 -700 -200 300 R 60 60 1 1 I +X P3 8 -700 550 300 R 60 60 1 1 I +X R3 9 -700 -300 300 R 60 60 1 1 I +X P4 11 -700 450 300 R 60 60 1 1 I +X R4 12 -700 -400 300 R 60 60 1 1 I +X P5 13 -700 350 300 R 60 60 1 1 I +X R5 14 -700 -500 300 R 60 60 1 1 I +X P6 15 -700 250 300 R 60 60 1 1 I +X R6 16 -700 -600 300 R 60 60 1 1 I +X P7 17 -700 150 300 R 60 60 1 1 I +X R7 18 -700 -700 300 R 60 60 1 1 I +X P=R 19 700 850 300 L 60 60 1 1 O I +ENDDRAW +ENDDEF +# +# BUSPC +# +DEF BUSPC BUS 0 40 Y Y 1 F N +F0 "BUS" 0 100 70 H V C CNN +F1 "BUSPC" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -600 -1600 600 1600 0 1 0 N +X GND 1 -900 1500 300 R 60 60 1 1 P +X RESET 2 -900 1400 300 R 60 60 1 1 O +X VCC 3 -900 1300 300 R 60 60 1 1 P +X INQ2 4 -900 1200 300 R 60 60 1 1 P +X -5V 5 -900 1100 300 R 60 60 1 1 P +X DRQ2 6 -900 1000 300 R 60 60 1 1 P +X -12V 7 -900 900 300 R 60 60 1 1 P +X UNUSED 8 -900 800 300 R 60 60 1 1 P +X +12V 9 -900 700 300 R 60 60 1 1 P +X GND 10 -900 600 300 R 60 60 1 1 P +X CLK 20 -900 -400 300 R 60 60 1 1 O +X OSC 30 -900 -1400 300 R 60 60 1 1 O +X DB0 40 900 700 300 L 60 60 1 1 T +X BA12 50 900 -300 300 L 60 60 1 1 T +X BA02 60 900 -1300 300 L 60 60 1 1 T +X MEM 11 -900 500 300 R 60 60 1 1 O I +X IRQ7 21 -900 -500 300 R 60 60 1 1 P +X GND 31 -900 -1500 300 R 60 60 1 1 P +X IO_READY 41 900 600 300 L 60 60 1 1 P +X BA11 51 900 -400 300 L 60 60 1 1 T +X BA01 61 900 -1400 300 L 60 60 1 1 T +X MEM 12 -900 400 300 R 60 60 1 1 O I +X IRQ6 22 -900 -600 300 R 60 60 1 1 P +X IO 32 900 1500 300 L 60 60 1 1 P +X AEN 42 900 500 300 L 60 60 1 1 O +X BA10 52 900 -500 300 L 60 60 1 1 T +X BA00 62 900 -1500 300 L 60 60 1 1 T +X IOW 13 -900 300 300 R 60 60 1 1 O I +X IRQ5 23 -900 -700 300 R 60 60 1 1 P +X DB7 33 900 1400 300 L 60 60 1 1 T +X BA19 43 900 400 300 L 60 60 1 1 T +X BA09 53 900 -600 300 L 60 60 1 1 T +X IOR 14 -900 200 300 R 60 60 1 1 O I +X IRQ4 24 -900 -800 300 R 60 60 1 1 P +X DB6 34 900 1300 300 L 60 60 1 1 T +X BA18 44 900 300 300 L 60 60 1 1 T +X BA08 54 900 -700 300 L 60 60 1 1 T +X DACK3 15 -900 100 300 R 60 60 1 1 P I +X IRQ3 25 -900 -900 300 R 60 60 1 1 P +X DB5 35 900 1200 300 L 60 60 1 1 T +X BA17 45 900 200 300 L 60 60 1 1 T +X BA07 55 900 -800 300 L 60 60 1 1 T +X DRQ3 16 -900 0 300 R 60 60 1 1 P +X DACK2 26 -900 -1000 300 R 60 60 1 1 P I +X DB4 36 900 1100 300 L 60 60 1 1 T +X BA16 46 900 100 300 L 60 60 1 1 T +X BA06 56 900 -900 300 L 60 60 1 1 T +X DACK1 17 -900 -100 300 R 60 60 1 1 P I +X TC 27 -900 -1100 300 R 60 60 1 1 P +X DB3 37 900 1000 300 L 60 60 1 1 T +X BA15 47 900 0 300 L 60 60 1 1 T +X BA05 57 900 -1000 300 L 60 60 1 1 T +X DRQ1 18 -900 -200 300 R 60 60 1 1 P +X ALE 28 -900 -1200 300 R 60 60 1 1 O +X DB2 38 900 900 300 L 60 60 1 1 T +X BA14 48 900 -100 300 L 60 60 1 1 T +X BA04 58 900 -1100 300 L 60 60 1 1 T +X DACK0 19 -900 -300 300 R 60 60 1 1 P I +X VCC 29 -900 -1300 300 R 60 60 1 1 P +X DB1 39 900 800 300 L 60 60 1 1 T +X BA13 49 900 -200 300 L 60 60 1 1 T +X BA03 59 900 -1200 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_8X2 +# +DEF CONN_8X2 P 0 40 Y Y 1 F N +F0 "P" 0 450 60 H V C CNN +F1 "CONN_8X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 400 100 -400 0 1 0 N +X ~ 1 -400 350 300 R 60 60 1 1 P I +X ~ 2 400 350 300 L 60 60 1 1 P I +X ~ 3 -400 250 300 R 60 60 1 1 P I +X ~ 4 400 250 300 L 60 60 1 1 P I +X ~ 5 -400 150 300 R 60 60 1 1 P I +X ~ 6 400 150 300 L 60 60 1 1 P I +X ~ 7 -400 50 300 R 60 60 1 1 P I +X ~ 8 400 50 300 L 60 60 1 1 P I +X ~ 9 -400 -50 300 R 60 60 1 1 P I +X ~ 10 400 -50 300 L 60 60 1 1 P I +X ~ 11 -400 -150 300 R 60 60 1 1 P I +X ~ 12 400 -150 300 L 60 60 1 1 P I +X ~ 13 -400 -250 300 R 60 60 1 1 P I +X ~ 14 400 -250 300 L 60 60 1 1 P I +X ~ 15 -400 -350 300 R 60 60 1 1 P I +X ~ 16 400 -350 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB25 +# +DEF DB25 J 0 40 Y N 1 F N +F0 "J" 50 1350 70 H V C CNN +F1 "DB25" -50 -1350 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB25* +$ENDFPLIST +DRAW +A -109 1270 41 1799 774 0 1 8 N -150 1270 -100 1310 +A -108 -1259 42 -1787 -788 0 1 8 N -150 -1260 -100 -1300 +A 116 -1169 34 -657 -15 0 1 8 N 130 -1200 150 -1170 +A 117 1170 32 664 1 0 1 8 N 130 1199 149 1170 +C -70 -1200 30 0 1 0 N +C -70 -1000 30 0 1 0 N +C -70 -800 30 0 1 0 N +C -70 -600 30 0 1 0 N +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C -70 600 30 0 1 0 N +C -70 800 30 0 1 0 N +C -70 1000 30 0 1 0 N +C -70 1200 30 0 1 0 N +C 50 -1100 30 0 1 0 N +C 50 -900 30 0 1 0 N +C 50 -700 30 0 1 0 N +C 50 -500 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +C 50 500 30 0 1 0 N +C 50 700 30 0 1 0 N +C 50 900 30 0 1 0 N +C 50 1100 30 0 1 0 N +P 2 0 1 8 -150 -1260 -150 1270 N +P 2 0 1 0 -150 -1200 -100 -1200 N +P 2 0 1 0 -150 -1100 20 -1100 N +P 2 0 1 0 -150 -1000 -100 -1000 N +P 2 0 1 0 -150 -900 20 -900 N +P 2 0 1 0 -150 -800 -100 -800 N +P 2 0 1 0 -150 -700 20 -700 N +P 2 0 1 0 -150 -600 -100 -600 N +P 2 0 1 0 -150 -500 20 -500 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -150 500 20 500 N +P 2 0 1 0 -150 600 -100 600 N +P 2 0 1 0 -150 700 20 700 N +P 2 0 1 0 -150 800 -100 800 N +P 2 0 1 0 -150 900 20 900 N +P 2 0 1 0 -150 1000 -100 1000 N +P 2 0 1 0 -150 1100 20 1100 N +P 2 0 1 0 -150 1200 -100 1200 N +P 2 0 1 8 -100 -1300 130 -1200 N +P 2 0 1 8 130 1200 -100 1310 N +P 2 0 1 8 150 -1170 150 1170 N +X 1 1 -450 -1200 300 R 60 60 1 1 P +X 2 2 -450 -1000 300 R 60 60 1 1 P +X 3 3 -450 -800 300 R 60 60 1 1 P +X 4 4 -450 -600 300 R 60 60 1 1 P +X 5 5 -450 -400 300 R 60 60 1 1 P +X 6 6 -450 -200 300 R 60 60 1 1 P +X 7 7 -450 0 300 R 60 60 1 1 P +X 8 8 -450 200 300 R 60 60 1 1 P +X 9 9 -450 400 300 R 60 60 1 1 P +X 10 10 -450 600 300 R 60 60 1 1 P +X P20 20 -450 100 300 R 60 60 1 1 P +X 11 11 -450 800 300 R 60 60 1 1 P +X P21 21 -450 300 300 R 60 60 1 1 P +X 12 12 -450 1000 300 R 60 60 1 1 P +X P22 22 -450 500 300 R 60 60 1 1 P +X 13 13 -450 1200 300 R 60 60 1 1 P +X P23 23 -450 700 300 R 60 60 1 1 P +X P14 14 -450 -1100 300 R 60 60 1 1 P +X P24 24 -450 900 300 R 60 60 1 1 P +X P15 15 -450 -900 300 R 60 60 1 1 P +X P25 25 -450 1100 300 R 60 60 1 1 P +X P16 16 -450 -700 300 R 60 60 1 1 P +X P17 17 -450 -500 300 R 60 60 1 1 P +X P18 18 -450 -300 300 R 60 60 1 1 P +X P19 19 -450 -100 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# EP600 +# +DEF EP600 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "EP600" 0 -500 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 -850 500 850 0 1 0 N +X CLK1 1 -800 750 300 R 60 60 1 1 I C +X IN2 2 -800 550 300 R 60 60 1 1 I +X I/O3 3 -800 350 300 R 60 60 1 1 P +X I/O4 4 -800 250 300 R 60 60 1 1 P +X I/O5 5 -800 150 300 R 60 60 1 1 P +X I/O6 6 -800 50 300 R 60 60 1 1 P +X I/O7 7 -800 -50 300 R 60 60 1 1 P +X I/O8 8 -800 -150 300 R 60 60 1 1 P +X I/O9 9 -800 -250 300 R 60 60 1 1 P +X I/O10 10 -800 -350 300 R 60 60 1 1 P +X I/O20 20 800 350 300 L 60 60 1 1 P +X IN11 11 -800 -550 300 R 60 60 1 1 I +X I/O21 21 800 450 300 L 60 60 1 1 P +X GND 12 -800 -750 300 R 60 60 1 1 I +X I/O22 22 800 550 300 L 60 60 1 1 P +X CLK2 13 800 -550 300 L 60 60 1 1 I C +X IN23 23 800 750 300 L 60 60 1 1 I +X IN14 14 800 -350 300 L 60 60 1 1 I +X VCC 24 800 -750 300 L 60 60 1 1 I +X I/O15 15 800 -150 300 L 60 60 1 1 P +X I/O16 16 800 -50 300 L 60 60 1 1 P +X I/O17 17 800 50 300 L 60 60 1 1 P +X I/O18 18 800 150 300 L 60 60 1 1 P +X I/O19 19 800 250 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# RR9 +# +DEF RR9 RR 0 40 Y N 1 F N +F0 "RR" 50 600 70 H V C CNN +F1 "RR9" 30 0 70 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 -50 -450 -50 550 50 550 100 500 100 -450 -50 -450 N +X COM 1 -350 500 300 R 60 60 1 1 P I +X 2 2 -350 400 300 R 60 60 1 1 P I +X 3 3 -350 300 300 R 60 60 1 1 P I +X 4 4 -350 200 300 R 60 60 1 1 P I +X 5 5 -350 100 300 R 60 60 1 1 P I +X 6 6 -350 0 300 R 60 60 1 1 P I +X 7 7 -350 -100 300 R 60 60 1 1 P I +X 8 8 -350 -200 300 R 60 60 1 1 P I +X 9 9 -350 -300 300 R 60 60 1 1 P I +X 10 10 -350 -400 300 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/interf_u/pagelayout_logo.kicad_wks b/demos/interf_u/pagelayout_logo.kicad_wks new file mode 100644 index 0000000..709b39d --- /dev/null +++ b/demos/interf_u/pagelayout_logo.kicad_wks @@ -0,0 +1,141 @@ +(page_layout + (setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15) + (left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10)) + (rect (name rect1:Rect) (start 110 34) (end 2 2)) + (rect (name rect2:Rect) (start 0 0 ltcorner) (end 0 0) (repeat 2) (incrx 2) (incry 2)) + (line (name segm1:Line) (start 50 2 ltcorner) (end 50 0 ltcorner) (repeat 30) (incrx 50)) + (tbtext 1 (name text1:Text) (pos 25 1 ltcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50)) + (line (name segm2:Line) (start 50 2 lbcorner) (end 50 0 lbcorner) (repeat 30) (incrx 50)) + (tbtext 1 (name text2:Text) (pos 25 1 lbcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50)) + (line (name segm3:Line) (start 0 50 ltcorner) (end 2 50 ltcorner) (repeat 30) (incry 50)) + (tbtext A (name text3:Text) (pos 1 25 ltcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50)) + (line (name segm4:Line) (start 0 50 rtcorner) (end 2 50 rtcorner) (repeat 30) (incry 50)) + (tbtext A (name text4:Text) (pos 1 25 rtcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50)) + (tbtext "Date: %D" (name text5:Text) (pos 87 6.9)) + (line (name segm5:Line) (start 110 5.5) (end 2 5.5)) + (tbtext %K (name text6:Text) (pos 109 4.1)) + (line (name segm6:Line) (start 110 8.5) (end 2 8.5)) + (tbtext "Rev: %R" (name text7:Text) (pos 24 6.9) (font bold)) + (tbtext "Size: %Z" (name text8:Text) (pos 109 6.9)) + (tbtext "Id: %S/%N" (name text9:Text) (pos 24 4.1)) + (line (name segm7:Line) (start 110 12.5) (end 2 12.5)) + (tbtext "Title: %T" (name text10:Text) (pos 109 10.7) (font (size 2 2) bold)) + (tbtext "File: %F" (name text11:Text) (pos 109 14.3)) + (line (name segm8:Line) (start 110 18.5) (end 2 18.5)) + (tbtext "Sheet: %P" (name text12:Text) (pos 109 17)) + (tbtext %Y (name text13:Text) (pos 109 20) (font bold)) + (tbtext %C0 (name text14:Text) (pos 109 23)) + (tbtext %C1 (name text15:Text) (pos 109 26)) + (tbtext %C2 (name text16:Text) (pos 109 29)) + (tbtext %C3 (name text17:Text) (pos 109 32)) + (line (name segm9:Line) (start 90 8.5) (end 90 5.5)) + (line (name segm10:Line) (start 26 8.5) (end 26 2)) + (rect (name rect3:Rect) (start 157 34) (end 110 2)) + (polygon (name poly1:Poly) (pos 134 18) (rotate 20) (linewidth 0.00254) + (pts (xy 20.574 8.382) (xy 19.9009 8.382) (xy 19.9009 6.26364) (xy 19.7485 5.98932) (xy 19.71802 5.92328) + (xy 19.69262 5.83946) (xy 19.66976 5.72262) (xy 19.65198 5.56006) (xy 19.63674 5.33908) (xy 19.6215 5.04952) (xy 19.61134 4.67614) + (xy 19.60372 4.20624) (xy 19.5961 3.62712) (xy 19.58848 2.92862) (xy 19.5834 2.09296) (xy 19.57832 1.11252) (xy 19.57578 0.27432) + (xy 19.55038 -5.16636) (xy 18.15592 -5.16636) (xy 17.69364 -5.16382) (xy 17.29232 -5.15874) (xy 16.98752 -5.15112) (xy 16.80464 -5.14096) + (xy 16.764 -5.13334) (xy 16.79194 -5.0419) (xy 16.8656 -4.85648) (xy 16.891 -4.79806) (xy 16.93672 -4.64312) (xy 16.97228 -4.42468) + (xy 16.99514 -4.11734) (xy 17.01038 -3.69824) (xy 17.01546 -3.14198) (xy 17.018 -2.82702) (xy 17.01546 -2.25806) (xy 17.01292 -1.83896) + (xy 17.0053 -1.5494) (xy 16.99006 -1.36652) (xy 16.9672 -1.27508) (xy 16.93164 -1.25222) (xy 16.88592 -1.28016) (xy 16.8656 -1.29794) + (xy 16.47444 -1.5494) (xy 15.96644 -1.71704) (xy 15.3797 -1.7907) (xy 15.2527 -1.79324) (xy 14.53134 -1.71958) (xy 13.89634 -1.50622) + (xy 13.35278 -1.14808) (xy 12.9032 -0.65024) (xy 12.5476 -0.0127) (xy 12.28598 0.762) (xy 12.22756 1.016) (xy 12.1539 1.50368) + (xy 12.11326 2.07264) (xy 12.10564 2.667) (xy 12.13104 3.23342) (xy 12.18692 3.71348) (xy 12.2301 3.91668) (xy 12.49934 4.66344) + (xy 12.88288 5.2959) (xy 13.36802 5.8039) (xy 13.94968 6.17982) (xy 14.39164 6.35508) (xy 14.76248 6.41858) (xy 15.21968 6.4262) + (xy 15.69466 6.38302) (xy 16.11376 6.29158) (xy 16.20266 6.2611) (xy 16.49984 6.1341) (xy 16.76146 5.99694) (xy 16.87576 5.92074) + (xy 17.06118 5.7912) (xy 17.15262 5.78104) (xy 17.1831 5.9055) (xy 17.18564 6.00964) (xy 17.18564 6.26364) (xy 18.542 6.26364) + (xy 19.9009 6.26364) (xy 19.9009 8.382) (xy 11.51636 8.382) (xy 11.51636 6.26364) (xy 11.3665 6.03504) (xy 11.32586 5.9563) + (xy 11.2903 5.84962) (xy 11.26236 5.69468) (xy 11.24204 5.4737) (xy 11.22172 5.17144) (xy 11.20648 4.76504) (xy 11.19124 4.2418) + (xy 11.17854 3.57886) (xy 11.16838 3.00736) (xy 11.1506 2.16408) (xy 11.13282 1.47066) (xy 11.10996 0.90932) (xy 11.07694 0.45974) + (xy 11.03122 0.10414) (xy 10.97026 -0.1778) (xy 10.89152 -0.40386) (xy 10.78738 -0.59436) (xy 10.6553 -0.76962) (xy 10.49274 -0.94234) + (xy 10.40892 -1.0287) (xy 9.93394 -1.38684) (xy 9.34212 -1.63576) (xy 8.64616 -1.77546) (xy 7.85622 -1.80086) (xy 6.99262 -1.7145) + (xy 6.31952 -1.57988) (xy 5.92836 -1.48844) (xy 5.58038 -1.41478) (xy 5.31622 -1.36906) (xy 5.19938 -1.35636) (xy 5.0419 -1.32588) + (xy 4.99364 -1.27254) (xy 5.02666 -1.1557) (xy 5.10794 -0.92964) (xy 5.22224 -0.635) (xy 5.35432 -0.31496) (xy 5.48132 -0.01524) + (xy 5.588 0.22098) (xy 5.65658 0.35052) (xy 5.6642 0.36068) (xy 5.76834 0.36322) (xy 5.98424 0.31496) (xy 6.26872 0.22098) + (xy 6.3119 0.2032) (xy 6.83768 0.04572) (xy 7.3406 -0.03048) (xy 7.79018 -0.0254) (xy 8.14324 0.0635) (xy 8.2677 0.13462) + (xy 8.49376 0.40132) (xy 8.600440000000001 0.68326) (xy 8.691879999999999 1.05664) (xy 7.66826 1.10744) (xy 6.97738 1.16078) (xy 6.41096 1.24968) + (xy 5.92836 1.3843) (xy 5.49148 1.5748) (xy 5.24764 1.70942) (xy 4.77012 2.08534) (xy 4.4196 2.54762) (xy 4.19608 3.0734) + (xy 4.09448 3.63474) (xy 4.11988 4.20878) (xy 4.26974 4.76758) (xy 4.54406 5.28828) (xy 4.9403 5.74294) (xy 5.31876 6.02742) + (xy 5.85978 6.2738) (xy 6.47954 6.40588) (xy 7.12724 6.42112) (xy 7.74954 6.30936) (xy 7.75208 6.30936) (xy 8.06958 6.18744) + (xy 8.37438 6.02742) (xy 8.465820000000001 5.96646) (xy 8.763 5.74802) (xy 8.788399999999999 6.00456) (xy 8.813800000000001 6.26364) (xy 10.16508 6.26364) + (xy 11.51636 6.26364) (xy 11.51636 8.382) (xy 4.13766 8.382) (xy 4.13766 5.44068) (xy 4.10972 5.36702) (xy 4.0132 5.1816) + (xy 3.86334 4.91744) (xy 3.68046 4.6101) (xy 3.48742 4.29006) (xy 3.29946 3.99034) (xy 3.1369 3.74142) (xy 3.10896 3.70078) + (xy 2.9464 3.46456) (xy 2.65684 3.7211) (xy 2.20726 4.05892) (xy 1.76276 4.26212) (xy 1.27254 4.34848) (xy 1.05664 4.3561) + (xy 0.70104 4.34594) (xy 0.43942 4.29768) (xy 0.19558 4.19862) (xy 0.05842 4.11988) (xy -0.38862 3.76682) (xy -0.75946 3.28168) + (xy -1.03378 2.7051) (xy -1.07188 2.58572) (xy -1.143 2.30378) (xy -1.19126 1.98374) (xy -1.21666 1.58496) (xy -1.22936 1.0668) + (xy -1.22936 0.889) (xy -1.22428 0.381) (xy -1.21158 0) (xy -1.17856 -0.30226) (xy -1.12776 -0.56896) (xy -1.04902 -0.84328) + (xy -1.02108 -0.92964) (xy -0.7543800000000001 -1.53416) (xy -0.3937 -2.01676) (xy 0.04318 -2.36474) (xy 0.54864 -2.57048) (xy 0.99822 -2.62636) + (xy 1.54686 -2.55524) (xy 2.05486 -2.35712) (xy 2.35712 -2.15138) (xy 2.5527 -1.98882) (xy 2.68986 -1.88468) (xy 2.7305 -1.86436) + (xy 2.794 -1.9304) (xy 2.92608 -2.10312) (xy 3.10388 -2.35458) (xy 3.30962 -2.65176) (xy 3.51536 -2.96164) (xy 3.70586 -3.25374) + (xy 3.85318 -3.4925) (xy 3.94208 -3.64998) (xy 3.95732 -3.69316) (xy 3.86588 -3.74396) (xy 3.66268 -3.85064) (xy 3.3782 -3.99288) + (xy 3.22326 -4.06654) (xy 2.54508 -4.36118) (xy 1.92532 -4.5466) (xy 1.31318 -4.64058) (xy 0.87122 -4.65836) (xy 0.02286 -4.59232) + (xy -0.7493 -4.38912) (xy -1.46558 -4.0386) (xy -2.15392 -3.5306) (xy -2.38252 -3.32232) (xy -2.9464 -2.70764) (xy -3.37312 -2.04978) + (xy -3.6957 -1.30302) (xy -3.82524 -0.87376) (xy -3.94208 -0.26924) (xy -4.00304 0.43434) (xy -4.00812 1.17348) (xy -3.95986 1.88976) + (xy -3.85572 2.52222) (xy -3.82524 2.64922) (xy -3.51028 3.53314) (xy -3.07848 4.32562) (xy -2.53746 5.0165) (xy -1.905 5.588) + (xy -1.19126 6.02488) (xy -0.44958 6.30682) (xy 0.01016 6.39064) (xy 0.57404 6.4262) (xy 1.17856 6.41604) (xy 1.76276 6.3627) + (xy 2.26822 6.26364) (xy 2.286 6.25856) (xy 2.72288 6.11124) (xy 3.23088 5.90296) (xy 3.73888 5.66166) (xy 4.13766 5.44068) + (xy 4.13766 8.382) (xy 0 8.382) (xy -4.74218 8.382) (xy -4.74218 1.7653) (xy -4.74218 0.71882) (xy -4.74218 -0.55118) + (xy -4.74218 -1.66116) (xy -4.74218 -2.62382) (xy -4.74472 -3.44678) (xy -4.7498 -4.14528) (xy -4.75742 -4.7244) (xy -4.77012 -5.19938) + (xy -4.79044 -5.57784) (xy -4.81584 -5.87248) (xy -4.84886 -6.09346) (xy -4.8895 -6.2484) (xy -4.94284 -6.35254) (xy -5.0038 -6.4135) + (xy -5.07746 -6.44144) (xy -5.16382 -6.44906) (xy -5.26542 -6.44398) (xy -5.37972 -6.4389) (xy -5.40512 -6.4389) (xy -5.6515 -6.4516) + (xy -5.79374 -6.51002) (xy -5.90042 -6.65734) (xy -5.969 -6.79958) (xy -6.23062 -7.1755) (xy -6.57606 -7.4295) (xy -6.97738 -7.56158) + (xy -7.40156 -7.57682) (xy -7.81558 -7.47014) (xy -8.1915 -7.24662) (xy -8.49376 -6.90626) (xy -8.58774 -6.73354) (xy -8.729979999999999 -6.43636) + (xy -14.05382 -6.43636) (xy -15.14602 -6.43636) (xy -16.08074 -6.43382) (xy -16.87068 -6.43128) (xy -17.52854 -6.42874) (xy -18.06702 -6.42112) + (xy -18.49628 -6.4135) (xy -18.83156 -6.40334) (xy -19.08302 -6.39064) (xy -19.2659 -6.3754) (xy -19.38782 -6.35508) (xy -19.46402 -6.33222) + (xy -19.50974 -6.30428) (xy -19.50974 -6.30174) (xy -19.53514 -6.26618) (xy -19.55546 -6.1976) (xy -19.57324 -6.08838) (xy -19.59102 -5.92582) + (xy -19.60372 -5.69976) (xy -19.61388 -5.40004) (xy -19.6215 -5.0165) (xy -19.62912 -4.53644) (xy -19.6342 -3.95224) (xy -19.63928 -3.24866) + (xy -19.64182 -2.41808) (xy -19.64182 -1.4478) (xy -19.64436 -0.32766) (xy -19.64436 0.71882) (xy -19.64436 1.9685) (xy -19.64182 3.06324) + (xy -19.64182 4.00812) (xy -19.63928 4.81584) (xy -19.6342 5.49656) (xy -19.62912 6.06552) (xy -19.6215 6.52526) (xy -19.61134 6.8961) + (xy -19.60118 7.18058) (xy -19.58848 7.39394) (xy -19.5707 7.54634) (xy -19.55292 7.64794) (xy -19.53006 7.71144) (xy -19.50974 7.73938) + (xy -19.47418 7.76224) (xy -19.4056 7.7851) (xy -19.29892 7.80288) (xy -19.1389 7.81812) (xy -18.91538 7.83082) (xy -18.62074 7.84098) + (xy -18.24228 7.85114) (xy -17.76984 7.85622) (xy -17.1958 7.86384) (xy -16.50238 7.86638) (xy -15.68704 7.86892) (xy -14.732 7.87146) + (xy -13.63218 7.87146) (xy -12.37488 7.87146) (xy -12.192 7.874) (xy -10.91438 7.87146) (xy -9.79424 7.87146) (xy -8.82142 7.86892) + (xy -7.98576 7.86638) (xy -7.2771 7.86384) (xy -6.68782 7.85876) (xy -6.20014 7.85114) (xy -5.81152 7.84352) (xy -5.50672 7.83336) + (xy -5.27304 7.81812) (xy -5.1054 7.80542) (xy -4.9911 7.78764) (xy -4.91998 7.76732) (xy -4.87934 7.74192) (xy -4.8768 7.73938) + (xy -4.8514 7.70128) (xy -4.83108 7.6327) (xy -4.8133 7.52348) (xy -4.79552 7.36092) (xy -4.78282 7.1374) (xy -4.77266 6.83768) + (xy -4.76504 6.45414) (xy -4.75742 5.97408) (xy -4.75234 5.38734) (xy -4.74726 4.6863) (xy -4.74472 3.85318) (xy -4.74472 2.88544) + (xy -4.74218 1.7653) (xy -4.74218 8.382) (xy -20.574 8.382) (xy -20.574 0) (xy -20.574 -8.382) (xy 0 -8.382) + (xy 20.574 -8.382) (xy 20.574 0) (xy 20.574 8.382) (xy 20.574 8.382)) + (pts (xy -9.4742 6.26364) (xy -11.25728 6.26364) (xy -13.04036 6.26364) (xy -13.04036 6.0071) (xy -13.07846 5.76072) + (xy -13.17752 5.48386) (xy -13.20038 5.4356) (xy -13.28674 5.29336) (xy -13.45692 5.0419) (xy -13.68806 4.70662) (xy -13.96746 4.31292) + (xy -14.27226 3.88112) (xy -14.58976 3.4417) (xy -14.8971 3.02006) (xy -15.1765 2.63652) (xy -15.41526 2.31902) (xy -15.58798 2.09296) + (xy -15.67942 1.98882) (xy -15.7099 2.03454) (xy -15.73022 2.24282) (xy -15.74038 2.61874) (xy -15.74292 3.15976) (xy -15.7353 3.76682) + (xy -15.72514 4.37896) (xy -15.71244 4.84886) (xy -15.69974 5.19684) (xy -15.67688 5.45084) (xy -15.64894 5.63372) (xy -15.6083 5.76834) + (xy -15.55496 5.88518) (xy -15.5194 5.94614) (xy -15.33144 6.26364) (xy -16.96974 6.26364) (xy -18.61058 6.26364) (xy -18.45056 5.94868) + (xy -18.415 5.87502) (xy -18.38706 5.78612) (xy -18.36166 5.67182) (xy -18.34134 5.51688) (xy -18.3261 5.30606) (xy -18.3134 5.02666) + (xy -18.30324 4.66598) (xy -18.29816 4.20624) (xy -18.29308 3.63728) (xy -18.29054 2.94386) (xy -18.29054 2.11328) (xy -18.29054 1.12776) + (xy -18.288 0.889) (xy -18.29054 -0.13208) (xy -18.29054 -0.99568) (xy -18.29308 -1.71958) (xy -18.29562 -2.31394) (xy -18.30324 -2.79654) + (xy -18.31086 -3.18008) (xy -18.32356 -3.47472) (xy -18.3388 -3.70078) (xy -18.35658 -3.86588) (xy -18.37944 -3.9878) (xy -18.40738 -4.08178) + (xy -18.4404 -4.15798) (xy -18.45056 -4.17322) (xy -18.61058 -4.48818) (xy -17.01038 -4.48818) (xy -16.51 -4.48564) (xy -16.07566 -4.48056) + (xy -15.73022 -4.4704) (xy -15.49908 -4.4577) (xy -15.41018 -4.44246) (xy -15.44574 -4.3434) (xy -15.53464 -4.16052) (xy -15.55496 -4.12496) + (xy -15.61084 -3.9878) (xy -15.65402 -3.7973) (xy -15.6845 -3.52806) (xy -15.70736 -3.15468) (xy -15.72514 -2.64922) (xy -15.73276 -2.37236) + (xy -15.75054 -1.70434) (xy -15.75816 -1.20396) (xy -15.748 -0.86106) (xy -15.70228 -0.6731) (xy -15.61084 -0.63754) (xy -15.46098 -0.74422) + (xy -15.24 -0.99314) (xy -14.93266 -1.37668) (xy -14.5288 -1.8923) (xy -14.51102 -1.91516) (xy -14.04112 -2.51714) (xy -13.67028 -3.00482) + (xy -13.39088 -3.39344) (xy -13.18768 -3.70078) (xy -13.0556 -3.94208) (xy -12.9794 -4.13004) (xy -12.95654 -4.28244) (xy -12.954 -4.29768) + (xy -12.954 -4.48818) (xy -11.23696 -4.48818) (xy -9.519920000000001 -4.48818) (xy -10.07364 -3.91668) (xy -10.25398 -3.7211) (xy -10.50544 -3.43154) + (xy -10.81278 -3.06832) (xy -11.1633 -2.64922) (xy -11.54176 -2.19202) (xy -11.93038 -1.71704) (xy -12.319 -1.23952) (xy -12.68476 -0.78232) + (xy -13.02004 -0.36068) (xy -13.30452 0.00254) (xy -13.5255 0.2921) (xy -13.66774 0.49022) (xy -13.716 0.57404) (xy -13.66774 0.66294) + (xy -13.53058 0.86868) (xy -13.31976 1.17348) (xy -13.04798 1.55702) (xy -12.7254 2.00406) (xy -12.3698 2.49428) (xy -11.99388 3.00736) + (xy -11.61034 3.5306) (xy -11.23442 4.0386) (xy -10.87628 4.51866) (xy -10.55116 4.95046) (xy -10.27176 5.31622) (xy -10.05332 5.59562) + (xy -9.91108 5.76834) (xy -9.4742 6.26364) (xy -9.4742 6.26364)) + (pts (xy -5.75818 6.23316) (xy -5.83946 6.24332) (xy -6.06044 6.25094) (xy -6.39826 6.25856) (xy -6.82498 6.26364) + (xy -7.239 6.26364) (xy -7.71906 6.2611) (xy -8.135619999999999 6.25856) (xy -8.4582 6.25094) (xy -8.6614 6.24078) (xy -8.72236 6.23316) + (xy -8.691879999999999 6.14172) (xy -8.618220000000001 5.95376) (xy -8.595359999999999 5.89534) (xy -8.559799999999999 5.72262) (xy -8.52932 5.40512) (xy -8.503920000000001 4.9657) + (xy -8.483599999999999 4.42468) (xy -8.468360000000001 3.81) (xy -8.4582 3.14198) (xy -8.45566 2.44602) (xy -8.45566 1.74498) (xy -8.460739999999999 1.06172) + (xy -8.47344 0.42164) (xy -8.49122 -0.15494) (xy -8.51408 -0.64262) (xy -8.542020000000001 -1.01854) (xy -8.57504 -1.25984) (xy -8.59028 -1.31572) + (xy -8.712199999999999 -1.61036) (xy -7.36346 -1.61036) (xy -6.01218 -1.61036) (xy -6.01218 1.99136) (xy -6.01218 2.8956) (xy -6.00964 3.6449) + (xy -6.00456 4.2545) (xy -5.9944 4.74472) (xy -5.98424 5.12572) (xy -5.96646 5.41274) (xy -5.94614 5.6261) (xy -5.92074 5.77596) + (xy -5.89026 5.88264) (xy -5.88518 5.89534) (xy -5.8039 6.09854) (xy -5.76072 6.22046) (xy -5.75818 6.23316) (xy -5.75818 6.23316)) + (pts (xy 8.635999999999999 3.4544) (xy 8.62838 3.80238) (xy 8.602980000000001 4.0259) (xy 8.54964 4.17322) (xy 8.45312 4.28752) + (xy 8.445499999999999 4.29514) (xy 8.08736 4.52628) (xy 7.66826 4.64058) (xy 7.24408 4.62788) (xy 7.05866 4.572) (xy 6.77672 4.37388) + (xy 6.5913 4.07924) (xy 6.5405 3.74142) (xy 6.54558 3.70078) (xy 6.60146 3.45186) (xy 6.68782 3.25882) (xy 6.70052 3.24104) + (xy 6.96468 3.03784) (xy 7.35076 2.88798) (xy 7.81812 2.8067) (xy 8.064500000000001 2.794) (xy 8.635999999999999 2.794) (xy 8.635999999999999 3.4544) + (xy 8.635999999999999 3.4544)) + (pts (xy 17.018 4.04876) (xy 16.7259 4.2291) (xy 16.34744 4.3942) (xy 15.94358 4.46024) (xy 15.56766 4.4196) + (xy 15.35938 4.3307) (xy 15.13332 4.15544) (xy 14.9733 3.93192) (xy 14.86408 3.6322) (xy 14.80058 3.23342) (xy 14.77518 2.70764) + (xy 14.77264 2.45364) (xy 14.79296 1.77546) (xy 14.859 1.23952) (xy 14.97076 0.82296) (xy 15.1384 0.508) (xy 15.33652 0.29718) + (xy 15.66418 0.127) (xy 16.06042 0.08382000000000001) (xy 16.48714 0.17018) (xy 16.68018 0.254) (xy 17.018 0.42672) (xy 17.018 2.23774) + (xy 17.018 4.04876) (xy 17.018 4.04876)) + ) +) diff --git a/demos/interf_u/tux.bmp b/demos/interf_u/tux.bmp new file mode 100644 index 0000000..ec1dbf9 Binary files /dev/null and b/demos/interf_u/tux.bmp differ diff --git a/demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch b/demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch new file mode 100644 index 0000000..d1565bb --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch @@ -0,0 +1,2285 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:device +LIBS:transistors +LIBS:conn +LIBS:linear +LIBS:regul +LIBS:74xx +LIBS:adc-dac +LIBS:memory +LIBS:xilinx +LIBS:special +LIBS:microcontrollers +LIBS:motorola +LIBS:kit-dev-coldfire-xilinx_5213-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 2 3 +Title "Dev kit coldfire 5213" +Date "Sun 22 Mar 2015" +Rev "0" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L GND #PWR051 +U 1 1 48D5174C +P 13550 4450 +F 0 "#PWR051" H 13550 4450 30 0001 C CNN +F 1 "GND" H 13550 4380 30 0001 C CNN +F 2 "" H 13550 4450 60 0001 C CNN +F 3 "" H 13550 4450 60 0001 C CNN + 1 13550 4450 + 1 0 0 -1 +$EndComp +$Comp +L GNDA #PWR052 +U 1 1 4652A71A +P 13550 4200 +F 0 "#PWR052" H 13550 4200 40 0001 C CNN +F 1 "GNDA" V 13550 4050 40 0000 C CNN +F 2 "" H 13550 4200 60 0001 C CNN +F 3 "" H 13550 4200 60 0001 C CNN + 1 13550 4200 + 0 -1 -1 0 +$EndComp +Text HLabel 13900 4300 2 60 Input ~ 0 +VRL +$Comp +L GND #PWR053 +U 1 1 4652A67A +P 13550 4100 +F 0 "#PWR053" H 13550 4100 30 0001 C CNN +F 1 "GND" H 13550 4030 30 0001 C CNN +F 2 "" H 13550 4100 60 0001 C CNN +F 3 "" H 13550 4100 60 0001 C CNN + 1 13550 4100 + 0 -1 -1 0 +$EndComp +Text HLabel 12250 4200 0 60 Input ~ 0 +VCCA +Text HLabel 12250 4300 0 60 Input ~ 0 +VRH +NoConn ~ 11300 6000 +$Comp +L LT1129_QPACK VR1 +U 1 1 46603376 +P 12100 6100 +F 0 "VR1" H 12100 6650 60 0000 C CNN +F 1 "LT1129_QPACK" H 12100 6550 60 0000 C CNN +F 2 "lib_smd:DPAK5" H 12100 6100 60 0001 C CNN +F 3 "" H 12100 6100 60 0001 C CNN + 1 12100 6100 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR054 +U 1 1 46546CAD +P 6900 1350 +F 0 "#PWR054" H 6900 1310 30 0001 C CNN +F 1 "+3.3V" H 6900 1460 40 0000 C CNN +F 2 "" H 6900 1350 60 0001 C CNN +F 3 "" H 6900 1350 60 0001 C CNN + 1 6900 1350 + 1 0 0 -1 +$EndComp +$Comp +L C C26 +U 1 1 46546CA6 +P 6900 1600 +F 0 "C26" H 6950 1700 50 0000 L CNN +F 1 "100nF" H 6950 1500 50 0000 L CNN +F 2 "lib_smd:SM0805" H 6900 1600 60 0001 C CNN +F 3 "" H 6900 1600 60 0001 C CNN + 1 6900 1600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR055 +U 1 1 46546CA5 +P 6900 1850 +F 0 "#PWR055" H 6900 1850 30 0001 C CNN +F 1 "GND" H 6900 1780 30 0001 C CNN +F 2 "" H 6900 1850 60 0001 C CNN +F 3 "" H 6900 1850 60 0001 C CNN + 1 6900 1850 + 1 0 0 -1 +$EndComp +Text Label 14700 7900 2 60 ~ 0 +CAN_L +Text Label 12800 7900 0 60 ~ 0 +CAN_H +$Comp +L +3.3V #PWR056 +U 1 1 465401BF +P 14850 8200 +F 0 "#PWR056" H 14850 8160 30 0001 C CNN +F 1 "+3.3V" H 14850 8310 40 0000 C CNN +F 2 "" H 14850 8200 60 0001 C CNN +F 3 "" H 14850 8200 60 0001 C CNN + 1 14850 8200 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR057 +U 1 1 465401B2 +P 13700 8300 +F 0 "#PWR057" H 13700 8300 30 0001 C CNN +F 1 "GND" H 13700 8230 30 0001 C CNN +F 2 "" H 13700 8300 60 0001 C CNN +F 3 "" H 13700 8300 60 0001 C CNN + 1 13700 8300 + 1 0 0 -1 +$EndComp +$Comp +L R RCAN1 +U 1 1 4654018B +P 14550 8200 +F 0 "RCAN1" V 14630 8200 50 0000 C CNN +F 1 "R" V 14550 8200 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14550 8200 60 0001 C CNN +F 3 "" H 14550 8200 60 0001 C CNN + 1 14550 8200 + 0 1 1 0 +$EndComp +$Comp +L R RCAN2 +U 1 1 46540184 +P 13450 8200 +F 0 "RCAN2" V 13530 8200 50 0000 C CNN +F 1 "R" V 13450 8200 50 0000 C CNN +F 2 "lib_smd:SM0805" H 13450 8200 60 0001 C CNN +F 3 "" H 13450 8200 60 0001 C CNN + 1 13450 8200 + 0 1 1 0 +$EndComp +$Comp +L R R38 +U 1 1 46540164 +P 14050 7900 +F 0 "R38" V 14130 7900 50 0000 C CNN +F 1 "62" V 14050 7900 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14050 7900 60 0001 C CNN +F 3 "" H 14050 7900 60 0001 C CNN + 1 14050 7900 + 0 1 1 0 +$EndComp +$Comp +L JUMPER CAN_TERM1 +U 1 1 46540159 +P 13500 7900 +F 0 "CAN_TERM1" H 13500 8050 60 0000 C CNN +F 1 "JUMPER" H 13500 7820 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 13500 7900 60 0001 C CNN +F 3 "" H 13500 7900 60 0001 C CNN + 1 13500 7900 + 1 0 0 -1 +$EndComp +Text Label 10800 8100 0 60 ~ 0 +RxD_CAN +Text Label 10850 8800 0 60 ~ 0 +RxD_CAN +Text Label 12100 8900 0 60 ~ 0 +TxD_CAN +Text Label 10800 7800 0 60 ~ 0 +TxD_CAN +$Comp +L CONN_1 RS1 +U 1 1 4654007F +P 10500 7950 +F 0 "RS1" H 10580 7950 40 0000 C CNN +F 1 "CONN_1" H 10450 7990 30 0001 C CNN +F 2 "connect:PINTST" H 10500 7950 60 0001 C CNN +F 3 "" H 10500 7950 60 0001 C CNN + 1 10500 7950 + -1 0 0 1 +$EndComp +$Comp +L GND #PWR058 +U 1 1 4654006D +P 10700 8650 +F 0 "#PWR058" H 10700 8650 30 0001 C CNN +F 1 "GND" H 10700 8580 30 0001 C CNN +F 2 "" H 10700 8650 60 0001 C CNN +F 3 "" H 10700 8650 60 0001 C CNN + 1 10700 8650 + 1 0 0 -1 +$EndComp +$Comp +L R R36 +U 1 1 46540063 +P 10700 8350 +F 0 "R36" H 10600 8550 50 0000 C CNN +F 1 "1K" V 10700 8350 50 0000 C CNN +F 2 "lib_smd:SM0805" H 10700 8350 60 0001 C CNN +F 3 "" H 10700 8350 60 0001 C CNN + 1 10700 8350 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 VREF1 +U 1 1 4654003D +P 12450 7650 +F 0 "VREF1" H 12450 7750 40 0000 C CNN +F 1 "CONN_1" H 12400 7690 30 0001 C CNN +F 2 "connect:PINTST" H 12450 7650 60 0001 C CNN +F 3 "" H 12450 7650 60 0001 C CNN + 1 12450 7650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR059 +U 1 1 46540007 +P 10750 7550 +F 0 "#PWR059" H 10750 7550 30 0001 C CNN +F 1 "GND" H 10750 7480 30 0001 C CNN +F 2 "" H 10750 7550 60 0001 C CNN +F 3 "" H 10750 7550 60 0001 C CNN + 1 10750 7550 + 1 0 0 -1 +$EndComp +$Comp +L C C34 +U 1 1 4653FFFE +P 10950 7500 +F 0 "C34" V 10800 7500 50 0000 C CNN +F 1 "100nF" V 11100 7500 50 0000 C CNN +F 2 "lib_smd:SM0805" H 10950 7500 60 0001 C CNN +F 3 "" H 10950 7500 60 0001 C CNN + 1 10950 7500 + 0 1 1 0 +$EndComp +$Comp +L +3.3V #PWR060 +U 1 1 4653FFF7 +P 11250 7450 +F 0 "#PWR060" H 11250 7410 30 0001 C CNN +F 1 "+3.3V" H 11250 7560 30 0000 C CNN +F 2 "" H 11250 7450 60 0001 C CNN +F 3 "" H 11250 7450 60 0001 C CNN + 1 11250 7450 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR061 +U 1 1 4653FFF3 +P 12300 8200 +F 0 "#PWR061" H 12300 8200 30 0001 C CNN +F 1 "GND" H 12300 8130 30 0001 C CNN +F 2 "" H 12300 8200 60 0001 C CNN +F 3 "" H 12300 8200 60 0001 C CNN + 1 12300 8200 + 1 0 0 -1 +$EndComp +Text Label 12250 8000 0 60 ~ 0 +CAN_L +Text Label 12250 7900 0 60 ~ 0 +CAN_H +$Comp +L PCA82C251 U7 +U 1 1 4653FF97 +P 11700 7950 +F 0 "U7" H 11700 8500 60 0000 C CNN +F 1 "PCA82C251" H 11700 8400 60 0000 C CNN +F 2 "lib_smd:SO8E" H 11700 7950 60 0001 C CNN +F 3 "" H 11700 7950 60 0001 C CNN + 1 11700 7950 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR062 +U 1 1 4653080F +P 9300 6650 +F 0 "#PWR062" H 9300 6650 30 0001 C CNN +F 1 "GND" H 9300 6580 30 0001 C CNN +F 2 "" H 9300 6650 60 0001 C CNN +F 3 "" H 9300 6650 60 0001 C CNN + 1 9300 6650 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 TB1 +U 1 1 46530806 +P 8850 6500 +F 0 "TB1" V 8800 6500 40 0000 C CNN +F 1 "CONN_2" V 8900 6500 40 0000 C CNN +F 2 "connect:bornier2" H 8850 6500 60 0001 C CNN +F 3 "" H 8850 6500 60 0001 C CNN + 1 8850 6500 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR063 +U 1 1 465307DA +P 9300 5750 +F 0 "#PWR063" H 9300 5750 30 0001 C CNN +F 1 "GND" H 9300 5680 30 0001 C CNN +F 2 "" H 9300 5750 60 0001 C CNN +F 3 "" H 9300 5750 60 0001 C CNN + 1 9300 5750 + 1 0 0 -1 +$EndComp +$Comp +L JACK_2P J1 +U 1 1 465307C6 +P 8750 5550 +F 0 "J1" H 8400 5350 60 0000 C CNN +F 1 "JACK_2P" H 8600 5800 60 0000 C CNN +F 2 "connect:JACK_ALIM" H 8750 5550 60 0001 C CNN +F 3 "" H 8750 5550 60 0001 C CNN + 1 8750 5550 + 1 0 0 -1 +$EndComp +NoConn ~ 9500 5600 +$Comp +L SWITCH_INV SW_ONOFF1 +U 1 1 46530763 +P 10000 5500 +F 0 "SW_ONOFF1" H 9800 5650 50 0000 C CNN +F 1 "SWITCH_INV" H 9850 5350 50 0000 C CNN +F 2 "discret:SW_SPDT" H 10000 5500 60 0001 C CNN +F 3 "" H 10000 5500 60 0001 C CNN + 1 10000 5500 + -1 0 0 1 +$EndComp +$Comp +L FUSE F1 +U 1 1 46530747 +P 10850 5500 +F 0 "F1" H 10950 5550 40 0000 C CNN +F 1 "FUSE" H 10750 5450 40 0000 C CNN +F 2 "lib_smd:FSUPCMS" H 10850 5500 60 0001 C CNN +F 3 "" H 10850 5500 60 0001 C CNN + 1 10850 5500 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR064 +U 1 1 46530706 +P 10650 6300 +F 0 "#PWR064" H 10650 6300 30 0001 C CNN +F 1 "GND" H 10650 6230 30 0001 C CNN +F 2 "" H 10650 6300 60 0001 C CNN +F 3 "" H 10650 6300 60 0001 C CNN + 1 10650 6300 + 1 0 0 -1 +$EndComp +$Comp +L C C41 +U 1 1 465306F6 +P 10650 6050 +F 0 "C41" H 10700 6150 50 0000 L CNN +F 1 "100nF" H 10700 5950 50 0000 L CNN +F 2 "lib_smd:SM0805" H 10650 6050 60 0001 C CNN +F 3 "" H 10650 6050 60 0001 C CNN + 1 10650 6050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR065 +U 1 1 465306EA +P 9700 6300 +F 0 "#PWR065" H 9700 6300 30 0001 C CNN +F 1 "GND" H 9700 6230 30 0001 C CNN +F 2 "" H 9700 6300 60 0001 C CNN +F 3 "" H 9700 6300 60 0001 C CNN + 1 9700 6300 + 1 0 0 -1 +$EndComp +$Comp +L DIODE D7 +U 1 1 465306C8 +P 9700 6050 +F 0 "D7" V 9750 5800 50 0000 C CNN +F 1 "1N4004" V 9650 5800 50 0000 C CNN +F 2 "discret:D5" H 9700 6050 60 0001 C CNN +F 3 "" H 9700 6050 60 0001 C CNN + 1 9700 6050 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR066 +U 1 1 465306B2 +P 10250 6300 +F 0 "#PWR066" H 10250 6300 30 0001 C CNN +F 1 "GND" H 10250 6230 30 0001 C CNN +F 2 "" H 10250 6300 60 0001 C CNN +F 3 "" H 10250 6300 60 0001 C CNN + 1 10250 6300 + 1 0 0 -1 +$EndComp +$Comp +L CP C38 +U 1 1 465306B1 +P 10250 6050 +F 0 "C38" H 10300 6150 50 0000 L CNN +F 1 "10uF" H 10300 5950 50 0000 L CNN +F 2 "discret:C2V8" H 10250 6050 60 0001 C CNN +F 3 "" H 10250 6050 60 0001 C CNN + 1 10250 6050 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR067 +U 1 1 4653065B +P 13050 5650 +F 0 "#PWR067" H 13050 5610 30 0001 C CNN +F 1 "+3.3V" H 13050 5760 40 0000 C CNN +F 2 "" H 13050 5650 60 0001 C CNN +F 3 "" H 13050 5650 60 0001 C CNN + 1 13050 5650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR068 +U 1 1 4653063A +P 14100 5800 +F 0 "#PWR068" H 14100 5800 30 0001 C CNN +F 1 "GND" H 14100 5730 30 0001 C CNN +F 2 "" H 14100 5800 60 0001 C CNN +F 3 "" H 14100 5800 60 0001 C CNN + 1 14100 5800 + 0 -1 -1 0 +$EndComp +$Comp +L LED LED5 +U 1 1 46530639 +P 13900 5800 +F 0 "LED5" H 13900 5900 50 0000 C CNN +F 1 "LED" H 13900 5700 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 13900 5800 60 0001 C CNN +F 3 "" H 13900 5800 60 0001 C CNN + 1 13900 5800 + 1 0 0 -1 +$EndComp +$Comp +L R R53 +U 1 1 46530638 +P 13450 5800 +F 0 "R53" V 13530 5800 50 0000 C CNN +F 1 "270" V 13450 5800 50 0000 C CNN +F 2 "lib_smd:SM0805" H 13450 5800 60 0001 C CNN +F 3 "" H 13450 5800 60 0001 C CNN + 1 13450 5800 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR069 +U 1 1 46530616 +P 13050 6300 +F 0 "#PWR069" H 13050 6300 30 0001 C CNN +F 1 "GND" H 13050 6230 30 0001 C CNN +F 2 "" H 13050 6300 60 0001 C CNN +F 3 "" H 13050 6300 60 0001 C CNN + 1 13050 6300 + 1 0 0 -1 +$EndComp +$Comp +L CP C40 +U 1 1 465305FE +P 13050 6100 +F 0 "C40" H 13100 6200 50 0000 L CNN +F 1 "220uF" H 13100 6000 50 0000 L CNN +F 2 "discret:C2V8" H 13050 6100 60 0001 C CNN +F 3 "" H 13050 6100 60 0001 C CNN + 1 13050 6100 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR070 +U 1 1 46530574 +P 12100 6850 +F 0 "#PWR070" H 12100 6850 30 0001 C CNN +F 1 "GND" H 12100 6780 30 0001 C CNN +F 2 "" H 12100 6850 60 0001 C CNN +F 3 "" H 12100 6850 60 0001 C CNN + 1 12100 6850 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR071 +U 1 1 4652DE09 +P 4800 10350 +F 0 "#PWR071" H 4800 10350 30 0001 C CNN +F 1 "GND" H 4800 10280 30 0001 C CNN +F 2 "" H 4800 10350 60 0001 C CNN +F 3 "" H 4800 10350 60 0001 C CNN + 1 4800 10350 + 1 0 0 -1 +$EndComp +Text Label 3700 10300 0 60 ~ 0 +IRQ-5 +Text Label 3700 9900 0 60 ~ 0 +IRQ-4 +$Comp +L SW_PUSH SW2 +U 1 1 4652DDE7 +P 4400 10300 +F 0 "SW2" H 4550 10410 50 0000 C CNN +F 1 "SW_PUSH" H 4400 10220 50 0000 C CNN +F 2 "discret:SW_PUSH_SMALL" H 4400 10300 60 0001 C CNN +F 3 "" H 4400 10300 60 0001 C CNN + 1 4400 10300 + 1 0 0 -1 +$EndComp +$Comp +L SW_PUSH SW1 +U 1 1 4652DDDF +P 4400 9900 +F 0 "SW1" H 4550 10010 50 0000 C CNN +F 1 "SW_PUSH" H 4400 9820 50 0000 C CNN +F 2 "discret:SW_PUSH_SMALL" H 4400 9900 60 0001 C CNN +F 3 "" H 4400 9900 60 0001 C CNN + 1 4400 9900 + 1 0 0 -1 +$EndComp +Text Label 10900 8900 0 60 ~ 0 +CANRX +Text Label 12150 8800 0 60 ~ 0 +CANTX +$Comp +L CONN_2X2 CAN_EN1 +U 1 1 4652BFF1 +P 11700 8850 +F 0 "CAN_EN1" H 11700 9000 50 0000 C CNN +F 1 "CONN_2X2" H 11710 8720 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X2" H 11700 8850 60 0001 C CNN +F 3 "" H 11700 8850 60 0001 C CNN + 1 11700 8850 + -1 0 0 -1 +$EndComp +Text Label 7650 9050 0 60 ~ 0 +CANRX +Text Label 7650 8950 0 60 ~ 0 +CANTX +Text Label 7650 8850 0 60 ~ 0 +QSPI_CS0 +Text Label 7650 8750 0 60 ~ 0 +QSPI_SCLK +$Comp +L +3.3V #PWR072 +U 1 1 4652BF8D +P 9800 8200 +F 0 "#PWR072" H 9800 8160 30 0001 C CNN +F 1 "+3.3V" H 9800 8310 40 0000 C CNN +F 2 "" H 9800 8200 60 0001 C CNN +F 3 "" H 9800 8200 60 0001 C CNN + 1 9800 8200 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR073 +U 1 1 4652BF8C +P 9600 8200 +F 0 "#PWR073" H 9600 8160 30 0001 C CNN +F 1 "+3.3V" H 9600 8310 40 0000 C CNN +F 2 "" H 9600 8200 60 0001 C CNN +F 3 "" H 9600 8200 60 0001 C CNN + 1 9600 8200 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR074 +U 1 1 4652BF8B +P 9400 8200 +F 0 "#PWR074" H 9400 8160 30 0001 C CNN +F 1 "+3.3V" H 9400 8310 40 0000 C CNN +F 2 "" H 9400 8200 60 0001 C CNN +F 3 "" H 9400 8200 60 0001 C CNN + 1 9400 8200 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR075 +U 1 1 4652BF88 +P 9200 8200 +F 0 "#PWR075" H 9200 8160 30 0001 C CNN +F 1 "+3.3V" H 9200 8310 40 0000 C CNN +F 2 "" H 9200 8200 60 0001 C CNN +F 3 "" H 9200 8200 60 0001 C CNN + 1 9200 8200 + 1 0 0 -1 +$EndComp +$Comp +L R R47 +U 1 1 4652BF65 +P 9800 8450 +F 0 "R47" V 9880 8450 50 0000 C CNN +F 1 "4,7K" V 9800 8450 50 0000 C CNN +F 2 "lib_smd:SM0805" H 9800 8450 60 0001 C CNN +F 3 "" H 9800 8450 60 0001 C CNN + 1 9800 8450 + 1 0 0 -1 +$EndComp +$Comp +L R R48 +U 1 1 4652BF62 +P 9600 8450 +F 0 "R48" V 9680 8450 50 0000 C CNN +F 1 "4,7K" V 9600 8450 50 0000 C CNN +F 2 "lib_smd:SM0805" H 9600 8450 60 0001 C CNN +F 3 "" H 9600 8450 60 0001 C CNN + 1 9600 8450 + 1 0 0 -1 +$EndComp +$Comp +L R R49 +U 1 1 4652BF5C +P 9400 8450 +F 0 "R49" V 9480 8450 50 0000 C CNN +F 1 "4,7K" V 9400 8450 50 0000 C CNN +F 2 "lib_smd:SM0805" H 9400 8450 60 0001 C CNN +F 3 "" H 9400 8450 60 0001 C CNN + 1 9400 8450 + 1 0 0 -1 +$EndComp +$Comp +L R R50 +U 1 1 4652BF48 +P 9200 8450 +F 0 "R50" V 9280 8450 50 0000 C CNN +F 1 "4,7K" V 9200 8450 50 0000 C CNN +F 2 "lib_smd:SM0805" H 9200 8450 60 0001 C CNN +F 3 "" H 9200 8450 60 0001 C CNN + 1 9200 8450 + 1 0 0 -1 +$EndComp +$Comp +L CONN_4X2 PULUPEN1 +U 1 1 4652BF26 +P 8600 8900 +F 0 "PULUPEN1" H 8600 9150 50 0000 C CNN +F 1 "CONN_4X2" V 8600 8900 40 0000 C CNN +F 2 "pin_array:pin_array_4x2" H 8600 8900 60 0001 C CNN +F 3 "" H 8600 8900 60 0001 C CNN + 1 8600 8900 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR076 +U 1 1 4652BC04 +P 3400 6950 +F 0 "#PWR076" H 3400 6910 30 0001 C CNN +F 1 "+3.3V" H 3400 7060 40 0000 C CNN +F 2 "" H 3400 6950 60 0001 C CNN +F 3 "" H 3400 6950 60 0001 C CNN + 1 3400 6950 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR077 +U 1 1 4652BBFE +P 2450 4300 +F 0 "#PWR077" H 2450 4260 30 0001 C CNN +F 1 "+3.3V" H 2450 4410 40 0000 C CNN +F 2 "" H 2450 4300 60 0001 C CNN +F 3 "" H 2450 4300 60 0001 C CNN + 1 2450 4300 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR078 +U 1 1 4652BBF3 +P 2450 1600 +F 0 "#PWR078" H 2450 1560 30 0001 C CNN +F 1 "+3.3V" H 2450 1710 40 0000 C CNN +F 2 "" H 2450 1600 60 0001 C CNN +F 3 "" H 2450 1600 60 0001 C CNN + 1 2450 1600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR079 +U 1 1 4652BB1A +P 2250 8400 +F 0 "#PWR079" H 2250 8400 30 0001 C CNN +F 1 "GND" H 2250 8330 30 0001 C CNN +F 2 "" H 2250 8400 60 0001 C CNN +F 3 "" H 2250 8400 60 0001 C CNN + 1 2250 8400 + 1 0 0 -1 +$EndComp +Text Label 1900 9200 0 60 ~ 0 +CAN_H +$Comp +L CONN_3 COM_SEL1 +U 1 1 4652BADD +P 2350 8850 +F 0 "COM_SEL1" V 2500 8850 50 0000 C CNN +F 1 "CONN_3" V 2400 8850 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_3X1" H 2350 8850 60 0001 C CNN +F 3 "" H 2350 8850 60 0001 C CNN + 1 2350 8850 + 0 -1 -1 0 +$EndComp +$Comp +L CONN_3 COM_SEL2 +U 1 1 4652BAD4 +P 2350 8000 +F 0 "COM_SEL2" V 2500 8000 50 0000 C CNN +F 1 "CONN_3" V 2400 8000 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_3X1" H 2350 8000 60 0001 C CNN +F 3 "" H 2350 8000 60 0001 C CNN + 1 2350 8000 + 0 -1 -1 0 +$EndComp +Text Label 1850 7250 0 60 ~ 0 +CAN_L +$Comp +L CONN_3 COM_SEL3 +U 1 1 4652BA65 +P 2350 6900 +F 0 "COM_SEL3" V 2500 6900 50 0000 C CNN +F 1 "CONN_3" V 2400 6900 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_3X1" H 2350 6900 60 0001 C CNN +F 3 "" H 2350 6900 60 0001 C CNN + 1 2350 6900 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR080 +U 1 1 4652B9D6 +P 4800 3500 +F 0 "#PWR080" H 4800 3500 30 0001 C CNN +F 1 "GND" H 4800 3430 30 0001 C CNN +F 2 "" H 4800 3500 60 0001 C CNN +F 3 "" H 4800 3500 60 0001 C CNN + 1 4800 3500 + 0 -1 -1 0 +$EndComp +$Comp +L R R30 +U 1 1 4652B9D5 +P 4500 3500 +F 0 "R30" V 4580 3500 50 0000 C CNN +F 1 "10K" V 4500 3500 50 0000 C CNN +F 2 "lib_smd:SM0805" H 4500 3500 60 0001 C CNN +F 3 "" H 4500 3500 60 0001 C CNN + 1 4500 3500 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR081 +U 1 1 4652B9CD +P 4850 6100 +F 0 "#PWR081" H 4850 6100 30 0001 C CNN +F 1 "GND" H 4850 6030 30 0001 C CNN +F 2 "" H 4850 6100 60 0001 C CNN +F 3 "" H 4850 6100 60 0001 C CNN + 1 4850 6100 + 0 -1 -1 0 +$EndComp +$Comp +L R R35 +U 1 1 4652B9CC +P 4550 6100 +F 0 "R35" V 4630 6100 50 0000 C CNN +F 1 "10K" V 4550 6100 50 0000 C CNN +F 2 "lib_smd:SM0805" H 4550 6100 60 0001 C CNN +F 3 "" H 4550 6100 60 0001 C CNN + 1 4550 6100 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR082 +U 1 1 4652B9BF +P 5800 8800 +F 0 "#PWR082" H 5800 8800 30 0001 C CNN +F 1 "GND" H 5800 8730 30 0001 C CNN +F 2 "" H 5800 8800 60 0001 C CNN +F 3 "" H 5800 8800 60 0001 C CNN + 1 5800 8800 + 0 -1 -1 0 +$EndComp +$Comp +L R R23 +U 1 1 4652B5F4 +P 5500 8800 +F 0 "R23" V 5580 8800 50 0000 C CNN +F 1 "10K" V 5500 8800 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5500 8800 60 0001 C CNN +F 3 "" H 5500 8800 60 0001 C CNN + 1 5500 8800 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR083 +U 1 1 4652B4DE +P 2650 7000 +F 0 "#PWR083" H 2650 7000 30 0001 C CNN +F 1 "GND" H 2650 6930 30 0001 C CNN +F 2 "" H 2650 7000 60 0001 C CNN +F 3 "" H 2650 7000 60 0001 C CNN + 1 2650 7000 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR084 +U 1 1 4652B4DD +P 3350 7700 +F 0 "#PWR084" H 3350 7700 30 0001 C CNN +F 1 "GND" H 3350 7630 30 0001 C CNN +F 2 "" H 3350 7700 60 0001 C CNN +F 3 "" H 3350 7700 60 0001 C CNN + 1 3350 7700 + 0 1 1 0 +$EndComp +$Comp +L C C45 +U 1 1 4652B4DC +P 3300 8750 +F 0 "C45" H 3350 8850 50 0000 L CNN +F 1 "100nF" H 3350 8650 50 0000 L CNN +F 2 "lib_smd:SM0805" H 3300 8750 60 0001 C CNN +F 3 "" H 3300 8750 60 0001 C CNN + 1 3300 8750 + 1 0 0 -1 +$EndComp +Text Label 1600 7500 0 60 ~ 0 +CTS2/CANH +Text Label 1600 7700 0 60 ~ 0 +RTS2 +Text Label 1600 7600 0 60 ~ 0 +RXD2 +Text Label 1600 7400 0 60 ~ 0 +TXD2/CANL +NoConn ~ 1500 7900 +$Comp +L GND #PWR085 +U 1 1 4652B4DB +P 1550 8000 +F 0 "#PWR085" H 1550 8000 30 0001 C CNN +F 1 "GND" H 1550 7930 30 0001 C CNN +F 2 "" H 1550 8000 60 0001 C CNN +F 3 "" H 1550 8000 60 0001 C CNN + 1 1550 8000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR086 +U 1 1 4652B4DA +P 3300 9000 +F 0 "#PWR086" H 3300 9000 30 0001 C CNN +F 1 "GND" H 3300 8930 30 0001 C CNN +F 2 "" H 3300 9000 60 0001 C CNN +F 3 "" H 3300 9000 60 0001 C CNN + 1 3300 9000 + 1 0 0 -1 +$EndComp +$Comp +L C C46 +U 1 1 4652B4D9 +P 2900 7000 +F 0 "C46" V 2750 7000 50 0000 C CNN +F 1 "100nF" V 3050 7000 50 0000 C CNN +F 2 "lib_smd:SM0805" H 2900 7000 60 0001 C CNN +F 3 "" H 2900 7000 60 0001 C CNN + 1 2900 7000 + 0 1 1 0 +$EndComp +$Comp +L C C36 +U 1 1 4652B4D8 +P 5200 7800 +F 0 "C36" H 5250 7900 50 0000 L CNN +F 1 "100nF" H 5250 7700 50 0000 L CNN +F 2 "lib_smd:SM0805" H 5200 7800 60 0001 C CNN +F 3 "" H 5200 7800 60 0001 C CNN + 1 5200 7800 + 1 0 0 -1 +$EndComp +$Comp +L C C44 +U 1 1 4652B4D7 +P 5200 7300 +F 0 "C44" H 5250 7400 50 0000 L CNN +F 1 "100nF" H 5250 7200 50 0000 L CNN +F 2 "lib_smd:SM0805" H 5200 7300 60 0001 C CNN +F 3 "" H 5200 7300 60 0001 C CNN + 1 5200 7300 + 1 0 0 -1 +$EndComp +$Comp +L C C35 +U 1 1 4652B4D6 +P 3200 7300 +F 0 "C35" H 3250 7400 50 0000 L CNN +F 1 "100nF" H 3250 7200 50 0000 L CNN +F 2 "lib_smd:SM0805" H 3200 7300 60 0001 C CNN +F 3 "" H 3200 7300 60 0001 C CNN + 1 3200 7300 + 1 0 0 -1 +$EndComp +Text Label 6300 8500 0 60 ~ 0 +UCTS2 +Text Label 6300 8400 0 60 ~ 0 +URTS2 +Text Label 6300 8300 0 60 ~ 0 +URXD2 +Text Label 6300 8200 0 60 ~ 0 +UTXD2 +$Comp +L CONN_4X2 UART_EN2 +U 1 1 4652B4D5 +P 5850 8350 +F 0 "UART_EN2" H 5850 8600 50 0000 C CNN +F 1 "CONN_4X2" V 5850 8350 40 0000 C CNN +F 2 "pin_array:pin_array_4x2" H 5850 8350 60 0001 C CNN +F 3 "" H 5850 8350 60 0001 C CNN + 1 5850 8350 + 1 0 0 -1 +$EndComp +$Comp +L DB9 UARTCAN2 +U 1 1 4652B4D4 +P 1050 7600 +F 0 "UARTCAN2" H 1050 8150 70 0000 C CNN +F 1 "DB9" H 1050 7050 70 0000 C CNN +F 2 "connect:DB9FC" H 1050 7600 60 0001 C CNN +F 3 "" H 1050 7600 60 0001 C CNN + 1 1050 7600 + -1 0 0 1 +$EndComp +$Comp +L MAX202 U8 +U 1 1 4652B4D3 +P 4200 7800 +F 0 "U8" H 4200 8650 70 0000 C CNN +F 1 "MAX202" H 4200 6950 70 0000 C CNN +F 2 "lib_smd:SO16E" H 4200 7800 60 0001 C CNN +F 3 "" H 4200 7800 60 0001 C CNN + 1 4200 7800 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR087 +U 1 1 4652B4CC +P 1750 4350 +F 0 "#PWR087" H 1750 4350 30 0001 C CNN +F 1 "GND" H 1750 4280 30 0001 C CNN +F 2 "" H 1750 4350 60 0001 C CNN +F 3 "" H 1750 4350 60 0001 C CNN + 1 1750 4350 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR088 +U 1 1 4652B4CB +P 2400 5050 +F 0 "#PWR088" H 2400 5050 30 0001 C CNN +F 1 "GND" H 2400 4980 30 0001 C CNN +F 2 "" H 2400 5050 60 0001 C CNN +F 3 "" H 2400 5050 60 0001 C CNN + 1 2400 5050 + 0 1 1 0 +$EndComp +$Comp +L C C33 +U 1 1 4652B4CA +P 2350 6100 +F 0 "C33" H 2400 6200 50 0000 L CNN +F 1 "100nF" H 2400 6000 50 0000 L CNN +F 2 "lib_smd:SM0805" H 2350 6100 60 0001 C CNN +F 3 "" H 2350 6100 60 0001 C CNN + 1 2350 6100 + 1 0 0 -1 +$EndComp +Text Label 1650 4850 0 60 ~ 0 +CTS1 +Text Label 1650 5050 0 60 ~ 0 +RTS1 +Text Label 1650 4950 0 60 ~ 0 +RXD1 +Text Label 1650 4750 0 60 ~ 0 +TXD1 +NoConn ~ 1500 5250 +$Comp +L GND #PWR089 +U 1 1 4652B4C9 +P 1550 5350 +F 0 "#PWR089" H 1550 5350 30 0001 C CNN +F 1 "GND" H 1550 5280 30 0001 C CNN +F 2 "" H 1550 5350 60 0001 C CNN +F 3 "" H 1550 5350 60 0001 C CNN + 1 1550 5350 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR090 +U 1 1 4652B4C8 +P 2350 6350 +F 0 "#PWR090" H 2350 6350 30 0001 C CNN +F 1 "GND" H 2350 6280 30 0001 C CNN +F 2 "" H 2350 6350 60 0001 C CNN +F 3 "" H 2350 6350 60 0001 C CNN + 1 2350 6350 + 1 0 0 -1 +$EndComp +$Comp +L C C28 +U 1 1 4652B4C7 +P 2000 4350 +F 0 "C28" V 1850 4350 50 0000 C CNN +F 1 "100nF" V 2150 4350 50 0000 C CNN +F 2 "lib_smd:SM0805" H 2000 4350 60 0001 C CNN +F 3 "" H 2000 4350 60 0001 C CNN + 1 2000 4350 + 0 1 1 0 +$EndComp +$Comp +L C C32 +U 1 1 4652B4C6 +P 4200 5150 +F 0 "C32" H 4250 5250 50 0000 L CNN +F 1 "100nF" H 4250 5050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 4200 5150 60 0001 C CNN +F 3 "" H 4200 5150 60 0001 C CNN + 1 4200 5150 + 1 0 0 -1 +$EndComp +$Comp +L C C31 +U 1 1 4652B4C5 +P 4200 4650 +F 0 "C31" H 4250 4750 50 0000 L CNN +F 1 "100nF" H 4250 4550 50 0000 L CNN +F 2 "lib_smd:SM0805" H 4200 4650 60 0001 C CNN +F 3 "" H 4200 4650 60 0001 C CNN + 1 4200 4650 + 1 0 0 -1 +$EndComp +$Comp +L C C30 +U 1 1 4652B4C4 +P 2300 4650 +F 0 "C30" H 2350 4750 50 0000 L CNN +F 1 "100nF" H 2350 4550 50 0000 L CNN +F 2 "lib_smd:SM0805" H 2300 4650 60 0001 C CNN +F 3 "" H 2300 4650 60 0001 C CNN + 1 2300 4650 + 1 0 0 -1 +$EndComp +Text Label 5350 5850 0 60 ~ 0 +UCTS1 +Text Label 5350 5750 0 60 ~ 0 +URTS1 +Text Label 5350 5650 0 60 ~ 0 +URXD1 +Text Label 5350 5550 0 60 ~ 0 +UTXD1 +$Comp +L CONN_4X2 UART_EN1 +U 1 1 4652B4C3 +P 4900 5700 +F 0 "UART_EN1" H 4900 5950 50 0000 C CNN +F 1 "CONN_4X2" V 4900 5700 40 0000 C CNN +F 2 "pin_array:pin_array_4x2" H 4900 5700 60 0001 C CNN +F 3 "" H 4900 5700 60 0001 C CNN + 1 4900 5700 + 1 0 0 -1 +$EndComp +$Comp +L DB9 UARTCAN1 +U 1 1 4652B4C2 +P 1050 4950 +F 0 "UARTCAN1" H 1050 5500 70 0000 C CNN +F 1 "DB9" H 1050 4400 70 0000 C CNN +F 2 "connect:DB9FC" H 1050 4950 60 0001 C CNN +F 3 "" H 1050 4950 60 0001 C CNN + 1 1050 4950 + -1 0 0 1 +$EndComp +$Comp +L MAX202 U5 +U 1 1 4652B4C1 +P 3250 5150 +F 0 "U5" H 3250 6000 70 0000 C CNN +F 1 "MAX202" H 3250 4300 70 0000 C CNN +F 2 "lib_smd:SO16E" H 3250 5150 60 0001 C CNN +F 3 "" H 3250 5150 60 0001 C CNN + 1 3250 5150 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR091 +U 1 1 4652B4AA +P 1750 1700 +F 0 "#PWR091" H 1750 1700 30 0001 C CNN +F 1 "GND" H 1750 1630 30 0001 C CNN +F 2 "" H 1750 1700 60 0001 C CNN +F 3 "" H 1750 1700 60 0001 C CNN + 1 1750 1700 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR092 +U 1 1 4652B49A +P 2400 2400 +F 0 "#PWR092" H 2400 2400 30 0001 C CNN +F 1 "GND" H 2400 2330 30 0001 C CNN +F 2 "" H 2400 2400 60 0001 C CNN +F 3 "" H 2400 2400 60 0001 C CNN + 1 2400 2400 + 0 1 1 0 +$EndComp +$Comp +L C C27 +U 1 1 4652B486 +P 2350 3450 +F 0 "C27" H 2400 3550 50 0000 L CNN +F 1 "100nF" H 2400 3350 50 0000 L CNN +F 2 "lib_smd:SM0805" H 2350 3450 60 0001 C CNN +F 3 "" H 2350 3450 60 0001 C CNN + 1 2350 3450 + 1 0 0 -1 +$EndComp +Text Label 1650 2200 0 60 ~ 0 +CTS0 +Text Label 1650 2400 0 60 ~ 0 +RTS0 +Text Label 1650 2300 0 60 ~ 0 +RXD0 +Text Label 1650 2100 0 60 ~ 0 +TXD0 +NoConn ~ 1500 2600 +$Comp +L GND #PWR093 +U 1 1 4652B392 +P 1550 2700 +F 0 "#PWR093" H 1550 2700 30 0001 C CNN +F 1 "GND" H 1550 2630 30 0001 C CNN +F 2 "" H 1550 2700 60 0001 C CNN +F 3 "" H 1550 2700 60 0001 C CNN + 1 1550 2700 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR094 +U 1 1 4652B389 +P 2350 3700 +F 0 "#PWR094" H 2350 3700 30 0001 C CNN +F 1 "GND" H 2350 3630 30 0001 C CNN +F 2 "" H 2350 3700 60 0001 C CNN +F 3 "" H 2350 3700 60 0001 C CNN + 1 2350 3700 + 1 0 0 -1 +$EndComp +$Comp +L C C22 +U 1 1 4652B365 +P 2000 1700 +F 0 "C22" V 1850 1700 50 0000 C CNN +F 1 "100nF" V 2150 1700 50 0000 C CNN +F 2 "lib_smd:SM0805" H 2000 1700 60 0001 C CNN +F 3 "" H 2000 1700 60 0001 C CNN + 1 2000 1700 + 0 1 1 0 +$EndComp +$Comp +L C C25 +U 1 1 4652B35B +P 4200 2500 +F 0 "C25" H 4250 2600 50 0000 L CNN +F 1 "100nF" H 4250 2400 50 0000 L CNN +F 2 "lib_smd:SM0805" H 4200 2500 60 0001 C CNN +F 3 "" H 4200 2500 60 0001 C CNN + 1 4200 2500 + 1 0 0 -1 +$EndComp +$Comp +L C C24 +U 1 1 4652B354 +P 4200 2000 +F 0 "C24" H 4250 2100 50 0000 L CNN +F 1 "100nF" H 4250 1900 50 0000 L CNN +F 2 "lib_smd:SM0805" H 4200 2000 60 0001 C CNN +F 3 "" H 4200 2000 60 0001 C CNN + 1 4200 2000 + 1 0 0 -1 +$EndComp +$Comp +L C C23 +U 1 1 4652B33B +P 2300 2000 +F 0 "C23" H 2350 2100 50 0000 L CNN +F 1 "100nF" H 2350 1900 50 0000 L CNN +F 2 "lib_smd:SM0805" H 2300 2000 60 0001 C CNN +F 3 "" H 2300 2000 60 0001 C CNN + 1 2300 2000 + 1 0 0 -1 +$EndComp +Text Label 5300 3200 0 60 ~ 0 +UCTS0 +Text Label 5300 3100 0 60 ~ 0 +URTS0 +Text Label 5300 3000 0 60 ~ 0 +URXD0 +Text Label 5300 2900 0 60 ~ 0 +UTXD0 +$Comp +L CONN_4X2 UART_EN0 +U 1 1 4652B289 +P 4850 3050 +F 0 "UART_EN0" H 4850 3300 50 0000 C CNN +F 1 "CONN_4X2" V 4850 3050 40 0000 C CNN +F 2 "pin_array:pin_array_4x2" H 4850 3050 60 0001 C CNN +F 3 "" H 4850 3050 60 0001 C CNN + 1 4850 3050 + 1 0 0 -1 +$EndComp +$Comp +L DB9 UARTCAN0 +U 1 1 4652B26D +P 1050 2300 +F 0 "UARTCAN0" H 1050 2850 70 0000 C CNN +F 1 "DB9" H 1050 1750 70 0000 C CNN +F 2 "connect:DB9FC" H 1050 2300 60 0001 C CNN +F 3 "" H 1050 2300 60 0001 C CNN + 1 1050 2300 + -1 0 0 1 +$EndComp +$Comp +L MAX202 U3 +U 1 1 4652B22B +P 3250 2500 +F 0 "U3" H 3250 3350 70 0000 C CNN +F 1 "MAX202" H 3250 1650 70 0000 C CNN +F 2 "lib_smd:SO16E" H 3250 2500 60 0001 C CNN +F 3 "" H 3250 2500 60 0001 C CNN + 1 3250 2500 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR095 +U 1 1 4652B1F0 +P 9250 3650 +F 0 "#PWR095" H 9250 3650 30 0001 C CNN +F 1 "GND" H 9250 3580 30 0001 C CNN +F 2 "" H 9250 3650 60 0001 C CNN +F 3 "" H 9250 3650 60 0001 C CNN + 1 9250 3650 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR096 +U 1 1 4652B1EE +P 9250 3100 +F 0 "#PWR096" H 9250 3100 30 0001 C CNN +F 1 "GND" H 9250 3030 30 0001 C CNN +F 2 "" H 9250 3100 60 0001 C CNN +F 3 "" H 9250 3100 60 0001 C CNN + 1 9250 3100 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR097 +U 1 1 4652B1ED +P 9250 2550 +F 0 "#PWR097" H 9250 2550 30 0001 C CNN +F 1 "GND" H 9250 2480 30 0001 C CNN +F 2 "" H 9250 2550 60 0001 C CNN +F 3 "" H 9250 2550 60 0001 C CNN + 1 9250 2550 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR098 +U 1 1 4652B1E8 +P 9250 2000 +F 0 "#PWR098" H 9250 2000 30 0001 C CNN +F 1 "GND" H 9250 1930 30 0001 C CNN +F 2 "" H 9250 2000 60 0001 C CNN +F 3 "" H 9250 2000 60 0001 C CNN + 1 9250 2000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR099 +U 1 1 4652B136 +P 6800 3950 +F 0 "#PWR099" H 6800 3950 30 0001 C CNN +F 1 "GND" H 6800 3880 30 0001 C CNN +F 2 "" H 6800 3950 60 0001 C CNN +F 3 "" H 6800 3950 60 0001 C CNN + 1 6800 3950 + 0 1 1 0 +$EndComp +$Comp +L +3.3V #PWR0100 +U 1 1 4652B12E +P 7500 1350 +F 0 "#PWR0100" H 7500 1310 30 0001 C CNN +F 1 "+3.3V" H 7500 1460 40 0000 C CNN +F 2 "" H 7500 1350 60 0001 C CNN +F 3 "" H 7500 1350 60 0001 C CNN + 1 7500 1350 + 1 0 0 -1 +$EndComp +$Comp +L R R34 +U 1 1 4652B111 +P 7500 1650 +F 0 "R34" H 7350 1850 50 0000 C CNN +F 1 "10K" V 7500 1650 50 0000 C CNN +F 2 "lib_smd:SM0805" H 7500 1650 60 0001 C CNN +F 3 "" H 7500 1650 60 0001 C CNN + 1 7500 1650 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER LED_EN1 +U 1 1 4652B108 +P 7100 3950 +F 0 "LED_EN1" H 7100 4100 60 0000 C CNN +F 1 "JUMPER" H 7100 3870 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 7100 3950 60 0001 C CNN +F 3 "" H 7100 3950 60 0001 C CNN + 1 7100 3950 + 1 0 0 -1 +$EndComp +Text Label 7050 3650 0 60 ~ 0 +DTIN3 +Text Label 7050 3100 0 60 ~ 0 +DTIN2 +Text Label 7050 2550 0 60 ~ 0 +DTIN1 +Text Label 7050 2000 0 60 ~ 0 +DTIN0 +$Comp +L LED LED4 +U 1 1 4652B0BC +P 9000 3650 +F 0 "LED4" H 9000 3750 50 0000 C CNN +F 1 "LED" H 9000 3550 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 9000 3650 60 0001 C CNN +F 3 "" H 9000 3650 60 0001 C CNN + 1 9000 3650 + 1 0 0 -1 +$EndComp +$Comp +L LED LED3 +U 1 1 4652B0BB +P 9000 3100 +F 0 "LED3" H 9000 3200 50 0000 C CNN +F 1 "LED" H 9000 3000 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 9000 3100 60 0001 C CNN +F 3 "" H 9000 3100 60 0001 C CNN + 1 9000 3100 + 1 0 0 -1 +$EndComp +$Comp +L LED LED2 +U 1 1 4652B0B7 +P 9000 2550 +F 0 "LED2" H 9000 2650 50 0000 C CNN +F 1 "LED" H 9000 2450 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 9000 2550 60 0001 C CNN +F 3 "" H 9000 2550 60 0001 C CNN + 1 9000 2550 + 1 0 0 -1 +$EndComp +$Comp +L LED LED1 +U 1 1 4652B0AE +P 9000 2000 +F 0 "LED1" H 9000 2100 50 0000 C CNN +F 1 "LED" H 9000 1900 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 9000 2000 60 0001 C CNN +F 3 "" H 9000 2000 60 0001 C CNN + 1 9000 2000 + 1 0 0 -1 +$EndComp +$Comp +L R R33 +U 1 1 4652B06A +P 8550 3650 +F 0 "R33" V 8630 3650 50 0000 C CNN +F 1 "270" V 8550 3650 50 0000 C CNN +F 2 "lib_smd:SM0805" H 8550 3650 60 0001 C CNN +F 3 "" H 8550 3650 60 0001 C CNN + 1 8550 3650 + 0 1 1 0 +$EndComp +$Comp +L R R32 +U 1 1 4652B069 +P 8550 3100 +F 0 "R32" V 8630 3100 50 0000 C CNN +F 1 "270" V 8550 3100 50 0000 C CNN +F 2 "lib_smd:SM0805" H 8550 3100 60 0001 C CNN +F 3 "" H 8550 3100 60 0001 C CNN + 1 8550 3100 + 0 1 1 0 +$EndComp +$Comp +L R R31 +U 1 1 4652B067 +P 8550 2550 +F 0 "R31" V 8630 2550 50 0000 C CNN +F 1 "270" V 8550 2550 50 0000 C CNN +F 2 "lib_smd:SM0805" H 8550 2550 60 0001 C CNN +F 3 "" H 8550 2550 60 0001 C CNN + 1 8550 2550 + 0 1 1 0 +$EndComp +$Comp +L R R28 +U 1 1 4652B061 +P 8550 2000 +F 0 "R28" V 8630 2000 50 0000 C CNN +F 1 "270" V 8550 2000 50 0000 C CNN +F 2 "lib_smd:SM0805" H 8550 2000 60 0001 C CNN +F 3 "" H 8550 2000 60 0001 C CNN + 1 8550 2000 + 0 1 1 0 +$EndComp +$Comp +L 74LS125 U4 +U 3 1 4652B03E +P 7850 3650 +F 0 "U4" H 7850 3750 50 0000 L BNN +F 1 "74HC125" H 7900 3500 40 0000 L TNN +F 2 "lib_smd:SO14E" H 7850 3650 60 0001 C CNN +F 3 "" H 7850 3650 60 0001 C CNN + 3 7850 3650 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U4 +U 4 1 4652B035 +P 7850 3100 +F 0 "U4" H 7850 3200 50 0000 L BNN +F 1 "74HC125" H 7900 2950 40 0000 L TNN +F 2 "lib_smd:SO14E" H 7850 3100 60 0001 C CNN +F 3 "" H 7850 3100 60 0001 C CNN + 4 7850 3100 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U4 +U 2 1 4652B02E +P 7850 2550 +F 0 "U4" H 7850 2650 50 0000 L BNN +F 1 "74HC125" H 7900 2400 40 0000 L TNN +F 2 "lib_smd:SO14E" H 7850 2550 60 0001 C CNN +F 3 "" H 7850 2550 60 0001 C CNN + 2 7850 2550 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U4 +U 1 1 4652B019 +P 7850 2000 +F 0 "U4" H 7850 2100 50 0000 L BNN +F 1 "74HC125" H 7900 1850 40 0000 L TNN +F 2 "lib_smd:SO14E" H 7850 2000 60 0001 C CNN +F 3 "" H 7850 2000 60 0001 C CNN + 1 7850 2000 + 1 0 0 -1 +$EndComp +Text HLabel 11450 1100 0 60 Input ~ 0 +QSPI_CS[0..3] +Text HLabel 11450 1500 0 60 Input ~ 0 +AN[0..7] +Text HLabel 11450 1400 0 60 Input ~ 0 +DTIN[0..3] +Text HLabel 11450 1300 0 60 Input ~ 0 +IRQ-[0..7] +Text HLabel 11450 1200 0 60 Input ~ 0 +GPT[0..3] +Text HLabel 12250 4100 0 60 Input ~ 0 +RCON- +Text HLabel 13900 3800 2 60 Input ~ 0 +UCTS2 +Text HLabel 13900 3700 2 60 Input ~ 0 +URTS2 +Text HLabel 13900 3600 2 60 Input ~ 0 +UCTS0 +Text HLabel 13900 3500 2 60 Input ~ 0 +URTS0 +Text Label 13550 3400 0 60 ~ 0 +DTIN3 +Text Label 13550 3300 0 60 ~ 0 +DTIN2 +Text Label 13550 3200 0 60 ~ 0 +DTIN1 +Text Label 13550 3100 0 60 ~ 0 +DTIN0 +$Comp +L +3.3V #PWR0101 +U 1 1 4652A9F1 +P 11900 1150 +F 0 "#PWR0101" H 11900 1110 30 0001 C CNN +F 1 "+3.3V" H 11900 1260 40 0000 C CNN +F 2 "" H 11900 1150 60 0001 C CNN +F 3 "" H 11900 1150 60 0001 C CNN + 1 11900 1150 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR0102 +U 1 1 4652A9EB +P 13300 1200 +F 0 "#PWR0102" H 13300 1200 30 0001 C CNN +F 1 "GND" H 13300 1130 30 0001 C CNN +F 2 "" H 13300 1200 60 0001 C CNN +F 3 "" H 13300 1200 60 0001 C CNN + 1 13300 1200 + 0 -1 -1 0 +$EndComp +$Comp +L C C43 +U 1 1 4652A9D3 +P 13050 1200 +F 0 "C43" V 12800 1200 50 0000 C CNN +F 1 "100nF" V 12900 1200 50 0000 C CNN +F 2 "lib_smd:SM0805" H 13050 1200 60 0001 C CNN +F 3 "" H 13050 1200 60 0001 C CNN + 1 13050 1200 + 0 1 1 0 +$EndComp +$Comp +L JUMPER VX_EN1 +U 1 1 4652A9C4 +P 12300 1200 +F 0 "VX_EN1" H 12300 1350 60 0000 C CNN +F 1 "JUMPER" H 12300 1120 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 12300 1200 60 0001 C CNN +F 3 "" H 12300 1200 60 0001 C CNN + 1 12300 1200 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR0103 +U 1 1 4652A9B5 +P 12700 1600 +F 0 "#PWR0103" H 12700 1600 30 0001 C CNN +F 1 "GND" H 12700 1530 30 0001 C CNN +F 2 "" H 12700 1600 60 0001 C CNN +F 3 "" H 12700 1600 60 0001 C CNN + 1 12700 1600 + 0 1 1 0 +$EndComp +Text Label 13600 4000 0 60 ~ 0 +GPT3 +Text Label 12300 4000 0 60 ~ 0 +GPT2 +Text Label 13600 3900 0 60 ~ 0 +GPT1 +Text Label 12300 3900 0 60 ~ 0 +GPT0 +Text HLabel 12250 3800 0 60 Input ~ 0 +URXD2 +Text HLabel 12250 3700 0 60 Input ~ 0 +UTXD2 +Text HLabel 12250 3600 0 60 Input ~ 0 +URXD0 +Text HLabel 12250 3500 0 60 Input ~ 0 +UTXD0 +Text Label 12300 3400 0 60 ~ 0 +IRQ-7 +Text Label 12300 3300 0 60 ~ 0 +IRQ-6 +Text Label 12300 3200 0 60 ~ 0 +IRQ-5 +Text Label 12300 3100 0 60 ~ 0 +IRQ-4 +Text Label 12300 3000 0 60 ~ 0 +IRQ-3 +Text Label 12150 2900 0 60 ~ 0 +QSPI_CS3 +Text Label 12150 2800 0 60 ~ 0 +QSPI_CS2 +Text Label 12150 2700 0 60 ~ 0 +QSPI_CS1 +Text Label 12150 2600 0 60 ~ 0 +QSPI_CS0 +Text HLabel 12250 2500 0 60 Input ~ 0 +QSPI_SCLK +Text HLabel 12250 2400 0 60 Input ~ 0 +QSPI_DIN +Text HLabel 12250 2300 0 60 Input ~ 0 +QSPI_DOUT +Text HLabel 12250 2200 0 60 Input ~ 0 +PWM3 +Text HLabel 12250 2100 0 60 Input ~ 0 +PWM1 +Text HLabel 12250 2000 0 60 Input ~ 0 +UCTS1 +Text HLabel 12250 1900 0 60 Input ~ 0 +URTS1 +Text HLabel 12250 1800 0 60 Input ~ 0 +URXD1 +Text HLabel 12250 1700 0 60 Input ~ 0 +UTXD1 +Text HLabel 13900 3000 2 60 Input ~ 0 +PWM7 +Text HLabel 13900 2900 2 60 Input ~ 0 +PWM5 +$Comp +L +3.3V #PWR0104 +U 1 1 4652A6B1 +P 12650 4400 +F 0 "#PWR0104" H 12650 4360 30 0001 C CNN +F 1 "+3.3V" V 12650 4600 40 0000 C CNN +F 2 "" H 12650 4400 60 0001 C CNN +F 3 "" H 12650 4400 60 0001 C CNN + 1 12650 4400 + 0 -1 -1 0 +$EndComp +Text HLabel 13900 2800 2 60 Input ~ 0 +CANRX +Text HLabel 13900 2700 2 60 Input ~ 0 +CANTX +Text Label 13550 2600 0 60 ~ 0 +AN7 +Text Label 13550 2500 0 60 ~ 0 +AN6 +Text Label 13550 2400 0 60 ~ 0 +AN5 +Text Label 13550 2300 0 60 ~ 0 +AN4 +Text Label 13550 2200 0 60 ~ 0 +AN3 +Text Label 13550 2100 0 60 ~ 0 +AN2 +Text Label 13550 2000 0 60 ~ 0 +AN1 +Text Label 13550 1900 0 60 ~ 0 +AN0 +Text Label 13500 1800 0 60 ~ 0 +IRQ-2 +Text HLabel 13900 1700 2 60 Input ~ 0 +RSTI- +Text HLabel 13900 1600 2 60 Input ~ 0 +RTS0- +Text Label 13500 1500 0 60 ~ 0 +IRQ-1 +$Comp +L CONN_30X2 MCU_PORT1 +U 1 1 4652A4FB +P 13100 2950 +F 0 "MCU_PORT1" H 13100 1350 60 0000 C CNN +F 1 "CONN_30X2" V 13100 2950 50 0000 C CNN +F 2 "pin_array:PIN_ARRAY_30X2" H 13100 2950 60 0001 C CNN +F 3 "" H 13100 2950 60 0001 C CNN + 1 13100 2950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 13550 4450 13550 4400 +Wire Wire Line + 13550 4400 13500 4400 +Wire Wire Line + 12800 7900 13200 7900 +Wire Wire Line + 13700 8200 13700 8300 +Wire Wire Line + 14800 8200 14850 8200 +Wire Wire Line + 10850 8800 11300 8800 +Wire Wire Line + 12100 8900 12600 8900 +Wire Wire Line + 10800 7800 11250 7800 +Wire Wire Line + 10700 8100 10700 7950 +Wire Wire Line + 10650 7950 11250 7950 +Wire Wire Line + 12300 8200 12300 8150 +Wire Wire Line + 12300 8150 12200 8150 +Wire Wire Line + 11150 7500 11250 7500 +Wire Wire Line + 12600 8000 12200 8000 +Wire Wire Line + 12600 7900 12200 7900 +Wire Wire Line + 9300 6650 9300 6600 +Wire Wire Line + 9300 6600 9200 6600 +Wire Wire Line + 9300 5550 9300 5750 +Wire Wire Line + 9300 5550 9200 5550 +Connection ~ 10250 5800 +Wire Wire Line + 10250 5800 10250 5850 +Wire Wire Line + 9700 5800 11300 5800 +Wire Wire Line + 12900 5800 13200 5800 +Wire Wire Line + 4800 9900 4800 10350 +Wire Wire Line + 4800 9900 4700 9900 +Wire Wire Line + 9000 9050 9800 9050 +Wire Wire Line + 9800 9050 9800 8700 +Wire Wire Line + 9000 8850 9400 8850 +Wire Wire Line + 9400 8850 9400 8700 +Wire Wire Line + 2450 9200 2800 9200 +Wire Wire Line + 2800 9200 2800 8400 +Wire Wire Line + 2350 8350 2350 8400 +Wire Wire Line + 2350 8400 2600 8400 +Wire Wire Line + 2600 8400 2600 7600 +Wire Wire Line + 2600 7600 1500 7600 +Wire Wire Line + 2250 9200 1850 9200 +Wire Wire Line + 2250 7250 1850 7250 +Wire Wire Line + 2350 7250 2350 7400 +Wire Wire Line + 2350 7400 1500 7400 +Connection ~ 4250 5650 +Wire Wire Line + 4300 6100 4250 6100 +Wire Wire Line + 4250 6100 4250 5650 +Wire Wire Line + 5450 8500 5400 8500 +Wire Wire Line + 5400 8500 5150 8400 +Wire Wire Line + 5150 8400 5000 8400 +Connection ~ 5250 8400 +Wire Wire Line + 5450 8400 5250 8400 +Wire Wire Line + 5250 8200 5250 8800 +Wire Wire Line + 5250 8200 5000 8200 +Wire Wire Line + 3300 8550 3300 8000 +Wire Wire Line + 3300 8000 3400 8000 +Connection ~ 1550 7300 +Wire Wire Line + 1500 7300 1550 7300 +Wire Wire Line + 5200 8000 5000 8000 +Wire Wire Line + 5200 7500 5000 7500 +Wire Wire Line + 3400 7500 3200 7500 +Wire Wire Line + 6600 8200 6250 8200 +Wire Wire Line + 6600 8300 6250 8300 +Wire Wire Line + 6600 8400 6250 8400 +Wire Wire Line + 6600 8500 6250 8500 +Wire Wire Line + 5200 7100 5000 7100 +Wire Wire Line + 5200 7600 5000 7600 +Wire Wire Line + 1500 7200 1550 7200 +Wire Wire Line + 1550 7200 1550 7800 +Wire Wire Line + 1550 7800 1500 7800 +Wire Wire Line + 3400 8300 2800 8300 +Wire Wire Line + 2900 8200 2900 7700 +Wire Wire Line + 2900 8200 3400 8200 +Wire Wire Line + 2800 8400 3400 8400 +Wire Wire Line + 2350 5900 2350 5350 +Wire Wire Line + 2350 5350 2450 5350 +Wire Wire Line + 2450 5850 2100 5850 +Wire Wire Line + 2100 5850 2100 4850 +Wire Wire Line + 2100 4850 1500 4850 +Connection ~ 1550 4650 +Wire Wire Line + 1500 4650 1550 4650 +Wire Wire Line + 4200 5350 4050 5350 +Wire Wire Line + 4200 4850 4050 4850 +Wire Wire Line + 2450 4850 2300 4850 +Wire Wire Line + 4500 5650 4400 5650 +Wire Wire Line + 4400 5650 4300 5750 +Wire Wire Line + 4300 5750 4050 5750 +Wire Wire Line + 4050 5850 4500 5850 +Wire Wire Line + 4050 5550 4500 5550 +Wire Wire Line + 4050 5650 4300 5650 +Wire Wire Line + 4500 5750 4400 5750 +Wire Wire Line + 4400 5750 4300 5650 +Wire Wire Line + 5650 5550 5300 5550 +Wire Wire Line + 5650 5650 5300 5650 +Wire Wire Line + 5650 5750 5300 5750 +Wire Wire Line + 5650 5850 5300 5850 +Wire Wire Line + 4200 4450 4050 4450 +Wire Wire Line + 4200 4950 4050 4950 +Wire Wire Line + 1500 4550 1550 4550 +Wire Wire Line + 1550 4550 1550 5150 +Wire Wire Line + 1550 5150 1500 5150 +Wire Wire Line + 1500 5050 2000 5050 +Wire Wire Line + 2000 5050 2000 5650 +Wire Wire Line + 2000 5650 2450 5650 +Wire Wire Line + 1500 4750 2200 4750 +Wire Wire Line + 2200 4750 2200 5550 +Wire Wire Line + 2200 5550 2450 5550 +Wire Wire Line + 1500 4950 1900 4950 +Wire Wire Line + 1900 4950 1900 5750 +Wire Wire Line + 1900 5750 2450 5750 +Wire Wire Line + 2350 3250 2350 2700 +Wire Wire Line + 2350 2700 2450 2700 +Wire Wire Line + 2450 3200 2100 3200 +Wire Wire Line + 2100 3200 2100 2200 +Wire Wire Line + 2100 2200 1500 2200 +Connection ~ 1550 2000 +Wire Wire Line + 1500 2000 1550 2000 +Wire Wire Line + 4200 2700 4050 2700 +Wire Wire Line + 4200 2200 4050 2200 +Wire Wire Line + 2450 2200 2300 2200 +Wire Wire Line + 4450 3000 4350 3000 +Wire Wire Line + 4350 3000 4250 3100 +Wire Wire Line + 4250 3100 4050 3100 +Wire Wire Line + 4050 3200 4450 3200 +Wire Wire Line + 4050 2900 4450 2900 +Connection ~ 7500 3400 +Wire Wire Line + 7500 3400 7850 3400 +Wire Wire Line + 7850 2300 7500 2300 +Connection ~ 12700 1200 +Wire Wire Line + 12700 1500 12700 1200 +Wire Wire Line + 12100 2900 12700 2900 +Wire Wire Line + 12100 2700 12700 2700 +Wire Wire Line + 12250 4100 12700 4100 +Wire Wire Line + 12250 4000 12700 4000 +Wire Wire Line + 12250 3900 12700 3900 +Wire Wire Line + 12250 3800 12700 3800 +Wire Wire Line + 12250 3700 12700 3700 +Wire Wire Line + 12250 3600 12700 3600 +Wire Wire Line + 12250 3500 12700 3500 +Wire Wire Line + 12250 3400 12700 3400 +Wire Wire Line + 12250 3300 12700 3300 +Wire Wire Line + 12250 3200 12700 3200 +Wire Wire Line + 12250 3100 12700 3100 +Wire Wire Line + 12250 3000 12700 3000 +Wire Wire Line + 12250 2500 12700 2500 +Wire Wire Line + 12250 2400 12700 2400 +Wire Wire Line + 12250 2300 12700 2300 +Wire Wire Line + 12250 2200 12700 2200 +Wire Wire Line + 12250 2100 12700 2100 +Wire Wire Line + 12250 2000 12700 2000 +Wire Wire Line + 12250 1900 12700 1900 +Wire Wire Line + 12250 1800 12700 1800 +Wire Wire Line + 12250 1700 12700 1700 +Wire Wire Line + 13900 2600 13500 2600 +Wire Wire Line + 13900 2500 13500 2500 +Wire Wire Line + 13900 2400 13500 2400 +Wire Wire Line + 13900 2300 13500 2300 +Wire Wire Line + 13900 2200 13500 2200 +Wire Wire Line + 13900 2100 13500 2100 +Wire Wire Line + 13900 2000 13500 2000 +Wire Wire Line + 13900 1900 13500 1900 +Wire Wire Line + 13900 1500 13500 1500 +Wire Wire Line + 13500 1600 13900 1600 +Wire Wire Line + 13500 1700 13900 1700 +Wire Wire Line + 13900 1800 13500 1800 +Wire Wire Line + 13500 2700 13900 2700 +Wire Wire Line + 13500 2800 13900 2800 +Wire Wire Line + 13900 2900 13500 2900 +Wire Wire Line + 13900 3000 13500 3000 +Wire Wire Line + 13900 3100 13500 3100 +Wire Wire Line + 13900 3200 13500 3200 +Wire Wire Line + 13900 3300 13500 3300 +Wire Wire Line + 13900 3400 13500 3400 +Wire Wire Line + 13900 3500 13500 3500 +Wire Wire Line + 13900 3600 13500 3600 +Wire Wire Line + 13900 3700 13500 3700 +Wire Wire Line + 13900 3800 13500 3800 +Wire Wire Line + 13900 3900 13500 3900 +Wire Wire Line + 13900 4000 13500 4000 +Wire Wire Line + 12100 2600 12700 2600 +Wire Wire Line + 12100 2800 12700 2800 +Wire Wire Line + 12600 1200 12850 1200 +Wire Wire Line + 7400 3950 7850 3950 +Connection ~ 7500 3950 +Wire Wire Line + 7500 2850 7850 2850 +Connection ~ 7500 2850 +Wire Wire Line + 7400 2000 7000 2000 +Wire Wire Line + 7400 2550 7000 2550 +Wire Wire Line + 7400 3100 7000 3100 +Wire Wire Line + 7400 3650 7000 3650 +Wire Wire Line + 7500 1900 7500 3950 +Wire Wire Line + 4050 3000 4250 3000 +Wire Wire Line + 4450 3100 4350 3100 +Wire Wire Line + 4350 3100 4250 3000 +Wire Wire Line + 5600 2900 5250 2900 +Wire Wire Line + 5600 3000 5250 3000 +Wire Wire Line + 5600 3100 5250 3100 +Wire Wire Line + 5600 3200 5250 3200 +Wire Wire Line + 4200 1800 4050 1800 +Wire Wire Line + 4200 2300 4050 2300 +Wire Wire Line + 1500 1900 1550 1900 +Wire Wire Line + 1550 1900 1550 2500 +Wire Wire Line + 1550 2500 1500 2500 +Wire Wire Line + 1500 2400 2000 2400 +Wire Wire Line + 2000 2400 2000 3000 +Wire Wire Line + 2000 3000 2450 3000 +Wire Wire Line + 1500 2100 2200 2100 +Wire Wire Line + 2200 2100 2200 2900 +Wire Wire Line + 2200 2900 2450 2900 +Wire Wire Line + 1500 2300 1900 2300 +Wire Wire Line + 1900 2300 1900 3100 +Wire Wire Line + 1900 3100 2450 3100 +Wire Wire Line + 5000 8300 5150 8300 +Wire Wire Line + 5450 8200 5350 8200 +Wire Wire Line + 5000 8500 5300 8500 +Wire Wire Line + 5300 8500 5300 8300 +Wire Wire Line + 5300 8300 5450 8300 +Wire Wire Line + 5350 8200 5150 8300 +Wire Wire Line + 4200 3000 4200 3500 +Wire Wire Line + 4200 3500 4250 3500 +Connection ~ 4200 3000 +Wire Wire Line + 2800 7350 2450 7350 +Wire Wire Line + 2800 8300 2800 7350 +Wire Wire Line + 2450 7350 2450 7250 +Wire Wire Line + 2450 8350 2450 8500 +Wire Wire Line + 2450 8500 3400 8500 +Wire Wire Line + 2900 7700 1500 7700 +Wire Wire Line + 2350 9200 2350 9350 +Wire Wire Line + 2350 9350 2700 9350 +Wire Wire Line + 2700 9350 2700 7500 +Wire Wire Line + 2700 7500 1500 7500 +Wire Wire Line + 9200 8700 9200 8750 +Wire Wire Line + 9200 8750 9000 8750 +Wire Wire Line + 9600 8700 9600 8950 +Wire Wire Line + 9600 8950 9000 8950 +Wire Wire Line + 8200 8750 7600 8750 +Wire Wire Line + 8200 8850 7600 8850 +Wire Wire Line + 8200 8950 7600 8950 +Wire Wire Line + 8200 9050 7600 9050 +Wire Wire Line + 12550 8800 12100 8800 +Wire Wire Line + 11300 8900 10850 8900 +Wire Wire Line + 3650 10300 4100 10300 +Wire Wire Line + 3650 9900 4100 9900 +Wire Wire Line + 4700 10300 4800 10300 +Connection ~ 4800 10300 +Wire Wire Line + 13050 5650 13050 5900 +Connection ~ 13050 5800 +Wire Wire Line + 9700 5800 9700 5850 +Wire Wire Line + 10650 5800 10650 5850 +Connection ~ 10650 5800 +Wire Wire Line + 9200 5650 9300 5650 +Connection ~ 9300 5650 +Wire Wire Line + 9400 6400 9200 6400 +Wire Wire Line + 10750 7500 10750 7550 +Wire Wire Line + 11250 7450 11250 7650 +Wire Wire Line + 12300 7650 12200 7650 +Wire Wire Line + 11250 8100 10800 8100 +Wire Wire Line + 14300 8200 14300 7900 +Wire Wire Line + 13200 7900 13200 8200 +Wire Wire Line + 14300 7900 14700 7900 +Wire Wire Line + 12900 5800 12900 6000 +Wire Wire Line + 12250 4200 12700 4200 +Wire Wire Line + 12250 4300 12700 4300 +Wire Wire Line + 13900 4300 13500 4300 +Wire Wire Line + 1750 1700 1800 1700 +Wire Wire Line + 2200 1700 2450 1700 +Wire Wire Line + 2450 1600 2450 1800 +Wire Wire Line + 2300 1800 2300 1700 +Connection ~ 2300 1700 +Connection ~ 2450 1700 +Wire Wire Line + 1750 4350 1800 4350 +Wire Wire Line + 2300 4450 2300 4350 +Wire Wire Line + 2200 4350 2450 4350 +Wire Wire Line + 2450 4300 2450 4450 +Connection ~ 2300 4350 +Connection ~ 2450 4350 +Wire Wire Line + 4750 3500 4800 3500 +Wire Wire Line + 4850 6100 4800 6100 +Wire Wire Line + 2400 5050 2450 5050 +Wire Wire Line + 2400 2400 2450 2400 +Wire Wire Line + 3400 6950 3400 7100 +Wire Wire Line + 3100 7000 3400 7000 +Wire Wire Line + 3200 7000 3200 7100 +Connection ~ 3400 7000 +Connection ~ 3200 7000 +Wire Wire Line + 2650 7000 2700 7000 +Wire Wire Line + 3350 7700 3400 7700 +Wire Wire Line + 2250 8400 2250 8350 +Wire Wire Line + 1550 8000 1500 8000 +Wire Wire Line + 1550 5350 1500 5350 +Wire Wire Line + 1550 2700 1500 2700 +Wire Wire Line + 6900 1350 6900 1400 +Wire Wire Line + 6900 1800 6900 1850 +Wire Wire Line + 7500 1350 7500 1400 +Connection ~ 7500 2300 +Wire Wire Line + 9250 2000 9200 2000 +Wire Wire Line + 9250 2550 9200 2550 +Wire Wire Line + 9250 3100 9200 3100 +Wire Wire Line + 9250 3650 9200 3650 +Wire Wire Line + 9200 5400 9500 5400 +Wire Wire Line + 9400 6400 9400 5400 +Connection ~ 9400 5400 +Wire Wire Line + 10600 5500 10500 5500 +Wire Wire Line + 11100 5500 11200 5500 +Wire Wire Line + 11200 5500 11200 5800 +Connection ~ 11200 5800 +Wire Wire Line + 10650 6300 10650 6250 +Wire Wire Line + 10250 6300 10250 6250 +Wire Wire Line + 9700 6300 9700 6250 +Connection ~ 11250 7500 +Connection ~ 10700 7950 +Wire Wire Line + 10700 8650 10700 8600 +Wire Wire Line + 12100 6800 12100 6850 +Wire Wire Line + 11900 1150 11900 1200 +Wire Wire Line + 11900 1200 12000 1200 +Wire Wire Line + 13300 1200 13250 1200 +Wire Wire Line + 13550 4200 13500 4200 +Wire Wire Line + 13550 4100 13500 4100 +Wire Wire Line + 12650 4400 12700 4400 +Wire Wire Line + 5800 8800 5750 8800 +Wire Wire Line + 2350 3650 2350 3700 +Wire Wire Line + 2350 6300 2350 6350 +Wire Wire Line + 3300 9000 3300 8950 +$EndSCHEMATC diff --git a/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib new file mode 100644 index 0000000..1dcd3f6 --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib @@ -0,0 +1,1055 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +3.3V +# +DEF +3.3V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -40 30 H I C CNN +F1 "+3.3V" 0 110 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS +3,3V +DRAW +X +3.3V 1 0 0 0 U 30 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# 74AHC1G14 +# +DEF 74AHC1G14 U 0 30 Y Y 1 F N +F0 "U" 145 115 40 H V C CNN +F1 "74AHC1G14" 200 -100 40 H V C CNN +F2 "" 95 -135 30 H V C CNN +F3 "" 145 115 60 H V C CNN +DRAW +P 4 0 0 0 -150 150 -150 -150 150 0 -150 150 N +X GND 3 -50 -200 100 U 40 20 0 0 W +X VCC 5 -50 200 100 D 40 20 0 0 W +X ~ 2 -450 0 300 R 60 60 1 1 I +X ~ 4 450 0 300 L 60 60 1 1 O I +X ~ 2 -450 0 300 R 60 60 1 2 I I +X ~ 4 450 0 300 L 60 60 1 2 O +ENDDRAW +ENDDEF +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_13X2 +# +DEF CONN_13X2 P 0 10 Y N 1 F N +F0 "P" 0 700 60 H V C CNN +F1 "CONN_13X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 650 100 -650 0 1 0 N +X P1 1 -400 600 300 R 40 30 1 1 P I +X P2 2 400 600 300 L 40 30 1 1 P I +X P3 3 -400 500 300 R 40 30 1 1 P I +X P4 4 400 500 300 L 40 30 1 1 P I +X P5 5 -400 400 300 R 40 30 1 1 P I +X P6 6 400 400 300 L 40 30 1 1 P I +X P7 7 -400 300 300 R 40 30 1 1 P I +X P8 8 400 300 300 L 40 30 1 1 P I +X P9 9 -400 200 300 R 40 30 1 1 P I +X P10 10 400 200 300 L 40 30 1 1 P I +X P20 20 400 -300 300 L 40 30 1 1 P I +X P11 11 -400 100 300 R 40 30 1 1 P I +X P21 21 -400 -400 300 R 40 30 1 1 P I +X P12 12 400 100 300 L 40 30 1 1 P I +X P22 22 400 -400 300 L 40 30 1 1 P I +X P13 13 -400 0 300 R 40 30 1 1 P I +X P23 23 -400 -500 300 R 40 30 1 1 P I +X P14 14 400 0 300 L 40 30 1 1 P I +X P20 24 400 -500 300 L 40 30 1 1 P I +X P15 15 -400 -100 300 R 40 30 1 1 P I +X P24 25 -400 -600 300 R 40 30 1 1 P I +X P16 16 400 -100 300 L 40 30 1 1 P I +X P22 26 400 -600 300 L 40 30 1 1 P I +X P17 17 -400 -200 300 R 40 30 1 1 P I +X P18 18 400 -200 300 L 40 30 1 1 P I +X P19 19 -400 -300 300 R 40 30 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_20X2 +# +DEF CONN_20X2 P 0 10 Y N 1 F N +F0 "P" 0 1050 60 H V C CNN +F1 "CONN_20X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 1000 100 -1000 0 1 0 N +X P1 1 -400 950 300 R 60 30 1 1 P I +X P2 2 400 950 300 L 60 30 1 1 P I +X P3 3 -400 850 300 R 60 30 1 1 P I +X P4 4 400 850 300 L 60 30 1 1 P I +X P5 5 -400 750 300 R 60 30 1 1 P I +X P6 6 400 750 300 L 60 30 1 1 P I +X P7 7 -400 650 300 R 60 30 1 1 P I +X P8 8 400 650 300 L 60 30 1 1 P I +X P9 9 -400 550 300 R 60 30 1 1 P I +X P10 10 400 550 300 L 60 30 1 1 P I +X P20 20 400 50 300 L 60 30 1 1 P I +X P30 30 400 -450 300 L 60 30 1 1 P I +X P40 40 400 -950 300 L 60 30 1 1 P I +X P11 11 -400 450 300 R 60 30 1 1 P I +X P21 21 -400 -50 300 R 60 30 1 1 P I +X P31 31 -400 -550 300 R 60 30 1 1 P I +X P12 12 400 450 300 L 60 30 1 1 P I +X P22 22 400 -50 300 L 60 30 1 1 P I +X P32 32 400 -550 300 L 60 30 1 1 P I +X P13 13 -400 350 300 R 60 30 1 1 P I +X P23 23 -400 -150 300 R 60 30 1 1 P I +X P33 33 -400 -650 300 R 60 30 1 1 P I +X P14 14 400 350 300 L 60 30 1 1 P I +X P24 24 400 -150 300 L 60 30 1 1 P I +X P34 34 400 -650 300 L 60 30 1 1 P I +X P15 15 -400 250 300 R 60 30 1 1 P I +X ~ 25 -400 -250 300 R 60 30 1 1 P I +X P35 35 -400 -750 300 R 60 30 1 1 P I +X P16 16 400 250 300 L 60 30 1 1 P I +X P26 26 400 -250 300 L 60 30 1 1 P I +X P36 36 400 -750 300 L 60 30 1 1 P I +X P17 17 -400 150 300 R 60 30 1 1 P I +X P27 27 -400 -350 300 R 60 30 1 1 P I +X P37 37 -400 -850 300 R 60 30 1 1 P I +X P18 18 400 150 300 L 60 30 1 1 P I +X P28 28 400 -350 300 L 60 30 1 1 P I +X P38 38 400 -850 300 L 60 30 1 1 P I +X P19 19 -400 50 300 R 60 30 1 1 P I +X P29 29 -400 -450 300 R 60 30 1 1 P I +X P39 39 -400 -950 300 R 60 30 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_2X2 +# +DEF CONN_2X2 P 0 40 Y N 1 F N +F0 "P" 0 150 50 H V C CNN +F1 "CONN_2X2" 10 -130 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 100 100 -100 0 1 0 N +X 1 1 -400 50 300 R 60 60 1 1 P I +X 2 2 400 50 300 L 60 60 1 1 P I +X 3 3 -400 -50 300 R 60 60 1 1 P I +X 4 4 400 -50 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_3 +# +DEF CONN_3 K 0 40 Y N 1 F N +F0 "K" -50 0 50 V V C CNN +F1 "CONN_3" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 0 250 R 60 60 1 1 P I +X P3 3 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_30X2 +# +DEF CONN_30X2 P 0 10 Y N 1 F N +F0 "P" 0 1550 60 H V C CNN +F1 "CONN_30X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 1500 100 -1500 0 1 0 N +X P1 1 -400 1450 300 R 60 30 1 1 P I +X P2 2 400 1450 300 L 60 30 1 1 P I +X P3 3 -400 1350 300 R 60 30 1 1 P I +X P4 4 400 1350 300 L 60 30 1 1 P I +X P5 5 -400 1250 300 R 60 30 1 1 P I +X P6 6 400 1250 300 L 60 30 1 1 P I +X P7 7 -400 1150 300 R 60 30 1 1 P I +X P8 8 400 1150 300 L 60 30 1 1 P I +X P9 9 -400 1050 300 R 60 30 1 1 P I +X P10 10 400 1050 300 L 60 30 1 1 P I +X P20 20 400 550 300 L 60 30 1 1 P I +X P30 30 400 50 300 L 60 30 1 1 P I +X P40 40 400 -450 300 L 60 30 1 1 P I +X P50 50 400 -950 300 L 60 30 1 1 P I +X P60 60 400 -1450 300 L 50 50 1 1 P I +X P11 11 -400 950 300 R 60 30 1 1 P I +X P21 21 -400 450 300 R 60 30 1 1 P I +X P31 31 -400 -50 300 R 60 30 1 1 P I +X P41 41 -400 -550 300 R 60 30 1 1 P I +X P51 51 -400 -1050 300 R 50 50 1 1 P I +X P12 12 400 950 300 L 60 30 1 1 P I +X P22 22 400 450 300 L 60 30 1 1 P I +X P32 32 400 -50 300 L 60 30 1 1 P I +X P42 42 400 -550 300 L 60 30 1 1 P I +X P52 52 400 -1050 300 L 50 50 1 1 P I +X P13 13 -400 850 300 R 60 30 1 1 P I +X P23 23 -400 350 300 R 60 30 1 1 P I +X P23 23 -400 350 300 R 60 30 1 1 P I +X P33 33 -400 -150 300 R 60 30 1 1 P I +X P43 43 -400 -650 300 R 60 30 1 1 P I +X P53 53 -400 -1150 300 R 50 50 1 1 P I +X P14 14 400 850 300 L 60 30 1 1 P I +X P24 24 400 350 300 L 60 30 1 1 P I +X P34 34 400 -150 300 L 60 30 1 1 P I +X P44 44 400 -650 300 L 60 30 1 1 P I +X P54 54 400 -1150 300 L 50 50 1 1 P I +X P15 15 -400 750 300 R 60 30 1 1 P I +X ~ 25 -400 250 300 R 60 30 1 1 P I +X P35 35 -400 -250 300 R 60 30 1 1 P I +X P45 45 -400 -750 300 R 60 30 1 1 P I +X P55 55 -400 -1250 300 R 50 50 1 1 P I +X P16 16 400 750 300 L 60 30 1 1 P I +X P26 26 400 250 300 L 60 30 1 1 P I +X P36 36 400 -250 300 L 60 30 1 1 P I +X P46 46 400 -750 300 L 60 30 1 1 P I +X P56 56 400 -1250 300 L 50 50 1 1 P I +X P17 17 -400 650 300 R 60 30 1 1 P I +X P27 27 -400 150 300 R 60 30 1 1 P I +X P37 37 -400 -350 300 R 60 30 1 1 P I +X P47 47 -400 -850 300 R 60 30 1 1 P I +X P57 57 -400 -1350 300 R 50 50 1 1 P I +X P18 18 400 650 300 L 60 30 1 1 P I +X P28 28 400 150 300 L 60 30 1 1 P I +X P38 38 400 -350 300 L 60 30 1 1 P I +X P48 48 400 -850 300 L 60 30 1 1 P I +X P58 58 400 -1350 300 L 50 50 1 1 P I +X P19 19 -400 550 300 R 60 30 1 1 P I +X P29 29 -400 50 300 R 60 30 1 1 P I +X P39 39 -400 -450 300 R 60 30 1 1 P I +X P49 49 -400 -950 300 R 60 30 1 1 P I +X P59 59 -400 -1450 300 R 50 50 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_4X2 +# +DEF CONN_4X2 P 0 40 Y N 1 F N +F0 "P" 0 250 50 H V C CNN +F1 "CONN_4X2" 0 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 200 100 -200 0 1 0 N +X 1 1 -400 150 300 R 60 60 1 1 P I +X 2 2 400 150 300 L 60 60 1 1 P I +X 3 3 -400 50 300 R 60 60 1 1 P I +X 4 4 400 50 300 L 60 60 1 1 P I +X 5 5 -400 -50 300 R 60 60 1 1 P I +X 6 6 400 -50 300 L 60 60 1 1 P I +X 7 7 -400 -150 300 R 60 60 1 1 P I +X 8 8 400 -150 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_6 +# +DEF CONN_6 P 0 30 Y N 1 F N +F0 "P" -50 0 60 V V C CNN +F1 "CONN_6" 50 0 60 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 300 100 -300 0 1 0 N +X 1 1 -350 250 250 R 60 60 1 1 P I +X 2 2 -350 150 250 R 60 60 1 1 P I +X 3 3 -350 50 250 R 60 60 1 1 P I +X 4 4 -350 -50 250 R 60 60 1 1 P I +X 5 5 -350 -150 250 R 60 60 1 1 P I +X 6 6 -350 -250 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# FUSE +# +DEF FUSE F 0 10 Y Y 1 F N +F0 "F" 100 50 40 H V C CNN +F1 "FUSE" -100 -50 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A -75 0 75 1 1799 0 1 0 N 0 0 -150 0 +A 75 0 75 -1799 -1 0 1 0 N 0 0 150 0 +X ~ 1 -250 0 100 R 40 40 1 1 I +X ~ 2 250 0 100 L 40 40 1 1 I +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# GNDA +# +DEF GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 40 H I C CNN +F1 "GNDA" 0 -70 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GNDA 1 0 0 0 U 40 40 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# JACK_2P +# +DEF JACK_2P J 0 40 Y Y 1 F N +F0 "J" -350 -200 60 H V C CNN +F1 "JACK_2P" -150 250 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -450 150 -400 -100 0 1 0 F +S 300 -150 -400 200 0 1 0 N +P 3 0 1 0 150 0 300 0 300 0 N +P 4 0 1 0 0 -100 -50 -50 -100 -100 -100 -100 N +P 4 0 1 0 0 -100 300 -100 300 -100 300 -100 N +P 4 0 1 0 50 -50 100 -100 150 -50 150 -50 N +P 4 0 1 0 150 0 100 0 100 -100 100 -100 N +P 5 0 1 0 300 150 -250 150 -300 100 -350 150 -350 150 N +X ~ 1 450 -100 150 L 50 50 1 1 P +X ~ 2 450 0 150 L 50 50 1 1 P +X ~ 3 450 150 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LT1129_QPACK +# +DEF LT1129_QPACK U 0 30 Y Y 1 F N +F0 "U" 250 450 60 H V C CNN +F1 "LT1129_QPACK" 500 -495 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LT_1129_QP +DRAW +S -500 -400 500 400 0 1 0 N +X OUT 1 800 300 300 L 60 60 1 1 w +X SENSE 2 800 100 300 L 60 60 1 1 I +X GND 3 0 -700 300 U 60 60 1 1 W +X SHDN 4 -800 100 300 R 60 60 1 1 I I +X IN 5 -800 300 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# MAX232 +# +DEF MAX232 U 0 40 Y Y 1 F N +F0 "U" 0 850 70 H V C CNN +F1 "MAX232" 0 -850 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS MAX202 +DRAW +T 900 80 -530 40 0 0 0 RS232 Normal 0 C C +T 900 -100 -530 40 0 0 0 TTL Normal 0 C C +S -500 -800 500 800 0 1 0 N +P 3 0 1 0 -500 -300 500 -300 500 -300 N +P 3 0 1 0 0 -300 0 -800 0 -800 N +X C1+ 1 -800 700 300 R 60 50 1 1 I +X V+ 2 800 300 300 L 60 50 1 1 w +X C1- 3 -800 300 300 R 60 50 1 1 I +X C2+ 4 -800 200 300 R 60 50 1 1 I +X C2- 5 -800 -200 300 R 60 50 1 1 I +X V- 6 800 -200 300 L 60 50 1 1 w +X T2OUT 7 800 -500 300 L 60 50 1 1 O +X R2IN 8 800 -700 300 L 60 50 1 1 I +X R2OUT 9 -800 -700 300 R 60 50 1 1 O +X T2IN 10 -800 -500 300 R 60 50 1 1 I +X T1IN 11 -800 -400 300 R 60 50 1 1 I +X R1OUT 12 -800 -600 300 R 60 50 1 1 O +X R1IN 13 800 -600 300 L 60 50 1 1 I +X T1OUT 14 800 -400 300 L 60 50 1 1 O +X GND 15 800 100 300 L 60 50 1 1 W +X VCC 16 800 700 300 L 60 50 1 1 W +ENDDRAW +ENDDEF +# +# MC34064P +# +DEF MC34064P U 0 20 Y Y 1 F N +F0 "U" 50 200 60 H V C CNN +F1 "MC34064P" 300 -190 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS MC33064P +DRAW +S -200 -150 200 150 0 1 0 N +X Rst 1 350 50 150 L 60 40 1 1 C +X In 2 -350 50 150 R 60 40 1 1 I +X Gbd 3 0 -300 150 U 60 40 1 1 I +ENDDRAW +ENDDEF +# +# MCF5213-LQFP100 +# +DEF MCF5213-LQFP100 U 0 40 Y Y 1 F N +F0 "U" 1150 2700 60 H V L CNN +F1 "MCF5213-LQFP100" 600 -2650 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -1700 2600 1700 -2600 0 1 0 N +X VCC 1 -250 2850 250 D 30 30 1 1 W +X VCC 2 -200 2850 250 D 30 30 1 1 W +X GND 3 -250 -2850 250 U 30 30 1 1 W +X ~URTS1~/SYNCB/UTXD2/PUB2 4 2000 -400 300 L 50 50 1 1 B +X TEST 5 -2000 1450 300 R 50 50 1 1 I +X ~UCTS0~/CANRX/PUA3 6 2000 -300 300 L 50 50 1 1 B +X URXD0/PUA1 7 2000 400 300 L 50 50 1 1 B +X UTXD0/PUA0 8 2000 500 300 L 50 50 1 1 B +X ~URTS0~/CANTX/PUA2 9 2000 -200 300 L 50 50 1 1 B +X SCL/CANTX/PAS0/UTXD2 10 2000 950 300 L 50 50 1 1 B +X QSPI_CS0/SDA/CTS1/PQS3 20 2000 -1400 300 L 50 50 1 1 B +X ~URTS2~/PUC2 30 2000 -600 300 L 50 50 1 1 B +X CLKMOD0 40 -2000 1750 300 R 50 50 1 1 I +X VCCA 50 -2000 -2350 300 R 50 50 1 1 I +X PWM5/PTD2 60 2000 2300 300 L 50 60 1 1 B +X PST3/PDD3 70 -2000 200 300 R 50 50 1 1 B +X DSO/TDO 80 -2000 950 300 R 50 50 1 1 O +X ~IRQ4~/PNQ4 90 -2000 -750 300 R 50 50 1 1 B +X SDA/CANRX/PAS1/URXD2 11 2000 850 300 L 50 50 1 1 B +X RCON/EZPCS 21 -2000 1550 300 R 50 50 1 1 I L +X DTIN2/DTOUT2/PWM4/PTC2 31 2000 1400 300 L 50 50 1 1 B +X VCC 41 50 2850 250 D 30 30 1 1 W +X AN7/PAN7 51 -2000 -1950 300 R 50 50 1 1 B +X GPT2PWM5//PTA2 61 2000 1850 300 L 50 50 1 1 B +X GNDPLL 71 -2000 2400 300 R 50 50 1 1 P +X VCC 81 200 2850 250 D 30 30 1 1 W +X ~IRQ5~/PNQ5 91 -2000 -850 300 R 50 50 1 1 B +X QSPI_CS3/SYNCA/SYNCB/PQS6 12 2000 -1700 300 L 50 50 1 1 B +X VCC 22 -100 2850 250 D 30 30 1 1 W +X DTIN3/DTOUT3/PWM6/PTC3 32 2000 1300 300 L 50 50 1 1 B +X GND 42 0 -2850 250 U 30 30 1 1 W +X AN6/PAN6 52 -2000 -1850 300 R 50 50 1 1 B +X GPT3/PWM7/PTA3 62 2000 1750 300 L 50 50 1 1 B +X XTAL 72 -2000 2150 300 R 50 50 1 1 O +X GND 82 200 -2850 250 U 30 30 1 1 W +X GND 92 250 -2850 250 U 30 30 1 1 W +X QSPI_CS2/PQS5 13 2000 -1600 300 L 50 50 1 1 B +X VCC 23 -50 2850 250 D 30 30 1 1 W +X PWM3/PTD1 33 2000 2400 300 L 50 60 1 1 B +X AN0/PAN0 43 -2000 -1250 300 R 50 50 1 1 B +X AN5/PAN5 53 -2000 -1750 300 R 50 50 1 1 B +X PWM7/PTD3 63 2000 2200 300 L 50 60 1 1 B +X CLKIN/EXTAL 73 -2000 2250 300 R 50 50 1 1 I +X DDATA2/PDD6 83 -2000 -100 300 R 50 50 1 1 B +X VCC 93 250 2850 250 D 30 30 1 1 W +X VCC 14 -150 2850 250 D 30 30 1 1 W +X GND 24 -150 -2850 250 U 30 30 1 1 W +X VCC 34 0 2850 250 D 30 30 1 1 W +X AN1/PAN1 44 -2000 -1350 300 R 50 50 1 1 B +X AN4/PAN4 54 -2000 -1650 300 R 50 50 1 1 B +X TCLK/PSTCLK/CLKOUT 64 -2000 850 300 R 50 50 1 1 I +X VCCPLL 74 -2000 2500 300 R 50 50 1 1 P +X DDATA3/PDD7 84 -2000 -200 300 R 50 50 1 1 B +X ~IRQ6~/PNQ6 94 -2000 -950 300 R 50 50 1 1 B +X GND 15 -200 -2850 250 U 30 30 1 1 W +X GND 25 -100 -2850 250 U 30 30 1 1 W +X GND 35 -50 -2850 250 U 30 30 1 1 W +X AN2/PAN2 45 -2000 -1450 300 R 50 50 1 1 B +X VSTBY 55 350 2850 250 D 30 30 1 1 W +X PST0/PDD0 65 -2000 500 300 R 50 50 1 1 B +X GND 75 150 -2850 250 U 30 30 1 1 W +X DSCLK/~TRST~ 85 -2000 1150 300 R 50 50 1 1 I +X ~IRQ7~/PNQ7 95 -2000 -1050 300 R 50 50 1 1 B +X QSPI_DIN/EZPD/CANRX/RXD1/PQS1 16 2000 -1200 300 L 50 50 1 1 B +X JTAG_EN 26 -2000 1250 300 R 50 50 1 1 I +X DTIN0/DTOUT0/PWM0/PTC0 36 2000 1600 300 L 50 50 1 1 B +X AN3/PAN3 46 -2000 -1550 300 R 50 50 1 1 B +X GND 56 50 -2850 250 U 30 30 1 1 W +X PST1/PDD1 66 -2000 400 300 R 50 50 1 1 B +X ~BKPT~/TMS 76 -2000 750 300 R 50 50 1 1 I +X ALLPST 86 -2000 600 300 R 50 50 1 1 O +X RSTI 96 -2000 1950 300 R 50 50 1 1 I L +X QSPI_DOUT/EZPQ/CANTX/RXD0/PQS0 17 2000 -1100 300 L 50 50 1 1 B +X ~UCTS2~/PUC3 27 2000 -700 300 L 50 50 1 1 B +X DTIN1/DTOUT1/PWM2/PTC1 37 2000 1500 300 L 50 50 1 1 B +X VSSA 47 -2000 -2450 300 R 50 50 1 1 I +X VCC 57 100 2850 250 D 30 30 1 1 W +X GND 67 100 -2850 250 U 30 30 1 1 W +X DDATA0/PDD4 77 -2000 100 300 R 50 50 1 1 B +X ~IRQ1~/PNQ1/SYNCA/PWM1 87 -2000 -450 300 R 50 50 1 1 B +X RSTO 97 -2000 1850 300 R 50 50 1 1 O V +X QSPI_CLK/EZPCK/SCL/RTS1/PQS2 18 2000 -1300 300 L 50 50 1 1 B +X URXD2/PUC1 28 2000 0 300 L 50 50 1 1 B +X PWM1/PTD0 38 2000 2500 300 L 50 60 1 1 B +X VRL 48 -2000 -2200 300 R 50 50 1 1 I +X GPT0/PWM1/PTA0 58 2000 2050 300 L 50 50 1 1 B +X VCC 68 150 2850 250 D 30 30 1 1 W +X DDATA1/PDD5 78 -2000 0 300 R 50 50 1 1 B +X ~IRQ2~/PNQ2 88 -2000 -550 300 R 50 50 1 1 B +X ~UCTS1~/SYNCA/URXD2/PUB3 98 2000 -500 300 L 50 50 1 1 B +X QSPI_CS1/PQS4 19 2000 -1500 300 L 50 50 1 1 B +X UTXD2/PUC0 29 2000 100 300 L 50 50 1 1 B +X CLKMOD1 39 -2000 1650 300 R 50 50 1 1 I +X VRH 49 -2000 -2100 300 R 50 50 1 1 I +X GPT1/PWM3/PTA1 59 2000 1950 300 L 50 50 1 1 B +X PST2/PDD2 69 -2000 300 300 R 50 50 1 1 B +X DSI/TDI 79 -2000 1050 300 R 50 50 1 1 I +X ~IRQ3~/PNQ3 89 -2000 -650 300 R 50 50 1 1 B +X UTXD1/PUB0 99 2000 300 300 L 50 50 1 1 B +X URXD1/PUB1 100 2000 200 300 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# PCA82C251 +# +DEF PCA82C251 U 0 0 Y Y 1 F N +F0 "U" 150 450 60 H V C CNN +F1 "PCA82C251" 300 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 50 300 20 0 0 1 Volt Normal 1 C C +S -200 400 200 -300 0 1 0 N +P 2 0 1 0 -150 -150 -200 -150 N +P 2 0 1 0 -150 150 -200 150 N +P 2 0 1 0 100 -50 200 -50 N +P 2 0 1 0 150 50 200 50 N +P 2 0 1 0 150 300 200 300 N +P 3 0 1 0 -200 0 -100 0 -70 90 N +P 4 0 1 0 -150 -150 50 -50 50 -250 -150 -150 N +P 4 0 1 0 -50 100 100 100 100 -100 50 -100 N +P 4 0 1 0 -50 200 150 200 150 -200 50 -200 N +P 5 0 1 0 -150 200 -150 50 50 150 -150 250 -150 200 N +P 5 0 1 0 -50 350 -50 250 150 250 150 350 -50 350 N +X TxD 1 -450 150 300 R 50 40 1 1 I +X GND 2 500 -200 300 L 50 40 1 1 W +X VCC 3 -450 300 250 R 50 40 1 1 W +X RxD 4 -450 -150 300 R 50 40 1 1 O +X Vref 5 500 300 300 L 50 40 1 1 O +X CAN- 6 500 -50 300 L 50 40 1 1 B +X CAN+ 7 500 50 300 L 50 40 1 1 B +X Rsl 8 -450 0 300 R 50 40 1 1 I +ENDDRAW +ENDDEF +# +# PNP +# +DEF PNP Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 60 H V R CNN +F1 "PNP" 0 150 60 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SWITCH_INV +# +DEF SWITCH_INV SW 0 0 N Y 1 F N +F0 "SW" -200 150 50 H V C CNN +F1 "SWITCH_INV" -150 -150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C -150 0 50 0 0 0 N +C 150 -100 50 0 0 0 N +C 150 100 50 0 1 0 N +P 2 0 1 0 -100 0 150 50 N +X 1 1 500 100 300 L 60 60 1 1 P +X 2 2 -500 0 300 R 60 60 1 1 P +X 3 3 500 -100 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SW_PUSH +# +DEF SW_PUSH SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SW_PUSH" 0 -80 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VDD +# +DEF VDD #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VDD" 0 110 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VDD 1 0 0 0 U 40 40 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# XCR3256-TQ144 +# +DEF XCR3256-TQ144 U 0 20 Y Y 1 F N +F0 "U" 0 3500 70 H V C CNN +F1 "XCR3256-TQ144" 0 -3600 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -650 3400 650 -3500 0 1 0 N +X I1 1 950 -2900 300 L 50 50 1 1 P +X I0 2 950 -3000 300 L 50 50 1 1 P +X GND 3 -50 -3500 0 U 30 30 1 1 W N +X J0/TDI 4 -950 3100 300 R 50 50 1 1 P +X J2 5 950 -2200 300 L 50 50 1 1 P +X J3 6 950 -2100 300 L 50 50 1 1 P +X J4 7 950 -2000 300 L 50 50 1 1 P +X J11 8 950 -1900 300 L 50 50 1 1 P +X J13 9 950 -1800 300 L 50 50 1 1 P +X J14 10 950 -1700 300 L 50 50 1 1 P +X N0/TMS 20 -950 3000 300 R 50 50 1 1 P +X P3 30 950 2700 300 L 50 50 1 1 P +X O4 40 950 2100 300 L 50 50 1 1 P +X VCC 50 50 3400 0 D 30 30 1 1 W N +X F4 60 -950 -1900 300 R 50 50 1 1 P +X H11 70 950 -3400 300 L 50 50 1 1 P +X G2 80 -950 -2500 300 R 50 50 1 1 P +X C14 90 -950 500 300 R 50 50 1 1 P +X J15 11 950 -1600 300 L 50 50 1 1 P +X N2 21 950 900 300 L 50 50 1 1 P +X P4 31 950 2800 300 L 50 50 1 1 P +X O3 41 950 2000 300 L 50 50 1 1 P +X VCC 51 -450 3400 0 D 30 30 1 1 W N +X F11 61 -950 -2000 300 R 50 50 1 1 P +X H13 71 950 -3300 300 L 50 50 1 1 P +X G0 81 -950 -2400 300 R 50 50 1 1 I +X C13 91 -950 600 300 R 50 50 1 1 P +X L2 12 950 -600 300 L 50 50 1 1 P +X N3 22 950 1000 300 L 50 50 1 1 P +X P11 32 950 2900 300 L 50 50 1 1 P +X O2 42 950 1900 300 L 50 50 1 1 P +X GND 52 -350 -3500 0 U 30 30 1 1 W N +X F12 62 -950 -2100 300 R 50 50 1 1 P +X H15 72 950 -3200 300 L 50 50 1 1 P +X E14 82 -950 -1500 300 R 50 50 1 1 P +X C11 92 -950 700 300 R 50 50 1 1 P +X PORT_EN 13 -950 2900 300 R 50 50 1 1 P +X N4 23 950 1100 300 L 50 50 1 1 P +X GND 33 150 -3500 0 U 30 30 1 1 W N +X O1 43 950 1800 300 L 50 50 1 1 P +X M2 53 950 200 300 L 50 50 1 1 P +X F13 63 -950 -2200 300 R 50 50 1 1 P +X VCC 73 150 3400 0 D 30 30 1 1 W N +X E13 83 -950 -1400 300 R 50 50 1 1 P +X C4 93 -950 800 300 R 50 50 1 1 P +X L3 14 950 -500 300 L 50 50 1 1 P +X VCC 24 -50 3400 0 D 30 30 1 1 W N +X P13 34 950 3000 300 L 50 50 1 1 P +X O0 44 950 1700 300 L 50 50 1 1 P +X M1 54 950 100 300 L 50 50 1 1 P +X GND 64 350 -3500 0 U 30 30 1 1 W N +X G14 74 -950 -3000 300 R 50 50 1 1 P +X E11 84 -950 -1600 300 R 50 50 1 1 P +X C3 94 -950 900 300 R 50 50 1 1 P +X L4 15 950 -400 300 L 50 50 1 1 P +X N11 25 950 1200 300 L 50 50 1 1 P +X P14 35 950 3100 300 L 50 50 1 1 P +X M15 45 950 700 300 L 50 50 1 1 P +X F1 55 -950 -1700 300 R 50 50 1 1 P +X F15 65 -950 -2300 300 R 50 50 1 1 P +X G13 75 -950 -2900 300 R 50 50 1 1 P +X GND 85 450 -3500 0 U 30 30 1 1 W N +X VCC 95 350 3400 0 D 30 30 1 1 W N +X L11 16 950 -300 300 L 50 50 1 1 P +X N13 26 950 1300 300 L 50 50 1 1 P +X P15 36 950 3200 300 L 50 50 1 1 P +X M13 46 950 600 300 L 50 50 1 1 P +X F2 56 -950 -1800 300 R 50 50 1 1 P +X H0 66 -950 -3100 300 R 50 50 1 1 P +X VCC 76 250 3400 0 D 30 30 1 1 W N +X E4 86 -950 -1300 300 R 50 50 1 1 P +X C2 96 -950 1000 300 R 50 50 1 1 P +X GND 17 50 -3500 0 U 30 30 1 1 W N +X N14 27 950 1400 300 L 50 50 1 1 P +X O15 37 950 2400 300 L 50 50 1 1 P +X M12 47 950 500 300 L 50 50 1 1 P +X GND 57 -450 -3500 0 U 30 30 1 1 W N +X H1 67 -950 -3200 300 R 50 50 1 1 P +X G11 77 -950 -2800 300 R 50 50 1 1 P +X E3 87 -950 -1200 300 R 50 50 1 1 P +X C1 97 -950 1100 300 R 50 50 1 1 P +X L13 18 950 -200 300 L 50 50 1 1 P +X N15 28 950 1500 300 L 50 50 1 1 P +X O13 38 950 2300 300 L 50 50 1 1 P +X M11 48 950 400 300 L 50 50 1 1 P +X VCC 58 -350 3400 0 D 30 30 1 1 W N +X H2 68 -950 -3300 300 R 50 50 1 1 P +X G4 78 -950 -2700 300 R 50 50 1 1 P +X E2 88 -950 -1100 300 R 50 50 1 1 P +X C0 98 -950 1200 300 R 50 50 1 1 P +X L14 19 950 -100 300 L 50 50 1 1 P +X P2 29 950 2600 300 L 50 50 1 1 P +X O12 39 950 2200 300 L 50 50 1 1 P +X M4 49 950 300 300 L 50 50 1 1 P +X GND 59 250 -3500 0 U 30 30 1 1 W N +X H3 69 -950 -3400 300 R 50 50 1 1 P +X G3 79 -950 -2600 300 R 50 50 1 1 P +X E0/TCK 89 -950 3200 300 R 50 50 1 1 P +X A13 99 -950 2200 300 R 50 50 1 1 P +X A12 100 -950 2300 300 R 50 50 1 1 P +X B11 110 -950 1700 300 R 50 50 1 1 P +X D12 120 -950 -700 300 R 50 50 1 1 P +X VCC 130 -150 3400 0 D 30 30 1 1 W N +X I14 140 950 -2500 300 L 50 50 1 1 P +X A11 101 -950 2400 300 R 50 50 1 1 P +X B12 111 -950 1600 300 R 50 50 1 1 P +X D13 121 -950 -800 300 R 50 50 1 1 P +X K15 131 950 -800 300 L 50 50 1 1 P +X I13 141 950 -2600 300 L 50 50 1 1 P +X A4 102 -950 2500 300 R 50 50 1 1 P +X B14 112 -950 1500 300 R 50 50 1 1 P +X D15 122 -950 -900 300 R 50 50 1 1 P +X K14 132 950 -900 300 L 50 50 1 1 P +X I12 142 950 -2700 300 L 50 50 1 1 P +X A3 103 -950 2600 300 R 50 50 1 1 P +X B15 113 -950 1400 300 R 50 50 1 1 P +X VCC 123 -250 3400 0 D 30 30 1 1 W N +X K13 133 950 -1000 300 L 50 50 1 1 P +X I4 143 950 -2800 300 L 50 50 1 1 P +X A2/TDO 104 -950 3300 300 R 50 50 1 1 P +X D0 114 -950 -200 300 R 50 50 1 1 P +X GND 124 -250 -3500 0 U 30 30 1 1 W N +X K12 134 950 -1100 300 L 50 50 1 1 P +X VCC 144 550 3400 0 D 30 30 1 1 W N +X GND 105 550 -3500 0 U 30 30 1 1 W N +X VCC 115 450 3400 0 D 30 30 1 1 W N +X CLK3/IN3 125 -950 0 300 R 50 50 1 1 I +X GND 135 -550 -3500 0 U 30 30 1 1 W N +X A0 106 -950 2700 300 R 50 50 1 1 P +X D1 116 -950 -300 300 R 50 50 1 1 P +X CLK2/IN2 126 -950 100 300 R 50 50 1 1 I +X K11 136 950 -1200 300 L 50 50 1 1 P +X B0 107 -950 2000 300 R 50 50 1 1 P +X D2 117 -950 -400 300 R 50 50 1 1 P +X CLK1/IN1 127 -950 200 300 R 50 50 1 1 I +X K4 137 950 -1300 300 L 50 50 1 1 P +X B1 108 -950 1900 300 R 50 50 1 1 P +X D4 118 -950 -500 300 R 50 50 1 1 P +X CLK0/IN0 128 -950 300 300 R 50 50 1 1 I +X K2 138 950 -1400 300 L 50 50 1 1 P +X B4 109 -950 1800 300 R 50 50 1 1 P +X D11 119 -950 -600 300 R 50 50 1 1 P +X GND 129 -150 -3500 0 U 30 30 1 1 W N +X I15 139 950 -2400 300 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb new file mode 100644 index 0000000..4afc49b --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb @@ -0,0 +1,15552 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-11-08 BZR 6303)-product") + + (general + (links 534) + (no_connects 0) + (area 70.929499 55.689499 228.790501 147.510501) + (thickness 1.6) + (drawings 8) + (tracks 3535) + (zones 0) + (modules 162) + (nets 210) + ) + + (page A4) + (title_block + (title "Demo Kicad") + (date 2015-10-09) + (rev 2) + ) + + (layers + (0 Composant signal) + (1 GND_layer power) + (2 VDD_layer power) + (31 Cuivre signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (44 Edge.Cuts user) + (45 Margin user) + ) + + (setup + (last_trace_width 0.2) + (user_trace_width 0.4) + (trace_clearance 0.15) + (zone_clearance 0.5) + (zone_45_only yes) + (trace_min 0.19812) + (segment_width 0.381) + (edge_width 0.381) + (via_size 0.6) + (via_drill 0.4) + (via_min_size 0.5) + (via_min_drill 0.4) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.1524) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 3.81 2.54) + (pad_drill 1.6) + (pad_to_mask_clearance 0.2) + (aux_axis_origin 65.151 148.4122) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x010fc_80000007) + (usegerberextensions false) + (usegerberattributes true) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin true) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory plots/)) + ) + + (net 0 "") + (net 1 /ALLPST) + (net 2 /AN2) + (net 3 /AN3) + (net 4 /AN4) + (net 5 /AN6) + (net 6 /BKPT-) + (net 7 /CLKIN/EXTAL) + (net 8 /CLKMOD0) + (net 9 /CLKMOD1) + (net 10 /DDAT0) + (net 11 /DDAT1) + (net 12 /DDAT2) + (net 13 /DDAT3) + (net 14 /DSCLK) + (net 15 /DSI) + (net 16 /DSO) + (net 17 /DTIN1) + (net 18 /GPT1) + (net 19 /GPT3) + (net 20 /IRQ-5) + (net 21 /IRQ-6) + (net 22 /IRQ-7) + (net 23 /JTAG_EN) + (net 24 /PST0) + (net 25 /PST1) + (net 26 /PST2) + (net 27 /PST3) + (net 28 /QSPI_CS3) + (net 29 /TCLK) + (net 30 /VDDPLL) + (net 31 /inout_user/CANRX) + (net 32 /inout_user/CAN_H) + (net 33 /inout_user/CAN_L) + (net 34 /inout_user/CTS0) + (net 35 /inout_user/CTS1) + (net 36 /inout_user/CTS2/CANH) + (net 37 /inout_user/PWM5) + (net 38 /inout_user/PWM7) + (net 39 /inout_user/RTS0) + (net 40 /inout_user/RTS1) + (net 41 /inout_user/RTS2) + (net 42 /inout_user/RXD0) + (net 43 /inout_user/RXD1) + (net 44 /inout_user/RXD2) + (net 45 /inout_user/RxD_CAN) + (net 46 /inout_user/TXD0) + (net 47 /inout_user/TXD1) + (net 48 /inout_user/TXD2/CANL) + (net 49 /inout_user/TxD_CAN) + (net 50 /inout_user/UCTS2) + (net 51 /inout_user/URTS0) + (net 52 /inout_user/URTS2) + (net 53 /inout_user/URXD1) + (net 54 /inout_user/URXD2) + (net 55 /inout_user/UTXD0) + (net 56 /xilinx/+3,3V_OUT) + (net 57 /xilinx/GLCK2) + (net 58 /xilinx/LED_TEST1) + (net 59 /xilinx/LED_TEST2) + (net 60 /xilinx/QSPI_CS2) + (net 61 /xilinx/TCK) + (net 62 /xilinx/TDI) + (net 63 /xilinx/TDO) + (net 64 /xilinx/TMS) + (net 65 /xilinx/XIL_D0) + (net 66 /xilinx/XIL_D1) + (net 67 /xilinx/XIL_D10) + (net 68 /xilinx/XIL_D11) + (net 69 /xilinx/XIL_D12) + (net 70 /xilinx/XIL_D13) + (net 71 /xilinx/XIL_D14) + (net 72 /xilinx/XIL_D15) + (net 73 /xilinx/XIL_D16) + (net 74 /xilinx/XIL_D17) + (net 75 /xilinx/XIL_D18) + (net 76 /xilinx/XIL_D19) + (net 77 /xilinx/XIL_D2) + (net 78 /xilinx/XIL_D20) + (net 79 /xilinx/XIL_D21) + (net 80 /xilinx/XIL_D22) + (net 81 /xilinx/XIL_D23) + (net 82 /xilinx/XIL_D24) + (net 83 /xilinx/XIL_D25) + (net 84 /xilinx/XIL_D26) + (net 85 /xilinx/XIL_D27) + (net 86 /xilinx/XIL_D28) + (net 87 /xilinx/XIL_D29) + (net 88 /xilinx/XIL_D3) + (net 89 /xilinx/XIL_D30) + (net 90 /xilinx/XIL_D31) + (net 91 /xilinx/XIL_D32) + (net 92 /xilinx/XIL_D33) + (net 93 /xilinx/XIL_D34) + (net 94 /xilinx/XIL_D35) + (net 95 /xilinx/XIL_D36) + (net 96 /xilinx/XIL_D4) + (net 97 /xilinx/XIL_D5) + (net 98 /xilinx/XIL_D6) + (net 99 /xilinx/XIL_D7) + (net 100 /xilinx/XIL_D8) + (net 101 /xilinx/XIL_D9) + (net 102 GND) + (net 103 "Net-(ABRT_SW1-Pad1)") + (net 104 VDD) + (net 105 "Net-(BDM_PORT1-Pad6)") + (net 106 /inout_user/RSTI-) + (net 107 "Net-(BDM_PORT1-Pad26)") + (net 108 "Net-(C3-Pad1)") + (net 109 "Net-(C15-Pad1)") + (net 110 /inout_user/VCCA) + (net 111 GNDA) + (net 112 "Net-(C23-Pad2)") + (net 113 "Net-(C24-Pad1)") + (net 114 "Net-(C24-Pad2)") + (net 115 "Net-(C25-Pad1)") + (net 116 "Net-(C25-Pad2)") + (net 117 "Net-(C27-Pad1)") + (net 118 "Net-(C30-Pad2)") + (net 119 "Net-(C31-Pad1)") + (net 120 "Net-(C31-Pad2)") + (net 121 "Net-(C32-Pad1)") + (net 122 "Net-(C32-Pad2)") + (net 123 "Net-(C33-Pad1)") + (net 124 "Net-(C35-Pad2)") + (net 125 "Net-(C36-Pad1)") + (net 126 "Net-(C36-Pad2)") + (net 127 "Net-(C38-Pad1)") + (net 128 "Net-(C43-Pad2)") + (net 129 "Net-(C44-Pad1)") + (net 130 "Net-(C44-Pad2)") + (net 131 "Net-(C45-Pad1)") + (net 132 /inout_user/CANTX) + (net 133 "Net-(CAN_TERM1-Pad2)") + (net 134 "Net-(COM_SEL1-Pad3)") + (net 135 "Net-(COM_SEL2-Pad3)") + (net 136 "Net-(COM_SEL3-Pad3)") + (net 137 "Net-(D1-Pad2)") + (net 138 "Net-(D8-Pad1)") + (net 139 "Net-(D9-Pad1)") + (net 140 "Net-(F1-Pad1)") + (net 141 "Net-(J1-Pad3)") + (net 142 "Net-(L1-Pad1)") + (net 143 "Net-(LED1-Pad1)") + (net 144 "Net-(LED2-Pad1)") + (net 145 "Net-(LED3-Pad1)") + (net 146 "Net-(LED4-Pad1)") + (net 147 "Net-(LED5-Pad1)") + (net 148 "Net-(LEDABRT1-Pad2)") + (net 149 "Net-(LED_EN1-Pad2)") + (net 150 /xilinx/IRQ-1) + (net 151 /inout_user/UCTS1) + (net 152 /inout_user/RTS0-) + (net 153 /inout_user/PWM1) + (net 154 /inout_user/PWM3) + (net 155 /xilinx/IRQ-2) + (net 156 /inout_user/QSPI_DOUT) + (net 157 /AN0) + (net 158 /inout_user/QSPI_DIN) + (net 159 /AN1) + (net 160 /inout_user/QSPI_SCLK) + (net 161 /QSPI_CS0) + (net 162 /xilinx/QSPI_CS1) + (net 163 /AN5) + (net 164 /xilinx/IRQ-3) + (net 165 /AN7) + (net 166 /IRQ-4) + (net 167 /DTIN0) + (net 168 /DTIN2) + (net 169 /inout_user/UTXD1) + (net 170 /inout_user/URTS1) + (net 171 /DTIN3) + (net 172 /inout_user/URXD0) + (net 173 /inout_user/UCTS0) + (net 174 /inout_user/UTXD2) + (net 175 /GPT0) + (net 176 /GPT2) + (net 177 /inout_user/RCON-) + (net 178 "Net-(P3-Pad2)") + (net 179 "Net-(P3-Pad4)") + (net 180 "Net-(PULUPEN1-Pad2)") + (net 181 "Net-(PULUPEN1-Pad4)") + (net 182 "Net-(PULUPEN1-Pad6)") + (net 183 "Net-(PULUPEN1-Pad8)") + (net 184 "Net-(Q1-Pad2)") + (net 185 "Net-(Q1-Pad3)") + (net 186 "Net-(R9-Pad1)") + (net 187 "Net-(R22-Pad2)") + (net 188 "Net-(R23-Pad2)") + (net 189 "Net-(R28-Pad2)") + (net 190 "Net-(R30-Pad2)") + (net 191 "Net-(R31-Pad2)") + (net 192 "Net-(R32-Pad2)") + (net 193 "Net-(R33-Pad2)") + (net 194 "Net-(R35-Pad2)") + (net 195 "Net-(R36-Pad1)") + (net 196 "Net-(R46-Pad1)") + (net 197 "Net-(U3-Pad9)") + (net 198 "Net-(U3-Pad11)") + (net 199 "Net-(U3-Pad12)") + (net 200 "Net-(U5-Pad9)") + (net 201 "Net-(U5-Pad11)") + (net 202 "Net-(U5-Pad12)") + (net 203 "Net-(U7-Pad5)") + (net 204 "Net-(U8-Pad9)") + (net 205 "Net-(U8-Pad10)") + (net 206 "Net-(U8-Pad12)") + (net 207 "Net-(UARTCAN0-Pad1)") + (net 208 "Net-(UARTCAN1-Pad1)") + (net 209 "Net-(UARTCAN2-Pad1)") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.15) + (trace_width 0.2) + (via_dia 0.6) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /ALLPST) + (add_net /AN0) + (add_net /AN1) + (add_net /AN2) + (add_net /AN3) + (add_net /AN4) + (add_net /AN5) + (add_net /AN6) + (add_net /AN7) + (add_net /BKPT-) + (add_net /CLKIN/EXTAL) + (add_net /CLKMOD0) + (add_net /CLKMOD1) + (add_net /DDAT0) + (add_net /DDAT1) + (add_net /DDAT2) + (add_net /DDAT3) + (add_net /DSCLK) + (add_net /DSI) + (add_net /DSO) + (add_net /DTIN0) + (add_net /DTIN1) + (add_net /DTIN2) + (add_net /DTIN3) + (add_net /GPT0) + (add_net /GPT1) + (add_net /GPT2) + (add_net /GPT3) + (add_net /IRQ-4) + (add_net /IRQ-5) + (add_net /IRQ-6) + (add_net /IRQ-7) + (add_net /JTAG_EN) + (add_net /PST0) + (add_net /PST1) + (add_net /PST2) + (add_net /PST3) + (add_net /QSPI_CS0) + (add_net /QSPI_CS3) + (add_net /TCLK) + (add_net /VDDPLL) + (add_net /inout_user/CANRX) + (add_net /inout_user/CANTX) + (add_net /inout_user/CAN_H) + (add_net /inout_user/CAN_L) + (add_net /inout_user/CTS0) + (add_net /inout_user/CTS1) + (add_net /inout_user/CTS2/CANH) + (add_net /inout_user/PWM1) + (add_net /inout_user/PWM3) + (add_net /inout_user/PWM5) + (add_net /inout_user/PWM7) + (add_net /inout_user/QSPI_DIN) + (add_net /inout_user/QSPI_DOUT) + (add_net /inout_user/QSPI_SCLK) + (add_net /inout_user/RCON-) + (add_net /inout_user/RSTI-) + (add_net /inout_user/RTS0) + (add_net /inout_user/RTS0-) + (add_net /inout_user/RTS1) + (add_net /inout_user/RTS2) + (add_net /inout_user/RXD0) + (add_net /inout_user/RXD1) + (add_net /inout_user/RXD2) + (add_net /inout_user/RxD_CAN) + (add_net /inout_user/TXD0) + (add_net /inout_user/TXD1) + (add_net /inout_user/TXD2/CANL) + (add_net /inout_user/TxD_CAN) + (add_net /inout_user/UCTS0) + (add_net /inout_user/UCTS1) + (add_net /inout_user/UCTS2) + (add_net /inout_user/URTS0) + (add_net /inout_user/URTS1) + (add_net /inout_user/URTS2) + (add_net /inout_user/URXD0) + (add_net /inout_user/URXD1) + (add_net /inout_user/URXD2) + (add_net /inout_user/UTXD0) + (add_net /inout_user/UTXD1) + (add_net /inout_user/UTXD2) + (add_net /inout_user/VCCA) + (add_net /xilinx/+3,3V_OUT) + (add_net /xilinx/GLCK2) + (add_net /xilinx/IRQ-1) + (add_net /xilinx/IRQ-2) + (add_net /xilinx/IRQ-3) + (add_net /xilinx/LED_TEST1) + (add_net /xilinx/LED_TEST2) + (add_net /xilinx/QSPI_CS1) + (add_net /xilinx/QSPI_CS2) + (add_net /xilinx/TCK) + (add_net /xilinx/TDI) + (add_net /xilinx/TDO) + (add_net /xilinx/TMS) + (add_net /xilinx/XIL_D0) + (add_net /xilinx/XIL_D1) + (add_net /xilinx/XIL_D10) + (add_net /xilinx/XIL_D11) + (add_net /xilinx/XIL_D12) + (add_net /xilinx/XIL_D13) + (add_net /xilinx/XIL_D14) + (add_net /xilinx/XIL_D15) + (add_net /xilinx/XIL_D16) + (add_net /xilinx/XIL_D17) + (add_net /xilinx/XIL_D18) + (add_net /xilinx/XIL_D19) + (add_net /xilinx/XIL_D2) + (add_net /xilinx/XIL_D20) + (add_net /xilinx/XIL_D21) + (add_net /xilinx/XIL_D22) + (add_net /xilinx/XIL_D23) + (add_net /xilinx/XIL_D24) + (add_net /xilinx/XIL_D25) + (add_net /xilinx/XIL_D26) + (add_net /xilinx/XIL_D27) + (add_net /xilinx/XIL_D28) + (add_net /xilinx/XIL_D29) + (add_net /xilinx/XIL_D3) + (add_net /xilinx/XIL_D30) + (add_net /xilinx/XIL_D31) + (add_net /xilinx/XIL_D32) + (add_net /xilinx/XIL_D33) + (add_net /xilinx/XIL_D34) + (add_net /xilinx/XIL_D35) + (add_net /xilinx/XIL_D36) + (add_net /xilinx/XIL_D4) + (add_net /xilinx/XIL_D5) + (add_net /xilinx/XIL_D6) + (add_net /xilinx/XIL_D7) + (add_net /xilinx/XIL_D8) + (add_net /xilinx/XIL_D9) + (add_net "Net-(ABRT_SW1-Pad1)") + (add_net "Net-(BDM_PORT1-Pad26)") + (add_net "Net-(BDM_PORT1-Pad6)") + (add_net "Net-(C15-Pad1)") + (add_net "Net-(C23-Pad2)") + (add_net "Net-(C24-Pad1)") + (add_net "Net-(C24-Pad2)") + (add_net "Net-(C25-Pad1)") + (add_net "Net-(C25-Pad2)") + (add_net "Net-(C27-Pad1)") + (add_net "Net-(C3-Pad1)") + (add_net "Net-(C30-Pad2)") + (add_net "Net-(C31-Pad1)") + (add_net "Net-(C31-Pad2)") + (add_net "Net-(C32-Pad1)") + (add_net "Net-(C32-Pad2)") + (add_net "Net-(C33-Pad1)") + (add_net "Net-(C35-Pad2)") + (add_net "Net-(C36-Pad1)") + (add_net "Net-(C36-Pad2)") + (add_net "Net-(C38-Pad1)") + (add_net "Net-(C43-Pad2)") + (add_net "Net-(C44-Pad1)") + (add_net "Net-(C44-Pad2)") + (add_net "Net-(C45-Pad1)") + (add_net "Net-(CAN_TERM1-Pad2)") + (add_net "Net-(COM_SEL1-Pad3)") + (add_net "Net-(COM_SEL2-Pad3)") + (add_net "Net-(COM_SEL3-Pad3)") + (add_net "Net-(D1-Pad2)") + (add_net "Net-(D8-Pad1)") + (add_net "Net-(D9-Pad1)") + (add_net "Net-(F1-Pad1)") + (add_net "Net-(J1-Pad3)") + (add_net "Net-(L1-Pad1)") + (add_net "Net-(LED1-Pad1)") + (add_net "Net-(LED2-Pad1)") + (add_net "Net-(LED3-Pad1)") + (add_net "Net-(LED4-Pad1)") + (add_net "Net-(LED5-Pad1)") + (add_net "Net-(LEDABRT1-Pad2)") + (add_net "Net-(LED_EN1-Pad2)") + (add_net "Net-(P3-Pad2)") + (add_net "Net-(P3-Pad4)") + (add_net "Net-(PULUPEN1-Pad2)") + (add_net "Net-(PULUPEN1-Pad4)") + (add_net "Net-(PULUPEN1-Pad6)") + (add_net "Net-(PULUPEN1-Pad8)") + (add_net "Net-(Q1-Pad2)") + (add_net "Net-(Q1-Pad3)") + (add_net "Net-(R22-Pad2)") + (add_net "Net-(R23-Pad2)") + (add_net "Net-(R28-Pad2)") + (add_net "Net-(R30-Pad2)") + (add_net "Net-(R31-Pad2)") + (add_net "Net-(R32-Pad2)") + (add_net "Net-(R33-Pad2)") + (add_net "Net-(R35-Pad2)") + (add_net "Net-(R36-Pad1)") + (add_net "Net-(R46-Pad1)") + (add_net "Net-(R9-Pad1)") + (add_net "Net-(U3-Pad11)") + (add_net "Net-(U3-Pad12)") + (add_net "Net-(U3-Pad9)") + (add_net "Net-(U5-Pad11)") + (add_net "Net-(U5-Pad12)") + (add_net "Net-(U5-Pad9)") + (add_net "Net-(U7-Pad5)") + (add_net "Net-(U8-Pad10)") + (add_net "Net-(U8-Pad12)") + (add_net "Net-(U8-Pad9)") + (add_net "Net-(UARTCAN0-Pad1)") + (add_net "Net-(UARTCAN1-Pad1)") + (add_net "Net-(UARTCAN2-Pad1)") + ) + + (net_class POWER "" + (clearance 0.15) + (trace_width 0.4) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net GND) + (add_net GNDA) + (add_net VDD) + ) + + (module connect:PINTST (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC1F) + (at 152.019 102.489 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /46238965) + (fp_text reference ALLPST1 (at 0 -1.26746 270) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27 270) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 1 /ALLPST)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8DC24) + (at 113.792 93.345) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /461BAF4F) + (fp_text reference BDM_EN1 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 23 /JTAG_EN)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_13x2 (layer Composant) (tedit 5031D825) (tstamp 53D8DC2D) + (at 77.597 121.539 270) + (descr "2 x 13 pins connector") + (tags CONN) + (path /461BAEE7) + (fp_text reference BDM_PORT1 (at -7.62 -3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_13X2 (at 7.62 -3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -16.51 2.54) (end 16.51 2.54) (layer F.SilkS) (width 0.2032)) + (fp_line (start 16.51 -2.54) (end -16.51 -2.54) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.51 -2.54) (end -16.51 2.54) (layer F.SilkS) (width 0.2032)) + (fp_line (start 16.51 2.54) (end 16.51 -2.54) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole rect (at -15.24 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at -15.24 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 6 /BKPT-)) + (pad 3 thru_hole circle (at -12.7 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 4 thru_hole circle (at -12.7 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 14 /DSCLK)) + (pad 5 thru_hole circle (at -10.16 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 6 thru_hole circle (at -10.16 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 105 "Net-(BDM_PORT1-Pad6)")) + (pad 7 thru_hole circle (at -7.62 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 106 /inout_user/RSTI-)) + (pad 8 thru_hole circle (at -7.62 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 15 /DSI)) + (pad 9 thru_hole circle (at -5.08 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 10 thru_hole circle (at -5.08 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 16 /DSO)) + (pad 11 thru_hole circle (at -2.54 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 12 thru_hole circle (at -2.54 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 27 /PST3)) + (pad 13 thru_hole circle (at 0 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 26 /PST2)) + (pad 14 thru_hole circle (at 0 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 25 /PST1)) + (pad 15 thru_hole circle (at 2.54 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 24 /PST0)) + (pad 16 thru_hole circle (at 2.54 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 13 /DDAT3)) + (pad 17 thru_hole circle (at 5.08 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 12 /DDAT2)) + (pad 18 thru_hole circle (at 5.08 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 11 /DDAT1)) + (pad 19 thru_hole circle (at 7.62 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 10 /DDAT0)) + (pad 20 thru_hole circle (at 7.62 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 21 thru_hole circle (at 10.16 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole circle (at 10.16 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole circle (at 12.7 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 24 thru_hole circle (at 12.7 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 29 /TCLK)) + (pad 25 thru_hole circle (at 15.24 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 26 thru_hole circle (at 15.24 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 107 "Net-(BDM_PORT1-Pad26)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x13.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC4E) + (at 136.652 117.729 270) + (path /462389BC) + (attr smd) + (fp_text reference C1 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10pF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 7 /CLKIN/EXTAL)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC5A) + (at 136.652 123.063 90) + (path /462389C0) + (attr smd) + (fp_text reference C2 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10pF (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 57 /xilinx/GLCK2)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC66) + (at 164.846 94.361 90) + (path /46238468) + (attr smd) + (fp_text reference C3 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1nF (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 108 "Net-(C3-Pad1)")) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC72) + (at 141.605 91.059 180) + (path /46161CB5) + (attr smd) + (fp_text reference C4 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC7E) + (at 134.493 91.44 180) + (path /46161CB8) + (attr smd) + (fp_text reference C5 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DC8A) + (at 129.921 91.44 180) + (path /461BB5E5) + (attr smd) + (fp_text reference C6 (at 0 0.3175 180) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 180) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DC96) + (at 125.349 99.822 270) + (path /46161CD3) + (attr smd) + (fp_text reference C7 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DCA2) + (at 124.587 103.505 180) + (path /46161CD4) + (attr smd) + (fp_text reference C8 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DCAE) + (at 131.953 112.268 180) + (path /46161CD7) + (attr smd) + (fp_text reference C9 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DCBA) + (at 137.541 111.633 180) + (path /46161CD8) + (attr smd) + (fp_text reference C10 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DCC6) + (at 145.288 104.775 90) + (path /46161CD9) + (attr smd) + (fp_text reference C11 (at 0 0.3175 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DCD2) + (at 145.415 99.314 270) + (path /46161CDA) + (attr smd) + (fp_text reference C12 (at 0 0.3175 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DCDE) + (at 160.401 105.537) + (path /46237DF9) + (attr smd) + (fp_text reference C14 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DCEA) + (at 160.401 111.252 180) + (path /46237E36) + (attr smd) + (fp_text reference C15 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 109 "Net-(C15-Pad1)")) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DCF6) + (at 120.777 106.045 90) + (path /462382CE) + (attr smd) + (fp_text reference C16 (at 0 0 90) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 10uF (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 110 /inout_user/VCCA)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 111 GNDA)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD04) + (at 150.241 120.015) + (path /46161D3C) + (attr smd) + (fp_text reference C17 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 100uF (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD12) + (at 123.825 108.712) + (path /46238286) + (attr smd) + (fp_text reference C18 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 110 /inout_user/VCCA)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 111 GNDA)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD1E) + (at 141.732 112.395 270) + (path /461BE364) + (attr smd) + (fp_text reference C20 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 30 /VDDPLL)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD2A) + (at 143.51 112.649 270) + (path /461BE35C) + (attr smd) + (fp_text reference C21 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 30 /VDDPLL)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD36) + (at 192.532 74.168 270) + (path /47D80202/4652B365) + (attr smd) + (fp_text reference C22 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD42) + (at 189.23 71.247 180) + (path /47D80202/4652B33B) + (attr smd) + (fp_text reference C23 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 112 "Net-(C23-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD4E) + (at 181.102 73.914 270) + (path /47D80202/4652B354) + (attr smd) + (fp_text reference C24 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 113 "Net-(C24-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 114 "Net-(C24-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD5A) + (at 181.102 78.232 270) + (path /47D80202/4652B35B) + (attr smd) + (fp_text reference C25 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 115 "Net-(C25-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 116 "Net-(C25-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD66) + (at 102.616 111.252) + (path /47D80202/46546CA6) + (attr smd) + (fp_text reference C26 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD72) + (at 178.562 78.105 90) + (path /47D80202/4652B486) + (attr smd) + (fp_text reference C27 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 117 "Net-(C27-Pad1)")) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD7E) + (at 164.592 74.168 270) + (path /47D80202/4652B4C7) + (attr smd) + (fp_text reference C28 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD8A) + (at 161.29 71.247 180) + (path /47D80202/4652B4C4) + (attr smd) + (fp_text reference C30 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 118 "Net-(C30-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DD96) + (at 153.162 73.787 270) + (path /47D80202/4652B4C5) + (attr smd) + (fp_text reference C31 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 119 "Net-(C31-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 120 "Net-(C31-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDA2) + (at 153.035 78.105 270) + (path /47D80202/4652B4C6) + (attr smd) + (fp_text reference C32 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 121 "Net-(C32-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 122 "Net-(C32-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDAE) + (at 150.876 78.105 90) + (path /47D80202/4652B4CA) + (attr smd) + (fp_text reference C33 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 123 "Net-(C33-Pad1)")) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDBA) + (at 108.458 84.328) + (path /47D80202/4653FFFE) + (attr smd) + (fp_text reference C34 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDC6) + (at 128.27 71.247 180) + (path /47D80202/4652B4D6) + (attr smd) + (fp_text reference C35 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 124 "Net-(C35-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDD2) + (at 120.142 78.105 270) + (path /47D80202/4652B4D8) + (attr smd) + (fp_text reference C36 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 125 "Net-(C36-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 126 "Net-(C36-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2V8 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDDE) + (at 88.9 85.09 90) + (descr "Condensateur polarise") + (tags CP) + (path /47D80202/465306B1) + (fp_text reference C38 (at 0 2.54 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 10uF (at 0 -2.54 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end -4.445 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 127 "Net-(C38-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model Discret.3dshapes/C2V10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2V8 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDE4) + (at 88.9 97.79 90) + (descr "Condensateur polarise") + (tags CP) + (path /47D80202/465305FE) + (fp_text reference C40 (at 0 2.54 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 220uF (at 0 -2.54 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end -4.445 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model Discret.3dshapes/C2V10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDEA) + (at 104.267 73.152 90) + (path /47D80202/465306F6) + (attr smd) + (fp_text reference C41 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 127 "Net-(C38-Pad1)")) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DDF6) + (at 183.769 125.73) + (path /47D80202/4652A9D3) + (attr smd) + (fp_text reference C43 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 128 "Net-(C43-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DE02) + (at 120.142 73.787 270) + (path /47D80202/4652B4D7) + (attr smd) + (fp_text reference C44 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 129 "Net-(C44-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 130 "Net-(C44-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DE0E) + (at 117.602 78.105 90) + (path /47D80202/4652B4DC) + (attr smd) + (fp_text reference C45 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 131 "Net-(C45-Pad1)")) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DE1A) + (at 130.937 74.549 270) + (path /47D80202/4652B4D9) + (attr smd) + (fp_text reference C46 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 100nF (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE26) + (at 209.296 100.838 90) + (path /47D80204/46A76BB2) + (attr smd) + (fp_text reference C51 (at 0 0.3175 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE32) + (at 191.008 107.315 180) + (path /47D80204/46A76BB3) + (attr smd) + (fp_text reference C52 (at 0 0.3175 180) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 180) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE3E) + (at 203.454 100.838 90) + (path /47D80204/46A76BB4) + (attr smd) + (fp_text reference C53 (at 0 0.3175 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE4A) + (at 208.28 110.49 270) + (path /47D80204/46A76BB5) + (attr smd) + (fp_text reference C54 (at 0 0.3175 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE56) + (at 201.422 123.444 270) + (path /47D80204/46A76BAE) + (attr smd) + (fp_text reference C55 (at 0 0.3175 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE62) + (at 208.28 119.38 270) + (path /47D80204/46A76BAF) + (attr smd) + (fp_text reference C56 (at 0 0.3175 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE6E) + (at 190.5 99.06 90) + (path /47D80204/46A76BB0) + (attr smd) + (fp_text reference C57 (at 0 0.3175 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE7A) + (at 199.009 100.838 90) + (path /47D80204/46A76BB1) + (attr smd) + (fp_text reference C58 (at 0 0.3175 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 90) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE86) + (at 205.359 123.444 270) + (path /47D80204/46A76BBA) + (attr smd) + (fp_text reference C59 (at 0 0.3175 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE92) + (at 197.485 123.444 270) + (path /47D80204/46A76BBB) + (attr smd) + (fp_text reference C60 (at 0 0.3175 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 270) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Cuivre) (tedit 53D8D2B1) (tstamp 53D8DE9E) + (at 191.008 115.189 180) + (path /47D80204/46A76BBC) + (attr smd) + (fp_text reference C61 (at 0 0.3175 180) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -0.381 180) (layer B.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922)) (justify mirror)) + ) + (fp_circle (center -1.651 -0.762) (end -1.651 -0.635) (layer B.SilkS) (width 0.09906)) + (fp_line (start -0.508 -0.762) (end -1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -0.508 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 0.508 0.762) (end 1.524 0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 1.524 -0.762) (layer B.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 0.508 -0.762) (layer B.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Cuivre B.Paste B.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X2 (layer Composant) (tedit 3FAB87D4) (tstamp 53D8DEAA) + (at 113.03 87.757 270) + (descr "Double rangee de contacts 2 x 2 pins") + (tags CONN) + (path /47D80202/4652BFF1) + (fp_text reference CAN_EN1 (at -0.381 -3.429 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_2X2 (at 0 3.048 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 2.54) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 132 /inout_user/CANTX)) + (pad 2 thru_hole circle (at -1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 45 /inout_user/RxD_CAN)) + (pad 3 thru_hole circle (at 1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 49 /inout_user/TxD_CAN)) + (pad 4 thru_hole circle (at 1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 31 /inout_user/CANRX)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8DEB5) + (at 97.79 94.488 90) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /47D80202/46540159) + (fp_text reference CAN_TERM1 (at 0 -1.905 90) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 32 /inout_user/CAN_H)) + (pad 2 thru_hole circle (at 1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 133 "Net-(CAN_TERM1-Pad2)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8DEBE) + (at 113.792 98.425) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /461BB62E) + (fp_text reference CLK0 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 8 /CLKMOD0)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8DEC7) + (at 113.792 95.885) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /461BB648) + (fp_text reference CLK1 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 9 /CLKMOD1)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DED0) + (at 83.439 134.239 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /461BB894) + (fp_text reference CLKOUT1 (at 0 -1.26746 270) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27 270) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 29 /TCLK)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_3X1 (layer Composant) (tedit 4C1130E0) (tstamp 53D8DED5) + (at 113.284 76.073 90) + (descr "Connecteur 3 pins") + (tags "CONN DEV") + (path /47D80202/4652BADD) + (fp_text reference COM_SEL1 (at 0.254 -2.159 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.1524))) + ) + (fp_text value CONN_3 (at 0 -2.159 90) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.1524))) + ) + (fp_line (start -3.81 1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.81 1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 32 /inout_user/CAN_H)) + (pad 2 thru_hole circle (at 0 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 36 /inout_user/CTS2/CANH)) + (pad 3 thru_hole circle (at 2.54 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 134 "Net-(COM_SEL1-Pad3)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x03.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_3X1 (layer Composant) (tedit 4C1130E0) (tstamp 53D8DEE0) + (at 110.744 76.073 90) + (descr "Connecteur 3 pins") + (tags "CONN DEV") + (path /47D80202/4652BAD4) + (fp_text reference COM_SEL2 (at 0.254 -2.159 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.1524))) + ) + (fp_text value CONN_3 (at 0 -2.159 90) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.1524))) + ) + (fp_line (start -3.81 1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.81 1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 2 thru_hole circle (at 0 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 44 /inout_user/RXD2)) + (pad 3 thru_hole circle (at 2.54 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 135 "Net-(COM_SEL2-Pad3)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x03.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_3X1 (layer Composant) (tedit 4C1130E0) (tstamp 53D8DEEB) + (at 108.204 76.073 90) + (descr "Connecteur 3 pins") + (tags "CONN DEV") + (path /47D80202/4652BA65) + (fp_text reference COM_SEL3 (at 0.254 -2.159 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.1524))) + ) + (fp_text value CONN_3 (at 0 -2.159 90) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.1524))) + ) + (fp_line (start -3.81 1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.81 1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 33 /inout_user/CAN_L)) + (pad 2 thru_hole circle (at 0 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 48 /inout_user/TXD2/CANL)) + (pad 3 thru_hole circle (at 2.54 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 136 "Net-(COM_SEL3-Pad3)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x03.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8DEF6) + (at 90.17 134.62 180) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /46545507) + (fp_text reference CT1 (at 0 -1.905 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 105 "Net-(BDM_PORT1-Pad6)")) + (pad 2 thru_hole circle (at 1.27 0 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 29 /TCLK)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:ST23AK#1 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DEFF) + (at 160.401 102.489 90) + (path /46237F86) + (attr smd) + (fp_text reference D1 (at 0 0 90) (layer F.SilkS) + (effects (font (size 0.762 0.635) (thickness 0.127))) + ) + (fp_text value BAT54 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.635) (thickness 0.127))) + ) + (fp_line (start -1.524 -0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.508) (end 1.524 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.508) (end 1.524 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 0.508) (end 1.524 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 0.508) (end -1.524 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.127)) + (pad 2 smd rect (at 0 0.9525 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 137 "Net-(D1-Pad2)")) + (pad 1 smd rect (at 0.9525 -0.9525 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 22 /IRQ-7)) + (pad 3 smd rect (at -0.9525 -0.9525 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask)) + (model SMD_Packages.3dshapes/ST23AK#1.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1299999952316284 0.1500000059604645 0.1500000059604645)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:ST23AK#1 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF0C) + (at 161.798 95.631 90) + (path /4623846D) + (attr smd) + (fp_text reference D3 (at 0 0 90) (layer F.SilkS) + (effects (font (size 0.762 0.635) (thickness 0.127))) + ) + (fp_text value BAT54 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.635) (thickness 0.127))) + ) + (fp_line (start -1.524 -0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.508) (end 1.524 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.508) (end 1.524 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 0.508) (end 1.524 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 0.508) (end -1.524 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.127)) + (pad 2 smd rect (at 0 0.9525 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 108 "Net-(C3-Pad1)")) + (pad 1 smd rect (at 0.9525 -0.9525 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 106 /inout_user/RSTI-)) + (pad 3 smd rect (at -0.9525 -0.9525 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask)) + (model SMD_Packages.3dshapes/ST23AK#1.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1299999952316284 0.1500000059604645 0.1500000059604645)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF19) + (at 87.122 77.089) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /47D80202/465306C8) + (fp_text reference D7 (at 0 0) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value 1N4004 (at -0.254 0) (layer F.SilkS) hide + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 2 thru_hole rect (at 6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 127 "Net-(C38-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF28) + (at 212.09 76.835) + (path /47D80204/46A76BC4) + (attr smd) + (fp_text reference D8 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 138 "Net-(D8-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF36) + (at 212.09 80.645) + (path /47D80204/46A76BA8) + (attr smd) + (fp_text reference D9 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 139 "Net-(D9-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:FSUPCMS (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF44) + (at 99.949 76.454) + (path /47D80202/46530747) + (attr smd) + (fp_text reference F1 (at 0 -0.508) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.1524))) + ) + (fp_text value FUSE (at 0 0.762) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.032 5.588) (end -2.032 1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.032 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.032 5.588) (end 2.032 1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.032 1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.032 -5.461) (end 2.032 -1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.032 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.032 -5.461) (end -2.032 -1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.032 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.54 -5.461) (end -2.54 5.588) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.54 5.588) (end 2.54 -5.461) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.54 5.588) (end -2.54 5.588) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.54 -5.461) (end 2.54 -5.461) (layer F.SilkS) (width 0.2032)) + (pad 1 smd rect (at 0 -3.175) (size 3.556 4.191) (layers Composant F.Paste F.Mask) + (net 140 "Net-(F1-Pad1)")) + (pad 2 smd rect (at 0 3.175) (size 3.556 4.191) (layers Composant F.Paste F.Mask) + (net 127 "Net-(C38-Pad1)")) + (model Fuse_Holders_and_Fuses.3dshapes/BladeFuse-Mini.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4000000059604645 0.4000000059604645 0.4000000059604645)) + (rotate (xyz 0 0 90)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF55) + (at 119.634 101.346 180) + (path /462380B8) + (attr smd) + (fp_text reference FB1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value BEAD (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 111 GNDA)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF60) + (at 89.535 140.97 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /465FE6C5) + (fp_text reference GND1 (at 0 -1.26746 270) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27 270) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:JACK_ALIM (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF65) + (at 100.965 60.833 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags "CONN JACK") + (path /47D80202/465307C6) + (fp_text reference J1 (at 0.254 -5.588 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value JACK_2P (at -5.08 5.588 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_line (start -7.112 -4.318) (end -7.874 -4.318) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.874 -4.318) (end -7.874 4.318) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.874 4.318) (end -7.112 4.318) (layer F.SilkS) (width 0.381)) + (fp_line (start -4.064 -4.318) (end -4.064 4.318) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.588 -4.318) (end 5.588 4.318) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.112 4.318) (end 5.588 4.318) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.112 -4.318) (end 5.588 -4.318) (layer F.SilkS) (width 0.381)) + (pad 2 thru_hole circle (at 0 0 270) (size 4.8006 4.8006) (drill oval 1.016 2.54) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 1 thru_hole rect (at 6.096 0 270) (size 4.8006 4.8006) (drill oval 1.016 2.54) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 3 thru_hole circle (at 2.286 5.08 270) (size 4.8006 4.8006) (drill oval 2.54 1.016) (layers *.Cu *.Mask F.SilkS) + (net 141 "Net-(J1-Pad3)")) + (model Connect.3dshapes/JACK_ALIM.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.800000011920929 0.800000011920929 0.800000011920929)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF72) + (at 118.999 110.236) + (path /46238092) + (attr smd) + (fp_text reference L1 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 10uH (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 142 "Net-(L1-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 110 /inout_user/VCCA)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF7D) + (at 151.892 109.22 180) + (path /461BE327) + (attr smd) + (fp_text reference L2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 10uH (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 30 /VDDPLL)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF88) + (at 88.392 117.094 180) + (path /47D80202/4652B0AE) + (attr smd) + (fp_text reference LED1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 143 "Net-(LED1-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DF96) + (at 88.392 121.158 180) + (path /47D80202/4652B0B7) + (attr smd) + (fp_text reference LED2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 144 "Net-(LED2-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DFA4) + (at 88.392 125.349 180) + (path /47D80202/4652B0BB) + (attr smd) + (fp_text reference LED3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 145 "Net-(LED3-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DFB2) + (at 88.392 129.54 180) + (path /47D80202/4652B0BC) + (attr smd) + (fp_text reference LED4 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 146 "Net-(LED4-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DFC0) + (at 104.14 138.176 270) + (path /47D80202/46530639) + (attr smd) + (fp_text reference LED5 (at 0 0 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 147 "Net-(LED5-Pad1)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DFCE) + (at 164.846 100.457 270) + (path /46237E52) + (attr smd) + (fp_text reference LEDABRT1 (at 0 0 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value RED (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 148 "Net-(LEDABRT1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8DFDC) + (at 92.964 112.903) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /47D80202/4652B108) + (fp_text reference LED_EN1 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 149 "Net-(LED_EN1-Pad2)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-INVERT (layer Composant) (tedit 53D8D2B1) (tstamp 53D8DFE5) + (at 187.96 89.535 270) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /462383E5) + (fp_text reference LV1 (at -1.27 3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value DS1818 (at -1.27 -5.08 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 1.27 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 108 "Net-(C3-Pad1)")) + (pad 2 thru_hole circle (at -1.27 -1.27 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 3 thru_hole circle (at 1.27 -1.27 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_30X2 (layer Composant) (tedit 5031D875) (tstamp 53D8DFF3) + (at 147.574 138.176 180) + (descr "Double rangee de contacts 2 x 12 pins") + (tags CONN) + (path /47D80202/4652A4FB) + (fp_text reference MCU_PORT1 (at 0 -3.81 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.27432))) + ) + (fp_text value CONN_30X2 (at 0 3.81 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 12.7 2.54) (end 38.1 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 -2.54) (end 38.1 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 2.54) (end -38.1 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 -2.54) (end -38.1 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 38.1 -2.54) (end 38.1 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -38.1 -2.54) (end -38.1 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -36.83 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 128 "Net-(C43-Pad2)")) + (pad 2 thru_hole circle (at -36.83 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 150 /xilinx/IRQ-1)) + (pad 11 thru_hole circle (at -24.13 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 151 /inout_user/UCTS1)) + (pad 4 thru_hole circle (at -34.29 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 152 /inout_user/RTS0-)) + (pad 13 thru_hole circle (at -21.59 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 153 /inout_user/PWM1)) + (pad 6 thru_hole circle (at -31.75 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 106 /inout_user/RSTI-)) + (pad 15 thru_hole circle (at -19.05 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 154 /inout_user/PWM3)) + (pad 8 thru_hole circle (at -29.21 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 155 /xilinx/IRQ-2)) + (pad 17 thru_hole circle (at -16.51 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 156 /inout_user/QSPI_DOUT)) + (pad 10 thru_hole circle (at -26.67 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 157 /AN0)) + (pad 19 thru_hole circle (at -13.97 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 158 /inout_user/QSPI_DIN)) + (pad 12 thru_hole circle (at -24.13 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 159 /AN1)) + (pad 21 thru_hole circle (at -11.43 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 160 /inout_user/QSPI_SCLK)) + (pad 14 thru_hole circle (at -21.59 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 /AN2)) + (pad 23 thru_hole circle (at -8.89 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 161 /QSPI_CS0)) + (pad 16 thru_hole circle (at -19.05 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 3 /AN3)) + (pad 25 thru_hole circle (at -6.35 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 162 /xilinx/QSPI_CS1)) + (pad 18 thru_hole circle (at -16.51 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 4 /AN4)) + (pad 27 thru_hole circle (at -3.81 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 60 /xilinx/QSPI_CS2)) + (pad 20 thru_hole circle (at -13.97 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 163 /AN5)) + (pad 29 thru_hole circle (at -1.27 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 28 /QSPI_CS3)) + (pad 22 thru_hole circle (at -11.43 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 /AN6)) + (pad 31 thru_hole circle (at 1.27 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 164 /xilinx/IRQ-3)) + (pad 24 thru_hole circle (at -8.89 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 165 /AN7)) + (pad 26 thru_hole circle (at -6.35 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 132 /inout_user/CANTX)) + (pad 33 thru_hole circle (at 3.81 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 166 /IRQ-4)) + (pad 28 thru_hole circle (at -3.81 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 31 /inout_user/CANRX)) + (pad 32 thru_hole circle (at 1.27 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 38 /inout_user/PWM7)) + (pad 34 thru_hole circle (at 3.81 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 167 /DTIN0)) + (pad 36 thru_hole circle (at 6.35 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 17 /DTIN1)) + (pad 38 thru_hole circle (at 8.89 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 168 /DTIN2)) + (pad 35 thru_hole circle (at 6.35 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 20 /IRQ-5)) + (pad 37 thru_hole circle (at 8.89 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 21 /IRQ-6)) + (pad 3 thru_hole circle (at -34.29 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 5 thru_hole circle (at -31.75 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 169 /inout_user/UTXD1)) + (pad 7 thru_hole circle (at -29.21 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 53 /inout_user/URXD1)) + (pad 9 thru_hole circle (at -26.67 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 170 /inout_user/URTS1)) + (pad 39 thru_hole circle (at 11.43 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 22 /IRQ-7)) + (pad 40 thru_hole circle (at 11.43 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 171 /DTIN3)) + (pad 30 thru_hole circle (at -1.27 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 37 /inout_user/PWM5)) + (pad 41 thru_hole circle (at 13.97 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 55 /inout_user/UTXD0)) + (pad 42 thru_hole circle (at 13.97 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 51 /inout_user/URTS0)) + (pad 43 thru_hole circle (at 16.51 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 172 /inout_user/URXD0)) + (pad 44 thru_hole circle (at 16.51 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 173 /inout_user/UCTS0)) + (pad 45 thru_hole circle (at 19.05 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 174 /inout_user/UTXD2)) + (pad 46 thru_hole circle (at 19.05 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 52 /inout_user/URTS2)) + (pad 47 thru_hole circle (at 21.59 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 54 /inout_user/URXD2)) + (pad 48 thru_hole circle (at 21.59 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 50 /inout_user/UCTS2)) + (pad 49 thru_hole circle (at 24.13 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 175 /GPT0)) + (pad 50 thru_hole circle (at 24.13 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 18 /GPT1)) + (pad 51 thru_hole circle (at 26.67 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 176 /GPT2)) + (pad 52 thru_hole circle (at 26.67 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 19 /GPT3)) + (pad 53 thru_hole circle (at 29.21 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 177 /inout_user/RCON-)) + (pad 54 thru_hole circle (at 29.21 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 55 thru_hole circle (at 31.75 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 110 /inout_user/VCCA)) + (pad 56 thru_hole circle (at 31.75 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 111 GNDA)) + (pad 57 thru_hole circle (at 34.29 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 110 /inout_user/VCCA)) + (pad 58 thru_hole circle (at 34.29 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 111 GNDA)) + (pad 59 thru_hole circle (at 36.83 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 60 thru_hole circle (at 36.83 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x30.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY-6X1 (layer Composant) (tedit 41402119) (tstamp 53D8E038) + (at 223.52 69.85 270) + (descr "Connecteur 6 pins") + (tags "CONN DEV") + (path /47D80204/46A76BA6) + (fp_text reference P1 (at 0 -2.159 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_6 (at 0 2.159 270) (layer F.SilkS) hide + (effects (font (size 1.016 0.889) (thickness 0.2032))) + ) + (fp_line (start -7.62 1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.62 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -6.35 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 3 thru_hole circle (at -1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 64 /xilinx/TMS)) + (pad 4 thru_hole circle (at 1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 62 /xilinx/TDI)) + (pad 5 thru_hole circle (at 3.81 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 61 /xilinx/TCK)) + (pad 6 thru_hole circle (at 6.35 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 63 /xilinx/TDO)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x06.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X2 (layer Composant) (tedit 3FAB87D4) (tstamp 53D8E046) + (at 198.755 88.265 270) + (descr "Double rangee de contacts 2 x 2 pins") + (tags CONN) + (path /47D80204/46A76EB2) + (fp_text reference P3 (at -0.381 -3.429 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_2X2 (at 0 3.048 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 2.54) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 151 /inout_user/UCTS1)) + (pad 2 thru_hole circle (at -1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 178 "Net-(P3-Pad2)")) + (pad 3 thru_hole circle (at 1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 170 /inout_user/URTS1)) + (pad 4 thru_hole circle (at 1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 179 "Net-(P3-Pad4)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_20X2 (layer Composant) (tedit 5031D84E) (tstamp 53D8E051) + (at 223.52 113.03 270) + (descr "Double rangee de contacts 2 x 12 pins") + (tags CONN) + (path /47D80204/46ADE55A) + (fp_text reference P4 (at 0 -3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.27432))) + ) + (fp_text value CONN_20X2 (at 0 3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 25.4 2.54) (end -25.4 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 25.4 -2.54) (end -25.4 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 25.4 -2.54) (end 25.4 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -25.4 -2.54) (end -25.4 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -24.13 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 65 /xilinx/XIL_D0)) + (pad 2 thru_hole circle (at -24.13 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 11 thru_hole circle (at -11.43 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 97 /xilinx/XIL_D5)) + (pad 4 thru_hole circle (at -21.59 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 78 /xilinx/XIL_D20)) + (pad 13 thru_hole circle (at -8.89 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 98 /xilinx/XIL_D6)) + (pad 6 thru_hole circle (at -19.05 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 79 /xilinx/XIL_D21)) + (pad 15 thru_hole circle (at -6.35 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 99 /xilinx/XIL_D7)) + (pad 8 thru_hole circle (at -16.51 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 80 /xilinx/XIL_D22)) + (pad 17 thru_hole circle (at -3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 100 /xilinx/XIL_D8)) + (pad 10 thru_hole circle (at -13.97 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 81 /xilinx/XIL_D23)) + (pad 19 thru_hole circle (at -1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 101 /xilinx/XIL_D9)) + (pad 12 thru_hole circle (at -11.43 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 82 /xilinx/XIL_D24)) + (pad 21 thru_hole circle (at 1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 67 /xilinx/XIL_D10)) + (pad 14 thru_hole circle (at -8.89 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 83 /xilinx/XIL_D25)) + (pad 23 thru_hole circle (at 3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 68 /xilinx/XIL_D11)) + (pad 16 thru_hole circle (at -6.35 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 84 /xilinx/XIL_D26)) + (pad 25 thru_hole circle (at 6.35 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 69 /xilinx/XIL_D12)) + (pad 18 thru_hole circle (at -3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 85 /xilinx/XIL_D27)) + (pad 27 thru_hole circle (at 8.89 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 70 /xilinx/XIL_D13)) + (pad 20 thru_hole circle (at -1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 86 /xilinx/XIL_D28)) + (pad 29 thru_hole circle (at 11.43 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 71 /xilinx/XIL_D14)) + (pad 22 thru_hole circle (at 1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 87 /xilinx/XIL_D29)) + (pad 31 thru_hole circle (at 13.97 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 72 /xilinx/XIL_D15)) + (pad 24 thru_hole circle (at 3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 89 /xilinx/XIL_D30)) + (pad 26 thru_hole circle (at 6.35 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 90 /xilinx/XIL_D31)) + (pad 33 thru_hole circle (at 16.51 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 73 /xilinx/XIL_D16)) + (pad 28 thru_hole circle (at 8.89 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 91 /xilinx/XIL_D32)) + (pad 32 thru_hole circle (at 13.97 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 93 /xilinx/XIL_D34)) + (pad 34 thru_hole circle (at 16.51 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 94 /xilinx/XIL_D35)) + (pad 36 thru_hole circle (at 19.05 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 95 /xilinx/XIL_D36)) + (pad 38 thru_hole circle (at 21.59 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 56 /xilinx/+3,3V_OUT)) + (pad 35 thru_hole circle (at 19.05 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 74 /xilinx/XIL_D17)) + (pad 37 thru_hole circle (at 21.59 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 75 /xilinx/XIL_D18)) + (pad 3 thru_hole circle (at -21.59 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 /xilinx/XIL_D1)) + (pad 5 thru_hole circle (at -19.05 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 77 /xilinx/XIL_D2)) + (pad 7 thru_hole circle (at -16.51 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 88 /xilinx/XIL_D3)) + (pad 9 thru_hole circle (at -13.97 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 96 /xilinx/XIL_D4)) + (pad 39 thru_hole circle (at 24.13 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 76 /xilinx/XIL_D19)) + (pad 40 thru_hole circle (at 24.13 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 30 thru_hole circle (at 11.43 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 92 /xilinx/XIL_D33)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x20.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_4x2 (layer Composant) (tedit 3FAB90E6) (tstamp 53D8E080) + (at 161.417 119.253 180) + (descr "Double rangee de contacts 2 x 4 pins") + (tags CONN) + (path /47D80202/4652BF26) + (fp_text reference PULUPEN1 (at 0 -3.81 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_4X2 (at 0 3.81 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -3.81 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 160 /inout_user/QSPI_SCLK)) + (pad 2 thru_hole circle (at -3.81 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 180 "Net-(PULUPEN1-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 161 /QSPI_CS0)) + (pad 4 thru_hole circle (at -1.27 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 181 "Net-(PULUPEN1-Pad4)")) + (pad 5 thru_hole circle (at 1.27 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 132 /inout_user/CANTX)) + (pad 6 thru_hole circle (at 1.27 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 182 "Net-(PULUPEN1-Pad6)")) + (pad 7 thru_hole circle (at 3.81 1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 31 /inout_user/CANRX)) + (pad 8 thru_hole circle (at 3.81 -1.27 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 183 "Net-(PULUPEN1-Pad8)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x04.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SOT23EBC (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E08F) + (at 161.798 90.043 90) + (descr "Module CMS SOT23 Transistore EBC") + (tags "CMS SOT") + (path /46238519) + (attr smd) + (fp_text reference Q1 (at 0 -2.413 90) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.2032))) + ) + (fp_text value 3906 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.2032))) + ) + (fp_line (start -1.524 -0.381) (end 1.524 -0.381) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.381) (end 1.524 0.381) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 0.381) (end -1.524 0.381) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 0.381) (end -1.524 -0.381) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -0.889 -1.016 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.889 -1.016 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 184 "Net-(Q1-Pad2)")) + (pad 3 smd rect (at 0 1.016 90) (size 0.9144 0.9144) (layers Composant F.Paste F.Mask) + (net 185 "Net-(Q1-Pad3)")) + (model SMD_Packages.3dshapes/ST23AK#1.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1299999952316284 0.1500000059604645 0.1500000059604645)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E099) + (at 128.27 121.285 90) + (path /462389B6) + (attr smd) + (fp_text reference R1 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1M (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 57 /xilinx/GLCK2)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 7 /CLKIN/EXTAL)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0A5) + (at 103.886 96.647) + (path /461BB661) + (attr smd) + (fp_text reference R2 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 9 /CLKMOD1)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0B1) + (at 183.769 121.158 180) + (path /461BE039) + (attr smd) + (fp_text reference R4 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 150 /xilinx/IRQ-1)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0BD) + (at 183.769 123.444 180) + (path /461BE041) + (attr smd) + (fp_text reference R5 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 155 /xilinx/IRQ-2)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0C9) + (at 153.035 93.853) + (path /461BE046) + (attr smd) + (fp_text reference R6 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 164 /xilinx/IRQ-3)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0D5) + (at 163.957 112.268 270) + (path /46237E28) + (attr smd) + (fp_text reference R7 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1K (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 103 "Net-(ABRT_SW1-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 109 "Net-(C15-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0E1) + (at 169.672 117.094) + (path /461BE047) + (attr smd) + (fp_text reference R8 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 166 /IRQ-4)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0ED) + (at 141.478 85.852 90) + (path /461BE230) + (attr smd) + (fp_text reference R9 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 0 (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 186 "Net-(R9-Pad1)")) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E0F9) + (at 173.863 117.094 180) + (path /461BE04B) + (attr smd) + (fp_text reference R10 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 20 /IRQ-5)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E105) + (at 153.035 98.298) + (path /461BE051) + (attr smd) + (fp_text reference R11 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 21 /IRQ-6)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E111) + (at 160.401 114.046 180) + (path /46237E2F) + (attr smd) + (fp_text reference R12 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 20K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 109 "Net-(C15-Pad1)")) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E11D) + (at 153.035 96.012) + (path /461BE054) + (attr smd) + (fp_text reference R13 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 22 /IRQ-7)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E129) + (at 164.846 105.41 270) + (path /46237E3D) + (attr smd) + (fp_text reference R14 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 148 "Net-(LEDABRT1-Pad2)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 137 "Net-(D1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E135) + (at 158.623 94.869 90) + (path /4623847B) + (attr smd) + (fp_text reference R15 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 106 /inout_user/RSTI-)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E141) + (at 120.142 97.282 180) + (path /461BAF5C) + (attr smd) + (fp_text reference R16 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 23 /JTAG_EN)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E14D) + (at 83.312 104.267 180) + (path /461BB790) + (attr smd) + (fp_text reference R17 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 6 /BKPT-)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E159) + (at 83.312 106.553 180) + (path /461BB795) + (attr smd) + (fp_text reference R18 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 14 /DSCLK)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E165) + (at 83.312 119.126 180) + (path /461BB798) + (attr smd) + (fp_text reference R19 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 15 /DSI)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E171) + (at 83.312 121.412 180) + (path /461BB799) + (attr smd) + (fp_text reference R20 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 16 /DSO)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E17D) + (at 158.623 90.297 90) + (path /46238545) + (attr smd) + (fp_text reference R21 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 152 /inout_user/RTS0-)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 184 "Net-(Q1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E189) + (at 161.544 86.995) + (path /4623857F) + (attr smd) + (fp_text reference R22 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 185 "Net-(Q1-Pad3)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 187 "Net-(R22-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E195) + (at 127.889 84.455 180) + (path /47D80202/4652B5F4) + (attr smd) + (fp_text reference R23 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 188 "Net-(R23-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1A1) + (at 103.886 98.933) + (path /461BB65F) + (attr smd) + (fp_text reference R25 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 8 /CLKMOD0)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1AD) + (at 84.836 113.792 270) + (path /461BB8C0) + (attr smd) + (fp_text reference R26 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 29 /TCLK)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1B9) + (at 93.218 117.094) + (path /47D80202/4652B061) + (attr smd) + (fp_text reference R28 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 143 "Net-(LED1-Pad1)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 189 "Net-(R28-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1C5) + (at 192.532 82.296 90) + (path /47D80202/4652B9D5) + (attr smd) + (fp_text reference R30 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 190 "Net-(R30-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1D1) + (at 93.218 121.158) + (path /47D80202/4652B067) + (attr smd) + (fp_text reference R31 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 144 "Net-(LED2-Pad1)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 191 "Net-(R31-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1DD) + (at 93.218 125.349) + (path /47D80202/4652B069) + (attr smd) + (fp_text reference R32 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 145 "Net-(LED3-Pad1)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 192 "Net-(R32-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1E9) + (at 93.218 129.413) + (path /47D80202/4652B06A) + (attr smd) + (fp_text reference R33 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 146 "Net-(LED4-Pad1)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 193 "Net-(R33-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E1F5) + (at 96.52 110.236 180) + (path /47D80202/4652B111) + (attr smd) + (fp_text reference R34 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 149 "Net-(LED_EN1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E201) + (at 164.592 82.296 90) + (path /47D80202/4652B9CC) + (attr smd) + (fp_text reference R35 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 10K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 194 "Net-(R35-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E20D) + (at 101.854 93.345) + (path /47D80202/46540063) + (attr smd) + (fp_text reference R36 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 195 "Net-(R36-Pad1)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E219) + (at 99.695 85.471 180) + (path /47D80202/46540164) + (attr smd) + (fp_text reference R38 (at 0 -0.3175 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 62 (at 0 0.381 180) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 33 /inout_user/CAN_L)) + (pad 2 smd rect (at 0.9525 0 180) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 133 "Net-(CAN_TERM1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E225) + (at 100.584 101.473 90) + (path /461BE50C) + (attr smd) + (fp_text reference R45 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 177 /inout_user/RCON-)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E231) + (at 134.874 113.411 270) + (path /461BB742) + (attr smd) + (fp_text reference R46 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 22 (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 196 "Net-(R46-Pad1)")) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 29 /TCLK)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E23D) + (at 157.734 125.476 90) + (path /47D80202/4652BF65) + (attr smd) + (fp_text reference R47 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 183 "Net-(PULUPEN1-Pad8)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E249) + (at 160.274 125.476 90) + (path /47D80202/4652BF62) + (attr smd) + (fp_text reference R48 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 182 "Net-(PULUPEN1-Pad6)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E255) + (at 162.814 125.476 90) + (path /47D80202/4652BF5C) + (attr smd) + (fp_text reference R49 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 181 "Net-(PULUPEN1-Pad4)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E261) + (at 165.354 125.476 90) + (path /47D80202/4652BF48) + (attr smd) + (fp_text reference R50 (at 0 -0.3175 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4,7K (at 0 0.381 90) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 90) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 180 "Net-(PULUPEN1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E26D) + (at 105.41 133.858) + (path /47D80202/46530638) + (attr smd) + (fp_text reference R53 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 270 (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 147 "Net-(LED5-Pad1)")) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E279) + (at 218.44 67.31 270) + (path /47D80204/46A76BCA) + (attr smd) + (fp_text reference R57 (at 0 -0.3175 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 4K7 (at 0 0.381 270) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0 270) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 61 /xilinx/TCK)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E285) + (at 206.375 76.835) + (path /47D80204/46A76BC3) + (attr smd) + (fp_text reference R62 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 58 /xilinx/LED_TEST1)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 138 "Net-(D8-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E291) + (at 206.375 80.645) + (path /47D80204/46A76BA7) + (attr smd) + (fp_text reference R63 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value 1K (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 59 /xilinx/LED_TEST2)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 139 "Net-(D9-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E29D) + (at 212.09 134.62) + (descr "Resitance 4 pas") + (tags R) + (path /47D80204/4791D59D) + (autoplace_cost180 10) + (fp_text reference R64 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 3,3 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 56 /xilinx/+3,3V_OUT)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4000000059604645 0.4000000059604645 0.4000000059604645)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E2AA) + (at 99.695 87.757) + (path /47D80202/4654018B) + (attr smd) + (fp_text reference RCAN1 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value R (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 33 /inout_user/CAN_L)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM0805 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E2B6) + (at 99.695 90.043) + (path /47D80202/46540184) + (attr smd) + (fp_text reference RCAN2 (at 0 -0.3175) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_text value R (at 0 0.381) (layer F.SilkS) + (effects (font (size 0.50038 0.50038) (thickness 0.10922))) + ) + (fp_circle (center -1.651 0.762) (end -1.651 0.635) (layer F.SilkS) (width 0.09906)) + (fp_line (start -0.508 0.762) (end -1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 0.762) (end -1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start -1.524 -0.762) (end -0.508 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 0.508 -0.762) (end 1.524 -0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 -0.762) (end 1.524 0.762) (layer F.SilkS) (width 0.09906)) + (fp_line (start 1.524 0.762) (end 0.508 0.762) (layer F.SilkS) (width 0.09906)) + (pad 1 smd rect (at -0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at 0.9525 0) (size 0.889 1.397) (layers Composant F.Paste F.Mask) + (net 32 /inout_user/CAN_H)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1000000014901161 0.1000000014901161 0.1000000014901161)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206POL (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E2C2) + (at 164.846 89.281 270) + (path /46238597) + (attr smd) + (fp_text reference RED1 (at 0 0 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value LED_RESET1 (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.794 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.143) (end -2.794 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 187 "Net-(R22-Pad2)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (model SMD_Packages.3dshapes/SMD-1206_Pol.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.1700000017881393 0.1599999964237213 0.1599999964237213)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E2D0) + (at 100.457 95.758 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /47D80202/4654007F) + (fp_text reference RS1 (at 0 -1.26746 270) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27 270) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 195 "Net-(R36-Pad1)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:SW_SPDT (layer Composant) (tedit 53DD05A6) (tstamp 53D8E2F9) + (at 86.614 71.374 90) + (descr "Switch inverseur") + (tags "SWITCH DEV") + (path /47D80202/46530763) + (fp_text reference SW_ONOFF1 (at 9.017 2.413 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value SWITCH_INV (at 8.89 -2.286 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 -5.715) (end -1.27 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -5.08) (end -1.27 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -4.445) (end 2.54 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -5.715) (end 2.54 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end -1.27 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -0.635) (end -1.27 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 4.445) (end -1.27 4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 4.445) (end -1.27 5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 5.715) (end 2.54 5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -6.35) (end 2.54 6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 6.35) (end 15.24 6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.24 6.35) (end 15.24 -6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.24 -6.35) (end 2.54 -6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.24 -3.175) (end 22.86 -3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 22.86 -3.175) (end 22.86 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 22.86 3.175) (end 15.24 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 22.86 -1.27) (end 33.02 -3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 33.02 -3.175) (end 33.655 -3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 33.655 -3.175) (end 34.29 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 34.29 -2.54) (end 34.29 -1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 34.29 -1.905) (end 34.29 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 34.29 -1.27) (end 33.655 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 33.655 -0.635) (end 22.86 1.27) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 0 0 90) (size 3.81 2.54) (drill 1.6) (layers *.Cu *.Mask F.SilkS) + (net 140 "Net-(F1-Pad1)")) + (pad 1 thru_hole rect (at 0 -5.08 90) (size 3.81 2.54) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole rect (at 0 5.08 90) (size 3.81 2.54) (drill 1.6) (layers *.Cu *.Mask F.SilkS) + (net 141 "Net-(J1-Pad3)")) + (model unused_3d.3dshapes/Device.switch_toggle_horizontal_right_angle_PC_terminal.wrl + (at (xyz 0.3600000143051148 0 0)) + (scale (xyz 0.6600000262260437 0.6600000262260437 0.6600000262260437)) + (rotate (xyz 0 0 180)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E319) + (at 83.439 138.557 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /461BBA34) + (fp_text reference TA-1 (at 0 -1.26746 270) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27 270) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 107 "Net-(BDM_PORT1-Pad26)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E31E) + (at 75.438 70.485 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /47D80202/46530806) + (fp_text reference TB1 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 141 "Net-(J1-Pad3)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:VQFP100 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E328) + (at 135.382 101.473) + (descr "Module CMS Vqfp 100 pins") + (tags "CMS VQFP") + (path /46161C39) + (attr smd) + (fp_text reference U1 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value MCF5213-LQFP100 (at 0 2.54) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_circle (center 6.096 -6.477) (end 6.096 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.985 -6.35) (end 6.35 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.985 -6.731) (end -6.731 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.985 6.731) (end -6.731 6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.731 6.985) (end 6.985 6.731) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.35 -6.985) (end -6.731 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.985 -6.731) (end -6.985 6.731) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.731 6.985) (end 6.731 6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.985 6.731) (end 6.985 -6.35) (layer F.SilkS) (width 0.2032)) + (pad 100 smd rect (at 7.747 -5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 53 /inout_user/URXD1)) + (pad 76 smd rect (at 7.747 5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 6 /BKPT-)) + (pad 77 smd rect (at 7.747 5.4864) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 10 /DDAT0)) + (pad 78 smd rect (at 7.747 5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 11 /DDAT1)) + (pad 79 smd rect (at 7.747 4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 15 /DSI)) + (pad 80 smd rect (at 7.747 3.9878) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 16 /DSO)) + (pad 81 smd rect (at 7.747 3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 82 smd rect (at 7.747 2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 83 smd rect (at 7.747 2.4892) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 12 /DDAT2)) + (pad 84 smd rect (at 7.747 2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 13 /DDAT3)) + (pad 85 smd rect (at 7.747 1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 14 /DSCLK)) + (pad 86 smd rect (at 7.747 0.9906) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 1 /ALLPST)) + (pad 87 smd rect (at 7.747 0.4826) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 150 /xilinx/IRQ-1)) + (pad 88 smd rect (at 7.747 0) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 155 /xilinx/IRQ-2)) + (pad 89 smd rect (at 7.747 -0.508) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 164 /xilinx/IRQ-3)) + (pad 90 smd rect (at 7.747 -1.016) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 166 /IRQ-4)) + (pad 91 smd rect (at 7.747 -1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 20 /IRQ-5)) + (pad 92 smd rect (at 7.747 -2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 93 smd rect (at 7.747 -2.5146) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 94 smd rect (at 7.747 -2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 21 /IRQ-6)) + (pad 95 smd rect (at 7.747 -3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 22 /IRQ-7)) + (pad 96 smd rect (at 7.747 -4.0132) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 106 /inout_user/RSTI-)) + (pad 97 smd rect (at 7.747 -4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 152 /inout_user/RTS0-)) + (pad 98 smd rect (at 7.747 -5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 151 /inout_user/UCTS1)) + (pad 99 smd rect (at 7.747 -5.5118) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 169 /inout_user/UTXD1)) + (pad 75 smd rect (at 5.9944 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 51 smd rect (at -5.9944 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 165 /AN7)) + (pad 52 smd rect (at -5.4864 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 5 /AN6)) + (pad 53 smd rect (at -5.0038 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 163 /AN5)) + (pad 54 smd rect (at -4.4958 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 4 /AN4)) + (pad 55 smd rect (at -3.9878 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 56 smd rect (at -3.5052 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 57 smd rect (at -2.9972 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 58 smd rect (at -2.4892 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 175 /GPT0)) + (pad 59 smd rect (at -2.0066 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 18 /GPT1)) + (pad 60 smd rect (at -1.4986 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 37 /inout_user/PWM5)) + (pad 61 smd rect (at -0.9906 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 176 /GPT2)) + (pad 62 smd rect (at -0.4826 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 19 /GPT3)) + (pad 63 smd rect (at 0 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 38 /inout_user/PWM7)) + (pad 64 smd rect (at 0.508 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 196 "Net-(R46-Pad1)")) + (pad 65 smd rect (at 1.016 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 24 /PST0)) + (pad 66 smd rect (at 1.4986 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 25 /PST1)) + (pad 67 smd rect (at 2.0066 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 68 smd rect (at 2.5146 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 69 smd rect (at 2.9972 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 26 /PST2)) + (pad 70 smd rect (at 3.5052 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 27 /PST3)) + (pad 71 smd rect (at 4.0132 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 72 smd rect (at 4.4958 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 57 /xilinx/GLCK2)) + (pad 73 smd rect (at 5.0038 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 7 /CLKIN/EXTAL)) + (pad 74 smd rect (at 5.5118 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 30 /VDDPLL)) + (pad 1 smd rect (at 5.9944 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at 5.4864 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 3 smd rect (at 5.0038 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 4 smd rect (at 4.4958 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 170 /inout_user/URTS1)) + (pad 5 smd rect (at 3.9878 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 186 "Net-(R9-Pad1)")) + (pad 6 smd rect (at 3.5052 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 173 /inout_user/UCTS0)) + (pad 7 smd rect (at 2.9972 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 172 /inout_user/URXD0)) + (pad 8 smd rect (at 2.4892 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 55 /inout_user/UTXD0)) + (pad 9 smd rect (at 2.0066 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 51 /inout_user/URTS0)) + (pad 10 smd rect (at 1.4986 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 132 /inout_user/CANTX)) + (pad 11 smd rect (at 0.9906 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 31 /inout_user/CANRX)) + (pad 12 smd rect (at 0.4826 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 28 /QSPI_CS3)) + (pad 13 smd rect (at 0 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 60 /xilinx/QSPI_CS2)) + (pad 14 smd rect (at -0.508 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 15 smd rect (at -1.016 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 16 smd rect (at -1.4986 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 158 /inout_user/QSPI_DIN)) + (pad 17 smd rect (at -2.0066 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 156 /inout_user/QSPI_DOUT)) + (pad 18 smd rect (at -2.5146 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 160 /inout_user/QSPI_SCLK)) + (pad 19 smd rect (at -2.9972 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 162 /xilinx/QSPI_CS1)) + (pad 20 smd rect (at -3.5052 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 161 /QSPI_CS0)) + (pad 21 smd rect (at -4.0132 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 177 /inout_user/RCON-)) + (pad 22 smd rect (at -4.4958 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 23 smd rect (at -5.0038 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 24 smd rect (at -5.5118 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 25 smd rect (at -5.9944 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 26 smd rect (at -7.747 -5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 23 /JTAG_EN)) + (pad 27 smd rect (at -7.747 -5.4864) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 50 /inout_user/UCTS2)) + (pad 28 smd rect (at -7.747 -5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 54 /inout_user/URXD2)) + (pad 29 smd rect (at -7.747 -4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 174 /inout_user/UTXD2)) + (pad 30 smd rect (at -7.747 -3.9878) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 52 /inout_user/URTS2)) + (pad 31 smd rect (at -7.747 -3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 168 /DTIN2)) + (pad 32 smd rect (at -7.747 -2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 171 /DTIN3)) + (pad 33 smd rect (at -7.747 -2.4892) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 154 /inout_user/PWM3)) + (pad 34 smd rect (at -7.747 -2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 35 smd rect (at -7.747 -1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 36 smd rect (at -7.747 -0.9906) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 167 /DTIN0)) + (pad 37 smd rect (at -7.747 -0.4826) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 17 /DTIN1)) + (pad 38 smd rect (at -7.747 0) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 153 /inout_user/PWM1)) + (pad 39 smd rect (at -7.747 0.508) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 9 /CLKMOD1)) + (pad 40 smd rect (at -7.747 1.016) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 8 /CLKMOD0)) + (pad 41 smd rect (at -7.747 1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 42 smd rect (at -7.747 2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 43 smd rect (at -7.747 2.5146) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 157 /AN0)) + (pad 44 smd rect (at -7.747 2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 159 /AN1)) + (pad 45 smd rect (at -7.747 3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 2 /AN2)) + (pad 46 smd rect (at -7.747 4.0132) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 3 /AN3)) + (pad 47 smd rect (at -7.747 4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 111 GNDA)) + (pad 48 smd rect (at -7.747 5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 111 GNDA)) + (pad 49 smd rect (at -7.747 5.5118) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 110 /inout_user/VCCA)) + (pad 50 smd rect (at -7.747 5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 110 /inout_user/VCCA)) + (model SMD_Packages.3dshapes/VQFP-100.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3939999938011169 0.3939999938011169 0.4000000059604645)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SOT353 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E398) + (at 160.528 108.331) + (descr SOT353) + (path /46554FB5) + (attr smd) + (fp_text reference U2 (at 0.09906 0 90) (layer F.SilkS) + (effects (font (size 0.762 0.635) (thickness 0.127))) + ) + (fp_text value 74AHC1G14 (at 0.09906 0 90) (layer F.SilkS) hide + (effects (font (size 0.762 0.635) (thickness 0.127))) + ) + (fp_line (start 0.635 1.016) (end 0.635 -1.016) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 -1.016) (end -0.635 -1.016) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 -1.016) (end -0.635 1.016) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 1.016) (end 0.635 1.016) (layer F.SilkS) (width 0.1524)) + (pad 1 smd rect (at -1.016 -0.635) (size 0.508 0.3048) (layers Composant F.Paste F.Mask)) + (pad 3 smd rect (at -1.016 0.635) (size 0.508 0.3048) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 5 smd rect (at 1.016 -0.635) (size 0.508 0.3048) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 2 smd rect (at -1.016 0) (size 0.508 0.3048) (layers Composant F.Paste F.Mask) + (net 109 "Net-(C15-Pad1)")) + (pad 4 smd rect (at 1.016 0.635) (size 0.508 0.3048) (layers Composant F.Paste F.Mask) + (net 137 "Net-(D1-Pad2)")) + (model TO_SOT_Packages_SMD.3dshapes/SOT-23-5.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.7 0.7 0.7)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO16E (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E3A4) + (at 186.69 77.851 270) + (descr "Module CMS SOJ 16 pins etroit") + (tags "CMS SOJ") + (path /47D80202/4652B22B) + (attr smd) + (fp_text reference U3 (at 0 -0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_text value MAX202 (at 0 0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_line (start -5.461 -1.778) (end 5.461 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.461 -1.778) (end 5.461 1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.461 1.778) (end -5.461 1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.461 1.778) (end -5.461 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.461 -0.508) (end -4.699 -0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.699 -0.508) (end -4.699 0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.699 0.508) (end -5.461 0.508) (layer F.SilkS) (width 0.2032)) + (pad 1 smd rect (at -4.445 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 113 "Net-(C24-Pad1)")) + (pad 2 smd rect (at -3.175 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 112 "Net-(C23-Pad2)")) + (pad 3 smd rect (at -1.905 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 114 "Net-(C24-Pad2)")) + (pad 4 smd rect (at -0.635 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 115 "Net-(C25-Pad1)")) + (pad 5 smd rect (at 0.635 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 116 "Net-(C25-Pad2)")) + (pad 6 smd rect (at 1.905 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 117 "Net-(C27-Pad1)")) + (pad 7 smd rect (at 3.175 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 39 /inout_user/RTS0)) + (pad 8 smd rect (at 4.445 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 34 /inout_user/CTS0)) + (pad 9 smd rect (at 4.445 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 197 "Net-(U3-Pad9)")) + (pad 10 smd rect (at 3.175 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 190 "Net-(R30-Pad2)")) + (pad 11 smd rect (at 1.905 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 198 "Net-(U3-Pad11)")) + (pad 12 smd rect (at 0.635 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 199 "Net-(U3-Pad12)")) + (pad 13 smd rect (at -0.635 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 42 /inout_user/RXD0)) + (pad 14 smd rect (at -1.905 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 46 /inout_user/TXD0)) + (pad 15 smd rect (at -3.175 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 16 smd rect (at -4.445 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SO-16-N.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.300000011920929 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO14E (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E3BE) + (at 100.203 117.602 270) + (descr "module CMS SOJ 14 pins etroit") + (tags "CMS SOJ") + (path /47D80202/4652B03E) + (attr smd) + (fp_text reference U4 (at 0 -0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_text value 74HC125 (at 0 1.016 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.127))) + ) + (fp_line (start -4.826 -1.778) (end 4.826 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.826 -1.778) (end 4.826 2.032) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.826 2.032) (end -4.826 2.032) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.826 2.032) (end -4.826 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.826 -0.508) (end -4.064 -0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.064 -0.508) (end -4.064 0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.064 0.508) (end -4.826 0.508) (layer F.SilkS) (width 0.2032)) + (pad 1 smd rect (at -3.81 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 149 "Net-(LED_EN1-Pad2)")) + (pad 2 smd rect (at -2.54 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 167 /DTIN0)) + (pad 3 smd rect (at -1.27 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 189 "Net-(R28-Pad2)")) + (pad 4 smd rect (at 0 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 149 "Net-(LED_EN1-Pad2)")) + (pad 5 smd rect (at 1.27 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 17 /DTIN1)) + (pad 6 smd rect (at 2.54 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 191 "Net-(R31-Pad2)")) + (pad 7 smd rect (at 3.81 2.794 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 8 smd rect (at 3.81 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 193 "Net-(R33-Pad2)")) + (pad 9 smd rect (at 2.54 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 171 /DTIN3)) + (pad 10 smd rect (at 1.27 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 149 "Net-(LED_EN1-Pad2)")) + (pad 11 smd rect (at 0 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 192 "Net-(R32-Pad2)")) + (pad 12 smd rect (at -1.27 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 168 /DTIN2)) + (pad 13 smd rect (at -2.54 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 149 "Net-(LED_EN1-Pad2)")) + (pad 14 smd rect (at -3.81 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SOIC-14_N.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.300000011920929 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO16E (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E3D6) + (at 158.75 77.851 270) + (descr "Module CMS SOJ 16 pins etroit") + (tags "CMS SOJ") + (path /47D80202/4652B4C1) + (attr smd) + (fp_text reference U5 (at 0 -0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_text value MAX202 (at 0 0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_line (start -5.461 -1.778) (end 5.461 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.461 -1.778) (end 5.461 1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.461 1.778) (end -5.461 1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.461 1.778) (end -5.461 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.461 -0.508) (end -4.699 -0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.699 -0.508) (end -4.699 0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.699 0.508) (end -5.461 0.508) (layer F.SilkS) (width 0.2032)) + (pad 1 smd rect (at -4.445 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 119 "Net-(C31-Pad1)")) + (pad 2 smd rect (at -3.175 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 118 "Net-(C30-Pad2)")) + (pad 3 smd rect (at -1.905 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 120 "Net-(C31-Pad2)")) + (pad 4 smd rect (at -0.635 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 121 "Net-(C32-Pad1)")) + (pad 5 smd rect (at 0.635 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 122 "Net-(C32-Pad2)")) + (pad 6 smd rect (at 1.905 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 123 "Net-(C33-Pad1)")) + (pad 7 smd rect (at 3.175 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 40 /inout_user/RTS1)) + (pad 8 smd rect (at 4.445 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 35 /inout_user/CTS1)) + (pad 9 smd rect (at 4.445 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 200 "Net-(U5-Pad9)")) + (pad 10 smd rect (at 3.175 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 194 "Net-(R35-Pad2)")) + (pad 11 smd rect (at 1.905 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 201 "Net-(U5-Pad11)")) + (pad 12 smd rect (at 0.635 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 202 "Net-(U5-Pad12)")) + (pad 13 smd rect (at -0.635 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 43 /inout_user/RXD1)) + (pad 14 smd rect (at -1.905 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 47 /inout_user/TXD1)) + (pad 15 smd rect (at -3.175 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 16 smd rect (at -4.445 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SO-16-N.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.300000011920929 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO8E (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E3F0) + (at 105.918 88.392 90) + (descr "module CMS SOJ 8 pins etroit") + (tags "CMS SOJ") + (path /47D80202/4653FF97) + (attr smd) + (fp_text reference U7 (at 0 -0.889 90) (layer F.SilkS) + (effects (font (size 1.143 1.143) (thickness 0.1524))) + ) + (fp_text value PCA82C251 (at 0 1.016 90) (layer F.SilkS) + (effects (font (size 0.889 0.889) (thickness 0.1524))) + ) + (fp_line (start -2.667 1.778) (end -2.667 1.905) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.667 1.905) (end 2.667 1.905) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.667 -1.905) (end -2.667 -1.905) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.667 -1.905) (end -2.667 1.778) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.667 -0.508) (end -2.159 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.159 -0.508) (end -2.159 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.159 0.508) (end -2.667 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.667 -1.905) (end 2.667 1.905) (layer F.SilkS) (width 0.127)) + (pad 8 smd rect (at -1.905 -2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 195 "Net-(R36-Pad1)")) + (pad 1 smd rect (at -1.905 2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 49 /inout_user/TxD_CAN)) + (pad 7 smd rect (at -0.635 -2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 32 /inout_user/CAN_H)) + (pad 6 smd rect (at 0.635 -2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 33 /inout_user/CAN_L)) + (pad 5 smd rect (at 1.905 -2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 203 "Net-(U7-Pad5)")) + (pad 2 smd rect (at -0.635 2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 3 smd rect (at 0.635 2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 4 smd rect (at 1.905 2.667 90) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 45 /inout_user/RxD_CAN)) + (model SMD_Packages.3dshapes/SOIC-8-N.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.3199999928474426 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO16E (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E403) + (at 125.73 77.851 270) + (descr "Module CMS SOJ 16 pins etroit") + (tags "CMS SOJ") + (path /47D80202/4652B4D3) + (attr smd) + (fp_text reference U8 (at 0 -0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_text value MAX202 (at 0 0.762 270) (layer F.SilkS) + (effects (font (size 1.016 1.143) (thickness 0.127))) + ) + (fp_line (start -5.461 -1.778) (end 5.461 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.461 -1.778) (end 5.461 1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.461 1.778) (end -5.461 1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.461 1.778) (end -5.461 -1.778) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.461 -0.508) (end -4.699 -0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.699 -0.508) (end -4.699 0.508) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.699 0.508) (end -5.461 0.508) (layer F.SilkS) (width 0.2032)) + (pad 1 smd rect (at -4.445 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 129 "Net-(C44-Pad1)")) + (pad 2 smd rect (at -3.175 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 124 "Net-(C35-Pad2)")) + (pad 3 smd rect (at -1.905 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 130 "Net-(C44-Pad2)")) + (pad 4 smd rect (at -0.635 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 125 "Net-(C36-Pad1)")) + (pad 5 smd rect (at 0.635 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 126 "Net-(C36-Pad2)")) + (pad 6 smd rect (at 1.905 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 131 "Net-(C45-Pad1)")) + (pad 7 smd rect (at 3.175 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 136 "Net-(COM_SEL3-Pad3)")) + (pad 8 smd rect (at 4.445 2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 135 "Net-(COM_SEL2-Pad3)")) + (pad 9 smd rect (at 4.445 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 204 "Net-(U8-Pad9)")) + (pad 10 smd rect (at 3.175 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 205 "Net-(U8-Pad10)")) + (pad 11 smd rect (at 1.905 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 188 "Net-(R23-Pad2)")) + (pad 12 smd rect (at 0.635 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 206 "Net-(U8-Pad12)")) + (pad 13 smd rect (at -0.635 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 134 "Net-(COM_SEL1-Pad3)")) + (pad 14 smd rect (at -1.905 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 41 /inout_user/RTS2)) + (pad 15 smd rect (at -3.175 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 16 smd rect (at -4.445 -2.54 270) (size 0.508 1.143) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (model SMD_Packages.3dshapes/SO-16-N.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.300000011920929 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:TQFP144 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E41D) + (at 201.93 111.76) + (path /47D80204/470F38BE) + (attr smd) + (fp_text reference U9 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value XCR3256-TQ144 (at 0 1.905) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_circle (center 8.255 -8.255) (end 8.255 -8.89) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.636 -9.398) (end 8.8646 -9.398) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.8646 -9.398) (end 8.8646 -10.16) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.636 -10.16) (end 8.636 -9.398) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.525 -10.16) (end -10.16 -9.525) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 -9.525) (end -10.16 9.525) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 9.525) (end -9.525 10.16) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.525 10.16) (end 9.525 10.16) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.525 10.16) (end 10.16 9.525) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 9.525) (end 10.16 -9.525) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 -9.525) (end 9.525 -10.16) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.525 -10.16) (end -9.525 -10.16) (layer F.SilkS) (width 0.3048)) + (pad 1 smd rect (at 8.7503 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 81 /xilinx/XIL_D23)) + (pad 2 smd rect (at 8.2423 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 96 /xilinx/XIL_D4)) + (pad 3 smd rect (at 7.747 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 4 smd rect (at 7.2517 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 62 /xilinx/TDI)) + (pad 5 smd rect (at 6.7437 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 80 /xilinx/XIL_D22)) + (pad 6 smd rect (at 6.2484 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 78 /xilinx/XIL_D20)) + (pad 7 smd rect (at 5.7531 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 77 /xilinx/XIL_D2)) + (pad 8 smd rect (at 5.2451 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 88 /xilinx/XIL_D3)) + (pad 9 smd rect (at 4.7498 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 10 smd rect (at 4.2545 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 79 /xilinx/XIL_D21)) + (pad 11 smd rect (at 3.7465 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 66 /xilinx/XIL_D1)) + (pad 12 smd rect (at 3.2512 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 65 /xilinx/XIL_D0)) + (pad 13 smd rect (at 2.7559 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 14 smd rect (at 2.2479 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 15 smd rect (at 1.7526 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 16 smd rect (at 1.2573 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 17 smd rect (at 0.7493 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 18 smd rect (at 0.254 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 19 smd rect (at -0.254 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 20 smd rect (at -0.7493 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 64 /xilinx/TMS)) + (pad 21 smd rect (at -1.2573 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 22 smd rect (at -1.7526 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 23 smd rect (at -2.2479 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 24 smd rect (at -2.7559 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 25 smd rect (at -3.2512 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 26 smd rect (at -3.7465 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 27 smd rect (at -4.2545 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 59 /xilinx/LED_TEST2)) + (pad 28 smd rect (at -4.7498 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 58 /xilinx/LED_TEST1)) + (pad 29 smd rect (at -5.2451 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 30 smd rect (at -5.7531 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 31 smd rect (at -6.2484 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 179 "Net-(P3-Pad4)")) + (pad 32 smd rect (at -6.7437 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 178 "Net-(P3-Pad2)")) + (pad 33 smd rect (at -7.2517 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 34 smd rect (at -7.747 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 35 smd rect (at -8.2423 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 36 smd rect (at -8.7503 -10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 66 smd rect (at -10.9855 5.7531) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 67 smd rect (at -10.9855 6.2484) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 68 smd rect (at -10.9855 6.7437) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 69 smd rect (at -10.9855 7.2517) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 70 smd rect (at -10.9855 7.747) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 71 smd rect (at -10.9855 8.2423) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 72 smd rect (at -10.9855 8.7503) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 114 smd rect (at 10.9855 6.2484) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 69 /xilinx/XIL_D12)) + (pad 115 smd rect (at 10.9855 5.7531) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 116 smd rect (at 10.9855 5.2451) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 90 /xilinx/XIL_D31)) + (pad 117 smd rect (at 10.9855 4.7498) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 87 /xilinx/XIL_D29)) + (pad 118 smd rect (at 10.9855 4.2545) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 89 /xilinx/XIL_D30)) + (pad 119 smd rect (at 10.9855 3.7465) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 68 /xilinx/XIL_D11)) + (pad 120 smd rect (at 10.9855 3.2512) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 121 smd rect (at 10.9855 2.7559) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 122 smd rect (at 10.9855 2.2479) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 67 /xilinx/XIL_D10)) + (pad 123 smd rect (at 10.9855 1.7526) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 124 smd rect (at 10.9855 1.2573) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 125 smd rect (at 10.9855 0.7493) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 126 smd rect (at 10.9855 0.254) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 127 smd rect (at 10.9855 -0.254) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 128 smd rect (at 10.9855 -0.7493) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 57 /xilinx/GLCK2)) + (pad 129 smd rect (at 10.9855 -1.2573) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 130 smd rect (at 10.9855 -1.7526) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 131 smd rect (at 10.9855 -2.2479) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 101 /xilinx/XIL_D9)) + (pad 132 smd rect (at 10.9855 -2.7559) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 86 /xilinx/XIL_D28)) + (pad 133 smd rect (at 10.9855 -3.2512) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 134 smd rect (at 10.9855 -3.7465) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 85 /xilinx/XIL_D27)) + (pad 135 smd rect (at 10.9855 -4.2545) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 136 smd rect (at 10.9855 -4.7498) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 100 /xilinx/XIL_D8)) + (pad 137 smd rect (at 10.9855 -5.2451) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 84 /xilinx/XIL_D26)) + (pad 138 smd rect (at 10.9855 -5.7531) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 99 /xilinx/XIL_D7)) + (pad 139 smd rect (at 10.9855 -6.2484) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 83 /xilinx/XIL_D25)) + (pad 140 smd rect (at 10.9855 -6.7437) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 98 /xilinx/XIL_D6)) + (pad 141 smd rect (at 10.9855 -7.2517) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 142 smd rect (at 10.9855 -7.747) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 82 /xilinx/XIL_D24)) + (pad 143 smd rect (at 10.9855 -8.2423) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 97 /xilinx/XIL_D5)) + (pad 144 smd rect (at 10.9855 -8.7503) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 37 smd rect (at -10.9855 -8.7503) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 38 smd rect (at -10.9855 -8.2423) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 39 smd rect (at -10.9855 -7.747) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 40 smd rect (at -10.9855 -7.2517) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 41 smd rect (at -10.9855 -6.7437) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 42 smd rect (at -10.9855 -6.2484) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 150 /xilinx/IRQ-1)) + (pad 43 smd rect (at -10.9855 -5.7531) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 155 /xilinx/IRQ-2)) + (pad 44 smd rect (at -10.9855 -5.2451) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 164 /xilinx/IRQ-3)) + (pad 45 smd rect (at -10.9855 -4.7498) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 60 /xilinx/QSPI_CS2)) + (pad 46 smd rect (at -10.9855 -4.2545) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 158 /inout_user/QSPI_DIN)) + (pad 47 smd rect (at -10.9855 -3.7465) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 156 /inout_user/QSPI_DOUT)) + (pad 48 smd rect (at -10.9855 -3.2512) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 160 /inout_user/QSPI_SCLK)) + (pad 49 smd rect (at -10.9855 -2.7559) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 151 /inout_user/UCTS1)) + (pad 50 smd rect (at -10.9855 -2.2479) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 51 smd rect (at -10.9855 -1.7526) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 52 smd rect (at -10.9855 -1.2573) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 53 smd rect (at -10.9855 -0.7493) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 170 /inout_user/URTS1)) + (pad 54 smd rect (at -10.9855 -0.254) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 162 /xilinx/QSPI_CS1)) + (pad 55 smd rect (at -10.9855 0.254) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 56 smd rect (at -10.9855 0.7493) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 57 smd rect (at -10.9855 1.2573) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 58 smd rect (at -10.9855 1.7526) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 59 smd rect (at -10.9855 2.2479) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 60 smd rect (at -10.9855 2.7559) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 61 smd rect (at -10.9855 3.2512) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 62 smd rect (at -10.9855 3.7465) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 63 smd rect (at -10.9855 4.2545) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 64 smd rect (at -10.9855 4.7498) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 65 smd rect (at -10.9855 5.2451) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 78 smd rect (at -6.2484 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 79 smd rect (at -5.7531 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 80 smd rect (at -5.2451 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 81 smd rect (at -4.7498 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 82 smd rect (at -4.2545 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 83 smd rect (at -3.7465 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 84 smd rect (at -3.2512 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 85 smd rect (at -2.7559 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 86 smd rect (at -2.2479 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 87 smd rect (at -1.7526 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 88 smd rect (at -1.2573 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 89 smd rect (at -0.7493 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 61 /xilinx/TCK)) + (pad 90 smd rect (at -0.254 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 91 smd rect (at 0.254 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 92 smd rect (at 0.7493 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 93 smd rect (at 1.2573 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 94 smd rect (at 1.7526 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 95 smd rect (at 2.2479 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 96 smd rect (at 2.7559 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 76 /xilinx/XIL_D19)) + (pad 97 smd rect (at 3.2512 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 75 /xilinx/XIL_D18)) + (pad 98 smd rect (at 3.7465 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 91 /xilinx/XIL_D32)) + (pad 99 smd rect (at 4.2545 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 95 /xilinx/XIL_D36)) + (pad 100 smd rect (at 4.7498 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 73 /xilinx/XIL_D16)) + (pad 101 smd rect (at 5.2451 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 74 /xilinx/XIL_D17)) + (pad 102 smd rect (at 5.7531 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 103 smd rect (at 6.2484 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 104 smd rect (at 6.7437 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 63 /xilinx/TDO)) + (pad 105 smd rect (at 7.2517 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 106 smd rect (at 7.747 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 107 smd rect (at 8.2423 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 94 /xilinx/XIL_D35)) + (pad 108 smd rect (at 8.7503 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 72 /xilinx/XIL_D15)) + (pad 73 smd rect (at -8.7503 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 74 smd rect (at -8.2423 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 75 smd rect (at -7.747 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 76 smd rect (at -7.2517 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 77 smd rect (at -6.7437 10.9855) (size 0.254 1.524) (layers Composant F.Paste F.Mask)) + (pad 109 smd rect (at 10.9855 8.7503) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 71 /xilinx/XIL_D14)) + (pad 110 smd rect (at 10.9855 8.2423) (size 1.524 0.254) (layers Composant F.Paste F.Mask)) + (pad 111 smd rect (at 10.9855 7.747) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 70 /xilinx/XIL_D13)) + (pad 112 smd rect (at 10.9855 7.2517) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 92 /xilinx/XIL_D33)) + (pad 113 smd rect (at 10.9855 6.7437) (size 1.524 0.254) (layers Composant F.Paste F.Mask) + (net 93 /xilinx/XIL_D34)) + (model SMD_Packages.3dshapes/TQFP-144.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3939999938011169 0.3939999938011169 0.4000000059604645)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:DB9FC (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E4BC) + (at 189.103 67.31) + (descr "Connecteur DB9 femelle couche") + (tags "CONN DB9") + (path /47D80202/4652B26D) + (fp_text reference UARTCAN0 (at 1.27 -10.16) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9 (at 1.27 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 -15.494) (end -16.129 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -16.129 -15.494) (end -16.129 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -15.494) (end -9.017 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -7.874) (end 9.271 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -7.874) (end 9.271 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -15.494) (end -7.493 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -24.13) (end 7.747 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.747 -24.13) (end 7.747 -15.494) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 12.827 -1.27) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -12.573 -1.27) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -5.461 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 207 "Net-(UARTCAN0-Pad1)")) + (pad 2 thru_hole circle (at -2.667 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 46 /inout_user/TXD0)) + (pad 3 thru_hole circle (at 0 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 42 /inout_user/RXD0)) + (pad 4 thru_hole circle (at 2.794 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 207 "Net-(UARTCAN0-Pad1)")) + (pad 5 thru_hole circle (at 5.588 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 6 thru_hole circle (at -4.064 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 207 "Net-(UARTCAN0-Pad1)")) + (pad 7 thru_hole circle (at -1.27 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 34 /inout_user/CTS0)) + (pad 8 thru_hole circle (at 1.397 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 39 /inout_user/RTS0)) + (pad 9 thru_hole circle (at 4.191 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (model Connect.3dshapes/DB9FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:DB9FC (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E4D4) + (at 155.575 67.31) + (descr "Connecteur DB9 femelle couche") + (tags "CONN DB9") + (path /47D80202/4652B4C2) + (fp_text reference UARTCAN1 (at 1.27 -10.16) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9 (at 1.27 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 -15.494) (end -16.129 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -16.129 -15.494) (end -16.129 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -15.494) (end -9.017 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -7.874) (end 9.271 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -7.874) (end 9.271 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -15.494) (end -7.493 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -24.13) (end 7.747 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.747 -24.13) (end 7.747 -15.494) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 12.827 -1.27) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -12.573 -1.27) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -5.461 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 208 "Net-(UARTCAN1-Pad1)")) + (pad 2 thru_hole circle (at -2.667 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 47 /inout_user/TXD1)) + (pad 3 thru_hole circle (at 0 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 43 /inout_user/RXD1)) + (pad 4 thru_hole circle (at 2.794 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 208 "Net-(UARTCAN1-Pad1)")) + (pad 5 thru_hole circle (at 5.588 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 6 thru_hole circle (at -4.064 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 208 "Net-(UARTCAN1-Pad1)")) + (pad 7 thru_hole circle (at -1.27 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 35 /inout_user/CTS1)) + (pad 8 thru_hole circle (at 1.397 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 40 /inout_user/RTS1)) + (pad 9 thru_hole circle (at 4.191 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (model Connect.3dshapes/DB9FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:DB9FC (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E4EC) + (at 122.047 67.31) + (descr "Connecteur DB9 femelle couche") + (tags "CONN DB9") + (path /47D80202/4652B4D4) + (fp_text reference UARTCAN2 (at 1.27 -10.16) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9 (at 1.27 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 -15.494) (end -16.129 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -16.129 -15.494) (end -16.129 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -15.494) (end -9.017 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -7.874) (end 9.271 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -7.874) (end 9.271 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -15.494) (end -7.493 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -24.13) (end 7.747 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.747 -24.13) (end 7.747 -15.494) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 12.827 -1.27) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -12.573 -1.27) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -5.461 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 209 "Net-(UARTCAN2-Pad1)")) + (pad 2 thru_hole circle (at -2.667 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 48 /inout_user/TXD2/CANL)) + (pad 3 thru_hole circle (at 0 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 44 /inout_user/RXD2)) + (pad 4 thru_hole circle (at 2.794 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 209 "Net-(UARTCAN2-Pad1)")) + (pad 5 thru_hole circle (at 5.588 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 6 thru_hole circle (at -4.064 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 209 "Net-(UARTCAN2-Pad1)")) + (pad 7 thru_hole circle (at -1.27 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 36 /inout_user/CTS2/CANH)) + (pad 8 thru_hole circle (at 1.397 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 41 /inout_user/RTS2)) + (pad 9 thru_hole circle (at 4.191 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (model Connect.3dshapes/DB9FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_4x2 (layer Composant) (tedit 3FAB90E6) (tstamp 53D8E504) + (at 198.755 78.359 270) + (descr "Double rangee de contacts 2 x 4 pins") + (tags CONN) + (path /47D80202/4652B289) + (fp_text reference UART_EN0 (at 0 -3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_4X2 (at 0 3.81 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 198 "Net-(U3-Pad11)")) + (pad 2 thru_hole circle (at -3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 55 /inout_user/UTXD0)) + (pad 3 thru_hole circle (at -1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 199 "Net-(U3-Pad12)")) + (pad 4 thru_hole circle (at -1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 172 /inout_user/URXD0)) + (pad 5 thru_hole circle (at 1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 190 "Net-(R30-Pad2)")) + (pad 6 thru_hole circle (at 1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 51 /inout_user/URTS0)) + (pad 7 thru_hole circle (at 3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 197 "Net-(U3-Pad9)")) + (pad 8 thru_hole circle (at 3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 173 /inout_user/UCTS0)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x04.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_4x2 (layer Composant) (tedit 3FAB90E6) (tstamp 53D8E513) + (at 170.815 78.359 270) + (descr "Double rangee de contacts 2 x 4 pins") + (tags CONN) + (path /47D80202/4652B4C3) + (fp_text reference UART_EN1 (at 0 -3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_4X2 (at 0 3.81 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 201 "Net-(U5-Pad11)")) + (pad 2 thru_hole circle (at -3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 169 /inout_user/UTXD1)) + (pad 3 thru_hole circle (at -1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 202 "Net-(U5-Pad12)")) + (pad 4 thru_hole circle (at -1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 53 /inout_user/URXD1)) + (pad 5 thru_hole circle (at 1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 194 "Net-(R35-Pad2)")) + (pad 6 thru_hole circle (at 1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 170 /inout_user/URTS1)) + (pad 7 thru_hole circle (at 3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 200 "Net-(U5-Pad9)")) + (pad 8 thru_hole circle (at 3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 151 /inout_user/UCTS1)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x04.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:pin_array_4x2 (layer Composant) (tedit 3FAB90E6) (tstamp 53D8E522) + (at 137.033 78.359 270) + (descr "Double rangee de contacts 2 x 4 pins") + (tags CONN) + (path /47D80202/4652B4D5) + (fp_text reference UART_EN2 (at 0 -3.81 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_4X2 (at 0 3.81 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 205 "Net-(U8-Pad10)")) + (pad 2 thru_hole circle (at -3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 174 /inout_user/UTXD2)) + (pad 3 thru_hole circle (at -1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 204 "Net-(U8-Pad9)")) + (pad 4 thru_hole circle (at -1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 54 /inout_user/URXD2)) + (pad 5 thru_hole circle (at 1.27 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 188 "Net-(R23-Pad2)")) + (pad 6 thru_hole circle (at 1.27 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 52 /inout_user/URTS2)) + (pad 7 thru_hole circle (at 3.81 1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 206 "Net-(U8-Pad12)")) + (pad 8 thru_hole circle (at 3.81 -1.27 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 50 /inout_user/UCTS2)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x04.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8E531) + (at 113.792 109.855) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /46238079) + (fp_text reference VDDA1 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 142 "Net-(L1-Pad1)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:DPAK5 (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E53A) + (at 78.105 93.091) + (tags "CMS DPACK") + (path /47D80202/46603376) + (fp_text reference VR1 (at 0 -14.224) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.1524))) + ) + (fp_text value LT1129_QPACK (at 0 -3.302) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.1524))) + ) + (fp_line (start 2.794 -2.413) (end 2.794 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.064 1.27) (end 4.064 -2.413) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.143 -2.413) (end 1.143 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.143 1.27) (end 2.413 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.413 1.27) (end 2.413 -2.413) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -2.413) (end -0.635 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 1.27) (end 0.635 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 1.27) (end 0.635 -2.413) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.286 -2.413) (end -2.286 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.286 1.27) (end -1.143 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.143 1.27) (end -1.016 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.016 1.27) (end -1.016 -2.413) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.064 -2.413) (end -4.064 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.064 1.27) (end -2.794 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.27) (end -2.794 -2.413) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.334 -2.413) (end 5.334 -2.413) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.334 -2.413) (end 5.334 -12.573) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.334 -12.573) (end -5.334 -12.573) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.334 -12.573) (end -5.334 -2.413) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -3.4036 0) (size 1.0668 2.286) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 3 smd rect (at 0 -8.763) (size 10.668 8.89) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 3 smd rect (at 0 0) (size 1.0668 2.286) (layers Composant F.Paste F.Mask) + (net 102 GND)) + (pad 2 smd rect (at -1.7018 0) (size 1.0668 2.286) (layers Composant F.Paste F.Mask) + (net 104 VDD)) + (pad 4 smd rect (at 1.7018 0) (size 1.0668 2.286) (layers Composant F.Paste F.Mask)) + (pad 5 smd rect (at 3.4036 0) (size 1.0668 2.286) (layers Composant F.Paste F.Mask) + (net 127 "Net-(C38-Pad1)")) + (model ${KIPRJMOD}/prj.3dshapes/dpack_5.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E557) + (at 103.124 84.582 270) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /47D80202/4654003D) + (fp_text reference VREF1 (at 0 -1.26746 270) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27 270) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 203 "Net-(U7-Pad5)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 53D8E55C) + (at 183.134 130.302) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /47D80202/4652A9C4) + (fp_text reference VX_EN1 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value JUMPER (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 128 "Net-(C43-Pad2)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:HC-18UH (layer Composant) (tedit 53D8D2B1) (tstamp 53D8E565) + (at 123.444 123.317 270) + (descr "Quartz boitier HC-18 horizontal") + (tags "QUARTZ DEV") + (path /462389C7) + (fp_text reference Y1 (at 0 6.35 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 8MHz (at 0 11.43 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 6.35 2.794) (end -6.35 2.794) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.842 2.794) (end 5.842 15.24) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 2.794) (end -6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 2.794) (end 6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 2.032) (end -6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 0) (end -2.54 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 0) (end 2.54 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.842 2.794) (end -5.842 15.24) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.842 15.24) (end 5.334 15.748) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.334 15.748) (end -5.334 15.748) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.334 15.748) (end -5.842 15.24) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /CLKIN/EXTAL)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 57 /xilinx/GLCK2)) + (model Crystals.3dshapes/HC-18UH.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:SW_PUSH_SMALL (layer Composant) (tedit 53DD02BA) (tstamp 53D8DC13) + (at 172.339 100.33) + (path /46237F50) + (fp_text reference ABRT_SW1 (at 0 -0.762) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value SW_PUSH (at 0 1.016) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 0 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 -3.81) (end 3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 103 "Net-(ABRT_SW1-Pad1)")) + (pad 2 thru_hole circle (at 3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (pad 1 thru_hole circle (at -3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 103 "Net-(ABRT_SW1-Pad1)")) + (pad 2 thru_hole circle (at -3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 104 VDD)) + (model ${KIPRJMOD}/prj.3dshapes/push_butt_4pads.wrl + (at (xyz 0 0 0)) + (scale (xyz 1.17 1.17 1.17)) + (rotate (xyz 0 0 90)) + ) + ) + + (module discret:SW_PUSH_SMALL (layer Composant) (tedit 53DD02BA) (tstamp 53D8E2D5) + (at 172.339 89.789 180) + (path /465451D4) + (fp_text reference RST_SW1 (at 0 -0.762 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value SW_PUSH (at 0 1.016 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 0 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 -3.81) (end 3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 3.81 -2.54 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 108 "Net-(C3-Pad1)")) + (pad 2 thru_hole circle (at 3.81 2.54 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 1 thru_hole circle (at -3.81 -2.54 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 108 "Net-(C3-Pad1)")) + (pad 2 thru_hole circle (at -3.81 2.54 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model ${KIPRJMOD}/prj.3dshapes/push_butt_4pads.wrl + (at (xyz 0 0 0)) + (scale (xyz 1.17 1.17 1.17)) + (rotate (xyz 0 0 90)) + ) + ) + + (module discret:SW_PUSH_SMALL (layer Composant) (tedit 53DD02BA) (tstamp 53D8E2E1) + (at 172.339 110.617) + (path /47D80202/4652DDDF) + (fp_text reference SW1 (at 0 -0.762) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value SW_PUSH (at 0 1.016) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 0 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 -3.81) (end 3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 166 /IRQ-4)) + (pad 2 thru_hole circle (at 3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 1 thru_hole circle (at -3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 166 /IRQ-4)) + (pad 2 thru_hole circle (at -3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model ${KIPRJMOD}/prj.3dshapes/push_butt_4pads.wrl + (at (xyz 0 0 0)) + (scale (xyz 1.17 1.17 1.17)) + (rotate (xyz 0 0 90)) + ) + ) + + (module discret:SW_PUSH_SMALL (layer Composant) (tedit 53DD02BA) (tstamp 53D8E2ED) + (at 172.466 122.301) + (path /47D80202/4652DDE7) + (fp_text reference SW2 (at 0 -0.762) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value SW_PUSH (at 0 1.016) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 0 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 -3.81) (end 3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.81 3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.81 -3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /IRQ-5)) + (pad 2 thru_hole circle (at 3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (pad 1 thru_hole circle (at -3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /IRQ-5)) + (pad 2 thru_hole circle (at -3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 GND)) + (model ${KIPRJMOD}/prj.3dshapes/push_butt_4pads.wrl + (at (xyz 0 0 0)) + (scale (xyz 1.17 1.17 1.17)) + (rotate (xyz 0 0 90)) + ) + ) + + (target plus (at 231.00792 53.75656) (size 5) (width 0.381) (layer Edge.Cuts)) + (target plus (at 68.95592 148.86432) (size 5) (width 0.381) (layer Edge.Cuts)) + (gr_text "CARTE COLDFIRE" (at 213.995 58.42) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "CARTE COLDFIRE" (at 213.995 58.42) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_line (start 71.12 147.32) (end 228.6 147.32) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 71.12 55.88) (end 71.12 147.32) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 228.6 55.88) (end 71.12 55.88) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 228.6 55.88) (end 228.6 147.32) (angle 90) (layer Edge.Cuts) (width 0.381)) + + (segment (start 152.019 102.489) (end 143.129 102.4636) (width 0.254) (layer Composant) (net 1) (status C30)) + (segment (start 129.54 104.521) (end 129.921 104.14) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 128.8034 104.9782) (end 127.635 104.9782) (width 0.254) (layer Composant) (net 2) (status 420)) + (segment (start 170.561 140.843) (end 169.164 139.446) (width 0.254) (layer VDD_layer) (net 2) (status 420)) + (segment (start 174.879 140.843) (end 170.561 140.843) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 175.514 140.208) (end 174.879 140.843) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 175.514 133.604) (end 175.514 140.208) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 168.402 126.492) (end 175.514 133.604) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 146.812 126.492) (end 168.402 126.492) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 143.383 123.063) (end 146.812 126.492) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 136.398 123.063) (end 143.383 123.063) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 134.874 121.539) (end 136.398 123.063) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 134.874 113.919) (end 134.874 121.539) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 132.842 111.887) (end 134.874 113.919) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 132.842 105.156) (end 132.842 111.887) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 129.921 104.14) (end 131.826 104.14) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 129.54 105.41) (end 129.032 105.156) (width 0.254) (layer Composant) (net 2)) + (segment (start 129.032 105.156) (end 128.8034 104.9782) (width 0.254) (layer Composant) (net 2)) + (via (at 129.54 105.41) (size 0.635) (layers Composant Cuivre) (net 2)) + (segment (start 129.54 105.41) (end 129.54 104.521) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 131.826 104.14) (end 132.842 105.156) (width 0.254) (layer VDD_layer) (net 2)) + (segment (start 165.481 124.714) (end 165.481 124.841) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 146.939 124.714) (end 165.481 124.714) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 145.796 123.571) (end 146.939 124.714) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 145.796 122.555) (end 145.796 123.571) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 143.764 120.523) (end 145.796 122.555) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 139.192 120.523) (end 143.764 120.523) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 138.303 121.412) (end 139.192 120.523) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 136.017 121.412) (end 138.303 121.412) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 135.509 120.904) (end 136.017 121.412) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 135.509 113.157) (end 135.509 120.904) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 129.54 106.299) (end 129.032 106.299) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 129.032 106.299) (end 128.651 105.918) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 128.651 105.918) (end 128.651 104.394) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 129.032 105.918) (end 129.54 106.299) (width 0.254) (layer Composant) (net 3)) + (segment (start 128.905 105.664) (end 129.032 105.918) (width 0.254) (layer Composant) (net 3)) + (segment (start 128.6764 105.4862) (end 128.905 105.664) (width 0.254) (layer Composant) (net 3)) + (segment (start 127.635 105.4862) (end 128.6764 105.4862) (width 0.254) (layer Composant) (net 3) (status 810)) + (segment (start 168.783 141.605) (end 166.624 139.446) (width 0.254) (layer VDD_layer) (net 3) (status 420)) + (segment (start 132.207 103.632) (end 133.35 104.775) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 176.911 141.605) (end 168.783 141.605) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 178.054 140.462) (end 176.911 141.605) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 178.054 133.604) (end 178.054 140.462) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 170.815 126.365) (end 178.054 133.604) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 170.815 124.46) (end 170.815 126.365) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 169.672 123.317) (end 170.815 124.46) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 167.005 123.317) (end 169.672 123.317) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 165.481 124.841) (end 167.005 123.317) (width 0.254) (layer VDD_layer) (net 3)) + (via (at 129.54 106.299) (size 0.635) (layers Composant Cuivre) (net 3)) + (segment (start 133.35 104.775) (end 133.35 110.998) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 133.35 110.998) (end 135.509 113.157) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 129.413 103.632) (end 132.207 103.632) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 128.651 104.394) (end 129.413 103.632) (width 0.254) (layer VDD_layer) (net 3)) + (segment (start 164.084 139.446) (end 162.814 138.176) (width 0.254) (layer VDD_layer) (net 4) (status 810)) + (segment (start 130.8862 107.6198) (end 131.064 107.442) (width 0.254) (layer Composant) (net 4)) + (segment (start 131.064 107.442) (end 131.064 106.426) (width 0.254) (layer Composant) (net 4)) + (segment (start 130.937 107.061) (end 131.064 106.934) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 131.064 106.934) (end 131.064 106.426) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 130.937 107.061) (end 130.937 114.681) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 130.937 114.681) (end 132.461 116.205) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 132.461 123.571) (end 132.461 116.205) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 139.573 130.683) (end 132.461 123.571) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 157.226 130.683) (end 139.573 130.683) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 162.814 136.271) (end 157.226 130.683) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 162.814 138.176) (end 162.814 136.271) (width 0.254) (layer VDD_layer) (net 4)) + (segment (start 130.8862 107.6198) (end 130.8862 109.22) (width 0.254) (layer Composant) (net 4) (status 420)) + (via (at 131.064 106.426) (size 0.635) (layers Composant Cuivre) (net 4)) + (via (at 129.159 112.014) (size 0.889) (layers Composant Cuivre) (net 5)) + (segment (start 129.159 112.014) (end 129.159 111.3) (width 0.254) (layer Composant) (net 5)) + (segment (start 159.004 139.319) (end 157.734 138.049) (width 0.254) (layer Cuivre) (net 5) (status 10)) + (segment (start 157.734 138.049) (end 157.734 136.017) (width 0.254) (layer Cuivre) (net 5)) + (segment (start 157.734 136.017) (end 154.178 132.461) (width 0.254) (layer Cuivre) (net 5)) + (segment (start 154.178 132.461) (end 138.43 132.461) (width 0.254) (layer Cuivre) (net 5)) + (segment (start 138.43 132.461) (end 129.159 123.19) (width 0.254) (layer Cuivre) (net 5)) + (segment (start 129.159 123.19) (end 129.159 112.014) (width 0.254) (layer Cuivre) (net 5)) + (segment (start 159.004 139.446) (end 159.004 139.319) (width 0.254) (layer Cuivre) (net 5) (status 830)) + (segment (start 129.413 110.617) (end 129.87528 110.15472) (width 0.254) (layer Composant) (net 5)) + (segment (start 129.87528 110.15472) (end 129.8956 109.22) (width 0.254) (layer Composant) (net 5) (status 420)) + (segment (start 129.159 110.871) (end 129.413 110.617) (width 0.254) (layer Composant) (net 5) (tstamp 53D8E6FD)) + (segment (start 129.159 111.3) (end 129.159 110.871) (width 0.254) (layer Composant) (net 5)) + (via (at 146.685 109.855) (size 0.889) (layers Composant Cuivre) (net 6)) + (segment (start 83.566 106.299) (end 78.867 106.299) (width 0.254) (layer GND_layer) (net 6) (status 420)) + (segment (start 82.3595 104.267) (end 80.899 104.267) (width 0.4318) (layer Composant) (net 6) (status 810)) + (segment (start 80.899 104.267) (end 80.391 104.775) (width 0.4318) (layer Composant) (net 6)) + (segment (start 83.566 106.299) (end 86.487 109.22) (width 0.254) (layer GND_layer) (net 6)) + (segment (start 143.637 109.855) (end 146.685 109.855) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 141.732 111.76) (end 143.637 109.855) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 133.604 111.76) (end 141.732 111.76) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 132.461 110.617) (end 133.604 111.76) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 127.508 110.617) (end 132.461 110.617) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 125.476 112.649) (end 127.508 110.617) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 78.867 106.299) (end 80.391 104.775) (width 0.381) (layer Composant) (net 6) (status 810)) + (segment (start 119.253 112.649) (end 125.476 112.649) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 87.63 112.141) (end 90.17 114.681) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 90.17 114.681) (end 94.361 114.681) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 86.487 109.22) (end 86.487 110.998) (width 0.254) (layer GND_layer) (net 6)) + (segment (start 86.487 110.998) (end 87.63 112.141) (width 0.254) (layer GND_layer) (net 6)) + (segment (start 145.288 108.204) (end 144.5514 107.4674) (width 0.254) (layer Composant) (net 6)) + (segment (start 145.288 108.712) (end 145.288 108.204) (width 0.254) (layer Composant) (net 6)) + (segment (start 146.431 109.855) (end 145.288 108.712) (width 0.254) (layer Composant) (net 6)) + (segment (start 146.685 109.855) (end 146.431 109.855) (width 0.254) (layer Composant) (net 6)) + (segment (start 117.729 114.173) (end 119.253 112.649) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 144.5514 107.4674) (end 143.129 107.4674) (width 0.254) (layer Composant) (net 6) (status 420)) + (via (at 87.63 112.141) (size 0.889) (layers Composant Cuivre) (net 6)) + (segment (start 94.361 114.681) (end 95.377 113.665) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 95.377 113.665) (end 97.917 113.665) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 97.917 113.665) (end 100.203 111.379) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 100.203 111.379) (end 107.696 111.379) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 107.696 111.379) (end 110.49 114.173) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 110.49 114.173) (end 117.729 114.173) (width 0.254) (layer Cuivre) (net 6)) + (segment (start 141.224 114.554) (end 140.589 113.919) (width 0.381) (layer Composant) (net 7)) + (segment (start 123.8885 120.3325) (end 123.444 120.777) (width 0.381) (layer Composant) (net 7) (status 430)) + (via (at 142.621 116.205) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 128.27 120.3325) (end 123.8885 120.3325) (width 0.381) (layer Composant) (net 7) (status 830)) + (segment (start 138.8745 116.7765) (end 139.446 116.205) (width 0.381) (layer Composant) (net 7)) + (segment (start 136.652 116.7765) (end 138.8745 116.7765) (width 0.381) (layer Composant) (net 7) (status 810)) + (segment (start 140.3858 111.0488) (end 140.589 111.379) (width 0.254) (layer Composant) (net 7)) + (segment (start 140.3858 109.22) (end 140.3858 111.0488) (width 0.254) (layer Composant) (net 7) (status 810)) + (segment (start 131.826 116.7765) (end 128.27 120.3325) (width 0.381) (layer Composant) (net 7) (status 420)) + (segment (start 136.652 116.7765) (end 131.826 116.7765) (width 0.381) (layer Composant) (net 7) (status 810)) + (segment (start 140.589 113.919) (end 140.589 111.379) (width 0.381) (layer Composant) (net 7)) + (segment (start 139.446 116.205) (end 142.621 116.205) (width 0.381) (layer Cuivre) (net 7)) + (segment (start 142.621 116.205) (end 142.621 115.316) (width 0.381) (layer Composant) (net 7)) + (segment (start 142.621 115.316) (end 141.859 114.554) (width 0.381) (layer Composant) (net 7)) + (segment (start 141.859 114.554) (end 141.224 114.554) (width 0.381) (layer Composant) (net 7)) + (via (at 139.446 116.205) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 127.635 102.489) (end 126.492 102.489) (width 0.254) (layer Composant) (net 8) (status 810)) + (segment (start 118.11 99.949) (end 116.586 98.425) (width 0.254) (layer Composant) (net 8)) + (segment (start 116.586 98.425) (end 115.062 98.425) (width 0.254) (layer Composant) (net 8) (status 420)) + (segment (start 115.062 98.425) (end 113.792 97.155) (width 0.254) (layer Composant) (net 8) (status 810)) + (segment (start 113.792 97.155) (end 108.966 97.155) (width 0.254) (layer Composant) (net 8)) + (segment (start 108.966 97.155) (end 107.188 98.933) (width 0.254) (layer Composant) (net 8)) + (segment (start 107.188 98.933) (end 104.8385 98.933) (width 0.254) (layer Composant) (net 8) (status 420)) + (segment (start 123.19 100.965) (end 122.174 99.949) (width 0.254) (layer Composant) (net 8)) + (segment (start 122.174 99.949) (end 118.11 99.949) (width 0.254) (layer Composant) (net 8)) + (segment (start 123.19 101.981) (end 123.19 100.965) (width 0.254) (layer Composant) (net 8)) + (segment (start 123.444 102.235) (end 123.19 101.981) (width 0.254) (layer Composant) (net 8)) + (segment (start 126.238 102.235) (end 123.444 102.235) (width 0.254) (layer Composant) (net 8)) + (segment (start 126.492 102.489) (end 126.238 102.235) (width 0.254) (layer Composant) (net 8)) + (segment (start 126.492 101.727) (end 124.587 101.727) (width 0.254) (layer Composant) (net 9)) + (segment (start 122.809 99.949) (end 122.809 99.695) (width 0.254) (layer Composant) (net 9)) + (segment (start 106.934 96.647) (end 104.8385 96.647) (width 0.254) (layer Composant) (net 9) (status 420)) + (segment (start 108.966 94.615) (end 106.934 96.647) (width 0.254) (layer Composant) (net 9)) + (segment (start 113.792 94.615) (end 108.966 94.615) (width 0.254) (layer Composant) (net 9)) + (segment (start 115.062 95.885) (end 113.792 94.615) (width 0.254) (layer Composant) (net 9) (status 810)) + (segment (start 118.618 99.441) (end 115.062 95.885) (width 0.254) (layer Composant) (net 9) (status 420)) + (segment (start 122.555 99.441) (end 118.618 99.441) (width 0.254) (layer Composant) (net 9)) + (segment (start 122.809 99.695) (end 122.555 99.441) (width 0.254) (layer Composant) (net 9)) + (segment (start 124.587 101.727) (end 122.809 99.949) (width 0.254) (layer Composant) (net 9)) + (segment (start 126.746 101.981) (end 126.492 101.727) (width 0.254) (layer Composant) (net 9)) + (segment (start 127.635 101.981) (end 126.746 101.981) (width 0.254) (layer Composant) (net 9) (status 810)) + (segment (start 122.936 103.632) (end 122.682 103.886) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 122.682 103.886) (end 120.523 103.886) (width 0.254) (layer Cuivre) (net 10)) + (via (at 84.836 108.585) (size 0.635) (layers Composant Cuivre) (net 10)) + (via (at 146.558 107.95) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 81.788 111.633) (end 84.836 108.585) (width 0.254) (layer GND_layer) (net 10)) + (segment (start 81.788 125.984) (end 81.788 111.633) (width 0.254) (layer GND_layer) (net 10)) + (segment (start 79.883 127.889) (end 81.788 125.984) (width 0.254) (layer GND_layer) (net 10)) + (segment (start 77.597 127.889) (end 79.883 127.889) (width 0.254) (layer GND_layer) (net 10)) + (segment (start 76.327 129.159) (end 77.597 127.889) (width 0.254) (layer GND_layer) (net 10) (status 810)) + (segment (start 145.796 107.95) (end 146.558 107.95) (width 0.254) (layer Composant) (net 10)) + (segment (start 144.907 107.061) (end 145.796 107.95) (width 0.254) (layer Composant) (net 10)) + (segment (start 144.78 106.9594) (end 144.907 107.061) (width 0.254) (layer Composant) (net 10)) + (segment (start 143.129 106.9594) (end 144.78 106.9594) (width 0.254) (layer Composant) (net 10) (status 810)) + (segment (start 85.725 107.696) (end 84.836 108.585) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 108.6993 107.696) (end 85.725 107.696) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 120.523 103.886) (end 119.888 103.251) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 119.888 103.251) (end 116.84 103.251) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 116.84 103.251) (end 116.205 103.886) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 116.205 103.886) (end 116.205 105.664) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 116.205 105.664) (end 115.824 106.045) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 115.824 106.045) (end 110.3503 106.045) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 110.3503 106.045) (end 108.6993 107.696) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 132.842 103.632) (end 122.936 103.632) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 133.477 102.997) (end 132.842 103.632) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 134.493 102.997) (end 133.477 102.997) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 135.509 104.013) (end 134.493 102.997) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 137.16 104.013) (end 135.509 104.013) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 144.653 107.95) (end 144.526 107.823) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 144.526 107.823) (end 140.97 107.823) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 140.97 107.823) (end 137.16 104.013) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 146.558 107.95) (end 144.653 107.95) (width 0.254) (layer Cuivre) (net 10)) + (segment (start 107.9881 107.188) (end 85.217 107.188) (width 0.254) (layer Cuivre) (net 11)) + (via (at 83.82 108.585) (size 0.635) (layers Composant Cuivre) (net 11)) + (segment (start 136.017 102.108) (end 128.651 102.108) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 128.651 102.108) (end 127.381 100.838) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 127.381 100.838) (end 118.237 100.838) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 118.237 100.838) (end 115.57 103.505) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 115.57 103.505) (end 111.6711 103.505) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 145.034 107.188) (end 145.542 106.68) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 141.097 107.188) (end 145.034 107.188) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 141.097 107.188) (end 136.017 102.108) (width 0.254) (layer Cuivre) (net 11)) + (via (at 146.558 106.68) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 146.558 106.68) (end 145.542 106.68) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 143.129 106.4768) (end 145.2118 106.4768) (width 0.254) (layer Composant) (net 11) (status 810)) + (segment (start 145.2118 106.4768) (end 145.415 106.68) (width 0.254) (layer Composant) (net 11)) + (segment (start 145.415 106.68) (end 146.558 106.68) (width 0.254) (layer Composant) (net 11)) + (segment (start 80.01 126.619) (end 78.867 126.619) (width 0.254) (layer GND_layer) (net 11) (status 420)) + (segment (start 81.28 125.349) (end 80.01 126.619) (width 0.254) (layer GND_layer) (net 11)) + (segment (start 81.28 111.125) (end 81.28 125.349) (width 0.254) (layer GND_layer) (net 11)) + (segment (start 83.82 108.585) (end 81.28 111.125) (width 0.254) (layer GND_layer) (net 11)) + (segment (start 85.217 107.188) (end 83.82 108.585) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 111.6711 103.505) (end 107.9881 107.188) (width 0.254) (layer Cuivre) (net 11)) + (segment (start 131.572 100.203) (end 136.779 100.203) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 105.983 105.664) (end 83.566 105.664) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 139.827 103.378) (end 139.827 102.743) (width 0.254) (layer Composant) (net 12)) + (segment (start 83.566 105.664) (end 81.788 107.442) (width 0.254) (layer Cuivre) (net 12)) + (via (at 139.827 102.743) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 81.788 107.442) (end 81.788 108.585) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 81.788 108.585) (end 80.772 109.601) (width 0.254) (layer GND_layer) (net 12)) + (segment (start 80.772 109.601) (end 80.772 124.206) (width 0.254) (layer GND_layer) (net 12)) + (segment (start 80.772 124.206) (end 79.629 125.349) (width 0.254) (layer GND_layer) (net 12)) + (segment (start 79.629 125.349) (end 77.597 125.349) (width 0.254) (layer GND_layer) (net 12)) + (segment (start 77.597 125.349) (end 76.327 126.619) (width 0.254) (layer GND_layer) (net 12) (status 420)) + (segment (start 111.571 100.076) (end 105.983 105.664) (width 0.254) (layer Cuivre) (net 12)) + (via (at 81.788 108.585) (size 0.635) (layers Composant Cuivre) (net 12)) + (segment (start 141.351 103.98252) (end 143.129 103.9622) (width 0.254) (layer Composant) (net 12) (status 420)) + (segment (start 131.572 100.203) (end 129.667 98.298) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 129.667 98.298) (end 127.762 98.298) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 127.762 98.298) (end 126.111 96.647) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 126.111 96.647) (end 120.142 96.647) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 120.142 96.647) (end 116.713 100.076) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 116.713 100.076) (end 111.571 100.076) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 139.065 102.489) (end 139.573 102.489) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 139.573 102.489) (end 139.827 102.743) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 141.351 103.98252) (end 140.43152 103.98252) (width 0.254) (layer Composant) (net 12)) + (segment (start 136.779 100.203) (end 139.065 102.489) (width 0.254) (layer Cuivre) (net 12)) + (segment (start 140.43152 103.98252) (end 139.827 103.378) (width 0.254) (layer Composant) (net 12)) + (segment (start 142.367 101.854) (end 142.367 102.87) (width 0.254) (layer Cuivre) (net 13)) + (via (at 140.97 103.124) (size 0.889) (layers Composant Cuivre) (net 13)) + (segment (start 142.113 103.124) (end 140.97 103.124) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 142.367 102.87) (end 142.113 103.124) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 141.4145 100.9015) (end 142.367 101.854) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 80.264 106.68) (end 82.296 104.648) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 82.296 104.648) (end 105.075 104.648) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 105.075 104.648) (end 110.998 98.725) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 110.998 98.725) (end 110.998 97.663) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 80.264 108.585) (end 80.264 122.682) (width 0.254) (layer GND_layer) (net 13)) + (segment (start 110.998 97.663) (end 111.506 97.155) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 118.11 97.155) (end 119.634 95.631) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 119.634 95.631) (end 126.619 95.631) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 132.207 99.06) (end 137.541 99.06) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 130.429 97.282) (end 132.207 99.06) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 128.27 97.282) (end 130.429 97.282) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 126.619 95.631) (end 128.27 97.282) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 141.4145 100.9015) (end 139.3825 100.9015) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 139.3825 100.9015) (end 137.541 99.06) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 111.506 97.155) (end 118.11 97.155) (width 0.254) (layer Cuivre) (net 13)) + (segment (start 140.97 103.124) (end 141.3002 103.4542) (width 0.254) (layer Composant) (net 13)) + (segment (start 80.264 108.585) (end 80.264 106.68) (width 0.254) (layer Cuivre) (net 13)) + (via (at 80.264 108.585) (size 0.635) (layers Composant Cuivre) (net 13)) + (segment (start 80.264 122.682) (end 78.867 124.079) (width 0.254) (layer GND_layer) (net 13) (status 420)) + (segment (start 141.3002 103.4542) (end 143.129 103.4796) (width 0.254) (layer Composant) (net 13) (status 420)) + (segment (start 78.867 108.839) (end 79.756 109.347) (width 0.254) (layer Cuivre) (net 14) (status 810)) + (segment (start 140.9065 101.7905) (end 140.97 101.854) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 79.756 109.347) (end 80.518 109.347) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 81.026 108.839) (end 81.026 106.807) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 81.026 106.807) (end 82.677 105.156) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 82.677 105.156) (end 105.629 105.156) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 105.629 105.156) (end 111.217 99.568) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 111.217 99.568) (end 116.459 99.568) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 116.459 99.568) (end 119.888 96.139) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 82.3595 106.553) (end 81.153 106.553) (width 0.4318) (layer Composant) (net 14) (status 810)) + (segment (start 126.365 96.139) (end 128.016 97.79) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 128.016 97.79) (end 130.175 97.79) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 130.175 97.79) (end 131.953 99.568) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 131.953 99.568) (end 137.033 99.568) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 80.518 109.347) (end 81.026 108.839) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 81.153 106.553) (end 80.645 107.061) (width 0.4318) (layer Composant) (net 14)) + (segment (start 78.867 108.839) (end 80.645 107.061) (width 0.381) (layer Composant) (net 14) (status 810)) + (via (at 140.97 101.854) (size 0.889) (layers Composant Cuivre) (net 14)) + (segment (start 140.9065 101.7905) (end 139.2555 101.7905) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 119.888 96.139) (end 126.365 96.139) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 139.2555 101.7905) (end 137.033 99.568) (width 0.254) (layer Cuivre) (net 14)) + (segment (start 142.0876 102.9716) (end 143.129 102.9716) (width 0.254) (layer Composant) (net 14) (status 420)) + (segment (start 140.97 101.854) (end 142.0876 102.9716) (width 0.254) (layer Composant) (net 14)) + (segment (start 128.143 100.33) (end 129.159 101.346) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 117.221 101.092) (end 117.983 100.33) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 117.983 100.33) (end 128.143 100.33) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 136.398 101.346) (end 140.716 105.664) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 82.3595 119.126) (end 82.3595 117.4115) (width 0.4318) (layer Composant) (net 15) (status 810)) + (segment (start 129.159 101.346) (end 136.398 101.346) (width 0.254) (layer Cuivre) (net 15)) + (via (at 141.478 106.426) (size 0.889) (layers Composant Cuivre) (net 15)) + (segment (start 141.478 106.426) (end 141.9352 105.9688) (width 0.254) (layer Composant) (net 15)) + (segment (start 141.9352 105.9688) (end 143.129 105.9688) (width 0.254) (layer Composant) (net 15) (status 420)) + (segment (start 140.716 105.664) (end 141.478 106.426) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 83.058 107.95) (end 84.328 106.68) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 82.3595 117.4115) (end 78.867 113.919) (width 0.4318) (layer Composant) (net 15) (status 420)) + (segment (start 78.867 113.919) (end 79.248 113.03) (width 0.254) (layer Cuivre) (net 15) (status 810)) + (segment (start 79.248 113.03) (end 83.058 109.22) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 83.058 109.22) (end 83.058 107.95) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 84.328 106.68) (end 107.2007 106.68) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 107.2007 106.68) (end 112.7887 101.092) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 112.7887 101.092) (end 117.221 101.092) (width 0.254) (layer Cuivre) (net 15)) + (segment (start 106.5657 106.172) (end 84.074 106.172) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 84.074 106.172) (end 82.55 107.696) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 82.55 107.696) (end 82.55 108.839) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 82.55 108.839) (end 81.28 110.109) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 81.28 110.109) (end 78.232 110.109) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 78.232 110.109) (end 77.597 110.744) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 77.597 110.744) (end 77.597 115.189) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 77.597 115.189) (end 78.867 116.459) (width 0.254) (layer Cuivre) (net 16) (status 420)) + (segment (start 78.867 116.459) (end 80.391 117.983) (width 0.381) (layer Composant) (net 16) (status 810)) + (segment (start 80.391 117.983) (end 80.391 120.269) (width 0.381) (layer Composant) (net 16)) + (segment (start 82.3595 121.412) (end 81.534 121.412) (width 0.4318) (layer Composant) (net 16) (status 810)) + (segment (start 81.534 121.412) (end 80.391 120.269) (width 0.4318) (layer Composant) (net 16)) + (segment (start 141.478 105.283) (end 142.0114 105.4862) (width 0.254) (layer Composant) (net 16)) + (segment (start 142.0114 105.4862) (end 143.129 105.4608) (width 0.254) (layer Composant) (net 16) (status 420)) + (via (at 141.478 105.283) (size 0.635) (layers Composant Cuivre) (net 16)) + (segment (start 116.967 100.584) (end 112.1537 100.584) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 141.478 105.283) (end 140.97 105.156) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 136.652 100.838) (end 140.97 105.156) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 129.54 100.838) (end 136.652 100.838) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 129.54 100.838) (end 125.857 97.155) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 112.1537 100.584) (end 106.5657 106.172) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 125.857 97.155) (end 120.396 97.155) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 120.396 97.155) (end 116.967 100.584) (width 0.254) (layer Cuivre) (net 16)) + (segment (start 130.937 95.25) (end 130.937 95.758) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 138.43 142.24) (end 109.347 142.24) (width 0.254) (layer GND_layer) (net 17)) + (segment (start 109.347 142.24) (end 104.975 137.868) (width 0.254) (layer GND_layer) (net 17)) + (segment (start 104.975 137.868) (end 104.975 104.34) (width 0.254) (layer GND_layer) (net 17)) + (segment (start 104.975 104.34) (end 104.013 103.378) (width 0.254) (layer GND_layer) (net 17)) + (segment (start 127.635 100.9904) (end 129.159 100.965) (width 0.254) (layer Composant) (net 17) (status 810)) + (segment (start 129.159 100.965) (end 130.937 99.187) (width 0.254) (layer Composant) (net 17)) + (segment (start 141.224 139.446) (end 138.43 142.24) (width 0.254) (layer GND_layer) (net 17) (status 810)) + (segment (start 99.822 107.569) (end 104.013 103.378) (width 0.381) (layer Composant) (net 17)) + (segment (start 99.822 117.729) (end 99.822 107.569) (width 0.381) (layer Composant) (net 17)) + (segment (start 98.679 118.872) (end 99.822 117.729) (width 0.381) (layer Composant) (net 17)) + (segment (start 97.409 118.872) (end 98.679 118.872) (width 0.381) (layer Composant) (net 17) (status 810)) + (via (at 104.013 103.378) (size 0.635) (layers Composant Cuivre) (net 17)) + (segment (start 130.683 96.012) (end 128.905 96.012) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 104.521 103.378) (end 104.013 103.378) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 109.982 97.917) (end 104.521 103.378) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 109.982 93.472) (end 109.982 97.917) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 130.937 99.187) (end 130.937 95.25) (width 0.254) (layer Composant) (net 17)) + (segment (start 111.252 92.202) (end 109.982 93.472) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 125.73 92.202) (end 111.252 92.202) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 128.397 94.869) (end 125.73 92.202) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 128.397 95.504) (end 128.397 94.869) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 128.905 96.012) (end 128.397 95.504) (width 0.254) (layer Cuivre) (net 17)) + (via (at 130.937 95.25) (size 0.635) (layers Composant Cuivre) (net 17)) + (segment (start 130.937 95.758) (end 130.683 96.012) (width 0.254) (layer Cuivre) (net 17)) + (segment (start 132.461 107.569) (end 132.461 125.73) (width 0.254) (layer GND_layer) (net 18)) + (via (at 134.112 106.045) (size 0.635) (layers Composant Cuivre) (net 18)) + (via (at 135.382 135.001) (size 0.635) (layers Composant Cuivre) (net 18)) + (segment (start 133.731 106.299) (end 133.3754 106.6546) (width 0.254) (layer Composant) (net 18)) + (segment (start 134.112 106.045) (end 133.731 106.299) (width 0.254) (layer Composant) (net 18)) + (segment (start 135.382 128.651) (end 135.382 135.001) (width 0.254) (layer GND_layer) (net 18)) + (segment (start 132.461 125.73) (end 135.382 128.651) (width 0.254) (layer GND_layer) (net 18)) + (segment (start 133.3754 106.6546) (end 133.3754 109.22) (width 0.254) (layer Composant) (net 18) (status 420)) + (segment (start 123.444 139.446) (end 122.174 138.176) (width 0.254) (layer Cuivre) (net 18) (status 810)) + (segment (start 122.174 138.176) (end 122.174 136.398) (width 0.254) (layer Cuivre) (net 18)) + (segment (start 122.174 136.398) (end 125.349 133.223) (width 0.254) (layer Cuivre) (net 18)) + (segment (start 125.349 133.223) (end 134.239 133.223) (width 0.254) (layer Cuivre) (net 18)) + (segment (start 134.239 133.223) (end 135.382 134.366) (width 0.254) (layer Cuivre) (net 18)) + (segment (start 135.382 134.366) (end 135.382 135.001) (width 0.254) (layer Cuivre) (net 18)) + (segment (start 134.112 106.045) (end 133.604 106.426) (width 0.254) (layer GND_layer) (net 18)) + (segment (start 133.604 106.426) (end 132.461 107.569) (width 0.254) (layer GND_layer) (net 18)) + (segment (start 137.16 128.905) (end 133.477 125.222) (width 0.254) (layer GND_layer) (net 19)) + (segment (start 137.16 134.239) (end 137.16 135.001) (width 0.254) (layer Cuivre) (net 19)) + (segment (start 135.128 132.207) (end 137.16 134.239) (width 0.254) (layer Cuivre) (net 19)) + (segment (start 120.904 139.446) (end 119.634 138.176) (width 0.254) (layer Cuivre) (net 19) (status 810)) + (segment (start 119.634 138.176) (end 119.634 136.398) (width 0.254) (layer Cuivre) (net 19)) + (segment (start 119.634 136.398) (end 123.825 132.207) (width 0.254) (layer Cuivre) (net 19)) + (segment (start 123.825 132.207) (end 135.128 132.207) (width 0.254) (layer Cuivre) (net 19)) + (segment (start 137.16 135.001) (end 137.16 128.905) (width 0.254) (layer GND_layer) (net 19)) + (via (at 137.16 135.001) (size 0.635) (layers Composant Cuivre) (net 19)) + (via (at 135.001 106.934) (size 0.635) (layers Composant Cuivre) (net 19)) + (segment (start 134.874 107.569) (end 134.8994 109.22) (width 0.254) (layer Composant) (net 19) (status 420)) + (segment (start 135.001 106.934) (end 134.874 107.569) (width 0.254) (layer Composant) (net 19)) + (segment (start 135.001 108.077) (end 135.001 106.934) (width 0.254) (layer GND_layer) (net 19)) + (segment (start 133.477 109.601) (end 135.001 108.077) (width 0.254) (layer GND_layer) (net 19)) + (segment (start 133.477 125.222) (end 133.477 109.601) (width 0.254) (layer GND_layer) (net 19)) + (segment (start 148.817 112.549) (end 148.817 98.706) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 148.817 98.706) (end 149.352 98.171) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 149.352 98.171) (end 150.495 98.171) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 176.276 119.761) (end 176.276 118.5545) (width 0.4318) (layer Composant) (net 20) (status 810)) + (segment (start 176.276 118.5545) (end 174.8155 117.094) (width 0.4318) (layer Composant) (net 20) (status 420)) + (segment (start 176.276 119.761) (end 168.656 119.761) (width 0.4318) (layer Composant) (net 20) (status C30)) + (via (at 150.495 98.171) (size 0.635) (layers Composant Cuivre) (net 20)) + (segment (start 150.495 98.171) (end 149.733 98.171) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 138.811 97.282) (end 138.811 96.266) (width 0.254) (layer Composant) (net 20)) + (segment (start 138.811 96.266) (end 138.811 97.028) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 142.621 97.917) (end 143.51 97.028) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 139.7 97.917) (end 142.621 97.917) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 138.811 97.028) (end 139.7 97.917) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 160.909 100.457) (end 163.83 97.536) (width 0.381) (layer Composant) (net 20)) + (segment (start 163.83 97.536) (end 166.116 97.536) (width 0.381) (layer Composant) (net 20)) + (segment (start 147.32 113.665) (end 147.701 113.665) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 147.701 113.665) (end 148.817 112.549) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 150.495 100.457) (end 160.909 100.457) (width 0.381) (layer Composant) (net 20)) + (segment (start 144.78 116.205) (end 147.32 113.665) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 144.78 133.35) (end 144.78 116.205) (width 0.254) (layer GND_layer) (net 20)) + (segment (start 141.224 136.906) (end 144.78 133.35) (width 0.254) (layer GND_layer) (net 20) (status 810)) + (segment (start 166.497 117.602) (end 168.656 119.761) (width 0.381) (layer Composant) (net 20) (status 420)) + (segment (start 149.987 98.171) (end 150.495 98.171) (width 0.254) (layer Composant) (net 20)) + (segment (start 166.116 97.536) (end 166.497 97.917) (width 0.381) (layer Composant) (net 20)) + (segment (start 149.733 98.425) (end 149.987 98.171) (width 0.254) (layer Composant) (net 20)) + (segment (start 149.733 99.695) (end 149.733 98.425) (width 0.254) (layer Composant) (net 20)) + (segment (start 150.495 100.457) (end 149.733 99.695) (width 0.254) (layer Composant) (net 20)) + (segment (start 149.733 98.171) (end 148.59 97.028) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 143.51 97.028) (end 148.59 97.028) (width 0.254) (layer Cuivre) (net 20)) + (segment (start 166.497 108.331) (end 166.497 117.602) (width 0.381) (layer Composant) (net 20)) + (segment (start 168.021 106.807) (end 166.497 108.331) (width 0.381) (layer Composant) (net 20)) + (segment (start 168.021 105.283) (end 168.021 106.807) (width 0.381) (layer Composant) (net 20)) + (segment (start 166.497 103.759) (end 168.021 105.283) (width 0.381) (layer Composant) (net 20)) + (segment (start 166.497 97.917) (end 166.497 103.759) (width 0.381) (layer Composant) (net 20)) + (segment (start 138.811 97.282) (end 141.5034 99.9744) (width 0.254) (layer Composant) (net 20)) + (segment (start 141.5034 99.9744) (end 143.129 99.9744) (width 0.254) (layer Composant) (net 20) (status 420)) + (via (at 138.811 96.266) (size 0.889) (layers Composant Cuivre) (net 20)) + (segment (start 139.573 136.398) (end 144.272 131.699) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 150.495 97.282) (end 151.0665 97.282) (width 0.254) (layer Composant) (net 21)) + (segment (start 140.335 96.139) (end 140.716 96.52) (width 0.254) (layer Composant) (net 21)) + (via (at 140.335 96.139) (size 0.889) (layers Composant Cuivre) (net 21)) + (segment (start 140.335 96.139) (end 140.335 96.774) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 142.367 97.282) (end 143.129 96.52) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 140.843 97.282) (end 142.367 97.282) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 140.335 96.774) (end 140.843 97.282) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 138.684 136.906) (end 139.573 136.398) (width 0.254) (layer GND_layer) (net 21) (status 810)) + (segment (start 144.272 131.699) (end 144.272 115.951) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 144.272 115.951) (end 147.066 113.157) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 147.066 113.157) (end 147.447 113.157) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 147.447 113.157) (end 148.309 112.295) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 148.309 112.295) (end 148.309 98.198) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 148.309 98.198) (end 149.225 97.282) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 149.225 97.282) (end 150.495 97.282) (width 0.254) (layer GND_layer) (net 21)) + (segment (start 150.495 97.282) (end 149.733 97.282) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 148.971 96.52) (end 143.129 96.52) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 149.733 97.282) (end 148.971 96.52) (width 0.254) (layer Cuivre) (net 21)) + (segment (start 151.0665 97.282) (end 152.0825 98.298) (width 0.254) (layer Composant) (net 21) (status 420)) + (segment (start 140.716 96.52) (end 140.716 97.663) (width 0.254) (layer Composant) (net 21)) + (segment (start 140.716 97.663) (end 141.5288 98.4758) (width 0.254) (layer Composant) (net 21)) + (segment (start 141.5288 98.4758) (end 143.129 98.4758) (width 0.254) (layer Composant) (net 21) (status 420)) + (via (at 150.495 97.282) (size 0.635) (layers Composant Cuivre) (net 21)) + (via (at 141.605 96.266) (size 0.889) (layers Composant Cuivre) (net 22)) + (segment (start 149.86 96.647) (end 149.225 97.282) (width 0.254) (layer Composant) (net 22)) + (via (at 150.495 96.393) (size 0.635) (layers Composant Cuivre) (net 22)) + (segment (start 150.495 96.393) (end 149.86 96.647) (width 0.254) (layer Composant) (net 22)) + (segment (start 141.7828 97.9678) (end 143.129 97.9678) (width 0.254) (layer Composant) (net 22) (status 420)) + (segment (start 141.605 97.79) (end 141.7828 97.9678) (width 0.254) (layer Composant) (net 22)) + (segment (start 141.605 96.266) (end 141.605 97.79) (width 0.254) (layer Composant) (net 22)) + (segment (start 150.876 96.012) (end 150.495 96.393) (width 0.254) (layer Composant) (net 22)) + (segment (start 152.0825 96.012) (end 150.876 96.012) (width 0.254) (layer Composant) (net 22) (status 810)) + (segment (start 149.733 96.393) (end 150.495 96.393) (width 0.254) (layer Cuivre) (net 22)) + (segment (start 149.225 95.885) (end 149.733 96.393) (width 0.254) (layer Cuivre) (net 22)) + (segment (start 141.986 95.885) (end 149.225 95.885) (width 0.254) (layer Cuivre) (net 22)) + (segment (start 149.098 96.393) (end 150.495 96.393) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 147.801 97.69) (end 149.098 96.393) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 147.801 111.914) (end 147.801 97.69) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 143.764 131.318) (end 143.764 115.57) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 147.066 112.649) (end 147.801 111.914) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 146.685 112.649) (end 147.066 112.649) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 143.764 115.57) (end 146.685 112.649) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 149.225 97.282) (end 149.225 100.203) (width 0.254) (layer Composant) (net 22)) + (segment (start 149.225 100.203) (end 150.241 101.219) (width 0.254) (layer Composant) (net 22)) + (segment (start 150.241 101.219) (end 157.607 101.219) (width 0.381) (layer Composant) (net 22)) + (segment (start 157.607 101.219) (end 157.9245 101.5365) (width 0.381) (layer Composant) (net 22)) + (segment (start 157.9245 101.5365) (end 159.4485 101.5365) (width 0.381) (layer Composant) (net 22) (status 420)) + (segment (start 136.144 136.906) (end 137.287 135.763) (width 0.254) (layer GND_layer) (net 22) (status 810)) + (segment (start 137.287 135.763) (end 139.319 135.763) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 139.319 135.763) (end 143.764 131.318) (width 0.254) (layer GND_layer) (net 22)) + (segment (start 141.986 95.885) (end 141.605 96.266) (width 0.254) (layer Cuivre) (net 22)) + (segment (start 119.1895 95.1865) (end 117.348 93.345) (width 0.4318) (layer Composant) (net 23)) + (segment (start 126.5174 95.2754) (end 127.635 95.4786) (width 0.254) (layer Composant) (net 23) (status 420)) + (segment (start 116.078 92.964) (end 115.062 93.345) (width 0.254) (layer Cuivre) (net 23) (status 420)) + (segment (start 117.348 93.345) (end 115.062 93.345) (width 0.4318) (layer Composant) (net 23) (status 420)) + (segment (start 125.603 93.345) (end 125.603 94.361) (width 0.254) (layer Composant) (net 23)) + (segment (start 125.476 92.964) (end 125.603 93.345) (width 0.254) (layer Composant) (net 23)) + (segment (start 125.476 92.964) (end 116.078 92.964) (width 0.254) (layer Cuivre) (net 23)) + (segment (start 125.603 94.361) (end 126.5174 95.2754) (width 0.254) (layer Composant) (net 23)) + (via (at 125.476 92.964) (size 0.635) (layers Composant Cuivre) (net 23)) + (segment (start 119.1895 97.282) (end 119.1895 95.1865) (width 0.4318) (layer Composant) (net 23) (status 810)) + (segment (start 136.37768 107.81792) (end 136.37768 107.1) (width 0.254) (layer Composant) (net 24)) + (segment (start 136.398 109.22) (end 136.37768 107.81792) (width 0.254) (layer Composant) (net 24) (status 810)) + (segment (start 80.01 113.919) (end 83.185 110.744) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 111.506 111.125) (end 115.951 111.125) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 80.01 117.348) (end 80.01 113.919) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 79.629 117.729) (end 80.01 117.348) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 75.438 117.729) (end 79.629 117.729) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 74.676 118.491) (end 75.438 117.729) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 74.676 122.428) (end 74.676 118.491) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 76.327 124.079) (end 74.676 122.428) (width 0.254) (layer Cuivre) (net 24) (status 810)) + (segment (start 119.507 107.569) (end 127.127 107.569) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 135.001 108.077) (end 135.89 107.188) (width 0.254) (layer Cuivre) (net 24)) + (via (at 135.7 105.6) (size 0.889) (layers Composant Cuivre) (net 24)) + (segment (start 127.127 107.569) (end 127.635 108.077) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 115.951 111.125) (end 119.507 107.569) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 109.147 108.766) (end 111.506 111.125) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 86.941 108.766) (end 109.147 108.766) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 84.963 110.744) (end 86.941 108.766) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 83.185 110.744) (end 84.963 110.744) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 127.635 108.077) (end 135.001 108.077) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 135.7 106.4) (end 135.7 105.6) (width 0.254) (layer Composant) (net 24) (tstamp 53D8E668)) + (segment (start 136.37768 107.07768) (end 135.7 106.4) (width 0.254) (layer Composant) (net 24) (tstamp 53D8E667)) + (segment (start 136.37768 107.1) (end 136.37768 107.07768) (width 0.254) (layer Composant) (net 24)) + (segment (start 135.89 105.79) (end 135.7 105.6) (width 0.254) (layer Cuivre) (net 24) (tstamp 53D8E66B)) + (segment (start 135.89 107.188) (end 135.89 105.79) (width 0.254) (layer Cuivre) (net 24)) + (segment (start 116.151 111.887) (end 119.961 108.077) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 111.125 111.887) (end 116.151 111.887) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 136.8806 105.9434) (end 136.906 105.918) (width 0.254) (layer Composant) (net 25)) + (segment (start 78.867 121.539) (end 80.518 119.888) (width 0.254) (layer Cuivre) (net 25) (status 810)) + (segment (start 80.518 119.888) (end 80.518 114.173) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 80.518 114.173) (end 83.439 111.252) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 83.439 111.252) (end 85.217 111.252) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 85.217 111.252) (end 86.995 109.474) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 86.995 109.474) (end 108.712 109.474) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 108.712 109.474) (end 111.125 111.887) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 119.961 108.077) (end 126.873 108.077) (width 0.254) (layer Cuivre) (net 25)) + (via (at 136.906 105.918) (size 0.635) (layers Composant Cuivre) (net 25)) + (segment (start 136.906 107.061) (end 136.906 105.918) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 135.382 108.585) (end 136.906 107.061) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 127.381 108.585) (end 135.382 108.585) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 126.873 108.077) (end 127.381 108.585) (width 0.254) (layer Cuivre) (net 25)) + (segment (start 136.8806 109.22) (end 136.8806 105.9434) (width 0.254) (layer Composant) (net 25) (status 810)) + (segment (start 138.3792 109.22) (end 138.3792 107.9754) (width 0.254) (layer Composant) (net 26) (status 810)) + (segment (start 116.351 112.649) (end 110.871 112.649) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 120.415 108.585) (end 116.351 112.649) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 83.693 111.76) (end 81.026 114.427) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 87.122 110.109) (end 108.331 110.109) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 136.017 109.093) (end 127.127 109.093) (width 0.254) (layer Cuivre) (net 26)) + (via (at 138.7 106.5) (size 0.635) (layers Composant Cuivre) (net 26)) + (segment (start 77.597 122.809) (end 76.327 121.539) (width 0.254) (layer Cuivre) (net 26) (status 420)) + (segment (start 79.502 122.809) (end 77.597 122.809) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 87.122 110.109) (end 85.471 111.76) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 81.026 121.285) (end 79.502 122.809) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 81.026 114.427) (end 81.026 121.285) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 108.331 110.109) (end 110.871 112.649) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 85.471 111.76) (end 83.693 111.76) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 126.619 108.585) (end 120.415 108.585) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 127.127 109.093) (end 126.619 108.585) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 138.7 106.5) (end 136.017 109.093) (width 0.254) (layer Cuivre) (net 26)) + (segment (start 138.3792 106.8208) (end 138.7 106.5) (width 0.254) (layer Composant) (net 26) (tstamp 53D8E686)) + (segment (start 138.3792 107.9754) (end 138.3792 106.8208) (width 0.254) (layer Composant) (net 26)) + (segment (start 83.82 112.395) (end 85.598 112.395) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 76.835 122.809) (end 77.597 123.571) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 81.534 123.444) (end 81.534 114.681) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 79.629 125.349) (end 81.534 123.444) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 77.978 125.349) (end 79.629 125.349) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 78.867 118.999) (end 77.597 120.269) (width 0.254) (layer Cuivre) (net 27) (status 810)) + (via (at 139.065 107.442) (size 0.635) (layers Composant Cuivre) (net 27)) + (segment (start 138.8872 109.22) (end 138.8872 107.8992) (width 0.254) (layer Composant) (net 27) (status 810)) + (segment (start 136.779 109.728) (end 139.065 107.442) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 127 109.728) (end 136.779 109.728) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 81.534 114.681) (end 83.82 112.395) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 126.365 109.093) (end 127 109.728) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 120.969 109.093) (end 126.365 109.093) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 116.778 113.284) (end 120.969 109.093) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 110.49 113.284) (end 116.778 113.284) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 107.95 110.744) (end 110.49 113.284) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 87.249 110.744) (end 107.95 110.744) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 138.8872 107.8992) (end 139.065 107.442) (width 0.254) (layer Composant) (net 27)) + (segment (start 77.597 120.269) (end 75.819 120.269) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 75.819 120.269) (end 75.184 120.904) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 75.184 120.904) (end 75.184 122.174) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 75.184 122.174) (end 75.819 122.809) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 75.819 122.809) (end 76.835 122.809) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 85.598 112.395) (end 87.249 110.744) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 77.597 123.571) (end 77.597 124.968) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 77.597 124.968) (end 77.978 125.349) (width 0.254) (layer Cuivre) (net 27)) + (segment (start 148.844 136.906) (end 154.686 131.064) (width 0.254) (layer GND_layer) (net 28) (status 810)) + (segment (start 137.0711 95.66656) (end 137.0711 96.9899) (width 0.254) (layer Cuivre) (net 28)) + (via (at 153.035 92.71) (size 0.635) (layers Composant Cuivre) (net 28)) + (segment (start 152.654 92.964) (end 153.035 92.71) (width 0.254) (layer Cuivre) (net 28)) + (segment (start 139.573 92.964) (end 152.654 92.964) (width 0.254) (layer Cuivre) (net 28)) + (segment (start 137.0711 95.66656) (end 139.573 92.964) (width 0.254) (layer Cuivre) (net 28)) + (segment (start 154.686 94.361) (end 153.035 92.71) (width 0.254) (layer GND_layer) (net 28)) + (segment (start 154.686 131.064) (end 154.686 94.361) (width 0.254) (layer GND_layer) (net 28)) + (via (at 136.271 97.282) (size 0.889) (layers Composant Cuivre) (net 28)) + (segment (start 135.880068 94.42206) (end 135.8646 93.726) (width 0.254) (layer Composant) (net 28) (tstamp 53D8E5DE) (status 420)) + (segment (start 136.271 97.282) (end 136.779 97.282) (width 0.254) (layer Cuivre) (net 28)) + (segment (start 136.779 97.282) (end 137.0711 96.9899) (width 0.254) (layer Cuivre) (net 28)) + (segment (start 136.271 97.282) (end 136.398 97.282) (width 0.254) (layer Composant) (net 28)) + (segment (start 136.779 96.901) (end 136.779 95.7) (width 0.254) (layer Composant) (net 28)) + (segment (start 136.398 97.282) (end 136.779 96.901) (width 0.254) (layer Composant) (net 28)) + (segment (start 136.779 95.321) (end 135.880068 94.422068) (width 0.254) (layer Composant) (net 28) (tstamp 53D8E5DA)) + (segment (start 135.880068 94.422068) (end 135.880068 94.42206) (width 0.254) (layer Composant) (net 28) (tstamp 53D8E5DB)) + (segment (start 136.779 95.7) (end 136.779 95.321) (width 0.254) (layer Composant) (net 28)) + (via (at 122.428 115.316) (size 0.889) (layers Composant Cuivre) (net 29)) + (segment (start 83.312 115.316) (end 83.312 134.112) (width 0.4318) (layer Composant) (net 29) (status 20)) + (segment (start 93.853 116.459) (end 104.775 116.459) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 93.345 116.967) (end 93.853 116.459) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 85.09 116.967) (end 93.345 116.967) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 83.439 115.316) (end 85.09 116.967) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 83.312 115.316) (end 83.439 115.316) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 83.312 134.112) (end 83.439 134.239) (width 0.4318) (layer Composant) (net 29) (status 430)) + (segment (start 122.301 115.189) (end 122.428 115.316) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 122.428 115.316) (end 122.555 115.189) (width 0.4318) (layer Composant) (net 29)) + (segment (start 122.555 115.189) (end 134.0485 115.189) (width 0.4318) (layer Composant) (net 29)) + (segment (start 134.0485 115.189) (end 134.874 114.3635) (width 0.4318) (layer Composant) (net 29) (status 420)) + (segment (start 88.519 134.239) (end 88.9 134.62) (width 0.4318) (layer Cuivre) (net 29) (status 430)) + (segment (start 83.439 134.239) (end 88.519 134.239) (width 0.4318) (layer Cuivre) (net 29) (status 830)) + (segment (start 104.775 116.459) (end 106.045 115.189) (width 0.4318) (layer Cuivre) (net 29)) + (via (at 83.312 115.316) (size 0.889) (layers Composant Cuivre) (net 29)) + (segment (start 106.045 115.189) (end 122.301 115.189) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 83.8835 112.8395) (end 84.836 112.8395) (width 0.4318) (layer Composant) (net 29) (status 420)) + (segment (start 83.312 113.411) (end 83.8835 112.8395) (width 0.4318) (layer Composant) (net 29)) + (segment (start 83.439 134.239) (end 78.867 134.239) (width 0.4318) (layer Cuivre) (net 29) (status C30)) + (segment (start 83.312 115.316) (end 83.312 113.411) (width 0.4318) (layer Composant) (net 29)) + (segment (start 149.733 111.6965) (end 150.114 112.0775) (width 0.381) (layer Composant) (net 30)) + (segment (start 140.8938 109.22) (end 140.8938 110.7948) (width 0.254) (layer Composant) (net 30) (status 810)) + (segment (start 141.986 111.6965) (end 141.732 111.4425) (width 0.381) (layer Composant) (net 30) (status 430)) + (segment (start 143.51 111.6965) (end 141.986 111.6965) (width 0.381) (layer Composant) (net 30) (status 830)) + (segment (start 140.8938 110.7948) (end 141.732 111.4425) (width 0.254) (layer Composant) (net 30) (status 420)) + (segment (start 150.241 109.22) (end 150.241 111.9505) (width 0.254) (layer Composant) (net 30) (status 810)) + (segment (start 150.241 111.9505) (end 150.114 112.0775) (width 0.254) (layer Composant) (net 30)) + (segment (start 143.51 111.6965) (end 149.733 111.6965) (width 0.381) (layer Composant) (net 30) (status 810)) + (segment (start 150.622 88.9) (end 151.13 88.9) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 151.13 88.9) (end 153.67 91.44) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 150.114 136.398) (end 150.114 138.176) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 156.337 130.175) (end 150.114 136.398) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 156.337 119.253) (end 156.337 130.175) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 157.607 117.983) (end 156.337 119.253) (width 0.254) (layer GND_layer) (net 31) (status 810)) + (segment (start 134.366 85.598) (end 134.747 85.217) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 136.3726 93.726) (end 136.3853 92.329) (width 0.254) (layer Composant) (net 31) (status 810)) + (segment (start 149.86 88.138) (end 150.622 88.9) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 141.097 88.138) (end 149.86 88.138) (width 0.254) (layer Cuivre) (net 31)) + (via (at 134.747 85.217) (size 0.889) (layers Composant Cuivre) (net 31)) + (via (at 150.622 88.9) (size 0.889) (layers Composant Cuivre) (net 31)) + (segment (start 150.114 138.176) (end 151.384 139.446) (width 0.254) (layer GND_layer) (net 31) (status 420)) + (segment (start 127.381 85.598) (end 134.366 85.598) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 134.747 85.217) (end 135.636 86.106) (width 0.254) (layer Composant) (net 31)) + (segment (start 135.636 86.106) (end 135.636 88.646) (width 0.254) (layer Composant) (net 31)) + (segment (start 139.827 89.408) (end 141.097 88.138) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 126.111 84.328) (end 118.999 84.328) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 127.381 85.598) (end 126.111 84.328) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 118.999 84.328) (end 114.3 89.027) (width 0.254) (layer Cuivre) (net 31) (status 420)) + (segment (start 155.194 115.57) (end 155.194 93.726) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 155.194 93.726) (end 153.67 92.202) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 153.67 92.202) (end 153.67 91.44) (width 0.254) (layer GND_layer) (net 31)) + (segment (start 157.607 117.983) (end 155.194 115.57) (width 0.254) (layer GND_layer) (net 31) (status 810)) + (segment (start 136.3853 92.329) (end 136.271 91.94038) (width 0.254) (layer Composant) (net 31)) + (via (at 135.636 88.646) (size 0.635) (layers Composant Cuivre) (net 31)) + (segment (start 136.271 91.94038) (end 136.271 89.535) (width 0.254) (layer Composant) (net 31)) + (segment (start 136.271 89.535) (end 135.763 89.027) (width 0.254) (layer Composant) (net 31)) + (segment (start 135.763 89.027) (end 135.636 88.646) (width 0.254) (layer Composant) (net 31)) + (segment (start 135.636 88.646) (end 135.636 89.154) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 135.636 89.154) (end 136.144 89.408) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 136.144 89.408) (end 139.827 89.408) (width 0.254) (layer Cuivre) (net 31)) + (segment (start 100.457 90.551) (end 100.6475 90.043) (width 0.381) (layer Composant) (net 32) (status 430)) + (segment (start 104.775 89.027) (end 105.618 88.184) (width 0.381) (layer Composant) (net 32)) + (segment (start 105.618 88.184) (end 105.618 82.596) (width 0.381) (layer Composant) (net 32)) + (segment (start 105.618 82.596) (end 108.077 80.137) (width 0.381) (layer Composant) (net 32)) + (segment (start 108.077 80.137) (end 111.76 80.137) (width 0.381) (layer Composant) (net 32)) + (segment (start 111.76 80.137) (end 113.284 78.613) (width 0.381) (layer Composant) (net 32) (status 420)) + (segment (start 100.6475 90.043) (end 101.219 89.408) (width 0.381) (layer Composant) (net 32) (status 810)) + (segment (start 101.219 89.408) (end 102.108 89.408) (width 0.381) (layer Composant) (net 32)) + (segment (start 100.457 91.186) (end 100.457 90.551) (width 0.381) (layer Composant) (net 32) (status 20)) + (segment (start 99.187 92.456) (end 100.457 91.186) (width 0.381) (layer Composant) (net 32)) + (segment (start 99.187 94.361) (end 99.187 92.456) (width 0.381) (layer Composant) (net 32)) + (segment (start 97.79 95.758) (end 99.187 94.361) (width 0.381) (layer Composant) (net 32) (status 810)) + (segment (start 102.489 89.027) (end 103.251 89.027) (width 0.381) (layer Composant) (net 32) (status 420)) + (segment (start 103.251 89.027) (end 104.775 89.027) (width 0.381) (layer Composant) (net 32) (status 810)) + (segment (start 102.108 89.408) (end 102.489 89.027) (width 0.381) (layer Composant) (net 32)) + (segment (start 108.204 78.613) (end 104.956 81.861) (width 0.381) (layer Composant) (net 33) (status 810)) + (segment (start 100.6475 87.757) (end 103.251 87.757) (width 0.4318) (layer Composant) (net 33) (status C30)) + (segment (start 100.6475 85.471) (end 100.6475 87.757) (width 0.762) (layer Composant) (net 33) (status C30)) + (segment (start 104.956 81.861) (end 104.956 87.449) (width 0.381) (layer Composant) (net 33)) + (segment (start 104.956 87.449) (end 104.648 87.757) (width 0.381) (layer Composant) (net 33)) + (segment (start 104.648 87.757) (end 103.251 87.757) (width 0.381) (layer Composant) (net 33) (status 420)) + (segment (start 178.816 80.518) (end 177.038 80.518) (width 0.381) (layer Composant) (net 34)) + (segment (start 175.006 63.754) (end 185.801 63.754) (width 0.381) (layer Composant) (net 34)) + (segment (start 184.15 82.296) (end 180.594 82.296) (width 0.381) (layer Composant) (net 34) (status 810)) + (segment (start 173.482 65.278) (end 175.006 63.754) (width 0.381) (layer Composant) (net 34)) + (segment (start 177.038 80.518) (end 176.022 79.502) (width 0.381) (layer Composant) (net 34)) + (segment (start 176.022 79.502) (end 176.022 71.12) (width 0.381) (layer Composant) (net 34)) + (segment (start 176.022 71.12) (end 173.482 68.58) (width 0.381) (layer Composant) (net 34)) + (segment (start 173.482 68.58) (end 173.482 65.278) (width 0.381) (layer Composant) (net 34)) + (segment (start 185.801 63.754) (end 187.833 66.04) (width 0.381) (layer Composant) (net 34) (status 420)) + (segment (start 180.594 82.296) (end 178.816 80.518) (width 0.381) (layer Composant) (net 34)) + (segment (start 150.241 63.754) (end 148.717 65.278) (width 0.381) (layer Composant) (net 35)) + (segment (start 148.717 65.278) (end 148.717 79.121) (width 0.381) (layer Composant) (net 35)) + (segment (start 154.305 65.151) (end 152.908 63.754) (width 0.381) (layer Composant) (net 35)) + (segment (start 152.908 63.754) (end 150.241 63.754) (width 0.381) (layer Composant) (net 35)) + (segment (start 148.717 79.121) (end 151.892 82.296) (width 0.381) (layer Composant) (net 35)) + (segment (start 151.892 82.296) (end 156.21 82.296) (width 0.381) (layer Composant) (net 35) (status 420)) + (segment (start 154.305 66.04) (end 154.305 65.151) (width 0.381) (layer Composant) (net 35) (status 810)) + (segment (start 120.777 66.04) (end 120.523 66.04) (width 0.381) (layer Composant) (net 36) (status 830)) + (via (at 109.474 71.374) (size 0.889) (layers Composant Cuivre) (net 36)) + (segment (start 115.443 67.183) (end 112.776 69.85) (width 0.381) (layer Composant) (net 36)) + (segment (start 112.776 69.85) (end 110.998 69.85) (width 0.381) (layer Composant) (net 36)) + (segment (start 110.998 69.85) (end 109.474 71.374) (width 0.381) (layer Composant) (net 36)) + (segment (start 113.284 76.073) (end 112.014 77.343) (width 0.381) (layer GND_layer) (net 36) (status 810)) + (segment (start 112.014 77.343) (end 109.982 77.343) (width 0.381) (layer GND_layer) (net 36)) + (segment (start 109.982 77.343) (end 109.474 76.835) (width 0.381) (layer GND_layer) (net 36)) + (segment (start 109.474 76.835) (end 109.474 71.374) (width 0.381) (layer GND_layer) (net 36)) + (segment (start 120.523 66.04) (end 119.38 67.183) (width 0.381) (layer Composant) (net 36) (status 10)) + (segment (start 119.38 67.183) (end 115.443 67.183) (width 0.381) (layer Composant) (net 36)) + (segment (start 138.049 135.001) (end 138.049 134.493) (width 0.254) (layer Cuivre) (net 37)) + (via (at 134.239 110.871) (size 0.635) (layers Composant Cuivre) (net 37)) + (segment (start 138.303 134.239) (end 145.542 134.239) (width 0.254) (layer Cuivre) (net 37)) + (segment (start 145.542 134.239) (end 147.574 136.271) (width 0.254) (layer Cuivre) (net 37)) + (segment (start 147.574 136.271) (end 147.574 138.176) (width 0.254) (layer Cuivre) (net 37)) + (segment (start 147.574 138.176) (end 148.844 139.446) (width 0.254) (layer Cuivre) (net 37) (status 420)) + (segment (start 134.239 110.871) (end 133.8834 110.4646) (width 0.254) (layer Composant) (net 37)) + (segment (start 133.8834 110.4646) (end 133.8834 109.22) (width 0.254) (layer Composant) (net 37) (status 420)) + (segment (start 134.239 110.871) (end 134.239 125.222) (width 0.254) (layer GND_layer) (net 37)) + (segment (start 134.239 125.222) (end 138.049 129.032) (width 0.254) (layer GND_layer) (net 37)) + (segment (start 138.049 129.032) (end 138.049 135.001) (width 0.254) (layer GND_layer) (net 37)) + (via (at 138.049 135.001) (size 0.635) (layers Composant Cuivre) (net 37)) + (segment (start 138.049 134.493) (end 138.303 134.239) (width 0.254) (layer Cuivre) (net 37)) + (segment (start 138.684 132.969) (end 138.938 133.223) (width 0.254) (layer GND_layer) (net 38)) + (segment (start 135.382 110.49) (end 135.128 110.871) (width 0.254) (layer Composant) (net 38)) + (segment (start 135.382 109.22) (end 135.382 110.49) (width 0.254) (layer Composant) (net 38) (status 810)) + (via (at 138.938 135.001) (size 0.635) (layers Composant Cuivre) (net 38)) + (segment (start 138.938 135.001) (end 143.891 135.001) (width 0.254) (layer Cuivre) (net 38)) + (segment (start 143.891 135.001) (end 145.034 136.144) (width 0.254) (layer Cuivre) (net 38)) + (segment (start 145.034 136.144) (end 145.034 138.176) (width 0.254) (layer Cuivre) (net 38)) + (segment (start 145.034 138.176) (end 146.304 139.446) (width 0.254) (layer Cuivre) (net 38) (status 420)) + (segment (start 138.938 133.223) (end 138.938 135.001) (width 0.254) (layer GND_layer) (net 38)) + (via (at 135.128 110.871) (size 0.635) (layers Composant Cuivre) (net 38)) + (segment (start 135.128 125.349) (end 138.684 128.905) (width 0.254) (layer GND_layer) (net 38)) + (segment (start 138.684 128.905) (end 138.684 132.969) (width 0.254) (layer GND_layer) (net 38)) + (segment (start 135.128 110.871) (end 135.128 125.349) (width 0.254) (layer GND_layer) (net 38)) + (segment (start 176.403 81.28) (end 178.435 81.28) (width 0.381) (layer Composant) (net 39)) + (segment (start 187.579 62.865) (end 174.498 62.865) (width 0.381) (layer Composant) (net 39)) + (segment (start 174.498 62.865) (end 172.72 64.643) (width 0.381) (layer Composant) (net 39)) + (segment (start 172.72 64.643) (end 172.72 68.961) (width 0.381) (layer Composant) (net 39)) + (segment (start 172.72 68.961) (end 175.26 71.501) (width 0.381) (layer Composant) (net 39)) + (segment (start 175.26 71.501) (end 175.26 80.137) (width 0.381) (layer Composant) (net 39)) + (segment (start 185.039 81.026) (end 184.15 81.026) (width 0.4318) (layer Composant) (net 39) (status 420)) + (segment (start 190.5 65.786) (end 187.579 62.865) (width 0.4318) (layer Composant) (net 39) (status 10)) + (segment (start 190.5 66.04) (end 190.5 65.786) (width 0.4318) (layer Composant) (net 39) (status 830)) + (segment (start 185.674 81.661) (end 185.039 81.026) (width 0.381) (layer Composant) (net 39)) + (segment (start 185.674 82.804) (end 185.674 81.661) (width 0.381) (layer Composant) (net 39)) + (segment (start 185.42 83.058) (end 185.674 82.804) (width 0.381) (layer Composant) (net 39)) + (segment (start 180.213 83.058) (end 185.42 83.058) (width 0.381) (layer Composant) (net 39)) + (segment (start 178.435 81.28) (end 180.213 83.058) (width 0.381) (layer Composant) (net 39)) + (segment (start 175.26 80.137) (end 176.403 81.28) (width 0.381) (layer Composant) (net 39)) + (segment (start 157.734 82.804) (end 157.48 83.058) (width 0.381) (layer Composant) (net 40)) + (segment (start 147.955 79.756) (end 147.955 64.77) (width 0.381) (layer Composant) (net 40)) + (segment (start 147.955 79.756) (end 151.257 83.058) (width 0.381) (layer Composant) (net 40)) + (segment (start 151.257 83.058) (end 157.48 83.058) (width 0.381) (layer Composant) (net 40)) + (segment (start 156.972 65.532) (end 156.972 66.04) (width 0.381) (layer Composant) (net 40) (status 430)) + (segment (start 157.734 82.042) (end 157.734 82.804) (width 0.381) (layer Composant) (net 40)) + (segment (start 156.718 81.026) (end 157.734 82.042) (width 0.381) (layer Composant) (net 40) (status 10)) + (segment (start 156.21 81.026) (end 156.718 81.026) (width 0.381) (layer Composant) (net 40) (status 830)) + (segment (start 147.955 64.77) (end 149.86 62.865) (width 0.381) (layer Composant) (net 40)) + (segment (start 149.86 62.865) (end 154.305 62.865) (width 0.381) (layer Composant) (net 40)) + (segment (start 154.305 62.865) (end 156.972 65.532) (width 0.381) (layer Composant) (net 40) (status 20)) + (segment (start 123.444 70.485) (end 126.746 73.787) (width 0.381) (layer Composant) (net 41)) + (segment (start 123.444 66.04) (end 123.444 70.485) (width 0.381) (layer Composant) (net 41) (status 810)) + (segment (start 127.381 75.946) (end 128.27 75.946) (width 0.381) (layer Composant) (net 41) (status 420)) + (segment (start 126.746 75.311) (end 127.381 75.946) (width 0.381) (layer Composant) (net 41)) + (segment (start 126.746 73.787) (end 126.746 75.311) (width 0.381) (layer Composant) (net 41)) + (segment (start 189.103 68.58) (end 189.103 68.453) (width 0.381) (layer Composant) (net 42) (status 830)) + (segment (start 185.039 69.723) (end 184.404 70.358) (width 0.381) (layer Composant) (net 42)) + (segment (start 185.039 67.818) (end 185.039 69.723) (width 0.381) (layer Composant) (net 42)) + (segment (start 184.404 70.358) (end 184.404 71.501) (width 0.381) (layer Composant) (net 42)) + (segment (start 187.198 67.183) (end 185.674 67.183) (width 0.381) (layer Composant) (net 42)) + (segment (start 187.452 67.437) (end 187.198 67.183) (width 0.381) (layer Composant) (net 42)) + (segment (start 184.404 71.501) (end 186.944 74.041) (width 0.381) (layer Composant) (net 42)) + (segment (start 186.944 74.041) (end 186.944 76.327) (width 0.381) (layer Composant) (net 42)) + (segment (start 186.944 76.327) (end 187.833 77.216) (width 0.381) (layer Composant) (net 42)) + (segment (start 187.833 77.216) (end 189.23 77.216) (width 0.381) (layer Composant) (net 42) (status 420)) + (segment (start 188.087 67.437) (end 187.452 67.437) (width 0.381) (layer Composant) (net 42)) + (segment (start 189.103 68.453) (end 188.087 67.437) (width 0.381) (layer Composant) (net 42) (status 10)) + (segment (start 185.674 67.183) (end 185.039 67.818) (width 0.381) (layer Composant) (net 42)) + (segment (start 159.004 76.581) (end 159.639 77.216) (width 0.381) (layer Composant) (net 43)) + (segment (start 159.004 74.041) (end 159.004 76.581) (width 0.381) (layer Composant) (net 43)) + (segment (start 155.702 70.739) (end 159.004 74.041) (width 0.381) (layer Composant) (net 43)) + (segment (start 155.575 68.58) (end 154.305 67.31) (width 0.381) (layer Composant) (net 43) (status 810)) + (segment (start 154.305 67.31) (end 152.019 67.31) (width 0.381) (layer Composant) (net 43)) + (segment (start 153.035 70.739) (end 155.702 70.739) (width 0.381) (layer Composant) (net 43)) + (segment (start 151.511 69.215) (end 153.035 70.739) (width 0.381) (layer Composant) (net 43)) + (segment (start 151.511 67.818) (end 151.511 69.215) (width 0.381) (layer Composant) (net 43)) + (segment (start 159.639 77.216) (end 161.29 77.216) (width 0.381) (layer Composant) (net 43) (status 420)) + (segment (start 152.019 67.31) (end 151.511 67.818) (width 0.381) (layer Composant) (net 43)) + (segment (start 112.014 74.803) (end 112.014 71.628) (width 0.381) (layer GND_layer) (net 44)) + (via (at 112.014 71.628) (size 0.889) (layers Composant Cuivre) (net 44)) + (segment (start 122.047 68.58) (end 120.269 70.358) (width 0.381) (layer Composant) (net 44) (status 810)) + (segment (start 120.269 70.358) (end 118.11 70.358) (width 0.381) (layer Composant) (net 44)) + (segment (start 118.11 70.358) (end 117.221 71.628) (width 0.381) (layer Composant) (net 44)) + (segment (start 117.221 71.628) (end 112.014 71.628) (width 0.381) (layer Composant) (net 44)) + (segment (start 110.744 76.073) (end 112.014 74.803) (width 0.381) (layer GND_layer) (net 44) (status 810)) + (segment (start 110.744 85.217) (end 113.03 85.217) (width 0.381) (layer Composant) (net 45)) + (segment (start 109.474 86.487) (end 110.744 85.217) (width 0.381) (layer Composant) (net 45)) + (segment (start 113.03 85.217) (end 114.3 86.487) (width 0.381) (layer Composant) (net 45) (status 420)) + (segment (start 108.585 86.487) (end 109.474 86.487) (width 0.381) (layer Composant) (net 45) (status 810)) + (segment (start 187.706 73.787) (end 185.293 71.374) (width 0.381) (layer Composant) (net 46)) + (segment (start 187.706 75.311) (end 187.706 73.787) (width 0.381) (layer Composant) (net 46)) + (segment (start 188.341 75.946) (end 187.706 75.311) (width 0.381) (layer Composant) (net 46)) + (segment (start 189.23 75.946) (end 188.341 75.946) (width 0.381) (layer Composant) (net 46) (status 810)) + (segment (start 186.182 69.723) (end 186.436 68.58) (width 0.381) (layer Composant) (net 46) (status 420)) + (segment (start 185.293 70.612) (end 186.182 69.723) (width 0.381) (layer Composant) (net 46)) + (segment (start 185.293 71.374) (end 185.293 70.612) (width 0.381) (layer Composant) (net 46)) + (segment (start 159.766 73.787) (end 159.766 75.311) (width 0.381) (layer Composant) (net 47)) + (segment (start 155.956 69.977) (end 159.766 73.787) (width 0.381) (layer Composant) (net 47)) + (segment (start 159.766 75.311) (end 160.401 75.946) (width 0.381) (layer Composant) (net 47)) + (segment (start 160.401 75.946) (end 161.29 75.946) (width 0.381) (layer Composant) (net 47) (status 420)) + (segment (start 152.908 68.58) (end 154.305 69.977) (width 0.381) (layer Composant) (net 47) (status 810)) + (segment (start 154.305 69.977) (end 155.956 69.977) (width 0.381) (layer Composant) (net 47)) + (segment (start 120.65 67.945) (end 122.0978 66.4972) (width 0.381) (layer Composant) (net 48)) + (segment (start 109.22 68.834) (end 106.807 71.247) (width 0.381) (layer Composant) (net 48)) + (segment (start 122.0978 66.4972) (end 122.0978 65.0748) (width 0.381) (layer Composant) (net 48)) + (segment (start 122.0978 65.0748) (end 120.523 63.5) (width 0.381) (layer Composant) (net 48)) + (segment (start 106.807 74.676) (end 108.204 76.073) (width 0.381) (layer Composant) (net 48) (status 420)) + (segment (start 106.807 71.247) (end 106.807 74.676) (width 0.381) (layer Composant) (net 48)) + (segment (start 120.523 63.5) (end 117.856 63.5) (width 0.381) (layer Composant) (net 48)) + (segment (start 112.522 68.834) (end 109.22 68.834) (width 0.381) (layer Composant) (net 48)) + (segment (start 117.856 63.5) (end 112.522 68.834) (width 0.381) (layer Composant) (net 48)) + (segment (start 119.38 68.58) (end 120.65 67.945) (width 0.381) (layer Composant) (net 48) (status 810)) + (segment (start 108.585 90.297) (end 110.49 90.297) (width 0.381) (layer Composant) (net 49) (status 810)) + (segment (start 110.49 90.297) (end 111.76 89.027) (width 0.381) (layer Composant) (net 49) (status 420)) + (segment (start 140.208 82.169) (end 140.208 82.804) (width 0.254) (layer Composant) (net 50)) + (segment (start 122.174 96.266) (end 123.952 96.266) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 120.396 129.54) (end 124.714 133.858) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 120.396 105.537) (end 120.396 129.54) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 120.904 93.345) (end 120.904 94.996) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 131.064 87.757) (end 129.159 87.757) (width 0.254) (layer Composant) (net 50)) + (segment (start 129.159 87.757) (end 124.714 92.202) (width 0.254) (layer Composant) (net 50)) + (segment (start 124.714 92.202) (end 124.714 93.472) (width 0.254) (layer Composant) (net 50)) + (segment (start 124.714 93.472) (end 124.841 93.98) (width 0.254) (layer Composant) (net 50)) + (segment (start 124.841 93.98) (end 124.841 93.472) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 124.841 93.472) (end 123.952 92.583) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 123.952 92.583) (end 121.666 92.583) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 121.666 92.583) (end 120.904 93.345) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 134.493 84.328) (end 131.064 87.757) (width 0.254) (layer Composant) (net 50)) + (segment (start 138.684 84.328) (end 134.493 84.328) (width 0.254) (layer Composant) (net 50)) + (segment (start 140.208 82.804) (end 138.684 84.328) (width 0.254) (layer Composant) (net 50)) + (segment (start 120.396 105.537) (end 124.587 101.346) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 125.984 138.938) (end 124.714 137.668) (width 0.254) (layer GND_layer) (net 50) (status 10)) + (segment (start 125.984 139.446) (end 125.984 138.938) (width 0.254) (layer GND_layer) (net 50) (status 830)) + (via (at 140.208 82.169) (size 0.889) (layers Composant Cuivre) (net 50)) + (segment (start 140.208 82.169) (end 138.303 82.169) (width 0.254) (layer Cuivre) (net 50) (status 420)) + (segment (start 126.4412 95.9612) (end 127.635 95.9866) (width 0.254) (layer Composant) (net 50) (status 420)) + (segment (start 124.968 94.488) (end 126.4412 95.9612) (width 0.254) (layer Composant) (net 50)) + (segment (start 124.841 93.98) (end 124.968 94.488) (width 0.254) (layer Composant) (net 50)) + (segment (start 120.904 94.996) (end 122.174 96.266) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 123.952 96.266) (end 124.587 96.901) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 124.587 96.901) (end 124.587 101.346) (width 0.254) (layer GND_layer) (net 50)) + (via (at 124.841 93.98) (size 0.635) (layers Composant Cuivre) (net 50)) + (segment (start 124.714 133.858) (end 124.714 137.668) (width 0.254) (layer GND_layer) (net 50)) + (segment (start 173.736 82.804) (end 172.593 83.947) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 178.054 82.804) (end 173.736 82.804) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 179.197 83.947) (end 178.054 82.804) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 185.801 83.947) (end 179.197 83.947) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 196.723 73.025) (end 185.801 83.947) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 201.168 73.025) (end 196.723 73.025) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 201.676 73.533) (end 201.168 73.025) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 201.676 77.978) (end 201.676 73.533) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 200.025 79.629) (end 201.676 77.978) (width 0.254) (layer Cuivre) (net 51) (status 810)) + (segment (start 127.635 116.84) (end 129.032 118.237) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 129.032 118.237) (end 129.032 130.175) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 129.032 130.175) (end 129.921 131.064) (width 0.254) (layer GND_layer) (net 51)) + (via (at 123.19 85.598) (size 0.889) (layers Composant Cuivre) (net 51)) + (segment (start 132.334 138.176) (end 133.604 139.446) (width 0.254) (layer GND_layer) (net 51) (status 420)) + (segment (start 132.334 136.398) (end 132.334 138.176) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 129.921 133.985) (end 132.334 136.398) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 129.921 131.064) (end 129.921 133.985) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 127.635 90.6) (end 127.635 116.84) (width 0.254) (layer GND_layer) (net 51) (tstamp 53D8E600)) + (segment (start 123.825 86.995) (end 124.195 86.995) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 123.19 86.36) (end 123.825 86.995) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 123.19 85.598) (end 123.19 86.36) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 125.349 84.836) (end 126.873 86.36) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 123.952 84.836) (end 125.349 84.836) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 123.19 85.598) (end 123.952 84.836) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 137.3886 92.3036) (end 137.287 91.948) (width 0.254) (layer Composant) (net 51)) + (segment (start 137.287 91.948) (end 137.16 85.344) (width 0.254) (layer Composant) (net 51)) + (segment (start 137.3886 93.726) (end 137.3886 92.3036) (width 0.254) (layer Composant) (net 51) (status 810)) + (segment (start 126.873 86.36) (end 137.033 86.36) (width 0.254) (layer Cuivre) (net 51)) + (via (at 137.16 85.344) (size 0.889) (layers Composant Cuivre) (net 51)) + (segment (start 172.593 83.947) (end 164.846 83.947) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 155.067 83.566) (end 164.465 83.566) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 153.035 85.598) (end 155.067 83.566) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 153.035 85.598) (end 143.637 85.598) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 143.637 85.598) (end 141.859 83.82) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 164.846 83.947) (end 164.465 83.566) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 137.033 86.36) (end 137.16 86.233) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 137.16 86.233) (end 137.16 85.344) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 141.859 83.82) (end 137.922 83.82) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 137.16 84.582) (end 137.16 85.344) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 137.922 83.82) (end 137.16 84.582) (width 0.254) (layer Cuivre) (net 51)) + (segment (start 127.635 90.435) (end 127.635 90.6) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 127.635 90.435) (end 124.4 87.2) (width 0.254) (layer GND_layer) (net 51) (tstamp 53D8E602)) + (segment (start 124.195 86.995) (end 124.4 87.2) (width 0.254) (layer GND_layer) (net 51)) + (segment (start 122.428 94.488) (end 122.174 93.98) (width 0.254) (layer Composant) (net 52)) + (segment (start 134.366 82.55) (end 134.366 81.661) (width 0.254) (layer Cuivre) (net 52)) + (segment (start 134.366 81.661) (end 135.128 80.899) (width 0.254) (layer Cuivre) (net 52)) + (segment (start 135.128 80.899) (end 137.033 80.899) (width 0.254) (layer Cuivre) (net 52)) + (segment (start 137.033 80.899) (end 138.303 79.629) (width 0.254) (layer Cuivre) (net 52) (status 420)) + (via (at 134.366 82.55) (size 0.889) (layers Composant Cuivre) (net 52)) + (segment (start 125.603 120.015) (end 126.111 120.523) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 127.254 138.176) (end 128.524 139.446) (width 0.254) (layer GND_layer) (net 52) (status 420)) + (segment (start 126.111 133.858) (end 126.111 120.523) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 122.174 93.98) (end 122.174 92.456) (width 0.254) (layer Composant) (net 52)) + (segment (start 122.174 92.456) (end 128.397 86.233) (width 0.254) (layer Composant) (net 52)) + (segment (start 128.397 86.233) (end 130.302 86.233) (width 0.254) (layer Composant) (net 52)) + (segment (start 130.302 86.233) (end 133.858 82.677) (width 0.254) (layer Composant) (net 52)) + (segment (start 133.858 82.677) (end 134.366 82.55) (width 0.254) (layer Composant) (net 52)) + (segment (start 127.635 97.4852) (end 125.4252 97.4852) (width 0.254) (layer Composant) (net 52) (status 810)) + (segment (start 125.4252 97.4852) (end 122.428 94.488) (width 0.254) (layer Composant) (net 52)) + (segment (start 127.254 135.001) (end 126.111 133.858) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 127.254 135.001) (end 127.254 138.176) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 122.174 94.488) (end 122.936 95.25) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 122.936 95.25) (end 124.841 95.25) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 124.841 95.25) (end 125.603 96.012) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 125.603 96.012) (end 125.603 120.015) (width 0.254) (layer GND_layer) (net 52)) + (via (at 122.174 93.98) (size 0.635) (layers Composant Cuivre) (net 52)) + (segment (start 122.174 93.98) (end 122.174 94.488) (width 0.254) (layer GND_layer) (net 52)) + (segment (start 148.844 87.884) (end 145.161 91.567) (width 0.254) (layer Composant) (net 53)) + (segment (start 176.784 130.556) (end 185.42 121.92) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 148.844 84.836) (end 148.844 87.884) (width 0.254) (layer Composant) (net 53)) + (segment (start 176.784 130.556) (end 176.784 136.906) (width 0.254) (layer GND_layer) (net 53) (status 420)) + (segment (start 153.289 80.772) (end 164.973 80.772) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 164.973 80.772) (end 167.386 78.359) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 167.386 78.359) (end 170.815 78.359) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 170.815 78.359) (end 172.085 77.089) (width 0.254) (layer Cuivre) (net 53) (status 420)) + (segment (start 172.085 77.089) (end 174.879 74.295) (width 0.254) (layer GND_layer) (net 53) (status 810)) + (segment (start 174.879 74.295) (end 178.562 74.295) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 178.562 74.295) (end 180.975 76.708) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 180.975 76.708) (end 180.975 90.932) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 180.975 90.932) (end 181.483 91.44) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 181.483 91.44) (end 181.483 102.489) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 181.483 102.489) (end 185.42 106.426) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 185.42 106.426) (end 185.42 121.92) (width 0.254) (layer GND_layer) (net 53)) + (segment (start 149.19452 85.18652) (end 150.01748 85.18652) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 150.01748 85.18652) (end 150.749 84.455) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 150.749 84.455) (end 150.749 83.312) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 150.749 83.312) (end 153.289 80.772) (width 0.254) (layer Cuivre) (net 53)) + (segment (start 148.844 84.836) (end 149.19452 85.18652) (width 0.254) (layer Cuivre) (net 53)) + (via (at 148.844 84.836) (size 0.889) (layers Composant Cuivre) (net 53)) + (segment (start 143.9164 95.4786) (end 143.129 95.4786) (width 0.254) (layer Composant) (net 53) (status 420)) + (segment (start 145.161 94.234) (end 143.9164 95.4786) (width 0.254) (layer Composant) (net 53)) + (segment (start 145.161 91.567) (end 145.161 94.234) (width 0.254) (layer Composant) (net 53)) + (segment (start 121.158 114.95532) (end 122.174 113.93932) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 121.158 114.95532) (end 121.158 128.397) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 121.158 128.397) (end 125.349 132.588) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 125.984 135.89) (end 125.349 135.255) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 125.984 136.906) (end 125.984 135.89) (width 0.254) (layer GND_layer) (net 54) (status 810)) + (via (at 123.952 93.98) (size 0.635) (layers Composant Cuivre) (net 54)) + (segment (start 125.9078 96.4438) (end 127.635 96.4692) (width 0.254) (layer Composant) (net 54) (status 420)) + (segment (start 123.952 94.488) (end 125.9078 96.4438) (width 0.254) (layer Composant) (net 54)) + (segment (start 122.174 104.902) (end 122.174 113.93932) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 125.095 96.393) (end 125.095 101.981) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 134.239 83.82) (end 130.81 87.249) (width 0.254) (layer Composant) (net 54)) + (segment (start 130.81 87.249) (end 128.905 87.249) (width 0.254) (layer Composant) (net 54)) + (segment (start 128.905 87.249) (end 123.952 92.202) (width 0.254) (layer Composant) (net 54)) + (segment (start 123.952 92.202) (end 123.952 93.98) (width 0.254) (layer Composant) (net 54)) + (segment (start 123.952 93.98) (end 123.952 93.472) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 123.952 93.472) (end 123.571 93.091) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 123.571 93.091) (end 121.92 93.091) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 138.303 83.82) (end 134.239 83.82) (width 0.254) (layer Composant) (net 54)) + (segment (start 139.446 82.677) (end 138.303 83.82) (width 0.254) (layer Composant) (net 54)) + (segment (start 138.303 77.089) (end 139.446 78.232) (width 0.254) (layer Composant) (net 54) (status 810)) + (segment (start 121.92 93.091) (end 121.412 93.599) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 121.412 93.599) (end 121.412 94.615) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 121.412 94.615) (end 122.555 95.758) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 122.555 95.758) (end 124.46 95.758) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 139.446 78.232) (end 139.446 82.677) (width 0.254) (layer Composant) (net 54)) + (segment (start 123.952 93.98) (end 123.952 94.488) (width 0.254) (layer Composant) (net 54)) + (segment (start 125.349 132.588) (end 125.349 135.255) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 124.46 95.758) (end 125.095 96.393) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 125.095 101.981) (end 122.174 104.902) (width 0.254) (layer GND_layer) (net 54)) + (segment (start 130.429 129.921) (end 130.429 133.731) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 141.605 84.328) (end 143.383 86.106) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 130.429 133.731) (end 133.604 136.906) (width 0.254) (layer GND_layer) (net 55) (status 420)) + (segment (start 129.9845 129.4765) (end 130.429 129.921) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 129.9845 109.7915) (end 129.9845 129.4765) (width 0.254) (layer GND_layer) (net 55)) + (via (at 138.176 85.598) (size 0.635) (layers Composant Cuivre) (net 55)) + (segment (start 138.176 86.614) (end 138.176 85.598) (width 0.254) (layer Composant) (net 55)) + (segment (start 138.176 85.598) (end 138.176 85.217) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 137.795 86.995) (end 138.176 86.614) (width 0.254) (layer Composant) (net 55)) + (segment (start 137.795 91.948) (end 137.795 86.995) (width 0.254) (layer Composant) (net 55)) + (segment (start 137.8839 92.3036) (end 137.795 91.948) (width 0.254) (layer Composant) (net 55)) + (segment (start 137.8712 93.726) (end 137.8839 92.3036) (width 0.254) (layer Composant) (net 55) (status 810)) + (segment (start 138.176 85.217) (end 139.065 84.328) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 139.065 84.328) (end 141.605 84.328) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 143.383 86.106) (end 153.289 86.106) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 153.289 86.106) (end 154.94 84.455) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 154.94 84.455) (end 172.847 84.455) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 172.847 84.455) (end 173.99 83.312) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 173.99 83.312) (end 177.673 83.312) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 177.673 83.312) (end 178.816 84.455) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 178.816 84.455) (end 186.563 84.455) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 186.563 84.455) (end 195.199 75.819) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 195.199 75.819) (end 198.755 75.819) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 198.755 75.819) (end 200.025 74.549) (width 0.254) (layer Cuivre) (net 55) (status 420)) + (segment (start 124.587 85.852) (end 125.095 85.852) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 125.222 86.868) (end 137.414 86.868) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 138.176 86.106) (end 138.176 85.598) (width 0.254) (layer Cuivre) (net 55)) + (via (at 124.587 85.852) (size 0.889) (layers Composant Cuivre) (net 55)) + (segment (start 124.587 85.852) (end 124.587 86.233) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 124.587 86.233) (end 125.222 86.868) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 125.095 85.852) (end 127.5 88.257) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 137.414 86.868) (end 138.176 86.106) (width 0.254) (layer Cuivre) (net 55)) + (segment (start 128.143 90.8) (end 128.143 107.95) (width 0.254) (layer GND_layer) (net 55) (tstamp 53D8E614)) + (segment (start 128.143 107.95) (end 129.9845 109.7915) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 128.1 90.2) (end 127.5 89.6) (width 0.254) (layer GND_layer) (net 55) (tstamp 53D8E60E)) + (segment (start 127.5 89.6) (end 127.5 88.257) (width 0.254) (layer GND_layer) (net 55) (tstamp 53D8E60F)) + (segment (start 128.143 90.2) (end 128.1 90.2) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 128.143 90.2) (end 128.1 90.2) (width 0.254) (layer GND_layer) (net 55) (tstamp 53D8E616)) + (segment (start 128.143 90.8) (end 128.143 90.2) (width 0.254) (layer GND_layer) (net 55)) + (segment (start 217.17 134.62) (end 218.44 135.89) (width 0.254) (layer VDD_layer) (net 56) (status 810)) + (segment (start 223.52 135.89) (end 224.79 134.62) (width 0.254) (layer VDD_layer) (net 56) (status 420)) + (segment (start 218.44 135.89) (end 223.52 135.89) (width 0.254) (layer VDD_layer) (net 56)) + (segment (start 138.049 123.317) (end 137.62736 123.73864) (width 0.381) (layer Composant) (net 57)) + (segment (start 139.8778 109.22) (end 139.8778 111.0488) (width 0.254) (layer Composant) (net 57) (status 810)) + (segment (start 178.19624 123.00204) (end 179.63642 124.44222) (width 0.254) (layer Composant) (net 57)) + (segment (start 136.652 124.0155) (end 130.048 124.0155) (width 0.381) (layer Composant) (net 57) (status 810)) + (segment (start 139.8778 111.0488) (end 139.954 111.379) (width 0.254) (layer Composant) (net 57)) + (segment (start 202.4761 111.0107) (end 212.9155 111.0107) (width 0.254) (layer Composant) (net 57) (status 420)) + (segment (start 168.4179 123.00204) (end 178.19624 123.00204) (width 0.254) (layer Composant) (net 57)) + (segment (start 138.049 121.031) (end 138.049 123.317) (width 0.381) (layer Composant) (net 57)) + (segment (start 141.224 117.856) (end 138.049 121.031) (width 0.381) (layer Composant) (net 57)) + (segment (start 141.224 115.697) (end 141.224 117.856) (width 0.381) (layer Composant) (net 57)) + (segment (start 139.954 114.3) (end 141.224 115.697) (width 0.381) (layer Composant) (net 57)) + (segment (start 139.954 111.379) (end 139.954 114.3) (width 0.381) (layer Composant) (net 57)) + (segment (start 137.3505 124.0155) (end 136.652 124.0155) (width 0.381) (layer Composant) (net 57) (status 430)) + (segment (start 137.62736 123.73864) (end 137.3505 124.0155) (width 0.381) (layer Composant) (net 57) (status 20)) + (segment (start 166.15222 125.26772) (end 168.4179 123.00204) (width 0.254) (layer Composant) (net 57)) + (segment (start 189.04458 124.44222) (end 202.4761 111.0107) (width 0.254) (layer Composant) (net 57)) + (segment (start 179.63642 124.44222) (end 189.04458 124.44222) (width 0.254) (layer Composant) (net 57)) + (segment (start 130.048 124.0155) (end 128.27 122.2375) (width 0.381) (layer Composant) (net 57) (status 420)) + (segment (start 128.27 122.2375) (end 127.0635 122.2375) (width 0.381) (layer Composant) (net 57) (status 810)) + (segment (start 127.0635 122.2375) (end 123.444 125.857) (width 0.381) (layer Composant) (net 57) (status 420)) + (segment (start 137.62736 123.73864) (end 139.15644 125.26772) (width 0.254) (layer Composant) (net 57)) + (segment (start 139.15644 125.26772) (end 166.15222 125.26772) (width 0.254) (layer Composant) (net 57)) + (segment (start 199.136 95.123) (end 202.819 91.44) (width 0.254) (layer Cuivre) (net 58)) + (via (at 205.66126 78.74) (size 0.889) (layers Composant Cuivre) (net 58)) + (segment (start 197.1802 98.7552) (end 197.1802 100.7745) (width 0.254) (layer Composant) (net 58) (status 420)) + (segment (start 197.104 98.679) (end 197.1802 98.7552) (width 0.254) (layer Composant) (net 58)) + (via (at 197.104 98.679) (size 0.889) (layers Composant Cuivre) (net 58)) + (segment (start 197.104 96.647) (end 197.104 98.679) (width 0.254) (layer Cuivre) (net 58)) + (segment (start 199.136 95.123) (end 198.628 95.123) (width 0.254) (layer Cuivre) (net 58)) + (segment (start 202.819 91.44) (end 202.819 81.58226) (width 0.254) (layer Cuivre) (net 58)) + (segment (start 202.819 81.58226) (end 205.66126 78.74) (width 0.254) (layer Cuivre) (net 58)) + (segment (start 198.628 95.123) (end 197.104 96.647) (width 0.254) (layer Cuivre) (net 58)) + (segment (start 205.4225 76.835) (end 205.4225 77.83068) (width 0.254) (layer Composant) (net 58) (status 810)) + (segment (start 205.66126 78.06944) (end 205.66126 78.74) (width 0.254) (layer Composant) (net 58)) + (segment (start 205.4225 77.83068) (end 205.66126 78.06944) (width 0.254) (layer Composant) (net 58)) + (segment (start 205.4225 80.645) (end 205.4225 84.35594) (width 0.254) (layer Composant) (net 59) (status 810)) + (segment (start 204.56652 85.21192) (end 204.56652 90.96248) (width 0.254) (layer Cuivre) (net 59)) + (via (at 204.56652 85.21192) (size 0.889) (layers Composant Cuivre) (net 59)) + (segment (start 205.4225 84.35594) (end 204.56652 85.21192) (width 0.254) (layer Composant) (net 59)) + (segment (start 197.6755 99.3775) (end 198.247 98.806) (width 0.254) (layer Composant) (net 59)) + (segment (start 197.6755 100.7745) (end 197.6755 99.3775) (width 0.254) (layer Composant) (net 59) (status 810)) + (segment (start 199.39 96.139) (end 204.56652 90.96248) (width 0.254) (layer Cuivre) (net 59)) + (segment (start 198.247 98.806) (end 198.247 97.282) (width 0.254) (layer Composant) (net 59)) + (segment (start 198.247 97.282) (end 199.39 96.139) (width 0.254) (layer Composant) (net 59)) + (via (at 199.39 96.139) (size 0.889) (layers Composant Cuivre) (net 59)) + (segment (start 182.51678 106.68) (end 182.87492 107.03814) (width 0.254) (layer Composant) (net 60)) + (segment (start 174.752 89.408) (end 174.244 89.408) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 174.244 89.408) (end 173.609 90.043) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 173.609 90.043) (end 165.608 90.043) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 165.608 90.043) (end 164.973 89.408) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 164.973 89.408) (end 159.512 89.408) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 159.512 89.408) (end 156.972 91.948) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 156.972 91.948) (end 154.432 91.948) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 135.382 93.726) (end 135.382 94.682) (width 0.254) (layer Composant) (net 60) (status 810)) + (segment (start 155.702 93.218) (end 154.432 91.948) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 155.702 114.3) (end 155.702 93.218) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 158.877 117.475) (end 155.702 114.3) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 174.752 89.408) (end 174.244 89.408) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 158.877 129.413) (end 158.877 117.475) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 151.384 136.906) (end 158.877 129.413) (width 0.254) (layer GND_layer) (net 60) (status 810)) + (segment (start 152.781 91.948) (end 154.432 91.948) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 190.9445 107.0102) (end 189.88532 107.0102) (width 0.254) (layer Composant) (net 60) (status 810)) + (segment (start 152.273 92.456) (end 152.781 91.948) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 139.065 92.456) (end 152.273 92.456) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 136.017 95.504) (end 139.065 92.456) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 135.89 96.139) (end 136.017 95.504) (width 0.254) (layer Cuivre) (net 60)) + (segment (start 189.85738 107.03814) (end 189.88532 107.0102) (width 0.254) (layer Composant) (net 60)) + (segment (start 178.054 108.077) (end 179.451 106.68) (width 0.254) (layer Composant) (net 60)) + (segment (start 178.054 110.363) (end 178.054 108.077) (width 0.254) (layer Composant) (net 60)) + (via (at 154.432 91.948) (size 0.635) (layers Composant Cuivre) (net 60)) + (via (at 178.054 110.363) (size 0.889) (layers Composant Cuivre) (net 60)) + (segment (start 182.87492 107.03814) (end 189.85738 107.03814) (width 0.254) (layer Composant) (net 60)) + (segment (start 174.244 89.408) (end 173.355 90.297) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 173.355 90.297) (end 173.355 107.95) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 179.451 106.68) (end 182.51678 106.68) (width 0.254) (layer Composant) (net 60)) + (segment (start 173.355 107.95) (end 175.768 110.363) (width 0.254) (layer GND_layer) (net 60)) + (segment (start 175.768 110.363) (end 178.054 110.363) (width 0.254) (layer GND_layer) (net 60)) + (via (at 135.89 96.139) (size 0.889) (layers Composant Cuivre) (net 60)) + (via (at 174.752 89.408) (size 0.889) (layers Composant Cuivre) (net 60)) + (segment (start 135.89 95.19) (end 135.382 94.682) (width 0.2) (layer Composant) (net 60) (tstamp 53D8E5E0)) + (segment (start 135.89 96.139) (end 135.89 95.19) (width 0.2) (layer Composant) (net 60)) + (segment (start 201.1807 122.7455) (end 201.1807 121.68632) (width 0.254) (layer Composant) (net 61) (status 810)) + (segment (start 201.1807 121.68632) (end 204.14488 118.72214) (width 0.254) (layer Composant) (net 61)) + (segment (start 204.14488 118.72214) (end 204.14488 116.9543) (width 0.254) (layer Composant) (net 61)) + (segment (start 218.44 68.2625) (end 218.44 69.00418) (width 0.254) (layer Composant) (net 61) (status 810)) + (segment (start 223.52 73.66) (end 218.86418 69.00418) (width 0.254) (layer Composant) (net 61) (status 810)) + (segment (start 218.86418 69.00418) (end 218.44 69.00418) (width 0.254) (layer Composant) (net 61)) + (via (at 204.14488 116.9543) (size 0.889) (layers Composant Cuivre) (net 61)) + (segment (start 204.14488 116.9543) (end 204.2287 116.9543) (width 0.254) (layer Cuivre) (net 61)) + (segment (start 205.867 91.313) (end 223.52 73.66) (width 0.254) (layer Cuivre) (net 61) (status 420)) + (segment (start 205.867 91.313) (end 205.867 115.316) (width 0.254) (layer Cuivre) (net 61)) + (segment (start 204.2287 116.9543) (end 205.867 115.316) (width 0.254) (layer Cuivre) (net 61)) + (segment (start 210.43138 103.08336) (end 210.43138 103.47706) (width 0.254) (layer Composant) (net 62)) + (segment (start 224.58172 72.18172) (end 223.52 71.12) (width 0.254) (layer GND_layer) (net 62) (status 420)) + (segment (start 209.1817 101.83368) (end 210.43138 103.08336) (width 0.254) (layer Composant) (net 62)) + (segment (start 210.43138 103.47706) (end 210.43138 99.40036) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 210.43138 99.40036) (end 210.86064 98.9711) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 210.86064 98.9711) (end 210.86064 87.35822) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 210.86064 87.35822) (end 223.46412 74.75474) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 223.46412 74.75474) (end 224.5106 74.75474) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 224.5106 74.75474) (end 224.58172 74.68362) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 224.58172 74.68362) (end 224.58172 72.18172) (width 0.254) (layer GND_layer) (net 62)) + (segment (start 209.1817 100.7745) (end 209.1817 101.83368) (width 0.254) (layer Composant) (net 62) (status 810)) + (via (at 210.43138 103.47706) (size 0.889) (layers Composant Cuivre) (net 62)) + (segment (start 207.772 107.44454) (end 213.26856 101.94798) (width 0.254) (layer GND_layer) (net 63)) + (segment (start 213.26856 101.94798) (end 213.26856 86.45144) (width 0.254) (layer GND_layer) (net 63)) + (segment (start 213.26856 86.45144) (end 223.52 76.2) (width 0.254) (layer GND_layer) (net 63) (status 420)) + (segment (start 208.6737 122.7455) (end 208.6737 114.5667) (width 0.254) (layer Composant) (net 63) (status 810)) + (segment (start 208.6737 114.5667) (end 209.37982 113.86058) (width 0.254) (layer Composant) (net 63)) + (via (at 209.37982 113.86058) (size 0.889) (layers Composant Cuivre) (net 63)) + (segment (start 209.37982 113.86058) (end 207.772 112.25276) (width 0.254) (layer GND_layer) (net 63)) + (segment (start 207.772 112.25276) (end 207.772 107.44454) (width 0.254) (layer GND_layer) (net 63)) + (segment (start 201.1807 96.44634) (end 201.1807 100.7745) (width 0.254) (layer Composant) (net 64) (status 420)) + (segment (start 224.50806 74.78776) (end 222.83928 74.78776) (width 0.254) (layer Composant) (net 64)) + (segment (start 223.52 68.58) (end 224.57918 69.63918) (width 0.254) (layer Composant) (net 64) (status 810)) + (segment (start 224.57918 69.63918) (end 224.57918 74.71664) (width 0.254) (layer Composant) (net 64)) + (segment (start 224.57918 74.71664) (end 224.50806 74.78776) (width 0.254) (layer Composant) (net 64)) + (segment (start 222.83928 74.78776) (end 201.1807 96.44634) (width 0.254) (layer Composant) (net 64)) + (segment (start 205.1812 98.49358) (end 205.1812 100.7745) (width 0.254) (layer Composant) (net 65) (status 420)) + (segment (start 214.77478 88.9) (end 205.1812 98.49358) (width 0.254) (layer Composant) (net 65)) + (segment (start 222.25 88.9) (end 214.77478 88.9) (width 0.254) (layer Composant) (net 65) (status 810)) + (segment (start 205.6765 100.7745) (end 205.6765 98.60026) (width 0.254) (layer Composant) (net 66) (status 810)) + (segment (start 212.83676 91.44) (end 222.25 91.44) (width 0.254) (layer Composant) (net 66) (status 420)) + (segment (start 205.6765 98.60026) (end 212.83676 91.44) (width 0.254) (layer Composant) (net 66)) + (segment (start 212.9155 114.0079) (end 221.9579 114.0079) (width 0.254) (layer Composant) (net 67) (status 830)) + (segment (start 221.9579 114.0079) (end 222.25 114.3) (width 0.254) (layer Composant) (net 67) (status 430)) + (segment (start 218.2495 116.84) (end 222.25 116.84) (width 0.254) (layer VDD_layer) (net 68) (status 420)) + (via (at 216.68994 115.28044) (size 0.889) (layers Composant Cuivre) (net 68)) + (segment (start 216.46388 115.5065) (end 216.68994 115.28044) (width 0.254) (layer Composant) (net 68)) + (segment (start 212.9155 115.5065) (end 216.46388 115.5065) (width 0.254) (layer Composant) (net 68) (status 810)) + (segment (start 216.68994 115.28044) (end 218.2495 116.84) (width 0.254) (layer VDD_layer) (net 68)) + (segment (start 219.5449 118.0084) (end 220.9165 119.38) (width 0.254) (layer Composant) (net 69)) + (segment (start 220.9165 119.38) (end 222.25 119.38) (width 0.254) (layer Composant) (net 69) (status 420)) + (segment (start 212.9155 118.0084) (end 219.5449 118.0084) (width 0.254) (layer Composant) (net 69) (status 810)) + (segment (start 212.9155 119.507) (end 219.837 119.507) (width 0.254) (layer Composant) (net 70) (status 810)) + (segment (start 219.837 119.507) (end 222.25 121.92) (width 0.254) (layer Composant) (net 70) (status 420)) + (segment (start 212.9155 120.5103) (end 218.3003 120.5103) (width 0.254) (layer Composant) (net 71) (status 810)) + (segment (start 218.3003 120.5103) (end 222.25 124.46) (width 0.254) (layer Composant) (net 71) (status 420)) + (segment (start 218.186 123.825) (end 221.361 127) (width 0.254) (layer Composant) (net 72)) + (segment (start 210.6803 122.7455) (end 210.6803 123.80468) (width 0.254) (layer Composant) (net 72) (status 810)) + (segment (start 210.6803 123.80468) (end 218.186 123.80468) (width 0.254) (layer Composant) (net 72)) + (segment (start 218.186 123.80468) (end 218.186 123.825) (width 0.254) (layer Composant) (net 72)) + (segment (start 221.361 127) (end 222.25 127) (width 0.254) (layer Composant) (net 72) (status 420)) + (segment (start 206.6798 122.7455) (end 206.6798 123.80468) (width 0.254) (layer Composant) (net 73) (status 810)) + (segment (start 222.25 129.54) (end 212.41512 129.54) (width 0.254) (layer Composant) (net 73) (status 810)) + (segment (start 212.41512 129.54) (end 206.6798 123.80468) (width 0.254) (layer Composant) (net 73)) + (segment (start 210.07324 125.27534) (end 216.8779 132.08) (width 0.254) (layer GND_layer) (net 74)) + (segment (start 207.1751 123.65228) (end 207.1751 122.7455) (width 0.254) (layer Composant) (net 74) (status 420)) + (segment (start 208.79816 125.27534) (end 207.1751 123.65228) (width 0.254) (layer Composant) (net 74)) + (segment (start 210.07324 125.27534) (end 208.79816 125.27534) (width 0.254) (layer Composant) (net 74)) + (via (at 210.07324 125.27534) (size 0.889) (layers Composant Cuivre) (net 74)) + (segment (start 216.8779 132.08) (end 222.25 132.08) (width 0.254) (layer GND_layer) (net 74) (status 420)) + (segment (start 205.1812 126.76378) (end 211.55914 133.14172) (width 0.254) (layer Composant) (net 75)) + (segment (start 211.55914 133.14172) (end 220.77172 133.14172) (width 0.254) (layer Composant) (net 75)) + (segment (start 220.77172 133.14172) (end 222.25 134.62) (width 0.254) (layer Composant) (net 75) (status 420)) + (segment (start 205.1812 122.7455) (end 205.1812 126.76378) (width 0.254) (layer Composant) (net 75) (status 810)) + (segment (start 204.6859 127.50546) (end 214.34044 137.16) (width 0.254) (layer Composant) (net 76)) + (segment (start 204.6859 122.7455) (end 204.6859 127.50546) (width 0.254) (layer Composant) (net 76) (status 810)) + (segment (start 214.34044 137.16) (end 222.25 137.16) (width 0.254) (layer Composant) (net 76) (status 420)) + (segment (start 211.50072 93.98) (end 207.6831 97.79762) (width 0.254) (layer Composant) (net 77)) + (segment (start 207.6831 97.79762) (end 207.6831 100.7745) (width 0.254) (layer Composant) (net 77) (status 420)) + (segment (start 222.25 93.98) (end 211.50072 93.98) (width 0.254) (layer Composant) (net 77) (status 810)) + (segment (start 211.0232 95.0595) (end 208.1784 97.9043) (width 0.254) (layer Composant) (net 78)) + (segment (start 224.79 91.44) (end 225.86442 92.51442) (width 0.254) (layer Composant) (net 78) (status 810)) + (segment (start 225.86442 94.98838) (end 225.7933 95.0595) (width 0.254) (layer Composant) (net 78)) + (segment (start 225.7933 95.0595) (end 211.0232 95.0595) (width 0.254) (layer Composant) (net 78)) + (segment (start 225.86442 92.51442) (end 225.86442 94.98838) (width 0.254) (layer Composant) (net 78)) + (segment (start 208.1784 97.9043) (end 208.1784 100.7745) (width 0.254) (layer Composant) (net 78) (status 420)) + (segment (start 223.52 92.71) (end 212.16874 92.71) (width 0.254) (layer Composant) (net 79)) + (segment (start 206.1845 98.69424) (end 206.1845 100.7745) (width 0.254) (layer Composant) (net 79) (status 420)) + (segment (start 224.79 93.98) (end 223.52 92.71) (width 0.254) (layer Composant) (net 79) (status 810)) + (segment (start 212.16874 92.71) (end 206.1845 98.69424) (width 0.254) (layer Composant) (net 79)) + (segment (start 208.6737 98.40976) (end 209.29346 97.79) (width 0.254) (layer Composant) (net 80)) + (segment (start 209.29346 97.79) (end 223.52 97.79) (width 0.254) (layer Composant) (net 80)) + (segment (start 208.6737 100.7745) (end 208.6737 98.40976) (width 0.254) (layer Composant) (net 80) (status 810)) + (segment (start 223.52 97.79) (end 224.79 96.52) (width 0.254) (layer Composant) (net 80) (status 420)) + (segment (start 223.52 100.33) (end 224.79 99.06) (width 0.254) (layer Composant) (net 81) (status 420)) + (segment (start 210.6803 100.7745) (end 211.1248 100.33) (width 0.254) (layer Composant) (net 81) (status 810)) + (segment (start 211.1248 100.33) (end 223.52 100.33) (width 0.254) (layer Composant) (net 81)) + (segment (start 212.9155 104.013) (end 220.44152 104.013) (width 0.254) (layer Composant) (net 82) (status 810)) + (segment (start 220.44152 104.013) (end 221.58452 102.87) (width 0.254) (layer Composant) (net 82)) + (segment (start 221.58452 102.87) (end 223.52 102.87) (width 0.254) (layer Composant) (net 82)) + (segment (start 223.52 102.87) (end 224.79 101.6) (width 0.254) (layer Composant) (net 82) (status 420)) + (segment (start 223.4184 105.5116) (end 224.79 104.14) (width 0.254) (layer Composant) (net 83) (status 420)) + (segment (start 212.9155 105.5116) (end 223.4184 105.5116) (width 0.254) (layer Composant) (net 83) (status 810)) + (segment (start 218.53144 106.5149) (end 219.96654 107.95) (width 0.254) (layer Composant) (net 84)) + (segment (start 223.52 107.95) (end 224.79 106.68) (width 0.254) (layer Composant) (net 84) (status 420)) + (segment (start 219.96654 107.95) (end 223.52 107.95) (width 0.254) (layer Composant) (net 84)) + (segment (start 212.9155 106.5149) (end 218.53144 106.5149) (width 0.254) (layer Composant) (net 84) (status 810)) + (segment (start 223.57588 108.00588) (end 224.79 109.22) (width 0.254) (layer VDD_layer) (net 85) (status 420)) + (segment (start 212.9155 108.0135) (end 213.97468 108.0135) (width 0.254) (layer Composant) (net 85) (status 810)) + (segment (start 214.91448 108.00588) (end 223.57588 108.00588) (width 0.254) (layer VDD_layer) (net 85)) + (segment (start 213.97468 108.0135) (end 213.9823 108.00588) (width 0.254) (layer Composant) (net 85)) + (segment (start 213.9823 108.00588) (end 214.91448 108.00588) (width 0.254) (layer Composant) (net 85)) + (via (at 214.91448 108.00588) (size 0.889) (layers Composant Cuivre) (net 85)) + (segment (start 218.75496 110.65764) (end 223.68764 110.65764) (width 0.254) (layer Composant) (net 86)) + (segment (start 217.10142 109.0041) (end 218.75496 110.65764) (width 0.254) (layer Composant) (net 86)) + (segment (start 212.9155 109.0041) (end 217.10142 109.0041) (width 0.254) (layer Composant) (net 86) (status 810)) + (segment (start 223.68764 110.65764) (end 224.79 111.76) (width 0.254) (layer Composant) (net 86) (status 420)) + (segment (start 221.6531 115.57) (end 223.52 115.57) (width 0.254) (layer Composant) (net 87)) + (segment (start 219.38488 116.5733) (end 219.456 116.64442) (width 0.254) (layer Composant) (net 87)) + (segment (start 214.03818 116.5733) (end 219.38488 116.5733) (width 0.254) (layer Composant) (net 87)) + (segment (start 213.97468 116.5098) (end 214.03818 116.5733) (width 0.254) (layer Composant) (net 87)) + (segment (start 223.52 115.57) (end 224.79 114.3) (width 0.254) (layer Composant) (net 87) (status 420)) + (segment (start 212.9155 116.5098) (end 213.97468 116.5098) (width 0.254) (layer Composant) (net 87) (status 810)) + (segment (start 220.57868 116.64442) (end 221.6531 115.57) (width 0.254) (layer Composant) (net 87)) + (segment (start 219.456 116.64442) (end 220.57868 116.64442) (width 0.254) (layer Composant) (net 87)) + (segment (start 213.40826 96.52) (end 222.25 96.52) (width 0.254) (layer VDD_layer) (net 88) (status 420)) + (segment (start 207.1751 100.7745) (end 207.1751 101.83368) (width 0.254) (layer Composant) (net 88) (status 810)) + (segment (start 207.6196 102.30612) (end 207.62214 102.30612) (width 0.254) (layer Composant) (net 88)) + (segment (start 207.62214 102.30612) (end 213.40826 96.52) (width 0.254) (layer VDD_layer) (net 88)) + (via (at 207.62214 102.30612) (size 0.889) (layers Composant Cuivre) (net 88)) + (segment (start 207.6196 102.27818) (end 207.6196 102.30612) (width 0.254) (layer Composant) (net 88)) + (segment (start 207.1751 101.83368) (end 207.6196 102.27818) (width 0.254) (layer Composant) (net 88)) + (segment (start 223.70542 115.75542) (end 224.79 116.84) (width 0.254) (layer VDD_layer) (net 89) (status 420)) + (segment (start 220.0021 115.75542) (end 223.70542 115.75542) (width 0.254) (layer VDD_layer) (net 89)) + (segment (start 216.32926 116.14912) (end 219.6084 116.14912) (width 0.254) (layer Composant) (net 89)) + (segment (start 216.19464 116.0145) (end 216.32926 116.14912) (width 0.254) (layer Composant) (net 89)) + (segment (start 219.6084 116.14912) (end 220.0021 115.75542) (width 0.254) (layer Composant) (net 89)) + (segment (start 212.9155 116.0145) (end 216.19464 116.0145) (width 0.254) (layer Composant) (net 89) (status 810)) + (via (at 220.0021 115.75542) (size 0.889) (layers Composant Cuivre) (net 89)) + (segment (start 219.2147 117.0051) (end 220.3196 118.11) (width 0.254) (layer Composant) (net 90)) + (segment (start 223.52 118.11) (end 224.79 119.38) (width 0.254) (layer Composant) (net 90) (status 420)) + (segment (start 220.3196 118.11) (end 223.52 118.11) (width 0.254) (layer Composant) (net 90)) + (segment (start 212.9155 117.0051) (end 219.2147 117.0051) (width 0.254) (layer Composant) (net 90) (status 810)) + (segment (start 223.52 123.19) (end 224.79 121.92) (width 0.254) (layer VDD_layer) (net 91) (status 420)) + (via (at 206.502 126.238) (size 0.889) (layers Composant Cuivre) (net 91)) + (segment (start 208.407 123.19) (end 223.52 123.19) (width 0.254) (layer VDD_layer) (net 91)) + (segment (start 206.502 125.58522) (end 205.6765 124.75972) (width 0.254) (layer Composant) (net 91)) + (segment (start 206.502 126.238) (end 206.502 125.095) (width 0.254) (layer VDD_layer) (net 91)) + (segment (start 206.502 126.238) (end 206.502 125.58522) (width 0.254) (layer Composant) (net 91)) + (segment (start 206.502 125.095) (end 208.407 123.19) (width 0.254) (layer VDD_layer) (net 91)) + (segment (start 205.6765 122.7455) (end 205.6765 124.75972) (width 0.254) (layer Composant) (net 91) (status 810)) + (segment (start 219.94368 119.0117) (end 221.79026 120.85828) (width 0.254) (layer Composant) (net 92)) + (segment (start 221.79026 120.85828) (end 223.30664 120.85828) (width 0.254) (layer Composant) (net 92)) + (segment (start 212.9155 119.0117) (end 219.94368 119.0117) (width 0.254) (layer Composant) (net 92) (status 810)) + (segment (start 223.37776 123.04776) (end 224.79 124.46) (width 0.254) (layer Composant) (net 92) (status 420)) + (segment (start 223.37776 120.9294) (end 223.37776 123.04776) (width 0.254) (layer Composant) (net 92)) + (segment (start 223.30664 120.85828) (end 223.37776 120.9294) (width 0.254) (layer Composant) (net 92)) + (segment (start 223.52 125.73) (end 224.79 127) (width 0.254) (layer Composant) (net 93) (status 420)) + (segment (start 211.85632 118.5037) (end 211.85632 120.88876) (width 0.254) (layer Composant) (net 93)) + (segment (start 211.85632 120.88876) (end 212.32876 121.3612) (width 0.254) (layer Composant) (net 93)) + (segment (start 212.9155 118.5037) (end 211.85632 118.5037) (width 0.254) (layer Composant) (net 93) (status 810)) + (segment (start 212.32876 121.3612) (end 217.21572 121.3612) (width 0.254) (layer Composant) (net 93)) + (segment (start 217.21572 121.3612) (end 221.58452 125.73) (width 0.254) (layer Composant) (net 93)) + (segment (start 221.58452 125.73) (end 223.52 125.73) (width 0.254) (layer Composant) (net 93)) + (segment (start 223.52 128.27) (end 224.79 129.54) (width 0.254) (layer Composant) (net 94) (status 420)) + (segment (start 210.1723 122.7455) (end 210.1723 124.13996) (width 0.254) (layer Composant) (net 94) (status 810)) + (segment (start 214.30234 128.27) (end 223.52 128.27) (width 0.254) (layer Composant) (net 94)) + (segment (start 210.1723 124.13996) (end 214.30234 128.27) (width 0.254) (layer Composant) (net 94)) + (segment (start 223.52 130.81) (end 212.95868 130.81) (width 0.254) (layer Composant) (net 95)) + (segment (start 224.79 132.08) (end 223.52 130.81) (width 0.254) (layer Composant) (net 95) (status 810)) + (segment (start 206.1845 124.03582) (end 206.1845 122.7455) (width 0.254) (layer Composant) (net 95) (status 420)) + (segment (start 212.95868 130.81) (end 206.1845 124.03582) (width 0.254) (layer Composant) (net 95)) + (segment (start 210.1723 99.71532) (end 221.59468 99.71532) (width 0.254) (layer Composant) (net 96)) + (segment (start 210.1723 100.7745) (end 210.1723 99.71532) (width 0.254) (layer Composant) (net 96) (status 810)) + (segment (start 221.59468 99.71532) (end 222.25 99.06) (width 0.254) (layer Composant) (net 96) (status 420)) + (segment (start 220.3323 103.5177) (end 222.25 101.6) (width 0.254) (layer Composant) (net 97) (status 420)) + (segment (start 212.9155 103.5177) (end 220.3323 103.5177) (width 0.254) (layer Composant) (net 97) (status 810)) + (segment (start 212.9155 105.0163) (end 221.3737 105.0163) (width 0.254) (layer Composant) (net 98) (status 810)) + (segment (start 221.3737 105.0163) (end 222.25 104.14) (width 0.254) (layer Composant) (net 98) (status 420)) + (segment (start 212.9155 106.0069) (end 221.5769 106.0069) (width 0.254) (layer Composant) (net 99) (status 810)) + (segment (start 221.5769 106.0069) (end 222.25 106.68) (width 0.254) (layer Composant) (net 99) (status 420)) + (segment (start 222.25 109.22) (end 218.67368 109.22) (width 0.254) (layer Composant) (net 100) (status 810)) + (segment (start 218.67368 109.22) (end 216.46388 107.0102) (width 0.254) (layer Composant) (net 100)) + (segment (start 216.46388 107.0102) (end 212.9155 107.0102) (width 0.254) (layer Composant) (net 100) (status 420)) + (segment (start 212.9155 109.5121) (end 215.392 109.5121) (width 0.254) (layer Composant) (net 101) (status 810)) + (segment (start 215.392 109.5121) (end 217.6399 111.76) (width 0.254) (layer Composant) (net 101)) + (segment (start 217.6399 111.76) (end 222.25 111.76) (width 0.254) (layer Composant) (net 101) (status 420)) + (segment (start 190.0555 109.88548) (end 190.0555 107.315) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 129.032 91.3765) (end 128.9685 91.44) (width 0.4) (layer Cuivre) (net 102) (status 430)) + (segment (start 109.4105 84.328) (end 109.601 84.328) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 110.744 83.312) (end 110.744 81.407) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 110.744 81.407) (end 110.744 78.613) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 76.327 111.379) (end 75.311 111.379) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 75.311 111.379) (end 74.549 112.141) (width 0.4) (layer Composant) (net 102)) + (segment (start 74.549 112.141) (end 74.549 117.221) (width 0.4) (layer Composant) (net 102)) + (segment (start 74.549 117.221) (end 76.327 118.999) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 134.3914 94.9452) (end 135.001 95.5548) (width 0.4) (layer Composant) (net 102)) + (segment (start 135.001 95.5548) (end 135.001 97.663) (width 0.4) (layer Composant) (net 102)) + (segment (start 163.068 75.311) (end 163.068 73.406) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 163.068 73.406) (end 162.56 72.898) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 162.56 72.898) (end 151.003 72.898) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 137.3886 109.22) (end 137.3886 108.077) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 137.3886 108.077) (end 137.668 107.823) (width 0.4) (layer Composant) (net 102)) + (segment (start 137.668 107.823) (end 137.668 105.029) (width 0.4) (layer Composant) (net 102)) + (segment (start 97.409 121.412) (end 96.901 121.412) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 96.901 121.412) (end 95.25 123.063) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 95.25 123.063) (end 88.646 123.063) (width 0.4) (layer Composant) (net 102)) + (segment (start 88.646 123.063) (end 86.741 121.158) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 100.965 60.833) (end 100.965 66.929) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 189.23 74.676) (end 191.008 74.676) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 191.008 74.676) (end 191.008 75.438) (width 0.4) (layer Composant) (net 102)) + (segment (start 191.008 75.438) (end 191.897 75.438) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 191.897 75.438) (end 192.532 75.1205) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 127.635 99.9744) (end 126.4412 99.9744) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 141.478 82.423) (end 141.605 82.55) (width 0.4) (layer GND_layer) (net 102)) + (via (at 141.478 82.423) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 141.478 82.423) (end 141.478 84.8995) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 141.605 82.55) (end 141.605 86.741) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 141.605 86.741) (end 141.605 89.027) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 131.8768 108.1278) (end 131.826 107.95) (width 0.4) (layer Composant) (net 102)) + (segment (start 141.605 86.741) (end 134.366 86.741) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 133.477 85.852) (end 131.699 85.852) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 134.366 86.741) (end 133.477 85.852) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 175.641 78.613) (end 175.641 86.741) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 177.165 77.089) (end 175.641 78.613) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 176.149 87.249) (end 168.529 87.249) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 140.6525 90.4875) (end 140.6525 91.059) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 141.605 89.535) (end 140.6525 90.4875) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 141.605 89.027) (end 141.605 89.535) (width 0.4) (layer Composant) (net 102)) + (segment (start 121.158 101.854) (end 121.158 102.616) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 123.571 99.06) (end 121.158 101.854) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 183.134 128.27) (end 183.134 133.604) (width 0.4) (layer Composant) (net 102)) + (segment (start 86.741 117.094) (end 86.741 115.57) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 128.9685 91.44) (end 128.9685 89.8525) (width 0.4) (layer Composant) (net 102)) + (segment (start 129.8702 92.3417) (end 128.9685 91.44) (width 0.4) (layer Composant) (net 102)) + (segment (start 129.8702 93.726) (end 129.8702 92.3417) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 194.691 73.66) (end 194.691 73.406) (width 0.4) (layer Composant) (net 102)) + (segment (start 194.183 74.168) (end 194.691 73.66) (width 0.4) (layer Composant) (net 102)) + (segment (start 194.183 75.311) (end 194.183 74.168) (width 0.4) (layer Composant) (net 102)) + (segment (start 193.167 75.311) (end 194.183 75.311) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 192.532 75.1205) (end 193.167 75.311) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 86.741 117.094) (end 86.741 121.158) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 119.38 102.616) (end 121.158 102.616) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 117.348 100.584) (end 119.38 102.616) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 114.681 100.584) (end 117.348 100.584) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 112.522 98.425) (end 114.681 100.584) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 80.772 77.089) (end 75.438 73.025) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 93.599 106.934) (end 93.599 96.774) (width 0.4) (layer Composant) (net 102)) + (segment (start 92.075 95.25) (end 88.9 95.25) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 93.599 96.774) (end 92.075 95.25) (width 0.4) (layer Composant) (net 102)) + (segment (start 190.0555 115.189) (end 190.0555 116.18468) (width 0.4) (layer Cuivre) (net 102) (status 810)) + (segment (start 189.48146 116.18468) (end 190.0555 116.18468) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 131.826 107.95) (end 131.826 105.537) (width 0.4) (layer Composant) (net 102)) + (segment (start 131.826 105.537) (end 132.588 104.775) (width 0.4) (layer Composant) (net 102)) + (segment (start 132.588 104.775) (end 132.588 103.632) (width 0.4) (layer Composant) (net 102)) + (segment (start 131.8768 109.22) (end 131.8768 108.1278) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 126.4412 99.9744) (end 125.349 100.7745) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 109.4105 84.328) (end 109.4105 82.8675) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 129.032 89.789) (end 129.032 91.3765) (width 0.4) (layer Cuivre) (net 102) (status 20)) + (segment (start 189.15634 116.5098) (end 189.48146 116.18468) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 189.88532 116.5098) (end 190.9445 116.5098) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 189.15634 116.5098) (end 189.88532 116.5098) (width 0.4) (layer Composant) (net 102)) + (segment (start 189.88532 116.5098) (end 189.88532 114.0079) (width 0.254) (layer Composant) (net 102)) + (segment (start 189.88532 114.0079) (end 190.9445 114.0079) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 189.88532 113.0173) (end 189.88532 114.0079) (width 0.254) (layer Composant) (net 102)) + (segment (start 209.1817 122.7455) (end 209.1817 124.24918) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 209.1817 124.24918) (end 209.16646 124.26442) (width 0.4) (layer Composant) (net 102)) + (segment (start 91.694 108.839) (end 91.694 112.903) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 208.28 123.37796) (end 209.16646 124.26442) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 213.97468 110.5027) (end 214.45474 110.5027) (width 0.4) (layer Composant) (net 102)) + (segment (start 152.4 115.57) (end 152.273 115.697) (width 0.4) (layer VDD_layer) (net 102)) + (segment (start 211.4042 107.5055) (end 211.45754 107.5055) (width 0.4) (layer GND_layer) (net 102)) + (via (at 211.4042 107.5055) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 214.45474 110.5027) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 211.4042 107.5055) (end 212.9155 107.5055) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 213.44636 111.506) (end 213.97468 111.506) (width 0.254) (layer Composant) (net 102) (status 10)) + (segment (start 212.9155 111.506) (end 213.44636 111.506) (width 0.254) (layer Composant) (net 102) (status 830)) + (segment (start 213.44636 112.014) (end 213.97468 112.014) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 212.9155 112.014) (end 213.44636 112.014) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 213.44636 111.506) (end 213.44636 112.014) (width 0.254) (layer Composant) (net 102) (status 30)) + (segment (start 213.83244 112.5093) (end 213.97468 112.36706) (width 0.4) (layer Composant) (net 102)) + (segment (start 213.97468 112.36706) (end 213.97468 112.014) (width 0.4) (layer Composant) (net 102)) + (segment (start 212.9155 112.5093) (end 213.83244 112.5093) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 213.83244 112.5093) (end 213.97468 112.65154) (width 0.4) (layer Composant) (net 102)) + (segment (start 213.97468 112.65154) (end 213.97468 113.0173) (width 0.4) (layer Composant) (net 102)) + (segment (start 212.9155 113.0173) (end 213.97468 113.0173) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 209.677 98.69424) (end 209.296 99.07524) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 209.296 99.07524) (end 209.296 99.8855) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 209.677 98.69424) (end 209.677 100.7745) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 203.454 99.71532) (end 202.6793 99.71532) (width 0.254) (layer Composant) (net 102)) + (segment (start 204.6859 99.71532) (end 203.454 99.71532) (width 0.254) (layer Composant) (net 102)) + (segment (start 203.454 98.67392) (end 203.454 99.71532) (width 0.254) (layer Composant) (net 102)) + (via (at 199.644 97.536) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 199.644 97.536) (end 199.644 99.2505) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 199.644 99.2505) (end 199.009 99.8855) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 190.9445 113.0173) (end 189.88532 113.0173) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 93.599 106.934) (end 91.694 108.839) (width 0.4) (layer Composant) (net 102)) + (segment (start 97.409 82.931) (end 103.632 76.708) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 102.108 66.929) (end 100.965 66.929) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 175.641 86.741) (end 176.149 87.249) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 104.267 72.1995) (end 104.267 69.088) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 104.14 139.827) (end 104.14 140.462) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 128.27 74.676) (end 130.1115 74.676) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 85.9155 114.7445) (end 84.836 114.7445) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 86.741 115.57) (end 85.9155 114.7445) (width 0.4) (layer Composant) (net 102)) + (segment (start 144.8054 104.4702) (end 145.288 103.8225) (width 0.4) (layer Composant) (net 102)) + (segment (start 143.129 104.4702) (end 144.8054 104.4702) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 140.3858 94.9198) (end 140.208 95.123) (width 0.4) (layer Composant) (net 102)) + (segment (start 140.3858 93.726) (end 140.3858 94.9198) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 77.597 130.429) (end 74.422 130.429) (width 0.4) (layer Composant) (net 102)) + (segment (start 78.867 129.159) (end 77.597 130.429) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 145.415 100.076) (end 146.812 100.076) (width 0.4) (layer Composant) (net 102)) + (segment (start 144.8054 99.4664) (end 145.415 100.076) (width 0.254) (layer Composant) (net 102)) + (segment (start 143.129 99.4664) (end 144.8054 99.4664) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 105.156 91.948) (end 106.68 90.424) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 145.3515 103.886) (end 145.288 103.8225) (width 0.4) (layer Cuivre) (net 102) (status 430)) + (segment (start 101.6 98.933) (end 105.156 95.377) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 110.744 141.859) (end 115.951 141.859) (width 0.4) (layer Composant) (net 102)) + (segment (start 103.378 112.522) (end 101.6 110.744) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 109.601 84.328) (end 110.109 83.82) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 146.6215 100.2665) (end 146.812 100.076) (width 0.4) (layer Cuivre) (net 102)) + (via (at 111.252 83.82) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 152.4 119.507) (end 152.4 115.57) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 151.892 120.015) (end 152.4 119.507) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 159.385 115.57) (end 152.4 115.57) (width 0.4) (layer VDD_layer) (net 102)) + (segment (start 159.512 115.697) (end 159.385 115.57) (width 0.4) (layer VDD_layer) (net 102)) + (segment (start 159.4485 115.6335) (end 159.512 115.697) (width 0.4) (layer Composant) (net 102)) + (segment (start 159.4485 114.046) (end 159.4485 115.6335) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 123.6345 103.505) (end 124.587 104.521) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 105.7275 90.424) (end 102.8065 93.345) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 106.68 90.424) (end 105.7275 90.424) (width 0.4) (layer Composant) (net 102)) + (segment (start 158.623 108.966) (end 159.512 108.966) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 158.242 108.585) (end 158.623 108.966) (width 0.4) (layer Composant) (net 102)) + (segment (start 158.242 106.045) (end 158.242 108.585) (width 0.4) (layer Composant) (net 102)) + (segment (start 158.75 105.537) (end 158.242 106.045) (width 0.4) (layer Composant) (net 102)) + (segment (start 98.7425 90.043) (end 97.282 90.043) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 97.663 90.424) (end 106.68 90.424) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 97.282 90.043) (end 97.663 90.424) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 75.438 81.661) (end 78.105 84.328) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 75.438 73.025) (end 75.438 81.661) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 78.105 93.091) (end 78.105 84.328) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 133.731 89.535) (end 131.699 87.503) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 131.699 87.503) (end 131.699 87.122) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 144.653 113.03) (end 144.0815 113.6015) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 144.0815 113.6015) (end 143.51 113.6015) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 142.24 108.839) (end 143.637 110.236) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.183 60.452) (end 162.814 60.452) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 196.215 62.484) (end 194.183 60.452) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 196.215 68.326) (end 196.215 62.484) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 195.961 68.58) (end 196.215 68.326) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.691 68.58) (end 195.961 68.58) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 130.937 60.452) (end 129.286 62.103) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 129.286 62.103) (end 129.286 66.929) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 129.286 66.929) (end 127.635 68.58) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 162.814 60.452) (end 130.937 60.452) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 131.064 111.252) (end 131.064 112.2045) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 131.064 112.2045) (end 131.0005 112.268) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 131.8768 110.4392) (end 131.064 111.252) (width 0.254) (layer Composant) (net 102)) + (segment (start 110.744 141.859) (end 110.744 139.446) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 194.6783 98.4377) (end 195.58 97.536) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 195.58 97.536) (end 199.644 97.536) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.6783 99.25304) (end 194.6783 98.4377) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 200.78192 98.67392) (end 199.644 97.536) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 135.001 97.663) (end 135.636 98.298) (width 0.4) (layer Composant) (net 102)) + (segment (start 135.636 98.298) (end 137.668 98.298) (width 0.4) (layer Composant) (net 102)) + (segment (start 194.6783 100.7237) (end 190.5 104.902) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 190.5 104.902) (end 190.5 109.44098) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 190.5 109.44098) (end 189.43828 110.5027) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.6783 99.25304) (end 194.6783 100.7237) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 175.133 113.157) (end 173.863 114.427) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 173.863 114.427) (end 173.863 122.428) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 173.863 122.428) (end 176.276 124.841) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 176.149 113.157) (end 175.133 113.157) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 214.45474 118.97614) (end 209.16646 124.26442) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 214.45474 110.5027) (end 214.45474 118.97614) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.47432 98.69424) (end 203.454 98.67392) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 209.677 98.69424) (end 203.47432 98.69424) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.454 98.67392) (end 200.78192 98.67392) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 207.96504 123.063) (end 209.16646 124.26442) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 204.851 123.063) (end 207.96504 123.063) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.79436 124.11964) (end 204.851 123.063) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.79436 124.61748) (end 203.79436 124.11964) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 221.869 66.04) (end 215.773 72.136) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 215.773 72.136) (end 211.074 72.136) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 223.52 66.04) (end 221.869 66.04) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 211.074 72.136) (end 212.23732 73.29932) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 212.23732 73.29932) (end 212.23732 76.24826) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 195.961 72.136) (end 211.074 72.136) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.691 73.406) (end 195.961 72.136) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.691 73.406) (end 194.691 68.58) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 224.79 87.884) (end 226.187 86.487) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 226.187 86.487) (end 226.187 68.707) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 226.187 68.707) (end 223.52 66.04) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 224.79 88.9) (end 224.79 87.884) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 198.3105 136.3345) (end 201.676 139.7) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 201.676 139.7) (end 224.155 139.7) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 224.155 139.7) (end 224.79 139.065) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 224.79 139.065) (end 224.79 137.16) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 198.3105 127.5715) (end 198.3105 136.3345) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 189.15634 126.29134) (end 190.5 127.635) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 143.637 110.236) (end 143.637 112.014) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 143.637 112.014) (end 144.653 113.03) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 141.859 109.22) (end 142.24 108.839) (width 0.4) (layer Composant) (net 102)) + (segment (start 141.3764 109.22) (end 141.859 109.22) (width 0.381) (layer Composant) (net 102) (status 810)) + (segment (start 141.732 113.3475) (end 143.256 113.3475) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 143.256 113.3475) (end 143.51 113.6015) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 137.287 113.538) (end 137.287 117.475) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 137.287 117.475) (end 136.652 118.11) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 136.652 118.11) (end 136.652 120.396) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 136.5885 111.633) (end 136.5885 112.8395) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 136.5885 112.8395) (end 137.287 113.538) (width 0.4) (layer Composant) (net 102)) + (segment (start 81.28 140.843) (end 79.375 138.938) (width 0.4) (layer Composant) (net 102)) + (segment (start 79.375 138.938) (end 78.74 138.938) (width 0.4) (layer Composant) (net 102)) + (segment (start 78.74 138.938) (end 77.597 137.795) (width 0.4) (layer Composant) (net 102)) + (segment (start 77.597 137.795) (end 77.597 135.509) (width 0.4) (layer Composant) (net 102)) + (segment (start 77.597 135.509) (end 76.327 134.239) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 140.335 107.823) (end 140.335 104.4956) (width 0.4) (layer Composant) (net 102)) + (segment (start 141.3764 108.077) (end 141.351 108.077) (width 0.4) (layer Composant) (net 102)) + (segment (start 141.351 108.077) (end 141.097 107.823) (width 0.4) (layer Composant) (net 102)) + (segment (start 141.097 107.823) (end 140.335 107.823) (width 0.4) (layer Composant) (net 102)) + (segment (start 139.3952 108.1024) (end 139.3952 109.22) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 141.3764 109.22) (end 141.3764 108.077) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 140.335 107.823) (end 139.7 107.823) (width 0.4) (layer Composant) (net 102)) + (via (at 131.699 82.804) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 209.677 98.69424) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 146.812 100.076) (end 146.812 103.886) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 146.7485 103.8225) (end 146.812 103.886) (width 0.4) (layer Composant) (net 102)) + (segment (start 145.288 103.8225) (end 146.7485 103.8225) (width 0.4) (layer Composant) (net 102)) + (segment (start 150.876 77.1525) (end 150.876 75.311) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 151.003 75.184) (end 151.003 72.898) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 150.876 75.311) (end 151.003 75.184) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 164.592 83.312) (end 168.529 87.249) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 164.592 83.2485) (end 164.592 83.312) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 108.077 89.027) (end 108.585 89.027) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 106.68 90.424) (end 108.077 89.027) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 106.68 91.313) (end 106.68 90.424) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 108.712 93.345) (end 106.68 91.313) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 112.522 93.345) (end 108.712 93.345) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 168.529 87.249) (end 165.989 87.249) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (segment (start 194.691 83.185) (end 194.691 73.406) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 193.929 83.947) (end 194.691 83.185) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 193.2305 83.2485) (end 193.929 83.947) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 192.532 83.2485) (end 193.2305 83.2485) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 192.532 87.503) (end 189.23 90.805) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 192.532 83.2485) (end 192.532 87.503) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 105.664 74.676) (end 103.632 76.708) (width 0.4) (layer Composant) (net 102)) + (segment (start 105.664 72.898) (end 105.664 74.676) (width 0.4) (layer Composant) (net 102)) + (segment (start 104.9655 72.1995) (end 105.664 72.898) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 104.267 72.1995) (end 104.9655 72.1995) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 80.772 77.089) (end 85.979 77.089) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 106.48 82.931) (end 106.48 88.192) (width 0.4) (layer Composant) (net 102)) + (segment (start 107.242 82.169) (end 106.48 82.931) (width 0.4) (layer Composant) (net 102)) + (segment (start 108.712 82.169) (end 107.242 82.169) (width 0.4) (layer Composant) (net 102)) + (segment (start 177.2285 77.1525) (end 177.165 77.089) (width 0.4) (layer Composant) (net 102)) + (segment (start 178.562 77.1525) (end 177.2285 77.1525) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 123.571 99.695) (end 123.571 99.06) (width 0.4) (layer Composant) (net 102)) + (segment (start 124.587 100.711) (end 123.571 99.695) (width 0.4) (layer Composant) (net 102)) + (segment (start 140.208 95.123) (end 138.049 95.123) (width 0.4) (layer Composant) (net 102)) + (via (at 189.15634 116.5098) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 166.243 89.535) (end 168.529 87.249) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 166.243 90.932) (end 166.243 89.535) (width 0.4) (layer Composant) (net 102)) + (segment (start 159.4485 109.0295) (end 159.512 108.966) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 164.846 90.932) (end 166.243 90.932) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 135.763 102.997) (end 137.668 105.029) (width 0.4) (layer Composant) (net 102)) + (segment (start 135.763 102.997) (end 132.588 103.632) (width 0.4) (layer Composant) (net 102)) + (segment (start 129.3114 103.4542) (end 129.54 103.632) (width 0.254) (layer Composant) (net 102)) + (segment (start 127.635 103.4796) (end 129.3114 103.4542) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 139.7 107.823) (end 139.446 108.077) (width 0.4) (layer Composant) (net 102)) + (segment (start 139.446 108.077) (end 139.4206 108.077) (width 0.4) (layer Composant) (net 102)) + (segment (start 139.4206 108.077) (end 139.3952 108.1024) (width 0.4) (layer Composant) (net 102)) + (segment (start 137.668 95.504) (end 137.668 98.298) (width 0.4) (layer Composant) (net 102)) + (segment (start 137.668 98.298) (end 137.668 105.029) (width 0.4) (layer Composant) (net 102)) + (segment (start 131.699 82.804) (end 131.699 85.852) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 131.699 85.852) (end 131.699 87.122) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 161.163 68.58) (end 161.544 68.58) (width 0.4) (layer GND_layer) (net 102) (status 830)) + (segment (start 161.544 68.58) (end 162.814 67.31) (width 0.4) (layer GND_layer) (net 102) (status 10)) + (segment (start 162.814 67.31) (end 162.814 60.452) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 131.699 82.804) (end 130.048 84.455) (width 0.4) (layer Composant) (net 102)) + (segment (start 130.048 84.455) (end 128.8415 84.455) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 190.5 127.635) (end 198.247 127.635) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 198.3105 127.5715) (end 199.644 126.238) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 198.247 127.635) (end 198.3105 127.5715) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 189.15634 116.5098) (end 189.15634 126.29134) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 188.214 115.56746) (end 189.15634 116.5098) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 188.214 111.125) (end 188.214 115.56746) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 188.8363 110.5027) (end 188.214 111.125) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 189.43828 110.5027) (end 188.8363 110.5027) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 93.726 132.588) (end 100.965 139.827) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 86.741 132.588) (end 93.726 132.588) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 85.852 132.588) (end 82.423 129.159) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 82.423 129.159) (end 78.867 129.159) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 132.715 75.438) (end 132.715 81.788) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 132.715 81.788) (end 131.699 82.804) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 91.694 112.903) (end 89.408 112.903) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 89.408 112.903) (end 86.741 115.57) (width 0.4) (layer Composant) (net 102)) + (segment (start 104.267 69.088) (end 102.108 66.929) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 97.282 90.043) (end 91.694 90.043) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 164.846 90.932) (end 164.846 93.4085) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 147.32 115.697) (end 144.653 113.03) (width 0.4) (layer VDD_layer) (net 102)) + (segment (start 159.4485 105.537) (end 158.75 105.537) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 104.14 140.462) (end 105.537 141.859) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 130.1115 74.676) (end 130.937 75.5015) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 105.537 141.859) (end 110.744 141.859) (width 0.4) (layer Composant) (net 102)) + (segment (start 121.285 102.489) (end 121.285 101.346) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 121.158 102.616) (end 121.285 102.489) (width 0.4) (layer Composant) (net 102)) + (segment (start 86.741 132.588) (end 85.852 132.588) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 103.632 79.883) (end 105.156 81.407) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 105.156 81.407) (end 110.744 81.407) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 103.632 76.708) (end 103.632 79.883) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 97.409 82.931) (end 89.281 82.931) (width 0.4) (layer Cuivre) (net 102) (status 20)) + (segment (start 89.281 82.931) (end 88.9 82.55) (width 0.4) (layer Cuivre) (net 102) (status 430)) + (segment (start 91.694 90.043) (end 88.9 92.837) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 88.9 92.837) (end 88.9 95.25) (width 0.4) (layer GND_layer) (net 102) (status 420)) + (segment (start 85.979 77.089) (end 88.9 80.01) (width 0.4) (layer Composant) (net 102)) + (segment (start 88.9 80.01) (end 88.9 82.55) (width 0.4) (layer Composant) (net 102) (status 420)) + (via (at 146.812 103.886) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 146.812 100.076) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 150.876 75.311) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 163.068 75.311) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 106.68 90.424) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 132.715 75.438) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 86.741 132.588) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 100.965 139.827) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 117.729 75.184) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 103.632 76.708) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 97.282 90.043) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 152.4 115.57) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 159.512 115.697) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 103.378 112.522) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 193.929 83.947) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 194.691 73.406) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 123.571 99.06) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 121.158 102.616) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 129.032 89.789) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 163.068 74.676) (end 161.29 74.676) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 115.951 141.859) (end 118.364 139.446) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 101.6 110.744) (end 101.6 98.933) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 86.741 125.349) (end 86.741 129.54) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 163.068 75.311) (end 163.068 74.676) (width 0.4) (layer Composant) (net 102)) + (segment (start 165.989 115.697) (end 168.529 113.157) (width 0.4) (layer VDD_layer) (net 102) (status 420)) + (segment (start 159.512 115.697) (end 165.989 115.697) (width 0.4) (layer VDD_layer) (net 102)) + (segment (start 165.9255 75.1205) (end 164.592 75.1205) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 146.812 103.886) (end 145.3515 103.886) (width 0.4) (layer Cuivre) (net 102) (status 20)) + (segment (start 110.109 83.82) (end 111.252 83.82) (width 0.4) (layer Composant) (net 102)) + (segment (start 166.624 74.422) (end 165.9255 75.1205) (width 0.4) (layer Composant) (net 102)) + (segment (start 166.624 71.247) (end 166.624 74.422) (width 0.4) (layer Composant) (net 102)) + (segment (start 163.957 68.58) (end 166.624 71.247) (width 0.4) (layer Composant) (net 102)) + (segment (start 161.163 68.58) (end 163.957 68.58) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 145.415 100.2665) (end 146.6215 100.2665) (width 0.4) (layer Cuivre) (net 102) (status 810)) + (segment (start 111.252 83.82) (end 110.744 83.312) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 131.8768 109.22) (end 131.8768 110.4392) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 140.3858 91.3257) (end 140.6525 91.059) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 140.3858 93.726) (end 140.3858 91.3257) (width 0.254) (layer Composant) (net 102) (status 830)) + (segment (start 110.744 78.486) (end 111.887 77.343) (width 0.4) (layer Cuivre) (net 102) (status 10)) + (segment (start 110.744 78.613) (end 110.744 78.486) (width 0.4) (layer Cuivre) (net 102) (status 830)) + (segment (start 74.422 120.015) (end 74.422 130.429) (width 0.4) (layer Composant) (net 102)) + (segment (start 105.156 95.377) (end 105.156 91.948) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 152.273 115.697) (end 147.32 115.697) (width 0.4) (layer VDD_layer) (net 102)) + (segment (start 75.438 118.999) (end 74.422 120.015) (width 0.4) (layer Composant) (net 102)) + (segment (start 76.327 118.999) (end 75.438 118.999) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 103.5685 112.3315) (end 103.378 112.522) (width 0.4) (layer Composant) (net 102)) + (segment (start 126.746 103.4796) (end 127.635 103.4796) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 191.15278 96.90608) (end 190.69304 97.36582) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 189.23 94.9833) (end 191.15278 96.90608) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 189.23 90.805) (end 189.23 94.9833) (width 0.4) (layer GND_layer) (net 102) (status 810)) + (via (at 191.15278 96.90608) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 81.28 140.97) (end 81.28 140.843) (width 0.4) (layer Composant) (net 102)) + (segment (start 89.535 140.97) (end 81.28 140.97) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 86.741 121.158) (end 86.741 125.349) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 159.4485 114.046) (end 159.4485 111.252) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 159.4485 111.252) (end 159.4485 109.0295) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 199.1741 124.27204) (end 199.1741 122.7455) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 213.97468 110.5027) (end 213.97468 111.506) (width 0.254) (layer Composant) (net 102)) + (via (at 133.731 89.535) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 141.605 89.027) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 129.54 103.632) (end 132.588 103.632) (width 0.4) (layer Composant) (net 102)) + (via (at 136.652 120.396) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 137.287 113.538) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 142.24 108.839) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 126.746 103.505) (end 126.746 103.4796) (width 0.254) (layer Composant) (net 102)) + (segment (start 126.619 103.632) (end 126.746 103.505) (width 0.4) (layer Composant) (net 102)) + (segment (start 126.619 104.394) (end 126.619 103.632) (width 0.4) (layer Composant) (net 102)) + (segment (start 126.492 104.521) (end 126.619 104.394) (width 0.4) (layer Composant) (net 102)) + (segment (start 124.587 104.521) (end 126.492 104.521) (width 0.254) (layer Composant) (net 102)) + (segment (start 211.45754 107.5055) (end 214.45474 110.5027) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 104.14 139.827) (end 100.965 139.827) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 133.731 91.2495) (end 133.5405 91.44) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 133.731 89.535) (end 133.731 91.2495) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 111.887 77.343) (end 115.57 77.343) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 117.729 75.184) (end 115.57 77.343) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 117.602 75.311) (end 117.729 75.184) (width 0.4) (layer Composant) (net 102)) + (segment (start 117.602 77.1525) (end 117.602 75.311) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 163.957 75.311) (end 164.592 75.1205) (width 0.4) (layer Composant) (net 102) (status 430)) + (segment (start 163.068 75.311) (end 163.957 75.311) (width 0.4) (layer Composant) (net 102) (status 20)) + (segment (start 212.9155 110.5027) (end 213.97468 110.5027) (width 0.254) (layer Composant) (net 102) (status 810)) + (via (at 194.6783 99.25304) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 192.33134 96.90608) (end 191.15278 96.90608) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 192.33134 96.90608) (end 194.6783 99.25304) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 194.6783 100.7745) (end 194.6783 99.25304) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 204.6859 100.7745) (end 204.6859 99.71532) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 202.6793 100.7745) (end 202.6793 99.71532) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 212.68182 76.835) (end 213.741 76.835) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 138.049 95.123) (end 137.668 95.504) (width 0.4) (layer Composant) (net 102)) + (segment (start 212.68182 76.69276) (end 212.68182 76.835) (width 0.4) (layer Composant) (net 102)) + (segment (start 212.23732 76.24826) (end 212.68182 76.69276) (width 0.4) (layer Composant) (net 102)) + (via (at 212.23732 76.24826) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 212.19414 76.29144) (end 212.23732 76.24826) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 212.19414 80.645) (end 212.19414 76.29144) (width 0.4) (layer GND_layer) (net 102)) + (via (at 212.19414 80.645) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 213.741 80.645) (end 212.19414 80.645) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 103.5685 111.252) (end 103.5685 112.3315) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 132.6515 75.5015) (end 130.937 75.5015) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 132.715 75.438) (end 132.6515 75.5015) (width 0.4) (layer Composant) (net 102)) + (segment (start 162.941 75.438) (end 163.068 75.311) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 162.941 84.201) (end 162.941 75.438) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 165.989 87.249) (end 162.941 84.201) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.454 98.67392) (end 203.454 99.8855) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 209.27568 111.53648) (end 209.27568 111.4425) (width 0.4) (layer Cuivre) (net 102)) + (via (at 144.653 113.03) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 177.165 77.089) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 209.16646 124.26442) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 199.1741 124.27204) (size 0.8) (layers Composant Cuivre) (net 102)) + (via (at 203.454 98.67392) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 109.4105 82.8675) (end 108.712 82.169) (width 0.4) (layer Composant) (net 102)) + (segment (start 190.5 97.36582) (end 190.5 98.1075) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 190.69304 97.36582) (end 190.5 97.36582) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 86.741 132.588) (end 86.741 129.54) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 134.366 93.726) (end 134.3914 94.9452) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 176.276 124.841) (end 168.656 124.841) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 136.652 118.6815) (end 136.652 120.396) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 136.652 120.396) (end 136.652 122.1105) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 138.938 104.4956) (end 140.335 104.4956) (width 0.4) (layer Composant) (net 102)) + (segment (start 138.938 104.4956) (end 137.668 105.029) (width 0.4) (layer Composant) (net 102)) + (segment (start 140.335 104.4956) (end 143.129 104.4702) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 182.8165 125.73) (end 177.165 125.73) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 177.165 125.73) (end 176.276 124.841) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 182.8165 125.73) (end 182.8165 127.9525) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 189.43828 110.5027) (end 190.0555 109.88548) (width 0.4) (layer Cuivre) (net 102)) + (via (at 189.43828 110.5027) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 189.43828 110.5027) (end 190.9445 110.5027) (width 0.254) (layer Composant) (net 102) (status 420)) + (segment (start 204.36332 124.3965) (end 204.14234 124.61748) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 204.14234 124.61748) (end 203.79436 124.61748) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 204.36332 124.3965) (end 205.359 124.3965) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (via (at 203.79436 124.61748) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 203.79436 124.61748) (end 203.79436 125.64364) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.79436 125.64364) (end 203.2 126.238) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 203.2 126.238) (end 199.644 126.238) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 199.1741 124.27204) (end 199.1741 125.7681) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 199.644 126.238) (end 199.1741 125.7681) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 197.485 124.3965) (end 198.48068 124.3965) (width 0.4) (layer Cuivre) (net 102) (status 810)) + (segment (start 199.1741 124.27204) (end 198.60514 124.27204) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 198.60514 124.27204) (end 198.48068 124.3965) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 200.42632 124.3965) (end 200.30186 124.27204) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 200.30186 124.27204) (end 199.1741 124.27204) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 201.422 124.3965) (end 200.42632 124.3965) (width 0.4) (layer Cuivre) (net 102) (status 810)) + (segment (start 209.74812 112.00892) (end 209.27568 111.53648) (width 0.4) (layer Cuivre) (net 102)) + (segment (start 214.45474 110.5027) (end 212.94852 112.00892) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 208.28 120.3325) (end 208.28 123.37796) (width 0.4) (layer Cuivre) (net 102) (status 810)) + (segment (start 209.74812 112.00892) (end 212.94852 112.00892) (width 0.4) (layer GND_layer) (net 102)) + (via (at 209.74812 112.00892) (size 0.8) (layers Composant Cuivre) (net 102)) + (segment (start 209.27568 111.4425) (end 208.28 111.4425) (width 0.4) (layer Cuivre) (net 102) (status 420)) + (segment (start 128.9685 89.8525) (end 129.032 89.789) (width 0.4) (layer Composant) (net 102)) + (segment (start 131.699 87.122) (end 129.032 89.789) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 129.3876 93.726) (end 129.8702 93.726) (width 0.254) (layer Composant) (net 102) (status C30)) + (segment (start 123.6345 103.505) (end 123.19 103.505) (width 0.4) (layer Composant) (net 102) (status 830)) + (segment (start 123.19 103.505) (end 122.301 102.616) (width 0.4) (layer Composant) (net 102) (status 10)) + (segment (start 122.301 102.616) (end 121.158 102.616) (width 0.4) (layer Composant) (net 102)) + (segment (start 151.003 72.898) (end 133.604 72.898) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 133.604 72.898) (end 132.715 73.787) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 132.715 73.787) (end 132.715 75.438) (width 0.4) (layer GND_layer) (net 102)) + (segment (start 137.3886 109.22) (end 137.3886 110.7694) (width 0.2) (layer Composant) (net 102) (status 810)) + (segment (start 182.8165 127.9525) (end 183.134 128.27) (width 0.4) (layer Composant) (net 102)) + (segment (start 183.134 133.604) (end 181.864 134.874) (width 0.4) (layer Composant) (net 102)) + (segment (start 181.864 134.874) (end 181.864 136.906) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 168.529 113.157) (end 176.149 113.157) (width 0.4) (layer Composant) (net 102) (status C30)) + (segment (start 74.422 130.429) (end 74.422 133.477) (width 0.4) (layer Composant) (net 102)) + (segment (start 74.422 133.477) (end 75.184 134.239) (width 0.4) (layer Composant) (net 102)) + (segment (start 75.184 134.239) (end 76.327 134.239) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 76.327 108.839) (end 76.327 111.379) (width 0.4) (layer Cuivre) (net 102) (status C30)) + (segment (start 112.522 93.345) (end 112.522 95.885) (width 0.4) (layer GND_layer) (net 102) (status C30)) + (segment (start 112.522 95.885) (end 112.522 98.425) (width 0.4) (layer GND_layer) (net 102) (status C30)) + (segment (start 137.3886 110.7694) (end 136.5885 111.633) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 134.366 93.726) (end 134.366 92.2655) (width 0.254) (layer Composant) (net 102) (status 810)) + (segment (start 134.366 92.2655) (end 133.5405 91.44) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 125.349 100.7745) (end 124.587 100.711) (width 0.4) (layer Composant) (net 102) (status 810)) + (segment (start 106.48 88.192) (end 107.315 89.027) (width 0.4) (layer Composant) (net 102)) + (segment (start 107.315 89.027) (end 108.585 89.027) (width 0.4) (layer Composant) (net 102) (status 420)) + (segment (start 167.132 99.187) (end 168.529 97.79) (width 0.4318) (layer Cuivre) (net 103) (status 420)) + (segment (start 166.751 105.791) (end 167.132 105.41) (width 0.254) (layer Cuivre) (net 103)) + (segment (start 166.751 106.934) (end 166.751 105.791) (width 0.4318) (layer Composant) (net 103)) + (segment (start 167.132 105.41) (end 167.132 99.187) (width 0.4318) (layer Cuivre) (net 103)) + (segment (start 176.149 97.79) (end 168.529 97.79) (width 0.762) (layer Composant) (net 103) (status C30)) + (segment (start 163.957 109.728) (end 166.751 106.934) (width 0.4318) (layer Composant) (net 103)) + (segment (start 163.957 111.3155) (end 163.957 109.728) (width 0.4318) (layer Composant) (net 103) (status 810)) + (via (at 166.751 105.791) (size 0.889) (layers Composant Cuivre) (net 103)) + (segment (start 85.217 115.57) (end 87.63 115.57) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 89.789 113.411) (end 89.789 111.379) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 87.63 115.57) (end 89.789 113.411) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 132.3848 110.4138) (end 132.9055 110.9345) (width 0.254) (layer Composant) (net 104)) + (segment (start 132.9055 110.9345) (end 132.9055 112.268) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 192.5955 122.7455) (end 192.33388 123.00712) (width 0.5588) (layer Composant) (net 104)) + (segment (start 192.33388 123.00712) (end 192.33388 123.84532) (width 0.5588) (layer Composant) (net 104)) + (segment (start 193.1797 122.7455) (end 192.5955 122.7455) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 133.096 90.551) (end 132.461 89.916) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 132.461 89.916) (end 130.937 89.916) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 132.3848 109.22) (end 132.3848 110.4138) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 183.66232 123.84532) (end 178.689 118.872) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 178.689 118.872) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 192.33388 123.84532) (end 183.66232 123.84532) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 194.691 128.397) (end 200.914 134.62) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 200.914 134.62) (end 207.01 134.62) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 194.691 125.222) (end 194.691 128.397) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.51926 102.56774) (end 212.598 102.64648) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.598 102.64648) (end 212.598 104.648) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.598 104.648) (end 211.582 105.664) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 211.582 105.664) (end 206.83474 105.664) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 211.41436 102.56774) (end 212.51926 102.56774) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 206.83474 105.664) (end 206.83474 109.98708) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 206.83474 105.10774) (end 206.83474 105.664) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 204.724 102.997) (end 206.83474 105.10774) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 202.48118 102.997) (end 204.724 102.997) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 194.818 125.222) (end 198.9709 121.0691) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 198.9709 121.0691) (end 200.56348 121.0691) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 194.691 125.222) (end 194.818 125.222) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 192.33388 125.02388) (end 192.532 125.222) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 192.532 125.222) (end 194.691 125.222) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 192.33388 123.84532) (end 192.33388 125.02388) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 193.675 109.855) (end 195.072 109.855) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 193.167 70.866) (end 205.359 70.866) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 205.359 70.866) (end 211.12226 65.10274) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 211.12226 65.10274) (end 218.44 65.10274) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 191.008 73.025) (end 193.167 70.866) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 85.09 118.237) (end 83.82 116.967) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 85.09 119.126) (end 85.09 118.237) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 194.691 124.206) (end 194.691 125.222) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 196.4055 122.4915) (end 194.691 124.206) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 197.485 122.4915) (end 196.4055 122.4915) (width 0.5588) (layer Cuivre) (net 104) (status 810)) + (via (at 191.008 73.025) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 97.155 87.757) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 107.95 114.173) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 146.05 74.676) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 164.592 71.247) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 162.306 106.807) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 163.449 100.33) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 107.823 83.185) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 100.838 113.03) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 97.409 112.141) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 131.572 71.247) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 193.675 109.855) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 130.937 89.916) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 157.734 97.536) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 121.666 98.425) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 133.985 104.267) (size 0.635) (layers Composant Cuivre) (net 104)) + (via (at 168.275 115.062) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 85.09 119.126) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 138.8 113.2) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 146.812 105.41) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 161.163 92.329) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 131.699 102.87) (size 0.635) (layers Composant Cuivre) (net 104)) + (via (at 146.812 98.679) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 194.691 125.222) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 211.41436 102.56774) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 199.009 102.97668) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 192.46088 113.5126) (size 1.143) (layers Composant Cuivre) (net 104)) + (via (at 209.73288 118.09476) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 191.262 86.233) (end 189.23 88.265) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 191.262 73.279) (end 191.262 86.233) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 191.008 73.025) (end 191.262 73.279) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 191.1985 73.2155) (end 191.008 73.025) (width 0.5588) (layer Composant) (net 104)) + (segment (start 192.532 73.2155) (end 191.1985 73.2155) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 98.7425 87.757) (end 97.155 87.757) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 102.235 114.173) (end 107.95 114.173) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 101.092 113.03) (end 102.235 114.173) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 100.838 113.03) (end 101.092 113.03) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 107.95 134.112) (end 110.744 136.906) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 107.95 114.173) (end 107.95 134.112) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 143.002 71.628) (end 146.05 74.676) (width 0.5588) (layer Composant) (net 104)) + (segment (start 134.747 71.628) (end 143.002 71.628) (width 0.5588) (layer Composant) (net 104)) + (segment (start 132.7785 73.5965) (end 134.747 71.628) (width 0.5588) (layer Composant) (net 104)) + (segment (start 130.937 73.5965) (end 132.7785 73.5965) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 150.114 70.612) (end 146.05 74.676) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 152.908 70.612) (end 150.114 70.612) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 155.321 73.025) (end 152.908 70.612) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 162.814 73.025) (end 155.321 73.025) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 164.592 71.247) (end 162.814 73.025) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 164.846 70.993) (end 164.592 71.247) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 182.753 70.993) (end 164.846 70.993) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 184.785 73.025) (end 182.753 70.993) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 191.008 73.025) (end 184.785 73.025) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 179.07 130.302) (end 181.864 130.302) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 172.085 123.317) (end 179.07 130.302) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 172.085 105.283) (end 172.085 123.317) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 169.672 102.87) (end 172.085 105.283) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 168.529 102.87) (end 169.672 102.87) (width 0.5588) (layer VDD_layer) (net 104) (status 810)) + (segment (start 161.544 106.807) (end 162.306 106.807) (width 0.5588) (layer Composant) (net 104)) + (segment (start 166.243 102.87) (end 168.529 102.87) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 162.306 106.807) (end 166.243 102.87) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 162.306 101.473) (end 162.306 106.807) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 163.449 100.33) (end 162.306 101.473) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 161.3535 104.7115) (end 161.036 104.394) (width 0.5588) (layer Composant) (net 104)) + (segment (start 161.3535 105.537) (end 161.3535 104.7115) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 104.648 87.757) (end 97.155 87.757) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 106.553 85.852) (end 104.648 87.757) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 106.553 84.455) (end 106.553 85.852) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 107.823 83.185) (end 106.553 84.455) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 107.5055 83.5025) (end 107.823 83.185) (width 0.5588) (layer Composant) (net 104)) + (segment (start 107.5055 84.328) (end 107.5055 83.5025) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 162.2425 72.4535) (end 161.29 73.406) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 162.2425 71.247) (end 162.2425 72.4535) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 164.592 71.247) (end 164.592 73.2155) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 74.7014 96.2914) (end 74.7014 93.091) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 78.74 100.33) (end 88.9 100.33) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 78.74 100.33) (end 74.7014 96.2914) (width 0.5588) (layer Composant) (net 104)) + (segment (start 74.7014 93.091) (end 76.4032 93.091) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 107.696 133.858) (end 110.744 136.906) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 106.3625 133.858) (end 107.696 133.858) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 74.549 136.779) (end 76.327 136.779) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 73.914 136.144) (end 74.549 136.779) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 73.914 117.475) (end 73.914 136.144) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 74.93 116.459) (end 73.914 117.475) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 76.327 116.459) (end 74.93 116.459) (width 0.5588) (layer VDD_layer) (net 104) (status 810)) + (segment (start 162.814 126.4285) (end 165.354 126.4285) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 160.274 126.4285) (end 162.814 126.4285) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 190.1825 72.4535) (end 189.23 73.406) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 190.1825 71.247) (end 190.1825 72.4535) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 99.949 112.141) (end 100.838 113.03) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 97.409 112.141) (end 99.949 112.141) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 164.592 71.247) (end 162.2425 71.247) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 192.532 71.247) (end 190.1825 71.247) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 192.532 73.2155) (end 192.532 71.247) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 129.2225 72.4535) (end 128.27 73.406) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 129.2225 71.247) (end 129.2225 72.4535) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 157.734 126.4285) (end 160.274 126.4285) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 131.572 72.644) (end 130.937 73.5965) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 131.572 71.247) (end 131.572 72.644) (width 0.5588) (layer Composant) (net 104)) + (segment (start 107.569 87.757) (end 108.585 87.757) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 107.5055 87.6935) (end 107.569 87.757) (width 0.5588) (layer Composant) (net 104)) + (segment (start 131.572 77.343) (end 131.572 71.247) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 126.619 82.296) (end 131.572 77.343) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 108.712 82.296) (end 126.619 82.296) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 107.823 83.185) (end 108.712 82.296) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 107.5055 87.6) (end 107.5055 87.6935) (width 0.4) (layer Composant) (net 104) (tstamp 53D8E6D4) (status 810)) + (segment (start 169.2275 130.302) (end 165.354 126.4285) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 181.864 130.302) (end 169.2275 130.302) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 131.572 71.247) (end 129.2225 71.247) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 168.529 102.87) (end 176.149 102.87) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 101.6635 111.252) (end 101.6635 113.03) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 97.4725 112.0775) (end 97.4725 110.236) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 97.409 112.141) (end 97.4725 112.0775) (width 0.5588) (layer Composant) (net 104)) + (segment (start 101.6635 113.03) (end 100.838 113.03) (width 0.5588) (layer Composant) (net 104)) + (segment (start 164.846 98.933) (end 163.449 100.33) (width 0.5588) (layer Composant) (net 104) (status 10)) + (segment (start 164.846 98.806) (end 164.846 98.933) (width 0.5588) (layer Composant) (net 104) (status 830)) + (segment (start 101.854 113.792) (end 102.743 113.792) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 101.6635 113.6015) (end 101.854 113.792) (width 0.5588) (layer Composant) (net 104)) + (segment (start 101.6635 113.03) (end 101.6635 113.6015) (width 0.5588) (layer Composant) (net 104)) + (segment (start 186.817 90.678) (end 189.23 88.265) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 185.547 90.678) (end 186.817 90.678) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 183.769 93.218) (end 185.547 90.678) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 183.769 101.854) (end 183.769 93.218) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 177.927 101.854) (end 183.769 101.854) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 176.911 102.87) (end 177.927 101.854) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 176.149 102.87) (end 176.911 102.87) (width 0.5588) (layer VDD_layer) (net 104) (status 810)) + (segment (start 146.4945 98.3615) (end 146.812 98.679) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 145.415 98.3615) (end 146.4945 98.3615) (width 0.5588) (layer Cuivre) (net 104) (status 810)) + (segment (start 145.6055 105.41) (end 145.288 105.7275) (width 0.5588) (layer Cuivre) (net 104) (status 430)) + (segment (start 146.812 105.41) (end 145.6055 105.41) (width 0.5588) (layer Cuivre) (net 104) (status 20)) + (segment (start 130.937 91.3765) (end 130.8735 91.44) (width 0.5588) (layer Cuivre) (net 104) (status 430)) + (segment (start 130.937 89.916) (end 130.937 91.3765) (width 0.5588) (layer Cuivre) (net 104) (status 20)) + (segment (start 108.585 109.855) (end 112.522 109.855) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 108.0135 110.4265) (end 108.585 109.855) (width 0.5588) (layer Composant) (net 104)) + (segment (start 108.0135 114.1095) (end 108.0135 110.4265) (width 0.5588) (layer Composant) (net 104)) + (segment (start 107.95 114.173) (end 108.0135 114.1095) (width 0.5588) (layer Composant) (net 104)) + (segment (start 130.8735 89.916) (end 130.937 89.916) (width 0.5588) (layer Composant) (net 104)) + (segment (start 133.096 90.551) (end 138.2 90.551) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 130.8862 93.726) (end 130.3782 93.726) (width 0.254) (layer Composant) (net 104) (status C30)) + (segment (start 123.444 97.282) (end 121.0945 97.282) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 125.17374 99.01174) (end 123.444 97.282) (width 0.5588) (layer Composant) (net 104) (status 10)) + (segment (start 125.349 98.8695) (end 125.17374 99.01174) (width 0.5588) (layer Composant) (net 104) (status 830)) + (segment (start 157.734 95.758) (end 157.734 97.536) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 161.163 92.329) (end 157.734 95.758) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 102.9335 98.933) (end 102.9335 96.647) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 84.2645 121.412) (end 84.2645 119.126) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 126.0729 102.9716) (end 125.5395 103.505) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 127.635 102.9716) (end 126.0729 102.9716) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 170.6245 117.094) (end 172.9105 117.094) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 137.93978 110.998) (end 138.4935 111.633) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 137.8966 110.9472) (end 137.93978 110.998) (width 0.254) (layer Composant) (net 104)) + (segment (start 137.8966 109.22) (end 137.8966 110.9472) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 84.2645 119.126) (end 85.09 119.126) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 155.829 97.536) (end 157.734 97.536) (width 0.5588) (layer Composant) (net 104)) + (segment (start 155.067 98.298) (end 155.829 97.536) (width 0.5588) (layer Composant) (net 104)) + (segment (start 153.9875 98.298) (end 155.067 98.298) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 182.8165 121.158) (end 182.8165 123.444) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 175.641 115.824) (end 173.863 115.824) (width 0.5588) (layer Composant) (net 104)) + (segment (start 173.863 115.824) (end 173.863 116.1415) (width 0.5588) (layer Composant) (net 104)) + (segment (start 173.863 116.1415) (end 172.9105 117.094) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 131.3942 109.22) (end 131.3942 110.0328) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 180.975 121.158) (end 178.689 118.872) (width 0.5588) (layer Composant) (net 104)) + (segment (start 182.8165 121.158) (end 180.975 121.158) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 141.351 92.2655) (end 142.5575 91.059) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 141.351 92.456) (end 141.351 92.2655) (width 0.5588) (layer Composant) (net 104)) + (segment (start 140.8684 92.9386) (end 141.351 92.456) (width 0.254) (layer Composant) (net 104)) + (segment (start 140.8684 93.726) (end 140.8684 92.9386) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 132.3848 108.1278) (end 132.3848 109.22) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 132.334 107.823) (end 132.3848 108.1278) (width 0.254) (layer Composant) (net 104)) + (segment (start 132.334 105.791) (end 132.334 107.823) (width 0.254) (layer Composant) (net 104)) + (segment (start 133.096 105.029) (end 132.334 105.791) (width 0.254) (layer Composant) (net 104)) + (segment (start 133.096 104.648) (end 133.096 105.029) (width 0.254) (layer Composant) (net 104)) + (segment (start 133.477 104.267) (end 133.096 104.648) (width 0.254) (layer Composant) (net 104)) + (segment (start 133.985 104.267) (end 133.477 104.267) (width 0.5588) (layer Composant) (net 104)) + (segment (start 140.8684 93.726) (end 141.3764 93.726) (width 0.254) (layer Composant) (net 104) (status C30)) + (segment (start 138.8635 113.2635) (end 138.8 113.2) (width 0.5588) (layer Composant) (net 104)) + (segment (start 138.4935 111.633) (end 138.8635 113.2635) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 144.6784 104.9782) (end 143.129 104.9782) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 145.288 105.7275) (end 144.6784 104.9782) (width 0.254) (layer Composant) (net 104)) + (segment (start 146.4945 105.7275) (end 145.288 105.7275) (width 0.5588) (layer Composant) (net 104)) + (segment (start 146.812 105.41) (end 146.4945 105.7275) (width 0.5588) (layer Composant) (net 104)) + (segment (start 127.889 95.25) (end 130.937 92.202) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 130.937 92.202) (end 130.937 89.916) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 127.889 97.155) (end 127.889 95.25) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 153.9875 93.853) (end 153.9875 96.012) (width 0.5588) (layer Composant) (net 104) (status C30)) + (via (at 98.298 100.584) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 98.3615 100.5205) (end 100.584 100.5205) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 98.298 100.584) (end 98.3615 100.5205) (width 0.5588) (layer Composant) (net 104)) + (segment (start 84.2645 106.553) (end 84.2645 104.267) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 102.1715 98.933) (end 100.584 100.5205) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 102.9335 98.933) (end 102.1715 98.933) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 153.9875 96.012) (end 153.9875 98.298) (width 0.5588) (layer Composant) (net 104) (status C30)) + (segment (start 161.163 91.313) (end 160.782 90.932) (width 0.5588) (layer Composant) (net 104) (status 430)) + (segment (start 161.163 92.329) (end 161.163 91.313) (width 0.5588) (layer Composant) (net 104) (status 20)) + (segment (start 134.874 92.71) (end 134.874 93.726) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 135.5725 92.0115) (end 134.874 92.71) (width 0.254) (layer Composant) (net 104) (status 10)) + (segment (start 135.4455 91.44) (end 135.5725 92.0115) (width 0.5588) (layer Composant) (net 104) (status 830)) + (segment (start 142.621 120.015) (end 148.59 120.015) (width 0.5588) (layer Composant) (net 104) (status 420)) + (via (at 141.859 119.253) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 141.859 119.253) (end 140.97 118.364) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 138.8 113.708) (end 138.8 113.2) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 140.97 113.665) (end 138.8 113.708) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 140.97 118.364) (end 140.97 113.665) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 141.859 119.253) (end 142.621 120.015) (width 0.5588) (layer Composant) (net 104)) + (segment (start 155.194 100.076) (end 157.734 97.536) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 149.479 100.076) (end 155.194 100.076) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 148.082 98.679) (end 149.479 100.076) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 146.812 98.679) (end 148.082 98.679) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 161.163 107.95) (end 168.275 115.062) (width 0.5588) (layer GND_layer) (net 104)) + (segment (start 161.163 92.329) (end 161.163 107.95) (width 0.5588) (layer GND_layer) (net 104)) + (segment (start 121.0945 97.8535) (end 121.666 98.425) (width 0.5588) (layer Composant) (net 104) (status 10)) + (segment (start 121.0945 97.282) (end 121.0945 97.8535) (width 0.5588) (layer Composant) (net 104) (status 830)) + (segment (start 129.4384 102.9462) (end 127.635 102.9716) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 129.667 103.124) (end 129.4384 102.9462) (width 0.254) (layer Composant) (net 104)) + (segment (start 131.318 103.124) (end 129.667 103.124) (width 0.254) (layer Composant) (net 104)) + (segment (start 131.699 102.87) (end 131.318 103.124) (width 0.254) (layer Composant) (net 104)) + (segment (start 130.048 97.155) (end 127.889 97.155) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 131.699 98.806) (end 130.048 97.155) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 131.699 102.87) (end 131.699 98.806) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 122.936 97.155) (end 121.666 98.425) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 127.889 97.155) (end 122.936 97.155) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 130.3782 92.8878) (end 130.3782 93.726) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 130.8735 92.3925) (end 130.3782 92.8878) (width 0.254) (layer Composant) (net 104)) + (segment (start 130.8735 89.9795) (end 130.8735 92.3925) (width 0.254) (layer Composant) (net 104)) + (segment (start 125.7808 99.4664) (end 125.349 98.8695) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 127.635 99.4664) (end 125.7808 99.4664) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 145.288 98.679) (end 146.812 98.679) (width 0.5588) (layer Composant) (net 104)) + (segment (start 145.0086 98.9584) (end 145.288 98.679) (width 0.254) (layer Composant) (net 104)) + (segment (start 143.129 98.9584) (end 145.0086 98.9584) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 170.6245 115.8875) (end 170.6245 117.094) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 169.799 115.062) (end 170.6245 115.8875) (width 0.5588) (layer Composant) (net 104)) + (segment (start 168.275 115.062) (end 169.799 115.062) (width 0.5588) (layer Composant) (net 104)) + (segment (start 121.158 95.885) (end 121.0945 97.282) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 117.094 91.821) (end 121.158 95.885) (width 0.5588) (layer Composant) (net 104)) + (segment (start 110.49 91.821) (end 117.094 91.821) (width 0.5588) (layer Composant) (net 104)) + (segment (start 107.315 94.996) (end 110.49 91.821) (width 0.5588) (layer Composant) (net 104)) + (segment (start 103.251 94.996) (end 107.315 94.996) (width 0.5588) (layer Composant) (net 104)) + (segment (start 102.9335 95.3135) (end 103.251 94.996) (width 0.5588) (layer Composant) (net 104)) + (segment (start 102.9335 96.647) (end 102.9335 95.3135) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 77.597 117.729) (end 76.327 116.459) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 83.058 117.729) (end 77.597 117.729) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 83.82 116.967) (end 83.058 117.729) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 96.774 112.141) (end 96.012 111.379) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 97.409 112.141) (end 96.774 112.141) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 96.012 111.379) (end 89.789 111.379) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 85.217 115.57) (end 83.82 116.967) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 146.05 77.978) (end 143.129 80.899) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 143.129 80.899) (end 143.1 94) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 146.05 74.676) (end 146.05 77.978) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 161.544 107.696) (end 161.544 106.807) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 161.544 105.7275) (end 161.3535 105.537) (width 0.5588) (layer Composant) (net 104) (status 430)) + (segment (start 161.544 106.807) (end 161.544 105.7275) (width 0.5588) (layer Composant) (net 104) (status 20)) + (segment (start 134.212 88.392) (end 132.461 88.392) (width 0.4) (layer Composant) (net 104)) + (segment (start 132.461 88.392) (end 130.937 89.916) (width 0.4) (layer Composant) (net 104)) + (segment (start 135.4455 91.44) (end 135.4455 89.6255) (width 0.4) (layer Composant) (net 104) (status 810)) + (segment (start 135.4455 89.6255) (end 134.212 88.392) (width 0.4) (layer Composant) (net 104)) + (segment (start 130.937 89.916) (end 130.8735 89.9795) (width 0.5588) (layer Composant) (net 104)) + (segment (start 138.8 113.2) (end 138.938 110.109) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 137.668 104.267) (end 133.985 104.267) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 139.954 106.553) (end 137.668 104.267) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 139.954 109.093) (end 139.954 106.553) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 138.938 110.109) (end 139.954 109.093) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 145.288 104.394) (end 146.304 105.41) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 145.288 99.187) (end 145.288 104.394) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 145.796 98.679) (end 145.288 99.187) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 146.812 98.679) (end 145.796 98.679) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 145.288 105.41) (end 146.304 105.41) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 143.891 106.807) (end 145.288 105.41) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 143.891 109.093) (end 143.891 106.807) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 142.875 110.109) (end 143.891 109.093) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 138.938 110.109) (end 142.875 110.109) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 146.304 105.41) (end 146.812 105.41) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 130.8735 89.916) (end 130.8735 89.9795) (width 0.5588) (layer Composant) (net 104)) + (segment (start 153.416 106.426) (end 155.448 104.394) (width 0.5588) (layer Composant) (net 104)) + (segment (start 153.416 109.093) (end 153.416 106.426) (width 0.5588) (layer Composant) (net 104) (status 10)) + (segment (start 153.543 109.22) (end 153.416 109.093) (width 0.5588) (layer Composant) (net 104) (status 830)) + (segment (start 161.036 104.394) (end 155.448 104.394) (width 0.5588) (layer Composant) (net 104)) + (segment (start 194.691 125.222) (end 194.6783 122.7455) (width 0.254) (layer Composant) (net 104) (status 420)) + (via (at 192.33388 123.84532) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 192.33388 123.84532) (end 192.33388 113.6396) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 192.46088 113.5126) (end 192.33388 113.6396) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 204.1779 121.24182) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 204.1779 121.24182) (end 205.6384 121.24182) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 205.6384 121.24182) (end 205.6511 121.22912) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 204.1779 122.7455) (end 204.1779 121.24182) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 190.9445 110.0074) (end 192.00368 110.0074) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 190.9445 109.5121) (end 191.86144 109.5121) (width 0.2032) (layer Composant) (net 104) (status 810)) + (segment (start 193.3321 109.5121) (end 193.675 109.855) (width 0.5588) (layer Composant) (net 104)) + (segment (start 191.86144 109.5121) (end 193.3321 109.5121) (width 0.2032) (layer Composant) (net 104)) + (segment (start 192.00368 109.65434) (end 192.00368 110.0074) (width 0.4) (layer Composant) (net 104)) + (segment (start 191.86144 109.5121) (end 192.00368 109.65434) (width 0.254) (layer Composant) (net 104)) + (segment (start 212.9155 103.0097) (end 211.85632 103.0097) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 211.41436 102.56774) (end 211.85632 103.0097) (width 0.5588) (layer Composant) (net 104)) + (via (at 211.40928 113.5126) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 211.40928 113.5126) (end 212.4456 113.5126) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.4456 113.5126) (end 212.979 114.046) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.9155 113.5126) (end 211.40928 113.5126) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 195.072 109.855) (end 195.072 110.90148) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 195.072 110.90148) (end 192.46088 113.5126) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 195.072 107.315) (end 195.072 109.855) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 194.8815 107.1245) (end 195.072 107.315) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 193.167 107.1245) (end 194.8815 107.1245) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 193.167 107.1245) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 192.89268 107.1245) (end 192.70218 107.315) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 193.167 107.1245) (end 192.89268 107.1245) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 191.9605 107.315) (end 192.70218 107.315) (width 0.5588) (layer Cuivre) (net 104) (status 810)) + (segment (start 199.009 102.97668) (end 199.009 101.7905) (width 0.5588) (layer Cuivre) (net 104) (status 420)) + (segment (start 205.359 121.52122) (end 205.359 122.4915) (width 0.5588) (layer Cuivre) (net 104) (status 420)) + (via (at 205.6511 121.22912) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 205.6511 121.22912) (end 205.6511 119.9769) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 206.375 119.253) (end 205.6511 119.9769) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 205.6511 121.22912) (end 205.359 121.52122) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 220.04274 63.5) (end 223.52 63.5) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 220.04274 63.5) (end 218.44 65.10274) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 218.44 65.10274) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 218.44 66.3575) (end 218.44 65.10274) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 158.623 96.647) (end 158.623 95.8215) (width 0.5588) (layer Composant) (net 104) (status 420)) + (segment (start 157.734 97.536) (end 158.623 96.647) (width 0.5588) (layer Composant) (net 104)) + (segment (start 190.5 100.75418) (end 190.5 100.0125) (width 0.5588) (layer Cuivre) (net 104) (status 420)) + (via (at 190.04788 101.2063) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 190.04788 101.2063) (end 190.04788 101.78288) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 190.04788 101.78288) (end 191.24168 102.97668) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 199.009 102.97668) (end 191.24168 102.97668) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 190.5 100.75418) (end 190.04788 101.2063) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 192.46088 113.5126) (end 190.9445 113.5126) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 191.9605 114.01298) (end 191.9605 115.189) (width 0.5588) (layer Cuivre) (net 104) (status 420)) + (segment (start 192.46088 113.5126) (end 191.9605 114.01298) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 199.1741 102.81158) (end 199.1741 100.7745) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 199.009 102.97668) (end 199.1741 102.81158) (width 0.5588) (layer Composant) (net 104)) + (segment (start 206.375 119.253) (end 208.57464 119.253) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 200.56348 119.79148) (end 201.10196 119.253) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 200.56348 121.0691) (end 200.56348 119.79148) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 201.10196 119.253) (end 206.375 119.253) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 208.57464 119.253) (end 209.73288 118.09476) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 200.56348 121.0691) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 201.2442 121.74982) (end 201.422 121.74982) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 200.56348 121.0691) (end 201.2442 121.74982) (width 0.4) (layer Cuivre) (net 104)) + (segment (start 201.422 122.4915) (end 201.422 121.74982) (width 0.4) (layer Cuivre) (net 104) (status 810)) + (segment (start 202.946 102.53218) (end 203.454 102.53218) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 203.454 102.53218) (end 203.454 101.7905) (width 0.5588) (layer Cuivre) (net 104) (status 420)) + (via (at 202.48118 102.997) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 199.009 102.97668) (end 202.46086 102.97668) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 202.46086 102.97668) (end 202.48118 102.997) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 202.48118 102.997) (end 202.946 102.53218) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 206.83474 109.98708) (end 206.83474 118.79326) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 206.375 119.253) (end 206.83474 118.79326) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 206.83474 109.98708) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 207.28432 109.5375) (end 208.28 109.5375) (width 0.5588) (layer Cuivre) (net 104) (status 420)) + (segment (start 206.83474 109.98708) (end 207.28432 109.5375) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 209.33156 102.56774) (end 209.296 102.53218) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 211.41436 102.56774) (end 209.33156 102.56774) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 209.296 101.7905) (end 209.296 102.53218) (width 0.5588) (layer Cuivre) (net 104) (status 810)) + (segment (start 209.60842 118.09476) (end 209.27568 118.4275) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 209.73288 118.09476) (end 209.60842 118.09476) (width 0.5588) (layer Cuivre) (net 104)) + (segment (start 208.28 118.4275) (end 209.27568 118.4275) (width 0.5588) (layer Cuivre) (net 104) (status 810)) + (segment (start 131.2545 113.919) (end 132.9055 112.268) (width 0.4) (layer Composant) (net 104) (status 420)) + (segment (start 130.556 113.919) (end 131.2545 113.919) (width 0.4) (layer Composant) (net 104)) + (segment (start 130.048 113.411) (end 130.556 113.919) (width 0.4) (layer Composant) (net 104)) + (segment (start 130.048 111.125) (end 130.048 113.411) (width 0.4) (layer Composant) (net 104)) + (segment (start 130.175 110.998) (end 130.048 111.125) (width 0.5588) (layer Composant) (net 104)) + (segment (start 130.429 110.998) (end 130.175 110.998) (width 0.5588) (layer Composant) (net 104)) + (segment (start 178.689 118.872) (end 175.641 115.824) (width 0.5588) (layer Composant) (net 104)) + (via (at 211.40928 110.0074) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 211.40928 110.0074) (end 211.40928 110.06328) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 211.40928 110.06328) (end 212.979 111.633) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.979 114.046) (end 212.979 114.84864) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.979 111.633) (end 212.979 114.046) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.979 114.84864) (end 209.73288 118.09476) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 212.9155 110.0074) (end 211.40928 110.0074) (width 0.254) (layer Composant) (net 104) (status 810)) + (segment (start 210.31454 117.5131) (end 212.9155 117.5131) (width 0.254) (layer Composant) (net 104) (status 420)) + (segment (start 209.73288 118.09476) (end 210.31454 117.5131) (width 0.5588) (layer Composant) (net 104)) + (segment (start 88.9 103.505) (end 88.9 100.33) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 90.805 105.41) (end 88.9 103.505) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 97.409 112.141) (end 97.409 107.188) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 97.409 107.188) (end 95.631 105.41) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 131.3942 110.0328) (end 130.429 110.998) (width 0.254) (layer Composant) (net 104)) + (segment (start 95.631 105.41) (end 90.805 105.41) (width 0.5588) (layer VDD_layer) (net 104)) + (via (at 84.582 102.235) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 84.2645 102.5525) (end 84.582 102.235) (width 0.5588) (layer Composant) (net 104)) + (segment (start 84.2645 104.267) (end 84.2645 102.5525) (width 0.5588) (layer Composant) (net 104) (status 810)) + (segment (start 86.995 102.235) (end 88.9 100.33) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 84.582 102.235) (end 86.995 102.235) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 90.17 99.06) (end 88.9 100.33) (width 0.5588) (layer VDD_layer) (net 104) (status 420)) + (segment (start 92.71 99.06) (end 90.17 99.06) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 93.472 98.298) (end 92.71 99.06) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 97.155 87.757) (end 95.25 87.757) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 95.25 87.757) (end 93.472 89.535) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 93.472 89.535) (end 93.472 98.298) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 89.154 100.584) (end 88.9 100.33) (width 0.5588) (layer VDD_layer) (net 104) (status 430)) + (segment (start 98.298 100.584) (end 89.154 100.584) (width 0.5588) (layer VDD_layer) (net 104) (status 20)) + (segment (start 107.3 84.5335) (end 107.5055 84.328) (width 0.4) (layer Composant) (net 104) (tstamp 53D8E6D8)) + (segment (start 107.5 87.6) (end 107.3 87.4) (width 0.4) (layer Composant) (net 104) (tstamp 53D8E6D6)) + (segment (start 107.3 87.4) (end 107.3 84.5335) (width 0.4) (layer Composant) (net 104) (tstamp 53D8E6D7)) + (segment (start 107.5055 87.6) (end 107.5 87.6) (width 0.4) (layer Composant) (net 104)) + (via (at 143.1 94) (size 1.143) (layers Composant Cuivre) (net 104)) + (segment (start 142.826 93.726) (end 143.1 94) (width 0.4) (layer Composant) (net 104) (tstamp 53D8E6ED)) + (segment (start 141.3764 93.726) (end 142.826 93.726) (width 0.4) (layer Composant) (net 104)) + (segment (start 146.636 97.536) (end 143.1 94) (width 0.5588) (layer VDD_layer) (net 104) (tstamp 53D8E6F0)) + (segment (start 146.812 98.679) (end 146.812 97.536) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 146.812 97.536) (end 146.636 97.536) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 139.651 90.551) (end 143.1 94) (width 0.5588) (layer VDD_layer) (net 104) (tstamp 53D8E6F5)) + (segment (start 138.2 90.551) (end 139.651 90.551) (width 0.5588) (layer VDD_layer) (net 104)) + (segment (start 82.423 136.398) (end 81.28 135.255) (width 0.254) (layer Composant) (net 105)) + (segment (start 77.597 124.714) (end 77.597 112.649) (width 0.254) (layer Composant) (net 105)) + (segment (start 80.264 125.349) (end 81.28 126.365) (width 0.254) (layer Composant) (net 105)) + (segment (start 91.44 135.382) (end 90.424 136.398) (width 0.254) (layer Composant) (net 105) (status 10)) + (segment (start 81.28 135.255) (end 81.28 126.365) (width 0.254) (layer Composant) (net 105)) + (segment (start 78.232 125.349) (end 77.597 124.714) (width 0.254) (layer Composant) (net 105)) + (segment (start 80.264 125.349) (end 78.232 125.349) (width 0.254) (layer Composant) (net 105)) + (segment (start 90.424 136.398) (end 82.423 136.398) (width 0.254) (layer Composant) (net 105)) + (segment (start 91.44 134.62) (end 91.44 135.382) (width 0.254) (layer Composant) (net 105) (status 830)) + (segment (start 77.597 112.649) (end 78.867 111.379) (width 0.254) (layer Composant) (net 105) (status 420)) + (segment (start 74.93 105.41) (end 74.93 112.522) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 147.574 95.25) (end 147.066 94.996) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 145.2372 97.4598) (end 143.129 97.4598) (width 0.254) (layer Composant) (net 106) (status 420)) + (segment (start 147.193 95.504) (end 145.2372 97.4598) (width 0.254) (layer Composant) (net 106)) + (segment (start 147.574 95.25) (end 147.193 95.504) (width 0.254) (layer Composant) (net 106)) + (segment (start 174.625 90.17) (end 181.991 90.17) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 174.244 90.551) (end 174.625 90.17) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 165.354 90.551) (end 174.244 90.551) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 164.719 89.916) (end 165.354 90.551) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 159.766 89.916) (end 164.719 89.916) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 156.21 93.472) (end 159.766 89.916) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 148.717 93.472) (end 156.21 93.472) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 147.574 94.615) (end 148.717 93.472) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 147.574 95.25) (end 147.574 94.615) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 147.574 95.25) (end 147.574 92.71) (width 0.254) (layer Composant) (net 106)) + (segment (start 178.054 138.176) (end 179.324 139.446) (width 0.254) (layer GND_layer) (net 106) (status 420)) + (segment (start 178.054 130.175) (end 178.054 138.176) (width 0.254) (layer GND_layer) (net 106)) + (segment (start 178.054 130.175) (end 185.928 122.301) (width 0.254) (layer GND_layer) (net 106)) + (segment (start 185.928 106.172) (end 185.928 122.301) (width 0.254) (layer GND_layer) (net 106)) + (segment (start 181.991 102.235) (end 185.928 106.172) (width 0.254) (layer GND_layer) (net 106)) + (segment (start 181.991 90.17) (end 181.991 102.235) (width 0.254) (layer GND_layer) (net 106)) + (segment (start 74.93 112.522) (end 76.327 113.919) (width 0.254) (layer Cuivre) (net 106) (status 420)) + (segment (start 147.574 92.71) (end 149.225 91.059) (width 0.381) (layer Composant) (net 106)) + (segment (start 149.225 91.059) (end 154.94 91.059) (width 0.381) (layer Composant) (net 106)) + (segment (start 154.94 91.059) (end 157.7975 93.9165) (width 0.381) (layer Composant) (net 106)) + (segment (start 157.7975 93.9165) (end 158.623 93.9165) (width 0.381) (layer Composant) (net 106) (status 420)) + (segment (start 160.8455 94.6785) (end 159.385 94.6785) (width 0.4318) (layer Composant) (net 106) (status 810)) + (segment (start 159.385 94.6785) (end 158.623 93.9165) (width 0.4318) (layer Composant) (net 106) (status 420)) + (via (at 181.991 90.17) (size 0.889) (layers Composant Cuivre) (net 106)) + (via (at 147.574 95.25) (size 0.635) (layers Composant Cuivre) (net 106)) + (segment (start 137.033 98.425) (end 137.668 97.79) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 137.668 95.631) (end 137.668 97.79) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 138.303 94.996) (end 137.668 95.631) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 147.066 94.996) (end 138.303 94.996) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 132.334 98.425) (end 137.033 98.425) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 132.334 98.425) (end 130.683 96.774) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 130.683 96.774) (end 128.524 96.774) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 128.524 96.774) (end 126.873 95.123) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 126.873 95.123) (end 117.094 95.123) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 117.094 95.123) (end 116.586 94.615) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 116.586 94.615) (end 111.633 94.615) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 111.633 94.615) (end 110.49 95.758) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 110.49 95.758) (end 110.49 98.171) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 110.49 98.171) (end 104.521 104.14) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 104.521 104.14) (end 76.2 104.14) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 76.2 104.14) (end 74.93 105.41) (width 0.254) (layer Cuivre) (net 106)) + (segment (start 80.645 138.557) (end 78.867 136.779) (width 0.381) (layer Cuivre) (net 107) (status 420)) + (segment (start 83.439 138.557) (end 80.645 138.557) (width 0.381) (layer Cuivre) (net 107) (status 810)) + (segment (start 176.149 92.075) (end 175.641 91.567) (width 0.381) (layer Composant) (net 108) (status 10)) + (segment (start 169.291 91.567) (end 168.529 92.329) (width 0.381) (layer Composant) (net 108) (status 420)) + (segment (start 164.846 95.3135) (end 165.2905 95.758) (width 0.254) (layer Composant) (net 108) (status 830)) + (via (at 166.878 95.758) (size 0.889) (layers Composant Cuivre) (net 108)) + (segment (start 176.149 92.329) (end 178.562 92.329) (width 0.381) (layer Cuivre) (net 108) (status 810)) + (segment (start 176.149 92.329) (end 176.149 92.075) (width 0.381) (layer Composant) (net 108) (status 830)) + (segment (start 165.2905 95.758) (end 166.878 95.758) (width 0.381) (layer Composant) (net 108) (status 10)) + (segment (start 166.878 92.964) (end 166.878 95.758) (width 0.381) (layer Composant) (net 108)) + (segment (start 167.513 92.329) (end 166.878 92.964) (width 0.381) (layer Composant) (net 108)) + (segment (start 168.529 92.329) (end 167.513 92.329) (width 0.381) (layer Composant) (net 108) (status 810)) + (segment (start 186.69 89.408) (end 186.69 88.265) (width 0.381) (layer Cuivre) (net 108) (status 420)) + (segment (start 164.846 95.3135) (end 163.068 95.3135) (width 0.4318) (layer Composant) (net 108) (status 830)) + (segment (start 175.641 91.567) (end 169.291 91.567) (width 0.4318) (layer Composant) (net 108)) + (segment (start 163.068 95.3135) (end 162.7505 95.631) (width 0.4318) (layer Composant) (net 108) (status 430)) + (segment (start 178.562 92.329) (end 179.197 92.964) (width 0.381) (layer Cuivre) (net 108)) + (segment (start 179.197 92.964) (end 183.134 92.964) (width 0.381) (layer Cuivre) (net 108)) + (segment (start 183.134 92.964) (end 186.69 89.408) (width 0.381) (layer Cuivre) (net 108)) + (segment (start 161.3535 110.5535) (end 160.401 109.601) (width 0.254) (layer Composant) (net 109) (status 10)) + (segment (start 160.401 109.601) (end 160.401 108.712) (width 0.254) (layer Composant) (net 109)) + (segment (start 160.401 108.712) (end 160.02 108.331) (width 0.254) (layer Composant) (net 109)) + (segment (start 160.02 108.331) (end 159.512 108.331) (width 0.254) (layer Composant) (net 109) (status 420)) + (segment (start 161.3535 111.252) (end 161.3535 110.5535) (width 0.254) (layer Composant) (net 109) (status 830)) + (segment (start 163.957 113.2205) (end 163.957 113.284) (width 0.762) (layer Composant) (net 109) (status 830)) + (segment (start 161.3535 111.252) (end 161.3535 114.046) (width 0.762) (layer Composant) (net 109) (status C30)) + (segment (start 163.957 113.284) (end 163.195 114.046) (width 0.762) (layer Composant) (net 109) (status 10)) + (segment (start 163.195 114.046) (end 161.3535 114.046) (width 0.762) (layer Composant) (net 109) (status 420)) + (segment (start 117.729 116.332) (end 117.729 131.445) (width 0.381) (layer GND_layer) (net 110)) + (segment (start 122.8725 108.712) (end 121.793 108.712) (width 0.381) (layer Composant) (net 110) (status 810)) + (segment (start 121.793 108.712) (end 120.777 107.696) (width 0.381) (layer Composant) (net 110) (status 420)) + (via (at 117.729 116.332) (size 0.889) (layers Composant Cuivre) (net 110)) + (segment (start 125.984 107.569) (end 126.3015 107.2515) (width 0.254) (layer Composant) (net 110)) + (segment (start 125.984 110.49) (end 125.984 107.569) (width 0.254) (layer Composant) (net 110)) + (segment (start 127.635 107.4674) (end 126.5174 107.4674) (width 0.254) (layer Composant) (net 110) (status 810)) + (segment (start 126.56312 106.9848) (end 126.3015 107.2515) (width 0.254) (layer Composant) (net 110)) + (segment (start 127.635 106.9848) (end 126.56312 106.9848) (width 0.254) (layer Composant) (net 110) (status 810)) + (segment (start 113.284 136.906) (end 115.824 136.906) (width 0.254) (layer VDD_layer) (net 110) (status C30)) + (segment (start 120.65 111.506) (end 120.65 113.411) (width 0.381) (layer Composant) (net 110)) + (segment (start 120.65 113.411) (end 117.729 116.332) (width 0.381) (layer Composant) (net 110)) + (segment (start 117.602 131.572) (end 115.824 133.35) (width 0.381) (layer GND_layer) (net 110)) + (segment (start 115.824 133.35) (end 115.824 136.906) (width 0.381) (layer GND_layer) (net 110) (status 420)) + (segment (start 120.777 107.696) (end 120.777 110.109) (width 0.381) (layer Composant) (net 110) (status 830)) + (segment (start 120.777 110.109) (end 120.65 110.236) (width 0.381) (layer Composant) (net 110) (status 430)) + (segment (start 125.984 110.49) (end 124.968 111.506) (width 0.254) (layer Composant) (net 110)) + (segment (start 124.968 111.506) (end 120.65 111.506) (width 0.254) (layer Composant) (net 110)) + (segment (start 126.5174 107.4674) (end 126.3015 107.2515) (width 0.254) (layer Composant) (net 110)) + (segment (start 117.729 131.445) (end 117.602 131.445) (width 0.381) (layer GND_layer) (net 110)) + (segment (start 117.602 131.445) (end 117.602 131.572) (width 0.381) (layer GND_layer) (net 110)) + (segment (start 120.65 110.236) (end 120.65 111.506) (width 0.381) (layer Composant) (net 110) (status 810)) + (segment (start 124.714 110.363) (end 124.7775 110.2995) (width 0.4) (layer Composant) (net 111)) + (segment (start 124.7775 110.2995) (end 124.7775 108.712) (width 0.4) (layer Composant) (net 111) (status 420)) + (segment (start 123.444 105.283) (end 123.825 105.664) (width 0.4) (layer GND_layer) (net 111)) + (segment (start 123.825 105.664) (end 123.825 110.109) (width 0.4) (layer GND_layer) (net 111)) + (segment (start 123.825 110.109) (end 123.571 110.363) (width 0.4) (layer GND_layer) (net 111)) + (via (at 118.872 105.029) (size 0.8) (layers Composant Cuivre) (net 111)) + (via (at 123.444 105.283) (size 0.8) (layers Composant Cuivre) (net 111)) + (via (at 123.571 110.363) (size 0.8) (layers Composant Cuivre) (net 111)) + (segment (start 126.492 105.9688) (end 126.492 106.426) (width 0.4) (layer Composant) (net 111)) + (segment (start 126.5428 106.4768) (end 127.635 106.4768) (width 0.254) (layer Composant) (net 111) (status 420)) + (segment (start 126.492 106.426) (end 126.5428 106.4768) (width 0.254) (layer Composant) (net 111)) + (segment (start 123.444 105.283) (end 124.206 106.045) (width 0.4) (layer Composant) (net 111)) + (segment (start 125.8062 106.045) (end 125.8824 105.9688) (width 0.4) (layer Composant) (net 111)) + (segment (start 124.206 106.045) (end 125.8062 106.045) (width 0.4) (layer Composant) (net 111)) + (segment (start 123.444 105.283) (end 121.666 105.283) (width 0.4) (layer Composant) (net 111)) + (segment (start 121.666 105.283) (end 120.777 104.394) (width 0.4) (layer Composant) (net 111) (status 420)) + (segment (start 123.571 110.363) (end 124.714 110.363) (width 0.4) (layer Composant) (net 111)) + (segment (start 113.284 139.446) (end 113.665 139.446) (width 0.4) (layer GND_layer) (net 111) (status 830)) + (segment (start 126.492 105.9688) (end 125.8824 105.9688) (width 0.4) (layer Composant) (net 111)) + (segment (start 127.635 105.9688) (end 126.492 105.9688) (width 0.254) (layer Composant) (net 111) (status 810)) + (segment (start 115.824 139.446) (end 113.284 139.446) (width 0.4) (layer GND_layer) (net 111) (status 30)) + (segment (start 119.38 114.3) (end 119.38 132.588) (width 0.4) (layer GND_layer) (net 111) (tstamp 53D8E5AE)) + (segment (start 118.872 113.792) (end 119.38 114.3) (width 0.4) (layer GND_layer) (net 111) (tstamp 53D8E5AD)) + (segment (start 118.872 105.029) (end 118.872 113.792) (width 0.4) (layer GND_layer) (net 111)) + (segment (start 117.1 138.424) (end 117.1 134.868) (width 0.4) (layer GND_layer) (net 111) (tstamp 53D8E5B3)) + (segment (start 117.1 134.868) (end 119.38 132.588) (width 0.4) (layer GND_layer) (net 111) (tstamp 53D8E5B4)) + (segment (start 116.078 139.446) (end 117.1 138.424) (width 0.4) (layer GND_layer) (net 111) (tstamp 53D8E5B2) (status 10)) + (segment (start 115.824 139.446) (end 116.078 139.446) (width 0.4) (layer GND_layer) (net 111) (status 30)) + (segment (start 117.983 104.14) (end 118.872 105.029) (width 0.4) (layer Composant) (net 111) (tstamp 53D8E5B8)) + (segment (start 117.983 101.346) (end 117.983 104.14) (width 0.4) (layer Composant) (net 111) (status 10)) + (segment (start 119.507 104.394) (end 118.872 105.029) (width 0.4) (layer Composant) (net 111) (tstamp 53D8E5BB)) + (segment (start 120.777 104.394) (end 119.507 104.394) (width 0.4) (layer Composant) (net 111) (status 10)) + (via (at 186.182 71.12) (size 0.889) (layers Composant Cuivre) (net 112)) + (segment (start 187.579 71.12) (end 186.182 71.12) (width 0.381) (layer Composant) (net 112)) + (segment (start 187.706 71.247) (end 187.579 71.12) (width 0.381) (layer Composant) (net 112)) + (segment (start 188.2775 71.247) (end 187.706 71.247) (width 0.381) (layer Composant) (net 112) (status 810)) + (segment (start 184.15 74.676) (end 186.182 74.676) (width 0.381) (layer Composant) (net 112) (status 810)) + (via (at 186.182 74.676) (size 0.635) (layers Composant Cuivre) (net 112)) + (segment (start 186.182 71.12) (end 186.182 74.676) (width 0.381) (layer GND_layer) (net 112)) + (segment (start 183.7055 72.9615) (end 184.15 73.406) (width 0.4318) (layer Composant) (net 113) (status 420)) + (segment (start 181.102 72.9615) (end 183.7055 72.9615) (width 0.4318) (layer Composant) (net 113) (status 810)) + (segment (start 181.61 75.438) (end 181.102 74.93) (width 0.381) (layer Composant) (net 114) (status 20)) + (segment (start 182.245 75.438) (end 181.61 75.438) (width 0.381) (layer Composant) (net 114)) + (segment (start 184.15 75.946) (end 182.753 75.946) (width 0.381) (layer Composant) (net 114) (status 810)) + (segment (start 181.102 74.93) (end 181.102 74.8665) (width 0.381) (layer Composant) (net 114) (status 430)) + (segment (start 182.753 75.946) (end 182.245 75.438) (width 0.381) (layer Composant) (net 114)) + (segment (start 181.102 77.2795) (end 184.0865 77.2795) (width 0.4318) (layer Composant) (net 115) (status 830)) + (segment (start 184.0865 77.2795) (end 184.15 77.216) (width 0.4318) (layer Composant) (net 115) (status 430)) + (segment (start 184.15 78.486) (end 181.8005 78.486) (width 0.4318) (layer Composant) (net 116) (status 810)) + (segment (start 181.8005 78.486) (end 181.102 79.1845) (width 0.4318) (layer Composant) (net 116) (status 420)) + (segment (start 183.007 79.756) (end 182.245 80.518) (width 0.381) (layer Composant) (net 117)) + (segment (start 178.562 79.121) (end 179.959 80.518) (width 0.4318) (layer Composant) (net 117) (status 10)) + (segment (start 178.562 79.0575) (end 178.562 79.121) (width 0.4318) (layer Composant) (net 117) (status 830)) + (segment (start 182.245 80.518) (end 179.959 80.518) (width 0.381) (layer Composant) (net 117)) + (segment (start 184.15 79.756) (end 183.007 79.756) (width 0.381) (layer Composant) (net 117) (status 810)) + (segment (start 158.242 71.247) (end 158.242 74.676) (width 0.381) (layer Cuivre) (net 118)) + (segment (start 160.3375 71.247) (end 158.242 71.247) (width 0.381) (layer Composant) (net 118) (status 810)) + (via (at 158.242 71.247) (size 0.635) (layers Composant Cuivre) (net 118)) + (segment (start 156.21 74.676) (end 158.242 74.676) (width 0.381) (layer Composant) (net 118) (status 810)) + (via (at 158.242 74.676) (size 0.635) (layers Composant Cuivre) (net 118)) + (segment (start 154.3685 72.8345) (end 154.94 73.406) (width 0.381) (layer Composant) (net 119)) + (segment (start 153.162 72.8345) (end 154.3685 72.8345) (width 0.381) (layer Composant) (net 119) (status 810)) + (segment (start 154.94 73.406) (end 156.21 73.406) (width 0.381) (layer Composant) (net 119) (status 420)) + (segment (start 153.162 74.93) (end 153.67 75.438) (width 0.254) (layer Composant) (net 120) (status 10)) + (segment (start 153.162 74.7395) (end 153.162 74.93) (width 0.254) (layer Composant) (net 120) (status 830)) + (segment (start 154.305 75.438) (end 153.67 75.438) (width 0.381) (layer Composant) (net 120)) + (segment (start 156.21 75.946) (end 154.813 75.946) (width 0.381) (layer Composant) (net 120) (status 810)) + (segment (start 154.813 75.946) (end 154.305 75.438) (width 0.381) (layer Composant) (net 120)) + (segment (start 153.8605 77.1525) (end 153.924 77.216) (width 0.381) (layer Composant) (net 121)) + (segment (start 153.035 77.1525) (end 153.8605 77.1525) (width 0.381) (layer Composant) (net 121) (status 810)) + (segment (start 153.924 77.216) (end 156.21 77.216) (width 0.381) (layer Composant) (net 121) (status 420)) + (segment (start 153.035 79.0575) (end 153.6065 79.0575) (width 0.381) (layer Composant) (net 122) (status 830)) + (segment (start 154.178 78.486) (end 156.21 78.486) (width 0.381) (layer Composant) (net 122) (status 420)) + (segment (start 153.6065 79.0575) (end 154.178 78.486) (width 0.381) (layer Composant) (net 122) (status 10)) + (segment (start 150.876 79.756) (end 151.638 80.518) (width 0.381) (layer Composant) (net 123)) + (segment (start 150.876 79.0575) (end 150.876 79.756) (width 0.381) (layer Composant) (net 123) (status 810)) + (segment (start 155.067 79.756) (end 156.21 79.756) (width 0.381) (layer Composant) (net 123) (status 420)) + (segment (start 151.638 80.518) (end 154.305 80.518) (width 0.381) (layer Composant) (net 123)) + (segment (start 154.305 80.518) (end 155.067 79.756) (width 0.381) (layer Composant) (net 123)) + (via (at 125.222 74.676) (size 0.635) (layers Composant Cuivre) (net 124)) + (segment (start 125.222 71.247) (end 127.3175 71.247) (width 0.381) (layer Composant) (net 124) (status 420)) + (via (at 125.222 71.247) (size 0.635) (layers Composant Cuivre) (net 124)) + (segment (start 125.222 71.247) (end 125.222 74.676) (width 0.381) (layer GND_layer) (net 124)) + (segment (start 123.19 74.676) (end 125.222 74.676) (width 0.381) (layer Composant) (net 124) (status 810)) + (segment (start 120.142 77.1525) (end 121.7295 77.1525) (width 0.381) (layer Composant) (net 125) (status 810)) + (segment (start 121.793 77.216) (end 123.19 77.216) (width 0.381) (layer Composant) (net 125) (status 420)) + (segment (start 121.7295 77.1525) (end 121.793 77.216) (width 0.381) (layer Composant) (net 125)) + (segment (start 121.539 78.486) (end 120.9675 79.0575) (width 0.381) (layer Composant) (net 126)) + (segment (start 123.19 78.486) (end 121.539 78.486) (width 0.381) (layer Composant) (net 126) (status 810)) + (segment (start 120.9675 79.0575) (end 120.142 79.0575) (width 0.381) (layer Composant) (net 126) (status 420)) + (segment (start 94.361 79.629) (end 99.949 79.629) (width 0.762) (layer Composant) (net 127) (status 420)) + (segment (start 104.267 74.168) (end 99.949 78.486) (width 0.4318) (layer Composant) (net 127) (status 30)) + (segment (start 87.6935 88.8365) (end 88.9 87.63) (width 0.762) (layer Composant) (net 127) (status 420)) + (segment (start 99.949 79.629) (end 99.949 81.026) (width 0.762) (layer Composant) (net 127) (status 830)) + (segment (start 93.472 77.089) (end 93.472 78.74) (width 0.762) (layer Composant) (net 127) (status 810)) + (segment (start 93.472 78.74) (end 94.361 79.629) (width 0.762) (layer Composant) (net 127)) + (segment (start 87.6935 90.2335) (end 87.6935 88.8365) (width 0.762) (layer Composant) (net 127)) + (segment (start 97.282 83.693) (end 92.837 83.693) (width 0.762) (layer Composant) (net 127)) + (segment (start 104.267 74.1045) (end 104.267 74.168) (width 0.4318) (layer Composant) (net 127) (status 830)) + (segment (start 92.837 83.693) (end 88.9 87.63) (width 0.762) (layer Composant) (net 127) (status 420)) + (segment (start 99.949 78.486) (end 99.949 79.629) (width 0.4318) (layer Composant) (net 127) (status 430)) + (segment (start 99.949 81.026) (end 97.282 83.693) (width 0.762) (layer Composant) (net 127) (status 10)) + (segment (start 87.6935 90.2335) (end 84.836 93.091) (width 0.762) (layer Composant) (net 127)) + (segment (start 84.836 93.091) (end 81.5086 93.091) (width 0.762) (layer Composant) (net 127) (status 420)) + (segment (start 184.404 126.0475) (end 184.7215 125.73) (width 0.4318) (layer Composant) (net 128) (status 430)) + (segment (start 184.404 130.302) (end 184.404 126.0475) (width 0.4318) (layer Composant) (net 128) (status 830)) + (segment (start 184.404 130.302) (end 184.404 136.906) (width 0.4318) (layer GND_layer) (net 128) (status C30)) + (segment (start 123.19 73.406) (end 120.7135 73.406) (width 0.381) (layer Composant) (net 129) (status 810)) + (segment (start 120.7135 73.406) (end 120.142 72.8345) (width 0.381) (layer Composant) (net 129) (status 420)) + (segment (start 123.19 75.946) (end 121.793 75.946) (width 0.381) (layer Composant) (net 130) (status 810)) + (segment (start 120.142 74.93) (end 120.65 75.438) (width 0.254) (layer Composant) (net 130) (status 10)) + (segment (start 121.285 75.438) (end 120.65 75.438) (width 0.381) (layer Composant) (net 130)) + (segment (start 120.142 74.7395) (end 120.142 74.93) (width 0.254) (layer Composant) (net 130) (status 830)) + (segment (start 121.793 75.946) (end 121.285 75.438) (width 0.381) (layer Composant) (net 130)) + (segment (start 123.19 79.756) (end 122.047 79.756) (width 0.381) (layer Composant) (net 131) (status 810)) + (segment (start 122.047 79.756) (end 121.285 80.518) (width 0.381) (layer Composant) (net 131)) + (segment (start 118.999 80.518) (end 117.602 79.0575) (width 0.381) (layer Composant) (net 131) (status 420)) + (segment (start 121.285 80.518) (end 118.999 80.518) (width 0.381) (layer Composant) (net 131)) + (segment (start 152.527 88.392) (end 151.765 87.63) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 161.544 127.508) (end 152.654 136.398) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 161.544 119.38) (end 161.544 127.508) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 160.147 117.983) (end 161.544 119.38) (width 0.254) (layer GND_layer) (net 132) (status 810)) + (segment (start 156.21 114.046) (end 156.21 92.329) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 156.21 92.329) (end 154.813 90.932) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 160.147 117.983) (end 156.21 114.046) (width 0.254) (layer GND_layer) (net 132) (status 810)) + (segment (start 136.779 89.027) (end 136.525 88.646) (width 0.254) (layer Composant) (net 132)) + (segment (start 136.779 91.948) (end 136.779 89.027) (width 0.254) (layer Composant) (net 132)) + (segment (start 136.8933 92.3163) (end 136.779 91.948) (width 0.254) (layer Composant) (net 132)) + (segment (start 136.017 84.709) (end 136.017 85.344) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 135.763 84.455) (end 136.017 84.709) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 111.76 86.487) (end 111.76 85.852) (width 0.254) (layer Cuivre) (net 132) (status 830)) + (segment (start 127.127 84.455) (end 135.763 84.455) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 136.8806 93.726) (end 136.8933 92.3163) (width 0.254) (layer Composant) (net 132) (status 810)) + (segment (start 139.827 88.646) (end 136.525 88.646) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 151.765 87.63) (end 140.843 87.63) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 126.365 83.693) (end 127.127 84.455) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 113.919 83.693) (end 126.365 83.693) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 111.76 85.852) (end 113.919 83.693) (width 0.254) (layer Cuivre) (net 132) (status 10)) + (segment (start 140.843 87.63) (end 139.827 88.646) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 153.035 88.392) (end 152.527 88.392) (width 0.254) (layer Cuivre) (net 132)) + (segment (start 153.543 88.392) (end 154.813 89.662) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 154.813 89.662) (end 154.813 90.932) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 153.035 88.392) (end 153.543 88.392) (width 0.254) (layer GND_layer) (net 132)) + (via (at 153.035 88.392) (size 0.889) (layers Composant Cuivre) (net 132)) + (segment (start 152.654 136.398) (end 152.654 138.176) (width 0.254) (layer GND_layer) (net 132)) + (segment (start 152.654 138.176) (end 153.924 139.446) (width 0.254) (layer GND_layer) (net 132) (status 420)) + (segment (start 136.017 85.344) (end 136.525 86.106) (width 0.254) (layer Composant) (net 132)) + (segment (start 136.525 86.106) (end 136.525 88.646) (width 0.254) (layer Composant) (net 132)) + (via (at 136.017 85.344) (size 0.889) (layers Composant Cuivre) (net 132)) + (via (at 136.525 88.646) (size 0.635) (layers Composant Cuivre) (net 132)) + (segment (start 98.7425 85.471) (end 97.155 85.471) (width 0.381) (layer Composant) (net 133) (status 810)) + (segment (start 95.885 86.741) (end 95.885 91.313) (width 0.381) (layer Composant) (net 133)) + (segment (start 95.885 91.313) (end 97.79 93.218) (width 0.381) (layer Composant) (net 133) (status 420)) + (segment (start 97.155 85.471) (end 95.885 86.741) (width 0.381) (layer Composant) (net 133)) + (segment (start 125.984 74.041) (end 123.317 71.374) (width 0.381) (layer Composant) (net 134)) + (segment (start 116.459 73.533) (end 113.284 73.533) (width 0.381) (layer Composant) (net 134) (status 420)) + (segment (start 118.618 71.374) (end 116.459 73.533) (width 0.381) (layer Composant) (net 134)) + (segment (start 123.317 71.374) (end 118.618 71.374) (width 0.381) (layer Composant) (net 134)) + (segment (start 125.984 76.581) (end 125.984 74.041) (width 0.381) (layer Composant) (net 134)) + (segment (start 126.619 77.216) (end 125.984 76.581) (width 0.381) (layer Composant) (net 134)) + (segment (start 128.27 77.216) (end 126.619 77.216) (width 0.381) (layer Composant) (net 134) (status 810)) + (segment (start 116.078 75.311) (end 115.57 74.803) (width 0.381) (layer Composant) (net 135)) + (segment (start 119.634 82.296) (end 117.856 80.518) (width 0.381) (layer Composant) (net 135)) + (segment (start 112.014 74.803) (end 110.744 73.533) (width 0.381) (layer Composant) (net 135) (status 420)) + (segment (start 123.19 82.296) (end 119.634 82.296) (width 0.381) (layer Composant) (net 135) (status 810)) + (segment (start 115.57 74.803) (end 112.014 74.803) (width 0.381) (layer Composant) (net 135)) + (segment (start 116.078 80.137) (end 116.078 75.311) (width 0.381) (layer Composant) (net 135)) + (segment (start 116.459 80.518) (end 116.078 80.137) (width 0.381) (layer Composant) (net 135)) + (segment (start 117.856 80.518) (end 116.459 80.518) (width 0.381) (layer Composant) (net 135)) + (segment (start 109.474 76.835) (end 109.474 74.803) (width 0.381) (layer Composant) (net 136)) + (segment (start 123.19 81.026) (end 124.079 81.026) (width 0.381) (layer Composant) (net 136) (status 810)) + (segment (start 109.982 77.343) (end 109.474 76.835) (width 0.381) (layer Composant) (net 136)) + (segment (start 114.808 77.343) (end 109.982 77.343) (width 0.381) (layer Composant) (net 136)) + (segment (start 115.316 77.851) (end 114.808 77.343) (width 0.381) (layer Composant) (net 136)) + (segment (start 124.079 81.026) (end 124.841 81.788) (width 0.381) (layer Composant) (net 136)) + (segment (start 124.841 81.788) (end 124.841 82.804) (width 0.381) (layer Composant) (net 136)) + (segment (start 119.253 83.058) (end 117.475 81.28) (width 0.381) (layer Composant) (net 136)) + (segment (start 124.841 82.804) (end 124.587 83.058) (width 0.381) (layer Composant) (net 136)) + (segment (start 109.474 74.803) (end 108.204 73.533) (width 0.381) (layer Composant) (net 136) (status 420)) + (segment (start 124.587 83.058) (end 119.253 83.058) (width 0.381) (layer Composant) (net 136)) + (segment (start 115.316 80.645) (end 115.316 77.851) (width 0.381) (layer Composant) (net 136)) + (segment (start 115.951 81.28) (end 115.316 80.645) (width 0.381) (layer Composant) (net 136)) + (segment (start 117.475 81.28) (end 115.951 81.28) (width 0.381) (layer Composant) (net 136)) + (segment (start 161.3535 102.489) (end 162.179 102.489) (width 0.381) (layer Composant) (net 137) (status 810)) + (segment (start 163.195 103.505) (end 163.195 105.918) (width 0.381) (layer Composant) (net 137)) + (segment (start 163.195 105.918) (end 163.6395 106.3625) (width 0.381) (layer Composant) (net 137)) + (segment (start 163.6395 106.3625) (end 164.846 106.3625) (width 0.381) (layer Composant) (net 137) (status 420)) + (segment (start 162.2425 108.966) (end 164.846 106.3625) (width 0.254) (layer Composant) (net 137) (status 420)) + (segment (start 162.179 102.489) (end 163.195 103.505) (width 0.381) (layer Composant) (net 137)) + (segment (start 161.544 108.966) (end 162.2425 108.966) (width 0.254) (layer Composant) (net 137) (status 810)) + (segment (start 210.439 76.835) (end 207.3275 76.835) (width 0.254) (layer Composant) (net 138) (status C30)) + (segment (start 210.439 80.645) (end 207.3275 80.645) (width 0.254) (layer Composant) (net 139) (status C30)) + (segment (start 99.949 73.279) (end 97.155 73.279) (width 0.762) (layer Composant) (net 140) (status 810)) + (segment (start 95.631 74.803) (end 90.043 74.803) (width 0.762) (layer Composant) (net 140)) + (segment (start 97.155 73.279) (end 95.631 74.803) (width 0.762) (layer Composant) (net 140)) + (segment (start 90.043 74.803) (end 86.614 71.374) (width 0.762) (layer Composant) (net 140) (status 420)) + (segment (start 75.438 66.929) (end 79.248 63.119) (width 1.524) (layer Composant) (net 141) (status 10)) + (segment (start 79.248 63.119) (end 95.885 63.119) (width 1.524) (layer Composant) (net 141) (status 420)) + (segment (start 91.694 71.374) (end 91.694 67.31) (width 1.524) (layer Composant) (net 141) (status 810)) + (segment (start 91.694 67.31) (end 95.885 63.119) (width 1.524) (layer Composant) (net 141) (status 420)) + (segment (start 75.438 67.945) (end 75.438 66.929) (width 1.524) (layer Composant) (net 141) (status 830)) + (segment (start 115.443 110.236) (end 115.062 109.855) (width 0.381) (layer Composant) (net 142) (status 430)) + (segment (start 117.348 110.236) (end 115.443 110.236) (width 0.381) (layer Composant) (net 142) (status 830)) + (segment (start 92.2655 117.094) (end 90.043 117.094) (width 0.4318) (layer Composant) (net 143) (status C30)) + (segment (start 92.2655 121.158) (end 90.043 121.158) (width 0.4318) (layer Composant) (net 144) (status C30)) + (segment (start 92.2655 125.349) (end 90.043 125.349) (width 0.4318) (layer Composant) (net 145) (status C30)) + (segment (start 92.2655 129.413) (end 90.17 129.413) (width 0.4318) (layer Composant) (net 146) (status 830)) + (segment (start 90.17 129.413) (end 90.043 129.54) (width 0.4318) (layer Composant) (net 146) (status 430)) + (segment (start 104.4575 136.2075) (end 104.14 136.525) (width 0.4318) (layer Composant) (net 147) (status 430)) + (segment (start 104.4575 133.858) (end 104.4575 136.2075) (width 0.4318) (layer Composant) (net 147) (status 830)) + (segment (start 164.846 102.108) (end 164.846 104.4575) (width 0.4318) (layer Composant) (net 148) (status C30)) + (segment (start 101.092 115.062) (end 101.092 118.872) (width 0.254) (layer GND_layer) (net 149)) + (via (at 95.758 115.062) (size 0.889) (layers Composant Cuivre) (net 149)) + (via (at 101.092 115.062) (size 0.889) (layers Composant Cuivre) (net 149)) + (segment (start 96.139 113.792) (end 97.409 113.792) (width 0.381) (layer Composant) (net 149) (status 420)) + (via (at 101.092 118.872) (size 0.889) (layers Composant Cuivre) (net 149)) + (via (at 95.758 117.602) (size 0.889) (layers Composant Cuivre) (net 149)) + (segment (start 101.092 115.062) (end 102.743 115.062) (width 0.381) (layer Composant) (net 149) (status 420)) + (segment (start 95.758 115.062) (end 95.758 117.602) (width 0.254) (layer GND_layer) (net 149)) + (segment (start 101.092 118.872) (end 102.743 118.872) (width 0.381) (layer Composant) (net 149) (status 420)) + (segment (start 101.092 115.062) (end 95.758 115.062) (width 0.4318) (layer GND_layer) (net 149)) + (segment (start 95.123 113.792) (end 94.234 112.903) (width 0.381) (layer Composant) (net 149) (status 420)) + (segment (start 96.139 113.792) (end 95.123 113.792) (width 0.381) (layer Composant) (net 149)) + (segment (start 95.5675 111.5695) (end 94.234 112.903) (width 0.381) (layer Composant) (net 149) (status 420)) + (segment (start 95.5675 110.236) (end 95.5675 111.5695) (width 0.381) (layer Composant) (net 149) (status 810)) + (segment (start 95.758 114.173) (end 96.139 113.792) (width 0.381) (layer Composant) (net 149)) + (segment (start 95.758 115.062) (end 95.758 114.173) (width 0.381) (layer Composant) (net 149)) + (segment (start 97.409 117.602) (end 95.758 117.602) (width 0.381) (layer Composant) (net 149) (status 810)) + (segment (start 181.61 118.999) (end 182.372 119.761) (width 0.381) (layer Composant) (net 150)) + (segment (start 181.61 118.999) (end 181.61 110.236) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 179.705 120.904) (end 181.61 118.999) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 182.499 141.351) (end 171.323 141.351) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 171.323 141.351) (end 170.434 140.462) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 170.434 140.462) (end 170.434 131.953) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 179.705 123.317) (end 175.133 127.889) (width 0.254) (layer GND_layer) (net 150)) + (via (at 181.61 118.999) (size 0.889) (layers Composant Cuivre) (net 150)) + (via (at 172.466 92.964) (size 0.889) (layers Composant Cuivre) (net 150)) + (segment (start 184.404 139.446) (end 182.499 141.351) (width 0.254) (layer GND_layer) (net 150) (status 810)) + (via (at 150.495 95.25) (size 0.889) (layers Composant Cuivre) (net 150)) + (via (at 181.61 110.236) (size 0.635) (layers Composant Cuivre) (net 150)) + (segment (start 179.705 120.904) (end 179.705 123.317) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 174.498 127.889) (end 170.434 131.953) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 175.133 127.889) (end 174.498 127.889) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 188.7982 105.3211) (end 188.9887 105.5116) (width 0.254) (layer Composant) (net 150)) + (segment (start 188.9887 105.5116) (end 190.9445 105.5116) (width 0.254) (layer Composant) (net 150) (status 420)) + (segment (start 181.61 110.236) (end 183.8833 110.236) (width 0.254) (layer VDD_layer) (net 150)) + (segment (start 183.8833 110.236) (end 188.7982 105.3211) (width 0.254) (layer VDD_layer) (net 150)) + (segment (start 150.495 95.25) (end 156.718 95.25) (width 0.254) (layer Cuivre) (net 150)) + (via (at 188.7982 105.3211) (size 0.889) (layers Composant Cuivre) (net 150)) + (segment (start 182.372 119.761) (end 183.769 119.761) (width 0.381) (layer Composant) (net 150)) + (segment (start 183.769 119.761) (end 184.7215 121.158) (width 0.381) (layer Composant) (net 150) (status 420)) + (segment (start 147.574 101.981) (end 143.129 101.9556) (width 0.254) (layer Composant) (net 150) (status 420)) + (segment (start 148.717 100.838) (end 147.574 101.981) (width 0.254) (layer Composant) (net 150)) + (segment (start 148.717 97.028) (end 148.717 100.838) (width 0.254) (layer Composant) (net 150)) + (segment (start 150.495 95.25) (end 148.717 97.028) (width 0.254) (layer Composant) (net 150)) + (segment (start 179.451 110.236) (end 181.61 110.236) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 178.562 111.125) (end 179.451 110.236) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 175.641 111.125) (end 178.562 111.125) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 156.718 95.25) (end 160.528 91.44) (width 0.254) (layer Cuivre) (net 150)) + (segment (start 160.528 91.44) (end 163.576 91.44) (width 0.254) (layer Cuivre) (net 150)) + (segment (start 163.576 91.44) (end 165.989 93.853) (width 0.254) (layer Cuivre) (net 150)) + (segment (start 165.989 93.853) (end 170.561 93.853) (width 0.254) (layer Cuivre) (net 150)) + (segment (start 170.561 93.853) (end 171.45 92.964) (width 0.254) (layer Cuivre) (net 150)) + (segment (start 171.45 92.964) (end 172.466 92.964) (width 0.254) (layer Cuivre) (net 150)) + (segment (start 172.466 92.964) (end 172.466 107.95) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 172.466 107.95) (end 175.641 111.125) (width 0.254) (layer GND_layer) (net 150)) + (segment (start 171.704 132.207) (end 171.704 136.906) (width 0.254) (layer GND_layer) (net 151) (status 420)) + (segment (start 171.704 132.207) (end 181.102 122.809) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 182.245 107.569) (end 182.499 107.823) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 182.499 107.823) (end 182.499 119.888) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 181.61 107.569) (end 182.245 107.569) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 152.4 85.852) (end 152.4 84.836) (width 0.254) (layer Composant) (net 151)) + (segment (start 146.177 92.075) (end 152.4 85.852) (width 0.254) (layer Composant) (net 151)) + (segment (start 181.61 107.569) (end 181.102 107.569) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 144.7038 96.4692) (end 146.177 94.996) (width 0.254) (layer Composant) (net 151)) + (segment (start 143.129 96.4692) (end 144.7038 96.4692) (width 0.254) (layer Composant) (net 151) (status 810)) + (segment (start 183.65978 105.51922) (end 181.61 107.569) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 183.65978 100.82022) (end 183.65978 105.51922) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 196.42582 88.05418) (end 183.65978 100.82022) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 197.485 88.05418) (end 196.42582 88.05418) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 197.485 86.995) (end 197.485 88.05418) (width 0.254) (layer Cuivre) (net 151) (status 810)) + (segment (start 183.0451 109.0041) (end 190.9445 109.0041) (width 0.254) (layer Composant) (net 151) (status 420)) + (segment (start 181.102 107.569) (end 178.435 104.902) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 178.435 104.902) (end 178.435 90.551) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 178.435 90.551) (end 179.959 89.027) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 179.959 89.027) (end 179.959 77.597) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 179.959 77.597) (end 178.181 75.819) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 178.181 75.819) (end 176.911 75.819) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 176.911 75.819) (end 173.99 78.74) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 173.99 78.74) (end 173.99 80.264) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 173.99 80.264) (end 172.085 82.169) (width 0.254) (layer GND_layer) (net 151) (status 420)) + (segment (start 172.085 82.169) (end 170.942 83.312) (width 0.254) (layer Cuivre) (net 151) (status 810)) + (segment (start 170.942 83.312) (end 168.656 83.312) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 168.656 83.312) (end 168.275 82.931) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 168.275 82.931) (end 164.846 82.931) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 164.973 82.804) (end 164.846 82.931) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 154.432 82.804) (end 164.973 82.804) (width 0.254) (layer Cuivre) (net 151)) + (segment (start 152.4 84.836) (end 154.432 82.804) (width 0.254) (layer Cuivre) (net 151)) + (via (at 181.61 107.569) (size 0.635) (layers Composant Cuivre) (net 151)) + (via (at 152.4 84.836) (size 0.889) (layers Composant Cuivre) (net 151)) + (segment (start 181.102 122.809) (end 181.102 121.285) (width 0.254) (layer GND_layer) (net 151)) + (segment (start 146.177 94.996) (end 146.177 92.075) (width 0.254) (layer Composant) (net 151)) + (segment (start 181.61 107.569) (end 183.0451 109.0041) (width 0.254) (layer Composant) (net 151)) + (segment (start 181.102 121.285) (end 182.499 119.888) (width 0.254) (layer GND_layer) (net 151)) + (via (at 163.322 93.472) (size 0.889) (layers Composant Cuivre) (net 152)) + (via (at 179.197 93.726) (size 0.635) (layers Composant Cuivre) (net 152)) + (segment (start 146.685 95.25) (end 146.812 94.869) (width 0.254) (layer Composant) (net 152)) + (segment (start 144.9578 96.9772) (end 146.685 95.25) (width 0.254) (layer Composant) (net 152)) + (segment (start 143.129 96.9772) (end 144.9578 96.9772) (width 0.254) (layer Composant) (net 152) (status 810)) + (segment (start 164.465 94.615) (end 163.322 93.472) (width 0.254) (layer Cuivre) (net 152)) + (segment (start 178.816 94.615) (end 164.465 94.615) (width 0.254) (layer Cuivre) (net 152)) + (segment (start 179.197 94.234) (end 178.816 94.615) (width 0.254) (layer Cuivre) (net 152)) + (segment (start 179.197 93.726) (end 179.197 94.234) (width 0.254) (layer Cuivre) (net 152)) + (segment (start 158.369 91.44) (end 158.623 91.2495) (width 0.381) (layer Composant) (net 152) (status 430)) + (segment (start 156.337 91.44) (end 158.369 91.44) (width 0.381) (layer Composant) (net 152) (status 20)) + (segment (start 154.813 89.916) (end 156.337 91.44) (width 0.381) (layer Composant) (net 152)) + (segment (start 149.352 89.916) (end 154.813 89.916) (width 0.381) (layer Composant) (net 152)) + (segment (start 179.197 93.726) (end 178.943 94.234) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 146.812 92.456) (end 149.352 89.916) (width 0.381) (layer Composant) (net 152)) + (segment (start 146.812 94.869) (end 146.812 92.456) (width 0.254) (layer Composant) (net 152)) + (segment (start 160.782 93.472) (end 163.322 93.472) (width 0.381) (layer Composant) (net 152)) + (segment (start 158.623 91.2495) (end 160.782 93.472) (width 0.381) (layer Composant) (net 152) (status 810)) + (segment (start 180.594 140.716) (end 181.864 139.446) (width 0.254) (layer GND_layer) (net 152) (status 420)) + (segment (start 173.736 140.716) (end 180.594 140.716) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 172.974 139.954) (end 173.736 140.716) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 172.974 131.826) (end 172.974 139.954) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 172.974 131.826) (end 183.007 121.793) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 183.007 107.442) (end 183.007 121.793) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 182.245 106.68) (end 183.007 107.442) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 181.102 106.68) (end 182.245 106.68) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 178.943 104.521) (end 181.102 106.68) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 178.943 94.234) (end 178.943 104.521) (width 0.254) (layer GND_layer) (net 152)) + (segment (start 131.445 102.108) (end 130.937 102.616) (width 0.254) (layer Composant) (net 153)) + (segment (start 129.921 102.616) (end 128.778 101.473) (width 0.254) (layer Composant) (net 153)) + (segment (start 132.334 135.89) (end 132.334 139.954) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 128.778 101.473) (end 127.635 101.473) (width 0.254) (layer Composant) (net 153) (status 420)) + (via (at 132.588 102.87) (size 0.635) (layers Composant Cuivre) (net 153)) + (segment (start 167.894 140.208) (end 167.894 138.176) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 130.937 102.616) (end 129.921 102.616) (width 0.254) (layer Composant) (net 153)) + (segment (start 132.334 102.489) (end 131.953 102.108) (width 0.254) (layer Composant) (net 153)) + (segment (start 132.588 102.87) (end 132.334 102.489) (width 0.254) (layer Composant) (net 153)) + (segment (start 167.894 138.176) (end 169.164 136.906) (width 0.254) (layer Cuivre) (net 153) (status 420)) + (segment (start 132.588 102.87) (end 132.588 105.918) (width 0.254) (layer GND_layer) (net 153)) + (segment (start 132.588 105.918) (end 131.445 107.061) (width 0.254) (layer GND_layer) (net 153)) + (segment (start 131.445 107.061) (end 131.445 126.238) (width 0.254) (layer GND_layer) (net 153)) + (segment (start 131.445 126.238) (end 133.604 128.397) (width 0.254) (layer GND_layer) (net 153)) + (segment (start 133.604 128.397) (end 133.604 135.001) (width 0.254) (layer GND_layer) (net 153)) + (segment (start 133.604 135.001) (end 133.604 134.493) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 133.604 134.493) (end 133.35 134.239) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 133.35 134.239) (end 132.461 134.239) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 132.461 134.239) (end 131.953 134.747) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 131.953 134.747) (end 131.953 135.509) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 131.953 135.509) (end 132.334 135.89) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 132.334 139.954) (end 133.604 141.224) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 133.604 141.224) (end 166.878 141.224) (width 0.254) (layer Cuivre) (net 153)) + (segment (start 166.878 141.224) (end 167.894 140.208) (width 0.254) (layer Cuivre) (net 153)) + (via (at 133.604 135.001) (size 0.635) (layers Composant Cuivre) (net 153)) + (segment (start 131.953 102.108) (end 131.445 102.108) (width 0.254) (layer Composant) (net 153)) + (segment (start 132.715 135.509) (end 132.715 135.001) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 132.715 135.001) (end 130.937 133.223) (width 0.254) (layer GND_layer) (net 154)) + (segment (start 130.937 133.223) (end 130.937 129.413) (width 0.254) (layer GND_layer) (net 154)) + (via (at 132.715 135.001) (size 0.635) (layers Composant Cuivre) (net 154)) + (segment (start 166.624 136.906) (end 165.354 138.176) (width 0.254) (layer Cuivre) (net 154) (status 810)) + (segment (start 132.969 135.763) (end 132.715 135.509) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 134.62 135.763) (end 132.969 135.763) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 134.874 136.017) (end 134.62 135.763) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 134.874 139.954) (end 134.874 136.017) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 135.636 140.716) (end 134.874 139.954) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 164.719 140.716) (end 135.636 140.716) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 165.354 140.081) (end 164.719 140.716) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 165.354 138.176) (end 165.354 140.081) (width 0.254) (layer Cuivre) (net 154)) + (segment (start 130.556 109.601) (end 128.651 107.696) (width 0.254) (layer GND_layer) (net 154)) + (segment (start 128.651 107.696) (end 128.651 99.568) (width 0.254) (layer GND_layer) (net 154)) + (segment (start 128.651 99.568) (end 129.159 99.06) (width 0.254) (layer GND_layer) (net 154)) + (segment (start 127.635 98.9838) (end 128.7526 98.9584) (width 0.254) (layer Composant) (net 154) (status 810)) + (segment (start 128.7526 98.9584) (end 129.159 99.06) (width 0.254) (layer Composant) (net 154)) + (via (at 129.159 99.06) (size 0.889) (layers Composant Cuivre) (net 154)) + (segment (start 130.556 109.601) (end 130.556 129.032) (width 0.254) (layer GND_layer) (net 154)) + (segment (start 130.556 129.032) (end 130.937 129.413) (width 0.254) (layer GND_layer) (net 154)) + (segment (start 188.43752 106.18978) (end 189.16142 106.18978) (width 0.254) (layer Composant) (net 155)) + (segment (start 147.32 101.473) (end 143.129 101.473) (width 0.254) (layer Composant) (net 155) (status 420)) + (via (at 179.705 92.202) (size 0.635) (layers Composant Cuivre) (net 155)) + (via (at 181.61 104.902) (size 0.635) (layers Composant Cuivre) (net 155)) + (via (at 149.352 95.25) (size 0.635) (layers Composant Cuivre) (net 155)) + (via (at 184.531 118.872) (size 0.889) (layers Composant Cuivre) (net 155)) + (segment (start 175.514 130.937) (end 175.514 138.176) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 148.209 100.584) (end 147.32 101.473) (width 0.254) (layer Composant) (net 155)) + (segment (start 189.3443 106.0069) (end 190.9445 106.0069) (width 0.254) (layer Composant) (net 155) (status 420)) + (segment (start 189.16142 106.18978) (end 189.3443 106.0069) (width 0.254) (layer Composant) (net 155)) + (segment (start 148.209 96.647) (end 148.209 100.584) (width 0.254) (layer Composant) (net 155)) + (segment (start 149.098 95.758) (end 148.209 96.647) (width 0.254) (layer Composant) (net 155)) + (segment (start 149.352 95.25) (end 149.098 95.758) (width 0.254) (layer Composant) (net 155)) + (segment (start 182.245 104.902) (end 181.61 104.902) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 181.61 104.902) (end 187.14974 104.902) (width 0.254) (layer Composant) (net 155)) + (segment (start 184.531 107.188) (end 182.245 104.902) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 184.7215 123.444) (end 185.928 122.2375) (width 0.254) (layer Composant) (net 155) (status 810)) + (segment (start 180.467 92.964) (end 179.705 92.202) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 180.467 104.267) (end 180.467 92.964) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 185.928 122.2375) (end 185.928 119.253) (width 0.254) (layer Composant) (net 155)) + (segment (start 185.928 119.253) (end 185.547 118.872) (width 0.254) (layer Composant) (net 155)) + (segment (start 185.547 118.872) (end 184.531 118.872) (width 0.254) (layer Composant) (net 155)) + (segment (start 184.531 118.872) (end 184.531 107.188) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 187.14974 104.902) (end 188.43752 106.18978) (width 0.254) (layer Composant) (net 155)) + (segment (start 181.102 104.902) (end 180.467 104.267) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 181.61 104.902) (end 181.102 104.902) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 179.197 91.694) (end 179.705 92.202) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 177.927 91.694) (end 179.197 91.694) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 177.419 91.186) (end 177.927 91.694) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 175.514 91.186) (end 177.419 91.186) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 175.006 91.694) (end 175.514 91.186) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 171.45 91.694) (end 175.006 91.694) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 169.799 93.345) (end 171.45 91.694) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 166.37 93.345) (end 169.799 93.345) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 163.957 90.932) (end 166.37 93.345) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 160.274 90.932) (end 163.957 90.932) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 156.718 94.488) (end 160.274 90.932) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 149.606 94.488) (end 156.718 94.488) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 149.352 94.742) (end 149.606 94.488) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 149.352 95.25) (end 149.352 94.742) (width 0.254) (layer Cuivre) (net 155)) + (segment (start 184.531 118.872) (end 184.531 121.92) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 175.514 130.937) (end 184.531 121.92) (width 0.254) (layer GND_layer) (net 155)) + (segment (start 176.784 139.446) (end 175.514 138.176) (width 0.254) (layer GND_layer) (net 155) (status 810)) + (segment (start 173.101 88.138) (end 172.466 88.773) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 172.466 88.773) (end 165.735 88.773) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 165.735 88.773) (end 165.1 88.138) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 165.1 88.138) (end 158.623 88.138) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 158.623 88.138) (end 157.099 89.662) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 181.61 108.458) (end 181.102 108.458) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 181.102 108.458) (end 179.07 106.426) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 179.07 106.426) (end 177.673 106.426) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 177.673 106.426) (end 177.292 106.045) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 177.292 106.045) (end 177.292 90.17) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 177.292 90.17) (end 178.181 89.281) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 178.181 89.281) (end 178.308 88.773) (width 0.254) (layer GND_layer) (net 156)) + (via (at 193.294 105.41) (size 0.889) (layers Composant Cuivre) (net 156)) + (via (at 157.099 89.662) (size 0.635) (layers Composant Cuivre) (net 156)) + (via (at 133.35 96.012) (size 0.889) (layers Composant Cuivre) (net 156)) + (via (at 181.61 108.458) (size 0.635) (layers Composant Cuivre) (net 156)) + (segment (start 156.591 89.662) (end 155.575 90.678) (width 0.254) (layer Cuivre) (net 156)) + (via (at 178.308 88.773) (size 0.635) (layers Composant Cuivre) (net 156)) + (segment (start 193.294 105.41) (end 192.00368 106.6546) (width 0.254) (layer Composant) (net 156)) + (segment (start 192.00368 106.6546) (end 192.00368 108.0135) (width 0.254) (layer Composant) (net 156)) + (segment (start 181.61 108.458) (end 183.81472 106.25328) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 183.81472 106.25328) (end 192.405 106.25328) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 192.405 106.25328) (end 193.294 105.41) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 190.9445 108.0135) (end 192.00368 108.0135) (width 0.254) (layer Composant) (net 156) (status 810)) + (segment (start 164.084 136.906) (end 164.084 135.382) (width 0.254) (layer GND_layer) (net 156) (status 810)) + (segment (start 164.084 135.382) (end 167.44 132.026) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 167.44 132.026) (end 167.44 116.767) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 167.44 116.767) (end 159.766 109.093) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 159.766 109.093) (end 159.766 91.821) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 159.766 91.821) (end 157.607 89.662) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 157.607 89.662) (end 157.099 89.662) (width 0.254) (layer GND_layer) (net 156)) + (segment (start 133.3754 93.726) (end 133.4008 95.5294) (width 0.254) (layer Composant) (net 156) (status 810)) + (segment (start 133.4008 95.5294) (end 133.35 96.012) (width 0.254) (layer Composant) (net 156)) + (segment (start 157.099 89.662) (end 156.591 89.662) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 175.387 88.138) (end 173.101 88.138) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 176.022 88.773) (end 175.387 88.138) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 178.308 88.773) (end 176.022 88.773) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 137.795 91.44) (end 133.8675 95.3675) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 151.765 91.44) (end 137.795 91.44) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 152.527 90.678) (end 151.765 91.44) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 155.575 90.678) (end 152.527 90.678) (width 0.254) (layer Cuivre) (net 156)) + (segment (start 133.8675 95.4945) (end 133.35 96.012) (width 0.2) (layer Cuivre) (net 156) (tstamp 53D8E5CE)) + (segment (start 133.8675 95.3675) (end 133.8675 95.4945) (width 0.2) (layer Cuivre) (net 156)) + (segment (start 174.244 139.446) (end 172.974 138.176) (width 0.254) (layer VDD_layer) (net 157) (status 810)) + (segment (start 146.05 128.27) (end 143.383 125.603) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 165.735 128.27) (end 146.05 128.27) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 132.334 105.41) (end 131.826 104.902) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 172.974 138.176) (end 172.974 135.509) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 129.0574 103.9622) (end 127.635 103.9876) (width 0.254) (layer Composant) (net 157) (status 420)) + (segment (start 129.286 104.14) (end 129.0574 103.9622) (width 0.254) (layer Composant) (net 157)) + (segment (start 130.81 104.14) (end 129.286 104.14) (width 0.254) (layer Composant) (net 157)) + (segment (start 131.191 104.521) (end 130.81 104.14) (width 0.254) (layer Composant) (net 157)) + (segment (start 131.318 104.902) (end 131.191 104.521) (width 0.254) (layer Composant) (net 157)) + (segment (start 172.974 135.509) (end 165.735 128.27) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 131.826 104.902) (end 131.318 104.902) (width 0.254) (layer VDD_layer) (net 157)) + (via (at 131.318 104.902) (size 0.635) (layers Composant Cuivre) (net 157)) + (segment (start 132.334 112.903) (end 132.334 105.41) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 134.239 114.808) (end 132.334 112.903) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 143.383 125.603) (end 137.414 125.603) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 137.414 125.603) (end 134.239 122.428) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 134.239 122.428) (end 134.239 114.808) (width 0.254) (layer VDD_layer) (net 157)) + (segment (start 134.747 96.393) (end 134.747 95.504) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 134.112 97.028) (end 134.747 96.393) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 188.37402 108.02112) (end 188.88964 107.5055) (width 0.254) (layer Composant) (net 158)) + (segment (start 188.88964 107.5055) (end 190.9445 107.5055) (width 0.254) (layer Composant) (net 158) (status 420)) + (segment (start 178.689 106.934) (end 176.911 106.934) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 181.61 109.347) (end 187.04814 109.347) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 187.04814 109.347) (end 188.37402 108.02112) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 181.61 109.347) (end 181.102 109.347) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 159.258 92.71) (end 157.099 90.551) (width 0.254) (layer GND_layer) (net 158)) + (via (at 188.37402 108.02112) (size 0.889) (layers Composant Cuivre) (net 158)) + (via (at 181.61 109.347) (size 0.635) (layers Composant Cuivre) (net 158)) + (via (at 157.099 90.551) (size 0.635) (layers Composant Cuivre) (net 158)) + (via (at 177.038 89.408) (size 0.635) (layers Composant Cuivre) (net 158)) + (via (at 134.112 97.028) (size 0.889) (layers Composant Cuivre) (net 158)) + (segment (start 134.112 97.028) (end 134.112 95.631) (width 0.254) (layer Composant) (net 158)) + (segment (start 134.747 95.504) (end 138.303 91.948) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 159.258 109.347) (end 159.258 92.71) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 166.932 117.021) (end 159.258 109.347) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 166.932 131.518) (end 166.932 117.021) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 161.544 136.906) (end 166.932 131.518) (width 0.254) (layer GND_layer) (net 158) (status 810)) + (segment (start 133.8834 95.4024) (end 134.112 95.631) (width 0.254) (layer Composant) (net 158)) + (segment (start 181.102 109.347) (end 178.689 106.934) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 133.8834 93.726) (end 133.8834 95.4024) (width 0.254) (layer Composant) (net 158) (status 810)) + (segment (start 156.464 91.186) (end 157.099 90.551) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 152.781 91.186) (end 156.464 91.186) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 152.019 91.948) (end 152.781 91.186) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 138.303 91.948) (end 152.019 91.948) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 157.607 90.551) (end 157.099 90.551) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 159.512 88.646) (end 157.607 90.551) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 164.846 88.646) (end 159.512 88.646) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 165.481 89.281) (end 164.846 88.646) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 172.974 89.281) (end 165.481 89.281) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 173.609 88.646) (end 172.974 89.281) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 175.133 88.646) (end 173.609 88.646) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 175.895 89.408) (end 175.133 88.646) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 177.038 89.408) (end 175.895 89.408) (width 0.254) (layer Cuivre) (net 158)) + (segment (start 174.752 91.694) (end 177.038 89.408) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 174.752 104.775) (end 174.752 91.694) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 176.911 106.934) (end 174.752 104.775) (width 0.254) (layer GND_layer) (net 158)) + (segment (start 170.434 138.176) (end 171.704 139.446) (width 0.254) (layer VDD_layer) (net 159) (status 420)) + (segment (start 131.826 113.919) (end 133.35 115.443) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 133.35 115.443) (end 133.35 122.809) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 133.35 122.809) (end 138.684 128.143) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 138.684 128.143) (end 143.51 128.143) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 143.51 128.143) (end 144.78 129.413) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 144.78 129.413) (end 163.576 129.413) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 163.576 129.413) (end 170.434 136.271) (width 0.254) (layer VDD_layer) (net 159)) + (via (at 130.429 104.902) (size 0.635) (layers Composant Cuivre) (net 159)) + (segment (start 131.445 105.664) (end 131.826 106.045) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 130.683 105.664) (end 131.445 105.664) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 130.429 105.41) (end 130.683 105.664) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 130.429 104.902) (end 130.429 105.41) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 130.048 104.648) (end 130.429 104.902) (width 0.254) (layer Composant) (net 159)) + (segment (start 129.159 104.648) (end 130.048 104.648) (width 0.254) (layer Composant) (net 159)) + (segment (start 128.9304 104.4702) (end 129.159 104.648) (width 0.254) (layer Composant) (net 159)) + (segment (start 127.635 104.4702) (end 128.9304 104.4702) (width 0.254) (layer Composant) (net 159) (status 810)) + (segment (start 170.434 136.271) (end 170.434 138.176) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 131.826 106.045) (end 131.826 113.919) (width 0.254) (layer VDD_layer) (net 159)) + (segment (start 189.05728 104.34828) (end 187.9346 104.34828) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 157.226 87.884) (end 158.369 87.122) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 174.117 91.186) (end 174.117 105.537) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 187.9346 104.34828) (end 185.3311 106.95178) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 185.3311 106.95178) (end 179.324 106.95178) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 192.00368 108.5088) (end 192.00368 108.50626) (width 0.254) (layer Composant) (net 160)) + (segment (start 192.00368 108.50626) (end 193.07556 108.50626) (width 0.254) (layer Composant) (net 160)) + (segment (start 193.07556 108.50626) (end 193.12636 108.45546) (width 0.254) (layer Composant) (net 160)) + (segment (start 190.9445 108.5088) (end 192.00368 108.5088) (width 0.254) (layer Composant) (net 160) (status 810)) + (via (at 193.12636 108.45546) (size 0.889) (layers Composant Cuivre) (net 160)) + (segment (start 193.12636 108.45546) (end 193.12636 108.41736) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 158.369 87.122) (end 165.227 87.122) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 165.227 87.122) (end 166.37 88.265) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 166.37 88.265) (end 171.704 88.265) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 171.704 88.265) (end 172.339 87.63) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 172.339 87.63) (end 173.355 87.63) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 173.355 87.63) (end 175.133 85.852) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 175.133 85.852) (end 176.53 85.852) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 176.53 85.852) (end 178.1175 87.4395) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 178.1175 87.4395) (end 178.1175 87.757) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 178.1175 87.757) (end 178.308 87.884) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 165.227 117.983) (end 158.75 111.506) (width 0.254) (layer GND_layer) (net 160) (status 810)) + (segment (start 158.75 111.506) (end 158.75 93.345) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 158.75 93.345) (end 156.337 90.932) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 156.337 90.932) (end 156.337 89.408) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 156.337 89.408) (end 157.226 88.519) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 157.226 88.519) (end 157.226 87.884) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 133.673 94.673) (end 137.414 90.932) (width 0.254) (layer Cuivre) (net 160) (tstamp 53D8E5C7)) + (segment (start 137.414 90.932) (end 151.511 90.932) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 151.511 90.932) (end 152.273 90.17) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 152.273 90.17) (end 155.321 90.17) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 155.321 90.17) (end 157.226 88.265) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 157.226 88.265) (end 157.226 87.884) (width 0.254) (layer Cuivre) (net 160)) + (segment (start 165.227 117.983) (end 166.424 119.18) (width 0.254) (layer GND_layer) (net 160) (status 810)) + (segment (start 166.424 119.18) (end 166.424 129.486) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 166.424 129.486) (end 159.004 136.906) (width 0.254) (layer GND_layer) (net 160) (status 420)) + (via (at 178.308 87.884) (size 0.635) (layers Composant Cuivre) (net 160)) + (via (at 157.226 87.884) (size 0.889) (layers Composant Cuivre) (net 160)) + (segment (start 132.8674 95.0976) (end 132.588 95.25) (width 0.254) (layer Composant) (net 160)) + (segment (start 132.8674 93.726) (end 132.8674 95.0976) (width 0.254) (layer Composant) (net 160) (status 810)) + (via (at 132.588 95.25) (size 0.889) (layers Composant Cuivre) (net 160)) + (segment (start 179.324 106.934) (end 179.324 106.95178) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 177.292 106.934) (end 179.324 106.934) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 176.657 106.299) (end 177.292 106.934) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 174.879 106.299) (end 176.657 106.299) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 174.625 106.045) (end 174.879 106.299) (width 0.254) (layer VDD_layer) (net 160)) + (via (at 174.625 106.045) (size 0.889) (layers Composant Cuivre) (net 160)) + (segment (start 174.117 105.537) (end 174.625 106.045) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 177.419 87.884) (end 174.117 91.186) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 178.308 87.884) (end 177.419 87.884) (width 0.254) (layer GND_layer) (net 160)) + (segment (start 193.12636 108.41736) (end 189.05728 104.34828) (width 0.254) (layer VDD_layer) (net 160)) + (segment (start 133.165 94.673) (end 132.588 95.25) (width 0.2) (layer Cuivre) (net 160) (tstamp 53D8E5C9)) + (segment (start 133.673 94.673) (end 133.165 94.673) (width 0.2) (layer Cuivre) (net 160)) + (segment (start 163.957 129.413) (end 163.957 119.253) (width 0.254) (layer GND_layer) (net 161)) + (segment (start 137.16 90.424) (end 151.257 90.424) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 151.257 90.424) (end 152.019 89.662) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 133.604 93.98) (end 137.16 90.424) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 152.019 89.662) (end 155.067 89.662) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 155.067 89.662) (end 155.829 88.9) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 131.8768 93.726) (end 131.8768 94.361) (width 0.254) (layer Composant) (net 161) (status 810)) + (via (at 131.826 96.393) (size 0.889) (layers Composant Cuivre) (net 161)) + (segment (start 131.826 96.393) (end 131.826 94.742) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 162.687 116.586) (end 156.718 110.744) (width 0.254) (layer GND_layer) (net 161)) + (segment (start 156.718 110.744) (end 156.718 92.075) (width 0.254) (layer GND_layer) (net 161)) + (segment (start 156.718 92.075) (end 155.829 91.186) (width 0.254) (layer GND_layer) (net 161)) + (segment (start 162.687 117.983) (end 162.687 116.586) (width 0.254) (layer GND_layer) (net 161) (status 810)) + (segment (start 131.826 96.393) (end 131.826 94.361) (width 0.254) (layer Composant) (net 161)) + (segment (start 155.829 88.138) (end 155.829 88.9) (width 0.254) (layer Cuivre) (net 161)) + (via (at 155.829 88.138) (size 0.889) (layers Composant Cuivre) (net 161)) + (segment (start 163.957 119.253) (end 162.687 117.983) (width 0.254) (layer GND_layer) (net 161) (status 420)) + (segment (start 131.826 94.361) (end 131.8768 94.361) (width 0.254) (layer Composant) (net 161)) + (segment (start 156.464 136.906) (end 163.957 129.413) (width 0.254) (layer GND_layer) (net 161) (status 810)) + (segment (start 131.826 94.742) (end 132.588 93.98) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 132.588 93.98) (end 133.604 93.98) (width 0.254) (layer Cuivre) (net 161)) + (segment (start 155.829 91.186) (end 155.829 88.138) (width 0.254) (layer GND_layer) (net 161)) + (segment (start 160.274 108.839) (end 160.274 89.916) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 134.747 92.075) (end 132.461 92.075) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 156.21 86.36) (end 167.259 86.36) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 167.259 86.36) (end 167.513 86.106) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 167.513 86.106) (end 173.482 86.106) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 173.482 86.106) (end 174.625 84.963) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 174.625 84.963) (end 176.53 84.963) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 176.53 84.963) (end 177.673 86.106) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 177.673 86.106) (end 178.816 86.106) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 178.816 86.106) (end 179.197 86.487) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 179.197 86.487) (end 179.197 89.027) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 179.197 89.027) (end 177.8 90.424) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 177.8 90.424) (end 177.8 105.283) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 177.8 105.283) (end 178.054 105.664) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 132.3848 93.726) (end 132.3848 92.5576) (width 0.254) (layer Composant) (net 162) (status 810)) + (segment (start 164.846 138.176) (end 165.354 137.668) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 132.3848 92.5576) (end 132.461 92.075) (width 0.254) (layer Composant) (net 162)) + (via (at 180.721 111.45774) (size 0.889) (layers Composant Cuivre) (net 162)) + (segment (start 136.906 89.916) (end 134.747 92.075) (width 0.254) (layer Cuivre) (net 162)) + (via (at 154.813 87.757) (size 0.889) (layers Composant Cuivre) (net 162)) + (via (at 179.197 86.487) (size 0.889) (layers Composant Cuivre) (net 162)) + (via (at 178.054 105.664) (size 0.889) (layers Composant Cuivre) (net 162)) + (via (at 132.461 92.075) (size 0.635) (layers Composant Cuivre) (net 162)) + (segment (start 154.813 87.757) (end 154.813 89.027) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 165.354 137.668) (end 165.354 135.001) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 165.354 135.001) (end 168.656 131.699) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 168.656 131.699) (end 168.656 127.508) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 168.656 127.508) (end 169.926 126.238) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 169.926 126.238) (end 169.926 118.491) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 169.926 118.491) (end 160.274 108.839) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 155.194 138.176) (end 164.846 138.176) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 160.274 89.916) (end 159.004 88.646) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 153.924 136.906) (end 155.194 138.176) (width 0.254) (layer GND_layer) (net 162) (status 810)) + (segment (start 180.721 108.331) (end 180.721 111.45774) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 154.813 89.027) (end 154.686 89.154) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 154.813 87.757) (end 154.813 86.995) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 159.004 87.884) (end 159.004 88.646) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 157.734 86.614) (end 159.004 87.884) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 155.194 86.614) (end 157.734 86.614) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 154.813 86.995) (end 155.194 86.614) (width 0.254) (layer GND_layer) (net 162)) + (segment (start 154.813 87.757) (end 156.21 86.36) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 151.003 89.916) (end 136.906 89.916) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 151.765 89.154) (end 151.003 89.916) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 154.686 89.154) (end 151.765 89.154) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 190.9445 111.506) (end 189.88532 111.506) (width 0.254) (layer Composant) (net 162) (status 810)) + (segment (start 178.054 105.664) (end 180.721 108.331) (width 0.254) (layer Cuivre) (net 162)) + (segment (start 189.83706 111.45774) (end 189.88532 111.506) (width 0.254) (layer Composant) (net 162)) + (segment (start 180.721 111.45774) (end 189.83706 111.45774) (width 0.254) (layer Composant) (net 162)) + (segment (start 130.175 107.315) (end 130.048 107.188) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 130.175 107.315) (end 130.175 115.697) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 130.3782 107.7468) (end 130.048 107.188) (width 0.254) (layer Composant) (net 163)) + (segment (start 130.3782 109.22) (end 130.3782 107.7468) (width 0.254) (layer Composant) (net 163) (status 810)) + (segment (start 130.175 115.697) (end 131.699 117.221) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 160.274 138.176) (end 160.274 136.271) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 131.699 124.206) (end 131.699 117.221) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 139.319 131.826) (end 131.699 124.206) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 155.829 131.826) (end 139.319 131.826) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 160.274 136.271) (end 155.829 131.826) (width 0.254) (layer VDD_layer) (net 163)) + (segment (start 161.544 139.446) (end 160.274 138.176) (width 0.254) (layer VDD_layer) (net 163) (status 810)) + (via (at 130.048 107.188) (size 0.889) (layers Composant Cuivre) (net 163)) + (segment (start 183.32196 106.61396) (end 189.33922 106.61396) (width 0.254) (layer Composant) (net 164)) + (segment (start 182.45582 105.74782) (end 183.32196 106.61396) (width 0.254) (layer Composant) (net 164)) + (segment (start 181.58714 105.74782) (end 182.45582 105.74782) (width 0.254) (layer Composant) (net 164)) + (segment (start 180.76926 104.92994) (end 181.58714 105.74782) (width 0.254) (layer Composant) (net 164)) + (segment (start 180.76926 104.85374) (end 180.76926 104.92994) (width 0.254) (layer Composant) (net 164)) + (segment (start 181.61 104.013) (end 180.76926 104.85374) (width 0.254) (layer Composant) (net 164)) + (segment (start 148.717 94.869) (end 149.098 94.488) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 149.098 94.488) (end 150.876 94.488) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 150.876 94.488) (end 151.257 94.869) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 151.257 94.869) (end 151.257 99.568) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 151.257 99.568) (end 150.033 100.792) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 150.033 100.792) (end 150.033 112.857) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 150.033 112.857) (end 148.209 114.681) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 148.209 114.681) (end 148.082 114.681) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 148.082 114.681) (end 145.796 116.967) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 145.796 116.967) (end 145.796 135.001) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 146.304 135.509) (end 146.304 136.906) (width 0.254) (layer GND_layer) (net 164) (status 420)) + (segment (start 152.0825 93.853) (end 148.971 93.853) (width 0.381) (layer Composant) (net 164) (status 810)) + (segment (start 148.463 94.361) (end 148.463 95.25) (width 0.381) (layer Composant) (net 164)) + (segment (start 143.129 100.965) (end 147.066 100.965) (width 0.254) (layer Composant) (net 164) (status 810)) + (segment (start 147.066 100.965) (end 147.701 100.33) (width 0.254) (layer Composant) (net 164)) + (segment (start 147.701 100.33) (end 147.701 96.393) (width 0.254) (layer Composant) (net 164)) + (segment (start 147.701 96.393) (end 148.463 95.631) (width 0.254) (layer Composant) (net 164)) + (segment (start 148.463 95.631) (end 148.463 95.25) (width 0.254) (layer Composant) (net 164)) + (via (at 148.463 95.25) (size 0.635) (layers Composant Cuivre) (net 164)) + (via (at 179.959 91.059) (size 0.889) (layers Composant Cuivre) (net 164)) + (segment (start 174.752 91.059) (end 175.133 90.678) (width 0.254) (layer Cuivre) (net 164)) + (via (at 181.61 104.013) (size 0.635) (layers Composant Cuivre) (net 164)) + (segment (start 145.796 135.001) (end 146.304 135.509) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 178.308 91.059) (end 179.959 91.059) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 148.971 93.853) (end 148.463 94.361) (width 0.381) (layer Composant) (net 164)) + (segment (start 177.927 90.678) (end 178.308 91.059) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 175.133 90.678) (end 177.927 90.678) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 148.463 95.25) (end 148.717 94.869) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 165.1 91.059) (end 174.752 91.059) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 164.465 90.424) (end 165.1 91.059) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 160.02 90.424) (end 164.465 90.424) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 156.464 93.98) (end 160.02 90.424) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 149.225 93.98) (end 156.464 93.98) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 148.463 94.742) (end 149.225 93.98) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 148.463 95.25) (end 148.463 94.742) (width 0.254) (layer Cuivre) (net 164)) + (segment (start 179.959 91.44) (end 179.959 91.059) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 180.975 92.456) (end 179.959 91.44) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 180.975 103.378) (end 180.975 92.456) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 181.61 104.013) (end 180.975 103.378) (width 0.254) (layer GND_layer) (net 164)) + (segment (start 189.43828 106.5149) (end 190.9445 106.5149) (width 0.254) (layer Composant) (net 164) (status 420)) + (segment (start 189.33922 106.61396) (end 189.43828 106.5149) (width 0.254) (layer Composant) (net 164)) + (segment (start 128.905 109.22) (end 128.397 109.728) (width 0.254) (layer Composant) (net 165)) + (segment (start 152.908 133.35) (end 155.194 135.636) (width 0.254) (layer Cuivre) (net 165)) + (segment (start 137.414 133.35) (end 152.908 133.35) (width 0.254) (layer Cuivre) (net 165)) + (segment (start 155.194 135.636) (end 155.194 138.176) (width 0.254) (layer Cuivre) (net 165)) + (segment (start 128.397 113.665) (end 128.397 124.333) (width 0.254) (layer Cuivre) (net 165)) + (segment (start 129.3876 109.22) (end 128.905 109.22) (width 0.254) (layer Composant) (net 165) (status 810)) + (segment (start 155.194 138.176) (end 156.464 139.446) (width 0.254) (layer Cuivre) (net 165) (status 420)) + (via (at 128.397 113.665) (size 0.889) (layers Composant Cuivre) (net 165)) + (segment (start 128.397 124.333) (end 137.414 133.35) (width 0.254) (layer Cuivre) (net 165)) + (segment (start 128.397 109.728) (end 128.397 113.665) (width 0.254) (layer Composant) (net 165)) + (segment (start 143.764 136.906) (end 145.288 135.382) (width 0.254) (layer GND_layer) (net 166) (status 810)) + (segment (start 142.494 98.933) (end 143.891 97.536) (width 0.254) (layer Cuivre) (net 166)) + (segment (start 138.811 98.933) (end 142.494 98.933) (width 0.254) (layer Cuivre) (net 166)) + (via (at 138.811 98.933) (size 0.889) (layers Composant Cuivre) (net 166)) + (segment (start 147.955 114.173) (end 149.425 112.703) (width 0.254) (layer GND_layer) (net 166)) + (segment (start 138.811 98.933) (end 140.3604 100.4824) (width 0.254) (layer Composant) (net 166)) + (segment (start 168.783 107.823) (end 168.783 104.902) (width 0.4318) (layer Composant) (net 166) (status 10)) + (segment (start 140.3604 100.4824) (end 141.2494 100.4824) (width 0.254) (layer Composant) (net 166)) + (via (at 150.495 99.06) (size 0.635) (layers Composant Cuivre) (net 166)) + (segment (start 176.149 108.077) (end 168.529 108.077) (width 0.4318) (layer Composant) (net 166) (status C30)) + (segment (start 167.259 110.49) (end 168.275 109.474) (width 0.381) (layer Composant) (net 166)) + (segment (start 167.259 115.57) (end 167.259 110.49) (width 0.381) (layer Composant) (net 166)) + (segment (start 168.275 108.331) (end 168.529 108.077) (width 0.4318) (layer Composant) (net 166) (status 430)) + (segment (start 168.275 109.474) (end 168.275 108.331) (width 0.4318) (layer Composant) (net 166) (status 20)) + (segment (start 143.129 100.457) (end 141.2494 100.4824) (width 0.254) (layer Composant) (net 166) (status 810)) + (segment (start 149.733 99.06) (end 150.495 99.06) (width 0.254) (layer Cuivre) (net 166)) + (segment (start 148.209 97.536) (end 149.733 99.06) (width 0.254) (layer Cuivre) (net 166)) + (segment (start 149.425 100.023) (end 150.495 99.06) (width 0.254) (layer GND_layer) (net 166)) + (segment (start 147.701 114.173) (end 147.955 114.173) (width 0.254) (layer GND_layer) (net 166)) + (segment (start 145.288 116.586) (end 147.701 114.173) (width 0.254) (layer GND_layer) (net 166)) + (segment (start 168.529 108.077) (end 168.783 107.823) (width 0.4318) (layer Composant) (net 166) (status 830)) + (segment (start 150.622 99.441) (end 150.495 99.06) (width 0.381) (layer Composant) (net 166)) + (segment (start 150.876 99.695) (end 150.622 99.441) (width 0.381) (layer Composant) (net 166)) + (segment (start 160.528 99.695) (end 150.876 99.695) (width 0.381) (layer Composant) (net 166)) + (segment (start 163.449 96.774) (end 160.528 99.695) (width 0.381) (layer Composant) (net 166)) + (segment (start 166.751 96.774) (end 163.449 96.774) (width 0.381) (layer Composant) (net 166)) + (segment (start 167.259 97.282) (end 166.751 96.774) (width 0.381) (layer Composant) (net 166)) + (segment (start 167.259 103.378) (end 167.259 97.282) (width 0.381) (layer Composant) (net 166)) + (segment (start 168.783 104.902) (end 167.259 103.378) (width 0.381) (layer Composant) (net 166)) + (segment (start 168.7195 117.0305) (end 167.259 115.57) (width 0.4318) (layer Composant) (net 166) (status 10)) + (segment (start 168.7195 117.094) (end 168.7195 117.0305) (width 0.4318) (layer Composant) (net 166) (status 830)) + (segment (start 145.288 135.382) (end 145.288 116.586) (width 0.254) (layer GND_layer) (net 166)) + (segment (start 149.425 112.703) (end 149.425 100.023) (width 0.254) (layer GND_layer) (net 166)) + (segment (start 143.891 97.536) (end 148.209 97.536) (width 0.254) (layer Cuivre) (net 166)) + (segment (start 103.251 101.727) (end 103.251 103.886) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 102.235 103.886) (end 102.235 102.743) (width 0.381) (layer Composant) (net 167)) + (segment (start 102.235 102.743) (end 103.378 101.6) (width 0.381) (layer Composant) (net 167)) + (segment (start 103.378 101.6) (end 104.013 101.6) (width 0.381) (layer Composant) (net 167)) + (segment (start 104.013 101.6) (end 103.378 101.6) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 103.378 101.6) (end 103.251 101.727) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 99.06 107.061) (end 102.235 103.886) (width 0.381) (layer Composant) (net 167)) + (segment (start 103.251 103.886) (end 104.467 105.102) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 104.467 105.102) (end 104.467 138.122) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 104.467 138.122) (end 109.093 142.748) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 109.093 142.748) (end 140.462 142.748) (width 0.254) (layer GND_layer) (net 167)) + (segment (start 140.462 142.748) (end 143.764 139.446) (width 0.254) (layer GND_layer) (net 167) (status 420)) + (segment (start 127.635 100.4824) (end 128.905 100.457) (width 0.254) (layer Composant) (net 167) (status 810)) + (segment (start 128.905 100.457) (end 130.048 99.314) (width 0.254) (layer Composant) (net 167)) + (segment (start 130.048 95.25) (end 130.048 94.996) (width 0.254) (layer Cuivre) (net 167)) + (segment (start 130.048 94.996) (end 126.238 91.186) (width 0.254) (layer Cuivre) (net 167)) + (segment (start 126.238 91.186) (end 110.744 91.186) (width 0.254) (layer Cuivre) (net 167)) + (segment (start 110.744 91.186) (end 108.966 92.964) (width 0.254) (layer Cuivre) (net 167)) + (segment (start 130.048 99.314) (end 130.048 95.25) (width 0.254) (layer Composant) (net 167)) + (segment (start 108.966 92.964) (end 108.966 97.155) (width 0.254) (layer Cuivre) (net 167)) + (segment (start 108.966 97.155) (end 104.521 101.6) (width 0.254) (layer Cuivre) (net 167)) + (segment (start 104.521 101.6) (end 104.013 101.6) (width 0.254) (layer Cuivre) (net 167)) + (via (at 104.013 101.6) (size 0.635) (layers Composant Cuivre) (net 167)) + (via (at 130.048 95.25) (size 0.635) (layers Composant Cuivre) (net 167)) + (segment (start 99.06 114.808) (end 99.06 107.061) (width 0.381) (layer Composant) (net 167)) + (segment (start 98.806 115.062) (end 99.06 114.808) (width 0.381) (layer Composant) (net 167)) + (segment (start 97.409 115.062) (end 98.806 115.062) (width 0.381) (layer Composant) (net 167) (status 810)) + (segment (start 129.159 95.25) (end 129.159 94.869) (width 0.254) (layer Cuivre) (net 168)) + (segment (start 129.159 94.869) (end 125.984 91.694) (width 0.254) (layer Cuivre) (net 168)) + (segment (start 125.984 91.694) (end 110.998 91.694) (width 0.254) (layer Cuivre) (net 168)) + (segment (start 110.998 91.694) (end 109.474 93.218) (width 0.254) (layer Cuivre) (net 168)) + (via (at 129.159 95.25) (size 0.635) (layers Composant Cuivre) (net 168)) + (via (at 104.013 102.489) (size 0.635) (layers Composant Cuivre) (net 168)) + (segment (start 104.775 102.489) (end 104.013 102.489) (width 0.381) (layer Composant) (net 168)) + (segment (start 105.283 102.997) (end 104.775 102.489) (width 0.381) (layer Composant) (net 168)) + (segment (start 105.283 115.062) (end 105.283 102.997) (width 0.381) (layer Composant) (net 168)) + (segment (start 104.013 116.332) (end 105.283 115.062) (width 0.381) (layer Composant) (net 168)) + (segment (start 102.743 116.332) (end 104.013 116.332) (width 0.381) (layer Composant) (net 168) (status 810)) + (segment (start 128.7272 97.9678) (end 127.635 97.9678) (width 0.254) (layer Composant) (net 168) (status 420)) + (segment (start 129.159 97.536) (end 128.7272 97.9678) (width 0.254) (layer Composant) (net 168)) + (segment (start 104.394 102.743) (end 104.013 102.489) (width 0.254) (layer GND_layer) (net 168)) + (segment (start 105.483 103.832) (end 104.394 102.743) (width 0.254) (layer GND_layer) (net 168)) + (segment (start 105.483 137.614) (end 105.483 103.832) (width 0.254) (layer GND_layer) (net 168)) + (segment (start 109.601 141.732) (end 105.483 137.614) (width 0.254) (layer GND_layer) (net 168)) + (segment (start 136.398 141.732) (end 109.601 141.732) (width 0.254) (layer GND_layer) (net 168)) + (segment (start 138.684 139.446) (end 136.398 141.732) (width 0.254) (layer GND_layer) (net 168) (status 810)) + (segment (start 104.521 102.489) (end 104.013 102.489) (width 0.254) (layer Cuivre) (net 168)) + (segment (start 109.474 97.536) (end 104.521 102.489) (width 0.254) (layer Cuivre) (net 168)) + (segment (start 109.474 93.218) (end 109.474 97.536) (width 0.254) (layer Cuivre) (net 168)) + (segment (start 129.159 95.25) (end 129.159 97.536) (width 0.254) (layer Composant) (net 168)) + (segment (start 152.654 80.01) (end 149.86 82.804) (width 0.254) (layer Cuivre) (net 169)) + (segment (start 186.436 105.918) (end 186.436 122.936) (width 0.254) (layer GND_layer) (net 169)) + (segment (start 179.324 130.048) (end 186.436 122.936) (width 0.254) (layer GND_layer) (net 169)) + (segment (start 183.134 77.089) (end 183.134 102.616) (width 0.254) (layer GND_layer) (net 169)) + (segment (start 178.562 72.517) (end 183.134 77.089) (width 0.254) (layer GND_layer) (net 169)) + (segment (start 174.117 72.517) (end 178.562 72.517) (width 0.254) (layer GND_layer) (net 169)) + (segment (start 172.085 74.549) (end 174.117 72.517) (width 0.254) (layer GND_layer) (net 169) (status 810)) + (segment (start 170.815 75.819) (end 172.085 74.549) (width 0.254) (layer Cuivre) (net 169) (status 420)) + (segment (start 168.91 75.819) (end 170.815 75.819) (width 0.254) (layer Cuivre) (net 169)) + (segment (start 164.719 80.01) (end 168.91 75.819) (width 0.254) (layer Cuivre) (net 169)) + (segment (start 152.654 80.01) (end 164.719 80.01) (width 0.254) (layer Cuivre) (net 169)) + (segment (start 145.669 94.742) (end 144.4498 95.9612) (width 0.254) (layer Composant) (net 169)) + (via (at 149.86 84.201) (size 0.889) (layers Composant Cuivre) (net 169)) + (segment (start 144.4498 95.9612) (end 143.129 95.9612) (width 0.254) (layer Composant) (net 169) (status 420)) + (segment (start 149.86 82.804) (end 149.86 84.201) (width 0.254) (layer Cuivre) (net 169)) + (segment (start 145.669 91.821) (end 145.669 94.742) (width 0.254) (layer Composant) (net 169)) + (segment (start 183.134 102.616) (end 186.436 105.918) (width 0.254) (layer GND_layer) (net 169)) + (segment (start 149.86 87.63) (end 145.669 91.821) (width 0.254) (layer Composant) (net 169)) + (segment (start 149.86 84.201) (end 149.86 87.63) (width 0.254) (layer Composant) (net 169)) + (segment (start 179.324 130.048) (end 179.324 136.906) (width 0.254) (layer GND_layer) (net 169) (status 420)) + (segment (start 183.515 107.061) (end 183.515 122.047) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 178.943 90.805) (end 180.467 89.281) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 180.467 89.281) (end 180.467 77.216) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 180.467 77.216) (end 178.308 75.057) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 179.959 93.472) (end 178.943 92.456) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 179.959 102.362) (end 179.959 93.472) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 179.705 102.87) (end 179.959 102.362) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 197.28942 89.535) (end 197.485 89.535) (width 0.254) (layer VDD_layer) (net 170) (status 430)) + (segment (start 183.95442 102.87) (end 197.28942 89.535) (width 0.254) (layer VDD_layer) (net 170) (status 20)) + (segment (start 179.705 102.87) (end 183.95442 102.87) (width 0.254) (layer VDD_layer) (net 170)) + (segment (start 180.24602 102.32898) (end 179.705 102.87) (width 0.254) (layer Composant) (net 170)) + (segment (start 191.62522 102.32898) (end 180.24602 102.32898) (width 0.254) (layer Composant) (net 170)) + (segment (start 194.91706 105.62082) (end 191.62522 102.32898) (width 0.254) (layer Composant) (net 170)) + (segment (start 194.91706 110.12678) (end 194.91706 105.62082) (width 0.254) (layer Composant) (net 170)) + (segment (start 190.9445 111.0107) (end 194.03314 111.0107) (width 0.254) (layer Composant) (net 170) (status 810)) + (segment (start 194.03314 111.0107) (end 194.91706 110.12678) (width 0.254) (layer Composant) (net 170)) + (segment (start 151.638 83.82) (end 151.511 83.947) (width 0.254) (layer Cuivre) (net 170)) + (via (at 151.511 83.947) (size 0.889) (layers Composant Cuivre) (net 170)) + (segment (start 151.511 83.947) (end 151.4475 83.8835) (width 0.254) (layer Composant) (net 170)) + (segment (start 151.4475 83.8835) (end 150.8125 83.8835) (width 0.254) (layer Composant) (net 170)) + (segment (start 152.4 83.82) (end 151.638 83.82) (width 0.254) (layer Cuivre) (net 170)) + (via (at 179.705 102.87) (size 0.889) (layers Composant Cuivre) (net 170)) + (segment (start 139.8905 92.3036) (end 139.827 91.948) (width 0.254) (layer Composant) (net 170)) + (segment (start 139.827 91.948) (end 139.827 88.519) (width 0.254) (layer Composant) (net 170)) + (segment (start 139.827 88.519) (end 140.208 88.138) (width 0.254) (layer Composant) (net 170)) + (segment (start 140.208 88.138) (end 143.002 88.138) (width 0.254) (layer Composant) (net 170)) + (segment (start 143.002 88.138) (end 143.383 87.757) (width 0.254) (layer Composant) (net 170)) + (segment (start 143.383 87.757) (end 143.383 84.074) (width 0.254) (layer Composant) (net 170)) + (segment (start 143.383 84.074) (end 144.145 83.312) (width 0.254) (layer Composant) (net 170)) + (segment (start 144.145 83.312) (end 150.241 83.312) (width 0.254) (layer Composant) (net 170)) + (segment (start 150.241 83.312) (end 150.8125 83.8835) (width 0.254) (layer Composant) (net 170)) + (segment (start 139.8778 93.726) (end 139.8905 92.3036) (width 0.254) (layer Composant) (net 170) (status 810)) + (segment (start 170.815 80.899) (end 165.862 80.899) (width 0.254) (layer Cuivre) (net 170)) + (segment (start 164.973 81.788) (end 165.862 80.899) (width 0.254) (layer Cuivre) (net 170)) + (segment (start 154.432 81.788) (end 164.973 81.788) (width 0.254) (layer Cuivre) (net 170)) + (segment (start 152.4 83.82) (end 154.432 81.788) (width 0.254) (layer Cuivre) (net 170)) + (segment (start 172.085 79.629) (end 170.815 80.899) (width 0.254) (layer Cuivre) (net 170) (status 810)) + (segment (start 179.705 104.394) (end 179.705 102.87) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 181.102 105.791) (end 179.705 104.394) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 182.245 105.791) (end 181.102 105.791) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 183.515 107.061) (end 182.245 105.791) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 174.244 131.318) (end 183.515 122.047) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 174.244 131.318) (end 174.244 136.906) (width 0.254) (layer GND_layer) (net 170) (status 420)) + (segment (start 176.657 75.057) (end 172.085 79.629) (width 0.254) (layer GND_layer) (net 170) (status 420)) + (segment (start 178.308 75.057) (end 176.657 75.057) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 178.943 92.456) (end 178.943 90.805) (width 0.254) (layer GND_layer) (net 170)) + (segment (start 106.091 102.662) (end 104.394 100.965) (width 0.254) (layer GND_layer) (net 171)) + (segment (start 110.49 90.678) (end 108.458 92.71) (width 0.254) (layer Cuivre) (net 171)) + (segment (start 122.428 90.678) (end 110.49 90.678) (width 0.254) (layer Cuivre) (net 171)) + (segment (start 122.936 90.043) (end 122.428 90.678) (width 0.254) (layer Cuivre) (net 171)) + (segment (start 121.412 91.821) (end 122.936 90.043) (width 0.254) (layer Composant) (net 171)) + (segment (start 121.412 94.234) (end 121.412 91.821) (width 0.254) (layer Composant) (net 171)) + (segment (start 125.1204 97.9424) (end 121.412 94.234) (width 0.254) (layer Composant) (net 171)) + (segment (start 126.0856 97.9424) (end 125.1204 97.9424) (width 0.254) (layer Composant) (net 171)) + (segment (start 126.619 98.4758) (end 126.0856 97.9424) (width 0.254) (layer Composant) (net 171)) + (via (at 122.936 90.043) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 104.394 100.965) (end 104.013 100.711) (width 0.254) (layer GND_layer) (net 171)) + (via (at 104.013 100.711) (size 0.635) (layers Composant Cuivre) (net 171)) + (segment (start 105.029 100.711) (end 104.013 100.711) (width 0.381) (layer Composant) (net 171)) + (segment (start 106.045 101.727) (end 105.029 100.711) (width 0.381) (layer Composant) (net 171)) + (segment (start 106.045 118.237) (end 106.045 101.727) (width 0.381) (layer Composant) (net 171)) + (segment (start 104.14 120.142) (end 106.045 118.237) (width 0.381) (layer Composant) (net 171)) + (segment (start 102.743 120.142) (end 104.14 120.142) (width 0.381) (layer Composant) (net 171) (status 810)) + (segment (start 108.458 96.266) (end 104.013 100.711) (width 0.254) (layer Cuivre) (net 171)) + (segment (start 108.458 92.71) (end 108.458 96.266) (width 0.254) (layer Cuivre) (net 171)) + (segment (start 106.091 137.46) (end 106.091 102.662) (width 0.254) (layer GND_layer) (net 171)) + (segment (start 109.855 141.224) (end 106.091 137.46) (width 0.254) (layer GND_layer) (net 171)) + (segment (start 134.366 141.224) (end 109.855 141.224) (width 0.254) (layer GND_layer) (net 171)) + (segment (start 136.144 139.446) (end 134.366 141.224) (width 0.254) (layer GND_layer) (net 171) (status 810)) + (segment (start 127.635 98.4758) (end 126.619 98.4758) (width 0.254) (layer Composant) (net 171) (status 810)) + (segment (start 187.325 84.963) (end 193.929 78.359) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 141.351 84.836) (end 143.129 86.614) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 139.446 84.836) (end 141.351 84.836) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 139.065 85.217) (end 139.446 84.836) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 139.065 85.598) (end 139.065 85.217) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 131.064 135.89) (end 131.064 136.906) (width 0.254) (layer GND_layer) (net 172) (status 420)) + (segment (start 129.413 134.239) (end 131.064 135.89) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 129.413 132.08) (end 129.413 134.239) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 127.127 90.9) (end 127.127 117.856) (width 0.254) (layer GND_layer) (net 172) (tstamp 53D8E5F9)) + (segment (start 127.127 117.856) (end 128.27 118.999) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 143.129 86.614) (end 153.543 86.614) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 153.543 86.614) (end 155.194 84.963) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 155.194 84.963) (end 173.101 84.963) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 173.101 84.963) (end 174.117 83.947) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 177.419 83.947) (end 178.435 84.963) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 178.435 84.963) (end 187.325 84.963) (width 0.254) (layer Cuivre) (net 172)) + (via (at 121.793 85.598) (size 0.889) (layers Composant Cuivre) (net 172)) + (segment (start 139.065 86.106) (end 139.065 85.598) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 137.795 87.376) (end 139.065 86.106) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 122.428 87.376) (end 137.795 87.376) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 121.793 86.741) (end 122.428 87.376) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 121.793 85.598) (end 121.793 86.741) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 122.555 87.757) (end 123.957 87.757) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 121.793 86.995) (end 122.555 87.757) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 121.793 85.598) (end 121.793 86.995) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 128.27 118.999) (end 128.27 130.937) (width 0.254) (layer GND_layer) (net 172)) + (segment (start 129.413 132.08) (end 128.27 130.937) (width 0.254) (layer GND_layer) (net 172)) + (via (at 139.065 85.598) (size 0.635) (layers Composant Cuivre) (net 172)) + (segment (start 139.065 86.741) (end 139.065 85.598) (width 0.254) (layer Composant) (net 172)) + (segment (start 138.303 87.503) (end 139.065 86.741) (width 0.254) (layer Composant) (net 172)) + (segment (start 138.303 91.948) (end 138.303 87.503) (width 0.254) (layer Composant) (net 172)) + (segment (start 138.3919 92.3036) (end 138.303 91.948) (width 0.254) (layer Composant) (net 172)) + (segment (start 138.3792 93.726) (end 138.3919 92.3036) (width 0.254) (layer Composant) (net 172) (status 810)) + (segment (start 198.755 78.359) (end 200.025 77.089) (width 0.254) (layer Cuivre) (net 172) (status 420)) + (segment (start 193.929 78.359) (end 198.755 78.359) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 174.117 83.947) (end 177.419 83.947) (width 0.254) (layer Cuivre) (net 172)) + (segment (start 127.1 90.9) (end 123.957 87.757) (width 0.254) (layer GND_layer) (net 172) (tstamp 53D8E5FB)) + (segment (start 127.127 90.9) (end 127.1 90.9) (width 0.254) (layer GND_layer) (net 172)) + (via (at 120.269 85.598) (size 0.889) (layers Composant Cuivre) (net 173)) + (via (at 139.954 85.598) (size 0.635) (layers Composant Cuivre) (net 173)) + (segment (start 127.635 119.507) (end 127.635 131.699) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 120.904 87.884) (end 139.827 87.884) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 120.269 87.249) (end 120.904 87.884) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 120.269 85.598) (end 120.269 87.249) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 139.954 86.487) (end 140.589 87.122) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 139.954 85.598) (end 139.954 86.487) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 120.269 86.487) (end 120.269 85.598) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 122.174 88.392) (end 120.269 86.487) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 123.792 88.392) (end 122.174 88.392) (width 0.254) (layer GND_layer) (net 173) (tstamp 53D8E5F7)) + (segment (start 166.751 85.598) (end 166.878 85.471) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 187.96 85.471) (end 192.405 81.026) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 173.355 85.471) (end 174.371 84.455) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 166.878 85.471) (end 173.355 85.471) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 139.827 87.884) (end 140.589 87.122) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 155.321 85.598) (end 166.751 85.598) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 153.797 87.122) (end 155.321 85.598) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 140.589 87.122) (end 153.797 87.122) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 128.778 132.842) (end 127.635 131.699) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 126.619 118.491) (end 126.619 91.2) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 126.619 118.491) (end 127.635 119.507) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 128.778 135.001) (end 128.778 132.842) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 129.794 136.017) (end 128.778 135.001) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 129.794 138.176) (end 129.794 136.017) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 131.064 139.446) (end 129.794 138.176) (width 0.254) (layer GND_layer) (net 173) (status 810)) + (segment (start 139.954 86.741) (end 139.954 85.598) (width 0.254) (layer Composant) (net 173)) + (segment (start 138.811 87.884) (end 139.954 86.741) (width 0.254) (layer Composant) (net 173)) + (segment (start 138.811 91.948) (end 138.811 87.884) (width 0.254) (layer Composant) (net 173)) + (segment (start 138.8872 92.3036) (end 138.811 91.948) (width 0.254) (layer Composant) (net 173)) + (segment (start 138.8872 93.726) (end 138.8872 92.3036) (width 0.254) (layer Composant) (net 173) (status 810)) + (segment (start 198.882 81.026) (end 200.025 82.169) (width 0.254) (layer Cuivre) (net 173) (status 420)) + (segment (start 192.405 81.026) (end 198.882 81.026) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 174.371 84.455) (end 177.038 84.455) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 178.054 85.471) (end 187.96 85.471) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 177.038 84.455) (end 178.054 85.471) (width 0.254) (layer Cuivre) (net 173)) + (segment (start 126.6 91.2) (end 123.792 88.392) (width 0.254) (layer GND_layer) (net 173) (tstamp 53D8E5F4)) + (segment (start 126.619 91.2) (end 126.6 91.2) (width 0.254) (layer GND_layer) (net 173)) + (segment (start 126.873 120.142) (end 126.873 132.715) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 123.063 93.98) (end 123.317 94.361) (width 0.254) (layer GND_layer) (net 174)) + (via (at 123.063 93.98) (size 0.635) (layers Composant Cuivre) (net 174)) + (segment (start 123.063 93.98) (end 123.063 92.329) (width 0.254) (layer Composant) (net 174)) + (segment (start 126.111 119.38) (end 126.873 120.142) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 126.111 95.631) (end 126.111 119.38) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 125.222 94.742) (end 126.111 95.631) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 123.698 94.742) (end 125.222 94.742) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 123.317 94.361) (end 123.698 94.742) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 123.063 93.98) (end 123.19 94.488) (width 0.254) (layer Composant) (net 174)) + (segment (start 123.19 94.488) (end 125.6792 96.9772) (width 0.254) (layer Composant) (net 174)) + (segment (start 128.143 133.985) (end 126.873 132.715) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 125.6792 96.9772) (end 127.635 96.9772) (width 0.254) (layer Composant) (net 174) (status 420)) + (segment (start 123.063 92.329) (end 128.651 86.741) (width 0.254) (layer Composant) (net 174)) + (segment (start 128.651 86.741) (end 130.556 86.741) (width 0.254) (layer Composant) (net 174)) + (segment (start 130.556 86.741) (end 133.985 83.312) (width 0.254) (layer Composant) (net 174)) + (segment (start 133.985 83.312) (end 136.271 83.312) (width 0.254) (layer Composant) (net 174)) + (segment (start 136.271 83.312) (end 137.033 82.55) (width 0.254) (layer Composant) (net 174)) + (segment (start 137.033 82.55) (end 137.033 75.819) (width 0.254) (layer Composant) (net 174)) + (segment (start 137.033 75.819) (end 138.303 74.549) (width 0.254) (layer Composant) (net 174) (status 420)) + (segment (start 128.143 133.985) (end 128.143 135.382) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 128.524 135.763) (end 128.524 136.906) (width 0.254) (layer GND_layer) (net 174) (status 420)) + (segment (start 128.143 135.382) (end 128.524 135.763) (width 0.254) (layer GND_layer) (net 174)) + (segment (start 132.8928 108.1278) (end 132.842 107.823) (width 0.254) (layer Composant) (net 175)) + (segment (start 132.8928 109.22) (end 132.8928 108.1278) (width 0.254) (layer Composant) (net 175) (status 810)) + (segment (start 133.731 105.41) (end 134.112 105.156) (width 0.254) (layer Composant) (net 175)) + (segment (start 123.444 136.906) (end 126.619 133.731) (width 0.254) (layer Cuivre) (net 175) (status 810)) + (segment (start 126.619 133.731) (end 133.858 133.731) (width 0.254) (layer Cuivre) (net 175)) + (segment (start 133.858 133.731) (end 134.493 134.366) (width 0.254) (layer Cuivre) (net 175)) + (segment (start 134.493 134.366) (end 134.493 135.001) (width 0.254) (layer Cuivre) (net 175)) + (segment (start 134.493 128.524) (end 131.953 125.984) (width 0.254) (layer GND_layer) (net 175)) + (segment (start 131.953 125.984) (end 131.953 107.315) (width 0.254) (layer GND_layer) (net 175)) + (segment (start 131.953 107.315) (end 133.223 106.045) (width 0.254) (layer GND_layer) (net 175)) + (segment (start 133.223 106.045) (end 133.223 105.537) (width 0.254) (layer GND_layer) (net 175)) + (segment (start 134.493 135.001) (end 134.493 128.524) (width 0.254) (layer GND_layer) (net 175)) + (segment (start 133.223 105.537) (end 133.604 105.156) (width 0.254) (layer GND_layer) (net 175)) + (segment (start 133.604 105.156) (end 134.112 105.156) (width 0.254) (layer GND_layer) (net 175)) + (via (at 134.493 135.001) (size 0.635) (layers Composant Cuivre) (net 175)) + (segment (start 132.842 106.299) (end 133.731 105.41) (width 0.254) (layer Composant) (net 175)) + (segment (start 132.842 107.823) (end 132.842 106.299) (width 0.254) (layer Composant) (net 175)) + (via (at 134.112 105.156) (size 0.635) (layers Composant Cuivre) (net 175)) + (segment (start 134.3914 109.22) (end 134.3914 107.823) (width 0.254) (layer Composant) (net 176) (status 810)) + (segment (start 134.62 132.715) (end 136.271 134.366) (width 0.254) (layer Cuivre) (net 176)) + (segment (start 136.271 135.001) (end 136.271 128.778) (width 0.254) (layer GND_layer) (net 176)) + (via (at 134.112 106.934) (size 0.635) (layers Composant Cuivre) (net 176)) + (via (at 136.271 135.001) (size 0.635) (layers Composant Cuivre) (net 176)) + (segment (start 134.3914 107.823) (end 134.112 106.934) (width 0.254) (layer Composant) (net 176)) + (segment (start 136.271 128.778) (end 132.969 125.476) (width 0.254) (layer GND_layer) (net 176)) + (segment (start 136.271 134.366) (end 136.271 135.001) (width 0.254) (layer Cuivre) (net 176)) + (segment (start 125.095 132.715) (end 134.62 132.715) (width 0.254) (layer Cuivre) (net 176)) + (segment (start 120.904 136.906) (end 125.095 132.715) (width 0.254) (layer Cuivre) (net 176) (status 810)) + (segment (start 132.969 108.077) (end 134.112 106.934) (width 0.254) (layer GND_layer) (net 176)) + (segment (start 132.969 125.476) (end 132.969 108.077) (width 0.254) (layer GND_layer) (net 176)) + (segment (start 127.508 88.519) (end 126.873 89.154) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 107.95 92.456) (end 107.95 95.758) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 132.08 91.313) (end 132.08 89.535) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 132.08 89.535) (end 131.064 88.519) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 131.064 88.519) (end 127.508 88.519) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 126.873 89.154) (end 122.301 89.154) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 122.301 89.154) (end 121.285 90.17) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 121.285 90.17) (end 110.236 90.17) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 110.236 90.17) (end 107.95 92.456) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 107.95 95.758) (end 103.378 100.33) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 103.378 100.33) (end 102.87 100.711) (width 0.254) (layer Cuivre) (net 177)) + (segment (start 118.364 136.906) (end 119.634 138.176) (width 0.254) (layer GND_layer) (net 177) (status 810)) + (segment (start 119.634 138.176) (end 119.634 140.208) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 119.634 140.208) (end 119.126 140.716) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 119.126 140.716) (end 110.109 140.716) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 110.109 140.716) (end 106.699 137.306) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 106.699 137.306) (end 106.699 102) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 106.699 102) (end 104.648 99.949) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 104.648 99.949) (end 103.505 99.949) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 103.505 99.949) (end 102.87 100.584) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 102.87 100.584) (end 102.87 100.711) (width 0.254) (layer GND_layer) (net 177)) + (segment (start 131.3688 93.726) (end 131.3688 92.5068) (width 0.254) (layer Composant) (net 177) (status 810)) + (segment (start 131.3688 92.5068) (end 131.699 92.202) (width 0.254) (layer Composant) (net 177)) + (segment (start 131.699 92.202) (end 131.699 91.694) (width 0.254) (layer Composant) (net 177)) + (segment (start 131.699 91.694) (end 132.08 91.313) (width 0.254) (layer Composant) (net 177)) + (segment (start 102.87 100.711) (end 102.2985 100.711) (width 0.381) (layer Composant) (net 177)) + (segment (start 102.2985 100.711) (end 100.584 102.4255) (width 0.381) (layer Composant) (net 177) (status 420)) + (via (at 102.87 100.711) (size 0.889) (layers Composant Cuivre) (net 177)) + (via (at 132.08 91.313) (size 0.635) (layers Composant Cuivre) (net 177)) + (segment (start 195.1863 100.7745) (end 195.1863 101.93368) (width 0.254) (layer Composant) (net 178) (status 810)) + (segment (start 195.1863 101.93368) (end 192.92664 101.93368) (width 0.254) (layer Composant) (net 178)) + (segment (start 192.92664 101.93368) (end 192.75552 101.76256) (width 0.254) (layer Composant) (net 178)) + (segment (start 192.75552 101.76256) (end 192.75552 97.31248) (width 0.254) (layer Composant) (net 178)) + (segment (start 192.75552 97.31248) (end 198.755 91.313) (width 0.254) (layer Composant) (net 178)) + (segment (start 198.755 91.313) (end 198.755 88.265) (width 0.254) (layer Composant) (net 178)) + (segment (start 198.755 88.265) (end 200.025 86.995) (width 0.254) (layer Composant) (net 178) (status 420)) + (segment (start 200.025 89.535) (end 200.025 93.17482) (width 0.254) (layer Composant) (net 179) (status 810)) + (segment (start 200.025 93.17482) (end 195.6816 97.51822) (width 0.254) (layer Composant) (net 179)) + (segment (start 195.6816 97.51822) (end 195.6816 100.7745) (width 0.254) (layer Composant) (net 179) (status 420)) + (segment (start 164.719 121.412) (end 165.227 120.523) (width 0.381) (layer Composant) (net 180) (status 420)) + (segment (start 164.719 124.206) (end 164.719 121.412) (width 0.381) (layer Composant) (net 180) (status 10)) + (segment (start 165.354 124.5235) (end 164.719 124.206) (width 0.381) (layer Composant) (net 180) (status 830)) + (segment (start 162.687 120.523) (end 162.687 124.206) (width 0.381) (layer Composant) (net 181) (status 830)) + (segment (start 162.687 124.206) (end 162.814 124.5235) (width 0.381) (layer Composant) (net 181) (status 430)) + (segment (start 160.147 120.523) (end 160.147 124.3965) (width 0.4318) (layer Composant) (net 182) (status 830)) + (segment (start 160.147 124.3965) (end 160.274 124.5235) (width 0.4318) (layer Composant) (net 182) (status 430)) + (segment (start 157.607 120.523) (end 157.607 124.3965) (width 0.4318) (layer Composant) (net 183) (status 830)) + (segment (start 157.607 124.3965) (end 157.734 124.5235) (width 0.4318) (layer Composant) (net 183) (status 430)) + (segment (start 158.8135 89.154) (end 158.623 89.3445) (width 0.381) (layer Composant) (net 184) (status 430)) + (segment (start 160.782 89.154) (end 158.8135 89.154) (width 0.381) (layer Composant) (net 184) (status 830)) + (segment (start 161.925 88.392) (end 162.433 88.392) (width 0.381) (layer Composant) (net 185)) + (segment (start 162.814 88.773) (end 162.814 90.043) (width 0.381) (layer Composant) (net 185) (status 420)) + (segment (start 162.433 88.392) (end 162.814 88.773) (width 0.381) (layer Composant) (net 185)) + (segment (start 160.5915 87.0585) (end 161.925 88.392) (width 0.381) (layer Composant) (net 185) (status 10)) + (segment (start 160.5915 86.995) (end 160.5915 87.0585) (width 0.381) (layer Composant) (net 185) (status 830)) + (segment (start 141.478 86.8045) (end 141.478 87.376) (width 0.254) (layer Composant) (net 186) (status 810)) + (segment (start 141.351 87.503) (end 139.954 87.503) (width 0.254) (layer Composant) (net 186)) + (segment (start 141.478 87.376) (end 141.351 87.503) (width 0.254) (layer Composant) (net 186)) + (segment (start 139.3698 92.3036) (end 139.3698 93.726) (width 0.254) (layer Composant) (net 186) (status 420)) + (segment (start 139.319 91.948) (end 139.3698 92.3036) (width 0.254) (layer Composant) (net 186)) + (segment (start 139.319 88.138) (end 139.319 91.948) (width 0.254) (layer Composant) (net 186)) + (segment (start 139.954 87.503) (end 139.319 88.138) (width 0.254) (layer Composant) (net 186)) + (segment (start 164.211 86.995) (end 164.846 87.63) (width 0.381) (layer Composant) (net 187) (status 430)) + (segment (start 162.4965 86.995) (end 164.211 86.995) (width 0.381) (layer Composant) (net 187) (status 830)) + (segment (start 126.492 83.82) (end 126.492 80.137) (width 0.254) (layer Composant) (net 188) (status 10)) + (segment (start 126.873 79.756) (end 128.27 79.756) (width 0.254) (layer Composant) (net 188) (status 420)) + (segment (start 126.9365 84.455) (end 126.9365 84.2645) (width 0.254) (layer Composant) (net 188) (status 830)) + (segment (start 126.9365 84.2645) (end 126.9365 84.0105) (width 0.254) (layer Composant) (net 188) (status 30)) + (segment (start 133.477 79.629) (end 135.763 79.629) (width 0.254) (layer Composant) (net 188) (status 420)) + (segment (start 126.9365 84.2645) (end 126.492 83.82) (width 0.254) (layer Composant) (net 188) (status 30)) + (segment (start 127.889 83.058) (end 129.8 83.058) (width 0.254) (layer Composant) (net 188)) + (segment (start 126.9365 84.0105) (end 127.889 83.058) (width 0.254) (layer Composant) (net 188) (status 10)) + (segment (start 126.492 80.137) (end 126.873 79.756) (width 0.254) (layer Composant) (net 188)) + (segment (start 129.842 83.058) (end 133.271 79.629) (width 0.254) (layer Composant) (net 188) (tstamp 53D8E61C)) + (segment (start 133.271 79.629) (end 133.477 79.629) (width 0.254) (layer Composant) (net 188) (tstamp 53D8E61D)) + (segment (start 129.8 83.058) (end 129.842 83.058) (width 0.254) (layer Composant) (net 188)) + (segment (start 97.409 116.332) (end 94.9325 116.332) (width 0.381) (layer Composant) (net 189) (status 810)) + (segment (start 94.9325 116.332) (end 94.1705 117.094) (width 0.381) (layer Composant) (net 189) (status 420)) + (segment (start 192.532 81.3435) (end 191.0715 81.3435) (width 0.381) (layer Composant) (net 190) (status 810)) + (segment (start 191.0715 81.3435) (end 190.754 81.026) (width 0.381) (layer Composant) (net 190)) + (segment (start 197.485 79.629) (end 196.088 81.026) (width 0.381) (layer Composant) (net 190) (status 810)) + (segment (start 196.088 81.026) (end 194.183 81.026) (width 0.381) (layer Composant) (net 190)) + (segment (start 194.183 81.026) (end 193.8655 81.3435) (width 0.381) (layer Composant) (net 190)) + (segment (start 190.754 81.026) (end 189.23 81.026) (width 0.381) (layer Composant) (net 190) (status 420)) + (segment (start 193.8655 81.3435) (end 192.532 81.3435) (width 0.381) (layer Composant) (net 190) (status 420)) + (segment (start 97.409 120.142) (end 95.1865 120.142) (width 0.4318) (layer Composant) (net 191) (status 810)) + (segment (start 95.1865 120.142) (end 94.1705 121.158) (width 0.4318) (layer Composant) (net 191) (status 420)) + (segment (start 99.314 122.428) (end 100.203 121.539) (width 0.381) (layer Composant) (net 192)) + (segment (start 100.203 121.539) (end 100.203 118.491) (width 0.381) (layer Composant) (net 192)) + (segment (start 94.1705 125.349) (end 95.377 125.349) (width 0.381) (layer Composant) (net 192) (status 810)) + (segment (start 98.298 122.428) (end 99.314 122.428) (width 0.381) (layer Composant) (net 192)) + (segment (start 101.092 117.602) (end 102.743 117.602) (width 0.381) (layer Composant) (net 192) (status 420)) + (segment (start 100.203 118.491) (end 101.092 117.602) (width 0.381) (layer Composant) (net 192)) + (segment (start 95.377 125.349) (end 98.298 122.428) (width 0.381) (layer Composant) (net 192)) + (segment (start 102.743 121.793) (end 101.346 123.19) (width 0.381) (layer Composant) (net 193)) + (segment (start 95.885 126.111) (end 95.885 127.762) (width 0.381) (layer Composant) (net 193)) + (segment (start 95.885 127.762) (end 94.234 129.413) (width 0.381) (layer Composant) (net 193) (status 20)) + (segment (start 98.806 123.19) (end 95.885 126.111) (width 0.381) (layer Composant) (net 193)) + (segment (start 94.234 129.413) (end 94.1705 129.413) (width 0.381) (layer Composant) (net 193) (status 430)) + (segment (start 102.743 121.412) (end 102.743 121.793) (width 0.381) (layer Composant) (net 193) (status 810)) + (segment (start 101.346 123.19) (end 98.806 123.19) (width 0.381) (layer Composant) (net 193)) + (segment (start 167.0685 81.3435) (end 164.592 81.3435) (width 0.4318) (layer Composant) (net 194) (status 420)) + (segment (start 168.783 79.629) (end 167.0685 81.3435) (width 0.4318) (layer Composant) (net 194) (status 10)) + (segment (start 169.545 79.629) (end 168.783 79.629) (width 0.4318) (layer Composant) (net 194) (status 830)) + (segment (start 161.29 81.026) (end 164.2745 81.026) (width 0.4318) (layer Composant) (net 194) (status 830)) + (segment (start 164.2745 81.026) (end 164.592 81.3435) (width 0.4318) (layer Composant) (net 194) (status 430)) + (segment (start 100.9015 93.345) (end 100.9015 95.3135) (width 0.381) (layer Composant) (net 195) (status 810)) + (segment (start 100.9015 95.3135) (end 100.457 95.758) (width 0.381) (layer Composant) (net 195) (status 420)) + (segment (start 102.489 91.313) (end 100.9015 92.9005) (width 0.381) (layer Composant) (net 195) (status 20)) + (segment (start 102.489 90.297) (end 102.489 91.313) (width 0.381) (layer Composant) (net 195)) + (segment (start 100.9015 92.9005) (end 100.9015 93.345) (width 0.381) (layer Composant) (net 195) (status 430)) + (segment (start 103.251 90.297) (end 102.489 90.297) (width 0.381) (layer Composant) (net 195) (status 810)) + (segment (start 135.763 111.506) (end 135.76808 111.506) (width 0.254) (layer Composant) (net 196)) + (segment (start 135.763 110.744) (end 135.763 111.506) (width 0.254) (layer Composant) (net 196)) + (segment (start 135.89 109.22) (end 135.89 110.617) (width 0.254) (layer Composant) (net 196) (status 810)) + (segment (start 135.89 110.617) (end 135.763 110.744) (width 0.254) (layer Composant) (net 196)) + (segment (start 135.76808 111.506) (end 134.874 112.4585) (width 0.254) (layer Composant) (net 196) (status 420)) + (segment (start 189.23 82.296) (end 197.358 82.296) (width 0.381) (layer Composant) (net 197) (status 830)) + (segment (start 197.358 82.296) (end 197.485 82.169) (width 0.381) (layer Composant) (net 197) (status 430)) + (segment (start 196.215 78.359) (end 198.247 78.359) (width 0.381) (layer Composant) (net 198)) + (segment (start 198.755 77.851) (end 198.755 75.819) (width 0.381) (layer Composant) (net 198)) + (segment (start 198.755 75.819) (end 197.485 74.549) (width 0.381) (layer Composant) (net 198) (status 420)) + (segment (start 194.818 79.756) (end 196.215 78.359) (width 0.381) (layer Composant) (net 198)) + (segment (start 189.23 79.756) (end 194.818 79.756) (width 0.381) (layer Composant) (net 198) (status 810)) + (segment (start 198.247 78.359) (end 198.755 77.851) (width 0.381) (layer Composant) (net 198)) + (segment (start 196.088 77.089) (end 197.485 77.089) (width 0.381) (layer Composant) (net 199) (status 420)) + (segment (start 189.23 78.486) (end 194.691 78.486) (width 0.381) (layer Composant) (net 199) (status 810)) + (segment (start 194.691 78.486) (end 196.088 77.089) (width 0.381) (layer Composant) (net 199)) + (segment (start 169.418 82.296) (end 169.545 82.169) (width 0.4318) (layer Composant) (net 200) (status 430)) + (segment (start 161.29 82.296) (end 169.418 82.296) (width 0.4318) (layer Composant) (net 200) (status 830)) + (segment (start 169.545 74.549) (end 170.815 75.819) (width 0.381) (layer Composant) (net 201) (status 810)) + (segment (start 170.307 78.359) (end 168.275 78.359) (width 0.381) (layer Composant) (net 201)) + (segment (start 166.878 79.756) (end 161.29 79.756) (width 0.381) (layer Composant) (net 201) (status 420)) + (segment (start 168.275 78.359) (end 166.878 79.756) (width 0.381) (layer Composant) (net 201)) + (segment (start 170.815 77.851) (end 170.307 78.359) (width 0.381) (layer Composant) (net 201)) + (segment (start 170.815 75.819) (end 170.815 77.851) (width 0.381) (layer Composant) (net 201)) + (segment (start 168.148 77.089) (end 169.545 77.089) (width 0.381) (layer Composant) (net 202) (status 420)) + (segment (start 166.751 78.486) (end 168.148 77.089) (width 0.381) (layer Composant) (net 202)) + (segment (start 161.29 78.486) (end 166.751 78.486) (width 0.381) (layer Composant) (net 202) (status 810)) + (segment (start 103.124 85.979) (end 103.251 86.106) (width 0.381) (layer Composant) (net 203)) + (segment (start 103.251 86.106) (end 103.251 86.487) (width 0.381) (layer Composant) (net 203) (status 420)) + (segment (start 103.124 84.582) (end 103.124 85.979) (width 0.381) (layer Composant) (net 203) (status 810)) + (segment (start 134.874 77.089) (end 135.763 77.089) (width 0.254) (layer Composant) (net 204) (status 420)) + (segment (start 128.27 82.296) (end 129.667 82.296) (width 0.254) (layer Composant) (net 204) (status 810)) + (segment (start 129.667 82.296) (end 134.874 77.089) (width 0.254) (layer Composant) (net 204)) + (segment (start 134.493 75.819) (end 135.763 74.549) (width 0.254) (layer Composant) (net 205) (status 420)) + (segment (start 134.493 76.327) (end 134.493 75.819) (width 0.254) (layer Composant) (net 205)) + (segment (start 129.794 81.026) (end 134.493 76.327) (width 0.254) (layer Composant) (net 205)) + (segment (start 128.27 81.026) (end 129.794 81.026) (width 0.254) (layer Composant) (net 205) (status 810)) + (segment (start 130.048 85.725) (end 133.985 81.788) (width 0.254) (layer Composant) (net 206)) + (segment (start 125.476 85.344) (end 125.857 85.725) (width 0.254) (layer Composant) (net 206)) + (segment (start 134.874 81.788) (end 135.763 82.169) (width 0.254) (layer Composant) (net 206) (status 420)) + (segment (start 128.27 78.486) (end 126.111 78.486) (width 0.254) (layer Composant) (net 206) (status 810)) + (segment (start 125.857 85.725) (end 130.048 85.725) (width 0.254) (layer Composant) (net 206)) + (segment (start 133.985 81.788) (end 134.874 81.788) (width 0.254) (layer Composant) (net 206)) + (segment (start 125.476 79.121) (end 125.476 85.344) (width 0.254) (layer Composant) (net 206)) + (segment (start 126.111 78.486) (end 125.476 79.121) (width 0.254) (layer Composant) (net 206)) + (segment (start 191.897 65.405) (end 191.897 68.58) (width 0.4318) (layer Cuivre) (net 207) (status 420)) + (segment (start 183.642 67.437) (end 185.039 66.04) (width 0.4318) (layer Composant) (net 207) (status 420)) + (segment (start 183.642 68.58) (end 183.642 67.437) (width 0.4318) (layer Composant) (net 207) (status 810)) + (segment (start 185.039 66.04) (end 185.166 66.04) (width 0.4318) (layer Cuivre) (net 207) (status 830)) + (segment (start 185.166 66.04) (end 186.69 64.516) (width 0.4318) (layer Cuivre) (net 207) (status 10)) + (segment (start 186.69 64.516) (end 191.008 64.516) (width 0.4318) (layer Cuivre) (net 207)) + (segment (start 191.008 64.516) (end 191.897 65.405) (width 0.4318) (layer Cuivre) (net 207)) + (segment (start 158.369 64.897) (end 157.734 64.262) (width 0.381) (layer Cuivre) (net 208)) + (segment (start 158.369 68.58) (end 158.369 64.897) (width 0.381) (layer Cuivre) (net 208) (status 810)) + (segment (start 150.114 68.58) (end 150.114 67.437) (width 0.381) (layer Composant) (net 208) (status 810)) + (segment (start 157.734 64.262) (end 150.876 64.262) (width 0.381) (layer Cuivre) (net 208)) + (segment (start 150.114 67.437) (end 151.511 66.04) (width 0.381) (layer Composant) (net 208) (status 420)) + (segment (start 150.876 64.262) (end 149.987 65.151) (width 0.381) (layer Cuivre) (net 208)) + (segment (start 149.987 65.151) (end 149.987 68.453) (width 0.381) (layer Cuivre) (net 208) (status 20)) + (segment (start 149.987 68.453) (end 150.114 68.58) (width 0.381) (layer Cuivre) (net 208) (status 430)) + (segment (start 117.983 66.04) (end 117.983 67.183) (width 0.381) (layer Cuivre) (net 209) (status 810)) + (segment (start 124.841 68.58) (end 124.841 65.151) (width 0.381) (layer Cuivre) (net 209) (status 810)) + (segment (start 124.206 64.516) (end 119.507 64.516) (width 0.381) (layer Cuivre) (net 209)) + (segment (start 117.983 67.183) (end 116.586 68.58) (width 0.381) (layer Cuivre) (net 209) (status 420)) + (segment (start 119.507 64.516) (end 117.983 66.04) (width 0.381) (layer Cuivre) (net 209) (status 420)) + (segment (start 124.841 65.151) (end 124.206 64.516) (width 0.381) (layer Cuivre) (net 209)) + + (zone (net 104) (net_name VDD) (layer VDD_layer) (tstamp 4783A2CD) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 227.965 146.05) (xy 227.965 60.96) (xy 215.9 60.96) (xy 215.9 64.135) (xy 105.41 64.135) + (xy 105.41 74.93) (xy 72.39 74.93) (xy 72.39 146.05) + ) + ) + (filled_polygon + (pts + (xy 227.7745 145.923) (xy 72.517 145.923) (xy 72.517 141.208935) (xy 88.328291 141.208935) (xy 88.511582 141.652535) + (xy 88.85068 141.992225) (xy 89.293959 142.17629) (xy 89.773935 142.176709) (xy 90.217535 141.993418) (xy 90.557225 141.65432) + (xy 90.74129 141.211041) (xy 90.741709 140.731065) (xy 90.558418 140.287465) (xy 90.30337 140.031971) (xy 99.929821 140.031971) + (xy 100.087058 140.412515) (xy 100.377954 140.703919) (xy 100.758223 140.86182) (xy 101.169971 140.862179) (xy 101.550515 140.704942) + (xy 101.841919 140.414046) (xy 101.99982 140.033777) (xy 102.000091 139.722661) (xy 109.346758 139.722661) (xy 109.55899 140.236303) + (xy 109.95163 140.629629) (xy 110.4649 140.842757) (xy 111.020661 140.843242) (xy 111.534303 140.63101) (xy 111.927629 140.23837) + (xy 112.013949 140.030488) (xy 112.09899 140.236303) (xy 112.49163 140.629629) (xy 113.0049 140.842757) (xy 113.560661 140.843242) + (xy 114.074303 140.63101) (xy 114.467629 140.23837) (xy 114.553949 140.030488) (xy 114.63899 140.236303) (xy 115.03163 140.629629) + (xy 115.5449 140.842757) (xy 116.100661 140.843242) (xy 116.614303 140.63101) (xy 117.007629 140.23837) (xy 117.093949 140.030488) + (xy 117.17899 140.236303) (xy 117.57163 140.629629) (xy 118.0849 140.842757) (xy 118.640661 140.843242) (xy 119.154303 140.63101) + (xy 119.547629 140.23837) (xy 119.633949 140.030488) (xy 119.71899 140.236303) (xy 120.11163 140.629629) (xy 120.6249 140.842757) + (xy 121.180661 140.843242) (xy 121.694303 140.63101) (xy 122.087629 140.23837) (xy 122.173949 140.030488) (xy 122.25899 140.236303) + (xy 122.65163 140.629629) (xy 123.1649 140.842757) (xy 123.720661 140.843242) (xy 124.234303 140.63101) (xy 124.627629 140.23837) + (xy 124.713949 140.030488) (xy 124.79899 140.236303) (xy 125.19163 140.629629) (xy 125.7049 140.842757) (xy 126.260661 140.843242) + (xy 126.774303 140.63101) (xy 127.167629 140.23837) (xy 127.253949 140.030488) (xy 127.33899 140.236303) (xy 127.73163 140.629629) + (xy 128.2449 140.842757) (xy 128.800661 140.843242) (xy 129.314303 140.63101) (xy 129.707629 140.23837) (xy 129.793949 140.030488) + (xy 129.87899 140.236303) (xy 130.27163 140.629629) (xy 130.7849 140.842757) (xy 131.340661 140.843242) (xy 131.854303 140.63101) + (xy 132.247629 140.23837) (xy 132.333949 140.030488) (xy 132.41899 140.236303) (xy 132.81163 140.629629) (xy 133.3249 140.842757) + (xy 133.880661 140.843242) (xy 134.394303 140.63101) (xy 134.787629 140.23837) (xy 134.873949 140.030488) (xy 134.95899 140.236303) + (xy 135.35163 140.629629) (xy 135.8649 140.842757) (xy 136.420661 140.843242) (xy 136.934303 140.63101) (xy 137.327629 140.23837) + (xy 137.413949 140.030488) (xy 137.49899 140.236303) (xy 137.89163 140.629629) (xy 138.4049 140.842757) (xy 138.960661 140.843242) + (xy 139.474303 140.63101) (xy 139.867629 140.23837) (xy 139.953949 140.030488) (xy 140.03899 140.236303) (xy 140.43163 140.629629) + (xy 140.9449 140.842757) (xy 141.500661 140.843242) (xy 142.014303 140.63101) (xy 142.407629 140.23837) (xy 142.493949 140.030488) + (xy 142.57899 140.236303) (xy 142.97163 140.629629) (xy 143.4849 140.842757) (xy 144.040661 140.843242) (xy 144.554303 140.63101) + (xy 144.947629 140.23837) (xy 145.033949 140.030488) (xy 145.11899 140.236303) (xy 145.51163 140.629629) (xy 146.0249 140.842757) + (xy 146.580661 140.843242) (xy 147.094303 140.63101) (xy 147.487629 140.23837) (xy 147.573949 140.030488) (xy 147.65899 140.236303) + (xy 148.05163 140.629629) (xy 148.5649 140.842757) (xy 149.120661 140.843242) (xy 149.634303 140.63101) (xy 150.027629 140.23837) + (xy 150.113949 140.030488) (xy 150.19899 140.236303) (xy 150.59163 140.629629) (xy 151.1049 140.842757) (xy 151.660661 140.843242) + (xy 152.174303 140.63101) (xy 152.567629 140.23837) (xy 152.653949 140.030488) (xy 152.73899 140.236303) (xy 153.13163 140.629629) + (xy 153.6449 140.842757) (xy 154.200661 140.843242) (xy 154.714303 140.63101) (xy 155.107629 140.23837) (xy 155.193949 140.030488) + (xy 155.27899 140.236303) (xy 155.67163 140.629629) (xy 156.1849 140.842757) (xy 156.740661 140.843242) (xy 157.254303 140.63101) + (xy 157.647629 140.23837) (xy 157.733949 140.030488) (xy 157.81899 140.236303) (xy 158.21163 140.629629) (xy 158.7249 140.842757) + (xy 159.280661 140.843242) (xy 159.794303 140.63101) (xy 160.187629 140.23837) (xy 160.273949 140.030488) (xy 160.35899 140.236303) + (xy 160.75163 140.629629) (xy 161.2649 140.842757) (xy 161.820661 140.843242) (xy 162.334303 140.63101) (xy 162.727629 140.23837) + (xy 162.813949 140.030488) (xy 162.89899 140.236303) (xy 163.29163 140.629629) (xy 163.8049 140.842757) (xy 164.360661 140.843242) + (xy 164.874303 140.63101) (xy 165.267629 140.23837) (xy 165.353949 140.030488) (xy 165.43899 140.236303) (xy 165.83163 140.629629) + (xy 166.3449 140.842757) (xy 166.900661 140.843242) (xy 166.931054 140.830684) (xy 168.244185 142.143815) (xy 168.491395 142.308996) + (xy 168.783 142.367) (xy 176.911 142.367) (xy 177.202605 142.308996) (xy 177.449815 142.143815) (xy 178.592815 141.000815) + (xy 178.757996 140.753605) (xy 178.763504 140.725912) (xy 179.0449 140.842757) (xy 179.600661 140.843242) (xy 180.114303 140.63101) + (xy 180.507629 140.23837) (xy 180.593949 140.030488) (xy 180.67899 140.236303) (xy 181.07163 140.629629) (xy 181.5849 140.842757) + (xy 182.140661 140.843242) (xy 182.654303 140.63101) (xy 183.047629 140.23837) (xy 183.133949 140.030488) (xy 183.21899 140.236303) + (xy 183.61163 140.629629) (xy 184.1249 140.842757) (xy 184.680661 140.843242) (xy 185.194303 140.63101) (xy 185.587629 140.23837) + (xy 185.800757 139.7251) (xy 185.801242 139.169339) (xy 185.58901 138.655697) (xy 185.236167 138.302237) (xy 185.401317 138.271162) + (xy 185.617441 138.13209) (xy 185.762431 137.91989) (xy 185.81344 137.668) (xy 185.81344 136.144) (xy 185.769162 135.908683) + (xy 185.63009 135.692559) (xy 185.494938 135.600213) (xy 206.209392 135.600213) (xy 206.278857 135.842397) (xy 206.802302 136.029144) + (xy 207.357368 136.001362) (xy 207.741143 135.842397) (xy 207.810608 135.600213) (xy 207.01 134.799605) (xy 206.209392 135.600213) + (xy 185.494938 135.600213) (xy 185.41789 135.547569) (xy 185.166 135.49656) (xy 183.642 135.49656) (xy 183.406683 135.540838) + (xy 183.190559 135.67991) (xy 183.045569 135.89211) (xy 183.008508 136.075124) (xy 182.65637 135.722371) (xy 182.1431 135.509243) + (xy 181.587339 135.508758) (xy 181.073697 135.72099) (xy 180.680371 136.11363) (xy 180.594051 136.321512) (xy 180.50901 136.115697) + (xy 180.11637 135.722371) (xy 179.6031 135.509243) (xy 179.047339 135.508758) (xy 178.816 135.604345) (xy 178.816 134.412302) + (xy 205.600856 134.412302) (xy 205.628638 134.967368) (xy 205.787603 135.351143) (xy 206.029787 135.420608) (xy 206.830395 134.62) + (xy 207.189605 134.62) (xy 207.990213 135.420608) (xy 208.232397 135.351143) (xy 208.419144 134.827698) (xy 208.391362 134.272632) + (xy 208.232397 133.888857) (xy 207.990213 133.819392) (xy 207.189605 134.62) (xy 206.830395 134.62) (xy 206.029787 133.819392) + (xy 205.787603 133.888857) (xy 205.600856 134.412302) (xy 178.816 134.412302) (xy 178.816 133.639787) (xy 206.209392 133.639787) + (xy 207.01 134.440395) (xy 207.810608 133.639787) (xy 207.741143 133.397603) (xy 207.217698 133.210856) (xy 206.662632 133.238638) + (xy 206.278857 133.397603) (xy 206.209392 133.639787) (xy 178.816 133.639787) (xy 178.816 133.604) (xy 178.757996 133.312395) + (xy 178.592815 133.065185) (xy 176.11538 130.58775) (xy 180.467 130.58775) (xy 180.467 131.19031) (xy 180.563673 131.423699) + (xy 180.742302 131.602327) (xy 180.975691 131.699) (xy 181.57825 131.699) (xy 181.737 131.54025) (xy 181.737 130.429) + (xy 180.62575 130.429) (xy 180.467 130.58775) (xy 176.11538 130.58775) (xy 174.94132 129.41369) (xy 180.467 129.41369) + (xy 180.467 130.01625) (xy 180.62575 130.175) (xy 181.737 130.175) (xy 181.737 129.06375) (xy 181.991 129.06375) + (xy 181.991 130.175) (xy 182.011 130.175) (xy 182.011 130.429) (xy 181.991 130.429) (xy 181.991 131.54025) + (xy 182.14975 131.699) (xy 182.752309 131.699) (xy 182.985698 131.602327) (xy 183.164327 131.423699) (xy 183.261 131.19031) + (xy 183.261 131.134386) (xy 183.61163 131.485629) (xy 184.1249 131.698757) (xy 184.680661 131.699242) (xy 185.194303 131.48701) + (xy 185.587629 131.09437) (xy 185.800757 130.5811) (xy 185.801242 130.025339) (xy 185.58901 129.511697) (xy 185.19637 129.118371) + (xy 184.6831 128.905243) (xy 184.127339 128.904758) (xy 183.613697 129.11699) (xy 183.261 129.469072) (xy 183.261 129.41369) + (xy 183.164327 129.180301) (xy 182.985698 129.001673) (xy 182.752309 128.905) (xy 182.14975 128.905) (xy 181.991 129.06375) + (xy 181.737 129.06375) (xy 181.57825 128.905) (xy 180.975691 128.905) (xy 180.742302 129.001673) (xy 180.563673 129.180301) + (xy 180.467 129.41369) (xy 174.94132 129.41369) (xy 171.979414 126.451784) (xy 205.422313 126.451784) (xy 205.586311 126.848689) + (xy 205.889714 127.152622) (xy 206.286332 127.317313) (xy 206.715784 127.317687) (xy 207.112689 127.153689) (xy 207.416622 126.850286) + (xy 207.581313 126.453668) (xy 207.581687 126.024216) (xy 207.417689 125.627311) (xy 207.264 125.473354) (xy 207.264 125.41063) + (xy 208.152905 124.521725) (xy 208.288518 124.849935) (xy 208.579414 125.141339) (xy 208.959683 125.29924) (xy 208.993718 125.29927) + (xy 208.993553 125.489124) (xy 209.157551 125.886029) (xy 209.460954 126.189962) (xy 209.857572 126.354653) (xy 210.287024 126.355027) + (xy 210.683929 126.191029) (xy 210.987862 125.887626) (xy 211.152553 125.491008) (xy 211.152927 125.061556) (xy 210.988929 124.664651) + (xy 210.685526 124.360718) (xy 210.288908 124.196027) (xy 210.20152 124.195951) (xy 210.201639 124.059449) (xy 210.157242 123.952) + (xy 220.94829 123.952) (xy 220.853243 124.1809) (xy 220.852758 124.736661) (xy 221.06499 125.250303) (xy 221.45763 125.643629) + (xy 221.665512 125.729949) (xy 221.459697 125.81499) (xy 221.066371 126.20763) (xy 220.853243 126.7209) (xy 220.852758 127.276661) + (xy 221.06499 127.790303) (xy 221.45763 128.183629) (xy 221.665512 128.269949) (xy 221.459697 128.35499) (xy 221.066371 128.74763) + (xy 220.853243 129.2609) (xy 220.852758 129.816661) (xy 221.06499 130.330303) (xy 221.45763 130.723629) (xy 221.665512 130.809949) + (xy 221.459697 130.89499) (xy 221.066371 131.28763) (xy 220.853243 131.8009) (xy 220.852758 132.356661) (xy 221.06499 132.870303) + (xy 221.45763 133.263629) (xy 221.665512 133.349949) (xy 221.459697 133.43499) (xy 221.066371 133.82763) (xy 220.853243 134.3409) + (xy 220.852758 134.896661) (xy 220.948345 135.128) (xy 218.755631 135.128) (xy 218.555013 134.927382) (xy 218.566757 134.8991) + (xy 218.567242 134.343339) (xy 218.35501 133.829697) (xy 217.96237 133.436371) (xy 217.4491 133.223243) (xy 216.893339 133.222758) + (xy 216.379697 133.43499) (xy 215.986371 133.82763) (xy 215.773243 134.3409) (xy 215.772758 134.896661) (xy 215.98499 135.410303) + (xy 216.37763 135.803629) (xy 216.8909 136.016757) (xy 217.446661 136.017242) (xy 217.477053 136.004684) (xy 217.901184 136.428815) + (xy 218.011221 136.502339) (xy 218.148395 136.593996) (xy 218.44 136.652) (xy 220.94829 136.652) (xy 220.853243 136.8809) + (xy 220.852758 137.436661) (xy 221.06499 137.950303) (xy 221.45763 138.343629) (xy 221.9709 138.556757) (xy 222.526661 138.557242) + (xy 223.040303 138.34501) (xy 223.433629 137.95237) (xy 223.519949 137.744488) (xy 223.60499 137.950303) (xy 223.99763 138.343629) + (xy 224.5109 138.556757) (xy 225.066661 138.557242) (xy 225.580303 138.34501) (xy 225.973629 137.95237) (xy 226.186757 137.4391) + (xy 226.187242 136.883339) (xy 225.97501 136.369697) (xy 225.58237 135.976371) (xy 225.374488 135.890051) (xy 225.580303 135.80501) + (xy 225.973629 135.41237) (xy 226.186757 134.8991) (xy 226.187242 134.343339) (xy 225.97501 133.829697) (xy 225.58237 133.436371) + (xy 225.374488 133.350051) (xy 225.580303 133.26501) (xy 225.973629 132.87237) (xy 226.186757 132.3591) (xy 226.187242 131.803339) + (xy 225.97501 131.289697) (xy 225.58237 130.896371) (xy 225.374488 130.810051) (xy 225.580303 130.72501) (xy 225.973629 130.33237) + (xy 226.186757 129.8191) (xy 226.187242 129.263339) (xy 225.97501 128.749697) (xy 225.58237 128.356371) (xy 225.374488 128.270051) + (xy 225.580303 128.18501) (xy 225.973629 127.79237) (xy 226.186757 127.2791) (xy 226.187242 126.723339) (xy 225.97501 126.209697) + (xy 225.58237 125.816371) (xy 225.374488 125.730051) (xy 225.580303 125.64501) (xy 225.973629 125.25237) (xy 226.186757 124.7391) + (xy 226.187242 124.183339) (xy 225.97501 123.669697) (xy 225.58237 123.276371) (xy 225.374488 123.190051) (xy 225.580303 123.10501) + (xy 225.973629 122.71237) (xy 226.186757 122.1991) (xy 226.187242 121.643339) (xy 225.97501 121.129697) (xy 225.58237 120.736371) + (xy 225.374488 120.650051) (xy 225.580303 120.56501) (xy 225.973629 120.17237) (xy 226.186757 119.6591) (xy 226.187242 119.103339) + (xy 225.97501 118.589697) (xy 225.58237 118.196371) (xy 225.374488 118.110051) (xy 225.580303 118.02501) (xy 225.973629 117.63237) + (xy 226.186757 117.1191) (xy 226.187242 116.563339) (xy 225.97501 116.049697) (xy 225.58237 115.656371) (xy 225.374488 115.570051) + (xy 225.580303 115.48501) (xy 225.973629 115.09237) (xy 226.186757 114.5791) (xy 226.187242 114.023339) (xy 225.97501 113.509697) + (xy 225.58237 113.116371) (xy 225.374488 113.030051) (xy 225.580303 112.94501) (xy 225.973629 112.55237) (xy 226.186757 112.0391) + (xy 226.187242 111.483339) (xy 225.97501 110.969697) (xy 225.58237 110.576371) (xy 225.374488 110.490051) (xy 225.580303 110.40501) + (xy 225.973629 110.01237) (xy 226.186757 109.4991) (xy 226.187242 108.943339) (xy 225.97501 108.429697) (xy 225.58237 108.036371) + (xy 225.374488 107.950051) (xy 225.580303 107.86501) (xy 225.973629 107.47237) (xy 226.186757 106.9591) (xy 226.187242 106.403339) + (xy 225.97501 105.889697) (xy 225.58237 105.496371) (xy 225.374488 105.410051) (xy 225.580303 105.32501) (xy 225.973629 104.93237) + (xy 226.186757 104.4191) (xy 226.187242 103.863339) (xy 225.97501 103.349697) (xy 225.58237 102.956371) (xy 225.374488 102.870051) + (xy 225.580303 102.78501) (xy 225.973629 102.39237) (xy 226.186757 101.8791) (xy 226.187242 101.323339) (xy 225.97501 100.809697) + (xy 225.58237 100.416371) (xy 225.374488 100.330051) (xy 225.580303 100.24501) (xy 225.973629 99.85237) (xy 226.186757 99.3391) + (xy 226.187242 98.783339) (xy 225.97501 98.269697) (xy 225.58237 97.876371) (xy 225.374488 97.790051) (xy 225.580303 97.70501) + (xy 225.973629 97.31237) (xy 226.186757 96.7991) (xy 226.187242 96.243339) (xy 225.97501 95.729697) (xy 225.58237 95.336371) + (xy 225.374488 95.250051) (xy 225.580303 95.16501) (xy 225.973629 94.77237) (xy 226.186757 94.2591) (xy 226.187242 93.703339) + (xy 225.97501 93.189697) (xy 225.58237 92.796371) (xy 225.374488 92.710051) (xy 225.580303 92.62501) (xy 225.973629 92.23237) + (xy 226.186757 91.7191) (xy 226.187242 91.163339) (xy 225.97501 90.649697) (xy 225.58237 90.256371) (xy 225.374488 90.170051) + (xy 225.580303 90.08501) (xy 225.973629 89.69237) (xy 226.186757 89.1791) (xy 226.187242 88.623339) (xy 225.97501 88.109697) + (xy 225.58237 87.716371) (xy 225.0691 87.503243) (xy 224.513339 87.502758) (xy 223.999697 87.71499) (xy 223.646237 88.067833) + (xy 223.615162 87.902683) (xy 223.47609 87.686559) (xy 223.26389 87.541569) (xy 223.012 87.49056) (xy 221.488 87.49056) + (xy 221.252683 87.534838) (xy 221.036559 87.67391) (xy 220.891569 87.88611) (xy 220.84056 88.138) (xy 220.84056 89.662) + (xy 220.884838 89.897317) (xy 221.02391 90.113441) (xy 221.23611 90.258431) (xy 221.419124 90.295492) (xy 221.066371 90.64763) + (xy 220.853243 91.1609) (xy 220.852758 91.716661) (xy 221.06499 92.230303) (xy 221.45763 92.623629) (xy 221.665512 92.709949) + (xy 221.459697 92.79499) (xy 221.066371 93.18763) (xy 220.853243 93.7009) (xy 220.852758 94.256661) (xy 221.06499 94.770303) + (xy 221.45763 95.163629) (xy 221.665512 95.249949) (xy 221.459697 95.33499) (xy 221.066371 95.72763) (xy 221.05376 95.758) + (xy 213.40826 95.758) (xy 213.116655 95.816004) (xy 212.869444 95.981185) (xy 210.609606 98.241023) (xy 210.554942 98.108725) + (xy 210.264046 97.817321) (xy 209.883777 97.65942) (xy 209.472029 97.659061) (xy 209.091485 97.816298) (xy 208.800081 98.107194) + (xy 208.64218 98.487463) (xy 208.641821 98.899211) (xy 208.799058 99.279755) (xy 209.089954 99.571159) (xy 209.223866 99.626764) + (xy 207.624009 101.226621) (xy 207.408356 101.226433) (xy 207.011451 101.390431) (xy 206.707518 101.693834) (xy 206.542827 102.090452) + (xy 206.542453 102.519904) (xy 206.706451 102.916809) (xy 207.009854 103.220742) (xy 207.406472 103.385433) (xy 207.835924 103.385807) + (xy 208.232829 103.221809) (xy 208.536762 102.918406) (xy 208.701453 102.521788) (xy 208.701642 102.304248) (xy 213.723891 97.282) + (xy 221.053295 97.282) (xy 221.06499 97.310303) (xy 221.45763 97.703629) (xy 221.665512 97.789949) (xy 221.459697 97.87499) + (xy 221.066371 98.26763) (xy 220.853243 98.7809) (xy 220.852758 99.336661) (xy 221.06499 99.850303) (xy 221.45763 100.243629) + (xy 221.665512 100.329949) (xy 221.459697 100.41499) (xy 221.066371 100.80763) (xy 220.853243 101.3209) (xy 220.852758 101.876661) + (xy 221.06499 102.390303) (xy 221.45763 102.783629) (xy 221.665512 102.869949) (xy 221.459697 102.95499) (xy 221.066371 103.34763) + (xy 220.853243 103.8609) (xy 220.852758 104.416661) (xy 221.06499 104.930303) (xy 221.45763 105.323629) (xy 221.665512 105.409949) + (xy 221.459697 105.49499) (xy 221.066371 105.88763) (xy 220.853243 106.4009) (xy 220.852758 106.956661) (xy 220.971434 107.24388) + (xy 215.679122 107.24388) (xy 215.526766 107.091258) (xy 215.130148 106.926567) (xy 214.700696 106.926193) (xy 214.303791 107.090191) + (xy 213.999858 107.393594) (xy 213.835167 107.790212) (xy 213.834793 108.219664) (xy 213.998791 108.616569) (xy 214.302194 108.920502) + (xy 214.698812 109.085193) (xy 215.128264 109.085567) (xy 215.525169 108.921569) (xy 215.679126 108.76788) (xy 220.925087 108.76788) + (xy 220.853243 108.9409) (xy 220.852758 109.496661) (xy 221.06499 110.010303) (xy 221.45763 110.403629) (xy 221.665512 110.489949) + (xy 221.459697 110.57499) (xy 221.066371 110.96763) (xy 220.853243 111.4809) (xy 220.852758 112.036661) (xy 221.06499 112.550303) + (xy 221.45763 112.943629) (xy 221.665512 113.029949) (xy 221.459697 113.11499) (xy 221.066371 113.50763) (xy 220.853243 114.0209) + (xy 220.852758 114.576661) (xy 221.024959 114.99342) (xy 220.766742 114.99342) (xy 220.614386 114.840798) (xy 220.217768 114.676107) + (xy 219.788316 114.675733) (xy 219.391411 114.839731) (xy 219.087478 115.143134) (xy 218.922787 115.539752) (xy 218.922413 115.969204) + (xy 218.967367 116.078) (xy 218.56513 116.078) (xy 217.769439 115.282309) (xy 217.769627 115.066656) (xy 217.605629 114.669751) + (xy 217.302226 114.365818) (xy 216.905608 114.201127) (xy 216.476156 114.200753) (xy 216.079251 114.364751) (xy 215.775318 114.668154) + (xy 215.610627 115.064772) (xy 215.610253 115.494224) (xy 215.774251 115.891129) (xy 216.077654 116.195062) (xy 216.474272 116.359753) + (xy 216.691812 116.359942) (xy 217.710685 117.378815) (xy 217.957895 117.543996) (xy 218.2495 117.602) (xy 221.053295 117.602) + (xy 221.06499 117.630303) (xy 221.45763 118.023629) (xy 221.665512 118.109949) (xy 221.459697 118.19499) (xy 221.066371 118.58763) + (xy 220.853243 119.1009) (xy 220.852758 119.656661) (xy 221.06499 120.170303) (xy 221.45763 120.563629) (xy 221.665512 120.649949) + (xy 221.459697 120.73499) (xy 221.066371 121.12763) (xy 220.853243 121.6409) (xy 220.852758 122.196661) (xy 220.948345 122.428) + (xy 208.407 122.428) (xy 208.115395 122.486004) (xy 207.925327 122.613004) (xy 207.868185 122.651185) (xy 205.963185 124.556185) + (xy 205.798004 124.803395) (xy 205.74 125.095) (xy 205.74 125.473358) (xy 205.587378 125.625714) (xy 205.422687 126.022332) + (xy 205.422313 126.451784) (xy 171.979414 126.451784) (xy 171.577 126.04937) (xy 171.577 125.105086) (xy 174.942269 125.105086) + (xy 175.144854 125.59538) (xy 175.519647 125.970827) (xy 176.009587 126.174268) (xy 176.540086 126.174731) (xy 177.03038 125.972146) + (xy 177.405827 125.597353) (xy 177.609268 125.107413) (xy 177.609731 124.576914) (xy 177.568452 124.477011) (xy 198.138921 124.477011) + (xy 198.296158 124.857555) (xy 198.587054 125.148959) (xy 198.967323 125.30686) (xy 199.379071 125.307219) (xy 199.759615 125.149982) + (xy 200.051019 124.859086) (xy 200.066231 124.822451) (xy 202.759181 124.822451) (xy 202.916418 125.202995) (xy 203.207314 125.494399) + (xy 203.587583 125.6523) (xy 203.999331 125.652659) (xy 204.379875 125.495422) (xy 204.671279 125.204526) (xy 204.82918 124.824257) + (xy 204.829539 124.412509) (xy 204.672302 124.031965) (xy 204.381406 123.740561) (xy 204.001137 123.58266) (xy 203.589389 123.582301) + (xy 203.208845 123.739538) (xy 202.917441 124.030434) (xy 202.75954 124.410703) (xy 202.759181 124.822451) (xy 200.066231 124.822451) + (xy 200.20892 124.478817) (xy 200.209279 124.067069) (xy 200.052042 123.686525) (xy 199.761146 123.395121) (xy 199.380877 123.23722) + (xy 198.969129 123.236861) (xy 198.588585 123.394098) (xy 198.297181 123.684994) (xy 198.13928 124.065263) (xy 198.138921 124.477011) + (xy 177.568452 124.477011) (xy 177.407146 124.08662) (xy 177.032353 123.711173) (xy 176.542413 123.507732) (xy 176.011914 123.507269) + (xy 175.52162 123.709854) (xy 175.146173 124.084647) (xy 174.942732 124.574587) (xy 174.942269 125.105086) (xy 171.577 125.105086) + (xy 171.577 124.46) (xy 171.518996 124.168395) (xy 171.353815 123.921185) (xy 170.210815 122.778185) (xy 170.200653 122.771395) + (xy 169.963605 122.613004) (xy 169.672 122.555) (xy 167.005 122.555) (xy 166.713395 122.613004) (xy 166.466184 122.778185) + (xy 165.29237 123.952) (xy 147.25463 123.952) (xy 146.558 123.25537) (xy 146.558 122.555) (xy 146.499996 122.263395) + (xy 146.334815 122.016185) (xy 144.302815 119.984185) (xy 144.253619 119.951313) (xy 144.055605 119.819004) (xy 143.764 119.761) + (xy 139.192 119.761) (xy 138.900395 119.819004) (xy 138.702381 119.951313) (xy 138.653185 119.984185) (xy 137.98737 120.65) + (xy 137.667211 120.65) (xy 137.68682 120.602777) (xy 137.687179 120.191029) (xy 137.529942 119.810485) (xy 137.239046 119.519081) + (xy 136.858777 119.36118) (xy 136.447029 119.360821) (xy 136.271 119.433554) (xy 136.271 116.418784) (xy 138.366313 116.418784) + (xy 138.530311 116.815689) (xy 138.833714 117.119622) (xy 139.230332 117.284313) (xy 139.659784 117.284687) (xy 140.056689 117.120689) + (xy 140.360622 116.817286) (xy 140.525313 116.420668) (xy 140.525314 116.418784) (xy 141.541313 116.418784) (xy 141.705311 116.815689) + (xy 142.008714 117.119622) (xy 142.405332 117.284313) (xy 142.834784 117.284687) (xy 143.231689 117.120689) (xy 143.535622 116.817286) + (xy 143.700313 116.420668) (xy 143.700687 115.991216) (xy 143.536689 115.594311) (xy 143.233286 115.290378) (xy 142.836668 115.125687) + (xy 142.407216 115.125313) (xy 142.010311 115.289311) (xy 141.706378 115.592714) (xy 141.541687 115.989332) (xy 141.541313 116.418784) + (xy 140.525314 116.418784) (xy 140.525687 115.991216) (xy 140.361689 115.594311) (xy 140.058286 115.290378) (xy 139.661668 115.125687) + (xy 139.232216 115.125313) (xy 138.835311 115.289311) (xy 138.531378 115.592714) (xy 138.366687 115.989332) (xy 138.366313 116.418784) + (xy 136.271 116.418784) (xy 136.271 113.789388) (xy 136.409058 114.123515) (xy 136.699954 114.414919) (xy 137.080223 114.57282) + (xy 137.491971 114.573179) (xy 137.872515 114.415942) (xy 138.163919 114.125046) (xy 138.32182 113.744777) (xy 138.322179 113.333029) + (xy 138.281663 113.234971) (xy 143.617821 113.234971) (xy 143.775058 113.615515) (xy 144.065954 113.906919) (xy 144.446223 114.06482) + (xy 144.507005 114.064873) (xy 146.729566 116.287434) (xy 147.00046 116.46844) (xy 147.32 116.532) (xy 152.017852 116.532) + (xy 152.193223 116.60482) (xy 152.604971 116.605179) (xy 152.985515 116.447942) (xy 153.028532 116.405) (xy 158.756329 116.405) + (xy 158.924954 116.573919) (xy 159.305223 116.73182) (xy 159.516395 116.732004) (xy 159.356697 116.79799) (xy 158.963371 117.19063) + (xy 158.877051 117.398512) (xy 158.79201 117.192697) (xy 158.39937 116.799371) (xy 157.8861 116.586243) (xy 157.330339 116.585758) + (xy 156.816697 116.79799) (xy 156.423371 117.19063) (xy 156.210243 117.7039) (xy 156.209758 118.259661) (xy 156.42199 118.773303) + (xy 156.81463 119.166629) (xy 157.022512 119.252949) (xy 156.816697 119.33799) (xy 156.423371 119.73063) (xy 156.210243 120.2439) + (xy 156.209758 120.799661) (xy 156.42199 121.313303) (xy 156.81463 121.706629) (xy 157.3279 121.919757) (xy 157.883661 121.920242) + (xy 158.397303 121.70801) (xy 158.790629 121.31537) (xy 158.876949 121.107488) (xy 158.96199 121.313303) (xy 159.35463 121.706629) + (xy 159.8679 121.919757) (xy 160.423661 121.920242) (xy 160.937303 121.70801) (xy 161.330629 121.31537) (xy 161.416949 121.107488) + (xy 161.50199 121.313303) (xy 161.89463 121.706629) (xy 162.4079 121.919757) (xy 162.963661 121.920242) (xy 163.477303 121.70801) + (xy 163.870629 121.31537) (xy 163.956949 121.107488) (xy 164.04199 121.313303) (xy 164.43463 121.706629) (xy 164.9479 121.919757) + (xy 165.503661 121.920242) (xy 166.017303 121.70801) (xy 166.410629 121.31537) (xy 166.623757 120.8021) (xy 166.624242 120.246339) + (xy 166.532823 120.025086) (xy 167.322269 120.025086) (xy 167.524854 120.51538) (xy 167.899647 120.890827) (xy 168.389587 121.094268) + (xy 168.920086 121.094731) (xy 169.41038 120.892146) (xy 169.785827 120.517353) (xy 169.989268 120.027413) (xy 169.98927 120.025086) + (xy 174.942269 120.025086) (xy 175.144854 120.51538) (xy 175.519647 120.890827) (xy 176.009587 121.094268) (xy 176.540086 121.094731) + (xy 177.03038 120.892146) (xy 177.405827 120.517353) (xy 177.609268 120.027413) (xy 177.609731 119.496914) (xy 177.492332 119.212784) + (xy 180.530313 119.212784) (xy 180.694311 119.609689) (xy 180.997714 119.913622) (xy 181.394332 120.078313) (xy 181.823784 120.078687) + (xy 182.220689 119.914689) (xy 182.524622 119.611286) (xy 182.689313 119.214668) (xy 182.689425 119.085784) (xy 183.451313 119.085784) + (xy 183.615311 119.482689) (xy 183.918714 119.786622) (xy 184.315332 119.951313) (xy 184.744784 119.951687) (xy 185.141689 119.787689) + (xy 185.445622 119.484286) (xy 185.610313 119.087668) (xy 185.610687 118.658216) (xy 185.446689 118.261311) (xy 185.143286 117.957378) + (xy 184.746668 117.792687) (xy 184.317216 117.792313) (xy 183.920311 117.956311) (xy 183.616378 118.259714) (xy 183.451687 118.656332) + (xy 183.451313 119.085784) (xy 182.689425 119.085784) (xy 182.689687 118.785216) (xy 182.525689 118.388311) (xy 182.222286 118.084378) + (xy 181.825668 117.919687) (xy 181.396216 117.919313) (xy 180.999311 118.083311) (xy 180.695378 118.386714) (xy 180.530687 118.783332) + (xy 180.530313 119.212784) (xy 177.492332 119.212784) (xy 177.407146 119.00662) (xy 177.032353 118.631173) (xy 176.542413 118.427732) + (xy 176.011914 118.427269) (xy 175.52162 118.629854) (xy 175.146173 119.004647) (xy 174.942732 119.494587) (xy 174.942269 120.025086) + (xy 169.98927 120.025086) (xy 169.989731 119.496914) (xy 169.787146 119.00662) (xy 169.412353 118.631173) (xy 168.922413 118.427732) + (xy 168.391914 118.427269) (xy 167.90162 118.629854) (xy 167.526173 119.004647) (xy 167.322732 119.494587) (xy 167.322269 120.025086) + (xy 166.532823 120.025086) (xy 166.41201 119.732697) (xy 166.059167 119.379237) (xy 166.224317 119.348162) (xy 166.440441 119.20909) + (xy 166.585431 118.99689) (xy 166.63644 118.745) (xy 166.63644 117.221) (xy 166.592162 116.985683) (xy 166.45309 116.769559) + (xy 166.372906 116.714771) (xy 188.121161 116.714771) (xy 188.278398 117.095315) (xy 188.569294 117.386719) (xy 188.949563 117.54462) + (xy 189.361311 117.544979) (xy 189.741855 117.387742) (xy 189.961896 117.168084) (xy 203.065193 117.168084) (xy 203.229191 117.564989) + (xy 203.532594 117.868922) (xy 203.929212 118.033613) (xy 204.358664 118.033987) (xy 204.755569 117.869989) (xy 205.059502 117.566586) + (xy 205.224193 117.169968) (xy 205.224567 116.740516) (xy 205.060569 116.343611) (xy 204.757166 116.039678) (xy 204.360548 115.874987) + (xy 203.931096 115.874613) (xy 203.534191 116.038611) (xy 203.230258 116.342014) (xy 203.065567 116.738632) (xy 203.065193 117.168084) + (xy 189.961896 117.168084) (xy 190.033259 117.096846) (xy 190.19116 116.716577) (xy 190.191519 116.304829) (xy 190.034282 115.924285) + (xy 189.743386 115.632881) (xy 189.363117 115.47498) (xy 188.951369 115.474621) (xy 188.570825 115.631858) (xy 188.279421 115.922754) + (xy 188.12152 116.303023) (xy 188.121161 116.714771) (xy 166.372906 116.714771) (xy 166.24089 116.624569) (xy 165.989 116.57356) + (xy 164.465 116.57356) (xy 164.229683 116.617838) (xy 164.013559 116.75691) (xy 163.868569 116.96911) (xy 163.831508 117.152124) + (xy 163.47937 116.799371) (xy 162.9661 116.586243) (xy 162.410339 116.585758) (xy 161.896697 116.79799) (xy 161.503371 117.19063) + (xy 161.417051 117.398512) (xy 161.33201 117.192697) (xy 160.93937 116.799371) (xy 160.4261 116.586243) (xy 160.070915 116.585933) + (xy 160.097515 116.574942) (xy 160.140532 116.532) (xy 165.989 116.532) (xy 166.308541 116.468439) (xy 166.579434 116.287434) + (xy 168.376501 114.490367) (xy 168.793086 114.490731) (xy 169.28338 114.288146) (xy 169.658827 113.913353) (xy 169.862268 113.423413) + (xy 169.86227 113.421086) (xy 174.815269 113.421086) (xy 175.017854 113.91138) (xy 175.392647 114.286827) (xy 175.882587 114.490268) + (xy 176.413086 114.490731) (xy 176.90338 114.288146) (xy 177.117535 114.074364) (xy 208.300133 114.074364) (xy 208.464131 114.471269) + (xy 208.767534 114.775202) (xy 209.164152 114.939893) (xy 209.593604 114.940267) (xy 209.990509 114.776269) (xy 210.294442 114.472866) + (xy 210.459133 114.076248) (xy 210.459507 113.646796) (xy 210.295509 113.249891) (xy 210.050074 113.004027) (xy 210.333635 112.886862) + (xy 210.625039 112.595966) (xy 210.78294 112.215697) (xy 210.783299 111.803949) (xy 210.626062 111.423405) (xy 210.335166 111.132001) + (xy 209.954897 110.9741) (xy 209.543149 110.973741) (xy 209.162605 111.130978) (xy 208.871201 111.421874) (xy 208.7133 111.802143) + (xy 208.712941 112.213891) (xy 208.870178 112.594435) (xy 209.088353 112.812991) (xy 208.769131 112.944891) (xy 208.465198 113.248294) + (xy 208.300507 113.644912) (xy 208.300133 114.074364) (xy 177.117535 114.074364) (xy 177.278827 113.913353) (xy 177.482268 113.423413) + (xy 177.482731 112.892914) (xy 177.280146 112.40262) (xy 176.905353 112.027173) (xy 176.415413 111.823732) (xy 175.884914 111.823269) + (xy 175.39462 112.025854) (xy 175.019173 112.400647) (xy 174.815732 112.890587) (xy 174.815269 113.421086) (xy 169.86227 113.421086) + (xy 169.862731 112.892914) (xy 169.660146 112.40262) (xy 169.285353 112.027173) (xy 168.795413 111.823732) (xy 168.264914 111.823269) + (xy 167.77462 112.025854) (xy 167.399173 112.400647) (xy 167.195732 112.890587) (xy 167.195366 113.309766) (xy 165.643132 114.862) + (xy 160.140892 114.862) (xy 160.099046 114.820081) (xy 159.718777 114.66218) (xy 159.307029 114.661821) (xy 159.129922 114.735) + (xy 153.028892 114.735) (xy 152.987046 114.693081) (xy 152.606777 114.53518) (xy 152.195029 114.534821) (xy 151.814485 114.692058) + (xy 151.644246 114.862) (xy 147.665868 114.862) (xy 145.688127 112.884259) (xy 145.688179 112.825029) (xy 145.530942 112.444485) + (xy 145.240046 112.153081) (xy 144.859777 111.99518) (xy 144.448029 111.994821) (xy 144.067485 112.152058) (xy 143.776081 112.442954) + (xy 143.61818 112.823223) (xy 143.617821 113.234971) (xy 138.281663 113.234971) (xy 138.164942 112.952485) (xy 137.874046 112.661081) + (xy 137.493777 112.50318) (xy 137.082029 112.502821) (xy 136.701485 112.660058) (xy 136.410081 112.950954) (xy 136.271 113.285899) + (xy 136.271 113.157) (xy 136.212996 112.865395) (xy 136.047815 112.618185) (xy 135.25324 111.82361) (xy 135.316633 111.823665) + (xy 135.666843 111.678961) (xy 135.93502 111.411253) (xy 136.080335 111.061295) (xy 136.080665 110.682367) (xy 135.935961 110.332157) + (xy 135.668253 110.06398) (xy 135.318295 109.918665) (xy 134.939367 109.918335) (xy 134.683304 110.024138) (xy 134.429295 109.918665) + (xy 134.112 109.918389) (xy 134.112 109.043971) (xy 141.204821 109.043971) (xy 141.362058 109.424515) (xy 141.652954 109.715919) + (xy 142.033223 109.87382) (xy 142.444971 109.874179) (xy 142.825515 109.716942) (xy 143.116919 109.426046) (xy 143.27482 109.045777) + (xy 143.275179 108.634029) (xy 143.117942 108.253485) (xy 142.827046 107.962081) (xy 142.446777 107.80418) (xy 142.035029 107.803821) + (xy 141.654485 107.961058) (xy 141.363081 108.251954) (xy 141.20518 108.632223) (xy 141.204821 109.043971) (xy 134.112 109.043971) + (xy 134.112 107.886501) (xy 134.300633 107.886665) (xy 134.556696 107.780862) (xy 134.810705 107.886335) (xy 135.189633 107.886665) + (xy 135.539843 107.741961) (xy 135.80802 107.474253) (xy 135.953335 107.124295) (xy 135.953665 106.745367) (xy 135.924668 106.67519) + (xy 136.201726 106.560712) (xy 136.365747 106.72502) (xy 136.715705 106.870335) (xy 137.094633 106.870665) (xy 137.444843 106.725961) + (xy 137.71302 106.458253) (xy 137.747608 106.374955) (xy 137.747335 106.688633) (xy 137.892039 107.038843) (xy 138.112658 107.259848) + (xy 138.112335 107.630633) (xy 138.257039 107.980843) (xy 138.524747 108.24902) (xy 138.874705 108.394335) (xy 139.253633 108.394665) + (xy 139.603843 108.249961) (xy 139.87202 107.982253) (xy 140.017335 107.632295) (xy 140.017665 107.253367) (xy 139.872961 106.903157) + (xy 139.652342 106.682152) (xy 139.652378 106.639784) (xy 140.398313 106.639784) (xy 140.562311 107.036689) (xy 140.865714 107.340622) + (xy 141.262332 107.505313) (xy 141.691784 107.505687) (xy 142.088689 107.341689) (xy 142.392622 107.038286) (xy 142.452624 106.893784) + (xy 145.478313 106.893784) (xy 145.642311 107.290689) (xy 145.666356 107.314776) (xy 145.643378 107.337714) (xy 145.478687 107.734332) + (xy 145.478313 108.163784) (xy 145.642311 108.560689) (xy 145.945714 108.864622) (xy 146.100011 108.928692) (xy 146.074311 108.939311) + (xy 145.770378 109.242714) (xy 145.605687 109.639332) (xy 145.605313 110.068784) (xy 145.769311 110.465689) (xy 146.072714 110.769622) + (xy 146.469332 110.934313) (xy 146.898784 110.934687) (xy 147.295689 110.770689) (xy 147.489932 110.576784) (xy 176.974313 110.576784) + (xy 177.138311 110.973689) (xy 177.441714 111.277622) (xy 177.838332 111.442313) (xy 178.267784 111.442687) (xy 178.664689 111.278689) + (xy 178.968622 110.975286) (xy 179.133313 110.578668) (xy 179.133687 110.149216) (xy 178.969689 109.752311) (xy 178.666286 109.448378) + (xy 178.269668 109.283687) (xy 177.840216 109.283313) (xy 177.443311 109.447311) (xy 177.139378 109.750714) (xy 176.974687 110.147332) + (xy 176.974313 110.576784) (xy 147.489932 110.576784) (xy 147.599622 110.467286) (xy 147.764313 110.070668) (xy 147.764687 109.641216) + (xy 147.600689 109.244311) (xy 147.297286 108.940378) (xy 147.142989 108.876308) (xy 147.168689 108.865689) (xy 147.472622 108.562286) + (xy 147.564472 108.341086) (xy 167.195269 108.341086) (xy 167.397854 108.83138) (xy 167.772647 109.206827) (xy 168.262587 109.410268) + (xy 168.793086 109.410731) (xy 169.28338 109.208146) (xy 169.658827 108.833353) (xy 169.862268 108.343413) (xy 169.862731 107.812914) + (xy 169.660146 107.32262) (xy 169.285353 106.947173) (xy 168.795413 106.743732) (xy 168.264914 106.743269) (xy 167.77462 106.945854) + (xy 167.399173 107.320647) (xy 167.195732 107.810587) (xy 167.195269 108.341086) (xy 147.564472 108.341086) (xy 147.637313 108.165668) + (xy 147.637687 107.736216) (xy 147.473689 107.339311) (xy 147.449644 107.315224) (xy 147.472622 107.292286) (xy 147.637313 106.895668) + (xy 147.637687 106.466216) (xy 147.473689 106.069311) (xy 147.409275 106.004784) (xy 165.671313 106.004784) (xy 165.835311 106.401689) + (xy 166.138714 106.705622) (xy 166.535332 106.870313) (xy 166.964784 106.870687) (xy 167.361689 106.706689) (xy 167.665622 106.403286) + (xy 167.725624 106.258784) (xy 173.545313 106.258784) (xy 173.709311 106.655689) (xy 174.012714 106.959622) (xy 174.409332 107.124313) + (xy 174.838784 107.124687) (xy 174.992918 107.061) (xy 175.279273 107.061) (xy 175.019173 107.320647) (xy 174.815732 107.810587) + (xy 174.815269 108.341086) (xy 175.017854 108.83138) (xy 175.392647 109.206827) (xy 175.882587 109.410268) (xy 176.413086 109.410731) + (xy 176.90338 109.208146) (xy 177.278827 108.833353) (xy 177.482268 108.343413) (xy 177.482731 107.812914) (xy 177.434423 107.696) + (xy 179.234614 107.696) (xy 179.324 107.71378) (xy 180.657373 107.71378) (xy 180.657335 107.757633) (xy 180.763138 108.013696) + (xy 180.657665 108.267705) (xy 180.657335 108.646633) (xy 180.763138 108.902696) (xy 180.657665 109.156705) (xy 180.657335 109.535633) + (xy 180.763138 109.791696) (xy 180.657665 110.045705) (xy 180.657375 110.378184) (xy 180.507216 110.378053) (xy 180.110311 110.542051) + (xy 179.806378 110.845454) (xy 179.641687 111.242072) (xy 179.641313 111.671524) (xy 179.805311 112.068429) (xy 180.108714 112.372362) + (xy 180.505332 112.537053) (xy 180.934784 112.537427) (xy 181.331689 112.373429) (xy 181.635622 112.070026) (xy 181.800313 111.673408) + (xy 181.800687 111.243956) (xy 181.777834 111.188647) (xy 181.798633 111.188665) (xy 182.148843 111.043961) (xy 182.194885 110.998) + (xy 183.8833 110.998) (xy 184.174905 110.939996) (xy 184.422115 110.774815) (xy 184.489259 110.707671) (xy 188.403101 110.707671) + (xy 188.560338 111.088215) (xy 188.851234 111.379619) (xy 189.231503 111.53752) (xy 189.643251 111.537879) (xy 190.023795 111.380642) + (xy 190.315199 111.089746) (xy 190.4731 110.709477) (xy 190.473101 110.707671) (xy 213.419561 110.707671) (xy 213.576798 111.088215) + (xy 213.867694 111.379619) (xy 214.247963 111.53752) (xy 214.659711 111.537879) (xy 215.040255 111.380642) (xy 215.331659 111.089746) + (xy 215.48956 110.709477) (xy 215.489919 110.297729) (xy 215.332682 109.917185) (xy 215.041786 109.625781) (xy 214.661517 109.46788) + (xy 214.249769 109.467521) (xy 213.869225 109.624758) (xy 213.577821 109.915654) (xy 213.41992 110.295923) (xy 213.419561 110.707671) + (xy 190.473101 110.707671) (xy 190.473459 110.297729) (xy 190.316222 109.917185) (xy 190.025326 109.625781) (xy 189.645057 109.46788) + (xy 189.233309 109.467521) (xy 188.852765 109.624758) (xy 188.561361 109.915654) (xy 188.40346 110.295923) (xy 188.403101 110.707671) + (xy 184.489259 110.707671) (xy 187.294623 107.902308) (xy 187.294333 108.234904) (xy 187.458331 108.631809) (xy 187.761734 108.935742) + (xy 188.158352 109.100433) (xy 188.587804 109.100807) (xy 188.984709 108.936809) (xy 189.288642 108.633406) (xy 189.453333 108.236788) + (xy 189.453707 107.807336) (xy 189.289709 107.410431) (xy 188.986306 107.106498) (xy 188.589688 106.941807) (xy 188.255415 106.941516) + (xy 188.796332 106.400599) (xy 189.011984 106.400787) (xy 189.408889 106.236789) (xy 189.638724 106.007354) (xy 192.046894 108.415524) + (xy 192.046673 108.669244) (xy 192.210671 109.066149) (xy 192.514074 109.370082) (xy 192.910692 109.534773) (xy 193.340144 109.535147) + (xy 193.737049 109.371149) (xy 194.040982 109.067746) (xy 194.205673 108.671128) (xy 194.206047 108.241676) (xy 194.042049 107.844771) + (xy 193.907984 107.710471) (xy 210.369021 107.710471) (xy 210.526258 108.091015) (xy 210.817154 108.382419) (xy 211.197423 108.54032) + (xy 211.609171 108.540679) (xy 211.989715 108.383442) (xy 212.281119 108.092546) (xy 212.43902 107.712277) (xy 212.439379 107.300529) + (xy 212.282142 106.919985) (xy 211.991246 106.628581) (xy 211.610977 106.47068) (xy 211.199229 106.470321) (xy 210.818685 106.627558) + (xy 210.527281 106.918454) (xy 210.36938 107.298723) (xy 210.369021 107.710471) (xy 193.907984 107.710471) (xy 193.738646 107.540838) + (xy 193.342028 107.376147) (xy 193.162621 107.375991) (xy 191.410414 105.623784) (xy 192.214313 105.623784) (xy 192.378311 106.020689) + (xy 192.681714 106.324622) (xy 193.078332 106.489313) (xy 193.507784 106.489687) (xy 193.904689 106.325689) (xy 194.208622 106.022286) + (xy 194.373313 105.625668) (xy 194.373687 105.196216) (xy 194.209689 104.799311) (xy 193.906286 104.495378) (xy 193.509668 104.330687) + (xy 193.080216 104.330313) (xy 192.683311 104.494311) (xy 192.379378 104.797714) (xy 192.214687 105.194332) (xy 192.214313 105.623784) + (xy 191.410414 105.623784) (xy 189.596095 103.809465) (xy 189.484185 103.734689) (xy 189.418567 103.690844) (xy 209.351693 103.690844) + (xy 209.515691 104.087749) (xy 209.819094 104.391682) (xy 210.215712 104.556373) (xy 210.645164 104.556747) (xy 211.042069 104.392749) + (xy 211.346002 104.089346) (xy 211.510693 103.692728) (xy 211.511067 103.263276) (xy 211.347069 102.866371) (xy 211.043666 102.562438) + (xy 210.647048 102.397747) (xy 210.217596 102.397373) (xy 209.820691 102.561371) (xy 209.516758 102.864774) (xy 209.352067 103.261392) + (xy 209.351693 103.690844) (xy 189.418567 103.690844) (xy 189.348885 103.644284) (xy 189.05728 103.58628) (xy 187.9346 103.58628) + (xy 187.642995 103.644284) (xy 187.507695 103.734689) (xy 187.395785 103.809465) (xy 185.01547 106.18978) (xy 179.413386 106.18978) + (xy 179.324 106.172) (xy 179.011926 106.172) (xy 179.133313 105.879668) (xy 179.133687 105.450216) (xy 178.969689 105.053311) + (xy 178.666286 104.749378) (xy 178.269668 104.584687) (xy 177.840216 104.584313) (xy 177.443311 104.748311) (xy 177.139378 105.051714) + (xy 176.974687 105.448332) (xy 176.974544 105.612336) (xy 176.948605 105.595004) (xy 176.657 105.537) (xy 175.583119 105.537) + (xy 175.540689 105.434311) (xy 175.237286 105.130378) (xy 174.840668 104.965687) (xy 174.411216 104.965313) (xy 174.014311 105.129311) + (xy 173.710378 105.432714) (xy 173.545687 105.829332) (xy 173.545313 106.258784) (xy 167.725624 106.258784) (xy 167.830313 106.006668) + (xy 167.830687 105.577216) (xy 167.666689 105.180311) (xy 167.363286 104.876378) (xy 166.966668 104.711687) (xy 166.537216 104.711313) + (xy 166.140311 104.875311) (xy 165.836378 105.178714) (xy 165.671687 105.575332) (xy 165.671313 106.004784) (xy 147.409275 106.004784) + (xy 147.170286 105.765378) (xy 146.773668 105.600687) (xy 146.344216 105.600313) (xy 145.947311 105.764311) (xy 145.643378 106.067714) + (xy 145.478687 106.464332) (xy 145.478313 106.893784) (xy 142.452624 106.893784) (xy 142.557313 106.641668) (xy 142.557687 106.212216) + (xy 142.393689 105.815311) (xy 142.319272 105.740764) (xy 142.430335 105.473295) (xy 142.430665 105.094367) (xy 142.285961 104.744157) + (xy 142.018253 104.47598) (xy 141.668295 104.330665) (xy 141.289367 104.330335) (xy 140.939157 104.475039) (xy 140.67098 104.742747) + (xy 140.525665 105.092705) (xy 140.525335 105.471633) (xy 140.636514 105.740706) (xy 140.563378 105.813714) (xy 140.398687 106.210332) + (xy 140.398313 106.639784) (xy 139.652378 106.639784) (xy 139.652665 106.311367) (xy 139.507961 105.961157) (xy 139.240253 105.69298) + (xy 138.890295 105.547665) (xy 138.511367 105.547335) (xy 138.161157 105.692039) (xy 137.89298 105.959747) (xy 137.858392 106.043045) + (xy 137.858665 105.729367) (xy 137.713961 105.379157) (xy 137.446253 105.11098) (xy 137.096295 104.965665) (xy 136.717367 104.965335) + (xy 136.622055 105.004717) (xy 136.615689 104.989311) (xy 136.312286 104.685378) (xy 135.915668 104.520687) (xy 135.486216 104.520313) + (xy 135.089311 104.684311) (xy 134.989059 104.784388) (xy 134.919961 104.617157) (xy 134.652253 104.34898) (xy 134.302295 104.203665) + (xy 133.923367 104.203335) (xy 133.875672 104.223042) (xy 133.228806 103.576176) (xy 133.39502 103.410253) (xy 133.540335 103.060295) + (xy 133.540425 102.956784) (xy 138.747313 102.956784) (xy 138.911311 103.353689) (xy 139.214714 103.657622) (xy 139.611332 103.822313) + (xy 140.040784 103.822687) (xy 140.112553 103.793033) (xy 140.357714 104.038622) (xy 140.754332 104.203313) (xy 141.183784 104.203687) + (xy 141.456577 104.090971) (xy 145.776821 104.090971) (xy 145.934058 104.471515) (xy 146.224954 104.762919) (xy 146.605223 104.92082) + (xy 147.016971 104.921179) (xy 147.397515 104.763942) (xy 147.688919 104.473046) (xy 147.84682 104.092777) (xy 147.847071 103.804188) + (xy 167.774417 103.804188) (xy 167.836071 104.0398) (xy 168.33648 104.215927) (xy 168.866199 104.187148) (xy 169.221929 104.0398) + (xy 169.283583 103.804188) (xy 175.394417 103.804188) (xy 175.456071 104.0398) (xy 175.95648 104.215927) (xy 176.486199 104.187148) + (xy 176.841929 104.0398) (xy 176.903583 103.804188) (xy 176.149 103.049605) (xy 175.394417 103.804188) (xy 169.283583 103.804188) + (xy 168.529 103.049605) (xy 167.774417 103.804188) (xy 147.847071 103.804188) (xy 147.847179 103.681029) (xy 147.689942 103.300485) + (xy 147.399046 103.009081) (xy 147.018777 102.85118) (xy 146.607029 102.850821) (xy 146.226485 103.008058) (xy 145.935081 103.298954) + (xy 145.77718 103.679223) (xy 145.776821 104.090971) (xy 141.456577 104.090971) (xy 141.580689 104.039689) (xy 141.884622 103.736286) + (xy 142.049313 103.339668) (xy 142.049687 102.910216) (xy 141.97437 102.727935) (xy 150.812291 102.727935) (xy 150.995582 103.171535) + (xy 151.33468 103.511225) (xy 151.777959 103.69529) (xy 152.257935 103.695709) (xy 152.701535 103.512418) (xy 153.041225 103.17332) + (xy 153.22529 102.730041) (xy 153.225335 102.67748) (xy 167.183073 102.67748) (xy 167.211852 103.207199) (xy 167.3592 103.562929) + (xy 167.594812 103.624583) (xy 168.349395 102.87) (xy 168.708605 102.87) (xy 169.463188 103.624583) (xy 169.6988 103.562929) + (xy 169.874927 103.06252) (xy 169.854009 102.67748) (xy 174.803073 102.67748) (xy 174.831852 103.207199) (xy 174.9792 103.562929) + (xy 175.214812 103.624583) (xy 175.969395 102.87) (xy 176.328605 102.87) (xy 177.083188 103.624583) (xy 177.3188 103.562929) + (xy 177.487442 103.083784) (xy 178.625313 103.083784) (xy 178.789311 103.480689) (xy 179.092714 103.784622) (xy 179.489332 103.949313) + (xy 179.918784 103.949687) (xy 180.315689 103.785689) (xy 180.469646 103.632) (xy 180.736852 103.632) (xy 180.657665 103.822705) + (xy 180.657335 104.201633) (xy 180.763138 104.457696) (xy 180.657665 104.711705) (xy 180.657335 105.090633) (xy 180.802039 105.440843) + (xy 181.069747 105.70902) (xy 181.419705 105.854335) (xy 181.798633 105.854665) (xy 182.148843 105.709961) (xy 182.41702 105.442253) + (xy 182.562335 105.092295) (xy 182.562665 104.713367) (xy 182.456862 104.457304) (xy 182.562335 104.203295) (xy 182.562665 103.824367) + (xy 182.48318 103.632) (xy 183.95442 103.632) (xy 184.246025 103.573996) (xy 184.493235 103.408815) (xy 188.444039 99.458011) + (xy 193.643121 99.458011) (xy 193.800358 99.838555) (xy 194.091254 100.129959) (xy 194.471523 100.28786) (xy 194.883271 100.288219) + (xy 195.263815 100.130982) (xy 195.555219 99.840086) (xy 195.71312 99.459817) (xy 195.713479 99.048069) (xy 195.649317 98.892784) + (xy 196.024313 98.892784) (xy 196.188311 99.289689) (xy 196.491714 99.593622) (xy 196.888332 99.758313) (xy 197.317784 99.758687) + (xy 197.714689 99.594689) (xy 198.018622 99.291286) (xy 198.183313 98.894668) (xy 198.183326 98.878891) (xy 202.418821 98.878891) + (xy 202.576058 99.259435) (xy 202.866954 99.550839) (xy 203.247223 99.70874) (xy 203.658971 99.709099) (xy 204.039515 99.551862) + (xy 204.330919 99.260966) (xy 204.48882 98.880697) (xy 204.489179 98.468949) (xy 204.331942 98.088405) (xy 204.041046 97.797001) + (xy 203.660777 97.6391) (xy 203.249029 97.638741) (xy 202.868485 97.795978) (xy 202.577081 98.086874) (xy 202.41918 98.467143) + (xy 202.418821 98.878891) (xy 198.183326 98.878891) (xy 198.183687 98.465216) (xy 198.019689 98.068311) (xy 197.716286 97.764378) + (xy 197.319668 97.599687) (xy 196.890216 97.599313) (xy 196.493311 97.763311) (xy 196.189378 98.066714) (xy 196.024687 98.463332) + (xy 196.024313 98.892784) (xy 195.649317 98.892784) (xy 195.556242 98.667525) (xy 195.265346 98.376121) (xy 194.885077 98.21822) + (xy 194.473329 98.217861) (xy 194.092785 98.375098) (xy 193.801381 98.665994) (xy 193.64348 99.046263) (xy 193.643121 99.458011) + (xy 188.444039 99.458011) (xy 190.342587 97.559463) (xy 190.565734 97.782999) (xy 190.946003 97.9409) (xy 191.357751 97.941259) + (xy 191.738295 97.784022) (xy 192.029699 97.493126) (xy 192.1876 97.112857) (xy 192.187959 96.701109) (xy 192.044035 96.352784) + (xy 198.310313 96.352784) (xy 198.474311 96.749689) (xy 198.73951 97.015352) (xy 198.60918 97.329223) (xy 198.608821 97.740971) + (xy 198.766058 98.121515) (xy 199.056954 98.412919) (xy 199.437223 98.57082) (xy 199.848971 98.571179) (xy 200.229515 98.413942) + (xy 200.520919 98.123046) (xy 200.67882 97.742777) (xy 200.679179 97.331029) (xy 200.521942 96.950485) (xy 200.310047 96.73822) + (xy 200.469313 96.354668) (xy 200.469687 95.925216) (xy 200.305689 95.528311) (xy 200.002286 95.224378) (xy 199.605668 95.059687) + (xy 199.176216 95.059313) (xy 198.779311 95.223311) (xy 198.475378 95.526714) (xy 198.310687 95.923332) (xy 198.310313 96.352784) + (xy 192.044035 96.352784) (xy 192.030722 96.320565) (xy 191.806299 96.095751) (xy 197.039421 90.862629) (xy 197.2059 90.931757) + (xy 197.761661 90.932242) (xy 198.275303 90.72001) (xy 198.668629 90.32737) (xy 198.754949 90.119488) (xy 198.83999 90.325303) + (xy 199.23263 90.718629) (xy 199.7459 90.931757) (xy 200.301661 90.932242) (xy 200.815303 90.72001) (xy 201.208629 90.32737) + (xy 201.421757 89.8141) (xy 201.422242 89.258339) (xy 201.21001 88.744697) (xy 200.81737 88.351371) (xy 200.609488 88.265051) + (xy 200.815303 88.18001) (xy 201.208629 87.78737) (xy 201.421757 87.2741) (xy 201.422242 86.718339) (xy 201.21001 86.204697) + (xy 200.81737 85.811371) (xy 200.3041 85.598243) (xy 199.748339 85.597758) (xy 199.234697 85.80999) (xy 198.881237 86.162833) + (xy 198.850162 85.997683) (xy 198.71109 85.781559) (xy 198.49889 85.636569) (xy 198.247 85.58556) (xy 196.723 85.58556) + (xy 196.487683 85.629838) (xy 196.271559 85.76891) (xy 196.126569 85.98111) (xy 196.07556 86.233) (xy 196.07556 87.757) + (xy 196.119838 87.992317) (xy 196.25891 88.208441) (xy 196.47111 88.353431) (xy 196.654124 88.390492) (xy 196.301371 88.74263) + (xy 196.088243 89.2559) (xy 196.087891 89.658899) (xy 183.63879 102.108) (xy 180.469642 102.108) (xy 180.317286 101.955378) + (xy 179.920668 101.790687) (xy 179.491216 101.790313) (xy 179.094311 101.954311) (xy 178.790378 102.257714) (xy 178.625687 102.654332) + (xy 178.625313 103.083784) (xy 177.487442 103.083784) (xy 177.494927 103.06252) (xy 177.466148 102.532801) (xy 177.3188 102.177071) + (xy 177.083188 102.115417) (xy 176.328605 102.87) (xy 175.969395 102.87) (xy 175.214812 102.115417) (xy 174.9792 102.177071) + (xy 174.803073 102.67748) (xy 169.854009 102.67748) (xy 169.846148 102.532801) (xy 169.6988 102.177071) (xy 169.463188 102.115417) + (xy 168.708605 102.87) (xy 168.349395 102.87) (xy 167.594812 102.115417) (xy 167.3592 102.177071) (xy 167.183073 102.67748) + (xy 153.225335 102.67748) (xy 153.225709 102.250065) (xy 153.095863 101.935812) (xy 167.774417 101.935812) (xy 168.529 102.690395) + (xy 169.283583 101.935812) (xy 175.394417 101.935812) (xy 176.149 102.690395) (xy 176.903583 101.935812) (xy 176.841929 101.7002) + (xy 176.34152 101.524073) (xy 175.811801 101.552852) (xy 175.456071 101.7002) (xy 175.394417 101.935812) (xy 169.283583 101.935812) + (xy 169.221929 101.7002) (xy 168.72152 101.524073) (xy 168.191801 101.552852) (xy 167.836071 101.7002) (xy 167.774417 101.935812) + (xy 153.095863 101.935812) (xy 153.042418 101.806465) (xy 152.70332 101.466775) (xy 152.260041 101.28271) (xy 151.780065 101.282291) + (xy 151.336465 101.465582) (xy 150.996775 101.80468) (xy 150.81271 102.247959) (xy 150.812291 102.727935) (xy 141.97437 102.727935) + (xy 141.885689 102.513311) (xy 141.861644 102.489224) (xy 141.884622 102.466286) (xy 142.049313 102.069668) (xy 142.049687 101.640216) + (xy 141.885689 101.243311) (xy 141.582286 100.939378) (xy 141.185668 100.774687) (xy 140.756216 100.774313) (xy 140.359311 100.938311) + (xy 140.055378 101.241714) (xy 139.890687 101.638332) (xy 139.890665 101.663555) (xy 139.613216 101.663313) (xy 139.216311 101.827311) + (xy 138.912378 102.130714) (xy 138.747687 102.527332) (xy 138.747313 102.956784) (xy 133.540425 102.956784) (xy 133.540665 102.681367) + (xy 133.395961 102.331157) (xy 133.128253 102.06298) (xy 132.778295 101.917665) (xy 132.399367 101.917335) (xy 132.049157 102.062039) + (xy 131.78098 102.329747) (xy 131.635665 102.679705) (xy 131.635499 102.87) (xy 129.413 102.87) (xy 129.121395 102.928004) + (xy 129.022377 102.994166) (xy 128.874185 103.093184) (xy 128.112185 103.855185) (xy 127.947004 104.102395) (xy 127.889 104.394) + (xy 127.889 105.918) (xy 127.947004 106.209605) (xy 128.082885 106.412965) (xy 128.112185 106.456815) (xy 128.493184 106.837815) + (xy 128.648819 106.941807) (xy 128.740395 107.002996) (xy 128.93568 107.041841) (xy 128.968598 107.074816) (xy 128.968313 107.401784) + (xy 129.132311 107.798689) (xy 129.413 108.079868) (xy 129.413 110.950604) (xy 129.374668 110.934687) (xy 128.945216 110.934313) + (xy 128.548311 111.098311) (xy 128.244378 111.401714) (xy 128.079687 111.798332) (xy 128.079313 112.227784) (xy 128.227057 112.585351) + (xy 128.183216 112.585313) (xy 127.786311 112.749311) (xy 127.482378 113.052714) (xy 127.317687 113.449332) (xy 127.317313 113.878784) + (xy 127.481311 114.275689) (xy 127.784714 114.579622) (xy 128.181332 114.744313) (xy 128.610784 114.744687) (xy 129.007689 114.580689) + (xy 129.311622 114.277286) (xy 129.413 114.033142) (xy 129.413 115.697) (xy 129.471004 115.988605) (xy 129.608955 116.195062) + (xy 129.636185 116.235815) (xy 130.937 117.536631) (xy 130.937 124.206) (xy 130.995004 124.497605) (xy 131.039543 124.564262) + (xy 131.160185 124.744815) (xy 138.780184 132.364815) (xy 138.966494 132.489303) (xy 139.027395 132.529996) (xy 139.319 132.588) + (xy 155.51337 132.588) (xy 158.519857 135.594488) (xy 158.213697 135.72099) (xy 157.820371 136.11363) (xy 157.734051 136.321512) + (xy 157.64901 136.115697) (xy 157.25637 135.722371) (xy 156.7431 135.509243) (xy 156.187339 135.508758) (xy 155.673697 135.72099) + (xy 155.280371 136.11363) (xy 155.194051 136.321512) (xy 155.10901 136.115697) (xy 154.71637 135.722371) (xy 154.2031 135.509243) + (xy 153.647339 135.508758) (xy 153.133697 135.72099) (xy 152.740371 136.11363) (xy 152.654051 136.321512) (xy 152.56901 136.115697) + (xy 152.17637 135.722371) (xy 151.6631 135.509243) (xy 151.107339 135.508758) (xy 150.593697 135.72099) (xy 150.200371 136.11363) + (xy 150.114051 136.321512) (xy 150.02901 136.115697) (xy 149.63637 135.722371) (xy 149.1231 135.509243) (xy 148.567339 135.508758) + (xy 148.053697 135.72099) (xy 147.660371 136.11363) (xy 147.574051 136.321512) (xy 147.48901 136.115697) (xy 147.09637 135.722371) + (xy 146.5831 135.509243) (xy 146.027339 135.508758) (xy 145.513697 135.72099) (xy 145.120371 136.11363) (xy 145.034051 136.321512) + (xy 144.94901 136.115697) (xy 144.55637 135.722371) (xy 144.0431 135.509243) (xy 143.487339 135.508758) (xy 142.973697 135.72099) + (xy 142.580371 136.11363) (xy 142.494051 136.321512) (xy 142.40901 136.115697) (xy 142.01637 135.722371) (xy 141.5031 135.509243) + (xy 140.947339 135.508758) (xy 140.433697 135.72099) (xy 140.040371 136.11363) (xy 139.954051 136.321512) (xy 139.86901 136.115697) + (xy 139.519901 135.765978) (xy 139.74502 135.541253) (xy 139.890335 135.191295) (xy 139.890665 134.812367) (xy 139.745961 134.462157) + (xy 139.478253 134.19398) (xy 139.128295 134.048665) (xy 138.749367 134.048335) (xy 138.493304 134.154138) (xy 138.239295 134.048665) + (xy 137.860367 134.048335) (xy 137.604304 134.154138) (xy 137.350295 134.048665) (xy 136.971367 134.048335) (xy 136.715304 134.154138) + (xy 136.461295 134.048665) (xy 136.082367 134.048335) (xy 135.826304 134.154138) (xy 135.572295 134.048665) (xy 135.193367 134.048335) + (xy 134.937304 134.154138) (xy 134.683295 134.048665) (xy 134.304367 134.048335) (xy 134.048304 134.154138) (xy 133.794295 134.048665) + (xy 133.415367 134.048335) (xy 133.159304 134.154138) (xy 132.905295 134.048665) (xy 132.526367 134.048335) (xy 132.176157 134.193039) + (xy 131.90798 134.460747) (xy 131.762665 134.810705) (xy 131.762335 135.189633) (xy 131.907039 135.539843) (xy 132.174747 135.80802) + (xy 132.524705 135.953335) (xy 132.580897 135.953384) (xy 132.420371 136.11363) (xy 132.334051 136.321512) (xy 132.24901 136.115697) + (xy 131.85637 135.722371) (xy 131.3431 135.509243) (xy 130.787339 135.508758) (xy 130.273697 135.72099) (xy 129.880371 136.11363) + (xy 129.794051 136.321512) (xy 129.70901 136.115697) (xy 129.31637 135.722371) (xy 128.8031 135.509243) (xy 128.247339 135.508758) + (xy 127.733697 135.72099) (xy 127.340371 136.11363) (xy 127.254051 136.321512) (xy 127.16901 136.115697) (xy 126.77637 135.722371) + (xy 126.2631 135.509243) (xy 125.707339 135.508758) (xy 125.193697 135.72099) (xy 124.800371 136.11363) (xy 124.714051 136.321512) + (xy 124.62901 136.115697) (xy 124.23637 135.722371) (xy 123.7231 135.509243) (xy 123.167339 135.508758) (xy 122.653697 135.72099) + (xy 122.260371 136.11363) (xy 122.174051 136.321512) (xy 122.08901 136.115697) (xy 121.69637 135.722371) (xy 121.1831 135.509243) + (xy 120.627339 135.508758) (xy 120.113697 135.72099) (xy 119.720371 136.11363) (xy 119.634051 136.321512) (xy 119.54901 136.115697) + (xy 119.15637 135.722371) (xy 118.6431 135.509243) (xy 118.087339 135.508758) (xy 117.573697 135.72099) (xy 117.180371 136.11363) + (xy 117.094051 136.321512) (xy 117.00901 136.115697) (xy 116.61637 135.722371) (xy 116.1031 135.509243) (xy 115.547339 135.508758) + (xy 115.033697 135.72099) (xy 114.640371 136.11363) (xy 114.62776 136.144) (xy 114.480705 136.144) (xy 114.46901 136.115697) + (xy 114.07637 135.722371) (xy 113.5631 135.509243) (xy 113.007339 135.508758) (xy 112.493697 135.72099) (xy 112.100371 136.11363) + (xy 112.020605 136.305727) (xy 111.966397 136.174857) (xy 111.724213 136.105392) (xy 110.923605 136.906) (xy 111.724213 137.706608) + (xy 111.966397 137.637143) (xy 112.016509 137.496682) (xy 112.09899 137.696303) (xy 112.49163 138.089629) (xy 112.699512 138.175949) + (xy 112.493697 138.26099) (xy 112.100371 138.65363) (xy 112.014051 138.861512) (xy 111.92901 138.655697) (xy 111.53637 138.262371) + (xy 111.344273 138.182605) (xy 111.475143 138.128397) (xy 111.544608 137.886213) (xy 110.744 137.085605) (xy 109.943392 137.886213) + (xy 110.012857 138.128397) (xy 110.153318 138.178509) (xy 109.953697 138.26099) (xy 109.560371 138.65363) (xy 109.347243 139.1669) + (xy 109.346758 139.722661) (xy 102.000091 139.722661) (xy 102.000179 139.622029) (xy 101.842942 139.241485) (xy 101.552046 138.950081) + (xy 101.171777 138.79218) (xy 100.760029 138.791821) (xy 100.379485 138.949058) (xy 100.088081 139.239954) (xy 99.93018 139.620223) + (xy 99.929821 140.031971) (xy 90.30337 140.031971) (xy 90.21932 139.947775) (xy 89.776041 139.76371) (xy 89.296065 139.763291) + (xy 88.852465 139.946582) (xy 88.512775 140.28568) (xy 88.32871 140.728959) (xy 88.328291 141.208935) (xy 72.517 141.208935) + (xy 72.517 138.795935) (xy 82.232291 138.795935) (xy 82.415582 139.239535) (xy 82.75468 139.579225) (xy 83.197959 139.76329) + (xy 83.677935 139.763709) (xy 84.121535 139.580418) (xy 84.461225 139.24132) (xy 84.64529 138.798041) (xy 84.645709 138.318065) + (xy 84.462418 137.874465) (xy 84.12332 137.534775) (xy 83.680041 137.35071) (xy 83.200065 137.350291) (xy 82.756465 137.533582) + (xy 82.416775 137.87268) (xy 82.23271 138.315959) (xy 82.232291 138.795935) (xy 72.517 138.795935) (xy 72.517 137.759213) + (xy 75.526392 137.759213) (xy 75.595857 138.001397) (xy 76.119302 138.188144) (xy 76.674368 138.160362) (xy 77.058143 138.001397) + (xy 77.127608 137.759213) (xy 76.327 136.958605) (xy 75.526392 137.759213) (xy 72.517 137.759213) (xy 72.517 136.571302) + (xy 74.917856 136.571302) (xy 74.945638 137.126368) (xy 75.104603 137.510143) (xy 75.346787 137.579608) (xy 76.147395 136.779) + (xy 75.346787 135.978392) (xy 75.104603 136.047857) (xy 74.917856 136.571302) (xy 72.517 136.571302) (xy 72.517 116.251302) + (xy 74.917856 116.251302) (xy 74.945638 116.806368) (xy 75.104603 117.190143) (xy 75.346787 117.259608) (xy 76.147395 116.459) + (xy 75.346787 115.658392) (xy 75.104603 115.727857) (xy 74.917856 116.251302) (xy 72.517 116.251302) (xy 72.517 105.537) + (xy 74.91756 105.537) (xy 74.91756 107.061) (xy 74.961838 107.296317) (xy 75.10091 107.512441) (xy 75.31311 107.657431) + (xy 75.496124 107.694492) (xy 75.143371 108.04663) (xy 74.930243 108.5599) (xy 74.929758 109.115661) (xy 75.14199 109.629303) + (xy 75.53463 110.022629) (xy 75.742512 110.108949) (xy 75.536697 110.19399) (xy 75.143371 110.58663) (xy 74.930243 111.0999) + (xy 74.929758 111.655661) (xy 75.14199 112.169303) (xy 75.53463 112.562629) (xy 75.742512 112.648949) (xy 75.536697 112.73399) + (xy 75.143371 113.12663) (xy 74.930243 113.6399) (xy 74.929758 114.195661) (xy 75.14199 114.709303) (xy 75.53463 115.102629) + (xy 75.726727 115.182395) (xy 75.595857 115.236603) (xy 75.526392 115.478787) (xy 76.327 116.279395) (xy 77.127608 115.478787) + (xy 77.058143 115.236603) (xy 76.917682 115.186491) (xy 77.117303 115.10401) (xy 77.510629 114.71137) (xy 77.596949 114.503488) + (xy 77.68199 114.709303) (xy 78.07463 115.102629) (xy 78.282512 115.188949) (xy 78.076697 115.27399) (xy 77.683371 115.66663) + (xy 77.603605 115.858727) (xy 77.549397 115.727857) (xy 77.307213 115.658392) (xy 76.506605 116.459) (xy 77.307213 117.259608) + (xy 77.549397 117.190143) (xy 77.599509 117.049682) (xy 77.68199 117.249303) (xy 78.07463 117.642629) (xy 78.282512 117.728949) + (xy 78.076697 117.81399) (xy 77.683371 118.20663) (xy 77.597051 118.414512) (xy 77.51201 118.208697) (xy 77.11937 117.815371) + (xy 76.927273 117.735605) (xy 77.058143 117.681397) (xy 77.127608 117.439213) (xy 76.327 116.638605) (xy 75.526392 117.439213) + (xy 75.595857 117.681397) (xy 75.736318 117.731509) (xy 75.536697 117.81399) (xy 75.143371 118.20663) (xy 74.930243 118.7199) + (xy 74.929758 119.275661) (xy 75.14199 119.789303) (xy 75.53463 120.182629) (xy 75.742512 120.268949) (xy 75.536697 120.35399) + (xy 75.143371 120.74663) (xy 74.930243 121.2599) (xy 74.929758 121.815661) (xy 75.14199 122.329303) (xy 75.53463 122.722629) + (xy 75.742512 122.808949) (xy 75.536697 122.89399) (xy 75.143371 123.28663) (xy 74.930243 123.7999) (xy 74.929758 124.355661) + (xy 75.14199 124.869303) (xy 75.53463 125.262629) (xy 75.742512 125.348949) (xy 75.536697 125.43399) (xy 75.143371 125.82663) + (xy 74.930243 126.3399) (xy 74.929758 126.895661) (xy 75.14199 127.409303) (xy 75.53463 127.802629) (xy 75.742512 127.888949) + (xy 75.536697 127.97399) (xy 75.143371 128.36663) (xy 74.930243 128.8799) (xy 74.929758 129.435661) (xy 75.14199 129.949303) + (xy 75.53463 130.342629) (xy 75.742512 130.428949) (xy 75.536697 130.51399) (xy 75.143371 130.90663) (xy 74.930243 131.4199) + (xy 74.929758 131.975661) (xy 75.14199 132.489303) (xy 75.53463 132.882629) (xy 75.742512 132.968949) (xy 75.536697 133.05399) + (xy 75.143371 133.44663) (xy 74.930243 133.9599) (xy 74.929758 134.515661) (xy 75.14199 135.029303) (xy 75.53463 135.422629) + (xy 75.726727 135.502395) (xy 75.595857 135.556603) (xy 75.526392 135.798787) (xy 76.327 136.599395) (xy 77.127608 135.798787) + (xy 77.058143 135.556603) (xy 76.917682 135.506491) (xy 77.117303 135.42401) (xy 77.510629 135.03137) (xy 77.596949 134.823488) + (xy 77.68199 135.029303) (xy 78.07463 135.422629) (xy 78.282512 135.508949) (xy 78.076697 135.59399) (xy 77.683371 135.98663) + (xy 77.603605 136.178727) (xy 77.549397 136.047857) (xy 77.307213 135.978392) (xy 76.506605 136.779) (xy 77.307213 137.579608) + (xy 77.549397 137.510143) (xy 77.599509 137.369682) (xy 77.68199 137.569303) (xy 78.07463 137.962629) (xy 78.5879 138.175757) + (xy 79.143661 138.176242) (xy 79.657303 137.96401) (xy 80.050629 137.57137) (xy 80.263757 137.0581) (xy 80.26407 136.698302) + (xy 109.334856 136.698302) (xy 109.362638 137.253368) (xy 109.521603 137.637143) (xy 109.763787 137.706608) (xy 110.564395 136.906) + (xy 109.763787 136.105392) (xy 109.521603 136.174857) (xy 109.334856 136.698302) (xy 80.26407 136.698302) (xy 80.264242 136.502339) + (xy 80.05201 135.988697) (xy 79.65937 135.595371) (xy 79.451488 135.509051) (xy 79.657303 135.42401) (xy 80.050629 135.03137) + (xy 80.263757 134.5181) (xy 80.263792 134.477935) (xy 82.232291 134.477935) (xy 82.415582 134.921535) (xy 82.75468 135.261225) + (xy 83.197959 135.44529) (xy 83.677935 135.445709) (xy 84.121535 135.262418) (xy 84.461225 134.92332) (xy 84.472294 134.896661) + (xy 87.502758 134.896661) (xy 87.71499 135.410303) (xy 88.10763 135.803629) (xy 88.6209 136.016757) (xy 89.176661 136.017242) + (xy 89.690303 135.80501) (xy 90.043763 135.452167) (xy 90.074838 135.617317) (xy 90.21391 135.833441) (xy 90.42611 135.978431) + (xy 90.678 136.02944) (xy 92.202 136.02944) (xy 92.437317 135.985162) (xy 92.529588 135.925787) (xy 109.943392 135.925787) + (xy 110.744 136.726395) (xy 111.544608 135.925787) (xy 111.475143 135.683603) (xy 110.951698 135.496856) (xy 110.396632 135.524638) + (xy 110.012857 135.683603) (xy 109.943392 135.925787) (xy 92.529588 135.925787) (xy 92.653441 135.84609) (xy 92.798431 135.63389) + (xy 92.84944 135.382) (xy 92.84944 133.858) (xy 92.805162 133.622683) (xy 92.66609 133.406559) (xy 92.45389 133.261569) + (xy 92.202 133.21056) (xy 90.678 133.21056) (xy 90.442683 133.254838) (xy 90.226559 133.39391) (xy 90.081569 133.60611) + (xy 90.044508 133.789124) (xy 89.69237 133.436371) (xy 89.1791 133.223243) (xy 88.623339 133.222758) (xy 88.109697 133.43499) + (xy 87.716371 133.82763) (xy 87.503243 134.3409) (xy 87.502758 134.896661) (xy 84.472294 134.896661) (xy 84.64529 134.480041) + (xy 84.645709 134.000065) (xy 84.462418 133.556465) (xy 84.12332 133.216775) (xy 83.680041 133.03271) (xy 83.200065 133.032291) + (xy 82.756465 133.215582) (xy 82.416775 133.55468) (xy 82.23271 133.997959) (xy 82.232291 134.477935) (xy 80.263792 134.477935) + (xy 80.264242 133.962339) (xy 80.05201 133.448697) (xy 79.65937 133.055371) (xy 79.451488 132.969051) (xy 79.657303 132.88401) + (xy 79.748501 132.792971) (xy 85.705821 132.792971) (xy 85.863058 133.173515) (xy 86.153954 133.464919) (xy 86.534223 133.62282) + (xy 86.945971 133.623179) (xy 87.326515 133.465942) (xy 87.617919 133.175046) (xy 87.77582 132.794777) (xy 87.776179 132.383029) + (xy 87.618942 132.002485) (xy 87.328046 131.711081) (xy 86.947777 131.55318) (xy 86.536029 131.552821) (xy 86.155485 131.710058) + (xy 85.864081 132.000954) (xy 85.70618 132.381223) (xy 85.705821 132.792971) (xy 79.748501 132.792971) (xy 80.050629 132.49137) + (xy 80.263757 131.9781) (xy 80.264242 131.422339) (xy 80.05201 130.908697) (xy 79.65937 130.515371) (xy 79.451488 130.429051) + (xy 79.657303 130.34401) (xy 80.050629 129.95137) (xy 80.263757 129.4381) (xy 80.264242 128.882339) (xy 80.05201 128.368697) + (xy 79.65937 127.975371) (xy 79.451488 127.889051) (xy 79.657303 127.80401) (xy 80.050629 127.41137) (xy 80.263757 126.8981) + (xy 80.264242 126.342339) (xy 80.188411 126.158812) (xy 121.919736 126.158812) (xy 122.151262 126.719149) (xy 122.579596 127.148231) + (xy 123.139528 127.380735) (xy 123.745812 127.381264) (xy 124.306149 127.149738) (xy 124.735231 126.721404) (xy 124.967735 126.161472) + (xy 124.968264 125.555188) (xy 124.736738 124.994851) (xy 124.308404 124.565769) (xy 123.748472 124.333265) (xy 123.142188 124.332736) + (xy 122.581851 124.564262) (xy 122.152769 124.992596) (xy 121.920265 125.552528) (xy 121.919736 126.158812) (xy 80.188411 126.158812) + (xy 80.05201 125.828697) (xy 79.65937 125.435371) (xy 79.451488 125.349051) (xy 79.657303 125.26401) (xy 80.050629 124.87137) + (xy 80.263757 124.3581) (xy 80.264242 123.802339) (xy 80.05201 123.288697) (xy 79.65937 122.895371) (xy 79.451488 122.809051) + (xy 79.657303 122.72401) (xy 80.050629 122.33137) (xy 80.263757 121.8181) (xy 80.264242 121.262339) (xy 80.188411 121.078812) + (xy 121.919736 121.078812) (xy 122.151262 121.639149) (xy 122.579596 122.068231) (xy 123.139528 122.300735) (xy 123.745812 122.301264) + (xy 124.306149 122.069738) (xy 124.735231 121.641404) (xy 124.967735 121.081472) (xy 124.968264 120.475188) (xy 124.736738 119.914851) + (xy 124.308404 119.485769) (xy 123.748472 119.253265) (xy 123.142188 119.252736) (xy 122.581851 119.484262) (xy 122.152769 119.912596) + (xy 121.920265 120.472528) (xy 121.919736 121.078812) (xy 80.188411 121.078812) (xy 80.05201 120.748697) (xy 79.65937 120.355371) + (xy 79.451488 120.269051) (xy 79.657303 120.18401) (xy 80.050629 119.79137) (xy 80.263757 119.2781) (xy 80.263924 119.085784) + (xy 100.012313 119.085784) (xy 100.176311 119.482689) (xy 100.479714 119.786622) (xy 100.876332 119.951313) (xy 101.305784 119.951687) + (xy 101.702689 119.787689) (xy 102.006622 119.484286) (xy 102.171313 119.087668) (xy 102.171687 118.658216) (xy 102.007689 118.261311) + (xy 101.704286 117.957378) (xy 101.307668 117.792687) (xy 100.878216 117.792313) (xy 100.481311 117.956311) (xy 100.177378 118.259714) + (xy 100.012687 118.656332) (xy 100.012313 119.085784) (xy 80.263924 119.085784) (xy 80.264242 118.722339) (xy 80.05201 118.208697) + (xy 79.659783 117.815784) (xy 94.678313 117.815784) (xy 94.842311 118.212689) (xy 95.145714 118.516622) (xy 95.542332 118.681313) + (xy 95.971784 118.681687) (xy 96.368689 118.517689) (xy 96.672622 118.214286) (xy 96.837313 117.817668) (xy 96.837687 117.388216) + (xy 96.673689 116.991311) (xy 96.370286 116.687378) (xy 96.029292 116.545784) (xy 116.649313 116.545784) (xy 116.813311 116.942689) + (xy 117.116714 117.246622) (xy 117.513332 117.411313) (xy 117.942784 117.411687) (xy 118.339689 117.247689) (xy 118.643622 116.944286) + (xy 118.808313 116.547668) (xy 118.808687 116.118216) (xy 118.644689 115.721311) (xy 118.453496 115.529784) (xy 121.348313 115.529784) + (xy 121.512311 115.926689) (xy 121.815714 116.230622) (xy 122.212332 116.395313) (xy 122.641784 116.395687) (xy 123.038689 116.231689) + (xy 123.342622 115.928286) (xy 123.507313 115.531668) (xy 123.507687 115.102216) (xy 123.343689 114.705311) (xy 123.040286 114.401378) + (xy 122.643668 114.236687) (xy 122.214216 114.236313) (xy 121.817311 114.400311) (xy 121.513378 114.703714) (xy 121.348687 115.100332) + (xy 121.348313 115.529784) (xy 118.453496 115.529784) (xy 118.341286 115.417378) (xy 117.944668 115.252687) (xy 117.515216 115.252313) + (xy 117.118311 115.416311) (xy 116.814378 115.719714) (xy 116.649687 116.116332) (xy 116.649313 116.545784) (xy 96.029292 116.545784) + (xy 95.973668 116.522687) (xy 95.544216 116.522313) (xy 95.147311 116.686311) (xy 94.843378 116.989714) (xy 94.678687 117.386332) + (xy 94.678313 117.815784) (xy 79.659783 117.815784) (xy 79.65937 117.815371) (xy 79.451488 117.729051) (xy 79.657303 117.64401) + (xy 80.050629 117.25137) (xy 80.263757 116.7381) (xy 80.264242 116.182339) (xy 80.05201 115.668697) (xy 79.91334 115.529784) + (xy 82.232313 115.529784) (xy 82.396311 115.926689) (xy 82.699714 116.230622) (xy 83.096332 116.395313) (xy 83.525784 116.395687) + (xy 83.922689 116.231689) (xy 84.226622 115.928286) (xy 84.391313 115.531668) (xy 84.391535 115.275784) (xy 94.678313 115.275784) + (xy 94.842311 115.672689) (xy 95.145714 115.976622) (xy 95.542332 116.141313) (xy 95.971784 116.141687) (xy 96.368689 115.977689) + (xy 96.672622 115.674286) (xy 96.837313 115.277668) (xy 96.837314 115.275784) (xy 100.012313 115.275784) (xy 100.176311 115.672689) + (xy 100.479714 115.976622) (xy 100.876332 116.141313) (xy 101.305784 116.141687) (xy 101.702689 115.977689) (xy 102.006622 115.674286) + (xy 102.171313 115.277668) (xy 102.171687 114.848216) (xy 102.007689 114.451311) (xy 101.704286 114.147378) (xy 101.307668 113.982687) + (xy 100.878216 113.982313) (xy 100.481311 114.146311) (xy 100.177378 114.449714) (xy 100.012687 114.846332) (xy 100.012313 115.275784) + (xy 96.837314 115.275784) (xy 96.837687 114.848216) (xy 96.673689 114.451311) (xy 96.370286 114.147378) (xy 95.973668 113.982687) + (xy 95.544216 113.982313) (xy 95.147311 114.146311) (xy 94.843378 114.449714) (xy 94.678687 114.846332) (xy 94.678313 115.275784) + (xy 84.391535 115.275784) (xy 84.391687 115.102216) (xy 84.227689 114.705311) (xy 83.924286 114.401378) (xy 83.527668 114.236687) + (xy 83.098216 114.236313) (xy 82.701311 114.400311) (xy 82.397378 114.703714) (xy 82.232687 115.100332) (xy 82.232313 115.529784) + (xy 79.91334 115.529784) (xy 79.65937 115.275371) (xy 79.451488 115.189051) (xy 79.657303 115.10401) (xy 80.050629 114.71137) + (xy 80.263757 114.1981) (xy 80.264242 113.642339) (xy 80.05201 113.128697) (xy 79.65937 112.735371) (xy 79.451488 112.649051) + (xy 79.657303 112.56401) (xy 79.866894 112.354784) (xy 86.550313 112.354784) (xy 86.714311 112.751689) (xy 87.017714 113.055622) + (xy 87.414332 113.220313) (xy 87.843784 113.220687) (xy 88.240689 113.056689) (xy 88.544622 112.753286) (xy 88.709313 112.356668) + (xy 88.7095 112.141) (xy 90.28456 112.141) (xy 90.28456 113.665) (xy 90.328838 113.900317) (xy 90.46791 114.116441) + (xy 90.68011 114.261431) (xy 90.932 114.31244) (xy 92.456 114.31244) (xy 92.691317 114.268162) (xy 92.907441 114.12909) + (xy 93.052431 113.91689) (xy 93.089492 113.733876) (xy 93.44163 114.086629) (xy 93.9549 114.299757) (xy 94.510661 114.300242) + (xy 95.024303 114.08801) (xy 95.417629 113.69537) (xy 95.630757 113.1821) (xy 95.631154 112.726971) (xy 102.342821 112.726971) + (xy 102.500058 113.107515) (xy 102.790954 113.398919) (xy 103.171223 113.55682) (xy 103.582971 113.557179) (xy 103.963515 113.399942) + (xy 104.254919 113.109046) (xy 104.41282 112.728777) (xy 104.413179 112.317029) (xy 104.255942 111.936485) (xy 103.965046 111.645081) + (xy 103.584777 111.48718) (xy 103.173029 111.486821) (xy 102.792485 111.644058) (xy 102.501081 111.934954) (xy 102.34318 112.315223) + (xy 102.342821 112.726971) (xy 95.631154 112.726971) (xy 95.631242 112.626339) (xy 95.41901 112.112697) (xy 95.02637 111.719371) + (xy 94.5131 111.506243) (xy 93.957339 111.505758) (xy 93.443697 111.71799) (xy 93.090237 112.070833) (xy 93.059162 111.905683) + (xy 92.92009 111.689559) (xy 92.70789 111.544569) (xy 92.456 111.49356) (xy 90.932 111.49356) (xy 90.696683 111.537838) + (xy 90.480559 111.67691) (xy 90.335569 111.88911) (xy 90.28456 112.141) (xy 88.7095 112.141) (xy 88.709687 111.927216) + (xy 88.545689 111.530311) (xy 88.242286 111.226378) (xy 87.845668 111.061687) (xy 87.416216 111.061313) (xy 87.019311 111.225311) + (xy 86.715378 111.528714) (xy 86.550687 111.925332) (xy 86.550313 112.354784) (xy 79.866894 112.354784) (xy 80.050629 112.17137) + (xy 80.263757 111.6581) (xy 80.264242 111.102339) (xy 80.05201 110.588697) (xy 79.65937 110.195371) (xy 79.527828 110.14075) + (xy 111.125 110.14075) (xy 111.125 110.74331) (xy 111.221673 110.976699) (xy 111.400302 111.155327) (xy 111.633691 111.252) + (xy 112.23625 111.252) (xy 112.395 111.09325) (xy 112.395 109.982) (xy 111.28375 109.982) (xy 111.125 110.14075) + (xy 79.527828 110.14075) (xy 79.451488 110.109051) (xy 79.657303 110.02401) (xy 80.050629 109.63137) (xy 80.08967 109.537349) + (xy 80.452633 109.537665) (xy 80.802843 109.392961) (xy 81.026155 109.17004) (xy 81.247747 109.39202) (xy 81.597705 109.537335) + (xy 81.976633 109.537665) (xy 82.326843 109.392961) (xy 82.59502 109.125253) (xy 82.740335 108.775295) (xy 82.740336 108.773633) + (xy 82.867335 108.773633) (xy 83.012039 109.123843) (xy 83.279747 109.39202) (xy 83.629705 109.537335) (xy 84.008633 109.537665) + (xy 84.328353 109.405559) (xy 84.645705 109.537335) (xy 85.024633 109.537665) (xy 85.374843 109.392961) (xy 85.64302 109.125253) + (xy 85.70886 108.96669) (xy 111.125 108.96669) (xy 111.125 109.56925) (xy 111.28375 109.728) (xy 112.395 109.728) + (xy 112.395 108.61675) (xy 112.649 108.61675) (xy 112.649 109.728) (xy 112.669 109.728) (xy 112.669 109.982) + (xy 112.649 109.982) (xy 112.649 111.09325) (xy 112.80775 111.252) (xy 113.410309 111.252) (xy 113.643698 111.155327) + (xy 113.822327 110.976699) (xy 113.919 110.74331) (xy 113.919 110.687386) (xy 114.26963 111.038629) (xy 114.7829 111.251757) + (xy 115.338661 111.252242) (xy 115.852303 111.04001) (xy 116.245629 110.64737) (xy 116.278598 110.567971) (xy 122.535821 110.567971) + (xy 122.693058 110.948515) (xy 122.983954 111.239919) (xy 123.364223 111.39782) (xy 123.775971 111.398179) (xy 124.156515 111.240942) + (xy 124.447919 110.950046) (xy 124.60582 110.569777) (xy 124.606179 110.158029) (xy 124.448942 109.777485) (xy 124.158046 109.486081) + (xy 123.777777 109.32818) (xy 123.366029 109.327821) (xy 122.985485 109.485058) (xy 122.694081 109.775954) (xy 122.53618 110.156223) + (xy 122.535821 110.567971) (xy 116.278598 110.567971) (xy 116.458757 110.1341) (xy 116.459242 109.578339) (xy 116.24701 109.064697) + (xy 115.85437 108.671371) (xy 115.3411 108.458243) (xy 114.785339 108.457758) (xy 114.271697 108.66999) (xy 113.919 109.022072) + (xy 113.919 108.96669) (xy 113.822327 108.733301) (xy 113.643698 108.554673) (xy 113.410309 108.458) (xy 112.80775 108.458) + (xy 112.649 108.61675) (xy 112.395 108.61675) (xy 112.23625 108.458) (xy 111.633691 108.458) (xy 111.400302 108.554673) + (xy 111.221673 108.733301) (xy 111.125 108.96669) (xy 85.70886 108.96669) (xy 85.788335 108.775295) (xy 85.788665 108.396367) + (xy 85.643961 108.046157) (xy 85.376253 107.77798) (xy 85.026295 107.632665) (xy 84.647367 107.632335) (xy 84.327647 107.764441) + (xy 84.010295 107.632665) (xy 83.631367 107.632335) (xy 83.281157 107.777039) (xy 83.01298 108.044747) (xy 82.867665 108.394705) + (xy 82.867335 108.773633) (xy 82.740336 108.773633) (xy 82.740665 108.396367) (xy 82.595961 108.046157) (xy 82.328253 107.77798) + (xy 81.978295 107.632665) (xy 81.599367 107.632335) (xy 81.249157 107.777039) (xy 81.025845 107.99996) (xy 80.804253 107.77798) + (xy 80.454295 107.632665) (xy 80.075367 107.632335) (xy 79.764569 107.760754) (xy 79.65937 107.655371) (xy 79.451488 107.569051) + (xy 79.657303 107.48401) (xy 80.050629 107.09137) (xy 80.263757 106.5781) (xy 80.264242 106.022339) (xy 80.05201 105.508697) + (xy 79.777764 105.233971) (xy 117.836821 105.233971) (xy 117.994058 105.614515) (xy 118.284954 105.905919) (xy 118.665223 106.06382) + (xy 119.076971 106.064179) (xy 119.457515 105.906942) (xy 119.748919 105.616046) (xy 119.8021 105.487971) (xy 122.408821 105.487971) + (xy 122.566058 105.868515) (xy 122.856954 106.159919) (xy 123.237223 106.31782) (xy 123.648971 106.318179) (xy 124.029515 106.160942) + (xy 124.320919 105.870046) (xy 124.47882 105.489777) (xy 124.479179 105.078029) (xy 124.321942 104.697485) (xy 124.031046 104.406081) + (xy 123.650777 104.24818) (xy 123.239029 104.247821) (xy 122.858485 104.405058) (xy 122.567081 104.695954) (xy 122.40918 105.076223) + (xy 122.408821 105.487971) (xy 119.8021 105.487971) (xy 119.90682 105.235777) (xy 119.907179 104.824029) (xy 119.749942 104.443485) + (xy 119.459046 104.152081) (xy 119.078777 103.99418) (xy 118.667029 103.993821) (xy 118.286485 104.151058) (xy 117.995081 104.441954) + (xy 117.83718 104.822223) (xy 117.836821 105.233971) (xy 79.777764 105.233971) (xy 79.65937 105.115371) (xy 79.1461 104.902243) + (xy 78.590339 104.901758) (xy 78.076697 105.11399) (xy 77.723237 105.466833) (xy 77.692162 105.301683) (xy 77.55309 105.085559) + (xy 77.34089 104.940569) (xy 77.089 104.88956) (xy 75.565 104.88956) (xy 75.329683 104.933838) (xy 75.113559 105.07291) + (xy 74.968569 105.28511) (xy 74.91756 105.537) (xy 72.517 105.537) (xy 72.517 100.61575) (xy 87.376 100.61575) + (xy 87.376 101.345309) (xy 87.472673 101.578698) (xy 87.651301 101.757327) (xy 87.88469 101.854) (xy 88.61425 101.854) + (xy 88.773 101.69525) (xy 88.773 100.457) (xy 89.027 100.457) (xy 89.027 101.69525) (xy 89.18575 101.854) + (xy 89.91531 101.854) (xy 90.148699 101.757327) (xy 90.327327 101.578698) (xy 90.424 101.345309) (xy 90.424 100.924784) + (xy 101.790313 100.924784) (xy 101.954311 101.321689) (xy 102.257714 101.625622) (xy 102.654332 101.790313) (xy 103.061176 101.790667) + (xy 103.166138 102.044696) (xy 103.060665 102.298705) (xy 103.060335 102.677633) (xy 103.166138 102.933696) (xy 103.060665 103.187705) + (xy 103.060335 103.566633) (xy 103.205039 103.916843) (xy 103.472747 104.18502) (xy 103.822705 104.330335) (xy 104.201633 104.330665) + (xy 104.551843 104.185961) (xy 104.82002 103.918253) (xy 104.965335 103.568295) (xy 104.965665 103.189367) (xy 104.859862 102.933304) + (xy 104.906506 102.820971) (xy 120.122821 102.820971) (xy 120.280058 103.201515) (xy 120.570954 103.492919) (xy 120.951223 103.65082) + (xy 121.362971 103.651179) (xy 121.743515 103.493942) (xy 122.034919 103.203046) (xy 122.19282 102.822777) (xy 122.193179 102.411029) + (xy 122.035942 102.030485) (xy 121.745046 101.739081) (xy 121.364777 101.58118) (xy 120.953029 101.580821) (xy 120.572485 101.738058) + (xy 120.281081 102.028954) (xy 120.12318 102.409223) (xy 120.122821 102.820971) (xy 104.906506 102.820971) (xy 104.965335 102.679295) + (xy 104.965665 102.300367) (xy 104.859862 102.044304) (xy 104.965335 101.790295) (xy 104.965665 101.411367) (xy 104.859862 101.155304) + (xy 104.965335 100.901295) (xy 104.965665 100.522367) (xy 104.865923 100.280971) (xy 145.776821 100.280971) (xy 145.934058 100.661515) + (xy 146.224954 100.952919) (xy 146.605223 101.11082) (xy 147.016971 101.111179) (xy 147.397515 100.953942) (xy 147.688919 100.663046) + (xy 147.84682 100.282777) (xy 147.847179 99.871029) (xy 147.689942 99.490485) (xy 147.399046 99.199081) (xy 147.018777 99.04118) + (xy 146.607029 99.040821) (xy 146.226485 99.198058) (xy 145.935081 99.488954) (xy 145.77718 99.869223) (xy 145.776821 100.280971) + (xy 104.865923 100.280971) (xy 104.820961 100.172157) (xy 104.553253 99.90398) (xy 104.203295 99.758665) (xy 103.824367 99.758335) + (xy 103.555294 99.869514) (xy 103.482286 99.796378) (xy 103.085668 99.631687) (xy 102.656216 99.631313) (xy 102.259311 99.795311) + (xy 101.955378 100.098714) (xy 101.790687 100.495332) (xy 101.790313 100.924784) (xy 90.424 100.924784) (xy 90.424 100.61575) + (xy 90.26525 100.457) (xy 89.027 100.457) (xy 88.773 100.457) (xy 87.53475 100.457) (xy 87.376 100.61575) + (xy 72.517 100.61575) (xy 72.517 99.314691) (xy 87.376 99.314691) (xy 87.376 100.04425) (xy 87.53475 100.203) + (xy 88.773 100.203) (xy 88.773 98.96475) (xy 89.027 98.96475) (xy 89.027 100.203) (xy 90.26525 100.203) + (xy 90.424 100.04425) (xy 90.424 99.314691) (xy 90.327327 99.081302) (xy 90.148699 98.902673) (xy 89.91531 98.806) + (xy 89.18575 98.806) (xy 89.027 98.96475) (xy 88.773 98.96475) (xy 88.61425 98.806) (xy 87.88469 98.806) + (xy 87.651301 98.902673) (xy 87.472673 99.081302) (xy 87.376 99.314691) (xy 72.517 99.314691) (xy 72.517 95.551812) + (xy 87.375736 95.551812) (xy 87.607262 96.112149) (xy 88.035596 96.541231) (xy 88.595528 96.773735) (xy 89.201812 96.774264) + (xy 89.762149 96.542738) (xy 90.191231 96.114404) (xy 90.423735 95.554472) (xy 90.424222 94.996) (xy 96.38056 94.996) + (xy 96.38056 96.52) (xy 96.424838 96.755317) (xy 96.56391 96.971441) (xy 96.77611 97.116431) (xy 97.028 97.16744) + (xy 98.552 97.16744) (xy 98.787317 97.123162) (xy 99.003441 96.98409) (xy 99.148431 96.77189) (xy 99.19944 96.52) + (xy 99.19944 95.996935) (xy 99.250291 95.996935) (xy 99.433582 96.440535) (xy 99.77268 96.780225) (xy 100.215959 96.96429) + (xy 100.695935 96.964709) (xy 101.139535 96.781418) (xy 101.479225 96.44232) (xy 101.66329 95.999041) (xy 101.663709 95.519065) + (xy 101.480418 95.075465) (xy 101.14132 94.735775) (xy 100.698041 94.55171) (xy 100.218065 94.551291) (xy 99.774465 94.734582) + (xy 99.434775 95.07368) (xy 99.25071 95.516959) (xy 99.250291 95.996935) (xy 99.19944 95.996935) (xy 99.19944 94.996) + (xy 99.155162 94.760683) (xy 99.01609 94.544559) (xy 98.80389 94.399569) (xy 98.620876 94.362508) (xy 98.973629 94.01037) + (xy 99.186757 93.4971) (xy 99.187242 92.941339) (xy 99.03918 92.583) (xy 111.11256 92.583) (xy 111.11256 94.107) + (xy 111.156838 94.342317) (xy 111.29591 94.558441) (xy 111.37777 94.614374) (xy 111.308559 94.65891) (xy 111.163569 94.87111) + (xy 111.11256 95.123) (xy 111.11256 96.647) (xy 111.156838 96.882317) (xy 111.29591 97.098441) (xy 111.37777 97.154374) + (xy 111.308559 97.19891) (xy 111.163569 97.41111) (xy 111.11256 97.663) (xy 111.11256 99.187) (xy 111.156838 99.422317) + (xy 111.29591 99.638441) (xy 111.50811 99.783431) (xy 111.76 99.83444) (xy 113.284 99.83444) (xy 113.519317 99.790162) + (xy 113.735441 99.65109) (xy 113.880431 99.43889) (xy 113.917492 99.255876) (xy 114.26963 99.608629) (xy 114.7829 99.821757) + (xy 115.338661 99.822242) (xy 115.852303 99.61001) (xy 116.197944 99.264971) (xy 122.535821 99.264971) (xy 122.693058 99.645515) + (xy 122.983954 99.936919) (xy 123.364223 100.09482) (xy 123.775971 100.095179) (xy 124.156515 99.937942) (xy 124.447919 99.647046) + (xy 124.60291 99.273784) (xy 128.079313 99.273784) (xy 128.243311 99.670689) (xy 128.546714 99.974622) (xy 128.943332 100.139313) + (xy 129.372784 100.139687) (xy 129.769689 99.975689) (xy 130.073622 99.672286) (xy 130.238313 99.275668) (xy 130.238425 99.146784) + (xy 137.731313 99.146784) (xy 137.895311 99.543689) (xy 138.198714 99.847622) (xy 138.595332 100.012313) (xy 139.024784 100.012687) + (xy 139.421689 99.848689) (xy 139.725622 99.545286) (xy 139.890313 99.148668) (xy 139.890687 98.719216) (xy 139.726689 98.322311) + (xy 139.423286 98.018378) (xy 139.026668 97.853687) (xy 138.597216 97.853313) (xy 138.200311 98.017311) (xy 137.896378 98.320714) + (xy 137.731687 98.717332) (xy 137.731313 99.146784) (xy 130.238425 99.146784) (xy 130.238687 98.846216) (xy 130.074689 98.449311) + (xy 129.771286 98.145378) (xy 129.374668 97.980687) (xy 128.945216 97.980313) (xy 128.548311 98.144311) (xy 128.244378 98.447714) + (xy 128.079687 98.844332) (xy 128.079313 99.273784) (xy 124.60291 99.273784) (xy 124.60582 99.266777) (xy 124.606179 98.855029) + (xy 124.448942 98.474485) (xy 124.158046 98.183081) (xy 123.777777 98.02518) (xy 123.366029 98.024821) (xy 122.985485 98.182058) + (xy 122.694081 98.472954) (xy 122.53618 98.853223) (xy 122.535821 99.264971) (xy 116.197944 99.264971) (xy 116.245629 99.21737) + (xy 116.458757 98.7041) (xy 116.459242 98.148339) (xy 116.24701 97.634697) (xy 115.85437 97.241371) (xy 115.646488 97.155051) + (xy 115.852303 97.07001) (xy 116.245629 96.67737) (xy 116.458757 96.1641) (xy 116.459242 95.608339) (xy 116.389122 95.438633) + (xy 128.206335 95.438633) (xy 128.351039 95.788843) (xy 128.618747 96.05702) (xy 128.968705 96.202335) (xy 129.347633 96.202665) + (xy 129.603696 96.096862) (xy 129.857705 96.202335) (xy 130.236633 96.202665) (xy 130.492696 96.096862) (xy 130.746665 96.202318) + (xy 130.746313 96.606784) (xy 130.910311 97.003689) (xy 131.213714 97.307622) (xy 131.610332 97.472313) (xy 132.039784 97.472687) + (xy 132.436689 97.308689) (xy 132.740622 97.005286) (xy 132.768055 96.939221) (xy 133.032481 97.049021) (xy 133.032313 97.241784) + (xy 133.196311 97.638689) (xy 133.499714 97.942622) (xy 133.896332 98.107313) (xy 134.325784 98.107687) (xy 134.722689 97.943689) + (xy 135.026622 97.640286) (xy 135.191313 97.243668) (xy 135.191554 96.967311) (xy 135.220686 96.996495) (xy 135.191687 97.066332) + (xy 135.191313 97.495784) (xy 135.355311 97.892689) (xy 135.658714 98.196622) (xy 136.055332 98.361313) (xy 136.484784 98.361687) + (xy 136.881689 98.197689) (xy 137.185622 97.894286) (xy 137.350313 97.497668) (xy 137.350687 97.068216) (xy 137.186689 96.671311) + (xy 136.995497 96.479784) (xy 137.731313 96.479784) (xy 137.895311 96.876689) (xy 138.198714 97.180622) (xy 138.595332 97.345313) + (xy 139.024784 97.345687) (xy 139.421689 97.181689) (xy 139.636498 96.967255) (xy 139.722714 97.053622) (xy 140.119332 97.218313) + (xy 140.548784 97.218687) (xy 140.889979 97.077708) (xy 140.992714 97.180622) (xy 141.389332 97.345313) (xy 141.818784 97.345687) + (xy 142.215689 97.181689) (xy 142.519622 96.878286) (xy 142.684313 96.481668) (xy 142.684687 96.052216) (xy 142.520689 95.655311) + (xy 142.304389 95.438633) (xy 146.621335 95.438633) (xy 146.766039 95.788843) (xy 147.033747 96.05702) (xy 147.383705 96.202335) + (xy 147.762633 96.202665) (xy 148.018696 96.096862) (xy 148.272705 96.202335) (xy 148.651633 96.202665) (xy 148.907696 96.096862) + (xy 149.161705 96.202335) (xy 149.540633 96.202665) (xy 149.543106 96.201643) (xy 149.542665 96.202705) (xy 149.542335 96.581633) + (xy 149.648138 96.837696) (xy 149.542665 97.091705) (xy 149.542335 97.470633) (xy 149.648138 97.726696) (xy 149.542665 97.980705) + (xy 149.542335 98.359633) (xy 149.648138 98.615696) (xy 149.542665 98.869705) (xy 149.542335 99.248633) (xy 149.687039 99.598843) + (xy 149.954747 99.86702) (xy 150.304705 100.012335) (xy 150.683633 100.012665) (xy 151.033843 99.867961) (xy 151.30202 99.600253) + (xy 151.447335 99.250295) (xy 151.447665 98.871367) (xy 151.341862 98.615304) (xy 151.447335 98.361295) (xy 151.447602 98.054086) + (xy 167.195269 98.054086) (xy 167.397854 98.54438) (xy 167.772647 98.919827) (xy 168.262587 99.123268) (xy 168.793086 99.123731) + (xy 169.28338 98.921146) (xy 169.658827 98.546353) (xy 169.862268 98.056413) (xy 169.86227 98.054086) (xy 174.815269 98.054086) + (xy 175.017854 98.54438) (xy 175.392647 98.919827) (xy 175.882587 99.123268) (xy 176.413086 99.123731) (xy 176.90338 98.921146) + (xy 177.278827 98.546353) (xy 177.482268 98.056413) (xy 177.482731 97.525914) (xy 177.280146 97.03562) (xy 176.905353 96.660173) + (xy 176.415413 96.456732) (xy 175.884914 96.456269) (xy 175.39462 96.658854) (xy 175.019173 97.033647) (xy 174.815732 97.523587) + (xy 174.815269 98.054086) (xy 169.86227 98.054086) (xy 169.862731 97.525914) (xy 169.660146 97.03562) (xy 169.285353 96.660173) + (xy 168.795413 96.456732) (xy 168.264914 96.456269) (xy 167.77462 96.658854) (xy 167.399173 97.033647) (xy 167.195732 97.523587) + (xy 167.195269 98.054086) (xy 151.447602 98.054086) (xy 151.447665 97.982367) (xy 151.341862 97.726304) (xy 151.447335 97.472295) + (xy 151.447665 97.093367) (xy 151.341862 96.837304) (xy 151.447335 96.583295) (xy 151.447665 96.204367) (xy 151.351564 95.971784) + (xy 165.798313 95.971784) (xy 165.962311 96.368689) (xy 166.265714 96.672622) (xy 166.662332 96.837313) (xy 167.091784 96.837687) + (xy 167.488689 96.673689) (xy 167.792622 96.370286) (xy 167.957313 95.973668) (xy 167.957687 95.544216) (xy 167.793689 95.147311) + (xy 167.490286 94.843378) (xy 167.093668 94.678687) (xy 166.664216 94.678313) (xy 166.267311 94.842311) (xy 165.963378 95.145714) + (xy 165.798687 95.542332) (xy 165.798313 95.971784) (xy 151.351564 95.971784) (xy 151.336486 95.935294) (xy 151.409622 95.862286) + (xy 151.574313 95.465668) (xy 151.574687 95.036216) (xy 151.410689 94.639311) (xy 151.107286 94.335378) (xy 150.710668 94.170687) + (xy 150.281216 94.170313) (xy 149.884311 94.334311) (xy 149.809764 94.408728) (xy 149.542295 94.297665) (xy 149.163367 94.297335) + (xy 148.907304 94.403138) (xy 148.653295 94.297665) (xy 148.274367 94.297335) (xy 148.018304 94.403138) (xy 147.764295 94.297665) + (xy 147.385367 94.297335) (xy 147.035157 94.442039) (xy 146.76698 94.709747) (xy 146.621665 95.059705) (xy 146.621335 95.438633) + (xy 142.304389 95.438633) (xy 142.217286 95.351378) (xy 141.820668 95.186687) (xy 141.391216 95.186313) (xy 141.050021 95.327292) + (xy 140.947286 95.224378) (xy 140.550668 95.059687) (xy 140.121216 95.059313) (xy 139.724311 95.223311) (xy 139.509502 95.437745) + (xy 139.423286 95.351378) (xy 139.026668 95.186687) (xy 138.597216 95.186313) (xy 138.200311 95.350311) (xy 137.896378 95.653714) + (xy 137.731687 96.050332) (xy 137.731313 96.479784) (xy 136.995497 96.479784) (xy 136.940314 96.424505) (xy 136.969313 96.354668) + (xy 136.969687 95.925216) (xy 136.805689 95.528311) (xy 136.502286 95.224378) (xy 136.105668 95.059687) (xy 135.676216 95.059313) + (xy 135.279311 95.223311) (xy 134.975378 95.526714) (xy 134.810687 95.923332) (xy 134.810446 96.199689) (xy 134.724286 96.113378) + (xy 134.429519 95.990979) (xy 134.429687 95.798216) (xy 134.265689 95.401311) (xy 133.962286 95.097378) (xy 133.637179 94.962381) + (xy 133.503689 94.639311) (xy 133.200286 94.335378) (xy 132.803668 94.170687) (xy 132.374216 94.170313) (xy 131.977311 94.334311) + (xy 131.673378 94.637714) (xy 131.672869 94.638939) (xy 131.477253 94.44298) (xy 131.127295 94.297665) (xy 130.748367 94.297335) + (xy 130.492304 94.403138) (xy 130.238295 94.297665) (xy 129.859367 94.297335) (xy 129.603304 94.403138) (xy 129.349295 94.297665) + (xy 128.970367 94.297335) (xy 128.620157 94.442039) (xy 128.35198 94.709747) (xy 128.206665 95.059705) (xy 128.206335 95.438633) + (xy 116.389122 95.438633) (xy 116.24701 95.094697) (xy 115.85437 94.701371) (xy 115.646488 94.615051) (xy 115.852303 94.53001) + (xy 116.214311 94.168633) (xy 121.221335 94.168633) (xy 121.366039 94.518843) (xy 121.633747 94.78702) (xy 121.983705 94.932335) + (xy 122.362633 94.932665) (xy 122.618696 94.826862) (xy 122.872705 94.932335) (xy 123.251633 94.932665) (xy 123.507696 94.826862) + (xy 123.761705 94.932335) (xy 124.140633 94.932665) (xy 124.396696 94.826862) (xy 124.650705 94.932335) (xy 125.029633 94.932665) + (xy 125.379843 94.787961) (xy 125.64802 94.520253) (xy 125.793335 94.170295) (xy 125.793602 93.863376) (xy 126.014843 93.771961) + (xy 126.10117 93.685784) (xy 162.242313 93.685784) (xy 162.406311 94.082689) (xy 162.709714 94.386622) (xy 163.106332 94.551313) + (xy 163.535784 94.551687) (xy 163.932689 94.387689) (xy 164.236622 94.084286) (xy 164.401313 93.687668) (xy 164.401687 93.258216) + (xy 164.237689 92.861311) (xy 163.969932 92.593086) (xy 167.195269 92.593086) (xy 167.397854 93.08338) (xy 167.772647 93.458827) + (xy 168.262587 93.662268) (xy 168.793086 93.662731) (xy 169.28338 93.460146) (xy 169.566234 93.177784) (xy 171.386313 93.177784) + (xy 171.550311 93.574689) (xy 171.853714 93.878622) (xy 172.250332 94.043313) (xy 172.679784 94.043687) (xy 172.992118 93.914633) + (xy 178.244335 93.914633) (xy 178.389039 94.264843) (xy 178.656747 94.53302) (xy 179.006705 94.678335) (xy 179.385633 94.678665) + (xy 179.735843 94.533961) (xy 180.00402 94.266253) (xy 180.149335 93.916295) (xy 180.149665 93.537367) (xy 180.004961 93.187157) + (xy 179.949488 93.131586) (xy 180.243843 93.009961) (xy 180.51202 92.742253) (xy 180.657335 92.392295) (xy 180.657665 92.013367) + (xy 180.62066 91.923807) (xy 180.873622 91.671286) (xy 181.038313 91.274668) (xy 181.038687 90.845216) (xy 180.874689 90.448311) + (xy 180.810275 90.383784) (xy 180.911313 90.383784) (xy 181.075311 90.780689) (xy 181.378714 91.084622) (xy 181.775332 91.249313) + (xy 182.204784 91.249687) (xy 182.601689 91.085689) (xy 182.618321 91.069086) (xy 187.896269 91.069086) (xy 188.098854 91.55938) + (xy 188.473647 91.934827) (xy 188.963587 92.138268) (xy 189.494086 92.138731) (xy 189.98438 91.936146) (xy 190.359827 91.561353) + (xy 190.563268 91.071413) (xy 190.563731 90.540914) (xy 190.361146 90.05062) (xy 189.986353 89.675173) (xy 189.664882 89.541686) + (xy 189.922929 89.4348) (xy 189.984583 89.199188) (xy 189.23 88.444605) (xy 188.475417 89.199188) (xy 188.537071 89.4348) + (xy 188.816312 89.533083) (xy 188.47562 89.673854) (xy 188.100173 90.048647) (xy 187.896732 90.538587) (xy 187.896269 91.069086) + (xy 182.618321 91.069086) (xy 182.905622 90.782286) (xy 183.070313 90.385668) (xy 183.070687 89.956216) (xy 182.906689 89.559311) + (xy 182.603286 89.255378) (xy 182.206668 89.090687) (xy 181.777216 89.090313) (xy 181.380311 89.254311) (xy 181.076378 89.557714) + (xy 180.911687 89.954332) (xy 180.911313 90.383784) (xy 180.810275 90.383784) (xy 180.571286 90.144378) (xy 180.174668 89.979687) + (xy 179.745216 89.979313) (xy 179.348311 90.143311) (xy 179.044378 90.446714) (xy 178.879687 90.843332) (xy 178.879313 91.272784) + (xy 178.998548 91.561355) (xy 178.89798 91.661747) (xy 178.752665 92.011705) (xy 178.752335 92.390633) (xy 178.897039 92.740843) + (xy 178.952512 92.796414) (xy 178.658157 92.918039) (xy 178.38998 93.185747) (xy 178.244665 93.535705) (xy 178.244335 93.914633) + (xy 172.992118 93.914633) (xy 173.076689 93.879689) (xy 173.380622 93.576286) (xy 173.545313 93.179668) (xy 173.545687 92.750216) + (xy 173.480763 92.593086) (xy 174.815269 92.593086) (xy 175.017854 93.08338) (xy 175.392647 93.458827) (xy 175.882587 93.662268) + (xy 176.413086 93.662731) (xy 176.90338 93.460146) (xy 177.278827 93.085353) (xy 177.482268 92.595413) (xy 177.482731 92.064914) + (xy 177.280146 91.57462) (xy 176.905353 91.199173) (xy 176.415413 90.995732) (xy 175.884914 90.995269) (xy 175.39462 91.197854) + (xy 175.019173 91.572647) (xy 174.815732 92.062587) (xy 174.815269 92.593086) (xy 173.480763 92.593086) (xy 173.381689 92.353311) + (xy 173.078286 92.049378) (xy 172.681668 91.884687) (xy 172.252216 91.884313) (xy 171.855311 92.048311) (xy 171.551378 92.351714) + (xy 171.386687 92.748332) (xy 171.386313 93.177784) (xy 169.566234 93.177784) (xy 169.658827 93.085353) (xy 169.862268 92.595413) + (xy 169.862731 92.064914) (xy 169.660146 91.57462) (xy 169.285353 91.199173) (xy 168.795413 90.995732) (xy 168.264914 90.995269) + (xy 167.77462 91.197854) (xy 167.399173 91.572647) (xy 167.195732 92.062587) (xy 167.195269 92.593086) (xy 163.969932 92.593086) + (xy 163.934286 92.557378) (xy 163.537668 92.392687) (xy 163.108216 92.392313) (xy 162.711311 92.556311) (xy 162.407378 92.859714) + (xy 162.242687 93.256332) (xy 162.242313 93.685784) (xy 126.10117 93.685784) (xy 126.28302 93.504253) (xy 126.428335 93.154295) + (xy 126.428665 92.775367) (xy 126.283961 92.425157) (xy 126.016253 92.15698) (xy 125.666295 92.011665) (xy 125.287367 92.011335) + (xy 124.937157 92.156039) (xy 124.66898 92.423747) (xy 124.523665 92.773705) (xy 124.523398 93.080624) (xy 124.396304 93.133138) + (xy 124.142295 93.027665) (xy 123.763367 93.027335) (xy 123.507304 93.133138) (xy 123.253295 93.027665) (xy 122.874367 93.027335) + (xy 122.618304 93.133138) (xy 122.364295 93.027665) (xy 121.985367 93.027335) (xy 121.635157 93.172039) (xy 121.36698 93.439747) + (xy 121.221665 93.789705) (xy 121.221335 94.168633) (xy 116.214311 94.168633) (xy 116.245629 94.13737) (xy 116.458757 93.6241) + (xy 116.459242 93.068339) (xy 116.24701 92.554697) (xy 115.85437 92.161371) (xy 115.3411 91.948243) (xy 114.785339 91.947758) + (xy 114.271697 92.15999) (xy 113.918237 92.512833) (xy 113.887162 92.347683) (xy 113.74809 92.131559) (xy 113.53589 91.986569) + (xy 113.284 91.93556) (xy 111.76 91.93556) (xy 111.524683 91.979838) (xy 111.308559 92.11891) (xy 111.163569 92.33111) + (xy 111.11256 92.583) (xy 99.03918 92.583) (xy 98.97501 92.427697) (xy 98.58237 92.034371) (xy 98.0691 91.821243) + (xy 97.513339 91.820758) (xy 96.999697 92.03299) (xy 96.606371 92.42563) (xy 96.393243 92.9389) (xy 96.392758 93.494661) + (xy 96.60499 94.008303) (xy 96.957833 94.361763) (xy 96.792683 94.392838) (xy 96.576559 94.53191) (xy 96.431569 94.74411) + (xy 96.38056 94.996) (xy 90.424222 94.996) (xy 90.424264 94.948188) (xy 90.192738 94.387851) (xy 89.764404 93.958769) + (xy 89.204472 93.726265) (xy 88.598188 93.725736) (xy 88.037851 93.957262) (xy 87.608769 94.385596) (xy 87.376265 94.945528) + (xy 87.375736 95.551812) (xy 72.517 95.551812) (xy 72.517 91.501633) (xy 131.127335 91.501633) (xy 131.272039 91.851843) + (xy 131.508487 92.088706) (xy 131.508335 92.263633) (xy 131.653039 92.613843) (xy 131.920747 92.88202) (xy 132.270705 93.027335) + (xy 132.649633 93.027665) (xy 132.961913 92.898633) (xy 152.082335 92.898633) (xy 152.227039 93.248843) (xy 152.494747 93.51702) + (xy 152.844705 93.662335) (xy 153.223633 93.662665) (xy 153.573843 93.517961) (xy 153.84202 93.250253) (xy 153.987335 92.900295) + (xy 153.987427 92.79475) (xy 154.241705 92.900335) (xy 154.620633 92.900665) (xy 154.970843 92.755961) (xy 155.23902 92.488253) + (xy 155.384335 92.138295) (xy 155.384665 91.759367) (xy 155.239961 91.409157) (xy 154.972253 91.14098) (xy 154.622295 90.995665) + (xy 154.243367 90.995335) (xy 153.893157 91.140039) (xy 153.62498 91.407747) (xy 153.479665 91.757705) (xy 153.479573 91.86325) + (xy 153.225295 91.757665) (xy 152.846367 91.757335) (xy 152.496157 91.902039) (xy 152.22798 92.169747) (xy 152.082665 92.519705) + (xy 152.082335 92.898633) (xy 132.961913 92.898633) (xy 132.999843 92.882961) (xy 133.26802 92.615253) (xy 133.413335 92.265295) + (xy 133.413665 91.886367) (xy 133.268961 91.536157) (xy 133.032513 91.299294) (xy 133.032665 91.124367) (xy 132.887961 90.774157) + (xy 132.620253 90.50598) (xy 132.270295 90.360665) (xy 131.891367 90.360335) (xy 131.541157 90.505039) (xy 131.27298 90.772747) + (xy 131.127665 91.122705) (xy 131.127335 91.501633) (xy 72.517 91.501633) (xy 72.517 90.247971) (xy 96.246821 90.247971) + (xy 96.404058 90.628515) (xy 96.694954 90.919919) (xy 97.075223 91.07782) (xy 97.486971 91.078179) (xy 97.867515 90.920942) + (xy 98.158919 90.630046) (xy 98.159365 90.628971) (xy 105.644821 90.628971) (xy 105.802058 91.009515) (xy 106.092954 91.300919) + (xy 106.473223 91.45882) (xy 106.884971 91.459179) (xy 107.265515 91.301942) (xy 107.556919 91.011046) (xy 107.71482 90.630777) + (xy 107.715179 90.219029) (xy 107.557942 89.838485) (xy 107.267046 89.547081) (xy 106.886777 89.38918) (xy 106.475029 89.388821) + (xy 106.094485 89.546058) (xy 105.803081 89.836954) (xy 105.64518 90.217223) (xy 105.644821 90.628971) (xy 98.159365 90.628971) + (xy 98.31682 90.249777) (xy 98.317179 89.838029) (xy 98.159942 89.457485) (xy 97.869046 89.166081) (xy 97.488777 89.00818) + (xy 97.077029 89.007821) (xy 96.696485 89.165058) (xy 96.405081 89.455954) (xy 96.24718 89.836223) (xy 96.246821 90.247971) + (xy 72.517 90.247971) (xy 72.517 86.741) (xy 87.36356 86.741) (xy 87.36356 88.519) (xy 87.407838 88.754317) + (xy 87.54691 88.970441) (xy 87.75911 89.115431) (xy 88.011 89.16644) (xy 89.789 89.16644) (xy 90.024317 89.122162) + (xy 90.240441 88.98309) (xy 90.385431 88.77089) (xy 90.43644 88.519) (xy 90.43644 86.741) (xy 90.392162 86.505683) + (xy 90.25309 86.289559) (xy 90.04089 86.144569) (xy 89.789 86.09356) (xy 88.011 86.09356) (xy 87.775683 86.137838) + (xy 87.559559 86.27691) (xy 87.414569 86.48911) (xy 87.36356 86.741) (xy 72.517 86.741) (xy 72.517 84.820935) + (xy 101.917291 84.820935) (xy 102.100582 85.264535) (xy 102.43968 85.604225) (xy 102.882959 85.78829) (xy 103.362935 85.788709) + (xy 103.517123 85.725) (xy 110.35056 85.725) (xy 110.35056 87.249) (xy 110.394838 87.484317) (xy 110.53391 87.700441) + (xy 110.74611 87.845431) (xy 110.929124 87.882492) (xy 110.576371 88.23463) (xy 110.363243 88.7479) (xy 110.362758 89.303661) + (xy 110.57499 89.817303) (xy 110.96763 90.210629) (xy 111.4809 90.423757) (xy 112.036661 90.424242) (xy 112.550303 90.21201) + (xy 112.943629 89.81937) (xy 113.029949 89.611488) (xy 113.11499 89.817303) (xy 113.50763 90.210629) (xy 114.0209 90.423757) + (xy 114.576661 90.424242) (xy 114.981941 90.256784) (xy 121.856313 90.256784) (xy 122.020311 90.653689) (xy 122.323714 90.957622) + (xy 122.720332 91.122313) (xy 123.149784 91.122687) (xy 123.546689 90.958689) (xy 123.850622 90.655286) (xy 124.015313 90.258668) + (xy 124.015543 89.993971) (xy 127.996821 89.993971) (xy 128.154058 90.374515) (xy 128.444954 90.665919) (xy 128.825223 90.82382) + (xy 129.236971 90.824179) (xy 129.617515 90.666942) (xy 129.908919 90.376046) (xy 130.06682 89.995777) (xy 130.067043 89.739971) + (xy 132.695821 89.739971) (xy 132.853058 90.120515) (xy 133.143954 90.411919) (xy 133.524223 90.56982) (xy 133.935971 90.570179) + (xy 134.316515 90.412942) (xy 134.607919 90.122046) (xy 134.76582 89.741777) (xy 134.766179 89.330029) (xy 134.608942 88.949485) + (xy 134.494291 88.834633) (xy 134.683335 88.834633) (xy 134.828039 89.184843) (xy 135.095747 89.45302) (xy 135.445705 89.598335) + (xy 135.824633 89.598665) (xy 136.080696 89.492862) (xy 136.334705 89.598335) (xy 136.713633 89.598665) (xy 137.063843 89.453961) + (xy 137.286221 89.231971) (xy 140.569821 89.231971) (xy 140.727058 89.612515) (xy 141.017954 89.903919) (xy 141.398223 90.06182) + (xy 141.809971 90.062179) (xy 142.190515 89.904942) (xy 142.481919 89.614046) (xy 142.63982 89.233777) (xy 142.639924 89.113784) + (xy 149.542313 89.113784) (xy 149.706311 89.510689) (xy 150.009714 89.814622) (xy 150.406332 89.979313) (xy 150.835784 89.979687) + (xy 151.232689 89.815689) (xy 151.536622 89.512286) (xy 151.701313 89.115668) (xy 151.701687 88.686216) (xy 151.668454 88.605784) + (xy 151.955313 88.605784) (xy 152.119311 89.002689) (xy 152.422714 89.306622) (xy 152.819332 89.471313) (xy 153.248784 89.471687) + (xy 153.645689 89.307689) (xy 153.949622 89.004286) (xy 154.114313 88.607668) (xy 154.114333 88.58509) (xy 154.200714 88.671622) + (xy 154.597332 88.836313) (xy 155.001133 88.836665) (xy 155.216714 89.052622) (xy 155.613332 89.217313) (xy 156.042784 89.217687) + (xy 156.303989 89.109759) (xy 156.29198 89.121747) (xy 156.146665 89.471705) (xy 156.146335 89.850633) (xy 156.252138 90.106696) + (xy 156.146665 90.360705) (xy 156.146335 90.739633) (xy 156.291039 91.089843) (xy 156.558747 91.35802) (xy 156.908705 91.503335) + (xy 157.287633 91.503665) (xy 157.637843 91.358961) (xy 157.90602 91.091253) (xy 158.051335 90.741295) (xy 158.051665 90.362367) + (xy 157.945862 90.106304) (xy 158.051335 89.852295) (xy 158.051535 89.621784) (xy 173.672313 89.621784) (xy 173.836311 90.018689) + (xy 174.139714 90.322622) (xy 174.536332 90.487313) (xy 174.965784 90.487687) (xy 175.362689 90.323689) (xy 175.666622 90.020286) + (xy 175.831313 89.623668) (xy 175.831687 89.194216) (xy 175.667689 88.797311) (xy 175.364286 88.493378) (xy 174.967668 88.328687) + (xy 174.538216 88.328313) (xy 174.141311 88.492311) (xy 173.837378 88.795714) (xy 173.672687 89.192332) (xy 173.672313 89.621784) + (xy 158.051535 89.621784) (xy 158.051665 89.473367) (xy 157.906961 89.123157) (xy 157.657832 88.873591) (xy 157.836689 88.799689) + (xy 158.140622 88.496286) (xy 158.305313 88.099668) (xy 158.305687 87.670216) (xy 158.240763 87.513086) (xy 167.195269 87.513086) + (xy 167.397854 88.00338) (xy 167.772647 88.378827) (xy 168.262587 88.582268) (xy 168.793086 88.582731) (xy 169.28338 88.380146) + (xy 169.658827 88.005353) (xy 169.862268 87.515413) (xy 169.86227 87.513086) (xy 174.815269 87.513086) (xy 175.017854 88.00338) + (xy 175.392647 88.378827) (xy 175.882587 88.582268) (xy 176.413086 88.582731) (xy 176.90338 88.380146) (xy 177.278827 88.005353) + (xy 177.355555 87.820573) (xy 177.355335 88.072633) (xy 177.461138 88.328696) (xy 177.381927 88.519459) (xy 177.228295 88.455665) + (xy 176.849367 88.455335) (xy 176.499157 88.600039) (xy 176.23098 88.867747) (xy 176.085665 89.217705) (xy 176.085335 89.596633) + (xy 176.230039 89.946843) (xy 176.497747 90.21502) (xy 176.847705 90.360335) (xy 177.226633 90.360665) (xy 177.576843 90.215961) + (xy 177.84502 89.948253) (xy 177.964073 89.661541) (xy 178.117705 89.725335) (xy 178.496633 89.725665) (xy 178.846843 89.580961) + (xy 179.11502 89.313253) (xy 179.260335 88.963295) (xy 179.260665 88.584367) (xy 179.154862 88.328304) (xy 179.260335 88.074295) + (xy 179.260665 87.695367) (xy 179.207422 87.56651) (xy 179.410784 87.566687) (xy 179.411236 87.5665) (xy 185.34406 87.5665) + (xy 185.34406 88.9635) (xy 185.388338 89.198817) (xy 185.52741 89.414941) (xy 185.73961 89.559931) (xy 185.9915 89.61094) + (xy 187.3885 89.61094) (xy 187.623817 89.566662) (xy 187.839941 89.42759) (xy 187.984931 89.21539) (xy 188.03594 88.9635) + (xy 188.03594 88.89936) (xy 188.0602 88.957929) (xy 188.295812 89.019583) (xy 189.050395 88.265) (xy 189.409605 88.265) + (xy 190.164188 89.019583) (xy 190.3998 88.957929) (xy 190.575927 88.45752) (xy 190.547148 87.927801) (xy 190.3998 87.572071) + (xy 190.164188 87.510417) (xy 189.409605 88.265) (xy 189.050395 88.265) (xy 188.295812 87.510417) (xy 188.0602 87.572071) + (xy 188.03594 87.640998) (xy 188.03594 87.5665) (xy 187.991662 87.331183) (xy 187.991424 87.330812) (xy 188.475417 87.330812) + (xy 189.23 88.085395) (xy 189.984583 87.330812) (xy 189.922929 87.0952) (xy 189.42252 86.919073) (xy 188.892801 86.947852) + (xy 188.537071 87.0952) (xy 188.475417 87.330812) (xy 187.991424 87.330812) (xy 187.85259 87.115059) (xy 187.64039 86.970069) + (xy 187.3885 86.91906) (xy 185.9915 86.91906) (xy 185.756183 86.963338) (xy 185.540059 87.10241) (xy 185.395069 87.31461) + (xy 185.34406 87.5665) (xy 179.411236 87.5665) (xy 179.807689 87.402689) (xy 180.111622 87.099286) (xy 180.276313 86.702668) + (xy 180.276687 86.273216) (xy 180.112689 85.876311) (xy 179.809286 85.572378) (xy 179.456058 85.425704) (xy 203.486833 85.425704) + (xy 203.650831 85.822609) (xy 203.954234 86.126542) (xy 204.350852 86.291233) (xy 204.780304 86.291607) (xy 205.177209 86.127609) + (xy 205.481142 85.824206) (xy 205.645833 85.427588) (xy 205.646207 84.998136) (xy 205.482209 84.601231) (xy 205.178806 84.297298) + (xy 204.782188 84.132607) (xy 204.352736 84.132233) (xy 203.955831 84.296231) (xy 203.651898 84.599634) (xy 203.487207 84.996252) + (xy 203.486833 85.425704) (xy 179.456058 85.425704) (xy 179.412668 85.407687) (xy 178.983216 85.407313) (xy 178.586311 85.571311) + (xy 178.282378 85.874714) (xy 178.117687 86.271332) (xy 178.117313 86.700784) (xy 178.212608 86.931416) (xy 178.119367 86.931335) + (xy 177.769157 87.076039) (xy 177.50098 87.343747) (xy 177.482379 87.388544) (xy 177.482731 86.984914) (xy 177.280146 86.49462) + (xy 176.905353 86.119173) (xy 176.415413 85.915732) (xy 175.884914 85.915269) (xy 175.39462 86.117854) (xy 175.019173 86.492647) + (xy 174.815732 86.982587) (xy 174.815269 87.513086) (xy 169.86227 87.513086) (xy 169.862731 86.984914) (xy 169.660146 86.49462) + (xy 169.285353 86.119173) (xy 168.795413 85.915732) (xy 168.264914 85.915269) (xy 167.77462 86.117854) (xy 167.399173 86.492647) + (xy 167.195732 86.982587) (xy 167.195269 87.513086) (xy 158.240763 87.513086) (xy 158.141689 87.273311) (xy 157.838286 86.969378) + (xy 157.441668 86.804687) (xy 157.012216 86.804313) (xy 156.615311 86.968311) (xy 156.383737 87.199481) (xy 156.044668 87.058687) + (xy 155.640867 87.058335) (xy 155.425286 86.842378) (xy 155.028668 86.677687) (xy 154.599216 86.677313) (xy 154.202311 86.841311) + (xy 153.898378 87.144714) (xy 153.733687 87.541332) (xy 153.733667 87.56391) (xy 153.647286 87.477378) (xy 153.250668 87.312687) + (xy 152.821216 87.312313) (xy 152.424311 87.476311) (xy 152.120378 87.779714) (xy 151.955687 88.176332) (xy 151.955313 88.605784) + (xy 151.668454 88.605784) (xy 151.537689 88.289311) (xy 151.234286 87.985378) (xy 150.837668 87.820687) (xy 150.408216 87.820313) + (xy 150.011311 87.984311) (xy 149.707378 88.287714) (xy 149.542687 88.684332) (xy 149.542313 89.113784) (xy 142.639924 89.113784) + (xy 142.640179 88.822029) (xy 142.482942 88.441485) (xy 142.192046 88.150081) (xy 141.811777 87.99218) (xy 141.400029 87.991821) + (xy 141.019485 88.149058) (xy 140.728081 88.439954) (xy 140.57018 88.820223) (xy 140.569821 89.231971) (xy 137.286221 89.231971) + (xy 137.33202 89.186253) (xy 137.477335 88.836295) (xy 137.477665 88.457367) (xy 137.332961 88.107157) (xy 137.065253 87.83898) + (xy 136.715295 87.693665) (xy 136.336367 87.693335) (xy 136.080304 87.799138) (xy 135.826295 87.693665) (xy 135.447367 87.693335) + (xy 135.097157 87.838039) (xy 134.82898 88.105747) (xy 134.683665 88.455705) (xy 134.683335 88.834633) (xy 134.494291 88.834633) + (xy 134.318046 88.658081) (xy 133.937777 88.50018) (xy 133.526029 88.499821) (xy 133.145485 88.657058) (xy 132.854081 88.947954) + (xy 132.69618 89.328223) (xy 132.695821 89.739971) (xy 130.067043 89.739971) (xy 130.067179 89.584029) (xy 129.909942 89.203485) + (xy 129.619046 88.912081) (xy 129.238777 88.75418) (xy 128.827029 88.753821) (xy 128.446485 88.911058) (xy 128.155081 89.201954) + (xy 127.99718 89.582223) (xy 127.996821 89.993971) (xy 124.015543 89.993971) (xy 124.015687 89.829216) (xy 123.851689 89.432311) + (xy 123.548286 89.128378) (xy 123.151668 88.963687) (xy 122.722216 88.963313) (xy 122.325311 89.127311) (xy 122.021378 89.430714) + (xy 121.856687 89.827332) (xy 121.856313 90.256784) (xy 114.981941 90.256784) (xy 115.090303 90.21201) (xy 115.483629 89.81937) + (xy 115.696757 89.3061) (xy 115.697242 88.750339) (xy 115.48501 88.236697) (xy 115.09237 87.843371) (xy 114.884488 87.757051) + (xy 115.090303 87.67201) (xy 115.483629 87.27937) (xy 115.696757 86.7661) (xy 115.697242 86.210339) (xy 115.532563 85.811784) + (xy 119.189313 85.811784) (xy 119.353311 86.208689) (xy 119.656714 86.512622) (xy 120.053332 86.677313) (xy 120.482784 86.677687) + (xy 120.879689 86.513689) (xy 121.030998 86.362644) (xy 121.180714 86.512622) (xy 121.577332 86.677313) (xy 122.006784 86.677687) + (xy 122.403689 86.513689) (xy 122.491387 86.426144) (xy 122.577714 86.512622) (xy 122.974332 86.677313) (xy 123.403784 86.677687) + (xy 123.745136 86.536643) (xy 123.974714 86.766622) (xy 124.371332 86.931313) (xy 124.800784 86.931687) (xy 125.197689 86.767689) + (xy 125.501622 86.464286) (xy 125.666313 86.067668) (xy 125.666687 85.638216) (xy 125.580978 85.430784) (xy 133.667313 85.430784) + (xy 133.831311 85.827689) (xy 134.134714 86.131622) (xy 134.531332 86.296313) (xy 134.960784 86.296687) (xy 135.301979 86.155708) + (xy 135.404714 86.258622) (xy 135.801332 86.423313) (xy 136.230784 86.423687) (xy 136.588891 86.27572) (xy 136.944332 86.423313) + (xy 137.373784 86.423687) (xy 137.572441 86.341603) (xy 137.635747 86.40502) (xy 137.985705 86.550335) (xy 138.364633 86.550665) + (xy 138.620696 86.444862) (xy 138.874705 86.550335) (xy 139.253633 86.550665) (xy 139.509696 86.444862) (xy 139.763705 86.550335) + (xy 140.142633 86.550665) (xy 140.492843 86.405961) (xy 140.76102 86.138253) (xy 140.906335 85.788295) (xy 140.906665 85.409367) + (xy 140.761961 85.059157) (xy 140.752605 85.049784) (xy 147.764313 85.049784) (xy 147.928311 85.446689) (xy 148.231714 85.750622) + (xy 148.628332 85.915313) (xy 149.057784 85.915687) (xy 149.454689 85.751689) (xy 149.758622 85.448286) (xy 149.828304 85.280473) + (xy 150.073784 85.280687) (xy 150.470689 85.116689) (xy 150.774622 84.813286) (xy 150.796901 84.759632) (xy 150.898714 84.861622) + (xy 151.295332 85.026313) (xy 151.320333 85.026335) (xy 151.320313 85.049784) (xy 151.484311 85.446689) (xy 151.787714 85.750622) + (xy 152.184332 85.915313) (xy 152.613784 85.915687) (xy 153.010689 85.751689) (xy 153.314622 85.448286) (xy 153.479313 85.051668) + (xy 153.479687 84.622216) (xy 153.315689 84.225311) (xy 153.242477 84.151971) (xy 192.893821 84.151971) (xy 193.051058 84.532515) + (xy 193.341954 84.823919) (xy 193.722223 84.98182) (xy 194.133971 84.982179) (xy 194.514515 84.824942) (xy 194.805919 84.534046) + (xy 194.96382 84.153777) (xy 194.964179 83.742029) (xy 194.806942 83.361485) (xy 194.516046 83.070081) (xy 194.135777 82.91218) + (xy 193.724029 82.911821) (xy 193.343485 83.069058) (xy 193.052081 83.359954) (xy 192.89418 83.740223) (xy 192.893821 84.151971) + (xy 153.242477 84.151971) (xy 153.012286 83.921378) (xy 152.615668 83.756687) (xy 152.590667 83.756665) (xy 152.590687 83.733216) + (xy 152.426689 83.336311) (xy 152.123286 83.032378) (xy 151.726668 82.867687) (xy 151.297216 82.867313) (xy 150.900311 83.031311) + (xy 150.596378 83.334714) (xy 150.574099 83.388368) (xy 150.472286 83.286378) (xy 150.075668 83.121687) (xy 149.646216 83.121313) + (xy 149.249311 83.285311) (xy 148.945378 83.588714) (xy 148.875696 83.756527) (xy 148.630216 83.756313) (xy 148.233311 83.920311) + (xy 147.929378 84.223714) (xy 147.764687 84.620332) (xy 147.764313 85.049784) (xy 140.752605 85.049784) (xy 140.494253 84.79098) + (xy 140.144295 84.645665) (xy 139.765367 84.645335) (xy 139.509304 84.751138) (xy 139.255295 84.645665) (xy 138.876367 84.645335) + (xy 138.620304 84.751138) (xy 138.366295 84.645665) (xy 137.987867 84.645335) (xy 137.772286 84.429378) (xy 137.375668 84.264687) + (xy 136.946216 84.264313) (xy 136.588109 84.41228) (xy 136.232668 84.264687) (xy 135.803216 84.264313) (xy 135.462021 84.405292) + (xy 135.359286 84.302378) (xy 134.962668 84.137687) (xy 134.533216 84.137313) (xy 134.136311 84.301311) (xy 133.832378 84.604714) + (xy 133.667687 85.001332) (xy 133.667313 85.430784) (xy 125.580978 85.430784) (xy 125.502689 85.241311) (xy 125.199286 84.937378) + (xy 124.802668 84.772687) (xy 124.373216 84.772313) (xy 124.031864 84.913357) (xy 123.802286 84.683378) (xy 123.405668 84.518687) + (xy 122.976216 84.518313) (xy 122.579311 84.682311) (xy 122.491613 84.769856) (xy 122.405286 84.683378) (xy 122.008668 84.518687) + (xy 121.579216 84.518313) (xy 121.182311 84.682311) (xy 121.031002 84.833356) (xy 120.881286 84.683378) (xy 120.484668 84.518687) + (xy 120.055216 84.518313) (xy 119.658311 84.682311) (xy 119.354378 84.985714) (xy 119.189687 85.382332) (xy 119.189313 85.811784) + (xy 115.532563 85.811784) (xy 115.48501 85.696697) (xy 115.09237 85.303371) (xy 114.5791 85.090243) (xy 114.023339 85.089758) + (xy 113.509697 85.30199) (xy 113.156237 85.654833) (xy 113.125162 85.489683) (xy 112.98609 85.273559) (xy 112.77389 85.128569) + (xy 112.522 85.07756) (xy 110.998 85.07756) (xy 110.762683 85.121838) (xy 110.546559 85.26091) (xy 110.401569 85.47311) + (xy 110.35056 85.725) (xy 103.517123 85.725) (xy 103.806535 85.605418) (xy 104.146225 85.26632) (xy 104.33029 84.823041) + (xy 104.330709 84.343065) (xy 104.199276 84.024971) (xy 110.216821 84.024971) (xy 110.374058 84.405515) (xy 110.664954 84.696919) + (xy 111.045223 84.85482) (xy 111.456971 84.855179) (xy 111.837515 84.697942) (xy 112.128919 84.407046) (xy 112.28682 84.026777) + (xy 112.287179 83.615029) (xy 112.129942 83.234485) (xy 111.904822 83.008971) (xy 130.663821 83.008971) (xy 130.821058 83.389515) + (xy 131.111954 83.680919) (xy 131.492223 83.83882) (xy 131.903971 83.839179) (xy 132.284515 83.681942) (xy 132.575919 83.391046) + (xy 132.73382 83.010777) (xy 132.734035 82.763784) (xy 133.286313 82.763784) (xy 133.450311 83.160689) (xy 133.753714 83.464622) + (xy 134.150332 83.629313) (xy 134.579784 83.629687) (xy 134.976689 83.465689) (xy 135.054895 83.387619) (xy 135.4839 83.565757) + (xy 136.039661 83.566242) (xy 136.553303 83.35401) (xy 136.946629 82.96137) (xy 137.032949 82.753488) (xy 137.11799 82.959303) + (xy 137.51063 83.352629) (xy 138.0239 83.565757) (xy 138.579661 83.566242) (xy 139.093303 83.35401) (xy 139.480141 82.967847) + (xy 139.595714 83.083622) (xy 139.992332 83.248313) (xy 140.421784 83.248687) (xy 140.717738 83.126401) (xy 140.890954 83.299919) + (xy 141.271223 83.45782) (xy 141.682971 83.458179) (xy 142.063515 83.300942) (xy 142.354919 83.010046) (xy 142.51282 82.629777) + (xy 142.513179 82.218029) (xy 142.355942 81.837485) (xy 142.065046 81.546081) (xy 141.684777 81.38818) (xy 141.273029 81.387821) + (xy 141.046806 81.481294) (xy 140.820286 81.254378) (xy 140.423668 81.089687) (xy 139.994216 81.089313) (xy 139.597311 81.253311) + (xy 139.479872 81.370545) (xy 139.09537 80.985371) (xy 138.887488 80.899051) (xy 139.093303 80.81401) (xy 139.486629 80.42137) + (xy 139.699757 79.9081) (xy 139.700242 79.352339) (xy 139.48801 78.838697) (xy 139.09537 78.445371) (xy 138.887488 78.359051) + (xy 139.093303 78.27401) (xy 139.486629 77.88137) (xy 139.699757 77.3681) (xy 139.700242 76.812339) (xy 139.48801 76.298697) + (xy 139.09537 75.905371) (xy 138.887488 75.819051) (xy 139.093303 75.73401) (xy 139.311722 75.515971) (xy 149.840821 75.515971) + (xy 149.998058 75.896515) (xy 150.288954 76.187919) (xy 150.669223 76.34582) (xy 151.080971 76.346179) (xy 151.461515 76.188942) + (xy 151.752919 75.898046) (xy 151.91082 75.517777) (xy 151.911179 75.106029) (xy 151.811437 74.864633) (xy 157.289335 74.864633) + (xy 157.434039 75.214843) (xy 157.701747 75.48302) (xy 158.051705 75.628335) (xy 158.430633 75.628665) (xy 158.703372 75.515971) + (xy 162.032821 75.515971) (xy 162.190058 75.896515) (xy 162.480954 76.187919) (xy 162.861223 76.34582) (xy 163.272971 76.346179) + (xy 163.653515 76.188942) (xy 163.944919 75.898046) (xy 164.10282 75.517777) (xy 164.103179 75.106029) (xy 163.945942 74.725485) + (xy 163.655046 74.434081) (xy 163.274777 74.27618) (xy 162.863029 74.275821) (xy 162.482485 74.433058) (xy 162.191081 74.723954) + (xy 162.03318 75.104223) (xy 162.032821 75.515971) (xy 158.703372 75.515971) (xy 158.780843 75.483961) (xy 159.04902 75.216253) + (xy 159.194335 74.866295) (xy 159.194665 74.487367) (xy 159.049961 74.137157) (xy 158.782253 73.86898) (xy 158.584823 73.787) + (xy 168.13556 73.787) (xy 168.13556 75.311) (xy 168.179838 75.546317) (xy 168.31891 75.762441) (xy 168.53111 75.907431) + (xy 168.714124 75.944492) (xy 168.361371 76.29663) (xy 168.148243 76.8099) (xy 168.147758 77.365661) (xy 168.35999 77.879303) + (xy 168.75263 78.272629) (xy 168.960512 78.358949) (xy 168.754697 78.44399) (xy 168.361371 78.83663) (xy 168.148243 79.3499) + (xy 168.147758 79.905661) (xy 168.35999 80.419303) (xy 168.75263 80.812629) (xy 168.960512 80.898949) (xy 168.754697 80.98399) + (xy 168.361371 81.37663) (xy 168.148243 81.8899) (xy 168.147758 82.445661) (xy 168.35999 82.959303) (xy 168.75263 83.352629) + (xy 169.2659 83.565757) (xy 169.821661 83.566242) (xy 170.335303 83.35401) (xy 170.728629 82.96137) (xy 170.814949 82.753488) + (xy 170.89999 82.959303) (xy 171.29263 83.352629) (xy 171.8059 83.565757) (xy 172.361661 83.566242) (xy 172.875303 83.35401) + (xy 173.268629 82.96137) (xy 173.481757 82.4481) (xy 173.482242 81.892339) (xy 173.27001 81.378697) (xy 172.87737 80.985371) + (xy 172.669488 80.899051) (xy 172.875303 80.81401) (xy 173.268629 80.42137) (xy 173.481757 79.9081) (xy 173.482242 79.352339) + (xy 173.27001 78.838697) (xy 172.87737 78.445371) (xy 172.669488 78.359051) (xy 172.875303 78.27401) (xy 173.268629 77.88137) + (xy 173.481757 77.3681) (xy 173.481821 77.293971) (xy 176.129821 77.293971) (xy 176.287058 77.674515) (xy 176.577954 77.965919) + (xy 176.958223 78.12382) (xy 177.369971 78.124179) (xy 177.750515 77.966942) (xy 178.041919 77.676046) (xy 178.19982 77.295777) + (xy 178.200179 76.884029) (xy 178.042942 76.503485) (xy 177.752046 76.212081) (xy 177.371777 76.05418) (xy 176.960029 76.053821) + (xy 176.579485 76.211058) (xy 176.288081 76.501954) (xy 176.13018 76.882223) (xy 176.129821 77.293971) (xy 173.481821 77.293971) + (xy 173.482242 76.812339) (xy 173.27001 76.298697) (xy 172.87737 75.905371) (xy 172.669488 75.819051) (xy 172.875303 75.73401) + (xy 173.268629 75.34137) (xy 173.466587 74.864633) (xy 185.229335 74.864633) (xy 185.374039 75.214843) (xy 185.641747 75.48302) + (xy 185.991705 75.628335) (xy 186.370633 75.628665) (xy 186.720843 75.483961) (xy 186.98902 75.216253) (xy 187.134335 74.866295) + (xy 187.134665 74.487367) (xy 186.989961 74.137157) (xy 186.722253 73.86898) (xy 186.372295 73.723665) (xy 185.993367 73.723335) + (xy 185.643157 73.868039) (xy 185.37498 74.135747) (xy 185.229665 74.485705) (xy 185.229335 74.864633) (xy 173.466587 74.864633) + (xy 173.481757 74.8281) (xy 173.482242 74.272339) (xy 173.27001 73.758697) (xy 173.122542 73.610971) (xy 193.655821 73.610971) + (xy 193.813058 73.991515) (xy 194.103954 74.282919) (xy 194.484223 74.44082) (xy 194.895971 74.441179) (xy 195.276515 74.283942) + (xy 195.567919 73.993046) (xy 195.653476 73.787) (xy 196.07556 73.787) (xy 196.07556 75.311) (xy 196.119838 75.546317) + (xy 196.25891 75.762441) (xy 196.47111 75.907431) (xy 196.654124 75.944492) (xy 196.301371 76.29663) (xy 196.088243 76.8099) + (xy 196.087758 77.365661) (xy 196.29999 77.879303) (xy 196.69263 78.272629) (xy 196.900512 78.358949) (xy 196.694697 78.44399) + (xy 196.301371 78.83663) (xy 196.088243 79.3499) (xy 196.087758 79.905661) (xy 196.29999 80.419303) (xy 196.69263 80.812629) + (xy 196.900512 80.898949) (xy 196.694697 80.98399) (xy 196.301371 81.37663) (xy 196.088243 81.8899) (xy 196.087758 82.445661) + (xy 196.29999 82.959303) (xy 196.69263 83.352629) (xy 197.2059 83.565757) (xy 197.761661 83.566242) (xy 198.275303 83.35401) + (xy 198.668629 82.96137) (xy 198.754949 82.753488) (xy 198.83999 82.959303) (xy 199.23263 83.352629) (xy 199.7459 83.565757) + (xy 200.301661 83.566242) (xy 200.815303 83.35401) (xy 201.208629 82.96137) (xy 201.421757 82.4481) (xy 201.422242 81.892339) + (xy 201.21001 81.378697) (xy 200.81737 80.985371) (xy 200.609488 80.899051) (xy 200.72827 80.849971) (xy 211.158961 80.849971) + (xy 211.316198 81.230515) (xy 211.607094 81.521919) (xy 211.987363 81.67982) (xy 212.399111 81.680179) (xy 212.779655 81.522942) + (xy 213.071059 81.232046) (xy 213.22896 80.851777) (xy 213.229319 80.440029) (xy 213.072082 80.059485) (xy 212.781186 79.768081) + (xy 212.400917 79.61018) (xy 211.989169 79.609821) (xy 211.608625 79.767058) (xy 211.317221 80.057954) (xy 211.15932 80.438223) + (xy 211.158961 80.849971) (xy 200.72827 80.849971) (xy 200.815303 80.81401) (xy 201.208629 80.42137) (xy 201.421757 79.9081) + (xy 201.422242 79.352339) (xy 201.257563 78.953784) (xy 204.581573 78.953784) (xy 204.745571 79.350689) (xy 205.048974 79.654622) + (xy 205.445592 79.819313) (xy 205.875044 79.819687) (xy 206.271949 79.655689) (xy 206.575882 79.352286) (xy 206.740573 78.955668) + (xy 206.740947 78.526216) (xy 206.576949 78.129311) (xy 206.273546 77.825378) (xy 205.876928 77.660687) (xy 205.447476 77.660313) + (xy 205.050571 77.824311) (xy 204.746638 78.127714) (xy 204.581947 78.524332) (xy 204.581573 78.953784) (xy 201.257563 78.953784) + (xy 201.21001 78.838697) (xy 200.81737 78.445371) (xy 200.609488 78.359051) (xy 200.815303 78.27401) (xy 201.208629 77.88137) + (xy 201.421757 77.3681) (xy 201.422242 76.812339) (xy 201.273862 76.453231) (xy 211.202141 76.453231) (xy 211.359378 76.833775) + (xy 211.650274 77.125179) (xy 212.030543 77.28308) (xy 212.442291 77.283439) (xy 212.822835 77.126202) (xy 213.114239 76.835306) + (xy 213.27214 76.455037) (xy 213.272499 76.043289) (xy 213.115262 75.662745) (xy 212.824366 75.371341) (xy 212.444097 75.21344) + (xy 212.032349 75.213081) (xy 211.651805 75.370318) (xy 211.360401 75.661214) (xy 211.2025 76.041483) (xy 211.202141 76.453231) + (xy 201.273862 76.453231) (xy 201.21001 76.298697) (xy 200.81737 75.905371) (xy 200.609488 75.819051) (xy 200.815303 75.73401) + (xy 201.208629 75.34137) (xy 201.421757 74.8281) (xy 201.422242 74.272339) (xy 201.21001 73.758697) (xy 200.81737 73.365371) + (xy 200.3041 73.152243) (xy 199.748339 73.151758) (xy 199.234697 73.36399) (xy 198.881237 73.716833) (xy 198.850162 73.551683) + (xy 198.71109 73.335559) (xy 198.49889 73.190569) (xy 198.247 73.13956) (xy 196.723 73.13956) (xy 196.487683 73.183838) + (xy 196.271559 73.32291) (xy 196.126569 73.53511) (xy 196.07556 73.787) (xy 195.653476 73.787) (xy 195.72582 73.612777) + (xy 195.726179 73.201029) (xy 195.568942 72.820485) (xy 195.278046 72.529081) (xy 194.897777 72.37118) (xy 194.486029 72.370821) + (xy 194.105485 72.528058) (xy 193.814081 72.818954) (xy 193.65618 73.199223) (xy 193.655821 73.610971) (xy 173.122542 73.610971) + (xy 172.87737 73.365371) (xy 172.3641 73.152243) (xy 171.808339 73.151758) (xy 171.294697 73.36399) (xy 170.941237 73.716833) + (xy 170.910162 73.551683) (xy 170.77109 73.335559) (xy 170.55889 73.190569) (xy 170.307 73.13956) (xy 168.783 73.13956) + (xy 168.547683 73.183838) (xy 168.331559 73.32291) (xy 168.186569 73.53511) (xy 168.13556 73.787) (xy 158.584823 73.787) + (xy 158.432295 73.723665) (xy 158.053367 73.723335) (xy 157.703157 73.868039) (xy 157.43498 74.135747) (xy 157.289665 74.485705) + (xy 157.289335 74.864633) (xy 151.811437 74.864633) (xy 151.753942 74.725485) (xy 151.463046 74.434081) (xy 151.082777 74.27618) + (xy 150.671029 74.275821) (xy 150.290485 74.433058) (xy 149.999081 74.723954) (xy 149.84118 75.104223) (xy 149.840821 75.515971) + (xy 139.311722 75.515971) (xy 139.486629 75.34137) (xy 139.699757 74.8281) (xy 139.700242 74.272339) (xy 139.48801 73.758697) + (xy 139.09537 73.365371) (xy 138.5821 73.152243) (xy 138.026339 73.151758) (xy 137.512697 73.36399) (xy 137.159237 73.716833) + (xy 137.128162 73.551683) (xy 136.98909 73.335559) (xy 136.77689 73.190569) (xy 136.525 73.13956) (xy 135.001 73.13956) + (xy 134.765683 73.183838) (xy 134.549559 73.32291) (xy 134.404569 73.53511) (xy 134.35356 73.787) (xy 134.35356 75.311) + (xy 134.397838 75.546317) (xy 134.53691 75.762441) (xy 134.74911 75.907431) (xy 134.932124 75.944492) (xy 134.579371 76.29663) + (xy 134.366243 76.8099) (xy 134.365758 77.365661) (xy 134.57799 77.879303) (xy 134.97063 78.272629) (xy 135.178512 78.358949) + (xy 134.972697 78.44399) (xy 134.579371 78.83663) (xy 134.366243 79.3499) (xy 134.365758 79.905661) (xy 134.57799 80.419303) + (xy 134.97063 80.812629) (xy 135.178512 80.898949) (xy 134.972697 80.98399) (xy 134.579371 81.37663) (xy 134.54033 81.470651) + (xy 134.152216 81.470313) (xy 133.755311 81.634311) (xy 133.451378 81.937714) (xy 133.286687 82.334332) (xy 133.286313 82.763784) + (xy 132.734035 82.763784) (xy 132.734179 82.599029) (xy 132.576942 82.218485) (xy 132.286046 81.927081) (xy 131.905777 81.76918) + (xy 131.494029 81.768821) (xy 131.113485 81.926058) (xy 130.822081 82.216954) (xy 130.66418 82.597223) (xy 130.663821 83.008971) + (xy 111.904822 83.008971) (xy 111.839046 82.943081) (xy 111.458777 82.78518) (xy 111.047029 82.784821) (xy 110.666485 82.942058) + (xy 110.375081 83.232954) (xy 110.21718 83.613223) (xy 110.216821 84.024971) (xy 104.199276 84.024971) (xy 104.147418 83.899465) + (xy 103.80832 83.559775) (xy 103.365041 83.37571) (xy 102.885065 83.375291) (xy 102.441465 83.558582) (xy 102.101775 83.89768) + (xy 101.91771 84.340959) (xy 101.917291 84.820935) (xy 72.517 84.820935) (xy 72.517 82.851812) (xy 87.375736 82.851812) + (xy 87.607262 83.412149) (xy 88.035596 83.841231) (xy 88.595528 84.073735) (xy 89.201812 84.074264) (xy 89.762149 83.842738) + (xy 90.191231 83.414404) (xy 90.423735 82.854472) (xy 90.424264 82.248188) (xy 90.192738 81.687851) (xy 89.764404 81.258769) + (xy 89.204472 81.026265) (xy 88.598188 81.025736) (xy 88.037851 81.257262) (xy 87.608769 81.685596) (xy 87.376265 82.245528) + (xy 87.375736 82.851812) (xy 72.517 82.851812) (xy 72.517 77.390812) (xy 79.247736 77.390812) (xy 79.479262 77.951149) + (xy 79.907596 78.380231) (xy 80.467528 78.612735) (xy 81.073812 78.613264) (xy 81.634149 78.381738) (xy 82.063231 77.953404) + (xy 82.295735 77.393472) (xy 82.296264 76.787188) (xy 82.064738 76.226851) (xy 82.037934 76.2) (xy 91.93556 76.2) + (xy 91.93556 77.978) (xy 91.979838 78.213317) (xy 92.11891 78.429441) (xy 92.33111 78.574431) (xy 92.583 78.62544) + (xy 94.361 78.62544) (xy 94.596317 78.581162) (xy 94.812441 78.44209) (xy 94.957431 78.22989) (xy 95.00844 77.978) + (xy 95.00844 77.851) (xy 106.79456 77.851) (xy 106.79456 79.375) (xy 106.838838 79.610317) (xy 106.97791 79.826441) + (xy 107.19011 79.971431) (xy 107.442 80.02244) (xy 108.966 80.02244) (xy 109.201317 79.978162) (xy 109.417441 79.83909) + (xy 109.473374 79.75723) (xy 109.51791 79.826441) (xy 109.73011 79.971431) (xy 109.982 80.02244) (xy 111.506 80.02244) + (xy 111.741317 79.978162) (xy 111.957441 79.83909) (xy 112.013374 79.75723) (xy 112.05791 79.826441) (xy 112.27011 79.971431) + (xy 112.522 80.02244) (xy 114.046 80.02244) (xy 114.281317 79.978162) (xy 114.497441 79.83909) (xy 114.642431 79.62689) + (xy 114.69344 79.375) (xy 114.69344 77.851) (xy 114.649162 77.615683) (xy 114.51009 77.399559) (xy 114.29789 77.254569) + (xy 114.114876 77.217508) (xy 114.467629 76.86537) (xy 114.680757 76.3521) (xy 114.681242 75.796339) (xy 114.512922 75.388971) + (xy 116.693821 75.388971) (xy 116.851058 75.769515) (xy 117.141954 76.060919) (xy 117.522223 76.21882) (xy 117.933971 76.219179) + (xy 118.314515 76.061942) (xy 118.605919 75.771046) (xy 118.6591 75.642971) (xy 131.679821 75.642971) (xy 131.837058 76.023515) + (xy 132.127954 76.314919) (xy 132.508223 76.47282) (xy 132.919971 76.473179) (xy 133.300515 76.315942) (xy 133.591919 76.025046) + (xy 133.74982 75.644777) (xy 133.750179 75.233029) (xy 133.592942 74.852485) (xy 133.302046 74.561081) (xy 132.921777 74.40318) + (xy 132.510029 74.402821) (xy 132.129485 74.560058) (xy 131.838081 74.850954) (xy 131.68018 75.231223) (xy 131.679821 75.642971) + (xy 118.6591 75.642971) (xy 118.76382 75.390777) (xy 118.764179 74.979029) (xy 118.716912 74.864633) (xy 124.269335 74.864633) + (xy 124.414039 75.214843) (xy 124.681747 75.48302) (xy 125.031705 75.628335) (xy 125.410633 75.628665) (xy 125.760843 75.483961) + (xy 126.02902 75.216253) (xy 126.174335 74.866295) (xy 126.174665 74.487367) (xy 126.029961 74.137157) (xy 125.762253 73.86898) + (xy 125.412295 73.723665) (xy 125.033367 73.723335) (xy 124.683157 73.868039) (xy 124.41498 74.135747) (xy 124.269665 74.485705) + (xy 124.269335 74.864633) (xy 118.716912 74.864633) (xy 118.606942 74.598485) (xy 118.316046 74.307081) (xy 117.935777 74.14918) + (xy 117.524029 74.148821) (xy 117.143485 74.306058) (xy 116.852081 74.596954) (xy 116.69418 74.977223) (xy 116.693821 75.388971) + (xy 114.512922 75.388971) (xy 114.46901 75.282697) (xy 114.07637 74.889371) (xy 113.868488 74.803051) (xy 114.074303 74.71801) + (xy 114.467629 74.32537) (xy 114.680757 73.8121) (xy 114.681242 73.256339) (xy 114.46901 72.742697) (xy 114.07637 72.349371) + (xy 113.5631 72.136243) (xy 113.007339 72.135758) (xy 112.964712 72.153371) (xy 113.093313 71.843668) (xy 113.093668 71.435633) + (xy 124.269335 71.435633) (xy 124.414039 71.785843) (xy 124.681747 72.05402) (xy 125.031705 72.199335) (xy 125.410633 72.199665) + (xy 125.760843 72.054961) (xy 126.02902 71.787253) (xy 126.174335 71.437295) (xy 126.174336 71.435633) (xy 157.289335 71.435633) + (xy 157.434039 71.785843) (xy 157.701747 72.05402) (xy 158.051705 72.199335) (xy 158.430633 72.199665) (xy 158.780843 72.054961) + (xy 159.04902 71.787253) (xy 159.194335 71.437295) (xy 159.194425 71.333784) (xy 185.102313 71.333784) (xy 185.266311 71.730689) + (xy 185.569714 72.034622) (xy 185.966332 72.199313) (xy 186.395784 72.199687) (xy 186.792689 72.035689) (xy 187.096622 71.732286) + (xy 187.261313 71.335668) (xy 187.261687 70.906216) (xy 187.097689 70.509311) (xy 186.794286 70.205378) (xy 186.397668 70.040687) + (xy 185.968216 70.040313) (xy 185.571311 70.204311) (xy 185.267378 70.507714) (xy 185.102687 70.904332) (xy 185.102313 71.333784) + (xy 159.194425 71.333784) (xy 159.194665 71.058367) (xy 159.049961 70.708157) (xy 158.782253 70.43998) (xy 158.432295 70.294665) + (xy 158.053367 70.294335) (xy 157.703157 70.439039) (xy 157.43498 70.706747) (xy 157.289665 71.056705) (xy 157.289335 71.435633) + (xy 126.174336 71.435633) (xy 126.174665 71.058367) (xy 126.029961 70.708157) (xy 125.762253 70.43998) (xy 125.412295 70.294665) + (xy 125.033367 70.294335) (xy 124.683157 70.439039) (xy 124.41498 70.706747) (xy 124.269665 71.056705) (xy 124.269335 71.435633) + (xy 113.093668 71.435633) (xy 113.093687 71.414216) (xy 112.929689 71.017311) (xy 112.626286 70.713378) (xy 112.229668 70.548687) + (xy 111.800216 70.548313) (xy 111.403311 70.712311) (xy 111.099378 71.015714) (xy 110.934687 71.412332) (xy 110.934313 71.841784) + (xy 111.062791 72.152724) (xy 111.0231 72.136243) (xy 110.467339 72.135758) (xy 109.953697 72.34799) (xy 109.560371 72.74063) + (xy 109.474051 72.948512) (xy 109.38901 72.742697) (xy 108.99637 72.349371) (xy 108.4831 72.136243) (xy 107.927339 72.135758) + (xy 107.413697 72.34799) (xy 107.020371 72.74063) (xy 106.807243 73.2539) (xy 106.806758 73.809661) (xy 107.01899 74.323303) + (xy 107.41163 74.716629) (xy 107.619512 74.802949) (xy 107.413697 74.88799) (xy 107.020371 75.28063) (xy 106.807243 75.7939) + (xy 106.806758 76.349661) (xy 107.01899 76.863303) (xy 107.371833 77.216763) (xy 107.206683 77.247838) (xy 106.990559 77.38691) + (xy 106.845569 77.59911) (xy 106.79456 77.851) (xy 95.00844 77.851) (xy 95.00844 76.912971) (xy 102.596821 76.912971) + (xy 102.754058 77.293515) (xy 103.044954 77.584919) (xy 103.425223 77.74282) (xy 103.836971 77.743179) (xy 104.217515 77.585942) + (xy 104.508919 77.295046) (xy 104.66682 76.914777) (xy 104.667179 76.503029) (xy 104.509942 76.122485) (xy 104.219046 75.831081) + (xy 103.838777 75.67318) (xy 103.427029 75.672821) (xy 103.046485 75.830058) (xy 102.755081 76.120954) (xy 102.59718 76.501223) + (xy 102.596821 76.912971) (xy 95.00844 76.912971) (xy 95.00844 76.2) (xy 94.964162 75.964683) (xy 94.82509 75.748559) + (xy 94.61289 75.603569) (xy 94.361 75.55256) (xy 92.583 75.55256) (xy 92.347683 75.596838) (xy 92.131559 75.73591) + (xy 91.986569 75.94811) (xy 91.93556 76.2) (xy 82.037934 76.2) (xy 81.636404 75.797769) (xy 81.076472 75.565265) + (xy 80.470188 75.564736) (xy 79.909851 75.796262) (xy 79.480769 76.224596) (xy 79.248265 76.784528) (xy 79.247736 77.390812) + (xy 72.517 77.390812) (xy 72.517 75.057) (xy 105.41 75.057) (xy 105.45941 75.046994) (xy 105.501035 75.018553) + (xy 105.528315 74.976159) (xy 105.537 74.93) (xy 105.537 71.587784) (xy 108.394313 71.587784) (xy 108.558311 71.984689) + (xy 108.861714 72.288622) (xy 109.258332 72.453313) (xy 109.687784 72.453687) (xy 110.084689 72.289689) (xy 110.388622 71.986286) + (xy 110.553313 71.589668) (xy 110.553687 71.160216) (xy 110.389689 70.763311) (xy 110.086286 70.459378) (xy 109.689668 70.294687) + (xy 109.260216 70.294313) (xy 108.863311 70.458311) (xy 108.559378 70.761714) (xy 108.394687 71.158332) (xy 108.394313 71.587784) + (xy 105.537 71.587784) (xy 105.537 64.262) (xy 107.659864 64.262) (xy 107.321948 64.599327) (xy 106.934441 65.532546) + (xy 106.93356 66.543021) (xy 107.319437 67.476915) (xy 108.033327 68.192052) (xy 108.966546 68.579559) (xy 109.977021 68.58044) + (xy 110.910915 68.194563) (xy 111.288135 67.818) (xy 115.17656 67.818) (xy 115.17656 69.342) (xy 115.220838 69.577317) + (xy 115.35991 69.793441) (xy 115.57211 69.938431) (xy 115.824 69.98944) (xy 117.348 69.98944) (xy 117.583317 69.945162) + (xy 117.799441 69.80609) (xy 117.944431 69.59389) (xy 117.99544 69.342) (xy 117.99544 68.887354) (xy 118.19499 69.370303) + (xy 118.58763 69.763629) (xy 119.1009 69.976757) (xy 119.656661 69.977242) (xy 120.170303 69.76501) (xy 120.563629 69.37237) + (xy 120.713606 69.011185) (xy 120.86199 69.370303) (xy 121.25463 69.763629) (xy 121.7679 69.976757) (xy 122.323661 69.977242) + (xy 122.837303 69.76501) (xy 123.230629 69.37237) (xy 123.443757 68.8591) (xy 123.443759 68.856664) (xy 123.65599 69.370303) + (xy 124.04863 69.763629) (xy 124.5619 69.976757) (xy 125.117661 69.977242) (xy 125.631303 69.76501) (xy 126.024629 69.37237) + (xy 126.237757 68.8591) (xy 126.237759 68.856664) (xy 126.44999 69.370303) (xy 126.84263 69.763629) (xy 127.3559 69.976757) + (xy 127.911661 69.977242) (xy 128.425303 69.76501) (xy 128.818629 69.37237) (xy 129.031757 68.8591) (xy 129.032242 68.303339) + (xy 128.82001 67.789697) (xy 128.42737 67.396371) (xy 127.9141 67.183243) (xy 127.358339 67.182758) (xy 126.844697 67.39499) + (xy 126.451371 67.78763) (xy 126.238243 68.3009) (xy 126.238241 68.303336) (xy 126.02601 67.789697) (xy 125.63337 67.396371) + (xy 125.1201 67.183243) (xy 124.564339 67.182758) (xy 124.050697 67.39499) (xy 123.657371 67.78763) (xy 123.444243 68.3009) + (xy 123.444241 68.303336) (xy 123.23201 67.789697) (xy 122.83937 67.396371) (xy 122.3261 67.183243) (xy 121.770339 67.182758) + (xy 121.256697 67.39499) (xy 120.863371 67.78763) (xy 120.713394 68.148815) (xy 120.56501 67.789697) (xy 120.17237 67.396371) + (xy 119.6591 67.183243) (xy 119.103339 67.182758) (xy 118.589697 67.39499) (xy 118.196371 67.78763) (xy 117.99544 68.271526) + (xy 117.99544 67.818) (xy 117.951162 67.582683) (xy 117.857347 67.436891) (xy 118.259661 67.437242) (xy 118.773303 67.22501) + (xy 119.166629 66.83237) (xy 119.379757 66.3191) (xy 119.379759 66.316664) (xy 119.59199 66.830303) (xy 119.98463 67.223629) + (xy 120.4979 67.436757) (xy 121.053661 67.437242) (xy 121.567303 67.22501) (xy 121.960629 66.83237) (xy 122.110606 66.471185) + (xy 122.25899 66.830303) (xy 122.65163 67.223629) (xy 123.1649 67.436757) (xy 123.720661 67.437242) (xy 124.234303 67.22501) + (xy 124.627629 66.83237) (xy 124.840757 66.3191) (xy 124.840759 66.316664) (xy 125.05299 66.830303) (xy 125.44563 67.223629) + (xy 125.9589 67.436757) (xy 126.514661 67.437242) (xy 127.028303 67.22501) (xy 127.421629 66.83237) (xy 127.634757 66.3191) + (xy 127.635242 65.763339) (xy 127.42301 65.249697) (xy 127.03037 64.856371) (xy 126.5171 64.643243) (xy 125.961339 64.642758) + (xy 125.447697 64.85499) (xy 125.054371 65.24763) (xy 124.841243 65.7609) (xy 124.841241 65.763336) (xy 124.62901 65.249697) + (xy 124.23637 64.856371) (xy 123.7231 64.643243) (xy 123.167339 64.642758) (xy 122.653697 64.85499) (xy 122.260371 65.24763) + (xy 122.110394 65.608815) (xy 121.96201 65.249697) (xy 121.56937 64.856371) (xy 121.0561 64.643243) (xy 120.500339 64.642758) + (xy 119.986697 64.85499) (xy 119.593371 65.24763) (xy 119.380243 65.7609) (xy 119.380241 65.763336) (xy 119.16801 65.249697) + (xy 118.77537 64.856371) (xy 118.2621 64.643243) (xy 117.706339 64.642758) (xy 117.192697 64.85499) (xy 116.799371 65.24763) + (xy 116.586243 65.7609) (xy 116.585758 66.316661) (xy 116.79799 66.830303) (xy 117.137654 67.17056) (xy 115.824 67.17056) + (xy 115.588683 67.214838) (xy 115.372559 67.35391) (xy 115.227569 67.56611) (xy 115.17656 67.818) (xy 111.288135 67.818) + (xy 111.626052 67.480673) (xy 112.013559 66.547454) (xy 112.01444 65.536979) (xy 111.628563 64.603085) (xy 111.288073 64.262) + (xy 133.059864 64.262) (xy 132.721948 64.599327) (xy 132.334441 65.532546) (xy 132.33356 66.543021) (xy 132.719437 67.476915) + (xy 133.433327 68.192052) (xy 134.366546 68.579559) (xy 135.377021 68.58044) (xy 136.310915 68.194563) (xy 137.026052 67.480673) + (xy 137.413559 66.547454) (xy 137.41444 65.536979) (xy 137.028563 64.603085) (xy 136.688073 64.262) (xy 141.187864 64.262) + (xy 140.849948 64.599327) (xy 140.462441 65.532546) (xy 140.46156 66.543021) (xy 140.847437 67.476915) (xy 141.561327 68.192052) + (xy 142.494546 68.579559) (xy 143.505021 68.58044) (xy 144.438915 68.194563) (xy 144.816135 67.818) (xy 148.70456 67.818) + (xy 148.70456 69.342) (xy 148.748838 69.577317) (xy 148.88791 69.793441) (xy 149.10011 69.938431) (xy 149.352 69.98944) + (xy 150.876 69.98944) (xy 151.111317 69.945162) (xy 151.327441 69.80609) (xy 151.472431 69.59389) (xy 151.52344 69.342) + (xy 151.52344 68.887354) (xy 151.72299 69.370303) (xy 152.11563 69.763629) (xy 152.6289 69.976757) (xy 153.184661 69.977242) + (xy 153.698303 69.76501) (xy 154.091629 69.37237) (xy 154.241606 69.011185) (xy 154.38999 69.370303) (xy 154.78263 69.763629) + (xy 155.2959 69.976757) (xy 155.851661 69.977242) (xy 156.365303 69.76501) (xy 156.758629 69.37237) (xy 156.971757 68.8591) + (xy 156.971759 68.856664) (xy 157.18399 69.370303) (xy 157.57663 69.763629) (xy 158.0899 69.976757) (xy 158.645661 69.977242) + (xy 159.159303 69.76501) (xy 159.552629 69.37237) (xy 159.765757 68.8591) (xy 159.765759 68.856664) (xy 159.97799 69.370303) + (xy 160.37063 69.763629) (xy 160.8839 69.976757) (xy 161.439661 69.977242) (xy 161.953303 69.76501) (xy 162.346629 69.37237) + (xy 162.559757 68.8591) (xy 162.560242 68.303339) (xy 162.34801 67.789697) (xy 161.95537 67.396371) (xy 161.4421 67.183243) + (xy 160.886339 67.182758) (xy 160.372697 67.39499) (xy 159.979371 67.78763) (xy 159.766243 68.3009) (xy 159.766241 68.303336) + (xy 159.55401 67.789697) (xy 159.16137 67.396371) (xy 158.6481 67.183243) (xy 158.092339 67.182758) (xy 157.578697 67.39499) + (xy 157.185371 67.78763) (xy 156.972243 68.3009) (xy 156.972241 68.303336) (xy 156.76001 67.789697) (xy 156.36737 67.396371) + (xy 155.8541 67.183243) (xy 155.298339 67.182758) (xy 154.784697 67.39499) (xy 154.391371 67.78763) (xy 154.241394 68.148815) + (xy 154.09301 67.789697) (xy 153.70037 67.396371) (xy 153.1871 67.183243) (xy 152.631339 67.182758) (xy 152.117697 67.39499) + (xy 151.724371 67.78763) (xy 151.52344 68.271526) (xy 151.52344 67.818) (xy 151.479162 67.582683) (xy 151.385347 67.436891) + (xy 151.787661 67.437242) (xy 152.301303 67.22501) (xy 152.694629 66.83237) (xy 152.907757 66.3191) (xy 152.907759 66.316664) + (xy 153.11999 66.830303) (xy 153.51263 67.223629) (xy 154.0259 67.436757) (xy 154.581661 67.437242) (xy 155.095303 67.22501) + (xy 155.488629 66.83237) (xy 155.638606 66.471185) (xy 155.78699 66.830303) (xy 156.17963 67.223629) (xy 156.6929 67.436757) + (xy 157.248661 67.437242) (xy 157.762303 67.22501) (xy 158.155629 66.83237) (xy 158.368757 66.3191) (xy 158.368759 66.316664) + (xy 158.58099 66.830303) (xy 158.97363 67.223629) (xy 159.4869 67.436757) (xy 160.042661 67.437242) (xy 160.556303 67.22501) + (xy 160.949629 66.83237) (xy 161.162757 66.3191) (xy 161.163242 65.763339) (xy 160.95101 65.249697) (xy 160.55837 64.856371) + (xy 160.0451 64.643243) (xy 159.489339 64.642758) (xy 158.975697 64.85499) (xy 158.582371 65.24763) (xy 158.369243 65.7609) + (xy 158.369241 65.763336) (xy 158.15701 65.249697) (xy 157.76437 64.856371) (xy 157.2511 64.643243) (xy 156.695339 64.642758) + (xy 156.181697 64.85499) (xy 155.788371 65.24763) (xy 155.638394 65.608815) (xy 155.49001 65.249697) (xy 155.09737 64.856371) + (xy 154.5841 64.643243) (xy 154.028339 64.642758) (xy 153.514697 64.85499) (xy 153.121371 65.24763) (xy 152.908243 65.7609) + (xy 152.908241 65.763336) (xy 152.69601 65.249697) (xy 152.30337 64.856371) (xy 151.7901 64.643243) (xy 151.234339 64.642758) + (xy 150.720697 64.85499) (xy 150.327371 65.24763) (xy 150.114243 65.7609) (xy 150.113758 66.316661) (xy 150.32599 66.830303) + (xy 150.665654 67.17056) (xy 149.352 67.17056) (xy 149.116683 67.214838) (xy 148.900559 67.35391) (xy 148.755569 67.56611) + (xy 148.70456 67.818) (xy 144.816135 67.818) (xy 145.154052 67.480673) (xy 145.541559 66.547454) (xy 145.54244 65.536979) + (xy 145.156563 64.603085) (xy 144.816073 64.262) (xy 166.587864 64.262) (xy 166.249948 64.599327) (xy 165.862441 65.532546) + (xy 165.86156 66.543021) (xy 166.247437 67.476915) (xy 166.961327 68.192052) (xy 167.894546 68.579559) (xy 168.905021 68.58044) + (xy 169.838915 68.194563) (xy 170.554052 67.480673) (xy 170.941559 66.547454) (xy 170.94244 65.536979) (xy 170.556563 64.603085) + (xy 170.216073 64.262) (xy 174.715864 64.262) (xy 174.377948 64.599327) (xy 173.990441 65.532546) (xy 173.98956 66.543021) + (xy 174.375437 67.476915) (xy 175.089327 68.192052) (xy 176.022546 68.579559) (xy 177.033021 68.58044) (xy 177.966915 68.194563) + (xy 178.344135 67.818) (xy 182.23256 67.818) (xy 182.23256 69.342) (xy 182.276838 69.577317) (xy 182.41591 69.793441) + (xy 182.62811 69.938431) (xy 182.88 69.98944) (xy 184.404 69.98944) (xy 184.639317 69.945162) (xy 184.855441 69.80609) + (xy 185.000431 69.59389) (xy 185.05144 69.342) (xy 185.05144 68.887354) (xy 185.25099 69.370303) (xy 185.64363 69.763629) + (xy 186.1569 69.976757) (xy 186.712661 69.977242) (xy 187.226303 69.76501) (xy 187.619629 69.37237) (xy 187.769606 69.011185) + (xy 187.91799 69.370303) (xy 188.31063 69.763629) (xy 188.8239 69.976757) (xy 189.379661 69.977242) (xy 189.893303 69.76501) + (xy 190.286629 69.37237) (xy 190.499757 68.8591) (xy 190.499759 68.856664) (xy 190.71199 69.370303) (xy 191.10463 69.763629) + (xy 191.6179 69.976757) (xy 192.173661 69.977242) (xy 192.687303 69.76501) (xy 193.080629 69.37237) (xy 193.293757 68.8591) + (xy 193.293759 68.856664) (xy 193.50599 69.370303) (xy 193.89863 69.763629) (xy 194.4119 69.976757) (xy 194.967661 69.977242) + (xy 195.481303 69.76501) (xy 195.874629 69.37237) (xy 196.087757 68.8591) (xy 196.088242 68.303339) (xy 195.87601 67.789697) + (xy 195.48337 67.396371) (xy 194.9701 67.183243) (xy 194.414339 67.182758) (xy 193.900697 67.39499) (xy 193.507371 67.78763) + (xy 193.294243 68.3009) (xy 193.294241 68.303336) (xy 193.08201 67.789697) (xy 192.68937 67.396371) (xy 192.1761 67.183243) + (xy 191.620339 67.182758) (xy 191.106697 67.39499) (xy 190.713371 67.78763) (xy 190.500243 68.3009) (xy 190.500241 68.303336) + (xy 190.28801 67.789697) (xy 189.89537 67.396371) (xy 189.3821 67.183243) (xy 188.826339 67.182758) (xy 188.312697 67.39499) + (xy 187.919371 67.78763) (xy 187.769394 68.148815) (xy 187.62101 67.789697) (xy 187.22837 67.396371) (xy 186.7151 67.183243) + (xy 186.159339 67.182758) (xy 185.645697 67.39499) (xy 185.252371 67.78763) (xy 185.05144 68.271526) (xy 185.05144 67.818) + (xy 185.007162 67.582683) (xy 184.913347 67.436891) (xy 185.315661 67.437242) (xy 185.829303 67.22501) (xy 186.222629 66.83237) + (xy 186.435757 66.3191) (xy 186.435759 66.316664) (xy 186.64799 66.830303) (xy 187.04063 67.223629) (xy 187.5539 67.436757) + (xy 188.109661 67.437242) (xy 188.623303 67.22501) (xy 189.016629 66.83237) (xy 189.166606 66.471185) (xy 189.31499 66.830303) + (xy 189.70763 67.223629) (xy 190.2209 67.436757) (xy 190.776661 67.437242) (xy 191.290303 67.22501) (xy 191.683629 66.83237) + (xy 191.896757 66.3191) (xy 191.896759 66.316664) (xy 192.10899 66.830303) (xy 192.50163 67.223629) (xy 193.0149 67.436757) + (xy 193.570661 67.437242) (xy 194.084303 67.22501) (xy 194.477629 66.83237) (xy 194.690757 66.3191) (xy 194.691242 65.763339) + (xy 194.47901 65.249697) (xy 194.08637 64.856371) (xy 193.5731 64.643243) (xy 193.017339 64.642758) (xy 192.503697 64.85499) + (xy 192.110371 65.24763) (xy 191.897243 65.7609) (xy 191.897241 65.763336) (xy 191.68501 65.249697) (xy 191.29237 64.856371) + (xy 190.7791 64.643243) (xy 190.223339 64.642758) (xy 189.709697 64.85499) (xy 189.316371 65.24763) (xy 189.166394 65.608815) + (xy 189.01801 65.249697) (xy 188.62537 64.856371) (xy 188.1121 64.643243) (xy 187.556339 64.642758) (xy 187.042697 64.85499) + (xy 186.649371 65.24763) (xy 186.436243 65.7609) (xy 186.436241 65.763336) (xy 186.22401 65.249697) (xy 185.83137 64.856371) + (xy 185.3181 64.643243) (xy 184.762339 64.642758) (xy 184.248697 64.85499) (xy 183.855371 65.24763) (xy 183.642243 65.7609) + (xy 183.641758 66.316661) (xy 183.85399 66.830303) (xy 184.193654 67.17056) (xy 182.88 67.17056) (xy 182.644683 67.214838) + (xy 182.428559 67.35391) (xy 182.283569 67.56611) (xy 182.23256 67.818) (xy 178.344135 67.818) (xy 178.682052 67.480673) + (xy 179.069559 66.547454) (xy 179.07044 65.536979) (xy 178.684563 64.603085) (xy 178.344073 64.262) (xy 200.115864 64.262) + (xy 199.777948 64.599327) (xy 199.390441 65.532546) (xy 199.38956 66.543021) (xy 199.775437 67.476915) (xy 200.489327 68.192052) + (xy 201.422546 68.579559) (xy 202.433021 68.58044) (xy 203.366915 68.194563) (xy 204.082052 67.480673) (xy 204.469559 66.547454) + (xy 204.46976 66.316661) (xy 222.122758 66.316661) (xy 222.33499 66.830303) (xy 222.72763 67.223629) (xy 222.935512 67.309949) + (xy 222.729697 67.39499) (xy 222.336371 67.78763) (xy 222.123243 68.3009) (xy 222.122758 68.856661) (xy 222.33499 69.370303) + (xy 222.72763 69.763629) (xy 222.935512 69.849949) (xy 222.729697 69.93499) (xy 222.336371 70.32763) (xy 222.123243 70.8409) + (xy 222.122758 71.396661) (xy 222.33499 71.910303) (xy 222.72763 72.303629) (xy 222.935512 72.389949) (xy 222.729697 72.47499) + (xy 222.336371 72.86763) (xy 222.123243 73.3809) (xy 222.122758 73.936661) (xy 222.33499 74.450303) (xy 222.72763 74.843629) + (xy 222.935512 74.929949) (xy 222.729697 75.01499) (xy 222.336371 75.40763) (xy 222.123243 75.9209) (xy 222.122758 76.476661) + (xy 222.33499 76.990303) (xy 222.72763 77.383629) (xy 223.2409 77.596757) (xy 223.796661 77.597242) (xy 224.310303 77.38501) + (xy 224.703629 76.99237) (xy 224.916757 76.4791) (xy 224.917242 75.923339) (xy 224.70501 75.409697) (xy 224.31237 75.016371) + (xy 224.104488 74.930051) (xy 224.310303 74.84501) (xy 224.703629 74.45237) (xy 224.916757 73.9391) (xy 224.917242 73.383339) + (xy 224.70501 72.869697) (xy 224.31237 72.476371) (xy 224.104488 72.390051) (xy 224.310303 72.30501) (xy 224.703629 71.91237) + (xy 224.916757 71.3991) (xy 224.917242 70.843339) (xy 224.70501 70.329697) (xy 224.31237 69.936371) (xy 224.104488 69.850051) + (xy 224.310303 69.76501) (xy 224.703629 69.37237) (xy 224.916757 68.8591) (xy 224.917242 68.303339) (xy 224.70501 67.789697) + (xy 224.31237 67.396371) (xy 224.104488 67.310051) (xy 224.310303 67.22501) (xy 224.703629 66.83237) (xy 224.916757 66.3191) + (xy 224.917242 65.763339) (xy 224.70501 65.249697) (xy 224.352928 64.897) (xy 224.40831 64.897) (xy 224.641699 64.800327) + (xy 224.820327 64.621698) (xy 224.917 64.388309) (xy 224.917 63.78575) (xy 224.75825 63.627) (xy 223.647 63.627) + (xy 223.647 63.647) (xy 223.393 63.647) (xy 223.393 63.627) (xy 222.28175 63.627) (xy 222.123 63.78575) + (xy 222.123 64.388309) (xy 222.219673 64.621698) (xy 222.398301 64.800327) (xy 222.63169 64.897) (xy 222.687614 64.897) + (xy 222.336371 65.24763) (xy 222.123243 65.7609) (xy 222.122758 66.316661) (xy 204.46976 66.316661) (xy 204.47044 65.536979) + (xy 204.084563 64.603085) (xy 203.744073 64.262) (xy 215.9 64.262) (xy 215.94941 64.251994) (xy 215.991035 64.223553) + (xy 216.018315 64.181159) (xy 216.027 64.135) (xy 216.027 62.611691) (xy 222.123 62.611691) (xy 222.123 63.21425) + (xy 222.28175 63.373) (xy 223.393 63.373) (xy 223.393 62.26175) (xy 223.647 62.26175) (xy 223.647 63.373) + (xy 224.75825 63.373) (xy 224.917 63.21425) (xy 224.917 62.611691) (xy 224.820327 62.378302) (xy 224.641699 62.199673) + (xy 224.40831 62.103) (xy 223.80575 62.103) (xy 223.647 62.26175) (xy 223.393 62.26175) (xy 223.23425 62.103) + (xy 222.63169 62.103) (xy 222.398301 62.199673) (xy 222.219673 62.378302) (xy 222.123 62.611691) (xy 216.027 62.611691) + (xy 216.027 61.087) (xy 227.7745 61.087) + ) + ) + ) + (zone (net 102) (net_name GND) (layer GND_layer) (tstamp 489AD1F1) (hatch edge 0.508) + (connect_pads (clearance 0.5)) + (min_thickness 0.3) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 71.755 146.685) (xy 227.33 146.05) (xy 227.33 56.515) (xy 97.155 56.515) (xy 97.155 74.93) + (xy 79.375 74.93) (xy 79.375 71.12) (xy 71.755 71.12) + ) + ) + (filled_polygon + (pts + (xy 227.18 145.900611) (xy 85.352081 146.4795) (xy 71.9605 146.4795) (xy 71.9605 141.797235) (xy 88.854843 141.797235) + (xy 88.895536 142.027081) (xy 89.11405 142.131523) (xy 89.348741 142.191328) (xy 89.590589 142.204198) (xy 89.830301 142.169638) + (xy 90.058666 142.088977) (xy 90.174464 142.027081) (xy 90.215157 141.797235) (xy 89.535 141.117078) (xy 88.854843 141.797235) + (xy 71.9605 141.797235) (xy 71.9605 141.025589) (xy 88.300802 141.025589) (xy 88.335362 141.265301) (xy 88.416023 141.493666) + (xy 88.477919 141.609464) (xy 88.707765 141.650157) (xy 89.387922 140.97) (xy 89.682078 140.97) (xy 90.362235 141.650157) + (xy 90.592081 141.609464) (xy 90.696523 141.39095) (xy 90.756328 141.156259) (xy 90.769198 140.914411) (xy 90.734638 140.674699) + (xy 90.653977 140.446334) (xy 90.592081 140.330536) (xy 90.362235 140.289843) (xy 89.682078 140.97) (xy 89.387922 140.97) + (xy 88.707765 140.289843) (xy 88.477919 140.330536) (xy 88.373477 140.54905) (xy 88.313672 140.783741) (xy 88.300802 141.025589) + (xy 71.9605 141.025589) (xy 71.9605 140.142765) (xy 88.854843 140.142765) (xy 89.535 140.822922) (xy 90.215157 140.142765) + (xy 90.174464 139.912919) (xy 89.95595 139.808477) (xy 89.721259 139.748672) (xy 89.479411 139.735802) (xy 89.239699 139.770362) + (xy 89.011334 139.851023) (xy 88.895536 139.912919) (xy 88.854843 140.142765) (xy 71.9605 140.142765) (xy 71.9605 138.659707) + (xy 82.215895 138.659707) (xy 82.259138 138.89532) (xy 82.347321 139.118047) (xy 82.477087 139.319403) (xy 82.643491 139.49172) + (xy 82.840196 139.628433) (xy 83.059709 139.724336) (xy 83.29367 139.775776) (xy 83.533166 139.780793) (xy 83.769075 139.739195) + (xy 83.992412 139.652569) (xy 84.194669 139.524212) (xy 84.368143 139.359015) (xy 84.506227 139.163269) (xy 84.60366 138.944431) + (xy 84.656732 138.710835) (xy 84.660552 138.437226) (xy 84.614024 138.202239) (xy 84.522739 137.980766) (xy 84.390175 137.781241) + (xy 84.221381 137.611264) (xy 84.022786 137.477311) (xy 83.801955 137.384482) (xy 83.567299 137.336314) (xy 83.327757 137.334642) + (xy 83.092451 137.379528) (xy 82.870346 137.469265) (xy 82.6699 137.600433) (xy 82.498749 137.768036) (xy 82.363412 137.965691) + (xy 82.269044 138.185868) (xy 82.219239 138.420182) (xy 82.215895 138.659707) (xy 71.9605 138.659707) (xy 71.9605 134.287051) + (xy 74.900938 134.287051) (xy 74.937713 134.564338) (xy 75.027879 134.829124) (xy 75.114578 134.991325) (xy 75.363864 135.055058) + (xy 76.179922 134.239) (xy 75.363864 133.422942) (xy 75.114578 133.486675) (xy 74.991103 133.737663) (xy 74.918966 134.007917) + (xy 74.900938 134.287051) (xy 71.9605 134.287051) (xy 71.9605 119.047051) (xy 74.900938 119.047051) (xy 74.937713 119.324338) + (xy 75.027879 119.589124) (xy 75.114578 119.751325) (xy 75.363864 119.815058) (xy 76.179922 118.999) (xy 75.363864 118.182942) + (xy 75.114578 118.246675) (xy 74.991103 118.497663) (xy 74.918966 118.767917) (xy 74.900938 119.047051) (xy 71.9605 119.047051) + (xy 71.9605 111.427051) (xy 74.900938 111.427051) (xy 74.937713 111.704338) (xy 75.027879 111.969124) (xy 75.114578 112.131325) + (xy 75.363864 112.195058) (xy 76.179922 111.379) (xy 75.363864 110.562942) (xy 75.114578 110.626675) (xy 74.991103 110.877663) + (xy 74.918966 111.147917) (xy 74.900938 111.427051) (xy 71.9605 111.427051) (xy 71.9605 109.802136) (xy 75.510942 109.802136) + (xy 75.574675 110.051422) (xy 75.686861 110.106613) (xy 75.574675 110.166578) (xy 75.510942 110.415864) (xy 76.327 111.231922) + (xy 77.143058 110.415864) (xy 77.079325 110.166578) (xy 76.967139 110.111387) (xy 77.079325 110.051422) (xy 77.143058 109.802136) + (xy 76.327 108.986078) (xy 75.510942 109.802136) (xy 71.9605 109.802136) (xy 71.9605 108.887051) (xy 74.900938 108.887051) + (xy 74.937713 109.164338) (xy 75.027879 109.429124) (xy 75.114578 109.591325) (xy 75.363864 109.655058) (xy 76.179922 108.839) + (xy 75.363864 108.022942) (xy 75.114578 108.086675) (xy 74.991103 108.337663) (xy 74.918966 108.607917) (xy 74.900938 108.887051) + (xy 71.9605 108.887051) (xy 71.9605 105.537) (xy 74.911855 105.537) (xy 74.911855 107.061) (xy 74.920109 107.16451) + (xy 74.974478 107.340074) (xy 75.075606 107.493541) (xy 75.215484 107.612758) (xy 75.383038 107.688286) (xy 75.552733 107.712402) + (xy 75.510942 107.875864) (xy 76.327 108.691922) (xy 77.143058 107.875864) (xy 77.101459 107.713152) (xy 77.19251 107.705891) + (xy 77.368074 107.651522) (xy 77.521541 107.550394) (xy 77.640758 107.410516) (xy 77.716286 107.242962) (xy 77.730589 107.142316) + (xy 77.755071 107.180304) (xy 77.947427 107.379495) (xy 78.174809 107.53753) (xy 78.243992 107.567755) (xy 78.209661 107.581626) + (xy 77.977954 107.73325) (xy 77.780112 107.926992) (xy 77.623668 108.155472) (xy 77.602542 108.204763) (xy 77.539422 108.086675) + (xy 77.290136 108.022942) (xy 76.474078 108.839) (xy 77.290136 109.655058) (xy 77.539422 109.591325) (xy 77.598562 109.471112) + (xy 77.605068 109.487545) (xy 77.755071 109.720304) (xy 77.947427 109.919495) (xy 78.174809 110.07753) (xy 78.243992 110.107755) + (xy 78.209661 110.121626) (xy 77.977954 110.27325) (xy 77.780112 110.466992) (xy 77.623668 110.695472) (xy 77.602542 110.744763) + (xy 77.539422 110.626675) (xy 77.290136 110.562942) (xy 76.474078 111.379) (xy 77.290136 112.195058) (xy 77.539422 112.131325) + (xy 77.598562 112.011112) (xy 77.605068 112.027545) (xy 77.755071 112.260304) (xy 77.947427 112.459495) (xy 78.174809 112.61753) + (xy 78.243992 112.647755) (xy 78.209661 112.661626) (xy 77.977954 112.81325) (xy 77.780112 113.006992) (xy 77.623668 113.235472) + (xy 77.59762 113.296246) (xy 77.579754 113.252899) (xy 77.426516 113.022257) (xy 77.231398 112.825771) (xy 77.001831 112.670926) + (xy 76.961949 112.654161) (xy 77.079325 112.591422) (xy 77.143058 112.342136) (xy 76.327 111.526078) (xy 75.510942 112.342136) + (xy 75.574675 112.591422) (xy 75.695861 112.65104) (xy 75.669661 112.661626) (xy 75.437954 112.81325) (xy 75.240112 113.006992) + (xy 75.083668 113.235472) (xy 74.974583 113.489988) (xy 74.91701 113.760844) (xy 74.913144 114.037725) (xy 74.963131 114.310083) + (xy 75.065068 114.567545) (xy 75.215071 114.800304) (xy 75.407427 114.999495) (xy 75.634809 115.15753) (xy 75.703992 115.187755) + (xy 75.669661 115.201626) (xy 75.437954 115.35325) (xy 75.240112 115.546992) (xy 75.083668 115.775472) (xy 74.974583 116.029988) + (xy 74.91701 116.300844) (xy 74.913144 116.577725) (xy 74.963131 116.850083) (xy 75.065068 117.107545) (xy 75.215071 117.340304) + (xy 75.407427 117.539495) (xy 75.634809 117.69753) (xy 75.69339 117.723123) (xy 75.574675 117.786578) (xy 75.510942 118.035864) + (xy 76.327 118.851922) (xy 77.143058 118.035864) (xy 77.079325 117.786578) (xy 76.960182 117.727965) (xy 76.966719 117.725429) + (xy 77.20052 117.577055) (xy 77.401049 117.386094) (xy 77.560667 117.159821) (xy 77.595124 117.08243) (xy 77.605068 117.107545) + (xy 77.755071 117.340304) (xy 77.947427 117.539495) (xy 78.174809 117.69753) (xy 78.243992 117.727755) (xy 78.209661 117.741626) + (xy 77.977954 117.89325) (xy 77.780112 118.086992) (xy 77.623668 118.315472) (xy 77.602542 118.364763) (xy 77.539422 118.246675) + (xy 77.290136 118.182942) (xy 76.474078 118.999) (xy 77.290136 119.815058) (xy 77.539422 119.751325) (xy 77.598562 119.631112) + (xy 77.605068 119.647545) (xy 77.755071 119.880304) (xy 77.947427 120.079495) (xy 78.174809 120.23753) (xy 78.243992 120.267755) + (xy 78.209661 120.281626) (xy 77.977954 120.43325) (xy 77.780112 120.626992) (xy 77.623668 120.855472) (xy 77.59762 120.916246) + (xy 77.579754 120.872899) (xy 77.426516 120.642257) (xy 77.231398 120.445771) (xy 77.001831 120.290926) (xy 76.961949 120.274161) + (xy 77.079325 120.211422) (xy 77.143058 119.962136) (xy 76.327 119.146078) (xy 75.510942 119.962136) (xy 75.574675 120.211422) + (xy 75.695861 120.27104) (xy 75.669661 120.281626) (xy 75.437954 120.43325) (xy 75.240112 120.626992) (xy 75.083668 120.855472) + (xy 74.974583 121.109988) (xy 74.91701 121.380844) (xy 74.913144 121.657725) (xy 74.963131 121.930083) (xy 75.065068 122.187545) + (xy 75.215071 122.420304) (xy 75.407427 122.619495) (xy 75.634809 122.77753) (xy 75.703992 122.807755) (xy 75.669661 122.821626) + (xy 75.437954 122.97325) (xy 75.240112 123.166992) (xy 75.083668 123.395472) (xy 74.974583 123.649988) (xy 74.91701 123.920844) + (xy 74.913144 124.197725) (xy 74.963131 124.470083) (xy 75.065068 124.727545) (xy 75.215071 124.960304) (xy 75.407427 125.159495) + (xy 75.634809 125.31753) (xy 75.703992 125.347755) (xy 75.669661 125.361626) (xy 75.437954 125.51325) (xy 75.240112 125.706992) + (xy 75.083668 125.935472) (xy 74.974583 126.189988) (xy 74.91701 126.460844) (xy 74.913144 126.737725) (xy 74.963131 127.010083) + (xy 75.065068 127.267545) (xy 75.215071 127.500304) (xy 75.407427 127.699495) (xy 75.634809 127.85753) (xy 75.703992 127.887755) + (xy 75.669661 127.901626) (xy 75.437954 128.05325) (xy 75.240112 128.246992) (xy 75.083668 128.475472) (xy 74.974583 128.729988) + (xy 74.91701 129.000844) (xy 74.913144 129.277725) (xy 74.963131 129.550083) (xy 75.065068 129.807545) (xy 75.215071 130.040304) + (xy 75.407427 130.239495) (xy 75.634809 130.39753) (xy 75.703992 130.427755) (xy 75.669661 130.441626) (xy 75.437954 130.59325) + (xy 75.240112 130.786992) (xy 75.083668 131.015472) (xy 74.974583 131.269988) (xy 74.91701 131.540844) (xy 74.913144 131.817725) + (xy 74.963131 132.090083) (xy 75.065068 132.347545) (xy 75.215071 132.580304) (xy 75.407427 132.779495) (xy 75.634809 132.93753) + (xy 75.69339 132.963123) (xy 75.574675 133.026578) (xy 75.510942 133.275864) (xy 76.327 134.091922) (xy 77.143058 133.275864) + (xy 77.079325 133.026578) (xy 76.960182 132.967965) (xy 76.966719 132.965429) (xy 77.20052 132.817055) (xy 77.401049 132.626094) + (xy 77.560667 132.399821) (xy 77.595124 132.32243) (xy 77.605068 132.347545) (xy 77.755071 132.580304) (xy 77.947427 132.779495) + (xy 78.174809 132.93753) (xy 78.243992 132.967755) (xy 78.209661 132.981626) (xy 77.977954 133.13325) (xy 77.780112 133.326992) + (xy 77.623668 133.555472) (xy 77.602542 133.604763) (xy 77.539422 133.486675) (xy 77.290136 133.422942) (xy 76.474078 134.239) + (xy 77.290136 135.055058) (xy 77.539422 134.991325) (xy 77.598562 134.871112) (xy 77.605068 134.887545) (xy 77.755071 135.120304) + (xy 77.947427 135.319495) (xy 78.174809 135.47753) (xy 78.243992 135.507755) (xy 78.209661 135.521626) (xy 77.977954 135.67325) + (xy 77.780112 135.866992) (xy 77.623668 136.095472) (xy 77.59762 136.156246) (xy 77.579754 136.112899) (xy 77.426516 135.882257) + (xy 77.231398 135.685771) (xy 77.001831 135.530926) (xy 76.961949 135.514161) (xy 77.079325 135.451422) (xy 77.143058 135.202136) + (xy 76.327 134.386078) (xy 75.510942 135.202136) (xy 75.574675 135.451422) (xy 75.695861 135.51104) (xy 75.669661 135.521626) + (xy 75.437954 135.67325) (xy 75.240112 135.866992) (xy 75.083668 136.095472) (xy 74.974583 136.349988) (xy 74.91701 136.620844) + (xy 74.913144 136.897725) (xy 74.963131 137.170083) (xy 75.065068 137.427545) (xy 75.215071 137.660304) (xy 75.407427 137.859495) + (xy 75.634809 138.01753) (xy 75.888557 138.128389) (xy 76.159005 138.187851) (xy 76.435851 138.19365) (xy 76.708552 138.145566) + (xy 76.966719 138.045429) (xy 77.20052 137.897055) (xy 77.401049 137.706094) (xy 77.560667 137.479821) (xy 77.595124 137.40243) + (xy 77.605068 137.427545) (xy 77.755071 137.660304) (xy 77.947427 137.859495) (xy 78.174809 138.01753) (xy 78.428557 138.128389) + (xy 78.699005 138.187851) (xy 78.975851 138.19365) (xy 79.248552 138.145566) (xy 79.506719 138.045429) (xy 79.74052 137.897055) + (xy 79.941049 137.706094) (xy 80.100667 137.479821) (xy 80.213296 137.226853) (xy 80.274644 136.956827) (xy 80.27906 136.640546) + (xy 80.225276 136.368912) (xy 80.119754 136.112899) (xy 79.966516 135.882257) (xy 79.771398 135.685771) (xy 79.541831 135.530926) + (xy 79.493434 135.510582) (xy 79.506719 135.505429) (xy 79.74052 135.357055) (xy 79.941049 135.166094) (xy 80.100667 134.939821) + (xy 80.213296 134.686853) (xy 80.274644 134.416827) (xy 80.275692 134.341707) (xy 82.215895 134.341707) (xy 82.259138 134.57732) + (xy 82.347321 134.800047) (xy 82.477087 135.001403) (xy 82.643491 135.17372) (xy 82.840196 135.310433) (xy 83.059709 135.406336) + (xy 83.29367 135.457776) (xy 83.533166 135.462793) (xy 83.769075 135.421195) (xy 83.992412 135.334569) (xy 84.194669 135.206212) + (xy 84.368143 135.041015) (xy 84.506227 134.845269) (xy 84.553663 134.738725) (xy 87.486144 134.738725) (xy 87.536131 135.011083) + (xy 87.638068 135.268545) (xy 87.788071 135.501304) (xy 87.980427 135.700495) (xy 88.207809 135.85853) (xy 88.461557 135.969389) + (xy 88.732005 136.028851) (xy 89.008851 136.03465) (xy 89.281552 135.986566) (xy 89.539719 135.886429) (xy 89.77352 135.738055) + (xy 89.974049 135.547094) (xy 90.031523 135.46562) (xy 90.033109 135.48551) (xy 90.087478 135.661074) (xy 90.188606 135.814541) + (xy 90.328484 135.933758) (xy 90.496038 136.009286) (xy 90.678 136.035145) (xy 92.202 136.035145) (xy 92.30551 136.026891) + (xy 92.481074 135.972522) (xy 92.634541 135.871394) (xy 92.753758 135.731516) (xy 92.829286 135.563962) (xy 92.855145 135.382) + (xy 92.855145 133.858) (xy 92.846891 133.75449) (xy 92.792522 133.578926) (xy 92.691394 133.425459) (xy 92.551516 133.306242) + (xy 92.383962 133.230714) (xy 92.202 133.204855) (xy 90.678 133.204855) (xy 90.57449 133.213109) (xy 90.398926 133.267478) + (xy 90.245459 133.368606) (xy 90.126242 133.508484) (xy 90.050714 133.676038) (xy 90.036165 133.778418) (xy 89.999516 133.723257) + (xy 89.804398 133.526771) (xy 89.574831 133.371926) (xy 89.31956 133.26462) (xy 89.048308 133.208941) (xy 88.771408 133.207007) + (xy 88.499405 133.258895) (xy 88.242661 133.362626) (xy 88.010954 133.51425) (xy 87.813112 133.707992) (xy 87.656668 133.936472) + (xy 87.547583 134.190988) (xy 87.49001 134.461844) (xy 87.486144 134.738725) (xy 84.553663 134.738725) (xy 84.60366 134.626431) + (xy 84.656732 134.392835) (xy 84.660552 134.119226) (xy 84.614024 133.884239) (xy 84.522739 133.662766) (xy 84.390175 133.463241) + (xy 84.221381 133.293264) (xy 84.022786 133.159311) (xy 83.801955 133.066482) (xy 83.567299 133.018314) (xy 83.327757 133.016642) + (xy 83.092451 133.061528) (xy 82.870346 133.151265) (xy 82.6699 133.282433) (xy 82.498749 133.450036) (xy 82.363412 133.647691) + (xy 82.269044 133.867868) (xy 82.219239 134.102182) (xy 82.215895 134.341707) (xy 80.275692 134.341707) (xy 80.27906 134.100546) + (xy 80.225276 133.828912) (xy 80.119754 133.572899) (xy 79.966516 133.342257) (xy 79.771398 133.145771) (xy 79.541831 132.990926) + (xy 79.493434 132.970582) (xy 79.506719 132.965429) (xy 79.74052 132.817055) (xy 79.941049 132.626094) (xy 80.100667 132.399821) + (xy 80.213296 132.146853) (xy 80.274644 131.876827) (xy 80.27906 131.560546) (xy 80.225276 131.288912) (xy 80.119754 131.032899) + (xy 79.966516 130.802257) (xy 79.771398 130.605771) (xy 79.541831 130.450926) (xy 79.501949 130.434161) (xy 79.619325 130.371422) + (xy 79.683058 130.122136) (xy 78.867 129.306078) (xy 78.050942 130.122136) (xy 78.114675 130.371422) (xy 78.235861 130.43104) + (xy 78.209661 130.441626) (xy 77.977954 130.59325) (xy 77.780112 130.786992) (xy 77.623668 131.015472) (xy 77.59762 131.076246) + (xy 77.579754 131.032899) (xy 77.426516 130.802257) (xy 77.231398 130.605771) (xy 77.001831 130.450926) (xy 76.953434 130.430582) + (xy 76.966719 130.425429) (xy 77.20052 130.277055) (xy 77.401049 130.086094) (xy 77.560667 129.859821) (xy 77.590833 129.792067) + (xy 77.654578 129.911325) (xy 77.903864 129.975058) (xy 78.719922 129.159) (xy 78.70578 129.144858) (xy 78.852858 128.99778) + (xy 78.867 129.011922) (xy 78.881143 128.99778) (xy 79.028221 129.144858) (xy 79.014078 129.159) (xy 79.830136 129.975058) + (xy 80.079422 129.911325) (xy 80.202897 129.660337) (xy 80.275034 129.390083) (xy 80.293062 129.110949) (xy 80.256287 128.833662) + (xy 80.179209 128.60731) (xy 80.242467 128.573675) (xy 80.306185 128.540647) (xy 80.309379 128.538097) (xy 80.312985 128.53618) + (xy 80.368581 128.490837) (xy 80.424697 128.44604) (xy 80.430386 128.44043) (xy 80.430501 128.440336) (xy 80.430589 128.44023) + (xy 80.432422 128.438422) (xy 82.337422 126.533422) (xy 82.383013 126.477919) (xy 82.429113 126.422979) (xy 82.43108 126.419401) + (xy 82.433675 126.416242) (xy 82.467594 126.352983) (xy 82.502168 126.290093) (xy 82.503404 126.286196) (xy 82.505334 126.282597) + (xy 82.526315 126.213971) (xy 82.548021 126.145547) (xy 82.548476 126.141488) (xy 82.549671 126.13758) (xy 82.556924 126.066172) + (xy 82.564924 125.994849) (xy 82.56498 125.98686) (xy 82.564995 125.986712) (xy 82.564982 125.986574) (xy 82.565 125.984) + (xy 82.565 119.228707) (xy 83.866895 119.228707) (xy 83.910138 119.46432) (xy 83.998321 119.687047) (xy 84.128087 119.888403) + (xy 84.294491 120.06072) (xy 84.491196 120.197433) (xy 84.710709 120.293336) (xy 84.94467 120.344776) (xy 85.184166 120.349793) + (xy 85.420075 120.308195) (xy 85.643412 120.221569) (xy 85.845669 120.093212) (xy 86.019143 119.928015) (xy 86.157227 119.732269) + (xy 86.25466 119.513431) (xy 86.307732 119.279835) (xy 86.311552 119.006226) (xy 86.265024 118.771239) (xy 86.173739 118.549766) + (xy 86.041175 118.350241) (xy 85.872381 118.180264) (xy 85.673786 118.046311) (xy 85.452955 117.953482) (xy 85.218299 117.905314) + (xy 84.978757 117.903642) (xy 84.743451 117.948528) (xy 84.521346 118.038265) (xy 84.3209 118.169433) (xy 84.149749 118.337036) + (xy 84.014412 118.534691) (xy 83.920044 118.754868) (xy 83.870239 118.989182) (xy 83.866895 119.228707) (xy 82.565 119.228707) + (xy 82.565 116.118122) (xy 82.5992 116.153537) (xy 82.775454 116.276036) (xy 82.972144 116.361968) (xy 83.18178 116.408059) + (xy 83.396375 116.412555) (xy 83.607757 116.375282) (xy 83.807873 116.297662) (xy 83.989102 116.182651) (xy 84.14454 116.034629) + (xy 84.268267 115.859235) (xy 84.35557 115.66315) (xy 84.403124 115.453841) (xy 84.406547 115.208679) (xy 84.395727 115.154029) + (xy 94.662061 115.154029) (xy 94.700808 115.365145) (xy 94.779823 115.564714) (xy 94.896097 115.745136) (xy 94.981 115.833056) + (xy 94.981 116.83093) (xy 94.915507 116.895065) (xy 94.794241 117.072169) (xy 94.709685 117.269455) (xy 94.665058 117.479407) + (xy 94.662061 117.694029) (xy 94.700808 117.905145) (xy 94.779823 118.104714) (xy 94.896097 118.285136) (xy 95.0452 118.439537) + (xy 95.221454 118.562036) (xy 95.418144 118.647968) (xy 95.62778 118.694059) (xy 95.842375 118.698555) (xy 96.053757 118.661282) + (xy 96.253873 118.583662) (xy 96.435102 118.468651) (xy 96.59054 118.320629) (xy 96.714267 118.145235) (xy 96.80157 117.94915) + (xy 96.849124 117.739841) (xy 96.852547 117.494679) (xy 96.810856 117.284124) (xy 96.729062 117.085677) (xy 96.610281 116.906897) + (xy 96.535 116.831089) (xy 96.535 115.9279) (xy 100.315 115.9279) (xy 100.315 118.10093) (xy 100.249507 118.165065) + (xy 100.128241 118.342169) (xy 100.043685 118.539455) (xy 99.999058 118.749407) (xy 99.996061 118.964029) (xy 100.034808 119.175145) + (xy 100.113823 119.374714) (xy 100.230097 119.555136) (xy 100.3792 119.709537) (xy 100.555454 119.832036) (xy 100.752144 119.917968) + (xy 100.96178 119.964059) (xy 101.176375 119.968555) (xy 101.387757 119.931282) (xy 101.587873 119.853662) (xy 101.769102 119.738651) + (xy 101.92454 119.590629) (xy 102.048267 119.415235) (xy 102.13557 119.21915) (xy 102.183124 119.009841) (xy 102.186547 118.764679) + (xy 102.144856 118.554124) (xy 102.063062 118.355677) (xy 101.944281 118.176897) (xy 101.869 118.101089) (xy 101.869 115.833519) + (xy 101.92454 115.780629) (xy 102.048267 115.605235) (xy 102.13557 115.40915) (xy 102.183124 115.199841) (xy 102.186547 114.954679) + (xy 102.144856 114.744124) (xy 102.063062 114.545677) (xy 101.944281 114.366897) (xy 101.793036 114.214593) (xy 101.61509 114.094566) + (xy 101.509924 114.050358) (xy 101.593669 113.997212) (xy 101.767143 113.832015) (xy 101.905227 113.636269) (xy 102.00266 113.417431) + (xy 102.055732 113.183835) (xy 102.059552 112.910226) (xy 102.013024 112.675239) (xy 101.921739 112.453766) (xy 101.789175 112.254241) + (xy 101.620381 112.084264) (xy 101.421786 111.950311) (xy 101.200955 111.857482) (xy 100.966299 111.809314) (xy 100.726757 111.807642) + (xy 100.491451 111.852528) (xy 100.269346 111.942265) (xy 100.0689 112.073433) (xy 99.897749 112.241036) (xy 99.762412 112.438691) + (xy 99.668044 112.658868) (xy 99.618239 112.893182) (xy 99.614895 113.132707) (xy 99.658138 113.36832) (xy 99.746321 113.591047) + (xy 99.876087 113.792403) (xy 100.042491 113.96472) (xy 100.239196 114.101433) (xy 100.432141 114.185729) (xy 100.416292 114.1961) + (xy 96.431619 114.1961) (xy 96.28109 114.094566) (xy 96.083219 114.011389) (xy 95.87296 113.968229) (xy 95.658323 113.96673) + (xy 95.447482 114.00695) (xy 95.248469 114.087357) (xy 95.068864 114.204887) (xy 94.915507 114.355065) (xy 94.794241 114.532169) + (xy 94.709685 114.729455) (xy 94.665058 114.939407) (xy 94.662061 115.154029) (xy 84.395727 115.154029) (xy 84.364856 114.998124) + (xy 84.283062 114.799677) (xy 84.164281 114.620897) (xy 84.013036 114.468593) (xy 83.83509 114.348566) (xy 83.637219 114.265389) + (xy 83.42696 114.222229) (xy 83.212323 114.22073) (xy 83.001482 114.26095) (xy 82.802469 114.341357) (xy 82.622864 114.458887) + (xy 82.565 114.515552) (xy 82.565 111.954844) (xy 84.97729 109.542554) (xy 85.097439 109.521368) (xy 85.274335 109.452755) + (xy 85.434534 109.351089) (xy 85.477925 109.309769) (xy 85.71 109.541844) (xy 85.71 110.998) (xy 85.717009 111.069482) + (xy 85.72326 111.14093) (xy 85.724399 111.14485) (xy 85.724798 111.14892) (xy 85.745554 111.217668) (xy 85.765567 111.286553) + (xy 85.767447 111.290179) (xy 85.768628 111.294092) (xy 85.802325 111.357467) (xy 85.835353 111.421185) (xy 85.837903 111.424379) + (xy 85.83982 111.427985) (xy 85.885163 111.483581) (xy 85.92996 111.539697) (xy 85.93557 111.545386) (xy 85.935664 111.545501) + (xy 85.93577 111.545589) (xy 85.937578 111.547422) (xy 86.535288 112.145132) (xy 86.534061 112.233029) (xy 86.572808 112.444145) + (xy 86.651823 112.643714) (xy 86.768097 112.824136) (xy 86.9172 112.978537) (xy 87.093454 113.101036) (xy 87.290144 113.186968) + (xy 87.49978 113.233059) (xy 87.714375 113.237555) (xy 87.925757 113.200282) (xy 87.999961 113.1715) (xy 90.274 113.1715) + (xy 90.274 113.729808) (xy 90.299287 113.856932) (xy 90.348888 113.97668) (xy 90.420898 114.084451) (xy 90.51255 114.176102) + (xy 90.62032 114.248112) (xy 90.740069 114.297713) (xy 90.867193 114.323) (xy 91.4255 114.323) (xy 91.59 114.1585) + (xy 91.59 113.007) (xy 90.4385 113.007) (xy 90.274 113.1715) (xy 87.999961 113.1715) (xy 88.125873 113.122662) + (xy 88.307102 113.007651) (xy 88.46254 112.859629) (xy 88.586267 112.684235) (xy 88.67357 112.48815) (xy 88.721124 112.278841) + (xy 88.723953 112.076192) (xy 90.274 112.076192) (xy 90.274 112.6345) (xy 90.4385 112.799) (xy 91.59 112.799) + (xy 91.59 111.6475) (xy 91.798 111.6475) (xy 91.798 112.799) (xy 91.818 112.799) (xy 91.818 113.007) + (xy 91.798 113.007) (xy 91.798 114.1585) (xy 91.9625 114.323) (xy 92.520807 114.323) (xy 92.647931 114.297713) + (xy 92.76768 114.248112) (xy 92.87545 114.176102) (xy 92.967102 114.084451) (xy 93.039112 113.97668) (xy 93.088713 113.856932) + (xy 93.10762 113.761881) (xy 93.122071 113.784304) (xy 93.314427 113.983495) (xy 93.541809 114.14153) (xy 93.795557 114.252389) + (xy 94.066005 114.311851) (xy 94.342851 114.31765) (xy 94.615552 114.269566) (xy 94.873719 114.169429) (xy 95.10752 114.021055) + (xy 95.308049 113.830094) (xy 95.467667 113.603821) (xy 95.580296 113.350853) (xy 95.641644 113.080827) (xy 95.64606 112.764546) + (xy 95.592276 112.492912) (xy 95.489561 112.243707) (xy 96.185895 112.243707) (xy 96.229138 112.47932) (xy 96.317321 112.702047) + (xy 96.447087 112.903403) (xy 96.613491 113.07572) (xy 96.810196 113.212433) (xy 97.029709 113.308336) (xy 97.26367 113.359776) + (xy 97.503166 113.364793) (xy 97.739075 113.323195) (xy 97.962412 113.236569) (xy 98.164669 113.108212) (xy 98.338143 112.943015) + (xy 98.476227 112.747269) (xy 98.57366 112.528431) (xy 98.626732 112.294835) (xy 98.630552 112.021226) (xy 98.584024 111.786239) + (xy 98.492739 111.564766) (xy 98.360175 111.365241) (xy 98.191381 111.195264) (xy 97.992786 111.061311) (xy 97.771955 110.968482) + (xy 97.537299 110.920314) (xy 97.297757 110.918642) (xy 97.062451 110.963528) (xy 96.840346 111.053265) (xy 96.6399 111.184433) + (xy 96.468749 111.352036) (xy 96.333412 111.549691) (xy 96.239044 111.769868) (xy 96.189239 112.004182) (xy 96.185895 112.243707) + (xy 95.489561 112.243707) (xy 95.486754 112.236899) (xy 95.333516 112.006257) (xy 95.138398 111.809771) (xy 94.908831 111.654926) + (xy 94.65356 111.54762) (xy 94.382308 111.491941) (xy 94.105408 111.490007) (xy 93.833405 111.541895) (xy 93.576661 111.645626) + (xy 93.344954 111.79725) (xy 93.147112 111.990992) (xy 93.108321 112.047644) (xy 93.088713 111.949068) (xy 93.039112 111.82932) + (xy 92.967102 111.721549) (xy 92.87545 111.629898) (xy 92.76768 111.557888) (xy 92.647931 111.508287) (xy 92.520807 111.483) + (xy 91.9625 111.483) (xy 91.798 111.6475) (xy 91.59 111.6475) (xy 91.4255 111.483) (xy 90.867193 111.483) + (xy 90.740069 111.508287) (xy 90.62032 111.557888) (xy 90.51255 111.629898) (xy 90.420898 111.721549) (xy 90.348888 111.82932) + (xy 90.299287 111.949068) (xy 90.274 112.076192) (xy 88.723953 112.076192) (xy 88.724547 112.033679) (xy 88.682856 111.823124) + (xy 88.601062 111.624677) (xy 88.482281 111.445897) (xy 88.331036 111.293593) (xy 88.15309 111.173566) (xy 87.955219 111.090389) + (xy 87.74496 111.047229) (xy 87.6343 111.046456) (xy 87.264 110.676156) (xy 87.264 109.22) (xy 87.256996 109.148568) + (xy 87.250741 109.07707) (xy 87.249601 109.073144) (xy 87.249202 109.06908) (xy 87.228468 109.000406) (xy 87.208434 108.931448) + (xy 87.206553 108.927819) (xy 87.205372 108.923908) (xy 87.171684 108.86055) (xy 87.138647 108.796815) (xy 87.136097 108.793621) + (xy 87.13418 108.790015) (xy 87.088837 108.734419) (xy 87.04404 108.678303) (xy 87.03843 108.672614) (xy 87.038336 108.672499) + (xy 87.03823 108.672411) (xy 87.036422 108.670578) (xy 84.115422 105.749578) (xy 84.059919 105.703987) (xy 84.004979 105.657887) + (xy 84.001401 105.65592) (xy 83.998242 105.653325) (xy 83.934983 105.619406) (xy 83.872093 105.584832) (xy 83.868196 105.583596) + (xy 83.864597 105.581666) (xy 83.795971 105.560685) (xy 83.727547 105.538979) (xy 83.723488 105.538524) (xy 83.71958 105.537329) + (xy 83.648172 105.530076) (xy 83.576849 105.522076) (xy 83.56886 105.52202) (xy 83.568712 105.522005) (xy 83.568574 105.522018) + (xy 83.566 105.522) (xy 80.046073 105.522) (xy 79.966516 105.402257) (xy 79.771398 105.205771) (xy 79.541831 105.050926) + (xy 79.28656 104.94362) (xy 79.015308 104.887941) (xy 78.738408 104.886007) (xy 78.466405 104.937895) (xy 78.209661 105.041626) + (xy 77.977954 105.19325) (xy 77.780112 105.386992) (xy 77.735391 105.452305) (xy 77.733891 105.43349) (xy 77.679522 105.257926) + (xy 77.578394 105.104459) (xy 77.438516 104.985242) (xy 77.270962 104.909714) (xy 77.089 104.883855) (xy 75.565 104.883855) + (xy 75.46149 104.892109) (xy 75.285926 104.946478) (xy 75.132459 105.047606) (xy 75.013242 105.187484) (xy 74.937714 105.355038) + (xy 74.911855 105.537) (xy 71.9605 105.537) (xy 71.9605 102.337707) (xy 83.358895 102.337707) (xy 83.402138 102.57332) + (xy 83.490321 102.796047) (xy 83.620087 102.997403) (xy 83.786491 103.16972) (xy 83.983196 103.306433) (xy 84.202709 103.402336) + (xy 84.43667 103.453776) (xy 84.676166 103.458793) (xy 84.912075 103.417195) (xy 85.135412 103.330569) (xy 85.337669 103.202212) + (xy 85.511143 103.037015) (xy 85.649227 102.841269) (xy 85.74666 102.622431) (xy 85.799732 102.388835) (xy 85.803552 102.115226) + (xy 85.757024 101.880239) (xy 85.665739 101.658766) (xy 85.533175 101.459241) (xy 85.364381 101.289264) (xy 85.165786 101.155311) + (xy 84.944955 101.062482) (xy 84.710299 101.014314) (xy 84.470757 101.012642) (xy 84.235451 101.057528) (xy 84.013346 101.147265) + (xy 83.8129 101.278433) (xy 83.641749 101.446036) (xy 83.506412 101.643691) (xy 83.412044 101.863868) (xy 83.362239 102.098182) + (xy 83.358895 102.337707) (xy 71.9605 102.337707) (xy 71.9605 99.441) (xy 87.357855 99.441) (xy 87.357855 101.219) + (xy 87.366109 101.32251) (xy 87.420478 101.498074) (xy 87.521606 101.651541) (xy 87.661484 101.770758) (xy 87.829038 101.846286) + (xy 88.011 101.872145) (xy 89.789 101.872145) (xy 89.89251 101.863891) (xy 90.068074 101.809522) (xy 90.221541 101.708394) + (xy 90.340758 101.568516) (xy 90.416286 101.400962) (xy 90.442145 101.219) (xy 90.442145 100.686707) (xy 97.074895 100.686707) + (xy 97.118138 100.92232) (xy 97.206321 101.145047) (xy 97.336087 101.346403) (xy 97.502491 101.51872) (xy 97.699196 101.655433) + (xy 97.918709 101.751336) (xy 98.15267 101.802776) (xy 98.392166 101.807793) (xy 98.628075 101.766195) (xy 98.851412 101.679569) + (xy 99.053669 101.551212) (xy 99.227143 101.386015) (xy 99.365227 101.190269) (xy 99.46266 100.971431) (xy 99.50092 100.803029) + (xy 101.774061 100.803029) (xy 101.812808 101.014145) (xy 101.891823 101.213714) (xy 102.008097 101.394136) (xy 102.1572 101.548537) + (xy 102.333454 101.671036) (xy 102.474 101.732439) (xy 102.474 103.886) (xy 102.481009 103.957482) (xy 102.48726 104.02893) + (xy 102.488399 104.03285) (xy 102.488798 104.03692) (xy 102.509552 104.105662) (xy 102.529567 104.174553) (xy 102.531447 104.178179) + (xy 102.532628 104.182092) (xy 102.566325 104.245467) (xy 102.599353 104.309185) (xy 102.601903 104.312379) (xy 102.60382 104.315985) + (xy 102.649163 104.371581) (xy 102.69396 104.427697) (xy 102.69957 104.433386) (xy 102.699664 104.433501) (xy 102.69977 104.433589) + (xy 102.701578 104.435422) (xy 103.69 105.423844) (xy 103.69 138.122) (xy 103.697009 138.193482) (xy 103.70326 138.26493) + (xy 103.704399 138.26885) (xy 103.704798 138.27292) (xy 103.725554 138.341668) (xy 103.745567 138.410553) (xy 103.747447 138.414179) + (xy 103.748628 138.418092) (xy 103.782325 138.481467) (xy 103.815353 138.545185) (xy 103.817903 138.548379) (xy 103.81982 138.551985) + (xy 103.865163 138.607581) (xy 103.90996 138.663697) (xy 103.91557 138.669386) (xy 103.915664 138.669501) (xy 103.91577 138.669589) + (xy 103.917578 138.671422) (xy 108.543578 143.297422) (xy 108.599081 143.343013) (xy 108.654021 143.389113) (xy 108.657599 143.39108) + (xy 108.660758 143.393675) (xy 108.724017 143.427594) (xy 108.786907 143.462168) (xy 108.790804 143.463404) (xy 108.794403 143.465334) + (xy 108.863029 143.486315) (xy 108.931453 143.508021) (xy 108.935512 143.508476) (xy 108.93942 143.509671) (xy 109.010828 143.516924) + (xy 109.082151 143.524924) (xy 109.09014 143.52498) (xy 109.090288 143.524995) (xy 109.090426 143.524982) (xy 109.093 143.525) + (xy 140.462 143.525) (xy 140.533482 143.517991) (xy 140.60493 143.51174) (xy 140.60885 143.510601) (xy 140.61292 143.510202) + (xy 140.681668 143.489446) (xy 140.750553 143.469433) (xy 140.754179 143.467553) (xy 140.758092 143.466372) (xy 140.821467 143.432675) + (xy 140.885185 143.399647) (xy 140.888379 143.397097) (xy 140.891985 143.39518) (xy 140.947581 143.349837) (xy 141.003697 143.30504) + (xy 141.009386 143.29943) (xy 141.009501 143.299336) (xy 141.009589 143.29923) (xy 141.011422 143.297422) (xy 143.479589 140.829255) + (xy 143.596005 140.854851) (xy 143.872851 140.86065) (xy 144.145552 140.812566) (xy 144.403719 140.712429) (xy 144.63752 140.564055) + (xy 144.838049 140.373094) (xy 144.997667 140.146821) (xy 145.032124 140.06943) (xy 145.042068 140.094545) (xy 145.192071 140.327304) + (xy 145.384427 140.526495) (xy 145.611809 140.68453) (xy 145.865557 140.795389) (xy 146.136005 140.854851) (xy 146.412851 140.86065) + (xy 146.685552 140.812566) (xy 146.943719 140.712429) (xy 147.17752 140.564055) (xy 147.378049 140.373094) (xy 147.537667 140.146821) + (xy 147.572124 140.06943) (xy 147.582068 140.094545) (xy 147.732071 140.327304) (xy 147.924427 140.526495) (xy 148.151809 140.68453) + (xy 148.405557 140.795389) (xy 148.676005 140.854851) (xy 148.952851 140.86065) (xy 149.225552 140.812566) (xy 149.483719 140.712429) + (xy 149.71752 140.564055) (xy 149.918049 140.373094) (xy 150.077667 140.146821) (xy 150.112124 140.06943) (xy 150.122068 140.094545) + (xy 150.272071 140.327304) (xy 150.464427 140.526495) (xy 150.691809 140.68453) (xy 150.945557 140.795389) (xy 151.216005 140.854851) + (xy 151.492851 140.86065) (xy 151.765552 140.812566) (xy 152.023719 140.712429) (xy 152.25752 140.564055) (xy 152.458049 140.373094) + (xy 152.617667 140.146821) (xy 152.652124 140.06943) (xy 152.662068 140.094545) (xy 152.812071 140.327304) (xy 153.004427 140.526495) + (xy 153.231809 140.68453) (xy 153.485557 140.795389) (xy 153.756005 140.854851) (xy 154.032851 140.86065) (xy 154.305552 140.812566) + (xy 154.563719 140.712429) (xy 154.79752 140.564055) (xy 154.998049 140.373094) (xy 155.157667 140.146821) (xy 155.192124 140.06943) + (xy 155.202068 140.094545) (xy 155.352071 140.327304) (xy 155.544427 140.526495) (xy 155.771809 140.68453) (xy 156.025557 140.795389) + (xy 156.296005 140.854851) (xy 156.572851 140.86065) (xy 156.845552 140.812566) (xy 157.103719 140.712429) (xy 157.33752 140.564055) + (xy 157.538049 140.373094) (xy 157.697667 140.146821) (xy 157.732124 140.06943) (xy 157.742068 140.094545) (xy 157.892071 140.327304) + (xy 158.084427 140.526495) (xy 158.311809 140.68453) (xy 158.565557 140.795389) (xy 158.836005 140.854851) (xy 159.112851 140.86065) + (xy 159.385552 140.812566) (xy 159.643719 140.712429) (xy 159.87752 140.564055) (xy 160.078049 140.373094) (xy 160.237667 140.146821) + (xy 160.272124 140.06943) (xy 160.282068 140.094545) (xy 160.432071 140.327304) (xy 160.624427 140.526495) (xy 160.851809 140.68453) + (xy 161.105557 140.795389) (xy 161.376005 140.854851) (xy 161.652851 140.86065) (xy 161.925552 140.812566) (xy 162.183719 140.712429) + (xy 162.41752 140.564055) (xy 162.618049 140.373094) (xy 162.777667 140.146821) (xy 162.812124 140.06943) (xy 162.822068 140.094545) + (xy 162.972071 140.327304) (xy 163.164427 140.526495) (xy 163.391809 140.68453) (xy 163.645557 140.795389) (xy 163.916005 140.854851) + (xy 164.192851 140.86065) (xy 164.465552 140.812566) (xy 164.723719 140.712429) (xy 164.95752 140.564055) (xy 165.158049 140.373094) + (xy 165.317667 140.146821) (xy 165.352124 140.06943) (xy 165.362068 140.094545) (xy 165.512071 140.327304) (xy 165.704427 140.526495) + (xy 165.931809 140.68453) (xy 166.185557 140.795389) (xy 166.456005 140.854851) (xy 166.732851 140.86065) (xy 167.005552 140.812566) + (xy 167.263719 140.712429) (xy 167.49752 140.564055) (xy 167.698049 140.373094) (xy 167.857667 140.146821) (xy 167.892124 140.06943) + (xy 167.902068 140.094545) (xy 168.052071 140.327304) (xy 168.244427 140.526495) (xy 168.471809 140.68453) (xy 168.725557 140.795389) + (xy 168.996005 140.854851) (xy 169.272851 140.86065) (xy 169.545552 140.812566) (xy 169.711844 140.748065) (xy 169.712567 140.750553) + (xy 169.714447 140.754179) (xy 169.715628 140.758092) (xy 169.749325 140.821467) (xy 169.782353 140.885185) (xy 169.784903 140.888379) + (xy 169.78682 140.891985) (xy 169.832163 140.947581) (xy 169.87696 141.003697) (xy 169.88257 141.009386) (xy 169.882664 141.009501) + (xy 169.88277 141.009589) (xy 169.884578 141.011422) (xy 170.773578 141.900422) (xy 170.829081 141.946013) (xy 170.884021 141.992113) + (xy 170.887599 141.99408) (xy 170.890758 141.996675) (xy 170.954017 142.030594) (xy 171.016907 142.065168) (xy 171.020804 142.066404) + (xy 171.024403 142.068334) (xy 171.093029 142.089315) (xy 171.161453 142.111021) (xy 171.165512 142.111476) (xy 171.16942 142.112671) + (xy 171.240828 142.119924) (xy 171.312151 142.127924) (xy 171.32014 142.12798) (xy 171.320288 142.127995) (xy 171.320426 142.127982) + (xy 171.323 142.128) (xy 182.499 142.128) (xy 182.570482 142.120991) (xy 182.64193 142.11474) (xy 182.64585 142.113601) + (xy 182.64992 142.113202) (xy 182.718668 142.092446) (xy 182.787553 142.072433) (xy 182.791179 142.070553) (xy 182.795092 142.069372) + (xy 182.858467 142.035675) (xy 182.922185 142.002647) (xy 182.925379 142.000097) (xy 182.928985 141.99818) (xy 182.984581 141.952837) + (xy 183.040697 141.90804) (xy 183.046386 141.90243) (xy 183.046501 141.902336) (xy 183.046589 141.90223) (xy 183.048422 141.900422) + (xy 184.119589 140.829255) (xy 184.236005 140.854851) (xy 184.512851 140.86065) (xy 184.785552 140.812566) (xy 185.043719 140.712429) + (xy 185.27752 140.564055) (xy 185.478049 140.373094) (xy 185.637667 140.146821) (xy 185.750296 139.893853) (xy 185.811644 139.623827) + (xy 185.81606 139.307546) (xy 185.762276 139.035912) (xy 185.656754 138.779899) (xy 185.503516 138.549257) (xy 185.308398 138.352771) + (xy 185.251413 138.314334) (xy 185.26951 138.312891) (xy 185.445074 138.258522) (xy 185.598541 138.157394) (xy 185.717758 138.017516) + (xy 185.793286 137.849962) (xy 185.819145 137.668) (xy 185.819145 136.144) (xy 185.810891 136.04049) (xy 185.756522 135.864926) + (xy 185.655394 135.711459) (xy 185.515516 135.592242) (xy 185.347962 135.516714) (xy 185.2699 135.50562) (xy 185.2699 134.738725) + (xy 205.596144 134.738725) (xy 205.646131 135.011083) (xy 205.748068 135.268545) (xy 205.898071 135.501304) (xy 206.090427 135.700495) + (xy 206.317809 135.85853) (xy 206.571557 135.969389) (xy 206.842005 136.028851) (xy 207.118851 136.03465) (xy 207.391552 135.986566) + (xy 207.649719 135.886429) (xy 207.88352 135.738055) (xy 208.084049 135.547094) (xy 208.243667 135.320821) (xy 208.356296 135.067853) + (xy 208.417644 134.797827) (xy 208.418469 134.738725) (xy 215.756144 134.738725) (xy 215.806131 135.011083) (xy 215.908068 135.268545) + (xy 216.058071 135.501304) (xy 216.250427 135.700495) (xy 216.477809 135.85853) (xy 216.731557 135.969389) (xy 217.002005 136.028851) + (xy 217.278851 136.03465) (xy 217.551552 135.986566) (xy 217.809719 135.886429) (xy 218.04352 135.738055) (xy 218.244049 135.547094) + (xy 218.403667 135.320821) (xy 218.516296 135.067853) (xy 218.577644 134.797827) (xy 218.58206 134.481546) (xy 218.528276 134.209912) + (xy 218.422754 133.953899) (xy 218.269516 133.723257) (xy 218.074398 133.526771) (xy 217.844831 133.371926) (xy 217.58956 133.26462) + (xy 217.318308 133.208941) (xy 217.041408 133.207007) (xy 216.769405 133.258895) (xy 216.512661 133.362626) (xy 216.280954 133.51425) + (xy 216.083112 133.707992) (xy 215.926668 133.936472) (xy 215.817583 134.190988) (xy 215.76001 134.461844) (xy 215.756144 134.738725) + (xy 208.418469 134.738725) (xy 208.42206 134.481546) (xy 208.368276 134.209912) (xy 208.262754 133.953899) (xy 208.109516 133.723257) + (xy 207.914398 133.526771) (xy 207.684831 133.371926) (xy 207.42956 133.26462) (xy 207.158308 133.208941) (xy 206.881408 133.207007) + (xy 206.609405 133.258895) (xy 206.352661 133.362626) (xy 206.120954 133.51425) (xy 205.923112 133.707992) (xy 205.766668 133.936472) + (xy 205.657583 134.190988) (xy 205.60001 134.461844) (xy 205.596144 134.738725) (xy 185.2699 134.738725) (xy 185.2699 131.424891) + (xy 185.27752 131.420055) (xy 185.478049 131.229094) (xy 185.637667 131.002821) (xy 185.750296 130.749853) (xy 185.811644 130.479827) + (xy 185.81606 130.163546) (xy 185.762276 129.891912) (xy 185.656754 129.635899) (xy 185.503516 129.405257) (xy 185.308398 129.208771) + (xy 185.078831 129.053926) (xy 184.82356 128.94662) (xy 184.552308 128.890941) (xy 184.275408 128.889007) (xy 184.003405 128.940895) + (xy 183.746661 129.044626) (xy 183.514954 129.19625) (xy 183.317112 129.389992) (xy 183.272391 129.455305) (xy 183.270891 129.43649) + (xy 183.216522 129.260926) (xy 183.115394 129.107459) (xy 182.975516 128.988242) (xy 182.807962 128.912714) (xy 182.626 128.886855) + (xy 181.583989 128.886855) (xy 185.146137 125.324707) (xy 193.467895 125.324707) (xy 193.511138 125.56032) (xy 193.599321 125.783047) + (xy 193.729087 125.984403) (xy 193.895491 126.15672) (xy 194.092196 126.293433) (xy 194.311709 126.389336) (xy 194.54567 126.440776) + (xy 194.785166 126.445793) (xy 195.021075 126.404195) (xy 195.212287 126.330029) (xy 205.406061 126.330029) (xy 205.444808 126.541145) + (xy 205.523823 126.740714) (xy 205.640097 126.921136) (xy 205.7892 127.075537) (xy 205.965454 127.198036) (xy 206.162144 127.283968) + (xy 206.37178 127.330059) (xy 206.586375 127.334555) (xy 206.797757 127.297282) (xy 206.997873 127.219662) (xy 207.179102 127.104651) + (xy 207.33454 126.956629) (xy 207.458267 126.781235) (xy 207.54557 126.58515) (xy 207.593124 126.375841) (xy 207.596547 126.130679) + (xy 207.554856 125.920124) (xy 207.473062 125.721677) (xy 207.354281 125.542897) (xy 207.203036 125.390593) (xy 207.168606 125.367369) + (xy 208.977301 125.367369) (xy 209.016048 125.578485) (xy 209.095063 125.778054) (xy 209.211337 125.958476) (xy 209.36044 126.112877) + (xy 209.536694 126.235376) (xy 209.733384 126.321308) (xy 209.94302 126.367399) (xy 210.069096 126.37004) (xy 216.328478 132.629422) + (xy 216.383955 132.674991) (xy 216.438921 132.721113) (xy 216.442502 132.723082) (xy 216.445658 132.725674) (xy 216.508878 132.759573) + (xy 216.571807 132.794168) (xy 216.575704 132.795404) (xy 216.579303 132.797334) (xy 216.647887 132.818302) (xy 216.716353 132.840021) + (xy 216.720418 132.840477) (xy 216.72432 132.84167) (xy 216.795678 132.848918) (xy 216.867051 132.856924) (xy 216.87504 132.85698) + (xy 216.875188 132.856995) (xy 216.875326 132.856982) (xy 216.8779 132.857) (xy 221.070852 132.857) (xy 221.138071 132.961304) + (xy 221.330427 133.160495) (xy 221.557809 133.31853) (xy 221.626992 133.348755) (xy 221.592661 133.362626) (xy 221.360954 133.51425) + (xy 221.163112 133.707992) (xy 221.006668 133.936472) (xy 220.897583 134.190988) (xy 220.84001 134.461844) (xy 220.836144 134.738725) + (xy 220.886131 135.011083) (xy 220.988068 135.268545) (xy 221.138071 135.501304) (xy 221.330427 135.700495) (xy 221.557809 135.85853) + (xy 221.626992 135.888755) (xy 221.592661 135.902626) (xy 221.360954 136.05425) (xy 221.163112 136.247992) (xy 221.006668 136.476472) + (xy 220.897583 136.730988) (xy 220.84001 137.001844) (xy 220.836144 137.278725) (xy 220.886131 137.551083) (xy 220.988068 137.808545) + (xy 221.138071 138.041304) (xy 221.330427 138.240495) (xy 221.557809 138.39853) (xy 221.811557 138.509389) (xy 222.082005 138.568851) + (xy 222.358851 138.57465) (xy 222.631552 138.526566) (xy 222.889719 138.426429) (xy 223.12352 138.278055) (xy 223.286201 138.123136) + (xy 223.973942 138.123136) (xy 224.037675 138.372422) (xy 224.288663 138.495897) (xy 224.558917 138.568034) (xy 224.838051 138.586062) + (xy 225.115338 138.549287) (xy 225.380124 138.459121) (xy 225.542325 138.372422) (xy 225.606058 138.123136) (xy 224.79 137.307078) + (xy 223.973942 138.123136) (xy 223.286201 138.123136) (xy 223.324049 138.087094) (xy 223.483667 137.860821) (xy 223.513833 137.793067) + (xy 223.577578 137.912325) (xy 223.826864 137.976058) (xy 224.642922 137.16) (xy 224.937078 137.16) (xy 225.753136 137.976058) + (xy 226.002422 137.912325) (xy 226.125897 137.661337) (xy 226.198034 137.391083) (xy 226.216062 137.111949) (xy 226.179287 136.834662) + (xy 226.089121 136.569876) (xy 226.002422 136.407675) (xy 225.753136 136.343942) (xy 224.937078 137.16) (xy 224.642922 137.16) + (xy 223.826864 136.343942) (xy 223.577578 136.407675) (xy 223.517527 136.529741) (xy 223.502754 136.493899) (xy 223.349516 136.263257) + (xy 223.154398 136.066771) (xy 222.924831 135.911926) (xy 222.876434 135.891582) (xy 222.889719 135.886429) (xy 223.12352 135.738055) + (xy 223.324049 135.547094) (xy 223.483667 135.320821) (xy 223.518124 135.24343) (xy 223.528068 135.268545) (xy 223.678071 135.501304) + (xy 223.870427 135.700495) (xy 224.097809 135.85853) (xy 224.15639 135.884123) (xy 224.037675 135.947578) (xy 223.973942 136.196864) + (xy 224.79 137.012922) (xy 225.606058 136.196864) (xy 225.542325 135.947578) (xy 225.423182 135.888965) (xy 225.429719 135.886429) + (xy 225.66352 135.738055) (xy 225.864049 135.547094) (xy 226.023667 135.320821) (xy 226.136296 135.067853) (xy 226.197644 134.797827) + (xy 226.20206 134.481546) (xy 226.148276 134.209912) (xy 226.042754 133.953899) (xy 225.889516 133.723257) (xy 225.694398 133.526771) + (xy 225.464831 133.371926) (xy 225.416434 133.351582) (xy 225.429719 133.346429) (xy 225.66352 133.198055) (xy 225.864049 133.007094) + (xy 226.023667 132.780821) (xy 226.136296 132.527853) (xy 226.197644 132.257827) (xy 226.20206 131.941546) (xy 226.148276 131.669912) + (xy 226.042754 131.413899) (xy 225.889516 131.183257) (xy 225.694398 130.986771) (xy 225.464831 130.831926) (xy 225.416434 130.811582) + (xy 225.429719 130.806429) (xy 225.66352 130.658055) (xy 225.864049 130.467094) (xy 226.023667 130.240821) (xy 226.136296 129.987853) + (xy 226.197644 129.717827) (xy 226.20206 129.401546) (xy 226.148276 129.129912) (xy 226.042754 128.873899) (xy 225.889516 128.643257) + (xy 225.694398 128.446771) (xy 225.464831 128.291926) (xy 225.416434 128.271582) (xy 225.429719 128.266429) (xy 225.66352 128.118055) + (xy 225.864049 127.927094) (xy 226.023667 127.700821) (xy 226.136296 127.447853) (xy 226.197644 127.177827) (xy 226.20206 126.861546) + (xy 226.148276 126.589912) (xy 226.042754 126.333899) (xy 225.889516 126.103257) (xy 225.694398 125.906771) (xy 225.464831 125.751926) + (xy 225.416434 125.731582) (xy 225.429719 125.726429) (xy 225.66352 125.578055) (xy 225.864049 125.387094) (xy 226.023667 125.160821) + (xy 226.136296 124.907853) (xy 226.197644 124.637827) (xy 226.20206 124.321546) (xy 226.148276 124.049912) (xy 226.042754 123.793899) + (xy 225.889516 123.563257) (xy 225.694398 123.366771) (xy 225.464831 123.211926) (xy 225.416434 123.191582) (xy 225.429719 123.186429) + (xy 225.66352 123.038055) (xy 225.864049 122.847094) (xy 226.023667 122.620821) (xy 226.136296 122.367853) (xy 226.197644 122.097827) + (xy 226.20206 121.781546) (xy 226.148276 121.509912) (xy 226.042754 121.253899) (xy 225.889516 121.023257) (xy 225.694398 120.826771) + (xy 225.464831 120.671926) (xy 225.416434 120.651582) (xy 225.429719 120.646429) (xy 225.66352 120.498055) (xy 225.864049 120.307094) + (xy 226.023667 120.080821) (xy 226.136296 119.827853) (xy 226.197644 119.557827) (xy 226.20206 119.241546) (xy 226.148276 118.969912) + (xy 226.042754 118.713899) (xy 225.889516 118.483257) (xy 225.694398 118.286771) (xy 225.464831 118.131926) (xy 225.416434 118.111582) + (xy 225.429719 118.106429) (xy 225.66352 117.958055) (xy 225.864049 117.767094) (xy 226.023667 117.540821) (xy 226.136296 117.287853) + (xy 226.197644 117.017827) (xy 226.20206 116.701546) (xy 226.148276 116.429912) (xy 226.042754 116.173899) (xy 225.889516 115.943257) + (xy 225.694398 115.746771) (xy 225.464831 115.591926) (xy 225.416434 115.571582) (xy 225.429719 115.566429) (xy 225.66352 115.418055) + (xy 225.864049 115.227094) (xy 226.023667 115.000821) (xy 226.136296 114.747853) (xy 226.197644 114.477827) (xy 226.20206 114.161546) + (xy 226.148276 113.889912) (xy 226.042754 113.633899) (xy 225.889516 113.403257) (xy 225.694398 113.206771) (xy 225.464831 113.051926) + (xy 225.416434 113.031582) (xy 225.429719 113.026429) (xy 225.66352 112.878055) (xy 225.864049 112.687094) (xy 226.023667 112.460821) + (xy 226.136296 112.207853) (xy 226.197644 111.937827) (xy 226.20206 111.621546) (xy 226.148276 111.349912) (xy 226.042754 111.093899) + (xy 225.889516 110.863257) (xy 225.694398 110.666771) (xy 225.464831 110.511926) (xy 225.416434 110.491582) (xy 225.429719 110.486429) + (xy 225.66352 110.338055) (xy 225.864049 110.147094) (xy 226.023667 109.920821) (xy 226.136296 109.667853) (xy 226.197644 109.397827) + (xy 226.20206 109.081546) (xy 226.148276 108.809912) (xy 226.042754 108.553899) (xy 225.889516 108.323257) (xy 225.694398 108.126771) + (xy 225.464831 107.971926) (xy 225.416434 107.951582) (xy 225.429719 107.946429) (xy 225.66352 107.798055) (xy 225.864049 107.607094) + (xy 226.023667 107.380821) (xy 226.136296 107.127853) (xy 226.197644 106.857827) (xy 226.20206 106.541546) (xy 226.148276 106.269912) + (xy 226.042754 106.013899) (xy 225.889516 105.783257) (xy 225.694398 105.586771) (xy 225.464831 105.431926) (xy 225.416434 105.411582) + (xy 225.429719 105.406429) (xy 225.66352 105.258055) (xy 225.864049 105.067094) (xy 226.023667 104.840821) (xy 226.136296 104.587853) + (xy 226.197644 104.317827) (xy 226.20206 104.001546) (xy 226.148276 103.729912) (xy 226.042754 103.473899) (xy 225.889516 103.243257) + (xy 225.694398 103.046771) (xy 225.464831 102.891926) (xy 225.416434 102.871582) (xy 225.429719 102.866429) (xy 225.66352 102.718055) + (xy 225.864049 102.527094) (xy 226.023667 102.300821) (xy 226.136296 102.047853) (xy 226.197644 101.777827) (xy 226.20206 101.461546) + (xy 226.148276 101.189912) (xy 226.042754 100.933899) (xy 225.889516 100.703257) (xy 225.694398 100.506771) (xy 225.464831 100.351926) + (xy 225.416434 100.331582) (xy 225.429719 100.326429) (xy 225.66352 100.178055) (xy 225.864049 99.987094) (xy 226.023667 99.760821) + (xy 226.136296 99.507853) (xy 226.197644 99.237827) (xy 226.20206 98.921546) (xy 226.148276 98.649912) (xy 226.042754 98.393899) + (xy 225.889516 98.163257) (xy 225.694398 97.966771) (xy 225.464831 97.811926) (xy 225.416434 97.791582) (xy 225.429719 97.786429) + (xy 225.66352 97.638055) (xy 225.864049 97.447094) (xy 226.023667 97.220821) (xy 226.136296 96.967853) (xy 226.197644 96.697827) + (xy 226.20206 96.381546) (xy 226.148276 96.109912) (xy 226.042754 95.853899) (xy 225.889516 95.623257) (xy 225.694398 95.426771) + (xy 225.464831 95.271926) (xy 225.416434 95.251582) (xy 225.429719 95.246429) (xy 225.66352 95.098055) (xy 225.864049 94.907094) + (xy 226.023667 94.680821) (xy 226.136296 94.427853) (xy 226.197644 94.157827) (xy 226.20206 93.841546) (xy 226.148276 93.569912) + (xy 226.042754 93.313899) (xy 225.889516 93.083257) (xy 225.694398 92.886771) (xy 225.464831 92.731926) (xy 225.416434 92.711582) + (xy 225.429719 92.706429) (xy 225.66352 92.558055) (xy 225.864049 92.367094) (xy 226.023667 92.140821) (xy 226.136296 91.887853) + (xy 226.197644 91.617827) (xy 226.20206 91.301546) (xy 226.148276 91.029912) (xy 226.042754 90.773899) (xy 225.889516 90.543257) + (xy 225.694398 90.346771) (xy 225.464831 90.191926) (xy 225.424949 90.175161) (xy 225.542325 90.112422) (xy 225.606058 89.863136) + (xy 224.79 89.047078) (xy 223.973942 89.863136) (xy 224.037675 90.112422) (xy 224.158861 90.17204) (xy 224.132661 90.182626) + (xy 223.900954 90.33425) (xy 223.703112 90.527992) (xy 223.546668 90.756472) (xy 223.52062 90.817246) (xy 223.502754 90.773899) + (xy 223.349516 90.543257) (xy 223.154398 90.346771) (xy 223.097413 90.308334) (xy 223.11551 90.306891) (xy 223.291074 90.252522) + (xy 223.444541 90.151394) (xy 223.563758 90.011516) (xy 223.639286 89.843962) (xy 223.663402 89.674267) (xy 223.826864 89.716058) + (xy 224.642922 88.9) (xy 224.937078 88.9) (xy 225.753136 89.716058) (xy 226.002422 89.652325) (xy 226.125897 89.401337) + (xy 226.198034 89.131083) (xy 226.216062 88.851949) (xy 226.179287 88.574662) (xy 226.089121 88.309876) (xy 226.002422 88.147675) + (xy 225.753136 88.083942) (xy 224.937078 88.9) (xy 224.642922 88.9) (xy 223.826864 88.083942) (xy 223.664152 88.125541) + (xy 223.656891 88.03449) (xy 223.626658 87.936864) (xy 223.973942 87.936864) (xy 224.79 88.752922) (xy 225.606058 87.936864) + (xy 225.542325 87.687578) (xy 225.291337 87.564103) (xy 225.021083 87.491966) (xy 224.741949 87.473938) (xy 224.464662 87.510713) + (xy 224.199876 87.600879) (xy 224.037675 87.687578) (xy 223.973942 87.936864) (xy 223.626658 87.936864) (xy 223.602522 87.858926) + (xy 223.501394 87.705459) (xy 223.361516 87.586242) (xy 223.193962 87.510714) (xy 223.012 87.484855) (xy 221.488 87.484855) + (xy 221.38449 87.493109) (xy 221.208926 87.547478) (xy 221.055459 87.648606) (xy 220.936242 87.788484) (xy 220.860714 87.956038) + (xy 220.834855 88.138) (xy 220.834855 89.662) (xy 220.843109 89.76551) (xy 220.897478 89.941074) (xy 220.998606 90.094541) + (xy 221.138484 90.213758) (xy 221.306038 90.289286) (xy 221.407608 90.30372) (xy 221.360954 90.33425) (xy 221.163112 90.527992) + (xy 221.006668 90.756472) (xy 220.897583 91.010988) (xy 220.84001 91.281844) (xy 220.836144 91.558725) (xy 220.886131 91.831083) + (xy 220.988068 92.088545) (xy 221.138071 92.321304) (xy 221.330427 92.520495) (xy 221.557809 92.67853) (xy 221.626992 92.708755) + (xy 221.592661 92.722626) (xy 221.360954 92.87425) (xy 221.163112 93.067992) (xy 221.006668 93.296472) (xy 220.897583 93.550988) + (xy 220.84001 93.821844) (xy 220.836144 94.098725) (xy 220.886131 94.371083) (xy 220.988068 94.628545) (xy 221.138071 94.861304) + (xy 221.330427 95.060495) (xy 221.557809 95.21853) (xy 221.626992 95.248755) (xy 221.592661 95.262626) (xy 221.360954 95.41425) + (xy 221.163112 95.607992) (xy 221.006668 95.836472) (xy 220.897583 96.090988) (xy 220.84001 96.361844) (xy 220.836144 96.638725) + (xy 220.886131 96.911083) (xy 220.988068 97.168545) (xy 221.138071 97.401304) (xy 221.330427 97.600495) (xy 221.557809 97.75853) + (xy 221.626992 97.788755) (xy 221.592661 97.802626) (xy 221.360954 97.95425) (xy 221.163112 98.147992) (xy 221.006668 98.376472) + (xy 220.897583 98.630988) (xy 220.84001 98.901844) (xy 220.836144 99.178725) (xy 220.886131 99.451083) (xy 220.988068 99.708545) + (xy 221.138071 99.941304) (xy 221.330427 100.140495) (xy 221.557809 100.29853) (xy 221.626992 100.328755) (xy 221.592661 100.342626) + (xy 221.360954 100.49425) (xy 221.163112 100.687992) (xy 221.006668 100.916472) (xy 220.897583 101.170988) (xy 220.84001 101.441844) + (xy 220.836144 101.718725) (xy 220.886131 101.991083) (xy 220.988068 102.248545) (xy 221.138071 102.481304) (xy 221.330427 102.680495) + (xy 221.557809 102.83853) (xy 221.626992 102.868755) (xy 221.592661 102.882626) (xy 221.360954 103.03425) (xy 221.163112 103.227992) + (xy 221.006668 103.456472) (xy 220.897583 103.710988) (xy 220.84001 103.981844) (xy 220.836144 104.258725) (xy 220.886131 104.531083) + (xy 220.988068 104.788545) (xy 221.138071 105.021304) (xy 221.330427 105.220495) (xy 221.557809 105.37853) (xy 221.626992 105.408755) + (xy 221.592661 105.422626) (xy 221.360954 105.57425) (xy 221.163112 105.767992) (xy 221.006668 105.996472) (xy 220.897583 106.250988) + (xy 220.84001 106.521844) (xy 220.836144 106.798725) (xy 220.886131 107.071083) (xy 220.988068 107.328545) (xy 221.138071 107.561304) + (xy 221.330427 107.760495) (xy 221.557809 107.91853) (xy 221.626992 107.948755) (xy 221.592661 107.962626) (xy 221.360954 108.11425) + (xy 221.163112 108.307992) (xy 221.006668 108.536472) (xy 220.897583 108.790988) (xy 220.84001 109.061844) (xy 220.836144 109.338725) + (xy 220.886131 109.611083) (xy 220.988068 109.868545) (xy 221.138071 110.101304) (xy 221.330427 110.300495) (xy 221.557809 110.45853) + (xy 221.626992 110.488755) (xy 221.592661 110.502626) (xy 221.360954 110.65425) (xy 221.163112 110.847992) (xy 221.006668 111.076472) + (xy 220.897583 111.330988) (xy 220.84001 111.601844) (xy 220.836144 111.878725) (xy 220.886131 112.151083) (xy 220.988068 112.408545) + (xy 221.138071 112.641304) (xy 221.330427 112.840495) (xy 221.557809 112.99853) (xy 221.626992 113.028755) (xy 221.592661 113.042626) + (xy 221.360954 113.19425) (xy 221.163112 113.387992) (xy 221.006668 113.616472) (xy 220.897583 113.870988) (xy 220.84001 114.141844) + (xy 220.836144 114.418725) (xy 220.886131 114.691083) (xy 220.988068 114.948545) (xy 221.138071 115.181304) (xy 221.330427 115.380495) + (xy 221.557809 115.53853) (xy 221.626992 115.568755) (xy 221.592661 115.582626) (xy 221.360954 115.73425) (xy 221.163112 115.927992) + (xy 221.04671 116.097992) (xy 221.093224 115.893261) (xy 221.096647 115.648099) (xy 221.054956 115.437544) (xy 220.973162 115.239097) + (xy 220.854381 115.060317) (xy 220.703136 114.908013) (xy 220.52519 114.787986) (xy 220.327319 114.704809) (xy 220.11706 114.661649) + (xy 219.902423 114.66015) (xy 219.691582 114.70037) (xy 219.492569 114.780777) (xy 219.312964 114.898307) (xy 219.159607 115.048485) + (xy 219.038341 115.225589) (xy 218.953785 115.422875) (xy 218.909158 115.632827) (xy 218.906161 115.847449) (xy 218.944908 116.058565) + (xy 219.023923 116.258134) (xy 219.140197 116.438556) (xy 219.2893 116.592957) (xy 219.465554 116.715456) (xy 219.662244 116.801388) + (xy 219.87188 116.847479) (xy 220.086475 116.851975) (xy 220.297857 116.814702) (xy 220.497973 116.737082) (xy 220.679202 116.622071) + (xy 220.83464 116.474049) (xy 220.926161 116.344309) (xy 220.897583 116.410988) (xy 220.84001 116.681844) (xy 220.836144 116.958725) + (xy 220.886131 117.231083) (xy 220.988068 117.488545) (xy 221.138071 117.721304) (xy 221.330427 117.920495) (xy 221.557809 118.07853) + (xy 221.626992 118.108755) (xy 221.592661 118.122626) (xy 221.360954 118.27425) (xy 221.163112 118.467992) (xy 221.006668 118.696472) + (xy 220.897583 118.950988) (xy 220.84001 119.221844) (xy 220.836144 119.498725) (xy 220.886131 119.771083) (xy 220.988068 120.028545) + (xy 221.138071 120.261304) (xy 221.330427 120.460495) (xy 221.557809 120.61853) (xy 221.626992 120.648755) (xy 221.592661 120.662626) + (xy 221.360954 120.81425) (xy 221.163112 121.007992) (xy 221.006668 121.236472) (xy 220.897583 121.490988) (xy 220.84001 121.761844) + (xy 220.836144 122.038725) (xy 220.886131 122.311083) (xy 220.988068 122.568545) (xy 221.138071 122.801304) (xy 221.330427 123.000495) + (xy 221.557809 123.15853) (xy 221.626992 123.188755) (xy 221.592661 123.202626) (xy 221.360954 123.35425) (xy 221.163112 123.547992) + (xy 221.006668 123.776472) (xy 220.897583 124.030988) (xy 220.84001 124.301844) (xy 220.836144 124.578725) (xy 220.886131 124.851083) + (xy 220.988068 125.108545) (xy 221.138071 125.341304) (xy 221.330427 125.540495) (xy 221.557809 125.69853) (xy 221.626992 125.728755) + (xy 221.592661 125.742626) (xy 221.360954 125.89425) (xy 221.163112 126.087992) (xy 221.006668 126.316472) (xy 220.897583 126.570988) + (xy 220.84001 126.841844) (xy 220.836144 127.118725) (xy 220.886131 127.391083) (xy 220.988068 127.648545) (xy 221.138071 127.881304) + (xy 221.330427 128.080495) (xy 221.557809 128.23853) (xy 221.626992 128.268755) (xy 221.592661 128.282626) (xy 221.360954 128.43425) + (xy 221.163112 128.627992) (xy 221.006668 128.856472) (xy 220.897583 129.110988) (xy 220.84001 129.381844) (xy 220.836144 129.658725) + (xy 220.886131 129.931083) (xy 220.988068 130.188545) (xy 221.138071 130.421304) (xy 221.330427 130.620495) (xy 221.557809 130.77853) + (xy 221.626992 130.808755) (xy 221.592661 130.822626) (xy 221.360954 130.97425) (xy 221.163112 131.167992) (xy 221.07067 131.303) + (xy 217.199744 131.303) (xy 211.166368 125.269624) (xy 211.167787 125.168019) (xy 211.126096 124.957464) (xy 211.044302 124.759017) + (xy 210.925521 124.580237) (xy 210.774276 124.427933) (xy 210.59633 124.307906) (xy 210.398459 124.224729) (xy 210.1882 124.181569) + (xy 209.973563 124.18007) (xy 209.762722 124.22029) (xy 209.563709 124.300697) (xy 209.384104 124.418227) (xy 209.230747 124.568405) + (xy 209.109481 124.745509) (xy 209.024925 124.942795) (xy 208.980298 125.152747) (xy 208.977301 125.367369) (xy 207.168606 125.367369) + (xy 207.02509 125.270566) (xy 206.827219 125.187389) (xy 206.61696 125.144229) (xy 206.402323 125.14273) (xy 206.191482 125.18295) + (xy 205.992469 125.263357) (xy 205.812864 125.380887) (xy 205.659507 125.531065) (xy 205.538241 125.708169) (xy 205.453685 125.905455) + (xy 205.409058 126.115407) (xy 205.406061 126.330029) (xy 195.212287 126.330029) (xy 195.244412 126.317569) (xy 195.446669 126.189212) + (xy 195.620143 126.024015) (xy 195.758227 125.828269) (xy 195.85566 125.609431) (xy 195.908732 125.375835) (xy 195.912552 125.102226) + (xy 195.866024 124.867239) (xy 195.774739 124.645766) (xy 195.642175 124.446241) (xy 195.473381 124.276264) (xy 195.274786 124.142311) + (xy 195.053955 124.049482) (xy 194.819299 124.001314) (xy 194.579757 123.999642) (xy 194.344451 124.044528) (xy 194.122346 124.134265) + (xy 193.9219 124.265433) (xy 193.750749 124.433036) (xy 193.615412 124.630691) (xy 193.521044 124.850868) (xy 193.471239 125.085182) + (xy 193.467895 125.324707) (xy 185.146137 125.324707) (xy 186.522817 123.948027) (xy 191.110775 123.948027) (xy 191.154018 124.18364) + (xy 191.242201 124.406367) (xy 191.371967 124.607723) (xy 191.538371 124.78004) (xy 191.735076 124.916753) (xy 191.954589 125.012656) + (xy 192.18855 125.064096) (xy 192.428046 125.069113) (xy 192.663955 125.027515) (xy 192.887292 124.940889) (xy 193.089549 124.812532) + (xy 193.263023 124.647335) (xy 193.401107 124.451589) (xy 193.49854 124.232751) (xy 193.551612 123.999155) (xy 193.555432 123.725546) + (xy 193.508904 123.490559) (xy 193.417619 123.269086) (xy 193.285055 123.069561) (xy 193.116261 122.899584) (xy 192.917666 122.765631) + (xy 192.696835 122.672802) (xy 192.462179 122.624634) (xy 192.222637 122.622962) (xy 191.987331 122.667848) (xy 191.765226 122.757585) + (xy 191.56478 122.888753) (xy 191.393629 123.056356) (xy 191.258292 123.254011) (xy 191.163924 123.474188) (xy 191.114119 123.708502) + (xy 191.110775 123.948027) (xy 186.522817 123.948027) (xy 186.985422 123.485422) (xy 187.031013 123.429919) (xy 187.077113 123.374979) + (xy 187.07908 123.371401) (xy 187.081675 123.368242) (xy 187.115594 123.304983) (xy 187.150168 123.242093) (xy 187.151404 123.238196) + (xy 187.153334 123.234597) (xy 187.174315 123.165971) (xy 187.196021 123.097547) (xy 187.196476 123.093488) (xy 187.197671 123.08958) + (xy 187.204924 123.018172) (xy 187.212924 122.946849) (xy 187.21298 122.93886) (xy 187.212995 122.938712) (xy 187.212982 122.938574) + (xy 187.213 122.936) (xy 187.213 121.171807) (xy 199.340375 121.171807) (xy 199.383618 121.40742) (xy 199.471801 121.630147) + (xy 199.601567 121.831503) (xy 199.767971 122.00382) (xy 199.964676 122.140533) (xy 200.184189 122.236436) (xy 200.41815 122.287876) + (xy 200.657646 122.292893) (xy 200.893555 122.251295) (xy 201.116892 122.164669) (xy 201.319149 122.036312) (xy 201.492623 121.871115) + (xy 201.630707 121.675369) (xy 201.72814 121.456531) (xy 201.753586 121.344527) (xy 202.954795 121.344527) (xy 202.998038 121.58014) + (xy 203.086221 121.802867) (xy 203.215987 122.004223) (xy 203.382391 122.17654) (xy 203.579096 122.313253) (xy 203.798609 122.409156) + (xy 204.03257 122.460596) (xy 204.272066 122.465613) (xy 204.507975 122.424015) (xy 204.731312 122.337389) (xy 204.926797 122.213329) + (xy 205.052296 122.300553) (xy 205.271809 122.396456) (xy 205.50577 122.447896) (xy 205.745266 122.452913) (xy 205.981175 122.411315) + (xy 206.204512 122.324689) (xy 206.406769 122.196332) (xy 206.580243 122.031135) (xy 206.718327 121.835389) (xy 206.81576 121.616551) + (xy 206.868832 121.382955) (xy 206.872652 121.109346) (xy 206.826124 120.874359) (xy 206.734839 120.652886) (xy 206.602275 120.453361) + (xy 206.433481 120.283384) (xy 206.234886 120.149431) (xy 206.014055 120.056602) (xy 205.779399 120.008434) (xy 205.539857 120.006762) + (xy 205.304551 120.051648) (xy 205.082446 120.141385) (xy 204.904026 120.25814) (xy 204.761686 120.162131) (xy 204.540855 120.069302) + (xy 204.306199 120.021134) (xy 204.066657 120.019462) (xy 203.831351 120.064348) (xy 203.609246 120.154085) (xy 203.4088 120.285253) + (xy 203.237649 120.452856) (xy 203.102312 120.650511) (xy 203.007944 120.870688) (xy 202.958139 121.105002) (xy 202.954795 121.344527) + (xy 201.753586 121.344527) (xy 201.781212 121.222935) (xy 201.785032 120.949326) (xy 201.738504 120.714339) (xy 201.647219 120.492866) + (xy 201.514655 120.293341) (xy 201.345861 120.123364) (xy 201.147266 119.989411) (xy 200.926435 119.896582) (xy 200.691779 119.848414) + (xy 200.452237 119.846742) (xy 200.216931 119.891628) (xy 199.994826 119.981365) (xy 199.79438 120.112533) (xy 199.623229 120.280136) + (xy 199.487892 120.477791) (xy 199.393524 120.697968) (xy 199.343719 120.932282) (xy 199.340375 121.171807) (xy 187.213 121.171807) + (xy 187.213 118.197467) (xy 208.509775 118.197467) (xy 208.553018 118.43308) (xy 208.641201 118.655807) (xy 208.770967 118.857163) + (xy 208.937371 119.02948) (xy 209.134076 119.166193) (xy 209.353589 119.262096) (xy 209.58755 119.313536) (xy 209.827046 119.318553) + (xy 210.062955 119.276955) (xy 210.286292 119.190329) (xy 210.488549 119.061972) (xy 210.662023 118.896775) (xy 210.800107 118.701029) + (xy 210.89754 118.482191) (xy 210.950612 118.248595) (xy 210.954432 117.974986) (xy 210.907904 117.739999) (xy 210.816619 117.518526) + (xy 210.684055 117.319001) (xy 210.515261 117.149024) (xy 210.316666 117.015071) (xy 210.095835 116.922242) (xy 209.861179 116.874074) + (xy 209.621637 116.872402) (xy 209.386331 116.917288) (xy 209.164226 117.007025) (xy 208.96378 117.138193) (xy 208.792629 117.305796) + (xy 208.657292 117.503451) (xy 208.562924 117.723628) (xy 208.513119 117.957942) (xy 208.509775 118.197467) (xy 187.213 118.197467) + (xy 187.213 117.046329) (xy 203.048941 117.046329) (xy 203.087688 117.257445) (xy 203.166703 117.457014) (xy 203.282977 117.637436) + (xy 203.43208 117.791837) (xy 203.608334 117.914336) (xy 203.805024 118.000268) (xy 204.01466 118.046359) (xy 204.229255 118.050855) + (xy 204.440637 118.013582) (xy 204.640753 117.935962) (xy 204.821982 117.820951) (xy 204.97742 117.672929) (xy 205.101147 117.497535) + (xy 205.18845 117.30145) (xy 205.236004 117.092141) (xy 205.239427 116.846979) (xy 205.197736 116.636424) (xy 205.115942 116.437977) + (xy 204.997161 116.259197) (xy 204.845916 116.106893) (xy 204.66797 115.986866) (xy 204.470099 115.903689) (xy 204.25984 115.860529) + (xy 204.045203 115.85903) (xy 203.834362 115.89925) (xy 203.635349 115.979657) (xy 203.455744 116.097187) (xy 203.302387 116.247365) + (xy 203.181121 116.424469) (xy 203.096565 116.621755) (xy 203.051938 116.831707) (xy 203.048941 117.046329) (xy 187.213 117.046329) + (xy 187.213 115.372469) (xy 215.594001 115.372469) (xy 215.632748 115.583585) (xy 215.711763 115.783154) (xy 215.828037 115.963576) + (xy 215.97714 116.117977) (xy 216.153394 116.240476) (xy 216.350084 116.326408) (xy 216.55972 116.372499) (xy 216.774315 116.376995) + (xy 216.985697 116.339722) (xy 217.185813 116.262102) (xy 217.367042 116.147091) (xy 217.52248 115.999069) (xy 217.646207 115.823675) + (xy 217.73351 115.62759) (xy 217.781064 115.418281) (xy 217.784487 115.173119) (xy 217.742796 114.962564) (xy 217.661002 114.764117) + (xy 217.542221 114.585337) (xy 217.390976 114.433033) (xy 217.21303 114.313006) (xy 217.015159 114.229829) (xy 216.8049 114.186669) + (xy 216.590263 114.18517) (xy 216.379422 114.22539) (xy 216.180409 114.305797) (xy 216.000804 114.423327) (xy 215.847447 114.573505) + (xy 215.726181 114.750609) (xy 215.641625 114.947895) (xy 215.596998 115.157847) (xy 215.594001 115.372469) (xy 187.213 115.372469) + (xy 187.213 113.615307) (xy 191.237775 113.615307) (xy 191.281018 113.85092) (xy 191.369201 114.073647) (xy 191.498967 114.275003) + (xy 191.665371 114.44732) (xy 191.862076 114.584033) (xy 192.081589 114.679936) (xy 192.31555 114.731376) (xy 192.555046 114.736393) + (xy 192.790955 114.694795) (xy 193.014292 114.608169) (xy 193.216549 114.479812) (xy 193.390023 114.314615) (xy 193.528107 114.118869) + (xy 193.62554 113.900031) (xy 193.678612 113.666435) (xy 193.682432 113.392826) (xy 193.635904 113.157839) (xy 193.544619 112.936366) + (xy 193.412055 112.736841) (xy 193.243261 112.566864) (xy 193.044666 112.432911) (xy 192.823835 112.340082) (xy 192.589179 112.291914) + (xy 192.349637 112.290242) (xy 192.114331 112.335128) (xy 191.892226 112.424865) (xy 191.69178 112.556033) (xy 191.520629 112.723636) + (xy 191.385292 112.921291) (xy 191.290924 113.141468) (xy 191.241119 113.375782) (xy 191.237775 113.615307) (xy 187.213 113.615307) + (xy 187.213 108.113149) (xy 187.278081 108.113149) (xy 187.316828 108.324265) (xy 187.395843 108.523834) (xy 187.512117 108.704256) + (xy 187.66122 108.858657) (xy 187.837474 108.981156) (xy 188.034164 109.067088) (xy 188.2438 109.113179) (xy 188.458395 109.117675) + (xy 188.669777 109.080402) (xy 188.869893 109.002782) (xy 189.051122 108.887771) (xy 189.20656 108.739749) (xy 189.330287 108.564355) + (xy 189.41759 108.36827) (xy 189.465144 108.158961) (xy 189.468567 107.913799) (xy 189.426876 107.703244) (xy 189.345082 107.504797) + (xy 189.226301 107.326017) (xy 189.128179 107.227207) (xy 191.943895 107.227207) (xy 191.987138 107.46282) (xy 192.075321 107.685547) + (xy 192.197344 107.874888) (xy 192.162601 107.925629) (xy 192.078045 108.122915) (xy 192.033418 108.332867) (xy 192.030421 108.547489) + (xy 192.069168 108.758605) (xy 192.148183 108.958174) (xy 192.264457 109.138596) (xy 192.41356 109.292997) (xy 192.547078 109.385794) + (xy 192.505044 109.483868) (xy 192.455239 109.718182) (xy 192.451895 109.957707) (xy 192.495138 110.19332) (xy 192.583321 110.416047) + (xy 192.713087 110.617403) (xy 192.879491 110.78972) (xy 193.076196 110.926433) (xy 193.295709 111.022336) (xy 193.52967 111.073776) + (xy 193.769166 111.078793) (xy 194.005075 111.037195) (xy 194.228412 110.950569) (xy 194.430669 110.822212) (xy 194.604143 110.657015) + (xy 194.742227 110.461269) (xy 194.83966 110.242431) (xy 194.87434 110.089787) (xy 205.611635 110.089787) (xy 205.654878 110.3254) + (xy 205.743061 110.548127) (xy 205.872827 110.749483) (xy 206.039231 110.9218) (xy 206.235936 111.058513) (xy 206.455449 111.154416) + (xy 206.68941 111.205856) (xy 206.928906 111.210873) (xy 206.995 111.199219) (xy 206.995 112.25276) (xy 207.002009 112.324242) + (xy 207.00826 112.39569) (xy 207.009399 112.39961) (xy 207.009798 112.40368) (xy 207.030554 112.472428) (xy 207.050567 112.541313) + (xy 207.052447 112.544939) (xy 207.053628 112.548852) (xy 207.087325 112.612227) (xy 207.120353 112.675945) (xy 207.122903 112.679139) + (xy 207.12482 112.682745) (xy 207.170163 112.738341) (xy 207.21496 112.794457) (xy 207.22057 112.800146) (xy 207.220664 112.800261) + (xy 207.22077 112.800349) (xy 207.222578 112.802182) (xy 208.285108 113.864712) (xy 208.283881 113.952609) (xy 208.322628 114.163725) + (xy 208.401643 114.363294) (xy 208.517917 114.543716) (xy 208.66702 114.698117) (xy 208.843274 114.820616) (xy 209.039964 114.906548) + (xy 209.2496 114.952639) (xy 209.464195 114.957135) (xy 209.675577 114.919862) (xy 209.875693 114.842242) (xy 210.056922 114.727231) + (xy 210.21236 114.579209) (xy 210.336087 114.403815) (xy 210.415473 114.225513) (xy 210.447367 114.275003) (xy 210.613771 114.44732) + (xy 210.810476 114.584033) (xy 211.029989 114.679936) (xy 211.26395 114.731376) (xy 211.503446 114.736393) (xy 211.739355 114.694795) + (xy 211.962692 114.608169) (xy 212.164949 114.479812) (xy 212.338423 114.314615) (xy 212.476507 114.118869) (xy 212.57394 113.900031) + (xy 212.627012 113.666435) (xy 212.630832 113.392826) (xy 212.584304 113.157839) (xy 212.493019 112.936366) (xy 212.360455 112.736841) + (xy 212.191661 112.566864) (xy 211.993066 112.432911) (xy 211.772235 112.340082) (xy 211.537579 112.291914) (xy 211.298037 112.290242) + (xy 211.062731 112.335128) (xy 210.840626 112.424865) (xy 210.64018 112.556033) (xy 210.469029 112.723636) (xy 210.333692 112.921291) + (xy 210.239324 113.141468) (xy 210.233707 113.167894) (xy 210.232101 113.165477) (xy 210.080856 113.013173) (xy 209.90291 112.893146) + (xy 209.705039 112.809969) (xy 209.49478 112.766809) (xy 209.38412 112.766036) (xy 208.549 111.930916) (xy 208.549 110.110107) + (xy 210.186175 110.110107) (xy 210.229418 110.34572) (xy 210.317601 110.568447) (xy 210.447367 110.769803) (xy 210.613771 110.94212) + (xy 210.810476 111.078833) (xy 211.029989 111.174736) (xy 211.26395 111.226176) (xy 211.503446 111.231193) (xy 211.739355 111.189595) + (xy 211.962692 111.102969) (xy 212.164949 110.974612) (xy 212.338423 110.809415) (xy 212.476507 110.613669) (xy 212.57394 110.394831) + (xy 212.627012 110.161235) (xy 212.630832 109.887626) (xy 212.584304 109.652639) (xy 212.493019 109.431166) (xy 212.360455 109.231641) + (xy 212.191661 109.061664) (xy 211.993066 108.927711) (xy 211.772235 108.834882) (xy 211.537579 108.786714) (xy 211.298037 108.785042) + (xy 211.062731 108.829928) (xy 210.840626 108.919665) (xy 210.64018 109.050833) (xy 210.469029 109.218436) (xy 210.333692 109.416091) + (xy 210.239324 109.636268) (xy 210.189519 109.870582) (xy 210.186175 110.110107) (xy 208.549 110.110107) (xy 208.549 108.097909) + (xy 213.818541 108.097909) (xy 213.857288 108.309025) (xy 213.936303 108.508594) (xy 214.052577 108.689016) (xy 214.20168 108.843417) + (xy 214.377934 108.965916) (xy 214.574624 109.051848) (xy 214.78426 109.097939) (xy 214.998855 109.102435) (xy 215.210237 109.065162) + (xy 215.410353 108.987542) (xy 215.591582 108.872531) (xy 215.74702 108.724509) (xy 215.870747 108.549115) (xy 215.95805 108.35303) + (xy 216.005604 108.143721) (xy 216.009027 107.898559) (xy 215.967336 107.688004) (xy 215.885542 107.489557) (xy 215.766761 107.310777) + (xy 215.615516 107.158473) (xy 215.43757 107.038446) (xy 215.239699 106.955269) (xy 215.02944 106.912109) (xy 214.814803 106.91061) + (xy 214.603962 106.95083) (xy 214.404949 107.031237) (xy 214.225344 107.148767) (xy 214.071987 107.298945) (xy 213.950721 107.476049) + (xy 213.866165 107.673335) (xy 213.821538 107.883287) (xy 213.818541 108.097909) (xy 208.549 108.097909) (xy 208.549 107.766384) + (xy 213.817982 102.497402) (xy 213.863555 102.441921) (xy 213.909673 102.386959) (xy 213.911641 102.383379) (xy 213.914235 102.380221) + (xy 213.948162 102.316949) (xy 213.982728 102.254073) (xy 213.983963 102.250181) (xy 213.985895 102.246577) (xy 214.00689 102.177906) + (xy 214.028581 102.109527) (xy 214.029036 102.105468) (xy 214.030231 102.10156) (xy 214.037484 102.030152) (xy 214.045484 101.958829) + (xy 214.04554 101.95084) (xy 214.045555 101.950692) (xy 214.045542 101.950554) (xy 214.04556 101.94798) (xy 214.04556 86.773284) + (xy 223.235589 77.583255) (xy 223.352005 77.608851) (xy 223.628851 77.61465) (xy 223.901552 77.566566) (xy 224.159719 77.466429) + (xy 224.39352 77.318055) (xy 224.594049 77.127094) (xy 224.753667 76.900821) (xy 224.866296 76.647853) (xy 224.927644 76.377827) + (xy 224.93206 76.061546) (xy 224.878276 75.789912) (xy 224.772754 75.533899) (xy 224.744877 75.491941) (xy 224.799153 75.476173) + (xy 224.802779 75.474293) (xy 224.806692 75.473112) (xy 224.870067 75.439415) (xy 224.933785 75.406387) (xy 224.936979 75.403837) + (xy 224.940585 75.40192) (xy 224.996181 75.356577) (xy 225.052297 75.31178) (xy 225.057986 75.30617) (xy 225.058101 75.306076) + (xy 225.058189 75.30597) (xy 225.060022 75.304162) (xy 225.131142 75.233042) (xy 225.176733 75.177539) (xy 225.222833 75.122599) + (xy 225.2248 75.119021) (xy 225.227395 75.115862) (xy 225.261314 75.052603) (xy 225.295888 74.989713) (xy 225.297124 74.985816) + (xy 225.299054 74.982217) (xy 225.320035 74.913591) (xy 225.341741 74.845167) (xy 225.342196 74.841108) (xy 225.343391 74.8372) + (xy 225.350644 74.765792) (xy 225.358644 74.694469) (xy 225.3587 74.68648) (xy 225.358715 74.686332) (xy 225.358702 74.686194) + (xy 225.35872 74.68362) (xy 225.35872 72.18172) (xy 225.351716 72.110288) (xy 225.345461 72.03879) (xy 225.344321 72.034864) + (xy 225.343922 72.0308) (xy 225.323188 71.962126) (xy 225.303154 71.893168) (xy 225.301273 71.889539) (xy 225.300092 71.885628) + (xy 225.266404 71.82227) (xy 225.233367 71.758535) (xy 225.230817 71.755341) (xy 225.2289 71.751735) (xy 225.183557 71.696139) + (xy 225.13876 71.640023) (xy 225.13315 71.634334) (xy 225.133056 71.634219) (xy 225.13295 71.634131) (xy 225.131142 71.632298) + (xy 224.903397 71.404553) (xy 224.927644 71.297827) (xy 224.93206 70.981546) (xy 224.878276 70.709912) (xy 224.772754 70.453899) + (xy 224.619516 70.223257) (xy 224.424398 70.026771) (xy 224.194831 69.871926) (xy 224.146434 69.851582) (xy 224.159719 69.846429) + (xy 224.39352 69.698055) (xy 224.594049 69.507094) (xy 224.753667 69.280821) (xy 224.866296 69.027853) (xy 224.927644 68.757827) + (xy 224.93206 68.441546) (xy 224.878276 68.169912) (xy 224.772754 67.913899) (xy 224.619516 67.683257) (xy 224.424398 67.486771) + (xy 224.194831 67.331926) (xy 224.154949 67.315161) (xy 224.272325 67.252422) (xy 224.336058 67.003136) (xy 223.52 66.187078) + (xy 222.703942 67.003136) (xy 222.767675 67.252422) (xy 222.888861 67.31204) (xy 222.862661 67.322626) (xy 222.630954 67.47425) + (xy 222.433112 67.667992) (xy 222.276668 67.896472) (xy 222.167583 68.150988) (xy 222.11001 68.421844) (xy 222.106144 68.698725) + (xy 222.156131 68.971083) (xy 222.258068 69.228545) (xy 222.408071 69.461304) (xy 222.600427 69.660495) (xy 222.827809 69.81853) + (xy 222.896992 69.848755) (xy 222.862661 69.862626) (xy 222.630954 70.01425) (xy 222.433112 70.207992) (xy 222.276668 70.436472) + (xy 222.167583 70.690988) (xy 222.11001 70.961844) (xy 222.106144 71.238725) (xy 222.156131 71.511083) (xy 222.258068 71.768545) + (xy 222.408071 72.001304) (xy 222.600427 72.200495) (xy 222.827809 72.35853) (xy 222.896992 72.388755) (xy 222.862661 72.402626) + (xy 222.630954 72.55425) (xy 222.433112 72.747992) (xy 222.276668 72.976472) (xy 222.167583 73.230988) (xy 222.11001 73.501844) + (xy 222.106144 73.778725) (xy 222.156131 74.051083) (xy 222.258068 74.308545) (xy 222.408071 74.541304) (xy 222.491902 74.628114) + (xy 210.311218 86.808798) (xy 210.265627 86.864301) (xy 210.219527 86.919241) (xy 210.21756 86.922819) (xy 210.214965 86.925978) + (xy 210.181046 86.989237) (xy 210.146472 87.052127) (xy 210.145236 87.056024) (xy 210.143306 87.059623) (xy 210.122325 87.128249) + (xy 210.100619 87.196673) (xy 210.100164 87.200732) (xy 210.098969 87.20464) (xy 210.091716 87.276048) (xy 210.083716 87.347371) + (xy 210.08366 87.35536) (xy 210.083645 87.355508) (xy 210.083658 87.355646) (xy 210.08364 87.35822) (xy 210.08364 98.649256) + (xy 209.881958 98.850938) (xy 209.836367 98.906441) (xy 209.790267 98.961381) (xy 209.7883 98.964959) (xy 209.785705 98.968118) + (xy 209.751786 99.031377) (xy 209.717212 99.094267) (xy 209.715976 99.098164) (xy 209.714046 99.101763) (xy 209.693065 99.170389) + (xy 209.671359 99.238813) (xy 209.670904 99.242872) (xy 209.669709 99.24678) (xy 209.662456 99.318188) (xy 209.654456 99.389511) + (xy 209.6544 99.3975) (xy 209.654385 99.397648) (xy 209.654398 99.397786) (xy 209.65438 99.40036) (xy 209.65438 102.70599) + (xy 209.588887 102.770125) (xy 209.467621 102.947229) (xy 209.383065 103.144515) (xy 209.338438 103.354467) (xy 209.335441 103.569089) + (xy 209.374188 103.780205) (xy 209.453203 103.979774) (xy 209.569477 104.160196) (xy 209.71858 104.314597) (xy 209.768443 104.349253) + (xy 207.222578 106.895118) (xy 207.176987 106.950621) (xy 207.130887 107.005561) (xy 207.12892 107.009139) (xy 207.126325 107.012298) + (xy 207.092406 107.075557) (xy 207.057832 107.138447) (xy 207.056596 107.142344) (xy 207.054666 107.145943) (xy 207.033685 107.214569) + (xy 207.011979 107.282993) (xy 207.011524 107.287052) (xy 207.010329 107.29096) (xy 207.003076 107.362368) (xy 206.995076 107.433691) + (xy 206.99502 107.44168) (xy 206.995005 107.441828) (xy 206.995018 107.441966) (xy 206.995 107.44454) (xy 206.995 108.772955) + (xy 206.963039 108.766394) (xy 206.723497 108.764722) (xy 206.488191 108.809608) (xy 206.266086 108.899345) (xy 206.06564 109.030513) + (xy 205.894489 109.198116) (xy 205.759152 109.395771) (xy 205.664784 109.615948) (xy 205.614979 109.850262) (xy 205.611635 110.089787) + (xy 194.87434 110.089787) (xy 194.892732 110.008835) (xy 194.896552 109.735226) (xy 194.850024 109.500239) (xy 194.758739 109.278766) + (xy 194.626175 109.079241) (xy 194.457381 108.909264) (xy 194.258786 108.775311) (xy 194.183338 108.743595) (xy 194.217484 108.593301) + (xy 194.220907 108.348139) (xy 194.179216 108.137584) (xy 194.097422 107.939137) (xy 194.09179 107.93066) (xy 194.096143 107.926515) + (xy 194.234227 107.730769) (xy 194.33166 107.511931) (xy 194.384732 107.278335) (xy 194.388552 107.004726) (xy 194.342024 106.769739) + (xy 194.250739 106.548266) (xy 194.118175 106.348741) (xy 194.009898 106.239706) (xy 194.12654 106.128629) (xy 194.250267 105.953235) + (xy 194.33757 105.75715) (xy 194.385124 105.547841) (xy 194.388547 105.302679) (xy 194.346856 105.092124) (xy 194.265062 104.893677) + (xy 194.146281 104.714897) (xy 193.995036 104.562593) (xy 193.81709 104.442566) (xy 193.619219 104.359389) (xy 193.40896 104.316229) + (xy 193.194323 104.31473) (xy 192.983482 104.35495) (xy 192.784469 104.435357) (xy 192.604864 104.552887) (xy 192.451507 104.703065) + (xy 192.330241 104.880169) (xy 192.245685 105.077455) (xy 192.201058 105.287407) (xy 192.198061 105.502029) (xy 192.236808 105.713145) + (xy 192.315823 105.912714) (xy 192.432097 106.093136) (xy 192.463116 106.125257) (xy 192.3979 106.167933) (xy 192.226749 106.335536) + (xy 192.091412 106.533191) (xy 191.997044 106.753368) (xy 191.947239 106.987682) (xy 191.943895 107.227207) (xy 189.128179 107.227207) + (xy 189.075056 107.173713) (xy 188.89711 107.053686) (xy 188.699239 106.970509) (xy 188.48898 106.927349) (xy 188.274343 106.92585) + (xy 188.063502 106.96607) (xy 187.864489 107.046477) (xy 187.684884 107.164007) (xy 187.531527 107.314185) (xy 187.410261 107.491289) + (xy 187.325705 107.688575) (xy 187.281078 107.898527) (xy 187.278081 108.113149) (xy 187.213 108.113149) (xy 187.213 105.918) + (xy 187.205991 105.846518) (xy 187.19974 105.77507) (xy 187.198601 105.77115) (xy 187.198202 105.76708) (xy 187.177446 105.698332) + (xy 187.157433 105.629447) (xy 187.155553 105.625821) (xy 187.154372 105.621908) (xy 187.120675 105.558533) (xy 187.087647 105.494815) + (xy 187.085097 105.491621) (xy 187.08318 105.488015) (xy 187.037837 105.432419) (xy 187.022438 105.413129) (xy 187.702261 105.413129) + (xy 187.741008 105.624245) (xy 187.820023 105.823814) (xy 187.936297 106.004236) (xy 188.0854 106.158637) (xy 188.261654 106.281136) + (xy 188.458344 106.367068) (xy 188.66798 106.413159) (xy 188.882575 106.417655) (xy 189.093957 106.380382) (xy 189.294073 106.302762) + (xy 189.475302 106.187751) (xy 189.63074 106.039729) (xy 189.754467 105.864335) (xy 189.84177 105.66825) (xy 189.889324 105.458941) + (xy 189.892747 105.213779) (xy 189.851056 105.003224) (xy 189.769262 104.804777) (xy 189.650481 104.625997) (xy 189.499236 104.473693) + (xy 189.32129 104.353666) (xy 189.123419 104.270489) (xy 188.91316 104.227329) (xy 188.698523 104.22583) (xy 188.487682 104.26605) + (xy 188.288669 104.346457) (xy 188.109064 104.463987) (xy 187.955707 104.614165) (xy 187.834441 104.791269) (xy 187.749885 104.988555) + (xy 187.705258 105.198507) (xy 187.702261 105.413129) (xy 187.022438 105.413129) (xy 186.99304 105.376303) (xy 186.98743 105.370614) + (xy 186.987336 105.370499) (xy 186.98723 105.370411) (xy 186.985422 105.368578) (xy 184.696231 103.079387) (xy 197.785895 103.079387) + (xy 197.829138 103.315) (xy 197.917321 103.537727) (xy 198.047087 103.739083) (xy 198.213491 103.9114) (xy 198.410196 104.048113) + (xy 198.629709 104.144016) (xy 198.86367 104.195456) (xy 199.103166 104.200473) (xy 199.339075 104.158875) (xy 199.562412 104.072249) + (xy 199.764669 103.943892) (xy 199.938143 103.778695) (xy 200.076227 103.582949) (xy 200.17366 103.364111) (xy 200.226732 103.130515) + (xy 200.227162 103.099707) (xy 201.258075 103.099707) (xy 201.301318 103.33532) (xy 201.389501 103.558047) (xy 201.519267 103.759403) + (xy 201.685671 103.93172) (xy 201.882376 104.068433) (xy 202.101889 104.164336) (xy 202.33585 104.215776) (xy 202.575346 104.220793) + (xy 202.811255 104.179195) (xy 203.034592 104.092569) (xy 203.236849 103.964212) (xy 203.410323 103.799015) (xy 203.548407 103.603269) + (xy 203.64584 103.384431) (xy 203.698912 103.150835) (xy 203.702732 102.877226) (xy 203.656204 102.642239) (xy 203.564919 102.420766) + (xy 203.549893 102.398149) (xy 206.526201 102.398149) (xy 206.564948 102.609265) (xy 206.643963 102.808834) (xy 206.760237 102.989256) + (xy 206.90934 103.143657) (xy 207.085594 103.266156) (xy 207.282284 103.352088) (xy 207.49192 103.398179) (xy 207.706515 103.402675) + (xy 207.917897 103.365402) (xy 208.118013 103.287782) (xy 208.299242 103.172771) (xy 208.45468 103.024749) (xy 208.578407 102.849355) + (xy 208.66571 102.65327) (xy 208.713264 102.443961) (xy 208.716687 102.198799) (xy 208.674996 101.988244) (xy 208.593202 101.789797) + (xy 208.474421 101.611017) (xy 208.323176 101.458713) (xy 208.14523 101.338686) (xy 207.947359 101.255509) (xy 207.7371 101.212349) + (xy 207.522463 101.21085) (xy 207.311622 101.25107) (xy 207.112609 101.331477) (xy 206.933004 101.449007) (xy 206.779647 101.599185) + (xy 206.658381 101.776289) (xy 206.573825 101.973575) (xy 206.529198 102.183527) (xy 206.526201 102.398149) (xy 203.549893 102.398149) + (xy 203.432355 102.221241) (xy 203.263561 102.051264) (xy 203.064966 101.917311) (xy 202.844135 101.824482) (xy 202.609479 101.776314) + (xy 202.369937 101.774642) (xy 202.134631 101.819528) (xy 201.912526 101.909265) (xy 201.71208 102.040433) (xy 201.540929 102.208036) + (xy 201.405592 102.405691) (xy 201.311224 102.625868) (xy 201.261419 102.860182) (xy 201.258075 103.099707) (xy 200.227162 103.099707) + (xy 200.230552 102.856906) (xy 200.184024 102.621919) (xy 200.092739 102.400446) (xy 199.960175 102.200921) (xy 199.791381 102.030944) + (xy 199.592786 101.896991) (xy 199.371955 101.804162) (xy 199.137299 101.755994) (xy 198.897757 101.754322) (xy 198.662451 101.799208) + (xy 198.440346 101.888945) (xy 198.2399 102.020113) (xy 198.068749 102.187716) (xy 197.933412 102.385371) (xy 197.839044 102.605548) + (xy 197.789239 102.839862) (xy 197.785895 103.079387) (xy 184.696231 103.079387) (xy 183.911 102.294156) (xy 183.911 101.309007) + (xy 188.824775 101.309007) (xy 188.868018 101.54462) (xy 188.956201 101.767347) (xy 189.085967 101.968703) (xy 189.252371 102.14102) + (xy 189.449076 102.277733) (xy 189.668589 102.373636) (xy 189.90255 102.425076) (xy 190.142046 102.430093) (xy 190.377955 102.388495) + (xy 190.601292 102.301869) (xy 190.803549 102.173512) (xy 190.977023 102.008315) (xy 191.115107 101.812569) (xy 191.21254 101.593731) + (xy 191.265612 101.360135) (xy 191.269432 101.086526) (xy 191.222904 100.851539) (xy 191.131619 100.630066) (xy 190.999055 100.430541) + (xy 190.830261 100.260564) (xy 190.631666 100.126611) (xy 190.410835 100.033782) (xy 190.176179 99.985614) (xy 189.936637 99.983942) + (xy 189.701331 100.028828) (xy 189.479226 100.118565) (xy 189.27878 100.249733) (xy 189.107629 100.417336) (xy 188.972292 100.614991) + (xy 188.877924 100.835168) (xy 188.828119 101.069482) (xy 188.824775 101.309007) (xy 183.911 101.309007) (xy 183.911 98.771029) + (xy 196.008061 98.771029) (xy 196.046808 98.982145) (xy 196.125823 99.181714) (xy 196.242097 99.362136) (xy 196.3912 99.516537) + (xy 196.567454 99.639036) (xy 196.764144 99.724968) (xy 196.97378 99.771059) (xy 197.188375 99.775555) (xy 197.399757 99.738282) + (xy 197.599873 99.660662) (xy 197.781102 99.545651) (xy 197.93654 99.397629) (xy 198.060267 99.222235) (xy 198.14757 99.02615) + (xy 198.195124 98.816841) (xy 198.198547 98.571679) (xy 198.156856 98.361124) (xy 198.075062 98.162677) (xy 197.956281 97.983897) + (xy 197.805036 97.831593) (xy 197.62709 97.711566) (xy 197.429219 97.628389) (xy 197.21896 97.585229) (xy 197.004323 97.58373) + (xy 196.793482 97.62395) (xy 196.594469 97.704357) (xy 196.414864 97.821887) (xy 196.261507 97.972065) (xy 196.140241 98.149169) + (xy 196.055685 98.346455) (xy 196.011058 98.556407) (xy 196.008061 98.771029) (xy 183.911 98.771029) (xy 183.911 96.231029) + (xy 198.294061 96.231029) (xy 198.332808 96.442145) (xy 198.411823 96.641714) (xy 198.528097 96.822136) (xy 198.6772 96.976537) + (xy 198.853454 97.099036) (xy 199.050144 97.184968) (xy 199.25978 97.231059) (xy 199.474375 97.235555) (xy 199.685757 97.198282) + (xy 199.885873 97.120662) (xy 200.067102 97.005651) (xy 200.22254 96.857629) (xy 200.346267 96.682235) (xy 200.43357 96.48615) + (xy 200.481124 96.276841) (xy 200.484547 96.031679) (xy 200.442856 95.821124) (xy 200.361062 95.622677) (xy 200.242281 95.443897) + (xy 200.091036 95.291593) (xy 199.91309 95.171566) (xy 199.715219 95.088389) (xy 199.50496 95.045229) (xy 199.290323 95.04373) + (xy 199.079482 95.08395) (xy 198.880469 95.164357) (xy 198.700864 95.281887) (xy 198.547507 95.432065) (xy 198.426241 95.609169) + (xy 198.341685 95.806455) (xy 198.297058 96.016407) (xy 198.294061 96.231029) (xy 183.911 96.231029) (xy 183.911 91.722855) + (xy 188.459223 91.722855) (xy 188.515284 91.965657) (xy 188.75545 92.082789) (xy 189.013852 92.150817) (xy 189.280562 92.167126) + (xy 189.545328 92.131089) (xy 189.797976 92.044091) (xy 189.944716 91.965657) (xy 190.000777 91.722855) (xy 189.23 90.952078) + (xy 188.459223 91.722855) (xy 183.911 91.722855) (xy 183.911 90.855562) (xy 187.867874 90.855562) (xy 187.903911 91.120328) + (xy 187.990909 91.372976) (xy 188.069343 91.519716) (xy 188.312145 91.575777) (xy 189.082922 90.805) (xy 189.377078 90.805) + (xy 190.147855 91.575777) (xy 190.390657 91.519716) (xy 190.507789 91.27955) (xy 190.575817 91.021148) (xy 190.592126 90.754438) + (xy 190.556089 90.489672) (xy 190.469091 90.237024) (xy 190.390657 90.090284) (xy 190.147855 90.034223) (xy 189.377078 90.805) + (xy 189.082922 90.805) (xy 188.312145 90.034223) (xy 188.069343 90.090284) (xy 187.952211 90.33045) (xy 187.884183 90.588852) + (xy 187.867874 90.855562) (xy 183.911 90.855562) (xy 183.911 87.5665) (xy 185.338355 87.5665) (xy 185.338355 88.9635) + (xy 185.346609 89.06701) (xy 185.400978 89.242574) (xy 185.502106 89.396041) (xy 185.641984 89.515258) (xy 185.809538 89.590786) + (xy 185.9915 89.616645) (xy 187.3885 89.616645) (xy 187.49201 89.608391) (xy 187.667574 89.554022) (xy 187.821041 89.452894) + (xy 187.940258 89.313016) (xy 188.015786 89.145462) (xy 188.041645 88.9635) (xy 188.041645 88.910488) (xy 188.168076 89.106671) + (xy 188.351781 89.296903) (xy 188.568938 89.447831) (xy 188.76111 89.531789) (xy 188.662024 89.565909) (xy 188.515284 89.644343) + (xy 188.459223 89.887145) (xy 189.23 90.657922) (xy 190.000777 89.887145) (xy 189.944716 89.644343) (xy 189.704745 89.527306) + (xy 189.84095 89.474476) (xy 190.064237 89.332774) (xy 190.255747 89.150401) (xy 190.408187 88.934304) (xy 190.515751 88.692712) + (xy 190.57434 88.43483) (xy 190.578558 88.132773) (xy 190.527192 87.873355) (xy 190.426416 87.628854) (xy 190.280069 87.408584) + (xy 190.093725 87.220935) (xy 189.874483 87.073054) (xy 189.630692 86.970574) (xy 189.371639 86.917398) (xy 189.107191 86.915552) + (xy 188.84742 86.965106) (xy 188.602222 87.064172) (xy 188.380936 87.208978) (xy 188.191991 87.394007) (xy 188.042583 87.612212) + (xy 188.041645 87.614401) (xy 188.041645 87.5665) (xy 188.033391 87.46299) (xy 187.979022 87.287426) (xy 187.877894 87.133959) + (xy 187.738016 87.014742) (xy 187.570462 86.939214) (xy 187.3885 86.913355) (xy 185.9915 86.913355) (xy 185.88799 86.921609) + (xy 185.712426 86.975978) (xy 185.558959 87.077106) (xy 185.439742 87.216984) (xy 185.364214 87.384538) (xy 185.338355 87.5665) + (xy 183.911 87.5665) (xy 183.911 86.233) (xy 196.069855 86.233) (xy 196.069855 87.757) (xy 196.078109 87.86051) + (xy 196.132478 88.036074) (xy 196.233606 88.189541) (xy 196.373484 88.308758) (xy 196.541038 88.384286) (xy 196.642608 88.39872) + (xy 196.595954 88.42925) (xy 196.398112 88.622992) (xy 196.241668 88.851472) (xy 196.132583 89.105988) (xy 196.07501 89.376844) + (xy 196.071144 89.653725) (xy 196.121131 89.926083) (xy 196.223068 90.183545) (xy 196.373071 90.416304) (xy 196.565427 90.615495) + (xy 196.792809 90.77353) (xy 197.046557 90.884389) (xy 197.317005 90.943851) (xy 197.593851 90.94965) (xy 197.866552 90.901566) + (xy 198.124719 90.801429) (xy 198.35852 90.653055) (xy 198.559049 90.462094) (xy 198.718667 90.235821) (xy 198.753124 90.15843) + (xy 198.763068 90.183545) (xy 198.913071 90.416304) (xy 199.105427 90.615495) (xy 199.332809 90.77353) (xy 199.586557 90.884389) + (xy 199.857005 90.943851) (xy 200.133851 90.94965) (xy 200.406552 90.901566) (xy 200.664719 90.801429) (xy 200.89852 90.653055) + (xy 201.099049 90.462094) (xy 201.258667 90.235821) (xy 201.371296 89.982853) (xy 201.432644 89.712827) (xy 201.43706 89.396546) + (xy 201.383276 89.124912) (xy 201.277754 88.868899) (xy 201.124516 88.638257) (xy 200.929398 88.441771) (xy 200.699831 88.286926) + (xy 200.651434 88.266582) (xy 200.664719 88.261429) (xy 200.89852 88.113055) (xy 201.099049 87.922094) (xy 201.258667 87.695821) + (xy 201.371296 87.442853) (xy 201.432644 87.172827) (xy 201.43706 86.856546) (xy 201.383276 86.584912) (xy 201.277754 86.328899) + (xy 201.124516 86.098257) (xy 200.929398 85.901771) (xy 200.699831 85.746926) (xy 200.44456 85.63962) (xy 200.173308 85.583941) + (xy 199.896408 85.582007) (xy 199.624405 85.633895) (xy 199.367661 85.737626) (xy 199.135954 85.88925) (xy 198.938112 86.082992) + (xy 198.893391 86.148305) (xy 198.891891 86.12949) (xy 198.837522 85.953926) (xy 198.736394 85.800459) (xy 198.596516 85.681242) + (xy 198.428962 85.605714) (xy 198.247 85.579855) (xy 196.723 85.579855) (xy 196.61949 85.588109) (xy 196.443926 85.642478) + (xy 196.290459 85.743606) (xy 196.171242 85.883484) (xy 196.095714 86.051038) (xy 196.069855 86.233) (xy 183.911 86.233) + (xy 183.911 85.303949) (xy 203.470581 85.303949) (xy 203.509328 85.515065) (xy 203.588343 85.714634) (xy 203.704617 85.895056) + (xy 203.85372 86.049457) (xy 204.029974 86.171956) (xy 204.226664 86.257888) (xy 204.4363 86.303979) (xy 204.650895 86.308475) + (xy 204.862277 86.271202) (xy 205.062393 86.193582) (xy 205.243622 86.078571) (xy 205.39906 85.930549) (xy 205.522787 85.755155) + (xy 205.61009 85.55907) (xy 205.657644 85.349761) (xy 205.661067 85.104599) (xy 205.619376 84.894044) (xy 205.537582 84.695597) + (xy 205.418801 84.516817) (xy 205.267556 84.364513) (xy 205.08961 84.244486) (xy 204.891739 84.161309) (xy 204.68148 84.118149) + (xy 204.466843 84.11665) (xy 204.256002 84.15687) (xy 204.056989 84.237277) (xy 203.877384 84.354807) (xy 203.724027 84.504985) + (xy 203.602761 84.682089) (xy 203.518205 84.879375) (xy 203.473578 85.089327) (xy 203.470581 85.303949) (xy 183.911 85.303949) + (xy 183.911 77.089) (xy 183.903992 77.017527) (xy 183.89774 76.946069) (xy 183.896601 76.942148) (xy 183.896202 76.93808) + (xy 183.875449 76.869344) (xy 183.855433 76.800447) (xy 183.853553 76.796821) (xy 183.852372 76.792908) (xy 183.818675 76.729533) + (xy 183.785647 76.665815) (xy 183.783098 76.662621) (xy 183.78118 76.659015) (xy 183.735812 76.603388) (xy 183.691039 76.547303) + (xy 183.685431 76.541616) (xy 183.685336 76.541499) (xy 183.685228 76.54141) (xy 183.683422 76.539578) (xy 179.111422 71.967578) + (xy 179.055919 71.921987) (xy 179.000979 71.875887) (xy 178.997401 71.87392) (xy 178.994242 71.871325) (xy 178.930983 71.837406) + (xy 178.868093 71.802832) (xy 178.864196 71.801596) (xy 178.860597 71.799666) (xy 178.791971 71.778685) (xy 178.723547 71.756979) + (xy 178.719488 71.756524) (xy 178.71558 71.755329) (xy 178.644172 71.748076) (xy 178.572849 71.740076) (xy 178.56486 71.74002) + (xy 178.564712 71.740005) (xy 178.564574 71.740018) (xy 178.562 71.74) (xy 174.117 71.74) (xy 174.045518 71.747009) + (xy 173.97407 71.75326) (xy 173.970149 71.754399) (xy 173.96608 71.754798) (xy 173.897378 71.77554) (xy 173.828447 71.795566) + (xy 173.824816 71.797448) (xy 173.820908 71.798628) (xy 173.757568 71.832306) (xy 173.693815 71.865353) (xy 173.690621 71.867903) + (xy 173.687015 71.86982) (xy 173.631419 71.915163) (xy 173.575303 71.95996) (xy 173.569614 71.96557) (xy 173.569499 71.965664) + (xy 173.569411 71.96577) (xy 173.567578 71.967578) (xy 172.3693 73.165856) (xy 172.233308 73.137941) (xy 171.956408 73.136007) + (xy 171.684405 73.187895) (xy 171.427661 73.291626) (xy 171.195954 73.44325) (xy 170.998112 73.636992) (xy 170.953391 73.702305) + (xy 170.951891 73.68349) (xy 170.897522 73.507926) (xy 170.796394 73.354459) (xy 170.656516 73.235242) (xy 170.488962 73.159714) + (xy 170.307 73.133855) (xy 168.783 73.133855) (xy 168.67949 73.142109) (xy 168.503926 73.196478) (xy 168.350459 73.297606) + (xy 168.231242 73.437484) (xy 168.155714 73.605038) (xy 168.129855 73.787) (xy 168.129855 75.311) (xy 168.138109 75.41451) + (xy 168.192478 75.590074) (xy 168.293606 75.743541) (xy 168.433484 75.862758) (xy 168.601038 75.938286) (xy 168.702608 75.95272) + (xy 168.655954 75.98325) (xy 168.458112 76.176992) (xy 168.301668 76.405472) (xy 168.192583 76.659988) (xy 168.13501 76.930844) + (xy 168.131144 77.207725) (xy 168.181131 77.480083) (xy 168.283068 77.737545) (xy 168.433071 77.970304) (xy 168.625427 78.169495) + (xy 168.852809 78.32753) (xy 168.921992 78.357755) (xy 168.887661 78.371626) (xy 168.655954 78.52325) (xy 168.458112 78.716992) + (xy 168.301668 78.945472) (xy 168.192583 79.199988) (xy 168.13501 79.470844) (xy 168.131144 79.747725) (xy 168.181131 80.020083) + (xy 168.283068 80.277545) (xy 168.433071 80.510304) (xy 168.625427 80.709495) (xy 168.852809 80.86753) (xy 168.921992 80.897755) + (xy 168.887661 80.911626) (xy 168.655954 81.06325) (xy 168.458112 81.256992) (xy 168.301668 81.485472) (xy 168.192583 81.739988) + (xy 168.13501 82.010844) (xy 168.131144 82.287725) (xy 168.181131 82.560083) (xy 168.283068 82.817545) (xy 168.433071 83.050304) + (xy 168.625427 83.249495) (xy 168.852809 83.40753) (xy 169.106557 83.518389) (xy 169.377005 83.577851) (xy 169.653851 83.58365) + (xy 169.926552 83.535566) (xy 170.184719 83.435429) (xy 170.41852 83.287055) (xy 170.619049 83.096094) (xy 170.778667 82.869821) + (xy 170.813124 82.79243) (xy 170.823068 82.817545) (xy 170.973071 83.050304) (xy 171.165427 83.249495) (xy 171.392809 83.40753) + (xy 171.646557 83.518389) (xy 171.917005 83.577851) (xy 172.193851 83.58365) (xy 172.466552 83.535566) (xy 172.724719 83.435429) + (xy 172.95852 83.287055) (xy 173.159049 83.096094) (xy 173.318667 82.869821) (xy 173.431296 82.616853) (xy 173.492644 82.346827) + (xy 173.49706 82.030546) (xy 173.468176 81.884668) (xy 174.539422 80.813422) (xy 174.585013 80.757919) (xy 174.631113 80.702979) + (xy 174.63308 80.699401) (xy 174.635675 80.696242) (xy 174.669594 80.632983) (xy 174.704168 80.570093) (xy 174.705404 80.566196) + (xy 174.707334 80.562597) (xy 174.728315 80.493971) (xy 174.750021 80.425547) (xy 174.750476 80.421488) (xy 174.751671 80.41758) + (xy 174.758924 80.346172) (xy 174.766924 80.274849) (xy 174.76698 80.26686) (xy 174.766995 80.266712) (xy 174.766982 80.266574) + (xy 174.767 80.264) (xy 174.767 79.061844) (xy 177.232844 76.596) (xy 177.859156 76.596) (xy 179.182 77.918844) + (xy 179.182 85.392321) (xy 179.097323 85.39173) (xy 178.886482 85.43195) (xy 178.687469 85.512357) (xy 178.507864 85.629887) + (xy 178.354507 85.780065) (xy 178.233241 85.957169) (xy 178.148685 86.154455) (xy 178.104058 86.364407) (xy 178.101061 86.579029) + (xy 178.139808 86.790145) (xy 178.191696 86.921198) (xy 178.033513 86.951373) (xy 177.857592 87.02245) (xy 177.728386 87.107) + (xy 177.49868 87.107) (xy 177.475089 86.933672) (xy 177.388091 86.681024) (xy 177.309657 86.534284) (xy 177.066855 86.478223) + (xy 176.296078 87.249) (xy 176.310221 87.263143) (xy 176.163143 87.410221) (xy 176.149 87.396078) (xy 175.378223 88.166855) + (xy 175.434284 88.409657) (xy 175.67445 88.526789) (xy 175.676759 88.527397) (xy 175.547967 88.656189) (xy 175.453036 88.560593) + (xy 175.27509 88.440566) (xy 175.077219 88.357389) (xy 174.86696 88.314229) (xy 174.652323 88.31273) (xy 174.441482 88.35295) + (xy 174.242469 88.433357) (xy 174.062864 88.550887) (xy 173.909507 88.701065) (xy 173.899837 88.715188) (xy 173.88455 88.723316) + (xy 173.820815 88.756353) (xy 173.817621 88.758903) (xy 173.814015 88.76082) (xy 173.758419 88.806163) (xy 173.702303 88.85096) + (xy 173.696614 88.85657) (xy 173.696499 88.856664) (xy 173.696411 88.85677) (xy 173.694578 88.858578) (xy 172.805578 89.747578) + (xy 172.759987 89.803081) (xy 172.713887 89.858021) (xy 172.71192 89.861599) (xy 172.709325 89.864758) (xy 172.675406 89.928017) + (xy 172.640832 89.990907) (xy 172.639596 89.994804) (xy 172.637666 89.998403) (xy 172.616685 90.067029) (xy 172.594979 90.135453) + (xy 172.594524 90.139512) (xy 172.593329 90.14342) (xy 172.586076 90.214828) (xy 172.578076 90.286151) (xy 172.57802 90.29414) + (xy 172.578005 90.294288) (xy 172.578018 90.294426) (xy 172.578 90.297) (xy 172.578 91.870208) (xy 172.366323 91.86873) + (xy 172.155482 91.90895) (xy 171.956469 91.989357) (xy 171.776864 92.106887) (xy 171.623507 92.257065) (xy 171.502241 92.434169) + (xy 171.417685 92.631455) (xy 171.373058 92.841407) (xy 171.370061 93.056029) (xy 171.408808 93.267145) (xy 171.487823 93.466714) + (xy 171.604097 93.647136) (xy 171.689 93.735056) (xy 171.689 107.95) (xy 171.696009 108.021482) (xy 171.70226 108.09293) + (xy 171.703399 108.09685) (xy 171.703798 108.10092) (xy 171.724552 108.169662) (xy 171.744567 108.238553) (xy 171.746447 108.242179) + (xy 171.747628 108.246092) (xy 171.781325 108.309467) (xy 171.814353 108.373185) (xy 171.816903 108.376379) (xy 171.81882 108.379985) + (xy 171.864163 108.435581) (xy 171.90896 108.491697) (xy 171.91457 108.497386) (xy 171.914664 108.497501) (xy 171.91477 108.497589) + (xy 171.916578 108.499422) (xy 175.091578 111.674422) (xy 175.147081 111.720013) (xy 175.202021 111.766113) (xy 175.205599 111.76808) + (xy 175.208758 111.770675) (xy 175.272017 111.804594) (xy 175.334907 111.839168) (xy 175.338804 111.840404) (xy 175.342403 111.842334) + (xy 175.411029 111.863315) (xy 175.479453 111.885021) (xy 175.483512 111.885476) (xy 175.48742 111.886671) (xy 175.558828 111.893924) + (xy 175.62811 111.901695) (xy 175.581024 111.917909) (xy 175.434284 111.996343) (xy 175.378223 112.239145) (xy 176.149 113.009922) + (xy 176.919777 112.239145) (xy 176.863716 111.996343) (xy 176.670276 111.902) (xy 178.562 111.902) (xy 178.633482 111.894991) + (xy 178.70493 111.88874) (xy 178.70885 111.887601) (xy 178.71292 111.887202) (xy 178.781668 111.866446) (xy 178.850553 111.846433) + (xy 178.854179 111.844553) (xy 178.858092 111.843372) (xy 178.921467 111.809675) (xy 178.985185 111.776647) (xy 178.988379 111.774097) + (xy 178.991985 111.77218) (xy 179.047581 111.726837) (xy 179.103697 111.68204) (xy 179.109386 111.67643) (xy 179.109501 111.676336) + (xy 179.109589 111.67623) (xy 179.111422 111.674422) (xy 179.681713 111.104131) (xy 179.672685 111.125195) (xy 179.628058 111.335147) + (xy 179.625061 111.549769) (xy 179.663808 111.760885) (xy 179.742823 111.960454) (xy 179.859097 112.140876) (xy 180.0082 112.295277) + (xy 180.184454 112.417776) (xy 180.381144 112.503708) (xy 180.59078 112.549799) (xy 180.805375 112.554295) (xy 180.833 112.549424) + (xy 180.833 118.22793) (xy 180.767507 118.292065) (xy 180.646241 118.469169) (xy 180.561685 118.666455) (xy 180.517058 118.876407) + (xy 180.515405 118.994751) (xy 179.155578 120.354578) (xy 179.109987 120.410081) (xy 179.063887 120.465021) (xy 179.06192 120.468599) + (xy 179.059325 120.471758) (xy 179.025406 120.535017) (xy 178.990832 120.597907) (xy 178.989596 120.601804) (xy 178.987666 120.605403) + (xy 178.966685 120.674029) (xy 178.944979 120.742453) (xy 178.944524 120.746512) (xy 178.943329 120.75042) (xy 178.936076 120.821828) + (xy 178.928076 120.893151) (xy 178.92802 120.90114) (xy 178.928005 120.901288) (xy 178.928018 120.901426) (xy 178.928 120.904) + (xy 178.928 122.995156) (xy 177.549681 124.373475) (xy 177.515091 124.273024) (xy 177.436657 124.126284) (xy 177.193855 124.070223) + (xy 176.423078 124.841) (xy 176.437221 124.855143) (xy 176.290143 125.002221) (xy 176.276 124.988078) (xy 175.505223 125.758855) + (xy 175.561284 126.001657) (xy 175.80145 126.118789) (xy 175.803759 126.119397) (xy 174.811156 127.112) (xy 174.498 127.112) + (xy 174.426518 127.119009) (xy 174.35507 127.12526) (xy 174.351149 127.126399) (xy 174.34708 127.126798) (xy 174.278378 127.14754) + (xy 174.209447 127.167566) (xy 174.205816 127.169448) (xy 174.201908 127.170628) (xy 174.138568 127.204306) (xy 174.074815 127.237353) + (xy 174.071621 127.239903) (xy 174.068015 127.24182) (xy 174.012419 127.287163) (xy 173.956303 127.33196) (xy 173.950614 127.33757) + (xy 173.950499 127.337664) (xy 173.950411 127.33777) (xy 173.948578 127.339578) (xy 169.884578 131.403578) (xy 169.838987 131.459081) + (xy 169.792887 131.514021) (xy 169.79092 131.517599) (xy 169.788325 131.520758) (xy 169.754406 131.584017) (xy 169.719832 131.646907) + (xy 169.718596 131.650804) (xy 169.716666 131.654403) (xy 169.695685 131.723029) (xy 169.673979 131.791453) (xy 169.673524 131.795512) + (xy 169.672329 131.79942) (xy 169.665076 131.870828) (xy 169.657076 131.942151) (xy 169.65702 131.95014) (xy 169.657005 131.950288) + (xy 169.657018 131.950426) (xy 169.657 131.953) (xy 169.657 135.581491) (xy 169.58356 135.55062) (xy 169.312308 135.494941) + (xy 169.035408 135.493007) (xy 168.763405 135.544895) (xy 168.506661 135.648626) (xy 168.274954 135.80025) (xy 168.077112 135.993992) + (xy 167.920668 136.222472) (xy 167.89462 136.283246) (xy 167.876754 136.239899) (xy 167.723516 136.009257) (xy 167.528398 135.812771) + (xy 167.298831 135.657926) (xy 167.04356 135.55062) (xy 166.772308 135.494941) (xy 166.495408 135.493007) (xy 166.223405 135.544895) + (xy 166.131 135.582229) (xy 166.131 135.322844) (xy 169.205422 132.248422) (xy 169.251013 132.192919) (xy 169.297113 132.137979) + (xy 169.29908 132.134401) (xy 169.301675 132.131242) (xy 169.335594 132.067983) (xy 169.370168 132.005093) (xy 169.371404 132.001196) + (xy 169.373334 131.997597) (xy 169.394315 131.928971) (xy 169.416021 131.860547) (xy 169.416476 131.856488) (xy 169.417671 131.85258) + (xy 169.424924 131.781172) (xy 169.432924 131.709849) (xy 169.43298 131.70186) (xy 169.432995 131.701712) (xy 169.432982 131.701574) + (xy 169.433 131.699) (xy 169.433 127.829844) (xy 170.475422 126.787422) (xy 170.521013 126.731919) (xy 170.567113 126.676979) + (xy 170.56908 126.673401) (xy 170.571675 126.670242) (xy 170.605594 126.606983) (xy 170.640168 126.544093) (xy 170.641404 126.540196) + (xy 170.643334 126.536597) (xy 170.664315 126.467971) (xy 170.686021 126.399547) (xy 170.686476 126.395488) (xy 170.687671 126.39158) + (xy 170.694924 126.320172) (xy 170.702924 126.248849) (xy 170.70298 126.24086) (xy 170.702995 126.240712) (xy 170.702982 126.240574) + (xy 170.703 126.238) (xy 170.703 124.891562) (xy 174.913874 124.891562) (xy 174.949911 125.156328) (xy 175.036909 125.408976) + (xy 175.115343 125.555716) (xy 175.358145 125.611777) (xy 176.128922 124.841) (xy 175.358145 124.070223) (xy 175.115343 124.126284) + (xy 174.998211 124.36645) (xy 174.930183 124.624852) (xy 174.913874 124.891562) (xy 170.703 124.891562) (xy 170.703 123.923145) + (xy 175.505223 123.923145) (xy 176.276 124.693922) (xy 177.046777 123.923145) (xy 176.990716 123.680343) (xy 176.75055 123.563211) + (xy 176.492148 123.495183) (xy 176.225438 123.478874) (xy 175.960672 123.514911) (xy 175.708024 123.601909) (xy 175.561284 123.680343) + (xy 175.505223 123.923145) (xy 170.703 123.923145) (xy 170.703 119.874386) (xy 174.925727 119.874386) (xy 174.973466 120.134496) + (xy 175.070819 120.380379) (xy 175.214076 120.602671) (xy 175.397781 120.792903) (xy 175.614938 120.943831) (xy 175.857274 121.049705) + (xy 176.11556 121.106493) (xy 176.379956 121.112031) (xy 176.640393 121.066109) (xy 176.88695 120.970476) (xy 177.110237 120.828774) + (xy 177.301747 120.646401) (xy 177.454187 120.430304) (xy 177.561751 120.188712) (xy 177.62034 119.93083) (xy 177.624558 119.628773) + (xy 177.574281 119.374853) (xy 177.597321 119.433047) (xy 177.727087 119.634403) (xy 177.893491 119.80672) (xy 178.090196 119.943433) + (xy 178.309709 120.039336) (xy 178.54367 120.090776) (xy 178.783166 120.095793) (xy 179.019075 120.054195) (xy 179.242412 119.967569) + (xy 179.444669 119.839212) (xy 179.618143 119.674015) (xy 179.756227 119.478269) (xy 179.85366 119.259431) (xy 179.906732 119.025835) + (xy 179.910552 118.752226) (xy 179.864024 118.517239) (xy 179.772739 118.295766) (xy 179.640175 118.096241) (xy 179.471381 117.926264) + (xy 179.272786 117.792311) (xy 179.051955 117.699482) (xy 178.817299 117.651314) (xy 178.577757 117.649642) (xy 178.342451 117.694528) + (xy 178.120346 117.784265) (xy 177.9199 117.915433) (xy 177.748749 118.083036) (xy 177.613412 118.280691) (xy 177.519044 118.500868) + (xy 177.469239 118.735182) (xy 177.465895 118.974707) (xy 177.509138 119.21032) (xy 177.545584 119.302372) (xy 177.472416 119.124854) + (xy 177.326069 118.904584) (xy 177.139725 118.716935) (xy 176.920483 118.569054) (xy 176.676692 118.466574) (xy 176.417639 118.413398) + (xy 176.153191 118.411552) (xy 175.89342 118.461106) (xy 175.648222 118.560172) (xy 175.426936 118.704978) (xy 175.237991 118.890007) + (xy 175.088583 119.108212) (xy 174.984403 119.351281) (xy 174.92942 119.609957) (xy 174.925727 119.874386) (xy 170.703 119.874386) + (xy 170.703 118.491) (xy 170.695992 118.419527) (xy 170.68974 118.348069) (xy 170.688601 118.344148) (xy 170.688202 118.34008) + (xy 170.667449 118.271344) (xy 170.647433 118.202447) (xy 170.645553 118.198821) (xy 170.644372 118.194908) (xy 170.610675 118.131533) + (xy 170.577647 118.067815) (xy 170.575098 118.064621) (xy 170.57318 118.061015) (xy 170.527812 118.005388) (xy 170.483039 117.949303) + (xy 170.477431 117.943616) (xy 170.477336 117.943499) (xy 170.477228 117.94341) (xy 170.475422 117.941578) (xy 168.7297 116.195856) + (xy 168.828412 116.157569) (xy 169.030669 116.029212) (xy 169.204143 115.864015) (xy 169.342227 115.668269) (xy 169.43966 115.449431) + (xy 169.492732 115.215835) (xy 169.496552 114.942226) (xy 169.450024 114.707239) (xy 169.358739 114.485766) (xy 169.244575 114.313936) + (xy 169.299777 114.074855) (xy 175.378223 114.074855) (xy 175.434284 114.317657) (xy 175.67445 114.434789) (xy 175.932852 114.502817) + (xy 176.199562 114.519126) (xy 176.464328 114.483089) (xy 176.716976 114.396091) (xy 176.863716 114.317657) (xy 176.919777 114.074855) + (xy 176.149 113.304078) (xy 175.378223 114.074855) (xy 169.299777 114.074855) (xy 168.529 113.304078) (xy 168.514858 113.318221) + (xy 168.36778 113.171143) (xy 168.381922 113.157) (xy 168.676078 113.157) (xy 169.446855 113.927777) (xy 169.689657 113.871716) + (xy 169.806789 113.63155) (xy 169.874817 113.373148) (xy 169.884942 113.207562) (xy 174.786874 113.207562) (xy 174.822911 113.472328) + (xy 174.909909 113.724976) (xy 174.988343 113.871716) (xy 175.231145 113.927777) (xy 176.001922 113.157) (xy 176.296078 113.157) + (xy 177.066855 113.927777) (xy 177.309657 113.871716) (xy 177.426789 113.63155) (xy 177.494817 113.373148) (xy 177.511126 113.106438) + (xy 177.475089 112.841672) (xy 177.388091 112.589024) (xy 177.309657 112.442284) (xy 177.066855 112.386223) (xy 176.296078 113.157) + (xy 176.001922 113.157) (xy 175.231145 112.386223) (xy 174.988343 112.442284) (xy 174.871211 112.68245) (xy 174.803183 112.940852) + (xy 174.786874 113.207562) (xy 169.884942 113.207562) (xy 169.891126 113.106438) (xy 169.855089 112.841672) (xy 169.768091 112.589024) + (xy 169.689657 112.442284) (xy 169.446855 112.386223) (xy 168.676078 113.157) (xy 168.381922 113.157) (xy 167.611145 112.386223) + (xy 167.368343 112.442284) (xy 167.251211 112.68245) (xy 167.242585 112.715215) (xy 166.766515 112.239145) (xy 167.758223 112.239145) + (xy 168.529 113.009922) (xy 169.299777 112.239145) (xy 169.243716 111.996343) (xy 169.00355 111.879211) (xy 168.745148 111.811183) + (xy 168.478438 111.794874) (xy 168.213672 111.830911) (xy 167.961024 111.917909) (xy 167.814284 111.996343) (xy 167.758223 112.239145) + (xy 166.766515 112.239145) (xy 162.717756 108.190386) (xy 167.178727 108.190386) (xy 167.226466 108.450496) (xy 167.323819 108.696379) + (xy 167.467076 108.918671) (xy 167.650781 109.108903) (xy 167.867938 109.259831) (xy 168.110274 109.365705) (xy 168.36856 109.422493) + (xy 168.632956 109.428031) (xy 168.893393 109.382109) (xy 169.13995 109.286476) (xy 169.363237 109.144774) (xy 169.554747 108.962401) + (xy 169.707187 108.746304) (xy 169.814751 108.504712) (xy 169.87334 108.24683) (xy 169.877558 107.944773) (xy 169.826192 107.685355) + (xy 169.725416 107.440854) (xy 169.579069 107.220584) (xy 169.392725 107.032935) (xy 169.173483 106.885054) (xy 168.929692 106.782574) + (xy 168.670639 106.729398) (xy 168.406191 106.727552) (xy 168.14642 106.777106) (xy 167.901222 106.876172) (xy 167.679936 107.020978) + (xy 167.490991 107.206007) (xy 167.341583 107.424212) (xy 167.237403 107.667281) (xy 167.18242 107.925957) (xy 167.178727 108.190386) + (xy 162.717756 108.190386) (xy 162.534479 108.007109) (xy 162.636075 107.989195) (xy 162.859412 107.902569) (xy 163.061669 107.774212) + (xy 163.235143 107.609015) (xy 163.373227 107.413269) (xy 163.47066 107.194431) (xy 163.523732 106.960835) (xy 163.527552 106.687226) + (xy 163.481024 106.452239) (xy 163.389739 106.230766) (xy 163.257175 106.031241) (xy 163.109995 105.883029) (xy 165.655061 105.883029) + (xy 165.693808 106.094145) (xy 165.772823 106.293714) (xy 165.889097 106.474136) (xy 166.0382 106.628537) (xy 166.214454 106.751036) + (xy 166.411144 106.836968) (xy 166.62078 106.883059) (xy 166.835375 106.887555) (xy 167.046757 106.850282) (xy 167.246873 106.772662) + (xy 167.428102 106.657651) (xy 167.58354 106.509629) (xy 167.707267 106.334235) (xy 167.79457 106.13815) (xy 167.842124 105.928841) + (xy 167.845547 105.683679) (xy 167.803856 105.473124) (xy 167.722062 105.274677) (xy 167.603281 105.095897) (xy 167.452036 104.943593) + (xy 167.27409 104.823566) (xy 167.076219 104.740389) (xy 166.86596 104.697229) (xy 166.651323 104.69573) (xy 166.440482 104.73595) + (xy 166.241469 104.816357) (xy 166.061864 104.933887) (xy 165.908507 105.084065) (xy 165.787241 105.261169) (xy 165.702685 105.458455) + (xy 165.658058 105.668407) (xy 165.655061 105.883029) (xy 163.109995 105.883029) (xy 163.088381 105.861264) (xy 162.889786 105.727311) + (xy 162.668955 105.634482) (xy 162.434299 105.586314) (xy 162.194757 105.584642) (xy 162.0924 105.604167) (xy 162.0924 102.983386) + (xy 167.178727 102.983386) (xy 167.226466 103.243496) (xy 167.323819 103.489379) (xy 167.467076 103.711671) (xy 167.650781 103.901903) + (xy 167.867938 104.052831) (xy 168.110274 104.158705) (xy 168.36856 104.215493) (xy 168.632956 104.221031) (xy 168.893393 104.175109) + (xy 169.13995 104.079476) (xy 169.363237 103.937774) (xy 169.554747 103.755401) (xy 169.707187 103.539304) (xy 169.814751 103.297712) + (xy 169.87334 103.03983) (xy 169.877558 102.737773) (xy 169.826192 102.478355) (xy 169.725416 102.233854) (xy 169.579069 102.013584) + (xy 169.392725 101.825935) (xy 169.173483 101.678054) (xy 168.929692 101.575574) (xy 168.670639 101.522398) (xy 168.406191 101.520552) + (xy 168.14642 101.570106) (xy 167.901222 101.669172) (xy 167.679936 101.813978) (xy 167.490991 101.999007) (xy 167.341583 102.217212) + (xy 167.237403 102.460281) (xy 167.18242 102.718957) (xy 167.178727 102.983386) (xy 162.0924 102.983386) (xy 162.0924 100.432707) + (xy 162.225895 100.432707) (xy 162.269138 100.66832) (xy 162.357321 100.891047) (xy 162.487087 101.092403) (xy 162.653491 101.26472) + (xy 162.850196 101.401433) (xy 163.069709 101.497336) (xy 163.30367 101.548776) (xy 163.543166 101.553793) (xy 163.779075 101.512195) + (xy 164.002412 101.425569) (xy 164.204669 101.297212) (xy 164.378143 101.132015) (xy 164.516227 100.936269) (xy 164.61366 100.717431) + (xy 164.666732 100.483835) (xy 164.670552 100.210226) (xy 164.624024 99.975239) (xy 164.532739 99.753766) (xy 164.400175 99.554241) + (xy 164.231381 99.384264) (xy 164.032786 99.250311) (xy 163.811955 99.157482) (xy 163.577299 99.109314) (xy 163.337757 99.107642) + (xy 163.102451 99.152528) (xy 162.880346 99.242265) (xy 162.6799 99.373433) (xy 162.508749 99.541036) (xy 162.373412 99.738691) + (xy 162.279044 99.958868) (xy 162.229239 100.193182) (xy 162.225895 100.432707) (xy 162.0924 100.432707) (xy 162.0924 97.903386) + (xy 167.178727 97.903386) (xy 167.226466 98.163496) (xy 167.323819 98.409379) (xy 167.467076 98.631671) (xy 167.650781 98.821903) + (xy 167.867938 98.972831) (xy 168.110274 99.078705) (xy 168.36856 99.135493) (xy 168.632956 99.141031) (xy 168.893393 99.095109) + (xy 169.13995 98.999476) (xy 169.363237 98.857774) (xy 169.554747 98.675401) (xy 169.707187 98.459304) (xy 169.814751 98.217712) + (xy 169.87334 97.95983) (xy 169.877558 97.657773) (xy 169.826192 97.398355) (xy 169.725416 97.153854) (xy 169.579069 96.933584) + (xy 169.392725 96.745935) (xy 169.173483 96.598054) (xy 168.929692 96.495574) (xy 168.670639 96.442398) (xy 168.406191 96.440552) + (xy 168.14642 96.490106) (xy 167.901222 96.589172) (xy 167.679936 96.733978) (xy 167.490991 96.919007) (xy 167.341583 97.137212) + (xy 167.237403 97.380281) (xy 167.18242 97.638957) (xy 167.178727 97.903386) (xy 162.0924 97.903386) (xy 162.0924 95.850029) + (xy 165.782061 95.850029) (xy 165.820808 96.061145) (xy 165.899823 96.260714) (xy 166.016097 96.441136) (xy 166.1652 96.595537) + (xy 166.341454 96.718036) (xy 166.538144 96.803968) (xy 166.74778 96.850059) (xy 166.962375 96.854555) (xy 167.173757 96.817282) + (xy 167.373873 96.739662) (xy 167.555102 96.624651) (xy 167.71054 96.476629) (xy 167.834267 96.301235) (xy 167.92157 96.10515) + (xy 167.969124 95.895841) (xy 167.972547 95.650679) (xy 167.930856 95.440124) (xy 167.849062 95.241677) (xy 167.730281 95.062897) + (xy 167.579036 94.910593) (xy 167.40109 94.790566) (xy 167.203219 94.707389) (xy 166.99296 94.664229) (xy 166.778323 94.66273) + (xy 166.567482 94.70295) (xy 166.368469 94.783357) (xy 166.188864 94.900887) (xy 166.035507 95.051065) (xy 165.914241 95.228169) + (xy 165.829685 95.425455) (xy 165.785058 95.635407) (xy 165.782061 95.850029) (xy 162.0924 95.850029) (xy 162.0924 93.564029) + (xy 162.226061 93.564029) (xy 162.264808 93.775145) (xy 162.343823 93.974714) (xy 162.460097 94.155136) (xy 162.6092 94.309537) + (xy 162.785454 94.432036) (xy 162.982144 94.517968) (xy 163.19178 94.564059) (xy 163.406375 94.568555) (xy 163.617757 94.531282) + (xy 163.817873 94.453662) (xy 163.999102 94.338651) (xy 164.15454 94.190629) (xy 164.278267 94.015235) (xy 164.36557 93.81915) + (xy 164.413124 93.609841) (xy 164.416547 93.364679) (xy 164.374856 93.154124) (xy 164.293062 92.955677) (xy 164.174281 92.776897) + (xy 164.023036 92.624593) (xy 163.84509 92.504566) (xy 163.69717 92.442386) (xy 167.178727 92.442386) (xy 167.226466 92.702496) + (xy 167.323819 92.948379) (xy 167.467076 93.170671) (xy 167.650781 93.360903) (xy 167.867938 93.511831) (xy 168.110274 93.617705) + (xy 168.36856 93.674493) (xy 168.632956 93.680031) (xy 168.893393 93.634109) (xy 169.13995 93.538476) (xy 169.363237 93.396774) + (xy 169.554747 93.214401) (xy 169.707187 92.998304) (xy 169.814751 92.756712) (xy 169.87334 92.49883) (xy 169.877558 92.196773) + (xy 169.826192 91.937355) (xy 169.725416 91.692854) (xy 169.579069 91.472584) (xy 169.392725 91.284935) (xy 169.173483 91.137054) + (xy 168.929692 91.034574) (xy 168.670639 90.981398) (xy 168.406191 90.979552) (xy 168.14642 91.029106) (xy 167.901222 91.128172) + (xy 167.679936 91.272978) (xy 167.490991 91.458007) (xy 167.341583 91.676212) (xy 167.237403 91.919281) (xy 167.18242 92.177957) + (xy 167.178727 92.442386) (xy 163.69717 92.442386) (xy 163.647219 92.421389) (xy 163.43696 92.378229) (xy 163.222323 92.37673) + (xy 163.011482 92.41695) (xy 162.812469 92.497357) (xy 162.632864 92.614887) (xy 162.479507 92.765065) (xy 162.358241 92.942169) + (xy 162.273685 93.139455) (xy 162.229058 93.349407) (xy 162.226061 93.564029) (xy 162.0924 93.564029) (xy 162.0924 93.130651) + (xy 162.230227 92.935269) (xy 162.32766 92.716431) (xy 162.380732 92.482835) (xy 162.384552 92.209226) (xy 162.338024 91.974239) + (xy 162.246739 91.752766) (xy 162.114175 91.553241) (xy 161.945381 91.383264) (xy 161.746786 91.249311) (xy 161.525955 91.156482) + (xy 161.291299 91.108314) (xy 161.051757 91.106642) (xy 161.051 91.106786) (xy 161.051 89.916) (xy 161.043991 89.844518) + (xy 161.03774 89.77307) (xy 161.036601 89.76915) (xy 161.036202 89.76508) (xy 161.015446 89.696332) (xy 160.995433 89.627447) + (xy 160.993553 89.623821) (xy 160.992372 89.619908) (xy 160.958675 89.556533) (xy 160.925647 89.492815) (xy 160.923098 89.489621) + (xy 160.92118 89.486015) (xy 160.875812 89.430388) (xy 160.831039 89.374303) (xy 160.825431 89.368616) (xy 160.825336 89.368499) + (xy 160.825228 89.36841) (xy 160.823422 89.366578) (xy 159.781 88.324156) (xy 159.781 88.166855) (xy 167.758223 88.166855) + (xy 167.814284 88.409657) (xy 168.05445 88.526789) (xy 168.312852 88.594817) (xy 168.579562 88.611126) (xy 168.844328 88.575089) + (xy 169.096976 88.488091) (xy 169.243716 88.409657) (xy 169.299777 88.166855) (xy 168.529 87.396078) (xy 167.758223 88.166855) + (xy 159.781 88.166855) (xy 159.781 87.884) (xy 159.773991 87.812518) (xy 159.76774 87.74107) (xy 159.766601 87.73715) + (xy 159.766202 87.73308) (xy 159.745446 87.664332) (xy 159.725433 87.595447) (xy 159.723553 87.591821) (xy 159.722372 87.587908) + (xy 159.688675 87.524533) (xy 159.655647 87.460815) (xy 159.653098 87.457621) (xy 159.65118 87.454015) (xy 159.605812 87.398388) + (xy 159.561039 87.342303) (xy 159.555431 87.336616) (xy 159.555336 87.336499) (xy 159.555228 87.33641) (xy 159.553422 87.334578) + (xy 159.518406 87.299562) (xy 167.166874 87.299562) (xy 167.202911 87.564328) (xy 167.289909 87.816976) (xy 167.368343 87.963716) + (xy 167.611145 88.019777) (xy 168.381922 87.249) (xy 168.676078 87.249) (xy 169.446855 88.019777) (xy 169.689657 87.963716) + (xy 169.806789 87.72355) (xy 169.874817 87.465148) (xy 169.884942 87.299562) (xy 174.786874 87.299562) (xy 174.822911 87.564328) + (xy 174.909909 87.816976) (xy 174.988343 87.963716) (xy 175.231145 88.019777) (xy 176.001922 87.249) (xy 175.231145 86.478223) + (xy 174.988343 86.534284) (xy 174.871211 86.77445) (xy 174.803183 87.032852) (xy 174.786874 87.299562) (xy 169.884942 87.299562) + (xy 169.891126 87.198438) (xy 169.855089 86.933672) (xy 169.768091 86.681024) (xy 169.689657 86.534284) (xy 169.446855 86.478223) + (xy 168.676078 87.249) (xy 168.381922 87.249) (xy 167.611145 86.478223) (xy 167.368343 86.534284) (xy 167.251211 86.77445) + (xy 167.183183 87.032852) (xy 167.166874 87.299562) (xy 159.518406 87.299562) (xy 158.549989 86.331145) (xy 167.758223 86.331145) + (xy 168.529 87.101922) (xy 169.299777 86.331145) (xy 175.378223 86.331145) (xy 176.149 87.101922) (xy 176.919777 86.331145) + (xy 176.863716 86.088343) (xy 176.62355 85.971211) (xy 176.365148 85.903183) (xy 176.098438 85.886874) (xy 175.833672 85.922911) + (xy 175.581024 86.009909) (xy 175.434284 86.088343) (xy 175.378223 86.331145) (xy 169.299777 86.331145) (xy 169.243716 86.088343) + (xy 169.00355 85.971211) (xy 168.745148 85.903183) (xy 168.478438 85.886874) (xy 168.213672 85.922911) (xy 167.961024 86.009909) + (xy 167.814284 86.088343) (xy 167.758223 86.331145) (xy 158.549989 86.331145) (xy 158.283422 86.064578) (xy 158.227919 86.018987) + (xy 158.172979 85.972887) (xy 158.169401 85.97092) (xy 158.166242 85.968325) (xy 158.102983 85.934406) (xy 158.040093 85.899832) + (xy 158.036196 85.898596) (xy 158.032597 85.896666) (xy 157.963971 85.875685) (xy 157.895547 85.853979) (xy 157.891488 85.853524) + (xy 157.88758 85.852329) (xy 157.816172 85.845076) (xy 157.744849 85.837076) (xy 157.73686 85.83702) (xy 157.736712 85.837005) + (xy 157.736574 85.837018) (xy 157.734 85.837) (xy 155.194 85.837) (xy 155.122527 85.844008) (xy 155.051069 85.85026) + (xy 155.047148 85.851399) (xy 155.04308 85.851798) (xy 154.974344 85.872551) (xy 154.905447 85.892567) (xy 154.901821 85.894447) + (xy 154.897908 85.895628) (xy 154.834533 85.929325) (xy 154.770815 85.962353) (xy 154.767621 85.964902) (xy 154.764015 85.96682) + (xy 154.708388 86.012188) (xy 154.652303 86.056961) (xy 154.646616 86.062569) (xy 154.646499 86.062664) (xy 154.64641 86.062772) + (xy 154.644578 86.064578) (xy 154.263578 86.445578) (xy 154.217987 86.501081) (xy 154.171887 86.556021) (xy 154.16992 86.559599) + (xy 154.167325 86.562758) (xy 154.133406 86.626017) (xy 154.098832 86.688907) (xy 154.097596 86.692804) (xy 154.095666 86.696403) + (xy 154.074685 86.765029) (xy 154.052979 86.833453) (xy 154.052524 86.837512) (xy 154.051329 86.84142) (xy 154.044076 86.912828) + (xy 154.036076 86.984151) (xy 154.036064 86.985867) (xy 153.970507 87.050065) (xy 153.849241 87.227169) (xy 153.764685 87.424455) + (xy 153.7386 87.547175) (xy 153.736036 87.544593) (xy 153.55809 87.424566) (xy 153.360219 87.341389) (xy 153.14996 87.298229) + (xy 152.935323 87.29673) (xy 152.724482 87.33695) (xy 152.525469 87.417357) (xy 152.345864 87.534887) (xy 152.192507 87.685065) + (xy 152.071241 87.862169) (xy 151.986685 88.059455) (xy 151.942058 88.269407) (xy 151.939061 88.484029) (xy 151.967427 88.638583) + (xy 151.679422 88.350578) (xy 151.623919 88.304987) (xy 151.568979 88.258887) (xy 151.565401 88.25692) (xy 151.562242 88.254325) + (xy 151.498983 88.220406) (xy 151.4763 88.207936) (xy 151.474281 88.204897) (xy 151.323036 88.052593) (xy 151.14509 87.932566) + (xy 150.947219 87.849389) (xy 150.73696 87.806229) (xy 150.522323 87.80473) (xy 150.311482 87.84495) (xy 150.112469 87.925357) + (xy 149.932864 88.042887) (xy 149.779507 88.193065) (xy 149.658241 88.370169) (xy 149.573685 88.567455) (xy 149.529058 88.777407) + (xy 149.526061 88.992029) (xy 149.564808 89.203145) (xy 149.643823 89.402714) (xy 149.760097 89.583136) (xy 149.9092 89.737537) + (xy 150.085454 89.860036) (xy 150.282144 89.945968) (xy 150.49178 89.992059) (xy 150.706375 89.996555) (xy 150.917757 89.959282) + (xy 151.042178 89.911022) (xy 152.884817 91.753661) (xy 152.760513 91.777373) (xy 152.584592 91.84845) (xy 152.425828 91.952342) + (xy 152.290266 92.085094) (xy 152.183071 92.241648) (xy 152.108326 92.416042) (xy 152.068878 92.601632) (xy 152.066229 92.79135) + (xy 152.10048 92.977969) (xy 152.170326 93.154382) (xy 152.273108 93.313868) (xy 152.40491 93.450353) (xy 152.560712 93.558638) + (xy 152.73458 93.634599) (xy 152.896315 93.670159) (xy 153.909 94.682844) (xy 153.909 130.742156) (xy 149.1283 135.522856) + (xy 148.992308 135.494941) (xy 148.715408 135.493007) (xy 148.443405 135.544895) (xy 148.186661 135.648626) (xy 147.954954 135.80025) + (xy 147.757112 135.993992) (xy 147.600668 136.222472) (xy 147.57462 136.283246) (xy 147.556754 136.239899) (xy 147.403516 136.009257) + (xy 147.208398 135.812771) (xy 147.081 135.72684) (xy 147.081 135.509) (xy 147.073992 135.437527) (xy 147.06774 135.366069) + (xy 147.066601 135.362148) (xy 147.066202 135.35808) (xy 147.045449 135.289344) (xy 147.025433 135.220447) (xy 147.023553 135.216821) + (xy 147.022372 135.212908) (xy 146.988675 135.149533) (xy 146.955647 135.085815) (xy 146.953098 135.082621) (xy 146.95118 135.079015) + (xy 146.905812 135.023388) (xy 146.861039 134.967303) (xy 146.855431 134.961616) (xy 146.855336 134.961499) (xy 146.855228 134.96141) + (xy 146.853422 134.959578) (xy 146.573 134.679156) (xy 146.573 117.288844) (xy 148.443792 115.418052) (xy 148.497553 115.402433) + (xy 148.501179 115.400553) (xy 148.505092 115.399372) (xy 148.568467 115.365675) (xy 148.632185 115.332647) (xy 148.635379 115.330097) + (xy 148.638985 115.32818) (xy 148.694581 115.282837) (xy 148.750697 115.23804) (xy 148.756386 115.23243) (xy 148.756501 115.232336) + (xy 148.756589 115.23223) (xy 148.758422 115.230422) (xy 150.582422 113.406422) (xy 150.627995 113.350941) (xy 150.674113 113.295979) + (xy 150.676081 113.292399) (xy 150.678675 113.289241) (xy 150.712602 113.225969) (xy 150.747168 113.163093) (xy 150.748403 113.159201) + (xy 150.750335 113.155597) (xy 150.77133 113.086926) (xy 150.793021 113.018547) (xy 150.793476 113.014488) (xy 150.794671 113.01058) + (xy 150.801925 112.939162) (xy 150.809924 112.867849) (xy 150.80998 112.859859) (xy 150.809995 112.859711) (xy 150.809982 112.859573) + (xy 150.81 112.857) (xy 150.81 102.668559) (xy 150.839138 102.82732) (xy 150.927321 103.050047) (xy 151.057087 103.251403) + (xy 151.223491 103.42372) (xy 151.420196 103.560433) (xy 151.639709 103.656336) (xy 151.87367 103.707776) (xy 152.113166 103.712793) + (xy 152.349075 103.671195) (xy 152.572412 103.584569) (xy 152.774669 103.456212) (xy 152.948143 103.291015) (xy 153.086227 103.095269) + (xy 153.18366 102.876431) (xy 153.236732 102.642835) (xy 153.240552 102.369226) (xy 153.194024 102.134239) (xy 153.102739 101.912766) + (xy 152.970175 101.713241) (xy 152.801381 101.543264) (xy 152.602786 101.409311) (xy 152.381955 101.316482) (xy 152.147299 101.268314) + (xy 151.907757 101.266642) (xy 151.672451 101.311528) (xy 151.450346 101.401265) (xy 151.2499 101.532433) (xy 151.078749 101.700036) + (xy 150.943412 101.897691) (xy 150.849044 102.117868) (xy 150.81 102.301555) (xy 150.81 101.113844) (xy 151.806422 100.117422) + (xy 151.851991 100.061945) (xy 151.898113 100.006979) (xy 151.900082 100.003398) (xy 151.902674 100.000242) (xy 151.936573 99.937022) + (xy 151.971168 99.874093) (xy 151.972404 99.870196) (xy 151.974334 99.866597) (xy 151.995302 99.798013) (xy 152.017021 99.729547) + (xy 152.017477 99.725482) (xy 152.01867 99.72158) (xy 152.025918 99.650222) (xy 152.033924 99.578849) (xy 152.03398 99.57086) + (xy 152.033995 99.570712) (xy 152.033982 99.570574) (xy 152.034 99.568) (xy 152.034 94.869) (xy 152.026992 94.797527) + (xy 152.02074 94.726069) (xy 152.019601 94.722148) (xy 152.019202 94.71808) (xy 151.998449 94.649344) (xy 151.978433 94.580447) + (xy 151.976553 94.576821) (xy 151.975372 94.572908) (xy 151.941675 94.509533) (xy 151.908647 94.445815) (xy 151.906098 94.442621) + (xy 151.90418 94.439015) (xy 151.858812 94.383388) (xy 151.814039 94.327303) (xy 151.808431 94.321616) (xy 151.808336 94.321499) + (xy 151.808228 94.32141) (xy 151.806422 94.319578) (xy 151.425422 93.938578) (xy 151.369919 93.892987) (xy 151.314979 93.846887) + (xy 151.311401 93.84492) (xy 151.308242 93.842325) (xy 151.244983 93.808406) (xy 151.182093 93.773832) (xy 151.178196 93.772596) + (xy 151.174597 93.770666) (xy 151.105971 93.749685) (xy 151.037547 93.727979) (xy 151.033488 93.727524) (xy 151.02958 93.726329) + (xy 150.958172 93.719076) (xy 150.886849 93.711076) (xy 150.87886 93.71102) (xy 150.878712 93.711005) (xy 150.878574 93.711018) + (xy 150.876 93.711) (xy 149.098 93.711) (xy 149.026527 93.718008) (xy 148.955069 93.72426) (xy 148.951148 93.725399) + (xy 148.94708 93.725798) (xy 148.878344 93.746551) (xy 148.809447 93.766567) (xy 148.805821 93.768447) (xy 148.801908 93.769628) + (xy 148.738533 93.803325) (xy 148.674815 93.836353) (xy 148.671621 93.838902) (xy 148.668015 93.84082) (xy 148.612388 93.886188) + (xy 148.556303 93.930961) (xy 148.550616 93.936569) (xy 148.550499 93.936664) (xy 148.55041 93.936772) (xy 148.548578 93.938578) + (xy 148.167578 94.319578) (xy 148.15989 94.328937) (xy 148.016999 94.38667) (xy 147.861482 94.321297) (xy 147.675621 94.283145) + (xy 147.485889 94.28182) (xy 147.299513 94.317373) (xy 147.123592 94.38845) (xy 146.964828 94.492342) (xy 146.829266 94.625094) + (xy 146.722071 94.781648) (xy 146.647326 94.956042) (xy 146.607878 95.141632) (xy 146.605229 95.33135) (xy 146.63948 95.517969) + (xy 146.709326 95.694382) (xy 146.812108 95.853868) (xy 146.94391 95.990353) (xy 147.099712 96.098638) (xy 147.27358 96.174599) + (xy 147.45889 96.215342) (xy 147.648585 96.219316) (xy 147.835439 96.186368) (xy 148.012335 96.117755) (xy 148.020544 96.112545) + (xy 148.16258 96.174599) (xy 148.207648 96.184508) (xy 147.251578 97.140578) (xy 147.205987 97.196081) (xy 147.159887 97.251021) + (xy 147.15792 97.254599) (xy 147.155325 97.257758) (xy 147.121406 97.321017) (xy 147.086832 97.383907) (xy 147.085596 97.387804) + (xy 147.083666 97.391403) (xy 147.062685 97.460029) (xy 147.055713 97.482005) (xy 146.940299 97.458314) (xy 146.700757 97.456642) + (xy 146.465451 97.501528) (xy 146.243346 97.591265) (xy 146.0429 97.722433) (xy 145.871749 97.890036) (xy 145.736412 98.087691) + (xy 145.642044 98.307868) (xy 145.592239 98.542182) (xy 145.588895 98.781707) (xy 145.632138 99.01732) (xy 145.720321 99.240047) + (xy 145.850087 99.441403) (xy 146.016491 99.61372) (xy 146.213196 99.750433) (xy 146.432709 99.846336) (xy 146.66667 99.897776) + (xy 146.906166 99.902793) (xy 147.024 99.882015) (xy 147.024 104.206495) (xy 146.940299 104.189314) (xy 146.700757 104.187642) + (xy 146.465451 104.232528) (xy 146.243346 104.322265) (xy 146.0429 104.453433) (xy 145.871749 104.621036) (xy 145.736412 104.818691) + (xy 145.642044 105.038868) (xy 145.592239 105.273182) (xy 145.588895 105.512707) (xy 145.632138 105.74832) (xy 145.719552 105.969104) + (xy 145.715507 105.973065) (xy 145.594241 106.150169) (xy 145.509685 106.347455) (xy 145.465058 106.557407) (xy 145.462061 106.772029) + (xy 145.500808 106.983145) (xy 145.579823 107.182714) (xy 145.665646 107.315885) (xy 145.594241 107.420169) (xy 145.509685 107.617455) + (xy 145.465058 107.827407) (xy 145.462061 108.042029) (xy 145.500808 108.253145) (xy 145.579823 108.452714) (xy 145.696097 108.633136) + (xy 145.8452 108.787537) (xy 146.021454 108.910036) (xy 146.086612 108.938503) (xy 145.995864 108.997887) (xy 145.842507 109.148065) + (xy 145.721241 109.325169) (xy 145.636685 109.522455) (xy 145.592058 109.732407) (xy 145.589061 109.947029) (xy 145.627808 110.158145) + (xy 145.706823 110.357714) (xy 145.823097 110.538136) (xy 145.9722 110.692537) (xy 146.148454 110.815036) (xy 146.345144 110.900968) + (xy 146.55478 110.947059) (xy 146.769375 110.951555) (xy 146.980757 110.914282) (xy 147.024 110.897509) (xy 147.024 111.592156) + (xy 146.744156 111.872) (xy 146.685 111.872) (xy 146.613568 111.879004) (xy 146.54207 111.885259) (xy 146.538144 111.886399) + (xy 146.53408 111.886798) (xy 146.465406 111.907532) (xy 146.396448 111.927566) (xy 146.392819 111.929447) (xy 146.388908 111.930628) + (xy 146.32555 111.964316) (xy 146.261815 111.997353) (xy 146.258621 111.999903) (xy 146.255015 112.00182) (xy 146.199419 112.047163) + (xy 146.143303 112.09196) (xy 146.137614 112.09757) (xy 146.137499 112.097664) (xy 146.137411 112.09777) (xy 146.135578 112.099578) + (xy 143.214578 115.020578) (xy 143.168987 115.076081) (xy 143.122887 115.131021) (xy 143.12092 115.134599) (xy 143.118325 115.137758) + (xy 143.084406 115.201017) (xy 143.079288 115.210326) (xy 142.946219 115.154389) (xy 142.73596 115.111229) (xy 142.521323 115.10973) + (xy 142.310482 115.14995) (xy 142.111469 115.230357) (xy 141.931864 115.347887) (xy 141.778507 115.498065) (xy 141.657241 115.675169) + (xy 141.572685 115.872455) (xy 141.528058 116.082407) (xy 141.525061 116.297029) (xy 141.563808 116.508145) (xy 141.642823 116.707714) + (xy 141.759097 116.888136) (xy 141.9082 117.042537) (xy 142.084454 117.165036) (xy 142.281144 117.250968) (xy 142.49078 117.297059) + (xy 142.705375 117.301555) (xy 142.916757 117.264282) (xy 142.987 117.237036) (xy 142.987 118.784151) (xy 142.942739 118.676766) + (xy 142.810175 118.477241) (xy 142.641381 118.307264) (xy 142.442786 118.173311) (xy 142.221955 118.080482) (xy 141.987299 118.032314) + (xy 141.747757 118.030642) (xy 141.512451 118.075528) (xy 141.290346 118.165265) (xy 141.0899 118.296433) (xy 140.918749 118.464036) + (xy 140.783412 118.661691) (xy 140.689044 118.881868) (xy 140.639239 119.116182) (xy 140.635895 119.355707) (xy 140.679138 119.59132) + (xy 140.767321 119.814047) (xy 140.897087 120.015403) (xy 141.063491 120.18772) (xy 141.260196 120.324433) (xy 141.479709 120.420336) + (xy 141.71367 120.471776) (xy 141.953166 120.476793) (xy 142.189075 120.435195) (xy 142.412412 120.348569) (xy 142.614669 120.220212) + (xy 142.788143 120.055015) (xy 142.926227 119.859269) (xy 142.987 119.722771) (xy 142.987 130.996156) (xy 139.715 134.268156) + (xy 139.715 133.223) (xy 139.707991 133.151518) (xy 139.70174 133.08007) (xy 139.700601 133.07615) (xy 139.700202 133.07208) + (xy 139.679446 133.003332) (xy 139.659433 132.934447) (xy 139.657553 132.930821) (xy 139.656372 132.926908) (xy 139.622675 132.863533) + (xy 139.589647 132.799815) (xy 139.587098 132.796621) (xy 139.58518 132.793015) (xy 139.539812 132.737388) (xy 139.495039 132.681303) + (xy 139.489431 132.675616) (xy 139.489336 132.675499) (xy 139.489228 132.67541) (xy 139.487422 132.673578) (xy 139.461 132.647156) + (xy 139.461 128.905) (xy 139.453992 128.833527) (xy 139.44774 128.762069) (xy 139.446601 128.758148) (xy 139.446202 128.75408) + (xy 139.425449 128.685344) (xy 139.405433 128.616447) (xy 139.403553 128.612821) (xy 139.402372 128.608908) (xy 139.368675 128.545533) + (xy 139.335647 128.481815) (xy 139.333098 128.478621) (xy 139.33118 128.475015) (xy 139.285812 128.419388) (xy 139.241039 128.363303) + (xy 139.235431 128.357616) (xy 139.235336 128.357499) (xy 139.235228 128.35741) (xy 139.233422 128.355578) (xy 135.905 125.027156) + (xy 135.905 116.297029) (xy 138.350061 116.297029) (xy 138.388808 116.508145) (xy 138.467823 116.707714) (xy 138.584097 116.888136) + (xy 138.7332 117.042537) (xy 138.909454 117.165036) (xy 139.106144 117.250968) (xy 139.31578 117.297059) (xy 139.530375 117.301555) + (xy 139.741757 117.264282) (xy 139.941873 117.186662) (xy 140.123102 117.071651) (xy 140.27854 116.923629) (xy 140.402267 116.748235) + (xy 140.48957 116.55215) (xy 140.537124 116.342841) (xy 140.540547 116.097679) (xy 140.498856 115.887124) (xy 140.417062 115.688677) + (xy 140.298281 115.509897) (xy 140.147036 115.357593) (xy 139.96909 115.237566) (xy 139.771219 115.154389) (xy 139.56096 115.111229) + (xy 139.346323 115.10973) (xy 139.135482 115.14995) (xy 138.936469 115.230357) (xy 138.756864 115.347887) (xy 138.603507 115.498065) + (xy 138.482241 115.675169) (xy 138.397685 115.872455) (xy 138.353058 116.082407) (xy 138.350061 116.297029) (xy 135.905 116.297029) + (xy 135.905 113.302707) (xy 137.576895 113.302707) (xy 137.620138 113.53832) (xy 137.708321 113.761047) (xy 137.838087 113.962403) + (xy 138.004491 114.13472) (xy 138.201196 114.271433) (xy 138.420709 114.367336) (xy 138.65467 114.418776) (xy 138.894166 114.423793) + (xy 139.130075 114.382195) (xy 139.353412 114.295569) (xy 139.555669 114.167212) (xy 139.729143 114.002015) (xy 139.867227 113.806269) + (xy 139.96466 113.587431) (xy 140.017732 113.353835) (xy 140.021552 113.080226) (xy 139.975024 112.845239) (xy 139.883739 112.623766) + (xy 139.751175 112.424241) (xy 139.582381 112.254264) (xy 139.383786 112.120311) (xy 139.162955 112.027482) (xy 138.928299 111.979314) + (xy 138.688757 111.977642) (xy 138.453451 112.022528) (xy 138.231346 112.112265) (xy 138.0309 112.243433) (xy 137.859749 112.411036) + (xy 137.724412 112.608691) (xy 137.630044 112.828868) (xy 137.580239 113.063182) (xy 137.576895 113.302707) (xy 135.905 113.302707) + (xy 135.905 111.448031) (xy 135.973306 111.351201) (xy 136.050479 111.177868) (xy 136.092515 110.992847) (xy 136.095541 110.776132) + (xy 136.058688 110.590009) (xy 135.986385 110.414589) (xy 135.881386 110.256553) (xy 135.747691 110.121922) (xy 135.590393 110.015822) + (xy 135.415482 109.942297) (xy 135.229621 109.904145) (xy 135.039889 109.90282) (xy 134.853513 109.938373) (xy 134.681999 110.00767) + (xy 134.526482 109.942297) (xy 134.340621 109.904145) (xy 134.27317 109.903674) (xy 135.550422 108.626422) (xy 135.595991 108.570945) + (xy 135.642113 108.515979) (xy 135.644082 108.512398) (xy 135.646674 108.509242) (xy 135.680573 108.446022) (xy 135.715168 108.383093) + (xy 135.716404 108.379196) (xy 135.718334 108.375597) (xy 135.739302 108.307013) (xy 135.761021 108.238547) (xy 135.761477 108.234482) + (xy 135.76267 108.23058) (xy 135.769918 108.159222) (xy 135.777924 108.087849) (xy 135.77798 108.07986) (xy 135.777995 108.079712) + (xy 135.777982 108.079574) (xy 135.778 108.077) (xy 135.778 107.511031) (xy 135.846306 107.414201) (xy 135.923479 107.240868) + (xy 135.965515 107.055847) (xy 135.968541 106.839132) (xy 135.93505 106.669987) (xy 135.995757 106.659282) (xy 136.195873 106.581662) + (xy 136.199579 106.57931) (xy 136.27591 106.658353) (xy 136.431712 106.766638) (xy 136.60558 106.842599) (xy 136.79089 106.883342) + (xy 136.980585 106.887316) (xy 137.167439 106.854368) (xy 137.344335 106.785755) (xy 137.504534 106.684089) (xy 137.641936 106.553243) + (xy 137.733432 106.423538) (xy 137.731229 106.58135) (xy 137.76548 106.767969) (xy 137.835326 106.944382) (xy 137.938108 107.103868) + (xy 138.06991 107.240353) (xy 138.112424 107.269901) (xy 138.098878 107.333632) (xy 138.096229 107.52335) (xy 138.13048 107.709969) + (xy 138.200326 107.886382) (xy 138.303108 108.045868) (xy 138.43491 108.182353) (xy 138.590712 108.290638) (xy 138.76458 108.366599) + (xy 138.94989 108.407342) (xy 139.139585 108.411316) (xy 139.326439 108.378368) (xy 139.503335 108.309755) (xy 139.663534 108.208089) + (xy 139.800936 108.077243) (xy 139.910306 107.922201) (xy 139.987479 107.748868) (xy 140.029515 107.563847) (xy 140.032541 107.347132) + (xy 139.995688 107.161009) (xy 139.923385 106.985589) (xy 139.818386 106.827553) (xy 139.684691 106.692922) (xy 139.653194 106.671677) + (xy 139.664515 106.621847) (xy 139.665964 106.518029) (xy 140.382061 106.518029) (xy 140.420808 106.729145) (xy 140.499823 106.928714) + (xy 140.616097 107.109136) (xy 140.7652 107.263537) (xy 140.941454 107.386036) (xy 141.138144 107.471968) (xy 141.34778 107.518059) + (xy 141.562375 107.522555) (xy 141.773757 107.485282) (xy 141.973873 107.407662) (xy 142.155102 107.292651) (xy 142.31054 107.144629) + (xy 142.434267 106.969235) (xy 142.52157 106.77315) (xy 142.569124 106.563841) (xy 142.572547 106.318679) (xy 142.530856 106.108124) + (xy 142.449062 105.909677) (xy 142.334716 105.737573) (xy 142.400479 105.589868) (xy 142.442515 105.404847) (xy 142.445541 105.188132) + (xy 142.408688 105.002009) (xy 142.336385 104.826589) (xy 142.231386 104.668553) (xy 142.097691 104.533922) (xy 141.940393 104.427822) + (xy 141.765482 104.354297) (xy 141.579621 104.316145) (xy 141.389889 104.31482) (xy 141.203513 104.350373) (xy 141.027592 104.42145) + (xy 140.868828 104.525342) (xy 140.733266 104.658094) (xy 140.626071 104.814648) (xy 140.551326 104.989042) (xy 140.511878 105.174632) + (xy 140.509229 105.36435) (xy 140.54348 105.550969) (xy 140.613326 105.727382) (xy 140.621319 105.739785) (xy 140.514241 105.896169) + (xy 140.429685 106.093455) (xy 140.385058 106.303407) (xy 140.382061 106.518029) (xy 139.665964 106.518029) (xy 139.667541 106.405132) + (xy 139.630688 106.219009) (xy 139.558385 106.043589) (xy 139.453386 105.885553) (xy 139.319691 105.750922) (xy 139.162393 105.644822) + (xy 138.987482 105.571297) (xy 138.801621 105.533145) (xy 138.611889 105.53182) (xy 138.425513 105.567373) (xy 138.249592 105.63845) + (xy 138.090828 105.742342) (xy 137.955266 105.875094) (xy 137.871099 105.998016) (xy 137.873541 105.823132) (xy 137.836688 105.637009) + (xy 137.764385 105.461589) (xy 137.659386 105.303553) (xy 137.525691 105.168922) (xy 137.368393 105.062822) (xy 137.193482 104.989297) + (xy 137.007621 104.951145) (xy 136.817889 104.94982) (xy 136.631513 104.985373) (xy 136.611201 104.993579) (xy 136.552281 104.904897) + (xy 136.401036 104.752593) (xy 136.22309 104.632566) (xy 136.025219 104.549389) (xy 135.81496 104.506229) (xy 135.600323 104.50473) + (xy 135.389482 104.54495) (xy 135.190469 104.625357) (xy 135.010864 104.742887) (xy 134.994739 104.758677) (xy 134.970385 104.699589) + (xy 134.899204 104.592453) (xy 134.907479 104.573868) (xy 134.949515 104.388847) (xy 134.952541 104.172132) (xy 134.915688 103.986009) + (xy 134.843385 103.810589) (xy 134.738386 103.652553) (xy 134.604691 103.517922) (xy 134.447393 103.411822) (xy 134.272482 103.338297) + (xy 134.086621 103.300145) (xy 133.896889 103.29882) (xy 133.710513 103.334373) (xy 133.534592 103.40545) (xy 133.375828 103.509342) + (xy 133.365 103.519946) (xy 133.365 103.447031) (xy 133.433306 103.350201) (xy 133.510479 103.176868) (xy 133.552515 102.991847) + (xy 133.554704 102.835029) (xy 138.731061 102.835029) (xy 138.769808 103.046145) (xy 138.848823 103.245714) (xy 138.965097 103.426136) + (xy 139.1142 103.580537) (xy 139.290454 103.703036) (xy 139.487144 103.788968) (xy 139.69678 103.835059) (xy 139.911375 103.839555) + (xy 140.106784 103.805099) (xy 140.108097 103.807136) (xy 140.2572 103.961537) (xy 140.433454 104.084036) (xy 140.630144 104.169968) + (xy 140.83978 104.216059) (xy 141.054375 104.220555) (xy 141.265757 104.183282) (xy 141.465873 104.105662) (xy 141.647102 103.990651) + (xy 141.80254 103.842629) (xy 141.926267 103.667235) (xy 142.01357 103.47115) (xy 142.061124 103.261841) (xy 142.064547 103.016679) + (xy 142.022856 102.806124) (xy 141.941062 102.607677) (xy 141.861884 102.488504) (xy 141.926267 102.397235) (xy 142.01357 102.20115) + (xy 142.061124 101.991841) (xy 142.064547 101.746679) (xy 142.022856 101.536124) (xy 141.941062 101.337677) (xy 141.822281 101.158897) + (xy 141.671036 101.006593) (xy 141.49309 100.886566) (xy 141.295219 100.803389) (xy 141.08496 100.760229) (xy 140.870323 100.75873) + (xy 140.659482 100.79895) (xy 140.460469 100.879357) (xy 140.280864 100.996887) (xy 140.127507 101.147065) (xy 140.006241 101.324169) + (xy 139.921685 101.521455) (xy 139.894596 101.648898) (xy 139.727323 101.64773) (xy 139.516482 101.68795) (xy 139.317469 101.768357) + (xy 139.137864 101.885887) (xy 138.984507 102.036065) (xy 138.863241 102.213169) (xy 138.778685 102.410455) (xy 138.734058 102.620407) + (xy 138.731061 102.835029) (xy 133.554704 102.835029) (xy 133.555541 102.775132) (xy 133.518688 102.589009) (xy 133.446385 102.413589) + (xy 133.341386 102.255553) (xy 133.207691 102.120922) (xy 133.050393 102.014822) (xy 132.875482 101.941297) (xy 132.689621 101.903145) + (xy 132.499889 101.90182) (xy 132.313513 101.937373) (xy 132.141999 102.00667) (xy 131.986482 101.941297) (xy 131.800621 101.903145) + (xy 131.610889 101.90182) (xy 131.424513 101.937373) (xy 131.248592 102.00845) (xy 131.089828 102.112342) (xy 130.954266 102.245094) + (xy 130.847071 102.401648) (xy 130.772326 102.576042) (xy 130.732878 102.761632) (xy 130.730229 102.95135) (xy 130.76448 103.137969) + (xy 130.834326 103.314382) (xy 130.937108 103.473868) (xy 131.06891 103.610353) (xy 131.224712 103.718638) (xy 131.39858 103.794599) + (xy 131.58389 103.835342) (xy 131.773585 103.839316) (xy 131.811 103.832719) (xy 131.811 104.067467) (xy 131.780393 104.046822) + (xy 131.605482 103.973297) (xy 131.419621 103.935145) (xy 131.229889 103.93382) (xy 131.043513 103.969373) (xy 130.871999 104.03867) + (xy 130.716482 103.973297) (xy 130.530621 103.935145) (xy 130.340889 103.93382) (xy 130.154513 103.969373) (xy 129.978592 104.04045) + (xy 129.819828 104.144342) (xy 129.684266 104.277094) (xy 129.577071 104.433648) (xy 129.573205 104.442667) (xy 129.451889 104.44182) + (xy 129.428 104.446377) (xy 129.428 100.124) (xy 129.454757 100.119282) (xy 129.654873 100.041662) (xy 129.836102 99.926651) + (xy 129.99154 99.778629) (xy 130.115267 99.603235) (xy 130.20257 99.40715) (xy 130.250124 99.197841) (xy 130.252536 99.025029) + (xy 137.715061 99.025029) (xy 137.753808 99.236145) (xy 137.832823 99.435714) (xy 137.949097 99.616136) (xy 138.0982 99.770537) + (xy 138.274454 99.893036) (xy 138.471144 99.978968) (xy 138.68078 100.025059) (xy 138.895375 100.029555) (xy 139.106757 99.992282) + (xy 139.306873 99.914662) (xy 139.488102 99.799651) (xy 139.64354 99.651629) (xy 139.767267 99.476235) (xy 139.85457 99.28015) + (xy 139.902124 99.070841) (xy 139.905547 98.825679) (xy 139.863856 98.615124) (xy 139.782062 98.416677) (xy 139.663281 98.237897) + (xy 139.512036 98.085593) (xy 139.33409 97.965566) (xy 139.136219 97.882389) (xy 138.92596 97.839229) (xy 138.711323 97.83773) + (xy 138.500482 97.87795) (xy 138.301469 97.958357) (xy 138.121864 98.075887) (xy 137.968507 98.226065) (xy 137.847241 98.403169) + (xy 137.762685 98.600455) (xy 137.718058 98.810407) (xy 137.715061 99.025029) (xy 130.252536 99.025029) (xy 130.253547 98.952679) + (xy 130.211856 98.742124) (xy 130.130062 98.543677) (xy 130.011281 98.364897) (xy 129.860036 98.212593) (xy 129.68209 98.092566) + (xy 129.484219 98.009389) (xy 129.27396 97.966229) (xy 129.059323 97.96473) (xy 128.92 97.991307) (xy 128.92 96.188103) + (xy 129.04389 96.215342) (xy 129.233585 96.219316) (xy 129.420439 96.186368) (xy 129.597335 96.117755) (xy 129.605544 96.112545) + (xy 129.74758 96.174599) (xy 129.93289 96.215342) (xy 130.122585 96.219316) (xy 130.309439 96.186368) (xy 130.486335 96.117755) + (xy 130.494544 96.112545) (xy 130.63658 96.174599) (xy 130.748206 96.199142) (xy 130.733058 96.270407) (xy 130.730061 96.485029) + (xy 130.768808 96.696145) (xy 130.847823 96.895714) (xy 130.964097 97.076136) (xy 131.1132 97.230537) (xy 131.289454 97.353036) + (xy 131.486144 97.438968) (xy 131.69578 97.485059) (xy 131.910375 97.489555) (xy 132.121757 97.452282) (xy 132.321873 97.374662) + (xy 132.503102 97.259651) (xy 132.65854 97.111629) (xy 132.775581 96.945713) (xy 132.813454 96.972036) (xy 133.010144 97.057968) + (xy 133.016907 97.059455) (xy 133.016061 97.120029) (xy 133.054808 97.331145) (xy 133.133823 97.530714) (xy 133.250097 97.711136) + (xy 133.3992 97.865537) (xy 133.575454 97.988036) (xy 133.772144 98.073968) (xy 133.98178 98.120059) (xy 134.196375 98.124555) + (xy 134.407757 98.087282) (xy 134.607873 98.009662) (xy 134.789102 97.894651) (xy 134.94454 97.746629) (xy 135.068267 97.571235) + (xy 135.15557 97.37515) (xy 135.176321 97.283816) (xy 135.175061 97.374029) (xy 135.213808 97.585145) (xy 135.292823 97.784714) + (xy 135.409097 97.965136) (xy 135.5582 98.119537) (xy 135.734454 98.242036) (xy 135.931144 98.327968) (xy 136.14078 98.374059) + (xy 136.355375 98.378555) (xy 136.566757 98.341282) (xy 136.766873 98.263662) (xy 136.948102 98.148651) (xy 137.10354 98.000629) + (xy 137.227267 97.825235) (xy 137.31457 97.62915) (xy 137.362124 97.419841) (xy 137.365547 97.174679) (xy 137.323856 96.964124) + (xy 137.242062 96.765677) (xy 137.123281 96.586897) (xy 136.972036 96.434593) (xy 136.948838 96.418946) (xy 136.962678 96.358029) + (xy 137.715061 96.358029) (xy 137.753808 96.569145) (xy 137.832823 96.768714) (xy 137.949097 96.949136) (xy 138.0982 97.103537) + (xy 138.274454 97.226036) (xy 138.471144 97.311968) (xy 138.68078 97.358059) (xy 138.895375 97.362555) (xy 139.106757 97.325282) + (xy 139.306873 97.247662) (xy 139.488102 97.132651) (xy 139.639449 96.988525) (xy 139.798454 97.099036) (xy 139.995144 97.184968) + (xy 140.20478 97.231059) (xy 140.419375 97.235555) (xy 140.630757 97.198282) (xy 140.830873 97.120662) (xy 140.879151 97.090024) + (xy 140.8922 97.103537) (xy 141.068454 97.226036) (xy 141.265144 97.311968) (xy 141.47478 97.358059) (xy 141.689375 97.362555) + (xy 141.900757 97.325282) (xy 142.100873 97.247662) (xy 142.282102 97.132651) (xy 142.43754 96.984629) (xy 142.561267 96.809235) + (xy 142.64857 96.61315) (xy 142.696124 96.403841) (xy 142.699547 96.158679) (xy 142.657856 95.948124) (xy 142.576062 95.749677) + (xy 142.457281 95.570897) (xy 142.306036 95.418593) (xy 142.12809 95.298566) (xy 141.930219 95.215389) (xy 141.71996 95.172229) + (xy 141.505323 95.17073) (xy 141.294482 95.21095) (xy 141.095469 95.291357) (xy 141.059303 95.315023) (xy 141.036036 95.291593) + (xy 140.85809 95.171566) (xy 140.660219 95.088389) (xy 140.44996 95.045229) (xy 140.235323 95.04373) (xy 140.024482 95.08395) + (xy 139.825469 95.164357) (xy 139.645864 95.281887) (xy 139.508618 95.416288) (xy 139.33409 95.298566) (xy 139.136219 95.215389) + (xy 138.92596 95.172229) (xy 138.711323 95.17073) (xy 138.500482 95.21095) (xy 138.301469 95.291357) (xy 138.121864 95.408887) + (xy 137.968507 95.559065) (xy 137.847241 95.736169) (xy 137.762685 95.933455) (xy 137.718058 96.143407) (xy 137.715061 96.358029) + (xy 136.962678 96.358029) (xy 136.981124 96.276841) (xy 136.984547 96.031679) (xy 136.942856 95.821124) (xy 136.861062 95.622677) + (xy 136.742281 95.443897) (xy 136.591036 95.291593) (xy 136.41309 95.171566) (xy 136.215219 95.088389) (xy 136.00496 95.045229) + (xy 135.790323 95.04373) (xy 135.579482 95.08395) (xy 135.380469 95.164357) (xy 135.200864 95.281887) (xy 135.047507 95.432065) + (xy 134.926241 95.609169) (xy 134.841685 95.806455) (xy 134.797058 96.016407) (xy 134.794936 96.168384) (xy 134.63509 96.060566) + (xy 134.443495 95.980027) (xy 134.444547 95.904679) (xy 134.402856 95.694124) (xy 134.321062 95.495677) (xy 134.202281 95.316897) + (xy 134.051036 95.164593) (xy 133.87309 95.044566) (xy 133.675219 94.961389) (xy 133.64544 94.955276) (xy 133.640856 94.932124) + (xy 133.559062 94.733677) (xy 133.440281 94.554897) (xy 133.289036 94.402593) (xy 133.11109 94.282566) (xy 132.913219 94.199389) + (xy 132.70296 94.156229) (xy 132.488323 94.15473) (xy 132.277482 94.19495) (xy 132.078469 94.275357) (xy 131.898864 94.392887) + (xy 131.745507 94.543065) (xy 131.685528 94.630661) (xy 131.556691 94.500922) (xy 131.399393 94.394822) (xy 131.224482 94.321297) + (xy 131.038621 94.283145) (xy 130.848889 94.28182) (xy 130.662513 94.317373) (xy 130.490999 94.38667) (xy 130.335482 94.321297) + (xy 130.149621 94.283145) (xy 129.959889 94.28182) (xy 129.773513 94.317373) (xy 129.601999 94.38667) (xy 129.446482 94.321297) + (xy 129.260621 94.283145) (xy 129.070889 94.28182) (xy 128.92 94.310604) (xy 128.92 94.102707) (xy 141.876895 94.102707) + (xy 141.920138 94.33832) (xy 142.008321 94.561047) (xy 142.138087 94.762403) (xy 142.304491 94.93472) (xy 142.501196 95.071433) + (xy 142.720709 95.167336) (xy 142.95467 95.218776) (xy 143.194166 95.223793) (xy 143.430075 95.182195) (xy 143.653412 95.095569) + (xy 143.855669 94.967212) (xy 144.029143 94.802015) (xy 144.167227 94.606269) (xy 144.26466 94.387431) (xy 144.317732 94.153835) + (xy 144.321552 93.880226) (xy 144.275024 93.645239) (xy 144.183739 93.423766) (xy 144.051175 93.224241) (xy 143.882381 93.054264) + (xy 143.683786 92.920311) (xy 143.462955 92.827482) (xy 143.228299 92.779314) (xy 142.988757 92.777642) (xy 142.753451 92.822528) + (xy 142.531346 92.912265) (xy 142.3309 93.043433) (xy 142.159749 93.211036) (xy 142.024412 93.408691) (xy 141.930044 93.628868) + (xy 141.880239 93.863182) (xy 141.876895 94.102707) (xy 128.92 94.102707) (xy 128.92 90.2) (xy 128.912864 90.12722) + (xy 128.906237 90.054405) (xy 128.905468 90.051792) (xy 128.905202 90.04908) (xy 128.896032 90.018707) (xy 129.713895 90.018707) + (xy 129.757138 90.25432) (xy 129.845321 90.477047) (xy 129.975087 90.678403) (xy 130.141491 90.85072) (xy 130.338196 90.987433) + (xy 130.557709 91.083336) (xy 130.79167 91.134776) (xy 131.031166 91.139793) (xy 131.131417 91.122116) (xy 131.113878 91.204632) + (xy 131.111229 91.39435) (xy 131.14548 91.580969) (xy 131.215326 91.757382) (xy 131.318108 91.916868) (xy 131.44991 92.053353) + (xy 131.493247 92.083473) (xy 131.492229 92.15635) (xy 131.52648 92.342969) (xy 131.596326 92.519382) (xy 131.699108 92.678868) + (xy 131.83091 92.815353) (xy 131.986712 92.923638) (xy 132.16058 92.999599) (xy 132.34589 93.040342) (xy 132.535585 93.044316) + (xy 132.722439 93.011368) (xy 132.899335 92.942755) (xy 133.059534 92.841089) (xy 133.196936 92.710243) (xy 133.306306 92.555201) + (xy 133.383479 92.381868) (xy 133.425515 92.196847) (xy 133.428541 91.980132) (xy 133.391688 91.794009) (xy 133.319385 91.618589) + (xy 133.214386 91.460553) (xy 133.080691 91.325922) (xy 133.046359 91.302765) (xy 133.047541 91.218132) (xy 133.010688 91.032009) + (xy 132.938385 90.856589) (xy 132.833386 90.698553) (xy 132.699691 90.563922) (xy 132.542393 90.457822) (xy 132.367482 90.384297) + (xy 132.181621 90.346145) (xy 132.082949 90.345456) (xy 132.10166 90.303431) (xy 132.154732 90.069835) (xy 132.158552 89.796226) + (xy 132.112024 89.561239) (xy 132.020739 89.339766) (xy 131.888175 89.140241) (xy 131.719381 88.970264) (xy 131.520786 88.836311) + (xy 131.299955 88.743482) (xy 131.221367 88.72735) (xy 134.667229 88.72735) (xy 134.70148 88.913969) (xy 134.771326 89.090382) + (xy 134.874108 89.249868) (xy 135.00591 89.386353) (xy 135.161712 89.494638) (xy 135.33558 89.570599) (xy 135.52089 89.611342) + (xy 135.710585 89.615316) (xy 135.897439 89.582368) (xy 136.074335 89.513755) (xy 136.082544 89.508545) (xy 136.22458 89.570599) + (xy 136.40989 89.611342) (xy 136.599585 89.615316) (xy 136.786439 89.582368) (xy 136.963335 89.513755) (xy 137.123534 89.412089) + (xy 137.260936 89.281243) (xy 137.370306 89.126201) (xy 137.447479 88.952868) (xy 137.489515 88.767847) (xy 137.492541 88.551132) + (xy 137.455688 88.365009) (xy 137.383385 88.189589) (xy 137.278386 88.031553) (xy 137.144691 87.896922) (xy 136.987393 87.790822) + (xy 136.812482 87.717297) (xy 136.626621 87.679145) (xy 136.436889 87.67782) (xy 136.250513 87.713373) (xy 136.078999 87.78267) + (xy 135.923482 87.717297) (xy 135.737621 87.679145) (xy 135.547889 87.67782) (xy 135.361513 87.713373) (xy 135.185592 87.78445) + (xy 135.026828 87.888342) (xy 134.891266 88.021094) (xy 134.784071 88.177648) (xy 134.709326 88.352042) (xy 134.669878 88.537632) + (xy 134.667229 88.72735) (xy 131.221367 88.72735) (xy 131.065299 88.695314) (xy 130.825757 88.693642) (xy 130.590451 88.738528) + (xy 130.368346 88.828265) (xy 130.1679 88.959433) (xy 129.996749 89.127036) (xy 129.861412 89.324691) (xy 129.767044 89.544868) + (xy 129.717239 89.779182) (xy 129.713895 90.018707) (xy 128.896032 90.018707) (xy 128.88407 89.979087) (xy 128.863422 89.908931) + (xy 128.862159 89.906516) (xy 128.861372 89.903908) (xy 128.827054 89.839364) (xy 128.793166 89.774543) (xy 128.791458 89.772419) + (xy 128.79018 89.770015) (xy 128.743966 89.713351) (xy 128.698145 89.656362) (xy 128.696059 89.654612) (xy 128.694336 89.652499) + (xy 128.637958 89.605859) (xy 128.581979 89.558887) (xy 128.579593 89.557575) (xy 128.577493 89.555838) (xy 128.527828 89.528984) + (xy 128.277 89.278156) (xy 128.277 88.257) (xy 128.269996 88.185568) (xy 128.263741 88.11407) (xy 128.262601 88.110144) + (xy 128.262202 88.10608) (xy 128.241468 88.037406) (xy 128.221434 87.968448) (xy 128.219553 87.964819) (xy 128.218372 87.960908) + (xy 128.184684 87.89755) (xy 128.151647 87.833815) (xy 128.149097 87.830621) (xy 128.14718 87.827015) (xy 128.101837 87.771419) + (xy 128.05704 87.715303) (xy 128.05143 87.709614) (xy 128.051336 87.709499) (xy 128.05123 87.709411) (xy 128.049422 87.707578) + (xy 125.650873 85.309029) (xy 133.651061 85.309029) (xy 133.689808 85.520145) (xy 133.768823 85.719714) (xy 133.885097 85.900136) + (xy 134.0342 86.054537) (xy 134.210454 86.177036) (xy 134.407144 86.262968) (xy 134.61678 86.309059) (xy 134.831375 86.313555) + (xy 135.042757 86.276282) (xy 135.242873 86.198662) (xy 135.291151 86.168024) (xy 135.3042 86.181537) (xy 135.480454 86.304036) + (xy 135.677144 86.389968) (xy 135.88678 86.436059) (xy 136.101375 86.440555) (xy 136.312757 86.403282) (xy 136.512873 86.325662) + (xy 136.58694 86.278658) (xy 136.623454 86.304036) (xy 136.820144 86.389968) (xy 137.02978 86.436059) (xy 137.244375 86.440555) + (xy 137.455757 86.403282) (xy 137.573577 86.357582) (xy 137.701712 86.446638) (xy 137.87558 86.522599) (xy 138.06089 86.563342) + (xy 138.250585 86.567316) (xy 138.437439 86.534368) (xy 138.614335 86.465755) (xy 138.622544 86.460545) (xy 138.76458 86.522599) + (xy 138.94989 86.563342) (xy 139.139585 86.567316) (xy 139.326439 86.534368) (xy 139.503335 86.465755) (xy 139.511544 86.460545) + (xy 139.65358 86.522599) (xy 139.83889 86.563342) (xy 140.028585 86.567316) (xy 140.215439 86.534368) (xy 140.392335 86.465755) + (xy 140.552534 86.364089) (xy 140.689936 86.233243) (xy 140.799306 86.078201) (xy 140.876479 85.904868) (xy 140.918515 85.719847) + (xy 140.921541 85.503132) (xy 140.884688 85.317009) (xy 140.812385 85.141589) (xy 140.707386 84.983553) (xy 140.652249 84.928029) + (xy 147.748061 84.928029) (xy 147.786808 85.139145) (xy 147.865823 85.338714) (xy 147.982097 85.519136) (xy 148.1312 85.673537) + (xy 148.307454 85.796036) (xy 148.504144 85.881968) (xy 148.71378 85.928059) (xy 148.928375 85.932555) (xy 149.139757 85.895282) + (xy 149.339873 85.817662) (xy 149.521102 85.702651) (xy 149.67654 85.554629) (xy 149.800267 85.379235) (xy 149.837629 85.295319) + (xy 149.944375 85.297555) (xy 150.155757 85.260282) (xy 150.355873 85.182662) (xy 150.537102 85.067651) (xy 150.69254 84.919629) + (xy 150.792212 84.778336) (xy 150.7982 84.784537) (xy 150.974454 84.907036) (xy 151.171144 84.992968) (xy 151.32207 85.026151) + (xy 151.342808 85.139145) (xy 151.421823 85.338714) (xy 151.538097 85.519136) (xy 151.6872 85.673537) (xy 151.863454 85.796036) + (xy 152.060144 85.881968) (xy 152.26978 85.928059) (xy 152.484375 85.932555) (xy 152.695757 85.895282) (xy 152.895873 85.817662) + (xy 153.077102 85.702651) (xy 153.23254 85.554629) (xy 153.356267 85.379235) (xy 153.44357 85.18315) (xy 153.491124 84.973841) + (xy 153.494547 84.728679) (xy 153.452856 84.518124) (xy 153.371062 84.319677) (xy 153.252281 84.140897) (xy 153.101036 83.988593) + (xy 152.92309 83.868566) (xy 152.725219 83.785389) (xy 152.589272 83.757483) (xy 152.563856 83.629124) (xy 152.482062 83.430677) + (xy 152.363281 83.251897) (xy 152.212036 83.099593) (xy 152.03409 82.979566) (xy 151.836219 82.896389) (xy 151.62596 82.853229) + (xy 151.411323 82.85173) (xy 151.200482 82.89195) (xy 151.001469 82.972357) (xy 150.821864 83.089887) (xy 150.668507 83.240065) + (xy 150.578637 83.371317) (xy 150.561036 83.353593) (xy 150.38309 83.233566) (xy 150.185219 83.150389) (xy 149.97496 83.107229) + (xy 149.760323 83.10573) (xy 149.549482 83.14595) (xy 149.350469 83.226357) (xy 149.170864 83.343887) (xy 149.017507 83.494065) + (xy 148.896241 83.671169) (xy 148.866063 83.74158) (xy 148.744323 83.74073) (xy 148.533482 83.78095) (xy 148.334469 83.861357) + (xy 148.154864 83.978887) (xy 148.001507 84.129065) (xy 147.880241 84.306169) (xy 147.795685 84.503455) (xy 147.751058 84.713407) + (xy 147.748061 84.928029) (xy 140.652249 84.928029) (xy 140.573691 84.848922) (xy 140.416393 84.742822) (xy 140.241482 84.669297) + (xy 140.055621 84.631145) (xy 139.865889 84.62982) (xy 139.679513 84.665373) (xy 139.507999 84.73467) (xy 139.352482 84.669297) + (xy 139.166621 84.631145) (xy 138.976889 84.62982) (xy 138.790513 84.665373) (xy 138.618999 84.73467) (xy 138.463482 84.669297) + (xy 138.277621 84.631145) (xy 138.087889 84.62982) (xy 138.008395 84.644984) (xy 137.861036 84.496593) (xy 137.68309 84.376566) + (xy 137.485219 84.293389) (xy 137.27496 84.250229) (xy 137.060323 84.24873) (xy 136.849482 84.28895) (xy 136.650469 84.369357) + (xy 136.589019 84.409569) (xy 136.54009 84.376566) (xy 136.342219 84.293389) (xy 136.13196 84.250229) (xy 135.917323 84.24873) + (xy 135.706482 84.28895) (xy 135.507469 84.369357) (xy 135.471303 84.393023) (xy 135.448036 84.369593) (xy 135.27009 84.249566) + (xy 135.072219 84.166389) (xy 134.86196 84.123229) (xy 134.647323 84.12173) (xy 134.436482 84.16195) (xy 134.237469 84.242357) + (xy 134.057864 84.359887) (xy 133.904507 84.510065) (xy 133.783241 84.687169) (xy 133.698685 84.884455) (xy 133.654058 85.094407) + (xy 133.651061 85.309029) (xy 125.650873 85.309029) (xy 125.644422 85.302578) (xy 125.588919 85.256987) (xy 125.533979 85.210887) + (xy 125.530401 85.20892) (xy 125.527242 85.206325) (xy 125.463983 85.172406) (xy 125.4413 85.159936) (xy 125.439281 85.156897) + (xy 125.288036 85.004593) (xy 125.11009 84.884566) (xy 124.912219 84.801389) (xy 124.70196 84.758229) (xy 124.487323 84.75673) + (xy 124.276482 84.79695) (xy 124.077469 84.877357) (xy 124.040768 84.901373) (xy 123.891036 84.750593) (xy 123.71309 84.630566) + (xy 123.515219 84.547389) (xy 123.30496 84.504229) (xy 123.090323 84.50273) (xy 122.879482 84.54295) (xy 122.680469 84.623357) + (xy 122.500864 84.740887) (xy 122.49221 84.749361) (xy 122.31609 84.630566) (xy 122.118219 84.547389) (xy 121.90796 84.504229) + (xy 121.693323 84.50273) (xy 121.482482 84.54295) (xy 121.283469 84.623357) (xy 121.103864 84.740887) (xy 121.031129 84.812114) + (xy 120.970036 84.750593) (xy 120.79209 84.630566) (xy 120.594219 84.547389) (xy 120.38396 84.504229) (xy 120.169323 84.50273) + (xy 119.958482 84.54295) (xy 119.759469 84.623357) (xy 119.579864 84.740887) (xy 119.426507 84.891065) (xy 119.305241 85.068169) + (xy 119.220685 85.265455) (xy 119.176058 85.475407) (xy 119.173061 85.690029) (xy 119.211808 85.901145) (xy 119.290823 86.100714) + (xy 119.407097 86.281136) (xy 119.492 86.369056) (xy 119.492 86.487) (xy 119.499009 86.558482) (xy 119.50526 86.62993) + (xy 119.506399 86.63385) (xy 119.506798 86.63792) (xy 119.527554 86.706668) (xy 119.547567 86.775553) (xy 119.549447 86.779179) + (xy 119.550628 86.783092) (xy 119.584325 86.846467) (xy 119.617353 86.910185) (xy 119.619903 86.913379) (xy 119.62182 86.916985) + (xy 119.667163 86.972581) (xy 119.71196 87.028697) (xy 119.71757 87.034386) (xy 119.717664 87.034501) (xy 119.71777 87.034589) + (xy 119.719578 87.036422) (xy 121.624578 88.941422) (xy 121.680081 88.987013) (xy 121.735021 89.033113) (xy 121.738599 89.03508) + (xy 121.741758 89.037675) (xy 121.805017 89.071594) (xy 121.867907 89.106168) (xy 121.871804 89.107404) (xy 121.875403 89.109334) + (xy 121.944029 89.130315) (xy 122.012453 89.152021) (xy 122.016512 89.152476) (xy 122.02042 89.153671) (xy 122.091828 89.160924) + (xy 122.163151 89.168924) (xy 122.17114 89.16898) (xy 122.171288 89.168995) (xy 122.171426 89.168982) (xy 122.174 89.169) + (xy 122.27267 89.169) (xy 122.246864 89.185887) (xy 122.093507 89.336065) (xy 121.972241 89.513169) (xy 121.887685 89.710455) + (xy 121.843058 89.920407) (xy 121.840061 90.135029) (xy 121.878808 90.346145) (xy 121.957823 90.545714) (xy 122.074097 90.726136) + (xy 122.2232 90.880537) (xy 122.399454 91.003036) (xy 122.596144 91.088968) (xy 122.80578 91.135059) (xy 123.020375 91.139555) + (xy 123.231757 91.102282) (xy 123.431873 91.024662) (xy 123.613102 90.909651) (xy 123.76854 90.761629) (xy 123.892267 90.586235) + (xy 123.97957 90.39015) (xy 124.027124 90.180841) (xy 124.030547 89.935679) (xy 123.988856 89.725124) (xy 123.962615 89.661459) + (xy 125.842 91.540844) (xy 125.842 92.068303) (xy 125.763482 92.035297) (xy 125.577621 91.997145) (xy 125.387889 91.99582) + (xy 125.201513 92.031373) (xy 125.025592 92.10245) (xy 124.866828 92.206342) (xy 124.769498 92.301654) (xy 124.501422 92.033578) + (xy 124.445919 91.987987) (xy 124.390979 91.941887) (xy 124.387401 91.93992) (xy 124.384242 91.937325) (xy 124.320983 91.903406) + (xy 124.258093 91.868832) (xy 124.254196 91.867596) (xy 124.250597 91.865666) (xy 124.181971 91.844685) (xy 124.113547 91.822979) + (xy 124.109488 91.822524) (xy 124.10558 91.821329) (xy 124.034172 91.814076) (xy 123.962849 91.806076) (xy 123.95486 91.80602) + (xy 123.954712 91.806005) (xy 123.954574 91.806018) (xy 123.952 91.806) (xy 121.666 91.806) (xy 121.594568 91.813004) + (xy 121.52307 91.819259) (xy 121.519144 91.820399) (xy 121.51508 91.820798) (xy 121.446406 91.841532) (xy 121.377448 91.861566) + (xy 121.373819 91.863447) (xy 121.369908 91.864628) (xy 121.30655 91.898316) (xy 121.242815 91.931353) (xy 121.239621 91.933903) + (xy 121.236015 91.93582) (xy 121.180419 91.981163) (xy 121.124303 92.02596) (xy 121.118614 92.03157) (xy 121.118499 92.031664) + (xy 121.118411 92.03177) (xy 121.116578 92.033578) (xy 120.354578 92.795578) (xy 120.308987 92.851081) (xy 120.262887 92.906021) + (xy 120.26092 92.909599) (xy 120.258325 92.912758) (xy 120.224406 92.976017) (xy 120.189832 93.038907) (xy 120.188596 93.042804) + (xy 120.186666 93.046403) (xy 120.165685 93.115029) (xy 120.143979 93.183453) (xy 120.143524 93.187512) (xy 120.142329 93.19142) + (xy 120.135076 93.262828) (xy 120.127076 93.334151) (xy 120.12702 93.34214) (xy 120.127005 93.342288) (xy 120.127018 93.342426) + (xy 120.127 93.345) (xy 120.127 94.996) (xy 120.134009 95.067482) (xy 120.14026 95.13893) (xy 120.141399 95.14285) + (xy 120.141798 95.14692) (xy 120.162554 95.215668) (xy 120.182567 95.284553) (xy 120.184447 95.288179) (xy 120.185628 95.292092) + (xy 120.219325 95.355467) (xy 120.252353 95.419185) (xy 120.254903 95.422379) (xy 120.25682 95.425985) (xy 120.302163 95.481581) + (xy 120.34696 95.537697) (xy 120.35257 95.543386) (xy 120.352664 95.543501) (xy 120.35277 95.543589) (xy 120.354578 95.545422) + (xy 121.624578 96.815422) (xy 121.680081 96.861013) (xy 121.735021 96.907113) (xy 121.738599 96.90908) (xy 121.741758 96.911675) + (xy 121.805017 96.945594) (xy 121.867907 96.980168) (xy 121.871804 96.981404) (xy 121.875403 96.983334) (xy 121.944029 97.004315) + (xy 122.012453 97.026021) (xy 122.016512 97.026476) (xy 122.02042 97.027671) (xy 122.091828 97.034924) (xy 122.163151 97.042924) + (xy 122.17114 97.04298) (xy 122.171288 97.042995) (xy 122.171426 97.042982) (xy 122.174 97.043) (xy 123.630156 97.043) + (xy 123.81 97.222844) (xy 123.81 101.024156) (xy 119.919743 104.914413) (xy 119.88205 104.724048) (xy 119.803581 104.533669) + (xy 119.689629 104.362158) (xy 119.544534 104.216046) (xy 119.373822 104.1009) (xy 119.183996 104.021104) (xy 118.982286 103.979699) + (xy 118.776375 103.978261) (xy 118.574107 104.016846) (xy 118.383185 104.093983) (xy 118.210882 104.206735) (xy 118.063761 104.350807) + (xy 117.947425 104.520711) (xy 117.866307 104.709975) (xy 117.823494 104.911391) (xy 117.820619 105.117287) (xy 117.857791 105.31982) + (xy 117.933594 105.511275) (xy 118.022 105.648455) (xy 118.022 113.792) (xy 118.02966 113.870124) (xy 118.036505 113.948358) + (xy 118.037752 113.952649) (xy 118.038188 113.957099) (xy 118.060887 114.03228) (xy 118.082787 114.107662) (xy 118.084844 114.11163) + (xy 118.086136 114.11591) (xy 118.123004 114.185249) (xy 118.15913 114.254943) (xy 118.161918 114.258436) (xy 118.164017 114.262383) + (xy 118.213649 114.323238) (xy 118.262626 114.38459) (xy 118.268763 114.390814) (xy 118.268865 114.390939) (xy 118.268981 114.391035) + (xy 118.270959 114.393041) (xy 118.53 114.652081) (xy 118.53 115.585257) (xy 118.430036 115.484593) (xy 118.25209 115.364566) + (xy 118.054219 115.281389) (xy 117.84396 115.238229) (xy 117.629323 115.23673) (xy 117.418482 115.27695) (xy 117.219469 115.357357) + (xy 117.039864 115.474887) (xy 116.886507 115.625065) (xy 116.765241 115.802169) (xy 116.680685 115.999455) (xy 116.636058 116.209407) + (xy 116.633061 116.424029) (xy 116.671808 116.635145) (xy 116.750823 116.834714) (xy 116.867097 117.015136) (xy 116.8885 117.0373) + (xy 116.8885 131.005873) (xy 116.867562 131.044597) (xy 116.829467 131.113892) (xy 116.828577 131.116699) (xy 116.827174 131.119293) + (xy 116.80974 131.175614) (xy 115.229677 132.755677) (xy 115.180387 132.815682) (xy 115.130492 132.875145) (xy 115.128364 132.879016) + (xy 115.125557 132.882433) (xy 115.088854 132.950884) (xy 115.051467 133.018892) (xy 115.050131 133.023105) (xy 115.048042 133.027) + (xy 115.025345 133.101237) (xy 115.001867 133.17525) (xy 115.001374 133.179643) (xy 115.000082 133.18387) (xy 114.992235 133.261121) + (xy 114.983582 133.338265) (xy 114.983522 133.346902) (xy 114.983505 133.347066) (xy 114.983519 133.347219) (xy 114.9835 133.35) + (xy 114.9835 135.768483) (xy 114.934954 135.80025) (xy 114.737112 135.993992) (xy 114.580668 136.222472) (xy 114.55462 136.283246) + (xy 114.536754 136.239899) (xy 114.383516 136.009257) (xy 114.188398 135.812771) (xy 113.958831 135.657926) (xy 113.70356 135.55062) + (xy 113.432308 135.494941) (xy 113.155408 135.493007) (xy 112.883405 135.544895) (xy 112.626661 135.648626) (xy 112.394954 135.80025) + (xy 112.197112 135.993992) (xy 112.040668 136.222472) (xy 112.01462 136.283246) (xy 111.996754 136.239899) (xy 111.843516 136.009257) + (xy 111.648398 135.812771) (xy 111.418831 135.657926) (xy 111.16356 135.55062) (xy 110.892308 135.494941) (xy 110.615408 135.493007) + (xy 110.343405 135.544895) (xy 110.086661 135.648626) (xy 109.854954 135.80025) (xy 109.657112 135.993992) (xy 109.500668 136.222472) + (xy 109.391583 136.476988) (xy 109.33401 136.747844) (xy 109.330144 137.024725) (xy 109.380131 137.297083) (xy 109.482068 137.554545) + (xy 109.632071 137.787304) (xy 109.824427 137.986495) (xy 110.051809 138.14453) (xy 110.11039 138.170123) (xy 109.991675 138.233578) + (xy 109.927942 138.482864) (xy 110.744 139.298922) (xy 111.560058 138.482864) (xy 111.496325 138.233578) (xy 111.377182 138.174965) + (xy 111.383719 138.172429) (xy 111.61752 138.024055) (xy 111.818049 137.833094) (xy 111.977667 137.606821) (xy 112.012124 137.52943) + (xy 112.022068 137.554545) (xy 112.172071 137.787304) (xy 112.364427 137.986495) (xy 112.591809 138.14453) (xy 112.660992 138.174755) + (xy 112.626661 138.188626) (xy 112.394954 138.34025) (xy 112.197112 138.533992) (xy 112.040668 138.762472) (xy 112.019542 138.811763) + (xy 111.956422 138.693675) (xy 111.707136 138.629942) (xy 110.891078 139.446) (xy 110.905221 139.460143) (xy 110.758143 139.607221) + (xy 110.744 139.593078) (xy 110.729858 139.607221) (xy 110.58278 139.460143) (xy 110.596922 139.446) (xy 109.780864 138.629942) + (xy 109.531578 138.693675) (xy 109.417469 138.925625) (xy 107.476 136.984156) (xy 107.476 115.298959) (xy 107.570709 115.340336) + (xy 107.80467 115.391776) (xy 108.044166 115.396793) (xy 108.280075 115.355195) (xy 108.503412 115.268569) (xy 108.705669 115.140212) + (xy 108.879143 114.975015) (xy 109.017227 114.779269) (xy 109.11466 114.560431) (xy 109.167732 114.326835) (xy 109.171552 114.053226) + (xy 109.125024 113.818239) (xy 109.033739 113.596766) (xy 108.901175 113.397241) (xy 108.732381 113.227264) (xy 108.533786 113.093311) + (xy 108.312955 113.000482) (xy 108.078299 112.952314) (xy 107.838757 112.950642) (xy 107.603451 112.995528) (xy 107.476 113.047022) + (xy 107.476 109.093) (xy 111.106855 109.093) (xy 111.106855 110.617) (xy 111.115109 110.72051) (xy 111.169478 110.896074) + (xy 111.270606 111.049541) (xy 111.410484 111.168758) (xy 111.578038 111.244286) (xy 111.76 111.270145) (xy 113.284 111.270145) + (xy 113.38751 111.261891) (xy 113.563074 111.207522) (xy 113.716541 111.106394) (xy 113.835758 110.966516) (xy 113.911286 110.798962) + (xy 113.925589 110.698316) (xy 113.950071 110.736304) (xy 114.142427 110.935495) (xy 114.369809 111.09353) (xy 114.623557 111.204389) + (xy 114.894005 111.263851) (xy 115.170851 111.26965) (xy 115.443552 111.221566) (xy 115.701719 111.121429) (xy 115.93552 110.973055) + (xy 116.136049 110.782094) (xy 116.295667 110.555821) (xy 116.408296 110.302853) (xy 116.469644 110.032827) (xy 116.47406 109.716546) + (xy 116.420276 109.444912) (xy 116.314754 109.188899) (xy 116.161516 108.958257) (xy 115.966398 108.761771) (xy 115.736831 108.606926) + (xy 115.48156 108.49962) (xy 115.210308 108.443941) (xy 114.933408 108.442007) (xy 114.661405 108.493895) (xy 114.404661 108.597626) + (xy 114.172954 108.74925) (xy 113.975112 108.942992) (xy 113.930391 109.008305) (xy 113.928891 108.98949) (xy 113.874522 108.813926) + (xy 113.773394 108.660459) (xy 113.633516 108.541242) (xy 113.465962 108.465714) (xy 113.284 108.439855) (xy 111.76 108.439855) + (xy 111.65649 108.448109) (xy 111.480926 108.502478) (xy 111.327459 108.603606) (xy 111.208242 108.743484) (xy 111.132714 108.911038) + (xy 111.106855 109.093) (xy 107.476 109.093) (xy 107.476 102) (xy 107.468991 101.928518) (xy 107.46274 101.85707) + (xy 107.461601 101.85315) (xy 107.461202 101.84908) (xy 107.440446 101.780332) (xy 107.420433 101.711447) (xy 107.418553 101.707821) + (xy 107.417372 101.703908) (xy 107.383675 101.640533) (xy 107.350647 101.576815) (xy 107.348097 101.573621) (xy 107.34618 101.570015) + (xy 107.300837 101.514419) (xy 107.25604 101.458303) (xy 107.25043 101.452614) (xy 107.250336 101.452499) (xy 107.25023 101.452411) + (xy 107.248422 101.450578) (xy 105.197422 99.399578) (xy 105.141919 99.353987) (xy 105.086979 99.307887) (xy 105.083401 99.30592) + (xy 105.080242 99.303325) (xy 105.016977 99.269403) (xy 104.954093 99.234832) (xy 104.950196 99.233596) (xy 104.946597 99.231666) + (xy 104.877971 99.210685) (xy 104.809547 99.188979) (xy 104.805488 99.188524) (xy 104.80158 99.187329) (xy 104.730172 99.180076) + (xy 104.658849 99.172076) (xy 104.65086 99.17202) (xy 104.650712 99.172005) (xy 104.650574 99.172018) (xy 104.648 99.172) + (xy 103.505 99.172) (xy 103.433568 99.179004) (xy 103.36207 99.185259) (xy 103.358144 99.186399) (xy 103.35408 99.186798) + (xy 103.285406 99.207532) (xy 103.216448 99.227566) (xy 103.212819 99.229447) (xy 103.208908 99.230628) (xy 103.14555 99.264316) + (xy 103.081815 99.297353) (xy 103.078621 99.299903) (xy 103.075015 99.30182) (xy 103.019419 99.347163) (xy 102.963303 99.39196) + (xy 102.957614 99.39757) (xy 102.957499 99.397664) (xy 102.957411 99.39777) (xy 102.955578 99.399578) (xy 102.732143 99.623013) + (xy 102.559482 99.65595) (xy 102.360469 99.736357) (xy 102.180864 99.853887) (xy 102.027507 100.004065) (xy 101.906241 100.181169) + (xy 101.821685 100.378455) (xy 101.777058 100.588407) (xy 101.774061 100.803029) (xy 99.50092 100.803029) (xy 99.515732 100.737835) + (xy 99.519552 100.464226) (xy 99.473024 100.229239) (xy 99.381739 100.007766) (xy 99.249175 99.808241) (xy 99.080381 99.638264) + (xy 98.881786 99.504311) (xy 98.660955 99.411482) (xy 98.426299 99.363314) (xy 98.186757 99.361642) (xy 97.951451 99.406528) + (xy 97.729346 99.496265) (xy 97.5289 99.627433) (xy 97.357749 99.795036) (xy 97.222412 99.992691) (xy 97.128044 100.212868) + (xy 97.078239 100.447182) (xy 97.074895 100.686707) (xy 90.442145 100.686707) (xy 90.442145 99.441) (xy 90.433891 99.33749) + (xy 90.379522 99.161926) (xy 90.278394 99.008459) (xy 90.138516 98.889242) (xy 89.970962 98.813714) (xy 89.789 98.787855) + (xy 88.011 98.787855) (xy 87.90749 98.796109) (xy 87.731926 98.850478) (xy 87.578459 98.951606) (xy 87.459242 99.091484) + (xy 87.383714 99.259038) (xy 87.357855 99.441) (xy 71.9605 99.441) (xy 71.9605 98.6935) (xy 111.102 98.6935) + (xy 111.102 99.251808) (xy 111.127287 99.378932) (xy 111.176888 99.49868) (xy 111.248898 99.606451) (xy 111.34055 99.698102) + (xy 111.44832 99.770112) (xy 111.568069 99.819713) (xy 111.695193 99.845) (xy 112.2535 99.845) (xy 112.418 99.6805) + (xy 112.418 98.529) (xy 111.2665 98.529) (xy 111.102 98.6935) (xy 71.9605 98.6935) (xy 71.9605 96.303652) + (xy 87.993426 96.303652) (xy 88.072482 96.565917) (xy 88.345105 96.702072) (xy 88.639053 96.782426) (xy 88.943028 96.803889) + (xy 89.24535 96.765637) (xy 89.534401 96.669141) (xy 89.727518 96.565917) (xy 89.806574 96.303652) (xy 88.9 95.397078) + (xy 87.993426 96.303652) (xy 71.9605 96.303652) (xy 71.9605 95.293028) (xy 87.346111 95.293028) (xy 87.384363 95.59535) + (xy 87.480859 95.884401) (xy 87.584083 96.077518) (xy 87.846348 96.156574) (xy 88.752922 95.25) (xy 89.047078 95.25) + (xy 89.953652 96.156574) (xy 90.215917 96.077518) (xy 90.352072 95.804895) (xy 90.432426 95.510947) (xy 90.453889 95.206972) + (xy 90.427196 94.996) (xy 96.374855 94.996) (xy 96.374855 96.52) (xy 96.383109 96.62351) (xy 96.437478 96.799074) + (xy 96.538606 96.952541) (xy 96.678484 97.071758) (xy 96.846038 97.147286) (xy 97.028 97.173145) (xy 98.552 97.173145) + (xy 98.65551 97.164891) (xy 98.831074 97.110522) (xy 98.984541 97.009394) (xy 99.103758 96.869516) (xy 99.179286 96.701962) + (xy 99.205145 96.52) (xy 99.205145 95.860707) (xy 99.233895 95.860707) (xy 99.277138 96.09632) (xy 99.365321 96.319047) + (xy 99.495087 96.520403) (xy 99.661491 96.69272) (xy 99.858196 96.829433) (xy 100.077709 96.925336) (xy 100.31167 96.976776) + (xy 100.551166 96.981793) (xy 100.787075 96.940195) (xy 101.010412 96.853569) (xy 101.212669 96.725212) (xy 101.386143 96.560015) + (xy 101.524227 96.364269) (xy 101.618067 96.1535) (xy 111.102 96.1535) (xy 111.102 96.711808) (xy 111.127287 96.838932) + (xy 111.176888 96.95868) (xy 111.248898 97.066451) (xy 111.337448 97.155) (xy 111.248898 97.243549) (xy 111.176888 97.35132) + (xy 111.127287 97.471068) (xy 111.102 97.598192) (xy 111.102 98.1565) (xy 111.2665 98.321) (xy 112.418 98.321) + (xy 112.418 97.1695) (xy 112.4035 97.155) (xy 112.418 97.1405) (xy 112.418 95.989) (xy 111.2665 95.989) + (xy 111.102 96.1535) (xy 101.618067 96.1535) (xy 101.62166 96.145431) (xy 101.674732 95.911835) (xy 101.678552 95.638226) + (xy 101.632024 95.403239) (xy 101.540739 95.181766) (xy 101.408175 94.982241) (xy 101.239381 94.812264) (xy 101.040786 94.678311) + (xy 100.819955 94.585482) (xy 100.585299 94.537314) (xy 100.345757 94.535642) (xy 100.110451 94.580528) (xy 99.888346 94.670265) + (xy 99.6879 94.801433) (xy 99.516749 94.969036) (xy 99.381412 95.166691) (xy 99.287044 95.386868) (xy 99.237239 95.621182) + (xy 99.233895 95.860707) (xy 99.205145 95.860707) (xy 99.205145 94.996) (xy 99.196891 94.89249) (xy 99.142522 94.716926) + (xy 99.041394 94.563459) (xy 98.901516 94.444242) (xy 98.733962 94.368714) (xy 98.634361 94.35456) (xy 98.66352 94.336055) + (xy 98.864049 94.145094) (xy 99.023667 93.918821) (xy 99.136296 93.665853) (xy 99.14819 93.6135) (xy 111.102 93.6135) + (xy 111.102 94.171808) (xy 111.127287 94.298932) (xy 111.176888 94.41868) (xy 111.248898 94.526451) (xy 111.337448 94.615) + (xy 111.248898 94.703549) (xy 111.176888 94.81132) (xy 111.127287 94.931068) (xy 111.102 95.058192) (xy 111.102 95.6165) + (xy 111.2665 95.781) (xy 112.418 95.781) (xy 112.418 94.6295) (xy 112.4035 94.615) (xy 112.418 94.6005) + (xy 112.418 93.449) (xy 111.2665 93.449) (xy 111.102 93.6135) (xy 99.14819 93.6135) (xy 99.197644 93.395827) + (xy 99.20206 93.079546) (xy 99.148276 92.807912) (xy 99.042754 92.551899) (xy 99.02036 92.518192) (xy 111.102 92.518192) + (xy 111.102 93.0765) (xy 111.2665 93.241) (xy 112.418 93.241) (xy 112.418 92.0895) (xy 112.626 92.0895) + (xy 112.626 93.241) (xy 112.646 93.241) (xy 112.646 93.449) (xy 112.626 93.449) (xy 112.626 94.6005) + (xy 112.6405 94.615) (xy 112.626 94.6295) (xy 112.626 95.781) (xy 112.646 95.781) (xy 112.646 95.989) + (xy 112.626 95.989) (xy 112.626 97.1405) (xy 112.6405 97.155) (xy 112.626 97.1695) (xy 112.626 98.321) + (xy 112.646 98.321) (xy 112.646 98.529) (xy 112.626 98.529) (xy 112.626 99.6805) (xy 112.7905 99.845) + (xy 113.348807 99.845) (xy 113.475931 99.819713) (xy 113.59568 99.770112) (xy 113.70345 99.698102) (xy 113.795102 99.606451) + (xy 113.867112 99.49868) (xy 113.916713 99.378932) (xy 113.93562 99.283881) (xy 113.950071 99.306304) (xy 114.142427 99.505495) + (xy 114.369809 99.66353) (xy 114.623557 99.774389) (xy 114.894005 99.833851) (xy 115.170851 99.83965) (xy 115.443552 99.791566) + (xy 115.701719 99.691429) (xy 115.93552 99.543055) (xy 116.136049 99.352094) (xy 116.295667 99.125821) (xy 116.408296 98.872853) + (xy 116.469644 98.602827) (xy 116.470692 98.527707) (xy 120.442895 98.527707) (xy 120.486138 98.76332) (xy 120.574321 98.986047) + (xy 120.704087 99.187403) (xy 120.870491 99.35972) (xy 121.067196 99.496433) (xy 121.286709 99.592336) (xy 121.52067 99.643776) + (xy 121.760166 99.648793) (xy 121.996075 99.607195) (xy 122.219412 99.520569) (xy 122.421669 99.392212) (xy 122.595143 99.227015) + (xy 122.733227 99.031269) (xy 122.83066 98.812431) (xy 122.883732 98.578835) (xy 122.887552 98.305226) (xy 122.841024 98.070239) + (xy 122.749739 97.848766) (xy 122.617175 97.649241) (xy 122.448381 97.479264) (xy 122.249786 97.345311) (xy 122.028955 97.252482) + (xy 121.794299 97.204314) (xy 121.554757 97.202642) (xy 121.319451 97.247528) (xy 121.097346 97.337265) (xy 120.8969 97.468433) + (xy 120.725749 97.636036) (xy 120.590412 97.833691) (xy 120.496044 98.053868) (xy 120.446239 98.288182) (xy 120.442895 98.527707) + (xy 116.470692 98.527707) (xy 116.47406 98.286546) (xy 116.420276 98.014912) (xy 116.314754 97.758899) (xy 116.161516 97.528257) + (xy 115.966398 97.331771) (xy 115.736831 97.176926) (xy 115.688434 97.156582) (xy 115.701719 97.151429) (xy 115.93552 97.003055) + (xy 116.136049 96.812094) (xy 116.295667 96.585821) (xy 116.408296 96.332853) (xy 116.469644 96.062827) (xy 116.47406 95.746546) + (xy 116.420276 95.474912) (xy 116.314754 95.218899) (xy 116.161516 94.988257) (xy 115.966398 94.791771) (xy 115.736831 94.636926) + (xy 115.688434 94.616582) (xy 115.701719 94.611429) (xy 115.93552 94.463055) (xy 116.136049 94.272094) (xy 116.295667 94.045821) + (xy 116.408296 93.792853) (xy 116.469644 93.522827) (xy 116.47406 93.206546) (xy 116.420276 92.934912) (xy 116.314754 92.678899) + (xy 116.161516 92.448257) (xy 115.966398 92.251771) (xy 115.736831 92.096926) (xy 115.48156 91.98962) (xy 115.210308 91.933941) + (xy 114.933408 91.932007) (xy 114.661405 91.983895) (xy 114.404661 92.087626) (xy 114.172954 92.23925) (xy 113.975112 92.432992) + (xy 113.936321 92.489644) (xy 113.916713 92.391068) (xy 113.867112 92.27132) (xy 113.795102 92.163549) (xy 113.70345 92.071898) + (xy 113.59568 91.999888) (xy 113.475931 91.950287) (xy 113.348807 91.925) (xy 112.7905 91.925) (xy 112.626 92.0895) + (xy 112.418 92.0895) (xy 112.2535 91.925) (xy 111.695193 91.925) (xy 111.568069 91.950287) (xy 111.44832 91.999888) + (xy 111.34055 92.071898) (xy 111.248898 92.163549) (xy 111.176888 92.27132) (xy 111.127287 92.391068) (xy 111.102 92.518192) + (xy 99.02036 92.518192) (xy 98.889516 92.321257) (xy 98.694398 92.124771) (xy 98.464831 91.969926) (xy 98.20956 91.86262) + (xy 97.938308 91.806941) (xy 97.661408 91.805007) (xy 97.389405 91.856895) (xy 97.132661 91.960626) (xy 96.900954 92.11225) + (xy 96.703112 92.305992) (xy 96.546668 92.534472) (xy 96.437583 92.788988) (xy 96.38001 93.059844) (xy 96.376144 93.336725) + (xy 96.426131 93.609083) (xy 96.528068 93.866545) (xy 96.678071 94.099304) (xy 96.870427 94.298495) (xy 96.943901 94.349561) + (xy 96.92449 94.351109) (xy 96.748926 94.405478) (xy 96.595459 94.506606) (xy 96.476242 94.646484) (xy 96.400714 94.814038) + (xy 96.374855 94.996) (xy 90.427196 94.996) (xy 90.415637 94.90465) (xy 90.319141 94.615599) (xy 90.215917 94.422482) + (xy 89.953652 94.343426) (xy 89.047078 95.25) (xy 88.752922 95.25) (xy 87.846348 94.343426) (xy 87.584083 94.422482) + (xy 87.447928 94.695105) (xy 87.367574 94.989053) (xy 87.346111 95.293028) (xy 71.9605 95.293028) (xy 71.9605 94.196348) + (xy 87.993426 94.196348) (xy 88.9 95.102922) (xy 89.806574 94.196348) (xy 89.727518 93.934083) (xy 89.454895 93.797928) + (xy 89.160947 93.717574) (xy 88.856972 93.696111) (xy 88.55465 93.734363) (xy 88.265599 93.830859) (xy 88.072482 93.934083) + (xy 87.993426 94.196348) (xy 71.9605 94.196348) (xy 71.9605 86.741) (xy 87.357855 86.741) (xy 87.357855 88.519) + (xy 87.366109 88.62251) (xy 87.420478 88.798074) (xy 87.521606 88.951541) (xy 87.661484 89.070758) (xy 87.829038 89.146286) + (xy 88.011 89.172145) (xy 89.789 89.172145) (xy 89.89251 89.163891) (xy 90.068074 89.109522) (xy 90.221541 89.008394) + (xy 90.340758 88.868516) (xy 90.416286 88.700962) (xy 90.442145 88.519) (xy 90.442145 87.859707) (xy 95.931895 87.859707) + (xy 95.975138 88.09532) (xy 96.063321 88.318047) (xy 96.193087 88.519403) (xy 96.359491 88.69172) (xy 96.556196 88.828433) + (xy 96.775709 88.924336) (xy 97.00967 88.975776) (xy 97.249166 88.980793) (xy 97.485075 88.939195) (xy 97.708412 88.852569) + (xy 97.910669 88.724212) (xy 98.084143 88.559015) (xy 98.222227 88.363269) (xy 98.31966 88.144431) (xy 98.372732 87.910835) + (xy 98.376552 87.637226) (xy 98.330024 87.402239) (xy 98.238739 87.180766) (xy 98.106175 86.981241) (xy 97.937381 86.811264) + (xy 97.738786 86.677311) (xy 97.517955 86.584482) (xy 97.283299 86.536314) (xy 97.043757 86.534642) (xy 96.808451 86.579528) + (xy 96.586346 86.669265) (xy 96.3859 86.800433) (xy 96.214749 86.968036) (xy 96.079412 87.165691) (xy 95.985044 87.385868) + (xy 95.935239 87.620182) (xy 95.931895 87.859707) (xy 90.442145 87.859707) (xy 90.442145 86.741) (xy 90.433891 86.63749) + (xy 90.379522 86.461926) (xy 90.278394 86.308459) (xy 90.138516 86.189242) (xy 89.970962 86.113714) (xy 89.789 86.087855) + (xy 88.011 86.087855) (xy 87.90749 86.096109) (xy 87.731926 86.150478) (xy 87.578459 86.251606) (xy 87.459242 86.391484) + (xy 87.383714 86.559038) (xy 87.357855 86.741) (xy 71.9605 86.741) (xy 71.9605 84.684707) (xy 101.900895 84.684707) + (xy 101.944138 84.92032) (xy 102.032321 85.143047) (xy 102.162087 85.344403) (xy 102.328491 85.51672) (xy 102.525196 85.653433) + (xy 102.744709 85.749336) (xy 102.97867 85.800776) (xy 103.218166 85.805793) (xy 103.454075 85.764195) (xy 103.555126 85.725) + (xy 110.344855 85.725) (xy 110.344855 87.249) (xy 110.353109 87.35251) (xy 110.407478 87.528074) (xy 110.508606 87.681541) + (xy 110.648484 87.800758) (xy 110.816038 87.876286) (xy 110.917608 87.89072) (xy 110.870954 87.92125) (xy 110.673112 88.114992) + (xy 110.516668 88.343472) (xy 110.407583 88.597988) (xy 110.35001 88.868844) (xy 110.346144 89.145725) (xy 110.396131 89.418083) + (xy 110.498068 89.675545) (xy 110.648071 89.908304) (xy 110.840427 90.107495) (xy 111.067809 90.26553) (xy 111.321557 90.376389) + (xy 111.592005 90.435851) (xy 111.868851 90.44165) (xy 112.141552 90.393566) (xy 112.399719 90.293429) (xy 112.63352 90.145055) + (xy 112.834049 89.954094) (xy 112.993667 89.727821) (xy 113.028124 89.65043) (xy 113.038068 89.675545) (xy 113.188071 89.908304) + (xy 113.380427 90.107495) (xy 113.607809 90.26553) (xy 113.861557 90.376389) (xy 114.132005 90.435851) (xy 114.408851 90.44165) + (xy 114.681552 90.393566) (xy 114.939719 90.293429) (xy 115.17352 90.145055) (xy 115.374049 89.954094) (xy 115.533667 89.727821) + (xy 115.646296 89.474853) (xy 115.707644 89.204827) (xy 115.71206 88.888546) (xy 115.658276 88.616912) (xy 115.552754 88.360899) + (xy 115.399516 88.130257) (xy 115.204398 87.933771) (xy 114.974831 87.778926) (xy 114.926434 87.758582) (xy 114.939719 87.753429) + (xy 115.17352 87.605055) (xy 115.374049 87.414094) (xy 115.533667 87.187821) (xy 115.646296 86.934853) (xy 115.707644 86.664827) + (xy 115.71206 86.348546) (xy 115.658276 86.076912) (xy 115.552754 85.820899) (xy 115.399516 85.590257) (xy 115.204398 85.393771) + (xy 114.974831 85.238926) (xy 114.71956 85.13162) (xy 114.448308 85.075941) (xy 114.171408 85.074007) (xy 113.899405 85.125895) + (xy 113.642661 85.229626) (xy 113.410954 85.38125) (xy 113.213112 85.574992) (xy 113.168391 85.640305) (xy 113.166891 85.62149) + (xy 113.112522 85.445926) (xy 113.011394 85.292459) (xy 112.871516 85.173242) (xy 112.703962 85.097714) (xy 112.522 85.071855) + (xy 110.998 85.071855) (xy 110.89449 85.080109) (xy 110.718926 85.134478) (xy 110.565459 85.235606) (xy 110.446242 85.375484) + (xy 110.370714 85.543038) (xy 110.344855 85.725) (xy 103.555126 85.725) (xy 103.677412 85.677569) (xy 103.879669 85.549212) + (xy 104.053143 85.384015) (xy 104.191227 85.188269) (xy 104.28866 84.969431) (xy 104.341732 84.735835) (xy 104.345552 84.462226) + (xy 104.299024 84.227239) (xy 104.207739 84.005766) (xy 104.075175 83.806241) (xy 103.906381 83.636264) (xy 103.707786 83.502311) + (xy 103.486955 83.409482) (xy 103.252299 83.361314) (xy 103.012757 83.359642) (xy 102.777451 83.404528) (xy 102.555346 83.494265) + (xy 102.3549 83.625433) (xy 102.183749 83.793036) (xy 102.048412 83.990691) (xy 101.954044 84.210868) (xy 101.904239 84.445182) + (xy 101.900895 84.684707) (xy 71.9605 84.684707) (xy 71.9605 83.603652) (xy 87.993426 83.603652) (xy 88.072482 83.865917) + (xy 88.345105 84.002072) (xy 88.639053 84.082426) (xy 88.943028 84.103889) (xy 89.24535 84.065637) (xy 89.534401 83.969141) + (xy 89.727518 83.865917) (xy 89.806574 83.603652) (xy 88.9 82.697078) (xy 87.993426 83.603652) (xy 71.9605 83.603652) + (xy 71.9605 82.593028) (xy 87.346111 82.593028) (xy 87.384363 82.89535) (xy 87.480859 83.184401) (xy 87.584083 83.377518) + (xy 87.846348 83.456574) (xy 88.752922 82.55) (xy 89.047078 82.55) (xy 89.953652 83.456574) (xy 90.215917 83.377518) + (xy 90.26077 83.287707) (xy 106.599895 83.287707) (xy 106.643138 83.52332) (xy 106.731321 83.746047) (xy 106.861087 83.947403) + (xy 107.027491 84.11972) (xy 107.224196 84.256433) (xy 107.443709 84.352336) (xy 107.67767 84.403776) (xy 107.917166 84.408793) + (xy 108.153075 84.367195) (xy 108.376412 84.280569) (xy 108.578669 84.152212) (xy 108.752143 83.987015) (xy 108.890227 83.791269) + (xy 108.98766 83.572431) (xy 109.040732 83.338835) (xy 109.044552 83.065226) (xy 108.998024 82.830239) (xy 108.92045 82.642029) + (xy 133.270061 82.642029) (xy 133.308808 82.853145) (xy 133.387823 83.052714) (xy 133.504097 83.233136) (xy 133.6532 83.387537) + (xy 133.829454 83.510036) (xy 134.026144 83.595968) (xy 134.23578 83.642059) (xy 134.450375 83.646555) (xy 134.661757 83.609282) + (xy 134.861873 83.531662) (xy 135.043102 83.416651) (xy 135.060329 83.400246) (xy 135.070809 83.40753) (xy 135.324557 83.518389) + (xy 135.595005 83.577851) (xy 135.871851 83.58365) (xy 136.144552 83.535566) (xy 136.402719 83.435429) (xy 136.63652 83.287055) + (xy 136.837049 83.096094) (xy 136.996667 82.869821) (xy 137.031124 82.79243) (xy 137.041068 82.817545) (xy 137.191071 83.050304) + (xy 137.383427 83.249495) (xy 137.610809 83.40753) (xy 137.864557 83.518389) (xy 138.135005 83.577851) (xy 138.411851 83.58365) + (xy 138.684552 83.535566) (xy 138.942719 83.435429) (xy 139.17652 83.287055) (xy 139.377049 83.096094) (xy 139.463431 82.973639) + (xy 139.4952 83.006537) (xy 139.671454 83.129036) (xy 139.868144 83.214968) (xy 140.07778 83.261059) (xy 140.292375 83.265555) + (xy 140.503757 83.228282) (xy 140.703873 83.150662) (xy 140.885102 83.035651) (xy 141.04054 82.887629) (xy 141.164267 82.712235) + (xy 141.25157 82.51615) (xy 141.299124 82.306841) (xy 141.302547 82.061679) (xy 141.260856 81.851124) (xy 141.179062 81.652677) + (xy 141.060281 81.473897) (xy 140.909036 81.321593) (xy 140.73109 81.201566) (xy 140.533219 81.118389) (xy 140.32296 81.075229) + (xy 140.108323 81.07373) (xy 139.897482 81.11395) (xy 139.698469 81.194357) (xy 139.518864 81.311887) (xy 139.464328 81.365292) + (xy 139.402516 81.272257) (xy 139.207398 81.075771) (xy 138.977831 80.920926) (xy 138.929434 80.900582) (xy 138.942719 80.895429) + (xy 139.17652 80.747055) (xy 139.377049 80.556094) (xy 139.536667 80.329821) (xy 139.649296 80.076853) (xy 139.710644 79.806827) + (xy 139.71506 79.490546) (xy 139.661276 79.218912) (xy 139.555754 78.962899) (xy 139.402516 78.732257) (xy 139.207398 78.535771) + (xy 138.977831 78.380926) (xy 138.929434 78.360582) (xy 138.942719 78.355429) (xy 139.17652 78.207055) (xy 139.377049 78.016094) + (xy 139.536667 77.789821) (xy 139.649296 77.536853) (xy 139.710644 77.266827) (xy 139.71506 76.950546) (xy 139.661276 76.678912) + (xy 139.555754 76.422899) (xy 139.402516 76.192257) (xy 139.207398 75.995771) (xy 138.977831 75.840926) (xy 138.929434 75.820582) + (xy 138.942719 75.815429) (xy 139.17652 75.667055) (xy 139.377049 75.476094) (xy 139.536667 75.249821) (xy 139.649296 74.996853) + (xy 139.698857 74.778707) (xy 144.826895 74.778707) (xy 144.870138 75.01432) (xy 144.958321 75.237047) (xy 145.088087 75.438403) + (xy 145.254491 75.61072) (xy 145.451196 75.747433) (xy 145.670709 75.843336) (xy 145.90467 75.894776) (xy 146.144166 75.899793) + (xy 146.380075 75.858195) (xy 146.603412 75.771569) (xy 146.805669 75.643212) (xy 146.979143 75.478015) (xy 147.117227 75.282269) + (xy 147.21466 75.063431) (xy 147.267732 74.829835) (xy 147.268744 74.75735) (xy 157.273229 74.75735) (xy 157.30748 74.943969) + (xy 157.377326 75.120382) (xy 157.480108 75.279868) (xy 157.61191 75.416353) (xy 157.767712 75.524638) (xy 157.94158 75.600599) + (xy 158.12689 75.641342) (xy 158.316585 75.645316) (xy 158.503439 75.612368) (xy 158.680335 75.543755) (xy 158.840534 75.442089) + (xy 158.977936 75.311243) (xy 159.087306 75.156201) (xy 159.164479 74.982868) (xy 159.206515 74.797847) (xy 159.209541 74.581132) + (xy 159.172688 74.395009) (xy 159.100385 74.219589) (xy 158.995386 74.061553) (xy 158.861691 73.926922) (xy 158.704393 73.820822) + (xy 158.529482 73.747297) (xy 158.343621 73.709145) (xy 158.153889 73.70782) (xy 157.967513 73.743373) (xy 157.791592 73.81445) + (xy 157.632828 73.918342) (xy 157.497266 74.051094) (xy 157.390071 74.207648) (xy 157.315326 74.382042) (xy 157.275878 74.567632) + (xy 157.273229 74.75735) (xy 147.268744 74.75735) (xy 147.271552 74.556226) (xy 147.225024 74.321239) (xy 147.133739 74.099766) + (xy 147.001175 73.900241) (xy 146.832381 73.730264) (xy 146.633786 73.596311) (xy 146.412955 73.503482) (xy 146.178299 73.455314) + (xy 145.938757 73.453642) (xy 145.703451 73.498528) (xy 145.481346 73.588265) (xy 145.2809 73.719433) (xy 145.109749 73.887036) + (xy 144.974412 74.084691) (xy 144.880044 74.304868) (xy 144.830239 74.539182) (xy 144.826895 74.778707) (xy 139.698857 74.778707) + (xy 139.710644 74.726827) (xy 139.71506 74.410546) (xy 139.661276 74.138912) (xy 139.555754 73.882899) (xy 139.402516 73.652257) + (xy 139.207398 73.455771) (xy 138.977831 73.300926) (xy 138.72256 73.19362) (xy 138.451308 73.137941) (xy 138.174408 73.136007) + (xy 137.902405 73.187895) (xy 137.645661 73.291626) (xy 137.413954 73.44325) (xy 137.216112 73.636992) (xy 137.171391 73.702305) + (xy 137.169891 73.68349) (xy 137.115522 73.507926) (xy 137.014394 73.354459) (xy 136.874516 73.235242) (xy 136.706962 73.159714) + (xy 136.525 73.133855) (xy 135.001 73.133855) (xy 134.89749 73.142109) (xy 134.721926 73.196478) (xy 134.568459 73.297606) + (xy 134.449242 73.437484) (xy 134.373714 73.605038) (xy 134.347855 73.787) (xy 134.347855 75.311) (xy 134.356109 75.41451) + (xy 134.410478 75.590074) (xy 134.511606 75.743541) (xy 134.651484 75.862758) (xy 134.819038 75.938286) (xy 134.920608 75.95272) + (xy 134.873954 75.98325) (xy 134.676112 76.176992) (xy 134.519668 76.405472) (xy 134.410583 76.659988) (xy 134.35301 76.930844) + (xy 134.349144 77.207725) (xy 134.399131 77.480083) (xy 134.501068 77.737545) (xy 134.651071 77.970304) (xy 134.843427 78.169495) + (xy 135.070809 78.32753) (xy 135.139992 78.357755) (xy 135.105661 78.371626) (xy 134.873954 78.52325) (xy 134.676112 78.716992) + (xy 134.519668 78.945472) (xy 134.410583 79.199988) (xy 134.35301 79.470844) (xy 134.349144 79.747725) (xy 134.399131 80.020083) + (xy 134.501068 80.277545) (xy 134.651071 80.510304) (xy 134.843427 80.709495) (xy 135.070809 80.86753) (xy 135.139992 80.897755) + (xy 135.105661 80.911626) (xy 134.873954 81.06325) (xy 134.676112 81.256992) (xy 134.532454 81.466799) (xy 134.48096 81.456229) + (xy 134.266323 81.45473) (xy 134.055482 81.49495) (xy 133.856469 81.575357) (xy 133.676864 81.692887) (xy 133.523507 81.843065) + (xy 133.402241 82.020169) (xy 133.317685 82.217455) (xy 133.273058 82.427407) (xy 133.270061 82.642029) (xy 108.92045 82.642029) + (xy 108.906739 82.608766) (xy 108.774175 82.409241) (xy 108.605381 82.239264) (xy 108.406786 82.105311) (xy 108.185955 82.012482) + (xy 107.951299 81.964314) (xy 107.711757 81.962642) (xy 107.476451 82.007528) (xy 107.254346 82.097265) (xy 107.0539 82.228433) + (xy 106.882749 82.396036) (xy 106.747412 82.593691) (xy 106.653044 82.813868) (xy 106.603239 83.048182) (xy 106.599895 83.287707) + (xy 90.26077 83.287707) (xy 90.352072 83.104895) (xy 90.432426 82.810947) (xy 90.453889 82.506972) (xy 90.415637 82.20465) + (xy 90.319141 81.915599) (xy 90.215917 81.722482) (xy 89.953652 81.643426) (xy 89.047078 82.55) (xy 88.752922 82.55) + (xy 87.846348 81.643426) (xy 87.584083 81.722482) (xy 87.447928 81.995105) (xy 87.367574 82.289053) (xy 87.346111 82.593028) + (xy 71.9605 82.593028) (xy 71.9605 81.496348) (xy 87.993426 81.496348) (xy 88.9 82.402922) (xy 89.806574 81.496348) + (xy 89.727518 81.234083) (xy 89.454895 81.097928) (xy 89.160947 81.017574) (xy 88.856972 80.996111) (xy 88.55465 81.034363) + (xy 88.265599 81.130859) (xy 88.072482 81.234083) (xy 87.993426 81.496348) (xy 71.9605 81.496348) (xy 71.9605 78.142652) + (xy 79.865426 78.142652) (xy 79.944482 78.404917) (xy 80.217105 78.541072) (xy 80.511053 78.621426) (xy 80.815028 78.642889) + (xy 81.11735 78.604637) (xy 81.406401 78.508141) (xy 81.599518 78.404917) (xy 81.678574 78.142652) (xy 80.772 77.236078) + (xy 79.865426 78.142652) (xy 71.9605 78.142652) (xy 71.9605 77.132028) (xy 79.218111 77.132028) (xy 79.256363 77.43435) + (xy 79.352859 77.723401) (xy 79.456083 77.916518) (xy 79.718348 77.995574) (xy 80.624922 77.089) (xy 80.919078 77.089) + (xy 81.825652 77.995574) (xy 82.087917 77.916518) (xy 82.224072 77.643895) (xy 82.304426 77.349947) (xy 82.325889 77.045972) + (xy 82.287637 76.74365) (xy 82.191141 76.454599) (xy 82.087917 76.261482) (xy 81.883954 76.2) (xy 91.929855 76.2) + (xy 91.929855 77.978) (xy 91.938109 78.08151) (xy 91.992478 78.257074) (xy 92.093606 78.410541) (xy 92.233484 78.529758) + (xy 92.401038 78.605286) (xy 92.583 78.631145) (xy 94.361 78.631145) (xy 94.46451 78.622891) (xy 94.640074 78.568522) + (xy 94.793541 78.467394) (xy 94.912758 78.327516) (xy 94.988286 78.159962) (xy 95.014145 77.978) (xy 95.014145 77.851) + (xy 106.788855 77.851) (xy 106.788855 79.375) (xy 106.797109 79.47851) (xy 106.851478 79.654074) (xy 106.952606 79.807541) + (xy 107.092484 79.926758) (xy 107.260038 80.002286) (xy 107.442 80.028145) (xy 108.966 80.028145) (xy 109.06951 80.019891) + (xy 109.245074 79.965522) (xy 109.398541 79.864394) (xy 109.465297 79.786068) (xy 109.470898 79.79445) (xy 109.562549 79.886102) + (xy 109.67032 79.958112) (xy 109.790068 80.007713) (xy 109.917192 80.033) (xy 110.4755 80.033) (xy 110.64 79.8685) + (xy 110.64 78.717) (xy 110.62 78.717) (xy 110.62 78.509) (xy 110.64 78.509) (xy 110.64 78.489) + (xy 110.848 78.489) (xy 110.848 78.509) (xy 110.868 78.509) (xy 110.868 78.717) (xy 110.848 78.717) + (xy 110.848 79.8685) (xy 111.0125 80.033) (xy 111.570808 80.033) (xy 111.697932 80.007713) (xy 111.81768 79.958112) + (xy 111.925451 79.886102) (xy 112.017102 79.79445) (xy 112.020565 79.789268) (xy 112.032606 79.807541) (xy 112.172484 79.926758) + (xy 112.340038 80.002286) (xy 112.522 80.028145) (xy 114.046 80.028145) (xy 114.14951 80.019891) (xy 114.325074 79.965522) + (xy 114.478541 79.864394) (xy 114.597758 79.724516) (xy 114.673286 79.556962) (xy 114.699145 79.375) (xy 114.699145 77.851) + (xy 114.690891 77.74749) (xy 114.636522 77.571926) (xy 114.535394 77.418459) (xy 114.395516 77.299242) (xy 114.227962 77.223714) + (xy 114.128361 77.20956) (xy 114.15752 77.191055) (xy 114.358049 77.000094) (xy 114.517667 76.773821) (xy 114.630296 76.520853) + (xy 114.691644 76.250827) (xy 114.69606 75.934546) (xy 114.642276 75.662912) (xy 114.536754 75.406899) (xy 114.383516 75.176257) + (xy 114.188398 74.979771) (xy 113.958831 74.824926) (xy 113.910434 74.804582) (xy 113.923719 74.799429) (xy 114.15752 74.651055) + (xy 114.358049 74.460094) (xy 114.517667 74.233821) (xy 114.630296 73.980853) (xy 114.691644 73.710827) (xy 114.69606 73.394546) + (xy 114.642276 73.122912) (xy 114.536754 72.866899) (xy 114.383516 72.636257) (xy 114.188398 72.439771) (xy 113.958831 72.284926) + (xy 113.70356 72.17762) (xy 113.432308 72.121941) (xy 113.155408 72.120007) (xy 112.978008 72.153848) (xy 113.05757 71.97515) + (xy 113.105124 71.765841) (xy 113.108547 71.520679) (xy 113.070465 71.32835) (xy 124.253229 71.32835) (xy 124.28748 71.514969) + (xy 124.357326 71.691382) (xy 124.3815 71.728893) (xy 124.3815 74.190956) (xy 124.370071 74.207648) (xy 124.295326 74.382042) + (xy 124.255878 74.567632) (xy 124.253229 74.75735) (xy 124.28748 74.943969) (xy 124.357326 75.120382) (xy 124.460108 75.279868) + (xy 124.59191 75.416353) (xy 124.747712 75.524638) (xy 124.92158 75.600599) (xy 125.10689 75.641342) (xy 125.296585 75.645316) + (xy 125.483439 75.612368) (xy 125.660335 75.543755) (xy 125.820534 75.442089) (xy 125.957936 75.311243) (xy 126.067306 75.156201) + (xy 126.144479 74.982868) (xy 126.186515 74.797847) (xy 126.189541 74.581132) (xy 126.152688 74.395009) (xy 126.080385 74.219589) + (xy 126.0625 74.19267) (xy 126.0625 71.734014) (xy 126.067306 71.727201) (xy 126.144479 71.553868) (xy 126.186515 71.368847) + (xy 126.186782 71.349707) (xy 130.348895 71.349707) (xy 130.392138 71.58532) (xy 130.480321 71.808047) (xy 130.610087 72.009403) + (xy 130.776491 72.18172) (xy 130.973196 72.318433) (xy 131.192709 72.414336) (xy 131.42667 72.465776) (xy 131.666166 72.470793) + (xy 131.902075 72.429195) (xy 132.125412 72.342569) (xy 132.327669 72.214212) (xy 132.501143 72.049015) (xy 132.639227 71.853269) + (xy 132.73666 71.634431) (xy 132.789732 71.400835) (xy 132.790744 71.32835) (xy 157.273229 71.32835) (xy 157.30748 71.514969) + (xy 157.377326 71.691382) (xy 157.480108 71.850868) (xy 157.61191 71.987353) (xy 157.767712 72.095638) (xy 157.94158 72.171599) + (xy 158.12689 72.212342) (xy 158.316585 72.216316) (xy 158.503439 72.183368) (xy 158.680335 72.114755) (xy 158.840534 72.013089) + (xy 158.977936 71.882243) (xy 159.087306 71.727201) (xy 159.164479 71.553868) (xy 159.206515 71.368847) (xy 159.206782 71.349707) + (xy 163.368895 71.349707) (xy 163.412138 71.58532) (xy 163.500321 71.808047) (xy 163.630087 72.009403) (xy 163.796491 72.18172) + (xy 163.993196 72.318433) (xy 164.212709 72.414336) (xy 164.44667 72.465776) (xy 164.686166 72.470793) (xy 164.922075 72.429195) + (xy 165.145412 72.342569) (xy 165.347669 72.214212) (xy 165.521143 72.049015) (xy 165.659227 71.853269) (xy 165.75666 71.634431) + (xy 165.809732 71.400835) (xy 165.812368 71.212029) (xy 185.086061 71.212029) (xy 185.124808 71.423145) (xy 185.203823 71.622714) + (xy 185.320097 71.803136) (xy 185.3415 71.8253) (xy 185.3415 74.190956) (xy 185.330071 74.207648) (xy 185.255326 74.382042) + (xy 185.215878 74.567632) (xy 185.213229 74.75735) (xy 185.24748 74.943969) (xy 185.317326 75.120382) (xy 185.420108 75.279868) + (xy 185.55191 75.416353) (xy 185.707712 75.524638) (xy 185.88158 75.600599) (xy 186.06689 75.641342) (xy 186.256585 75.645316) + (xy 186.443439 75.612368) (xy 186.620335 75.543755) (xy 186.780534 75.442089) (xy 186.917936 75.311243) (xy 187.027306 75.156201) + (xy 187.104479 74.982868) (xy 187.146515 74.797847) (xy 187.149541 74.581132) (xy 187.112688 74.395009) (xy 187.040385 74.219589) + (xy 187.0225 74.19267) (xy 187.0225 73.127707) (xy 189.784895 73.127707) (xy 189.828138 73.36332) (xy 189.916321 73.586047) + (xy 190.046087 73.787403) (xy 190.212491 73.95972) (xy 190.409196 74.096433) (xy 190.628709 74.192336) (xy 190.86267 74.243776) + (xy 191.102166 74.248793) (xy 191.338075 74.207195) (xy 191.561412 74.120569) (xy 191.763669 73.992212) (xy 191.937143 73.827015) + (xy 191.96537 73.787) (xy 196.069855 73.787) (xy 196.069855 75.311) (xy 196.078109 75.41451) (xy 196.132478 75.590074) + (xy 196.233606 75.743541) (xy 196.373484 75.862758) (xy 196.541038 75.938286) (xy 196.642608 75.95272) (xy 196.595954 75.98325) + (xy 196.398112 76.176992) (xy 196.241668 76.405472) (xy 196.132583 76.659988) (xy 196.07501 76.930844) (xy 196.071144 77.207725) + (xy 196.121131 77.480083) (xy 196.223068 77.737545) (xy 196.373071 77.970304) (xy 196.565427 78.169495) (xy 196.792809 78.32753) + (xy 196.861992 78.357755) (xy 196.827661 78.371626) (xy 196.595954 78.52325) (xy 196.398112 78.716992) (xy 196.241668 78.945472) + (xy 196.132583 79.199988) (xy 196.07501 79.470844) (xy 196.071144 79.747725) (xy 196.121131 80.020083) (xy 196.223068 80.277545) + (xy 196.373071 80.510304) (xy 196.565427 80.709495) (xy 196.792809 80.86753) (xy 196.861992 80.897755) (xy 196.827661 80.911626) + (xy 196.595954 81.06325) (xy 196.398112 81.256992) (xy 196.241668 81.485472) (xy 196.132583 81.739988) (xy 196.07501 82.010844) + (xy 196.071144 82.287725) (xy 196.121131 82.560083) (xy 196.223068 82.817545) (xy 196.373071 83.050304) (xy 196.565427 83.249495) + (xy 196.792809 83.40753) (xy 197.046557 83.518389) (xy 197.317005 83.577851) (xy 197.593851 83.58365) (xy 197.866552 83.535566) + (xy 198.124719 83.435429) (xy 198.35852 83.287055) (xy 198.559049 83.096094) (xy 198.718667 82.869821) (xy 198.753124 82.79243) + (xy 198.763068 82.817545) (xy 198.913071 83.050304) (xy 199.105427 83.249495) (xy 199.332809 83.40753) (xy 199.586557 83.518389) + (xy 199.857005 83.577851) (xy 200.133851 83.58365) (xy 200.406552 83.535566) (xy 200.664719 83.435429) (xy 200.89852 83.287055) + (xy 201.099049 83.096094) (xy 201.258667 82.869821) (xy 201.371296 82.616853) (xy 201.432644 82.346827) (xy 201.43706 82.030546) + (xy 201.383276 81.758912) (xy 201.277754 81.502899) (xy 201.124516 81.272257) (xy 200.929398 81.075771) (xy 200.699831 80.920926) + (xy 200.651434 80.900582) (xy 200.664719 80.895429) (xy 200.89852 80.747055) (xy 201.099049 80.556094) (xy 201.258667 80.329821) + (xy 201.371296 80.076853) (xy 201.432644 79.806827) (xy 201.43706 79.490546) (xy 201.383276 79.218912) (xy 201.277754 78.962899) + (xy 201.190805 78.832029) (xy 204.565321 78.832029) (xy 204.604068 79.043145) (xy 204.683083 79.242714) (xy 204.799357 79.423136) + (xy 204.94846 79.577537) (xy 205.124714 79.700036) (xy 205.321404 79.785968) (xy 205.53104 79.832059) (xy 205.745635 79.836555) + (xy 205.957017 79.799282) (xy 206.157133 79.721662) (xy 206.338362 79.606651) (xy 206.4938 79.458629) (xy 206.617527 79.283235) + (xy 206.70483 79.08715) (xy 206.752384 78.877841) (xy 206.755807 78.632679) (xy 206.714116 78.422124) (xy 206.632322 78.223677) + (xy 206.513541 78.044897) (xy 206.362296 77.892593) (xy 206.18435 77.772566) (xy 205.986479 77.689389) (xy 205.77622 77.646229) + (xy 205.561583 77.64473) (xy 205.350742 77.68495) (xy 205.151729 77.765357) (xy 204.972124 77.882887) (xy 204.818767 78.033065) + (xy 204.697501 78.210169) (xy 204.612945 78.407455) (xy 204.568318 78.617407) (xy 204.565321 78.832029) (xy 201.190805 78.832029) + (xy 201.124516 78.732257) (xy 200.929398 78.535771) (xy 200.699831 78.380926) (xy 200.651434 78.360582) (xy 200.664719 78.355429) + (xy 200.89852 78.207055) (xy 201.099049 78.016094) (xy 201.258667 77.789821) (xy 201.371296 77.536853) (xy 201.432644 77.266827) + (xy 201.43706 76.950546) (xy 201.383276 76.678912) (xy 201.277754 76.422899) (xy 201.124516 76.192257) (xy 200.929398 75.995771) + (xy 200.699831 75.840926) (xy 200.651434 75.820582) (xy 200.664719 75.815429) (xy 200.89852 75.667055) (xy 201.099049 75.476094) + (xy 201.258667 75.249821) (xy 201.371296 74.996853) (xy 201.432644 74.726827) (xy 201.43706 74.410546) (xy 201.383276 74.138912) + (xy 201.277754 73.882899) (xy 201.124516 73.652257) (xy 200.929398 73.455771) (xy 200.699831 73.300926) (xy 200.44456 73.19362) + (xy 200.173308 73.137941) (xy 199.896408 73.136007) (xy 199.624405 73.187895) (xy 199.367661 73.291626) (xy 199.135954 73.44325) + (xy 198.938112 73.636992) (xy 198.893391 73.702305) (xy 198.891891 73.68349) (xy 198.837522 73.507926) (xy 198.736394 73.354459) + (xy 198.596516 73.235242) (xy 198.428962 73.159714) (xy 198.247 73.133855) (xy 196.723 73.133855) (xy 196.61949 73.142109) + (xy 196.443926 73.196478) (xy 196.290459 73.297606) (xy 196.171242 73.437484) (xy 196.095714 73.605038) (xy 196.069855 73.787) + (xy 191.96537 73.787) (xy 192.075227 73.631269) (xy 192.17266 73.412431) (xy 192.225732 73.178835) (xy 192.229552 72.905226) + (xy 192.183024 72.670239) (xy 192.091739 72.448766) (xy 191.959175 72.249241) (xy 191.790381 72.079264) (xy 191.591786 71.945311) + (xy 191.370955 71.852482) (xy 191.136299 71.804314) (xy 190.896757 71.802642) (xy 190.661451 71.847528) (xy 190.439346 71.937265) + (xy 190.2389 72.068433) (xy 190.067749 72.236036) (xy 189.932412 72.433691) (xy 189.838044 72.653868) (xy 189.788239 72.888182) + (xy 189.784895 73.127707) (xy 187.0225 73.127707) (xy 187.0225 71.827345) (xy 187.138267 71.663235) (xy 187.22557 71.46715) + (xy 187.273124 71.257841) (xy 187.276547 71.012679) (xy 187.234856 70.802124) (xy 187.153062 70.603677) (xy 187.034281 70.424897) + (xy 186.883036 70.272593) (xy 186.70509 70.152566) (xy 186.507219 70.069389) (xy 186.29696 70.026229) (xy 186.082323 70.02473) + (xy 185.871482 70.06495) (xy 185.672469 70.145357) (xy 185.492864 70.262887) (xy 185.339507 70.413065) (xy 185.218241 70.590169) + (xy 185.133685 70.787455) (xy 185.089058 70.997407) (xy 185.086061 71.212029) (xy 165.812368 71.212029) (xy 165.813552 71.127226) + (xy 165.767024 70.892239) (xy 165.675739 70.670766) (xy 165.543175 70.471241) (xy 165.374381 70.301264) (xy 165.175786 70.167311) + (xy 164.954955 70.074482) (xy 164.720299 70.026314) (xy 164.480757 70.024642) (xy 164.245451 70.069528) (xy 164.023346 70.159265) + (xy 163.8229 70.290433) (xy 163.651749 70.458036) (xy 163.516412 70.655691) (xy 163.422044 70.875868) (xy 163.372239 71.110182) + (xy 163.368895 71.349707) (xy 159.206782 71.349707) (xy 159.209541 71.152132) (xy 159.172688 70.966009) (xy 159.100385 70.790589) + (xy 158.995386 70.632553) (xy 158.861691 70.497922) (xy 158.704393 70.391822) (xy 158.529482 70.318297) (xy 158.343621 70.280145) + (xy 158.153889 70.27882) (xy 157.967513 70.314373) (xy 157.791592 70.38545) (xy 157.632828 70.489342) (xy 157.497266 70.622094) + (xy 157.390071 70.778648) (xy 157.315326 70.953042) (xy 157.275878 71.138632) (xy 157.273229 71.32835) (xy 132.790744 71.32835) + (xy 132.793552 71.127226) (xy 132.747024 70.892239) (xy 132.655739 70.670766) (xy 132.523175 70.471241) (xy 132.354381 70.301264) + (xy 132.155786 70.167311) (xy 131.934955 70.074482) (xy 131.700299 70.026314) (xy 131.460757 70.024642) (xy 131.225451 70.069528) + (xy 131.003346 70.159265) (xy 130.8029 70.290433) (xy 130.631749 70.458036) (xy 130.496412 70.655691) (xy 130.402044 70.875868) + (xy 130.352239 71.110182) (xy 130.348895 71.349707) (xy 126.186782 71.349707) (xy 126.189541 71.152132) (xy 126.152688 70.966009) + (xy 126.080385 70.790589) (xy 125.975386 70.632553) (xy 125.841691 70.497922) (xy 125.684393 70.391822) (xy 125.509482 70.318297) + (xy 125.323621 70.280145) (xy 125.133889 70.27882) (xy 124.947513 70.314373) (xy 124.771592 70.38545) (xy 124.612828 70.489342) + (xy 124.477266 70.622094) (xy 124.370071 70.778648) (xy 124.295326 70.953042) (xy 124.255878 71.138632) (xy 124.253229 71.32835) + (xy 113.070465 71.32835) (xy 113.066856 71.310124) (xy 112.985062 71.111677) (xy 112.866281 70.932897) (xy 112.715036 70.780593) + (xy 112.53709 70.660566) (xy 112.339219 70.577389) (xy 112.12896 70.534229) (xy 111.914323 70.53273) (xy 111.703482 70.57295) + (xy 111.504469 70.653357) (xy 111.324864 70.770887) (xy 111.171507 70.921065) (xy 111.050241 71.098169) (xy 110.965685 71.295455) + (xy 110.921058 71.505407) (xy 110.918061 71.720029) (xy 110.956808 71.931145) (xy 111.035823 72.130714) (xy 111.051186 72.154553) + (xy 110.892308 72.121941) (xy 110.615408 72.120007) (xy 110.343405 72.171895) (xy 110.3145 72.183573) (xy 110.3145 72.081345) + (xy 110.430267 71.917235) (xy 110.51757 71.72115) (xy 110.565124 71.511841) (xy 110.568547 71.266679) (xy 110.526856 71.056124) + (xy 110.445062 70.857677) (xy 110.326281 70.678897) (xy 110.175036 70.526593) (xy 109.99709 70.406566) (xy 109.799219 70.323389) + (xy 109.58896 70.280229) (xy 109.374323 70.27873) (xy 109.163482 70.31895) (xy 108.964469 70.399357) (xy 108.784864 70.516887) + (xy 108.631507 70.667065) (xy 108.510241 70.844169) (xy 108.425685 71.041455) (xy 108.381058 71.251407) (xy 108.378061 71.466029) + (xy 108.416808 71.677145) (xy 108.495823 71.876714) (xy 108.612097 72.057136) (xy 108.6335 72.0793) (xy 108.6335 72.181798) + (xy 108.62356 72.17762) (xy 108.352308 72.121941) (xy 108.075408 72.120007) (xy 107.803405 72.171895) (xy 107.546661 72.275626) + (xy 107.314954 72.42725) (xy 107.117112 72.620992) (xy 106.960668 72.849472) (xy 106.851583 73.103988) (xy 106.79401 73.374844) + (xy 106.790144 73.651725) (xy 106.840131 73.924083) (xy 106.942068 74.181545) (xy 107.092071 74.414304) (xy 107.284427 74.613495) + (xy 107.511809 74.77153) (xy 107.580992 74.801755) (xy 107.546661 74.815626) (xy 107.314954 74.96725) (xy 107.117112 75.160992) + (xy 106.960668 75.389472) (xy 106.851583 75.643988) (xy 106.79401 75.914844) (xy 106.790144 76.191725) (xy 106.840131 76.464083) + (xy 106.942068 76.721545) (xy 107.092071 76.954304) (xy 107.284427 77.153495) (xy 107.357901 77.204561) (xy 107.33849 77.206109) + (xy 107.162926 77.260478) (xy 107.009459 77.361606) (xy 106.890242 77.501484) (xy 106.814714 77.669038) (xy 106.788855 77.851) + (xy 95.014145 77.851) (xy 95.014145 76.2) (xy 95.005891 76.09649) (xy 94.951522 75.920926) (xy 94.850394 75.767459) + (xy 94.710516 75.648242) (xy 94.542962 75.572714) (xy 94.361 75.546855) (xy 92.583 75.546855) (xy 92.47949 75.555109) + (xy 92.303926 75.609478) (xy 92.150459 75.710606) (xy 92.031242 75.850484) (xy 91.955714 76.018038) (xy 91.929855 76.2) + (xy 81.883954 76.2) (xy 81.825652 76.182426) (xy 80.919078 77.089) (xy 80.624922 77.089) (xy 79.718348 76.182426) + (xy 79.456083 76.261482) (xy 79.319928 76.534105) (xy 79.239574 76.828053) (xy 79.218111 77.132028) (xy 71.9605 77.132028) + (xy 71.9605 76.035348) (xy 79.865426 76.035348) (xy 80.772 76.941922) (xy 81.678574 76.035348) (xy 81.599518 75.773083) + (xy 81.326895 75.636928) (xy 81.032947 75.556574) (xy 80.728972 75.535111) (xy 80.42665 75.573363) (xy 80.137599 75.669859) + (xy 79.944482 75.773083) (xy 79.865426 76.035348) (xy 71.9605 76.035348) (xy 71.9605 74.34996) (xy 74.260118 74.34996) + (xy 74.385047 74.651202) (xy 74.722535 74.825376) (xy 75.087519 74.930362) (xy 75.465971 74.962127) (xy 75.843348 74.919449) + (xy 76.205148 74.803968) (xy 76.490953 74.651202) (xy 76.615882 74.34996) (xy 75.438 73.172078) (xy 74.260118 74.34996) + (xy 71.9605 74.34996) (xy 71.9605 73.052971) (xy 73.500873 73.052971) (xy 73.543551 73.430348) (xy 73.659032 73.792148) + (xy 73.811798 74.077953) (xy 74.11304 74.202882) (xy 75.290922 73.025) (xy 75.585078 73.025) (xy 76.76296 74.202882) + (xy 77.064202 74.077953) (xy 77.238376 73.740465) (xy 77.343362 73.375481) (xy 77.375127 72.997029) (xy 77.332449 72.619652) + (xy 77.216968 72.257852) (xy 77.064202 71.972047) (xy 76.76296 71.847118) (xy 75.585078 73.025) (xy 75.290922 73.025) + (xy 74.11304 71.847118) (xy 73.811798 71.972047) (xy 73.637624 72.309535) (xy 73.532638 72.674519) (xy 73.500873 73.052971) + (xy 71.9605 73.052971) (xy 71.9605 71.27) (xy 74.626011 71.27) (xy 74.385047 71.398798) (xy 74.260118 71.70004) + (xy 75.438 72.877922) (xy 76.615882 71.70004) (xy 76.490953 71.398798) (xy 76.241388 71.27) (xy 79.225 71.27) + (xy 79.225 74.93) (xy 79.230939 74.971789) (xy 79.248284 75.010269) (xy 79.275663 75.042393) (xy 79.310908 75.065618) + (xy 79.351228 75.078104) (xy 79.375 75.08) (xy 97.155 75.08) (xy 97.196789 75.074061) (xy 97.235269 75.056716) + (xy 97.267393 75.029337) (xy 97.290618 74.994092) (xy 97.303104 74.953772) (xy 97.305 74.93) (xy 97.305 67.1975) + (xy 97.9067 67.1975) (xy 97.9067 69.394107) (xy 97.931987 69.521231) (xy 97.981588 69.64098) (xy 98.053598 69.74875) + (xy 98.145249 69.840402) (xy 98.25302 69.912412) (xy 98.372768 69.962013) (xy 98.499892 69.9873) (xy 100.6965 69.9873) + (xy 100.861 69.8228) (xy 100.861 67.033) (xy 101.069 67.033) (xy 101.069 69.8228) (xy 101.2335 69.9873) + (xy 103.430108 69.9873) (xy 103.557232 69.962013) (xy 103.67698 69.912412) (xy 103.784751 69.840402) (xy 103.876402 69.74875) + (xy 103.948412 69.64098) (xy 103.998013 69.521231) (xy 104.0233 69.394107) (xy 104.0233 67.1975) (xy 103.8588 67.033) + (xy 101.069 67.033) (xy 100.861 67.033) (xy 98.0712 67.033) (xy 97.9067 67.1975) (xy 97.305 67.1975) + (xy 97.305 65.830691) (xy 97.772039 65.534299) (xy 97.9067 65.406063) (xy 97.9067 66.6605) (xy 98.0712 66.825) + (xy 100.861 66.825) (xy 100.861 66.805) (xy 101.069 66.805) (xy 101.069 66.825) (xy 103.8588 66.825) + (xy 104.0233 66.6605) (xy 104.0233 66.254831) (xy 106.915641 66.254831) (xy 107.006092 66.747661) (xy 107.190545 67.213536) + (xy 107.461974 67.634712) (xy 107.810041 67.995145) (xy 108.221487 68.281108) (xy 108.680641 68.481707) (xy 109.170014 68.589303) + (xy 109.670966 68.599796) (xy 110.164415 68.512788) (xy 110.631566 68.331592) (xy 111.054626 68.06311) (xy 111.312016 67.818) + (xy 115.170855 67.818) (xy 115.170855 69.342) (xy 115.179109 69.44551) (xy 115.233478 69.621074) (xy 115.334606 69.774541) + (xy 115.474484 69.893758) (xy 115.642038 69.969286) (xy 115.824 69.995145) (xy 117.348 69.995145) (xy 117.45151 69.986891) + (xy 117.627074 69.932522) (xy 117.780541 69.831394) (xy 117.899758 69.691516) (xy 117.975286 69.523962) (xy 118.001145 69.342) + (xy 118.001145 68.889431) (xy 118.016131 68.971083) (xy 118.118068 69.228545) (xy 118.268071 69.461304) (xy 118.460427 69.660495) + (xy 118.687809 69.81853) (xy 118.941557 69.929389) (xy 119.212005 69.988851) (xy 119.488851 69.99465) (xy 119.761552 69.946566) + (xy 120.019719 69.846429) (xy 120.25352 69.698055) (xy 120.454049 69.507094) (xy 120.613667 69.280821) (xy 120.715346 69.052448) + (xy 120.785068 69.228545) (xy 120.935071 69.461304) (xy 121.127427 69.660495) (xy 121.354809 69.81853) (xy 121.608557 69.929389) + (xy 121.879005 69.988851) (xy 122.155851 69.99465) (xy 122.428552 69.946566) (xy 122.686719 69.846429) (xy 122.92052 69.698055) + (xy 123.121049 69.507094) (xy 123.280667 69.280821) (xy 123.393296 69.027853) (xy 123.445433 68.798372) (xy 123.477131 68.971083) + (xy 123.579068 69.228545) (xy 123.729071 69.461304) (xy 123.921427 69.660495) (xy 124.148809 69.81853) (xy 124.402557 69.929389) + (xy 124.673005 69.988851) (xy 124.949851 69.99465) (xy 125.222552 69.946566) (xy 125.480719 69.846429) (xy 125.71452 69.698055) + (xy 125.877201 69.543136) (xy 126.818942 69.543136) (xy 126.882675 69.792422) (xy 127.133663 69.915897) (xy 127.403917 69.988034) + (xy 127.683051 70.006062) (xy 127.960338 69.969287) (xy 128.225124 69.879121) (xy 128.387325 69.792422) (xy 128.451058 69.543136) + (xy 127.635 68.727078) (xy 126.818942 69.543136) (xy 125.877201 69.543136) (xy 125.915049 69.507094) (xy 126.074667 69.280821) + (xy 126.187296 69.027853) (xy 126.234441 68.820344) (xy 126.245713 68.905338) (xy 126.335879 69.170124) (xy 126.422578 69.332325) + (xy 126.671864 69.396058) (xy 127.487922 68.58) (xy 127.782078 68.58) (xy 128.598136 69.396058) (xy 128.847422 69.332325) + (xy 128.970897 69.081337) (xy 129.043034 68.811083) (xy 129.061062 68.531949) (xy 129.024287 68.254662) (xy 128.934121 67.989876) + (xy 128.847422 67.827675) (xy 128.598136 67.763942) (xy 127.782078 68.58) (xy 127.487922 68.58) (xy 126.671864 67.763942) + (xy 126.422578 67.827675) (xy 126.299103 68.078663) (xy 126.231417 68.332241) (xy 126.199276 68.169912) (xy 126.093754 67.913899) + (xy 125.940516 67.683257) (xy 125.874586 67.616864) (xy 126.818942 67.616864) (xy 127.635 68.432922) (xy 128.451058 67.616864) + (xy 128.387325 67.367578) (xy 128.136337 67.244103) (xy 127.866083 67.171966) (xy 127.586949 67.153938) (xy 127.309662 67.190713) + (xy 127.044876 67.280879) (xy 126.882675 67.367578) (xy 126.818942 67.616864) (xy 125.874586 67.616864) (xy 125.745398 67.486771) + (xy 125.515831 67.331926) (xy 125.26056 67.22462) (xy 124.989308 67.168941) (xy 124.712408 67.167007) (xy 124.440405 67.218895) + (xy 124.183661 67.322626) (xy 123.951954 67.47425) (xy 123.754112 67.667992) (xy 123.597668 67.896472) (xy 123.488583 68.150988) + (xy 123.443513 68.363025) (xy 123.405276 68.169912) (xy 123.299754 67.913899) (xy 123.146516 67.683257) (xy 122.951398 67.486771) + (xy 122.721831 67.331926) (xy 122.46656 67.22462) (xy 122.195308 67.168941) (xy 121.918408 67.167007) (xy 121.646405 67.218895) + (xy 121.389661 67.322626) (xy 121.157954 67.47425) (xy 120.960112 67.667992) (xy 120.803668 67.896472) (xy 120.71288 68.108297) + (xy 120.632754 67.913899) (xy 120.479516 67.683257) (xy 120.284398 67.486771) (xy 120.054831 67.331926) (xy 119.79956 67.22462) + (xy 119.528308 67.168941) (xy 119.251408 67.167007) (xy 118.979405 67.218895) (xy 118.722661 67.322626) (xy 118.490954 67.47425) + (xy 118.293112 67.667992) (xy 118.136668 67.896472) (xy 118.027583 68.150988) (xy 118.001145 68.275367) (xy 118.001145 67.818) + (xy 117.992891 67.71449) (xy 117.938522 67.538926) (xy 117.880065 67.450214) (xy 118.091851 67.45465) (xy 118.364552 67.406566) + (xy 118.622719 67.306429) (xy 118.85652 67.158055) (xy 119.057049 66.967094) (xy 119.216667 66.740821) (xy 119.329296 66.487853) + (xy 119.381433 66.258372) (xy 119.413131 66.431083) (xy 119.515068 66.688545) (xy 119.665071 66.921304) (xy 119.857427 67.120495) + (xy 120.084809 67.27853) (xy 120.338557 67.389389) (xy 120.609005 67.448851) (xy 120.885851 67.45465) (xy 121.158552 67.406566) + (xy 121.416719 67.306429) (xy 121.65052 67.158055) (xy 121.851049 66.967094) (xy 122.010667 66.740821) (xy 122.112346 66.512448) + (xy 122.182068 66.688545) (xy 122.332071 66.921304) (xy 122.524427 67.120495) (xy 122.751809 67.27853) (xy 123.005557 67.389389) + (xy 123.276005 67.448851) (xy 123.552851 67.45465) (xy 123.825552 67.406566) (xy 124.083719 67.306429) (xy 124.31752 67.158055) + (xy 124.518049 66.967094) (xy 124.677667 66.740821) (xy 124.790296 66.487853) (xy 124.842433 66.258372) (xy 124.874131 66.431083) + (xy 124.976068 66.688545) (xy 125.126071 66.921304) (xy 125.318427 67.120495) (xy 125.545809 67.27853) (xy 125.799557 67.389389) + (xy 126.070005 67.448851) (xy 126.346851 67.45465) (xy 126.619552 67.406566) (xy 126.877719 67.306429) (xy 127.11152 67.158055) + (xy 127.312049 66.967094) (xy 127.471667 66.740821) (xy 127.584296 66.487853) (xy 127.637236 66.254831) (xy 132.315641 66.254831) + (xy 132.406092 66.747661) (xy 132.590545 67.213536) (xy 132.861974 67.634712) (xy 133.210041 67.995145) (xy 133.621487 68.281108) + (xy 134.080641 68.481707) (xy 134.570014 68.589303) (xy 135.070966 68.599796) (xy 135.564415 68.512788) (xy 136.031566 68.331592) + (xy 136.454626 68.06311) (xy 136.817481 67.717568) (xy 137.106309 67.308128) (xy 137.310109 66.850386) (xy 137.421119 66.361776) + (xy 137.422612 66.254831) (xy 140.443641 66.254831) (xy 140.534092 66.747661) (xy 140.718545 67.213536) (xy 140.989974 67.634712) + (xy 141.338041 67.995145) (xy 141.749487 68.281108) (xy 142.208641 68.481707) (xy 142.698014 68.589303) (xy 143.198966 68.599796) + (xy 143.692415 68.512788) (xy 144.159566 68.331592) (xy 144.582626 68.06311) (xy 144.840016 67.818) (xy 148.698855 67.818) + (xy 148.698855 69.342) (xy 148.707109 69.44551) (xy 148.761478 69.621074) (xy 148.862606 69.774541) (xy 149.002484 69.893758) + (xy 149.170038 69.969286) (xy 149.352 69.995145) (xy 150.876 69.995145) (xy 150.97951 69.986891) (xy 151.155074 69.932522) + (xy 151.308541 69.831394) (xy 151.427758 69.691516) (xy 151.503286 69.523962) (xy 151.529145 69.342) (xy 151.529145 68.889431) + (xy 151.544131 68.971083) (xy 151.646068 69.228545) (xy 151.796071 69.461304) (xy 151.988427 69.660495) (xy 152.215809 69.81853) + (xy 152.469557 69.929389) (xy 152.740005 69.988851) (xy 153.016851 69.99465) (xy 153.289552 69.946566) (xy 153.547719 69.846429) + (xy 153.78152 69.698055) (xy 153.982049 69.507094) (xy 154.141667 69.280821) (xy 154.243346 69.052448) (xy 154.313068 69.228545) + (xy 154.463071 69.461304) (xy 154.655427 69.660495) (xy 154.882809 69.81853) (xy 155.136557 69.929389) (xy 155.407005 69.988851) + (xy 155.683851 69.99465) (xy 155.956552 69.946566) (xy 156.214719 69.846429) (xy 156.44852 69.698055) (xy 156.649049 69.507094) + (xy 156.808667 69.280821) (xy 156.921296 69.027853) (xy 156.973433 68.798372) (xy 157.005131 68.971083) (xy 157.107068 69.228545) + (xy 157.257071 69.461304) (xy 157.449427 69.660495) (xy 157.676809 69.81853) (xy 157.930557 69.929389) (xy 158.201005 69.988851) + (xy 158.477851 69.99465) (xy 158.750552 69.946566) (xy 159.008719 69.846429) (xy 159.24252 69.698055) (xy 159.405201 69.543136) + (xy 160.346942 69.543136) (xy 160.410675 69.792422) (xy 160.661663 69.915897) (xy 160.931917 69.988034) (xy 161.211051 70.006062) + (xy 161.488338 69.969287) (xy 161.753124 69.879121) (xy 161.915325 69.792422) (xy 161.979058 69.543136) (xy 161.163 68.727078) + (xy 160.346942 69.543136) (xy 159.405201 69.543136) (xy 159.443049 69.507094) (xy 159.602667 69.280821) (xy 159.715296 69.027853) + (xy 159.762441 68.820344) (xy 159.773713 68.905338) (xy 159.863879 69.170124) (xy 159.950578 69.332325) (xy 160.199864 69.396058) + (xy 161.015922 68.58) (xy 161.310078 68.58) (xy 162.126136 69.396058) (xy 162.375422 69.332325) (xy 162.498897 69.081337) + (xy 162.571034 68.811083) (xy 162.589062 68.531949) (xy 162.552287 68.254662) (xy 162.462121 67.989876) (xy 162.375422 67.827675) + (xy 162.126136 67.763942) (xy 161.310078 68.58) (xy 161.015922 68.58) (xy 160.199864 67.763942) (xy 159.950578 67.827675) + (xy 159.827103 68.078663) (xy 159.759417 68.332241) (xy 159.727276 68.169912) (xy 159.621754 67.913899) (xy 159.468516 67.683257) + (xy 159.402586 67.616864) (xy 160.346942 67.616864) (xy 161.163 68.432922) (xy 161.979058 67.616864) (xy 161.915325 67.367578) + (xy 161.664337 67.244103) (xy 161.394083 67.171966) (xy 161.114949 67.153938) (xy 160.837662 67.190713) (xy 160.572876 67.280879) + (xy 160.410675 67.367578) (xy 160.346942 67.616864) (xy 159.402586 67.616864) (xy 159.273398 67.486771) (xy 159.043831 67.331926) + (xy 158.78856 67.22462) (xy 158.517308 67.168941) (xy 158.240408 67.167007) (xy 157.968405 67.218895) (xy 157.711661 67.322626) + (xy 157.479954 67.47425) (xy 157.282112 67.667992) (xy 157.125668 67.896472) (xy 157.016583 68.150988) (xy 156.971513 68.363025) + (xy 156.933276 68.169912) (xy 156.827754 67.913899) (xy 156.674516 67.683257) (xy 156.479398 67.486771) (xy 156.249831 67.331926) + (xy 155.99456 67.22462) (xy 155.723308 67.168941) (xy 155.446408 67.167007) (xy 155.174405 67.218895) (xy 154.917661 67.322626) + (xy 154.685954 67.47425) (xy 154.488112 67.667992) (xy 154.331668 67.896472) (xy 154.24088 68.108297) (xy 154.160754 67.913899) + (xy 154.007516 67.683257) (xy 153.812398 67.486771) (xy 153.582831 67.331926) (xy 153.32756 67.22462) (xy 153.056308 67.168941) + (xy 152.779408 67.167007) (xy 152.507405 67.218895) (xy 152.250661 67.322626) (xy 152.018954 67.47425) (xy 151.821112 67.667992) + (xy 151.664668 67.896472) (xy 151.555583 68.150988) (xy 151.529145 68.275367) (xy 151.529145 67.818) (xy 151.520891 67.71449) + (xy 151.466522 67.538926) (xy 151.408065 67.450214) (xy 151.619851 67.45465) (xy 151.892552 67.406566) (xy 152.150719 67.306429) + (xy 152.38452 67.158055) (xy 152.585049 66.967094) (xy 152.744667 66.740821) (xy 152.857296 66.487853) (xy 152.909433 66.258372) + (xy 152.941131 66.431083) (xy 153.043068 66.688545) (xy 153.193071 66.921304) (xy 153.385427 67.120495) (xy 153.612809 67.27853) + (xy 153.866557 67.389389) (xy 154.137005 67.448851) (xy 154.413851 67.45465) (xy 154.686552 67.406566) (xy 154.944719 67.306429) + (xy 155.17852 67.158055) (xy 155.379049 66.967094) (xy 155.538667 66.740821) (xy 155.640346 66.512448) (xy 155.710068 66.688545) + (xy 155.860071 66.921304) (xy 156.052427 67.120495) (xy 156.279809 67.27853) (xy 156.533557 67.389389) (xy 156.804005 67.448851) + (xy 157.080851 67.45465) (xy 157.353552 67.406566) (xy 157.611719 67.306429) (xy 157.84552 67.158055) (xy 158.046049 66.967094) + (xy 158.205667 66.740821) (xy 158.318296 66.487853) (xy 158.370433 66.258372) (xy 158.402131 66.431083) (xy 158.504068 66.688545) + (xy 158.654071 66.921304) (xy 158.846427 67.120495) (xy 159.073809 67.27853) (xy 159.327557 67.389389) (xy 159.598005 67.448851) + (xy 159.874851 67.45465) (xy 160.147552 67.406566) (xy 160.405719 67.306429) (xy 160.63952 67.158055) (xy 160.840049 66.967094) + (xy 160.999667 66.740821) (xy 161.112296 66.487853) (xy 161.165236 66.254831) (xy 165.843641 66.254831) (xy 165.934092 66.747661) + (xy 166.118545 67.213536) (xy 166.389974 67.634712) (xy 166.738041 67.995145) (xy 167.149487 68.281108) (xy 167.608641 68.481707) + (xy 168.098014 68.589303) (xy 168.598966 68.599796) (xy 169.092415 68.512788) (xy 169.559566 68.331592) (xy 169.982626 68.06311) + (xy 170.345481 67.717568) (xy 170.634309 67.308128) (xy 170.838109 66.850386) (xy 170.949119 66.361776) (xy 170.950612 66.254831) + (xy 173.971641 66.254831) (xy 174.062092 66.747661) (xy 174.246545 67.213536) (xy 174.517974 67.634712) (xy 174.866041 67.995145) + (xy 175.277487 68.281108) (xy 175.736641 68.481707) (xy 176.226014 68.589303) (xy 176.726966 68.599796) (xy 177.220415 68.512788) + (xy 177.687566 68.331592) (xy 178.110626 68.06311) (xy 178.368016 67.818) (xy 182.226855 67.818) (xy 182.226855 69.342) + (xy 182.235109 69.44551) (xy 182.289478 69.621074) (xy 182.390606 69.774541) (xy 182.530484 69.893758) (xy 182.698038 69.969286) + (xy 182.88 69.995145) (xy 184.404 69.995145) (xy 184.50751 69.986891) (xy 184.683074 69.932522) (xy 184.836541 69.831394) + (xy 184.955758 69.691516) (xy 185.031286 69.523962) (xy 185.057145 69.342) (xy 185.057145 68.889431) (xy 185.072131 68.971083) + (xy 185.174068 69.228545) (xy 185.324071 69.461304) (xy 185.516427 69.660495) (xy 185.743809 69.81853) (xy 185.997557 69.929389) + (xy 186.268005 69.988851) (xy 186.544851 69.99465) (xy 186.817552 69.946566) (xy 187.075719 69.846429) (xy 187.30952 69.698055) + (xy 187.510049 69.507094) (xy 187.669667 69.280821) (xy 187.771346 69.052448) (xy 187.841068 69.228545) (xy 187.991071 69.461304) + (xy 188.183427 69.660495) (xy 188.410809 69.81853) (xy 188.664557 69.929389) (xy 188.935005 69.988851) (xy 189.211851 69.99465) + (xy 189.484552 69.946566) (xy 189.742719 69.846429) (xy 189.97652 69.698055) (xy 190.177049 69.507094) (xy 190.336667 69.280821) + (xy 190.449296 69.027853) (xy 190.501433 68.798372) (xy 190.533131 68.971083) (xy 190.635068 69.228545) (xy 190.785071 69.461304) + (xy 190.977427 69.660495) (xy 191.204809 69.81853) (xy 191.458557 69.929389) (xy 191.729005 69.988851) (xy 192.005851 69.99465) + (xy 192.278552 69.946566) (xy 192.536719 69.846429) (xy 192.77052 69.698055) (xy 192.933201 69.543136) (xy 193.874942 69.543136) + (xy 193.938675 69.792422) (xy 194.189663 69.915897) (xy 194.459917 69.988034) (xy 194.739051 70.006062) (xy 195.016338 69.969287) + (xy 195.281124 69.879121) (xy 195.443325 69.792422) (xy 195.507058 69.543136) (xy 194.691 68.727078) (xy 193.874942 69.543136) + (xy 192.933201 69.543136) (xy 192.971049 69.507094) (xy 193.130667 69.280821) (xy 193.243296 69.027853) (xy 193.290441 68.820344) + (xy 193.301713 68.905338) (xy 193.391879 69.170124) (xy 193.478578 69.332325) (xy 193.727864 69.396058) (xy 194.543922 68.58) + (xy 194.838078 68.58) (xy 195.654136 69.396058) (xy 195.903422 69.332325) (xy 196.026897 69.081337) (xy 196.099034 68.811083) + (xy 196.117062 68.531949) (xy 196.080287 68.254662) (xy 195.990121 67.989876) (xy 195.903422 67.827675) (xy 195.654136 67.763942) + (xy 194.838078 68.58) (xy 194.543922 68.58) (xy 193.727864 67.763942) (xy 193.478578 67.827675) (xy 193.355103 68.078663) + (xy 193.287417 68.332241) (xy 193.255276 68.169912) (xy 193.149754 67.913899) (xy 192.996516 67.683257) (xy 192.930586 67.616864) + (xy 193.874942 67.616864) (xy 194.691 68.432922) (xy 195.507058 67.616864) (xy 195.443325 67.367578) (xy 195.192337 67.244103) + (xy 194.922083 67.171966) (xy 194.642949 67.153938) (xy 194.365662 67.190713) (xy 194.100876 67.280879) (xy 193.938675 67.367578) + (xy 193.874942 67.616864) (xy 192.930586 67.616864) (xy 192.801398 67.486771) (xy 192.571831 67.331926) (xy 192.31656 67.22462) + (xy 192.045308 67.168941) (xy 191.768408 67.167007) (xy 191.496405 67.218895) (xy 191.239661 67.322626) (xy 191.007954 67.47425) + (xy 190.810112 67.667992) (xy 190.653668 67.896472) (xy 190.544583 68.150988) (xy 190.499513 68.363025) (xy 190.461276 68.169912) + (xy 190.355754 67.913899) (xy 190.202516 67.683257) (xy 190.007398 67.486771) (xy 189.777831 67.331926) (xy 189.52256 67.22462) + (xy 189.251308 67.168941) (xy 188.974408 67.167007) (xy 188.702405 67.218895) (xy 188.445661 67.322626) (xy 188.213954 67.47425) + (xy 188.016112 67.667992) (xy 187.859668 67.896472) (xy 187.76888 68.108297) (xy 187.688754 67.913899) (xy 187.535516 67.683257) + (xy 187.340398 67.486771) (xy 187.110831 67.331926) (xy 186.85556 67.22462) (xy 186.584308 67.168941) (xy 186.307408 67.167007) + (xy 186.035405 67.218895) (xy 185.778661 67.322626) (xy 185.546954 67.47425) (xy 185.349112 67.667992) (xy 185.192668 67.896472) + (xy 185.083583 68.150988) (xy 185.057145 68.275367) (xy 185.057145 67.818) (xy 185.048891 67.71449) (xy 184.994522 67.538926) + (xy 184.936065 67.450214) (xy 185.147851 67.45465) (xy 185.420552 67.406566) (xy 185.678719 67.306429) (xy 185.91252 67.158055) + (xy 186.113049 66.967094) (xy 186.272667 66.740821) (xy 186.385296 66.487853) (xy 186.437433 66.258372) (xy 186.469131 66.431083) + (xy 186.571068 66.688545) (xy 186.721071 66.921304) (xy 186.913427 67.120495) (xy 187.140809 67.27853) (xy 187.394557 67.389389) + (xy 187.665005 67.448851) (xy 187.941851 67.45465) (xy 188.214552 67.406566) (xy 188.472719 67.306429) (xy 188.70652 67.158055) + (xy 188.907049 66.967094) (xy 189.066667 66.740821) (xy 189.168346 66.512448) (xy 189.238068 66.688545) (xy 189.388071 66.921304) + (xy 189.580427 67.120495) (xy 189.807809 67.27853) (xy 190.061557 67.389389) (xy 190.332005 67.448851) (xy 190.608851 67.45465) + (xy 190.881552 67.406566) (xy 191.139719 67.306429) (xy 191.37352 67.158055) (xy 191.574049 66.967094) (xy 191.733667 66.740821) + (xy 191.846296 66.487853) (xy 191.898433 66.258372) (xy 191.930131 66.431083) (xy 192.032068 66.688545) (xy 192.182071 66.921304) + (xy 192.374427 67.120495) (xy 192.601809 67.27853) (xy 192.855557 67.389389) (xy 193.126005 67.448851) (xy 193.402851 67.45465) + (xy 193.675552 67.406566) (xy 193.933719 67.306429) (xy 194.16752 67.158055) (xy 194.368049 66.967094) (xy 194.527667 66.740821) + (xy 194.640296 66.487853) (xy 194.693236 66.254831) (xy 199.371641 66.254831) (xy 199.462092 66.747661) (xy 199.646545 67.213536) + (xy 199.917974 67.634712) (xy 200.266041 67.995145) (xy 200.677487 68.281108) (xy 201.136641 68.481707) (xy 201.626014 68.589303) + (xy 202.126966 68.599796) (xy 202.620415 68.512788) (xy 203.087566 68.331592) (xy 203.510626 68.06311) (xy 203.873481 67.717568) + (xy 204.162309 67.308128) (xy 204.366109 66.850386) (xy 204.477119 66.361776) (xy 204.48511 65.789469) (xy 204.387787 65.29795) + (xy 204.34966 65.205447) (xy 217.216895 65.205447) (xy 217.260138 65.44106) (xy 217.348321 65.663787) (xy 217.478087 65.865143) + (xy 217.644491 66.03746) (xy 217.841196 66.174173) (xy 218.060709 66.270076) (xy 218.29467 66.321516) (xy 218.534166 66.326533) + (xy 218.770075 66.284935) (xy 218.993412 66.198309) (xy 219.167149 66.088051) (xy 222.093938 66.088051) (xy 222.130713 66.365338) + (xy 222.220879 66.630124) (xy 222.307578 66.792325) (xy 222.556864 66.856058) (xy 223.372922 66.04) (xy 223.667078 66.04) + (xy 224.483136 66.856058) (xy 224.732422 66.792325) (xy 224.855897 66.541337) (xy 224.928034 66.271083) (xy 224.946062 65.991949) + (xy 224.909287 65.714662) (xy 224.819121 65.449876) (xy 224.732422 65.287675) (xy 224.483136 65.223942) (xy 223.667078 66.04) + (xy 223.372922 66.04) (xy 222.556864 65.223942) (xy 222.307578 65.287675) (xy 222.184103 65.538663) (xy 222.111966 65.808917) + (xy 222.093938 66.088051) (xy 219.167149 66.088051) (xy 219.195669 66.069952) (xy 219.369143 65.904755) (xy 219.507227 65.709009) + (xy 219.60466 65.490171) (xy 219.657732 65.256575) (xy 219.661552 64.982966) (xy 219.615024 64.747979) (xy 219.523739 64.526506) + (xy 219.391175 64.326981) (xy 219.222381 64.157004) (xy 219.023786 64.023051) (xy 218.802955 63.930222) (xy 218.568299 63.882054) + (xy 218.328757 63.880382) (xy 218.093451 63.925268) (xy 217.871346 64.015005) (xy 217.6709 64.146173) (xy 217.499749 64.313776) + (xy 217.364412 64.511431) (xy 217.270044 64.731608) (xy 217.220239 64.965922) (xy 217.216895 65.205447) (xy 204.34966 65.205447) + (xy 204.196847 64.834696) (xy 203.919564 64.417351) (xy 203.566499 64.061813) (xy 203.1511 63.781623) (xy 202.68919 63.587454) + (xy 202.198363 63.486701) (xy 201.697313 63.483203) (xy 201.205127 63.577093) (xy 200.740551 63.764794) (xy 200.321281 64.039157) + (xy 199.963286 64.389731) (xy 199.680203 64.803163) (xy 199.482814 65.263707) (xy 199.378637 65.753819) (xy 199.371641 66.254831) + (xy 194.693236 66.254831) (xy 194.701644 66.217827) (xy 194.70606 65.901546) (xy 194.652276 65.629912) (xy 194.546754 65.373899) + (xy 194.393516 65.143257) (xy 194.198398 64.946771) (xy 193.968831 64.791926) (xy 193.71356 64.68462) (xy 193.442308 64.628941) + (xy 193.165408 64.627007) (xy 192.893405 64.678895) (xy 192.636661 64.782626) (xy 192.404954 64.93425) (xy 192.207112 65.127992) + (xy 192.050668 65.356472) (xy 191.941583 65.610988) (xy 191.896513 65.823025) (xy 191.858276 65.629912) (xy 191.752754 65.373899) + (xy 191.599516 65.143257) (xy 191.404398 64.946771) (xy 191.174831 64.791926) (xy 190.91956 64.68462) (xy 190.648308 64.628941) + (xy 190.371408 64.627007) (xy 190.099405 64.678895) (xy 189.842661 64.782626) (xy 189.610954 64.93425) (xy 189.413112 65.127992) + (xy 189.256668 65.356472) (xy 189.16588 65.568297) (xy 189.085754 65.373899) (xy 188.932516 65.143257) (xy 188.737398 64.946771) + (xy 188.507831 64.791926) (xy 188.25256 64.68462) (xy 187.981308 64.628941) (xy 187.704408 64.627007) (xy 187.432405 64.678895) + (xy 187.175661 64.782626) (xy 186.943954 64.93425) (xy 186.746112 65.127992) (xy 186.589668 65.356472) (xy 186.480583 65.610988) + (xy 186.435513 65.823025) (xy 186.397276 65.629912) (xy 186.291754 65.373899) (xy 186.138516 65.143257) (xy 185.943398 64.946771) + (xy 185.713831 64.791926) (xy 185.45856 64.68462) (xy 185.187308 64.628941) (xy 184.910408 64.627007) (xy 184.638405 64.678895) + (xy 184.381661 64.782626) (xy 184.149954 64.93425) (xy 183.952112 65.127992) (xy 183.795668 65.356472) (xy 183.686583 65.610988) + (xy 183.62901 65.881844) (xy 183.625144 66.158725) (xy 183.675131 66.431083) (xy 183.777068 66.688545) (xy 183.927071 66.921304) + (xy 184.119427 67.120495) (xy 184.183253 67.164855) (xy 182.88 67.164855) (xy 182.77649 67.173109) (xy 182.600926 67.227478) + (xy 182.447459 67.328606) (xy 182.328242 67.468484) (xy 182.252714 67.636038) (xy 182.226855 67.818) (xy 178.368016 67.818) + (xy 178.473481 67.717568) (xy 178.762309 67.308128) (xy 178.966109 66.850386) (xy 179.077119 66.361776) (xy 179.08511 65.789469) + (xy 178.987787 65.29795) (xy 178.796847 64.834696) (xy 178.519564 64.417351) (xy 178.166499 64.061813) (xy 177.7511 63.781623) + (xy 177.28919 63.587454) (xy 176.798363 63.486701) (xy 176.297313 63.483203) (xy 175.805127 63.577093) (xy 175.340551 63.764794) + (xy 174.921281 64.039157) (xy 174.563286 64.389731) (xy 174.280203 64.803163) (xy 174.082814 65.263707) (xy 173.978637 65.753819) + (xy 173.971641 66.254831) (xy 170.950612 66.254831) (xy 170.95711 65.789469) (xy 170.859787 65.29795) (xy 170.668847 64.834696) + (xy 170.391564 64.417351) (xy 170.038499 64.061813) (xy 169.6231 63.781623) (xy 169.16119 63.587454) (xy 168.670363 63.486701) + (xy 168.169313 63.483203) (xy 167.677127 63.577093) (xy 167.212551 63.764794) (xy 166.793281 64.039157) (xy 166.435286 64.389731) + (xy 166.152203 64.803163) (xy 165.954814 65.263707) (xy 165.850637 65.753819) (xy 165.843641 66.254831) (xy 161.165236 66.254831) + (xy 161.173644 66.217827) (xy 161.17806 65.901546) (xy 161.124276 65.629912) (xy 161.018754 65.373899) (xy 160.865516 65.143257) + (xy 160.670398 64.946771) (xy 160.440831 64.791926) (xy 160.18556 64.68462) (xy 159.914308 64.628941) (xy 159.637408 64.627007) + (xy 159.365405 64.678895) (xy 159.108661 64.782626) (xy 158.876954 64.93425) (xy 158.679112 65.127992) (xy 158.522668 65.356472) + (xy 158.413583 65.610988) (xy 158.368513 65.823025) (xy 158.330276 65.629912) (xy 158.224754 65.373899) (xy 158.071516 65.143257) + (xy 157.876398 64.946771) (xy 157.646831 64.791926) (xy 157.39156 64.68462) (xy 157.120308 64.628941) (xy 156.843408 64.627007) + (xy 156.571405 64.678895) (xy 156.314661 64.782626) (xy 156.082954 64.93425) (xy 155.885112 65.127992) (xy 155.728668 65.356472) + (xy 155.63788 65.568297) (xy 155.557754 65.373899) (xy 155.404516 65.143257) (xy 155.209398 64.946771) (xy 154.979831 64.791926) + (xy 154.72456 64.68462) (xy 154.453308 64.628941) (xy 154.176408 64.627007) (xy 153.904405 64.678895) (xy 153.647661 64.782626) + (xy 153.415954 64.93425) (xy 153.218112 65.127992) (xy 153.061668 65.356472) (xy 152.952583 65.610988) (xy 152.907513 65.823025) + (xy 152.869276 65.629912) (xy 152.763754 65.373899) (xy 152.610516 65.143257) (xy 152.415398 64.946771) (xy 152.185831 64.791926) + (xy 151.93056 64.68462) (xy 151.659308 64.628941) (xy 151.382408 64.627007) (xy 151.110405 64.678895) (xy 150.853661 64.782626) + (xy 150.621954 64.93425) (xy 150.424112 65.127992) (xy 150.267668 65.356472) (xy 150.158583 65.610988) (xy 150.10101 65.881844) + (xy 150.097144 66.158725) (xy 150.147131 66.431083) (xy 150.249068 66.688545) (xy 150.399071 66.921304) (xy 150.591427 67.120495) + (xy 150.655253 67.164855) (xy 149.352 67.164855) (xy 149.24849 67.173109) (xy 149.072926 67.227478) (xy 148.919459 67.328606) + (xy 148.800242 67.468484) (xy 148.724714 67.636038) (xy 148.698855 67.818) (xy 144.840016 67.818) (xy 144.945481 67.717568) + (xy 145.234309 67.308128) (xy 145.438109 66.850386) (xy 145.549119 66.361776) (xy 145.55711 65.789469) (xy 145.459787 65.29795) + (xy 145.268847 64.834696) (xy 144.991564 64.417351) (xy 144.638499 64.061813) (xy 144.2231 63.781623) (xy 143.76119 63.587454) + (xy 143.270363 63.486701) (xy 142.769313 63.483203) (xy 142.277127 63.577093) (xy 141.812551 63.764794) (xy 141.393281 64.039157) + (xy 141.035286 64.389731) (xy 140.752203 64.803163) (xy 140.554814 65.263707) (xy 140.450637 65.753819) (xy 140.443641 66.254831) + (xy 137.422612 66.254831) (xy 137.42911 65.789469) (xy 137.331787 65.29795) (xy 137.140847 64.834696) (xy 136.863564 64.417351) + (xy 136.510499 64.061813) (xy 136.0951 63.781623) (xy 135.63319 63.587454) (xy 135.142363 63.486701) (xy 134.641313 63.483203) + (xy 134.149127 63.577093) (xy 133.684551 63.764794) (xy 133.265281 64.039157) (xy 132.907286 64.389731) (xy 132.624203 64.803163) + (xy 132.426814 65.263707) (xy 132.322637 65.753819) (xy 132.315641 66.254831) (xy 127.637236 66.254831) (xy 127.645644 66.217827) + (xy 127.65006 65.901546) (xy 127.596276 65.629912) (xy 127.490754 65.373899) (xy 127.337516 65.143257) (xy 127.142398 64.946771) + (xy 126.912831 64.791926) (xy 126.65756 64.68462) (xy 126.386308 64.628941) (xy 126.109408 64.627007) (xy 125.837405 64.678895) + (xy 125.580661 64.782626) (xy 125.348954 64.93425) (xy 125.151112 65.127992) (xy 124.994668 65.356472) (xy 124.885583 65.610988) + (xy 124.840513 65.823025) (xy 124.802276 65.629912) (xy 124.696754 65.373899) (xy 124.543516 65.143257) (xy 124.348398 64.946771) + (xy 124.118831 64.791926) (xy 123.86356 64.68462) (xy 123.592308 64.628941) (xy 123.315408 64.627007) (xy 123.043405 64.678895) + (xy 122.786661 64.782626) (xy 122.554954 64.93425) (xy 122.357112 65.127992) (xy 122.200668 65.356472) (xy 122.10988 65.568297) + (xy 122.029754 65.373899) (xy 121.876516 65.143257) (xy 121.681398 64.946771) (xy 121.451831 64.791926) (xy 121.19656 64.68462) + (xy 120.925308 64.628941) (xy 120.648408 64.627007) (xy 120.376405 64.678895) (xy 120.119661 64.782626) (xy 119.887954 64.93425) + (xy 119.690112 65.127992) (xy 119.533668 65.356472) (xy 119.424583 65.610988) (xy 119.379513 65.823025) (xy 119.341276 65.629912) + (xy 119.235754 65.373899) (xy 119.082516 65.143257) (xy 118.887398 64.946771) (xy 118.657831 64.791926) (xy 118.40256 64.68462) + (xy 118.131308 64.628941) (xy 117.854408 64.627007) (xy 117.582405 64.678895) (xy 117.325661 64.782626) (xy 117.093954 64.93425) + (xy 116.896112 65.127992) (xy 116.739668 65.356472) (xy 116.630583 65.610988) (xy 116.57301 65.881844) (xy 116.569144 66.158725) + (xy 116.619131 66.431083) (xy 116.721068 66.688545) (xy 116.871071 66.921304) (xy 117.063427 67.120495) (xy 117.127253 67.164855) + (xy 115.824 67.164855) (xy 115.72049 67.173109) (xy 115.544926 67.227478) (xy 115.391459 67.328606) (xy 115.272242 67.468484) + (xy 115.196714 67.636038) (xy 115.170855 67.818) (xy 111.312016 67.818) (xy 111.417481 67.717568) (xy 111.706309 67.308128) + (xy 111.910109 66.850386) (xy 112.021119 66.361776) (xy 112.02911 65.789469) (xy 111.931787 65.29795) (xy 111.740847 64.834696) + (xy 111.463564 64.417351) (xy 111.110499 64.061813) (xy 110.6951 63.781623) (xy 110.23319 63.587454) (xy 109.742363 63.486701) + (xy 109.241313 63.483203) (xy 108.749127 63.577093) (xy 108.284551 63.764794) (xy 107.865281 64.039157) (xy 107.507286 64.389731) + (xy 107.224203 64.803163) (xy 107.026814 65.263707) (xy 106.922637 65.753819) (xy 106.915641 66.254831) (xy 104.0233 66.254831) + (xy 104.0233 64.463893) (xy 103.998013 64.336769) (xy 103.948412 64.21702) (xy 103.876402 64.10925) (xy 103.784751 64.017598) + (xy 103.67698 63.945588) (xy 103.557232 63.895987) (xy 103.430108 63.8707) (xy 101.328405 63.8707) (xy 101.548183 63.850256) + (xy 102.125615 63.678507) (xy 102.658445 63.397407) (xy 102.68615 63.378895) (xy 102.946835 62.961913) (xy 100.965 60.980078) + (xy 100.950858 60.994221) (xy 100.80378 60.847143) (xy 100.817922 60.833) (xy 101.112078 60.833) (xy 103.093913 62.814835) + (xy 103.216815 62.738) (xy 222.104855 62.738) (xy 222.104855 64.262) (xy 222.113109 64.36551) (xy 222.167478 64.541074) + (xy 222.268606 64.694541) (xy 222.408484 64.813758) (xy 222.576038 64.889286) (xy 222.745733 64.913402) (xy 222.703942 65.076864) + (xy 223.52 65.892922) (xy 224.336058 65.076864) (xy 224.294459 64.914152) (xy 224.38551 64.906891) (xy 224.561074 64.852522) + (xy 224.714541 64.751394) (xy 224.833758 64.611516) (xy 224.909286 64.443962) (xy 224.935145 64.262) (xy 224.935145 62.738) + (xy 224.926891 62.63449) (xy 224.872522 62.458926) (xy 224.771394 62.305459) (xy 224.631516 62.186242) (xy 224.463962 62.110714) + (xy 224.282 62.084855) (xy 222.758 62.084855) (xy 222.65449 62.093109) (xy 222.478926 62.147478) (xy 222.325459 62.248606) + (xy 222.206242 62.388484) (xy 222.130714 62.556038) (xy 222.104855 62.738) (xy 103.216815 62.738) (xy 103.510895 62.55415) + (xy 103.797756 62.024399) (xy 103.975756 61.448863) (xy 104.038054 60.84966) (xy 103.982256 60.249817) (xy 103.810507 59.672385) + (xy 103.529407 59.139555) (xy 103.510895 59.11185) (xy 103.093913 58.851165) (xy 101.112078 60.833) (xy 100.817922 60.833) + (xy 98.836087 58.851165) (xy 98.419105 59.11185) (xy 98.132244 59.641601) (xy 97.954244 60.217137) (xy 97.892457 60.811423) + (xy 97.838742 60.757331) (xy 97.342816 60.422825) (xy 97.305 60.406929) (xy 97.305 58.704087) (xy 98.983165 58.704087) + (xy 100.965 60.685922) (xy 102.946835 58.704087) (xy 102.68615 58.287105) (xy 102.156399 58.000244) (xy 101.580863 57.822244) + (xy 100.98166 57.759946) (xy 100.381817 57.815744) (xy 99.804385 57.987493) (xy 99.271555 58.268593) (xy 99.24385 58.287105) + (xy 98.983165 58.704087) (xy 97.305 58.704087) (xy 97.305 56.7205) (xy 227.18 56.7205) + ) + ) + (filled_polygon + (pts + (xy 118.525221 139.431858) (xy 118.511078 139.446) (xy 118.525221 139.460143) (xy 118.378143 139.607221) (xy 118.364 139.593078) + (xy 118.349858 139.607221) (xy 118.20278 139.460143) (xy 118.216922 139.446) (xy 118.20278 139.431858) (xy 118.349858 139.28478) + (xy 118.364 139.298922) (xy 118.378143 139.28478) + ) + ) + (filled_polygon + (pts + (xy 180.448855 131.064) (xy 180.457109 131.16751) (xy 180.511478 131.343074) (xy 180.612606 131.496541) (xy 180.752484 131.615758) + (xy 180.920038 131.691286) (xy 181.102 131.717145) (xy 182.626 131.717145) (xy 182.72951 131.708891) (xy 182.905074 131.654522) + (xy 183.058541 131.553394) (xy 183.177758 131.413516) (xy 183.253286 131.245962) (xy 183.267589 131.145316) (xy 183.292071 131.183304) + (xy 183.484427 131.382495) (xy 183.5381 131.419799) (xy 183.5381 135.49923) (xy 183.362926 135.553478) (xy 183.209459 135.654606) + (xy 183.090242 135.794484) (xy 183.014714 135.962038) (xy 182.990598 136.131733) (xy 182.827136 136.089942) (xy 182.011078 136.906) + (xy 182.827136 137.722058) (xy 182.989848 137.680459) (xy 182.997109 137.77151) (xy 183.051478 137.947074) (xy 183.152606 138.100541) + (xy 183.292484 138.219758) (xy 183.460038 138.295286) (xy 183.561608 138.30972) (xy 183.514954 138.34025) (xy 183.317112 138.533992) + (xy 183.160668 138.762472) (xy 183.13462 138.823246) (xy 183.116754 138.779899) (xy 182.963516 138.549257) (xy 182.768398 138.352771) + (xy 182.538831 138.197926) (xy 182.498949 138.181161) (xy 182.616325 138.118422) (xy 182.680058 137.869136) (xy 181.864 137.053078) + (xy 181.047942 137.869136) (xy 181.111675 138.118422) (xy 181.232861 138.17804) (xy 181.206661 138.188626) (xy 180.974954 138.34025) + (xy 180.777112 138.533992) (xy 180.620668 138.762472) (xy 180.59462 138.823246) (xy 180.576754 138.779899) (xy 180.423516 138.549257) + (xy 180.228398 138.352771) (xy 179.998831 138.197926) (xy 179.950434 138.177582) (xy 179.963719 138.172429) (xy 180.19752 138.024055) + (xy 180.398049 137.833094) (xy 180.557667 137.606821) (xy 180.587833 137.539067) (xy 180.651578 137.658325) (xy 180.900864 137.722058) + (xy 181.716922 136.906) (xy 180.900864 136.089942) (xy 180.651578 136.153675) (xy 180.591527 136.275741) (xy 180.576754 136.239899) + (xy 180.423516 136.009257) (xy 180.357586 135.942864) (xy 181.047942 135.942864) (xy 181.864 136.758922) (xy 182.680058 135.942864) + (xy 182.616325 135.693578) (xy 182.365337 135.570103) (xy 182.095083 135.497966) (xy 181.815949 135.479938) (xy 181.538662 135.516713) + (xy 181.273876 135.606879) (xy 181.111675 135.693578) (xy 181.047942 135.942864) (xy 180.357586 135.942864) (xy 180.228398 135.812771) + (xy 180.101 135.72684) (xy 180.101 130.369844) (xy 180.448855 130.021989) + ) + ) + (filled_polygon + (pts + (xy 168.817221 124.826858) (xy 168.803078 124.841) (xy 168.817221 124.855143) (xy 168.670143 125.002221) (xy 168.656 124.988078) + (xy 168.641858 125.002221) (xy 168.49478 124.855143) (xy 168.508922 124.841) (xy 168.49478 124.826858) (xy 168.641858 124.67978) + (xy 168.656 124.693922) (xy 168.670143 124.67978) + ) + ) + (filled_polygon + (pts + (xy 161.843366 116.847533) (xy 161.797954 116.87725) (xy 161.600112 117.070992) (xy 161.443668 117.299472) (xy 161.41762 117.360246) + (xy 161.399754 117.316899) (xy 161.246516 117.086257) (xy 161.051398 116.889771) (xy 160.821831 116.734926) (xy 160.56656 116.62762) + (xy 160.295308 116.571941) (xy 160.018408 116.570007) (xy 159.862578 116.599734) (xy 156.987 113.724156) (xy 156.987 112.094494) + ) + ) + ) + (zone (net 102) (net_name GND) (layer Cuivre) (tstamp 53CD1A96) (hatch edge 0.508) + (connect_pads (clearance 0.3)) + (min_thickness 0.3) + (fill yes (arc_segments 32) (thermal_gap 0.381) (thermal_bridge_width 0.381)) + (polygon + (pts + (xy 71.7 56.3) (xy 228.2 56.3) (xy 228.2 146.7) (xy 71.7 146.7) (xy 71.7 146.4) + ) + ) + (filled_polygon + (pts + (xy 203.958315 60.4448) (xy 224.031686 60.4448) (xy 224.031686 56.5205) (xy 227.9595 56.5205) (xy 227.9595 146.55) + (xy 71.85 146.55) (xy 71.85 141.687532) (xy 88.874743 141.687532) (xy 88.917032 141.889463) (xy 89.108284 141.992355) + (xy 89.315935 142.055959) (xy 89.532005 142.07783) (xy 89.748189 142.057128) (xy 89.95618 141.994648) (xy 90.147987 141.892791) + (xy 90.152968 141.889463) (xy 90.195257 141.687532) (xy 89.535 141.027276) (xy 88.874743 141.687532) (xy 71.85 141.687532) + (xy 71.85 140.967005) (xy 88.42717 140.967005) (xy 88.447872 141.183189) (xy 88.510352 141.39118) (xy 88.612209 141.582987) + (xy 88.615537 141.587968) (xy 88.817468 141.630257) (xy 89.477724 140.97) (xy 89.592276 140.97) (xy 90.252532 141.630257) + (xy 90.454463 141.587968) (xy 90.557355 141.396716) (xy 90.620959 141.189065) (xy 90.64283 140.972995) (xy 90.622128 140.756811) + (xy 90.559648 140.54882) (xy 90.457791 140.357013) (xy 90.454463 140.352032) (xy 90.252532 140.309743) (xy 89.592276 140.97) + (xy 89.477724 140.97) (xy 88.817468 140.309743) (xy 88.615537 140.352032) (xy 88.512645 140.543284) (xy 88.449041 140.750935) + (xy 88.42717 140.967005) (xy 71.85 140.967005) (xy 71.85 140.252468) (xy 88.874743 140.252468) (xy 89.535 140.912724) + (xy 90.148739 140.298985) (xy 109.948291 140.298985) (xy 110.013453 140.520415) (xy 110.237098 140.642293) (xy 110.480223 140.718199) + (xy 110.733485 140.745214) (xy 110.987151 140.722301) (xy 111.231473 140.650341) (xy 111.457061 140.532098) (xy 111.474547 140.520415) + (xy 111.539709 140.298985) (xy 110.744 139.503276) (xy 109.948291 140.298985) (xy 90.148739 140.298985) (xy 90.195257 140.252468) + (xy 90.152968 140.050537) (xy 89.961716 139.947645) (xy 89.754065 139.884041) (xy 89.537995 139.86217) (xy 89.321811 139.882872) + (xy 89.11382 139.945352) (xy 88.922013 140.047209) (xy 88.917032 140.050537) (xy 88.874743 140.252468) (xy 71.85 140.252468) + (xy 71.85 136.880908) (xy 75.113407 136.880908) (xy 75.156314 137.114689) (xy 75.243812 137.335683) (xy 75.372568 137.535474) + (xy 75.537678 137.70645) (xy 75.732853 137.8421) (xy 75.950659 137.937257) (xy 76.1828 137.988297) (xy 76.420433 137.993275) + (xy 76.654508 137.952001) (xy 76.876108 137.866048) (xy 77.076792 137.73869) (xy 77.248917 137.574777) (xy 77.385927 137.380554) + (xy 77.482602 137.163418) (xy 77.535261 136.931639) (xy 77.535969 136.880908) (xy 77.653407 136.880908) (xy 77.696314 137.114689) + (xy 77.783812 137.335683) (xy 77.912568 137.535474) (xy 78.077678 137.70645) (xy 78.272853 137.8421) (xy 78.490659 137.937257) + (xy 78.7228 137.988297) (xy 78.960433 137.993275) (xy 79.143237 137.961041) (xy 80.192098 139.009902) (xy 80.237846 139.04748) + (xy 80.283139 139.085485) (xy 80.286088 139.087106) (xy 80.288693 139.089246) (xy 80.340888 139.117233) (xy 80.39268 139.145706) + (xy 80.395887 139.146723) (xy 80.398859 139.148317) (xy 80.455471 139.165625) (xy 80.511833 139.183504) (xy 80.515181 139.18388) + (xy 80.518401 139.184864) (xy 80.57723 139.190839) (xy 80.636057 139.197438) (xy 80.642642 139.197484) (xy 80.642764 139.197496) + (xy 80.642877 139.197485) (xy 80.645 139.1975) (xy 82.63741 139.1975) (xy 82.773742 139.338676) (xy 82.93824 139.453005) + (xy 83.121812 139.533205) (xy 83.317465 139.576222) (xy 83.517748 139.580418) (xy 83.715031 139.545631) (xy 83.9018 139.473188) + (xy 83.96121 139.435485) (xy 109.444786 139.435485) (xy 109.467699 139.689151) (xy 109.539659 139.933473) (xy 109.657902 140.159061) + (xy 109.669585 140.176547) (xy 109.891015 140.241709) (xy 110.686724 139.446) (xy 110.801276 139.446) (xy 111.596985 140.241709) + (xy 111.818415 140.176547) (xy 111.940293 139.952902) (xy 112.016199 139.709777) (xy 112.033465 139.547908) (xy 112.070407 139.547908) + (xy 112.113314 139.781689) (xy 112.200812 140.002683) (xy 112.329568 140.202474) (xy 112.494678 140.37345) (xy 112.689853 140.5091) + (xy 112.907659 140.604257) (xy 113.1398 140.655297) (xy 113.377433 140.660275) (xy 113.611508 140.619001) (xy 113.833108 140.533048) + (xy 114.033792 140.40569) (xy 114.205917 140.241777) (xy 114.342927 140.047554) (xy 114.439602 139.830418) (xy 114.492261 139.598639) + (xy 114.492969 139.547908) (xy 114.610407 139.547908) (xy 114.653314 139.781689) (xy 114.740812 140.002683) (xy 114.869568 140.202474) + (xy 115.034678 140.37345) (xy 115.229853 140.5091) (xy 115.447659 140.604257) (xy 115.6798 140.655297) (xy 115.917433 140.660275) + (xy 116.151508 140.619001) (xy 116.373108 140.533048) (xy 116.573792 140.40569) (xy 116.685842 140.298985) (xy 117.568291 140.298985) + (xy 117.633453 140.520415) (xy 117.857098 140.642293) (xy 118.100223 140.718199) (xy 118.353485 140.745214) (xy 118.607151 140.722301) + (xy 118.851473 140.650341) (xy 119.077061 140.532098) (xy 119.094547 140.520415) (xy 119.159709 140.298985) (xy 118.364 139.503276) + (xy 117.568291 140.298985) (xy 116.685842 140.298985) (xy 116.745917 140.241777) (xy 116.882927 140.047554) (xy 116.979602 139.830418) + (xy 117.032261 139.598639) (xy 117.034539 139.435485) (xy 117.064786 139.435485) (xy 117.087699 139.689151) (xy 117.159659 139.933473) + (xy 117.277902 140.159061) (xy 117.289585 140.176547) (xy 117.511015 140.241709) (xy 118.306724 139.446) (xy 117.511015 138.650291) + (xy 117.289585 138.715453) (xy 117.167707 138.939098) (xy 117.091801 139.182223) (xy 117.064786 139.435485) (xy 117.034539 139.435485) + (xy 117.036052 139.327157) (xy 116.989885 139.093999) (xy 116.89931 138.874247) (xy 116.767777 138.676274) (xy 116.600296 138.50762) + (xy 116.403246 138.374708) (xy 116.184132 138.282601) (xy 115.951301 138.234808) (xy 115.713622 138.233148) (xy 115.480147 138.277686) + (xy 115.259768 138.366725) (xy 115.060882 138.496872) (xy 114.891062 138.663172) (xy 114.756778 138.85929) (xy 114.663143 139.077755) + (xy 114.613726 139.310246) (xy 114.610407 139.547908) (xy 114.492969 139.547908) (xy 114.496052 139.327157) (xy 114.449885 139.093999) + (xy 114.35931 138.874247) (xy 114.227777 138.676274) (xy 114.060296 138.50762) (xy 113.863246 138.374708) (xy 113.644132 138.282601) + (xy 113.411301 138.234808) (xy 113.173622 138.233148) (xy 112.940147 138.277686) (xy 112.719768 138.366725) (xy 112.520882 138.496872) + (xy 112.351062 138.663172) (xy 112.216778 138.85929) (xy 112.123143 139.077755) (xy 112.073726 139.310246) (xy 112.070407 139.547908) + (xy 112.033465 139.547908) (xy 112.043214 139.456515) (xy 112.020301 139.202849) (xy 111.948341 138.958527) (xy 111.830098 138.732939) + (xy 111.818415 138.715453) (xy 111.596985 138.650291) (xy 110.801276 139.446) (xy 110.686724 139.446) (xy 109.891015 138.650291) + (xy 109.669585 138.715453) (xy 109.547707 138.939098) (xy 109.471801 139.182223) (xy 109.444786 139.435485) (xy 83.96121 139.435485) + (xy 84.070941 139.365848) (xy 84.216012 139.227699) (xy 84.331487 139.064003) (xy 84.412967 138.880996) (xy 84.457349 138.685647) + (xy 84.458642 138.593015) (xy 109.948291 138.593015) (xy 110.744 139.388724) (xy 111.539709 138.593015) (xy 111.474547 138.371585) + (xy 111.250902 138.249707) (xy 111.007777 138.173801) (xy 110.754515 138.146786) (xy 110.500849 138.169699) (xy 110.256527 138.241659) + (xy 110.030939 138.359902) (xy 110.013453 138.371585) (xy 109.948291 138.593015) (xy 84.458642 138.593015) (xy 84.460544 138.456837) + (xy 84.421634 138.260325) (xy 84.345295 138.075114) (xy 84.234436 137.908258) (xy 84.093279 137.766112) (xy 83.927201 137.654091) + (xy 83.742527 137.576461) (xy 83.546293 137.53618) (xy 83.345971 137.534781) (xy 83.149193 137.572319) (xy 82.963453 137.647363) + (xy 82.795827 137.757054) (xy 82.652699 137.897215) (xy 82.639494 137.9165) (xy 80.910304 137.9165) (xy 80.047525 137.053721) + (xy 80.057933 137.007908) (xy 109.530407 137.007908) (xy 109.573314 137.241689) (xy 109.660812 137.462683) (xy 109.789568 137.662474) + (xy 109.954678 137.83345) (xy 110.149853 137.9691) (xy 110.367659 138.064257) (xy 110.5998 138.115297) (xy 110.837433 138.120275) + (xy 111.071508 138.079001) (xy 111.293108 137.993048) (xy 111.493792 137.86569) (xy 111.665917 137.701777) (xy 111.802927 137.507554) + (xy 111.899602 137.290418) (xy 111.952261 137.058639) (xy 111.952969 137.007908) (xy 112.070407 137.007908) (xy 112.113314 137.241689) + (xy 112.200812 137.462683) (xy 112.329568 137.662474) (xy 112.494678 137.83345) (xy 112.689853 137.9691) (xy 112.907659 138.064257) + (xy 113.1398 138.115297) (xy 113.377433 138.120275) (xy 113.611508 138.079001) (xy 113.833108 137.993048) (xy 114.033792 137.86569) + (xy 114.205917 137.701777) (xy 114.342927 137.507554) (xy 114.439602 137.290418) (xy 114.492261 137.058639) (xy 114.492969 137.007908) + (xy 114.610407 137.007908) (xy 114.653314 137.241689) (xy 114.740812 137.462683) (xy 114.869568 137.662474) (xy 115.034678 137.83345) + (xy 115.229853 137.9691) (xy 115.447659 138.064257) (xy 115.6798 138.115297) (xy 115.917433 138.120275) (xy 116.151508 138.079001) + (xy 116.373108 137.993048) (xy 116.573792 137.86569) (xy 116.745917 137.701777) (xy 116.882927 137.507554) (xy 116.979602 137.290418) + (xy 117.032261 137.058639) (xy 117.036052 136.787157) (xy 116.989885 136.553999) (xy 116.89931 136.334247) (xy 116.767777 136.136274) + (xy 116.600296 135.96762) (xy 116.403246 135.834708) (xy 116.184132 135.742601) (xy 115.951301 135.694808) (xy 115.713622 135.693148) + (xy 115.480147 135.737686) (xy 115.259768 135.826725) (xy 115.060882 135.956872) (xy 114.891062 136.123172) (xy 114.756778 136.31929) + (xy 114.663143 136.537755) (xy 114.613726 136.770246) (xy 114.610407 137.007908) (xy 114.492969 137.007908) (xy 114.496052 136.787157) + (xy 114.449885 136.553999) (xy 114.35931 136.334247) (xy 114.227777 136.136274) (xy 114.060296 135.96762) (xy 113.863246 135.834708) + (xy 113.644132 135.742601) (xy 113.411301 135.694808) (xy 113.173622 135.693148) (xy 112.940147 135.737686) (xy 112.719768 135.826725) + (xy 112.520882 135.956872) (xy 112.351062 136.123172) (xy 112.216778 136.31929) (xy 112.123143 136.537755) (xy 112.073726 136.770246) + (xy 112.070407 137.007908) (xy 111.952969 137.007908) (xy 111.956052 136.787157) (xy 111.909885 136.553999) (xy 111.81931 136.334247) + (xy 111.687777 136.136274) (xy 111.520296 135.96762) (xy 111.323246 135.834708) (xy 111.104132 135.742601) (xy 110.871301 135.694808) + (xy 110.633622 135.693148) (xy 110.400147 135.737686) (xy 110.179768 135.826725) (xy 109.980882 135.956872) (xy 109.811062 136.123172) + (xy 109.676778 136.31929) (xy 109.583143 136.537755) (xy 109.533726 136.770246) (xy 109.530407 137.007908) (xy 80.057933 137.007908) + (xy 80.075261 136.931639) (xy 80.079052 136.660157) (xy 80.032885 136.426999) (xy 79.94231 136.207247) (xy 79.810777 136.009274) + (xy 79.643296 135.84062) (xy 79.446246 135.707708) (xy 79.227132 135.615601) (xy 78.994301 135.567808) (xy 78.756622 135.566148) + (xy 78.523147 135.610686) (xy 78.302768 135.699725) (xy 78.103882 135.829872) (xy 77.934062 135.996172) (xy 77.799778 136.19229) + (xy 77.706143 136.410755) (xy 77.656726 136.643246) (xy 77.653407 136.880908) (xy 77.535969 136.880908) (xy 77.539052 136.660157) + (xy 77.492885 136.426999) (xy 77.40231 136.207247) (xy 77.270777 136.009274) (xy 77.103296 135.84062) (xy 76.906246 135.707708) + (xy 76.687132 135.615601) (xy 76.454301 135.567808) (xy 76.216622 135.566148) (xy 75.983147 135.610686) (xy 75.762768 135.699725) + (xy 75.563882 135.829872) (xy 75.394062 135.996172) (xy 75.259778 136.19229) (xy 75.166143 136.410755) (xy 75.116726 136.643246) + (xy 75.113407 136.880908) (xy 71.85 136.880908) (xy 71.85 135.091985) (xy 75.531291 135.091985) (xy 75.596453 135.313415) + (xy 75.820098 135.435293) (xy 76.063223 135.511199) (xy 76.316485 135.538214) (xy 76.570151 135.515301) (xy 76.814473 135.443341) + (xy 77.040061 135.325098) (xy 77.057547 135.313415) (xy 77.122709 135.091985) (xy 76.327 134.296276) (xy 75.531291 135.091985) + (xy 71.85 135.091985) (xy 71.85 134.228485) (xy 75.027786 134.228485) (xy 75.050699 134.482151) (xy 75.122659 134.726473) + (xy 75.240902 134.952061) (xy 75.252585 134.969547) (xy 75.474015 135.034709) (xy 76.269724 134.239) (xy 76.384276 134.239) + (xy 77.179985 135.034709) (xy 77.401415 134.969547) (xy 77.523293 134.745902) (xy 77.599199 134.502777) (xy 77.616465 134.340908) + (xy 77.653407 134.340908) (xy 77.696314 134.574689) (xy 77.783812 134.795683) (xy 77.912568 134.995474) (xy 78.077678 135.16645) + (xy 78.272853 135.3021) (xy 78.490659 135.397257) (xy 78.7228 135.448297) (xy 78.960433 135.453275) (xy 79.194508 135.412001) + (xy 79.416108 135.326048) (xy 79.616792 135.19869) (xy 79.788917 135.034777) (xy 79.880536 134.9049) (xy 82.661938 134.9049) + (xy 82.773742 135.020676) (xy 82.93824 135.135005) (xy 83.121812 135.215205) (xy 83.317465 135.258222) (xy 83.517748 135.262418) + (xy 83.715031 135.227631) (xy 83.9018 135.155188) (xy 84.070941 135.047848) (xy 84.216012 134.909699) (xy 84.219397 134.9049) + (xy 87.719992 134.9049) (xy 87.729314 134.955689) (xy 87.816812 135.176683) (xy 87.945568 135.376474) (xy 88.110678 135.54745) + (xy 88.305853 135.6831) (xy 88.523659 135.778257) (xy 88.7558 135.829297) (xy 88.993433 135.834275) (xy 89.227508 135.793001) + (xy 89.449108 135.707048) (xy 89.649792 135.57969) (xy 89.821917 135.415777) (xy 89.958927 135.221554) (xy 90.055602 135.004418) + (xy 90.108261 134.772639) (xy 90.112052 134.501157) (xy 90.065885 134.267999) (xy 89.97531 134.048247) (xy 89.848911 133.858) + (xy 90.225823 133.858) (xy 90.225823 135.382) (xy 90.231537 135.453661) (xy 90.269178 135.575205) (xy 90.339189 135.681451) + (xy 90.436028 135.763986) (xy 90.552026 135.816275) (xy 90.678 135.834177) (xy 92.202 135.834177) (xy 92.273661 135.828463) + (xy 92.395205 135.790822) (xy 92.501451 135.720811) (xy 92.583986 135.623972) (xy 92.636275 135.507974) (xy 92.654177 135.382) + (xy 92.654177 133.858) (xy 92.648463 133.786339) (xy 92.610822 133.664795) (xy 92.540811 133.558549) (xy 92.443972 133.476014) + (xy 92.327974 133.423725) (xy 92.202 133.405823) (xy 90.678 133.405823) (xy 90.606339 133.411537) (xy 90.484795 133.449178) + (xy 90.378549 133.519189) (xy 90.296014 133.616028) (xy 90.243725 133.732026) (xy 90.225823 133.858) (xy 89.848911 133.858) + (xy 89.843777 133.850274) (xy 89.676296 133.68162) (xy 89.479246 133.548708) (xy 89.260132 133.456601) (xy 89.027301 133.408808) + (xy 88.789622 133.407148) (xy 88.556147 133.451686) (xy 88.335768 133.540725) (xy 88.286294 133.5731) (xy 84.217397 133.5731) + (xy 84.093279 133.448112) (xy 83.927201 133.336091) (xy 83.742527 133.258461) (xy 83.546293 133.21818) (xy 83.345971 133.216781) + (xy 83.149193 133.254319) (xy 82.963453 133.329363) (xy 82.795827 133.439054) (xy 82.658943 133.5731) (xy 79.879759 133.5731) + (xy 79.810777 133.469274) (xy 79.643296 133.30062) (xy 79.446246 133.167708) (xy 79.227132 133.075601) (xy 78.994301 133.027808) + (xy 78.756622 133.026148) (xy 78.523147 133.070686) (xy 78.302768 133.159725) (xy 78.103882 133.289872) (xy 77.934062 133.456172) + (xy 77.799778 133.65229) (xy 77.706143 133.870755) (xy 77.656726 134.103246) (xy 77.653407 134.340908) (xy 77.616465 134.340908) + (xy 77.626214 134.249515) (xy 77.603301 133.995849) (xy 77.531341 133.751527) (xy 77.413098 133.525939) (xy 77.401415 133.508453) + (xy 77.179985 133.443291) (xy 76.384276 134.239) (xy 76.269724 134.239) (xy 75.474015 133.443291) (xy 75.252585 133.508453) + (xy 75.130707 133.732098) (xy 75.054801 133.975223) (xy 75.027786 134.228485) (xy 71.85 134.228485) (xy 71.85 133.386015) + (xy 75.531291 133.386015) (xy 76.327 134.181724) (xy 77.122709 133.386015) (xy 77.057547 133.164585) (xy 76.833902 133.042707) + (xy 76.590777 132.966801) (xy 76.337515 132.939786) (xy 76.083849 132.962699) (xy 75.839527 133.034659) (xy 75.613939 133.152902) + (xy 75.596453 133.164585) (xy 75.531291 133.386015) (xy 71.85 133.386015) (xy 71.85 131.800908) (xy 75.113407 131.800908) + (xy 75.156314 132.034689) (xy 75.243812 132.255683) (xy 75.372568 132.455474) (xy 75.537678 132.62645) (xy 75.732853 132.7621) + (xy 75.950659 132.857257) (xy 76.1828 132.908297) (xy 76.420433 132.913275) (xy 76.654508 132.872001) (xy 76.876108 132.786048) + (xy 77.076792 132.65869) (xy 77.248917 132.494777) (xy 77.385927 132.300554) (xy 77.482602 132.083418) (xy 77.535261 131.851639) + (xy 77.535969 131.800908) (xy 77.653407 131.800908) (xy 77.696314 132.034689) (xy 77.783812 132.255683) (xy 77.912568 132.455474) + (xy 78.077678 132.62645) (xy 78.272853 132.7621) (xy 78.490659 132.857257) (xy 78.7228 132.908297) (xy 78.960433 132.913275) + (xy 79.194508 132.872001) (xy 79.416108 132.786048) (xy 79.616792 132.65869) (xy 79.788917 132.494777) (xy 79.925927 132.300554) + (xy 80.022602 132.083418) (xy 80.075261 131.851639) (xy 80.079052 131.580157) (xy 80.032885 131.346999) (xy 79.94231 131.127247) + (xy 79.810777 130.929274) (xy 79.643296 130.76062) (xy 79.446246 130.627708) (xy 79.227132 130.535601) (xy 78.994301 130.487808) + (xy 78.756622 130.486148) (xy 78.523147 130.530686) (xy 78.302768 130.619725) (xy 78.103882 130.749872) (xy 77.934062 130.916172) + (xy 77.799778 131.11229) (xy 77.706143 131.330755) (xy 77.656726 131.563246) (xy 77.653407 131.800908) (xy 77.535969 131.800908) + (xy 77.539052 131.580157) (xy 77.492885 131.346999) (xy 77.40231 131.127247) (xy 77.270777 130.929274) (xy 77.103296 130.76062) + (xy 76.906246 130.627708) (xy 76.687132 130.535601) (xy 76.454301 130.487808) (xy 76.216622 130.486148) (xy 75.983147 130.530686) + (xy 75.762768 130.619725) (xy 75.563882 130.749872) (xy 75.394062 130.916172) (xy 75.259778 131.11229) (xy 75.166143 131.330755) + (xy 75.116726 131.563246) (xy 75.113407 131.800908) (xy 71.85 131.800908) (xy 71.85 129.260908) (xy 75.113407 129.260908) + (xy 75.156314 129.494689) (xy 75.243812 129.715683) (xy 75.372568 129.915474) (xy 75.537678 130.08645) (xy 75.732853 130.2221) + (xy 75.950659 130.317257) (xy 76.1828 130.368297) (xy 76.420433 130.373275) (xy 76.654508 130.332001) (xy 76.876108 130.246048) + (xy 77.076792 130.11869) (xy 77.188842 130.011985) (xy 78.071291 130.011985) (xy 78.136453 130.233415) (xy 78.360098 130.355293) + (xy 78.603223 130.431199) (xy 78.856485 130.458214) (xy 79.110151 130.435301) (xy 79.354473 130.363341) (xy 79.580061 130.245098) + (xy 79.597547 130.233415) (xy 79.662709 130.011985) (xy 78.867 129.216276) (xy 78.071291 130.011985) (xy 77.188842 130.011985) + (xy 77.248917 129.954777) (xy 77.385927 129.760554) (xy 77.482602 129.543418) (xy 77.535261 129.311639) (xy 77.537539 129.148485) + (xy 77.567786 129.148485) (xy 77.590699 129.402151) (xy 77.662659 129.646473) (xy 77.780902 129.872061) (xy 77.792585 129.889547) + (xy 78.014015 129.954709) (xy 78.809724 129.159) (xy 78.924276 129.159) (xy 79.719985 129.954709) (xy 79.941415 129.889547) + (xy 80.063293 129.665902) (xy 80.139199 129.422777) (xy 80.166214 129.169515) (xy 80.143301 128.915849) (xy 80.071341 128.671527) + (xy 79.953098 128.445939) (xy 79.941415 128.428453) (xy 79.719985 128.363291) (xy 78.924276 129.159) (xy 78.809724 129.159) + (xy 78.014015 128.363291) (xy 77.792585 128.428453) (xy 77.670707 128.652098) (xy 77.594801 128.895223) (xy 77.567786 129.148485) + (xy 77.537539 129.148485) (xy 77.539052 129.040157) (xy 77.492885 128.806999) (xy 77.40231 128.587247) (xy 77.270777 128.389274) + (xy 77.188098 128.306015) (xy 78.071291 128.306015) (xy 78.867 129.101724) (xy 79.662709 128.306015) (xy 79.597547 128.084585) + (xy 79.373902 127.962707) (xy 79.130777 127.886801) (xy 78.877515 127.859786) (xy 78.623849 127.882699) (xy 78.379527 127.954659) + (xy 78.153939 128.072902) (xy 78.136453 128.084585) (xy 78.071291 128.306015) (xy 77.188098 128.306015) (xy 77.103296 128.22062) + (xy 76.906246 128.087708) (xy 76.687132 127.995601) (xy 76.454301 127.947808) (xy 76.216622 127.946148) (xy 75.983147 127.990686) + (xy 75.762768 128.079725) (xy 75.563882 128.209872) (xy 75.394062 128.376172) (xy 75.259778 128.57229) (xy 75.166143 128.790755) + (xy 75.116726 129.023246) (xy 75.113407 129.260908) (xy 71.85 129.260908) (xy 71.85 126.720908) (xy 75.113407 126.720908) + (xy 75.156314 126.954689) (xy 75.243812 127.175683) (xy 75.372568 127.375474) (xy 75.537678 127.54645) (xy 75.732853 127.6821) + (xy 75.950659 127.777257) (xy 76.1828 127.828297) (xy 76.420433 127.833275) (xy 76.654508 127.792001) (xy 76.876108 127.706048) + (xy 77.076792 127.57869) (xy 77.248917 127.414777) (xy 77.385927 127.220554) (xy 77.482602 127.003418) (xy 77.535261 126.771639) + (xy 77.539052 126.500157) (xy 77.492885 126.266999) (xy 77.40231 126.047247) (xy 77.270777 125.849274) (xy 77.103296 125.68062) + (xy 76.906246 125.547708) (xy 76.687132 125.455601) (xy 76.454301 125.407808) (xy 76.216622 125.406148) (xy 75.983147 125.450686) + (xy 75.762768 125.539725) (xy 75.563882 125.669872) (xy 75.394062 125.836172) (xy 75.259778 126.03229) (xy 75.166143 126.250755) + (xy 75.116726 126.483246) (xy 75.113407 126.720908) (xy 71.85 126.720908) (xy 71.85 118.491) (xy 74.099 118.491) + (xy 74.099 122.428) (xy 74.104201 122.481043) (xy 74.108847 122.53414) (xy 74.109693 122.537051) (xy 74.109989 122.540073) + (xy 74.125402 122.591123) (xy 74.140264 122.64228) (xy 74.14166 122.644973) (xy 74.142537 122.647878) (xy 74.167565 122.694949) + (xy 74.192087 122.742257) (xy 74.193979 122.744627) (xy 74.195404 122.747307) (xy 74.229086 122.788605) (xy 74.262343 122.830265) + (xy 74.266511 122.834492) (xy 74.266578 122.834574) (xy 74.266653 122.834636) (xy 74.267999 122.836001) (xy 75.162043 123.730044) + (xy 75.116726 123.943246) (xy 75.113407 124.180908) (xy 75.156314 124.414689) (xy 75.243812 124.635683) (xy 75.372568 124.835474) + (xy 75.537678 125.00645) (xy 75.732853 125.1421) (xy 75.950659 125.237257) (xy 76.1828 125.288297) (xy 76.420433 125.293275) + (xy 76.654508 125.252001) (xy 76.876108 125.166048) (xy 77.029378 125.06878) (xy 77.029847 125.07414) (xy 77.030693 125.077051) + (xy 77.030989 125.080073) (xy 77.046402 125.131123) (xy 77.061264 125.18228) (xy 77.06266 125.184973) (xy 77.063537 125.187878) + (xy 77.088565 125.234949) (xy 77.113087 125.282257) (xy 77.114979 125.284627) (xy 77.116404 125.287307) (xy 77.150086 125.328605) + (xy 77.183343 125.370265) (xy 77.187511 125.374492) (xy 77.187578 125.374574) (xy 77.187653 125.374636) (xy 77.188999 125.376001) + (xy 77.569999 125.757) (xy 77.611186 125.790831) (xy 77.652014 125.82509) (xy 77.65467 125.82655) (xy 77.657017 125.828478) + (xy 77.704009 125.853675) (xy 77.750696 125.879341) (xy 77.753589 125.880259) (xy 77.756262 125.881692) (xy 77.807261 125.897285) + (xy 77.858035 125.913391) (xy 77.861046 125.913729) (xy 77.863951 125.914617) (xy 77.879284 125.916174) (xy 77.799778 126.03229) + (xy 77.706143 126.250755) (xy 77.656726 126.483246) (xy 77.653407 126.720908) (xy 77.696314 126.954689) (xy 77.783812 127.175683) + (xy 77.912568 127.375474) (xy 78.077678 127.54645) (xy 78.272853 127.6821) (xy 78.490659 127.777257) (xy 78.7228 127.828297) + (xy 78.960433 127.833275) (xy 79.194508 127.792001) (xy 79.416108 127.706048) (xy 79.616792 127.57869) (xy 79.788917 127.414777) + (xy 79.925927 127.220554) (xy 80.022602 127.003418) (xy 80.075261 126.771639) (xy 80.079052 126.500157) (xy 80.032885 126.266999) + (xy 79.94231 126.047247) (xy 79.890713 125.969587) (xy 122.10324 125.969587) (xy 122.150643 126.227864) (xy 122.247309 126.472016) + (xy 122.389557 126.692741) (xy 122.571968 126.881634) (xy 122.787595 127.031498) (xy 123.028224 127.136627) (xy 123.28469 127.193014) + (xy 123.547224 127.198514) (xy 123.805826 127.152915) (xy 124.050646 127.057955) (xy 124.27236 126.917252) (xy 124.462521 126.736164) + (xy 124.613887 126.521588) (xy 124.720693 126.281699) (xy 124.778869 126.025633) (xy 124.783058 125.725704) (xy 124.732053 125.468114) + (xy 124.631987 125.225336) (xy 124.486672 125.006618) (xy 124.301641 124.820291) (xy 124.083942 124.673451) (xy 123.841869 124.571693) + (xy 123.584641 124.518892) (xy 123.322056 124.517058) (xy 123.064115 124.566263) (xy 122.820645 124.664632) (xy 122.600918 124.808417) + (xy 122.413303 124.992143) (xy 122.264948 125.208811) (xy 122.161502 125.450168) (xy 122.106906 125.707021) (xy 122.10324 125.969587) + (xy 79.890713 125.969587) (xy 79.835785 125.886914) (xy 79.84328 125.884736) (xy 79.845973 125.88334) (xy 79.848878 125.882463) + (xy 79.895949 125.857435) (xy 79.943257 125.832913) (xy 79.945627 125.831021) (xy 79.948307 125.829596) (xy 79.989605 125.795914) + (xy 80.031265 125.762657) (xy 80.035492 125.758489) (xy 80.035574 125.758422) (xy 80.035636 125.758347) (xy 80.037001 125.757001) + (xy 81.942001 123.852) (xy 81.975836 123.810809) (xy 82.01009 123.769986) (xy 82.01155 123.76733) (xy 82.013478 123.764983) + (xy 82.038694 123.717956) (xy 82.064341 123.671304) (xy 82.065257 123.668416) (xy 82.066693 123.665738) (xy 82.082295 123.614705) + (xy 82.098391 123.563965) (xy 82.098729 123.560953) (xy 82.099617 123.558048) (xy 82.105003 123.505023) (xy 82.110944 123.452056) + (xy 82.110985 123.44612) (xy 82.110996 123.446014) (xy 82.110987 123.445915) (xy 82.111 123.444) (xy 82.111 120.889587) + (xy 122.10324 120.889587) (xy 122.150643 121.147864) (xy 122.247309 121.392016) (xy 122.389557 121.612741) (xy 122.571968 121.801634) + (xy 122.787595 121.951498) (xy 123.028224 122.056627) (xy 123.28469 122.113014) (xy 123.547224 122.118514) (xy 123.805826 122.072915) + (xy 124.050646 121.977955) (xy 124.27236 121.837252) (xy 124.462521 121.656164) (xy 124.613887 121.441588) (xy 124.720693 121.201699) + (xy 124.778869 120.945633) (xy 124.783058 120.645704) (xy 124.732053 120.388114) (xy 124.631987 120.145336) (xy 124.486672 119.926618) + (xy 124.301641 119.740291) (xy 124.083942 119.593451) (xy 123.841869 119.491693) (xy 123.584641 119.438892) (xy 123.322056 119.437058) + (xy 123.064115 119.486263) (xy 122.820645 119.584632) (xy 122.600918 119.728417) (xy 122.413303 119.912143) (xy 122.264948 120.128811) + (xy 122.161502 120.370168) (xy 122.106906 120.627021) (xy 122.10324 120.889587) (xy 82.111 120.889587) (xy 82.111 119.211891) + (xy 84.067157 119.211891) (xy 84.10332 119.408926) (xy 84.177065 119.595185) (xy 84.285583 119.763573) (xy 84.424742 119.907676) + (xy 84.58924 120.022005) (xy 84.772812 120.102205) (xy 84.968465 120.145222) (xy 85.168748 120.149418) (xy 85.366031 120.114631) + (xy 85.5528 120.042188) (xy 85.721941 119.934848) (xy 85.867012 119.796699) (xy 85.982487 119.633003) (xy 86.063967 119.449996) + (xy 86.108349 119.254647) (xy 86.111544 119.025837) (xy 86.095977 118.947212) (xy 100.196324 118.947212) (xy 100.227991 119.119751) + (xy 100.292568 119.282852) (xy 100.387594 119.430305) (xy 100.509452 119.556492) (xy 100.653498 119.656607) (xy 100.814247 119.726836) + (xy 100.985575 119.764505) (xy 101.160957 119.768179) (xy 101.333713 119.737717) (xy 101.497261 119.674281) (xy 101.645374 119.580286) + (xy 101.772408 119.459313) (xy 101.873526 119.315969) (xy 101.944876 119.155714) (xy 101.98374 118.984653) (xy 101.986538 118.78429) + (xy 101.952466 118.61221) (xy 101.885618 118.450026) (xy 101.788542 118.303914) (xy 101.664935 118.179441) (xy 101.519504 118.081347) + (xy 101.357791 118.013369) (xy 101.185953 117.978096) (xy 101.010537 117.976871) (xy 100.838224 118.009742) (xy 100.675577 118.075455) + (xy 100.528791 118.171509) (xy 100.403458 118.294244) (xy 100.304351 118.438986) (xy 100.235246 118.600221) (xy 100.198774 118.771809) + (xy 100.196324 118.947212) (xy 86.095977 118.947212) (xy 86.072634 118.829325) (xy 85.996295 118.644114) (xy 85.885436 118.477258) + (xy 85.744279 118.335112) (xy 85.578201 118.223091) (xy 85.393527 118.145461) (xy 85.197293 118.10518) (xy 84.996971 118.103781) + (xy 84.800193 118.141319) (xy 84.614453 118.216363) (xy 84.446827 118.326054) (xy 84.303699 118.466215) (xy 84.190521 118.631507) + (xy 84.111604 118.815635) (xy 84.069954 119.011583) (xy 84.067157 119.211891) (xy 82.111 119.211891) (xy 82.111 114.920002) + (xy 84.059001 112.972) (xy 85.598 112.972) (xy 85.651043 112.966799) (xy 85.70414 112.962153) (xy 85.707051 112.961307) + (xy 85.710073 112.961011) (xy 85.761123 112.945598) (xy 85.81228 112.930736) (xy 85.814973 112.92934) (xy 85.817878 112.928463) + (xy 85.864949 112.903435) (xy 85.912257 112.878913) (xy 85.914627 112.877021) (xy 85.917307 112.875596) (xy 85.958605 112.841914) + (xy 86.000265 112.808657) (xy 86.004492 112.804489) (xy 86.004574 112.804422) (xy 86.004636 112.804347) (xy 86.006001 112.803001) + (xy 86.736329 112.072673) (xy 86.734324 112.216212) (xy 86.765991 112.388751) (xy 86.830568 112.551852) (xy 86.925594 112.699305) + (xy 87.047452 112.825492) (xy 87.191498 112.925607) (xy 87.352247 112.995836) (xy 87.523575 113.033505) (xy 87.698957 113.037179) + (xy 87.708495 113.035497) (xy 89.761999 115.089) (xy 89.803159 115.122809) (xy 89.844014 115.15709) (xy 89.846674 115.158552) + (xy 89.849017 115.160477) (xy 89.895971 115.185653) (xy 89.942696 115.211341) (xy 89.945589 115.212259) (xy 89.948262 115.213692) + (xy 89.999261 115.229285) (xy 90.050035 115.245391) (xy 90.053046 115.245729) (xy 90.055951 115.246617) (xy 90.108982 115.252003) + (xy 90.161944 115.257944) (xy 90.16788 115.257985) (xy 90.167986 115.257996) (xy 90.168085 115.257987) (xy 90.17 115.258) + (xy 94.361 115.258) (xy 94.414043 115.252799) (xy 94.46714 115.248153) (xy 94.470051 115.247307) (xy 94.473073 115.247011) + (xy 94.524123 115.231598) (xy 94.57528 115.216736) (xy 94.577973 115.21534) (xy 94.580878 115.214463) (xy 94.627949 115.189435) + (xy 94.675257 115.164913) (xy 94.677627 115.163021) (xy 94.680307 115.161596) (xy 94.721605 115.127914) (xy 94.763265 115.094657) + (xy 94.767492 115.090489) (xy 94.767574 115.090422) (xy 94.767636 115.090347) (xy 94.769001 115.089001) (xy 94.864329 114.993673) + (xy 94.862324 115.137212) (xy 94.893991 115.309751) (xy 94.958568 115.472852) (xy 95.053594 115.620305) (xy 95.175452 115.746492) + (xy 95.242512 115.7931) (xy 93.853 115.7931) (xy 93.791783 115.799102) (xy 93.730507 115.804463) (xy 93.727143 115.80544) + (xy 93.723659 115.805782) (xy 93.664758 115.823565) (xy 93.605706 115.840722) (xy 93.6026 115.842332) (xy 93.599245 115.843345) + (xy 93.544901 115.87224) (xy 93.490325 115.90053) (xy 93.48759 115.902714) (xy 93.484497 115.904358) (xy 93.436822 115.94324) + (xy 93.388757 115.98161) (xy 93.383883 115.986416) (xy 93.383784 115.986497) (xy 93.383708 115.986589) (xy 93.382137 115.988138) + (xy 93.069176 116.3011) (xy 85.365825 116.3011) (xy 84.185188 115.120464) (xy 84.172466 115.05621) (xy 84.105618 114.894026) + (xy 84.008542 114.747914) (xy 83.884935 114.623441) (xy 83.739504 114.525347) (xy 83.577791 114.457369) (xy 83.405953 114.422096) + (xy 83.230537 114.420871) (xy 83.058224 114.453742) (xy 82.895577 114.519455) (xy 82.748791 114.615509) (xy 82.623458 114.738244) + (xy 82.524351 114.882986) (xy 82.455246 115.044221) (xy 82.418774 115.215809) (xy 82.416324 115.391212) (xy 82.447991 115.563751) + (xy 82.512568 115.726852) (xy 82.607594 115.874305) (xy 82.729452 116.000492) (xy 82.873498 116.100607) (xy 83.034247 116.170836) + (xy 83.205575 116.208505) (xy 83.380957 116.212179) (xy 83.391581 116.210306) (xy 84.619138 117.437863) (xy 84.666677 117.476912) + (xy 84.713788 117.516443) (xy 84.716857 117.51813) (xy 84.719563 117.520353) (xy 84.773791 117.54943) (xy 84.827674 117.579052) + (xy 84.83101 117.58011) (xy 84.834098 117.581766) (xy 84.892944 117.599757) (xy 84.951552 117.618348) (xy 84.955032 117.618738) + (xy 84.95838 117.619762) (xy 85.019578 117.625979) (xy 85.080703 117.632835) (xy 85.087547 117.632883) (xy 85.087676 117.632896) + (xy 85.087797 117.632885) (xy 85.09 117.6329) (xy 93.345 117.6329) (xy 93.406221 117.626897) (xy 93.467493 117.621537) + (xy 93.470857 117.62056) (xy 93.474341 117.620218) (xy 93.533196 117.602449) (xy 93.592294 117.585279) (xy 93.595405 117.583667) + (xy 93.598755 117.582655) (xy 93.653063 117.553778) (xy 93.707675 117.52547) (xy 93.71041 117.523286) (xy 93.713503 117.521642) + (xy 93.761202 117.48274) (xy 93.809242 117.44439) (xy 93.814111 117.439588) (xy 93.814216 117.439503) (xy 93.814296 117.439406) + (xy 93.815862 117.437862) (xy 94.128825 117.1249) (xy 95.000537 117.1249) (xy 94.970351 117.168986) (xy 94.901246 117.330221) + (xy 94.864774 117.501809) (xy 94.862324 117.677212) (xy 94.893991 117.849751) (xy 94.958568 118.012852) (xy 95.053594 118.160305) + (xy 95.175452 118.286492) (xy 95.319498 118.386607) (xy 95.480247 118.456836) (xy 95.651575 118.494505) (xy 95.826957 118.498179) + (xy 95.999713 118.467717) (xy 96.163261 118.404281) (xy 96.311374 118.310286) (xy 96.438408 118.189313) (xy 96.539526 118.045969) + (xy 96.610876 117.885714) (xy 96.64974 117.714653) (xy 96.652538 117.51429) (xy 96.618466 117.34221) (xy 96.551618 117.180026) + (xy 96.514993 117.1249) (xy 104.775 117.1249) (xy 104.836221 117.118897) (xy 104.897493 117.113537) (xy 104.900857 117.11256) + (xy 104.904341 117.112218) (xy 104.963196 117.094449) (xy 105.022294 117.077279) (xy 105.025405 117.075667) (xy 105.028755 117.074655) + (xy 105.083063 117.045778) (xy 105.137675 117.01747) (xy 105.14041 117.015286) (xy 105.143503 117.013642) (xy 105.191202 116.97474) + (xy 105.239242 116.93639) (xy 105.244111 116.931588) (xy 105.244216 116.931503) (xy 105.244296 116.931406) (xy 105.245862 116.929862) + (xy 106.320825 115.8549) (xy 116.971537 115.8549) (xy 116.941351 115.898986) (xy 116.872246 116.060221) (xy 116.835774 116.231809) + (xy 116.833324 116.407212) (xy 116.864991 116.579751) (xy 116.929568 116.742852) (xy 117.024594 116.890305) (xy 117.146452 117.016492) + (xy 117.290498 117.116607) (xy 117.451247 117.186836) (xy 117.622575 117.224505) (xy 117.797957 117.228179) (xy 117.970713 117.197717) + (xy 118.134261 117.134281) (xy 118.282374 117.040286) (xy 118.409408 116.919313) (xy 118.510526 116.775969) (xy 118.581876 116.615714) + (xy 118.62074 116.444653) (xy 118.623538 116.24429) (xy 118.589466 116.07221) (xy 118.522618 115.910026) (xy 118.485993 115.8549) + (xy 121.711088 115.8549) (xy 121.723594 115.874305) (xy 121.845452 116.000492) (xy 121.989498 116.100607) (xy 122.150247 116.170836) + (xy 122.321575 116.208505) (xy 122.496957 116.212179) (xy 122.669713 116.181717) (xy 122.833261 116.118281) (xy 122.981374 116.024286) + (xy 123.108408 115.903313) (xy 123.209526 115.759969) (xy 123.280876 115.599714) (xy 123.31974 115.428653) (xy 123.322538 115.22829) + (xy 123.288466 115.05621) (xy 123.221618 114.894026) (xy 123.124542 114.747914) (xy 123.000935 114.623441) (xy 122.855504 114.525347) + (xy 122.693791 114.457369) (xy 122.521953 114.422096) (xy 122.346537 114.420871) (xy 122.174224 114.453742) (xy 122.011577 114.519455) + (xy 122.006007 114.5231) (xy 118.194902 114.5231) (xy 119.492001 113.226) (xy 125.476 113.226) (xy 125.529043 113.220799) + (xy 125.58214 113.216153) (xy 125.585051 113.215307) (xy 125.588073 113.215011) (xy 125.639123 113.199598) (xy 125.69028 113.184736) + (xy 125.692973 113.18334) (xy 125.695878 113.182463) (xy 125.742949 113.157435) (xy 125.790257 113.132913) (xy 125.792627 113.131021) + (xy 125.795307 113.129596) (xy 125.836605 113.095914) (xy 125.878265 113.062657) (xy 125.882492 113.058489) (xy 125.882574 113.058422) + (xy 125.882636 113.058347) (xy 125.884001 113.057001) (xy 127.747002 111.194) (xy 128.800631 111.194) (xy 128.742577 111.217455) + (xy 128.595791 111.313509) (xy 128.470458 111.436244) (xy 128.371351 111.580986) (xy 128.302246 111.742221) (xy 128.265774 111.913809) + (xy 128.263324 112.089212) (xy 128.294991 112.261751) (xy 128.359568 112.424852) (xy 128.454594 112.572305) (xy 128.576452 112.698492) + (xy 128.582 112.702348) (xy 128.582 112.789785) (xy 128.490953 112.771096) (xy 128.315537 112.769871) (xy 128.143224 112.802742) + (xy 127.980577 112.868455) (xy 127.833791 112.964509) (xy 127.708458 113.087244) (xy 127.609351 113.231986) (xy 127.540246 113.393221) + (xy 127.503774 113.564809) (xy 127.501324 113.740212) (xy 127.532991 113.912751) (xy 127.597568 114.075852) (xy 127.692594 114.223305) + (xy 127.814452 114.349492) (xy 127.82 114.353348) (xy 127.82 124.333) (xy 127.825201 124.386043) (xy 127.829847 124.43914) + (xy 127.830693 124.442051) (xy 127.830989 124.445073) (xy 127.846402 124.496123) (xy 127.861264 124.54728) (xy 127.86266 124.549973) + (xy 127.863537 124.552878) (xy 127.888565 124.599949) (xy 127.913087 124.647257) (xy 127.914979 124.649627) (xy 127.916404 124.652307) + (xy 127.950086 124.693605) (xy 127.983343 124.735265) (xy 127.987511 124.739492) (xy 127.987578 124.739574) (xy 127.987653 124.739636) + (xy 127.988999 124.741001) (xy 134.877999 131.63) (xy 123.825 131.63) (xy 123.771957 131.635201) (xy 123.71886 131.639847) + (xy 123.715949 131.640693) (xy 123.712927 131.640989) (xy 123.661877 131.656402) (xy 123.61072 131.671264) (xy 123.608027 131.67266) + (xy 123.605122 131.673537) (xy 123.558051 131.698565) (xy 123.510743 131.723087) (xy 123.508373 131.724979) (xy 123.505693 131.726404) + (xy 123.464395 131.760086) (xy 123.422735 131.793343) (xy 123.418508 131.797511) (xy 123.418426 131.797578) (xy 123.418364 131.797653) + (xy 123.416999 131.798999) (xy 119.225999 135.989999) (xy 119.197262 136.024985) (xy 119.140296 135.96762) (xy 118.943246 135.834708) + (xy 118.724132 135.742601) (xy 118.491301 135.694808) (xy 118.253622 135.693148) (xy 118.020147 135.737686) (xy 117.799768 135.826725) + (xy 117.600882 135.956872) (xy 117.431062 136.123172) (xy 117.296778 136.31929) (xy 117.203143 136.537755) (xy 117.153726 136.770246) + (xy 117.150407 137.007908) (xy 117.193314 137.241689) (xy 117.280812 137.462683) (xy 117.409568 137.662474) (xy 117.574678 137.83345) + (xy 117.769853 137.9691) (xy 117.987659 138.064257) (xy 118.2198 138.115297) (xy 118.457433 138.120275) (xy 118.691508 138.079001) + (xy 118.913108 137.993048) (xy 119.057 137.901731) (xy 119.057 138.176) (xy 119.062201 138.229043) (xy 119.066847 138.28214) + (xy 119.067693 138.285051) (xy 119.067989 138.288073) (xy 119.083402 138.339123) (xy 119.09251 138.370475) (xy 118.870902 138.249707) + (xy 118.627777 138.173801) (xy 118.374515 138.146786) (xy 118.120849 138.169699) (xy 117.876527 138.241659) (xy 117.650939 138.359902) + (xy 117.633453 138.371585) (xy 117.568291 138.593015) (xy 118.364 139.388724) (xy 118.378142 139.374582) (xy 118.435418 139.431858) + (xy 118.421276 139.446) (xy 119.216985 140.241709) (xy 119.438415 140.176547) (xy 119.560293 139.952902) (xy 119.636199 139.709777) + (xy 119.663214 139.456515) (xy 119.640301 139.202849) (xy 119.568341 138.958527) (xy 119.532889 138.890891) (xy 119.739043 139.097045) + (xy 119.693726 139.310246) (xy 119.690407 139.547908) (xy 119.733314 139.781689) (xy 119.820812 140.002683) (xy 119.949568 140.202474) + (xy 120.114678 140.37345) (xy 120.309853 140.5091) (xy 120.527659 140.604257) (xy 120.7598 140.655297) (xy 120.997433 140.660275) + (xy 121.231508 140.619001) (xy 121.453108 140.533048) (xy 121.653792 140.40569) (xy 121.825917 140.241777) (xy 121.962927 140.047554) + (xy 122.059602 139.830418) (xy 122.112261 139.598639) (xy 122.116052 139.327157) (xy 122.069885 139.093999) (xy 121.97931 138.874247) + (xy 121.847777 138.676274) (xy 121.680296 138.50762) (xy 121.483246 138.374708) (xy 121.264132 138.282601) (xy 121.031301 138.234808) + (xy 120.793622 138.233148) (xy 120.560147 138.277686) (xy 120.554122 138.28012) (xy 120.211 137.936998) (xy 120.211 137.900395) + (xy 120.309853 137.9691) (xy 120.527659 138.064257) (xy 120.7598 138.115297) (xy 120.997433 138.120275) (xy 121.231508 138.079001) + (xy 121.453108 137.993048) (xy 121.597 137.901731) (xy 121.597 138.176) (xy 121.602201 138.229043) (xy 121.606847 138.28214) + (xy 121.607693 138.285051) (xy 121.607989 138.288073) (xy 121.623402 138.339123) (xy 121.638264 138.39028) (xy 121.63966 138.392973) + (xy 121.640537 138.395878) (xy 121.665565 138.442949) (xy 121.690087 138.490257) (xy 121.691979 138.492627) (xy 121.693404 138.495307) + (xy 121.727086 138.536605) (xy 121.760343 138.578265) (xy 121.764511 138.582492) (xy 121.764578 138.582574) (xy 121.764653 138.582636) + (xy 121.765999 138.584001) (xy 122.279043 139.097045) (xy 122.233726 139.310246) (xy 122.230407 139.547908) (xy 122.273314 139.781689) + (xy 122.360812 140.002683) (xy 122.489568 140.202474) (xy 122.654678 140.37345) (xy 122.849853 140.5091) (xy 123.067659 140.604257) + (xy 123.2998 140.655297) (xy 123.537433 140.660275) (xy 123.771508 140.619001) (xy 123.993108 140.533048) (xy 124.193792 140.40569) + (xy 124.365917 140.241777) (xy 124.502927 140.047554) (xy 124.599602 139.830418) (xy 124.652261 139.598639) (xy 124.652969 139.547908) + (xy 124.770407 139.547908) (xy 124.813314 139.781689) (xy 124.900812 140.002683) (xy 125.029568 140.202474) (xy 125.194678 140.37345) + (xy 125.389853 140.5091) (xy 125.607659 140.604257) (xy 125.8398 140.655297) (xy 126.077433 140.660275) (xy 126.311508 140.619001) + (xy 126.533108 140.533048) (xy 126.733792 140.40569) (xy 126.905917 140.241777) (xy 127.042927 140.047554) (xy 127.139602 139.830418) + (xy 127.192261 139.598639) (xy 127.192969 139.547908) (xy 127.310407 139.547908) (xy 127.353314 139.781689) (xy 127.440812 140.002683) + (xy 127.569568 140.202474) (xy 127.734678 140.37345) (xy 127.929853 140.5091) (xy 128.147659 140.604257) (xy 128.3798 140.655297) + (xy 128.617433 140.660275) (xy 128.851508 140.619001) (xy 129.073108 140.533048) (xy 129.273792 140.40569) (xy 129.445917 140.241777) + (xy 129.582927 140.047554) (xy 129.679602 139.830418) (xy 129.732261 139.598639) (xy 129.736052 139.327157) (xy 129.689885 139.093999) + (xy 129.59931 138.874247) (xy 129.467777 138.676274) (xy 129.300296 138.50762) (xy 129.103246 138.374708) (xy 128.884132 138.282601) + (xy 128.651301 138.234808) (xy 128.413622 138.233148) (xy 128.180147 138.277686) (xy 127.959768 138.366725) (xy 127.760882 138.496872) + (xy 127.591062 138.663172) (xy 127.456778 138.85929) (xy 127.363143 139.077755) (xy 127.313726 139.310246) (xy 127.310407 139.547908) + (xy 127.192969 139.547908) (xy 127.196052 139.327157) (xy 127.149885 139.093999) (xy 127.05931 138.874247) (xy 126.927777 138.676274) + (xy 126.760296 138.50762) (xy 126.563246 138.374708) (xy 126.344132 138.282601) (xy 126.111301 138.234808) (xy 125.873622 138.233148) + (xy 125.640147 138.277686) (xy 125.419768 138.366725) (xy 125.220882 138.496872) (xy 125.051062 138.663172) (xy 124.916778 138.85929) + (xy 124.823143 139.077755) (xy 124.773726 139.310246) (xy 124.770407 139.547908) (xy 124.652969 139.547908) (xy 124.656052 139.327157) + (xy 124.609885 139.093999) (xy 124.51931 138.874247) (xy 124.387777 138.676274) (xy 124.220296 138.50762) (xy 124.023246 138.374708) + (xy 123.804132 138.282601) (xy 123.571301 138.234808) (xy 123.333622 138.233148) (xy 123.100147 138.277686) (xy 123.094122 138.28012) + (xy 122.751 137.936998) (xy 122.751 137.900395) (xy 122.849853 137.9691) (xy 123.067659 138.064257) (xy 123.2998 138.115297) + (xy 123.537433 138.120275) (xy 123.771508 138.079001) (xy 123.993108 137.993048) (xy 124.193792 137.86569) (xy 124.365917 137.701777) + (xy 124.502927 137.507554) (xy 124.599602 137.290418) (xy 124.652261 137.058639) (xy 124.652969 137.007908) (xy 124.770407 137.007908) + (xy 124.813314 137.241689) (xy 124.900812 137.462683) (xy 125.029568 137.662474) (xy 125.194678 137.83345) (xy 125.389853 137.9691) + (xy 125.607659 138.064257) (xy 125.8398 138.115297) (xy 126.077433 138.120275) (xy 126.311508 138.079001) (xy 126.533108 137.993048) + (xy 126.733792 137.86569) (xy 126.905917 137.701777) (xy 127.042927 137.507554) (xy 127.139602 137.290418) (xy 127.192261 137.058639) + (xy 127.192969 137.007908) (xy 127.310407 137.007908) (xy 127.353314 137.241689) (xy 127.440812 137.462683) (xy 127.569568 137.662474) + (xy 127.734678 137.83345) (xy 127.929853 137.9691) (xy 128.147659 138.064257) (xy 128.3798 138.115297) (xy 128.617433 138.120275) + (xy 128.851508 138.079001) (xy 129.073108 137.993048) (xy 129.273792 137.86569) (xy 129.445917 137.701777) (xy 129.582927 137.507554) + (xy 129.679602 137.290418) (xy 129.732261 137.058639) (xy 129.736052 136.787157) (xy 129.689885 136.553999) (xy 129.59931 136.334247) + (xy 129.467777 136.136274) (xy 129.300296 135.96762) (xy 129.103246 135.834708) (xy 128.884132 135.742601) (xy 128.651301 135.694808) + (xy 128.413622 135.693148) (xy 128.180147 135.737686) (xy 127.959768 135.826725) (xy 127.760882 135.956872) (xy 127.591062 136.123172) + (xy 127.456778 136.31929) (xy 127.363143 136.537755) (xy 127.313726 136.770246) (xy 127.310407 137.007908) (xy 127.192969 137.007908) + (xy 127.196052 136.787157) (xy 127.149885 136.553999) (xy 127.05931 136.334247) (xy 126.927777 136.136274) (xy 126.760296 135.96762) + (xy 126.563246 135.834708) (xy 126.344132 135.742601) (xy 126.111301 135.694808) (xy 125.873622 135.693148) (xy 125.640147 135.737686) + (xy 125.419768 135.826725) (xy 125.220882 135.956872) (xy 125.051062 136.123172) (xy 124.916778 136.31929) (xy 124.823143 136.537755) + (xy 124.773726 136.770246) (xy 124.770407 137.007908) (xy 124.652969 137.007908) (xy 124.656052 136.787157) (xy 124.610235 136.555767) + (xy 126.858002 134.308) (xy 131.575998 134.308) (xy 131.544999 134.338999) (xy 131.511144 134.380215) (xy 131.47691 134.421014) + (xy 131.47545 134.42367) (xy 131.473522 134.426017) (xy 131.448306 134.473044) (xy 131.422659 134.519696) (xy 131.421743 134.522584) + (xy 131.420307 134.525262) (xy 131.404701 134.576307) (xy 131.388609 134.627035) (xy 131.388271 134.630045) (xy 131.387383 134.632951) + (xy 131.381997 134.685982) (xy 131.376056 134.738944) (xy 131.376015 134.74488) (xy 131.376004 134.744986) (xy 131.376013 134.745085) + (xy 131.376 134.747) (xy 131.376 135.509) (xy 131.381201 135.562043) (xy 131.385847 135.61514) (xy 131.386693 135.618051) + (xy 131.386989 135.621073) (xy 131.402402 135.672123) (xy 131.417264 135.72328) (xy 131.41866 135.725973) (xy 131.419537 135.728878) + (xy 131.427611 135.744064) (xy 131.424132 135.742601) (xy 131.191301 135.694808) (xy 130.953622 135.693148) (xy 130.720147 135.737686) + (xy 130.499768 135.826725) (xy 130.300882 135.956872) (xy 130.131062 136.123172) (xy 129.996778 136.31929) (xy 129.903143 136.537755) + (xy 129.853726 136.770246) (xy 129.850407 137.007908) (xy 129.893314 137.241689) (xy 129.980812 137.462683) (xy 130.109568 137.662474) + (xy 130.274678 137.83345) (xy 130.469853 137.9691) (xy 130.687659 138.064257) (xy 130.9198 138.115297) (xy 131.157433 138.120275) + (xy 131.391508 138.079001) (xy 131.613108 137.993048) (xy 131.757 137.901731) (xy 131.757 138.451436) (xy 131.643246 138.374708) + (xy 131.424132 138.282601) (xy 131.191301 138.234808) (xy 130.953622 138.233148) (xy 130.720147 138.277686) (xy 130.499768 138.366725) + (xy 130.300882 138.496872) (xy 130.131062 138.663172) (xy 129.996778 138.85929) (xy 129.903143 139.077755) (xy 129.853726 139.310246) + (xy 129.850407 139.547908) (xy 129.893314 139.781689) (xy 129.980812 140.002683) (xy 130.109568 140.202474) (xy 130.274678 140.37345) + (xy 130.469853 140.5091) (xy 130.687659 140.604257) (xy 130.9198 140.655297) (xy 131.157433 140.660275) (xy 131.391508 140.619001) + (xy 131.613108 140.533048) (xy 131.813792 140.40569) (xy 131.896741 140.326699) (xy 131.920343 140.356265) (xy 131.924511 140.360492) + (xy 131.924578 140.360574) (xy 131.924653 140.360636) (xy 131.925999 140.362001) (xy 133.195999 141.632) (xy 133.237186 141.665831) + (xy 133.278014 141.70009) (xy 133.28067 141.70155) (xy 133.283017 141.703478) (xy 133.330009 141.728675) (xy 133.376696 141.754341) + (xy 133.379589 141.755259) (xy 133.382262 141.756692) (xy 133.433261 141.772285) (xy 133.484035 141.788391) (xy 133.487046 141.788729) + (xy 133.489951 141.789617) (xy 133.542982 141.795003) (xy 133.595944 141.800944) (xy 133.60188 141.800985) (xy 133.601986 141.800996) + (xy 133.602085 141.800987) (xy 133.604 141.801) (xy 166.878 141.801) (xy 166.931043 141.795799) (xy 166.98414 141.791153) + (xy 166.987051 141.790307) (xy 166.990073 141.790011) (xy 167.041123 141.774598) (xy 167.09228 141.759736) (xy 167.094973 141.75834) + (xy 167.097878 141.757463) (xy 167.144949 141.732435) (xy 167.192257 141.707913) (xy 167.194627 141.706021) (xy 167.197307 141.704596) + (xy 167.238605 141.670914) (xy 167.280265 141.637657) (xy 167.284492 141.633489) (xy 167.284574 141.633422) (xy 167.284636 141.633347) + (xy 167.286001 141.632001) (xy 168.302001 140.616001) (xy 168.335856 140.574785) (xy 168.37009 140.533986) (xy 168.37155 140.53133) + (xy 168.373478 140.528983) (xy 168.398694 140.481956) (xy 168.424341 140.435304) (xy 168.425257 140.432416) (xy 168.426693 140.429738) + (xy 168.431771 140.41313) (xy 168.569853 140.5091) (xy 168.787659 140.604257) (xy 169.0198 140.655297) (xy 169.257433 140.660275) + (xy 169.491508 140.619001) (xy 169.713108 140.533048) (xy 169.913792 140.40569) (xy 170.085917 140.241777) (xy 170.222927 140.047554) + (xy 170.319602 139.830418) (xy 170.372261 139.598639) (xy 170.372969 139.547908) (xy 170.490407 139.547908) (xy 170.533314 139.781689) + (xy 170.620812 140.002683) (xy 170.749568 140.202474) (xy 170.914678 140.37345) (xy 171.109853 140.5091) (xy 171.327659 140.604257) + (xy 171.5598 140.655297) (xy 171.797433 140.660275) (xy 172.031508 140.619001) (xy 172.253108 140.533048) (xy 172.453792 140.40569) + (xy 172.625917 140.241777) (xy 172.762927 140.047554) (xy 172.859602 139.830418) (xy 172.912261 139.598639) (xy 172.912969 139.547908) + (xy 173.030407 139.547908) (xy 173.073314 139.781689) (xy 173.160812 140.002683) (xy 173.289568 140.202474) (xy 173.454678 140.37345) + (xy 173.649853 140.5091) (xy 173.867659 140.604257) (xy 174.0998 140.655297) (xy 174.337433 140.660275) (xy 174.571508 140.619001) + (xy 174.793108 140.533048) (xy 174.993792 140.40569) (xy 175.165917 140.241777) (xy 175.302927 140.047554) (xy 175.399602 139.830418) + (xy 175.452261 139.598639) (xy 175.452969 139.547908) (xy 175.570407 139.547908) (xy 175.613314 139.781689) (xy 175.700812 140.002683) + (xy 175.829568 140.202474) (xy 175.994678 140.37345) (xy 176.189853 140.5091) (xy 176.407659 140.604257) (xy 176.6398 140.655297) + (xy 176.877433 140.660275) (xy 177.111508 140.619001) (xy 177.333108 140.533048) (xy 177.533792 140.40569) (xy 177.705917 140.241777) + (xy 177.842927 140.047554) (xy 177.939602 139.830418) (xy 177.992261 139.598639) (xy 177.992969 139.547908) (xy 178.110407 139.547908) + (xy 178.153314 139.781689) (xy 178.240812 140.002683) (xy 178.369568 140.202474) (xy 178.534678 140.37345) (xy 178.729853 140.5091) + (xy 178.947659 140.604257) (xy 179.1798 140.655297) (xy 179.417433 140.660275) (xy 179.651508 140.619001) (xy 179.873108 140.533048) + (xy 180.073792 140.40569) (xy 180.245917 140.241777) (xy 180.382927 140.047554) (xy 180.479602 139.830418) (xy 180.532261 139.598639) + (xy 180.532969 139.547908) (xy 180.650407 139.547908) (xy 180.693314 139.781689) (xy 180.780812 140.002683) (xy 180.909568 140.202474) + (xy 181.074678 140.37345) (xy 181.269853 140.5091) (xy 181.487659 140.604257) (xy 181.7198 140.655297) (xy 181.957433 140.660275) + (xy 182.191508 140.619001) (xy 182.413108 140.533048) (xy 182.613792 140.40569) (xy 182.785917 140.241777) (xy 182.922927 140.047554) + (xy 183.019602 139.830418) (xy 183.072261 139.598639) (xy 183.072969 139.547908) (xy 183.190407 139.547908) (xy 183.233314 139.781689) + (xy 183.320812 140.002683) (xy 183.449568 140.202474) (xy 183.614678 140.37345) (xy 183.809853 140.5091) (xy 184.027659 140.604257) + (xy 184.2598 140.655297) (xy 184.497433 140.660275) (xy 184.731508 140.619001) (xy 184.953108 140.533048) (xy 185.153792 140.40569) + (xy 185.325917 140.241777) (xy 185.462927 140.047554) (xy 185.559602 139.830418) (xy 185.612261 139.598639) (xy 185.616052 139.327157) + (xy 185.569885 139.093999) (xy 185.47931 138.874247) (xy 185.347777 138.676274) (xy 185.180296 138.50762) (xy 184.983246 138.374708) + (xy 184.764132 138.282601) (xy 184.531301 138.234808) (xy 184.293622 138.233148) (xy 184.060147 138.277686) (xy 183.839768 138.366725) + (xy 183.640882 138.496872) (xy 183.471062 138.663172) (xy 183.336778 138.85929) (xy 183.243143 139.077755) (xy 183.193726 139.310246) + (xy 183.190407 139.547908) (xy 183.072969 139.547908) (xy 183.076052 139.327157) (xy 183.029885 139.093999) (xy 182.93931 138.874247) + (xy 182.807777 138.676274) (xy 182.640296 138.50762) (xy 182.443246 138.374708) (xy 182.224132 138.282601) (xy 181.991301 138.234808) + (xy 181.753622 138.233148) (xy 181.520147 138.277686) (xy 181.299768 138.366725) (xy 181.100882 138.496872) (xy 180.931062 138.663172) + (xy 180.796778 138.85929) (xy 180.703143 139.077755) (xy 180.653726 139.310246) (xy 180.650407 139.547908) (xy 180.532969 139.547908) + (xy 180.536052 139.327157) (xy 180.489885 139.093999) (xy 180.39931 138.874247) (xy 180.267777 138.676274) (xy 180.100296 138.50762) + (xy 179.903246 138.374708) (xy 179.684132 138.282601) (xy 179.451301 138.234808) (xy 179.213622 138.233148) (xy 178.980147 138.277686) + (xy 178.759768 138.366725) (xy 178.560882 138.496872) (xy 178.391062 138.663172) (xy 178.256778 138.85929) (xy 178.163143 139.077755) + (xy 178.113726 139.310246) (xy 178.110407 139.547908) (xy 177.992969 139.547908) (xy 177.996052 139.327157) (xy 177.949885 139.093999) + (xy 177.85931 138.874247) (xy 177.727777 138.676274) (xy 177.560296 138.50762) (xy 177.363246 138.374708) (xy 177.144132 138.282601) + (xy 176.911301 138.234808) (xy 176.673622 138.233148) (xy 176.440147 138.277686) (xy 176.219768 138.366725) (xy 176.020882 138.496872) + (xy 175.851062 138.663172) (xy 175.716778 138.85929) (xy 175.623143 139.077755) (xy 175.573726 139.310246) (xy 175.570407 139.547908) + (xy 175.452969 139.547908) (xy 175.456052 139.327157) (xy 175.409885 139.093999) (xy 175.31931 138.874247) (xy 175.187777 138.676274) + (xy 175.020296 138.50762) (xy 174.823246 138.374708) (xy 174.604132 138.282601) (xy 174.371301 138.234808) (xy 174.133622 138.233148) + (xy 173.900147 138.277686) (xy 173.679768 138.366725) (xy 173.480882 138.496872) (xy 173.311062 138.663172) (xy 173.176778 138.85929) + (xy 173.083143 139.077755) (xy 173.033726 139.310246) (xy 173.030407 139.547908) (xy 172.912969 139.547908) (xy 172.916052 139.327157) + (xy 172.869885 139.093999) (xy 172.77931 138.874247) (xy 172.647777 138.676274) (xy 172.480296 138.50762) (xy 172.283246 138.374708) + (xy 172.064132 138.282601) (xy 171.831301 138.234808) (xy 171.593622 138.233148) (xy 171.360147 138.277686) (xy 171.139768 138.366725) + (xy 170.940882 138.496872) (xy 170.771062 138.663172) (xy 170.636778 138.85929) (xy 170.543143 139.077755) (xy 170.493726 139.310246) + (xy 170.490407 139.547908) (xy 170.372969 139.547908) (xy 170.376052 139.327157) (xy 170.329885 139.093999) (xy 170.23931 138.874247) + (xy 170.107777 138.676274) (xy 169.940296 138.50762) (xy 169.743246 138.374708) (xy 169.524132 138.282601) (xy 169.291301 138.234808) + (xy 169.053622 138.233148) (xy 168.820147 138.277686) (xy 168.599768 138.366725) (xy 168.471 138.450988) (xy 168.471 138.415002) + (xy 168.815601 138.070401) (xy 169.0198 138.115297) (xy 169.257433 138.120275) (xy 169.491508 138.079001) (xy 169.713108 137.993048) + (xy 169.913792 137.86569) (xy 170.085917 137.701777) (xy 170.222927 137.507554) (xy 170.319602 137.290418) (xy 170.372261 137.058639) + (xy 170.372969 137.007908) (xy 170.490407 137.007908) (xy 170.533314 137.241689) (xy 170.620812 137.462683) (xy 170.749568 137.662474) + (xy 170.914678 137.83345) (xy 171.109853 137.9691) (xy 171.327659 138.064257) (xy 171.5598 138.115297) (xy 171.797433 138.120275) + (xy 172.031508 138.079001) (xy 172.253108 137.993048) (xy 172.453792 137.86569) (xy 172.625917 137.701777) (xy 172.762927 137.507554) + (xy 172.859602 137.290418) (xy 172.912261 137.058639) (xy 172.912969 137.007908) (xy 173.030407 137.007908) (xy 173.073314 137.241689) + (xy 173.160812 137.462683) (xy 173.289568 137.662474) (xy 173.454678 137.83345) (xy 173.649853 137.9691) (xy 173.867659 138.064257) + (xy 174.0998 138.115297) (xy 174.337433 138.120275) (xy 174.571508 138.079001) (xy 174.793108 137.993048) (xy 174.993792 137.86569) + (xy 175.165917 137.701777) (xy 175.302927 137.507554) (xy 175.399602 137.290418) (xy 175.452261 137.058639) (xy 175.452969 137.007908) + (xy 175.570407 137.007908) (xy 175.613314 137.241689) (xy 175.700812 137.462683) (xy 175.829568 137.662474) (xy 175.994678 137.83345) + (xy 176.189853 137.9691) (xy 176.407659 138.064257) (xy 176.6398 138.115297) (xy 176.877433 138.120275) (xy 177.111508 138.079001) + (xy 177.333108 137.993048) (xy 177.533792 137.86569) (xy 177.705917 137.701777) (xy 177.842927 137.507554) (xy 177.939602 137.290418) + (xy 177.992261 137.058639) (xy 177.992969 137.007908) (xy 178.110407 137.007908) (xy 178.153314 137.241689) (xy 178.240812 137.462683) + (xy 178.369568 137.662474) (xy 178.534678 137.83345) (xy 178.729853 137.9691) (xy 178.947659 138.064257) (xy 179.1798 138.115297) + (xy 179.417433 138.120275) (xy 179.651508 138.079001) (xy 179.873108 137.993048) (xy 180.073792 137.86569) (xy 180.185842 137.758985) + (xy 181.068291 137.758985) (xy 181.133453 137.980415) (xy 181.357098 138.102293) (xy 181.600223 138.178199) (xy 181.853485 138.205214) + (xy 182.107151 138.182301) (xy 182.351473 138.110341) (xy 182.577061 137.992098) (xy 182.594547 137.980415) (xy 182.659709 137.758985) + (xy 181.864 136.963276) (xy 181.068291 137.758985) (xy 180.185842 137.758985) (xy 180.245917 137.701777) (xy 180.382927 137.507554) + (xy 180.479602 137.290418) (xy 180.532261 137.058639) (xy 180.534539 136.895485) (xy 180.564786 136.895485) (xy 180.587699 137.149151) + (xy 180.659659 137.393473) (xy 180.777902 137.619061) (xy 180.789585 137.636547) (xy 181.011015 137.701709) (xy 181.806724 136.906) + (xy 181.921276 136.906) (xy 182.716985 137.701709) (xy 182.938415 137.636547) (xy 183.060293 137.412902) (xy 183.136199 137.169777) + (xy 183.163214 136.916515) (xy 183.140301 136.662849) (xy 183.068341 136.418527) (xy 182.950098 136.192939) (xy 182.938415 136.175453) + (xy 182.831534 136.144) (xy 183.189823 136.144) (xy 183.189823 137.668) (xy 183.195537 137.739661) (xy 183.233178 137.861205) + (xy 183.303189 137.967451) (xy 183.400028 138.049986) (xy 183.516026 138.102275) (xy 183.642 138.120177) (xy 185.166 138.120177) + (xy 185.237661 138.114463) (xy 185.359205 138.076822) (xy 185.465451 138.006811) (xy 185.547986 137.909972) (xy 185.600275 137.793974) + (xy 185.618177 137.668) (xy 185.618177 137.261908) (xy 221.036407 137.261908) (xy 221.079314 137.495689) (xy 221.166812 137.716683) + (xy 221.295568 137.916474) (xy 221.460678 138.08745) (xy 221.655853 138.2231) (xy 221.873659 138.318257) (xy 222.1058 138.369297) + (xy 222.343433 138.374275) (xy 222.577508 138.333001) (xy 222.799108 138.247048) (xy 222.999792 138.11969) (xy 223.111842 138.012985) + (xy 223.994291 138.012985) (xy 224.059453 138.234415) (xy 224.283098 138.356293) (xy 224.526223 138.432199) (xy 224.779485 138.459214) + (xy 225.033151 138.436301) (xy 225.277473 138.364341) (xy 225.503061 138.246098) (xy 225.520547 138.234415) (xy 225.585709 138.012985) + (xy 224.79 137.217276) (xy 223.994291 138.012985) (xy 223.111842 138.012985) (xy 223.171917 137.955777) (xy 223.308927 137.761554) + (xy 223.405602 137.544418) (xy 223.458261 137.312639) (xy 223.460539 137.149485) (xy 223.490786 137.149485) (xy 223.513699 137.403151) + (xy 223.585659 137.647473) (xy 223.703902 137.873061) (xy 223.715585 137.890547) (xy 223.937015 137.955709) (xy 224.732724 137.16) + (xy 224.847276 137.16) (xy 225.642985 137.955709) (xy 225.864415 137.890547) (xy 225.986293 137.666902) (xy 226.062199 137.423777) + (xy 226.089214 137.170515) (xy 226.066301 136.916849) (xy 225.994341 136.672527) (xy 225.876098 136.446939) (xy 225.864415 136.429453) + (xy 225.642985 136.364291) (xy 224.847276 137.16) (xy 224.732724 137.16) (xy 223.937015 136.364291) (xy 223.715585 136.429453) + (xy 223.593707 136.653098) (xy 223.517801 136.896223) (xy 223.490786 137.149485) (xy 223.460539 137.149485) (xy 223.462052 137.041157) + (xy 223.415885 136.807999) (xy 223.32531 136.588247) (xy 223.193777 136.390274) (xy 223.111098 136.307015) (xy 223.994291 136.307015) + (xy 224.79 137.102724) (xy 225.585709 136.307015) (xy 225.520547 136.085585) (xy 225.296902 135.963707) (xy 225.053777 135.887801) + (xy 224.800515 135.860786) (xy 224.546849 135.883699) (xy 224.302527 135.955659) (xy 224.076939 136.073902) (xy 224.059453 136.085585) + (xy 223.994291 136.307015) (xy 223.111098 136.307015) (xy 223.026296 136.22162) (xy 222.829246 136.088708) (xy 222.610132 135.996601) + (xy 222.377301 135.948808) (xy 222.139622 135.947148) (xy 221.906147 135.991686) (xy 221.685768 136.080725) (xy 221.486882 136.210872) + (xy 221.317062 136.377172) (xy 221.182778 136.57329) (xy 221.089143 136.791755) (xy 221.039726 137.024246) (xy 221.036407 137.261908) + (xy 185.618177 137.261908) (xy 185.618177 136.144) (xy 185.612463 136.072339) (xy 185.574822 135.950795) (xy 185.504811 135.844549) + (xy 185.407972 135.762014) (xy 185.291974 135.709725) (xy 185.166 135.691823) (xy 183.642 135.691823) (xy 183.570339 135.697537) + (xy 183.448795 135.735178) (xy 183.342549 135.805189) (xy 183.260014 135.902028) (xy 183.207725 136.018026) (xy 183.189823 136.144) + (xy 182.831534 136.144) (xy 182.716985 136.110291) (xy 181.921276 136.906) (xy 181.806724 136.906) (xy 181.011015 136.110291) + (xy 180.789585 136.175453) (xy 180.667707 136.399098) (xy 180.591801 136.642223) (xy 180.564786 136.895485) (xy 180.534539 136.895485) + (xy 180.536052 136.787157) (xy 180.489885 136.553999) (xy 180.39931 136.334247) (xy 180.267777 136.136274) (xy 180.185098 136.053015) + (xy 181.068291 136.053015) (xy 181.864 136.848724) (xy 182.659709 136.053015) (xy 182.594547 135.831585) (xy 182.370902 135.709707) + (xy 182.127777 135.633801) (xy 181.874515 135.606786) (xy 181.620849 135.629699) (xy 181.376527 135.701659) (xy 181.150939 135.819902) + (xy 181.133453 135.831585) (xy 181.068291 136.053015) (xy 180.185098 136.053015) (xy 180.100296 135.96762) (xy 179.903246 135.834708) + (xy 179.684132 135.742601) (xy 179.451301 135.694808) (xy 179.213622 135.693148) (xy 178.980147 135.737686) (xy 178.759768 135.826725) + (xy 178.560882 135.956872) (xy 178.391062 136.123172) (xy 178.256778 136.31929) (xy 178.163143 136.537755) (xy 178.113726 136.770246) + (xy 178.110407 137.007908) (xy 177.992969 137.007908) (xy 177.996052 136.787157) (xy 177.949885 136.553999) (xy 177.85931 136.334247) + (xy 177.727777 136.136274) (xy 177.560296 135.96762) (xy 177.363246 135.834708) (xy 177.144132 135.742601) (xy 176.911301 135.694808) + (xy 176.673622 135.693148) (xy 176.440147 135.737686) (xy 176.219768 135.826725) (xy 176.020882 135.956872) (xy 175.851062 136.123172) + (xy 175.716778 136.31929) (xy 175.623143 136.537755) (xy 175.573726 136.770246) (xy 175.570407 137.007908) (xy 175.452969 137.007908) + (xy 175.456052 136.787157) (xy 175.409885 136.553999) (xy 175.31931 136.334247) (xy 175.187777 136.136274) (xy 175.020296 135.96762) + (xy 174.823246 135.834708) (xy 174.604132 135.742601) (xy 174.371301 135.694808) (xy 174.133622 135.693148) (xy 173.900147 135.737686) + (xy 173.679768 135.826725) (xy 173.480882 135.956872) (xy 173.311062 136.123172) (xy 173.176778 136.31929) (xy 173.083143 136.537755) + (xy 173.033726 136.770246) (xy 173.030407 137.007908) (xy 172.912969 137.007908) (xy 172.916052 136.787157) (xy 172.869885 136.553999) + (xy 172.77931 136.334247) (xy 172.647777 136.136274) (xy 172.480296 135.96762) (xy 172.283246 135.834708) (xy 172.064132 135.742601) + (xy 171.831301 135.694808) (xy 171.593622 135.693148) (xy 171.360147 135.737686) (xy 171.139768 135.826725) (xy 170.940882 135.956872) + (xy 170.771062 136.123172) (xy 170.636778 136.31929) (xy 170.543143 136.537755) (xy 170.493726 136.770246) (xy 170.490407 137.007908) + (xy 170.372969 137.007908) (xy 170.376052 136.787157) (xy 170.329885 136.553999) (xy 170.23931 136.334247) (xy 170.107777 136.136274) + (xy 169.940296 135.96762) (xy 169.743246 135.834708) (xy 169.524132 135.742601) (xy 169.291301 135.694808) (xy 169.053622 135.693148) + (xy 168.820147 135.737686) (xy 168.599768 135.826725) (xy 168.400882 135.956872) (xy 168.231062 136.123172) (xy 168.096778 136.31929) + (xy 168.003143 136.537755) (xy 167.953726 136.770246) (xy 167.950407 137.007908) (xy 167.993314 137.241689) (xy 167.998702 137.255297) + (xy 167.485999 137.767999) (xy 167.452144 137.809215) (xy 167.41791 137.850014) (xy 167.41645 137.85267) (xy 167.414522 137.855017) + (xy 167.389306 137.902044) (xy 167.363659 137.948696) (xy 167.362743 137.951584) (xy 167.361307 137.954262) (xy 167.345701 138.005307) + (xy 167.329609 138.056035) (xy 167.329271 138.059045) (xy 167.328383 138.061951) (xy 167.322997 138.114982) (xy 167.317056 138.167944) + (xy 167.317015 138.17388) (xy 167.317004 138.173986) (xy 167.317013 138.174085) (xy 167.317 138.176) (xy 167.317 138.451436) + (xy 167.203246 138.374708) (xy 166.984132 138.282601) (xy 166.751301 138.234808) (xy 166.513622 138.233148) (xy 166.280147 138.277686) + (xy 166.059768 138.366725) (xy 165.931 138.450988) (xy 165.931 138.415002) (xy 166.275601 138.070401) (xy 166.4798 138.115297) + (xy 166.717433 138.120275) (xy 166.951508 138.079001) (xy 167.173108 137.993048) (xy 167.373792 137.86569) (xy 167.545917 137.701777) + (xy 167.682927 137.507554) (xy 167.779602 137.290418) (xy 167.832261 137.058639) (xy 167.836052 136.787157) (xy 167.789885 136.553999) + (xy 167.69931 136.334247) (xy 167.567777 136.136274) (xy 167.400296 135.96762) (xy 167.203246 135.834708) (xy 166.984132 135.742601) + (xy 166.751301 135.694808) (xy 166.513622 135.693148) (xy 166.280147 135.737686) (xy 166.059768 135.826725) (xy 165.860882 135.956872) + (xy 165.691062 136.123172) (xy 165.556778 136.31929) (xy 165.463143 136.537755) (xy 165.413726 136.770246) (xy 165.410407 137.007908) + (xy 165.453314 137.241689) (xy 165.458702 137.255297) (xy 164.945999 137.767999) (xy 164.912144 137.809215) (xy 164.87791 137.850014) + (xy 164.87645 137.85267) (xy 164.874522 137.855017) (xy 164.849306 137.902044) (xy 164.823659 137.948696) (xy 164.822743 137.951584) + (xy 164.821307 137.954262) (xy 164.805701 138.005307) (xy 164.789609 138.056035) (xy 164.789271 138.059045) (xy 164.788383 138.061951) + (xy 164.782997 138.114982) (xy 164.777056 138.167944) (xy 164.777015 138.17388) (xy 164.777004 138.173986) (xy 164.777013 138.174085) + (xy 164.777 138.176) (xy 164.777 138.451436) (xy 164.663246 138.374708) (xy 164.444132 138.282601) (xy 164.211301 138.234808) + (xy 163.973622 138.233148) (xy 163.740147 138.277686) (xy 163.519768 138.366725) (xy 163.320882 138.496872) (xy 163.151062 138.663172) + (xy 163.016778 138.85929) (xy 162.923143 139.077755) (xy 162.873726 139.310246) (xy 162.870407 139.547908) (xy 162.913314 139.781689) + (xy 163.000812 140.002683) (xy 163.088662 140.139) (xy 162.538419 140.139) (xy 162.602927 140.047554) (xy 162.699602 139.830418) + (xy 162.752261 139.598639) (xy 162.756052 139.327157) (xy 162.709885 139.093999) (xy 162.61931 138.874247) (xy 162.487777 138.676274) + (xy 162.320296 138.50762) (xy 162.123246 138.374708) (xy 161.904132 138.282601) (xy 161.671301 138.234808) (xy 161.433622 138.233148) + (xy 161.200147 138.277686) (xy 160.979768 138.366725) (xy 160.780882 138.496872) (xy 160.611062 138.663172) (xy 160.476778 138.85929) + (xy 160.383143 139.077755) (xy 160.333726 139.310246) (xy 160.330407 139.547908) (xy 160.373314 139.781689) (xy 160.460812 140.002683) + (xy 160.548662 140.139) (xy 159.998419 140.139) (xy 160.062927 140.047554) (xy 160.159602 139.830418) (xy 160.212261 139.598639) + (xy 160.216052 139.327157) (xy 160.169885 139.093999) (xy 160.07931 138.874247) (xy 159.947777 138.676274) (xy 159.780296 138.50762) + (xy 159.583246 138.374708) (xy 159.364132 138.282601) (xy 159.131301 138.234808) (xy 158.893622 138.233148) (xy 158.759697 138.258696) + (xy 158.516846 138.015844) (xy 158.627659 138.064257) (xy 158.8598 138.115297) (xy 159.097433 138.120275) (xy 159.331508 138.079001) + (xy 159.553108 137.993048) (xy 159.753792 137.86569) (xy 159.925917 137.701777) (xy 160.062927 137.507554) (xy 160.159602 137.290418) + (xy 160.212261 137.058639) (xy 160.212969 137.007908) (xy 160.330407 137.007908) (xy 160.373314 137.241689) (xy 160.460812 137.462683) + (xy 160.589568 137.662474) (xy 160.754678 137.83345) (xy 160.949853 137.9691) (xy 161.167659 138.064257) (xy 161.3998 138.115297) + (xy 161.637433 138.120275) (xy 161.871508 138.079001) (xy 162.093108 137.993048) (xy 162.293792 137.86569) (xy 162.465917 137.701777) + (xy 162.602927 137.507554) (xy 162.699602 137.290418) (xy 162.752261 137.058639) (xy 162.752969 137.007908) (xy 162.870407 137.007908) + (xy 162.913314 137.241689) (xy 163.000812 137.462683) (xy 163.129568 137.662474) (xy 163.294678 137.83345) (xy 163.489853 137.9691) + (xy 163.707659 138.064257) (xy 163.9398 138.115297) (xy 164.177433 138.120275) (xy 164.411508 138.079001) (xy 164.633108 137.993048) + (xy 164.833792 137.86569) (xy 165.005917 137.701777) (xy 165.142927 137.507554) (xy 165.239602 137.290418) (xy 165.292261 137.058639) + (xy 165.296052 136.787157) (xy 165.249885 136.553999) (xy 165.15931 136.334247) (xy 165.027777 136.136274) (xy 164.860296 135.96762) + (xy 164.663246 135.834708) (xy 164.444132 135.742601) (xy 164.211301 135.694808) (xy 163.973622 135.693148) (xy 163.740147 135.737686) + (xy 163.519768 135.826725) (xy 163.320882 135.956872) (xy 163.151062 136.123172) (xy 163.016778 136.31929) (xy 162.923143 136.537755) + (xy 162.873726 136.770246) (xy 162.870407 137.007908) (xy 162.752969 137.007908) (xy 162.756052 136.787157) (xy 162.709885 136.553999) + (xy 162.61931 136.334247) (xy 162.487777 136.136274) (xy 162.320296 135.96762) (xy 162.123246 135.834708) (xy 161.904132 135.742601) + (xy 161.671301 135.694808) (xy 161.433622 135.693148) (xy 161.200147 135.737686) (xy 160.979768 135.826725) (xy 160.780882 135.956872) + (xy 160.611062 136.123172) (xy 160.476778 136.31929) (xy 160.383143 136.537755) (xy 160.333726 136.770246) (xy 160.330407 137.007908) + (xy 160.212969 137.007908) (xy 160.216052 136.787157) (xy 160.169885 136.553999) (xy 160.07931 136.334247) (xy 159.947777 136.136274) + (xy 159.780296 135.96762) (xy 159.583246 135.834708) (xy 159.364132 135.742601) (xy 159.131301 135.694808) (xy 158.893622 135.693148) + (xy 158.660147 135.737686) (xy 158.439768 135.826725) (xy 158.301697 135.917076) (xy 158.301153 135.91086) (xy 158.300307 135.907949) + (xy 158.300011 135.904927) (xy 158.284598 135.853877) (xy 158.269736 135.80272) (xy 158.26834 135.800027) (xy 158.267463 135.797122) + (xy 158.242414 135.750012) (xy 158.217912 135.702743) (xy 158.216023 135.700376) (xy 158.214596 135.697693) (xy 158.180891 135.656368) + (xy 158.147657 135.614735) (xy 158.143492 135.610512) (xy 158.143422 135.610426) (xy 158.143342 135.61036) (xy 158.142 135.608999) + (xy 157.25491 134.721908) (xy 205.796407 134.721908) (xy 205.839314 134.955689) (xy 205.926812 135.176683) (xy 206.055568 135.376474) + (xy 206.220678 135.54745) (xy 206.415853 135.6831) (xy 206.633659 135.778257) (xy 206.8658 135.829297) (xy 207.103433 135.834275) + (xy 207.337508 135.793001) (xy 207.559108 135.707048) (xy 207.759792 135.57969) (xy 207.931917 135.415777) (xy 208.068927 135.221554) + (xy 208.165602 135.004418) (xy 208.218261 134.772639) (xy 208.218969 134.721908) (xy 215.956407 134.721908) (xy 215.999314 134.955689) + (xy 216.086812 135.176683) (xy 216.215568 135.376474) (xy 216.380678 135.54745) (xy 216.575853 135.6831) (xy 216.793659 135.778257) + (xy 217.0258 135.829297) (xy 217.263433 135.834275) (xy 217.497508 135.793001) (xy 217.719108 135.707048) (xy 217.919792 135.57969) + (xy 218.091917 135.415777) (xy 218.228927 135.221554) (xy 218.325602 135.004418) (xy 218.378261 134.772639) (xy 218.378969 134.721908) + (xy 221.036407 134.721908) (xy 221.079314 134.955689) (xy 221.166812 135.176683) (xy 221.295568 135.376474) (xy 221.460678 135.54745) + (xy 221.655853 135.6831) (xy 221.873659 135.778257) (xy 222.1058 135.829297) (xy 222.343433 135.834275) (xy 222.577508 135.793001) + (xy 222.799108 135.707048) (xy 222.999792 135.57969) (xy 223.171917 135.415777) (xy 223.308927 135.221554) (xy 223.405602 135.004418) + (xy 223.458261 134.772639) (xy 223.458969 134.721908) (xy 223.576407 134.721908) (xy 223.619314 134.955689) (xy 223.706812 135.176683) + (xy 223.835568 135.376474) (xy 224.000678 135.54745) (xy 224.195853 135.6831) (xy 224.413659 135.778257) (xy 224.6458 135.829297) + (xy 224.883433 135.834275) (xy 225.117508 135.793001) (xy 225.339108 135.707048) (xy 225.539792 135.57969) (xy 225.711917 135.415777) + (xy 225.848927 135.221554) (xy 225.945602 135.004418) (xy 225.998261 134.772639) (xy 226.002052 134.501157) (xy 225.955885 134.267999) + (xy 225.86531 134.048247) (xy 225.733777 133.850274) (xy 225.566296 133.68162) (xy 225.369246 133.548708) (xy 225.150132 133.456601) + (xy 224.917301 133.408808) (xy 224.679622 133.407148) (xy 224.446147 133.451686) (xy 224.225768 133.540725) (xy 224.026882 133.670872) + (xy 223.857062 133.837172) (xy 223.722778 134.03329) (xy 223.629143 134.251755) (xy 223.579726 134.484246) (xy 223.576407 134.721908) + (xy 223.458969 134.721908) (xy 223.462052 134.501157) (xy 223.415885 134.267999) (xy 223.32531 134.048247) (xy 223.193777 133.850274) + (xy 223.026296 133.68162) (xy 222.829246 133.548708) (xy 222.610132 133.456601) (xy 222.377301 133.408808) (xy 222.139622 133.407148) + (xy 221.906147 133.451686) (xy 221.685768 133.540725) (xy 221.486882 133.670872) (xy 221.317062 133.837172) (xy 221.182778 134.03329) + (xy 221.089143 134.251755) (xy 221.039726 134.484246) (xy 221.036407 134.721908) (xy 218.378969 134.721908) (xy 218.382052 134.501157) + (xy 218.335885 134.267999) (xy 218.24531 134.048247) (xy 218.113777 133.850274) (xy 217.946296 133.68162) (xy 217.749246 133.548708) + (xy 217.530132 133.456601) (xy 217.297301 133.408808) (xy 217.059622 133.407148) (xy 216.826147 133.451686) (xy 216.605768 133.540725) + (xy 216.406882 133.670872) (xy 216.237062 133.837172) (xy 216.102778 134.03329) (xy 216.009143 134.251755) (xy 215.959726 134.484246) + (xy 215.956407 134.721908) (xy 208.218969 134.721908) (xy 208.222052 134.501157) (xy 208.175885 134.267999) (xy 208.08531 134.048247) + (xy 207.953777 133.850274) (xy 207.786296 133.68162) (xy 207.589246 133.548708) (xy 207.370132 133.456601) (xy 207.137301 133.408808) + (xy 206.899622 133.407148) (xy 206.666147 133.451686) (xy 206.445768 133.540725) (xy 206.246882 133.670872) (xy 206.077062 133.837172) + (xy 205.942778 134.03329) (xy 205.849143 134.251755) (xy 205.799726 134.484246) (xy 205.796407 134.721908) (xy 157.25491 134.721908) + (xy 154.71491 132.181908) (xy 221.036407 132.181908) (xy 221.079314 132.415689) (xy 221.166812 132.636683) (xy 221.295568 132.836474) + (xy 221.460678 133.00745) (xy 221.655853 133.1431) (xy 221.873659 133.238257) (xy 222.1058 133.289297) (xy 222.343433 133.294275) + (xy 222.577508 133.253001) (xy 222.799108 133.167048) (xy 222.999792 133.03969) (xy 223.171917 132.875777) (xy 223.308927 132.681554) + (xy 223.405602 132.464418) (xy 223.458261 132.232639) (xy 223.458969 132.181908) (xy 223.576407 132.181908) (xy 223.619314 132.415689) + (xy 223.706812 132.636683) (xy 223.835568 132.836474) (xy 224.000678 133.00745) (xy 224.195853 133.1431) (xy 224.413659 133.238257) + (xy 224.6458 133.289297) (xy 224.883433 133.294275) (xy 225.117508 133.253001) (xy 225.339108 133.167048) (xy 225.539792 133.03969) + (xy 225.711917 132.875777) (xy 225.848927 132.681554) (xy 225.945602 132.464418) (xy 225.998261 132.232639) (xy 226.002052 131.961157) + (xy 225.955885 131.727999) (xy 225.86531 131.508247) (xy 225.733777 131.310274) (xy 225.566296 131.14162) (xy 225.369246 131.008708) + (xy 225.150132 130.916601) (xy 224.917301 130.868808) (xy 224.679622 130.867148) (xy 224.446147 130.911686) (xy 224.225768 131.000725) + (xy 224.026882 131.130872) (xy 223.857062 131.297172) (xy 223.722778 131.49329) (xy 223.629143 131.711755) (xy 223.579726 131.944246) + (xy 223.576407 132.181908) (xy 223.458969 132.181908) (xy 223.462052 131.961157) (xy 223.415885 131.727999) (xy 223.32531 131.508247) + (xy 223.193777 131.310274) (xy 223.026296 131.14162) (xy 222.829246 131.008708) (xy 222.610132 130.916601) (xy 222.377301 130.868808) + (xy 222.139622 130.867148) (xy 221.906147 130.911686) (xy 221.685768 131.000725) (xy 221.486882 131.130872) (xy 221.317062 131.297172) + (xy 221.182778 131.49329) (xy 221.089143 131.711755) (xy 221.039726 131.944246) (xy 221.036407 132.181908) (xy 154.71491 132.181908) + (xy 154.586001 132.052999) (xy 154.544785 132.019144) (xy 154.503986 131.98491) (xy 154.50133 131.98345) (xy 154.498983 131.981522) + (xy 154.451956 131.956306) (xy 154.405304 131.930659) (xy 154.402416 131.929743) (xy 154.399738 131.928307) (xy 154.348693 131.912701) + (xy 154.297965 131.896609) (xy 154.294955 131.896271) (xy 154.292049 131.895383) (xy 154.239018 131.889997) (xy 154.186056 131.884056) + (xy 154.18012 131.884015) (xy 154.180014 131.884004) (xy 154.179915 131.884013) (xy 154.178 131.884) (xy 138.669002 131.884) + (xy 136.325002 129.54) (xy 180.649823 129.54) (xy 180.649823 131.064) (xy 180.655537 131.135661) (xy 180.693178 131.257205) + (xy 180.763189 131.363451) (xy 180.860028 131.445986) (xy 180.976026 131.498275) (xy 181.102 131.516177) (xy 182.626 131.516177) + (xy 182.697661 131.510463) (xy 182.819205 131.472822) (xy 182.925451 131.402811) (xy 183.007986 131.305972) (xy 183.060275 131.189974) + (xy 183.078177 131.064) (xy 183.078177 130.403908) (xy 183.190407 130.403908) (xy 183.233314 130.637689) (xy 183.320812 130.858683) + (xy 183.449568 131.058474) (xy 183.614678 131.22945) (xy 183.809853 131.3651) (xy 184.027659 131.460257) (xy 184.2598 131.511297) + (xy 184.497433 131.516275) (xy 184.731508 131.475001) (xy 184.953108 131.389048) (xy 185.153792 131.26169) (xy 185.325917 131.097777) + (xy 185.462927 130.903554) (xy 185.559602 130.686418) (xy 185.612261 130.454639) (xy 185.616052 130.183157) (xy 185.569885 129.949999) + (xy 185.47931 129.730247) (xy 185.420618 129.641908) (xy 221.036407 129.641908) (xy 221.079314 129.875689) (xy 221.166812 130.096683) + (xy 221.295568 130.296474) (xy 221.460678 130.46745) (xy 221.655853 130.6031) (xy 221.873659 130.698257) (xy 222.1058 130.749297) + (xy 222.343433 130.754275) (xy 222.577508 130.713001) (xy 222.799108 130.627048) (xy 222.999792 130.49969) (xy 223.171917 130.335777) + (xy 223.308927 130.141554) (xy 223.405602 129.924418) (xy 223.458261 129.692639) (xy 223.458969 129.641908) (xy 223.576407 129.641908) + (xy 223.619314 129.875689) (xy 223.706812 130.096683) (xy 223.835568 130.296474) (xy 224.000678 130.46745) (xy 224.195853 130.6031) + (xy 224.413659 130.698257) (xy 224.6458 130.749297) (xy 224.883433 130.754275) (xy 225.117508 130.713001) (xy 225.339108 130.627048) + (xy 225.539792 130.49969) (xy 225.711917 130.335777) (xy 225.848927 130.141554) (xy 225.945602 129.924418) (xy 225.998261 129.692639) + (xy 226.002052 129.421157) (xy 225.955885 129.187999) (xy 225.86531 128.968247) (xy 225.733777 128.770274) (xy 225.566296 128.60162) + (xy 225.369246 128.468708) (xy 225.150132 128.376601) (xy 224.917301 128.328808) (xy 224.679622 128.327148) (xy 224.446147 128.371686) + (xy 224.225768 128.460725) (xy 224.026882 128.590872) (xy 223.857062 128.757172) (xy 223.722778 128.95329) (xy 223.629143 129.171755) + (xy 223.579726 129.404246) (xy 223.576407 129.641908) (xy 223.458969 129.641908) (xy 223.462052 129.421157) (xy 223.415885 129.187999) + (xy 223.32531 128.968247) (xy 223.193777 128.770274) (xy 223.026296 128.60162) (xy 222.829246 128.468708) (xy 222.610132 128.376601) + (xy 222.377301 128.328808) (xy 222.139622 128.327148) (xy 221.906147 128.371686) (xy 221.685768 128.460725) (xy 221.486882 128.590872) + (xy 221.317062 128.757172) (xy 221.182778 128.95329) (xy 221.089143 129.171755) (xy 221.039726 129.404246) (xy 221.036407 129.641908) + (xy 185.420618 129.641908) (xy 185.347777 129.532274) (xy 185.180296 129.36362) (xy 184.983246 129.230708) (xy 184.764132 129.138601) + (xy 184.531301 129.090808) (xy 184.293622 129.089148) (xy 184.060147 129.133686) (xy 183.839768 129.222725) (xy 183.640882 129.352872) + (xy 183.471062 129.519172) (xy 183.336778 129.71529) (xy 183.243143 129.933755) (xy 183.193726 130.166246) (xy 183.190407 130.403908) + (xy 183.078177 130.403908) (xy 183.078177 129.54) (xy 183.072463 129.468339) (xy 183.034822 129.346795) (xy 182.964811 129.240549) + (xy 182.867972 129.158014) (xy 182.751974 129.105725) (xy 182.626 129.087823) (xy 181.102 129.087823) (xy 181.030339 129.093537) + (xy 180.908795 129.131178) (xy 180.802549 129.201189) (xy 180.720014 129.298028) (xy 180.667725 129.414026) (xy 180.649823 129.54) + (xy 136.325002 129.54) (xy 133.098214 126.313212) (xy 205.606324 126.313212) (xy 205.637991 126.485751) (xy 205.702568 126.648852) + (xy 205.797594 126.796305) (xy 205.919452 126.922492) (xy 206.063498 127.022607) (xy 206.224247 127.092836) (xy 206.395575 127.130505) + (xy 206.570957 127.134179) (xy 206.743713 127.103717) (xy 206.748376 127.101908) (xy 221.036407 127.101908) (xy 221.079314 127.335689) + (xy 221.166812 127.556683) (xy 221.295568 127.756474) (xy 221.460678 127.92745) (xy 221.655853 128.0631) (xy 221.873659 128.158257) + (xy 222.1058 128.209297) (xy 222.343433 128.214275) (xy 222.577508 128.173001) (xy 222.799108 128.087048) (xy 222.999792 127.95969) + (xy 223.171917 127.795777) (xy 223.308927 127.601554) (xy 223.405602 127.384418) (xy 223.458261 127.152639) (xy 223.458969 127.101908) + (xy 223.576407 127.101908) (xy 223.619314 127.335689) (xy 223.706812 127.556683) (xy 223.835568 127.756474) (xy 224.000678 127.92745) + (xy 224.195853 128.0631) (xy 224.413659 128.158257) (xy 224.6458 128.209297) (xy 224.883433 128.214275) (xy 225.117508 128.173001) + (xy 225.339108 128.087048) (xy 225.539792 127.95969) (xy 225.711917 127.795777) (xy 225.848927 127.601554) (xy 225.945602 127.384418) + (xy 225.998261 127.152639) (xy 226.002052 126.881157) (xy 225.955885 126.647999) (xy 225.86531 126.428247) (xy 225.733777 126.230274) + (xy 225.566296 126.06162) (xy 225.369246 125.928708) (xy 225.150132 125.836601) (xy 224.917301 125.788808) (xy 224.679622 125.787148) + (xy 224.446147 125.831686) (xy 224.225768 125.920725) (xy 224.026882 126.050872) (xy 223.857062 126.217172) (xy 223.722778 126.41329) + (xy 223.629143 126.631755) (xy 223.579726 126.864246) (xy 223.576407 127.101908) (xy 223.458969 127.101908) (xy 223.462052 126.881157) + (xy 223.415885 126.647999) (xy 223.32531 126.428247) (xy 223.193777 126.230274) (xy 223.026296 126.06162) (xy 222.829246 125.928708) + (xy 222.610132 125.836601) (xy 222.377301 125.788808) (xy 222.139622 125.787148) (xy 221.906147 125.831686) (xy 221.685768 125.920725) + (xy 221.486882 126.050872) (xy 221.317062 126.217172) (xy 221.182778 126.41329) (xy 221.089143 126.631755) (xy 221.039726 126.864246) + (xy 221.036407 127.101908) (xy 206.748376 127.101908) (xy 206.907261 127.040281) (xy 207.055374 126.946286) (xy 207.182408 126.825313) + (xy 207.283526 126.681969) (xy 207.354876 126.521714) (xy 207.39374 126.350653) (xy 207.396538 126.15029) (xy 207.362466 125.97821) + (xy 207.295618 125.816026) (xy 207.198542 125.669914) (xy 207.074935 125.545441) (xy 206.929504 125.447347) (xy 206.767791 125.379369) + (xy 206.627405 125.350552) (xy 209.177564 125.350552) (xy 209.209231 125.523091) (xy 209.273808 125.686192) (xy 209.368834 125.833645) + (xy 209.490692 125.959832) (xy 209.634738 126.059947) (xy 209.795487 126.130176) (xy 209.966815 126.167845) (xy 210.142197 126.171519) + (xy 210.314953 126.141057) (xy 210.478501 126.077621) (xy 210.626614 125.983626) (xy 210.753648 125.862653) (xy 210.854766 125.719309) + (xy 210.926116 125.559054) (xy 210.96498 125.387993) (xy 210.967778 125.18763) (xy 210.933706 125.01555) (xy 210.866858 124.853366) + (xy 210.769782 124.707254) (xy 210.646175 124.582781) (xy 210.61523 124.561908) (xy 221.036407 124.561908) (xy 221.079314 124.795689) + (xy 221.166812 125.016683) (xy 221.295568 125.216474) (xy 221.460678 125.38745) (xy 221.655853 125.5231) (xy 221.873659 125.618257) + (xy 222.1058 125.669297) (xy 222.343433 125.674275) (xy 222.577508 125.633001) (xy 222.799108 125.547048) (xy 222.999792 125.41969) + (xy 223.171917 125.255777) (xy 223.308927 125.061554) (xy 223.405602 124.844418) (xy 223.458261 124.612639) (xy 223.458969 124.561908) + (xy 223.576407 124.561908) (xy 223.619314 124.795689) (xy 223.706812 125.016683) (xy 223.835568 125.216474) (xy 224.000678 125.38745) + (xy 224.195853 125.5231) (xy 224.413659 125.618257) (xy 224.6458 125.669297) (xy 224.883433 125.674275) (xy 225.117508 125.633001) + (xy 225.339108 125.547048) (xy 225.539792 125.41969) (xy 225.711917 125.255777) (xy 225.848927 125.061554) (xy 225.945602 124.844418) + (xy 225.998261 124.612639) (xy 226.002052 124.341157) (xy 225.955885 124.107999) (xy 225.86531 123.888247) (xy 225.733777 123.690274) + (xy 225.566296 123.52162) (xy 225.369246 123.388708) (xy 225.150132 123.296601) (xy 224.917301 123.248808) (xy 224.679622 123.247148) + (xy 224.446147 123.291686) (xy 224.225768 123.380725) (xy 224.026882 123.510872) (xy 223.857062 123.677172) (xy 223.722778 123.87329) + (xy 223.629143 124.091755) (xy 223.579726 124.324246) (xy 223.576407 124.561908) (xy 223.458969 124.561908) (xy 223.462052 124.341157) + (xy 223.415885 124.107999) (xy 223.32531 123.888247) (xy 223.193777 123.690274) (xy 223.026296 123.52162) (xy 222.829246 123.388708) + (xy 222.610132 123.296601) (xy 222.377301 123.248808) (xy 222.139622 123.247148) (xy 221.906147 123.291686) (xy 221.685768 123.380725) + (xy 221.486882 123.510872) (xy 221.317062 123.677172) (xy 221.182778 123.87329) (xy 221.089143 124.091755) (xy 221.039726 124.324246) + (xy 221.036407 124.561908) (xy 210.61523 124.561908) (xy 210.500744 124.484687) (xy 210.339031 124.416709) (xy 210.167193 124.381436) + (xy 209.991777 124.380211) (xy 209.819464 124.413082) (xy 209.656817 124.478795) (xy 209.510031 124.574849) (xy 209.384698 124.697584) + (xy 209.285591 124.842326) (xy 209.216486 125.003561) (xy 209.180014 125.175149) (xy 209.177564 125.350552) (xy 206.627405 125.350552) + (xy 206.595953 125.344096) (xy 206.420537 125.342871) (xy 206.248224 125.375742) (xy 206.085577 125.441455) (xy 205.938791 125.537509) + (xy 205.813458 125.660244) (xy 205.714351 125.804986) (xy 205.645246 125.966221) (xy 205.608774 126.137809) (xy 205.606324 126.313212) + (xy 133.098214 126.313212) (xy 132.43384 125.648838) (xy 167.905438 125.648838) (xy 167.962977 125.863767) (xy 168.175825 125.979317) + (xy 168.407126 126.051122) (xy 168.647991 126.076423) (xy 168.889164 126.054247) (xy 169.121377 125.985447) (xy 169.335705 125.872666) + (xy 169.349023 125.863767) (xy 169.406562 125.648838) (xy 175.525438 125.648838) (xy 175.582977 125.863767) (xy 175.795825 125.979317) + (xy 176.027126 126.051122) (xy 176.267991 126.076423) (xy 176.509164 126.054247) (xy 176.741377 125.985447) (xy 176.955705 125.872666) + (xy 176.969023 125.863767) (xy 177.026562 125.648838) (xy 176.276 124.898276) (xy 175.525438 125.648838) (xy 169.406562 125.648838) + (xy 168.656 124.898276) (xy 167.905438 125.648838) (xy 132.43384 125.648838) (xy 131.617993 124.832991) (xy 167.420577 124.832991) + (xy 167.442753 125.074164) (xy 167.511553 125.306377) (xy 167.624334 125.520705) (xy 167.633233 125.534023) (xy 167.848162 125.591562) + (xy 168.598724 124.841) (xy 168.713276 124.841) (xy 169.463838 125.591562) (xy 169.678767 125.534023) (xy 169.794317 125.321175) + (xy 169.866122 125.089874) (xy 169.891423 124.849009) (xy 169.889951 124.832991) (xy 175.040577 124.832991) (xy 175.062753 125.074164) + (xy 175.131553 125.306377) (xy 175.244334 125.520705) (xy 175.253233 125.534023) (xy 175.468162 125.591562) (xy 176.218724 124.841) + (xy 176.333276 124.841) (xy 177.083838 125.591562) (xy 177.298767 125.534023) (xy 177.414317 125.321175) (xy 177.41844 125.307891) + (xy 193.668157 125.307891) (xy 193.70432 125.504926) (xy 193.778065 125.691185) (xy 193.886583 125.859573) (xy 194.025742 126.003676) + (xy 194.19024 126.118005) (xy 194.373812 126.198205) (xy 194.569465 126.241222) (xy 194.769748 126.245418) (xy 194.967031 126.210631) + (xy 195.1538 126.138188) (xy 195.322941 126.030848) (xy 195.468012 125.892699) (xy 195.583487 125.729003) (xy 195.664967 125.545996) + (xy 195.709349 125.350647) (xy 195.712544 125.121837) (xy 195.673634 124.925325) (xy 195.597295 124.740114) (xy 195.486436 124.573258) + (xy 195.482953 124.56975) (xy 196.2555 124.56975) (xy 196.2555 124.893299) (xy 196.275906 124.995887) (xy 196.315934 125.092523) + (xy 196.374045 125.179493) (xy 196.448007 125.253455) (xy 196.534977 125.311566) (xy 196.631613 125.351594) (xy 196.734201 125.372) + (xy 197.31175 125.372) (xy 197.4445 125.23925) (xy 197.4445 124.437) (xy 197.5255 124.437) (xy 197.5255 125.23925) + (xy 197.65825 125.372) (xy 198.235799 125.372) (xy 198.338387 125.351594) (xy 198.435023 125.311566) (xy 198.521993 125.253455) + (xy 198.595955 125.179493) (xy 198.654066 125.092523) (xy 198.694094 124.995887) (xy 198.7145 124.893299) (xy 198.7145 124.56975) + (xy 200.1925 124.56975) (xy 200.1925 124.893299) (xy 200.212906 124.995887) (xy 200.252934 125.092523) (xy 200.311045 125.179493) + (xy 200.385007 125.253455) (xy 200.471977 125.311566) (xy 200.568613 125.351594) (xy 200.671201 125.372) (xy 201.24875 125.372) + (xy 201.3815 125.23925) (xy 201.3815 124.437) (xy 201.4625 124.437) (xy 201.4625 125.23925) (xy 201.59525 125.372) + (xy 202.172799 125.372) (xy 202.275387 125.351594) (xy 202.372023 125.311566) (xy 202.458993 125.253455) (xy 202.532955 125.179493) + (xy 202.591066 125.092523) (xy 202.631094 124.995887) (xy 202.6515 124.893299) (xy 202.6515 124.56975) (xy 204.1295 124.56975) + (xy 204.1295 124.893299) (xy 204.149906 124.995887) (xy 204.189934 125.092523) (xy 204.248045 125.179493) (xy 204.322007 125.253455) + (xy 204.408977 125.311566) (xy 204.505613 125.351594) (xy 204.608201 125.372) (xy 205.18575 125.372) (xy 205.3185 125.23925) + (xy 205.3185 124.437) (xy 205.3995 124.437) (xy 205.3995 125.23925) (xy 205.53225 125.372) (xy 206.109799 125.372) + (xy 206.212387 125.351594) (xy 206.309023 125.311566) (xy 206.395993 125.253455) (xy 206.469955 125.179493) (xy 206.528066 125.092523) + (xy 206.568094 124.995887) (xy 206.5885 124.893299) (xy 206.5885 124.56975) (xy 206.45575 124.437) (xy 205.3995 124.437) + (xy 205.3185 124.437) (xy 204.26225 124.437) (xy 204.1295 124.56975) (xy 202.6515 124.56975) (xy 202.51875 124.437) + (xy 201.4625 124.437) (xy 201.3815 124.437) (xy 200.32525 124.437) (xy 200.1925 124.56975) (xy 198.7145 124.56975) + (xy 198.58175 124.437) (xy 197.5255 124.437) (xy 197.4445 124.437) (xy 196.38825 124.437) (xy 196.2555 124.56975) + (xy 195.482953 124.56975) (xy 195.421082 124.507446) (xy 196.028827 123.899701) (xy 196.2555 123.899701) (xy 196.2555 124.22325) + (xy 196.38825 124.356) (xy 197.4445 124.356) (xy 197.4445 123.55375) (xy 197.5255 123.55375) (xy 197.5255 124.356) + (xy 198.58175 124.356) (xy 198.7145 124.22325) (xy 198.7145 123.899701) (xy 200.1925 123.899701) (xy 200.1925 124.22325) + (xy 200.32525 124.356) (xy 201.3815 124.356) (xy 201.3815 123.55375) (xy 201.4625 123.55375) (xy 201.4625 124.356) + (xy 202.51875 124.356) (xy 202.6515 124.22325) (xy 202.6515 123.899701) (xy 204.1295 123.899701) (xy 204.1295 124.22325) + (xy 204.26225 124.356) (xy 205.3185 124.356) (xy 205.3185 123.55375) (xy 205.3995 123.55375) (xy 205.3995 124.356) + (xy 206.45575 124.356) (xy 206.5885 124.22325) (xy 206.5885 123.899701) (xy 206.568094 123.797113) (xy 206.528066 123.700477) + (xy 206.469955 123.613507) (xy 206.395993 123.539545) (xy 206.309023 123.481434) (xy 206.212387 123.441406) (xy 206.109799 123.421) + (xy 205.53225 123.421) (xy 205.3995 123.55375) (xy 205.3185 123.55375) (xy 205.18575 123.421) (xy 204.608201 123.421) + (xy 204.505613 123.441406) (xy 204.408977 123.481434) (xy 204.322007 123.539545) (xy 204.248045 123.613507) (xy 204.189934 123.700477) + (xy 204.149906 123.797113) (xy 204.1295 123.899701) (xy 202.6515 123.899701) (xy 202.631094 123.797113) (xy 202.591066 123.700477) + (xy 202.532955 123.613507) (xy 202.458993 123.539545) (xy 202.372023 123.481434) (xy 202.275387 123.441406) (xy 202.172799 123.421) + (xy 201.59525 123.421) (xy 201.4625 123.55375) (xy 201.3815 123.55375) (xy 201.24875 123.421) (xy 200.671201 123.421) + (xy 200.568613 123.441406) (xy 200.471977 123.481434) (xy 200.385007 123.539545) (xy 200.311045 123.613507) (xy 200.252934 123.700477) + (xy 200.212906 123.797113) (xy 200.1925 123.899701) (xy 198.7145 123.899701) (xy 198.694094 123.797113) (xy 198.654066 123.700477) + (xy 198.595955 123.613507) (xy 198.521993 123.539545) (xy 198.435023 123.481434) (xy 198.338387 123.441406) (xy 198.235799 123.421) + (xy 197.65825 123.421) (xy 197.5255 123.55375) (xy 197.4445 123.55375) (xy 197.31175 123.421) (xy 196.734201 123.421) + (xy 196.631613 123.441406) (xy 196.534977 123.481434) (xy 196.448007 123.539545) (xy 196.374045 123.613507) (xy 196.315934 123.700477) + (xy 196.275906 123.797113) (xy 196.2555 123.899701) (xy 196.028827 123.899701) (xy 196.590031 123.338497) (xy 196.660526 123.370275) + (xy 196.7865 123.388177) (xy 198.1835 123.388177) (xy 198.255161 123.382463) (xy 198.376705 123.344822) (xy 198.482951 123.274811) + (xy 198.565486 123.177972) (xy 198.617775 123.061974) (xy 198.635677 122.936) (xy 198.635677 122.047) (xy 198.629963 121.975339) + (xy 198.592322 121.853795) (xy 198.522311 121.747549) (xy 198.425472 121.665014) (xy 198.309474 121.612725) (xy 198.1835 121.594823) + (xy 196.7865 121.594823) (xy 196.714839 121.600537) (xy 196.593295 121.638178) (xy 196.487049 121.708189) (xy 196.441101 121.7621) + (xy 196.4055 121.7621) (xy 196.338382 121.768681) (xy 196.271326 121.774547) (xy 196.267645 121.775616) (xy 196.263825 121.775991) + (xy 196.199271 121.795481) (xy 196.134624 121.814263) (xy 196.131222 121.816026) (xy 196.127547 121.817136) (xy 196.068014 121.84879) + (xy 196.00824 121.879774) (xy 196.005244 121.882165) (xy 196.001856 121.883967) (xy 195.949637 121.926556) (xy 195.896988 121.968585) + (xy 195.891646 121.973852) (xy 195.89154 121.973939) (xy 195.891459 121.974037) (xy 195.889736 121.975736) (xy 194.175236 123.690236) + (xy 194.132426 123.742353) (xy 194.089162 123.793913) (xy 194.087316 123.797272) (xy 194.084879 123.800238) (xy 194.053008 123.859677) + (xy 194.020583 123.918659) (xy 194.019425 123.922311) (xy 194.01761 123.925695) (xy 193.997901 123.99016) (xy 193.977539 124.054349) + (xy 193.977111 124.058161) (xy 193.97599 124.061829) (xy 193.969185 124.128831) (xy 193.961671 124.195816) (xy 193.961619 124.203319) + (xy 193.961605 124.203454) (xy 193.961617 124.20358) (xy 193.9616 124.206) (xy 193.9616 124.506494) (xy 193.904699 124.562215) + (xy 193.791521 124.727507) (xy 193.712604 124.911635) (xy 193.670954 125.107583) (xy 193.668157 125.307891) (xy 177.41844 125.307891) + (xy 177.486122 125.089874) (xy 177.511423 124.849009) (xy 177.489247 124.607836) (xy 177.420447 124.375623) (xy 177.307666 124.161295) + (xy 177.298767 124.147977) (xy 177.083838 124.090438) (xy 176.333276 124.841) (xy 176.218724 124.841) (xy 175.468162 124.090438) + (xy 175.253233 124.147977) (xy 175.137683 124.360825) (xy 175.065878 124.592126) (xy 175.040577 124.832991) (xy 169.889951 124.832991) + (xy 169.869247 124.607836) (xy 169.800447 124.375623) (xy 169.687666 124.161295) (xy 169.678767 124.147977) (xy 169.463838 124.090438) + (xy 168.713276 124.841) (xy 168.598724 124.841) (xy 167.848162 124.090438) (xy 167.633233 124.147977) (xy 167.517683 124.360825) + (xy 167.445878 124.592126) (xy 167.420577 124.832991) (xy 131.617993 124.832991) (xy 130.818164 124.033162) (xy 167.905438 124.033162) + (xy 168.656 124.783724) (xy 169.406562 124.033162) (xy 175.525438 124.033162) (xy 176.276 124.783724) (xy 177.026562 124.033162) + (xy 176.999269 123.931211) (xy 191.311037 123.931211) (xy 191.3472 124.128246) (xy 191.420945 124.314505) (xy 191.529463 124.482893) + (xy 191.668622 124.626996) (xy 191.83312 124.741325) (xy 192.016692 124.821525) (xy 192.212345 124.864542) (xy 192.412628 124.868738) + (xy 192.609911 124.833951) (xy 192.79668 124.761508) (xy 192.965821 124.654168) (xy 193.110892 124.516019) (xy 193.226367 124.352323) + (xy 193.307847 124.169316) (xy 193.352229 123.973967) (xy 193.355424 123.745157) (xy 193.316514 123.548645) (xy 193.240175 123.363434) + (xy 193.129316 123.196578) (xy 192.988159 123.054432) (xy 192.822081 122.942411) (xy 192.637407 122.864781) (xy 192.441173 122.8245) + (xy 192.240851 122.823101) (xy 192.044073 122.860639) (xy 191.858333 122.935683) (xy 191.690707 123.045374) (xy 191.547579 123.185535) + (xy 191.434401 123.350827) (xy 191.355484 123.534955) (xy 191.313834 123.730903) (xy 191.311037 123.931211) (xy 176.999269 123.931211) + (xy 176.969023 123.818233) (xy 176.756175 123.702683) (xy 176.524874 123.630878) (xy 176.284009 123.605577) (xy 176.042836 123.627753) + (xy 175.810623 123.696553) (xy 175.596295 123.809334) (xy 175.582977 123.818233) (xy 175.525438 124.033162) (xy 169.406562 124.033162) + (xy 169.349023 123.818233) (xy 169.136175 123.702683) (xy 168.904874 123.630878) (xy 168.664009 123.605577) (xy 168.422836 123.627753) + (xy 168.190623 123.696553) (xy 167.976295 123.809334) (xy 167.962977 123.818233) (xy 167.905438 124.033162) (xy 130.818164 124.033162) + (xy 129.736 122.950998) (xy 129.736 120.624908) (xy 156.393407 120.624908) (xy 156.436314 120.858689) (xy 156.523812 121.079683) + (xy 156.652568 121.279474) (xy 156.817678 121.45045) (xy 157.012853 121.5861) (xy 157.230659 121.681257) (xy 157.4628 121.732297) + (xy 157.700433 121.737275) (xy 157.934508 121.696001) (xy 158.156108 121.610048) (xy 158.356792 121.48269) (xy 158.528917 121.318777) + (xy 158.665927 121.124554) (xy 158.762602 120.907418) (xy 158.815261 120.675639) (xy 158.815969 120.624908) (xy 158.933407 120.624908) + (xy 158.976314 120.858689) (xy 159.063812 121.079683) (xy 159.192568 121.279474) (xy 159.357678 121.45045) (xy 159.552853 121.5861) + (xy 159.770659 121.681257) (xy 160.0028 121.732297) (xy 160.240433 121.737275) (xy 160.474508 121.696001) (xy 160.696108 121.610048) + (xy 160.896792 121.48269) (xy 161.068917 121.318777) (xy 161.205927 121.124554) (xy 161.302602 120.907418) (xy 161.355261 120.675639) + (xy 161.355969 120.624908) (xy 161.473407 120.624908) (xy 161.516314 120.858689) (xy 161.603812 121.079683) (xy 161.732568 121.279474) + (xy 161.897678 121.45045) (xy 162.092853 121.5861) (xy 162.310659 121.681257) (xy 162.5428 121.732297) (xy 162.780433 121.737275) + (xy 163.014508 121.696001) (xy 163.236108 121.610048) (xy 163.436792 121.48269) (xy 163.608917 121.318777) (xy 163.745927 121.124554) + (xy 163.842602 120.907418) (xy 163.895261 120.675639) (xy 163.895969 120.624908) (xy 164.013407 120.624908) (xy 164.056314 120.858689) + (xy 164.143812 121.079683) (xy 164.272568 121.279474) (xy 164.437678 121.45045) (xy 164.632853 121.5861) (xy 164.850659 121.681257) + (xy 165.0828 121.732297) (xy 165.320433 121.737275) (xy 165.554508 121.696001) (xy 165.776108 121.610048) (xy 165.976792 121.48269) + (xy 166.148917 121.318777) (xy 166.264455 121.154991) (xy 199.540637 121.154991) (xy 199.5768 121.352026) (xy 199.650545 121.538285) + (xy 199.759063 121.706673) (xy 199.898222 121.850776) (xy 200.06272 121.965105) (xy 200.246292 122.045305) (xy 200.271323 122.050808) + (xy 200.271323 122.936) (xy 200.277037 123.007661) (xy 200.314678 123.129205) (xy 200.384689 123.235451) (xy 200.481528 123.317986) + (xy 200.597526 123.370275) (xy 200.7235 123.388177) (xy 202.1205 123.388177) (xy 202.192161 123.382463) (xy 202.313705 123.344822) + (xy 202.419951 123.274811) (xy 202.502486 123.177972) (xy 202.554775 123.061974) (xy 202.572677 122.936) (xy 202.572677 122.047) + (xy 202.566963 121.975339) (xy 202.529322 121.853795) (xy 202.459311 121.747549) (xy 202.362472 121.665014) (xy 202.246474 121.612725) + (xy 202.133637 121.59669) (xy 202.098288 121.476582) (xy 202.032336 121.350427) (xy 202.014072 121.327711) (xy 203.155057 121.327711) + (xy 203.19122 121.524746) (xy 203.264965 121.711005) (xy 203.373483 121.879393) (xy 203.512642 122.023496) (xy 203.67714 122.137825) + (xy 203.860712 122.218025) (xy 204.056365 122.261042) (xy 204.208323 122.264226) (xy 204.208323 122.936) (xy 204.214037 123.007661) + (xy 204.251678 123.129205) (xy 204.321689 123.235451) (xy 204.418528 123.317986) (xy 204.534526 123.370275) (xy 204.6605 123.388177) + (xy 206.0575 123.388177) (xy 206.129161 123.382463) (xy 206.250705 123.344822) (xy 206.356951 123.274811) (xy 206.439486 123.177972) + (xy 206.491775 123.061974) (xy 206.509677 122.936) (xy 206.509677 122.047) (xy 206.507677 122.021908) (xy 221.036407 122.021908) + (xy 221.079314 122.255689) (xy 221.166812 122.476683) (xy 221.295568 122.676474) (xy 221.460678 122.84745) (xy 221.655853 122.9831) + (xy 221.873659 123.078257) (xy 222.1058 123.129297) (xy 222.343433 123.134275) (xy 222.577508 123.093001) (xy 222.799108 123.007048) + (xy 222.999792 122.87969) (xy 223.171917 122.715777) (xy 223.308927 122.521554) (xy 223.405602 122.304418) (xy 223.458261 122.072639) + (xy 223.458969 122.021908) (xy 223.576407 122.021908) (xy 223.619314 122.255689) (xy 223.706812 122.476683) (xy 223.835568 122.676474) + (xy 224.000678 122.84745) (xy 224.195853 122.9831) (xy 224.413659 123.078257) (xy 224.6458 123.129297) (xy 224.883433 123.134275) + (xy 225.117508 123.093001) (xy 225.339108 123.007048) (xy 225.539792 122.87969) (xy 225.711917 122.715777) (xy 225.848927 122.521554) + (xy 225.945602 122.304418) (xy 225.998261 122.072639) (xy 226.002052 121.801157) (xy 225.955885 121.567999) (xy 225.86531 121.348247) + (xy 225.733777 121.150274) (xy 225.566296 120.98162) (xy 225.369246 120.848708) (xy 225.150132 120.756601) (xy 224.917301 120.708808) + (xy 224.679622 120.707148) (xy 224.446147 120.751686) (xy 224.225768 120.840725) (xy 224.026882 120.970872) (xy 223.857062 121.137172) + (xy 223.722778 121.33329) (xy 223.629143 121.551755) (xy 223.579726 121.784246) (xy 223.576407 122.021908) (xy 223.458969 122.021908) + (xy 223.462052 121.801157) (xy 223.415885 121.567999) (xy 223.32531 121.348247) (xy 223.193777 121.150274) (xy 223.026296 120.98162) + (xy 222.829246 120.848708) (xy 222.610132 120.756601) (xy 222.377301 120.708808) (xy 222.139622 120.707148) (xy 221.906147 120.751686) + (xy 221.685768 120.840725) (xy 221.486882 120.970872) (xy 221.317062 121.137172) (xy 221.182778 121.33329) (xy 221.089143 121.551755) + (xy 221.039726 121.784246) (xy 221.036407 122.021908) (xy 206.507677 122.021908) (xy 206.503963 121.975339) (xy 206.466322 121.853795) + (xy 206.463548 121.849585) (xy 206.543587 121.736123) (xy 206.625067 121.553116) (xy 206.669449 121.357767) (xy 206.672644 121.128957) + (xy 206.633734 120.932445) (xy 206.557395 120.747234) (xy 206.446536 120.580378) (xy 206.372428 120.50575) (xy 207.0505 120.50575) + (xy 207.0505 120.829299) (xy 207.070906 120.931887) (xy 207.110934 121.028523) (xy 207.169045 121.115493) (xy 207.243007 121.189455) + (xy 207.329977 121.247566) (xy 207.426613 121.287594) (xy 207.529201 121.308) (xy 208.10675 121.308) (xy 208.2395 121.17525) + (xy 208.2395 120.373) (xy 208.3205 120.373) (xy 208.3205 121.17525) (xy 208.45325 121.308) (xy 209.030799 121.308) + (xy 209.133387 121.287594) (xy 209.230023 121.247566) (xy 209.316993 121.189455) (xy 209.390955 121.115493) (xy 209.449066 121.028523) + (xy 209.489094 120.931887) (xy 209.5095 120.829299) (xy 209.5095 120.50575) (xy 209.37675 120.373) (xy 208.3205 120.373) + (xy 208.2395 120.373) (xy 207.18325 120.373) (xy 207.0505 120.50575) (xy 206.372428 120.50575) (xy 206.305379 120.438232) + (xy 206.139301 120.326211) (xy 205.954627 120.248581) (xy 205.758393 120.2083) (xy 205.558071 120.206901) (xy 205.361293 120.244439) + (xy 205.175553 120.319483) (xy 205.007927 120.429174) (xy 204.907872 120.527155) (xy 204.832179 120.450932) (xy 204.666101 120.338911) + (xy 204.481427 120.261281) (xy 204.285193 120.221) (xy 204.084871 120.219601) (xy 203.888093 120.257139) (xy 203.702353 120.332183) + (xy 203.534727 120.441874) (xy 203.391599 120.582035) (xy 203.278421 120.747327) (xy 203.199504 120.931455) (xy 203.157854 121.127403) + (xy 203.155057 121.327711) (xy 202.014072 121.327711) (xy 201.943136 121.239486) (xy 201.834087 121.147982) (xy 201.709341 121.079403) + (xy 201.584037 121.039654) (xy 201.585024 120.968937) (xy 201.546114 120.772425) (xy 201.469775 120.587214) (xy 201.358916 120.420358) + (xy 201.217759 120.278212) (xy 201.051681 120.166191) (xy 200.867007 120.088561) (xy 200.670773 120.04828) (xy 200.470451 120.046881) + (xy 200.273673 120.084419) (xy 200.087933 120.159463) (xy 199.920307 120.269154) (xy 199.777179 120.409315) (xy 199.664001 120.574607) + (xy 199.585084 120.758735) (xy 199.543434 120.954683) (xy 199.540637 121.154991) (xy 166.264455 121.154991) (xy 166.285927 121.124554) + (xy 166.382602 120.907418) (xy 166.435261 120.675639) (xy 166.439052 120.404157) (xy 166.392885 120.170999) (xy 166.30231 119.951247) + (xy 166.240071 119.857569) (xy 167.50599 119.857569) (xy 167.546649 120.079101) (xy 167.629563 120.288517) (xy 167.751573 120.47784) + (xy 167.908033 120.639859) (xy 168.092982 120.768402) (xy 168.299377 120.858573) (xy 168.519355 120.906939) (xy 168.744538 120.911656) + (xy 168.966349 120.872545) (xy 169.176338 120.791095) (xy 169.366508 120.670409) (xy 169.529615 120.515085) (xy 169.659447 120.331037) + (xy 169.751057 120.125277) (xy 169.800957 119.905642) (xy 169.801628 119.857569) (xy 175.12599 119.857569) (xy 175.166649 120.079101) + (xy 175.249563 120.288517) (xy 175.371573 120.47784) (xy 175.528033 120.639859) (xy 175.712982 120.768402) (xy 175.919377 120.858573) + (xy 176.139355 120.906939) (xy 176.364538 120.911656) (xy 176.586349 120.872545) (xy 176.796338 120.791095) (xy 176.986508 120.670409) + (xy 177.149615 120.515085) (xy 177.279447 120.331037) (xy 177.371057 120.125277) (xy 177.420957 119.905642) (xy 177.424549 119.648384) + (xy 177.380801 119.427441) (xy 177.294972 119.219203) (xy 177.17033 119.031602) (xy 177.097132 118.957891) (xy 177.666157 118.957891) + (xy 177.70232 119.154926) (xy 177.776065 119.341185) (xy 177.884583 119.509573) (xy 178.023742 119.653676) (xy 178.18824 119.768005) + (xy 178.371812 119.848205) (xy 178.567465 119.891222) (xy 178.767748 119.895418) (xy 178.965031 119.860631) (xy 179.1518 119.788188) + (xy 179.320941 119.680848) (xy 179.466012 119.542699) (xy 179.581487 119.379003) (xy 179.662967 119.195996) (xy 179.690635 119.074212) + (xy 180.714324 119.074212) (xy 180.745991 119.246751) (xy 180.810568 119.409852) (xy 180.905594 119.557305) (xy 181.027452 119.683492) + (xy 181.171498 119.783607) (xy 181.332247 119.853836) (xy 181.503575 119.891505) (xy 181.678957 119.895179) (xy 181.851713 119.864717) + (xy 181.92652 119.835701) (xy 207.0505 119.835701) (xy 207.0505 120.15925) (xy 207.18325 120.292) (xy 208.2395 120.292) + (xy 208.2395 119.48975) (xy 208.3205 119.48975) (xy 208.3205 120.292) (xy 209.37675 120.292) (xy 209.5095 120.15925) + (xy 209.5095 119.835701) (xy 209.489094 119.733113) (xy 209.449066 119.636477) (xy 209.390955 119.549507) (xy 209.323356 119.481908) + (xy 221.036407 119.481908) (xy 221.079314 119.715689) (xy 221.166812 119.936683) (xy 221.295568 120.136474) (xy 221.460678 120.30745) + (xy 221.655853 120.4431) (xy 221.873659 120.538257) (xy 222.1058 120.589297) (xy 222.343433 120.594275) (xy 222.577508 120.553001) + (xy 222.799108 120.467048) (xy 222.999792 120.33969) (xy 223.171917 120.175777) (xy 223.308927 119.981554) (xy 223.405602 119.764418) + (xy 223.458261 119.532639) (xy 223.458969 119.481908) (xy 223.576407 119.481908) (xy 223.619314 119.715689) (xy 223.706812 119.936683) + (xy 223.835568 120.136474) (xy 224.000678 120.30745) (xy 224.195853 120.4431) (xy 224.413659 120.538257) (xy 224.6458 120.589297) + (xy 224.883433 120.594275) (xy 225.117508 120.553001) (xy 225.339108 120.467048) (xy 225.539792 120.33969) (xy 225.711917 120.175777) + (xy 225.848927 119.981554) (xy 225.945602 119.764418) (xy 225.998261 119.532639) (xy 226.002052 119.261157) (xy 225.955885 119.027999) + (xy 225.86531 118.808247) (xy 225.733777 118.610274) (xy 225.566296 118.44162) (xy 225.369246 118.308708) (xy 225.150132 118.216601) + (xy 224.917301 118.168808) (xy 224.679622 118.167148) (xy 224.446147 118.211686) (xy 224.225768 118.300725) (xy 224.026882 118.430872) + (xy 223.857062 118.597172) (xy 223.722778 118.79329) (xy 223.629143 119.011755) (xy 223.579726 119.244246) (xy 223.576407 119.481908) + (xy 223.458969 119.481908) (xy 223.462052 119.261157) (xy 223.415885 119.027999) (xy 223.32531 118.808247) (xy 223.193777 118.610274) + (xy 223.026296 118.44162) (xy 222.829246 118.308708) (xy 222.610132 118.216601) (xy 222.377301 118.168808) (xy 222.139622 118.167148) + (xy 221.906147 118.211686) (xy 221.685768 118.300725) (xy 221.486882 118.430872) (xy 221.317062 118.597172) (xy 221.182778 118.79329) + (xy 221.089143 119.011755) (xy 221.039726 119.244246) (xy 221.036407 119.481908) (xy 209.323356 119.481908) (xy 209.316993 119.475545) + (xy 209.230023 119.417434) (xy 209.133387 119.377406) (xy 209.030799 119.357) (xy 208.45325 119.357) (xy 208.3205 119.48975) + (xy 208.2395 119.48975) (xy 208.10675 119.357) (xy 207.529201 119.357) (xy 207.426613 119.377406) (xy 207.329977 119.417434) + (xy 207.243007 119.475545) (xy 207.169045 119.549507) (xy 207.110934 119.636477) (xy 207.070906 119.733113) (xy 207.0505 119.835701) + (xy 181.92652 119.835701) (xy 182.015261 119.801281) (xy 182.163374 119.707286) (xy 182.290408 119.586313) (xy 182.391526 119.442969) + (xy 182.462876 119.282714) (xy 182.50174 119.111653) (xy 182.504036 118.947212) (xy 183.635324 118.947212) (xy 183.666991 119.119751) + (xy 183.731568 119.282852) (xy 183.826594 119.430305) (xy 183.948452 119.556492) (xy 184.092498 119.656607) (xy 184.253247 119.726836) + (xy 184.424575 119.764505) (xy 184.599957 119.768179) (xy 184.772713 119.737717) (xy 184.936261 119.674281) (xy 185.084374 119.580286) + (xy 185.211408 119.459313) (xy 185.312526 119.315969) (xy 185.383876 119.155714) (xy 185.42274 118.984653) (xy 185.425538 118.78429) + (xy 185.391466 118.61221) (xy 185.324618 118.450026) (xy 185.227542 118.303914) (xy 185.103935 118.179441) (xy 184.958504 118.081347) + (xy 184.796791 118.013369) (xy 184.648844 117.983) (xy 207.129323 117.983) (xy 207.129323 118.872) (xy 207.135037 118.943661) + (xy 207.172678 119.065205) (xy 207.242689 119.171451) (xy 207.339528 119.253986) (xy 207.455526 119.306275) (xy 207.5815 119.324177) + (xy 208.9785 119.324177) (xy 209.050161 119.318463) (xy 209.171705 119.280822) (xy 209.277951 119.210811) (xy 209.328296 119.151741) + (xy 209.342798 119.150319) (xy 209.409854 119.144453) (xy 209.413535 119.143384) (xy 209.417355 119.143009) (xy 209.481909 119.123519) + (xy 209.546556 119.104737) (xy 209.549958 119.102973) (xy 209.553633 119.101864) (xy 209.554392 119.10146) (xy 209.611345 119.113982) + (xy 209.811628 119.118178) (xy 210.008911 119.083391) (xy 210.19568 119.010948) (xy 210.364821 118.903608) (xy 210.509892 118.765459) + (xy 210.625367 118.601763) (xy 210.706847 118.418756) (xy 210.751229 118.223407) (xy 210.754424 117.994597) (xy 210.715514 117.798085) + (xy 210.639175 117.612874) (xy 210.528316 117.446018) (xy 210.387159 117.303872) (xy 210.221081 117.191851) (xy 210.036407 117.114221) + (xy 209.840173 117.07394) (xy 209.639851 117.072541) (xy 209.443073 117.110079) (xy 209.257333 117.185123) (xy 209.089707 117.294814) + (xy 208.946579 117.434975) (xy 208.88095 117.530823) (xy 207.5815 117.530823) (xy 207.509839 117.536537) (xy 207.388295 117.574178) + (xy 207.282049 117.644189) (xy 207.199514 117.741028) (xy 207.147225 117.857026) (xy 207.129323 117.983) (xy 184.648844 117.983) + (xy 184.624953 117.978096) (xy 184.449537 117.976871) (xy 184.277224 118.009742) (xy 184.114577 118.075455) (xy 183.967791 118.171509) + (xy 183.842458 118.294244) (xy 183.743351 118.438986) (xy 183.674246 118.600221) (xy 183.637774 118.771809) (xy 183.635324 118.947212) + (xy 182.504036 118.947212) (xy 182.504538 118.91129) (xy 182.470466 118.73921) (xy 182.403618 118.577026) (xy 182.306542 118.430914) + (xy 182.182935 118.306441) (xy 182.037504 118.208347) (xy 181.875791 118.140369) (xy 181.703953 118.105096) (xy 181.528537 118.103871) + (xy 181.356224 118.136742) (xy 181.193577 118.202455) (xy 181.046791 118.298509) (xy 180.921458 118.421244) (xy 180.822351 118.565986) + (xy 180.753246 118.727221) (xy 180.716774 118.898809) (xy 180.714324 119.074212) (xy 179.690635 119.074212) (xy 179.707349 119.000647) + (xy 179.710544 118.771837) (xy 179.671634 118.575325) (xy 179.595295 118.390114) (xy 179.484436 118.223258) (xy 179.343279 118.081112) + (xy 179.177201 117.969091) (xy 178.992527 117.891461) (xy 178.796293 117.85118) (xy 178.595971 117.849781) (xy 178.399193 117.887319) + (xy 178.213453 117.962363) (xy 178.045827 118.072054) (xy 177.902699 118.212215) (xy 177.789521 118.377507) (xy 177.710604 118.561635) + (xy 177.668954 118.757583) (xy 177.666157 118.957891) (xy 177.097132 118.957891) (xy 177.011624 118.871784) (xy 176.824897 118.745835) + (xy 176.617264 118.658554) (xy 176.396632 118.613265) (xy 176.171405 118.611693) (xy 175.950162 118.653897) (xy 175.74133 118.738271) + (xy 175.552863 118.8616) (xy 175.391941 119.019186) (xy 175.264692 119.205029) (xy 175.175964 119.412048) (xy 175.129135 119.632358) + (xy 175.12599 119.857569) (xy 169.801628 119.857569) (xy 169.804549 119.648384) (xy 169.760801 119.427441) (xy 169.674972 119.219203) + (xy 169.55033 119.031602) (xy 169.391624 118.871784) (xy 169.204897 118.745835) (xy 168.997264 118.658554) (xy 168.776632 118.613265) + (xy 168.551405 118.611693) (xy 168.330162 118.653897) (xy 168.12133 118.738271) (xy 167.932863 118.8616) (xy 167.771941 119.019186) + (xy 167.644692 119.205029) (xy 167.555964 119.412048) (xy 167.509135 119.632358) (xy 167.50599 119.857569) (xy 166.240071 119.857569) + (xy 166.170777 119.753274) (xy 166.003296 119.58462) (xy 165.806246 119.451708) (xy 165.587132 119.359601) (xy 165.354301 119.311808) + (xy 165.116622 119.310148) (xy 164.883147 119.354686) (xy 164.662768 119.443725) (xy 164.463882 119.573872) (xy 164.294062 119.740172) + (xy 164.159778 119.93629) (xy 164.066143 120.154755) (xy 164.016726 120.387246) (xy 164.013407 120.624908) (xy 163.895969 120.624908) + (xy 163.899052 120.404157) (xy 163.852885 120.170999) (xy 163.76231 119.951247) (xy 163.630777 119.753274) (xy 163.463296 119.58462) + (xy 163.266246 119.451708) (xy 163.047132 119.359601) (xy 162.814301 119.311808) (xy 162.576622 119.310148) (xy 162.343147 119.354686) + (xy 162.122768 119.443725) (xy 161.923882 119.573872) (xy 161.754062 119.740172) (xy 161.619778 119.93629) (xy 161.526143 120.154755) + (xy 161.476726 120.387246) (xy 161.473407 120.624908) (xy 161.355969 120.624908) (xy 161.359052 120.404157) (xy 161.312885 120.170999) + (xy 161.22231 119.951247) (xy 161.090777 119.753274) (xy 160.923296 119.58462) (xy 160.726246 119.451708) (xy 160.507132 119.359601) + (xy 160.274301 119.311808) (xy 160.036622 119.310148) (xy 159.803147 119.354686) (xy 159.582768 119.443725) (xy 159.383882 119.573872) + (xy 159.214062 119.740172) (xy 159.079778 119.93629) (xy 158.986143 120.154755) (xy 158.936726 120.387246) (xy 158.933407 120.624908) + (xy 158.815969 120.624908) (xy 158.819052 120.404157) (xy 158.772885 120.170999) (xy 158.68231 119.951247) (xy 158.550777 119.753274) + (xy 158.383296 119.58462) (xy 158.186246 119.451708) (xy 157.967132 119.359601) (xy 157.734301 119.311808) (xy 157.496622 119.310148) + (xy 157.263147 119.354686) (xy 157.042768 119.443725) (xy 156.843882 119.573872) (xy 156.674062 119.740172) (xy 156.539778 119.93629) + (xy 156.446143 120.154755) (xy 156.396726 120.387246) (xy 156.393407 120.624908) (xy 129.736 120.624908) (xy 129.736 119.338891) + (xy 140.836157 119.338891) (xy 140.87232 119.535926) (xy 140.946065 119.722185) (xy 141.054583 119.890573) (xy 141.193742 120.034676) + (xy 141.35824 120.149005) (xy 141.541812 120.229205) (xy 141.737465 120.272222) (xy 141.937748 120.276418) (xy 142.135031 120.241631) + (xy 142.3218 120.169188) (xy 142.490941 120.061848) (xy 142.636012 119.923699) (xy 142.751487 119.760003) (xy 142.832967 119.576996) + (xy 142.877349 119.381647) (xy 142.880544 119.152837) (xy 142.841634 118.956325) (xy 142.765295 118.771114) (xy 142.654436 118.604258) + (xy 142.513279 118.462112) (xy 142.347201 118.350091) (xy 142.162527 118.272461) (xy 141.966293 118.23218) (xy 141.765971 118.230781) + (xy 141.569193 118.268319) (xy 141.383453 118.343363) (xy 141.215827 118.453054) (xy 141.072699 118.593215) (xy 140.959521 118.758507) + (xy 140.880604 118.942635) (xy 140.838954 119.138583) (xy 140.836157 119.338891) (xy 129.736 119.338891) (xy 129.736 118.084908) + (xy 156.393407 118.084908) (xy 156.436314 118.318689) (xy 156.523812 118.539683) (xy 156.652568 118.739474) (xy 156.817678 118.91045) + (xy 157.012853 119.0461) (xy 157.230659 119.141257) (xy 157.4628 119.192297) (xy 157.700433 119.197275) (xy 157.934508 119.156001) + (xy 158.156108 119.070048) (xy 158.356792 118.94269) (xy 158.528917 118.778777) (xy 158.665927 118.584554) (xy 158.762602 118.367418) + (xy 158.815261 118.135639) (xy 158.815969 118.084908) (xy 158.933407 118.084908) (xy 158.976314 118.318689) (xy 159.063812 118.539683) + (xy 159.192568 118.739474) (xy 159.357678 118.91045) (xy 159.552853 119.0461) (xy 159.770659 119.141257) (xy 160.0028 119.192297) + (xy 160.240433 119.197275) (xy 160.474508 119.156001) (xy 160.696108 119.070048) (xy 160.896792 118.94269) (xy 161.068917 118.778777) + (xy 161.205927 118.584554) (xy 161.302602 118.367418) (xy 161.355261 118.135639) (xy 161.355969 118.084908) (xy 161.473407 118.084908) + (xy 161.516314 118.318689) (xy 161.603812 118.539683) (xy 161.732568 118.739474) (xy 161.897678 118.91045) (xy 162.092853 119.0461) + (xy 162.310659 119.141257) (xy 162.5428 119.192297) (xy 162.780433 119.197275) (xy 163.014508 119.156001) (xy 163.236108 119.070048) + (xy 163.436792 118.94269) (xy 163.608917 118.778777) (xy 163.745927 118.584554) (xy 163.842602 118.367418) (xy 163.895261 118.135639) + (xy 163.899052 117.864157) (xy 163.852885 117.630999) (xy 163.76231 117.411247) (xy 163.635911 117.221) (xy 164.012823 117.221) + (xy 164.012823 118.745) (xy 164.018537 118.816661) (xy 164.056178 118.938205) (xy 164.126189 119.044451) (xy 164.223028 119.126986) + (xy 164.339026 119.179275) (xy 164.465 119.197177) (xy 165.989 119.197177) (xy 166.060661 119.191463) (xy 166.182205 119.153822) + (xy 166.288451 119.083811) (xy 166.370986 118.986972) (xy 166.423275 118.870974) (xy 166.441177 118.745) (xy 166.441177 117.221) + (xy 166.435463 117.149339) (xy 166.398354 117.029512) (xy 203.249204 117.029512) (xy 203.280871 117.202051) (xy 203.345448 117.365152) + (xy 203.440474 117.512605) (xy 203.562332 117.638792) (xy 203.706378 117.738907) (xy 203.867127 117.809136) (xy 204.038455 117.846805) + (xy 204.213837 117.850479) (xy 204.386593 117.820017) (xy 204.550141 117.756581) (xy 204.698254 117.662586) (xy 204.825288 117.541613) + (xy 204.926406 117.398269) (xy 204.997756 117.238014) (xy 205.03662 117.066953) (xy 205.038101 116.960901) (xy 205.057094 116.941908) + (xy 221.036407 116.941908) (xy 221.079314 117.175689) (xy 221.166812 117.396683) (xy 221.295568 117.596474) (xy 221.460678 117.76745) + (xy 221.655853 117.9031) (xy 221.873659 117.998257) (xy 222.1058 118.049297) (xy 222.343433 118.054275) (xy 222.577508 118.013001) + (xy 222.799108 117.927048) (xy 222.999792 117.79969) (xy 223.171917 117.635777) (xy 223.308927 117.441554) (xy 223.405602 117.224418) + (xy 223.458261 116.992639) (xy 223.458969 116.941908) (xy 223.576407 116.941908) (xy 223.619314 117.175689) (xy 223.706812 117.396683) + (xy 223.835568 117.596474) (xy 224.000678 117.76745) (xy 224.195853 117.9031) (xy 224.413659 117.998257) (xy 224.6458 118.049297) + (xy 224.883433 118.054275) (xy 225.117508 118.013001) (xy 225.339108 117.927048) (xy 225.539792 117.79969) (xy 225.711917 117.635777) + (xy 225.848927 117.441554) (xy 225.945602 117.224418) (xy 225.998261 116.992639) (xy 226.002052 116.721157) (xy 225.955885 116.487999) + (xy 225.86531 116.268247) (xy 225.733777 116.070274) (xy 225.566296 115.90162) (xy 225.369246 115.768708) (xy 225.150132 115.676601) + (xy 224.917301 115.628808) (xy 224.679622 115.627148) (xy 224.446147 115.671686) (xy 224.225768 115.760725) (xy 224.026882 115.890872) + (xy 223.857062 116.057172) (xy 223.722778 116.25329) (xy 223.629143 116.471755) (xy 223.579726 116.704246) (xy 223.576407 116.941908) + (xy 223.458969 116.941908) (xy 223.462052 116.721157) (xy 223.415885 116.487999) (xy 223.32531 116.268247) (xy 223.193777 116.070274) + (xy 223.026296 115.90162) (xy 222.829246 115.768708) (xy 222.610132 115.676601) (xy 222.377301 115.628808) (xy 222.139622 115.627148) + (xy 221.906147 115.671686) (xy 221.685768 115.760725) (xy 221.486882 115.890872) (xy 221.317062 116.057172) (xy 221.182778 116.25329) + (xy 221.089143 116.471755) (xy 221.039726 116.704246) (xy 221.036407 116.941908) (xy 205.057094 116.941908) (xy 206.275001 115.724001) + (xy 206.308856 115.682785) (xy 206.34309 115.641986) (xy 206.34455 115.63933) (xy 206.346478 115.636983) (xy 206.371675 115.589991) + (xy 206.397341 115.543304) (xy 206.398259 115.540411) (xy 206.399692 115.537738) (xy 206.415285 115.486739) (xy 206.431391 115.435965) + (xy 206.431729 115.432954) (xy 206.432617 115.430049) (xy 206.438003 115.377018) (xy 206.440399 115.355652) (xy 215.794264 115.355652) + (xy 215.825931 115.528191) (xy 215.890508 115.691292) (xy 215.985534 115.838745) (xy 216.107392 115.964932) (xy 216.251438 116.065047) + (xy 216.412187 116.135276) (xy 216.583515 116.172945) (xy 216.758897 116.176619) (xy 216.931653 116.146157) (xy 217.095201 116.082721) + (xy 217.243314 115.988726) (xy 217.370348 115.867753) (xy 217.396533 115.830632) (xy 219.106424 115.830632) (xy 219.138091 116.003171) + (xy 219.202668 116.166272) (xy 219.297694 116.313725) (xy 219.419552 116.439912) (xy 219.563598 116.540027) (xy 219.724347 116.610256) + (xy 219.895675 116.647925) (xy 220.071057 116.651599) (xy 220.243813 116.621137) (xy 220.407361 116.557701) (xy 220.555474 116.463706) + (xy 220.682508 116.342733) (xy 220.783626 116.199389) (xy 220.854976 116.039134) (xy 220.89384 115.868073) (xy 220.896638 115.66771) + (xy 220.862566 115.49563) (xy 220.795718 115.333446) (xy 220.698642 115.187334) (xy 220.575035 115.062861) (xy 220.429604 114.964767) + (xy 220.267891 114.896789) (xy 220.096053 114.861516) (xy 219.920637 114.860291) (xy 219.748324 114.893162) (xy 219.585677 114.958875) + (xy 219.438891 115.054929) (xy 219.313558 115.177664) (xy 219.214451 115.322406) (xy 219.145346 115.483641) (xy 219.108874 115.655229) + (xy 219.106424 115.830632) (xy 217.396533 115.830632) (xy 217.471466 115.724409) (xy 217.542816 115.564154) (xy 217.58168 115.393093) + (xy 217.584478 115.19273) (xy 217.550406 115.02065) (xy 217.483558 114.858466) (xy 217.386482 114.712354) (xy 217.262875 114.587881) + (xy 217.117444 114.489787) (xy 216.955731 114.421809) (xy 216.858781 114.401908) (xy 221.036407 114.401908) (xy 221.079314 114.635689) + (xy 221.166812 114.856683) (xy 221.295568 115.056474) (xy 221.460678 115.22745) (xy 221.655853 115.3631) (xy 221.873659 115.458257) + (xy 222.1058 115.509297) (xy 222.343433 115.514275) (xy 222.577508 115.473001) (xy 222.799108 115.387048) (xy 222.999792 115.25969) + (xy 223.171917 115.095777) (xy 223.308927 114.901554) (xy 223.405602 114.684418) (xy 223.458261 114.452639) (xy 223.458969 114.401908) + (xy 223.576407 114.401908) (xy 223.619314 114.635689) (xy 223.706812 114.856683) (xy 223.835568 115.056474) (xy 224.000678 115.22745) + (xy 224.195853 115.3631) (xy 224.413659 115.458257) (xy 224.6458 115.509297) (xy 224.883433 115.514275) (xy 225.117508 115.473001) + (xy 225.339108 115.387048) (xy 225.539792 115.25969) (xy 225.711917 115.095777) (xy 225.848927 114.901554) (xy 225.945602 114.684418) + (xy 225.998261 114.452639) (xy 226.002052 114.181157) (xy 225.955885 113.947999) (xy 225.86531 113.728247) (xy 225.733777 113.530274) + (xy 225.566296 113.36162) (xy 225.369246 113.228708) (xy 225.150132 113.136601) (xy 224.917301 113.088808) (xy 224.679622 113.087148) + (xy 224.446147 113.131686) (xy 224.225768 113.220725) (xy 224.026882 113.350872) (xy 223.857062 113.517172) (xy 223.722778 113.71329) + (xy 223.629143 113.931755) (xy 223.579726 114.164246) (xy 223.576407 114.401908) (xy 223.458969 114.401908) (xy 223.462052 114.181157) + (xy 223.415885 113.947999) (xy 223.32531 113.728247) (xy 223.193777 113.530274) (xy 223.026296 113.36162) (xy 222.829246 113.228708) + (xy 222.610132 113.136601) (xy 222.377301 113.088808) (xy 222.139622 113.087148) (xy 221.906147 113.131686) (xy 221.685768 113.220725) + (xy 221.486882 113.350872) (xy 221.317062 113.517172) (xy 221.182778 113.71329) (xy 221.089143 113.931755) (xy 221.039726 114.164246) + (xy 221.036407 114.401908) (xy 216.858781 114.401908) (xy 216.783893 114.386536) (xy 216.608477 114.385311) (xy 216.436164 114.418182) + (xy 216.273517 114.483895) (xy 216.126731 114.579949) (xy 216.001398 114.702684) (xy 215.902291 114.847426) (xy 215.833186 115.008661) + (xy 215.796714 115.180249) (xy 215.794264 115.355652) (xy 206.440399 115.355652) (xy 206.443944 115.324056) (xy 206.443985 115.31812) + (xy 206.443996 115.318014) (xy 206.443987 115.317915) (xy 206.444 115.316) (xy 206.444 113.935792) (xy 208.484144 113.935792) + (xy 208.515811 114.108331) (xy 208.580388 114.271432) (xy 208.675414 114.418885) (xy 208.797272 114.545072) (xy 208.941318 114.645187) + (xy 209.102067 114.715416) (xy 209.273395 114.753085) (xy 209.448777 114.756759) (xy 209.621533 114.726297) (xy 209.785081 114.662861) + (xy 209.933194 114.568866) (xy 210.060228 114.447893) (xy 210.161346 114.304549) (xy 210.232696 114.144294) (xy 210.27156 113.973233) + (xy 210.274358 113.77287) (xy 210.240286 113.60079) (xy 210.239339 113.598491) (xy 210.386437 113.598491) (xy 210.4226 113.795526) + (xy 210.496345 113.981785) (xy 210.604863 114.150173) (xy 210.744022 114.294276) (xy 210.90852 114.408605) (xy 211.092092 114.488805) + (xy 211.287745 114.531822) (xy 211.488028 114.536018) (xy 211.685311 114.501231) (xy 211.87208 114.428788) (xy 212.041221 114.321448) + (xy 212.186292 114.183299) (xy 212.301767 114.019603) (xy 212.383247 113.836596) (xy 212.427629 113.641247) (xy 212.430824 113.412437) + (xy 212.391914 113.215925) (xy 212.315575 113.030714) (xy 212.204716 112.863858) (xy 212.063559 112.721712) (xy 211.897481 112.609691) + (xy 211.712807 112.532061) (xy 211.516573 112.49178) (xy 211.316251 112.490381) (xy 211.119473 112.527919) (xy 210.933733 112.602963) + (xy 210.766107 112.712654) (xy 210.622979 112.852815) (xy 210.509801 113.018107) (xy 210.430884 113.202235) (xy 210.389234 113.398183) + (xy 210.386437 113.598491) (xy 210.239339 113.598491) (xy 210.173438 113.438606) (xy 210.076362 113.292494) (xy 209.952755 113.168021) + (xy 209.807324 113.069927) (xy 209.645611 113.001949) (xy 209.473773 112.966676) (xy 209.298357 112.965451) (xy 209.126044 112.998322) + (xy 208.963397 113.064035) (xy 208.816611 113.160089) (xy 208.691278 113.282824) (xy 208.592171 113.427566) (xy 208.523066 113.588801) + (xy 208.486594 113.760389) (xy 208.484144 113.935792) (xy 206.444 113.935792) (xy 206.444 111.61575) (xy 207.0505 111.61575) + (xy 207.0505 111.939299) (xy 207.070906 112.041887) (xy 207.110934 112.138523) (xy 207.169045 112.225493) (xy 207.243007 112.299455) + (xy 207.329977 112.357566) (xy 207.426613 112.397594) (xy 207.529201 112.418) (xy 208.10675 112.418) (xy 208.2395 112.28525) + (xy 208.2395 111.483) (xy 208.3205 111.483) (xy 208.3205 112.28525) (xy 208.45325 112.418) (xy 209.030799 112.418) + (xy 209.133387 112.397594) (xy 209.230023 112.357566) (xy 209.316993 112.299455) (xy 209.390955 112.225493) (xy 209.449066 112.138523) + (xy 209.489094 112.041887) (xy 209.5095 111.939299) (xy 209.5095 111.861908) (xy 221.036407 111.861908) (xy 221.079314 112.095689) + (xy 221.166812 112.316683) (xy 221.295568 112.516474) (xy 221.460678 112.68745) (xy 221.655853 112.8231) (xy 221.873659 112.918257) + (xy 222.1058 112.969297) (xy 222.343433 112.974275) (xy 222.577508 112.933001) (xy 222.799108 112.847048) (xy 222.999792 112.71969) + (xy 223.171917 112.555777) (xy 223.308927 112.361554) (xy 223.405602 112.144418) (xy 223.458261 111.912639) (xy 223.458969 111.861908) + (xy 223.576407 111.861908) (xy 223.619314 112.095689) (xy 223.706812 112.316683) (xy 223.835568 112.516474) (xy 224.000678 112.68745) + (xy 224.195853 112.8231) (xy 224.413659 112.918257) (xy 224.6458 112.969297) (xy 224.883433 112.974275) (xy 225.117508 112.933001) + (xy 225.339108 112.847048) (xy 225.539792 112.71969) (xy 225.711917 112.555777) (xy 225.848927 112.361554) (xy 225.945602 112.144418) + (xy 225.998261 111.912639) (xy 226.002052 111.641157) (xy 225.955885 111.407999) (xy 225.86531 111.188247) (xy 225.733777 110.990274) + (xy 225.566296 110.82162) (xy 225.369246 110.688708) (xy 225.150132 110.596601) (xy 224.917301 110.548808) (xy 224.679622 110.547148) + (xy 224.446147 110.591686) (xy 224.225768 110.680725) (xy 224.026882 110.810872) (xy 223.857062 110.977172) (xy 223.722778 111.17329) + (xy 223.629143 111.391755) (xy 223.579726 111.624246) (xy 223.576407 111.861908) (xy 223.458969 111.861908) (xy 223.462052 111.641157) + (xy 223.415885 111.407999) (xy 223.32531 111.188247) (xy 223.193777 110.990274) (xy 223.026296 110.82162) (xy 222.829246 110.688708) + (xy 222.610132 110.596601) (xy 222.377301 110.548808) (xy 222.139622 110.547148) (xy 221.906147 110.591686) (xy 221.685768 110.680725) + (xy 221.486882 110.810872) (xy 221.317062 110.977172) (xy 221.182778 111.17329) (xy 221.089143 111.391755) (xy 221.039726 111.624246) + (xy 221.036407 111.861908) (xy 209.5095 111.861908) (xy 209.5095 111.61575) (xy 209.37675 111.483) (xy 208.3205 111.483) + (xy 208.2395 111.483) (xy 207.18325 111.483) (xy 207.0505 111.61575) (xy 206.444 111.61575) (xy 206.444 110.931151) + (xy 206.517552 110.963285) (xy 206.713205 111.006302) (xy 206.913488 111.010498) (xy 207.0505 110.986339) (xy 207.0505 111.26925) + (xy 207.18325 111.402) (xy 208.2395 111.402) (xy 208.2395 110.59975) (xy 208.3205 110.59975) (xy 208.3205 111.402) + (xy 209.37675 111.402) (xy 209.5095 111.26925) (xy 209.5095 110.945701) (xy 209.489094 110.843113) (xy 209.449066 110.746477) + (xy 209.390955 110.659507) (xy 209.316993 110.585545) (xy 209.230023 110.527434) (xy 209.133387 110.487406) (xy 209.030799 110.467) + (xy 208.45325 110.467) (xy 208.3205 110.59975) (xy 208.2395 110.59975) (xy 208.10675 110.467) (xy 207.739285 110.467) + (xy 207.753899 110.434177) (xy 208.9785 110.434177) (xy 209.050161 110.428463) (xy 209.171705 110.390822) (xy 209.277951 110.320811) + (xy 209.360486 110.223972) (xy 209.412775 110.107974) (xy 209.414861 110.093291) (xy 210.386437 110.093291) (xy 210.4226 110.290326) + (xy 210.496345 110.476585) (xy 210.604863 110.644973) (xy 210.744022 110.789076) (xy 210.90852 110.903405) (xy 211.092092 110.983605) + (xy 211.287745 111.026622) (xy 211.488028 111.030818) (xy 211.685311 110.996031) (xy 211.87208 110.923588) (xy 212.041221 110.816248) + (xy 212.186292 110.678099) (xy 212.301767 110.514403) (xy 212.383247 110.331396) (xy 212.427629 110.136047) (xy 212.430824 109.907237) + (xy 212.391914 109.710725) (xy 212.315575 109.525514) (xy 212.204716 109.358658) (xy 212.168222 109.321908) (xy 221.036407 109.321908) + (xy 221.079314 109.555689) (xy 221.166812 109.776683) (xy 221.295568 109.976474) (xy 221.460678 110.14745) (xy 221.655853 110.2831) + (xy 221.873659 110.378257) (xy 222.1058 110.429297) (xy 222.343433 110.434275) (xy 222.577508 110.393001) (xy 222.799108 110.307048) + (xy 222.999792 110.17969) (xy 223.171917 110.015777) (xy 223.308927 109.821554) (xy 223.405602 109.604418) (xy 223.458261 109.372639) + (xy 223.458969 109.321908) (xy 223.576407 109.321908) (xy 223.619314 109.555689) (xy 223.706812 109.776683) (xy 223.835568 109.976474) + (xy 224.000678 110.14745) (xy 224.195853 110.2831) (xy 224.413659 110.378257) (xy 224.6458 110.429297) (xy 224.883433 110.434275) + (xy 225.117508 110.393001) (xy 225.339108 110.307048) (xy 225.539792 110.17969) (xy 225.711917 110.015777) (xy 225.848927 109.821554) + (xy 225.945602 109.604418) (xy 225.998261 109.372639) (xy 226.002052 109.101157) (xy 225.955885 108.867999) (xy 225.86531 108.648247) + (xy 225.733777 108.450274) (xy 225.566296 108.28162) (xy 225.369246 108.148708) (xy 225.150132 108.056601) (xy 224.917301 108.008808) + (xy 224.679622 108.007148) (xy 224.446147 108.051686) (xy 224.225768 108.140725) (xy 224.026882 108.270872) (xy 223.857062 108.437172) + (xy 223.722778 108.63329) (xy 223.629143 108.851755) (xy 223.579726 109.084246) (xy 223.576407 109.321908) (xy 223.458969 109.321908) + (xy 223.462052 109.101157) (xy 223.415885 108.867999) (xy 223.32531 108.648247) (xy 223.193777 108.450274) (xy 223.026296 108.28162) + (xy 222.829246 108.148708) (xy 222.610132 108.056601) (xy 222.377301 108.008808) (xy 222.139622 108.007148) (xy 221.906147 108.051686) + (xy 221.685768 108.140725) (xy 221.486882 108.270872) (xy 221.317062 108.437172) (xy 221.182778 108.63329) (xy 221.089143 108.851755) + (xy 221.039726 109.084246) (xy 221.036407 109.321908) (xy 212.168222 109.321908) (xy 212.063559 109.216512) (xy 211.897481 109.104491) + (xy 211.712807 109.026861) (xy 211.516573 108.98658) (xy 211.316251 108.985181) (xy 211.119473 109.022719) (xy 210.933733 109.097763) + (xy 210.766107 109.207454) (xy 210.622979 109.347615) (xy 210.509801 109.512907) (xy 210.430884 109.697035) (xy 210.389234 109.892983) + (xy 210.386437 110.093291) (xy 209.414861 110.093291) (xy 209.430677 109.982) (xy 209.430677 109.093) (xy 209.424963 109.021339) + (xy 209.387322 108.899795) (xy 209.317311 108.793549) (xy 209.220472 108.711014) (xy 209.104474 108.658725) (xy 208.9785 108.640823) + (xy 207.5815 108.640823) (xy 207.509839 108.646537) (xy 207.388295 108.684178) (xy 207.282049 108.754189) (xy 207.231704 108.813259) + (xy 207.217202 108.814681) (xy 207.150146 108.820547) (xy 207.146465 108.821616) (xy 207.142645 108.821991) (xy 207.078091 108.841481) + (xy 207.013444 108.860263) (xy 207.010042 108.862026) (xy 207.006367 108.863136) (xy 206.946834 108.89479) (xy 206.88706 108.925774) + (xy 206.884064 108.928165) (xy 206.880676 108.929967) (xy 206.837075 108.965527) (xy 206.741711 108.964861) (xy 206.544933 109.002399) + (xy 206.444 109.043179) (xy 206.444 108.081092) (xy 214.018804 108.081092) (xy 214.050471 108.253631) (xy 214.115048 108.416732) + (xy 214.210074 108.564185) (xy 214.331932 108.690372) (xy 214.475978 108.790487) (xy 214.636727 108.860716) (xy 214.808055 108.898385) + (xy 214.983437 108.902059) (xy 215.156193 108.871597) (xy 215.319741 108.808161) (xy 215.467854 108.714166) (xy 215.594888 108.593193) + (xy 215.696006 108.449849) (xy 215.767356 108.289594) (xy 215.80622 108.118533) (xy 215.809018 107.91817) (xy 215.774946 107.74609) + (xy 215.708098 107.583906) (xy 215.611022 107.437794) (xy 215.487415 107.313321) (xy 215.341984 107.215227) (xy 215.180271 107.147249) + (xy 215.008433 107.111976) (xy 214.833017 107.110751) (xy 214.660704 107.143622) (xy 214.498057 107.209335) (xy 214.351271 107.305389) + (xy 214.225938 107.428124) (xy 214.126831 107.572866) (xy 214.057726 107.734101) (xy 214.021254 107.905689) (xy 214.018804 108.081092) + (xy 206.444 108.081092) (xy 206.444 106.781908) (xy 221.036407 106.781908) (xy 221.079314 107.015689) (xy 221.166812 107.236683) + (xy 221.295568 107.436474) (xy 221.460678 107.60745) (xy 221.655853 107.7431) (xy 221.873659 107.838257) (xy 222.1058 107.889297) + (xy 222.343433 107.894275) (xy 222.577508 107.853001) (xy 222.799108 107.767048) (xy 222.999792 107.63969) (xy 223.171917 107.475777) + (xy 223.308927 107.281554) (xy 223.405602 107.064418) (xy 223.458261 106.832639) (xy 223.458969 106.781908) (xy 223.576407 106.781908) + (xy 223.619314 107.015689) (xy 223.706812 107.236683) (xy 223.835568 107.436474) (xy 224.000678 107.60745) (xy 224.195853 107.7431) + (xy 224.413659 107.838257) (xy 224.6458 107.889297) (xy 224.883433 107.894275) (xy 225.117508 107.853001) (xy 225.339108 107.767048) + (xy 225.539792 107.63969) (xy 225.711917 107.475777) (xy 225.848927 107.281554) (xy 225.945602 107.064418) (xy 225.998261 106.832639) + (xy 226.002052 106.561157) (xy 225.955885 106.327999) (xy 225.86531 106.108247) (xy 225.733777 105.910274) (xy 225.566296 105.74162) + (xy 225.369246 105.608708) (xy 225.150132 105.516601) (xy 224.917301 105.468808) (xy 224.679622 105.467148) (xy 224.446147 105.511686) + (xy 224.225768 105.600725) (xy 224.026882 105.730872) (xy 223.857062 105.897172) (xy 223.722778 106.09329) (xy 223.629143 106.311755) + (xy 223.579726 106.544246) (xy 223.576407 106.781908) (xy 223.458969 106.781908) (xy 223.462052 106.561157) (xy 223.415885 106.327999) + (xy 223.32531 106.108247) (xy 223.193777 105.910274) (xy 223.026296 105.74162) (xy 222.829246 105.608708) (xy 222.610132 105.516601) + (xy 222.377301 105.468808) (xy 222.139622 105.467148) (xy 221.906147 105.511686) (xy 221.685768 105.600725) (xy 221.486882 105.730872) + (xy 221.317062 105.897172) (xy 221.182778 106.09329) (xy 221.089143 106.311755) (xy 221.039726 106.544246) (xy 221.036407 106.781908) + (xy 206.444 106.781908) (xy 206.444 102.381332) (xy 206.726464 102.381332) (xy 206.758131 102.553871) (xy 206.822708 102.716972) + (xy 206.917734 102.864425) (xy 207.039592 102.990612) (xy 207.183638 103.090727) (xy 207.344387 103.160956) (xy 207.515715 103.198625) + (xy 207.691097 103.202299) (xy 207.863853 103.171837) (xy 208.027401 103.108401) (xy 208.175514 103.014406) (xy 208.302548 102.893433) + (xy 208.403666 102.750089) (xy 208.444975 102.657307) (xy 208.471526 102.669275) (xy 208.583931 102.685249) (xy 208.599981 102.738409) + (xy 208.618763 102.803056) (xy 208.620527 102.806458) (xy 208.621636 102.810133) (xy 208.653269 102.869627) (xy 208.684273 102.92944) + (xy 208.686667 102.932439) (xy 208.688467 102.935824) (xy 208.731034 102.988016) (xy 208.773085 103.040692) (xy 208.778352 103.046034) + (xy 208.778439 103.04614) (xy 208.778537 103.046221) (xy 208.780236 103.047944) (xy 208.815796 103.083503) (xy 208.867857 103.126267) + (xy 208.919473 103.169578) (xy 208.922835 103.171426) (xy 208.925798 103.17386) (xy 208.985198 103.20571) (xy 209.044219 103.238157) + (xy 209.047871 103.239315) (xy 209.051255 103.24113) (xy 209.115733 103.260843) (xy 209.179909 103.281201) (xy 209.183719 103.281628) + (xy 209.187388 103.28275) (xy 209.254401 103.289557) (xy 209.321376 103.297069) (xy 209.328878 103.297121) (xy 209.329013 103.297135) + (xy 209.329139 103.297123) (xy 209.33156 103.29714) (xy 209.555101 103.29714) (xy 209.538154 103.376869) (xy 209.535704 103.552272) + (xy 209.567371 103.724811) (xy 209.631948 103.887912) (xy 209.726974 104.035365) (xy 209.848832 104.161552) (xy 209.992878 104.261667) + (xy 210.153627 104.331896) (xy 210.324955 104.369565) (xy 210.500337 104.373239) (xy 210.673093 104.342777) (xy 210.836641 104.279341) + (xy 210.895626 104.241908) (xy 221.036407 104.241908) (xy 221.079314 104.475689) (xy 221.166812 104.696683) (xy 221.295568 104.896474) + (xy 221.460678 105.06745) (xy 221.655853 105.2031) (xy 221.873659 105.298257) (xy 222.1058 105.349297) (xy 222.343433 105.354275) + (xy 222.577508 105.313001) (xy 222.799108 105.227048) (xy 222.999792 105.09969) (xy 223.171917 104.935777) (xy 223.308927 104.741554) + (xy 223.405602 104.524418) (xy 223.458261 104.292639) (xy 223.458969 104.241908) (xy 223.576407 104.241908) (xy 223.619314 104.475689) + (xy 223.706812 104.696683) (xy 223.835568 104.896474) (xy 224.000678 105.06745) (xy 224.195853 105.2031) (xy 224.413659 105.298257) + (xy 224.6458 105.349297) (xy 224.883433 105.354275) (xy 225.117508 105.313001) (xy 225.339108 105.227048) (xy 225.539792 105.09969) + (xy 225.711917 104.935777) (xy 225.848927 104.741554) (xy 225.945602 104.524418) (xy 225.998261 104.292639) (xy 226.002052 104.021157) + (xy 225.955885 103.787999) (xy 225.86531 103.568247) (xy 225.733777 103.370274) (xy 225.566296 103.20162) (xy 225.369246 103.068708) + (xy 225.150132 102.976601) (xy 224.917301 102.928808) (xy 224.679622 102.927148) (xy 224.446147 102.971686) (xy 224.225768 103.060725) + (xy 224.026882 103.190872) (xy 223.857062 103.357172) (xy 223.722778 103.55329) (xy 223.629143 103.771755) (xy 223.579726 104.004246) + (xy 223.576407 104.241908) (xy 223.458969 104.241908) (xy 223.462052 104.021157) (xy 223.415885 103.787999) (xy 223.32531 103.568247) + (xy 223.193777 103.370274) (xy 223.026296 103.20162) (xy 222.829246 103.068708) (xy 222.610132 102.976601) (xy 222.377301 102.928808) + (xy 222.139622 102.927148) (xy 221.906147 102.971686) (xy 221.685768 103.060725) (xy 221.486882 103.190872) (xy 221.317062 103.357172) + (xy 221.182778 103.55329) (xy 221.089143 103.771755) (xy 221.039726 104.004246) (xy 221.036407 104.241908) (xy 210.895626 104.241908) + (xy 210.984754 104.185346) (xy 211.111788 104.064373) (xy 211.212906 103.921029) (xy 211.284256 103.760774) (xy 211.32312 103.589713) + (xy 211.32315 103.587597) (xy 211.493108 103.591158) (xy 211.690391 103.556371) (xy 211.87716 103.483928) (xy 212.046301 103.376588) + (xy 212.191372 103.238439) (xy 212.306847 103.074743) (xy 212.388327 102.891736) (xy 212.432709 102.696387) (xy 212.435904 102.467577) + (xy 212.396994 102.271065) (xy 212.320655 102.085854) (xy 212.209796 101.918998) (xy 212.068639 101.776852) (xy 211.95753 101.701908) + (xy 221.036407 101.701908) (xy 221.079314 101.935689) (xy 221.166812 102.156683) (xy 221.295568 102.356474) (xy 221.460678 102.52745) + (xy 221.655853 102.6631) (xy 221.873659 102.758257) (xy 222.1058 102.809297) (xy 222.343433 102.814275) (xy 222.577508 102.773001) + (xy 222.799108 102.687048) (xy 222.999792 102.55969) (xy 223.171917 102.395777) (xy 223.308927 102.201554) (xy 223.405602 101.984418) + (xy 223.458261 101.752639) (xy 223.458969 101.701908) (xy 223.576407 101.701908) (xy 223.619314 101.935689) (xy 223.706812 102.156683) + (xy 223.835568 102.356474) (xy 224.000678 102.52745) (xy 224.195853 102.6631) (xy 224.413659 102.758257) (xy 224.6458 102.809297) + (xy 224.883433 102.814275) (xy 225.117508 102.773001) (xy 225.339108 102.687048) (xy 225.539792 102.55969) (xy 225.711917 102.395777) + (xy 225.848927 102.201554) (xy 225.945602 101.984418) (xy 225.998261 101.752639) (xy 226.002052 101.481157) (xy 225.955885 101.247999) + (xy 225.86531 101.028247) (xy 225.733777 100.830274) (xy 225.566296 100.66162) (xy 225.369246 100.528708) (xy 225.150132 100.436601) + (xy 224.917301 100.388808) (xy 224.679622 100.387148) (xy 224.446147 100.431686) (xy 224.225768 100.520725) (xy 224.026882 100.650872) + (xy 223.857062 100.817172) (xy 223.722778 101.01329) (xy 223.629143 101.231755) (xy 223.579726 101.464246) (xy 223.576407 101.701908) + (xy 223.458969 101.701908) (xy 223.462052 101.481157) (xy 223.415885 101.247999) (xy 223.32531 101.028247) (xy 223.193777 100.830274) + (xy 223.026296 100.66162) (xy 222.829246 100.528708) (xy 222.610132 100.436601) (xy 222.377301 100.388808) (xy 222.139622 100.387148) + (xy 221.906147 100.431686) (xy 221.685768 100.520725) (xy 221.486882 100.650872) (xy 221.317062 100.817172) (xy 221.182778 101.01329) + (xy 221.089143 101.231755) (xy 221.039726 101.464246) (xy 221.036407 101.701908) (xy 211.95753 101.701908) (xy 211.902561 101.664831) + (xy 211.717887 101.587201) (xy 211.521653 101.54692) (xy 211.321331 101.545521) (xy 211.124553 101.583059) (xy 210.938813 101.658103) + (xy 210.771187 101.767794) (xy 210.699148 101.83834) (xy 210.446677 101.83834) (xy 210.446677 101.346) (xy 210.440963 101.274339) + (xy 210.403322 101.152795) (xy 210.333311 101.046549) (xy 210.236472 100.964014) (xy 210.120474 100.911725) (xy 209.9945 100.893823) + (xy 208.5975 100.893823) (xy 208.525839 100.899537) (xy 208.404295 100.937178) (xy 208.298049 101.007189) (xy 208.215514 101.104028) + (xy 208.163225 101.220026) (xy 208.145323 101.346) (xy 208.145323 101.580003) (xy 208.049644 101.515467) (xy 207.887931 101.447489) + (xy 207.716093 101.412216) (xy 207.540677 101.410991) (xy 207.368364 101.443862) (xy 207.205717 101.509575) (xy 207.058931 101.605629) + (xy 206.933598 101.728364) (xy 206.834491 101.873106) (xy 206.765386 102.034341) (xy 206.728914 102.205929) (xy 206.726464 102.381332) + (xy 206.444 102.381332) (xy 206.444 100.05875) (xy 208.0665 100.05875) (xy 208.0665 100.382299) (xy 208.086906 100.484887) + (xy 208.126934 100.581523) (xy 208.185045 100.668493) (xy 208.259007 100.742455) (xy 208.345977 100.800566) (xy 208.442613 100.840594) + (xy 208.545201 100.861) (xy 209.12275 100.861) (xy 209.2555 100.72825) (xy 209.2555 99.926) (xy 209.3365 99.926) + (xy 209.3365 100.72825) (xy 209.46925 100.861) (xy 210.046799 100.861) (xy 210.149387 100.840594) (xy 210.246023 100.800566) + (xy 210.332993 100.742455) (xy 210.406955 100.668493) (xy 210.465066 100.581523) (xy 210.505094 100.484887) (xy 210.5255 100.382299) + (xy 210.5255 100.05875) (xy 210.39275 99.926) (xy 209.3365 99.926) (xy 209.2555 99.926) (xy 208.19925 99.926) + (xy 208.0665 100.05875) (xy 206.444 100.05875) (xy 206.444 99.388701) (xy 208.0665 99.388701) (xy 208.0665 99.71225) + (xy 208.19925 99.845) (xy 209.2555 99.845) (xy 209.2555 99.04275) (xy 209.3365 99.04275) (xy 209.3365 99.845) + (xy 210.39275 99.845) (xy 210.5255 99.71225) (xy 210.5255 99.388701) (xy 210.505094 99.286113) (xy 210.465066 99.189477) + (xy 210.446646 99.161908) (xy 221.036407 99.161908) (xy 221.079314 99.395689) (xy 221.166812 99.616683) (xy 221.295568 99.816474) + (xy 221.460678 99.98745) (xy 221.655853 100.1231) (xy 221.873659 100.218257) (xy 222.1058 100.269297) (xy 222.343433 100.274275) + (xy 222.577508 100.233001) (xy 222.799108 100.147048) (xy 222.999792 100.01969) (xy 223.171917 99.855777) (xy 223.308927 99.661554) + (xy 223.405602 99.444418) (xy 223.458261 99.212639) (xy 223.458969 99.161908) (xy 223.576407 99.161908) (xy 223.619314 99.395689) + (xy 223.706812 99.616683) (xy 223.835568 99.816474) (xy 224.000678 99.98745) (xy 224.195853 100.1231) (xy 224.413659 100.218257) + (xy 224.6458 100.269297) (xy 224.883433 100.274275) (xy 225.117508 100.233001) (xy 225.339108 100.147048) (xy 225.539792 100.01969) + (xy 225.711917 99.855777) (xy 225.848927 99.661554) (xy 225.945602 99.444418) (xy 225.998261 99.212639) (xy 226.002052 98.941157) + (xy 225.955885 98.707999) (xy 225.86531 98.488247) (xy 225.733777 98.290274) (xy 225.566296 98.12162) (xy 225.369246 97.988708) + (xy 225.150132 97.896601) (xy 224.917301 97.848808) (xy 224.679622 97.847148) (xy 224.446147 97.891686) (xy 224.225768 97.980725) + (xy 224.026882 98.110872) (xy 223.857062 98.277172) (xy 223.722778 98.47329) (xy 223.629143 98.691755) (xy 223.579726 98.924246) + (xy 223.576407 99.161908) (xy 223.458969 99.161908) (xy 223.462052 98.941157) (xy 223.415885 98.707999) (xy 223.32531 98.488247) + (xy 223.193777 98.290274) (xy 223.026296 98.12162) (xy 222.829246 97.988708) (xy 222.610132 97.896601) (xy 222.377301 97.848808) + (xy 222.139622 97.847148) (xy 221.906147 97.891686) (xy 221.685768 97.980725) (xy 221.486882 98.110872) (xy 221.317062 98.277172) + (xy 221.182778 98.47329) (xy 221.089143 98.691755) (xy 221.039726 98.924246) (xy 221.036407 99.161908) (xy 210.446646 99.161908) + (xy 210.406955 99.102507) (xy 210.332993 99.028545) (xy 210.246023 98.970434) (xy 210.149387 98.930406) (xy 210.046799 98.91) + (xy 209.46925 98.91) (xy 209.3365 99.04275) (xy 209.2555 99.04275) (xy 209.12275 98.91) (xy 208.545201 98.91) + (xy 208.442613 98.930406) (xy 208.345977 98.970434) (xy 208.259007 99.028545) (xy 208.185045 99.102507) (xy 208.126934 99.189477) + (xy 208.086906 99.286113) (xy 208.0665 99.388701) (xy 206.444 99.388701) (xy 206.444 96.621908) (xy 221.036407 96.621908) + (xy 221.079314 96.855689) (xy 221.166812 97.076683) (xy 221.295568 97.276474) (xy 221.460678 97.44745) (xy 221.655853 97.5831) + (xy 221.873659 97.678257) (xy 222.1058 97.729297) (xy 222.343433 97.734275) (xy 222.577508 97.693001) (xy 222.799108 97.607048) + (xy 222.999792 97.47969) (xy 223.171917 97.315777) (xy 223.308927 97.121554) (xy 223.405602 96.904418) (xy 223.458261 96.672639) + (xy 223.458969 96.621908) (xy 223.576407 96.621908) (xy 223.619314 96.855689) (xy 223.706812 97.076683) (xy 223.835568 97.276474) + (xy 224.000678 97.44745) (xy 224.195853 97.5831) (xy 224.413659 97.678257) (xy 224.6458 97.729297) (xy 224.883433 97.734275) + (xy 225.117508 97.693001) (xy 225.339108 97.607048) (xy 225.539792 97.47969) (xy 225.711917 97.315777) (xy 225.848927 97.121554) + (xy 225.945602 96.904418) (xy 225.998261 96.672639) (xy 226.002052 96.401157) (xy 225.955885 96.167999) (xy 225.86531 95.948247) + (xy 225.733777 95.750274) (xy 225.566296 95.58162) (xy 225.369246 95.448708) (xy 225.150132 95.356601) (xy 224.917301 95.308808) + (xy 224.679622 95.307148) (xy 224.446147 95.351686) (xy 224.225768 95.440725) (xy 224.026882 95.570872) (xy 223.857062 95.737172) + (xy 223.722778 95.93329) (xy 223.629143 96.151755) (xy 223.579726 96.384246) (xy 223.576407 96.621908) (xy 223.458969 96.621908) + (xy 223.462052 96.401157) (xy 223.415885 96.167999) (xy 223.32531 95.948247) (xy 223.193777 95.750274) (xy 223.026296 95.58162) + (xy 222.829246 95.448708) (xy 222.610132 95.356601) (xy 222.377301 95.308808) (xy 222.139622 95.307148) (xy 221.906147 95.351686) + (xy 221.685768 95.440725) (xy 221.486882 95.570872) (xy 221.317062 95.737172) (xy 221.182778 95.93329) (xy 221.089143 96.151755) + (xy 221.039726 96.384246) (xy 221.036407 96.621908) (xy 206.444 96.621908) (xy 206.444 94.081908) (xy 221.036407 94.081908) + (xy 221.079314 94.315689) (xy 221.166812 94.536683) (xy 221.295568 94.736474) (xy 221.460678 94.90745) (xy 221.655853 95.0431) + (xy 221.873659 95.138257) (xy 222.1058 95.189297) (xy 222.343433 95.194275) (xy 222.577508 95.153001) (xy 222.799108 95.067048) + (xy 222.999792 94.93969) (xy 223.171917 94.775777) (xy 223.308927 94.581554) (xy 223.405602 94.364418) (xy 223.458261 94.132639) + (xy 223.458969 94.081908) (xy 223.576407 94.081908) (xy 223.619314 94.315689) (xy 223.706812 94.536683) (xy 223.835568 94.736474) + (xy 224.000678 94.90745) (xy 224.195853 95.0431) (xy 224.413659 95.138257) (xy 224.6458 95.189297) (xy 224.883433 95.194275) + (xy 225.117508 95.153001) (xy 225.339108 95.067048) (xy 225.539792 94.93969) (xy 225.711917 94.775777) (xy 225.848927 94.581554) + (xy 225.945602 94.364418) (xy 225.998261 94.132639) (xy 226.002052 93.861157) (xy 225.955885 93.627999) (xy 225.86531 93.408247) + (xy 225.733777 93.210274) (xy 225.566296 93.04162) (xy 225.369246 92.908708) (xy 225.150132 92.816601) (xy 224.917301 92.768808) + (xy 224.679622 92.767148) (xy 224.446147 92.811686) (xy 224.225768 92.900725) (xy 224.026882 93.030872) (xy 223.857062 93.197172) + (xy 223.722778 93.39329) (xy 223.629143 93.611755) (xy 223.579726 93.844246) (xy 223.576407 94.081908) (xy 223.458969 94.081908) + (xy 223.462052 93.861157) (xy 223.415885 93.627999) (xy 223.32531 93.408247) (xy 223.193777 93.210274) (xy 223.026296 93.04162) + (xy 222.829246 92.908708) (xy 222.610132 92.816601) (xy 222.377301 92.768808) (xy 222.139622 92.767148) (xy 221.906147 92.811686) + (xy 221.685768 92.900725) (xy 221.486882 93.030872) (xy 221.317062 93.197172) (xy 221.182778 93.39329) (xy 221.089143 93.611755) + (xy 221.039726 93.844246) (xy 221.036407 94.081908) (xy 206.444 94.081908) (xy 206.444 91.552002) (xy 206.454094 91.541908) + (xy 221.036407 91.541908) (xy 221.079314 91.775689) (xy 221.166812 91.996683) (xy 221.295568 92.196474) (xy 221.460678 92.36745) + (xy 221.655853 92.5031) (xy 221.873659 92.598257) (xy 222.1058 92.649297) (xy 222.343433 92.654275) (xy 222.577508 92.613001) + (xy 222.799108 92.527048) (xy 222.999792 92.39969) (xy 223.171917 92.235777) (xy 223.308927 92.041554) (xy 223.405602 91.824418) + (xy 223.458261 91.592639) (xy 223.458969 91.541908) (xy 223.576407 91.541908) (xy 223.619314 91.775689) (xy 223.706812 91.996683) + (xy 223.835568 92.196474) (xy 224.000678 92.36745) (xy 224.195853 92.5031) (xy 224.413659 92.598257) (xy 224.6458 92.649297) + (xy 224.883433 92.654275) (xy 225.117508 92.613001) (xy 225.339108 92.527048) (xy 225.539792 92.39969) (xy 225.711917 92.235777) + (xy 225.848927 92.041554) (xy 225.945602 91.824418) (xy 225.998261 91.592639) (xy 226.002052 91.321157) (xy 225.955885 91.087999) + (xy 225.86531 90.868247) (xy 225.733777 90.670274) (xy 225.566296 90.50162) (xy 225.369246 90.368708) (xy 225.150132 90.276601) + (xy 224.917301 90.228808) (xy 224.679622 90.227148) (xy 224.446147 90.271686) (xy 224.225768 90.360725) (xy 224.026882 90.490872) + (xy 223.857062 90.657172) (xy 223.722778 90.85329) (xy 223.629143 91.071755) (xy 223.579726 91.304246) (xy 223.576407 91.541908) + (xy 223.458969 91.541908) (xy 223.462052 91.321157) (xy 223.415885 91.087999) (xy 223.32531 90.868247) (xy 223.193777 90.670274) + (xy 223.026296 90.50162) (xy 222.829246 90.368708) (xy 222.610132 90.276601) (xy 222.377301 90.228808) (xy 222.139622 90.227148) + (xy 221.906147 90.271686) (xy 221.685768 90.360725) (xy 221.486882 90.490872) (xy 221.317062 90.657172) (xy 221.182778 90.85329) + (xy 221.089143 91.071755) (xy 221.039726 91.304246) (xy 221.036407 91.541908) (xy 206.454094 91.541908) (xy 209.858002 88.138) + (xy 221.035823 88.138) (xy 221.035823 89.662) (xy 221.041537 89.733661) (xy 221.079178 89.855205) (xy 221.149189 89.961451) + (xy 221.246028 90.043986) (xy 221.362026 90.096275) (xy 221.488 90.114177) (xy 223.012 90.114177) (xy 223.083661 90.108463) + (xy 223.205205 90.070822) (xy 223.311451 90.000811) (xy 223.393986 89.903972) (xy 223.446275 89.787974) (xy 223.451247 89.752985) + (xy 223.994291 89.752985) (xy 224.059453 89.974415) (xy 224.283098 90.096293) (xy 224.526223 90.172199) (xy 224.779485 90.199214) + (xy 225.033151 90.176301) (xy 225.277473 90.104341) (xy 225.503061 89.986098) (xy 225.520547 89.974415) (xy 225.585709 89.752985) + (xy 224.79 88.957276) (xy 223.994291 89.752985) (xy 223.451247 89.752985) (xy 223.464177 89.662) (xy 223.464177 88.889485) + (xy 223.490786 88.889485) (xy 223.513699 89.143151) (xy 223.585659 89.387473) (xy 223.703902 89.613061) (xy 223.715585 89.630547) + (xy 223.937015 89.695709) (xy 224.732724 88.9) (xy 224.847276 88.9) (xy 225.642985 89.695709) (xy 225.864415 89.630547) + (xy 225.986293 89.406902) (xy 226.062199 89.163777) (xy 226.089214 88.910515) (xy 226.066301 88.656849) (xy 225.994341 88.412527) + (xy 225.876098 88.186939) (xy 225.864415 88.169453) (xy 225.642985 88.104291) (xy 224.847276 88.9) (xy 224.732724 88.9) + (xy 223.937015 88.104291) (xy 223.715585 88.169453) (xy 223.593707 88.393098) (xy 223.517801 88.636223) (xy 223.490786 88.889485) + (xy 223.464177 88.889485) (xy 223.464177 88.138) (xy 223.458463 88.066339) (xy 223.452479 88.047015) (xy 223.994291 88.047015) + (xy 224.79 88.842724) (xy 225.585709 88.047015) (xy 225.520547 87.825585) (xy 225.296902 87.703707) (xy 225.053777 87.627801) + (xy 224.800515 87.600786) (xy 224.546849 87.623699) (xy 224.302527 87.695659) (xy 224.076939 87.813902) (xy 224.059453 87.825585) + (xy 223.994291 88.047015) (xy 223.452479 88.047015) (xy 223.420822 87.944795) (xy 223.350811 87.838549) (xy 223.253972 87.756014) + (xy 223.137974 87.703725) (xy 223.012 87.685823) (xy 221.488 87.685823) (xy 221.416339 87.691537) (xy 221.294795 87.729178) + (xy 221.188549 87.799189) (xy 221.106014 87.896028) (xy 221.053725 88.012026) (xy 221.035823 88.138) (xy 209.858002 88.138) + (xy 221.694094 76.301908) (xy 222.306407 76.301908) (xy 222.349314 76.535689) (xy 222.436812 76.756683) (xy 222.565568 76.956474) + (xy 222.730678 77.12745) (xy 222.925853 77.2631) (xy 223.143659 77.358257) (xy 223.3758 77.409297) (xy 223.613433 77.414275) + (xy 223.847508 77.373001) (xy 224.069108 77.287048) (xy 224.269792 77.15969) (xy 224.441917 76.995777) (xy 224.578927 76.801554) + (xy 224.675602 76.584418) (xy 224.728261 76.352639) (xy 224.732052 76.081157) (xy 224.685885 75.847999) (xy 224.59531 75.628247) + (xy 224.463777 75.430274) (xy 224.296296 75.26162) (xy 224.099246 75.128708) (xy 223.880132 75.036601) (xy 223.647301 74.988808) + (xy 223.409622 74.987148) (xy 223.176147 75.031686) (xy 222.955768 75.120725) (xy 222.756882 75.250872) (xy 222.587062 75.417172) + (xy 222.452778 75.61329) (xy 222.359143 75.831755) (xy 222.309726 76.064246) (xy 222.306407 76.301908) (xy 221.694094 76.301908) + (xy 223.171601 74.824401) (xy 223.3758 74.869297) (xy 223.613433 74.874275) (xy 223.847508 74.833001) (xy 224.069108 74.747048) + (xy 224.269792 74.61969) (xy 224.441917 74.455777) (xy 224.578927 74.261554) (xy 224.675602 74.044418) (xy 224.728261 73.812639) + (xy 224.732052 73.541157) (xy 224.685885 73.307999) (xy 224.59531 73.088247) (xy 224.463777 72.890274) (xy 224.296296 72.72162) + (xy 224.099246 72.588708) (xy 223.880132 72.496601) (xy 223.647301 72.448808) (xy 223.409622 72.447148) (xy 223.176147 72.491686) + (xy 222.955768 72.580725) (xy 222.756882 72.710872) (xy 222.587062 72.877172) (xy 222.452778 73.07329) (xy 222.359143 73.291755) + (xy 222.309726 73.524246) (xy 222.306407 73.761908) (xy 222.349314 73.995689) (xy 222.354702 74.009296) (xy 205.458999 90.904999) + (xy 205.425144 90.946215) (xy 205.39091 90.987014) (xy 205.38945 90.98967) (xy 205.387522 90.992017) (xy 205.362306 91.039044) + (xy 205.336659 91.085696) (xy 205.335743 91.088584) (xy 205.334307 91.091262) (xy 205.318701 91.142307) (xy 205.302609 91.193035) + (xy 205.302271 91.196045) (xy 205.301383 91.198951) (xy 205.295997 91.251982) (xy 205.290056 91.304944) (xy 205.290015 91.31088) + (xy 205.290004 91.310986) (xy 205.290013 91.311085) (xy 205.29 91.313) (xy 205.29 115.076998) (xy 204.29506 116.071938) + (xy 204.238833 116.060396) (xy 204.063417 116.059171) (xy 203.891104 116.092042) (xy 203.728457 116.157755) (xy 203.581671 116.253809) + (xy 203.456338 116.376544) (xy 203.357231 116.521286) (xy 203.288126 116.682521) (xy 203.251654 116.854109) (xy 203.249204 117.029512) + (xy 166.398354 117.029512) (xy 166.397822 117.027795) (xy 166.327811 116.921549) (xy 166.230972 116.839014) (xy 166.114974 116.786725) + (xy 165.989 116.768823) (xy 164.465 116.768823) (xy 164.393339 116.774537) (xy 164.271795 116.812178) (xy 164.165549 116.882189) + (xy 164.083014 116.979028) (xy 164.030725 117.095026) (xy 164.012823 117.221) (xy 163.635911 117.221) (xy 163.630777 117.213274) + (xy 163.463296 117.04462) (xy 163.266246 116.911708) (xy 163.047132 116.819601) (xy 162.814301 116.771808) (xy 162.576622 116.770148) + (xy 162.343147 116.814686) (xy 162.122768 116.903725) (xy 161.923882 117.033872) (xy 161.754062 117.200172) (xy 161.619778 117.39629) + (xy 161.526143 117.614755) (xy 161.476726 117.847246) (xy 161.473407 118.084908) (xy 161.355969 118.084908) (xy 161.359052 117.864157) + (xy 161.312885 117.630999) (xy 161.22231 117.411247) (xy 161.090777 117.213274) (xy 160.923296 117.04462) (xy 160.726246 116.911708) + (xy 160.507132 116.819601) (xy 160.274301 116.771808) (xy 160.036622 116.770148) (xy 159.803147 116.814686) (xy 159.582768 116.903725) + (xy 159.383882 117.033872) (xy 159.214062 117.200172) (xy 159.079778 117.39629) (xy 158.986143 117.614755) (xy 158.936726 117.847246) + (xy 158.933407 118.084908) (xy 158.815969 118.084908) (xy 158.819052 117.864157) (xy 158.772885 117.630999) (xy 158.68231 117.411247) + (xy 158.550777 117.213274) (xy 158.383296 117.04462) (xy 158.186246 116.911708) (xy 157.967132 116.819601) (xy 157.734301 116.771808) + (xy 157.496622 116.770148) (xy 157.263147 116.814686) (xy 157.042768 116.903725) (xy 156.843882 117.033872) (xy 156.674062 117.200172) + (xy 156.539778 117.39629) (xy 156.446143 117.614755) (xy 156.396726 117.847246) (xy 156.393407 118.084908) (xy 129.736 118.084908) + (xy 129.736 116.280212) (xy 138.550324 116.280212) (xy 138.581991 116.452751) (xy 138.646568 116.615852) (xy 138.741594 116.763305) + (xy 138.863452 116.889492) (xy 139.007498 116.989607) (xy 139.168247 117.059836) (xy 139.339575 117.097505) (xy 139.514957 117.101179) + (xy 139.687713 117.070717) (xy 139.851261 117.007281) (xy 139.999374 116.913286) (xy 140.070556 116.8455) (xy 141.995969 116.8455) + (xy 142.038452 116.889492) (xy 142.182498 116.989607) (xy 142.343247 117.059836) (xy 142.514575 117.097505) (xy 142.689957 117.101179) + (xy 142.862713 117.070717) (xy 143.026261 117.007281) (xy 143.174374 116.913286) (xy 143.301408 116.792313) (xy 143.402526 116.648969) + (xy 143.473876 116.488714) (xy 143.51274 116.317653) (xy 143.515538 116.11729) (xy 143.481466 115.94521) (xy 143.414618 115.783026) + (xy 143.317542 115.636914) (xy 143.193935 115.512441) (xy 143.048504 115.414347) (xy 142.886791 115.346369) (xy 142.714953 115.311096) + (xy 142.539537 115.309871) (xy 142.367224 115.342742) (xy 142.204577 115.408455) (xy 142.057791 115.504509) (xy 141.99653 115.5645) + (xy 140.070632 115.5645) (xy 140.018935 115.512441) (xy 139.873504 115.414347) (xy 139.711791 115.346369) (xy 139.539953 115.311096) + (xy 139.364537 115.309871) (xy 139.192224 115.342742) (xy 139.029577 115.408455) (xy 138.882791 115.504509) (xy 138.757458 115.627244) + (xy 138.658351 115.771986) (xy 138.589246 115.933221) (xy 138.552774 116.104809) (xy 138.550324 116.280212) (xy 129.736 116.280212) + (xy 129.736 115.147891) (xy 167.252157 115.147891) (xy 167.28832 115.344926) (xy 167.362065 115.531185) (xy 167.470583 115.699573) + (xy 167.609742 115.843676) (xy 167.77424 115.958005) (xy 167.957812 116.038205) (xy 168.153465 116.081222) (xy 168.353748 116.085418) + (xy 168.551031 116.050631) (xy 168.7378 115.978188) (xy 168.906941 115.870848) (xy 169.052012 115.732699) (xy 169.167487 115.569003) + (xy 169.248967 115.385996) (xy 169.254361 115.36225) (xy 189.08 115.36225) (xy 189.08 115.939799) (xy 189.100406 116.042387) + (xy 189.140434 116.139023) (xy 189.198545 116.225993) (xy 189.272507 116.299955) (xy 189.359477 116.358066) (xy 189.456113 116.398094) + (xy 189.558701 116.4185) (xy 189.88225 116.4185) (xy 190.015 116.28575) (xy 190.015 115.2295) (xy 190.096 115.2295) + (xy 190.096 116.28575) (xy 190.22875 116.4185) (xy 190.552299 116.4185) (xy 190.654887 116.398094) (xy 190.751523 116.358066) + (xy 190.838493 116.299955) (xy 190.912455 116.225993) (xy 190.970566 116.139023) (xy 191.010594 116.042387) (xy 191.031 115.939799) + (xy 191.031 115.36225) (xy 190.89825 115.2295) (xy 190.096 115.2295) (xy 190.015 115.2295) (xy 189.21275 115.2295) + (xy 189.08 115.36225) (xy 169.254361 115.36225) (xy 169.293349 115.190647) (xy 169.296544 114.961837) (xy 169.257634 114.765325) + (xy 169.181295 114.580114) (xy 169.087009 114.438201) (xy 189.08 114.438201) (xy 189.08 115.01575) (xy 189.21275 115.1485) + (xy 190.015 115.1485) (xy 190.015 114.09225) (xy 190.096 114.09225) (xy 190.096 115.1485) (xy 190.89825 115.1485) + (xy 191.031 115.01575) (xy 191.031 114.4905) (xy 191.063823 114.4905) (xy 191.063823 115.8875) (xy 191.069537 115.959161) + (xy 191.107178 116.080705) (xy 191.177189 116.186951) (xy 191.274028 116.269486) (xy 191.390026 116.321775) (xy 191.516 116.339677) + (xy 192.405 116.339677) (xy 192.476661 116.333963) (xy 192.598205 116.296322) (xy 192.704451 116.226311) (xy 192.786986 116.129472) + (xy 192.839275 116.013474) (xy 192.857177 115.8875) (xy 192.857177 114.4905) (xy 192.854399 114.45566) (xy 192.92368 114.428788) + (xy 193.092821 114.321448) (xy 193.237892 114.183299) (xy 193.353367 114.019603) (xy 193.434847 113.836596) (xy 193.479229 113.641247) + (xy 193.482424 113.412437) (xy 193.443514 113.215925) (xy 193.367175 113.030714) (xy 193.256316 112.863858) (xy 193.115159 112.721712) + (xy 192.949081 112.609691) (xy 192.764407 112.532061) (xy 192.568173 112.49178) (xy 192.367851 112.490381) (xy 192.171073 112.527919) + (xy 191.985333 112.602963) (xy 191.817707 112.712654) (xy 191.674579 112.852815) (xy 191.561401 113.018107) (xy 191.482484 113.202235) + (xy 191.440834 113.398183) (xy 191.43936 113.503761) (xy 191.401926 113.549333) (xy 191.358662 113.600893) (xy 191.356816 113.604252) + (xy 191.354379 113.607218) (xy 191.322508 113.666657) (xy 191.290083 113.725639) (xy 191.288925 113.729291) (xy 191.28711 113.732675) + (xy 191.267401 113.79714) (xy 191.247039 113.861329) (xy 191.246611 113.865141) (xy 191.24549 113.868809) (xy 191.238685 113.935811) + (xy 191.231171 114.002796) (xy 191.231119 114.010299) (xy 191.231105 114.010434) (xy 191.231117 114.01056) (xy 191.2311 114.01298) + (xy 191.2311 114.142101) (xy 191.216549 114.151689) (xy 191.134014 114.248528) (xy 191.081725 114.364526) (xy 191.063823 114.4905) + (xy 191.031 114.4905) (xy 191.031 114.438201) (xy 191.010594 114.335613) (xy 190.970566 114.238977) (xy 190.912455 114.152007) + (xy 190.838493 114.078045) (xy 190.751523 114.019934) (xy 190.654887 113.979906) (xy 190.552299 113.9595) (xy 190.22875 113.9595) + (xy 190.096 114.09225) (xy 190.015 114.09225) (xy 189.88225 113.9595) (xy 189.558701 113.9595) (xy 189.456113 113.979906) + (xy 189.359477 114.019934) (xy 189.272507 114.078045) (xy 189.198545 114.152007) (xy 189.140434 114.238977) (xy 189.100406 114.335613) + (xy 189.08 114.438201) (xy 169.087009 114.438201) (xy 169.070436 114.413258) (xy 168.967354 114.309453) (xy 168.994377 114.301447) + (xy 169.208705 114.188666) (xy 169.222023 114.179767) (xy 169.279562 113.964838) (xy 175.398438 113.964838) (xy 175.455977 114.179767) + (xy 175.668825 114.295317) (xy 175.900126 114.367122) (xy 176.140991 114.392423) (xy 176.382164 114.370247) (xy 176.614377 114.301447) + (xy 176.828705 114.188666) (xy 176.842023 114.179767) (xy 176.899562 113.964838) (xy 176.149 113.214276) (xy 175.398438 113.964838) + (xy 169.279562 113.964838) (xy 168.529 113.214276) (xy 167.778438 113.964838) (xy 167.825792 114.141721) (xy 167.799453 114.152363) + (xy 167.631827 114.262054) (xy 167.488699 114.402215) (xy 167.375521 114.567507) (xy 167.296604 114.751635) (xy 167.254954 114.947583) + (xy 167.252157 115.147891) (xy 129.736 115.147891) (xy 129.736 112.699787) (xy 129.839408 112.601313) (xy 129.940526 112.457969) + (xy 130.011876 112.297714) (xy 130.05074 112.126653) (xy 130.053538 111.92629) (xy 130.019466 111.75421) (xy 129.952618 111.592026) + (xy 129.855542 111.445914) (xy 129.731935 111.321441) (xy 129.586504 111.223347) (xy 129.51669 111.194) (xy 132.221998 111.194) + (xy 133.195999 112.168001) (xy 133.237215 112.201856) (xy 133.278014 112.23609) (xy 133.28067 112.23755) (xy 133.283017 112.239478) + (xy 133.330009 112.264675) (xy 133.376696 112.290341) (xy 133.379589 112.291259) (xy 133.382262 112.292692) (xy 133.433261 112.308285) + (xy 133.484035 112.324391) (xy 133.487046 112.324729) (xy 133.489951 112.325617) (xy 133.542982 112.331003) (xy 133.595944 112.336944) + (xy 133.60188 112.336985) (xy 133.601986 112.336996) (xy 133.602085 112.336987) (xy 133.604 112.337) (xy 138.253184 112.337) + (xy 138.156827 112.400054) (xy 138.013699 112.540215) (xy 137.900521 112.705507) (xy 137.821604 112.889635) (xy 137.779954 113.085583) + (xy 137.777157 113.285891) (xy 137.81332 113.482926) (xy 137.887065 113.669185) (xy 137.995583 113.837573) (xy 138.134742 113.981676) + (xy 138.29924 114.096005) (xy 138.482812 114.176205) (xy 138.678465 114.219222) (xy 138.878748 114.223418) (xy 139.076031 114.188631) + (xy 139.2628 114.116188) (xy 139.431941 114.008848) (xy 139.577012 113.870699) (xy 139.692487 113.707003) (xy 139.773967 113.523996) + (xy 139.818349 113.328647) (xy 139.820857 113.148991) (xy 167.293577 113.148991) (xy 167.315753 113.390164) (xy 167.384553 113.622377) + (xy 167.497334 113.836705) (xy 167.506233 113.850023) (xy 167.721162 113.907562) (xy 168.471724 113.157) (xy 168.586276 113.157) + (xy 169.336838 113.907562) (xy 169.551767 113.850023) (xy 169.667317 113.637175) (xy 169.739122 113.405874) (xy 169.764423 113.165009) + (xy 169.762951 113.148991) (xy 174.913577 113.148991) (xy 174.935753 113.390164) (xy 175.004553 113.622377) (xy 175.117334 113.836705) + (xy 175.126233 113.850023) (xy 175.341162 113.907562) (xy 176.091724 113.157) (xy 176.206276 113.157) (xy 176.956838 113.907562) + (xy 177.171767 113.850023) (xy 177.287317 113.637175) (xy 177.359122 113.405874) (xy 177.384423 113.165009) (xy 177.362247 112.923836) + (xy 177.293447 112.691623) (xy 177.180666 112.477295) (xy 177.171767 112.463977) (xy 176.956838 112.406438) (xy 176.206276 113.157) + (xy 176.091724 113.157) (xy 175.341162 112.406438) (xy 175.126233 112.463977) (xy 175.010683 112.676825) (xy 174.938878 112.908126) + (xy 174.913577 113.148991) (xy 169.762951 113.148991) (xy 169.742247 112.923836) (xy 169.673447 112.691623) (xy 169.560666 112.477295) + (xy 169.551767 112.463977) (xy 169.336838 112.406438) (xy 168.586276 113.157) (xy 168.471724 113.157) (xy 167.721162 112.406438) + (xy 167.506233 112.463977) (xy 167.390683 112.676825) (xy 167.318878 112.908126) (xy 167.293577 113.148991) (xy 139.820857 113.148991) + (xy 139.821544 113.099837) (xy 139.782634 112.903325) (xy 139.706295 112.718114) (xy 139.595436 112.551258) (xy 139.454279 112.409112) + (xy 139.3654 112.349162) (xy 167.778438 112.349162) (xy 168.529 113.099724) (xy 169.279562 112.349162) (xy 175.398438 112.349162) + (xy 176.149 113.099724) (xy 176.899562 112.349162) (xy 176.842023 112.134233) (xy 176.629175 112.018683) (xy 176.397874 111.946878) + (xy 176.157009 111.921577) (xy 175.915836 111.943753) (xy 175.683623 112.012553) (xy 175.469295 112.125334) (xy 175.455977 112.134233) + (xy 175.398438 112.349162) (xy 169.279562 112.349162) (xy 169.222023 112.134233) (xy 169.009175 112.018683) (xy 168.777874 111.946878) + (xy 168.537009 111.921577) (xy 168.295836 111.943753) (xy 168.063623 112.012553) (xy 167.849295 112.125334) (xy 167.835977 112.134233) + (xy 167.778438 112.349162) (xy 139.3654 112.349162) (xy 139.347369 112.337) (xy 141.732 112.337) (xy 141.785043 112.331799) + (xy 141.83814 112.327153) (xy 141.841051 112.326307) (xy 141.844073 112.326011) (xy 141.895123 112.310598) (xy 141.94628 112.295736) + (xy 141.948973 112.29434) (xy 141.951878 112.293463) (xy 141.998949 112.268435) (xy 142.046257 112.243913) (xy 142.048627 112.242021) + (xy 142.051307 112.240596) (xy 142.092605 112.206914) (xy 142.134265 112.173657) (xy 142.138492 112.169489) (xy 142.138574 112.169422) + (xy 142.138636 112.169347) (xy 142.140001 112.168001) (xy 143.876001 110.432) (xy 145.998648 110.432) (xy 146.102452 110.539492) + (xy 146.246498 110.639607) (xy 146.407247 110.709836) (xy 146.578575 110.747505) (xy 146.753957 110.751179) (xy 146.926713 110.720717) + (xy 147.090261 110.657281) (xy 147.238374 110.563286) (xy 147.365408 110.442313) (xy 147.3683 110.438212) (xy 177.158324 110.438212) + (xy 177.189991 110.610751) (xy 177.254568 110.773852) (xy 177.349594 110.921305) (xy 177.471452 111.047492) (xy 177.615498 111.147607) + (xy 177.776247 111.217836) (xy 177.947575 111.255505) (xy 178.122957 111.259179) (xy 178.295713 111.228717) (xy 178.459261 111.165281) + (xy 178.607374 111.071286) (xy 178.734408 110.950313) (xy 178.835526 110.806969) (xy 178.906876 110.646714) (xy 178.94574 110.475653) + (xy 178.948538 110.27529) (xy 178.914466 110.10321) (xy 178.847618 109.941026) (xy 178.750542 109.794914) (xy 178.626935 109.670441) + (xy 178.481504 109.572347) (xy 178.319791 109.504369) (xy 178.147953 109.469096) (xy 177.972537 109.467871) (xy 177.800224 109.500742) + (xy 177.637577 109.566455) (xy 177.490791 109.662509) (xy 177.365458 109.785244) (xy 177.266351 109.929986) (xy 177.197246 110.091221) + (xy 177.160774 110.262809) (xy 177.158324 110.438212) (xy 147.3683 110.438212) (xy 147.466526 110.298969) (xy 147.537876 110.138714) + (xy 147.57674 109.967653) (xy 147.579538 109.76729) (xy 147.545466 109.59521) (xy 147.478618 109.433026) (xy 147.381542 109.286914) + (xy 147.257935 109.162441) (xy 147.112504 109.064347) (xy 146.950791 108.996369) (xy 146.778953 108.961096) (xy 146.603537 108.959871) + (xy 146.431224 108.992742) (xy 146.268577 109.058455) (xy 146.121791 109.154509) (xy 145.996458 109.277244) (xy 145.99594 109.278) + (xy 143.637 109.278) (xy 143.583953 109.283201) (xy 143.530861 109.287847) (xy 143.527951 109.288693) (xy 143.524927 109.288989) + (xy 143.473851 109.30441) (xy 143.422721 109.319264) (xy 143.420029 109.320659) (xy 143.417122 109.321537) (xy 143.370033 109.346575) + (xy 143.322743 109.371087) (xy 143.320373 109.372979) (xy 143.317693 109.374404) (xy 143.276401 109.408081) (xy 143.234736 109.441342) + (xy 143.230512 109.445508) (xy 143.230426 109.445578) (xy 143.23036 109.445658) (xy 143.229 109.446999) (xy 141.492998 111.183) + (xy 135.829258 111.183) (xy 135.859786 111.114433) (xy 135.893133 110.967659) (xy 135.895533 110.795743) (xy 135.866298 110.648095) + (xy 135.808942 110.508937) (xy 135.725648 110.38357) (xy 135.647625 110.305) (xy 136.779 110.305) (xy 136.832043 110.299799) + (xy 136.88514 110.295153) (xy 136.888051 110.294307) (xy 136.891073 110.294011) (xy 136.942123 110.278598) (xy 136.99328 110.263736) + (xy 136.995973 110.26234) (xy 136.998878 110.261463) (xy 137.045949 110.236435) (xy 137.093257 110.211913) (xy 137.095627 110.210021) + (xy 137.098307 110.208596) (xy 137.139605 110.174914) (xy 137.181265 110.141657) (xy 137.185492 110.137489) (xy 137.185574 110.137422) + (xy 137.185636 110.137347) (xy 137.187001 110.136001) (xy 139.112309 108.210693) (xy 139.124167 108.210941) (xy 139.272395 108.184804) + (xy 139.412723 108.130375) (xy 139.539807 108.049725) (xy 139.648805 107.945927) (xy 139.735567 107.822935) (xy 139.796786 107.685433) + (xy 139.830133 107.538659) (xy 139.830677 107.499678) (xy 140.562 108.231001) (xy 140.603169 108.264817) (xy 140.644014 108.29909) + (xy 140.646673 108.300552) (xy 140.649018 108.302478) (xy 140.696023 108.327683) (xy 140.742696 108.353341) (xy 140.745584 108.354257) + (xy 140.748262 108.355693) (xy 140.799295 108.371295) (xy 140.850035 108.387391) (xy 140.853047 108.387729) (xy 140.855952 108.388617) + (xy 140.909021 108.394008) (xy 140.961944 108.399944) (xy 140.96787 108.399985) (xy 140.967986 108.399997) (xy 140.968094 108.399987) + (xy 140.97 108.4) (xy 144.295921 108.4) (xy 144.327014 108.42609) (xy 144.32967 108.42755) (xy 144.332017 108.429478) + (xy 144.379009 108.454675) (xy 144.425696 108.480341) (xy 144.428589 108.481259) (xy 144.431262 108.482692) (xy 144.482261 108.498285) + (xy 144.533035 108.514391) (xy 144.536046 108.514729) (xy 144.538951 108.515617) (xy 144.591982 108.521003) (xy 144.644944 108.526944) + (xy 144.65088 108.526985) (xy 144.650986 108.526996) (xy 144.651085 108.526987) (xy 144.653 108.527) (xy 145.871648 108.527) + (xy 145.975452 108.634492) (xy 146.119498 108.734607) (xy 146.280247 108.804836) (xy 146.451575 108.842505) (xy 146.626957 108.846179) + (xy 146.799713 108.815717) (xy 146.963261 108.752281) (xy 147.111374 108.658286) (xy 147.238408 108.537313) (xy 147.339526 108.393969) + (xy 147.410876 108.233714) (xy 147.42454 108.173569) (xy 167.37899 108.173569) (xy 167.419649 108.395101) (xy 167.502563 108.604517) + (xy 167.624573 108.79384) (xy 167.781033 108.955859) (xy 167.965982 109.084402) (xy 168.172377 109.174573) (xy 168.392355 109.222939) + (xy 168.617538 109.227656) (xy 168.839349 109.188545) (xy 169.049338 109.107095) (xy 169.239508 108.986409) (xy 169.402615 108.831085) + (xy 169.532447 108.647037) (xy 169.624057 108.441277) (xy 169.673957 108.221642) (xy 169.674628 108.173569) (xy 174.99899 108.173569) + (xy 175.039649 108.395101) (xy 175.122563 108.604517) (xy 175.244573 108.79384) (xy 175.401033 108.955859) (xy 175.585982 109.084402) + (xy 175.792377 109.174573) (xy 176.012355 109.222939) (xy 176.237538 109.227656) (xy 176.459349 109.188545) (xy 176.669338 109.107095) + (xy 176.859508 108.986409) (xy 177.022615 108.831085) (xy 177.152447 108.647037) (xy 177.244057 108.441277) (xy 177.293957 108.221642) + (xy 177.297549 107.964384) (xy 177.253801 107.743441) (xy 177.167972 107.535203) (xy 177.04333 107.347602) (xy 176.884624 107.187784) + (xy 176.697897 107.061835) (xy 176.490264 106.974554) (xy 176.269632 106.929265) (xy 176.044405 106.927693) (xy 175.823162 106.969897) + (xy 175.61433 107.054271) (xy 175.425863 107.1776) (xy 175.264941 107.335186) (xy 175.137692 107.521029) (xy 175.048964 107.728048) + (xy 175.002135 107.948358) (xy 174.99899 108.173569) (xy 169.674628 108.173569) (xy 169.677549 107.964384) (xy 169.633801 107.743441) + (xy 169.547972 107.535203) (xy 169.42333 107.347602) (xy 169.264624 107.187784) (xy 169.077897 107.061835) (xy 168.870264 106.974554) + (xy 168.649632 106.929265) (xy 168.424405 106.927693) (xy 168.203162 106.969897) (xy 167.99433 107.054271) (xy 167.805863 107.1776) + (xy 167.644941 107.335186) (xy 167.517692 107.521029) (xy 167.428964 107.728048) (xy 167.382135 107.948358) (xy 167.37899 108.173569) + (xy 147.42454 108.173569) (xy 147.44974 108.062653) (xy 147.452538 107.86229) (xy 147.418466 107.69021) (xy 147.351618 107.528026) + (xy 147.254542 107.381914) (xy 147.188209 107.315117) (xy 147.238408 107.267313) (xy 147.339526 107.123969) (xy 147.410876 106.963714) + (xy 147.426966 106.892891) (xy 161.283157 106.892891) (xy 161.31932 107.089926) (xy 161.393065 107.276185) (xy 161.501583 107.444573) + (xy 161.640742 107.588676) (xy 161.80524 107.703005) (xy 161.988812 107.783205) (xy 162.184465 107.826222) (xy 162.384748 107.830418) + (xy 162.582031 107.795631) (xy 162.7688 107.723188) (xy 162.937941 107.615848) (xy 163.083012 107.477699) (xy 163.198487 107.314003) + (xy 163.279967 107.130996) (xy 163.324349 106.935647) (xy 163.327544 106.706837) (xy 163.288634 106.510325) (xy 163.212295 106.325114) + (xy 163.101436 106.158258) (xy 162.960279 106.016112) (xy 162.794201 105.904091) (xy 162.704091 105.866212) (xy 165.855324 105.866212) + (xy 165.886991 106.038751) (xy 165.951568 106.201852) (xy 166.046594 106.349305) (xy 166.168452 106.475492) (xy 166.312498 106.575607) + (xy 166.473247 106.645836) (xy 166.644575 106.683505) (xy 166.819957 106.687179) (xy 166.992713 106.656717) (xy 167.156261 106.593281) + (xy 167.304374 106.499286) (xy 167.431408 106.378313) (xy 167.532526 106.234969) (xy 167.583619 106.120212) (xy 173.729324 106.120212) + (xy 173.760991 106.292751) (xy 173.825568 106.455852) (xy 173.920594 106.603305) (xy 174.042452 106.729492) (xy 174.186498 106.829607) + (xy 174.347247 106.899836) (xy 174.518575 106.937505) (xy 174.693957 106.941179) (xy 174.866713 106.910717) (xy 175.030261 106.847281) + (xy 175.178374 106.753286) (xy 175.305408 106.632313) (xy 175.406526 106.488969) (xy 175.477876 106.328714) (xy 175.51674 106.157653) + (xy 175.519538 105.95729) (xy 175.485466 105.78521) (xy 175.466507 105.739212) (xy 177.158324 105.739212) (xy 177.189991 105.911751) + (xy 177.254568 106.074852) (xy 177.349594 106.222305) (xy 177.471452 106.348492) (xy 177.615498 106.448607) (xy 177.776247 106.518836) + (xy 177.947575 106.556505) (xy 178.122957 106.560179) (xy 178.132495 106.558497) (xy 180.144 108.570001) (xy 180.144 110.770754) + (xy 180.032458 110.879984) (xy 179.933351 111.024726) (xy 179.864246 111.185961) (xy 179.827774 111.357549) (xy 179.825324 111.532952) + (xy 179.856991 111.705491) (xy 179.921568 111.868592) (xy 180.016594 112.016045) (xy 180.138452 112.142232) (xy 180.282498 112.242347) + (xy 180.443247 112.312576) (xy 180.614575 112.350245) (xy 180.789957 112.353919) (xy 180.962713 112.323457) (xy 181.126261 112.260021) + (xy 181.274374 112.166026) (xy 181.401408 112.045053) (xy 181.502526 111.901709) (xy 181.573876 111.741454) (xy 181.61274 111.570393) + (xy 181.615538 111.37003) (xy 181.581466 111.19795) (xy 181.514618 111.035766) (xy 181.487486 110.994929) (xy 181.518685 111.001789) + (xy 181.669167 111.004941) (xy 181.817395 110.978804) (xy 181.957723 110.924375) (xy 182.084807 110.843725) (xy 182.193805 110.739927) + (xy 182.280567 110.616935) (xy 182.341786 110.479433) (xy 182.375133 110.332659) (xy 182.377533 110.160743) (xy 182.348298 110.013095) + (xy 182.311576 109.924) (xy 187.04814 109.924) (xy 187.101183 109.918799) (xy 187.15428 109.914153) (xy 187.157191 109.913307) + (xy 187.160213 109.913011) (xy 187.211263 109.897598) (xy 187.26242 109.882736) (xy 187.265113 109.88134) (xy 187.268018 109.880463) + (xy 187.315089 109.855435) (xy 187.362397 109.830913) (xy 187.364767 109.829021) (xy 187.367447 109.827596) (xy 187.408745 109.793914) + (xy 187.450405 109.760657) (xy 187.454632 109.756489) (xy 187.454714 109.756422) (xy 187.454776 109.756347) (xy 187.456141 109.755001) + (xy 188.296902 108.914239) (xy 188.442977 108.917299) (xy 188.615733 108.886837) (xy 188.779281 108.823401) (xy 188.927394 108.729406) + (xy 189.054428 108.608433) (xy 189.155546 108.465089) (xy 189.203634 108.357082) (xy 189.272507 108.425955) (xy 189.359477 108.484066) + (xy 189.456113 108.524094) (xy 189.558701 108.5445) (xy 189.88225 108.5445) (xy 190.015 108.41175) (xy 190.015 107.3555) + (xy 190.096 107.3555) (xy 190.096 108.41175) (xy 190.22875 108.5445) (xy 190.552299 108.5445) (xy 190.654887 108.524094) + (xy 190.751523 108.484066) (xy 190.838493 108.425955) (xy 190.912455 108.351993) (xy 190.970566 108.265023) (xy 191.010594 108.168387) + (xy 191.031 108.065799) (xy 191.031 107.48825) (xy 190.89825 107.3555) (xy 190.096 107.3555) (xy 190.015 107.3555) + (xy 189.21275 107.3555) (xy 189.088387 107.479863) (xy 189.070562 107.453034) (xy 188.946955 107.328561) (xy 188.801524 107.230467) + (xy 188.639811 107.162489) (xy 188.467973 107.127216) (xy 188.292557 107.125991) (xy 188.120244 107.158862) (xy 187.957597 107.224575) + (xy 187.810811 107.320629) (xy 187.685478 107.443364) (xy 187.586371 107.588106) (xy 187.517266 107.749341) (xy 187.480794 107.920929) + (xy 187.478344 108.096332) (xy 187.479036 108.100103) (xy 186.809138 108.77) (xy 182.311258 108.77) (xy 182.341786 108.701433) + (xy 182.375133 108.554659) (xy 182.375781 108.508221) (xy 184.053722 106.83028) (xy 189.08 106.83028) (xy 189.08 107.14175) + (xy 189.21275 107.2745) (xy 190.015 107.2745) (xy 190.015 107.2545) (xy 190.096 107.2545) (xy 190.096 107.2745) + (xy 190.89825 107.2745) (xy 191.031 107.14175) (xy 191.031 106.83028) (xy 191.063823 106.83028) (xy 191.063823 108.0135) + (xy 191.069537 108.085161) (xy 191.107178 108.206705) (xy 191.177189 108.312951) (xy 191.274028 108.395486) (xy 191.390026 108.447775) + (xy 191.516 108.465677) (xy 192.231592 108.465677) (xy 192.230684 108.530672) (xy 192.262351 108.703211) (xy 192.326928 108.866312) + (xy 192.421954 109.013765) (xy 192.543812 109.139952) (xy 192.687858 109.240067) (xy 192.818814 109.29728) (xy 192.775521 109.360507) + (xy 192.696604 109.544635) (xy 192.654954 109.740583) (xy 192.652157 109.940891) (xy 192.68832 110.137926) (xy 192.762065 110.324185) + (xy 192.870583 110.492573) (xy 193.009742 110.636676) (xy 193.17424 110.751005) (xy 193.357812 110.831205) (xy 193.553465 110.874222) + (xy 193.753748 110.878418) (xy 193.951031 110.843631) (xy 194.1378 110.771188) (xy 194.306941 110.663848) (xy 194.452012 110.525699) + (xy 194.567487 110.362003) (xy 194.648967 110.178996) (xy 194.693349 109.983647) (xy 194.696544 109.754837) (xy 194.657634 109.558325) + (xy 194.581295 109.373114) (xy 194.470436 109.206258) (xy 194.329279 109.064112) (xy 194.163201 108.952091) (xy 193.978527 108.874461) + (xy 193.923987 108.863266) (xy 193.979236 108.739174) (xy 194.0181 108.568113) (xy 194.020898 108.36775) (xy 193.986826 108.19567) + (xy 193.919978 108.033486) (xy 193.832325 107.901557) (xy 193.944012 107.795199) (xy 194.059487 107.631503) (xy 194.140967 107.448496) + (xy 194.185349 107.253147) (xy 194.188544 107.024337) (xy 194.149634 106.827825) (xy 194.073295 106.642614) (xy 193.962436 106.475758) + (xy 193.821279 106.333612) (xy 193.662524 106.22653) (xy 193.699261 106.212281) (xy 193.847374 106.118286) (xy 193.974408 105.997313) + (xy 194.075526 105.853969) (xy 194.146876 105.693714) (xy 194.18574 105.522653) (xy 194.188538 105.32229) (xy 194.154466 105.15021) + (xy 194.087618 104.988026) (xy 193.990542 104.841914) (xy 193.866935 104.717441) (xy 193.721504 104.619347) (xy 193.559791 104.551369) + (xy 193.387953 104.516096) (xy 193.212537 104.514871) (xy 193.040224 104.547742) (xy 192.877577 104.613455) (xy 192.730791 104.709509) + (xy 192.605458 104.832244) (xy 192.506351 104.976986) (xy 192.437246 105.138221) (xy 192.400774 105.309809) (xy 192.39862 105.464037) + (xy 192.17487 105.67628) (xy 189.619257 105.67628) (xy 189.651076 105.604814) (xy 189.68994 105.433753) (xy 189.692738 105.23339) + (xy 189.658666 105.06131) (xy 189.591818 104.899126) (xy 189.494742 104.753014) (xy 189.371135 104.628541) (xy 189.225704 104.530447) + (xy 189.063991 104.462469) (xy 188.892153 104.427196) (xy 188.716737 104.425971) (xy 188.544424 104.458842) (xy 188.381777 104.524555) + (xy 188.234991 104.620609) (xy 188.109658 104.743344) (xy 188.010551 104.888086) (xy 187.941446 105.049321) (xy 187.904974 105.220909) + (xy 187.902524 105.396312) (xy 187.934191 105.568851) (xy 187.976726 105.67628) (xy 184.212404 105.67628) (xy 184.224171 105.639185) + (xy 184.224509 105.636173) (xy 184.225397 105.633268) (xy 184.230788 105.580199) (xy 184.236724 105.527276) (xy 184.236765 105.52135) + (xy 184.236777 105.521234) (xy 184.236767 105.521126) (xy 184.23678 105.51922) (xy 184.23678 101.292191) (xy 189.025037 101.292191) + (xy 189.0612 101.489226) (xy 189.134945 101.675485) (xy 189.243463 101.843873) (xy 189.382622 101.987976) (xy 189.54712 102.102305) + (xy 189.730692 102.182505) (xy 189.926345 102.225522) (xy 190.126628 102.229718) (xy 190.323911 102.194931) (xy 190.51068 102.122488) + (xy 190.679821 102.015148) (xy 190.824892 101.876999) (xy 190.940367 101.713303) (xy 191.021847 101.530296) (xy 191.063717 101.346) + (xy 197.858323 101.346) (xy 197.858323 102.235) (xy 197.864037 102.306661) (xy 197.901678 102.428205) (xy 197.971689 102.534451) + (xy 198.056236 102.60651) (xy 198.030604 102.666315) (xy 197.988954 102.862263) (xy 197.986157 103.062571) (xy 198.02232 103.259606) + (xy 198.096065 103.445865) (xy 198.204583 103.614253) (xy 198.343742 103.758356) (xy 198.50824 103.872685) (xy 198.691812 103.952885) + (xy 198.887465 103.995902) (xy 199.087748 104.000098) (xy 199.285031 103.965311) (xy 199.4718 103.892868) (xy 199.640941 103.785528) + (xy 199.786012 103.647379) (xy 199.901487 103.483683) (xy 199.982967 103.300676) (xy 200.027349 103.105327) (xy 200.027662 103.082891) + (xy 201.458337 103.082891) (xy 201.4945 103.279926) (xy 201.568245 103.466185) (xy 201.676763 103.634573) (xy 201.815922 103.778676) + (xy 201.98042 103.893005) (xy 202.163992 103.973205) (xy 202.359645 104.016222) (xy 202.559928 104.020418) (xy 202.757211 103.985631) + (xy 202.94398 103.913188) (xy 203.113121 103.805848) (xy 203.258192 103.667699) (xy 203.373667 103.504003) (xy 203.455147 103.320996) + (xy 203.46898 103.260111) (xy 203.522377 103.254876) (xy 203.590676 103.24866) (xy 203.593126 103.247939) (xy 203.595675 103.247689) + (xy 203.661445 103.227832) (xy 203.727238 103.208468) (xy 203.729504 103.207283) (xy 203.731953 103.206544) (xy 203.792574 103.174311) + (xy 203.853393 103.142516) (xy 203.855386 103.140914) (xy 203.857644 103.139713) (xy 203.91087 103.096303) (xy 203.964334 103.053316) + (xy 203.965976 103.051359) (xy 203.96796 103.049741) (xy 204.011718 102.996847) (xy 204.055838 102.944267) (xy 204.057071 102.942024) + (xy 204.0587 102.940055) (xy 204.091352 102.879667) (xy 204.124417 102.819521) (xy 204.12519 102.817086) (xy 204.126407 102.814834) + (xy 204.146705 102.749263) (xy 204.16676 102.68604) (xy 204.224161 102.681463) (xy 204.345705 102.643822) (xy 204.451951 102.573811) + (xy 204.534486 102.476972) (xy 204.586775 102.360974) (xy 204.604677 102.235) (xy 204.604677 101.346) (xy 204.598963 101.274339) + (xy 204.561322 101.152795) (xy 204.491311 101.046549) (xy 204.394472 100.964014) (xy 204.278474 100.911725) (xy 204.1525 100.893823) + (xy 202.7555 100.893823) (xy 202.683839 100.899537) (xy 202.562295 100.937178) (xy 202.456049 101.007189) (xy 202.373514 101.104028) + (xy 202.321225 101.220026) (xy 202.303323 101.346) (xy 202.303323 101.990963) (xy 202.191373 102.012319) (xy 202.005633 102.087363) + (xy 201.838007 102.197054) (xy 201.694879 102.337215) (xy 201.581701 102.502507) (xy 201.502784 102.686635) (xy 201.461134 102.882583) + (xy 201.458337 103.082891) (xy 200.027662 103.082891) (xy 200.030544 102.876517) (xy 199.991634 102.680005) (xy 199.960484 102.60443) + (xy 200.006951 102.573811) (xy 200.089486 102.476972) (xy 200.141775 102.360974) (xy 200.159677 102.235) (xy 200.159677 101.346) + (xy 200.153963 101.274339) (xy 200.116322 101.152795) (xy 200.046311 101.046549) (xy 199.949472 100.964014) (xy 199.833474 100.911725) + (xy 199.7075 100.893823) (xy 198.3105 100.893823) (xy 198.238839 100.899537) (xy 198.117295 100.937178) (xy 198.011049 101.007189) + (xy 197.928514 101.104028) (xy 197.876225 101.220026) (xy 197.858323 101.346) (xy 191.063717 101.346) (xy 191.066229 101.334947) + (xy 191.068022 101.206567) (xy 191.101838 101.166267) (xy 191.103686 101.162905) (xy 191.10612 101.159942) (xy 191.13797 101.100542) + (xy 191.170417 101.041521) (xy 191.171575 101.037869) (xy 191.17339 101.034485) (xy 191.193099 100.97002) (xy 191.21276 100.90804) + (xy 191.270161 100.903463) (xy 191.391705 100.865822) (xy 191.497951 100.795811) (xy 191.580486 100.698972) (xy 191.632775 100.582974) + (xy 191.650677 100.457) (xy 191.650677 100.05875) (xy 197.7795 100.05875) (xy 197.7795 100.382299) (xy 197.799906 100.484887) + (xy 197.839934 100.581523) (xy 197.898045 100.668493) (xy 197.972007 100.742455) (xy 198.058977 100.800566) (xy 198.155613 100.840594) + (xy 198.258201 100.861) (xy 198.83575 100.861) (xy 198.9685 100.72825) (xy 198.9685 99.926) (xy 199.0495 99.926) + (xy 199.0495 100.72825) (xy 199.18225 100.861) (xy 199.759799 100.861) (xy 199.862387 100.840594) (xy 199.959023 100.800566) + (xy 200.045993 100.742455) (xy 200.119955 100.668493) (xy 200.178066 100.581523) (xy 200.218094 100.484887) (xy 200.2385 100.382299) + (xy 200.2385 100.05875) (xy 202.2245 100.05875) (xy 202.2245 100.382299) (xy 202.244906 100.484887) (xy 202.284934 100.581523) + (xy 202.343045 100.668493) (xy 202.417007 100.742455) (xy 202.503977 100.800566) (xy 202.600613 100.840594) (xy 202.703201 100.861) + (xy 203.28075 100.861) (xy 203.4135 100.72825) (xy 203.4135 99.926) (xy 203.4945 99.926) (xy 203.4945 100.72825) + (xy 203.62725 100.861) (xy 204.204799 100.861) (xy 204.307387 100.840594) (xy 204.404023 100.800566) (xy 204.490993 100.742455) + (xy 204.564955 100.668493) (xy 204.623066 100.581523) (xy 204.663094 100.484887) (xy 204.6835 100.382299) (xy 204.6835 100.05875) + (xy 204.55075 99.926) (xy 203.4945 99.926) (xy 203.4135 99.926) (xy 202.35725 99.926) (xy 202.2245 100.05875) + (xy 200.2385 100.05875) (xy 200.10575 99.926) (xy 199.0495 99.926) (xy 198.9685 99.926) (xy 197.91225 99.926) + (xy 197.7795 100.05875) (xy 191.650677 100.05875) (xy 191.650677 99.568) (xy 191.644963 99.496339) (xy 191.607322 99.374795) + (xy 191.537311 99.268549) (xy 191.440472 99.186014) (xy 191.324474 99.133725) (xy 191.1985 99.115823) (xy 189.8015 99.115823) + (xy 189.729839 99.121537) (xy 189.608295 99.159178) (xy 189.502049 99.229189) (xy 189.419514 99.326028) (xy 189.367225 99.442026) + (xy 189.349323 99.568) (xy 189.349323 100.457) (xy 189.349589 100.46033) (xy 189.261579 100.546515) (xy 189.148401 100.711807) + (xy 189.069484 100.895935) (xy 189.027834 101.091883) (xy 189.025037 101.292191) (xy 184.23678 101.292191) (xy 184.23678 101.059222) + (xy 187.015252 98.28075) (xy 189.2705 98.28075) (xy 189.2705 98.604299) (xy 189.290906 98.706887) (xy 189.330934 98.803523) + (xy 189.389045 98.890493) (xy 189.463007 98.964455) (xy 189.549977 99.022566) (xy 189.646613 99.062594) (xy 189.749201 99.083) + (xy 190.32675 99.083) (xy 190.4595 98.95025) (xy 190.4595 98.148) (xy 190.5405 98.148) (xy 190.5405 98.95025) + (xy 190.67325 99.083) (xy 191.250799 99.083) (xy 191.353387 99.062594) (xy 191.450023 99.022566) (xy 191.536993 98.964455) + (xy 191.610955 98.890493) (xy 191.669066 98.803523) (xy 191.689491 98.754212) (xy 196.208324 98.754212) (xy 196.239991 98.926751) + (xy 196.304568 99.089852) (xy 196.399594 99.237305) (xy 196.521452 99.363492) (xy 196.665498 99.463607) (xy 196.826247 99.533836) + (xy 196.997575 99.571505) (xy 197.172957 99.575179) (xy 197.345713 99.544717) (xy 197.509261 99.481281) (xy 197.657374 99.387286) + (xy 197.784408 99.266313) (xy 197.863688 99.153927) (xy 197.839934 99.189477) (xy 197.799906 99.286113) (xy 197.7795 99.388701) + (xy 197.7795 99.71225) (xy 197.91225 99.845) (xy 198.9685 99.845) (xy 198.9685 99.04275) (xy 199.0495 99.04275) + (xy 199.0495 99.845) (xy 200.10575 99.845) (xy 200.2385 99.71225) (xy 200.2385 99.388701) (xy 202.2245 99.388701) + (xy 202.2245 99.71225) (xy 202.35725 99.845) (xy 203.4135 99.845) (xy 203.4135 99.04275) (xy 203.4945 99.04275) + (xy 203.4945 99.845) (xy 204.55075 99.845) (xy 204.6835 99.71225) (xy 204.6835 99.388701) (xy 204.663094 99.286113) + (xy 204.623066 99.189477) (xy 204.564955 99.102507) (xy 204.490993 99.028545) (xy 204.404023 98.970434) (xy 204.307387 98.930406) + (xy 204.204799 98.91) (xy 203.62725 98.91) (xy 203.4945 99.04275) (xy 203.4135 99.04275) (xy 203.28075 98.91) + (xy 202.703201 98.91) (xy 202.600613 98.930406) (xy 202.503977 98.970434) (xy 202.417007 99.028545) (xy 202.343045 99.102507) + (xy 202.284934 99.189477) (xy 202.244906 99.286113) (xy 202.2245 99.388701) (xy 200.2385 99.388701) (xy 200.218094 99.286113) + (xy 200.178066 99.189477) (xy 200.119955 99.102507) (xy 200.045993 99.028545) (xy 199.959023 98.970434) (xy 199.862387 98.930406) + (xy 199.759799 98.91) (xy 199.18225 98.91) (xy 199.0495 99.04275) (xy 198.9685 99.04275) (xy 198.83575 98.91) + (xy 198.258201 98.91) (xy 198.155613 98.930406) (xy 198.058977 98.970434) (xy 197.972007 99.028545) (xy 197.898045 99.102507) + (xy 197.887829 99.117797) (xy 197.956876 98.962714) (xy 197.99574 98.791653) (xy 197.998538 98.59129) (xy 197.964466 98.41921) + (xy 197.897618 98.257026) (xy 197.800542 98.110914) (xy 197.681 97.990534) (xy 197.681 96.886002) (xy 198.496329 96.070672) + (xy 198.494324 96.214212) (xy 198.525991 96.386751) (xy 198.590568 96.549852) (xy 198.685594 96.697305) (xy 198.807452 96.823492) + (xy 198.951498 96.923607) (xy 199.112247 96.993836) (xy 199.283575 97.031505) (xy 199.458957 97.035179) (xy 199.631713 97.004717) + (xy 199.795261 96.941281) (xy 199.943374 96.847286) (xy 200.070408 96.726313) (xy 200.171526 96.582969) (xy 200.242876 96.422714) + (xy 200.28174 96.251653) (xy 200.284408 96.060594) (xy 204.974521 91.37048) (xy 205.008337 91.329311) (xy 205.04261 91.288466) + (xy 205.044072 91.285807) (xy 205.045998 91.283462) (xy 205.071203 91.236457) (xy 205.096861 91.189784) (xy 205.097777 91.186896) + (xy 205.099213 91.184218) (xy 205.114815 91.133185) (xy 205.130911 91.082445) (xy 205.131249 91.079433) (xy 205.132137 91.076528) + (xy 205.137523 91.023503) (xy 205.143464 90.970536) (xy 205.143505 90.9646) (xy 205.143516 90.964494) (xy 205.143507 90.964395) + (xy 205.14352 90.96248) (xy 205.14352 85.897707) (xy 205.246928 85.799233) (xy 205.348046 85.655889) (xy 205.419396 85.495634) + (xy 205.45826 85.324573) (xy 205.461058 85.12421) (xy 205.426986 84.95213) (xy 205.360138 84.789946) (xy 205.263062 84.643834) + (xy 205.139455 84.519361) (xy 204.994024 84.421267) (xy 204.832311 84.353289) (xy 204.660473 84.318016) (xy 204.485057 84.316791) + (xy 204.312744 84.349662) (xy 204.150097 84.415375) (xy 204.003311 84.511429) (xy 203.877978 84.634164) (xy 203.778871 84.778906) + (xy 203.709766 84.940141) (xy 203.673294 85.111729) (xy 203.670844 85.287132) (xy 203.702511 85.459671) (xy 203.767088 85.622772) + (xy 203.862114 85.770225) (xy 203.983972 85.896412) (xy 203.98952 85.900268) (xy 203.98952 90.723479) (xy 203.396 91.316999) + (xy 203.396 81.821262) (xy 205.584142 79.633119) (xy 205.730217 79.636179) (xy 205.902973 79.605717) (xy 206.066521 79.542281) + (xy 206.214634 79.448286) (xy 206.341668 79.327313) (xy 206.442786 79.183969) (xy 206.514136 79.023714) (xy 206.553 78.852653) + (xy 206.555798 78.65229) (xy 206.521726 78.48021) (xy 206.454878 78.318026) (xy 206.357802 78.171914) (xy 206.234195 78.047441) + (xy 206.088764 77.949347) (xy 205.927051 77.881369) (xy 205.755213 77.846096) (xy 205.579797 77.844871) (xy 205.407484 77.877742) + (xy 205.244837 77.943455) (xy 205.098051 78.039509) (xy 204.972718 78.162244) (xy 204.873611 78.306986) (xy 204.804506 78.468221) + (xy 204.768034 78.639809) (xy 204.765584 78.815212) (xy 204.766276 78.818983) (xy 202.410999 81.174259) (xy 202.377144 81.215475) + (xy 202.34291 81.256274) (xy 202.34145 81.25893) (xy 202.339522 81.261277) (xy 202.314306 81.308304) (xy 202.288659 81.354956) + (xy 202.287743 81.357844) (xy 202.286307 81.360522) (xy 202.270701 81.411567) (xy 202.254609 81.462295) (xy 202.254271 81.465305) + (xy 202.253383 81.468211) (xy 202.247997 81.521242) (xy 202.242056 81.574204) (xy 202.242015 81.58014) (xy 202.242004 81.580246) + (xy 202.242013 81.580345) (xy 202.242 81.58226) (xy 202.242 91.200999) (xy 198.896998 94.546) (xy 198.628 94.546) + (xy 198.574913 94.551205) (xy 198.52186 94.555847) (xy 198.518949 94.556693) (xy 198.515927 94.556989) (xy 198.464877 94.572402) + (xy 198.41372 94.587264) (xy 198.411027 94.58866) (xy 198.408122 94.589537) (xy 198.361012 94.614586) (xy 198.313743 94.639088) + (xy 198.311376 94.640977) (xy 198.308693 94.642404) (xy 198.267368 94.676109) (xy 198.225735 94.709343) (xy 198.221512 94.713508) + (xy 198.221426 94.713578) (xy 198.22136 94.713658) (xy 198.219999 94.715) (xy 196.695999 96.238999) (xy 196.662144 96.280215) + (xy 196.62791 96.321014) (xy 196.62645 96.32367) (xy 196.624522 96.326017) (xy 196.599306 96.373044) (xy 196.573659 96.419696) + (xy 196.572743 96.422584) (xy 196.571307 96.425262) (xy 196.555701 96.476307) (xy 196.539609 96.527035) (xy 196.539271 96.530045) + (xy 196.538383 96.532951) (xy 196.532997 96.585982) (xy 196.527056 96.638944) (xy 196.527015 96.64488) (xy 196.527004 96.644986) + (xy 196.527013 96.645085) (xy 196.527 96.647) (xy 196.527 97.992014) (xy 196.415458 98.101244) (xy 196.316351 98.245986) + (xy 196.247246 98.407221) (xy 196.210774 98.578809) (xy 196.208324 98.754212) (xy 191.689491 98.754212) (xy 191.709094 98.706887) + (xy 191.7295 98.604299) (xy 191.7295 98.28075) (xy 191.59675 98.148) (xy 190.5405 98.148) (xy 190.4595 98.148) + (xy 189.40325 98.148) (xy 189.2705 98.28075) (xy 187.015252 98.28075) (xy 187.685301 97.610701) (xy 189.2705 97.610701) + (xy 189.2705 97.93425) (xy 189.40325 98.067) (xy 190.4595 98.067) (xy 190.4595 97.26475) (xy 190.5405 97.26475) + (xy 190.5405 98.067) (xy 191.59675 98.067) (xy 191.7295 97.93425) (xy 191.7295 97.610701) (xy 191.709094 97.508113) + (xy 191.669066 97.411477) (xy 191.610955 97.324507) (xy 191.536993 97.250545) (xy 191.450023 97.192434) (xy 191.353387 97.152406) + (xy 191.250799 97.132) (xy 190.67325 97.132) (xy 190.5405 97.26475) (xy 190.4595 97.26475) (xy 190.32675 97.132) + (xy 189.749201 97.132) (xy 189.646613 97.152406) (xy 189.549977 97.192434) (xy 189.463007 97.250545) (xy 189.389045 97.324507) + (xy 189.330934 97.411477) (xy 189.290906 97.508113) (xy 189.2705 97.610701) (xy 187.685301 97.610701) (xy 196.664822 88.63118) + (xy 196.675615 88.63118) (xy 196.552062 88.752172) (xy 196.417778 88.94829) (xy 196.324143 89.166755) (xy 196.274726 89.399246) + (xy 196.271407 89.636908) (xy 196.314314 89.870689) (xy 196.401812 90.091683) (xy 196.530568 90.291474) (xy 196.695678 90.46245) + (xy 196.890853 90.5981) (xy 197.108659 90.693257) (xy 197.3408 90.744297) (xy 197.578433 90.749275) (xy 197.812508 90.708001) + (xy 198.034108 90.622048) (xy 198.234792 90.49469) (xy 198.406917 90.330777) (xy 198.543927 90.136554) (xy 198.640602 89.919418) + (xy 198.693261 89.687639) (xy 198.693969 89.636908) (xy 198.811407 89.636908) (xy 198.854314 89.870689) (xy 198.941812 90.091683) + (xy 199.070568 90.291474) (xy 199.235678 90.46245) (xy 199.430853 90.5981) (xy 199.648659 90.693257) (xy 199.8808 90.744297) + (xy 200.118433 90.749275) (xy 200.352508 90.708001) (xy 200.574108 90.622048) (xy 200.774792 90.49469) (xy 200.946917 90.330777) + (xy 201.083927 90.136554) (xy 201.180602 89.919418) (xy 201.233261 89.687639) (xy 201.237052 89.416157) (xy 201.190885 89.182999) + (xy 201.10031 88.963247) (xy 200.968777 88.765274) (xy 200.801296 88.59662) (xy 200.604246 88.463708) (xy 200.385132 88.371601) + (xy 200.152301 88.323808) (xy 199.914622 88.322148) (xy 199.681147 88.366686) (xy 199.460768 88.455725) (xy 199.261882 88.585872) + (xy 199.092062 88.752172) (xy 198.957778 88.94829) (xy 198.864143 89.166755) (xy 198.814726 89.399246) (xy 198.811407 89.636908) + (xy 198.693969 89.636908) (xy 198.697052 89.416157) (xy 198.650885 89.182999) (xy 198.56031 88.963247) (xy 198.428777 88.765274) + (xy 198.261296 88.59662) (xy 198.064246 88.463708) (xy 197.936167 88.409869) (xy 197.96109 88.380166) (xy 197.962064 88.378395) + (xy 197.963355 88.376834) (xy 197.989202 88.329031) (xy 198.015341 88.281484) (xy 198.015953 88.279556) (xy 198.016915 88.277776) + (xy 198.032979 88.225884) (xy 198.038278 88.209177) (xy 198.247 88.209177) (xy 198.318661 88.203463) (xy 198.440205 88.165822) + (xy 198.546451 88.095811) (xy 198.628986 87.998972) (xy 198.681275 87.882974) (xy 198.699177 87.757) (xy 198.699177 87.096908) + (xy 198.811407 87.096908) (xy 198.854314 87.330689) (xy 198.941812 87.551683) (xy 199.070568 87.751474) (xy 199.235678 87.92245) + (xy 199.430853 88.0581) (xy 199.648659 88.153257) (xy 199.8808 88.204297) (xy 200.118433 88.209275) (xy 200.352508 88.168001) + (xy 200.574108 88.082048) (xy 200.774792 87.95469) (xy 200.946917 87.790777) (xy 201.083927 87.596554) (xy 201.180602 87.379418) + (xy 201.233261 87.147639) (xy 201.237052 86.876157) (xy 201.190885 86.642999) (xy 201.10031 86.423247) (xy 200.968777 86.225274) + (xy 200.801296 86.05662) (xy 200.604246 85.923708) (xy 200.385132 85.831601) (xy 200.152301 85.783808) (xy 199.914622 85.782148) + (xy 199.681147 85.826686) (xy 199.460768 85.915725) (xy 199.261882 86.045872) (xy 199.092062 86.212172) (xy 198.957778 86.40829) + (xy 198.864143 86.626755) (xy 198.814726 86.859246) (xy 198.811407 87.096908) (xy 198.699177 87.096908) (xy 198.699177 86.233) + (xy 198.693463 86.161339) (xy 198.655822 86.039795) (xy 198.585811 85.933549) (xy 198.488972 85.851014) (xy 198.372974 85.798725) + (xy 198.247 85.780823) (xy 196.723 85.780823) (xy 196.651339 85.786537) (xy 196.529795 85.824178) (xy 196.423549 85.894189) + (xy 196.341014 85.991028) (xy 196.288725 86.107026) (xy 196.270823 86.233) (xy 196.270823 87.501128) (xy 196.262671 87.50359) + (xy 196.211541 87.518444) (xy 196.208849 87.519839) (xy 196.205942 87.520717) (xy 196.158853 87.545755) (xy 196.111563 87.570267) + (xy 196.109193 87.572159) (xy 196.106513 87.573584) (xy 196.065221 87.607261) (xy 196.023556 87.640522) (xy 196.019328 87.644692) + (xy 196.019246 87.644758) (xy 196.019184 87.644833) (xy 196.017819 87.646179) (xy 183.251779 100.412219) (xy 183.217924 100.453435) + (xy 183.18369 100.494234) (xy 183.18223 100.49689) (xy 183.180302 100.499237) (xy 183.155086 100.546264) (xy 183.129439 100.592916) + (xy 183.128523 100.595804) (xy 183.127087 100.598482) (xy 183.111481 100.649527) (xy 183.095389 100.700255) (xy 183.095051 100.703265) + (xy 183.094163 100.706171) (xy 183.088777 100.759202) (xy 183.082836 100.812164) (xy 183.082795 100.8181) (xy 183.082784 100.818206) + (xy 183.082793 100.818305) (xy 183.08278 100.82022) (xy 183.08278 105.280219) (xy 181.561886 106.801112) (xy 181.540103 106.80096) + (xy 181.392254 106.829164) (xy 181.2527 106.885547) (xy 181.126754 106.967964) (xy 181.019216 107.073273) (xy 180.93418 107.197465) + (xy 180.874886 107.335808) (xy 180.843592 107.483034) (xy 180.841491 107.633534) (xy 180.841931 107.63593) (xy 178.946248 105.740247) + (xy 178.948538 105.57629) (xy 178.914466 105.40421) (xy 178.847618 105.242026) (xy 178.750542 105.095914) (xy 178.626935 104.971441) + (xy 178.481504 104.873347) (xy 178.319791 104.805369) (xy 178.147953 104.770096) (xy 177.972537 104.768871) (xy 177.800224 104.801742) + (xy 177.637577 104.867455) (xy 177.490791 104.963509) (xy 177.365458 105.086244) (xy 177.266351 105.230986) (xy 177.197246 105.392221) + (xy 177.160774 105.563809) (xy 177.158324 105.739212) (xy 175.466507 105.739212) (xy 175.418618 105.623026) (xy 175.321542 105.476914) + (xy 175.197935 105.352441) (xy 175.052504 105.254347) (xy 174.890791 105.186369) (xy 174.718953 105.151096) (xy 174.543537 105.149871) + (xy 174.371224 105.182742) (xy 174.208577 105.248455) (xy 174.061791 105.344509) (xy 173.936458 105.467244) (xy 173.837351 105.611986) + (xy 173.768246 105.773221) (xy 173.731774 105.944809) (xy 173.729324 106.120212) (xy 167.583619 106.120212) (xy 167.603876 106.074714) + (xy 167.64274 105.903653) (xy 167.643753 105.831129) (xy 167.681443 105.786212) (xy 167.744052 105.672326) (xy 167.783348 105.548448) + (xy 167.797835 105.419297) (xy 167.7979 105.41) (xy 167.7979 104.077534) (xy 180.841491 104.077534) (xy 180.868662 104.225575) + (xy 180.92407 104.36552) (xy 180.983731 104.458097) (xy 180.93418 104.530465) (xy 180.874886 104.668808) (xy 180.843592 104.816034) + (xy 180.841491 104.966534) (xy 180.868662 105.114575) (xy 180.92407 105.25452) (xy 181.005605 105.381038) (xy 181.110161 105.489309) + (xy 181.233756 105.57521) (xy 181.371682 105.635468) (xy 181.518685 105.667789) (xy 181.669167 105.670941) (xy 181.817395 105.644804) + (xy 181.957723 105.590375) (xy 182.084807 105.509725) (xy 182.193805 105.405927) (xy 182.280567 105.282935) (xy 182.341786 105.145433) + (xy 182.375133 104.998659) (xy 182.377533 104.826743) (xy 182.348298 104.679095) (xy 182.290942 104.539937) (xy 182.235955 104.457176) + (xy 182.280567 104.393935) (xy 182.341786 104.256433) (xy 182.375133 104.109659) (xy 182.377533 103.937743) (xy 182.348298 103.790095) + (xy 182.290942 103.650937) (xy 182.207648 103.52557) (xy 182.10159 103.418769) (xy 181.976808 103.334603) (xy 181.838054 103.276276) + (xy 181.690614 103.246011) (xy 181.540103 103.24496) (xy 181.392254 103.273164) (xy 181.2527 103.329547) (xy 181.126754 103.411964) + (xy 181.019216 103.517273) (xy 180.93418 103.641465) (xy 180.874886 103.779808) (xy 180.843592 103.927034) (xy 180.841491 104.077534) + (xy 167.7979 104.077534) (xy 167.7979 103.760582) (xy 167.965982 103.877402) (xy 168.172377 103.967573) (xy 168.392355 104.015939) + (xy 168.617538 104.020656) (xy 168.839349 103.981545) (xy 169.049338 103.900095) (xy 169.239508 103.779409) (xy 169.402615 103.624085) + (xy 169.532447 103.440037) (xy 169.624057 103.234277) (xy 169.673957 103.014642) (xy 169.674628 102.966569) (xy 174.99899 102.966569) + (xy 175.039649 103.188101) (xy 175.122563 103.397517) (xy 175.244573 103.58684) (xy 175.401033 103.748859) (xy 175.585982 103.877402) + (xy 175.792377 103.967573) (xy 176.012355 104.015939) (xy 176.237538 104.020656) (xy 176.459349 103.981545) (xy 176.669338 103.900095) + (xy 176.859508 103.779409) (xy 177.022615 103.624085) (xy 177.152447 103.440037) (xy 177.244057 103.234277) (xy 177.293957 103.014642) + (xy 177.294926 102.945212) (xy 178.809324 102.945212) (xy 178.840991 103.117751) (xy 178.905568 103.280852) (xy 179.000594 103.428305) + (xy 179.122452 103.554492) (xy 179.266498 103.654607) (xy 179.427247 103.724836) (xy 179.598575 103.762505) (xy 179.773957 103.766179) + (xy 179.946713 103.735717) (xy 180.110261 103.672281) (xy 180.258374 103.578286) (xy 180.385408 103.457313) (xy 180.486526 103.313969) + (xy 180.557876 103.153714) (xy 180.59674 102.982653) (xy 180.599538 102.78229) (xy 180.565466 102.61021) (xy 180.498618 102.448026) + (xy 180.401542 102.301914) (xy 180.277935 102.177441) (xy 180.132504 102.079347) (xy 179.970791 102.011369) (xy 179.798953 101.976096) + (xy 179.623537 101.974871) (xy 179.451224 102.007742) (xy 179.288577 102.073455) (xy 179.141791 102.169509) (xy 179.016458 102.292244) + (xy 178.917351 102.436986) (xy 178.848246 102.598221) (xy 178.811774 102.769809) (xy 178.809324 102.945212) (xy 177.294926 102.945212) + (xy 177.297549 102.757384) (xy 177.253801 102.536441) (xy 177.167972 102.328203) (xy 177.04333 102.140602) (xy 176.884624 101.980784) + (xy 176.697897 101.854835) (xy 176.490264 101.767554) (xy 176.269632 101.722265) (xy 176.044405 101.720693) (xy 175.823162 101.762897) + (xy 175.61433 101.847271) (xy 175.425863 101.9706) (xy 175.264941 102.128186) (xy 175.137692 102.314029) (xy 175.048964 102.521048) + (xy 175.002135 102.741358) (xy 174.99899 102.966569) (xy 169.674628 102.966569) (xy 169.677549 102.757384) (xy 169.633801 102.536441) + (xy 169.547972 102.328203) (xy 169.42333 102.140602) (xy 169.264624 101.980784) (xy 169.077897 101.854835) (xy 168.870264 101.767554) + (xy 168.649632 101.722265) (xy 168.424405 101.720693) (xy 168.203162 101.762897) (xy 167.99433 101.847271) (xy 167.805863 101.9706) + (xy 167.7979 101.978398) (xy 167.7979 99.462824) (xy 168.336964 98.92376) (xy 168.392355 98.935939) (xy 168.617538 98.940656) + (xy 168.839349 98.901545) (xy 169.049338 98.820095) (xy 169.239508 98.699409) (xy 169.402615 98.544085) (xy 169.532447 98.360037) + (xy 169.624057 98.154277) (xy 169.673957 97.934642) (xy 169.674628 97.886569) (xy 174.99899 97.886569) (xy 175.039649 98.108101) + (xy 175.122563 98.317517) (xy 175.244573 98.50684) (xy 175.401033 98.668859) (xy 175.585982 98.797402) (xy 175.792377 98.887573) + (xy 176.012355 98.935939) (xy 176.237538 98.940656) (xy 176.459349 98.901545) (xy 176.669338 98.820095) (xy 176.859508 98.699409) + (xy 177.022615 98.544085) (xy 177.152447 98.360037) (xy 177.244057 98.154277) (xy 177.293957 97.934642) (xy 177.297549 97.677384) + (xy 177.253801 97.456441) (xy 177.167972 97.248203) (xy 177.04333 97.060602) (xy 176.884624 96.900784) (xy 176.697897 96.774835) + (xy 176.490264 96.687554) (xy 176.269632 96.642265) (xy 176.044405 96.640693) (xy 175.823162 96.682897) (xy 175.61433 96.767271) + (xy 175.425863 96.8906) (xy 175.264941 97.048186) (xy 175.137692 97.234029) (xy 175.048964 97.441048) (xy 175.002135 97.661358) + (xy 174.99899 97.886569) (xy 169.674628 97.886569) (xy 169.677549 97.677384) (xy 169.633801 97.456441) (xy 169.547972 97.248203) + (xy 169.42333 97.060602) (xy 169.264624 96.900784) (xy 169.077897 96.774835) (xy 168.870264 96.687554) (xy 168.649632 96.642265) + (xy 168.424405 96.640693) (xy 168.203162 96.682897) (xy 167.99433 96.767271) (xy 167.805863 96.8906) (xy 167.644941 97.048186) + (xy 167.517692 97.234029) (xy 167.428964 97.441048) (xy 167.382135 97.661358) (xy 167.37899 97.886569) (xy 167.396314 97.980961) + (xy 166.661138 98.716138) (xy 166.622113 98.763647) (xy 166.582557 98.810788) (xy 166.58087 98.813857) (xy 166.578647 98.816563) + (xy 166.54957 98.870791) (xy 166.519948 98.924674) (xy 166.51889 98.92801) (xy 166.517234 98.931098) (xy 166.499243 98.989944) + (xy 166.480652 99.048552) (xy 166.480262 99.052032) (xy 166.479238 99.05538) (xy 166.473021 99.116578) (xy 166.466165 99.177703) + (xy 166.466117 99.184547) (xy 166.466104 99.184676) (xy 166.466115 99.184797) (xy 166.4661 99.187) (xy 166.4661 104.941317) + (xy 166.334577 104.994455) (xy 166.187791 105.090509) (xy 166.062458 105.213244) (xy 165.963351 105.357986) (xy 165.894246 105.519221) + (xy 165.857774 105.690809) (xy 165.855324 105.866212) (xy 162.704091 105.866212) (xy 162.609527 105.826461) (xy 162.413293 105.78618) + (xy 162.212971 105.784781) (xy 162.016193 105.822319) (xy 161.830453 105.897363) (xy 161.662827 106.007054) (xy 161.519699 106.147215) + (xy 161.406521 106.312507) (xy 161.327604 106.496635) (xy 161.285954 106.692583) (xy 161.283157 106.892891) (xy 147.426966 106.892891) + (xy 147.44974 106.792653) (xy 147.452538 106.59229) (xy 147.418466 106.42021) (xy 147.35796 106.273413) (xy 147.443941 106.218848) + (xy 147.589012 106.080699) (xy 147.704487 105.917003) (xy 147.785967 105.733996) (xy 147.830349 105.538647) (xy 147.833544 105.309837) + (xy 147.794634 105.113325) (xy 147.718295 104.928114) (xy 147.607436 104.761258) (xy 147.466279 104.619112) (xy 147.300201 104.507091) + (xy 147.115527 104.429461) (xy 146.919293 104.38918) (xy 146.718971 104.387781) (xy 146.522193 104.425319) (xy 146.490342 104.438188) + (xy 146.497094 104.421887) (xy 146.5175 104.319299) (xy 146.5175 103.99575) (xy 146.38475 103.863) (xy 145.3285 103.863) + (xy 145.3285 103.883) (xy 145.2475 103.883) (xy 145.2475 103.863) (xy 144.19125 103.863) (xy 144.0585 103.99575) + (xy 144.0585 104.319299) (xy 144.078906 104.421887) (xy 144.118934 104.518523) (xy 144.177045 104.605493) (xy 144.251007 104.679455) + (xy 144.337977 104.737566) (xy 144.434613 104.777594) (xy 144.537201 104.798) (xy 145.11475 104.798) (xy 145.247498 104.665252) + (xy 145.247498 104.777924) (xy 145.20824 104.798273) (xy 145.205241 104.800667) (xy 145.201856 104.802467) (xy 145.167088 104.830823) + (xy 144.5895 104.830823) (xy 144.517839 104.836537) (xy 144.396295 104.874178) (xy 144.290049 104.944189) (xy 144.207514 105.041028) + (xy 144.155225 105.157026) (xy 144.137323 105.283) (xy 144.137323 106.172) (xy 144.143037 106.243661) (xy 144.180678 106.365205) + (xy 144.250689 106.471451) (xy 144.347528 106.553986) (xy 144.463526 106.606275) (xy 144.496775 106.611) (xy 142.353303 106.611) + (xy 142.36974 106.538653) (xy 142.372538 106.33829) (xy 142.338466 106.16621) (xy 142.271618 106.004026) (xy 142.174542 105.857914) + (xy 142.07935 105.762055) (xy 142.148567 105.663935) (xy 142.209786 105.526433) (xy 142.243133 105.379659) (xy 142.245533 105.207743) + (xy 142.216298 105.060095) (xy 142.158942 104.920937) (xy 142.075648 104.79557) (xy 141.96959 104.688769) (xy 141.844808 104.604603) + (xy 141.706054 104.546276) (xy 141.558614 104.516011) (xy 141.408103 104.51496) (xy 141.260254 104.543164) (xy 141.198226 104.568225) + (xy 140.544125 103.914123) (xy 140.692247 103.978836) (xy 140.863575 104.016505) (xy 141.038957 104.020179) (xy 141.211713 103.989717) + (xy 141.375261 103.926281) (xy 141.523374 103.832286) (xy 141.650408 103.711313) (xy 141.657683 103.701) (xy 142.113 103.701) + (xy 142.166043 103.695799) (xy 142.21914 103.691153) (xy 142.222051 103.690307) (xy 142.225073 103.690011) (xy 142.276123 103.674598) + (xy 142.32728 103.659736) (xy 142.329973 103.65834) (xy 142.332878 103.657463) (xy 142.379949 103.632435) (xy 142.427257 103.607913) + (xy 142.429627 103.606021) (xy 142.432307 103.604596) (xy 142.473605 103.570914) (xy 142.515265 103.537657) (xy 142.519492 103.533489) + (xy 142.519574 103.533422) (xy 142.519636 103.533347) (xy 142.521001 103.532001) (xy 142.7273 103.325701) (xy 144.0585 103.325701) + (xy 144.0585 103.64925) (xy 144.19125 103.782) (xy 145.2475 103.782) (xy 145.2475 102.97975) (xy 145.3285 102.97975) + (xy 145.3285 103.782) (xy 146.38475 103.782) (xy 146.5175 103.64925) (xy 146.5175 103.325701) (xy 146.497094 103.223113) + (xy 146.457066 103.126477) (xy 146.398955 103.039507) (xy 146.324993 102.965545) (xy 146.238023 102.907434) (xy 146.141387 102.867406) + (xy 146.038799 102.847) (xy 145.46125 102.847) (xy 145.3285 102.97975) (xy 145.2475 102.97975) (xy 145.11475 102.847) + (xy 144.537201 102.847) (xy 144.434613 102.867406) (xy 144.337977 102.907434) (xy 144.251007 102.965545) (xy 144.177045 103.039507) + (xy 144.118934 103.126477) (xy 144.078906 103.223113) (xy 144.0585 103.325701) (xy 142.7273 103.325701) (xy 142.775 103.278001) + (xy 142.808831 103.236814) (xy 142.84309 103.195986) (xy 142.84455 103.19333) (xy 142.846478 103.190983) (xy 142.871675 103.143991) + (xy 142.897341 103.097304) (xy 142.898259 103.094411) (xy 142.899692 103.091738) (xy 142.915299 103.040692) (xy 142.931391 102.989965) + (xy 142.931729 102.986954) (xy 142.932617 102.984049) (xy 142.938003 102.931018) (xy 142.943944 102.878056) (xy 142.943985 102.87212) + (xy 142.943996 102.872014) (xy 142.943987 102.871915) (xy 142.944 102.87) (xy 142.944 102.574891) (xy 150.996157 102.574891) + (xy 151.03232 102.771926) (xy 151.106065 102.958185) (xy 151.214583 103.126573) (xy 151.353742 103.270676) (xy 151.51824 103.385005) + (xy 151.701812 103.465205) (xy 151.897465 103.508222) (xy 152.097748 103.512418) (xy 152.295031 103.477631) (xy 152.4818 103.405188) + (xy 152.650941 103.297848) (xy 152.796012 103.159699) (xy 152.911487 102.996003) (xy 152.992967 102.812996) (xy 153.037349 102.617647) + (xy 153.040544 102.388837) (xy 153.001634 102.192325) (xy 152.925295 102.007114) (xy 152.814436 101.840258) (xy 152.673279 101.698112) + (xy 152.507201 101.586091) (xy 152.322527 101.508461) (xy 152.126293 101.46818) (xy 151.925971 101.466781) (xy 151.729193 101.504319) + (xy 151.543453 101.579363) (xy 151.375827 101.689054) (xy 151.232699 101.829215) (xy 151.119521 101.994507) (xy 151.040604 102.178635) + (xy 150.998954 102.374583) (xy 150.996157 102.574891) (xy 142.944 102.574891) (xy 142.944 101.854) (xy 142.938795 101.800913) + (xy 142.934153 101.74786) (xy 142.933307 101.744949) (xy 142.933011 101.741927) (xy 142.917598 101.690877) (xy 142.902736 101.63972) + (xy 142.90134 101.637027) (xy 142.900463 101.634122) (xy 142.875414 101.587012) (xy 142.850912 101.539743) (xy 142.849023 101.537376) + (xy 142.847596 101.534693) (xy 142.813891 101.493368) (xy 142.780657 101.451735) (xy 142.776492 101.447512) (xy 142.776422 101.447426) + (xy 142.776342 101.44736) (xy 142.775 101.445999) (xy 141.822501 100.493499) (xy 141.781285 100.459644) (xy 141.757576 100.43975) + (xy 144.1855 100.43975) (xy 144.1855 100.763299) (xy 144.205906 100.865887) (xy 144.245934 100.962523) (xy 144.304045 101.049493) + (xy 144.378007 101.123455) (xy 144.464977 101.181566) (xy 144.561613 101.221594) (xy 144.664201 101.242) (xy 145.24175 101.242) + (xy 145.3745 101.10925) (xy 145.3745 100.307) (xy 145.4555 100.307) (xy 145.4555 101.10925) (xy 145.58825 101.242) + (xy 146.165799 101.242) (xy 146.268387 101.221594) (xy 146.365023 101.181566) (xy 146.451993 101.123455) (xy 146.525955 101.049493) + (xy 146.584066 100.962523) (xy 146.624094 100.865887) (xy 146.6445 100.763299) (xy 146.6445 100.43975) (xy 146.51175 100.307) + (xy 145.4555 100.307) (xy 145.3745 100.307) (xy 144.31825 100.307) (xy 144.1855 100.43975) (xy 141.757576 100.43975) + (xy 141.740486 100.42541) (xy 141.73783 100.42395) (xy 141.735483 100.422022) (xy 141.688456 100.396806) (xy 141.641804 100.371159) + (xy 141.638916 100.370243) (xy 141.636238 100.368807) (xy 141.585193 100.353201) (xy 141.534465 100.337109) (xy 141.531455 100.336771) + (xy 141.528549 100.335883) (xy 141.475518 100.330497) (xy 141.422556 100.324556) (xy 141.41662 100.324515) (xy 141.416514 100.324504) + (xy 141.416415 100.324513) (xy 141.4145 100.3245) (xy 139.621501 100.3245) (xy 139.0837 99.786698) (xy 139.12752 99.769701) + (xy 144.1855 99.769701) (xy 144.1855 100.09325) (xy 144.31825 100.226) (xy 145.3745 100.226) (xy 145.3745 99.42375) + (xy 145.24175 99.291) (xy 144.664201 99.291) (xy 144.561613 99.311406) (xy 144.464977 99.351434) (xy 144.378007 99.409545) + (xy 144.304045 99.483507) (xy 144.245934 99.570477) (xy 144.205906 99.667113) (xy 144.1855 99.769701) (xy 139.12752 99.769701) + (xy 139.216261 99.735281) (xy 139.364374 99.641286) (xy 139.491408 99.520313) (xy 139.498683 99.51) (xy 142.494 99.51) + (xy 142.547043 99.504799) (xy 142.60014 99.500153) (xy 142.603051 99.499307) (xy 142.606073 99.499011) (xy 142.657123 99.483598) + (xy 142.70828 99.468736) (xy 142.710973 99.46734) (xy 142.713878 99.466463) (xy 142.760949 99.441435) (xy 142.808257 99.416913) + (xy 142.810627 99.415021) (xy 142.813307 99.413596) (xy 142.854605 99.379914) (xy 142.896265 99.346657) (xy 142.900492 99.342489) + (xy 142.900574 99.342422) (xy 142.900636 99.342347) (xy 142.902001 99.341001) (xy 144.130001 98.113) (xy 144.264323 98.113) + (xy 144.264323 98.806) (xy 144.270037 98.877661) (xy 144.307678 98.999205) (xy 144.377689 99.105451) (xy 144.474528 99.187986) + (xy 144.590526 99.240275) (xy 144.7165 99.258177) (xy 145.96995 99.258177) (xy 145.991102 99.291) (xy 145.58825 99.291) + (xy 145.4555 99.42375) (xy 145.4555 100.226) (xy 146.51175 100.226) (xy 146.6445 100.09325) (xy 146.6445 99.769701) + (xy 146.62753 99.684385) (xy 146.690465 99.698222) (xy 146.890748 99.702418) (xy 147.088031 99.667631) (xy 147.2748 99.595188) + (xy 147.443941 99.487848) (xy 147.52737 99.4084) (xy 147.779872 99.4084) (xy 148.963236 100.591763) (xy 149.015297 100.634527) + (xy 149.066913 100.677838) (xy 149.070275 100.679686) (xy 149.073238 100.68212) (xy 149.132638 100.71397) (xy 149.191659 100.746417) + (xy 149.195311 100.747575) (xy 149.198695 100.74939) (xy 149.263173 100.769103) (xy 149.327349 100.789461) (xy 149.331159 100.789888) + (xy 149.334828 100.79101) (xy 149.401841 100.797817) (xy 149.468816 100.805329) (xy 149.476318 100.805381) (xy 149.476453 100.805395) + (xy 149.476579 100.805383) (xy 149.479 100.8054) (xy 155.194 100.8054) (xy 155.261118 100.798819) (xy 155.328174 100.792953) + (xy 155.331855 100.791884) (xy 155.335675 100.791509) (xy 155.400229 100.772019) (xy 155.464876 100.753237) (xy 155.468278 100.751473) + (xy 155.471953 100.750364) (xy 155.531447 100.718731) (xy 155.59126 100.687727) (xy 155.594259 100.685333) (xy 155.597644 100.683533) + (xy 155.649836 100.640966) (xy 155.702512 100.598915) (xy 155.707854 100.593648) (xy 155.70796 100.593561) (xy 155.708041 100.593463) + (xy 155.709764 100.591764) (xy 155.885636 100.415891) (xy 162.426157 100.415891) (xy 162.46232 100.612926) (xy 162.536065 100.799185) + (xy 162.644583 100.967573) (xy 162.783742 101.111676) (xy 162.94824 101.226005) (xy 163.131812 101.306205) (xy 163.327465 101.349222) + (xy 163.527748 101.353418) (xy 163.725031 101.318631) (xy 163.9118 101.246188) (xy 164.080941 101.138848) (xy 164.226012 101.000699) + (xy 164.341487 100.837003) (xy 164.422967 100.653996) (xy 164.467349 100.458647) (xy 164.470544 100.229837) (xy 164.431634 100.033325) + (xy 164.355295 99.848114) (xy 164.244436 99.681258) (xy 164.103279 99.539112) (xy 163.937201 99.427091) (xy 163.752527 99.349461) + (xy 163.556293 99.30918) (xy 163.355971 99.307781) (xy 163.159193 99.345319) (xy 162.973453 99.420363) (xy 162.805827 99.530054) + (xy 162.662699 99.670215) (xy 162.549521 99.835507) (xy 162.470604 100.019635) (xy 162.428954 100.215583) (xy 162.426157 100.415891) + (xy 155.885636 100.415891) (xy 157.743559 98.557968) (xy 157.812748 98.559418) (xy 158.010031 98.524631) (xy 158.1968 98.452188) + (xy 158.365941 98.344848) (xy 158.511012 98.206699) (xy 158.626487 98.043003) (xy 158.707967 97.859996) (xy 158.752349 97.664647) + (xy 158.755544 97.435837) (xy 158.716634 97.239325) (xy 158.640295 97.054114) (xy 158.529436 96.887258) (xy 158.4634 96.820759) + (xy 158.4634 96.060128) (xy 161.172559 93.350968) (xy 161.241748 93.352418) (xy 161.439031 93.317631) (xy 161.6258 93.245188) + (xy 161.794941 93.137848) (xy 161.940012 92.999699) (xy 162.055487 92.836003) (xy 162.136967 92.652996) (xy 162.181349 92.457647) + (xy 162.184544 92.228837) (xy 162.145634 92.032325) (xy 162.139317 92.017) (xy 163.336998 92.017) (xy 165.357999 94.038) + (xy 164.704002 94.038) (xy 164.214248 93.548246) (xy 164.216538 93.38429) (xy 164.182466 93.21221) (xy 164.115618 93.050026) + (xy 164.018542 92.903914) (xy 163.894935 92.779441) (xy 163.749504 92.681347) (xy 163.587791 92.613369) (xy 163.415953 92.578096) + (xy 163.240537 92.576871) (xy 163.068224 92.609742) (xy 162.905577 92.675455) (xy 162.758791 92.771509) (xy 162.633458 92.894244) + (xy 162.534351 93.038986) (xy 162.465246 93.200221) (xy 162.428774 93.371809) (xy 162.426324 93.547212) (xy 162.457991 93.719751) + (xy 162.522568 93.882852) (xy 162.617594 94.030305) (xy 162.739452 94.156492) (xy 162.883498 94.256607) (xy 163.044247 94.326836) + (xy 163.215575 94.364505) (xy 163.390957 94.368179) (xy 163.400495 94.366497) (xy 164.056999 95.023001) (xy 164.098215 95.056856) + (xy 164.139014 95.09109) (xy 164.14167 95.09255) (xy 164.144017 95.094478) (xy 164.191009 95.119675) (xy 164.237696 95.145341) + (xy 164.240589 95.146259) (xy 164.243262 95.147692) (xy 164.294261 95.163285) (xy 164.345035 95.179391) (xy 164.348046 95.179729) + (xy 164.350951 95.180617) (xy 164.403982 95.186003) (xy 164.456944 95.191944) (xy 164.46288 95.191985) (xy 164.462986 95.191996) + (xy 164.463085 95.191987) (xy 164.465 95.192) (xy 166.181408 95.192) (xy 166.090351 95.324986) (xy 166.021246 95.486221) + (xy 165.984774 95.657809) (xy 165.982324 95.833212) (xy 166.013991 96.005751) (xy 166.078568 96.168852) (xy 166.173594 96.316305) + (xy 166.295452 96.442492) (xy 166.439498 96.542607) (xy 166.600247 96.612836) (xy 166.771575 96.650505) (xy 166.946957 96.654179) + (xy 167.119713 96.623717) (xy 167.283261 96.560281) (xy 167.431374 96.466286) (xy 167.558408 96.345313) (xy 167.659526 96.201969) + (xy 167.730876 96.041714) (xy 167.76974 95.870653) (xy 167.772538 95.67029) (xy 167.738466 95.49821) (xy 167.671618 95.336026) + (xy 167.575928 95.192) (xy 178.816 95.192) (xy 178.869043 95.186799) (xy 178.92214 95.182153) (xy 178.925051 95.181307) + (xy 178.928073 95.181011) (xy 178.979123 95.165598) (xy 179.03028 95.150736) (xy 179.032973 95.14934) (xy 179.035878 95.148463) + (xy 179.082949 95.123435) (xy 179.130257 95.098913) (xy 179.132627 95.097021) (xy 179.135307 95.095596) (xy 179.176611 95.061909) + (xy 179.218265 95.028657) (xy 179.222492 95.024489) (xy 179.222574 95.024422) (xy 179.222636 95.024347) (xy 179.224001 95.023001) + (xy 179.605 94.642001) (xy 179.638831 94.600814) (xy 179.67309 94.559986) (xy 179.67455 94.55733) (xy 179.676478 94.554983) + (xy 179.701675 94.507991) (xy 179.727341 94.461304) (xy 179.728259 94.458411) (xy 179.729692 94.455738) (xy 179.745285 94.404739) + (xy 179.761391 94.353965) (xy 179.761729 94.350954) (xy 179.762617 94.348049) (xy 179.768003 94.295018) (xy 179.773944 94.242056) + (xy 179.773983 94.236423) (xy 179.780805 94.229927) (xy 179.867567 94.106935) (xy 179.928786 93.969433) (xy 179.962133 93.822659) + (xy 179.964533 93.650743) (xy 179.955377 93.6045) (xy 183.134 93.6045) (xy 183.192893 93.598726) (xy 183.251821 93.59357) + (xy 183.255054 93.592631) (xy 183.258407 93.592302) (xy 183.315083 93.575191) (xy 183.371861 93.558695) (xy 183.374849 93.557146) + (xy 183.378076 93.556172) (xy 183.430324 93.528391) (xy 183.482842 93.501169) (xy 183.485478 93.499065) (xy 183.488447 93.497486) + (xy 183.534235 93.460142) (xy 183.580534 93.423182) (xy 183.585225 93.418556) (xy 183.585318 93.41848) (xy 183.585389 93.418394) + (xy 183.586902 93.416902) (xy 185.390966 91.612838) (xy 188.479438 91.612838) (xy 188.536977 91.827767) (xy 188.749825 91.943317) + (xy 188.981126 92.015122) (xy 189.221991 92.040423) (xy 189.463164 92.018247) (xy 189.695377 91.949447) (xy 189.909705 91.836666) + (xy 189.923023 91.827767) (xy 189.980562 91.612838) (xy 189.23 90.862276) (xy 188.479438 91.612838) (xy 185.390966 91.612838) + (xy 186.206813 90.796991) (xy 187.994577 90.796991) (xy 188.016753 91.038164) (xy 188.085553 91.270377) (xy 188.198334 91.484705) + (xy 188.207233 91.498023) (xy 188.422162 91.555562) (xy 189.172724 90.805) (xy 189.287276 90.805) (xy 190.037838 91.555562) + (xy 190.252767 91.498023) (xy 190.368317 91.285175) (xy 190.440122 91.053874) (xy 190.465423 90.813009) (xy 190.443247 90.571836) + (xy 190.374447 90.339623) (xy 190.261666 90.125295) (xy 190.252767 90.111977) (xy 190.037838 90.054438) (xy 189.287276 90.805) + (xy 189.172724 90.805) (xy 188.422162 90.054438) (xy 188.207233 90.111977) (xy 188.091683 90.324825) (xy 188.019878 90.556126) + (xy 187.994577 90.796991) (xy 186.206813 90.796991) (xy 187.006642 89.997162) (xy 188.479438 89.997162) (xy 189.23 90.747724) + (xy 189.980562 89.997162) (xy 189.923023 89.782233) (xy 189.710175 89.666683) (xy 189.478874 89.594878) (xy 189.238009 89.569577) + (xy 188.996836 89.591753) (xy 188.764623 89.660553) (xy 188.550295 89.773334) (xy 188.536977 89.782233) (xy 188.479438 89.997162) + (xy 187.006642 89.997162) (xy 187.142902 89.860902) (xy 187.180476 89.815159) (xy 187.218485 89.769861) (xy 187.220107 89.766911) + (xy 187.222245 89.764308) (xy 187.250204 89.712165) (xy 187.278706 89.66032) (xy 187.279725 89.657109) (xy 187.281316 89.654141) + (xy 187.298601 89.597603) (xy 187.316504 89.541167) (xy 187.31688 89.537816) (xy 187.317863 89.5346) (xy 187.323834 89.475815) + (xy 187.330438 89.416943) (xy 187.330447 89.415677) (xy 187.3885 89.415677) (xy 187.460161 89.409963) (xy 187.581705 89.372322) + (xy 187.687951 89.302311) (xy 187.770486 89.205472) (xy 187.822775 89.089474) (xy 187.840677 88.9635) (xy 187.840677 88.361569) + (xy 188.07999 88.361569) (xy 188.120649 88.583101) (xy 188.203563 88.792517) (xy 188.325573 88.98184) (xy 188.482033 89.143859) + (xy 188.666982 89.272402) (xy 188.873377 89.362573) (xy 189.093355 89.410939) (xy 189.318538 89.415656) (xy 189.540349 89.376545) + (xy 189.750338 89.295095) (xy 189.940508 89.174409) (xy 190.103615 89.019085) (xy 190.233447 88.835037) (xy 190.325057 88.629277) + (xy 190.374957 88.409642) (xy 190.378549 88.152384) (xy 190.334801 87.931441) (xy 190.248972 87.723203) (xy 190.12433 87.535602) + (xy 189.965624 87.375784) (xy 189.778897 87.249835) (xy 189.571264 87.162554) (xy 189.350632 87.117265) (xy 189.125405 87.115693) + (xy 188.904162 87.157897) (xy 188.69533 87.242271) (xy 188.506863 87.3656) (xy 188.345941 87.523186) (xy 188.218692 87.709029) + (xy 188.129964 87.916048) (xy 188.083135 88.136358) (xy 188.07999 88.361569) (xy 187.840677 88.361569) (xy 187.840677 87.5665) + (xy 187.834963 87.494839) (xy 187.797322 87.373295) (xy 187.727311 87.267049) (xy 187.630472 87.184514) (xy 187.514474 87.132225) + (xy 187.3885 87.114323) (xy 185.9915 87.114323) (xy 185.919839 87.120037) (xy 185.798295 87.157678) (xy 185.692049 87.227689) + (xy 185.609514 87.324528) (xy 185.557225 87.440526) (xy 185.539323 87.5665) (xy 185.539323 88.9635) (xy 185.545037 89.035161) + (xy 185.582678 89.156705) (xy 185.652689 89.262951) (xy 185.749528 89.345486) (xy 185.816514 89.375682) (xy 182.868696 92.3235) + (xy 180.464489 92.3235) (xy 180.470133 92.298659) (xy 180.472533 92.126743) (xy 180.443298 91.979095) (xy 180.38842 91.845949) + (xy 180.512374 91.767286) (xy 180.639408 91.646313) (xy 180.740526 91.502969) (xy 180.811876 91.342714) (xy 180.85074 91.171653) + (xy 180.853538 90.97129) (xy 180.819466 90.79921) (xy 180.797946 90.747) (xy 181.304648 90.747) (xy 181.408452 90.854492) + (xy 181.552498 90.954607) (xy 181.713247 91.024836) (xy 181.884575 91.062505) (xy 182.059957 91.066179) (xy 182.232713 91.035717) + (xy 182.396261 90.972281) (xy 182.544374 90.878286) (xy 182.671408 90.757313) (xy 182.772526 90.613969) (xy 182.843876 90.453714) + (xy 182.88274 90.282653) (xy 182.885538 90.08229) (xy 182.851466 89.91021) (xy 182.784618 89.748026) (xy 182.687542 89.601914) + (xy 182.563935 89.477441) (xy 182.418504 89.379347) (xy 182.256791 89.311369) (xy 182.084953 89.276096) (xy 181.909537 89.274871) + (xy 181.737224 89.307742) (xy 181.574577 89.373455) (xy 181.427791 89.469509) (xy 181.302458 89.592244) (xy 181.30194 89.593) + (xy 177.783062 89.593) (xy 177.803133 89.504659) (xy 177.805191 89.357234) (xy 177.808161 89.360309) (xy 177.931756 89.44621) + (xy 178.069682 89.506468) (xy 178.216685 89.538789) (xy 178.367167 89.541941) (xy 178.515395 89.515804) (xy 178.655723 89.461375) + (xy 178.782807 89.380725) (xy 178.891805 89.276927) (xy 178.978567 89.153935) (xy 179.039786 89.016433) (xy 179.073133 88.869659) + (xy 179.075533 88.697743) (xy 179.046298 88.550095) (xy 178.988942 88.410937) (xy 178.933955 88.328176) (xy 178.978567 88.264935) + (xy 179.039786 88.127433) (xy 179.073133 87.980659) (xy 179.075533 87.808743) (xy 179.046298 87.661095) (xy 178.988942 87.521937) + (xy 178.905648 87.39657) (xy 178.79959 87.289769) (xy 178.798708 87.289174) (xy 178.919247 87.341836) (xy 179.090575 87.379505) + (xy 179.265957 87.383179) (xy 179.438713 87.352717) (xy 179.602261 87.289281) (xy 179.750374 87.195286) (xy 179.877408 87.074313) + (xy 179.978526 86.930969) (xy 180.049876 86.770714) (xy 180.08874 86.599653) (xy 180.091538 86.39929) (xy 180.057466 86.22721) + (xy 179.990618 86.065026) (xy 179.979306 86.048) (xy 187.96 86.048) (xy 188.013043 86.042799) (xy 188.06614 86.038153) + (xy 188.069051 86.037307) (xy 188.072073 86.037011) (xy 188.123123 86.021598) (xy 188.17428 86.006736) (xy 188.176973 86.00534) + (xy 188.179878 86.004463) (xy 188.226949 85.979435) (xy 188.274257 85.954913) (xy 188.276627 85.953021) (xy 188.279307 85.951596) + (xy 188.320605 85.917914) (xy 188.362265 85.884657) (xy 188.366492 85.880489) (xy 188.366574 85.880422) (xy 188.366636 85.880347) + (xy 188.368001 85.879001) (xy 192.644001 81.603) (xy 196.408902 81.603) (xy 196.324143 81.800755) (xy 196.274726 82.033246) + (xy 196.271407 82.270908) (xy 196.314314 82.504689) (xy 196.401812 82.725683) (xy 196.530568 82.925474) (xy 196.695678 83.09645) + (xy 196.890853 83.2321) (xy 197.108659 83.327257) (xy 197.3408 83.378297) (xy 197.578433 83.383275) (xy 197.812508 83.342001) + (xy 198.034108 83.256048) (xy 198.234792 83.12869) (xy 198.406917 82.964777) (xy 198.543927 82.770554) (xy 198.640602 82.553418) + (xy 198.693261 82.321639) (xy 198.697052 82.050157) (xy 198.650885 81.816999) (xy 198.562681 81.603) (xy 198.642998 81.603) + (xy 198.860043 81.820045) (xy 198.814726 82.033246) (xy 198.811407 82.270908) (xy 198.854314 82.504689) (xy 198.941812 82.725683) + (xy 199.070568 82.925474) (xy 199.235678 83.09645) (xy 199.430853 83.2321) (xy 199.648659 83.327257) (xy 199.8808 83.378297) + (xy 200.118433 83.383275) (xy 200.352508 83.342001) (xy 200.574108 83.256048) (xy 200.774792 83.12869) (xy 200.946917 82.964777) + (xy 201.083927 82.770554) (xy 201.180602 82.553418) (xy 201.233261 82.321639) (xy 201.237052 82.050157) (xy 201.190885 81.816999) + (xy 201.10031 81.597247) (xy 200.968777 81.399274) (xy 200.801296 81.23062) (xy 200.604246 81.097708) (xy 200.385132 81.005601) + (xy 200.152301 80.957808) (xy 199.914622 80.956148) (xy 199.681147 81.000686) (xy 199.675122 81.00312) (xy 199.290001 80.617999) + (xy 199.248785 80.584144) (xy 199.207986 80.54991) (xy 199.20533 80.54845) (xy 199.202983 80.546522) (xy 199.155956 80.521306) + (xy 199.109304 80.495659) (xy 199.106416 80.494743) (xy 199.103738 80.493307) (xy 199.052693 80.477701) (xy 199.001965 80.461609) + (xy 198.998955 80.461271) (xy 198.996049 80.460383) (xy 198.943018 80.454997) (xy 198.890056 80.449056) (xy 198.88412 80.449015) + (xy 198.884014 80.449004) (xy 198.883915 80.449013) (xy 198.882 80.449) (xy 198.38148 80.449) (xy 198.406917 80.424777) + (xy 198.543927 80.230554) (xy 198.640602 80.013418) (xy 198.693261 79.781639) (xy 198.697052 79.510157) (xy 198.650885 79.276999) + (xy 198.56031 79.057247) (xy 198.479754 78.936) (xy 198.755 78.936) (xy 198.808043 78.930799) (xy 198.86114 78.926153) + (xy 198.864051 78.925307) (xy 198.867073 78.925011) (xy 198.918123 78.909598) (xy 198.96928 78.894736) (xy 198.971973 78.89334) + (xy 198.974878 78.892463) (xy 199.021949 78.867435) (xy 199.069257 78.842913) (xy 199.071627 78.841021) (xy 199.074307 78.839596) + (xy 199.115605 78.805914) (xy 199.157265 78.772657) (xy 199.161492 78.768489) (xy 199.161574 78.768422) (xy 199.161636 78.768347) + (xy 199.163001 78.767001) (xy 199.676601 78.253401) (xy 199.8808 78.298297) (xy 200.118433 78.303275) (xy 200.352508 78.262001) + (xy 200.574108 78.176048) (xy 200.774792 78.04869) (xy 200.946917 77.884777) (xy 201.083927 77.690554) (xy 201.099 77.656699) + (xy 201.099 77.738999) (xy 200.374566 78.463432) (xy 200.152301 78.417808) (xy 199.914622 78.416148) (xy 199.681147 78.460686) + (xy 199.460768 78.549725) (xy 199.261882 78.679872) (xy 199.092062 78.846172) (xy 198.957778 79.04229) (xy 198.864143 79.260755) + (xy 198.814726 79.493246) (xy 198.811407 79.730908) (xy 198.854314 79.964689) (xy 198.941812 80.185683) (xy 199.070568 80.385474) + (xy 199.235678 80.55645) (xy 199.430853 80.6921) (xy 199.648659 80.787257) (xy 199.8808 80.838297) (xy 200.118433 80.843275) + (xy 200.352508 80.802001) (xy 200.574108 80.716048) (xy 200.774792 80.58869) (xy 200.946917 80.424777) (xy 201.083927 80.230554) + (xy 201.180602 80.013418) (xy 201.233261 79.781639) (xy 201.237052 79.510157) (xy 201.191235 79.278767) (xy 202.084001 78.386) + (xy 202.117817 78.344831) (xy 202.15209 78.303986) (xy 202.153552 78.301327) (xy 202.155478 78.298982) (xy 202.180683 78.251977) + (xy 202.206341 78.205304) (xy 202.207257 78.202416) (xy 202.208693 78.199738) (xy 202.224295 78.148705) (xy 202.240391 78.097965) + (xy 202.240729 78.094953) (xy 202.241617 78.092048) (xy 202.247008 78.038979) (xy 202.252944 77.986056) (xy 202.252985 77.98013) + (xy 202.252997 77.980014) (xy 202.252987 77.979906) (xy 202.253 77.978) (xy 202.253 73.533) (xy 202.247795 73.479913) + (xy 202.243153 73.42686) (xy 202.242307 73.423949) (xy 202.242011 73.420927) (xy 202.226598 73.369877) (xy 202.211736 73.31872) + (xy 202.21034 73.316027) (xy 202.209463 73.313122) (xy 202.184414 73.266012) (xy 202.159912 73.218743) (xy 202.158023 73.216376) + (xy 202.156596 73.213693) (xy 202.122891 73.172368) (xy 202.089657 73.130735) (xy 202.085492 73.126512) (xy 202.085422 73.126426) + (xy 202.085342 73.12636) (xy 202.084 73.124999) (xy 201.576001 72.616999) (xy 201.534785 72.583144) (xy 201.493986 72.54891) + (xy 201.49133 72.54745) (xy 201.488983 72.545522) (xy 201.441956 72.520306) (xy 201.395304 72.494659) (xy 201.392416 72.493743) + (xy 201.389738 72.492307) (xy 201.338693 72.476701) (xy 201.287965 72.460609) (xy 201.284955 72.460271) (xy 201.282049 72.459383) + (xy 201.229018 72.453997) (xy 201.176056 72.448056) (xy 201.17012 72.448015) (xy 201.170014 72.448004) (xy 201.169915 72.448013) + (xy 201.168 72.448) (xy 196.723 72.448) (xy 196.669999 72.453197) (xy 196.616861 72.457846) (xy 196.613946 72.458693) + (xy 196.610927 72.458989) (xy 196.559893 72.474397) (xy 196.508721 72.489264) (xy 196.506029 72.490659) (xy 196.503122 72.491537) + (xy 196.456012 72.516586) (xy 196.408744 72.541087) (xy 196.406376 72.542978) (xy 196.403693 72.544404) (xy 196.362379 72.578099) + (xy 196.320736 72.611342) (xy 196.316512 72.615508) (xy 196.316426 72.615578) (xy 196.31636 72.615658) (xy 196.315 72.616999) + (xy 185.561998 83.37) (xy 179.436002 83.37) (xy 178.462001 82.395999) (xy 178.420785 82.362144) (xy 178.379986 82.32791) + (xy 178.37733 82.32645) (xy 178.374983 82.324522) (xy 178.327956 82.299306) (xy 178.281304 82.273659) (xy 178.278416 82.272743) + (xy 178.275738 82.271307) (xy 178.224693 82.255701) (xy 178.173965 82.239609) (xy 178.170955 82.239271) (xy 178.168049 82.238383) + (xy 178.115018 82.232997) (xy 178.062056 82.227056) (xy 178.05612 82.227015) (xy 178.056014 82.227004) (xy 178.055915 82.227013) + (xy 178.054 82.227) (xy 173.736 82.227) (xy 173.682957 82.232201) (xy 173.62986 82.236847) (xy 173.626949 82.237693) + (xy 173.623927 82.237989) (xy 173.572877 82.253402) (xy 173.52172 82.268264) (xy 173.519027 82.26966) (xy 173.516122 82.270537) + (xy 173.469051 82.295565) (xy 173.421743 82.320087) (xy 173.419373 82.321979) (xy 173.416693 82.323404) (xy 173.375395 82.357086) + (xy 173.333735 82.390343) (xy 173.329508 82.394511) (xy 173.329426 82.394578) (xy 173.329364 82.394653) (xy 173.327999 82.395999) + (xy 173.261188 82.46281) (xy 173.293261 82.321639) (xy 173.297052 82.050157) (xy 173.250885 81.816999) (xy 173.16031 81.597247) + (xy 173.028777 81.399274) (xy 172.861296 81.23062) (xy 172.664246 81.097708) (xy 172.445132 81.005601) (xy 172.212301 80.957808) + (xy 171.974622 80.956148) (xy 171.741147 81.000686) (xy 171.520768 81.089725) (xy 171.321882 81.219872) (xy 171.152062 81.386172) + (xy 171.017778 81.58229) (xy 170.924143 81.800755) (xy 170.874726 82.033246) (xy 170.871407 82.270908) (xy 170.914314 82.504689) + (xy 170.919702 82.518296) (xy 170.702998 82.735) (xy 170.619757 82.735) (xy 170.700602 82.553418) (xy 170.753261 82.321639) + (xy 170.757052 82.050157) (xy 170.710885 81.816999) (xy 170.62031 81.597247) (xy 170.539754 81.476) (xy 170.815 81.476) + (xy 170.868043 81.470799) (xy 170.92114 81.466153) (xy 170.924051 81.465307) (xy 170.927073 81.465011) (xy 170.978123 81.449598) + (xy 171.02928 81.434736) (xy 171.031973 81.43334) (xy 171.034878 81.432463) (xy 171.081949 81.407435) (xy 171.129257 81.382913) + (xy 171.131627 81.381021) (xy 171.134307 81.379596) (xy 171.175605 81.345914) (xy 171.217265 81.312657) (xy 171.221492 81.308489) + (xy 171.221574 81.308422) (xy 171.221636 81.308347) (xy 171.223001 81.307001) (xy 171.736601 80.793401) (xy 171.9408 80.838297) + (xy 172.178433 80.843275) (xy 172.412508 80.802001) (xy 172.634108 80.716048) (xy 172.834792 80.58869) (xy 173.006917 80.424777) + (xy 173.143927 80.230554) (xy 173.240602 80.013418) (xy 173.293261 79.781639) (xy 173.297052 79.510157) (xy 173.250885 79.276999) + (xy 173.16031 79.057247) (xy 173.028777 78.859274) (xy 172.861296 78.69062) (xy 172.664246 78.557708) (xy 172.445132 78.465601) + (xy 172.212301 78.417808) (xy 171.974622 78.416148) (xy 171.741147 78.460686) (xy 171.520768 78.549725) (xy 171.321882 78.679872) + (xy 171.152062 78.846172) (xy 171.017778 79.04229) (xy 170.924143 79.260755) (xy 170.874726 79.493246) (xy 170.871407 79.730908) + (xy 170.914314 79.964689) (xy 170.919702 79.978297) (xy 170.575998 80.322) (xy 170.539419 80.322) (xy 170.603927 80.230554) + (xy 170.700602 80.013418) (xy 170.753261 79.781639) (xy 170.757052 79.510157) (xy 170.710885 79.276999) (xy 170.62031 79.057247) + (xy 170.539754 78.936) (xy 170.815 78.936) (xy 170.868043 78.930799) (xy 170.92114 78.926153) (xy 170.924051 78.925307) + (xy 170.927073 78.925011) (xy 170.978123 78.909598) (xy 171.02928 78.894736) (xy 171.031973 78.89334) (xy 171.034878 78.892463) + (xy 171.081949 78.867435) (xy 171.129257 78.842913) (xy 171.131627 78.841021) (xy 171.134307 78.839596) (xy 171.175605 78.805914) + (xy 171.217265 78.772657) (xy 171.221492 78.768489) (xy 171.221574 78.768422) (xy 171.221636 78.768347) (xy 171.223001 78.767001) + (xy 171.736601 78.253401) (xy 171.9408 78.298297) (xy 172.178433 78.303275) (xy 172.412508 78.262001) (xy 172.634108 78.176048) + (xy 172.834792 78.04869) (xy 173.006917 77.884777) (xy 173.143927 77.690554) (xy 173.240602 77.473418) (xy 173.293261 77.241639) + (xy 173.297052 76.970157) (xy 173.250885 76.736999) (xy 173.16031 76.517247) (xy 173.028777 76.319274) (xy 172.861296 76.15062) + (xy 172.664246 76.017708) (xy 172.445132 75.925601) (xy 172.212301 75.877808) (xy 171.974622 75.876148) (xy 171.741147 75.920686) + (xy 171.520768 76.009725) (xy 171.321882 76.139872) (xy 171.152062 76.306172) (xy 171.017778 76.50229) (xy 170.924143 76.720755) + (xy 170.874726 76.953246) (xy 170.871407 77.190908) (xy 170.914314 77.424689) (xy 170.919702 77.438297) (xy 170.575998 77.782) + (xy 170.539419 77.782) (xy 170.603927 77.690554) (xy 170.700602 77.473418) (xy 170.753261 77.241639) (xy 170.757052 76.970157) + (xy 170.710885 76.736999) (xy 170.62031 76.517247) (xy 170.539754 76.396) (xy 170.815 76.396) (xy 170.868043 76.390799) + (xy 170.92114 76.386153) (xy 170.924051 76.385307) (xy 170.927073 76.385011) (xy 170.978123 76.369598) (xy 171.02928 76.354736) + (xy 171.031973 76.35334) (xy 171.034878 76.352463) (xy 171.081949 76.327435) (xy 171.129257 76.302913) (xy 171.131627 76.301021) + (xy 171.134307 76.299596) (xy 171.175605 76.265914) (xy 171.217265 76.232657) (xy 171.221492 76.228489) (xy 171.221574 76.228422) + (xy 171.221636 76.228347) (xy 171.223001 76.227001) (xy 171.736601 75.713401) (xy 171.9408 75.758297) (xy 172.178433 75.763275) + (xy 172.412508 75.722001) (xy 172.634108 75.636048) (xy 172.834792 75.50869) (xy 173.006917 75.344777) (xy 173.143927 75.150554) + (xy 173.240602 74.933418) (xy 173.284424 74.740534) (xy 185.413491 74.740534) (xy 185.440662 74.888575) (xy 185.49607 75.02852) + (xy 185.577605 75.155038) (xy 185.682161 75.263309) (xy 185.805756 75.34921) (xy 185.943682 75.409468) (xy 186.090685 75.441789) + (xy 186.241167 75.444941) (xy 186.389395 75.418804) (xy 186.529723 75.364375) (xy 186.656807 75.283725) (xy 186.765805 75.179927) + (xy 186.852567 75.056935) (xy 186.913786 74.919433) (xy 186.947133 74.772659) (xy 186.949533 74.600743) (xy 186.920298 74.453095) + (xy 186.862942 74.313937) (xy 186.779648 74.18857) (xy 186.67359 74.081769) (xy 186.548808 73.997603) (xy 186.410054 73.939276) + (xy 186.262614 73.909011) (xy 186.112103 73.90796) (xy 185.964254 73.936164) (xy 185.8247 73.992547) (xy 185.698754 74.074964) + (xy 185.591216 74.180273) (xy 185.50618 74.304465) (xy 185.446886 74.442808) (xy 185.415592 74.590034) (xy 185.413491 74.740534) + (xy 173.284424 74.740534) (xy 173.293261 74.701639) (xy 173.297052 74.430157) (xy 173.250885 74.196999) (xy 173.16031 73.977247) + (xy 173.028777 73.779274) (xy 172.861296 73.61062) (xy 172.664246 73.477708) (xy 172.445132 73.385601) (xy 172.212301 73.337808) + (xy 171.974622 73.336148) (xy 171.741147 73.380686) (xy 171.520768 73.469725) (xy 171.321882 73.599872) (xy 171.152062 73.766172) + (xy 171.017778 73.96229) (xy 170.924143 74.180755) (xy 170.874726 74.413246) (xy 170.871407 74.650908) (xy 170.914314 74.884689) + (xy 170.919702 74.898297) (xy 170.759177 75.058821) (xy 170.759177 73.787) (xy 170.753463 73.715339) (xy 170.715822 73.593795) + (xy 170.645811 73.487549) (xy 170.548972 73.405014) (xy 170.432974 73.352725) (xy 170.307 73.334823) (xy 168.783 73.334823) + (xy 168.711339 73.340537) (xy 168.589795 73.378178) (xy 168.483549 73.448189) (xy 168.401014 73.545028) (xy 168.348725 73.661026) + (xy 168.330823 73.787) (xy 168.330823 75.311) (xy 168.336537 75.382661) (xy 168.374178 75.504205) (xy 168.387927 75.525071) + (xy 164.479998 79.433) (xy 152.654 79.433) (xy 152.601003 79.438196) (xy 152.547861 79.442846) (xy 152.544946 79.443693) + (xy 152.541927 79.443989) (xy 152.490893 79.459397) (xy 152.439721 79.474264) (xy 152.437029 79.475659) (xy 152.434122 79.476537) + (xy 152.387012 79.501586) (xy 152.339744 79.526087) (xy 152.337376 79.527978) (xy 152.334693 79.529404) (xy 152.293379 79.563099) + (xy 152.251736 79.596342) (xy 152.247512 79.600508) (xy 152.247426 79.600578) (xy 152.24736 79.600658) (xy 152.246 79.601999) + (xy 149.451999 82.395999) (xy 149.418144 82.437215) (xy 149.38391 82.478014) (xy 149.38245 82.48067) (xy 149.380522 82.483017) + (xy 149.355306 82.530044) (xy 149.329659 82.576696) (xy 149.328743 82.579584) (xy 149.327307 82.582262) (xy 149.311701 82.633307) + (xy 149.295609 82.684035) (xy 149.295271 82.687045) (xy 149.294383 82.689951) (xy 149.288997 82.742982) (xy 149.283056 82.795944) + (xy 149.283015 82.80188) (xy 149.283004 82.801986) (xy 149.283013 82.802085) (xy 149.283 82.804) (xy 149.283 83.514014) + (xy 149.171458 83.623244) (xy 149.072351 83.767986) (xy 149.003246 83.929221) (xy 148.997894 83.9544) (xy 148.937953 83.942096) + (xy 148.762537 83.940871) (xy 148.590224 83.973742) (xy 148.427577 84.039455) (xy 148.280791 84.135509) (xy 148.155458 84.258244) + (xy 148.056351 84.402986) (xy 147.987246 84.564221) (xy 147.950774 84.735809) (xy 147.948324 84.911212) (xy 147.968474 85.021) + (xy 143.876001 85.021) (xy 142.267001 83.411999) (xy 142.225785 83.378144) (xy 142.184986 83.34391) (xy 142.18233 83.34245) + (xy 142.179983 83.340522) (xy 142.132956 83.315306) (xy 142.086304 83.289659) (xy 142.083416 83.288743) (xy 142.080738 83.287307) + (xy 142.029693 83.271701) (xy 141.978965 83.255609) (xy 141.975955 83.255271) (xy 141.973049 83.254383) (xy 141.920018 83.248997) + (xy 141.867056 83.243056) (xy 141.86112 83.243015) (xy 141.861014 83.243004) (xy 141.860915 83.243013) (xy 141.859 83.243) + (xy 138.872668 83.243) (xy 139.052792 83.12869) (xy 139.224917 82.964777) (xy 139.361927 82.770554) (xy 139.372859 82.746) + (xy 139.521648 82.746) (xy 139.625452 82.853492) (xy 139.769498 82.953607) (xy 139.930247 83.023836) (xy 140.101575 83.061505) + (xy 140.276957 83.065179) (xy 140.449713 83.034717) (xy 140.613261 82.971281) (xy 140.761374 82.877286) (xy 140.888408 82.756313) + (xy 140.989526 82.612969) (xy 141.060876 82.452714) (xy 141.09974 82.281653) (xy 141.102538 82.08129) (xy 141.068466 81.90921) + (xy 141.001618 81.747026) (xy 140.904542 81.600914) (xy 140.780935 81.476441) (xy 140.635504 81.378347) (xy 140.473791 81.310369) + (xy 140.301953 81.275096) (xy 140.126537 81.273871) (xy 139.954224 81.306742) (xy 139.791577 81.372455) (xy 139.644791 81.468509) + (xy 139.519458 81.591244) (xy 139.51894 81.592) (xy 139.374824 81.592) (xy 139.246777 81.399274) (xy 139.079296 81.23062) + (xy 138.882246 81.097708) (xy 138.663132 81.005601) (xy 138.430301 80.957808) (xy 138.192622 80.956148) (xy 137.959147 81.000686) + (xy 137.738768 81.089725) (xy 137.539882 81.219872) (xy 137.370062 81.386172) (xy 137.235778 81.58229) (xy 137.142143 81.800755) + (xy 137.092726 82.033246) (xy 137.089407 82.270908) (xy 137.132314 82.504689) (xy 137.219812 82.725683) (xy 137.348568 82.925474) + (xy 137.513678 83.09645) (xy 137.708853 83.2321) (xy 137.779785 83.263089) (xy 137.758893 83.269397) (xy 137.707721 83.284264) + (xy 137.705029 83.285659) (xy 137.702122 83.286537) (xy 137.655012 83.311586) (xy 137.607744 83.336087) (xy 137.605376 83.337978) + (xy 137.602693 83.339404) (xy 137.561379 83.373099) (xy 137.519736 83.406342) (xy 137.515512 83.410508) (xy 137.515426 83.410578) + (xy 137.51536 83.410658) (xy 137.514 83.411999) (xy 136.751999 84.173999) (xy 136.718144 84.215215) (xy 136.68391 84.256014) + (xy 136.68245 84.25867) (xy 136.680522 84.261017) (xy 136.655306 84.308044) (xy 136.629659 84.354696) (xy 136.628743 84.357584) + (xy 136.627307 84.360262) (xy 136.611701 84.411307) (xy 136.595609 84.462035) (xy 136.595271 84.465045) (xy 136.594383 84.467951) + (xy 136.588997 84.520982) (xy 136.583056 84.573944) (xy 136.583015 84.57988) (xy 136.583004 84.579986) (xy 136.583013 84.580085) + (xy 136.583 84.582) (xy 136.583 84.596891) (xy 136.567598 84.545877) (xy 136.552736 84.49472) (xy 136.55134 84.492027) + (xy 136.550463 84.489122) (xy 136.525435 84.442051) (xy 136.500913 84.394743) (xy 136.499021 84.392373) (xy 136.497596 84.389693) + (xy 136.463914 84.348395) (xy 136.430657 84.306735) (xy 136.426492 84.302512) (xy 136.426422 84.302426) (xy 136.426342 84.30236) + (xy 136.425 84.300999) (xy 136.171001 84.046999) (xy 136.129785 84.013144) (xy 136.088986 83.97891) (xy 136.08633 83.97745) + (xy 136.083983 83.975522) (xy 136.036956 83.950306) (xy 135.990304 83.924659) (xy 135.987416 83.923743) (xy 135.984738 83.922307) + (xy 135.933693 83.906701) (xy 135.882965 83.890609) (xy 135.879955 83.890271) (xy 135.877049 83.889383) (xy 135.824018 83.883997) + (xy 135.771056 83.878056) (xy 135.76512 83.878015) (xy 135.765014 83.878004) (xy 135.764915 83.878013) (xy 135.763 83.878) + (xy 127.366001 83.878) (xy 126.773001 83.284999) (xy 126.731785 83.251144) (xy 126.690986 83.21691) (xy 126.68833 83.21545) + (xy 126.685983 83.213522) (xy 126.638956 83.188306) (xy 126.592304 83.162659) (xy 126.589416 83.161743) (xy 126.586738 83.160307) + (xy 126.535693 83.144701) (xy 126.484965 83.128609) (xy 126.481955 83.128271) (xy 126.479049 83.127383) (xy 126.426018 83.121997) + (xy 126.373056 83.116056) (xy 126.36712 83.116015) (xy 126.367014 83.116004) (xy 126.366915 83.116013) (xy 126.365 83.116) + (xy 113.919 83.116) (xy 113.865957 83.121201) (xy 113.81286 83.125847) (xy 113.809949 83.126693) (xy 113.806927 83.126989) + (xy 113.755877 83.142402) (xy 113.70472 83.157264) (xy 113.702027 83.15866) (xy 113.699122 83.159537) (xy 113.652051 83.184565) + (xy 113.604743 83.209087) (xy 113.602373 83.210979) (xy 113.599693 83.212404) (xy 113.558395 83.246086) (xy 113.516735 83.279343) + (xy 113.512508 83.283511) (xy 113.512426 83.283578) (xy 113.512364 83.283653) (xy 113.510999 83.284999) (xy 111.523175 85.272823) + (xy 110.998 85.272823) (xy 110.926339 85.278537) (xy 110.804795 85.316178) (xy 110.698549 85.386189) (xy 110.616014 85.483028) + (xy 110.563725 85.599026) (xy 110.545823 85.725) (xy 110.545823 87.249) (xy 110.551537 87.320661) (xy 110.589178 87.442205) + (xy 110.659189 87.548451) (xy 110.756028 87.630986) (xy 110.872026 87.683275) (xy 110.998 87.701177) (xy 112.522 87.701177) + (xy 112.593661 87.695463) (xy 112.715205 87.657822) (xy 112.821451 87.587811) (xy 112.903986 87.490972) (xy 112.956275 87.374974) + (xy 112.974177 87.249) (xy 112.974177 86.588908) (xy 113.086407 86.588908) (xy 113.129314 86.822689) (xy 113.216812 87.043683) + (xy 113.345568 87.243474) (xy 113.510678 87.41445) (xy 113.705853 87.5501) (xy 113.923659 87.645257) (xy 114.1558 87.696297) + (xy 114.393433 87.701275) (xy 114.627508 87.660001) (xy 114.849108 87.574048) (xy 115.049792 87.44669) (xy 115.221917 87.282777) + (xy 115.358927 87.088554) (xy 115.455602 86.871418) (xy 115.508261 86.639639) (xy 115.512052 86.368157) (xy 115.465885 86.134999) + (xy 115.37531 85.915247) (xy 115.243777 85.717274) (xy 115.076296 85.54862) (xy 114.879246 85.415708) (xy 114.660132 85.323601) + (xy 114.427301 85.275808) (xy 114.189622 85.274148) (xy 113.956147 85.318686) (xy 113.735768 85.407725) (xy 113.536882 85.537872) + (xy 113.367062 85.704172) (xy 113.232778 85.90029) (xy 113.139143 86.118755) (xy 113.089726 86.351246) (xy 113.086407 86.588908) + (xy 112.974177 86.588908) (xy 112.974177 85.725) (xy 112.968463 85.653339) (xy 112.930822 85.531795) (xy 112.917073 85.510929) + (xy 114.158002 84.27) (xy 118.240999 84.27) (xy 114.649566 87.861432) (xy 114.427301 87.815808) (xy 114.189622 87.814148) + (xy 113.956147 87.858686) (xy 113.735768 87.947725) (xy 113.536882 88.077872) (xy 113.367062 88.244172) (xy 113.232778 88.44029) + (xy 113.139143 88.658755) (xy 113.089726 88.891246) (xy 113.086407 89.128908) (xy 113.129314 89.362689) (xy 113.216812 89.583683) + (xy 113.222816 89.593) (xy 112.834757 89.593) (xy 112.915602 89.411418) (xy 112.968261 89.179639) (xy 112.972052 88.908157) + (xy 112.925885 88.674999) (xy 112.83531 88.455247) (xy 112.703777 88.257274) (xy 112.536296 88.08862) (xy 112.339246 87.955708) + (xy 112.120132 87.863601) (xy 111.887301 87.815808) (xy 111.649622 87.814148) (xy 111.416147 87.858686) (xy 111.195768 87.947725) + (xy 110.996882 88.077872) (xy 110.827062 88.244172) (xy 110.692778 88.44029) (xy 110.599143 88.658755) (xy 110.549726 88.891246) + (xy 110.546407 89.128908) (xy 110.589314 89.362689) (xy 110.676812 89.583683) (xy 110.682816 89.593) (xy 110.236 89.593) + (xy 110.182957 89.598201) (xy 110.12986 89.602847) (xy 110.126949 89.603693) (xy 110.123927 89.603989) (xy 110.072877 89.619402) + (xy 110.02172 89.634264) (xy 110.019027 89.63566) (xy 110.016122 89.636537) (xy 109.969051 89.661565) (xy 109.921743 89.686087) + (xy 109.919373 89.687979) (xy 109.916693 89.689404) (xy 109.875395 89.723086) (xy 109.833735 89.756343) (xy 109.829512 89.760508) + (xy 109.829426 89.760578) (xy 109.82936 89.760658) (xy 109.827999 89.762) (xy 107.541999 92.047999) (xy 107.508144 92.089215) + (xy 107.47391 92.130014) (xy 107.47245 92.13267) (xy 107.470522 92.135017) (xy 107.445306 92.182044) (xy 107.419659 92.228696) + (xy 107.418743 92.231584) (xy 107.417307 92.234262) (xy 107.401701 92.285307) (xy 107.385609 92.336035) (xy 107.385271 92.339045) + (xy 107.384383 92.341951) (xy 107.378997 92.394982) (xy 107.373056 92.447944) (xy 107.373015 92.45388) (xy 107.373004 92.453986) + (xy 107.373013 92.454085) (xy 107.373 92.456) (xy 107.373 95.518999) (xy 103.056006 99.835992) (xy 102.963953 99.817096) + (xy 102.788537 99.815871) (xy 102.616224 99.848742) (xy 102.453577 99.914455) (xy 102.306791 100.010509) (xy 102.181458 100.133244) + (xy 102.082351 100.277986) (xy 102.013246 100.439221) (xy 101.976774 100.610809) (xy 101.974324 100.786212) (xy 102.005991 100.958751) + (xy 102.070568 101.121852) (xy 102.165594 101.269305) (xy 102.287452 101.395492) (xy 102.431498 101.495607) (xy 102.592247 101.565836) + (xy 102.763575 101.603505) (xy 102.938957 101.607179) (xy 103.111713 101.576717) (xy 103.246446 101.524457) (xy 103.244491 101.664534) + (xy 103.271662 101.812575) (xy 103.32707 101.95252) (xy 103.386731 102.045097) (xy 103.33718 102.117465) (xy 103.277886 102.255808) + (xy 103.246592 102.403034) (xy 103.244491 102.553534) (xy 103.271662 102.701575) (xy 103.32707 102.84152) (xy 103.386731 102.934097) + (xy 103.33718 103.006465) (xy 103.277886 103.144808) (xy 103.246592 103.292034) (xy 103.244491 103.442534) (xy 103.266601 103.563) + (xy 76.2 103.563) (xy 76.146957 103.568201) (xy 76.09386 103.572847) (xy 76.090949 103.573693) (xy 76.087927 103.573989) + (xy 76.036877 103.589402) (xy 75.98572 103.604264) (xy 75.983027 103.60566) (xy 75.980122 103.606537) (xy 75.933051 103.631565) + (xy 75.885743 103.656087) (xy 75.883373 103.657979) (xy 75.880693 103.659404) (xy 75.839395 103.693086) (xy 75.797735 103.726343) + (xy 75.793512 103.730508) (xy 75.793426 103.730578) (xy 75.79336 103.730658) (xy 75.791999 103.732) (xy 74.521999 105.001999) + (xy 74.488144 105.043215) (xy 74.45391 105.084014) (xy 74.45245 105.08667) (xy 74.450522 105.089017) (xy 74.425306 105.136044) + (xy 74.399659 105.182696) (xy 74.398743 105.185584) (xy 74.397307 105.188262) (xy 74.381701 105.239307) (xy 74.365609 105.290035) + (xy 74.365271 105.293045) (xy 74.364383 105.295951) (xy 74.358997 105.348982) (xy 74.353056 105.401944) (xy 74.353015 105.40788) + (xy 74.353004 105.407986) (xy 74.353013 105.408085) (xy 74.353 105.41) (xy 74.353 112.522) (xy 74.358201 112.575043) + (xy 74.362847 112.62814) (xy 74.363693 112.631051) (xy 74.363989 112.634073) (xy 74.379402 112.685123) (xy 74.394264 112.73628) + (xy 74.39566 112.738973) (xy 74.396537 112.741878) (xy 74.421565 112.788949) (xy 74.446087 112.836257) (xy 74.447979 112.838627) + (xy 74.449404 112.841307) (xy 74.483086 112.882605) (xy 74.516343 112.924265) (xy 74.520511 112.928492) (xy 74.520578 112.928574) + (xy 74.520653 112.928636) (xy 74.521999 112.930001) (xy 75.162043 113.570044) (xy 75.116726 113.783246) (xy 75.113407 114.020908) + (xy 75.156314 114.254689) (xy 75.243812 114.475683) (xy 75.372568 114.675474) (xy 75.537678 114.84645) (xy 75.732853 114.9821) + (xy 75.950659 115.077257) (xy 76.1828 115.128297) (xy 76.420433 115.133275) (xy 76.654508 115.092001) (xy 76.876108 115.006048) + (xy 77.02 114.914731) (xy 77.02 115.189) (xy 77.025201 115.242043) (xy 77.029847 115.29514) (xy 77.030693 115.298051) + (xy 77.030989 115.301073) (xy 77.046402 115.352123) (xy 77.061264 115.40328) (xy 77.06266 115.405973) (xy 77.063537 115.408878) + (xy 77.088565 115.455949) (xy 77.113087 115.503257) (xy 77.114979 115.505627) (xy 77.116404 115.508307) (xy 77.150086 115.549605) + (xy 77.183343 115.591265) (xy 77.187511 115.595492) (xy 77.187578 115.595574) (xy 77.187653 115.595636) (xy 77.188999 115.597001) + (xy 77.702043 116.110045) (xy 77.656726 116.323246) (xy 77.653407 116.560908) (xy 77.696314 116.794689) (xy 77.783812 117.015683) + (xy 77.871662 117.152) (xy 77.321419 117.152) (xy 77.385927 117.060554) (xy 77.482602 116.843418) (xy 77.535261 116.611639) + (xy 77.539052 116.340157) (xy 77.492885 116.106999) (xy 77.40231 115.887247) (xy 77.270777 115.689274) (xy 77.103296 115.52062) + (xy 76.906246 115.387708) (xy 76.687132 115.295601) (xy 76.454301 115.247808) (xy 76.216622 115.246148) (xy 75.983147 115.290686) + (xy 75.762768 115.379725) (xy 75.563882 115.509872) (xy 75.394062 115.676172) (xy 75.259778 115.87229) (xy 75.166143 116.090755) + (xy 75.116726 116.323246) (xy 75.113407 116.560908) (xy 75.156314 116.794689) (xy 75.243812 117.015683) (xy 75.337679 117.161337) + (xy 75.331861 117.161846) (xy 75.328946 117.162693) (xy 75.325927 117.162989) (xy 75.274893 117.178397) (xy 75.223721 117.193264) + (xy 75.221029 117.194659) (xy 75.218122 117.195537) (xy 75.171012 117.220586) (xy 75.123744 117.245087) (xy 75.121376 117.246978) + (xy 75.118693 117.248404) (xy 75.077379 117.282099) (xy 75.035736 117.315342) (xy 75.031512 117.319508) (xy 75.031426 117.319578) + (xy 75.03136 117.319658) (xy 75.03 117.320999) (xy 74.267999 118.082999) (xy 74.234144 118.124215) (xy 74.19991 118.165014) + (xy 74.19845 118.16767) (xy 74.196522 118.170017) (xy 74.171306 118.217044) (xy 74.145659 118.263696) (xy 74.144743 118.266584) + (xy 74.143307 118.269262) (xy 74.127701 118.320307) (xy 74.111609 118.371035) (xy 74.111271 118.374045) (xy 74.110383 118.376951) + (xy 74.104997 118.429982) (xy 74.099056 118.482944) (xy 74.099015 118.48888) (xy 74.099004 118.488986) (xy 74.099013 118.489085) + (xy 74.099 118.491) (xy 71.85 118.491) (xy 71.85 102.320891) (xy 83.559157 102.320891) (xy 83.59532 102.517926) + (xy 83.669065 102.704185) (xy 83.777583 102.872573) (xy 83.916742 103.016676) (xy 84.08124 103.131005) (xy 84.264812 103.211205) + (xy 84.460465 103.254222) (xy 84.660748 103.258418) (xy 84.858031 103.223631) (xy 85.0448 103.151188) (xy 85.213941 103.043848) + (xy 85.359012 102.905699) (xy 85.474487 102.742003) (xy 85.555967 102.558996) (xy 85.600349 102.363647) (xy 85.603544 102.134837) + (xy 85.564634 101.938325) (xy 85.488295 101.753114) (xy 85.377436 101.586258) (xy 85.236279 101.444112) (xy 85.070201 101.332091) + (xy 84.885527 101.254461) (xy 84.689293 101.21418) (xy 84.488971 101.212781) (xy 84.292193 101.250319) (xy 84.106453 101.325363) + (xy 83.938827 101.435054) (xy 83.795699 101.575215) (xy 83.682521 101.740507) (xy 83.603604 101.924635) (xy 83.561954 102.120583) + (xy 83.559157 102.320891) (xy 71.85 102.320891) (xy 71.85 99.441) (xy 87.558823 99.441) (xy 87.558823 101.219) + (xy 87.564537 101.290661) (xy 87.602178 101.412205) (xy 87.672189 101.518451) (xy 87.769028 101.600986) (xy 87.885026 101.653275) + (xy 88.011 101.671177) (xy 89.789 101.671177) (xy 89.860661 101.665463) (xy 89.982205 101.627822) (xy 90.088451 101.557811) + (xy 90.170986 101.460972) (xy 90.223275 101.344974) (xy 90.241177 101.219) (xy 90.241177 100.669891) (xy 97.275157 100.669891) + (xy 97.31132 100.866926) (xy 97.385065 101.053185) (xy 97.493583 101.221573) (xy 97.632742 101.365676) (xy 97.79724 101.480005) + (xy 97.980812 101.560205) (xy 98.176465 101.603222) (xy 98.376748 101.607418) (xy 98.574031 101.572631) (xy 98.7608 101.500188) + (xy 98.929941 101.392848) (xy 99.075012 101.254699) (xy 99.190487 101.091003) (xy 99.271967 100.907996) (xy 99.316349 100.712647) + (xy 99.319544 100.483837) (xy 99.280634 100.287325) (xy 99.204295 100.102114) (xy 99.093436 99.935258) (xy 98.952279 99.793112) + (xy 98.786201 99.681091) (xy 98.601527 99.603461) (xy 98.405293 99.56318) (xy 98.204971 99.561781) (xy 98.008193 99.599319) + (xy 97.822453 99.674363) (xy 97.654827 99.784054) (xy 97.511699 99.924215) (xy 97.398521 100.089507) (xy 97.319604 100.273635) + (xy 97.277954 100.469583) (xy 97.275157 100.669891) (xy 90.241177 100.669891) (xy 90.241177 99.441) (xy 90.235463 99.369339) + (xy 90.197822 99.247795) (xy 90.127811 99.141549) (xy 90.030972 99.059014) (xy 89.914974 99.006725) (xy 89.789 98.988823) + (xy 88.011 98.988823) (xy 87.939339 98.994537) (xy 87.817795 99.032178) (xy 87.711549 99.102189) (xy 87.629014 99.199028) + (xy 87.576725 99.315026) (xy 87.558823 99.441) (xy 71.85 99.441) (xy 71.85 96.193271) (xy 88.014004 96.193271) + (xy 88.09441 96.427703) (xy 88.339647 96.562237) (xy 88.606418 96.646341) (xy 88.884472 96.676786) (xy 89.163122 96.6524) + (xy 89.431661 96.574121) (xy 89.679768 96.444956) (xy 89.70559 96.427703) (xy 89.785996 96.193271) (xy 88.9 95.307276) + (xy 88.014004 96.193271) (xy 71.85 96.193271) (xy 71.85 95.234472) (xy 87.473214 95.234472) (xy 87.4976 95.513122) + (xy 87.575879 95.781661) (xy 87.705044 96.029768) (xy 87.722297 96.05559) (xy 87.956729 96.135996) (xy 88.842724 95.25) + (xy 88.957276 95.25) (xy 89.843271 96.135996) (xy 90.077703 96.05559) (xy 90.212237 95.810353) (xy 90.296341 95.543582) + (xy 90.326786 95.265528) (xy 90.303199 94.996) (xy 96.575823 94.996) (xy 96.575823 96.52) (xy 96.581537 96.591661) + (xy 96.619178 96.713205) (xy 96.689189 96.819451) (xy 96.786028 96.901986) (xy 96.902026 96.954275) (xy 97.028 96.972177) + (xy 98.552 96.972177) (xy 98.623661 96.966463) (xy 98.745205 96.928822) (xy 98.851451 96.858811) (xy 98.933986 96.761972) + (xy 98.986275 96.645974) (xy 99.004177 96.52) (xy 99.004177 95.843891) (xy 99.434157 95.843891) (xy 99.47032 96.040926) + (xy 99.544065 96.227185) (xy 99.652583 96.395573) (xy 99.791742 96.539676) (xy 99.95624 96.654005) (xy 100.139812 96.734205) + (xy 100.335465 96.777222) (xy 100.535748 96.781418) (xy 100.733031 96.746631) (xy 100.9198 96.674188) (xy 101.088941 96.566848) + (xy 101.234012 96.428699) (xy 101.349487 96.265003) (xy 101.430967 96.081996) (xy 101.475349 95.886647) (xy 101.478544 95.657837) + (xy 101.439634 95.461325) (xy 101.363295 95.276114) (xy 101.252436 95.109258) (xy 101.111279 94.967112) (xy 100.945201 94.855091) + (xy 100.760527 94.777461) (xy 100.564293 94.73718) (xy 100.363971 94.735781) (xy 100.167193 94.773319) (xy 99.981453 94.848363) + (xy 99.813827 94.958054) (xy 99.670699 95.098215) (xy 99.557521 95.263507) (xy 99.478604 95.447635) (xy 99.436954 95.643583) + (xy 99.434157 95.843891) (xy 99.004177 95.843891) (xy 99.004177 94.996) (xy 98.998463 94.924339) (xy 98.960822 94.802795) + (xy 98.890811 94.696549) (xy 98.793972 94.614014) (xy 98.677974 94.561725) (xy 98.552 94.543823) (xy 97.028 94.543823) + (xy 96.956339 94.549537) (xy 96.834795 94.587178) (xy 96.728549 94.657189) (xy 96.646014 94.754028) (xy 96.593725 94.870026) + (xy 96.575823 94.996) (xy 90.303199 94.996) (xy 90.3024 94.986878) (xy 90.224121 94.718339) (xy 90.094956 94.470232) + (xy 90.077703 94.44441) (xy 89.843271 94.364004) (xy 88.957276 95.25) (xy 88.842724 95.25) (xy 87.956729 94.364004) + (xy 87.722297 94.44441) (xy 87.587763 94.689647) (xy 87.503659 94.956418) (xy 87.473214 95.234472) (xy 71.85 95.234472) + (xy 71.85 94.306729) (xy 88.014004 94.306729) (xy 88.9 95.192724) (xy 89.785996 94.306729) (xy 89.70559 94.072297) + (xy 89.460353 93.937763) (xy 89.193582 93.853659) (xy 88.915528 93.823214) (xy 88.636878 93.8476) (xy 88.368339 93.925879) + (xy 88.120232 94.055044) (xy 88.09441 94.072297) (xy 88.014004 94.306729) (xy 71.85 94.306729) (xy 71.85 93.319908) + (xy 96.576407 93.319908) (xy 96.619314 93.553689) (xy 96.706812 93.774683) (xy 96.835568 93.974474) (xy 97.000678 94.14545) + (xy 97.195853 94.2811) (xy 97.413659 94.376257) (xy 97.6458 94.427297) (xy 97.883433 94.432275) (xy 98.117508 94.391001) + (xy 98.339108 94.305048) (xy 98.539792 94.17769) (xy 98.711917 94.013777) (xy 98.848927 93.819554) (xy 98.945602 93.602418) + (xy 98.998261 93.370639) (xy 99.002052 93.099157) (xy 98.955885 92.865999) (xy 98.86531 92.646247) (xy 98.733777 92.448274) + (xy 98.566296 92.27962) (xy 98.369246 92.146708) (xy 98.150132 92.054601) (xy 97.917301 92.006808) (xy 97.679622 92.005148) + (xy 97.446147 92.049686) (xy 97.225768 92.138725) (xy 97.026882 92.268872) (xy 96.857062 92.435172) (xy 96.722778 92.63129) + (xy 96.629143 92.849755) (xy 96.579726 93.082246) (xy 96.576407 93.319908) (xy 71.85 93.319908) (xy 71.85 86.741) + (xy 87.558823 86.741) (xy 87.558823 88.519) (xy 87.564537 88.590661) (xy 87.602178 88.712205) (xy 87.672189 88.818451) + (xy 87.769028 88.900986) (xy 87.885026 88.953275) (xy 88.011 88.971177) (xy 89.789 88.971177) (xy 89.860661 88.965463) + (xy 89.982205 88.927822) (xy 90.088451 88.857811) (xy 90.170986 88.760972) (xy 90.223275 88.644974) (xy 90.241177 88.519) + (xy 90.241177 87.842891) (xy 96.132157 87.842891) (xy 96.16832 88.039926) (xy 96.242065 88.226185) (xy 96.350583 88.394573) + (xy 96.489742 88.538676) (xy 96.65424 88.653005) (xy 96.837812 88.733205) (xy 97.033465 88.776222) (xy 97.233748 88.780418) + (xy 97.431031 88.745631) (xy 97.6178 88.673188) (xy 97.786941 88.565848) (xy 97.932012 88.427699) (xy 98.047487 88.264003) + (xy 98.128967 88.080996) (xy 98.173349 87.885647) (xy 98.176544 87.656837) (xy 98.137634 87.460325) (xy 98.061295 87.275114) + (xy 97.950436 87.108258) (xy 97.809279 86.966112) (xy 97.643201 86.854091) (xy 97.458527 86.776461) (xy 97.262293 86.73618) + (xy 97.061971 86.734781) (xy 96.865193 86.772319) (xy 96.679453 86.847363) (xy 96.511827 86.957054) (xy 96.368699 87.097215) + (xy 96.255521 87.262507) (xy 96.176604 87.446635) (xy 96.134954 87.642583) (xy 96.132157 87.842891) (xy 90.241177 87.842891) + (xy 90.241177 86.741) (xy 90.235463 86.669339) (xy 90.197822 86.547795) (xy 90.127811 86.441549) (xy 90.030972 86.359014) + (xy 89.914974 86.306725) (xy 89.789 86.288823) (xy 88.011 86.288823) (xy 87.939339 86.294537) (xy 87.817795 86.332178) + (xy 87.711549 86.402189) (xy 87.629014 86.499028) (xy 87.576725 86.615026) (xy 87.558823 86.741) (xy 71.85 86.741) + (xy 71.85 84.667891) (xy 102.101157 84.667891) (xy 102.13732 84.864926) (xy 102.211065 85.051185) (xy 102.319583 85.219573) + (xy 102.458742 85.363676) (xy 102.62324 85.478005) (xy 102.806812 85.558205) (xy 103.002465 85.601222) (xy 103.202748 85.605418) + (xy 103.400031 85.570631) (xy 103.5868 85.498188) (xy 103.755941 85.390848) (xy 103.901012 85.252699) (xy 104.016487 85.089003) + (xy 104.097967 84.905996) (xy 104.142349 84.710647) (xy 104.145544 84.481837) (xy 104.106634 84.285325) (xy 104.030295 84.100114) + (xy 103.919436 83.933258) (xy 103.778279 83.791112) (xy 103.612201 83.679091) (xy 103.427527 83.601461) (xy 103.231293 83.56118) + (xy 103.030971 83.559781) (xy 102.834193 83.597319) (xy 102.648453 83.672363) (xy 102.480827 83.782054) (xy 102.337699 83.922215) + (xy 102.224521 84.087507) (xy 102.145604 84.271635) (xy 102.103954 84.467583) (xy 102.101157 84.667891) (xy 71.85 84.667891) + (xy 71.85 83.493271) (xy 88.014004 83.493271) (xy 88.09441 83.727703) (xy 88.339647 83.862237) (xy 88.606418 83.946341) + (xy 88.884472 83.976786) (xy 89.163122 83.9524) (xy 89.431661 83.874121) (xy 89.679768 83.744956) (xy 89.70559 83.727703) + (xy 89.785996 83.493271) (xy 88.9 82.607276) (xy 88.014004 83.493271) (xy 71.85 83.493271) (xy 71.85 82.534472) + (xy 87.473214 82.534472) (xy 87.4976 82.813122) (xy 87.575879 83.081661) (xy 87.705044 83.329768) (xy 87.722297 83.35559) + (xy 87.956729 83.435996) (xy 88.842724 82.55) (xy 88.957276 82.55) (xy 89.843271 83.435996) (xy 90.077703 83.35559) + (xy 90.124167 83.270891) (xy 106.800157 83.270891) (xy 106.83632 83.467926) (xy 106.910065 83.654185) (xy 107.018583 83.822573) + (xy 107.157742 83.966676) (xy 107.32224 84.081005) (xy 107.505812 84.161205) (xy 107.701465 84.204222) (xy 107.901748 84.208418) + (xy 108.099031 84.173631) (xy 108.2858 84.101188) (xy 108.454941 83.993848) (xy 108.600012 83.855699) (xy 108.715487 83.692003) + (xy 108.796967 83.508996) (xy 108.841349 83.313647) (xy 108.844544 83.084837) (xy 108.805634 82.888325) (xy 108.729295 82.703114) + (xy 108.677537 82.625212) (xy 133.470324 82.625212) (xy 133.501991 82.797751) (xy 133.566568 82.960852) (xy 133.661594 83.108305) + (xy 133.783452 83.234492) (xy 133.927498 83.334607) (xy 134.088247 83.404836) (xy 134.259575 83.442505) (xy 134.434957 83.446179) + (xy 134.607713 83.415717) (xy 134.771261 83.352281) (xy 134.919374 83.258286) (xy 135.040528 83.142912) (xy 135.168853 83.2321) + (xy 135.386659 83.327257) (xy 135.6188 83.378297) (xy 135.856433 83.383275) (xy 136.090508 83.342001) (xy 136.312108 83.256048) + (xy 136.512792 83.12869) (xy 136.684917 82.964777) (xy 136.821927 82.770554) (xy 136.918602 82.553418) (xy 136.971261 82.321639) + (xy 136.975052 82.050157) (xy 136.928885 81.816999) (xy 136.83831 81.597247) (xy 136.757754 81.476) (xy 137.033 81.476) + (xy 137.086043 81.470799) (xy 137.13914 81.466153) (xy 137.142051 81.465307) (xy 137.145073 81.465011) (xy 137.196123 81.449598) + (xy 137.24728 81.434736) (xy 137.249973 81.43334) (xy 137.252878 81.432463) (xy 137.299949 81.407435) (xy 137.347257 81.382913) + (xy 137.349627 81.381021) (xy 137.352307 81.379596) (xy 137.393605 81.345914) (xy 137.435265 81.312657) (xy 137.439492 81.308489) + (xy 137.439574 81.308422) (xy 137.439636 81.308347) (xy 137.441001 81.307001) (xy 137.954601 80.793401) (xy 138.1588 80.838297) + (xy 138.396433 80.843275) (xy 138.630508 80.802001) (xy 138.852108 80.716048) (xy 139.052792 80.58869) (xy 139.224917 80.424777) + (xy 139.361927 80.230554) (xy 139.458602 80.013418) (xy 139.511261 79.781639) (xy 139.515052 79.510157) (xy 139.468885 79.276999) + (xy 139.37831 79.057247) (xy 139.246777 78.859274) (xy 139.079296 78.69062) (xy 138.882246 78.557708) (xy 138.663132 78.465601) + (xy 138.430301 78.417808) (xy 138.192622 78.416148) (xy 137.959147 78.460686) (xy 137.738768 78.549725) (xy 137.539882 78.679872) + (xy 137.370062 78.846172) (xy 137.235778 79.04229) (xy 137.142143 79.260755) (xy 137.092726 79.493246) (xy 137.089407 79.730908) + (xy 137.132314 79.964689) (xy 137.137702 79.978297) (xy 136.793998 80.322) (xy 136.757419 80.322) (xy 136.821927 80.230554) + (xy 136.918602 80.013418) (xy 136.971261 79.781639) (xy 136.975052 79.510157) (xy 136.928885 79.276999) (xy 136.83831 79.057247) + (xy 136.706777 78.859274) (xy 136.539296 78.69062) (xy 136.342246 78.557708) (xy 136.123132 78.465601) (xy 135.890301 78.417808) + (xy 135.652622 78.416148) (xy 135.419147 78.460686) (xy 135.198768 78.549725) (xy 134.999882 78.679872) (xy 134.830062 78.846172) + (xy 134.695778 79.04229) (xy 134.602143 79.260755) (xy 134.552726 79.493246) (xy 134.549407 79.730908) (xy 134.592314 79.964689) + (xy 134.679812 80.185683) (xy 134.808568 80.385474) (xy 134.829352 80.406997) (xy 134.813744 80.415087) (xy 134.811376 80.416978) + (xy 134.808693 80.418404) (xy 134.767379 80.452099) (xy 134.725736 80.485342) (xy 134.721512 80.489508) (xy 134.721426 80.489578) + (xy 134.72136 80.489658) (xy 134.72 80.490999) (xy 133.957999 81.252999) (xy 133.924144 81.294215) (xy 133.88991 81.335014) + (xy 133.88845 81.33767) (xy 133.886522 81.340017) (xy 133.861306 81.387044) (xy 133.835659 81.433696) (xy 133.834743 81.436584) + (xy 133.833307 81.439262) (xy 133.817701 81.490307) (xy 133.801609 81.541035) (xy 133.801271 81.544045) (xy 133.800383 81.546951) + (xy 133.794997 81.599982) (xy 133.789056 81.652944) (xy 133.789015 81.65888) (xy 133.789004 81.658986) (xy 133.789013 81.659085) + (xy 133.789 81.661) (xy 133.789 81.863014) (xy 133.677458 81.972244) (xy 133.578351 82.116986) (xy 133.509246 82.278221) + (xy 133.472774 82.449809) (xy 133.470324 82.625212) (xy 108.677537 82.625212) (xy 108.618436 82.536258) (xy 108.477279 82.394112) + (xy 108.311201 82.282091) (xy 108.126527 82.204461) (xy 107.930293 82.16418) (xy 107.729971 82.162781) (xy 107.533193 82.200319) + (xy 107.347453 82.275363) (xy 107.179827 82.385054) (xy 107.036699 82.525215) (xy 106.923521 82.690507) (xy 106.844604 82.874635) + (xy 106.802954 83.070583) (xy 106.800157 83.270891) (xy 90.124167 83.270891) (xy 90.212237 83.110353) (xy 90.296341 82.843582) + (xy 90.326786 82.565528) (xy 90.3024 82.286878) (xy 90.224121 82.018339) (xy 90.094956 81.770232) (xy 90.077703 81.74441) + (xy 89.843271 81.664004) (xy 88.957276 82.55) (xy 88.842724 82.55) (xy 87.956729 81.664004) (xy 87.722297 81.74441) + (xy 87.587763 81.989647) (xy 87.503659 82.256418) (xy 87.473214 82.534472) (xy 71.85 82.534472) (xy 71.85 81.606729) + (xy 88.014004 81.606729) (xy 88.9 82.492724) (xy 89.785996 81.606729) (xy 89.70559 81.372297) (xy 89.460353 81.237763) + (xy 89.193582 81.153659) (xy 88.915528 81.123214) (xy 88.636878 81.1476) (xy 88.368339 81.225879) (xy 88.120232 81.355044) + (xy 88.09441 81.372297) (xy 88.014004 81.606729) (xy 71.85 81.606729) (xy 71.85 78.032271) (xy 79.886004 78.032271) + (xy 79.96641 78.266703) (xy 80.211647 78.401237) (xy 80.478418 78.485341) (xy 80.756472 78.515786) (xy 81.035122 78.4914) + (xy 81.303661 78.413121) (xy 81.551768 78.283956) (xy 81.57759 78.266703) (xy 81.657996 78.032271) (xy 80.772 77.146276) + (xy 79.886004 78.032271) (xy 71.85 78.032271) (xy 71.85 77.073472) (xy 79.345214 77.073472) (xy 79.3696 77.352122) + (xy 79.447879 77.620661) (xy 79.577044 77.868768) (xy 79.594297 77.89459) (xy 79.828729 77.974996) (xy 80.714724 77.089) + (xy 80.829276 77.089) (xy 81.715271 77.974996) (xy 81.949703 77.89459) (xy 82.084237 77.649353) (xy 82.168341 77.382582) + (xy 82.198786 77.104528) (xy 82.1744 76.825878) (xy 82.096121 76.557339) (xy 81.966956 76.309232) (xy 81.949703 76.28341) + (xy 81.715271 76.203004) (xy 80.829276 77.089) (xy 80.714724 77.089) (xy 79.828729 76.203004) (xy 79.594297 76.28341) + (xy 79.459763 76.528647) (xy 79.375659 76.795418) (xy 79.345214 77.073472) (xy 71.85 77.073472) (xy 71.85 76.145729) + (xy 79.886004 76.145729) (xy 80.772 77.031724) (xy 81.603724 76.2) (xy 92.130823 76.2) (xy 92.130823 77.978) + (xy 92.136537 78.049661) (xy 92.174178 78.171205) (xy 92.244189 78.277451) (xy 92.341028 78.359986) (xy 92.457026 78.412275) + (xy 92.583 78.430177) (xy 94.361 78.430177) (xy 94.432661 78.424463) (xy 94.554205 78.386822) (xy 94.660451 78.316811) + (xy 94.742986 78.219972) (xy 94.795275 78.103974) (xy 94.813177 77.978) (xy 94.813177 77.851) (xy 106.989823 77.851) + (xy 106.989823 79.375) (xy 106.995537 79.446661) (xy 107.033178 79.568205) (xy 107.103189 79.674451) (xy 107.200028 79.756986) + (xy 107.316026 79.809275) (xy 107.442 79.827177) (xy 108.966 79.827177) (xy 109.037661 79.821463) (xy 109.159205 79.783822) + (xy 109.265451 79.713811) (xy 109.347986 79.616972) (xy 109.400275 79.500974) (xy 109.418177 79.375) (xy 109.418177 78.78625) + (xy 109.451 78.78625) (xy 109.451 79.427299) (xy 109.471406 79.529887) (xy 109.511434 79.626523) (xy 109.569545 79.713493) + (xy 109.643507 79.787455) (xy 109.730477 79.845566) (xy 109.827113 79.885594) (xy 109.929701 79.906) (xy 110.57075 79.906) + (xy 110.7035 79.77325) (xy 110.7035 78.6535) (xy 110.7845 78.6535) (xy 110.7845 79.77325) (xy 110.91725 79.906) + (xy 111.558299 79.906) (xy 111.660887 79.885594) (xy 111.757523 79.845566) (xy 111.844493 79.787455) (xy 111.918455 79.713493) + (xy 111.976566 79.626523) (xy 112.016594 79.529887) (xy 112.037 79.427299) (xy 112.037 78.78625) (xy 111.90425 78.6535) + (xy 110.7845 78.6535) (xy 110.7035 78.6535) (xy 109.58375 78.6535) (xy 109.451 78.78625) (xy 109.418177 78.78625) + (xy 109.418177 77.851) (xy 109.414007 77.798701) (xy 109.451 77.798701) (xy 109.451 78.43975) (xy 109.58375 78.5725) + (xy 110.7035 78.5725) (xy 110.7035 77.45275) (xy 110.7845 77.45275) (xy 110.7845 78.5725) (xy 111.90425 78.5725) + (xy 112.037 78.43975) (xy 112.037 77.851) (xy 112.069823 77.851) (xy 112.069823 79.375) (xy 112.075537 79.446661) + (xy 112.113178 79.568205) (xy 112.183189 79.674451) (xy 112.280028 79.756986) (xy 112.396026 79.809275) (xy 112.522 79.827177) + (xy 114.046 79.827177) (xy 114.117661 79.821463) (xy 114.239205 79.783822) (xy 114.345451 79.713811) (xy 114.427986 79.616972) + (xy 114.480275 79.500974) (xy 114.498177 79.375) (xy 114.498177 77.851) (xy 114.492463 77.779339) (xy 114.454822 77.657795) + (xy 114.384811 77.551549) (xy 114.287972 77.469014) (xy 114.171974 77.416725) (xy 114.046 77.398823) (xy 112.522 77.398823) + (xy 112.450339 77.404537) (xy 112.328795 77.442178) (xy 112.222549 77.512189) (xy 112.140014 77.609028) (xy 112.087725 77.725026) + (xy 112.069823 77.851) (xy 112.037 77.851) (xy 112.037 77.798701) (xy 112.016594 77.696113) (xy 111.976566 77.599477) + (xy 111.918455 77.512507) (xy 111.844493 77.438545) (xy 111.757523 77.380434) (xy 111.660887 77.340406) (xy 111.558299 77.32) + (xy 110.91725 77.32) (xy 110.7845 77.45275) (xy 110.7035 77.45275) (xy 110.57075 77.32) (xy 109.929701 77.32) + (xy 109.827113 77.340406) (xy 109.730477 77.380434) (xy 109.643507 77.438545) (xy 109.569545 77.512507) (xy 109.511434 77.599477) + (xy 109.471406 77.696113) (xy 109.451 77.798701) (xy 109.414007 77.798701) (xy 109.412463 77.779339) (xy 109.374822 77.657795) + (xy 109.304811 77.551549) (xy 109.207972 77.469014) (xy 109.091974 77.416725) (xy 108.966 77.398823) (xy 107.442 77.398823) + (xy 107.370339 77.404537) (xy 107.248795 77.442178) (xy 107.142549 77.512189) (xy 107.060014 77.609028) (xy 107.007725 77.725026) + (xy 106.989823 77.851) (xy 94.813177 77.851) (xy 94.813177 76.2) (xy 94.811177 76.174908) (xy 106.990407 76.174908) + (xy 107.033314 76.408689) (xy 107.120812 76.629683) (xy 107.249568 76.829474) (xy 107.414678 77.00045) (xy 107.609853 77.1361) + (xy 107.827659 77.231257) (xy 108.0598 77.282297) (xy 108.297433 77.287275) (xy 108.531508 77.246001) (xy 108.753108 77.160048) + (xy 108.953792 77.03269) (xy 109.125917 76.868777) (xy 109.262927 76.674554) (xy 109.359602 76.457418) (xy 109.412261 76.225639) + (xy 109.412969 76.174908) (xy 109.530407 76.174908) (xy 109.573314 76.408689) (xy 109.660812 76.629683) (xy 109.789568 76.829474) + (xy 109.954678 77.00045) (xy 110.149853 77.1361) (xy 110.367659 77.231257) (xy 110.5998 77.282297) (xy 110.837433 77.287275) + (xy 111.071508 77.246001) (xy 111.293108 77.160048) (xy 111.493792 77.03269) (xy 111.665917 76.868777) (xy 111.802927 76.674554) + (xy 111.899602 76.457418) (xy 111.952261 76.225639) (xy 111.952969 76.174908) (xy 112.070407 76.174908) (xy 112.113314 76.408689) + (xy 112.200812 76.629683) (xy 112.329568 76.829474) (xy 112.494678 77.00045) (xy 112.689853 77.1361) (xy 112.907659 77.231257) + (xy 113.1398 77.282297) (xy 113.377433 77.287275) (xy 113.611508 77.246001) (xy 113.753546 77.190908) (xy 134.549407 77.190908) + (xy 134.592314 77.424689) (xy 134.679812 77.645683) (xy 134.808568 77.845474) (xy 134.973678 78.01645) (xy 135.168853 78.1521) + (xy 135.386659 78.247257) (xy 135.6188 78.298297) (xy 135.856433 78.303275) (xy 136.090508 78.262001) (xy 136.312108 78.176048) + (xy 136.512792 78.04869) (xy 136.684917 77.884777) (xy 136.821927 77.690554) (xy 136.918602 77.473418) (xy 136.971261 77.241639) + (xy 136.971969 77.190908) (xy 137.089407 77.190908) (xy 137.132314 77.424689) (xy 137.219812 77.645683) (xy 137.348568 77.845474) + (xy 137.513678 78.01645) (xy 137.708853 78.1521) (xy 137.926659 78.247257) (xy 138.1588 78.298297) (xy 138.396433 78.303275) + (xy 138.630508 78.262001) (xy 138.852108 78.176048) (xy 139.052792 78.04869) (xy 139.224917 77.884777) (xy 139.361927 77.690554) + (xy 139.458602 77.473418) (xy 139.511261 77.241639) (xy 139.515052 76.970157) (xy 139.468885 76.736999) (xy 139.37831 76.517247) + (xy 139.246777 76.319274) (xy 139.079296 76.15062) (xy 138.882246 76.017708) (xy 138.663132 75.925601) (xy 138.430301 75.877808) + (xy 138.192622 75.876148) (xy 137.959147 75.920686) (xy 137.738768 76.009725) (xy 137.539882 76.139872) (xy 137.370062 76.306172) + (xy 137.235778 76.50229) (xy 137.142143 76.720755) (xy 137.092726 76.953246) (xy 137.089407 77.190908) (xy 136.971969 77.190908) + (xy 136.975052 76.970157) (xy 136.928885 76.736999) (xy 136.83831 76.517247) (xy 136.706777 76.319274) (xy 136.539296 76.15062) + (xy 136.342246 76.017708) (xy 136.123132 75.925601) (xy 135.890301 75.877808) (xy 135.652622 75.876148) (xy 135.419147 75.920686) + (xy 135.198768 76.009725) (xy 134.999882 76.139872) (xy 134.830062 76.306172) (xy 134.695778 76.50229) (xy 134.602143 76.720755) + (xy 134.552726 76.953246) (xy 134.549407 77.190908) (xy 113.753546 77.190908) (xy 113.833108 77.160048) (xy 114.033792 77.03269) + (xy 114.205917 76.868777) (xy 114.342927 76.674554) (xy 114.439602 76.457418) (xy 114.492261 76.225639) (xy 114.496052 75.954157) + (xy 114.449885 75.720999) (xy 114.35931 75.501247) (xy 114.227777 75.303274) (xy 114.060296 75.13462) (xy 113.863246 75.001708) + (xy 113.644132 74.909601) (xy 113.411301 74.861808) (xy 113.173622 74.860148) (xy 112.940147 74.904686) (xy 112.719768 74.993725) + (xy 112.520882 75.123872) (xy 112.351062 75.290172) (xy 112.216778 75.48629) (xy 112.123143 75.704755) (xy 112.073726 75.937246) + (xy 112.070407 76.174908) (xy 111.952969 76.174908) (xy 111.956052 75.954157) (xy 111.909885 75.720999) (xy 111.81931 75.501247) + (xy 111.687777 75.303274) (xy 111.520296 75.13462) (xy 111.323246 75.001708) (xy 111.104132 74.909601) (xy 110.871301 74.861808) + (xy 110.633622 74.860148) (xy 110.400147 74.904686) (xy 110.179768 74.993725) (xy 109.980882 75.123872) (xy 109.811062 75.290172) + (xy 109.676778 75.48629) (xy 109.583143 75.704755) (xy 109.533726 75.937246) (xy 109.530407 76.174908) (xy 109.412969 76.174908) + (xy 109.416052 75.954157) (xy 109.369885 75.720999) (xy 109.27931 75.501247) (xy 109.147777 75.303274) (xy 108.980296 75.13462) + (xy 108.783246 75.001708) (xy 108.564132 74.909601) (xy 108.331301 74.861808) (xy 108.093622 74.860148) (xy 107.860147 74.904686) + (xy 107.639768 74.993725) (xy 107.440882 75.123872) (xy 107.271062 75.290172) (xy 107.136778 75.48629) (xy 107.043143 75.704755) + (xy 106.993726 75.937246) (xy 106.990407 76.174908) (xy 94.811177 76.174908) (xy 94.807463 76.128339) (xy 94.769822 76.006795) + (xy 94.699811 75.900549) (xy 94.602972 75.818014) (xy 94.486974 75.765725) (xy 94.361 75.747823) (xy 92.583 75.747823) + (xy 92.511339 75.753537) (xy 92.389795 75.791178) (xy 92.283549 75.861189) (xy 92.201014 75.958028) (xy 92.148725 76.074026) + (xy 92.130823 76.2) (xy 81.603724 76.2) (xy 81.657996 76.145729) (xy 81.57759 75.911297) (xy 81.332353 75.776763) + (xy 81.065582 75.692659) (xy 80.787528 75.662214) (xy 80.508878 75.6866) (xy 80.240339 75.764879) (xy 79.992232 75.894044) + (xy 79.96641 75.911297) (xy 79.886004 76.145729) (xy 71.85 76.145729) (xy 71.85 74.239085) (xy 74.281191 74.239085) + (xy 74.407308 74.512528) (xy 74.717315 74.685024) (xy 75.055018 74.793725) (xy 75.407437 74.834455) (xy 75.761032 74.805649) + (xy 76.102212 74.708413) (xy 76.417868 74.546486) (xy 76.468692 74.512528) (xy 76.594809 74.239085) (xy 75.438 73.082276) + (xy 74.281191 74.239085) (xy 71.85 74.239085) (xy 71.85 72.994437) (xy 73.628545 72.994437) (xy 73.657351 73.348032) + (xy 73.754587 73.689212) (xy 73.916514 74.004868) (xy 73.950472 74.055692) (xy 74.223915 74.181809) (xy 75.380724 73.025) + (xy 75.495276 73.025) (xy 76.652085 74.181809) (xy 76.925528 74.055692) (xy 77.098024 73.745685) (xy 77.206725 73.407982) + (xy 77.247455 73.055563) (xy 77.218649 72.701968) (xy 77.121413 72.360788) (xy 76.959486 72.045132) (xy 76.925528 71.994308) + (xy 76.652085 71.868191) (xy 75.495276 73.025) (xy 75.380724 73.025) (xy 74.223915 71.868191) (xy 73.950472 71.994308) + (xy 73.777976 72.304315) (xy 73.669275 72.642018) (xy 73.628545 72.994437) (xy 71.85 72.994437) (xy 71.85 71.810915) + (xy 74.281191 71.810915) (xy 75.438 72.967724) (xy 76.594809 71.810915) (xy 76.468692 71.537472) (xy 76.158685 71.364976) + (xy 75.820982 71.256275) (xy 75.468563 71.215545) (xy 75.114968 71.244351) (xy 74.773788 71.341587) (xy 74.458132 71.503514) + (xy 74.407308 71.537472) (xy 74.281191 71.810915) (xy 71.85 71.810915) (xy 71.85 66.675) (xy 73.715823 66.675) + (xy 73.715823 69.215) (xy 73.721537 69.286661) (xy 73.759178 69.408205) (xy 73.829189 69.514451) (xy 73.926028 69.596986) + (xy 74.042026 69.649275) (xy 74.168 69.667177) (xy 76.708 69.667177) (xy 76.779661 69.661463) (xy 76.901205 69.623822) + (xy 77.007451 69.553811) (xy 77.079734 69.469) (xy 79.811823 69.469) (xy 79.811823 73.279) (xy 79.817537 73.350661) + (xy 79.855178 73.472205) (xy 79.925189 73.578451) (xy 80.022028 73.660986) (xy 80.138026 73.713275) (xy 80.264 73.731177) + (xy 82.804 73.731177) (xy 82.875661 73.725463) (xy 82.997205 73.687822) (xy 83.103451 73.617811) (xy 83.185986 73.520972) + (xy 83.238275 73.404974) (xy 83.256177 73.279) (xy 83.256177 69.469) (xy 84.891823 69.469) (xy 84.891823 73.279) + (xy 84.897537 73.350661) (xy 84.935178 73.472205) (xy 85.005189 73.578451) (xy 85.102028 73.660986) (xy 85.218026 73.713275) + (xy 85.344 73.731177) (xy 87.884 73.731177) (xy 87.955661 73.725463) (xy 88.077205 73.687822) (xy 88.183451 73.617811) + (xy 88.265986 73.520972) (xy 88.318275 73.404974) (xy 88.336177 73.279) (xy 88.336177 69.469) (xy 89.971823 69.469) + (xy 89.971823 73.279) (xy 89.977537 73.350661) (xy 90.015178 73.472205) (xy 90.085189 73.578451) (xy 90.182028 73.660986) + (xy 90.298026 73.713275) (xy 90.424 73.731177) (xy 92.964 73.731177) (xy 93.035661 73.725463) (xy 93.157205 73.687822) + (xy 93.237505 73.634908) (xy 106.990407 73.634908) (xy 107.033314 73.868689) (xy 107.120812 74.089683) (xy 107.249568 74.289474) + (xy 107.414678 74.46045) (xy 107.609853 74.5961) (xy 107.827659 74.691257) (xy 108.0598 74.742297) (xy 108.297433 74.747275) + (xy 108.531508 74.706001) (xy 108.753108 74.620048) (xy 108.953792 74.49269) (xy 109.125917 74.328777) (xy 109.262927 74.134554) + (xy 109.359602 73.917418) (xy 109.412261 73.685639) (xy 109.412969 73.634908) (xy 109.530407 73.634908) (xy 109.573314 73.868689) + (xy 109.660812 74.089683) (xy 109.789568 74.289474) (xy 109.954678 74.46045) (xy 110.149853 74.5961) (xy 110.367659 74.691257) + (xy 110.5998 74.742297) (xy 110.837433 74.747275) (xy 111.071508 74.706001) (xy 111.293108 74.620048) (xy 111.493792 74.49269) + (xy 111.665917 74.328777) (xy 111.802927 74.134554) (xy 111.899602 73.917418) (xy 111.952261 73.685639) (xy 111.952969 73.634908) + (xy 112.070407 73.634908) (xy 112.113314 73.868689) (xy 112.200812 74.089683) (xy 112.329568 74.289474) (xy 112.494678 74.46045) + (xy 112.689853 74.5961) (xy 112.907659 74.691257) (xy 113.1398 74.742297) (xy 113.377433 74.747275) (xy 113.415662 74.740534) + (xy 124.453491 74.740534) (xy 124.480662 74.888575) (xy 124.53607 75.02852) (xy 124.617605 75.155038) (xy 124.722161 75.263309) + (xy 124.845756 75.34921) (xy 124.983682 75.409468) (xy 125.130685 75.441789) (xy 125.281167 75.444941) (xy 125.429395 75.418804) + (xy 125.569723 75.364375) (xy 125.696807 75.283725) (xy 125.805805 75.179927) (xy 125.892567 75.056935) (xy 125.953786 74.919433) + (xy 125.987133 74.772659) (xy 125.989533 74.600743) (xy 125.960298 74.453095) (xy 125.902942 74.313937) (xy 125.819648 74.18857) + (xy 125.71359 74.081769) (xy 125.588808 73.997603) (xy 125.450054 73.939276) (xy 125.302614 73.909011) (xy 125.152103 73.90796) + (xy 125.004254 73.936164) (xy 124.8647 73.992547) (xy 124.738754 74.074964) (xy 124.631216 74.180273) (xy 124.54618 74.304465) + (xy 124.486886 74.442808) (xy 124.455592 74.590034) (xy 124.453491 74.740534) (xy 113.415662 74.740534) (xy 113.611508 74.706001) + (xy 113.833108 74.620048) (xy 114.033792 74.49269) (xy 114.205917 74.328777) (xy 114.342927 74.134554) (xy 114.439602 73.917418) + (xy 114.469232 73.787) (xy 134.548823 73.787) (xy 134.548823 75.311) (xy 134.554537 75.382661) (xy 134.592178 75.504205) + (xy 134.662189 75.610451) (xy 134.759028 75.692986) (xy 134.875026 75.745275) (xy 135.001 75.763177) (xy 136.525 75.763177) + (xy 136.596661 75.757463) (xy 136.718205 75.719822) (xy 136.824451 75.649811) (xy 136.906986 75.552972) (xy 136.959275 75.436974) + (xy 136.977177 75.311) (xy 136.977177 74.650908) (xy 137.089407 74.650908) (xy 137.132314 74.884689) (xy 137.219812 75.105683) + (xy 137.348568 75.305474) (xy 137.513678 75.47645) (xy 137.708853 75.6121) (xy 137.926659 75.707257) (xy 138.1588 75.758297) + (xy 138.396433 75.763275) (xy 138.630508 75.722001) (xy 138.852108 75.636048) (xy 139.052792 75.50869) (xy 139.224917 75.344777) + (xy 139.361927 75.150554) (xy 139.458602 74.933418) (xy 139.497572 74.761891) (xy 145.027157 74.761891) (xy 145.06332 74.958926) + (xy 145.137065 75.145185) (xy 145.245583 75.313573) (xy 145.384742 75.457676) (xy 145.54924 75.572005) (xy 145.732812 75.652205) + (xy 145.928465 75.695222) (xy 146.128748 75.699418) (xy 146.326031 75.664631) (xy 146.5128 75.592188) (xy 146.681941 75.484848) + (xy 146.827012 75.346699) (xy 146.942487 75.183003) (xy 147.023967 74.999996) (xy 147.068349 74.804647) (xy 147.071544 74.575837) + (xy 147.032634 74.379325) (xy 146.956295 74.194114) (xy 146.845436 74.027258) (xy 146.704279 73.885112) (xy 146.538201 73.773091) + (xy 146.353527 73.695461) (xy 146.157293 73.65518) (xy 145.956971 73.653781) (xy 145.760193 73.691319) (xy 145.574453 73.766363) + (xy 145.406827 73.876054) (xy 145.263699 74.016215) (xy 145.150521 74.181507) (xy 145.071604 74.365635) (xy 145.029954 74.561583) + (xy 145.027157 74.761891) (xy 139.497572 74.761891) (xy 139.511261 74.701639) (xy 139.515052 74.430157) (xy 139.468885 74.196999) + (xy 139.37831 73.977247) (xy 139.246777 73.779274) (xy 139.079296 73.61062) (xy 138.882246 73.477708) (xy 138.663132 73.385601) + (xy 138.430301 73.337808) (xy 138.192622 73.336148) (xy 137.959147 73.380686) (xy 137.738768 73.469725) (xy 137.539882 73.599872) + (xy 137.370062 73.766172) (xy 137.235778 73.96229) (xy 137.142143 74.180755) (xy 137.092726 74.413246) (xy 137.089407 74.650908) + (xy 136.977177 74.650908) (xy 136.977177 73.787) (xy 136.971463 73.715339) (xy 136.933822 73.593795) (xy 136.863811 73.487549) + (xy 136.766972 73.405014) (xy 136.650974 73.352725) (xy 136.525 73.334823) (xy 135.001 73.334823) (xy 134.929339 73.340537) + (xy 134.807795 73.378178) (xy 134.701549 73.448189) (xy 134.619014 73.545028) (xy 134.566725 73.661026) (xy 134.548823 73.787) + (xy 114.469232 73.787) (xy 114.492261 73.685639) (xy 114.496052 73.414157) (xy 114.449885 73.180999) (xy 114.35931 72.961247) + (xy 114.227777 72.763274) (xy 114.060296 72.59462) (xy 113.863246 72.461708) (xy 113.644132 72.369601) (xy 113.411301 72.321808) + (xy 113.173622 72.320148) (xy 112.940147 72.364686) (xy 112.719768 72.453725) (xy 112.520882 72.583872) (xy 112.351062 72.750172) + (xy 112.216778 72.94629) (xy 112.123143 73.164755) (xy 112.073726 73.397246) (xy 112.070407 73.634908) (xy 111.952969 73.634908) + (xy 111.956052 73.414157) (xy 111.909885 73.180999) (xy 111.81931 72.961247) (xy 111.687777 72.763274) (xy 111.520296 72.59462) + (xy 111.323246 72.461708) (xy 111.104132 72.369601) (xy 110.871301 72.321808) (xy 110.633622 72.320148) (xy 110.400147 72.364686) + (xy 110.179768 72.453725) (xy 109.980882 72.583872) (xy 109.811062 72.750172) (xy 109.676778 72.94629) (xy 109.583143 73.164755) + (xy 109.533726 73.397246) (xy 109.530407 73.634908) (xy 109.412969 73.634908) (xy 109.416052 73.414157) (xy 109.369885 73.180999) + (xy 109.27931 72.961247) (xy 109.147777 72.763274) (xy 108.980296 72.59462) (xy 108.783246 72.461708) (xy 108.564132 72.369601) + (xy 108.331301 72.321808) (xy 108.093622 72.320148) (xy 107.860147 72.364686) (xy 107.639768 72.453725) (xy 107.440882 72.583872) + (xy 107.271062 72.750172) (xy 107.136778 72.94629) (xy 107.043143 73.164755) (xy 106.993726 73.397246) (xy 106.990407 73.634908) + (xy 93.237505 73.634908) (xy 93.263451 73.617811) (xy 93.345986 73.520972) (xy 93.398275 73.404974) (xy 93.416177 73.279) + (xy 93.416177 71.449212) (xy 108.578324 71.449212) (xy 108.609991 71.621751) (xy 108.674568 71.784852) (xy 108.769594 71.932305) + (xy 108.891452 72.058492) (xy 109.035498 72.158607) (xy 109.196247 72.228836) (xy 109.367575 72.266505) (xy 109.542957 72.270179) + (xy 109.715713 72.239717) (xy 109.879261 72.176281) (xy 110.027374 72.082286) (xy 110.154408 71.961313) (xy 110.255526 71.817969) + (xy 110.306619 71.703212) (xy 111.118324 71.703212) (xy 111.149991 71.875751) (xy 111.214568 72.038852) (xy 111.309594 72.186305) + (xy 111.431452 72.312492) (xy 111.575498 72.412607) (xy 111.736247 72.482836) (xy 111.907575 72.520505) (xy 112.082957 72.524179) + (xy 112.255713 72.493717) (xy 112.419261 72.430281) (xy 112.567374 72.336286) (xy 112.694408 72.215313) (xy 112.795526 72.071969) + (xy 112.866876 71.911714) (xy 112.90574 71.740653) (xy 112.908538 71.54029) (xy 112.874466 71.36821) (xy 112.851106 71.311534) + (xy 124.453491 71.311534) (xy 124.480662 71.459575) (xy 124.53607 71.59952) (xy 124.617605 71.726038) (xy 124.722161 71.834309) + (xy 124.845756 71.92021) (xy 124.983682 71.980468) (xy 125.130685 72.012789) (xy 125.281167 72.015941) (xy 125.429395 71.989804) + (xy 125.569723 71.935375) (xy 125.696807 71.854725) (xy 125.805805 71.750927) (xy 125.892567 71.627935) (xy 125.953786 71.490433) + (xy 125.987133 71.343659) (xy 125.987283 71.332891) (xy 130.549157 71.332891) (xy 130.58532 71.529926) (xy 130.659065 71.716185) + (xy 130.767583 71.884573) (xy 130.906742 72.028676) (xy 131.07124 72.143005) (xy 131.254812 72.223205) (xy 131.450465 72.266222) + (xy 131.650748 72.270418) (xy 131.848031 72.235631) (xy 132.0348 72.163188) (xy 132.203941 72.055848) (xy 132.349012 71.917699) + (xy 132.464487 71.754003) (xy 132.545967 71.570996) (xy 132.590349 71.375647) (xy 132.591244 71.311534) (xy 157.473491 71.311534) + (xy 157.500662 71.459575) (xy 157.55607 71.59952) (xy 157.6015 71.670014) (xy 157.6015 74.252881) (xy 157.56618 74.304465) + (xy 157.506886 74.442808) (xy 157.475592 74.590034) (xy 157.473491 74.740534) (xy 157.500662 74.888575) (xy 157.55607 75.02852) + (xy 157.637605 75.155038) (xy 157.742161 75.263309) (xy 157.865756 75.34921) (xy 158.003682 75.409468) (xy 158.150685 75.441789) + (xy 158.301167 75.444941) (xy 158.449395 75.418804) (xy 158.589723 75.364375) (xy 158.716807 75.283725) (xy 158.825805 75.179927) + (xy 158.912567 75.056935) (xy 158.973786 74.919433) (xy 159.007133 74.772659) (xy 159.009533 74.600743) (xy 158.980298 74.453095) + (xy 158.922942 74.313937) (xy 158.8825 74.253067) (xy 158.8825 73.110891) (xy 189.985157 73.110891) (xy 190.02132 73.307926) + (xy 190.095065 73.494185) (xy 190.203583 73.662573) (xy 190.342742 73.806676) (xy 190.50724 73.921005) (xy 190.690812 74.001205) + (xy 190.886465 74.044222) (xy 191.086748 74.048418) (xy 191.284031 74.013631) (xy 191.4708 73.941188) (xy 191.639941 73.833848) + (xy 191.785012 73.695699) (xy 191.900487 73.532003) (xy 191.981967 73.348996) (xy 192.026349 73.153647) (xy 192.029544 72.924837) + (xy 191.990634 72.728325) (xy 191.914295 72.543114) (xy 191.803436 72.376258) (xy 191.662279 72.234112) (xy 191.496201 72.122091) + (xy 191.311527 72.044461) (xy 191.115293 72.00418) (xy 190.914971 72.002781) (xy 190.718193 72.040319) (xy 190.532453 72.115363) + (xy 190.364827 72.225054) (xy 190.221699 72.365215) (xy 190.108521 72.530507) (xy 190.029604 72.714635) (xy 189.987954 72.910583) + (xy 189.985157 73.110891) (xy 158.8825 73.110891) (xy 158.8825 71.670557) (xy 158.912567 71.627935) (xy 158.973786 71.490433) + (xy 159.007133 71.343659) (xy 159.007283 71.332891) (xy 163.569157 71.332891) (xy 163.60532 71.529926) (xy 163.679065 71.716185) + (xy 163.787583 71.884573) (xy 163.926742 72.028676) (xy 164.09124 72.143005) (xy 164.274812 72.223205) (xy 164.470465 72.266222) + (xy 164.670748 72.270418) (xy 164.868031 72.235631) (xy 165.0548 72.163188) (xy 165.223941 72.055848) (xy 165.369012 71.917699) + (xy 165.484487 71.754003) (xy 165.565967 71.570996) (xy 165.610349 71.375647) (xy 165.612868 71.195212) (xy 185.286324 71.195212) + (xy 185.317991 71.367751) (xy 185.382568 71.530852) (xy 185.477594 71.678305) (xy 185.599452 71.804492) (xy 185.743498 71.904607) + (xy 185.904247 71.974836) (xy 186.075575 72.012505) (xy 186.250957 72.016179) (xy 186.423713 71.985717) (xy 186.587261 71.922281) + (xy 186.735374 71.828286) (xy 186.862408 71.707313) (xy 186.963526 71.563969) (xy 187.034876 71.403714) (xy 187.07374 71.232653) + (xy 187.07389 71.221908) (xy 222.306407 71.221908) (xy 222.349314 71.455689) (xy 222.436812 71.676683) (xy 222.565568 71.876474) + (xy 222.730678 72.04745) (xy 222.925853 72.1831) (xy 223.143659 72.278257) (xy 223.3758 72.329297) (xy 223.613433 72.334275) + (xy 223.847508 72.293001) (xy 224.069108 72.207048) (xy 224.269792 72.07969) (xy 224.441917 71.915777) (xy 224.578927 71.721554) + (xy 224.675602 71.504418) (xy 224.728261 71.272639) (xy 224.732052 71.001157) (xy 224.685885 70.767999) (xy 224.59531 70.548247) + (xy 224.463777 70.350274) (xy 224.296296 70.18162) (xy 224.099246 70.048708) (xy 223.880132 69.956601) (xy 223.647301 69.908808) + (xy 223.409622 69.907148) (xy 223.176147 69.951686) (xy 222.955768 70.040725) (xy 222.756882 70.170872) (xy 222.587062 70.337172) + (xy 222.452778 70.53329) (xy 222.359143 70.751755) (xy 222.309726 70.984246) (xy 222.306407 71.221908) (xy 187.07389 71.221908) + (xy 187.076538 71.03229) (xy 187.042466 70.86021) (xy 186.975618 70.698026) (xy 186.878542 70.551914) (xy 186.754935 70.427441) + (xy 186.609504 70.329347) (xy 186.447791 70.261369) (xy 186.275953 70.226096) (xy 186.100537 70.224871) (xy 185.928224 70.257742) + (xy 185.765577 70.323455) (xy 185.618791 70.419509) (xy 185.493458 70.542244) (xy 185.394351 70.686986) (xy 185.325246 70.848221) + (xy 185.288774 71.019809) (xy 185.286324 71.195212) (xy 165.612868 71.195212) (xy 165.613544 71.146837) (xy 165.574634 70.950325) + (xy 165.498295 70.765114) (xy 165.387436 70.598258) (xy 165.246279 70.456112) (xy 165.080201 70.344091) (xy 164.895527 70.266461) + (xy 164.699293 70.22618) (xy 164.498971 70.224781) (xy 164.302193 70.262319) (xy 164.116453 70.337363) (xy 163.948827 70.447054) + (xy 163.805699 70.587215) (xy 163.692521 70.752507) (xy 163.613604 70.936635) (xy 163.571954 71.132583) (xy 163.569157 71.332891) + (xy 159.007283 71.332891) (xy 159.009533 71.171743) (xy 158.980298 71.024095) (xy 158.922942 70.884937) (xy 158.839648 70.75957) + (xy 158.73359 70.652769) (xy 158.608808 70.568603) (xy 158.470054 70.510276) (xy 158.322614 70.480011) (xy 158.172103 70.47896) + (xy 158.024254 70.507164) (xy 157.8847 70.563547) (xy 157.758754 70.645964) (xy 157.651216 70.751273) (xy 157.56618 70.875465) + (xy 157.506886 71.013808) (xy 157.475592 71.161034) (xy 157.473491 71.311534) (xy 132.591244 71.311534) (xy 132.593544 71.146837) + (xy 132.554634 70.950325) (xy 132.478295 70.765114) (xy 132.367436 70.598258) (xy 132.226279 70.456112) (xy 132.060201 70.344091) + (xy 131.875527 70.266461) (xy 131.679293 70.22618) (xy 131.478971 70.224781) (xy 131.282193 70.262319) (xy 131.096453 70.337363) + (xy 130.928827 70.447054) (xy 130.785699 70.587215) (xy 130.672521 70.752507) (xy 130.593604 70.936635) (xy 130.551954 71.132583) + (xy 130.549157 71.332891) (xy 125.987283 71.332891) (xy 125.989533 71.171743) (xy 125.960298 71.024095) (xy 125.902942 70.884937) + (xy 125.819648 70.75957) (xy 125.71359 70.652769) (xy 125.588808 70.568603) (xy 125.450054 70.510276) (xy 125.302614 70.480011) + (xy 125.152103 70.47896) (xy 125.004254 70.507164) (xy 124.8647 70.563547) (xy 124.738754 70.645964) (xy 124.631216 70.751273) + (xy 124.54618 70.875465) (xy 124.486886 71.013808) (xy 124.455592 71.161034) (xy 124.453491 71.311534) (xy 112.851106 71.311534) + (xy 112.807618 71.206026) (xy 112.710542 71.059914) (xy 112.586935 70.935441) (xy 112.441504 70.837347) (xy 112.279791 70.769369) + (xy 112.107953 70.734096) (xy 111.932537 70.732871) (xy 111.760224 70.765742) (xy 111.597577 70.831455) (xy 111.450791 70.927509) + (xy 111.325458 71.050244) (xy 111.226351 71.194986) (xy 111.157246 71.356221) (xy 111.120774 71.527809) (xy 111.118324 71.703212) + (xy 110.306619 71.703212) (xy 110.326876 71.657714) (xy 110.36574 71.486653) (xy 110.368538 71.28629) (xy 110.334466 71.11421) + (xy 110.267618 70.952026) (xy 110.170542 70.805914) (xy 110.046935 70.681441) (xy 109.901504 70.583347) (xy 109.739791 70.515369) + (xy 109.567953 70.480096) (xy 109.392537 70.478871) (xy 109.220224 70.511742) (xy 109.057577 70.577455) (xy 108.910791 70.673509) + (xy 108.785458 70.796244) (xy 108.686351 70.940986) (xy 108.617246 71.102221) (xy 108.580774 71.273809) (xy 108.578324 71.449212) + (xy 93.416177 71.449212) (xy 93.416177 69.469) (xy 93.410463 69.397339) (xy 93.372822 69.275795) (xy 93.302811 69.169549) + (xy 93.205972 69.087014) (xy 93.089974 69.034725) (xy 92.964 69.016823) (xy 90.424 69.016823) (xy 90.352339 69.022537) + (xy 90.230795 69.060178) (xy 90.124549 69.130189) (xy 90.042014 69.227028) (xy 89.989725 69.343026) (xy 89.971823 69.469) + (xy 88.336177 69.469) (xy 88.330463 69.397339) (xy 88.292822 69.275795) (xy 88.222811 69.169549) (xy 88.125972 69.087014) + (xy 88.009974 69.034725) (xy 87.884 69.016823) (xy 85.344 69.016823) (xy 85.272339 69.022537) (xy 85.150795 69.060178) + (xy 85.044549 69.130189) (xy 84.962014 69.227028) (xy 84.909725 69.343026) (xy 84.891823 69.469) (xy 83.256177 69.469) + (xy 83.250463 69.397339) (xy 83.212822 69.275795) (xy 83.142811 69.169549) (xy 83.045972 69.087014) (xy 82.929974 69.034725) + (xy 82.804 69.016823) (xy 80.264 69.016823) (xy 80.192339 69.022537) (xy 80.070795 69.060178) (xy 79.964549 69.130189) + (xy 79.882014 69.227028) (xy 79.829725 69.343026) (xy 79.811823 69.469) (xy 77.079734 69.469) (xy 77.089986 69.456972) + (xy 77.142275 69.340974) (xy 77.160177 69.215) (xy 77.160177 67.10225) (xy 98.0337 67.10225) (xy 98.0337 69.381599) + (xy 98.054106 69.484187) (xy 98.094134 69.580823) (xy 98.152245 69.667793) (xy 98.226207 69.741755) (xy 98.313177 69.799866) + (xy 98.409813 69.839894) (xy 98.512401 69.8603) (xy 100.79175 69.8603) (xy 100.9245 69.72755) (xy 100.9245 66.9695) + (xy 101.0055 66.9695) (xy 101.0055 69.72755) (xy 101.13825 69.8603) (xy 103.417599 69.8603) (xy 103.520187 69.839894) + (xy 103.616823 69.799866) (xy 103.703793 69.741755) (xy 103.777755 69.667793) (xy 103.835866 69.580823) (xy 103.875894 69.484187) + (xy 103.8963 69.381599) (xy 103.8963 67.10225) (xy 103.76355 66.9695) (xy 101.0055 66.9695) (xy 100.9245 66.9695) + (xy 98.16645 66.9695) (xy 98.0337 67.10225) (xy 77.160177 67.10225) (xy 77.160177 66.675) (xy 77.154463 66.603339) + (xy 77.116822 66.481795) (xy 77.046811 66.375549) (xy 76.949972 66.293014) (xy 76.833974 66.240725) (xy 76.708 66.222823) + (xy 74.168 66.222823) (xy 74.096339 66.228537) (xy 73.974795 66.266178) (xy 73.868549 66.336189) (xy 73.786014 66.433028) + (xy 73.733725 66.549026) (xy 73.715823 66.675) (xy 71.85 66.675) (xy 71.85 63.358661) (xy 93.030954 63.358661) + (xy 93.131859 63.90845) (xy 93.337631 64.42817) (xy 93.640431 64.898024) (xy 94.028726 65.300115) (xy 94.487726 65.619128) + (xy 94.999947 65.842912) (xy 95.54588 65.962944) (xy 96.10473 65.97465) (xy 96.655211 65.877585) (xy 97.176354 65.675447) + (xy 97.64831 65.375935) (xy 98.0337 65.008933) (xy 98.0337 66.75575) (xy 98.16645 66.8885) (xy 100.9245 66.8885) + (xy 100.9245 64.13045) (xy 101.0055 64.13045) (xy 101.0055 66.8885) (xy 103.76355 66.8885) (xy 103.8963 66.75575) + (xy 103.8963 66.238015) (xy 107.115904 66.238015) (xy 107.199275 66.692267) (xy 107.36929 67.121674) (xy 107.619472 67.509881) + (xy 107.940292 67.8421) (xy 108.319531 68.105678) (xy 108.742744 68.290575) (xy 109.193809 68.389749) (xy 109.655548 68.399421) + (xy 110.110371 68.319223) (xy 110.540954 68.152211) (xy 110.930898 67.904745) (xy 111.021989 67.818) (xy 115.371823 67.818) + (xy 115.371823 69.342) (xy 115.377537 69.413661) (xy 115.415178 69.535205) (xy 115.485189 69.641451) (xy 115.582028 69.723986) + (xy 115.698026 69.776275) (xy 115.824 69.794177) (xy 117.348 69.794177) (xy 117.419661 69.788463) (xy 117.541205 69.750822) + (xy 117.647451 69.680811) (xy 117.729986 69.583972) (xy 117.782275 69.467974) (xy 117.800177 69.342) (xy 117.800177 68.681908) + (xy 118.166407 68.681908) (xy 118.209314 68.915689) (xy 118.296812 69.136683) (xy 118.425568 69.336474) (xy 118.590678 69.50745) + (xy 118.785853 69.6431) (xy 119.003659 69.738257) (xy 119.2358 69.789297) (xy 119.473433 69.794275) (xy 119.707508 69.753001) + (xy 119.929108 69.667048) (xy 120.129792 69.53969) (xy 120.301917 69.375777) (xy 120.438927 69.181554) (xy 120.535602 68.964418) + (xy 120.588261 68.732639) (xy 120.588969 68.681908) (xy 120.833407 68.681908) (xy 120.876314 68.915689) (xy 120.963812 69.136683) + (xy 121.092568 69.336474) (xy 121.257678 69.50745) (xy 121.452853 69.6431) (xy 121.670659 69.738257) (xy 121.9028 69.789297) + (xy 122.140433 69.794275) (xy 122.374508 69.753001) (xy 122.596108 69.667048) (xy 122.796792 69.53969) (xy 122.968917 69.375777) + (xy 123.105927 69.181554) (xy 123.202602 68.964418) (xy 123.255261 68.732639) (xy 123.259052 68.461157) (xy 123.212885 68.227999) + (xy 123.12231 68.008247) (xy 122.990777 67.810274) (xy 122.823296 67.64162) (xy 122.626246 67.508708) (xy 122.407132 67.416601) + (xy 122.174301 67.368808) (xy 121.936622 67.367148) (xy 121.703147 67.411686) (xy 121.482768 67.500725) (xy 121.283882 67.630872) + (xy 121.114062 67.797172) (xy 120.979778 67.99329) (xy 120.886143 68.211755) (xy 120.836726 68.444246) (xy 120.833407 68.681908) + (xy 120.588969 68.681908) (xy 120.592052 68.461157) (xy 120.545885 68.227999) (xy 120.45531 68.008247) (xy 120.323777 67.810274) + (xy 120.156296 67.64162) (xy 119.959246 67.508708) (xy 119.740132 67.416601) (xy 119.507301 67.368808) (xy 119.269622 67.367148) + (xy 119.036147 67.411686) (xy 118.815768 67.500725) (xy 118.616882 67.630872) (xy 118.447062 67.797172) (xy 118.312778 67.99329) + (xy 118.219143 68.211755) (xy 118.169726 68.444246) (xy 118.166407 68.681908) (xy 117.800177 68.681908) (xy 117.800177 68.271627) + (xy 118.435902 67.635902) (xy 118.473476 67.590159) (xy 118.511485 67.544861) (xy 118.513107 67.541911) (xy 118.515245 67.539308) + (xy 118.543204 67.487165) (xy 118.571706 67.43532) (xy 118.572725 67.432109) (xy 118.574316 67.429141) (xy 118.591601 67.372603) + (xy 118.609504 67.316167) (xy 118.60988 67.312816) (xy 118.610863 67.3096) (xy 118.616834 67.250815) (xy 118.623438 67.191943) + (xy 118.623484 67.185358) (xy 118.623496 67.185236) (xy 118.623485 67.185123) (xy 118.6235 67.183) (xy 118.6235 67.069049) + (xy 118.732792 66.99969) (xy 118.904917 66.835777) (xy 119.041927 66.641554) (xy 119.138602 66.424418) (xy 119.191261 66.192639) + (xy 119.195052 65.921157) (xy 119.164078 65.764726) (xy 119.772304 65.1565) (xy 119.946865 65.1565) (xy 119.844062 65.257172) + (xy 119.709778 65.45329) (xy 119.616143 65.671755) (xy 119.566726 65.904246) (xy 119.563407 66.141908) (xy 119.606314 66.375689) + (xy 119.693812 66.596683) (xy 119.822568 66.796474) (xy 119.987678 66.96745) (xy 120.182853 67.1031) (xy 120.400659 67.198257) + (xy 120.6328 67.249297) (xy 120.870433 67.254275) (xy 121.104508 67.213001) (xy 121.326108 67.127048) (xy 121.526792 66.99969) + (xy 121.698917 66.835777) (xy 121.835927 66.641554) (xy 121.932602 66.424418) (xy 121.985261 66.192639) (xy 121.989052 65.921157) + (xy 121.942885 65.687999) (xy 121.85231 65.468247) (xy 121.720777 65.270274) (xy 121.607794 65.1565) (xy 122.613865 65.1565) + (xy 122.511062 65.257172) (xy 122.376778 65.45329) (xy 122.283143 65.671755) (xy 122.233726 65.904246) (xy 122.230407 66.141908) + (xy 122.273314 66.375689) (xy 122.360812 66.596683) (xy 122.489568 66.796474) (xy 122.654678 66.96745) (xy 122.849853 67.1031) + (xy 123.067659 67.198257) (xy 123.2998 67.249297) (xy 123.537433 67.254275) (xy 123.771508 67.213001) (xy 123.993108 67.127048) + (xy 124.193792 66.99969) (xy 124.2005 66.993302) (xy 124.2005 67.550633) (xy 124.077882 67.630872) (xy 123.908062 67.797172) + (xy 123.773778 67.99329) (xy 123.680143 68.211755) (xy 123.630726 68.444246) (xy 123.627407 68.681908) (xy 123.670314 68.915689) + (xy 123.757812 69.136683) (xy 123.886568 69.336474) (xy 124.051678 69.50745) (xy 124.246853 69.6431) (xy 124.464659 69.738257) + (xy 124.6968 69.789297) (xy 124.934433 69.794275) (xy 125.168508 69.753001) (xy 125.390108 69.667048) (xy 125.590792 69.53969) + (xy 125.702842 69.432985) (xy 126.839291 69.432985) (xy 126.904453 69.654415) (xy 127.128098 69.776293) (xy 127.371223 69.852199) + (xy 127.624485 69.879214) (xy 127.878151 69.856301) (xy 128.122473 69.784341) (xy 128.348061 69.666098) (xy 128.365547 69.654415) + (xy 128.430709 69.432985) (xy 127.635 68.637276) (xy 126.839291 69.432985) (xy 125.702842 69.432985) (xy 125.762917 69.375777) + (xy 125.899927 69.181554) (xy 125.996602 68.964418) (xy 126.049261 68.732639) (xy 126.051539 68.569485) (xy 126.335786 68.569485) + (xy 126.358699 68.823151) (xy 126.430659 69.067473) (xy 126.548902 69.293061) (xy 126.560585 69.310547) (xy 126.782015 69.375709) + (xy 127.577724 68.58) (xy 127.692276 68.58) (xy 128.487985 69.375709) (xy 128.709415 69.310547) (xy 128.831293 69.086902) + (xy 128.907199 68.843777) (xy 128.934214 68.590515) (xy 128.911301 68.336849) (xy 128.839341 68.092527) (xy 128.721098 67.866939) + (xy 128.709415 67.849453) (xy 128.487985 67.784291) (xy 127.692276 68.58) (xy 127.577724 68.58) (xy 126.782015 67.784291) + (xy 126.560585 67.849453) (xy 126.438707 68.073098) (xy 126.362801 68.316223) (xy 126.335786 68.569485) (xy 126.051539 68.569485) + (xy 126.053052 68.461157) (xy 126.006885 68.227999) (xy 125.91631 68.008247) (xy 125.784777 67.810274) (xy 125.702098 67.727015) + (xy 126.839291 67.727015) (xy 127.635 68.522724) (xy 128.430709 67.727015) (xy 128.365547 67.505585) (xy 128.141902 67.383707) + (xy 127.898777 67.307801) (xy 127.645515 67.280786) (xy 127.391849 67.303699) (xy 127.147527 67.375659) (xy 126.921939 67.493902) + (xy 126.904453 67.505585) (xy 126.839291 67.727015) (xy 125.702098 67.727015) (xy 125.617296 67.64162) (xy 125.4815 67.550024) + (xy 125.4815 66.990262) (xy 125.643853 67.1031) (xy 125.861659 67.198257) (xy 126.0938 67.249297) (xy 126.331433 67.254275) + (xy 126.565508 67.213001) (xy 126.787108 67.127048) (xy 126.987792 66.99969) (xy 127.159917 66.835777) (xy 127.296927 66.641554) + (xy 127.393602 66.424418) (xy 127.435951 66.238015) (xy 132.515904 66.238015) (xy 132.599275 66.692267) (xy 132.76929 67.121674) + (xy 133.019472 67.509881) (xy 133.340292 67.8421) (xy 133.719531 68.105678) (xy 134.142744 68.290575) (xy 134.593809 68.389749) + (xy 135.055548 68.399421) (xy 135.510371 68.319223) (xy 135.940954 68.152211) (xy 136.330898 67.904745) (xy 136.665349 67.586251) + (xy 136.931568 67.208862) (xy 137.119415 66.78695) (xy 137.221735 66.336588) (xy 137.223111 66.238015) (xy 140.643904 66.238015) + (xy 140.727275 66.692267) (xy 140.89729 67.121674) (xy 141.147472 67.509881) (xy 141.468292 67.8421) (xy 141.847531 68.105678) + (xy 142.270744 68.290575) (xy 142.721809 68.389749) (xy 143.183548 68.399421) (xy 143.638371 68.319223) (xy 144.068954 68.152211) + (xy 144.458898 67.904745) (xy 144.549989 67.818) (xy 148.899823 67.818) (xy 148.899823 69.342) (xy 148.905537 69.413661) + (xy 148.943178 69.535205) (xy 149.013189 69.641451) (xy 149.110028 69.723986) (xy 149.226026 69.776275) (xy 149.352 69.794177) + (xy 150.876 69.794177) (xy 150.947661 69.788463) (xy 151.069205 69.750822) (xy 151.175451 69.680811) (xy 151.257986 69.583972) + (xy 151.310275 69.467974) (xy 151.328177 69.342) (xy 151.328177 68.681908) (xy 151.694407 68.681908) (xy 151.737314 68.915689) + (xy 151.824812 69.136683) (xy 151.953568 69.336474) (xy 152.118678 69.50745) (xy 152.313853 69.6431) (xy 152.531659 69.738257) + (xy 152.7638 69.789297) (xy 153.001433 69.794275) (xy 153.235508 69.753001) (xy 153.457108 69.667048) (xy 153.657792 69.53969) + (xy 153.829917 69.375777) (xy 153.966927 69.181554) (xy 154.063602 68.964418) (xy 154.116261 68.732639) (xy 154.116969 68.681908) + (xy 154.361407 68.681908) (xy 154.404314 68.915689) (xy 154.491812 69.136683) (xy 154.620568 69.336474) (xy 154.785678 69.50745) + (xy 154.980853 69.6431) (xy 155.198659 69.738257) (xy 155.4308 69.789297) (xy 155.668433 69.794275) (xy 155.902508 69.753001) + (xy 156.124108 69.667048) (xy 156.324792 69.53969) (xy 156.496917 69.375777) (xy 156.633927 69.181554) (xy 156.730602 68.964418) + (xy 156.783261 68.732639) (xy 156.787052 68.461157) (xy 156.740885 68.227999) (xy 156.65031 68.008247) (xy 156.518777 67.810274) + (xy 156.351296 67.64162) (xy 156.154246 67.508708) (xy 155.935132 67.416601) (xy 155.702301 67.368808) (xy 155.464622 67.367148) + (xy 155.231147 67.411686) (xy 155.010768 67.500725) (xy 154.811882 67.630872) (xy 154.642062 67.797172) (xy 154.507778 67.99329) + (xy 154.414143 68.211755) (xy 154.364726 68.444246) (xy 154.361407 68.681908) (xy 154.116969 68.681908) (xy 154.120052 68.461157) + (xy 154.073885 68.227999) (xy 153.98331 68.008247) (xy 153.851777 67.810274) (xy 153.684296 67.64162) (xy 153.487246 67.508708) + (xy 153.268132 67.416601) (xy 153.035301 67.368808) (xy 152.797622 67.367148) (xy 152.564147 67.411686) (xy 152.343768 67.500725) + (xy 152.144882 67.630872) (xy 151.975062 67.797172) (xy 151.840778 67.99329) (xy 151.747143 68.211755) (xy 151.697726 68.444246) + (xy 151.694407 68.681908) (xy 151.328177 68.681908) (xy 151.328177 67.818) (xy 151.322463 67.746339) (xy 151.284822 67.624795) + (xy 151.214811 67.518549) (xy 151.117972 67.436014) (xy 151.001974 67.383725) (xy 150.876 67.365823) (xy 150.6275 67.365823) + (xy 150.6275 66.869926) (xy 150.721678 66.96745) (xy 150.916853 67.1031) (xy 151.134659 67.198257) (xy 151.3668 67.249297) + (xy 151.604433 67.254275) (xy 151.838508 67.213001) (xy 152.060108 67.127048) (xy 152.260792 66.99969) (xy 152.432917 66.835777) + (xy 152.569927 66.641554) (xy 152.666602 66.424418) (xy 152.719261 66.192639) (xy 152.723052 65.921157) (xy 152.676885 65.687999) + (xy 152.58631 65.468247) (xy 152.454777 65.270274) (xy 152.287296 65.10162) (xy 152.090246 64.968708) (xy 151.932743 64.9025) + (xy 153.88488 64.9025) (xy 153.740768 64.960725) (xy 153.541882 65.090872) (xy 153.372062 65.257172) (xy 153.237778 65.45329) + (xy 153.144143 65.671755) (xy 153.094726 65.904246) (xy 153.091407 66.141908) (xy 153.134314 66.375689) (xy 153.221812 66.596683) + (xy 153.350568 66.796474) (xy 153.515678 66.96745) (xy 153.710853 67.1031) (xy 153.928659 67.198257) (xy 154.1608 67.249297) + (xy 154.398433 67.254275) (xy 154.632508 67.213001) (xy 154.854108 67.127048) (xy 155.054792 66.99969) (xy 155.226917 66.835777) + (xy 155.363927 66.641554) (xy 155.460602 66.424418) (xy 155.513261 66.192639) (xy 155.517052 65.921157) (xy 155.470885 65.687999) + (xy 155.38031 65.468247) (xy 155.248777 65.270274) (xy 155.081296 65.10162) (xy 154.884246 64.968708) (xy 154.726743 64.9025) + (xy 156.55188 64.9025) (xy 156.407768 64.960725) (xy 156.208882 65.090872) (xy 156.039062 65.257172) (xy 155.904778 65.45329) + (xy 155.811143 65.671755) (xy 155.761726 65.904246) (xy 155.758407 66.141908) (xy 155.801314 66.375689) (xy 155.888812 66.596683) + (xy 156.017568 66.796474) (xy 156.182678 66.96745) (xy 156.377853 67.1031) (xy 156.595659 67.198257) (xy 156.8278 67.249297) + (xy 157.065433 67.254275) (xy 157.299508 67.213001) (xy 157.521108 67.127048) (xy 157.721792 66.99969) (xy 157.7285 66.993302) + (xy 157.7285 67.550633) (xy 157.605882 67.630872) (xy 157.436062 67.797172) (xy 157.301778 67.99329) (xy 157.208143 68.211755) + (xy 157.158726 68.444246) (xy 157.155407 68.681908) (xy 157.198314 68.915689) (xy 157.285812 69.136683) (xy 157.414568 69.336474) + (xy 157.579678 69.50745) (xy 157.774853 69.6431) (xy 157.992659 69.738257) (xy 158.2248 69.789297) (xy 158.462433 69.794275) + (xy 158.696508 69.753001) (xy 158.918108 69.667048) (xy 159.118792 69.53969) (xy 159.230842 69.432985) (xy 160.367291 69.432985) + (xy 160.432453 69.654415) (xy 160.656098 69.776293) (xy 160.899223 69.852199) (xy 161.152485 69.879214) (xy 161.406151 69.856301) + (xy 161.650473 69.784341) (xy 161.876061 69.666098) (xy 161.893547 69.654415) (xy 161.958709 69.432985) (xy 161.163 68.637276) + (xy 160.367291 69.432985) (xy 159.230842 69.432985) (xy 159.290917 69.375777) (xy 159.427927 69.181554) (xy 159.524602 68.964418) + (xy 159.577261 68.732639) (xy 159.579539 68.569485) (xy 159.863786 68.569485) (xy 159.886699 68.823151) (xy 159.958659 69.067473) + (xy 160.076902 69.293061) (xy 160.088585 69.310547) (xy 160.310015 69.375709) (xy 161.105724 68.58) (xy 161.220276 68.58) + (xy 162.015985 69.375709) (xy 162.237415 69.310547) (xy 162.359293 69.086902) (xy 162.435199 68.843777) (xy 162.462214 68.590515) + (xy 162.439301 68.336849) (xy 162.367341 68.092527) (xy 162.249098 67.866939) (xy 162.237415 67.849453) (xy 162.015985 67.784291) + (xy 161.220276 68.58) (xy 161.105724 68.58) (xy 160.310015 67.784291) (xy 160.088585 67.849453) (xy 159.966707 68.073098) + (xy 159.890801 68.316223) (xy 159.863786 68.569485) (xy 159.579539 68.569485) (xy 159.581052 68.461157) (xy 159.534885 68.227999) + (xy 159.44431 68.008247) (xy 159.312777 67.810274) (xy 159.230098 67.727015) (xy 160.367291 67.727015) (xy 161.163 68.522724) + (xy 161.958709 67.727015) (xy 161.893547 67.505585) (xy 161.669902 67.383707) (xy 161.426777 67.307801) (xy 161.173515 67.280786) + (xy 160.919849 67.303699) (xy 160.675527 67.375659) (xy 160.449939 67.493902) (xy 160.432453 67.505585) (xy 160.367291 67.727015) + (xy 159.230098 67.727015) (xy 159.145296 67.64162) (xy 159.0095 67.550024) (xy 159.0095 66.990262) (xy 159.171853 67.1031) + (xy 159.389659 67.198257) (xy 159.6218 67.249297) (xy 159.859433 67.254275) (xy 160.093508 67.213001) (xy 160.315108 67.127048) + (xy 160.515792 66.99969) (xy 160.687917 66.835777) (xy 160.824927 66.641554) (xy 160.921602 66.424418) (xy 160.963951 66.238015) + (xy 166.043904 66.238015) (xy 166.127275 66.692267) (xy 166.29729 67.121674) (xy 166.547472 67.509881) (xy 166.868292 67.8421) + (xy 167.247531 68.105678) (xy 167.670744 68.290575) (xy 168.121809 68.389749) (xy 168.583548 68.399421) (xy 169.038371 68.319223) + (xy 169.468954 68.152211) (xy 169.858898 67.904745) (xy 170.193349 67.586251) (xy 170.459568 67.208862) (xy 170.647415 66.78695) + (xy 170.749735 66.336588) (xy 170.751111 66.238015) (xy 174.171904 66.238015) (xy 174.255275 66.692267) (xy 174.42529 67.121674) + (xy 174.675472 67.509881) (xy 174.996292 67.8421) (xy 175.375531 68.105678) (xy 175.798744 68.290575) (xy 176.249809 68.389749) + (xy 176.711548 68.399421) (xy 177.166371 68.319223) (xy 177.596954 68.152211) (xy 177.986898 67.904745) (xy 178.077989 67.818) + (xy 182.427823 67.818) (xy 182.427823 69.342) (xy 182.433537 69.413661) (xy 182.471178 69.535205) (xy 182.541189 69.641451) + (xy 182.638028 69.723986) (xy 182.754026 69.776275) (xy 182.88 69.794177) (xy 184.404 69.794177) (xy 184.475661 69.788463) + (xy 184.597205 69.750822) (xy 184.703451 69.680811) (xy 184.785986 69.583972) (xy 184.838275 69.467974) (xy 184.856177 69.342) + (xy 184.856177 68.681908) (xy 185.222407 68.681908) (xy 185.265314 68.915689) (xy 185.352812 69.136683) (xy 185.481568 69.336474) + (xy 185.646678 69.50745) (xy 185.841853 69.6431) (xy 186.059659 69.738257) (xy 186.2918 69.789297) (xy 186.529433 69.794275) + (xy 186.763508 69.753001) (xy 186.985108 69.667048) (xy 187.185792 69.53969) (xy 187.357917 69.375777) (xy 187.494927 69.181554) + (xy 187.591602 68.964418) (xy 187.644261 68.732639) (xy 187.644969 68.681908) (xy 187.889407 68.681908) (xy 187.932314 68.915689) + (xy 188.019812 69.136683) (xy 188.148568 69.336474) (xy 188.313678 69.50745) (xy 188.508853 69.6431) (xy 188.726659 69.738257) + (xy 188.9588 69.789297) (xy 189.196433 69.794275) (xy 189.430508 69.753001) (xy 189.652108 69.667048) (xy 189.852792 69.53969) + (xy 190.024917 69.375777) (xy 190.161927 69.181554) (xy 190.258602 68.964418) (xy 190.311261 68.732639) (xy 190.315052 68.461157) + (xy 190.268885 68.227999) (xy 190.17831 68.008247) (xy 190.046777 67.810274) (xy 189.879296 67.64162) (xy 189.682246 67.508708) + (xy 189.463132 67.416601) (xy 189.230301 67.368808) (xy 188.992622 67.367148) (xy 188.759147 67.411686) (xy 188.538768 67.500725) + (xy 188.339882 67.630872) (xy 188.170062 67.797172) (xy 188.035778 67.99329) (xy 187.942143 68.211755) (xy 187.892726 68.444246) + (xy 187.889407 68.681908) (xy 187.644969 68.681908) (xy 187.648052 68.461157) (xy 187.601885 68.227999) (xy 187.51131 68.008247) + (xy 187.379777 67.810274) (xy 187.212296 67.64162) (xy 187.015246 67.508708) (xy 186.796132 67.416601) (xy 186.563301 67.368808) + (xy 186.325622 67.367148) (xy 186.092147 67.411686) (xy 185.871768 67.500725) (xy 185.672882 67.630872) (xy 185.503062 67.797172) + (xy 185.368778 67.99329) (xy 185.275143 68.211755) (xy 185.225726 68.444246) (xy 185.222407 68.681908) (xy 184.856177 68.681908) + (xy 184.856177 67.818) (xy 184.850463 67.746339) (xy 184.812822 67.624795) (xy 184.742811 67.518549) (xy 184.645972 67.436014) + (xy 184.529974 67.383725) (xy 184.404 67.365823) (xy 182.88 67.365823) (xy 182.808339 67.371537) (xy 182.686795 67.409178) + (xy 182.580549 67.479189) (xy 182.498014 67.576028) (xy 182.445725 67.692026) (xy 182.427823 67.818) (xy 178.077989 67.818) + (xy 178.321349 67.586251) (xy 178.587568 67.208862) (xy 178.775415 66.78695) (xy 178.877735 66.336588) (xy 178.880453 66.141908) + (xy 183.825407 66.141908) (xy 183.868314 66.375689) (xy 183.955812 66.596683) (xy 184.084568 66.796474) (xy 184.249678 66.96745) + (xy 184.444853 67.1031) (xy 184.662659 67.198257) (xy 184.8948 67.249297) (xy 185.132433 67.254275) (xy 185.366508 67.213001) + (xy 185.588108 67.127048) (xy 185.788792 66.99969) (xy 185.960917 66.835777) (xy 186.097927 66.641554) (xy 186.194602 66.424418) + (xy 186.247261 66.192639) (xy 186.251052 65.921157) (xy 186.247005 65.900719) (xy 186.965825 65.1819) (xy 186.976927 65.1819) + (xy 186.900062 65.257172) (xy 186.765778 65.45329) (xy 186.672143 65.671755) (xy 186.622726 65.904246) (xy 186.619407 66.141908) + (xy 186.662314 66.375689) (xy 186.749812 66.596683) (xy 186.878568 66.796474) (xy 187.043678 66.96745) (xy 187.238853 67.1031) + (xy 187.456659 67.198257) (xy 187.6888 67.249297) (xy 187.926433 67.254275) (xy 188.160508 67.213001) (xy 188.382108 67.127048) + (xy 188.582792 66.99969) (xy 188.754917 66.835777) (xy 188.891927 66.641554) (xy 188.988602 66.424418) (xy 189.041261 66.192639) + (xy 189.045052 65.921157) (xy 188.998885 65.687999) (xy 188.90831 65.468247) (xy 188.776777 65.270274) (xy 188.689018 65.1819) + (xy 189.643927 65.1819) (xy 189.567062 65.257172) (xy 189.432778 65.45329) (xy 189.339143 65.671755) (xy 189.289726 65.904246) + (xy 189.286407 66.141908) (xy 189.329314 66.375689) (xy 189.416812 66.596683) (xy 189.545568 66.796474) (xy 189.710678 66.96745) + (xy 189.905853 67.1031) (xy 190.123659 67.198257) (xy 190.3558 67.249297) (xy 190.593433 67.254275) (xy 190.827508 67.213001) + (xy 191.049108 67.127048) (xy 191.2311 67.011552) (xy 191.2311 67.567254) (xy 191.133882 67.630872) (xy 190.964062 67.797172) + (xy 190.829778 67.99329) (xy 190.736143 68.211755) (xy 190.686726 68.444246) (xy 190.683407 68.681908) (xy 190.726314 68.915689) + (xy 190.813812 69.136683) (xy 190.942568 69.336474) (xy 191.107678 69.50745) (xy 191.302853 69.6431) (xy 191.520659 69.738257) + (xy 191.7528 69.789297) (xy 191.990433 69.794275) (xy 192.224508 69.753001) (xy 192.446108 69.667048) (xy 192.646792 69.53969) + (xy 192.758842 69.432985) (xy 193.895291 69.432985) (xy 193.960453 69.654415) (xy 194.184098 69.776293) (xy 194.427223 69.852199) + (xy 194.680485 69.879214) (xy 194.934151 69.856301) (xy 195.178473 69.784341) (xy 195.404061 69.666098) (xy 195.421547 69.654415) + (xy 195.486709 69.432985) (xy 194.691 68.637276) (xy 193.895291 69.432985) (xy 192.758842 69.432985) (xy 192.818917 69.375777) + (xy 192.955927 69.181554) (xy 193.052602 68.964418) (xy 193.105261 68.732639) (xy 193.107539 68.569485) (xy 193.391786 68.569485) + (xy 193.414699 68.823151) (xy 193.486659 69.067473) (xy 193.604902 69.293061) (xy 193.616585 69.310547) (xy 193.838015 69.375709) + (xy 194.633724 68.58) (xy 194.748276 68.58) (xy 195.543985 69.375709) (xy 195.765415 69.310547) (xy 195.887293 69.086902) + (xy 195.963199 68.843777) (xy 195.980465 68.681908) (xy 222.306407 68.681908) (xy 222.349314 68.915689) (xy 222.436812 69.136683) + (xy 222.565568 69.336474) (xy 222.730678 69.50745) (xy 222.925853 69.6431) (xy 223.143659 69.738257) (xy 223.3758 69.789297) + (xy 223.613433 69.794275) (xy 223.847508 69.753001) (xy 224.069108 69.667048) (xy 224.269792 69.53969) (xy 224.441917 69.375777) + (xy 224.578927 69.181554) (xy 224.675602 68.964418) (xy 224.728261 68.732639) (xy 224.732052 68.461157) (xy 224.685885 68.227999) + (xy 224.59531 68.008247) (xy 224.463777 67.810274) (xy 224.296296 67.64162) (xy 224.099246 67.508708) (xy 223.880132 67.416601) + (xy 223.647301 67.368808) (xy 223.409622 67.367148) (xy 223.176147 67.411686) (xy 222.955768 67.500725) (xy 222.756882 67.630872) + (xy 222.587062 67.797172) (xy 222.452778 67.99329) (xy 222.359143 68.211755) (xy 222.309726 68.444246) (xy 222.306407 68.681908) + (xy 195.980465 68.681908) (xy 195.990214 68.590515) (xy 195.967301 68.336849) (xy 195.895341 68.092527) (xy 195.777098 67.866939) + (xy 195.765415 67.849453) (xy 195.543985 67.784291) (xy 194.748276 68.58) (xy 194.633724 68.58) (xy 193.838015 67.784291) + (xy 193.616585 67.849453) (xy 193.494707 68.073098) (xy 193.418801 68.316223) (xy 193.391786 68.569485) (xy 193.107539 68.569485) + (xy 193.109052 68.461157) (xy 193.062885 68.227999) (xy 192.97231 68.008247) (xy 192.840777 67.810274) (xy 192.758098 67.727015) + (xy 193.895291 67.727015) (xy 194.691 68.522724) (xy 195.486709 67.727015) (xy 195.421547 67.505585) (xy 195.197902 67.383707) + (xy 194.954777 67.307801) (xy 194.701515 67.280786) (xy 194.447849 67.303699) (xy 194.203527 67.375659) (xy 193.977939 67.493902) + (xy 193.960453 67.505585) (xy 193.895291 67.727015) (xy 192.758098 67.727015) (xy 192.673296 67.64162) (xy 192.5629 67.567157) + (xy 192.5629 67.007915) (xy 192.699853 67.1031) (xy 192.917659 67.198257) (xy 193.1498 67.249297) (xy 193.387433 67.254275) + (xy 193.621508 67.213001) (xy 193.843108 67.127048) (xy 194.043792 66.99969) (xy 194.215917 66.835777) (xy 194.352927 66.641554) + (xy 194.449602 66.424418) (xy 194.491951 66.238015) (xy 199.571904 66.238015) (xy 199.655275 66.692267) (xy 199.82529 67.121674) + (xy 200.075472 67.509881) (xy 200.396292 67.8421) (xy 200.775531 68.105678) (xy 201.198744 68.290575) (xy 201.649809 68.389749) + (xy 202.111548 68.399421) (xy 202.566371 68.319223) (xy 202.996954 68.152211) (xy 203.386898 67.904745) (xy 203.721349 67.586251) + (xy 203.987568 67.208862) (xy 204.128205 66.892985) (xy 222.724291 66.892985) (xy 222.789453 67.114415) (xy 223.013098 67.236293) + (xy 223.256223 67.312199) (xy 223.509485 67.339214) (xy 223.763151 67.316301) (xy 224.007473 67.244341) (xy 224.233061 67.126098) + (xy 224.250547 67.114415) (xy 224.315709 66.892985) (xy 223.52 66.097276) (xy 222.724291 66.892985) (xy 204.128205 66.892985) + (xy 204.175415 66.78695) (xy 204.277735 66.336588) (xy 204.285101 65.80908) (xy 204.195396 65.356037) (xy 204.126397 65.188631) + (xy 217.417157 65.188631) (xy 217.45332 65.385666) (xy 217.527065 65.571925) (xy 217.635583 65.740313) (xy 217.774742 65.884416) + (xy 217.93924 65.998745) (xy 218.122812 66.078945) (xy 218.318465 66.121962) (xy 218.518748 66.126158) (xy 218.716031 66.091371) + (xy 218.875582 66.029485) (xy 222.220786 66.029485) (xy 222.243699 66.283151) (xy 222.315659 66.527473) (xy 222.433902 66.753061) + (xy 222.445585 66.770547) (xy 222.667015 66.835709) (xy 223.462724 66.04) (xy 223.577276 66.04) (xy 224.372985 66.835709) + (xy 224.594415 66.770547) (xy 224.716293 66.546902) (xy 224.792199 66.303777) (xy 224.819214 66.050515) (xy 224.796301 65.796849) + (xy 224.724341 65.552527) (xy 224.606098 65.326939) (xy 224.594415 65.309453) (xy 224.372985 65.244291) (xy 223.577276 66.04) + (xy 223.462724 66.04) (xy 222.667015 65.244291) (xy 222.445585 65.309453) (xy 222.323707 65.533098) (xy 222.247801 65.776223) + (xy 222.220786 66.029485) (xy 218.875582 66.029485) (xy 218.9028 66.018928) (xy 219.071941 65.911588) (xy 219.217012 65.773439) + (xy 219.332487 65.609743) (xy 219.413967 65.426736) (xy 219.458349 65.231387) (xy 219.458968 65.187015) (xy 222.724291 65.187015) + (xy 223.52 65.982724) (xy 224.315709 65.187015) (xy 224.250547 64.965585) (xy 224.026902 64.843707) (xy 223.783777 64.767801) + (xy 223.530515 64.740786) (xy 223.276849 64.763699) (xy 223.032527 64.835659) (xy 222.806939 64.953902) (xy 222.789453 64.965585) + (xy 222.724291 65.187015) (xy 219.458968 65.187015) (xy 219.461544 65.002577) (xy 219.422634 64.806065) (xy 219.346295 64.620854) + (xy 219.235436 64.453998) (xy 219.094279 64.311852) (xy 218.928201 64.199831) (xy 218.743527 64.122201) (xy 218.547293 64.08192) + (xy 218.346971 64.080521) (xy 218.150193 64.118059) (xy 217.964453 64.193103) (xy 217.796827 64.302794) (xy 217.653699 64.442955) + (xy 217.540521 64.608247) (xy 217.461604 64.792375) (xy 217.419954 64.988323) (xy 217.417157 65.188631) (xy 204.126397 65.188631) + (xy 204.019403 64.929045) (xy 203.763825 64.544369) (xy 203.438397 64.216661) (xy 203.055515 63.958404) (xy 202.629762 63.779434) + (xy 202.177356 63.686568) (xy 201.715528 63.683344) (xy 201.261869 63.769884) (xy 200.833659 63.942892) (xy 200.447208 64.195779) + (xy 200.117236 64.518911) (xy 199.856312 64.899981) (xy 199.674374 65.324473) (xy 199.578353 65.77622) (xy 199.571904 66.238015) + (xy 194.491951 66.238015) (xy 194.502261 66.192639) (xy 194.506052 65.921157) (xy 194.459885 65.687999) (xy 194.36931 65.468247) + (xy 194.237777 65.270274) (xy 194.070296 65.10162) (xy 193.873246 64.968708) (xy 193.654132 64.876601) (xy 193.421301 64.828808) + (xy 193.183622 64.827148) (xy 192.950147 64.871686) (xy 192.729768 64.960725) (xy 192.530882 65.090872) (xy 192.497786 65.123282) + (xy 192.483778 65.096937) (xy 192.45547 65.042325) (xy 192.453286 65.03959) (xy 192.451642 65.036497) (xy 192.412765 64.988828) + (xy 192.374391 64.940758) (xy 192.369584 64.935883) (xy 192.369503 64.935784) (xy 192.369411 64.935708) (xy 192.367863 64.934138) + (xy 191.478862 64.045138) (xy 191.431353 64.006113) (xy 191.384212 63.966557) (xy 191.381143 63.96487) (xy 191.378437 63.962647) + (xy 191.324209 63.93357) (xy 191.270326 63.903948) (xy 191.26699 63.90289) (xy 191.263902 63.901234) (xy 191.205056 63.883243) + (xy 191.146448 63.864652) (xy 191.142968 63.864262) (xy 191.13962 63.863238) (xy 191.078422 63.857021) (xy 191.017297 63.850165) + (xy 191.010453 63.850117) (xy 191.010324 63.850104) (xy 191.010203 63.850115) (xy 191.008 63.8501) (xy 186.69 63.8501) + (xy 186.628783 63.856102) (xy 186.567507 63.861463) (xy 186.564143 63.86244) (xy 186.560659 63.862782) (xy 186.501758 63.880565) + (xy 186.442706 63.897722) (xy 186.4396 63.899332) (xy 186.436245 63.900345) (xy 186.381901 63.92924) (xy 186.327325 63.95753) + (xy 186.32459 63.959714) (xy 186.321497 63.961358) (xy 186.273822 64.00024) (xy 186.225757 64.03861) (xy 186.220883 64.043416) + (xy 186.220784 64.043497) (xy 186.220708 64.043589) (xy 186.219137 64.045138) (xy 185.389626 64.87465) (xy 185.166301 64.828808) + (xy 184.928622 64.827148) (xy 184.695147 64.871686) (xy 184.474768 64.960725) (xy 184.275882 65.090872) (xy 184.106062 65.257172) + (xy 183.971778 65.45329) (xy 183.878143 65.671755) (xy 183.828726 65.904246) (xy 183.825407 66.141908) (xy 178.880453 66.141908) + (xy 178.885101 65.80908) (xy 178.795396 65.356037) (xy 178.619403 64.929045) (xy 178.363825 64.544369) (xy 178.038397 64.216661) + (xy 177.655515 63.958404) (xy 177.229762 63.779434) (xy 176.777356 63.686568) (xy 176.315528 63.683344) (xy 175.861869 63.769884) + (xy 175.433659 63.942892) (xy 175.047208 64.195779) (xy 174.717236 64.518911) (xy 174.456312 64.899981) (xy 174.274374 65.324473) + (xy 174.178353 65.77622) (xy 174.171904 66.238015) (xy 170.751111 66.238015) (xy 170.757101 65.80908) (xy 170.667396 65.356037) + (xy 170.491403 64.929045) (xy 170.235825 64.544369) (xy 169.910397 64.216661) (xy 169.527515 63.958404) (xy 169.101762 63.779434) + (xy 168.649356 63.686568) (xy 168.187528 63.683344) (xy 167.733869 63.769884) (xy 167.305659 63.942892) (xy 166.919208 64.195779) + (xy 166.589236 64.518911) (xy 166.328312 64.899981) (xy 166.146374 65.324473) (xy 166.050353 65.77622) (xy 166.043904 66.238015) + (xy 160.963951 66.238015) (xy 160.974261 66.192639) (xy 160.978052 65.921157) (xy 160.931885 65.687999) (xy 160.84131 65.468247) + (xy 160.709777 65.270274) (xy 160.542296 65.10162) (xy 160.345246 64.968708) (xy 160.126132 64.876601) (xy 159.893301 64.828808) + (xy 159.655622 64.827148) (xy 159.422147 64.871686) (xy 159.201768 64.960725) (xy 159.0095 65.086541) (xy 159.0095 64.897) + (xy 159.003726 64.838107) (xy 158.99857 64.779179) (xy 158.997631 64.775946) (xy 158.997302 64.772593) (xy 158.980191 64.715917) + (xy 158.963695 64.659139) (xy 158.962146 64.656151) (xy 158.961172 64.652924) (xy 158.933403 64.6007) (xy 158.906169 64.548158) + (xy 158.904065 64.545522) (xy 158.902486 64.542553) (xy 158.865142 64.496765) (xy 158.828182 64.450466) (xy 158.823556 64.445775) + (xy 158.82348 64.445682) (xy 158.823394 64.445611) (xy 158.821902 64.444098) (xy 158.186902 63.809098) (xy 158.141132 63.771502) + (xy 158.095861 63.733515) (xy 158.092915 63.731895) (xy 158.090308 63.729754) (xy 158.038091 63.701756) (xy 157.98632 63.673294) + (xy 157.983113 63.672277) (xy 157.980141 63.670683) (xy 157.923557 63.653384) (xy 157.867167 63.635496) (xy 157.863816 63.63512) + (xy 157.8606 63.634137) (xy 157.801815 63.628166) (xy 157.742943 63.621562) (xy 157.736358 63.621516) (xy 157.736236 63.621504) + (xy 157.736123 63.621515) (xy 157.734 63.6215) (xy 150.876 63.6215) (xy 150.817107 63.627274) (xy 150.758179 63.63243) + (xy 150.754946 63.633369) (xy 150.751593 63.633698) (xy 150.694917 63.650809) (xy 150.638139 63.667305) (xy 150.635151 63.668854) + (xy 150.631924 63.669828) (xy 150.5797 63.697597) (xy 150.527158 63.724831) (xy 150.524522 63.726935) (xy 150.521553 63.728514) + (xy 150.475765 63.765858) (xy 150.429466 63.802818) (xy 150.424775 63.807444) (xy 150.424682 63.80752) (xy 150.424611 63.807606) + (xy 150.423098 63.809098) (xy 149.534098 64.698098) (xy 149.496502 64.743868) (xy 149.458515 64.789139) (xy 149.456895 64.792085) + (xy 149.454754 64.794692) (xy 149.426756 64.846909) (xy 149.398294 64.89868) (xy 149.397277 64.901887) (xy 149.395683 64.904859) + (xy 149.378384 64.961443) (xy 149.360496 65.017833) (xy 149.36012 65.021184) (xy 149.359137 65.0244) (xy 149.353166 65.083185) + (xy 149.346562 65.142057) (xy 149.346516 65.148642) (xy 149.346504 65.148764) (xy 149.346515 65.148877) (xy 149.3465 65.151) + (xy 149.3465 67.366262) (xy 149.280339 67.371537) (xy 149.158795 67.409178) (xy 149.052549 67.479189) (xy 148.970014 67.576028) + (xy 148.917725 67.692026) (xy 148.899823 67.818) (xy 144.549989 67.818) (xy 144.793349 67.586251) (xy 145.059568 67.208862) + (xy 145.247415 66.78695) (xy 145.349735 66.336588) (xy 145.357101 65.80908) (xy 145.267396 65.356037) (xy 145.091403 64.929045) + (xy 144.835825 64.544369) (xy 144.510397 64.216661) (xy 144.127515 63.958404) (xy 143.701762 63.779434) (xy 143.249356 63.686568) + (xy 142.787528 63.683344) (xy 142.333869 63.769884) (xy 141.905659 63.942892) (xy 141.519208 64.195779) (xy 141.189236 64.518911) + (xy 140.928312 64.899981) (xy 140.746374 65.324473) (xy 140.650353 65.77622) (xy 140.643904 66.238015) (xy 137.223111 66.238015) + (xy 137.229101 65.80908) (xy 137.139396 65.356037) (xy 136.963403 64.929045) (xy 136.707825 64.544369) (xy 136.382397 64.216661) + (xy 135.999515 63.958404) (xy 135.573762 63.779434) (xy 135.121356 63.686568) (xy 134.659528 63.683344) (xy 134.205869 63.769884) + (xy 133.777659 63.942892) (xy 133.391208 64.195779) (xy 133.061236 64.518911) (xy 132.800312 64.899981) (xy 132.618374 65.324473) + (xy 132.522353 65.77622) (xy 132.515904 66.238015) (xy 127.435951 66.238015) (xy 127.446261 66.192639) (xy 127.450052 65.921157) + (xy 127.403885 65.687999) (xy 127.31331 65.468247) (xy 127.181777 65.270274) (xy 127.014296 65.10162) (xy 126.817246 64.968708) + (xy 126.598132 64.876601) (xy 126.365301 64.828808) (xy 126.127622 64.827148) (xy 125.894147 64.871686) (xy 125.673768 64.960725) + (xy 125.475578 65.090417) (xy 125.47057 65.033179) (xy 125.469631 65.029946) (xy 125.469302 65.026593) (xy 125.452191 64.969917) + (xy 125.435695 64.913139) (xy 125.434146 64.910151) (xy 125.433172 64.906924) (xy 125.405403 64.8547) (xy 125.378169 64.802158) + (xy 125.376065 64.799522) (xy 125.374486 64.796553) (xy 125.337142 64.750765) (xy 125.300182 64.704466) (xy 125.295556 64.699775) + (xy 125.29548 64.699682) (xy 125.295394 64.699611) (xy 125.293902 64.698098) (xy 124.658902 64.063098) (xy 124.613132 64.025502) + (xy 124.567861 63.987515) (xy 124.564915 63.985895) (xy 124.562308 63.983754) (xy 124.510091 63.955756) (xy 124.45832 63.927294) + (xy 124.455113 63.926277) (xy 124.452141 63.924683) (xy 124.395557 63.907384) (xy 124.339167 63.889496) (xy 124.335816 63.88912) + (xy 124.3326 63.888137) (xy 124.273815 63.882166) (xy 124.214943 63.875562) (xy 124.208358 63.875516) (xy 124.208236 63.875504) + (xy 124.208123 63.875515) (xy 124.206 63.8755) (xy 119.507 63.8755) (xy 119.448016 63.881283) (xy 119.389179 63.886431) + (xy 119.385951 63.887369) (xy 119.382593 63.887698) (xy 119.325876 63.904822) (xy 119.269139 63.921305) (xy 119.266152 63.922854) + (xy 119.262924 63.923828) (xy 119.21066 63.951617) (xy 119.158158 63.978832) (xy 119.155526 63.980933) (xy 119.152553 63.982514) + (xy 119.106731 64.019885) (xy 119.060465 64.056819) (xy 119.055775 64.061444) (xy 119.055682 64.06152) (xy 119.055611 64.061606) + (xy 119.054098 64.063098) (xy 118.258058 64.859138) (xy 118.110301 64.828808) (xy 117.872622 64.827148) (xy 117.639147 64.871686) + (xy 117.418768 64.960725) (xy 117.219882 65.090872) (xy 117.050062 65.257172) (xy 116.915778 65.45329) (xy 116.822143 65.671755) + (xy 116.772726 65.904246) (xy 116.769407 66.141908) (xy 116.812314 66.375689) (xy 116.899812 66.596683) (xy 117.028568 66.796474) + (xy 117.193678 66.96745) (xy 117.252125 67.008071) (xy 116.894373 67.365823) (xy 115.824 67.365823) (xy 115.752339 67.371537) + (xy 115.630795 67.409178) (xy 115.524549 67.479189) (xy 115.442014 67.576028) (xy 115.389725 67.692026) (xy 115.371823 67.818) + (xy 111.021989 67.818) (xy 111.265349 67.586251) (xy 111.531568 67.208862) (xy 111.719415 66.78695) (xy 111.821735 66.336588) + (xy 111.829101 65.80908) (xy 111.739396 65.356037) (xy 111.563403 64.929045) (xy 111.307825 64.544369) (xy 110.982397 64.216661) + (xy 110.599515 63.958404) (xy 110.173762 63.779434) (xy 109.721356 63.686568) (xy 109.259528 63.683344) (xy 108.805869 63.769884) + (xy 108.377659 63.942892) (xy 107.991208 64.195779) (xy 107.661236 64.518911) (xy 107.400312 64.899981) (xy 107.218374 65.324473) + (xy 107.122353 65.77622) (xy 107.115904 66.238015) (xy 103.8963 66.238015) (xy 103.8963 64.476401) (xy 103.875894 64.373813) + (xy 103.835866 64.277177) (xy 103.777755 64.190207) (xy 103.703793 64.116245) (xy 103.616823 64.058134) (xy 103.520187 64.018106) + (xy 103.417599 63.9977) (xy 101.13825 63.9977) (xy 101.0055 64.13045) (xy 100.9245 64.13045) (xy 100.79175 63.9977) + (xy 98.608426 63.9977) (xy 98.726507 63.477966) (xy 98.73527 62.850334) (xy 99.004942 62.850334) (xy 99.266617 63.239526) + (xy 99.768741 63.524623) (xy 100.316836 63.706283) (xy 100.88984 63.777524) (xy 101.465733 63.735609) (xy 102.022382 63.582148) + (xy 102.538397 63.323039) (xy 102.663383 63.239526) (xy 102.925058 62.850334) (xy 100.965 60.890276) (xy 99.004942 62.850334) + (xy 98.73527 62.850334) (xy 98.735422 62.839514) (xy 98.692215 62.621305) (xy 98.947666 62.793058) (xy 100.907724 60.833) + (xy 101.022276 60.833) (xy 102.982334 62.793058) (xy 103.064222 62.738) (xy 222.305823 62.738) (xy 222.305823 64.262) + (xy 222.311537 64.333661) (xy 222.349178 64.455205) (xy 222.419189 64.561451) (xy 222.516028 64.643986) (xy 222.632026 64.696275) + (xy 222.758 64.714177) (xy 224.282 64.714177) (xy 224.353661 64.708463) (xy 224.475205 64.670822) (xy 224.581451 64.600811) + (xy 224.663986 64.503972) (xy 224.716275 64.387974) (xy 224.734177 64.262) (xy 224.734177 62.738) (xy 224.728463 62.666339) + (xy 224.690822 62.544795) (xy 224.620811 62.438549) (xy 224.523972 62.356014) (xy 224.407974 62.303725) (xy 224.282 62.285823) + (xy 222.758 62.285823) (xy 222.686339 62.291537) (xy 222.564795 62.329178) (xy 222.458549 62.399189) (xy 222.376014 62.496028) + (xy 222.323725 62.612026) (xy 222.305823 62.738) (xy 103.064222 62.738) (xy 103.371526 62.531383) (xy 103.656623 62.029259) + (xy 103.838283 61.481164) (xy 103.909524 60.90816) (xy 103.867609 60.332267) (xy 103.714148 59.775618) (xy 103.455039 59.259603) + (xy 103.371526 59.134617) (xy 102.982334 58.872942) (xy 101.022276 60.833) (xy 100.907724 60.833) (xy 98.947666 58.872942) + (xy 98.558474 59.134617) (xy 98.273377 59.636741) (xy 98.091717 60.184836) (xy 98.020476 60.75784) (xy 98.057102 61.261069) + (xy 97.71064 60.91218) (xy 97.247231 60.599606) (xy 96.731935 60.382996) (xy 96.184379 60.270599) (xy 95.62542 60.266696) + (xy 95.076348 60.371437) (xy 94.558078 60.580832) (xy 94.09035 60.886905) (xy 93.690979 61.277998) (xy 93.375178 61.739214) + (xy 93.154975 62.252985) (xy 93.038758 62.799743) (xy 93.030954 63.358661) (xy 71.85 63.358661) (xy 71.85 58.815666) + (xy 99.004942 58.815666) (xy 100.965 60.775724) (xy 102.925058 58.815666) (xy 102.663383 58.426474) (xy 102.161259 58.141377) + (xy 101.613164 57.959717) (xy 101.04016 57.888476) (xy 100.464267 57.930391) (xy 99.907618 58.083852) (xy 99.391603 58.342961) + (xy 99.266617 58.426474) (xy 99.004942 58.815666) (xy 71.85 58.815666) (xy 71.85 56.5205) (xy 203.958315 56.5205) + ) + ) + (filled_polygon + (pts + (xy 76.398418 118.984858) (xy 76.384276 118.999) (xy 76.398418 119.013142) (xy 76.341142 119.070418) (xy 76.327 119.056276) + (xy 76.312858 119.070418) (xy 76.255582 119.013142) (xy 76.269724 118.999) (xy 76.255582 118.984858) (xy 76.312858 118.927582) + (xy 76.327 118.941724) (xy 76.341142 118.927582) + ) + ) + (filled_polygon + (pts + (xy 110.024099 114.5231) (xy 108.912345 114.5231) (xy 108.923967 114.496996) (xy 108.968349 114.301647) (xy 108.971544 114.072837) + (xy 108.932634 113.876325) (xy 108.856295 113.691114) (xy 108.745436 113.524258) (xy 108.604279 113.382112) (xy 108.438201 113.270091) + (xy 108.253527 113.192461) (xy 108.057293 113.15218) (xy 107.856971 113.150781) (xy 107.660193 113.188319) (xy 107.474453 113.263363) + (xy 107.306827 113.373054) (xy 107.163699 113.513215) (xy 107.050521 113.678507) (xy 106.971604 113.862635) (xy 106.929954 114.058583) + (xy 106.927157 114.258891) (xy 106.96332 114.455926) (xy 106.989916 114.5231) (xy 106.045 114.5231) (xy 105.983779 114.529103) + (xy 105.922507 114.534463) (xy 105.919143 114.53544) (xy 105.915659 114.535782) (xy 105.856758 114.553565) (xy 105.797706 114.570722) + (xy 105.7946 114.572332) (xy 105.791245 114.573345) (xy 105.736901 114.60224) (xy 105.682325 114.63053) (xy 105.67959 114.632714) + (xy 105.676497 114.634358) (xy 105.628822 114.67324) (xy 105.580757 114.71161) (xy 105.575883 114.716416) (xy 105.575784 114.716497) + (xy 105.575708 114.716589) (xy 105.574137 114.718138) (xy 104.499176 115.7931) (xy 101.609425 115.7931) (xy 101.645374 115.770286) + (xy 101.772408 115.649313) (xy 101.873526 115.505969) (xy 101.944876 115.345714) (xy 101.98374 115.174653) (xy 101.986538 114.97429) + (xy 101.952466 114.80221) (xy 101.885618 114.640026) (xy 101.788542 114.493914) (xy 101.664935 114.369441) (xy 101.519504 114.271347) + (xy 101.357791 114.203369) (xy 101.185953 114.168096) (xy 101.010537 114.166871) (xy 100.838224 114.199742) (xy 100.675577 114.265455) + (xy 100.528791 114.361509) (xy 100.403458 114.484244) (xy 100.304351 114.628986) (xy 100.235246 114.790221) (xy 100.198774 114.961809) + (xy 100.196324 115.137212) (xy 100.227991 115.309751) (xy 100.292568 115.472852) (xy 100.387594 115.620305) (xy 100.509452 115.746492) + (xy 100.576512 115.7931) (xy 96.275425 115.7931) (xy 96.311374 115.770286) (xy 96.438408 115.649313) (xy 96.539526 115.505969) + (xy 96.610876 115.345714) (xy 96.64974 115.174653) (xy 96.652538 114.97429) (xy 96.618466 114.80221) (xy 96.551618 114.640026) + (xy 96.454542 114.493914) (xy 96.330935 114.369441) (xy 96.185504 114.271347) (xy 96.11569 114.242) (xy 97.917 114.242) + (xy 97.970043 114.236799) (xy 98.02314 114.232153) (xy 98.026051 114.231307) (xy 98.029073 114.231011) (xy 98.080123 114.215598) + (xy 98.13128 114.200736) (xy 98.133973 114.19934) (xy 98.136878 114.198463) (xy 98.183949 114.173435) (xy 98.231257 114.148913) + (xy 98.233627 114.147021) (xy 98.236307 114.145596) (xy 98.277605 114.111914) (xy 98.319265 114.078657) (xy 98.323492 114.074489) + (xy 98.323574 114.074422) (xy 98.323636 114.074347) (xy 98.325001 114.073001) (xy 99.28211 113.115891) (xy 99.815157 113.115891) + (xy 99.85132 113.312926) (xy 99.925065 113.499185) (xy 100.033583 113.667573) (xy 100.172742 113.811676) (xy 100.33724 113.926005) + (xy 100.520812 114.006205) (xy 100.716465 114.049222) (xy 100.916748 114.053418) (xy 101.114031 114.018631) (xy 101.3008 113.946188) + (xy 101.469941 113.838848) (xy 101.615012 113.700699) (xy 101.730487 113.537003) (xy 101.811967 113.353996) (xy 101.856349 113.158647) + (xy 101.859544 112.929837) (xy 101.820634 112.733325) (xy 101.744295 112.548114) (xy 101.633436 112.381258) (xy 101.492279 112.239112) + (xy 101.326201 112.127091) (xy 101.141527 112.049461) (xy 100.945293 112.00918) (xy 100.744971 112.007781) (xy 100.548193 112.045319) + (xy 100.362453 112.120363) (xy 100.194827 112.230054) (xy 100.051699 112.370215) (xy 99.938521 112.535507) (xy 99.859604 112.719635) + (xy 99.817954 112.915583) (xy 99.815157 113.115891) (xy 99.28211 113.115891) (xy 100.442001 111.956) (xy 107.456998 111.956) + ) + ) + (filled_polygon + (pts + (xy 96.765827 111.341054) (xy 96.622699 111.481215) (xy 96.509521 111.646507) (xy 96.430604 111.830635) (xy 96.388954 112.026583) + (xy 96.386157 112.226891) (xy 96.42232 112.423926) (xy 96.496065 112.610185) (xy 96.604583 112.778573) (xy 96.743742 112.922676) + (xy 96.90824 113.037005) (xy 97.024964 113.088) (xy 95.434909 113.088) (xy 95.442261 113.055639) (xy 95.446052 112.784157) + (xy 95.399885 112.550999) (xy 95.30931 112.331247) (xy 95.177777 112.133274) (xy 95.010296 111.96462) (xy 94.813246 111.831708) + (xy 94.594132 111.739601) (xy 94.361301 111.691808) (xy 94.123622 111.690148) (xy 93.890147 111.734686) (xy 93.669768 111.823725) + (xy 93.470882 111.953872) (xy 93.301062 112.120172) (xy 93.166778 112.31629) (xy 93.073143 112.534755) (xy 93.023726 112.767246) + (xy 93.020407 113.004908) (xy 93.063314 113.238689) (xy 93.150812 113.459683) (xy 93.279568 113.659474) (xy 93.444678 113.83045) + (xy 93.639853 113.9661) (xy 93.857659 114.061257) (xy 94.052063 114.104) (xy 92.754765 114.104) (xy 92.794493 114.077455) + (xy 92.868455 114.003493) (xy 92.926566 113.916523) (xy 92.966594 113.819887) (xy 92.987 113.717299) (xy 92.987 113.07625) + (xy 92.85425 112.9435) (xy 91.7345 112.9435) (xy 91.7345 112.9635) (xy 91.6535 112.9635) (xy 91.6535 112.9435) + (xy 90.53375 112.9435) (xy 90.401 113.07625) (xy 90.401 113.717299) (xy 90.421406 113.819887) (xy 90.461434 113.916523) + (xy 90.519545 114.003493) (xy 90.593507 114.077455) (xy 90.633235 114.104) (xy 90.409001 114.104) (xy 88.522248 112.217247) + (xy 88.524043 112.088701) (xy 90.401 112.088701) (xy 90.401 112.72975) (xy 90.53375 112.8625) (xy 91.6535 112.8625) + (xy 91.6535 111.74275) (xy 91.7345 111.74275) (xy 91.7345 112.8625) (xy 92.85425 112.8625) (xy 92.987 112.72975) + (xy 92.987 112.088701) (xy 92.966594 111.986113) (xy 92.926566 111.889477) (xy 92.868455 111.802507) (xy 92.794493 111.728545) + (xy 92.707523 111.670434) (xy 92.610887 111.630406) (xy 92.508299 111.61) (xy 91.86725 111.61) (xy 91.7345 111.74275) + (xy 91.6535 111.74275) (xy 91.52075 111.61) (xy 90.879701 111.61) (xy 90.777113 111.630406) (xy 90.680477 111.670434) + (xy 90.593507 111.728545) (xy 90.519545 111.802507) (xy 90.461434 111.889477) (xy 90.421406 111.986113) (xy 90.401 112.088701) + (xy 88.524043 112.088701) (xy 88.524538 112.05329) (xy 88.490466 111.88121) (xy 88.423618 111.719026) (xy 88.326542 111.572914) + (xy 88.202935 111.448441) (xy 88.057504 111.350347) (xy 87.98769 111.321) (xy 96.796473 111.321) + ) + ) + (filled_polygon + (pts + (xy 76.398418 111.364858) (xy 76.384276 111.379) (xy 76.398418 111.393142) (xy 76.341142 111.450418) (xy 76.327 111.436276) + (xy 76.312858 111.450418) (xy 76.255582 111.393142) (xy 76.269724 111.379) (xy 76.255582 111.364858) (xy 76.312858 111.307582) + (xy 76.327 111.321724) (xy 76.341142 111.307582) + ) + ) + (filled_polygon + (pts + (xy 80.057365 106.070633) (xy 80.032885 105.946999) (xy 79.94231 105.727247) (xy 79.810777 105.529274) (xy 79.643296 105.36062) + (xy 79.446246 105.227708) (xy 79.227132 105.135601) (xy 78.994301 105.087808) (xy 78.756622 105.086148) (xy 78.523147 105.130686) + (xy 78.302768 105.219725) (xy 78.103882 105.349872) (xy 77.934062 105.516172) (xy 77.799778 105.71229) (xy 77.706143 105.930755) + (xy 77.656726 106.163246) (xy 77.653407 106.400908) (xy 77.696314 106.634689) (xy 77.783812 106.855683) (xy 77.912568 107.055474) + (xy 78.077678 107.22645) (xy 78.272853 107.3621) (xy 78.490659 107.457257) (xy 78.7228 107.508297) (xy 78.960433 107.513275) + (xy 79.194508 107.472001) (xy 79.416108 107.386048) (xy 79.616792 107.25869) (xy 79.687 107.191832) (xy 79.687 107.94463) + (xy 79.643296 107.90062) (xy 79.446246 107.767708) (xy 79.227132 107.675601) (xy 78.994301 107.627808) (xy 78.756622 107.626148) + (xy 78.523147 107.670686) (xy 78.302768 107.759725) (xy 78.103882 107.889872) (xy 77.934062 108.056172) (xy 77.799778 108.25229) + (xy 77.706143 108.470755) (xy 77.656726 108.703246) (xy 77.653407 108.940908) (xy 77.696314 109.174689) (xy 77.783812 109.395683) + (xy 77.912568 109.595474) (xy 77.933352 109.616997) (xy 77.917744 109.625087) (xy 77.915376 109.626978) (xy 77.912693 109.628404) + (xy 77.871379 109.662099) (xy 77.829736 109.695342) (xy 77.825512 109.699508) (xy 77.825426 109.699578) (xy 77.82536 109.699658) + (xy 77.824 109.700999) (xy 77.188999 110.335999) (xy 77.155144 110.377215) (xy 77.12091 110.418014) (xy 77.11945 110.42067) + (xy 77.117522 110.423017) (xy 77.101301 110.453268) (xy 77.057547 110.304585) (xy 76.833902 110.182707) (xy 76.594774 110.108049) + (xy 76.814473 110.043341) (xy 77.040061 109.925098) (xy 77.057547 109.913415) (xy 77.122709 109.691985) (xy 76.327 108.896276) + (xy 76.312858 108.910418) (xy 76.255582 108.853142) (xy 76.269724 108.839) (xy 76.384276 108.839) (xy 77.179985 109.634709) + (xy 77.401415 109.569547) (xy 77.523293 109.345902) (xy 77.599199 109.102777) (xy 77.626214 108.849515) (xy 77.603301 108.595849) + (xy 77.531341 108.351527) (xy 77.413098 108.125939) (xy 77.401415 108.108453) (xy 77.179985 108.043291) (xy 76.384276 108.839) + (xy 76.269724 108.839) (xy 76.255582 108.824858) (xy 76.312858 108.767582) (xy 76.327 108.781724) (xy 77.122709 107.986015) + (xy 77.057547 107.764585) (xy 76.833902 107.642707) (xy 76.590777 107.566801) (xy 76.337515 107.539786) (xy 76.083849 107.562699) + (xy 75.839527 107.634659) (xy 75.613939 107.752902) (xy 75.596453 107.764585) (xy 75.531292 107.986013) (xy 75.507 107.961721) + (xy 75.507 107.504935) (xy 75.565 107.513177) (xy 77.089 107.513177) (xy 77.160661 107.507463) (xy 77.282205 107.469822) + (xy 77.388451 107.399811) (xy 77.470986 107.302972) (xy 77.523275 107.186974) (xy 77.541177 107.061) (xy 77.541177 105.537) + (xy 77.535463 105.465339) (xy 77.497822 105.343795) (xy 77.427811 105.237549) (xy 77.330972 105.155014) (xy 77.214974 105.102725) + (xy 77.089 105.084823) (xy 76.071178 105.084823) (xy 76.439001 104.717) (xy 81.410998 104.717) + ) + ) + (filled_polygon + (pts + (xy 128.242999 102.516) (xy 128.284186 102.549831) (xy 128.325014 102.58409) (xy 128.32767 102.58555) (xy 128.330017 102.587478) + (xy 128.377009 102.612675) (xy 128.423696 102.638341) (xy 128.426589 102.639259) (xy 128.429262 102.640692) (xy 128.48025 102.656281) + (xy 128.531035 102.672391) (xy 128.534046 102.672729) (xy 128.536951 102.673617) (xy 128.589982 102.679003) (xy 128.642944 102.684944) + (xy 128.64888 102.684985) (xy 128.648986 102.684996) (xy 128.649085 102.684987) (xy 128.651 102.685) (xy 130.953642 102.685) + (xy 130.932592 102.784034) (xy 130.930491 102.934534) (xy 130.952601 103.055) (xy 122.936 103.055) (xy 122.882957 103.060201) + (xy 122.82986 103.064847) (xy 122.826949 103.065693) (xy 122.823927 103.065989) (xy 122.772877 103.081402) (xy 122.72172 103.096264) + (xy 122.719027 103.09766) (xy 122.716122 103.098537) (xy 122.669051 103.123565) (xy 122.621743 103.148087) (xy 122.619373 103.149979) + (xy 122.616693 103.151404) (xy 122.575395 103.185086) (xy 122.533735 103.218343) (xy 122.529512 103.222508) (xy 122.529426 103.222578) + (xy 122.52936 103.222658) (xy 122.527999 103.224) (xy 122.442999 103.309) (xy 120.762001 103.309) (xy 120.296001 102.842999) + (xy 120.254785 102.809144) (xy 120.213986 102.77491) (xy 120.21133 102.77345) (xy 120.208983 102.771522) (xy 120.161956 102.746306) + (xy 120.115304 102.720659) (xy 120.112416 102.719743) (xy 120.109738 102.718307) (xy 120.058693 102.702701) (xy 120.007965 102.686609) + (xy 120.004955 102.686271) (xy 120.002049 102.685383) (xy 119.949018 102.679997) (xy 119.896056 102.674056) (xy 119.89012 102.674015) + (xy 119.890014 102.674004) (xy 119.889915 102.674013) (xy 119.888 102.674) (xy 117.217002 102.674) (xy 118.476001 101.415) + (xy 127.141998 101.415) + ) + ) + (filled_polygon + (pts + (xy 120.879699 97.765215) (xy 120.766521 97.930507) (xy 120.687604 98.114635) (xy 120.645954 98.310583) (xy 120.643157 98.510891) + (xy 120.67932 98.707926) (xy 120.753065 98.894185) (xy 120.861583 99.062573) (xy 121.000742 99.206676) (xy 121.16524 99.321005) + (xy 121.348812 99.401205) (xy 121.544465 99.444222) (xy 121.744748 99.448418) (xy 121.942031 99.413631) (xy 122.1288 99.341188) + (xy 122.297941 99.233848) (xy 122.443012 99.095699) (xy 122.558487 98.932003) (xy 122.639967 98.748996) (xy 122.684349 98.553647) + (xy 122.687544 98.324837) (xy 122.648634 98.128325) (xy 122.572295 97.943114) (xy 122.461436 97.776258) (xy 122.417486 97.732) + (xy 125.617998 97.732) (xy 127.638999 99.753) (xy 118.614002 99.753) (xy 120.635001 97.732) (xy 120.913617 97.732) + ) + ) + (filled_polygon + (pts + (xy 113.994778 97.83829) (xy 113.901143 98.056755) (xy 113.851726 98.289246) (xy 113.848407 98.526908) (xy 113.891314 98.760689) + (xy 113.978812 98.981683) (xy 113.984816 98.991) (xy 113.815 98.991) (xy 113.815 98.59825) (xy 113.68225 98.4655) + (xy 112.5625 98.4655) (xy 112.5625 98.4855) (xy 112.4815 98.4855) (xy 112.4815 98.4655) (xy 112.4615 98.4655) + (xy 112.4615 98.3845) (xy 112.4815 98.3845) (xy 112.4815 98.3645) (xy 112.5625 98.3645) (xy 112.5625 98.3845) + (xy 113.68225 98.3845) (xy 113.815 98.25175) (xy 113.815 97.732) (xy 114.067556 97.732) + ) + ) + (filled_polygon + (pts + (xy 113.994778 95.29829) (xy 113.901143 95.516755) (xy 113.851726 95.749246) (xy 113.848407 95.986908) (xy 113.891314 96.220689) + (xy 113.978812 96.441683) (xy 114.066662 96.578) (xy 113.815 96.578) (xy 113.815 96.05825) (xy 113.68225 95.9255) + (xy 112.5625 95.9255) (xy 112.5625 95.9455) (xy 112.4815 95.9455) (xy 112.4815 95.9255) (xy 111.36175 95.9255) + (xy 111.229 96.05825) (xy 111.229 96.651775) (xy 111.191743 96.671088) (xy 111.189376 96.672977) (xy 111.186693 96.674404) + (xy 111.145368 96.708109) (xy 111.103735 96.741343) (xy 111.099512 96.745508) (xy 111.099426 96.745578) (xy 111.09936 96.745658) + (xy 111.097999 96.747) (xy 111.067 96.777999) (xy 111.067 95.997002) (xy 111.290626 95.773376) (xy 111.36175 95.8445) + (xy 112.4815 95.8445) (xy 112.4815 95.8245) (xy 112.5625 95.8245) (xy 112.5625 95.8445) (xy 113.68225 95.8445) + (xy 113.815 95.71175) (xy 113.815 95.192) (xy 114.067556 95.192) + ) + ) + (filled_polygon + (pts + (xy 113.901143 92.976755) (xy 113.851726 93.209246) (xy 113.848407 93.446908) (xy 113.891314 93.680689) (xy 113.978812 93.901683) + (xy 114.066662 94.038) (xy 113.815 94.038) (xy 113.815 93.51825) (xy 113.68225 93.3855) (xy 112.5625 93.3855) + (xy 112.5625 93.4055) (xy 112.4815 93.4055) (xy 112.4815 93.3855) (xy 111.36175 93.3855) (xy 111.229 93.51825) + (xy 111.229 94.159299) (xy 111.236455 94.196777) (xy 111.230735 94.201343) (xy 111.226508 94.205511) (xy 111.226426 94.205578) + (xy 111.226364 94.205653) (xy 111.224999 94.206999) (xy 110.559 94.872998) (xy 110.559 93.711002) (xy 111.229 93.041001) + (xy 111.229 93.17175) (xy 111.36175 93.3045) (xy 112.4815 93.3045) (xy 112.4815 93.2845) (xy 112.5625 93.2845) + (xy 112.5625 93.3045) (xy 113.68225 93.3045) (xy 113.815 93.17175) (xy 113.815 92.779) (xy 113.985902 92.779) + ) + ) + (filled_polygon + (pts + (xy 130.293827 89.116054) (xy 130.150699 89.256215) (xy 130.037521 89.421507) (xy 129.958604 89.605635) (xy 129.916954 89.801583) + (xy 129.914157 90.001891) (xy 129.95032 90.198926) (xy 130.024065 90.385185) (xy 130.075907 90.465628) (xy 130.047014 90.499528) + (xy 129.994725 90.615526) (xy 129.976823 90.7415) (xy 129.976823 92.1385) (xy 129.982537 92.210161) (xy 130.020178 92.331705) + (xy 130.090189 92.437951) (xy 130.187028 92.520486) (xy 130.303026 92.572775) (xy 130.429 92.590677) (xy 131.318 92.590677) + (xy 131.389661 92.584963) (xy 131.511205 92.547322) (xy 131.617451 92.477311) (xy 131.699986 92.380472) (xy 131.730043 92.313794) + (xy 131.77507 92.42752) (xy 131.856605 92.554038) (xy 131.961161 92.662309) (xy 132.084756 92.74821) (xy 132.222682 92.808468) + (xy 132.369685 92.840789) (xy 132.520167 92.843941) (xy 132.668395 92.817804) (xy 132.808723 92.763375) (xy 132.935807 92.682725) + (xy 132.968071 92.652) (xy 134.115998 92.652) (xy 133.364998 93.403) (xy 132.588 93.403) (xy 132.535003 93.408196) + (xy 132.481861 93.412846) (xy 132.478946 93.413693) (xy 132.475927 93.413989) (xy 132.424893 93.429397) (xy 132.373721 93.444264) + (xy 132.371029 93.445659) (xy 132.368122 93.446537) (xy 132.321012 93.471586) (xy 132.273744 93.496087) (xy 132.271376 93.497978) + (xy 132.268693 93.499404) (xy 132.227379 93.533099) (xy 132.185736 93.566342) (xy 132.181512 93.570508) (xy 132.181426 93.570578) + (xy 132.18136 93.570658) (xy 132.18 93.571999) (xy 131.417999 94.333999) (xy 131.384144 94.375215) (xy 131.34991 94.416014) + (xy 131.34845 94.41867) (xy 131.346522 94.421017) (xy 131.321306 94.468044) (xy 131.295659 94.514696) (xy 131.294743 94.517584) + (xy 131.293307 94.520262) (xy 131.280594 94.561845) (xy 131.165054 94.513276) (xy 131.017614 94.483011) (xy 130.867103 94.48196) + (xy 130.719254 94.510164) (xy 130.5797 94.566547) (xy 130.492201 94.623805) (xy 130.478032 94.614248) (xy 130.461658 94.593736) + (xy 130.457492 94.589512) (xy 130.457422 94.589426) (xy 130.457342 94.58936) (xy 130.456001 94.588) (xy 128.537502 92.6695) + (xy 128.79525 92.6695) (xy 128.928 92.53675) (xy 128.928 91.4805) (xy 129.009 91.4805) (xy 129.009 92.53675) + (xy 129.14175 92.6695) (xy 129.465299 92.6695) (xy 129.567887 92.649094) (xy 129.664523 92.609066) (xy 129.751493 92.550955) + (xy 129.825455 92.476993) (xy 129.883566 92.390023) (xy 129.923594 92.293387) (xy 129.944 92.190799) (xy 129.944 91.61325) + (xy 129.81125 91.4805) (xy 129.009 91.4805) (xy 128.928 91.4805) (xy 128.12575 91.4805) (xy 127.993 91.61325) + (xy 127.993 92.124998) (xy 126.646001 90.777999) (xy 126.604785 90.744144) (xy 126.563986 90.70991) (xy 126.56133 90.70845) + (xy 126.558983 90.706522) (xy 126.52668 90.689201) (xy 127.993 90.689201) (xy 127.993 91.26675) (xy 128.12575 91.3995) + (xy 128.928 91.3995) (xy 128.928 90.34325) (xy 129.009 90.34325) (xy 129.009 91.3995) (xy 129.81125 91.3995) + (xy 129.944 91.26675) (xy 129.944 90.689201) (xy 129.923594 90.586613) (xy 129.883566 90.489977) (xy 129.825455 90.403007) + (xy 129.751493 90.329045) (xy 129.664523 90.270934) (xy 129.567887 90.230906) (xy 129.465299 90.2105) (xy 129.14175 90.2105) + (xy 129.009 90.34325) (xy 128.928 90.34325) (xy 128.79525 90.2105) (xy 128.471701 90.2105) (xy 128.369113 90.230906) + (xy 128.272477 90.270934) (xy 128.185507 90.329045) (xy 128.111545 90.403007) (xy 128.053434 90.489977) (xy 128.013406 90.586613) + (xy 127.993 90.689201) (xy 126.52668 90.689201) (xy 126.511956 90.681306) (xy 126.465304 90.655659) (xy 126.462416 90.654743) + (xy 126.459738 90.653307) (xy 126.408693 90.637701) (xy 126.357965 90.621609) (xy 126.354955 90.621271) (xy 126.352049 90.620383) + (xy 126.299018 90.614997) (xy 126.246056 90.609056) (xy 126.24012 90.609015) (xy 126.240014 90.609004) (xy 126.239915 90.609013) + (xy 126.238 90.609) (xy 123.631443 90.609) (xy 123.717526 90.486969) (xy 123.788876 90.326714) (xy 123.82774 90.155653) + (xy 123.830538 89.95529) (xy 123.796466 89.78321) (xy 123.774946 89.731) (xy 126.873 89.731) (xy 126.926043 89.725799) + (xy 126.97914 89.721153) (xy 126.982051 89.720307) (xy 126.985073 89.720011) (xy 127.036123 89.704598) (xy 127.08728 89.689736) + (xy 127.089973 89.68834) (xy 127.092878 89.687463) (xy 127.139949 89.662435) (xy 127.187257 89.637913) (xy 127.189627 89.636021) + (xy 127.192307 89.634596) (xy 127.233605 89.600914) (xy 127.275265 89.567657) (xy 127.279492 89.563489) (xy 127.279574 89.563422) + (xy 127.279636 89.563347) (xy 127.281001 89.562001) (xy 127.747001 89.096) (xy 130.324473 89.096) + ) + ) + (filled_polygon + (pts + (xy 134.869592 88.560034) (xy 134.867491 88.710534) (xy 134.894662 88.858575) (xy 134.95007 88.99852) (xy 135.031605 89.125038) + (xy 135.059 89.153406) (xy 135.059 89.154) (xy 135.062261 89.187254) (xy 135.062864 89.220668) (xy 135.067743 89.243168) + (xy 135.069989 89.266073) (xy 135.079647 89.298061) (xy 135.086729 89.330721) (xy 135.095883 89.35184) (xy 135.102537 89.373878) + (xy 135.118227 89.403387) (xy 135.131515 89.434042) (xy 135.144595 89.452978) (xy 135.155404 89.473307) (xy 135.176527 89.499206) + (xy 135.195517 89.526698) (xy 135.21203 89.542736) (xy 135.226578 89.560574) (xy 135.252326 89.581874) (xy 135.276297 89.605157) + (xy 135.29561 89.617682) (xy 135.313346 89.632355) (xy 135.342736 89.648246) (xy 135.370777 89.666432) (xy 135.377958 89.670084) + (xy 135.885958 89.924084) (xy 135.901814 89.930159) (xy 135.916696 89.938341) (xy 135.954289 89.950266) (xy 135.991113 89.964376) + (xy 136.007848 89.967256) (xy 136.024035 89.972391) (xy 136.032642 89.973356) (xy 134.507998 91.498) (xy 132.969701 91.498) + (xy 132.95259 91.480769) (xy 132.845152 91.408302) (xy 132.847533 91.237743) (xy 132.818298 91.090095) (xy 132.760942 90.950937) + (xy 132.677648 90.82557) (xy 132.657 90.804777) (xy 132.657 89.535) (xy 132.651799 89.481957) (xy 132.647153 89.42886) + (xy 132.646307 89.425949) (xy 132.646011 89.422927) (xy 132.630598 89.371877) (xy 132.615736 89.32072) (xy 132.61434 89.318027) + (xy 132.613463 89.315122) (xy 132.588434 89.268049) (xy 132.563913 89.220743) (xy 132.562021 89.218373) (xy 132.560596 89.215693) + (xy 132.526914 89.174395) (xy 132.493657 89.132735) (xy 132.489489 89.128508) (xy 132.489422 89.128426) (xy 132.489347 89.128364) + (xy 132.488001 89.126999) (xy 131.822002 88.461) (xy 134.890642 88.461) + ) + ) + (filled_polygon + (pts + (xy 149.728458 88.822459) (xy 149.726324 88.975212) (xy 149.757991 89.147751) (xy 149.822568 89.310852) (xy 149.840708 89.339) + (xy 140.712002 89.339) (xy 141.336001 88.715) (xy 149.620998 88.715) + ) + ) + (filled_polygon + (pts + (xy 176.220418 87.234858) (xy 176.206276 87.249) (xy 176.956838 87.999562) (xy 177.171767 87.942023) (xy 177.287317 87.729175) + (xy 177.359122 87.497874) (xy 177.359193 87.497195) (xy 177.5405 87.678502) (xy 177.5405 87.757) (xy 177.543598 87.788596) + (xy 177.541592 87.798034) (xy 177.539491 87.948534) (xy 177.566662 88.096575) (xy 177.606027 88.196) (xy 176.862307 88.196) + (xy 176.899562 88.056838) (xy 176.149 87.306276) (xy 176.134858 87.320418) (xy 176.077582 87.263142) (xy 176.091724 87.249) + (xy 176.077582 87.234858) (xy 176.134858 87.177582) (xy 176.149 87.191724) (xy 176.163142 87.177582) + ) + ) + (filled_polygon + (pts + (xy 168.600418 87.234858) (xy 168.586276 87.249) (xy 168.600418 87.263142) (xy 168.543142 87.320418) (xy 168.529 87.306276) + (xy 168.514858 87.320418) (xy 168.457582 87.263142) (xy 168.471724 87.249) (xy 168.457582 87.234858) (xy 168.514858 87.177582) + (xy 168.529 87.191724) (xy 168.543142 87.177582) + ) + ) + ) +) diff --git a/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.net b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.net new file mode 100644 index 0000000..aaa4a1c --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.net @@ -0,0 +1,2772 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch) + (date "27/08/2014 18:26:26") + (tool "Eeschema (2014-08-25 BZR 5096)-product")) + (components + (comp (ref U1) + (value MCF5213-LQFP100) + (footprint lib_smd:VQFP100) + (libsource (lib motorola) (part MCF5213-LQFP100)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161C39)) + (comp (ref C18) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238286)) + (comp (ref GND1) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 465FE6C5)) + (comp (ref U2) + (value 74AHC1G14) + (footprint lib_smd:SOT353) + (libsource (lib 74xx) (part 74AHC1G14)) + (sheetpath (names /) (tstamps /)) + (tstamp 46554FB5)) + (comp (ref CT1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /) (tstamps /)) + (tstamp 46545507)) + (comp (ref RST_SW1) + (value SW_PUSH) + (footprint discret:SW_PUSH_SMALL) + (libsource (lib device) (part SW_PUSH)) + (sheetpath (names /) (tstamps /)) + (tstamp 465451D4)) + (comp (ref Y1) + (value 8MHz) + (footprint discret:HC-18UH) + (libsource (lib device) (part CRYSTAL)) + (sheetpath (names /) (tstamps /)) + (tstamp 462389C7)) + (comp (ref C2) + (value 10pF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 462389C0)) + (comp (ref C1) + (value 10pF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 462389BC)) + (comp (ref R1) + (value 1M) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 462389B6)) + (comp (ref ALLPST1) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238965)) + (comp (ref RED1) + (value LED_RESET1) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238597)) + (comp (ref R22) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4623857F)) + (comp (ref R21) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238545)) + (comp (ref Q1) + (value 3906) + (footprint lib_smd:SOT23EBC) + (libsource (lib device) (part PNP)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238519)) + (comp (ref R15) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4623847B)) + (comp (ref D3) + (value BAT54) + (footprint lib_smd:ST23AK#1) + (libsource (lib device) (part DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 4623846D)) + (comp (ref C3) + (value 1nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238468)) + (comp (ref LV1) + (value DS1818) + (footprint discret:TO92-INVERT) + (libsource (lib special) (part MC34064P)) + (sheetpath (names /) (tstamps /)) + (tstamp 462383E5)) + (comp (ref C16) + (value 10uF) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 462382CE)) + (comp (ref FB1) + (value BEAD) + (footprint lib_smd:SM1206) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /) (tstamps /)) + (tstamp 462380B8)) + (comp (ref L1) + (value 10uH) + (footprint lib_smd:SM1206) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238092)) + (comp (ref VDDA1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /) (tstamps /)) + (tstamp 46238079)) + (comp (ref D1) + (value BAT54) + (footprint lib_smd:ST23AK#1) + (libsource (lib device) (part DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237F86)) + (comp (ref ABRT_SW1) + (value SW_PUSH) + (footprint discret:SW_PUSH_SMALL) + (libsource (lib device) (part SW_PUSH)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237F50)) + (comp (ref LEDABRT1) + (value RED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237E52)) + (comp (ref R14) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237E3D)) + (comp (ref C15) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237E36)) + (comp (ref R12) + (value 20K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237E2F)) + (comp (ref R7) + (value 1K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237E28)) + (comp (ref C14) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46237DF9)) + (comp (ref R45) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE50C)) + (comp (ref C20) + (value 1nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE364)) + (comp (ref C21) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE35C)) + (comp (ref L2) + (value 10uH) + (footprint lib_smd:SM1206) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE327)) + (comp (ref R9) + (value 0) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE230)) + (comp (ref R13) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE054)) + (comp (ref R11) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE051)) + (comp (ref R10) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE04B)) + (comp (ref R8) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE047)) + (comp (ref R6) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE046)) + (comp (ref R5) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE041)) + (comp (ref R4) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BE039)) + (comp (ref TA-1) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BBA34)) + (comp (ref R26) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB8C0)) + (comp (ref CLKOUT1) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB894)) + (comp (ref R20) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB799)) + (comp (ref R19) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB798)) + (comp (ref R18) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB795)) + (comp (ref R17) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB790)) + (comp (ref R46) + (value 22) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB742)) + (comp (ref R2) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB661)) + (comp (ref R25) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB65F)) + (comp (ref CLK1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB648)) + (comp (ref CLK0) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB62E)) + (comp (ref C6) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BB5E5)) + (comp (ref R16) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BAF5C)) + (comp (ref BDM_EN1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BAF4F)) + (comp (ref BDM_PORT1) + (value CONN_13X2) + (footprint pin_array:pin_array_13x2) + (libsource (lib conn) (part CONN_13X2)) + (sheetpath (names /) (tstamps /)) + (tstamp 461BAEE7)) + (comp (ref C17) + (value 100uF) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161D3C)) + (comp (ref C12) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CDA)) + (comp (ref C11) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CD9)) + (comp (ref C10) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CD8)) + (comp (ref C9) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CD7)) + (comp (ref C8) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CD4)) + (comp (ref C7) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CD3)) + (comp (ref C5) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CB8)) + (comp (ref C4) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 46161CB5)) + (comp (ref VR1) + (value LT1129_QPACK) + (footprint lib_smd:DPAK5) + (libsource (lib regul) (part LT1129_QPACK)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46603376)) + (comp (ref C26) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46546CA6)) + (comp (ref RCAN1) + (value R) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4654018B)) + (comp (ref RCAN2) + (value R) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46540184)) + (comp (ref R38) + (value 62) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46540164)) + (comp (ref CAN_TERM1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46540159)) + (comp (ref RS1) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4654007F)) + (comp (ref R36) + (value 1K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46540063)) + (comp (ref VREF1) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4654003D)) + (comp (ref C34) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4653FFFE)) + (comp (ref U7) + (value PCA82C251) + (footprint lib_smd:SO8E) + (libsource (lib kit-dev-coldfire-xilinx_5213-cache) (part PCA82C251)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4653FF97)) + (comp (ref TB1) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib conn) (part CONN_2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46530806)) + (comp (ref J1) + (value JACK_2P) + (footprint connect:JACK_ALIM) + (libsource (lib device) (part JACK_2P)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 465307C6)) + (comp (ref SW_ONOFF1) + (value SWITCH_INV) + (footprint discret:SW_SPDT) + (libsource (lib device) (part SWITCH_INV)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46530763)) + (comp (ref F1) + (value FUSE) + (footprint lib_smd:FSUPCMS) + (libsource (lib device) (part FUSE)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46530747)) + (comp (ref C41) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 465306F6)) + (comp (ref D7) + (value 1N4004) + (footprint discret:D5) + (libsource (lib device) (part DIODE)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 465306C8)) + (comp (ref C38) + (value 10uF) + (footprint discret:C2V8) + (libsource (lib device) (part CP)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 465306B1)) + (comp (ref LED5) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46530639)) + (comp (ref R53) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 46530638)) + (comp (ref C40) + (value 220uF) + (footprint discret:C2V8) + (libsource (lib device) (part CP)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 465305FE)) + (comp (ref SW2) + (value SW_PUSH) + (footprint discret:SW_PUSH_SMALL) + (libsource (lib device) (part SW_PUSH)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652DDE7)) + (comp (ref SW1) + (value SW_PUSH) + (footprint discret:SW_PUSH_SMALL) + (libsource (lib device) (part SW_PUSH)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652DDDF)) + (comp (ref CAN_EN1) + (value CONN_2X2) + (footprint pin_array:PIN_ARRAY_2X2) + (libsource (lib conn) (part CONN_2X2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BFF1)) + (comp (ref R47) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BF65)) + (comp (ref R48) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BF62)) + (comp (ref R49) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BF5C)) + (comp (ref R50) + (value 4,7K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BF48)) + (comp (ref PULUPEN1) + (value CONN_4X2) + (footprint pin_array:pin_array_4x2) + (libsource (lib conn) (part CONN_4X2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BF26)) + (comp (ref COM_SEL1) + (value CONN_3) + (footprint pin_array:PIN_ARRAY_3X1) + (libsource (lib conn) (part CONN_3)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BADD)) + (comp (ref COM_SEL2) + (value CONN_3) + (footprint pin_array:PIN_ARRAY_3X1) + (libsource (lib conn) (part CONN_3)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BAD4)) + (comp (ref COM_SEL3) + (value CONN_3) + (footprint pin_array:PIN_ARRAY_3X1) + (libsource (lib conn) (part CONN_3)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652BA65)) + (comp (ref R30) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B9D5)) + (comp (ref R35) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B9CC)) + (comp (ref R23) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B5F4)) + (comp (ref C45) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4DC)) + (comp (ref C46) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D9)) + (comp (ref C36) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D8)) + (comp (ref C44) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D7)) + (comp (ref C35) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D6)) + (comp (ref UART_EN2) + (value CONN_4X2) + (footprint pin_array:pin_array_4x2) + (libsource (lib conn) (part CONN_4X2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D5)) + (comp (ref UARTCAN2) + (value DB9) + (footprint connect:DB9FC) + (libsource (lib conn) (part DB9)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D4)) + (comp (ref U8) + (value MAX202) + (footprint lib_smd:SO16E) + (libsource (lib special) (part MAX202)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4D3)) + (comp (ref C33) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4CA)) + (comp (ref C28) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C7)) + (comp (ref C32) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C6)) + (comp (ref C31) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C5)) + (comp (ref C30) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C4)) + (comp (ref UART_EN1) + (value CONN_4X2) + (footprint pin_array:pin_array_4x2) + (libsource (lib conn) (part CONN_4X2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C3)) + (comp (ref UARTCAN1) + (value DB9) + (footprint connect:DB9FC) + (libsource (lib conn) (part DB9)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C2)) + (comp (ref U5) + (value MAX202) + (footprint lib_smd:SO16E) + (libsource (lib special) (part MAX202)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B4C1)) + (comp (ref C27) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B486)) + (comp (ref C22) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B365)) + (comp (ref C25) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B35B)) + (comp (ref C24) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B354)) + (comp (ref C23) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B33B)) + (comp (ref UART_EN0) + (value CONN_4X2) + (footprint pin_array:pin_array_4x2) + (libsource (lib conn) (part CONN_4X2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B289)) + (comp (ref UARTCAN0) + (value DB9) + (footprint connect:DB9FC) + (libsource (lib conn) (part DB9)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B26D)) + (comp (ref U3) + (value MAX202) + (footprint lib_smd:SO16E) + (libsource (lib special) (part MAX202)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B22B)) + (comp (ref R34) + (value 10K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B111)) + (comp (ref LED_EN1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B108)) + (comp (ref LED4) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B0BC)) + (comp (ref LED3) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B0BB)) + (comp (ref LED2) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B0B7)) + (comp (ref LED1) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B0AE)) + (comp (ref R33) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B06A)) + (comp (ref R32) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B069)) + (comp (ref R31) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B067)) + (comp (ref R28) + (value 270) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B061)) + (comp (ref U4) + (value 74HC125) + (footprint lib_smd:SO14E) + (libsource (lib 74xx) (part 74LS125)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652B03E)) + (comp (ref C43) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652A9D3)) + (comp (ref VX_EN1) + (value JUMPER) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib device) (part JUMPER)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652A9C4)) + (comp (ref MCU_PORT1) + (value CONN_30X2) + (footprint pin_array:PIN_ARRAY_30X2) + (libsource (lib conn) (part CONN_30X2)) + (sheetpath (names /inout_user/) (tstamps /47D80202/)) + (tstamp 4652A4FB)) + (comp (ref R64) + (value 3,3) + (footprint discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 4791D59D)) + (comp (ref P3) + (value CONN_2X2) + (footprint pin_array:PIN_ARRAY_2X2) + (libsource (lib conn) (part CONN_2X2)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76EB2)) + (comp (ref U9) + (value XCR3256-TQ144) + (footprint lib_smd:TQFP144) + (libsource (lib xilinx) (part XCR3256-TQ144)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 470F38BE)) + (comp (ref P4) + (value CONN_20X2) + (footprint pin_array:PIN_ARRAY_20X2) + (libsource (lib conn) (part CONN_20X2)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46ADE55A)) + (comp (ref R57) + (value 4K7) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BCA)) + (comp (ref D8) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BC4)) + (comp (ref R62) + (value 1K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BC3)) + (comp (ref C61) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BBC)) + (comp (ref C60) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BBB)) + (comp (ref C59) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BBA)) + (comp (ref C54) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BB5)) + (comp (ref C53) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BB4)) + (comp (ref C52) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BB3)) + (comp (ref C51) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BB2)) + (comp (ref C58) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BB1)) + (comp (ref C57) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BB0)) + (comp (ref C56) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BAF)) + (comp (ref C55) + (value 100nF) + (footprint lib_smd:SM0805) + (libsource (lib device) (part C)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BAE)) + (comp (ref D9) + (value LED) + (footprint lib_smd:SM1206POL) + (libsource (lib device) (part LED)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BA8)) + (comp (ref R63) + (value 1K) + (footprint lib_smd:SM0805) + (libsource (lib device) (part R)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BA7)) + (comp (ref P1) + (value CONN_6) + (footprint pin_array:PIN_ARRAY-6X1) + (libsource (lib conn) (part CONN_6)) + (sheetpath (names /xilinx/) (tstamps /47D80204/)) + (tstamp 46A76BA6))) + (libparts + (libpart (lib device) (part C) + (description "Condensateur non polarise") + (footprints + (fp SM*) + (fp C?) + (fp C1-1)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CP) + (aliases + (alias CAPAPOL)) + (description "Condensateur polarise") + (footprints + (fp CP*) + (fp SM*)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CRYSTAL) + (fields + (field (name Reference) X) + (field (name Value) CRYSTAL)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part DIODE) + (description "Diode simple") + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODE)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part FUSE) + (fields + (field (name Reference) F) + (field (name Value) FUSE)) + (pins + (pin (num 1) (name ~) (type input)) + (pin (num 2) (name ~) (type input)))) + (libpart (lib device) (part INDUCTOR) + (fields + (field (name Reference) L) + (field (name Value) INDUCTOR)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part JACK_2P) + (fields + (field (name Reference) J) + (field (name Value) JACK_2P)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)) + (pin (num 3) (name ~) (type passive)))) + (libpart (lib device) (part JUMPER) + (fields + (field (name Reference) JP) + (field (name Value) JUMPER)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part LED) + (footprints + (fp LED-3MM) + (fp LED-5MM) + (fp LED-10MM) + (fp LED-0603) + (fp LED-0805) + (fp LED-1206) + (fp LEDV)) + (fields + (field (name Reference) D) + (field (name Value) LED)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part PNP) + (docs transistors/bipolar/*.*) + (fields + (field (name Reference) Q) + (field (name Value) PNP)) + (pins + (pin (num 1) (name E) (type passive)) + (pin (num 2) (name B) (type input)) + (pin (num 3) (name C) (type passive)))) + (libpart (lib device) (part R) + (description Resistance) + (footprints + (fp R?) + (fp SM0603) + (fp SM0805) + (fp R?-*) + (fp SM1206)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part SW_PUSH) + (description "Push Button") + (fields + (field (name Reference) SW) + (field (name Value) SW_PUSH)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part SWITCH_INV) + (description "Switch inverseur") + (fields + (field (name Reference) SW) + (field (name Value) SWITCH_INV)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)))) + (libpart (lib conn) (part CONN_1) + (description "1 pin") + (fields + (field (name Reference) P) + (field (name Value) CONN_1)) + (pins + (pin (num 1) (name 1) (type passive)))) + (libpart (lib conn) (part CONN_13X2) + (fields + (field (name Reference) P) + (field (name Value) CONN_13X2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name P2) (type passive)) + (pin (num 3) (name P3) (type passive)) + (pin (num 4) (name P4) (type passive)) + (pin (num 5) (name P5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)) + (pin (num 10) (name P10) (type passive)) + (pin (num 11) (name P11) (type passive)) + (pin (num 12) (name P12) (type passive)) + (pin (num 13) (name P13) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P20) (type passive)) + (pin (num 25) (name P24) (type passive)) + (pin (num 26) (name P22) (type passive)))) + (libpart (lib conn) (part CONN_2) + (description "Symbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib conn) (part CONN_20X2) + (fields + (field (name Reference) P) + (field (name Value) CONN_20X2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name P2) (type passive)) + (pin (num 3) (name P3) (type passive)) + (pin (num 4) (name P4) (type passive)) + (pin (num 5) (name P5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)) + (pin (num 10) (name P10) (type passive)) + (pin (num 11) (name P11) (type passive)) + (pin (num 12) (name P12) (type passive)) + (pin (num 13) (name P13) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P24) (type passive)) + (pin (num 25) (name ~) (type passive)) + (pin (num 26) (name P26) (type passive)) + (pin (num 27) (name P27) (type passive)) + (pin (num 28) (name P28) (type passive)) + (pin (num 29) (name P29) (type passive)) + (pin (num 30) (name P30) (type passive)) + (pin (num 31) (name P31) (type passive)) + (pin (num 32) (name P32) (type passive)) + (pin (num 33) (name P33) (type passive)) + (pin (num 34) (name P34) (type passive)) + (pin (num 35) (name P35) (type passive)) + (pin (num 36) (name P36) (type passive)) + (pin (num 37) (name P37) (type passive)) + (pin (num 38) (name P38) (type passive)) + (pin (num 39) (name P39) (type passive)) + (pin (num 40) (name P40) (type passive)))) + (libpart (lib conn) (part CONN_2X2) + (description "Symbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_2X2)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)))) + (libpart (lib conn) (part CONN_3) + (description "Symbole general de connecteur") + (fields + (field (name Reference) K) + (field (name Value) CONN_3)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)) + (pin (num 3) (name P3) (type passive)))) + (libpart (lib conn) (part CONN_30X2) + (fields + (field (name Reference) P) + (field (name Value) CONN_30X2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name P2) (type passive)) + (pin (num 3) (name P3) (type passive)) + (pin (num 4) (name P4) (type passive)) + (pin (num 5) (name P5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)) + (pin (num 10) (name P10) (type passive)) + (pin (num 11) (name P11) (type passive)) + (pin (num 12) (name P12) (type passive)) + (pin (num 13) (name P13) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P24) (type passive)) + (pin (num 25) (name ~) (type passive)) + (pin (num 26) (name P26) (type passive)) + (pin (num 27) (name P27) (type passive)) + (pin (num 28) (name P28) (type passive)) + (pin (num 29) (name P29) (type passive)) + (pin (num 30) (name P30) (type passive)) + (pin (num 31) (name P31) (type passive)) + (pin (num 32) (name P32) (type passive)) + (pin (num 33) (name P33) (type passive)) + (pin (num 34) (name P34) (type passive)) + (pin (num 35) (name P35) (type passive)) + (pin (num 36) (name P36) (type passive)) + (pin (num 37) (name P37) (type passive)) + (pin (num 38) (name P38) (type passive)) + (pin (num 39) (name P39) (type passive)) + (pin (num 40) (name P40) (type passive)) + (pin (num 41) (name P41) (type passive)) + (pin (num 42) (name P42) (type passive)) + (pin (num 43) (name P43) (type passive)) + (pin (num 44) (name P44) (type passive)) + (pin (num 45) (name P45) (type passive)) + (pin (num 46) (name P46) (type passive)) + (pin (num 47) (name P47) (type passive)) + (pin (num 48) (name P48) (type passive)) + (pin (num 49) (name P49) (type passive)) + (pin (num 50) (name P50) (type passive)) + (pin (num 51) (name P51) (type passive)) + (pin (num 52) (name P52) (type passive)) + (pin (num 53) (name P53) (type passive)) + (pin (num 54) (name P54) (type passive)) + (pin (num 55) (name P55) (type passive)) + (pin (num 56) (name P56) (type passive)) + (pin (num 57) (name P57) (type passive)) + (pin (num 58) (name P58) (type passive)) + (pin (num 59) (name P59) (type passive)) + (pin (num 60) (name P60) (type passive)))) + (libpart (lib conn) (part CONN_4X2) + (description "Symbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_4X2)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)))) + (libpart (lib conn) (part CONN_6) + (description "ymbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_6)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)))) + (libpart (lib conn) (part DB9) + (footprints + (fp DB9*)) + (fields + (field (name Reference) J) + (field (name Value) DB9)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)))) + (libpart (lib regul) (part LT1129_QPACK) + (aliases + (alias LT_1129_QP)) + (description "LowDrop Linear Regulator (QPACK 5 pins)") + (docs linear-tec/lt1129.pdf) + (fields + (field (name Reference) U) + (field (name Value) LT1129_QPACK)) + (pins + (pin (num 1) (name OUT) (type power_out)) + (pin (num 2) (name SENSE) (type input)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name SHDN) (type input)) + (pin (num 5) (name IN) (type input)))) + (libpart (lib 74xx) (part 74AHC1G14) + (description "inverting buffer with Schmitt trigger.") + (docs 74xx/74ahc_ahct1g14.pdf) + (fields + (field (name Reference) U) + (field (name Value) 74AHC1G14)) + (pins + (pin (num 2) (name ~) (type input)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name ~) (type output)) + (pin (num 5) (name VCC) (type power_in)))) + (libpart (lib 74xx) (part 74LS125) + (description "Quad buffer 3 State out") + (fields + (field (name Reference) U) + (field (name Value) 74LS125)) + (pins + (pin (num 1) (name E) (type input)) + (pin (num 2) (name D) (type input)) + (pin (num 3) (name O) (type 3state)) + (pin (num 4) (name E) (type input)) + (pin (num 5) (name D) (type input)) + (pin (num 6) (name O) (type 3state)) + (pin (num 7) (name GND) (type power_in)) + (pin (num 8) (name O) (type 3state)) + (pin (num 9) (name D) (type input)) + (pin (num 10) (name E) (type input)) + (pin (num 11) (name O) (type 3state)) + (pin (num 12) (name D) (type input)) + (pin (num 13) (name E) (type input)) + (pin (num 14) (name VCC) (type power_in)))) + (libpart (lib xilinx) (part XCR3256-TQ144) + (fields + (field (name Reference) U) + (field (name Value) XCR3256-TQ144)) + (pins + (pin (num 1) (name I1) (type passive)) + (pin (num 2) (name I0) (type passive)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name J0/TDI) (type passive)) + (pin (num 5) (name J2) (type passive)) + (pin (num 6) (name J3) (type passive)) + (pin (num 7) (name J4) (type passive)) + (pin (num 8) (name J11) (type passive)) + (pin (num 9) (name J13) (type passive)) + (pin (num 10) (name J14) (type passive)) + (pin (num 11) (name J15) (type passive)) + (pin (num 12) (name L2) (type passive)) + (pin (num 13) (name PORT_EN) (type passive)) + (pin (num 14) (name L3) (type passive)) + (pin (num 15) (name L4) (type passive)) + (pin (num 16) (name L11) (type passive)) + (pin (num 17) (name GND) (type power_in)) + (pin (num 18) (name L13) (type passive)) + (pin (num 19) (name L14) (type passive)) + (pin (num 20) (name N0/TMS) (type passive)) + (pin (num 21) (name N2) (type passive)) + (pin (num 22) (name N3) (type passive)) + (pin (num 23) (name N4) (type passive)) + (pin (num 24) (name VCC) (type power_in)) + (pin (num 25) (name N11) (type passive)) + (pin (num 26) (name N13) (type passive)) + (pin (num 27) (name N14) (type passive)) + (pin (num 28) (name N15) (type passive)) + (pin (num 29) (name P2) (type passive)) + (pin (num 30) (name P3) (type passive)) + (pin (num 31) (name P4) (type passive)) + (pin (num 32) (name P11) (type passive)) + (pin (num 33) (name GND) (type power_in)) + (pin (num 34) (name P13) (type passive)) + (pin (num 35) (name P14) (type passive)) + (pin (num 36) (name P15) (type passive)) + (pin (num 37) (name O15) (type passive)) + (pin (num 38) (name O13) (type passive)) + (pin (num 39) (name O12) (type passive)) + (pin (num 40) (name O4) (type passive)) + (pin (num 41) (name O3) (type passive)) + (pin (num 42) (name O2) (type passive)) + (pin (num 43) (name O1) (type passive)) + (pin (num 44) (name O0) (type passive)) + (pin (num 45) (name M15) (type passive)) + (pin (num 46) (name M13) (type passive)) + (pin (num 47) (name M12) (type passive)) + (pin (num 48) (name M11) (type passive)) + (pin (num 49) (name M4) (type passive)) + (pin (num 50) (name VCC) (type power_in)) + (pin (num 51) (name VCC) (type power_in)) + (pin (num 52) (name GND) (type power_in)) + (pin (num 53) (name M2) (type passive)) + (pin (num 54) (name M1) (type passive)) + (pin (num 55) (name F1) (type passive)) + (pin (num 56) (name F2) (type passive)) + (pin (num 57) (name GND) (type power_in)) + (pin (num 58) (name VCC) (type power_in)) + (pin (num 59) (name GND) (type power_in)) + (pin (num 60) (name F4) (type passive)) + (pin (num 61) (name F11) (type passive)) + (pin (num 62) (name F12) (type passive)) + (pin (num 63) (name F13) (type passive)) + (pin (num 64) (name GND) (type power_in)) + (pin (num 65) (name F15) (type passive)) + (pin (num 66) (name H0) (type passive)) + (pin (num 67) (name H1) (type passive)) + (pin (num 68) (name H2) (type passive)) + (pin (num 69) (name H3) (type passive)) + (pin (num 70) (name H11) (type passive)) + (pin (num 71) (name H13) (type passive)) + (pin (num 72) (name H15) (type passive)) + (pin (num 73) (name VCC) (type power_in)) + (pin (num 74) (name G14) (type passive)) + (pin (num 75) (name G13) (type passive)) + (pin (num 76) (name VCC) (type power_in)) + (pin (num 77) (name G11) (type passive)) + (pin (num 78) (name G4) (type passive)) + (pin (num 79) (name G3) (type passive)) + (pin (num 80) (name G2) (type passive)) + (pin (num 81) (name G0) (type input)) + (pin (num 82) (name E14) (type passive)) + (pin (num 83) (name E13) (type passive)) + (pin (num 84) (name E11) (type passive)) + (pin (num 85) (name GND) (type power_in)) + (pin (num 86) (name E4) (type passive)) + (pin (num 87) (name E3) (type passive)) + (pin (num 88) (name E2) (type passive)) + (pin (num 89) (name E0/TCK) (type passive)) + (pin (num 90) (name C14) (type passive)) + (pin (num 91) (name C13) (type passive)) + (pin (num 92) (name C11) (type passive)) + (pin (num 93) (name C4) (type passive)) + (pin (num 94) (name C3) (type passive)) + (pin (num 95) (name VCC) (type power_in)) + (pin (num 96) (name C2) (type passive)) + (pin (num 97) (name C1) (type passive)) + (pin (num 98) (name C0) (type passive)) + (pin (num 99) (name A13) (type passive)) + (pin (num 100) (name A12) (type passive)) + (pin (num 101) (name A11) (type passive)) + (pin (num 102) (name A4) (type passive)) + (pin (num 103) (name A3) (type passive)) + (pin (num 104) (name A2/TDO) (type passive)) + (pin (num 105) (name GND) (type power_in)) + (pin (num 106) (name A0) (type passive)) + (pin (num 107) (name B0) (type passive)) + (pin (num 108) (name B1) (type passive)) + (pin (num 109) (name B4) (type passive)) + (pin (num 110) (name B11) (type passive)) + (pin (num 111) (name B12) (type passive)) + (pin (num 112) (name B14) (type passive)) + (pin (num 113) (name B15) (type passive)) + (pin (num 114) (name D0) (type passive)) + (pin (num 115) (name VCC) (type power_in)) + (pin (num 116) (name D1) (type passive)) + (pin (num 117) (name D2) (type passive)) + (pin (num 118) (name D4) (type passive)) + (pin (num 119) (name D11) (type passive)) + (pin (num 120) (name D12) (type passive)) + (pin (num 121) (name D13) (type passive)) + (pin (num 122) (name D15) (type passive)) + (pin (num 123) (name VCC) (type power_in)) + (pin (num 124) (name GND) (type power_in)) + (pin (num 125) (name CLK3/IN3) (type input)) + (pin (num 126) (name CLK2/IN2) (type input)) + (pin (num 127) (name CLK1/IN1) (type input)) + (pin (num 128) (name CLK0/IN0) (type input)) + (pin (num 129) (name GND) (type power_in)) + (pin (num 130) (name VCC) (type power_in)) + (pin (num 131) (name K15) (type passive)) + (pin (num 132) (name K14) (type passive)) + (pin (num 133) (name K13) (type passive)) + (pin (num 134) (name K12) (type passive)) + (pin (num 135) (name GND) (type power_in)) + (pin (num 136) (name K11) (type passive)) + (pin (num 137) (name K4) (type passive)) + (pin (num 138) (name K2) (type passive)) + (pin (num 139) (name I15) (type passive)) + (pin (num 140) (name I14) (type passive)) + (pin (num 141) (name I13) (type passive)) + (pin (num 142) (name I12) (type passive)) + (pin (num 143) (name I4) (type passive)) + (pin (num 144) (name VCC) (type power_in)))) + (libpart (lib special) (part MAX232) + (aliases + (alias MAX202)) + (description "Driver de Ligne RS232") + (docs maxim/MAX220-MAX249.pdf) + (fields + (field (name Reference) U) + (field (name Value) MAX232)) + (pins + (pin (num 1) (name C1+) (type input)) + (pin (num 2) (name V+) (type power_out)) + (pin (num 3) (name C1-) (type input)) + (pin (num 4) (name C2+) (type input)) + (pin (num 5) (name C2-) (type input)) + (pin (num 6) (name V-) (type power_out)) + (pin (num 7) (name T2OUT) (type output)) + (pin (num 8) (name R2IN) (type input)) + (pin (num 9) (name R2OUT) (type output)) + (pin (num 10) (name T2IN) (type input)) + (pin (num 11) (name T1IN) (type input)) + (pin (num 12) (name R1OUT) (type output)) + (pin (num 13) (name R1IN) (type input)) + (pin (num 14) (name T1OUT) (type output)) + (pin (num 15) (name GND) (type power_in)) + (pin (num 16) (name VCC) (type power_in)))) + (libpart (lib special) (part MC34064P) + (aliases + (alias MC33064P)) + (description "Undervoltage sensing circuit (TP-226AA package)") + (docs onsemi/mc34064.pdf) + (fields + (field (name Reference) U) + (field (name Value) MC34064P)) + (pins + (pin (num 1) (name Rst) (type openCol)) + (pin (num 2) (name In) (type input)) + (pin (num 3) (name Gbd) (type input)))) + (libpart (lib motorola) (part MCF5213-LQFP100) + (description "Coldfire with SRAM and Flash Eprom - LQFP100 package") + (fields + (field (name Reference) U) + (field (name Value) MCF5213-LQFP100)) + (pins + (pin (num 1) (name VCC) (type power_in)) + (pin (num 2) (name VCC) (type power_in)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name ~URTS1~/SYNCB/UTXD2/PUB2) (type BiDi)) + (pin (num 5) (name TEST) (type input)) + (pin (num 6) (name ~UCTS0~/CANRX/PUA3) (type BiDi)) + (pin (num 7) (name URXD0/PUA1) (type BiDi)) + (pin (num 8) (name UTXD0/PUA0) (type BiDi)) + (pin (num 9) (name ~URTS0~/CANTX/PUA2) (type BiDi)) + (pin (num 10) (name SCL/CANTX/PAS0/UTXD2) (type BiDi)) + (pin (num 11) (name SDA/CANRX/PAS1/URXD2) (type BiDi)) + (pin (num 12) (name QSPI_CS3/SYNCA/SYNCB/PQS6) (type BiDi)) + (pin (num 13) (name QSPI_CS2/PQS5) (type BiDi)) + (pin (num 14) (name VCC) (type power_in)) + (pin (num 15) (name GND) (type power_in)) + (pin (num 16) (name QSPI_DIN/EZPD/CANRX/RXD1/PQS1) (type BiDi)) + (pin (num 17) (name QSPI_DOUT/EZPQ/CANTX/RXD0/PQS0) (type BiDi)) + (pin (num 18) (name QSPI_CLK/EZPCK/SCL/RTS1/PQS2) (type BiDi)) + (pin (num 19) (name QSPI_CS1/PQS4) (type BiDi)) + (pin (num 20) (name QSPI_CS0/SDA/CTS1/PQS3) (type BiDi)) + (pin (num 21) (name RCON/EZPCS) (type input)) + (pin (num 22) (name VCC) (type power_in)) + (pin (num 23) (name VCC) (type power_in)) + (pin (num 24) (name GND) (type power_in)) + (pin (num 25) (name GND) (type power_in)) + (pin (num 26) (name JTAG_EN) (type input)) + (pin (num 27) (name ~UCTS2~/PUC3) (type BiDi)) + (pin (num 28) (name URXD2/PUC1) (type BiDi)) + (pin (num 29) (name UTXD2/PUC0) (type BiDi)) + (pin (num 30) (name ~URTS2~/PUC2) (type BiDi)) + (pin (num 31) (name DTIN2/DTOUT2/PWM4/PTC2) (type BiDi)) + (pin (num 32) (name DTIN3/DTOUT3/PWM6/PTC3) (type BiDi)) + (pin (num 33) (name PWM3/PTD1) (type BiDi)) + (pin (num 34) (name VCC) (type power_in)) + (pin (num 35) (name GND) (type power_in)) + (pin (num 36) (name DTIN0/DTOUT0/PWM0/PTC0) (type BiDi)) + (pin (num 37) (name DTIN1/DTOUT1/PWM2/PTC1) (type BiDi)) + (pin (num 38) (name PWM1/PTD0) (type BiDi)) + (pin (num 39) (name CLKMOD1) (type input)) + (pin (num 40) (name CLKMOD0) (type input)) + (pin (num 41) (name VCC) (type power_in)) + (pin (num 42) (name GND) (type power_in)) + (pin (num 43) (name AN0/PAN0) (type BiDi)) + (pin (num 44) (name AN1/PAN1) (type BiDi)) + (pin (num 45) (name AN2/PAN2) (type BiDi)) + (pin (num 46) (name AN3/PAN3) (type BiDi)) + (pin (num 47) (name VSSA) (type input)) + (pin (num 48) (name VRL) (type input)) + (pin (num 49) (name VRH) (type input)) + (pin (num 50) (name VCCA) (type input)) + (pin (num 51) (name AN7/PAN7) (type BiDi)) + (pin (num 52) (name AN6/PAN6) (type BiDi)) + (pin (num 53) (name AN5/PAN5) (type BiDi)) + (pin (num 54) (name AN4/PAN4) (type BiDi)) + (pin (num 55) (name VSTBY) (type power_in)) + (pin (num 56) (name GND) (type power_in)) + (pin (num 57) (name VCC) (type power_in)) + (pin (num 58) (name GPT0/PWM1/PTA0) (type BiDi)) + (pin (num 59) (name GPT1/PWM3/PTA1) (type BiDi)) + (pin (num 60) (name PWM5/PTD2) (type BiDi)) + (pin (num 61) (name GPT2PWM5//PTA2) (type BiDi)) + (pin (num 62) (name GPT3/PWM7/PTA3) (type BiDi)) + (pin (num 63) (name PWM7/PTD3) (type BiDi)) + (pin (num 64) (name TCLK/PSTCLK/CLKOUT) (type input)) + (pin (num 65) (name PST0/PDD0) (type BiDi)) + (pin (num 66) (name PST1/PDD1) (type BiDi)) + (pin (num 67) (name GND) (type power_in)) + (pin (num 68) (name VCC) (type power_in)) + (pin (num 69) (name PST2/PDD2) (type BiDi)) + (pin (num 70) (name PST3/PDD3) (type BiDi)) + (pin (num 71) (name GNDPLL) (type passive)) + (pin (num 72) (name XTAL) (type output)) + (pin (num 73) (name CLKIN/EXTAL) (type input)) + (pin (num 74) (name VCCPLL) (type passive)) + (pin (num 75) (name GND) (type power_in)) + (pin (num 76) (name ~BKPT~/TMS) (type input)) + (pin (num 77) (name DDATA0/PDD4) (type BiDi)) + (pin (num 78) (name DDATA1/PDD5) (type BiDi)) + (pin (num 79) (name DSI/TDI) (type input)) + (pin (num 80) (name DSO/TDO) (type output)) + (pin (num 81) (name VCC) (type power_in)) + (pin (num 82) (name GND) (type power_in)) + (pin (num 83) (name DDATA2/PDD6) (type BiDi)) + (pin (num 84) (name DDATA3/PDD7) (type BiDi)) + (pin (num 85) (name DSCLK/~TRST~) (type input)) + (pin (num 86) (name ALLPST) (type output)) + (pin (num 87) (name ~IRQ1~/PNQ1/SYNCA/PWM1) (type BiDi)) + (pin (num 88) (name ~IRQ2~/PNQ2) (type BiDi)) + (pin (num 89) (name ~IRQ3~/PNQ3) (type BiDi)) + (pin (num 90) (name ~IRQ4~/PNQ4) (type BiDi)) + (pin (num 91) (name ~IRQ5~/PNQ5) (type BiDi)) + (pin (num 92) (name GND) (type power_in)) + (pin (num 93) (name VCC) (type power_in)) + (pin (num 94) (name ~IRQ6~/PNQ6) (type BiDi)) + (pin (num 95) (name ~IRQ7~/PNQ7) (type BiDi)) + (pin (num 96) (name RSTI) (type input)) + (pin (num 97) (name RSTO) (type output)) + (pin (num 98) (name ~UCTS1~/SYNCA/URXD2/PUB3) (type BiDi)) + (pin (num 99) (name UTXD1/PUB0) (type BiDi)) + (pin (num 100) (name URXD1/PUB1) (type BiDi)))) + (libpart (lib kit-dev-coldfire-xilinx_5213-cache) (part PCA82C251) + (fields + (field (name Reference) U) + (field (name Value) PCA82C251)) + (pins + (pin (num 1) (name TxD) (type input)) + (pin (num 2) (name GND) (type power_in)) + (pin (num 3) (name VCC) (type power_in)) + (pin (num 4) (name RxD) (type output)) + (pin (num 5) (name Vref) (type output)) + (pin (num 6) (name CAN-) (type BiDi)) + (pin (num 7) (name CAN+) (type BiDi)) + (pin (num 8) (name Rsl) (type input))))) + (libraries + (library (logical device) + (uri f:\kicad\share\library\device.lib)) + (library (logical conn) + (uri f:\kicad\share\library\conn.lib)) + (library (logical regul) + (uri f:\kicad\share\library\regul.lib)) + (library (logical 74xx) + (uri f:\kicad\share\library\74xx.lib)) + (library (logical xilinx) + (uri f:\kicad\share\library\xilinx.lib)) + (library (logical special) + (uri f:\kicad\share\library\special.lib)) + (library (logical motorola) + (uri f:\kicad\share\library\motorola.lib)) + (library (logical kit-dev-coldfire-xilinx_5213-cache) + (uri F:\kicad-launchpad\testing\demos\kit-dev-coldfire-xilinx_5213\kit-dev-coldfire-xilinx_5213-cache.lib))) + (nets + (net (code 1) (name /GPT3) + (node (ref U1) (pin 62)) + (node (ref MCU_PORT1) (pin 52))) + (net (code 2) (name /inout_user/UCTS2) + (node (ref U1) (pin 27)) + (node (ref MCU_PORT1) (pin 48)) + (node (ref UART_EN2) (pin 8))) + (net (code 3) (name /inout_user/URTS2) + (node (ref MCU_PORT1) (pin 46)) + (node (ref UART_EN2) (pin 6)) + (node (ref U1) (pin 30))) + (net (code 4) (name /inout_user/UCTS1) + (node (ref P3) (pin 1)) + (node (ref U9) (pin 49)) + (node (ref U1) (pin 98)) + (node (ref UART_EN1) (pin 8)) + (node (ref MCU_PORT1) (pin 11))) + (net (code 5) (name /inout_user/URTS1) + (node (ref U9) (pin 53)) + (node (ref U1) (pin 4)) + (node (ref UART_EN1) (pin 6)) + (node (ref P3) (pin 3)) + (node (ref MCU_PORT1) (pin 9))) + (net (code 6) (name /inout_user/UCTS0) + (node (ref UART_EN0) (pin 8)) + (node (ref U1) (pin 6)) + (node (ref MCU_PORT1) (pin 44))) + (net (code 7) (name /inout_user/URTS0) + (node (ref UART_EN0) (pin 6)) + (node (ref MCU_PORT1) (pin 42)) + (node (ref U1) (pin 9))) + (net (code 8) (name /GPT2) + (node (ref MCU_PORT1) (pin 51)) + (node (ref U1) (pin 61))) + (net (code 9) (name /GPT1) + (node (ref U1) (pin 59)) + (node (ref MCU_PORT1) (pin 50))) + (net (code 10) (name /GPT0) + (node (ref U1) (pin 58)) + (node (ref MCU_PORT1) (pin 49))) + (net (code 11) (name GND) + (node (ref U9) (pin 85)) + (node (ref U9) (pin 57)) + (node (ref U9) (pin 17)) + (node (ref U9) (pin 126)) + (node (ref U4) (pin 7)) + (node (ref U1) (pin 24)) + (node (ref U9) (pin 135)) + (node (ref U9) (pin 125)) + (node (ref U1) (pin 15)) + (node (ref U1) (pin 25)) + (node (ref U9) (pin 59)) + (node (ref MCU_PORT1) (pin 3)) + (node (ref MCU_PORT1) (pin 60)) + (node (ref U1) (pin 35)) + (node (ref U1) (pin 82)) + (node (ref U1) (pin 92)) + (node (ref GND1) (pin 1)) + (node (ref U2) (pin 3)) + (node (ref RST_SW1) (pin 2)) + (node (ref U1) (pin 67)) + (node (ref U1) (pin 75)) + (node (ref U9) (pin 105)) + (node (ref UARTCAN2) (pin 5)) + (node (ref U9) (pin 124)) + (node (ref U1) (pin 56)) + (node (ref U1) (pin 71)) + (node (ref U9) (pin 129)) + (node (ref U9) (pin 127)) + (node (ref U1) (pin 42)) + (node (ref VR1) (pin 3)) + (node (ref C52) (pin 2)) + (node (ref MCU_PORT1) (pin 54)) + (node (ref P1) (pin 2)) + (node (ref C53) (pin 2)) + (node (ref C54) (pin 2)) + (node (ref C59) (pin 2)) + (node (ref C60) (pin 2)) + (node (ref C61) (pin 2)) + (node (ref D8) (pin 2)) + (node (ref U3) (pin 15)) + (node (ref C22) (pin 2)) + (node (ref LED2) (pin 2)) + (node (ref J1) (pin 1)) + (node (ref UARTCAN0) (pin 5)) + (node (ref RED1) (pin 2)) + (node (ref LED4) (pin 2)) + (node (ref LED3) (pin 2)) + (node (ref LED1) (pin 2)) + (node (ref C28) (pin 2)) + (node (ref R30) (pin 1)) + (node (ref C46) (pin 2)) + (node (ref C43) (pin 1)) + (node (ref R35) (pin 1)) + (node (ref COM_SEL2) (pin 1)) + (node (ref R23) (pin 1)) + (node (ref C33) (pin 2)) + (node (ref U8) (pin 15)) + (node (ref J1) (pin 2)) + (node (ref C45) (pin 2)) + (node (ref SW2) (pin 2)) + (node (ref U1) (pin 3)) + (node (ref SW1) (pin 2)) + (node (ref C40) (pin 2)) + (node (ref TB1) (pin 2)) + (node (ref RCAN2) (pin 1)) + (node (ref C26) (pin 2)) + (node (ref R36) (pin 2)) + (node (ref C38) (pin 2)) + (node (ref LED_EN1) (pin 1)) + (node (ref D7) (pin 1)) + (node (ref UARTCAN1) (pin 5)) + (node (ref C41) (pin 2)) + (node (ref C34) (pin 2)) + (node (ref LED5) (pin 2)) + (node (ref C27) (pin 2)) + (node (ref U7) (pin 2)) + (node (ref U5) (pin 15)) + (node (ref C58) (pin 2)) + (node (ref C11) (pin 2)) + (node (ref C6) (pin 2)) + (node (ref C12) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref C57) (pin 2)) + (node (ref C56) (pin 2)) + (node (ref CLK0) (pin 1)) + (node (ref C2) (pin 2)) + (node (ref C51) (pin 2)) + (node (ref C17) (pin 2)) + (node (ref U9) (pin 3)) + (node (ref C55) (pin 2)) + (node (ref C21) (pin 2)) + (node (ref C9) (pin 2)) + (node (ref C10) (pin 2)) + (node (ref BDM_EN1) (pin 1)) + (node (ref C8) (pin 2)) + (node (ref C4) (pin 2)) + (node (ref C5) (pin 2)) + (node (ref C7) (pin 2)) + (node (ref C20) (pin 2)) + (node (ref BDM_PORT1) (pin 23)) + (node (ref D9) (pin 2)) + (node (ref BDM_PORT1) (pin 11)) + (node (ref BDM_PORT1) (pin 20)) + (node (ref P4) (pin 2)) + (node (ref BDM_PORT1) (pin 5)) + (node (ref CLK1) (pin 1)) + (node (ref BDM_PORT1) (pin 3)) + (node (ref U9) (pin 33)) + (node (ref R26) (pin 2)) + (node (ref LV1) (pin 3)) + (node (ref U9) (pin 64)) + (node (ref R12) (pin 2)) + (node (ref P4) (pin 40)) + (node (ref U9) (pin 52)) + (node (ref R9) (pin 2)) + (node (ref C3) (pin 2)) + (node (ref C14) (pin 1)) + (node (ref FB1) (pin 1)) + (node (ref C15) (pin 2)) + (node (ref U9) (pin 13))) + (net (code 12) (name "Net-(R22-Pad2)") + (node (ref RED1) (pin 1)) + (node (ref R22) (pin 2))) + (net (code 13) (name /inout_user/RTS0-) + (node (ref MCU_PORT1) (pin 4)) + (node (ref R21) (pin 1)) + (node (ref U1) (pin 97))) + (net (code 14) (name /CLKIN/EXTAL) + (node (ref Y1) (pin 1)) + (node (ref C1) (pin 1)) + (node (ref U1) (pin 73)) + (node (ref R1) (pin 2))) + (net (code 15) (name /xilinx/GLCK2) + (node (ref U9) (pin 128)) + (node (ref Y1) (pin 2)) + (node (ref C2) (pin 1)) + (node (ref R1) (pin 1)) + (node (ref U1) (pin 72))) + (net (code 16) (name GNDA) + (node (ref C18) (pin 2)) + (node (ref C16) (pin 2)) + (node (ref MCU_PORT1) (pin 58)) + (node (ref MCU_PORT1) (pin 56)) + (node (ref FB1) (pin 2)) + (node (ref U1) (pin 48)) + (node (ref U1) (pin 47))) + (net (code 17) (name +3.3V) + (node (ref U1) (pin 1)) + (node (ref C6) (pin 1)) + (node (ref U1) (pin 2)) + (node (ref U1) (pin 57)) + (node (ref R45) (pin 2)) + (node (ref C26) (pin 1)) + (node (ref R19) (pin 1)) + (node (ref R2) (pin 1)) + (node (ref VR1) (pin 2)) + (node (ref R18) (pin 1)) + (node (ref U2) (pin 5)) + (node (ref R16) (pin 1)) + (node (ref RCAN1) (pin 1)) + (node (ref U1) (pin 68)) + (node (ref R25) (pin 1)) + (node (ref R20) (pin 1)) + (node (ref VR1) (pin 1)) + (node (ref U9) (pin 24)) + (node (ref U9) (pin 73)) + (node (ref U8) (pin 16)) + (node (ref R64) (pin 1)) + (node (ref VX_EN1) (pin 1)) + (node (ref U9) (pin 50)) + (node (ref LV1) (pin 2)) + (node (ref C35) (pin 1)) + (node (ref C46) (pin 1)) + (node (ref U4) (pin 14)) + (node (ref VDDA1) (pin 1)) + (node (ref MCU_PORT1) (pin 59)) + (node (ref ABRT_SW1) (pin 2)) + (node (ref Q1) (pin 1)) + (node (ref R34) (pin 1)) + (node (ref R15) (pin 1)) + (node (ref C28) (pin 1)) + (node (ref U9) (pin 51)) + (node (ref C30) (pin 1)) + (node (ref C34) (pin 1)) + (node (ref U5) (pin 16)) + (node (ref U7) (pin 3)) + (node (ref R47) (pin 1)) + (node (ref R48) (pin 1)) + (node (ref R49) (pin 1)) + (node (ref R50) (pin 1)) + (node (ref R53) (pin 2)) + (node (ref C23) (pin 1)) + (node (ref C22) (pin 1)) + (node (ref U3) (pin 16)) + (node (ref C40) (pin 1)) + (node (ref L2) (pin 1)) + (node (ref R4) (pin 2)) + (node (ref C10) (pin 1)) + (node (ref U9) (pin 76)) + (node (ref P1) (pin 1)) + (node (ref C9) (pin 1)) + (node (ref C57) (pin 1)) + (node (ref C56) (pin 1)) + (node (ref C8) (pin 1)) + (node (ref C58) (pin 1)) + (node (ref U9) (pin 95)) + (node (ref R17) (pin 1)) + (node (ref C53) (pin 1)) + (node (ref C52) (pin 1)) + (node (ref R5) (pin 2)) + (node (ref U9) (pin 130)) + (node (ref U9) (pin 115)) + (node (ref C54) (pin 1)) + (node (ref C59) (pin 1)) + (node (ref C4) (pin 1)) + (node (ref LEDABRT1) (pin 1)) + (node (ref C51) (pin 1)) + (node (ref U9) (pin 58)) + (node (ref U1) (pin 22)) + (node (ref U1) (pin 81)) + (node (ref R57) (pin 1)) + (node (ref U1) (pin 41)) + (node (ref C60) (pin 1)) + (node (ref C11) (pin 1)) + (node (ref C14) (pin 2)) + (node (ref U9) (pin 123)) + (node (ref U1) (pin 23)) + (node (ref R10) (pin 2)) + (node (ref R8) (pin 2)) + (node (ref R6) (pin 2)) + (node (ref C55) (pin 1)) + (node (ref BDM_PORT1) (pin 9)) + (node (ref C12) (pin 1)) + (node (ref U1) (pin 34)) + (node (ref BDM_PORT1) (pin 25)) + (node (ref U1) (pin 14)) + (node (ref U1) (pin 93)) + (node (ref C5) (pin 1)) + (node (ref R13) (pin 2)) + (node (ref C61) (pin 1)) + (node (ref C17) (pin 1)) + (node (ref C7) (pin 1)) + (node (ref U9) (pin 144)) + (node (ref R11) (pin 2)) + (node (ref U1) (pin 55))) + (net (code 18) (name "Net-(L1-Pad1)") + (node (ref VDDA1) (pin 2)) + (node (ref L1) (pin 1))) + (net (code 19) (name /IRQ-7) + (node (ref D1) (pin 1)) + (node (ref MCU_PORT1) (pin 39)) + (node (ref U1) (pin 95)) + (node (ref R13) (pin 1))) + (net (code 20) (name "Net-(Q1-Pad2)") + (node (ref Q1) (pin 2)) + (node (ref R21) (pin 2))) + (net (code 21) (name "Net-(Q1-Pad3)") + (node (ref R22) (pin 1)) + (node (ref Q1) (pin 3))) + (net (code 22) (name /inout_user/RSTI-) + (node (ref BDM_PORT1) (pin 7)) + (node (ref U1) (pin 96)) + (node (ref D3) (pin 1)) + (node (ref R15) (pin 2)) + (node (ref MCU_PORT1) (pin 6))) + (net (code 23) (name /inout_user/PWM3) + (node (ref U1) (pin 33)) + (node (ref MCU_PORT1) (pin 15))) + (net (code 24) (name /inout_user/PWM1) + (node (ref MCU_PORT1) (pin 13)) + (node (ref U1) (pin 38))) + (net (code 25) (name /inout_user/PWM7) + (node (ref MCU_PORT1) (pin 32)) + (node (ref U1) (pin 63))) + (net (code 26) (name /inout_user/PWM5) + (node (ref MCU_PORT1) (pin 30)) + (node (ref U1) (pin 60))) + (net (code 27) (name /BKPT-) + (node (ref U1) (pin 76)) + (node (ref BDM_PORT1) (pin 2)) + (node (ref R17) (pin 2))) + (net (code 28) (name /CLKMOD1) + (node (ref CLK1) (pin 2)) + (node (ref R2) (pin 2)) + (node (ref U1) (pin 39))) + (net (code 29) (name /DSI) + (node (ref BDM_PORT1) (pin 8)) + (node (ref U1) (pin 79)) + (node (ref R19) (pin 2))) + (net (code 30) (name /PST1) + (node (ref U1) (pin 66)) + (node (ref BDM_PORT1) (pin 14))) + (net (code 31) (name /PST0) + (node (ref U1) (pin 65)) + (node (ref BDM_PORT1) (pin 15))) + (net (code 32) (name /DSO) + (node (ref U1) (pin 80)) + (node (ref R20) (pin 2)) + (node (ref BDM_PORT1) (pin 10))) + (net (code 33) (name /DSCLK) + (node (ref BDM_PORT1) (pin 4)) + (node (ref R18) (pin 2)) + (node (ref U1) (pin 85))) + (net (code 34) (name "Net-(R46-Pad1)") + (node (ref U1) (pin 64)) + (node (ref R46) (pin 1))) + (net (code 35) (name /JTAG_EN) + (node (ref U1) (pin 26)) + (node (ref BDM_EN1) (pin 2)) + (node (ref R16) (pin 2))) + (net (code 36) (name "Net-(BDM_PORT1-Pad1)") + (node (ref BDM_PORT1) (pin 1))) + (net (code 37) (name "Net-(BDM_PORT1-Pad6)") + (node (ref BDM_PORT1) (pin 6)) + (node (ref CT1) (pin 1))) + (net (code 38) (name "Net-(BDM_PORT1-Pad21)") + (node (ref BDM_PORT1) (pin 21))) + (net (code 39) (name "Net-(BDM_PORT1-Pad22)") + (node (ref BDM_PORT1) (pin 22))) + (net (code 40) (name "Net-(LEDABRT1-Pad2)") + (node (ref R14) (pin 1)) + (node (ref LEDABRT1) (pin 2))) + (net (code 41) (name "Net-(ABRT_SW1-Pad1)") + (node (ref R7) (pin 1)) + (node (ref ABRT_SW1) (pin 1))) + (net (code 42) (name /inout_user/RCON-) + (node (ref U1) (pin 21)) + (node (ref R45) (pin 1)) + (node (ref MCU_PORT1) (pin 53))) + (net (code 43) (name "Net-(BDM_PORT1-Pad26)") + (node (ref BDM_PORT1) (pin 26)) + (node (ref TA-1) (pin 1))) + (net (code 44) (name /DDAT3) + (node (ref U1) (pin 84)) + (node (ref BDM_PORT1) (pin 16))) + (net (code 45) (name /DDAT2) + (node (ref BDM_PORT1) (pin 17)) + (node (ref U1) (pin 83))) + (net (code 46) (name /DDAT1) + (node (ref U1) (pin 78)) + (node (ref BDM_PORT1) (pin 18))) + (net (code 47) (name /DDAT0) + (node (ref U1) (pin 77)) + (node (ref BDM_PORT1) (pin 19))) + (net (code 48) (name /CLKMOD0) + (node (ref U1) (pin 40)) + (node (ref R25) (pin 2)) + (node (ref CLK0) (pin 2))) + (net (code 49) (name /inout_user/VCCA) + (node (ref MCU_PORT1) (pin 55)) + (node (ref C16) (pin 1)) + (node (ref L1) (pin 2)) + (node (ref MCU_PORT1) (pin 57)) + (node (ref C18) (pin 1)) + (node (ref U1) (pin 49)) + (node (ref U1) (pin 50))) + (net (code 50) (name "Net-(D1-Pad2)") + (node (ref D1) (pin 2)) + (node (ref R14) (pin 2)) + (node (ref U2) (pin 4))) + (net (code 51) (name "Net-(C15-Pad1)") + (node (ref C15) (pin 1)) + (node (ref R12) (pin 1)) + (node (ref R7) (pin 2)) + (node (ref U2) (pin 2))) + (net (code 52) (name /VDDPLL) + (node (ref C20) (pin 1)) + (node (ref C21) (pin 1)) + (node (ref U1) (pin 74)) + (node (ref L2) (pin 2))) + (net (code 53) (name /inout_user/QSPI_DIN) + (node (ref MCU_PORT1) (pin 19)) + (node (ref U9) (pin 46)) + (node (ref U1) (pin 16))) + (net (code 54) (name /inout_user/CANTX) + (node (ref PULUPEN1) (pin 5)) + (node (ref CAN_EN1) (pin 1)) + (node (ref MCU_PORT1) (pin 26)) + (node (ref U1) (pin 10))) + (net (code 55) (name /QSPI_CS0) + (node (ref PULUPEN1) (pin 3)) + (node (ref MCU_PORT1) (pin 23)) + (node (ref U1) (pin 20))) + (net (code 56) (name /PST3) + (node (ref BDM_PORT1) (pin 12)) + (node (ref U1) (pin 70))) + (net (code 57) (name /inout_user/CANRX) + (node (ref PULUPEN1) (pin 7)) + (node (ref MCU_PORT1) (pin 28)) + (node (ref U1) (pin 11)) + (node (ref CAN_EN1) (pin 4))) + (net (code 58) (name /QSPI_CS3) + (node (ref MCU_PORT1) (pin 29)) + (node (ref U1) (pin 12))) + (net (code 59) (name /xilinx/QSPI_CS2) + (node (ref U1) (pin 13)) + (node (ref U9) (pin 45)) + (node (ref MCU_PORT1) (pin 27))) + (net (code 60) (name /inout_user/UTXD1) + (node (ref U1) (pin 99)) + (node (ref MCU_PORT1) (pin 5)) + (node (ref UART_EN1) (pin 2))) + (net (code 61) (name /inout_user/URXD1) + (node (ref U1) (pin 100)) + (node (ref MCU_PORT1) (pin 7)) + (node (ref UART_EN1) (pin 4))) + (net (code 62) (name /TCLK) + (node (ref R26) (pin 1)) + (node (ref CLKOUT1) (pin 1)) + (node (ref BDM_PORT1) (pin 24)) + (node (ref CT1) (pin 2)) + (node (ref R46) (pin 2))) + (net (code 63) (name /inout_user/URXD2) + (node (ref U1) (pin 28)) + (node (ref MCU_PORT1) (pin 47)) + (node (ref UART_EN2) (pin 4))) + (net (code 64) (name /ALLPST) + (node (ref ALLPST1) (pin 1)) + (node (ref U1) (pin 86))) + (net (code 65) (name /inout_user/QSPI_DOUT) + (node (ref MCU_PORT1) (pin 17)) + (node (ref U1) (pin 17)) + (node (ref U9) (pin 47))) + (net (code 66) (name /inout_user/QSPI_SCLK) + (node (ref U1) (pin 18)) + (node (ref MCU_PORT1) (pin 21)) + (node (ref U9) (pin 48)) + (node (ref PULUPEN1) (pin 1))) + (net (code 67) (name /xilinx/QSPI_CS1) + (node (ref U9) (pin 54)) + (node (ref U1) (pin 19)) + (node (ref MCU_PORT1) (pin 25))) + (net (code 68) (name /inout_user/UTXD2) + (node (ref MCU_PORT1) (pin 45)) + (node (ref UART_EN2) (pin 2)) + (node (ref U1) (pin 29))) + (net (code 69) (name /PST2) + (node (ref BDM_PORT1) (pin 13)) + (node (ref U1) (pin 69))) + (net (code 70) (name /inout_user/UTXD0) + (node (ref UART_EN0) (pin 2)) + (node (ref U1) (pin 8)) + (node (ref MCU_PORT1) (pin 41))) + (net (code 71) (name "Net-(C3-Pad1)") + (node (ref C3) (pin 1)) + (node (ref D3) (pin 2)) + (node (ref LV1) (pin 1)) + (node (ref RST_SW1) (pin 1))) + (net (code 72) (name "Net-(R9-Pad1)") + (node (ref U1) (pin 5)) + (node (ref R9) (pin 1))) + (net (code 73) (name /inout_user/URXD0) + (node (ref UART_EN0) (pin 4)) + (node (ref MCU_PORT1) (pin 43)) + (node (ref U1) (pin 7))) + (net (code 74) (name /inout_user/CTS1) + (node (ref UARTCAN1) (pin 7)) + (node (ref U5) (pin 8))) + (net (code 75) (name "Net-(C33-Pad1)") + (node (ref U5) (pin 6)) + (node (ref C33) (pin 1))) + (net (code 76) (name "Net-(C27-Pad1)") + (node (ref C27) (pin 1)) + (node (ref U3) (pin 6))) + (net (code 77) (name "Net-(C32-Pad2)") + (node (ref C32) (pin 2)) + (node (ref U5) (pin 5))) + (net (code 78) (name "Net-(R35-Pad2)") + (node (ref U5) (pin 10)) + (node (ref UART_EN1) (pin 5)) + (node (ref R35) (pin 2))) + (net (code 79) (name "Net-(C31-Pad2)") + (node (ref C31) (pin 2)) + (node (ref U5) (pin 3))) + (net (code 80) (name "Net-(C30-Pad2)") + (node (ref C30) (pin 2)) + (node (ref U5) (pin 2))) + (net (code 81) (name "Net-(U5-Pad11)") + (node (ref UART_EN1) (pin 1)) + (node (ref U5) (pin 11))) + (net (code 82) (name "Net-(U5-Pad12)") + (node (ref U5) (pin 12)) + (node (ref UART_EN1) (pin 3))) + (net (code 83) (name "Net-(C31-Pad1)") + (node (ref C31) (pin 1)) + (node (ref U5) (pin 1))) + (net (code 84) (name "Net-(U5-Pad9)") + (node (ref U5) (pin 9)) + (node (ref UART_EN1) (pin 7))) + (net (code 85) (name "Net-(UARTCAN1-Pad9)") + (node (ref UARTCAN1) (pin 9))) + (net (code 86) (name /inout_user/RXD0) + (node (ref U3) (pin 13)) + (node (ref UARTCAN0) (pin 3))) + (net (code 87) (name /inout_user/RTS0) + (node (ref UARTCAN0) (pin 8)) + (node (ref U3) (pin 7))) + (net (code 88) (name "Net-(UARTCAN0-Pad9)") + (node (ref UARTCAN0) (pin 9))) + (net (code 89) (name /inout_user/TXD0) + (node (ref UARTCAN0) (pin 2)) + (node (ref U3) (pin 14))) + (net (code 90) (name "Net-(C25-Pad1)") + (node (ref C25) (pin 1)) + (node (ref U3) (pin 4))) + (net (code 91) (name "Net-(C25-Pad2)") + (node (ref U3) (pin 5)) + (node (ref C25) (pin 2))) + (net (code 92) (name "Net-(C24-Pad1)") + (node (ref C24) (pin 1)) + (node (ref U3) (pin 1))) + (net (code 93) (name "Net-(C24-Pad2)") + (node (ref U3) (pin 3)) + (node (ref C24) (pin 2))) + (net (code 94) (name "Net-(C23-Pad2)") + (node (ref C23) (pin 2)) + (node (ref U3) (pin 2))) + (net (code 95) (name "Net-(U3-Pad11)") + (node (ref UART_EN0) (pin 1)) + (node (ref U3) (pin 11))) + (net (code 96) (name "Net-(U3-Pad12)") + (node (ref UART_EN0) (pin 3)) + (node (ref U3) (pin 12))) + (net (code 97) (name "Net-(U3-Pad9)") + (node (ref U3) (pin 9)) + (node (ref UART_EN0) (pin 7))) + (net (code 98) (name "Net-(UARTCAN0-Pad1)") + (node (ref UARTCAN0) (pin 1)) + (node (ref UARTCAN0) (pin 4)) + (node (ref UARTCAN0) (pin 6))) + (net (code 99) (name "Net-(C45-Pad1)") + (node (ref U8) (pin 6)) + (node (ref C45) (pin 1))) + (net (code 100) (name "Net-(UARTCAN2-Pad9)") + (node (ref UARTCAN2) (pin 9))) + (net (code 101) (name /inout_user/CAN_H) + (node (ref COM_SEL1) (pin 1)) + (node (ref RCAN2) (pin 2)) + (node (ref CAN_TERM1) (pin 1)) + (node (ref U7) (pin 7))) + (net (code 102) (name "Net-(COM_SEL1-Pad3)") + (node (ref U8) (pin 13)) + (node (ref COM_SEL1) (pin 3))) + (net (code 103) (name "Net-(COM_SEL2-Pad3)") + (node (ref COM_SEL2) (pin 3)) + (node (ref U8) (pin 8))) + (net (code 104) (name /inout_user/CAN_L) + (node (ref R38) (pin 1)) + (node (ref RCAN1) (pin 2)) + (node (ref COM_SEL3) (pin 1)) + (node (ref U7) (pin 6))) + (net (code 105) (name /inout_user/TXD2/CANL) + (node (ref COM_SEL3) (pin 2)) + (node (ref UARTCAN2) (pin 2))) + (net (code 106) (name /inout_user/RTS1) + (node (ref U5) (pin 7)) + (node (ref UARTCAN1) (pin 8))) + (net (code 107) (name /inout_user/RXD1) + (node (ref UARTCAN1) (pin 3)) + (node (ref U5) (pin 13))) + (net (code 108) (name /inout_user/TXD1) + (node (ref UARTCAN1) (pin 2)) + (node (ref U5) (pin 14))) + (net (code 109) (name "Net-(U8-Pad10)") + (node (ref UART_EN2) (pin 1)) + (node (ref U8) (pin 10))) + (net (code 110) (name "Net-(U8-Pad12)") + (node (ref UART_EN2) (pin 7)) + (node (ref U8) (pin 12))) + (net (code 111) (name "Net-(UARTCAN2-Pad1)") + (node (ref UARTCAN2) (pin 6)) + (node (ref UARTCAN2) (pin 4)) + (node (ref UARTCAN2) (pin 1))) + (net (code 112) (name "Net-(C32-Pad1)") + (node (ref C32) (pin 1)) + (node (ref U5) (pin 4))) + (net (code 113) (name "Net-(C44-Pad1)") + (node (ref C44) (pin 1)) + (node (ref U8) (pin 1))) + (net (code 114) (name "Net-(C35-Pad2)") + (node (ref C35) (pin 2)) + (node (ref U8) (pin 2))) + (net (code 115) (name "Net-(C44-Pad2)") + (node (ref C44) (pin 2)) + (node (ref U8) (pin 3))) + (net (code 116) (name "Net-(C36-Pad1)") + (node (ref U8) (pin 4)) + (node (ref C36) (pin 1))) + (net (code 117) (name "Net-(C36-Pad2)") + (node (ref U8) (pin 5)) + (node (ref C36) (pin 2))) + (net (code 118) (name "Net-(LED3-Pad1)") + (node (ref R32) (pin 1)) + (node (ref LED3) (pin 1))) + (net (code 119) (name "Net-(R32-Pad2)") + (node (ref R32) (pin 2)) + (node (ref U4) (pin 11))) + (net (code 120) (name "Net-(LED2-Pad1)") + (node (ref LED2) (pin 1)) + (node (ref R31) (pin 1))) + (net (code 121) (name "Net-(R31-Pad2)") + (node (ref R31) (pin 2)) + (node (ref U4) (pin 6))) + (net (code 122) (name "Net-(LED1-Pad1)") + (node (ref R28) (pin 1)) + (node (ref LED1) (pin 1))) + (net (code 123) (name "Net-(R28-Pad2)") + (node (ref U4) (pin 3)) + (node (ref R28) (pin 2))) + (net (code 124) (name "Net-(R33-Pad2)") + (node (ref U4) (pin 8)) + (node (ref R33) (pin 2))) + (net (code 125) (name "Net-(LED_EN1-Pad2)") + (node (ref R34) (pin 2)) + (node (ref LED_EN1) (pin 2)) + (node (ref U4) (pin 1)) + (node (ref U4) (pin 13)) + (node (ref U4) (pin 10)) + (node (ref U4) (pin 4))) + (net (code 126) (name "Net-(LED4-Pad1)") + (node (ref R33) (pin 1)) + (node (ref LED4) (pin 1))) + (net (code 127) (name "Net-(C43-Pad2)") + (node (ref MCU_PORT1) (pin 1)) + (node (ref C43) (pin 2)) + (node (ref VX_EN1) (pin 2))) + (net (code 128) (name /inout_user/CTS0) + (node (ref UARTCAN0) (pin 7)) + (node (ref U3) (pin 8))) + (net (code 129) (name /inout_user/RXD2) + (node (ref COM_SEL2) (pin 2)) + (node (ref UARTCAN2) (pin 3))) + (net (code 130) (name "Net-(PULUPEN1-Pad8)") + (node (ref R47) (pin 2)) + (node (ref PULUPEN1) (pin 8))) + (net (code 131) (name "Net-(PULUPEN1-Pad4)") + (node (ref PULUPEN1) (pin 4)) + (node (ref R49) (pin 2))) + (net (code 132) (name /inout_user/TxD_CAN) + (node (ref U7) (pin 1)) + (node (ref CAN_EN1) (pin 3))) + (net (code 133) (name "Net-(R36-Pad1)") + (node (ref R36) (pin 1)) + (node (ref U7) (pin 8)) + (node (ref RS1) (pin 1))) + (net (code 134) (name "Net-(R23-Pad2)") + (node (ref R23) (pin 2)) + (node (ref U8) (pin 11)) + (node (ref UART_EN2) (pin 5))) + (net (code 135) (name "Net-(UARTCAN1-Pad1)") + (node (ref UARTCAN1) (pin 6)) + (node (ref UARTCAN1) (pin 1)) + (node (ref UARTCAN1) (pin 4))) + (net (code 136) (name /inout_user/RTS2) + (node (ref U8) (pin 14)) + (node (ref UARTCAN2) (pin 8))) + (net (code 137) (name "Net-(SW_ONOFF1-Pad1)") + (node (ref SW_ONOFF1) (pin 1))) + (net (code 138) (name "Net-(F1-Pad1)") + (node (ref SW_ONOFF1) (pin 2)) + (node (ref F1) (pin 1))) + (net (code 139) (name "Net-(J1-Pad3)") + (node (ref J1) (pin 3)) + (node (ref TB1) (pin 1)) + (node (ref SW_ONOFF1) (pin 3))) + (net (code 140) (name "Net-(C38-Pad1)") + (node (ref C38) (pin 1)) + (node (ref VR1) (pin 5)) + (node (ref D7) (pin 2)) + (node (ref C41) (pin 1)) + (node (ref F1) (pin 2))) + (net (code 141) (name "Net-(LED5-Pad1)") + (node (ref R53) (pin 1)) + (node (ref LED5) (pin 1))) + (net (code 142) (name "Net-(U7-Pad5)") + (node (ref VREF1) (pin 1)) + (node (ref U7) (pin 5))) + (net (code 143) (name "Net-(PULUPEN1-Pad6)") + (node (ref R48) (pin 2)) + (node (ref PULUPEN1) (pin 6))) + (net (code 144) (name "Net-(PULUPEN1-Pad2)") + (node (ref R50) (pin 2)) + (node (ref PULUPEN1) (pin 2))) + (net (code 145) (name /inout_user/CTS2/CANH) + (node (ref UARTCAN2) (pin 7)) + (node (ref COM_SEL1) (pin 2))) + (net (code 146) (name "Net-(U8-Pad9)") + (node (ref UART_EN2) (pin 3)) + (node (ref U8) (pin 9))) + (net (code 147) (name "Net-(R30-Pad2)") + (node (ref R30) (pin 2)) + (node (ref UART_EN0) (pin 5)) + (node (ref U3) (pin 10))) + (net (code 148) (name "Net-(COM_SEL3-Pad3)") + (node (ref COM_SEL3) (pin 3)) + (node (ref U8) (pin 7))) + (net (code 149) (name "Net-(CAN_TERM1-Pad2)") + (node (ref R38) (pin 2)) + (node (ref CAN_TERM1) (pin 2))) + (net (code 150) (name /inout_user/RxD_CAN) + (node (ref CAN_EN1) (pin 2)) + (node (ref U7) (pin 4))) + (net (code 151) (name "Net-(VR1-Pad4)") + (node (ref VR1) (pin 4))) + (net (code 152) (name /xilinx/XIL_D4) + (node (ref P4) (pin 9)) + (node (ref U9) (pin 2))) + (net (code 153) (name /xilinx/XIL_D3) + (node (ref P4) (pin 7)) + (node (ref U9) (pin 8))) + (net (code 154) (name /xilinx/XIL_D2) + (node (ref U9) (pin 7)) + (node (ref P4) (pin 5))) + (net (code 155) (name /xilinx/XIL_D1) + (node (ref P4) (pin 3)) + (node (ref U9) (pin 11))) + (net (code 156) (name /xilinx/XIL_D0) + (node (ref U9) (pin 12)) + (node (ref P4) (pin 1))) + (net (code 157) (name "Net-(U9-Pad106)") + (node (ref U9) (pin 106))) + (net (code 158) (name /xilinx/XIL_D35) + (node (ref P4) (pin 34)) + (node (ref U9) (pin 107))) + (net (code 159) (name "Net-(U9-Pad74)") + (node (ref U9) (pin 74))) + (net (code 160) (name "Net-(U9-Pad66)") + (node (ref U9) (pin 66))) + (net (code 161) (name "Net-(U9-Pad86)") + (node (ref U9) (pin 86))) + (net (code 162) (name "Net-(U9-Pad37)") + (node (ref U9) (pin 37))) + (net (code 163) (name "Net-(U9-Pad56)") + (node (ref U9) (pin 56))) + (net (code 164) (name "Net-(U9-Pad67)") + (node (ref U9) (pin 67))) + (net (code 165) (name "Net-(U9-Pad77)") + (node (ref U9) (pin 77))) + (net (code 166) (name "Net-(U9-Pad87)") + (node (ref U9) (pin 87))) + (net (code 167) (name "Net-(U9-Pad18)") + (node (ref U9) (pin 18))) + (net (code 168) (name "Net-(U9-Pad38)") + (node (ref U9) (pin 38))) + (net (code 169) (name "Net-(U9-Pad75)") + (node (ref U9) (pin 75))) + (net (code 170) (name "Net-(U9-Pad84)") + (node (ref U9) (pin 84))) + (net (code 171) (name "Net-(U9-Pad94)") + (node (ref U9) (pin 94))) + (net (code 172) (name "Net-(U9-Pad15)") + (node (ref U9) (pin 15))) + (net (code 173) (name "Net-(U9-Pad25)") + (node (ref U9) (pin 25))) + (net (code 174) (name "Net-(U9-Pad35)") + (node (ref U9) (pin 35))) + (net (code 175) (name "Net-(U9-Pad55)") + (node (ref U9) (pin 55))) + (net (code 176) (name "Net-(U9-Pad65)") + (node (ref U9) (pin 65))) + (net (code 177) (name "Net-(U9-Pad16)") + (node (ref U9) (pin 16))) + (net (code 178) (name "Net-(U9-Pad26)") + (node (ref U9) (pin 26))) + (net (code 179) (name "Net-(U9-Pad36)") + (node (ref U9) (pin 36))) + (net (code 180) (name "Net-(U9-Pad121)") + (node (ref U9) (pin 121))) + (net (code 181) (name "Net-(U9-Pad141)") + (node (ref U9) (pin 141))) + (net (code 182) (name "Net-(U9-Pad102)") + (node (ref U9) (pin 102))) + (net (code 183) (name "Net-(U9-Pad120)") + (node (ref U9) (pin 120))) + (net (code 184) (name "Net-(U9-Pad103)") + (node (ref U9) (pin 103))) + (net (code 185) (name "Net-(U9-Pad133)") + (node (ref U9) (pin 133))) + (net (code 186) (name "Net-(U9-Pad68)") + (node (ref U9) (pin 68))) + (net (code 187) (name "Net-(U9-Pad78)") + (node (ref U9) (pin 78))) + (net (code 188) (name "Net-(U9-Pad88)") + (node (ref U9) (pin 88))) + (net (code 189) (name "Net-(U9-Pad19)") + (node (ref U9) (pin 19))) + (net (code 190) (name "Net-(U9-Pad29)") + (node (ref U9) (pin 29))) + (net (code 191) (name "Net-(U9-Pad39)") + (node (ref U9) (pin 39))) + (net (code 192) (name /xilinx/XIL_D5) + (node (ref U9) (pin 143)) + (node (ref P4) (pin 11))) + (net (code 193) (name "Net-(U9-Pad69)") + (node (ref U9) (pin 69))) + (net (code 194) (name "Net-(U9-Pad79)") + (node (ref U9) (pin 79))) + (net (code 195) (name "Net-(U9-Pad110)") + (node (ref U9) (pin 110))) + (net (code 196) (name "Net-(D8-Pad1)") + (node (ref R62) (pin 2)) + (node (ref D8) (pin 1))) + (net (code 197) (name /xilinx/TCK) + (node (ref P1) (pin 5)) + (node (ref U9) (pin 89)) + (node (ref R57) (pin 2))) + (net (code 198) (name /xilinx/LED_TEST1) + (node (ref U9) (pin 28)) + (node (ref R62) (pin 1))) + (net (code 199) (name /xilinx/TDO) + (node (ref P1) (pin 6)) + (node (ref U9) (pin 104))) + (net (code 200) (name /xilinx/TDI) + (node (ref U9) (pin 4)) + (node (ref P1) (pin 4))) + (net (code 201) (name /xilinx/LED_TEST2) + (node (ref R63) (pin 1)) + (node (ref U9) (pin 27))) + (net (code 202) (name "Net-(D9-Pad1)") + (node (ref D9) (pin 1)) + (node (ref R63) (pin 2))) + (net (code 203) (name /xilinx/TMS) + (node (ref P1) (pin 3)) + (node (ref U9) (pin 20))) + (net (code 204) (name /xilinx/XIL_D20) + (node (ref U9) (pin 6)) + (node (ref P4) (pin 4))) + (net (code 205) (name /xilinx/XIL_D21) + (node (ref U9) (pin 10)) + (node (ref P4) (pin 6))) + (net (code 206) (name /xilinx/XIL_D22) + (node (ref U9) (pin 5)) + (node (ref P4) (pin 8))) + (net (code 207) (name /xilinx/+3,3V_OUT) + (node (ref P4) (pin 38)) + (node (ref R64) (pin 2))) + (net (code 208) (name /xilinx/XIL_D17) + (node (ref U9) (pin 101)) + (node (ref P4) (pin 35))) + (net (code 209) (name /xilinx/XIL_D26) + (node (ref P4) (pin 16)) + (node (ref U9) (pin 137))) + (net (code 210) (name /xilinx/XIL_D31) + (node (ref U9) (pin 116)) + (node (ref P4) (pin 26))) + (net (code 211) (name /xilinx/XIL_D36) + (node (ref P4) (pin 36)) + (node (ref U9) (pin 99))) + (net (code 212) (name /xilinx/XIL_D8) + (node (ref P4) (pin 17)) + (node (ref U9) (pin 136))) + (net (code 213) (name /xilinx/XIL_D13) + (node (ref P4) (pin 27)) + (node (ref U9) (pin 111))) + (net (code 214) (name /xilinx/XIL_D18) + (node (ref P4) (pin 37)) + (node (ref U9) (pin 97))) + (net (code 215) (name /xilinx/XIL_D27) + (node (ref P4) (pin 18)) + (node (ref U9) (pin 134))) + (net (code 216) (name /xilinx/XIL_D32) + (node (ref P4) (pin 28)) + (node (ref U9) (pin 98))) + (net (code 217) (name /xilinx/XIL_D12) + (node (ref U9) (pin 114)) + (node (ref P4) (pin 25))) + (net (code 218) (name /xilinx/XIL_D9) + (node (ref P4) (pin 19)) + (node (ref U9) (pin 131))) + (net (code 219) (name /xilinx/XIL_D14) + (node (ref P4) (pin 29)) + (node (ref U9) (pin 109))) + (net (code 220) (name /xilinx/XIL_D19) + (node (ref U9) (pin 96)) + (node (ref P4) (pin 39))) + (net (code 221) (name /xilinx/XIL_D29) + (node (ref P4) (pin 22)) + (node (ref U9) (pin 117))) + (net (code 222) (name /xilinx/XIL_D23) + (node (ref U9) (pin 1)) + (node (ref P4) (pin 10))) + (net (code 223) (name /xilinx/XIL_D28) + (node (ref U9) (pin 132)) + (node (ref P4) (pin 20))) + (net (code 224) (name /xilinx/XIL_D33) + (node (ref P4) (pin 30)) + (node (ref U9) (pin 112))) + (net (code 225) (name /xilinx/XIL_D10) + (node (ref P4) (pin 21)) + (node (ref U9) (pin 122))) + (net (code 226) (name /xilinx/XIL_D15) + (node (ref P4) (pin 31)) + (node (ref U9) (pin 108))) + (net (code 227) (name /xilinx/XIL_D24) + (node (ref P4) (pin 12)) + (node (ref U9) (pin 142))) + (net (code 228) (name /xilinx/XIL_D34) + (node (ref P4) (pin 32)) + (node (ref U9) (pin 113))) + (net (code 229) (name /xilinx/XIL_D6) + (node (ref P4) (pin 13)) + (node (ref U9) (pin 140))) + (net (code 230) (name /xilinx/XIL_D11) + (node (ref U9) (pin 119)) + (node (ref P4) (pin 23))) + (net (code 231) (name /xilinx/XIL_D16) + (node (ref P4) (pin 33)) + (node (ref U9) (pin 100))) + (net (code 232) (name /xilinx/XIL_D25) + (node (ref U9) (pin 139)) + (node (ref P4) (pin 14))) + (net (code 233) (name /xilinx/XIL_D30) + (node (ref U9) (pin 118)) + (node (ref P4) (pin 24))) + (net (code 234) (name /xilinx/XIL_D7) + (node (ref U9) (pin 138)) + (node (ref P4) (pin 15))) + (net (code 235) (name "Net-(P3-Pad4)") + (node (ref P3) (pin 4)) + (node (ref U9) (pin 31))) + (net (code 236) (name "Net-(U9-Pad90)") + (node (ref U9) (pin 90))) + (net (code 237) (name "Net-(U9-Pad91)") + (node (ref U9) (pin 91))) + (net (code 238) (name "Net-(U9-Pad92)") + (node (ref U9) (pin 92))) + (net (code 239) (name "Net-(U9-Pad93)") + (node (ref U9) (pin 93))) + (net (code 240) (name "Net-(U9-Pad9)") + (node (ref U9) (pin 9))) + (net (code 241) (name "Net-(U9-Pad30)") + (node (ref U9) (pin 30))) + (net (code 242) (name "Net-(U9-Pad40)") + (node (ref U9) (pin 40))) + (net (code 243) (name "Net-(U9-Pad60)") + (node (ref U9) (pin 60))) + (net (code 244) (name "Net-(U9-Pad70)") + (node (ref U9) (pin 70))) + (net (code 245) (name "Net-(U9-Pad80)") + (node (ref U9) (pin 80))) + (net (code 246) (name "Net-(U9-Pad62)") + (node (ref U9) (pin 62))) + (net (code 247) (name "Net-(U9-Pad61)") + (node (ref U9) (pin 61))) + (net (code 248) (name "Net-(U9-Pad23)") + (node (ref U9) (pin 23))) + (net (code 249) (name "Net-(U9-Pad63)") + (node (ref U9) (pin 63))) + (net (code 250) (name "Net-(U9-Pad82)") + (node (ref U9) (pin 82))) + (net (code 251) (name "Net-(U9-Pad83)") + (node (ref U9) (pin 83))) + (net (code 252) (name "Net-(U9-Pad14)") + (node (ref U9) (pin 14))) + (net (code 253) (name "Net-(U9-Pad34)") + (node (ref U9) (pin 34))) + (net (code 254) (name "Net-(U9-Pad21)") + (node (ref U9) (pin 21))) + (net (code 255) (name "Net-(U9-Pad41)") + (node (ref U9) (pin 41))) + (net (code 256) (name "Net-(U9-Pad71)") + (node (ref U9) (pin 71))) + (net (code 257) (name "Net-(U9-Pad81)") + (node (ref U9) (pin 81))) + (net (code 258) (name "Net-(U9-Pad22)") + (node (ref U9) (pin 22))) + (net (code 259) (name "Net-(P3-Pad2)") + (node (ref U9) (pin 32)) + (node (ref P3) (pin 2))) + (net (code 260) (name "Net-(U9-Pad72)") + (node (ref U9) (pin 72))) + (net (code 261) (name /AN7) + (node (ref U1) (pin 51)) + (node (ref MCU_PORT1) (pin 24))) + (net (code 263) (name /xilinx/IRQ-1) + (node (ref U1) (pin 87)) + (node (ref MCU_PORT1) (pin 2)) + (node (ref U9) (pin 42)) + (node (ref R4) (pin 1))) + (net (code 264) (name /xilinx/IRQ-2) + (node (ref U9) (pin 43)) + (node (ref U1) (pin 88)) + (node (ref MCU_PORT1) (pin 8)) + (node (ref R5) (pin 1))) + (net (code 265) (name /xilinx/IRQ-3) + (node (ref U1) (pin 89)) + (node (ref U9) (pin 44)) + (node (ref R6) (pin 1)) + (node (ref MCU_PORT1) (pin 31))) + (net (code 266) (name /IRQ-4) + (node (ref MCU_PORT1) (pin 33)) + (node (ref U1) (pin 90)) + (node (ref SW1) (pin 1)) + (node (ref R8) (pin 1))) + (net (code 267) (name /IRQ-5) + (node (ref SW2) (pin 1)) + (node (ref R10) (pin 1)) + (node (ref MCU_PORT1) (pin 35)) + (node (ref U1) (pin 91))) + (net (code 268) (name /IRQ-6) + (node (ref MCU_PORT1) (pin 37)) + (node (ref U1) (pin 94)) + (node (ref R11) (pin 1))) + (net (code 269) (name /AN6) + (node (ref U1) (pin 52)) + (node (ref MCU_PORT1) (pin 22))) + (net (code 270) (name /DTIN0) + (node (ref U1) (pin 36)) + (node (ref U4) (pin 2)) + (node (ref MCU_PORT1) (pin 34))) + (net (code 271) (name /DTIN1) + (node (ref MCU_PORT1) (pin 36)) + (node (ref U1) (pin 37)) + (node (ref U4) (pin 5))) + (net (code 272) (name /DTIN2) + (node (ref U4) (pin 12)) + (node (ref MCU_PORT1) (pin 38)) + (node (ref U1) (pin 31))) + (net (code 273) (name /DTIN3) + (node (ref U4) (pin 9)) + (node (ref U1) (pin 32)) + (node (ref MCU_PORT1) (pin 40))) + (net (code 274) (name /AN0) + (node (ref U1) (pin 43)) + (node (ref MCU_PORT1) (pin 10))) + (net (code 275) (name /AN1) + (node (ref MCU_PORT1) (pin 12)) + (node (ref U1) (pin 44))) + (net (code 276) (name /AN2) + (node (ref MCU_PORT1) (pin 14)) + (node (ref U1) (pin 45))) + (net (code 277) (name /AN3) + (node (ref MCU_PORT1) (pin 16)) + (node (ref U1) (pin 46))) + (net (code 278) (name /AN4) + (node (ref U1) (pin 54)) + (node (ref MCU_PORT1) (pin 18))) + (net (code 279) (name /AN5) + (node (ref U1) (pin 53)) + (node (ref MCU_PORT1) (pin 20))))) \ No newline at end of file diff --git a/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro new file mode 100644 index 0000000..376475b --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro @@ -0,0 +1,37 @@ +update=18/05/2015 09:05:34 +last_client=kicad +[general] +version=1 +[cvpcb] +version=1 +NetIExt=net +[cvpcb/libraries] +EquName1=devcms +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead= +UseCmpFile=1 +PadDrill=0 +PadDrillOvalY=0 +PadSizeH=0.4064 +PadSizeV=1.27 +PcbTextSizeV=2.032 +PcbTextSizeH=1.524 +PcbTextThickness=0.3048 +ModuleTextSizeV=1.524 +ModuleTextSizeH=1.524 +ModuleTextSizeThickness=0.3048 +SolderMaskClearance=0.2 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.381 +BoardOutlineThickness=0.381 +ModuleOutlineThickness=0.1524 +[pcbnew/libraries] +LibDir= +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=kit-dev-coldfire-xilinx_5213_schlib +LibName2=power diff --git a/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch new file mode 100644 index 0000000..751ac0d --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch @@ -0,0 +1,2566 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:device +LIBS:transistors +LIBS:conn +LIBS:linear +LIBS:regul +LIBS:74xx +LIBS:adc-dac +LIBS:memory +LIBS:xilinx +LIBS:special +LIBS:microcontrollers +LIBS:motorola +LIBS:kit-dev-coldfire-xilinx_5213-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 1 3 +Title "Dev kit coldfire 5213" +Date "Sun 22 Mar 2015" +Rev "0" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Connection ~ 7100 1400 +Wire Wire Line + 6900 1200 7100 1200 +Wire Wire Line + 7100 1200 7100 1400 +Wire Wire Line + 7100 1400 7100 1450 +Connection ~ 2900 10000 +Wire Wire Line + 3850 10000 4000 10000 +Wire Wire Line + 4000 10000 4200 10000 +Wire Wire Line + 4200 10000 4400 10000 +Wire Wire Line + 4400 10000 4750 10000 +Wire Wire Line + 4750 10000 5150 10000 +Wire Wire Line + 5150 10000 5550 10000 +Wire Wire Line + 5550 10000 5900 10000 +Wire Wire Line + 5900 10000 6250 10000 +Wire Wire Line + 6250 10000 6600 10000 +Wire Wire Line + 6600 10000 7000 10000 +Wire Wire Line + 7000 10000 7350 10000 +Wire Wire Line + 7350 10000 7750 10000 +Wire Wire Line + 2350 7800 1100 7800 +Wire Wire Line + 1100 7800 1100 8100 +Wire Wire Line + 1100 8100 1100 8500 +Wire Wire Line + 1100 8500 1100 8700 +Wire Wire Line + 1800 8100 1900 8100 +Wire Wire Line + 1900 8100 2350 8100 +Wire Wire Line + 13900 4450 13850 4450 +Connection ~ 2300 3000 +Wire Wire Line + 1600 3000 1900 3000 +Wire Wire Line + 1900 3000 2300 3000 +Wire Wire Line + 2300 3000 2400 3000 +Wire Wire Line + 13100 6750 12200 6750 +Wire Wire Line + 12550 6200 13100 6200 +Wire Wire Line + 12550 6100 13100 6100 +Connection ~ 5150 10500 +Wire Wire Line + 1900 4300 2000 4300 +Wire Wire Line + 3850 10000 3850 9950 +Wire Wire Line + 15600 7950 15100 7950 +Wire Wire Line + 15600 7850 15100 7850 +Wire Wire Line + 12650 8150 13100 8150 +Wire Wire Line + 12650 8050 13100 8050 +Wire Wire Line + 15100 8950 15600 8950 +Wire Wire Line + 15100 8850 15600 8850 +Wire Wire Line + 15550 9150 15100 9150 +Wire Wire Line + 15550 9250 15100 9250 +Wire Wire Line + 15550 9350 15100 9350 +Wire Wire Line + 15550 9450 15100 9450 +Wire Wire Line + 13100 9450 12650 9450 +Wire Wire Line + 13100 9350 12650 9350 +Wire Wire Line + 13100 8900 12650 8900 +Wire Wire Line + 13100 9000 12650 9000 +Wire Wire Line + 13100 8450 12650 8450 +Wire Wire Line + 13100 8550 12650 8550 +Wire Wire Line + 13100 8350 12650 8350 +Wire Wire Line + 13100 8250 12650 8250 +Wire Wire Line + 13100 8800 12650 8800 +Wire Wire Line + 13100 8700 12650 8700 +Wire Wire Line + 13100 9250 12650 9250 +Wire Wire Line + 13100 9150 12650 9150 +Wire Wire Line + 15550 8750 15100 8750 +Wire Wire Line + 15550 8650 15100 8650 +Wire Bus Line + 15850 8250 15100 8250 +Wire Wire Line + 15100 8550 15700 8550 +Wire Wire Line + 15100 8450 15700 8450 +Wire Wire Line + 15100 8350 15700 8350 +Wire Wire Line + 12500 1700 12600 1700 +Connection ~ 1100 8100 +Wire Wire Line + 1100 8100 1300 8100 +Wire Wire Line + 5450 2450 6150 2450 +Wire Wire Line + 5450 2350 6150 2350 +Wire Wire Line + 10600 5300 10150 5300 +Wire Wire Line + 10600 5200 10150 5200 +Wire Wire Line + 10600 5100 10150 5100 +Wire Wire Line + 10600 5000 10150 5000 +Wire Wire Line + 10600 4900 10150 4900 +Wire Wire Line + 10600 4800 10150 4800 +Wire Wire Line + 10600 2850 10150 2850 +Wire Wire Line + 10600 2750 10150 2750 +Wire Wire Line + 10600 2650 10150 2650 +Wire Wire Line + 10600 2550 10150 2550 +Wire Wire Line + 2300 4500 2300 4600 +Wire Wire Line + 2800 3000 2950 3000 +Wire Wire Line + 2950 3000 3600 3000 +Wire Wire Line + 850 2950 850 3000 +Wire Wire Line + 850 3000 900 3000 +Connection ~ 2600 10000 +Wire Wire Line + 2600 10050 2600 10000 +Wire Wire Line + 2900 10000 2900 10050 +Wire Wire Line + 5350 6950 5350 6900 +Wire Wire Line + 5350 6900 5450 6900 +Wire Wire Line + 5450 6900 5450 6800 +Wire Wire Line + 5450 6800 6150 6800 +Wire Wire Line + 1100 10000 1050 10000 +Wire Wire Line + 1050 10000 1050 9950 +Wire Wire Line + 2450 10000 2600 10000 +Wire Wire Line + 2600 10000 2900 10000 +Wire Wire Line + 2900 10000 3200 10000 +Wire Wire Line + 6150 6950 5700 6950 +Wire Wire Line + 5700 6700 6150 6700 +Connection ~ 14450 1700 +Wire Wire Line + 14350 1700 14450 1700 +Wire Wire Line + 14450 1700 14600 1700 +Wire Wire Line + 14450 1150 14450 1100 +Connection ~ 13300 1700 +Wire Wire Line + 13300 1850 13300 1700 +Wire Wire Line + 13100 1700 13300 1700 +Wire Wire Line + 13300 1700 13450 1700 +Wire Wire Line + 6150 3050 5750 3050 +Wire Bus Line + 5550 5950 5550 6050 +Wire Bus Line + 5550 6050 5550 6150 +Wire Bus Line + 5550 6150 5550 6250 +Wire Bus Line + 5550 6250 5550 6350 +Wire Bus Line + 5550 6350 5550 6450 +Wire Bus Line + 5550 6450 5550 6550 +Wire Bus Line + 5550 6550 5550 6650 +Connection ~ 6750 1400 +Wire Wire Line + 6750 1450 6750 1400 +Wire Wire Line + 6300 1200 6250 1200 +Wire Wire Line + 6250 1200 6250 1150 +Wire Wire Line + 5550 2750 6150 2750 +Wire Wire Line + 5550 2650 6150 2650 +Wire Bus Line + 5400 5900 4600 5900 +Wire Bus Line + 5400 5150 5400 5250 +Wire Bus Line + 5400 5250 5400 5350 +Wire Bus Line + 5400 5350 5400 5450 +Wire Bus Line + 5400 5450 5400 5550 +Wire Bus Line + 5400 5550 5400 5650 +Wire Bus Line + 5400 5650 5400 5750 +Wire Bus Line + 5400 5750 5400 5900 +Connection ~ 4150 5150 +Wire Wire Line + 4150 5150 4200 5150 +Connection ~ 4750 5450 +Wire Wire Line + 4750 5450 4800 5450 +Connection ~ 4750 5050 +Wire Wire Line + 4750 5050 4800 5050 +Wire Wire Line + 5300 5650 5400 5650 +Wire Wire Line + 5400 5650 6150 5650 +Wire Wire Line + 5300 5450 5400 5450 +Wire Wire Line + 5400 5450 6150 5450 +Wire Wire Line + 5300 5250 5400 5250 +Wire Wire Line + 5400 5250 6150 5250 +Wire Wire Line + 5300 5050 6150 5050 +Wire Wire Line + 13600 4700 13600 4800 +Wire Wire Line + 14550 4450 14550 4600 +Wire Wire Line + 14550 4600 14550 4750 +Wire Wire Line + 12800 4400 12100 4400 +Wire Wire Line + 15150 4000 13600 4000 +Wire Wire Line + 15150 4200 13600 4200 +Wire Wire Line + 12800 4100 12100 4100 +Wire Wire Line + 12450 4700 12700 4700 +Wire Wire Line + 12700 4700 12800 4700 +Connection ~ 14100 4600 +Wire Wire Line + 14100 4600 14100 4700 +Connection ~ 14350 3800 +Wire Wire Line + 14350 3250 14350 3800 +Wire Wire Line + 13600 3600 14100 3600 +Wire Wire Line + 14100 3600 15150 3600 +Connection ~ 13850 3500 +Wire Wire Line + 13850 3250 13850 3500 +Connection ~ 14350 2700 +Wire Wire Line + 14350 2700 14350 2750 +Connection ~ 13850 2700 +Wire Wire Line + 13850 2650 13850 2700 +Wire Wire Line + 13850 2700 13850 2750 +Wire Wire Line + 13850 2700 14100 2700 +Wire Wire Line + 14100 2700 14350 2700 +Wire Wire Line + 14350 2700 14600 2700 +Wire Wire Line + 13600 4600 14100 4600 +Wire Wire Line + 14100 4600 14550 4600 +Wire Wire Line + 14550 4600 15100 4600 +Wire Wire Line + 13600 3800 14350 3800 +Wire Wire Line + 14350 3800 15150 3800 +Wire Wire Line + 5700 3850 6150 3850 +Wire Wire Line + 5700 3550 6150 3550 +Wire Wire Line + 6150 3750 5650 3750 +Connection ~ 2850 1650 +Wire Wire Line + 2750 1650 2850 1650 +Wire Wire Line + 2850 1650 3600 1650 +Wire Wire Line + 2850 1600 2850 1650 +Connection ~ 5150 10000 +Wire Wire Line + 5150 10000 5150 10050 +Wire Wire Line + 5000 3350 5050 3350 +Wire Wire Line + 5050 3350 6150 3350 +Connection ~ 12600 4000 +Wire Wire Line + 12600 4000 12800 4000 +Wire Wire Line + 12600 3600 12600 3700 +Wire Wire Line + 12600 3700 12600 4000 +Wire Wire Line + 12600 4000 12600 4600 +Wire Wire Line + 12600 4600 12600 4800 +Wire Wire Line + 12600 3600 12800 3600 +Connection ~ 4750 10000 +Wire Wire Line + 4750 10000 4750 10050 +Connection ~ 7350 10000 +Wire Wire Line + 7350 10050 7350 10000 +Connection ~ 6600 10000 +Wire Wire Line + 6600 10000 6600 10050 +Connection ~ 5900 10000 +Wire Wire Line + 5900 10000 5900 10050 +Connection ~ 4400 10000 +Connection ~ 5550 10500 +Wire Wire Line + 5550 10500 5550 10450 +Connection ~ 6250 10500 +Wire Wire Line + 6250 10500 6250 10450 +Connection ~ 7000 10500 +Wire Wire Line + 7000 10500 7000 10450 +Connection ~ 7750 10500 +Wire Wire Line + 7750 10500 7750 10450 +Wire Wire Line + 7850 10500 7850 10550 +Connection ~ 8350 7500 +Wire Wire Line + 8350 7500 8350 7450 +Connection ~ 8250 7500 +Wire Wire Line + 8250 7500 8250 7450 +Connection ~ 8150 7500 +Wire Wire Line + 8150 7500 8150 7450 +Connection ~ 8050 7500 +Wire Wire Line + 8050 7500 8050 7450 +Connection ~ 7950 7500 +Wire Wire Line + 7950 7500 7950 7450 +Wire Wire Line + 7900 7500 7950 7500 +Wire Wire Line + 7950 7500 8000 7500 +Wire Wire Line + 8000 7500 8050 7500 +Wire Wire Line + 8050 7500 8100 7500 +Wire Wire Line + 8100 7500 8150 7500 +Wire Wire Line + 8150 7500 8200 7500 +Wire Wire Line + 8200 7500 8250 7500 +Wire Wire Line + 8250 7500 8300 7500 +Wire Wire Line + 8300 7500 8350 7500 +Wire Wire Line + 8350 7500 8400 7500 +Wire Wire Line + 7900 7500 7900 7450 +Connection ~ 8000 1700 +Wire Wire Line + 8000 1700 8000 1750 +Connection ~ 8100 1700 +Wire Wire Line + 8100 1700 8100 1750 +Connection ~ 8200 1700 +Wire Wire Line + 8200 1700 8200 1750 +Connection ~ 8300 1700 +Wire Wire Line + 8300 1700 8300 1750 +Wire Wire Line + 7900 1750 7900 1700 +Wire Wire Line + 8350 1700 8350 1750 +Connection ~ 8350 1700 +Wire Wire Line + 8250 1700 8250 1750 +Connection ~ 8250 1700 +Wire Wire Line + 8150 1700 8150 1750 +Connection ~ 8150 1700 +Wire Wire Line + 8050 1700 8050 1750 +Connection ~ 8050 1700 +Wire Wire Line + 7950 1750 7950 1700 +Connection ~ 7950 1700 +Wire Wire Line + 8400 7450 8400 7500 +Wire Wire Line + 8400 7500 8400 7550 +Connection ~ 8400 7500 +Wire Wire Line + 8000 7500 8000 7450 +Connection ~ 8000 7500 +Wire Wire Line + 8100 7500 8100 7450 +Connection ~ 8100 7500 +Wire Wire Line + 8200 7500 8200 7450 +Connection ~ 8200 7500 +Wire Wire Line + 8300 7500 8300 7450 +Connection ~ 8300 7500 +Wire Wire Line + 4750 10450 4750 10500 +Wire Wire Line + 7350 10500 7350 10450 +Connection ~ 7350 10500 +Wire Wire Line + 6600 10500 6600 10450 +Connection ~ 6600 10500 +Wire Wire Line + 5900 10500 5900 10450 +Connection ~ 5900 10500 +Wire Wire Line + 7750 10000 7750 10050 +Wire Wire Line + 5550 10000 5550 10050 +Connection ~ 5550 10000 +Wire Wire Line + 6250 10000 6250 10050 +Connection ~ 6250 10000 +Wire Wire Line + 7000 10000 7000 10050 +Connection ~ 7000 10000 +Wire Wire Line + 4400 10450 4400 10500 +Connection ~ 4750 10500 +Wire Wire Line + 4000 9950 4000 10000 +Wire Wire Line + 12800 3700 12600 3700 +Connection ~ 12600 3700 +Wire Wire Line + 12600 4600 12800 4600 +Connection ~ 12600 4600 +Wire Wire Line + 5050 3300 5050 3350 +Connection ~ 5050 3350 +Wire Wire Line + 5150 10500 5150 10450 +Wire Wire Line + 5550 2850 6150 2850 +Wire Wire Line + 5550 2950 6150 2950 +Wire Wire Line + 3050 1600 3050 2000 +Connection ~ 3050 2000 +Wire Wire Line + 2750 2000 3050 2000 +Wire Wire Line + 3050 2000 3600 2000 +Wire Wire Line + 5150 3750 4750 3750 +Wire Wire Line + 5700 3650 6150 3650 +Wire Wire Line + 14600 2700 14600 2750 +Wire Wire Line + 14100 2700 14100 2750 +Connection ~ 14100 2700 +Wire Wire Line + 13600 3500 13850 3500 +Wire Wire Line + 13850 3500 15150 3500 +Wire Wire Line + 5700 3450 6150 3450 +Wire Wire Line + 14100 3250 14100 3600 +Connection ~ 14100 3600 +Wire Wire Line + 13600 3900 14600 3900 +Wire Wire Line + 14600 3900 15150 3900 +Wire Wire Line + 14600 3250 14600 3900 +Connection ~ 14600 3900 +Connection ~ 14550 4600 +Wire Wire Line + 6150 4100 5600 4100 +Wire Wire Line + 6150 4200 5600 4200 +Wire Wire Line + 6150 4300 5600 4300 +Wire Wire Line + 6150 4400 5600 4400 +Wire Wire Line + 6150 4500 5600 4500 +Wire Wire Line + 6150 4600 5600 4600 +Wire Wire Line + 6150 4700 5600 4700 +Wire Wire Line + 6150 4800 5600 4800 +Wire Wire Line + 12800 3900 12700 3900 +Wire Wire Line + 12700 3900 12700 4700 +Connection ~ 12700 4700 +Wire Wire Line + 12800 4200 12100 4200 +Wire Wire Line + 15150 4100 13600 4100 +Wire Wire Line + 15150 4300 13600 4300 +Wire Wire Line + 12800 4300 12100 4300 +Wire Wire Line + 12100 3800 12800 3800 +Wire Wire Line + 13600 3700 13850 3700 +Wire Wire Line + 13850 3700 13850 4450 +Wire Wire Line + 4700 5150 5400 5150 +Wire Wire Line + 5400 5150 6150 5150 +Wire Wire Line + 4700 5350 5400 5350 +Wire Wire Line + 5400 5350 6150 5350 +Wire Wire Line + 4700 5550 5400 5550 +Wire Wire Line + 5400 5550 6150 5550 +Wire Wire Line + 4750 5650 4800 5650 +Wire Wire Line + 4750 5000 4750 5050 +Wire Wire Line + 4750 5050 4750 5250 +Wire Wire Line + 4750 5250 4750 5450 +Wire Wire Line + 4750 5450 4750 5650 +Wire Wire Line + 4750 5250 4800 5250 +Connection ~ 4750 5250 +Wire Wire Line + 4150 5550 4200 5550 +Wire Wire Line + 4150 5000 4150 5150 +Wire Wire Line + 4150 5150 4150 5350 +Wire Wire Line + 4150 5350 4150 5550 +Wire Wire Line + 4150 5350 4200 5350 +Connection ~ 4150 5350 +Wire Wire Line + 10600 2100 10150 2100 +Wire Wire Line + 10600 2200 10150 2200 +Wire Wire Line + 10600 2300 10150 2300 +Wire Wire Line + 10600 2400 10150 2400 +Wire Wire Line + 10600 3000 10150 3000 +Wire Wire Line + 10600 3100 10150 3100 +Wire Wire Line + 10600 3200 10150 3200 +Wire Wire Line + 10600 3300 10150 3300 +Wire Wire Line + 6150 1400 6750 1400 +Wire Wire Line + 6750 1400 7100 1400 +Wire Wire Line + 6150 1400 6150 2100 +Wire Wire Line + 6150 5850 5650 5850 +Wire Wire Line + 6150 5950 5650 5950 +Wire Wire Line + 6150 6050 5650 6050 +Wire Wire Line + 6150 6150 5650 6150 +Wire Wire Line + 6150 6250 5650 6250 +Wire Wire Line + 6150 6350 5650 6350 +Wire Wire Line + 6150 6450 5650 6450 +Wire Wire Line + 6150 6550 5650 6550 +Wire Bus Line + 5550 6650 4600 6650 +Wire Wire Line + 5250 3050 5250 3000 +Wire Wire Line + 6150 4000 5500 4000 +Wire Wire Line + 13100 1700 13100 1800 +Wire Wire Line + 14450 1650 14450 1700 +Wire Wire Line + 11800 1700 11900 1700 +Wire Wire Line + 15400 1700 15000 1700 +Wire Wire Line + 6150 7050 6100 7050 +Wire Wire Line + 6100 7050 6100 7100 +Wire Wire Line + 1700 10000 1850 10000 +Wire Wire Line + 1850 10500 1800 10500 +Wire Wire Line + 1800 10500 1800 10550 +Wire Wire Line + 2600 10450 2600 10500 +Wire Wire Line + 2600 10500 2600 10600 +Wire Wire Line + 10150 5700 11050 5700 +Wire Wire Line + 10150 5800 11050 5800 +Wire Wire Line + 10150 5900 11050 5900 +Wire Wire Line + 10150 6000 11050 6000 +Wire Wire Line + 10150 6100 11050 6100 +Wire Wire Line + 10150 6200 11050 6200 +Wire Wire Line + 10150 6300 11050 6300 +Wire Wire Line + 1900 3000 1900 3100 +Wire Wire Line + 2950 2900 2950 3000 +Connection ~ 2950 3000 +Wire Wire Line + 1400 4300 800 4300 +Wire Wire Line + 2300 5100 2300 5200 +Wire Wire Line + 2300 5600 2300 5700 +Wire Wire Line + 10600 4100 10150 4100 +Wire Wire Line + 10600 4200 10150 4200 +Wire Wire Line + 10600 4300 10150 4300 +Wire Wire Line + 10600 4400 10150 4400 +Wire Wire Line + 10600 4500 10150 4500 +Wire Wire Line + 10600 4600 10150 4600 +Wire Wire Line + 10600 3650 10150 3650 +Wire Wire Line + 10600 3750 10150 3750 +Wire Wire Line + 6150 3150 6100 3150 +Wire Wire Line + 1100 8500 1200 8500 +Connection ~ 1100 8500 +Wire Wire Line + 1800 8500 1900 8500 +Connection ~ 1900 8500 +Connection ~ 1900 8100 +Wire Bus Line + 12300 7850 13100 7850 +Wire Bus Line + 12300 7950 13100 7950 +Wire Bus Line + 12300 7650 13100 7650 +Wire Bus Line + 12300 7750 13100 7750 +Connection ~ 4000 10000 +Wire Wire Line + 12550 5750 13100 5750 +Wire Wire Line + 12550 5850 13100 5850 +Wire Wire Line + 12550 5950 13100 5950 +Wire Wire Line + 13100 6350 12200 6350 +Wire Wire Line + 13100 6450 12200 6450 +Wire Wire Line + 13100 6550 12200 6550 +Wire Wire Line + 13100 6650 12200 6650 +Wire Wire Line + 8400 1650 8400 1700 +Wire Wire Line + 8400 1700 8400 1750 +Connection ~ 8400 1700 +Wire Wire Line + 2300 3100 2300 3000 +Connection ~ 1900 3000 +Wire Wire Line + 14550 4450 14500 4450 +Wire Wire Line + 4400 10500 4750 10500 +Wire Wire Line + 4750 10500 5150 10500 +Wire Wire Line + 5150 10500 5550 10500 +Wire Wire Line + 5550 10500 5900 10500 +Wire Wire Line + 5900 10500 6250 10500 +Wire Wire Line + 6250 10500 6600 10500 +Wire Wire Line + 6600 10500 7000 10500 +Wire Wire Line + 7000 10500 7350 10500 +Wire Wire Line + 7350 10500 7750 10500 +Wire Wire Line + 7750 10500 7850 10500 +Wire Wire Line + 7850 10500 8000 10500 +Wire Wire Line + 8000 10500 8100 10500 +Wire Wire Line + 1900 8100 1900 8500 +Wire Wire Line + 1900 8500 1900 8650 +Wire Wire Line + 12200 6850 13100 6850 +Wire Wire Line + 2900 10450 2900 10500 +Wire Wire Line + 2900 10500 2900 10600 +Wire Wire Line + 8500 1700 8500 1750 +Wire Wire Line + 7900 1700 7950 1700 +Wire Wire Line + 7950 1700 8000 1700 +Wire Wire Line + 8000 1700 8050 1700 +Wire Wire Line + 8050 1700 8100 1700 +Wire Wire Line + 8100 1700 8150 1700 +Wire Wire Line + 8150 1700 8200 1700 +Wire Wire Line + 8200 1700 8250 1700 +Wire Wire Line + 8250 1700 8300 1700 +Wire Wire Line + 8300 1700 8350 1700 +Wire Wire Line + 8350 1700 8400 1700 +Wire Wire Line + 8400 1700 8500 1700 +$Comp +L MCF5213-LQFP100 U1 +U 1 1 46161C39 +P 8150 4600 +F 0 "U1" H 8150 7600 60 0000 C CNN +F 1 "MCF5213-LQFP100" H 8750 1950 60 0000 L CNN +F 2 "lib_smd:VQFP100" H 8150 4600 60 0001 C CNN +F 3 "" H 8150 4600 60 0001 C CNN + 1 8150 4600 + 1 0 0 -1 +$EndComp +$Comp +L GNDA #PWR01 +U 1 1 462382A4 +P 2900 10600 +F 0 "#PWR01" H 2900 10600 40 0001 C CNN +F 1 "GNDA" H 2900 10530 40 0000 C CNN +F 2 "" H 2900 10600 60 0001 C CNN +F 3 "" H 2900 10600 60 0001 C CNN + 1 2900 10600 + 1 0 0 -1 +$EndComp +$Comp +L C C18 +U 1 1 46238286 +P 2900 10250 +F 0 "C18" H 2950 10350 50 0000 L CNN +F 1 "100nF" H 2950 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 2900 10250 60 0001 C CNN +F 3 "" H 2900 10250 60 0001 C CNN + 1 2900 10250 + 1 0 0 -1 +$EndComp +Text Label 12450 6850 0 60 ~ 0 +XTAL +Text Label 2050 8100 0 60 ~ 0 +XTAL +$Comp +L GNDA #PWR02 +U 1 1 46602ECA +P 5350 6950 +F 0 "#PWR02" H 5350 6950 40 0001 C CNN +F 1 "GNDA" H 5350 6880 40 0000 C CNN +F 2 "" H 5350 6950 60 0001 C CNN +F 3 "" H 5350 6950 60 0001 C CNN + 1 5350 6950 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 GND1 +U 1 1 465FE6C5 +P 8250 10500 +F 0 "GND1" H 8330 10500 40 0000 L CNN +F 1 "CONN_1" H 8250 10555 30 0001 C CNN +F 2 "connect:PINTST" H 8250 10500 60 0001 C CNN +F 3 "" H 8250 10500 60 0001 C CNN + 1 8250 10500 + 1 0 0 -1 +$EndComp +$Comp +L GNDA #PWR03 +U 1 1 46555AB9 +P 6100 7100 +F 0 "#PWR03" H 6100 7100 40 0001 C CNN +F 1 "GNDA" H 6100 7030 40 0000 C CNN +F 2 "" H 6100 7100 60 0001 C CNN +F 3 "" H 6100 7100 60 0001 C CNN + 1 6100 7100 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR04 +U 1 1 46554FD2 +P 13850 1450 +F 0 "#PWR04" H 13850 1410 30 0001 C CNN +F 1 "+3.3V" H 13850 1560 40 0000 C CNN +F 2 "" H 13850 1450 60 0001 C CNN +F 3 "" H 13850 1450 60 0001 C CNN + 1 13850 1450 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR05 +U 1 1 46554FCD +P 13850 1950 +F 0 "#PWR05" H 13850 1950 30 0001 C CNN +F 1 "GND" H 13850 1880 30 0001 C CNN +F 2 "" H 13850 1950 60 0001 C CNN +F 3 "" H 13850 1950 60 0001 C CNN + 1 13850 1950 + -1 0 0 -1 +$EndComp +$Comp +L 74AHC1G14 U2 +U 1 1 46554FB5 +P 13900 1700 +F 0 "U2" H 13950 1850 50 0000 C CNN +F 1 "74AHC1G14" H 13900 1350 50 0000 C CNN +F 2 "lib_smd:SOT353" H 13900 1700 60 0001 C CNN +F 3 "" H 13900 1700 60 0001 C CNN + 1 13900 1700 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER CT1 +U 1 1 46545507 +P 14200 4450 +F 0 "CT1" H 14600 4500 60 0000 C CNN +F 1 "JUMPER" H 14200 4370 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 14200 4450 60 0001 C CNN +F 3 "" H 14200 4450 60 0001 C CNN + 1 14200 4450 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR06 +U 1 1 465451F6 +P 2300 3750 +F 0 "#PWR06" H 2300 3750 30 0001 C CNN +F 1 "GND" H 2300 3680 30 0001 C CNN +F 2 "" H 2300 3750 60 0001 C CNN +F 3 "" H 2300 3750 60 0001 C CNN + 1 2300 3750 + 1 0 0 -1 +$EndComp +$Comp +L SW_PUSH RST_SW1 +U 1 1 465451D4 +P 2300 3400 +F 0 "RST_SW1" V 2250 3750 50 0000 C CNN +F 1 "SW_PUSH" V 2350 3750 50 0000 C CNN +F 2 "discret:SW_PUSH_SMALL" H 2300 3400 60 0001 C CNN +F 3 "" H 2300 3400 60 0001 C CNN + 1 2300 3400 + 0 1 1 0 +$EndComp +Text Label 12350 6750 0 60 ~ 0 +QSPI_CLK +Text Label 12350 6650 0 60 ~ 0 +QSPI_CS2 +Text Label 12350 6550 0 60 ~ 0 +QSPI_CS1 +Text Label 12600 6200 0 60 ~ 0 +UCTS1 +Text Label 12600 6100 0 60 ~ 0 +URTS1 +Text Label 12350 6350 0 60 ~ 0 +DSPI_DOUT +Text Label 12350 6450 0 60 ~ 0 +QSPI_DIN +Text Label 12650 5950 0 60 ~ 0 +IRQ-3 +Text Label 12650 5850 0 60 ~ 0 +IRQ-2 +Text Label 12650 5750 0 60 ~ 0 +IRQ-1 +$Comp +L VCC #PWR07 +U 1 1 4652AF7E +P 3850 9950 +F 0 "#PWR07" H 3850 10050 30 0001 C CNN +F 1 "VCC" H 3850 10050 40 0000 C CNN +F 2 "" H 3850 9950 60 0001 C CNN +F 3 "" H 3850 9950 60 0001 C CNN + 1 3850 9950 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG08 +U 1 1 4652AF2F +P 3150 10550 +F 0 "#FLG08" H 3150 10820 30 0001 C CNN +F 1 "PWR_FLAG" H 3150 10780 30 0000 C CNN +F 2 "" H 3150 10550 60 0001 C CNN +F 3 "" H 3150 10550 60 0001 C CNN + 1 3150 10550 + -1 0 0 1 +$EndComp +Text Label 15200 7850 0 60 ~ 0 +VRL +Text Label 15200 7950 0 60 ~ 0 +VRH +$Comp +L PWR_FLAG #FLG09 +U 1 1 4652AE72 +P 8000 10550 +F 0 "#FLG09" H 8000 10820 30 0001 C CNN +F 1 "PWR_FLAG" H 8000 10780 30 0000 C CNN +F 2 "" H 8000 10550 60 0001 C CNN +F 3 "" H 8000 10550 60 0001 C CNN + 1 8000 10550 + -1 0 0 1 +$EndComp +Text Label 12700 8150 0 60 ~ 0 +RCON- +Text Label 12700 8050 0 60 ~ 0 +VCCA +Text Label 12400 7950 0 60 ~ 0 +GPT[0..3] +Text Label 12400 7750 0 60 ~ 0 +DTIN[0..3] +Text Label 12400 7650 0 60 ~ 0 +AN[0..7] +Text Label 12400 7850 0 60 ~ 0 +IRQ-[0..7] +Text Label 15250 8950 0 60 ~ 0 +RSTO- +Text Label 15250 8850 0 60 ~ 0 +RSTI- +Text Label 15250 9450 0 60 ~ 0 +PWM7 +Text Label 15250 9350 0 60 ~ 0 +PWM5 +Text Label 15250 9250 0 60 ~ 0 +PWM3 +Text Label 15250 9150 0 60 ~ 0 +PWM1 +Text Label 12700 9450 0 60 ~ 0 +UCTS2 +Text Label 12700 9350 0 60 ~ 0 +URTS2 +Text Label 12700 8900 0 60 ~ 0 +UCTS1 +Text Label 12700 9000 0 60 ~ 0 +URTS1 +Text Label 12700 8450 0 60 ~ 0 +UCTS0 +Text Label 12700 8550 0 60 ~ 0 +URTS0 +Text Label 12700 9150 0 60 ~ 0 +URXD2 +Text Label 12700 8700 0 60 ~ 0 +URXD1 +Text Label 12700 8250 0 60 ~ 0 +URXD0 +Text Label 12700 9250 0 60 ~ 0 +UTXD2 +Text Label 12700 8800 0 60 ~ 0 +UTXD1 +Text Label 12700 8350 0 60 ~ 0 +UTXD0 +Text Label 15200 8650 0 60 ~ 0 +CANRX +Text Label 15200 8750 0 60 ~ 0 +CANTX +Text Label 15200 8250 0 60 ~ 0 +QSPI_CS[0..3] +Text Label 15200 8350 0 60 ~ 0 +QSPI_CLK +Text Label 15200 8550 0 60 ~ 0 +DSPI_DOUT +Text Label 15200 8450 0 60 ~ 0 +QSPI_DIN +$Sheet +S 13100 7550 2000 2050 +U 47D80202 +F0 "inout_user" 60 +F1 "in_out_conn.sch" 60 +F2 "AN[0..7]" I L 13100 7650 60 +F3 "DTIN[0..3]" I L 13100 7750 60 +F4 "IRQ-[0..7]" I L 13100 7850 60 +F5 "GPT[0..3]" I L 13100 7950 60 +F6 "VCCA" I L 13100 8050 60 +F7 "RCON-" I L 13100 8150 60 +F8 "UCTS2" I L 13100 9450 60 +F9 "URTS2" I L 13100 9350 60 +F10 "UCTS0" I L 13100 8450 60 +F11 "URTS0" I L 13100 8550 60 +F12 "URXD2" I L 13100 9150 60 +F13 "UTXD2" I L 13100 9250 60 +F14 "URXD0" I L 13100 8250 60 +F15 "UTXD0" I L 13100 8350 60 +F16 "QSPI_SCLK" I R 15100 8350 60 +F17 "QSPI_DIN" I R 15100 8450 60 +F18 "QSPI_DOUT" I R 15100 8550 60 +F19 "PWM3" I R 15100 9250 60 +F20 "PWM1" I R 15100 9150 60 +F21 "UCTS1" I L 13100 8900 60 +F22 "URTS1" I L 13100 9000 60 +F23 "URXD1" I L 13100 8700 60 +F24 "UTXD1" I L 13100 8800 60 +F25 "PWM7" I R 15100 9450 60 +F26 "PWM5" I R 15100 9350 60 +F27 "VRL" I R 15100 7850 60 +F28 "VRH" I R 15100 7950 60 +F29 "CANRX" I R 15100 8650 60 +F30 "CANTX" I R 15100 8750 60 +F31 "RSTI-" I R 15100 8850 60 +F32 "RTS0-" I R 15100 8950 60 +F33 "QSPI_CS[0..3]" I R 15100 8250 60 +$EndSheet +$Sheet +S 13100 5650 2100 1250 +U 47D80204 +F0 "xilinx" 60 +F1 "xilinx.sch" 60 +F2 "IRQ-3" I L 13100 5950 60 +F3 "IRQ-2" I L 13100 5850 60 +F4 "QSPI_CS1" I L 13100 6550 60 +F5 "URTS1-" I L 13100 6100 60 +F6 "UCTS1-" I L 13100 6200 60 +F7 "QSPI_DOUT" O L 13100 6350 60 +F8 "QSPI_DIN" I L 13100 6450 60 +F9 "QSPI_CS2" I L 13100 6650 60 +F10 "IRQ-1" I L 13100 5750 60 +F11 "QSPI_SCLK" I L 13100 6750 60 +F12 "GLCK2" I L 13100 6850 60 +$EndSheet +Text Label 1150 7800 0 60 ~ 0 +CLKIN/EXTAL +$Comp +L GND #PWR010 +U 1 1 46238A4E +P 1100 9100 +F 0 "#PWR010" H 1100 9100 30 0001 C CNN +F 1 "GND" H 1100 9030 30 0001 C CNN +F 2 "" H 1100 9100 60 0001 C CNN +F 3 "" H 1100 9100 60 0001 C CNN + 1 1100 9100 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR011 +U 1 1 46238A48 +P 1900 9050 +F 0 "#PWR011" H 1900 9050 30 0001 C CNN +F 1 "GND" H 1900 8980 30 0001 C CNN +F 2 "" H 1900 9050 60 0001 C CNN +F 3 "" H 1900 9050 60 0001 C CNN + 1 1900 9050 + 1 0 0 -1 +$EndComp +$Comp +L CRYSTAL Y1 +U 1 1 462389C7 +P 1500 8500 +F 0 "Y1" H 1500 8650 60 0000 C CNN +F 1 "8MHz" H 1500 8350 60 0000 C CNN +F 2 "discret:HC-18UH" H 1500 8500 60 0001 C CNN +F 3 "" H 1500 8500 60 0001 C CNN + 1 1500 8500 + 1 0 0 -1 +$EndComp +$Comp +L C C2 +U 1 1 462389C0 +P 1900 8850 +F 0 "C2" H 1950 8950 50 0000 L CNN +F 1 "10pF" H 1950 8750 50 0000 L CNN +F 2 "lib_smd:SM0805" H 1900 8850 60 0001 C CNN +F 3 "" H 1900 8850 60 0001 C CNN + 1 1900 8850 + 1 0 0 -1 +$EndComp +$Comp +L C C1 +U 1 1 462389BC +P 1100 8900 +F 0 "C1" H 1150 9000 50 0000 L CNN +F 1 "10pF" H 1150 8800 50 0000 L CNN +F 2 "lib_smd:SM0805" H 1100 8900 60 0001 C CNN +F 3 "" H 1100 8900 60 0001 C CNN + 1 1100 8900 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 462389B6 +P 1550 8100 +F 0 "R1" V 1630 8100 50 0000 C CNN +F 1 "1M" V 1550 8100 50 0000 C CNN +F 2 "lib_smd:SM0805" H 1550 8100 60 0001 C CNN +F 3 "" H 1550 8100 60 0001 C CNN + 1 1550 8100 + 0 1 1 0 +$EndComp +$Comp +L CONN_1 ALLPST1 +U 1 1 46238965 +P 5350 4000 +F 0 "ALLPST1" H 5350 4100 40 0000 C CNN +F 1 "CONN_1" H 5300 4040 30 0001 C CNN +F 2 "connect:PINTST" H 5350 4000 60 0001 C CNN +F 3 "" H 5350 4000 60 0001 C CNN + 1 5350 4000 + -1 0 0 1 +$EndComp +Text Label 5450 2450 0 60 ~ 0 +XTAL +Text Label 5450 2350 0 60 ~ 0 +CLKIN/EXTAL +Text Label 5800 3050 0 60 ~ 0 +RCON- +Text Label 10250 3750 0 60 ~ 0 +CANRX +Text Label 10250 3650 0 60 ~ 0 +CANTX +Text Label 10250 5300 0 60 ~ 0 +UCTS2 +Text Label 10250 5200 0 60 ~ 0 +URTS2 +Text Label 10250 5100 0 60 ~ 0 +UCTS1 +Text Label 10250 5000 0 60 ~ 0 +URTS1 +Text Label 10250 4900 0 60 ~ 0 +UCTS0 +Text Label 10250 4800 0 60 ~ 0 +URTS0 +Text Label 10250 4600 0 60 ~ 0 +URXD2 +Text Label 10250 4400 0 60 ~ 0 +URXD1 +Text Label 10250 4200 0 60 ~ 0 +URXD0 +Text Label 10250 4500 0 60 ~ 0 +UTXD2 +Text Label 10250 4300 0 60 ~ 0 +UTXD1 +Text Label 10250 4100 0 60 ~ 0 +UTXD0 +Text Label 10300 2850 0 60 ~ 0 +GPT3 +Text Label 10300 2750 0 60 ~ 0 +GPT2 +Text Label 10300 2650 0 60 ~ 0 +GPT1 +Text Label 10300 2550 0 60 ~ 0 +GPT0 +$Comp +L GND #PWR012 +U 1 1 462385BA +P 2300 5700 +F 0 "#PWR012" H 2300 5700 30 0001 C CNN +F 1 "GND" H 2300 5630 30 0001 C CNN +F 2 "" H 2300 5700 60 0001 C CNN +F 3 "" H 2300 5700 60 0001 C CNN + 1 2300 5700 + 1 0 0 -1 +$EndComp +$Comp +L LED RED1 +U 1 1 46238597 +P 2300 5400 +F 0 "RED1" V 2250 5700 50 0000 C CNN +F 1 "LED_RESET1" V 2350 5700 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 2300 5400 60 0001 C CNN +F 3 "" H 2300 5400 60 0001 C CNN + 1 2300 5400 + 0 1 1 0 +$EndComp +$Comp +L R R22 +U 1 1 4623857F +P 2300 4850 +F 0 "R22" H 2150 5000 50 0000 C CNN +F 1 "270" V 2300 4850 50 0000 C CNN +F 2 "lib_smd:SM0805" H 2300 4850 60 0001 C CNN +F 3 "" H 2300 4850 60 0001 C CNN + 1 2300 4850 + 1 0 0 -1 +$EndComp +Text Label 1200 4300 2 60 ~ 0 +RSTO- +$Comp +L R R21 +U 1 1 46238545 +P 1650 4300 +F 0 "R21" V 1550 4300 50 0000 C CNN +F 1 "4.7K" V 1650 4300 50 0000 C CNN +F 2 "lib_smd:SM0805" H 1650 4300 60 0001 C CNN +F 3 "" H 1650 4300 60 0001 C CNN + 1 1650 4300 + 0 -1 1 0 +$EndComp +$Comp +L VDD #PWR013 +U 1 1 46238539 +P 2300 4050 +F 0 "#PWR013" H 2300 4150 30 0001 C CNN +F 1 "VDD" H 2300 4160 40 0000 C CNN +F 2 "" H 2300 4050 60 0001 C CNN +F 3 "" H 2300 4050 60 0001 C CNN + 1 2300 4050 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR014 +U 1 1 46238531 +P 8400 7550 +F 0 "#PWR014" H 8400 7550 30 0001 C CNN +F 1 "GND" H 8400 7480 30 0001 C CNN +F 2 "" H 8400 7550 60 0001 C CNN +F 3 "" H 8400 7550 60 0001 C CNN + 1 8400 7550 + 1 0 0 -1 +$EndComp +$Comp +L PNP Q1 +U 1 1 46238519 +P 2200 4300 +F 0 "Q1" H 2050 4150 60 0000 C CNN +F 1 "3906" H 2050 4450 60 0000 C CNN +F 2 "lib_smd:SOT23EBC" H 2200 4300 60 0001 C CNN +F 3 "" H 2200 4300 60 0001 C CNN + 1 2200 4300 + 1 0 0 1 +$EndComp +Text Label 3250 3000 0 60 ~ 0 +RSTI- +$Comp +L +3.3V #PWR015 +U 1 1 462384A7 +P 2950 2400 +F 0 "#PWR015" H 2950 2360 40 0001 C CNN +F 1 "+3.3V" H 2950 2510 40 0000 C CNN +F 2 "" H 2950 2400 60 0001 C CNN +F 3 "" H 2950 2400 60 0001 C CNN + 1 2950 2400 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR016 +U 1 1 4623848E +P 1900 3550 +F 0 "#PWR016" H 1900 3550 30 0001 C CNN +F 1 "GND" H 1900 3480 30 0001 C CNN +F 2 "" H 1900 3550 60 0001 C CNN +F 3 "" H 1900 3550 60 0001 C CNN + 1 1900 3550 + 1 0 0 -1 +$EndComp +$Comp +L R R15 +U 1 1 4623847B +P 2950 2650 +F 0 "R15" H 2800 2800 50 0000 C CNN +F 1 "4,7K" V 2950 2650 50 0000 C CNN +F 2 "lib_smd:SM0805" H 2950 2650 60 0001 C CNN +F 3 "" H 2950 2650 60 0001 C CNN + 1 2950 2650 + 1 0 0 -1 +$EndComp +$Comp +L DIODE D3 +U 1 1 4623846D +P 2600 3000 +F 0 "D3" H 2600 2800 50 0000 C CNN +F 1 "BAT54" H 2600 2900 50 0000 C CNN +F 2 "lib_smd:ST23AK#1" H 2600 3000 60 0001 C CNN +F 3 "" H 2600 3000 60 0001 C CNN + 1 2600 3000 + -1 0 0 1 +$EndComp +$Comp +L C C3 +U 1 1 46238468 +P 1900 3300 +F 0 "C3" H 1950 3400 50 0000 L CNN +F 1 "1nF" H 1950 3200 50 0000 L CNN +F 2 "lib_smd:SM0805" H 1900 3300 60 0001 C CNN +F 3 "" H 1900 3300 60 0001 C CNN + 1 1900 3300 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR017 +U 1 1 4623840E +P 850 2950 +F 0 "#PWR017" H 850 2910 40 0001 C CNN +F 1 "+3.3V" H 850 3060 40 0000 C CNN +F 2 "" H 850 2950 60 0001 C CNN +F 3 "" H 850 2950 60 0001 C CNN + 1 850 2950 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR018 +U 1 1 46238409 +P 1250 3400 +F 0 "#PWR018" H 1250 3400 30 0001 C CNN +F 1 "GND" H 1250 3330 30 0001 C CNN +F 2 "" H 1250 3400 60 0001 C CNN +F 3 "" H 1250 3400 60 0001 C CNN + 1 1250 3400 + 1 0 0 -1 +$EndComp +$Comp +L MC34064P LV1 +U 1 1 462383E5 +P 1250 3050 +F 0 "LV1" H 1250 3350 60 0000 C CNN +F 1 "DS1818" H 1250 3250 60 0000 C CNN +F 2 "discret:TO92-INVERT" H 1250 3050 60 0001 C CNN +F 3 "" H 1250 3050 60 0001 C CNN + 1 1250 3050 + 1 0 0 -1 +$EndComp +Text Label 10250 6300 0 60 ~ 0 +QSPI_CS3 +Text Label 10250 6200 0 60 ~ 0 +QSPI_CS2 +Text Label 10250 6100 0 60 ~ 0 +QSPI_CS1 +Text Label 10250 6000 0 60 ~ 0 +QSPI_CS0 +Text Label 10250 5900 0 60 ~ 0 +QSPI_CLK +Text Label 10250 5700 0 60 ~ 0 +DSPI_DOUT +Text Label 10250 5800 0 60 ~ 0 +QSPI_DIN +$Comp +L CP C16 +U 1 1 462382CE +P 2600 10250 +F 0 "C16" H 2650 10350 50 0000 L CNN +F 1 "10uF" H 2650 10150 50 0000 L CNN +F 2 "lib_smd:SM1206POL" H 2600 10250 60 0001 C CNN +F 3 "" H 2600 10250 60 0001 C CNN + 1 2600 10250 + 1 0 0 -1 +$EndComp +$Comp +L GNDA #PWR019 +U 1 1 462380EB +P 2600 10600 +F 0 "#PWR019" H 2600 10600 40 0001 C CNN +F 1 "GNDA" H 2600 10530 40 0000 C CNN +F 2 "" H 2600 10600 60 0001 C CNN +F 3 "" H 2600 10600 60 0001 C CNN + 1 2600 10600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR020 +U 1 1 462380D3 +P 1800 10550 +F 0 "#PWR020" H 1800 10550 30 0001 C CNN +F 1 "GND" H 1800 10480 30 0001 C CNN +F 2 "" H 1800 10550 60 0001 C CNN +F 3 "" H 1800 10550 60 0001 C CNN + 1 1800 10550 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR FB1 +U 1 1 462380B8 +P 2150 10500 +F 0 "FB1" V 2250 10500 50 0000 C CNN +F 1 "BEAD" V 2100 10500 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2150 10500 60 0001 C CNN +F 3 "" H 2150 10500 60 0001 C CNN + 1 2150 10500 + 0 -1 -1 0 +$EndComp +$Comp +L INDUCTOR L1 +U 1 1 46238092 +P 2150 10000 +F 0 "L1" V 2250 10000 50 0000 C CNN +F 1 "10uH" V 2100 10000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2150 10000 60 0001 C CNN +F 3 "" H 2150 10000 60 0001 C CNN + 1 2150 10000 + 0 -1 -1 0 +$EndComp +$Comp +L JUMPER VDDA1 +U 1 1 46238079 +P 1400 10000 +F 0 "VDDA1" H 1400 10150 60 0000 C CNN +F 1 "JUMPER" H 1400 9920 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 1400 10000 60 0001 C CNN +F 3 "" H 1400 10000 60 0001 C CNN + 1 1400 10000 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR021 +U 1 1 46238078 +P 1050 9950 +F 0 "#PWR021" H 1050 9910 30 0001 C CNN +F 1 "+3.3V" H 1050 10060 40 0000 C CNN +F 2 "" H 1050 9950 60 0001 C CNN +F 3 "" H 1050 9950 60 0001 C CNN + 1 1050 9950 + 1 0 0 -1 +$EndComp +Text Label 2650 10000 0 60 ~ 0 +VCCA +Text Label 3200 10000 2 60 ~ 0 +VRH +Text Label 5800 6950 0 60 ~ 0 +VCCA +Text Label 5850 6800 0 60 ~ 0 +VRL +Text Label 5850 6700 0 60 ~ 0 +VRH +Text Label 15400 1700 2 60 ~ 0 +IRQ-7 +$Comp +L DIODE D1 +U 1 1 46237F86 +P 14800 1700 +F 0 "D1" H 14800 1800 40 0000 C CNN +F 1 "BAT54" H 14800 1600 40 0000 C CNN +F 2 "lib_smd:ST23AK#1" H 14800 1700 60 0001 C CNN +F 3 "" H 14800 1700 60 0001 C CNN + 1 14800 1700 + -1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR022 +U 1 1 46237F59 +P 11800 1700 +F 0 "#PWR022" H 11800 1660 30 0001 C CNN +F 1 "+3.3V" H 11800 1810 40 0000 C CNN +F 2 "" H 11800 1700 60 0001 C CNN +F 3 "" H 11800 1700 60 0001 C CNN + 1 11800 1700 + -1 0 0 -1 +$EndComp +$Comp +L SW_PUSH ABRT_SW1 +U 1 1 46237F50 +P 12200 1700 +F 0 "ABRT_SW1" H 12200 1850 50 0000 C CNN +F 1 "SW_PUSH" H 12200 1620 50 0000 C CNN +F 2 "discret:SW_PUSH_SMALL" H 12200 1700 60 0001 C CNN +F 3 "" H 12200 1700 60 0001 C CNN + 1 12200 1700 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR023 +U 1 1 46237F11 +P 13100 2350 +F 0 "#PWR023" H 13100 2350 30 0001 C CNN +F 1 "GND" H 13100 2280 30 0001 C CNN +F 2 "" H 13100 2350 60 0001 C CNN +F 3 "" H 13100 2350 60 0001 C CNN + 1 13100 2350 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR024 +U 1 1 46237F0E +P 13300 2350 +F 0 "#PWR024" H 13300 2350 30 0001 C CNN +F 1 "GND" H 13300 2280 30 0001 C CNN +F 2 "" H 13300 2350 60 0001 C CNN +F 3 "" H 13300 2350 60 0001 C CNN + 1 13300 2350 + -1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR025 +U 1 1 46237E86 +P 14450 650 +F 0 "#PWR025" H 14450 610 30 0001 C CNN +F 1 "+3.3V" H 14450 760 40 0000 C CNN +F 2 "" H 14450 650 60 0001 C CNN +F 3 "" H 14450 650 60 0001 C CNN + 1 14450 650 + -1 0 0 -1 +$EndComp +$Comp +L LED LEDABRT1 +U 1 1 46237E52 +P 14450 900 +F 0 "LEDABRT1" H 14450 1000 50 0000 C CNN +F 1 "RED" H 14450 800 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 14450 900 60 0001 C CNN +F 3 "" H 14450 900 60 0001 C CNN + 1 14450 900 + 0 -1 1 0 +$EndComp +$Comp +L R R14 +U 1 1 46237E3D +P 14450 1400 +F 0 "R14" V 14530 1400 50 0000 C CNN +F 1 "270" V 14450 1400 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14450 1400 60 0001 C CNN +F 3 "" H 14450 1400 60 0001 C CNN + 1 14450 1400 + -1 0 0 -1 +$EndComp +$Comp +L C C15 +U 1 1 46237E36 +P 13300 2050 +F 0 "C15" H 13050 2150 50 0000 L CNN +F 1 "100nF" H 13000 1950 50 0000 L CNN +F 2 "lib_smd:SM0805" H 13300 2050 60 0001 C CNN +F 3 "" H 13300 2050 60 0001 C CNN + 1 13300 2050 + -1 0 0 -1 +$EndComp +$Comp +L R R12 +U 1 1 46237E2F +P 13100 2050 +F 0 "R12" H 13250 2200 50 0000 C CNN +F 1 "20K" V 13100 2050 50 0000 C CNN +F 2 "lib_smd:SM0805" H 13100 2050 60 0001 C CNN +F 3 "" H 13100 2050 60 0001 C CNN + 1 13100 2050 + -1 0 0 -1 +$EndComp +$Comp +L R R7 +U 1 1 46237E28 +P 12850 1700 +F 0 "R7" V 12750 1700 50 0000 C CNN +F 1 "1K" V 12850 1700 50 0000 C CNN +F 2 "lib_smd:SM0805" H 12850 1700 60 0001 C CNN +F 3 "" H 12850 1700 60 0001 C CNN + 1 12850 1700 + 0 -1 1 0 +$EndComp +$Comp +L +3.3V #PWR026 +U 1 1 46237E18 +P 13300 1000 +F 0 "#PWR026" H 13300 960 30 0001 C CNN +F 1 "+3.3V" H 13300 1110 40 0000 C CNN +F 2 "" H 13300 1000 60 0001 C CNN +F 3 "" H 13300 1000 60 0001 C CNN + 1 13300 1000 + -1 0 0 -1 +$EndComp +$Comp +L GND #PWR027 +U 1 1 46237E07 +P 13300 1450 +F 0 "#PWR027" H 13300 1450 30 0001 C CNN +F 1 "GND" H 13300 1380 30 0001 C CNN +F 2 "" H 13300 1450 60 0001 C CNN +F 3 "" H 13300 1450 60 0001 C CNN + 1 13300 1450 + -1 0 0 -1 +$EndComp +$Comp +L C C14 +U 1 1 46237DF9 +P 13300 1250 +F 0 "C14" H 13400 1200 50 0000 L CNN +F 1 "100nF" H 13400 1300 50 0000 L CNN +F 2 "lib_smd:SM0805" H 13300 1250 60 0001 C CNN +F 3 "" H 13300 1250 60 0001 C CNN + 1 13300 1250 + 1 0 0 1 +$EndComp +Text Label 5650 4000 0 60 ~ 0 +ALLPST +$Comp +L VDD #PWR028 +U 1 1 461BE524 +P 5250 3000 +F 0 "#PWR028" H 5250 3100 30 0001 C CNN +F 1 "VDD" H 5250 3110 40 0000 C CNN +F 2 "" H 5250 3000 60 0001 C CNN +F 3 "" H 5250 3000 60 0001 C CNN + 1 5250 3000 + 1 0 0 -1 +$EndComp +$Comp +L R R45 +U 1 1 461BE50C +P 5500 3050 +F 0 "R45" V 5600 2950 50 0000 C CNN +F 1 "4,7K" V 5500 3050 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5500 3050 60 0001 C CNN +F 3 "" H 5500 3050 60 0001 C CNN + 1 5500 3050 + 0 1 1 0 +$EndComp +Text Label 4650 6650 0 60 ~ 0 +AN[0..7] +Entry Wire Line + 5550 6650 5650 6550 +Entry Wire Line + 5550 6550 5650 6450 +Entry Wire Line + 5550 6450 5650 6350 +Entry Wire Line + 5550 6350 5650 6250 +Entry Wire Line + 5550 6250 5650 6150 +Entry Wire Line + 5550 6150 5650 6050 +Entry Wire Line + 5550 6050 5650 5950 +Entry Wire Line + 5550 5950 5650 5850 +Text Label 5700 6550 0 60 ~ 0 +AN7 +Text Label 5700 6450 0 60 ~ 0 +AN6 +Text Label 5700 6350 0 60 ~ 0 +AN5 +Text Label 5700 6250 0 60 ~ 0 +AN4 +Text Label 5700 6150 0 60 ~ 0 +AN3 +Text Label 5700 6050 0 60 ~ 0 +AN2 +Text Label 5700 5950 0 60 ~ 0 +AN1 +Text Label 5700 5850 0 60 ~ 0 +AN0 +Text Label 6200 1400 0 60 ~ 0 +VDDPLL +$Comp +L GND #PWR029 +U 1 1 461BE37E +P 7100 1850 +F 0 "#PWR029" H 7100 1850 30 0001 C CNN +F 1 "GND" H 7100 1780 30 0001 C CNN +F 2 "" H 7100 1850 60 0001 C CNN +F 3 "" H 7100 1850 60 0001 C CNN + 1 7100 1850 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR030 +U 1 1 461BE36C +P 6750 1850 +F 0 "#PWR030" H 6750 1850 30 0001 C CNN +F 1 "GND" H 6750 1780 30 0001 C CNN +F 2 "" H 6750 1850 60 0001 C CNN +F 3 "" H 6750 1850 60 0001 C CNN + 1 6750 1850 + 1 0 0 -1 +$EndComp +$Comp +L C C20 +U 1 1 461BE364 +P 6750 1650 +F 0 "C20" H 6800 1750 50 0000 L CNN +F 1 "1nF" H 6800 1550 50 0000 L CNN +F 2 "lib_smd:SM0805" H 6750 1650 60 0001 C CNN +F 3 "" H 6750 1650 60 0001 C CNN + 1 6750 1650 + 1 0 0 -1 +$EndComp +$Comp +L C C21 +U 1 1 461BE35C +P 7100 1650 +F 0 "C21" H 7150 1750 50 0000 L CNN +F 1 "100nF" H 7150 1550 50 0000 L CNN +F 2 "lib_smd:SM0805" H 7100 1650 60 0001 C CNN +F 3 "" H 7100 1650 60 0001 C CNN + 1 7100 1650 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L2 +U 1 1 461BE327 +P 6600 1200 +F 0 "L2" V 6550 1200 40 0000 C CNN +F 1 "10uH" V 6700 1200 40 0000 C CNN +F 2 "lib_smd:SM1206" H 6600 1200 60 0001 C CNN +F 3 "" H 6600 1200 60 0001 C CNN + 1 6600 1200 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #PWR031 +U 1 1 461BE318 +P 6250 1150 +F 0 "#PWR031" H 6250 1110 30 0001 C CNN +F 1 "+3.3V" H 6250 1260 40 0000 C CNN +F 2 "" H 6250 1150 60 0001 C CNN +F 3 "" H 6250 1150 60 0001 C CNN + 1 6250 1150 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR032 +U 1 1 461BE2B7 +P 4350 3350 +F 0 "#PWR032" H 4350 3350 30 0001 C CNN +F 1 "GND" H 4350 3280 30 0001 C CNN +F 2 "" H 4350 3350 60 0001 C CNN +F 3 "" H 4350 3350 60 0001 C CNN + 1 4350 3350 + 0 1 1 0 +$EndComp +Text Label 5600 2750 0 60 ~ 0 +RSTO- +Text Label 5600 2650 0 60 ~ 0 +RSTI- +$Comp +L R R9 +U 1 1 461BE230 +P 5850 3150 +F 0 "R9" V 5930 3150 50 0000 C CNN +F 1 "0" V 5850 3150 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5850 3150 60 0001 C CNN +F 3 "" H 5850 3150 60 0001 C CNN + 1 5850 3150 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR033 +U 1 1 461BE20A +P 6150 2200 +F 0 "#PWR033" H 6150 2200 30 0001 C CNN +F 1 "GND" H 6150 2130 30 0001 C CNN +F 2 "" H 6150 2200 60 0001 C CNN +F 3 "" H 6150 2200 60 0001 C CNN + 1 6150 2200 + 0 1 1 0 +$EndComp +Text Label 10250 3300 0 60 ~ 0 +DTIN3 +Text Label 10250 3200 0 60 ~ 0 +DTIN2 +Text Label 10250 3100 0 60 ~ 0 +DTIN1 +Text Label 10250 3000 0 60 ~ 0 +DTIN0 +Text Label 10300 2400 0 60 ~ 0 +PWM7 +Text Label 10300 2300 0 60 ~ 0 +PWM5 +Text Label 10300 2200 0 60 ~ 0 +PWM3 +Text Label 10300 2100 0 60 ~ 0 +PWM1 +Entry Wire Line + 5400 5750 5500 5650 +Entry Wire Line + 5400 5650 5500 5550 +Entry Wire Line + 5400 5550 5500 5450 +Entry Wire Line + 5400 5450 5500 5350 +Entry Wire Line + 5400 5350 5500 5250 +Entry Wire Line + 5400 5250 5500 5150 +Entry Wire Line + 5400 5150 5500 5050 +Text Label 4650 5900 0 60 ~ 0 +IRQ-[1..7] +$Comp +L VDD #PWR034 +U 1 1 461BE128 +P 4750 5000 +F 0 "#PWR034" H 4750 5100 30 0001 C CNN +F 1 "VDD" H 4750 5110 40 0000 C CNN +F 2 "" H 4750 5000 60 0001 C CNN +F 3 "" H 4750 5000 60 0001 C CNN + 1 4750 5000 + 1 0 0 -1 +$EndComp +$Comp +L VDD #PWR035 +U 1 1 461BE125 +P 4150 5000 +F 0 "#PWR035" H 4150 5100 30 0001 C CNN +F 1 "VDD" H 4150 5110 40 0000 C CNN +F 2 "" H 4150 5000 60 0001 C CNN +F 3 "" H 4150 5000 60 0001 C CNN + 1 4150 5000 + 1 0 0 -1 +$EndComp +$Comp +L R R13 +U 1 1 461BE054 +P 5050 5650 +F 0 "R13" V 5130 5650 50 0000 C CNN +F 1 "10K" V 5050 5650 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5050 5650 60 0001 C CNN +F 3 "" H 5050 5650 60 0001 C CNN + 1 5050 5650 + 0 1 1 0 +$EndComp +$Comp +L R R11 +U 1 1 461BE051 +P 4450 5550 +F 0 "R11" V 4530 5550 50 0000 C CNN +F 1 "10K" V 4450 5550 50 0000 C CNN +F 2 "lib_smd:SM0805" H 4450 5550 60 0001 C CNN +F 3 "" H 4450 5550 60 0001 C CNN + 1 4450 5550 + 0 1 1 0 +$EndComp +$Comp +L R R10 +U 1 1 461BE04B +P 5050 5450 +F 0 "R10" V 5130 5450 50 0000 C CNN +F 1 "10K" V 5050 5450 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5050 5450 60 0001 C CNN +F 3 "" H 5050 5450 60 0001 C CNN + 1 5050 5450 + 0 1 1 0 +$EndComp +$Comp +L R R8 +U 1 1 461BE047 +P 4450 5350 +F 0 "R8" V 4530 5350 50 0000 C CNN +F 1 "10K" V 4450 5350 50 0000 C CNN +F 2 "lib_smd:SM0805" H 4450 5350 60 0001 C CNN +F 3 "" H 4450 5350 60 0001 C CNN + 1 4450 5350 + 0 1 1 0 +$EndComp +$Comp +L R R6 +U 1 1 461BE046 +P 5050 5250 +F 0 "R6" V 5130 5250 50 0000 C CNN +F 1 "10K" V 5050 5250 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5050 5250 60 0001 C CNN +F 3 "" H 5050 5250 60 0001 C CNN + 1 5050 5250 + 0 1 1 0 +$EndComp +$Comp +L R R5 +U 1 1 461BE041 +P 4450 5150 +F 0 "R5" V 4530 5150 50 0000 C CNN +F 1 "10K" V 4450 5150 50 0000 C CNN +F 2 "lib_smd:SM0805" H 4450 5150 60 0001 C CNN +F 3 "" H 4450 5150 60 0001 C CNN + 1 4450 5150 + 0 1 1 0 +$EndComp +$Comp +L R R4 +U 1 1 461BE039 +P 5050 5050 +F 0 "R4" V 5130 5050 50 0000 C CNN +F 1 "10K" V 5050 5050 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5050 5050 60 0001 C CNN +F 3 "" H 5050 5050 60 0001 C CNN + 1 5050 5050 + 0 1 1 0 +$EndComp +Text Label 5650 5650 0 60 ~ 0 +IRQ-7 +Text Label 5650 5550 0 60 ~ 0 +IRQ-6 +Text Label 5650 5450 0 60 ~ 0 +IRQ-5 +Text Label 5650 5350 0 60 ~ 0 +IRQ-4 +Text Label 5650 5250 0 60 ~ 0 +IRQ-3 +Text Label 5650 5150 0 60 ~ 0 +IRQ-2 +Text Label 5650 5050 0 60 ~ 0 +IRQ-1 +$Comp +L CONN_1 TA-1 +U 1 1 461BBA34 +P 13750 4800 +F 0 "TA-1" H 13800 4700 40 0000 C CNN +F 1 "CONN_1" H 13700 4840 30 0001 C CNN +F 2 "connect:PINTST" H 13750 4800 60 0001 C CNN +F 3 "" H 13750 4800 60 0001 C CNN + 1 13750 4800 + 1 0 0 -1 +$EndComp +Text Label 12150 3800 0 60 ~ 0 +RSTI- +NoConn ~ 12800 4500 +$Comp +L +3.3V #PWR036 +U 1 1 461BB93F +P 12450 4700 +F 0 "#PWR036" H 12450 4660 30 0001 C CNN +F 1 "+3.3V" H 12450 4810 40 0000 C CNN +F 2 "" H 12450 4700 60 0001 C CNN +F 3 "" H 12450 4700 60 0001 C CNN + 1 12450 4700 + 0 -1 -1 0 +$EndComp +NoConn ~ 13600 4500 +NoConn ~ 12800 3500 +Text Label 14700 4200 0 60 ~ 0 +DDAT3 +Text Label 12150 4300 0 60 ~ 0 +DDAT2 +Text Label 14700 4300 0 60 ~ 0 +DDAT1 +Text Label 12150 4400 0 60 ~ 0 +DDAT0 +Text Label 14750 4000 0 60 ~ 0 +PST3 +Text Label 12150 4100 0 60 ~ 0 +PST2 +Text Label 14750 4100 0 60 ~ 0 +PST1 +Text Label 12150 4200 0 60 ~ 0 +PST0 +Text Label 5650 4800 0 60 ~ 0 +DDAT3 +Text Label 5650 4700 0 60 ~ 0 +DDAT2 +Text Label 5650 4600 0 60 ~ 0 +DDAT1 +Text Label 5650 4500 0 60 ~ 0 +DDAT0 +Text Label 5650 4400 0 60 ~ 0 +PST3 +Text Label 5650 4300 0 60 ~ 0 +PST2 +Text Label 5650 4200 0 60 ~ 0 +PST1 +Text Label 5650 4100 0 60 ~ 0 +PST0 +$Comp +L GND #PWR037 +U 1 1 461BB8C6 +P 14100 5200 +F 0 "#PWR037" H 14100 5200 30 0001 C CNN +F 1 "GND" H 14100 5130 30 0001 C CNN +F 2 "" H 14100 5200 60 0001 C CNN +F 3 "" H 14100 5200 60 0001 C CNN + 1 14100 5200 + 1 0 0 -1 +$EndComp +$Comp +L R R26 +U 1 1 461BB8C0 +P 14100 4950 +F 0 "R26" V 14180 4950 50 0000 C CNN +F 1 "10K" V 14100 4950 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14100 4950 60 0001 C CNN +F 3 "" H 14100 4950 60 0001 C CNN + 1 14100 4950 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 CLKOUT1 +U 1 1 461BB894 +P 14700 4750 +F 0 "CLKOUT1" H 14750 4650 40 0000 C CNN +F 1 "CONN_1" H 14650 4790 30 0001 C CNN +F 2 "connect:PINTST" H 14700 4750 60 0001 C CNN +F 3 "" H 14700 4750 60 0001 C CNN + 1 14700 4750 + 1 0 0 -1 +$EndComp +Text Label 14750 3600 0 60 ~ 0 +DSCLK +Text Label 5750 3450 0 60 ~ 0 +DSCLK +$Comp +L VDD #PWR038 +U 1 1 461BB7AD +P 13850 2650 +F 0 "#PWR038" H 13850 2750 30 0001 C CNN +F 1 "VDD" H 13850 2760 40 0000 C CNN +F 2 "" H 13850 2650 60 0001 C CNN +F 3 "" H 13850 2650 60 0001 C CNN + 1 13850 2650 + 1 0 0 -1 +$EndComp +$Comp +L R R20 +U 1 1 461BB799 +P 14600 3000 +F 0 "R20" V 14680 3000 50 0000 C CNN +F 1 "4,7K" V 14600 3000 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14600 3000 60 0001 C CNN +F 3 "" H 14600 3000 60 0001 C CNN + 1 14600 3000 + 1 0 0 -1 +$EndComp +$Comp +L R R19 +U 1 1 461BB798 +P 14350 3000 +F 0 "R19" V 14430 3000 50 0000 C CNN +F 1 "4,7K" V 14350 3000 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14350 3000 60 0001 C CNN +F 3 "" H 14350 3000 60 0001 C CNN + 1 14350 3000 + 1 0 0 -1 +$EndComp +$Comp +L R R18 +U 1 1 461BB795 +P 14100 3000 +F 0 "R18" V 14180 3000 50 0000 C CNN +F 1 "4,7K" V 14100 3000 50 0000 C CNN +F 2 "lib_smd:SM0805" H 14100 3000 60 0001 C CNN +F 3 "" H 14100 3000 60 0001 C CNN + 1 14100 3000 + 1 0 0 -1 +$EndComp +$Comp +L R R17 +U 1 1 461BB790 +P 13850 3000 +F 0 "R17" V 13930 3000 50 0000 C CNN +F 1 "4,7K" V 13850 3000 50 0000 C CNN +F 2 "lib_smd:SM0805" H 13850 3000 60 0001 C CNN +F 3 "" H 13850 3000 60 0001 C CNN + 1 13850 3000 + 1 0 0 -1 +$EndComp +Text Label 14750 3500 0 60 ~ 0 +BKPT- +Text Label 14750 4600 0 60 ~ 0 +TCLK +Text Label 14750 3900 0 60 ~ 0 +DSO +Text Label 14750 3800 0 60 ~ 0 +DSI +Text Label 4800 3750 0 60 ~ 0 +TCLK +$Comp +L R R46 +U 1 1 461BB742 +P 5400 3750 +F 0 "R46" V 5480 3750 50 0000 C CNN +F 1 "22" V 5400 3750 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5400 3750 60 0001 C CNN +F 3 "" H 5400 3750 60 0001 C CNN + 1 5400 3750 + 0 1 1 0 +$EndComp +Text Label 5350 3350 0 60 ~ 0 +JTAG_EN +Text Label 5750 3650 0 60 ~ 0 +DSO +Text Label 5750 3550 0 60 ~ 0 +DSI +Text Label 5750 3850 0 60 ~ 0 +BKPT- +Text Label 3150 2000 0 60 ~ 0 +CLKMOD1 +Text Label 3150 1650 0 60 ~ 0 +CLKMOD0 +Text Label 5550 2950 0 60 ~ 0 +CLKMOD1 +Text Label 5550 2850 0 60 ~ 0 +CLKMOD0 +$Comp +L GND #PWR039 +U 1 1 461BB690 +P 5600 3150 +F 0 "#PWR039" H 5600 3150 30 0001 C CNN +F 1 "GND" H 5600 3080 30 0001 C CNN +F 2 "" H 5600 3150 60 0001 C CNN +F 3 "" H 5600 3150 60 0001 C CNN + 1 5600 3150 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR040 +U 1 1 461BB68E +P 2100 2000 +F 0 "#PWR040" H 2100 2000 30 0001 C CNN +F 1 "GND" H 2100 1930 30 0001 C CNN +F 2 "" H 2100 2000 60 0001 C CNN +F 3 "" H 2100 2000 60 0001 C CNN + 1 2100 2000 + 0 1 1 0 +$EndComp +$Comp +L VDD #PWR041 +U 1 1 461BB662 +P 3050 1050 +F 0 "#PWR041" H 3050 1150 30 0001 C CNN +F 1 "VDD" H 3050 1160 40 0000 C CNN +F 2 "" H 3050 1050 60 0001 C CNN +F 3 "" H 3050 1050 60 0001 C CNN + 1 3050 1050 + 1 0 0 -1 +$EndComp +$Comp +L R R2 +U 1 1 461BB661 +P 3050 1350 +F 0 "R2" H 2950 1550 50 0000 C CNN +F 1 "4,7K" V 3050 1350 50 0000 C CNN +F 2 "lib_smd:SM0805" H 3050 1350 60 0001 C CNN +F 3 "" H 3050 1350 60 0001 C CNN + 1 3050 1350 + 1 0 0 -1 +$EndComp +$Comp +L VDD #PWR042 +U 1 1 461BB660 +P 2850 1050 +F 0 "#PWR042" H 2850 1150 30 0001 C CNN +F 1 "VDD" H 2850 1160 40 0000 C CNN +F 2 "" H 2850 1050 60 0001 C CNN +F 3 "" H 2850 1050 60 0001 C CNN + 1 2850 1050 + 1 0 0 -1 +$EndComp +$Comp +L R R25 +U 1 1 461BB65F +P 2850 1350 +F 0 "R25" H 2700 1550 50 0000 C CNN +F 1 "4,7K" V 2850 1350 50 0000 C CNN +F 2 "lib_smd:SM0805" H 2850 1350 60 0001 C CNN +F 3 "" H 2850 1350 60 0001 C CNN + 1 2850 1350 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER CLK1 +U 1 1 461BB648 +P 2450 2000 +F 0 "CLK1" H 2450 2150 60 0000 C CNN +F 1 "JUMPER" H 2450 1920 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 2450 2000 60 0001 C CNN +F 3 "" H 2450 2000 60 0001 C CNN + 1 2450 2000 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER CLK0 +U 1 1 461BB62E +P 2450 1650 +F 0 "CLK0" H 2450 1800 60 0000 C CNN +F 1 "JUMPER" H 2450 1570 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 2450 1650 60 0001 C CNN +F 3 "" H 2450 1650 60 0001 C CNN + 1 2450 1650 + 1 0 0 -1 +$EndComp +$Comp +L VDD #PWR043 +U 1 1 461BB60D +P 8400 1650 +F 0 "#PWR043" H 8400 1750 30 0001 C CNN +F 1 "VDD" H 8400 1760 40 0000 C CNN +F 2 "" H 8400 1650 60 0001 C CNN +F 3 "" H 8400 1650 60 0001 C CNN + 1 8400 1650 + 1 0 0 -1 +$EndComp +$Comp +L C C6 +U 1 1 461BB5E5 +P 5150 10250 +F 0 "C6" H 5200 10350 50 0000 L CNN +F 1 "100nF" H 5200 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 5150 10250 60 0001 C CNN +F 3 "" H 5150 10250 60 0001 C CNN + 1 5150 10250 + 1 0 0 -1 +$EndComp +$Comp +L VDD #PWR044 +U 1 1 461BB525 +P 5050 2750 +F 0 "#PWR044" H 5050 2850 30 0001 C CNN +F 1 "VDD" H 5050 2860 40 0000 C CNN +F 2 "" H 5050 2750 60 0001 C CNN +F 3 "" H 5050 2750 60 0001 C CNN + 1 5050 2750 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR045 +U 1 1 461BAF82 +P 2100 1650 +F 0 "#PWR045" H 2100 1650 30 0001 C CNN +F 1 "GND" H 2100 1580 30 0001 C CNN +F 2 "" H 2100 1650 60 0001 C CNN +F 3 "" H 2100 1650 60 0001 C CNN + 1 2100 1650 + 0 1 1 0 +$EndComp +$Comp +L R R16 +U 1 1 461BAF5C +P 5050 3050 +F 0 "R16" V 5130 3050 50 0000 C CNN +F 1 "4,7K" V 5050 3050 50 0000 C CNN +F 2 "lib_smd:SM0805" H 5050 3050 60 0001 C CNN +F 3 "" H 5050 3050 60 0001 C CNN + 1 5050 3050 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER BDM_EN1 +U 1 1 461BAF4F +P 4700 3350 +F 0 "BDM_EN1" H 4700 3500 60 0000 C CNN +F 1 "JUMPER" H 4700 3270 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 4700 3350 60 0001 C CNN +F 3 "" H 4700 3350 60 0001 C CNN + 1 4700 3350 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR046 +U 1 1 461BAF37 +P 13600 4400 +F 0 "#PWR046" H 13600 4400 30 0001 C CNN +F 1 "GND" H 13600 4330 30 0001 C CNN +F 2 "" H 13600 4400 60 0001 C CNN +F 3 "" H 13600 4400 60 0001 C CNN + 1 13600 4400 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR047 +U 1 1 461BAF13 +P 12600 4800 +F 0 "#PWR047" H 12600 4800 30 0001 C CNN +F 1 "GND" H 12600 4730 30 0001 C CNN +F 2 "" H 12600 4800 60 0001 C CNN +F 3 "" H 12600 4800 60 0001 C CNN + 1 12600 4800 + 1 0 0 -1 +$EndComp +$Comp +L CONN_13X2 BDM_PORT1 +U 1 1 461BAEE7 +P 13200 4100 +F 0 "BDM_PORT1" H 13200 4800 60 0000 C CNN +F 1 "CONN_13X2" V 13200 4100 50 0000 C CNN +F 2 "pin_array:pin_array_13x2" H 13200 4100 60 0001 C CNN +F 3 "" H 13200 4100 60 0001 C CNN + 1 13200 4100 + 1 0 0 -1 +$EndComp +$Comp +L VDD #PWR048 +U 1 1 461BAEA3 +P 4200 9950 +F 0 "#PWR048" H 4200 10050 30 0001 C CNN +F 1 "VDD" H 4200 10060 40 0000 C CNN +F 2 "" H 4200 9950 60 0001 C CNN +F 3 "" H 4200 9950 60 0001 C CNN + 1 4200 9950 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR049 +U 1 1 46161D48 +P 7850 10550 +F 0 "#PWR049" H 7850 10550 30 0001 C CNN +F 1 "GND" H 7850 10480 30 0001 C CNN +F 2 "" H 7850 10550 60 0001 C CNN +F 3 "" H 7850 10550 60 0001 C CNN + 1 7850 10550 + 1 0 0 -1 +$EndComp +$Comp +L CP C17 +U 1 1 46161D3C +P 7750 10250 +F 0 "C17" H 7800 10350 50 0000 L CNN +F 1 "100uF" H 7800 10150 50 0000 L CNN +F 2 "lib_smd:SM1206POL" H 7750 10250 60 0001 C CNN +F 3 "" H 7750 10250 60 0001 C CNN + 1 7750 10250 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #PWR050 +U 1 1 46161D18 +P 4000 9950 +F 0 "#PWR050" H 4000 9910 30 0001 C CNN +F 1 "+3.3V" H 4000 10060 40 0000 C CNN +F 2 "" H 4000 9950 60 0001 C CNN +F 3 "" H 4000 9950 60 0001 C CNN + 1 4000 9950 + 1 0 0 -1 +$EndComp +$Comp +L C C12 +U 1 1 46161CDA +P 7350 10250 +F 0 "C12" H 7400 10350 50 0000 L CNN +F 1 "100nF" H 7400 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 7350 10250 60 0001 C CNN +F 3 "" H 7350 10250 60 0001 C CNN + 1 7350 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C11 +U 1 1 46161CD9 +P 7000 10250 +F 0 "C11" H 7050 10350 50 0000 L CNN +F 1 "100nF" H 7050 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 7000 10250 60 0001 C CNN +F 3 "" H 7000 10250 60 0001 C CNN + 1 7000 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C10 +U 1 1 46161CD8 +P 6600 10250 +F 0 "C10" H 6650 10350 50 0000 L CNN +F 1 "100nF" H 6650 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 6600 10250 60 0001 C CNN +F 3 "" H 6600 10250 60 0001 C CNN + 1 6600 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C9 +U 1 1 46161CD7 +P 6250 10250 +F 0 "C9" H 6300 10350 50 0000 L CNN +F 1 "100nF" H 6300 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 6250 10250 60 0001 C CNN +F 3 "" H 6250 10250 60 0001 C CNN + 1 6250 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C8 +U 1 1 46161CD4 +P 5900 10250 +F 0 "C8" H 5950 10350 50 0000 L CNN +F 1 "100nF" H 5950 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 5900 10250 60 0001 C CNN +F 3 "" H 5900 10250 60 0001 C CNN + 1 5900 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C7 +U 1 1 46161CD3 +P 5550 10250 +F 0 "C7" H 5600 10350 50 0000 L CNN +F 1 "100nF" H 5600 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 5550 10250 60 0001 C CNN +F 3 "" H 5550 10250 60 0001 C CNN + 1 5550 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C5 +U 1 1 46161CB8 +P 4750 10250 +F 0 "C5" H 4800 10350 50 0000 L CNN +F 1 "100nF" H 4800 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 4750 10250 60 0001 C CNN +F 3 "" H 4750 10250 60 0001 C CNN + 1 4750 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C4 +U 1 1 46161CB5 +P 4400 10250 +F 0 "C4" H 4450 10350 50 0000 L CNN +F 1 "100nF" H 4450 10150 50 0000 L CNN +F 2 "lib_smd:SM0805" H 4400 10250 60 0001 C CNN +F 3 "" H 4400 10250 60 0001 C CNN + 1 4400 10250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1250 3350 1250 3400 +Wire Wire Line + 2450 10500 2600 10500 +Connection ~ 2600 10500 +Wire Wire Line + 3150 10550 3150 10500 +Wire Wire Line + 3150 10500 2900 10500 +Connection ~ 2900 10500 +Connection ~ 7850 10500 +Wire Wire Line + 8000 10550 8000 10500 +Connection ~ 8000 10500 +Wire Wire Line + 4200 9950 4200 10000 +Connection ~ 4200 10000 +Wire Wire Line + 4400 10000 4400 10050 +Wire Wire Line + 2150 1650 2100 1650 +Wire Wire Line + 2150 2000 2100 2000 +Wire Wire Line + 2850 1050 2850 1100 +Wire Wire Line + 3050 1100 3050 1050 +Wire Wire Line + 2300 4050 2300 4100 +Wire Wire Line + 2300 3750 2300 3700 +Wire Wire Line + 1900 3550 1900 3500 +Wire Wire Line + 5050 2750 5050 2800 +Wire Wire Line + 4350 3350 4400 3350 +Wire Wire Line + 13300 1000 13300 1050 +Wire Wire Line + 14450 650 14450 700 +Wire Wire Line + 13850 1450 13850 1500 +Wire Wire Line + 13850 1950 13850 1900 +Wire Wire Line + 13300 2350 13300 2250 +Wire Wire Line + 13100 2350 13100 2300 +$EndSCHEMATC diff --git a/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.lib b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.lib new file mode 100644 index 0000000..1dcd3f6 --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.lib @@ -0,0 +1,1055 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +3.3V +# +DEF +3.3V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -40 30 H I C CNN +F1 "+3.3V" 0 110 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS +3,3V +DRAW +X +3.3V 1 0 0 0 U 30 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# 74AHC1G14 +# +DEF 74AHC1G14 U 0 30 Y Y 1 F N +F0 "U" 145 115 40 H V C CNN +F1 "74AHC1G14" 200 -100 40 H V C CNN +F2 "" 95 -135 30 H V C CNN +F3 "" 145 115 60 H V C CNN +DRAW +P 4 0 0 0 -150 150 -150 -150 150 0 -150 150 N +X GND 3 -50 -200 100 U 40 20 0 0 W +X VCC 5 -50 200 100 D 40 20 0 0 W +X ~ 2 -450 0 300 R 60 60 1 1 I +X ~ 4 450 0 300 L 60 60 1 1 O I +X ~ 2 -450 0 300 R 60 60 1 2 I I +X ~ 4 450 0 300 L 60 60 1 2 O +ENDDRAW +ENDDEF +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_13X2 +# +DEF CONN_13X2 P 0 10 Y N 1 F N +F0 "P" 0 700 60 H V C CNN +F1 "CONN_13X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 650 100 -650 0 1 0 N +X P1 1 -400 600 300 R 40 30 1 1 P I +X P2 2 400 600 300 L 40 30 1 1 P I +X P3 3 -400 500 300 R 40 30 1 1 P I +X P4 4 400 500 300 L 40 30 1 1 P I +X P5 5 -400 400 300 R 40 30 1 1 P I +X P6 6 400 400 300 L 40 30 1 1 P I +X P7 7 -400 300 300 R 40 30 1 1 P I +X P8 8 400 300 300 L 40 30 1 1 P I +X P9 9 -400 200 300 R 40 30 1 1 P I +X P10 10 400 200 300 L 40 30 1 1 P I +X P20 20 400 -300 300 L 40 30 1 1 P I +X P11 11 -400 100 300 R 40 30 1 1 P I +X P21 21 -400 -400 300 R 40 30 1 1 P I +X P12 12 400 100 300 L 40 30 1 1 P I +X P22 22 400 -400 300 L 40 30 1 1 P I +X P13 13 -400 0 300 R 40 30 1 1 P I +X P23 23 -400 -500 300 R 40 30 1 1 P I +X P14 14 400 0 300 L 40 30 1 1 P I +X P20 24 400 -500 300 L 40 30 1 1 P I +X P15 15 -400 -100 300 R 40 30 1 1 P I +X P24 25 -400 -600 300 R 40 30 1 1 P I +X P16 16 400 -100 300 L 40 30 1 1 P I +X P22 26 400 -600 300 L 40 30 1 1 P I +X P17 17 -400 -200 300 R 40 30 1 1 P I +X P18 18 400 -200 300 L 40 30 1 1 P I +X P19 19 -400 -300 300 R 40 30 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_20X2 +# +DEF CONN_20X2 P 0 10 Y N 1 F N +F0 "P" 0 1050 60 H V C CNN +F1 "CONN_20X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 1000 100 -1000 0 1 0 N +X P1 1 -400 950 300 R 60 30 1 1 P I +X P2 2 400 950 300 L 60 30 1 1 P I +X P3 3 -400 850 300 R 60 30 1 1 P I +X P4 4 400 850 300 L 60 30 1 1 P I +X P5 5 -400 750 300 R 60 30 1 1 P I +X P6 6 400 750 300 L 60 30 1 1 P I +X P7 7 -400 650 300 R 60 30 1 1 P I +X P8 8 400 650 300 L 60 30 1 1 P I +X P9 9 -400 550 300 R 60 30 1 1 P I +X P10 10 400 550 300 L 60 30 1 1 P I +X P20 20 400 50 300 L 60 30 1 1 P I +X P30 30 400 -450 300 L 60 30 1 1 P I +X P40 40 400 -950 300 L 60 30 1 1 P I +X P11 11 -400 450 300 R 60 30 1 1 P I +X P21 21 -400 -50 300 R 60 30 1 1 P I +X P31 31 -400 -550 300 R 60 30 1 1 P I +X P12 12 400 450 300 L 60 30 1 1 P I +X P22 22 400 -50 300 L 60 30 1 1 P I +X P32 32 400 -550 300 L 60 30 1 1 P I +X P13 13 -400 350 300 R 60 30 1 1 P I +X P23 23 -400 -150 300 R 60 30 1 1 P I +X P33 33 -400 -650 300 R 60 30 1 1 P I +X P14 14 400 350 300 L 60 30 1 1 P I +X P24 24 400 -150 300 L 60 30 1 1 P I +X P34 34 400 -650 300 L 60 30 1 1 P I +X P15 15 -400 250 300 R 60 30 1 1 P I +X ~ 25 -400 -250 300 R 60 30 1 1 P I +X P35 35 -400 -750 300 R 60 30 1 1 P I +X P16 16 400 250 300 L 60 30 1 1 P I +X P26 26 400 -250 300 L 60 30 1 1 P I +X P36 36 400 -750 300 L 60 30 1 1 P I +X P17 17 -400 150 300 R 60 30 1 1 P I +X P27 27 -400 -350 300 R 60 30 1 1 P I +X P37 37 -400 -850 300 R 60 30 1 1 P I +X P18 18 400 150 300 L 60 30 1 1 P I +X P28 28 400 -350 300 L 60 30 1 1 P I +X P38 38 400 -850 300 L 60 30 1 1 P I +X P19 19 -400 50 300 R 60 30 1 1 P I +X P29 29 -400 -450 300 R 60 30 1 1 P I +X P39 39 -400 -950 300 R 60 30 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_2X2 +# +DEF CONN_2X2 P 0 40 Y N 1 F N +F0 "P" 0 150 50 H V C CNN +F1 "CONN_2X2" 10 -130 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 100 100 -100 0 1 0 N +X 1 1 -400 50 300 R 60 60 1 1 P I +X 2 2 400 50 300 L 60 60 1 1 P I +X 3 3 -400 -50 300 R 60 60 1 1 P I +X 4 4 400 -50 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_3 +# +DEF CONN_3 K 0 40 Y N 1 F N +F0 "K" -50 0 50 V V C CNN +F1 "CONN_3" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 0 250 R 60 60 1 1 P I +X P3 3 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_30X2 +# +DEF CONN_30X2 P 0 10 Y N 1 F N +F0 "P" 0 1550 60 H V C CNN +F1 "CONN_30X2" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 1500 100 -1500 0 1 0 N +X P1 1 -400 1450 300 R 60 30 1 1 P I +X P2 2 400 1450 300 L 60 30 1 1 P I +X P3 3 -400 1350 300 R 60 30 1 1 P I +X P4 4 400 1350 300 L 60 30 1 1 P I +X P5 5 -400 1250 300 R 60 30 1 1 P I +X P6 6 400 1250 300 L 60 30 1 1 P I +X P7 7 -400 1150 300 R 60 30 1 1 P I +X P8 8 400 1150 300 L 60 30 1 1 P I +X P9 9 -400 1050 300 R 60 30 1 1 P I +X P10 10 400 1050 300 L 60 30 1 1 P I +X P20 20 400 550 300 L 60 30 1 1 P I +X P30 30 400 50 300 L 60 30 1 1 P I +X P40 40 400 -450 300 L 60 30 1 1 P I +X P50 50 400 -950 300 L 60 30 1 1 P I +X P60 60 400 -1450 300 L 50 50 1 1 P I +X P11 11 -400 950 300 R 60 30 1 1 P I +X P21 21 -400 450 300 R 60 30 1 1 P I +X P31 31 -400 -50 300 R 60 30 1 1 P I +X P41 41 -400 -550 300 R 60 30 1 1 P I +X P51 51 -400 -1050 300 R 50 50 1 1 P I +X P12 12 400 950 300 L 60 30 1 1 P I +X P22 22 400 450 300 L 60 30 1 1 P I +X P32 32 400 -50 300 L 60 30 1 1 P I +X P42 42 400 -550 300 L 60 30 1 1 P I +X P52 52 400 -1050 300 L 50 50 1 1 P I +X P13 13 -400 850 300 R 60 30 1 1 P I +X P23 23 -400 350 300 R 60 30 1 1 P I +X P23 23 -400 350 300 R 60 30 1 1 P I +X P33 33 -400 -150 300 R 60 30 1 1 P I +X P43 43 -400 -650 300 R 60 30 1 1 P I +X P53 53 -400 -1150 300 R 50 50 1 1 P I +X P14 14 400 850 300 L 60 30 1 1 P I +X P24 24 400 350 300 L 60 30 1 1 P I +X P34 34 400 -150 300 L 60 30 1 1 P I +X P44 44 400 -650 300 L 60 30 1 1 P I +X P54 54 400 -1150 300 L 50 50 1 1 P I +X P15 15 -400 750 300 R 60 30 1 1 P I +X ~ 25 -400 250 300 R 60 30 1 1 P I +X P35 35 -400 -250 300 R 60 30 1 1 P I +X P45 45 -400 -750 300 R 60 30 1 1 P I +X P55 55 -400 -1250 300 R 50 50 1 1 P I +X P16 16 400 750 300 L 60 30 1 1 P I +X P26 26 400 250 300 L 60 30 1 1 P I +X P36 36 400 -250 300 L 60 30 1 1 P I +X P46 46 400 -750 300 L 60 30 1 1 P I +X P56 56 400 -1250 300 L 50 50 1 1 P I +X P17 17 -400 650 300 R 60 30 1 1 P I +X P27 27 -400 150 300 R 60 30 1 1 P I +X P37 37 -400 -350 300 R 60 30 1 1 P I +X P47 47 -400 -850 300 R 60 30 1 1 P I +X P57 57 -400 -1350 300 R 50 50 1 1 P I +X P18 18 400 650 300 L 60 30 1 1 P I +X P28 28 400 150 300 L 60 30 1 1 P I +X P38 38 400 -350 300 L 60 30 1 1 P I +X P48 48 400 -850 300 L 60 30 1 1 P I +X P58 58 400 -1350 300 L 50 50 1 1 P I +X P19 19 -400 550 300 R 60 30 1 1 P I +X P29 29 -400 50 300 R 60 30 1 1 P I +X P39 39 -400 -450 300 R 60 30 1 1 P I +X P49 49 -400 -950 300 R 60 30 1 1 P I +X P59 59 -400 -1450 300 R 50 50 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_4X2 +# +DEF CONN_4X2 P 0 40 Y N 1 F N +F0 "P" 0 250 50 H V C CNN +F1 "CONN_4X2" 0 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 200 100 -200 0 1 0 N +X 1 1 -400 150 300 R 60 60 1 1 P I +X 2 2 400 150 300 L 60 60 1 1 P I +X 3 3 -400 50 300 R 60 60 1 1 P I +X 4 4 400 50 300 L 60 60 1 1 P I +X 5 5 -400 -50 300 R 60 60 1 1 P I +X 6 6 400 -50 300 L 60 60 1 1 P I +X 7 7 -400 -150 300 R 60 60 1 1 P I +X 8 8 400 -150 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_6 +# +DEF CONN_6 P 0 30 Y N 1 F N +F0 "P" -50 0 60 V V C CNN +F1 "CONN_6" 50 0 60 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 300 100 -300 0 1 0 N +X 1 1 -350 250 250 R 60 60 1 1 P I +X 2 2 -350 150 250 R 60 60 1 1 P I +X 3 3 -350 50 250 R 60 60 1 1 P I +X 4 4 -350 -50 250 R 60 60 1 1 P I +X 5 5 -350 -150 250 R 60 60 1 1 P I +X 6 6 -350 -250 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# FUSE +# +DEF FUSE F 0 10 Y Y 1 F N +F0 "F" 100 50 40 H V C CNN +F1 "FUSE" -100 -50 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A -75 0 75 1 1799 0 1 0 N 0 0 -150 0 +A 75 0 75 -1799 -1 0 1 0 N 0 0 150 0 +X ~ 1 -250 0 100 R 40 40 1 1 I +X ~ 2 250 0 100 L 40 40 1 1 I +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# GNDA +# +DEF GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 40 H I C CNN +F1 "GNDA" 0 -70 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GNDA 1 0 0 0 U 40 40 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# JACK_2P +# +DEF JACK_2P J 0 40 Y Y 1 F N +F0 "J" -350 -200 60 H V C CNN +F1 "JACK_2P" -150 250 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -450 150 -400 -100 0 1 0 F +S 300 -150 -400 200 0 1 0 N +P 3 0 1 0 150 0 300 0 300 0 N +P 4 0 1 0 0 -100 -50 -50 -100 -100 -100 -100 N +P 4 0 1 0 0 -100 300 -100 300 -100 300 -100 N +P 4 0 1 0 50 -50 100 -100 150 -50 150 -50 N +P 4 0 1 0 150 0 100 0 100 -100 100 -100 N +P 5 0 1 0 300 150 -250 150 -300 100 -350 150 -350 150 N +X ~ 1 450 -100 150 L 50 50 1 1 P +X ~ 2 450 0 150 L 50 50 1 1 P +X ~ 3 450 150 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LT1129_QPACK +# +DEF LT1129_QPACK U 0 30 Y Y 1 F N +F0 "U" 250 450 60 H V C CNN +F1 "LT1129_QPACK" 500 -495 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LT_1129_QP +DRAW +S -500 -400 500 400 0 1 0 N +X OUT 1 800 300 300 L 60 60 1 1 w +X SENSE 2 800 100 300 L 60 60 1 1 I +X GND 3 0 -700 300 U 60 60 1 1 W +X SHDN 4 -800 100 300 R 60 60 1 1 I I +X IN 5 -800 300 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# MAX232 +# +DEF MAX232 U 0 40 Y Y 1 F N +F0 "U" 0 850 70 H V C CNN +F1 "MAX232" 0 -850 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS MAX202 +DRAW +T 900 80 -530 40 0 0 0 RS232 Normal 0 C C +T 900 -100 -530 40 0 0 0 TTL Normal 0 C C +S -500 -800 500 800 0 1 0 N +P 3 0 1 0 -500 -300 500 -300 500 -300 N +P 3 0 1 0 0 -300 0 -800 0 -800 N +X C1+ 1 -800 700 300 R 60 50 1 1 I +X V+ 2 800 300 300 L 60 50 1 1 w +X C1- 3 -800 300 300 R 60 50 1 1 I +X C2+ 4 -800 200 300 R 60 50 1 1 I +X C2- 5 -800 -200 300 R 60 50 1 1 I +X V- 6 800 -200 300 L 60 50 1 1 w +X T2OUT 7 800 -500 300 L 60 50 1 1 O +X R2IN 8 800 -700 300 L 60 50 1 1 I +X R2OUT 9 -800 -700 300 R 60 50 1 1 O +X T2IN 10 -800 -500 300 R 60 50 1 1 I +X T1IN 11 -800 -400 300 R 60 50 1 1 I +X R1OUT 12 -800 -600 300 R 60 50 1 1 O +X R1IN 13 800 -600 300 L 60 50 1 1 I +X T1OUT 14 800 -400 300 L 60 50 1 1 O +X GND 15 800 100 300 L 60 50 1 1 W +X VCC 16 800 700 300 L 60 50 1 1 W +ENDDRAW +ENDDEF +# +# MC34064P +# +DEF MC34064P U 0 20 Y Y 1 F N +F0 "U" 50 200 60 H V C CNN +F1 "MC34064P" 300 -190 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS MC33064P +DRAW +S -200 -150 200 150 0 1 0 N +X Rst 1 350 50 150 L 60 40 1 1 C +X In 2 -350 50 150 R 60 40 1 1 I +X Gbd 3 0 -300 150 U 60 40 1 1 I +ENDDRAW +ENDDEF +# +# MCF5213-LQFP100 +# +DEF MCF5213-LQFP100 U 0 40 Y Y 1 F N +F0 "U" 1150 2700 60 H V L CNN +F1 "MCF5213-LQFP100" 600 -2650 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -1700 2600 1700 -2600 0 1 0 N +X VCC 1 -250 2850 250 D 30 30 1 1 W +X VCC 2 -200 2850 250 D 30 30 1 1 W +X GND 3 -250 -2850 250 U 30 30 1 1 W +X ~URTS1~/SYNCB/UTXD2/PUB2 4 2000 -400 300 L 50 50 1 1 B +X TEST 5 -2000 1450 300 R 50 50 1 1 I +X ~UCTS0~/CANRX/PUA3 6 2000 -300 300 L 50 50 1 1 B +X URXD0/PUA1 7 2000 400 300 L 50 50 1 1 B +X UTXD0/PUA0 8 2000 500 300 L 50 50 1 1 B +X ~URTS0~/CANTX/PUA2 9 2000 -200 300 L 50 50 1 1 B +X SCL/CANTX/PAS0/UTXD2 10 2000 950 300 L 50 50 1 1 B +X QSPI_CS0/SDA/CTS1/PQS3 20 2000 -1400 300 L 50 50 1 1 B +X ~URTS2~/PUC2 30 2000 -600 300 L 50 50 1 1 B +X CLKMOD0 40 -2000 1750 300 R 50 50 1 1 I +X VCCA 50 -2000 -2350 300 R 50 50 1 1 I +X PWM5/PTD2 60 2000 2300 300 L 50 60 1 1 B +X PST3/PDD3 70 -2000 200 300 R 50 50 1 1 B +X DSO/TDO 80 -2000 950 300 R 50 50 1 1 O +X ~IRQ4~/PNQ4 90 -2000 -750 300 R 50 50 1 1 B +X SDA/CANRX/PAS1/URXD2 11 2000 850 300 L 50 50 1 1 B +X RCON/EZPCS 21 -2000 1550 300 R 50 50 1 1 I L +X DTIN2/DTOUT2/PWM4/PTC2 31 2000 1400 300 L 50 50 1 1 B +X VCC 41 50 2850 250 D 30 30 1 1 W +X AN7/PAN7 51 -2000 -1950 300 R 50 50 1 1 B +X GPT2PWM5//PTA2 61 2000 1850 300 L 50 50 1 1 B +X GNDPLL 71 -2000 2400 300 R 50 50 1 1 P +X VCC 81 200 2850 250 D 30 30 1 1 W +X ~IRQ5~/PNQ5 91 -2000 -850 300 R 50 50 1 1 B +X QSPI_CS3/SYNCA/SYNCB/PQS6 12 2000 -1700 300 L 50 50 1 1 B +X VCC 22 -100 2850 250 D 30 30 1 1 W +X DTIN3/DTOUT3/PWM6/PTC3 32 2000 1300 300 L 50 50 1 1 B +X GND 42 0 -2850 250 U 30 30 1 1 W +X AN6/PAN6 52 -2000 -1850 300 R 50 50 1 1 B +X GPT3/PWM7/PTA3 62 2000 1750 300 L 50 50 1 1 B +X XTAL 72 -2000 2150 300 R 50 50 1 1 O +X GND 82 200 -2850 250 U 30 30 1 1 W +X GND 92 250 -2850 250 U 30 30 1 1 W +X QSPI_CS2/PQS5 13 2000 -1600 300 L 50 50 1 1 B +X VCC 23 -50 2850 250 D 30 30 1 1 W +X PWM3/PTD1 33 2000 2400 300 L 50 60 1 1 B +X AN0/PAN0 43 -2000 -1250 300 R 50 50 1 1 B +X AN5/PAN5 53 -2000 -1750 300 R 50 50 1 1 B +X PWM7/PTD3 63 2000 2200 300 L 50 60 1 1 B +X CLKIN/EXTAL 73 -2000 2250 300 R 50 50 1 1 I +X DDATA2/PDD6 83 -2000 -100 300 R 50 50 1 1 B +X VCC 93 250 2850 250 D 30 30 1 1 W +X VCC 14 -150 2850 250 D 30 30 1 1 W +X GND 24 -150 -2850 250 U 30 30 1 1 W +X VCC 34 0 2850 250 D 30 30 1 1 W +X AN1/PAN1 44 -2000 -1350 300 R 50 50 1 1 B +X AN4/PAN4 54 -2000 -1650 300 R 50 50 1 1 B +X TCLK/PSTCLK/CLKOUT 64 -2000 850 300 R 50 50 1 1 I +X VCCPLL 74 -2000 2500 300 R 50 50 1 1 P +X DDATA3/PDD7 84 -2000 -200 300 R 50 50 1 1 B +X ~IRQ6~/PNQ6 94 -2000 -950 300 R 50 50 1 1 B +X GND 15 -200 -2850 250 U 30 30 1 1 W +X GND 25 -100 -2850 250 U 30 30 1 1 W +X GND 35 -50 -2850 250 U 30 30 1 1 W +X AN2/PAN2 45 -2000 -1450 300 R 50 50 1 1 B +X VSTBY 55 350 2850 250 D 30 30 1 1 W +X PST0/PDD0 65 -2000 500 300 R 50 50 1 1 B +X GND 75 150 -2850 250 U 30 30 1 1 W +X DSCLK/~TRST~ 85 -2000 1150 300 R 50 50 1 1 I +X ~IRQ7~/PNQ7 95 -2000 -1050 300 R 50 50 1 1 B +X QSPI_DIN/EZPD/CANRX/RXD1/PQS1 16 2000 -1200 300 L 50 50 1 1 B +X JTAG_EN 26 -2000 1250 300 R 50 50 1 1 I +X DTIN0/DTOUT0/PWM0/PTC0 36 2000 1600 300 L 50 50 1 1 B +X AN3/PAN3 46 -2000 -1550 300 R 50 50 1 1 B +X GND 56 50 -2850 250 U 30 30 1 1 W +X PST1/PDD1 66 -2000 400 300 R 50 50 1 1 B +X ~BKPT~/TMS 76 -2000 750 300 R 50 50 1 1 I +X ALLPST 86 -2000 600 300 R 50 50 1 1 O +X RSTI 96 -2000 1950 300 R 50 50 1 1 I L +X QSPI_DOUT/EZPQ/CANTX/RXD0/PQS0 17 2000 -1100 300 L 50 50 1 1 B +X ~UCTS2~/PUC3 27 2000 -700 300 L 50 50 1 1 B +X DTIN1/DTOUT1/PWM2/PTC1 37 2000 1500 300 L 50 50 1 1 B +X VSSA 47 -2000 -2450 300 R 50 50 1 1 I +X VCC 57 100 2850 250 D 30 30 1 1 W +X GND 67 100 -2850 250 U 30 30 1 1 W +X DDATA0/PDD4 77 -2000 100 300 R 50 50 1 1 B +X ~IRQ1~/PNQ1/SYNCA/PWM1 87 -2000 -450 300 R 50 50 1 1 B +X RSTO 97 -2000 1850 300 R 50 50 1 1 O V +X QSPI_CLK/EZPCK/SCL/RTS1/PQS2 18 2000 -1300 300 L 50 50 1 1 B +X URXD2/PUC1 28 2000 0 300 L 50 50 1 1 B +X PWM1/PTD0 38 2000 2500 300 L 50 60 1 1 B +X VRL 48 -2000 -2200 300 R 50 50 1 1 I +X GPT0/PWM1/PTA0 58 2000 2050 300 L 50 50 1 1 B +X VCC 68 150 2850 250 D 30 30 1 1 W +X DDATA1/PDD5 78 -2000 0 300 R 50 50 1 1 B +X ~IRQ2~/PNQ2 88 -2000 -550 300 R 50 50 1 1 B +X ~UCTS1~/SYNCA/URXD2/PUB3 98 2000 -500 300 L 50 50 1 1 B +X QSPI_CS1/PQS4 19 2000 -1500 300 L 50 50 1 1 B +X UTXD2/PUC0 29 2000 100 300 L 50 50 1 1 B +X CLKMOD1 39 -2000 1650 300 R 50 50 1 1 I +X VRH 49 -2000 -2100 300 R 50 50 1 1 I +X GPT1/PWM3/PTA1 59 2000 1950 300 L 50 50 1 1 B +X PST2/PDD2 69 -2000 300 300 R 50 50 1 1 B +X DSI/TDI 79 -2000 1050 300 R 50 50 1 1 I +X ~IRQ3~/PNQ3 89 -2000 -650 300 R 50 50 1 1 B +X UTXD1/PUB0 99 2000 300 300 L 50 50 1 1 B +X URXD1/PUB1 100 2000 200 300 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# PCA82C251 +# +DEF PCA82C251 U 0 0 Y Y 1 F N +F0 "U" 150 450 60 H V C CNN +F1 "PCA82C251" 300 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +T 0 50 300 20 0 0 1 Volt Normal 1 C C +S -200 400 200 -300 0 1 0 N +P 2 0 1 0 -150 -150 -200 -150 N +P 2 0 1 0 -150 150 -200 150 N +P 2 0 1 0 100 -50 200 -50 N +P 2 0 1 0 150 50 200 50 N +P 2 0 1 0 150 300 200 300 N +P 3 0 1 0 -200 0 -100 0 -70 90 N +P 4 0 1 0 -150 -150 50 -50 50 -250 -150 -150 N +P 4 0 1 0 -50 100 100 100 100 -100 50 -100 N +P 4 0 1 0 -50 200 150 200 150 -200 50 -200 N +P 5 0 1 0 -150 200 -150 50 50 150 -150 250 -150 200 N +P 5 0 1 0 -50 350 -50 250 150 250 150 350 -50 350 N +X TxD 1 -450 150 300 R 50 40 1 1 I +X GND 2 500 -200 300 L 50 40 1 1 W +X VCC 3 -450 300 250 R 50 40 1 1 W +X RxD 4 -450 -150 300 R 50 40 1 1 O +X Vref 5 500 300 300 L 50 40 1 1 O +X CAN- 6 500 -50 300 L 50 40 1 1 B +X CAN+ 7 500 50 300 L 50 40 1 1 B +X Rsl 8 -450 0 300 R 50 40 1 1 I +ENDDRAW +ENDDEF +# +# PNP +# +DEF PNP Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 60 H V R CNN +F1 "PNP" 0 150 60 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SWITCH_INV +# +DEF SWITCH_INV SW 0 0 N Y 1 F N +F0 "SW" -200 150 50 H V C CNN +F1 "SWITCH_INV" -150 -150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C -150 0 50 0 0 0 N +C 150 -100 50 0 0 0 N +C 150 100 50 0 1 0 N +P 2 0 1 0 -100 0 150 50 N +X 1 1 500 100 300 L 60 60 1 1 P +X 2 2 -500 0 300 R 60 60 1 1 P +X 3 3 500 -100 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SW_PUSH +# +DEF SW_PUSH SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SW_PUSH" 0 -80 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VDD +# +DEF VDD #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VDD" 0 110 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VDD 1 0 0 0 U 40 40 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# XCR3256-TQ144 +# +DEF XCR3256-TQ144 U 0 20 Y Y 1 F N +F0 "U" 0 3500 70 H V C CNN +F1 "XCR3256-TQ144" 0 -3600 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -650 3400 650 -3500 0 1 0 N +X I1 1 950 -2900 300 L 50 50 1 1 P +X I0 2 950 -3000 300 L 50 50 1 1 P +X GND 3 -50 -3500 0 U 30 30 1 1 W N +X J0/TDI 4 -950 3100 300 R 50 50 1 1 P +X J2 5 950 -2200 300 L 50 50 1 1 P +X J3 6 950 -2100 300 L 50 50 1 1 P +X J4 7 950 -2000 300 L 50 50 1 1 P +X J11 8 950 -1900 300 L 50 50 1 1 P +X J13 9 950 -1800 300 L 50 50 1 1 P +X J14 10 950 -1700 300 L 50 50 1 1 P +X N0/TMS 20 -950 3000 300 R 50 50 1 1 P +X P3 30 950 2700 300 L 50 50 1 1 P +X O4 40 950 2100 300 L 50 50 1 1 P +X VCC 50 50 3400 0 D 30 30 1 1 W N +X F4 60 -950 -1900 300 R 50 50 1 1 P +X H11 70 950 -3400 300 L 50 50 1 1 P +X G2 80 -950 -2500 300 R 50 50 1 1 P +X C14 90 -950 500 300 R 50 50 1 1 P +X J15 11 950 -1600 300 L 50 50 1 1 P +X N2 21 950 900 300 L 50 50 1 1 P +X P4 31 950 2800 300 L 50 50 1 1 P +X O3 41 950 2000 300 L 50 50 1 1 P +X VCC 51 -450 3400 0 D 30 30 1 1 W N +X F11 61 -950 -2000 300 R 50 50 1 1 P +X H13 71 950 -3300 300 L 50 50 1 1 P +X G0 81 -950 -2400 300 R 50 50 1 1 I +X C13 91 -950 600 300 R 50 50 1 1 P +X L2 12 950 -600 300 L 50 50 1 1 P +X N3 22 950 1000 300 L 50 50 1 1 P +X P11 32 950 2900 300 L 50 50 1 1 P +X O2 42 950 1900 300 L 50 50 1 1 P +X GND 52 -350 -3500 0 U 30 30 1 1 W N +X F12 62 -950 -2100 300 R 50 50 1 1 P +X H15 72 950 -3200 300 L 50 50 1 1 P +X E14 82 -950 -1500 300 R 50 50 1 1 P +X C11 92 -950 700 300 R 50 50 1 1 P +X PORT_EN 13 -950 2900 300 R 50 50 1 1 P +X N4 23 950 1100 300 L 50 50 1 1 P +X GND 33 150 -3500 0 U 30 30 1 1 W N +X O1 43 950 1800 300 L 50 50 1 1 P +X M2 53 950 200 300 L 50 50 1 1 P +X F13 63 -950 -2200 300 R 50 50 1 1 P +X VCC 73 150 3400 0 D 30 30 1 1 W N +X E13 83 -950 -1400 300 R 50 50 1 1 P +X C4 93 -950 800 300 R 50 50 1 1 P +X L3 14 950 -500 300 L 50 50 1 1 P +X VCC 24 -50 3400 0 D 30 30 1 1 W N +X P13 34 950 3000 300 L 50 50 1 1 P +X O0 44 950 1700 300 L 50 50 1 1 P +X M1 54 950 100 300 L 50 50 1 1 P +X GND 64 350 -3500 0 U 30 30 1 1 W N +X G14 74 -950 -3000 300 R 50 50 1 1 P +X E11 84 -950 -1600 300 R 50 50 1 1 P +X C3 94 -950 900 300 R 50 50 1 1 P +X L4 15 950 -400 300 L 50 50 1 1 P +X N11 25 950 1200 300 L 50 50 1 1 P +X P14 35 950 3100 300 L 50 50 1 1 P +X M15 45 950 700 300 L 50 50 1 1 P +X F1 55 -950 -1700 300 R 50 50 1 1 P +X F15 65 -950 -2300 300 R 50 50 1 1 P +X G13 75 -950 -2900 300 R 50 50 1 1 P +X GND 85 450 -3500 0 U 30 30 1 1 W N +X VCC 95 350 3400 0 D 30 30 1 1 W N +X L11 16 950 -300 300 L 50 50 1 1 P +X N13 26 950 1300 300 L 50 50 1 1 P +X P15 36 950 3200 300 L 50 50 1 1 P +X M13 46 950 600 300 L 50 50 1 1 P +X F2 56 -950 -1800 300 R 50 50 1 1 P +X H0 66 -950 -3100 300 R 50 50 1 1 P +X VCC 76 250 3400 0 D 30 30 1 1 W N +X E4 86 -950 -1300 300 R 50 50 1 1 P +X C2 96 -950 1000 300 R 50 50 1 1 P +X GND 17 50 -3500 0 U 30 30 1 1 W N +X N14 27 950 1400 300 L 50 50 1 1 P +X O15 37 950 2400 300 L 50 50 1 1 P +X M12 47 950 500 300 L 50 50 1 1 P +X GND 57 -450 -3500 0 U 30 30 1 1 W N +X H1 67 -950 -3200 300 R 50 50 1 1 P +X G11 77 -950 -2800 300 R 50 50 1 1 P +X E3 87 -950 -1200 300 R 50 50 1 1 P +X C1 97 -950 1100 300 R 50 50 1 1 P +X L13 18 950 -200 300 L 50 50 1 1 P +X N15 28 950 1500 300 L 50 50 1 1 P +X O13 38 950 2300 300 L 50 50 1 1 P +X M11 48 950 400 300 L 50 50 1 1 P +X VCC 58 -350 3400 0 D 30 30 1 1 W N +X H2 68 -950 -3300 300 R 50 50 1 1 P +X G4 78 -950 -2700 300 R 50 50 1 1 P +X E2 88 -950 -1100 300 R 50 50 1 1 P +X C0 98 -950 1200 300 R 50 50 1 1 P +X L14 19 950 -100 300 L 50 50 1 1 P +X P2 29 950 2600 300 L 50 50 1 1 P +X O12 39 950 2200 300 L 50 50 1 1 P +X M4 49 950 300 300 L 50 50 1 1 P +X GND 59 250 -3500 0 U 30 30 1 1 W N +X H3 69 -950 -3400 300 R 50 50 1 1 P +X G3 79 -950 -2600 300 R 50 50 1 1 P +X E0/TCK 89 -950 3200 300 R 50 50 1 1 P +X A13 99 -950 2200 300 R 50 50 1 1 P +X A12 100 -950 2300 300 R 50 50 1 1 P +X B11 110 -950 1700 300 R 50 50 1 1 P +X D12 120 -950 -700 300 R 50 50 1 1 P +X VCC 130 -150 3400 0 D 30 30 1 1 W N +X I14 140 950 -2500 300 L 50 50 1 1 P +X A11 101 -950 2400 300 R 50 50 1 1 P +X B12 111 -950 1600 300 R 50 50 1 1 P +X D13 121 -950 -800 300 R 50 50 1 1 P +X K15 131 950 -800 300 L 50 50 1 1 P +X I13 141 950 -2600 300 L 50 50 1 1 P +X A4 102 -950 2500 300 R 50 50 1 1 P +X B14 112 -950 1500 300 R 50 50 1 1 P +X D15 122 -950 -900 300 R 50 50 1 1 P +X K14 132 950 -900 300 L 50 50 1 1 P +X I12 142 950 -2700 300 L 50 50 1 1 P +X A3 103 -950 2600 300 R 50 50 1 1 P +X B15 113 -950 1400 300 R 50 50 1 1 P +X VCC 123 -250 3400 0 D 30 30 1 1 W N +X K13 133 950 -1000 300 L 50 50 1 1 P +X I4 143 950 -2800 300 L 50 50 1 1 P +X A2/TDO 104 -950 3300 300 R 50 50 1 1 P +X D0 114 -950 -200 300 R 50 50 1 1 P +X GND 124 -250 -3500 0 U 30 30 1 1 W N +X K12 134 950 -1100 300 L 50 50 1 1 P +X VCC 144 550 3400 0 D 30 30 1 1 W N +X GND 105 550 -3500 0 U 30 30 1 1 W N +X VCC 115 450 3400 0 D 30 30 1 1 W N +X CLK3/IN3 125 -950 0 300 R 50 50 1 1 I +X GND 135 -550 -3500 0 U 30 30 1 1 W N +X A0 106 -950 2700 300 R 50 50 1 1 P +X D1 116 -950 -300 300 R 50 50 1 1 P +X CLK2/IN2 126 -950 100 300 R 50 50 1 1 I +X K11 136 950 -1200 300 L 50 50 1 1 P +X B0 107 -950 2000 300 R 50 50 1 1 P +X D2 117 -950 -400 300 R 50 50 1 1 P +X CLK1/IN1 127 -950 200 300 R 50 50 1 1 I +X K4 137 950 -1300 300 L 50 50 1 1 P +X B1 108 -950 1900 300 R 50 50 1 1 P +X D4 118 -950 -500 300 R 50 50 1 1 P +X CLK0/IN0 128 -950 300 300 R 50 50 1 1 I +X K2 138 950 -1400 300 L 50 50 1 1 P +X B4 109 -950 1800 300 R 50 50 1 1 P +X D11 119 -950 -600 300 R 50 50 1 1 P +X GND 129 -150 -3500 0 U 30 30 1 1 W N +X I15 139 950 -2400 300 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings new file mode 100644 index 0000000..654ecfa Binary files /dev/null and b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings differ diff --git a/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wrl b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wrl new file mode 100644 index 0000000..bb88a4f --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wrl @@ -0,0 +1,465 @@ +#VRML V2.0 utf8 +#Exported from Wings 3D 2.0.1 +DEF cube4_copy14 Transform { + children [ + Shape { + appearance Appearance { + material DEF pin Material { + diffuseColor 0.7200000000000001 0.7200000000000001 0.7200000000000001 + emissiveColor 0.0 0.0 0.0 + specularColor 0.40298507462686567 0.40298507462686567 0.40298507462686567 + ambientIntensity 0.7388059701492539 + transparency 0.0 + shininess 1.0 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 0.49469757557083704 0.9044116856547368 0.5885495998933049, + 0.49469757557107047 0.9044117988462632 0.4165495998934562, + 0.8497157948850202 0.904410585242893 0.4165495998934562, + 0.8497157948847871 0.9044104720513666 0.5885495998933049, + 0.4946949389278774 -0.3755880511037757 0.18854694630386348, + 0.4946949389281108 -0.37558793791224976 0.016546946304015004, + 0.8497131582420605 -0.37558915151562 0.016546946304015004, + 0.8497131582418275 -0.37558926470714593 0.18854694630386348, + 0.4946968944379325 0.5737450189895246 0.5885487153633737, + 0.49469621330556995 0.2430786155604212 0.18854783083379462, + 0.49469689443816556 0.5737451321810509 0.4165487153635251, + 0.4946962133058033 0.24307872875194758 0.016547830833946137, + 0.8497151137521156 0.5737439185776807 0.4165487153635251, + 0.849714432619753 0.24307751514857734 0.016547830833946137, + 0.8497151137518822 0.5737438053861543 0.5885487153633737, + 0.8497144326195201 0.24307740195705096 0.18854783083379462 ] } + coordIndex [ + 0, 1, 8, -1, + 0, 3, 1, -1, + 0, 8, 3, -1, + 1, 2, 12, -1, + 1, 3, 2, -1, + 1, 10, 8, -1, + 1, 12, 10, -1, + 2, 3, 12, -1, + 3, 8, 14, -1, + 3, 14, 12, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 4, 7, 15, -1, + 4, 9, 11, -1, + 4, 11, 5, -1, + 4, 15, 9, -1, + 5, 11, 6, -1, + 6, 11, 13, -1, + 6, 13, 15, -1, + 6, 15, 7, -1, + 8, 9, 15, -1, + 8, 10, 11, -1, + 8, 11, 9, -1, + 8, 15, 14, -1, + 10, 12, 11, -1, + 11, 12, 13, -1, + 12, 14, 15, -1, + 12, 15, 13, -1 ] + } + } + ] +} + +DEF cube4_copy13 Transform { + children [ + Shape { + appearance Appearance { + material USE pin + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -0.8593024244219452 0.9044171255138134 0.5885495998933049, + -0.859302424421712 0.9044172387053397 0.4165495998934562, + -0.5042842051077618 0.9044160251019691 0.4165495998934562, + -0.5042842051079948 0.9044159119104427 0.5885495998933049, + -0.8593050610649048 -0.37558261124469916 0.18854694630386348, + -0.8593050610646716 -0.37558249805317323 0.016546946304015004, + -0.5042868417507214 -0.3755837116565439 0.016546946304015004, + -0.5042868417509545 -0.37558382484806985 0.18854694630386348, + -0.85930310555485 0.5737504588486011 0.5885487153633737, + -0.8593037866872122 0.24308405541949774 0.18854783083379462, + -0.8593031055546166 0.5737505720401275 0.4165487153635251, + -0.8593037866869792 0.2430841686110241 0.016547830833946137, + -0.5042848862406663 0.5737493584367568 0.4165487153635251, + -0.5042855673730287 0.24308295500765342 0.016547830833946137, + -0.5042848862408994 0.5737492452452304 0.5885487153633737, + -0.5042855673732618 0.24308284181612705 0.18854783083379462 ] } + coordIndex [ + 0, 1, 8, -1, + 0, 3, 1, -1, + 0, 8, 3, -1, + 1, 2, 12, -1, + 1, 3, 2, -1, + 1, 10, 8, -1, + 1, 12, 10, -1, + 2, 3, 12, -1, + 3, 8, 14, -1, + 3, 14, 12, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 4, 7, 15, -1, + 4, 9, 11, -1, + 4, 11, 5, -1, + 4, 15, 9, -1, + 5, 11, 6, -1, + 6, 11, 13, -1, + 6, 13, 15, -1, + 6, 15, 7, -1, + 8, 9, 15, -1, + 8, 10, 11, -1, + 8, 11, 9, -1, + 8, 15, 14, -1, + 10, 12, 11, -1, + 11, 12, 13, -1, + 12, 14, 15, -1, + 12, 15, 13, -1 ] + } + } + ] +} + +DEF cube4_sep12 Transform { + children [ + Shape { + appearance Appearance { + material USE pin + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 1.180697575570837 0.9044116856547368 0.5885495998933049, + 1.1806975755710705 0.9044117988462632 0.4165495998934562, + 1.5357157948850202 0.904410585242893 0.4165495998934562, + 1.5357157948847873 0.9044104720513666 0.5885495998933049, + 1.1806949389278774 -0.3755880511037757 0.18854694630386348, + 1.1806949389281107 -0.37558793791224976 0.016546946304015004, + 1.5357131582420604 -0.37558915151562 0.016546946304015004, + 1.5357131582418275 -0.37558926470714593 0.18854694630386348, + 1.1806968944379324 0.5737450189895246 0.5885487153633737, + 1.1806962133055698 0.2430786155604212 0.18854783083379462, + 1.1806968944381657 0.5737451321810509 0.4165487153635251, + 1.1806962133058032 0.24307872875194758 0.016547830833946137, + 1.5357151137521157 0.5737439185776807 0.4165487153635251, + 1.5357144326197532 0.24307751514857734 0.016547830833946137, + 1.5357151137518823 0.5737438053861543 0.5885487153633737, + 1.5357144326195202 0.24307740195705096 0.18854783083379462 ] } + coordIndex [ + 0, 1, 8, -1, + 0, 3, 1, -1, + 0, 8, 3, -1, + 1, 2, 12, -1, + 1, 3, 2, -1, + 1, 10, 8, -1, + 1, 12, 10, -1, + 2, 3, 12, -1, + 3, 8, 14, -1, + 3, 14, 12, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 4, 7, 15, -1, + 4, 9, 11, -1, + 4, 11, 5, -1, + 4, 15, 9, -1, + 5, 11, 6, -1, + 6, 11, 13, -1, + 6, 13, 15, -1, + 6, 15, 7, -1, + 8, 9, 15, -1, + 8, 10, 11, -1, + 8, 11, 9, -1, + 8, 15, 14, -1, + 10, 12, 11, -1, + 11, 12, 13, -1, + 12, 14, 15, -1, + 12, 15, 13, -1 ] + } + } + ] +} + +DEF cube4_sep11 Transform { + children [ + Shape { + appearance Appearance { + material DEF body Material { + diffuseColor 0.44776119402985076 0.44776119402985076 0.44776119402985076 + emissiveColor 0.0 0.0 0.0 + specularColor 0.1417910447761194 0.1417910447761194 0.1417910447761194 + ambientIntensity 0.41791044776119407 + transparency 0.0 + shininess 1.0 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 1.7152182518946473 4.648202041089771 0.21455433502265325, + -1.7212817480994713 4.648206473911521 0.21455433502265325, + 1.715218251893144 4.648201472705371 0.9151563190222725, + 2.0002170429163337 4.372600412283759 0.915153709418467, + -1.975787352051995 4.392370384480033 0.9151537094184671, + -1.7212817481009746 4.648205905527121 0.9151563190222725, + -1.9005928402305177 0.9877300684708781 0.9903511975572958, + 1.9250072516857544 0.987720514056661 0.9903511970000083, + 1.9250169548338514 4.3407105532877495 0.9903536678082394, + 1.6848051964769646 4.573001455891576 0.990356221445347, + -1.690018073116452 4.573005799088463 0.9903562216740227, + -1.9005873998329612 4.361336105799042 0.9903536694750094, + -1.9152865271521975 0.9730364659199149 0.9756575141597525, + -1.870992956009541 0.9125300933792071 0.9151510998145782, + -1.9757927946571687 1.0173303844892836 0.9151511749515024, + 1.897407043978173 0.9125206978536344 0.9151510998145782, + 2.0002073279192447 1.0153204122985005 0.9151511739199032, + 1.9408555979327713 0.9718721025896782 0.9745027864966964, + 1.7152182518955217 4.648202371555615 0.1579523510221698, + 1.6640182518963231 4.648202744883636 0.1067523510230423, + 1.7152182518963175 4.699402670482303 0.1067523510230423, + 2.000217042919113 4.372601490999284 0.15794974141909796, + -1.9757873520492162 4.392371463195559 0.15794974141909796, + -1.6700817480978067 4.648207028902958 0.1067523510230423, + -1.721281748098597 4.648206804377365 0.1579523510221698, + -1.721281748097801 4.699407103304052 0.1067523510230423, + -1.97579279465439 1.017331463204725 0.15794720695216236, + -1.8709929560067624 0.9125311720945917 0.15794713181520903, + 2.000207327922024 1.0153214910139419 0.15794720592054828, + 1.897407043980952 0.912521776569019 0.15794713181520903, + 1.9490169829485158 4.350889392455781 0.10674971307897159, + 1.7730073864998548 1.0365294400006129 0.10674723322683204, + 1.7001994515741845 0.9637219084186877 0.10674719811808896, + -1.8497850979587613 0.9637311861239397 0.10674719827538891, + -1.9245927620025127 1.0385391731419686 0.10674723463826673, + -1.924587384580483 4.371241887419728 0.10674971421434783 ] } + coordIndex [ + 0, 1, 5, -1, + 0, 2, 3, -1, + 0, 3, 21, -1, + 0, 5, 2, -1, + 0, 21, 18, -1, + 1, 4, 5, -1, + 1, 22, 4, -1, + 1, 24, 22, -1, + 2, 5, 9, -1, + 2, 9, 3, -1, + 3, 8, 16, -1, + 3, 9, 8, -1, + 3, 16, 28, -1, + 3, 28, 21, -1, + 4, 11, 5, -1, + 4, 14, 11, -1, + 4, 22, 14, -1, + 5, 10, 9, -1, + 5, 11, 10, -1, + 6, 7, 9, -1, + 6, 9, 11, -1, + 6, 11, 14, -1, + 6, 12, 13, -1, + 6, 13, 7, -1, + 6, 14, 12, -1, + 7, 8, 9, -1, + 7, 13, 15, -1, + 7, 15, 17, -1, + 7, 16, 8, -1, + 7, 17, 16, -1, + 9, 10, 11, -1, + 12, 14, 13, -1, + 13, 14, 27, -1, + 13, 27, 15, -1, + 14, 22, 26, -1, + 14, 26, 27, -1, + 15, 16, 17, -1, + 15, 27, 29, -1, + 15, 28, 16, -1, + 15, 29, 28, -1, + 18, 19, 20, -1, + 18, 21, 30, -1, + 18, 30, 19, -1, + 19, 30, 31, -1, + 19, 31, 35, -1, + 19, 35, 23, -1, + 21, 28, 30, -1, + 22, 23, 35, -1, + 22, 24, 23, -1, + 22, 34, 26, -1, + 22, 35, 34, -1, + 23, 24, 25, -1, + 26, 34, 27, -1, + 27, 32, 29, -1, + 27, 33, 32, -1, + 27, 34, 33, -1, + 28, 29, 32, -1, + 28, 31, 30, -1, + 28, 32, 31, -1, + 31, 32, 35, -1, + 32, 33, 35, -1, + 33, 34, 35, -1 ] + } + }, + Shape { + appearance Appearance { + material USE pin + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 1.7152182518946473 4.648202041089771 0.21455433502265325, + -1.7212817480994713 4.648206473911521 0.21455433502265325, + -1.7212817480994713 5.103406473911578 0.21455433502265325, + 1.7152182518946473 5.103402041089829 0.21455433502265325, + 1.7152182518963175 5.103402670482479 0.1067523510230423, + -1.721281748097801 5.10340710330423 0.1067523510230423, + -1.6964817480990886 5.128206582666104 0.18975433502307587, + 1.6904182518950355 5.128202221920532 0.18975433502307587, + 1.6904182518959348 5.1282025617278375 0.1315523510226197, + -1.6964817480981893 5.128206922473412 0.1315523510226197, + 1.7152182518955217 4.648202371555615 0.1579523510221698, + 1.6640182518963231 4.648202744883636 0.1067523510230423, + 1.7152182518963175 4.699402670482303 0.1067523510230423, + -1.6700817480978067 4.648207028902958 0.1067523510230423, + -1.721281748098597 4.648206804377365 0.1579523510221698, + -1.721281748097801 4.699407103304052 0.1067523510230423 ] } + coordIndex [ + 0, 2, 1, -1, + 0, 3, 2, -1, + 0, 10, 12, -1, + 0, 12, 3, -1, + 1, 2, 15, -1, + 1, 15, 14, -1, + 2, 3, 7, -1, + 2, 5, 15, -1, + 2, 6, 9, -1, + 2, 7, 6, -1, + 2, 9, 5, -1, + 3, 4, 7, -1, + 3, 12, 4, -1, + 4, 5, 9, -1, + 4, 8, 7, -1, + 4, 9, 8, -1, + 4, 11, 13, -1, + 4, 12, 11, -1, + 4, 13, 5, -1, + 5, 13, 15, -1, + 6, 7, 9, -1, + 7, 8, 9, -1 ] + } + } + ] +} + +DEF cube4_sep10 Transform { + children [ + Shape { + appearance Appearance { + material USE pin + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -1.5293024244219453 0.9044171255138134 0.5885495998933049, + -1.5293024244217122 0.9044172387053397 0.4165495998934562, + -1.174284205107762 0.9044160251019691 0.4165495998934562, + -1.174284205107995 0.9044159119104427 0.5885495998933049, + -1.529305061064905 -0.37558261124469916 0.18854694630386348, + -1.529305061064672 -0.37558249805317323 0.016546946304015004, + -1.1742868417507215 -0.3755837116565439 0.016546946304015004, + -1.1742868417509547 -0.37558382484806985 0.18854694630386348, + -1.52930310555485 0.5737504588486011 0.5885487153633737, + -1.5293037866872121 0.24308405541949774 0.18854783083379462, + -1.5293031055546167 0.5737505720401275 0.4165487153635251, + -1.5293037866869792 0.2430841686110241 0.016547830833946137, + -1.1742848862406663 0.5737493584367568 0.4165487153635251, + -1.174285567373029 0.24308295500765342 0.016547830833946137, + -1.1742848862408997 0.5737492452452304 0.5885487153633737, + -1.1742855673732622 0.24308284181612705 0.18854783083379462 ] } + coordIndex [ + 0, 1, 8, -1, + 0, 3, 1, -1, + 0, 8, 3, -1, + 1, 2, 12, -1, + 1, 3, 2, -1, + 1, 10, 8, -1, + 1, 12, 10, -1, + 2, 3, 12, -1, + 3, 8, 14, -1, + 3, 14, 12, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 4, 7, 15, -1, + 4, 9, 11, -1, + 4, 11, 5, -1, + 4, 15, 9, -1, + 5, 11, 6, -1, + 6, 11, 13, -1, + 6, 13, 15, -1, + 6, 15, 7, -1, + 8, 9, 15, -1, + 8, 10, 11, -1, + 8, 11, 9, -1, + 8, 15, 14, -1, + 10, 12, 11, -1, + 11, 12, 13, -1, + 12, 14, 15, -1, + 12, 15, 13, -1 ] + } + } + ] +} + +DEF cube4_sep26 Transform { + children [ + Shape { + appearance Appearance { + material USE pin + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -0.17930242442557165 0.9044143923163264 0.5885495998933049, + -0.17930242442533853 0.9044145055078527 0.4165495998934562, + 0.17571579488861147 0.904413291904482 0.4165495998934562, + 0.17571579488837835 0.9044131787129557 0.5885495998933049, + -0.17930506106853134 -0.37558534444218616 0.18854694630386348, + -0.17930506106829822 -0.37558523125066023 0.016546946304015004, + 0.17571315824565187 -0.3755864448540309 0.016546946304015004, + 0.17571315824541867 -0.37558655804555685 0.18854694630386348, + -0.17930310555847634 0.5737477256511141 0.5885487153633737, + -0.1793037866908388 0.24308132222201073 0.18854783083379462, + -0.17930310555824314 0.5737478388426405 0.4165487153635251, + -0.17930378669060557 0.2430814354135371 0.016547830833946137, + 0.17571511375570686 0.5737466252392698 0.4165487153635251, + 0.17571443262334444 0.24308022181016642 0.016547830833946137, + 0.17571511375547366 0.5737465120477434 0.5885487153633737, + 0.17571443262311123 0.24308010861864005 0.18854783083379462 ] } + coordIndex [ + 0, 1, 8, -1, + 0, 3, 1, -1, + 0, 8, 3, -1, + 1, 2, 12, -1, + 1, 3, 2, -1, + 1, 10, 8, -1, + 1, 12, 10, -1, + 2, 3, 12, -1, + 3, 8, 14, -1, + 3, 14, 12, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 4, 7, 15, -1, + 4, 9, 11, -1, + 4, 11, 5, -1, + 4, 15, 9, -1, + 5, 11, 6, -1, + 6, 11, 13, -1, + 6, 13, 15, -1, + 6, 15, 7, -1, + 8, 9, 15, -1, + 8, 10, 11, -1, + 8, 11, 9, -1, + 8, 15, 14, -1, + 10, 12, 11, -1, + 11, 12, 13, -1, + 12, 14, 15, -1, + 12, 15, 13, -1 ] + } + } + ] +} + diff --git a/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings new file mode 100644 index 0000000..925f823 Binary files /dev/null and b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings differ diff --git a/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wrl b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wrl new file mode 100644 index 0000000..70d7a0a --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wrl @@ -0,0 +1,883 @@ +#VRML V2.0 utf8 +#Exported from Wings 3D 2.0.1 +DEF cylinder7_copy10 Transform { + children [ + Shape { + appearance Appearance { + material DEF mold Material { + diffuseColor 0.3194453658536587 0.3194453658536587 0.35398 + emissiveColor 7.622400000000001e-4 7.622400000000001e-4 0.001 + specularColor 0.0 0.0 0.0 + ambientIntensity 0.1806907491527868 + transparency 0.0 + shininess 0.43 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -0.5900000000000001 -0.8000000000000002 1.54952, + -0.60598529817263 -0.8803635207966689 1.54952, + -0.6515075759508252 -0.948492424049175 1.54952, + -0.7196364792033313 -0.9940147018273703 1.54952, + -0.8000000000000002 -1.01 1.54952, + -0.8803635207966689 -0.9940147018273703 1.54952, + -0.948492424049175 -0.948492424049175 1.54952, + -0.9940147018273703 -0.8803635207966689 1.54952, + -1.01 -0.8000000000000002 1.54952, + -0.9940147018273703 -0.7196364792033313 1.54952, + -0.948492424049175 -0.6515075759508252 1.54952, + -0.880363520796669 -0.60598529817263 1.54952, + -0.8000000000000002 -0.5900000000000001 1.54952, + -0.7196364792033311 -0.60598529817263 1.54952, + -0.6515075759508252 -0.651507575950825 1.54952, + -0.60598529817263 -0.7196364792033311 1.54952, + -0.5900000000000001 -0.8000000000000002 1.44952, + -0.60598529817263 -0.8803635207966689 1.44952, + -0.6515075759508252 -0.948492424049175 1.44952, + -0.7196364792033313 -0.9940147018273703 1.44952, + -0.8000000000000002 -1.01 1.44952, + -0.8803635207966689 -0.9940147018273703 1.44952, + -0.948492424049175 -0.948492424049175 1.44952, + -0.9940147018273703 -0.8803635207966689 1.44952, + -1.01 -0.8000000000000002 1.44952, + -0.9940147018273703 -0.7196364792033313 1.44952, + -0.948492424049175 -0.6515075759508252 1.44952, + -0.880363520796669 -0.60598529817263 1.44952, + -0.8000000000000002 -0.5900000000000001 1.44952, + -0.7196364792033311 -0.60598529817263 1.44952, + -0.6515075759508252 -0.651507575950825 1.44952, + -0.60598529817263 -0.7196364792033311 1.44952 ] } + coordIndex [ + 0, 1, 16, -1, + 0, 8, 1, -1, + 0, 9, 8, -1, + 0, 15, 9, -1, + 0, 16, 15, -1, + 1, 2, 18, -1, + 1, 7, 2, -1, + 1, 8, 7, -1, + 1, 17, 16, -1, + 1, 18, 17, -1, + 2, 3, 18, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 3, 4, 20, -1, + 3, 5, 4, -1, + 3, 6, 5, -1, + 3, 19, 18, -1, + 3, 20, 19, -1, + 4, 5, 20, -1, + 5, 6, 22, -1, + 5, 21, 20, -1, + 5, 22, 21, -1, + 6, 7, 22, -1, + 7, 8, 24, -1, + 7, 23, 22, -1, + 7, 24, 23, -1, + 8, 9, 24, -1, + 9, 10, 26, -1, + 9, 15, 10, -1, + 9, 25, 24, -1, + 9, 26, 25, -1, + 10, 11, 26, -1, + 10, 14, 11, -1, + 10, 15, 14, -1, + 11, 12, 28, -1, + 11, 13, 12, -1, + 11, 14, 13, -1, + 11, 27, 26, -1, + 11, 28, 27, -1, + 12, 13, 28, -1, + 13, 14, 30, -1, + 13, 29, 28, -1, + 13, 30, 29, -1, + 14, 15, 30, -1, + 15, 16, 31, -1, + 15, 31, 30, -1, + 16, 17, 23, -1, + 16, 23, 24, -1, + 16, 24, 31, -1, + 17, 18, 22, -1, + 17, 22, 23, -1, + 18, 19, 21, -1, + 18, 21, 22, -1, + 19, 20, 21, -1, + 24, 25, 31, -1, + 25, 26, 30, -1, + 25, 30, 31, -1, + 26, 27, 29, -1, + 26, 29, 30, -1, + 27, 28, 29, -1 ] + } + } + ] +} + +DEF cylinder7_copy9 Transform { + children [ + Shape { + appearance Appearance { + material USE mold + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 1.01 -0.8000000000000002 1.54952, + 0.9940147018273701 -0.8803635207966689 1.54952, + 0.9484924240491749 -0.948492424049175 1.54952, + 0.8803635207966688 -0.9940147018273703 1.54952, + 0.7999999999999999 -1.01 1.54952, + 0.7196364792033312 -0.9940147018273703 1.54952, + 0.6515075759508251 -0.948492424049175 1.54952, + 0.6059852981726298 -0.8803635207966689 1.54952, + 0.5900000000000001 -0.8000000000000002 1.54952, + 0.6059852981726298 -0.7196364792033313 1.54952, + 0.6515075759508251 -0.6515075759508252 1.54952, + 0.7196364792033311 -0.60598529817263 1.54952, + 0.7999999999999999 -0.5900000000000001 1.54952, + 0.880363520796669 -0.60598529817263 1.54952, + 0.9484924240491749 -0.651507575950825 1.54952, + 0.9940147018273701 -0.7196364792033311 1.54952, + 1.01 -0.8000000000000002 1.44952, + 0.9940147018273701 -0.8803635207966689 1.44952, + 0.9484924240491749 -0.948492424049175 1.44952, + 0.8803635207966688 -0.9940147018273703 1.44952, + 0.7999999999999999 -1.01 1.44952, + 0.7196364792033312 -0.9940147018273703 1.44952, + 0.6515075759508251 -0.948492424049175 1.44952, + 0.6059852981726298 -0.8803635207966689 1.44952, + 0.5900000000000001 -0.8000000000000002 1.44952, + 0.6059852981726298 -0.7196364792033313 1.44952, + 0.6515075759508251 -0.6515075759508252 1.44952, + 0.7196364792033311 -0.60598529817263 1.44952, + 0.7999999999999999 -0.5900000000000001 1.44952, + 0.880363520796669 -0.60598529817263 1.44952, + 0.9484924240491749 -0.651507575950825 1.44952, + 0.9940147018273701 -0.7196364792033311 1.44952 ] } + coordIndex [ + 0, 1, 16, -1, + 0, 8, 1, -1, + 0, 9, 8, -1, + 0, 15, 9, -1, + 0, 16, 15, -1, + 1, 2, 18, -1, + 1, 7, 2, -1, + 1, 8, 7, -1, + 1, 17, 16, -1, + 1, 18, 17, -1, + 2, 3, 18, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 3, 4, 20, -1, + 3, 5, 4, -1, + 3, 6, 5, -1, + 3, 19, 18, -1, + 3, 20, 19, -1, + 4, 5, 20, -1, + 5, 6, 22, -1, + 5, 21, 20, -1, + 5, 22, 21, -1, + 6, 7, 22, -1, + 7, 8, 24, -1, + 7, 23, 22, -1, + 7, 24, 23, -1, + 8, 9, 24, -1, + 9, 10, 26, -1, + 9, 15, 10, -1, + 9, 25, 24, -1, + 9, 26, 25, -1, + 10, 11, 26, -1, + 10, 14, 11, -1, + 10, 15, 14, -1, + 11, 12, 28, -1, + 11, 13, 12, -1, + 11, 14, 13, -1, + 11, 27, 26, -1, + 11, 28, 27, -1, + 12, 13, 28, -1, + 13, 14, 30, -1, + 13, 29, 28, -1, + 13, 30, 29, -1, + 14, 15, 30, -1, + 15, 16, 31, -1, + 15, 31, 30, -1, + 16, 17, 23, -1, + 16, 23, 24, -1, + 16, 24, 31, -1, + 17, 18, 22, -1, + 17, 22, 23, -1, + 18, 19, 21, -1, + 18, 21, 22, -1, + 19, 20, 21, -1, + 24, 25, 31, -1, + 25, 26, 30, -1, + 25, 30, 31, -1, + 26, 27, 29, -1, + 26, 29, 30, -1, + 27, 28, 29, -1 ] + } + } + ] +} + +DEF cylinder7_copy8 Transform { + children [ + Shape { + appearance Appearance { + material USE mold + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -0.5900000000000001 0.7999999999999999 1.54952, + -0.60598529817263 0.7196364792033312 1.54952, + -0.6515075759508252 0.6515075759508251 1.54952, + -0.7196364792033313 0.6059852981726298 1.54952, + -0.8000000000000002 0.5900000000000001 1.54952, + -0.8803635207966689 0.6059852981726298 1.54952, + -0.948492424049175 0.6515075759508251 1.54952, + -0.9940147018273703 0.7196364792033312 1.54952, + -1.01 0.7999999999999999 1.54952, + -0.9940147018273703 0.8803635207966688 1.54952, + -0.948492424049175 0.9484924240491749 1.54952, + -0.880363520796669 0.9940147018273701 1.54952, + -0.8000000000000002 1.01 1.54952, + -0.7196364792033311 0.9940147018273701 1.54952, + -0.6515075759508252 0.9484924240491751 1.54952, + -0.60598529817263 0.880363520796669 1.54952, + -0.5900000000000001 0.7999999999999999 1.44952, + -0.60598529817263 0.7196364792033312 1.44952, + -0.6515075759508252 0.6515075759508251 1.44952, + -0.7196364792033313 0.6059852981726298 1.44952, + -0.8000000000000002 0.5900000000000001 1.44952, + -0.8803635207966689 0.6059852981726298 1.44952, + -0.948492424049175 0.6515075759508251 1.44952, + -0.9940147018273703 0.7196364792033312 1.44952, + -1.01 0.7999999999999999 1.44952, + -0.9940147018273703 0.8803635207966688 1.44952, + -0.948492424049175 0.9484924240491749 1.44952, + -0.880363520796669 0.9940147018273701 1.44952, + -0.8000000000000002 1.01 1.44952, + -0.7196364792033311 0.9940147018273701 1.44952, + -0.6515075759508252 0.9484924240491751 1.44952, + -0.60598529817263 0.880363520796669 1.44952 ] } + coordIndex [ + 0, 1, 16, -1, + 0, 8, 1, -1, + 0, 9, 8, -1, + 0, 15, 9, -1, + 0, 16, 15, -1, + 1, 2, 18, -1, + 1, 7, 2, -1, + 1, 8, 7, -1, + 1, 17, 16, -1, + 1, 18, 17, -1, + 2, 3, 18, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 3, 4, 20, -1, + 3, 5, 4, -1, + 3, 6, 5, -1, + 3, 19, 18, -1, + 3, 20, 19, -1, + 4, 5, 20, -1, + 5, 6, 22, -1, + 5, 21, 20, -1, + 5, 22, 21, -1, + 6, 7, 22, -1, + 7, 8, 24, -1, + 7, 23, 22, -1, + 7, 24, 23, -1, + 8, 9, 24, -1, + 9, 10, 26, -1, + 9, 15, 10, -1, + 9, 25, 24, -1, + 9, 26, 25, -1, + 10, 11, 26, -1, + 10, 14, 11, -1, + 10, 15, 14, -1, + 11, 12, 28, -1, + 11, 13, 12, -1, + 11, 14, 13, -1, + 11, 27, 26, -1, + 11, 28, 27, -1, + 12, 13, 28, -1, + 13, 14, 30, -1, + 13, 29, 28, -1, + 13, 30, 29, -1, + 14, 15, 30, -1, + 15, 16, 31, -1, + 15, 31, 30, -1, + 16, 17, 23, -1, + 16, 23, 24, -1, + 16, 24, 31, -1, + 17, 18, 22, -1, + 17, 22, 23, -1, + 18, 19, 21, -1, + 18, 21, 22, -1, + 19, 20, 21, -1, + 24, 25, 31, -1, + 25, 26, 30, -1, + 25, 30, 31, -1, + 26, 27, 29, -1, + 26, 29, 30, -1, + 27, 28, 29, -1 ] + } + } + ] +} + +DEF cylinder7 Transform { + children [ + Shape { + appearance Appearance { + material USE mold + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 1.01 0.7999999999999999 1.54952, + 0.9940147018273701 0.7196364792033312 1.54952, + 0.9484924240491749 0.6515075759508251 1.54952, + 0.8803635207966688 0.6059852981726298 1.54952, + 0.7999999999999999 0.5900000000000001 1.54952, + 0.7196364792033312 0.6059852981726298 1.54952, + 0.6515075759508251 0.6515075759508251 1.54952, + 0.6059852981726298 0.7196364792033312 1.54952, + 0.5900000000000001 0.7999999999999999 1.54952, + 0.6059852981726298 0.8803635207966688 1.54952, + 0.6515075759508251 0.9484924240491749 1.54952, + 0.7196364792033311 0.9940147018273701 1.54952, + 0.7999999999999999 1.01 1.54952, + 0.880363520796669 0.9940147018273701 1.54952, + 0.9484924240491749 0.9484924240491751 1.54952, + 0.9940147018273701 0.880363520796669 1.54952, + 1.01 0.7999999999999999 1.44952, + 0.9940147018273701 0.7196364792033312 1.44952, + 0.9484924240491749 0.6515075759508251 1.44952, + 0.8803635207966688 0.6059852981726298 1.44952, + 0.7999999999999999 0.5900000000000001 1.44952, + 0.7196364792033312 0.6059852981726298 1.44952, + 0.6515075759508251 0.6515075759508251 1.44952, + 0.6059852981726298 0.7196364792033312 1.44952, + 0.5900000000000001 0.7999999999999999 1.44952, + 0.6059852981726298 0.8803635207966688 1.44952, + 0.6515075759508251 0.9484924240491749 1.44952, + 0.7196364792033311 0.9940147018273701 1.44952, + 0.7999999999999999 1.01 1.44952, + 0.880363520796669 0.9940147018273701 1.44952, + 0.9484924240491749 0.9484924240491751 1.44952, + 0.9940147018273701 0.880363520796669 1.44952 ] } + coordIndex [ + 0, 1, 16, -1, + 0, 8, 1, -1, + 0, 9, 8, -1, + 0, 15, 9, -1, + 0, 16, 15, -1, + 1, 2, 18, -1, + 1, 7, 2, -1, + 1, 8, 7, -1, + 1, 17, 16, -1, + 1, 18, 17, -1, + 2, 3, 18, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 3, 4, 20, -1, + 3, 5, 4, -1, + 3, 6, 5, -1, + 3, 19, 18, -1, + 3, 20, 19, -1, + 4, 5, 20, -1, + 5, 6, 22, -1, + 5, 21, 20, -1, + 5, 22, 21, -1, + 6, 7, 22, -1, + 7, 8, 24, -1, + 7, 23, 22, -1, + 7, 24, 23, -1, + 8, 9, 24, -1, + 9, 10, 26, -1, + 9, 15, 10, -1, + 9, 25, 24, -1, + 9, 26, 25, -1, + 10, 11, 26, -1, + 10, 14, 11, -1, + 10, 15, 14, -1, + 11, 12, 28, -1, + 11, 13, 12, -1, + 11, 14, 13, -1, + 11, 27, 26, -1, + 11, 28, 27, -1, + 12, 13, 28, -1, + 13, 14, 30, -1, + 13, 29, 28, -1, + 13, 30, 29, -1, + 14, 15, 30, -1, + 15, 16, 31, -1, + 15, 31, 30, -1, + 16, 17, 23, -1, + 16, 23, 24, -1, + 16, 24, 31, -1, + 17, 18, 22, -1, + 17, 22, 23, -1, + 18, 19, 21, -1, + 18, 21, 22, -1, + 19, 20, 21, -1, + 24, 25, 31, -1, + 25, 26, 30, -1, + 25, 30, 31, -1, + 26, 27, 29, -1, + 26, 29, 30, -1, + 27, 28, 29, -1 ] + } + } + ] +} + +DEF cube7_copy6 Transform { + children [ + Shape { + appearance Appearance { + material DEF pins Material { + diffuseColor 0.6044776119402985 0.6044776119402985 0.6044776119402985 + emissiveColor 0.0 0.0 0.0 + specularColor 0.22388059701492538 0.22388059701492538 0.22388059701492538 + ambientIntensity 0.5447761194029851 + transparency 0.0 + shininess 1.0 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 1.0199999999999996 -1.2199995714285716 0.22951899999999997, + 1.0199999999999996 -1.3399995714285717 0.22951899999999997, + 0.7499999999999996 -1.3399995714285717 0.22951899999999997, + 0.7499999999999996 -1.2199995714285716 0.22951899999999997, + 1.0199999999999996 -1.3399995714285717 0.34951899999999997, + 1.0199999999999996 -1.2199995714285716 0.34951899999999997, + 0.7499999999999996 -1.2199995714285716 0.34951899999999997, + 0.7499999999999996 -1.3399995714285717 0.34951899999999997, + 0.7499999999999998 -1.0199995714285717 0.34951899999999997, + 1.0199999999999996 -1.0199995714285717 0.34951899999999997, + 1.0199999999999996 -1.0199995714285717 0.22951899999999997, + 0.7499999999999998 -1.0199995714285717 0.22951899999999997, + 1.0199999999999996 -1.2199995714285716 -0.8258406666666664, + 1.0199999999999996 -1.3399995714285717 -0.8258406666666664, + 0.7499999999999996 -1.3399995714285717 -0.8258406666666664, + 0.7499999999999996 -1.2199995714285716 -0.8258406666666664 ] } + coordIndex [ + 0, 1, 13, -1, + 0, 3, 11, -1, + 0, 4, 1, -1, + 0, 5, 4, -1, + 0, 9, 5, -1, + 0, 10, 9, -1, + 0, 11, 10, -1, + 0, 12, 15, -1, + 0, 13, 12, -1, + 0, 15, 3, -1, + 1, 2, 13, -1, + 1, 4, 2, -1, + 2, 3, 15, -1, + 2, 4, 7, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 2, 14, 13, -1, + 2, 15, 14, -1, + 3, 6, 11, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 5, 9, 6, -1, + 6, 8, 11, -1, + 6, 9, 8, -1, + 8, 9, 11, -1, + 9, 10, 11, -1, + 12, 13, 15, -1, + 13, 14, 15, -1 ] + } + } + ] +} + +DEF cube7_copy5 Transform { + children [ + Shape { + appearance Appearance { + material USE pins + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -0.75 -1.2199995714285714 0.22951899999999997, + -0.75 -1.3399995714285715 0.22951899999999997, + -1.02 -1.3399995714285715 0.22951899999999997, + -1.02 -1.2199995714285714 0.22951899999999997, + -0.75 -1.3399995714285715 0.34951899999999997, + -0.75 -1.2199995714285714 0.34951899999999997, + -1.02 -1.2199995714285714 0.34951899999999997, + -1.02 -1.3399995714285715 0.34951899999999997, + -1.02 -1.0199995714285714 0.34951899999999997, + -0.7499999999999998 -1.0199995714285714 0.34951899999999997, + -0.7499999999999998 -1.0199995714285714 0.22951899999999997, + -1.02 -1.0199995714285714 0.22951899999999997, + -0.75 -1.2199995714285714 -0.8258406666666664, + -0.75 -1.3399995714285715 -0.8258406666666664, + -1.02 -1.3399995714285715 -0.8258406666666664, + -1.02 -1.2199995714285714 -0.8258406666666664 ] } + coordIndex [ + 0, 1, 13, -1, + 0, 3, 11, -1, + 0, 4, 1, -1, + 0, 5, 4, -1, + 0, 9, 5, -1, + 0, 10, 9, -1, + 0, 11, 10, -1, + 0, 12, 15, -1, + 0, 13, 12, -1, + 0, 15, 3, -1, + 1, 2, 13, -1, + 1, 4, 2, -1, + 2, 3, 15, -1, + 2, 4, 7, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 2, 14, 13, -1, + 2, 15, 14, -1, + 3, 6, 11, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 5, 9, 6, -1, + 6, 8, 11, -1, + 6, 9, 8, -1, + 8, 9, 11, -1, + 9, 10, 11, -1, + 12, 13, 15, -1, + 13, 14, 15, -1 ] + } + } + ] +} + +DEF cube7_copy8 Transform { + children [ + Shape { + appearance Appearance { + material USE pins + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 0.75 1.22 0.22951899999999997, + 0.75 1.34 0.22951899999999997, + 1.02 1.34 0.22951899999999997, + 1.02 1.22 0.22951899999999997, + 0.75 1.34 0.34951899999999997, + 0.75 1.22 0.34951899999999997, + 1.02 1.22 0.34951899999999997, + 1.02 1.34 0.34951899999999997, + 1.02 1.02 0.34951899999999997, + 0.75 1.02 0.34951899999999997, + 0.75 1.02 0.22951899999999997, + 1.02 1.02 0.22951899999999997, + 0.75 1.22 -0.8258406666666664, + 0.75 1.34 -0.8258406666666664, + 1.02 1.34 -0.8258406666666664, + 1.02 1.22 -0.8258406666666664 ] } + coordIndex [ + 0, 1, 13, -1, + 0, 3, 11, -1, + 0, 4, 1, -1, + 0, 5, 4, -1, + 0, 9, 5, -1, + 0, 10, 9, -1, + 0, 11, 10, -1, + 0, 12, 15, -1, + 0, 13, 12, -1, + 0, 15, 3, -1, + 1, 2, 13, -1, + 1, 4, 2, -1, + 2, 3, 15, -1, + 2, 4, 7, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 2, 14, 13, -1, + 2, 15, 14, -1, + 3, 6, 11, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 5, 9, 6, -1, + 6, 8, 11, -1, + 6, 9, 8, -1, + 8, 9, 11, -1, + 9, 10, 11, -1, + 12, 13, 15, -1, + 13, 14, 15, -1 ] + } + } + ] +} + +DEF cube7 Transform { + children [ + Shape { + appearance Appearance { + material USE pins + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -1.02 1.22 0.22951899999999997, + -1.02 1.34 0.22951899999999997, + -0.75 1.34 0.22951899999999997, + -0.75 1.22 0.22951899999999997, + -1.02 1.34 0.34951899999999997, + -1.02 1.22 0.34951899999999997, + -0.75 1.22 0.34951899999999997, + -0.75 1.34 0.34951899999999997, + -0.75 1.02 0.34951899999999997, + -1.02 1.02 0.34951899999999997, + -1.02 1.02 0.22951899999999997, + -0.75 1.02 0.22951899999999997, + -1.02 1.22 -0.8258406666666664, + -1.02 1.34 -0.8258406666666664, + -0.75 1.34 -0.8258406666666664, + -0.75 1.22 -0.8258406666666664 ] } + coordIndex [ + 0, 1, 13, -1, + 0, 3, 11, -1, + 0, 4, 1, -1, + 0, 5, 4, -1, + 0, 9, 5, -1, + 0, 10, 9, -1, + 0, 11, 10, -1, + 0, 12, 15, -1, + 0, 13, 12, -1, + 0, 15, 3, -1, + 1, 2, 13, -1, + 1, 4, 2, -1, + 2, 3, 15, -1, + 2, 4, 7, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 2, 14, 13, -1, + 2, 15, 14, -1, + 3, 6, 11, -1, + 4, 5, 6, -1, + 4, 6, 7, -1, + 5, 9, 6, -1, + 6, 8, 11, -1, + 6, 9, 8, -1, + 8, 9, 11, -1, + 9, 10, 11, -1, + 12, 13, 15, -1, + 13, 14, 15, -1 ] + } + } + ] +} + +DEF cylinder7 Transform { + children [ + Shape { + appearance Appearance { + material DEF push2 Material { + diffuseColor 0.7669 0.24881644444444442 0.23518266666666665 + emissiveColor 0.001 7.142857142857143e-5 0.0 + specularColor 0.23134328358208955 0.21527101335428123 0.21437810945273633 + ambientIntensity 0.545343458147857 + transparency 0.0 + shininess 1.0 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 0.6649999999999998 4.9447115306922195e-17 2.0495203039999996, + 0.6143798891200056 -0.2544844825227846 2.0495203039999996, + 0.4702260094890541 -0.47022600948905396 2.0495203039999996, + 0.25448448252278466 -0.6143798891200056 2.0495203039999996, + 2.5088302746043006e-17 -0.6649999999999998 2.0495203039999996, + -0.25448448252278466 -0.6143798891200056 2.0495203039999996, + -0.470226009489054 -0.470226009489054 2.0495203039999996, + -0.6143798891200056 -0.25448448252278466 2.0495203039999996, + -0.665 -3.1989207222265875e-17 2.0495203039999996, + -0.6143798891200056 0.25448448252278466 2.0495203039999996, + -0.4702260094890542 0.47022600948905413 2.0495203039999996, + -0.25448448252278505 0.6143798891200056 2.0495203039999996, + -1.3778434231233315e-16 0.6649999999999999 2.0495203039999996, + 0.2544844825227848 0.6143798891200056 2.0495203039999996, + 0.47022600948905396 0.4702260094890542 2.0495203039999996, + 0.6143798891200056 0.2544844825227851 2.0495203039999996, + 0.7 -3.74835796082551e-17 1.4495203040000002, + 0.6467156727579007 -0.26787840265556284 1.4495203040000002, + 0.4949747468305833 -0.4949747468305833 1.4495203040000002, + 0.26787840265556284 -0.6467156727579008 1.4495203040000002, + 2.9330379271164106e-17 -0.7 1.4495203040000002, + -0.2678784026555628 -0.6467156727579008 1.4495203040000002, + -0.4949747468305832 -0.49497474683058335 1.4495203040000002, + -0.6467156727579007 -0.26787840265556295 1.4495203040000002, + -0.7 -1.232060243758215e-16 1.4495203040000002, + -0.6467156727579008 0.26787840265556273 1.4495203040000002, + -0.49497474683058335 0.4949747468305831 1.4495203040000002, + -0.26787840265556323 0.6467156727579004 1.4495203040000002, + -1.421145102639687e-16 0.6999999999999998 1.4495203040000002, + 0.267878402655563 0.6467156727579005 1.4495203040000002, + 0.4949747468305831 0.4949747468305833 1.4495203040000002, + 0.6467156727579005 0.26787840265556323 1.4495203040000002 ] } + coordIndex [ + 0, 1, 16, -1, + 0, 8, 1, -1, + 0, 9, 8, -1, + 0, 15, 9, -1, + 0, 16, 15, -1, + 1, 2, 18, -1, + 1, 7, 2, -1, + 1, 8, 7, -1, + 1, 17, 16, -1, + 1, 18, 17, -1, + 2, 3, 18, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 3, 4, 20, -1, + 3, 5, 4, -1, + 3, 6, 5, -1, + 3, 19, 18, -1, + 3, 20, 19, -1, + 4, 5, 20, -1, + 5, 6, 22, -1, + 5, 21, 20, -1, + 5, 22, 21, -1, + 6, 7, 22, -1, + 7, 8, 24, -1, + 7, 23, 22, -1, + 7, 24, 23, -1, + 8, 9, 24, -1, + 9, 10, 26, -1, + 9, 15, 10, -1, + 9, 25, 24, -1, + 9, 26, 25, -1, + 10, 11, 26, -1, + 10, 14, 11, -1, + 10, 15, 14, -1, + 11, 12, 28, -1, + 11, 13, 12, -1, + 11, 14, 13, -1, + 11, 27, 26, -1, + 11, 28, 27, -1, + 12, 13, 28, -1, + 13, 14, 30, -1, + 13, 29, 28, -1, + 13, 30, 29, -1, + 14, 15, 30, -1, + 15, 16, 31, -1, + 15, 31, 30, -1 ] + } + }, + Shape { + appearance Appearance { + material DEF default Material { + diffuseColor 0.7898538076923077 0.8133333333333334 0.6940444444444445 + emissiveColor 0.0 0.0 0.0 + specularColor 0.0 0.0 0.0 + ambientIntensity 0.765743861823362 + transparency 0.0 + shininess 0.0 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + 0.7 -3.74835796082551e-17 1.4495203040000002, + 0.6467156727579007 -0.26787840265556284 1.4495203040000002, + 0.4949747468305833 -0.4949747468305833 1.4495203040000002, + 0.26787840265556284 -0.6467156727579008 1.4495203040000002, + 2.9330379271164106e-17 -0.7 1.4495203040000002, + -0.2678784026555628 -0.6467156727579008 1.4495203040000002, + -0.4949747468305832 -0.49497474683058335 1.4495203040000002, + -0.6467156727579007 -0.26787840265556295 1.4495203040000002, + -0.7 -1.232060243758215e-16 1.4495203040000002, + -0.6467156727579008 0.26787840265556273 1.4495203040000002, + -0.49497474683058335 0.4949747468305831 1.4495203040000002, + -0.26787840265556323 0.6467156727579004 1.4495203040000002, + -1.421145102639687e-16 0.6999999999999998 1.4495203040000002, + 0.267878402655563 0.6467156727579005 1.4495203040000002, + 0.4949747468305831 0.4949747468305833 1.4495203040000002, + 0.6467156727579005 0.26787840265556323 1.4495203040000002 ] } + coordIndex [ + 0, 1, 7, -1, + 0, 7, 8, -1, + 0, 8, 15, -1, + 1, 2, 6, -1, + 1, 6, 7, -1, + 2, 3, 5, -1, + 2, 5, 6, -1, + 3, 4, 5, -1, + 8, 9, 15, -1, + 9, 10, 14, -1, + 9, 14, 15, -1, + 10, 11, 13, -1, + 10, 13, 14, -1, + 11, 12, 13, -1 ] + } + } + ] +} + +DEF cube6 Transform { + children [ + Shape { + appearance Appearance { + material USE mold + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -1.18 -1.18 1.34952, + -1.18 1.18 1.34952, + 1.18 1.18 1.34952, + 1.18 -1.18 1.34952, + -1.18 -1.18 0.029519999999999987, + -1.18 1.18 0.029519999999999987, + 1.18 1.18 0.029519999999999987, + 1.18 -1.18 0.029519999999999987 ] } + coordIndex [ + 0, 1, 5, -1, + 0, 4, 7, -1, + 0, 5, 4, -1, + 0, 7, 3, -1, + 1, 2, 5, -1, + 2, 3, 7, -1, + 2, 6, 5, -1, + 2, 7, 6, -1, + 4, 5, 7, -1, + 5, 6, 7, -1 ] + } + }, + Shape { + appearance Appearance { + material DEF metal Material { + diffuseColor 0.64702 0.64702 0.64702 + emissiveColor 0.001 0.001 0.001 + specularColor 0.12686567164179105 0.12686567164179105 0.12686567164179105 + ambientIntensity 0.4626865671641791 + transparency 0.0 + shininess 1.0 + } + } + geometry IndexedFaceSet { + coord Coordinate { point [ + -1.18 -1.18 1.34952, + -1.18 1.18 1.34952, + 1.18 1.18 1.34952, + 1.18 -1.18 1.34952, + -1.18 1.18 1.4495200000000001, + -1.18 -1.18 1.4495200000000001, + 1.18 -1.18 1.4495200000000001, + 1.18 1.18 1.4495200000000001 ] } + coordIndex [ + 0, 3, 6, -1, + 0, 4, 1, -1, + 0, 5, 4, -1, + 0, 6, 5, -1, + 1, 4, 2, -1, + 2, 4, 7, -1, + 2, 6, 3, -1, + 2, 7, 6, -1, + 4, 5, 6, -1, + 4, 6, 7, -1 ] + } + } + ] +} + diff --git a/demos/kit-dev-coldfire-xilinx_5213/xilinx.sch b/demos/kit-dev-coldfire-xilinx_5213/xilinx.sch new file mode 100644 index 0000000..b425a82 --- /dev/null +++ b/demos/kit-dev-coldfire-xilinx_5213/xilinx.sch @@ -0,0 +1,1054 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:device +LIBS:transistors +LIBS:conn +LIBS:linear +LIBS:regul +LIBS:74xx +LIBS:adc-dac +LIBS:memory +LIBS:xilinx +LIBS:special +LIBS:microcontrollers +LIBS:motorola +LIBS:kit-dev-coldfire-xilinx_5213-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 3 +Title "Dev kit coldfire 5213" +Date "Sun 22 Mar 2015" +Rev "0" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +NoConn ~ 3600 5700 +NoConn ~ 3600 2400 +NoConn ~ 3600 1600 +NoConn ~ 3600 1500 +NoConn ~ 3600 1400 +NoConn ~ 3600 3600 +NoConn ~ 3600 3500 +NoConn ~ 3600 3400 +NoConn ~ 3600 3300 +NoConn ~ 3600 3200 +NoConn ~ 3600 2400 +NoConn ~ 3600 4900 +NoConn ~ 3600 4800 +NoConn ~ 5500 6700 +NoConn ~ 5500 5900 +NoConn ~ 5500 5100 +NoConn ~ 5500 2900 +Wire Wire Line + 5500 2700 6350 2700 +Connection ~ 3050 900 +Wire Wire Line + 10200 3900 9600 3900 +Connection ~ 3550 4000 +Wire Wire Line + 3600 4000 3550 4000 +Wire Wire Line + 10700 3900 10850 3900 +Wire Wire Line + 3050 900 3050 650 +Wire Wire Line + 3600 800 2700 800 +Wire Wire Line + 5500 2200 6350 2200 +Wire Wire Line + 6350 2400 5500 2400 +Wire Wire Line + 6350 4000 5500 4000 +Wire Wire Line + 6350 3800 5500 3800 +Wire Wire Line + 6350 3600 5500 3600 +Wire Wire Line + 6350 3400 5500 3400 +Wire Wire Line + 6350 3500 5500 3500 +Wire Wire Line + 6350 3700 5500 3700 +Wire Wire Line + 6350 3900 5500 3900 +Wire Wire Line + 6350 2300 5500 2300 +Wire Wire Line + 6200 1300 5500 1300 +Wire Wire Line + 1300 2200 2150 2200 +Wire Wire Line + 3600 1000 2700 1000 +Wire Wire Line + 5500 4700 6050 4700 +Wire Wire Line + 5500 5700 6050 5700 +Wire Wire Line + 5500 6100 6050 6100 +Wire Wire Line + 5500 6000 6050 6000 +Wire Wire Line + 5500 7100 6050 7100 +Wire Wire Line + 2150 3100 1300 3100 +Wire Wire Line + 2150 2900 1300 2900 +Wire Wire Line + 2150 2700 1300 2700 +Wire Wire Line + 2150 2500 1300 2500 +Wire Wire Line + 2150 2300 1300 2300 +Wire Wire Line + 7000 1300 7600 1300 +Wire Wire Line + 3600 3800 3400 3800 +Wire Wire Line + 10600 6350 10600 6400 +Connection ~ 10000 6400 +Wire Wire Line + 10000 6400 10000 6350 +Connection ~ 9400 6400 +Wire Wire Line + 9400 6400 9400 6350 +Connection ~ 8800 6400 +Wire Wire Line + 8800 6400 8800 6350 +Wire Wire Line + 10600 6400 10300 6400 +Wire Wire Line + 10300 6400 10000 6400 +Wire Wire Line + 10000 6400 9700 6400 +Wire Wire Line + 9700 6400 9400 6400 +Wire Wire Line + 9400 6400 9100 6400 +Wire Wire Line + 9100 6400 8800 6400 +Wire Wire Line + 8800 6400 8500 6400 +Wire Wire Line + 8500 6400 8200 6400 +Wire Wire Line + 8200 6400 7900 6400 +Wire Wire Line + 7900 6400 7600 6400 +Wire Wire Line + 7600 5900 7900 5900 +Wire Wire Line + 7900 5900 8200 5900 +Wire Wire Line + 8200 5900 8500 5900 +Wire Wire Line + 8500 5900 8800 5900 +Wire Wire Line + 8800 5900 9100 5900 +Wire Wire Line + 9100 5900 9400 5900 +Wire Wire Line + 9400 5900 9700 5900 +Wire Wire Line + 9700 5900 10000 5900 +Wire Wire Line + 10000 5900 10300 5900 +Wire Wire Line + 10300 5900 10600 5900 +Connection ~ 9700 5900 +Connection ~ 9100 5900 +Connection ~ 8500 5900 +Wire Wire Line + 2750 1300 2700 1300 +Wire Wire Line + 8350 5100 9000 5100 +Wire Wire Line + 9600 5100 9500 5100 +Connection ~ 7600 5900 +Wire Wire Line + 7600 5950 7600 5900 +Wire Wire Line + 7600 5900 7600 5850 +Connection ~ 10000 5900 +Connection ~ 7900 5900 +Wire Wire Line + 7900 5900 7900 5950 +Connection ~ 8200 5900 +Wire Wire Line + 8200 5900 8200 5950 +Wire Wire Line + 8500 5900 8500 5950 +Connection ~ 8800 5900 +Wire Wire Line + 9100 5900 9100 5950 +Connection ~ 9400 5900 +Wire Wire Line + 9700 5900 9700 5950 +Connection ~ 8500 6400 +Connection ~ 10300 5900 +Wire Wire Line + 10300 5950 10300 5900 +Wire Wire Line + 10600 5900 10600 5950 +Connection ~ 7900 6400 +Wire Wire Line + 7900 6350 7900 6400 +Connection ~ 8200 6400 +Wire Wire Line + 8200 6400 8200 6350 +Wire Wire Line + 8500 6400 8500 6350 +Wire Wire Line + 8350 5400 9000 5400 +Wire Wire Line + 9600 5400 9500 5400 +Wire Wire Line + 2700 1100 3600 1100 +Wire Wire Line + 8800 5900 8800 5950 +Wire Wire Line + 9400 5900 9400 5950 +Wire Wire Line + 10000 5900 10000 5950 +Wire Wire Line + 7600 6450 7600 6400 +Wire Wire Line + 7600 6400 7600 6350 +Connection ~ 7600 6400 +Wire Wire Line + 9100 6400 9100 6350 +Connection ~ 9100 6400 +Wire Wire Line + 9700 6400 9700 6350 +Connection ~ 9700 6400 +Wire Wire Line + 10300 6400 10300 6350 +Connection ~ 10300 6400 +Wire Wire Line + 7600 1200 7000 1200 +Wire Wire Line + 5500 6900 6050 6900 +Wire Wire Line + 5500 6600 6050 6600 +Wire Wire Line + 5500 5500 6050 5500 +Wire Wire Line + 5500 5300 6050 5300 +Wire Wire Line + 5500 4900 6050 4900 +Wire Wire Line + 3050 5000 3600 5000 +Wire Wire Line + 3050 4700 3600 4700 +Wire Wire Line + 3050 4300 3600 4300 +Wire Wire Line + 3050 2500 3600 2500 +Wire Wire Line + 3050 2300 3600 2300 +Wire Wire Line + 3050 2200 3600 2200 +Wire Wire Line + 3050 1800 3600 1800 +Wire Wire Line + 3050 1700 3600 1700 +Wire Wire Line + 3050 3000 3600 3000 +Wire Wire Line + 3050 3100 3600 3100 +Wire Wire Line + 5500 6200 6050 6200 +Wire Wire Line + 5500 5800 6050 5800 +Wire Wire Line + 5500 6300 6050 6300 +Wire Wire Line + 5500 7000 6050 7000 +Wire Wire Line + 5500 6800 6050 6800 +Wire Wire Line + 5500 6500 6050 6500 +Wire Wire Line + 5500 5400 6050 5400 +Wire Wire Line + 5500 5200 6050 5200 +Wire Wire Line + 5500 5000 6050 5000 +Wire Wire Line + 3050 4500 3600 4500 +Wire Wire Line + 3050 4600 3600 4600 +Wire Wire Line + 3050 4400 3600 4400 +Wire Wire Line + 3050 2900 3600 2900 +Wire Wire Line + 3050 2600 3600 2600 +Wire Wire Line + 3050 2700 3600 2700 +Wire Wire Line + 3050 2100 3600 2100 +Wire Wire Line + 3050 1900 3600 1900 +Wire Wire Line + 8250 2100 8800 2100 +Wire Wire Line + 8250 2200 8800 2200 +Wire Wire Line + 8250 2300 8800 2300 +Wire Wire Line + 8250 2400 8800 2400 +Wire Wire Line + 8250 2500 8800 2500 +Wire Wire Line + 8250 2600 8800 2600 +Wire Wire Line + 8250 2700 8800 2700 +Wire Wire Line + 8250 2800 8800 2800 +Wire Wire Line + 8250 2900 8800 2900 +Wire Wire Line + 8250 3000 8800 3000 +Wire Wire Line + 8250 3100 8800 3100 +Wire Wire Line + 8250 3200 8800 3200 +Wire Wire Line + 8250 3300 8800 3300 +Wire Wire Line + 8250 3400 8800 3400 +Wire Wire Line + 8250 3500 8800 3500 +Wire Wire Line + 8250 3600 8800 3600 +Wire Wire Line + 8250 3700 8800 3700 +Wire Wire Line + 8250 3800 8800 3800 +Wire Wire Line + 8250 3900 8800 3900 +Wire Wire Line + 8250 4000 8800 4000 +Wire Wire Line + 9600 2200 10150 2200 +Wire Wire Line + 9600 2300 10150 2300 +Wire Wire Line + 9600 2400 10150 2400 +Wire Wire Line + 9600 2500 10150 2500 +Wire Wire Line + 9600 2600 10150 2600 +Wire Wire Line + 9600 2700 10150 2700 +Wire Wire Line + 9600 2800 10150 2800 +Wire Wire Line + 9600 2900 10150 2900 +Wire Wire Line + 9600 3000 10150 3000 +Wire Wire Line + 9600 3100 10150 3100 +Wire Wire Line + 9600 3200 10150 3200 +Wire Wire Line + 9600 3300 10150 3300 +Wire Wire Line + 9600 3400 10150 3400 +Wire Wire Line + 9600 3500 10150 3500 +Wire Wire Line + 9600 3600 10150 3600 +Wire Wire Line + 9600 3700 10150 3700 +Wire Wire Line + 9600 3800 10150 3800 +Wire Wire Line + 2150 2400 1300 2400 +Wire Wire Line + 2150 2600 1300 2600 +Wire Wire Line + 2150 2800 1300 2800 +Wire Wire Line + 2150 3000 1300 3000 +Wire Wire Line + 6200 1200 5500 1200 +Wire Wire Line + 3600 1200 3450 1200 +Wire Wire Line + 3450 1200 3450 1250 +Wire Wire Line + 3600 900 3050 900 +Wire Wire Line + 3050 900 2700 900 +Wire Wire Line + 3600 3900 3550 3900 +Wire Wire Line + 3550 3900 3550 4000 +Wire Wire Line + 3550 4000 3550 4100 +Wire Wire Line + 3500 4100 3550 4100 +Wire Wire Line + 3550 4100 3600 4100 +Connection ~ 3550 4100 +Wire Wire Line + 5500 2600 6350 2600 +NoConn ~ 3600 7000 +NoConn ~ 3600 6900 +Text Label 9600 3900 0 60 ~ 0 ++3,3V_OUT +$Comp +L GND #PWR0105 +U 1 1 480DCF5A +P 3500 4100 +F 0 "#PWR0105" H 3500 4100 30 0001 C CNN +F 1 "GND" H 3500 4030 30 0001 C CNN +F 2 "" H 3500 4100 60 0001 C CNN +F 3 "" H 3500 4100 60 0001 C CNN + 1 3500 4100 + 0 1 1 0 +$EndComp +$Comp +L +3,3V #PWR0106 +U 1 1 4791D619 +P 10850 3900 +F 0 "#PWR0106" H 10850 3860 30 0001 C CNN +F 1 "+3,3V" H 10850 4010 40 0000 C CNN +F 2 "" H 10850 3900 60 0001 C CNN +F 3 "" H 10850 3900 60 0001 C CNN + 1 10850 3900 + 1 0 0 -1 +$EndComp +$Comp +L R R64 +U 1 1 4791D59D +P 10450 3900 +F 0 "R64" V 10350 3900 50 0000 C CNN +F 1 "3,3" V 10450 3900 50 0000 C CNN +F 2 "discret:R4" H 10450 3900 60 0001 C CNN +F 3 "" H 10450 3900 60 0001 C CNN + 1 10450 3900 + 0 1 1 0 +$EndComp +NoConn ~ 5500 4600 +NoConn ~ 5500 4500 +NoConn ~ 5500 4400 +NoConn ~ 5500 4300 +NoConn ~ 5500 4200 +NoConn ~ 5500 7500 +NoConn ~ 5500 7400 +NoConn ~ 5500 7300 +NoConn ~ 3600 5300 +NoConn ~ 3600 5200 +NoConn ~ 5500 2100 +NoConn ~ 5500 2000 +NoConn ~ 5500 1900 +NoConn ~ 5500 1800 +NoConn ~ 5500 3200 +NoConn ~ 5500 3100 +NoConn ~ 5500 3000 +NoConn ~ 5500 2800 +NoConn ~ 5500 1700 +NoConn ~ 5500 1500 +NoConn ~ 5500 1400 +NoConn ~ 5500 1100 +NoConn ~ 5500 1000 +NoConn ~ 5500 900 +$Comp +L GND #PWR0107 +U 1 1 470F3BF2 +P 3450 1250 +F 0 "#PWR0107" H 3450 1250 30 0001 C CNN +F 1 "GND" H 3450 1180 30 0001 C CNN +F 2 "" H 3450 1250 60 0001 C CNN +F 3 "" H 3450 1250 60 0001 C CNN + 1 3450 1250 + 1 0 0 -1 +$EndComp +NoConn ~ 3600 5600 +NoConn ~ 3600 5500 +NoConn ~ 3600 5400 +NoConn ~ 3600 7500 +NoConn ~ 3600 7400 +NoConn ~ 3600 7300 +NoConn ~ 3600 7200 +NoConn ~ 3600 7100 +NoConn ~ 3600 6800 +NoConn ~ 3600 6700 +NoConn ~ 3600 6600 +NoConn ~ 3600 6500 +NoConn ~ 3600 6400 +NoConn ~ 3600 6300 +NoConn ~ 3600 6200 +NoConn ~ 3600 6100 +NoConn ~ 3600 6000 +NoConn ~ 3600 5900 +NoConn ~ 3600 5800 +Text Label 5650 4000 0 60 ~ 0 +XIL_DATA +Text Label 5650 2400 0 60 ~ 0 +XIL_INIT +Text Label 5650 3900 0 60 ~ 0 +XIL_RTS +Text Label 5650 3800 0 60 ~ 0 +XIL_CTS +Text Label 5650 3400 0 60 ~ 0 +XIL_CCLK +Text Label 5650 3500 0 60 ~ 0 +XIL_DIN +Text Label 5650 3600 0 60 ~ 0 +XIL_DOUT +Text Label 5650 3700 0 60 ~ 0 +XIL_SPI_CLK +Text Label 5650 2300 0 60 ~ 0 +XIL_IRQ2 +Text Label 5650 2200 0 60 ~ 0 +XIL_IRQ1 +$Comp +L CONN_2X2 P3 +U 1 1 46A76EB2 +P 6600 1250 +F 0 "P3" H 6600 1400 50 0000 C CNN +F 1 "CONN_2X2" H 6610 1120 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X2" H 6600 1250 60 0001 C CNN +F 3 "" H 6600 1250 60 0001 C CNN + 1 6600 1250 + -1 0 0 -1 +$EndComp +$Comp +L XCR3256-TQ144 U9 +U 1 1 470F38BE +P 4550 4100 +F 0 "U9" H 4550 7550 70 0000 C CNN +F 1 "XCR3256-TQ144" H 4550 500 60 0000 C CNN +F 2 "lib_smd:TQFP144" H 4550 4100 60 0001 C CNN +F 3 "" H 4550 4100 60 0001 C CNN + 1 4550 4100 + 1 0 0 -1 +$EndComp +Text Label 5550 6900 0 60 ~ 0 +XIL_D5 +Text Label 5600 7100 0 60 ~ 0 +XIL_D4 +Text Label 5600 6000 0 60 ~ 0 +XIL_D3 +Text Label 5600 6100 0 60 ~ 0 +XIL_D2 +Text Label 5600 5700 0 60 ~ 0 +XIL_D1 +Text Label 5550 4700 0 60 ~ 0 +XIL_D0 +Text Label 9700 3800 0 60 ~ 0 +XIL_D36 +Text Label 9700 3700 0 60 ~ 0 +XIL_D35 +Text Label 9700 3600 0 60 ~ 0 +XIL_D34 +Text Label 9700 3500 0 60 ~ 0 +XIL_D33 +Text Label 9700 3400 0 60 ~ 0 +XIL_D32 +Text Label 9700 3300 0 60 ~ 0 +XIL_D31 +Text Label 9700 3200 0 60 ~ 0 +XIL_D30 +Text Label 9700 3100 0 60 ~ 0 +XIL_D29 +Text Label 9700 3000 0 60 ~ 0 +XIL_D28 +Text Label 9700 2900 0 60 ~ 0 +XIL_D27 +Text Label 9700 2800 0 60 ~ 0 +XIL_D26 +Text Label 9700 2700 0 60 ~ 0 +XIL_D25 +Text Label 9700 2600 0 60 ~ 0 +XIL_D24 +Text Label 9700 2500 0 60 ~ 0 +XIL_D23 +Text Label 9700 2400 0 60 ~ 0 +XIL_D22 +Text Label 9700 2300 0 60 ~ 0 +XIL_D21 +Text Label 9700 2200 0 60 ~ 0 +XIL_D20 +Text Label 8250 4000 0 60 ~ 0 +XIL_D19 +Text Label 8250 3900 0 60 ~ 0 +XIL_D18 +Text Label 8250 3800 0 60 ~ 0 +XIL_D17 +Text Label 8250 3700 0 60 ~ 0 +XIL_D16 +Text Label 8250 3600 0 60 ~ 0 +XIL_D15 +Text Label 8250 3500 0 60 ~ 0 +XIL_D14 +Text Label 8250 3400 0 60 ~ 0 +XIL_D13 +Text Label 8250 3300 0 60 ~ 0 +XIL_D12 +Text Label 8250 3200 0 60 ~ 0 +XIL_D11 +Text Label 8250 3100 0 60 ~ 0 +XIL_D10 +Text Label 8250 3000 0 60 ~ 0 +XIL_D9 +Text Label 8250 2900 0 60 ~ 0 +XIL_D8 +Text Label 8250 2800 0 60 ~ 0 +XIL_D7 +Text Label 8250 2700 0 60 ~ 0 +XIL_D6 +Text Label 8250 2600 0 60 ~ 0 +XIL_D5 +Text Label 8250 2500 0 60 ~ 0 +XIL_D4 +Text Label 8250 2400 0 60 ~ 0 +XIL_D3 +Text Label 8250 2300 0 60 ~ 0 +XIL_D2 +Text Label 8250 2200 0 60 ~ 0 +XIL_D1 +Text Label 8250 2100 0 60 ~ 0 +XIL_D0 +Text Label 3100 1900 0 60 ~ 0 +XIL_D36 +Text Label 3100 2100 0 60 ~ 0 +XIL_D35 +$Comp +L GND #PWR0108 +U 1 1 46ADE620 +P 9650 4000 +F 0 "#PWR0108" H 9650 4000 30 0001 C CNN +F 1 "GND" H 9650 3930 30 0001 C CNN +F 2 "" H 9650 4000 60 0001 C CNN +F 3 "" H 9650 4000 60 0001 C CNN + 1 9650 4000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR0109 +U 1 1 46ADE61B +P 9650 2100 +F 0 "#PWR0109" H 9650 2100 30 0001 C CNN +F 1 "GND" H 9650 2030 30 0001 C CNN +F 2 "" H 9650 2100 60 0001 C CNN +F 3 "" H 9650 2100 60 0001 C CNN + 1 9650 2100 + 0 -1 -1 0 +$EndComp +Text Label 3100 2700 0 60 ~ 0 +XIL_D34 +Text Label 3100 2600 0 60 ~ 0 +XIL_D33 +Text Label 3100 2900 0 60 ~ 0 +XIL_D32 +Text Label 3100 4400 0 60 ~ 0 +XIL_D31 +Text Label 3100 4600 0 60 ~ 0 +XIL_D30 +Text Label 3100 4500 0 60 ~ 0 +XIL_D29 +Text Label 5550 5000 0 60 ~ 0 +XIL_D28 +Text Label 5550 5200 0 60 ~ 0 +XIL_D27 +Text Label 5600 5400 0 60 ~ 0 +XIL_D26 +Text Label 5600 6500 0 60 ~ 0 +XIL_D25 +Text Label 5600 6800 0 60 ~ 0 +XIL_D24 +Text Label 5600 7000 0 60 ~ 0 +XIL_D23 +Text Label 5600 6300 0 60 ~ 0 +XIL_D22 +Text Label 5600 5800 0 60 ~ 0 +XIL_D21 +Text Label 5550 6200 0 60 ~ 0 +XIL_D20 +Text Label 3050 3100 0 60 ~ 0 +XIL_D19 +Text Label 3050 3000 0 60 ~ 0 +XIL_D18 +Text Label 3050 1700 0 60 ~ 0 +XIL_D17 +Text Label 3050 1800 0 60 ~ 0 +XIL_D16 +Text Label 3050 2200 0 60 ~ 0 +XIL_D15 +Text Label 3050 2300 0 60 ~ 0 +XIL_D14 +Text Label 3050 2500 0 60 ~ 0 +XIL_D13 +Text Label 3100 4300 0 60 ~ 0 +XIL_D12 +Text Label 3100 4700 0 60 ~ 0 +XIL_D11 +Text Label 3050 5000 0 60 ~ 0 +XIL_D10 +Text Label 5600 4900 0 60 ~ 0 +XIL_D9 +Text Label 5600 5300 0 60 ~ 0 +XIL_D8 +Text Label 5600 5500 0 60 ~ 0 +XIL_D7 +Text Label 5600 6600 0 60 ~ 0 +XIL_D6 +$Comp +L CONN_20X2 P4 +U 1 1 46ADE55A +P 9200 3050 +F 0 "P4" H 9200 4100 60 0000 C CNN +F 1 "CONN_20X2" V 9200 3050 50 0000 C CNN +F 2 "pin_array:PIN_ARRAY_20X2" H 9200 3050 60 0001 C CNN +F 3 "" H 9200 3050 60 0001 C CNN + 1 9200 3050 + 1 0 0 -1 +$EndComp +Text Label 5650 2600 0 60 ~ 0 +LED_TEST1 +Text Label 5650 2700 0 60 ~ 0 +LED_TEST2 +Text Label 1450 2900 0 60 ~ 0 +XIL_DATA +Text Label 1450 3100 0 60 ~ 0 +XIL_INIT +Text Label 7050 1300 0 60 ~ 0 +XIL_RTS +Text Label 7050 1200 0 60 ~ 0 +XIL_CTS +Text Label 1450 2800 0 60 ~ 0 +XIL_RTS +Text Label 1450 2700 0 60 ~ 0 +XIL_CTS +Text Label 1450 2300 0 60 ~ 0 +XIL_CCLK +Text Label 1450 2400 0 60 ~ 0 +XIL_DIN +Text Label 1450 2500 0 60 ~ 0 +XIL_DOUT +Text Label 1450 2600 0 60 ~ 0 +XIL_SPI_CLK +Text Label 1450 3000 0 60 ~ 0 +XIL_IRQ2 +Text Label 1450 2200 0 60 ~ 0 +XIL_IRQ1 +Text HLabel 3400 3800 0 60 Input ~ 0 +GLCK2 +$Comp +L +3,3V #PWR0110 +U 1 1 46A76BD3 +P 2750 1300 +F 0 "#PWR0110" H 2750 1260 30 0001 C CNN +F 1 "+3,3V" V 2750 1500 40 0000 C CNN +F 2 "" H 2750 1300 60 0001 C CNN +F 3 "" H 2750 1300 60 0001 C CNN + 1 2750 1300 + 0 1 1 0 +$EndComp +$Comp +L +3,3V #PWR0111 +U 1 1 46A76BD2 +P 3600 650 +F 0 "#PWR0111" H 3600 610 30 0001 C CNN +F 1 "+3,3V" H 3600 760 40 0000 C CNN +F 2 "" H 3600 650 60 0001 C CNN +F 3 "" H 3600 650 60 0001 C CNN + 1 3600 650 + 1 0 0 -1 +$EndComp +$Comp +L R R57 +U 1 1 46A76BCA +P 3300 650 +F 0 "R57" V 3200 650 50 0000 C CNN +F 1 "4K7" V 3300 650 50 0000 C CNN +F 2 "lib_smd:SM0805" H 3300 650 60 0001 C CNN +F 3 "" H 3300 650 60 0001 C CNN + 1 3300 650 + 0 1 1 0 +$EndComp +Text Label 8350 5100 0 60 ~ 0 +LED_TEST1 +$Comp +L GND #PWR0112 +U 1 1 46A76BC5 +P 10050 5100 +F 0 "#PWR0112" H 10050 5100 40 0001 C CNN +F 1 "GND" H 10050 5030 40 0001 C CNN +F 2 "" H 10050 5100 60 0001 C CNN +F 3 "" H 10050 5100 60 0001 C CNN + 1 10050 5100 + 0 -1 -1 0 +$EndComp +$Comp +L LED D8 +U 1 1 46A76BC4 +P 9800 5100 +F 0 "D8" H 9800 5200 50 0000 C CNN +F 1 "LED" H 9800 5000 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 9800 5100 60 0001 C CNN +F 3 "" H 9800 5100 60 0001 C CNN + 1 9800 5100 + 1 0 0 -1 +$EndComp +$Comp +L R R62 +U 1 1 46A76BC3 +P 9250 5100 +F 0 "R62" V 9330 5100 50 0000 C CNN +F 1 "1K" V 9250 5100 50 0000 C CNN +F 2 "lib_smd:SM0805" H 9250 5100 60 0001 C CNN +F 3 "" H 9250 5100 60 0001 C CNN + 1 9250 5100 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR0113 +U 1 1 46A76BC1 +P 7600 6450 +F 0 "#PWR0113" H 7600 6450 30 0001 C CNN +F 1 "GND" H 7600 6380 30 0001 C CNN +F 2 "" H 7600 6450 60 0001 C CNN +F 3 "" H 7600 6450 60 0001 C CNN + 1 7600 6450 + 1 0 0 -1 +$EndComp +$Comp +L +3,3V #PWR0114 +U 1 1 46A76BBF +P 7600 5850 +F 0 "#PWR0114" H 7600 5810 30 0001 C CNN +F 1 "+3,3V" H 7600 5960 40 0000 C CNN +F 2 "" H 7600 5850 60 0001 C CNN +F 3 "" H 7600 5850 60 0001 C CNN + 1 7600 5850 + 1 0 0 -1 +$EndComp +$Comp +L C C61 +U 1 1 46A76BBC +P 10600 6150 +F 0 "C61" H 10650 6250 50 0000 L CNN +F 1 "100nF" H 10600 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 10600 6150 60 0001 C CNN +F 3 "" H 10600 6150 60 0001 C CNN + 1 10600 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C60 +U 1 1 46A76BBB +P 10300 6150 +F 0 "C60" H 10350 6250 50 0000 L CNN +F 1 "100nF" H 10300 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 10300 6150 60 0001 C CNN +F 3 "" H 10300 6150 60 0001 C CNN + 1 10300 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C59 +U 1 1 46A76BBA +P 10000 6150 +F 0 "C59" H 10050 6250 50 0000 L CNN +F 1 "100nF" H 10000 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 10000 6150 60 0001 C CNN +F 3 "" H 10000 6150 60 0001 C CNN + 1 10000 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C54 +U 1 1 46A76BB5 +P 8500 6150 +F 0 "C54" H 8550 6250 50 0000 L CNN +F 1 "100nF" H 8500 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 8500 6150 60 0001 C CNN +F 3 "" H 8500 6150 60 0001 C CNN + 1 8500 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C53 +U 1 1 46A76BB4 +P 8200 6150 +F 0 "C53" H 8250 6250 50 0000 L CNN +F 1 "100nF" H 8200 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 8200 6150 60 0001 C CNN +F 3 "" H 8200 6150 60 0001 C CNN + 1 8200 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C52 +U 1 1 46A76BB3 +P 7900 6150 +F 0 "C52" H 7950 6250 50 0000 L CNN +F 1 "100nF" H 7900 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 7900 6150 60 0001 C CNN +F 3 "" H 7900 6150 60 0001 C CNN + 1 7900 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C51 +U 1 1 46A76BB2 +P 7600 6150 +F 0 "C51" H 7650 6250 50 0000 L CNN +F 1 "100nF" H 7600 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 7600 6150 60 0001 C CNN +F 3 "" H 7600 6150 60 0001 C CNN + 1 7600 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C58 +U 1 1 46A76BB1 +P 9700 6150 +F 0 "C58" H 9750 6250 50 0000 L CNN +F 1 "100nF" H 9700 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 9700 6150 60 0001 C CNN +F 3 "" H 9700 6150 60 0001 C CNN + 1 9700 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C57 +U 1 1 46A76BB0 +P 9400 6150 +F 0 "C57" H 9450 6250 50 0000 L CNN +F 1 "100nF" H 9400 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 9400 6150 60 0001 C CNN +F 3 "" H 9400 6150 60 0001 C CNN + 1 9400 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C56 +U 1 1 46A76BAF +P 9100 6150 +F 0 "C56" H 9150 6250 50 0000 L CNN +F 1 "100nF" H 9100 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 9100 6150 60 0001 C CNN +F 3 "" H 9100 6150 60 0001 C CNN + 1 9100 6150 + 1 0 0 -1 +$EndComp +$Comp +L C C55 +U 1 1 46A76BAE +P 8800 6150 +F 0 "C55" H 8850 6250 50 0000 L CNN +F 1 "100nF" H 8800 6050 50 0000 L CNN +F 2 "lib_smd:SM0805" H 8800 6150 60 0001 C CNN +F 3 "" H 8800 6150 60 0001 C CNN + 1 8800 6150 + 1 0 0 -1 +$EndComp +Text Label 8350 5400 0 60 ~ 0 +LED_TEST2 +Text Label 2800 900 0 60 ~ 0 +TCK +$Comp +L GND #PWR0115 +U 1 1 46A76BA9 +P 10050 5400 +F 0 "#PWR0115" H 10050 5400 40 0001 C CNN +F 1 "GND" H 10050 5330 40 0001 C CNN +F 2 "" H 10050 5400 60 0001 C CNN +F 3 "" H 10050 5400 60 0001 C CNN + 1 10050 5400 + 0 -1 -1 0 +$EndComp +$Comp +L LED D9 +U 1 1 46A76BA8 +P 9800 5400 +F 0 "D9" H 9800 5500 50 0000 C CNN +F 1 "LED" H 9800 5300 50 0000 C CNN +F 2 "lib_smd:SM1206POL" H 9800 5400 60 0001 C CNN +F 3 "" H 9800 5400 60 0001 C CNN + 1 9800 5400 + 1 0 0 -1 +$EndComp +$Comp +L R R63 +U 1 1 46A76BA7 +P 9250 5400 +F 0 "R63" V 9330 5400 50 0000 C CNN +F 1 "1K" V 9250 5400 50 0000 C CNN +F 2 "lib_smd:SM0805" H 9250 5400 60 0001 C CNN +F 3 "" H 9250 5400 60 0001 C CNN + 1 9250 5400 + 0 -1 -1 0 +$EndComp +Text Label 2800 1100 0 60 ~ 0 +TMS +Text Label 2800 1000 0 60 ~ 0 +TDI +Text Label 2800 800 0 60 ~ 0 +TDO +$Comp +L CONN_6 P1 +U 1 1 46A76BA6 +P 2350 1050 +F 0 "P1" V 2300 1050 60 0000 C CNN +F 1 "CONN_6" V 2400 1050 60 0000 C CNN +F 2 "pin_array:PIN_ARRAY-6X1" H 2350 1050 60 0001 C CNN +F 3 "" H 2350 1050 60 0001 C CNN + 1 2350 1050 + -1 0 0 1 +$EndComp +$Comp +L GND #PWR0116 +U 1 1 46A76BA5 +P 2750 1200 +F 0 "#PWR0116" H 2750 1200 40 0001 C CNN +F 1 "GND" H 2750 1130 40 0001 C CNN +F 2 "" H 2750 1200 60 0001 C CNN +F 3 "" H 2750 1200 60 0001 C CNN + 1 2750 1200 + 0 -1 -1 0 +$EndComp +Text HLabel 1300 2600 0 60 Input ~ 0 +QSPI_SCLK +Text HLabel 1300 3100 0 60 Input ~ 0 +IRQ-3 +Text HLabel 1300 3000 0 60 Input ~ 0 +IRQ-2 +Text HLabel 1300 2900 0 60 Input ~ 0 +QSPI_CS1 +Text HLabel 1300 2800 0 60 Input ~ 0 +URTS1- +Text HLabel 1300 2700 0 60 Input ~ 0 +UCTS1- +Text HLabel 1300 2500 0 60 Output ~ 0 +QSPI_DOUT +Text HLabel 1300 2400 0 60 Input ~ 0 +QSPI_DIN +Text HLabel 1300 2300 0 60 Input ~ 0 +QSPI_CS2 +Text HLabel 1300 2200 0 60 Input ~ 0 +IRQ-1 +Wire Wire Line + 3600 650 3550 650 +Wire Wire Line + 2750 1200 2700 1200 +Wire Wire Line + 9650 2100 9600 2100 +Wire Wire Line + 9650 4000 9600 4000 +Wire Wire Line + 10050 5400 10000 5400 +Wire Wire Line + 10000 5100 10050 5100 +$EndSCHEMATC diff --git a/demos/microwave/microwave.kicad_pcb b/demos/microwave/microwave.kicad_pcb new file mode 100644 index 0000000..93f8180 --- /dev/null +++ b/demos/microwave/microwave.kicad_pcb @@ -0,0 +1,987 @@ +(kicad_pcb (version 3) (host pcbnew "(2013-02-23 BZR 3971)-testing") + + (general + (links 0) + (no_connects 0) + (area 59.537599 81.127599 351.942401 202.082401) + (thickness 1.6) + (drawings 7) + (tracks 0) + (zones 0) + (modules 4) + (nets 1) + ) + + (page A3) + (layers + (15 Dessus.Cu signal) + (0 Dessous.Cu signal) + (16 B.Adhes user) + (17 F.Adhes user) + (18 B.Paste user) + (19 F.Paste user) + (20 B.SilkS user) + (21 F.SilkS user) + (22 B.Mask user) + (23 F.Mask user) + (24 Dwgs.User user) + (25 Cmts.User user) + (26 Eco1.User user) + (27 Eco2.User user) + (28 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.254) + (trace_clearance 0.254) + (zone_clearance 0.381) + (zone_45_only no) + (trace_min 0.254) + (segment_width 0.3048) + (edge_width 0.3048) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.2032) + (pcb_text_size 1.524 1.524) + (mod_edge_width 0.3048) + (mod_text_size 1.27 1.27) + (mod_text_width 0.2032) + (pad_size 1.397 1.397) + (pad_drill 0.8128) + (pad_to_mask_clearance 0.2) + (aux_axis_origin 0 0) + (visible_elements FFFFFFBF) + (pcbplotparams + (layerselection 3178497) + (usegerberextensions true) + (excludeedgelayer true) + (linewidth 10000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotothertext true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.254) + (trace_width 0.254) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net "") + ) + + (module POLY (layer Dessus.Cu) (tedit 42809A8C) (tstamp 0) + (at 203.2 144.78) + (fp_text reference POLY (at 0 0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_text value VAL** (at 0 -0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_poly (pts (xy -135.7503 0) (xy -135.7503 -0.61214) (xy -135.24738 -0.61214) (xy -134.74446 -0.6096) + (xy -134.24154 -0.60452) (xy -133.73862 -0.59944) (xy -133.2357 -0.59436) (xy -132.73278 -0.58674) + (xy -132.22986 -0.58166) (xy -131.72694 -0.57404) (xy -131.22402 -0.56642) (xy -130.72364 -0.56134) + (xy -130.22072 -0.55626) (xy -129.7178 -0.55372) (xy -129.21488 -0.55372) (xy -128.71196 -0.55372) + (xy -128.20904 -0.5588) (xy -127.70612 -0.56388) (xy -127.2032 -0.57404) (xy -126.70028 -0.5842) + (xy -126.19736 -0.5969) (xy -125.69444 -0.61214) (xy -125.19152 -0.62738) (xy -124.6886 -0.64516) + (xy -124.18568 -0.66294) (xy -123.68276 -0.68072) (xy -123.17984 -0.69596) (xy -122.67692 -0.7112) + (xy -122.174 -0.72644) (xy -121.67362 -0.7366) (xy -121.1707 -0.74422) (xy -120.66778 -0.75184) + (xy -120.16486 -0.75438) (xy -119.66194 -0.75184) (xy -119.15902 -0.7493) (xy -118.6561 -0.73914) + (xy -118.15318 -0.72898) (xy -117.65026 -0.7112) (xy -117.14734 -0.69342) (xy -116.64442 -0.66802) + (xy -116.1415 -0.64262) (xy -115.63858 -0.61214) (xy -115.13566 -0.57912) (xy -114.63274 -0.5461) + (xy -114.12982 -0.51054) (xy -113.6269 -0.47752) (xy -113.12398 -0.44704) (xy -112.6236 -0.41656) + (xy -112.12068 -0.3937) (xy -111.61776 -0.37338) (xy -111.11484 -0.36068) (xy -110.61192 -0.35052) + (xy -110.109 -0.35052) (xy -109.60608 -0.35306) (xy -109.10316 -0.36576) (xy -108.60024 -0.38354) + (xy -108.09732 -0.40894) (xy -107.5944 -0.43942) (xy -107.09148 -0.47752) (xy -106.58856 -0.5207) + (xy -106.08564 -0.56642) (xy -105.58272 -0.61214) (xy -105.0798 -0.65786) (xy -104.57688 -0.70358) + (xy -104.07396 -0.74422) (xy -103.57358 -0.78232) (xy -103.07066 -0.8128) (xy -102.56774 -0.84074) + (xy -102.06482 -0.86106) (xy -101.5619 -0.8763) (xy -101.05898 -0.889) (xy -100.55606 -0.89408) + (xy -100.05314 -0.89408) (xy -99.55022 -0.889) (xy -99.0473 -0.87884) (xy -98.54438 -0.86106) + (xy -98.04146 -0.8382) (xy -97.53854 -0.81026) (xy -97.03562 -0.77216) (xy -96.5327 -0.72644) + (xy -96.02978 -0.6731) (xy -95.52686 -0.61214) (xy -95.02394 -0.54864) (xy -94.52356 -0.48006) + (xy -94.02064 -0.41656) (xy -93.51772 -0.3556) (xy -93.0148 -0.29972) (xy -92.51188 -0.25654) + (xy -92.00896 -0.22098) (xy -91.50604 -0.19558) (xy -91.00312 -0.18034) (xy -90.5002 -0.17272) + (xy -89.99728 -0.17272) (xy -89.49436 -0.18034) (xy -88.99144 -0.19812) (xy -88.48852 -0.2286) + (xy -87.9856 -0.2667) (xy -87.48268 -0.32004) (xy -86.97976 -0.381) (xy -86.47684 -0.45466) + (xy -85.97392 -0.5334) (xy -85.47354 -0.61214) (xy -84.97062 -0.68834) (xy -84.4677 -0.75692) + (xy -83.96478 -0.81788) (xy -83.46186 -0.86614) (xy -82.95894 -0.90678) (xy -82.45602 -0.93472) + (xy -81.9531 -0.95758) (xy -81.45018 -0.97282) (xy -80.94726 -0.98044) (xy -80.44434 -0.98552) + (xy -79.94142 -0.98552) (xy -79.4385 -0.98044) (xy -78.93558 -0.96774) (xy -78.43266 -0.94996) + (xy -77.92974 -0.92456) (xy -77.42682 -0.889) (xy -76.9239 -0.84074) (xy -76.42352 -0.77724) + (xy -75.9206 -0.70104) (xy -75.41768 -0.61214) (xy -74.91476 -0.51562) (xy -74.41184 -0.4191) + (xy -73.90892 -0.32766) (xy -73.406 -0.25146) (xy -72.90308 -0.1905) (xy -72.40016 -0.14732) + (xy -71.89724 -0.1143) (xy -71.39432 -0.09398) (xy -70.8914 -0.08128) (xy -70.38848 -0.0762) + (xy -69.88556 -0.08128) (xy -69.38264 -0.09398) (xy -68.87972 -0.1143) (xy -68.3768 -0.14732) + (xy -67.87388 -0.1905) (xy -67.3735 -0.25146) (xy -66.87058 -0.32766) (xy -66.36766 -0.4191) + (xy -65.86474 -0.51562) (xy -65.36182 -0.61214) (xy -64.8589 -0.70104) (xy -64.35598 -0.77978) + (xy -63.85306 -0.84328) (xy -63.35014 -0.89408) (xy -62.84722 -0.93218) (xy -62.3443 -0.96012) + (xy -61.84138 -0.98044) (xy -61.33846 -0.99314) (xy -60.83554 -0.99822) (xy -60.33262 -1.00076) + (xy -59.8297 -0.99822) (xy -59.32678 -0.99314) (xy -58.82386 -0.98044) (xy -58.32348 -0.96012) + (xy -57.82056 -0.93218) (xy -57.31764 -0.89408) (xy -56.81472 -0.84328) (xy -56.3118 -0.77978) + (xy -55.80888 -0.70104) (xy -55.30596 -0.61214) (xy -54.80304 -0.51562) (xy -54.30012 -0.4191) + (xy -53.7972 -0.32766) (xy -53.29428 -0.25146) (xy -52.79136 -0.1905) (xy -52.28844 -0.14732) + (xy -51.78552 -0.1143) (xy -51.2826 -0.09398) (xy -50.77968 -0.08128) (xy -50.27676 -0.0762) + (xy -49.77384 -0.08128) (xy -49.27346 -0.09398) (xy -48.77054 -0.1143) (xy -48.26762 -0.14732) + (xy -47.7647 -0.1905) (xy -47.26178 -0.25146) (xy -46.75886 -0.32766) (xy -46.25594 -0.4191) + (xy -45.75302 -0.51562) (xy -45.2501 -0.61214) (xy -44.74718 -0.70104) (xy -44.24426 -0.77978) + (xy -43.74134 -0.84328) (xy -43.23842 -0.89408) (xy -42.7355 -0.93218) (xy -42.23258 -0.96012) + (xy -41.72966 -0.98044) (xy -41.22674 -0.99314) (xy -40.72382 -0.99822) (xy -40.22344 -1.00076) + (xy -39.72052 -0.99822) (xy -39.2176 -0.99314) (xy -38.71468 -0.98044) (xy -38.21176 -0.96012) + (xy -37.70884 -0.93218) (xy -37.20592 -0.89408) (xy -36.703 -0.84328) (xy -36.20008 -0.77978) + (xy -35.69716 -0.70104) (xy -35.19424 -0.61214) (xy -34.69132 -0.51562) (xy -34.1884 -0.4191) + (xy -33.68548 -0.32766) (xy -33.18256 -0.25146) (xy -32.67964 -0.1905) (xy -32.17672 -0.14732) + (xy -31.6738 -0.1143) (xy -31.17088 -0.09398) (xy -30.6705 -0.08128) (xy -30.16758 -0.0762) + (xy -29.66466 -0.08128) (xy -29.16174 -0.09398) (xy -28.65882 -0.1143) (xy -28.1559 -0.14732) + (xy -27.65298 -0.1905) (xy -27.15006 -0.25146) (xy -26.64714 -0.32766) (xy -26.14422 -0.4191) + (xy -25.6413 -0.51562) (xy -25.13838 -0.61214) (xy -24.63546 -0.70104) (xy -24.13254 -0.77978) + (xy -23.62962 -0.84328) (xy -23.1267 -0.89408) (xy -22.62378 -0.93218) (xy -22.12086 -0.96012) + (xy -21.62048 -0.98044) (xy -21.11756 -0.99314) (xy -20.61464 -0.99822) (xy -20.11172 -1.00076) + (xy -19.6088 -0.99822) (xy -19.10588 -0.99314) (xy -18.60296 -0.98044) (xy -18.10004 -0.96012) + (xy -17.59712 -0.93218) (xy -17.0942 -0.89408) (xy -16.59128 -0.84328) (xy -16.08836 -0.77978) + (xy -15.58544 -0.70104) (xy -15.08252 -0.61214) (xy -14.5796 -0.51562) (xy -14.07668 -0.4191) + (xy -13.57376 -0.32766) (xy -13.07084 -0.25146) (xy -12.57046 -0.1905) (xy -12.06754 -0.14732) + (xy -11.56462 -0.1143) (xy -11.0617 -0.09398) (xy -10.55878 -0.08128) (xy -10.05586 -0.0762) + (xy -9.55294 -0.08128) (xy -9.05002 -0.09398) (xy -8.5471 -0.1143) (xy -8.04418 -0.14732) + (xy -7.54126 -0.1905) (xy -7.03834 -0.25146) (xy -6.53542 -0.32766) (xy -6.0325 -0.4191) + (xy -5.52958 -0.51562) (xy -5.02666 -0.61214) (xy -4.52374 -0.70104) (xy -4.02082 -0.77978) + (xy -3.52044 -0.84328) (xy -3.01752 -0.89408) (xy -2.5146 -0.93218) (xy -2.01168 -0.96012) + (xy -1.50876 -0.98044) (xy -1.00584 -0.99314) (xy -0.50292 -0.99822) (xy 0 -1.00076) + (xy 0.50292 -0.99822) (xy 1.00584 -0.99314) (xy 1.50876 -0.98044) (xy 2.01168 -0.96012) + (xy 2.5146 -0.93218) (xy 3.01752 -0.89408) (xy 3.52044 -0.84328) (xy 4.02336 -0.77978) + (xy 4.52628 -0.70104) (xy 5.0292 -0.61214) (xy 5.52958 -0.51562) (xy 6.0325 -0.4191) + (xy 6.53542 -0.32766) (xy 7.03834 -0.25146) (xy 7.54126 -0.1905) (xy 8.04418 -0.14732) + (xy 8.5471 -0.1143) (xy 9.05002 -0.09398) (xy 9.55294 -0.08128) (xy 10.05586 -0.0762) + (xy 10.55878 -0.08128) (xy 11.0617 -0.09398) (xy 11.56462 -0.1143) (xy 12.06754 -0.14732) + (xy 12.57046 -0.1905) (xy 13.07338 -0.25146) (xy 13.5763 -0.32766) (xy 14.07922 -0.4191) + (xy 14.5796 -0.51562) (xy 15.08252 -0.61214) (xy 15.58544 -0.70104) (xy 16.08836 -0.77978) + (xy 16.59128 -0.84328) (xy 17.0942 -0.89408) (xy 17.59712 -0.93218) (xy 18.10004 -0.96012) + (xy 18.60296 -0.98044) (xy 19.10588 -0.99314) (xy 19.6088 -0.99822) (xy 20.11172 -1.00076) + (xy 20.61464 -0.99822) (xy 21.11756 -0.99314) (xy 21.62048 -0.98044) (xy 22.1234 -0.96012) + (xy 22.62632 -0.93218) (xy 23.12924 -0.89408) (xy 23.62962 -0.84328) (xy 24.13254 -0.77978) + (xy 24.63546 -0.70104) (xy 25.13838 -0.61214) (xy 25.6413 -0.51562) (xy 26.14422 -0.4191) + (xy 26.64714 -0.32766) (xy 27.15006 -0.25146) (xy 27.65298 -0.1905) (xy 28.1559 -0.14732) + (xy 28.65882 -0.1143) (xy 29.16174 -0.09398) (xy 29.66466 -0.08128) (xy 30.16758 -0.0762) + (xy 30.6705 -0.08128) (xy 31.17342 -0.09398) (xy 31.67634 -0.1143) (xy 32.17926 -0.14732) + (xy 32.67964 -0.1905) (xy 33.18256 -0.25146) (xy 33.68548 -0.32766) (xy 34.1884 -0.4191) + (xy 34.69132 -0.51562) (xy 35.19424 -0.61214) (xy 35.69716 -0.70104) (xy 36.20008 -0.77978) + (xy 36.703 -0.84328) (xy 37.20592 -0.89408) (xy 37.70884 -0.93218) (xy 38.21176 -0.96012) + (xy 38.71468 -0.98044) (xy 39.2176 -0.99314) (xy 39.72052 -0.99822) (xy 40.22344 -1.00076) + (xy 40.72636 -0.99822) (xy 41.22928 -0.99314) (xy 41.72966 -0.98044) (xy 42.23258 -0.96012) + (xy 42.7355 -0.93218) (xy 43.23842 -0.89408) (xy 43.74134 -0.84328) (xy 44.24426 -0.77978) + (xy 44.74718 -0.70104) (xy 45.2501 -0.61214) (xy 45.75302 -0.51562) (xy 46.25594 -0.4191) + (xy 46.75886 -0.32766) (xy 47.26178 -0.25146) (xy 47.7647 -0.1905) (xy 48.26762 -0.14732) + (xy 48.77054 -0.1143) (xy 49.27346 -0.09398) (xy 49.77638 -0.08128) (xy 50.2793 -0.0762) + (xy 50.77968 -0.08128) (xy 51.2826 -0.09398) (xy 51.78552 -0.1143) (xy 52.28844 -0.14732) + (xy 52.79136 -0.1905) (xy 53.29428 -0.25146) (xy 53.7972 -0.32766) (xy 54.30012 -0.4191) + (xy 54.80304 -0.51562) (xy 55.30596 -0.61214) (xy 55.80888 -0.70104) (xy 56.3118 -0.77978) + (xy 56.81472 -0.84328) (xy 57.31764 -0.89408) (xy 57.82056 -0.93218) (xy 58.32348 -0.96012) + (xy 58.8264 -0.98044) (xy 59.32932 -0.99314) (xy 59.83224 -0.99822) (xy 60.33262 -1.00076) + (xy 60.83554 -0.99822) (xy 61.33846 -0.99314) (xy 61.84138 -0.98044) (xy 62.3443 -0.96012) + (xy 62.84722 -0.93218) (xy 63.35014 -0.89408) (xy 63.85306 -0.84328) (xy 64.35598 -0.77978) + (xy 64.8589 -0.70104) (xy 65.36182 -0.61214) (xy 65.86474 -0.51562) (xy 66.36766 -0.4191) + (xy 66.87058 -0.32766) (xy 67.3735 -0.25146) (xy 67.87642 -0.1905) (xy 68.37934 -0.14732) + (xy 68.88226 -0.1143) (xy 69.38264 -0.09398) (xy 69.88556 -0.08128) (xy 70.38848 -0.0762) + (xy 70.8914 -0.08128) (xy 71.39432 -0.09398) (xy 71.89724 -0.1143) (xy 72.40016 -0.14732) + (xy 72.90308 -0.1905) (xy 73.406 -0.25146) (xy 73.90892 -0.32766) (xy 74.41184 -0.4191) + (xy 74.91476 -0.51562) (xy 75.41768 -0.61214) (xy 75.9206 -0.70104) (xy 76.42352 -0.77724) + (xy 76.92644 -0.84074) (xy 77.42936 -0.889) (xy 77.93228 -0.92456) (xy 78.43266 -0.94996) + (xy 78.93558 -0.96774) (xy 79.4385 -0.98044) (xy 79.94142 -0.98552) (xy 80.44434 -0.98552) + (xy 80.94726 -0.98044) (xy 81.45018 -0.97282) (xy 81.9531 -0.95758) (xy 82.45602 -0.93472) + (xy 82.95894 -0.90678) (xy 83.46186 -0.86614) (xy 83.96478 -0.81788) (xy 84.4677 -0.75692) + (xy 84.97062 -0.68834) (xy 85.47354 -0.61214) (xy 85.97646 -0.5334) (xy 86.47938 -0.45466) + (xy 86.9823 -0.381) (xy 87.48268 -0.32004) (xy 87.9856 -0.2667) (xy 88.48852 -0.2286) + (xy 88.99144 -0.19812) (xy 89.49436 -0.18034) (xy 89.99728 -0.17272) (xy 90.5002 -0.17272) + (xy 91.00312 -0.18034) (xy 91.50604 -0.19558) (xy 92.00896 -0.22098) (xy 92.51188 -0.25654) + (xy 93.0148 -0.29972) (xy 93.51772 -0.3556) (xy 94.02064 -0.41656) (xy 94.52356 -0.48006) + (xy 95.02648 -0.54864) (xy 95.5294 -0.61214) (xy 96.03232 -0.6731) (xy 96.5327 -0.72644) + (xy 97.03562 -0.77216) (xy 97.53854 -0.81026) (xy 98.04146 -0.8382) (xy 98.54438 -0.86106) + (xy 99.0473 -0.87884) (xy 99.55022 -0.889) (xy 100.05314 -0.89408) (xy 100.55606 -0.89408) + (xy 101.05898 -0.889) (xy 101.5619 -0.8763) (xy 102.06482 -0.86106) (xy 102.56774 -0.84074) + (xy 103.07066 -0.8128) (xy 103.57358 -0.78232) (xy 104.0765 -0.74422) (xy 104.57942 -0.70358) + (xy 105.08234 -0.65786) (xy 105.58272 -0.61214) (xy 106.08564 -0.56642) (xy 106.58856 -0.5207) + (xy 107.09148 -0.47752) (xy 107.5944 -0.43942) (xy 108.09732 -0.40894) (xy 108.60024 -0.38354) + (xy 109.10316 -0.36576) (xy 109.60608 -0.35306) (xy 110.109 -0.35052) (xy 110.61192 -0.35052) + (xy 111.11484 -0.36068) (xy 111.61776 -0.37338) (xy 112.12068 -0.3937) (xy 112.6236 -0.41656) + (xy 113.12652 -0.44704) (xy 113.62944 -0.47752) (xy 114.13236 -0.51054) (xy 114.63274 -0.5461) + (xy 115.13566 -0.57912) (xy 115.63858 -0.61214) (xy 116.1415 -0.64262) (xy 116.64442 -0.66802) + (xy 117.14734 -0.69342) (xy 117.65026 -0.7112) (xy 118.15318 -0.72898) (xy 118.6561 -0.73914) + (xy 119.15902 -0.7493) (xy 119.66194 -0.75184) (xy 120.16486 -0.75438) (xy 120.66778 -0.75184) + (xy 121.1707 -0.74422) (xy 121.67362 -0.7366) (xy 122.17654 -0.72644) (xy 122.67946 -0.7112) + (xy 123.18238 -0.69596) (xy 123.68276 -0.68072) (xy 124.18568 -0.66294) (xy 124.6886 -0.64516) + (xy 125.19152 -0.62738) (xy 125.69444 -0.61214) (xy 126.19736 -0.5969) (xy 126.70028 -0.5842) + (xy 127.2032 -0.57404) (xy 127.70612 -0.56388) (xy 128.20904 -0.5588) (xy 128.71196 -0.55372) + (xy 129.21488 -0.55372) (xy 129.7178 -0.55372) (xy 130.22072 -0.55626) (xy 130.72364 -0.56134) + (xy 131.22656 -0.56642) (xy 131.72948 -0.57404) (xy 132.2324 -0.58166) (xy 132.73278 -0.58674) + (xy 133.2357 -0.59436) (xy 133.73862 -0.59944) (xy 134.24154 -0.60452) (xy 134.74446 -0.6096) + (xy 135.24738 -0.61214) (xy 135.7503 -0.61214) (xy 135.7503 0.61214) (xy 135.24738 0.61214) + (xy 134.74446 0.6096) (xy 134.24154 0.60452) (xy 133.73862 0.59944) (xy 133.2357 0.59436) + (xy 132.73278 0.58674) (xy 132.2324 0.58166) (xy 131.72948 0.57404) (xy 131.22656 0.56642) + (xy 130.72364 0.56134) (xy 130.22072 0.55626) (xy 129.7178 0.55372) (xy 129.21488 0.55372) + (xy 128.71196 0.55372) (xy 128.20904 0.5588) (xy 127.70612 0.56388) (xy 127.2032 0.57404) + (xy 126.70028 0.5842) (xy 126.19736 0.5969) (xy 125.69444 0.61214) (xy 125.19152 0.62738) + (xy 124.6886 0.64516) (xy 124.18568 0.66294) (xy 123.68276 0.68072) (xy 123.18238 0.69596) + (xy 122.67946 0.7112) (xy 122.17654 0.72644) (xy 121.67362 0.7366) (xy 121.1707 0.74422) + (xy 120.66778 0.75184) (xy 120.16486 0.75438) (xy 119.66194 0.75184) (xy 119.15902 0.7493) + (xy 118.6561 0.73914) (xy 118.15318 0.72898) (xy 117.65026 0.7112) (xy 117.14734 0.69342) + (xy 116.64442 0.66802) (xy 116.1415 0.64262) (xy 115.63858 0.61214) (xy 115.13566 0.57912) + (xy 114.63274 0.5461) (xy 114.13236 0.51054) (xy 113.62944 0.47752) (xy 113.12652 0.44704) + (xy 112.6236 0.41656) (xy 112.12068 0.3937) (xy 111.61776 0.37338) (xy 111.11484 0.36068) + (xy 110.61192 0.35052) (xy 110.109 0.35052) (xy 109.60608 0.35306) (xy 109.10316 0.36576) + (xy 108.60024 0.38354) (xy 108.09732 0.40894) (xy 107.5944 0.43942) (xy 107.09148 0.47752) + (xy 106.58856 0.5207) (xy 106.08564 0.56642) (xy 105.58272 0.61214) (xy 105.08234 0.65786) + (xy 104.57942 0.70358) (xy 104.0765 0.74422) (xy 103.57358 0.78232) (xy 103.07066 0.8128) + (xy 102.56774 0.84074) (xy 102.06482 0.86106) (xy 101.5619 0.8763) (xy 101.05898 0.889) + (xy 100.55606 0.89408) (xy 100.05314 0.89408) (xy 99.55022 0.889) (xy 99.0473 0.87884) + (xy 98.54438 0.86106) (xy 98.04146 0.8382) (xy 97.53854 0.81026) (xy 97.03562 0.77216) + (xy 96.5327 0.72644) (xy 96.03232 0.6731) (xy 95.5294 0.61214) (xy 95.02648 0.54864) + (xy 94.52356 0.48006) (xy 94.02064 0.41656) (xy 93.51772 0.3556) (xy 93.0148 0.29972) + (xy 92.51188 0.25654) (xy 92.00896 0.22098) (xy 91.50604 0.19558) (xy 91.00312 0.18034) + (xy 90.5002 0.17272) (xy 89.99728 0.17272) (xy 89.49436 0.18034) (xy 88.99144 0.19812) + (xy 88.48852 0.2286) (xy 87.9856 0.2667) (xy 87.48268 0.32004) (xy 86.9823 0.381) + (xy 86.47938 0.45466) (xy 85.97646 0.5334) (xy 85.47354 0.61214) (xy 84.97062 0.68834) + (xy 84.4677 0.75692) (xy 83.96478 0.81788) (xy 83.46186 0.86614) (xy 82.95894 0.90678) + (xy 82.45602 0.93472) (xy 81.9531 0.95758) (xy 81.45018 0.97282) (xy 80.94726 0.98044) + (xy 80.44434 0.98552) (xy 79.94142 0.98552) (xy 79.4385 0.98044) (xy 78.93558 0.96774) + (xy 78.43266 0.94996) (xy 77.93228 0.92456) (xy 77.42936 0.889) (xy 76.92644 0.84074) + (xy 76.42352 0.77724) (xy 75.9206 0.70104) (xy 75.41768 0.61214) (xy 74.91476 0.51562) + (xy 74.41184 0.4191) (xy 73.90892 0.32766) (xy 73.406 0.25146) (xy 72.90308 0.1905) + (xy 72.40016 0.14732) (xy 71.89724 0.1143) (xy 71.39432 0.09398) (xy 70.8914 0.08128) + (xy 70.38848 0.0762) (xy 69.88556 0.08128) (xy 69.38264 0.09398) (xy 68.88226 0.1143) + (xy 68.37934 0.14732) (xy 67.87642 0.1905) (xy 67.3735 0.25146) (xy 66.87058 0.32766) + (xy 66.36766 0.4191) (xy 65.86474 0.51562) (xy 65.36182 0.61214) (xy 64.8589 0.70104) + (xy 64.35598 0.77978) (xy 63.85306 0.84328) (xy 63.35014 0.89408) (xy 62.84722 0.93218) + (xy 62.3443 0.96012) (xy 61.84138 0.98044) (xy 61.33846 0.99314) (xy 60.83554 0.99822) + (xy 60.33262 1.00076) (xy 59.83224 0.99822) (xy 59.32932 0.99314) (xy 58.8264 0.98044) + (xy 58.32348 0.96012) (xy 57.82056 0.93218) (xy 57.31764 0.89408) (xy 56.81472 0.84328) + (xy 56.3118 0.77978) (xy 55.80888 0.70104) (xy 55.30596 0.61214) (xy 54.80304 0.51562) + (xy 54.30012 0.4191) (xy 53.7972 0.32766) (xy 53.29428 0.25146) (xy 52.79136 0.1905) + (xy 52.28844 0.14732) (xy 51.78552 0.1143) (xy 51.2826 0.09398) (xy 50.77968 0.08128) + (xy 50.2793 0.0762) (xy 49.77638 0.08128) (xy 49.27346 0.09398) (xy 48.77054 0.1143) + (xy 48.26762 0.14732) (xy 47.7647 0.1905) (xy 47.26178 0.25146) (xy 46.75886 0.32766) + (xy 46.25594 0.4191) (xy 45.75302 0.51562) (xy 45.2501 0.61214) (xy 44.74718 0.70104) + (xy 44.24426 0.77978) (xy 43.74134 0.84328) (xy 43.23842 0.89408) (xy 42.7355 0.93218) + (xy 42.23258 0.96012) (xy 41.72966 0.98044) (xy 41.22928 0.99314) (xy 40.72636 0.99822) + (xy 40.22344 1.00076) (xy 39.72052 0.99822) (xy 39.2176 0.99314) (xy 38.71468 0.98044) + (xy 38.21176 0.96012) (xy 37.70884 0.93218) (xy 37.20592 0.89408) (xy 36.703 0.84328) + (xy 36.20008 0.77978) (xy 35.69716 0.70104) (xy 35.19424 0.61214) (xy 34.69132 0.51562) + (xy 34.1884 0.4191) (xy 33.68548 0.32766) (xy 33.18256 0.25146) (xy 32.67964 0.1905) + (xy 32.17926 0.14732) (xy 31.67634 0.1143) (xy 31.17342 0.09398) (xy 30.6705 0.08128) + (xy 30.16758 0.0762) (xy 29.66466 0.08128) (xy 29.16174 0.09398) (xy 28.65882 0.1143) + (xy 28.1559 0.14732) (xy 27.65298 0.1905) (xy 27.15006 0.25146) (xy 26.64714 0.32766) + (xy 26.14422 0.4191) (xy 25.6413 0.51562) (xy 25.13838 0.61214) (xy 24.63546 0.70104) + (xy 24.13254 0.77978) (xy 23.62962 0.84328) (xy 23.12924 0.89408) (xy 22.62632 0.93218) + (xy 22.1234 0.96012) (xy 21.62048 0.98044) (xy 21.11756 0.99314) (xy 20.61464 0.99822) + (xy 20.11172 1.00076) (xy 19.6088 0.99822) (xy 19.10588 0.99314) (xy 18.60296 0.98044) + (xy 18.10004 0.96012) (xy 17.59712 0.93218) (xy 17.0942 0.89408) (xy 16.59128 0.84328) + (xy 16.08836 0.77978) (xy 15.58544 0.70104) (xy 15.08252 0.61214) (xy 14.5796 0.51562) + (xy 14.07922 0.4191) (xy 13.5763 0.32766) (xy 13.07338 0.25146) (xy 12.57046 0.1905) + (xy 12.06754 0.14732) (xy 11.56462 0.1143) (xy 11.0617 0.09398) (xy 10.55878 0.08128) + (xy 10.05586 0.0762) (xy 9.55294 0.08128) (xy 9.05002 0.09398) (xy 8.5471 0.1143) + (xy 8.04418 0.14732) (xy 7.54126 0.1905) (xy 7.03834 0.25146) (xy 6.53542 0.32766) + (xy 6.0325 0.4191) (xy 5.52958 0.51562) (xy 5.0292 0.61214) (xy 4.52628 0.70104) + (xy 4.02336 0.77978) (xy 3.52044 0.84328) (xy 3.01752 0.89408) (xy 2.5146 0.93218) + (xy 2.01168 0.96012) (xy 1.50876 0.98044) (xy 1.00584 0.99314) (xy 0.50292 0.99822) + (xy 0 1.00076) (xy -0.50292 0.99822) (xy -1.00584 0.99314) (xy -1.50876 0.98044) + (xy -2.01168 0.96012) (xy -2.5146 0.93218) (xy -3.01752 0.89408) (xy -3.52044 0.84328) + (xy -4.02082 0.77978) (xy -4.52374 0.70104) (xy -5.02666 0.61214) (xy -5.52958 0.51562) + (xy -6.0325 0.4191) (xy -6.53542 0.32766) (xy -7.03834 0.25146) (xy -7.54126 0.1905) + (xy -8.04418 0.14732) (xy -8.5471 0.1143) (xy -9.05002 0.09398) (xy -9.55294 0.08128) + (xy -10.05586 0.0762) (xy -10.55878 0.08128) (xy -11.0617 0.09398) (xy -11.56462 0.1143) + (xy -12.06754 0.14732) (xy -12.57046 0.1905) (xy -13.07084 0.25146) (xy -13.57376 0.32766) + (xy -14.07668 0.4191) (xy -14.5796 0.51562) (xy -15.08252 0.61214) (xy -15.58544 0.70104) + (xy -16.08836 0.77978) (xy -16.59128 0.84328) (xy -17.0942 0.89408) (xy -17.59712 0.93218) + (xy -18.10004 0.96012) (xy -18.60296 0.98044) (xy -19.10588 0.99314) (xy -19.6088 0.99822) + (xy -20.11172 1.00076) (xy -20.61464 0.99822) (xy -21.11756 0.99314) (xy -21.62048 0.98044) + (xy -22.12086 0.96012) (xy -22.62378 0.93218) (xy -23.1267 0.89408) (xy -23.62962 0.84328) + (xy -24.13254 0.77978) (xy -24.63546 0.70104) (xy -25.13838 0.61214) (xy -25.6413 0.51562) + (xy -26.14422 0.4191) (xy -26.64714 0.32766) (xy -27.15006 0.25146) (xy -27.65298 0.1905) + (xy -28.1559 0.14732) (xy -28.65882 0.1143) (xy -29.16174 0.09398) (xy -29.66466 0.08128) + (xy -30.16758 0.0762) (xy -30.6705 0.08128) (xy -31.17088 0.09398) (xy -31.6738 0.1143) + (xy -32.17672 0.14732) (xy -32.67964 0.1905) (xy -33.18256 0.25146) (xy -33.68548 0.32766) + (xy -34.1884 0.4191) (xy -34.69132 0.51562) (xy -35.19424 0.61214) (xy -35.69716 0.70104) + (xy -36.20008 0.77978) (xy -36.703 0.84328) (xy -37.20592 0.89408) (xy -37.70884 0.93218) + (xy -38.21176 0.96012) (xy -38.71468 0.98044) (xy -39.2176 0.99314) (xy -39.72052 0.99822) + (xy -40.22344 1.00076) (xy -40.72382 0.99822) (xy -41.22674 0.99314) (xy -41.72966 0.98044) + (xy -42.23258 0.96012) (xy -42.7355 0.93218) (xy -43.23842 0.89408) (xy -43.74134 0.84328) + (xy -44.24426 0.77978) (xy -44.74718 0.70104) (xy -45.2501 0.61214) (xy -45.75302 0.51562) + (xy -46.25594 0.4191) (xy -46.75886 0.32766) (xy -47.26178 0.25146) (xy -47.7647 0.1905) + (xy -48.26762 0.14732) (xy -48.77054 0.1143) (xy -49.27346 0.09398) (xy -49.77384 0.08128) + (xy -50.27676 0.0762) (xy -50.77968 0.08128) (xy -51.2826 0.09398) (xy -51.78552 0.1143) + (xy -52.28844 0.14732) (xy -52.79136 0.1905) (xy -53.29428 0.25146) (xy -53.7972 0.32766) + (xy -54.30012 0.4191) (xy -54.80304 0.51562) (xy -55.30596 0.61214) (xy -55.80888 0.70104) + (xy -56.3118 0.77978) (xy -56.81472 0.84328) (xy -57.31764 0.89408) (xy -57.82056 0.93218) + (xy -58.32348 0.96012) (xy -58.82386 0.98044) (xy -59.32678 0.99314) (xy -59.8297 0.99822) + (xy -60.33262 1.00076) (xy -60.83554 0.99822) (xy -61.33846 0.99314) (xy -61.84138 0.98044) + (xy -62.3443 0.96012) (xy -62.84722 0.93218) (xy -63.35014 0.89408) (xy -63.85306 0.84328) + (xy -64.35598 0.77978) (xy -64.8589 0.70104) (xy -65.36182 0.61214) (xy -65.86474 0.51562) + (xy -66.36766 0.4191) (xy -66.87058 0.32766) (xy -67.3735 0.25146) (xy -67.87388 0.1905) + (xy -68.3768 0.14732) (xy -68.87972 0.1143) (xy -69.38264 0.09398) (xy -69.88556 0.08128) + (xy -70.38848 0.0762) (xy -70.8914 0.08128) (xy -71.39432 0.09398) (xy -71.89724 0.1143) + (xy -72.40016 0.14732) (xy -72.90308 0.1905) (xy -73.406 0.25146) (xy -73.90892 0.32766) + (xy -74.41184 0.4191) (xy -74.91476 0.51562) (xy -75.41768 0.61214) (xy -75.9206 0.70104) + (xy -76.42352 0.77724) (xy -76.9239 0.84074) (xy -77.42682 0.889) (xy -77.92974 0.92456) + (xy -78.43266 0.94996) (xy -78.93558 0.96774) (xy -79.4385 0.98044) (xy -79.94142 0.98552) + (xy -80.44434 0.98552) (xy -80.94726 0.98044) (xy -81.45018 0.97282) (xy -81.9531 0.95758) + (xy -82.45602 0.93472) (xy -82.95894 0.90678) (xy -83.46186 0.86614) (xy -83.96478 0.81788) + (xy -84.4677 0.75692) (xy -84.97062 0.68834) (xy -85.47354 0.61214) (xy -85.97392 0.5334) + (xy -86.47684 0.45466) (xy -86.97976 0.381) (xy -87.48268 0.32004) (xy -87.9856 0.2667) + (xy -88.48852 0.2286) (xy -88.99144 0.19812) (xy -89.49436 0.18034) (xy -89.99728 0.17272) + (xy -90.5002 0.17272) (xy -91.00312 0.18034) (xy -91.50604 0.19558) (xy -92.00896 0.22098) + (xy -92.51188 0.25654) (xy -93.0148 0.29972) (xy -93.51772 0.3556) (xy -94.02064 0.41656) + (xy -94.52356 0.48006) (xy -95.02394 0.54864) (xy -95.52686 0.61214) (xy -96.02978 0.6731) + (xy -96.5327 0.72644) (xy -97.03562 0.77216) (xy -97.53854 0.81026) (xy -98.04146 0.8382) + (xy -98.54438 0.86106) (xy -99.0473 0.87884) (xy -99.55022 0.889) (xy -100.05314 0.89408) + (xy -100.55606 0.89408) (xy -101.05898 0.889) (xy -101.5619 0.8763) (xy -102.06482 0.86106) + (xy -102.56774 0.84074) (xy -103.07066 0.8128) (xy -103.57358 0.78232) (xy -104.07396 0.74422) + (xy -104.57688 0.70358) (xy -105.0798 0.65786) (xy -105.58272 0.61214) (xy -106.08564 0.56642) + (xy -106.58856 0.5207) (xy -107.09148 0.47752) (xy -107.5944 0.43942) (xy -108.09732 0.40894) + (xy -108.60024 0.38354) (xy -109.10316 0.36576) (xy -109.60608 0.35306) (xy -110.109 0.35052) + (xy -110.61192 0.35052) (xy -111.11484 0.36068) (xy -111.61776 0.37338) (xy -112.12068 0.3937) + (xy -112.6236 0.41656) (xy -113.12398 0.44704) (xy -113.6269 0.47752) (xy -114.12982 0.51054) + (xy -114.63274 0.5461) (xy -115.13566 0.57912) (xy -115.63858 0.61214) (xy -116.1415 0.64262) + (xy -116.64442 0.66802) (xy -117.14734 0.69342) (xy -117.65026 0.7112) (xy -118.15318 0.72898) + (xy -118.6561 0.73914) (xy -119.15902 0.7493) (xy -119.66194 0.75184) (xy -120.16486 0.75438) + (xy -120.66778 0.75184) (xy -121.1707 0.74422) (xy -121.67362 0.7366) (xy -122.174 0.72644) + (xy -122.67692 0.7112) (xy -123.17984 0.69596) (xy -123.68276 0.68072) (xy -124.18568 0.66294) + (xy -124.6886 0.64516) (xy -125.19152 0.62738) (xy -125.69444 0.61214) (xy -126.19736 0.5969) + (xy -126.70028 0.5842) (xy -127.2032 0.57404) (xy -127.70612 0.56388) (xy -128.20904 0.5588) + (xy -128.71196 0.55372) (xy -129.21488 0.55372) (xy -129.7178 0.55372) (xy -130.22072 0.55626) + (xy -130.72364 0.56134) (xy -131.22402 0.56642) (xy -131.72694 0.57404) (xy -132.22986 0.58166) + (xy -132.73278 0.58674) (xy -133.2357 0.59436) (xy -133.73862 0.59944) (xy -134.24154 0.60452) + (xy -134.74446 0.6096) (xy -135.24738 0.61214) (xy -135.7503 0.61214) (xy -135.7503 0)) (layer Dessus.Cu) (width 0.3048)) + (pad 2 smd rect (at -135.7503 0) (size 1.22428 1.22428) + (layers Dessus.Cu) + ) + (pad 1 smd rect (at 135.7503 0) (size 1.22428 1.22428) + (layers Dessus.Cu) + ) + ) + + (module POLY (layer Dessus.Cu) (tedit 4278D8F6) (tstamp 0) + (at 203.17968 117.21084) + (fp_text reference POLY (at 0 0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_text value VAL** (at 0 -0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_poly (pts (xy -135.7503 0) (xy -135.7503 0.61214) (xy -135.24738 0.61214) (xy -134.74446 0.6096) + (xy -134.24154 0.60452) (xy -133.73862 0.59944) (xy -133.2357 0.59436) (xy -132.73278 0.58674) + (xy -132.22986 0.58166) (xy -131.72694 0.57404) (xy -131.22402 0.56642) (xy -130.72364 0.56134) + (xy -130.22072 0.55626) (xy -129.7178 0.55372) (xy -129.21488 0.55372) (xy -128.71196 0.55372) + (xy -128.20904 0.5588) (xy -127.70612 0.56388) (xy -127.2032 0.57404) (xy -126.70028 0.5842) + (xy -126.19736 0.5969) (xy -125.69444 0.61214) (xy -125.19152 0.62738) (xy -124.6886 0.64516) + (xy -124.18568 0.66294) (xy -123.68276 0.68072) (xy -123.17984 0.69596) (xy -122.67692 0.7112) + (xy -122.174 0.72644) (xy -121.67362 0.7366) (xy -121.1707 0.74422) (xy -120.66778 0.75184) + (xy -120.16486 0.75438) (xy -119.66194 0.75184) (xy -119.15902 0.7493) (xy -118.6561 0.73914) + (xy -118.15318 0.72898) (xy -117.65026 0.7112) (xy -117.14734 0.69342) (xy -116.64442 0.66802) + (xy -116.1415 0.64262) (xy -115.63858 0.61214) (xy -115.13566 0.57912) (xy -114.63274 0.5461) + (xy -114.12982 0.51054) (xy -113.6269 0.47752) (xy -113.12398 0.44704) (xy -112.6236 0.41656) + (xy -112.12068 0.3937) (xy -111.61776 0.37338) (xy -111.11484 0.36068) (xy -110.61192 0.35052) + (xy -110.109 0.35052) (xy -109.60608 0.35306) (xy -109.10316 0.36576) (xy -108.60024 0.38354) + (xy -108.09732 0.40894) (xy -107.5944 0.43942) (xy -107.09148 0.47752) (xy -106.58856 0.5207) + (xy -106.08564 0.56642) (xy -105.58272 0.61214) (xy -105.0798 0.65786) (xy -104.57688 0.70358) + (xy -104.07396 0.74422) (xy -103.57358 0.78232) (xy -103.07066 0.8128) (xy -102.56774 0.84074) + (xy -102.06482 0.86106) (xy -101.5619 0.8763) (xy -101.05898 0.889) (xy -100.55606 0.89408) + (xy -100.05314 0.89408) (xy -99.55022 0.889) (xy -99.0473 0.87884) (xy -98.54438 0.86106) + (xy -98.04146 0.8382) (xy -97.53854 0.81026) (xy -97.03562 0.77216) (xy -96.5327 0.72644) + (xy -96.02978 0.6731) (xy -95.52686 0.61214) (xy -95.02394 0.54864) (xy -94.52356 0.48006) + (xy -94.02064 0.41656) (xy -93.51772 0.3556) (xy -93.0148 0.29972) (xy -92.51188 0.25654) + (xy -92.00896 0.22098) (xy -91.50604 0.19558) (xy -91.00312 0.18034) (xy -90.5002 0.17272) + (xy -89.99728 0.17272) (xy -89.49436 0.18034) (xy -88.99144 0.19812) (xy -88.48852 0.2286) + (xy -87.9856 0.2667) (xy -87.48268 0.32004) (xy -86.97976 0.381) (xy -86.47684 0.45466) + (xy -85.97392 0.5334) (xy -85.47354 0.61214) (xy -84.97062 0.68834) (xy -84.4677 0.75692) + (xy -83.96478 0.81788) (xy -83.46186 0.86614) (xy -82.95894 0.90678) (xy -82.45602 0.93472) + (xy -81.9531 0.95758) (xy -81.45018 0.97282) (xy -80.94726 0.98044) (xy -80.44434 0.98552) + (xy -79.94142 0.98552) (xy -79.4385 0.98044) (xy -78.93558 0.96774) (xy -78.43266 0.94996) + (xy -77.92974 0.92456) (xy -77.42682 0.889) (xy -76.9239 0.84074) (xy -76.42352 0.77724) + (xy -75.9206 0.70104) (xy -75.41768 0.61214) (xy -74.91476 0.51562) (xy -74.41184 0.4191) + (xy -73.90892 0.32766) (xy -73.406 0.25146) (xy -72.90308 0.1905) (xy -72.40016 0.14732) + (xy -71.89724 0.1143) (xy -71.39432 0.09398) (xy -70.8914 0.08128) (xy -70.38848 0.0762) + (xy -69.88556 0.08128) (xy -69.38264 0.09398) (xy -68.87972 0.1143) (xy -68.3768 0.14732) + (xy -67.87388 0.1905) (xy -67.3735 0.25146) (xy -66.87058 0.32766) (xy -66.36766 0.4191) + (xy -65.86474 0.51562) (xy -65.36182 0.61214) (xy -64.8589 0.70104) (xy -64.35598 0.77978) + (xy -63.85306 0.84328) (xy -63.35014 0.89408) (xy -62.84722 0.93218) (xy -62.3443 0.96012) + (xy -61.84138 0.98044) (xy -61.33846 0.99314) (xy -60.83554 0.99822) (xy -60.33262 1.00076) + (xy -59.8297 0.99822) (xy -59.32678 0.99314) (xy -58.82386 0.98044) (xy -58.32348 0.96012) + (xy -57.82056 0.93218) (xy -57.31764 0.89408) (xy -56.81472 0.84328) (xy -56.3118 0.77978) + (xy -55.80888 0.70104) (xy -55.30596 0.61214) (xy -54.80304 0.51562) (xy -54.30012 0.4191) + (xy -53.7972 0.32766) (xy -53.29428 0.25146) (xy -52.79136 0.1905) (xy -52.28844 0.14732) + (xy -51.78552 0.1143) (xy -51.2826 0.09398) (xy -50.77968 0.08128) (xy -50.27676 0.0762) + (xy -49.77384 0.08128) (xy -49.27346 0.09398) (xy -48.77054 0.1143) (xy -48.26762 0.14732) + (xy -47.7647 0.1905) (xy -47.26178 0.25146) (xy -46.75886 0.32766) (xy -46.25594 0.4191) + (xy -45.75302 0.51562) (xy -45.2501 0.61214) (xy -44.74718 0.70104) (xy -44.24426 0.77978) + (xy -43.74134 0.84328) (xy -43.23842 0.89408) (xy -42.7355 0.93218) (xy -42.23258 0.96012) + (xy -41.72966 0.98044) (xy -41.22674 0.99314) (xy -40.72382 0.99822) (xy -40.22344 1.00076) + (xy -39.72052 0.99822) (xy -39.2176 0.99314) (xy -38.71468 0.98044) (xy -38.21176 0.96012) + (xy -37.70884 0.93218) (xy -37.20592 0.89408) (xy -36.703 0.84328) (xy -36.20008 0.77978) + (xy -35.69716 0.70104) (xy -35.19424 0.61214) (xy -34.69132 0.51562) (xy -34.1884 0.4191) + (xy -33.68548 0.32766) (xy -33.18256 0.25146) (xy -32.67964 0.1905) (xy -32.17672 0.14732) + (xy -31.6738 0.1143) (xy -31.17088 0.09398) (xy -30.6705 0.08128) (xy -30.16758 0.0762) + (xy -29.66466 0.08128) (xy -29.16174 0.09398) (xy -28.65882 0.1143) (xy -28.1559 0.14732) + (xy -27.65298 0.1905) (xy -27.15006 0.25146) (xy -26.64714 0.32766) (xy -26.14422 0.4191) + (xy -25.6413 0.51562) (xy -25.13838 0.61214) (xy -24.63546 0.70104) (xy -24.13254 0.77978) + (xy -23.62962 0.84328) (xy -23.1267 0.89408) (xy -22.62378 0.93218) (xy -22.12086 0.96012) + (xy -21.62048 0.98044) (xy -21.11756 0.99314) (xy -20.61464 0.99822) (xy -20.11172 1.00076) + (xy -19.6088 0.99822) (xy -19.10588 0.99314) (xy -18.60296 0.98044) (xy -18.10004 0.96012) + (xy -17.59712 0.93218) (xy -17.0942 0.89408) (xy -16.59128 0.84328) (xy -16.08836 0.77978) + (xy -15.58544 0.70104) (xy -15.08252 0.61214) (xy -14.5796 0.51562) (xy -14.07668 0.4191) + (xy -13.57376 0.32766) (xy -13.07084 0.25146) (xy -12.57046 0.1905) (xy -12.06754 0.14732) + (xy -11.56462 0.1143) (xy -11.0617 0.09398) (xy -10.55878 0.08128) (xy -10.05586 0.0762) + (xy -9.55294 0.08128) (xy -9.05002 0.09398) (xy -8.5471 0.1143) (xy -8.04418 0.14732) + (xy -7.54126 0.1905) (xy -7.03834 0.25146) (xy -6.53542 0.32766) (xy -6.0325 0.4191) + (xy -5.52958 0.51562) (xy -5.02666 0.61214) (xy -4.52374 0.70104) (xy -4.02082 0.77978) + (xy -3.52044 0.84328) (xy -3.01752 0.89408) (xy -2.5146 0.93218) (xy -2.01168 0.96012) + (xy -1.50876 0.98044) (xy -1.00584 0.99314) (xy -0.50292 0.99822) (xy 0 1.00076) + (xy 0.50292 0.99822) (xy 1.00584 0.99314) (xy 1.50876 0.98044) (xy 2.01168 0.96012) + (xy 2.5146 0.93218) (xy 3.01752 0.89408) (xy 3.52044 0.84328) (xy 4.02336 0.77978) + (xy 4.52628 0.70104) (xy 5.0292 0.61214) (xy 5.52958 0.51562) (xy 6.0325 0.4191) + (xy 6.53542 0.32766) (xy 7.03834 0.25146) (xy 7.54126 0.1905) (xy 8.04418 0.14732) + (xy 8.5471 0.1143) (xy 9.05002 0.09398) (xy 9.55294 0.08128) (xy 10.05586 0.0762) + (xy 10.55878 0.08128) (xy 11.0617 0.09398) (xy 11.56462 0.1143) (xy 12.06754 0.14732) + (xy 12.57046 0.1905) (xy 13.07338 0.25146) (xy 13.5763 0.32766) (xy 14.07922 0.4191) + (xy 14.5796 0.51562) (xy 15.08252 0.61214) (xy 15.58544 0.70104) (xy 16.08836 0.77978) + (xy 16.59128 0.84328) (xy 17.0942 0.89408) (xy 17.59712 0.93218) (xy 18.10004 0.96012) + (xy 18.60296 0.98044) (xy 19.10588 0.99314) (xy 19.6088 0.99822) (xy 20.11172 1.00076) + (xy 20.61464 0.99822) (xy 21.11756 0.99314) (xy 21.62048 0.98044) (xy 22.1234 0.96012) + (xy 22.62632 0.93218) (xy 23.12924 0.89408) (xy 23.62962 0.84328) (xy 24.13254 0.77978) + (xy 24.63546 0.70104) (xy 25.13838 0.61214) (xy 25.6413 0.51562) (xy 26.14422 0.4191) + (xy 26.64714 0.32766) (xy 27.15006 0.25146) (xy 27.65298 0.1905) (xy 28.1559 0.14732) + (xy 28.65882 0.1143) (xy 29.16174 0.09398) (xy 29.66466 0.08128) (xy 30.16758 0.0762) + (xy 30.6705 0.08128) (xy 31.17342 0.09398) (xy 31.67634 0.1143) (xy 32.17926 0.14732) + (xy 32.67964 0.1905) (xy 33.18256 0.25146) (xy 33.68548 0.32766) (xy 34.1884 0.4191) + (xy 34.69132 0.51562) (xy 35.19424 0.61214) (xy 35.69716 0.70104) (xy 36.20008 0.77978) + (xy 36.703 0.84328) (xy 37.20592 0.89408) (xy 37.70884 0.93218) (xy 38.21176 0.96012) + (xy 38.71468 0.98044) (xy 39.2176 0.99314) (xy 39.72052 0.99822) (xy 40.22344 1.00076) + (xy 40.72636 0.99822) (xy 41.22928 0.99314) (xy 41.72966 0.98044) (xy 42.23258 0.96012) + (xy 42.7355 0.93218) (xy 43.23842 0.89408) (xy 43.74134 0.84328) (xy 44.24426 0.77978) + (xy 44.74718 0.70104) (xy 45.2501 0.61214) (xy 45.75302 0.51562) (xy 46.25594 0.4191) + (xy 46.75886 0.32766) (xy 47.26178 0.25146) (xy 47.7647 0.1905) (xy 48.26762 0.14732) + (xy 48.77054 0.1143) (xy 49.27346 0.09398) (xy 49.77638 0.08128) (xy 50.2793 0.0762) + (xy 50.77968 0.08128) (xy 51.2826 0.09398) (xy 51.78552 0.1143) (xy 52.28844 0.14732) + (xy 52.79136 0.1905) (xy 53.29428 0.25146) (xy 53.7972 0.32766) (xy 54.30012 0.4191) + (xy 54.80304 0.51562) (xy 55.30596 0.61214) (xy 55.80888 0.70104) (xy 56.3118 0.77978) + (xy 56.81472 0.84328) (xy 57.31764 0.89408) (xy 57.82056 0.93218) (xy 58.32348 0.96012) + (xy 58.8264 0.98044) (xy 59.32932 0.99314) (xy 59.83224 0.99822) (xy 60.33262 1.00076) + (xy 60.83554 0.99822) (xy 61.33846 0.99314) (xy 61.84138 0.98044) (xy 62.3443 0.96012) + (xy 62.84722 0.93218) (xy 63.35014 0.89408) (xy 63.85306 0.84328) (xy 64.35598 0.77978) + (xy 64.8589 0.70104) (xy 65.36182 0.61214) (xy 65.86474 0.51562) (xy 66.36766 0.4191) + (xy 66.87058 0.32766) (xy 67.3735 0.25146) (xy 67.87642 0.1905) (xy 68.37934 0.14732) + (xy 68.88226 0.1143) (xy 69.38264 0.09398) (xy 69.88556 0.08128) (xy 70.38848 0.0762) + (xy 70.8914 0.08128) (xy 71.39432 0.09398) (xy 71.89724 0.1143) (xy 72.40016 0.14732) + (xy 72.90308 0.1905) (xy 73.406 0.25146) (xy 73.90892 0.32766) (xy 74.41184 0.4191) + (xy 74.91476 0.51562) (xy 75.41768 0.61214) (xy 75.9206 0.70104) (xy 76.42352 0.77724) + (xy 76.92644 0.84074) (xy 77.42936 0.889) (xy 77.93228 0.92456) (xy 78.43266 0.94996) + (xy 78.93558 0.96774) (xy 79.4385 0.98044) (xy 79.94142 0.98552) (xy 80.44434 0.98552) + (xy 80.94726 0.98044) (xy 81.45018 0.97282) (xy 81.9531 0.95758) (xy 82.45602 0.93472) + (xy 82.95894 0.90678) (xy 83.46186 0.86614) (xy 83.96478 0.81788) (xy 84.4677 0.75692) + (xy 84.97062 0.68834) (xy 85.47354 0.61214) (xy 85.97646 0.5334) (xy 86.47938 0.45466) + (xy 86.9823 0.381) (xy 87.48268 0.32004) (xy 87.9856 0.2667) (xy 88.48852 0.2286) + (xy 88.99144 0.19812) (xy 89.49436 0.18034) (xy 89.99728 0.17272) (xy 90.5002 0.17272) + (xy 91.00312 0.18034) (xy 91.50604 0.19558) (xy 92.00896 0.22098) (xy 92.51188 0.25654) + (xy 93.0148 0.29972) (xy 93.51772 0.3556) (xy 94.02064 0.41656) (xy 94.52356 0.48006) + (xy 95.02648 0.54864) (xy 95.5294 0.61214) (xy 96.03232 0.6731) (xy 96.5327 0.72644) + (xy 97.03562 0.77216) (xy 97.53854 0.81026) (xy 98.04146 0.8382) (xy 98.54438 0.86106) + (xy 99.0473 0.87884) (xy 99.55022 0.889) (xy 100.05314 0.89408) (xy 100.55606 0.89408) + (xy 101.05898 0.889) (xy 101.5619 0.8763) (xy 102.06482 0.86106) (xy 102.56774 0.84074) + (xy 103.07066 0.8128) (xy 103.57358 0.78232) (xy 104.0765 0.74422) (xy 104.57942 0.70358) + (xy 105.08234 0.65786) (xy 105.58272 0.61214) (xy 106.08564 0.56642) (xy 106.58856 0.5207) + (xy 107.09148 0.47752) (xy 107.5944 0.43942) (xy 108.09732 0.40894) (xy 108.60024 0.38354) + (xy 109.10316 0.36576) (xy 109.60608 0.35306) (xy 110.109 0.35052) (xy 110.61192 0.35052) + (xy 111.11484 0.36068) (xy 111.61776 0.37338) (xy 112.12068 0.3937) (xy 112.6236 0.41656) + (xy 113.12652 0.44704) (xy 113.62944 0.47752) (xy 114.13236 0.51054) (xy 114.63274 0.5461) + (xy 115.13566 0.57912) (xy 115.63858 0.61214) (xy 116.1415 0.64262) (xy 116.64442 0.66802) + (xy 117.14734 0.69342) (xy 117.65026 0.7112) (xy 118.15318 0.72898) (xy 118.6561 0.73914) + (xy 119.15902 0.7493) (xy 119.66194 0.75184) (xy 120.16486 0.75438) (xy 120.66778 0.75184) + (xy 121.1707 0.74422) (xy 121.67362 0.7366) (xy 122.17654 0.72644) (xy 122.67946 0.7112) + (xy 123.18238 0.69596) (xy 123.68276 0.68072) (xy 124.18568 0.66294) (xy 124.6886 0.64516) + (xy 125.19152 0.62738) (xy 125.69444 0.61214) (xy 126.19736 0.5969) (xy 126.70028 0.5842) + (xy 127.2032 0.57404) (xy 127.70612 0.56388) (xy 128.20904 0.5588) (xy 128.71196 0.55372) + (xy 129.21488 0.55372) (xy 129.7178 0.55372) (xy 130.22072 0.55626) (xy 130.72364 0.56134) + (xy 131.22656 0.56642) (xy 131.72948 0.57404) (xy 132.2324 0.58166) (xy 132.73278 0.58674) + (xy 133.2357 0.59436) (xy 133.73862 0.59944) (xy 134.24154 0.60452) (xy 134.74446 0.6096) + (xy 135.24738 0.61214) (xy 135.7503 0.61214) (xy 135.7503 0)) (layer Dessus.Cu) (width 0.3048)) + (pad 2 smd rect (at -135.7503 0.3048) (size 0.61214 0.61214) + (layers Dessus.Cu) + ) + (pad 1 smd rect (at 135.7503 0.3048) (size 0.61214 0.61214) + (layers Dessus.Cu) + ) + ) + + (module POLY (layer Dessus.Cu) (tedit 4278D8F1) (tstamp 0) + (at 203.2 119.38) + (fp_text reference POLY (at 0 0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_text value VAL** (at 0 -0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_poly (pts (xy -135.7503 0) (xy -135.7503 -0.61214) (xy -135.24738 -0.61214) (xy -134.74446 -0.6096) + (xy -134.24154 -0.60452) (xy -133.73862 -0.59944) (xy -133.2357 -0.59436) (xy -132.73278 -0.58674) + (xy -132.22986 -0.58166) (xy -131.72694 -0.57404) (xy -131.22402 -0.56642) (xy -130.72364 -0.56134) + (xy -130.22072 -0.55626) (xy -129.7178 -0.55372) (xy -129.21488 -0.55372) (xy -128.71196 -0.55372) + (xy -128.20904 -0.5588) (xy -127.70612 -0.56388) (xy -127.2032 -0.57404) (xy -126.70028 -0.5842) + (xy -126.19736 -0.5969) (xy -125.69444 -0.61214) (xy -125.19152 -0.62738) (xy -124.6886 -0.64516) + (xy -124.18568 -0.66294) (xy -123.68276 -0.68072) (xy -123.17984 -0.69596) (xy -122.67692 -0.7112) + (xy -122.174 -0.72644) (xy -121.67362 -0.7366) (xy -121.1707 -0.74422) (xy -120.66778 -0.75184) + (xy -120.16486 -0.75438) (xy -119.66194 -0.75184) (xy -119.15902 -0.7493) (xy -118.6561 -0.73914) + (xy -118.15318 -0.72898) (xy -117.65026 -0.7112) (xy -117.14734 -0.69342) (xy -116.64442 -0.66802) + (xy -116.1415 -0.64262) (xy -115.63858 -0.61214) (xy -115.13566 -0.57912) (xy -114.63274 -0.5461) + (xy -114.12982 -0.51054) (xy -113.6269 -0.47752) (xy -113.12398 -0.44704) (xy -112.6236 -0.41656) + (xy -112.12068 -0.3937) (xy -111.61776 -0.37338) (xy -111.11484 -0.36068) (xy -110.61192 -0.35052) + (xy -110.109 -0.35052) (xy -109.60608 -0.35306) (xy -109.10316 -0.36576) (xy -108.60024 -0.38354) + (xy -108.09732 -0.40894) (xy -107.5944 -0.43942) (xy -107.09148 -0.47752) (xy -106.58856 -0.5207) + (xy -106.08564 -0.56642) (xy -105.58272 -0.61214) (xy -105.0798 -0.65786) (xy -104.57688 -0.70358) + (xy -104.07396 -0.74422) (xy -103.57358 -0.78232) (xy -103.07066 -0.8128) (xy -102.56774 -0.84074) + (xy -102.06482 -0.86106) (xy -101.5619 -0.8763) (xy -101.05898 -0.889) (xy -100.55606 -0.89408) + (xy -100.05314 -0.89408) (xy -99.55022 -0.889) (xy -99.0473 -0.87884) (xy -98.54438 -0.86106) + (xy -98.04146 -0.8382) (xy -97.53854 -0.81026) (xy -97.03562 -0.77216) (xy -96.5327 -0.72644) + (xy -96.02978 -0.6731) (xy -95.52686 -0.61214) (xy -95.02394 -0.54864) (xy -94.52356 -0.48006) + (xy -94.02064 -0.41656) (xy -93.51772 -0.3556) (xy -93.0148 -0.29972) (xy -92.51188 -0.25654) + (xy -92.00896 -0.22098) (xy -91.50604 -0.19558) (xy -91.00312 -0.18034) (xy -90.5002 -0.17272) + (xy -89.99728 -0.17272) (xy -89.49436 -0.18034) (xy -88.99144 -0.19812) (xy -88.48852 -0.2286) + (xy -87.9856 -0.2667) (xy -87.48268 -0.32004) (xy -86.97976 -0.381) (xy -86.47684 -0.45466) + (xy -85.97392 -0.5334) (xy -85.47354 -0.61214) (xy -84.97062 -0.68834) (xy -84.4677 -0.75692) + (xy -83.96478 -0.81788) (xy -83.46186 -0.86614) (xy -82.95894 -0.90678) (xy -82.45602 -0.93472) + (xy -81.9531 -0.95758) (xy -81.45018 -0.97282) (xy -80.94726 -0.98044) (xy -80.44434 -0.98552) + (xy -79.94142 -0.98552) (xy -79.4385 -0.98044) (xy -78.93558 -0.96774) (xy -78.43266 -0.94996) + (xy -77.92974 -0.92456) (xy -77.42682 -0.889) (xy -76.9239 -0.84074) (xy -76.42352 -0.77724) + (xy -75.9206 -0.70104) (xy -75.41768 -0.61214) (xy -74.91476 -0.51562) (xy -74.41184 -0.4191) + (xy -73.90892 -0.32766) (xy -73.406 -0.25146) (xy -72.90308 -0.1905) (xy -72.40016 -0.14732) + (xy -71.89724 -0.1143) (xy -71.39432 -0.09398) (xy -70.8914 -0.08128) (xy -70.38848 -0.0762) + (xy -69.88556 -0.08128) (xy -69.38264 -0.09398) (xy -68.87972 -0.1143) (xy -68.3768 -0.14732) + (xy -67.87388 -0.1905) (xy -67.3735 -0.25146) (xy -66.87058 -0.32766) (xy -66.36766 -0.4191) + (xy -65.86474 -0.51562) (xy -65.36182 -0.61214) (xy -64.8589 -0.70104) (xy -64.35598 -0.77978) + (xy -63.85306 -0.84328) (xy -63.35014 -0.89408) (xy -62.84722 -0.93218) (xy -62.3443 -0.96012) + (xy -61.84138 -0.98044) (xy -61.33846 -0.99314) (xy -60.83554 -0.99822) (xy -60.33262 -1.00076) + (xy -59.8297 -0.99822) (xy -59.32678 -0.99314) (xy -58.82386 -0.98044) (xy -58.32348 -0.96012) + (xy -57.82056 -0.93218) (xy -57.31764 -0.89408) (xy -56.81472 -0.84328) (xy -56.3118 -0.77978) + (xy -55.80888 -0.70104) (xy -55.30596 -0.61214) (xy -54.80304 -0.51562) (xy -54.30012 -0.4191) + (xy -53.7972 -0.32766) (xy -53.29428 -0.25146) (xy -52.79136 -0.1905) (xy -52.28844 -0.14732) + (xy -51.78552 -0.1143) (xy -51.2826 -0.09398) (xy -50.77968 -0.08128) (xy -50.27676 -0.0762) + (xy -49.77384 -0.08128) (xy -49.27346 -0.09398) (xy -48.77054 -0.1143) (xy -48.26762 -0.14732) + (xy -47.7647 -0.1905) (xy -47.26178 -0.25146) (xy -46.75886 -0.32766) (xy -46.25594 -0.4191) + (xy -45.75302 -0.51562) (xy -45.2501 -0.61214) (xy -44.74718 -0.70104) (xy -44.24426 -0.77978) + (xy -43.74134 -0.84328) (xy -43.23842 -0.89408) (xy -42.7355 -0.93218) (xy -42.23258 -0.96012) + (xy -41.72966 -0.98044) (xy -41.22674 -0.99314) (xy -40.72382 -0.99822) (xy -40.22344 -1.00076) + (xy -39.72052 -0.99822) (xy -39.2176 -0.99314) (xy -38.71468 -0.98044) (xy -38.21176 -0.96012) + (xy -37.70884 -0.93218) (xy -37.20592 -0.89408) (xy -36.703 -0.84328) (xy -36.20008 -0.77978) + (xy -35.69716 -0.70104) (xy -35.19424 -0.61214) (xy -34.69132 -0.51562) (xy -34.1884 -0.4191) + (xy -33.68548 -0.32766) (xy -33.18256 -0.25146) (xy -32.67964 -0.1905) (xy -32.17672 -0.14732) + (xy -31.6738 -0.1143) (xy -31.17088 -0.09398) (xy -30.6705 -0.08128) (xy -30.16758 -0.0762) + (xy -29.66466 -0.08128) (xy -29.16174 -0.09398) (xy -28.65882 -0.1143) (xy -28.1559 -0.14732) + (xy -27.65298 -0.1905) (xy -27.15006 -0.25146) (xy -26.64714 -0.32766) (xy -26.14422 -0.4191) + (xy -25.6413 -0.51562) (xy -25.13838 -0.61214) (xy -24.63546 -0.70104) (xy -24.13254 -0.77978) + (xy -23.62962 -0.84328) (xy -23.1267 -0.89408) (xy -22.62378 -0.93218) (xy -22.12086 -0.96012) + (xy -21.62048 -0.98044) (xy -21.11756 -0.99314) (xy -20.61464 -0.99822) (xy -20.11172 -1.00076) + (xy -19.6088 -0.99822) (xy -19.10588 -0.99314) (xy -18.60296 -0.98044) (xy -18.10004 -0.96012) + (xy -17.59712 -0.93218) (xy -17.0942 -0.89408) (xy -16.59128 -0.84328) (xy -16.08836 -0.77978) + (xy -15.58544 -0.70104) (xy -15.08252 -0.61214) (xy -14.5796 -0.51562) (xy -14.07668 -0.4191) + (xy -13.57376 -0.32766) (xy -13.07084 -0.25146) (xy -12.57046 -0.1905) (xy -12.06754 -0.14732) + (xy -11.56462 -0.1143) (xy -11.0617 -0.09398) (xy -10.55878 -0.08128) (xy -10.05586 -0.0762) + (xy -9.55294 -0.08128) (xy -9.05002 -0.09398) (xy -8.5471 -0.1143) (xy -8.04418 -0.14732) + (xy -7.54126 -0.1905) (xy -7.03834 -0.25146) (xy -6.53542 -0.32766) (xy -6.0325 -0.4191) + (xy -5.52958 -0.51562) (xy -5.02666 -0.61214) (xy -4.52374 -0.70104) (xy -4.02082 -0.77978) + (xy -3.52044 -0.84328) (xy -3.01752 -0.89408) (xy -2.5146 -0.93218) (xy -2.01168 -0.96012) + (xy -1.50876 -0.98044) (xy -1.00584 -0.99314) (xy -0.50292 -0.99822) (xy 0 -1.00076) + (xy 0.50292 -0.99822) (xy 1.00584 -0.99314) (xy 1.50876 -0.98044) (xy 2.01168 -0.96012) + (xy 2.5146 -0.93218) (xy 3.01752 -0.89408) (xy 3.52044 -0.84328) (xy 4.02336 -0.77978) + (xy 4.52628 -0.70104) (xy 5.0292 -0.61214) (xy 5.52958 -0.51562) (xy 6.0325 -0.4191) + (xy 6.53542 -0.32766) (xy 7.03834 -0.25146) (xy 7.54126 -0.1905) (xy 8.04418 -0.14732) + (xy 8.5471 -0.1143) (xy 9.05002 -0.09398) (xy 9.55294 -0.08128) (xy 10.05586 -0.0762) + (xy 10.55878 -0.08128) (xy 11.0617 -0.09398) (xy 11.56462 -0.1143) (xy 12.06754 -0.14732) + (xy 12.57046 -0.1905) (xy 13.07338 -0.25146) (xy 13.5763 -0.32766) (xy 14.07922 -0.4191) + (xy 14.5796 -0.51562) (xy 15.08252 -0.61214) (xy 15.58544 -0.70104) (xy 16.08836 -0.77978) + (xy 16.59128 -0.84328) (xy 17.0942 -0.89408) (xy 17.59712 -0.93218) (xy 18.10004 -0.96012) + (xy 18.60296 -0.98044) (xy 19.10588 -0.99314) (xy 19.6088 -0.99822) (xy 20.11172 -1.00076) + (xy 20.61464 -0.99822) (xy 21.11756 -0.99314) (xy 21.62048 -0.98044) (xy 22.1234 -0.96012) + (xy 22.62632 -0.93218) (xy 23.12924 -0.89408) (xy 23.62962 -0.84328) (xy 24.13254 -0.77978) + (xy 24.63546 -0.70104) (xy 25.13838 -0.61214) (xy 25.6413 -0.51562) (xy 26.14422 -0.4191) + (xy 26.64714 -0.32766) (xy 27.15006 -0.25146) (xy 27.65298 -0.1905) (xy 28.1559 -0.14732) + (xy 28.65882 -0.1143) (xy 29.16174 -0.09398) (xy 29.66466 -0.08128) (xy 30.16758 -0.0762) + (xy 30.6705 -0.08128) (xy 31.17342 -0.09398) (xy 31.67634 -0.1143) (xy 32.17926 -0.14732) + (xy 32.67964 -0.1905) (xy 33.18256 -0.25146) (xy 33.68548 -0.32766) (xy 34.1884 -0.4191) + (xy 34.69132 -0.51562) (xy 35.19424 -0.61214) (xy 35.69716 -0.70104) (xy 36.20008 -0.77978) + (xy 36.703 -0.84328) (xy 37.20592 -0.89408) (xy 37.70884 -0.93218) (xy 38.21176 -0.96012) + (xy 38.71468 -0.98044) (xy 39.2176 -0.99314) (xy 39.72052 -0.99822) (xy 40.22344 -1.00076) + (xy 40.72636 -0.99822) (xy 41.22928 -0.99314) (xy 41.72966 -0.98044) (xy 42.23258 -0.96012) + (xy 42.7355 -0.93218) (xy 43.23842 -0.89408) (xy 43.74134 -0.84328) (xy 44.24426 -0.77978) + (xy 44.74718 -0.70104) (xy 45.2501 -0.61214) (xy 45.75302 -0.51562) (xy 46.25594 -0.4191) + (xy 46.75886 -0.32766) (xy 47.26178 -0.25146) (xy 47.7647 -0.1905) (xy 48.26762 -0.14732) + (xy 48.77054 -0.1143) (xy 49.27346 -0.09398) (xy 49.77638 -0.08128) (xy 50.2793 -0.0762) + (xy 50.77968 -0.08128) (xy 51.2826 -0.09398) (xy 51.78552 -0.1143) (xy 52.28844 -0.14732) + (xy 52.79136 -0.1905) (xy 53.29428 -0.25146) (xy 53.7972 -0.32766) (xy 54.30012 -0.4191) + (xy 54.80304 -0.51562) (xy 55.30596 -0.61214) (xy 55.80888 -0.70104) (xy 56.3118 -0.77978) + (xy 56.81472 -0.84328) (xy 57.31764 -0.89408) (xy 57.82056 -0.93218) (xy 58.32348 -0.96012) + (xy 58.8264 -0.98044) (xy 59.32932 -0.99314) (xy 59.83224 -0.99822) (xy 60.33262 -1.00076) + (xy 60.83554 -0.99822) (xy 61.33846 -0.99314) (xy 61.84138 -0.98044) (xy 62.3443 -0.96012) + (xy 62.84722 -0.93218) (xy 63.35014 -0.89408) (xy 63.85306 -0.84328) (xy 64.35598 -0.77978) + (xy 64.8589 -0.70104) (xy 65.36182 -0.61214) (xy 65.86474 -0.51562) (xy 66.36766 -0.4191) + (xy 66.87058 -0.32766) (xy 67.3735 -0.25146) (xy 67.87642 -0.1905) (xy 68.37934 -0.14732) + (xy 68.88226 -0.1143) (xy 69.38264 -0.09398) (xy 69.88556 -0.08128) (xy 70.38848 -0.0762) + (xy 70.8914 -0.08128) (xy 71.39432 -0.09398) (xy 71.89724 -0.1143) (xy 72.40016 -0.14732) + (xy 72.90308 -0.1905) (xy 73.406 -0.25146) (xy 73.90892 -0.32766) (xy 74.41184 -0.4191) + (xy 74.91476 -0.51562) (xy 75.41768 -0.61214) (xy 75.9206 -0.70104) (xy 76.42352 -0.77724) + (xy 76.92644 -0.84074) (xy 77.42936 -0.889) (xy 77.93228 -0.92456) (xy 78.43266 -0.94996) + (xy 78.93558 -0.96774) (xy 79.4385 -0.98044) (xy 79.94142 -0.98552) (xy 80.44434 -0.98552) + (xy 80.94726 -0.98044) (xy 81.45018 -0.97282) (xy 81.9531 -0.95758) (xy 82.45602 -0.93472) + (xy 82.95894 -0.90678) (xy 83.46186 -0.86614) (xy 83.96478 -0.81788) (xy 84.4677 -0.75692) + (xy 84.97062 -0.68834) (xy 85.47354 -0.61214) (xy 85.97646 -0.5334) (xy 86.47938 -0.45466) + (xy 86.9823 -0.381) (xy 87.48268 -0.32004) (xy 87.9856 -0.2667) (xy 88.48852 -0.2286) + (xy 88.99144 -0.19812) (xy 89.49436 -0.18034) (xy 89.99728 -0.17272) (xy 90.5002 -0.17272) + (xy 91.00312 -0.18034) (xy 91.50604 -0.19558) (xy 92.00896 -0.22098) (xy 92.51188 -0.25654) + (xy 93.0148 -0.29972) (xy 93.51772 -0.3556) (xy 94.02064 -0.41656) (xy 94.52356 -0.48006) + (xy 95.02648 -0.54864) (xy 95.5294 -0.61214) (xy 96.03232 -0.6731) (xy 96.5327 -0.72644) + (xy 97.03562 -0.77216) (xy 97.53854 -0.81026) (xy 98.04146 -0.8382) (xy 98.54438 -0.86106) + (xy 99.0473 -0.87884) (xy 99.55022 -0.889) (xy 100.05314 -0.89408) (xy 100.55606 -0.89408) + (xy 101.05898 -0.889) (xy 101.5619 -0.8763) (xy 102.06482 -0.86106) (xy 102.56774 -0.84074) + (xy 103.07066 -0.8128) (xy 103.57358 -0.78232) (xy 104.0765 -0.74422) (xy 104.57942 -0.70358) + (xy 105.08234 -0.65786) (xy 105.58272 -0.61214) (xy 106.08564 -0.56642) (xy 106.58856 -0.5207) + (xy 107.09148 -0.47752) (xy 107.5944 -0.43942) (xy 108.09732 -0.40894) (xy 108.60024 -0.38354) + (xy 109.10316 -0.36576) (xy 109.60608 -0.35306) (xy 110.109 -0.35052) (xy 110.61192 -0.35052) + (xy 111.11484 -0.36068) (xy 111.61776 -0.37338) (xy 112.12068 -0.3937) (xy 112.6236 -0.41656) + (xy 113.12652 -0.44704) (xy 113.62944 -0.47752) (xy 114.13236 -0.51054) (xy 114.63274 -0.5461) + (xy 115.13566 -0.57912) (xy 115.63858 -0.61214) (xy 116.1415 -0.64262) (xy 116.64442 -0.66802) + (xy 117.14734 -0.69342) (xy 117.65026 -0.7112) (xy 118.15318 -0.72898) (xy 118.6561 -0.73914) + (xy 119.15902 -0.7493) (xy 119.66194 -0.75184) (xy 120.16486 -0.75438) (xy 120.66778 -0.75184) + (xy 121.1707 -0.74422) (xy 121.67362 -0.7366) (xy 122.17654 -0.72644) (xy 122.67946 -0.7112) + (xy 123.18238 -0.69596) (xy 123.68276 -0.68072) (xy 124.18568 -0.66294) (xy 124.6886 -0.64516) + (xy 125.19152 -0.62738) (xy 125.69444 -0.61214) (xy 126.19736 -0.5969) (xy 126.70028 -0.5842) + (xy 127.2032 -0.57404) (xy 127.70612 -0.56388) (xy 128.20904 -0.5588) (xy 128.71196 -0.55372) + (xy 129.21488 -0.55372) (xy 129.7178 -0.55372) (xy 130.22072 -0.55626) (xy 130.72364 -0.56134) + (xy 131.22656 -0.56642) (xy 131.72948 -0.57404) (xy 132.2324 -0.58166) (xy 132.73278 -0.58674) + (xy 133.2357 -0.59436) (xy 133.73862 -0.59944) (xy 134.24154 -0.60452) (xy 134.74446 -0.6096) + (xy 135.24738 -0.61214) (xy 135.7503 -0.61214) (xy 135.7503 0.61214) (xy 135.24738 0.61214) + (xy 134.74446 0.6096) (xy 134.24154 0.60452) (xy 133.73862 0.59944) (xy 133.2357 0.59436) + (xy 132.73278 0.58674) (xy 132.2324 0.58166) (xy 131.72948 0.57404) (xy 131.22656 0.56642) + (xy 130.72364 0.56134) (xy 130.22072 0.55626) (xy 129.7178 0.55372) (xy 129.21488 0.55372) + (xy 128.71196 0.55372) (xy 128.20904 0.5588) (xy 127.70612 0.56388) (xy 127.2032 0.57404) + (xy 126.70028 0.5842) (xy 126.19736 0.5969) (xy 125.69444 0.61214) (xy 125.19152 0.62738) + (xy 124.6886 0.64516) (xy 124.18568 0.66294) (xy 123.68276 0.68072) (xy 123.18238 0.69596) + (xy 122.67946 0.7112) (xy 122.17654 0.72644) (xy 121.67362 0.7366) (xy 121.1707 0.74422) + (xy 120.66778 0.75184) (xy 120.16486 0.75438) (xy 119.66194 0.75184) (xy 119.15902 0.7493) + (xy 118.6561 0.73914) (xy 118.15318 0.72898) (xy 117.65026 0.7112) (xy 117.14734 0.69342) + (xy 116.64442 0.66802) (xy 116.1415 0.64262) (xy 115.63858 0.61214) (xy 115.13566 0.57912) + (xy 114.63274 0.5461) (xy 114.13236 0.51054) (xy 113.62944 0.47752) (xy 113.12652 0.44704) + (xy 112.6236 0.41656) (xy 112.12068 0.3937) (xy 111.61776 0.37338) (xy 111.11484 0.36068) + (xy 110.61192 0.35052) (xy 110.109 0.35052) (xy 109.60608 0.35306) (xy 109.10316 0.36576) + (xy 108.60024 0.38354) (xy 108.09732 0.40894) (xy 107.5944 0.43942) (xy 107.09148 0.47752) + (xy 106.58856 0.5207) (xy 106.08564 0.56642) (xy 105.58272 0.61214) (xy 105.08234 0.65786) + (xy 104.57942 0.70358) (xy 104.0765 0.74422) (xy 103.57358 0.78232) (xy 103.07066 0.8128) + (xy 102.56774 0.84074) (xy 102.06482 0.86106) (xy 101.5619 0.8763) (xy 101.05898 0.889) + (xy 100.55606 0.89408) (xy 100.05314 0.89408) (xy 99.55022 0.889) (xy 99.0473 0.87884) + (xy 98.54438 0.86106) (xy 98.04146 0.8382) (xy 97.53854 0.81026) (xy 97.03562 0.77216) + (xy 96.5327 0.72644) (xy 96.03232 0.6731) (xy 95.5294 0.61214) (xy 95.02648 0.54864) + (xy 94.52356 0.48006) (xy 94.02064 0.41656) (xy 93.51772 0.3556) (xy 93.0148 0.29972) + (xy 92.51188 0.25654) (xy 92.00896 0.22098) (xy 91.50604 0.19558) (xy 91.00312 0.18034) + (xy 90.5002 0.17272) (xy 89.99728 0.17272) (xy 89.49436 0.18034) (xy 88.99144 0.19812) + (xy 88.48852 0.2286) (xy 87.9856 0.2667) (xy 87.48268 0.32004) (xy 86.9823 0.381) + (xy 86.47938 0.45466) (xy 85.97646 0.5334) (xy 85.47354 0.61214) (xy 84.97062 0.68834) + (xy 84.4677 0.75692) (xy 83.96478 0.81788) (xy 83.46186 0.86614) (xy 82.95894 0.90678) + (xy 82.45602 0.93472) (xy 81.9531 0.95758) (xy 81.45018 0.97282) (xy 80.94726 0.98044) + (xy 80.44434 0.98552) (xy 79.94142 0.98552) (xy 79.4385 0.98044) (xy 78.93558 0.96774) + (xy 78.43266 0.94996) (xy 77.93228 0.92456) (xy 77.42936 0.889) (xy 76.92644 0.84074) + (xy 76.42352 0.77724) (xy 75.9206 0.70104) (xy 75.41768 0.61214) (xy 74.91476 0.51562) + (xy 74.41184 0.4191) (xy 73.90892 0.32766) (xy 73.406 0.25146) (xy 72.90308 0.1905) + (xy 72.40016 0.14732) (xy 71.89724 0.1143) (xy 71.39432 0.09398) (xy 70.8914 0.08128) + (xy 70.38848 0.0762) (xy 69.88556 0.08128) (xy 69.38264 0.09398) (xy 68.88226 0.1143) + (xy 68.37934 0.14732) (xy 67.87642 0.1905) (xy 67.3735 0.25146) (xy 66.87058 0.32766) + (xy 66.36766 0.4191) (xy 65.86474 0.51562) (xy 65.36182 0.61214) (xy 64.8589 0.70104) + (xy 64.35598 0.77978) (xy 63.85306 0.84328) (xy 63.35014 0.89408) (xy 62.84722 0.93218) + (xy 62.3443 0.96012) (xy 61.84138 0.98044) (xy 61.33846 0.99314) (xy 60.83554 0.99822) + (xy 60.33262 1.00076) (xy 59.83224 0.99822) (xy 59.32932 0.99314) (xy 58.8264 0.98044) + (xy 58.32348 0.96012) (xy 57.82056 0.93218) (xy 57.31764 0.89408) (xy 56.81472 0.84328) + (xy 56.3118 0.77978) (xy 55.80888 0.70104) (xy 55.30596 0.61214) (xy 54.80304 0.51562) + (xy 54.30012 0.4191) (xy 53.7972 0.32766) (xy 53.29428 0.25146) (xy 52.79136 0.1905) + (xy 52.28844 0.14732) (xy 51.78552 0.1143) (xy 51.2826 0.09398) (xy 50.77968 0.08128) + (xy 50.2793 0.0762) (xy 49.77638 0.08128) (xy 49.27346 0.09398) (xy 48.77054 0.1143) + (xy 48.26762 0.14732) (xy 47.7647 0.1905) (xy 47.26178 0.25146) (xy 46.75886 0.32766) + (xy 46.25594 0.4191) (xy 45.75302 0.51562) (xy 45.2501 0.61214) (xy 44.74718 0.70104) + (xy 44.24426 0.77978) (xy 43.74134 0.84328) (xy 43.23842 0.89408) (xy 42.7355 0.93218) + (xy 42.23258 0.96012) (xy 41.72966 0.98044) (xy 41.22928 0.99314) (xy 40.72636 0.99822) + (xy 40.22344 1.00076) (xy 39.72052 0.99822) (xy 39.2176 0.99314) (xy 38.71468 0.98044) + (xy 38.21176 0.96012) (xy 37.70884 0.93218) (xy 37.20592 0.89408) (xy 36.703 0.84328) + (xy 36.20008 0.77978) (xy 35.69716 0.70104) (xy 35.19424 0.61214) (xy 34.69132 0.51562) + (xy 34.1884 0.4191) (xy 33.68548 0.32766) (xy 33.18256 0.25146) (xy 32.67964 0.1905) + (xy 32.17926 0.14732) (xy 31.67634 0.1143) (xy 31.17342 0.09398) (xy 30.6705 0.08128) + (xy 30.16758 0.0762) (xy 29.66466 0.08128) (xy 29.16174 0.09398) (xy 28.65882 0.1143) + (xy 28.1559 0.14732) (xy 27.65298 0.1905) (xy 27.15006 0.25146) (xy 26.64714 0.32766) + (xy 26.14422 0.4191) (xy 25.6413 0.51562) (xy 25.13838 0.61214) (xy 24.63546 0.70104) + (xy 24.13254 0.77978) (xy 23.62962 0.84328) (xy 23.12924 0.89408) (xy 22.62632 0.93218) + (xy 22.1234 0.96012) (xy 21.62048 0.98044) (xy 21.11756 0.99314) (xy 20.61464 0.99822) + (xy 20.11172 1.00076) (xy 19.6088 0.99822) (xy 19.10588 0.99314) (xy 18.60296 0.98044) + (xy 18.10004 0.96012) (xy 17.59712 0.93218) (xy 17.0942 0.89408) (xy 16.59128 0.84328) + (xy 16.08836 0.77978) (xy 15.58544 0.70104) (xy 15.08252 0.61214) (xy 14.5796 0.51562) + (xy 14.07922 0.4191) (xy 13.5763 0.32766) (xy 13.07338 0.25146) (xy 12.57046 0.1905) + (xy 12.06754 0.14732) (xy 11.56462 0.1143) (xy 11.0617 0.09398) (xy 10.55878 0.08128) + (xy 10.05586 0.0762) (xy 9.55294 0.08128) (xy 9.05002 0.09398) (xy 8.5471 0.1143) + (xy 8.04418 0.14732) (xy 7.54126 0.1905) (xy 7.03834 0.25146) (xy 6.53542 0.32766) + (xy 6.0325 0.4191) (xy 5.52958 0.51562) (xy 5.0292 0.61214) (xy 4.52628 0.70104) + (xy 4.02336 0.77978) (xy 3.52044 0.84328) (xy 3.01752 0.89408) (xy 2.5146 0.93218) + (xy 2.01168 0.96012) (xy 1.50876 0.98044) (xy 1.00584 0.99314) (xy 0.50292 0.99822) + (xy 0 1.00076) (xy -0.50292 0.99822) (xy -1.00584 0.99314) (xy -1.50876 0.98044) + (xy -2.01168 0.96012) (xy -2.5146 0.93218) (xy -3.01752 0.89408) (xy -3.52044 0.84328) + (xy -4.02082 0.77978) (xy -4.52374 0.70104) (xy -5.02666 0.61214) (xy -5.52958 0.51562) + (xy -6.0325 0.4191) (xy -6.53542 0.32766) (xy -7.03834 0.25146) (xy -7.54126 0.1905) + (xy -8.04418 0.14732) (xy -8.5471 0.1143) (xy -9.05002 0.09398) (xy -9.55294 0.08128) + (xy -10.05586 0.0762) (xy -10.55878 0.08128) (xy -11.0617 0.09398) (xy -11.56462 0.1143) + (xy -12.06754 0.14732) (xy -12.57046 0.1905) (xy -13.07084 0.25146) (xy -13.57376 0.32766) + (xy -14.07668 0.4191) (xy -14.5796 0.51562) (xy -15.08252 0.61214) (xy -15.58544 0.70104) + (xy -16.08836 0.77978) (xy -16.59128 0.84328) (xy -17.0942 0.89408) (xy -17.59712 0.93218) + (xy -18.10004 0.96012) (xy -18.60296 0.98044) (xy -19.10588 0.99314) (xy -19.6088 0.99822) + (xy -20.11172 1.00076) (xy -20.61464 0.99822) (xy -21.11756 0.99314) (xy -21.62048 0.98044) + (xy -22.12086 0.96012) (xy -22.62378 0.93218) (xy -23.1267 0.89408) (xy -23.62962 0.84328) + (xy -24.13254 0.77978) (xy -24.63546 0.70104) (xy -25.13838 0.61214) (xy -25.6413 0.51562) + (xy -26.14422 0.4191) (xy -26.64714 0.32766) (xy -27.15006 0.25146) (xy -27.65298 0.1905) + (xy -28.1559 0.14732) (xy -28.65882 0.1143) (xy -29.16174 0.09398) (xy -29.66466 0.08128) + (xy -30.16758 0.0762) (xy -30.6705 0.08128) (xy -31.17088 0.09398) (xy -31.6738 0.1143) + (xy -32.17672 0.14732) (xy -32.67964 0.1905) (xy -33.18256 0.25146) (xy -33.68548 0.32766) + (xy -34.1884 0.4191) (xy -34.69132 0.51562) (xy -35.19424 0.61214) (xy -35.69716 0.70104) + (xy -36.20008 0.77978) (xy -36.703 0.84328) (xy -37.20592 0.89408) (xy -37.70884 0.93218) + (xy -38.21176 0.96012) (xy -38.71468 0.98044) (xy -39.2176 0.99314) (xy -39.72052 0.99822) + (xy -40.22344 1.00076) (xy -40.72382 0.99822) (xy -41.22674 0.99314) (xy -41.72966 0.98044) + (xy -42.23258 0.96012) (xy -42.7355 0.93218) (xy -43.23842 0.89408) (xy -43.74134 0.84328) + (xy -44.24426 0.77978) (xy -44.74718 0.70104) (xy -45.2501 0.61214) (xy -45.75302 0.51562) + (xy -46.25594 0.4191) (xy -46.75886 0.32766) (xy -47.26178 0.25146) (xy -47.7647 0.1905) + (xy -48.26762 0.14732) (xy -48.77054 0.1143) (xy -49.27346 0.09398) (xy -49.77384 0.08128) + (xy -50.27676 0.0762) (xy -50.77968 0.08128) (xy -51.2826 0.09398) (xy -51.78552 0.1143) + (xy -52.28844 0.14732) (xy -52.79136 0.1905) (xy -53.29428 0.25146) (xy -53.7972 0.32766) + (xy -54.30012 0.4191) (xy -54.80304 0.51562) (xy -55.30596 0.61214) (xy -55.80888 0.70104) + (xy -56.3118 0.77978) (xy -56.81472 0.84328) (xy -57.31764 0.89408) (xy -57.82056 0.93218) + (xy -58.32348 0.96012) (xy -58.82386 0.98044) (xy -59.32678 0.99314) (xy -59.8297 0.99822) + (xy -60.33262 1.00076) (xy -60.83554 0.99822) (xy -61.33846 0.99314) (xy -61.84138 0.98044) + (xy -62.3443 0.96012) (xy -62.84722 0.93218) (xy -63.35014 0.89408) (xy -63.85306 0.84328) + (xy -64.35598 0.77978) (xy -64.8589 0.70104) (xy -65.36182 0.61214) (xy -65.86474 0.51562) + (xy -66.36766 0.4191) (xy -66.87058 0.32766) (xy -67.3735 0.25146) (xy -67.87388 0.1905) + (xy -68.3768 0.14732) (xy -68.87972 0.1143) (xy -69.38264 0.09398) (xy -69.88556 0.08128) + (xy -70.38848 0.0762) (xy -70.8914 0.08128) (xy -71.39432 0.09398) (xy -71.89724 0.1143) + (xy -72.40016 0.14732) (xy -72.90308 0.1905) (xy -73.406 0.25146) (xy -73.90892 0.32766) + (xy -74.41184 0.4191) (xy -74.91476 0.51562) (xy -75.41768 0.61214) (xy -75.9206 0.70104) + (xy -76.42352 0.77724) (xy -76.9239 0.84074) (xy -77.42682 0.889) (xy -77.92974 0.92456) + (xy -78.43266 0.94996) (xy -78.93558 0.96774) (xy -79.4385 0.98044) (xy -79.94142 0.98552) + (xy -80.44434 0.98552) (xy -80.94726 0.98044) (xy -81.45018 0.97282) (xy -81.9531 0.95758) + (xy -82.45602 0.93472) (xy -82.95894 0.90678) (xy -83.46186 0.86614) (xy -83.96478 0.81788) + (xy -84.4677 0.75692) (xy -84.97062 0.68834) (xy -85.47354 0.61214) (xy -85.97392 0.5334) + (xy -86.47684 0.45466) (xy -86.97976 0.381) (xy -87.48268 0.32004) (xy -87.9856 0.2667) + (xy -88.48852 0.2286) (xy -88.99144 0.19812) (xy -89.49436 0.18034) (xy -89.99728 0.17272) + (xy -90.5002 0.17272) (xy -91.00312 0.18034) (xy -91.50604 0.19558) (xy -92.00896 0.22098) + (xy -92.51188 0.25654) (xy -93.0148 0.29972) (xy -93.51772 0.3556) (xy -94.02064 0.41656) + (xy -94.52356 0.48006) (xy -95.02394 0.54864) (xy -95.52686 0.61214) (xy -96.02978 0.6731) + (xy -96.5327 0.72644) (xy -97.03562 0.77216) (xy -97.53854 0.81026) (xy -98.04146 0.8382) + (xy -98.54438 0.86106) (xy -99.0473 0.87884) (xy -99.55022 0.889) (xy -100.05314 0.89408) + (xy -100.55606 0.89408) (xy -101.05898 0.889) (xy -101.5619 0.8763) (xy -102.06482 0.86106) + (xy -102.56774 0.84074) (xy -103.07066 0.8128) (xy -103.57358 0.78232) (xy -104.07396 0.74422) + (xy -104.57688 0.70358) (xy -105.0798 0.65786) (xy -105.58272 0.61214) (xy -106.08564 0.56642) + (xy -106.58856 0.5207) (xy -107.09148 0.47752) (xy -107.5944 0.43942) (xy -108.09732 0.40894) + (xy -108.60024 0.38354) (xy -109.10316 0.36576) (xy -109.60608 0.35306) (xy -110.109 0.35052) + (xy -110.61192 0.35052) (xy -111.11484 0.36068) (xy -111.61776 0.37338) (xy -112.12068 0.3937) + (xy -112.6236 0.41656) (xy -113.12398 0.44704) (xy -113.6269 0.47752) (xy -114.12982 0.51054) + (xy -114.63274 0.5461) (xy -115.13566 0.57912) (xy -115.63858 0.61214) (xy -116.1415 0.64262) + (xy -116.64442 0.66802) (xy -117.14734 0.69342) (xy -117.65026 0.7112) (xy -118.15318 0.72898) + (xy -118.6561 0.73914) (xy -119.15902 0.7493) (xy -119.66194 0.75184) (xy -120.16486 0.75438) + (xy -120.66778 0.75184) (xy -121.1707 0.74422) (xy -121.67362 0.7366) (xy -122.174 0.72644) + (xy -122.67692 0.7112) (xy -123.17984 0.69596) (xy -123.68276 0.68072) (xy -124.18568 0.66294) + (xy -124.6886 0.64516) (xy -125.19152 0.62738) (xy -125.69444 0.61214) (xy -126.19736 0.5969) + (xy -126.70028 0.5842) (xy -127.2032 0.57404) (xy -127.70612 0.56388) (xy -128.20904 0.5588) + (xy -128.71196 0.55372) (xy -129.21488 0.55372) (xy -129.7178 0.55372) (xy -130.22072 0.55626) + (xy -130.72364 0.56134) (xy -131.22402 0.56642) (xy -131.72694 0.57404) (xy -132.22986 0.58166) + (xy -132.73278 0.58674) (xy -133.2357 0.59436) (xy -133.73862 0.59944) (xy -134.24154 0.60452) + (xy -134.74446 0.6096) (xy -135.24738 0.61214) (xy -135.7503 0.61214) (xy -135.7503 0)) (layer Dessus.Cu) (width 0.3048)) + (pad 2 smd rect (at -135.7503 0) (size 1.22428 1.22428) + (layers Dessus.Cu) + ) + (pad 1 smd rect (at 135.7503 0) (size 1.22428 1.22428) + (layers Dessus.Cu) + ) + ) + + (module POLY (layer Dessus.Cu) (tedit 4278D8EB) (tstamp 0) + (at 203.18984 121.54408) + (fp_text reference POLY (at 0 0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_text value VAL** (at 0 -0.0762) (layer F.SilkS) + (effects (font (size 0.0762 0.0762) (thickness 0.2032))) + ) + (fp_poly (pts (xy -135.7503 0) (xy -135.7503 -0.61214) (xy -135.24738 -0.61214) (xy -134.74446 -0.6096) + (xy -134.24154 -0.60452) (xy -133.73862 -0.59944) (xy -133.2357 -0.59436) (xy -132.73278 -0.58674) + (xy -132.22986 -0.58166) (xy -131.72694 -0.57404) (xy -131.22402 -0.56642) (xy -130.72364 -0.56134) + (xy -130.22072 -0.55626) (xy -129.7178 -0.55372) (xy -129.21488 -0.55372) (xy -128.71196 -0.55372) + (xy -128.20904 -0.5588) (xy -127.70612 -0.56388) (xy -127.2032 -0.57404) (xy -126.70028 -0.5842) + (xy -126.19736 -0.5969) (xy -125.69444 -0.61214) (xy -125.19152 -0.62738) (xy -124.6886 -0.64516) + (xy -124.18568 -0.66294) (xy -123.68276 -0.68072) (xy -123.17984 -0.69596) (xy -122.67692 -0.7112) + (xy -122.174 -0.72644) (xy -121.67362 -0.7366) (xy -121.1707 -0.74422) (xy -120.66778 -0.75184) + (xy -120.16486 -0.75438) (xy -119.66194 -0.75184) (xy -119.15902 -0.7493) (xy -118.6561 -0.73914) + (xy -118.15318 -0.72898) (xy -117.65026 -0.7112) (xy -117.14734 -0.69342) (xy -116.64442 -0.66802) + (xy -116.1415 -0.64262) (xy -115.63858 -0.61214) (xy -115.13566 -0.57912) (xy -114.63274 -0.5461) + (xy -114.12982 -0.51054) (xy -113.6269 -0.47752) (xy -113.12398 -0.44704) (xy -112.6236 -0.41656) + (xy -112.12068 -0.3937) (xy -111.61776 -0.37338) (xy -111.11484 -0.36068) (xy -110.61192 -0.35052) + (xy -110.109 -0.35052) (xy -109.60608 -0.35306) (xy -109.10316 -0.36576) (xy -108.60024 -0.38354) + (xy -108.09732 -0.40894) (xy -107.5944 -0.43942) (xy -107.09148 -0.47752) (xy -106.58856 -0.5207) + (xy -106.08564 -0.56642) (xy -105.58272 -0.61214) (xy -105.0798 -0.65786) (xy -104.57688 -0.70358) + (xy -104.07396 -0.74422) (xy -103.57358 -0.78232) (xy -103.07066 -0.8128) (xy -102.56774 -0.84074) + (xy -102.06482 -0.86106) (xy -101.5619 -0.8763) (xy -101.05898 -0.889) (xy -100.55606 -0.89408) + (xy -100.05314 -0.89408) (xy -99.55022 -0.889) (xy -99.0473 -0.87884) (xy -98.54438 -0.86106) + (xy -98.04146 -0.8382) (xy -97.53854 -0.81026) (xy -97.03562 -0.77216) (xy -96.5327 -0.72644) + (xy -96.02978 -0.6731) (xy -95.52686 -0.61214) (xy -95.02394 -0.54864) (xy -94.52356 -0.48006) + (xy -94.02064 -0.41656) (xy -93.51772 -0.3556) (xy -93.0148 -0.29972) (xy -92.51188 -0.25654) + (xy -92.00896 -0.22098) (xy -91.50604 -0.19558) (xy -91.00312 -0.18034) (xy -90.5002 -0.17272) + (xy -89.99728 -0.17272) (xy -89.49436 -0.18034) (xy -88.99144 -0.19812) (xy -88.48852 -0.2286) + (xy -87.9856 -0.2667) (xy -87.48268 -0.32004) (xy -86.97976 -0.381) (xy -86.47684 -0.45466) + (xy -85.97392 -0.5334) (xy -85.47354 -0.61214) (xy -84.97062 -0.68834) (xy -84.4677 -0.75692) + (xy -83.96478 -0.81788) (xy -83.46186 -0.86614) (xy -82.95894 -0.90678) (xy -82.45602 -0.93472) + (xy -81.9531 -0.95758) (xy -81.45018 -0.97282) (xy -80.94726 -0.98044) (xy -80.44434 -0.98552) + (xy -79.94142 -0.98552) (xy -79.4385 -0.98044) (xy -78.93558 -0.96774) (xy -78.43266 -0.94996) + (xy -77.92974 -0.92456) (xy -77.42682 -0.889) (xy -76.9239 -0.84074) (xy -76.42352 -0.77724) + (xy -75.9206 -0.70104) (xy -75.41768 -0.61214) (xy -74.91476 -0.51562) (xy -74.41184 -0.4191) + (xy -73.90892 -0.32766) (xy -73.406 -0.25146) (xy -72.90308 -0.1905) (xy -72.40016 -0.14732) + (xy -71.89724 -0.1143) (xy -71.39432 -0.09398) (xy -70.8914 -0.08128) (xy -70.38848 -0.0762) + (xy -69.88556 -0.08128) (xy -69.38264 -0.09398) (xy -68.87972 -0.1143) (xy -68.3768 -0.14732) + (xy -67.87388 -0.1905) (xy -67.3735 -0.25146) (xy -66.87058 -0.32766) (xy -66.36766 -0.4191) + (xy -65.86474 -0.51562) (xy -65.36182 -0.61214) (xy -64.8589 -0.70104) (xy -64.35598 -0.77978) + (xy -63.85306 -0.84328) (xy -63.35014 -0.89408) (xy -62.84722 -0.93218) (xy -62.3443 -0.96012) + (xy -61.84138 -0.98044) (xy -61.33846 -0.99314) (xy -60.83554 -0.99822) (xy -60.33262 -1.00076) + (xy -59.8297 -0.99822) (xy -59.32678 -0.99314) (xy -58.82386 -0.98044) (xy -58.32348 -0.96012) + (xy -57.82056 -0.93218) (xy -57.31764 -0.89408) (xy -56.81472 -0.84328) (xy -56.3118 -0.77978) + (xy -55.80888 -0.70104) (xy -55.30596 -0.61214) (xy -54.80304 -0.51562) (xy -54.30012 -0.4191) + (xy -53.7972 -0.32766) (xy -53.29428 -0.25146) (xy -52.79136 -0.1905) (xy -52.28844 -0.14732) + (xy -51.78552 -0.1143) (xy -51.2826 -0.09398) (xy -50.77968 -0.08128) (xy -50.27676 -0.0762) + (xy -49.77384 -0.08128) (xy -49.27346 -0.09398) (xy -48.77054 -0.1143) (xy -48.26762 -0.14732) + (xy -47.7647 -0.1905) (xy -47.26178 -0.25146) (xy -46.75886 -0.32766) (xy -46.25594 -0.4191) + (xy -45.75302 -0.51562) (xy -45.2501 -0.61214) (xy -44.74718 -0.70104) (xy -44.24426 -0.77978) + (xy -43.74134 -0.84328) (xy -43.23842 -0.89408) (xy -42.7355 -0.93218) (xy -42.23258 -0.96012) + (xy -41.72966 -0.98044) (xy -41.22674 -0.99314) (xy -40.72382 -0.99822) (xy -40.22344 -1.00076) + (xy -39.72052 -0.99822) (xy -39.2176 -0.99314) (xy -38.71468 -0.98044) (xy -38.21176 -0.96012) + (xy -37.70884 -0.93218) (xy -37.20592 -0.89408) (xy -36.703 -0.84328) (xy -36.20008 -0.77978) + (xy -35.69716 -0.70104) (xy -35.19424 -0.61214) (xy -34.69132 -0.51562) (xy -34.1884 -0.4191) + (xy -33.68548 -0.32766) (xy -33.18256 -0.25146) (xy -32.67964 -0.1905) (xy -32.17672 -0.14732) + (xy -31.6738 -0.1143) (xy -31.17088 -0.09398) (xy -30.6705 -0.08128) (xy -30.16758 -0.0762) + (xy -29.66466 -0.08128) (xy -29.16174 -0.09398) (xy -28.65882 -0.1143) (xy -28.1559 -0.14732) + (xy -27.65298 -0.1905) (xy -27.15006 -0.25146) (xy -26.64714 -0.32766) (xy -26.14422 -0.4191) + (xy -25.6413 -0.51562) (xy -25.13838 -0.61214) (xy -24.63546 -0.70104) (xy -24.13254 -0.77978) + (xy -23.62962 -0.84328) (xy -23.1267 -0.89408) (xy -22.62378 -0.93218) (xy -22.12086 -0.96012) + (xy -21.62048 -0.98044) (xy -21.11756 -0.99314) (xy -20.61464 -0.99822) (xy -20.11172 -1.00076) + (xy -19.6088 -0.99822) (xy -19.10588 -0.99314) (xy -18.60296 -0.98044) (xy -18.10004 -0.96012) + (xy -17.59712 -0.93218) (xy -17.0942 -0.89408) (xy -16.59128 -0.84328) (xy -16.08836 -0.77978) + (xy -15.58544 -0.70104) (xy -15.08252 -0.61214) (xy -14.5796 -0.51562) (xy -14.07668 -0.4191) + (xy -13.57376 -0.32766) (xy -13.07084 -0.25146) (xy -12.57046 -0.1905) (xy -12.06754 -0.14732) + (xy -11.56462 -0.1143) (xy -11.0617 -0.09398) (xy -10.55878 -0.08128) (xy -10.05586 -0.0762) + (xy -9.55294 -0.08128) (xy -9.05002 -0.09398) (xy -8.5471 -0.1143) (xy -8.04418 -0.14732) + (xy -7.54126 -0.1905) (xy -7.03834 -0.25146) (xy -6.53542 -0.32766) (xy -6.0325 -0.4191) + (xy -5.52958 -0.51562) (xy -5.02666 -0.61214) (xy -4.52374 -0.70104) (xy -4.02082 -0.77978) + (xy -3.52044 -0.84328) (xy -3.01752 -0.89408) (xy -2.5146 -0.93218) (xy -2.01168 -0.96012) + (xy -1.50876 -0.98044) (xy -1.00584 -0.99314) (xy -0.50292 -0.99822) (xy 0 -1.00076) + (xy 0.50292 -0.99822) (xy 1.00584 -0.99314) (xy 1.50876 -0.98044) (xy 2.01168 -0.96012) + (xy 2.5146 -0.93218) (xy 3.01752 -0.89408) (xy 3.52044 -0.84328) (xy 4.02336 -0.77978) + (xy 4.52628 -0.70104) (xy 5.0292 -0.61214) (xy 5.52958 -0.51562) (xy 6.0325 -0.4191) + (xy 6.53542 -0.32766) (xy 7.03834 -0.25146) (xy 7.54126 -0.1905) (xy 8.04418 -0.14732) + (xy 8.5471 -0.1143) (xy 9.05002 -0.09398) (xy 9.55294 -0.08128) (xy 10.05586 -0.0762) + (xy 10.55878 -0.08128) (xy 11.0617 -0.09398) (xy 11.56462 -0.1143) (xy 12.06754 -0.14732) + (xy 12.57046 -0.1905) (xy 13.07338 -0.25146) (xy 13.5763 -0.32766) (xy 14.07922 -0.4191) + (xy 14.5796 -0.51562) (xy 15.08252 -0.61214) (xy 15.58544 -0.70104) (xy 16.08836 -0.77978) + (xy 16.59128 -0.84328) (xy 17.0942 -0.89408) (xy 17.59712 -0.93218) (xy 18.10004 -0.96012) + (xy 18.60296 -0.98044) (xy 19.10588 -0.99314) (xy 19.6088 -0.99822) (xy 20.11172 -1.00076) + (xy 20.61464 -0.99822) (xy 21.11756 -0.99314) (xy 21.62048 -0.98044) (xy 22.1234 -0.96012) + (xy 22.62632 -0.93218) (xy 23.12924 -0.89408) (xy 23.62962 -0.84328) (xy 24.13254 -0.77978) + (xy 24.63546 -0.70104) (xy 25.13838 -0.61214) (xy 25.6413 -0.51562) (xy 26.14422 -0.4191) + (xy 26.64714 -0.32766) (xy 27.15006 -0.25146) (xy 27.65298 -0.1905) (xy 28.1559 -0.14732) + (xy 28.65882 -0.1143) (xy 29.16174 -0.09398) (xy 29.66466 -0.08128) (xy 30.16758 -0.0762) + (xy 30.6705 -0.08128) (xy 31.17342 -0.09398) (xy 31.67634 -0.1143) (xy 32.17926 -0.14732) + (xy 32.67964 -0.1905) (xy 33.18256 -0.25146) (xy 33.68548 -0.32766) (xy 34.1884 -0.4191) + (xy 34.69132 -0.51562) (xy 35.19424 -0.61214) (xy 35.69716 -0.70104) (xy 36.20008 -0.77978) + (xy 36.703 -0.84328) (xy 37.20592 -0.89408) (xy 37.70884 -0.93218) (xy 38.21176 -0.96012) + (xy 38.71468 -0.98044) (xy 39.2176 -0.99314) (xy 39.72052 -0.99822) (xy 40.22344 -1.00076) + (xy 40.72636 -0.99822) (xy 41.22928 -0.99314) (xy 41.72966 -0.98044) (xy 42.23258 -0.96012) + (xy 42.7355 -0.93218) (xy 43.23842 -0.89408) (xy 43.74134 -0.84328) (xy 44.24426 -0.77978) + (xy 44.74718 -0.70104) (xy 45.2501 -0.61214) (xy 45.75302 -0.51562) (xy 46.25594 -0.4191) + (xy 46.75886 -0.32766) (xy 47.26178 -0.25146) (xy 47.7647 -0.1905) (xy 48.26762 -0.14732) + (xy 48.77054 -0.1143) (xy 49.27346 -0.09398) (xy 49.77638 -0.08128) (xy 50.2793 -0.0762) + (xy 50.77968 -0.08128) (xy 51.2826 -0.09398) (xy 51.78552 -0.1143) (xy 52.28844 -0.14732) + (xy 52.79136 -0.1905) (xy 53.29428 -0.25146) (xy 53.7972 -0.32766) (xy 54.30012 -0.4191) + (xy 54.80304 -0.51562) (xy 55.30596 -0.61214) (xy 55.80888 -0.70104) (xy 56.3118 -0.77978) + (xy 56.81472 -0.84328) (xy 57.31764 -0.89408) (xy 57.82056 -0.93218) (xy 58.32348 -0.96012) + (xy 58.8264 -0.98044) (xy 59.32932 -0.99314) (xy 59.83224 -0.99822) (xy 60.33262 -1.00076) + (xy 60.83554 -0.99822) (xy 61.33846 -0.99314) (xy 61.84138 -0.98044) (xy 62.3443 -0.96012) + (xy 62.84722 -0.93218) (xy 63.35014 -0.89408) (xy 63.85306 -0.84328) (xy 64.35598 -0.77978) + (xy 64.8589 -0.70104) (xy 65.36182 -0.61214) (xy 65.86474 -0.51562) (xy 66.36766 -0.4191) + (xy 66.87058 -0.32766) (xy 67.3735 -0.25146) (xy 67.87642 -0.1905) (xy 68.37934 -0.14732) + (xy 68.88226 -0.1143) (xy 69.38264 -0.09398) (xy 69.88556 -0.08128) (xy 70.38848 -0.0762) + (xy 70.8914 -0.08128) (xy 71.39432 -0.09398) (xy 71.89724 -0.1143) (xy 72.40016 -0.14732) + (xy 72.90308 -0.1905) (xy 73.406 -0.25146) (xy 73.90892 -0.32766) (xy 74.41184 -0.4191) + (xy 74.91476 -0.51562) (xy 75.41768 -0.61214) (xy 75.9206 -0.70104) (xy 76.42352 -0.77724) + (xy 76.92644 -0.84074) (xy 77.42936 -0.889) (xy 77.93228 -0.92456) (xy 78.43266 -0.94996) + (xy 78.93558 -0.96774) (xy 79.4385 -0.98044) (xy 79.94142 -0.98552) (xy 80.44434 -0.98552) + (xy 80.94726 -0.98044) (xy 81.45018 -0.97282) (xy 81.9531 -0.95758) (xy 82.45602 -0.93472) + (xy 82.95894 -0.90678) (xy 83.46186 -0.86614) (xy 83.96478 -0.81788) (xy 84.4677 -0.75692) + (xy 84.97062 -0.68834) (xy 85.47354 -0.61214) (xy 85.97646 -0.5334) (xy 86.47938 -0.45466) + (xy 86.9823 -0.381) (xy 87.48268 -0.32004) (xy 87.9856 -0.2667) (xy 88.48852 -0.2286) + (xy 88.99144 -0.19812) (xy 89.49436 -0.18034) (xy 89.99728 -0.17272) (xy 90.5002 -0.17272) + (xy 91.00312 -0.18034) (xy 91.50604 -0.19558) (xy 92.00896 -0.22098) (xy 92.51188 -0.25654) + (xy 93.0148 -0.29972) (xy 93.51772 -0.3556) (xy 94.02064 -0.41656) (xy 94.52356 -0.48006) + (xy 95.02648 -0.54864) (xy 95.5294 -0.61214) (xy 96.03232 -0.6731) (xy 96.5327 -0.72644) + (xy 97.03562 -0.77216) (xy 97.53854 -0.81026) (xy 98.04146 -0.8382) (xy 98.54438 -0.86106) + (xy 99.0473 -0.87884) (xy 99.55022 -0.889) (xy 100.05314 -0.89408) (xy 100.55606 -0.89408) + (xy 101.05898 -0.889) (xy 101.5619 -0.8763) (xy 102.06482 -0.86106) (xy 102.56774 -0.84074) + (xy 103.07066 -0.8128) (xy 103.57358 -0.78232) (xy 104.0765 -0.74422) (xy 104.57942 -0.70358) + (xy 105.08234 -0.65786) (xy 105.58272 -0.61214) (xy 106.08564 -0.56642) (xy 106.58856 -0.5207) + (xy 107.09148 -0.47752) (xy 107.5944 -0.43942) (xy 108.09732 -0.40894) (xy 108.60024 -0.38354) + (xy 109.10316 -0.36576) (xy 109.60608 -0.35306) (xy 110.109 -0.35052) (xy 110.61192 -0.35052) + (xy 111.11484 -0.36068) (xy 111.61776 -0.37338) (xy 112.12068 -0.3937) (xy 112.6236 -0.41656) + (xy 113.12652 -0.44704) (xy 113.62944 -0.47752) (xy 114.13236 -0.51054) (xy 114.63274 -0.5461) + (xy 115.13566 -0.57912) (xy 115.63858 -0.61214) (xy 116.1415 -0.64262) (xy 116.64442 -0.66802) + (xy 117.14734 -0.69342) (xy 117.65026 -0.7112) (xy 118.15318 -0.72898) (xy 118.6561 -0.73914) + (xy 119.15902 -0.7493) (xy 119.66194 -0.75184) (xy 120.16486 -0.75438) (xy 120.66778 -0.75184) + (xy 121.1707 -0.74422) (xy 121.67362 -0.7366) (xy 122.17654 -0.72644) (xy 122.67946 -0.7112) + (xy 123.18238 -0.69596) (xy 123.68276 -0.68072) (xy 124.18568 -0.66294) (xy 124.6886 -0.64516) + (xy 125.19152 -0.62738) (xy 125.69444 -0.61214) (xy 126.19736 -0.5969) (xy 126.70028 -0.5842) + (xy 127.2032 -0.57404) (xy 127.70612 -0.56388) (xy 128.20904 -0.5588) (xy 128.71196 -0.55372) + (xy 129.21488 -0.55372) (xy 129.7178 -0.55372) (xy 130.22072 -0.55626) (xy 130.72364 -0.56134) + (xy 131.22656 -0.56642) (xy 131.72948 -0.57404) (xy 132.2324 -0.58166) (xy 132.73278 -0.58674) + (xy 133.2357 -0.59436) (xy 133.73862 -0.59944) (xy 134.24154 -0.60452) (xy 134.74446 -0.6096) + (xy 135.24738 -0.61214) (xy 135.7503 -0.61214) (xy 135.7503 0)) (layer Dessus.Cu) (width 0.3048)) + (pad 2 smd rect (at -135.7503 -0.3048) (size 0.61214 0.61214) + (layers Dessus.Cu) + ) + (pad 1 smd rect (at 135.7503 -0.3048) (size 0.61214 0.61214) + (layers Dessus.Cu) + ) + ) + + (gr_line (start 203.50988 120.54332) (end 203.50988 120.55348) (angle 90) (layer Dwgs.User) (width 0.3048)) + (gr_line (start 202.84694 120.54332) (end 203.50988 120.54332) (angle 90) (layer Dwgs.User) (width 0.3048)) + (gr_line (start 162.4076 120.38076) (end 164.10178 120.38076) (angle 90) (layer Dwgs.User) (width 0.3048)) + (gr_line (start 59.69 201.93) (end 59.69 81.28) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 351.79 201.93) (end 59.69 201.93) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 351.79 81.28) (end 351.79 201.93) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 59.69 81.28) (end 351.79 81.28) (angle 90) (layer Edge.Cuts) (width 0.3048)) + +) diff --git a/demos/microwave/microwave.pro b/demos/microwave/microwave.pro new file mode 100644 index 0000000..850c5e2 --- /dev/null +++ b/demos/microwave/microwave.pro @@ -0,0 +1,6 @@ +update=4/5/2005-08:37:34 +last_client=kicad +[general] +version=1 +RootSch=microwave.sch +BoardNm=microwave.brd diff --git a/demos/microwave/shape1.txt b/demos/microwave/shape1.txt new file mode 100644 index 0000000..8c9de97 --- /dev/null +++ b/demos/microwave/shape1.txt @@ -0,0 +1,547 @@ +Unit=MM +XScale=271.501 +YScale=1.00133 + +$COORD +0 0.6112600148417837 +0.001851851851851852 0.6104800531118608 +0.003703703703703704 0.6081757281507512 +0.005555555555555557 0.6044531055618283 +0.007407407407407408 0.599486762516193 +0.009259259259259259 0.5935160158642286 +0.011111111111111113 0.5868388504889748 +0.012962962962962964 0.5798030837911864 +0.014814814814814815 0.5727945435109563 +0.01666666666666667 0.5662224098001487 +0.018518518518518517 0.5605022804213778 +0.020370370370370372 0.5560378433445655 +0.022222222222222227 0.553202190998946 +0.024074074074074078 0.5523197577184014 +0.02592592592592593 0.553649664241613 +0.02777777777777778 0.5573710353040977 +0.02962962962962963 0.5635707555653804 +0.031481481481481485 0.572234223741259 +0.03333333333333334 0.5832399194250434 +0.03518518518518519 0.5963588544290375 +0.037037037037037035 0.6112600148417837 +0.038888888888888896 0.6275225190204103 +0.040740740740740744 0.6446543704173731 +0.042592592592592605 0.6621165251087465 +0.04444444444444445 0.6793498472037356 +0.046296296296296294 0.6958017696903088 +0.048148148148148155 0.7109493917236018 +0.05 0.7243163902363279 +0.05185185185185186 0.7354823381126933 +0.05370370370370371 0.744084487228675 +0.05555555555555556 0.7498134547244848 +0.057407407407407414 0.7524052953363638 +0.05925925925925926 0.7516330377591058 +0.061111111111111116 0.7473009105429774 +0.06296296296296297 0.7392442363225176 +0.06481481481481483 0.7273373672784776 +0.06666666666666668 0.7115110433113251 +0.06851851851851852 0.6917790963735535 +0.07037037037037037 0.6682724318714942 +0.07222222222222223 0.6412757623843693 +0.07407407407407407 0.6112600148417837 +0.07592592592592594 0.5789014449739935 +0.07777777777777779 0.5450783763694819 +0.07962962962962963 0.5108392228036683 +0.08148148148148149 0.4773414562975137 +0.08333333333333333 0.44576943778659933 +0.08518518518518521 0.41724683363822496 +0.08703703703703705 0.3927630768718494 +0.0888888888888889 0.3731302890362308 +0.09074074074074075 0.35897743359238754 +0.09259259259259259 0.3507757948758571 +0.09444444444444446 0.348879318022291 +0.09629629629629631 0.3535586425965462 +0.09814814814814816 0.36500954362118593 +0.1 0.38332379278761564 +0.10185185185185185 0.40842211881882806 +0.10370370370370371 0.4399638668882644 +0.10555555555555557 0.47726249580089236 +0.10740740740740742 0.5192431283719975 +0.10925925925925926 0.5644712436976586 +0.11111111111111112 0.6112600148417835 +0.11296296296296297 0.6578363562782682 +0.11481481481481483 0.7025253239861248 +0.11666666666666668 0.7439081525488906 +0.11851851851851852 0.7809210707767429 +0.12037037037037038 0.8128826400111351 +0.12222222222222223 0.8394571019035619 +0.12407407407407409 0.860573539216722 +0.12592592592592594 0.8763239779680684 +0.12777777777777777 0.8868601876540964 +0.12962962962962965 0.8923026289797253 +0.1314814814814815 0.8926690199367778 +0.13333333333333336 0.887826240785074 +0.1351851851851852 0.877468318320662 +0.13703703703703704 0.86112455626706 +0.1388888888888889 0.838204317918709 +0.14074074074074075 0.8080866395542506 +0.1425925925925926 0.7702611358114759 +0.14444444444444446 0.7245184220845895 +0.14629629629629629 0.6711710154768866 +0.14814814814814814 0.6112600148417842 +0.15000000000000002 0.546676126530793 +0.15185185185185188 0.48011208572084635 +0.15370370370370373 0.414788804305345 +0.15555555555555559 0.35397256654700704 +0.1574074074074074 0.3004083420077615 +0.15925925925925927 0.2558769436179474 +0.16111111111111112 0.22106712840325926 +0.16296296296296298 0.19581146666689886 +0.16481481481481483 0.17954337713547525 +0.16666666666666666 0.17173784855015767 +0.16851851851851854 0.17218094626798014 +0.17037037037037042 0.181081777261482 +0.17222222222222225 0.1991072026882523 +0.1740740740740741 0.22731824825729188 +0.17592592592592593 0.266873896520806 +0.1777777777777778 0.31844190919299903 +0.17962962962962967 0.38150219597472734 +0.1814814814814815 0.4539098109114302 +0.18333333333333335 0.5320043789351214 +0.18518518518518517 0.6112600148417837 +0.18703703703703706 0.6871928049136522 +0.1888888888888889 0.7561626376023101 +0.19074074074074077 0.815825806547097 +0.19259259259259262 0.8651911577371734 +0.19444444444444445 0.9043819907193135 +0.19629629629629633 0.9342591495117966 +0.19814814814814818 0.956036932842215 +0.2 0.9709673171254489 +0.20185185185185187 0.9801153275130516 +0.2037037037037037 0.984215113262963 +0.20555555555555557 0.9835831393023908 +0.20740740740740743 0.9780662862273402 +0.20925925925925928 0.9670128027064302 +0.21111111111111114 0.9492694576258127 +0.21296296296296297 0.9232271230909701 +0.21481481481481485 0.886957055218297 +0.2166666666666667 0.8384948946691764 +0.21851851851851853 0.7763245296557731 +0.22037037037037038 0.700066255828527 +0.22222222222222224 0.6112600148417849 +0.2240740740740741 0.5148310891799976 +0.22592592592592595 0.4180443767070181 +0.2277777777777778 0.3282796039274866 +0.22962962962962966 0.25170232423351135 +0.2314814814814815 0.19141876175976152 +0.23333333333333336 0.14690924622604876 +0.23518518518518522 0.11527873802605577 +0.23703703703703705 0.09356447116658453 +0.2388888888888889 0.08040518672963767 +0.24074074074074076 0.07592167203396542 +0.2425925925925926 0.08040518672963677 +0.24444444444444446 0.09356447116658362 +0.24629629629629632 0.11527873802605487 +0.24814814814814817 0.14690924622604604 +0.25 0.19141876175976127 +0.2518518518518519 0.25170232423351185 +0.25370370370370376 0.3282796039274873 +0.25555555555555554 0.4180443767070198 +0.2574074074074074 0.5148310891799965 +0.2592592592592593 0.6112600148417834 +0.2611111111111111 0.70073258758033 +0.262962962962963 0.7787171652994143 +0.26481481481481484 0.8430877397863978 +0.2666666666666667 0.8937520762332646 +0.2685185185185185 0.9319602167917431 +0.2703703703703704 0.9596079770487871 +0.27222222222222225 0.9786975551923163 +0.2740740740740741 0.9909906188751259 +0.2759259259259259 0.9978199685378885 +0.2777777777777778 1.0000046817261843 +0.2796296296296297 0.9978199685378887 +0.2814814814814815 0.9909906188751264 +0.2833333333333334 0.9786975551923158 +0.2851851851851852 0.9596079770487871 +0.28703703703703703 0.9319602167917431 +0.2888888888888889 0.8937520762332638 +0.2907407407407408 0.8430877397863968 +0.29259259259259257 0.7787171652994135 +0.29444444444444445 0.7007325875803306 +0.2962962962962963 0.6112600148417852 +0.29814814814814816 0.5148310891799975 +0.30000000000000004 0.41804437670702094 +0.30185185185185187 0.3282796039274866 +0.30370370370370375 0.2517023242335098 +0.3055555555555556 0.19141876175976152 +0.30740740740740746 0.14690924622604876 +0.30925925925925923 0.11527873802605487 +0.31111111111111117 0.09356447116658453 +0.312962962962963 0.08040518672963586 +0.3148148148148148 0.07592167203396542 +0.3166666666666667 0.08040518672963677 +0.31851851851851853 0.09356447116658362 +0.3203703703703704 0.11527873802605441 +0.32222222222222224 0.14690924622604604 +0.3240740740740741 0.1914187617597604 +0.32592592592592595 0.25170232423351163 +0.3277777777777778 0.32827960392748534 +0.32962962962962966 0.41804437670701916 +0.33148148148148154 0.5148310891799994 +0.3333333333333333 0.6112600148417834 +0.33518518518518525 0.7007325875803301 +0.3370370370370371 0.7787171652994124 +0.3388888888888889 0.8430877397863971 +0.34074074074074084 0.8937520762332655 +0.3425925925925926 0.9319602167917429 +0.3444444444444445 0.9596079770487871 +0.34629629629629627 0.9786975551923156 +0.3481481481481482 0.9909906188751259 +0.35000000000000003 0.9978199685378888 +0.35185185185185186 1.0000046817261843 +0.35370370370370374 0.9978199685378887 +0.3555555555555556 0.9909906188751261 +0.35740740740740745 0.9786975551923159 +0.35925925925925933 0.9596079770487872 +0.36111111111111116 0.9319602167917432 +0.362962962962963 0.8937520762332641 +0.3648148148148149 0.8430877397863957 +0.3666666666666667 0.7787171652994135 +0.3685185185185186 0.7007325875803293 +0.37037037037037035 0.6112600148417852 +0.3722222222222223 0.5148310891799979 +0.3740740740740741 0.4180443767070169 +0.37592592592592594 0.32827960392748595 +0.3777777777777778 0.2517023242335098 +0.37962962962962965 0.1914187617597622 +0.38148148148148153 0.14690924622604604 +0.3833333333333334 0.11527873802605396 +0.38518518518518524 0.09356447116658227 +0.38703703703703707 0.08040518672963767 +0.3888888888888889 0.07592167203396542 +0.3907407407407408 0.08040518672963767 +0.39259259259259266 0.09356447116658362 +0.39444444444444443 0.11527873802605669 +0.39629629629629637 0.14690924622604967 +0.3981481481481482 0.19141876175976105 +0.4 0.2517023242335096 +0.40185185185185196 0.3282796039274907 +0.40370370370370373 0.41804437670701894 +0.4055555555555556 0.5148310891799994 +0.4074074074074074 0.6112600148417809 +0.4092592592592593 0.700732587580332 +0.41111111111111115 0.7787171652994156 +0.412962962962963 0.8430877397863958 +0.41481481481481486 0.8937520762332644 +0.4166666666666667 0.9319602167917428 +0.41851851851851857 0.9596079770487873 +0.42037037037037045 0.9786975551923159 +0.4222222222222223 0.9909906188751261 +0.4240740740740741 0.9978199685378888 +0.42592592592592593 1.0000046817261843 +0.4277777777777778 0.9978199685378888 +0.4296296296296297 0.9909906188751255 +0.43148148148148147 0.9786975551923159 +0.4333333333333334 0.9596079770487872 +0.43518518518518523 0.9319602167917426 +0.43703703703703706 0.8937520762332641 +0.438888888888889 0.8430877397863957 +0.44074074074074077 0.7787171652994149 +0.44259259259259265 0.7007325875803279 +0.4444444444444445 0.6112600148417849 +0.44629629629629636 0.5148310891799979 +0.4481481481481482 0.41804437670701844 +0.45 0.3282796039274875 +0.4518518518518519 0.2517023242335096 +0.4537037037037037 0.1914187617597624 +0.4555555555555556 0.14690924622604556 +0.4574074074074075 0.11527873802605396 +0.4592592592592593 0.09356447116658227 +0.46111111111111114 0.08040518672963767 +0.462962962962963 0.07592167203396542 +0.46481481481481485 0.08040518672963767 +0.46666666666666673 0.09356447116658362 +0.46851851851851856 0.11527873802605669 +0.47037037037037044 0.1469092462260474 +0.4722222222222222 0.19141876175976105 +0.4740740740740741 0.25170232423351 +0.475925925925926 0.32827960392749045 +0.4777777777777778 0.41804437670701927 +0.4796296296296297 0.5148310891799983 +0.4814814814814815 0.6112600148417852 +0.4833333333333334 0.7007325875803319 +0.4851851851851852 0.7787171652994154 +0.4870370370370371 0.8430877397863961 +0.48888888888888893 0.893752076233264 +0.4907407407407408 0.9319602167917428 +0.49259259259259264 0.9596079770487873 +0.4944444444444445 0.9786975551923159 +0.49629629629629635 0.9909906188751261 +0.49814814814814823 0.9978199685378888 +0.5 1.0000046817261843 +0.501851851851852 0.9978199685378888 +0.5037037037037038 0.9909906188751255 +0.5055555555555555 0.9786975551923159 +0.5074074074074075 0.9596079770487872 +0.5092592592592593 0.9319602167917427 +0.5111111111111111 0.8937520762332641 +0.5129629629629631 0.8430877397863957 +0.5148148148148148 0.7787171652994154 +0.5166666666666667 0.7007325875803279 +0.5185185185185186 0.6112600148417849 +0.5203703703703704 0.5148310891799982 +0.5222222222222223 0.41804437670701927 +0.5240740740740741 0.3282796039274875 +0.525925925925926 0.25170232423351 +0.5277777777777778 0.1914187617597624 +0.5296296296296297 0.14690924622604556 +0.5314814814814816 0.11527873802605441 +0.5333333333333334 0.09356447116658362 +0.5351851851851852 0.08040518672963767 +0.537037037037037 0.07592167203396542 +0.538888888888889 0.08040518672963767 +0.5407407407407409 0.09356447116658362 +0.5425925925925926 0.11527873802605669 +0.5444444444444445 0.1469092462260474 +0.5462962962962963 0.19141876175976083 +0.5481481481481482 0.25170232423351 +0.5500000000000002 0.32827960392749045 +0.5518518518518518 0.41804437670701927 +0.5537037037037037 0.5148310891799982 +0.5555555555555556 0.6112600148417807 +0.5574074074074075 0.7007325875803317 +0.5592592592592593 0.7787171652994154 +0.5611111111111111 0.8430877397863957 +0.562962962962963 0.8937520762332641 +0.5648148148148149 0.9319602167917427 +0.5666666666666668 0.9596079770487872 +0.5685185185185185 0.9786975551923159 +0.5703703703703704 0.9909906188751261 +0.5722222222222223 0.9978199685378888 +0.5740740740740741 1.0000046817261843 +0.5759259259259261 0.9978199685378888 +0.5777777777777778 0.990990618875126 +0.5796296296296296 0.9786975551923159 +0.5814814814814816 0.9596079770487873 +0.5833333333333334 0.9319602167917428 +0.5851851851851851 0.893752076233264 +0.5870370370370371 0.8430877397863961 +0.5888888888888889 0.7787171652994154 +0.5907407407407408 0.700732587580328 +0.5925925925925926 0.6112600148417852 +0.5944444444444444 0.5148310891799983 +0.5962962962962963 0.41804437670701927 +0.5981481481481483 0.3282796039274837 +0.6000000000000001 0.25170232423351363 +0.6018518518518519 0.1914187617597624 +0.6037037037037037 0.14690924622604556 +0.6055555555555556 0.11527873802605441 +0.6074074074074075 0.09356447116658 +0.6092592592592592 0.08040518672963767 +0.6111111111111112 0.07592167203396542 +0.612962962962963 0.08040518672963767 +0.6148148148148149 0.09356447116658227 +0.6166666666666668 0.11527873802605532 +0.6185185185185185 0.14690924622604556 +0.6203703703703703 0.19141876175976083 +0.6222222222222223 0.2517023242335096 +0.6240740740740742 0.32827960392749084 +0.625925925925926 0.41804437670702244 +0.6277777777777778 0.5148310891799933 +0.6296296296296297 0.6112600148417849 +0.6314814814814815 0.7007325875803313 +0.6333333333333334 0.7787171652994149 +0.6351851851851853 0.8430877397863983 +0.6370370370370371 0.8937520762332641 +0.638888888888889 0.9319602167917426 +0.6407407407407408 0.9596079770487872 +0.6425925925925926 0.9786975551923159 +0.6444444444444445 0.9909906188751264 +0.6462962962962963 0.9978199685378885 +0.6481481481481483 1.0000046817261843 +0.65 0.9978199685378888 +0.6518518518518519 0.990990618875126 +0.6537037037037038 0.9786975551923153 +0.6555555555555556 0.9596079770487881 +0.6574074074074074 0.9319602167917428 +0.6592592592592593 0.8937520762332644 +0.6611111111111112 0.8430877397863958 +0.6629629629629631 0.7787171652994119 +0.6648148148148149 0.700732587580332 +0.6666666666666666 0.6112600148417853 +0.6685185185185185 0.5148310891799994 +0.6703703703703705 0.41804437670701894 +0.6722222222222224 0.3282796039274832 +0.6740740740740742 0.2517023242335123 +0.6759259259259259 0.19141876175976402 +0.6777777777777778 0.14690924622604556 +0.6796296296296297 0.11527873802605487 +0.6814814814814817 0.09356447116658317 +0.6833333333333332 0.08040518672963767 +0.6851851851851852 0.07592167203396542 +0.6870370370370371 0.08040518672963767 +0.688888888888889 0.09356447116658227 +0.6907407407407408 0.11527873802605532 +0.6925925925925925 0.14690924622604604 +0.6944444444444444 0.19141876175975991 +0.6962962962962964 0.2517023242335098 +0.6981481481481483 0.32827960392748967 +0.7000000000000001 0.4180443767070223 +0.7018518518518518 0.5148310891799933 +0.7037037037037037 0.6112600148417806 +0.7055555555555556 0.7007325875803315 +0.7074074074074075 0.7787171652994154 +0.7092592592592594 0.8430877397863984 +0.7111111111111112 0.893752076233266 +0.712962962962963 0.9319602167917425 +0.7148148148148149 0.9596079770487872 +0.7166666666666667 0.9786975551923159 +0.7185185185185187 0.9909906188751264 +0.7203703703703705 0.9978199685378889 +0.7222222222222223 1.0000046817261843 +0.7240740740740741 0.9978199685378888 +0.725925925925926 0.990990618875126 +0.7277777777777779 0.9786975551923153 +0.7296296296296299 0.9596079770487863 +0.7314814814814815 0.9319602167917429 +0.7333333333333334 0.8937520762332644 +0.7351851851851853 0.8430877397863963 +0.7370370370370372 0.7787171652994124 +0.738888888888889 0.7007325875803283 +0.7407407407407407 0.6112600148417854 +0.7425925925925926 0.5148310891799994 +0.7444444444444446 0.41804437670701916 +0.7462962962962965 0.3282796039274832 +0.7481481481481482 0.2517023242335075 +0.75 0.1914187617597624 +0.7518518518518519 0.14690924622604512 +0.7537037037037038 0.11527873802605487 +0.7555555555555556 0.09356447116658317 +0.7574074074074075 0.08040518672963497 +0.7592592592592593 0.07592167203396542 +0.7611111111111112 0.08040518672963767 +0.7629629629629631 0.09356447116658453 +0.7648148148148148 0.11527873802605487 +0.7666666666666668 0.1469092462260492 +0.7685185185185186 0.1914187617597622 +0.7703703703703705 0.2517023242335098 +0.7722222222222223 0.32827960392748967 +0.7740740740740741 0.41804437670701877 +0.775925925925926 0.5148310891800024 +0.7777777777777778 0.6112600148417852 +0.7796296296296298 0.7000662558285229 +0.7814814814814816 0.7763245296557746 +0.7833333333333334 0.8384948946691805 +0.7851851851851853 0.8869570552182992 +0.7870370370370371 0.9232271230909694 +0.7888888888888889 0.9492694576258136 +0.7907407407407407 0.9670128027064302 +0.7925925925925927 0.9780662862273405 +0.7944444444444446 0.9835831393023908 +0.7962962962962964 0.984215113262963 +0.7981481481481482 0.9801153275130515 +0.8 0.970967317125449 +0.8018518518518519 0.9560369328422141 +0.8037037037037039 0.9342591495117945 +0.8055555555555556 0.9043819907193148 +0.8074074074074075 0.8651911577371731 +0.8092592592592593 0.8158258065470932 +0.8111111111111112 0.7561626376023086 +0.8129629629629631 0.6871928049136468 +0.8148148148148148 0.6112600148417889 +0.8166666666666668 0.5320043789351223 +0.8185185185185186 0.4539098109114265 +0.8203703703703705 0.38150219597472734 +0.8222222222222223 0.31844190919299376 +0.8240740740740741 0.26687389652080645 +0.825925925925926 0.22731824825729463 +0.827777777777778 0.19910720268825208 +0.8296296296296297 0.18108177726148109 +0.8314814814814816 0.17218094626798014 +0.8333333333333334 0.17173784855015767 +0.8351851851851853 0.17954337713547572 +0.8370370370370371 0.19581146666689908 +0.838888888888889 0.22106712840326107 +0.8407407407407409 0.25587694361794805 +0.8425925925925927 0.3004083420077604 +0.8444444444444446 0.35397256654700726 +0.8462962962962963 0.41478880430534454 +0.8481481481481482 0.4801120857208489 +0.8500000000000001 0.5466761265307919 +0.8518518518518519 0.6112600148417815 +0.8537037037037039 0.671171015476887 +0.8555555555555556 0.7245184220845888 +0.8574074074074075 0.770261135811477 +0.8592592592592594 0.8080866395542531 +0.8611111111111112 0.838204317918707 +0.8629629629629629 0.8611245562670603 +0.8648148148148149 0.8774683183206623 +0.8666666666666668 0.8878262407850736 +0.8685185185185187 0.8926690199367775 +0.8703703703703705 0.8923026289797253 +0.8722222222222222 0.8868601876540964 +0.8740740740740741 0.8763239779680679 +0.8759259259259261 0.860573539216722 +0.877777777777778 0.839457101903561 +0.8796296296296297 0.8128826400111351 +0.8814814814814815 0.7809210707767439 +0.8833333333333334 0.7439081525488904 +0.8851851851851853 0.7025253239861226 +0.8870370370370372 0.6578363562782673 +0.888888888888889 0.6112600148417849 +0.8907407407407408 0.5644712436976566 +0.8925925925925927 0.5192431283719975 +0.8944444444444446 0.47726249580089064 +0.8962962962962964 0.4399638668882644 +0.8981481481481481 0.4084221188188298 +0.9 0.38332379278761614 +0.901851851851852 0.3650095436211867 +0.9037037037037038 0.3535586425965464 +0.9055555555555557 0.3488793180222912 +0.9074074074074074 0.3507757948758571 +0.9092592592592593 0.3589774335923883 +0.9111111111111112 0.37313028903623147 +0.9129629629629631 0.3927630768718494 +0.914814814814815 0.41724683363822646 +0.9166666666666667 0.44576943778659933 +0.9185185185185186 0.47734145629751373 +0.9203703703703704 0.5108392228036693 +0.9222222222222223 0.5450783763694812 +0.9240740740740743 0.5789014449739956 +0.925925925925926 0.6112600148417845 +0.9277777777777778 0.6412757623843682 +0.9296296296296297 0.6682724318714947 +0.9314814814814816 0.6917790963735548 +0.9333333333333335 0.7115110433113251 +0.9351851851851852 0.7273373672784774 +0.9370370370370371 0.7392442363225181 +0.938888888888889 0.7473009105429775 +0.9407407407407409 0.7516330377591053 +0.9425925925925928 0.7524052953363636 +0.9444444444444444 0.7498134547244848 +0.9462962962962964 0.7440844872286745 +0.9481481481481482 0.7354823381126927 +0.9500000000000002 0.7243163902363281 +0.951851851851852 0.7109493917236009 +0.9537037037037036 0.695801769690309 +0.9555555555555556 0.6793498472037361 +0.9574074074074076 0.662116525108746 +0.9592592592592594 0.6446543704173732 +0.9611111111111112 0.6275225190204095 +0.962962962962963 0.6112600148417837 +0.9648148148148148 0.5963588544290377 +0.9666666666666668 0.5832399194250436 +0.9685185185185187 0.5722342237412583 +0.9703703703703704 0.5635707555653802 +0.9722222222222222 0.5573710353040976 +0.9740740740740742 0.5536496642416132 +0.975925925925926 0.5523197577184019 +0.9777777777777779 0.5532021909989459 +0.9796296296296299 0.5560378433445659 +0.9814814814814816 0.5605022804213778 +0.9833333333333334 0.5662224098001489 +0.9851851851851853 0.5727945435109563 +0.987037037037037 0.5798030837911864 +0.988888888888889 0.5868388504889752 +0.9907407407407408 0.5935160158642286 +0.9925925925925927 0.5994867625161924 +0.9944444444444445 0.6044531055618283 +0.9962962962962965 0.6081757281507512 +0.9981481481481482 0.6104800531118608 +1. 0.6112600148417837 +$ENDCOORD diff --git a/demos/pic_programmer/fp-lib-table b/demos/pic_programmer/fp-lib-table new file mode 100644 index 0000000..9308deb --- /dev/null +++ b/demos/pic_programmer/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (lib (name footprints)(type KiCad)(uri ${KIPRJMOD}/libs/pic_programmer_fp.pretty)(options "")(descr "project specific")) + (lib (name sockets)(type KiCad)(uri ${KISYSMOD}/Sockets.pretty)(options "")(descr "")) +) diff --git a/demos/pic_programmer/libs/pic_programmer_fp.pretty/1pin-4.kicad_mod b/demos/pic_programmer/libs/pic_programmer_fp.pretty/1pin-4.kicad_mod new file mode 100644 index 0000000..adff1e5 --- /dev/null +++ b/demos/pic_programmer/libs/pic_programmer_fp.pretty/1pin-4.kicad_mod @@ -0,0 +1,12 @@ +(module 1pin-4 (layer F.Cu) (tedit 5401E012) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (fp_text reference 1PIN-4 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value P103 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) +) diff --git a/demos/pic_programmer/libs/pic_programmer_schlib.lib b/demos/pic_programmer/libs/pic_programmer_schlib.lib new file mode 100644 index 0000000..eaebdde --- /dev/null +++ b/demos/pic_programmer/libs/pic_programmer_schlib.lib @@ -0,0 +1,606 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 24C16 +# +DEF 24C16 U 0 30 Y Y 1 F N +F0 "U" 150 350 60 H V C CNN +F1 "24C16" 200 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 24C512 +DRAW +X GND 4 0 -500 200 U 60 60 0 0 W +X VCC 8 0 500 200 D 60 60 0 0 W +S -400 -300 400 300 1 1 0 N +X A0 1 -700 200 300 R 60 60 1 1 I +X A1 2 -700 100 300 R 60 60 1 1 I +X A2 3 -700 0 300 R 60 60 1 1 I +X SDA 5 700 -200 300 L 60 60 1 1 B +X SCL 6 700 -100 300 L 60 60 1 1 I +X WP 7 700 100 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LT1372 +# +DEF LT1372 U 0 30 Y Y 1 F N +F0 "U" 600 500 60 H V C CNN +F1 "LT1372" -500 500 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LT1373 +DRAW +S -700 -400 700 400 0 1 0 N +X Vc 1 250 -700 300 U 60 60 1 1 I +X FB+ 2 1000 -250 300 L 60 60 1 1 I +X FB- 3 -1000 250 300 R 60 60 1 1 P +X S/S 4 -1000 -250 300 R 60 60 1 1 P +X Vin 5 0 700 300 D 60 60 1 1 W +X GND_S 6 -150 -700 300 U 60 60 1 1 I +X GND 7 -300 -700 300 U 60 60 1 1 I +X Vsw 8 1000 250 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# NPN +# +DEF NPN Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 50 H V R CNN +F1 "NPN" 0 150 50 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PIC12C508A +# +DEF PIC12C508A U 0 40 Y Y 1 F N +F0 "U" 0 700 60 H V C CNN +F1 "PIC12C508A" 0 -650 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS PIC12C509A +DRAW +S 400 -600 -450 650 0 1 0 N +X VDD 1 -750 500 300 R 50 50 1 1 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 1 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 1 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 1 I +X GP2 5 700 -500 300 L 50 50 1 1 I +X GP1 6 700 -200 300 L 50 50 1 1 I +X GP0 7 700 200 300 L 50 50 1 1 I +X VSS 8 700 500 300 L 50 50 1 1 W +X VDD 1 -750 500 300 R 50 50 1 2 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 2 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 2 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 2 I +X GP2 5 700 -500 300 L 50 50 1 2 I +X GP1 6 700 -200 300 L 50 50 1 2 I +X GP0 7 700 200 300 L 50 50 1 2 I +X VSS 8 700 500 300 L 50 50 1 2 W +ENDDRAW +ENDDEF +# +# PIC16F54 +# +DEF PIC16F54 U? 0 40 Y Y 1 F N +F0 "U?" 0 -750 60 H V C CNN +F1 "PIC16F54" 0 800 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 700 450 -700 0 1 0 N +X RA2 1 -800 600 300 R 50 50 1 1 B +X RA3 2 -800 450 300 R 50 50 1 1 B +X T0ckl 3 -800 300 300 R 50 50 1 1 O +X MCLR 4 -800 150 300 R 50 50 1 1 I +X VSS 5 -800 0 300 R 50 50 1 1 W +X RB0 6 -800 -150 300 R 50 50 1 1 B +X RB1 7 -800 -300 300 R 50 50 1 1 B +X RB2 8 -800 -450 300 R 50 50 1 1 B +X RB3 9 -800 -600 300 R 50 50 1 1 B +X RB4 10 750 -600 300 L 50 50 1 1 B +X RB5 11 750 -450 300 L 50 50 1 1 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 1 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 1 B +X VDD 14 750 0 300 L 50 50 1 1 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 1 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 1 I +X RA0 17 750 450 300 L 50 50 1 1 B +X RA1 18 750 600 300 L 50 50 1 1 B +X RA2 1 -800 600 300 R 50 50 1 2 B +X RA3 2 -800 450 300 R 50 50 1 2 B +X T0ckl 3 -800 300 300 R 50 50 1 2 O +X MCLR 4 -800 150 300 R 50 50 1 2 I +X VSS 5 -800 0 300 R 50 50 1 2 W +X RB0 6 -800 -150 300 R 50 50 1 2 B +X RB1 7 -800 -300 300 R 50 50 1 2 B +X RB2 8 -800 -450 300 R 50 50 1 2 B +X RB3 9 -800 -600 300 R 50 50 1 2 B +X RB4 10 750 -600 300 L 50 50 1 2 B +X RB5 11 750 -450 300 L 50 50 1 2 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 2 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 2 B +X VDD 14 750 0 300 L 50 50 1 2 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 2 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 2 I +X RA0 17 750 450 300 L 50 50 1 2 B +X RA1 18 750 600 300 L 50 50 1 2 B +ENDDRAW +ENDDEF +# +# PNP +# +DEF PNP Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 60 H V R CNN +F1 "PNP" 0 150 60 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP28 +# +DEF SUPP28 J 0 40 Y Y 1 F N +F0 "J" 0 100 70 H V C CNN +F1 "SUPP28" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -750 300 750 0 1 0 N +X 1 1 -600 650 300 R 60 60 1 1 P +X 2 2 -600 550 300 R 60 60 1 1 P +X 3 3 -600 450 300 R 60 60 1 1 P +X 4 4 -600 350 300 R 60 60 1 1 P +X 5 5 -600 250 300 R 60 60 1 1 P +X 6 6 -600 150 300 R 60 60 1 1 P +X 7 7 -600 50 300 R 60 60 1 1 P +X 8 8 -600 -50 300 R 60 60 1 1 P +X 9 9 -600 -150 300 R 60 60 1 1 P +X 10 10 -600 -250 300 R 60 60 1 1 P +X 20 20 600 -150 300 L 60 60 1 1 P +X 11 11 -600 -350 300 R 60 60 1 1 P +X 21 21 600 -50 300 L 60 60 1 1 P +X 12 12 -600 -450 300 R 60 60 1 1 P +X 22 22 600 50 300 L 60 60 1 1 P +X 13 13 -600 -550 300 R 60 60 1 1 P +X 23 23 600 150 300 L 60 60 1 1 P +X 14 14 -600 -650 300 R 60 60 1 1 P +X 24 24 600 250 300 L 60 60 1 1 P +X 15 15 600 -650 300 L 60 60 1 1 P +X 25 25 600 350 300 L 60 60 1 1 P +X 16 16 600 -550 300 L 60 60 1 1 P +X 26 26 600 450 300 L 60 60 1 1 P +X 17 17 600 -450 300 L 60 60 1 1 P +X 27 27 600 550 300 L 60 60 1 1 P +X 18 18 600 -350 300 L 60 60 1 1 P +X 28 28 600 650 300 L 60 60 1 1 P +X 19 19 600 -250 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP40 +# +DEF SUPP40 P 0 40 Y Y 1 F N +F0 "P" 0 1100 70 H V C CNN +F1 "SUPP40" 0 -1100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -1050 300 1050 0 1 0 N +X 1 1 -600 950 300 R 60 60 1 1 P +X 2 2 -600 850 300 R 60 60 1 1 P +X 3 3 -600 750 300 R 60 60 1 1 P +X 4 4 -600 650 300 R 60 60 1 1 P +X 5 5 -600 550 300 R 60 60 1 1 P +X 6 6 -600 450 300 R 60 60 1 1 P +X 7 7 -600 350 300 R 60 60 1 1 P +X 8 8 -600 250 300 R 60 60 1 1 P +X 9 9 -600 150 300 R 60 60 1 1 P +X 10 10 -600 50 300 R 60 60 1 1 P +X 20 20 -600 -950 300 R 60 60 1 1 P +X 30 30 600 -50 300 L 60 60 1 1 P +X 40 40 600 950 300 L 60 60 1 1 P +X 11 11 -600 -50 300 R 60 60 1 1 P +X 21 21 600 -950 300 L 60 60 1 1 P +X 31 31 600 50 300 L 60 60 1 1 P +X 12 12 -600 -150 300 R 60 60 1 1 P +X 22 22 600 -850 300 L 60 60 1 1 P +X 32 32 600 150 300 L 60 60 1 1 P +X 13 13 -600 -250 300 R 60 60 1 1 P +X 23 23 600 -750 300 L 60 60 1 1 P +X 33 33 600 250 300 L 60 60 1 1 P +X 14 14 -600 -350 300 R 60 60 1 1 P +X 24 24 600 -650 300 L 60 60 1 1 P +X 34 34 600 350 300 L 60 60 1 1 P +X 15 15 -600 -450 300 R 60 60 1 1 P +X 25 25 600 -550 300 L 60 60 1 1 P +X 35 35 600 450 300 L 60 60 1 1 P +X 16 16 -600 -550 300 R 60 60 1 1 P +X 26 26 600 -450 300 L 60 60 1 1 P +X 36 36 600 550 300 L 60 60 1 1 P +X 17 17 -600 -650 300 R 60 60 1 1 P +X 27 27 600 -350 300 L 60 60 1 1 P +X 37 37 600 650 300 L 60 60 1 1 P +X 18 18 -600 -750 300 R 60 60 1 1 P +X 28 28 600 -250 300 L 60 60 1 1 P +X 38 38 600 750 300 L 60 60 1 1 P +X 19 19 -600 -850 300 R 60 60 1 1 P +X 29 29 600 -150 300 L 60 60 1 1 P +X 39 39 600 850 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VPP +# +DEF VPP #PWR 0 0 Y Y 1 F N +F0 "#PWR" 0 200 40 H I C CNN +F1 "VPP" 0 150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VPP 1 0 0 0 U 40 40 0 0 W N +C 0 80 20 0 1 0 N +P 2 0 1 0 0 60 0 0 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/pic_programmer/pic_programmer-cache.lib b/demos/pic_programmer/pic_programmer-cache.lib new file mode 100644 index 0000000..eaebdde --- /dev/null +++ b/demos/pic_programmer/pic_programmer-cache.lib @@ -0,0 +1,606 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 24C16 +# +DEF 24C16 U 0 30 Y Y 1 F N +F0 "U" 150 350 60 H V C CNN +F1 "24C16" 200 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 24C512 +DRAW +X GND 4 0 -500 200 U 60 60 0 0 W +X VCC 8 0 500 200 D 60 60 0 0 W +S -400 -300 400 300 1 1 0 N +X A0 1 -700 200 300 R 60 60 1 1 I +X A1 2 -700 100 300 R 60 60 1 1 I +X A2 3 -700 0 300 R 60 60 1 1 I +X SDA 5 700 -200 300 L 60 60 1 1 B +X SCL 6 700 -100 300 L 60 60 1 1 I +X WP 7 700 100 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# JUMPER +# +DEF JUMPER JP 0 30 Y N 1 F N +F0 "JP" 0 150 60 H V C CNN +F1 "JUMPER" 0 -80 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 +C -100 0 35 0 1 0 N +C 100 0 35 0 1 0 N +X 1 1 -300 0 165 R 60 60 0 1 P +X 2 2 300 0 165 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LT1372 +# +DEF LT1372 U 0 30 Y Y 1 F N +F0 "U" 600 500 60 H V C CNN +F1 "LT1372" -500 500 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LT1373 +DRAW +S -700 -400 700 400 0 1 0 N +X Vc 1 250 -700 300 U 60 60 1 1 I +X FB+ 2 1000 -250 300 L 60 60 1 1 I +X FB- 3 -1000 250 300 R 60 60 1 1 P +X S/S 4 -1000 -250 300 R 60 60 1 1 P +X Vin 5 0 700 300 D 60 60 1 1 W +X GND_S 6 -150 -700 300 U 60 60 1 1 I +X GND 7 -300 -700 300 U 60 60 1 1 I +X Vsw 8 1000 250 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# NPN +# +DEF NPN Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 50 H V R CNN +F1 "NPN" 0 150 50 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PIC12C508A +# +DEF PIC12C508A U 0 40 Y Y 1 F N +F0 "U" 0 700 60 H V C CNN +F1 "PIC12C508A" 0 -650 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS PIC12C509A +DRAW +S 400 -600 -450 650 0 1 0 N +X VDD 1 -750 500 300 R 50 50 1 1 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 1 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 1 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 1 I +X GP2 5 700 -500 300 L 50 50 1 1 I +X GP1 6 700 -200 300 L 50 50 1 1 I +X GP0 7 700 200 300 L 50 50 1 1 I +X VSS 8 700 500 300 L 50 50 1 1 W +X VDD 1 -750 500 300 R 50 50 1 2 W +X GP5/OSC1 2 -750 200 300 R 50 50 1 2 I +X GP4/OSC2 3 -750 -200 300 R 50 50 1 2 I +X GP3/MCLR 4 -750 -500 300 R 50 50 1 2 I +X GP2 5 700 -500 300 L 50 50 1 2 I +X GP1 6 700 -200 300 L 50 50 1 2 I +X GP0 7 700 200 300 L 50 50 1 2 I +X VSS 8 700 500 300 L 50 50 1 2 W +ENDDRAW +ENDDEF +# +# PIC16F54 +# +DEF PIC16F54 U? 0 40 Y Y 1 F N +F0 "U?" 0 -750 60 H V C CNN +F1 "PIC16F54" 0 800 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 700 450 -700 0 1 0 N +X RA2 1 -800 600 300 R 50 50 1 1 B +X RA3 2 -800 450 300 R 50 50 1 1 B +X T0ckl 3 -800 300 300 R 50 50 1 1 O +X MCLR 4 -800 150 300 R 50 50 1 1 I +X VSS 5 -800 0 300 R 50 50 1 1 W +X RB0 6 -800 -150 300 R 50 50 1 1 B +X RB1 7 -800 -300 300 R 50 50 1 1 B +X RB2 8 -800 -450 300 R 50 50 1 1 B +X RB3 9 -800 -600 300 R 50 50 1 1 B +X RB4 10 750 -600 300 L 50 50 1 1 B +X RB5 11 750 -450 300 L 50 50 1 1 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 1 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 1 B +X VDD 14 750 0 300 L 50 50 1 1 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 1 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 1 I +X RA0 17 750 450 300 L 50 50 1 1 B +X RA1 18 750 600 300 L 50 50 1 1 B +X RA2 1 -800 600 300 R 50 50 1 2 B +X RA3 2 -800 450 300 R 50 50 1 2 B +X T0ckl 3 -800 300 300 R 50 50 1 2 O +X MCLR 4 -800 150 300 R 50 50 1 2 I +X VSS 5 -800 0 300 R 50 50 1 2 W +X RB0 6 -800 -150 300 R 50 50 1 2 B +X RB1 7 -800 -300 300 R 50 50 1 2 B +X RB2 8 -800 -450 300 R 50 50 1 2 B +X RB3 9 -800 -600 300 R 50 50 1 2 B +X RB4 10 750 -600 300 L 50 50 1 2 B +X RB5 11 750 -450 300 L 50 50 1 2 B +X ICSPC/RB6 12 750 -300 300 L 50 50 1 2 B +X ICSPD/RB7 13 750 -150 300 L 50 50 1 2 B +X VDD 14 750 0 300 L 50 50 1 2 W +X OSC2/CLKO 15 750 150 300 L 50 50 1 2 O +X OSC1/CLKI 16 750 300 300 L 50 50 1 2 I +X RA0 17 750 450 300 L 50 50 1 2 B +X RA1 18 750 600 300 L 50 50 1 2 B +ENDDRAW +ENDDEF +# +# PNP +# +DEF PNP Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 60 H V R CNN +F1 "PNP" 0 150 60 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 F +P 3 0 1 0 25 -25 0 0 0 0 N +P 3 0 1 0 100 -100 65 -65 65 -65 N +P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP28 +# +DEF SUPP28 J 0 40 Y Y 1 F N +F0 "J" 0 100 70 H V C CNN +F1 "SUPP28" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -750 300 750 0 1 0 N +X 1 1 -600 650 300 R 60 60 1 1 P +X 2 2 -600 550 300 R 60 60 1 1 P +X 3 3 -600 450 300 R 60 60 1 1 P +X 4 4 -600 350 300 R 60 60 1 1 P +X 5 5 -600 250 300 R 60 60 1 1 P +X 6 6 -600 150 300 R 60 60 1 1 P +X 7 7 -600 50 300 R 60 60 1 1 P +X 8 8 -600 -50 300 R 60 60 1 1 P +X 9 9 -600 -150 300 R 60 60 1 1 P +X 10 10 -600 -250 300 R 60 60 1 1 P +X 20 20 600 -150 300 L 60 60 1 1 P +X 11 11 -600 -350 300 R 60 60 1 1 P +X 21 21 600 -50 300 L 60 60 1 1 P +X 12 12 -600 -450 300 R 60 60 1 1 P +X 22 22 600 50 300 L 60 60 1 1 P +X 13 13 -600 -550 300 R 60 60 1 1 P +X 23 23 600 150 300 L 60 60 1 1 P +X 14 14 -600 -650 300 R 60 60 1 1 P +X 24 24 600 250 300 L 60 60 1 1 P +X 15 15 600 -650 300 L 60 60 1 1 P +X 25 25 600 350 300 L 60 60 1 1 P +X 16 16 600 -550 300 L 60 60 1 1 P +X 26 26 600 450 300 L 60 60 1 1 P +X 17 17 600 -450 300 L 60 60 1 1 P +X 27 27 600 550 300 L 60 60 1 1 P +X 18 18 600 -350 300 L 60 60 1 1 P +X 28 28 600 650 300 L 60 60 1 1 P +X 19 19 600 -250 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# SUPP40 +# +DEF SUPP40 P 0 40 Y Y 1 F N +F0 "P" 0 1100 70 H V C CNN +F1 "SUPP40" 0 -1100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -300 -1050 300 1050 0 1 0 N +X 1 1 -600 950 300 R 60 60 1 1 P +X 2 2 -600 850 300 R 60 60 1 1 P +X 3 3 -600 750 300 R 60 60 1 1 P +X 4 4 -600 650 300 R 60 60 1 1 P +X 5 5 -600 550 300 R 60 60 1 1 P +X 6 6 -600 450 300 R 60 60 1 1 P +X 7 7 -600 350 300 R 60 60 1 1 P +X 8 8 -600 250 300 R 60 60 1 1 P +X 9 9 -600 150 300 R 60 60 1 1 P +X 10 10 -600 50 300 R 60 60 1 1 P +X 20 20 -600 -950 300 R 60 60 1 1 P +X 30 30 600 -50 300 L 60 60 1 1 P +X 40 40 600 950 300 L 60 60 1 1 P +X 11 11 -600 -50 300 R 60 60 1 1 P +X 21 21 600 -950 300 L 60 60 1 1 P +X 31 31 600 50 300 L 60 60 1 1 P +X 12 12 -600 -150 300 R 60 60 1 1 P +X 22 22 600 -850 300 L 60 60 1 1 P +X 32 32 600 150 300 L 60 60 1 1 P +X 13 13 -600 -250 300 R 60 60 1 1 P +X 23 23 600 -750 300 L 60 60 1 1 P +X 33 33 600 250 300 L 60 60 1 1 P +X 14 14 -600 -350 300 R 60 60 1 1 P +X 24 24 600 -650 300 L 60 60 1 1 P +X 34 34 600 350 300 L 60 60 1 1 P +X 15 15 -600 -450 300 R 60 60 1 1 P +X 25 25 600 -550 300 L 60 60 1 1 P +X 35 35 600 450 300 L 60 60 1 1 P +X 16 16 -600 -550 300 R 60 60 1 1 P +X 26 26 600 -450 300 L 60 60 1 1 P +X 36 36 600 550 300 L 60 60 1 1 P +X 17 17 -600 -650 300 R 60 60 1 1 P +X 27 27 600 -350 300 L 60 60 1 1 P +X 37 37 600 650 300 L 60 60 1 1 P +X 18 18 -600 -750 300 R 60 60 1 1 P +X 28 28 600 -250 300 L 60 60 1 1 P +X 38 38 600 750 300 L 60 60 1 1 P +X 19 19 -600 -850 300 R 60 60 1 1 P +X 29 29 600 -150 300 L 60 60 1 1 P +X 39 39 600 850 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VPP +# +DEF VPP #PWR 0 0 Y Y 1 F N +F0 "#PWR" 0 200 40 H I C CNN +F1 "VPP" 0 150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VPP 1 0 0 0 U 40 40 0 0 W N +C 0 80 20 0 1 0 N +P 2 0 1 0 0 60 0 0 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/pic_programmer/pic_programmer.kicad_pcb b/demos/pic_programmer/pic_programmer.kicad_pcb new file mode 100644 index 0000000..2612914 --- /dev/null +++ b/demos/pic_programmer/pic_programmer.kicad_pcb @@ -0,0 +1,4172 @@ +(kicad_pcb (version 4) (host pcbnew "(2014-09-16 BZR 5138)-product") + + (general + (links 130) + (no_connects 0) + (area 56.717599 26.199499 233.870501 139.890501) + (thickness 1.6) + (drawings 24) + (tracks 354) + (zones 0) + (modules 63) + (nets 35) + ) + + (page A4) + (title_block + (title "SERIAL PIC PROGRAMMER") + ) + + (layers + (0 Composant signal) + (31 Cuivre signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.5) + (user_trace_width 0.4) + (user_trace_width 0.5) + (trace_clearance 0.25) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.254) + (segment_width 0.381) + (edge_width 0.381) + (via_size 1.6) + (via_drill 0.6) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 1.5748 2.794) + (pad_drill 0.8128) + (pad_to_mask_clearance 0.1) + (aux_axis_origin 62.23 153.67) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions true) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 /CTS) + (net 2 /DTR) + (net 3 /PC-CLOCK-OUT) + (net 4 /TXD) + (net 5 GND) + (net 6 "Net-(C2-Pad1)") + (net 7 "Net-(C4-Pad1)") + (net 8 "Net-(C5-Pad1)") + (net 9 "Net-(C9-Pad2)") + (net 10 "Net-(D1-Pad1)") + (net 11 "Net-(D10-Pad1)") + (net 12 "Net-(D11-Pad1)") + (net 13 "Net-(D11-Pad2)") + (net 14 "Net-(D12-Pad1)") + (net 15 "Net-(D2-Pad1)") + (net 16 "Net-(D4-Pad1)") + (net 17 "Net-(D6-Pad1)") + (net 18 "Net-(D8-Pad1)") + (net 19 "Net-(D9-Pad1)") + (net 20 "Net-(Q1-Pad2)") + (net 21 "Net-(Q2-Pad3)") + (net 22 "Net-(Q3-Pad2)") + (net 23 "Net-(R12-Pad1)") + (net 24 "Net-(R13-Pad1)") + (net 25 "Net-(R15-Pad1)") + (net 26 "Net-(R16-Pad1)") + (net 27 "Net-(R8-Pad1)") + (net 28 "Net-(RV1-Pad2)") + (net 29 VCC) + (net 30 VPP) + (net 31 /pic_sockets/VCC_PIC) + (net 32 /pic_sockets/VPP-MCLR) + (net 33 /pic_sockets/CLOCK-RB6) + (net 34 /pic_sockets/DATA-RB7) + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.25) + (trace_width 0.5) + (via_dia 1.6) + (via_drill 0.6) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net /CTS) + (add_net /DTR) + (add_net /PC-CLOCK-OUT) + (add_net /TXD) + (add_net /pic_sockets/CLOCK-RB6) + (add_net /pic_sockets/DATA-RB7) + (add_net /pic_sockets/VCC_PIC) + (add_net /pic_sockets/VPP-MCLR) + (add_net "Net-(C2-Pad1)") + (add_net "Net-(C4-Pad1)") + (add_net "Net-(C5-Pad1)") + (add_net "Net-(C9-Pad2)") + (add_net "Net-(D1-Pad1)") + (add_net "Net-(D10-Pad1)") + (add_net "Net-(D11-Pad1)") + (add_net "Net-(D11-Pad2)") + (add_net "Net-(D12-Pad1)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(D4-Pad1)") + (add_net "Net-(D6-Pad1)") + (add_net "Net-(D8-Pad1)") + (add_net "Net-(D9-Pad1)") + (add_net "Net-(Q1-Pad2)") + (add_net "Net-(Q2-Pad3)") + (add_net "Net-(Q3-Pad2)") + (add_net "Net-(R12-Pad1)") + (add_net "Net-(R13-Pad1)") + (add_net "Net-(R15-Pad1)") + (add_net "Net-(R16-Pad1)") + (add_net "Net-(R8-Pad1)") + (add_net "Net-(RV1-Pad2)") + (add_net VPP) + ) + + (net_class POWER "" + (clearance 0.28) + (trace_width 0.8) + (via_dia 1.6) + (via_drill 0.6) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net GND) + (add_net VCC) + ) + + (module discret:CP10 (layer Composant) (tedit 54031E5E) (tstamp 54032B86) + (at 97.79 78.74 180) + (descr "Condensateur polarise") + (tags CP) + (path /442A5056) + (fp_text reference C1 (at 2.54 1.27 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 100µF (at -1.905 -1.27 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 12.7 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 0) (end 10.16 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 -2.54) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -12.7 0) (end -10.16 0) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole circle (at 12.7 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 1 thru_hole rect (at -12.7 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP10 (layer Composant) (tedit 54031E5E) (tstamp 54032B95) + (at 97.155 90.17) + (descr "Condensateur polarise") + (tags CP) + (path /442A501D) + (fp_text reference C2 (at 2.54 1.27) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 220uF (at -1.905 -1.27) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 12.7 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 0) (end 10.16 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 10.16 -2.54) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -12.7 0) (end -10.16 0) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole circle (at 12.7 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 1 thru_hole rect (at -12.7 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(C2-Pad1)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP8 (layer Composant) (tedit 54031E5E) (tstamp 54032BA4) + (at 133.985 72.39 270) + (descr "Condensateur polarise") + (tags CP) + (path /442A584C) + (fp_text reference C3 (at 1.27 1.27 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 22uF/25V (at 1.27 -1.27 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 VPP)) + (pad 2 thru_hole circle (at 10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.8 0.8 0.8)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 54031E5E) (tstamp 54032BB4) + (at 116.84 52.07) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /442A5F61) + (fp_text reference C4 (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 0 (at 0 2.032) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 54031E5E) (tstamp 54032BBF) + (at 132.08 49.53) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /442A58B1) + (fp_text reference C5 (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 10nF (at 0 2.032) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(C5-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 54031E5E) (tstamp 54032BCA) + (at 196.85 114.935 270) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /4804A5E2/442AA12B) + (fp_text reference C6 (at 0 2.032 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100nF (at 0 2.032 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole circle (at 0 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 54031E5E) (tstamp 54032BD5) + (at 198.755 73.66 270) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /4804A5E2/442AA145) + (fp_text reference C7 (at 0 2.032 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100nF (at 0 2.032 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole circle (at 0 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1-1 (layer Composant) (tedit 54031E5E) (tstamp 54032BE0) + (at 145.542 49.784) + (descr "Condensateur e = 1 ou 2 pas") + (tags C) + (path /464AD280) + (fp_text reference C9 (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 22OnF (at 0 2.032) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 VPP)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(C9-Pad2)")) + (pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(C9-Pad2)")) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 54031E5E) (tstamp 54032BEB) + (at 87.63 64.77 270) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /442A500B) + (fp_text reference D1 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value 1N4004 (at -0.254 0 270) (layer F.SilkS) hide + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -6.35 0 270) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 10 "Net-(D1-Pad1)")) + (pad 2 thru_hole rect (at 6.35 0 270) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(C2-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032BFA) + (at 104.14 118.11) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /442A4D1B) + (fp_text reference D2 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(D2-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032C09) + (at 104.14 121.92) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /442A4D25) + (fp_text reference D3 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(D2-Pad1)")) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032C18) + (at 104.14 111.76) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /442A4D5C) + (fp_text reference D4 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(D4-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032C27) + (at 104.14 109.22) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /442A4D5D) + (fp_text reference D5 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(D4-Pad1)")) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032C36) + (at 104.14 124.46) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /442A4D64) + (fp_text reference D6 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D6-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032C45) + (at 104.14 115.57) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /442A4D65) + (fp_text reference D7 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D6-Pad1)")) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 54031E5E) (tstamp 54032C54) + (at 154.94 77.47) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /442A4F5D) + (fp_text reference D8 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value RED-LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(D8-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 54031E5E) (tstamp 54032C5D) + (at 154.94 87.63) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /442A5084) + (fp_text reference D9 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value GREEN-LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(D9-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 54031E5E) (tstamp 54032C66) + (at 130.81 57.15) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /442A6026) + (fp_text reference D10 (at 0 0) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value SCHOTTKY (at -0.254 0) (layer F.SilkS) hide + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 11 "Net-(D10-Pad1)")) + (pad 2 thru_hole rect (at 6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 30 VPP)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 54032C75) + (at 142.875 80.645 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4639BA28) + (fp_text reference D11 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT43 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(D11-Pad2)")) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(D11-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 54031E5E) (tstamp 54032C84) + (at 154.94 97.155) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /4639B9EA) + (fp_text reference D12 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value YELLOW-LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(D12-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:DB9FC (layer Composant) (tedit 54031E5E) (tstamp 54032C8D) + (at 81.28 115.57 90) + (descr "Connecteur DB9 femelle couche") + (tags "CONN DB9") + (path /442A4C93) + (fp_text reference J1 (at 1.27 -10.16 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9-FEMAL (at 1.27 -3.81 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 -15.494) (end -16.129 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -16.129 -15.494) (end -16.129 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -15.494) (end -9.017 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -7.874) (end 9.271 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -7.874) (end 9.271 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -15.494) (end -7.493 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -24.13) (end 7.747 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.747 -24.13) (end 7.747 -15.494) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 12.827 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -12.573 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -5.461 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at -2.667 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole circle (at 0 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 4 /TXD)) + (pad 4 thru_hole circle (at 2.794 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 2 /DTR)) + (pad 5 thru_hole circle (at 5.588 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 6 thru_hole circle (at -4.064 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole circle (at -1.27 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 3 /PC-CLOCK-OUT)) + (pad 8 thru_hole circle (at 1.397 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 1 /CTS)) + (pad 9 thru_hole circle (at 4.191 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (model Connect.3dshapes/DB9FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:GS2 (layer Cuivre) (tedit 54031E5E) (tstamp 54032CA5) + (at 147.32 97.79 270) + (descr "Pontet Goute de soudure") + (path /4639BAF8) + (attr virtual) + (fp_text reference JP1 (at 1.778 0 540) (layer B.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value JUMPER (at 1.524 0 540) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -0.889 1.27) (end -0.889 -1.27) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.27) (end 0.889 1.27) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.27) (end -0.889 -1.27) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.27) (end 0.889 1.27) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at 0 0.635 270) (size 1.27 0.9652) (layers Cuivre B.Paste B.Mask) + (net 29 VCC)) + (pad 2 smd rect (at 0 -0.635 270) (size 1.27 0.9652) (layers Cuivre B.Paste B.Mask) + (net 31 /pic_sockets/VCC_PIC)) + ) + + (module inductors:INDUCTOR_V (layer Composant) (tedit 54031E5E) (tstamp 54032CAE) + (at 125.73 64.77 270) + (descr "Inductor (vertical)") + (tags INDUCTOR) + (path /442A57BE) + (fp_text reference L1 (at 0 1.99898 270) (layer F.SilkS) + (effects (font (size 1.00076 1.00076) (thickness 0.2032))) + ) + (fp_text value 22uH (at 0.09906 -1.99898 270) (layer F.SilkS) + (effects (font (size 1.00076 1.00076) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 3.81 0) (layer F.SilkS) (width 0.20066)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 1.905 1.905) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 "Net-(D10-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.905 1.905) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (model Inductors.3dshapes/INDUCTOR_V.wrl + (at (xyz 0 0 0)) + (scale (xyz 2 2 2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 54031E5E) (tstamp 54032CB4) + (at 78.74 64.77 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /442A4FE7) + (fp_text reference P1 (at 0 -5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 10 "Net-(D1-Pad1)")) + (model Connect.3dshapes/bornier2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92 (layer Composant) (tedit 54031E5E) (tstamp 54032D16) + (at 146.05 69.85) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /442A4EB9) + (fp_text reference Q1 (at -1.27 3.81) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BC237 (at -1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(Q1-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(D11-Pad2)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92 (layer Composant) (tedit 54031E5E) (tstamp 54032D24) + (at 146.05 62.23) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /442A4F30) + (fp_text reference Q2 (at -1.27 3.81) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BC307 (at -1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 VPP)) + (pad 2 thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(C9-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(Q2-Pad3)")) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92 (layer Composant) (tedit 54031E5E) (tstamp 54032D32) + (at 142.24 97.79) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4639B996) + (fp_text reference Q3 (at -1.27 3.81) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BC307 (at -1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 2 thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(Q3-Pad2)")) + (pad 3 thru_hole circle (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (model Discret.3dshapes/TO92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D40) + (at 92.71 118.11) + (descr "Resitance 4 pas") + (tags R) + (path /442A4CF4) + (autoplace_cost180 10) + (fp_text reference R1 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /TXD)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(D2-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D4D) + (at 92.71 115.57) + (descr "Resitance 4 pas") + (tags R) + (path /442A4CFB) + (autoplace_cost180 10) + (fp_text reference R2 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /TXD)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D5A) + (at 92.71 111.76) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D5A) + (autoplace_cost180 10) + (fp_text reference R3 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 /DTR)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(D4-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D67) + (at 92.71 109.22) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D5B) + (autoplace_cost180 10) + (fp_text reference R4 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 /DTR)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D74) + (at 92.71 124.46) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D62) + (autoplace_cost180 10) + (fp_text reference R5 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /PC-CLOCK-OUT)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D6-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D81) + (at 92.71 121.92) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D63) + (autoplace_cost180 10) + (fp_text reference R6 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /PC-CLOCK-OUT)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D8E) + (at 144.145 54.61) + (descr "Resitance 4 pas") + (tags R) + (path /442A4F2A) + (autoplace_cost180 10) + (fp_text reference R7 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 VPP)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(C9-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032D9B) + (at 144.145 90.17) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D92) + (autoplace_cost180 10) + (fp_text reference R8 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(R8-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(Q1-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DA8) + (at 144.145 77.47) + (descr "Resitance 4 pas") + (tags R) + (path /442A4F52) + (autoplace_cost180 10) + (fp_text reference R9 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 2.2K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(Q2-Pad3)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(D8-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DB5) + (at 119.38 48.26) + (descr "Resitance 4 pas") + (tags R) + (path /442A5F83) + (autoplace_cost180 10) + (fp_text reference R10 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 5,1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 "Net-(C5-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DC2) + (at 139.065 66.04 90) + (descr "Resitance 4 pas") + (tags R) + (path /442A4F23) + (autoplace_cost180 10) + (fp_text reference R11 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 22K (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(D11-Pad2)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 "Net-(C9-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DCF) + (at 135.255 116.84 90) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D85) + (autoplace_cost180 10) + (fp_text reference R12 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(R12-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DDC) + (at 140.335 116.84 270) + (descr "Resitance 4 pas") + (tags R) + (path /442A4D8D) + (autoplace_cost180 10) + (fp_text reference R13 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(R13-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /pic_sockets/CLOCK-RB6)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DE9) + (at 144.145 87.63) + (descr "Resitance 4 pas") + (tags R) + (path /442A5083) + (autoplace_cost180 10) + (fp_text reference R14 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(D9-Pad1)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032DF6) + (at 123.19 78.74) + (descr "Resitance 4 pas") + (tags R) + (path /442A58D7) + (autoplace_cost180 10) + (fp_text reference R15 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 6.2K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(R15-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032E03) + (at 123.19 75.565) + (descr "Resitance 4 pas") + (tags R) + (path /442A58DC) + (autoplace_cost180 10) + (fp_text reference R16 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 62K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(R16-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 VPP)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032E10) + (at 156.21 63.5 270) + (descr "Resitance 4 pas") + (tags R) + (path /442A50BF) + (autoplace_cost180 10) + (fp_text reference R17 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 22K (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(Q2-Pad3)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032E1D) + (at 152.4 63.5 90) + (descr "Resitance 4 pas") + (tags R) + (path /44369638) + (autoplace_cost180 10) + (fp_text reference R18 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 220 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(Q2-Pad3)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /pic_sockets/VPP-MCLR)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032E2A) + (at 144.145 83.82 180) + (descr "Resitance 4 pas") + (tags R) + (path /4639B9B0) + (autoplace_cost180 10) + (fp_text reference R19 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 2.2K (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 "Net-(D11-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(Q3-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032E37) + (at 139.7 102.235 180) + (descr "Resitance 4 pas") + (tags R) + (path /4639B9B3) + (autoplace_cost180 10) + (fp_text reference R20 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 2.2K (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(Q3-Pad2)")) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R4 (layer Composant) (tedit 54031E5E) (tstamp 54032E44) + (at 153.035 102.235 180) + (descr "Resitance 4 pas") + (tags R) + (path /4639B9E9) + (autoplace_cost180 10) + (fp_text reference R21 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 470 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(D12-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:RV2X4 (layer Composant) (tedit 54031E5E) (tstamp 54032E51) + (at 122.555 88.265 180) + (descr "Resistance variable / Potentiometre") + (tags R) + (path /443D0101) + (fp_text reference RV1 (at -2.54 -5.08 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1K (at -1.651 5.461 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -7.62 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -3.81) (end 6.35 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 -1.27) (end 6.35 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 1.27) (end 3.81 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 3.81) (end -7.62 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 3.81) (end -7.62 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0.762 -3.81) (end 1.905 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.651 3.81) (end 0.762 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 -0.508) (end 4.953 -0.508) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 0.508) (end 4.953 0.508) (layer F.SilkS) (width 0.3048)) + (fp_circle (center 1.27 0) (end -2.54 -0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 -2.54 180) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(R15-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 180) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(RV1-Pad2)")) + (pad 3 thru_hole circle (at -5.08 2.54 180) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(R16-Pad1)")) + (model Discret.3dshapes/RV2X4.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 54031E5E) (tstamp 54032E62) + (at 182.88 113.03 270) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4804A5E2/442A87F7) + (fp_text reference U1 (at -6.35 0 360) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value 24Cxx (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 3 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 4 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 5 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (pad 6 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /pic_sockets/CLOCK-RB6)) + (pad 7 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-14__300_ELL (layer Composant) (tedit 54031E5E) (tstamp 54032E74) + (at 123.19 115.57) + (descr "14 pins DIL package, elliptical pads") + (tags DIL) + (path /442A4D6B) + (fp_text reference U2 (at -5.08 -1.27) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_text value 74HC125 (at 1.27 1.27) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_line (start -10.16 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 2.54) (end -10.16 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 2.54) (end -10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 -1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 -2.54) (end 10.16 2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -7.62 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 2 thru_hole oval (at -5.08 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(D2-Pad1)")) + (pad 3 thru_hole oval (at -2.54 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(R8-Pad1)")) + (pad 4 thru_hole oval (at 0 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 5 thru_hole oval (at 2.54 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(D4-Pad1)")) + (pad 6 thru_hole oval (at 5.08 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(R12-Pad1)")) + (pad 7 thru_hole oval (at 7.62 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 8 thru_hole oval (at 7.62 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(R13-Pad1)")) + (pad 9 thru_hole oval (at 5.08 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(D6-Pad1)")) + (pad 10 thru_hole oval (at 2.54 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 11 thru_hole oval (at 0 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 /CTS)) + (pad 12 thru_hole oval (at -2.54 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (pad 13 thru_hole oval (at -5.08 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 14 thru_hole oval (at -7.62 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (model Sockets_DIP.3dshapes/DIP-14__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LM78XX (layer Composant) (tedit 54031E5E) (tstamp 54032E8C) + (at 99.06 71.12 90) + (descr "Regulateur TO220 serie LM78xx") + (tags "TR TO220") + (path /442A504A) + (fp_text reference U3 (at 7.62 0 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_text value 7805 (at 10.668 0.127 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_line (start 0 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0 2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 5.08) (end 20.32 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 5.08) (end 20.32 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 3.81) (end 12.7 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 3.81) (end 12.7 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -5.08) (end 20.32 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 4 thru_hole rect (at 16.51 0 90) (size 8.89 8.89) (drill 3.048) (layers *.Cu *.SilkS *.Mask)) + (pad VI thru_hole circle (at 0 -2.54 90) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 6 "Net-(C2-Pad1)")) + (pad GND thru_hole rect (at 0 0 90) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad VO thru_hole circle (at 0 2.54 90) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (model Discret.3dshapes/TO220.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 54031E5E) (tstamp 54032E9D) + (at 114.3 60.96 270) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /442A5E20) + (fp_text reference U4 (at -6.35 0 360) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value LT1373 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 "Net-(C4-Pad1)")) + (pad 2 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(RV1-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 VCC)) + (pad 6 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 7 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 8 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 "Net-(D10-Pad1)")) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-18__300_ELL (layer Composant) (tedit 54031E5E) (tstamp 54032EAF) + (at 211.455 118.11 270) + (descr "18 pins DIL package, elliptical pads") + (path /4804A5E2/442A81A7) + (fp_text reference U5 (at -7.62 -1.27 270) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value PIC_18_PINS (at 1.524 1.016 270) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_line (start -12.7 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -11.43 -1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -11.43 1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -12.7 -2.54) (end 12.7 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 12.7 -2.54) (end 12.7 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 12.7 2.54) (end -12.7 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -12.7 2.54) (end -12.7 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -10.16 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole oval (at -7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at -5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at -2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /pic_sockets/VPP-MCLR)) + (pad 5 thru_hole oval (at 0 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 6 thru_hole oval (at 2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at 5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at 7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 9 thru_hole oval (at 10.16 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole oval (at 10.16 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole oval (at 7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole oval (at 5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /pic_sockets/CLOCK-RB6)) + (pad 13 thru_hole oval (at 2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (pad 14 thru_hole oval (at 0 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 15 thru_hole oval (at -2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole oval (at -5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole oval (at -7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole oval (at -10.16 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (model Sockets_DIP.3dshapes/DIP-18__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 54031E5E) (tstamp 54032ECB) + (at 182.88 124.46 270) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4804A5E2/442A81A5) + (fp_text reference U6 (at -6.35 0 360) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) + ) + (fp_text value PIC_8_PINS (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 2 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /pic_sockets/VPP-MCLR)) + (pad 5 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /pic_sockets/CLOCK-RB6)) + (pad 7 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (pad 8 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:1pin-4 (layer Composant) (tedit 5401E012) (tstamp 54033012) + (at 77.47 135.89) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54020BEA) + (fp_text reference P101 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module footprints:1pin-4 (layer Composant) (tedit 5401E012) (tstamp 54033017) + (at 158.75 135.89) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54020DA9) + (fp_text reference P102 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module footprints:1pin-4 (layer Composant) (tedit 5401E012) (tstamp 5403301C) + (at 229.87 135.89) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54020DC2) + (fp_text reference P103 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module footprints:1pin-4 (layer Composant) (tedit 5401E012) (tstamp 54033021) + (at 229.87 44.45) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54020DE3) + (fp_text reference P104 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module footprints:1pin-4 (layer Composant) (tedit 5401E012) (tstamp 54033026) + (at 158.75 44.45) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54020E5D) + (fp_text reference P105 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module footprints:1pin-4 (layer Composant) (tedit 5401E012) (tstamp 5403302B) + (at 77.47 44.45) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /54020E76) + (fp_text reference P106 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + ) + + (module sockets:40tex-Ell600 (layer Composant) (tedit 541D2BDC) (tstamp 541E1940) + (at 182.88 74.93 270) + (descr "Support TEXTOOL Dil 40 pins, pads elliptiques, e=600 mils") + (tags DEV) + (path /4804A5E2/442A88ED) + (fp_text reference P3 (at -3.81 -3.175 270) (layer F.SilkS) + (effects (font (size 2.032 1.27) (thickness 0.3048))) + ) + (fp_text value SUPP40 (at -5.715 1.905 270) (layer F.SilkS) + (effects (font (size 2.032 1.27) (thickness 0.3048))) + ) + (fp_line (start -29.21 -5.08) (end 26.67 -5.08) (layer F.SilkS) (width 0.381)) + (fp_line (start 26.67 -5.08) (end 26.67 5.08) (layer F.SilkS) (width 0.381)) + (fp_line (start 26.67 5.08) (end -29.21 5.08) (layer F.SilkS) (width 0.381)) + (fp_line (start -29.21 5.08) (end -29.21 -5.08) (layer F.SilkS) (width 0.381)) + (fp_line (start -24.13 -11.43) (end -24.13 -15.24) (layer F.SilkS) (width 0.381)) + (fp_line (start -24.13 -15.24) (end -25.4 -16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start -25.4 -16.51) (end -27.94 -16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start -27.94 -16.51) (end -29.21 -15.24) (layer F.SilkS) (width 0.381)) + (fp_line (start -29.21 -15.24) (end -29.21 -11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start 24.13 11.43) (end 24.13 15.24) (layer F.SilkS) (width 0.381)) + (fp_line (start 24.13 15.24) (end 22.86 16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start 22.86 16.51) (end 20.32 16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start 20.32 16.51) (end 19.05 15.24) (layer F.SilkS) (width 0.381)) + (fp_line (start 19.05 15.24) (end 19.05 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -29.21 10.16) (end -29.21 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -48.26 10.16) (end -48.26 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -48.26 11.43) (end -46.99 12.7) (layer F.SilkS) (width 0.381)) + (fp_line (start -46.99 12.7) (end -40.64 12.7) (layer F.SilkS) (width 0.381)) + (fp_line (start -40.64 12.7) (end -39.37 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -39.37 11.43) (end -39.37 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -39.37 10.16) (end -29.21 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -39.37 11.43) (end -33.02 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -39.37 10.16) (end -40.64 8.89) (layer F.SilkS) (width 0.381)) + (fp_line (start -40.64 8.89) (end -46.99 8.89) (layer F.SilkS) (width 0.381)) + (fp_line (start -46.99 8.89) (end -48.26 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -33.02 -11.43) (end 30.48 -11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start 30.48 -11.43) (end 31.75 -10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start 31.75 -10.16) (end 31.75 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start 31.75 10.16) (end 30.48 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start 30.48 11.43) (end -33.02 11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -33.02 11.43) (end -34.29 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -34.29 10.16) (end -34.29 -10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -34.29 -10.16) (end -33.02 -11.43) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -24.13 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 32 /pic_sockets/VPP-MCLR)) + (pad 2 thru_hole oval (at -21.59 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at -19.05 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at -16.51 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole oval (at -13.97 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole oval (at -11.43 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at -8.89 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at -6.35 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 9 thru_hole oval (at -3.81 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole oval (at -1.27 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole oval (at 1.27 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 12 thru_hole oval (at 3.81 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 13 thru_hole oval (at 6.35 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 14 thru_hole oval (at 8.89 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 15 thru_hole oval (at 11.43 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole oval (at 13.97 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole oval (at 16.51 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole oval (at 19.05 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 19 thru_hole oval (at 21.59 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 20 thru_hole oval (at 24.13 7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 21 thru_hole oval (at 24.13 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole oval (at 21.59 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole oval (at 19.05 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 24 thru_hole oval (at 16.51 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 25 thru_hole oval (at 13.97 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 26 thru_hole oval (at 11.43 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 27 thru_hole oval (at 8.89 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 28 thru_hole oval (at 6.35 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 29 thru_hole oval (at 3.81 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 30 thru_hole oval (at 1.27 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 31 thru_hole oval (at -1.27 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 32 thru_hole oval (at -3.81 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 33 thru_hole oval (at -6.35 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 34 thru_hole oval (at -8.89 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 35 thru_hole oval (at -11.43 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 36 thru_hole oval (at -13.97 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 37 thru_hole oval (at -16.51 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 38 thru_hole oval (at -19.05 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) + (pad 39 thru_hole oval (at -21.59 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 33 /pic_sockets/CLOCK-RB6)) + (pad 40 thru_hole oval (at -24.13 -7.62 270) (size 1.5748 2.794) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (pad HOLE thru_hole circle (at -26.67 -13.97 270) (size 2.54 2.54) (drill 2.032) (layers *.Cu *.Mask F.SilkS)) + (pad HOLE thru_hole circle (at 21.59 13.97 270) (size 2.54 2.54) (drill 2.032) (layers *.Cu *.Mask F.SilkS)) + (model Sockets.3dshapes/40tex600.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-28__300_ELL (layer Composant) (tedit 541D29CF) (tstamp 541E3550) + (at 211.455 67.31 270) + (descr "28 pins DIL package, elliptical pads, width 300mil") + (tags DIL) + (path /4804A5E2/4436967E) + (fp_text reference P2 (at -11.43 0 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_text value SUPP28 (at 6.985 0 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.3048))) + ) + (fp_line (start -19.05 -2.54) (end 19.05 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 19.05 -2.54) (end 19.05 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 19.05 2.54) (end -19.05 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -19.05 2.54) (end -19.05 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -19.05 -1.27) (end -17.78 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -17.78 -1.27) (end -17.78 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -17.78 1.27) (end -19.05 1.27) (layer F.SilkS) (width 0.381)) + (pad 2 thru_hole oval (at -13.97 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole oval (at -11.43 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole oval (at -8.89 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole oval (at -6.35 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole oval (at -3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at -1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole oval (at 1.27 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 9 thru_hole oval (at 3.81 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole oval (at 6.35 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole oval (at 8.89 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole oval (at 11.43 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 13 thru_hole oval (at 13.97 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 14 thru_hole oval (at 16.51 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -16.51 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /pic_sockets/VPP-MCLR)) + (pad 15 thru_hole oval (at 16.51 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole oval (at 13.97 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole oval (at 11.43 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole oval (at 8.89 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 19 thru_hole oval (at 6.35 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 GND)) + (pad 20 thru_hole oval (at 3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /pic_sockets/VCC_PIC)) + (pad 21 thru_hole oval (at 1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole oval (at -1.27 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole oval (at -3.81 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 24 thru_hole oval (at -6.35 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 25 thru_hole oval (at -8.89 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 26 thru_hole oval (at -11.43 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 27 thru_hole oval (at -13.97 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /pic_sockets/CLOCK-RB6)) + (pad 28 thru_hole oval (at -16.51 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /pic_sockets/DATA-RB7)) + (model Sockets_DIP.3dshapes/DIP-28__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_text "VCC ON" (at 162.9 99.1) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 200.66 107.95) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 171.45 120.65) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 171.45 109.22) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 202 48.7) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text 1=>> (at 167.64 48.895) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text JP-CHARRAS (at 94.615 137.16) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "J-P CHARRAS" (at 94.615 137.16) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text "13V ADJUST" (at 123.19 95.25) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 40 PINS" (at 182.245 45.085) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 28 PINS" (at 212.725 45.085) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 18 PINS" (at 211.455 132.715) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "I2C PROM" (at 166.37 114.3) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC 8 PINS" (at 183.515 132.08) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PWR ON" (at 163.83 88.9) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "VPP ON" (at 163.195 80.645) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text +8/12V (at 80.01 57.15) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC PROGRAMMER V03" (at 125.095 132.08) (layer Composant) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "PIC PROGRAMMER V03" (at 124.46 134.62) (layer Cuivre) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_line (start 73.66 139.7) (end 73.66 40.64) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 233.68 139.7) (end 73.66 139.7) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 233.68 40.64) (end 233.68 139.7) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 173.99 40.64) (end 233.68 40.64) (angle 90) (layer Edge.Cuts) (width 0.381)) + (gr_line (start 73.66 40.64) (end 173.99 40.64) (angle 90) (layer Edge.Cuts) (width 0.381)) + + (segment (start 112.395 113.665) (end 113.03 114.3) (width 0.5) (layer Cuivre) (net 1)) + (segment (start 80.01 114.173) (end 83.947 114.173) (width 0.5) (layer Cuivre) (net 1) (status 800)) + (segment (start 123.19 113.03) (end 123.19 111.76) (width 0.5) (layer Cuivre) (net 1) (status 400)) + (segment (start 121.92 114.3) (end 123.19 113.03) (width 0.5) (layer Cuivre) (net 1)) + (segment (start 113.03 114.3) (end 121.92 114.3) (width 0.5) (layer Cuivre) (net 1)) + (segment (start 83.947 114.173) (end 84.455 113.665) (width 0.5) (layer Cuivre) (net 1)) + (segment (start 84.455 113.665) (end 112.395 113.665) (width 0.5) (layer Cuivre) (net 1)) + (segment (start 83.185 111.76) (end 87.63 111.76) (width 0.5) (layer Cuivre) (net 2) (status 400)) + (segment (start 82.55 112.395) (end 83.185 111.76) (width 0.5) (layer Cuivre) (net 2)) + (segment (start 82.55 112.776) (end 82.55 112.395) (width 0.5) (layer Cuivre) (net 2) (status 800)) + (segment (start 87.63 111.76) (end 87.63 109.22) (width 0.5) (layer Cuivre) (net 2) (status C00)) + (segment (start 77.47 117.475) (end 77.47 120.65) (width 0.5) (layer Cuivre) (net 3)) + (segment (start 80.01 116.84) (end 78.105 116.84) (width 0.5) (layer Cuivre) (net 3) (status 800)) + (segment (start 86.36 124.46) (end 87.63 124.46) (width 0.5) (layer Cuivre) (net 3) (status 400)) + (segment (start 80.01 123.19) (end 85.09 123.19) (width 0.5) (layer Cuivre) (net 3)) + (segment (start 78.105 116.84) (end 77.47 117.475) (width 0.5) (layer Cuivre) (net 3)) + (segment (start 85.09 123.19) (end 86.36 124.46) (width 0.5) (layer Cuivre) (net 3)) + (segment (start 87.63 124.46) (end 87.63 121.92) (width 0.5) (layer Cuivre) (net 3) (status C00)) + (segment (start 77.47 120.65) (end 80.01 123.19) (width 0.5) (layer Cuivre) (net 3)) + (segment (start 87.63 118.11) (end 87.63 115.57) (width 0.5) (layer Cuivre) (net 4) (status C00)) + (segment (start 87.63 115.57) (end 82.55 115.57) (width 0.5) (layer Cuivre) (net 4) (status C00)) + (segment (start 87.63 71.12) (end 96.52 71.12) (width 0.5) (layer Cuivre) (net 6) (status C00)) + (segment (start 84.455 90.17) (end 84.455 89.535) (width 0.5) (layer Cuivre) (net 6) (status 800)) + (segment (start 82.55 76.2) (end 87.63 71.12) (width 0.5) (layer Cuivre) (net 6) (status 400)) + (segment (start 82.55 87.63) (end 82.55 76.2) (width 0.5) (layer Cuivre) (net 6)) + (segment (start 84.455 89.535) (end 82.55 87.63) (width 0.5) (layer Cuivre) (net 6)) + (segment (start 114.3 48.26) (end 114.3 52.07) (width 0.5) (layer Cuivre) (net 7) (status C00)) + (segment (start 110.49 57.15) (end 110.49 53.34) (width 0.5) (layer Cuivre) (net 7) (status 800)) + (segment (start 110.49 53.34) (end 111.76 52.07) (width 0.5) (layer Cuivre) (net 7)) + (segment (start 111.76 52.07) (end 114.3 52.07) (width 0.5) (layer Cuivre) (net 7) (status 400)) + (segment (start 128.27 48.26) (end 129.54 49.53) (width 0.5) (layer Cuivre) (net 8) (status 400)) + (segment (start 124.46 48.26) (end 128.27 48.26) (width 0.5) (layer Cuivre) (net 8) (status 800)) + (segment (start 144.78 60.96) (end 139.065 60.96) (width 0.5) (layer Cuivre) (net 9) (status C00)) + (segment (start 149.225 54.61) (end 149.225 59.055) (width 0.5) (layer Cuivre) (net 9) (status 800)) + (segment (start 148.59 63.5) (end 147.32 63.5) (width 0.5) (layer Cuivre) (net 9)) + (segment (start 149.225 59.055) (end 149.86 59.69) (width 0.5) (layer Cuivre) (net 9)) + (segment (start 149.86 62.23) (end 148.59 63.5) (width 0.5) (layer Cuivre) (net 9)) + (segment (start 149.86 59.69) (end 149.86 62.23) (width 0.5) (layer Cuivre) (net 9)) + (segment (start 144.78 60.96) (end 147.32 63.5) (width 0.5) (layer Cuivre) (net 9) (status 800)) + (segment (start 145.542 49.784) (end 148.082 49.784) (width 0.5) (layer Cuivre) (net 9) (status C00)) + (segment (start 148.082 49.784) (end 148.844 49.784) (width 0.5) (layer Cuivre) (net 9) (status 800)) + (segment (start 149.225 50.165) (end 149.225 54.61) (width 0.5) (layer Cuivre) (net 9) (status 400)) + (segment (start 148.844 49.784) (end 149.225 50.165) (width 0.5) (layer Cuivre) (net 9)) + (segment (start 78.74 62.23) (end 83.82 62.23) (width 0.5) (layer Cuivre) (net 10) (status 800)) + (segment (start 83.82 62.23) (end 87.63 58.42) (width 0.5) (layer Cuivre) (net 10) (status 400)) + (segment (start 118.11 57.15) (end 124.46 57.15) (width 0.5) (layer Cuivre) (net 11) (status C00)) + (segment (start 124.46 57.15) (end 124.46 60.96) (width 0.5) (layer Cuivre) (net 11) (status 800)) + (segment (start 124.46 60.96) (end 125.73 62.23) (width 0.5) (layer Cuivre) (net 11) (status 400)) + (segment (start 148.59 80.645) (end 149.225 81.28) (width 0.5) (layer Cuivre) (net 12)) + (segment (start 146.685 80.645) (end 148.59 80.645) (width 0.5) (layer Cuivre) (net 12) (status 800)) + (segment (start 149.225 81.28) (end 149.225 83.82) (width 0.5) (layer Cuivre) (net 12) (status 400)) + (segment (start 141.605 73.66) (end 141.605 78.105) (width 0.5) (layer Cuivre) (net 13)) + (segment (start 141.605 78.105) (end 139.065 80.645) (width 0.5) (layer Cuivre) (net 13) (status 400)) + (segment (start 139.065 71.12) (end 141.605 73.66) (width 0.5) (layer Cuivre) (net 13) (status 800)) + (segment (start 144.78 71.12) (end 139.065 71.12) (width 0.5) (layer Cuivre) (net 13) (status C00)) + (segment (start 153.67 97.155) (end 153.67 97.79) (width 0.5) (layer Cuivre) (net 14) (status 800)) + (segment (start 153.67 97.79) (end 158.115 102.235) (width 0.5) (layer Cuivre) (net 14) (status 400)) + (segment (start 106.045 121.92) (end 107.95 121.92) (width 0.5) (layer Cuivre) (net 15) (status 400)) + (segment (start 94.615 124.46) (end 97.155 127) (width 0.5) (layer Cuivre) (net 15)) + (segment (start 97.79 118.11) (end 95.885 118.11) (width 0.5) (layer Cuivre) (net 15) (status 800)) + (segment (start 100.33 118.11) (end 97.79 118.11) (width 0.5) (layer Cuivre) (net 15) (status C00)) + (segment (start 116.205 121.92) (end 118.11 120.015) (width 0.5) (layer Cuivre) (net 15)) + (segment (start 118.11 120.015) (end 118.11 119.38) (width 0.5) (layer Cuivre) (net 15) (status 400)) + (segment (start 107.95 121.92) (end 116.205 121.92) (width 0.5) (layer Cuivre) (net 15) (status 800)) + (segment (start 95.885 118.11) (end 94.615 119.38) (width 0.5) (layer Cuivre) (net 15)) + (segment (start 94.615 119.38) (end 94.615 124.46) (width 0.5) (layer Cuivre) (net 15)) + (segment (start 100.965 127) (end 106.045 121.92) (width 0.5) (layer Cuivre) (net 15)) + (segment (start 97.155 127) (end 100.965 127) (width 0.5) (layer Cuivre) (net 15)) + (segment (start 100.33 111.76) (end 104.267 111.76) (width 0.5) (layer Cuivre) (net 16) (status 800)) + (segment (start 100.33 111.76) (end 97.79 111.76) (width 0.5) (layer Cuivre) (net 16) (status C00)) + (segment (start 111.76 109.855) (end 111.76 119.38) (width 0.5) (layer Composant) (net 16)) + (segment (start 125.73 120.65) (end 125.73 119.38) (width 0.5) (layer Composant) (net 16) (status 400)) + (segment (start 115.57 123.19) (end 123.19 123.19) (width 0.5) (layer Composant) (net 16)) + (segment (start 111.125 109.22) (end 111.76 109.855) (width 0.5) (layer Composant) (net 16)) + (segment (start 111.76 119.38) (end 115.57 123.19) (width 0.5) (layer Composant) (net 16)) + (segment (start 123.19 123.19) (end 125.73 120.65) (width 0.5) (layer Composant) (net 16)) + (segment (start 107.95 109.22) (end 111.125 109.22) (width 0.5) (layer Composant) (net 16) (status 800)) + (segment (start 107.95 109.22) (end 106.807 109.22) (width 0.5) (layer Cuivre) (net 16) (status 800)) + (segment (start 106.807 109.22) (end 104.267 111.76) (width 0.5) (layer Cuivre) (net 16)) + (segment (start 128.27 113.03) (end 125.73 115.57) (width 0.5) (layer Cuivre) (net 17)) + (segment (start 101.6 120.015) (end 106.045 115.57) (width 0.5) (layer Cuivre) (net 17)) + (segment (start 100.33 124.46) (end 97.79 124.46) (width 0.5) (layer Cuivre) (net 17) (status C00)) + (segment (start 106.045 115.57) (end 107.95 115.57) (width 0.5) (layer Cuivre) (net 17) (status 400)) + (segment (start 95.885 122.555) (end 97.79 124.46) (width 0.5) (layer Cuivre) (net 17) (status 400)) + (segment (start 128.27 111.76) (end 128.27 113.03) (width 0.5) (layer Cuivre) (net 17) (status 800)) + (segment (start 107.95 115.57) (end 125.73 115.57) (width 0.5) (layer Cuivre) (net 17) (status 800)) + (segment (start 96.52 120.015) (end 101.6 120.015) (width 0.5) (layer Cuivre) (net 17)) + (segment (start 95.885 120.65) (end 95.885 122.555) (width 0.5) (layer Cuivre) (net 17)) + (segment (start 96.52 120.015) (end 95.885 120.65) (width 0.5) (layer Cuivre) (net 17)) + (segment (start 153.67 77.47) (end 149.225 77.47) (width 0.5) (layer Cuivre) (net 18) (status C00)) + (segment (start 153.67 87.63) (end 149.225 87.63) (width 0.5) (layer Cuivre) (net 19) (status C00)) + (segment (start 146.685 90.17) (end 144.78 88.265) (width 0.5) (layer Cuivre) (net 20)) + (segment (start 147.32 73.025) (end 144.78 75.565) (width 0.5) (layer Cuivre) (net 20)) + (segment (start 144.78 75.565) (end 144.78 88.265) (width 0.5) (layer Cuivre) (net 20)) + (segment (start 147.32 71.12) (end 147.32 73.025) (width 0.5) (layer Cuivre) (net 20)) + (segment (start 144.78 68.58) (end 147.32 71.12) (width 0.5) (layer Cuivre) (net 20) (status 800)) + (segment (start 149.225 90.17) (end 146.685 90.17) (width 0.5) (layer Cuivre) (net 20) (status 800)) + (segment (start 144.78 63.5) (end 145.415 63.5) (width 0.5) (layer Cuivre) (net 21) (status 800)) + (segment (start 152.4 68.58) (end 152.4 69.85) (width 0.5) (layer Composant) (net 21) (status 800)) + (segment (start 146.05 73.66) (end 147.955 71.755) (width 0.5) (layer Composant) (net 21)) + (segment (start 137.795 74.93) (end 137.795 76.2) (width 0.5) (layer Composant) (net 21)) + (segment (start 137.795 74.93) (end 139.065 73.66) (width 0.5) (layer Composant) (net 21)) + (segment (start 145.415 63.5) (end 147.32 65.405) (width 0.5) (layer Cuivre) (net 21)) + (segment (start 147.955 71.755) (end 150.495 71.755) (width 0.5) (layer Composant) (net 21)) + (segment (start 156.21 58.42) (end 156.21 61.595) (width 0.5) (layer Cuivre) (net 21) (status 800)) + (segment (start 152.4 65.405) (end 152.4 68.58) (width 0.5) (layer Cuivre) (net 21) (status 400)) + (segment (start 156.21 61.595) (end 152.4 65.405) (width 0.5) (layer Cuivre) (net 21)) + (segment (start 149.225 65.405) (end 152.4 68.58) (width 0.5) (layer Cuivre) (net 21) (status 400)) + (segment (start 147.32 65.405) (end 149.225 65.405) (width 0.5) (layer Cuivre) (net 21)) + (segment (start 139.065 73.66) (end 146.05 73.66) (width 0.5) (layer Composant) (net 21)) + (segment (start 137.795 76.2) (end 139.065 77.47) (width 0.5) (layer Composant) (net 21) (status 400)) + (segment (start 150.495 71.755) (end 152.4 69.85) (width 0.5) (layer Composant) (net 21)) + (segment (start 140.97 85.09) (end 139.7 83.82) (width 0.5) (layer Cuivre) (net 22)) + (segment (start 139.7 83.82) (end 139.065 83.82) (width 0.5) (layer Cuivre) (net 22) (status 400)) + (segment (start 140.97 96.52) (end 135.255 96.52) (width 0.5) (layer Cuivre) (net 22) (status 800)) + (segment (start 134.62 97.155) (end 134.62 102.235) (width 0.5) (layer Cuivre) (net 22) (status 400)) + (segment (start 135.255 96.52) (end 134.62 97.155) (width 0.5) (layer Cuivre) (net 22)) + (segment (start 140.97 85.09) (end 140.97 96.52) (width 0.5) (layer Cuivre) (net 22) (status 400)) + (segment (start 128.27 119.38) (end 128.27 120.65) (width 0.5) (layer Cuivre) (net 23) (status 800)) + (segment (start 129.54 121.92) (end 135.255 121.92) (width 0.5) (layer Cuivre) (net 23) (status 400)) + (segment (start 128.27 120.65) (end 129.54 121.92) (width 0.5) (layer Cuivre) (net 23)) + (segment (start 130.81 109.6264) (end 132.6896 107.7468) (width 0.5) (layer Cuivre) (net 24)) + (segment (start 130.81 111.76) (end 130.81 109.6264) (width 0.5) (layer Cuivre) (net 24) (status 800)) + (segment (start 140.335 109.6772) (end 140.335 111.76) (width 0.5) (layer Cuivre) (net 24) (status 400)) + (segment (start 138.4046 107.7468) (end 140.335 109.6772) (width 0.5) (layer Cuivre) (net 24)) + (segment (start 132.6896 107.7468) (end 138.4046 107.7468) (width 0.5) (layer Cuivre) (net 24)) + (segment (start 125.73 90.805) (end 127.635 90.805) (width 0.5) (layer Cuivre) (net 25) (status 400)) + (segment (start 124.46 86.36) (end 124.46 89.535) (width 0.5) (layer Cuivre) (net 25)) + (segment (start 118.11 78.74) (end 118.11 80.01) (width 0.5) (layer Cuivre) (net 25) (status 800)) + (segment (start 118.11 80.01) (end 124.46 86.36) (width 0.5) (layer Cuivre) (net 25)) + (segment (start 124.46 89.535) (end 125.73 90.805) (width 0.5) (layer Cuivre) (net 25)) + (segment (start 120.65 76.2) (end 120.65 79.375) (width 0.5) (layer Cuivre) (net 26)) + (segment (start 118.11 75.565) (end 120.015 75.565) (width 0.5) (layer Cuivre) (net 26) (status 800)) + (segment (start 120.015 75.565) (end 120.65 76.2) (width 0.5) (layer Cuivre) (net 26)) + (segment (start 127 85.725) (end 127.635 85.725) (width 0.5) (layer Cuivre) (net 26) (status 400)) + (segment (start 120.65 79.375) (end 127 85.725) (width 0.5) (layer Cuivre) (net 26)) + (segment (start 114.935 116.205) (end 120.015 116.205) (width 0.5) (layer Composant) (net 27)) + (segment (start 114.935 102.235) (end 113.03 104.14) (width 0.5) (layer Composant) (net 27)) + (segment (start 120.65 116.84) (end 120.65 119.38) (width 0.5) (layer Composant) (net 27) (status 400)) + (segment (start 114.935 102.235) (end 127 102.235) (width 0.5) (layer Composant) (net 27)) + (segment (start 127 102.235) (end 139.065 90.17) (width 0.5) (layer Composant) (net 27) (status 400)) + (segment (start 120.015 116.205) (end 120.65 116.84) (width 0.5) (layer Composant) (net 27)) + (segment (start 113.03 104.14) (end 113.03 114.3) (width 0.5) (layer Composant) (net 27)) + (segment (start 113.03 114.3) (end 114.935 116.205) (width 0.5) (layer Composant) (net 27)) + (segment (start 117.475 84.455) (end 117.475 88.265) (width 0.5) (layer Cuivre) (net 28) (status 400)) + (segment (start 113.665 60.96) (end 113.665 80.645) (width 0.5) (layer Cuivre) (net 28)) + (segment (start 112.395 59.69) (end 113.665 60.96) (width 0.5) (layer Cuivre) (net 28)) + (segment (start 110.49 59.69) (end 112.395 59.69) (width 0.5) (layer Cuivre) (net 28) (status 800)) + (segment (start 113.665 80.645) (end 117.475 84.455) (width 0.5) (layer Cuivre) (net 28)) + (segment (start 146.685 97.79) (end 144.78 97.79) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 144.78 97.79) (end 144.78 97.917) (width 0.8) (layer Cuivre) (net 29) (tstamp 54033059)) + (segment (start 133.985 87.63) (end 126.365 80.01) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 114.3 93.345) (end 130.81 93.345) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 134.62 89.535) (end 134.62 87.63) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 118.11 64.77) (end 120.65 64.77) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 123.19 67.31) (end 120.65 64.77) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 123.825 67.31) (end 123.19 67.31) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 107.95 111.76) (end 115.57 111.76) (width 0.8) (layer Cuivre) (net 29) (status C00)) + (segment (start 134.62 87.63) (end 133.985 87.63) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 143.51 96.52) (end 144.78 96.52) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 144.78 102.235) (end 144.78 97.917) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 144.78 97.917) (end 144.78 96.52) (width 0.8) (layer Cuivre) (net 29) (tstamp 5403305C) (status 800)) + (segment (start 110.49 123.825) (end 109.855 124.46) (width 0.8) (layer Composant) (net 29)) + (segment (start 126.365 80.01) (end 124.46 80.01) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 124.46 80.01) (end 123.825 79.375) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 139.065 87.63) (end 134.62 87.63) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 101.6 71.12) (end 107.95 71.12) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 115.57 98.425) (end 115.57 104.775) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 114.3 93.345) (end 114.3 97.155) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 114.3 97.155) (end 115.57 98.425) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 115.57 111.76) (end 115.57 104.775) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 123.825 79.375) (end 123.825 67.31) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 130.81 93.345) (end 134.62 89.535) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 110.49 119.38) (end 110.49 123.825) (width 0.8) (layer Composant) (net 29)) + (segment (start 110.49 84.455) (end 114.3 88.265) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 114.3 88.265) (end 114.3 93.345) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 110.49 78.74) (end 110.49 84.455) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 110.49 73.66) (end 107.95 71.12) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 110.49 78.74) (end 110.49 73.66) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 125.73 67.31) (end 123.825 67.31) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 107.95 111.76) (end 109.855 111.76) (width 0.8) (layer Composant) (net 29) (status 800)) + (segment (start 109.22 118.11) (end 107.95 118.11) (width 0.8) (layer Composant) (net 29) (status 400)) + (segment (start 110.49 116.84) (end 109.22 118.11) (width 0.8) (layer Composant) (net 29)) + (segment (start 110.49 112.395) (end 110.49 116.84) (width 0.8) (layer Composant) (net 29)) + (segment (start 109.855 111.76) (end 110.49 112.395) (width 0.8) (layer Composant) (net 29)) + (segment (start 109.22 118.11) (end 110.49 119.38) (width 0.8) (layer Composant) (net 29)) + (segment (start 109.855 124.46) (end 107.95 124.46) (width 0.8) (layer Composant) (net 29) (status 400)) + (segment (start 143.51 96.52) (end 142.24 97.79) (width 0.8) (layer Cuivre) (net 29) (status 800)) + (segment (start 137.16 99.06) (end 137.16 103.505) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 138.43 97.79) (end 137.16 99.06) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 142.24 97.79) (end 138.43 97.79) (width 0.5) (layer Cuivre) (net 29)) + (segment (start 135.89 104.775) (end 115.57 104.775) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 137.16 103.505) (end 135.89 104.775) (width 0.8) (layer Cuivre) (net 29)) + (segment (start 136.525 57.15) (end 133.985 59.69) (width 0.5) (layer Cuivre) (net 30)) + (segment (start 133.985 68.58) (end 128.27 74.295) (width 0.5) (layer Cuivre) (net 30)) + (segment (start 133.985 62.23) (end 133.985 68.58) (width 0.5) (layer Cuivre) (net 30) (status 800)) + (segment (start 137.16 56.515) (end 139.065 54.61) (width 0.5) (layer Cuivre) (net 30) (status 400)) + (segment (start 137.16 57.15) (end 137.16 56.515) (width 0.5) (layer Cuivre) (net 30) (status 800)) + (segment (start 136.525 57.15) (end 137.16 57.15) (width 0.5) (layer Cuivre) (net 30) (status 400)) + (segment (start 143.51 57.15) (end 147.32 60.96) (width 0.5) (layer Cuivre) (net 30) (status 400)) + (segment (start 137.16 57.15) (end 143.51 57.15) (width 0.5) (layer Cuivre) (net 30) (status 800)) + (segment (start 133.985 62.23) (end 133.985 59.69) (width 0.5) (layer Cuivre) (net 30) (status 800)) + (segment (start 128.27 74.295) (end 128.27 75.565) (width 0.5) (layer Cuivre) (net 30) (status 400)) + (segment (start 139.065 54.61) (end 139.065 51.181) (width 0.5) (layer Cuivre) (net 30) (status 800)) + (segment (start 140.462 49.784) (end 143.002 49.784) (width 0.5) (layer Cuivre) (net 30) (status 400)) + (segment (start 139.065 51.181) (end 140.462 49.784) (width 0.5) (layer Cuivre) (net 30)) + (segment (start 196.85 112.395) (end 203.2 112.395) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 147.955 97.79) (end 147.955 102.235) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 170.18 104.775) (end 154.305 104.775) (width 0.5) (layer Composant) (net 31)) + (segment (start 170.18 104.775) (end 185.42 104.775) (width 0.5) (layer Composant) (net 31)) + (segment (start 185.42 104.775) (end 186.69 106.045) (width 0.5) (layer Composant) (net 31)) + (segment (start 186.69 109.22) (end 186.69 106.045) (width 0.5) (layer Composant) (net 31) (status 400)) + (segment (start 151.765 102.235) (end 147.955 102.235) (width 0.5) (layer Composant) (net 31) (tstamp 54033055)) + (segment (start 154.305 104.775) (end 151.765 102.235) (width 0.5) (layer Composant) (net 31) (tstamp 54033053)) + (segment (start 186.69 106.045) (end 187.96 104.775) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 196.85 106.68) (end 194.945 104.775) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 196.85 112.395) (end 196.85 106.68) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 186.69 109.22) (end 186.69 106.045) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 187.96 104.775) (end 194.945 104.775) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 201.93 64.77) (end 205.74 64.77) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 198.755 67.945) (end 201.93 64.77) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 205.74 64.77) (end 210.185 64.77) (width 0.4) (layer Cuivre) (net 31)) + (segment (start 198.755 71.12) (end 198.755 67.945) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 210.185 64.77) (end 210.82 64.77) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 190.5 71.12) (end 198.755 71.12) (width 0.5) (layer Cuivre) (net 31) (status C00)) + (segment (start 213.36 71.12) (end 215.265 71.12) (width 0.5) (layer Cuivre) (net 31) (status 400)) + (segment (start 212.725 70.485) (end 213.36 71.12) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 166.37 120.65) (end 147.955 102.235) (width 0.5) (layer Cuivre) (net 31) (status 400)) + (segment (start 210.82 64.77) (end 212.725 66.675) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 206.375 102.235) (end 219.075 102.235) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 203.2 105.41) (end 203.2 112.395) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 219.075 102.235) (end 220.345 100.965) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 220.345 100.965) (end 220.345 71.755) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 220.345 71.755) (end 219.71 71.12) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 219.71 71.12) (end 215.265 71.12) (width 0.5) (layer Cuivre) (net 31) (status 400)) + (segment (start 203.2 105.41) (end 206.375 102.235) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 212.725 66.675) (end 212.725 70.485) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 204.47 116.84) (end 210.185 116.84) (width 0.4) (layer Cuivre) (net 31)) + (segment (start 210.185 118.11) (end 210.185 116.84) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 203.2 115.57) (end 204.47 116.84) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 203.2 112.395) (end 203.2 115.57) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 198.12 119.38) (end 210.185 119.38) (width 0.4) (layer Cuivre) (net 31)) + (segment (start 210.185 119.38) (end 210.185 118.11) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 193.04 119.38) (end 198.12 119.38) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 182.245 121.92) (end 184.7 121.92) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 184.7 121.92) (end 189.23 121.92) (width 0.4) (layer Cuivre) (net 31) (tstamp 52C92399)) + (segment (start 189.23 121.92) (end 190.5 121.92) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 185.42 71.12) (end 190.5 71.12) (width 0.5) (layer Cuivre) (net 31) (status 400)) + (segment (start 190.5 121.92) (end 193.04 119.38) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 180.975 120.65) (end 182.245 121.92) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 179.07 120.65) (end 180.975 120.65) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 175.26 76.2) (end 180.34 76.2) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 210.185 118.11) (end 215.265 118.11) (width 0.5) (layer Cuivre) (net 31) (status 400)) + (segment (start 180.34 76.2) (end 185.42 71.12) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 140.97 99.06) (end 140.97 104.14) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 140.97 104.14) (end 142.24 105.41) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 142.24 105.41) (end 144.78 105.41) (width 0.5) (layer Cuivre) (net 31)) + (segment (start 144.78 105.41) (end 147.955 102.235) (width 0.5) (layer Cuivre) (net 31) (status 400)) + (segment (start 179.07 120.65) (end 166.37 120.65) (width 0.5) (layer Cuivre) (net 31) (status 800)) + (segment (start 207.645 50.8) (end 207.645 46.355) (width 0.5) (layer Cuivre) (net 32) (status 800)) + (segment (start 179.07 130.81) (end 180.975 132.715) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 207.645 115.57) (end 205.105 115.57) (width 0.5) (layer Cuivre) (net 32) (status 800)) + (segment (start 221.615 104.14) (end 220.98 104.14) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 221.615 104.14) (end 222.25 103.505) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 220.98 130.81) (end 220.98 104.14) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 218.44 133.35) (end 220.98 130.81) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 222.25 48.895) (end 222.25 103.505) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 205.105 115.57) (end 204.47 114.935) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 204.47 114.935) (end 204.47 106.68) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 204.47 106.68) (end 207.01 104.14) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 207.01 104.14) (end 220.98 104.14) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 219.71 46.355) (end 207.645 46.355) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 156.845 50.8) (end 175.26 50.8) (width 0.5) (layer Cuivre) (net 32) (status 400)) + (segment (start 195.58 132.715) (end 196.215 133.35) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 175.26 50.8) (end 175.26 47.625) (width 0.5) (layer Cuivre) (net 32) (status 800)) + (segment (start 179.07 130.81) (end 179.07 128.27) (width 0.5) (layer Cuivre) (net 32) (status 400)) + (segment (start 207.645 46.355) (end 176.53 46.355) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 175.26 47.625) (end 176.53 46.355) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 222.25 48.895) (end 219.71 46.355) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 196.215 133.35) (end 218.44 133.35) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 195.58 132.715) (end 180.975 132.715) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 152.4 55.245) (end 152.4 58.42) (width 0.5) (layer Cuivre) (net 32) (status 400)) + (segment (start 156.845 50.8) (end 152.4 55.245) (width 0.5) (layer Cuivre) (net 32)) + (segment (start 189.865 110.49) (end 189.865 113.665) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 140.335 122.555) (end 144.78 127) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 217.805 123.825) (end 217.17 123.19) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 217.805 130.175) (end 217.805 123.825) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 205.74 54.61) (end 208.915 54.61) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 196.85 54.61) (end 205.74 54.61) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 211.455 53.34) (end 210.185 54.61) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 210.185 54.61) (end 208.915 54.61) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 211.455 53.34) (end 215.265 53.34) (width 0.5) (layer Cuivre) (net 33) (status 400)) + (segment (start 192.405 125.73) (end 198.12 131.445) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 144.78 127) (end 177.165 127) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 193.04 107.315) (end 193.04 75.565) (width 0.5) (layer Composant) (net 33)) + (segment (start 196.85 67.31) (end 196.85 54.61) (width 0.5) (layer Composant) (net 33)) + (segment (start 189.865 123.19) (end 192.405 125.73) (width 0.5) (layer Composant) (net 33)) + (segment (start 189.23 114.3) (end 186.69 114.3) (width 0.5) (layer Cuivre) (net 33) (status 400)) + (via (at 192.405 125.73) (size 1.6) (layers Composant Cuivre) (net 33)) + (via (at 196.85 54.61) (size 1.6) (layers Composant Cuivre) (net 33)) + (segment (start 193.04 75.565) (end 196.215 72.39) (width 0.5) (layer Composant) (net 33)) + (segment (start 193.04 107.315) (end 189.865 110.49) (width 0.5) (layer Composant) (net 33)) + (segment (start 186.69 125.73) (end 192.405 125.73) (width 0.5) (layer Cuivre) (net 33) (status 802)) + (segment (start 198.12 131.445) (end 216.535 131.445) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 140.335 121.92) (end 140.335 122.555) (width 0.5) (layer Cuivre) (net 33) (status 800)) + (segment (start 217.17 123.19) (end 215.265 123.19) (width 0.5) (layer Cuivre) (net 33) (status 400)) + (segment (start 195.58 53.34) (end 196.85 54.61) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 190.5 53.34) (end 195.58 53.34) (width 0.5) (layer Cuivre) (net 33) (status 800)) + (segment (start 196.215 67.945) (end 196.85 67.31) (width 0.5) (layer Composant) (net 33)) + (segment (start 189.865 110.49) (end 189.865 123.19) (width 0.5) (layer Composant) (net 33)) + (segment (start 196.215 72.39) (end 196.215 67.945) (width 0.5) (layer Composant) (net 33)) + (segment (start 182.245 125.73) (end 186.69 125.73) (width 0.5) (layer Cuivre) (net 33) (status 400)) + (via (at 189.865 110.49) (size 1.6) (layers Composant Cuivre) (net 33)) + (segment (start 182.245 125.73) (end 180.975 127) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 177.165 127) (end 180.975 127) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 216.535 131.445) (end 217.805 130.175) (width 0.5) (layer Cuivre) (net 33)) + (segment (start 189.865 113.665) (end 189.23 114.3) (width 0.5) (layer Cuivre) (net 33)) + (via (at 192.405 123.19) (size 1.6) (layers Composant Cuivre) (net 34)) + (segment (start 132.715 109.22) (end 135.255 111.76) (width 0.5) (layer Composant) (net 34) (status 400)) + (segment (start 192.405 114.3) (end 192.405 123.19) (width 0.5) (layer Composant) (net 34)) + (segment (start 200.025 52.07) (end 205.74 52.07) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 203.2 121.92) (end 213.995 121.92) (width 0.4) (layer Cuivre) (net 34) (status 2)) + (segment (start 173.99 125.095) (end 174.625 124.46) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 209.55 52.07) (end 210.82 50.8) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 201.93 123.19) (end 203.2 121.92) (width 0.5) (layer Cuivre) (net 34) (status 2)) + (segment (start 213.995 121.92) (end 215.265 120.65) (width 0.5) (layer Cuivre) (net 34) (status 402)) + (segment (start 186.69 123.19) (end 192.405 123.19) (width 0.5) (layer Cuivre) (net 34) (status 802)) + (segment (start 174.625 124.46) (end 181.61 124.46) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 149.86 125.095) (end 173.99 125.095) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 181.61 124.46) (end 182.88 123.19) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 120.65 109.855) (end 121.285 109.22) (width 0.5) (layer Composant) (net 34)) + (segment (start 120.65 111.76) (end 120.65 109.855) (width 0.5) (layer Composant) (net 34) (status 800)) + (segment (start 192.405 123.19) (end 201.93 123.19) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 121.285 109.22) (end 132.715 109.22) (width 0.5) (layer Composant) (net 34)) + (segment (start 205.74 52.07) (end 209.55 52.07) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 182.88 123.19) (end 186.69 123.19) (width 0.5) (layer Cuivre) (net 34) (status 400)) + (segment (start 194.945 91.44) (end 194.945 113.665) (width 0.5) (layer Composant) (net 34)) + (segment (start 194.945 113.665) (end 194.31 114.3) (width 0.5) (layer Composant) (net 34)) + (segment (start 200.025 57.15) (end 200.025 52.07) (width 0.5) (layer Composant) (net 34)) + (via (at 200.025 52.07) (size 1.6) (layers Composant Cuivre) (net 34)) + (segment (start 194.31 114.3) (end 192.405 114.3) (width 0.5) (layer Composant) (net 34)) + (segment (start 190.5 50.8) (end 198.755 50.8) (width 0.5) (layer Cuivre) (net 34) (status 800)) + (segment (start 198.755 50.8) (end 200.025 52.07) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 135.255 111.76) (end 137.795 114.3) (width 0.5) (layer Cuivre) (net 34) (status 800)) + (segment (start 215.265 50.8) (end 210.82 50.8) (width 0.5) (layer Cuivre) (net 34) (status 800)) + (segment (start 200.025 57.15) (end 201.295 58.42) (width 0.5) (layer Composant) (net 34)) + (via (at 192.405 114.3) (size 1.6) (layers Composant Cuivre) (net 34)) + (segment (start 201.295 58.42) (end 201.295 85.09) (width 0.5) (layer Composant) (net 34)) + (segment (start 201.295 85.09) (end 194.945 91.44) (width 0.5) (layer Composant) (net 34)) + (segment (start 137.795 114.3) (end 139.065 114.3) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 139.065 114.3) (end 149.86 125.095) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 192.405 114.3) (end 191.77 114.3) (width 0.5) (layer Cuivre) (net 34)) + (segment (start 189.23 116.84) (end 186.69 116.84) (width 0.5) (layer Cuivre) (net 34) (status 400)) + (segment (start 191.77 114.3) (end 189.23 116.84) (width 0.5) (layer Cuivre) (net 34)) + + (zone (net 5) (net_name GND) (layer Cuivre) (tstamp 48F6319A) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.3) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.635)) + (polygon + (pts + (xy 223.52 138.43) (xy 232.41 128.905) (xy 232.41 53.975) (xy 219.71 41.91) (xy 81.28 41.91) + (xy 74.295 48.895) (xy 74.295 127.635) (xy 86.36 138.43) + ) + ) + (filled_polygon + (pts + (xy 232.26 128.845876) (xy 223.454817 138.28) (xy 223.158 138.28) (xy 223.158 103.505) (xy 223.158 48.895) + (xy 223.149814 48.811516) (xy 223.142505 48.727972) (xy 223.141172 48.723386) (xy 223.140707 48.718635) (xy 223.116464 48.638339) + (xy 223.093065 48.557797) (xy 223.090867 48.553558) (xy 223.089488 48.548988) (xy 223.050117 48.474944) (xy 223.011513 48.400468) + (xy 223.008533 48.396735) (xy 223.006292 48.39252) (xy 222.953266 48.327504) (xy 222.900954 48.261974) (xy 222.894401 48.255328) + (xy 222.89429 48.255192) (xy 222.894163 48.255087) (xy 222.892053 48.252947) (xy 220.352053 45.712947) (xy 220.287229 45.6597) + (xy 220.22299 45.605797) (xy 220.218805 45.603496) (xy 220.215116 45.600466) (xy 220.141197 45.560831) (xy 220.067699 45.520425) + (xy 220.063148 45.518981) (xy 220.05894 45.516725) (xy 219.978751 45.492209) (xy 219.898784 45.466842) (xy 219.894036 45.466309) + (xy 219.889472 45.464914) (xy 219.806044 45.456439) (xy 219.722678 45.447089) (xy 219.71334 45.447023) (xy 219.713169 45.447006) + (xy 219.713009 45.447021) (xy 219.71 45.447) (xy 207.645 45.447) (xy 176.53 45.447) (xy 176.446516 45.455185) + (xy 176.362972 45.462495) (xy 176.358387 45.463827) (xy 176.353635 45.464293) (xy 176.273325 45.488539) (xy 176.192798 45.511935) + (xy 176.18856 45.514131) (xy 176.183988 45.515512) (xy 176.109925 45.554891) (xy 176.035468 45.593487) (xy 176.031735 45.596466) + (xy 176.02752 45.598708) (xy 175.96251 45.651728) (xy 175.896975 45.704045) (xy 175.890328 45.710598) (xy 175.890192 45.71071) + (xy 175.890087 45.710836) (xy 175.887947 45.712947) (xy 174.617947 46.982947) (xy 174.5647 47.04777) (xy 174.510797 47.11201) + (xy 174.508496 47.116194) (xy 174.505466 47.119884) (xy 174.465831 47.193802) (xy 174.425425 47.267301) (xy 174.423981 47.271851) + (xy 174.421725 47.27606) (xy 174.397209 47.356248) (xy 174.371842 47.436216) (xy 174.371309 47.440963) (xy 174.369914 47.445528) + (xy 174.361439 47.528955) (xy 174.352089 47.612322) (xy 174.352023 47.621659) (xy 174.352006 47.621831) (xy 174.352021 47.62199) + (xy 174.352 47.625) (xy 174.352 49.3546) (xy 173.798193 49.3546) (xy 173.671069 49.379887) (xy 173.55132 49.429488) + (xy 173.44355 49.501498) (xy 173.351898 49.593149) (xy 173.279888 49.70092) (xy 173.230287 49.820668) (xy 173.216097 49.892) + (xy 156.845 49.892) (xy 156.761516 49.900185) (xy 156.677972 49.907495) (xy 156.673387 49.908827) (xy 156.668635 49.909293) + (xy 156.588325 49.933539) (xy 156.507798 49.956935) (xy 156.50356 49.959131) (xy 156.498988 49.960512) (xy 156.424925 49.999891) + (xy 156.350468 50.038487) (xy 156.346735 50.041466) (xy 156.34252 50.043708) (xy 156.277534 50.096708) (xy 156.211974 50.149045) + (xy 156.205327 50.155599) (xy 156.205192 50.15571) (xy 156.205088 50.155835) (xy 156.202947 50.157947) (xy 151.757947 54.602947) + (xy 151.7047 54.66777) (xy 151.650797 54.73201) (xy 151.648496 54.736194) (xy 151.645466 54.739884) (xy 151.605831 54.813802) + (xy 151.565425 54.887301) (xy 151.563981 54.891851) (xy 151.561725 54.89606) (xy 151.537209 54.976248) (xy 151.511842 55.056216) + (xy 151.511309 55.060963) (xy 151.509914 55.065528) (xy 151.501439 55.148955) (xy 151.492089 55.232322) (xy 151.492023 55.241659) + (xy 151.492006 55.241831) (xy 151.492021 55.24199) (xy 151.492 55.245) (xy 151.492 57.321613) (xy 151.306953 57.502825) + (xy 151.149623 57.7326) (xy 151.03992 57.988557) (xy 150.982021 58.260948) (xy 150.978133 58.539397) (xy 151.028404 58.813299) + (xy 151.130918 59.07222) (xy 151.281771 59.306298) (xy 151.475217 59.506617) (xy 151.703887 59.665547) (xy 151.959073 59.777035) + (xy 152.231053 59.836834) (xy 152.509468 59.842666) (xy 152.783714 59.794309) (xy 153.043344 59.693605) (xy 153.27847 59.54439) + (xy 153.480134 59.352347) (xy 153.640657 59.124791) (xy 153.753924 58.87039) (xy 153.81562 58.598834) (xy 153.820061 58.280762) + (xy 153.765971 58.007589) (xy 153.659852 57.750125) (xy 153.505746 57.518176) (xy 153.309522 57.320577) (xy 153.308 57.31955) + (xy 153.308 55.621106) (xy 157.221106 51.708) (xy 173.216098 51.708) (xy 173.230287 51.779331) (xy 173.279888 51.89908) + (xy 173.351898 52.00685) (xy 173.443549 52.098502) (xy 173.55132 52.170512) (xy 173.671068 52.220113) (xy 173.72453 52.230747) + (xy 173.621979 52.314386) (xy 173.442166 52.531743) (xy 173.307996 52.779885) (xy 173.224579 53.049362) (xy 173.195092 53.329909) + (xy 173.220659 53.610841) (xy 173.300305 53.881456) (xy 173.430998 54.131448) (xy 173.607758 54.351293) (xy 173.823854 54.532619) + (xy 173.964748 54.610076) (xy 173.840585 54.676096) (xy 173.621979 54.854386) (xy 173.442166 55.071743) (xy 173.307996 55.319885) + (xy 173.224579 55.589362) (xy 173.195092 55.869909) (xy 173.220659 56.150841) (xy 173.300305 56.421456) (xy 173.430998 56.671448) + (xy 173.607758 56.891293) (xy 173.823854 57.072619) (xy 173.964748 57.150076) (xy 173.840585 57.216096) (xy 173.621979 57.394386) + (xy 173.442166 57.611743) (xy 173.307996 57.859885) (xy 173.224579 58.129362) (xy 173.195092 58.409909) (xy 173.220659 58.690841) + (xy 173.300305 58.961456) (xy 173.430998 59.211448) (xy 173.607758 59.431293) (xy 173.823854 59.612619) (xy 173.964748 59.690076) + (xy 173.840585 59.756096) (xy 173.621979 59.934386) (xy 173.442166 60.151743) (xy 173.307996 60.399885) (xy 173.224579 60.669362) + (xy 173.195092 60.949909) (xy 173.220659 61.230841) (xy 173.300305 61.501456) (xy 173.430998 61.751448) (xy 173.607758 61.971293) + (xy 173.823854 62.152619) (xy 173.964748 62.230076) (xy 173.840585 62.296096) (xy 173.621979 62.474386) (xy 173.442166 62.691743) + (xy 173.307996 62.939885) (xy 173.224579 63.209362) (xy 173.195092 63.489909) (xy 173.220659 63.770841) (xy 173.300305 64.041456) + (xy 173.430998 64.291448) (xy 173.607758 64.511293) (xy 173.823854 64.692619) (xy 173.964748 64.770076) (xy 173.840585 64.836096) + (xy 173.621979 65.014386) (xy 173.442166 65.231743) (xy 173.307996 65.479885) (xy 173.224579 65.749362) (xy 173.195092 66.029909) + (xy 173.220659 66.310841) (xy 173.300305 66.581456) (xy 173.430998 66.831448) (xy 173.607758 67.051293) (xy 173.823854 67.232619) + (xy 173.953561 67.303926) (xy 173.94252 67.308724) (xy 173.708108 67.471252) (xy 173.509908 67.676388) (xy 173.355536 67.91625) + (xy 173.258616 68.189975) (xy 173.380499 68.4125) (xy 175.0925 68.4125) (xy 175.0925 68.3925) (xy 175.4275 68.3925) + (xy 175.4275 68.4125) (xy 177.139501 68.4125) (xy 177.261384 68.189975) (xy 177.164464 67.91625) (xy 177.010092 67.676388) + (xy 176.811892 67.471252) (xy 176.57748 67.308724) (xy 176.566488 67.303948) (xy 176.679415 67.243904) (xy 176.898021 67.065614) + (xy 177.077834 66.848257) (xy 177.212004 66.600115) (xy 177.295421 66.330638) (xy 177.324908 66.050091) (xy 177.299341 65.769159) + (xy 177.219695 65.498544) (xy 177.089002 65.248552) (xy 176.912242 65.028707) (xy 176.696146 64.847381) (xy 176.555251 64.769923) + (xy 176.679415 64.703904) (xy 176.898021 64.525614) (xy 177.077834 64.308257) (xy 177.212004 64.060115) (xy 177.295421 63.790638) + (xy 177.324908 63.510091) (xy 177.299341 63.229159) (xy 177.219695 62.958544) (xy 177.089002 62.708552) (xy 176.912242 62.488707) + (xy 176.696146 62.307381) (xy 176.555251 62.229923) (xy 176.679415 62.163904) (xy 176.898021 61.985614) (xy 177.077834 61.768257) + (xy 177.212004 61.520115) (xy 177.295421 61.250638) (xy 177.324908 60.970091) (xy 177.299341 60.689159) (xy 177.219695 60.418544) + (xy 177.089002 60.168552) (xy 176.912242 59.948707) (xy 176.696146 59.767381) (xy 176.555251 59.689923) (xy 176.679415 59.623904) + (xy 176.898021 59.445614) (xy 177.077834 59.228257) (xy 177.212004 58.980115) (xy 177.295421 58.710638) (xy 177.324908 58.430091) + (xy 177.299341 58.149159) (xy 177.219695 57.878544) (xy 177.089002 57.628552) (xy 176.912242 57.408707) (xy 176.696146 57.227381) + (xy 176.555251 57.149923) (xy 176.679415 57.083904) (xy 176.898021 56.905614) (xy 177.077834 56.688257) (xy 177.212004 56.440115) + (xy 177.295421 56.170638) (xy 177.324908 55.890091) (xy 177.299341 55.609159) (xy 177.219695 55.338544) (xy 177.089002 55.088552) + (xy 176.912242 54.868707) (xy 176.696146 54.687381) (xy 176.555251 54.609923) (xy 176.679415 54.543904) (xy 176.898021 54.365614) + (xy 177.077834 54.148257) (xy 177.212004 53.900115) (xy 177.295421 53.630638) (xy 177.324908 53.350091) (xy 177.299341 53.069159) + (xy 177.219695 52.798544) (xy 177.089002 52.548552) (xy 176.912242 52.328707) (xy 176.795492 52.230742) (xy 176.848931 52.220113) + (xy 176.96868 52.170512) (xy 177.07645 52.098502) (xy 177.168102 52.006851) (xy 177.240112 51.89908) (xy 177.289713 51.779332) + (xy 177.315 51.652208) (xy 177.315 51.522593) (xy 177.315 49.947793) (xy 177.289713 49.820669) (xy 177.240112 49.70092) + (xy 177.168102 49.59315) (xy 177.076451 49.501498) (xy 176.96868 49.429488) (xy 176.848932 49.379887) (xy 176.721808 49.3546) + (xy 176.592193 49.3546) (xy 176.168 49.3546) (xy 176.168 48.001106) (xy 176.906106 47.263) (xy 195.195911 47.263) + (xy 195.152306 47.326685) (xy 195.003356 47.67421) (xy 194.924745 48.044048) (xy 194.919465 48.422112) (xy 194.98772 48.794) + (xy 195.126908 49.145549) (xy 195.331728 49.463368) (xy 195.594379 49.73535) (xy 195.819768 49.892) (xy 192.235291 49.892) + (xy 192.152242 49.788707) (xy 191.936146 49.607381) (xy 191.688947 49.471482) (xy 191.420059 49.386185) (xy 191.139724 49.354741) + (xy 191.119543 49.3546) (xy 189.880457 49.3546) (xy 189.599711 49.382127) (xy 189.329658 49.463661) (xy 189.080585 49.596096) + (xy 188.861979 49.774386) (xy 188.682166 49.991743) (xy 188.547996 50.239885) (xy 188.464579 50.509362) (xy 188.435092 50.789909) + (xy 188.460659 51.070841) (xy 188.540305 51.341456) (xy 188.670998 51.591448) (xy 188.847758 51.811293) (xy 189.063854 51.992619) + (xy 189.204748 52.070076) (xy 189.080585 52.136096) (xy 188.861979 52.314386) (xy 188.682166 52.531743) (xy 188.547996 52.779885) + (xy 188.464579 53.049362) (xy 188.435092 53.329909) (xy 188.460659 53.610841) (xy 188.540305 53.881456) (xy 188.670998 54.131448) + (xy 188.847758 54.351293) (xy 189.063854 54.532619) (xy 189.204748 54.610076) (xy 189.080585 54.676096) (xy 188.861979 54.854386) + (xy 188.682166 55.071743) (xy 188.547996 55.319885) (xy 188.464579 55.589362) (xy 188.435092 55.869909) (xy 188.460659 56.150841) + (xy 188.540305 56.421456) (xy 188.670998 56.671448) (xy 188.847758 56.891293) (xy 189.063854 57.072619) (xy 189.204748 57.150076) + (xy 189.080585 57.216096) (xy 188.861979 57.394386) (xy 188.682166 57.611743) (xy 188.547996 57.859885) (xy 188.464579 58.129362) + (xy 188.435092 58.409909) (xy 188.460659 58.690841) (xy 188.540305 58.961456) (xy 188.670998 59.211448) (xy 188.847758 59.431293) + (xy 189.063854 59.612619) (xy 189.204748 59.690076) (xy 189.080585 59.756096) (xy 188.861979 59.934386) (xy 188.682166 60.151743) + (xy 188.547996 60.399885) (xy 188.464579 60.669362) (xy 188.435092 60.949909) (xy 188.460659 61.230841) (xy 188.540305 61.501456) + (xy 188.670998 61.751448) (xy 188.847758 61.971293) (xy 189.063854 62.152619) (xy 189.204748 62.230076) (xy 189.080585 62.296096) + (xy 188.861979 62.474386) (xy 188.682166 62.691743) (xy 188.547996 62.939885) (xy 188.464579 63.209362) (xy 188.435092 63.489909) + (xy 188.460659 63.770841) (xy 188.540305 64.041456) (xy 188.670998 64.291448) (xy 188.847758 64.511293) (xy 189.063854 64.692619) + (xy 189.204748 64.770076) (xy 189.080585 64.836096) (xy 188.861979 65.014386) (xy 188.682166 65.231743) (xy 188.547996 65.479885) + (xy 188.464579 65.749362) (xy 188.435092 66.029909) (xy 188.460659 66.310841) (xy 188.540305 66.581456) (xy 188.670998 66.831448) + (xy 188.847758 67.051293) (xy 189.063854 67.232619) (xy 189.204748 67.310076) (xy 189.080585 67.376096) (xy 188.861979 67.554386) + (xy 188.682166 67.771743) (xy 188.547996 68.019885) (xy 188.464579 68.289362) (xy 188.435092 68.569909) (xy 188.460659 68.850841) + (xy 188.540305 69.121456) (xy 188.670998 69.371448) (xy 188.847758 69.591293) (xy 189.063854 69.772619) (xy 189.204748 69.850076) + (xy 189.080585 69.916096) (xy 188.861979 70.094386) (xy 188.76468 70.212) (xy 185.42 70.212) (xy 185.336512 70.220186) + (xy 185.252972 70.227495) (xy 185.248387 70.228827) (xy 185.243635 70.229293) (xy 185.163325 70.253539) (xy 185.082798 70.276935) + (xy 185.07856 70.279131) (xy 185.073988 70.280512) (xy 184.999925 70.319891) (xy 184.925468 70.358487) (xy 184.921735 70.361466) + (xy 184.91752 70.363708) (xy 184.85251 70.416728) (xy 184.786975 70.469045) (xy 184.780328 70.475598) (xy 184.780192 70.47571) + (xy 184.780087 70.475836) (xy 184.777947 70.477947) (xy 179.963894 75.292) (xy 176.995291 75.292) (xy 176.912242 75.188707) + (xy 176.696146 75.007381) (xy 176.555251 74.929923) (xy 176.679415 74.863904) (xy 176.898021 74.685614) (xy 177.077834 74.468257) + (xy 177.212004 74.220115) (xy 177.295421 73.950638) (xy 177.324908 73.670091) (xy 177.299341 73.389159) (xy 177.219695 73.118544) + (xy 177.089002 72.868552) (xy 176.912242 72.648707) (xy 176.696146 72.467381) (xy 176.555251 72.389923) (xy 176.679415 72.323904) + (xy 176.898021 72.145614) (xy 177.077834 71.928257) (xy 177.212004 71.680115) (xy 177.295421 71.410638) (xy 177.324908 71.130091) + (xy 177.299341 70.849159) (xy 177.219695 70.578544) (xy 177.089002 70.328552) (xy 176.912242 70.108707) (xy 176.696146 69.927381) + (xy 176.566438 69.856073) (xy 176.57748 69.851276) (xy 176.811892 69.688748) (xy 177.010092 69.483612) (xy 177.164464 69.24375) + (xy 177.261384 68.970025) (xy 177.139501 68.7475) (xy 175.4275 68.7475) (xy 175.4275 68.7675) (xy 175.0925 68.7675) + (xy 175.0925 68.7475) (xy 173.380499 68.7475) (xy 173.258616 68.970025) (xy 173.355536 69.24375) (xy 173.509908 69.483612) + (xy 173.708108 69.688748) (xy 173.94252 69.851276) (xy 173.953511 69.856051) (xy 173.840585 69.916096) (xy 173.621979 70.094386) + (xy 173.442166 70.311743) (xy 173.307996 70.559885) (xy 173.224579 70.829362) (xy 173.195092 71.109909) (xy 173.220659 71.390841) + (xy 173.300305 71.661456) (xy 173.430998 71.911448) (xy 173.607758 72.131293) (xy 173.823854 72.312619) (xy 173.964748 72.390076) + (xy 173.840585 72.456096) (xy 173.621979 72.634386) (xy 173.442166 72.851743) (xy 173.307996 73.099885) (xy 173.224579 73.369362) + (xy 173.195092 73.649909) (xy 173.220659 73.930841) (xy 173.300305 74.201456) (xy 173.430998 74.451448) (xy 173.607758 74.671293) + (xy 173.823854 74.852619) (xy 173.964748 74.930076) (xy 173.840585 74.996096) (xy 173.621979 75.174386) (xy 173.442166 75.391743) + (xy 173.307996 75.639885) (xy 173.224579 75.909362) (xy 173.195092 76.189909) (xy 173.220659 76.470841) (xy 173.300305 76.741456) + (xy 173.430998 76.991448) (xy 173.607758 77.211293) (xy 173.823854 77.392619) (xy 173.953561 77.463926) (xy 173.94252 77.468724) + (xy 173.708108 77.631252) (xy 173.509908 77.836388) (xy 173.355536 78.07625) (xy 173.258616 78.349975) (xy 173.380499 78.5725) + (xy 175.0925 78.5725) (xy 175.0925 78.5525) (xy 175.4275 78.5525) (xy 175.4275 78.5725) (xy 177.139501 78.5725) + (xy 177.261384 78.349975) (xy 177.164464 78.07625) (xy 177.010092 77.836388) (xy 176.811892 77.631252) (xy 176.57748 77.468724) + (xy 176.566488 77.463948) (xy 176.679415 77.403904) (xy 176.898021 77.225614) (xy 176.995319 77.108) (xy 180.34 77.108) + (xy 180.423483 77.099814) (xy 180.507028 77.092505) (xy 180.511612 77.091172) (xy 180.516365 77.090707) (xy 180.596674 77.06646) + (xy 180.677202 77.043065) (xy 180.681439 77.040868) (xy 180.686012 77.039488) (xy 180.760074 77.000108) (xy 180.834532 76.961513) + (xy 180.838264 76.958533) (xy 180.84248 76.956292) (xy 180.907489 76.903271) (xy 180.973025 76.850955) (xy 180.979671 76.844401) + (xy 180.979808 76.84429) (xy 180.979912 76.844163) (xy 180.982053 76.842053) (xy 185.796106 72.028) (xy 188.764708 72.028) + (xy 188.847758 72.131293) (xy 189.063854 72.312619) (xy 189.193561 72.383926) (xy 189.18252 72.388724) (xy 188.948108 72.551252) + (xy 188.749908 72.756388) (xy 188.595536 72.99625) (xy 188.498616 73.269975) (xy 188.620499 73.4925) (xy 190.3325 73.4925) + (xy 190.3325 73.4725) (xy 190.6675 73.4725) (xy 190.6675 73.4925) (xy 192.379501 73.4925) (xy 192.501384 73.269975) + (xy 192.404464 72.99625) (xy 192.250092 72.756388) (xy 192.051892 72.551252) (xy 191.81748 72.388724) (xy 191.806488 72.383948) + (xy 191.919415 72.323904) (xy 192.138021 72.145614) (xy 192.235319 72.028) (xy 197.746007 72.028) (xy 197.871571 72.158025) + (xy 198.090016 72.309849) (xy 198.275469 72.390871) (xy 198.129649 72.448852) (xy 198.095394 72.467162) (xy 198.034245 72.702364) + (xy 198.755 73.423119) (xy 199.475755 72.702364) (xy 199.414606 72.467162) (xy 199.2339 72.389276) (xy 199.369575 72.336652) + (xy 199.594186 72.194109) (xy 199.786833 72.010654) (xy 199.940177 71.793274) (xy 200.048379 71.55025) (xy 200.107316 71.290837) + (xy 200.111559 70.986988) (xy 200.059888 70.726031) (xy 199.958514 70.48008) (xy 199.811299 70.258504) (xy 199.663 70.109165) + (xy 199.663 68.321106) (xy 202.306106 65.678) (xy 205.74 65.678) (xy 205.891496 65.663145) (xy 205.864808 65.749362) + (xy 205.835321 66.029909) (xy 205.860888 66.310841) (xy 205.940534 66.581456) (xy 206.071227 66.831448) (xy 206.247987 67.051293) + (xy 206.464083 67.232619) (xy 206.593247 67.303628) (xy 206.58152 67.308724) (xy 206.347108 67.471252) (xy 206.148908 67.676388) + (xy 205.994536 67.91625) (xy 205.897616 68.189975) (xy 206.019499 68.4125) (xy 207.4775 68.4125) (xy 207.4775 68.3925) + (xy 207.8125 68.3925) (xy 207.8125 68.4125) (xy 209.270501 68.4125) (xy 209.392384 68.189975) (xy 209.295464 67.91625) + (xy 209.141092 67.676388) (xy 208.942892 67.471252) (xy 208.70848 67.308724) (xy 208.696812 67.303654) (xy 208.809186 67.243904) + (xy 209.027792 67.065614) (xy 209.207605 66.848257) (xy 209.341775 66.600115) (xy 209.425192 66.330638) (xy 209.454679 66.050091) + (xy 209.429112 65.769159) (xy 209.387566 65.628) (xy 209.901145 65.628) (xy 209.996216 65.658158) (xy 210.172322 65.677911) + (xy 210.185 65.678) (xy 210.443894 65.678) (xy 211.817 67.051106) (xy 211.817 70.485) (xy 211.825185 70.568483) + (xy 211.832495 70.652028) (xy 211.833827 70.656612) (xy 211.834293 70.661365) (xy 211.858539 70.741674) (xy 211.881935 70.822202) + (xy 211.884131 70.826439) (xy 211.885512 70.831012) (xy 211.924891 70.905074) (xy 211.963487 70.979532) (xy 211.966466 70.983264) + (xy 211.968708 70.98748) (xy 212.021728 71.052489) (xy 212.074045 71.118025) (xy 212.080598 71.124671) (xy 212.08071 71.124808) + (xy 212.080836 71.124912) (xy 212.082947 71.127053) (xy 212.717947 71.762053) (xy 212.78277 71.815299) (xy 212.84701 71.869203) + (xy 212.851194 71.871503) (xy 212.854884 71.874534) (xy 212.928802 71.914168) (xy 213.002301 71.954575) (xy 213.006851 71.956018) + (xy 213.01106 71.958275) (xy 213.091248 71.98279) (xy 213.171216 72.008158) (xy 213.175963 72.00869) (xy 213.180528 72.010086) + (xy 213.263999 72.018565) (xy 213.347322 72.027911) (xy 213.356648 72.027976) (xy 213.356831 72.027995) (xy 213.357 72.027978) + (xy 213.36 72.028) (xy 213.784937 72.028) (xy 213.867987 72.131293) (xy 214.084083 72.312619) (xy 214.213247 72.383628) + (xy 214.20152 72.388724) (xy 213.967108 72.551252) (xy 213.768908 72.756388) (xy 213.614536 72.99625) (xy 213.517616 73.269975) + (xy 213.639499 73.4925) (xy 215.0975 73.4925) (xy 215.0975 73.4725) (xy 215.4325 73.4725) (xy 215.4325 73.4925) + (xy 216.890501 73.4925) (xy 217.012384 73.269975) (xy 216.915464 72.99625) (xy 216.761092 72.756388) (xy 216.562892 72.551252) + (xy 216.32848 72.388724) (xy 216.316812 72.383654) (xy 216.429186 72.323904) (xy 216.647792 72.145614) (xy 216.74509 72.028) + (xy 219.333894 72.028) (xy 219.437 72.131106) (xy 219.437 100.588894) (xy 218.698894 101.327) (xy 217.074679 101.327) + (xy 217.074679 83.830091) (xy 217.049112 83.549159) (xy 216.969466 83.278544) (xy 216.838773 83.028552) (xy 216.662013 82.808707) + (xy 216.445917 82.627381) (xy 216.305022 82.549923) (xy 216.429186 82.483904) (xy 216.647792 82.305614) (xy 216.827605 82.088257) + (xy 216.961775 81.840115) (xy 217.045192 81.570638) (xy 217.074679 81.290091) (xy 217.049112 81.009159) (xy 216.969466 80.738544) + (xy 216.838773 80.488552) (xy 216.662013 80.268707) (xy 216.445917 80.087381) (xy 216.305022 80.009923) (xy 216.429186 79.943904) + (xy 216.647792 79.765614) (xy 216.827605 79.548257) (xy 216.961775 79.300115) (xy 217.045192 79.030638) (xy 217.074679 78.750091) + (xy 217.049112 78.469159) (xy 216.969466 78.198544) (xy 216.838773 77.948552) (xy 216.662013 77.728707) (xy 216.445917 77.547381) + (xy 216.305022 77.469923) (xy 216.429186 77.403904) (xy 216.647792 77.225614) (xy 216.827605 77.008257) (xy 216.961775 76.760115) + (xy 217.045192 76.490638) (xy 217.074679 76.210091) (xy 217.049112 75.929159) (xy 216.969466 75.658544) (xy 216.838773 75.408552) + (xy 216.662013 75.188707) (xy 216.445917 75.007381) (xy 216.316752 74.936371) (xy 216.32848 74.931276) (xy 216.562892 74.768748) + (xy 216.761092 74.563612) (xy 216.915464 74.32375) (xy 217.012384 74.050025) (xy 216.890501 73.8275) (xy 215.4325 73.8275) + (xy 215.4325 73.8475) (xy 215.0975 73.8475) (xy 215.0975 73.8275) (xy 213.639499 73.8275) (xy 213.517616 74.050025) + (xy 213.614536 74.32375) (xy 213.768908 74.563612) (xy 213.967108 74.768748) (xy 214.20152 74.931276) (xy 214.213187 74.936345) + (xy 214.100814 74.996096) (xy 213.882208 75.174386) (xy 213.702395 75.391743) (xy 213.568225 75.639885) (xy 213.484808 75.909362) + (xy 213.455321 76.189909) (xy 213.480888 76.470841) (xy 213.560534 76.741456) (xy 213.691227 76.991448) (xy 213.867987 77.211293) + (xy 214.084083 77.392619) (xy 214.224977 77.470076) (xy 214.100814 77.536096) (xy 213.882208 77.714386) (xy 213.702395 77.931743) + (xy 213.568225 78.179885) (xy 213.484808 78.449362) (xy 213.455321 78.729909) (xy 213.480888 79.010841) (xy 213.560534 79.281456) + (xy 213.691227 79.531448) (xy 213.867987 79.751293) (xy 214.084083 79.932619) (xy 214.224977 80.010076) (xy 214.100814 80.076096) + (xy 213.882208 80.254386) (xy 213.702395 80.471743) (xy 213.568225 80.719885) (xy 213.484808 80.989362) (xy 213.455321 81.269909) + (xy 213.480888 81.550841) (xy 213.560534 81.821456) (xy 213.691227 82.071448) (xy 213.867987 82.291293) (xy 214.084083 82.472619) + (xy 214.224977 82.550076) (xy 214.100814 82.616096) (xy 213.882208 82.794386) (xy 213.702395 83.011743) (xy 213.568225 83.259885) + (xy 213.484808 83.529362) (xy 213.455321 83.809909) (xy 213.480888 84.090841) (xy 213.560534 84.361456) (xy 213.691227 84.611448) + (xy 213.867987 84.831293) (xy 214.084083 85.012619) (xy 214.331282 85.148518) (xy 214.60017 85.233815) (xy 214.880505 85.265259) + (xy 214.900686 85.2654) (xy 215.629314 85.2654) (xy 215.91006 85.237873) (xy 216.180113 85.156339) (xy 216.429186 85.023904) + (xy 216.647792 84.845614) (xy 216.827605 84.628257) (xy 216.961775 84.380115) (xy 217.045192 84.110638) (xy 217.074679 83.830091) + (xy 217.074679 101.327) (xy 209.454679 101.327) (xy 209.454679 83.830091) (xy 209.429112 83.549159) (xy 209.349466 83.278544) + (xy 209.218773 83.028552) (xy 209.042013 82.808707) (xy 208.825917 82.627381) (xy 208.685022 82.549923) (xy 208.809186 82.483904) + (xy 209.027792 82.305614) (xy 209.207605 82.088257) (xy 209.341775 81.840115) (xy 209.425192 81.570638) (xy 209.454679 81.290091) + (xy 209.429112 81.009159) (xy 209.349466 80.738544) (xy 209.218773 80.488552) (xy 209.042013 80.268707) (xy 208.825917 80.087381) + (xy 208.685022 80.009923) (xy 208.809186 79.943904) (xy 209.027792 79.765614) (xy 209.207605 79.548257) (xy 209.341775 79.300115) + (xy 209.425192 79.030638) (xy 209.454679 78.750091) (xy 209.429112 78.469159) (xy 209.349466 78.198544) (xy 209.218773 77.948552) + (xy 209.042013 77.728707) (xy 208.825917 77.547381) (xy 208.685022 77.469923) (xy 208.809186 77.403904) (xy 209.027792 77.225614) + (xy 209.207605 77.008257) (xy 209.341775 76.760115) (xy 209.425192 76.490638) (xy 209.454679 76.210091) (xy 209.429112 75.929159) + (xy 209.349466 75.658544) (xy 209.218773 75.408552) (xy 209.042013 75.188707) (xy 208.825917 75.007381) (xy 208.685022 74.929923) + (xy 208.809186 74.863904) (xy 209.027792 74.685614) (xy 209.207605 74.468257) (xy 209.341775 74.220115) (xy 209.425192 73.950638) + (xy 209.454679 73.670091) (xy 209.429112 73.389159) (xy 209.349466 73.118544) (xy 209.218773 72.868552) (xy 209.042013 72.648707) + (xy 208.825917 72.467381) (xy 208.685022 72.389923) (xy 208.809186 72.323904) (xy 209.027792 72.145614) (xy 209.207605 71.928257) + (xy 209.341775 71.680115) (xy 209.425192 71.410638) (xy 209.454679 71.130091) (xy 209.429112 70.849159) (xy 209.349466 70.578544) + (xy 209.218773 70.328552) (xy 209.042013 70.108707) (xy 208.825917 69.927381) (xy 208.696752 69.856371) (xy 208.70848 69.851276) + (xy 208.942892 69.688748) (xy 209.141092 69.483612) (xy 209.295464 69.24375) (xy 209.392384 68.970025) (xy 209.270501 68.7475) + (xy 207.8125 68.7475) (xy 207.8125 68.7675) (xy 207.4775 68.7675) (xy 207.4775 68.7475) (xy 206.019499 68.7475) + (xy 205.897616 68.970025) (xy 205.994536 69.24375) (xy 206.148908 69.483612) (xy 206.347108 69.688748) (xy 206.58152 69.851276) + (xy 206.593187 69.856345) (xy 206.480814 69.916096) (xy 206.262208 70.094386) (xy 206.082395 70.311743) (xy 205.948225 70.559885) + (xy 205.864808 70.829362) (xy 205.835321 71.109909) (xy 205.860888 71.390841) (xy 205.940534 71.661456) (xy 206.071227 71.911448) + (xy 206.247987 72.131293) (xy 206.464083 72.312619) (xy 206.604977 72.390076) (xy 206.480814 72.456096) (xy 206.262208 72.634386) + (xy 206.082395 72.851743) (xy 205.948225 73.099885) (xy 205.864808 73.369362) (xy 205.835321 73.649909) (xy 205.860888 73.930841) + (xy 205.940534 74.201456) (xy 206.071227 74.451448) (xy 206.247987 74.671293) (xy 206.464083 74.852619) (xy 206.604977 74.930076) + (xy 206.480814 74.996096) (xy 206.262208 75.174386) (xy 206.082395 75.391743) (xy 205.948225 75.639885) (xy 205.864808 75.909362) + (xy 205.835321 76.189909) (xy 205.860888 76.470841) (xy 205.940534 76.741456) (xy 206.071227 76.991448) (xy 206.247987 77.211293) + (xy 206.464083 77.392619) (xy 206.604977 77.470076) (xy 206.480814 77.536096) (xy 206.262208 77.714386) (xy 206.082395 77.931743) + (xy 205.948225 78.179885) (xy 205.864808 78.449362) (xy 205.835321 78.729909) (xy 205.860888 79.010841) (xy 205.940534 79.281456) + (xy 206.071227 79.531448) (xy 206.247987 79.751293) (xy 206.464083 79.932619) (xy 206.604977 80.010076) (xy 206.480814 80.076096) + (xy 206.262208 80.254386) (xy 206.082395 80.471743) (xy 205.948225 80.719885) (xy 205.864808 80.989362) (xy 205.835321 81.269909) + (xy 205.860888 81.550841) (xy 205.940534 81.821456) (xy 206.071227 82.071448) (xy 206.247987 82.291293) (xy 206.464083 82.472619) + (xy 206.604977 82.550076) (xy 206.480814 82.616096) (xy 206.262208 82.794386) (xy 206.082395 83.011743) (xy 205.948225 83.259885) + (xy 205.864808 83.529362) (xy 205.835321 83.809909) (xy 205.860888 84.090841) (xy 205.940534 84.361456) (xy 206.071227 84.611448) + (xy 206.247987 84.831293) (xy 206.464083 85.012619) (xy 206.711282 85.148518) (xy 206.98017 85.233815) (xy 207.260505 85.265259) + (xy 207.280686 85.2654) (xy 208.009314 85.2654) (xy 208.29006 85.237873) (xy 208.560113 85.156339) (xy 208.809186 85.023904) + (xy 209.027792 84.845614) (xy 209.207605 84.628257) (xy 209.341775 84.380115) (xy 209.425192 84.110638) (xy 209.454679 83.830091) + (xy 209.454679 101.327) (xy 206.375 101.327) (xy 206.291516 101.335185) (xy 206.207972 101.342495) (xy 206.203387 101.343827) + (xy 206.198635 101.344293) (xy 206.118325 101.368539) (xy 206.037798 101.391935) (xy 206.03356 101.394131) (xy 206.028988 101.395512) + (xy 205.954925 101.434891) (xy 205.880468 101.473487) (xy 205.876735 101.476466) (xy 205.87252 101.478708) (xy 205.80751 101.531728) + (xy 205.741975 101.584045) (xy 205.735328 101.590598) (xy 205.735192 101.59071) (xy 205.735087 101.590836) (xy 205.732947 101.592947) + (xy 202.557947 104.767947) (xy 202.5047 104.83277) (xy 202.450797 104.89701) (xy 202.448496 104.901194) (xy 202.445466 104.904884) + (xy 202.405831 104.978802) (xy 202.365425 105.052301) (xy 202.363981 105.056851) (xy 202.361725 105.06106) (xy 202.337209 105.141248) + (xy 202.311842 105.221216) (xy 202.311309 105.225963) (xy 202.309914 105.230528) (xy 202.301439 105.313955) (xy 202.292089 105.397322) + (xy 202.292023 105.406659) (xy 202.292006 105.406831) (xy 202.292021 105.40699) (xy 202.292 105.41) (xy 202.292 111.487) + (xy 200.113266 111.487) (xy 200.113266 76.085737) (xy 200.113266 73.545737) (xy 200.064876 73.282948) (xy 199.966148 73.034649) + (xy 199.947838 73.000394) (xy 199.712636 72.939245) (xy 198.991881 73.66) (xy 199.712636 74.380755) (xy 199.947838 74.319606) + (xy 200.053601 74.074221) (xy 200.109459 73.812917) (xy 200.113266 73.545737) (xy 200.113266 76.085737) (xy 200.064876 75.822948) + (xy 199.966148 75.574649) (xy 199.947838 75.540394) (xy 199.712636 75.479245) (xy 199.475755 75.716126) (xy 199.475755 75.242364) + (xy 199.414606 75.007162) (xy 199.234024 74.929329) (xy 199.380351 74.871148) (xy 199.414606 74.852838) (xy 199.475755 74.617636) + (xy 198.755 73.896881) (xy 198.518119 74.133762) (xy 198.518119 73.66) (xy 197.797364 72.939245) (xy 197.562162 73.000394) + (xy 197.456399 73.245779) (xy 197.400541 73.507083) (xy 197.396734 73.774263) (xy 197.445124 74.037052) (xy 197.543852 74.285351) + (xy 197.562162 74.319606) (xy 197.797364 74.380755) (xy 198.518119 73.66) (xy 198.518119 74.133762) (xy 198.034245 74.617636) + (xy 198.095394 74.852838) (xy 198.275975 74.93067) (xy 198.129649 74.988852) (xy 198.095394 75.007162) (xy 198.034245 75.242364) + (xy 198.755 75.963119) (xy 199.475755 75.242364) (xy 199.475755 75.716126) (xy 198.991881 76.2) (xy 199.712636 76.920755) + (xy 199.947838 76.859606) (xy 200.053601 76.614221) (xy 200.109459 76.352917) (xy 200.113266 76.085737) (xy 200.113266 111.487) + (xy 199.475755 111.487) (xy 199.475755 77.157636) (xy 198.755 76.436881) (xy 198.518119 76.673762) (xy 198.518119 76.2) + (xy 197.797364 75.479245) (xy 197.562162 75.540394) (xy 197.456399 75.785779) (xy 197.400541 76.047083) (xy 197.396734 76.314263) + (xy 197.445124 76.577052) (xy 197.543852 76.825351) (xy 197.562162 76.859606) (xy 197.797364 76.920755) (xy 198.518119 76.2) + (xy 198.518119 76.673762) (xy 198.034245 77.157636) (xy 198.095394 77.392838) (xy 198.340779 77.498601) (xy 198.602083 77.554459) + (xy 198.869263 77.558266) (xy 199.132052 77.509876) (xy 199.380351 77.411148) (xy 199.414606 77.392838) (xy 199.475755 77.157636) + (xy 199.475755 111.487) (xy 197.860118 111.487) (xy 197.758 111.384165) (xy 197.758 106.68) (xy 197.749813 106.596512) + (xy 197.742505 106.512972) (xy 197.741172 106.508387) (xy 197.740707 106.503635) (xy 197.71646 106.423325) (xy 197.693065 106.342798) + (xy 197.690868 106.33856) (xy 197.689488 106.333988) (xy 197.650108 106.259925) (xy 197.611513 106.185468) (xy 197.608533 106.181735) + (xy 197.606292 106.17752) (xy 197.553271 106.11251) (xy 197.500955 106.046975) (xy 197.494401 106.040328) (xy 197.49429 106.040192) + (xy 197.494163 106.040087) (xy 197.492053 106.037947) (xy 195.587053 104.132947) (xy 195.522229 104.0797) (xy 195.45799 104.025797) + (xy 195.453805 104.023496) (xy 195.450116 104.020466) (xy 195.376197 103.980831) (xy 195.302699 103.940425) (xy 195.298148 103.938981) + (xy 195.29394 103.936725) (xy 195.213751 103.912209) (xy 195.133784 103.886842) (xy 195.129036 103.886309) (xy 195.124472 103.884914) + (xy 195.041044 103.876439) (xy 194.957678 103.867089) (xy 194.94834 103.867023) (xy 194.948169 103.867006) (xy 194.948009 103.867021) + (xy 194.945 103.867) (xy 192.564908 103.867) (xy 192.564908 99.070091) (xy 192.539341 98.789159) (xy 192.459695 98.518544) + (xy 192.329002 98.268552) (xy 192.152242 98.048707) (xy 191.936146 97.867381) (xy 191.795251 97.789923) (xy 191.919415 97.723904) + (xy 192.138021 97.545614) (xy 192.317834 97.328257) (xy 192.452004 97.080115) (xy 192.535421 96.810638) (xy 192.564908 96.530091) + (xy 192.539341 96.249159) (xy 192.459695 95.978544) (xy 192.329002 95.728552) (xy 192.152242 95.508707) (xy 191.936146 95.327381) + (xy 191.795251 95.249923) (xy 191.919415 95.183904) (xy 192.138021 95.005614) (xy 192.317834 94.788257) (xy 192.452004 94.540115) + (xy 192.535421 94.270638) (xy 192.564908 93.990091) (xy 192.539341 93.709159) (xy 192.459695 93.438544) (xy 192.329002 93.188552) + (xy 192.152242 92.968707) (xy 191.936146 92.787381) (xy 191.795251 92.709923) (xy 191.919415 92.643904) (xy 192.138021 92.465614) + (xy 192.317834 92.248257) (xy 192.452004 92.000115) (xy 192.535421 91.730638) (xy 192.564908 91.450091) (xy 192.539341 91.169159) + (xy 192.459695 90.898544) (xy 192.329002 90.648552) (xy 192.152242 90.428707) (xy 191.936146 90.247381) (xy 191.795251 90.169923) + (xy 191.919415 90.103904) (xy 192.138021 89.925614) (xy 192.317834 89.708257) (xy 192.452004 89.460115) (xy 192.535421 89.190638) + (xy 192.564908 88.910091) (xy 192.539341 88.629159) (xy 192.459695 88.358544) (xy 192.329002 88.108552) (xy 192.152242 87.888707) + (xy 191.936146 87.707381) (xy 191.795251 87.629923) (xy 191.919415 87.563904) (xy 192.138021 87.385614) (xy 192.317834 87.168257) + (xy 192.452004 86.920115) (xy 192.535421 86.650638) (xy 192.564908 86.370091) (xy 192.539341 86.089159) (xy 192.459695 85.818544) + (xy 192.329002 85.568552) (xy 192.152242 85.348707) (xy 191.936146 85.167381) (xy 191.795251 85.089923) (xy 191.919415 85.023904) + (xy 192.138021 84.845614) (xy 192.317834 84.628257) (xy 192.452004 84.380115) (xy 192.535421 84.110638) (xy 192.564908 83.830091) + (xy 192.539341 83.549159) (xy 192.459695 83.278544) (xy 192.329002 83.028552) (xy 192.152242 82.808707) (xy 191.936146 82.627381) + (xy 191.795251 82.549923) (xy 191.919415 82.483904) (xy 192.138021 82.305614) (xy 192.317834 82.088257) (xy 192.452004 81.840115) + (xy 192.535421 81.570638) (xy 192.564908 81.290091) (xy 192.539341 81.009159) (xy 192.459695 80.738544) (xy 192.329002 80.488552) + (xy 192.152242 80.268707) (xy 191.936146 80.087381) (xy 191.795251 80.009923) (xy 191.919415 79.943904) (xy 192.138021 79.765614) + (xy 192.317834 79.548257) (xy 192.452004 79.300115) (xy 192.535421 79.030638) (xy 192.564908 78.750091) (xy 192.539341 78.469159) + (xy 192.459695 78.198544) (xy 192.329002 77.948552) (xy 192.152242 77.728707) (xy 191.936146 77.547381) (xy 191.795251 77.469923) + (xy 191.919415 77.403904) (xy 192.138021 77.225614) (xy 192.317834 77.008257) (xy 192.452004 76.760115) (xy 192.535421 76.490638) + (xy 192.564908 76.210091) (xy 192.539341 75.929159) (xy 192.459695 75.658544) (xy 192.329002 75.408552) (xy 192.152242 75.188707) + (xy 191.936146 75.007381) (xy 191.806438 74.936073) (xy 191.81748 74.931276) (xy 192.051892 74.768748) (xy 192.250092 74.563612) + (xy 192.404464 74.32375) (xy 192.501384 74.050025) (xy 192.379501 73.8275) (xy 190.6675 73.8275) (xy 190.6675 73.8475) + (xy 190.3325 73.8475) (xy 190.3325 73.8275) (xy 188.620499 73.8275) (xy 188.498616 74.050025) (xy 188.595536 74.32375) + (xy 188.749908 74.563612) (xy 188.948108 74.768748) (xy 189.18252 74.931276) (xy 189.193511 74.936051) (xy 189.080585 74.996096) + (xy 188.861979 75.174386) (xy 188.682166 75.391743) (xy 188.547996 75.639885) (xy 188.464579 75.909362) (xy 188.435092 76.189909) + (xy 188.460659 76.470841) (xy 188.540305 76.741456) (xy 188.670998 76.991448) (xy 188.847758 77.211293) (xy 189.063854 77.392619) + (xy 189.204748 77.470076) (xy 189.080585 77.536096) (xy 188.861979 77.714386) (xy 188.682166 77.931743) (xy 188.547996 78.179885) + (xy 188.464579 78.449362) (xy 188.435092 78.729909) (xy 188.460659 79.010841) (xy 188.540305 79.281456) (xy 188.670998 79.531448) + (xy 188.847758 79.751293) (xy 189.063854 79.932619) (xy 189.204748 80.010076) (xy 189.080585 80.076096) (xy 188.861979 80.254386) + (xy 188.682166 80.471743) (xy 188.547996 80.719885) (xy 188.464579 80.989362) (xy 188.435092 81.269909) (xy 188.460659 81.550841) + (xy 188.540305 81.821456) (xy 188.670998 82.071448) (xy 188.847758 82.291293) (xy 189.063854 82.472619) (xy 189.204748 82.550076) + (xy 189.080585 82.616096) (xy 188.861979 82.794386) (xy 188.682166 83.011743) (xy 188.547996 83.259885) (xy 188.464579 83.529362) + (xy 188.435092 83.809909) (xy 188.460659 84.090841) (xy 188.540305 84.361456) (xy 188.670998 84.611448) (xy 188.847758 84.831293) + (xy 189.063854 85.012619) (xy 189.204748 85.090076) (xy 189.080585 85.156096) (xy 188.861979 85.334386) (xy 188.682166 85.551743) + (xy 188.547996 85.799885) (xy 188.464579 86.069362) (xy 188.435092 86.349909) (xy 188.460659 86.630841) (xy 188.540305 86.901456) + (xy 188.670998 87.151448) (xy 188.847758 87.371293) (xy 189.063854 87.552619) (xy 189.204748 87.630076) (xy 189.080585 87.696096) + (xy 188.861979 87.874386) (xy 188.682166 88.091743) (xy 188.547996 88.339885) (xy 188.464579 88.609362) (xy 188.435092 88.889909) + (xy 188.460659 89.170841) (xy 188.540305 89.441456) (xy 188.670998 89.691448) (xy 188.847758 89.911293) (xy 189.063854 90.092619) + (xy 189.204748 90.170076) (xy 189.080585 90.236096) (xy 188.861979 90.414386) (xy 188.682166 90.631743) (xy 188.547996 90.879885) + (xy 188.464579 91.149362) (xy 188.435092 91.429909) (xy 188.460659 91.710841) (xy 188.540305 91.981456) (xy 188.670998 92.231448) + (xy 188.847758 92.451293) (xy 189.063854 92.632619) (xy 189.204748 92.710076) (xy 189.080585 92.776096) (xy 188.861979 92.954386) + (xy 188.682166 93.171743) (xy 188.547996 93.419885) (xy 188.464579 93.689362) (xy 188.435092 93.969909) (xy 188.460659 94.250841) + (xy 188.540305 94.521456) (xy 188.670998 94.771448) (xy 188.847758 94.991293) (xy 189.063854 95.172619) (xy 189.204748 95.250076) + (xy 189.080585 95.316096) (xy 188.861979 95.494386) (xy 188.682166 95.711743) (xy 188.547996 95.959885) (xy 188.464579 96.229362) + (xy 188.435092 96.509909) (xy 188.460659 96.790841) (xy 188.540305 97.061456) (xy 188.670998 97.311448) (xy 188.847758 97.531293) + (xy 189.063854 97.712619) (xy 189.204748 97.790076) (xy 189.080585 97.856096) (xy 188.861979 98.034386) (xy 188.682166 98.251743) + (xy 188.547996 98.499885) (xy 188.464579 98.769362) (xy 188.435092 99.049909) (xy 188.460659 99.330841) (xy 188.540305 99.601456) + (xy 188.670998 99.851448) (xy 188.847758 100.071293) (xy 189.063854 100.252619) (xy 189.311053 100.388518) (xy 189.579941 100.473815) + (xy 189.860276 100.505259) (xy 189.880457 100.5054) (xy 191.119543 100.5054) (xy 191.400289 100.477873) (xy 191.670342 100.396339) + (xy 191.919415 100.263904) (xy 192.138021 100.085614) (xy 192.317834 99.868257) (xy 192.452004 99.620115) (xy 192.535421 99.350638) + (xy 192.564908 99.070091) (xy 192.564908 103.867) (xy 187.96 103.867) (xy 187.876516 103.875185) (xy 187.792972 103.882495) + (xy 187.788387 103.883827) (xy 187.783635 103.884293) (xy 187.703325 103.908539) (xy 187.622798 103.931935) (xy 187.61856 103.934131) + (xy 187.613988 103.935512) (xy 187.539925 103.974891) (xy 187.465468 104.013487) (xy 187.461735 104.016466) (xy 187.45752 104.018708) + (xy 187.39251 104.071728) (xy 187.326975 104.124045) (xy 187.320328 104.130598) (xy 187.320192 104.13071) (xy 187.320087 104.130836) + (xy 187.317947 104.132947) (xy 186.047947 105.402947) (xy 185.9947 105.46777) (xy 185.940797 105.53201) (xy 185.938496 105.536194) + (xy 185.935466 105.539884) (xy 185.895831 105.613802) (xy 185.855425 105.687301) (xy 185.853981 105.691851) (xy 185.851725 105.69606) + (xy 185.827209 105.776248) (xy 185.801842 105.856216) (xy 185.801309 105.860963) (xy 185.799914 105.865528) (xy 185.791439 105.948955) + (xy 185.782089 106.032322) (xy 185.782023 106.041659) (xy 185.782006 106.041831) (xy 185.782021 106.04199) (xy 185.782 106.045) + (xy 185.782 107.881513) (xy 185.774887 107.883661) (xy 185.525814 108.016096) (xy 185.307208 108.194386) (xy 185.127395 108.411743) + (xy 184.993225 108.659885) (xy 184.909808 108.929362) (xy 184.880321 109.209909) (xy 184.905888 109.490841) (xy 184.985534 109.761456) + (xy 185.116227 110.011448) (xy 185.292987 110.231293) (xy 185.509083 110.412619) (xy 185.649977 110.490076) (xy 185.525814 110.556096) + (xy 185.307208 110.734386) (xy 185.127395 110.951743) (xy 184.993225 111.199885) (xy 184.909808 111.469362) (xy 184.880321 111.749909) + (xy 184.905888 112.030841) (xy 184.985534 112.301456) (xy 185.116227 112.551448) (xy 185.292987 112.771293) (xy 185.509083 112.952619) + (xy 185.649977 113.030076) (xy 185.525814 113.096096) (xy 185.307208 113.274386) (xy 185.127395 113.491743) (xy 184.993225 113.739885) + (xy 184.909808 114.009362) (xy 184.880321 114.289909) (xy 184.905888 114.570841) (xy 184.985534 114.841456) (xy 185.116227 115.091448) + (xy 185.292987 115.311293) (xy 185.509083 115.492619) (xy 185.649977 115.570076) (xy 185.525814 115.636096) (xy 185.307208 115.814386) + (xy 185.127395 116.031743) (xy 184.993225 116.279885) (xy 184.909808 116.549362) (xy 184.880321 116.829909) (xy 184.905888 117.110841) + (xy 184.985534 117.381456) (xy 185.116227 117.631448) (xy 185.292987 117.851293) (xy 185.509083 118.032619) (xy 185.756282 118.168518) + (xy 186.02517 118.253815) (xy 186.305505 118.285259) (xy 186.325686 118.2854) (xy 187.054314 118.2854) (xy 187.33506 118.257873) + (xy 187.605113 118.176339) (xy 187.854186 118.043904) (xy 188.072792 117.865614) (xy 188.17009 117.748) (xy 189.23 117.748) + (xy 189.313483 117.739814) (xy 189.397028 117.732505) (xy 189.401612 117.731172) (xy 189.406365 117.730707) (xy 189.486674 117.70646) + (xy 189.567202 117.683065) (xy 189.571439 117.680868) (xy 189.576012 117.679488) (xy 189.650074 117.640108) (xy 189.724532 117.601513) + (xy 189.728264 117.598533) (xy 189.73248 117.596292) (xy 189.797489 117.543271) (xy 189.863025 117.490955) (xy 189.869671 117.484401) + (xy 189.869808 117.48429) (xy 189.869912 117.484163) (xy 189.872053 117.482053) (xy 191.749392 115.604713) (xy 191.952273 115.69335) + (xy 192.231532 115.754749) (xy 192.517398 115.760737) (xy 192.798982 115.711086) (xy 193.06556 115.607687) (xy 193.306978 115.454479) + (xy 193.514039 115.257297) (xy 193.678858 115.023652) (xy 193.795156 114.762443) (xy 193.858503 114.48362) (xy 193.863063 114.157036) + (xy 193.807526 113.876553) (xy 193.698567 113.612198) (xy 193.540336 113.374042) (xy 193.338861 113.171156) (xy 193.101816 113.011266) + (xy 192.838229 112.900465) (xy 192.55814 112.842971) (xy 192.272218 112.840975) (xy 191.991354 112.894552) (xy 191.726246 113.001663) + (xy 191.486991 113.158227) (xy 191.282703 113.358281) (xy 191.121163 113.594204) (xy 191.06826 113.717633) (xy 190.623876 114.162017) + (xy 190.659168 114.096197) (xy 190.699575 114.022699) (xy 190.701018 114.018148) (xy 190.703275 114.01394) (xy 190.72779 113.933751) + (xy 190.753158 113.853784) (xy 190.75369 113.849036) (xy 190.755086 113.844472) (xy 190.763565 113.761) (xy 190.772911 113.677678) + (xy 190.772976 113.668351) (xy 190.772995 113.668169) (xy 190.772978 113.667999) (xy 190.773 113.665) (xy 190.773 111.638744) + (xy 190.974039 111.447297) (xy 191.138858 111.213652) (xy 191.255156 110.952443) (xy 191.318503 110.67362) (xy 191.323063 110.347036) + (xy 191.267526 110.066553) (xy 191.158567 109.802198) (xy 191.000336 109.564042) (xy 190.798861 109.361156) (xy 190.561816 109.201266) + (xy 190.298229 109.090465) (xy 190.01814 109.032971) (xy 189.732218 109.030975) (xy 189.451354 109.084552) (xy 189.186246 109.191663) + (xy 188.946991 109.348227) (xy 188.742703 109.548281) (xy 188.581163 109.784204) (xy 188.468523 110.047011) (xy 188.409075 110.326692) + (xy 188.405083 110.612593) (xy 188.456699 110.893824) (xy 188.561956 111.159674) (xy 188.716846 111.400016) (xy 188.915469 111.605696) + (xy 188.957 111.63456) (xy 188.957 113.288894) (xy 188.853894 113.392) (xy 188.170062 113.392) (xy 188.087013 113.288707) + (xy 187.870917 113.107381) (xy 187.730022 113.029923) (xy 187.854186 112.963904) (xy 188.072792 112.785614) (xy 188.252605 112.568257) + (xy 188.386775 112.320115) (xy 188.470192 112.050638) (xy 188.499679 111.770091) (xy 188.474112 111.489159) (xy 188.394466 111.218544) + (xy 188.263773 110.968552) (xy 188.087013 110.748707) (xy 187.870917 110.567381) (xy 187.730022 110.489923) (xy 187.854186 110.423904) + (xy 188.072792 110.245614) (xy 188.252605 110.028257) (xy 188.386775 109.780115) (xy 188.470192 109.510638) (xy 188.499679 109.230091) + (xy 188.474112 108.949159) (xy 188.394466 108.678544) (xy 188.263773 108.428552) (xy 188.087013 108.208707) (xy 187.870917 108.027381) + (xy 187.623718 107.891482) (xy 187.598 107.883323) (xy 187.598 106.421106) (xy 188.336106 105.683) (xy 194.568894 105.683) + (xy 195.942 107.056106) (xy 195.942 111.385493) (xy 195.805832 111.518839) (xy 195.655538 111.738339) (xy 195.55074 111.98285) + (xy 195.495431 112.243061) (xy 195.491716 112.509058) (xy 195.539739 112.770711) (xy 195.637669 113.018054) (xy 195.781776 113.241664) + (xy 195.966571 113.433025) (xy 196.185016 113.584849) (xy 196.370469 113.665871) (xy 196.224649 113.723852) (xy 196.190394 113.742162) + (xy 196.129245 113.977364) (xy 196.85 114.698119) (xy 197.570755 113.977364) (xy 197.509606 113.742162) (xy 197.3289 113.664276) + (xy 197.464575 113.611652) (xy 197.689186 113.469109) (xy 197.863617 113.303) (xy 202.292 113.303) (xy 202.292 115.57) + (xy 202.300185 115.653483) (xy 202.307495 115.737028) (xy 202.308827 115.741612) (xy 202.309293 115.746365) (xy 202.333539 115.826674) + (xy 202.356935 115.907202) (xy 202.359131 115.911439) (xy 202.360512 115.916012) (xy 202.399891 115.990074) (xy 202.438487 116.064532) + (xy 202.441466 116.068264) (xy 202.443708 116.07248) (xy 202.496728 116.137489) (xy 202.549045 116.203025) (xy 202.555598 116.209671) + (xy 202.55571 116.209808) (xy 202.555836 116.209912) (xy 202.557947 116.212053) (xy 203.827947 117.482053) (xy 203.964884 117.594534) + (xy 204.12106 117.678275) (xy 204.290528 117.730086) (xy 204.466831 117.747994) (xy 204.643254 117.731317) (xy 204.755014 117.698) + (xy 205.905396 117.698) (xy 205.897616 117.719975) (xy 206.019499 117.9425) (xy 207.4775 117.9425) (xy 207.4775 117.9225) + (xy 207.8125 117.9225) (xy 207.8125 117.9425) (xy 207.8325 117.9425) (xy 207.8325 118.2775) (xy 207.8125 118.2775) + (xy 207.8125 118.2975) (xy 207.4775 118.2975) (xy 207.4775 118.2775) (xy 206.019499 118.2775) (xy 205.897616 118.500025) + (xy 205.905396 118.522) (xy 198.403854 118.522) (xy 198.308784 118.491842) (xy 198.208266 118.480567) (xy 198.208266 117.360737) + (xy 198.208266 114.820737) (xy 198.159876 114.557948) (xy 198.061148 114.309649) (xy 198.042838 114.275394) (xy 197.807636 114.214245) + (xy 197.086881 114.935) (xy 197.807636 115.655755) (xy 198.042838 115.594606) (xy 198.148601 115.349221) (xy 198.204459 115.087917) + (xy 198.208266 114.820737) (xy 198.208266 117.360737) (xy 198.159876 117.097948) (xy 198.061148 116.849649) (xy 198.042838 116.815394) + (xy 197.807636 116.754245) (xy 197.570755 116.991126) (xy 197.570755 116.517364) (xy 197.509606 116.282162) (xy 197.329024 116.204329) + (xy 197.475351 116.146148) (xy 197.509606 116.127838) (xy 197.570755 115.892636) (xy 196.85 115.171881) (xy 196.613119 115.408762) + (xy 196.613119 114.935) (xy 195.892364 114.214245) (xy 195.657162 114.275394) (xy 195.551399 114.520779) (xy 195.495541 114.782083) + (xy 195.491734 115.049263) (xy 195.540124 115.312052) (xy 195.638852 115.560351) (xy 195.657162 115.594606) (xy 195.892364 115.655755) + (xy 196.613119 114.935) (xy 196.613119 115.408762) (xy 196.129245 115.892636) (xy 196.190394 116.127838) (xy 196.370975 116.20567) + (xy 196.224649 116.263852) (xy 196.190394 116.282162) (xy 196.129245 116.517364) (xy 196.85 117.238119) (xy 197.570755 116.517364) + (xy 197.570755 116.991126) (xy 197.086881 117.475) (xy 197.807636 118.195755) (xy 198.042838 118.134606) (xy 198.148601 117.889221) + (xy 198.204459 117.627917) (xy 198.208266 117.360737) (xy 198.208266 118.480567) (xy 198.132678 118.472089) (xy 198.12 118.472) + (xy 197.56052 118.472) (xy 197.570755 118.432636) (xy 196.85 117.711881) (xy 196.613119 117.948762) (xy 196.613119 117.475) + (xy 195.892364 116.754245) (xy 195.657162 116.815394) (xy 195.551399 117.060779) (xy 195.495541 117.322083) (xy 195.491734 117.589263) + (xy 195.540124 117.852052) (xy 195.638852 118.100351) (xy 195.657162 118.134606) (xy 195.892364 118.195755) (xy 196.613119 117.475) + (xy 196.613119 117.948762) (xy 196.129245 118.432636) (xy 196.139479 118.472) (xy 193.04 118.472) (xy 192.956516 118.480185) + (xy 192.872972 118.487495) (xy 192.868386 118.488827) (xy 192.863635 118.489293) (xy 192.783339 118.513535) (xy 192.702797 118.536935) + (xy 192.698558 118.539132) (xy 192.693988 118.540512) (xy 192.619944 118.579882) (xy 192.545468 118.618487) (xy 192.541735 118.621466) + (xy 192.53752 118.623708) (xy 192.472504 118.676733) (xy 192.406974 118.729046) (xy 192.400328 118.735598) (xy 192.400192 118.73571) + (xy 192.400087 118.735836) (xy 192.397947 118.737947) (xy 190.123894 121.012) (xy 189.23 121.012) (xy 189.053635 121.029293) + (xy 188.945303 121.062) (xy 188.429603 121.062) (xy 188.437384 121.040025) (xy 188.437384 120.259975) (xy 188.340464 119.98625) + (xy 188.186092 119.746388) (xy 187.987892 119.541252) (xy 187.75348 119.378724) (xy 187.491865 119.265051) (xy 187.2131 119.2046) + (xy 186.8575 119.2046) (xy 186.8575 120.4825) (xy 188.315501 120.4825) (xy 188.437384 120.259975) (xy 188.437384 121.040025) + (xy 188.315501 120.8175) (xy 186.8575 120.8175) (xy 186.8575 120.8375) (xy 186.5225 120.8375) (xy 186.5225 120.8175) + (xy 186.5225 120.4825) (xy 186.5225 119.2046) (xy 186.1669 119.2046) (xy 185.888135 119.265051) (xy 185.62652 119.378724) + (xy 185.392108 119.541252) (xy 185.193908 119.746388) (xy 185.039536 119.98625) (xy 184.942616 120.259975) (xy 185.064499 120.4825) + (xy 186.5225 120.4825) (xy 186.5225 120.8175) (xy 185.064499 120.8175) (xy 184.942616 121.040025) (xy 184.946163 121.050043) + (xy 184.888784 121.031842) (xy 184.712678 121.012089) (xy 184.7 121.012) (xy 182.621106 121.012) (xy 181.617053 120.007947) + (xy 181.552229 119.9547) (xy 181.48799 119.900797) (xy 181.483805 119.898496) (xy 181.480116 119.895466) (xy 181.406197 119.855831) + (xy 181.332699 119.815425) (xy 181.328148 119.813981) (xy 181.32394 119.811725) (xy 181.243751 119.787209) (xy 181.163784 119.761842) + (xy 181.159036 119.761309) (xy 181.154472 119.759914) (xy 181.071044 119.751439) (xy 180.987678 119.742089) (xy 180.97834 119.742023) + (xy 180.978169 119.742006) (xy 180.978009 119.742021) (xy 180.975 119.742) (xy 180.871 119.742) (xy 180.871 110.072207) + (xy 180.871 109.552) (xy 180.871 108.888) (xy 180.871 108.367793) (xy 180.845713 108.240669) (xy 180.796112 108.12092) + (xy 180.724102 108.01315) (xy 180.632451 107.921498) (xy 180.52468 107.849488) (xy 180.404932 107.799887) (xy 180.277808 107.7746) + (xy 180.148193 107.7746) (xy 179.402 107.7746) (xy 179.2375 107.9391) (xy 179.2375 109.0525) (xy 180.7065 109.0525) + (xy 180.871 108.888) (xy 180.871 109.552) (xy 180.7065 109.3875) (xy 179.2375 109.3875) (xy 179.2375 110.3146) + (xy 179.2375 110.5009) (xy 179.2375 111.5925) (xy 180.695501 111.5925) (xy 180.817384 111.369975) (xy 180.720464 111.09625) + (xy 180.566092 110.856388) (xy 180.367892 110.651252) (xy 180.363665 110.648321) (xy 180.404932 110.640113) (xy 180.52468 110.590512) + (xy 180.632451 110.518502) (xy 180.724102 110.42685) (xy 180.796112 110.31908) (xy 180.845713 110.199331) (xy 180.871 110.072207) + (xy 180.871 119.742) (xy 180.859901 119.742) (xy 180.845713 119.670669) (xy 180.817384 119.602275) (xy 180.817384 117.230025) + (xy 180.817384 116.449975) (xy 180.720464 116.17625) (xy 180.566092 115.936388) (xy 180.367892 115.731252) (xy 180.13532 115.57) + (xy 180.367892 115.408748) (xy 180.566092 115.203612) (xy 180.720464 114.96375) (xy 180.817384 114.690025) (xy 180.817384 113.909975) + (xy 180.720464 113.63625) (xy 180.566092 113.396388) (xy 180.367892 113.191252) (xy 180.13532 113.03) (xy 180.367892 112.868748) + (xy 180.566092 112.663612) (xy 180.720464 112.42375) (xy 180.817384 112.150025) (xy 180.695501 111.9275) (xy 179.2375 111.9275) + (xy 179.2375 112.8546) (xy 179.2375 113.2054) (xy 179.2375 114.1325) (xy 180.695501 114.1325) (xy 180.817384 113.909975) + (xy 180.817384 114.690025) (xy 180.695501 114.4675) (xy 179.2375 114.4675) (xy 179.2375 115.3946) (xy 179.2375 115.7454) + (xy 179.2375 116.6725) (xy 180.695501 116.6725) (xy 180.817384 116.449975) (xy 180.817384 117.230025) (xy 180.695501 117.0075) + (xy 179.2375 117.0075) (xy 179.2375 118.2854) (xy 179.5931 118.2854) (xy 179.871865 118.224949) (xy 180.13348 118.111276) + (xy 180.367892 117.948748) (xy 180.566092 117.743612) (xy 180.720464 117.50375) (xy 180.817384 117.230025) (xy 180.817384 119.602275) + (xy 180.796112 119.55092) (xy 180.724102 119.44315) (xy 180.632451 119.351498) (xy 180.52468 119.279488) (xy 180.404932 119.229887) + (xy 180.277808 119.2046) (xy 180.148193 119.2046) (xy 178.9025 119.2046) (xy 178.9025 118.2854) (xy 178.9025 117.0075) + (xy 178.9025 116.6725) (xy 178.9025 115.7454) (xy 178.9025 115.3946) (xy 178.9025 114.4675) (xy 178.9025 114.1325) + (xy 178.9025 113.2054) (xy 178.9025 112.8546) (xy 178.9025 111.9275) (xy 178.9025 111.5925) (xy 178.9025 110.5009) + (xy 178.9025 110.3146) (xy 178.9025 109.3875) (xy 178.9025 109.0525) (xy 178.9025 107.9391) (xy 178.738 107.7746) + (xy 177.991807 107.7746) (xy 177.862192 107.7746) (xy 177.735068 107.799887) (xy 177.61532 107.849488) (xy 177.507549 107.921498) + (xy 177.415898 108.01315) (xy 177.343888 108.12092) (xy 177.324908 108.166742) (xy 177.324908 99.070091) (xy 177.299341 98.789159) + (xy 177.219695 98.518544) (xy 177.089002 98.268552) (xy 176.912242 98.048707) (xy 176.696146 97.867381) (xy 176.555251 97.789923) + (xy 176.679415 97.723904) (xy 176.898021 97.545614) (xy 177.077834 97.328257) (xy 177.212004 97.080115) (xy 177.295421 96.810638) + (xy 177.324908 96.530091) (xy 177.299341 96.249159) (xy 177.219695 95.978544) (xy 177.089002 95.728552) (xy 176.912242 95.508707) + (xy 176.696146 95.327381) (xy 176.555251 95.249923) (xy 176.679415 95.183904) (xy 176.898021 95.005614) (xy 177.077834 94.788257) + (xy 177.212004 94.540115) (xy 177.295421 94.270638) (xy 177.324908 93.990091) (xy 177.299341 93.709159) (xy 177.219695 93.438544) + (xy 177.089002 93.188552) (xy 176.912242 92.968707) (xy 176.696146 92.787381) (xy 176.555251 92.709923) (xy 176.679415 92.643904) + (xy 176.898021 92.465614) (xy 177.077834 92.248257) (xy 177.212004 92.000115) (xy 177.295421 91.730638) (xy 177.324908 91.450091) + (xy 177.299341 91.169159) (xy 177.219695 90.898544) (xy 177.089002 90.648552) (xy 176.912242 90.428707) (xy 176.696146 90.247381) + (xy 176.555251 90.169923) (xy 176.679415 90.103904) (xy 176.898021 89.925614) (xy 177.077834 89.708257) (xy 177.212004 89.460115) + (xy 177.295421 89.190638) (xy 177.324908 88.910091) (xy 177.299341 88.629159) (xy 177.219695 88.358544) (xy 177.089002 88.108552) + (xy 176.912242 87.888707) (xy 176.696146 87.707381) (xy 176.555251 87.629923) (xy 176.679415 87.563904) (xy 176.898021 87.385614) + (xy 177.077834 87.168257) (xy 177.212004 86.920115) (xy 177.295421 86.650638) (xy 177.324908 86.370091) (xy 177.299341 86.089159) + (xy 177.219695 85.818544) (xy 177.089002 85.568552) (xy 176.912242 85.348707) (xy 176.696146 85.167381) (xy 176.555251 85.089923) + (xy 176.679415 85.023904) (xy 176.898021 84.845614) (xy 177.077834 84.628257) (xy 177.212004 84.380115) (xy 177.295421 84.110638) + (xy 177.324908 83.830091) (xy 177.299341 83.549159) (xy 177.219695 83.278544) (xy 177.089002 83.028552) (xy 176.912242 82.808707) + (xy 176.696146 82.627381) (xy 176.555251 82.549923) (xy 176.679415 82.483904) (xy 176.898021 82.305614) (xy 177.077834 82.088257) + (xy 177.212004 81.840115) (xy 177.295421 81.570638) (xy 177.324908 81.290091) (xy 177.299341 81.009159) (xy 177.219695 80.738544) + (xy 177.089002 80.488552) (xy 176.912242 80.268707) (xy 176.696146 80.087381) (xy 176.566438 80.016073) (xy 176.57748 80.011276) + (xy 176.811892 79.848748) (xy 177.010092 79.643612) (xy 177.164464 79.40375) (xy 177.261384 79.130025) (xy 177.139501 78.9075) + (xy 175.4275 78.9075) (xy 175.4275 78.9275) (xy 175.0925 78.9275) (xy 175.0925 78.9075) (xy 173.380499 78.9075) + (xy 173.258616 79.130025) (xy 173.355536 79.40375) (xy 173.509908 79.643612) (xy 173.708108 79.848748) (xy 173.94252 80.011276) + (xy 173.953511 80.016051) (xy 173.840585 80.076096) (xy 173.621979 80.254386) (xy 173.442166 80.471743) (xy 173.307996 80.719885) + (xy 173.224579 80.989362) (xy 173.195092 81.269909) (xy 173.220659 81.550841) (xy 173.300305 81.821456) (xy 173.430998 82.071448) + (xy 173.607758 82.291293) (xy 173.823854 82.472619) (xy 173.964748 82.550076) (xy 173.840585 82.616096) (xy 173.621979 82.794386) + (xy 173.442166 83.011743) (xy 173.307996 83.259885) (xy 173.224579 83.529362) (xy 173.195092 83.809909) (xy 173.220659 84.090841) + (xy 173.300305 84.361456) (xy 173.430998 84.611448) (xy 173.607758 84.831293) (xy 173.823854 85.012619) (xy 173.964748 85.090076) + (xy 173.840585 85.156096) (xy 173.621979 85.334386) (xy 173.442166 85.551743) (xy 173.307996 85.799885) (xy 173.224579 86.069362) + (xy 173.195092 86.349909) (xy 173.220659 86.630841) (xy 173.300305 86.901456) (xy 173.430998 87.151448) (xy 173.607758 87.371293) + (xy 173.823854 87.552619) (xy 173.964748 87.630076) (xy 173.840585 87.696096) (xy 173.621979 87.874386) (xy 173.442166 88.091743) + (xy 173.307996 88.339885) (xy 173.224579 88.609362) (xy 173.195092 88.889909) (xy 173.220659 89.170841) (xy 173.300305 89.441456) + (xy 173.430998 89.691448) (xy 173.607758 89.911293) (xy 173.823854 90.092619) (xy 173.964748 90.170076) (xy 173.840585 90.236096) + (xy 173.621979 90.414386) (xy 173.442166 90.631743) (xy 173.307996 90.879885) (xy 173.224579 91.149362) (xy 173.195092 91.429909) + (xy 173.220659 91.710841) (xy 173.300305 91.981456) (xy 173.430998 92.231448) (xy 173.607758 92.451293) (xy 173.823854 92.632619) + (xy 173.964748 92.710076) (xy 173.840585 92.776096) (xy 173.621979 92.954386) (xy 173.442166 93.171743) (xy 173.307996 93.419885) + (xy 173.224579 93.689362) (xy 173.195092 93.969909) (xy 173.220659 94.250841) (xy 173.300305 94.521456) (xy 173.430998 94.771448) + (xy 173.607758 94.991293) (xy 173.823854 95.172619) (xy 173.964748 95.250076) (xy 173.840585 95.316096) (xy 173.621979 95.494386) + (xy 173.442166 95.711743) (xy 173.307996 95.959885) (xy 173.224579 96.229362) (xy 173.195092 96.509909) (xy 173.220659 96.790841) + (xy 173.300305 97.061456) (xy 173.430998 97.311448) (xy 173.607758 97.531293) (xy 173.823854 97.712619) (xy 173.964748 97.790076) + (xy 173.840585 97.856096) (xy 173.621979 98.034386) (xy 173.442166 98.251743) (xy 173.307996 98.499885) (xy 173.224579 98.769362) + (xy 173.195092 99.049909) (xy 173.220659 99.330841) (xy 173.300305 99.601456) (xy 173.430998 99.851448) (xy 173.607758 100.071293) + (xy 173.823854 100.252619) (xy 174.071053 100.388518) (xy 174.339941 100.473815) (xy 174.620276 100.505259) (xy 174.640457 100.5054) + (xy 175.879543 100.5054) (xy 176.160289 100.477873) (xy 176.430342 100.396339) (xy 176.679415 100.263904) (xy 176.898021 100.085614) + (xy 177.077834 99.868257) (xy 177.212004 99.620115) (xy 177.295421 99.350638) (xy 177.324908 99.070091) (xy 177.324908 108.166742) + (xy 177.294287 108.240669) (xy 177.269 108.367793) (xy 177.269 108.888) (xy 177.4335 109.0525) (xy 178.9025 109.0525) + (xy 178.9025 109.3875) (xy 177.4335 109.3875) (xy 177.269 109.552) (xy 177.269 110.072207) (xy 177.294287 110.199331) + (xy 177.343888 110.31908) (xy 177.415898 110.42685) (xy 177.507549 110.518502) (xy 177.61532 110.590512) (xy 177.735068 110.640113) + (xy 177.776334 110.648321) (xy 177.772108 110.651252) (xy 177.573908 110.856388) (xy 177.419536 111.09625) (xy 177.322616 111.369975) + (xy 177.444499 111.5925) (xy 178.9025 111.5925) (xy 178.9025 111.9275) (xy 177.444499 111.9275) (xy 177.322616 112.150025) + (xy 177.419536 112.42375) (xy 177.573908 112.663612) (xy 177.772108 112.868748) (xy 178.004679 113.03) (xy 177.772108 113.191252) + (xy 177.573908 113.396388) (xy 177.419536 113.63625) (xy 177.322616 113.909975) (xy 177.444499 114.1325) (xy 178.9025 114.1325) + (xy 178.9025 114.4675) (xy 177.444499 114.4675) (xy 177.322616 114.690025) (xy 177.419536 114.96375) (xy 177.573908 115.203612) + (xy 177.772108 115.408748) (xy 178.004679 115.57) (xy 177.772108 115.731252) (xy 177.573908 115.936388) (xy 177.419536 116.17625) + (xy 177.322616 116.449975) (xy 177.444499 116.6725) (xy 178.9025 116.6725) (xy 178.9025 117.0075) (xy 177.444499 117.0075) + (xy 177.322616 117.230025) (xy 177.419536 117.50375) (xy 177.573908 117.743612) (xy 177.772108 117.948748) (xy 178.00652 118.111276) + (xy 178.268135 118.224949) (xy 178.5469 118.2854) (xy 178.9025 118.2854) (xy 178.9025 119.2046) (xy 177.862193 119.2046) + (xy 177.735069 119.229887) (xy 177.61532 119.279488) (xy 177.50755 119.351498) (xy 177.415898 119.443149) (xy 177.343888 119.55092) + (xy 177.294287 119.670668) (xy 177.280097 119.742) (xy 170.838083 119.742) (xy 170.838083 96.33095) (xy 170.764643 95.96005) + (xy 170.62056 95.610479) (xy 170.411322 95.295551) (xy 170.1449 95.027262) (xy 169.831441 94.815831) (xy 169.482884 94.669312) + (xy 169.112506 94.593284) (xy 168.734415 94.590644) (xy 168.363012 94.661493) (xy 168.012443 94.803132) (xy 167.696062 95.010166) + (xy 167.42592 95.274709) (xy 167.212306 95.586685) (xy 167.063356 95.93421) (xy 166.984745 96.304048) (xy 166.979465 96.682112) + (xy 167.04772 97.054) (xy 167.186908 97.405549) (xy 167.391728 97.723368) (xy 167.654379 97.99535) (xy 167.964855 98.211137) + (xy 168.311332 98.362509) (xy 168.680613 98.443701) (xy 169.05863 98.451619) (xy 169.430986 98.385963) (xy 169.783498 98.249232) + (xy 170.102739 98.046636) (xy 170.376548 97.785891) (xy 170.594498 97.476928) (xy 170.748285 97.131516) (xy 170.832053 96.762812) + (xy 170.838083 96.33095) (xy 170.838083 119.742) (xy 166.746106 119.742) (xy 159.535061 112.530955) (xy 159.535061 102.095762) + (xy 159.480971 101.822589) (xy 159.374852 101.565125) (xy 159.220746 101.333176) (xy 159.024522 101.135577) (xy 158.793654 100.979855) + (xy 158.536937 100.871941) (xy 158.264149 100.815946) (xy 157.985679 100.814001) (xy 157.97932 100.815214) (xy 157.63249 100.468384) + (xy 157.63249 68.468261) (xy 157.630061 68.454647) (xy 157.630061 58.280762) (xy 157.575971 58.007589) (xy 157.469852 57.750125) + (xy 157.315746 57.518176) (xy 157.119522 57.320577) (xy 156.888654 57.164855) (xy 156.631937 57.056941) (xy 156.359149 57.000946) + (xy 156.080679 56.999001) (xy 155.807135 57.051183) (xy 155.548936 57.155502) (xy 155.315917 57.307985) (xy 155.116953 57.502825) + (xy 154.959623 57.7326) (xy 154.84992 57.988557) (xy 154.792021 58.260948) (xy 154.788133 58.539397) (xy 154.838404 58.813299) + (xy 154.940918 59.07222) (xy 155.091771 59.306298) (xy 155.285217 59.506617) (xy 155.302 59.518281) (xy 155.302 61.218894) + (xy 151.757947 64.762947) (xy 151.7047 64.82777) (xy 151.650797 64.89201) (xy 151.648496 64.896194) (xy 151.645466 64.899884) + (xy 151.605831 64.973802) (xy 151.565425 65.047301) (xy 151.563981 65.051851) (xy 151.561725 65.05606) (xy 151.537209 65.136248) + (xy 151.511842 65.216216) (xy 151.511309 65.220963) (xy 151.509914 65.225528) (xy 151.501439 65.308955) (xy 151.492089 65.392322) + (xy 151.492023 65.401659) (xy 151.492006 65.401831) (xy 151.492021 65.40199) (xy 151.492 65.405) (xy 151.492 66.387894) + (xy 149.867053 64.762947) (xy 149.802229 64.7097) (xy 149.73799 64.655797) (xy 149.733805 64.653496) (xy 149.730116 64.650466) + (xy 149.656197 64.610831) (xy 149.582699 64.570425) (xy 149.578148 64.568981) (xy 149.57394 64.566725) (xy 149.493751 64.542209) + (xy 149.413784 64.516842) (xy 149.409036 64.516309) (xy 149.404472 64.514914) (xy 149.321044 64.506439) (xy 149.237678 64.497089) + (xy 149.22834 64.497023) (xy 149.228169 64.497006) (xy 149.228009 64.497021) (xy 149.225 64.497) (xy 147.696106 64.497) + (xy 147.607106 64.408) (xy 148.59 64.408) (xy 148.673483 64.399814) (xy 148.757028 64.392505) (xy 148.761612 64.391172) + (xy 148.766365 64.390707) (xy 148.846674 64.36646) (xy 148.927202 64.343065) (xy 148.931439 64.340868) (xy 148.936012 64.339488) + (xy 149.010074 64.300108) (xy 149.084532 64.261513) (xy 149.088264 64.258533) (xy 149.09248 64.256292) (xy 149.157489 64.203271) + (xy 149.223025 64.150955) (xy 149.229671 64.144401) (xy 149.229808 64.14429) (xy 149.229912 64.144163) (xy 149.232053 64.142053) + (xy 150.502053 62.872053) (xy 150.555299 62.807229) (xy 150.609203 62.74299) (xy 150.611503 62.738805) (xy 150.614534 62.735116) + (xy 150.654168 62.661197) (xy 150.694575 62.587699) (xy 150.696018 62.583148) (xy 150.698275 62.57894) (xy 150.72279 62.498751) + (xy 150.748158 62.418784) (xy 150.74869 62.414036) (xy 150.750086 62.409472) (xy 150.75856 62.326044) (xy 150.767911 62.242678) + (xy 150.767976 62.23334) (xy 150.767994 62.233169) (xy 150.767978 62.233009) (xy 150.768 62.23) (xy 150.768 59.69) + (xy 150.759818 59.606562) (xy 150.752506 59.522972) (xy 150.751172 59.518381) (xy 150.750707 59.513635) (xy 150.726472 59.433367) + (xy 150.703065 59.352798) (xy 150.700868 59.34856) (xy 150.699488 59.343988) (xy 150.660108 59.269925) (xy 150.621513 59.195468) + (xy 150.618533 59.191735) (xy 150.616292 59.18752) (xy 150.563271 59.12251) (xy 150.510955 59.056975) (xy 150.504401 59.050328) + (xy 150.50429 59.050192) (xy 150.504163 59.050087) (xy 150.502053 59.047947) (xy 150.133 58.678894) (xy 150.133 55.706268) + (xy 150.305134 55.542347) (xy 150.465657 55.314791) (xy 150.578924 55.06039) (xy 150.64062 54.788834) (xy 150.645061 54.470762) + (xy 150.590971 54.197589) (xy 150.484852 53.940125) (xy 150.330746 53.708176) (xy 150.134522 53.510577) (xy 150.133 53.50955) + (xy 150.133 50.165) (xy 150.124814 50.081516) (xy 150.117505 49.997972) (xy 150.116172 49.993386) (xy 150.115707 49.988635) + (xy 150.091464 49.908339) (xy 150.068065 49.827797) (xy 150.065867 49.823558) (xy 150.064488 49.818988) (xy 150.025117 49.744944) + (xy 149.986513 49.670468) (xy 149.983533 49.666735) (xy 149.981292 49.66252) (xy 149.928266 49.597504) (xy 149.875954 49.531974) + (xy 149.869401 49.525328) (xy 149.86929 49.525192) (xy 149.869163 49.525087) (xy 149.867053 49.522947) (xy 149.486053 49.141947) + (xy 149.421229 49.0887) (xy 149.35699 49.034797) (xy 149.352805 49.032496) (xy 149.349116 49.029466) (xy 149.275197 48.989831) + (xy 149.201699 48.949425) (xy 149.197148 48.947981) (xy 149.19294 48.945725) (xy 149.143731 48.93068) (xy 149.138299 48.922504) + (xy 148.95085 48.733741) (xy 148.730306 48.584983) (xy 148.485069 48.481894) (xy 148.224479 48.428403) (xy 147.958462 48.426546) + (xy 147.697151 48.476394) (xy 147.450498 48.576048) (xy 147.227899 48.721712) (xy 147.070344 48.876) (xy 146.552118 48.876) + (xy 146.41085 48.733741) (xy 146.190306 48.584983) (xy 145.945069 48.481894) (xy 145.684479 48.428403) (xy 145.418462 48.426546) + (xy 145.157151 48.476394) (xy 144.910498 48.576048) (xy 144.687899 48.721712) (xy 144.497832 48.907839) (xy 144.347538 49.127339) + (xy 144.27162 49.304466) (xy 144.205514 49.14408) (xy 144.058299 48.922504) (xy 143.87085 48.733741) (xy 143.650306 48.584983) + (xy 143.405069 48.481894) (xy 143.144479 48.428403) (xy 142.878462 48.426546) (xy 142.617151 48.476394) (xy 142.370498 48.576048) + (xy 142.147899 48.721712) (xy 141.990344 48.876) (xy 140.462 48.876) (xy 140.378516 48.884185) (xy 140.294972 48.891495) + (xy 140.290387 48.892827) (xy 140.285635 48.893293) (xy 140.205325 48.917539) (xy 140.124798 48.940935) (xy 140.12056 48.943131) + (xy 140.115988 48.944512) (xy 140.041925 48.983891) (xy 139.967468 49.022487) (xy 139.963735 49.025466) (xy 139.95952 49.027708) + (xy 139.894504 49.080733) (xy 139.828974 49.133046) (xy 139.822328 49.139598) (xy 139.822192 49.13971) (xy 139.822087 49.139836) + (xy 139.819947 49.141947) (xy 138.422947 50.538947) (xy 138.3697 50.60377) (xy 138.315797 50.66801) (xy 138.313496 50.672194) + (xy 138.310466 50.675884) (xy 138.270831 50.749802) (xy 138.230425 50.823301) (xy 138.228981 50.827851) (xy 138.226725 50.83206) + (xy 138.202209 50.912248) (xy 138.176842 50.992216) (xy 138.176309 50.996963) (xy 138.174914 51.001528) (xy 138.166439 51.084955) + (xy 138.157089 51.168322) (xy 138.157023 51.177659) (xy 138.157006 51.177831) (xy 138.157021 51.17799) (xy 138.157 51.181) + (xy 138.157 53.511613) (xy 137.971953 53.692825) (xy 137.814623 53.9226) (xy 137.70492 54.178557) (xy 137.647021 54.450948) + (xy 137.643133 54.729397) (xy 137.64598 54.744913) (xy 136.787894 55.603) (xy 136.206193 55.603) (xy 136.079069 55.628287) + (xy 135.978266 55.67004) (xy 135.978266 49.415737) (xy 135.929876 49.152948) (xy 135.831148 48.904649) (xy 135.812838 48.870394) + (xy 135.577636 48.809245) (xy 135.340755 49.046126) (xy 135.340755 48.572364) (xy 135.279606 48.337162) (xy 135.034221 48.231399) + (xy 134.772917 48.175541) (xy 134.505737 48.171734) (xy 134.242948 48.220124) (xy 133.994649 48.318852) (xy 133.960394 48.337162) + (xy 133.899245 48.572364) (xy 134.62 49.293119) (xy 135.340755 48.572364) (xy 135.340755 49.046126) (xy 134.856881 49.53) + (xy 135.577636 50.250755) (xy 135.812838 50.189606) (xy 135.918601 49.944221) (xy 135.974459 49.682917) (xy 135.978266 49.415737) + (xy 135.978266 55.67004) (xy 135.95932 55.677888) (xy 135.85155 55.749898) (xy 135.759898 55.841549) (xy 135.687888 55.94932) + (xy 135.638287 56.069068) (xy 135.613 56.196192) (xy 135.613 56.325807) (xy 135.613 56.777894) (xy 135.340755 57.050139) + (xy 135.340755 50.487636) (xy 134.62 49.766881) (xy 134.383119 50.003762) (xy 134.383119 49.53) (xy 133.662364 48.809245) + (xy 133.427162 48.870394) (xy 133.349329 49.050975) (xy 133.291148 48.904649) (xy 133.272838 48.870394) (xy 133.037636 48.809245) + (xy 132.800755 49.046126) (xy 132.800755 48.572364) (xy 132.739606 48.337162) (xy 132.494221 48.231399) (xy 132.232917 48.175541) + (xy 131.965737 48.171734) (xy 131.702948 48.220124) (xy 131.454649 48.318852) (xy 131.420394 48.337162) (xy 131.359245 48.572364) + (xy 132.08 49.293119) (xy 132.800755 48.572364) (xy 132.800755 49.046126) (xy 132.316881 49.53) (xy 133.037636 50.250755) + (xy 133.272838 50.189606) (xy 133.35067 50.009024) (xy 133.408852 50.155351) (xy 133.427162 50.189606) (xy 133.662364 50.250755) + (xy 134.383119 49.53) (xy 134.383119 50.003762) (xy 133.899245 50.487636) (xy 133.960394 50.722838) (xy 134.205779 50.828601) + (xy 134.467083 50.884459) (xy 134.734263 50.888266) (xy 134.997052 50.839876) (xy 135.245351 50.741148) (xy 135.279606 50.722838) + (xy 135.340755 50.487636) (xy 135.340755 57.050139) (xy 133.342947 59.047947) (xy 133.2897 59.11277) (xy 133.235797 59.17701) + (xy 133.233496 59.181194) (xy 133.230466 59.184884) (xy 133.190831 59.258802) (xy 133.150425 59.332301) (xy 133.148981 59.336851) + (xy 133.146725 59.34106) (xy 133.122209 59.421248) (xy 133.096842 59.501216) (xy 133.096309 59.505963) (xy 133.094914 59.510528) + (xy 133.086439 59.593955) (xy 133.077089 59.677322) (xy 133.077023 59.686659) (xy 133.077006 59.686831) (xy 133.077021 59.68699) + (xy 133.077 59.69) (xy 133.077 60.683) (xy 133.031193 60.683) (xy 132.904069 60.708287) (xy 132.800755 60.75108) + (xy 132.800755 50.487636) (xy 132.08 49.766881) (xy 131.843119 50.003762) (xy 131.843119 49.53) (xy 131.122364 48.809245) + (xy 130.887162 48.870394) (xy 130.809585 49.050381) (xy 130.743514 48.89008) (xy 130.596299 48.668504) (xy 130.40885 48.479741) + (xy 130.188306 48.330983) (xy 129.943069 48.227894) (xy 129.682479 48.174403) (xy 129.467004 48.172898) (xy 128.912053 47.617947) + (xy 128.847229 47.5647) (xy 128.78299 47.510797) (xy 128.778805 47.508496) (xy 128.775116 47.505466) (xy 128.701197 47.465831) + (xy 128.627699 47.425425) (xy 128.623148 47.423981) (xy 128.61894 47.421725) (xy 128.538751 47.397209) (xy 128.458784 47.371842) + (xy 128.454036 47.371309) (xy 128.449472 47.369914) (xy 128.366044 47.361439) (xy 128.282678 47.352089) (xy 128.27334 47.352023) + (xy 128.273169 47.352006) (xy 128.273009 47.352021) (xy 128.27 47.352) (xy 125.559612 47.352) (xy 125.369522 47.160577) + (xy 125.138654 47.004855) (xy 124.881937 46.896941) (xy 124.609149 46.840946) (xy 124.330679 46.839001) (xy 124.057135 46.891183) + (xy 123.798936 46.995502) (xy 123.565917 47.147985) (xy 123.366953 47.342825) (xy 123.209623 47.5726) (xy 123.09992 47.828557) + (xy 123.042021 48.100948) (xy 123.038133 48.379397) (xy 123.088404 48.653299) (xy 123.190918 48.91222) (xy 123.341771 49.146298) + (xy 123.535217 49.346617) (xy 123.763887 49.505547) (xy 124.019073 49.617035) (xy 124.291053 49.676834) (xy 124.569468 49.682666) + (xy 124.843714 49.634309) (xy 125.103344 49.533605) (xy 125.33847 49.38439) (xy 125.540134 49.192347) (xy 125.557308 49.168) + (xy 127.893894 49.168) (xy 128.184308 49.458414) (xy 128.181716 49.644058) (xy 128.229739 49.905711) (xy 128.327669 50.153054) + (xy 128.471776 50.376664) (xy 128.656571 50.568025) (xy 128.875016 50.719849) (xy 129.11879 50.826351) (xy 129.378608 50.883476) + (xy 129.644573 50.889047) (xy 129.906555 50.842852) (xy 130.154575 50.746652) (xy 130.379186 50.604109) (xy 130.571833 50.420654) + (xy 130.725177 50.203274) (xy 130.811138 50.010202) (xy 130.868852 50.155351) (xy 130.887162 50.189606) (xy 131.122364 50.250755) + (xy 131.843119 49.53) (xy 131.843119 50.003762) (xy 131.359245 50.487636) (xy 131.420394 50.722838) (xy 131.665779 50.828601) + (xy 131.927083 50.884459) (xy 132.194263 50.888266) (xy 132.457052 50.839876) (xy 132.705351 50.741148) (xy 132.739606 50.722838) + (xy 132.800755 50.487636) (xy 132.800755 60.75108) (xy 132.78432 60.757888) (xy 132.67655 60.829898) (xy 132.584898 60.921549) + (xy 132.512888 61.02932) (xy 132.463287 61.149068) (xy 132.438 61.276192) (xy 132.438 61.405807) (xy 132.438 63.183807) + (xy 132.463287 63.310931) (xy 132.512888 63.43068) (xy 132.584898 63.53845) (xy 132.676549 63.630102) (xy 132.78432 63.702112) + (xy 132.904068 63.751713) (xy 133.031192 63.777) (xy 133.077 63.777) (xy 133.077 68.203894) (xy 127.627947 73.652947) + (xy 127.5747 73.71777) (xy 127.520797 73.78201) (xy 127.518496 73.786194) (xy 127.515466 73.789884) (xy 127.475831 73.863802) + (xy 127.435425 73.937301) (xy 127.433981 73.941851) (xy 127.431725 73.94606) (xy 127.407209 74.026248) (xy 127.381842 74.106216) + (xy 127.381309 74.110963) (xy 127.379914 74.115528) (xy 127.371439 74.198955) (xy 127.362089 74.282322) (xy 127.362023 74.291659) + (xy 127.362006 74.291831) (xy 127.362021 74.29199) (xy 127.362 74.295) (xy 127.362 74.466613) (xy 127.176953 74.647825) + (xy 127.019623 74.8776) (xy 126.90992 75.133557) (xy 126.852021 75.405948) (xy 126.848133 75.684397) (xy 126.898404 75.958299) + (xy 127.000918 76.21722) (xy 127.151771 76.451298) (xy 127.345217 76.651617) (xy 127.573887 76.810547) (xy 127.829073 76.922035) + (xy 128.101053 76.981834) (xy 128.379468 76.987666) (xy 128.653714 76.939309) (xy 128.913344 76.838605) (xy 129.14847 76.68939) + (xy 129.350134 76.497347) (xy 129.510657 76.269791) (xy 129.623924 76.01539) (xy 129.68562 75.743834) (xy 129.690061 75.425762) + (xy 129.635971 75.152589) (xy 129.529852 74.895125) (xy 129.375746 74.663176) (xy 129.281169 74.567936) (xy 134.627053 69.222053) + (xy 134.680299 69.157229) (xy 134.734203 69.09299) (xy 134.736503 69.088805) (xy 134.739534 69.085116) (xy 134.779168 69.011197) + (xy 134.819575 68.937699) (xy 134.821018 68.933148) (xy 134.823275 68.92894) (xy 134.847804 68.848709) (xy 134.873158 68.768784) + (xy 134.873689 68.764041) (xy 134.875087 68.759472) (xy 134.88357 68.67595) (xy 134.892911 68.592678) (xy 134.892976 68.583351) + (xy 134.892995 68.583169) (xy 134.892978 68.582999) (xy 134.893 68.58) (xy 134.893 63.777) (xy 134.938807 63.777) + (xy 135.065931 63.751713) (xy 135.18568 63.702112) (xy 135.29345 63.630102) (xy 135.385102 63.538451) (xy 135.457112 63.43068) + (xy 135.506713 63.310932) (xy 135.532 63.183808) (xy 135.532 63.054193) (xy 135.532 61.276193) (xy 135.506713 61.149069) + (xy 135.457112 61.02932) (xy 135.385102 60.92155) (xy 135.293451 60.829898) (xy 135.18568 60.757888) (xy 135.065932 60.708287) + (xy 134.938808 60.683) (xy 134.893 60.683) (xy 134.893 60.066106) (xy 136.262106 58.697) (xy 136.335807 58.697) + (xy 138.113807 58.697) (xy 138.240931 58.671713) (xy 138.36068 58.622112) (xy 138.46845 58.550102) (xy 138.560102 58.458451) + (xy 138.632112 58.35068) (xy 138.681713 58.230932) (xy 138.707 58.103808) (xy 138.707 58.058) (xy 143.133894 58.058) + (xy 144.678594 59.6027) (xy 144.656462 59.602546) (xy 144.395151 59.652394) (xy 144.148498 59.752048) (xy 143.925899 59.897712) + (xy 143.768344 60.052) (xy 140.164612 60.052) (xy 139.974522 59.860577) (xy 139.743654 59.704855) (xy 139.486937 59.596941) + (xy 139.214149 59.540946) (xy 138.935679 59.539001) (xy 138.662135 59.591183) (xy 138.403936 59.695502) (xy 138.170917 59.847985) + (xy 137.971953 60.042825) (xy 137.814623 60.2726) (xy 137.70492 60.528557) (xy 137.647021 60.800948) (xy 137.643133 61.079397) + (xy 137.693404 61.353299) (xy 137.795918 61.61222) (xy 137.946771 61.846298) (xy 138.140217 62.046617) (xy 138.368887 62.205547) + (xy 138.624073 62.317035) (xy 138.896053 62.376834) (xy 139.174468 62.382666) (xy 139.448714 62.334309) (xy 139.708344 62.233605) + (xy 139.94347 62.08439) (xy 140.145134 61.892347) (xy 140.162308 61.868) (xy 143.771007 61.868) (xy 143.896571 61.998025) + (xy 144.115016 62.149849) (xy 144.300203 62.230755) (xy 144.148498 62.292048) (xy 143.925899 62.437712) (xy 143.735832 62.623839) + (xy 143.585538 62.843339) (xy 143.48074 63.08785) (xy 143.425431 63.348061) (xy 143.421716 63.614058) (xy 143.469739 63.875711) + (xy 143.567669 64.123054) (xy 143.711776 64.346664) (xy 143.896571 64.538025) (xy 144.115016 64.689849) (xy 144.35879 64.796351) + (xy 144.618608 64.853476) (xy 144.884573 64.859047) (xy 145.146555 64.812852) (xy 145.360689 64.729795) (xy 146.677947 66.047053) + (xy 146.74277 66.100299) (xy 146.80701 66.154203) (xy 146.811194 66.156503) (xy 146.814884 66.159534) (xy 146.888802 66.199168) + (xy 146.962301 66.239575) (xy 146.966851 66.241018) (xy 146.97106 66.243275) (xy 147.051248 66.26779) (xy 147.131216 66.293158) + (xy 147.135963 66.29369) (xy 147.140528 66.295086) (xy 147.223999 66.303565) (xy 147.307322 66.312911) (xy 147.316648 66.312976) + (xy 147.316831 66.312995) (xy 147.317 66.312978) (xy 147.32 66.313) (xy 148.848894 66.313) (xy 150.981674 68.44578) + (xy 150.978133 68.699397) (xy 151.028404 68.973299) (xy 151.130918 69.23222) (xy 151.281771 69.466298) (xy 151.475217 69.666617) + (xy 151.703887 69.825547) (xy 151.959073 69.937035) (xy 152.231053 69.996834) (xy 152.509468 70.002666) (xy 152.783714 69.954309) + (xy 153.043344 69.853605) (xy 153.27847 69.70439) (xy 153.480134 69.512347) (xy 153.640657 69.284791) (xy 153.753924 69.03039) + (xy 153.81562 68.758834) (xy 153.820061 68.440762) (xy 153.765971 68.167589) (xy 153.659852 67.910125) (xy 153.505746 67.678176) + (xy 153.309522 67.480577) (xy 153.308 67.47955) (xy 153.308 65.781106) (xy 156.852053 62.237053) (xy 156.905299 62.172229) + (xy 156.959203 62.10799) (xy 156.961503 62.103805) (xy 156.964534 62.100116) (xy 157.004168 62.026197) (xy 157.044575 61.952699) + (xy 157.046018 61.948148) (xy 157.048275 61.94394) (xy 157.07279 61.863751) (xy 157.098158 61.783784) (xy 157.09869 61.779036) + (xy 157.100086 61.774472) (xy 157.108565 61.691) (xy 157.117911 61.607678) (xy 157.117976 61.598351) (xy 157.117995 61.598169) + (xy 157.117978 61.597999) (xy 157.118 61.595) (xy 157.118 59.516268) (xy 157.290134 59.352347) (xy 157.450657 59.124791) + (xy 157.563924 58.87039) (xy 157.62562 58.598834) (xy 157.630061 58.280762) (xy 157.630061 68.454647) (xy 157.583358 68.192894) + (xy 157.481449 67.932403) (xy 157.454836 67.882615) (xy 157.213179 67.813702) (xy 156.976298 68.050583) (xy 156.976298 67.576821) + (xy 156.907385 67.335164) (xy 156.65113 67.22303) (xy 156.377922 67.163043) (xy 156.098261 67.15751) (xy 155.822894 67.206642) + (xy 155.562403 67.308551) (xy 155.512615 67.335164) (xy 155.443702 67.576821) (xy 156.21 68.343119) (xy 156.976298 67.576821) + (xy 156.976298 68.050583) (xy 156.446881 68.58) (xy 157.213179 69.346298) (xy 157.454836 69.277385) (xy 157.56697 69.02113) + (xy 157.626957 68.747922) (xy 157.63249 68.468261) (xy 157.63249 100.468384) (xy 157.568266 100.40416) (xy 157.568266 97.040737) + (xy 157.568266 87.515737) (xy 157.568266 77.355737) (xy 157.519876 77.092948) (xy 157.421148 76.844649) (xy 157.402838 76.810394) + (xy 157.167636 76.749245) (xy 156.976298 76.940583) (xy 156.976298 69.583179) (xy 156.21 68.816881) (xy 155.973119 69.053762) + (xy 155.973119 68.58) (xy 155.206821 67.813702) (xy 154.965164 67.882615) (xy 154.85303 68.13887) (xy 154.793043 68.412078) + (xy 154.78751 68.691739) (xy 154.836642 68.967106) (xy 154.938551 69.227597) (xy 154.965164 69.277385) (xy 155.206821 69.346298) + (xy 155.973119 68.58) (xy 155.973119 69.053762) (xy 155.443702 69.583179) (xy 155.512615 69.824836) (xy 155.76887 69.93697) + (xy 156.042078 69.996957) (xy 156.321739 70.00249) (xy 156.597106 69.953358) (xy 156.857597 69.851449) (xy 156.907385 69.824836) + (xy 156.976298 69.583179) (xy 156.976298 76.940583) (xy 156.930755 76.986126) (xy 156.930755 76.512364) (xy 156.869606 76.277162) + (xy 156.624221 76.171399) (xy 156.362917 76.115541) (xy 156.095737 76.111734) (xy 155.832948 76.160124) (xy 155.584649 76.258852) + (xy 155.550394 76.277162) (xy 155.489245 76.512364) (xy 156.21 77.233119) (xy 156.930755 76.512364) (xy 156.930755 76.986126) + (xy 156.446881 77.47) (xy 157.167636 78.190755) (xy 157.402838 78.129606) (xy 157.508601 77.884221) (xy 157.564459 77.622917) + (xy 157.568266 77.355737) (xy 157.568266 87.515737) (xy 157.519876 87.252948) (xy 157.421148 87.004649) (xy 157.402838 86.970394) + (xy 157.167636 86.909245) (xy 156.930755 87.146126) (xy 156.930755 86.672364) (xy 156.930755 78.427636) (xy 156.21 77.706881) + (xy 155.973119 77.943762) (xy 155.973119 77.47) (xy 155.252364 76.749245) (xy 155.0265 76.807966) (xy 155.0265 76.706693) + (xy 155.001213 76.579569) (xy 154.951612 76.45982) (xy 154.879602 76.35205) (xy 154.787951 76.260398) (xy 154.68018 76.188388) + (xy 154.560432 76.138787) (xy 154.433308 76.1135) (xy 154.303693 76.1135) (xy 152.906693 76.1135) (xy 152.779569 76.138787) + (xy 152.65982 76.188388) (xy 152.55205 76.260398) (xy 152.460398 76.352049) (xy 152.388388 76.45982) (xy 152.346063 76.562) + (xy 150.324612 76.562) (xy 150.134522 76.370577) (xy 149.903654 76.214855) (xy 149.646937 76.106941) (xy 149.374149 76.050946) + (xy 149.095679 76.049001) (xy 148.822135 76.101183) (xy 148.6765 76.160023) (xy 148.563936 76.205502) (xy 148.330917 76.357985) + (xy 148.131953 76.552825) (xy 147.974623 76.7826) (xy 147.86492 77.038557) (xy 147.807021 77.310948) (xy 147.803133 77.589397) + (xy 147.853404 77.863299) (xy 147.955918 78.12222) (xy 148.106771 78.356298) (xy 148.300217 78.556617) (xy 148.528887 78.715547) + (xy 148.784073 78.827035) (xy 149.056053 78.886834) (xy 149.334468 78.892666) (xy 149.608714 78.844309) (xy 149.868344 78.743605) + (xy 150.10347 78.59439) (xy 150.305134 78.402347) (xy 150.322308 78.378) (xy 152.346064 78.378) (xy 152.388388 78.48018) + (xy 152.460398 78.58795) (xy 152.552049 78.679602) (xy 152.65982 78.751612) (xy 152.779568 78.801213) (xy 152.906692 78.8265) + (xy 153.036307 78.8265) (xy 154.433307 78.8265) (xy 154.560431 78.801213) (xy 154.68018 78.751612) (xy 154.78795 78.679602) + (xy 154.879602 78.587951) (xy 154.951612 78.48018) (xy 155.001213 78.360432) (xy 155.0265 78.233308) (xy 155.0265 78.132033) + (xy 155.252364 78.190755) (xy 155.973119 77.47) (xy 155.973119 77.943762) (xy 155.489245 78.427636) (xy 155.550394 78.662838) + (xy 155.795779 78.768601) (xy 156.057083 78.824459) (xy 156.324263 78.828266) (xy 156.587052 78.779876) (xy 156.835351 78.681148) + (xy 156.869606 78.662838) (xy 156.930755 78.427636) (xy 156.930755 86.672364) (xy 156.869606 86.437162) (xy 156.624221 86.331399) + (xy 156.362917 86.275541) (xy 156.095737 86.271734) (xy 155.832948 86.320124) (xy 155.584649 86.418852) (xy 155.550394 86.437162) + (xy 155.489245 86.672364) (xy 156.21 87.393119) (xy 156.930755 86.672364) (xy 156.930755 87.146126) (xy 156.446881 87.63) + (xy 157.167636 88.350755) (xy 157.402838 88.289606) (xy 157.508601 88.044221) (xy 157.564459 87.782917) (xy 157.568266 87.515737) + (xy 157.568266 97.040737) (xy 157.519876 96.777948) (xy 157.421148 96.529649) (xy 157.402838 96.495394) (xy 157.167636 96.434245) + (xy 156.930755 96.671126) (xy 156.930755 96.197364) (xy 156.930755 88.587636) (xy 156.21 87.866881) (xy 155.973119 88.103762) + (xy 155.973119 87.63) (xy 155.252364 86.909245) (xy 155.0265 86.967966) (xy 155.0265 86.866693) (xy 155.001213 86.739569) + (xy 154.951612 86.61982) (xy 154.879602 86.51205) (xy 154.787951 86.420398) (xy 154.68018 86.348388) (xy 154.560432 86.298787) + (xy 154.433308 86.2735) (xy 154.303693 86.2735) (xy 152.906693 86.2735) (xy 152.779569 86.298787) (xy 152.65982 86.348388) + (xy 152.55205 86.420398) (xy 152.460398 86.512049) (xy 152.388388 86.61982) (xy 152.346063 86.722) (xy 150.324612 86.722) + (xy 150.134522 86.530577) (xy 149.903654 86.374855) (xy 149.646937 86.266941) (xy 149.374149 86.210946) (xy 149.095679 86.209001) + (xy 148.822135 86.261183) (xy 148.563936 86.365502) (xy 148.330917 86.517985) (xy 148.131953 86.712825) (xy 147.974623 86.9426) + (xy 147.86492 87.198557) (xy 147.807021 87.470948) (xy 147.803133 87.749397) (xy 147.853404 88.023299) (xy 147.955918 88.28222) + (xy 148.106771 88.516298) (xy 148.300217 88.716617) (xy 148.528887 88.875547) (xy 148.581348 88.898466) (xy 148.563936 88.905502) + (xy 148.330917 89.057985) (xy 148.131953 89.252825) (xy 148.12567 89.262) (xy 147.061106 89.262) (xy 145.688 87.888894) + (xy 145.688 81.565418) (xy 145.801571 81.683025) (xy 146.020016 81.834849) (xy 146.26379 81.941351) (xy 146.523608 81.998476) + (xy 146.789573 82.004047) (xy 147.051555 81.957852) (xy 147.299575 81.861652) (xy 147.524186 81.719109) (xy 147.698617 81.553) + (xy 148.213894 81.553) (xy 148.317 81.656106) (xy 148.317 82.721613) (xy 148.131953 82.902825) (xy 147.974623 83.1326) + (xy 147.86492 83.388557) (xy 147.807021 83.660948) (xy 147.803133 83.939397) (xy 147.853404 84.213299) (xy 147.955918 84.47222) + (xy 148.106771 84.706298) (xy 148.300217 84.906617) (xy 148.528887 85.065547) (xy 148.784073 85.177035) (xy 149.056053 85.236834) + (xy 149.334468 85.242666) (xy 149.608714 85.194309) (xy 149.868344 85.093605) (xy 150.10347 84.94439) (xy 150.305134 84.752347) + (xy 150.465657 84.524791) (xy 150.578924 84.27039) (xy 150.64062 83.998834) (xy 150.645061 83.680762) (xy 150.590971 83.407589) + (xy 150.484852 83.150125) (xy 150.330746 82.918176) (xy 150.134522 82.720577) (xy 150.133 82.71955) (xy 150.133 81.28) + (xy 150.124818 81.196562) (xy 150.117506 81.112972) (xy 150.116172 81.108381) (xy 150.115707 81.103635) (xy 150.091472 81.023367) + (xy 150.068065 80.942798) (xy 150.065868 80.93856) (xy 150.064488 80.933988) (xy 150.025108 80.859925) (xy 149.986513 80.785468) + (xy 149.983533 80.781735) (xy 149.981292 80.77752) (xy 149.928271 80.71251) (xy 149.875955 80.646975) (xy 149.869401 80.640328) + (xy 149.86929 80.640192) (xy 149.869163 80.640087) (xy 149.867053 80.637947) (xy 149.232053 80.002947) (xy 149.167229 79.9497) + (xy 149.10299 79.895797) (xy 149.098805 79.893496) (xy 149.095116 79.890466) (xy 149.021197 79.850831) (xy 148.947699 79.810425) + (xy 148.943148 79.808981) (xy 148.93894 79.806725) (xy 148.858751 79.782209) (xy 148.778784 79.756842) (xy 148.774036 79.756309) + (xy 148.769472 79.754914) (xy 148.686044 79.746439) (xy 148.602678 79.737089) (xy 148.59334 79.737023) (xy 148.593169 79.737006) + (xy 148.593009 79.737021) (xy 148.59 79.737) (xy 147.695118 79.737) (xy 147.55385 79.594741) (xy 147.333306 79.445983) + (xy 147.088069 79.342894) (xy 146.827479 79.289403) (xy 146.561462 79.287546) (xy 146.300151 79.337394) (xy 146.053498 79.437048) + (xy 145.830899 79.582712) (xy 145.688 79.722648) (xy 145.688 75.941106) (xy 147.962053 73.667053) (xy 148.015299 73.602229) + (xy 148.069203 73.53799) (xy 148.071503 73.533805) (xy 148.074534 73.530116) (xy 148.114178 73.456179) (xy 148.154575 73.382699) + (xy 148.156017 73.37815) (xy 148.158275 73.373941) (xy 148.182799 73.293724) (xy 148.208158 73.213784) (xy 148.20869 73.209038) + (xy 148.210086 73.204473) (xy 148.218561 73.121035) (xy 148.227911 73.037678) (xy 148.227976 73.028341) (xy 148.227994 73.02817) + (xy 148.227978 73.028009) (xy 148.228 73.025) (xy 148.228 71.12) (xy 148.219814 71.036516) (xy 148.212505 70.952972) + (xy 148.211172 70.948386) (xy 148.210707 70.943635) (xy 148.186464 70.863339) (xy 148.163065 70.782797) (xy 148.160867 70.778558) + (xy 148.159488 70.773988) (xy 148.120117 70.699944) (xy 148.081513 70.625468) (xy 148.078533 70.621735) (xy 148.076292 70.61752) + (xy 148.023266 70.552504) (xy 147.970954 70.486974) (xy 147.964401 70.480328) (xy 147.96429 70.480192) (xy 147.964163 70.480087) + (xy 147.962053 70.477947) (xy 147.420606 69.9365) (xy 147.487502 69.9365) (xy 147.487502 69.772002) (xy 147.652 69.9365) + (xy 148.083307 69.9365) (xy 148.210431 69.911213) (xy 148.33018 69.861612) (xy 148.43795 69.789602) (xy 148.529602 69.697951) + (xy 148.601612 69.59018) (xy 148.651213 69.470432) (xy 148.6765 69.343308) (xy 148.6765 69.213693) (xy 148.6765 68.912) + (xy 148.6765 68.248) (xy 148.6765 67.946307) (xy 148.6765 67.816692) (xy 148.651213 67.689568) (xy 148.601612 67.56982) + (xy 148.529602 67.462049) (xy 148.43795 67.370398) (xy 148.33018 67.298388) (xy 148.210431 67.248787) (xy 148.083307 67.2235) + (xy 147.652 67.2235) (xy 147.4875 67.388) (xy 147.4875 68.4125) (xy 148.512 68.4125) (xy 148.6765 68.248) + (xy 148.6765 68.912) (xy 148.512 68.7475) (xy 147.4875 68.7475) (xy 147.4875 68.7675) (xy 147.1525 68.7675) + (xy 147.1525 68.7475) (xy 147.1325 68.7475) (xy 147.1325 68.4125) (xy 147.1525 68.4125) (xy 147.1525 67.388) + (xy 146.988 67.2235) (xy 146.556693 67.2235) (xy 146.429569 67.248787) (xy 146.30982 67.298388) (xy 146.20205 67.370398) + (xy 146.110398 67.462049) (xy 146.038388 67.56982) (xy 145.988787 67.689568) (xy 145.9635 67.816692) (xy 145.9635 67.909956) + (xy 145.836299 67.718504) (xy 145.64885 67.529741) (xy 145.428306 67.380983) (xy 145.183069 67.277894) (xy 144.922479 67.224403) + (xy 144.656462 67.222546) (xy 144.395151 67.272394) (xy 144.148498 67.372048) (xy 143.925899 67.517712) (xy 143.735832 67.703839) + (xy 143.585538 67.923339) (xy 143.48074 68.16785) (xy 143.425431 68.428061) (xy 143.421716 68.694058) (xy 143.469739 68.955711) + (xy 143.567669 69.203054) (xy 143.711776 69.426664) (xy 143.896571 69.618025) (xy 144.115016 69.769849) (xy 144.300203 69.850755) + (xy 144.148498 69.912048) (xy 143.925899 70.057712) (xy 143.768344 70.212) (xy 140.164612 70.212) (xy 139.974522 70.020577) + (xy 139.743654 69.864855) (xy 139.486937 69.756941) (xy 139.214149 69.700946) (xy 138.935679 69.699001) (xy 138.662135 69.751183) + (xy 138.403936 69.855502) (xy 138.170917 70.007985) (xy 137.971953 70.202825) (xy 137.814623 70.4326) (xy 137.70492 70.688557) + (xy 137.647021 70.960948) (xy 137.643133 71.239397) (xy 137.693404 71.513299) (xy 137.795918 71.77222) (xy 137.946771 72.006298) + (xy 138.140217 72.206617) (xy 138.368887 72.365547) (xy 138.624073 72.477035) (xy 138.896053 72.536834) (xy 139.174468 72.542666) + (xy 139.199199 72.538305) (xy 140.697 74.036106) (xy 140.697 77.728894) (xy 140.349439 78.076454) (xy 140.418924 77.92039) + (xy 140.48062 77.648834) (xy 140.485061 77.330762) (xy 140.430971 77.057589) (xy 140.324852 76.800125) (xy 140.170746 76.568176) + (xy 139.974522 76.370577) (xy 139.743654 76.214855) (xy 139.486937 76.106941) (xy 139.214149 76.050946) (xy 138.935679 76.049001) + (xy 138.662135 76.101183) (xy 138.403936 76.205502) (xy 138.170917 76.357985) (xy 137.971953 76.552825) (xy 137.814623 76.7826) + (xy 137.70492 77.038557) (xy 137.647021 77.310948) (xy 137.643133 77.589397) (xy 137.693404 77.863299) (xy 137.795918 78.12222) + (xy 137.946771 78.356298) (xy 138.140217 78.556617) (xy 138.368887 78.715547) (xy 138.624073 78.827035) (xy 138.896053 78.886834) + (xy 139.174468 78.892666) (xy 139.448714 78.844309) (xy 139.665779 78.760114) (xy 139.137394 79.2885) (xy 138.301693 79.2885) + (xy 138.174569 79.313787) (xy 138.05482 79.363388) (xy 137.94705 79.435398) (xy 137.855398 79.527049) (xy 137.783388 79.63482) + (xy 137.733787 79.754568) (xy 137.7085 79.881692) (xy 137.7085 80.011307) (xy 137.7085 81.408307) (xy 137.733787 81.535431) + (xy 137.783388 81.65518) (xy 137.855398 81.76295) (xy 137.947049 81.854602) (xy 138.05482 81.926612) (xy 138.174568 81.976213) + (xy 138.301692 82.0015) (xy 138.431307 82.0015) (xy 139.828307 82.0015) (xy 139.955431 81.976213) (xy 140.07518 81.926612) + (xy 140.18295 81.854602) (xy 140.274602 81.762951) (xy 140.346612 81.65518) (xy 140.396213 81.535432) (xy 140.4215 81.408308) + (xy 140.4215 81.278693) (xy 140.4215 80.572606) (xy 142.247053 78.747053) (xy 142.300299 78.682229) (xy 142.354203 78.61799) + (xy 142.356503 78.613805) (xy 142.359534 78.610116) (xy 142.399178 78.536179) (xy 142.439575 78.462699) (xy 142.441017 78.45815) + (xy 142.443275 78.453941) (xy 142.467799 78.373724) (xy 142.493158 78.293784) (xy 142.49369 78.289038) (xy 142.495086 78.284473) + (xy 142.503561 78.201035) (xy 142.512911 78.117678) (xy 142.512976 78.108341) (xy 142.512994 78.10817) (xy 142.512978 78.108009) + (xy 142.513 78.105) (xy 142.513 73.66) (xy 142.504814 73.576516) (xy 142.497505 73.492972) (xy 142.496172 73.488386) + (xy 142.495707 73.483635) (xy 142.471464 73.403339) (xy 142.448065 73.322797) (xy 142.445867 73.318558) (xy 142.444488 73.313988) + (xy 142.405117 73.239944) (xy 142.366513 73.165468) (xy 142.363533 73.161735) (xy 142.361292 73.15752) (xy 142.308266 73.092504) + (xy 142.255954 73.026974) (xy 142.249401 73.020328) (xy 142.24929 73.020192) (xy 142.249163 73.020087) (xy 142.247053 73.017947) + (xy 141.257106 72.028) (xy 143.771007 72.028) (xy 143.896571 72.158025) (xy 144.115016 72.309849) (xy 144.35879 72.416351) + (xy 144.618608 72.473476) (xy 144.884573 72.479047) (xy 145.146555 72.432852) (xy 145.394575 72.336652) (xy 145.619186 72.194109) + (xy 145.811833 72.010654) (xy 145.965177 71.793274) (xy 146.073379 71.55025) (xy 146.132316 71.290837) (xy 146.13334 71.217446) + (xy 146.412 71.496106) (xy 146.412 72.648894) (xy 144.137947 74.922947) (xy 144.0847 74.98777) (xy 144.030797 75.05201) + (xy 144.028496 75.056194) (xy 144.025466 75.059884) (xy 143.985831 75.133802) (xy 143.945425 75.207301) (xy 143.943981 75.211851) + (xy 143.941725 75.21606) (xy 143.917209 75.296248) (xy 143.891842 75.376216) (xy 143.891309 75.380963) (xy 143.889914 75.385528) + (xy 143.881439 75.468955) (xy 143.872089 75.552322) (xy 143.872023 75.561659) (xy 143.872006 75.561831) (xy 143.872021 75.56199) + (xy 143.872 75.565) (xy 143.872 88.265) (xy 143.880185 88.348483) (xy 143.887495 88.432028) (xy 143.888827 88.436612) + (xy 143.889293 88.441365) (xy 143.913539 88.521674) (xy 143.936935 88.602202) (xy 143.939131 88.606439) (xy 143.940512 88.611012) + (xy 143.979891 88.685074) (xy 144.018487 88.759532) (xy 144.021466 88.763264) (xy 144.023708 88.76748) (xy 144.076728 88.832489) + (xy 144.129045 88.898025) (xy 144.135598 88.904671) (xy 144.13571 88.904808) (xy 144.135836 88.904912) (xy 144.137947 88.907053) + (xy 146.042947 90.812053) (xy 146.10777 90.865299) (xy 146.17201 90.919203) (xy 146.176194 90.921503) (xy 146.179884 90.924534) + (xy 146.253802 90.964168) (xy 146.327301 91.004575) (xy 146.331851 91.006018) (xy 146.33606 91.008275) (xy 146.416248 91.03279) + (xy 146.496216 91.058158) (xy 146.500963 91.05869) (xy 146.505528 91.060086) (xy 146.588999 91.068565) (xy 146.672322 91.077911) + (xy 146.681648 91.077976) (xy 146.681831 91.077995) (xy 146.682 91.077978) (xy 146.685 91.078) (xy 148.127728 91.078) + (xy 148.300217 91.256617) (xy 148.528887 91.415547) (xy 148.784073 91.527035) (xy 149.056053 91.586834) (xy 149.334468 91.592666) + (xy 149.608714 91.544309) (xy 149.868344 91.443605) (xy 150.10347 91.29439) (xy 150.305134 91.102347) (xy 150.465657 90.874791) + (xy 150.578924 90.62039) (xy 150.64062 90.348834) (xy 150.645061 90.030762) (xy 150.590971 89.757589) (xy 150.484852 89.500125) + (xy 150.330746 89.268176) (xy 150.134522 89.070577) (xy 149.903654 88.914855) (xy 149.871749 88.901443) (xy 150.10347 88.75439) + (xy 150.305134 88.562347) (xy 150.322308 88.538) (xy 152.346064 88.538) (xy 152.388388 88.64018) (xy 152.460398 88.74795) + (xy 152.552049 88.839602) (xy 152.65982 88.911612) (xy 152.779568 88.961213) (xy 152.906692 88.9865) (xy 153.036307 88.9865) + (xy 154.433307 88.9865) (xy 154.560431 88.961213) (xy 154.68018 88.911612) (xy 154.78795 88.839602) (xy 154.879602 88.747951) + (xy 154.951612 88.64018) (xy 155.001213 88.520432) (xy 155.0265 88.393308) (xy 155.0265 88.292033) (xy 155.252364 88.350755) + (xy 155.973119 87.63) (xy 155.973119 88.103762) (xy 155.489245 88.587636) (xy 155.550394 88.822838) (xy 155.795779 88.928601) + (xy 156.057083 88.984459) (xy 156.324263 88.988266) (xy 156.587052 88.939876) (xy 156.835351 88.841148) (xy 156.869606 88.822838) + (xy 156.930755 88.587636) (xy 156.930755 96.197364) (xy 156.869606 95.962162) (xy 156.624221 95.856399) (xy 156.362917 95.800541) + (xy 156.095737 95.796734) (xy 155.832948 95.845124) (xy 155.584649 95.943852) (xy 155.550394 95.962162) (xy 155.489245 96.197364) + (xy 156.21 96.918119) (xy 156.930755 96.197364) (xy 156.930755 96.671126) (xy 156.446881 97.155) (xy 157.167636 97.875755) + (xy 157.402838 97.814606) (xy 157.508601 97.569221) (xy 157.564459 97.307917) (xy 157.568266 97.040737) (xy 157.568266 100.40416) + (xy 156.930755 99.766649) (xy 155.382994 98.218888) (xy 155.489245 98.112637) (xy 155.550394 98.347838) (xy 155.795779 98.453601) + (xy 156.057083 98.509459) (xy 156.324263 98.513266) (xy 156.587052 98.464876) (xy 156.835351 98.366148) (xy 156.869606 98.347838) + (xy 156.930755 98.112636) (xy 156.21 97.391881) (xy 156.195858 97.406022) (xy 155.958977 97.169142) (xy 155.973119 97.155) + (xy 155.252364 96.434245) (xy 155.0265 96.492966) (xy 155.0265 96.391693) (xy 155.001213 96.264569) (xy 154.951612 96.14482) + (xy 154.879602 96.03705) (xy 154.787951 95.945398) (xy 154.68018 95.873388) (xy 154.560432 95.823787) (xy 154.433308 95.7985) + (xy 154.303693 95.7985) (xy 152.906693 95.7985) (xy 152.779569 95.823787) (xy 152.65982 95.873388) (xy 152.55205 95.945398) + (xy 152.460398 96.037049) (xy 152.388388 96.14482) (xy 152.338787 96.264568) (xy 152.3135 96.391692) (xy 152.3135 96.521307) + (xy 152.3135 97.918307) (xy 152.338787 98.045431) (xy 152.388388 98.16518) (xy 152.460398 98.27295) (xy 152.552049 98.364602) + (xy 152.65982 98.436612) (xy 152.779568 98.486213) (xy 152.906692 98.5115) (xy 153.036307 98.5115) (xy 153.107394 98.5115) + (xy 156.696674 102.10078) (xy 156.693133 102.354397) (xy 156.743404 102.628299) (xy 156.845918 102.88722) (xy 156.996771 103.121298) + (xy 157.190217 103.321617) (xy 157.418887 103.480547) (xy 157.674073 103.592035) (xy 157.946053 103.651834) (xy 158.224468 103.657666) + (xy 158.498714 103.609309) (xy 158.758344 103.508605) (xy 158.99347 103.35939) (xy 159.195134 103.167347) (xy 159.355657 102.939791) + (xy 159.468924 102.68539) (xy 159.53062 102.413834) (xy 159.535061 102.095762) (xy 159.535061 112.530955) (xy 149.371271 102.367165) + (xy 149.375061 102.095762) (xy 149.320971 101.822589) (xy 149.214852 101.565125) (xy 149.060746 101.333176) (xy 148.864522 101.135577) + (xy 148.863 101.13455) (xy 148.863 98.930152) (xy 148.948702 98.844451) (xy 149.020712 98.73668) (xy 149.070313 98.616932) + (xy 149.0956 98.489808) (xy 149.0956 98.360193) (xy 149.0956 97.090193) (xy 149.070313 96.963069) (xy 149.020712 96.84332) + (xy 148.948702 96.73555) (xy 148.857051 96.643898) (xy 148.74928 96.571888) (xy 148.629532 96.522287) (xy 148.502408 96.497) + (xy 148.372793 96.497) (xy 147.407593 96.497) (xy 147.32 96.514423) (xy 147.232408 96.497) (xy 147.102793 96.497) + (xy 146.137593 96.497) (xy 146.010469 96.522287) (xy 145.89072 96.571888) (xy 145.838 96.607114) (xy 145.838 96.52) + (xy 145.82828 96.420866) (xy 145.81926 96.321751) (xy 145.818213 96.318194) (xy 145.817851 96.3145) (xy 145.78907 96.219175) + (xy 145.760961 96.123666) (xy 145.759241 96.120376) (xy 145.75817 96.116828) (xy 145.711448 96.028958) (xy 145.665297 95.940678) + (xy 145.662971 95.937786) (xy 145.661231 95.934512) (xy 145.598308 95.857361) (xy 145.535912 95.779756) (xy 145.53307 95.777371) + (xy 145.530726 95.774497) (xy 145.453992 95.711017) (xy 145.377735 95.64703) (xy 145.374485 95.645243) (xy 145.371626 95.642878) + (xy 145.284052 95.595527) (xy 145.196791 95.547555) (xy 145.193252 95.546432) (xy 145.189991 95.544669) (xy 145.094881 95.515227) + (xy 144.999971 95.48512) (xy 144.996285 95.484706) (xy 144.99274 95.483609) (xy 144.893711 95.4732) (xy 144.794772 95.462103) + (xy 144.787645 95.462053) (xy 144.787386 95.462026) (xy 144.787125 95.462049) (xy 144.78 95.462) (xy 144.759659 95.462) + (xy 144.719602 95.40205) (xy 144.627951 95.310398) (xy 144.52018 95.238388) (xy 144.400432 95.188787) (xy 144.273308 95.1635) + (xy 144.143693 95.1635) (xy 142.746693 95.1635) (xy 142.619569 95.188787) (xy 142.49982 95.238388) (xy 142.39205 95.310398) + (xy 142.300398 95.402049) (xy 142.228388 95.50982) (xy 142.178787 95.629568) (xy 142.1535 95.756692) (xy 142.1535 95.849956) + (xy 142.026299 95.658504) (xy 141.878 95.509165) (xy 141.878 85.09) (xy 141.869814 85.006516) (xy 141.862505 84.922972) + (xy 141.861172 84.918387) (xy 141.860707 84.913635) (xy 141.83646 84.833325) (xy 141.813065 84.752798) (xy 141.810868 84.74856) + (xy 141.809488 84.743988) (xy 141.770108 84.669925) (xy 141.731513 84.595468) (xy 141.728533 84.591735) (xy 141.726292 84.58752) + (xy 141.673271 84.52251) (xy 141.620955 84.456975) (xy 141.614401 84.450328) (xy 141.61429 84.450192) (xy 141.614163 84.450087) + (xy 141.612053 84.447947) (xy 140.342053 83.177947) (xy 140.333384 83.170826) (xy 140.324852 83.150125) (xy 140.170746 82.918176) + (xy 139.974522 82.720577) (xy 139.743654 82.564855) (xy 139.486937 82.456941) (xy 139.214149 82.400946) (xy 138.935679 82.399001) + (xy 138.662135 82.451183) (xy 138.403936 82.555502) (xy 138.170917 82.707985) (xy 137.971953 82.902825) (xy 137.814623 83.1326) + (xy 137.70492 83.388557) (xy 137.647021 83.660948) (xy 137.643133 83.939397) (xy 137.693404 84.213299) (xy 137.795918 84.47222) + (xy 137.946771 84.706298) (xy 138.140217 84.906617) (xy 138.368887 85.065547) (xy 138.624073 85.177035) (xy 138.896053 85.236834) + (xy 139.174468 85.242666) (xy 139.448714 85.194309) (xy 139.694765 85.098871) (xy 140.062 85.466106) (xy 140.062 86.618667) + (xy 139.974522 86.530577) (xy 139.743654 86.374855) (xy 139.486937 86.266941) (xy 139.214149 86.210946) (xy 138.935679 86.209001) + (xy 138.662135 86.261183) (xy 138.403936 86.365502) (xy 138.170917 86.517985) (xy 138.115758 86.572) (xy 135.535817 86.572) + (xy 135.535817 82.443303) (xy 135.485203 82.142803) (xy 135.376936 81.857952) (xy 135.333736 81.777127) (xy 135.079146 81.692735) + (xy 134.842265 81.929616) (xy 134.842265 81.455854) (xy 134.757873 81.201264) (xy 134.479897 81.076399) (xy 134.182902 81.008165) + (xy 133.878303 80.999183) (xy 133.577803 81.049797) (xy 133.292952 81.158064) (xy 133.212127 81.201264) (xy 133.127735 81.455854) + (xy 133.985 82.313119) (xy 134.842265 81.455854) (xy 134.842265 81.929616) (xy 134.221881 82.55) (xy 135.079146 83.407265) + (xy 135.333736 83.322873) (xy 135.458601 83.044897) (xy 135.526835 82.747902) (xy 135.535817 82.443303) (xy 135.535817 86.572) + (xy 134.842265 86.572) (xy 134.842265 83.644146) (xy 133.985 82.786881) (xy 133.748119 83.023762) (xy 133.748119 82.55) + (xy 132.890854 81.692735) (xy 132.636264 81.777127) (xy 132.511399 82.055103) (xy 132.443165 82.352098) (xy 132.434183 82.656697) + (xy 132.484797 82.957197) (xy 132.593064 83.242048) (xy 132.636264 83.322873) (xy 132.890854 83.407265) (xy 133.748119 82.55) + (xy 133.748119 83.023762) (xy 133.127735 83.644146) (xy 133.212127 83.898736) (xy 133.490103 84.023601) (xy 133.787098 84.091835) + (xy 134.091697 84.100817) (xy 134.392197 84.050203) (xy 134.677048 83.941936) (xy 134.757873 83.898736) (xy 134.842265 83.644146) + (xy 134.842265 86.572) (xy 134.62 86.572) (xy 134.423238 86.572) (xy 129.69249 81.841252) (xy 129.69249 78.628261) + (xy 129.643358 78.352894) (xy 129.541449 78.092403) (xy 129.514836 78.042615) (xy 129.273179 77.973702) (xy 129.036298 78.210583) + (xy 129.036298 77.736821) (xy 128.967385 77.495164) (xy 128.71113 77.38303) (xy 128.437922 77.323043) (xy 128.158261 77.31751) + (xy 127.882894 77.366642) (xy 127.622403 77.468551) (xy 127.572615 77.495164) (xy 127.503702 77.736821) (xy 128.27 78.503119) + (xy 129.036298 77.736821) (xy 129.036298 78.210583) (xy 128.506881 78.74) (xy 129.273179 79.506298) (xy 129.514836 79.437385) + (xy 129.62697 79.18113) (xy 129.686957 78.907922) (xy 129.69249 78.628261) (xy 129.69249 81.841252) (xy 127.981782 80.130544) + (xy 128.102078 80.156957) (xy 128.381739 80.16249) (xy 128.657106 80.113358) (xy 128.917597 80.011449) (xy 128.967385 79.984836) + (xy 129.036298 79.743179) (xy 128.27 78.976881) (xy 128.255857 78.991022) (xy 128.018976 78.754141) (xy 128.033119 78.74) + (xy 127.266821 77.973702) (xy 127.025164 78.042615) (xy 126.91303 78.29887) (xy 126.853043 78.572078) (xy 126.84751 78.851739) + (xy 126.891352 79.097462) (xy 126.867411 79.084625) (xy 126.781791 79.037555) (xy 126.776487 79.035872) (xy 126.771585 79.033244) + (xy 126.678122 79.004669) (xy 126.584971 78.97512) (xy 126.579443 78.974499) (xy 126.574122 78.972873) (xy 126.476866 78.962994) + (xy 126.379772 78.952103) (xy 126.368901 78.952027) (xy 126.368693 78.952006) (xy 126.368498 78.952024) (xy 126.365 78.952) + (xy 124.898238 78.952) (xy 124.883 78.936762) (xy 124.883 68.68268) (xy 124.9405 68.722644) (xy 125.22992 68.849088) + (xy 125.538388 68.916909) (xy 125.854154 68.923523) (xy 126.165191 68.868679) (xy 126.459652 68.754465) (xy 126.726321 68.585232) + (xy 126.95504 68.367426) (xy 127.137098 68.109343) (xy 127.265559 67.820813) (xy 127.335532 67.512826) (xy 127.34057 67.152082) + (xy 127.3405 67.151728) (xy 127.3405 63.247308) (xy 127.3405 63.117693) (xy 127.3405 61.212693) (xy 127.315213 61.085569) + (xy 127.265612 60.96582) (xy 127.193602 60.85805) (xy 127.101951 60.766398) (xy 126.99418 60.694388) (xy 126.874432 60.644787) + (xy 126.747308 60.6195) (xy 126.617693 60.6195) (xy 125.403606 60.6195) (xy 125.368 60.583894) (xy 125.368 58.40607) + (xy 125.417037 58.374951) (xy 125.636737 58.165733) (xy 125.811617 57.917825) (xy 125.935014 57.640672) (xy 126.002227 57.344829) + (xy 126.007066 56.998309) (xy 125.948139 56.700704) (xy 125.832529 56.420213) (xy 125.66464 56.16752) (xy 125.450866 55.952249) + (xy 125.199351 55.782599) (xy 124.919674 55.665034) (xy 124.622488 55.604031) (xy 124.319113 55.601913) (xy 124.021104 55.658761) + (xy 123.739813 55.77241) (xy 123.485954 55.938531) (xy 123.269195 56.150796) (xy 123.206746 56.242) (xy 120.738266 56.242) + (xy 120.738266 51.955737) (xy 120.689876 51.692948) (xy 120.591148 51.444649) (xy 120.572838 51.410394) (xy 120.337636 51.349245) + (xy 120.100755 51.586126) (xy 120.100755 51.112364) (xy 120.039606 50.877162) (xy 119.794221 50.771399) (xy 119.532917 50.715541) + (xy 119.265737 50.711734) (xy 119.002948 50.760124) (xy 118.754649 50.858852) (xy 118.720394 50.877162) (xy 118.659245 51.112364) + (xy 119.38 51.833119) (xy 120.100755 51.112364) (xy 120.100755 51.586126) (xy 119.616881 52.07) (xy 120.337636 52.790755) + (xy 120.572838 52.729606) (xy 120.678601 52.484221) (xy 120.734459 52.222917) (xy 120.738266 51.955737) (xy 120.738266 56.242) + (xy 120.100755 56.242) (xy 120.100755 53.027636) (xy 119.38 52.306881) (xy 119.143119 52.543762) (xy 119.143119 52.07) + (xy 118.422364 51.349245) (xy 118.187162 51.410394) (xy 118.109329 51.590975) (xy 118.051148 51.444649) (xy 118.032838 51.410394) + (xy 117.797636 51.349245) (xy 117.560755 51.586126) (xy 117.560755 51.112364) (xy 117.499606 50.877162) (xy 117.254221 50.771399) + (xy 116.992917 50.715541) (xy 116.725737 50.711734) (xy 116.462948 50.760124) (xy 116.214649 50.858852) (xy 116.180394 50.877162) + (xy 116.119245 51.112364) (xy 116.84 51.833119) (xy 117.560755 51.112364) (xy 117.560755 51.586126) (xy 117.076881 52.07) + (xy 117.797636 52.790755) (xy 118.032838 52.729606) (xy 118.11067 52.549024) (xy 118.168852 52.695351) (xy 118.187162 52.729606) + (xy 118.422364 52.790755) (xy 119.143119 52.07) (xy 119.143119 52.543762) (xy 118.659245 53.027636) (xy 118.720394 53.262838) + (xy 118.965779 53.368601) (xy 119.227083 53.424459) (xy 119.494263 53.428266) (xy 119.757052 53.379876) (xy 120.005351 53.281148) + (xy 120.039606 53.262838) (xy 120.100755 53.027636) (xy 120.100755 56.242) (xy 119.590062 56.242) (xy 119.507013 56.138707) + (xy 119.290917 55.957381) (xy 119.043718 55.821482) (xy 118.77483 55.736185) (xy 118.494495 55.704741) (xy 118.474314 55.7046) + (xy 117.745686 55.7046) (xy 117.560755 55.722732) (xy 117.560755 53.027636) (xy 116.84 52.306881) (xy 116.119245 53.027636) + (xy 116.180394 53.262838) (xy 116.425779 53.368601) (xy 116.687083 53.424459) (xy 116.954263 53.428266) (xy 117.217052 53.379876) + (xy 117.465351 53.281148) (xy 117.499606 53.262838) (xy 117.560755 53.027636) (xy 117.560755 55.722732) (xy 117.46494 55.732127) + (xy 117.194887 55.813661) (xy 116.945814 55.946096) (xy 116.727208 56.124386) (xy 116.547395 56.341743) (xy 116.413225 56.589885) + (xy 116.329808 56.859362) (xy 116.300321 57.139909) (xy 116.325888 57.420841) (xy 116.405534 57.691456) (xy 116.536227 57.941448) + (xy 116.712987 58.161293) (xy 116.929083 58.342619) (xy 117.058247 58.413628) (xy 117.04652 58.418724) (xy 116.812108 58.581252) + (xy 116.613908 58.786388) (xy 116.459536 59.02625) (xy 116.362616 59.299975) (xy 116.484499 59.5225) (xy 117.9425 59.5225) + (xy 117.9425 59.5025) (xy 118.2775 59.5025) (xy 118.2775 59.5225) (xy 119.735501 59.5225) (xy 119.857384 59.299975) + (xy 119.760464 59.02625) (xy 119.606092 58.786388) (xy 119.407892 58.581252) (xy 119.17348 58.418724) (xy 119.161812 58.413654) + (xy 119.274186 58.353904) (xy 119.492792 58.175614) (xy 119.59009 58.058) (xy 123.204662 58.058) (xy 123.24176 58.115565) + (xy 123.452507 58.3338) (xy 123.552 58.402949) (xy 123.552 60.96) (xy 123.560185 61.043483) (xy 123.567495 61.127028) + (xy 123.568827 61.131612) (xy 123.569293 61.136365) (xy 123.593539 61.216674) (xy 123.616935 61.297202) (xy 123.619131 61.301439) + (xy 123.620512 61.306012) (xy 123.659891 61.380074) (xy 123.698487 61.454532) (xy 123.701466 61.458264) (xy 123.703708 61.46248) + (xy 123.756728 61.527489) (xy 123.809045 61.593025) (xy 123.815598 61.599671) (xy 123.81571 61.599808) (xy 123.815836 61.599912) + (xy 123.817947 61.602053) (xy 124.1195 61.903606) (xy 124.1195 63.247307) (xy 124.144787 63.374431) (xy 124.194388 63.49418) + (xy 124.266398 63.60195) (xy 124.358049 63.693602) (xy 124.46582 63.765612) (xy 124.585568 63.815213) (xy 124.712692 63.8405) + (xy 124.842307 63.8405) (xy 126.747307 63.8405) (xy 126.874431 63.815213) (xy 126.99418 63.765612) (xy 127.10195 63.693602) + (xy 127.193602 63.601951) (xy 127.265612 63.49418) (xy 127.315213 63.374432) (xy 127.3405 63.247308) (xy 127.3405 67.151728) + (xy 127.279223 66.842262) (xy 127.158868 66.550257) (xy 126.984087 66.287191) (xy 126.761539 66.063084) (xy 126.499699 65.886471) + (xy 126.208542 65.76408) (xy 125.899158 65.700572) (xy 125.58333 65.698367) (xy 125.273089 65.757549) (xy 124.980251 65.875863) + (xy 124.715971 66.048803) (xy 124.508473 66.252) (xy 123.825 66.252) (xy 123.628238 66.252) (xy 121.398119 64.021881) + (xy 121.32258 63.959832) (xy 121.247735 63.89703) (xy 121.242862 63.894351) (xy 121.238561 63.890818) (xy 121.152411 63.844625) + (xy 121.066791 63.797555) (xy 121.061487 63.795872) (xy 121.056585 63.793244) (xy 120.963122 63.764669) (xy 120.869971 63.73512) + (xy 120.864443 63.734499) (xy 120.859122 63.732873) (xy 120.761866 63.722994) (xy 120.664772 63.712103) (xy 120.653901 63.712027) + (xy 120.653693 63.712006) (xy 120.653498 63.712024) (xy 120.65 63.712) (xy 119.451349 63.712) (xy 119.290917 63.577381) + (xy 119.161752 63.506371) (xy 119.17348 63.501276) (xy 119.407892 63.338748) (xy 119.606092 63.133612) (xy 119.760464 62.89375) + (xy 119.857384 62.620025) (xy 119.857384 61.839975) (xy 119.760464 61.56625) (xy 119.606092 61.326388) (xy 119.407892 61.121252) + (xy 119.17532 60.96) (xy 119.407892 60.798748) (xy 119.606092 60.593612) (xy 119.760464 60.35375) (xy 119.857384 60.080025) + (xy 119.735501 59.8575) (xy 118.2775 59.8575) (xy 118.2775 60.7846) (xy 118.2775 61.1354) (xy 118.2775 62.0625) + (xy 119.735501 62.0625) (xy 119.857384 61.839975) (xy 119.857384 62.620025) (xy 119.735501 62.3975) (xy 118.2775 62.3975) + (xy 118.2775 62.4175) (xy 117.9425 62.4175) (xy 117.9425 62.3975) (xy 117.9425 62.0625) (xy 117.9425 61.1354) + (xy 117.9425 60.7846) (xy 117.9425 59.8575) (xy 116.484499 59.8575) (xy 116.362616 60.080025) (xy 116.459536 60.35375) + (xy 116.613908 60.593612) (xy 116.812108 60.798748) (xy 117.044679 60.96) (xy 116.812108 61.121252) (xy 116.613908 61.326388) + (xy 116.459536 61.56625) (xy 116.362616 61.839975) (xy 116.484499 62.0625) (xy 117.9425 62.0625) (xy 117.9425 62.3975) + (xy 116.484499 62.3975) (xy 116.362616 62.620025) (xy 116.459536 62.89375) (xy 116.613908 63.133612) (xy 116.812108 63.338748) + (xy 117.04652 63.501276) (xy 117.058187 63.506345) (xy 116.945814 63.566096) (xy 116.727208 63.744386) (xy 116.547395 63.961743) + (xy 116.413225 64.209885) (xy 116.329808 64.479362) (xy 116.300321 64.759909) (xy 116.325888 65.040841) (xy 116.405534 65.311456) + (xy 116.536227 65.561448) (xy 116.712987 65.781293) (xy 116.929083 65.962619) (xy 117.176282 66.098518) (xy 117.44517 66.183815) + (xy 117.725505 66.215259) (xy 117.745686 66.2154) (xy 118.474314 66.2154) (xy 118.75506 66.187873) (xy 119.025113 66.106339) + (xy 119.274186 65.973904) (xy 119.453082 65.828) (xy 120.211762 65.828) (xy 122.441881 68.058119) (xy 122.517419 68.120167) + (xy 122.592265 68.18297) (xy 122.597137 68.185648) (xy 122.601439 68.189182) (xy 122.687588 68.235374) (xy 122.767 68.279031) + (xy 122.767 79.375) (xy 122.776541 79.47231) (xy 122.785055 79.569621) (xy 122.786605 79.574958) (xy 122.787149 79.5805) + (xy 122.815411 79.674107) (xy 122.842662 79.767907) (xy 122.845221 79.772845) (xy 122.84683 79.778172) (xy 122.892707 79.864455) + (xy 122.937686 79.951228) (xy 122.941157 79.955577) (xy 122.943769 79.960488) (xy 123.005512 80.036193) (xy 123.066508 80.112601) + (xy 123.074144 80.120344) (xy 123.074274 80.120503) (xy 123.07442 80.120624) (xy 123.076881 80.123119) (xy 123.711881 80.758119) + (xy 123.787419 80.820167) (xy 123.862265 80.88297) (xy 123.867137 80.885648) (xy 123.871439 80.889182) (xy 123.957623 80.935393) + (xy 124.043209 80.982445) (xy 124.048508 80.984126) (xy 124.053415 80.986757) (xy 124.146923 81.015345) (xy 124.240029 81.04488) + (xy 124.245556 81.045499) (xy 124.250878 81.047127) (xy 124.348133 81.057005) (xy 124.445228 81.067897) (xy 124.456098 81.067972) + (xy 124.456307 81.067994) (xy 124.456501 81.067975) (xy 124.46 81.068) (xy 125.926762 81.068) (xy 133.236881 88.378119) + (xy 133.312419 88.440167) (xy 133.387265 88.50297) (xy 133.392137 88.505648) (xy 133.396439 88.509182) (xy 133.482588 88.555374) + (xy 133.562 88.599031) (xy 133.562 89.096762) (xy 130.371762 92.287) (xy 128.42402 92.287) (xy 128.670604 92.130513) + (xy 128.908341 91.904119) (xy 129.097577 91.63586) (xy 129.231104 91.335953) (xy 129.303836 91.015823) (xy 129.309072 90.640856) + (xy 129.309072 85.560856) (xy 129.245307 85.23882) (xy 129.120206 84.935302) (xy 128.938534 84.661864) (xy 128.707211 84.42892) + (xy 128.435047 84.245343) (xy 128.132411 84.118126) (xy 127.810827 84.052115) (xy 127.482547 84.049823) (xy 127.160073 84.111338) + (xy 126.85569 84.234317) (xy 126.818052 84.258946) (xy 121.558 78.998894) (xy 121.558 76.2) (xy 121.549818 76.116562) + (xy 121.542506 76.032972) (xy 121.541172 76.028381) (xy 121.540707 76.023635) (xy 121.516472 75.943367) (xy 121.493065 75.862798) + (xy 121.490868 75.85856) (xy 121.489488 75.853988) (xy 121.450108 75.779925) (xy 121.411513 75.705468) (xy 121.408533 75.701735) + (xy 121.406292 75.69752) (xy 121.353271 75.63251) (xy 121.300955 75.566975) (xy 121.294401 75.560328) (xy 121.29429 75.560192) + (xy 121.294163 75.560087) (xy 121.292053 75.557947) (xy 120.657053 74.922947) (xy 120.592229 74.8697) (xy 120.52799 74.815797) + (xy 120.523805 74.813496) (xy 120.520116 74.810466) (xy 120.446197 74.770831) (xy 120.372699 74.730425) (xy 120.368148 74.728981) + (xy 120.36394 74.726725) (xy 120.283751 74.702209) (xy 120.203784 74.676842) (xy 120.199036 74.676309) (xy 120.194472 74.674914) + (xy 120.111044 74.666439) (xy 120.027678 74.657089) (xy 120.01834 74.657023) (xy 120.018169 74.657006) (xy 120.018009 74.657021) + (xy 120.015 74.657) (xy 119.209612 74.657) (xy 119.019522 74.465577) (xy 118.788654 74.309855) (xy 118.531937 74.201941) + (xy 118.259149 74.145946) (xy 117.980679 74.144001) (xy 117.707135 74.196183) (xy 117.448936 74.300502) (xy 117.215917 74.452985) + (xy 117.016953 74.647825) (xy 116.859623 74.8776) (xy 116.74992 75.133557) (xy 116.692021 75.405948) (xy 116.688133 75.684397) + (xy 116.738404 75.958299) (xy 116.840918 76.21722) (xy 116.991771 76.451298) (xy 117.185217 76.651617) (xy 117.413887 76.810547) + (xy 117.669073 76.922035) (xy 117.941053 76.981834) (xy 118.219468 76.987666) (xy 118.493714 76.939309) (xy 118.753344 76.838605) + (xy 118.98847 76.68939) (xy 119.190134 76.497347) (xy 119.207308 76.473) (xy 119.638894 76.473) (xy 119.742 76.576106) + (xy 119.742 79.375) (xy 119.750185 79.458483) (xy 119.757495 79.542028) (xy 119.758827 79.546612) (xy 119.759293 79.551365) + (xy 119.783539 79.631674) (xy 119.806935 79.712202) (xy 119.809131 79.716439) (xy 119.810512 79.721012) (xy 119.849891 79.795074) + (xy 119.888487 79.869532) (xy 119.891466 79.873264) (xy 119.893708 79.87748) (xy 119.946728 79.942489) (xy 119.999045 80.008025) + (xy 120.005598 80.014671) (xy 120.00571 80.014808) (xy 120.005836 80.014912) (xy 120.007947 80.017053) (xy 125.981761 85.990867) + (xy 126.018062 86.18865) (xy 126.138913 86.493884) (xy 126.316749 86.769833) (xy 126.544798 87.005984) (xy 126.814371 87.193342) + (xy 127.115203 87.324772) (xy 127.435833 87.395267) (xy 127.764049 87.402142) (xy 128.08735 87.345136) (xy 128.393421 87.226419) + (xy 128.670604 87.050513) (xy 128.908341 86.824119) (xy 129.097577 86.55586) (xy 129.231104 86.255953) (xy 129.303836 85.935823) + (xy 129.309072 85.560856) (xy 129.309072 90.640856) (xy 129.245307 90.31882) (xy 129.120206 90.015302) (xy 128.938534 89.741864) + (xy 128.707211 89.50892) (xy 128.435047 89.325343) (xy 128.132411 89.198126) (xy 127.810827 89.132115) (xy 127.482547 89.129823) + (xy 127.160073 89.191338) (xy 126.85569 89.314317) (xy 126.58099 89.494076) (xy 126.346437 89.723767) (xy 126.227821 89.897) + (xy 126.106106 89.897) (xy 125.368 89.158894) (xy 125.368 86.36) (xy 125.359814 86.276516) (xy 125.352505 86.192972) + (xy 125.351172 86.188387) (xy 125.350707 86.183635) (xy 125.32646 86.103325) (xy 125.303065 86.022798) (xy 125.300868 86.01856) + (xy 125.299488 86.013988) (xy 125.260108 85.939925) (xy 125.221513 85.865468) (xy 125.218533 85.861735) (xy 125.216292 85.85752) + (xy 125.163271 85.79251) (xy 125.110955 85.726975) (xy 125.104401 85.720328) (xy 125.10429 85.720192) (xy 125.104163 85.720087) + (xy 125.102053 85.717947) (xy 119.12166 79.737554) (xy 119.190134 79.672347) (xy 119.350657 79.444791) (xy 119.463924 79.19039) + (xy 119.52562 78.918834) (xy 119.530061 78.600762) (xy 119.475971 78.327589) (xy 119.369852 78.070125) (xy 119.215746 77.838176) + (xy 119.019522 77.640577) (xy 118.788654 77.484855) (xy 118.531937 77.376941) (xy 118.259149 77.320946) (xy 117.980679 77.319001) + (xy 117.707135 77.371183) (xy 117.448936 77.475502) (xy 117.215917 77.627985) (xy 117.016953 77.822825) (xy 116.859623 78.0526) + (xy 116.74992 78.308557) (xy 116.692021 78.580948) (xy 116.688133 78.859397) (xy 116.738404 79.133299) (xy 116.840918 79.39222) + (xy 116.991771 79.626298) (xy 117.185217 79.826617) (xy 117.202 79.838281) (xy 117.202 80.01) (xy 117.210185 80.093483) + (xy 117.217495 80.177028) (xy 117.218827 80.181612) (xy 117.219293 80.186365) (xy 117.243539 80.266674) (xy 117.266935 80.347202) + (xy 117.269131 80.351439) (xy 117.270512 80.356012) (xy 117.309891 80.430074) (xy 117.348487 80.504532) (xy 117.351466 80.508264) + (xy 117.353708 80.51248) (xy 117.406728 80.577489) (xy 117.459045 80.643025) (xy 117.465598 80.649671) (xy 117.46571 80.649808) + (xy 117.465836 80.649912) (xy 117.467947 80.652053) (xy 123.552 86.736106) (xy 123.552 89.535) (xy 123.560185 89.618483) + (xy 123.567495 89.702028) (xy 123.568827 89.706612) (xy 123.569293 89.711365) (xy 123.593539 89.791674) (xy 123.616935 89.872202) + (xy 123.619131 89.876439) (xy 123.620512 89.881012) (xy 123.659891 89.955074) (xy 123.698487 90.029532) (xy 123.701466 90.033264) + (xy 123.703708 90.03748) (xy 123.756728 90.102489) (xy 123.809045 90.168025) (xy 123.815598 90.174671) (xy 123.81571 90.174808) + (xy 123.815836 90.174912) (xy 123.817947 90.177053) (xy 125.087947 91.447053) (xy 125.15277 91.500299) (xy 125.21701 91.554203) + (xy 125.221194 91.556503) (xy 125.224884 91.559534) (xy 125.298802 91.599168) (xy 125.372301 91.639575) (xy 125.376851 91.641018) + (xy 125.38106 91.643275) (xy 125.461248 91.66779) (xy 125.541216 91.693158) (xy 125.545963 91.69369) (xy 125.550528 91.695086) + (xy 125.633955 91.70356) (xy 125.717322 91.712911) (xy 125.726659 91.712976) (xy 125.726831 91.712994) (xy 125.72699 91.712978) + (xy 125.73 91.713) (xy 126.228566 91.713) (xy 126.316749 91.849833) (xy 126.544798 92.085984) (xy 126.814371 92.273342) + (xy 126.845632 92.287) (xy 119.149072 92.287) (xy 119.149072 88.100856) (xy 119.085307 87.77882) (xy 118.960206 87.475302) + (xy 118.778534 87.201864) (xy 118.547211 86.96892) (xy 118.383 86.858158) (xy 118.383 84.455) (xy 118.374813 84.371512) + (xy 118.367505 84.287972) (xy 118.366172 84.283387) (xy 118.365707 84.278635) (xy 118.34146 84.198325) (xy 118.318065 84.117798) + (xy 118.315868 84.11356) (xy 118.314488 84.108988) (xy 118.275108 84.034925) (xy 118.236513 83.960468) (xy 118.233533 83.956735) + (xy 118.231292 83.95252) (xy 118.178271 83.88751) (xy 118.125955 83.821975) (xy 118.119401 83.815328) (xy 118.11929 83.815192) + (xy 118.119163 83.815087) (xy 118.117053 83.812947) (xy 114.573 80.268894) (xy 114.573 60.96) (xy 114.564814 60.876516) + (xy 114.557505 60.792972) (xy 114.556172 60.788387) (xy 114.555707 60.783635) (xy 114.53146 60.703325) (xy 114.508065 60.622798) + (xy 114.505868 60.61856) (xy 114.504488 60.613988) (xy 114.465108 60.539925) (xy 114.426513 60.465468) (xy 114.423533 60.461735) + (xy 114.421292 60.45752) (xy 114.368271 60.39251) (xy 114.315955 60.326975) (xy 114.309401 60.320328) (xy 114.30929 60.320192) + (xy 114.309163 60.320087) (xy 114.307053 60.317947) (xy 113.037053 59.047947) (xy 112.972229 58.9947) (xy 112.90799 58.940797) + (xy 112.903805 58.938496) (xy 112.900116 58.935466) (xy 112.826197 58.895831) (xy 112.752699 58.855425) (xy 112.748148 58.853981) + (xy 112.74394 58.851725) (xy 112.663751 58.827209) (xy 112.583784 58.801842) (xy 112.579036 58.801309) (xy 112.574472 58.799914) + (xy 112.491044 58.791439) (xy 112.407678 58.782089) (xy 112.39834 58.782023) (xy 112.398169 58.782006) (xy 112.398009 58.782021) + (xy 112.395 58.782) (xy 111.970062 58.782) (xy 111.887013 58.678707) (xy 111.770499 58.58094) (xy 111.824931 58.570113) + (xy 111.94468 58.520512) (xy 112.05245 58.448502) (xy 112.144102 58.356851) (xy 112.216112 58.24908) (xy 112.265713 58.129332) + (xy 112.291 58.002208) (xy 112.291 57.872593) (xy 112.291 56.297793) (xy 112.265713 56.170669) (xy 112.216112 56.05092) + (xy 112.144102 55.94315) (xy 112.052451 55.851498) (xy 111.94468 55.779488) (xy 111.824932 55.729887) (xy 111.697808 55.7046) + (xy 111.568193 55.7046) (xy 111.398 55.7046) (xy 111.398 53.716106) (xy 112.136106 52.978) (xy 113.291007 52.978) + (xy 113.416571 53.108025) (xy 113.635016 53.259849) (xy 113.87879 53.366351) (xy 114.138608 53.423476) (xy 114.404573 53.429047) + (xy 114.666555 53.382852) (xy 114.914575 53.286652) (xy 115.139186 53.144109) (xy 115.331833 52.960654) (xy 115.485177 52.743274) + (xy 115.571138 52.550202) (xy 115.628852 52.695351) (xy 115.647162 52.729606) (xy 115.882364 52.790755) (xy 116.603119 52.07) + (xy 115.882364 51.349245) (xy 115.647162 51.410394) (xy 115.569585 51.590381) (xy 115.503514 51.43008) (xy 115.356299 51.208504) + (xy 115.208 51.059165) (xy 115.208 49.356268) (xy 115.380134 49.192347) (xy 115.540657 48.964791) (xy 115.653924 48.71039) + (xy 115.71562 48.438834) (xy 115.720061 48.120762) (xy 115.665971 47.847589) (xy 115.559852 47.590125) (xy 115.405746 47.358176) + (xy 115.209522 47.160577) (xy 114.978654 47.004855) (xy 114.721937 46.896941) (xy 114.449149 46.840946) (xy 114.170679 46.839001) + (xy 113.897135 46.891183) (xy 113.638936 46.995502) (xy 113.405917 47.147985) (xy 113.206953 47.342825) (xy 113.049623 47.5726) + (xy 112.93992 47.828557) (xy 112.882021 48.100948) (xy 112.878133 48.379397) (xy 112.928404 48.653299) (xy 113.030918 48.91222) + (xy 113.181771 49.146298) (xy 113.375217 49.346617) (xy 113.392 49.358281) (xy 113.392 51.060493) (xy 113.288344 51.162) + (xy 111.76 51.162) (xy 111.676516 51.170185) (xy 111.592972 51.177495) (xy 111.588387 51.178827) (xy 111.583635 51.179293) + (xy 111.503325 51.203539) (xy 111.422798 51.226935) (xy 111.41856 51.229131) (xy 111.413988 51.230512) (xy 111.339925 51.269891) + (xy 111.265468 51.308487) (xy 111.261735 51.311466) (xy 111.25752 51.313708) (xy 111.19251 51.366728) (xy 111.126975 51.419045) + (xy 111.120328 51.425598) (xy 111.120192 51.42571) (xy 111.120087 51.425836) (xy 111.117947 51.427947) (xy 109.847947 52.697947) + (xy 109.7947 52.76277) (xy 109.740797 52.82701) (xy 109.738496 52.831194) (xy 109.735466 52.834884) (xy 109.695831 52.908802) + (xy 109.655425 52.982301) (xy 109.653981 52.986851) (xy 109.651725 52.99106) (xy 109.627209 53.071248) (xy 109.601842 53.151216) + (xy 109.601309 53.155963) (xy 109.599914 53.160528) (xy 109.591439 53.243955) (xy 109.582089 53.327322) (xy 109.582023 53.336659) + (xy 109.582006 53.336831) (xy 109.582021 53.33699) (xy 109.582 53.34) (xy 109.582 55.7046) (xy 109.282193 55.7046) + (xy 109.155069 55.729887) (xy 109.03532 55.779488) (xy 108.92755 55.851498) (xy 108.835898 55.943149) (xy 108.763888 56.05092) + (xy 108.714287 56.170668) (xy 108.689 56.297792) (xy 108.689 56.427407) (xy 108.689 58.002207) (xy 108.714287 58.129331) + (xy 108.763888 58.24908) (xy 108.835898 58.35685) (xy 108.927549 58.448502) (xy 109.03532 58.520512) (xy 109.155068 58.570113) + (xy 109.209518 58.580944) (xy 109.107208 58.664386) (xy 108.927395 58.881743) (xy 108.793225 59.129885) (xy 108.709808 59.399362) + (xy 108.680321 59.679909) (xy 108.705888 59.960841) (xy 108.785534 60.231456) (xy 108.916227 60.481448) (xy 109.092987 60.701293) + (xy 109.309083 60.882619) (xy 109.449977 60.960076) (xy 109.325814 61.026096) (xy 109.107208 61.204386) (xy 108.927395 61.421743) + (xy 108.793225 61.669885) (xy 108.709808 61.939362) (xy 108.680321 62.219909) (xy 108.705888 62.500841) (xy 108.785534 62.771456) + (xy 108.916227 63.021448) (xy 109.092987 63.241293) (xy 109.309083 63.422619) (xy 109.449977 63.500076) (xy 109.325814 63.566096) + (xy 109.107208 63.744386) (xy 108.927395 63.961743) (xy 108.793225 64.209885) (xy 108.709808 64.479362) (xy 108.680321 64.759909) + (xy 108.705888 65.040841) (xy 108.785534 65.311456) (xy 108.916227 65.561448) (xy 109.092987 65.781293) (xy 109.309083 65.962619) + (xy 109.556282 66.098518) (xy 109.82517 66.183815) (xy 110.105505 66.215259) (xy 110.125686 66.2154) (xy 110.854314 66.2154) + (xy 111.13506 66.187873) (xy 111.405113 66.106339) (xy 111.654186 65.973904) (xy 111.872792 65.795614) (xy 112.052605 65.578257) + (xy 112.186775 65.330115) (xy 112.270192 65.060638) (xy 112.299679 64.780091) (xy 112.274112 64.499159) (xy 112.194466 64.228544) + (xy 112.063773 63.978552) (xy 111.887013 63.758707) (xy 111.670917 63.577381) (xy 111.530022 63.499923) (xy 111.654186 63.433904) + (xy 111.872792 63.255614) (xy 112.052605 63.038257) (xy 112.186775 62.790115) (xy 112.270192 62.520638) (xy 112.299679 62.240091) + (xy 112.274112 61.959159) (xy 112.194466 61.688544) (xy 112.063773 61.438552) (xy 111.887013 61.218707) (xy 111.670917 61.037381) + (xy 111.530022 60.959923) (xy 111.654186 60.893904) (xy 111.872792 60.715614) (xy 111.97009 60.598) (xy 112.018894 60.598) + (xy 112.757 61.336106) (xy 112.757 80.645) (xy 112.765185 80.728483) (xy 112.772495 80.812028) (xy 112.773827 80.816612) + (xy 112.774293 80.821365) (xy 112.798539 80.901674) (xy 112.821935 80.982202) (xy 112.824131 80.986439) (xy 112.825512 80.991012) + (xy 112.864891 81.065074) (xy 112.903487 81.139532) (xy 112.906466 81.143264) (xy 112.908708 81.14748) (xy 112.961728 81.212489) + (xy 113.014045 81.278025) (xy 113.020598 81.284671) (xy 113.02071 81.284808) (xy 113.020836 81.284912) (xy 113.022947 81.287053) + (xy 116.567 84.831106) (xy 116.567 86.858529) (xy 116.42099 86.954076) (xy 116.186437 87.183767) (xy 116.000965 87.454642) + (xy 115.871638 87.756384) (xy 115.803383 88.077498) (xy 115.798799 88.405755) (xy 115.858062 88.72865) (xy 115.978913 89.033884) + (xy 116.156749 89.309833) (xy 116.384798 89.545984) (xy 116.654371 89.733342) (xy 116.955203 89.864772) (xy 117.275833 89.935267) + (xy 117.604049 89.942142) (xy 117.92735 89.885136) (xy 118.233421 89.766419) (xy 118.510604 89.590513) (xy 118.748341 89.364119) + (xy 118.937577 89.09586) (xy 119.071104 88.795953) (xy 119.143836 88.475823) (xy 119.149072 88.100856) (xy 119.149072 92.287) + (xy 115.358 92.287) (xy 115.358 88.265) (xy 115.348463 88.167735) (xy 115.339946 88.07038) (xy 115.338393 88.065038) + (xy 115.337851 88.0595) (xy 115.309593 87.965908) (xy 115.282338 87.872094) (xy 115.279778 87.867157) (xy 115.27817 87.861828) + (xy 115.232271 87.775505) (xy 115.187314 87.688773) (xy 115.183843 87.684425) (xy 115.181231 87.679512) (xy 115.119469 87.603784) + (xy 115.058492 87.527399) (xy 115.050855 87.519655) (xy 115.050726 87.519497) (xy 115.050579 87.519375) (xy 115.048119 87.516881) + (xy 111.548 84.016762) (xy 111.548 80.266274) (xy 111.570931 80.261713) (xy 111.69068 80.212112) (xy 111.79845 80.140102) + (xy 111.890102 80.048451) (xy 111.962112 79.94068) (xy 112.011713 79.820932) (xy 112.037 79.693808) (xy 112.037 79.564193) + (xy 112.037 77.786193) (xy 112.011713 77.659069) (xy 111.962112 77.53932) (xy 111.890102 77.43155) (xy 111.798451 77.339898) + (xy 111.69068 77.267888) (xy 111.570932 77.218287) (xy 111.548 77.213725) (xy 111.548 73.66) (xy 111.538458 73.562689) + (xy 111.529945 73.465379) (xy 111.528394 73.460041) (xy 111.527851 73.4545) (xy 111.499588 73.360892) (xy 111.472338 73.267093) + (xy 111.469778 73.262154) (xy 111.46817 73.256828) (xy 111.422271 73.170505) (xy 111.377313 73.083772) (xy 111.373844 73.079426) + (xy 111.371231 73.074512) (xy 111.30944 72.998748) (xy 111.248491 72.922399) (xy 111.240856 72.914657) (xy 111.240726 72.914497) + (xy 111.240577 72.914374) (xy 111.238119 72.911881) (xy 108.698119 70.371881) (xy 108.62258 70.309832) (xy 108.547735 70.24703) + (xy 108.542862 70.244351) (xy 108.538561 70.240818) (xy 108.452411 70.194625) (xy 108.366791 70.147555) (xy 108.361487 70.145872) + (xy 108.356585 70.143244) (xy 108.263122 70.114669) (xy 108.169971 70.08512) (xy 108.164443 70.084499) (xy 108.159122 70.082873) + (xy 108.061866 70.072994) (xy 107.964772 70.062103) (xy 107.953901 70.062027) (xy 107.953693 70.062006) (xy 107.953498 70.062024) + (xy 107.95 70.062) (xy 104.163 70.062) (xy 104.163 59.119808) (xy 104.163 58.990193) (xy 104.163 50.100193) + (xy 104.137713 49.973069) (xy 104.088112 49.85332) (xy 104.016102 49.74555) (xy 103.924451 49.653898) (xy 103.81668 49.581888) + (xy 103.696932 49.532287) (xy 103.569808 49.507) (xy 103.440193 49.507) (xy 94.550193 49.507) (xy 94.423069 49.532287) + (xy 94.30332 49.581888) (xy 94.19555 49.653898) (xy 94.103898 49.745549) (xy 94.031888 49.85332) (xy 93.982287 49.973068) + (xy 93.957 50.100192) (xy 93.957 50.229807) (xy 93.957 59.119807) (xy 93.982287 59.246931) (xy 94.031888 59.36668) + (xy 94.103898 59.47445) (xy 94.195549 59.566102) (xy 94.30332 59.638112) (xy 94.423068 59.687713) (xy 94.550192 59.713) + (xy 94.679807 59.713) (xy 103.569807 59.713) (xy 103.696931 59.687713) (xy 103.81668 59.638112) (xy 103.92445 59.566102) + (xy 104.016102 59.474451) (xy 104.088112 59.36668) (xy 104.137713 59.246932) (xy 104.163 59.119808) (xy 104.163 70.062) + (xy 102.729645 70.062) (xy 102.590866 69.922249) (xy 102.339351 69.752599) (xy 102.059674 69.635034) (xy 101.762488 69.574031) + (xy 101.459113 69.571913) (xy 101.161104 69.628761) (xy 100.879813 69.74241) (xy 100.625954 69.908531) (xy 100.556012 69.977022) + (xy 100.532112 69.91932) (xy 100.460102 69.81155) (xy 100.368451 69.719898) (xy 100.26068 69.647888) (xy 100.140932 69.598287) + (xy 100.013808 69.573) (xy 99.884193 69.573) (xy 99.392 69.573) (xy 99.2275 69.7375) (xy 99.2275 70.9525) + (xy 99.2475 70.9525) (xy 99.2475 71.2875) (xy 99.2275 71.2875) (xy 99.2275 72.5025) (xy 99.392 72.667) + (xy 99.884193 72.667) (xy 100.013808 72.667) (xy 100.140932 72.641713) (xy 100.26068 72.592112) (xy 100.368451 72.520102) + (xy 100.460102 72.42845) (xy 100.532112 72.32068) (xy 100.555134 72.265099) (xy 100.592507 72.3038) (xy 100.841629 72.476944) + (xy 101.119638 72.598403) (xy 101.415943 72.66355) (xy 101.719259 72.669904) (xy 102.018032 72.617222) (xy 102.300882 72.507511) + (xy 102.557037 72.344951) (xy 102.732352 72.178) (xy 107.511762 72.178) (xy 109.432 74.098238) (xy 109.432 77.213725) + (xy 109.409069 77.218287) (xy 109.28932 77.267888) (xy 109.18155 77.339898) (xy 109.089898 77.431549) (xy 109.017888 77.53932) + (xy 108.968287 77.659068) (xy 108.943 77.786192) (xy 108.943 77.915807) (xy 108.943 79.693807) (xy 108.968287 79.820931) + (xy 109.017888 79.94068) (xy 109.089898 80.04845) (xy 109.181549 80.140102) (xy 109.28932 80.212112) (xy 109.409068 80.261713) + (xy 109.432 80.266274) (xy 109.432 84.455) (xy 109.441541 84.55231) (xy 109.450055 84.649621) (xy 109.451605 84.654958) + (xy 109.452149 84.6605) (xy 109.480411 84.754107) (xy 109.507662 84.847907) (xy 109.510221 84.852845) (xy 109.51183 84.858172) + (xy 109.557707 84.944455) (xy 109.602686 85.031228) (xy 109.606157 85.035577) (xy 109.608769 85.040488) (xy 109.670512 85.116193) + (xy 109.731508 85.192601) (xy 109.739144 85.200344) (xy 109.739274 85.200503) (xy 109.73942 85.200624) (xy 109.741881 85.203119) + (xy 113.242 88.703238) (xy 113.242 93.345) (xy 113.242 97.155) (xy 113.251541 97.25231) (xy 113.260055 97.349621) + (xy 113.261605 97.354958) (xy 113.262149 97.3605) (xy 113.290411 97.454107) (xy 113.317662 97.547907) (xy 113.320221 97.552845) + (xy 113.32183 97.558172) (xy 113.367707 97.644455) (xy 113.412686 97.731228) (xy 113.416157 97.735577) (xy 113.418769 97.740488) + (xy 113.480512 97.816193) (xy 113.541508 97.892601) (xy 113.549144 97.900344) (xy 113.549274 97.900503) (xy 113.54942 97.900624) + (xy 113.551881 97.903119) (xy 114.512 98.863238) (xy 114.512 104.775) (xy 114.512 110.41865) (xy 114.377381 110.579083) + (xy 114.309806 110.702) (xy 111.405817 110.702) (xy 111.405817 90.063303) (xy 111.355203 89.762803) (xy 111.246936 89.477952) + (xy 111.203736 89.397127) (xy 110.949146 89.312735) (xy 110.712265 89.549616) (xy 110.712265 89.075854) (xy 110.627873 88.821264) + (xy 110.349897 88.696399) (xy 110.052902 88.628165) (xy 109.748303 88.619183) (xy 109.447803 88.669797) (xy 109.162952 88.778064) + (xy 109.082127 88.821264) (xy 108.997735 89.075854) (xy 109.855 89.933119) (xy 110.712265 89.075854) (xy 110.712265 89.549616) + (xy 110.091881 90.17) (xy 110.949146 91.027265) (xy 111.203736 90.942873) (xy 111.328601 90.664897) (xy 111.396835 90.367902) + (xy 111.405817 90.063303) (xy 111.405817 110.702) (xy 110.712265 110.702) (xy 110.712265 91.264146) (xy 109.855 90.406881) + (xy 109.618119 90.643762) (xy 109.618119 90.17) (xy 108.760854 89.312735) (xy 108.506264 89.397127) (xy 108.381399 89.675103) + (xy 108.313165 89.972098) (xy 108.304183 90.276697) (xy 108.354797 90.577197) (xy 108.463064 90.862048) (xy 108.506264 90.942873) + (xy 108.760854 91.027265) (xy 109.618119 90.17) (xy 109.618119 90.643762) (xy 108.997735 91.264146) (xy 109.082127 91.518736) + (xy 109.360103 91.643601) (xy 109.657098 91.711835) (xy 109.961697 91.720817) (xy 110.262197 91.670203) (xy 110.547048 91.561936) + (xy 110.627873 91.518736) (xy 110.712265 91.264146) (xy 110.712265 110.702) (xy 109.199659 110.702) (xy 109.159602 110.64205) + (xy 109.067951 110.550398) (xy 108.977558 110.489999) (xy 109.06795 110.429602) (xy 109.159602 110.337951) (xy 109.231612 110.23018) + (xy 109.281213 110.110432) (xy 109.3065 109.983308) (xy 109.3065 109.853693) (xy 109.3065 108.456693) (xy 109.281213 108.329569) + (xy 109.231612 108.20982) (xy 109.159602 108.10205) (xy 109.067951 108.010398) (xy 108.96018 107.938388) (xy 108.840432 107.888787) + (xy 108.713308 107.8635) (xy 108.583693 107.8635) (xy 107.186693 107.8635) (xy 107.059569 107.888787) (xy 106.93982 107.938388) + (xy 106.83205 108.010398) (xy 106.740398 108.102049) (xy 106.668388 108.20982) (xy 106.618787 108.329568) (xy 106.618088 108.333081) + (xy 106.550339 108.353535) (xy 106.469797 108.376935) (xy 106.465558 108.379132) (xy 106.460988 108.380512) (xy 106.386944 108.419882) + (xy 106.312468 108.458487) (xy 106.308735 108.461466) (xy 106.30452 108.463708) (xy 106.239504 108.516733) (xy 106.173974 108.569046) + (xy 106.167328 108.575598) (xy 106.167192 108.57571) (xy 106.167087 108.575836) (xy 106.164947 108.577947) (xy 103.890894 110.852) + (xy 101.688266 110.852) (xy 101.688266 109.105737) (xy 101.639876 108.842948) (xy 101.541148 108.594649) (xy 101.522838 108.560394) + (xy 101.287636 108.499245) (xy 101.050755 108.736126) (xy 101.050755 108.262364) (xy 100.989606 108.027162) (xy 100.744221 107.921399) + (xy 100.482917 107.865541) (xy 100.215737 107.861734) (xy 99.952948 107.910124) (xy 99.704649 108.008852) (xy 99.670394 108.027162) + (xy 99.609245 108.262364) (xy 100.33 108.983119) (xy 101.050755 108.262364) (xy 101.050755 108.736126) (xy 100.566881 109.22) + (xy 101.287636 109.940755) (xy 101.522838 109.879606) (xy 101.628601 109.634221) (xy 101.684459 109.372917) (xy 101.688266 109.105737) + (xy 101.688266 110.852) (xy 101.340118 110.852) (xy 101.19885 110.709741) (xy 100.978306 110.560983) (xy 100.808421 110.489569) + (xy 100.955351 110.431148) (xy 100.989606 110.412838) (xy 101.050755 110.177636) (xy 100.33 109.456881) (xy 100.093119 109.693762) + (xy 100.093119 109.22) (xy 99.372364 108.499245) (xy 99.137162 108.560394) (xy 99.09501 108.65819) (xy 99.061449 108.572403) + (xy 99.034836 108.522615) (xy 98.8925 108.482025) (xy 98.8925 72.5025) (xy 98.8925 71.2875) (xy 98.8725 71.2875) + (xy 98.8725 70.9525) (xy 98.8925 70.9525) (xy 98.8925 69.7375) (xy 98.728 69.573) (xy 98.235807 69.573) + (xy 98.106192 69.573) (xy 97.979068 69.598287) (xy 97.85932 69.647888) (xy 97.751549 69.719898) (xy 97.659898 69.81155) + (xy 97.587888 69.91932) (xy 97.564361 69.976119) (xy 97.510866 69.922249) (xy 97.259351 69.752599) (xy 96.979674 69.635034) + (xy 96.682488 69.574031) (xy 96.379113 69.571913) (xy 96.081104 69.628761) (xy 95.799813 69.74241) (xy 95.545954 69.908531) + (xy 95.329195 70.120796) (xy 95.266746 70.212) (xy 89.177066 70.212) (xy 89.177066 58.268309) (xy 89.118139 57.970704) + (xy 89.002529 57.690213) (xy 88.83464 57.43752) (xy 88.620866 57.222249) (xy 88.369351 57.052599) (xy 88.089674 56.935034) + (xy 87.792488 56.874031) (xy 87.489113 56.871913) (xy 87.191104 56.928761) (xy 86.909813 57.04241) (xy 86.655954 57.208531) + (xy 86.439195 57.420796) (xy 86.267794 57.671121) (xy 86.148279 57.949971) (xy 86.085203 58.246723) (xy 86.080967 58.550076) + (xy 86.101878 58.664015) (xy 83.443894 61.322) (xy 80.451186 61.322) (xy 80.45056 61.320479) (xy 80.241322 61.005551) + (xy 79.9749 60.737262) (xy 79.661441 60.525831) (xy 79.312884 60.379312) (xy 78.942506 60.303284) (xy 78.564415 60.300644) + (xy 78.193012 60.371493) (xy 77.842443 60.513132) (xy 77.526062 60.720166) (xy 77.25592 60.984709) (xy 77.042306 61.296685) + (xy 76.893356 61.64421) (xy 76.814745 62.014048) (xy 76.809465 62.392112) (xy 76.87772 62.764) (xy 77.016908 63.115549) + (xy 77.221728 63.433368) (xy 77.484379 63.70535) (xy 77.794855 63.921137) (xy 78.141332 64.072509) (xy 78.510613 64.153701) + (xy 78.88863 64.161619) (xy 79.260986 64.095963) (xy 79.613498 63.959232) (xy 79.932739 63.756636) (xy 80.206548 63.495891) + (xy 80.424498 63.186928) (xy 80.446282 63.138) (xy 83.82 63.138) (xy 83.903483 63.129814) (xy 83.987028 63.122505) + (xy 83.991612 63.121172) (xy 83.996365 63.120707) (xy 84.076674 63.09646) (xy 84.157202 63.073065) (xy 84.161439 63.070868) + (xy 84.166012 63.069488) (xy 84.240074 63.030108) (xy 84.314532 62.991513) (xy 84.318264 62.988533) (xy 84.32248 62.986292) + (xy 84.387489 62.933271) (xy 84.453025 62.880955) (xy 84.459671 62.874401) (xy 84.459808 62.87429) (xy 84.459912 62.874163) + (xy 84.462053 62.872053) (xy 87.384143 59.949962) (xy 87.445943 59.96355) (xy 87.749259 59.969904) (xy 88.048032 59.917222) + (xy 88.330882 59.807511) (xy 88.587037 59.644951) (xy 88.806737 59.435733) (xy 88.981617 59.187825) (xy 89.105014 58.910672) + (xy 89.172227 58.614829) (xy 89.177066 58.268309) (xy 89.177066 70.212) (xy 89.177 70.212) (xy 89.177 70.166193) + (xy 89.151713 70.039069) (xy 89.102112 69.91932) (xy 89.030102 69.81155) (xy 88.938451 69.719898) (xy 88.83068 69.647888) + (xy 88.710932 69.598287) (xy 88.583808 69.573) (xy 88.454193 69.573) (xy 86.676193 69.573) (xy 86.549069 69.598287) + (xy 86.42932 69.647888) (xy 86.32155 69.719898) (xy 86.229898 69.811549) (xy 86.157888 69.91932) (xy 86.108287 70.039068) + (xy 86.083 70.166192) (xy 86.083 70.295807) (xy 86.083 71.382894) (xy 81.907947 75.557947) (xy 81.8547 75.62277) + (xy 81.800797 75.68701) (xy 81.798496 75.691194) (xy 81.795466 75.694884) (xy 81.755831 75.768802) (xy 81.715425 75.842301) + (xy 81.713981 75.846851) (xy 81.711725 75.85106) (xy 81.687209 75.931248) (xy 81.661842 76.011216) (xy 81.661309 76.015963) + (xy 81.659914 76.020528) (xy 81.651439 76.103955) (xy 81.642089 76.187322) (xy 81.642023 76.196659) (xy 81.642006 76.196831) + (xy 81.642021 76.19699) (xy 81.642 76.2) (xy 81.642 87.63) (xy 81.650185 87.713483) (xy 81.657495 87.797028) + (xy 81.658827 87.801612) (xy 81.659293 87.806365) (xy 81.683539 87.886674) (xy 81.706935 87.967202) (xy 81.709131 87.971439) + (xy 81.710512 87.976012) (xy 81.749891 88.050074) (xy 81.788487 88.124532) (xy 81.791466 88.128264) (xy 81.793708 88.13248) + (xy 81.846728 88.197489) (xy 81.899045 88.263025) (xy 81.905598 88.269671) (xy 81.90571 88.269808) (xy 81.905836 88.269912) + (xy 81.907947 88.272053) (xy 82.908 89.272106) (xy 82.908 89.345807) (xy 82.908 91.123807) (xy 82.933287 91.250931) + (xy 82.982888 91.37068) (xy 83.054898 91.47845) (xy 83.146549 91.570102) (xy 83.25432 91.642112) (xy 83.374068 91.691713) + (xy 83.501192 91.717) (xy 83.630807 91.717) (xy 85.408807 91.717) (xy 85.535931 91.691713) (xy 85.65568 91.642112) + (xy 85.76345 91.570102) (xy 85.855102 91.478451) (xy 85.927112 91.37068) (xy 85.976713 91.250932) (xy 86.002 91.123808) + (xy 86.002 90.994193) (xy 86.002 89.216193) (xy 85.976713 89.089069) (xy 85.947265 89.017974) (xy 85.947265 79.834146) + (xy 85.09 78.976881) (xy 84.853119 79.213762) (xy 84.853119 78.74) (xy 83.995854 77.882735) (xy 83.741264 77.967127) + (xy 83.616399 78.245103) (xy 83.548165 78.542098) (xy 83.539183 78.846697) (xy 83.589797 79.147197) (xy 83.698064 79.432048) + (xy 83.741264 79.512873) (xy 83.995854 79.597265) (xy 84.853119 78.74) (xy 84.853119 79.213762) (xy 84.232735 79.834146) + (xy 84.317127 80.088736) (xy 84.595103 80.213601) (xy 84.892098 80.281835) (xy 85.196697 80.290817) (xy 85.497197 80.240203) + (xy 85.782048 80.131936) (xy 85.862873 80.088736) (xy 85.947265 79.834146) (xy 85.947265 89.017974) (xy 85.927112 88.96932) + (xy 85.855102 88.86155) (xy 85.763451 88.769898) (xy 85.65568 88.697888) (xy 85.535932 88.648287) (xy 85.408808 88.623) + (xy 85.279193 88.623) (xy 84.827106 88.623) (xy 83.458 87.253894) (xy 83.458 76.576106) (xy 87.367106 72.667) + (xy 88.583807 72.667) (xy 88.710931 72.641713) (xy 88.83068 72.592112) (xy 88.93845 72.520102) (xy 89.030102 72.428451) + (xy 89.102112 72.32068) (xy 89.151713 72.200932) (xy 89.177 72.073808) (xy 89.177 72.028) (xy 95.264662 72.028) + (xy 95.30176 72.085565) (xy 95.512507 72.3038) (xy 95.761629 72.476944) (xy 96.039638 72.598403) (xy 96.335943 72.66355) + (xy 96.639259 72.669904) (xy 96.938032 72.617222) (xy 97.220882 72.507511) (xy 97.477037 72.344951) (xy 97.563741 72.262383) + (xy 97.587888 72.32068) (xy 97.659898 72.42845) (xy 97.751549 72.520102) (xy 97.85932 72.592112) (xy 97.979068 72.641713) + (xy 98.106192 72.667) (xy 98.235807 72.667) (xy 98.728 72.667) (xy 98.8925 72.5025) (xy 98.8925 108.482025) + (xy 98.793179 108.453702) (xy 98.556298 108.690583) (xy 98.556298 108.216821) (xy 98.487385 107.975164) (xy 98.23113 107.86303) + (xy 97.957922 107.803043) (xy 97.678261 107.79751) (xy 97.402894 107.846642) (xy 97.142403 107.948551) (xy 97.092615 107.975164) + (xy 97.023702 108.216821) (xy 97.79 108.983119) (xy 98.556298 108.216821) (xy 98.556298 108.690583) (xy 98.026881 109.22) + (xy 98.793179 109.986298) (xy 99.034836 109.917385) (xy 99.09386 109.782498) (xy 99.118852 109.845351) (xy 99.137162 109.879606) + (xy 99.372364 109.940755) (xy 100.093119 109.22) (xy 100.093119 109.693762) (xy 99.609245 110.177636) (xy 99.670394 110.412838) + (xy 99.850703 110.490553) (xy 99.698498 110.552048) (xy 99.475899 110.697712) (xy 99.318344 110.852) (xy 98.889612 110.852) + (xy 98.699522 110.660577) (xy 98.468654 110.504855) (xy 98.437164 110.491618) (xy 98.437597 110.491449) (xy 98.487385 110.464836) + (xy 98.556298 110.223179) (xy 97.79 109.456881) (xy 97.553119 109.693762) (xy 97.553119 109.22) (xy 96.786821 108.453702) + (xy 96.545164 108.522615) (xy 96.43303 108.77887) (xy 96.373043 109.052078) (xy 96.36751 109.331739) (xy 96.416642 109.607106) + (xy 96.518551 109.867597) (xy 96.545164 109.917385) (xy 96.786821 109.986298) (xy 97.553119 109.22) (xy 97.553119 109.693762) + (xy 97.023702 110.223179) (xy 97.092615 110.464836) (xy 97.146488 110.48841) (xy 97.128936 110.495502) (xy 96.895917 110.647985) + (xy 96.696953 110.842825) (xy 96.539623 111.0726) (xy 96.42992 111.328557) (xy 96.372021 111.600948) (xy 96.368133 111.879397) + (xy 96.418404 112.153299) (xy 96.520918 112.41222) (xy 96.671771 112.646298) (xy 96.778674 112.757) (xy 88.642242 112.757) + (xy 88.710134 112.692347) (xy 88.870657 112.464791) (xy 88.983924 112.21039) (xy 89.04562 111.938834) (xy 89.050061 111.620762) + (xy 88.995971 111.347589) (xy 88.889852 111.090125) (xy 88.735746 110.858176) (xy 88.539522 110.660577) (xy 88.538 110.65955) + (xy 88.538 110.316268) (xy 88.710134 110.152347) (xy 88.870657 109.924791) (xy 88.983924 109.67039) (xy 89.04562 109.398834) + (xy 89.050061 109.080762) (xy 88.995971 108.807589) (xy 88.889852 108.550125) (xy 88.735746 108.318176) (xy 88.539522 108.120577) + (xy 88.308654 107.964855) (xy 88.051937 107.856941) (xy 87.779149 107.800946) (xy 87.500679 107.799001) (xy 87.227135 107.851183) + (xy 86.968936 107.955502) (xy 86.735917 108.107985) (xy 86.640817 108.201113) (xy 86.640817 78.633303) (xy 86.590203 78.332803) + (xy 86.481936 78.047952) (xy 86.438736 77.967127) (xy 86.184146 77.882735) (xy 85.947265 78.119616) (xy 85.947265 77.645854) + (xy 85.862873 77.391264) (xy 85.584897 77.266399) (xy 85.287902 77.198165) (xy 84.983303 77.189183) (xy 84.682803 77.239797) + (xy 84.397952 77.348064) (xy 84.317127 77.391264) (xy 84.232735 77.645854) (xy 85.09 78.503119) (xy 85.947265 77.645854) + (xy 85.947265 78.119616) (xy 85.326881 78.74) (xy 86.184146 79.597265) (xy 86.438736 79.512873) (xy 86.563601 79.234897) + (xy 86.631835 78.937902) (xy 86.640817 78.633303) (xy 86.640817 108.201113) (xy 86.536953 108.302825) (xy 86.379623 108.5326) + (xy 86.26992 108.788557) (xy 86.212021 109.060948) (xy 86.208133 109.339397) (xy 86.258404 109.613299) (xy 86.360918 109.87222) + (xy 86.511771 110.106298) (xy 86.705217 110.306617) (xy 86.722 110.318281) (xy 86.722 110.661613) (xy 86.536953 110.842825) + (xy 86.53067 110.852) (xy 83.97249 110.852) (xy 83.656883 110.852) (xy 83.553181 110.748297) (xy 83.794836 110.679385) + (xy 83.90697 110.42313) (xy 83.966957 110.149922) (xy 83.97249 109.870261) (xy 83.923358 109.594894) (xy 83.821449 109.334403) + (xy 83.794836 109.284615) (xy 83.553179 109.215702) (xy 83.316298 109.452583) (xy 83.316298 108.978821) (xy 83.247385 108.737164) + (xy 82.99113 108.62503) (xy 82.717922 108.565043) (xy 82.57311 108.562177) (xy 82.57311 102.491685) (xy 82.475482 101.998627) + (xy 82.283944 101.533922) (xy 82.005793 101.115271) (xy 81.651622 100.758619) (xy 81.234923 100.477552) (xy 80.771567 100.282775) + (xy 80.668 100.261515) (xy 80.668 68.644807) (xy 80.668 67.642) (xy 80.668 66.978) (xy 80.668 65.975193) + (xy 80.642713 65.848069) (xy 80.593112 65.72832) (xy 80.521102 65.62055) (xy 80.429451 65.528898) (xy 80.32168 65.456888) + (xy 80.201932 65.407287) (xy 80.074808 65.382) (xy 79.945193 65.382) (xy 79.072 65.382) (xy 78.9075 65.5465) + (xy 78.9075 67.1425) (xy 80.5035 67.1425) (xy 80.668 66.978) (xy 80.668 67.642) (xy 80.5035 67.4775) + (xy 78.9075 67.4775) (xy 78.9075 69.0735) (xy 79.072 69.238) (xy 79.945193 69.238) (xy 80.074808 69.238) + (xy 80.201932 69.212713) (xy 80.32168 69.163112) (xy 80.429451 69.091102) (xy 80.521102 68.99945) (xy 80.593112 68.89168) + (xy 80.642713 68.771931) (xy 80.668 68.644807) (xy 80.668 100.261515) (xy 80.279203 100.181707) (xy 79.776585 100.178198) + (xy 79.282858 100.272382) (xy 78.816827 100.46067) (xy 78.5725 100.620553) (xy 78.5725 69.0735) (xy 78.5725 67.4775) + (xy 78.5725 67.1425) (xy 78.5725 65.5465) (xy 78.408 65.382) (xy 77.534807 65.382) (xy 77.405192 65.382) + (xy 77.278068 65.407287) (xy 77.15832 65.456888) (xy 77.050549 65.528898) (xy 76.958898 65.62055) (xy 76.886888 65.72832) + (xy 76.837287 65.848069) (xy 76.812 65.975193) (xy 76.812 66.978) (xy 76.9765 67.1425) (xy 78.5725 67.1425) + (xy 78.5725 67.4775) (xy 76.9765 67.4775) (xy 76.812 67.642) (xy 76.812 68.644807) (xy 76.837287 68.771931) + (xy 76.886888 68.89168) (xy 76.958898 68.99945) (xy 77.050549 69.091102) (xy 77.15832 69.163112) (xy 77.278068 69.212713) + (xy 77.405192 69.238) (xy 77.534807 69.238) (xy 78.408 69.238) (xy 78.5725 69.0735) (xy 78.5725 100.620553) + (xy 78.396244 100.735892) (xy 78.037128 101.087564) (xy 77.753159 101.502291) (xy 77.555152 101.964276) (xy 77.450649 102.455923) + (xy 77.443631 102.958504) (xy 77.534366 103.452877) (xy 77.719396 103.92021) (xy 77.991675 104.342705) (xy 78.340831 104.704267) + (xy 78.753566 104.991124) (xy 79.214157 105.192352) (xy 79.705062 105.300284) (xy 80.207582 105.310811) (xy 80.702576 105.22353) + (xy 81.17119 105.041766) (xy 81.595575 104.772444) (xy 81.959566 104.42582) (xy 82.249298 104.015098) (xy 82.453736 103.555923) + (xy 82.565093 103.065783) (xy 82.57311 102.491685) (xy 82.57311 108.562177) (xy 82.438261 108.55951) (xy 82.162894 108.608642) + (xy 81.902403 108.710551) (xy 81.852615 108.737164) (xy 81.783702 108.978821) (xy 82.55 109.745119) (xy 83.316298 108.978821) + (xy 83.316298 109.452583) (xy 82.786881 109.982) (xy 82.801023 109.996142) (xy 82.564141 110.233023) (xy 82.55 110.218881) + (xy 82.313119 110.455762) (xy 82.313119 109.982) (xy 81.546821 109.215702) (xy 81.305164 109.284615) (xy 81.19303 109.54087) + (xy 81.133043 109.814078) (xy 81.12751 110.093739) (xy 81.176642 110.369106) (xy 81.278551 110.629597) (xy 81.305164 110.679385) + (xy 81.546821 110.748298) (xy 82.313119 109.982) (xy 82.313119 110.455762) (xy 81.783702 110.985179) (xy 81.852615 111.226836) + (xy 82.10887 111.33897) (xy 82.283566 111.377327) (xy 82.278834 111.382059) (xy 82.147135 111.407183) (xy 81.888936 111.511502) + (xy 81.655917 111.663985) (xy 81.456953 111.858825) (xy 81.299623 112.0886) (xy 81.18992 112.344557) (xy 81.132021 112.616948) + (xy 81.128133 112.895397) (xy 81.178404 113.169299) (xy 81.216294 113.265) (xy 81.109612 113.265) (xy 80.919522 113.073577) + (xy 80.688654 112.917855) (xy 80.431937 112.809941) (xy 80.265866 112.775851) (xy 80.393714 112.753309) (xy 80.653344 112.652605) + (xy 80.88847 112.50339) (xy 81.090134 112.311347) (xy 81.250657 112.083791) (xy 81.363924 111.82939) (xy 81.42562 111.557834) + (xy 81.430061 111.239762) (xy 81.375971 110.966589) (xy 81.269852 110.709125) (xy 81.115746 110.477176) (xy 80.919522 110.279577) + (xy 80.688654 110.123855) (xy 80.431937 110.015941) (xy 80.159149 109.959946) (xy 79.880679 109.958001) (xy 79.607135 110.010183) + (xy 79.348936 110.114502) (xy 79.115917 110.266985) (xy 78.916953 110.461825) (xy 78.759623 110.6916) (xy 78.64992 110.947557) + (xy 78.592021 111.219948) (xy 78.588133 111.498397) (xy 78.638404 111.772299) (xy 78.740918 112.03122) (xy 78.891771 112.265298) + (xy 79.085217 112.465617) (xy 79.313887 112.624547) (xy 79.569073 112.736035) (xy 79.752715 112.776411) (xy 79.607135 112.804183) + (xy 79.348936 112.908502) (xy 79.115917 113.060985) (xy 78.916953 113.255825) (xy 78.759623 113.4856) (xy 78.64992 113.741557) + (xy 78.592021 114.013948) (xy 78.588133 114.292397) (xy 78.638404 114.566299) (xy 78.740918 114.82522) (xy 78.891771 115.059298) + (xy 79.085217 115.259617) (xy 79.313887 115.418547) (xy 79.517374 115.507448) (xy 79.348936 115.575502) (xy 79.115917 115.727985) + (xy 78.916953 115.922825) (xy 78.91067 115.932) (xy 78.105 115.932) (xy 78.021562 115.940181) (xy 77.937972 115.947494) + (xy 77.933381 115.948827) (xy 77.928635 115.949293) (xy 77.848367 115.973527) (xy 77.767798 115.996935) (xy 77.76356 115.999131) + (xy 77.758988 116.000512) (xy 77.684925 116.039891) (xy 77.610468 116.078487) (xy 77.606735 116.081466) (xy 77.60252 116.083708) + (xy 77.53751 116.136728) (xy 77.471975 116.189045) (xy 77.465328 116.195598) (xy 77.465192 116.19571) (xy 77.465087 116.195836) + (xy 77.462947 116.197947) (xy 76.827947 116.832947) (xy 76.7747 116.89777) (xy 76.720797 116.96201) (xy 76.718496 116.966194) + (xy 76.715466 116.969884) (xy 76.675831 117.043802) (xy 76.635425 117.117301) (xy 76.633981 117.121851) (xy 76.631725 117.12606) + (xy 76.607209 117.206248) (xy 76.581842 117.286216) (xy 76.581309 117.290963) (xy 76.579914 117.295528) (xy 76.571439 117.378955) + (xy 76.562089 117.462322) (xy 76.562023 117.471659) (xy 76.562006 117.471831) (xy 76.562021 117.47199) (xy 76.562 117.475) + (xy 76.562 120.65) (xy 76.570185 120.733483) (xy 76.577495 120.817028) (xy 76.578827 120.821612) (xy 76.579293 120.826365) + (xy 76.603539 120.906674) (xy 76.626935 120.987202) (xy 76.629131 120.991439) (xy 76.630512 120.996012) (xy 76.669891 121.070074) + (xy 76.708487 121.144532) (xy 76.711466 121.148264) (xy 76.713708 121.15248) (xy 76.766728 121.217489) (xy 76.819045 121.283025) + (xy 76.825598 121.289671) (xy 76.82571 121.289808) (xy 76.825836 121.289912) (xy 76.827947 121.292053) (xy 79.367947 123.832053) + (xy 79.43277 123.885299) (xy 79.49701 123.939203) (xy 79.501194 123.941503) (xy 79.504884 123.944534) (xy 79.57882 123.984178) + (xy 79.652301 124.024575) (xy 79.656849 124.026017) (xy 79.661059 124.028275) (xy 79.741275 124.052799) (xy 79.821216 124.078158) + (xy 79.825961 124.07869) (xy 79.830527 124.080086) (xy 79.913964 124.088561) (xy 79.997322 124.097911) (xy 80.006658 124.097976) + (xy 80.00683 124.097994) (xy 80.00699 124.097978) (xy 80.01 124.098) (xy 84.713894 124.098) (xy 85.717947 125.102053) + (xy 85.78277 125.155299) (xy 85.84701 125.209203) (xy 85.851194 125.211503) (xy 85.854884 125.214534) (xy 85.928802 125.254168) + (xy 86.002301 125.294575) (xy 86.006851 125.296018) (xy 86.01106 125.298275) (xy 86.091248 125.32279) (xy 86.171216 125.348158) + (xy 86.175963 125.34869) (xy 86.180528 125.350086) (xy 86.263955 125.35856) (xy 86.347322 125.367911) (xy 86.356659 125.367976) + (xy 86.356831 125.367994) (xy 86.35699 125.367978) (xy 86.36 125.368) (xy 86.532728 125.368) (xy 86.705217 125.546617) + (xy 86.933887 125.705547) (xy 87.189073 125.817035) (xy 87.461053 125.876834) (xy 87.739468 125.882666) (xy 88.013714 125.834309) + (xy 88.273344 125.733605) (xy 88.50847 125.58439) (xy 88.710134 125.392347) (xy 88.870657 125.164791) (xy 88.983924 124.91039) + (xy 89.04562 124.638834) (xy 89.050061 124.320762) (xy 88.995971 124.047589) (xy 88.889852 123.790125) (xy 88.735746 123.558176) + (xy 88.539522 123.360577) (xy 88.538 123.35955) (xy 88.538 123.016268) (xy 88.710134 122.852347) (xy 88.870657 122.624791) + (xy 88.983924 122.37039) (xy 89.04562 122.098834) (xy 89.050061 121.780762) (xy 88.995971 121.507589) (xy 88.889852 121.250125) + (xy 88.735746 121.018176) (xy 88.539522 120.820577) (xy 88.308654 120.664855) (xy 88.051937 120.556941) (xy 87.779149 120.500946) + (xy 87.500679 120.499001) (xy 87.227135 120.551183) (xy 86.968936 120.655502) (xy 86.735917 120.807985) (xy 86.536953 121.002825) + (xy 86.379623 121.2326) (xy 86.26992 121.488557) (xy 86.212021 121.760948) (xy 86.208133 122.039397) (xy 86.258404 122.313299) + (xy 86.360918 122.57222) (xy 86.511771 122.806298) (xy 86.705217 123.006617) (xy 86.722 123.018281) (xy 86.722 123.361613) + (xy 86.632936 123.44883) (xy 85.732053 122.547947) (xy 85.667229 122.4947) (xy 85.60299 122.440797) (xy 85.598805 122.438496) + (xy 85.595116 122.435466) (xy 85.521197 122.395831) (xy 85.447699 122.355425) (xy 85.443148 122.353981) (xy 85.43894 122.351725) + (xy 85.358751 122.327209) (xy 85.278784 122.301842) (xy 85.274036 122.301309) (xy 85.269472 122.299914) (xy 85.186044 122.291439) + (xy 85.102678 122.282089) (xy 85.09334 122.282023) (xy 85.093169 122.282006) (xy 85.093009 122.282021) (xy 85.09 122.282) + (xy 83.753552 122.282) (xy 83.823102 122.212451) (xy 83.895112 122.10468) (xy 83.944713 121.984932) (xy 83.97 121.857808) + (xy 83.97 121.728193) (xy 83.97 120.204193) (xy 83.944713 120.077069) (xy 83.895112 119.95732) (xy 83.823102 119.84955) + (xy 83.731451 119.757898) (xy 83.62368 119.685888) (xy 83.503932 119.636287) (xy 83.376808 119.611) (xy 83.247193 119.611) + (xy 82.93451 119.611) (xy 83.193344 119.510605) (xy 83.42847 119.36139) (xy 83.630134 119.169347) (xy 83.790657 118.941791) + (xy 83.903924 118.68739) (xy 83.96562 118.415834) (xy 83.970061 118.097762) (xy 83.915971 117.824589) (xy 83.809852 117.567125) + (xy 83.655746 117.335176) (xy 83.459522 117.137577) (xy 83.228654 116.981855) (xy 83.040657 116.902828) (xy 83.193344 116.843605) + (xy 83.42847 116.69439) (xy 83.630134 116.502347) (xy 83.647308 116.478) (xy 86.532728 116.478) (xy 86.705217 116.656617) + (xy 86.722 116.668281) (xy 86.722 117.011613) (xy 86.536953 117.192825) (xy 86.379623 117.4226) (xy 86.26992 117.678557) + (xy 86.212021 117.950948) (xy 86.208133 118.229397) (xy 86.258404 118.503299) (xy 86.360918 118.76222) (xy 86.511771 118.996298) + (xy 86.705217 119.196617) (xy 86.933887 119.355547) (xy 87.189073 119.467035) (xy 87.461053 119.526834) (xy 87.739468 119.532666) + (xy 88.013714 119.484309) (xy 88.273344 119.383605) (xy 88.50847 119.23439) (xy 88.710134 119.042347) (xy 88.870657 118.814791) + (xy 88.983924 118.56039) (xy 89.04562 118.288834) (xy 89.050061 117.970762) (xy 88.995971 117.697589) (xy 88.889852 117.440125) + (xy 88.735746 117.208176) (xy 88.539522 117.010577) (xy 88.538 117.00955) (xy 88.538 116.666268) (xy 88.710134 116.502347) + (xy 88.870657 116.274791) (xy 88.983924 116.02039) (xy 89.04562 115.748834) (xy 89.050061 115.430762) (xy 88.995971 115.157589) + (xy 88.889852 114.900125) (xy 88.735746 114.668176) (xy 88.641232 114.573) (xy 96.770126 114.573) (xy 96.663121 114.680005) + (xy 96.786818 114.803702) (xy 96.545164 114.872615) (xy 96.43303 115.12887) (xy 96.373043 115.402078) (xy 96.36751 115.681739) + (xy 96.416642 115.957106) (xy 96.518551 116.217597) (xy 96.545164 116.267385) (xy 96.786821 116.336298) (xy 97.553119 115.57) + (xy 97.538977 115.555858) (xy 97.775858 115.318977) (xy 97.79 115.333119) (xy 97.804142 115.318977) (xy 98.041023 115.555858) + (xy 98.026881 115.57) (xy 98.793179 116.336298) (xy 99.034836 116.267385) (xy 99.09386 116.132498) (xy 99.118852 116.195351) + (xy 99.137162 116.229606) (xy 99.372364 116.290755) (xy 100.093119 115.57) (xy 99.372364 114.849245) (xy 99.137162 114.910394) + (xy 99.09501 115.00819) (xy 99.061449 114.922403) (xy 99.034836 114.872615) (xy 98.793181 114.803702) (xy 98.916879 114.680005) + (xy 98.809874 114.573) (xy 99.619479 114.573) (xy 99.609245 114.612364) (xy 100.33 115.333119) (xy 101.050755 114.612364) + (xy 101.04052 114.573) (xy 106.662928 114.573) (xy 106.626063 114.662) (xy 106.045 114.662) (xy 105.961516 114.670185) + (xy 105.877972 114.677495) (xy 105.873387 114.678827) (xy 105.868635 114.679293) (xy 105.788325 114.703539) (xy 105.707798 114.726935) + (xy 105.70356 114.729131) (xy 105.698988 114.730512) (xy 105.624925 114.769891) (xy 105.550468 114.808487) (xy 105.546735 114.811466) + (xy 105.54252 114.813708) (xy 105.477534 114.866708) (xy 105.411974 114.919045) (xy 105.405327 114.925599) (xy 105.405192 114.92571) + (xy 105.405088 114.925835) (xy 105.402947 114.927947) (xy 101.688266 118.642627) (xy 101.688266 115.455737) (xy 101.639876 115.192948) + (xy 101.541148 114.944649) (xy 101.522838 114.910394) (xy 101.287636 114.849245) (xy 100.566881 115.57) (xy 101.287636 116.290755) + (xy 101.522838 116.229606) (xy 101.628601 115.984221) (xy 101.684459 115.722917) (xy 101.688266 115.455737) (xy 101.688266 118.642627) + (xy 101.437487 118.893406) (xy 101.515177 118.783274) (xy 101.623379 118.54025) (xy 101.682316 118.280837) (xy 101.686559 117.976988) + (xy 101.634888 117.716031) (xy 101.533514 117.47008) (xy 101.386299 117.248504) (xy 101.19885 117.059741) (xy 100.978306 116.910983) + (xy 100.808421 116.839569) (xy 100.955351 116.781148) (xy 100.989606 116.762838) (xy 101.050755 116.527636) (xy 100.33 115.806881) + (xy 100.093119 116.043762) (xy 99.609245 116.527636) (xy 99.670394 116.762838) (xy 99.850703 116.840553) (xy 99.698498 116.902048) + (xy 99.475899 117.047712) (xy 99.318344 117.202) (xy 98.889612 117.202) (xy 98.699522 117.010577) (xy 98.468654 116.854855) + (xy 98.437164 116.841618) (xy 98.437597 116.841449) (xy 98.487385 116.814836) (xy 98.556298 116.573179) (xy 97.79 115.806881) + (xy 97.553119 116.043762) (xy 97.023702 116.573179) (xy 97.092615 116.814836) (xy 97.146488 116.83841) (xy 97.128936 116.845502) + (xy 96.895917 116.997985) (xy 96.696953 117.192825) (xy 96.69067 117.202) (xy 95.885 117.202) (xy 95.801516 117.210185) + (xy 95.717972 117.217495) (xy 95.713387 117.218827) (xy 95.708635 117.219293) (xy 95.628325 117.243539) (xy 95.547798 117.266935) + (xy 95.54356 117.269131) (xy 95.538988 117.270512) (xy 95.464925 117.309891) (xy 95.390468 117.348487) (xy 95.386735 117.351466) + (xy 95.38252 117.353708) (xy 95.31751 117.406728) (xy 95.251975 117.459045) (xy 95.245328 117.465598) (xy 95.245192 117.46571) + (xy 95.245087 117.465836) (xy 95.242947 117.467947) (xy 93.972947 118.737947) (xy 93.9197 118.80277) (xy 93.865797 118.86701) + (xy 93.863496 118.871194) (xy 93.860466 118.874884) (xy 93.820831 118.948802) (xy 93.780425 119.022301) (xy 93.778981 119.026851) + (xy 93.776725 119.03106) (xy 93.752209 119.111248) (xy 93.726842 119.191216) (xy 93.726309 119.195963) (xy 93.724914 119.200528) + (xy 93.716439 119.283955) (xy 93.707089 119.367322) (xy 93.707023 119.376659) (xy 93.707006 119.376831) (xy 93.707021 119.37699) + (xy 93.707 119.38) (xy 93.707 124.46) (xy 93.715185 124.543483) (xy 93.722495 124.627028) (xy 93.723827 124.631612) + (xy 93.724293 124.636365) (xy 93.748539 124.716674) (xy 93.771935 124.797202) (xy 93.774131 124.801439) (xy 93.775512 124.806012) + (xy 93.814891 124.880074) (xy 93.853487 124.954532) (xy 93.856466 124.958264) (xy 93.858708 124.96248) (xy 93.911728 125.027489) + (xy 93.964045 125.093025) (xy 93.970598 125.099671) (xy 93.97071 125.099808) (xy 93.970836 125.099912) (xy 93.972947 125.102053) + (xy 96.512947 127.642053) (xy 96.57777 127.695299) (xy 96.64201 127.749203) (xy 96.646194 127.751503) (xy 96.649884 127.754534) + (xy 96.72382 127.794178) (xy 96.797301 127.834575) (xy 96.801849 127.836017) (xy 96.806059 127.838275) (xy 96.886275 127.862799) + (xy 96.966216 127.888158) (xy 96.970961 127.88869) (xy 96.975527 127.890086) (xy 97.058964 127.898561) (xy 97.142322 127.907911) + (xy 97.151658 127.907976) (xy 97.15183 127.907994) (xy 97.15199 127.907978) (xy 97.155 127.908) (xy 100.965 127.908) + (xy 101.048483 127.899814) (xy 101.132028 127.892505) (xy 101.136612 127.891172) (xy 101.141365 127.890707) (xy 101.221674 127.86646) + (xy 101.302202 127.843065) (xy 101.306439 127.840868) (xy 101.311012 127.839488) (xy 101.385074 127.800108) (xy 101.459532 127.761513) + (xy 101.463264 127.758533) (xy 101.46748 127.756292) (xy 101.532489 127.703271) (xy 101.598025 127.650955) (xy 101.604671 127.644401) + (xy 101.604808 127.64429) (xy 101.604912 127.644163) (xy 101.607053 127.642053) (xy 106.421106 122.828) (xy 106.626064 122.828) + (xy 106.668388 122.93018) (xy 106.740398 123.03795) (xy 106.832049 123.129602) (xy 106.922441 123.19) (xy 106.83205 123.250398) + (xy 106.740398 123.342049) (xy 106.668388 123.44982) (xy 106.618787 123.569568) (xy 106.5935 123.696692) (xy 106.5935 123.826307) + (xy 106.5935 125.223307) (xy 106.618787 125.350431) (xy 106.668388 125.47018) (xy 106.740398 125.57795) (xy 106.832049 125.669602) + (xy 106.93982 125.741612) (xy 107.059568 125.791213) (xy 107.186692 125.8165) (xy 107.316307 125.8165) (xy 108.713307 125.8165) + (xy 108.840431 125.791213) (xy 108.96018 125.741612) (xy 109.06795 125.669602) (xy 109.159602 125.577951) (xy 109.231612 125.47018) + (xy 109.281213 125.350432) (xy 109.3065 125.223308) (xy 109.3065 125.093693) (xy 109.3065 123.696693) (xy 109.281213 123.569569) + (xy 109.231612 123.44982) (xy 109.159602 123.34205) (xy 109.067951 123.250398) (xy 108.977558 123.189999) (xy 109.06795 123.129602) + (xy 109.159602 123.037951) (xy 109.231612 122.93018) (xy 109.273936 122.828) (xy 116.205 122.828) (xy 116.288483 122.819814) + (xy 116.372028 122.812505) (xy 116.376612 122.811172) (xy 116.381365 122.810707) (xy 116.461674 122.78646) (xy 116.542202 122.763065) + (xy 116.546439 122.760868) (xy 116.551012 122.759488) (xy 116.625074 122.720108) (xy 116.699532 122.681513) (xy 116.703264 122.678533) + (xy 116.70748 122.676292) (xy 116.772489 122.623271) (xy 116.838025 122.570955) (xy 116.844671 122.564401) (xy 116.844808 122.56429) + (xy 116.844912 122.564163) (xy 116.847053 122.562053) (xy 118.231393 121.177712) (xy 118.380841 121.164112) (xy 118.651456 121.084466) + (xy 118.901448 120.953773) (xy 119.121293 120.777013) (xy 119.302619 120.560917) (xy 119.380076 120.420022) (xy 119.446096 120.544186) + (xy 119.624386 120.762792) (xy 119.841743 120.942605) (xy 120.089885 121.076775) (xy 120.359362 121.160192) (xy 120.639909 121.189679) + (xy 120.920841 121.164112) (xy 121.191456 121.084466) (xy 121.441448 120.953773) (xy 121.661293 120.777013) (xy 121.842619 120.560917) + (xy 121.913628 120.431752) (xy 121.918724 120.44348) (xy 122.081252 120.677892) (xy 122.286388 120.876092) (xy 122.52625 121.030464) + (xy 122.799975 121.127384) (xy 123.0225 121.005501) (xy 123.0225 119.5475) (xy 123.0025 119.5475) (xy 123.0025 119.2125) + (xy 123.0225 119.2125) (xy 123.0225 117.754499) (xy 122.799975 117.632616) (xy 122.52625 117.729536) (xy 122.286388 117.883908) + (xy 122.081252 118.082108) (xy 121.918724 118.31652) (xy 121.913654 118.328187) (xy 121.853904 118.215814) (xy 121.675614 117.997208) + (xy 121.458257 117.817395) (xy 121.210115 117.683225) (xy 120.940638 117.599808) (xy 120.660091 117.570321) (xy 120.379159 117.595888) + (xy 120.108544 117.675534) (xy 119.858552 117.806227) (xy 119.638707 117.982987) (xy 119.457381 118.199083) (xy 119.379923 118.339977) + (xy 119.313904 118.215814) (xy 119.135614 117.997208) (xy 118.918257 117.817395) (xy 118.670115 117.683225) (xy 118.400638 117.599808) + (xy 118.120091 117.570321) (xy 117.839159 117.595888) (xy 117.568544 117.675534) (xy 117.318552 117.806227) (xy 117.098707 117.982987) + (xy 117.00094 118.0995) (xy 116.990113 118.045068) (xy 116.940512 117.92532) (xy 116.868502 117.817549) (xy 116.77685 117.725898) + (xy 116.66908 117.653888) (xy 116.549331 117.604287) (xy 116.422207 117.579) (xy 115.902 117.579) (xy 115.7375 117.7435) + (xy 115.7375 119.2125) (xy 115.7575 119.2125) (xy 115.7575 119.5475) (xy 115.7375 119.5475) (xy 115.7375 119.5675) + (xy 115.4025 119.5675) (xy 115.4025 119.5475) (xy 115.4025 119.2125) (xy 115.4025 117.7435) (xy 115.238 117.579) + (xy 114.717793 117.579) (xy 114.590669 117.604287) (xy 114.47092 117.653888) (xy 114.36315 117.725898) (xy 114.271498 117.817549) + (xy 114.199488 117.92532) (xy 114.149887 118.045068) (xy 114.1246 118.172192) (xy 114.1246 118.301807) (xy 114.1246 119.048) + (xy 114.2891 119.2125) (xy 115.4025 119.2125) (xy 115.4025 119.5475) (xy 114.2891 119.5475) (xy 114.1246 119.712) + (xy 114.1246 120.458193) (xy 114.1246 120.587808) (xy 114.149887 120.714932) (xy 114.199488 120.83468) (xy 114.271498 120.942451) + (xy 114.341047 121.012) (xy 109.273935 121.012) (xy 109.231612 120.90982) (xy 109.159602 120.80205) (xy 109.067951 120.710398) + (xy 108.96018 120.638388) (xy 108.840432 120.588787) (xy 108.713308 120.5635) (xy 108.583693 120.5635) (xy 107.186693 120.5635) + (xy 107.059569 120.588787) (xy 106.93982 120.638388) (xy 106.83205 120.710398) (xy 106.740398 120.802049) (xy 106.668388 120.90982) + (xy 106.626063 121.012) (xy 106.045 121.012) (xy 105.961512 121.020186) (xy 105.877972 121.027495) (xy 105.873387 121.028827) + (xy 105.868635 121.029293) (xy 105.788325 121.053539) (xy 105.707798 121.076935) (xy 105.70356 121.079131) (xy 105.698988 121.080512) + (xy 105.624925 121.119891) (xy 105.550468 121.158487) (xy 105.546735 121.161466) (xy 105.54252 121.163708) (xy 105.47751 121.216728) + (xy 105.411975 121.269045) (xy 105.405328 121.275598) (xy 105.405192 121.27571) (xy 105.405087 121.275836) (xy 105.402947 121.277947) + (xy 101.688266 124.992627) (xy 101.688266 121.805737) (xy 101.639876 121.542948) (xy 101.541148 121.294649) (xy 101.522838 121.260394) + (xy 101.287636 121.199245) (xy 100.566881 121.92) (xy 101.287636 122.640755) (xy 101.522838 122.579606) (xy 101.628601 122.334221) + (xy 101.684459 122.072917) (xy 101.688266 121.805737) (xy 101.688266 124.992627) (xy 101.437487 125.243406) (xy 101.515177 125.133274) + (xy 101.623379 124.89025) (xy 101.682316 124.630837) (xy 101.686559 124.326988) (xy 101.634888 124.066031) (xy 101.533514 123.82008) + (xy 101.386299 123.598504) (xy 101.19885 123.409741) (xy 100.978306 123.260983) (xy 100.808421 123.189569) (xy 100.955351 123.131148) + (xy 100.989606 123.112838) (xy 101.050755 122.877636) (xy 100.33 122.156881) (xy 100.093119 122.393762) (xy 99.609245 122.877636) + (xy 99.670394 123.112838) (xy 99.850703 123.190553) (xy 99.698498 123.252048) (xy 99.475899 123.397712) (xy 99.318344 123.552) + (xy 98.889612 123.552) (xy 98.699522 123.360577) (xy 98.468654 123.204855) (xy 98.437164 123.191618) (xy 98.437597 123.191449) + (xy 98.487385 123.164836) (xy 98.556298 122.923179) (xy 97.79 122.156881) (xy 97.775857 122.171022) (xy 97.538976 121.934141) + (xy 97.553119 121.92) (xy 97.538977 121.905858) (xy 97.775858 121.668977) (xy 97.79 121.683119) (xy 97.804142 121.668977) + (xy 98.041023 121.905858) (xy 98.026881 121.92) (xy 98.793179 122.686298) (xy 99.034836 122.617385) (xy 99.09386 122.482498) + (xy 99.118852 122.545351) (xy 99.137162 122.579606) (xy 99.372364 122.640755) (xy 100.093119 121.92) (xy 99.372364 121.199245) + (xy 99.137162 121.260394) (xy 99.09501 121.35819) (xy 99.061449 121.272403) (xy 99.034836 121.222615) (xy 98.793181 121.153702) + (xy 98.916879 121.030005) (xy 98.809874 120.923) (xy 99.619479 120.923) (xy 99.609245 120.962364) (xy 100.33 121.683119) + (xy 101.050755 120.962364) (xy 101.04052 120.923) (xy 101.6 120.923) (xy 101.683483 120.914814) (xy 101.767028 120.907505) + (xy 101.771612 120.906172) (xy 101.776365 120.905707) (xy 101.856674 120.88146) (xy 101.937202 120.858065) (xy 101.941439 120.855868) + (xy 101.946012 120.854488) (xy 102.020074 120.815108) (xy 102.094532 120.776513) (xy 102.098264 120.773533) (xy 102.10248 120.771292) + (xy 102.167489 120.718271) (xy 102.233025 120.665955) (xy 102.239671 120.659401) (xy 102.239808 120.65929) (xy 102.239912 120.659163) + (xy 102.242053 120.657053) (xy 106.421106 116.478) (xy 106.626064 116.478) (xy 106.668388 116.58018) (xy 106.740398 116.68795) + (xy 106.832049 116.779602) (xy 106.922441 116.84) (xy 106.83205 116.900398) (xy 106.740398 116.992049) (xy 106.668388 117.09982) + (xy 106.618787 117.219568) (xy 106.5935 117.346692) (xy 106.5935 117.476307) (xy 106.5935 118.873307) (xy 106.618787 119.000431) + (xy 106.668388 119.12018) (xy 106.740398 119.22795) (xy 106.832049 119.319602) (xy 106.93982 119.391612) (xy 107.059568 119.441213) + (xy 107.186692 119.4665) (xy 107.316307 119.4665) (xy 108.713307 119.4665) (xy 108.840431 119.441213) (xy 108.96018 119.391612) + (xy 109.06795 119.319602) (xy 109.159602 119.227951) (xy 109.231612 119.12018) (xy 109.281213 119.000432) (xy 109.3065 118.873308) + (xy 109.3065 118.743693) (xy 109.3065 117.346693) (xy 109.281213 117.219569) (xy 109.231612 117.09982) (xy 109.159602 116.99205) + (xy 109.067951 116.900398) (xy 108.977558 116.839999) (xy 109.06795 116.779602) (xy 109.159602 116.687951) (xy 109.231612 116.58018) + (xy 109.273936 116.478) (xy 125.73 116.478) (xy 125.813483 116.469814) (xy 125.897028 116.462505) (xy 125.901612 116.461172) + (xy 125.906365 116.460707) (xy 125.986674 116.43646) (xy 126.067202 116.413065) (xy 126.071439 116.410868) (xy 126.076012 116.409488) + (xy 126.150074 116.370108) (xy 126.224532 116.331513) (xy 126.228264 116.328533) (xy 126.23248 116.326292) (xy 126.297489 116.273271) + (xy 126.363025 116.220955) (xy 126.369671 116.214401) (xy 126.369808 116.21429) (xy 126.369912 116.214163) (xy 126.372053 116.212053) + (xy 128.912053 113.672053) (xy 128.965299 113.607229) (xy 129.019203 113.54299) (xy 129.021503 113.538805) (xy 129.024534 113.535116) + (xy 129.064178 113.461179) (xy 129.104575 113.387699) (xy 129.106017 113.38315) (xy 129.108275 113.378941) (xy 129.132799 113.298724) + (xy 129.142303 113.268763) (xy 129.281293 113.157013) (xy 129.462619 112.940917) (xy 129.540076 112.800022) (xy 129.606096 112.924186) + (xy 129.784386 113.142792) (xy 130.001743 113.322605) (xy 130.249885 113.456775) (xy 130.519362 113.540192) (xy 130.799909 113.569679) + (xy 131.080841 113.544112) (xy 131.351456 113.464466) (xy 131.601448 113.333773) (xy 131.821293 113.157013) (xy 132.002619 112.940917) + (xy 132.138518 112.693718) (xy 132.223815 112.42483) (xy 132.255259 112.144495) (xy 132.2554 112.124314) (xy 132.2554 111.395686) + (xy 132.227873 111.11494) (xy 132.146339 110.844887) (xy 132.013904 110.595814) (xy 131.835614 110.377208) (xy 131.718 110.279909) + (xy 131.718 110.002506) (xy 133.065706 108.6548) (xy 138.028494 108.6548) (xy 139.427 110.053306) (xy 139.427 110.661613) + (xy 139.241953 110.842825) (xy 139.084623 111.0726) (xy 138.97492 111.328557) (xy 138.917021 111.600948) (xy 138.913133 111.879397) + (xy 138.963404 112.153299) (xy 139.065918 112.41222) (xy 139.216771 112.646298) (xy 139.410217 112.846617) (xy 139.638887 113.005547) + (xy 139.894073 113.117035) (xy 140.166053 113.176834) (xy 140.444468 113.182666) (xy 140.718714 113.134309) (xy 140.978344 113.033605) + (xy 141.21347 112.88439) (xy 141.415134 112.692347) (xy 141.575657 112.464791) (xy 141.688924 112.21039) (xy 141.75062 111.938834) + (xy 141.755061 111.620762) (xy 141.700971 111.347589) (xy 141.594852 111.090125) (xy 141.440746 110.858176) (xy 141.244522 110.660577) + (xy 141.243 110.65955) (xy 141.243 109.6772) (xy 141.234813 109.593712) (xy 141.227505 109.510172) (xy 141.226172 109.505587) + (xy 141.225707 109.500835) (xy 141.20146 109.420525) (xy 141.178065 109.339998) (xy 141.175868 109.33576) (xy 141.174488 109.331188) + (xy 141.135108 109.257125) (xy 141.096513 109.182668) (xy 141.093533 109.178935) (xy 141.091292 109.17472) (xy 141.038271 109.10971) + (xy 140.985955 109.044175) (xy 140.979401 109.037528) (xy 140.97929 109.037392) (xy 140.979163 109.037287) (xy 140.977053 109.035147) + (xy 139.046653 107.104747) (xy 138.981829 107.0515) (xy 138.91759 106.997597) (xy 138.913405 106.995296) (xy 138.909716 106.992266) + (xy 138.835797 106.952631) (xy 138.762299 106.912225) (xy 138.757748 106.910781) (xy 138.75354 106.908525) (xy 138.673351 106.884009) + (xy 138.593384 106.858642) (xy 138.588636 106.858109) (xy 138.584072 106.856714) (xy 138.500644 106.848239) (xy 138.417278 106.838889) + (xy 138.40794 106.838823) (xy 138.407769 106.838806) (xy 138.407609 106.838821) (xy 138.4046 106.8388) (xy 132.6896 106.8388) + (xy 132.606112 106.846986) (xy 132.522572 106.854295) (xy 132.517987 106.855627) (xy 132.513235 106.856093) (xy 132.432925 106.880339) + (xy 132.352398 106.903735) (xy 132.34816 106.905931) (xy 132.343588 106.907312) (xy 132.269525 106.946691) (xy 132.195068 106.985287) + (xy 132.191335 106.988266) (xy 132.18712 106.990508) (xy 132.12211 107.043528) (xy 132.056575 107.095845) (xy 132.049928 107.102398) + (xy 132.049792 107.10251) (xy 132.049687 107.102636) (xy 132.047547 107.104747) (xy 130.167947 108.984347) (xy 130.1147 109.04917) + (xy 130.060797 109.11341) (xy 130.058496 109.117594) (xy 130.055466 109.121284) (xy 130.015831 109.195202) (xy 129.975425 109.268701) + (xy 129.973981 109.273251) (xy 129.971725 109.27746) (xy 129.947209 109.357648) (xy 129.921842 109.437616) (xy 129.921309 109.442363) + (xy 129.919914 109.446928) (xy 129.911439 109.530355) (xy 129.902089 109.613722) (xy 129.902023 109.623059) (xy 129.902006 109.623231) + (xy 129.902021 109.62339) (xy 129.902 109.6264) (xy 129.902 110.279937) (xy 129.798707 110.362987) (xy 129.617381 110.579083) + (xy 129.539923 110.719977) (xy 129.473904 110.595814) (xy 129.295614 110.377208) (xy 129.078257 110.197395) (xy 128.830115 110.063225) + (xy 128.560638 109.979808) (xy 128.280091 109.950321) (xy 127.999159 109.975888) (xy 127.728544 110.055534) (xy 127.478552 110.186227) + (xy 127.258707 110.362987) (xy 127.077381 110.579083) (xy 127.006371 110.708247) (xy 127.001276 110.69652) (xy 126.838748 110.462108) + (xy 126.633612 110.263908) (xy 126.39375 110.109536) (xy 126.120025 110.012616) (xy 125.8975 110.134499) (xy 125.8975 111.5925) + (xy 125.9175 111.5925) (xy 125.9175 111.9275) (xy 125.8975 111.9275) (xy 125.8975 113.385501) (xy 126.120025 113.507384) + (xy 126.39375 113.410464) (xy 126.633612 113.256092) (xy 126.838748 113.057892) (xy 127.001276 112.82348) (xy 127.006345 112.811812) + (xy 127.066096 112.924186) (xy 127.077601 112.938292) (xy 125.353894 114.662) (xy 122.842106 114.662) (xy 123.832053 113.672053) + (xy 123.885299 113.607229) (xy 123.939203 113.54299) (xy 123.941503 113.538805) (xy 123.944534 113.535116) (xy 123.984168 113.461197) + (xy 124.024575 113.387699) (xy 124.026018 113.383148) (xy 124.028275 113.37894) (xy 124.05279 113.298751) (xy 124.062303 113.268763) + (xy 124.201293 113.157013) (xy 124.382619 112.940917) (xy 124.453628 112.811752) (xy 124.458724 112.82348) (xy 124.621252 113.057892) + (xy 124.826388 113.256092) (xy 125.06625 113.410464) (xy 125.339975 113.507384) (xy 125.5625 113.385501) (xy 125.5625 111.9275) + (xy 125.5425 111.9275) (xy 125.5425 111.5925) (xy 125.5625 111.5925) (xy 125.5625 110.134499) (xy 125.339975 110.012616) + (xy 125.06625 110.109536) (xy 124.826388 110.263908) (xy 124.621252 110.462108) (xy 124.458724 110.69652) (xy 124.453654 110.708187) + (xy 124.393904 110.595814) (xy 124.215614 110.377208) (xy 123.998257 110.197395) (xy 123.750115 110.063225) (xy 123.480638 109.979808) + (xy 123.200091 109.950321) (xy 122.919159 109.975888) (xy 122.648544 110.055534) (xy 122.398552 110.186227) (xy 122.178707 110.362987) + (xy 121.997381 110.579083) (xy 121.919923 110.719977) (xy 121.853904 110.595814) (xy 121.675614 110.377208) (xy 121.458257 110.197395) + (xy 121.210115 110.063225) (xy 120.940638 109.979808) (xy 120.660091 109.950321) (xy 120.379159 109.975888) (xy 120.108544 110.055534) + (xy 119.858552 110.186227) (xy 119.638707 110.362987) (xy 119.457381 110.579083) (xy 119.386371 110.708247) (xy 119.381276 110.69652) + (xy 119.218748 110.462108) (xy 119.013612 110.263908) (xy 118.77375 110.109536) (xy 118.500025 110.012616) (xy 118.2775 110.134499) + (xy 118.2775 111.5925) (xy 118.2975 111.5925) (xy 118.2975 111.9275) (xy 118.2775 111.9275) (xy 118.2775 111.9475) + (xy 117.9425 111.9475) (xy 117.9425 111.9275) (xy 117.9225 111.9275) (xy 117.9225 111.5925) (xy 117.9425 111.5925) + (xy 117.9425 110.134499) (xy 117.719975 110.012616) (xy 117.44625 110.109536) (xy 117.206388 110.263908) (xy 117.001252 110.462108) + (xy 116.838724 110.69652) (xy 116.833654 110.708187) (xy 116.773904 110.595814) (xy 116.628 110.416917) (xy 116.628 105.833) + (xy 135.89 105.833) (xy 135.98731 105.823458) (xy 136.084621 105.814945) (xy 136.089958 105.813394) (xy 136.0955 105.812851) + (xy 136.189107 105.784588) (xy 136.282907 105.757338) (xy 136.287845 105.754778) (xy 136.293172 105.75317) (xy 136.379455 105.707292) + (xy 136.466228 105.662314) (xy 136.470577 105.658842) (xy 136.475488 105.656231) (xy 136.551193 105.594487) (xy 136.627601 105.533492) + (xy 136.635344 105.525855) (xy 136.635503 105.525726) (xy 136.635624 105.525579) (xy 136.638119 105.523119) (xy 137.908119 104.253119) + (xy 137.970167 104.17758) (xy 138.03297 104.102735) (xy 138.035648 104.097862) (xy 138.039182 104.093561) (xy 138.085374 104.007411) + (xy 138.132445 103.921791) (xy 138.134127 103.916487) (xy 138.136756 103.911585) (xy 138.16533 103.818122) (xy 138.19488 103.724971) + (xy 138.1955 103.719443) (xy 138.197127 103.714122) (xy 138.207005 103.616866) (xy 138.217897 103.519772) (xy 138.217972 103.508901) + (xy 138.217994 103.508693) (xy 138.217975 103.508498) (xy 138.218 103.505) (xy 138.218 99.498238) (xy 139.018238 98.698) + (xy 139.66008 98.698) (xy 139.615431 98.908061) (xy 139.611716 99.174058) (xy 139.659739 99.435711) (xy 139.757669 99.683054) + (xy 139.901776 99.906664) (xy 140.062 100.07258) (xy 140.062 104.14) (xy 140.070185 104.223483) (xy 140.077495 104.307028) + (xy 140.078827 104.311612) (xy 140.079293 104.316365) (xy 140.103539 104.396674) (xy 140.126935 104.477202) (xy 140.129131 104.481439) + (xy 140.130512 104.486012) (xy 140.169891 104.560074) (xy 140.208487 104.634532) (xy 140.211466 104.638264) (xy 140.213708 104.64248) + (xy 140.266728 104.707489) (xy 140.319045 104.773025) (xy 140.325598 104.779671) (xy 140.32571 104.779808) (xy 140.325836 104.779912) + (xy 140.327947 104.782053) (xy 141.597947 106.052053) (xy 141.66277 106.105299) (xy 141.72701 106.159203) (xy 141.731194 106.161503) + (xy 141.734884 106.164534) (xy 141.808802 106.204168) (xy 141.882301 106.244575) (xy 141.886851 106.246018) (xy 141.89106 106.248275) + (xy 141.971248 106.27279) (xy 142.051216 106.298158) (xy 142.055963 106.29869) (xy 142.060528 106.300086) (xy 142.143955 106.30856) + (xy 142.227322 106.317911) (xy 142.236659 106.317976) (xy 142.236831 106.317994) (xy 142.23699 106.317978) (xy 142.24 106.318) + (xy 144.78 106.318) (xy 144.863483 106.309814) (xy 144.947028 106.302505) (xy 144.951612 106.301172) (xy 144.956365 106.300707) + (xy 145.036674 106.27646) (xy 145.117202 106.253065) (xy 145.121439 106.250868) (xy 145.126012 106.249488) (xy 145.200074 106.210108) + (xy 145.274532 106.171513) (xy 145.278264 106.168533) (xy 145.28248 106.166292) (xy 145.347489 106.113271) (xy 145.413025 106.060955) + (xy 145.419671 106.054401) (xy 145.419808 106.05429) (xy 145.419912 106.054163) (xy 145.422053 106.052053) (xy 147.821528 103.652577) + (xy 148.064468 103.657666) (xy 148.089199 103.653305) (xy 165.727947 121.292053) (xy 165.79277 121.345299) (xy 165.85701 121.399203) + (xy 165.861194 121.401503) (xy 165.864884 121.404534) (xy 165.938802 121.444168) (xy 166.012301 121.484575) (xy 166.016851 121.486018) + (xy 166.02106 121.488275) (xy 166.101248 121.51279) (xy 166.181216 121.538158) (xy 166.185963 121.53869) (xy 166.190528 121.540086) + (xy 166.273999 121.548565) (xy 166.357322 121.557911) (xy 166.366648 121.557976) (xy 166.366831 121.557995) (xy 166.367 121.557978) + (xy 166.37 121.558) (xy 177.280098 121.558) (xy 177.294287 121.629331) (xy 177.343888 121.74908) (xy 177.415898 121.85685) + (xy 177.507549 121.948502) (xy 177.61532 122.020512) (xy 177.735068 122.070113) (xy 177.789518 122.080944) (xy 177.687208 122.164386) + (xy 177.507395 122.381743) (xy 177.373225 122.629885) (xy 177.289808 122.899362) (xy 177.260321 123.179909) (xy 177.285888 123.460841) + (xy 177.322753 123.5861) (xy 174.858267 123.5861) (xy 174.810683 123.571188) (xy 174.634509 123.55205) (xy 174.457972 123.567494) + (xy 174.287798 123.616935) (xy 174.130468 123.698487) (xy 173.991975 123.809045) (xy 173.982947 123.817947) (xy 173.613893 124.187) + (xy 150.236105 124.187) (xy 139.707053 113.657947) (xy 139.642229 113.6047) (xy 139.57799 113.550797) (xy 139.573805 113.548496) + (xy 139.570116 113.545466) (xy 139.496197 113.505831) (xy 139.422699 113.465425) (xy 139.418148 113.463981) (xy 139.41394 113.461725) + (xy 139.333751 113.437209) (xy 139.253784 113.411842) (xy 139.249036 113.411309) (xy 139.244472 113.409914) (xy 139.161044 113.401439) + (xy 139.077678 113.392089) (xy 139.06834 113.392023) (xy 139.068169 113.392006) (xy 139.068009 113.392021) (xy 139.065 113.392) + (xy 138.171106 113.392) (xy 136.671271 111.892165) (xy 136.675061 111.620762) (xy 136.620971 111.347589) (xy 136.514852 111.090125) + (xy 136.360746 110.858176) (xy 136.164522 110.660577) (xy 135.933654 110.504855) (xy 135.676937 110.396941) (xy 135.404149 110.340946) + (xy 135.125679 110.339001) (xy 134.852135 110.391183) (xy 134.593936 110.495502) (xy 134.360917 110.647985) (xy 134.161953 110.842825) + (xy 134.004623 111.0726) (xy 133.89492 111.328557) (xy 133.837021 111.600948) (xy 133.833133 111.879397) (xy 133.883404 112.153299) + (xy 133.985918 112.41222) (xy 134.136771 112.646298) (xy 134.330217 112.846617) (xy 134.558887 113.005547) (xy 134.814073 113.117035) + (xy 135.086053 113.176834) (xy 135.364468 113.182666) (xy 135.389199 113.178305) (xy 137.152947 114.942053) (xy 137.21777 114.995299) + (xy 137.28201 115.049203) (xy 137.286194 115.051503) (xy 137.289884 115.054534) (xy 137.36382 115.094178) (xy 137.437301 115.134575) + (xy 137.441849 115.136017) (xy 137.446059 115.138275) (xy 137.526275 115.162799) (xy 137.606216 115.188158) (xy 137.610961 115.18869) + (xy 137.615527 115.190086) (xy 137.698964 115.198561) (xy 137.782322 115.207911) (xy 137.791658 115.207976) (xy 137.79183 115.207994) + (xy 137.79199 115.207978) (xy 137.795 115.208) (xy 138.688894 115.208) (xy 149.217947 125.737053) (xy 149.28277 125.790299) + (xy 149.34701 125.844203) (xy 149.351194 125.846503) (xy 149.354884 125.849534) (xy 149.42882 125.889178) (xy 149.502301 125.929575) + (xy 149.506849 125.931017) (xy 149.511059 125.933275) (xy 149.591262 125.957795) (xy 149.671216 125.983158) (xy 149.675963 125.98369) + (xy 149.680528 125.985086) (xy 149.763959 125.99356) (xy 149.847322 126.002911) (xy 149.856658 126.002976) (xy 149.85683 126.002994) + (xy 149.85699 126.002978) (xy 149.86 126.003) (xy 173.99 126.003) (xy 174.073483 125.994814) (xy 174.157028 125.987505) + (xy 174.161612 125.986172) (xy 174.166365 125.985707) (xy 174.246674 125.96146) (xy 174.327202 125.938065) (xy 174.331439 125.935868) + (xy 174.336012 125.934488) (xy 174.410074 125.895108) (xy 174.484532 125.856513) (xy 174.488264 125.853533) (xy 174.49248 125.851292) + (xy 174.557489 125.798271) (xy 174.623025 125.745955) (xy 174.629671 125.739401) (xy 174.629808 125.73929) (xy 174.629912 125.739163) + (xy 174.632053 125.737053) (xy 175.035206 125.3339) (xy 177.322453 125.3339) (xy 177.289808 125.439362) (xy 177.260321 125.719909) + (xy 177.285888 126.000841) (xy 177.317354 126.107755) (xy 177.177678 126.092089) (xy 177.165 126.092) (xy 145.156106 126.092) + (xy 141.610542 122.546436) (xy 141.688924 122.37039) (xy 141.75062 122.098834) (xy 141.755061 121.780762) (xy 141.700971 121.507589) + (xy 141.594852 121.250125) (xy 141.440746 121.018176) (xy 141.244522 120.820577) (xy 141.013654 120.664855) (xy 140.756937 120.556941) + (xy 140.484149 120.500946) (xy 140.205679 120.499001) (xy 139.932135 120.551183) (xy 139.673936 120.655502) (xy 139.440917 120.807985) + (xy 139.241953 121.002825) (xy 139.084623 121.2326) (xy 138.97492 121.488557) (xy 138.917021 121.760948) (xy 138.913133 122.039397) + (xy 138.963404 122.313299) (xy 139.065918 122.57222) (xy 139.216771 122.806298) (xy 139.410217 123.006617) (xy 139.638887 123.165547) + (xy 139.680675 123.183803) (xy 139.684045 123.188025) (xy 139.690598 123.194671) (xy 139.69071 123.194808) (xy 139.690836 123.194912) + (xy 139.692947 123.197053) (xy 144.137947 127.642053) (xy 144.20277 127.695299) (xy 144.26701 127.749203) (xy 144.271194 127.751503) + (xy 144.274884 127.754534) (xy 144.348802 127.794168) (xy 144.422301 127.834575) (xy 144.426851 127.836018) (xy 144.43106 127.838275) + (xy 144.511248 127.86279) (xy 144.591216 127.888158) (xy 144.595963 127.88869) (xy 144.600528 127.890086) (xy 144.683955 127.89856) + (xy 144.767322 127.907911) (xy 144.776659 127.907976) (xy 144.776831 127.907994) (xy 144.77699 127.907978) (xy 144.78 127.908) + (xy 177.165 127.908) (xy 177.316496 127.893145) (xy 177.289808 127.979362) (xy 177.260321 128.259909) (xy 177.285888 128.540841) + (xy 177.365534 128.811456) (xy 177.496227 129.061448) (xy 177.672987 129.281293) (xy 177.889083 129.462619) (xy 178.136282 129.598518) + (xy 178.162 129.606676) (xy 178.162 130.81) (xy 178.170185 130.893483) (xy 178.177495 130.977028) (xy 178.178827 130.981612) + (xy 178.179293 130.986365) (xy 178.203539 131.066674) (xy 178.226935 131.147202) (xy 178.229131 131.151439) (xy 178.230512 131.156012) + (xy 178.269891 131.230074) (xy 178.308487 131.304532) (xy 178.311466 131.308264) (xy 178.313708 131.31248) (xy 178.366728 131.377489) + (xy 178.419045 131.443025) (xy 178.425598 131.449671) (xy 178.42571 131.449808) (xy 178.425836 131.449912) (xy 178.427947 131.452053) + (xy 180.332947 133.357053) (xy 180.39777 133.410299) (xy 180.46201 133.464203) (xy 180.466194 133.466503) (xy 180.469884 133.469534) + (xy 180.543802 133.509168) (xy 180.617301 133.549575) (xy 180.621851 133.551018) (xy 180.62606 133.553275) (xy 180.706248 133.57779) + (xy 180.786216 133.603158) (xy 180.790963 133.60369) (xy 180.795528 133.605086) (xy 180.878999 133.613565) (xy 180.962322 133.622911) + (xy 180.971648 133.622976) (xy 180.971831 133.622995) (xy 180.972 133.622978) (xy 180.975 133.623) (xy 195.203893 133.623) + (xy 195.572947 133.992053) (xy 195.63777 134.045299) (xy 195.70201 134.099203) (xy 195.706194 134.101503) (xy 195.709884 134.104534) + (xy 195.783802 134.144168) (xy 195.857301 134.184575) (xy 195.861851 134.186018) (xy 195.86606 134.188275) (xy 195.946248 134.21279) + (xy 196.026216 134.238158) (xy 196.030963 134.23869) (xy 196.035528 134.240086) (xy 196.118999 134.248565) (xy 196.202322 134.257911) + (xy 196.211648 134.257976) (xy 196.211831 134.257995) (xy 196.212 134.257978) (xy 196.215 134.258) (xy 218.44 134.258) + (xy 218.523483 134.249814) (xy 218.607028 134.242505) (xy 218.611612 134.241172) (xy 218.616365 134.240707) (xy 218.696674 134.21646) + (xy 218.777202 134.193065) (xy 218.781439 134.190868) (xy 218.786012 134.189488) (xy 218.860074 134.150108) (xy 218.934532 134.111513) + (xy 218.938264 134.108533) (xy 218.94248 134.106292) (xy 219.007489 134.053271) (xy 219.073025 134.000955) (xy 219.079671 133.994401) + (xy 219.079808 133.99429) (xy 219.079912 133.994163) (xy 219.082053 133.992053) (xy 221.622053 131.452053) (xy 221.675299 131.387229) + (xy 221.729203 131.32299) (xy 221.731503 131.318805) (xy 221.734534 131.315116) (xy 221.774178 131.241179) (xy 221.814575 131.167699) + (xy 221.816017 131.16315) (xy 221.818275 131.158941) (xy 221.842799 131.078724) (xy 221.868158 130.998784) (xy 221.86869 130.994038) + (xy 221.870086 130.989473) (xy 221.878561 130.906035) (xy 221.887911 130.822678) (xy 221.887976 130.813341) (xy 221.887994 130.81317) + (xy 221.887978 130.813009) (xy 221.888 130.81) (xy 221.888 105.001717) (xy 221.952202 104.983065) (xy 221.956439 104.980868) + (xy 221.961012 104.979488) (xy 222.035074 104.940108) (xy 222.109532 104.901513) (xy 222.113264 104.898533) (xy 222.11748 104.896292) + (xy 222.182489 104.843271) (xy 222.248025 104.790955) (xy 222.254671 104.784401) (xy 222.254808 104.78429) (xy 222.254912 104.784163) + (xy 222.257053 104.782053) (xy 222.892053 104.147053) (xy 222.945299 104.082229) (xy 222.999203 104.01799) (xy 223.001503 104.013805) + (xy 223.004534 104.010116) (xy 223.044168 103.936197) (xy 223.084575 103.862699) (xy 223.086018 103.858148) (xy 223.088275 103.85394) + (xy 223.11279 103.773751) (xy 223.138158 103.693784) (xy 223.13869 103.689036) (xy 223.140086 103.684472) (xy 223.148565 103.601) + (xy 223.157911 103.517678) (xy 223.157976 103.508351) (xy 223.157995 103.508169) (xy 223.157978 103.507999) (xy 223.158 103.505) + (xy 223.158 138.28) (xy 160.004457 138.28) (xy 160.414143 138.020006) (xy 160.79617 137.656206) (xy 161.100259 137.225133) + (xy 161.314827 136.743204) (xy 161.431702 136.228778) (xy 161.440116 135.626232) (xy 161.33765 135.108742) (xy 161.136621 134.621011) + (xy 160.844687 134.181615) (xy 160.472967 133.80729) (xy 160.03562 133.512296) (xy 159.549304 133.307867) (xy 159.032542 133.201791) + (xy 158.505019 133.198109) (xy 157.986827 133.296959) (xy 157.497703 133.494578) (xy 157.05628 133.783437) (xy 156.67937 134.152535) + (xy 156.381329 134.587812) (xy 156.17351 135.072689) (xy 156.063829 135.588698) (xy 156.056464 136.116183) (xy 156.151694 136.635052) + (xy 156.345893 137.125543) (xy 156.631664 137.568972) (xy 156.998122 137.94845) (xy 157.431308 138.249522) (xy 157.501069 138.28) + (xy 138.115543 138.28) (xy 138.115543 136.8528) (xy 138.115543 132.0824) (xy 136.675061 132.0824) (xy 136.675061 121.780762) + (xy 136.620971 121.507589) (xy 136.514852 121.250125) (xy 136.360746 121.018176) (xy 136.164522 120.820577) (xy 135.933654 120.664855) + (xy 135.676937 120.556941) (xy 135.404149 120.500946) (xy 135.125679 120.499001) (xy 134.852135 120.551183) (xy 134.593936 120.655502) + (xy 134.360917 120.807985) (xy 134.161953 121.002825) (xy 134.15567 121.012) (xy 131.502439 121.012) (xy 131.713612 120.876092) + (xy 131.918748 120.677892) (xy 132.081276 120.44348) (xy 132.194949 120.181865) (xy 132.2554 119.9031) (xy 132.2554 119.5475) + (xy 132.2554 119.2125) (xy 132.2554 118.8569) (xy 132.194949 118.578135) (xy 132.081276 118.31652) (xy 131.918748 118.082108) + (xy 131.713612 117.883908) (xy 131.47375 117.729536) (xy 131.200025 117.632616) (xy 130.9775 117.754499) (xy 130.9775 119.2125) + (xy 132.2554 119.2125) (xy 132.2554 119.5475) (xy 130.9775 119.5475) (xy 130.9775 119.5675) (xy 130.6425 119.5675) + (xy 130.6425 119.5475) (xy 130.6225 119.5475) (xy 130.6225 119.2125) (xy 130.6425 119.2125) (xy 130.6425 117.754499) + (xy 130.419975 117.632616) (xy 130.14625 117.729536) (xy 129.906388 117.883908) (xy 129.701252 118.082108) (xy 129.538724 118.31652) + (xy 129.533654 118.328187) (xy 129.473904 118.215814) (xy 129.295614 117.997208) (xy 129.078257 117.817395) (xy 128.830115 117.683225) + (xy 128.560638 117.599808) (xy 128.280091 117.570321) (xy 127.999159 117.595888) (xy 127.728544 117.675534) (xy 127.478552 117.806227) + (xy 127.258707 117.982987) (xy 127.077381 118.199083) (xy 126.999923 118.339977) (xy 126.933904 118.215814) (xy 126.755614 117.997208) + (xy 126.538257 117.817395) (xy 126.290115 117.683225) (xy 126.020638 117.599808) (xy 125.740091 117.570321) (xy 125.459159 117.595888) + (xy 125.188544 117.675534) (xy 124.938552 117.806227) (xy 124.718707 117.982987) (xy 124.537381 118.199083) (xy 124.466371 118.328247) + (xy 124.461276 118.31652) (xy 124.298748 118.082108) (xy 124.093612 117.883908) (xy 123.85375 117.729536) (xy 123.580025 117.632616) + (xy 123.3575 117.754499) (xy 123.3575 119.2125) (xy 123.3775 119.2125) (xy 123.3775 119.5475) (xy 123.3575 119.5475) + (xy 123.3575 121.005501) (xy 123.580025 121.127384) (xy 123.85375 121.030464) (xy 124.093612 120.876092) (xy 124.298748 120.677892) + (xy 124.461276 120.44348) (xy 124.466345 120.431812) (xy 124.526096 120.544186) (xy 124.704386 120.762792) (xy 124.921743 120.942605) + (xy 125.169885 121.076775) (xy 125.439362 121.160192) (xy 125.719909 121.189679) (xy 126.000841 121.164112) (xy 126.271456 121.084466) + (xy 126.521448 120.953773) (xy 126.741293 120.777013) (xy 126.922619 120.560917) (xy 127.000076 120.420022) (xy 127.066096 120.544186) + (xy 127.244386 120.762792) (xy 127.398622 120.890387) (xy 127.403539 120.906674) (xy 127.426935 120.987202) (xy 127.429131 120.991439) + (xy 127.430512 120.996012) (xy 127.469891 121.070074) (xy 127.508487 121.144532) (xy 127.511466 121.148264) (xy 127.513708 121.15248) + (xy 127.566728 121.217489) (xy 127.619045 121.283025) (xy 127.625598 121.289671) (xy 127.62571 121.289808) (xy 127.625836 121.289912) + (xy 127.627947 121.292053) (xy 128.897947 122.562053) (xy 128.96277 122.615299) (xy 129.02701 122.669203) (xy 129.031194 122.671503) + (xy 129.034884 122.674534) (xy 129.108802 122.714168) (xy 129.182301 122.754575) (xy 129.186851 122.756018) (xy 129.19106 122.758275) + (xy 129.271248 122.78279) (xy 129.351216 122.808158) (xy 129.355963 122.80869) (xy 129.360528 122.810086) (xy 129.443955 122.81856) + (xy 129.527322 122.827911) (xy 129.536659 122.827976) (xy 129.536831 122.827994) (xy 129.53699 122.827978) (xy 129.54 122.828) + (xy 134.157728 122.828) (xy 134.330217 123.006617) (xy 134.558887 123.165547) (xy 134.814073 123.277035) (xy 135.086053 123.336834) + (xy 135.364468 123.342666) (xy 135.638714 123.294309) (xy 135.898344 123.193605) (xy 136.13347 123.04439) (xy 136.335134 122.852347) + (xy 136.495657 122.624791) (xy 136.608924 122.37039) (xy 136.67062 122.098834) (xy 136.675061 121.780762) (xy 136.675061 132.0824) + (xy 110.804457 132.0824) (xy 110.804457 136.8528) (xy 138.115543 136.8528) (xy 138.115543 138.28) (xy 103.408258 138.28) + (xy 103.408258 134.6224) (xy 85.821743 134.6224) (xy 85.821743 137.747124) (xy 82.57311 134.840452) (xy 82.57311 127.891685) + (xy 82.475482 127.398627) (xy 82.283944 126.933922) (xy 82.005793 126.515271) (xy 81.651622 126.158619) (xy 81.234923 125.877552) + (xy 80.771567 125.682775) (xy 80.279203 125.581707) (xy 79.776585 125.578198) (xy 79.282858 125.672382) (xy 78.816827 125.86067) + (xy 78.396244 126.135892) (xy 78.037128 126.487564) (xy 77.753159 126.902291) (xy 77.555152 127.364276) (xy 77.450649 127.855923) + (xy 77.443631 128.358504) (xy 77.534366 128.852877) (xy 77.719396 129.32021) (xy 77.991675 129.742705) (xy 78.340831 130.104267) + (xy 78.753566 130.391124) (xy 79.214157 130.592352) (xy 79.705062 130.700284) (xy 80.207582 130.710811) (xy 80.702576 130.62353) + (xy 81.17119 130.441766) (xy 81.595575 130.172444) (xy 81.959566 129.82582) (xy 82.249298 129.415098) (xy 82.453736 128.955923) + (xy 82.565093 128.465783) (xy 82.57311 127.891685) (xy 82.57311 134.840452) (xy 74.5085 127.624748) (xy 74.5085 48.893632) + (xy 76.45843 46.943701) (xy 76.634722 47.020721) (xy 77.149952 47.134002) (xy 77.677373 47.14505) (xy 78.196895 47.053444) + (xy 78.688729 46.862674) (xy 79.134143 46.580006) (xy 79.51617 46.216206) (xy 79.820259 45.785133) (xy 80.034827 45.303204) + (xy 80.151702 44.788778) (xy 80.160116 44.186232) (xy 80.05765 43.668742) (xy 79.963007 43.439124) (xy 81.342132 42.06) + (xy 157.489417 42.06) (xy 157.05628 42.343437) (xy 156.67937 42.712535) (xy 156.381329 43.147812) (xy 156.17351 43.632689) + (xy 156.063829 44.148698) (xy 156.056464 44.676183) (xy 156.151694 45.195052) (xy 156.345893 45.685543) (xy 156.631664 46.128972) + (xy 156.998122 46.50845) (xy 157.431308 46.809522) (xy 157.914722 47.020721) (xy 158.429952 47.134002) (xy 158.957373 47.14505) + (xy 159.476895 47.053444) (xy 159.968729 46.862674) (xy 160.414143 46.580006) (xy 160.79617 46.216206) (xy 161.100259 45.785133) + (xy 161.314827 45.303204) (xy 161.431702 44.788778) (xy 161.440116 44.186232) (xy 161.33765 43.668742) (xy 161.136621 43.181011) + (xy 160.844687 42.741615) (xy 160.472967 42.36729) (xy 160.03562 42.072296) (xy 160.006369 42.06) (xy 219.650109 42.06) + (xy 232.26 54.039397) (xy 232.26 128.845876) + ) + ) + ) +) diff --git a/demos/pic_programmer/pic_programmer.net b/demos/pic_programmer/pic_programmer.net new file mode 100644 index 0000000..2b62ba1 --- /dev/null +++ b/demos/pic_programmer/pic_programmer.net @@ -0,0 +1,1089 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/pic_programmer/pic_programmer.sch) + (date "05/11/2015 17:22:30") + (tool "Eeschema (2015-11-05 BZR 6299)-product") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title "JDM - COM84 PIC Programmer with 13V DC/DC converter") + (company KiCad) + (rev 2) + (date "05 jan 2014") + (source pic_programmer.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value "")))) + (sheet (number 2) (name /pic_sockets/) (tstamps /4804A5E2/) + (title_block + (title "JDM - COM84 PIC Programmer with 13V DC/DC converter") + (company KiCad) + (rev 3) + (date "Sun 22 Mar 2015") + (source pic_sockets.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref C9) + (value 220nF) + (footprint discret:C1-1) + (libsource (lib pic_programmer_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 464AD280)) + (comp (ref JP1) + (value JUMPER) + (footprint connect:GS2) + (libsource (lib pic_programmer_schlib) (part JUMPER)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639BAF8)) + (comp (ref D11) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639BA28)) + (comp (ref D12) + (value YELLOW-LED) + (footprint discret:LEDV) + (libsource (lib pic_programmer_schlib) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639B9EA)) + (comp (ref R21) + (value 470) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639B9E9)) + (comp (ref R20) + (value 2.2K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639B9B3)) + (comp (ref R19) + (value 2.2K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639B9B0)) + (comp (ref Q3) + (value BC307) + (footprint discret:TO92) + (libsource (lib pic_programmer_schlib) (part PNP)) + (sheetpath (names /) (tstamps /)) + (tstamp 4639B996)) + (comp (ref RV1) + (value 1K) + (footprint discret:RV2X4) + (libsource (lib pic_programmer_schlib) (part POT)) + (sheetpath (names /) (tstamps /)) + (tstamp 443D0101)) + (comp (ref R18) + (value 220) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 44369638)) + (comp (ref D10) + (value SCHOTTKY) + (footprint discret:D5) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A6026)) + (comp (ref R10) + (value 5,1K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A5F83)) + (comp (ref C4) + (value 0) + (footprint discret:C1-1) + (libsource (lib pic_programmer_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A5F61)) + (comp (ref U4) + (value LT1373) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib pic_programmer_schlib) (part LT1373)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A5E20)) + (comp (ref R16) + (value 62K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A58DC)) + (comp (ref R15) + (value 6.2K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A58D7)) + (comp (ref C5) + (value 10nF) + (footprint discret:C1-1) + (libsource (lib pic_programmer_schlib) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A58B1)) + (comp (ref C3) + (value 22uF/25V) + (footprint discret:CP8) + (libsource (lib pic_programmer_schlib) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A584C)) + (comp (ref L1) + (value 22uH) + (footprint inductors:INDUCTOR_V) + (libsource (lib pic_programmer_schlib) (part INDUCTOR)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A57BE)) + (comp (ref R17) + (value 22K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A50BF)) + (comp (ref D9) + (value GREEN-LED) + (footprint discret:LEDV) + (fields + (field (name Champ4) "GREEN LED")) + (libsource (lib pic_programmer_schlib) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A5084)) + (comp (ref R14) + (value 470) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A5083)) + (comp (ref C1) + (value 100µF) + (footprint discret:CP10) + (libsource (lib pic_programmer_schlib) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A5056)) + (comp (ref U3) + (value 7805) + (footprint discret:LM78XX) + (libsource (lib pic_programmer_schlib) (part 7805)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A504A)) + (comp (ref C2) + (value 220uF) + (footprint discret:CP10) + (libsource (lib pic_programmer_schlib) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A501D)) + (comp (ref D1) + (value 1N4004) + (footprint discret:D5) + (libsource (lib pic_programmer_schlib) (part DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A500B)) + (comp (ref P1) + (value CONN_2) + (footprint connect:bornier2) + (libsource (lib pic_programmer_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4FE7)) + (comp (ref D8) + (value RED-LED) + (footprint discret:LEDV) + (fields + (field (name Champ4) "Low Current Led")) + (libsource (lib pic_programmer_schlib) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4F5D)) + (comp (ref R9) + (value 2.2K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4F52)) + (comp (ref Q2) + (value BC307) + (footprint discret:TO92) + (libsource (lib pic_programmer_schlib) (part PNP)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4F30)) + (comp (ref R7) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4F2A)) + (comp (ref R11) + (value 22K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4F23)) + (comp (ref Q1) + (value BC237) + (footprint discret:TO92) + (libsource (lib pic_programmer_schlib) (part NPN)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4EB9)) + (comp (ref R8) + (value 1K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D92)) + (comp (ref R13) + (value 470) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D8D)) + (comp (ref R12) + (value 470) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D85)) + (comp (ref U2) + (value 74HC125) + (footprint dip_sockets:DIP-14__300_ELL) + (libsource (lib pic_programmer_schlib) (part 74LS125)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D6B)) + (comp (ref D7) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D65)) + (comp (ref D6) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D64)) + (comp (ref R6) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D63)) + (comp (ref R5) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D62)) + (comp (ref D5) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D5D)) + (comp (ref D4) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D5C)) + (comp (ref R4) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D5B)) + (comp (ref R3) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D5A)) + (comp (ref D3) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D25)) + (comp (ref D2) + (value BAT43) + (footprint discret:D3) + (libsource (lib pic_programmer_schlib) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4D1B)) + (comp (ref R2) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4CFB)) + (comp (ref R1) + (value 10K) + (footprint discret:R4) + (libsource (lib pic_programmer_schlib) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4CF4)) + (comp (ref J1) + (value DB9-FEMAL) + (footprint connect:DB9FC) + (libsource (lib pic_programmer_schlib) (part DB9)) + (sheetpath (names /) (tstamps /)) + (tstamp 442A4C93)) + (comp (ref P101) + (value CONN_1) + (footprint footprints:1pin-4) + (libsource (lib pic_programmer_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54020BEA)) + (comp (ref P102) + (value CONN_1) + (footprint footprints:1pin-4) + (libsource (lib pic_programmer_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54020DA9)) + (comp (ref P103) + (value CONN_1) + (footprint footprints:1pin-4) + (libsource (lib pic_programmer_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54020DC2)) + (comp (ref P104) + (value CONN_1) + (footprint footprints:1pin-4) + (libsource (lib pic_programmer_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54020DE3)) + (comp (ref P105) + (value CONN_1) + (footprint footprints:1pin-4) + (libsource (lib pic_programmer_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54020E5D)) + (comp (ref P106) + (value CONN_1) + (footprint footprints:1pin-4) + (libsource (lib pic_programmer_schlib) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 54020E76)) + (comp (ref P2) + (value SUPP28) + (footprint dip_sockets:DIP-28__300_ELL) + (libsource (lib pic_programmer_schlib) (part SUPP28)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 4436967E)) + (comp (ref C7) + (value 100nF) + (footprint discret:C1-1) + (libsource (lib pic_programmer_schlib) (part C)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 442AA145)) + (comp (ref P3) + (value SUPP40) + (footprint sockets:40tex-Ell600) + (libsource (lib pic_programmer_schlib) (part SUPP40)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 442A88ED)) + (comp (ref U1) + (value 24Cxx) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib pic_programmer_schlib) (part 24C16)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 442A87F7)) + (comp (ref U5) + (value PIC_18_PINS) + (footprint dip_sockets:DIP-18__300_ELL) + (libsource (lib pic_programmer_schlib) (part PIC16F54)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 442A81A7)) + (comp (ref U6) + (value PIC_8_PINS) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib pic_programmer_schlib) (part PIC12C508A)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 442A81A5)) + (comp (ref C6) + (value 100nF) + (footprint discret:C1-1) + (libsource (lib pic_programmer_schlib) (part C)) + (sheetpath (names /pic_sockets/) (tstamps /4804A5E2/)) + (tstamp 442AA12B))) + (libparts + (libpart (lib pic_programmer_schlib) (part 24C16) + (aliases + (alias 24C512)) + (fields + (field (name Reference) U) + (field (name Value) 24C16)) + (pins + (pin (num 1) (name A0) (type input)) + (pin (num 2) (name A1) (type input)) + (pin (num 3) (name A2) (type input)) + (pin (num 4) (name GND) (type power_in)) + (pin (num 5) (name SDA) (type BiDi)) + (pin (num 6) (name SCL) (type input)) + (pin (num 7) (name WP) (type input)) + (pin (num 8) (name VCC) (type power_in)))) + (libpart (lib pic_programmer_schlib) (part 74LS125) + (fields + (field (name Reference) U) + (field (name Value) 74LS125)) + (pins + (pin (num 1) (name E) (type input)) + (pin (num 2) (name D) (type input)) + (pin (num 3) (name O) (type 3state)) + (pin (num 4) (name E) (type input)) + (pin (num 5) (name D) (type input)) + (pin (num 6) (name O) (type 3state)) + (pin (num 7) (name GND) (type power_in)) + (pin (num 8) (name O) (type 3state)) + (pin (num 9) (name D) (type input)) + (pin (num 10) (name E) (type input)) + (pin (num 11) (name O) (type 3state)) + (pin (num 12) (name D) (type input)) + (pin (num 13) (name E) (type input)) + (pin (num 14) (name VCC) (type power_in)))) + (libpart (lib pic_programmer_schlib) (part 7805) + (aliases + (alias LM7805) + (alias LM7812) + (alias 78L05)) + (fields + (field (name Reference) U) + (field (name Value) 7805)) + (pins + (pin (num GND) (name GND) (type input)) + (pin (num VI) (name VI) (type input)) + (pin (num VO) (name VO) (type power_out)))) + (libpart (lib pic_programmer_schlib) (part C) + (footprints + (fp SM*) + (fp C?) + (fp C1-1)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib pic_programmer_schlib) (part CONN_1) + (fields + (field (name Reference) P) + (field (name Value) CONN_1)) + (pins + (pin (num 1) (name 1) (type passive)))) + (libpart (lib pic_programmer_schlib) (part CONN_2) + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib pic_programmer_schlib) (part CP) + (aliases + (alias CAPAPOL)) + (footprints + (fp CP*) + (fp SM*)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib pic_programmer_schlib) (part DB9) + (footprints + (fp DB9*)) + (fields + (field (name Reference) J) + (field (name Value) DB9)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)))) + (libpart (lib pic_programmer_schlib) (part DIODE) + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODE)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib pic_programmer_schlib) (part DIODESCH) + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODESCH)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib pic_programmer_schlib) (part INDUCTOR) + (fields + (field (name Reference) L) + (field (name Value) INDUCTOR)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib pic_programmer_schlib) (part JUMPER) + (fields + (field (name Reference) JP) + (field (name Value) JUMPER)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib pic_programmer_schlib) (part LED) + (footprints + (fp LED-3MM) + (fp LED-5MM) + (fp LED-10MM) + (fp LED-0603) + (fp LED-0805) + (fp LED-1206) + (fp LEDV)) + (fields + (field (name Reference) D) + (field (name Value) LED)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib pic_programmer_schlib) (part LT1372) + (aliases + (alias LT1373)) + (fields + (field (name Reference) U) + (field (name Value) LT1372)) + (pins + (pin (num 1) (name Vc) (type input)) + (pin (num 2) (name FB+) (type input)) + (pin (num 3) (name FB-) (type passive)) + (pin (num 4) (name S/S) (type passive)) + (pin (num 5) (name Vin) (type power_in)) + (pin (num 6) (name GND_S) (type input)) + (pin (num 7) (name GND) (type input)) + (pin (num 8) (name Vsw) (type input)))) + (libpart (lib pic_programmer_schlib) (part NPN) + (fields + (field (name Reference) Q) + (field (name Value) NPN)) + (pins + (pin (num 1) (name E) (type passive)) + (pin (num 2) (name B) (type input)) + (pin (num 3) (name C) (type passive)))) + (libpart (lib pic_programmer_schlib) (part PIC12C508A) + (aliases + (alias PIC12C509A)) + (fields + (field (name Reference) U) + (field (name Value) PIC12C508A)) + (pins + (pin (num 1) (name VDD) (type power_in)) + (pin (num 2) (name GP5/OSC1) (type input)) + (pin (num 3) (name GP4/OSC2) (type input)) + (pin (num 4) (name GP3/MCLR) (type input)) + (pin (num 5) (name GP2) (type input)) + (pin (num 6) (name GP1) (type input)) + (pin (num 7) (name GP0) (type input)) + (pin (num 8) (name VSS) (type power_in)))) + (libpart (lib pic_programmer_schlib) (part PIC16F54) + (fields + (field (name Reference) U?) + (field (name Value) PIC16F54)) + (pins + (pin (num 1) (name RA2) (type BiDi)) + (pin (num 2) (name RA3) (type BiDi)) + (pin (num 3) (name T0ckl) (type output)) + (pin (num 4) (name MCLR) (type input)) + (pin (num 5) (name VSS) (type power_in)) + (pin (num 6) (name RB0) (type BiDi)) + (pin (num 7) (name RB1) (type BiDi)) + (pin (num 8) (name RB2) (type BiDi)) + (pin (num 9) (name RB3) (type BiDi)) + (pin (num 10) (name RB4) (type BiDi)) + (pin (num 11) (name RB5) (type BiDi)) + (pin (num 12) (name ICSPC/RB6) (type BiDi)) + (pin (num 13) (name ICSPD/RB7) (type BiDi)) + (pin (num 14) (name VDD) (type power_in)) + (pin (num 15) (name OSC2/CLKO) (type output)) + (pin (num 16) (name OSC1/CLKI) (type input)) + (pin (num 17) (name RA0) (type BiDi)) + (pin (num 18) (name RA1) (type BiDi)))) + (libpart (lib pic_programmer_schlib) (part PNP) + (fields + (field (name Reference) Q) + (field (name Value) PNP)) + (pins + (pin (num 1) (name E) (type passive)) + (pin (num 2) (name B) (type input)) + (pin (num 3) (name C) (type passive)))) + (libpart (lib pic_programmer_schlib) (part POT) + (fields + (field (name Reference) RV) + (field (name Value) POT)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)))) + (libpart (lib pic_programmer_schlib) (part R) + (footprints + (fp R?) + (fp SM0603) + (fp SM0805) + (fp R?-*) + (fp SM1206)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib pic_programmer_schlib) (part SUPP28) + (fields + (field (name Reference) J) + (field (name Value) SUPP28)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name 14) (type passive)) + (pin (num 15) (name 15) (type passive)) + (pin (num 16) (name 16) (type passive)) + (pin (num 17) (name 17) (type passive)) + (pin (num 18) (name 18) (type passive)) + (pin (num 19) (name 19) (type passive)) + (pin (num 20) (name 20) (type passive)) + (pin (num 21) (name 21) (type passive)) + (pin (num 22) (name 22) (type passive)) + (pin (num 23) (name 23) (type passive)) + (pin (num 24) (name 24) (type passive)) + (pin (num 25) (name 25) (type passive)) + (pin (num 26) (name 26) (type passive)) + (pin (num 27) (name 27) (type passive)) + (pin (num 28) (name 28) (type passive)))) + (libpart (lib pic_programmer_schlib) (part SUPP40) + (fields + (field (name Reference) P) + (field (name Value) SUPP40)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name 14) (type passive)) + (pin (num 15) (name 15) (type passive)) + (pin (num 16) (name 16) (type passive)) + (pin (num 17) (name 17) (type passive)) + (pin (num 18) (name 18) (type passive)) + (pin (num 19) (name 19) (type passive)) + (pin (num 20) (name 20) (type passive)) + (pin (num 21) (name 21) (type passive)) + (pin (num 22) (name 22) (type passive)) + (pin (num 23) (name 23) (type passive)) + (pin (num 24) (name 24) (type passive)) + (pin (num 25) (name 25) (type passive)) + (pin (num 26) (name 26) (type passive)) + (pin (num 27) (name 27) (type passive)) + (pin (num 28) (name 28) (type passive)) + (pin (num 29) (name 29) (type passive)) + (pin (num 30) (name 30) (type passive)) + (pin (num 31) (name 31) (type passive)) + (pin (num 32) (name 32) (type passive)) + (pin (num 33) (name 33) (type passive)) + (pin (num 34) (name 34) (type passive)) + (pin (num 35) (name 35) (type passive)) + (pin (num 36) (name 36) (type passive)) + (pin (num 37) (name 37) (type passive)) + (pin (num 38) (name 38) (type passive)) + (pin (num 39) (name 39) (type passive)) + (pin (num 40) (name 40) (type passive))))) + (libraries + (library (logical pic_programmer_schlib) + (uri libs\pic_programmer_schlib.lib))) + (nets + (net (code 1) (name GND) + (node (ref P2) (pin 8)) + (node (ref U2) (pin 4)) + (node (ref J1) (pin 5)) + (node (ref R6) (pin 2)) + (node (ref D9) (pin 2)) + (node (ref U2) (pin 1)) + (node (ref C5) (pin 2)) + (node (ref R2) (pin 2)) + (node (ref C7) (pin 2)) + (node (ref D3) (pin 1)) + (node (ref D5) (pin 1)) + (node (ref U2) (pin 10)) + (node (ref P3) (pin 8)) + (node (ref U6) (pin 8)) + (node (ref U1) (pin 4)) + (node (ref C6) (pin 2)) + (node (ref D7) (pin 1)) + (node (ref U2) (pin 13)) + (node (ref D12) (pin 2)) + (node (ref P3) (pin 12)) + (node (ref P3) (pin 31)) + (node (ref U2) (pin 7)) + (node (ref R4) (pin 2)) + (node (ref P1) (pin 1)) + (node (ref R17) (pin 2)) + (node (ref U1) (pin 1)) + (node (ref C4) (pin 2)) + (node (ref U5) (pin 5)) + (node (ref U4) (pin 6)) + (node (ref D8) (pin 2)) + (node (ref Q1) (pin 1)) + (node (ref P2) (pin 19)) + (node (ref R15) (pin 2)) + (node (ref U1) (pin 3)) + (node (ref U1) (pin 2)) + (node (ref C2) (pin 2)) + (node (ref C3) (pin 2)) + (node (ref U4) (pin 7)) + (node (ref U3) (pin GND)) + (node (ref C1) (pin 2))) + (net (code 2) (name VPP) + (node (ref R7) (pin 1)) + (node (ref R16) (pin 2)) + (node (ref D10) (pin 2)) + (node (ref C9) (pin 1)) + (node (ref Q2) (pin 1)) + (node (ref C3) (pin 1))) + (net (code 3) (name "Net-(D8-Pad1)") + (node (ref R9) (pin 2)) + (node (ref D8) (pin 1))) + (net (code 4) (name /pic_sockets/VPP-MCLR) + (node (ref P3) (pin 1)) + (node (ref U6) (pin 4)) + (node (ref P2) (pin 1)) + (node (ref R18) (pin 2)) + (node (ref U5) (pin 4))) + (net (code 5) (name /pic_sockets/CLOCK-RB6) + (node (ref U5) (pin 12)) + (node (ref P3) (pin 39)) + (node (ref U6) (pin 6)) + (node (ref U1) (pin 6)) + (node (ref P2) (pin 27)) + (node (ref R13) (pin 2))) + (net (code 6) (name "Net-(Q1-Pad2)") + (node (ref Q1) (pin 2)) + (node (ref R8) (pin 2))) + (net (code 7) (name "Net-(D10-Pad1)") + (node (ref D10) (pin 1)) + (node (ref L1) (pin 1)) + (node (ref U4) (pin 8))) + (net (code 8) (name VCC) + (node (ref JP1) (pin 1)) + (node (ref D6) (pin 2)) + (node (ref D2) (pin 2)) + (node (ref R14) (pin 1)) + (node (ref C1) (pin 1)) + (node (ref U3) (pin VO)) + (node (ref U4) (pin 5)) + (node (ref L1) (pin 2)) + (node (ref Q3) (pin 1)) + (node (ref D4) (pin 2)) + (node (ref R20) (pin 1)) + (node (ref U2) (pin 14))) + (net (code 9) (name "Net-(J1-Pad1)") + (node (ref J1) (pin 1))) + (net (code 10) (name "Net-(J1-Pad6)") + (node (ref J1) (pin 6))) + (net (code 11) (name "Net-(J1-Pad2)") + (node (ref J1) (pin 2))) + (net (code 12) (name "Net-(J1-Pad9)") + (node (ref J1) (pin 9))) + (net (code 13) (name "Net-(D1-Pad1)") + (node (ref D1) (pin 1)) + (node (ref P1) (pin 2))) + (net (code 14) (name "Net-(C2-Pad1)") + (node (ref C2) (pin 1)) + (node (ref D1) (pin 2)) + (node (ref U3) (pin VI))) + (net (code 15) (name "Net-(D9-Pad1)") + (node (ref R14) (pin 2)) + (node (ref D9) (pin 1))) + (net (code 16) (name /TXD) + (node (ref J1) (pin 3)) + (node (ref R1) (pin 1)) + (node (ref R2) (pin 1))) + (net (code 17) (name "Net-(R8-Pad1)") + (node (ref R8) (pin 1)) + (node (ref U2) (pin 3))) + (net (code 18) (name "Net-(R12-Pad1)") + (node (ref R12) (pin 1)) + (node (ref U2) (pin 6))) + (net (code 19) (name "Net-(P102-Pad1)") + (node (ref P102) (pin 1))) + (net (code 20) (name "Net-(P106-Pad1)") + (node (ref P106) (pin 1))) + (net (code 21) (name "Net-(P105-Pad1)") + (node (ref P105) (pin 1))) + (net (code 22) (name "Net-(P104-Pad1)") + (node (ref P104) (pin 1))) + (net (code 23) (name "Net-(P103-Pad1)") + (node (ref P103) (pin 1))) + (net (code 24) (name "Net-(P101-Pad1)") + (node (ref P101) (pin 1))) + (net (code 25) (name "Net-(C9-Pad2)") + (node (ref R11) (pin 2)) + (node (ref Q2) (pin 2)) + (node (ref R7) (pin 2)) + (node (ref C9) (pin 2))) + (net (code 26) (name "Net-(R13-Pad1)") + (node (ref U2) (pin 8)) + (node (ref R13) (pin 1))) + (net (code 27) (name /pic_sockets/DATA-RB7) + (node (ref U6) (pin 7)) + (node (ref P3) (pin 40)) + (node (ref U5) (pin 13)) + (node (ref U1) (pin 5)) + (node (ref U2) (pin 12)) + (node (ref R12) (pin 2)) + (node (ref P2) (pin 28))) + (net (code 28) (name "Net-(D6-Pad1)") + (node (ref R5) (pin 2)) + (node (ref U2) (pin 9)) + (node (ref D7) (pin 2)) + (node (ref D6) (pin 1))) + (net (code 29) (name "Net-(RV1-Pad2)") + (node (ref U4) (pin 2)) + (node (ref RV1) (pin 2))) + (net (code 30) (name "Net-(R16-Pad1)") + (node (ref RV1) (pin 3)) + (node (ref R16) (pin 1))) + (net (code 31) (name "Net-(R15-Pad1)") + (node (ref RV1) (pin 1)) + (node (ref R15) (pin 1))) + (net (code 32) (name /pic_sockets/VCC_PIC) + (node (ref R21) (pin 2)) + (node (ref C6) (pin 1)) + (node (ref JP1) (pin 2)) + (node (ref P3) (pin 11)) + (node (ref U6) (pin 1)) + (node (ref P3) (pin 32)) + (node (ref U5) (pin 14)) + (node (ref Q3) (pin 3)) + (node (ref U1) (pin 8)) + (node (ref P2) (pin 20)) + (node (ref C7) (pin 1))) + (net (code 33) (name "Net-(Q3-Pad2)") + (node (ref Q3) (pin 2)) + (node (ref R19) (pin 2)) + (node (ref R20) (pin 2))) + (net (code 34) (name "Net-(D12-Pad1)") + (node (ref R21) (pin 1)) + (node (ref D12) (pin 1))) + (net (code 35) (name "Net-(D11-Pad1)") + (node (ref D11) (pin 1)) + (node (ref R19) (pin 1))) + (net (code 36) (name "Net-(C4-Pad1)") + (node (ref U4) (pin 1)) + (node (ref C4) (pin 1)) + (node (ref R10) (pin 1))) + (net (code 37) (name "Net-(C5-Pad1)") + (node (ref C5) (pin 1)) + (node (ref R10) (pin 2))) + (net (code 38) (name "Net-(U4-Pad3)") + (node (ref U4) (pin 3))) + (net (code 39) (name /PC-CLOCK-OUT) + (node (ref J1) (pin 7)) + (node (ref R5) (pin 1)) + (node (ref R6) (pin 1))) + (net (code 40) (name /CTS) + (node (ref J1) (pin 8)) + (node (ref U2) (pin 11))) + (net (code 41) (name /DTR) + (node (ref J1) (pin 4)) + (node (ref R3) (pin 1)) + (node (ref R4) (pin 1))) + (net (code 42) (name "Net-(U4-Pad4)") + (node (ref U4) (pin 4))) + (net (code 43) (name "Net-(Q2-Pad3)") + (node (ref R9) (pin 1)) + (node (ref Q2) (pin 3)) + (node (ref R18) (pin 1)) + (node (ref R17) (pin 1))) + (net (code 44) (name "Net-(D11-Pad2)") + (node (ref D11) (pin 2)) + (node (ref Q1) (pin 3)) + (node (ref R11) (pin 1))) + (net (code 45) (name "Net-(D2-Pad1)") + (node (ref R1) (pin 2)) + (node (ref D2) (pin 1)) + (node (ref U2) (pin 2)) + (node (ref D3) (pin 2))) + (net (code 46) (name "Net-(D4-Pad1)") + (node (ref U2) (pin 5)) + (node (ref D5) (pin 2)) + (node (ref R3) (pin 2)) + (node (ref D4) (pin 1))) + (net (code 47) (name "Net-(U5-Pad9)") + (node (ref U5) (pin 9))) + (net (code 48) (name "Net-(U5-Pad18)") + (node (ref U5) (pin 18))) + (net (code 49) (name "Net-(U5-Pad17)") + (node (ref U5) (pin 17))) + (net (code 50) (name "Net-(U5-Pad15)") + (node (ref U5) (pin 15))) + (net (code 51) (name "Net-(U5-Pad16)") + (node (ref U5) (pin 16))) + (net (code 52) (name "Net-(U5-Pad11)") + (node (ref U5) (pin 11))) + (net (code 53) (name "Net-(U5-Pad10)") + (node (ref U5) (pin 10))) + (net (code 54) (name "Net-(U5-Pad2)") + (node (ref U5) (pin 2))) + (net (code 55) (name "Net-(U1-Pad7)") + (node (ref U1) (pin 7))) + (net (code 56) (name "Net-(U5-Pad8)") + (node (ref U5) (pin 8))) + (net (code 57) (name "Net-(U5-Pad7)") + (node (ref U5) (pin 7))) + (net (code 58) (name "Net-(U5-Pad6)") + (node (ref U5) (pin 6))) + (net (code 59) (name "Net-(U5-Pad3)") + (node (ref U5) (pin 3))) + (net (code 60) (name "Net-(U5-Pad1)") + (node (ref U5) (pin 1))) + (net (code 61) (name "Net-(P3-Pad25)") + (node (ref P3) (pin 25))) + (net (code 62) (name "Net-(P3-Pad15)") + (node (ref P3) (pin 15))) + (net (code 63) (name "Net-(P3-Pad34)") + (node (ref P3) (pin 34))) + (net (code 64) (name "Net-(P3-Pad24)") + (node (ref P3) (pin 24))) + (net (code 65) (name "Net-(P3-Pad14)") + (node (ref P3) (pin 14))) + (net (code 66) (name "Net-(P3-Pad33)") + (node (ref P3) (pin 33))) + (net (code 67) (name "Net-(P3-Pad23)") + (node (ref P3) (pin 23))) + (net (code 68) (name "Net-(P3-Pad13)") + (node (ref P3) (pin 13))) + (net (code 69) (name "Net-(P3-Pad35)") + (node (ref P3) (pin 35))) + (net (code 70) (name "Net-(P3-Pad22)") + (node (ref P3) (pin 22))) + (net (code 71) (name "Net-(P3-Pad21)") + (node (ref P3) (pin 21))) + (net (code 72) (name "Net-(P3-Pad30)") + (node (ref P3) (pin 30))) + (net (code 73) (name "Net-(P3-Pad20)") + (node (ref P3) (pin 20))) + (net (code 74) (name "Net-(P3-Pad38)") + (node (ref P3) (pin 38))) + (net (code 75) (name "Net-(P3-Pad29)") + (node (ref P3) (pin 29))) + (net (code 76) (name "Net-(P3-Pad19)") + (node (ref P3) (pin 19))) + (net (code 77) (name "Net-(P3-Pad28)") + (node (ref P3) (pin 28))) + (net (code 78) (name "Net-(P3-Pad18)") + (node (ref P3) (pin 18))) + (net (code 79) (name "Net-(P3-Pad37)") + (node (ref P3) (pin 37))) + (net (code 80) (name "Net-(P3-Pad27)") + (node (ref P3) (pin 27))) + (net (code 81) (name "Net-(P3-Pad17)") + (node (ref P3) (pin 17))) + (net (code 82) (name "Net-(P3-Pad36)") + (node (ref P3) (pin 36))) + (net (code 83) (name "Net-(P3-Pad26)") + (node (ref P3) (pin 26))) + (net (code 84) (name "Net-(P3-Pad16)") + (node (ref P3) (pin 16))) + (net (code 85) (name "Net-(U6-Pad2)") + (node (ref U6) (pin 2))) + (net (code 86) (name "Net-(U6-Pad3)") + (node (ref U6) (pin 3))) + (net (code 87) (name "Net-(U6-Pad5)") + (node (ref U6) (pin 5))) + (net (code 88) (name "Net-(P2-Pad21)") + (node (ref P2) (pin 21))) + (net (code 89) (name "Net-(P2-Pad10)") + (node (ref P2) (pin 10))) + (net (code 90) (name "Net-(P2-Pad12)") + (node (ref P2) (pin 12))) + (net (code 91) (name "Net-(P2-Pad13)") + (node (ref P2) (pin 13))) + (net (code 92) (name "Net-(P2-Pad14)") + (node (ref P2) (pin 14))) + (net (code 93) (name "Net-(P2-Pad26)") + (node (ref P2) (pin 26))) + (net (code 94) (name "Net-(P2-Pad25)") + (node (ref P2) (pin 25))) + (net (code 95) (name "Net-(P2-Pad24)") + (node (ref P2) (pin 24))) + (net (code 96) (name "Net-(P2-Pad23)") + (node (ref P2) (pin 23))) + (net (code 97) (name "Net-(P2-Pad22)") + (node (ref P2) (pin 22))) + (net (code 98) (name "Net-(P2-Pad9)") + (node (ref P2) (pin 9))) + (net (code 99) (name "Net-(P2-Pad18)") + (node (ref P2) (pin 18))) + (net (code 100) (name "Net-(P2-Pad17)") + (node (ref P2) (pin 17))) + (net (code 101) (name "Net-(P2-Pad16)") + (node (ref P2) (pin 16))) + (net (code 102) (name "Net-(P2-Pad15)") + (node (ref P2) (pin 15))) + (net (code 103) (name "Net-(P2-Pad11)") + (node (ref P2) (pin 11))) + (net (code 104) (name "Net-(P2-Pad4)") + (node (ref P2) (pin 4))) + (net (code 105) (name "Net-(P2-Pad3)") + (node (ref P2) (pin 3))) + (net (code 106) (name "Net-(P2-Pad2)") + (node (ref P2) (pin 2))) + (net (code 107) (name "Net-(P2-Pad5)") + (node (ref P2) (pin 5))) + (net (code 108) (name "Net-(P2-Pad6)") + (node (ref P2) (pin 6))) + (net (code 109) (name "Net-(P2-Pad7)") + (node (ref P2) (pin 7))) + (net (code 110) (name "Net-(P3-Pad10)") + (node (ref P3) (pin 10))) + (net (code 111) (name "Net-(P3-Pad9)") + (node (ref P3) (pin 9))) + (net (code 112) (name "Net-(P3-Pad7)") + (node (ref P3) (pin 7))) + (net (code 113) (name "Net-(P3-Pad6)") + (node (ref P3) (pin 6))) + (net (code 114) (name "Net-(P3-Pad5)") + (node (ref P3) (pin 5))) + (net (code 115) (name "Net-(P3-Pad4)") + (node (ref P3) (pin 4))) + (net (code 116) (name "Net-(P3-Pad3)") + (node (ref P3) (pin 3))) + (net (code 117) (name "Net-(P3-Pad2)") + (node (ref P3) (pin 2))))) \ No newline at end of file diff --git a/demos/pic_programmer/pic_programmer.pro b/demos/pic_programmer/pic_programmer.pro new file mode 100644 index 0000000..1c2d1ae --- /dev/null +++ b/demos/pic_programmer/pic_programmer.pro @@ -0,0 +1,37 @@ +update=17/05/2015 17:14:38 +last_client=kicad +[common] +NetDir= +[cvpcb] +version=1 +NetIExt=net +[cvpcb/libraries] +EquName1=devcms +[general] +version=1 +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead=pic_programmer.net +UseCmpFile=0 +PadDrill=0.8128 +PadDrillOvalY=0.8128 +PadSizeH=1.5748 +PadSizeV=2.794 +PcbTextSizeV=2.032 +PcbTextSizeH=1.524 +PcbTextThickness=0.3048 +ModuleTextSizeV=1.524 +ModuleTextSizeH=1.524 +ModuleTextSizeThickness=0.3048 +SolderMaskClearance=0.09999999999999999 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.381 +BoardOutlineThickness=0.381 +ModuleOutlineThickness=0.381 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=libs/pic_programmer_schlib +LibName2=power diff --git a/demos/pic_programmer/pic_programmer.sch b/demos/pic_programmer/pic_programmer.sch new file mode 100644 index 0000000..27d7d2f --- /dev/null +++ b/demos/pic_programmer/pic_programmer.sch @@ -0,0 +1,1369 @@ +EESchema Schematic File Version 2 +LIBS:pic_programmer_schlib +LIBS:power +LIBS:pic_programmer-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 2 +Title "JDM - COM84 PIC Programmer with 13V DC/DC converter" +Date "05 jan 2014" +Rev "2" +Comp "KiCad" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 5700 1250 6100 1250 +Wire Wire Line + 5700 1250 5700 1200 +Wire Wire Line + 8650 3200 8650 3150 +Wire Wire Line + 6550 1600 7100 1600 +Wire Wire Line + 7400 2900 7350 2900 +Wire Wire Line + 7650 3300 7650 3200 +Wire Wire Line + 8000 2900 7900 2900 +Wire Wire Line + 8300 3200 8300 3100 +Wire Wire Line + 9450 5900 9400 5900 +Wire Wire Line + 9400 5900 9400 5650 +Wire Wire Line + 9400 5650 8750 5650 +Wire Wire Line + 9750 6150 9600 6150 +Wire Wire Line + 9750 5650 9600 5650 +Connection ~ 1400 6850 +Wire Wire Line + 1600 6850 1600 6900 +Wire Wire Line + 1350 6850 1600 6850 +Wire Wire Line + 8300 3500 9200 3500 +Wire Wire Line + 9200 4150 8250 4150 +Wire Wire Line + 9200 3850 8250 3850 +Wire Wire Line + 10250 5350 10250 5650 +Wire Wire Line + 9200 5400 8800 5400 +Wire Wire Line + 8800 5400 8800 5150 +Wire Wire Line + 9050 6300 9200 6300 +Wire Wire Line + 9200 6300 9200 6000 +Wire Wire Line + 9200 6000 9250 6000 +Wire Wire Line + 8800 6000 8600 6000 +Wire Wire Line + 8600 6000 8600 6100 +Wire Wire Line + 8100 6100 8000 6100 +Wire Wire Line + 8000 6100 8000 6300 +Wire Wire Line + 8000 6300 8650 6300 +Wire Wire Line + 7450 6150 7450 6100 +Wire Wire Line + 7450 6100 7600 6100 +Wire Notes Line + 11150 4500 11150 6450 +Wire Notes Line + 11150 4500 6400 4500 +Wire Wire Line + 8800 5150 8750 5150 +Wire Wire Line + 9400 5050 9400 5150 +Wire Notes Line + 6400 4500 6400 6450 +Wire Notes Line + 6400 6450 11150 6450 +Wire Wire Line + 10250 6150 10250 6200 +Connection ~ 10050 5400 +Wire Wire Line + 10050 5350 10050 5400 +Wire Wire Line + 7750 4700 7750 4650 +Wire Wire Line + 10800 5450 10800 5400 +Wire Wire Line + 10800 5400 10750 5400 +Connection ~ 10250 5400 +Wire Wire Line + 9600 5400 10350 5400 +Wire Wire Line + 1700 3700 2250 3700 +Wire Wire Line + 3900 4200 2250 4200 +Wire Wire Line + 2250 4200 2250 3700 +Connection ~ 3400 6650 +Wire Wire Line + 3400 6650 3400 6600 +Connection ~ 3200 6650 +Wire Wire Line + 3100 6650 3600 6650 +Wire Wire Line + 4150 6750 4150 6650 +Wire Wire Line + 4150 6650 4100 6650 +Wire Wire Line + 3200 6650 3200 6700 +Connection ~ 1950 6650 +Wire Wire Line + 1950 6700 1950 6650 +Wire Wire Line + 1850 6650 2300 6650 +Wire Wire Line + 1400 6900 1400 6850 +Wire Wire Line + 1450 6650 1350 6650 +Wire Wire Line + 7600 1600 8250 1600 +Wire Wire Line + 5950 5100 5350 5100 +Wire Wire Line + 5350 3150 6200 3150 +Wire Wire Line + 5150 1700 4950 1700 +Wire Wire Line + 5450 1400 5450 1500 +Wire Wire Line + 5450 1400 5500 1400 +Connection ~ 6100 1400 +Wire Wire Line + 6000 1400 6250 1400 +Wire Wire Line + 6100 1250 6100 1400 +Wire Wire Line + 6550 1200 6550 1100 +Wire Wire Line + 6550 1600 6550 1650 +Wire Wire Line + 6550 2600 6550 2650 +Wire Wire Line + 6550 2150 6550 2200 +Wire Wire Line + 2100 5100 3250 5100 +Wire Wire Line + 2100 5100 2100 3500 +Wire Wire Line + 2100 3500 1700 3500 +Wire Wire Line + 2450 3800 2450 3150 +Wire Wire Line + 2450 3800 1700 3800 +Wire Wire Line + 2250 1700 2850 1700 +Wire Wire Line + 2250 1700 2250 3600 +Wire Wire Line + 2250 3600 1700 3600 +Wire Wire Line + 2450 3150 3250 3150 +Connection ~ 5400 3150 +Wire Wire Line + 4800 4200 5400 4200 +Wire Wire Line + 5400 4200 5400 3150 +Wire Wire Line + 4850 5100 4800 5100 +Wire Wire Line + 4450 1700 4400 1700 +Wire Wire Line + 4850 3150 4800 3150 +Connection ~ 3200 5100 +Wire Wire Line + 3200 5150 3200 5100 +Wire Wire Line + 3850 5050 3850 5200 +Connection ~ 3850 5100 +Wire Wire Line + 3750 5100 3900 5100 +Connection ~ 3200 3150 +Wire Wire Line + 3200 3200 3200 3150 +Wire Wire Line + 3850 3100 3850 3250 +Connection ~ 3850 3150 +Wire Wire Line + 3750 3150 3900 3150 +Connection ~ 2800 1700 +Wire Wire Line + 2800 1750 2800 1700 +Wire Wire Line + 3450 1650 3450 1800 +Connection ~ 3450 1700 +Wire Wire Line + 3350 1700 3500 1700 +Wire Wire Line + 7900 2900 7900 2650 +Wire Wire Line + 8150 3200 9200 3200 +Connection ~ 8300 3200 +Wire Wire Line + 5450 1500 5850 1500 +Wire Wire Line + 5850 1500 5850 2900 +Wire Wire Line + 5850 2900 6950 2900 +Wire Wire Line + 7050 1850 7050 1600 +Connection ~ 7050 1600 +Wire Wire Line + 5700 800 5700 750 +Wire Wire Line + 5700 750 6100 750 +Wire Wire Line + 6100 750 6100 700 +$Comp +L C C9 +U 1 1 464AD280 +P 5700 1000 +F 0 "C9" H 5750 1100 50 0000 L CNN +F 1 "220nF" H 5750 900 50 0000 L CNN +F 2 "discret:C1-1" H 5500 900 30 0000 C CNN +F 3 "" H 5700 1000 60 0001 C CNN + 1 5700 1000 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR01 +U 1 1 4639BB04 +P 8650 2550 +F 0 "#PWR01" H 8650 2650 30 0001 C CNN +F 1 "VCC" H 8650 2650 30 0000 C CNN +F 2 "" H 8650 2550 60 0001 C CNN +F 3 "" H 8650 2550 60 0001 C CNN + 1 8650 2550 + 1 0 0 -1 +$EndComp +$Comp +L JUMPER JP1 +U 1 1 4639BAF8 +P 8650 2850 +F 0 "JP1" H 8650 3000 60 0000 C CNN +F 1 "JUMPER" H 8650 2770 40 0000 C CNN +F 2 "connect:GS2" H 8650 3050 30 0000 C CNN +F 3 "" H 8650 2850 60 0001 C CNN + 1 8650 2850 + 0 1 1 0 +$EndComp +$Comp +L DIODESCH D11 +U 1 1 4639BA28 +P 7150 2900 +F 0 "D11" H 7150 3000 40 0000 C CNN +F 1 "BAT43" H 7150 2800 40 0000 C CNN +F 2 "discret:D3" H 7150 3050 30 0000 C CNN +F 3 "" H 7150 2900 60 0001 C CNN + 1 7150 2900 + -1 0 0 1 +$EndComp +$Comp +L VCC #PWR02 +U 1 1 4639BA17 +P 8300 2700 +F 0 "#PWR02" H 8300 2800 30 0001 C CNN +F 1 "VCC" H 8300 2800 30 0000 C CNN +F 2 "" H 8300 2700 60 0001 C CNN +F 3 "" H 8300 2700 60 0001 C CNN + 1 8300 2700 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR03 +U 1 1 4639B9EB +P 7650 3700 +F 0 "#PWR03" H 7650 3700 30 0001 C CNN +F 1 "GND" H 7650 3630 30 0001 C CNN +F 2 "" H 7650 3700 60 0001 C CNN +F 3 "" H 7650 3700 60 0001 C CNN + 1 7650 3700 + 1 0 0 -1 +$EndComp +$Comp +L LED D12 +U 1 1 4639B9EA +P 7650 3500 +F 0 "D12" H 7650 3600 50 0000 C CNN +F 1 "YELLOW-LED" H 7650 3400 50 0000 C CNN +F 2 "discret:LEDV" H 7650 3650 30 0000 C CNN +F 3 "" H 7650 3500 60 0001 C CNN + 1 7650 3500 + 0 1 1 0 +$EndComp +$Comp +L R R21 +U 1 1 4639B9E9 +P 7900 3200 +F 0 "R21" V 7980 3200 50 0000 C CNN +F 1 "470" V 7900 3200 50 0000 C CNN +F 2 "discret:R4" V 7824 3189 30 0000 C CNN +F 3 "" H 7900 3200 60 0001 C CNN + 1 7900 3200 + 0 -1 -1 0 +$EndComp +$Comp +L R R20 +U 1 1 4639B9B3 +P 7650 2650 +F 0 "R20" V 7730 2650 50 0000 C CNN +F 1 "2.2K" V 7650 2650 50 0000 C CNN +F 2 "discret:R4" V 7778 2650 30 0000 C CNN +F 3 "" H 7650 2650 60 0001 C CNN + 1 7650 2650 + 0 -1 -1 0 +$EndComp +$Comp +L R R19 +U 1 1 4639B9B0 +P 7650 2900 +F 0 "R19" V 7730 2900 50 0000 C CNN +F 1 "2.2K" V 7650 2900 50 0000 C CNN +F 2 "discret:R4" V 7578 2900 30 0000 C CNN +F 3 "" H 7650 2900 60 0001 C CNN + 1 7650 2900 + 0 -1 -1 0 +$EndComp +$Comp +L PNP Q3 +U 1 1 4639B996 +P 8200 2900 +F 0 "Q3" H 8350 2900 60 0000 C CNN +F 1 "BC307" H 8104 3050 60 0000 C CNN +F 2 "discret:TO92" H 8100 3100 30 0000 C CNN +F 3 "" H 8200 2900 60 0001 C CNN + 1 8200 2900 + 1 0 0 1 +$EndComp +$Comp +L VCC #PWR04 +U 1 1 4638AB33 +P 7400 2650 +F 0 "#PWR04" H 7400 2750 30 0001 C CNN +F 1 "VCC" H 7400 2750 30 0000 C CNN +F 2 "" H 7400 2650 60 0001 C CNN +F 3 "" H 7400 2650 60 0001 C CNN + 1 7400 2650 + 1 0 0 -1 +$EndComp +Text Notes 9800 5900 0 50 ~ 0 +ADJUST for VPP = 13V +$Comp +L POT RV1 +U 1 1 443D0101 +P 9600 5900 +F 0 "RV1" H 9600 5800 50 0000 C CNN +F 1 "1K" H 9600 5900 50 0000 C CNN +F 2 "discret:RV2X4" H 9600 5750 30 0000 C CNN +F 3 "" H 9600 5900 60 0001 C CNN + 1 9600 5900 + 0 -1 -1 0 +$EndComp +$Comp +L R R18 +U 1 1 44369638 +P 7350 1600 +F 0 "R18" V 7430 1600 50 0000 C CNN +F 1 "220" V 7350 1600 50 0000 C CNN +F 2 "discret:R4" V 7500 1600 60 0000 C CNN +F 3 "" H 7350 1600 60 0001 C CNN + 1 7350 1600 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR05 +U 1 1 442AABC2 +P 6550 2650 +F 0 "#PWR05" H 6550 2650 30 0001 C CNN +F 1 "GND" H 6550 2580 30 0001 C CNN +F 2 "" H 6550 2650 60 0001 C CNN +F 3 "" H 6550 2650 60 0001 C CNN + 1 6550 2650 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG06 +U 1 1 442A8330 +P 1600 6900 +F 0 "#FLG06" H 1600 7170 30 0001 C CNN +F 1 "PWR_FLAG" H 1600 7130 30 0000 C CNN +F 2 "" H 1600 6900 60 0001 C CNN +F 3 "" H 1600 6900 60 0001 C CNN + 1 1600 6900 + -1 0 0 1 +$EndComp +Text Label 8400 4150 0 60 ~ 0 +CLOCK-RB6 +Text Label 8350 3850 0 60 ~ 0 +DATA-RB7 +Text Label 8400 3500 0 60 ~ 0 +VPP/MCLR +$Sheet +S 9200 3100 1550 1200 +U 4804A5E2 +F0 "pic_sockets" 60 +F1 "pic_sockets.sch" 60 +F2 "VPP-MCLR" I L 9200 3500 60 +F3 "CLOCK-RB6" I L 9200 4150 60 +F4 "DATA-RB7" I L 9200 3850 60 +F5 "VCC_PIC" I L 9200 3200 60 +$EndSheet +Text Label 1850 3800 0 60 ~ 0 +DTR +Text Label 1850 3700 0 60 ~ 0 +CTS +Text Label 1850 3600 0 60 ~ 0 +TXD +Text Label 1850 3500 0 60 ~ 0 +RTS +Text Notes 850 6500 0 60 ~ 0 +8 to 15V +NoConn ~ 6750 5150 +$Comp +L DIODESCH D10 +U 1 1 442A6026 +P 9400 5400 +F 0 "D10" H 9400 5500 40 0000 C CNN +F 1 "SCHOTTKY" H 9400 5300 40 0000 C CNN +F 2 "discret:D5" H 9400 5250 30 0000 C CNN +F 3 "" H 9400 5400 60 0001 C CNN + 1 9400 5400 + 1 0 0 -1 +$EndComp +$Comp +L R R10 +U 1 1 442A5F83 +P 8350 6100 +F 0 "R10" V 8430 6100 50 0000 C CNN +F 1 "5,1K" V 8350 6100 50 0000 C CNN +F 2 "discret:R4" V 8250 6100 30 0000 C CNN +F 3 "" H 8350 6100 60 0001 C CNN + 1 8350 6100 + 0 -1 -1 0 +$EndComp +$Comp +L C C4 +U 1 1 442A5F61 +P 8850 6300 +F 0 "C4" H 8900 6400 50 0000 L CNN +F 1 "0" V 8900 6200 50 0000 L CNN +F 2 "discret:C1-1" V 8800 6100 30 0000 C CNN +F 3 "" H 8850 6300 60 0001 C CNN + 1 8850 6300 + 0 -1 -1 0 +$EndComp +$Comp +L LT1373 U4 +U 1 1 442A5E20 +P 7750 5400 +F 0 "U4" H 8350 5900 60 0000 C CNN +F 1 "LT1373" H 7250 5900 60 0000 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 7350 5850 30 0000 C CNN +F 3 "" H 7750 5400 60 0001 C CNN + 1 7750 5400 + 1 0 0 -1 +$EndComp +Text Notes 8100 4700 0 100 Italic 20 +VPP (13V) power +$Comp +L GND #PWR07 +U 1 1 442A58DF +P 10250 6200 +F 0 "#PWR07" H 10250 6200 30 0001 C CNN +F 1 "GND" H 10250 6130 30 0001 C CNN +F 2 "" H 10250 6200 60 0001 C CNN +F 3 "" H 10250 6200 60 0001 C CNN + 1 10250 6200 + 1 0 0 -1 +$EndComp +$Comp +L R R16 +U 1 1 442A58DC +P 10000 5650 +F 0 "R16" V 10080 5650 50 0000 C CNN +F 1 "62K" V 10000 5650 50 0000 C CNN +F 2 "discret:R4" V 9929 5647 30 0000 C CNN +F 3 "" H 10000 5650 60 0001 C CNN + 1 10000 5650 + 0 -1 -1 0 +$EndComp +$Comp +L R R15 +U 1 1 442A58D7 +P 10000 6150 +F 0 "R15" V 10080 6150 50 0000 C CNN +F 1 "6.2K" V 10000 6150 50 0000 C CNN +F 2 "discret:R4" V 9922 6141 30 0000 C CNN +F 3 "" H 10000 6150 60 0001 C CNN + 1 10000 6150 + 0 -1 -1 0 +$EndComp +NoConn ~ 6750 5650 +$Comp +L GND #PWR08 +U 1 1 442A58B8 +P 9250 6000 +F 0 "#PWR08" H 9250 6000 30 0001 C CNN +F 1 "GND" H 9250 5930 30 0001 C CNN +F 2 "" H 9250 6000 60 0001 C CNN +F 3 "" H 9250 6000 60 0001 C CNN + 1 9250 6000 + 0 -1 -1 0 +$EndComp +$Comp +L C C5 +U 1 1 442A58B1 +P 9000 6000 +F 0 "C5" H 9050 6100 50 0000 L CNN +F 1 "10nF" V 9150 5850 50 0000 L CNN +F 2 "discret:C1-1" V 8950 6200 30 0000 C CNN +F 3 "" H 9000 6000 60 0001 C CNN + 1 9000 6000 + 0 -1 -1 0 +$EndComp +$Comp +L PWR_FLAG #FLG09 +U 1 1 442A5893 +P 10050 5350 +F 0 "#FLG09" H 10050 5620 30 0001 C CNN +F 1 "PWR_FLAG" H 10050 5580 30 0000 C CNN +F 2 "" H 10050 5350 60 0001 C CNN +F 3 "" H 10050 5350 60 0001 C CNN + 1 10050 5350 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR010 +U 1 1 442A5882 +P 9400 5050 +F 0 "#PWR010" H 9400 5150 30 0001 C CNN +F 1 "VCC" H 9400 5150 30 0000 C CNN +F 2 "" H 9400 5050 60 0001 C CNN +F 3 "" H 9400 5050 60 0001 C CNN + 1 9400 5050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR011 +U 1 1 442A5852 +P 10800 5450 +F 0 "#PWR011" H 10800 5450 30 0001 C CNN +F 1 "GND" H 10800 5380 30 0001 C CNN +F 2 "" H 10800 5450 60 0001 C CNN +F 3 "" H 10800 5450 60 0001 C CNN + 1 10800 5450 + 1 0 0 -1 +$EndComp +$Comp +L CP C3 +U 1 1 442A584C +P 10550 5400 +F 0 "C3" H 10600 5500 50 0000 L CNN +F 1 "22uF/25V" V 10700 5050 50 0000 L CNN +F 2 "discret:CP8" V 10450 5400 30 0000 C CNN +F 3 "" H 10550 5400 60 0001 C CNN + 1 10550 5400 + 0 -1 -1 0 +$EndComp +$Comp +L VPP #PWR134 +U 1 1 442A5846 +P 10250 5350 +F 0 "#PWR134" H 10250 5550 40 0001 C CNN +F 1 "VPP" H 10250 5500 40 0000 C CNN +F 2 "" H 10250 5350 60 0001 C CNN +F 3 "" H 10250 5350 60 0001 C CNN + 1 10250 5350 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR012 +U 1 1 442A580B +P 7450 6150 +F 0 "#PWR012" H 7450 6150 30 0001 C CNN +F 1 "GND" H 7450 6080 30 0001 C CNN +F 2 "" H 7450 6150 60 0001 C CNN +F 3 "" H 7450 6150 60 0001 C CNN + 1 7450 6150 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR013 +U 1 1 442A57CB +P 7750 4650 +F 0 "#PWR013" H 7750 4750 30 0001 C CNN +F 1 "VCC" H 7750 4750 30 0000 C CNN +F 2 "" H 7750 4650 60 0001 C CNN +F 3 "" H 7750 4650 60 0001 C CNN + 1 7750 4650 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L1 +U 1 1 442A57BE +P 9100 5150 +F 0 "L1" V 9050 5150 40 0000 C CNN +F 1 "22uH" V 9200 5150 40 0000 C CNN +F 2 "inductors:INDUCTOR_V" V 9250 5150 30 0000 C CNN +F 3 "" H 9100 5150 60 0001 C CNN + 1 9100 5150 + 0 -1 -1 0 +$EndComp +NoConn ~ 1700 3900 +NoConn ~ 1700 3400 +NoConn ~ 1700 3300 +NoConn ~ 1700 3200 +$Comp +L GND #PWR014 +U 1 1 442A50C2 +P 7050 2350 +F 0 "#PWR014" H 7050 2350 30 0001 C CNN +F 1 "GND" H 7050 2280 30 0001 C CNN +F 2 "" H 7050 2350 60 0001 C CNN +F 3 "" H 7050 2350 60 0001 C CNN + 1 7050 2350 + 1 0 0 -1 +$EndComp +$Comp +L R R17 +U 1 1 442A50BF +P 7050 2100 +F 0 "R17" V 7130 2100 50 0000 C CNN +F 1 "22K" V 7050 2100 50 0000 C CNN +F 2 "discret:R4" V 7200 2100 60 0000 C CNN +F 3 "" H 7050 2100 60 0001 C CNN + 1 7050 2100 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR015 +U 1 1 442A50B3 +P 3400 6600 +F 0 "#PWR015" H 3400 6700 30 0001 C CNN +F 1 "VCC" H 3400 6700 30 0000 C CNN +F 2 "" H 3400 6600 60 0001 C CNN +F 3 "" H 3400 6600 60 0001 C CNN + 1 3400 6600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR016 +U 1 1 442A5095 +P 4150 7150 +F 0 "#PWR016" H 4150 7150 30 0001 C CNN +F 1 "GND" H 4150 7080 30 0001 C CNN +F 2 "" H 4150 7150 60 0001 C CNN +F 3 "" H 4150 7150 60 0001 C CNN + 1 4150 7150 + 1 0 0 -1 +$EndComp +$Comp +L LED D9 +U 1 1 442A5084 +P 4150 6950 +F 0 "D9" H 4150 7050 50 0000 C CNN +F 1 "GREEN-LED" H 4150 6850 50 0000 C CNN +F 2 "discret:LEDV" H 4150 7200 30 0000 C CNN +F 3 "" H 4150 6950 60 0001 C CNN +F 4 "GREEN LED" H 4200 7100 40 0000 C CNN "Champ4" + 1 4150 6950 + 0 1 1 0 +$EndComp +$Comp +L R R14 +U 1 1 442A5083 +P 3850 6650 +F 0 "R14" V 3930 6650 50 0000 C CNN +F 1 "470" V 3850 6650 50 0000 C CNN +F 2 "discret:R4" V 3765 6645 30 0000 C CNN +F 3 "" H 3850 6650 60 0001 C CNN + 1 3850 6650 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR017 +U 1 1 442A5057 +P 3200 7100 +F 0 "#PWR017" H 3200 7100 30 0001 C CNN +F 1 "GND" H 3200 7030 30 0001 C CNN +F 2 "" H 3200 7100 60 0001 C CNN +F 3 "" H 3200 7100 60 0001 C CNN + 1 3200 7100 + 1 0 0 -1 +$EndComp +$Comp +L CP C1 +U 1 1 442A5056 +P 3200 6900 +F 0 "C1" H 3250 7000 50 0000 L CNN +F 1 "100µF" H 3250 6800 50 0000 L CNN +F 2 "discret:CP10" H 3500 6750 30 0000 C CNN +F 3 "" H 3200 6900 60 0001 C CNN + 1 3200 6900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR018 +U 1 1 442A5050 +P 2700 6950 +F 0 "#PWR018" H 2700 6950 30 0001 C CNN +F 1 "GND" H 2700 6880 30 0001 C CNN +F 2 "" H 2700 6950 60 0001 C CNN +F 3 "" H 2700 6950 60 0001 C CNN + 1 2700 6950 + 1 0 0 -1 +$EndComp +$Comp +L 7805 U3 +U 1 1 442A504A +P 2700 6700 +F 0 "U3" H 2850 6504 60 0000 C CNN +F 1 "7805" H 2700 6900 60 0000 C CNN +F 2 "discret:LM78XX" H 2750 7000 60 0000 C CNN +F 3 "" H 2700 6700 60 0001 C CNN + 1 2700 6700 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR019 +U 1 1 442A5023 +P 1950 7100 +F 0 "#PWR019" H 1950 7100 30 0001 C CNN +F 1 "GND" H 1950 7030 30 0001 C CNN +F 2 "" H 1950 7100 60 0001 C CNN +F 3 "" H 1950 7100 60 0001 C CNN + 1 1950 7100 + 1 0 0 -1 +$EndComp +$Comp +L CP C2 +U 1 1 442A501D +P 1950 6900 +F 0 "C2" H 2000 7000 50 0000 L CNN +F 1 "220uF" H 2000 6800 50 0000 L CNN +F 2 "discret:CP10" H 2300 6700 60 0000 C CNN +F 3 "" H 1950 6900 60 0001 C CNN + 1 1950 6900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR020 +U 1 1 442A500F +P 1400 6900 +F 0 "#PWR020" H 1400 6900 30 0001 C CNN +F 1 "GND" H 1400 6830 30 0001 C CNN +F 2 "" H 1400 6900 60 0001 C CNN +F 3 "" H 1400 6900 60 0001 C CNN + 1 1400 6900 + 1 0 0 -1 +$EndComp +$Comp +L DIODE D1 +U 1 1 442A500B +P 1650 6650 +F 0 "D1" H 1650 6750 40 0000 C CNN +F 1 "1N4004" H 1650 6550 40 0000 C CNN +F 2 "discret:D5" H 1646 6800 30 0000 C CNN +F 3 "" H 1650 6650 60 0001 C CNN + 1 1650 6650 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P1 +U 1 1 442A4FE7 +P 1000 6750 +F 0 "P1" V 950 6750 40 0000 C CNN +F 1 "CONN_2" V 1050 6750 40 0000 C CNN +F 2 "connect:bornier2" H 950 7000 60 0000 C CNN +F 3 "" H 1000 6750 60 0001 C CNN + 1 1000 6750 + -1 0 0 1 +$EndComp +Text Label 7750 1600 0 60 ~ 0 +VPP/MCLR +$Comp +L LED D8 +U 1 1 442A4F5D +P 6550 2400 +F 0 "D8" H 6550 2500 50 0000 C CNN +F 1 "RED-LED" H 6550 2300 50 0000 C CNN +F 2 "discret:LEDV" H 6550 2250 30 0000 C CNN +F 3 "" H 6550 2400 60 0001 C CNN +F 4 "Low Current Led" H 6600 2550 40 0000 C CNN "Champ4" + 1 6550 2400 + 0 1 1 0 +$EndComp +$Comp +L R R9 +U 1 1 442A4F52 +P 6550 1900 +F 0 "R9" V 6630 1900 50 0000 C CNN +F 1 "2.2K" V 6550 1900 50 0000 C CNN +F 2 "discret:R4" V 6450 1900 30 0000 C CNN +F 3 "" H 6550 1900 60 0001 C CNN + 1 6550 1900 + 1 0 0 -1 +$EndComp +$Comp +L VPP #PWR123 +U 1 1 442A4F48 +P 6550 1100 +F 0 "#PWR123" H 6550 1300 40 0001 C CNN +F 1 "VPP" H 6550 1250 40 0000 C CNN +F 2 "" H 6550 1100 60 0001 C CNN +F 3 "" H 6550 1100 60 0001 C CNN + 1 6550 1100 + 1 0 0 -1 +$EndComp +$Comp +L VPP #PWR122 +U 1 1 442A4F44 +P 6100 700 +F 0 "#PWR122" H 6100 900 40 0001 C CNN +F 1 "VPP" H 6100 850 40 0000 C CNN +F 2 "" H 6100 700 60 0001 C CNN +F 3 "" H 6100 700 60 0001 C CNN + 1 6100 700 + 1 0 0 -1 +$EndComp +$Comp +L PNP Q2 +U 1 1 442A4F30 +P 6450 1400 +F 0 "Q2" H 6400 1250 60 0000 C CNN +F 1 "BC307" H 6354 1550 60 0000 C CNN +F 2 "discret:TO92" H 6348 1617 30 0000 C CNN +F 3 "" H 6450 1400 60 0001 C CNN + 1 6450 1400 + 1 0 0 1 +$EndComp +$Comp +L R R7 +U 1 1 442A4F2A +P 6100 1000 +F 0 "R7" V 6180 1000 50 0000 C CNN +F 1 "10K" V 6100 1000 50 0000 C CNN +F 2 "discret:R4" V 6250 1000 60 0000 C CNN +F 3 "" H 6100 1000 60 0001 C CNN + 1 6100 1000 + 1 0 0 -1 +$EndComp +$Comp +L R R11 +U 1 1 442A4F23 +P 5750 1400 +F 0 "R11" V 5830 1400 50 0000 C CNN +F 1 "22K" V 5750 1400 50 0000 C CNN +F 2 "discret:R4" V 5821 1591 30 0000 C CNN +F 3 "" H 5750 1400 60 0001 C CNN + 1 5750 1400 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR021 +U 1 1 442A4F1C +P 5450 1900 +F 0 "#PWR021" H 5450 1900 30 0001 C CNN +F 1 "GND" H 5450 1830 30 0001 C CNN +F 2 "" H 5450 1900 60 0001 C CNN +F 3 "" H 5450 1900 60 0001 C CNN + 1 5450 1900 + 1 0 0 -1 +$EndComp +Text Label 2300 1700 0 60 ~ 0 +VPP_ON +Text Label 5400 5100 0 60 ~ 0 +CLOCK-RB6 +Text Label 5500 3150 0 60 ~ 0 +DATA-RB7 +$Comp +L NPN Q1 +U 1 1 442A4EB9 +P 5350 1700 +F 0 "Q1" H 5500 1700 50 0000 C CNN +F 1 "BC237" H 5252 1850 50 0000 C CNN +F 2 "discret:TO92" H 5200 1550 30 0000 C CNN +F 3 "" H 5350 1700 60 0001 C CNN + 1 5350 1700 + 1 0 0 -1 +$EndComp +Text Label 2350 5100 0 60 ~ 0 +PC-CLOCK-OUT +$Comp +L GND #PWR022 +U 1 1 442A4E06 +P 1700 4000 +F 0 "#PWR022" H 1700 4000 30 0001 C CNN +F 1 "GND" H 1700 3930 30 0001 C CNN +F 2 "" H 1700 4000 60 0001 C CNN +F 3 "" H 1700 4000 60 0001 C CNN + 1 1700 4000 + 0 -1 -1 0 +$EndComp +Text Label 2700 4200 0 60 ~ 0 +PC-DATA-IN +Text Label 2500 3150 0 60 ~ 0 +PC-DATA-OUT +$Comp +L GND #PWR023 +U 1 1 442A4DB3 +P 2800 2250 +F 0 "#PWR023" H 2800 2250 30 0001 C CNN +F 1 "GND" H 2800 2180 30 0001 C CNN +F 2 "" H 2800 2250 60 0001 C CNN +F 3 "" H 2800 2250 60 0001 C CNN + 1 2800 2250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR024 +U 1 1 442A4DAE +P 3200 5650 +F 0 "#PWR024" H 3200 5650 30 0001 C CNN +F 1 "GND" H 3200 5580 30 0001 C CNN +F 2 "" H 3200 5650 60 0001 C CNN +F 3 "" H 3200 5650 60 0001 C CNN + 1 3200 5650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR025 +U 1 1 442A4DAB +P 3200 3700 +F 0 "#PWR025" H 3200 3700 30 0001 C CNN +F 1 "GND" H 3200 3630 30 0001 C CNN +F 2 "" H 3200 3700 60 0001 C CNN +F 3 "" H 3200 3700 60 0001 C CNN + 1 3200 3700 + 1 0 0 -1 +$EndComp +$Comp +L R R8 +U 1 1 442A4D92 +P 4700 1700 +F 0 "R8" V 4780 1700 50 0000 C CNN +F 1 "1K" V 4700 1700 50 0000 C CNN +F 2 "discret:R4" V 4850 1700 30 0000 C CNN +F 3 "" H 4700 1700 60 0001 C CNN + 1 4700 1700 + 0 -1 -1 0 +$EndComp +$Comp +L R R13 +U 1 1 442A4D8D +P 5100 5100 +F 0 "R13" V 5180 5100 50 0000 C CNN +F 1 "470" V 5100 5100 50 0000 C CNN +F 2 "discret:R4" V 5250 5100 30 0000 C CNN +F 3 "" H 5100 5100 60 0001 C CNN + 1 5100 5100 + 0 -1 -1 0 +$EndComp +$Comp +L R R12 +U 1 1 442A4D85 +P 5100 3150 +F 0 "R12" V 5180 3150 50 0000 C CNN +F 1 "470" V 5100 3150 50 0000 C CNN +F 2 "discret:R4" V 5250 3150 60 0000 C CNN +F 3 "" H 5100 3150 60 0001 C CNN + 1 5100 3150 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR026 +U 1 1 442A4D75 +P 4350 4500 +F 0 "#PWR026" H 4350 4500 30 0001 C CNN +F 1 "GND" H 4350 4430 30 0001 C CNN +F 2 "" H 4350 4500 60 0001 C CNN +F 3 "" H 4350 4500 60 0001 C CNN + 1 4350 4500 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U2 +U 4 1 442A4D6B +P 4350 4200 +F 0 "U2" H 4350 4300 50 0000 L BNN +F 1 "74HC125" H 4400 4050 40 0000 L TNN +F 2 "dip_sockets:DIP-14__300_ELL" H 4750 4100 30 0000 C CNN +F 3 "" H 4350 4200 60 0001 C CNN + 4 4350 4200 + -1 0 0 -1 +$EndComp +$Comp +L VCC #PWR027 +U 1 1 442A4D68 +P 3850 4650 +F 0 "#PWR027" H 3850 4750 30 0001 C CNN +F 1 "VCC" H 3850 4750 30 0000 C CNN +F 2 "" H 3850 4650 60 0001 C CNN +F 3 "" H 3850 4650 60 0001 C CNN + 1 3850 4650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR028 +U 1 1 442A4D67 +P 3850 5600 +F 0 "#PWR028" H 3850 5600 30 0001 C CNN +F 1 "GND" H 3850 5530 30 0001 C CNN +F 2 "" H 3850 5600 60 0001 C CNN +F 3 "" H 3850 5600 60 0001 C CNN + 1 3850 5600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR029 +U 1 1 442A4D66 +P 4350 5400 +F 0 "#PWR029" H 4350 5400 30 0001 C CNN +F 1 "GND" H 4350 5330 30 0001 C CNN +F 2 "" H 4350 5400 60 0001 C CNN +F 3 "" H 4350 5400 60 0001 C CNN + 1 4350 5400 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D7 +U 1 1 442A4D65 +P 3850 5400 +F 0 "D7" H 3850 5500 40 0000 C CNN +F 1 "BAT43" H 3850 5300 40 0000 C CNN +F 2 "discret:D3" H 3850 5250 30 0000 C CNN +F 3 "" H 3850 5400 60 0001 C CNN + 1 3850 5400 + 0 -1 -1 0 +$EndComp +$Comp +L DIODESCH D6 +U 1 1 442A4D64 +P 3850 4850 +F 0 "D6" H 3850 4950 40 0000 C CNN +F 1 "BAT43" H 3850 4750 40 0000 C CNN +F 2 "discret:D3" H 3850 4700 30 0000 C CNN +F 3 "" H 3850 4850 60 0001 C CNN + 1 3850 4850 + 0 -1 -1 0 +$EndComp +$Comp +L R R6 +U 1 1 442A4D63 +P 3200 5400 +F 0 "R6" V 3280 5400 50 0000 C CNN +F 1 "10K" V 3200 5400 50 0000 C CNN +F 2 "discret:R4" V 3100 5400 30 0000 C CNN +F 3 "" H 3200 5400 60 0001 C CNN + 1 3200 5400 + 1 0 0 -1 +$EndComp +$Comp +L R R5 +U 1 1 442A4D62 +P 3500 5100 +F 0 "R5" V 3580 5100 50 0000 C CNN +F 1 "10K" V 3500 5100 50 0000 C CNN +F 2 "discret:R4" V 3420 5088 30 0000 C CNN +F 3 "" H 3500 5100 60 0001 C CNN + 1 3500 5100 + 0 -1 -1 0 +$EndComp +$Comp +L 74LS125 U2 +U 3 1 442A4D61 +P 4350 5100 +F 0 "U2" H 4350 5200 50 0000 L BNN +F 1 "74HC125" H 4400 4950 40 0000 L TNN +F 2 "dip_sockets:DIP-14__300_ELL" H 4750 4850 30 0000 C CNN +F 3 "" H 4350 5100 60 0001 C CNN + 3 4350 5100 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR030 +U 1 1 442A4D60 +P 3850 2700 +F 0 "#PWR030" H 3850 2800 30 0001 C CNN +F 1 "VCC" H 3850 2800 30 0000 C CNN +F 2 "" H 3850 2700 60 0001 C CNN +F 3 "" H 3850 2700 60 0001 C CNN + 1 3850 2700 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR031 +U 1 1 442A4D5F +P 3850 3650 +F 0 "#PWR031" H 3850 3650 30 0001 C CNN +F 1 "GND" H 3850 3580 30 0001 C CNN +F 2 "" H 3850 3650 60 0001 C CNN +F 3 "" H 3850 3650 60 0001 C CNN + 1 3850 3650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR032 +U 1 1 442A4D5E +P 4350 3450 +F 0 "#PWR032" H 4350 3450 30 0001 C CNN +F 1 "GND" H 4350 3380 30 0001 C CNN +F 2 "" H 4350 3450 60 0001 C CNN +F 3 "" H 4350 3450 60 0001 C CNN + 1 4350 3450 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D5 +U 1 1 442A4D5D +P 3850 3450 +F 0 "D5" H 3850 3550 40 0000 C CNN +F 1 "BAT43" H 3850 3350 40 0000 C CNN +F 2 "discret:D3" H 3850 3300 60 0000 C CNN +F 3 "" H 3850 3450 60 0001 C CNN + 1 3850 3450 + 0 -1 -1 0 +$EndComp +$Comp +L DIODESCH D4 +U 1 1 442A4D5C +P 3850 2900 +F 0 "D4" H 3850 3000 40 0000 C CNN +F 1 "BAT43" H 3850 2800 40 0000 C CNN +F 2 "discret:D3" H 3850 2750 30 0000 C CNN +F 3 "" H 3850 2900 60 0001 C CNN + 1 3850 2900 + 0 -1 -1 0 +$EndComp +$Comp +L R R4 +U 1 1 442A4D5B +P 3200 3450 +F 0 "R4" V 3280 3450 50 0000 C CNN +F 1 "10K" V 3200 3450 50 0000 C CNN +F 2 "discret:R4" V 3100 3450 60 0000 C CNN +F 3 "" H 3200 3450 60 0001 C CNN + 1 3200 3450 + 1 0 0 -1 +$EndComp +$Comp +L R R3 +U 1 1 442A4D5A +P 3500 3150 +F 0 "R3" V 3580 3150 50 0000 C CNN +F 1 "10K" V 3500 3150 50 0000 C CNN +F 2 "discret:R4" V 3650 3150 30 0000 C CNN +F 3 "" H 3500 3150 60 0001 C CNN + 1 3500 3150 + 0 -1 -1 0 +$EndComp +$Comp +L 74LS125 U2 +U 2 1 442A4D59 +P 4350 3150 +F 0 "U2" H 4350 3250 50 0000 L BNN +F 1 "74HC125" H 4400 3000 40 0000 L TNN +F 2 "dip_sockets:DIP-14__300_ELL" H 4712 2930 30 0000 C CNN +F 3 "" H 4350 3150 60 0001 C CNN + 2 4350 3150 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR033 +U 1 1 442A4D41 +P 3450 1250 +F 0 "#PWR033" H 3450 1350 30 0001 C CNN +F 1 "VCC" H 3450 1350 30 0000 C CNN +F 2 "" H 3450 1250 60 0001 C CNN +F 3 "" H 3450 1250 60 0001 C CNN + 1 3450 1250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR034 +U 1 1 442A4D3B +P 3450 2200 +F 0 "#PWR034" H 3450 2200 30 0001 C CNN +F 1 "GND" H 3450 2130 30 0001 C CNN +F 2 "" H 3450 2200 60 0001 C CNN +F 3 "" H 3450 2200 60 0001 C CNN + 1 3450 2200 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR035 +U 1 1 442A4D38 +P 3950 2000 +F 0 "#PWR035" H 3950 2000 30 0001 C CNN +F 1 "GND" H 3950 1930 30 0001 C CNN +F 2 "" H 3950 2000 60 0001 C CNN +F 3 "" H 3950 2000 60 0001 C CNN + 1 3950 2000 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D3 +U 1 1 442A4D25 +P 3450 2000 +F 0 "D3" H 3450 2100 40 0000 C CNN +F 1 "BAT43" H 3450 1900 40 0000 C CNN +F 2 "discret:D3" H 3450 1850 30 0000 C CNN +F 3 "" H 3450 2000 60 0001 C CNN + 1 3450 2000 + 0 -1 -1 0 +$EndComp +$Comp +L DIODESCH D2 +U 1 1 442A4D1B +P 3450 1450 +F 0 "D2" H 3450 1550 40 0000 C CNN +F 1 "BAT43" H 3450 1350 40 0000 C CNN +F 2 "discret:D3" H 3500 1300 30 0000 C CNN +F 3 "" H 3450 1450 60 0001 C CNN + 1 3450 1450 + 0 -1 -1 0 +$EndComp +$Comp +L R R2 +U 1 1 442A4CFB +P 2800 2000 +F 0 "R2" V 2880 2000 50 0000 C CNN +F 1 "10K" V 2800 2000 50 0000 C CNN +F 2 "discret:R4" V 2700 2000 60 0000 C CNN +F 3 "" H 2800 2000 60 0001 C CNN + 1 2800 2000 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 442A4CF4 +P 3100 1700 +F 0 "R1" V 3180 1700 50 0000 C CNN +F 1 "10K" V 3100 1700 50 0000 C CNN +F 2 "discret:R4" V 3250 1700 60 0000 C CNN +F 3 "" H 3100 1700 60 0001 C CNN + 1 3100 1700 + 0 -1 -1 0 +$EndComp +$Comp +L 74LS125 U2 +U 1 1 442A4CC8 +P 3950 1700 +F 0 "U2" H 3950 1800 50 0000 L BNN +F 1 "74HC125" H 4000 1550 40 0000 L TNN +F 2 "dip_sockets:DIP-14__300_ELL" H 4350 1450 30 0000 C CNN +F 3 "" H 3950 1700 60 0001 C CNN + 1 3950 1700 + 1 0 0 -1 +$EndComp +$Comp +L DB9 J1 +U 1 1 442A4C93 +P 1250 3600 +F 0 "J1" H 1250 4150 70 0000 C CNN +F 1 "DB9-FEMAL" H 1250 3050 70 0000 C CNN +F 2 "connect:DB9FC" H 1200 4250 60 0000 C CNN +F 3 "" H 1250 3600 60 0001 C CNN + 1 1250 3600 + -1 0 0 1 +$EndComp +$Comp +L CONN_1 P101 +U 1 1 54020BEA +P 6400 6800 +F 0 "P101" H 6480 6800 40 0000 L CNN +F 1 "CONN_1" H 6400 6855 30 0001 C CNN +F 2 "footprints:1pin-4" H 6400 6800 60 0001 C CNN +F 3 "" H 6400 6800 60 0000 C CNN + 1 6400 6800 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P102 +U 1 1 54020DA9 +P 6400 6950 +F 0 "P102" H 6480 6950 40 0000 L CNN +F 1 "CONN_1" H 6400 7005 30 0001 C CNN +F 2 "footprints:1pin-4" H 6400 6950 60 0001 C CNN +F 3 "" H 6400 6950 60 0000 C CNN + 1 6400 6950 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P103 +U 1 1 54020DC2 +P 6400 7100 +F 0 "P103" H 6480 7100 40 0000 L CNN +F 1 "CONN_1" H 6400 7155 30 0001 C CNN +F 2 "footprints:1pin-4" H 6400 7100 60 0001 C CNN +F 3 "" H 6400 7100 60 0000 C CNN + 1 6400 7100 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P104 +U 1 1 54020DE3 +P 6400 7250 +F 0 "P104" H 6480 7250 40 0000 L CNN +F 1 "CONN_1" H 6400 7305 30 0001 C CNN +F 2 "footprints:1pin-4" H 6400 7250 60 0001 C CNN +F 3 "" H 6400 7250 60 0000 C CNN + 1 6400 7250 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P105 +U 1 1 54020E5D +P 6400 7400 +F 0 "P105" H 6480 7400 40 0000 L CNN +F 1 "CONN_1" H 6400 7455 30 0001 C CNN +F 2 "footprints:1pin-4" H 6400 7400 60 0001 C CNN +F 3 "" H 6400 7400 60 0000 C CNN + 1 6400 7400 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P106 +U 1 1 54020E76 +P 6400 7550 +F 0 "P106" H 6480 7550 40 0000 L CNN +F 1 "CONN_1" H 6400 7605 30 0001 C CNN +F 2 "footprints:1pin-4" H 6400 7550 60 0001 C CNN +F 3 "" H 6400 7550 60 0000 C CNN + 1 6400 7550 + 1 0 0 -1 +$EndComp +Connection ~ 8650 3200 +Wire Notes Line + 5850 6700 6800 6700 +Wire Notes Line + 6800 6700 6800 7750 +Wire Notes Line + 6800 7750 5850 7750 +Wire Notes Line + 5850 7750 5850 6700 +Text Notes 6050 7700 0 40 Italic 0 +Mounting holes +NoConn ~ 6250 6800 +NoConn ~ 6250 6950 +NoConn ~ 6250 7100 +NoConn ~ 6250 7250 +NoConn ~ 6250 7400 +NoConn ~ 6250 7550 +$EndSCHEMATC diff --git a/demos/pic_programmer/pic_sockets.sch b/demos/pic_programmer/pic_sockets.sch new file mode 100644 index 0000000..464526c --- /dev/null +++ b/demos/pic_programmer/pic_sockets.sch @@ -0,0 +1,461 @@ +EESchema Schematic File Version 2 +LIBS:pic_programmer_schlib +LIBS:power +LIBS:pic_programmer-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 2 +Title "JDM - COM84 PIC Programmer with 13V DC/DC converter" +Date "Sun 22 Mar 2015" +Rev "3" +Comp "KiCad" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 3300 6600 3300 6500 +Wire Wire Line + 2100 2400 3000 2400 +Wire Wire Line + 9200 2000 10100 2000 +Wire Wire Line + 9200 1900 10000 1900 +Wire Wire Line + 7100 1900 8000 1900 +Connection ~ 2800 1200 +Wire Wire Line + 2800 1200 3000 1200 +Connection ~ 2800 1300 +Wire Wire Line + 2800 1100 2800 1350 +Wire Wire Line + 2800 1100 3000 1100 +Wire Wire Line + 3000 1300 2800 1300 +Wire Wire Line + 4400 1500 10000 1500 +Wire Wire Line + 4400 1400 10100 1400 +Wire Wire Line + 10100 4000 9200 4000 +Wire Wire Line + 10000 3900 9200 3900 +Wire Wire Line + 7100 3900 8000 3900 +Wire Wire Line + 2950 4600 2750 4600 +Wire Wire Line + 5400 4900 4500 4900 +Wire Wire Line + 5300 4750 4500 4750 +Wire Wire Line + 2200 4450 2950 4450 +Wire Wire Line + 5400 3100 4450 3100 +Wire Wire Line + 5300 2700 4450 2700 +Wire Wire Line + 3000 3400 2200 3400 +Wire Wire Line + 2750 4600 2750 4650 +Wire Wire Line + 5500 4600 4500 4600 +Wire Wire Line + 10200 2700 9200 2700 +Wire Wire Line + 10200 4700 9200 4700 +Wire Wire Line + 8000 4900 7200 4900 +Wire Wire Line + 3300 6500 2400 6500 +Text HLabel 1900 6200 0 60 Input ~ 0 +VCC_PIC +Text Label 2450 2400 0 60 ~ 0 +VCC_PIC +Text Label 7200 4900 0 60 ~ 0 +VCC_PIC +Text Label 9450 4700 0 60 ~ 0 +VCC_PIC +Text Label 9450 2700 0 60 ~ 0 +VCC_PIC +$Comp +L GND #PWR036 +U 1 1 442A8794 +P 8000 5000 +F 0 "#PWR036" H 8000 5000 30 0001 C CNN +F 1 "GND" H 8000 4930 30 0001 C CNN +F 2 "" H 8000 5000 60 0001 C CNN +F 3 "" H 8000 5000 60 0001 C CNN + 1 8000 5000 + 0 1 1 0 +$EndComp +Text Label 4750 4600 0 60 ~ 0 +VCC_PIC +$Comp +L GND #PWR037 +U 1 1 443CCA5D +P 8000 4600 +F 0 "#PWR037" H 8000 4600 30 0001 C CNN +F 1 "GND" H 8000 4530 30 0001 C CNN +F 2 "" H 8000 4600 60 0001 C CNN +F 3 "" H 8000 4600 60 0001 C CNN + 1 8000 4600 + 0 1 1 0 +$EndComp +NoConn ~ 8000 2900 +NoConn ~ 9200 3200 +NoConn ~ 9200 3100 +NoConn ~ 9200 3000 +NoConn ~ 9200 2900 +NoConn ~ 9200 2600 +NoConn ~ 9200 2500 +NoConn ~ 9200 2400 +NoConn ~ 9200 2300 +NoConn ~ 9200 2200 +NoConn ~ 9200 2100 +NoConn ~ 8000 3200 +NoConn ~ 8000 3100 +NoConn ~ 8000 3000 +NoConn ~ 8000 2800 +NoConn ~ 8000 2700 +NoConn ~ 8000 2500 +NoConn ~ 8000 2400 +NoConn ~ 8000 2300 +NoConn ~ 8000 2200 +NoConn ~ 8000 2100 +NoConn ~ 8000 2000 +$Comp +L GND #PWR038 +U 1 1 443697C7 +P 9200 2800 +F 0 "#PWR038" H 9200 2800 30 0001 C CNN +F 1 "GND" H 9200 2730 30 0001 C CNN +F 2 "" H 9200 2800 60 0001 C CNN +F 3 "" H 9200 2800 60 0001 C CNN + 1 9200 2800 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR039 +U 1 1 443697C3 +P 8000 2600 +F 0 "#PWR039" H 8000 2600 30 0001 C CNN +F 1 "GND" H 8000 2530 30 0001 C CNN +F 2 "" H 8000 2600 60 0001 C CNN +F 3 "" H 8000 2600 60 0001 C CNN + 1 8000 2600 + 0 1 1 0 +$EndComp +Text Label 9350 2000 0 60 ~ 0 +CLOCK-RB6 +Text Label 9350 1900 0 60 ~ 0 +DATA-RB7 +Text Label 7350 1900 0 60 ~ 0 +VPP-MCLR +$Comp +L SUPP28 P2 +U 1 1 4436967E +P 8600 2550 +F 0 "P2" H 8600 3350 70 0000 C CNN +F 1 "SUPP28" H 8600 1700 70 0000 C CNN +F 2 "dip_sockets:DIP-28__300_ELL" H 8600 1600 60 0000 C CNN +F 3 "" H 8600 2550 60 0001 C CNN + 1 8600 2550 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR040 +U 1 1 442AA147 +P 3300 7050 +F 0 "#PWR040" H 3300 7050 30 0001 C CNN +F 1 "GND" H 3300 6980 30 0001 C CNN +F 2 "" H 3300 7050 60 0001 C CNN +F 3 "" H 3300 7050 60 0001 C CNN + 1 3300 7050 + 1 0 0 -1 +$EndComp +$Comp +L C C7 +U 1 1 442AA145 +P 3300 6800 +F 0 "C7" H 3350 6900 50 0000 L CNN +F 1 "100nF" H 3350 6700 50 0000 L CNN +F 2 "discret:C1-1" H 3650 6600 60 0000 C CNN +F 3 "" H 3300 6800 60 0001 C CNN + 1 3300 6800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR041 +U 1 1 442AA138 +P 2400 7050 +F 0 "#PWR041" H 2400 7050 30 0001 C CNN +F 1 "GND" H 2400 6980 30 0001 C CNN +F 2 "" H 2400 7050 60 0001 C CNN +F 3 "" H 2400 7050 60 0001 C CNN + 1 2400 7050 + 1 0 0 -1 +$EndComp +NoConn ~ 9200 5800 +NoConn ~ 9200 5700 +NoConn ~ 9200 5600 +NoConn ~ 9200 5500 +NoConn ~ 9200 5400 +NoConn ~ 9200 5300 +NoConn ~ 9200 5200 +NoConn ~ 9200 5100 +NoConn ~ 9200 5000 +NoConn ~ 9200 4900 +NoConn ~ 9200 4600 +NoConn ~ 9200 4500 +NoConn ~ 9200 4400 +NoConn ~ 9200 4300 +NoConn ~ 9200 4200 +NoConn ~ 9200 4100 +NoConn ~ 8000 5800 +NoConn ~ 8000 5700 +NoConn ~ 8000 5600 +NoConn ~ 8000 5500 +NoConn ~ 8000 5400 +NoConn ~ 8000 5300 +NoConn ~ 8000 5200 +NoConn ~ 8000 5100 +NoConn ~ 8000 4800 +NoConn ~ 8000 4700 +NoConn ~ 8000 4500 +NoConn ~ 8000 4400 +NoConn ~ 8000 4300 +NoConn ~ 8000 4200 +NoConn ~ 8000 4100 +NoConn ~ 8000 4000 +$Comp +L GND #PWR042 +U 1 1 442A896A +P 9200 4800 +F 0 "#PWR042" H 9200 4800 30 0001 C CNN +F 1 "GND" H 9200 4730 30 0001 C CNN +F 2 "" H 9200 4800 60 0001 C CNN +F 3 "" H 9200 4800 60 0001 C CNN + 1 9200 4800 + 0 -1 -1 0 +$EndComp +$Comp +L SUPP40 P3 +U 1 1 442A88ED +P 8600 4850 +F 0 "P3" H 8600 5950 70 0000 C CNN +F 1 "SUPP40" H 8600 3700 70 0000 C CNN +F 2 "sockets:40tex-Ell600" H 8600 3600 60 0000 C CNN +F 3 "" H 8600 4850 60 0001 C CNN + 1 8600 4850 + 1 0 0 -1 +$EndComp +NoConn ~ 4400 1200 +$Comp +L GND #PWR043 +U 1 1 442A8838 +P 2800 1350 +F 0 "#PWR043" H 2800 1350 30 0001 C CNN +F 1 "GND" H 2800 1280 30 0001 C CNN +F 2 "" H 2800 1350 60 0001 C CNN +F 3 "" H 2800 1350 60 0001 C CNN + 1 2800 1350 + 1 0 0 -1 +$EndComp +Text Label 4550 1500 0 60 ~ 0 +DATA-RB7 +Text Label 4550 1400 0 60 ~ 0 +CLOCK-RB6 +$Comp +L 24C16 U1 +U 1 1 442A87F7 +P 3700 1300 +F 0 "U1" H 3850 1650 60 0000 C CNN +F 1 "24Cxx" H 3900 950 60 0000 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 4450 850 60 0000 C CNN +F 3 "" H 3700 1300 60 0001 C CNN + 1 3700 1300 + 1 0 0 -1 +$EndComp +Text Label 9350 4000 0 60 ~ 0 +CLOCK-RB6 +Text Label 9350 3900 0 60 ~ 0 +DATA-RB7 +Text Label 7350 3900 0 60 ~ 0 +VPP-MCLR +NoConn ~ 2950 4150 +NoConn ~ 4500 5200 +NoConn ~ 4500 5050 +NoConn ~ 4500 4300 +NoConn ~ 4500 4450 +NoConn ~ 4500 4150 +NoConn ~ 4500 4000 +NoConn ~ 2950 5200 +NoConn ~ 2950 5050 +NoConn ~ 2950 4900 +NoConn ~ 2950 4750 +NoConn ~ 2950 4300 +NoConn ~ 2950 4000 +$Comp +L PIC16F54 U5 +U 1 1 442A81A7 +P 3750 4600 +F 0 "U5" H 3750 5350 60 0000 C CNN +F 1 "PIC_18_PINS" H 3750 3800 60 0000 C CNN +F 2 "dip_sockets:DIP-18__300_ELL" H 3800 3700 60 0000 C CNN +F 3 "" H 3750 4600 60 0001 C CNN + 1 3750 4600 + 1 0 0 -1 +$EndComp +NoConn ~ 4450 3400 +NoConn ~ 3000 3100 +NoConn ~ 3000 2700 +Text Label 4650 4900 0 60 ~ 0 +CLOCK-RB6 +Text Label 4650 4750 0 60 ~ 0 +DATA-RB7 +Text Label 2300 4450 0 60 ~ 0 +VPP-MCLR +Text Label 2350 3400 0 60 ~ 0 +VPP-MCLR +Text Label 4600 3100 0 60 ~ 0 +CLOCK-RB6 +Text Label 4600 2700 0 60 ~ 0 +DATA-RB7 +Text HLabel 1900 6300 0 60 Input ~ 0 +VPP-MCLR +Text HLabel 1900 2000 0 60 Input ~ 0 +CLOCK-RB6 +Text HLabel 1900 2100 0 60 Input ~ 0 +DATA-RB7 +$Comp +L GND #PWR044 +U 1 1 442A820F +P 2750 4650 +F 0 "#PWR044" H 2750 4650 30 0001 C CNN +F 1 "GND" H 2750 4580 30 0001 C CNN +F 2 "" H 2750 4650 60 0001 C CNN +F 3 "" H 2750 4650 60 0001 C CNN + 1 2750 4650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR045 +U 1 1 442A8205 +P 4450 2400 +F 0 "#PWR045" H 4450 2400 30 0001 C CNN +F 1 "GND" H 4450 2330 30 0001 C CNN +F 2 "" H 4450 2400 60 0001 C CNN +F 3 "" H 4450 2400 60 0001 C CNN + 1 4450 2400 + 0 -1 -1 0 +$EndComp +$Comp +L PIC12C508A U6 +U 1 1 442A81A5 +P 3750 2900 +F 0 "U6" H 3700 3600 60 0000 C CNN +F 1 "PIC_8_PINS" H 3750 2200 60 0000 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 3750 2100 60 0000 C CNN +F 3 "" H 3750 2900 60 0001 C CNN + 1 3750 2900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR046 +U 1 1 52C92629 +P 3700 1850 +F 0 "#PWR046" H 3700 1850 30 0001 C CNN +F 1 "GND" H 3700 1780 30 0001 C CNN +F 2 "" H 3700 1850 60 0001 C CNN +F 3 "" H 3700 1850 60 0001 C CNN + 1 3700 1850 + 1 0 0 -1 +$EndComp +Text Label 3700 800 0 60 ~ 0 +VCC_PIC +$Comp +L C C6 +U 1 1 442AA12B +P 2400 6800 +F 0 "C6" H 2450 6900 50 0000 L CNN +F 1 "100nF" H 2450 6700 50 0000 L CNN +F 2 "discret:C1-1" H 2750 6600 60 0000 C CNN +F 3 "" H 2400 6800 60 0001 C CNN + 1 2400 6800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2400 6200 2400 6600 +Text Label 2750 6500 0 60 ~ 0 +VCC_PIC +Wire Wire Line + 5300 1500 5300 4750 +Connection ~ 5300 2700 +Wire Wire Line + 5400 1400 5400 4900 +Connection ~ 5400 3100 +Wire Wire Line + 10000 1500 10000 3900 +Connection ~ 5300 1500 +Connection ~ 10000 1900 +Wire Wire Line + 10100 1400 10100 4000 +Connection ~ 10100 2000 +Connection ~ 5400 1400 +Wire Wire Line + 10200 6200 10200 2700 +Wire Wire Line + 5500 6200 5500 800 +Wire Wire Line + 1900 6200 10200 6200 +Connection ~ 10200 4700 +Wire Wire Line + 5500 800 3700 800 +Connection ~ 5500 4600 +Wire Wire Line + 2200 3400 2200 6300 +Wire Wire Line + 7100 6300 1900 6300 +Wire Wire Line + 7100 1900 7100 6300 +Connection ~ 2200 4450 +Connection ~ 7100 3900 +Wire Wire Line + 7200 4900 7200 6200 +Connection ~ 7200 6200 +Connection ~ 5500 6200 +Connection ~ 2200 6300 +Wire Wire Line + 2100 2400 2100 6200 +Connection ~ 2100 6200 +Wire Wire Line + 1900 2000 5400 2000 +Connection ~ 5400 2000 +Wire Wire Line + 1900 2100 5300 2100 +Connection ~ 5300 2100 +Connection ~ 2400 6500 +Connection ~ 2400 6200 +Wire Wire Line + 3700 1850 3700 1800 +Wire Wire Line + 2400 7000 2400 7050 +Wire Wire Line + 3300 7000 3300 7050 +$Comp +L PWR_FLAG #FLG047 +U 1 1 5558FA28 +P 3300 6500 +F 0 "#FLG047" H 3300 6595 30 0001 C CNN +F 1 "PWR_FLAG" H 3300 6680 30 0000 C CNN +F 2 "" H 3300 6500 60 0000 C CNN +F 3 "" H 3300 6500 60 0000 C CNN + 1 3300 6500 + 0 1 1 0 +$EndComp +$EndSCHEMATC diff --git a/demos/pspice/pspice-cache.lib b/demos/pspice/pspice-cache.lib new file mode 100644 index 0000000..06bcb9c --- /dev/null +++ b/demos/pspice/pspice-cache.lib @@ -0,0 +1,115 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +12V +# +DEF +12V #PWR 0 0 N Y 1 F N +F0 "#PWR" 0 200 40 H I C CNN +F1 "+12V" 0 150 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +12V 1 0 0 0 R 40 40 0 0 W N +C 0 80 20 0 1 0 N +P 2 0 1 0 0 60 0 0 N +ENDDRAW +ENDDEF +# +# 0 +# +DEF 0 #GND 0 0 Y Y 1 F P +F0 "#GND" 0 -100 40 H I C CNN +F1 "0" 0 -70 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X 0 1 0 0 0 R 40 40 1 1 W N +ENDDRAW +ENDDEF +# +# CAP +# +DEF CAP C 0 10 Y Y 1 F N +F0 "C" 100 150 50 V V C CNN +F1 "CAP" 100 -150 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS C +DRAW +P 2 0 1 0 -150 -50 150 -50 N +P 2 0 1 0 -150 50 150 50 N +X ~ 1 0 250 200 D 40 40 1 1 P +X ~ 2 0 -250 200 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 0 N Y 1 F N +F0 "L" 0 100 50 H V C CNN +F1 "INDUCTOR" 0 -50 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A -150 0 50 1 1799 0 1 0 N -100 0 -200 0 +A -50 0 50 1 1799 0 1 0 N 0 0 -100 0 +A 50 0 50 1 1799 0 1 0 N 100 0 0 0 +A 150 0 50 1 1799 0 1 0 N 200 0 100 0 +X 1 1 -250 0 50 R 30 30 1 1 I +X 2 2 250 0 50 L 30 30 1 1 I +ENDDRAW +ENDDEF +# +# QNPN +# +DEF QNPN Q 0 0 Y Y 1 F N +F0 "Q" -100 300 50 H V C CNN +F1 "QNPN" -100 200 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 0 0 0 0 150 -150 N +P 4 0 0 0 150 -150 150 -50 50 -150 150 -150 F +P 2 0 1 0 0 -150 0 150 N +P 2 0 1 0 0 0 150 150 N +P 4 0 1 0 -100 -150 0 -150 0 -150 0 -150 N +X C 1 150 350 200 D 40 40 1 1 P +X B 2 -300 0 300 R 40 40 1 1 I +X E 3 150 -350 200 U 40 40 1 1 P +X Substrat 4 -100 -350 200 U 50 20 1 1 I +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -40 150 40 -150 0 1 0 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VSOURCE +# +DEF VSOURCE V 0 40 Y Y 1 F N +F0 "V" 0 -100 60 H V C CNN +F1 "VSOURCE" 0 100 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 400 0 1 0 N +T 0 -320 -10 100 0 0 1 V Normal 0 C C +P 2 0 1 0 -250 -250 -250 150 F +P 3 0 1 0 -300 150 -250 250 -200 150 F +X E1 1 0 700 300 D 60 60 1 1 I +X E2 2 0 -700 300 U 60 60 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/pspice/pspice.cir b/demos/pspice/pspice.cir new file mode 100644 index 0000000..0c78a13 --- /dev/null +++ b/demos/pspice/pspice.cir @@ -0,0 +1,33 @@ +* EESchema Netlist Version 1.1 (Spice format) creation date: 05/01/2014 19:00:38 + +* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N +* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0 + +*Sheet Name:/ +R12 /VOUT Net-_L1-Pad1_ 22K +R11 +12V Net-_L1-Pad1_ 100 +L1 Net-_L1-Pad1_ /VOUT 100mH +R10 Net-_C3-Pad1_ Net-_Q3-Pad3_ 220 +C3 Net-_C3-Pad1_ 0 10uF +C2 Net-_C2-Pad1_ 0 1nF +R8 Net-_Q3-Pad3_ 0 2.2K +Q3 /VOUT Net-_C2-Pad1_ Net-_Q3-Pad3_ Net-_Q3-Pad3_ Q2N2222 +V2 Net-_C1-Pad2_ 0 AC 0.1 +C1 /VIN Net-_C1-Pad2_ 1UF +V1 +12V 0 DC 12V +R2 /VIN 0 10K +R6 +12V /VIN 22K +R5 +12V Net-_Q2-Pad2_ 22K +R1 Net-_Q2-Pad2_ 0 10K +R7 Net-_Q1-Pad3_ 0 470 +R4 +12V Net-_C2-Pad1_ 1K +R3 +12V Net-_Q1-Pad1_ 1K +Q2 Net-_C2-Pad1_ Net-_Q2-Pad2_ Net-_Q1-Pad3_ Net-_Q1-Pad3_ Q2N2222 +Q1 Net-_Q1-Pad1_ /VIN Net-_Q1-Pad3_ Net-_Q1-Pad3_ Q2N2222 + +.model Q2N2222 npn (bf=200) +.print tran v(nodes) +.print dc v(nodes) +.tran 10 10000 10 > pspice.dat + +.end diff --git a/demos/pspice/pspice.pro b/demos/pspice/pspice.pro new file mode 100644 index 0000000..3151f0d --- /dev/null +++ b/demos/pspice/pspice.pro @@ -0,0 +1,49 @@ +update=05/01/2014 19:00:46 +last_client=eeschema +[general] +version=1 +RootSch=pspice.sch +BoardNm=pspice.brd +[pcbnew] +version=1 +PadDrlX=320 +PadDimH=600 +PadDimV=600 +BoardThickness=630 +SgPcb45=1 +TxtPcbV=800 +TxtPcbH=600 +TxtModV=600 +TxtModH=600 +TxtModW=120 +VEgarde=100 +DrawLar=150 +EdgeLar=150 +TxtLar=120 +MSegLar=150 +LastNetListRead= +[pcbnew/libraries] +LibDir= +LibName1=sockets +LibName2=connect +LibName3=discret +LibName4=pin_array +LibName5=divers +LibName6=libcms +LibName7=display +LibName8=valves +LibName9=led +LibName10=dip_sockets +[eeschema] +version=1 +PageLayoutDescrFile= +SubpartIdSeparator=0 +SubpartFirstId=65 +LibDir= +NetFmtName=Spice +RptD_X=0 +RptD_Y=100 +RptLab=1 +LabSize=60 +[eeschema/libraries] +LibName1=pspice diff --git a/demos/pspice/pspice.sch b/demos/pspice/pspice.sch new file mode 100644 index 0000000..9e64a24 --- /dev/null +++ b/demos/pspice/pspice.sch @@ -0,0 +1,498 @@ +EESchema Schematic File Version 2 +LIBS:pspice +LIBS:pspice-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "Sun 22 Mar 2015" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text Label 4550 2800 0 60 ~ 0 +VIN +Text Label 8650 2100 0 60 ~ 0 +VOUT +Wire Notes Line + 1100 7100 1100 6200 +Wire Notes Line + 1100 7100 3900 7100 +Wire Notes Line + 3900 7100 3900 6200 +Wire Notes Line + 3900 6200 1100 6200 +Wire Wire Line + 4400 2800 5300 2800 +Connection ~ 9200 1800 +Wire Wire Line + 8700 1800 9200 1800 +Wire Wire Line + 7800 1800 8200 1800 +Wire Wire Line + 7800 1450 7800 1800 +Wire Wire Line + 7800 1500 8250 1500 +Wire Wire Line + 9200 1500 9200 2100 +Wire Wire Line + 8250 2900 8400 2900 +Connection ~ 7050 2450 +Wire Wire Line + 7050 2600 7050 2450 +Connection ~ 5750 3200 +Connection ~ 6100 3200 +Wire Wire Line + 6350 3200 6350 3150 +Wire Wire Line + 5500 3200 6350 3200 +Wire Wire Line + 5750 3150 5750 3200 +Wire Wire Line + 5500 3200 5500 3150 +Wire Wire Line + 3900 2800 3850 2800 +Wire Wire Line + 6100 2450 7250 2450 +Wire Wire Line + 6100 2450 6100 2300 +Wire Wire Line + 5750 2450 5750 2300 +Connection ~ 5100 2800 +Connection ~ 6700 2800 +Wire Wire Line + 6550 2800 6700 2800 +Wire Wire Line + 6700 2300 6700 3300 +Wire Wire Line + 5100 2300 5100 3300 +Wire Wire Line + 9200 2100 7700 2100 +Text Notes 1150 6600 0 60 ~ 0 ++gnucap .model Q2N2222 npn (bf=200)\n.print tran v(nodes)\n.print dc v(nodes)\n.tran 10 10000 10 > pspice.dat\n +Text Notes 1100 6200 0 60 ~ 0 +Pspice directives using one multiline text: +$Comp +L R R12 +U 1 1 3E9D53DA +P 8450 1800 +F 0 "R12" V 8530 1800 50 0000 C CNN +F 1 "22K" V 8450 1800 50 0000 C CNN +F 2 "" H 8450 1800 60 0001 C CNN +F 3 "" H 8450 1800 60 0001 C CNN + 1 8450 1800 + 0 1 1 0 +$EndComp +$Comp +L R R11 +U 1 1 3E9D4D47 +P 7800 1200 +F 0 "R11" H 7700 1400 50 0000 C CNN +F 1 "100" V 7800 1200 50 0000 C CNN +F 2 "" H 7800 1200 60 0001 C CNN +F 3 "" H 7800 1200 60 0001 C CNN + 1 7800 1200 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L1 +U 1 1 3E9D4A5D +P 8500 1500 +F 0 "L1" H 8500 1600 50 0000 C CNN +F 1 "100mH" H 8500 1400 50 0000 C CNN +F 2 "" H 8500 1500 60 0001 C CNN +F 3 "" H 8500 1500 60 0001 C CNN + 1 8500 1500 + 1 0 0 -1 +$EndComp +$Comp +L R R10 +U 1 1 3E9D3DED +P 8000 2900 +F 0 "R10" V 8080 2900 50 0000 C CNN +F 1 "220" V 8000 2900 50 0000 C CNN +F 2 "" H 8000 2900 60 0001 C CNN +F 3 "" H 8000 2900 60 0001 C CNN + 1 8000 2900 + 0 1 1 0 +$EndComp +$Comp +L 0 #GND01 +U 1 1 3E9D3DE2 +P 8400 3450 +F 0 "#GND01" H 8400 3350 40 0001 C CNN +F 1 "0" H 8400 3380 40 0000 C CNN +F 2 "" H 8400 3450 60 0001 C CNN +F 3 "" H 8400 3450 60 0001 C CNN + 1 8400 3450 + 1 0 0 -1 +$EndComp +$Comp +L CAP C3 +U 1 1 3E9D3DD3 +P 8400 3150 +F 0 "C3" V 8500 3300 50 0000 C CNN +F 1 "10uF" V 8500 3000 50 0000 C CNN +F 2 "" H 8400 3150 60 0000 C CNN +F 3 "" H 8400 3150 60 0000 C CNN + 1 8400 3150 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND02 +U 1 1 3E9D1EFF +P 7050 3150 +F 0 "#GND02" H 7050 3050 40 0001 C CNN +F 1 "0" H 7050 3080 40 0000 C CNN +F 2 "" H 7050 3150 60 0001 C CNN +F 3 "" H 7050 3150 60 0001 C CNN + 1 7050 3150 + 1 0 0 -1 +$EndComp +$Comp +L C C2 +U 1 1 3E9D1EF8 +P 7050 2850 +F 0 "C2" V 7150 3000 50 0000 C CNN +F 1 "1nF" V 7150 2700 50 0000 C CNN +F 2 "" H 7050 2850 60 0001 C CNN +F 3 "" H 7050 2850 60 0001 C CNN + 1 7050 2850 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND03 +U 1 1 32E8B852 +P 7700 3550 +F 0 "#GND03" H 7700 3450 40 0001 C CNN +F 1 "0" H 7700 3480 40 0000 C CNN +F 2 "" H 7700 3550 60 0001 C CNN +F 3 "" H 7700 3550 60 0001 C CNN + 1 7700 3550 + 1 0 0 -1 +$EndComp +$Comp +L +12V #+12V6 +U 1 1 32E8B84A +P 7800 900 +F 0 "#+12V6" H 7800 1100 40 0001 C CNN +F 1 "+12V" H 7800 1050 40 0000 C CNN +F 2 "" H 7800 900 60 0001 C CNN +F 3 "" H 7800 900 60 0001 C CNN + 1 7800 900 + 1 0 0 -1 +$EndComp +$Comp +L R R8 +U 1 1 32E8B80E +P 7700 3250 +F 0 "R8" V 7780 3250 50 0000 C CNN +F 1 "2.2K" V 7700 3250 50 0000 C CNN +F 2 "" H 7700 3250 60 0001 C CNN +F 3 "" H 7700 3250 60 0001 C CNN + 1 7700 3250 + 1 0 0 -1 +$EndComp +$Comp +L QNPN Q3 +U 1 1 32E8B7FC +P 7550 2450 +F 0 "Q3" H 7450 2750 50 0000 C CNN +F 1 "Q2N2222" H 7450 2650 50 0000 C CNN +F 2 "" H 7550 2450 60 0001 C CNN +F 3 "" H 7550 2450 60 0001 C CNN + 1 7550 2450 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND04 +U 1 1 32CFC469 +P 3850 4250 +F 0 "#GND04" H 3850 4150 40 0001 C CNN +F 1 "0" H 3850 4180 40 0000 C CNN +F 2 "" H 3850 4250 60 0001 C CNN +F 3 "" H 3850 4250 60 0001 C CNN + 1 3850 4250 + 1 0 0 -1 +$EndComp +$Comp +L VSOURCE V2 +U 1 1 32CFC454 +P 3850 3500 +F 0 "V2" H 3850 3400 60 0000 C CNN +F 1 "AC 0.1" H 3850 3600 60 0000 C CNN +F 2 "" H 3850 3500 60 0001 C CNN +F 3 "" H 3850 3500 60 0001 C CNN + 1 3850 3500 + 1 0 0 -1 +$EndComp +$Comp +L C C1 +U 1 1 32CFC413 +P 4150 2800 +F 0 "C1" V 4250 2950 50 0000 C CNN +F 1 "1UF" V 4250 2650 50 0000 C CNN +F 2 "" H 4150 2800 60 0001 C CNN +F 3 "" H 4150 2800 60 0001 C CNN + 1 4150 2800 + 0 1 1 0 +$EndComp +$Comp +L +12V #+12V5 +U 1 1 32CFC34D +P 2850 1500 +F 0 "#+12V5" H 2850 1700 40 0001 C CNN +F 1 "+12V" H 2850 1650 40 0000 C CNN +F 2 "" H 2850 1500 60 0001 C CNN +F 3 "" H 2850 1500 60 0001 C CNN + 1 2850 1500 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND05 +U 1 1 32CFC344 +P 2850 2950 +F 0 "#GND05" H 2850 2850 40 0001 C CNN +F 1 "0" H 2850 2880 40 0000 C CNN +F 2 "" H 2850 2950 60 0001 C CNN +F 3 "" H 2850 2950 60 0001 C CNN + 1 2850 2950 + 1 0 0 -1 +$EndComp +$Comp +L VSOURCE V1 +U 1 1 32CFC337 +P 2850 2200 +F 0 "V1" H 2850 2100 60 0000 C CNN +F 1 "DC 12V" H 2850 2300 60 0000 C CNN +F 2 "" H 2850 2200 60 0001 C CNN +F 3 "" H 2850 2200 60 0001 C CNN + 1 2850 2200 + 1 0 0 -1 +$EndComp +$Comp +L +12V #+12V4 +U 1 1 32CFC303 +P 6700 1750 +F 0 "#+12V4" H 6700 1950 40 0001 C CNN +F 1 "+12V" H 6700 1900 40 0000 C CNN +F 2 "" H 6700 1750 60 0001 C CNN +F 3 "" H 6700 1750 60 0001 C CNN + 1 6700 1750 + 1 0 0 -1 +$EndComp +$Comp +L +12V #+12V3 +U 1 1 32CFC2FF +P 6100 1750 +F 0 "#+12V3" H 6100 1950 40 0001 C CNN +F 1 "+12V" H 6100 1900 40 0000 C CNN +F 2 "" H 6100 1750 60 0001 C CNN +F 3 "" H 6100 1750 60 0001 C CNN + 1 6100 1750 + 1 0 0 -1 +$EndComp +$Comp +L +12V #+12V2 +U 1 1 32CFC2FD +P 5750 1750 +F 0 "#+12V2" H 5750 1950 40 0001 C CNN +F 1 "+12V" H 5750 1900 40 0000 C CNN +F 2 "" H 5750 1750 60 0001 C CNN +F 3 "" H 5750 1750 60 0001 C CNN + 1 5750 1750 + 1 0 0 -1 +$EndComp +$Comp +L +12V #+12V1 +U 1 1 32CFC2F7 +P 5100 1750 +F 0 "#+12V1" H 5100 1950 40 0001 C CNN +F 1 "+12V" H 5100 1900 40 0000 C CNN +F 2 "" H 5100 1750 60 0001 C CNN +F 3 "" H 5100 1750 60 0001 C CNN + 1 5100 1750 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND06 +U 1 1 32CFC2B8 +P 6700 3850 +F 0 "#GND06" H 6700 3750 40 0001 C CNN +F 1 "0" H 6700 3780 40 0000 C CNN +F 2 "" H 6700 3850 60 0001 C CNN +F 3 "" H 6700 3850 60 0001 C CNN + 1 6700 3850 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND07 +U 1 1 32CFC2B5 +P 5100 3850 +F 0 "#GND07" H 5100 3750 40 0001 C CNN +F 1 "0" H 5100 3780 40 0000 C CNN +F 2 "" H 5100 3850 60 0001 C CNN +F 3 "" H 5100 3850 60 0001 C CNN + 1 5100 3850 + 1 0 0 -1 +$EndComp +$Comp +L R R2 +U 1 1 32CFC293 +P 5100 3550 +F 0 "R2" V 5180 3550 50 0000 C CNN +F 1 "10K" V 5100 3550 50 0000 C CNN +F 2 "" H 5100 3550 60 0001 C CNN +F 3 "" H 5100 3550 60 0001 C CNN + 1 5100 3550 + 1 0 0 -1 +$EndComp +$Comp +L R R6 +U 1 1 32CFC288 +P 5100 2050 +F 0 "R6" H 5000 2250 50 0000 C CNN +F 1 "22K" V 5100 2050 50 0000 C CNN +F 2 "" H 5100 2050 60 0001 C CNN +F 3 "" H 5100 2050 60 0001 C CNN + 1 5100 2050 + 1 0 0 -1 +$EndComp +$Comp +L R R5 +U 1 1 32CFC27F +P 6700 2050 +F 0 "R5" H 6600 2250 50 0000 C CNN +F 1 "22K" V 6700 2050 50 0000 C CNN +F 2 "" H 6700 2050 60 0001 C CNN +F 3 "" H 6700 2050 60 0001 C CNN + 1 6700 2050 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 32CFC277 +P 6700 3550 +F 0 "R1" V 6780 3550 50 0000 C CNN +F 1 "10K" V 6700 3550 50 0000 C CNN +F 2 "" H 6700 3550 60 0001 C CNN +F 3 "" H 6700 3550 60 0001 C CNN + 1 6700 3550 + 1 0 0 -1 +$EndComp +$Comp +L 0 #GND08 +U 1 1 32CFC26C +P 5950 3850 +F 0 "#GND08" H 5950 3750 40 0001 C CNN +F 1 "0" H 5950 3780 40 0000 C CNN +F 2 "" H 5950 3850 60 0001 C CNN +F 3 "" H 5950 3850 60 0001 C CNN + 1 5950 3850 + 1 0 0 -1 +$EndComp +$Comp +L R R7 +U 1 1 32CFC25A +P 5950 3550 +F 0 "R7" V 6030 3550 50 0000 C CNN +F 1 "470" V 5950 3550 50 0000 C CNN +F 2 "" H 5950 3550 60 0001 C CNN +F 3 "" H 5950 3550 60 0001 C CNN + 1 5950 3550 + 1 0 0 -1 +$EndComp +$Comp +L R R4 +U 1 1 32CFC254 +P 6100 2050 +F 0 "R4" H 6000 2250 50 0000 C CNN +F 1 "1K" V 6100 2050 50 0000 C CNN +F 2 "" H 6100 2050 60 0001 C CNN +F 3 "" H 6100 2050 60 0001 C CNN + 1 6100 2050 + 1 0 0 -1 +$EndComp +$Comp +L R R3 +U 1 1 32CFC24C +P 5750 2050 +F 0 "R3" H 5650 2250 50 0000 C CNN +F 1 "1K" V 5750 2050 50 0000 C CNN +F 2 "" H 5750 2050 60 0001 C CNN +F 3 "" H 5750 2050 60 0001 C CNN + 1 5750 2050 + 1 0 0 -1 +$EndComp +$Comp +L QNPN Q2 +U 1 1 32CFC230 +P 6250 2800 +F 0 "Q2" H 6150 3100 50 0000 C CNN +F 1 "Q2N2222" H 6150 3000 50 0000 C CNN +F 2 "" H 6250 2800 60 0001 C CNN +F 3 "" H 6250 2800 60 0001 C CNN + 1 6250 2800 + -1 0 0 -1 +$EndComp +$Comp +L QNPN Q1 +U 1 1 32CFC227 +P 5600 2800 +F 0 "Q1" H 5500 3100 50 0000 C CNN +F 1 "Q2N2222" H 5500 3000 50 0000 C CNN +F 2 "" H 5600 2800 60 0001 C CNN +F 3 "" H 5600 2800 60 0001 C CNN + 1 5600 2800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9200 1500 8750 1500 +Connection ~ 7800 1500 +Wire Wire Line + 2850 2900 2850 2950 +Wire Wire Line + 3850 4200 3850 4250 +Wire Wire Line + 5100 3800 5100 3850 +Wire Wire Line + 5950 3800 5950 3850 +Wire Wire Line + 6100 3150 6100 3200 +Wire Wire Line + 5950 3200 5950 3300 +Connection ~ 5950 3200 +Wire Wire Line + 6700 3850 6700 3800 +Wire Wire Line + 7050 3150 7050 3100 +Wire Wire Line + 7700 3550 7700 3500 +Wire Wire Line + 8400 3450 8400 3400 +Wire Wire Line + 7700 2800 7700 3000 +Wire Wire Line + 7750 2900 7700 2900 +Connection ~ 7700 2900 +Wire Wire Line + 7700 2850 7450 2850 +Wire Wire Line + 7450 2850 7450 2800 +Connection ~ 7700 2850 +Wire Wire Line + 6700 1750 6700 1800 +Wire Wire Line + 6100 1750 6100 1800 +Wire Wire Line + 5750 1750 5750 1800 +Wire Wire Line + 5100 1750 5100 1800 +Wire Wire Line + 7800 900 7800 950 +$EndSCHEMATC diff --git a/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py b/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py new file mode 100644 index 0000000..55c1698 --- /dev/null +++ b/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py @@ -0,0 +1,119 @@ +''' + A python script example to create plot files to build a board: + Gerber files + Drill files + Map dril files + + Important note: + this python script does not plot frame references (page layout). + the reason is it is not yet possible from a python script because plotting + plot frame references needs loading the corresponding page layout file + (.wks file) or the default template. + + This info (the page layout template) is not stored in the board, and therefore + not available. + + Do not try to change SetPlotFrameRef(False) to SetPlotFrameRef(true) + the result is the pcbnew lib will crash if you try to plot + the unknown frame references template. + + Anyway, in gerber and drill files the page layout is not plot +''' + +import sys + +from pcbnew import * +filename=sys.argv[1] + +board = LoadBoard(filename) + +plotDir = "plot/" + +pctl = PLOT_CONTROLLER(board) + +popt = pctl.GetPlotOptions() + +popt.SetOutputDirectory(plotDir) + +# Set some important plot options: +popt.SetPlotFrameRef(False) #do not change it +popt.SetLineWidth(FromMM(0.35)) + +popt.SetAutoScale(False) #do not change it +popt.SetScale(1) #do not change it +popt.SetMirror(False) +popt.SetUseGerberAttributes(True) +popt.SetUseGerberProtelExtensions(False) +popt.SetExcludeEdgeLayer(False); +popt.SetScale(1) +popt.SetUseAuxOrigin(True) + +# This by gerbers only (also the name is truly horrid!) +popt.SetSubtractMaskFromSilk(False) + +# Once the defaults are set it become pretty easy... +# I have a Turing-complete programming language here: I'll use it... +# param 0 is a string added to the file base name to identify the drawing +# param 1 is the layer ID +# param 2 is a comment +plot_plan = [ + ( "CuTop", F_Cu, "Top layer" ), + ( "CuBottom", B_Cu, "Bottom layer" ), + ( "PasteBottom", B_Paste, "Paste Bottom" ), + ( "PasteTop", F_Paste, "Paste top" ), + ( "SilkTop", F_SilkS, "Silk top" ), + ( "SilkBottom", B_SilkS, "Silk top" ), + ( "MaskBottom", B_Mask, "Mask bottom" ), + ( "MaskTop", F_Mask, "Mask top" ), + ( "EdgeCuts", Edge_Cuts, "Edges" ), +] + + +for layer_info in plot_plan: + pctl.SetLayer(layer_info[1]) + pctl.OpenPlotfile(layer_info[0], PLOT_FORMAT_GERBER, layer_info[2]) + print 'plot %s' % pctl.GetPlotFileName() + if pctl.PlotLayer() == False: + print "plot error" + +#generate internal copper layers, if any +lyrcnt = board.GetCopperLayerCount(); + +for innerlyr in range ( 1, lyrcnt-1 ): + pctl.SetLayer(innerlyr) + lyrname = 'inner%s' % innerlyr + pctl.OpenPlotfile(lyrname, PLOT_FORMAT_GERBER, "inner") + print 'plot %s' % pctl.GetPlotFileName() + if pctl.PlotLayer() == False: + print "plot error" + + +# At the end you have to close the last plot, otherwise you don't know when +# the object will be recycled! +pctl.ClosePlot() + +# Fabricators need drill files. +# sometimes a drill map file is asked (for verification purpose) +drlwriter = EXCELLON_WRITER( board ) +drlwriter.SetMapFileFormat( PLOT_FORMAT_PDF ) + +mirror = False +minimalHeader = False +offset = wxPoint(0,0) +# False to generate 2 separate drill files (one for plated holes, one for non plated holes) +# True to generate only one drill file +mergeNPTH = False +drlwriter.SetOptions( mirror, minimalHeader, offset, mergeNPTH ) + +metricFmt = True +drlwriter.SetFormat( metricFmt ) + +genDrl = True +genMap = True +print 'create drill and map files in %s' % pctl.GetPlotDirName() +drlwriter.CreateDrillandMapFilesSet( pctl.GetPlotDirName(), genDrl, genMap ); + +# One can create a text file to report drill statistics +rptfn = pctl.GetPlotDirName() + 'drill_report.rpt' +print 'report: %s' % rptfn +drlwriter.GenDrillReportFile( rptfn ); diff --git a/demos/python_scripts_examples/plot_board.py b/demos/python_scripts_examples/plot_board.py new file mode 100644 index 0000000..6fd55d0 --- /dev/null +++ b/demos/python_scripts_examples/plot_board.py @@ -0,0 +1,211 @@ +''' + A python script example to create various plot files from a board: + Fab files + Doc files + Gerber files + + Important note: + this python script does not plot frame references. + the reason is it is not yet possible from a python script because plotting + plot frame references needs loading the corresponding page layout file + (.wks file) or the default template. + + This info (the page layout template) is not stored in the board, and therefore + not available. + + Do not try to change SetPlotFrameRef(False) to SetPlotFrameRef(true) + the result is the pcbnew lib will crash if you try to plot + the unknown frame references template. +''' + +import sys + +from pcbnew import * +filename=sys.argv[1] + +board = LoadBoard(filename) + +pctl = PLOT_CONTROLLER(board) + +popt = pctl.GetPlotOptions() + +popt.SetOutputDirectory("plot/") + +# Set some important plot options: +popt.SetPlotFrameRef(False) +popt.SetLineWidth(FromMM(0.35)) + +popt.SetAutoScale(False) +popt.SetScale(1) +popt.SetMirror(False) +popt.SetUseGerberAttributes(True) +popt.SetExcludeEdgeLayer(False); +popt.SetScale(1) +popt.SetUseAuxOrigin(True) + +# This by gerbers only (also the name is truly horrid!) +popt.SetSubtractMaskFromSilk(False) + +pctl.SetLayer(F_SilkS) +pctl.OpenPlotfile("Silk", PLOT_FORMAT_PDF, "Assembly guide") +pctl.PlotLayer() + +# Once the defaults are set it become pretty easy... +# I have a Turing-complete programming language here: I'll use it... +# param 0 is a string added to the file base name to identify the drawing +# param 1 is the layer ID +plot_plan = [ + ( "CuTop", F_Cu, "Top layer" ), + ( "CuBottom", B_Cu, "Bottom layer" ), + ( "PasteBottom", B_Paste, "Paste Bottom" ), + ( "PasteTop", F_Paste, "Paste top" ), + ( "SilkTop", F_SilkS, "Silk top" ), + ( "SilkBottom", B_SilkS, "Silk top" ), + ( "MaskBottom", B_Mask, "Mask bottom" ), + ( "MaskTop", F_Mask, "Mask top" ), + ( "EdgeCuts", Edge_Cuts, "Edges" ), +] + + +for layer_info in plot_plan: + pctl.SetLayer(layer_info[1]) + pctl.OpenPlotfile(layer_info[0], PLOT_FORMAT_GERBER, layer_info[2]) + pctl.PlotLayer() + +# Our fabricators want two additional gerbers: +# An assembly with no silk trim and all and only the references +# (you'll see that even holes have designators, obviously) +popt.SetSubtractMaskFromSilk(False) +popt.SetPlotReference(True) +popt.SetPlotValue(False) +popt.SetPlotInvisibleText(True) + +pctl.SetLayer(F_SilkS) +pctl.OpenPlotfile("AssyTop", PLOT_FORMAT_PDF, "Assembly top") +pctl.PlotLayer() + +# And a gerber with only the component outlines (really!) +popt.SetPlotReference(False) +popt.SetPlotInvisibleText(False) +pctl.SetLayer(F_SilkS) +pctl.OpenPlotfile("AssyOutlinesTop", PLOT_FORMAT_PDF, "Assembly outline top") +pctl.PlotLayer() + +# The same could be done for the bottom side, if there were components +popt.SetUseAuxOrigin(False) + +## For documentation we also want a general layout PDF +## I usually use a shell script to merge the ps files and then distill the result +## Now I can do it with a control file. As a bonus I can have references in a +## different colour, too. + +popt.SetPlotReference(True) +popt.SetPlotValue(True) +popt.SetPlotInvisibleText(False) +# Remember that the frame is always in color 0 (BLACK) and should be requested +# before opening the plot +popt.SetPlotFrameRef(False) +pctl.SetLayer(Dwgs_User) + +pctl.OpenPlotfile("Layout", PLOT_FORMAT_PDF, "General layout") +pctl.PlotLayer() + +# Do the PCB edges in yellow +popt.SetColor(YELLOW) +pctl.SetLayer(Edge_Cuts) +pctl.PlotLayer() + +## Comments in, uhmm... green +popt.SetColor(GREEN) +pctl.SetLayer(Cmts_User) +pctl.PlotLayer() + +# Bottom mask as lines only, in red +#popt.SetMode(LINE) +popt.SetColor(RED) +pctl.SetLayer(B_Mask) +pctl.PlotLayer() + +# Top mask as lines only, in blue +popt.SetColor(BLUE) +pctl.SetLayer(F_Mask) +pctl.PlotLayer() + +# Top paste in light blue, filled +popt.SetColor(BLUE) +#popt.SetMode(FILLED) +pctl.SetLayer(F_Paste) +pctl.PlotLayer() + +# Top Silk in cyan, filled, references in dark cyan +popt.SetReferenceColor(DARKCYAN) +popt.SetColor(CYAN) +pctl.SetLayer(F_SilkS) +pctl.PlotLayer() + +popt.SetTextMode(PLOTTEXTMODE_STROKE) +pctl.SetLayer(F_Mask) +pctl.OpenPlotfile("Assembly", PLOT_FORMAT_SVG, "Master Assembly") +pctl.SetColorMode(True) + +# We want *everything* +popt.SetPlotReference(True) +popt.SetPlotValue(True) +popt.SetPlotInvisibleText(True) + +# Remember than the DXF driver assigns colours to layers. This means that +# we will be able to turn references on and off simply using their layers +# Also most of the layer are now plotted in 'line' mode, because DXF handles +# fill mode almost like sketch mode (this is to keep compatibility with +# most CAD programs; most of the advanced primitive attributes required are +# handled only by recent autocads...); also the entry level cads (qcad +# and derivatives) simply don't handle polyline widths... + +# Here I'm using numbers for colors and layers, I'm too lazy too look them up:P +popt.SetReferenceColor(19) +popt.SetValueColor(21) + +popt.SetColor(0) +#popt.SetMode(LINE) +pctl.SetLayer(B_SilkS) +pctl.PlotLayer() +popt.SetColor(14) +pctl.SetLayer(F_SilkS) +pctl.PlotLayer() +popt.SetColor(2) +pctl.SetLayer(B_Mask) +pctl.PlotLayer() +popt.SetColor(4) +pctl.SetLayer(F_Mask) +pctl.PlotLayer() +popt.SetColor(1) +pctl.SetLayer(B_Paste) +pctl.PlotLayer() +popt.SetColor(9) +pctl.SetLayer(F_Paste) +pctl.PlotLayer() +popt.SetColor(3) +pctl.SetLayer(Edge_Cuts) +pctl.PlotLayer() + +# Export the copper layers too... exporting one of them in filled mode with +# drill marks will put the marks in the WHITE later (since it tries to blank +# the pads...); these will be obviously great reference points for snap +# and stuff in the cad. A pctl function to only plot them would be +# better anyway... + +popt.SetColor(17) +#popt.SetMode(FILLED) +popt.SetDrillMarksType(PCB_PLOT_PARAMS.FULL_DRILL_SHAPE) +pctl.SetLayer(B_Cu) +pctl.PlotLayer() +popt.SetColor(20) +popt.SetDrillMarksType(PCB_PLOT_PARAMS.NO_DRILL_SHAPE) +pctl.SetLayer(F_Cu) +pctl.PlotLayer() + +# At the end you have to close the last plot, otherwise you don't know when +# the object will be recycled! +pctl.ClosePlot() + +# We have just generated 21 plotfiles with a single script diff --git a/demos/sonde xilinx/sonde xilinx-cache.lib b/demos/sonde xilinx/sonde xilinx-cache.lib new file mode 100644 index 0000000..4415ec6 --- /dev/null +++ b/demos/sonde xilinx/sonde xilinx-cache.lib @@ -0,0 +1,318 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_6 +# +DEF CONN_6 P 0 30 Y N 1 F N +F0 "P" -50 0 60 V V C CNN +F1 "CONN_6" 50 0 60 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 300 100 -300 0 1 0 N +X 1 1 -350 250 250 R 60 60 1 1 P I +X 2 2 -350 150 250 R 60 60 1 1 P I +X 3 3 -350 50 250 R 60 60 1 1 P I +X 4 4 -350 -50 250 R 60 60 1 1 P I +X 5 5 -350 -150 250 R 60 60 1 1 P I +X 6 6 -350 -250 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB25 +# +DEF DB25 J 0 40 Y N 1 F N +F0 "J" 50 1350 70 H V C CNN +F1 "DB25" -50 -1350 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB25* +$ENDFPLIST +DRAW +A -109 1270 41 1799 774 0 1 8 N -150 1270 -100 1310 +A -108 -1259 42 -1787 -788 0 1 8 N -150 -1260 -100 -1300 +A 116 -1169 34 -657 -15 0 1 8 N 130 -1200 150 -1170 +A 117 1170 32 664 1 0 1 8 N 130 1199 149 1170 +C -70 -1200 30 0 1 0 N +C -70 -1000 30 0 1 0 N +C -70 -800 30 0 1 0 N +C -70 -600 30 0 1 0 N +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C -70 600 30 0 1 0 N +C -70 800 30 0 1 0 N +C -70 1000 30 0 1 0 N +C -70 1200 30 0 1 0 N +C 50 -1100 30 0 1 0 N +C 50 -900 30 0 1 0 N +C 50 -700 30 0 1 0 N +C 50 -500 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +C 50 500 30 0 1 0 N +C 50 700 30 0 1 0 N +C 50 900 30 0 1 0 N +C 50 1100 30 0 1 0 N +P 2 0 1 8 -150 -1260 -150 1270 N +P 2 0 1 0 -150 -1200 -100 -1200 N +P 2 0 1 0 -150 -1100 20 -1100 N +P 2 0 1 0 -150 -1000 -100 -1000 N +P 2 0 1 0 -150 -900 20 -900 N +P 2 0 1 0 -150 -800 -100 -800 N +P 2 0 1 0 -150 -700 20 -700 N +P 2 0 1 0 -150 -600 -100 -600 N +P 2 0 1 0 -150 -500 20 -500 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -150 500 20 500 N +P 2 0 1 0 -150 600 -100 600 N +P 2 0 1 0 -150 700 20 700 N +P 2 0 1 0 -150 800 -100 800 N +P 2 0 1 0 -150 900 20 900 N +P 2 0 1 0 -150 1000 -100 1000 N +P 2 0 1 0 -150 1100 20 1100 N +P 2 0 1 0 -150 1200 -100 1200 N +P 2 0 1 8 -100 -1300 130 -1200 N +P 2 0 1 8 130 1200 -100 1310 N +P 2 0 1 8 150 -1170 150 1170 N +X 1 1 -450 -1200 300 R 60 60 1 1 P +X 2 2 -450 -1000 300 R 60 60 1 1 P +X 3 3 -450 -800 300 R 60 60 1 1 P +X 4 4 -450 -600 300 R 60 60 1 1 P +X 5 5 -450 -400 300 R 60 60 1 1 P +X 6 6 -450 -200 300 R 60 60 1 1 P +X 7 7 -450 0 300 R 60 60 1 1 P +X 8 8 -450 200 300 R 60 60 1 1 P +X 9 9 -450 400 300 R 60 60 1 1 P +X 10 10 -450 600 300 R 60 60 1 1 P +X P20 20 -450 100 300 R 60 60 1 1 P +X 11 11 -450 800 300 R 60 60 1 1 P +X P21 21 -450 300 300 R 60 60 1 1 P +X 12 12 -450 1000 300 R 60 60 1 1 P +X P22 22 -450 500 300 R 60 60 1 1 P +X 13 13 -450 1200 300 R 60 60 1 1 P +X P23 23 -450 700 300 R 60 60 1 1 P +X P14 14 -450 -1100 300 R 60 60 1 1 P +X P24 24 -450 900 300 R 60 60 1 1 P +X P15 15 -450 -900 300 R 60 60 1 1 P +X P25 25 -450 1100 300 R 60 60 1 1 P +X P16 16 -450 -700 300 R 60 60 1 1 P +X P17 17 -450 -500 300 R 60 60 1 1 P +X P18 18 -450 -300 300 R 60 60 1 1 P +X P19 19 -450 -100 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/sonde xilinx/sonde xilinx.kicad_pcb b/demos/sonde xilinx/sonde xilinx.kicad_pcb new file mode 100644 index 0000000..415dc24 --- /dev/null +++ b/demos/sonde xilinx/sonde xilinx.kicad_pcb @@ -0,0 +1,1660 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-03-10 BZR 5499)-product") + + (general + (links 66) + (no_connects 0) + (area 87.894885 61.823599 196.621401 118.313201) + (thickness 1.6002) + (drawings 19) + (tracks 265) + (zones 0) + (modules 25) + (nets 27) + ) + + (page A4) + (title_block + (rev 1) + (company "Kicad Demo") + ) + + (layers + (0 Dessus signal) + (31 Dessous signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.635) + (user_trace_width 0.4) + (user_trace_width 1) + (trace_clearance 0.254) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2032) + (segment_width 0.3) + (edge_width 0.1) + (via_size 1.651) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.3) + (mod_text_size 0.3 1.5) + (mod_text_width 0.3) + (pad_size 1.778 5.08) + (pad_drill 0) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions false) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 0) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 /CLK-D1) + (net 2 /CTRL-D3) + (net 3 /DONE-SELECT*) + (net 4 /PWR_3,3-5V) + (net 5 /TCK-CCLK) + (net 6 /TD0-DONE) + (net 7 /TD0-PROG-D4) + (net 8 /TDI-DIN) + (net 9 /TDI-DIN-D0) + (net 10 /TMS-PROG) + (net 11 /TMS-PROG-D2) + (net 12 /VCC_SENSE-ERROR*) + (net 13 GND) + (net 14 N-000008) + (net 15 N-000014) + (net 16 N-000015) + (net 17 N-000016) + (net 18 N-000030) + (net 19 N-000031) + (net 20 N-000032) + (net 21 N-000033) + (net 22 N-000034) + (net 23 N-000035) + (net 24 N-000036) + (net 25 N-000038) + (net 26 VCC) + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.254) + (trace_width 0.635) + (via_dia 1.651) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net /CLK-D1) + (add_net /CTRL-D3) + (add_net /DONE-SELECT*) + (add_net /PWR_3,3-5V) + (add_net /TCK-CCLK) + (add_net /TD0-DONE) + (add_net /TD0-PROG-D4) + (add_net /TDI-DIN) + (add_net /TDI-DIN-D0) + (add_net /TMS-PROG) + (add_net /TMS-PROG-D2) + (add_net /VCC_SENSE-ERROR*) + (add_net GND) + (add_net N-000008) + (add_net N-000014) + (add_net N-000015) + (add_net N-000016) + (add_net N-000030) + (add_net N-000031) + (add_net N-000032) + (add_net N-000033) + (add_net N-000034) + (add_net N-000035) + (add_net N-000036) + (add_net N-000038) + (add_net VCC) + ) + + (module DB25M_CI (layer Dessus) (tedit 3F9A86C0) (tstamp 3) + (at 102.87 88.9 90) + (descr "Connecteur DB25 male couche") + (tags "CONN DB25") + (path /3EBF7D04) + (fp_text reference J1 (at 0 -2.667 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB25MALE (at 0 -8.763 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 15.875 -0.508) (end 16.891 -3.302) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.891 -3.302) (end 17.907 -0.508) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 -4.318) (end 26.67 -4.318) (layer F.SilkS) (width 0.3048)) + (fp_line (start 26.67 -5.588) (end -26.67 -5.588) (layer F.SilkS) (width 0.3048)) + (fp_line (start 26.67 -5.588) (end 26.67 -4.318) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 -5.588) (end -26.67 -4.318) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 -0.508) (end -20.32 -0.508) (layer F.SilkS) (width 0.3048)) + (fp_line (start 19.05 -0.508) (end 19.05 1.143) (layer F.SilkS) (width 0.3048)) + (fp_line (start 19.05 1.143) (end 17.78 1.143) (layer F.SilkS) (width 0.3048)) + (fp_line (start -19.05 -0.508) (end -19.05 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -19.05 1.016) (end -17.78 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -0.508) (end -20.32 -4.318) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 -4.318) (end 20.32 -0.508) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -5.588) (end -20.32 -11.303) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -11.303) (end 20.32 -11.303) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 -11.303) (end 20.32 -5.588) (layer F.SilkS) (width 0.3048)) + (pad 13 connect rect (at -16.51 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 3 /DONE-SELECT*)) + (pad 12 connect rect (at -13.716 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 14 N-000008)) + (pad 11 connect rect (at -11.049 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 14 N-000008)) + (pad 10 connect rect (at -8.255 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask)) + (pad 9 connect rect (at -5.588 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask)) + (pad 8 connect rect (at -2.794 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 14 N-000008)) + (pad 7 connect rect (at 0 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask)) + (pad 6 connect rect (at 2.667 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 7 /TD0-PROG-D4)) + (pad 5 connect rect (at 5.461 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 2 /CTRL-D3)) + (pad 4 connect rect (at 8.128 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 11 /TMS-PROG-D2)) + (pad 3 connect rect (at 10.922 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 1 /CLK-D1)) + (pad 2 connect rect (at 13.716 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask) + (net 9 /TDI-DIN-D0)) + (pad 1 connect rect (at 16.383 2.667 180) (size 5.08 1.524) (layers Dessus F.Mask)) + (pad 25 connect rect (at -15.113 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask) + (net 13 GND)) + (pad 24 connect rect (at -12.446 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 23 connect rect (at -9.652 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 22 connect rect (at -6.858 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 21 connect rect (at -4.191 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 20 connect rect (at -1.397 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask) + (net 13 GND)) + (pad 19 connect rect (at 1.27 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 18 connect rect (at 4.064 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 17 connect rect (at 6.858 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 16 connect rect (at 9.525 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (pad 15 connect rect (at 12.319 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask) + (net 12 /VCC_SENSE-ERROR*)) + (pad 14 connect rect (at 14.986 2.667 180) (size 5.08 1.524) (layers Dessous B.Mask)) + (model Connect.3dshapes/DB25M_CI.wrl + (at (xyz 0 0 -0.033)) + (scale (xyz 0.98 1 1)) + (rotate (xyz 90 180 0)) + ) + ) + + (module bornier6 (layer Dessus) (tedit 41F667CA) (tstamp 3) + (at 170.18 88.9 270) + (descr "Bornier d'alimentation 4 pins") + (tags DEV) + (path /3EBF830C) + (fp_text reference P1 (at 10.16 -6.35 270) (layer F.SilkS) + (effects (font (size 2.6162 1.59766) (thickness 0.3048))) + ) + (fp_text value CONN_6 (at -17.78 0 360) (layer F.SilkS) + (effects (font (size 3.05054 2.0955) (thickness 0.3048))) + ) + (fp_line (start -15.24 -3.81) (end -15.24 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.24 3.81) (end 15.24 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.24 2.54) (end 15.24 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.24 -3.81) (end 15.24 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.24 3.81) (end 15.24 3.81) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole circle (at -7.62 0 270) (size 3.81 3.81) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 3 thru_hole circle (at -2.54 0 270) (size 3.81 3.81) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 6 /TD0-DONE)) + (pad 1 thru_hole rect (at -12.7 0 270) (size 3.81 3.81) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 4 /PWR_3,3-5V)) + (pad 4 thru_hole circle (at 2.54 0 270) (size 3.81 3.81) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 8 /TDI-DIN)) + (pad 5 thru_hole circle (at 7.62 0 270) (size 3.81 3.81) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 5 /TCK-CCLK)) + (pad 6 thru_hole circle (at 12.7 0 270) (size 3.81 3.81) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 10 /TMS-PROG)) + (model Connect.3dshapes/bornier6.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 142.24 72.39) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF8187) + (autoplace_cost180 10) + (fp_text reference R2 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 5,1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 N-000038)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 76.2 180) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF7D16) + (autoplace_cost180 10) + (fp_text reference R1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 N-000014)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 /VCC_SENSE-ERROR*)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 157.48 88.9 180) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF819B) + (autoplace_cost180 10) + (fp_text reference R14 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /TD0-DONE)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 N-000038)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 156.21 73.66) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF818E) + (autoplace_cost180 10) + (fp_text reference R5 (at 0 0) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 83.82 180) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF7D26) + (autoplace_cost180 10) + (fp_text reference R6 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 N-000031)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /TD0-PROG-D4)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 92.71 180) + (descr "Resitance 4 pas") + (tags R) + (path /4D52807F) + (autoplace_cost180 10) + (fp_text reference R7 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 N-000016)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /TDI-DIN-D0)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 86.36 180) + (descr "Resitance 4 pas") + (tags R) + (path /4D528080) + (autoplace_cost180 10) + (fp_text reference R8 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 N-000033)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 /CTRL-D3)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 81.28 180) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF7D33) + (autoplace_cost180 10) + (fp_text reference R9 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 N-000032)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 /TMS-PROG-D2)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 78.74 180) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF7D31) + (autoplace_cost180 10) + (fp_text reference R10 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 N-000030)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 /CLK-D1)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 157.48 93.98 180) + (descr "Resitance 4 pas") + (tags R) + (path /4D527316) + (autoplace_cost180 10) + (fp_text reference R11 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /TDI-DIN)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 N-000035)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 157.48 99.06 180) + (descr "Resitance 4 pas") + (tags R) + (path /4D528083) + (autoplace_cost180 10) + (fp_text reference R12 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /TCK-CCLK)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 N-000036)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 157.48 105.41 180) + (descr "Resitance 4 pas") + (tags R) + (path /4D528082) + (autoplace_cost180 10) + (fp_text reference R13 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 100 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /TMS-PROG)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 N-000034)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module R4 (layer Dessus) (tedit 200000) (tstamp 3) + (at 116.84 104.14 180) + (descr "Resitance 4 pas") + (tags R) + (path /3EBF7D22) + (autoplace_cost180 10) + (fp_text reference R4 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_text value 47 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.397 1.27) (thickness 0.2032))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 N-000015)) + (pad 2 thru_hole circle (at 5.08 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /DONE-SELECT*)) + (model Discret.3dshapes/R3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module CP5 (layer Dessus) (tedit 200000) (tstamp 3) + (at 140.97 76.2) + (descr "Condensateur polarise") + (tags CP) + (path /3EBF82C6) + (fp_text reference C1 (at 0 0) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 1uF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.524 1.3335) (thickness 0.3048))) + ) + (fp_line (start -4.445 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.445 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.445 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.445 -1.27) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 1.27) (end -4.445 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.445 1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.445 -0.635) (end -4.445 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.445 -0.635) (end -5.08 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -0.635) (end -5.08 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0.635) (end -4.445 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 0) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 0) (end -5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 0) (end 6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 0) (end 6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 0) (end 6.35 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 0) (end 6.35 0) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -6.35 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (pad 2 thru_hole circle (at 6.35 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module D3 (layer Dessus) (tedit 200000) (tstamp 3) + (at 156.21 78.74 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /3EBF8176) + (fp_text reference D2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT46 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /PWR_3,3-5V)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module D3 (layer Dessus) (tedit 200000) (tstamp 3) + (at 130.81 72.39 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /3EBF815E) + (fp_text reference D1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT46 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 N-000014)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module 14DIP-ELL300 (layer Dessus) (tedit 200000) (tstamp 3) + (at 144.78 90.17 270) + (descr "Module Dil 14 pins, pads elliptiques") + (tags DIL) + (path /3EBF7EEC) + (fp_text reference U2 (at -5.08 -1.27 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.28702))) + ) + (fp_text value 74LS125 (at 1.27 1.27 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.28702))) + ) + (fp_line (start -10.16 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 2.54) (end -10.16 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 2.54) (end -10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 -1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 -2.54) (end 10.16 2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 2 thru_hole oval (at -5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 N-000038)) + (pad 3 thru_hole oval (at -2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 N-000015)) + (pad 4 thru_hole oval (at 0 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 5 thru_hole oval (at 2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 6 thru_hole oval (at 5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole oval (at 7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 8 thru_hole oval (at 7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 9 thru_hole oval (at 5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 10 thru_hole oval (at 2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 11 thru_hole oval (at 0 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole oval (at -2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 13 thru_hole oval (at -5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 14 thru_hole oval (at -7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (model Sockets_DIP.3dshapes/DIP-14__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module 14DIP-ELL300 (layer Dessus) (tedit 4BF0FA82) (tstamp 3) + (at 130.81 90.17 270) + (descr "Module Dil 14 pins, pads elliptiques") + (tags DIL) + (path /3EBF7DBD) + (fp_text reference U1 (at -5.08 -1.27 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.28702))) + ) + (fp_text value 74LS125 (at 1.27 1.27 270) (layer F.SilkS) + (effects (font (size 1.524 1.143) (thickness 0.28702))) + ) + (fp_line (start -10.16 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 2.54) (end -10.16 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 2.54) (end -10.16 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 -1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -8.89 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 -2.54) (end 10.16 2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 N-000031)) + (pad 2 thru_hole oval (at -5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 3 thru_hole oval (at -2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 N-000038)) + (pad 4 thru_hole oval (at 0 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 N-000033)) + (pad 5 thru_hole oval (at 2.54 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 N-000016)) + (pad 6 thru_hole oval (at 5.08 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 N-000035)) + (pad 7 thru_hole oval (at 7.62 3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (pad 8 thru_hole oval (at 7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 N-000036)) + (pad 9 thru_hole oval (at 5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 N-000030)) + (pad 10 thru_hole oval (at 2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 N-000033)) + (pad 11 thru_hole oval (at 0 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 N-000034)) + (pad 12 thru_hole oval (at -2.54 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 N-000032)) + (pad 13 thru_hole oval (at -5.08 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 N-000033)) + (pad 14 thru_hole oval (at -7.62 -3.81 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 VCC)) + (model Sockets_DIP.3dshapes/DIP-14__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module C2 (layer Dessus) (tedit 200000) (tstamp 3) + (at 140.97 105.41 270) + (descr "Condensateur = 2 pas") + (tags C) + (path /4D528085) + (fp_text reference C2 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100pF (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 N-000035)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module C2 (layer Dessus) (tedit 200000) (tstamp 3) + (at 153.67 69.85) + (descr "Condensateur = 2 pas") + (tags C) + (path /4D528084) + (fp_text reference C3 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100pF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 N-000038)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module C2 (layer Dessus) (tedit 200000) (tstamp 3) + (at 144.78 105.41 270) + (descr "Condensateur = 2 pas") + (tags C) + (path /4D528086) + (fp_text reference C5 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100pF (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 N-000036)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module C2 (layer Dessus) (tedit 200000) (tstamp 3) + (at 148.59 105.41 270) + (descr "Condensateur = 2 pas") + (tags C) + (path /3EBF81A7) + (fp_text reference C4 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 100pF (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 N-000034)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 GND)) + (model Discret.3dshapes/C2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module DB9M_CI_INVERT (layer Dessus) (tedit 552F658C) (tstamp 3) + (at 184.15 90.17 270) + (descr "Connecteur DB9 femelle encarte") + (tags "CONN DB9") + (path /3ECDE5C8) + (fp_text reference J2 (at 0 -9.144 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9MALE (at 0 -3.048 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -8.509 -12.065) (end 8.636 -12.065) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -1.27) (end -9.144 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.906 -1.27) (end 9.271 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.906 -4.445) (end -9.779 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.621 -4.445) (end 9.906 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.494 -5.715) (end 15.621 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.636 -5.715) (end 8.636 -12.065) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.621 -4.445) (end 15.621 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.906 -1.27) (end 9.906 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.366 0) (end 9.271 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 0) (end 9.271 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.509 -5.715) (end -8.509 -12.065) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.779 -4.445) (end -15.494 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.494 -4.445) (end -15.494 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.144 -1.27) (end -9.779 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.779 -1.27) (end -9.779 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.239 0) (end -9.144 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.144 0) (end -9.144 -1.27) (layer F.SilkS) (width 0.3048)) + (pad 4 connect rect (at 2.794 2.54 270) (size 1.778 5.08) (layers Dessous B.Mask) + (net 5 /TCK-CCLK)) + (pad 3 connect rect (at 0 2.54 270) (size 1.778 5.08) (layers Dessous B.Mask) + (net 8 /TDI-DIN)) + (pad 2 connect rect (at -2.794 2.54 270) (size 1.778 5.08) (layers Dessous B.Mask) + (net 6 /TD0-DONE)) + (pad 1 connect rect (at -5.588 2.54 270) (size 1.778 5.08) (layers Dessous B.Mask) + (net 4 /PWR_3,3-5V)) + (pad 5 connect rect (at 5.588 2.54 270) (size 1.778 5.08) (layers Dessous B.Mask) + (net 10 /TMS-PROG)) + (pad 6 connect rect (at -4.191 2.54 270) (size 1.778 5.08) (layers Dessus F.Mask) + (net 13 GND)) + (pad 7 connect rect (at -1.397 2.54 270) (size 1.778 5.08) (layers Dessus F.Mask) + (net 13 GND)) + (pad 8 connect rect (at 1.397 2.54 270) (size 1.778 5.08) (layers Dessus F.Mask) + (net 13 GND)) + (pad 9 connect rect (at 4.191 2.54 270) (size 1.778 5.08) (layers Dessus F.Mask) + (net 13 GND)) + (model Connect.3dshapes/DB9M_CI_INVERT.wrl + (at (xyz 0 0 -0.033)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 0)) + ) + ) + + (gr_line (start 184.15 83.185) (end 184.15 97.79) (angle 90) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 102.87 71.12) (end 102.87 106.68) (angle 90) (layer Edge.Cuts) (width 0.1)) + (dimension 81.28 (width 0.3048) (layer Dwgs.User) + (gr_text "3.2000 " (at 143.256 114.173) (layer Dwgs.User) + (effects (font (thickness 0.3048))) + ) + (feature1 (pts (xy 184.15 110.49) (xy 184.15 118.3132))) + (feature2 (pts (xy 102.87 110.49) (xy 102.87 118.3132))) + (crossbar (pts (xy 102.87 115.57) (xy 184.15 115.57))) + (arrow1a (pts (xy 184.15 115.57) (xy 183.02478 116.1542))) + (arrow1b (pts (xy 184.15 115.57) (xy 183.02478 114.9858))) + (arrow2a (pts (xy 102.87 115.57) (xy 103.99522 116.1542))) + (arrow2b (pts (xy 102.87 115.57) (xy 103.99522 114.9858))) + ) + (gr_line (start 184.15 110.49) (end 179.07 110.49) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 184.15 97.79) (end 184.15 110.49) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 184.15 67.31) (end 184.15 83.185) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 179.07 67.31) (end 184.15 67.31) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_text TMS-PROG (at 158.115 102.235) (layer Dessus) + (effects (font (thickness 0.381))) + ) + (gr_text TCK-CCL (at 158.115 96.52) (layer Dessus) + (effects (font (thickness 0.381))) + ) + (gr_text TDI-TIN (at 158.115 91.44) (layer Dessus) + (effects (font (thickness 0.381))) + ) + (gr_text TDO-DONE (at 158.115 86.36) (layer Dessus) + (effects (font (thickness 0.381))) + ) + (gr_text VCC (at 162.56 76.2) (layer Dessus) + (effects (font (thickness 0.381))) + ) + (gr_text GND (at 162.56 81.28) (layer Dessus) + (effects (font (thickness 0.381))) + ) + (gr_text "Component Side" (at 121.92 69.85) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text "Copper layer" (at 119.38 68.58) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_line (start 102.87 110.49) (end 102.87 106.68) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 179.07 110.49) (end 102.87 110.49) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 102.87 67.31) (end 179.07 67.31) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 102.87 71.12) (end 102.87 67.31) (angle 90) (layer Edge.Cuts) (width 0.3048)) + + (segment (start 110.49 78.74) (end 109.855 78.105) (width 0.635) (layer Dessus) (net 1)) + (segment (start 109.855 78.105) (end 106.045 78.105) (width 0.635) (layer Dessus) (net 1)) + (segment (start 111.76 78.74) (end 110.49 78.74) (width 0.635) (layer Dessus) (net 1) (status 800)) + (segment (start 106.045 78.105) (end 105.537 77.978) (width 0.635) (layer Dessus) (net 1) (status 400)) + (segment (start 109.22 83.82) (end 105.41 83.82) (width 0.635) (layer Dessus) (net 2)) + (segment (start 109.855 85.725) (end 109.855 84.455) (width 0.635) (layer Dessus) (net 2)) + (segment (start 110.49 86.36) (end 109.855 85.725) (width 0.635) (layer Dessus) (net 2)) + (segment (start 105.41 83.82) (end 105.537 83.439) (width 0.635) (layer Dessus) (net 2) (status 400)) + (segment (start 111.76 86.36) (end 110.49 86.36) (width 0.635) (layer Dessus) (net 2) (status 800)) + (segment (start 109.855 84.455) (end 109.22 83.82) (width 0.635) (layer Dessus) (net 2)) + (segment (start 111.125 105.41) (end 105.537 105.41) (width 0.635) (layer Dessus) (net 3) (status 400)) + (segment (start 111.76 104.775) (end 111.125 105.41) (width 0.635) (layer Dessus) (net 3)) + (segment (start 111.76 104.14) (end 111.76 104.775) (width 0.635) (layer Dessus) (net 3) (status 800)) + (segment (start 181.61 76.835) (end 181.61 84.582) (width 1.016) (layer Dessous) (net 4) (status 400)) + (segment (start 162.56 78.74) (end 165.1 76.2) (width 1.016) (layer Dessous) (net 4)) + (segment (start 160.02 78.74) (end 162.56 78.74) (width 1.016) (layer Dessous) (net 4) (status 800)) + (segment (start 170.18 76.2) (end 180.975 76.2) (width 1.016) (layer Dessous) (net 4) (status 800)) + (segment (start 181.61 76.835) (end 180.975 76.2) (width 1.016) (layer Dessous) (net 4)) + (segment (start 165.1 76.2) (end 170.18 76.2) (width 1.016) (layer Dessous) (net 4) (status 400)) + (segment (start 165.1 96.52) (end 170.18 96.52) (width 0.635) (layer Dessous) (net 5) (status 400)) + (segment (start 173.99 93.345) (end 174.625 92.71) (width 0.635) (layer Dessous) (net 5)) + (segment (start 170.18 96.52) (end 172.72 96.52) (width 0.635) (layer Dessous) (net 5) (status 800)) + (segment (start 181.61 92.71) (end 181.61 92.964) (width 0.635) (layer Dessous) (net 5) (status 400)) + (segment (start 162.56 99.06) (end 165.1 96.52) (width 0.635) (layer Dessous) (net 5) (status 800)) + (segment (start 172.72 96.52) (end 173.99 95.25) (width 0.635) (layer Dessous) (net 5)) + (segment (start 173.99 95.25) (end 173.99 93.345) (width 0.635) (layer Dessous) (net 5)) + (segment (start 174.625 92.71) (end 181.61 92.71) (width 0.635) (layer Dessous) (net 5)) + (segment (start 180.975 86.995) (end 181.61 87.376) (width 0.635) (layer Dessous) (net 6) (status 400)) + (segment (start 163.195 86.36) (end 170.18 86.36) (width 0.635) (layer Dessous) (net 6) (status 400)) + (segment (start 170.18 86.36) (end 177.8 86.36) (width 0.635) (layer Dessous) (net 6) (status 800)) + (segment (start 162.56 86.995) (end 163.195 86.36) (width 0.635) (layer Dessous) (net 6)) + (segment (start 178.435 86.995) (end 180.975 86.995) (width 0.635) (layer Dessous) (net 6)) + (segment (start 162.56 88.9) (end 162.56 86.995) (width 0.635) (layer Dessous) (net 6) (status 800)) + (segment (start 177.8 86.36) (end 178.435 86.995) (width 0.635) (layer Dessous) (net 6)) + (segment (start 107.95 86.233) (end 109.982 88.265) (width 0.635) (layer Dessus) (net 7)) + (segment (start 109.982 88.265) (end 113.665 88.265) (width 0.635) (layer Dessus) (net 7)) + (segment (start 113.665 88.265) (end 114.3 87.63) (width 0.635) (layer Dessus) (net 7)) + (segment (start 114.3 87.63) (end 114.3 84.455) (width 0.635) (layer Dessus) (net 7)) + (segment (start 105.537 86.233) (end 107.95 86.233) (width 0.635) (layer Dessus) (net 7) (status 800)) + (segment (start 113.665 83.82) (end 111.76 83.82) (width 0.635) (layer Dessus) (net 7) (status 400)) + (segment (start 114.3 84.455) (end 113.665 83.82) (width 0.635) (layer Dessus) (net 7)) + (segment (start 170.18 91.44) (end 173.99 91.44) (width 0.635) (layer Dessous) (net 8) (status 800)) + (segment (start 165.1 91.44) (end 170.18 91.44) (width 0.635) (layer Dessous) (net 8) (status 400)) + (segment (start 162.56 93.98) (end 165.1 91.44) (width 0.635) (layer Dessous) (net 8) (status 800)) + (segment (start 173.99 91.44) (end 175.26 90.17) (width 0.635) (layer Dessous) (net 8)) + (segment (start 175.26 90.17) (end 181.61 90.17) (width 0.635) (layer Dessous) (net 8) (status 400)) + (segment (start 114.935 92.71) (end 116.205 91.44) (width 0.635) (layer Dessus) (net 9)) + (segment (start 106.045 75.565) (end 105.537 75.184) (width 0.635) (layer Dessus) (net 9) (status 400)) + (segment (start 111.76 92.71) (end 114.935 92.71) (width 0.635) (layer Dessus) (net 9) (status 800)) + (segment (start 116.205 74.93) (end 115.57 74.295) (width 0.635) (layer Dessus) (net 9)) + (segment (start 106.045 74.93) (end 106.045 75.565) (width 0.635) (layer Dessus) (net 9)) + (segment (start 115.57 74.295) (end 109.22 74.295) (width 0.635) (layer Dessus) (net 9)) + (segment (start 108.585 74.93) (end 106.045 74.93) (width 0.635) (layer Dessus) (net 9)) + (segment (start 109.22 74.295) (end 108.585 74.93) (width 0.635) (layer Dessus) (net 9)) + (segment (start 116.205 91.44) (end 116.205 74.93) (width 0.635) (layer Dessus) (net 9)) + (segment (start 178.435 95.885) (end 181.61 95.885) (width 0.635) (layer Dessous) (net 10)) + (segment (start 170.18 104.775) (end 170.18 101.6) (width 0.635) (layer Dessous) (net 10) (status 400)) + (segment (start 172.72 101.6) (end 178.435 95.885) (width 0.635) (layer Dessous) (net 10)) + (segment (start 170.18 101.6) (end 172.72 101.6) (width 0.635) (layer Dessous) (net 10) (status 800)) + (segment (start 162.56 105.41) (end 169.545 105.41) (width 0.635) (layer Dessous) (net 10) (status 800)) + (segment (start 181.61 95.885) (end 181.61 95.758) (width 0.635) (layer Dessous) (net 10) (status 400)) + (segment (start 169.545 105.41) (end 170.18 104.775) (width 0.635) (layer Dessous) (net 10)) + (segment (start 109.855 80.645) (end 106.045 80.645) (width 0.635) (layer Dessus) (net 11)) + (segment (start 111.76 81.28) (end 110.49 81.28) (width 0.635) (layer Dessus) (net 11) (status 800)) + (segment (start 106.045 80.645) (end 105.537 80.772) (width 0.635) (layer Dessus) (net 11) (status 400)) + (segment (start 110.49 81.28) (end 109.855 80.645) (width 0.635) (layer Dessus) (net 11)) + (segment (start 111.76 76.2) (end 106.045 76.2) (width 0.635) (layer Dessous) (net 12) (status 800)) + (segment (start 106.045 76.2) (end 105.537 76.581) (width 0.635) (layer Dessous) (net 12) (status 400)) + (segment (start 148.59 85.09) (end 154.305 85.09) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 149.86 92.71) (end 148.59 92.71) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 148.59 95.25) (end 148.59 92.71) (width 1.016) (layer Dessous) (net 13) (status C00)) + (segment (start 148.59 87.63) (end 148.59 85.09) (width 1.016) (layer Dessous) (net 13) (status C00)) + (segment (start 155.575 71.755) (end 156.21 71.12) (width 1.016) (layer Dessous) (net 13)) + (segment (start 156.21 71.12) (end 156.21 69.85) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 147.32 76.2) (end 149.225 74.295) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 140.97 76.835) (end 141.605 76.2) (width 1.016) (layer Dessous) (net 13)) + (segment (start 150.495 92.075) (end 149.86 92.71) (width 1.016) (layer Dessous) (net 13)) + (segment (start 154.305 92.075) (end 150.495 92.075) (width 1.016) (layer Dessous) (net 13)) + (segment (start 154.94 85.725) (end 154.94 91.44) (width 1.016) (layer Dessous) (net 13)) + (segment (start 154.305 85.09) (end 154.94 85.725) (width 1.016) (layer Dessous) (net 13)) + (segment (start 140.97 82.55) (end 140.97 76.835) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 141.605 76.2) (end 147.32 76.2) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 140.97 92.71) (end 144.78 92.71) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 140.97 97.79) (end 144.145 97.79) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 144.78 92.71) (end 148.59 92.71) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 140.97 92.71) (end 140.97 90.17) (width 1.016) (layer Dessous) (net 13) (status C00)) + (segment (start 144.145 97.79) (end 144.78 97.155) (width 1.016) (layer Dessous) (net 13)) + (segment (start 149.225 72.39) (end 149.86 71.755) (width 1.016) (layer Dessous) (net 13)) + (segment (start 149.225 74.295) (end 149.225 72.39) (width 1.016) (layer Dessous) (net 13)) + (segment (start 146.05 85.09) (end 143.51 82.55) (width 1.016) (layer Dessous) (net 13)) + (segment (start 143.51 82.55) (end 140.97 82.55) (width 1.016) (layer Dessous) (net 13) (status 400)) + (via (at 177.8 81.28) (size 1.778) (layers Dessus Dessous) (net 13)) + (segment (start 177.8 81.28) (end 180.975 81.28) (width 1.016) (layer Dessus) (net 13)) + (segment (start 180.975 81.28) (end 181.61 81.915) (width 1.016) (layer Dessus) (net 13)) + (segment (start 170.18 81.28) (end 177.8 81.28) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 181.61 85.979) (end 181.61 81.915) (width 1.016) (layer Dessus) (net 13) (status 800)) + (segment (start 181.61 88.773) (end 181.61 85.979) (width 1.016) (layer Dessus) (net 13) (status C00)) + (segment (start 181.61 91.567) (end 181.61 88.773) (width 1.016) (layer Dessus) (net 13) (status C00)) + (segment (start 181.61 94.361) (end 181.61 91.567) (width 1.016) (layer Dessus) (net 13) (status C00)) + (segment (start 154.94 91.44) (end 154.305 92.075) (width 1.016) (layer Dessous) (net 13)) + (segment (start 161.29 70.485) (end 161.29 73.66) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 156.21 69.85) (end 160.655 69.85) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 160.655 69.85) (end 161.29 70.485) (width 1.016) (layer Dessous) (net 13)) + (segment (start 170.18 81.28) (end 158.115 81.28) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 158.115 81.28) (end 157.48 80.645) (width 1.016) (layer Dessous) (net 13)) + (segment (start 158.115 73.66) (end 161.29 73.66) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 157.48 80.645) (end 157.48 74.295) (width 1.016) (layer Dessous) (net 13)) + (segment (start 157.48 74.295) (end 158.115 73.66) (width 1.016) (layer Dessous) (net 13)) + (segment (start 140.97 107.95) (end 144.78 107.95) (width 1.016) (layer Dessous) (net 13) (status C00)) + (segment (start 144.78 107.95) (end 148.59 107.95) (width 1.016) (layer Dessous) (net 13) (status C00)) + (segment (start 149.86 71.755) (end 155.575 71.755) (width 1.016) (layer Dessous) (net 13)) + (segment (start 156.845 107.95) (end 157.48 107.315) (width 1.016) (layer Dessous) (net 13)) + (segment (start 157.48 107.315) (end 157.48 80.645) (width 1.016) (layer Dessous) (net 13)) + (segment (start 148.59 107.95) (end 156.845 107.95) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 117.475 85.09) (end 116.84 85.725) (width 1.016) (layer Dessous) (net 13)) + (segment (start 116.84 85.725) (end 116.84 89.535) (width 1.016) (layer Dessous) (net 13)) + (segment (start 109.22 104.14) (end 109.22 107.315) (width 1.016) (layer Dessous) (net 13)) + (segment (start 109.855 107.95) (end 127 107.95) (width 1.016) (layer Dessous) (net 13)) + (segment (start 109.855 90.297) (end 109.855 90.17) (width 0.635) (layer Dessous) (net 13)) + (segment (start 105.537 90.297) (end 109.855 90.297) (width 0.635) (layer Dessous) (net 13) (status 800)) + (segment (start 109.22 104.013) (end 109.22 104.14) (width 0.635) (layer Dessous) (net 13)) + (segment (start 105.537 104.013) (end 109.22 104.013) (width 0.635) (layer Dessous) (net 13) (status 800)) + (segment (start 148.59 85.09) (end 146.05 85.09) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 109.22 90.805) (end 109.22 104.14) (width 1.016) (layer Dessous) (net 13)) + (segment (start 127 107.95) (end 140.97 107.95) (width 1.016) (layer Dessous) (net 13) (status 400)) + (segment (start 109.22 107.315) (end 109.855 107.95) (width 1.016) (layer Dessous) (net 13)) + (segment (start 127 97.79) (end 127 107.95) (width 1.016) (layer Dessous) (net 13) (status 800)) + (segment (start 127 85.09) (end 117.475 85.09) (width 0.4318) (layer Dessous) (net 13) (status 800)) + (segment (start 144.78 97.155) (end 144.78 92.71) (width 1.016) (layer Dessous) (net 13)) + (segment (start 109.855 90.17) (end 109.22 90.805) (width 1.016) (layer Dessous) (net 13)) + (segment (start 116.205 90.17) (end 109.855 90.17) (width 1.016) (layer Dessous) (net 13)) + (segment (start 116.84 89.535) (end 116.205 90.17) (width 1.016) (layer Dessous) (net 13)) + (segment (start 105.41 102.87) (end 105.537 102.616) (width 0.635) (layer Dessus) (net 14) (status 400)) + (segment (start 109.22 102.87) (end 105.41 102.87) (width 0.635) (layer Dessus) (net 14)) + (segment (start 105.537 99.949) (end 109.855 99.949) (width 0.635) (layer Dessus) (net 14) (status 800)) + (segment (start 109.855 99.949) (end 109.855 100.33) (width 0.635) (layer Dessus) (net 14)) + (segment (start 109.855 100.33) (end 109.855 102.235) (width 0.635) (layer Dessus) (net 14)) + (segment (start 109.855 102.235) (end 109.22 102.87) (width 0.635) (layer Dessus) (net 14)) + (segment (start 109.855 92.329) (end 109.855 100.33) (width 0.635) (layer Dessus) (net 14)) + (segment (start 105.537 91.694) (end 109.22 91.694) (width 0.635) (layer Dessus) (net 14) (status 800)) + (segment (start 109.22 91.694) (end 109.855 92.329) (width 0.635) (layer Dessus) (net 14)) + (segment (start 121.92 73.025) (end 122.555 72.39) (width 0.635) (layer Dessous) (net 15)) + (segment (start 121.92 76.2) (end 121.92 73.025) (width 0.635) (layer Dessous) (net 15) (status 800)) + (segment (start 122.555 72.39) (end 127 72.39) (width 0.635) (layer Dessous) (net 15) (status 400)) + (segment (start 140.97 87.63) (end 139.065 89.535) (width 0.635) (layer Dessous) (net 16) (status 800)) + (segment (start 135.255 104.14) (end 121.92 104.14) (width 0.635) (layer Dessus) (net 16) (status 400)) + (segment (start 139.065 89.535) (end 139.065 100.33) (width 0.635) (layer Dessous) (net 16)) + (segment (start 139.065 100.33) (end 135.255 104.14) (width 0.635) (layer Dessus) (net 16)) + (via (at 139.065 100.33) (size 1.778) (layers Dessus Dessous) (net 16)) + (segment (start 121.92 92.71) (end 127 92.71) (width 0.635) (layer Dessous) (net 17) (status C00)) + (segment (start 132.08 83.185) (end 132.715 83.82) (width 0.635) (layer Dessous) (net 18)) + (segment (start 136.525 83.82) (end 137.795 85.09) (width 0.635) (layer Dessous) (net 18)) + (segment (start 137.795 94.615) (end 137.795 85.09) (width 0.635) (layer Dessous) (net 18)) + (segment (start 131.445 78.74) (end 132.08 79.375) (width 0.635) (layer Dessous) (net 18)) + (segment (start 132.08 79.375) (end 132.08 83.185) (width 0.635) (layer Dessous) (net 18)) + (segment (start 137.795 94.615) (end 137.16 95.25) (width 0.635) (layer Dessous) (net 18)) + (segment (start 137.16 95.25) (end 134.62 95.25) (width 0.635) (layer Dessous) (net 18) (status 400)) + (segment (start 121.92 78.74) (end 131.445 78.74) (width 0.635) (layer Dessous) (net 18) (status 800)) + (segment (start 132.715 83.82) (end 136.525 83.82) (width 0.4318) (layer Dessous) (net 18)) + (segment (start 125.73 82.55) (end 127 82.55) (width 0.635) (layer Dessous) (net 19) (status 400)) + (segment (start 121.92 83.82) (end 124.46 83.82) (width 0.635) (layer Dessous) (net 19) (status 800)) + (segment (start 124.46 83.82) (end 125.73 82.55) (width 0.635) (layer Dessous) (net 19)) + (segment (start 130.81 81.915) (end 129.54 80.645) (width 0.635) (layer Dessous) (net 20)) + (segment (start 129.54 80.645) (end 124.46 80.645) (width 0.635) (layer Dessous) (net 20)) + (segment (start 131.445 87.63) (end 134.62 87.63) (width 0.635) (layer Dessous) (net 20) (status 400)) + (segment (start 130.81 86.995) (end 130.81 81.915) (width 0.635) (layer Dessous) (net 20)) + (segment (start 131.445 87.63) (end 130.81 86.995) (width 0.635) (layer Dessous) (net 20)) + (segment (start 121.92 81.28) (end 123.825 81.28) (width 0.635) (layer Dessous) (net 20) (status 800)) + (segment (start 123.825 81.28) (end 124.46 80.645) (width 0.635) (layer Dessous) (net 20)) + (segment (start 121.92 89.535) (end 122.555 90.17) (width 0.635) (layer Dessous) (net 21)) + (segment (start 131.445 88.9) (end 135.89 88.9) (width 0.4318) (layer Dessous) (net 21)) + (segment (start 130.175 90.17) (end 132.715 92.71) (width 0.635) (layer Dessous) (net 21)) + (segment (start 136.525 88.265) (end 136.525 85.725) (width 0.635) (layer Dessous) (net 21)) + (segment (start 135.89 85.09) (end 136.525 85.725) (width 0.635) (layer Dessous) (net 21)) + (segment (start 121.92 86.36) (end 121.92 89.535) (width 0.635) (layer Dessous) (net 21) (status 800)) + (segment (start 130.175 90.17) (end 131.445 88.9) (width 0.635) (layer Dessous) (net 21)) + (segment (start 132.715 92.71) (end 134.62 92.71) (width 0.635) (layer Dessous) (net 21) (status 400)) + (segment (start 122.555 90.17) (end 127 90.17) (width 0.635) (layer Dessous) (net 21) (status 400)) + (segment (start 135.89 85.09) (end 134.62 85.09) (width 0.635) (layer Dessous) (net 21) (status 400)) + (segment (start 135.89 88.9) (end 136.525 88.265) (width 0.635) (layer Dessous) (net 21)) + (segment (start 127 90.17) (end 130.175 90.17) (width 0.635) (layer Dessous) (net 21) (status 800)) + (segment (start 125.73 96.52) (end 128.905 96.52) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 125.095 94.615) (end 125.095 95.885) (width 0.635) (layer Dessous) (net 22)) + (segment (start 151.765 102.87) (end 152.4 103.505) (width 0.635) (layer Dessous) (net 22)) + (segment (start 128.905 96.52) (end 129.54 96.52) (width 0.635) (layer Dessous) (net 22)) + (segment (start 130.81 104.775) (end 132.08 106.045) (width 0.635) (layer Dessous) (net 22)) + (segment (start 130.81 97.79) (end 130.81 104.775) (width 0.635) (layer Dessous) (net 22)) + (segment (start 129.54 96.52) (end 130.81 97.79) (width 0.635) (layer Dessous) (net 22)) + (segment (start 125.73 96.52) (end 125.095 95.885) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 152.4 103.505) (end 152.4 105.41) (width 0.635) (layer Dessous) (net 22) (status 400)) + (segment (start 148.59 102.87) (end 151.765 102.87) (width 0.635) (layer Dessous) (net 22) (status 800)) + (segment (start 136.525 93.345) (end 135.89 93.98) (width 0.635) (layer Dessous) (net 22)) + (segment (start 136.525 90.805) (end 136.525 93.345) (width 0.635) (layer Dessous) (net 22)) + (segment (start 132.08 106.045) (end 145.415 106.045) (width 0.635) (layer Dessous) (net 22)) + (segment (start 135.89 90.17) (end 136.525 90.805) (width 0.635) (layer Dessous) (net 22)) + (segment (start 145.415 106.045) (end 146.685 104.775) (width 0.635) (layer Dessous) (net 22)) + (segment (start 135.89 93.98) (end 125.73 93.98) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 125.73 93.98) (end 125.095 94.615) (width 0.635) (layer Dessous) (net 22)) + (segment (start 134.62 90.17) (end 135.89 90.17) (width 0.635) (layer Dessous) (net 22) (status 800)) + (segment (start 147.32 102.87) (end 148.59 102.87) (width 0.635) (layer Dessous) (net 22) (status 400)) + (segment (start 146.685 103.505) (end 147.32 102.87) (width 0.635) (layer Dessous) (net 22)) + (segment (start 146.685 104.775) (end 146.685 103.505) (width 0.635) (layer Dessous) (net 22)) + (segment (start 137.795 97.155) (end 137.795 99.06) (width 0.635) (layer Dessous) (net 23)) + (segment (start 137.16 96.52) (end 137.795 97.155) (width 0.635) (layer Dessous) (net 23)) + (segment (start 132.08 96.52) (end 137.16 96.52) (width 0.4318) (layer Dessous) (net 23)) + (segment (start 140.97 102.87) (end 144.145 99.695) (width 0.635) (layer Dessous) (net 23) (status 800)) + (segment (start 127 95.25) (end 130.81 95.25) (width 0.635) (layer Dessous) (net 23) (status 800)) + (segment (start 130.81 95.25) (end 132.08 96.52) (width 0.635) (layer Dessous) (net 23)) + (segment (start 137.795 102.87) (end 140.97 102.87) (width 0.635) (layer Dessous) (net 23) (status 400)) + (segment (start 152.4 96.52) (end 152.4 93.98) (width 0.635) (layer Dessous) (net 23) (status 400)) + (segment (start 150.495 98.425) (end 152.4 96.52) (width 0.635) (layer Dessous) (net 23)) + (segment (start 137.795 99.06) (end 137.16 99.695) (width 0.635) (layer Dessous) (net 23)) + (segment (start 144.145 99.695) (end 149.86 99.695) (width 0.635) (layer Dessous) (net 23)) + (segment (start 137.16 102.235) (end 137.795 102.87) (width 0.635) (layer Dessous) (net 23)) + (segment (start 149.86 99.695) (end 150.495 99.06) (width 0.635) (layer Dessous) (net 23)) + (segment (start 150.495 99.06) (end 150.495 98.425) (width 0.635) (layer Dessous) (net 23)) + (segment (start 137.16 99.695) (end 137.16 102.235) (width 0.635) (layer Dessous) (net 23)) + (segment (start 152.4 100.33) (end 152.4 99.06) (width 0.635) (layer Dessous) (net 24) (status 400)) + (segment (start 151.765 100.965) (end 152.4 100.33) (width 0.635) (layer Dessous) (net 24)) + (segment (start 144.145 104.775) (end 144.78 104.14) (width 0.635) (layer Dessous) (net 24)) + (segment (start 134.62 104.14) (end 135.255 104.775) (width 0.635) (layer Dessous) (net 24)) + (segment (start 135.255 104.775) (end 144.145 104.775) (width 0.635) (layer Dessous) (net 24)) + (segment (start 146.685 100.965) (end 151.765 100.965) (width 0.635) (layer Dessous) (net 24)) + (segment (start 144.78 102.87) (end 146.685 100.965) (width 0.635) (layer Dessous) (net 24) (status 800)) + (segment (start 144.78 104.14) (end 144.78 102.87) (width 0.635) (layer Dessous) (net 24) (status 400)) + (segment (start 134.62 97.79) (end 134.62 104.14) (width 0.635) (layer Dessous) (net 24) (status 800)) + (segment (start 127 87.63) (end 124.46 87.63) (width 0.635) (layer Dessous) (net 25) (status 800)) + (segment (start 152.4 88.9) (end 145.415 88.9) (width 0.4318) (layer Dessous) (net 25) (status 800)) + (segment (start 144.145 77.47) (end 144.145 74.93) (width 0.635) (layer Dessus) (net 25)) + (segment (start 147.32 72.39) (end 147.32 70.485) (width 0.635) (layer Dessous) (net 25) (status 800)) + (segment (start 143.51 78.105) (end 144.145 77.47) (width 0.635) (layer Dessus) (net 25)) + (segment (start 142.24 72.39) (end 147.32 72.39) (width 0.635) (layer Dessous) (net 25) (status 400)) + (segment (start 138.43 83.82) (end 138.43 76.2) (width 0.635) (layer Dessous) (net 25)) + (via (at 124.46 87.63) (size 1.778) (layers Dessus Dessous) (net 25)) + (segment (start 145.415 88.9) (end 144.78 88.265) (width 0.635) (layer Dessous) (net 25)) + (segment (start 144.78 86.36) (end 143.51 85.09) (width 0.635) (layer Dessous) (net 25)) + (segment (start 144.145 74.93) (end 144.78 74.295) (width 0.635) (layer Dessus) (net 25)) + (segment (start 147.32 70.485) (end 147.955 69.85) (width 0.635) (layer Dessous) (net 25)) + (segment (start 144.78 88.265) (end 144.78 86.36) (width 0.635) (layer Dessous) (net 25)) + (segment (start 146.685 74.295) (end 147.32 73.66) (width 0.635) (layer Dessus) (net 25)) + (segment (start 143.51 85.09) (end 140.97 85.09) (width 0.635) (layer Dessous) (net 25) (status 400)) + (segment (start 124.46 87.63) (end 124.46 80.01) (width 0.635) (layer Dessus) (net 25)) + (segment (start 147.32 73.66) (end 147.32 72.39) (width 0.635) (layer Dessus) (net 25) (status 400)) + (segment (start 147.955 69.85) (end 151.13 69.85) (width 0.635) (layer Dessous) (net 25) (status 400)) + (segment (start 139.7 85.09) (end 138.43 83.82) (width 0.635) (layer Dessous) (net 25)) + (segment (start 140.97 85.09) (end 139.7 85.09) (width 0.635) (layer Dessous) (net 25) (status 800)) + (segment (start 144.78 74.295) (end 146.685 74.295) (width 0.635) (layer Dessus) (net 25)) + (segment (start 138.43 76.2) (end 142.24 72.39) (width 0.635) (layer Dessous) (net 25)) + (segment (start 126.365 78.105) (end 143.51 78.105) (width 0.635) (layer Dessus) (net 25)) + (segment (start 124.46 80.01) (end 126.365 78.105) (width 0.635) (layer Dessus) (net 25)) + (segment (start 137.16 72.39) (end 142.875 72.39) (width 1.016) (layer Dessus) (net 26) (status 800)) + (segment (start 142.875 72.39) (end 145.415 69.85) (width 1.016) (layer Dessus) (net 26)) + (segment (start 149.86 73.025) (end 150.495 73.66) (width 1.016) (layer Dessus) (net 26)) + (segment (start 148.59 69.85) (end 149.86 71.12) (width 1.016) (layer Dessus) (net 26)) + (segment (start 151.13 78.74) (end 152.4 78.74) (width 1.016) (layer Dessous) (net 26) (status 400)) + (segment (start 145.415 69.85) (end 148.59 69.85) (width 1.016) (layer Dessus) (net 26)) + (segment (start 150.495 73.66) (end 151.13 73.66) (width 1.016) (layer Dessus) (net 26) (status 400)) + (segment (start 148.59 82.55) (end 148.59 79.375) (width 1.016) (layer Dessous) (net 26) (status 800)) + (segment (start 134.62 76.2) (end 134.62 72.39) (width 1.016) (layer Dessous) (net 26) (status C00)) + (segment (start 149.225 78.74) (end 151.13 78.74) (width 1.016) (layer Dessous) (net 26)) + (segment (start 137.16 72.39) (end 134.62 72.39) (width 1.016) (layer Dessous) (net 26) (status C00)) + (segment (start 151.13 73.66) (end 151.13 78.74) (width 1.016) (layer Dessous) (net 26) (status 800)) + (segment (start 149.86 71.12) (end 149.86 73.025) (width 1.016) (layer Dessus) (net 26)) + (segment (start 148.59 79.375) (end 149.225 78.74) (width 1.016) (layer Dessous) (net 26)) + (segment (start 134.62 82.55) (end 134.62 76.2) (width 1.016) (layer Dessous) (net 26) (status C00)) + + (zone (net 13) (net_name GND) (layer Dessous) (tstamp 4BF0F951) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 182.88 109.22) (xy 182.88 68.58) (xy 105.41 68.58) (xy 105.41 109.22) + ) + ) + (filled_polygon + (pts + (xy 130.732962 88.265) (xy 129.780462 89.2175) (xy 128.431828 89.2175) (xy 128.396222 89.164211) (xy 128.000801 88.899999) + (xy 128.396222 88.635789) (xy 128.704559 88.174329) (xy 128.812833 87.63) (xy 128.704559 87.085671) (xy 128.396222 86.624211) + (xy 128.00117 86.360246) (xy 128.017262 86.355525) (xy 128.451191 86.005986) (xy 128.718327 85.516996) (xy 128.73501 85.43706) + (xy 128.612852 85.217) (xy 127.127 85.217) (xy 127.127 85.237) (xy 126.873 85.237) (xy 126.873 85.217) + (xy 125.387148 85.217) (xy 125.26499 85.43706) (xy 125.281673 85.516996) (xy 125.548809 86.005986) (xy 125.982738 86.355525) + (xy 125.998829 86.360246) (xy 125.607119 86.621978) (xy 125.324404 86.338769) (xy 124.764472 86.106265) (xy 124.158188 86.105736) + (xy 123.597851 86.337262) (xy 123.316775 86.617847) (xy 123.317242 86.083339) (xy 123.10501 85.569697) (xy 122.71237 85.176371) + (xy 122.504487 85.09005) (xy 122.710303 85.00501) (xy 122.943219 84.7725) (xy 124.46 84.7725) (xy 124.824506 84.699995) + (xy 125.133519 84.493519) (xy 125.676913 83.950124) (xy 125.73069 83.9724) (xy 125.799099 83.9724) (xy 125.548809 84.174014) + (xy 125.281673 84.663004) (xy 125.26499 84.74294) (xy 125.387148 84.963) (xy 126.873 84.963) (xy 126.873 84.943) + (xy 127.127 84.943) (xy 127.127 84.963) (xy 128.612852 84.963) (xy 128.73501 84.74294) (xy 128.718327 84.663004) + (xy 128.451191 84.174014) (xy 128.2009 83.9724) (xy 128.269309 83.9724) (xy 128.502698 83.875727) (xy 128.681327 83.697099) + (xy 128.778 83.46371) (xy 128.778 83.211091) (xy 128.778 81.636291) (xy 128.761932 81.5975) (xy 129.145462 81.5975) + (xy 129.8575 82.309538) (xy 129.8575 86.995) (xy 129.930005 87.359506) (xy 130.136481 87.668519) (xy 130.732962 88.265) + ) + ) + (filled_polygon + (pts + (xy 182.753 109.093) (xy 157.555927 109.093) (xy 157.555927 70.04252) (xy 157.527148 69.512801) (xy 157.3798 69.157071) + (xy 157.144188 69.095417) (xy 156.389605 69.85) (xy 157.144188 70.604583) (xy 157.3798 70.542929) (xy 157.555927 70.04252) + (xy 157.555927 109.093) (xy 156.964583 109.093) (xy 156.964583 70.784188) (xy 156.21 70.029605) (xy 156.030395 70.20921) + (xy 156.030395 69.85) (xy 155.275812 69.095417) (xy 155.0402 69.157071) (xy 154.864073 69.65748) (xy 154.892852 70.187199) + (xy 155.0402 70.542929) (xy 155.275812 70.604583) (xy 156.030395 69.85) (xy 156.030395 70.20921) (xy 155.455417 70.784188) + (xy 155.517071 71.0198) (xy 156.01748 71.195927) (xy 156.547199 71.167148) (xy 156.902929 71.0198) (xy 156.964583 70.784188) + (xy 156.964583 109.093) (xy 149.935927 109.093) (xy 149.935927 108.14252) (xy 149.907148 107.612801) (xy 149.7598 107.257071) + (xy 149.524188 107.195417) (xy 149.344583 107.375022) (xy 149.344583 107.015812) (xy 149.282929 106.7802) (xy 148.78252 106.604073) + (xy 148.252801 106.632852) (xy 147.897071 106.7802) (xy 147.835417 107.015812) (xy 148.59 107.770395) (xy 149.344583 107.015812) + (xy 149.344583 107.375022) (xy 148.769605 107.95) (xy 149.524188 108.704583) (xy 149.7598 108.642929) (xy 149.935927 108.14252) + (xy 149.935927 109.093) (xy 149.289941 109.093) (xy 149.344583 108.884188) (xy 148.59 108.129605) (xy 148.410395 108.30921) + (xy 148.410395 107.95) (xy 147.655812 107.195417) (xy 147.4202 107.257071) (xy 147.244073 107.75748) (xy 147.272852 108.287199) + (xy 147.4202 108.642929) (xy 147.655812 108.704583) (xy 148.410395 107.95) (xy 148.410395 108.30921) (xy 147.835417 108.884188) + (xy 147.890058 109.093) (xy 146.125927 109.093) (xy 146.125927 108.14252) (xy 146.097148 107.612801) (xy 145.9498 107.257071) + (xy 145.714188 107.195417) (xy 144.959605 107.95) (xy 145.714188 108.704583) (xy 145.9498 108.642929) (xy 146.125927 108.14252) + (xy 146.125927 109.093) (xy 145.479941 109.093) (xy 145.534583 108.884188) (xy 144.78 108.129605) (xy 144.600395 108.30921) + (xy 144.025417 108.884188) (xy 144.080058 109.093) (xy 142.315927 109.093) (xy 141.669941 109.093) (xy 141.724583 108.884188) + (xy 140.97 108.129605) (xy 140.790395 108.30921) (xy 140.215417 108.884188) (xy 140.270058 109.093) (xy 128.73501 109.093) + (xy 128.73501 98.13706) (xy 128.612852 97.917) (xy 127.127 97.917) (xy 127.127 99.2124) (xy 127.4826 99.2124) + (xy 128.017262 99.055525) (xy 128.451191 98.705986) (xy 128.718327 98.216996) (xy 128.73501 98.13706) (xy 128.73501 109.093) + (xy 126.873 109.093) (xy 126.873 99.2124) (xy 126.873 97.917) (xy 125.387148 97.917) (xy 125.26499 98.13706) + (xy 125.281673 98.216996) (xy 125.548809 98.705986) (xy 125.982738 99.055525) (xy 126.5174 99.2124) (xy 126.873 99.2124) + (xy 126.873 109.093) (xy 123.317242 109.093) (xy 123.317242 103.863339) (xy 123.10501 103.349697) (xy 122.71237 102.956371) + (xy 122.1991 102.743243) (xy 121.643339 102.742758) (xy 121.129697 102.95499) (xy 120.736371 103.34763) (xy 120.523243 103.8609) + (xy 120.522758 104.416661) (xy 120.73499 104.930303) (xy 121.12763 105.323629) (xy 121.6409 105.536757) (xy 122.196661 105.537242) + (xy 122.710303 105.32501) (xy 123.103629 104.93237) (xy 123.316757 104.4191) (xy 123.317242 103.863339) (xy 123.317242 109.093) + (xy 113.157242 109.093) (xy 113.157242 103.863339) (xy 113.157242 92.433339) (xy 112.94501 91.919697) (xy 112.55237 91.526371) + (xy 112.0391 91.313243) (xy 111.483339 91.312758) (xy 110.969697 91.52499) (xy 110.576371 91.91763) (xy 110.363243 92.4309) + (xy 110.362758 92.986661) (xy 110.57499 93.500303) (xy 110.96763 93.893629) (xy 111.4809 94.106757) (xy 112.036661 94.107242) + (xy 112.550303 93.89501) (xy 112.943629 93.50237) (xy 113.156757 92.9891) (xy 113.157242 92.433339) (xy 113.157242 103.863339) + (xy 112.94501 103.349697) (xy 112.55237 102.956371) (xy 112.0391 102.743243) (xy 111.483339 102.742758) (xy 110.969697 102.95499) + (xy 110.576371 103.34763) (xy 110.363243 103.8609) (xy 110.362758 104.416661) (xy 110.57499 104.930303) (xy 110.96763 105.323629) + (xy 111.4809 105.536757) (xy 112.036661 105.537242) (xy 112.550303 105.32501) (xy 112.943629 104.93237) (xy 113.156757 104.4191) + (xy 113.157242 103.863339) (xy 113.157242 109.093) (xy 108.712 109.093) (xy 108.712 104.90131) (xy 108.712 104.648691) + (xy 108.712 104.29875) (xy 108.55325 104.14) (xy 105.664 104.14) (xy 105.664 105.25125) (xy 105.82275 105.41) + (xy 108.203309 105.41) (xy 108.436698 105.313327) (xy 108.615327 105.134699) (xy 108.712 104.90131) (xy 108.712 109.093) + (xy 105.537 109.093) (xy 105.537 103.866) (xy 105.664 103.866) (xy 105.664 103.886) (xy 108.55325 103.886) + (xy 108.712 103.72725) (xy 108.712 103.377309) (xy 108.712 103.12469) (xy 108.615327 102.891301) (xy 108.436698 102.712673) + (xy 108.356611 102.6795) (xy 108.436698 102.646327) (xy 108.615327 102.467699) (xy 108.712 102.23431) (xy 108.712 101.981691) + (xy 108.712 100.457691) (xy 108.615327 100.224302) (xy 108.436699 100.045673) (xy 108.20331 99.949) (xy 108.203309 99.949) + (xy 108.436698 99.852327) (xy 108.615327 99.673699) (xy 108.712 99.44031) (xy 108.712 99.187691) (xy 108.712 97.663691) + (xy 108.615327 97.430302) (xy 108.436699 97.251673) (xy 108.20331 97.155) (xy 108.203309 97.155) (xy 108.436698 97.058327) + (xy 108.615327 96.879699) (xy 108.712 96.64631) (xy 108.712 96.393691) (xy 108.712 94.869691) (xy 108.615327 94.636302) + (xy 108.436699 94.457673) (xy 108.356611 94.424499) (xy 108.436698 94.391327) (xy 108.615327 94.212699) (xy 108.712 93.97931) + (xy 108.712 93.726691) (xy 108.712 92.202691) (xy 108.615327 91.969302) (xy 108.436699 91.790673) (xy 108.20331 91.694) + (xy 108.203309 91.694) (xy 108.436698 91.597327) (xy 108.615327 91.418699) (xy 108.712 91.18531) (xy 108.712 90.932691) + (xy 108.712 90.58275) (xy 108.55325 90.424) (xy 105.664 90.424) (xy 105.664 90.444) (xy 105.537 90.444) + (xy 105.537 90.15) (xy 105.664 90.15) (xy 105.664 90.17) (xy 108.55325 90.17) (xy 108.712 90.01125) + (xy 108.712 89.661309) (xy 108.712 89.40869) (xy 108.615327 89.175301) (xy 108.436698 88.996673) (xy 108.356611 88.9635) + (xy 108.436698 88.930327) (xy 108.615327 88.751699) (xy 108.712 88.51831) (xy 108.712 88.265691) (xy 108.712 86.741691) + (xy 108.615327 86.508302) (xy 108.436699 86.329673) (xy 108.20331 86.233) (xy 108.203309 86.233) (xy 108.436698 86.136327) + (xy 108.615327 85.957699) (xy 108.712 85.72431) (xy 108.712 85.471691) (xy 108.712 83.947691) (xy 108.615327 83.714302) + (xy 108.436699 83.535673) (xy 108.20331 83.439) (xy 108.203309 83.439) (xy 108.436698 83.342327) (xy 108.615327 83.163699) + (xy 108.712 82.93031) (xy 108.712 82.677691) (xy 108.712 81.153691) (xy 108.615327 80.920302) (xy 108.436699 80.741673) + (xy 108.356611 80.708499) (xy 108.436698 80.675327) (xy 108.615327 80.496699) (xy 108.712 80.26331) (xy 108.712 80.010691) + (xy 108.712 78.486691) (xy 108.615327 78.253302) (xy 108.436699 78.074673) (xy 108.20331 77.978) (xy 108.203309 77.978) + (xy 108.436698 77.881327) (xy 108.615327 77.702699) (xy 108.712 77.46931) (xy 108.712 77.216691) (xy 108.712 77.1525) + (xy 110.736904 77.1525) (xy 110.96763 77.383629) (xy 111.175512 77.469949) (xy 110.969697 77.55499) (xy 110.576371 77.94763) + (xy 110.363243 78.4609) (xy 110.362758 79.016661) (xy 110.57499 79.530303) (xy 110.96763 79.923629) (xy 111.175512 80.009949) + (xy 110.969697 80.09499) (xy 110.576371 80.48763) (xy 110.363243 81.0009) (xy 110.362758 81.556661) (xy 110.57499 82.070303) + (xy 110.96763 82.463629) (xy 111.175512 82.549949) (xy 110.969697 82.63499) (xy 110.576371 83.02763) (xy 110.363243 83.5409) + (xy 110.362758 84.096661) (xy 110.57499 84.610303) (xy 110.96763 85.003629) (xy 111.175512 85.089949) (xy 110.969697 85.17499) + (xy 110.576371 85.56763) (xy 110.363243 86.0809) (xy 110.362758 86.636661) (xy 110.57499 87.150303) (xy 110.96763 87.543629) + (xy 111.4809 87.756757) (xy 112.036661 87.757242) (xy 112.550303 87.54501) (xy 112.943629 87.15237) (xy 113.156757 86.6391) + (xy 113.157242 86.083339) (xy 112.94501 85.569697) (xy 112.55237 85.176371) (xy 112.344487 85.09005) (xy 112.550303 85.00501) + (xy 112.943629 84.61237) (xy 113.156757 84.0991) (xy 113.157242 83.543339) (xy 112.94501 83.029697) (xy 112.55237 82.636371) + (xy 112.344487 82.55005) (xy 112.550303 82.46501) (xy 112.943629 82.07237) (xy 113.156757 81.5591) (xy 113.157242 81.003339) + (xy 112.94501 80.489697) (xy 112.55237 80.096371) (xy 112.344487 80.01005) (xy 112.550303 79.92501) (xy 112.943629 79.53237) + (xy 113.156757 79.0191) (xy 113.157242 78.463339) (xy 112.94501 77.949697) (xy 112.55237 77.556371) (xy 112.344487 77.47005) + (xy 112.550303 77.38501) (xy 112.943629 76.99237) (xy 113.156757 76.4791) (xy 113.157242 75.923339) (xy 112.94501 75.409697) + (xy 112.55237 75.016371) (xy 112.0391 74.803243) (xy 111.483339 74.802758) (xy 110.969697 75.01499) (xy 110.73678 75.2475) + (xy 108.356612 75.2475) (xy 108.356611 75.247499) (xy 108.436698 75.214327) (xy 108.615327 75.035699) (xy 108.712 74.80231) + (xy 108.712 74.549691) (xy 108.712 73.025691) (xy 108.615327 72.792302) (xy 108.436699 72.613673) (xy 108.20331 72.517) + (xy 107.950691 72.517) (xy 105.537 72.517) (xy 105.537 68.707) (xy 111.262885 68.707) (xy 111.262885 70.4342) + (xy 127.497115 70.4342) (xy 127.497115 68.707) (xy 150.404308 68.707) (xy 150.37562 68.718854) (xy 150.196662 68.8975) + (xy 147.955 68.8975) (xy 147.590494 68.970005) (xy 147.281481 69.176481) (xy 146.646481 69.811481) (xy 146.440005 70.120494) + (xy 146.3675 70.485) (xy 146.3675 71.366904) (xy 146.29678 71.4375) (xy 142.24 71.4375) (xy 141.875494 71.510005) + (xy 141.566481 71.716481) (xy 137.756481 75.526481) (xy 137.550005 75.835494) (xy 137.4775 76.2) (xy 137.4775 83.425462) + (xy 137.198519 83.146481) (xy 136.889506 82.940005) (xy 136.525 82.8675) (xy 136.363279 82.899668) (xy 136.432833 82.55) + (xy 136.324559 82.005671) (xy 136.016222 81.544211) (xy 135.763 81.375013) (xy 135.763 77.352025) (xy 135.856827 77.258199) + (xy 135.9535 77.02481) (xy 135.9535 76.772191) (xy 135.9535 75.375191) (xy 135.856827 75.141802) (xy 135.763 75.047974) + (xy 135.763 73.533) (xy 136.327071 73.533) (xy 136.36763 73.573629) (xy 136.8809 73.786757) (xy 137.436661 73.787242) + (xy 137.950303 73.57501) (xy 138.343629 73.18237) (xy 138.556757 72.6691) (xy 138.557242 72.113339) (xy 138.34501 71.599697) + (xy 137.95237 71.206371) (xy 137.4391 70.993243) (xy 136.883339 70.992758) (xy 136.369697 71.20499) (xy 136.327613 71.247) + (xy 135.344628 71.247) (xy 134.886413 71.056732) (xy 134.355914 71.056269) (xy 133.86562 71.258854) (xy 133.490173 71.633647) + (xy 133.286732 72.123587) (xy 133.286269 72.654086) (xy 133.477 73.115691) (xy 133.477 75.047974) (xy 133.383173 75.141801) + (xy 133.2865 75.37519) (xy 133.2865 75.627809) (xy 133.2865 77.024809) (xy 133.383173 77.258198) (xy 133.477 77.352025) + (xy 133.477 81.375013) (xy 133.223778 81.544211) (xy 133.0325 81.830479) (xy 133.0325 79.375) (xy 132.959995 79.010495) + (xy 132.959995 79.010494) (xy 132.753519 78.701481) (xy 132.118519 78.066481) (xy 131.809506 77.860005) (xy 131.445 77.7875) + (xy 122.943095 77.7875) (xy 122.71237 77.556371) (xy 122.504487 77.47005) (xy 122.710303 77.38501) (xy 123.103629 76.99237) + (xy 123.316757 76.4791) (xy 123.317242 75.923339) (xy 123.10501 75.409697) (xy 122.8725 75.17678) (xy 122.8725 73.419538) + (xy 122.949538 73.3425) (xy 125.719391 73.3425) (xy 125.763173 73.448198) (xy 125.941801 73.626827) (xy 126.17519 73.7235) + (xy 126.427809 73.7235) (xy 127.824809 73.7235) (xy 128.058198 73.626827) (xy 128.236827 73.448199) (xy 128.3335 73.21481) + (xy 128.3335 72.962191) (xy 128.3335 71.565191) (xy 128.236827 71.331802) (xy 128.058199 71.153173) (xy 127.82481 71.0565) + (xy 127.572191 71.0565) (xy 126.175191 71.0565) (xy 125.941802 71.153173) (xy 125.763173 71.331801) (xy 125.71939 71.4375) + (xy 122.555 71.4375) (xy 122.190494 71.510005) (xy 121.881481 71.716481) (xy 121.246481 72.351481) (xy 121.040005 72.660494) + (xy 120.9675 73.025) (xy 120.9675 75.176904) (xy 120.736371 75.40763) (xy 120.523243 75.9209) (xy 120.522758 76.476661) + (xy 120.73499 76.990303) (xy 121.12763 77.383629) (xy 121.335512 77.469949) (xy 121.129697 77.55499) (xy 120.736371 77.94763) + (xy 120.523243 78.4609) (xy 120.522758 79.016661) (xy 120.73499 79.530303) (xy 121.12763 79.923629) (xy 121.335512 80.009949) + (xy 121.129697 80.09499) (xy 120.736371 80.48763) (xy 120.523243 81.0009) (xy 120.522758 81.556661) (xy 120.73499 82.070303) + (xy 121.12763 82.463629) (xy 121.335512 82.549949) (xy 121.129697 82.63499) (xy 120.736371 83.02763) (xy 120.523243 83.5409) + (xy 120.522758 84.096661) (xy 120.73499 84.610303) (xy 121.12763 85.003629) (xy 121.335512 85.089949) (xy 121.129697 85.17499) + (xy 120.736371 85.56763) (xy 120.523243 86.0809) (xy 120.522758 86.636661) (xy 120.73499 87.150303) (xy 120.9675 87.383219) + (xy 120.9675 89.535) (xy 121.040005 89.899506) (xy 121.246481 90.208519) (xy 121.881481 90.843519) (xy 122.190494 91.049995) + (xy 122.190495 91.049995) (xy 122.555 91.1225) (xy 125.568171 91.1225) (xy 125.603778 91.175789) (xy 125.999198 91.439999) + (xy 125.603778 91.704211) (xy 125.568171 91.7575) (xy 122.943095 91.7575) (xy 122.71237 91.526371) (xy 122.1991 91.313243) + (xy 121.643339 91.312758) (xy 121.129697 91.52499) (xy 120.736371 91.91763) (xy 120.523243 92.4309) (xy 120.522758 92.986661) + (xy 120.73499 93.500303) (xy 121.12763 93.893629) (xy 121.6409 94.106757) (xy 122.196661 94.107242) (xy 122.710303 93.89501) + (xy 122.943219 93.6625) (xy 124.700462 93.6625) (xy 124.421481 93.941481) (xy 124.215005 94.250494) (xy 124.1425 94.615) + (xy 124.1425 95.885) (xy 124.215005 96.249506) (xy 124.421481 96.558519) (xy 124.730494 96.764995) (xy 124.781857 96.775211) + (xy 125.128323 97.121677) (xy 125.337247 97.261275) (xy 125.281673 97.363004) (xy 125.26499 97.44294) (xy 125.387148 97.663) + (xy 126.873 97.663) (xy 126.873 97.643) (xy 127.127 97.643) (xy 127.127 97.663) (xy 128.612852 97.663) + (xy 128.73501 97.44294) (xy 128.734083 97.438502) (xy 128.905 97.4725) (xy 129.145462 97.4725) (xy 129.8575 98.184538) + (xy 129.8575 104.775) (xy 129.930005 105.139506) (xy 130.136481 105.448519) (xy 131.406481 106.718519) (xy 131.715494 106.924995) + (xy 132.08 106.9975) (xy 140.003218 106.9975) (xy 139.920555 107.080163) (xy 140.035809 107.195417) (xy 139.8002 107.257071) + (xy 139.624073 107.75748) (xy 139.652852 108.287199) (xy 139.8002 108.642929) (xy 140.035812 108.704583) (xy 140.790395 107.95) + (xy 140.776252 107.935857) (xy 140.955857 107.756252) (xy 140.97 107.770395) (xy 140.984142 107.756252) (xy 141.163747 107.935857) + (xy 141.149605 107.95) (xy 141.904188 108.704583) (xy 142.1398 108.642929) (xy 142.315927 108.14252) (xy 142.287148 107.612801) + (xy 142.1398 107.257071) (xy 141.90419 107.195417) (xy 142.019445 107.080163) (xy 141.936782 106.9975) (xy 143.813218 106.9975) + (xy 143.730555 107.080163) (xy 143.845809 107.195417) (xy 143.6102 107.257071) (xy 143.434073 107.75748) (xy 143.462852 108.287199) + (xy 143.6102 108.642929) (xy 143.845812 108.704583) (xy 144.600395 107.95) (xy 144.586252 107.935857) (xy 144.765857 107.756252) + (xy 144.78 107.770395) (xy 145.534583 107.015812) (xy 145.524111 106.975796) (xy 145.779506 106.924995) (xy 146.088519 106.718519) + (xy 147.358519 105.448519) (xy 147.564995 105.139506) (xy 147.6375 104.775) (xy 147.6375 103.899538) (xy 147.685558 103.851479) + (xy 147.833647 103.999827) (xy 148.323587 104.203268) (xy 148.854086 104.203731) (xy 149.34438 104.001146) (xy 149.523337 103.8225) + (xy 151.370462 103.8225) (xy 151.4475 103.899538) (xy 151.4475 104.386904) (xy 151.216371 104.61763) (xy 151.003243 105.1309) + (xy 151.002758 105.686661) (xy 151.21499 106.200303) (xy 151.60763 106.593629) (xy 152.1209 106.806757) (xy 152.676661 106.807242) + (xy 153.190303 106.59501) (xy 153.583629 106.20237) (xy 153.796757 105.6891) (xy 153.797242 105.133339) (xy 153.58501 104.619697) + (xy 153.3525 104.38678) (xy 153.3525 103.505) (xy 153.279995 103.140495) (xy 153.279995 103.140494) (xy 153.073519 102.831481) + (xy 152.438519 102.196481) (xy 152.129506 101.990005) (xy 151.765 101.9175) (xy 152.129506 101.844995) (xy 152.438519 101.638519) + (xy 153.073519 101.003519) (xy 153.279995 100.694506) (xy 153.279995 100.694505) (xy 153.3525 100.33) (xy 153.3525 100.083095) + (xy 153.583629 99.85237) (xy 153.796757 99.3391) (xy 153.797242 98.783339) (xy 153.58501 98.269697) (xy 153.19237 97.876371) + (xy 152.6791 97.663243) (xy 152.60386 97.663177) (xy 153.073519 97.193519) (xy 153.279995 96.884506) (xy 153.3525 96.52) + (xy 153.3525 95.003095) (xy 153.583629 94.77237) (xy 153.796757 94.2591) (xy 153.797242 93.703339) (xy 153.58501 93.189697) + (xy 153.19237 92.796371) (xy 152.6791 92.583243) (xy 152.123339 92.582758) (xy 151.609697 92.79499) (xy 151.216371 93.18763) + (xy 151.003243 93.7009) (xy 151.002758 94.256661) (xy 151.21499 94.770303) (xy 151.4475 95.003219) (xy 151.4475 96.125462) + (xy 150.299989 97.272972) (xy 150.294559 97.245671) (xy 149.986222 96.784211) (xy 149.59117 96.520246) (xy 149.607262 96.515525) + (xy 150.041191 96.165986) (xy 150.308327 95.676996) (xy 150.32501 95.59706) (xy 150.32501 94.90294) (xy 150.308327 94.823004) + (xy 150.041191 94.334014) (xy 149.607262 93.984475) (xy 149.59201 93.98) (xy 149.607262 93.975525) (xy 150.041191 93.625986) + (xy 150.308327 93.136996) (xy 150.32501 93.05706) (xy 150.202852 92.837) (xy 148.717 92.837) (xy 148.717 93.8276) + (xy 148.717 94.1324) (xy 148.717 95.123) (xy 150.202852 95.123) (xy 150.32501 94.90294) (xy 150.32501 95.59706) + (xy 150.202852 95.377) (xy 148.717 95.377) (xy 148.717 95.397) (xy 148.463 95.397) (xy 148.463 95.377) + (xy 148.463 95.123) (xy 148.463 94.1324) (xy 148.463 93.8276) (xy 148.463 92.837) (xy 146.977148 92.837) + (xy 146.85499 93.05706) (xy 146.871673 93.136996) (xy 147.138809 93.625986) (xy 147.572738 93.975525) (xy 147.587989 93.98) + (xy 147.572738 93.984475) (xy 147.138809 94.334014) (xy 146.871673 94.823004) (xy 146.85499 94.90294) (xy 146.977148 95.123) + (xy 148.463 95.123) (xy 148.463 95.377) (xy 146.977148 95.377) (xy 146.85499 95.59706) (xy 146.871673 95.676996) + (xy 147.138809 96.165986) (xy 147.572738 96.515525) (xy 147.588829 96.520246) (xy 147.193778 96.784211) (xy 146.885441 97.245671) + (xy 146.777167 97.79) (xy 146.885441 98.334329) (xy 147.158171 98.7425) (xy 144.145 98.7425) (xy 143.780494 98.815005) + (xy 143.471481 99.021481) (xy 142.70501 99.787951) (xy 142.70501 98.13706) (xy 142.582852 97.917) (xy 141.097 97.917) + (xy 141.097 99.2124) (xy 141.4526 99.2124) (xy 141.987262 99.055525) (xy 142.421191 98.705986) (xy 142.688327 98.216996) + (xy 142.70501 98.13706) (xy 142.70501 99.787951) (xy 140.956474 101.536487) (xy 140.705914 101.536269) (xy 140.21562 101.738854) + (xy 140.036662 101.9175) (xy 138.189538 101.9175) (xy 138.1125 101.840462) (xy 138.1125 101.532981) (xy 138.200596 101.621231) + (xy 138.760528 101.853735) (xy 139.366812 101.854264) (xy 139.927149 101.622738) (xy 140.356231 101.194404) (xy 140.588735 100.634472) + (xy 140.589264 100.028188) (xy 140.357738 99.467851) (xy 140.0175 99.127018) (xy 140.0175 99.074526) (xy 140.4874 99.2124) + (xy 140.843 99.2124) (xy 140.843 97.917) (xy 140.823 97.917) (xy 140.823 97.663) (xy 140.843 97.663) + (xy 140.843 97.643) (xy 141.097 97.643) (xy 141.097 97.663) (xy 142.582852 97.663) (xy 142.70501 97.44294) + (xy 142.688327 97.363004) (xy 142.421191 96.874014) (xy 141.987262 96.524475) (xy 141.97117 96.519753) (xy 142.366222 96.255789) + (xy 142.674559 95.794329) (xy 142.782833 95.25) (xy 142.674559 94.705671) (xy 142.366222 94.244211) (xy 141.97117 93.980246) + (xy 141.987262 93.975525) (xy 142.421191 93.625986) (xy 142.688327 93.136996) (xy 142.70501 93.05706) (xy 142.70501 92.36294) + (xy 142.688327 92.283004) (xy 142.421191 91.794014) (xy 141.987262 91.444475) (xy 141.97201 91.44) (xy 141.987262 91.435525) + (xy 142.421191 91.085986) (xy 142.688327 90.596996) (xy 142.70501 90.51706) (xy 142.582852 90.297) (xy 141.097 90.297) + (xy 141.097 91.2876) (xy 141.097 91.5924) (xy 141.097 92.583) (xy 142.582852 92.583) (xy 142.70501 92.36294) + (xy 142.70501 93.05706) (xy 142.582852 92.837) (xy 141.097 92.837) (xy 141.097 92.857) (xy 140.843 92.857) + (xy 140.843 92.837) (xy 140.823 92.837) (xy 140.823 92.583) (xy 140.843 92.583) (xy 140.843 91.5924) + (xy 140.843 91.2876) (xy 140.843 90.297) (xy 140.823 90.297) (xy 140.823 90.043) (xy 140.843 90.043) + (xy 140.843 90.023) (xy 141.097 90.023) (xy 141.097 90.043) (xy 142.582852 90.043) (xy 142.70501 89.82294) + (xy 142.688327 89.743004) (xy 142.421191 89.254014) (xy 141.987262 88.904475) (xy 141.97117 88.899753) (xy 142.366222 88.635789) + (xy 142.674559 88.174329) (xy 142.782833 87.63) (xy 142.674559 87.085671) (xy 142.366222 86.624211) (xy 141.970801 86.359999) + (xy 142.366222 86.095789) (xy 142.401828 86.0425) (xy 143.115462 86.0425) (xy 143.8275 86.754538) (xy 143.8275 88.265) + (xy 143.900005 88.629506) (xy 144.106481 88.938519) (xy 144.741481 89.573519) (xy 145.050495 89.779995) (xy 145.415 89.8525) + (xy 145.779506 89.779995) (xy 145.823049 89.7509) (xy 146.860531 89.7509) (xy 146.777167 90.17) (xy 146.885441 90.714329) + (xy 147.193778 91.175789) (xy 147.588829 91.439753) (xy 147.572738 91.444475) (xy 147.138809 91.794014) (xy 146.871673 92.283004) + (xy 146.85499 92.36294) (xy 146.977148 92.583) (xy 148.463 92.583) (xy 148.463 92.563) (xy 148.717 92.563) + (xy 148.717 92.583) (xy 150.202852 92.583) (xy 150.32501 92.36294) (xy 150.308327 92.283004) (xy 150.041191 91.794014) + (xy 149.607262 91.444475) (xy 149.59117 91.439753) (xy 149.986222 91.175789) (xy 150.294559 90.714329) (xy 150.402833 90.17) + (xy 150.319468 89.7509) (xy 151.275481 89.7509) (xy 151.60763 90.083629) (xy 152.1209 90.296757) (xy 152.676661 90.297242) + (xy 153.190303 90.08501) (xy 153.583629 89.69237) (xy 153.796757 89.1791) (xy 153.797242 88.623339) (xy 153.7335 88.469071) + (xy 153.7335 79.56481) (xy 153.7335 79.312191) (xy 153.7335 77.915191) (xy 153.636827 77.681802) (xy 153.458199 77.503173) + (xy 153.22481 77.4065) (xy 152.972191 77.4065) (xy 152.273 77.4065) (xy 152.273 74.492928) (xy 152.313629 74.45237) + (xy 152.526757 73.9391) (xy 152.527242 73.383339) (xy 152.31501 72.869697) (xy 151.92237 72.476371) (xy 151.4091 72.263243) + (xy 150.853339 72.262758) (xy 150.339697 72.47499) (xy 149.946371 72.86763) (xy 149.733243 73.3809) (xy 149.732758 73.936661) + (xy 149.94499 74.450303) (xy 149.987 74.492386) (xy 149.987 77.597) (xy 149.225 77.597) (xy 148.787593 77.684006) + (xy 148.665927 77.7653) (xy 148.665927 76.39252) (xy 148.637148 75.862801) (xy 148.4898 75.507071) (xy 148.254188 75.445417) + (xy 148.074583 75.625022) (xy 148.074583 75.265812) (xy 148.012929 75.0302) (xy 147.51252 74.854073) (xy 146.982801 74.882852) + (xy 146.627071 75.0302) (xy 146.565417 75.265812) (xy 147.32 76.020395) (xy 148.074583 75.265812) (xy 148.074583 75.625022) + (xy 147.499605 76.2) (xy 148.254188 76.954583) (xy 148.4898 76.892929) (xy 148.665927 76.39252) (xy 148.665927 77.7653) + (xy 148.416777 77.931777) (xy 148.074583 78.273971) (xy 148.074583 77.134188) (xy 147.32 76.379605) (xy 147.140395 76.55921) + (xy 147.140395 76.2) (xy 146.385812 75.445417) (xy 146.1502 75.507071) (xy 145.974073 76.00748) (xy 146.002852 76.537199) + (xy 146.1502 76.892929) (xy 146.385812 76.954583) (xy 147.140395 76.2) (xy 147.140395 76.55921) (xy 146.565417 77.134188) + (xy 146.627071 77.3698) (xy 147.12748 77.545927) (xy 147.657199 77.517148) (xy 148.012929 77.3698) (xy 148.074583 77.134188) + (xy 148.074583 78.273971) (xy 147.781777 78.566777) (xy 147.534006 78.937593) (xy 147.447 79.375) (xy 147.447 81.375013) + (xy 147.193778 81.544211) (xy 146.885441 82.005671) (xy 146.777167 82.55) (xy 146.885441 83.094329) (xy 147.193778 83.555789) + (xy 147.588829 83.819753) (xy 147.572738 83.824475) (xy 147.138809 84.174014) (xy 146.871673 84.663004) (xy 146.85499 84.74294) + (xy 146.977148 84.963) (xy 148.463 84.963) (xy 148.463 84.943) (xy 148.717 84.943) (xy 148.717 84.963) + (xy 150.202852 84.963) (xy 150.32501 84.74294) (xy 150.308327 84.663004) (xy 150.041191 84.174014) (xy 149.607262 83.824475) + (xy 149.59117 83.819753) (xy 149.986222 83.555789) (xy 150.294559 83.094329) (xy 150.402833 82.55) (xy 150.294559 82.005671) + (xy 149.986222 81.544211) (xy 149.733 81.375013) (xy 149.733 79.883) (xy 151.13 79.883) (xy 151.247974 79.883) + (xy 151.341801 79.976827) (xy 151.57519 80.0735) (xy 151.827809 80.0735) (xy 153.224809 80.0735) (xy 153.458198 79.976827) + (xy 153.636827 79.798199) (xy 153.7335 79.56481) (xy 153.7335 88.469071) (xy 153.58501 88.109697) (xy 153.19237 87.716371) + (xy 152.6791 87.503243) (xy 152.123339 87.502758) (xy 151.609697 87.71499) (xy 151.275003 88.0491) (xy 150.309974 88.0491) + (xy 150.32501 87.97706) (xy 150.32501 87.28294) (xy 150.308327 87.203004) (xy 150.041191 86.714014) (xy 149.607262 86.364475) + (xy 149.59201 86.36) (xy 149.607262 86.355525) (xy 150.041191 86.005986) (xy 150.308327 85.516996) (xy 150.32501 85.43706) + (xy 150.202852 85.217) (xy 148.717 85.217) (xy 148.717 86.2076) (xy 148.717 86.5124) (xy 148.717 87.503) + (xy 150.202852 87.503) (xy 150.32501 87.28294) (xy 150.32501 87.97706) (xy 150.202852 87.757) (xy 148.717 87.757) + (xy 148.717 87.777) (xy 148.463 87.777) (xy 148.463 87.757) (xy 148.463 87.503) (xy 148.463 86.5124) + (xy 148.463 86.2076) (xy 148.463 85.217) (xy 146.977148 85.217) (xy 146.85499 85.43706) (xy 146.871673 85.516996) + (xy 147.138809 86.005986) (xy 147.572738 86.355525) (xy 147.587989 86.36) (xy 147.572738 86.364475) (xy 147.138809 86.714014) + (xy 146.871673 87.203004) (xy 146.85499 87.28294) (xy 146.977148 87.503) (xy 148.463 87.503) (xy 148.463 87.757) + (xy 146.977148 87.757) (xy 146.85499 87.97706) (xy 146.870025 88.0491) (xy 145.911138 88.0491) (xy 145.7325 87.870462) + (xy 145.7325 86.36) (xy 145.659995 85.995494) (xy 145.453519 85.686481) (xy 144.183519 84.416481) (xy 143.874506 84.210005) + (xy 143.51 84.1375) (xy 142.401828 84.1375) (xy 142.366222 84.084211) (xy 142.198884 83.9724) (xy 142.23931 83.9724) + (xy 142.472699 83.875727) (xy 142.651327 83.697098) (xy 142.748 83.463709) (xy 142.748 82.83575) (xy 142.748 82.26425) + (xy 142.748 81.636291) (xy 142.651327 81.402902) (xy 142.472699 81.224273) (xy 142.23931 81.1276) (xy 141.986691 81.1276) + (xy 141.25575 81.1276) (xy 141.097 81.28635) (xy 141.097 82.423) (xy 142.58925 82.423) (xy 142.748 82.26425) + (xy 142.748 82.83575) (xy 142.58925 82.677) (xy 141.097 82.677) (xy 141.097 82.697) (xy 140.843 82.697) + (xy 140.843 82.677) (xy 140.823 82.677) (xy 140.823 82.423) (xy 140.843 82.423) (xy 140.843 81.28635) + (xy 140.68425 81.1276) (xy 139.953309 81.1276) (xy 139.70069 81.1276) (xy 139.467301 81.224273) (xy 139.3825 81.309074) + (xy 139.3825 76.594538) (xy 142.634538 73.3425) (xy 146.296904 73.3425) (xy 146.52763 73.573629) (xy 147.0409 73.786757) + (xy 147.596661 73.787242) (xy 148.110303 73.57501) (xy 148.503629 73.18237) (xy 148.716757 72.6691) (xy 148.717242 72.113339) + (xy 148.50501 71.599697) (xy 148.2725 71.36678) (xy 148.2725 70.879538) (xy 148.349538 70.8025) (xy 150.196628 70.8025) + (xy 150.373647 70.979827) (xy 150.863587 71.183268) (xy 151.394086 71.183731) (xy 151.88438 70.981146) (xy 152.259827 70.606353) + (xy 152.463268 70.116413) (xy 152.463731 69.585914) (xy 152.261146 69.09562) (xy 151.886353 68.720173) (xy 151.854628 68.707) + (xy 155.510058 68.707) (xy 155.455417 68.915812) (xy 156.21 69.670395) (xy 156.964583 68.915812) (xy 156.909941 68.707) + (xy 182.753 68.707) (xy 182.753 76.835) (xy 182.665994 76.397593) (xy 182.418223 76.026777) (xy 181.783223 75.391777) + (xy 181.412407 75.144006) (xy 180.975 75.057) (xy 172.72 75.057) (xy 172.72 74.168691) (xy 172.623327 73.935302) + (xy 172.444699 73.756673) (xy 172.21131 73.66) (xy 171.958691 73.66) (xy 168.148691 73.66) (xy 167.915302 73.756673) + (xy 167.736673 73.935301) (xy 167.64 74.16869) (xy 167.64 74.421309) (xy 167.64 75.057) (xy 165.1 75.057) + (xy 164.662593 75.144006) (xy 164.291777 75.391777) (xy 162.699144 76.98441) (xy 162.699144 73.867698) (xy 162.671362 73.312632) + (xy 162.512397 72.928857) (xy 162.270213 72.859392) (xy 162.090608 73.038997) (xy 162.090608 72.679787) (xy 162.021143 72.437603) + (xy 161.497698 72.250856) (xy 160.942632 72.278638) (xy 160.558857 72.437603) (xy 160.489392 72.679787) (xy 161.29 73.480395) + (xy 162.090608 72.679787) (xy 162.090608 73.038997) (xy 161.469605 73.66) (xy 162.270213 74.460608) (xy 162.512397 74.391143) + (xy 162.699144 73.867698) (xy 162.699144 76.98441) (xy 162.090608 77.592946) (xy 162.090608 74.640213) (xy 161.29 73.839605) + (xy 161.110395 74.01921) (xy 161.110395 73.66) (xy 160.309787 72.859392) (xy 160.067603 72.928857) (xy 159.880856 73.452302) + (xy 159.908638 74.007368) (xy 160.067603 74.391143) (xy 160.309787 74.460608) (xy 161.110395 73.66) (xy 161.110395 74.01921) + (xy 160.489392 74.640213) (xy 160.558857 74.882397) (xy 161.082302 75.069144) (xy 161.637368 75.041362) (xy 162.021143 74.882397) + (xy 162.090608 74.640213) (xy 162.090608 77.592946) (xy 162.086554 77.597) (xy 160.744628 77.597) (xy 160.286413 77.406732) + (xy 159.755914 77.406269) (xy 159.26562 77.608854) (xy 158.890173 77.983647) (xy 158.686732 78.473587) (xy 158.686269 79.004086) + (xy 158.888854 79.49438) (xy 159.263647 79.869827) (xy 159.753587 80.073268) (xy 160.284086 80.073731) (xy 160.745691 79.883) + (xy 162.56 79.883) (xy 162.997407 79.795994) (xy 163.368223 79.548223) (xy 165.573446 77.343) (xy 167.64 77.343) + (xy 167.64 78.231309) (xy 167.736673 78.464698) (xy 167.915301 78.643327) (xy 168.14869 78.74) (xy 168.401309 78.74) + (xy 170.167548 78.74) (xy 169.649923 78.745067) (xy 168.762353 79.112711) (xy 168.553165 79.47356) (xy 170.18 81.100395) + (xy 171.806835 79.47356) (xy 171.597647 79.112711) (xy 170.672326 78.74) (xy 172.211309 78.74) (xy 172.444698 78.643327) + (xy 172.623327 78.464699) (xy 172.72 78.23131) (xy 172.72 77.978691) (xy 172.72 77.343) (xy 180.467 77.343) + (xy 180.467 83.058) (xy 178.943691 83.058) (xy 178.710302 83.154673) (xy 178.531673 83.333301) (xy 178.435 83.56669) + (xy 178.435 83.819309) (xy 178.435 85.597309) (xy 178.47133 85.685018) (xy 178.164506 85.480005) (xy 177.8 85.4075) + (xy 172.724824 85.4075) (xy 172.724824 81.76035) (xy 172.714933 80.749923) (xy 172.347289 79.862353) (xy 171.98644 79.653165) + (xy 170.359605 81.28) (xy 171.98644 82.906835) (xy 172.347289 82.697647) (xy 172.724824 81.76035) (xy 172.724824 85.4075) + (xy 172.534719 85.4075) (xy 172.334563 84.923085) (xy 171.620673 84.207948) (xy 170.687454 83.820441) (xy 170.191567 83.820008) + (xy 170.710077 83.814933) (xy 171.597647 83.447289) (xy 171.806835 83.08644) (xy 170.18 81.459605) (xy 170.000395 81.63921) + (xy 170.000395 81.28) (xy 168.37356 79.653165) (xy 168.012711 79.862353) (xy 167.635176 80.79965) (xy 167.645067 81.810077) + (xy 168.012711 82.697647) (xy 168.37356 82.906835) (xy 170.000395 81.28) (xy 170.000395 81.63921) (xy 168.553165 83.08644) + (xy 168.762353 83.447289) (xy 169.686602 83.819568) (xy 169.676979 83.81956) (xy 168.743085 84.205437) (xy 168.027948 84.919327) + (xy 167.82524 85.4075) (xy 163.195 85.4075) (xy 162.830494 85.480005) (xy 162.521481 85.686481) (xy 161.886481 86.321481) + (xy 161.680005 86.630494) (xy 161.6075 86.995) (xy 161.6075 87.876904) (xy 161.376371 88.10763) (xy 161.163243 88.6209) + (xy 161.162758 89.176661) (xy 161.37499 89.690303) (xy 161.76763 90.083629) (xy 162.2809 90.296757) (xy 162.836661 90.297242) + (xy 163.350303 90.08501) (xy 163.743629 89.69237) (xy 163.956757 89.1791) (xy 163.957242 88.623339) (xy 163.74501 88.109697) + (xy 163.5125 87.87678) (xy 163.5125 87.389538) (xy 163.589538 87.3125) (xy 167.82528 87.3125) (xy 168.025437 87.796915) + (xy 168.739327 88.512052) (xy 169.672546 88.899559) (xy 169.676972 88.899562) (xy 168.743085 89.285437) (xy 168.027948 89.999327) + (xy 167.82524 90.4875) (xy 165.1 90.4875) (xy 164.735494 90.560005) (xy 164.42648 90.766481) (xy 162.609918 92.583042) + (xy 162.283339 92.582758) (xy 161.769697 92.79499) (xy 161.376371 93.18763) (xy 161.163243 93.7009) (xy 161.162758 94.256661) + (xy 161.37499 94.770303) (xy 161.76763 95.163629) (xy 162.2809 95.376757) (xy 162.836661 95.377242) (xy 163.350303 95.16501) + (xy 163.743629 94.77237) (xy 163.956757 94.2591) (xy 163.957044 93.929994) (xy 165.494538 92.3925) (xy 167.82528 92.3925) + (xy 168.025437 92.876915) (xy 168.739327 93.592052) (xy 169.672546 93.979559) (xy 169.676972 93.979562) (xy 168.743085 94.365437) + (xy 168.027948 95.079327) (xy 167.82524 95.5675) (xy 165.1 95.5675) (xy 164.735494 95.640005) (xy 164.42648 95.846481) + (xy 162.609918 97.663042) (xy 162.283339 97.662758) (xy 161.769697 97.87499) (xy 161.376371 98.26763) (xy 161.163243 98.7809) + (xy 161.162758 99.336661) (xy 161.37499 99.850303) (xy 161.76763 100.243629) (xy 162.2809 100.456757) (xy 162.836661 100.457242) + (xy 163.350303 100.24501) (xy 163.743629 99.85237) (xy 163.956757 99.3391) (xy 163.957044 99.009994) (xy 165.494538 97.4725) + (xy 167.82528 97.4725) (xy 168.025437 97.956915) (xy 168.739327 98.672052) (xy 169.672546 99.059559) (xy 169.676972 99.059562) + (xy 168.743085 99.445437) (xy 168.027948 100.159327) (xy 167.640441 101.092546) (xy 167.63956 102.103021) (xy 168.025437 103.036915) + (xy 168.739327 103.752052) (xy 169.2275 103.954759) (xy 169.2275 104.380462) (xy 169.150462 104.4575) (xy 163.583095 104.4575) + (xy 163.35237 104.226371) (xy 162.8391 104.013243) (xy 162.283339 104.012758) (xy 161.769697 104.22499) (xy 161.376371 104.61763) + (xy 161.163243 105.1309) (xy 161.162758 105.686661) (xy 161.37499 106.200303) (xy 161.76763 106.593629) (xy 162.2809 106.806757) + (xy 162.836661 106.807242) (xy 163.350303 106.59501) (xy 163.583219 106.3625) (xy 169.545 106.3625) (xy 169.909506 106.289995) + (xy 170.218519 106.083519) (xy 170.853519 105.448519) (xy 171.059995 105.139506) (xy 171.059995 105.139505) (xy 171.1325 104.775) + (xy 171.1325 103.954719) (xy 171.616915 103.754563) (xy 172.332052 103.040673) (xy 172.534759 102.5525) (xy 172.72 102.5525) + (xy 173.084506 102.479995) (xy 173.393519 102.273519) (xy 178.596006 97.071032) (xy 178.710301 97.185327) (xy 178.94369 97.282) + (xy 179.196309 97.282) (xy 182.753 97.282) (xy 182.753 109.093) + ) + ) + ) +) diff --git a/demos/sonde xilinx/sonde xilinx.net b/demos/sonde xilinx/sonde xilinx.net new file mode 100644 index 0000000..33e887a --- /dev/null +++ b/demos/sonde xilinx/sonde xilinx.net @@ -0,0 +1,420 @@ +(export (version D) + (design + (source "F:/kicad-launchpad/testing/demos/sonde xilinx/sonde xilinx.sch") + (date "05/01/2014 18:35:33") + (tool "eeschema (2014-01-04 BZR 4608)-product")) + (components + (comp (ref R11) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D527316)) + (comp (ref C4) + (value 100pF) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF81A7)) + (comp (ref R13) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D528082)) + (comp (ref U1) + (value 74LS125) + (libsource (lib 74xx) (part 74LS125)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7DBD)) + (comp (ref J2) + (value DB9MALE) + (libsource (lib conn) (part DB9)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDE5C8)) + (comp (ref P1) + (value CONN_6) + (libsource (lib conn) (part CONN_6)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF830C)) + (comp (ref C1) + (value 1uF) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF82C6)) + (comp (ref C5) + (value 100pF) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D528086)) + (comp (ref R12) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D528083)) + (comp (ref C2) + (value 100pF) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D528085)) + (comp (ref C3) + (value 100pF) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D528084)) + (comp (ref R14) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF819B)) + (comp (ref R5) + (value 1K) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF818E)) + (comp (ref R2) + (value 5,1K) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF8187)) + (comp (ref D2) + (value BAT46) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF8176)) + (comp (ref D1) + (value BAT46) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF815E)) + (comp (ref U2) + (value 74LS125) + (libsource (lib 74xx) (part 74LS125)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7EEC)) + (comp (ref R9) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7D33)) + (comp (ref R10) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7D31)) + (comp (ref R8) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D528080)) + (comp (ref R7) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 4D52807F)) + (comp (ref R6) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7D26)) + (comp (ref R4) + (value 47) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7D22)) + (comp (ref R1) + (value 100) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7D16)) + (comp (ref J1) + (value DB25MALE) + (libsource (lib conn) (part DB25)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EBF7D04))) + (libparts + (libpart (lib device) (part C) + (description "Condensateur non polarise") + (footprints + (fp SM*) + (fp C?) + (fp C1-1)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CP) + (aliases + (alias CAPAPOL)) + (description "Condensateur polarise") + (footprints + (fp CP*) + (fp SM*)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part DIODESCH) + (description "Diode schottky") + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODESCH)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part R) + (description Resistance) + (footprints + (fp R?) + (fp SM0603) + (fp SM0805) + (fp R?-*) + (fp SM1206)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib conn) (part CONN_6) + (description "ymbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_6)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)))) + (libpart (lib conn) (part DB25) + (footprints + (fp DB25*)) + (fields + (field (name Reference) J) + (field (name Value) DB25)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P24) (type passive)) + (pin (num 25) (name P25) (type passive)))) + (libpart (lib conn) (part DB9) + (footprints + (fp DB9*)) + (fields + (field (name Reference) J) + (field (name Value) DB9)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)))) + (libpart (lib 74xx) (part 74LS125) + (description "Quad buffer 3 State out") + (fields + (field (name Reference) U) + (field (name Value) 74LS125)) + (pins + (pin (num 1) (name E) (type input)) + (pin (num 2) (name D) (type input)) + (pin (num 3) (name O) (type 3state)) + (pin (num 4) (name E) (type input)) + (pin (num 5) (name D) (type input)) + (pin (num 6) (name O) (type 3state)) + (pin (num 7) (name GND) (type power_in)) + (pin (num 8) (name O) (type 3state)) + (pin (num 9) (name D) (type input)) + (pin (num 10) (name E) (type input)) + (pin (num 11) (name O) (type 3state)) + (pin (num 12) (name D) (type input)) + (pin (num 13) (name E) (type input)) + (pin (num 14) (name VCC) (type power_in))))) + (libraries + (library (logical device) + (uri F:\kicad\share\library\device.lib)) + (library (logical conn) + (uri F:\kicad\share\library\conn.lib)) + (library (logical 74xx) + (uri F:\kicad\share\library\74xx.lib))) + (nets + (net (code 1) (name VCC) + (node (ref U2) (pin 14)) + (node (ref R5) (pin 1)) + (node (ref R2) (pin 1)) + (node (ref D2) (pin 2)) + (node (ref D1) (pin 1)) + (node (ref U1) (pin 14)) + (node (ref C1) (pin 1))) + (net (code 2) (name GND) + (node (ref J2) (pin 7)) + (node (ref J2) (pin 8)) + (node (ref J2) (pin 9)) + (node (ref C5) (pin 2)) + (node (ref R5) (pin 2)) + (node (ref U1) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref U1) (pin 7)) + (node (ref J1) (pin 20)) + (node (ref U2) (pin 1)) + (node (ref J1) (pin 25)) + (node (ref U2) (pin 12)) + (node (ref U2) (pin 10)) + (node (ref U2) (pin 9)) + (node (ref U2) (pin 7)) + (node (ref U2) (pin 4)) + (node (ref U2) (pin 5)) + (node (ref P1) (pin 2)) + (node (ref U2) (pin 13)) + (node (ref C3) (pin 2)) + (node (ref J2) (pin 6)) + (node (ref C4) (pin 2)) + (node (ref C2) (pin 2))) + (net (code 3) (name "Net-(U2-Pad11)") + (node (ref U2) (pin 11))) + (net (code 4) (name "Net-(U2-Pad8)") + (node (ref U2) (pin 8))) + (net (code 5) (name "Net-(U2-Pad6)") + (node (ref U2) (pin 6))) + (net (code 6) (name /TMS-PROG-D2) + (node (ref J1) (pin 4)) + (node (ref R9) (pin 2))) + (net (code 7) (name /VCC_SENSE-ERROR*) + (node (ref J1) (pin 15)) + (node (ref R1) (pin 2))) + (net (code 8) (name "Net-(J1-Pad11)") + (node (ref J1) (pin 12)) + (node (ref J1) (pin 11)) + (node (ref J1) (pin 8))) + (net (code 9) (name /TD0-PROG-D4) + (node (ref J1) (pin 6)) + (node (ref R6) (pin 2))) + (net (code 10) (name /TDI-DIN-D0) + (node (ref J1) (pin 2)) + (node (ref R7) (pin 2))) + (net (code 11) (name /CTRL-D3) + (node (ref J1) (pin 5)) + (node (ref R8) (pin 2))) + (net (code 12) (name /CLK-D1) + (node (ref J1) (pin 3)) + (node (ref R10) (pin 2))) + (net (code 13) (name "Net-(R4-Pad1)") + (node (ref R4) (pin 1)) + (node (ref U2) (pin 3))) + (net (code 14) (name "Net-(J1-Pad1)") + (node (ref J1) (pin 1))) + (net (code 15) (name "Net-(J1-Pad7)") + (node (ref J1) (pin 7))) + (net (code 16) (name "Net-(R7-Pad1)") + (node (ref U1) (pin 5)) + (node (ref R7) (pin 1))) + (net (code 17) (name /DONE-SELECT*) + (node (ref J1) (pin 13)) + (node (ref R4) (pin 2))) + (net (code 18) (name "Net-(J1-Pad19)") + (node (ref J1) (pin 19))) + (net (code 19) (name "Net-(J1-Pad18)") + (node (ref J1) (pin 18))) + (net (code 20) (name "Net-(J1-Pad17)") + (node (ref J1) (pin 17))) + (net (code 21) (name "Net-(J1-Pad16)") + (node (ref J1) (pin 16))) + (net (code 22) (name "Net-(J1-Pad24)") + (node (ref J1) (pin 24))) + (net (code 23) (name "Net-(J1-Pad14)") + (node (ref J1) (pin 14))) + (net (code 24) (name "Net-(J1-Pad23)") + (node (ref J1) (pin 23))) + (net (code 25) (name "Net-(R9-Pad1)") + (node (ref U1) (pin 12)) + (node (ref R9) (pin 1))) + (net (code 26) (name "Net-(J1-Pad22)") + (node (ref J1) (pin 22))) + (net (code 27) (name "Net-(J1-Pad21)") + (node (ref J1) (pin 21))) + (net (code 28) (name "Net-(J1-Pad10)") + (node (ref J1) (pin 10))) + (net (code 29) (name "Net-(J1-Pad9)") + (node (ref J1) (pin 9))) + (net (code 30) (name "Net-(R10-Pad1)") + (node (ref R10) (pin 1)) + (node (ref U1) (pin 9))) + (net (code 31) (name "Net-(R6-Pad1)") + (node (ref R6) (pin 1)) + (node (ref U1) (pin 1))) + (net (code 32) (name "Net-(D1-Pad2)") + (node (ref R1) (pin 1)) + (node (ref D1) (pin 2))) + (net (code 33) (name "Net-(C4-Pad1)") + (node (ref C4) (pin 1)) + (node (ref R13) (pin 2)) + (node (ref U1) (pin 11))) + (net (code 34) (name "Net-(R8-Pad1)") + (node (ref U1) (pin 4)) + (node (ref R8) (pin 1)) + (node (ref U1) (pin 10)) + (node (ref U1) (pin 13))) + (net (code 35) (name /PWR_3,3-5V) + (node (ref D2) (pin 1)) + (node (ref J2) (pin 1)) + (node (ref P1) (pin 1))) + (net (code 36) (name "Net-(C2-Pad1)") + (node (ref U1) (pin 6)) + (node (ref C2) (pin 1)) + (node (ref R11) (pin 2))) + (net (code 37) (name "Net-(C5-Pad1)") + (node (ref U1) (pin 8)) + (node (ref C5) (pin 1)) + (node (ref R12) (pin 2))) + (net (code 38) (name "Net-(C3-Pad1)") + (node (ref R2) (pin 2)) + (node (ref R14) (pin 2)) + (node (ref C3) (pin 1)) + (node (ref U1) (pin 3)) + (node (ref U2) (pin 2))) + (net (code 39) (name /TD0-DONE) + (node (ref P1) (pin 3)) + (node (ref J2) (pin 2)) + (node (ref R14) (pin 1))) + (net (code 40) (name /TDI-DIN) + (node (ref P1) (pin 4)) + (node (ref R11) (pin 1)) + (node (ref J2) (pin 3))) + (net (code 41) (name /TCK-CCLK) + (node (ref P1) (pin 5)) + (node (ref R12) (pin 1)) + (node (ref J2) (pin 4))) + (net (code 42) (name /TMS-PROG) + (node (ref J2) (pin 5)) + (node (ref P1) (pin 6)) + (node (ref R13) (pin 1))))) \ No newline at end of file diff --git a/demos/sonde xilinx/sonde xilinx.pro b/demos/sonde xilinx/sonde xilinx.pro new file mode 100644 index 0000000..2670870 --- /dev/null +++ b/demos/sonde xilinx/sonde xilinx.pro @@ -0,0 +1,45 @@ +update=18/05/2015 09:07:49 +version=1 +last_client=kicad +[cvpcb] +NetITyp=0 +NetIExt=.net +PkgIExt=.pkg +NetDir= +LibDir= +NetType=0 +[pcbnew] +version=1 +PadDrlX=320 +PadDimH=620 +PadDimV=900 +BoardThickness=630 +TxtPcbV=600 +TxtPcbH=600 +TxtModV=600 +TxtModH=120 +TxtModW=120 +VEgarde=100 +DrawLar=120 +EdgeLar=120 +TxtLar=120 +MSegLar=120 +LastNetListRead=sonde xilinx.net +[pcbnew/libraries] +LibDir= +LibName1=supports +LibName2=connect +LibName3=discret +LibName4=pin_array +LibName5=divers +LibName6=libcms +LibName7=display +LibName8=valves +[general] +version=1 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=sonde xilinx_schlib +LibName2=power diff --git a/demos/sonde xilinx/sonde xilinx.sch b/demos/sonde xilinx/sonde xilinx.sch new file mode 100644 index 0000000..fc67f7a --- /dev/null +++ b/demos/sonde xilinx/sonde xilinx.sch @@ -0,0 +1,818 @@ +EESchema Schematic File Version 2 +LIBS:sonde xilinx_schlib +LIBS:power +LIBS:sonde xilinx-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "PARALLEL CABLE III" +Date "Sun 22 Mar 2015" +Rev "1" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L R R11 +U 1 1 4D527316 +P 6650 2600 +F 0 "R11" V 6730 2600 50 0000 C CNN +F 1 "100" V 6650 2600 50 0000 C CNN +F 2 "Discret:R4" H 6650 2600 60 0001 C CNN +F 3 "" H 6650 2600 60 0001 C CNN + 1 6650 2600 + 0 1 1 0 +$EndComp +Wire Wire Line + 6900 4200 7350 4200 +Wire Wire Line + 7350 4200 7350 3050 +Connection ~ 6300 4200 +Wire Wire Line + 6300 4250 6300 4200 +Wire Wire Line + 5900 4200 6400 4200 +$Comp +L GND #PWR01 +U 1 1 3EBF81B1 +P 6300 4700 +F 0 "#PWR01" H 6300 4700 40 0001 C CNN +F 1 "GND" H 6300 4630 40 0001 C CNN +F 2 "" H 6300 4700 60 0001 C CNN +F 3 "" H 6300 4700 60 0001 C CNN + 1 6300 4700 + 1 0 0 -1 +$EndComp +$Comp +L C C4 +U 1 1 3EBF81A7 +P 6300 4450 +F 0 "C4" H 6350 4550 50 0000 L CNN +F 1 "100pF" H 6350 4350 50 0000 L CNN +F 2 "Discret:C2" H 6300 4450 60 0001 C CNN +F 3 "" H 6300 4450 60 0001 C CNN + 1 6300 4450 + 1 0 0 -1 +$EndComp +$Comp +L R R13 +U 1 1 4D528082 +P 6650 4200 +F 0 "R13" V 6730 4200 50 0000 C CNN +F 1 "100" V 6650 4200 50 0000 C CNN +F 2 "Discret:R4" H 6650 4200 60 0001 C CNN +F 3 "" H 6650 4200 60 0001 C CNN + 1 6650 4200 + 0 1 1 0 +$EndComp +Wire Wire Line + 5000 4200 4200 4200 +Wire Wire Line + 4800 4500 5450 4500 +$Comp +L 74LS125 U1 +U 4 1 3EBF7DBD +P 5450 4200 +F 0 "U1" H 5450 4300 50 0000 L BNN +F 1 "74LS125" H 5500 4051 50 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 5450 4200 60 0001 C CNN +F 3 "" H 5450 4200 60 0001 C CNN + 4 5450 4200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4800 2900 4800 4500 +Text Label 8100 3800 1 60 ~ 0 +TMS-PROG +Wire Wire Line + 10250 4100 8200 4100 +Wire Wire Line + 10250 4300 8100 4300 +Wire Wire Line + 10250 3900 8300 3900 +Wire Wire Line + 10250 3700 8400 3700 +Wire Wire Line + 10050 3600 10250 3600 +Connection ~ 10200 3600 +Connection ~ 10200 4000 +Connection ~ 10200 3800 +Wire Wire Line + 10200 4000 10250 4000 +Wire Wire Line + 10250 3800 10200 3800 +Wire Wire Line + 10200 3600 10200 4200 +Wire Wire Line + 10200 4200 10250 4200 +$Comp +L DB9 J2 +U 1 1 3ECDE5C8 +P 10700 3900 +F 0 "J2" H 10700 4450 70 0000 C CNN +F 1 "DB9MALE" H 10700 3353 70 0000 C CNN +F 2 "Connect:DB9M_CI_INVERT" H 10700 3900 60 0001 C CNN +F 3 "" H 10700 3900 60 0001 C CNN + 1 10700 3900 + 1 0 0 1 +$EndComp +Connection ~ 8100 3050 +Connection ~ 8200 2950 +Connection ~ 8300 2850 +Connection ~ 8400 2750 +Wire Wire Line + 8100 4300 8100 3050 +Wire Wire Line + 8200 4100 8200 2950 +Wire Wire Line + 8300 3900 8300 2850 +Wire Wire Line + 8400 3700 8400 2750 +$Comp +L PWR_FLAG #FLG02 +U 1 1 3EBF848F +P 6100 950 +F 0 "#FLG02" H 6100 1220 30 0001 C CNN +F 1 "PWR_FLAG" H 6100 1180 30 0000 C CNN +F 2 "" H 6100 950 60 0001 C CNN +F 3 "" H 6100 950 60 0001 C CNN + 1 6100 950 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR03 +U 1 1 3EBF8479 +P 5800 950 +F 0 "#PWR03" H 5800 1050 30 0001 C CNN +F 1 "VCC" H 5800 1050 30 0000 C CNN +F 2 "" H 5800 950 60 0001 C CNN +F 3 "" H 5800 950 60 0001 C CNN + 1 5800 950 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR04 +U 1 1 3EBF8458 +P 10200 4850 +F 0 "#PWR04" H 10200 4850 40 0001 C CNN +F 1 "GND" H 10200 4780 40 0001 C CNN +F 2 "" H 10200 4850 60 0001 C CNN +F 3 "" H 10200 4850 60 0001 C CNN + 1 10200 4850 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG05 +U 1 1 3EBF843C +P 10200 4800 +F 0 "#FLG05" H 10200 5070 30 0001 C CNN +F 1 "PWR_FLAG" H 10200 5030 30 0000 C CNN +F 2 "" H 10200 4800 60 0001 C CNN +F 3 "" H 10200 4800 60 0001 C CNN + 1 10200 4800 + 1 0 0 -1 +$EndComp +NoConn ~ 2200 4000 +NoConn ~ 2200 3900 +NoConn ~ 2200 3500 +NoConn ~ 2200 3300 +NoConn ~ 2200 3100 +Wire Wire Line + 2500 2750 2500 2700 +Wire Wire Line + 2500 2700 2200 2700 +$Comp +L GND #PWR06 +U 1 1 4D528081 +P 2500 2750 +F 0 "#PWR06" H 2500 2750 40 0001 C CNN +F 1 "GND" H 2500 2680 40 0001 C CNN +F 2 "" H 2500 2750 60 0001 C CNN +F 3 "" H 2500 2750 60 0001 C CNN + 1 2500 2750 + 1 0 0 -1 +$EndComp +NoConn ~ 2200 2900 +NoConn ~ 2200 2800 +NoConn ~ 2200 2500 +NoConn ~ 2200 2400 +NoConn ~ 2200 2300 +NoConn ~ 2200 2200 +NoConn ~ 2200 2100 +NoConn ~ 2200 1900 +Wire Wire Line + 10250 3500 9400 3500 +Text Label 9450 3500 0 60 ~ 0 +PWR_3,3-5V +$Comp +L GND #PWR07 +U 1 1 4D52808A +P 10050 3600 +F 0 "#PWR07" H 10050 3600 40 0001 C CNN +F 1 "GND" H 10050 3530 40 0001 C CNN +F 2 "" H 10050 3600 60 0001 C CNN +F 3 "" H 10050 3600 60 0001 C CNN + 1 10050 3600 + 0 1 1 0 +$EndComp +Text Label 7550 3050 0 60 ~ 0 +TMS-PROG +Text Label 7550 2950 0 60 ~ 0 +TCK-CCLK +Text Label 7550 2850 0 60 ~ 0 +TDI-DIN +Text Label 7550 2750 0 60 ~ 0 +TD0-DONE +Text Label 7700 2550 0 60 ~ 0 +PWR_3,3-5V +$Comp +L GND #PWR08 +U 1 1 3EBF8376 +P 8450 2650 +F 0 "#PWR08" H 8450 2650 40 0001 C CNN +F 1 "GND" H 8450 2580 40 0001 C CNN +F 2 "" H 8450 2650 60 0001 C CNN +F 3 "" H 8450 2650 60 0001 C CNN + 1 8450 2650 + 0 1 1 0 +$EndComp +Wire Wire Line + 7350 3050 8500 3050 +Wire Wire Line + 7250 2950 8500 2950 +Wire Wire Line + 7250 2950 7250 3300 +Wire Wire Line + 7250 3300 6900 3300 +Wire Wire Line + 7250 2850 8500 2850 +Wire Wire Line + 7250 2850 7250 2600 +Wire Wire Line + 7250 2600 6900 2600 +Wire Wire Line + 7450 2750 8500 2750 +Wire Wire Line + 7450 2750 7450 1900 +Wire Wire Line + 7450 1900 6900 1900 +Wire Wire Line + 8500 2550 7650 2550 +Wire Wire Line + 7650 2550 7650 1000 +Wire Wire Line + 7300 1000 9400 1000 +$Comp +L CONN_6 P1 +U 1 1 3EBF830C +P 8850 2800 +F 0 "P1" V 8800 2800 60 0000 C CNN +F 1 "CONN_6" V 8900 2800 60 0000 C CNN +F 2 "Connect:bornier6" H 8850 2800 60 0001 C CNN +F 3 "" H 8850 2800 60 0001 C CNN + 1 8850 2800 + 1 0 0 -1 +$EndComp +Connection ~ 6500 1000 +Wire Wire Line + 6500 1000 6500 1050 +$Comp +L GND #PWR09 +U 1 1 3EBF82CF +P 6500 1500 +F 0 "#PWR09" H 6500 1500 40 0001 C CNN +F 1 "GND" H 6500 1430 40 0001 C CNN +F 2 "" H 6500 1500 60 0001 C CNN +F 3 "" H 6500 1500 60 0001 C CNN + 1 6500 1500 + 1 0 0 -1 +$EndComp +$Comp +L CP C1 +U 1 1 3EBF82C6 +P 6500 1250 +F 0 "C1" H 6550 1350 50 0000 L CNN +F 1 "1uF" H 6550 1151 50 0000 L CNN +F 2 "Discret:CP5" H 6500 1250 60 0001 C CNN +F 3 "" H 6500 1250 60 0001 C CNN + 1 6500 1250 + 1 0 0 -1 +$EndComp +Connection ~ 6300 3300 +Connection ~ 6300 2600 +Connection ~ 6300 1900 +Wire Wire Line + 6300 1900 6300 1950 +Wire Wire Line + 6300 2650 6300 2600 +Wire Wire Line + 6300 3350 6300 3300 +Wire Wire Line + 5900 3300 6400 3300 +Wire Wire Line + 5900 2600 6400 2600 +Wire Wire Line + 5850 1900 6400 1900 +$Comp +L GND #PWR010 +U 1 1 4D528089 +P 6300 3800 +F 0 "#PWR010" H 6300 3800 40 0001 C CNN +F 1 "GND" H 6300 3730 40 0001 C CNN +F 2 "" H 6300 3800 60 0001 C CNN +F 3 "" H 6300 3800 60 0001 C CNN + 1 6300 3800 + 1 0 0 -1 +$EndComp +$Comp +L C C5 +U 1 1 4D528086 +P 6300 3550 +F 0 "C5" H 6350 3650 50 0000 L CNN +F 1 "100pF" H 6350 3450 50 0000 L CNN +F 2 "Discret:C2" H 6300 3550 60 0001 C CNN +F 3 "" H 6300 3550 60 0001 C CNN + 1 6300 3550 + 1 0 0 -1 +$EndComp +$Comp +L R R12 +U 1 1 4D528083 +P 6650 3300 +F 0 "R12" V 6730 3300 50 0000 C CNN +F 1 "100" V 6650 3300 50 0000 C CNN +F 2 "Discret:R4" H 6650 3300 60 0001 C CNN +F 3 "" H 6650 3300 60 0001 C CNN + 1 6650 3300 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR011 +U 1 1 4D528088 +P 6300 3100 +F 0 "#PWR011" H 6300 3100 40 0001 C CNN +F 1 "GND" H 6300 3030 40 0001 C CNN +F 2 "" H 6300 3100 60 0001 C CNN +F 3 "" H 6300 3100 60 0001 C CNN + 1 6300 3100 + 1 0 0 -1 +$EndComp +$Comp +L C C2 +U 1 1 4D528085 +P 6300 2850 +F 0 "C2" H 6350 2950 50 0000 L CNN +F 1 "100pF" H 6350 2750 50 0000 L CNN +F 2 "Discret:C2" H 6300 2850 60 0001 C CNN +F 3 "" H 6300 2850 60 0001 C CNN + 1 6300 2850 + 1 0 0 -1 +$EndComp +Connection ~ 5900 1000 +Connection ~ 6200 1000 +Wire Wire Line + 4300 1000 4200 1000 +Wire Wire Line + 2300 1000 2300 3700 +Wire Wire Line + 4700 1000 6900 1000 +Wire Wire Line + 5900 1000 5900 1050 +Wire Wire Line + 6200 1000 6200 1050 +$Comp +L GND #PWR012 +U 1 1 3EBF81B3 +P 6200 1600 +F 0 "#PWR012" H 6200 1600 40 0001 C CNN +F 1 "GND" H 6200 1530 40 0001 C CNN +F 2 "" H 6200 1600 60 0001 C CNN +F 3 "" H 6200 1600 60 0001 C CNN + 1 6200 1600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR013 +U 1 1 4D528087 +P 6300 2400 +F 0 "#PWR013" H 6300 2400 40 0001 C CNN +F 1 "GND" H 6300 2330 40 0001 C CNN +F 2 "" H 6300 2400 60 0001 C CNN +F 3 "" H 6300 2400 60 0001 C CNN + 1 6300 2400 + 1 0 0 -1 +$EndComp +$Comp +L C C3 +U 1 1 4D528084 +P 6300 2150 +F 0 "C3" H 6350 2250 50 0000 L CNN +F 1 "100pF" H 6350 2050 50 0000 L CNN +F 2 "Discret:C2" H 6300 2150 60 0001 C CNN +F 3 "" H 6300 2150 60 0001 C CNN + 1 6300 2150 + 1 0 0 -1 +$EndComp +$Comp +L R R14 +U 1 1 3EBF819B +P 6650 1900 +F 0 "R14" V 6730 1900 50 0000 C CNN +F 1 "100" V 6650 1900 50 0000 C CNN +F 2 "Discret:R4" H 6650 1900 60 0001 C CNN +F 3 "" H 6650 1900 60 0001 C CNN + 1 6650 1900 + 0 1 1 0 +$EndComp +$Comp +L R R5 +U 1 1 3EBF818E +P 6200 1300 +F 0 "R5" H 6050 1500 50 0000 C CNN +F 1 "1K" V 6200 1300 50 0000 C CNN +F 2 "Discret:R4" H 6200 1300 60 0001 C CNN +F 3 "" H 6200 1300 60 0001 C CNN + 1 6200 1300 + 1 0 0 -1 +$EndComp +$Comp +L R R2 +U 1 1 3EBF8187 +P 5900 1300 +F 0 "R2" H 5750 1500 50 0000 C CNN +F 1 "5,1K" V 5900 1300 50 0000 C CNN +F 2 "Discret:R4" H 5900 1300 60 0001 C CNN +F 3 "" H 5900 1300 60 0001 C CNN + 1 5900 1300 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D2 +U 1 1 3EBF8176 +P 7100 1000 +F 0 "D2" H 7100 1100 50 0000 C CNN +F 1 "BAT46" H 7100 900 50 0000 C CNN +F 2 "Discret:D3" H 7100 1000 60 0001 C CNN +F 3 "" H 7100 1000 60 0001 C CNN + 1 7100 1000 + -1 0 0 -1 +$EndComp +$Comp +L DIODESCH D1 +U 1 1 3EBF815E +P 4500 1000 +F 0 "D1" H 4500 1100 50 0000 C CNN +F 1 "BAT46" H 4500 900 50 0000 C CNN +F 2 "Discret:D3" H 4500 1000 60 0001 C CNN +F 3 "" H 4500 1000 60 0001 C CNN + 1 4500 1000 + -1 0 0 -1 +$EndComp +Connection ~ 2350 2000 +Wire Wire Line + 2350 1800 2350 2600 +Wire Wire Line + 2350 2600 2200 2600 +Wire Wire Line + 2200 2000 2350 2000 +Wire Wire Line + 2350 1800 2200 1800 +Wire Wire Line + 2500 1750 2500 1700 +Wire Wire Line + 2500 1700 2200 1700 +$Comp +L GND #PWR014 +U 1 1 3EBF8100 +P 2500 1750 +F 0 "#PWR014" H 2500 1750 40 0001 C CNN +F 1 "GND" H 2500 1680 40 0001 C CNN +F 2 "" H 2500 1750 60 0001 C CNN +F 3 "" H 2500 1750 60 0001 C CNN + 1 2500 1750 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR015 +U 1 1 3EBF80DD +P 4650 2000 +F 0 "#PWR015" H 4650 2000 40 0001 C CNN +F 1 "GND" H 4650 1930 40 0001 C CNN +F 2 "" H 4650 2000 60 0001 C CNN +F 3 "" H 4650 2000 60 0001 C CNN + 1 4650 2000 + 1 0 0 -1 +$EndComp +Connection ~ 4800 3600 +Connection ~ 4800 2900 +Text Label 2600 1000 0 60 ~ 0 +VCC_SENSE-ERROR* +Text Label 2400 3800 0 60 ~ 0 +TDI-DIN-D0 +Text Label 2400 3600 0 60 ~ 0 +CLK-D1 +Text Label 2400 3400 0 60 ~ 0 +TMS-PROG-D2 +Text Label 2400 3200 0 60 ~ 0 +CTRL-D3 +Text Label 2400 3000 0 60 ~ 0 +TD0-PROG-D4 +Wire Wire Line + 2300 1000 3700 1000 +Wire Wire Line + 2300 3700 2200 3700 +Wire Wire Line + 3700 4200 3600 4200 +Wire Wire Line + 3600 4200 3600 3400 +Wire Wire Line + 3600 3400 2200 3400 +Wire Wire Line + 2200 3600 3400 3600 +Wire Wire Line + 3400 3600 3400 3300 +Wire Wire Line + 3400 3300 3700 3300 +Wire Wire Line + 2200 3200 3400 3200 +Wire Wire Line + 3400 3200 3400 2900 +Wire Wire Line + 3400 2900 3700 2900 +Wire Wire Line + 2200 3800 3300 3800 +Wire Wire Line + 3300 3800 3300 2600 +Wire Wire Line + 3300 2600 3700 2600 +Wire Wire Line + 2200 3000 3200 3000 +Wire Wire Line + 3200 3000 3200 2250 +Wire Wire Line + 3200 2250 3700 2250 +Text Label 2600 1600 0 60 ~ 0 +DONE-SELECT* +NoConn ~ 2150 6900 +NoConn ~ 2150 6250 +NoConn ~ 2150 5600 +Connection ~ 1150 7200 +Connection ~ 1150 6900 +Connection ~ 1150 6550 +Connection ~ 1150 5900 +Wire Wire Line + 1700 5900 1150 5900 +Wire Wire Line + 1150 6550 1700 6550 +Wire Wire Line + 1150 7200 1700 7200 +$Comp +L GND #PWR016 +U 1 1 3EBF7F0D +P 1150 7300 +F 0 "#PWR016" H 1150 7300 40 0001 C CNN +F 1 "GND" H 1150 7230 40 0001 C CNN +F 2 "" H 1150 7300 60 0001 C CNN +F 3 "" H 1150 7300 60 0001 C CNN + 1 1150 7300 + 1 0 0 -1 +$EndComp +Connection ~ 1150 6250 +Wire Wire Line + 1150 6250 1250 6250 +Wire Wire Line + 1150 6900 1250 6900 +Wire Wire Line + 1150 5600 1150 7300 +Wire Wire Line + 1150 5600 1250 5600 +$Comp +L 74LS125 U2 +U 4 1 3EBF7EEC +P 1700 5600 +F 0 "U2" H 1700 5700 50 0000 L BNN +F 1 "74LS125" H 1750 5450 40 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 1700 5600 60 0001 C CNN +F 3 "" H 1700 5600 60 0001 C CNN + 4 1700 5600 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U2 +U 3 1 3EBF7EDF +P 1700 6250 +F 0 "U2" H 1700 6350 50 0000 L BNN +F 1 "74LS125" H 1750 6100 40 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 1700 6250 60 0001 C CNN +F 3 "" H 1700 6250 60 0001 C CNN + 3 1700 6250 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U2 +U 2 1 3EBF7EDD +P 1700 6900 +F 0 "U2" H 1700 7000 50 0000 L BNN +F 1 "74LS125" H 1750 6750 40 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 1700 6900 60 0001 C CNN +F 3 "" H 1700 6900 60 0001 C CNN + 2 1700 6900 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 3600 4800 3600 +Wire Wire Line + 4200 2900 5450 2900 +Wire Wire Line + 5000 3300 4200 3300 +Wire Wire Line + 5000 2600 4200 2600 +Wire Wire Line + 4200 2250 5400 2250 +Wire Wire Line + 5400 2250 5400 2200 +Wire Wire Line + 4650 2000 4650 1900 +$Comp +L 74LS125 U1 +U 3 1 3EBF7DB3 +P 5450 3300 +F 0 "U1" H 5450 3400 50 0000 L BNN +F 1 "74LS125" H 5500 3151 50 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 5450 3300 60 0001 C CNN +F 3 "" H 5450 3300 60 0001 C CNN + 3 5450 3300 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U1 +U 2 1 3EBF7DAD +P 5450 2600 +F 0 "U1" H 5450 2700 50 0000 L BNN +F 1 "74LS125" H 5500 2451 50 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 5450 2600 60 0001 C CNN +F 3 "" H 5450 2600 60 0001 C CNN + 2 5450 2600 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U1 +U 1 1 3EBF7D9F +P 5400 1900 +F 0 "U1" H 5400 2000 50 0000 L BNN +F 1 "74LS125" H 5450 1750 50 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 5400 1900 60 0001 C CNN +F 3 "" H 5400 1900 60 0001 C CNN + 1 5400 1900 + 1 0 0 -1 +$EndComp +$Comp +L 74LS125 U2 +U 1 1 3EBF7D92 +P 4650 1600 +F 0 "U2" H 4650 1700 50 0000 L BNN +F 1 "74LS125" H 4700 1450 50 0000 L TNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 4650 1600 60 0001 C CNN +F 3 "" H 4650 1600 60 0001 C CNN + 1 4650 1600 + -1 0 0 -1 +$EndComp +Wire Wire Line + 2200 1600 3700 1600 +$Comp +L R R9 +U 1 1 3EBF7D33 +P 3950 4200 +F 0 "R9" V 4030 4200 50 0000 C CNN +F 1 "100" V 3950 4200 50 0000 C CNN +F 2 "Discret:R4" H 3950 4200 60 0001 C CNN +F 3 "" H 3950 4200 60 0001 C CNN + 1 3950 4200 + 0 1 1 0 +$EndComp +$Comp +L R R10 +U 1 1 3EBF7D31 +P 3950 3300 +F 0 "R10" V 4030 3300 50 0000 C CNN +F 1 "100" V 3950 3300 50 0000 C CNN +F 2 "Discret:R4" H 3950 3300 60 0001 C CNN +F 3 "" H 3950 3300 60 0001 C CNN + 1 3950 3300 + 0 1 1 0 +$EndComp +$Comp +L R R8 +U 1 1 4D528080 +P 3950 2900 +F 0 "R8" V 4030 2900 50 0000 C CNN +F 1 "100" V 3950 2900 50 0000 C CNN +F 2 "Discret:R4" H 3950 2900 60 0001 C CNN +F 3 "" H 3950 2900 60 0001 C CNN + 1 3950 2900 + 0 1 1 0 +$EndComp +$Comp +L R R7 +U 1 1 4D52807F +P 3950 2600 +F 0 "R7" V 4030 2600 50 0000 C CNN +F 1 "100" V 3950 2600 50 0000 C CNN +F 2 "Discret:R4" H 3950 2600 60 0001 C CNN +F 3 "" H 3950 2600 60 0001 C CNN + 1 3950 2600 + 0 1 1 0 +$EndComp +$Comp +L R R6 +U 1 1 3EBF7D26 +P 3950 2250 +F 0 "R6" V 4030 2250 50 0000 C CNN +F 1 "100" V 3950 2250 50 0000 C CNN +F 2 "Discret:R4" H 3950 2250 60 0001 C CNN +F 3 "" H 3950 2250 60 0001 C CNN + 1 3950 2250 + 0 1 1 0 +$EndComp +$Comp +L R R4 +U 1 1 3EBF7D22 +P 3950 1600 +F 0 "R4" V 4030 1600 50 0000 C CNN +F 1 "47" V 3950 1600 50 0000 C CNN +F 2 "Discret:R4" H 3950 1600 60 0001 C CNN +F 3 "" H 3950 1600 60 0001 C CNN + 1 3950 1600 + 0 1 1 0 +$EndComp +$Comp +L R R1 +U 1 1 3EBF7D16 +P 3950 1000 +F 0 "R1" V 4030 1000 50 0000 C CNN +F 1 "100" V 3950 1000 50 0000 C CNN +F 2 "Discret:R4" H 3950 1000 60 0001 C CNN +F 3 "" H 3950 1000 60 0001 C CNN + 1 3950 1000 + 0 1 1 0 +$EndComp +$Comp +L DB25 J1 +U 1 1 3EBF7D04 +P 1750 2800 +F 0 "J1" H 1800 4150 70 0000 C CNN +F 1 "DB25MALE" H 1700 1450 70 0000 C CNN +F 2 "Connect:DB25M_CI" H 1750 2800 60 0001 C CNN +F 3 "" H 1750 2800 60 0001 C CNN + 1 1750 2800 + -1 0 0 -1 +$EndComp +Wire Wire Line + 9400 1000 9400 3500 +Connection ~ 7650 1000 +$Comp +L GND #PWR017 +U 1 1 5510FC05 +P 4950 2000 +F 0 "#PWR017" H 4950 2000 30 0001 C CNN +F 1 "GND" H 4950 1930 30 0001 C CNN +F 2 "" H 4950 2000 60 0000 C CNN +F 3 "" H 4950 2000 60 0000 C CNN + 1 4950 2000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4950 1900 4950 2000 +Wire Wire Line + 5100 1600 5900 1600 +Wire Wire Line + 5900 1550 5900 1900 +Connection ~ 5900 1900 +Connection ~ 5900 1600 +Wire Wire Line + 10200 4850 10200 4800 +Wire Wire Line + 6300 4650 6300 4700 +Wire Wire Line + 6300 3750 6300 3800 +Wire Wire Line + 6300 3100 6300 3050 +Wire Wire Line + 6300 2400 6300 2350 +Wire Wire Line + 6200 1600 6200 1550 +Wire Wire Line + 6500 1500 6500 1450 +Wire Wire Line + 6100 950 6100 1000 +Connection ~ 6100 1000 +Wire Wire Line + 5800 1000 5800 950 +Connection ~ 5800 1000 +Wire Wire Line + 8450 2650 8500 2650 +$EndSCHEMATC diff --git a/demos/sonde xilinx/sonde xilinx_schlib.lib b/demos/sonde xilinx/sonde xilinx_schlib.lib new file mode 100644 index 0000000..4415ec6 --- /dev/null +++ b/demos/sonde xilinx/sonde xilinx_schlib.lib @@ -0,0 +1,318 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 74LS125 +# +DEF 74LS125 U 0 30 Y Y 4 F N +F0 "U" 0 100 50 H V L BNN +F1 "74LS125" 50 -150 40 H V L TNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 7 -150 -150 0 U 50 30 0 0 W N +X VCC 14 -150 150 0 D 50 30 0 0 W N +X E 1 0 -300 220 U 50 30 1 0 I I +X E 4 0 -300 220 U 50 30 2 0 I I +X E 10 0 -300 220 U 50 30 3 0 I I +X E 13 0 -300 220 U 50 30 4 0 I I +P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N +X D 2 -450 0 300 R 50 30 1 1 I +X O 3 450 0 300 L 50 30 1 1 T +X D 5 -450 0 300 R 50 30 2 1 I +X O 6 450 0 300 L 50 30 2 1 T +X O 8 450 0 300 L 50 30 3 1 T +X D 9 -450 0 300 R 50 30 3 1 I +X O 11 450 0 300 L 50 30 4 1 T +X D 12 -450 0 300 R 50 30 4 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_6 +# +DEF CONN_6 P 0 30 Y N 1 F N +F0 "P" -50 0 60 V V C CNN +F1 "CONN_6" 50 0 60 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 300 100 -300 0 1 0 N +X 1 1 -350 250 250 R 60 60 1 1 P I +X 2 2 -350 150 250 R 60 60 1 1 P I +X 3 3 -350 50 250 R 60 60 1 1 P I +X 4 4 -350 -50 250 R 60 60 1 1 P I +X 5 5 -350 -150 250 R 60 60 1 1 P I +X 6 6 -350 -250 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB25 +# +DEF DB25 J 0 40 Y N 1 F N +F0 "J" 50 1350 70 H V C CNN +F1 "DB25" -50 -1350 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB25* +$ENDFPLIST +DRAW +A -109 1270 41 1799 774 0 1 8 N -150 1270 -100 1310 +A -108 -1259 42 -1787 -788 0 1 8 N -150 -1260 -100 -1300 +A 116 -1169 34 -657 -15 0 1 8 N 130 -1200 150 -1170 +A 117 1170 32 664 1 0 1 8 N 130 1199 149 1170 +C -70 -1200 30 0 1 0 N +C -70 -1000 30 0 1 0 N +C -70 -800 30 0 1 0 N +C -70 -600 30 0 1 0 N +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C -70 600 30 0 1 0 N +C -70 800 30 0 1 0 N +C -70 1000 30 0 1 0 N +C -70 1200 30 0 1 0 N +C 50 -1100 30 0 1 0 N +C 50 -900 30 0 1 0 N +C 50 -700 30 0 1 0 N +C 50 -500 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +C 50 500 30 0 1 0 N +C 50 700 30 0 1 0 N +C 50 900 30 0 1 0 N +C 50 1100 30 0 1 0 N +P 2 0 1 8 -150 -1260 -150 1270 N +P 2 0 1 0 -150 -1200 -100 -1200 N +P 2 0 1 0 -150 -1100 20 -1100 N +P 2 0 1 0 -150 -1000 -100 -1000 N +P 2 0 1 0 -150 -900 20 -900 N +P 2 0 1 0 -150 -800 -100 -800 N +P 2 0 1 0 -150 -700 20 -700 N +P 2 0 1 0 -150 -600 -100 -600 N +P 2 0 1 0 -150 -500 20 -500 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -150 500 20 500 N +P 2 0 1 0 -150 600 -100 600 N +P 2 0 1 0 -150 700 20 700 N +P 2 0 1 0 -150 800 -100 800 N +P 2 0 1 0 -150 900 20 900 N +P 2 0 1 0 -150 1000 -100 1000 N +P 2 0 1 0 -150 1100 20 1100 N +P 2 0 1 0 -150 1200 -100 1200 N +P 2 0 1 8 -100 -1300 130 -1200 N +P 2 0 1 8 130 1200 -100 1310 N +P 2 0 1 8 150 -1170 150 1170 N +X 1 1 -450 -1200 300 R 60 60 1 1 P +X 2 2 -450 -1000 300 R 60 60 1 1 P +X 3 3 -450 -800 300 R 60 60 1 1 P +X 4 4 -450 -600 300 R 60 60 1 1 P +X 5 5 -450 -400 300 R 60 60 1 1 P +X 6 6 -450 -200 300 R 60 60 1 1 P +X 7 7 -450 0 300 R 60 60 1 1 P +X 8 8 -450 200 300 R 60 60 1 1 P +X 9 9 -450 400 300 R 60 60 1 1 P +X 10 10 -450 600 300 R 60 60 1 1 P +X P20 20 -450 100 300 R 60 60 1 1 P +X 11 11 -450 800 300 R 60 60 1 1 P +X P21 21 -450 300 300 R 60 60 1 1 P +X 12 12 -450 1000 300 R 60 60 1 1 P +X P22 22 -450 500 300 R 60 60 1 1 P +X 13 13 -450 1200 300 R 60 60 1 1 P +X P23 23 -450 700 300 R 60 60 1 1 P +X P14 14 -450 -1100 300 R 60 60 1 1 P +X P24 24 -450 900 300 R 60 60 1 1 P +X P15 15 -450 -900 300 R 60 60 1 1 P +X P25 25 -450 1100 300 R 60 60 1 1 P +X P16 16 -450 -700 300 R 60 60 1 1 P +X P17 17 -450 -500 300 R 60 60 1 1 P +X P18 18 -450 -300 300 R 60 60 1 1 P +X P19 19 -450 -100 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/test_pads_inside_pads/test_pads_inside_pads-cache.lib b/demos/test_pads_inside_pads/test_pads_inside_pads-cache.lib new file mode 100644 index 0000000..7c107a8 --- /dev/null +++ b/demos/test_pads_inside_pads/test_pads_inside_pads-cache.lib @@ -0,0 +1,18 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb b/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb new file mode 100644 index 0000000..e07d003 --- /dev/null +++ b/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb @@ -0,0 +1,195 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-04-25 BZR 5623)-product") + + (general + (links 12) + (no_connects 0) + (area 79.121 35.179 111.052429 65.3542) + (thickness 1.6002) + (drawings 0) + (tracks 4) + (zones 0) + (modules 4) + (nets 3) + ) + + (page A4) + (layers + (0 Dessus signal) + (31 Dessous signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.2032) + (trace_clearance 0.254) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2032) + (segment_width 0.381) + (edge_width 0.381) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 1.524 1.524) + (pad_drill 0.8128) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions true) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 0) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 /NET1) + (net 2 /NET2) + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.254) + (trace_width 0.2032) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net /NET1) + (add_net /NET2) + ) + + (module 1pin (layer Dessus) (tedit 553E7303) (tstamp 4EE505BA) + (at 89.535 45.593) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4EDF7CC5) + (fp_text reference P1 (at 0 -12) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 12) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_line (start -11 -11) (end 11 -11) (layer F.SilkS) (width 0.15)) + (fp_line (start 11 -11) (end 11 11) (layer F.SilkS) (width 0.15)) + (fp_line (start 11 11) (end -11 11) (layer F.SilkS) (width 0.15)) + (fp_line (start -11 11) (end -11 -11) (layer F.SilkS) (width 0.15)) + (pad 1 smd rect (at 0 0) (size 20.32 20.32) (layers Dessus F.Paste F.Mask) + (net 2 /NET2)) + (pad 1 thru_hole circle (at -8.255 -7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at -3.81 -7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at 0 -7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at 3.81 -7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at 8.255 -7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at 8.255 -4.445) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at 3.81 -4.445) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at 0 -4.445) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at -3.81 -4.445) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + (pad 1 thru_hole circle (at -8.255 -4.445) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + ) + + (module 1pin (layer Dessus) (tedit 200000) (tstamp 4EE505BC) + (at 107.696 45.593) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4EDF7CC0) + (fp_text reference P2 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 2 /NET2)) + ) + + (module 1pin (layer Dessus) (tedit 200000) (tstamp 4EE505BE) + (at 87.122 61.468) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4EE5056C) + (fp_text reference P3 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 1 /NET1)) + ) + + (module 1pin (layer Dessus) (tedit 4EE8A1D1) (tstamp 4EE505C0) + (at 107.061 61.468) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4EE5056D) + (fp_text reference P4 (at 0 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.254))) + ) + (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS) + (net 1 /NET1) (die_length 7.62)) + ) + + (segment (start 107.061 61.468) (end 87.122 61.468) (width 0.2032) (layer Dessous) (net 1)) + (segment (start 103.759 41.148) (end 107.696 45.085) (width 0.2032) (layer Dessous) (net 2)) + (segment (start 107.696 45.085) (end 107.696 45.593) (width 0.2032) (layer Dessous) (net 2)) + (segment (start 97.79 41.148) (end 103.759 41.148) (width 0.2032) (layer Dessous) (net 2)) + +) diff --git a/demos/test_pads_inside_pads/test_pads_inside_pads.net b/demos/test_pads_inside_pads/test_pads_inside_pads.net new file mode 100644 index 0000000..25e493a --- /dev/null +++ b/demos/test_pads_inside_pads/test_pads_inside_pads.net @@ -0,0 +1,44 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/test_pads_inside_pads/test_pads_inside_pads.sch) + (date "09/01/2014 15:29:02") + (tool "eeschema (2014-01-08 BZR 4616)-product")) + (components + (comp (ref P4) + (value CONN_1) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 4EE5056D)) + (comp (ref P3) + (value CONN_1) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 4EE5056C)) + (comp (ref P1) + (value CONN_1) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 4EDF7CC5)) + (comp (ref P2) + (value CONN_1) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /) (tstamps /)) + (tstamp 4EDF7CC0))) + (libparts + (libpart (lib conn) (part CONN_1) + (description "1 pin") + (fields + (field (name Reference) P) + (field (name Value) CONN_1)) + (pins + (pin (num 1) (name 1) (type passive))))) + (libraries + (library (logical conn) + (uri F:\kicad\share\library\conn.lib))) + (nets + (net (code 1) (name /NET1) + (node (ref P4) (pin 1)) + (node (ref P3) (pin 1))) + (net (code 2) (name /NET2) + (node (ref P1) (pin 1)) + (node (ref P2) (pin 1))))) \ No newline at end of file diff --git a/demos/test_pads_inside_pads/test_pads_inside_pads.pro b/demos/test_pads_inside_pads/test_pads_inside_pads.pro new file mode 100644 index 0000000..96ac357 --- /dev/null +++ b/demos/test_pads_inside_pads/test_pads_inside_pads.pro @@ -0,0 +1,108 @@ +update=13/12/2011 11:04:14 +version=1 +last_client=pcbnew +[cvpcb] +version=1 +NetITyp=0 +NetIExt=.net +PkgIExt=.pkg +NetDir= +LibDir= +NetType=0 +[cvpcb/libraries] +EquName1=devcms +[eeschema] +version=1 +LibDir= +NetFmt=1 +HPGLSpd=20 +HPGLDm=15 +HPGLNum=1 +offX_A4=0 +offY_A4=0 +offX_A3=0 +offY_A3=0 +offX_A2=0 +offY_A2=0 +offX_A1=0 +offY_A1=0 +offX_A0=0 +offY_A0=0 +offX_A=0 +offY_A=0 +offX_B=0 +offY_B=0 +offX_C=0 +offY_C=0 +offX_D=0 +offY_D=0 +offX_E=0 +offY_E=0 +RptD_X=0 +RptD_Y=100 +RptLab=1 +SimCmd= +UseNetN=0 +LabSize=60 +[eeschema/libraries] +LibName1=power +LibName2=device +LibName3=transistors +LibName4=conn +LibName5=linear +LibName6=regul +LibName7=74xx +LibName8=cmos4000 +LibName9=adc-dac +LibName10=memory +LibName11=xilinx +LibName12=special +LibName13=microcontrollers +LibName14=dsp +LibName15=microchip +LibName16=analog_switches +LibName17=motorola +LibName18=texas +LibName19=intel +LibName20=audio +LibName21=interface +LibName22=digital-audio +LibName23=philips +LibName24=display +LibName25=cypress +LibName26=siliconi +LibName27=opto +LibName28=atmel +LibName29=contrib +LibName30=valves +[general] +version=1 +[pcbnew] +version=1 +PadDrlX=320 +PadDimH=600 +PadDimV=600 +BoardThickness=630 +TxtPcbV=800 +TxtPcbH=600 +TxtModV=600 +TxtModH=600 +TxtModW=120 +VEgarde=100 +DrawLar=150 +EdgeLar=150 +TxtLar=120 +MSegLar=150 +LastNetListRead= +[pcbnew/libraries] +LibDir= +LibName1=sockets +LibName2=connect +LibName3=discret +LibName4=pin_array +LibName5=divers +LibName6=libcms +LibName7=display +LibName8=valves +LibName9=led +LibName10=dip_sockets diff --git a/demos/test_pads_inside_pads/test_pads_inside_pads.sch b/demos/test_pads_inside_pads/test_pads_inside_pads.sch new file mode 100644 index 0000000..f193dc4 --- /dev/null +++ b/demos/test_pads_inside_pads/test_pads_inside_pads.sch @@ -0,0 +1,99 @@ +EESchema Schematic File Version 2 +LIBS:power +LIBS:device +LIBS:transistors +LIBS:conn +LIBS:linear +LIBS:regul +LIBS:74xx +LIBS:cmos4000 +LIBS:adc-dac +LIBS:memory +LIBS:xilinx +LIBS:special +LIBS:microcontrollers +LIBS:dsp +LIBS:microchip +LIBS:analog_switches +LIBS:motorola +LIBS:texas +LIBS:intel +LIBS:audio +LIBS:interface +LIBS:digital-audio +LIBS:philips +LIBS:display +LIBS:cypress +LIBS:siliconi +LIBS:opto +LIBS:atmel +LIBS:contrib +LIBS:valves +LIBS:test_pads_inside_pads-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "19 dec 2011" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 4150 1750 3750 1750 +Wire Wire Line + 4150 1450 3750 1450 +Text Label 3850 1450 0 60 ~ 0 +NET1 +$Comp +L CONN_1 P4 +U 1 1 4EE5056D +P 4300 1450 +F 0 "P4" H 4380 1450 40 0000 L CNN +F 1 "CONN_1" H 4300 1505 30 0001 C CNN +F 2 "Connect:1pin" H 4300 1400 60 0000 C CNN +F 3 "" H 4300 1450 60 0001 C CNN + 1 4300 1450 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P3 +U 1 1 4EE5056C +P 3600 1450 +F 0 "P3" H 3680 1450 40 0000 L CNN +F 1 "CONN_1" H 3600 1505 30 0001 C CNN +F 2 "Connect:1pin" H 3600 1500 60 0000 C CNN +F 3 "" H 3600 1450 60 0001 C CNN + 1 3600 1450 + -1 0 0 1 +$EndComp +$Comp +L CONN_1 P1 +U 1 1 4EDF7CC5 +P 3600 1750 +F 0 "P1" H 3680 1750 40 0000 L CNN +F 1 "CONN_1" H 3600 1805 30 0001 C CNN +F 2 "Connect:1pin" H 3600 1800 60 0000 C CNN +F 3 "" H 3600 1750 60 0001 C CNN + 1 3600 1750 + -1 0 0 1 +$EndComp +$Comp +L CONN_1 P2 +U 1 1 4EDF7CC0 +P 4300 1750 +F 0 "P2" H 4380 1750 40 0000 L CNN +F 1 "CONN_1" H 4300 1805 30 0001 C CNN +F 2 "Connect:1pin" H 4300 1700 60 0000 C CNN +F 3 "" H 4300 1750 60 0001 C CNN + 1 4300 1750 + 1 0 0 -1 +$EndComp +Text Label 3850 1750 0 60 ~ 0 +NET2 +$EndSCHEMATC diff --git a/demos/test_xil_95108/carte_test-cache.lib b/demos/test_xil_95108/carte_test-cache.lib new file mode 100644 index 0000000..a4ad919 --- /dev/null +++ b/demos/test_xil_95108/carte_test-cache.lib @@ -0,0 +1,667 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +12V +# +DEF +12V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12V" 0 140 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +12V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# -12V +# +DEF -12V #PWR 0 0 Y Y 1 F N +F0 "#PWR" 0 100 50 H I C CNN +F1 "-12V" 0 150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X -12V 1 0 0 0 U 20 20 0 0 W N +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +ENDDRAW +ENDDEF +# +# 74HCT04 +# +DEF 74HCT04 U 0 30 Y Y 6 F N +F0 "U" 150 100 40 H V C CNN +F1 "74HCT04" 200 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 74HC14 74HC04 74LS14 +DRAW +P 4 0 0 0 -150 150 -150 -150 150 0 -150 150 N +X GND 7 -50 -100 0 U 30 20 0 0 W N +X VCC 14 -50 100 0 D 30 20 0 0 W N +X ~ 1 -450 0 300 R 60 60 1 1 I +X ~ 2 450 0 300 L 60 60 1 1 O I +X ~ 3 -450 0 300 R 60 60 2 1 I +X ~ 4 450 0 300 L 60 60 2 1 O I +X ~ 5 -450 0 300 R 60 60 3 1 I +X ~ 6 450 0 300 L 60 60 3 1 O I +X ~ 8 450 0 300 L 60 60 4 1 O I +X ~ 9 -450 0 300 R 60 60 4 1 I +X ~ 10 450 0 300 L 60 60 5 1 O I +X ~ 11 -450 0 300 R 60 60 5 1 I +X ~ 12 450 0 300 L 60 60 6 1 O I +X ~ 13 -450 0 300 R 60 60 6 1 I +X ~ 1 -450 0 300 R 60 60 1 2 I I +X ~ 2 450 0 300 L 60 60 1 2 O +X ~ 3 -450 0 300 R 60 60 2 2 I I +X ~ 4 450 0 300 L 60 60 2 2 O +X ~ 5 -450 0 300 R 60 60 3 2 I I +X ~ 6 450 0 300 L 60 60 3 2 O +X ~ 8 450 0 300 L 60 60 4 2 O +X ~ 9 -450 0 300 R 60 60 4 2 I I +X ~ 10 450 0 300 L 60 60 5 2 O +X ~ 11 -450 0 300 R 60 60 5 2 I I +X ~ 12 450 0 300 L 60 60 6 2 O +X ~ 13 -450 0 300 R 60 60 6 2 I I +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + C? + C_????_* + C_???? + SMD*_c + Capacitor* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_2X2 +# +DEF CONN_2X2 P 0 40 Y N 1 F N +F0 "P" 0 150 50 H V C CNN +F1 "CONN_2X2" 10 -130 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 100 100 -100 0 1 0 N +X 1 1 -400 50 300 R 60 60 1 1 P I +X 2 2 400 50 300 L 60 60 1 1 P I +X 3 3 -400 -50 300 R 60 60 1 1 P I +X 4 4 400 -50 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_3 +# +DEF CONN_3 K 0 40 Y N 1 F N +F0 "K" -50 0 50 V V C CNN +F1 "CONN_3" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 0 250 R 60 60 1 1 P I +X P3 3 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "CP" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + CP* + Elko* + TantalC* + C*elec + c_elec* + SMD*_Pol +$ENDFPLIST +DRAW +S -90 20 -90 40 0 1 0 N +S -90 20 90 20 0 1 0 N +S -70 90 -30 90 0 1 0 N +S -50 70 -50 110 0 1 0 N +S 90 -20 -90 -40 0 1 0 F +S 90 40 -90 40 0 1 0 N +S 90 40 90 20 0 1 0 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB25 +# +DEF DB25 J 0 40 Y N 1 F N +F0 "J" 50 1350 70 H V C CNN +F1 "DB25" -50 -1350 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A -109 1270 41 1799 774 0 1 0 N -150 1270 -100 1310 +A -108 -1259 42 -1787 -788 0 1 0 N -150 -1260 -100 -1300 +A 116 -1169 34 -657 -15 0 1 0 N 130 -1200 150 -1170 +A 117 1170 32 664 1 0 1 0 N 130 1199 149 1170 +C -70 -1200 30 0 1 0 N +C -70 -1000 30 0 1 0 N +C -70 -800 30 0 1 0 N +C -70 -600 30 0 1 0 N +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C -70 600 30 0 1 0 N +C -70 800 30 0 1 0 N +C -70 1000 30 0 1 0 N +C -70 1200 30 0 1 0 N +C 50 -1100 30 0 1 0 N +C 50 -900 30 0 1 0 N +C 50 -700 30 0 1 0 N +C 50 -500 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +C 50 500 30 0 1 0 N +C 50 700 30 0 1 0 N +C 50 900 30 0 1 0 N +C 50 1100 30 0 1 0 N +P 2 0 1 0 -150 -1260 -150 1270 N +P 2 0 1 0 -150 -1200 -100 -1200 N +P 2 0 1 0 -150 -1100 20 -1100 N +P 2 0 1 0 -150 -1000 -100 -1000 N +P 2 0 1 0 -150 -900 20 -900 N +P 2 0 1 0 -150 -800 -100 -800 N +P 2 0 1 0 -150 -700 20 -700 N +P 2 0 1 0 -150 -600 -100 -600 N +P 2 0 1 0 -150 -500 20 -500 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -150 500 20 500 N +P 2 0 1 0 -150 600 -100 600 N +P 2 0 1 0 -150 700 20 700 N +P 2 0 1 0 -150 800 -100 800 N +P 2 0 1 0 -150 900 20 900 N +P 2 0 1 0 -150 1000 -100 1000 N +P 2 0 1 0 -150 1100 20 1100 N +P 2 0 1 0 -150 1200 -100 1200 N +P 2 0 1 0 -100 -1300 130 -1200 N +P 2 0 1 0 130 1200 -100 1310 N +P 2 0 1 0 150 -1170 150 1170 N +X 1 1 -450 -1200 300 R 60 60 1 1 P +X 2 2 -450 -1000 300 R 60 60 1 1 P +X 3 3 -450 -800 300 R 60 60 1 1 P +X 4 4 -450 -600 300 R 60 60 1 1 P +X 5 5 -450 -400 300 R 60 60 1 1 P +X 6 6 -450 -200 300 R 60 60 1 1 P +X 7 7 -450 0 300 R 60 60 1 1 P +X 8 8 -450 200 300 R 60 60 1 1 P +X 9 9 -450 400 300 R 60 60 1 1 P +X 10 10 -450 600 300 R 60 60 1 1 P +X P20 20 -450 100 300 R 60 60 1 1 P +X 11 11 -450 800 300 R 60 60 1 1 P +X P21 21 -450 300 300 R 60 60 1 1 P +X 12 12 -450 1000 300 R 60 60 1 1 P +X P22 22 -450 500 300 R 60 60 1 1 P +X 13 13 -450 1200 300 R 60 60 1 1 P +X P23 23 -450 700 300 R 60 60 1 1 P +X P14 14 -450 -1100 300 R 60 60 1 1 P +X P24 24 -450 900 300 R 60 60 1 1 P +X P15 15 -450 -900 300 R 60 60 1 1 P +X P25 25 -450 1100 300 R 60 60 1 1 P +X P16 16 -450 -700 300 R 60 60 1 1 P +X P17 17 -450 -500 300 R 60 60 1 1 P +X P18 18 -450 -300 300 R 60 60 1 1 P +X P19 19 -450 -100 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 0 -150 -460 -150 460 N +P 2 0 1 0 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -140 -470 -110 -490 N +P 2 0 1 0 -140 470 -150 460 N +P 2 0 1 0 -140 470 -100 490 N +P 2 0 1 0 -110 -490 -50 -490 N +P 2 0 1 0 -100 490 -70 490 N +P 2 0 1 0 129 390 -70 490 N +P 2 0 1 0 129 390 150 370 N +P 2 0 1 0 140 -409 -50 -490 N +P 2 0 1 0 150 -390 140 -409 N +P 2 0 1 0 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 0 Y Y 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X K 1 200 0 150 L 20 20 1 1 P +X A 2 -200 0 150 R 20 20 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "GND" 0 -123 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 20 30 1 1 W N +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 -50 50 -50 -50 N +P 3 0 1 0 -80 -25 -125 -65 -120 -40 N +P 3 0 1 0 -65 -40 -110 -80 -105 -55 N +P 3 0 1 0 50 50 -50 0 50 -50 F +X K 1 -200 0 150 R 40 40 1 1 P +X A 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LM318N +# +DEF LM318N U 0 30 Y Y 1 F N +F0 "U" 100 300 60 H V C CNN +F1 "LM318N" 210 -250 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -200 -200 -200 200 N +P 2 0 1 0 -200 200 200 0 N +P 2 0 1 0 200 -100 100 -50 N +P 2 0 1 0 200 0 -200 -200 N +P 2 0 1 0 200 100 100 50 N +P 2 0 1 0 200 200 0 100 N +X FIN2 1 500 200 300 L 60 30 1 1 P +X - 2 -500 -100 300 R 60 60 1 1 I +X + 3 -500 100 300 R 60 60 1 1 I +X V- 4 -100 -400 250 U 60 30 1 1 W +X FOUT 5 500 -100 300 L 60 30 1 1 P +X OUT 6 500 0 300 L 60 30 1 1 O +X V+ 7 -100 400 250 D 60 30 1 1 W +X FIN1 8 500 100 300 L 60 30 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R_* + Resistor_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# RAM_32KO +# +DEF RAM_32KO U 0 40 Y Y 1 F N +F0 "U" 150 900 70 H V C CNN +F1 "RAM_32KO" 300 -1100 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 14 0 -1050 0 U 60 60 0 0 W N +X VCC 28 0 850 0 D 60 60 0 0 W N +S -400 850 400 -1050 0 1 0 N +X A14 1 -700 -600 300 R 60 60 1 1 I +X A12 2 -700 -400 300 R 60 60 1 1 I +X A7 3 -700 100 300 R 60 60 1 1 I +X A6 4 -700 200 300 R 60 60 1 1 I +X A5 5 -700 300 300 R 60 60 1 1 I +X A4 6 -700 400 300 R 60 60 1 1 I +X A3 7 -700 500 300 R 60 60 1 1 I +X A2 8 -700 600 300 R 60 60 1 1 I +X A1 9 -700 700 300 R 60 60 1 1 I +X A0 10 -700 800 300 R 60 60 1 1 I +X CS 20 -700 -800 300 R 60 60 1 1 I I +X D0 11 700 800 300 L 60 60 1 1 T +X A10 21 -700 -200 300 R 60 60 1 1 I +X D1 12 700 700 300 L 60 60 1 1 T +X OE 22 -700 -900 300 R 60 60 1 1 I I +X D2 13 700 600 300 L 60 60 1 1 T +X A11 23 -700 -300 300 R 60 60 1 1 I +X A9 24 -700 -100 300 R 60 60 1 1 I +X D3 15 700 500 300 L 60 60 1 1 T +X A8 25 -700 0 300 R 60 60 1 1 I +X D4 16 700 400 300 L 60 60 1 1 T +X A13 26 -700 -500 300 R 60 60 1 1 I +X D5 17 700 300 300 L 60 60 1 1 T +X WE 27 -700 -1000 300 R 60 60 1 1 I I +X D6 18 700 200 300 L 60 60 1 1 T +X D7 19 700 100 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# SW_PUSH +# +DEF SW_PUSH SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SW_PUSH" 0 -80 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +ENDDRAW +ENDDEF +# +# TDA8702 +# +DEF TDA8702 U 0 40 Y Y 1 F N +F0 "U" 200 800 60 H V L CNN +F1 "TDA8702" 200 -800 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 700 500 -700 0 1 0 N +X VREF 1 -800 -400 300 R 50 50 1 1 B +X AGND 2 100 -900 200 U 50 50 1 1 W +X DB2 3 -800 400 300 R 50 50 1 1 I +X DB3 4 -800 300 300 R 50 50 1 1 I +X Clock 5 -800 -600 300 R 50 50 1 1 I C +X DGND 6 -100 -900 200 U 50 50 1 1 W +X DB7 7 -800 -100 300 R 50 50 1 1 I +X DB6 8 -800 0 300 R 50 50 1 1 I +X DB6 8 -800 0 300 R 50 50 1 1 I +X DB5 9 -800 100 300 R 50 50 1 1 I +X DB4 10 -800 200 300 R 50 50 1 1 I +X DB1 11 -800 500 300 R 50 50 1 1 I +X DB0 12 -800 600 300 R 50 50 1 1 I +X VCCD 13 -100 900 200 D 50 50 1 1 W +X VOUT 14 800 -150 300 L 50 50 1 1 O +X VOUT 15 800 200 300 L 50 50 1 1 O I +X VCCA 16 100 900 200 D 50 50 1 1 W +X VREF 1 -800 -400 300 R 50 50 1 2 B +X AGND 2 100 -900 300 U 50 50 1 2 W +X DB2 3 -800 400 300 R 50 50 1 2 I +X DB3 4 -800 300 300 R 50 50 1 2 I +X Clock 5 -800 -600 300 R 50 50 1 2 I C +X DGND 6 -100 -900 300 U 50 50 1 2 W +X DB7 7 -800 -100 300 R 50 50 1 2 I +X DB6 8 -800 0 300 R 50 50 1 2 I +X DB6 8 -800 0 300 R 50 50 1 2 I +X DB5 9 -800 100 300 R 50 50 1 2 I +X DB4 10 -800 200 300 R 50 50 1 2 I +X DB1 11 -800 500 300 R 50 50 1 2 I +X DB0 12 -800 600 300 R 50 50 1 2 I +X VCCD 13 -100 900 300 D 50 50 1 2 W +X VOUT 14 800 -150 300 L 50 50 1 2 O +X VOUT 15 800 200 300 L 50 50 1 2 O +X VCCA 16 100 900 300 D 50 50 1 2 W +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "VCC" 0 150 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 75 25 0 1 0 N +P 2 0 1 0 0 0 0 50 N +X VCC 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# XC95108PC84 +# +DEF XC95108PC84 U 0 30 Y Y 1 F N +F0 "U" 550 2550 60 H V L CNN +F1 "XC95108PC84" 400 -1950 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -850 2450 850 -1850 0 1 0 N +X P1 1 -1150 1850 300 R 60 60 1 1 B +X P2 2 -1150 1750 300 R 60 60 1 1 B +X P3 3 -1150 1650 300 R 60 60 1 1 B +X P4 4 -1150 1550 300 R 60 60 1 1 B +X P5 5 -1150 1450 300 R 60 60 1 1 B +X P6 6 -1150 1350 300 R 60 60 1 1 B +X P7 7 -1150 1250 300 R 60 60 1 1 B +X GND 8 -250 -2150 300 U 60 60 1 1 W +X I/O/GCK1 9 -1150 1150 300 R 60 60 1 1 B +X I/O/GCK2 10 -1150 1050 300 R 60 60 1 1 B +X P20 20 -1150 50 300 R 60 60 1 1 B +X TCK 30 -1150 2150 300 R 60 60 1 1 I +X P40 40 -1150 -1450 300 R 60 60 1 1 B +X P50 50 1150 -1350 300 L 60 60 1 1 B +X GND 60 250 -2150 300 U 60 60 1 1 W +X P70 70 1150 550 300 L 60 60 1 1 B +X P80 80 1150 1450 300 L 60 60 1 1 B +X P11 11 -1150 950 300 R 60 60 1 1 B +X P21 21 -1150 -50 300 R 60 60 1 1 B +X P31 31 -1150 -550 300 R 60 60 1 1 B +X P41 41 -1150 -1550 300 R 60 60 1 1 B +X P51 51 1150 -1250 300 L 60 60 1 1 B +X P61 61 1150 -250 300 L 60 60 1 1 B +X P71 71 1150 750 300 L 60 60 1 1 B +X P81 81 1150 1550 300 L 60 60 1 1 B +X I/O/GCK3 12 -1150 850 300 R 60 60 1 1 B +X VCCIO 22 100 2750 300 D 60 60 1 1 W +X P32 32 -1150 -750 300 R 60 60 1 1 B +X GND 42 50 -2150 300 U 60 60 1 1 W +X P52 52 1150 -1150 300 L 60 60 1 1 B +X P62 62 1150 -150 300 L 60 60 1 1 B +X P72 72 1150 850 300 L 60 60 1 1 B +X P82 82 1150 1650 300 L 60 60 1 1 B +X P13 13 -1150 750 300 R 60 60 1 1 B +X P23 23 -1150 -150 300 R 60 60 1 1 B +X P33 33 -1150 -850 300 R 60 60 1 1 B +X P43 43 -1150 -1650 300 R 60 60 1 1 B +X P53 53 1150 -1050 300 L 60 60 1 1 B +X P63 63 1150 -50 300 L 60 60 1 1 B +X VCC 73 -200 2750 300 D 60 60 1 1 W +X P83 83 1150 1750 300 L 60 60 1 1 B +X P14 14 -1150 550 300 R 60 60 1 1 B +X P24 24 -1150 -250 300 R 60 60 1 1 B +X P34 34 -1150 -950 300 R 60 60 1 1 B +X P44 44 -1150 -1750 300 R 60 60 1 1 B +X P54 54 1150 -950 300 L 60 60 1 1 B +X VCCIO 64 200 2750 300 D 60 60 1 1 W +X I/O/GSR 74 1150 950 300 L 60 60 1 1 B +X P84 84 1150 1850 300 L 60 60 1 1 B +X P15 15 -1150 450 300 R 60 60 1 1 B +X P25 25 -1150 -350 300 R 60 60 1 1 B +X P35 35 -1150 -1050 300 R 60 60 1 1 B +X P45 45 1150 -1750 300 L 60 60 1 1 B +X P55 55 1150 -850 300 L 60 60 1 1 B +X P65 65 1150 50 300 L 60 60 1 1 B +X P75 75 1150 1050 300 L 60 60 1 1 B +X GND 16 -150 -2150 300 U 60 60 1 1 W +X P26 26 -1150 -450 300 R 60 60 1 1 B +X P36 36 -1150 -1150 300 R 60 60 1 1 B +X P46 46 1150 -1650 300 L 60 60 1 1 B +X P56 56 1150 -750 300 L 60 60 1 1 B +X P66 66 1150 150 300 L 60 60 1 1 B +X I/O/GTS1 76 1150 1150 300 L 60 60 1 1 B +X P17 17 -1150 350 300 R 60 60 1 1 B +X GND 27 -50 -2150 300 U 60 60 1 1 W +X P37 37 -1150 -1250 300 R 60 60 1 1 B +X P47 47 1150 -1550 300 L 60 60 1 1 B +X P57 57 1150 -450 300 L 60 60 1 1 B +X P67 67 1150 250 300 L 60 60 1 1 B +X I/O/GTS2 77 1150 1250 300 L 60 60 1 1 B +X P18 18 -1150 250 300 R 60 60 1 1 B +X TDI 28 -1150 2350 300 R 60 60 1 1 I +X VCC 38 -300 2750 300 D 60 60 1 1 W +X P48 48 1150 -1450 300 L 60 60 1 1 B +X P58 58 1150 -350 300 L 60 60 1 1 B +X P68 68 1150 350 300 L 60 60 1 1 B +X VCC 78 -100 2750 300 D 60 60 1 1 W +X P19 19 -1150 150 300 R 60 60 1 1 B +X TMS 29 -1150 2250 300 R 60 60 1 1 I +X P39 39 -1150 -1350 300 R 60 60 1 1 B +X GND 49 150 -2150 300 U 60 60 1 1 W +X TDO 59 -1150 2050 300 R 60 60 1 1 O +X P69 69 1150 450 300 L 60 60 1 1 B +X P79 79 1150 1350 300 L 60 60 1 1 B +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/test_xil_95108/carte_test.kicad_pcb b/demos/test_xil_95108/carte_test.kicad_pcb new file mode 100644 index 0000000..a2c3882 --- /dev/null +++ b/demos/test_xil_95108/carte_test.kicad_pcb @@ -0,0 +1,4205 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-10-29 BZR 6286)-product") + + (general + (links 173) + (no_connects 0) + (area 94.462599 36.042599 196.367401 136.042401) + (thickness 1.6002) + (drawings 32) + (tracks 689) + (zones 0) + (modules 42) + (nets 101) + ) + + (page A4) + (title_block + (title "CARTE TEST XILINX XC95108") + (rev 0) + ) + + (layers + (0 Dessus signal) + (31 Dessous signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.4318) + (user_trace_width 1.016) + (trace_clearance 0.254) + (zone_clearance 0.5) + (zone_45_only no) + (trace_min 0.254) + (segment_width 0.3048) + (edge_width 0.1) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.2032) + (pcb_text_size 1.524 1.524) + (mod_edge_width 0.3048) + (mod_text_size 1.27 1.27) + (mod_text_width 0.2032) + (pad_size 1.7272 1.7272) + (pad_drill 1.016) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions false) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 +12V) + (net 2 -12V) + (net 3 /CSMEM) + (net 4 /DAT0) + (net 5 /DAT1) + (net 6 /DAT2) + (net 7 /DAT3) + (net 8 /DAT4) + (net 9 /DAT5) + (net 10 /DAT6) + (net 11 /DAT7) + (net 12 /DCLK) + (net 13 /LED1) + (net 14 /LED2) + (net 15 /MA0) + (net 16 /MA1) + (net 17 /MA2) + (net 18 /MA3) + (net 19 /MA4) + (net 20 /MA5) + (net 21 /MA6) + (net 22 /MA7) + (net 23 /MD0) + (net 24 /MD1) + (net 25 /MD10) + (net 26 /MD11) + (net 27 /MD12) + (net 28 /MD13) + (net 29 /MD14) + (net 30 /MD2) + (net 31 /MD3) + (net 32 /MD4) + (net 33 /MD5) + (net 34 /MD6) + (net 35 /MD7) + (net 36 /MD8) + (net 37 /MD9) + (net 38 /OEMEM) + (net 39 /PARBUS0) + (net 40 /PARBUS1) + (net 41 /PARBUS2) + (net 42 /PARBUS3) + (net 43 /PARBUS4) + (net 44 /PARBUS5) + (net 45 /PARBUS6) + (net 46 /PARBUS7) + (net 47 /PAR_AUX0/STROBE*) + (net 48 /PAR_AUX1/ERROR*) + (net 49 /PAR_AUX2/AUTOLF*) + (net 50 /PAR_AUX3/SELECT*) + (net 51 /PAR_AUX4/PE) + (net 52 /PAR_AUX5/BUSY*) + (net 53 /PAR_AUX6/ACK) + (net 54 /PAR_AUX7/INIT) + (net 55 /PAR_AUX8/SELECT) + (net 56 /PIN_TEST0) + (net 57 /PIN_TEST1) + (net 58 /R/W-A14) + (net 59 /SW0) + (net 60 /SW1) + (net 61 /TCK) + (net 62 /TDI) + (net 63 /TDO) + (net 64 /TMS) + (net 65 /XIN/CLK) + (net 66 GND) + (net 67 "Net-(C1-Pad1)") + (net 68 "Net-(C14-Pad1)") + (net 69 "Net-(C14-Pad2)") + (net 70 "Net-(C2-Pad1)") + (net 71 "Net-(C2-Pad2)") + (net 72 "Net-(C4-Pad1)") + (net 73 "Net-(C5-Pad1)") + (net 74 "Net-(K1-Pad2)") + (net 75 "Net-(P3-Pad1)") + (net 76 "Net-(R10-Pad2)") + (net 77 "Net-(R6-Pad1)") + (net 78 "Net-(R7-Pad2)") + (net 79 VCC) + (net 80 "Net-(U2-Pad14)") + (net 81 "Net-(U2-Pad15)") + (net 82 "Net-(U2-Pad17)") + (net 83 "Net-(U2-Pad18)") + (net 84 "Net-(U2-Pad19)") + (net 85 "Net-(U2-Pad20)") + (net 86 "Net-(U2-Pad21)") + (net 87 "Net-(U2-Pad23)") + (net 88 "Net-(U2-Pad57)") + (net 89 "Net-(U2-Pad65)") + (net 90 "Net-(U4-Pad6)") + (net 91 "Net-(U4-Pad8)") + (net 92 "Net-(U4-Pad10)") + (net 93 "Net-(U4-Pad12)") + (net 94 "Net-(U6-Pad1)") + (net 95 "Net-(U6-Pad5)") + (net 96 "Net-(U6-Pad8)") + (net 97 /+12BATT) + (net 98 /-12BATT) + (net 99 "Net-(D2-Pad2)") + (net 100 "Net-(D3-Pad2)") + + (net_class Default "Ceci est la Netclass par défaut" + (clearance 0.254) + (trace_width 0.4318) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net +12V) + (add_net -12V) + (add_net /+12BATT) + (add_net /-12BATT) + (add_net /CSMEM) + (add_net /DAT0) + (add_net /DAT1) + (add_net /DAT2) + (add_net /DAT3) + (add_net /DAT4) + (add_net /DAT5) + (add_net /DAT6) + (add_net /DAT7) + (add_net /DCLK) + (add_net /LED1) + (add_net /LED2) + (add_net /MA0) + (add_net /MA1) + (add_net /MA2) + (add_net /MA3) + (add_net /MA4) + (add_net /MA5) + (add_net /MA6) + (add_net /MA7) + (add_net /MD0) + (add_net /MD1) + (add_net /MD10) + (add_net /MD11) + (add_net /MD12) + (add_net /MD13) + (add_net /MD14) + (add_net /MD2) + (add_net /MD3) + (add_net /MD4) + (add_net /MD5) + (add_net /MD6) + (add_net /MD7) + (add_net /MD8) + (add_net /MD9) + (add_net /OEMEM) + (add_net /PARBUS0) + (add_net /PARBUS1) + (add_net /PARBUS2) + (add_net /PARBUS3) + (add_net /PARBUS4) + (add_net /PARBUS5) + (add_net /PARBUS6) + (add_net /PARBUS7) + (add_net /PAR_AUX0/STROBE*) + (add_net /PAR_AUX1/ERROR*) + (add_net /PAR_AUX2/AUTOLF*) + (add_net /PAR_AUX3/SELECT*) + (add_net /PAR_AUX4/PE) + (add_net /PAR_AUX5/BUSY*) + (add_net /PAR_AUX6/ACK) + (add_net /PAR_AUX7/INIT) + (add_net /PAR_AUX8/SELECT) + (add_net /PIN_TEST0) + (add_net /PIN_TEST1) + (add_net /R/W-A14) + (add_net /SW0) + (add_net /SW1) + (add_net /TCK) + (add_net /TDI) + (add_net /TDO) + (add_net /TMS) + (add_net /XIN/CLK) + (add_net GND) + (add_net "Net-(C1-Pad1)") + (add_net "Net-(C14-Pad1)") + (add_net "Net-(C14-Pad2)") + (add_net "Net-(C2-Pad1)") + (add_net "Net-(C2-Pad2)") + (add_net "Net-(C4-Pad1)") + (add_net "Net-(C5-Pad1)") + (add_net "Net-(D2-Pad2)") + (add_net "Net-(D3-Pad2)") + (add_net "Net-(K1-Pad2)") + (add_net "Net-(P3-Pad1)") + (add_net "Net-(R10-Pad2)") + (add_net "Net-(R6-Pad1)") + (add_net "Net-(R7-Pad2)") + (add_net "Net-(U2-Pad14)") + (add_net "Net-(U2-Pad15)") + (add_net "Net-(U2-Pad17)") + (add_net "Net-(U2-Pad18)") + (add_net "Net-(U2-Pad19)") + (add_net "Net-(U2-Pad20)") + (add_net "Net-(U2-Pad21)") + (add_net "Net-(U2-Pad23)") + (add_net "Net-(U2-Pad57)") + (add_net "Net-(U2-Pad65)") + (add_net "Net-(U4-Pad10)") + (add_net "Net-(U4-Pad12)") + (add_net "Net-(U4-Pad6)") + (add_net "Net-(U4-Pad8)") + (add_net "Net-(U6-Pad1)") + (add_net "Net-(U6-Pad5)") + (add_net "Net-(U6-Pad8)") + (add_net VCC) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326C7) + (at 121.285 62.865 90) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /3EC23ABA) + (attr smd) + (fp_text reference C1 (at 0 2.3 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -2.3 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0 90) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 67 "Net-(C1-Pad1)")) + (pad 2 smd rect (at 1.5 0 90) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Dessus) (tedit 0) (tstamp 563326CC) + (at 137.16 53.975) + (descr "Condensateur polarise") + (tags CP) + (path /3EC23B98) + (fp_text reference C2 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 70 "Net-(C2-Pad1)")) + (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 71 "Net-(C2-Pad2)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Dessus) (tedit 0) (tstamp 563326D1) + (at 188.595 88.9 270) + (descr "Condensateur polarise") + (tags CP) + (path /3EC23DCD) + (fp_text reference C3 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 2 thru_hole circle (at 7.62 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326D6) + (at 130.175 126.365) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /3EC242AD) + (attr smd) + (fp_text reference C4 (at 0 2.3) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 22pF (at 0 -2.3) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 72 "Net-(C4-Pad1)")) + (pad 2 smd rect (at 1.5 0) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326DB) + (at 130.175 121.285) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /52CEE1C5) + (attr smd) + (fp_text reference C5 (at 0 2.3) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 22pF (at 0 -2.3) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 73 "Net-(C5-Pad1)")) + (pad 2 smd rect (at 1.5 0) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Dessus) (tedit 0) (tstamp 563326E0) + (at 156.21 106.68 180) + (descr "Condensateur polarise") + (tags CP) + (path /3EC243D6) + (fp_text reference C6 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 +12V)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326E5) + (at 176.53 69.85 180) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /52CEE1C8) + (attr smd) + (fp_text reference C7 (at 0 2.3 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -2.3 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0 180) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 79 VCC)) + (pad 2 smd rect (at 1.5 0 180) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326EA) + (at 137.795 79.375) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /52CEE1CA) + (attr smd) + (fp_text reference C8 (at 0 2.3) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -2.3) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 79 VCC)) + (pad 2 smd rect (at 1.5 0) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326EF) + (at 141.605 92.075 90) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /52CEE1C9) + (attr smd) + (fp_text reference C10 (at 0 2.3 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -2.3 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0 90) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 79 VCC)) + (pad 2 smd rect (at 1.5 0 90) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326F4) + (at 127.635 85.725 270) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /52CEE1C7) + (attr smd) + (fp_text reference C11 (at 0 2.3 270) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -2.3 270) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0 270) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 79 VCC)) + (pad 2 smd rect (at 1.5 0 270) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitors_SMD:C_1206 (layer Dessous) (tedit 5415D7BD) (tstamp 563326F9) + (at 118.745 113.665 270) + (descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") + (tags "capacitor 1206") + (path /3EC4C7DB) + (attr smd) + (fp_text reference C12 (at 0 2.3 270) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 100nF (at 0 -2.3 270) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.3 1.15) (end -2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.3 1.15) (end 2.3 -1.15) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1 1.025) (end -1 1.025) (layer B.SilkS) (width 0.15)) + (fp_line (start -1 -1.025) (end 1 -1.025) (layer B.SilkS) (width 0.15)) + (pad 1 smd rect (at -1.5 0 270) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 79 VCC)) + (pad 2 smd rect (at 1.5 0 270) (size 1 1.6) (layers Dessous B.Paste B.Mask) + (net 66 GND)) + (model Capacitors_SMD.3dshapes/C_1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Dessus) (tedit 0) (tstamp 563326FE) + (at 159.385 43.815 180) + (descr "Condensateur polarise") + (tags CP) + (path /3ECDDCAD) + (fp_text reference C13 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 -12V)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:CP6 (layer Dessus) (tedit 0) (tstamp 56332703) + (at 137.16 50.165) + (descr "Condensateur polarise") + (tags CP) + (path /3ECDDACB) + (fp_text reference C14 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 68 "Net-(C14-Pad1)")) + (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 69 "Net-(C14-Pad2)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connect:DB25FC (layer Dessus) (tedit 54736218) (tstamp 5633271C) + (at 100.965 88.265 90) + (descr "Connecteur DB25 femelle couche") + (tags "CONN DB25") + (path /3EC4C60F) + (fp_text reference J1 (at 0 -15.24 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB25 (at 0 -6.35 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 26.67 -11.43) (end 26.67 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 19.05 -6.35) (end 19.05 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.955 -11.43) (end 20.955 -6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.955 -11.43) (end -20.955 -6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start -19.05 -6.35) (end -19.05 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 2.54) (end -26.67 -11.43) (layer F.SilkS) (width 0.3048)) + (fp_line (start 26.67 -6.35) (end 19.05 -6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 -6.35) (end -19.05 -6.35) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 -8.255) (end 20.32 -11.43) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -8.255) (end -20.32 -11.43) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 -18.415) (end 20.32 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -18.415) (end -20.32 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start 26.67 -11.43) (end 26.67 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start 26.67 -12.7) (end -26.67 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 -12.7) (end -26.67 -11.43) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 -11.43) (end 26.67 -11.43) (layer F.SilkS) (width 0.3048)) + (fp_line (start 19.05 2.54) (end 26.67 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -8.255) (end 20.32 -8.255) (layer F.SilkS) (width 0.3048)) + (fp_line (start -20.32 -18.415) (end 20.32 -18.415) (layer F.SilkS) (width 0.3048)) + (fp_line (start -26.67 2.54) (end -19.05 2.54) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 23.495 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole rect (at -23.495 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -16.51 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 47 /PAR_AUX0/STROBE*)) + (pad 2 thru_hole circle (at -13.716 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 39 /PARBUS0)) + (pad 3 thru_hole circle (at -11.049 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 40 /PARBUS1)) + (pad 4 thru_hole circle (at -8.255 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 41 /PARBUS2)) + (pad 5 thru_hole circle (at -5.461 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 42 /PARBUS3)) + (pad 6 thru_hole circle (at -2.667 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 43 /PARBUS4)) + (pad 7 thru_hole circle (at 0 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 44 /PARBUS5)) + (pad 8 thru_hole circle (at 2.794 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 45 /PARBUS6)) + (pad 9 thru_hole circle (at 5.588 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 46 /PARBUS7)) + (pad 10 thru_hole circle (at 8.382 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 53 /PAR_AUX6/ACK)) + (pad 11 thru_hole circle (at 11.049 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 52 /PAR_AUX5/BUSY*)) + (pad 12 thru_hole circle (at 13.843 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 51 /PAR_AUX4/PE)) + (pad 13 thru_hole circle (at 16.637 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 50 /PAR_AUX3/SELECT*)) + (pad 14 thru_hole circle (at -14.9352 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 49 /PAR_AUX2/AUTOLF*)) + (pad 15 thru_hole circle (at -12.3952 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 48 /PAR_AUX1/ERROR*)) + (pad 16 thru_hole circle (at -9.6012 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 54 /PAR_AUX7/INIT)) + (pad 17 thru_hole circle (at -6.858 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 55 /PAR_AUX8/SELECT)) + (pad 18 thru_hole circle (at -4.1148 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 19 thru_hole circle (at -1.3208 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 20 thru_hole circle (at 1.4224 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 21 thru_hole circle (at 4.1656 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 22 thru_hole circle (at 7.0104 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 23 thru_hole circle (at 9.7028 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 24 thru_hole circle (at 12.446 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 25 thru_hole circle (at 15.24 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model Conn_DBxx/db25_female_pin90deg.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connect:DB9F_CI_INVERT (layer Dessus) (tedit 0) (tstamp 5633273A) + (at 152.781 135.89 180) + (descr "Connecteur DB9 male encarte") + (tags "CONN DB9") + (path /3ECDEBEA) + (fp_text reference J2 (at 0 -9.144 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9FEM (at 0 -2.667 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -8.509 -12.065) (end 8.636 -12.065) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -1.27) (end -9.144 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.906 -1.27) (end 9.271 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.906 -4.445) (end -9.779 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.621 -4.445) (end 9.906 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.494 -5.715) (end 15.621 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.636 -5.715) (end 8.636 -12.065) (layer F.SilkS) (width 0.3048)) + (fp_line (start 15.621 -4.445) (end 15.621 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.906 -1.27) (end 9.906 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.366 0) (end 9.271 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 0) (end 9.271 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.509 -5.715) (end -8.509 -12.065) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.779 -4.445) (end -15.494 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -15.494 -4.445) (end -15.494 -5.715) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.144 -1.27) (end -9.779 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.779 -1.27) (end -9.779 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.239 0) (end -9.144 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.144 0) (end -9.144 -1.27) (layer F.SilkS) (width 0.3048)) + (pad 2 connect rect (at 2.794 2.54 180) (size 1.778 5.08) (layers Dessous B.Mask) + (net 63 /TDO)) + (pad 3 connect rect (at 0 2.54 180) (size 1.778 5.08) (layers Dessous B.Mask) + (net 62 /TDI)) + (pad 4 connect rect (at -2.794 2.54 180) (size 1.778 5.08) (layers Dessous B.Mask) + (net 61 /TCK)) + (pad 5 connect rect (at -5.588 2.54 180) (size 1.778 5.08) (layers Dessous B.Mask) + (net 64 /TMS)) + (pad 1 connect rect (at 5.588 2.54 180) (size 1.778 5.08) (layers Dessous B.Mask) + (net 79 VCC)) + (pad 9 connect rect (at -4.191 2.54 180) (size 1.778 5.08) (layers Dessus F.Mask) + (net 66 GND)) + (pad 8 connect rect (at -1.397 2.54 180) (size 1.778 5.08) (layers Dessus F.Mask) + (net 66 GND)) + (pad 7 connect rect (at 1.397 2.54 180) (size 1.778 5.08) (layers Dessus F.Mask) + (net 66 GND)) + (pad 6 connect rect (at 4.191 2.54 180) (size 1.778 5.08) (layers Dessus F.Mask) + (net 66 GND)) + (model Conn_DBxx/db9_female.wrl + (at (xyz 0 0 -0.033)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 0)) + ) + ) + + (module Connect:bornier2 (layer Dessus) (tedit 0) (tstamp 56332752) + (at 187.325 61.595 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /3EC2446D) + (fp_text reference P3 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 75 "Net-(P3-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model Device/bornier_2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 5633275E) + (at 130.175 126.365) + (descr "Resitance 4 pas") + (tags R) + (path /3EC242C1) + (fp_text reference R1 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 72 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 73 "Net-(C5-Pad1)")) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 56332763) + (at 114.935 57.785 270) + (descr "Resitance 4 pas") + (tags R) + (path /52CEE1D3) + (fp_text reference R2 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 99 "Net-(D2-Pad2)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 /LED1)) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 56332768) + (at 117.475 57.785 270) + (descr "Resitance 4 pas") + (tags R) + (path /3EC4D082) + (fp_text reference R3 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 "Net-(D3-Pad2)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 /LED2)) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 5633276D) + (at 150.495 59.055 90) + (descr "Resitance 4 pas") + (tags R) + (path /3EC8B970) + (fp_text reference R4 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 60 /SW1)) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 56332772) + (at 147.955 59.055 90) + (descr "Resitance 4 pas") + (tags R) + (path /3EC8B978) + (fp_text reference R5 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 59 /SW0)) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 56332777) + (at 117.475 44.45 270) + (descr "Resitance 4 pas") + (tags R) + (path /3ECDDB57) + (fp_text reference R6 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1,1k (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 77 "Net-(R6-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 5633277C) + (at 139.7 41.91) + (descr "Resitance 4 pas") + (tags R) + (path /3ECDDB60) + (fp_text reference R7 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1,1K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 76 "Net-(R10-Pad2)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 78 "Net-(R7-Pad2)")) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 56332781) + (at 139.7 44.45) + (descr "Resitance 4 pas") + (tags R) + (path /3ECDDB43) + (fp_text reference R8 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 2,2K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 78 "Net-(R7-Pad2)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 69 "Net-(C14-Pad2)")) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 56332786) + (at 139.7 46.99) + (descr "Resitance 4 pas") + (tags R) + (path /3ECDDB4B) + (fp_text reference R9 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 2,2K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 77 "Net-(R6-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 71 "Net-(C2-Pad2)")) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:R4 (layer Dessus) (tedit 0) (tstamp 5633278B) + (at 187.325 46.99 90) + (descr "Resitance 4 pas") + (tags R) + (path /3ECDDB6D) + (fp_text reference R10 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 75 (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 0) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 0) (end -4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -1.016) (end 4.064 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.016) (end 4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 1.016) (end -4.064 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 1.016) (end -4.064 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -4.064 -0.508) (end -3.556 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 4.064 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 75 "Net-(P3-Pad1)")) + (pad 2 thru_hole circle (at 5.08 0 90) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 76 "Net-(R10-Pad2)")) + (model Discret.3dshapes/R4.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.4 0.4 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:SW_PUSH (layer Dessus) (tedit 0) (tstamp 56332790) + (at 159.385 53.975) + (descr "Bouton poussoir") + (tags "SWITCH DEV") + (path /3EC8B876) + (autoplace_cost180 10) + (fp_text reference SW1 (at 1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value SW_PUSH (at 0 0) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_line (start 6.35 -5.715) (end 6.35 5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.35 5.715) (end 5.715 6.35) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.715 6.35) (end -5.715 6.35) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.715 6.35) (end -6.35 5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.35 5.715) (end -6.35 -5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.715 -6.35) (end 5.715 -6.35) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.715 -6.35) (end 6.35 -5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.35 -5.715) (end -5.715 -6.35) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -5.08 -2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 59 /SW0)) + (pad 2 thru_hole circle (at 5.08 2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model device/switch_push.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:SW_PUSH (layer Dessus) (tedit 0) (tstamp 56332795) + (at 173.355 53.975) + (descr "Bouton poussoir") + (tags "SWITCH DEV") + (path /3EC8B882) + (autoplace_cost180 10) + (fp_text reference SW2 (at 1.27 -5.08) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value SW_PUSH (at 0 0) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_line (start 6.35 -5.715) (end 6.35 5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.35 5.715) (end 5.715 6.35) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.715 6.35) (end -5.715 6.35) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.715 6.35) (end -6.35 5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.35 5.715) (end -6.35 -5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.715 -6.35) (end 5.715 -6.35) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.715 -6.35) (end 6.35 -5.715) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.35 -5.715) (end -5.715 -6.35) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -5.08 -2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 60 /SW1)) + (pad 2 thru_hole circle (at 5.08 2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (model device/switch_push.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-16__300_ELL (layer Dessus) (tedit 0) (tstamp 5633279A) + (at 132.715 61.595) + (descr "16 pins DIL package, elliptical pads") + (tags DIL) + (path /3EC238E5) + (fp_text reference U1 (at -6.35 -1.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TDA8702 (at 1.27 1.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -11.43 -1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -10.16 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -11.43 -2.54) (end 11.43 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 11.43 -2.54) (end 11.43 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 11.43 2.54) (end -11.43 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -11.43 2.54) (end -11.43 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -8.89 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 67 "Net-(C1-Pad1)")) + (pad 2 thru_hole oval (at -6.35 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 3 thru_hole oval (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /DAT2)) + (pad 4 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /DAT3)) + (pad 5 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 /DCLK)) + (pad 6 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 7 thru_hole oval (at 6.35 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 /DAT7)) + (pad 8 thru_hole oval (at 8.89 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /DAT6)) + (pad 9 thru_hole oval (at 8.89 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /DAT5)) + (pad 10 thru_hole oval (at 6.35 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /DAT4)) + (pad 11 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /DAT1)) + (pad 12 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /DAT0)) + (pad 13 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 14 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 70 "Net-(C2-Pad1)")) + (pad 15 thru_hole oval (at -6.35 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 68 "Net-(C14-Pad1)")) + (pad 16 thru_hole oval (at -8.89 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (model Sockets_DIP.3dshapes/DIP-16__300_ELL.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:LM78XX (layer Dessus) (tedit 0) (tstamp 56332804) + (at 155.575 120.015) + (descr "Regulateur TO220 serie LM78xx") + (tags "TR TO220") + (path /3EC2436D) + (fp_text reference U3 (at 7.62 0 90) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_text value LM7805 (at 10.668 0.127 90) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_line (start 0 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 0 2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 5.08) (end 20.32 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 20.32 5.08) (end 20.32 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 3.81) (end 12.7 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.7 3.81) (end 12.7 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -5.08) (end 20.32 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 4 thru_hole rect (at 16.51 0) (size 8.89 8.89) (drill 3.048) (layers *.Cu *.SilkS *.Mask)) + (pad VI thru_hole circle (at 0 -2.54) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 1 +12V)) + (pad GND thru_hole rect (at 0 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad VO thru_hole circle (at 0 2.54) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (model discret/to220_horiz.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-14__300_ELL (layer Dessus) (tedit 0) (tstamp 5633280B) + (at 131.445 113.665) + (descr "14 pins DIL package, elliptical pads") + (tags DIL) + (path /3EC4C318) + (fp_text reference U4 (at -5.08 -1.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 1.27 1.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 -2.54) (end 10.16 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 10.16 2.54) (end -10.16 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -10.16 2.54) (end -10.16 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -10.16 -1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.89 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 10.16 -2.54) (end 10.16 2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 73 "Net-(C5-Pad1)")) + (pad 2 thru_hole oval (at -5.08 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 72 "Net-(C4-Pad1)")) + (pad 3 thru_hole oval (at -2.54 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 72 "Net-(C4-Pad1)")) + (pad 4 thru_hole oval (at 0 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 65 /XIN/CLK)) + (pad 5 thru_hole oval (at 2.54 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 6 thru_hole oval (at 5.08 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 90 "Net-(U4-Pad6)")) + (pad 7 thru_hole oval (at 7.62 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 8 thru_hole oval (at 7.62 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 91 "Net-(U4-Pad8)")) + (pad 9 thru_hole oval (at 5.08 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 10 thru_hole oval (at 2.54 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 92 "Net-(U4-Pad10)")) + (pad 11 thru_hole oval (at 0 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 12 thru_hole oval (at -2.54 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 93 "Net-(U4-Pad12)")) + (pad 13 thru_hole oval (at -5.08 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 14 thru_hole oval (at -7.62 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (model Sockets_DIP.3dshapes/DIP-14__300_ELL.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-28__300__600_ELL (layer Dessus) (tedit 0) (tstamp 5633281C) + (at 175.895 89.535 270) + (descr "28 pins DIL package, elliptical pads, width 300mil and 600mil") + (tags DIL) + (path /3EC4C463) + (fp_text reference U5 (at -12.7 -3.81 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value RAM_32KO (at -0.127 4.191 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -19.05 2.54) (end -17.78 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -17.78 2.54) (end -17.78 5.08) (layer F.SilkS) (width 0.15)) + (fp_line (start -17.78 5.08) (end -19.05 5.08) (layer F.SilkS) (width 0.15)) + (fp_line (start -19.05 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -19.05 -1.27) (end -19.05 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -19.05 -1.27) (end -17.78 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -17.78 -1.27) (end -17.78 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -17.78 1.27) (end -19.05 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -19.05 -6.35) (end 19.05 -6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start 19.05 -6.35) (end 19.05 6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start 19.05 6.35) (end -19.05 6.35) (layer F.SilkS) (width 0.15)) + (fp_line (start -19.05 6.35) (end -19.05 -6.35) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -16.51 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 74 "Net-(K1-Pad2)")) + (pad 2 thru_hole oval (at -13.97 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 /MD12)) + (pad 3 thru_hole oval (at -11.43 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 35 /MD7)) + (pad 4 thru_hole oval (at -8.89 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /MD6)) + (pad 5 thru_hole oval (at -6.35 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /MD5)) + (pad 6 thru_hole oval (at -3.81 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /MD4)) + (pad 7 thru_hole oval (at -1.27 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /MD3)) + (pad 8 thru_hole oval (at 1.27 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 /MD2)) + (pad 9 thru_hole oval (at 3.81 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 /MD1)) + (pad 10 thru_hole oval (at 6.35 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 /MD0)) + (pad 11 thru_hole oval (at 8.89 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 /MA0)) + (pad 12 thru_hole oval (at 11.43 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 /MA1)) + (pad 13 thru_hole oval (at 13.97 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 /MA2)) + (pad 14 thru_hole oval (at 16.51 7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 15 thru_hole oval (at 16.51 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /MA3)) + (pad 16 thru_hole oval (at 13.97 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 /MA4)) + (pad 17 thru_hole oval (at 11.43 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /MA5)) + (pad 18 thru_hole oval (at 8.89 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 /MA6)) + (pad 19 thru_hole oval (at 6.35 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 /MA7)) + (pad 20 thru_hole oval (at 3.81 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /CSMEM)) + (pad 21 thru_hole oval (at 1.27 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /MD10)) + (pad 22 thru_hole oval (at -1.27 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 /OEMEM)) + (pad 23 thru_hole oval (at -3.81 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 /MD11)) + (pad 24 thru_hole oval (at -6.35 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 /MD9)) + (pad 25 thru_hole oval (at -8.89 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 /MD8)) + (pad 26 thru_hole oval (at -11.43 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 /MD13)) + (pad 27 thru_hole oval (at -13.97 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 58 /R/W-A14)) + (pad 28 thru_hole oval (at -16.51 -7.62 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 15 thru_hole oval (at 16.51 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /MA3)) + (pad 16 thru_hole oval (at 13.97 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 /MA4)) + (pad 17 thru_hole oval (at 11.43 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /MA5)) + (pad 18 thru_hole oval (at 8.89 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 /MA6)) + (pad 19 thru_hole oval (at 6.35 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 /MA7)) + (pad 20 thru_hole oval (at 3.81 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /CSMEM)) + (pad 21 thru_hole oval (at 1.27 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /MD10)) + (pad 22 thru_hole oval (at -1.27 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 /OEMEM)) + (pad 23 thru_hole oval (at -3.81 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 /MD11)) + (pad 24 thru_hole oval (at -6.35 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 /MD9)) + (pad 25 thru_hole oval (at -8.89 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 /MD8)) + (pad 26 thru_hole oval (at -11.43 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 /MD13)) + (pad 27 thru_hole oval (at -13.97 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 58 /R/W-A14)) + (pad 28 thru_hole oval (at -16.51 0 270) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (model Sockets_DIP.3dshapes/DIP-28__300__600_ELL.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Sockets_DIP:DIP-8__300_ELL (layer Dessus) (tedit 0) (tstamp 56332849) + (at 125.73 43.18) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /3ECDDB8B) + (fp_text reference U6 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LM318N (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 94 "Net-(U6-Pad1)")) + (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 78 "Net-(R7-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 77 "Net-(R6-Pad1)")) + (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 2 -12V)) + (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 95 "Net-(U6-Pad5)")) + (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 76 "Net-(R10-Pad2)")) + (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 +12V)) + (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 96 "Net-(U6-Pad8)")) + (model Sockets_DIP.3dshapes/DIP-8__300_ELL.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Crystals:HC-18UH (layer Dessus) (tedit 0) (tstamp 56332854) + (at 121.285 123.825 270) + (descr "Quartz boitier HC-18 horizontal") + (tags "QUARTZ DEV") + (path /3EC2428D) + (fp_text reference X1 (at 0 6.35 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10MHz (at 0 11.43 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.35 2.794) (end -6.35 2.794) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.842 2.794) (end 5.842 15.24) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.35 2.794) (end -6.35 2.032) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.35 2.794) (end 6.35 2.032) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.35 2.032) (end -6.35 2.032) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 0) (end -2.54 2.032) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 0) (end 2.54 2.032) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.842 2.794) (end -5.842 15.24) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.842 15.24) (end 5.334 15.748) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.334 15.748) (end -5.334 15.748) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.334 15.748) (end -5.842 15.24) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 73 "Net-(C5-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 72 "Net-(C4-Pad1)")) + (model Crystals.3dshapes/HC-18UH.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LEDs:LED-5MM (layer Dessus) (tedit 5570F7EA) (tstamp 5633293A) + (at 108.585 60.325) + (descr "LED 5mm round vertical") + (tags "LED 5mm round vertical") + (path /52CEE1D4) + (fp_text reference D2 (at 1.524 4.064) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.524 -3.937) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15)) + (fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15)) + (fp_text user K (at -1.905 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 90) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 99 "Net-(D2-Pad2)")) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0.05 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (module LEDs:LED-5MM (layer Dessus) (tedit 5570F7EA) (tstamp 5633293F) + (at 108.585 52.705) + (descr "LED 5mm round vertical") + (tags "LED 5mm round vertical") + (path /3EC4D08F) + (fp_text reference D3 (at 1.524 4.064) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.524 -3.937) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15)) + (fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15)) + (fp_text user K (at -1.905 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 90) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS) + (net 100 "Net-(D3-Pad2)")) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0.05 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (module Sockets:PLCC84 (layer Dessus) (tedit 0) (tstamp 563327AD) + (at 135.255 86.995) + (descr "Support Plcc 84 pins, pads ronds") + (tags PLCC) + (path /5633AE5A) + (fp_text reference U2 (at 0 -2.54) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value XC95108PC84 (at 0 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 6.35) (end -7.62 10.16) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 10.16) (end 10.16 10.16) (layer F.SilkS) (width 0.15)) + (fp_line (start 10.16 10.16) (end 10.16 -10.16) (layer F.SilkS) (width 0.15)) + (fp_line (start 10.16 -10.16) (end -10.16 -10.16) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 -16.51) (end -16.51 16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start -16.51 16.51) (end 16.51 16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start 16.51 16.51) (end 16.51 -16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start 16.51 -16.51) (end -16.51 -16.51) (layer F.SilkS) (width 0.15)) + (fp_line (start -10.16 -10.16) (end -10.16 6.35) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -15.24 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 56 /PIN_TEST0)) + (pad 2 thru_hole circle (at -12.7 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 57 /PIN_TEST1)) + (pad 3 thru_hole circle (at -15.24 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 42 /PARBUS3)) + (pad 4 thru_hole circle (at -12.7 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 55 /PAR_AUX8/SELECT)) + (pad 5 thru_hole circle (at -15.24 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 41 /PARBUS2)) + (pad 6 thru_hole circle (at -12.7 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 54 /PAR_AUX7/INIT)) + (pad 7 thru_hole circle (at -15.24 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 40 /PARBUS1)) + (pad 8 thru_hole circle (at -12.7 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 9 thru_hole circle (at -15.24 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 /PAR_AUX1/ERROR*)) + (pad 10 thru_hole circle (at -12.7 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 39 /PARBUS0)) + (pad 11 thru_hole circle (at -15.24 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 49 /PAR_AUX2/AUTOLF*)) + (pad 12 thru_hole circle (at -12.7 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 65 /XIN/CLK)) + (pad 13 thru_hole circle (at -12.7 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 /PAR_AUX0/STROBE*)) + (pad 14 thru_hole circle (at -10.16 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 80 "Net-(U2-Pad14)")) + (pad 15 thru_hole circle (at -10.16 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 81 "Net-(U2-Pad15)")) + (pad 16 thru_hole circle (at -7.62 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 17 thru_hole circle (at -7.62 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 82 "Net-(U2-Pad17)")) + (pad 18 thru_hole circle (at -5.08 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 83 "Net-(U2-Pad18)")) + (pad 19 thru_hole circle (at -5.08 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 84 "Net-(U2-Pad19)")) + (pad 20 thru_hole circle (at -2.54 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 85 "Net-(U2-Pad20)")) + (pad 21 thru_hole circle (at -2.54 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 86 "Net-(U2-Pad21)")) + (pad 22 thru_hole circle (at 0 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 23 thru_hole circle (at 0 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 87 "Net-(U2-Pad23)")) + (pad 24 thru_hole circle (at 2.54 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 /MA4)) + (pad 25 thru_hole circle (at 2.54 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /MA3)) + (pad 26 thru_hole circle (at 5.08 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 /MA2)) + (pad 27 thru_hole circle (at 5.08 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 28 thru_hole circle (at 7.62 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 62 /TDI)) + (pad 29 thru_hole circle (at 7.62 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 64 /TMS)) + (pad 30 thru_hole circle (at 10.16 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 61 /TCK)) + (pad 31 thru_hole circle (at 10.16 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /MA5)) + (pad 32 thru_hole circle (at 12.7 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 /MA1)) + (pad 33 thru_hole circle (at 15.24 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 /MA0)) + (pad 34 thru_hole circle (at 12.7 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 /MA6)) + (pad 35 thru_hole circle (at 15.24 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 /MD0)) + (pad 36 thru_hole circle (at 12.7 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 /MA7)) + (pad 37 thru_hole circle (at 15.24 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 /MD1)) + (pad 38 thru_hole circle (at 12.7 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 39 thru_hole circle (at 15.24 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /CSMEM)) + (pad 40 thru_hole circle (at 12.7 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 /MD2)) + (pad 41 thru_hole circle (at 15.24 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /MD10)) + (pad 42 thru_hole circle (at 12.7 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 43 thru_hole circle (at 15.24 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 /OEMEM)) + (pad 44 thru_hole circle (at 12.7 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /MD3)) + (pad 45 thru_hole circle (at 15.24 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 /MD11)) + (pad 46 thru_hole circle (at 12.7 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /MD4)) + (pad 47 thru_hole circle (at 15.24 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 /MD9)) + (pad 48 thru_hole circle (at 12.7 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /MD5)) + (pad 49 thru_hole circle (at 15.24 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 50 thru_hole circle (at 12.7 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 /MD6)) + (pad 51 thru_hole circle (at 15.24 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 /MD8)) + (pad 52 thru_hole circle (at 12.7 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 35 /MD7)) + (pad 53 thru_hole circle (at 15.24 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 /MD13)) + (pad 54 thru_hole circle (at 12.7 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 58 /R/W-A14)) + (pad 55 thru_hole circle (at 12.7 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 /MD12)) + (pad 56 thru_hole circle (at 10.16 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 /MD14)) + (pad 57 thru_hole circle (at 10.16 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 88 "Net-(U2-Pad57)")) + (pad 58 thru_hole circle (at 7.62 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /DAT6)) + (pad 59 thru_hole circle (at 7.62 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 63 /TDO)) + (pad 60 thru_hole circle (at 5.08 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 61 thru_hole circle (at 5.08 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /DAT5)) + (pad 62 thru_hole circle (at 2.54 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 /DAT7)) + (pad 63 thru_hole circle (at 2.54 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /DAT4)) + (pad 64 thru_hole circle (at 0 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 65 thru_hole circle (at 0 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 89 "Net-(U2-Pad65)")) + (pad 66 thru_hole circle (at -2.54 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /DAT1)) + (pad 67 thru_hole circle (at -2.54 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 /DCLK)) + (pad 68 thru_hole circle (at -5.08 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /DAT3)) + (pad 69 thru_hole circle (at -5.08 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /DAT0)) + (pad 70 thru_hole circle (at -7.62 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /DAT2)) + (pad 71 thru_hole circle (at -7.62 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 60 /SW1)) + (pad 72 thru_hole circle (at -10.16 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 59 /SW0)) + (pad 73 thru_hole circle (at -10.16 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 74 thru_hole circle (at -12.7 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 /LED2)) + (pad 75 thru_hole circle (at -15.24 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 /PAR_AUX3/SELECT*)) + (pad 76 thru_hole circle (at -12.7 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 /LED1)) + (pad 77 thru_hole circle (at -15.24 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 51 /PAR_AUX4/PE)) + (pad 78 thru_hole circle (at -12.7 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 79 thru_hole circle (at -15.24 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 53 /PAR_AUX6/ACK)) + (pad 80 thru_hole circle (at -12.7 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 /PAR_AUX5/BUSY*)) + (pad 81 thru_hole circle (at -15.24 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 45 /PARBUS6)) + (pad 82 thru_hole circle (at -12.7 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 /PARBUS7)) + (pad 83 thru_hole circle (at -15.24 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 44 /PARBUS5)) + (pad 84 thru_hole circle (at -12.7 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 43 /PARBUS4)) + (model Sockets.3dshapes/PLCC84.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Socket_Strips:Socket_Strip_Straight_1x03 (layer Dessus) (tedit 56332C49) (tstamp 5634890F) + (at 187.325 125.095 90) + (descr "Through hole socket strip") + (tags "socket strip") + (path /3EC243AC) + (fp_text reference P2 (at 0 -2.286 90) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_text value CONN_3 (at 0 2.286 90) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_line (start 1.27 1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.81 1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 97 /+12BATT)) + (pad 2 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 3 thru_hole oval (at -2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 98 /-12BATT)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x03.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Pin_Headers:Pin_Header_Straight_2x02 (layer Dessus) (tedit 0) (tstamp 56348915) + (at 111.125 86.36) + (descr "Through hole pin header") + (tags "pin header") + (path /3ECB3F5E) + (fp_text reference P4 (at 0 -5.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CONN_2X2 (at 0 -3.1) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.75 -1.75) (end -1.75 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.3 -1.75) (end 4.3 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.75 4.3) (end 4.3 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 3.81) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 3.81) (end -1.27 3.81) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.27 3.81) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 56 /PIN_TEST0)) + (pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 66 GND)) + (pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 57 /PIN_TEST1)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_2x02.wrl + (at (xyz 0.05 -0.05 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (module Socket_Strips:Socket_Strip_Straight_1x03 (layer Dessus) (tedit 0) (tstamp 56348B1E) + (at 168.275 66.675) + (descr "Through hole socket strip") + (tags "socket strip") + (path /3EC4C49F) + (fp_text reference K1 (at 0 -2.286) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_text value CONN_3 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_line (start 1.27 1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.81 1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 2.54 0 180) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 79 VCC)) + (pad 2 thru_hole oval (at 0 0 180) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 74 "Net-(K1-Pad2)")) + (pad 3 thru_hole oval (at -2.54 0 180) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 29 /MD14)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x03.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:D5 (layer Dessus) (tedit 0) (tstamp 56332708) + (at 186.055 112.395 180) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /3EC243C8) + (fp_text reference D1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4004 (at -0.254 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole circle (at -6.35 0 180) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 97 /+12BATT)) + (pad 1 thru_hole rect (at 6.35 0 180) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 1 +12V)) + (model Discret.3dshapes/D5.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Discret:D5 (layer Dessus) (tedit 0) (tstamp 56332717) + (at 194.31 100.965 270) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /3ECDDCDD) + (fp_text reference D4 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4004 (at -0.254 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole circle (at -6.35 0 270) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 2 -12V)) + (pad 1 thru_hole rect (at 6.35 0 270) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 98 /-12BATT)) + (model Discret.3dshapes/D5.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_text -12V (at 187.325 130.429) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_line (start 144.78 135.89) (end 160.655 135.89) (angle 90) (layer Edge.Cuts) (width 0.1)) + (gr_text ROM (at 176.53 67.31) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text "XILINX XC95108PC84" (at 113.665 133.985) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text "CARTE TEST" (at 107.315 131.445) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_line (start 160.655 135.89) (end 192.405 135.89) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 94.615 135.89) (end 144.78 135.89) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 94.615 36.195) (end 94.615 46.355) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 196.215 36.195) (end 94.615 36.195) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 196.215 37.465) (end 196.215 36.195) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 196.215 135.89) (end 194.945 135.89) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 196.215 37.465) (end 196.215 135.89) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 192.405 135.89) (end 194.945 135.89) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 94.615 133.985) (end 94.615 135.89) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_text "XILINX XC95108" (at 108.585 133.985) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_line (start 94.615 132.715) (end 94.615 133.985) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_text PIN2 (at 113.03 92.71) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text PIN1 (at 113.03 82.55) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text TMS (at 160.655 130.81 90) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_text TCK (at 156.21 127 90) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_text TDI (at 153.035 127 90) (layer Dessous) + (effects (font (size 1.27 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text TDO (at 149.733 125.095 90) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_text GND (at 142.875 131.445) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text VCC (at 144.78 128.905 90) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_text "CARTE TEST" (at 104.775 131.445) (layer Dessous) + (effects (font (thickness 0.3048)) (justify mirror)) + ) + (gr_text VOUT (at 187.325 54.61) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text GND (at 187.325 68.58) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text +12V (at 186.69 119.888) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text GND (at 183.261 125.222) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_text RAM (at 161.29 67.31) (layer Dessus) + (effects (font (thickness 0.3048))) + ) + (gr_line (start 94.615 46.355) (end 94.615 53.975) (angle 90) (layer Edge.Cuts) (width 0.3048)) + (gr_line (start 94.615 53.975) (end 94.615 132.715) (angle 90) (layer Edge.Cuts) (width 0.3048)) + + (segment (start 131.445 41.91) (end 125.095 41.91) (width 1.016) (layer Dessus) (net 1)) + (segment (start 160.02 59.055) (end 159.385 58.42) (width 1.016) (layer Dessus) (net 1)) + (segment (start 155.575 113.665) (end 155.575 117.475) (width 1.016) (layer Dessous) (net 1) (status 400)) + (segment (start 158.75 40.005) (end 133.35 40.005) (width 1.016) (layer Dessus) (net 1)) + (segment (start 159.385 58.42) (end 159.385 40.64) (width 1.016) (layer Dessus) (net 1)) + (segment (start 159.385 40.64) (end 158.75 40.005) (width 1.016) (layer Dessus) (net 1)) + (segment (start 173.99 59.055) (end 160.02 59.055) (width 1.016) (layer Dessus) (net 1)) + (segment (start 133.35 40.005) (end 131.445 41.91) (width 1.016) (layer Dessus) (net 1)) + (segment (start 163.83 106.68) (end 163.83 112.395) (width 1.016) (layer Dessous) (net 1) (status 800)) + (segment (start 125.095 41.91) (end 124.46 41.275) (width 1.016) (layer Dessus) (net 1)) + (segment (start 124.46 41.275) (end 124.46 39.37) (width 1.016) (layer Dessus) (net 1) (status 400)) + (segment (start 156.845 112.395) (end 155.575 113.665) (width 1.016) (layer Dessous) (net 1)) + (segment (start 185.42 70.485) (end 173.99 59.055) (width 1.016) (layer Dessus) (net 1)) + (segment (start 169.545 112.395) (end 163.83 112.395) (width 1.016) (layer Dessous) (net 1)) + (segment (start 186.69 71.755) (end 185.42 70.485) (width 1.016) (layer Dessus) (net 1)) + (segment (start 163.83 112.395) (end 156.845 112.395) (width 1.016) (layer Dessous) (net 1)) + (segment (start 179.705 112.395) (end 179.705 110.49) (width 1.016) (layer Dessus) (net 1) (status 800)) + (segment (start 186.69 107.315) (end 186.69 71.755) (width 1.016) (layer Dessus) (net 1)) + (segment (start 185.42 108.585) (end 186.69 107.315) (width 1.016) (layer Dessus) (net 1)) + (segment (start 169.545 112.395) (end 179.705 112.395) (width 1.016) (layer Dessous) (net 1) (status 400)) + (segment (start 179.705 110.49) (end 183.515 110.49) (width 1.016) (layer Dessus) (net 1)) + (segment (start 183.515 110.49) (end 185.42 108.585) (width 1.016) (layer Dessus) (net 1)) + (segment (start 129.54 46.99) (end 131.445 46.99) (width 1.016) (layer Dessous) (net 2) (status 800)) + (segment (start 174.625 46.355) (end 191.135 46.355) (width 1.016) (layer Dessous) (net 2)) + (segment (start 160.02 43.815) (end 162.56 41.275) (width 1.016) (layer Dessous) (net 2)) + (segment (start 169.545 41.275) (end 174.625 46.355) (width 1.016) (layer Dessous) (net 2)) + (segment (start 149.225 43.815) (end 151.765 43.815) (width 1.016) (layer Dessous) (net 2) (status 400)) + (segment (start 151.765 43.815) (end 160.02 43.815) (width 1.016) (layer Dessous) (net 2) (status 800)) + (segment (start 138.43 48.895) (end 141.605 45.72) (width 1.016) (layer Dessous) (net 2)) + (segment (start 133.35 48.895) (end 138.43 48.895) (width 1.016) (layer Dessous) (net 2)) + (segment (start 141.605 45.72) (end 141.605 43.815) (width 1.016) (layer Dessous) (net 2)) + (segment (start 142.24 43.18) (end 148.59 43.18) (width 0.4318) (layer Dessous) (net 2)) + (segment (start 148.59 43.18) (end 149.225 43.815) (width 1.016) (layer Dessous) (net 2)) + (segment (start 141.605 43.815) (end 142.24 43.18) (width 1.016) (layer Dessous) (net 2)) + (segment (start 131.445 46.99) (end 133.35 48.895) (width 1.016) (layer Dessous) (net 2)) + (segment (start 162.56 41.275) (end 169.545 41.275) (width 1.016) (layer Dessous) (net 2)) + (segment (start 194.31 94.615) (end 194.31 49.53) (width 1.016) (layer Dessous) (net 2) (status 800)) + (segment (start 194.31 49.53) (end 191.77 46.99) (width 1.016) (layer Dessous) (net 2)) + (segment (start 191.135 46.355) (end 191.77 46.99) (width 1.016) (layer Dessous) (net 2)) + (segment (start 180.975 93.345) (end 175.895 93.345) (width 0.4318) (layer Dessous) (net 3) (status 400)) + (segment (start 150.495 92.075) (end 172.085 92.075) (width 0.4318) (layer Dessous) (net 3) (status 800)) + (segment (start 175.895 93.345) (end 173.355 93.345) (width 0.4318) (layer Dessous) (net 3) (status 800)) + (segment (start 180.975 93.345) (end 183.515 93.345) (width 0.4318) (layer Dessous) (net 3) (status 400)) + (segment (start 173.355 93.345) (end 172.085 92.075) (width 0.4318) (layer Dessous) (net 3)) + (segment (start 130.175 62.865) (end 131.445 61.595) (width 0.4318) (layer Dessous) (net 4)) + (segment (start 128.905 69.215) (end 130.175 67.945) (width 0.4318) (layer Dessous) (net 4)) + (segment (start 131.445 61.595) (end 133.35 61.595) (width 0.4318) (layer Dessous) (net 4)) + (segment (start 128.905 73.025) (end 128.905 69.215) (width 0.4318) (layer Dessous) (net 4)) + (segment (start 133.35 61.595) (end 133.985 60.96) (width 0.4318) (layer Dessous) (net 4)) + (segment (start 133.985 60.96) (end 133.985 57.785) (width 0.4318) (layer Dessous) (net 4) (status 400)) + (segment (start 130.175 74.295) (end 128.905 73.025) (width 0.4318) (layer Dessous) (net 4) (status 800)) + (segment (start 130.175 67.945) (end 130.175 62.865) (width 0.4318) (layer Dessous) (net 4)) + (segment (start 135.255 61.595) (end 135.255 66.675) (width 0.4318) (layer Dessous) (net 5)) + (segment (start 132.715 69.215) (end 132.715 71.755) (width 0.4318) (layer Dessous) (net 5) (status 400)) + (segment (start 132.715 69.215) (end 135.255 66.675) (width 0.4318) (layer Dessous) (net 5)) + (segment (start 136.525 57.785) (end 136.525 60.325) (width 0.4318) (layer Dessous) (net 5) (status 800)) + (segment (start 135.255 61.595) (end 136.525 60.325) (width 0.4318) (layer Dessous) (net 5)) + (segment (start 127.635 69.215) (end 127.635 71.755) (width 0.4318) (layer Dessous) (net 6) (status 400)) + (segment (start 128.905 67.945) (end 127.635 69.215) (width 0.4318) (layer Dessous) (net 6)) + (segment (start 128.905 65.405) (end 128.905 67.945) (width 0.4318) (layer Dessous) (net 6) (status 800)) + (segment (start 130.175 69.215) (end 131.445 67.945) (width 0.4318) (layer Dessous) (net 7)) + (segment (start 131.445 67.945) (end 131.445 65.405) (width 0.4318) (layer Dessous) (net 7) (status 400)) + (segment (start 130.175 71.755) (end 130.175 69.215) (width 0.4318) (layer Dessous) (net 7) (status 800)) + (segment (start 139.065 57.785) (end 139.065 60.325) (width 0.4318) (layer Dessous) (net 8) (status 800)) + (segment (start 136.525 71.12) (end 137.795 69.85) (width 0.4318) (layer Dessous) (net 8)) + (segment (start 136.525 71.12) (end 136.525 73.025) (width 0.4318) (layer Dessous) (net 8)) + (segment (start 137.795 69.85) (end 137.795 61.595) (width 0.4318) (layer Dessous) (net 8)) + (segment (start 139.065 60.325) (end 137.795 61.595) (width 0.4318) (layer Dessous) (net 8)) + (segment (start 136.525 73.025) (end 137.795 74.295) (width 0.4318) (layer Dessous) (net 8) (status 400)) + (segment (start 140.335 61.595) (end 140.335 66.675) (width 0.4318) (layer Dessous) (net 9)) + (segment (start 141.605 60.325) (end 140.335 61.595) (width 0.4318) (layer Dessous) (net 9)) + (segment (start 141.605 67.945) (end 140.335 66.675) (width 0.4318) (layer Dessous) (net 9)) + (segment (start 141.605 73.025) (end 141.605 67.945) (width 0.4318) (layer Dessous) (net 9)) + (segment (start 140.335 74.295) (end 141.605 73.025) (width 0.4318) (layer Dessous) (net 9) (status 800)) + (segment (start 141.605 57.785) (end 141.605 60.325) (width 0.4318) (layer Dessous) (net 9) (status 800)) + (segment (start 142.875 71.755) (end 142.875 66.04) (width 0.4318) (layer Dessous) (net 10) (status 800)) + (segment (start 142.875 66.04) (end 142.24 65.405) (width 0.4318) (layer Dessous) (net 10)) + (segment (start 142.24 65.405) (end 141.605 65.405) (width 0.4318) (layer Dessous) (net 10) (status 400)) + (segment (start 139.065 70.485) (end 137.795 71.755) (width 0.4318) (layer Dessous) (net 11) (status 400)) + (segment (start 139.065 65.405) (end 139.065 70.485) (width 0.4318) (layer Dessous) (net 11) (status 800)) + (segment (start 133.985 66.675) (end 133.985 65.405) (width 0.4318) (layer Dessous) (net 12) (status 400)) + (segment (start 131.445 69.215) (end 133.985 66.675) (width 0.4318) (layer Dessous) (net 12)) + (segment (start 131.445 73.025) (end 131.445 69.215) (width 0.4318) (layer Dessous) (net 12)) + (segment (start 132.715 74.295) (end 131.445 73.025) (width 0.4318) (layer Dessous) (net 12) (status 800)) + (segment (start 114.935 62.865) (end 114.935 71.755) (width 0.4318) (layer Dessous) (net 13) (status 800)) + (segment (start 116.205 73.025) (end 114.935 71.755) (width 0.4318) (layer Dessous) (net 13)) + (segment (start 116.205 73.025) (end 121.285 73.025) (width 0.4318) (layer Dessous) (net 13)) + (segment (start 121.285 73.025) (end 122.555 74.295) (width 0.4318) (layer Dessous) (net 13) (status 400)) + (segment (start 117.475 62.865) (end 117.475 71.12) (width 0.4318) (layer Dessous) (net 14) (status 800)) + (segment (start 118.11 71.755) (end 122.555 71.755) (width 0.4318) (layer Dessous) (net 14) (status 400)) + (segment (start 117.475 71.12) (end 118.11 71.755) (width 0.4318) (layer Dessous) (net 14)) + (segment (start 150.495 99.695) (end 161.925 99.695) (width 0.4318) (layer Dessous) (net 15) (status 800)) + (segment (start 161.925 99.695) (end 163.195 98.425) (width 0.4318) (layer Dessous) (net 15)) + (segment (start 163.195 98.425) (end 168.275 98.425) (width 0.4318) (layer Dessous) (net 15) (status 400)) + (segment (start 147.955 102.235) (end 161.925 102.235) (width 0.4318) (layer Dessous) (net 16) (status 800)) + (segment (start 161.925 102.235) (end 163.195 100.965) (width 0.4318) (layer Dessous) (net 16)) + (segment (start 163.195 100.965) (end 168.275 100.965) (width 0.4318) (layer Dessous) (net 16) (status 400)) + (segment (start 163.83 103.505) (end 168.275 103.505) (width 0.4318) (layer Dessus) (net 17) (status 400)) + (segment (start 140.97 105.41) (end 151.13 105.41) (width 0.4318) (layer Dessus) (net 17)) + (via (at 140.97 105.41) (size 1.651) (layers Dessus Dessous) (net 17)) + (segment (start 161.925 105.41) (end 163.83 103.505) (width 0.4318) (layer Dessus) (net 17)) + (segment (start 151.13 105.41) (end 161.925 105.41) (width 0.4318) (layer Dessus) (net 17)) + (segment (start 140.335 102.235) (end 140.335 104.14) (width 0.4318) (layer Dessous) (net 17) (status 800)) + (segment (start 140.335 104.14) (end 140.97 104.775) (width 0.4318) (layer Dessous) (net 17)) + (segment (start 140.97 104.775) (end 140.97 105.41) (width 0.4318) (layer Dessous) (net 17)) + (segment (start 135.255 107.315) (end 135.255 104.775) (width 0.4318) (layer Dessous) (net 18)) + (segment (start 137.16 107.95) (end 136.525 107.315) (width 0.4318) (layer Dessus) (net 18)) + (segment (start 136.525 100.965) (end 137.795 99.695) (width 0.4318) (layer Dessous) (net 18) (status 400)) + (segment (start 136.525 107.315) (end 135.255 107.315) (width 0.4318) (layer Dessus) (net 18)) + (segment (start 175.895 106.045) (end 183.515 106.045) (width 0.4318) (layer Dessous) (net 18) (status C00)) + (segment (start 140.335 107.95) (end 137.16 107.95) (width 0.4318) (layer Dessus) (net 18)) + (segment (start 135.255 104.775) (end 136.525 103.505) (width 0.4318) (layer Dessous) (net 18)) + (segment (start 136.525 103.505) (end 136.525 100.965) (width 0.4318) (layer Dessous) (net 18)) + (segment (start 183.515 108.585) (end 183.515 106.045) (width 0.4318) (layer Dessus) (net 18) (status 400)) + (segment (start 140.335 107.95) (end 141.605 109.22) (width 0.4318) (layer Dessus) (net 18)) + (segment (start 141.605 109.22) (end 182.88 109.22) (width 0.4318) (layer Dessus) (net 18)) + (via (at 135.255 107.315) (size 1.651) (layers Dessus Dessous) (net 18)) + (segment (start 182.88 109.22) (end 183.515 108.585) (width 0.4318) (layer Dessus) (net 18)) + (segment (start 183.515 103.505) (end 175.895 103.505) (width 0.4318) (layer Dessous) (net 19) (status C00)) + (segment (start 137.16 106.045) (end 138.43 106.045) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 143.51 107.315) (end 140.97 107.315) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 137.795 104.14) (end 137.795 102.235) (width 0.4318) (layer Dessous) (net 19) (status 400)) + (segment (start 177.165 107.95) (end 144.145 107.95) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 138.43 106.045) (end 139.065 106.68) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 144.145 107.95) (end 143.51 107.315) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 181.61 103.505) (end 177.165 107.95) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 137.16 104.775) (end 137.16 106.045) (width 0.4318) (layer Dessous) (net 19)) + (segment (start 183.515 103.505) (end 181.61 103.505) (width 0.4318) (layer Dessus) (net 19) (status 800)) + (via (at 137.16 106.045) (size 1.651) (layers Dessus Dessous) (net 19)) + (segment (start 140.335 106.68) (end 140.97 107.315) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 137.795 104.14) (end 137.16 104.775) (width 0.4318) (layer Dessous) (net 19)) + (segment (start 139.065 106.68) (end 140.335 106.68) (width 0.4318) (layer Dessus) (net 19)) + (segment (start 180.975 100.965) (end 183.515 100.965) (width 0.4318) (layer Dessous) (net 20) (status 400)) + (segment (start 180.975 100.965) (end 175.895 100.965) (width 0.4318) (layer Dessous) (net 20) (status 400)) + (segment (start 145.415 99.695) (end 146.685 100.965) (width 0.4318) (layer Dessous) (net 20) (status 800)) + (segment (start 173.99 100.965) (end 172.72 99.695) (width 0.4318) (layer Dessous) (net 20)) + (segment (start 146.685 100.965) (end 161.925 100.965) (width 0.4318) (layer Dessous) (net 20)) + (segment (start 161.925 100.965) (end 163.195 99.695) (width 0.4318) (layer Dessous) (net 20)) + (segment (start 175.895 100.965) (end 173.99 100.965) (width 0.4318) (layer Dessous) (net 20) (status 800)) + (segment (start 163.195 99.695) (end 172.72 99.695) (width 0.4318) (layer Dessous) (net 20)) + (segment (start 175.895 98.425) (end 173.355 98.425) (width 0.4318) (layer Dessous) (net 21) (status 800)) + (segment (start 180.975 98.425) (end 175.895 98.425) (width 0.4318) (layer Dessous) (net 21) (status 400)) + (segment (start 180.975 98.425) (end 183.515 98.425) (width 0.4318) (layer Dessous) (net 21) (status 400)) + (segment (start 161.925 98.425) (end 163.195 97.155) (width 0.4318) (layer Dessous) (net 21)) + (segment (start 163.195 97.155) (end 172.085 97.155) (width 0.4318) (layer Dessous) (net 21)) + (segment (start 149.225 98.425) (end 161.925 98.425) (width 0.4318) (layer Dessous) (net 21)) + (segment (start 173.355 98.425) (end 172.085 97.155) (width 0.4318) (layer Dessous) (net 21)) + (segment (start 147.955 99.695) (end 149.225 98.425) (width 0.4318) (layer Dessous) (net 21) (status 800)) + (segment (start 172.72 94.615) (end 172.085 94.615) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 175.895 95.885) (end 173.99 95.885) (width 0.4318) (layer Dessous) (net 22) (status 800)) + (segment (start 173.99 95.885) (end 172.72 94.615) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 147.955 97.155) (end 149.225 95.885) (width 0.4318) (layer Dessous) (net 22) (status 800)) + (segment (start 159.385 94.615) (end 172.085 94.615) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 149.225 95.885) (end 158.115 95.885) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 158.115 95.885) (end 159.385 94.615) (width 0.4318) (layer Dessous) (net 22)) + (segment (start 180.975 95.885) (end 175.895 95.885) (width 0.4318) (layer Dessous) (net 22) (status 400)) + (segment (start 180.975 95.885) (end 183.515 95.885) (width 0.4318) (layer Dessous) (net 22) (status 400)) + (segment (start 159.385 97.155) (end 160.655 95.885) (width 0.4318) (layer Dessous) (net 23)) + (segment (start 160.655 95.885) (end 168.275 95.885) (width 0.4318) (layer Dessous) (net 23) (status 400)) + (segment (start 150.495 97.155) (end 159.385 97.155) (width 0.4318) (layer Dessous) (net 23) (status 800)) + (segment (start 151.765 93.345) (end 168.275 93.345) (width 0.4318) (layer Dessous) (net 24) (status 400)) + (segment (start 150.495 94.615) (end 151.765 93.345) (width 0.4318) (layer Dessous) (net 24) (status 800)) + (segment (start 173.99 90.805) (end 172.72 89.535) (width 0.4318) (layer Dessous) (net 25)) + (segment (start 175.895 90.805) (end 173.99 90.805) (width 0.4318) (layer Dessous) (net 25) (status 800)) + (segment (start 180.975 90.805) (end 175.895 90.805) (width 0.4318) (layer Dessous) (net 25) (status 400)) + (segment (start 180.975 90.805) (end 183.515 90.805) (width 0.4318) (layer Dessous) (net 25) (status 400)) + (segment (start 150.495 89.535) (end 172.72 89.535) (width 0.4318) (layer Dessous) (net 25) (status 800)) + (segment (start 175.895 85.725) (end 173.99 85.725) (width 0.4318) (layer Dessous) (net 26) (status 800)) + (segment (start 150.495 84.455) (end 172.72 84.455) (width 0.4318) (layer Dessous) (net 26) (status 800)) + (segment (start 175.895 85.725) (end 180.975 85.725) (width 0.4318) (layer Dessous) (net 26) (status 800)) + (segment (start 180.975 85.725) (end 183.515 85.725) (width 0.4318) (layer Dessous) (net 26) (status 400)) + (segment (start 173.99 85.725) (end 172.72 84.455) (width 0.4318) (layer Dessous) (net 26)) + (segment (start 147.955 74.295) (end 149.225 73.025) (width 0.4318) (layer Dessous) (net 27) (status 800)) + (segment (start 160.655 75.565) (end 168.275 75.565) (width 0.4318) (layer Dessous) (net 27) (status 400)) + (segment (start 149.225 73.025) (end 158.115 73.025) (width 0.4318) (layer Dessous) (net 27)) + (segment (start 158.115 73.025) (end 160.655 75.565) (width 0.4318) (layer Dessous) (net 27)) + (segment (start 175.895 78.105) (end 172.085 78.105) (width 0.4318) (layer Dessous) (net 28) (status 800)) + (segment (start 175.895 78.105) (end 183.515 78.105) (width 0.4318) (layer Dessous) (net 28) (status C00)) + (segment (start 158.115 74.295) (end 160.655 76.835) (width 0.4318) (layer Dessous) (net 28)) + (segment (start 170.815 76.835) (end 172.085 78.105) (width 0.4318) (layer Dessous) (net 28)) + (segment (start 158.115 74.295) (end 150.495 74.295) (width 0.4318) (layer Dessous) (net 28) (status 400)) + (segment (start 160.655 76.835) (end 170.815 76.835) (width 0.4318) (layer Dessous) (net 28)) + (segment (start 145.415 68.58) (end 146.05 67.945) (width 0.4318) (layer Dessous) (net 29)) + (segment (start 145.415 71.755) (end 145.415 68.58) (width 0.4318) (layer Dessous) (net 29) (status 800)) + (segment (start 146.05 67.945) (end 159.385 67.945) (width 0.4318) (layer Dessous) (net 29)) + (segment (start 159.385 67.945) (end 160.655 66.675) (width 0.4318) (layer Dessous) (net 29)) + (segment (start 160.655 66.675) (end 165.735 66.675) (width 0.4318) (layer Dessous) (net 29) (status 400)) + (segment (start 147.955 92.075) (end 149.225 90.805) (width 0.4318) (layer Dessous) (net 30) (status 800)) + (segment (start 149.225 90.805) (end 168.275 90.805) (width 0.4318) (layer Dessous) (net 30) (status 400)) + (segment (start 149.225 88.265) (end 168.275 88.265) (width 0.4318) (layer Dessous) (net 31) (status 400)) + (segment (start 147.955 86.995) (end 149.225 88.265) (width 0.4318) (layer Dessous) (net 31) (status 800)) + (segment (start 149.225 85.725) (end 147.955 84.455) (width 0.4318) (layer Dessous) (net 32) (status 400)) + (segment (start 168.275 85.725) (end 149.225 85.725) (width 0.4318) (layer Dessous) (net 32) (status 800)) + (segment (start 149.225 83.185) (end 147.955 81.915) (width 0.4318) (layer Dessous) (net 33) (status 400)) + (segment (start 168.275 83.185) (end 149.225 83.185) (width 0.4318) (layer Dessous) (net 33) (status 800)) + (segment (start 147.955 79.375) (end 149.225 80.645) (width 0.4318) (layer Dessous) (net 34) (status 800)) + (segment (start 149.225 80.645) (end 168.275 80.645) (width 0.4318) (layer Dessous) (net 34) (status 400)) + (segment (start 149.225 75.565) (end 147.955 76.835) (width 0.4318) (layer Dessous) (net 35) (status 400)) + (segment (start 156.845 75.565) (end 149.225 75.565) (width 0.4318) (layer Dessous) (net 35)) + (segment (start 159.385 78.105) (end 156.845 75.565) (width 0.4318) (layer Dessous) (net 35)) + (segment (start 168.275 78.105) (end 159.385 78.105) (width 0.4318) (layer Dessous) (net 35) (status 800)) + (segment (start 159.385 79.375) (end 172.72 79.375) (width 0.4318) (layer Dessous) (net 36)) + (segment (start 173.99 80.645) (end 172.72 79.375) (width 0.4318) (layer Dessous) (net 36)) + (segment (start 156.845 76.835) (end 159.385 79.375) (width 0.4318) (layer Dessous) (net 36)) + (segment (start 175.895 80.645) (end 173.99 80.645) (width 0.4318) (layer Dessous) (net 36) (status 800)) + (segment (start 180.975 80.645) (end 183.515 80.645) (width 0.4318) (layer Dessous) (net 36) (status 400)) + (segment (start 175.895 80.645) (end 180.975 80.645) (width 0.4318) (layer Dessous) (net 36) (status 800)) + (segment (start 150.495 76.835) (end 156.845 76.835) (width 0.4318) (layer Dessous) (net 36) (status 800)) + (segment (start 173.99 83.185) (end 172.72 81.915) (width 0.4318) (layer Dessous) (net 37)) + (segment (start 150.495 81.915) (end 172.72 81.915) (width 0.4318) (layer Dessous) (net 37) (status 800)) + (segment (start 175.895 83.185) (end 173.99 83.185) (width 0.4318) (layer Dessous) (net 37) (status 800)) + (segment (start 175.895 83.185) (end 180.975 83.185) (width 0.4318) (layer Dessous) (net 37) (status 800)) + (segment (start 180.975 83.185) (end 183.515 83.185) (width 0.4318) (layer Dessous) (net 37) (status 400)) + (segment (start 173.99 88.265) (end 172.72 86.995) (width 0.4318) (layer Dessous) (net 38)) + (segment (start 180.975 88.265) (end 183.515 88.265) (width 0.4318) (layer Dessous) (net 38) (status 400)) + (segment (start 150.495 86.995) (end 172.72 86.995) (width 0.4318) (layer Dessous) (net 38) (status 800)) + (segment (start 175.895 88.265) (end 173.99 88.265) (width 0.4318) (layer Dessous) (net 38) (status 800)) + (segment (start 180.975 88.265) (end 175.895 88.265) (width 0.4318) (layer Dessous) (net 38) (status 400)) + (segment (start 115.951 98.425) (end 121.285 98.425) (width 0.4318) (layer Dessous) (net 39)) + (segment (start 121.285 98.425) (end 122.555 97.155) (width 0.4318) (layer Dessous) (net 39) (status 400)) + (segment (start 112.395 101.981) (end 115.951 98.425) (width 0.4318) (layer Dessous) (net 39)) + (segment (start 102.235 101.981) (end 112.395 101.981) (width 0.4318) (layer Dessous) (net 39) (status 800)) + (segment (start 109.22 99.06) (end 102.235 99.06) (width 0.4318) (layer Dessous) (net 40)) + (segment (start 102.235 99.06) (end 102.235 99.314) (width 0.4318) (layer Dessous) (net 40) (status 400)) + (segment (start 112.395 95.885) (end 109.22 99.06) (width 0.4318) (layer Dessous) (net 40)) + (segment (start 118.745 95.885) (end 120.015 94.615) (width 0.4318) (layer Dessous) (net 40) (status 400)) + (segment (start 112.395 95.885) (end 118.745 95.885) (width 0.4318) (layer Dessous) (net 40)) + (segment (start 117.475 93.345) (end 118.745 92.075) (width 0.4318) (layer Dessous) (net 41)) + (segment (start 102.235 96.52) (end 104.775 96.52) (width 0.4318) (layer Dessous) (net 41) (status 800)) + (segment (start 118.745 92.075) (end 120.015 92.075) (width 0.4318) (layer Dessous) (net 41) (status 400)) + (segment (start 108.585 95.885) (end 111.125 93.345) (width 0.4318) (layer Dessous) (net 41)) + (segment (start 105.41 95.885) (end 108.585 95.885) (width 0.4318) (layer Dessous) (net 41)) + (segment (start 104.775 96.52) (end 105.41 95.885) (width 0.4318) (layer Dessous) (net 41)) + (segment (start 111.125 93.345) (end 117.475 93.345) (width 0.4318) (layer Dessous) (net 41)) + (segment (start 102.235 93.726) (end 105.41 93.726) (width 0.4318) (layer Dessous) (net 42) (status 800)) + (segment (start 118.11 89.535) (end 120.015 89.535) (width 0.4318) (layer Dessous) (net 42) (status 400)) + (segment (start 109.22 90.805) (end 116.84 90.805) (width 0.4318) (layer Dessous) (net 42)) + (segment (start 105.41 93.726) (end 107.061 92.075) (width 0.4318) (layer Dessous) (net 42)) + (segment (start 107.95 92.075) (end 109.22 90.805) (width 0.4318) (layer Dessous) (net 42)) + (segment (start 116.84 90.805) (end 118.11 89.535) (width 0.4318) (layer Dessous) (net 42)) + (segment (start 107.061 92.075) (end 107.95 92.075) (width 0.4318) (layer Dessous) (net 42)) + (segment (start 121.285 85.725) (end 122.555 84.455) (width 0.4318) (layer Dessous) (net 43) (status 400)) + (segment (start 106.68 88.9) (end 106.68 87.63) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 104.775 90.932) (end 104.775 90.805) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 109.855 84.455) (end 116.84 84.455) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 106.68 87.63) (end 109.855 84.455) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 118.11 85.725) (end 121.285 85.725) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 116.84 84.455) (end 118.11 85.725) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 104.775 90.805) (end 106.68 88.9) (width 0.4318) (layer Dessous) (net 43)) + (segment (start 102.235 90.932) (end 104.775 90.932) (width 0.4318) (layer Dessous) (net 43) (status 800)) + (segment (start 109.22 83.185) (end 117.475 83.185) (width 0.4318) (layer Dessous) (net 44)) + (segment (start 102.235 88.265) (end 104.14 88.265) (width 0.4318) (layer Dessous) (net 44) (status 800)) + (segment (start 118.745 84.455) (end 120.015 84.455) (width 0.4318) (layer Dessous) (net 44) (status 400)) + (segment (start 104.14 88.265) (end 109.22 83.185) (width 0.4318) (layer Dessous) (net 44)) + (segment (start 117.475 83.185) (end 118.745 84.455) (width 0.4318) (layer Dessous) (net 44)) + (segment (start 107.315 81.915) (end 120.015 81.915) (width 0.4318) (layer Dessous) (net 45) (status 400)) + (segment (start 104.14 85.09) (end 107.315 81.915) (width 0.4318) (layer Dessous) (net 45)) + (segment (start 102.235 85.471) (end 104.14 85.471) (width 0.4318) (layer Dessous) (net 45) (status 800)) + (segment (start 104.14 85.471) (end 104.14 85.09) (width 0.4318) (layer Dessous) (net 45)) + (segment (start 103.505 82.55) (end 105.41 80.645) (width 0.4318) (layer Dessous) (net 46)) + (segment (start 102.235 82.677) (end 103.505 82.677) (width 0.4318) (layer Dessous) (net 46) (status 800)) + (segment (start 103.505 82.677) (end 103.505 82.55) (width 0.4318) (layer Dessous) (net 46)) + (segment (start 105.41 80.645) (end 121.285 80.645) (width 0.4318) (layer Dessous) (net 46)) + (segment (start 121.285 80.645) (end 122.555 81.915) (width 0.4318) (layer Dessous) (net 46) (status 400)) + (segment (start 117.475 104.775) (end 122.555 99.695) (width 0.4318) (layer Dessous) (net 47) (status 400)) + (segment (start 102.235 104.775) (end 117.475 104.775) (width 0.4318) (layer Dessous) (net 47) (status 800)) + (segment (start 113.3602 97.155) (end 120.015 97.155) (width 0.4318) (layer Dessous) (net 48) (status 400)) + (segment (start 99.695 100.6602) (end 109.855 100.6602) (width 0.4318) (layer Dessous) (net 48) (status 800)) + (segment (start 109.855 100.6602) (end 113.3602 97.155) (width 0.4318) (layer Dessous) (net 48)) + (segment (start 100.965 103.505) (end 116.205 103.505) (width 0.4318) (layer Dessous) (net 49)) + (segment (start 116.205 103.505) (end 120.015 99.695) (width 0.4318) (layer Dessous) (net 49) (status 400)) + (segment (start 100.965 103.2002) (end 100.965 103.505) (width 0.4318) (layer Dessous) (net 49)) + (segment (start 99.695 103.2002) (end 100.965 103.2002) (width 0.4318) (layer Dessous) (net 49) (status 800)) + (segment (start 102.235 71.628) (end 108.585 71.628) (width 0.4318) (layer Dessous) (net 50) (status 800)) + (segment (start 108.585 71.628) (end 111.125 74.168) (width 0.4318) (layer Dessous) (net 50)) + (segment (start 111.125 74.168) (end 120.015 74.168) (width 0.4318) (layer Dessous) (net 50)) + (segment (start 120.015 74.168) (end 120.015 74.295) (width 0.4318) (layer Dessous) (net 50) (status 400)) + (segment (start 109.855 74.422) (end 112.268 76.835) (width 0.4318) (layer Dessous) (net 51)) + (segment (start 112.268 76.835) (end 120.015 76.835) (width 0.4318) (layer Dessous) (net 51) (status 400)) + (segment (start 102.235 74.422) (end 109.855 74.422) (width 0.4318) (layer Dessous) (net 51) (status 800)) + (segment (start 112.014 78.105) (end 121.285 78.105) (width 0.4318) (layer Dessous) (net 52)) + (segment (start 111.125 77.216) (end 112.014 78.105) (width 0.4318) (layer Dessous) (net 52)) + (segment (start 102.235 77.216) (end 111.125 77.216) (width 0.4318) (layer Dessous) (net 52) (status 800)) + (segment (start 121.285 78.105) (end 122.555 79.375) (width 0.4318) (layer Dessous) (net 52) (status 400)) + (segment (start 103.505 79.375) (end 120.015 79.375) (width 0.4318) (layer Dessous) (net 53) (status 400)) + (segment (start 102.235 79.883) (end 103.505 79.883) (width 0.4318) (layer Dessous) (net 53) (status 800)) + (segment (start 103.505 79.883) (end 103.505 79.375) (width 0.4318) (layer Dessous) (net 53)) + (segment (start 104.648 97.79) (end 108.585 97.79) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 108.585 97.79) (end 111.76 94.615) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 118.745 93.345) (end 117.475 94.615) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 104.394 98.044) (end 104.648 97.79) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 121.285 93.345) (end 122.555 92.075) (width 0.4318) (layer Dessous) (net 54) (status 400)) + (segment (start 118.745 93.345) (end 121.285 93.345) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 99.8728 98.044) (end 104.394 98.044) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 99.695 97.8662) (end 99.8728 98.044) (width 0.4318) (layer Dessous) (net 54) (status 800)) + (segment (start 111.76 94.615) (end 117.475 94.615) (width 0.4318) (layer Dessous) (net 54)) + (segment (start 105.283 94.615) (end 108.585 94.615) (width 0.4318) (layer Dessous) (net 55)) + (segment (start 99.695 95.123) (end 104.775 95.123) (width 0.4318) (layer Dessous) (net 55) (status 800)) + (segment (start 111.125 92.075) (end 117.475 92.075) (width 0.4318) (layer Dessous) (net 55)) + (segment (start 117.475 92.075) (end 118.745 90.805) (width 0.4318) (layer Dessous) (net 55)) + (segment (start 118.745 90.805) (end 121.285 90.805) (width 0.4318) (layer Dessous) (net 55)) + (segment (start 121.285 90.805) (end 122.555 89.535) (width 0.4318) (layer Dessous) (net 55) (status 400)) + (segment (start 108.585 94.615) (end 111.125 92.075) (width 0.4318) (layer Dessous) (net 55)) + (segment (start 104.775 95.123) (end 105.283 94.615) (width 0.4318) (layer Dessous) (net 55)) + (segment (start 116.84 86.995) (end 120.015 86.995) (width 0.4318) (layer Dessous) (net 56) (status 400)) + (segment (start 116.205 86.36) (end 116.84 86.995) (width 0.4318) (layer Dessous) (net 56)) + (segment (start 113.665 86.36) (end 116.205 86.36) (width 0.4318) (layer Dessous) (net 56) (status 800)) + (segment (start 116.205 88.9) (end 116.84 88.265) (width 0.4318) (layer Dessous) (net 57)) + (segment (start 116.84 88.265) (end 121.285 88.265) (width 0.4318) (layer Dessous) (net 57)) + (segment (start 113.665 88.9) (end 116.205 88.9) (width 0.4318) (layer Dessous) (net 57) (status 800)) + (segment (start 121.285 88.265) (end 122.555 86.995) (width 0.4318) (layer Dessous) (net 57) (status 400)) + (segment (start 175.895 75.565) (end 183.515 75.565) (width 0.4318) (layer Dessous) (net 58) (status C00)) + (segment (start 161.925 74.295) (end 159.385 71.755) (width 0.4318) (layer Dessous) (net 58)) + (segment (start 170.815 74.295) (end 172.085 75.565) (width 0.4318) (layer Dessous) (net 58)) + (segment (start 159.385 71.755) (end 147.955 71.755) (width 0.4318) (layer Dessous) (net 58) (status 400)) + (segment (start 170.815 74.295) (end 161.925 74.295) (width 0.4318) (layer Dessous) (net 58)) + (segment (start 175.895 75.565) (end 172.085 75.565) (width 0.4318) (layer Dessous) (net 58) (status 800)) + (segment (start 139.065 52.07) (end 146.05 52.07) (width 0.4318) (layer Dessus) (net 59)) + (segment (start 123.19 69.85) (end 125.095 71.755) (width 0.4318) (layer Dessous) (net 59) (status 400)) + (via (at 120.015 67.945) (size 1.651) (layers Dessus Dessous) (net 59)) + (segment (start 147.955 53.975) (end 146.05 52.07) (width 0.4318) (layer Dessus) (net 59) (status 800)) + (segment (start 135.89 48.895) (end 139.065 52.07) (width 0.4318) (layer Dessus) (net 59)) + (segment (start 120.015 67.945) (end 120.015 69.215) (width 0.4318) (layer Dessous) (net 59)) + (segment (start 120.015 67.945) (end 120.015 50.8) (width 0.4318) (layer Dessus) (net 59)) + (segment (start 120.015 50.8) (end 121.92 48.895) (width 0.4318) (layer Dessus) (net 59)) + (segment (start 120.65 69.85) (end 123.19 69.85) (width 0.4318) (layer Dessous) (net 59)) + (segment (start 147.955 53.975) (end 150.495 51.435) (width 0.4318) (layer Dessous) (net 59) (status 800)) + (segment (start 150.495 51.435) (end 154.305 51.435) (width 0.4318) (layer Dessous) (net 59) (status 400)) + (segment (start 121.92 48.895) (end 135.89 48.895) (width 0.4318) (layer Dessus) (net 59)) + (segment (start 120.015 69.215) (end 120.65 69.85) (width 0.4318) (layer Dessous) (net 59)) + (segment (start 159.385 53.975) (end 161.925 51.435) (width 0.4318) (layer Dessous) (net 60)) + (segment (start 139.065 55.245) (end 143.51 55.245) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 150.495 53.975) (end 159.385 53.975) (width 0.4318) (layer Dessous) (net 60) (status 800)) + (segment (start 149.86 55.88) (end 150.495 55.245) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 123.825 67.945) (end 121.92 67.945) (width 0.4318) (layer Dessous) (net 60)) + (segment (start 143.51 55.245) (end 144.145 55.88) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 126.365 73.025) (end 126.365 70.485) (width 0.4318) (layer Dessous) (net 60)) + (segment (start 127.635 74.295) (end 126.365 73.025) (width 0.4318) (layer Dessous) (net 60) (status 800)) + (segment (start 135.89 52.07) (end 123.19 52.07) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 144.145 55.88) (end 149.86 55.88) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 161.925 51.435) (end 168.275 51.435) (width 0.4318) (layer Dessous) (net 60) (status 400)) + (segment (start 150.495 55.245) (end 150.495 53.975) (width 0.4318) (layer Dessus) (net 60) (status 400)) + (segment (start 135.89 52.07) (end 139.065 55.245) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 126.365 70.485) (end 123.825 67.945) (width 0.4318) (layer Dessous) (net 60)) + (segment (start 121.92 67.945) (end 121.92 53.34) (width 0.4318) (layer Dessus) (net 60)) + (segment (start 123.19 52.07) (end 121.92 53.34) (width 0.4318) (layer Dessus) (net 60)) + (via (at 121.92 67.945) (size 1.651) (layers Dessus Dessous) (net 60)) + (segment (start 152.654 120.904) (end 152.654 120.904) (width 0.4318) (layer Dessous) (net 61)) + (segment (start 154.305 128.905) (end 154.94 129.54) (width 0.4318) (layer Dessous) (net 61) (tstamp 56348A12)) + (segment (start 154.305 124.841) (end 154.305 128.905) (width 0.4318) (layer Dessous) (net 61) (tstamp 56348A11)) + (segment (start 152.654 123.19) (end 154.305 124.841) (width 0.4318) (layer Dessous) (net 61) (tstamp 56348A10)) + (segment (start 152.654 120.904) (end 152.654 123.19) (width 0.4318) (layer Dessous) (net 61) (tstamp 56348A0F)) + (segment (start 152.654 120.904) (end 145.034 113.284) (width 0.4318) (layer Dessous) (net 61)) + (segment (start 154.94 129.54) (end 155.575 130.175) (width 0.4318) (layer Dessous) (net 61)) + (segment (start 155.575 130.175) (end 155.575 133.35) (width 0.4318) (layer Dessous) (net 61) (status 400)) + (segment (start 145.034 113.284) (end 145.415 102.235) (width 0.4318) (layer Dessous) (net 61) (status 400)) + (segment (start 152.781 133.35) (end 152.781 130.302) (width 0.4318) (layer Dessous) (net 62)) + (segment (start 151.511 129.032) (end 151.511 128.651) (width 0.4318) (layer Dessous) (net 62) (tstamp 56348A24)) + (segment (start 152.781 130.302) (end 151.511 129.032) (width 0.4318) (layer Dessous) (net 62) (tstamp 56348A23)) + (segment (start 151.511 122.301) (end 151.511 128.651) (width 0.4318) (layer Dessous) (net 62)) + (segment (start 144.145 103.505) (end 144.145 114.935) (width 0.4318) (layer Dessous) (net 62)) + (segment (start 142.875 102.235) (end 144.145 103.505) (width 0.4318) (layer Dessous) (net 62) (status 800)) + (segment (start 144.145 114.935) (end 151.511 122.301) (width 0.4318) (layer Dessous) (net 62)) + (segment (start 152.4 104.14) (end 142.24 104.14) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 142.24 104.14) (end 141.986 103.886) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 141.986 103.886) (end 139.827 103.886) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 144.145 129.54) (end 145.415 128.27) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 139.827 103.886) (end 139.573 104.14) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 139.573 104.14) (end 120.65 104.14) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 120.65 104.14) (end 116.205 108.585) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 144.145 67.31) (end 144.145 73.025) (width 0.4318) (layer Dessous) (net 63)) + (segment (start 116.205 108.585) (end 116.205 127.635) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 116.205 127.635) (end 118.11 129.54) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 118.11 129.54) (end 144.145 129.54) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 145.415 128.27) (end 149.86 128.27) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 151.765 66.675) (end 152.4 66.04) (width 0.4318) (layer Dessous) (net 63)) + (via (at 154.305 66.04) (size 1.651) (layers Dessus Dessous) (net 63)) + (segment (start 154.305 102.235) (end 154.305 66.04) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 149.987 130.175) (end 149.86 130.175) (width 0.4318) (layer Dessous) (net 63)) + (segment (start 152.4 66.04) (end 154.305 66.04) (width 0.4318) (layer Dessous) (net 63)) + (segment (start 144.145 67.31) (end 144.78 66.675) (width 0.4318) (layer Dessous) (net 63)) + (segment (start 144.78 66.675) (end 151.765 66.675) (width 0.4318) (layer Dessous) (net 63)) + (segment (start 144.145 73.025) (end 142.875 74.295) (width 0.4318) (layer Dessous) (net 63) (status 400)) + (segment (start 154.305 102.235) (end 152.4 104.14) (width 0.4318) (layer Dessus) (net 63)) + (segment (start 149.987 133.35) (end 149.987 130.175) (width 0.4318) (layer Dessous) (net 63) (status 800)) + (segment (start 149.86 128.27) (end 149.86 130.175) (width 0.4318) (layer Dessous) (net 63)) + (via (at 149.86 128.27) (size 1.651) (layers Dessus Dessous) (net 63)) + (segment (start 142.875 119.38) (end 147.32 123.825) (width 0.4318) (layer Dessous) (net 64)) + (segment (start 142.875 119.38) (end 142.875 104.775) (width 0.4318) (layer Dessous) (net 64)) + (segment (start 148.59 126.365) (end 158.75 126.365) (width 0.4318) (layer Dessus) (net 64)) + (segment (start 158.369 128.905) (end 158.75 128.524) (width 0.4318) (layer Dessous) (net 64)) + (segment (start 141.605 103.505) (end 141.605 100.965) (width 0.4318) (layer Dessous) (net 64)) + (segment (start 158.369 133.35) (end 158.369 128.905) (width 0.4318) (layer Dessous) (net 64) (status 800)) + (segment (start 158.75 128.524) (end 158.75 128.27) (width 0.4318) (layer Dessous) (net 64)) + (segment (start 141.605 103.505) (end 142.875 104.775) (width 0.4318) (layer Dessous) (net 64)) + (via (at 158.75 126.365) (size 1.651) (layers Dessus Dessous) (net 64)) + (segment (start 158.75 128.27) (end 158.75 126.365) (width 0.4318) (layer Dessous) (net 64)) + (segment (start 142.875 99.695) (end 141.605 100.965) (width 0.4318) (layer Dessous) (net 64) (status 800)) + (segment (start 147.32 125.095) (end 148.59 126.365) (width 0.4318) (layer Dessus) (net 64)) + (segment (start 147.32 123.825) (end 147.32 125.095) (width 0.4318) (layer Dessous) (net 64)) + (via (at 147.32 125.095) (size 1.651) (layers Dessus Dessous) (net 64)) + (segment (start 120.65 117.475) (end 116.84 117.475) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 116.205 116.84) (end 116.205 107.95) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 116.84 107.315) (end 121.285 107.315) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 130.81 114.935) (end 122.555 114.935) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 131.445 117.475) (end 131.445 115.57) (width 0.4318) (layer Dessous) (net 65) (status 800)) + (segment (start 116.205 107.95) (end 116.84 107.315) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 122.555 106.045) (end 122.555 102.235) (width 0.4318) (layer Dessous) (net 65) (status 400)) + (segment (start 121.285 107.315) (end 122.555 106.045) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 131.445 115.57) (end 130.81 114.935) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 121.285 116.205) (end 121.285 116.84) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 121.285 116.84) (end 120.65 117.475) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 116.84 117.475) (end 116.205 116.84) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 122.555 114.935) (end 121.285 116.205) (width 0.4318) (layer Dessous) (net 65)) + (segment (start 154.94 62.865) (end 156.21 62.865) (width 1.016) (layer Dessus) (net 66)) + (segment (start 150.495 79.375) (end 153.67 79.375) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 156.21 78.74) (end 156.21 62.865) (width 1.016) (layer Dessus) (net 66)) + (via (at 156.21 78.74) (size 1.651) (layers Dessus Dessous) (net 66)) + (segment (start 153.67 79.375) (end 154.305 78.74) (width 1.016) (layer Dessous) (net 66)) + (segment (start 154.305 78.74) (end 156.21 78.74) (width 1.016) (layer Dessous) (net 66)) + (segment (start 135.89 68.58) (end 142.24 68.58) (width 1.016) (layer Dessus) (net 66)) + (segment (start 144.78 66.04) (end 151.765 66.04) (width 1.016) (layer Dessus) (net 66)) + (segment (start 142.24 68.58) (end 144.78 66.04) (width 1.016) (layer Dessus) (net 66)) + (segment (start 151.765 66.04) (end 154.94 62.865) (width 1.016) (layer Dessus) (net 66)) + (segment (start 127 94.615) (end 126.365 94.615) (width 1.016) (layer Dessous) (net 66)) + (segment (start 126.365 94.615) (end 122.555 94.615) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 147.32 59.055) (end 163.83 59.055) (width 1.016) (layer Dessous) (net 66)) + (segment (start 163.83 59.055) (end 164.465 58.42) (width 1.016) (layer Dessous) (net 66)) + (segment (start 164.465 58.42) (end 164.465 56.515) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 136.525 65.405) (end 136.525 61.595) (width 0.635) (layer Dessous) (net 66) (status 800)) + (segment (start 126.365 67.945) (end 132.715 67.945) (width 1.016) (layer Dessus) (net 66)) + (segment (start 141.605 90.424) (end 141.605 89.535) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 133.35 68.58) (end 135.89 68.58) (width 1.016) (layer Dessus) (net 66)) + (via (at 135.89 68.58) (size 1.651) (layers Dessus Dessous) (net 66)) + (segment (start 135.89 68.58) (end 136.525 67.945) (width 1.016) (layer Dessous) (net 66)) + (segment (start 132.715 67.945) (end 133.35 68.58) (width 1.016) (layer Dessus) (net 66)) + (segment (start 136.525 109.855) (end 139.065 107.315) (width 0.635) (layer Dessous) (net 66) (status 800)) + (segment (start 164.465 56.515) (end 171.45 56.515) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 136.525 111.76) (end 136.525 109.855) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 135.89 112.395) (end 136.525 111.76) (width 1.016) (layer Dessous) (net 66)) + (segment (start 132.715 112.395) (end 135.255 112.395) (width 1.016) (layer Dessous) (net 66)) + (segment (start 135.255 112.395) (end 135.89 112.395) (width 1.016) (layer Dessous) (net 66)) + (segment (start 135.255 112.395) (end 135.255 114.935) (width 1.016) (layer Dessous) (net 66)) + (segment (start 126.365 113.411) (end 126.365 112.395) (width 1.016) (layer Dessous) (net 66)) + (segment (start 132.08 112.395) (end 132.715 112.395) (width 1.016) (layer Dessous) (net 66)) + (segment (start 131.445 111.76) (end 132.08 112.395) (width 1.016) (layer Dessous) (net 66)) + (segment (start 131.445 109.855) (end 131.445 111.76) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 126.365 112.395) (end 126.365 109.855) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 139.065 100.965) (end 139.065 107.315) (width 0.4318) (layer Dessous) (net 66)) + (segment (start 140.335 99.695) (end 139.065 100.965) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 131.826 126.365) (end 131.826 121.285) (width 1.016) (layer Dessous) (net 66) (status C00)) + (segment (start 133.35 121.285) (end 133.985 120.65) (width 1.016) (layer Dessous) (net 66)) + (segment (start 133.985 120.65) (end 133.985 117.475) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 131.826 121.285) (end 133.35 121.285) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 120.015 114.046) (end 125.73 114.046) (width 0.635) (layer Dessous) (net 66)) + (segment (start 125.73 114.046) (end 126.365 113.411) (width 0.635) (layer Dessous) (net 66)) + (segment (start 127.635 87.376) (end 127.635 93.98) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 127.635 93.98) (end 127 94.615) (width 1.016) (layer Dessous) (net 66)) + (via (at 126.365 67.945) (size 1.651) (layers Dessus Dessous) (net 66)) + (segment (start 126.365 67.945) (end 126.365 65.405) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 136.525 61.595) (end 137.795 60.325) (width 0.635) (layer Dessous) (net 66)) + (segment (start 137.795 60.325) (end 137.795 56.515) (width 0.4318) (layer Dessous) (net 66)) + (segment (start 137.795 56.515) (end 138.43 55.88) (width 0.635) (layer Dessous) (net 66)) + (segment (start 138.43 55.88) (end 144.145 55.88) (width 0.635) (layer Dessous) (net 66)) + (segment (start 144.145 55.88) (end 147.32 59.055) (width 1.016) (layer Dessous) (net 66)) + (segment (start 171.45 56.515) (end 178.435 56.515) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 156.845 133.35) (end 156.972 133.35) (width 1.016) (layer Dessus) (net 66) (status 400)) + (segment (start 167.005 43.815) (end 171.45 48.26) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 141.605 78.105) (end 149.225 78.105) (width 0.4318) (layer Dessous) (net 66)) + (segment (start 189.865 71.755) (end 189.865 64.77) (width 1.016) (layer Dessous) (net 66)) + (segment (start 189.865 64.77) (end 189.23 64.135) (width 1.016) (layer Dessous) (net 66)) + (segment (start 189.23 64.135) (end 187.325 64.135) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 189.865 71.755) (end 191.135 73.025) (width 1.016) (layer Dessous) (net 66)) + (segment (start 191.135 73.025) (end 191.135 95.885) (width 1.016) (layer Dessous) (net 66)) + (segment (start 189.865 96.52) (end 188.595 96.52) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 126.365 100.965) (end 126.365 94.615) (width 0.4318) (layer Dessous) (net 66)) + (segment (start 141.605 89.535) (end 141.605 78.105) (width 1.016) (layer Dessous) (net 66)) + (segment (start 140.716 78.105) (end 141.605 78.105) (width 1.016) (layer Dessous) (net 66)) + (segment (start 139.446 79.375) (end 140.716 78.105) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 147.955 89.535) (end 141.605 89.535) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 127.635 102.235) (end 126.365 100.965) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 136.525 67.945) (end 136.525 65.405) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 104.775 92.3798) (end 108.2548 88.9) (width 1.016) (layer Dessous) (net 66)) + (segment (start 191.135 95.885) (end 190.5 96.52) (width 1.016) (layer Dessous) (net 66)) + (segment (start 149.225 78.105) (end 150.495 79.375) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 171.45 48.26) (end 171.45 56.515) (width 1.016) (layer Dessous) (net 66)) + (segment (start 190.5 96.52) (end 189.865 96.52) (width 1.016) (layer Dessous) (net 66)) + (segment (start 146.685 133.35) (end 140.97 133.35) (width 1.016) (layer Dessus) (net 66)) + (segment (start 148.59 133.35) (end 146.685 133.35) (width 1.016) (layer Dessus) (net 66) (status 800)) + (via (at 140.97 133.35) (size 1.651) (layers Dessus Dessous) (net 66)) + (segment (start 140.97 133.35) (end 140.97 127) (width 1.016) (layer Dessous) (net 66)) + (segment (start 140.97 127) (end 139.065 125.095) (width 1.016) (layer Dessous) (net 66)) + (segment (start 108.2548 88.9) (end 111.125 88.9) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 99.695 92.3798) (end 104.775 92.3798) (width 0.635) (layer Dessous) (net 66) (status 800)) + (segment (start 111.125 88.9) (end 111.125 86.36) (width 1.016) (layer Dessous) (net 66) (status C00)) + (segment (start 99.695 92.075) (end 99.695 92.3798) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 137.795 114.935) (end 139.065 116.205) (width 1.016) (layer Dessous) (net 66)) + (segment (start 139.065 116.205) (end 139.065 117.475) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 133.985 116.205) (end 135.255 114.935) (width 1.016) (layer Dessous) (net 66)) + (segment (start 133.985 117.475) (end 133.985 116.205) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 118.745 115.316) (end 120.015 114.046) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 127.635 102.235) (end 127.635 104.775) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 126.365 106.045) (end 126.365 109.855) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 127.635 104.775) (end 126.365 106.045) (width 1.016) (layer Dessous) (net 66)) + (segment (start 126.365 112.395) (end 132.715 112.395) (width 1.016) (layer Dessous) (net 66)) + (segment (start 139.446 79.375) (end 139.446 76.835) (width 1.016) (layer Dessous) (net 66) (status 800)) + (segment (start 139.065 73.025) (end 140.335 71.755) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 139.065 76.835) (end 139.065 73.025) (width 0.4318) (layer Dessous) (net 66)) + (segment (start 139.446 76.835) (end 139.065 76.835) (width 1.016) (layer Dessous) (net 66)) + (segment (start 154.178 133.35) (end 156.845 133.35) (width 1.016) (layer Dessus) (net 66) (status 800)) + (segment (start 154.305 133.35) (end 154.178 133.35) (width 1.016) (layer Dessus) (net 66) (status 400)) + (segment (start 151.384 133.35) (end 154.305 133.35) (width 1.016) (layer Dessus) (net 66) (status 800)) + (segment (start 151.13 133.35) (end 151.384 133.35) (width 1.016) (layer Dessus) (net 66) (status 400)) + (segment (start 148.59 133.35) (end 151.13 133.35) (width 1.016) (layer Dessus) (net 66) (status 800)) + (segment (start 147.32 117.475) (end 149.86 120.015) (width 1.016) (layer Dessus) (net 66)) + (segment (start 149.86 120.015) (end 155.575 120.015) (width 1.016) (layer Dessus) (net 66) (status 400)) + (segment (start 139.065 117.475) (end 147.32 117.475) (width 1.016) (layer Dessus) (net 66) (status 800)) + (segment (start 139.065 125.095) (end 139.065 117.475) (width 1.016) (layer Dessous) (net 66) (status 400)) + (segment (start 135.255 114.935) (end 137.795 114.935) (width 1.016) (layer Dessous) (net 66)) + (segment (start 121.285 65.405) (end 123.825 65.405) (width 0.4318) (layer Dessous) (net 67) (status 400)) + (segment (start 121.285 64.516) (end 121.285 65.405) (width 0.4318) (layer Dessous) (net 67) (status 800)) + (segment (start 129.54 50.165) (end 127 50.165) (width 0.4318) (layer Dessous) (net 68) (status 800)) + (segment (start 127 50.165) (end 126.365 50.8) (width 0.4318) (layer Dessous) (net 68)) + (segment (start 126.365 50.8) (end 126.365 57.785) (width 0.4318) (layer Dessous) (net 68) (status 400)) + (segment (start 146.05 50.165) (end 144.78 50.165) (width 0.4318) (layer Dessous) (net 69) (status 400)) + (segment (start 146.685 49.53) (end 146.05 50.165) (width 0.4318) (layer Dessous) (net 69)) + (segment (start 144.78 44.45) (end 146.05 44.45) (width 0.4318) (layer Dessous) (net 69) (status 800)) + (segment (start 146.685 45.085) (end 146.685 49.53) (width 0.4318) (layer Dessous) (net 69)) + (segment (start 146.05 44.45) (end 146.685 45.085) (width 0.4318) (layer Dessous) (net 69)) + (segment (start 128.905 54.61) (end 129.54 53.975) (width 0.4318) (layer Dessous) (net 70) (status 400)) + (segment (start 128.905 57.785) (end 128.905 54.61) (width 0.4318) (layer Dessous) (net 70) (status 800)) + (segment (start 142.875 53.34) (end 143.51 53.975) (width 0.4318) (layer Dessous) (net 71)) + (segment (start 144.78 46.99) (end 143.51 46.99) (width 0.4318) (layer Dessous) (net 71) (status 800)) + (segment (start 143.51 46.99) (end 142.875 47.625) (width 0.4318) (layer Dessous) (net 71)) + (segment (start 143.51 53.975) (end 144.78 53.975) (width 0.4318) (layer Dessous) (net 71) (status 400)) + (segment (start 142.875 47.625) (end 142.875 53.34) (width 0.4318) (layer Dessous) (net 71)) + (segment (start 126.365 117.475) (end 128.905 117.475) (width 0.4318) (layer Dessous) (net 72) (status C00)) + (segment (start 125.095 126.365) (end 121.285 126.365) (width 0.4318) (layer Dessous) (net 72) (status C00)) + (segment (start 128.905 126.365) (end 128.524 126.365) (width 0.4318) (layer Dessous) (net 72) (status 400)) + (segment (start 128.905 117.475) (end 130.175 118.745) (width 0.4318) (layer Dessous) (net 72) (status 800)) + (segment (start 128.905 125.095) (end 128.905 126.365) (width 0.4318) (layer Dessous) (net 72)) + (segment (start 130.175 123.825) (end 128.905 125.095) (width 0.4318) (layer Dessous) (net 72)) + (segment (start 128.524 126.365) (end 125.095 126.365) (width 0.4318) (layer Dessous) (net 72) (status C00)) + (segment (start 130.175 118.745) (end 130.175 123.825) (width 0.4318) (layer Dessous) (net 72)) + (segment (start 119.38 121.285) (end 121.285 121.285) (width 0.4318) (layer Dessous) (net 73) (status 400)) + (segment (start 123.825 117.475) (end 123.825 121.285) (width 0.4318) (layer Dessous) (net 73) (status 800)) + (segment (start 118.745 127.635) (end 118.745 121.92) (width 0.4318) (layer Dessous) (net 73)) + (segment (start 120.015 128.905) (end 118.745 127.635) (width 0.4318) (layer Dessous) (net 73)) + (segment (start 132.715 128.905) (end 120.015 128.905) (width 0.4318) (layer Dessous) (net 73)) + (segment (start 123.825 121.285) (end 128.524 121.285) (width 0.4318) (layer Dessous) (net 73) (status 400)) + (segment (start 118.745 121.92) (end 119.38 121.285) (width 0.4318) (layer Dessous) (net 73)) + (segment (start 135.255 126.365) (end 132.715 128.905) (width 0.4318) (layer Dessous) (net 73) (status 800)) + (segment (start 121.285 121.285) (end 123.825 121.285) (width 0.4318) (layer Dessous) (net 73) (status 800)) + (segment (start 168.275 66.675) (end 168.275 73.025) (width 0.4318) (layer Dessous) (net 74) (status C00)) + (segment (start 187.325 52.07) (end 187.325 59.055) (width 0.4318) (layer Dessous) (net 75) (status C00)) + (segment (start 127.635 41.91) (end 134.62 41.91) (width 0.4318) (layer Dessous) (net 76) (status 400)) + (segment (start 187.325 41.91) (end 172.72 41.91) (width 0.4318) (layer Dessous) (net 76) (status 800)) + (segment (start 127 39.37) (end 127 41.275) (width 0.4318) (layer Dessous) (net 76) (status 800)) + (segment (start 140.97 40.005) (end 170.815 40.005) (width 0.4318) (layer Dessous) (net 76)) + (segment (start 140.97 40.005) (end 139.065 41.91) (width 0.4318) (layer Dessous) (net 76)) + (segment (start 139.065 41.91) (end 134.62 41.91) (width 0.4318) (layer Dessous) (net 76) (status 400)) + (segment (start 127 41.275) (end 127.635 41.91) (width 0.4318) (layer Dessous) (net 76)) + (segment (start 170.815 40.005) (end 172.72 41.91) (width 0.4318) (layer Dessous) (net 76)) + (segment (start 127.635 45.085) (end 131.445 45.085) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 119.38 48.895) (end 120.015 49.53) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 125.095 49.53) (end 125.73 48.895) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 131.445 45.085) (end 133.35 46.99) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 127 45.72) (end 127.635 45.085) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 117.475 39.37) (end 117.475 45.72) (width 0.4318) (layer Dessous) (net 77) (status 800)) + (segment (start 127 48.26) (end 127 46.99) (width 0.4318) (layer Dessous) (net 77) (status 400)) + (segment (start 133.35 46.99) (end 134.62 46.99) (width 0.4318) (layer Dessous) (net 77) (status 400)) + (segment (start 127 46.99) (end 127 45.72) (width 0.4318) (layer Dessous) (net 77) (status 800)) + (segment (start 119.38 47.625) (end 119.38 48.895) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 117.475 45.72) (end 119.38 47.625) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 126.365 48.895) (end 127 48.26) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 125.73 48.895) (end 126.365 48.895) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 120.015 49.53) (end 125.095 49.53) (width 0.4318) (layer Dessous) (net 77)) + (segment (start 141.605 41.91) (end 144.78 41.91) (width 0.4318) (layer Dessous) (net 78) (status 400)) + (segment (start 139.065 44.45) (end 141.605 41.91) (width 0.4318) (layer Dessous) (net 78)) + (segment (start 124.46 46.99) (end 124.46 44.45) (width 0.4318) (layer Dessous) (net 78) (status 800)) + (segment (start 134.62 44.45) (end 139.065 44.45) (width 0.4318) (layer Dessous) (net 78) (status 800)) + (segment (start 124.46 44.45) (end 125.095 43.815) (width 0.4318) (layer Dessous) (net 78)) + (segment (start 125.095 43.815) (end 132.08 43.815) (width 0.4318) (layer Dessous) (net 78)) + (segment (start 132.08 43.815) (end 132.715 44.45) (width 0.4318) (layer Dessous) (net 78)) + (segment (start 132.715 44.45) (end 134.62 44.45) (width 0.4318) (layer Dessous) (net 78) (status 400)) + (segment (start 170.815 64.77) (end 170.815 66.675) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 170.815 66.675) (end 170.815 70.485) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 170.815 70.485) (end 173.355 73.025) (width 1.016) (layer Dessous) (net 79)) + (segment (start 191.135 106.68) (end 182.245 115.57) (width 1.016) (layer Dessus) (net 79)) + (segment (start 135.255 102.235) (end 133.985 100.965) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 134.62 93.345) (end 137.795 93.345) (width 1.016) (layer Dessous) (net 79)) + (segment (start 133.985 93.98) (end 134.62 93.345) (width 1.016) (layer Dessous) (net 79)) + (segment (start 191.135 82.55) (end 189.865 81.28) (width 1.016) (layer Dessus) (net 79)) + (segment (start 147.955 64.135) (end 150.495 64.135) (width 1.016) (layer Dessous) (net 79) (status C00)) + (segment (start 150.495 64.135) (end 170.18 64.135) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 133.985 78.74) (end 134.62 79.375) (width 1.016) (layer Dessous) (net 79)) + (segment (start 134.62 79.375) (end 136.144 79.375) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 118.745 107.95) (end 119.38 107.315) (width 1.016) (layer Dessus) (net 79)) + (segment (start 179.07 126.365) (end 179.07 116.84) (width 1.016) (layer Dessus) (net 79)) + (segment (start 125.095 74.295) (end 125.095 76.835) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 135.255 102.235) (end 132.715 104.775) (width 1.016) (layer Dessous) (net 79) (status 800)) + (via (at 132.715 106.045) (size 1.651) (layers Dessus Dessous) (net 79)) + (segment (start 132.715 104.775) (end 132.715 106.045) (width 1.016) (layer Dessous) (net 79)) + (segment (start 131.445 107.315) (end 132.715 106.045) (width 1.016) (layer Dessus) (net 79)) + (via (at 123.825 107.315) (size 1.651) (layers Dessus Dessous) (net 79)) + (segment (start 123.825 109.855) (end 123.825 107.315) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 122.555 76.835) (end 125.095 76.835) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 188.595 73.66) (end 188.595 81.28) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 119.38 123.825) (end 118.745 123.19) (width 1.016) (layer Dessus) (net 79)) + (segment (start 130.81 60.325) (end 131.445 59.69) (width 1.016) (layer Dessous) (net 79)) + (segment (start 124.46 60.325) (end 130.81 60.325) (width 0.635) (layer Dessous) (net 79)) + (segment (start 125.095 76.835) (end 125.095 79.375) (width 1.016) (layer Dessous) (net 79)) + (segment (start 127.635 81.915) (end 127.635 84.455) (width 1.016) (layer Dessous) (net 79)) + (segment (start 125.095 79.375) (end 127.635 81.915) (width 1.016) (layer Dessous) (net 79)) + (segment (start 133.985 84.455) (end 133.985 88.9) (width 1.016) (layer Dessous) (net 79)) + (segment (start 137.795 90.17) (end 137.795 93.345) (width 1.016) (layer Dessous) (net 79)) + (segment (start 137.16 89.535) (end 137.795 90.17) (width 1.016) (layer Dessous) (net 79)) + (segment (start 134.62 89.535) (end 137.16 89.535) (width 1.016) (layer Dessous) (net 79)) + (segment (start 133.985 88.9) (end 134.62 89.535) (width 1.016) (layer Dessous) (net 79)) + (segment (start 135.255 71.755) (end 133.985 73.025) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 135.509 84.455) (end 133.985 84.455) (width 1.016) (layer Dessous) (net 79)) + (segment (start 133.985 84.455) (end 127.635 84.455) (width 1.016) (layer Dessous) (net 79)) + (segment (start 136.144 83.82) (end 135.509 84.455) (width 1.016) (layer Dessous) (net 79)) + (segment (start 143.51 60.96) (end 146.685 64.135) (width 1.016) (layer Dessus) (net 79)) + (segment (start 123.825 59.69) (end 124.46 60.325) (width 0.635) (layer Dessous) (net 79)) + (segment (start 178.435 127) (end 179.07 126.365) (width 1.016) (layer Dessus) (net 79)) + (segment (start 136.144 79.375) (end 136.144 83.82) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 191.135 104.775) (end 191.135 106.68) (width 1.016) (layer Dessus) (net 79)) + (segment (start 191.135 104.775) (end 191.135 82.55) (width 1.016) (layer Dessus) (net 79)) + (segment (start 146.685 64.135) (end 147.955 64.135) (width 1.016) (layer Dessus) (net 79) (status 400)) + (segment (start 175.895 73.025) (end 175.514 73.025) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 123.825 107.315) (end 131.445 107.315) (width 1.016) (layer Dessus) (net 79)) + (segment (start 123.825 59.69) (end 125.095 60.96) (width 1.016) (layer Dessus) (net 79)) + (segment (start 127.635 84.455) (end 127.635 84.074) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 178.181 73.025) (end 178.435 73.025) (width 1.016) (layer Dessous) (net 79)) + (segment (start 123.825 57.785) (end 123.825 59.69) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 133.985 73.025) (end 133.985 78.74) (width 0.4318) (layer Dessous) (net 79)) + (segment (start 137.795 93.345) (end 141.605 93.345) (width 1.016) (layer Dessous) (net 79)) + (segment (start 141.605 93.345) (end 141.605 93.726) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 123.19 112.014) (end 123.825 111.379) (width 1.016) (layer Dessous) (net 79)) + (segment (start 123.825 111.379) (end 123.825 109.855) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 118.745 112.014) (end 123.19 112.014) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 142.494 94.615) (end 147.955 94.615) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 118.745 123.19) (end 118.745 107.95) (width 1.016) (layer Dessus) (net 79)) + (segment (start 122.555 123.825) (end 119.38 123.825) (width 1.016) (layer Dessus) (net 79)) + (segment (start 170.18 64.135) (end 170.815 64.77) (width 1.016) (layer Dessous) (net 79)) + (segment (start 123.825 122.555) (end 122.555 123.825) (width 1.016) (layer Dessus) (net 79)) + (segment (start 119.38 107.315) (end 123.825 107.315) (width 1.016) (layer Dessus) (net 79)) + (segment (start 142.24 122.555) (end 123.825 122.555) (width 1.016) (layer Dessus) (net 79)) + (segment (start 155.575 122.555) (end 142.24 122.555) (width 1.016) (layer Dessus) (net 79) (status 800)) + (segment (start 179.07 116.84) (end 180.34 115.57) (width 1.016) (layer Dessus) (net 79)) + (segment (start 189.865 81.28) (end 188.595 81.28) (width 1.016) (layer Dessus) (net 79) (status 400)) + (segment (start 178.181 69.85) (end 178.181 73.025) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 173.355 73.025) (end 175.895 73.025) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 166.37 127) (end 178.435 127) (width 1.016) (layer Dessus) (net 79)) + (segment (start 161.925 122.555) (end 166.37 127) (width 1.016) (layer Dessus) (net 79)) + (segment (start 155.575 122.555) (end 161.925 122.555) (width 1.016) (layer Dessus) (net 79) (status 800)) + (segment (start 182.245 115.57) (end 180.34 115.57) (width 1.016) (layer Dessus) (net 79)) + (segment (start 187.96 73.025) (end 188.595 73.66) (width 1.016) (layer Dessous) (net 79)) + (segment (start 183.515 73.025) (end 187.96 73.025) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 133.985 100.965) (end 133.985 93.98) (width 0.4318) (layer Dessous) (net 79)) + (segment (start 131.445 59.69) (end 131.445 57.785) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 125.095 60.96) (end 143.51 60.96) (width 1.016) (layer Dessus) (net 79)) + (segment (start 123.825 57.785) (end 123.825 59.69) (width 1.016) (layer Dessus) (net 79) (status 800)) + (segment (start 178.435 73.025) (end 183.515 73.025) (width 1.016) (layer Dessous) (net 79) (status 400)) + (segment (start 175.895 73.025) (end 178.435 73.025) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 142.24 122.809) (end 142.24 122.555) (width 1.016) (layer Dessus) (net 79)) + (via (at 142.24 122.809) (size 1.651) (layers Dessus Dessous) (net 79)) + (segment (start 147.066 127.635) (end 142.24 122.809) (width 1.016) (layer Dessous) (net 79)) + (segment (start 147.193 133.35) (end 147.193 129.54) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 147.193 129.54) (end 147.066 129.54) (width 1.016) (layer Dessous) (net 79)) + (segment (start 147.066 129.54) (end 147.066 127.635) (width 1.016) (layer Dessous) (net 79)) + (segment (start 141.605 93.726) (end 142.494 94.615) (width 1.016) (layer Dessous) (net 79) (status 800)) + (segment (start 192.405 117.983) (end 192.405 120.777) (width 1.016) (layer Dessous) (net 97)) + (segment (start 192.405 120.777) (end 190.627 122.555) (width 1.016) (layer Dessous) (net 97) (tstamp 5634899F)) + (segment (start 192.405 117.983) (end 192.405 112.395) (width 1.016) (layer Dessous) (net 97) (tstamp 5634899D) (status 400)) + (segment (start 190.627 122.555) (end 187.325 122.555) (width 1.016) (layer Dessous) (net 97) (tstamp 563489A0)) + (segment (start 194.31 107.315) (end 194.945 107.95) (width 1.016) (layer Dessous) (net 98) (status 800)) + (segment (start 194.945 107.95) (end 194.945 124.079) (width 1.016) (layer Dessous) (net 98)) + (segment (start 194.945 124.079) (end 194.945 124.968) (width 1.016) (layer Dessous) (net 98)) + (segment (start 194.945 124.968) (end 192.278 127.635) (width 1.016) (layer Dessous) (net 98) (tstamp 563489A6)) + (segment (start 192.278 127.635) (end 187.325 127.635) (width 1.016) (layer Dessous) (net 98) (tstamp 563489A7)) + (segment (start 111.125 60.325) (end 111.125 57.785) (width 0.4318) (layer Dessous) (net 99) (status 800)) + (segment (start 111.125 57.785) (end 114.935 53.975) (width 0.4318) (layer Dessous) (net 99)) + (segment (start 114.935 53.975) (end 114.935 52.705) (width 0.4318) (layer Dessous) (net 99) (status 400)) + (segment (start 111.125 50.8) (end 111.76 50.165) (width 0.4318) (layer Dessous) (net 100)) + (segment (start 111.125 52.705) (end 111.125 50.8) (width 0.4318) (layer Dessous) (net 100) (status 800)) + (segment (start 111.76 50.165) (end 114.935 50.165) (width 0.4318) (layer Dessous) (net 100)) + (segment (start 117.475 52.705) (end 114.935 50.165) (width 0.4318) (layer Dessous) (net 100) (status 800)) + + (zone (net 66) (net_name GND) (layer Dessous) (tstamp 47AB4739) (hatch edge 0.508) + (connect_pads (clearance 0.5)) + (min_thickness 0.2) + (fill yes (arc_segments 32) (thermal_gap 0.5) (thermal_bridge_width 0.5)) + (polygon + (pts + (xy 195.58 134.62) (xy 195.58 36.83) (xy 95.25 36.83) (xy 95.25 134.62) + ) + ) + (filled_polygon + (pts + (xy 195.4626 93.190076) (xy 195.418 93.169971) (xy 195.418 49.53) (xy 195.408011 49.428126) (xy 195.399092 49.326181) + (xy 195.397467 49.320586) (xy 195.396898 49.314788) (xy 195.367316 49.216806) (xy 195.338762 49.118524) (xy 195.336081 49.113352) + (xy 195.334397 49.107774) (xy 195.28635 49.017411) (xy 195.239247 48.926539) (xy 195.235612 48.921985) (xy 195.232877 48.916842) + (xy 195.168203 48.837544) (xy 195.104337 48.757541) (xy 195.096338 48.74943) (xy 195.096204 48.749265) (xy 195.096052 48.749139) + (xy 195.093474 48.746525) (xy 192.553546 46.206598) (xy 192.553475 46.206526) (xy 191.918474 45.571526) (xy 191.839413 45.506584) + (xy 191.760983 45.440774) (xy 191.755877 45.437967) (xy 191.751375 45.434269) (xy 191.66119 45.385912) (xy 191.571488 45.336598) + (xy 191.565933 45.334836) (xy 191.560799 45.332083) (xy 191.46293 45.302161) (xy 191.365366 45.271212) (xy 191.359576 45.270563) + (xy 191.354004 45.268859) (xy 191.252189 45.258517) (xy 191.15047 45.247108) (xy 191.139078 45.247028) (xy 191.138867 45.247007) + (xy 191.13867 45.247026) (xy 191.135 45.247) (xy 175.083948 45.247) (xy 172.542535 42.705587) (xy 172.550365 42.708071) + (xy 172.554632 42.70855) (xy 172.558732 42.709803) (xy 172.633701 42.717418) (xy 172.708608 42.72582) (xy 172.716993 42.725879) + (xy 172.717152 42.725895) (xy 172.7173 42.725881) (xy 172.72 42.7259) (xy 186.230407 42.7259) (xy 186.252445 42.760097) + (xy 186.43799 42.952234) (xy 186.65732 43.104672) (xy 186.902082 43.211606) (xy 187.162954 43.268963) (xy 187.429997 43.274556) + (xy 187.693041 43.228175) (xy 187.942066 43.131584) (xy 188.167588 42.988464) (xy 188.361016 42.804265) (xy 188.514982 42.586004) + (xy 188.623622 42.341994) (xy 188.682798 42.08153) (xy 188.687058 41.776449) (xy 188.635178 41.514434) (xy 188.533393 41.267486) + (xy 188.385581 41.045011) (xy 188.197372 40.855483) (xy 187.975935 40.706122) (xy 187.729703 40.602616) (xy 187.468057 40.548907) + (xy 187.200961 40.547043) (xy 186.93859 40.597092) (xy 186.690938 40.697151) (xy 186.467436 40.843406) (xy 186.276599 41.030287) + (xy 186.232905 41.0941) (xy 173.057957 41.0941) (xy 171.391928 39.428072) (xy 171.333726 39.380264) (xy 171.275957 39.33179) + (xy 171.272194 39.329721) (xy 171.268881 39.327) (xy 171.2025 39.291407) (xy 171.136417 39.255077) (xy 171.132326 39.253779) + (xy 171.128547 39.251753) (xy 171.056527 39.229735) (xy 170.984635 39.206929) (xy 170.980368 39.20645) (xy 170.976268 39.205197) + (xy 170.901299 39.197582) (xy 170.826392 39.18918) (xy 170.818007 39.189121) (xy 170.817848 39.189105) (xy 170.8177 39.189119) + (xy 170.815 39.1891) (xy 140.97 39.1891) (xy 140.894993 39.196455) (xy 140.819915 39.203023) (xy 140.815794 39.20422) + (xy 140.811524 39.204639) (xy 140.739405 39.226413) (xy 140.667001 39.247448) (xy 140.663189 39.249424) (xy 140.659085 39.250663) + (xy 140.592612 39.286008) (xy 140.525629 39.320728) (xy 140.522272 39.323408) (xy 140.518488 39.32542) (xy 140.460079 39.373057) + (xy 140.401184 39.420073) (xy 140.395214 39.425959) (xy 140.395089 39.426061) (xy 140.394993 39.426177) (xy 140.393072 39.428071) + (xy 138.727044 41.0941) (xy 135.713196 41.0941) (xy 135.680581 41.045011) (xy 135.492372 40.855483) (xy 135.270935 40.706122) + (xy 135.024703 40.602616) (xy 134.763057 40.548907) (xy 134.495961 40.547043) (xy 134.23359 40.597092) (xy 133.985938 40.697151) + (xy 133.762436 40.843406) (xy 133.571599 41.030287) (xy 133.527905 41.0941) (xy 129.809347 41.0941) (xy 130.059729 41.020409) + (xy 130.299689 40.894961) (xy 130.510713 40.725293) (xy 130.684762 40.517869) (xy 130.815208 40.280589) (xy 130.897082 40.022491) + (xy 130.927265 39.753405) (xy 130.9274 39.734034) (xy 130.9274 39.005966) (xy 130.900977 38.736485) (xy 130.822715 38.477269) + (xy 130.695595 38.238191) (xy 130.524458 38.028356) (xy 130.315824 37.855759) (xy 130.077639 37.726973) (xy 129.818976 37.646903) + (xy 129.549686 37.6186) (xy 129.280027 37.643141) (xy 129.020271 37.719591) (xy 128.780311 37.845039) (xy 128.569287 38.014707) + (xy 128.395238 38.222131) (xy 128.269076 38.451618) (xy 128.155595 38.238191) (xy 127.984458 38.028356) (xy 127.775824 37.855759) + (xy 127.537639 37.726973) (xy 127.278976 37.646903) (xy 127.009686 37.6186) (xy 126.740027 37.643141) (xy 126.480271 37.719591) + (xy 126.240311 37.845039) (xy 126.029287 38.014707) (xy 125.855238 38.222131) (xy 125.729076 38.451618) (xy 125.615595 38.238191) + (xy 125.444458 38.028356) (xy 125.235824 37.855759) (xy 124.997639 37.726973) (xy 124.738976 37.646903) (xy 124.469686 37.6186) + (xy 124.200027 37.643141) (xy 123.940271 37.719591) (xy 123.700311 37.845039) (xy 123.489287 38.014707) (xy 123.315238 38.222131) + (xy 123.189076 38.451618) (xy 123.075595 38.238191) (xy 122.904458 38.028356) (xy 122.695824 37.855759) (xy 122.457639 37.726973) + (xy 122.198976 37.646903) (xy 121.929686 37.6186) (xy 121.660027 37.643141) (xy 121.400271 37.719591) (xy 121.160311 37.845039) + (xy 120.949287 38.014707) (xy 120.775238 38.222131) (xy 120.644792 38.459411) (xy 120.562918 38.717509) (xy 120.532735 38.986595) + (xy 120.5326 39.005966) (xy 120.5326 39.734034) (xy 120.559023 40.003515) (xy 120.637285 40.262731) (xy 120.764405 40.501809) + (xy 120.935542 40.711644) (xy 121.144176 40.884241) (xy 121.382361 41.013027) (xy 121.641024 41.093097) (xy 121.910314 41.1214) + (xy 122.179973 41.096859) (xy 122.439729 41.020409) (xy 122.679689 40.894961) (xy 122.890713 40.725293) (xy 123.064762 40.517869) + (xy 123.190924 40.288382) (xy 123.304405 40.501809) (xy 123.475542 40.711644) (xy 123.684176 40.884241) (xy 123.922361 41.013027) + (xy 124.181024 41.093097) (xy 124.450314 41.1214) (xy 124.719973 41.096859) (xy 124.979729 41.020409) (xy 125.219689 40.894961) + (xy 125.430713 40.725293) (xy 125.604762 40.517869) (xy 125.730924 40.288382) (xy 125.844405 40.501809) (xy 126.015542 40.711644) + (xy 126.1841 40.851087) (xy 126.1841 41.275) (xy 126.191454 41.350003) (xy 126.198023 41.425086) (xy 126.19922 41.429208) + (xy 126.199639 41.433476) (xy 126.221409 41.505583) (xy 126.242448 41.577999) (xy 126.244424 41.581811) (xy 126.245663 41.585915) + (xy 126.281029 41.652428) (xy 126.315729 41.719371) (xy 126.318406 41.722725) (xy 126.32042 41.726512) (xy 126.368079 41.784949) + (xy 126.415073 41.843816) (xy 126.420955 41.849781) (xy 126.421061 41.849911) (xy 126.421181 41.85001) (xy 126.423072 41.851928) + (xy 127.058072 42.486929) (xy 127.116304 42.534761) (xy 127.174043 42.58321) (xy 127.177806 42.585279) (xy 127.181119 42.588) + (xy 127.247481 42.623583) (xy 127.313583 42.659923) (xy 127.317677 42.661222) (xy 127.321454 42.663247) (xy 127.393459 42.685261) + (xy 127.465365 42.708071) (xy 127.469632 42.70855) (xy 127.473732 42.709803) (xy 127.548701 42.717418) (xy 127.623608 42.72582) + (xy 127.631993 42.725879) (xy 127.632152 42.725895) (xy 127.6323 42.725881) (xy 127.635 42.7259) (xy 133.525407 42.7259) + (xy 133.547445 42.760097) (xy 133.73299 42.952234) (xy 133.95232 43.104672) (xy 134.126013 43.180557) (xy 133.985938 43.237151) + (xy 133.762436 43.383406) (xy 133.571599 43.570287) (xy 133.527905 43.6341) (xy 133.052957 43.6341) (xy 132.656928 43.238072) + (xy 132.598726 43.190264) (xy 132.540957 43.14179) (xy 132.537194 43.139721) (xy 132.533881 43.137) (xy 132.4675 43.101407) + (xy 132.401417 43.065077) (xy 132.397326 43.063779) (xy 132.393547 43.061753) (xy 132.321527 43.039735) (xy 132.249635 43.016929) + (xy 132.245368 43.01645) (xy 132.241268 43.015197) (xy 132.166299 43.007582) (xy 132.091392 42.99918) (xy 132.083007 42.999121) + (xy 132.082848 42.999105) (xy 132.0827 42.999119) (xy 132.08 42.9991) (xy 125.095 42.9991) (xy 125.019993 43.006455) + (xy 124.944915 43.013023) (xy 124.940794 43.01422) (xy 124.936524 43.014639) (xy 124.864405 43.036413) (xy 124.792001 43.057448) + (xy 124.788189 43.059424) (xy 124.784085 43.060663) (xy 124.717612 43.096008) (xy 124.650629 43.130728) (xy 124.647272 43.133408) + (xy 124.643488 43.13542) (xy 124.585079 43.183057) (xy 124.526184 43.230073) (xy 124.520214 43.235959) (xy 124.520089 43.236061) + (xy 124.519993 43.236177) (xy 124.518072 43.238071) (xy 123.883072 43.873072) (xy 123.835264 43.931274) (xy 123.78679 43.989043) + (xy 123.784721 43.992806) (xy 123.782 43.996119) (xy 123.746407 44.0625) (xy 123.710077 44.128583) (xy 123.708779 44.132674) + (xy 123.706753 44.136453) (xy 123.684735 44.208473) (xy 123.661929 44.280365) (xy 123.66145 44.284632) (xy 123.660197 44.288732) + (xy 123.652582 44.363701) (xy 123.64418 44.438608) (xy 123.644121 44.446993) (xy 123.644105 44.447152) (xy 123.644119 44.4473) + (xy 123.6441 44.45) (xy 123.6441 45.510234) (xy 123.489287 45.634707) (xy 123.315238 45.842131) (xy 123.310303 45.851108) + (xy 123.310303 45.847) (xy 123.302684 45.751452) (xy 123.252497 45.589393) (xy 123.159148 45.447731) (xy 123.03003 45.337685) + (xy 122.875365 45.267966) (xy 122.7074 45.244097) (xy 121.1326 45.244097) (xy 121.037052 45.251716) (xy 120.874993 45.301903) + (xy 120.733331 45.395252) (xy 120.623285 45.52437) (xy 120.553566 45.679035) (xy 120.529697 45.847) (xy 120.529697 48.133) + (xy 120.537316 48.228548) (xy 120.587503 48.390607) (xy 120.680852 48.532269) (xy 120.80997 48.642315) (xy 120.964635 48.712034) + (xy 120.979173 48.7141) (xy 120.352957 48.7141) (xy 120.1959 48.557044) (xy 120.1959 47.625) (xy 120.188545 47.549993) + (xy 120.181977 47.474915) (xy 120.18078 47.470794) (xy 120.180361 47.466524) (xy 120.158587 47.394405) (xy 120.137552 47.322001) + (xy 120.135576 47.318189) (xy 120.134337 47.314085) (xy 120.098992 47.247612) (xy 120.064272 47.180629) (xy 120.061592 47.177272) + (xy 120.05958 47.173488) (xy 120.011943 47.115079) (xy 119.964927 47.056184) (xy 119.959041 47.050214) (xy 119.958939 47.050089) + (xy 119.958823 47.049993) (xy 119.956929 47.048072) (xy 118.2909 45.382044) (xy 118.2909 40.465401) (xy 118.317588 40.448464) + (xy 118.511016 40.264265) (xy 118.664982 40.046004) (xy 118.773622 39.801994) (xy 118.832798 39.54153) (xy 118.837058 39.236449) + (xy 118.785178 38.974434) (xy 118.683393 38.727486) (xy 118.535581 38.505011) (xy 118.347372 38.315483) (xy 118.125935 38.166122) + (xy 117.879703 38.062616) (xy 117.618057 38.008907) (xy 117.350961 38.007043) (xy 117.08859 38.057092) (xy 116.840938 38.157151) + (xy 116.617436 38.303406) (xy 116.426599 38.490287) (xy 116.275695 38.710677) (xy 116.170473 38.95618) (xy 116.114939 39.217445) + (xy 116.11121 39.484521) (xy 116.159427 39.747235) (xy 116.257754 39.99558) (xy 116.402445 40.220097) (xy 116.58799 40.412234) + (xy 116.6591 40.461657) (xy 116.6591 45.72) (xy 116.666454 45.795003) (xy 116.673023 45.870086) (xy 116.67422 45.874208) + (xy 116.674639 45.878476) (xy 116.696409 45.950583) (xy 116.717448 46.022999) (xy 116.719424 46.026811) (xy 116.720663 46.030915) + (xy 116.756029 46.097428) (xy 116.790729 46.164371) (xy 116.793406 46.167725) (xy 116.79542 46.171512) (xy 116.843079 46.229949) + (xy 116.890073 46.288816) (xy 116.895955 46.294781) (xy 116.896061 46.294911) (xy 116.896181 46.29501) (xy 116.898072 46.296928) + (xy 118.5641 47.962957) (xy 118.5641 48.820759) (xy 118.436187 48.780946) (xy 117.687132 49.53) (xy 118.436187 50.279054) + (xy 118.66371 50.208238) (xy 118.773187 49.963301) (xy 118.832776 49.701712) (xy 118.838156 49.507012) (xy 119.438072 50.106929) + (xy 119.496304 50.154761) (xy 119.554043 50.20321) (xy 119.557806 50.205279) (xy 119.561119 50.208) (xy 119.627481 50.243583) + (xy 119.693583 50.279923) (xy 119.697677 50.281222) (xy 119.701454 50.283247) (xy 119.773459 50.305261) (xy 119.845365 50.328071) + (xy 119.849632 50.32855) (xy 119.853732 50.329803) (xy 119.928701 50.337418) (xy 120.003608 50.34582) (xy 120.011993 50.345879) + (xy 120.012152 50.345895) (xy 120.0123 50.345881) (xy 120.015 50.3459) (xy 125.095 50.3459) (xy 125.170003 50.338546) + (xy 125.245086 50.331977) (xy 125.249208 50.33078) (xy 125.253476 50.330361) (xy 125.325583 50.308591) (xy 125.397999 50.287552) + (xy 125.401811 50.285576) (xy 125.405915 50.284337) (xy 125.472428 50.248971) (xy 125.539371 50.214271) (xy 125.542725 50.211594) + (xy 125.546512 50.20958) (xy 125.604949 50.161921) (xy 125.663816 50.114927) (xy 125.669781 50.109045) (xy 125.669911 50.108939) + (xy 125.67001 50.108819) (xy 125.671928 50.106928) (xy 126.067957 49.7109) (xy 126.300243 49.7109) (xy 125.788072 50.223072) + (xy 125.740264 50.281274) (xy 125.69179 50.339043) (xy 125.689721 50.342806) (xy 125.687 50.346119) (xy 125.651407 50.4125) + (xy 125.615077 50.478583) (xy 125.613779 50.482674) (xy 125.611753 50.486453) (xy 125.589735 50.558473) (xy 125.566929 50.630365) + (xy 125.56645 50.634632) (xy 125.565197 50.638732) (xy 125.557582 50.713701) (xy 125.54918 50.788608) (xy 125.549121 50.796993) + (xy 125.549105 50.797152) (xy 125.549119 50.7973) (xy 125.5491 50.8) (xy 125.5491 56.305234) (xy 125.394287 56.429707) + (xy 125.220238 56.637131) (xy 125.094076 56.866618) (xy 124.980595 56.653191) (xy 124.809458 56.443356) (xy 124.600824 56.270759) + (xy 124.362639 56.141973) (xy 124.103976 56.061903) (xy 123.834686 56.0336) (xy 123.565027 56.058141) (xy 123.305271 56.134591) + (xy 123.065311 56.260039) (xy 122.854287 56.429707) (xy 122.680238 56.637131) (xy 122.549792 56.874411) (xy 122.467918 57.132509) + (xy 122.437735 57.401595) (xy 122.4376 57.420966) (xy 122.4376 58.149034) (xy 122.464023 58.418515) (xy 122.542285 58.677731) + (xy 122.669405 58.916809) (xy 122.717 58.975166) (xy 122.717 59.69) (xy 122.738102 59.905212) (xy 122.800603 60.112226) + (xy 122.902123 60.303158) (xy 123.038796 60.470735) (xy 123.205414 60.608574) (xy 123.395633 60.711424) (xy 123.602206 60.775369) + (xy 123.614076 60.776617) (xy 123.81123 60.973771) (xy 123.876703 61.027551) (xy 123.941643 61.082042) (xy 123.945873 61.084368) + (xy 123.949599 61.087428) (xy 124.024271 61.127467) (xy 124.098558 61.168307) (xy 124.103156 61.169766) (xy 124.107409 61.172046) + (xy 124.188488 61.196834) (xy 124.269241 61.22245) (xy 124.274033 61.222988) (xy 124.27865 61.224399) (xy 124.362996 61.232967) + (xy 124.44719 61.242411) (xy 124.456616 61.242476) (xy 124.456798 61.242495) (xy 124.456968 61.242479) (xy 124.46 61.2425) + (xy 130.189219 61.2425) (xy 130.37707 61.34492) (xy 130.502056 61.384088) (xy 129.598072 62.288072) (xy 129.550264 62.346274) + (xy 129.50179 62.404043) (xy 129.499721 62.407806) (xy 129.497 62.411119) (xy 129.461407 62.4775) (xy 129.425077 62.543583) + (xy 129.423779 62.547674) (xy 129.421753 62.551453) (xy 129.399735 62.623473) (xy 129.376929 62.695365) (xy 129.37645 62.699632) + (xy 129.375197 62.703732) (xy 129.367582 62.778701) (xy 129.35918 62.853608) (xy 129.359121 62.861993) (xy 129.359105 62.862152) + (xy 129.359119 62.8623) (xy 129.3591 62.865) (xy 129.3591 63.736113) (xy 129.183976 63.681903) (xy 128.914686 63.6536) + (xy 128.645027 63.678141) (xy 128.385271 63.754591) (xy 128.145311 63.880039) (xy 127.934287 64.049707) (xy 127.760238 64.257131) + (xy 127.634481 64.485881) (xy 127.589388 64.379883) (xy 127.435245 64.153881) (xy 127.239973 63.962294) (xy 127.011077 63.812484) + (xy 126.728918 63.710579) (xy 126.515 63.821125) (xy 126.515 65.255) (xy 126.535 65.255) (xy 126.535 65.555) + (xy 126.515 65.555) (xy 126.515 66.988875) (xy 126.728918 67.099421) (xy 127.011077 66.997516) (xy 127.239973 66.847706) + (xy 127.435245 66.656119) (xy 127.589388 66.430117) (xy 127.635297 66.322202) (xy 127.749405 66.536809) (xy 127.920542 66.746644) + (xy 128.0891 66.886087) (xy 128.0891 67.607043) (xy 127.058072 68.638072) (xy 127.010264 68.696274) (xy 126.96179 68.754043) + (xy 126.959721 68.757806) (xy 126.957 68.761119) (xy 126.921407 68.8275) (xy 126.885077 68.893583) (xy 126.883779 68.897674) + (xy 126.881753 68.901453) (xy 126.859735 68.973473) (xy 126.836929 69.045365) (xy 126.83645 69.049632) (xy 126.835197 69.053732) + (xy 126.827582 69.128701) (xy 126.81918 69.203608) (xy 126.819121 69.211993) (xy 126.819105 69.212152) (xy 126.819119 69.2123) + (xy 126.8191 69.215) (xy 126.8191 69.785243) (xy 124.401928 67.368072) (xy 124.343726 67.320264) (xy 124.285957 67.27179) + (xy 124.282194 67.269721) (xy 124.278881 67.267) (xy 124.2125 67.231407) (xy 124.146417 67.195077) (xy 124.142326 67.193779) + (xy 124.138547 67.191753) (xy 124.066527 67.169735) (xy 124.007163 67.150903) (xy 124.6124 67.150903) (xy 124.707948 67.143284) + (xy 124.870007 67.093097) (xy 125.011669 66.999748) (xy 125.121715 66.87063) (xy 125.191434 66.715965) (xy 125.215303 66.548) + (xy 125.215303 66.539628) (xy 125.294755 66.656119) (xy 125.490027 66.847706) (xy 125.718923 66.997516) (xy 126.001082 67.099421) + (xy 126.215 66.988875) (xy 126.215 65.555) (xy 126.195 65.555) (xy 126.195 65.255) (xy 126.215 65.255) + (xy 126.215 63.821125) (xy 126.001082 63.710579) (xy 125.718923 63.812484) (xy 125.490027 63.962294) (xy 125.294755 64.153881) + (xy 125.215303 64.270372) (xy 125.215303 64.262) (xy 125.207684 64.166452) (xy 125.157497 64.004393) (xy 125.064148 63.862731) + (xy 124.93503 63.752685) (xy 124.780365 63.682966) (xy 124.6124 63.659097) (xy 123.0376 63.659097) (xy 122.942052 63.666716) + (xy 122.779993 63.716903) (xy 122.681281 63.78195) (xy 122.680284 63.769452) (xy 122.630097 63.607393) (xy 122.536748 63.465731) + (xy 122.40763 63.355685) (xy 122.252965 63.285966) (xy 122.085 63.262097) (xy 120.485 63.262097) (xy 120.389452 63.269716) + (xy 120.227393 63.319903) (xy 120.085731 63.413252) (xy 119.975685 63.54237) (xy 119.905966 63.697035) (xy 119.882097 63.865) + (xy 119.882097 64.865) (xy 119.889716 64.960548) (xy 119.939903 65.122607) (xy 120.033252 65.264269) (xy 120.16237 65.374315) + (xy 120.317035 65.444034) (xy 120.47513 65.4665) (xy 120.476593 65.48142) (xy 120.483552 65.557884) (xy 120.48436 65.560629) + (xy 120.484639 65.563476) (xy 120.506832 65.636981) (xy 120.528511 65.710642) (xy 120.529836 65.713177) (xy 120.530663 65.715915) + (xy 120.566686 65.783665) (xy 120.602284 65.851757) (xy 120.604078 65.853989) (xy 120.60542 65.856512) (xy 120.653949 65.916015) + (xy 120.702062 65.975855) (xy 120.704251 65.977692) (xy 120.706061 65.979911) (xy 120.765235 66.028863) (xy 120.824043 66.07821) + (xy 120.826551 66.079589) (xy 120.828755 66.081412) (xy 120.896261 66.117912) (xy 120.963583 66.154923) (xy 120.966312 66.155789) + (xy 120.968826 66.157148) (xy 121.042081 66.179824) (xy 121.115365 66.203071) (xy 121.118212 66.20339) (xy 121.120941 66.204235) + (xy 121.197267 66.212257) (xy 121.273608 66.22082) (xy 121.2791 66.220859) (xy 121.279304 66.22088) (xy 121.279508 66.220861) + (xy 121.285 66.2209) (xy 122.434697 66.2209) (xy 122.434697 66.548) (xy 122.440222 66.61729) (xy 122.343571 66.576662) + (xy 122.069726 66.52045) (xy 121.790178 66.518498) (xy 121.515575 66.570882) (xy 121.256376 66.675605) (xy 121.022455 66.828679) + (xy 120.968227 66.881783) (xy 120.928044 66.841319) (xy 120.696283 66.684994) (xy 120.438571 66.576662) (xy 120.164726 66.52045) + (xy 119.885178 66.518498) (xy 119.610575 66.570882) (xy 119.351376 66.675605) (xy 119.117455 66.828679) (xy 118.91772 67.024273) + (xy 118.759781 67.254937) (xy 118.649653 67.511886) (xy 118.59153 67.785332) (xy 118.587627 68.06486) (xy 118.638092 68.339822) + (xy 118.741003 68.599746) (xy 118.89244 68.83473) (xy 119.086635 69.035825) (xy 119.1991 69.11399) (xy 119.1991 69.215) + (xy 119.206454 69.290003) (xy 119.213023 69.365086) (xy 119.21422 69.369208) (xy 119.214639 69.373476) (xy 119.236409 69.445583) + (xy 119.257448 69.517999) (xy 119.259424 69.521811) (xy 119.260663 69.525915) (xy 119.296029 69.592428) (xy 119.330729 69.659371) + (xy 119.333406 69.662725) (xy 119.33542 69.666512) (xy 119.383079 69.724949) (xy 119.430073 69.783816) (xy 119.435955 69.789781) + (xy 119.436061 69.789911) (xy 119.436181 69.79001) (xy 119.438072 69.791928) (xy 120.073072 70.426929) (xy 120.131304 70.474761) + (xy 120.189043 70.52321) (xy 120.192806 70.525279) (xy 120.196119 70.528) (xy 120.262481 70.563583) (xy 120.328583 70.599923) + (xy 120.332677 70.601222) (xy 120.336454 70.603247) (xy 120.408459 70.625261) (xy 120.480365 70.648071) (xy 120.484632 70.64855) + (xy 120.488732 70.649803) (xy 120.563701 70.657418) (xy 120.638608 70.66582) (xy 120.646993 70.665879) (xy 120.647152 70.665895) + (xy 120.6473 70.665881) (xy 120.65 70.6659) (xy 121.847802 70.6659) (xy 121.737418 70.738133) (xy 121.555478 70.916302) + (xy 121.539868 70.9391) (xy 118.447957 70.9391) (xy 118.2909 70.782044) (xy 118.2909 63.960401) (xy 118.317588 63.943464) + (xy 118.511016 63.759265) (xy 118.664982 63.541004) (xy 118.773622 63.296994) (xy 118.832798 63.03653) (xy 118.837058 62.731449) + (xy 118.785178 62.469434) (xy 118.683393 62.222486) (xy 118.535581 62.000011) (xy 118.347372 61.810483) (xy 118.131685 61.665) + (xy 119.885 61.665) (xy 119.885 61.924095) (xy 119.908058 62.040014) (xy 119.953287 62.149207) (xy 120.01895 62.247478) + (xy 120.102522 62.331051) (xy 120.200794 62.396713) (xy 120.309987 62.441942) (xy 120.425905 62.465) (xy 120.985 62.465) + (xy 121.135 62.315) (xy 121.135 61.515) (xy 121.435 61.515) (xy 121.435 62.315) (xy 121.585 62.465) + (xy 122.144095 62.465) (xy 122.260013 62.441942) (xy 122.369206 62.396713) (xy 122.467478 62.331051) (xy 122.55105 62.247478) + (xy 122.616713 62.149207) (xy 122.661942 62.040014) (xy 122.685 61.924095) (xy 122.685 61.665) (xy 122.535 61.515) + (xy 121.435 61.515) (xy 121.135 61.515) (xy 120.035 61.515) (xy 119.885 61.665) (xy 118.131685 61.665) + (xy 118.125935 61.661122) (xy 117.879703 61.557616) (xy 117.618057 61.503907) (xy 117.350961 61.502043) (xy 117.08859 61.552092) + (xy 116.840938 61.652151) (xy 116.617436 61.798406) (xy 116.426599 61.985287) (xy 116.275695 62.205677) (xy 116.20472 62.371276) + (xy 116.143393 62.222486) (xy 115.995581 62.000011) (xy 115.807372 61.810483) (xy 115.585935 61.661122) (xy 115.339703 61.557616) + (xy 115.078057 61.503907) (xy 114.810961 61.502043) (xy 114.54859 61.552092) (xy 114.300938 61.652151) (xy 114.077436 61.798406) + (xy 113.886599 61.985287) (xy 113.735695 62.205677) (xy 113.630473 62.45118) (xy 113.574939 62.712445) (xy 113.57121 62.979521) + (xy 113.619427 63.242235) (xy 113.717754 63.49058) (xy 113.862445 63.715097) (xy 114.04799 63.907234) (xy 114.1191 63.956657) + (xy 114.1191 71.755) (xy 114.126454 71.830003) (xy 114.133023 71.905086) (xy 114.13422 71.909208) (xy 114.134639 71.913476) + (xy 114.156409 71.985583) (xy 114.177448 72.057999) (xy 114.179424 72.061811) (xy 114.180663 72.065915) (xy 114.216029 72.132428) + (xy 114.250729 72.199371) (xy 114.253406 72.202725) (xy 114.25542 72.206512) (xy 114.303079 72.264949) (xy 114.350073 72.323816) + (xy 114.355955 72.329781) (xy 114.356061 72.329911) (xy 114.356181 72.33001) (xy 114.358072 72.331928) (xy 115.378243 73.3521) + (xy 111.462957 73.3521) (xy 109.161928 71.051072) (xy 109.103726 71.003264) (xy 109.045957 70.95479) (xy 109.042194 70.952721) + (xy 109.038881 70.95) (xy 108.9725 70.914407) (xy 108.906417 70.878077) (xy 108.902326 70.876779) (xy 108.898547 70.874753) + (xy 108.826527 70.852735) (xy 108.754635 70.829929) (xy 108.750368 70.82945) (xy 108.746268 70.828197) (xy 108.671299 70.820582) + (xy 108.596392 70.81218) (xy 108.588007 70.812121) (xy 108.587848 70.812105) (xy 108.5877 70.812119) (xy 108.585 70.8121) + (xy 103.328196 70.8121) (xy 103.295581 70.763011) (xy 103.107372 70.573483) (xy 102.885935 70.424122) (xy 102.639703 70.320616) + (xy 102.378057 70.266907) (xy 102.110961 70.265043) (xy 101.84859 70.315092) (xy 101.600938 70.415151) (xy 101.377436 70.561406) + (xy 101.186599 70.748287) (xy 101.035695 70.968677) (xy 100.930473 71.21418) (xy 100.874939 71.475445) (xy 100.87121 71.742521) + (xy 100.919427 72.005235) (xy 101.017754 72.25358) (xy 101.162445 72.478097) (xy 101.34799 72.670234) (xy 101.56732 72.822672) + (xy 101.812082 72.929606) (xy 102.072954 72.986963) (xy 102.339997 72.992556) (xy 102.603041 72.946175) (xy 102.852066 72.849584) + (xy 103.077588 72.706464) (xy 103.271016 72.522265) (xy 103.326296 72.4439) (xy 108.247044 72.4439) (xy 109.409243 73.6061) + (xy 103.328196 73.6061) (xy 103.295581 73.557011) (xy 103.107372 73.367483) (xy 102.885935 73.218122) (xy 102.639703 73.114616) + (xy 102.378057 73.060907) (xy 102.110961 73.059043) (xy 101.84859 73.109092) (xy 101.600938 73.209151) (xy 101.377436 73.355406) + (xy 101.186599 73.542287) (xy 101.035695 73.762677) (xy 100.930473 74.00818) (xy 100.874939 74.269445) (xy 100.87121 74.536521) + (xy 100.919427 74.799235) (xy 101.017754 75.04758) (xy 101.162445 75.272097) (xy 101.34799 75.464234) (xy 101.56732 75.616672) + (xy 101.812082 75.723606) (xy 102.072954 75.780963) (xy 102.339997 75.786556) (xy 102.603041 75.740175) (xy 102.852066 75.643584) + (xy 103.077588 75.500464) (xy 103.271016 75.316265) (xy 103.326296 75.2379) (xy 109.517044 75.2379) (xy 110.679243 76.4001) + (xy 103.328196 76.4001) (xy 103.295581 76.351011) (xy 103.107372 76.161483) (xy 102.885935 76.012122) (xy 102.639703 75.908616) + (xy 102.378057 75.854907) (xy 102.110961 75.853043) (xy 101.84859 75.903092) (xy 101.600938 76.003151) (xy 101.377436 76.149406) + (xy 101.186599 76.336287) (xy 101.035695 76.556677) (xy 100.930473 76.80218) (xy 100.874939 77.063445) (xy 100.87121 77.330521) + (xy 100.919427 77.593235) (xy 101.017754 77.84158) (xy 101.162445 78.066097) (xy 101.34799 78.258234) (xy 101.56732 78.410672) + (xy 101.812082 78.517606) (xy 101.956862 78.549438) (xy 101.84859 78.570092) (xy 101.600938 78.670151) (xy 101.377436 78.816406) + (xy 101.186599 79.003287) (xy 101.035695 79.223677) (xy 100.930473 79.46918) (xy 100.874939 79.730445) (xy 100.87121 79.997521) + (xy 100.919427 80.260235) (xy 101.017754 80.50858) (xy 101.162445 80.733097) (xy 101.34799 80.925234) (xy 101.56732 81.077672) + (xy 101.812082 81.184606) (xy 102.072954 81.241963) (xy 102.339997 81.247556) (xy 102.603041 81.201175) (xy 102.852066 81.104584) + (xy 103.077588 80.961464) (xy 103.271016 80.777265) (xy 103.326296 80.6989) (xy 103.505 80.6989) (xy 103.58142 80.691407) + (xy 103.657884 80.684448) (xy 103.660629 80.68364) (xy 103.663476 80.683361) (xy 103.736981 80.661168) (xy 103.810642 80.639489) + (xy 103.813177 80.638164) (xy 103.815915 80.637337) (xy 103.883665 80.601314) (xy 103.951757 80.565716) (xy 103.953989 80.563922) + (xy 103.956512 80.56258) (xy 104.016015 80.514051) (xy 104.075855 80.465938) (xy 104.077692 80.463749) (xy 104.079911 80.461939) + (xy 104.128863 80.402765) (xy 104.17821 80.343957) (xy 104.179589 80.341449) (xy 104.181412 80.339245) (xy 104.217912 80.271739) + (xy 104.254923 80.204417) (xy 104.255789 80.201688) (xy 104.257148 80.199174) (xy 104.259709 80.1909) (xy 104.710243 80.1909) + (xy 103.192717 81.708426) (xy 103.107372 81.622483) (xy 102.885935 81.473122) (xy 102.639703 81.369616) (xy 102.378057 81.315907) + (xy 102.110961 81.314043) (xy 101.84859 81.364092) (xy 101.600938 81.464151) (xy 101.377436 81.610406) (xy 101.186599 81.797287) + (xy 101.035695 82.017677) (xy 100.930473 82.26318) (xy 100.874939 82.524445) (xy 100.87121 82.791521) (xy 100.919427 83.054235) + (xy 101.017754 83.30258) (xy 101.162445 83.527097) (xy 101.34799 83.719234) (xy 101.56732 83.871672) (xy 101.812082 83.978606) + (xy 102.072954 84.035963) (xy 102.339997 84.041556) (xy 102.603041 83.995175) (xy 102.852066 83.898584) (xy 103.077588 83.755464) + (xy 103.271016 83.571265) (xy 103.326296 83.4929) (xy 103.505 83.4929) (xy 103.58142 83.485407) (xy 103.657884 83.478448) + (xy 103.660629 83.47764) (xy 103.663476 83.477361) (xy 103.736981 83.455168) (xy 103.810642 83.433489) (xy 103.813177 83.432164) + (xy 103.815915 83.431337) (xy 103.883665 83.395314) (xy 103.951757 83.359716) (xy 103.953989 83.357922) (xy 103.956512 83.35658) + (xy 104.016015 83.308051) (xy 104.075855 83.259938) (xy 104.077692 83.257749) (xy 104.079911 83.255939) (xy 104.128863 83.196765) + (xy 104.17821 83.137957) (xy 104.179589 83.135449) (xy 104.181412 83.133245) (xy 104.217912 83.065739) (xy 104.254923 82.998417) + (xy 104.255789 82.995688) (xy 104.257148 82.993174) (xy 104.275738 82.933118) (xy 105.747957 81.4609) (xy 106.615244 81.4609) + (xy 103.563072 84.513072) (xy 103.515264 84.571274) (xy 103.46679 84.629043) (xy 103.464721 84.632806) (xy 103.462 84.636119) + (xy 103.451822 84.6551) (xy 103.328196 84.6551) (xy 103.295581 84.606011) (xy 103.107372 84.416483) (xy 102.885935 84.267122) + (xy 102.639703 84.163616) (xy 102.378057 84.109907) (xy 102.110961 84.108043) (xy 101.84859 84.158092) (xy 101.600938 84.258151) + (xy 101.377436 84.404406) (xy 101.186599 84.591287) (xy 101.035695 84.811677) (xy 100.930473 85.05718) (xy 100.874939 85.318445) + (xy 100.87121 85.585521) (xy 100.919427 85.848235) (xy 101.017754 86.09658) (xy 101.162445 86.321097) (xy 101.34799 86.513234) + (xy 101.56732 86.665672) (xy 101.812082 86.772606) (xy 102.072954 86.829963) (xy 102.339997 86.835556) (xy 102.603041 86.789175) + (xy 102.852066 86.692584) (xy 103.077588 86.549464) (xy 103.271016 86.365265) (xy 103.326296 86.2869) (xy 104.14 86.2869) + (xy 104.21642 86.279407) (xy 104.292884 86.272448) (xy 104.295629 86.27164) (xy 104.298476 86.271361) (xy 104.371981 86.249168) + (xy 104.445642 86.227489) (xy 104.448177 86.226164) (xy 104.450915 86.225337) (xy 104.518665 86.189314) (xy 104.586757 86.153716) + (xy 104.588989 86.151922) (xy 104.591512 86.15058) (xy 104.651015 86.102051) (xy 104.710855 86.053938) (xy 104.712692 86.051749) + (xy 104.714911 86.049939) (xy 104.763863 85.990765) (xy 104.81321 85.931957) (xy 104.814589 85.929449) (xy 104.816412 85.927245) + (xy 104.852912 85.859739) (xy 104.889923 85.792417) (xy 104.890789 85.789688) (xy 104.892148 85.787174) (xy 104.914824 85.713919) + (xy 104.938071 85.640635) (xy 104.93839 85.637788) (xy 104.939235 85.635059) (xy 104.947257 85.558733) (xy 104.95582 85.482392) + (xy 104.955859 85.4769) (xy 104.95588 85.476696) (xy 104.955861 85.476492) (xy 104.9559 85.471) (xy 104.9559 85.427956) + (xy 107.652956 82.7309) (xy 108.520244 82.7309) (xy 103.802044 87.4491) (xy 103.328196 87.4491) (xy 103.295581 87.400011) + (xy 103.107372 87.210483) (xy 102.885935 87.061122) (xy 102.639703 86.957616) (xy 102.378057 86.903907) (xy 102.110961 86.902043) + (xy 101.84859 86.952092) (xy 101.600938 87.052151) (xy 101.377436 87.198406) (xy 101.186599 87.385287) (xy 101.035695 87.605677) + (xy 100.930473 87.85118) (xy 100.874939 88.112445) (xy 100.87121 88.379521) (xy 100.919427 88.642235) (xy 101.017754 88.89058) + (xy 101.162445 89.115097) (xy 101.34799 89.307234) (xy 101.56732 89.459672) (xy 101.812082 89.566606) (xy 101.956862 89.598438) + (xy 101.84859 89.619092) (xy 101.600938 89.719151) (xy 101.377436 89.865406) (xy 101.186599 90.052287) (xy 101.035695 90.272677) + (xy 100.930473 90.51818) (xy 100.874939 90.779445) (xy 100.87121 91.046521) (xy 100.919427 91.309235) (xy 101.017754 91.55758) + (xy 101.162445 91.782097) (xy 101.34799 91.974234) (xy 101.56732 92.126672) (xy 101.812082 92.233606) (xy 102.072954 92.290963) + (xy 102.339997 92.296556) (xy 102.603041 92.250175) (xy 102.852066 92.153584) (xy 103.077588 92.010464) (xy 103.271016 91.826265) + (xy 103.326296 91.7479) (xy 104.775 91.7479) (xy 104.85142 91.740407) (xy 104.927884 91.733448) (xy 104.930629 91.73264) + (xy 104.933476 91.732361) (xy 105.006981 91.710168) (xy 105.080642 91.688489) (xy 105.083177 91.687164) (xy 105.085915 91.686337) + (xy 105.153665 91.650314) (xy 105.221757 91.614716) (xy 105.223989 91.612922) (xy 105.226512 91.61158) (xy 105.286015 91.563051) + (xy 105.345855 91.514938) (xy 105.347692 91.512749) (xy 105.349911 91.510939) (xy 105.398863 91.451765) (xy 105.44821 91.392957) + (xy 105.449589 91.390449) (xy 105.451412 91.388245) (xy 105.487912 91.320739) (xy 105.524923 91.253417) (xy 105.525789 91.250688) + (xy 105.527148 91.248174) (xy 105.545738 91.188118) (xy 107.256929 89.476928) (xy 107.304761 89.418696) (xy 107.35321 89.360957) + (xy 107.355279 89.357194) (xy 107.358 89.353881) (xy 107.393593 89.2875) (xy 107.429923 89.221417) (xy 107.431221 89.217326) + (xy 107.433247 89.213547) (xy 107.455265 89.141527) (xy 107.478071 89.069635) (xy 107.47855 89.065368) (xy 107.479803 89.061268) + (xy 107.487418 88.986299) (xy 107.49582 88.911392) (xy 107.495879 88.903007) (xy 107.495895 88.902848) (xy 107.495881 88.9027) + (xy 107.4959 88.9) (xy 107.4959 87.967956) (xy 108.803856 86.66) (xy 109.6614 86.66) (xy 109.6614 87.282695) + (xy 109.684458 87.398613) (xy 109.729687 87.507806) (xy 109.795349 87.606078) (xy 109.878922 87.68965) (xy 109.977193 87.755313) + (xy 110.086386 87.800542) (xy 110.153897 87.813971) (xy 110.026586 87.932721) (xy 109.858985 88.165597) (xy 109.740036 88.426696) + (xy 109.710497 88.524095) (xy 109.819992 88.75) (xy 110.975 88.75) (xy 110.975 86.51) (xy 109.8114 86.51) + (xy 109.6614 86.66) (xy 108.803856 86.66) (xy 109.6614 85.802456) (xy 109.6614 86.06) (xy 109.8114 86.21) + (xy 110.975 86.21) (xy 110.975 86.19) (xy 111.275 86.19) (xy 111.275 86.21) (xy 111.295 86.21) + (xy 111.295 86.51) (xy 111.275 86.51) (xy 111.275 88.75) (xy 111.295 88.75) (xy 111.295 89.05) + (xy 111.275 89.05) (xy 111.275 89.07) (xy 110.975 89.07) (xy 110.975 89.05) (xy 109.819992 89.05) + (xy 109.710497 89.275905) (xy 109.740036 89.373304) (xy 109.858985 89.634403) (xy 110.026586 89.867279) (xy 110.15719 89.9891) + (xy 109.22 89.9891) (xy 109.144997 89.996454) (xy 109.069914 90.003023) (xy 109.065792 90.00422) (xy 109.061524 90.004639) + (xy 108.98943 90.026405) (xy 108.917 90.047448) (xy 108.913187 90.049425) (xy 108.909085 90.050663) (xy 108.842611 90.086008) + (xy 108.775628 90.120729) (xy 108.772272 90.123408) (xy 108.768488 90.12542) (xy 108.710098 90.173042) (xy 108.651183 90.220073) + (xy 108.645213 90.22596) (xy 108.645089 90.226061) (xy 108.644994 90.226176) (xy 108.643071 90.228072) (xy 107.612044 91.2591) + (xy 107.061 91.2591) (xy 106.985993 91.266455) (xy 106.910915 91.273023) (xy 106.906794 91.27422) (xy 106.902524 91.274639) + (xy 106.830405 91.296413) (xy 106.758001 91.317448) (xy 106.754189 91.319424) (xy 106.750085 91.320663) (xy 106.683612 91.356008) + (xy 106.616629 91.390728) (xy 106.613272 91.393408) (xy 106.609488 91.39542) (xy 106.551109 91.443032) (xy 106.492184 91.490072) + (xy 106.486213 91.49596) (xy 106.486089 91.496061) (xy 106.485994 91.496175) (xy 106.484072 91.498071) (xy 105.072044 92.9101) + (xy 103.328196 92.9101) (xy 103.295581 92.861011) (xy 103.107372 92.671483) (xy 102.885935 92.522122) (xy 102.639703 92.418616) + (xy 102.378057 92.364907) (xy 102.110961 92.363043) (xy 101.84859 92.413092) (xy 101.600938 92.513151) (xy 101.377436 92.659406) + (xy 101.186599 92.846287) (xy 101.035695 93.066677) (xy 100.930473 93.31218) (xy 100.874939 93.573445) (xy 100.87121 93.840521) + (xy 100.919427 94.103235) (xy 101.000143 94.3071) (xy 100.788196 94.3071) (xy 100.755581 94.258011) (xy 100.567372 94.068483) + (xy 100.345935 93.919122) (xy 100.099703 93.815616) (xy 99.838057 93.761907) (xy 99.570961 93.760043) (xy 99.30859 93.810092) + (xy 99.060938 93.910151) (xy 98.837436 94.056406) (xy 98.646599 94.243287) (xy 98.495695 94.463677) (xy 98.390473 94.70918) + (xy 98.334939 94.970445) (xy 98.33121 95.237521) (xy 98.379427 95.500235) (xy 98.477754 95.74858) (xy 98.622445 95.973097) + (xy 98.80799 96.165234) (xy 99.02732 96.317672) (xy 99.272082 96.424606) (xy 99.532954 96.481963) (xy 99.799997 96.487556) + (xy 100.063041 96.441175) (xy 100.312066 96.344584) (xy 100.537588 96.201464) (xy 100.731016 96.017265) (xy 100.786296 95.9389) + (xy 101.002169 95.9389) (xy 100.930473 96.10618) (xy 100.874939 96.367445) (xy 100.87121 96.634521) (xy 100.919427 96.897235) + (xy 101.017754 97.14558) (xy 101.070934 97.2281) (xy 100.905212 97.2281) (xy 100.903393 97.223686) (xy 100.755581 97.001211) + (xy 100.567372 96.811683) (xy 100.345935 96.662322) (xy 100.099703 96.558816) (xy 99.838057 96.505107) (xy 99.570961 96.503243) + (xy 99.30859 96.553292) (xy 99.060938 96.653351) (xy 98.837436 96.799606) (xy 98.646599 96.986487) (xy 98.495695 97.206877) + (xy 98.390473 97.45238) (xy 98.334939 97.713645) (xy 98.33121 97.980721) (xy 98.379427 98.243435) (xy 98.477754 98.49178) + (xy 98.622445 98.716297) (xy 98.80799 98.908434) (xy 99.02732 99.060872) (xy 99.272082 99.167806) (xy 99.532954 99.225163) + (xy 99.799997 99.230756) (xy 100.063041 99.184375) (xy 100.312066 99.087784) (xy 100.537588 98.944664) (xy 100.626599 98.8599) + (xy 100.947737 98.8599) (xy 100.930473 98.90018) (xy 100.874939 99.161445) (xy 100.87121 99.428521) (xy 100.919427 99.691235) + (xy 100.98003 99.8443) (xy 100.788196 99.8443) (xy 100.755581 99.795211) (xy 100.567372 99.605683) (xy 100.345935 99.456322) + (xy 100.099703 99.352816) (xy 99.838057 99.299107) (xy 99.570961 99.297243) (xy 99.30859 99.347292) (xy 99.060938 99.447351) + (xy 98.837436 99.593606) (xy 98.646599 99.780487) (xy 98.495695 100.000877) (xy 98.390473 100.24638) (xy 98.334939 100.507645) + (xy 98.33121 100.774721) (xy 98.379427 101.037435) (xy 98.477754 101.28578) (xy 98.622445 101.510297) (xy 98.80799 101.702434) + (xy 99.02732 101.854872) (xy 99.201013 101.930757) (xy 99.060938 101.987351) (xy 98.837436 102.133606) (xy 98.646599 102.320487) + (xy 98.495695 102.540877) (xy 98.390473 102.78638) (xy 98.334939 103.047645) (xy 98.33121 103.314721) (xy 98.379427 103.577435) + (xy 98.477754 103.82578) (xy 98.622445 104.050297) (xy 98.80799 104.242434) (xy 99.02732 104.394872) (xy 99.272082 104.501806) + (xy 99.532954 104.559163) (xy 99.799997 104.564756) (xy 100.063041 104.518375) (xy 100.312066 104.421784) (xy 100.537588 104.278664) + (xy 100.592189 104.226669) (xy 100.643583 104.254923) (xy 100.646312 104.255789) (xy 100.648826 104.257148) (xy 100.722081 104.279824) + (xy 100.795365 104.303071) (xy 100.798212 104.30339) (xy 100.800941 104.304235) (xy 100.870097 104.311504) (xy 100.870097 105.537) + (xy 100.877716 105.632548) (xy 100.927903 105.794607) (xy 101.021252 105.936269) (xy 101.15037 106.046315) (xy 101.305035 106.116034) + (xy 101.473 106.139903) (xy 102.997 106.139903) (xy 103.092548 106.132284) (xy 103.254607 106.082097) (xy 103.396269 105.988748) + (xy 103.506315 105.85963) (xy 103.576034 105.704965) (xy 103.592243 105.5909) (xy 117.475 105.5909) (xy 117.550003 105.583546) + (xy 117.625086 105.576977) (xy 117.629208 105.57578) (xy 117.633476 105.575361) (xy 117.705583 105.553591) (xy 117.777999 105.532552) + (xy 117.781811 105.530576) (xy 117.785915 105.529337) (xy 117.852428 105.493971) (xy 117.919371 105.459271) (xy 117.922725 105.456594) + (xy 117.926512 105.45458) (xy 117.984949 105.406921) (xy 118.043816 105.359927) (xy 118.049781 105.354045) (xy 118.049911 105.353939) + (xy 118.05001 105.353819) (xy 118.051928 105.351928) (xy 121.257557 102.146299) (xy 121.254793 102.344181) (xy 121.300762 102.594647) + (xy 121.394505 102.831414) (xy 121.53245 103.045463) (xy 121.709344 103.228642) (xy 121.7391 103.249323) (xy 121.7391 105.707043) + (xy 120.947044 106.4991) (xy 116.84 106.4991) (xy 116.764993 106.506455) (xy 116.689915 106.513023) (xy 116.685794 106.51422) + (xy 116.681524 106.514639) (xy 116.609405 106.536413) (xy 116.537001 106.557448) (xy 116.533189 106.559424) (xy 116.529085 106.560663) + (xy 116.462612 106.596008) (xy 116.395629 106.630728) (xy 116.392272 106.633408) (xy 116.388488 106.63542) (xy 116.330079 106.683057) + (xy 116.271184 106.730073) (xy 116.265214 106.735959) (xy 116.265089 106.736061) (xy 116.264993 106.736177) (xy 116.263072 106.738071) + (xy 115.628072 107.373072) (xy 115.580264 107.431274) (xy 115.53179 107.489043) (xy 115.529721 107.492806) (xy 115.527 107.496119) + (xy 115.491407 107.5625) (xy 115.455077 107.628583) (xy 115.453779 107.632674) (xy 115.451753 107.636453) (xy 115.429735 107.708473) + (xy 115.406929 107.780365) (xy 115.40645 107.784632) (xy 115.405197 107.788732) (xy 115.397582 107.863701) (xy 115.38918 107.938608) + (xy 115.389121 107.946993) (xy 115.389105 107.947152) (xy 115.389119 107.9473) (xy 115.3891 107.95) (xy 115.3891 116.84) + (xy 115.396454 116.915003) (xy 115.403023 116.990086) (xy 115.40422 116.994208) (xy 115.404639 116.998476) (xy 115.426409 117.070583) + (xy 115.447448 117.142999) (xy 115.449424 117.146811) (xy 115.450663 117.150915) (xy 115.486029 117.217428) (xy 115.520729 117.284371) + (xy 115.523406 117.287725) (xy 115.52542 117.291512) (xy 115.573079 117.349949) (xy 115.620073 117.408816) (xy 115.625955 117.414781) + (xy 115.626061 117.414911) (xy 115.626181 117.41501) (xy 115.628072 117.416928) (xy 116.263072 118.051929) (xy 116.321304 118.099761) + (xy 116.379043 118.14821) (xy 116.382806 118.150279) (xy 116.386119 118.153) (xy 116.452481 118.188583) (xy 116.518583 118.224923) + (xy 116.522677 118.226222) (xy 116.526454 118.228247) (xy 116.598459 118.250261) (xy 116.670365 118.273071) (xy 116.674632 118.27355) + (xy 116.678732 118.274803) (xy 116.753701 118.282418) (xy 116.828608 118.29082) (xy 116.836993 118.290879) (xy 116.837152 118.290895) + (xy 116.8373 118.290881) (xy 116.84 118.2909) (xy 120.65 118.2909) (xy 120.725003 118.283546) (xy 120.800086 118.276977) + (xy 120.804208 118.27578) (xy 120.808476 118.275361) (xy 120.880583 118.253591) (xy 120.952999 118.232552) (xy 120.956811 118.230576) + (xy 120.960915 118.229337) (xy 121.027428 118.193971) (xy 121.094371 118.159271) (xy 121.097725 118.156594) (xy 121.101512 118.15458) + (xy 121.159949 118.106921) (xy 121.218816 118.059927) (xy 121.224781 118.054045) (xy 121.224911 118.053939) (xy 121.22501 118.053819) + (xy 121.226928 118.051928) (xy 121.861929 117.416928) (xy 121.909761 117.358696) (xy 121.95821 117.300957) (xy 121.960279 117.297194) + (xy 121.963 117.293881) (xy 121.998583 117.227519) (xy 122.034923 117.161417) (xy 122.036222 117.157323) (xy 122.038247 117.153546) + (xy 122.060261 117.081541) (xy 122.083071 117.009635) (xy 122.08355 117.005368) (xy 122.084803 117.001268) (xy 122.092418 116.926299) + (xy 122.10082 116.851392) (xy 122.100879 116.843007) (xy 122.100895 116.842848) (xy 122.100881 116.8427) (xy 122.1009 116.84) + (xy 122.1009 116.542956) (xy 122.455045 116.188811) (xy 122.434697 116.332) (xy 122.434697 118.618) (xy 122.442316 118.713548) + (xy 122.492503 118.875607) (xy 122.585852 119.017269) (xy 122.71497 119.127315) (xy 122.869635 119.197034) (xy 123.0091 119.216853) + (xy 123.0091 120.4691) (xy 122.530679 120.4691) (xy 122.444476 120.339355) (xy 122.238717 120.132154) (xy 121.996631 119.968865) + (xy 121.72744 119.855708) (xy 121.441396 119.796991) (xy 121.149395 119.794953) (xy 120.862559 119.84967) (xy 120.591814 119.959058) + (xy 120.347472 120.118951) (xy 120.13884 120.323258) (xy 120.038981 120.4691) (xy 119.38 120.4691) (xy 119.304993 120.476455) + (xy 119.229915 120.483023) (xy 119.225794 120.48422) (xy 119.221524 120.484639) (xy 119.149405 120.506413) (xy 119.077001 120.527448) + (xy 119.073189 120.529424) (xy 119.069085 120.530663) (xy 119.002612 120.566008) (xy 118.935629 120.600728) (xy 118.932272 120.603408) + (xy 118.928488 120.60542) (xy 118.870079 120.653057) (xy 118.811184 120.700073) (xy 118.805214 120.705959) (xy 118.805089 120.706061) + (xy 118.804993 120.706177) (xy 118.803072 120.708071) (xy 118.168072 121.343072) (xy 118.120264 121.401274) (xy 118.07179 121.459043) + (xy 118.069721 121.462806) (xy 118.067 121.466119) (xy 118.031407 121.5325) (xy 117.995077 121.598583) (xy 117.993779 121.602674) + (xy 117.991753 121.606453) (xy 117.969735 121.678473) (xy 117.946929 121.750365) (xy 117.94645 121.754632) (xy 117.945197 121.758732) + (xy 117.937582 121.833701) (xy 117.92918 121.908608) (xy 117.929121 121.916993) (xy 117.929105 121.917152) (xy 117.929119 121.9173) + (xy 117.9291 121.92) (xy 117.9291 127.635) (xy 117.936454 127.710003) (xy 117.943023 127.785086) (xy 117.94422 127.789208) + (xy 117.944639 127.793476) (xy 117.966409 127.865583) (xy 117.987448 127.937999) (xy 117.989424 127.941811) (xy 117.990663 127.945915) + (xy 118.026029 128.012428) (xy 118.060729 128.079371) (xy 118.063406 128.082725) (xy 118.06542 128.086512) (xy 118.113079 128.144949) + (xy 118.160073 128.203816) (xy 118.165955 128.209781) (xy 118.166061 128.209911) (xy 118.166181 128.21001) (xy 118.168072 128.211928) + (xy 119.438071 129.481928) (xy 119.496299 129.529757) (xy 119.554043 129.57821) (xy 119.557806 129.580279) (xy 119.561119 129.583) + (xy 119.6275 129.618593) (xy 119.693583 129.654923) (xy 119.697674 129.656221) (xy 119.701453 129.658247) (xy 119.773485 129.680269) + (xy 119.845365 129.703071) (xy 119.849631 129.703549) (xy 119.853731 129.704803) (xy 119.928706 129.712419) (xy 120.003608 129.72082) + (xy 120.011993 129.720879) (xy 120.012152 129.720895) (xy 120.0123 129.720881) (xy 120.015 129.7209) (xy 132.715 129.7209) + (xy 132.790003 129.713546) (xy 132.865086 129.706977) (xy 132.869208 129.70578) (xy 132.873476 129.705361) (xy 132.945583 129.683591) + (xy 133.017999 129.662552) (xy 133.021811 129.660576) (xy 133.025915 129.659337) (xy 133.092428 129.623971) (xy 133.159371 129.589271) + (xy 133.162725 129.586594) (xy 133.166512 129.58458) (xy 133.224949 129.536921) (xy 133.283816 129.489927) (xy 133.289781 129.484045) + (xy 133.289911 129.483939) (xy 133.29001 129.483819) (xy 133.291928 129.481928) (xy 135.057655 127.716202) (xy 135.092954 127.723963) + (xy 135.359997 127.729556) (xy 135.623041 127.683175) (xy 135.872066 127.586584) (xy 136.097588 127.443464) (xy 136.291016 127.259265) + (xy 136.444982 127.041004) (xy 136.553622 126.796994) (xy 136.612798 126.53653) (xy 136.617058 126.231449) (xy 136.565178 125.969434) + (xy 136.463393 125.722486) (xy 136.315581 125.500011) (xy 136.127372 125.310483) (xy 135.905935 125.161122) (xy 135.659703 125.057616) + (xy 135.398057 125.003907) (xy 135.130961 125.002043) (xy 134.86859 125.052092) (xy 134.620938 125.152151) (xy 134.397436 125.298406) + (xy 134.206599 125.485287) (xy 134.055695 125.705677) (xy 133.950473 125.95118) (xy 133.894939 126.212445) (xy 133.89121 126.479521) + (xy 133.906006 126.560137) (xy 132.377044 128.0891) (xy 120.352957 128.0891) (xy 119.5609 127.297044) (xy 119.5609 122.257956) + (xy 119.717957 122.1009) (xy 120.039311 122.1009) (xy 120.112434 122.214364) (xy 120.31528 122.424417) (xy 120.555062 122.59107) + (xy 120.822647 122.707976) (xy 121.107843 122.77068) (xy 121.399787 122.776795) (xy 121.687359 122.726089) (xy 121.959605 122.620491) + (xy 122.206156 122.464026) (xy 122.41762 122.262651) (xy 122.531723 122.1009) (xy 127.573365 122.1009) (xy 127.579716 122.180548) + (xy 127.629903 122.342607) (xy 127.723252 122.484269) (xy 127.85237 122.594315) (xy 128.007035 122.664034) (xy 128.175 122.687903) + (xy 129.175 122.687903) (xy 129.270548 122.680284) (xy 129.3591 122.652861) (xy 129.3591 123.487043) (xy 128.328072 124.518072) + (xy 128.280264 124.576274) (xy 128.23179 124.634043) (xy 128.229721 124.637806) (xy 128.227 124.641119) (xy 128.191407 124.7075) + (xy 128.155077 124.773583) (xy 128.153779 124.777674) (xy 128.151753 124.781453) (xy 128.129735 124.853473) (xy 128.106929 124.925365) + (xy 128.10645 124.929632) (xy 128.105197 124.933732) (xy 128.101722 124.96794) (xy 128.079452 124.969716) (xy 127.917393 125.019903) + (xy 127.775731 125.113252) (xy 127.665685 125.24237) (xy 127.595966 125.397035) (xy 127.574357 125.5491) (xy 126.188196 125.5491) + (xy 126.155581 125.500011) (xy 125.967372 125.310483) (xy 125.745935 125.161122) (xy 125.499703 125.057616) (xy 125.238057 125.003907) + (xy 124.970961 125.002043) (xy 124.70859 125.052092) (xy 124.460938 125.152151) (xy 124.237436 125.298406) (xy 124.046599 125.485287) + (xy 124.002905 125.5491) (xy 122.530679 125.5491) (xy 122.444476 125.419355) (xy 122.238717 125.212154) (xy 121.996631 125.048865) + (xy 121.72744 124.935708) (xy 121.441396 124.876991) (xy 121.149395 124.874953) (xy 120.862559 124.92967) (xy 120.591814 125.039058) + (xy 120.347472 125.198951) (xy 120.13884 125.403258) (xy 119.973866 125.644198) (xy 119.858831 125.912593) (xy 119.798119 126.19822) + (xy 119.794042 126.490199) (xy 119.846755 126.77741) (xy 119.954251 127.048912) (xy 120.112434 127.294364) (xy 120.31528 127.504417) + (xy 120.555062 127.67107) (xy 120.822647 127.787976) (xy 121.107843 127.85068) (xy 121.399787 127.856795) (xy 121.687359 127.806089) + (xy 121.959605 127.700491) (xy 122.206156 127.544026) (xy 122.41762 127.342651) (xy 122.531723 127.1809) (xy 124.000407 127.1809) + (xy 124.022445 127.215097) (xy 124.20799 127.407234) (xy 124.42732 127.559672) (xy 124.672082 127.666606) (xy 124.932954 127.723963) + (xy 125.199997 127.729556) (xy 125.463041 127.683175) (xy 125.712066 127.586584) (xy 125.937588 127.443464) (xy 126.131016 127.259265) + (xy 126.186296 127.1809) (xy 127.573365 127.1809) (xy 127.579716 127.260548) (xy 127.629903 127.422607) (xy 127.723252 127.564269) + (xy 127.85237 127.674315) (xy 128.007035 127.744034) (xy 128.175 127.767903) (xy 129.175 127.767903) (xy 129.270548 127.760284) + (xy 129.432607 127.710097) (xy 129.574269 127.616748) (xy 129.684315 127.48763) (xy 129.754034 127.332965) (xy 129.777903 127.165) + (xy 129.777903 126.665) (xy 130.575 126.665) (xy 130.575 127.224095) (xy 130.598058 127.340013) (xy 130.643287 127.449206) + (xy 130.708949 127.547478) (xy 130.792522 127.63105) (xy 130.890793 127.696713) (xy 130.999986 127.741942) (xy 131.115905 127.765) + (xy 131.375 127.765) (xy 131.525 127.615) (xy 131.525 126.515) (xy 131.825 126.515) (xy 131.825 127.615) + (xy 131.975 127.765) (xy 132.234095 127.765) (xy 132.350014 127.741942) (xy 132.459207 127.696713) (xy 132.557478 127.63105) + (xy 132.641051 127.547478) (xy 132.706713 127.449206) (xy 132.751942 127.340013) (xy 132.775 127.224095) (xy 132.775 126.665) + (xy 132.625 126.515) (xy 131.825 126.515) (xy 131.525 126.515) (xy 130.725 126.515) (xy 130.575 126.665) + (xy 129.777903 126.665) (xy 129.777903 125.565) (xy 129.773191 125.505905) (xy 130.575 125.505905) (xy 130.575 126.065) + (xy 130.725 126.215) (xy 131.525 126.215) (xy 131.525 125.115) (xy 131.825 125.115) (xy 131.825 126.215) + (xy 132.625 126.215) (xy 132.775 126.065) (xy 132.775 125.505905) (xy 132.751942 125.389987) (xy 132.706713 125.280794) + (xy 132.641051 125.182522) (xy 132.557478 125.09895) (xy 132.459207 125.033287) (xy 132.350014 124.988058) (xy 132.234095 124.965) + (xy 131.975 124.965) (xy 131.825 125.115) (xy 131.525 125.115) (xy 131.375 124.965) (xy 131.115905 124.965) + (xy 130.999986 124.988058) (xy 130.890793 125.033287) (xy 130.792522 125.09895) (xy 130.708949 125.182522) (xy 130.643287 125.280794) + (xy 130.598058 125.389987) (xy 130.575 125.505905) (xy 129.773191 125.505905) (xy 129.770284 125.469452) (xy 129.749977 125.403879) + (xy 130.751928 124.401929) (xy 130.799757 124.343701) (xy 130.84821 124.285957) (xy 130.850279 124.282194) (xy 130.853 124.278881) + (xy 130.888593 124.2125) (xy 130.924923 124.146417) (xy 130.926221 124.142326) (xy 130.928247 124.138547) (xy 130.950269 124.066515) + (xy 130.973071 123.994635) (xy 130.973549 123.990369) (xy 130.974803 123.986269) (xy 130.982419 123.911294) (xy 130.99082 123.836392) + (xy 130.990879 123.828007) (xy 130.990895 123.827848) (xy 130.990881 123.8277) (xy 130.9909 123.825) (xy 130.9909 122.658178) + (xy 130.999986 122.661942) (xy 131.115905 122.685) (xy 131.375 122.685) (xy 131.525 122.535) (xy 131.525 121.435) + (xy 131.825 121.435) (xy 131.825 122.535) (xy 131.975 122.685) (xy 132.234095 122.685) (xy 132.350014 122.661942) + (xy 132.459207 122.616713) (xy 132.557478 122.55105) (xy 132.641051 122.467478) (xy 132.706713 122.369206) (xy 132.751942 122.260013) + (xy 132.775 122.144095) (xy 132.775 121.585) (xy 132.625 121.435) (xy 131.825 121.435) (xy 131.525 121.435) + (xy 131.505 121.435) (xy 131.505 121.135) (xy 131.525 121.135) (xy 131.525 120.035) (xy 131.825 120.035) + (xy 131.825 121.135) (xy 132.625 121.135) (xy 132.775 120.985) (xy 132.775 120.425905) (xy 132.751942 120.309987) + (xy 132.706713 120.200794) (xy 132.641051 120.102522) (xy 132.557478 120.01895) (xy 132.459207 119.953287) (xy 132.350014 119.908058) + (xy 132.234095 119.885) (xy 131.975 119.885) (xy 131.825 120.035) (xy 131.525 120.035) (xy 131.375 119.885) + (xy 131.115905 119.885) (xy 130.999986 119.908058) (xy 130.9909 119.911822) (xy 130.9909 119.143887) (xy 131.166024 119.198097) + (xy 131.435314 119.2264) (xy 131.704973 119.201859) (xy 131.964729 119.125409) (xy 132.204689 118.999961) (xy 132.415713 118.830293) + (xy 132.589762 118.622869) (xy 132.715519 118.394119) (xy 132.760612 118.500117) (xy 132.914755 118.726119) (xy 133.110027 118.917706) + (xy 133.338923 119.067516) (xy 133.621082 119.169421) (xy 133.835 119.058875) (xy 133.835 117.625) (xy 133.815 117.625) + (xy 133.815 117.325) (xy 133.835 117.325) (xy 133.835 115.891125) (xy 134.135 115.891125) (xy 134.135 117.325) + (xy 134.155 117.325) (xy 134.155 117.625) (xy 134.135 117.625) (xy 134.135 119.058875) (xy 134.348918 119.169421) + (xy 134.631077 119.067516) (xy 134.859973 118.917706) (xy 135.055245 118.726119) (xy 135.209388 118.500117) (xy 135.255297 118.392202) + (xy 135.369405 118.606809) (xy 135.540542 118.816644) (xy 135.749176 118.989241) (xy 135.987361 119.118027) (xy 136.246024 119.198097) + (xy 136.515314 119.2264) (xy 136.784973 119.201859) (xy 137.044729 119.125409) (xy 137.284689 118.999961) (xy 137.495713 118.830293) + (xy 137.669762 118.622869) (xy 137.795519 118.394119) (xy 137.840612 118.500117) (xy 137.994755 118.726119) (xy 138.190027 118.917706) + (xy 138.418923 119.067516) (xy 138.701082 119.169421) (xy 138.915 119.058875) (xy 138.915 117.625) (xy 139.215 117.625) + (xy 139.215 119.058875) (xy 139.428918 119.169421) (xy 139.711077 119.067516) (xy 139.939973 118.917706) (xy 140.135245 118.726119) + (xy 140.289388 118.500117) (xy 140.396478 118.248386) (xy 140.4524 117.9806) (xy 140.4524 117.625) (xy 139.215 117.625) + (xy 138.915 117.625) (xy 138.895 117.625) (xy 138.895 117.325) (xy 138.915 117.325) (xy 138.915 115.891125) + (xy 139.215 115.891125) (xy 139.215 117.325) (xy 140.4524 117.325) (xy 140.4524 116.9694) (xy 140.396478 116.701614) + (xy 140.289388 116.449883) (xy 140.135245 116.223881) (xy 139.939973 116.032294) (xy 139.711077 115.882484) (xy 139.428918 115.780579) + (xy 139.215 115.891125) (xy 138.915 115.891125) (xy 138.701082 115.780579) (xy 138.418923 115.882484) (xy 138.190027 116.032294) + (xy 137.994755 116.223881) (xy 137.840612 116.449883) (xy 137.794703 116.557798) (xy 137.680595 116.343191) (xy 137.509458 116.133356) + (xy 137.300824 115.960759) (xy 137.062639 115.831973) (xy 136.803976 115.751903) (xy 136.534686 115.7236) (xy 136.265027 115.748141) + (xy 136.005271 115.824591) (xy 135.765311 115.950039) (xy 135.554287 116.119707) (xy 135.380238 116.327131) (xy 135.254481 116.555881) + (xy 135.209388 116.449883) (xy 135.055245 116.223881) (xy 134.859973 116.032294) (xy 134.631077 115.882484) (xy 134.348918 115.780579) + (xy 134.135 115.891125) (xy 133.835 115.891125) (xy 133.621082 115.780579) (xy 133.338923 115.882484) (xy 133.110027 116.032294) + (xy 132.914755 116.223881) (xy 132.760612 116.449883) (xy 132.714703 116.557798) (xy 132.600595 116.343191) (xy 132.429458 116.133356) + (xy 132.2609 115.993913) (xy 132.2609 115.57) (xy 132.253545 115.494993) (xy 132.246977 115.419915) (xy 132.24578 115.415794) + (xy 132.245361 115.411524) (xy 132.223587 115.339405) (xy 132.202552 115.267001) (xy 132.200576 115.263189) (xy 132.199337 115.259085) + (xy 132.163992 115.192612) (xy 132.129272 115.125629) (xy 132.126592 115.122272) (xy 132.12458 115.118488) (xy 132.076943 115.060079) + (xy 132.029927 115.001184) (xy 132.024041 114.995214) (xy 132.023939 114.995089) (xy 132.023823 114.994993) (xy 132.021929 114.993072) + (xy 131.386928 114.358072) (xy 131.328726 114.310264) (xy 131.270957 114.26179) (xy 131.267194 114.259721) (xy 131.263881 114.257) + (xy 131.1975 114.221407) (xy 131.131417 114.185077) (xy 131.127326 114.183779) (xy 131.123547 114.181753) (xy 131.051527 114.159735) + (xy 130.979635 114.136929) (xy 130.975368 114.13645) (xy 130.971268 114.135197) (xy 130.896299 114.127582) (xy 130.821392 114.11918) + (xy 130.813007 114.119121) (xy 130.812848 114.119105) (xy 130.8127 114.119119) (xy 130.81 114.1191) (xy 122.555 114.1191) + (xy 122.479997 114.126454) (xy 122.404914 114.133023) (xy 122.400792 114.13422) (xy 122.396524 114.134639) (xy 122.32443 114.156405) + (xy 122.252 114.177448) (xy 122.248187 114.179425) (xy 122.244085 114.180663) (xy 122.177611 114.216008) (xy 122.110628 114.250729) + (xy 122.107272 114.253408) (xy 122.103488 114.25542) (xy 122.045098 114.303042) (xy 121.986183 114.350073) (xy 121.980213 114.35596) + (xy 121.980089 114.356061) (xy 121.979994 114.356176) (xy 121.978071 114.358072) (xy 120.708072 115.628072) (xy 120.660264 115.686274) + (xy 120.61179 115.744043) (xy 120.609721 115.747806) (xy 120.607 115.751119) (xy 120.571407 115.8175) (xy 120.535077 115.883583) + (xy 120.533779 115.887674) (xy 120.531753 115.891453) (xy 120.509735 115.963473) (xy 120.486929 116.035365) (xy 120.48645 116.039632) + (xy 120.485197 116.043732) (xy 120.477582 116.118701) (xy 120.46918 116.193608) (xy 120.469121 116.201993) (xy 120.469105 116.202152) + (xy 120.469119 116.2023) (xy 120.4691 116.205) (xy 120.4691 116.502043) (xy 120.312044 116.6591) (xy 117.177957 116.6591) + (xy 117.0209 116.502044) (xy 117.0209 115.465) (xy 117.345 115.465) (xy 117.345 115.724095) (xy 117.368058 115.840014) + (xy 117.413287 115.949207) (xy 117.47895 116.047478) (xy 117.562522 116.131051) (xy 117.660794 116.196713) (xy 117.769987 116.241942) + (xy 117.885905 116.265) (xy 118.445 116.265) (xy 118.595 116.115) (xy 118.595 115.315) (xy 118.895 115.315) + (xy 118.895 116.115) (xy 119.045 116.265) (xy 119.604095 116.265) (xy 119.720013 116.241942) (xy 119.829206 116.196713) + (xy 119.927478 116.131051) (xy 120.01105 116.047478) (xy 120.076713 115.949207) (xy 120.121942 115.840014) (xy 120.145 115.724095) + (xy 120.145 115.465) (xy 119.995 115.315) (xy 118.895 115.315) (xy 118.595 115.315) (xy 117.495 115.315) + (xy 117.345 115.465) (xy 117.0209 115.465) (xy 117.0209 114.605905) (xy 117.345 114.605905) (xy 117.345 114.865) + (xy 117.495 115.015) (xy 118.595 115.015) (xy 118.595 114.215) (xy 118.895 114.215) (xy 118.895 115.015) + (xy 119.995 115.015) (xy 120.145 114.865) (xy 120.145 114.605905) (xy 120.121942 114.489986) (xy 120.076713 114.380793) + (xy 120.01105 114.282522) (xy 119.927478 114.198949) (xy 119.829206 114.133287) (xy 119.720013 114.088058) (xy 119.604095 114.065) + (xy 119.045 114.065) (xy 118.895 114.215) (xy 118.595 114.215) (xy 118.445 114.065) (xy 117.885905 114.065) + (xy 117.769987 114.088058) (xy 117.660794 114.133287) (xy 117.562522 114.198949) (xy 117.47895 114.282522) (xy 117.413287 114.380793) + (xy 117.368058 114.489986) (xy 117.345 114.605905) (xy 117.0209 114.605905) (xy 117.0209 108.287956) (xy 117.177957 108.1309) + (xy 121.285 108.1309) (xy 121.360003 108.123546) (xy 121.435086 108.116977) (xy 121.439208 108.11578) (xy 121.443476 108.115361) + (xy 121.515583 108.093591) (xy 121.587999 108.072552) (xy 121.591811 108.070576) (xy 121.595915 108.069337) (xy 121.662428 108.033971) + (xy 121.729371 107.999271) (xy 121.732725 107.996594) (xy 121.736512 107.99458) (xy 121.794949 107.946921) (xy 121.853816 107.899927) + (xy 121.859781 107.894045) (xy 121.859911 107.893939) (xy 121.86001 107.893819) (xy 121.861928 107.891928) (xy 122.39874 107.355116) + (xy 122.397627 107.43486) (xy 122.448092 107.709822) (xy 122.551003 107.969746) (xy 122.70244 108.20473) (xy 122.717 108.219807) + (xy 122.717 108.66332) (xy 122.680238 108.707131) (xy 122.549792 108.944411) (xy 122.467918 109.202509) (xy 122.437735 109.471595) + (xy 122.4376 109.490966) (xy 122.4376 110.219034) (xy 122.464023 110.488515) (xy 122.542285 110.747731) (xy 122.626438 110.906) + (xy 118.745 110.906) (xy 118.529788 110.927102) (xy 118.322774 110.989603) (xy 118.186432 111.062097) (xy 117.945 111.062097) + (xy 117.849452 111.069716) (xy 117.687393 111.119903) (xy 117.545731 111.213252) (xy 117.435685 111.34237) (xy 117.365966 111.497035) + (xy 117.342097 111.665) (xy 117.342097 112.665) (xy 117.349716 112.760548) (xy 117.399903 112.922607) (xy 117.493252 113.064269) + (xy 117.62237 113.174315) (xy 117.777035 113.244034) (xy 117.945 113.267903) (xy 119.545 113.267903) (xy 119.640548 113.260284) + (xy 119.802607 113.210097) (xy 119.936299 113.122) (xy 123.19 113.122) (xy 123.291874 113.112011) (xy 123.393819 113.103092) + (xy 123.399414 113.101466) (xy 123.405212 113.100898) (xy 123.503161 113.071326) (xy 123.601475 113.042763) (xy 123.60665 113.04008) + (xy 123.612226 113.038397) (xy 123.702593 112.990348) (xy 123.79346 112.943247) (xy 123.798012 112.939613) (xy 123.803158 112.936877) + (xy 123.882478 112.872185) (xy 123.962459 112.808337) (xy 123.970566 112.800342) (xy 123.970735 112.800204) (xy 123.970864 112.800048) + (xy 123.973474 112.797474) (xy 124.608475 112.162474) (xy 124.673441 112.083383) (xy 124.739226 112.004983) (xy 124.742033 111.999877) + (xy 124.745731 111.995375) (xy 124.794088 111.90519) (xy 124.843402 111.815488) (xy 124.845164 111.809933) (xy 124.847917 111.804799) + (xy 124.877839 111.70693) (xy 124.908788 111.609366) (xy 124.909437 111.603576) (xy 124.911141 111.598004) (xy 124.921483 111.496189) + (xy 124.932892 111.39447) (xy 124.932972 111.383078) (xy 124.932993 111.382867) (xy 124.932974 111.38267) (xy 124.933 111.379) + (xy 124.933 111.04668) (xy 124.969762 111.002869) (xy 125.095519 110.774119) (xy 125.140612 110.880117) (xy 125.294755 111.106119) + (xy 125.490027 111.297706) (xy 125.718923 111.447516) (xy 126.001082 111.549421) (xy 126.215 111.438875) (xy 126.215 110.005) + (xy 126.195 110.005) (xy 126.195 109.705) (xy 126.215 109.705) (xy 126.215 108.271125) (xy 126.515 108.271125) + (xy 126.515 109.705) (xy 126.535 109.705) (xy 126.535 110.005) (xy 126.515 110.005) (xy 126.515 111.438875) + (xy 126.728918 111.549421) (xy 127.011077 111.447516) (xy 127.239973 111.297706) (xy 127.435245 111.106119) (xy 127.589388 110.880117) + (xy 127.635297 110.772202) (xy 127.749405 110.986809) (xy 127.920542 111.196644) (xy 128.129176 111.369241) (xy 128.367361 111.498027) + (xy 128.626024 111.578097) (xy 128.895314 111.6064) (xy 129.164973 111.581859) (xy 129.424729 111.505409) (xy 129.664689 111.379961) + (xy 129.875713 111.210293) (xy 130.049762 111.002869) (xy 130.175519 110.774119) (xy 130.220612 110.880117) (xy 130.374755 111.106119) + (xy 130.570027 111.297706) (xy 130.798923 111.447516) (xy 131.081082 111.549421) (xy 131.295 111.438875) (xy 131.295 110.005) + (xy 131.275 110.005) (xy 131.275 109.705) (xy 131.295 109.705) (xy 131.295 108.271125) (xy 131.081082 108.160579) + (xy 130.798923 108.262484) (xy 130.570027 108.412294) (xy 130.374755 108.603881) (xy 130.220612 108.829883) (xy 130.174703 108.937798) + (xy 130.060595 108.723191) (xy 129.889458 108.513356) (xy 129.680824 108.340759) (xy 129.442639 108.211973) (xy 129.183976 108.131903) + (xy 128.914686 108.1036) (xy 128.645027 108.128141) (xy 128.385271 108.204591) (xy 128.145311 108.330039) (xy 127.934287 108.499707) + (xy 127.760238 108.707131) (xy 127.634481 108.935881) (xy 127.589388 108.829883) (xy 127.435245 108.603881) (xy 127.239973 108.412294) + (xy 127.011077 108.262484) (xy 126.728918 108.160579) (xy 126.515 108.271125) (xy 126.215 108.271125) (xy 126.001082 108.160579) + (xy 125.718923 108.262484) (xy 125.490027 108.412294) (xy 125.294755 108.603881) (xy 125.140612 108.829883) (xy 125.094703 108.937798) + (xy 124.980595 108.723191) (xy 124.933 108.664834) (xy 124.933 108.217385) (xy 125.070462 108.022521) (xy 125.184167 107.767135) + (xy 125.246102 107.494527) (xy 125.250561 107.175223) (xy 125.196262 106.900992) (xy 125.089731 106.64253) (xy 124.935028 106.409683) + (xy 124.738044 106.211319) (xy 124.506283 106.054994) (xy 124.248571 105.946662) (xy 123.974726 105.89045) (xy 123.695178 105.888498) + (xy 123.420575 105.940882) (xy 123.3709 105.960952) (xy 123.3709 103.251189) (xy 123.542714 103.087572) (xy 123.689502 102.879487) + (xy 123.793077 102.646853) (xy 123.824754 102.507426) (xy 123.840762 102.594647) (xy 123.934505 102.831414) (xy 124.07245 103.045463) + (xy 124.249344 103.228642) (xy 124.458449 103.373974) (xy 124.6918 103.475922) (xy 124.940509 103.530605) (xy 125.195102 103.535937) + (xy 125.445882 103.491718) (xy 125.683297 103.399631) (xy 125.898305 103.263183) (xy 126.01642 103.150703) (xy 126.931429 103.150703) + (xy 126.994506 103.37176) (xy 127.228583 103.474872) (xy 127.47828 103.530336) (xy 127.733999 103.536021) (xy 127.985914 103.491709) + (xy 128.224343 103.399102) (xy 128.275494 103.37176) (xy 128.338571 103.150703) (xy 127.635 102.447132) (xy 126.931429 103.150703) + (xy 126.01642 103.150703) (xy 126.082714 103.087572) (xy 126.229502 102.879487) (xy 126.333077 102.646853) (xy 126.364602 102.508094) + (xy 126.378291 102.585914) (xy 126.470898 102.824343) (xy 126.49824 102.875494) (xy 126.719297 102.938571) (xy 127.422868 102.235) + (xy 126.719297 101.531429) (xy 126.49824 101.594506) (xy 126.395128 101.828583) (xy 126.36508 101.96386) (xy 126.344094 101.857876) + (xy 126.247055 101.622441) (xy 126.106134 101.410339) (xy 125.9267 101.229647) (xy 125.715586 101.087249) (xy 125.480835 100.988569) + (xy 125.368113 100.965431) (xy 125.445882 100.951718) (xy 125.683297 100.859631) (xy 125.898305 100.723183) (xy 126.082714 100.547572) + (xy 126.229502 100.339487) (xy 126.333077 100.106853) (xy 126.364754 99.967426) (xy 126.380762 100.054647) (xy 126.474505 100.291414) + (xy 126.61245 100.505463) (xy 126.789344 100.688642) (xy 126.998449 100.833974) (xy 127.2318 100.935922) (xy 127.362094 100.964569) + (xy 127.284086 100.978291) (xy 127.045657 101.070898) (xy 126.994506 101.09824) (xy 126.931429 101.319297) (xy 127.635 102.022868) + (xy 128.338571 101.319297) (xy 128.275494 101.09824) (xy 128.041417 100.995128) (xy 127.907894 100.965469) (xy 127.985882 100.951718) + (xy 128.223297 100.859631) (xy 128.438305 100.723183) (xy 128.622714 100.547572) (xy 128.769502 100.339487) (xy 128.873077 100.106853) + (xy 128.904754 99.967426) (xy 128.920762 100.054647) (xy 129.014505 100.291414) (xy 129.15245 100.505463) (xy 129.329344 100.688642) + (xy 129.538449 100.833974) (xy 129.7718 100.935922) (xy 129.903357 100.964847) (xy 129.806606 100.983303) (xy 129.570499 101.078697) + (xy 129.357418 101.218133) (xy 129.175478 101.396302) (xy 129.03161 101.606416) (xy 128.931293 101.840473) (xy 128.905436 101.962123) + (xy 128.891709 101.884086) (xy 128.799102 101.645657) (xy 128.77176 101.594506) (xy 128.550703 101.531429) (xy 127.847132 102.235) + (xy 128.550703 102.938571) (xy 128.77176 102.875494) (xy 128.874872 102.641417) (xy 128.9047 102.507132) (xy 128.920762 102.594647) + (xy 129.014505 102.831414) (xy 129.15245 103.045463) (xy 129.329344 103.228642) (xy 129.538449 103.373974) (xy 129.7718 103.475922) + (xy 130.020509 103.530605) (xy 130.275102 103.535937) (xy 130.525882 103.491718) (xy 130.763297 103.399631) (xy 130.978305 103.263183) + (xy 131.162714 103.087572) (xy 131.309502 102.879487) (xy 131.413077 102.646853) (xy 131.444754 102.507426) (xy 131.460762 102.594647) + (xy 131.554505 102.831414) (xy 131.69245 103.045463) (xy 131.869344 103.228642) (xy 132.078449 103.373974) (xy 132.3118 103.475922) + (xy 132.422738 103.500314) (xy 131.931526 103.991526) (xy 131.866584 104.070587) (xy 131.800774 104.149017) (xy 131.797967 104.154123) + (xy 131.794269 104.158625) (xy 131.745912 104.24881) (xy 131.696598 104.338512) (xy 131.694836 104.344067) (xy 131.692083 104.349201) + (xy 131.662161 104.44707) (xy 131.631212 104.544634) (xy 131.630563 104.550424) (xy 131.628859 104.555996) (xy 131.618517 104.657811) + (xy 131.607108 104.75953) (xy 131.607028 104.770922) (xy 131.607007 104.771133) (xy 131.607026 104.77133) (xy 131.607 104.775) + (xy 131.607 105.139929) (xy 131.459781 105.354937) (xy 131.349653 105.611886) (xy 131.29153 105.885332) (xy 131.287627 106.16486) + (xy 131.338092 106.439822) (xy 131.441003 106.699746) (xy 131.59244 106.93473) (xy 131.786635 107.135825) (xy 132.016191 107.295371) + (xy 132.272365 107.407291) (xy 132.545399 107.467321) (xy 132.824892 107.473175) (xy 133.1002 107.424631) (xy 133.360836 107.323537) + (xy 133.596872 107.173744) (xy 133.799317 106.980958) (xy 133.921312 106.808019) (xy 133.889653 106.881886) (xy 133.83153 107.155332) + (xy 133.827627 107.43486) (xy 133.878092 107.709822) (xy 133.981003 107.969746) (xy 134.072539 108.111783) (xy 133.994686 108.1036) + (xy 133.725027 108.128141) (xy 133.465271 108.204591) (xy 133.225311 108.330039) (xy 133.014287 108.499707) (xy 132.840238 108.707131) + (xy 132.714481 108.935881) (xy 132.669388 108.829883) (xy 132.515245 108.603881) (xy 132.319973 108.412294) (xy 132.091077 108.262484) + (xy 131.808918 108.160579) (xy 131.595 108.271125) (xy 131.595 109.705) (xy 131.615 109.705) (xy 131.615 110.005) + (xy 131.595 110.005) (xy 131.595 111.438875) (xy 131.808918 111.549421) (xy 132.091077 111.447516) (xy 132.319973 111.297706) + (xy 132.515245 111.106119) (xy 132.669388 110.880117) (xy 132.715297 110.772202) (xy 132.829405 110.986809) (xy 133.000542 111.196644) + (xy 133.209176 111.369241) (xy 133.447361 111.498027) (xy 133.706024 111.578097) (xy 133.975314 111.6064) (xy 134.244973 111.581859) + (xy 134.504729 111.505409) (xy 134.744689 111.379961) (xy 134.955713 111.210293) (xy 135.129762 111.002869) (xy 135.255519 110.774119) + (xy 135.300612 110.880117) (xy 135.454755 111.106119) (xy 135.650027 111.297706) (xy 135.878923 111.447516) (xy 136.161082 111.549421) + (xy 136.375 111.438875) (xy 136.375 110.005) (xy 136.355 110.005) (xy 136.355 109.705) (xy 136.375 109.705) + (xy 136.375 108.271125) (xy 136.675 108.271125) (xy 136.675 109.705) (xy 136.695 109.705) (xy 136.695 110.005) + (xy 136.675 110.005) (xy 136.675 111.438875) (xy 136.888918 111.549421) (xy 137.171077 111.447516) (xy 137.399973 111.297706) + (xy 137.595245 111.106119) (xy 137.749388 110.880117) (xy 137.795297 110.772202) (xy 137.909405 110.986809) (xy 138.080542 111.196644) + (xy 138.289176 111.369241) (xy 138.527361 111.498027) (xy 138.786024 111.578097) (xy 139.055314 111.6064) (xy 139.324973 111.581859) + (xy 139.584729 111.505409) (xy 139.824689 111.379961) (xy 140.035713 111.210293) (xy 140.209762 111.002869) (xy 140.340208 110.765589) + (xy 140.422082 110.507491) (xy 140.452265 110.238405) (xy 140.4524 110.219034) (xy 140.4524 109.490966) (xy 140.425977 109.221485) + (xy 140.347715 108.962269) (xy 140.220595 108.723191) (xy 140.049458 108.513356) (xy 139.840824 108.340759) (xy 139.602639 108.211973) + (xy 139.343976 108.131903) (xy 139.074686 108.1036) (xy 138.805027 108.128141) (xy 138.545271 108.204591) (xy 138.305311 108.330039) + (xy 138.094287 108.499707) (xy 137.920238 108.707131) (xy 137.794481 108.935881) (xy 137.749388 108.829883) (xy 137.595245 108.603881) + (xy 137.399973 108.412294) (xy 137.171077 108.262484) (xy 136.888918 108.160579) (xy 136.675 108.271125) (xy 136.375 108.271125) + (xy 136.338141 108.252078) (xy 136.339317 108.250958) (xy 136.500462 108.022521) (xy 136.614167 107.767135) (xy 136.676102 107.494527) + (xy 136.677563 107.389902) (xy 136.717365 107.407291) (xy 136.990399 107.467321) (xy 137.269892 107.473175) (xy 137.5452 107.424631) + (xy 137.805836 107.323537) (xy 138.041872 107.173744) (xy 138.244317 106.980958) (xy 138.405462 106.752521) (xy 138.519167 106.497135) + (xy 138.581102 106.224527) (xy 138.585561 105.905223) (xy 138.531262 105.630992) (xy 138.424731 105.37253) (xy 138.270028 105.139683) + (xy 138.110161 104.978696) (xy 138.371929 104.716928) (xy 138.419761 104.658696) (xy 138.46821 104.600957) (xy 138.470279 104.597194) + (xy 138.473 104.593881) (xy 138.508583 104.527519) (xy 138.544923 104.461417) (xy 138.546222 104.457323) (xy 138.548247 104.453546) + (xy 138.570261 104.381541) (xy 138.593071 104.309635) (xy 138.59355 104.305368) (xy 138.594803 104.301268) (xy 138.602418 104.226299) + (xy 138.61082 104.151392) (xy 138.610879 104.143007) (xy 138.610895 104.142848) (xy 138.610881 104.1427) (xy 138.6109 104.14) + (xy 138.6109 103.251189) (xy 138.782714 103.087572) (xy 138.929502 102.879487) (xy 139.033077 102.646853) (xy 139.064754 102.507426) + (xy 139.080762 102.594647) (xy 139.174505 102.831414) (xy 139.31245 103.045463) (xy 139.489344 103.228642) (xy 139.5191 103.249323) + (xy 139.5191 104.14) (xy 139.526454 104.215003) (xy 139.533023 104.290086) (xy 139.53422 104.294208) (xy 139.534639 104.298476) + (xy 139.556409 104.370583) (xy 139.577448 104.442999) (xy 139.579424 104.446811) (xy 139.580663 104.450915) (xy 139.616029 104.517428) + (xy 139.650729 104.584371) (xy 139.653406 104.587725) (xy 139.65542 104.591512) (xy 139.703079 104.649949) (xy 139.735174 104.690153) + (xy 139.714781 104.719937) (xy 139.604653 104.976886) (xy 139.54653 105.250332) (xy 139.542627 105.52986) (xy 139.593092 105.804822) + (xy 139.696003 106.064746) (xy 139.84744 106.29973) (xy 140.041635 106.500825) (xy 140.271191 106.660371) (xy 140.527365 106.772291) + (xy 140.800399 106.832321) (xy 141.079892 106.838175) (xy 141.3552 106.789631) (xy 141.615836 106.688537) (xy 141.851872 106.538744) + (xy 142.054317 106.345958) (xy 142.0591 106.339178) (xy 142.0591 119.38) (xy 142.066454 119.455003) (xy 142.073023 119.530086) + (xy 142.07422 119.534208) (xy 142.074639 119.538476) (xy 142.096409 119.610583) (xy 142.117448 119.682999) (xy 142.119424 119.686811) + (xy 142.120663 119.690915) (xy 142.156029 119.757428) (xy 142.190729 119.824371) (xy 142.193406 119.827725) (xy 142.19542 119.831512) + (xy 142.243079 119.889949) (xy 142.290073 119.948816) (xy 142.295955 119.954781) (xy 142.296061 119.954911) (xy 142.296181 119.95501) + (xy 142.298072 119.956928) (xy 146.370601 124.029458) (xy 146.22272 124.174273) (xy 146.064781 124.404937) (xy 145.954653 124.661886) + (xy 145.902972 124.905024) (xy 143.665163 122.667215) (xy 143.611262 122.394992) (xy 143.504731 122.13653) (xy 143.350028 121.903683) + (xy 143.153044 121.705319) (xy 142.921283 121.548994) (xy 142.663571 121.440662) (xy 142.389726 121.38445) (xy 142.110178 121.382498) + (xy 141.835575 121.434882) (xy 141.576376 121.539605) (xy 141.342455 121.692679) (xy 141.14272 121.888273) (xy 140.984781 122.118937) + (xy 140.874653 122.375886) (xy 140.81653 122.649332) (xy 140.812627 122.92886) (xy 140.863092 123.203822) (xy 140.966003 123.463746) + (xy 141.11744 123.69873) (xy 141.311635 123.899825) (xy 141.541191 124.059371) (xy 141.797365 124.171291) (xy 142.070399 124.231321) + (xy 142.095907 124.231855) (xy 143.839509 125.975457) (xy 142.656 125.975457) (xy 142.656 131.834543) (xy 145.701097 131.834543) + (xy 145.701097 134.52) (xy 118.626544 134.52) (xy 118.626544 131.861) (xy 112.131401 131.861) (xy 112.131401 129.321) + (xy 97.4186 129.321) (xy 97.4186 133.2642) (xy 98.543456 133.2642) (xy 98.543456 134.52) (xy 95.3674 134.52) + (xy 95.3674 109.855) (xy 97.187097 109.855) (xy 97.187097 113.665) (xy 97.194716 113.760548) (xy 97.244903 113.922607) + (xy 97.338252 114.064269) (xy 97.46737 114.174315) (xy 97.622035 114.244034) (xy 97.79 114.267903) (xy 101.6 114.267903) + (xy 101.695548 114.260284) (xy 101.857607 114.210097) (xy 101.999269 114.116748) (xy 102.109315 113.98763) (xy 102.179034 113.832965) + (xy 102.202903 113.665) (xy 102.202903 109.855) (xy 102.195284 109.759452) (xy 102.145097 109.597393) (xy 102.051748 109.455731) + (xy 101.92263 109.345685) (xy 101.767965 109.275966) (xy 101.6 109.252097) (xy 97.79 109.252097) (xy 97.694452 109.259716) + (xy 97.532393 109.309903) (xy 97.390731 109.403252) (xy 97.280685 109.53237) (xy 97.210966 109.687035) (xy 97.187097 109.855) + (xy 95.3674 109.855) (xy 95.3674 93.340987) (xy 98.945946 93.340987) (xy 99.016762 93.56851) (xy 99.261699 93.677987) + (xy 99.523288 93.737576) (xy 99.791476 93.744986) (xy 100.055958 93.699932) (xy 100.306567 93.604147) (xy 100.373238 93.56851) + (xy 100.444054 93.340987) (xy 99.695 92.591932) (xy 98.945946 93.340987) (xy 95.3674 93.340987) (xy 95.3674 92.476276) + (xy 98.329814 92.476276) (xy 98.374868 92.740758) (xy 98.470653 92.991367) (xy 98.50629 93.058038) (xy 98.733813 93.128854) + (xy 99.482868 92.3798) (xy 99.907132 92.3798) (xy 100.656187 93.128854) (xy 100.88371 93.058038) (xy 100.993187 92.813101) + (xy 101.052776 92.551512) (xy 101.060186 92.283324) (xy 101.015132 92.018842) (xy 100.919347 91.768233) (xy 100.88371 91.701562) + (xy 100.656187 91.630746) (xy 99.907132 92.3798) (xy 99.482868 92.3798) (xy 98.733813 91.630746) (xy 98.50629 91.701562) + (xy 98.396813 91.946499) (xy 98.337224 92.208088) (xy 98.329814 92.476276) (xy 95.3674 92.476276) (xy 95.3674 91.418613) + (xy 98.945946 91.418613) (xy 99.695 92.167668) (xy 100.444054 91.418613) (xy 100.373238 91.19109) (xy 100.128301 91.081613) + (xy 99.866712 91.022024) (xy 99.598524 91.014614) (xy 99.334042 91.059668) (xy 99.083433 91.155453) (xy 99.016762 91.19109) + (xy 98.945946 91.418613) (xy 95.3674 91.418613) (xy 95.3674 90.546987) (xy 98.945946 90.546987) (xy 99.016762 90.77451) + (xy 99.261699 90.883987) (xy 99.523288 90.943576) (xy 99.791476 90.950986) (xy 100.055958 90.905932) (xy 100.306567 90.810147) + (xy 100.373238 90.77451) (xy 100.444054 90.546987) (xy 99.695 89.797932) (xy 98.945946 90.546987) (xy 95.3674 90.546987) + (xy 95.3674 89.682276) (xy 98.329814 89.682276) (xy 98.374868 89.946758) (xy 98.470653 90.197367) (xy 98.50629 90.264038) + (xy 98.733813 90.334854) (xy 99.482868 89.5858) (xy 99.907132 89.5858) (xy 100.656187 90.334854) (xy 100.88371 90.264038) + (xy 100.993187 90.019101) (xy 101.052776 89.757512) (xy 101.060186 89.489324) (xy 101.015132 89.224842) (xy 100.919347 88.974233) + (xy 100.88371 88.907562) (xy 100.656187 88.836746) (xy 99.907132 89.5858) (xy 99.482868 89.5858) (xy 98.733813 88.836746) + (xy 98.50629 88.907562) (xy 98.396813 89.152499) (xy 98.337224 89.414088) (xy 98.329814 89.682276) (xy 95.3674 89.682276) + (xy 95.3674 88.624613) (xy 98.945946 88.624613) (xy 99.695 89.373668) (xy 100.444054 88.624613) (xy 100.373238 88.39709) + (xy 100.128301 88.287613) (xy 99.866712 88.228024) (xy 99.598524 88.220614) (xy 99.334042 88.265668) (xy 99.083433 88.361453) + (xy 99.016762 88.39709) (xy 98.945946 88.624613) (xy 95.3674 88.624613) (xy 95.3674 87.803787) (xy 98.945946 87.803787) + (xy 99.016762 88.03131) (xy 99.261699 88.140787) (xy 99.523288 88.200376) (xy 99.791476 88.207786) (xy 100.055958 88.162732) + (xy 100.306567 88.066947) (xy 100.373238 88.03131) (xy 100.444054 87.803787) (xy 99.695 87.054732) (xy 98.945946 87.803787) + (xy 95.3674 87.803787) (xy 95.3674 86.939076) (xy 98.329814 86.939076) (xy 98.374868 87.203558) (xy 98.470653 87.454167) + (xy 98.50629 87.520838) (xy 98.733813 87.591654) (xy 99.482868 86.8426) (xy 99.907132 86.8426) (xy 100.656187 87.591654) + (xy 100.88371 87.520838) (xy 100.993187 87.275901) (xy 101.052776 87.014312) (xy 101.060186 86.746124) (xy 101.015132 86.481642) + (xy 100.919347 86.231033) (xy 100.88371 86.164362) (xy 100.656187 86.093546) (xy 99.907132 86.8426) (xy 99.482868 86.8426) + (xy 98.733813 86.093546) (xy 98.50629 86.164362) (xy 98.396813 86.409299) (xy 98.337224 86.670888) (xy 98.329814 86.939076) + (xy 95.3674 86.939076) (xy 95.3674 85.881413) (xy 98.945946 85.881413) (xy 99.695 86.630468) (xy 100.444054 85.881413) + (xy 100.373238 85.65389) (xy 100.128301 85.544413) (xy 99.866712 85.484824) (xy 99.598524 85.477414) (xy 99.334042 85.522468) + (xy 99.083433 85.618253) (xy 99.016762 85.65389) (xy 98.945946 85.881413) (xy 95.3674 85.881413) (xy 95.3674 85.060587) + (xy 98.945946 85.060587) (xy 99.016762 85.28811) (xy 99.261699 85.397587) (xy 99.523288 85.457176) (xy 99.791476 85.464586) + (xy 100.055958 85.419532) (xy 100.306567 85.323747) (xy 100.373238 85.28811) (xy 100.444054 85.060587) (xy 99.695 84.311532) + (xy 98.945946 85.060587) (xy 95.3674 85.060587) (xy 95.3674 84.195876) (xy 98.329814 84.195876) (xy 98.374868 84.460358) + (xy 98.470653 84.710967) (xy 98.50629 84.777638) (xy 98.733813 84.848454) (xy 99.482868 84.0994) (xy 99.907132 84.0994) + (xy 100.656187 84.848454) (xy 100.88371 84.777638) (xy 100.993187 84.532701) (xy 101.052776 84.271112) (xy 101.060186 84.002924) + (xy 101.015132 83.738442) (xy 100.919347 83.487833) (xy 100.88371 83.421162) (xy 100.656187 83.350346) (xy 99.907132 84.0994) + (xy 99.482868 84.0994) (xy 98.733813 83.350346) (xy 98.50629 83.421162) (xy 98.396813 83.666099) (xy 98.337224 83.927688) + (xy 98.329814 84.195876) (xy 95.3674 84.195876) (xy 95.3674 83.138213) (xy 98.945946 83.138213) (xy 99.695 83.887268) + (xy 100.444054 83.138213) (xy 100.373238 82.91069) (xy 100.128301 82.801213) (xy 99.866712 82.741624) (xy 99.598524 82.734214) + (xy 99.334042 82.779268) (xy 99.083433 82.875053) (xy 99.016762 82.91069) (xy 98.945946 83.138213) (xy 95.3674 83.138213) + (xy 95.3674 82.215787) (xy 98.945946 82.215787) (xy 99.016762 82.44331) (xy 99.261699 82.552787) (xy 99.523288 82.612376) + (xy 99.791476 82.619786) (xy 100.055958 82.574732) (xy 100.306567 82.478947) (xy 100.373238 82.44331) (xy 100.444054 82.215787) + (xy 99.695 81.466732) (xy 98.945946 82.215787) (xy 95.3674 82.215787) (xy 95.3674 81.351076) (xy 98.329814 81.351076) + (xy 98.374868 81.615558) (xy 98.470653 81.866167) (xy 98.50629 81.932838) (xy 98.733813 82.003654) (xy 99.482868 81.2546) + (xy 99.907132 81.2546) (xy 100.656187 82.003654) (xy 100.88371 81.932838) (xy 100.993187 81.687901) (xy 101.052776 81.426312) + (xy 101.060186 81.158124) (xy 101.015132 80.893642) (xy 100.919347 80.643033) (xy 100.88371 80.576362) (xy 100.656187 80.505546) + (xy 99.907132 81.2546) (xy 99.482868 81.2546) (xy 98.733813 80.505546) (xy 98.50629 80.576362) (xy 98.396813 80.821299) + (xy 98.337224 81.082888) (xy 98.329814 81.351076) (xy 95.3674 81.351076) (xy 95.3674 79.523387) (xy 98.945946 79.523387) + (xy 99.016762 79.75091) (xy 99.261699 79.860387) (xy 99.478717 79.909823) (xy 99.334042 79.934468) (xy 99.083433 80.030253) + (xy 99.016762 80.06589) (xy 98.945946 80.293413) (xy 99.695 81.042468) (xy 100.444054 80.293413) (xy 100.373238 80.06589) + (xy 100.128301 79.956413) (xy 99.911283 79.906977) (xy 100.055958 79.882332) (xy 100.306567 79.786547) (xy 100.373238 79.75091) + (xy 100.444054 79.523387) (xy 99.695 78.774332) (xy 98.945946 79.523387) (xy 95.3674 79.523387) (xy 95.3674 78.658676) + (xy 98.329814 78.658676) (xy 98.374868 78.923158) (xy 98.470653 79.173767) (xy 98.50629 79.240438) (xy 98.733813 79.311254) + (xy 99.482868 78.5622) (xy 99.907132 78.5622) (xy 100.656187 79.311254) (xy 100.88371 79.240438) (xy 100.993187 78.995501) + (xy 101.052776 78.733912) (xy 101.060186 78.465724) (xy 101.015132 78.201242) (xy 100.919347 77.950633) (xy 100.88371 77.883962) + (xy 100.656187 77.813146) (xy 99.907132 78.5622) (xy 99.482868 78.5622) (xy 98.733813 77.813146) (xy 98.50629 77.883962) + (xy 98.396813 78.128899) (xy 98.337224 78.390488) (xy 98.329814 78.658676) (xy 95.3674 78.658676) (xy 95.3674 77.601013) + (xy 98.945946 77.601013) (xy 99.695 78.350068) (xy 100.444054 77.601013) (xy 100.373238 77.37349) (xy 100.128301 77.264013) + (xy 99.866712 77.204424) (xy 99.598524 77.197014) (xy 99.334042 77.242068) (xy 99.083433 77.337853) (xy 99.016762 77.37349) + (xy 98.945946 77.601013) (xy 95.3674 77.601013) (xy 95.3674 76.780187) (xy 98.945946 76.780187) (xy 99.016762 77.00771) + (xy 99.261699 77.117187) (xy 99.523288 77.176776) (xy 99.791476 77.184186) (xy 100.055958 77.139132) (xy 100.306567 77.043347) + (xy 100.373238 77.00771) (xy 100.444054 76.780187) (xy 99.695 76.031132) (xy 98.945946 76.780187) (xy 95.3674 76.780187) + (xy 95.3674 75.915476) (xy 98.329814 75.915476) (xy 98.374868 76.179958) (xy 98.470653 76.430567) (xy 98.50629 76.497238) + (xy 98.733813 76.568054) (xy 99.482868 75.819) (xy 99.907132 75.819) (xy 100.656187 76.568054) (xy 100.88371 76.497238) + (xy 100.993187 76.252301) (xy 101.052776 75.990712) (xy 101.060186 75.722524) (xy 101.015132 75.458042) (xy 100.919347 75.207433) + (xy 100.88371 75.140762) (xy 100.656187 75.069946) (xy 99.907132 75.819) (xy 99.482868 75.819) (xy 98.733813 75.069946) + (xy 98.50629 75.140762) (xy 98.396813 75.385699) (xy 98.337224 75.647288) (xy 98.329814 75.915476) (xy 95.3674 75.915476) + (xy 95.3674 74.857813) (xy 98.945946 74.857813) (xy 99.695 75.606868) (xy 100.444054 74.857813) (xy 100.373238 74.63029) + (xy 100.128301 74.520813) (xy 99.866712 74.461224) (xy 99.598524 74.453814) (xy 99.334042 74.498868) (xy 99.083433 74.594653) + (xy 99.016762 74.63029) (xy 98.945946 74.857813) (xy 95.3674 74.857813) (xy 95.3674 73.986187) (xy 98.945946 73.986187) + (xy 99.016762 74.21371) (xy 99.261699 74.323187) (xy 99.523288 74.382776) (xy 99.791476 74.390186) (xy 100.055958 74.345132) + (xy 100.306567 74.249347) (xy 100.373238 74.21371) (xy 100.444054 73.986187) (xy 99.695 73.237132) (xy 98.945946 73.986187) + (xy 95.3674 73.986187) (xy 95.3674 73.121476) (xy 98.329814 73.121476) (xy 98.374868 73.385958) (xy 98.470653 73.636567) + (xy 98.50629 73.703238) (xy 98.733813 73.774054) (xy 99.482868 73.025) (xy 99.907132 73.025) (xy 100.656187 73.774054) + (xy 100.88371 73.703238) (xy 100.993187 73.458301) (xy 101.052776 73.196712) (xy 101.060186 72.928524) (xy 101.015132 72.664042) + (xy 100.919347 72.413433) (xy 100.88371 72.346762) (xy 100.656187 72.275946) (xy 99.907132 73.025) (xy 99.482868 73.025) + (xy 98.733813 72.275946) (xy 98.50629 72.346762) (xy 98.396813 72.591699) (xy 98.337224 72.853288) (xy 98.329814 73.121476) + (xy 95.3674 73.121476) (xy 95.3674 72.063813) (xy 98.945946 72.063813) (xy 99.695 72.812868) (xy 100.444054 72.063813) + (xy 100.373238 71.83629) (xy 100.128301 71.726813) (xy 99.866712 71.667224) (xy 99.598524 71.659814) (xy 99.334042 71.704868) + (xy 99.083433 71.800653) (xy 99.016762 71.83629) (xy 98.945946 72.063813) (xy 95.3674 72.063813) (xy 95.3674 64.980627) + (xy 97.186707 64.980627) (xy 97.275388 65.463813) (xy 97.456231 65.920571) (xy 97.722349 66.333504) (xy 98.063604 66.686884) + (xy 98.466998 66.96725) (xy 98.917167 67.163924) (xy 99.396963 67.269414) (xy 99.888111 67.279702) (xy 100.371904 67.194397) + (xy 100.829913 67.016747) (xy 101.244694 66.753518) (xy 101.600448 66.414739) (xy 101.883624 66.013311) (xy 102.083436 65.564527) + (xy 102.192273 65.085479) (xy 102.200108 64.524372) (xy 102.104689 64.042472) (xy 101.917486 63.588283) (xy 101.645629 63.179106) + (xy 101.299473 62.830525) (xy 100.892204 62.555818) (xy 100.439333 62.365449) (xy 99.958111 62.266668) (xy 99.466867 62.263238) + (xy 98.984312 62.355291) (xy 98.528828 62.539318) (xy 98.117762 62.808312) (xy 97.766773 63.152026) (xy 97.48923 63.557368) + (xy 97.295704 64.008898) (xy 97.193566 64.489419) (xy 97.186707 64.980627) (xy 95.3674 64.980627) (xy 95.3674 60.414022) + (xy 107.030047 60.414022) (xy 107.077292 60.715667) (xy 107.182478 61.002299) (xy 107.242645 61.114868) (xy 107.489349 61.208519) + (xy 108.372868 60.325) (xy 107.489349 59.441481) (xy 107.242645 59.535132) (xy 107.114343 59.81219) (xy 107.042557 60.108955) + (xy 107.030047 60.414022) (xy 95.3674 60.414022) (xy 95.3674 52.794022) (xy 107.030047 52.794022) (xy 107.077292 53.095667) + (xy 107.182478 53.382299) (xy 107.242645 53.494868) (xy 107.489349 53.588519) (xy 108.372868 52.705) (xy 107.489349 51.821481) + (xy 107.242645 51.915132) (xy 107.114343 52.19219) (xy 107.042557 52.488955) (xy 107.030047 52.794022) (xy 95.3674 52.794022) + (xy 95.3674 51.609349) (xy 107.701481 51.609349) (xy 108.585 52.492868) (xy 108.599143 52.478726) (xy 108.811275 52.690858) + (xy 108.797132 52.705) (xy 108.811275 52.719143) (xy 108.599143 52.931275) (xy 108.585 52.917132) (xy 107.701481 53.800651) + (xy 107.795132 54.047355) (xy 108.07219 54.175657) (xy 108.368955 54.247443) (xy 108.674022 54.259953) (xy 108.975667 54.212708) + (xy 109.262299 54.107522) (xy 109.374868 54.047355) (xy 109.468518 53.800653) (xy 109.579909 53.912044) (xy 109.606126 53.885827) + (xy 109.629903 53.962607) (xy 109.723252 54.104269) (xy 109.85237 54.214315) (xy 110.007035 54.284034) (xy 110.175 54.307903) + (xy 112.075 54.307903) (xy 112.170548 54.300284) (xy 112.332607 54.250097) (xy 112.474269 54.156748) (xy 112.584315 54.02763) + (xy 112.654034 53.872965) (xy 112.677903 53.705) (xy 112.677903 51.705) (xy 112.670284 51.609452) (xy 112.620097 51.447393) + (xy 112.526748 51.305731) (xy 112.39763 51.195685) (xy 112.242965 51.125966) (xy 112.075 51.102097) (xy 111.976759 51.102097) + (xy 112.097957 50.9809) (xy 114.597044 50.9809) (xy 114.959221 51.343078) (xy 114.810961 51.342043) (xy 114.54859 51.392092) + (xy 114.300938 51.492151) (xy 114.077436 51.638406) (xy 113.886599 51.825287) (xy 113.735695 52.045677) (xy 113.630473 52.29118) + (xy 113.574939 52.552445) (xy 113.57121 52.819521) (xy 113.619427 53.082235) (xy 113.717754 53.33058) (xy 113.862445 53.555097) + (xy 114.028791 53.727352) (xy 110.548072 57.208072) (xy 110.500264 57.266274) (xy 110.45179 57.324043) (xy 110.449721 57.327806) + (xy 110.447 57.331119) (xy 110.411407 57.3975) (xy 110.375077 57.463583) (xy 110.373779 57.467674) (xy 110.371753 57.471453) + (xy 110.349735 57.543473) (xy 110.326929 57.615365) (xy 110.32645 57.619632) (xy 110.325197 57.623732) (xy 110.317582 57.698701) + (xy 110.30918 57.773608) (xy 110.309121 57.781993) (xy 110.309105 57.782152) (xy 110.309119 57.7823) (xy 110.3091 57.785) + (xy 110.3091 58.722097) (xy 110.175 58.722097) (xy 110.079452 58.729716) (xy 109.917393 58.779903) (xy 109.775731 58.873252) + (xy 109.665685 59.00237) (xy 109.603119 59.141166) (xy 109.579909 59.117956) (xy 109.468518 59.229347) (xy 109.374868 58.982645) + (xy 109.09781 58.854343) (xy 108.801045 58.782557) (xy 108.495978 58.770047) (xy 108.194333 58.817292) (xy 107.907701 58.922478) + (xy 107.795132 58.982645) (xy 107.701481 59.229349) (xy 108.585 60.112868) (xy 108.599143 60.098726) (xy 108.811275 60.310858) + (xy 108.797132 60.325) (xy 108.811275 60.339143) (xy 108.599143 60.551275) (xy 108.585 60.537132) (xy 107.701481 61.420651) + (xy 107.795132 61.667355) (xy 108.07219 61.795657) (xy 108.368955 61.867443) (xy 108.674022 61.879953) (xy 108.975667 61.832708) + (xy 109.262299 61.727522) (xy 109.374868 61.667355) (xy 109.468518 61.420653) (xy 109.579909 61.532044) (xy 109.606126 61.505827) + (xy 109.629903 61.582607) (xy 109.723252 61.724269) (xy 109.85237 61.834315) (xy 110.007035 61.904034) (xy 110.175 61.927903) + (xy 112.075 61.927903) (xy 112.170548 61.920284) (xy 112.332607 61.870097) (xy 112.474269 61.776748) (xy 112.584315 61.64763) + (xy 112.654034 61.492965) (xy 112.677903 61.325) (xy 112.677903 60.805905) (xy 119.885 60.805905) (xy 119.885 61.065) + (xy 120.035 61.215) (xy 121.135 61.215) (xy 121.135 60.415) (xy 121.435 60.415) (xy 121.435 61.215) + (xy 122.535 61.215) (xy 122.685 61.065) (xy 122.685 60.805905) (xy 122.661942 60.689986) (xy 122.616713 60.580793) + (xy 122.55105 60.482522) (xy 122.467478 60.398949) (xy 122.369206 60.333287) (xy 122.260013 60.288058) (xy 122.144095 60.265) + (xy 121.585 60.265) (xy 121.435 60.415) (xy 121.135 60.415) (xy 120.985 60.265) (xy 120.425905 60.265) + (xy 120.309987 60.288058) (xy 120.200794 60.333287) (xy 120.102522 60.398949) (xy 120.01895 60.482522) (xy 119.953287 60.580793) + (xy 119.908058 60.689986) (xy 119.885 60.805905) (xy 112.677903 60.805905) (xy 112.677903 59.325) (xy 112.670284 59.229452) + (xy 112.620097 59.067393) (xy 112.526748 58.925731) (xy 112.39763 58.815685) (xy 112.242965 58.745966) (xy 112.075 58.722097) + (xy 111.9409 58.722097) (xy 111.9409 58.122956) (xy 115.511929 54.551928) (xy 115.559761 54.493696) (xy 115.60821 54.435957) + (xy 115.610279 54.432194) (xy 115.613 54.428881) (xy 115.648583 54.362519) (xy 115.684923 54.296417) (xy 115.686222 54.292323) + (xy 115.688247 54.288546) (xy 115.710261 54.216541) (xy 115.733071 54.144635) (xy 115.73355 54.140368) (xy 115.734803 54.136268) + (xy 115.742418 54.061299) (xy 115.75082 53.986392) (xy 115.750879 53.978007) (xy 115.750895 53.977848) (xy 115.750881 53.9777) + (xy 115.7509 53.975) (xy 115.7509 53.800401) (xy 115.777588 53.783464) (xy 115.971016 53.599265) (xy 116.124982 53.381004) + (xy 116.205826 53.199425) (xy 116.257754 53.33058) (xy 116.402445 53.555097) (xy 116.58799 53.747234) (xy 116.80732 53.899672) + (xy 117.052082 54.006606) (xy 117.312954 54.063963) (xy 117.579997 54.069556) (xy 117.843041 54.023175) (xy 118.092066 53.926584) + (xy 118.317588 53.783464) (xy 118.511016 53.599265) (xy 118.664982 53.381004) (xy 118.773622 53.136994) (xy 118.832798 52.87653) + (xy 118.837058 52.571449) (xy 118.785178 52.309434) (xy 118.683393 52.062486) (xy 118.535581 51.840011) (xy 118.347372 51.650483) + (xy 118.125935 51.501122) (xy 117.879703 51.397616) (xy 117.618057 51.343907) (xy 117.350961 51.342043) (xy 117.279526 51.35567) + (xy 116.415043 50.491187) (xy 116.725946 50.491187) (xy 116.796762 50.71871) (xy 117.041699 50.828187) (xy 117.303288 50.887776) + (xy 117.571476 50.895186) (xy 117.835958 50.850132) (xy 118.086567 50.754347) (xy 118.153238 50.71871) (xy 118.224054 50.491187) + (xy 117.475 49.742132) (xy 116.725946 50.491187) (xy 116.415043 50.491187) (xy 115.550332 49.626476) (xy 116.109814 49.626476) + (xy 116.154868 49.890958) (xy 116.250653 50.141567) (xy 116.28629 50.208238) (xy 116.513813 50.279054) (xy 117.262868 49.53) + (xy 116.513813 48.780946) (xy 116.28629 48.851762) (xy 116.176813 49.096699) (xy 116.117224 49.358288) (xy 116.109814 49.626476) + (xy 115.550332 49.626476) (xy 115.511928 49.588072) (xy 115.453726 49.540264) (xy 115.395957 49.49179) (xy 115.392194 49.489721) + (xy 115.388881 49.487) (xy 115.3225 49.451407) (xy 115.256417 49.415077) (xy 115.252326 49.413779) (xy 115.248547 49.411753) + (xy 115.176527 49.389735) (xy 115.104635 49.366929) (xy 115.100368 49.36645) (xy 115.096268 49.365197) (xy 115.021299 49.357582) + (xy 114.946392 49.34918) (xy 114.938007 49.349121) (xy 114.937848 49.349105) (xy 114.9377 49.349119) (xy 114.935 49.3491) + (xy 111.76 49.3491) (xy 111.684993 49.356455) (xy 111.609915 49.363023) (xy 111.605794 49.36422) (xy 111.601524 49.364639) + (xy 111.529405 49.386413) (xy 111.457001 49.407448) (xy 111.453189 49.409424) (xy 111.449085 49.410663) (xy 111.382612 49.446008) + (xy 111.315629 49.480728) (xy 111.312272 49.483408) (xy 111.308488 49.48542) (xy 111.250079 49.533057) (xy 111.191184 49.580073) + (xy 111.185214 49.585959) (xy 111.185089 49.586061) (xy 111.184993 49.586177) (xy 111.183072 49.588071) (xy 110.548072 50.223072) + (xy 110.500264 50.281274) (xy 110.45179 50.339043) (xy 110.449721 50.342806) (xy 110.447 50.346119) (xy 110.411407 50.4125) + (xy 110.375077 50.478583) (xy 110.373779 50.482674) (xy 110.371753 50.486453) (xy 110.349735 50.558473) (xy 110.326929 50.630365) + (xy 110.32645 50.634632) (xy 110.325197 50.638732) (xy 110.317582 50.713701) (xy 110.30918 50.788608) (xy 110.309121 50.796993) + (xy 110.309105 50.797152) (xy 110.309119 50.7973) (xy 110.3091 50.8) (xy 110.3091 51.102097) (xy 110.175 51.102097) + (xy 110.079452 51.109716) (xy 109.917393 51.159903) (xy 109.775731 51.253252) (xy 109.665685 51.38237) (xy 109.603119 51.521166) + (xy 109.579909 51.497956) (xy 109.468518 51.609347) (xy 109.374868 51.362645) (xy 109.09781 51.234343) (xy 108.801045 51.162557) + (xy 108.495978 51.150047) (xy 108.194333 51.197292) (xy 107.907701 51.302478) (xy 107.795132 51.362645) (xy 107.701481 51.609349) + (xy 95.3674 51.609349) (xy 95.3674 48.568813) (xy 116.725946 48.568813) (xy 117.475 49.317868) (xy 118.224054 48.568813) + (xy 118.153238 48.34129) (xy 117.908301 48.231813) (xy 117.646712 48.172224) (xy 117.378524 48.164814) (xy 117.114042 48.209868) + (xy 116.863433 48.305653) (xy 116.796762 48.34129) (xy 116.725946 48.568813) (xy 95.3674 48.568813) (xy 95.3674 36.9474) + (xy 195.4626 36.9474) + ) + ) + (filled_polygon + (pts + (xy 173.841526 47.138474) (xy 173.920587 47.203416) (xy 173.999017 47.269226) (xy 174.004123 47.272033) (xy 174.008625 47.275731) + (xy 174.09881 47.324088) (xy 174.188512 47.373402) (xy 174.194067 47.375164) (xy 174.199201 47.377917) (xy 174.29707 47.407839) + (xy 174.394634 47.438788) (xy 174.400424 47.439437) (xy 174.405996 47.441141) (xy 174.507811 47.451483) (xy 174.60953 47.462892) + (xy 174.620922 47.462972) (xy 174.621133 47.462993) (xy 174.62133 47.462974) (xy 174.625 47.463) (xy 190.676051 47.463) + (xy 190.986526 47.773475) (xy 190.986532 47.77348) (xy 193.202 49.988949) (xy 193.202 93.168947) (xy 193.163393 93.180903) + (xy 193.021731 93.274252) (xy 192.911685 93.40337) (xy 192.841966 93.558035) (xy 192.818097 93.726) (xy 192.818097 95.504) + (xy 192.825716 95.599548) (xy 192.875903 95.761607) (xy 192.969252 95.903269) (xy 193.09837 96.013315) (xy 193.253035 96.083034) + (xy 193.421 96.106903) (xy 195.199 96.106903) (xy 195.294548 96.099284) (xy 195.456607 96.049097) (xy 195.4626 96.045148) + (xy 195.4626 106.362431) (xy 195.263717 106.162154) (xy 195.021631 105.998865) (xy 194.75244 105.885708) (xy 194.466396 105.826991) + (xy 194.174395 105.824953) (xy 193.887559 105.87967) (xy 193.616814 105.989058) (xy 193.372472 106.148951) (xy 193.16384 106.353258) + (xy 192.998866 106.594198) (xy 192.883831 106.862593) (xy 192.823119 107.14822) (xy 192.819042 107.440199) (xy 192.871755 107.72741) + (xy 192.979251 107.998912) (xy 193.137434 108.244364) (xy 193.34028 108.454417) (xy 193.580062 108.62107) (xy 193.837 108.733324) + (xy 193.837 111.245211) (xy 193.745748 111.106731) (xy 193.61663 110.996685) (xy 193.461965 110.926966) (xy 193.294 110.903097) + (xy 191.516 110.903097) (xy 191.420452 110.910716) (xy 191.258393 110.960903) (xy 191.116731 111.054252) (xy 191.006685 111.18337) + (xy 190.936966 111.338035) (xy 190.913097 111.506) (xy 190.913097 113.284) (xy 190.920716 113.379548) (xy 190.970903 113.541607) + (xy 191.064252 113.683269) (xy 191.19337 113.793315) (xy 191.297 113.840029) (xy 191.297 120.318051) (xy 190.168052 121.447) + (xy 188.890187 121.447) (xy 188.886097 121.433793) (xy 188.792748 121.292131) (xy 188.66363 121.182085) (xy 188.508965 121.112366) + (xy 188.341 121.088497) (xy 186.309 121.088497) (xy 186.213452 121.096116) (xy 186.051393 121.146303) (xy 185.909731 121.239652) + (xy 185.799685 121.36877) (xy 185.729966 121.523435) (xy 185.706097 121.6914) (xy 185.706097 123.4186) (xy 185.713716 123.514148) + (xy 185.763903 123.676207) (xy 185.857252 123.817869) (xy 185.98637 123.927915) (xy 186.141035 123.997634) (xy 186.197789 124.005699) + (xy 186.180786 124.018526) (xy 185.989834 124.232703) (xy 185.844335 124.480018) (xy 185.758097 124.719095) (xy 185.867592 124.945) + (xy 187.175 124.945) (xy 187.175 124.925) (xy 187.475 124.925) (xy 187.475 124.945) (xy 188.782408 124.945) + (xy 188.891903 124.719095) (xy 188.805665 124.480018) (xy 188.660166 124.232703) (xy 188.469214 124.018526) (xy 188.455345 124.008063) + (xy 188.598607 123.963697) (xy 188.740269 123.870348) (xy 188.850315 123.74123) (xy 188.885579 123.663) (xy 190.627 123.663) + (xy 190.728874 123.653011) (xy 190.830819 123.644092) (xy 190.836414 123.642466) (xy 190.842212 123.641898) (xy 190.940161 123.612326) + (xy 191.038475 123.583763) (xy 191.04365 123.58108) (xy 191.049226 123.579397) (xy 191.139593 123.531348) (xy 191.23046 123.484247) + (xy 191.235012 123.480613) (xy 191.240158 123.477877) (xy 191.319478 123.413185) (xy 191.399459 123.349337) (xy 191.407566 123.341342) + (xy 191.407735 123.341204) (xy 191.407864 123.341048) (xy 191.410474 123.338474) (xy 193.188475 121.560474) (xy 193.253441 121.481383) + (xy 193.319226 121.402983) (xy 193.322033 121.397877) (xy 193.325731 121.393375) (xy 193.374088 121.30319) (xy 193.423402 121.213488) + (xy 193.425164 121.207933) (xy 193.427917 121.202799) (xy 193.457839 121.10493) (xy 193.488788 121.007366) (xy 193.489437 121.001576) + (xy 193.491141 120.996004) (xy 193.501483 120.894189) (xy 193.512892 120.79247) (xy 193.512972 120.781078) (xy 193.512993 120.780867) + (xy 193.512974 120.78067) (xy 193.513 120.777) (xy 193.513 113.841053) (xy 193.551607 113.829097) (xy 193.693269 113.735748) + (xy 193.803315 113.60663) (xy 193.837 113.531903) (xy 193.837 124.509051) (xy 191.819052 126.527) (xy 188.430846 126.527) + (xy 188.312105 126.427364) (xy 188.198006 126.364638) (xy 188.240147 126.344283) (xy 188.469214 126.171474) (xy 188.660166 125.957297) + (xy 188.805665 125.709982) (xy 188.891903 125.470905) (xy 188.782408 125.245) (xy 187.475 125.245) (xy 187.475 125.265) + (xy 187.175 125.265) (xy 187.175 125.245) (xy 185.867592 125.245) (xy 185.758097 125.470905) (xy 185.844335 125.709982) + (xy 185.989834 125.957297) (xy 186.180786 126.171474) (xy 186.409853 126.344283) (xy 186.451638 126.364466) (xy 186.354837 126.415936) + (xy 186.133478 126.596472) (xy 185.951402 126.816565) (xy 185.815542 127.067832) (xy 185.731075 127.340702) (xy 185.701217 127.624782) + (xy 185.727105 127.909251) (xy 185.807755 128.183274) (xy 185.940093 128.436414) (xy 186.119079 128.659027) (xy 186.337895 128.842636) + (xy 186.588208 128.980246) (xy 186.860481 129.066617) (xy 187.144346 129.098457) (xy 187.164781 129.0986) (xy 187.485219 129.0986) + (xy 187.7695 129.070726) (xy 188.042954 128.988166) (xy 188.295163 128.854064) (xy 188.431341 128.743) (xy 192.278 128.743) + (xy 192.379874 128.733011) (xy 192.481819 128.724092) (xy 192.487414 128.722466) (xy 192.493212 128.721898) (xy 192.591161 128.692326) + (xy 192.689475 128.663763) (xy 192.69465 128.66108) (xy 192.700226 128.659397) (xy 192.790593 128.611348) (xy 192.88146 128.564247) + (xy 192.886012 128.560613) (xy 192.891158 128.557877) (xy 192.970478 128.493185) (xy 193.050459 128.429337) (xy 193.058566 128.421342) + (xy 193.058735 128.421204) (xy 193.058864 128.421048) (xy 193.061474 128.418474) (xy 195.4626 126.017349) (xy 195.4626 134.52) + (xy 159.860903 134.52) (xy 159.860903 133.739543) (xy 162.4742 133.739543) (xy 162.4742 127.880457) (xy 159.5659 127.880457) + (xy 159.5659 127.535611) (xy 159.631872 127.493744) (xy 159.834317 127.300958) (xy 159.995462 127.072521) (xy 160.109167 126.817135) + (xy 160.171102 126.544527) (xy 160.175561 126.225223) (xy 160.121262 125.950992) (xy 160.014731 125.69253) (xy 159.860028 125.459683) + (xy 159.663044 125.261319) (xy 159.431283 125.104994) (xy 159.173571 124.996662) (xy 158.899726 124.94045) (xy 158.620178 124.938498) + (xy 158.345575 124.990882) (xy 158.086376 125.095605) (xy 158.0292 125.13302) (xy 158.0292 124.143028) (xy 154.760885 124.143028) + (xy 153.4699 122.852044) (xy 153.4699 122.680199) (xy 154.084042 122.680199) (xy 154.136755 122.96741) (xy 154.244251 123.238912) + (xy 154.402434 123.484364) (xy 154.60528 123.694417) (xy 154.845062 123.86107) (xy 155.112647 123.977976) (xy 155.397843 124.04068) + (xy 155.689787 124.046795) (xy 155.977359 123.996089) (xy 156.249605 123.890491) (xy 156.496156 123.734026) (xy 156.70762 123.532651) + (xy 156.875943 123.294038) (xy 156.994713 123.027276) (xy 157.059407 122.742524) (xy 157.064064 122.408996) (xy 157.007346 122.122549) + (xy 156.896071 121.852574) (xy 156.734476 121.609355) (xy 156.612244 121.486267) (xy 156.639014 121.480942) (xy 156.748207 121.435713) + (xy 156.846478 121.37005) (xy 156.930051 121.286478) (xy 156.995713 121.188206) (xy 157.040942 121.079013) (xy 157.064 120.963095) + (xy 157.064 120.315) (xy 156.914 120.165) (xy 155.725 120.165) (xy 155.725 120.185) (xy 155.425 120.185) + (xy 155.425 120.165) (xy 154.236 120.165) (xy 154.086 120.315) (xy 154.086 120.963095) (xy 154.109058 121.079013) + (xy 154.154287 121.188206) (xy 154.219949 121.286478) (xy 154.303522 121.37005) (xy 154.401793 121.435713) (xy 154.510986 121.480942) + (xy 154.538039 121.486323) (xy 154.42884 121.593258) (xy 154.263866 121.834198) (xy 154.148831 122.102593) (xy 154.088119 122.38822) + (xy 154.084042 122.680199) (xy 153.4699 122.680199) (xy 153.4699 120.904) (xy 153.462546 120.828997) (xy 153.455977 120.753914) + (xy 153.455577 120.752539) (xy 153.455448 120.751116) (xy 153.45464 120.748371) (xy 153.454361 120.745524) (xy 153.432595 120.67343) + (xy 153.411552 120.601) (xy 153.410892 120.599726) (xy 153.410489 120.598358) (xy 153.409164 120.595823) (xy 153.408337 120.593085) + (xy 153.372992 120.526611) (xy 153.338271 120.459628) (xy 153.337378 120.45851) (xy 153.336716 120.457243) (xy 153.334922 120.455011) + (xy 153.33358 120.452488) (xy 153.285958 120.394098) (xy 153.238927 120.335183) (xy 153.237029 120.333258) (xy 153.236938 120.333145) + (xy 153.236819 120.333045) (xy 153.23304 120.329213) (xy 153.232939 120.329089) (xy 153.232824 120.328994) (xy 153.230928 120.327071) + (xy 150.504056 117.600199) (xy 154.084042 117.600199) (xy 154.136755 117.88741) (xy 154.244251 118.158912) (xy 154.402434 118.404364) + (xy 154.53714 118.543856) (xy 154.510986 118.549058) (xy 154.401793 118.594287) (xy 154.303522 118.65995) (xy 154.219949 118.743522) + (xy 154.154287 118.841794) (xy 154.109058 118.950987) (xy 154.086 119.066905) (xy 154.086 119.715) (xy 154.236 119.865) + (xy 155.425 119.865) (xy 155.425 119.845) (xy 155.725 119.845) (xy 155.725 119.865) (xy 156.914 119.865) + (xy 157.064 119.715) (xy 157.064 119.066905) (xy 157.040942 118.950987) (xy 156.995713 118.841794) (xy 156.930051 118.743522) + (xy 156.846478 118.65995) (xy 156.748207 118.594287) (xy 156.639014 118.549058) (xy 156.612021 118.543689) (xy 156.70762 118.452651) + (xy 156.875943 118.214038) (xy 156.994713 117.947276) (xy 157.059407 117.662524) (xy 157.064064 117.328996) (xy 157.007346 117.042549) + (xy 156.896071 116.772574) (xy 156.734476 116.529355) (xy 156.683 116.477518) (xy 156.683 115.57) (xy 167.037097 115.57) + (xy 167.037097 124.46) (xy 167.044716 124.555548) (xy 167.094903 124.717607) (xy 167.188252 124.859269) (xy 167.31737 124.969315) + (xy 167.472035 125.039034) (xy 167.64 125.062903) (xy 176.53 125.062903) (xy 176.625548 125.055284) (xy 176.787607 125.005097) + (xy 176.929269 124.911748) (xy 177.039315 124.78263) (xy 177.109034 124.627965) (xy 177.132903 124.46) (xy 177.132903 115.57) + (xy 177.125284 115.474452) (xy 177.075097 115.312393) (xy 176.981748 115.170731) (xy 176.85263 115.060685) (xy 176.697965 114.990966) + (xy 176.53 114.967097) (xy 167.64 114.967097) (xy 167.544452 114.974716) (xy 167.382393 115.024903) (xy 167.240731 115.118252) + (xy 167.130685 115.24737) (xy 167.060966 115.402035) (xy 167.037097 115.57) (xy 156.683 115.57) (xy 156.683 114.123948) + (xy 157.303948 113.503) (xy 178.704941 113.503) (xy 178.73528 113.534417) (xy 178.975062 113.70107) (xy 179.242647 113.817976) + (xy 179.527843 113.88068) (xy 179.819787 113.886795) (xy 180.107359 113.836089) (xy 180.379605 113.730491) (xy 180.626156 113.574026) + (xy 180.83762 113.372651) (xy 181.005943 113.134038) (xy 181.124713 112.867276) (xy 181.189407 112.582524) (xy 181.194064 112.248996) + (xy 181.137346 111.962549) (xy 181.026071 111.692574) (xy 180.864476 111.449355) (xy 180.658717 111.242154) (xy 180.416631 111.078865) + (xy 180.14744 110.965708) (xy 179.861396 110.906991) (xy 179.569395 110.904953) (xy 179.282559 110.95967) (xy 179.011814 111.069058) + (xy 178.767472 111.228951) (xy 178.708194 111.287) (xy 164.938 111.287) (xy 164.938 107.818244) (xy 165.037815 107.70113) + (xy 165.107534 107.546465) (xy 165.131403 107.3785) (xy 165.131403 106.408918) (xy 166.580579 106.408918) (xy 166.682484 106.691077) + (xy 166.832294 106.919973) (xy 167.023881 107.115245) (xy 167.249883 107.269388) (xy 167.501614 107.376478) (xy 167.7694 107.4324) + (xy 168.125 107.4324) (xy 168.125 106.195) (xy 168.425 106.195) (xy 168.425 107.4324) (xy 168.7806 107.4324) + (xy 169.048386 107.376478) (xy 169.300117 107.269388) (xy 169.526119 107.115245) (xy 169.717706 106.919973) (xy 169.867516 106.691077) + (xy 169.969421 106.408918) (xy 169.858875 106.195) (xy 168.425 106.195) (xy 168.125 106.195) (xy 166.691125 106.195) + (xy 166.580579 106.408918) (xy 165.131403 106.408918) (xy 165.131403 105.9815) (xy 165.123784 105.885952) (xy 165.073597 105.723893) + (xy 164.980248 105.582231) (xy 164.85113 105.472185) (xy 164.696465 105.402466) (xy 164.5285 105.378597) (xy 163.1315 105.378597) + (xy 163.035952 105.386216) (xy 162.873893 105.436403) (xy 162.732231 105.529752) (xy 162.622185 105.65887) (xy 162.552466 105.813535) + (xy 162.528597 105.9815) (xy 162.528597 107.3785) (xy 162.536216 107.474048) (xy 162.586403 107.636107) (xy 162.679752 107.777769) + (xy 162.722 107.813777) (xy 162.722 111.287) (xy 156.845 111.287) (xy 156.743126 111.296989) (xy 156.641181 111.305908) + (xy 156.635586 111.307533) (xy 156.629788 111.308102) (xy 156.531793 111.337688) (xy 156.433525 111.366238) (xy 156.428354 111.368918) + (xy 156.422774 111.370603) (xy 156.332392 111.41866) (xy 156.241539 111.465753) (xy 156.236985 111.469388) (xy 156.231842 111.472123) + (xy 156.152544 111.536797) (xy 156.072541 111.600663) (xy 156.064434 111.608658) (xy 156.064265 111.608796) (xy 156.064136 111.608952) + (xy 156.061526 111.611526) (xy 154.791526 112.881526) (xy 154.726584 112.960587) (xy 154.660774 113.039017) (xy 154.657967 113.044123) + (xy 154.654269 113.048625) (xy 154.605912 113.13881) (xy 154.556598 113.228512) (xy 154.554836 113.234067) (xy 154.552083 113.239201) + (xy 154.522161 113.33707) (xy 154.491212 113.434634) (xy 154.490563 113.440424) (xy 154.488859 113.445996) (xy 154.478517 113.547811) + (xy 154.467108 113.64953) (xy 154.467028 113.660922) (xy 154.467007 113.661133) (xy 154.467026 113.66133) (xy 154.467 113.665) + (xy 154.467 116.475889) (xy 154.42884 116.513258) (xy 154.263866 116.754198) (xy 154.148831 117.022593) (xy 154.088119 117.30822) + (xy 154.084042 117.600199) (xy 150.504056 117.600199) (xy 145.861634 112.957778) (xy 146.046531 107.595703) (xy 147.886429 107.595703) + (xy 147.949506 107.81676) (xy 148.183583 107.919872) (xy 148.43328 107.975336) (xy 148.688999 107.981021) (xy 148.940914 107.936709) + (xy 149.179343 107.844102) (xy 149.230494 107.81676) (xy 149.293571 107.595703) (xy 148.59 106.892132) (xy 147.886429 107.595703) + (xy 146.046531 107.595703) (xy 146.074694 106.778999) (xy 147.288979 106.778999) (xy 147.333291 107.030914) (xy 147.425898 107.269343) + (xy 147.45324 107.320494) (xy 147.674297 107.383571) (xy 148.377868 106.68) (xy 148.802132 106.68) (xy 149.505703 107.383571) + (xy 149.72676 107.320494) (xy 149.829872 107.086417) (xy 149.885336 106.83672) (xy 149.891021 106.581001) (xy 149.846709 106.329086) + (xy 149.754102 106.090657) (xy 149.72676 106.039506) (xy 149.505703 105.976429) (xy 148.802132 106.68) (xy 148.377868 106.68) + (xy 147.674297 105.976429) (xy 147.45324 106.039506) (xy 147.350128 106.273583) (xy 147.294664 106.52328) (xy 147.288979 106.778999) + (xy 146.074694 106.778999) (xy 146.109683 105.764297) (xy 147.886429 105.764297) (xy 148.59 106.467868) (xy 149.293571 105.764297) + (xy 149.230494 105.54324) (xy 148.996417 105.440128) (xy 148.74672 105.384664) (xy 148.491001 105.378979) (xy 148.239086 105.423291) + (xy 148.000657 105.515898) (xy 147.949506 105.54324) (xy 147.886429 105.764297) (xy 146.109683 105.764297) (xy 146.195429 103.2777) + (xy 146.218305 103.263183) (xy 146.402714 103.087572) (xy 146.549502 102.879487) (xy 146.653077 102.646853) (xy 146.684754 102.507426) + (xy 146.700762 102.594647) (xy 146.794505 102.831414) (xy 146.93245 103.045463) (xy 147.109344 103.228642) (xy 147.318449 103.373974) + (xy 147.5518 103.475922) (xy 147.800509 103.530605) (xy 148.055102 103.535937) (xy 148.305882 103.491718) (xy 148.543297 103.399631) + (xy 148.758305 103.263183) (xy 148.942714 103.087572) (xy 148.968583 103.0509) (xy 161.925 103.0509) (xy 162.000003 103.043546) + (xy 162.075086 103.036977) (xy 162.079208 103.03578) (xy 162.083476 103.035361) (xy 162.155583 103.013591) (xy 162.227999 102.992552) + (xy 162.231811 102.990576) (xy 162.235915 102.989337) (xy 162.302428 102.953971) (xy 162.369371 102.919271) (xy 162.372725 102.916594) + (xy 162.376512 102.91458) (xy 162.434949 102.866921) (xy 162.493816 102.819927) (xy 162.499781 102.814045) (xy 162.499911 102.813939) + (xy 162.50001 102.813819) (xy 162.501928 102.811928) (xy 163.532957 101.7809) (xy 166.795234 101.7809) (xy 166.919707 101.935713) + (xy 167.127131 102.109762) (xy 167.356618 102.235924) (xy 167.143191 102.349405) (xy 166.933356 102.520542) (xy 166.760759 102.729176) + (xy 166.631973 102.967361) (xy 166.551903 103.226024) (xy 166.5236 103.495314) (xy 166.548141 103.764973) (xy 166.624591 104.024729) + (xy 166.750039 104.264689) (xy 166.919707 104.475713) (xy 167.127131 104.649762) (xy 167.355881 104.775519) (xy 167.249883 104.820612) + (xy 167.023881 104.974755) (xy 166.832294 105.170027) (xy 166.682484 105.398923) (xy 166.580579 105.681082) (xy 166.691125 105.895) + (xy 168.125 105.895) (xy 168.125 105.875) (xy 168.425 105.875) (xy 168.425 105.895) (xy 169.858875 105.895) + (xy 169.969421 105.681082) (xy 169.867516 105.398923) (xy 169.717706 105.170027) (xy 169.526119 104.974755) (xy 169.300117 104.820612) + (xy 169.192202 104.774703) (xy 169.406809 104.660595) (xy 169.616644 104.489458) (xy 169.789241 104.280824) (xy 169.918027 104.042639) + (xy 169.998097 103.783976) (xy 170.0264 103.514686) (xy 170.001859 103.245027) (xy 169.925409 102.985271) (xy 169.799961 102.745311) + (xy 169.630293 102.534287) (xy 169.422869 102.360238) (xy 169.193382 102.234076) (xy 169.406809 102.120595) (xy 169.616644 101.949458) + (xy 169.789241 101.740824) (xy 169.918027 101.502639) (xy 169.998097 101.243976) (xy 170.0264 100.974686) (xy 170.001859 100.705027) + (xy 169.944725 100.5109) (xy 172.382044 100.5109) (xy 173.413071 101.541928) (xy 173.471299 101.589757) (xy 173.529043 101.63821) + (xy 173.532806 101.640279) (xy 173.536119 101.643) (xy 173.6025 101.678593) (xy 173.668583 101.714923) (xy 173.672674 101.716221) + (xy 173.676453 101.718247) (xy 173.748485 101.740269) (xy 173.820365 101.763071) (xy 173.824631 101.763549) (xy 173.828731 101.764803) + (xy 173.903706 101.772419) (xy 173.978608 101.78082) (xy 173.986993 101.780879) (xy 173.987152 101.780895) (xy 173.9873 101.780881) + (xy 173.99 101.7809) (xy 174.415234 101.7809) (xy 174.539707 101.935713) (xy 174.747131 102.109762) (xy 174.976618 102.235924) + (xy 174.763191 102.349405) (xy 174.553356 102.520542) (xy 174.380759 102.729176) (xy 174.251973 102.967361) (xy 174.171903 103.226024) + (xy 174.1436 103.495314) (xy 174.168141 103.764973) (xy 174.244591 104.024729) (xy 174.370039 104.264689) (xy 174.539707 104.475713) + (xy 174.747131 104.649762) (xy 174.976618 104.775924) (xy 174.763191 104.889405) (xy 174.553356 105.060542) (xy 174.380759 105.269176) + (xy 174.251973 105.507361) (xy 174.171903 105.766024) (xy 174.1436 106.035314) (xy 174.168141 106.304973) (xy 174.244591 106.564729) + (xy 174.370039 106.804689) (xy 174.539707 107.015713) (xy 174.747131 107.189762) (xy 174.984411 107.320208) (xy 175.242509 107.402082) + (xy 175.511595 107.432265) (xy 175.530966 107.4324) (xy 176.259034 107.4324) (xy 176.528515 107.405977) (xy 176.787731 107.327715) + (xy 177.026809 107.200595) (xy 177.236644 107.029458) (xy 177.376087 106.8609) (xy 182.035234 106.8609) (xy 182.159707 107.015713) + (xy 182.367131 107.189762) (xy 182.604411 107.320208) (xy 182.862509 107.402082) (xy 183.131595 107.432265) (xy 183.150966 107.4324) + (xy 183.879034 107.4324) (xy 184.148515 107.405977) (xy 184.407731 107.327715) (xy 184.646809 107.200595) (xy 184.856644 107.029458) + (xy 185.029241 106.820824) (xy 185.158027 106.582639) (xy 185.238097 106.323976) (xy 185.2664 106.054686) (xy 185.241859 105.785027) + (xy 185.165409 105.525271) (xy 185.039961 105.285311) (xy 184.870293 105.074287) (xy 184.662869 104.900238) (xy 184.433382 104.774076) + (xy 184.646809 104.660595) (xy 184.856644 104.489458) (xy 185.029241 104.280824) (xy 185.158027 104.042639) (xy 185.238097 103.783976) + (xy 185.2664 103.514686) (xy 185.241859 103.245027) (xy 185.165409 102.985271) (xy 185.039961 102.745311) (xy 184.870293 102.534287) + (xy 184.662869 102.360238) (xy 184.433382 102.234076) (xy 184.646809 102.120595) (xy 184.856644 101.949458) (xy 185.029241 101.740824) + (xy 185.158027 101.502639) (xy 185.238097 101.243976) (xy 185.2664 100.974686) (xy 185.241859 100.705027) (xy 185.165409 100.445271) + (xy 185.039961 100.205311) (xy 184.870293 99.994287) (xy 184.662869 99.820238) (xy 184.433382 99.694076) (xy 184.646809 99.580595) + (xy 184.856644 99.409458) (xy 185.029241 99.200824) (xy 185.158027 98.962639) (xy 185.238097 98.703976) (xy 185.2664 98.434686) + (xy 185.241859 98.165027) (xy 185.165409 97.905271) (xy 185.039961 97.665311) (xy 184.870293 97.454287) (xy 184.848146 97.435703) + (xy 187.891429 97.435703) (xy 187.954506 97.65676) (xy 188.188583 97.759872) (xy 188.43828 97.815336) (xy 188.693999 97.821021) + (xy 188.945914 97.776709) (xy 189.184343 97.684102) (xy 189.235494 97.65676) (xy 189.298571 97.435703) (xy 188.595 96.732132) + (xy 187.891429 97.435703) (xy 184.848146 97.435703) (xy 184.662869 97.280238) (xy 184.433382 97.154076) (xy 184.646809 97.040595) + (xy 184.856644 96.869458) (xy 185.029241 96.660824) (xy 185.051855 96.618999) (xy 187.293979 96.618999) (xy 187.338291 96.870914) + (xy 187.430898 97.109343) (xy 187.45824 97.160494) (xy 187.679297 97.223571) (xy 188.382868 96.52) (xy 188.807132 96.52) + (xy 189.510703 97.223571) (xy 189.73176 97.160494) (xy 189.834872 96.926417) (xy 189.890336 96.67672) (xy 189.896021 96.421001) + (xy 189.851709 96.169086) (xy 189.759102 95.930657) (xy 189.73176 95.879506) (xy 189.510703 95.816429) (xy 188.807132 96.52) + (xy 188.382868 96.52) (xy 187.679297 95.816429) (xy 187.45824 95.879506) (xy 187.355128 96.113583) (xy 187.299664 96.36328) + (xy 187.293979 96.618999) (xy 185.051855 96.618999) (xy 185.158027 96.422639) (xy 185.238097 96.163976) (xy 185.2664 95.894686) + (xy 185.241859 95.625027) (xy 185.235758 95.604297) (xy 187.891429 95.604297) (xy 188.595 96.307868) (xy 189.298571 95.604297) + (xy 189.235494 95.38324) (xy 189.001417 95.280128) (xy 188.75172 95.224664) (xy 188.496001 95.218979) (xy 188.244086 95.263291) + (xy 188.005657 95.355898) (xy 187.954506 95.38324) (xy 187.891429 95.604297) (xy 185.235758 95.604297) (xy 185.165409 95.365271) + (xy 185.039961 95.125311) (xy 184.870293 94.914287) (xy 184.662869 94.740238) (xy 184.433382 94.614076) (xy 184.646809 94.500595) + (xy 184.856644 94.329458) (xy 185.029241 94.120824) (xy 185.158027 93.882639) (xy 185.238097 93.623976) (xy 185.2664 93.354686) + (xy 185.241859 93.085027) (xy 185.165409 92.825271) (xy 185.039961 92.585311) (xy 184.870293 92.374287) (xy 184.662869 92.200238) + (xy 184.433382 92.074076) (xy 184.646809 91.960595) (xy 184.856644 91.789458) (xy 185.029241 91.580824) (xy 185.158027 91.342639) + (xy 185.238097 91.083976) (xy 185.2664 90.814686) (xy 185.241859 90.545027) (xy 185.165409 90.285271) (xy 185.039961 90.045311) + (xy 184.870293 89.834287) (xy 184.662869 89.660238) (xy 184.433382 89.534076) (xy 184.646809 89.420595) (xy 184.856644 89.249458) + (xy 185.029241 89.040824) (xy 185.158027 88.802639) (xy 185.238097 88.543976) (xy 185.2664 88.274686) (xy 185.241859 88.005027) + (xy 185.165409 87.745271) (xy 185.039961 87.505311) (xy 184.870293 87.294287) (xy 184.662869 87.120238) (xy 184.433382 86.994076) + (xy 184.646809 86.880595) (xy 184.856644 86.709458) (xy 185.029241 86.500824) (xy 185.158027 86.262639) (xy 185.238097 86.003976) + (xy 185.2664 85.734686) (xy 185.241859 85.465027) (xy 185.165409 85.205271) (xy 185.039961 84.965311) (xy 184.870293 84.754287) + (xy 184.662869 84.580238) (xy 184.433382 84.454076) (xy 184.646809 84.340595) (xy 184.856644 84.169458) (xy 185.029241 83.960824) + (xy 185.158027 83.722639) (xy 185.238097 83.463976) (xy 185.2664 83.194686) (xy 185.241859 82.925027) (xy 185.165409 82.665271) + (xy 185.039961 82.425311) (xy 184.870293 82.214287) (xy 184.662869 82.040238) (xy 184.433382 81.914076) (xy 184.646809 81.800595) + (xy 184.856644 81.629458) (xy 185.029241 81.420824) (xy 185.158027 81.182639) (xy 185.238097 80.923976) (xy 185.2664 80.654686) + (xy 185.241859 80.385027) (xy 185.165409 80.125271) (xy 185.039961 79.885311) (xy 184.870293 79.674287) (xy 184.662869 79.500238) + (xy 184.433382 79.374076) (xy 184.646809 79.260595) (xy 184.856644 79.089458) (xy 185.029241 78.880824) (xy 185.158027 78.642639) + (xy 185.238097 78.383976) (xy 185.2664 78.114686) (xy 185.241859 77.845027) (xy 185.165409 77.585271) (xy 185.039961 77.345311) + (xy 184.870293 77.134287) (xy 184.662869 76.960238) (xy 184.433382 76.834076) (xy 184.646809 76.720595) (xy 184.856644 76.549458) + (xy 185.029241 76.340824) (xy 185.158027 76.102639) (xy 185.238097 75.843976) (xy 185.2664 75.574686) (xy 185.241859 75.305027) + (xy 185.165409 75.045271) (xy 185.039961 74.805311) (xy 184.870293 74.594287) (xy 184.662869 74.420238) (xy 184.433382 74.294076) + (xy 184.646809 74.180595) (xy 184.705166 74.133) (xy 187.487 74.133) (xy 187.487 80.141756) (xy 187.387185 80.25887) + (xy 187.317466 80.413535) (xy 187.293597 80.5815) (xy 187.293597 81.9785) (xy 187.301216 82.074048) (xy 187.351403 82.236107) + (xy 187.444752 82.377769) (xy 187.57387 82.487815) (xy 187.728535 82.557534) (xy 187.8965 82.581403) (xy 189.2935 82.581403) + (xy 189.389048 82.573784) (xy 189.551107 82.523597) (xy 189.692769 82.430248) (xy 189.802815 82.30113) (xy 189.872534 82.146465) + (xy 189.896403 81.9785) (xy 189.896403 80.5815) (xy 189.888784 80.485952) (xy 189.838597 80.323893) (xy 189.745248 80.182231) + (xy 189.703 80.146223) (xy 189.703 73.66) (xy 189.69302 73.558217) (xy 189.684093 73.456182) (xy 189.682466 73.450582) + (xy 189.681898 73.444788) (xy 189.652334 73.346868) (xy 189.623763 73.248525) (xy 189.62108 73.24335) (xy 189.619397 73.237774) + (xy 189.571348 73.147407) (xy 189.524247 73.05654) (xy 189.520613 73.051988) (xy 189.517877 73.046842) (xy 189.453185 72.967522) + (xy 189.389337 72.887541) (xy 189.381338 72.879429) (xy 189.381204 72.879265) (xy 189.381052 72.879139) (xy 189.378475 72.876526) + (xy 188.743474 72.241526) (xy 188.664413 72.176584) (xy 188.585983 72.110774) (xy 188.580877 72.107967) (xy 188.576375 72.104269) + (xy 188.48619 72.055912) (xy 188.396488 72.006598) (xy 188.390933 72.004836) (xy 188.385799 72.002083) (xy 188.28793 71.972161) + (xy 188.190366 71.941212) (xy 188.184576 71.940563) (xy 188.179004 71.938859) (xy 188.077189 71.928517) (xy 187.97547 71.917108) + (xy 187.964078 71.917028) (xy 187.963867 71.917007) (xy 187.96367 71.917026) (xy 187.96 71.917) (xy 184.70668 71.917) + (xy 184.662869 71.880238) (xy 184.425589 71.749792) (xy 184.167491 71.667918) (xy 183.898405 71.637735) (xy 183.879034 71.6376) + (xy 183.150966 71.6376) (xy 182.881485 71.664023) (xy 182.622269 71.742285) (xy 182.383191 71.869405) (xy 182.324834 71.917) + (xy 179.289 71.917) (xy 179.289 69.85) (xy 179.267898 69.634788) (xy 179.205397 69.427774) (xy 179.132903 69.291432) + (xy 179.132903 69.05) (xy 179.125284 68.954452) (xy 179.075097 68.792393) (xy 178.981748 68.650731) (xy 178.85263 68.540685) + (xy 178.697965 68.470966) (xy 178.53 68.447097) (xy 177.53 68.447097) (xy 177.434452 68.454716) (xy 177.272393 68.504903) + (xy 177.130731 68.598252) (xy 177.020685 68.72737) (xy 176.950966 68.882035) (xy 176.927097 69.05) (xy 176.927097 70.65) + (xy 176.934716 70.745548) (xy 176.984903 70.907607) (xy 177.073 71.041299) (xy 177.073 71.905521) (xy 177.042869 71.880238) + (xy 176.805589 71.749792) (xy 176.547491 71.667918) (xy 176.278405 71.637735) (xy 176.259034 71.6376) (xy 175.530966 71.6376) + (xy 175.261485 71.664023) (xy 175.002269 71.742285) (xy 174.763191 71.869405) (xy 174.704834 71.917) (xy 173.813949 71.917) + (xy 172.046949 70.15) (xy 173.93 70.15) (xy 173.93 70.709095) (xy 173.953058 70.825013) (xy 173.998287 70.934206) + (xy 174.063949 71.032478) (xy 174.147522 71.11605) (xy 174.245793 71.181713) (xy 174.354986 71.226942) (xy 174.470905 71.25) + (xy 174.73 71.25) (xy 174.88 71.1) (xy 174.88 70) (xy 175.18 70) (xy 175.18 71.1) + (xy 175.33 71.25) (xy 175.589095 71.25) (xy 175.705014 71.226942) (xy 175.814207 71.181713) (xy 175.912478 71.11605) + (xy 175.996051 71.032478) (xy 176.061713 70.934206) (xy 176.106942 70.825013) (xy 176.13 70.709095) (xy 176.13 70.15) + (xy 175.98 70) (xy 175.18 70) (xy 174.88 70) (xy 174.08 70) (xy 173.93 70.15) + (xy 172.046949 70.15) (xy 171.923 70.026052) (xy 171.923 68.990905) (xy 173.93 68.990905) (xy 173.93 69.55) + (xy 174.08 69.7) (xy 174.88 69.7) (xy 174.88 68.6) (xy 175.18 68.6) (xy 175.18 69.7) + (xy 175.98 69.7) (xy 176.13 69.55) (xy 176.13 68.990905) (xy 176.106942 68.874987) (xy 176.061713 68.765794) + (xy 175.996051 68.667522) (xy 175.912478 68.58395) (xy 175.814207 68.518287) (xy 175.705014 68.473058) (xy 175.589095 68.45) + (xy 175.33 68.45) (xy 175.18 68.6) (xy 174.88 68.6) (xy 174.73 68.45) (xy 174.470905 68.45) + (xy 174.354986 68.473058) (xy 174.245793 68.518287) (xy 174.147522 68.58395) (xy 174.063949 68.667522) (xy 173.998287 68.765794) + (xy 173.953058 68.874987) (xy 173.93 68.990905) (xy 171.923 68.990905) (xy 171.923 67.813244) (xy 172.022815 67.69613) + (xy 172.092534 67.541465) (xy 172.116403 67.3735) (xy 172.116403 65.9765) (xy 172.108784 65.880952) (xy 172.058597 65.718893) + (xy 171.965248 65.577231) (xy 171.923 65.541223) (xy 171.923 65.459078) (xy 186.213054 65.459078) (xy 186.345401 65.738498) + (xy 186.677051 65.898797) (xy 187.033601 65.991315) (xy 187.401349 66.012496) (xy 187.766163 65.961525) (xy 188.114024 65.840363) + (xy 188.304599 65.738498) (xy 188.436946 65.459078) (xy 187.325 64.347132) (xy 186.213054 65.459078) (xy 171.923 65.459078) + (xy 171.923 64.77) (xy 171.91302 64.668217) (xy 171.904093 64.566182) (xy 171.902466 64.560582) (xy 171.901898 64.554788) + (xy 171.872334 64.456868) (xy 171.843763 64.358525) (xy 171.84108 64.35335) (xy 171.839397 64.347774) (xy 171.791348 64.257407) + (xy 171.767474 64.211349) (xy 185.447504 64.211349) (xy 185.498475 64.576163) (xy 185.619637 64.924024) (xy 185.721502 65.114599) + (xy 186.000922 65.246946) (xy 187.112868 64.135) (xy 187.537132 64.135) (xy 188.649078 65.246946) (xy 188.928498 65.114599) + (xy 189.088797 64.782949) (xy 189.181315 64.426399) (xy 189.202496 64.058651) (xy 189.151525 63.693837) (xy 189.030363 63.345976) + (xy 188.928498 63.155401) (xy 188.649078 63.023054) (xy 187.537132 64.135) (xy 187.112868 64.135) (xy 186.000922 63.023054) + (xy 185.721502 63.155401) (xy 185.561203 63.487051) (xy 185.468685 63.843601) (xy 185.447504 64.211349) (xy 171.767474 64.211349) + (xy 171.744247 64.16654) (xy 171.740613 64.161988) (xy 171.737877 64.156842) (xy 171.673185 64.077522) (xy 171.609337 63.997541) + (xy 171.601338 63.989429) (xy 171.601204 63.989265) (xy 171.601052 63.989139) (xy 171.598475 63.986526) (xy 170.963474 63.351526) + (xy 170.884413 63.286584) (xy 170.805983 63.220774) (xy 170.800877 63.217967) (xy 170.796375 63.214269) (xy 170.70619 63.165912) + (xy 170.616488 63.116598) (xy 170.610933 63.114836) (xy 170.605799 63.112083) (xy 170.50793 63.082161) (xy 170.410366 63.051212) + (xy 170.404576 63.050563) (xy 170.399004 63.048859) (xy 170.297189 63.038517) (xy 170.19547 63.027108) (xy 170.184078 63.027028) + (xy 170.183867 63.027007) (xy 170.18367 63.027026) (xy 170.18 63.027) (xy 151.28808 63.027) (xy 151.145935 62.931122) + (xy 150.899703 62.827616) (xy 150.818378 62.810922) (xy 186.213054 62.810922) (xy 187.325 63.922868) (xy 188.436946 62.810922) + (xy 188.304599 62.531502) (xy 187.972949 62.371203) (xy 187.616399 62.278685) (xy 187.248651 62.257504) (xy 186.883837 62.308475) + (xy 186.535976 62.429637) (xy 186.345401 62.531502) (xy 186.213054 62.810922) (xy 150.818378 62.810922) (xy 150.638057 62.773907) + (xy 150.370961 62.772043) (xy 150.10859 62.822092) (xy 149.860938 62.922151) (xy 149.700711 63.027) (xy 148.74808 63.027) + (xy 148.605935 62.931122) (xy 148.359703 62.827616) (xy 148.098057 62.773907) (xy 147.830961 62.772043) (xy 147.56859 62.822092) + (xy 147.320938 62.922151) (xy 147.097436 63.068406) (xy 146.906599 63.255287) (xy 146.755695 63.475677) (xy 146.650473 63.72118) + (xy 146.594939 63.982445) (xy 146.59121 64.249521) (xy 146.639427 64.512235) (xy 146.737754 64.76058) (xy 146.882445 64.985097) + (xy 147.06799 65.177234) (xy 147.28732 65.329672) (xy 147.532082 65.436606) (xy 147.792954 65.493963) (xy 148.059997 65.499556) + (xy 148.323041 65.453175) (xy 148.572066 65.356584) (xy 148.751047 65.243) (xy 149.702615 65.243) (xy 149.82732 65.329672) + (xy 150.072082 65.436606) (xy 150.332954 65.493963) (xy 150.599997 65.499556) (xy 150.863041 65.453175) (xy 151.112066 65.356584) + (xy 151.291047 65.243) (xy 152.230392 65.243) (xy 152.169405 65.261413) (xy 152.097001 65.282448) (xy 152.093189 65.284424) + (xy 152.089085 65.285663) (xy 152.022612 65.321008) (xy 151.955629 65.355728) (xy 151.952272 65.358408) (xy 151.948488 65.36042) + (xy 151.890079 65.408057) (xy 151.831184 65.455073) (xy 151.825214 65.460959) (xy 151.825089 65.461061) (xy 151.824993 65.461177) + (xy 151.823072 65.463071) (xy 151.427044 65.8591) (xy 144.78 65.8591) (xy 144.704993 65.866455) (xy 144.629915 65.873023) + (xy 144.625794 65.87422) (xy 144.621524 65.874639) (xy 144.549405 65.896413) (xy 144.477001 65.917448) (xy 144.473189 65.919424) + (xy 144.469085 65.920663) (xy 144.402612 65.956008) (xy 144.335629 65.990728) (xy 144.332272 65.993408) (xy 144.328488 65.99542) + (xy 144.270079 66.043057) (xy 144.211184 66.090073) (xy 144.205214 66.095959) (xy 144.205089 66.096061) (xy 144.204993 66.096177) + (xy 144.203072 66.098071) (xy 143.6909 66.610244) (xy 143.6909 66.04) (xy 143.683545 65.964993) (xy 143.676977 65.889915) + (xy 143.67578 65.885794) (xy 143.675361 65.881524) (xy 143.653587 65.809405) (xy 143.632552 65.737001) (xy 143.630576 65.733189) + (xy 143.629337 65.729085) (xy 143.593992 65.662612) (xy 143.559272 65.595629) (xy 143.556592 65.592272) (xy 143.55458 65.588488) + (xy 143.506943 65.530079) (xy 143.459927 65.471184) (xy 143.454041 65.465214) (xy 143.453939 65.465089) (xy 143.453823 65.464993) + (xy 143.451929 65.463072) (xy 142.988332 64.999476) (xy 142.965977 64.771485) (xy 142.887715 64.512269) (xy 142.760595 64.273191) + (xy 142.589458 64.063356) (xy 142.380824 63.890759) (xy 142.142639 63.761973) (xy 141.883976 63.681903) (xy 141.614686 63.6536) + (xy 141.345027 63.678141) (xy 141.1509 63.735275) (xy 141.1509 61.932956) (xy 142.181928 60.901929) (xy 142.229757 60.843701) + (xy 142.27821 60.785957) (xy 142.280279 60.782194) (xy 142.283 60.778881) (xy 142.318593 60.7125) (xy 142.354923 60.646417) + (xy 142.356221 60.642326) (xy 142.358247 60.638547) (xy 142.380269 60.566515) (xy 142.403071 60.494635) (xy 142.403549 60.490369) + (xy 142.404803 60.486269) (xy 142.412419 60.411294) (xy 142.42082 60.336392) (xy 142.420879 60.328007) (xy 142.420895 60.327848) + (xy 142.420881 60.3277) (xy 142.4209 60.325) (xy 142.4209 59.264766) (xy 142.575713 59.140293) (xy 142.749762 58.932869) + (xy 142.880208 58.695589) (xy 142.962082 58.437491) (xy 142.992265 58.168405) (xy 142.9924 58.149034) (xy 142.9924 57.839078) + (xy 163.353054 57.839078) (xy 163.485401 58.118498) (xy 163.817051 58.278797) (xy 164.173601 58.371315) (xy 164.541349 58.392496) + (xy 164.906163 58.341525) (xy 165.254024 58.220363) (xy 165.444599 58.118498) (xy 165.576946 57.839078) (xy 177.323054 57.839078) + (xy 177.455401 58.118498) (xy 177.787051 58.278797) (xy 178.143601 58.371315) (xy 178.511349 58.392496) (xy 178.876163 58.341525) + (xy 179.224024 58.220363) (xy 179.414599 58.118498) (xy 179.546946 57.839078) (xy 179.492868 57.785) (xy 185.452097 57.785) + (xy 185.452097 60.325) (xy 185.459716 60.420548) (xy 185.509903 60.582607) (xy 185.603252 60.724269) (xy 185.73237 60.834315) + (xy 185.887035 60.904034) (xy 186.055 60.927903) (xy 188.595 60.927903) (xy 188.690548 60.920284) (xy 188.852607 60.870097) + (xy 188.994269 60.776748) (xy 189.104315 60.64763) (xy 189.174034 60.492965) (xy 189.197903 60.325) (xy 189.197903 57.785) + (xy 189.190284 57.689452) (xy 189.140097 57.527393) (xy 189.046748 57.385731) (xy 188.91763 57.275685) (xy 188.762965 57.205966) + (xy 188.595 57.182097) (xy 188.1409 57.182097) (xy 188.1409 53.165401) (xy 188.167588 53.148464) (xy 188.361016 52.964265) + (xy 188.514982 52.746004) (xy 188.623622 52.501994) (xy 188.682798 52.24153) (xy 188.687058 51.936449) (xy 188.635178 51.674434) + (xy 188.533393 51.427486) (xy 188.385581 51.205011) (xy 188.197372 51.015483) (xy 187.975935 50.866122) (xy 187.729703 50.762616) + (xy 187.468057 50.708907) (xy 187.200961 50.707043) (xy 186.93859 50.757092) (xy 186.690938 50.857151) (xy 186.467436 51.003406) + (xy 186.276599 51.190287) (xy 186.125695 51.410677) (xy 186.020473 51.65618) (xy 185.964939 51.917445) (xy 185.96121 52.184521) + (xy 186.009427 52.447235) (xy 186.107754 52.69558) (xy 186.252445 52.920097) (xy 186.43799 53.112234) (xy 186.5091 53.161657) + (xy 186.5091 57.182097) (xy 186.055 57.182097) (xy 185.959452 57.189716) (xy 185.797393 57.239903) (xy 185.655731 57.333252) + (xy 185.545685 57.46237) (xy 185.475966 57.617035) (xy 185.452097 57.785) (xy 179.492868 57.785) (xy 178.435 56.727132) + (xy 177.323054 57.839078) (xy 165.576946 57.839078) (xy 164.465 56.727132) (xy 163.353054 57.839078) (xy 142.9924 57.839078) + (xy 142.9924 57.420966) (xy 142.965977 57.151485) (xy 142.887715 56.892269) (xy 142.760595 56.653191) (xy 142.710158 56.591349) + (xy 162.587504 56.591349) (xy 162.638475 56.956163) (xy 162.759637 57.304024) (xy 162.861502 57.494599) (xy 163.140922 57.626946) + (xy 164.252868 56.515) (xy 164.677132 56.515) (xy 165.789078 57.626946) (xy 166.068498 57.494599) (xy 166.228797 57.162949) + (xy 166.321315 56.806399) (xy 166.333701 56.591349) (xy 176.557504 56.591349) (xy 176.608475 56.956163) (xy 176.729637 57.304024) + (xy 176.831502 57.494599) (xy 177.110922 57.626946) (xy 178.222868 56.515) (xy 178.647132 56.515) (xy 179.759078 57.626946) + (xy 180.038498 57.494599) (xy 180.198797 57.162949) (xy 180.291315 56.806399) (xy 180.312496 56.438651) (xy 180.261525 56.073837) + (xy 180.140363 55.725976) (xy 180.038498 55.535401) (xy 179.759078 55.403054) (xy 178.647132 56.515) (xy 178.222868 56.515) + (xy 177.110922 55.403054) (xy 176.831502 55.535401) (xy 176.671203 55.867051) (xy 176.578685 56.223601) (xy 176.557504 56.591349) + (xy 166.333701 56.591349) (xy 166.342496 56.438651) (xy 166.291525 56.073837) (xy 166.170363 55.725976) (xy 166.068498 55.535401) + (xy 165.789078 55.403054) (xy 164.677132 56.515) (xy 164.252868 56.515) (xy 163.140922 55.403054) (xy 162.861502 55.535401) + (xy 162.701203 55.867051) (xy 162.608685 56.223601) (xy 162.587504 56.591349) (xy 142.710158 56.591349) (xy 142.589458 56.443356) + (xy 142.380824 56.270759) (xy 142.142639 56.141973) (xy 141.883976 56.061903) (xy 141.614686 56.0336) (xy 141.345027 56.058141) + (xy 141.085271 56.134591) (xy 140.845311 56.260039) (xy 140.634287 56.429707) (xy 140.460238 56.637131) (xy 140.334076 56.866618) + (xy 140.220595 56.653191) (xy 140.049458 56.443356) (xy 139.840824 56.270759) (xy 139.602639 56.141973) (xy 139.343976 56.061903) + (xy 139.074686 56.0336) (xy 138.805027 56.058141) (xy 138.545271 56.134591) (xy 138.305311 56.260039) (xy 138.094287 56.429707) + (xy 137.920238 56.637131) (xy 137.794076 56.866618) (xy 137.680595 56.653191) (xy 137.509458 56.443356) (xy 137.300824 56.270759) + (xy 137.062639 56.141973) (xy 136.803976 56.061903) (xy 136.534686 56.0336) (xy 136.265027 56.058141) (xy 136.005271 56.134591) + (xy 135.765311 56.260039) (xy 135.554287 56.429707) (xy 135.380238 56.637131) (xy 135.254076 56.866618) (xy 135.140595 56.653191) + (xy 134.969458 56.443356) (xy 134.760824 56.270759) (xy 134.522639 56.141973) (xy 134.263976 56.061903) (xy 133.994686 56.0336) + (xy 133.725027 56.058141) (xy 133.465271 56.134591) (xy 133.225311 56.260039) (xy 133.014287 56.429707) (xy 132.840238 56.637131) + (xy 132.714076 56.866618) (xy 132.600595 56.653191) (xy 132.429458 56.443356) (xy 132.220824 56.270759) (xy 131.982639 56.141973) + (xy 131.723976 56.061903) (xy 131.454686 56.0336) (xy 131.185027 56.058141) (xy 130.925271 56.134591) (xy 130.685311 56.260039) + (xy 130.474287 56.429707) (xy 130.300238 56.637131) (xy 130.174076 56.866618) (xy 130.060595 56.653191) (xy 129.889458 56.443356) + (xy 129.7209 56.303913) (xy 129.7209 55.276403) (xy 130.2385 55.276403) (xy 130.334048 55.268784) (xy 130.496107 55.218597) + (xy 130.637769 55.125248) (xy 130.747815 54.99613) (xy 130.817534 54.841465) (xy 130.841403 54.6735) (xy 130.841403 53.2765) + (xy 130.833784 53.180952) (xy 130.783597 53.018893) (xy 130.690248 52.877231) (xy 130.56113 52.767185) (xy 130.406465 52.697466) + (xy 130.2385 52.673597) (xy 128.8415 52.673597) (xy 128.745952 52.681216) (xy 128.583893 52.731403) (xy 128.442231 52.824752) + (xy 128.332185 52.95387) (xy 128.262466 53.108535) (xy 128.238597 53.2765) (xy 128.238597 54.140931) (xy 128.23179 54.149043) + (xy 128.229721 54.152806) (xy 128.227 54.156119) (xy 128.191407 54.2225) (xy 128.155077 54.288583) (xy 128.153779 54.292674) + (xy 128.151753 54.296453) (xy 128.129735 54.368473) (xy 128.106929 54.440365) (xy 128.10645 54.444632) (xy 128.105197 54.448732) + (xy 128.097582 54.523701) (xy 128.08918 54.598608) (xy 128.089121 54.606993) (xy 128.089105 54.607152) (xy 128.089119 54.6073) + (xy 128.0891 54.61) (xy 128.0891 56.305234) (xy 127.934287 56.429707) (xy 127.760238 56.637131) (xy 127.634076 56.866618) + (xy 127.520595 56.653191) (xy 127.349458 56.443356) (xy 127.1809 56.303913) (xy 127.1809 51.137956) (xy 127.337957 50.9809) + (xy 128.252983 50.9809) (xy 128.296403 51.121107) (xy 128.389752 51.262769) (xy 128.51887 51.372815) (xy 128.673535 51.442534) + (xy 128.8415 51.466403) (xy 130.2385 51.466403) (xy 130.334048 51.458784) (xy 130.496107 51.408597) (xy 130.637769 51.315248) + (xy 130.747815 51.18613) (xy 130.817534 51.031465) (xy 130.841403 50.8635) (xy 130.841403 49.4665) (xy 130.833784 49.370952) + (xy 130.783597 49.208893) (xy 130.690248 49.067231) (xy 130.56113 48.957185) (xy 130.406465 48.887466) (xy 130.2385 48.863597) + (xy 128.8415 48.863597) (xy 128.745952 48.871216) (xy 128.583893 48.921403) (xy 128.442231 49.014752) (xy 128.332185 49.14387) + (xy 128.262466 49.298535) (xy 128.25528 49.3491) (xy 127.064756 49.3491) (xy 127.576929 48.836928) (xy 127.624761 48.778696) + (xy 127.67321 48.720957) (xy 127.675279 48.717194) (xy 127.678 48.713881) (xy 127.713583 48.647519) (xy 127.749923 48.581417) + (xy 127.751222 48.577323) (xy 127.753247 48.573546) (xy 127.774896 48.502734) (xy 127.970713 48.345293) (xy 128.144762 48.137869) + (xy 128.270924 47.908382) (xy 128.384405 48.121809) (xy 128.555542 48.331644) (xy 128.764176 48.504241) (xy 129.002361 48.633027) + (xy 129.261024 48.713097) (xy 129.530314 48.7414) (xy 129.799973 48.716859) (xy 130.059729 48.640409) (xy 130.299689 48.514961) + (xy 130.510713 48.345293) (xy 130.684762 48.137869) (xy 130.70668 48.098) (xy 130.986052 48.098) (xy 132.566526 49.678474) + (xy 132.645587 49.743416) (xy 132.724017 49.809226) (xy 132.729123 49.812033) (xy 132.733625 49.815731) (xy 132.82381 49.864088) + (xy 132.913512 49.913402) (xy 132.919067 49.915164) (xy 132.924201 49.917917) (xy 133.02207 49.947839) (xy 133.119634 49.978788) + (xy 133.125424 49.979437) (xy 133.130996 49.981141) (xy 133.232811 49.991483) (xy 133.33453 50.002892) (xy 133.345922 50.002972) + (xy 133.346133 50.002993) (xy 133.34633 50.002974) (xy 133.35 50.003) (xy 138.43 50.003) (xy 138.531874 49.993011) + (xy 138.633819 49.984092) (xy 138.639414 49.982466) (xy 138.645212 49.981898) (xy 138.743161 49.952326) (xy 138.841475 49.923763) + (xy 138.84665 49.92108) (xy 138.852226 49.919397) (xy 138.942593 49.871348) (xy 139.03346 49.824247) (xy 139.038012 49.820613) + (xy 139.043158 49.817877) (xy 139.122478 49.753185) (xy 139.202459 49.689337) (xy 139.210566 49.681342) (xy 139.210735 49.681204) + (xy 139.210864 49.681048) (xy 139.213474 49.678474) (xy 142.388474 46.503474) (xy 142.453416 46.424413) (xy 142.519226 46.345983) + (xy 142.522033 46.340877) (xy 142.525731 46.336375) (xy 142.574088 46.24619) (xy 142.623402 46.156488) (xy 142.625164 46.150933) + (xy 142.627917 46.145799) (xy 142.657839 46.04793) (xy 142.688788 45.950366) (xy 142.689437 45.944576) (xy 142.691141 45.939004) + (xy 142.701483 45.837189) (xy 142.712892 45.73547) (xy 142.712972 45.724078) (xy 142.712993 45.723867) (xy 142.712974 45.72367) + (xy 142.713 45.72) (xy 142.713 44.273949) (xy 142.991049 43.9959) (xy 143.492737 43.9959) (xy 143.475473 44.03618) + (xy 143.419939 44.297445) (xy 143.41621 44.564521) (xy 143.464427 44.827235) (xy 143.562754 45.07558) (xy 143.707445 45.300097) + (xy 143.89299 45.492234) (xy 144.11232 45.644672) (xy 144.286013 45.720557) (xy 144.145938 45.777151) (xy 143.922436 45.923406) + (xy 143.731599 46.110287) (xy 143.687905 46.1741) (xy 143.51 46.1741) (xy 143.434993 46.181455) (xy 143.359915 46.188023) + (xy 143.355794 46.18922) (xy 143.351524 46.189639) (xy 143.279405 46.211413) (xy 143.207001 46.232448) (xy 143.203189 46.234424) + (xy 143.199085 46.235663) (xy 143.132612 46.271008) (xy 143.065629 46.305728) (xy 143.062272 46.308408) (xy 143.058488 46.31042) + (xy 143.000079 46.358057) (xy 142.941184 46.405073) (xy 142.935214 46.410959) (xy 142.935089 46.411061) (xy 142.934993 46.411177) + (xy 142.933072 46.413071) (xy 142.298072 47.048072) (xy 142.250264 47.106274) (xy 142.20179 47.164043) (xy 142.199721 47.167806) + (xy 142.197 47.171119) (xy 142.161407 47.2375) (xy 142.125077 47.303583) (xy 142.123779 47.307674) (xy 142.121753 47.311453) + (xy 142.099735 47.383473) (xy 142.076929 47.455365) (xy 142.07645 47.459632) (xy 142.075197 47.463732) (xy 142.067582 47.538701) + (xy 142.05918 47.613608) (xy 142.059121 47.621993) (xy 142.059105 47.622152) (xy 142.059119 47.6223) (xy 142.0591 47.625) + (xy 142.0591 53.34) (xy 142.066454 53.415003) (xy 142.073023 53.490086) (xy 142.07422 53.494208) (xy 142.074639 53.498476) + (xy 142.096409 53.570583) (xy 142.117448 53.642999) (xy 142.119424 53.646811) (xy 142.120663 53.650915) (xy 142.156029 53.717428) + (xy 142.190729 53.784371) (xy 142.193406 53.787725) (xy 142.19542 53.791512) (xy 142.243079 53.849949) (xy 142.290073 53.908816) + (xy 142.295955 53.914781) (xy 142.296061 53.914911) (xy 142.296181 53.91501) (xy 142.298072 53.916928) (xy 142.933072 54.551929) + (xy 142.991304 54.599761) (xy 143.049043 54.64821) (xy 143.052806 54.650279) (xy 143.056119 54.653) (xy 143.122481 54.688583) + (xy 143.188583 54.724923) (xy 143.192677 54.726222) (xy 143.196454 54.728247) (xy 143.268459 54.750261) (xy 143.340365 54.773071) + (xy 143.344632 54.77355) (xy 143.348732 54.774803) (xy 143.423701 54.782418) (xy 143.498608 54.79082) (xy 143.506993 54.790879) + (xy 143.507152 54.790895) (xy 143.5073 54.790881) (xy 143.51 54.7909) (xy 143.7627 54.7909) (xy 143.934344 54.968642) + (xy 144.143449 55.113974) (xy 144.3768 55.215922) (xy 144.625509 55.270605) (xy 144.880102 55.275937) (xy 145.130882 55.231718) + (xy 145.368297 55.139631) (xy 145.583305 55.003183) (xy 145.767714 54.827572) (xy 145.914502 54.619487) (xy 146.018077 54.386853) + (xy 146.074494 54.138533) (xy 146.075178 54.089521) (xy 146.59121 54.089521) (xy 146.639427 54.352235) (xy 146.737754 54.60058) + (xy 146.882445 54.825097) (xy 147.06799 55.017234) (xy 147.28732 55.169672) (xy 147.532082 55.276606) (xy 147.792954 55.333963) + (xy 148.059997 55.339556) (xy 148.323041 55.293175) (xy 148.572066 55.196584) (xy 148.797588 55.053464) (xy 148.991016 54.869265) + (xy 149.144982 54.651004) (xy 149.225826 54.469425) (xy 149.277754 54.60058) (xy 149.422445 54.825097) (xy 149.60799 55.017234) + (xy 149.82732 55.169672) (xy 150.072082 55.276606) (xy 150.332954 55.333963) (xy 150.599997 55.339556) (xy 150.863041 55.293175) + (xy 151.112066 55.196584) (xy 151.120987 55.190922) (xy 163.353054 55.190922) (xy 164.465 56.302868) (xy 165.576946 55.190922) + (xy 177.323054 55.190922) (xy 178.435 56.302868) (xy 179.546946 55.190922) (xy 179.414599 54.911502) (xy 179.082949 54.751203) + (xy 178.726399 54.658685) (xy 178.358651 54.637504) (xy 177.993837 54.688475) (xy 177.645976 54.809637) (xy 177.455401 54.911502) + (xy 177.323054 55.190922) (xy 165.576946 55.190922) (xy 165.444599 54.911502) (xy 165.112949 54.751203) (xy 164.756399 54.658685) + (xy 164.388651 54.637504) (xy 164.023837 54.688475) (xy 163.675976 54.809637) (xy 163.485401 54.911502) (xy 163.353054 55.190922) + (xy 151.120987 55.190922) (xy 151.337588 55.053464) (xy 151.531016 54.869265) (xy 151.586296 54.7909) (xy 159.385 54.7909) + (xy 159.460003 54.783546) (xy 159.535086 54.776977) (xy 159.539208 54.77578) (xy 159.543476 54.775361) (xy 159.615583 54.753591) + (xy 159.687999 54.732552) (xy 159.691811 54.730576) (xy 159.695915 54.729337) (xy 159.762428 54.693971) (xy 159.829371 54.659271) + (xy 159.832725 54.656594) (xy 159.836512 54.65458) (xy 159.894949 54.606921) (xy 159.953816 54.559927) (xy 159.959781 54.554045) + (xy 159.959911 54.553939) (xy 159.96001 54.553819) (xy 159.961928 54.551928) (xy 162.262957 52.2509) (xy 166.586716 52.2509) + (xy 166.603744 52.293909) (xy 166.802402 52.602166) (xy 167.057152 52.865967) (xy 167.358288 53.075262) (xy 167.694342 53.222081) + (xy 168.052513 53.30083) (xy 168.419159 53.30851) (xy 168.780313 53.244829) (xy 169.122221 53.112212) (xy 169.431857 52.91571) + (xy 169.69743 52.662809) (xy 169.908823 52.36314) (xy 170.057984 52.02812) (xy 170.139231 51.670507) (xy 170.14508 51.251637) + (xy 170.073849 50.891895) (xy 169.934101 50.55284) (xy 169.731158 50.247387) (xy 169.47275 49.987169) (xy 169.168721 49.782098) + (xy 168.83065 49.639986) (xy 168.471414 49.566246) (xy 168.104697 49.563685) (xy 167.744467 49.632403) (xy 167.404445 49.769781) + (xy 167.097581 49.970587) (xy 166.835566 50.227171) (xy 166.628378 50.529762) (xy 166.590088 50.6191) (xy 161.925 50.6191) + (xy 161.849997 50.626454) (xy 161.774914 50.633023) (xy 161.770792 50.63422) (xy 161.766524 50.634639) (xy 161.694384 50.656419) + (xy 161.622 50.677449) (xy 161.618191 50.679423) (xy 161.614085 50.680663) (xy 161.547575 50.716027) (xy 161.480628 50.750729) + (xy 161.477272 50.753408) (xy 161.473488 50.75542) (xy 161.415098 50.803042) (xy 161.356183 50.850073) (xy 161.350213 50.85596) + (xy 161.350089 50.856061) (xy 161.349994 50.856176) (xy 161.348071 50.858072) (xy 159.047044 53.1591) (xy 155.031336 53.1591) + (xy 155.152221 53.112212) (xy 155.461857 52.91571) (xy 155.72743 52.662809) (xy 155.938823 52.36314) (xy 156.087984 52.02812) + (xy 156.169231 51.670507) (xy 156.17508 51.251637) (xy 156.103849 50.891895) (xy 155.964101 50.55284) (xy 155.761158 50.247387) + (xy 155.50275 49.987169) (xy 155.198721 49.782098) (xy 154.86065 49.639986) (xy 154.501414 49.566246) (xy 154.134697 49.563685) + (xy 153.774467 49.632403) (xy 153.434445 49.769781) (xy 153.127581 49.970587) (xy 152.865566 50.227171) (xy 152.658378 50.529762) + (xy 152.620088 50.6191) (xy 150.495 50.6191) (xy 150.419997 50.626454) (xy 150.344914 50.633023) (xy 150.340792 50.63422) + (xy 150.336524 50.634639) (xy 150.264384 50.656419) (xy 150.192 50.677449) (xy 150.188191 50.679423) (xy 150.184085 50.680663) + (xy 150.117575 50.716027) (xy 150.050628 50.750729) (xy 150.047272 50.753408) (xy 150.043488 50.75542) (xy 149.985098 50.803042) + (xy 149.926183 50.850073) (xy 149.920213 50.85596) (xy 149.920089 50.856061) (xy 149.919994 50.856176) (xy 149.918071 50.858072) + (xy 148.151306 52.624838) (xy 148.098057 52.613907) (xy 147.830961 52.612043) (xy 147.56859 52.662092) (xy 147.320938 52.762151) + (xy 147.097436 52.908406) (xy 146.906599 53.095287) (xy 146.755695 53.315677) (xy 146.650473 53.56118) (xy 146.594939 53.822445) + (xy 146.59121 54.089521) (xy 146.075178 54.089521) (xy 146.078556 53.847675) (xy 146.029094 53.597876) (xy 145.932055 53.362441) + (xy 145.791134 53.150339) (xy 145.6117 52.969647) (xy 145.400586 52.827249) (xy 145.165835 52.728569) (xy 144.916387 52.677365) + (xy 144.661744 52.675587) (xy 144.411606 52.723303) (xy 144.175499 52.818697) (xy 143.962418 52.958133) (xy 143.803052 53.114196) + (xy 143.6909 53.002044) (xy 143.6909 50.872197) (xy 143.75745 50.975463) (xy 143.934344 51.158642) (xy 144.143449 51.303974) + (xy 144.3768 51.405922) (xy 144.625509 51.460605) (xy 144.880102 51.465937) (xy 145.130882 51.421718) (xy 145.368297 51.329631) + (xy 145.583305 51.193183) (xy 145.767714 51.017572) (xy 145.793583 50.9809) (xy 146.05 50.9809) (xy 146.125003 50.973546) + (xy 146.200086 50.966977) (xy 146.204208 50.96578) (xy 146.208476 50.965361) (xy 146.280583 50.943591) (xy 146.352999 50.922552) + (xy 146.356811 50.920576) (xy 146.360915 50.919337) (xy 146.427428 50.883971) (xy 146.494371 50.849271) (xy 146.497725 50.846594) + (xy 146.501512 50.84458) (xy 146.559949 50.796921) (xy 146.618816 50.749927) (xy 146.624781 50.744045) (xy 146.624911 50.743939) + (xy 146.62501 50.743819) (xy 146.626928 50.741928) (xy 147.261929 50.106928) (xy 147.309761 50.048696) (xy 147.35821 49.990957) + (xy 147.360279 49.987194) (xy 147.363 49.983881) (xy 147.398583 49.917519) (xy 147.434923 49.851417) (xy 147.436222 49.847323) + (xy 147.438247 49.843546) (xy 147.460261 49.771541) (xy 147.483071 49.699635) (xy 147.48355 49.695368) (xy 147.484803 49.691268) + (xy 147.492418 49.616299) (xy 147.50082 49.541392) (xy 147.500879 49.533007) (xy 147.500895 49.532848) (xy 147.500881 49.5327) + (xy 147.5009 49.53) (xy 147.5009 45.085) (xy 147.493545 45.009993) (xy 147.486977 44.934915) (xy 147.48578 44.930794) + (xy 147.485361 44.926524) (xy 147.463587 44.854405) (xy 147.442552 44.782001) (xy 147.440576 44.778189) (xy 147.439337 44.774085) + (xy 147.403992 44.707612) (xy 147.369272 44.640629) (xy 147.366592 44.637272) (xy 147.36458 44.633488) (xy 147.316943 44.575079) + (xy 147.269927 44.516184) (xy 147.264041 44.510214) (xy 147.263939 44.510089) (xy 147.263823 44.509993) (xy 147.261929 44.508072) + (xy 146.749756 43.9959) (xy 147.838952 43.9959) (xy 148.441526 44.598475) (xy 148.520617 44.663441) (xy 148.599017 44.729226) + (xy 148.604123 44.732033) (xy 148.608625 44.735731) (xy 148.69881 44.784088) (xy 148.788512 44.833402) (xy 148.794067 44.835164) + (xy 148.799201 44.837917) (xy 148.89707 44.867839) (xy 148.994634 44.898788) (xy 149.000424 44.899437) (xy 149.005996 44.901141) + (xy 149.107811 44.911483) (xy 149.20953 44.922892) (xy 149.220922 44.922972) (xy 149.221133 44.922993) (xy 149.22133 44.922974) + (xy 149.225 44.923) (xy 151.083883 44.923) (xy 151.128449 44.953974) (xy 151.3618 45.055922) (xy 151.610509 45.110605) + (xy 151.865102 45.115937) (xy 152.115882 45.071718) (xy 152.353297 44.979631) (xy 152.442533 44.923) (xy 160.02 44.923) + (xy 160.121874 44.913011) (xy 160.223819 44.904092) (xy 160.229414 44.902466) (xy 160.235212 44.901898) (xy 160.333161 44.872326) + (xy 160.431475 44.843763) (xy 160.43665 44.84108) (xy 160.442226 44.839397) (xy 160.532593 44.791348) (xy 160.62346 44.744247) + (xy 160.628012 44.740613) (xy 160.633158 44.737877) (xy 160.712478 44.673185) (xy 160.792459 44.609337) (xy 160.800566 44.601342) + (xy 160.800735 44.601204) (xy 160.800864 44.601048) (xy 160.803474 44.598474) (xy 161.286948 44.115) (xy 165.7065 44.115) + (xy 165.7065 44.572595) (xy 165.729558 44.688513) (xy 165.774787 44.797706) (xy 165.840449 44.895978) (xy 165.924022 44.97955) + (xy 166.022293 45.045213) (xy 166.131486 45.090442) (xy 166.247405 45.1135) (xy 166.705 45.1135) (xy 166.855 44.9635) + (xy 166.855 43.965) (xy 167.155 43.965) (xy 167.155 44.9635) (xy 167.305 45.1135) (xy 167.762595 45.1135) + (xy 167.878514 45.090442) (xy 167.987707 45.045213) (xy 168.085978 44.97955) (xy 168.169551 44.895978) (xy 168.235213 44.797706) + (xy 168.280442 44.688513) (xy 168.3035 44.572595) (xy 168.3035 44.115) (xy 168.1535 43.965) (xy 167.155 43.965) + (xy 166.855 43.965) (xy 165.8565 43.965) (xy 165.7065 44.115) (xy 161.286948 44.115) (xy 162.344543 43.057405) + (xy 165.7065 43.057405) (xy 165.7065 43.515) (xy 165.8565 43.665) (xy 166.855 43.665) (xy 166.855 42.6665) + (xy 167.155 42.6665) (xy 167.155 43.665) (xy 168.1535 43.665) (xy 168.3035 43.515) (xy 168.3035 43.057405) + (xy 168.280442 42.941487) (xy 168.235213 42.832294) (xy 168.169551 42.734022) (xy 168.085978 42.65045) (xy 167.987707 42.584787) + (xy 167.878514 42.539558) (xy 167.762595 42.5165) (xy 167.305 42.5165) (xy 167.155 42.6665) (xy 166.855 42.6665) + (xy 166.705 42.5165) (xy 166.247405 42.5165) (xy 166.131486 42.539558) (xy 166.022293 42.584787) (xy 165.924022 42.65045) + (xy 165.840449 42.734022) (xy 165.774787 42.832294) (xy 165.729558 42.941487) (xy 165.7065 43.057405) (xy 162.344543 43.057405) + (xy 163.018949 42.383) (xy 169.086052 42.383) + ) + ) + (filled_polygon + (pts + (xy 140.353252 94.474269) (xy 140.48237 94.584315) (xy 140.637035 94.654034) (xy 140.805 94.677903) (xy 140.989955 94.677903) + (xy 141.710526 95.398474) (xy 141.789587 95.463416) (xy 141.868017 95.529226) (xy 141.873123 95.532033) (xy 141.877625 95.535731) + (xy 141.96781 95.584088) (xy 142.057512 95.633402) (xy 142.063067 95.635164) (xy 142.068201 95.637917) (xy 142.16607 95.667839) + (xy 142.263634 95.698788) (xy 142.269424 95.699437) (xy 142.274996 95.701141) (xy 142.376811 95.711483) (xy 142.47853 95.722892) + (xy 142.489922 95.722972) (xy 142.490133 95.722993) (xy 142.49033 95.722974) (xy 142.494 95.723) (xy 147.273883 95.723) + (xy 147.318449 95.753974) (xy 147.5518 95.855922) (xy 147.683357 95.884847) (xy 147.586606 95.903303) (xy 147.350499 95.998697) + (xy 147.137418 96.138133) (xy 146.955478 96.316302) (xy 146.81161 96.526416) (xy 146.711293 96.760473) (xy 146.658349 97.009557) + (xy 146.654793 97.264181) (xy 146.700762 97.514647) (xy 146.794505 97.751414) (xy 146.93245 97.965463) (xy 147.109344 98.148642) + (xy 147.318449 98.293974) (xy 147.5518 98.395922) (xy 147.683357 98.424847) (xy 147.586606 98.443303) (xy 147.350499 98.538697) + (xy 147.137418 98.678133) (xy 146.955478 98.856302) (xy 146.81161 99.066416) (xy 146.711293 99.300473) (xy 146.685073 99.423828) + (xy 146.664094 99.317876) (xy 146.567055 99.082441) (xy 146.426134 98.870339) (xy 146.2467 98.689647) (xy 146.035586 98.547249) + (xy 145.800835 98.448569) (xy 145.551387 98.397365) (xy 145.296744 98.395587) (xy 145.046606 98.443303) (xy 144.810499 98.538697) + (xy 144.597418 98.678133) (xy 144.415478 98.856302) (xy 144.27161 99.066416) (xy 144.171293 99.300473) (xy 144.145073 99.423828) + (xy 144.124094 99.317876) (xy 144.027055 99.082441) (xy 143.886134 98.870339) (xy 143.7067 98.689647) (xy 143.495586 98.547249) + (xy 143.260835 98.448569) (xy 143.011387 98.397365) (xy 142.756744 98.395587) (xy 142.506606 98.443303) (xy 142.270499 98.538697) + (xy 142.057418 98.678133) (xy 141.875478 98.856302) (xy 141.73161 99.066416) (xy 141.631293 99.300473) (xy 141.605436 99.422123) + (xy 141.591709 99.344086) (xy 141.499102 99.105657) (xy 141.47176 99.054506) (xy 141.250703 98.991429) (xy 140.547132 99.695) + (xy 140.561275 99.709143) (xy 140.349143 99.921275) (xy 140.335 99.907132) (xy 139.631429 100.610703) (xy 139.694506 100.83176) + (xy 139.928583 100.934872) (xy 140.06345 100.964829) (xy 139.966606 100.983303) (xy 139.730499 101.078697) (xy 139.517418 101.218133) + (xy 139.335478 101.396302) (xy 139.19161 101.606416) (xy 139.091293 101.840473) (xy 139.065073 101.963828) (xy 139.044094 101.857876) + (xy 138.947055 101.622441) (xy 138.806134 101.410339) (xy 138.6267 101.229647) (xy 138.415586 101.087249) (xy 138.180835 100.988569) + (xy 138.068113 100.965431) (xy 138.145882 100.951718) (xy 138.383297 100.859631) (xy 138.598305 100.723183) (xy 138.782714 100.547572) + (xy 138.929502 100.339487) (xy 139.033077 100.106853) (xy 139.064602 99.968094) (xy 139.078291 100.045914) (xy 139.170898 100.284343) + (xy 139.19824 100.335494) (xy 139.419297 100.398571) (xy 140.122868 99.695) (xy 139.419297 98.991429) (xy 139.19824 99.054506) + (xy 139.095128 99.288583) (xy 139.06508 99.42386) (xy 139.044094 99.317876) (xy 138.947055 99.082441) (xy 138.806134 98.870339) + (xy 138.715726 98.779297) (xy 139.631429 98.779297) (xy 140.335 99.482868) (xy 141.038571 98.779297) (xy 140.975494 98.55824) + (xy 140.741417 98.455128) (xy 140.49172 98.399664) (xy 140.236001 98.393979) (xy 139.984086 98.438291) (xy 139.745657 98.530898) + (xy 139.694506 98.55824) (xy 139.631429 98.779297) (xy 138.715726 98.779297) (xy 138.6267 98.689647) (xy 138.415586 98.547249) + (xy 138.180835 98.448569) (xy 137.931387 98.397365) (xy 137.676744 98.395587) (xy 137.426606 98.443303) (xy 137.190499 98.538697) + (xy 136.977418 98.678133) (xy 136.795478 98.856302) (xy 136.65161 99.066416) (xy 136.551293 99.300473) (xy 136.525073 99.423828) + (xy 136.504094 99.317876) (xy 136.407055 99.082441) (xy 136.266134 98.870339) (xy 136.0867 98.689647) (xy 135.875586 98.547249) + (xy 135.640835 98.448569) (xy 135.391387 98.397365) (xy 135.136744 98.395587) (xy 134.886606 98.443303) (xy 134.8009 98.477931) + (xy 134.8009 94.731048) (xy 135.078948 94.453) (xy 140.339237 94.453) + ) + ) + (filled_polygon + (pts + (xy 123.987 79.375) (xy 123.996989 79.476874) (xy 124.005908 79.578819) (xy 124.007534 79.584414) (xy 124.008102 79.590212) + (xy 124.037674 79.688161) (xy 124.066237 79.786475) (xy 124.06892 79.79165) (xy 124.070603 79.797226) (xy 124.118652 79.887593) + (xy 124.165753 79.97846) (xy 124.169387 79.983012) (xy 124.172123 79.988158) (xy 124.236815 80.067478) (xy 124.300663 80.147459) + (xy 124.308658 80.155566) (xy 124.308796 80.155735) (xy 124.308952 80.155864) (xy 124.311526 80.158474) (xy 126.527 82.373949) + (xy 126.527 83.21311) (xy 126.435731 83.273252) (xy 126.325685 83.40237) (xy 126.255966 83.557035) (xy 126.232097 83.725) + (xy 126.232097 84.725) (xy 126.239716 84.820548) (xy 126.289903 84.982607) (xy 126.383252 85.124269) (xy 126.51237 85.234315) + (xy 126.667035 85.304034) (xy 126.835 85.327903) (xy 126.95977 85.327903) (xy 127.009017 85.369226) (xy 127.012419 85.371096) + (xy 127.015414 85.373574) (xy 127.107125 85.423162) (xy 127.198512 85.473402) (xy 127.202218 85.474578) (xy 127.205633 85.476424) + (xy 127.305143 85.507228) (xy 127.404634 85.538788) (xy 127.408499 85.539222) (xy 127.412206 85.540369) (xy 127.515846 85.551262) + (xy 127.61953 85.562892) (xy 127.62699 85.562944) (xy 127.627265 85.562973) (xy 127.627541 85.562948) (xy 127.635 85.563) + (xy 132.877 85.563) (xy 132.877 88.9) (xy 132.886989 89.001874) (xy 132.895908 89.103819) (xy 132.897534 89.109414) + (xy 132.898102 89.115212) (xy 132.927674 89.213161) (xy 132.956237 89.311475) (xy 132.95892 89.31665) (xy 132.960603 89.322226) + (xy 133.008652 89.412593) (xy 133.055753 89.50346) (xy 133.059387 89.508012) (xy 133.062123 89.513158) (xy 133.126815 89.592478) + (xy 133.190663 89.672459) (xy 133.198658 89.680566) (xy 133.198796 89.680735) (xy 133.198952 89.680864) (xy 133.201526 89.683474) + (xy 133.836526 90.318475) (xy 133.915617 90.383441) (xy 133.994017 90.449226) (xy 133.999123 90.452033) (xy 134.003625 90.455731) + (xy 134.09381 90.504088) (xy 134.183512 90.553402) (xy 134.189067 90.555164) (xy 134.194201 90.557917) (xy 134.29207 90.587839) + (xy 134.389634 90.618788) (xy 134.395424 90.619437) (xy 134.400996 90.621141) (xy 134.502811 90.631483) (xy 134.60453 90.642892) + (xy 134.615922 90.642972) (xy 134.616133 90.642993) (xy 134.61633 90.642974) (xy 134.62 90.643) (xy 136.687 90.643) + (xy 136.687 92.237) (xy 134.62 92.237) (xy 134.518217 92.24698) (xy 134.416182 92.255907) (xy 134.410582 92.257534) + (xy 134.404788 92.258102) (xy 134.306868 92.287666) (xy 134.208525 92.316237) (xy 134.20335 92.31892) (xy 134.197774 92.320603) + (xy 134.107407 92.368652) (xy 134.01654 92.415753) (xy 134.011988 92.419387) (xy 134.006842 92.422123) (xy 133.927522 92.486815) + (xy 133.847541 92.550663) (xy 133.839429 92.558662) (xy 133.839265 92.558796) (xy 133.839139 92.558948) (xy 133.836526 92.561525) + (xy 133.201526 93.196526) (xy 133.064269 93.363625) (xy 132.962083 93.554201) (xy 132.898859 93.760996) (xy 132.877007 93.976133) + (xy 132.897357 94.191416) (xy 132.959136 94.398648) (xy 133.059989 94.589933) (xy 133.1691 94.724674) (xy 133.1691 98.477265) + (xy 133.100835 98.448569) (xy 132.851387 98.397365) (xy 132.596744 98.395587) (xy 132.346606 98.443303) (xy 132.110499 98.538697) + (xy 131.897418 98.678133) (xy 131.715478 98.856302) (xy 131.57161 99.066416) (xy 131.471293 99.300473) (xy 131.445073 99.423828) + (xy 131.424094 99.317876) (xy 131.327055 99.082441) (xy 131.186134 98.870339) (xy 131.0067 98.689647) (xy 130.795586 98.547249) + (xy 130.560835 98.448569) (xy 130.311387 98.397365) (xy 130.056744 98.395587) (xy 129.806606 98.443303) (xy 129.570499 98.538697) + (xy 129.357418 98.678133) (xy 129.175478 98.856302) (xy 129.03161 99.066416) (xy 128.931293 99.300473) (xy 128.905073 99.423828) + (xy 128.884094 99.317876) (xy 128.787055 99.082441) (xy 128.646134 98.870339) (xy 128.4667 98.689647) (xy 128.255586 98.547249) + (xy 128.020835 98.448569) (xy 127.771387 98.397365) (xy 127.516744 98.395587) (xy 127.266606 98.443303) (xy 127.030499 98.538697) + (xy 126.817418 98.678133) (xy 126.635478 98.856302) (xy 126.49161 99.066416) (xy 126.391293 99.300473) (xy 126.365073 99.423828) + (xy 126.344094 99.317876) (xy 126.247055 99.082441) (xy 126.106134 98.870339) (xy 125.9267 98.689647) (xy 125.715586 98.547249) + (xy 125.480835 98.448569) (xy 125.231387 98.397365) (xy 124.976744 98.395587) (xy 124.726606 98.443303) (xy 124.490499 98.538697) + (xy 124.277418 98.678133) (xy 124.095478 98.856302) (xy 123.95161 99.066416) (xy 123.851293 99.300473) (xy 123.825073 99.423828) + (xy 123.804094 99.317876) (xy 123.707055 99.082441) (xy 123.566134 98.870339) (xy 123.3867 98.689647) (xy 123.175586 98.547249) + (xy 122.940835 98.448569) (xy 122.828113 98.425431) (xy 122.905882 98.411718) (xy 123.143297 98.319631) (xy 123.358305 98.183183) + (xy 123.542714 98.007572) (xy 123.689502 97.799487) (xy 123.793077 97.566853) (xy 123.849494 97.318533) (xy 123.853556 97.027675) + (xy 123.804094 96.777876) (xy 123.707055 96.542441) (xy 123.566134 96.330339) (xy 123.3867 96.149647) (xy 123.175586 96.007249) + (xy 122.940835 95.908569) (xy 122.828018 95.885411) (xy 122.905914 95.871709) (xy 123.144343 95.779102) (xy 123.195494 95.75176) + (xy 123.258571 95.530703) (xy 122.555 94.827132) (xy 121.851429 95.530703) (xy 121.914506 95.75176) (xy 122.148583 95.854872) + (xy 122.28345 95.884829) (xy 122.186606 95.903303) (xy 121.950499 95.998697) (xy 121.737418 96.138133) (xy 121.555478 96.316302) + (xy 121.41161 96.526416) (xy 121.311293 96.760473) (xy 121.285073 96.883828) (xy 121.264094 96.777876) (xy 121.167055 96.542441) + (xy 121.026134 96.330339) (xy 120.8467 96.149647) (xy 120.635586 96.007249) (xy 120.400835 95.908569) (xy 120.288113 95.885431) + (xy 120.365882 95.871718) (xy 120.603297 95.779631) (xy 120.818305 95.643183) (xy 121.002714 95.467572) (xy 121.149502 95.259487) + (xy 121.253077 95.026853) (xy 121.284602 94.888094) (xy 121.298291 94.965914) (xy 121.390898 95.204343) (xy 121.41824 95.255494) + (xy 121.639297 95.318571) (xy 122.342868 94.615) (xy 122.767132 94.615) (xy 123.470703 95.318571) (xy 123.69176 95.255494) + (xy 123.794872 95.021417) (xy 123.850336 94.77172) (xy 123.856021 94.516001) (xy 123.811709 94.264086) (xy 123.719102 94.025657) + (xy 123.69176 93.974506) (xy 123.470703 93.911429) (xy 122.767132 94.615) (xy 122.342868 94.615) (xy 122.328726 94.600858) + (xy 122.540858 94.388726) (xy 122.555 94.402868) (xy 123.258571 93.699297) (xy 123.195494 93.47824) (xy 122.961417 93.375128) + (xy 122.827894 93.345469) (xy 122.905882 93.331718) (xy 123.143297 93.239631) (xy 123.358305 93.103183) (xy 123.542714 92.927572) + (xy 123.689502 92.719487) (xy 123.793077 92.486853) (xy 123.849494 92.238533) (xy 123.853556 91.947675) (xy 123.804094 91.697876) + (xy 123.707055 91.462441) (xy 123.566134 91.250339) (xy 123.3867 91.069647) (xy 123.175586 90.927249) (xy 122.940835 90.828569) + (xy 122.828113 90.805431) (xy 122.905882 90.791718) (xy 123.143297 90.699631) (xy 123.358305 90.563183) (xy 123.542714 90.387572) + (xy 123.689502 90.179487) (xy 123.793077 89.946853) (xy 123.849494 89.698533) (xy 123.853556 89.407675) (xy 123.804094 89.157876) + (xy 123.707055 88.922441) (xy 123.566134 88.710339) (xy 123.3867 88.529647) (xy 123.175586 88.387249) (xy 122.940835 88.288569) + (xy 122.828113 88.265431) (xy 122.905882 88.251718) (xy 123.143297 88.159631) (xy 123.358305 88.023183) (xy 123.542714 87.847572) + (xy 123.689502 87.639487) (xy 123.740474 87.525) (xy 126.235 87.525) (xy 126.235 87.784095) (xy 126.258058 87.900014) + (xy 126.303287 88.009207) (xy 126.36895 88.107478) (xy 126.452522 88.191051) (xy 126.550794 88.256713) (xy 126.659987 88.301942) + (xy 126.775905 88.325) (xy 127.335 88.325) (xy 127.485 88.175) (xy 127.485 87.375) (xy 127.785 87.375) + (xy 127.785 88.175) (xy 127.935 88.325) (xy 128.494095 88.325) (xy 128.610013 88.301942) (xy 128.719206 88.256713) + (xy 128.817478 88.191051) (xy 128.90105 88.107478) (xy 128.966713 88.009207) (xy 129.011942 87.900014) (xy 129.035 87.784095) + (xy 129.035 87.525) (xy 128.885 87.375) (xy 127.785 87.375) (xy 127.485 87.375) (xy 126.385 87.375) + (xy 126.235 87.525) (xy 123.740474 87.525) (xy 123.793077 87.406853) (xy 123.849494 87.158533) (xy 123.853556 86.867675) + (xy 123.813605 86.665905) (xy 126.235 86.665905) (xy 126.235 86.925) (xy 126.385 87.075) (xy 127.485 87.075) + (xy 127.485 86.275) (xy 127.785 86.275) (xy 127.785 87.075) (xy 128.885 87.075) (xy 129.035 86.925) + (xy 129.035 86.665905) (xy 129.011942 86.549986) (xy 128.966713 86.440793) (xy 128.90105 86.342522) (xy 128.817478 86.258949) + (xy 128.719206 86.193287) (xy 128.610013 86.148058) (xy 128.494095 86.125) (xy 127.935 86.125) (xy 127.785 86.275) + (xy 127.485 86.275) (xy 127.335 86.125) (xy 126.775905 86.125) (xy 126.659987 86.148058) (xy 126.550794 86.193287) + (xy 126.452522 86.258949) (xy 126.36895 86.342522) (xy 126.303287 86.440793) (xy 126.258058 86.549986) (xy 126.235 86.665905) + (xy 123.813605 86.665905) (xy 123.804094 86.617876) (xy 123.707055 86.382441) (xy 123.566134 86.170339) (xy 123.3867 85.989647) + (xy 123.175586 85.847249) (xy 122.940835 85.748569) (xy 122.828113 85.725431) (xy 122.905882 85.711718) (xy 123.143297 85.619631) + (xy 123.358305 85.483183) (xy 123.542714 85.307572) (xy 123.689502 85.099487) (xy 123.793077 84.866853) (xy 123.849494 84.618533) + (xy 123.853556 84.327675) (xy 123.804094 84.077876) (xy 123.707055 83.842441) (xy 123.566134 83.630339) (xy 123.3867 83.449647) + (xy 123.175586 83.307249) (xy 122.940835 83.208569) (xy 122.828113 83.185431) (xy 122.905882 83.171718) (xy 123.143297 83.079631) + (xy 123.358305 82.943183) (xy 123.542714 82.767572) (xy 123.689502 82.559487) (xy 123.793077 82.326853) (xy 123.849494 82.078533) + (xy 123.853556 81.787675) (xy 123.804094 81.537876) (xy 123.707055 81.302441) (xy 123.566134 81.090339) (xy 123.3867 80.909647) + (xy 123.175586 80.767249) (xy 122.940835 80.668569) (xy 122.828113 80.645431) (xy 122.905882 80.631718) (xy 123.143297 80.539631) + (xy 123.358305 80.403183) (xy 123.542714 80.227572) (xy 123.689502 80.019487) (xy 123.793077 79.786853) (xy 123.849494 79.538533) + (xy 123.853556 79.247675) (xy 123.804094 78.997876) (xy 123.707055 78.762441) (xy 123.566134 78.550339) (xy 123.3867 78.369647) + (xy 123.175586 78.227249) (xy 122.940835 78.128569) (xy 122.828113 78.105431) (xy 122.905882 78.091718) (xy 123.143297 77.999631) + (xy 123.232533 77.943) (xy 123.987 77.943) + ) + ) + (filled_polygon + (pts + (xy 146.700762 74.654647) (xy 146.794505 74.891414) (xy 146.93245 75.105463) (xy 147.109344 75.288642) (xy 147.318449 75.433974) + (xy 147.5518 75.535922) (xy 147.683357 75.564847) (xy 147.586606 75.583303) (xy 147.350499 75.678697) (xy 147.137418 75.818133) + (xy 146.955478 75.996302) (xy 146.81161 76.206416) (xy 146.711293 76.440473) (xy 146.658349 76.689557) (xy 146.654793 76.944181) + (xy 146.700762 77.194647) (xy 146.794505 77.431414) (xy 146.93245 77.645463) (xy 147.109344 77.828642) (xy 147.318449 77.973974) + (xy 147.5518 78.075922) (xy 147.683357 78.104847) (xy 147.586606 78.123303) (xy 147.350499 78.218697) (xy 147.137418 78.358133) + (xy 146.955478 78.536302) (xy 146.81161 78.746416) (xy 146.711293 78.980473) (xy 146.658349 79.229557) (xy 146.654793 79.484181) + (xy 146.700762 79.734647) (xy 146.794505 79.971414) (xy 146.93245 80.185463) (xy 147.109344 80.368642) (xy 147.318449 80.513974) + (xy 147.5518 80.615922) (xy 147.683357 80.644847) (xy 147.586606 80.663303) (xy 147.350499 80.758697) (xy 147.137418 80.898133) + (xy 146.955478 81.076302) (xy 146.81161 81.286416) (xy 146.711293 81.520473) (xy 146.658349 81.769557) (xy 146.654793 82.024181) + (xy 146.700762 82.274647) (xy 146.794505 82.511414) (xy 146.93245 82.725463) (xy 147.109344 82.908642) (xy 147.318449 83.053974) + (xy 147.5518 83.155922) (xy 147.683357 83.184847) (xy 147.586606 83.203303) (xy 147.350499 83.298697) (xy 147.137418 83.438133) + (xy 146.955478 83.616302) (xy 146.81161 83.826416) (xy 146.711293 84.060473) (xy 146.658349 84.309557) (xy 146.654793 84.564181) + (xy 146.700762 84.814647) (xy 146.794505 85.051414) (xy 146.93245 85.265463) (xy 147.109344 85.448642) (xy 147.318449 85.593974) + (xy 147.5518 85.695922) (xy 147.683357 85.724847) (xy 147.586606 85.743303) (xy 147.350499 85.838697) (xy 147.137418 85.978133) + (xy 146.955478 86.156302) (xy 146.81161 86.366416) (xy 146.711293 86.600473) (xy 146.658349 86.849557) (xy 146.654793 87.104181) + (xy 146.700762 87.354647) (xy 146.794505 87.591414) (xy 146.93245 87.805463) (xy 147.109344 87.988642) (xy 147.318449 88.133974) + (xy 147.5518 88.235922) (xy 147.682094 88.264569) (xy 147.604086 88.278291) (xy 147.365657 88.370898) (xy 147.314506 88.39824) + (xy 147.251429 88.619297) (xy 147.955 89.322868) (xy 147.969143 89.308726) (xy 148.181275 89.520858) (xy 148.167132 89.535) + (xy 148.181275 89.549143) (xy 147.969143 89.761275) (xy 147.955 89.747132) (xy 147.251429 90.450703) (xy 147.314506 90.67176) + (xy 147.548583 90.774872) (xy 147.68345 90.804829) (xy 147.586606 90.823303) (xy 147.350499 90.918697) (xy 147.137418 91.058133) + (xy 146.955478 91.236302) (xy 146.81161 91.446416) (xy 146.711293 91.680473) (xy 146.658349 91.929557) (xy 146.654793 92.184181) + (xy 146.700762 92.434647) (xy 146.794505 92.671414) (xy 146.93245 92.885463) (xy 147.109344 93.068642) (xy 147.318449 93.213974) + (xy 147.5518 93.315922) (xy 147.683357 93.344847) (xy 147.586606 93.363303) (xy 147.350499 93.458697) (xy 147.276684 93.507) + (xy 143.007903 93.507) (xy 143.007903 93.075) (xy 143.000284 92.979452) (xy 142.950097 92.817393) (xy 142.856748 92.675731) + (xy 142.72763 92.565685) (xy 142.572965 92.495966) (xy 142.405 92.472097) (xy 142.28023 92.472097) (xy 142.230983 92.430774) + (xy 142.227581 92.428904) (xy 142.224586 92.426426) (xy 142.132875 92.376838) (xy 142.041488 92.326598) (xy 142.037782 92.325422) + (xy 142.034367 92.323576) (xy 141.934857 92.292772) (xy 141.835366 92.261212) (xy 141.831501 92.260778) (xy 141.827794 92.259631) + (xy 141.724154 92.248738) (xy 141.62047 92.237108) (xy 141.61301 92.237056) (xy 141.612735 92.237027) (xy 141.612459 92.237052) + (xy 141.605 92.237) (xy 138.903 92.237) (xy 138.903 90.875) (xy 140.205 90.875) (xy 140.205 91.134095) + (xy 140.228058 91.250014) (xy 140.273287 91.359207) (xy 140.33895 91.457478) (xy 140.422522 91.541051) (xy 140.520794 91.606713) + (xy 140.629987 91.651942) (xy 140.745905 91.675) (xy 141.305 91.675) (xy 141.455 91.525) (xy 141.455 90.725) + (xy 141.755 90.725) (xy 141.755 91.525) (xy 141.905 91.675) (xy 142.464095 91.675) (xy 142.580013 91.651942) + (xy 142.689206 91.606713) (xy 142.787478 91.541051) (xy 142.87105 91.457478) (xy 142.936713 91.359207) (xy 142.981942 91.250014) + (xy 143.005 91.134095) (xy 143.005 90.875) (xy 142.855 90.725) (xy 141.755 90.725) (xy 141.455 90.725) + (xy 140.355 90.725) (xy 140.205 90.875) (xy 138.903 90.875) (xy 138.903 90.17) (xy 138.89302 90.068217) + (xy 138.888444 90.015905) (xy 140.205 90.015905) (xy 140.205 90.275) (xy 140.355 90.425) (xy 141.455 90.425) + (xy 141.455 89.625) (xy 141.755 89.625) (xy 141.755 90.425) (xy 142.855 90.425) (xy 143.005 90.275) + (xy 143.005 90.015905) (xy 142.981942 89.899986) (xy 142.936713 89.790793) (xy 142.87105 89.692522) (xy 142.812528 89.633999) + (xy 146.653979 89.633999) (xy 146.698291 89.885914) (xy 146.790898 90.124343) (xy 146.81824 90.175494) (xy 147.039297 90.238571) + (xy 147.742868 89.535) (xy 147.039297 88.831429) (xy 146.81824 88.894506) (xy 146.715128 89.128583) (xy 146.659664 89.37828) + (xy 146.653979 89.633999) (xy 142.812528 89.633999) (xy 142.787478 89.608949) (xy 142.689206 89.543287) (xy 142.580013 89.498058) + (xy 142.464095 89.475) (xy 141.905 89.475) (xy 141.755 89.625) (xy 141.455 89.625) (xy 141.305 89.475) + (xy 140.745905 89.475) (xy 140.629987 89.498058) (xy 140.520794 89.543287) (xy 140.422522 89.608949) (xy 140.33895 89.692522) + (xy 140.273287 89.790793) (xy 140.228058 89.899986) (xy 140.205 90.015905) (xy 138.888444 90.015905) (xy 138.884093 89.966182) + (xy 138.882466 89.960582) (xy 138.881898 89.954788) (xy 138.852334 89.856868) (xy 138.823763 89.758525) (xy 138.82108 89.75335) + (xy 138.819397 89.747774) (xy 138.771348 89.657407) (xy 138.724247 89.56654) (xy 138.720613 89.561988) (xy 138.717877 89.556842) + (xy 138.653185 89.477522) (xy 138.589337 89.397541) (xy 138.581338 89.389429) (xy 138.581204 89.389265) (xy 138.581052 89.389139) + (xy 138.578475 89.386526) (xy 137.943474 88.751526) (xy 137.864413 88.686584) (xy 137.785983 88.620774) (xy 137.780877 88.617967) + (xy 137.776375 88.614269) (xy 137.68619 88.565912) (xy 137.596488 88.516598) (xy 137.590933 88.514836) (xy 137.585799 88.512083) + (xy 137.48793 88.482161) (xy 137.390366 88.451212) (xy 137.384576 88.450563) (xy 137.379004 88.448859) (xy 137.277189 88.438517) + (xy 137.17547 88.427108) (xy 137.164078 88.427028) (xy 137.163867 88.427007) (xy 137.16367 88.427026) (xy 137.16 88.427) + (xy 135.093 88.427) (xy 135.093 85.563) (xy 135.509 85.563) (xy 135.610874 85.553011) (xy 135.712819 85.544092) + (xy 135.718414 85.542466) (xy 135.724212 85.541898) (xy 135.822161 85.512326) (xy 135.920475 85.483763) (xy 135.92565 85.48108) + (xy 135.931226 85.479397) (xy 136.021593 85.431348) (xy 136.11246 85.384247) (xy 136.117012 85.380613) (xy 136.122158 85.377877) + (xy 136.201478 85.313185) (xy 136.281459 85.249337) (xy 136.289566 85.241342) (xy 136.289735 85.241204) (xy 136.289864 85.241048) + (xy 136.292474 85.238474) (xy 136.927475 84.603474) (xy 136.992441 84.524383) (xy 137.058226 84.445983) (xy 137.061033 84.440877) + (xy 137.064731 84.436375) (xy 137.113088 84.34619) (xy 137.162402 84.256488) (xy 137.164164 84.250933) (xy 137.166917 84.245799) + (xy 137.196839 84.14793) (xy 137.227788 84.050366) (xy 137.228437 84.044576) (xy 137.230141 84.039004) (xy 137.240483 83.937189) + (xy 137.251892 83.83547) (xy 137.251972 83.824078) (xy 137.251993 83.823867) (xy 137.251974 83.82367) (xy 137.252 83.82) + (xy 137.252 80.559012) (xy 137.304315 80.49763) (xy 137.374034 80.342965) (xy 137.397903 80.175) (xy 137.397903 79.675) + (xy 138.195 79.675) (xy 138.195 80.234095) (xy 138.218058 80.350013) (xy 138.263287 80.459206) (xy 138.328949 80.557478) + (xy 138.412522 80.64105) (xy 138.510793 80.706713) (xy 138.619986 80.751942) (xy 138.735905 80.775) (xy 138.995 80.775) + (xy 139.145 80.625) (xy 139.145 79.525) (xy 139.445 79.525) (xy 139.445 80.625) (xy 139.595 80.775) + (xy 139.854095 80.775) (xy 139.970014 80.751942) (xy 140.079207 80.706713) (xy 140.177478 80.64105) (xy 140.261051 80.557478) + (xy 140.326713 80.459206) (xy 140.371942 80.350013) (xy 140.395 80.234095) (xy 140.395 79.675) (xy 140.245 79.525) + (xy 139.445 79.525) (xy 139.145 79.525) (xy 138.345 79.525) (xy 138.195 79.675) (xy 137.397903 79.675) + (xy 137.397903 78.575) (xy 137.393191 78.515905) (xy 138.195 78.515905) (xy 138.195 79.075) (xy 138.345 79.225) + (xy 139.145 79.225) (xy 139.145 78.125) (xy 139.445 78.125) (xy 139.445 79.225) (xy 140.245 79.225) + (xy 140.395 79.075) (xy 140.395 78.515905) (xy 140.371942 78.399987) (xy 140.326713 78.290794) (xy 140.261051 78.192522) + (xy 140.177478 78.10895) (xy 140.079207 78.043287) (xy 139.970014 77.998058) (xy 139.854095 77.975) (xy 139.595 77.975) + (xy 139.445 78.125) (xy 139.145 78.125) (xy 138.995 77.975) (xy 138.735905 77.975) (xy 138.619986 77.998058) + (xy 138.510793 78.043287) (xy 138.412522 78.10895) (xy 138.328949 78.192522) (xy 138.263287 78.290794) (xy 138.218058 78.399987) + (xy 138.195 78.515905) (xy 137.393191 78.515905) (xy 137.390284 78.479452) (xy 137.340097 78.317393) (xy 137.246748 78.175731) + (xy 137.11763 78.065685) (xy 136.962965 77.995966) (xy 136.795 77.972097) (xy 135.795 77.972097) (xy 135.699452 77.979716) + (xy 135.537393 78.029903) (xy 135.395731 78.123252) (xy 135.285685 78.25237) (xy 135.27909 78.267) (xy 135.078948 78.267) + (xy 134.8009 77.988952) (xy 134.8009 75.513684) (xy 134.8518 75.535922) (xy 135.100509 75.590605) (xy 135.355102 75.595937) + (xy 135.605882 75.551718) (xy 135.843297 75.459631) (xy 136.058305 75.323183) (xy 136.242714 75.147572) (xy 136.389502 74.939487) + (xy 136.493077 74.706853) (xy 136.524754 74.567426) (xy 136.540762 74.654647) (xy 136.634505 74.891414) (xy 136.77245 75.105463) + (xy 136.949344 75.288642) (xy 137.158449 75.433974) (xy 137.3918 75.535922) (xy 137.640509 75.590605) (xy 137.895102 75.595937) + (xy 138.145882 75.551718) (xy 138.383297 75.459631) (xy 138.598305 75.323183) (xy 138.782714 75.147572) (xy 138.929502 74.939487) + (xy 139.033077 74.706853) (xy 139.064754 74.567426) (xy 139.080762 74.654647) (xy 139.174505 74.891414) (xy 139.31245 75.105463) + (xy 139.489344 75.288642) (xy 139.698449 75.433974) (xy 139.9318 75.535922) (xy 140.180509 75.590605) (xy 140.435102 75.595937) + (xy 140.685882 75.551718) (xy 140.923297 75.459631) (xy 141.138305 75.323183) (xy 141.322714 75.147572) (xy 141.469502 74.939487) + (xy 141.573077 74.706853) (xy 141.604754 74.567426) (xy 141.620762 74.654647) (xy 141.714505 74.891414) (xy 141.85245 75.105463) + (xy 142.029344 75.288642) (xy 142.238449 75.433974) (xy 142.4718 75.535922) (xy 142.720509 75.590605) (xy 142.975102 75.595937) + (xy 143.225882 75.551718) (xy 143.463297 75.459631) (xy 143.678305 75.323183) (xy 143.862714 75.147572) (xy 144.009502 74.939487) + (xy 144.113077 74.706853) (xy 144.144754 74.567426) (xy 144.160762 74.654647) (xy 144.254505 74.891414) (xy 144.39245 75.105463) + (xy 144.569344 75.288642) (xy 144.778449 75.433974) (xy 145.0118 75.535922) (xy 145.260509 75.590605) (xy 145.515102 75.595937) + (xy 145.765882 75.551718) (xy 146.003297 75.459631) (xy 146.218305 75.323183) (xy 146.402714 75.147572) (xy 146.549502 74.939487) + (xy 146.653077 74.706853) (xy 146.684754 74.567426) + ) + ) + (filled_polygon + (pts + (xy 149.240762 77.194647) (xy 149.334505 77.431414) (xy 149.47245 77.645463) (xy 149.649344 77.828642) (xy 149.858449 77.973974) + (xy 150.0918 78.075922) (xy 150.222094 78.104569) (xy 150.144086 78.118291) (xy 149.905657 78.210898) (xy 149.854506 78.23824) + (xy 149.791429 78.459297) (xy 150.495 79.162868) (xy 151.198571 78.459297) (xy 151.135494 78.23824) (xy 150.901417 78.135128) + (xy 150.767894 78.105469) (xy 150.845882 78.091718) (xy 151.083297 77.999631) (xy 151.298305 77.863183) (xy 151.482714 77.687572) + (xy 151.508583 77.6509) (xy 156.507044 77.6509) (xy 158.685243 79.8291) (xy 151.713867 79.8291) (xy 151.734872 79.781417) + (xy 151.790336 79.53172) (xy 151.796021 79.276001) (xy 151.751709 79.024086) (xy 151.659102 78.785657) (xy 151.63176 78.734506) + (xy 151.410703 78.671429) (xy 150.707132 79.375) (xy 150.721275 79.389143) (xy 150.509143 79.601275) (xy 150.495 79.587132) + (xy 150.480858 79.601275) (xy 150.268726 79.389143) (xy 150.282868 79.375) (xy 149.579297 78.671429) (xy 149.35824 78.734506) + (xy 149.255128 78.968583) (xy 149.22508 79.10386) (xy 149.204094 78.997876) (xy 149.107055 78.762441) (xy 148.966134 78.550339) + (xy 148.7867 78.369647) (xy 148.575586 78.227249) (xy 148.340835 78.128569) (xy 148.228113 78.105431) (xy 148.305882 78.091718) + (xy 148.543297 77.999631) (xy 148.758305 77.863183) (xy 148.942714 77.687572) (xy 149.089502 77.479487) (xy 149.193077 77.246853) + (xy 149.224754 77.107426) + ) + ) + (filled_polygon + (pts + (xy 140.561275 71.740858) (xy 140.547132 71.755) (xy 140.561275 71.769143) (xy 140.349143 71.981275) (xy 140.335 71.967132) + (xy 139.631429 72.670703) (xy 139.694506 72.89176) (xy 139.928583 72.994872) (xy 140.06345 73.024829) (xy 139.966606 73.043303) + (xy 139.730499 73.138697) (xy 139.517418 73.278133) (xy 139.335478 73.456302) (xy 139.19161 73.666416) (xy 139.091293 73.900473) + (xy 139.065073 74.023828) (xy 139.044094 73.917876) (xy 138.947055 73.682441) (xy 138.806134 73.470339) (xy 138.6267 73.289647) + (xy 138.415586 73.147249) (xy 138.180835 73.048569) (xy 138.068113 73.025431) (xy 138.145882 73.011718) (xy 138.383297 72.919631) + (xy 138.598305 72.783183) (xy 138.782714 72.607572) (xy 138.929502 72.399487) (xy 139.033077 72.166853) (xy 139.064602 72.028094) + (xy 139.078291 72.105914) (xy 139.170898 72.344343) (xy 139.19824 72.395494) (xy 139.419297 72.458571) (xy 140.122868 71.755) + (xy 140.108726 71.740858) (xy 140.320858 71.528726) (xy 140.335 71.542868) (xy 140.349143 71.528726) + ) + ) + (filled_polygon + (pts + (xy 137.909405 58.916809) (xy 138.080542 59.126644) (xy 138.2491 59.266087) (xy 138.2491 59.987043) (xy 137.218072 61.018072) + (xy 137.170264 61.076274) (xy 137.12179 61.134043) (xy 137.119721 61.137806) (xy 137.117 61.141119) (xy 137.081407 61.2075) + (xy 137.045077 61.273583) (xy 137.043779 61.277674) (xy 137.041753 61.281453) (xy 137.019735 61.353473) (xy 136.996929 61.425365) + (xy 136.99645 61.429632) (xy 136.995197 61.433732) (xy 136.987582 61.508701) (xy 136.97918 61.583608) (xy 136.979121 61.591993) + (xy 136.979105 61.592152) (xy 136.979119 61.5923) (xy 136.9791 61.595) (xy 136.9791 63.743149) (xy 136.888918 63.710579) + (xy 136.675 63.821125) (xy 136.675 65.255) (xy 136.695 65.255) (xy 136.695 65.555) (xy 136.675 65.555) + (xy 136.675 66.988875) (xy 136.888918 67.099421) (xy 136.9791 67.066851) (xy 136.9791 69.512043) (xy 135.948072 70.543072) + (xy 135.900264 70.601274) (xy 135.888143 70.615719) (xy 135.875586 70.607249) (xy 135.640835 70.508569) (xy 135.391387 70.457365) + (xy 135.136744 70.455587) (xy 134.886606 70.503303) (xy 134.650499 70.598697) (xy 134.437418 70.738133) (xy 134.255478 70.916302) + (xy 134.11161 71.126416) (xy 134.011293 71.360473) (xy 133.992051 71.451001) (xy 133.980801 71.462251) (xy 133.964094 71.377876) + (xy 133.867055 71.142441) (xy 133.726134 70.930339) (xy 133.5467 70.749647) (xy 133.5309 70.73899) (xy 133.5309 69.552956) + (xy 135.831928 67.251929) (xy 135.879775 67.193679) (xy 135.92821 67.135957) (xy 135.930277 67.132197) (xy 135.933 67.128882) + (xy 135.968605 67.062479) (xy 135.983546 67.035302) (xy 136.161082 67.099421) (xy 136.375 66.988875) (xy 136.375 65.555) + (xy 136.355 65.555) (xy 136.355 65.255) (xy 136.375 65.255) (xy 136.375 63.821125) (xy 136.161082 63.710579) + (xy 136.0709 63.743149) (xy 136.0709 61.932956) (xy 137.101928 60.901929) (xy 137.149757 60.843701) (xy 137.19821 60.785957) + (xy 137.200279 60.782194) (xy 137.203 60.778881) (xy 137.238593 60.7125) (xy 137.274923 60.646417) (xy 137.276221 60.642326) + (xy 137.278247 60.638547) (xy 137.300269 60.566515) (xy 137.323071 60.494635) (xy 137.323549 60.490369) (xy 137.324803 60.486269) + (xy 137.332419 60.411294) (xy 137.34082 60.336392) (xy 137.340879 60.328007) (xy 137.340895 60.327848) (xy 137.340881 60.3277) + (xy 137.3409 60.325) (xy 137.3409 59.264766) (xy 137.495713 59.140293) (xy 137.669762 58.932869) (xy 137.795924 58.703382) + ) + ) + ) +) diff --git a/demos/test_xil_95108/carte_test.net b/demos/test_xil_95108/carte_test.net new file mode 100644 index 0000000..6304903 --- /dev/null +++ b/demos/test_xil_95108/carte_test.net @@ -0,0 +1,974 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/test_xil_95108/carte_test.sch) + (date "30/10/2015 11:21:02") + (tool "Eeschema (2015-10-29 BZR 6286)-product") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title "XC95108PC84 EXPERIMENTATION BOARD") + (company) + (rev) + (date "Sun 22 Mar 2015") + (source carte_test.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref J2) + (value DB9FEM) + (footprint Connect:DB9F_CI_INVERT) + (libsource (lib carte_test_schlib) (part DB9)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDEBEA)) + (comp (ref D4) + (value 1N4004) + (footprint Discret:D5) + (libsource (lib carte_test_schlib) (part DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDCDD)) + (comp (ref C13) + (value 10uF) + (footprint Discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDCAD)) + (comp (ref U6) + (value LM318N) + (footprint Sockets_DIP:DIP-8__300_ELL) + (libsource (lib carte_test_schlib) (part LM318N)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDB8B)) + (comp (ref R10) + (value 75) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDB6D)) + (comp (ref R7) + (value 1,1K) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDB60)) + (comp (ref R6) + (value 1,1k) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDB57)) + (comp (ref R9) + (value 2,2K) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDB4B)) + (comp (ref R8) + (value 2,2K) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDB43)) + (comp (ref C14) + (value 10uF) + (footprint Discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECDDACB)) + (comp (ref P4) + (value CONN_2X2) + (footprint Pin_Headers:Pin_Header_Straight_2x02) + (libsource (lib carte_test_schlib) (part CONN_2X2)) + (sheetpath (names /) (tstamps /)) + (tstamp 3ECB3F5E)) + (comp (ref J1) + (value DB25) + (footprint Connect:DB25FC) + (libsource (lib carte_test_schlib) (part DB25)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4C60F)) + (comp (ref R5) + (value 4,7K) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC8B978)) + (comp (ref R4) + (value 4,7K) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC8B970)) + (comp (ref SW2) + (value SW_PUSH) + (footprint Discret:SW_PUSH) + (libsource (lib device) (part SW_PUSH)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC8B882)) + (comp (ref SW1) + (value SW_PUSH) + (footprint Discret:SW_PUSH) + (libsource (lib device) (part SW_PUSH)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC8B876)) + (comp (ref D3) + (value LED) + (footprint LEDs:LED-5MM) + (libsource (lib device) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4D08F)) + (comp (ref R3) + (value 330) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4D082)) + (comp (ref D2) + (value LED) + (footprint LEDs:LED-5MM) + (libsource (lib device) (part LED)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1D4)) + (comp (ref R2) + (value 330) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1D3)) + (comp (ref C12) + (value 100nF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4C7DB)) + (comp (ref C7) + (value 100nF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1C8)) + (comp (ref C11) + (value 100nF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1C7)) + (comp (ref C10) + (value 100nF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1C9)) + (comp (ref C8) + (value 100nF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1CA)) + (comp (ref K1) + (value CONN_3) + (footprint Socket_Strips:Socket_Strip_Straight_1x03) + (libsource (lib carte_test_schlib) (part CONN_3)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4C49F)) + (comp (ref U5) + (value RAM_32KO) + (footprint Sockets_DIP:DIP-28__300__600_ELL) + (libsource (lib carte_test_schlib) (part RAM_32KO)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4C463)) + (comp (ref U4) + (value 74HC04) + (footprint Sockets_DIP:DIP-14__300_ELL) + (libsource (lib carte_test_schlib) (part 74HC04)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC4C318)) + (comp (ref P3) + (value CONN_2) + (footprint Connect:bornier2) + (libsource (lib carte_test_schlib) (part CONN_2)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC2446D)) + (comp (ref C6) + (value 47uF) + (footprint Discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC243D6)) + (comp (ref D1) + (value 1N4004) + (footprint Discret:D5) + (libsource (lib carte_test_schlib) (part DIODE)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC243C8)) + (comp (ref P2) + (value CONN_3) + (footprint Socket_Strips:Socket_Strip_Straight_1x03) + (libsource (lib carte_test_schlib) (part CONN_3)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC243AC)) + (comp (ref U3) + (value LM7805) + (footprint Discret:LM78XX) + (libsource (lib carte_test_schlib) (part LM7805)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC2436D)) + (comp (ref C4) + (value 22pF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC242AD)) + (comp (ref R1) + (value 100K) + (footprint Discret:R4) + (libsource (lib device) (part R)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC242C1)) + (comp (ref C5) + (value 22pF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 52CEE1C5)) + (comp (ref X1) + (value 10MHz) + (footprint Crystals:HC-18UH) + (libsource (lib carte_test_schlib) (part CRYSTAL)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC2428D)) + (comp (ref C3) + (value 10uF) + (footprint Discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC23DCD)) + (comp (ref C2) + (value 10uF) + (footprint Discret:CP6) + (libsource (lib device) (part CP)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC23B98)) + (comp (ref C1) + (value 100nF) + (footprint Capacitors_SMD:C_1206) + (libsource (lib device) (part C)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC23ABA)) + (comp (ref U1) + (value TDA8702) + (footprint Sockets_DIP:DIP-16__300_ELL) + (libsource (lib carte_test_schlib) (part TDA8702)) + (sheetpath (names /) (tstamps /)) + (tstamp 3EC238E5)) + (comp (ref U2) + (value XC95108PC84) + (footprint Sockets:PLCC84) + (libsource (lib carte_test_schlib) (part XC95108PC84)) + (sheetpath (names /) (tstamps /)) + (tstamp 5633AE5A))) + (libparts + (libpart (lib device) (part C) + (description "Unpolarized capacitor") + (footprints + (fp C?) + (fp C_????_*) + (fp C_????) + (fp SMD*_c) + (fp Capacitor*)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CP) + (description "Polarised capacitor") + (footprints + (fp CP*) + (fp Elko*) + (fp TantalC*) + (fp C*elec) + (fp c_elec*) + (fp SMD*_Pol)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib carte_test_schlib) (part LM318N) + (fields + (field (name Reference) U) + (field (name Value) LM318N)) + (pins + (pin (num 1) (name FIN2) (type passive)) + (pin (num 2) (name -) (type input)) + (pin (num 3) (name +) (type input)) + (pin (num 4) (name V-) (type power_in)) + (pin (num 5) (name FOUT) (type passive)) + (pin (num 6) (name OUT) (type output)) + (pin (num 7) (name V+) (type power_in)) + (pin (num 8) (name FIN1) (type passive)))) + (libpart (lib carte_test_schlib) (part RAM_32KO) + (fields + (field (name Reference) U) + (field (name Value) RAM_32KO)) + (pins + (pin (num 1) (name A14) (type input)) + (pin (num 2) (name A12) (type input)) + (pin (num 3) (name A7) (type input)) + (pin (num 4) (name A6) (type input)) + (pin (num 5) (name A5) (type input)) + (pin (num 6) (name A4) (type input)) + (pin (num 7) (name A3) (type input)) + (pin (num 8) (name A2) (type input)) + (pin (num 9) (name A1) (type input)) + (pin (num 10) (name A0) (type input)) + (pin (num 11) (name D0) (type 3state)) + (pin (num 12) (name D1) (type 3state)) + (pin (num 13) (name D2) (type 3state)) + (pin (num 14) (name GND) (type power_in)) + (pin (num 15) (name D3) (type 3state)) + (pin (num 16) (name D4) (type 3state)) + (pin (num 17) (name D5) (type 3state)) + (pin (num 18) (name D6) (type 3state)) + (pin (num 19) (name D7) (type 3state)) + (pin (num 20) (name CS) (type input)) + (pin (num 21) (name A10) (type input)) + (pin (num 22) (name OE) (type input)) + (pin (num 23) (name A11) (type input)) + (pin (num 24) (name A9) (type input)) + (pin (num 25) (name A8) (type input)) + (pin (num 26) (name A13) (type input)) + (pin (num 27) (name WE) (type input)) + (pin (num 28) (name VCC) (type power_in)))) + (libpart (lib carte_test_schlib) (part TDA8702) + (fields + (field (name Reference) U) + (field (name Value) TDA8702)) + (pins + (pin (num 1) (name VREF) (type BiDi)) + (pin (num 2) (name AGND) (type power_in)) + (pin (num 3) (name DB2) (type input)) + (pin (num 4) (name DB3) (type input)) + (pin (num 5) (name Clock) (type input)) + (pin (num 6) (name DGND) (type power_in)) + (pin (num 7) (name DB7) (type input)) + (pin (num 8) (name DB6) (type input)) + (pin (num 9) (name DB5) (type input)) + (pin (num 10) (name DB4) (type input)) + (pin (num 11) (name DB1) (type input)) + (pin (num 12) (name DB0) (type input)) + (pin (num 13) (name VCCD) (type power_in)) + (pin (num 14) (name VOUT) (type output)) + (pin (num 15) (name VOUT) (type output)) + (pin (num 16) (name VCCA) (type power_in)))) + (libpart (lib carte_test_schlib) (part XC95108PC84) + (fields + (field (name Reference) U) + (field (name Value) XC95108PC84)) + (pins + (pin (num 1) (name P1) (type BiDi)) + (pin (num 2) (name P2) (type BiDi)) + (pin (num 3) (name P3) (type BiDi)) + (pin (num 4) (name P4) (type BiDi)) + (pin (num 5) (name P5) (type BiDi)) + (pin (num 6) (name P6) (type BiDi)) + (pin (num 7) (name P7) (type BiDi)) + (pin (num 8) (name GND) (type power_in)) + (pin (num 9) (name I/O/GCK1) (type BiDi)) + (pin (num 10) (name I/O/GCK2) (type BiDi)) + (pin (num 11) (name P11) (type BiDi)) + (pin (num 12) (name I/O/GCK3) (type BiDi)) + (pin (num 13) (name P13) (type BiDi)) + (pin (num 14) (name P14) (type BiDi)) + (pin (num 15) (name P15) (type BiDi)) + (pin (num 16) (name GND) (type power_in)) + (pin (num 17) (name P17) (type BiDi)) + (pin (num 18) (name P18) (type BiDi)) + (pin (num 19) (name P19) (type BiDi)) + (pin (num 20) (name P20) (type BiDi)) + (pin (num 21) (name P21) (type BiDi)) + (pin (num 22) (name VCCIO) (type power_in)) + (pin (num 23) (name P23) (type BiDi)) + (pin (num 24) (name P24) (type BiDi)) + (pin (num 25) (name P25) (type BiDi)) + (pin (num 26) (name P26) (type BiDi)) + (pin (num 27) (name GND) (type power_in)) + (pin (num 28) (name TDI) (type input)) + (pin (num 29) (name TMS) (type input)) + (pin (num 30) (name TCK) (type input)) + (pin (num 31) (name P31) (type BiDi)) + (pin (num 32) (name P32) (type BiDi)) + (pin (num 33) (name P33) (type BiDi)) + (pin (num 34) (name P34) (type BiDi)) + (pin (num 35) (name P35) (type BiDi)) + (pin (num 36) (name P36) (type BiDi)) + (pin (num 37) (name P37) (type BiDi)) + (pin (num 38) (name VCC) (type power_in)) + (pin (num 39) (name P39) (type BiDi)) + (pin (num 40) (name P40) (type BiDi)) + (pin (num 41) (name P41) (type BiDi)) + (pin (num 42) (name GND) (type power_in)) + (pin (num 43) (name P43) (type BiDi)) + (pin (num 44) (name P44) (type BiDi)) + (pin (num 45) (name P45) (type BiDi)) + (pin (num 46) (name P46) (type BiDi)) + (pin (num 47) (name P47) (type BiDi)) + (pin (num 48) (name P48) (type BiDi)) + (pin (num 49) (name GND) (type power_in)) + (pin (num 50) (name P50) (type BiDi)) + (pin (num 51) (name P51) (type BiDi)) + (pin (num 52) (name P52) (type BiDi)) + (pin (num 53) (name P53) (type BiDi)) + (pin (num 54) (name P54) (type BiDi)) + (pin (num 55) (name P55) (type BiDi)) + (pin (num 56) (name P56) (type BiDi)) + (pin (num 57) (name P57) (type BiDi)) + (pin (num 58) (name P58) (type BiDi)) + (pin (num 59) (name TDO) (type output)) + (pin (num 60) (name GND) (type power_in)) + (pin (num 61) (name P61) (type BiDi)) + (pin (num 62) (name P62) (type BiDi)) + (pin (num 63) (name P63) (type BiDi)) + (pin (num 64) (name VCCIO) (type power_in)) + (pin (num 65) (name P65) (type BiDi)) + (pin (num 66) (name P66) (type BiDi)) + (pin (num 67) (name P67) (type BiDi)) + (pin (num 68) (name P68) (type BiDi)) + (pin (num 69) (name P69) (type BiDi)) + (pin (num 70) (name P70) (type BiDi)) + (pin (num 71) (name P71) (type BiDi)) + (pin (num 72) (name P72) (type BiDi)) + (pin (num 73) (name VCC) (type power_in)) + (pin (num 74) (name I/O/GSR) (type BiDi)) + (pin (num 75) (name P75) (type BiDi)) + (pin (num 76) (name I/O/GTS1) (type BiDi)) + (pin (num 77) (name I/O/GTS2) (type BiDi)) + (pin (num 78) (name VCC) (type power_in)) + (pin (num 79) (name P79) (type BiDi)) + (pin (num 80) (name P80) (type BiDi)) + (pin (num 81) (name P81) (type BiDi)) + (pin (num 82) (name P82) (type BiDi)) + (pin (num 83) (name P83) (type BiDi)) + (pin (num 84) (name P84) (type BiDi)))) + (libpart (lib device) (part R) + (description Resistor) + (footprints + (fp R_*) + (fp Resistor_*)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part SW_PUSH) + (description "Push Button") + (fields + (field (name Reference) SW) + (field (name Value) SW_PUSH)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part LED) + (footprints + (fp LED-3MM) + (fp LED-5MM) + (fp LED-10MM) + (fp LED-0603) + (fp LED-0805) + (fp LED-1206) + (fp LEDV)) + (fields + (field (name Reference) D) + (field (name Value) LED)) + (pins + (pin (num 1) (name K) (type passive)) + (pin (num 2) (name A) (type passive)))) + (libpart (lib carte_test_schlib) (part 74HCT04) + (aliases + (alias 74HC14) + (alias 74HC04) + (alias 74LS14)) + (fields + (field (name Reference) U) + (field (name Value) 74HCT04)) + (pins + (pin (num 1) (name ~) (type input)) + (pin (num 2) (name ~) (type output)) + (pin (num 3) (name ~) (type input)) + (pin (num 4) (name ~) (type output)) + (pin (num 5) (name ~) (type input)) + (pin (num 6) (name ~) (type output)) + (pin (num 7) (name GND) (type power_in)) + (pin (num 8) (name ~) (type output)) + (pin (num 9) (name ~) (type input)) + (pin (num 10) (name ~) (type output)) + (pin (num 11) (name ~) (type input)) + (pin (num 12) (name ~) (type output)) + (pin (num 13) (name ~) (type input)) + (pin (num 14) (name VCC) (type power_in)))) + (libpart (lib carte_test_schlib) (part 7805) + (aliases + (alias LM7805) + (alias LM7812) + (alias 78L05)) + (fields + (field (name Reference) U) + (field (name Value) 7805)) + (pins + (pin (num GND) (name GND) (type input)) + (pin (num VI) (name VI) (type input)) + (pin (num VO) (name VO) (type power_out)))) + (libpart (lib carte_test_schlib) (part CONN_2) + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib carte_test_schlib) (part CONN_2X2) + (fields + (field (name Reference) P) + (field (name Value) CONN_2X2)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)))) + (libpart (lib carte_test_schlib) (part CONN_3) + (fields + (field (name Reference) K) + (field (name Value) CONN_3)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)) + (pin (num 3) (name P3) (type passive)))) + (libpart (lib carte_test_schlib) (part CRYSTAL) + (fields + (field (name Reference) X) + (field (name Value) CRYSTAL)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib carte_test_schlib) (part DB25) + (fields + (field (name Reference) J) + (field (name Value) DB25)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)) + (pin (num 10) (name 10) (type passive)) + (pin (num 11) (name 11) (type passive)) + (pin (num 12) (name 12) (type passive)) + (pin (num 13) (name 13) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P24) (type passive)) + (pin (num 25) (name P25) (type passive)))) + (libpart (lib carte_test_schlib) (part DB9) + (fields + (field (name Reference) J) + (field (name Value) DB9)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)))) + (libpart (lib carte_test_schlib) (part DIODE) + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODE)) + (pins + (pin (num 1) (name K) (type passive)) + (pin (num 2) (name A) (type passive))))) + (libraries + (library (logical carte_test_schlib) + (uri F:\kicad-launchpad\testing\demos\test_xil_95108\carte_test_schlib.lib)) + (library (logical device) + (uri F:\kicad\share\kicad\library\device.lib))) + (nets + (net (code 1) (name /PARBUS0) + (node (ref U2) (pin 10)) + (node (ref J1) (pin 2))) + (net (code 2) (name "Net-(K1-Pad2)") + (node (ref K1) (pin 2)) + (node (ref U5) (pin 1))) + (net (code 3) (name /DAT3) + (node (ref U1) (pin 4)) + (node (ref U2) (pin 68))) + (net (code 4) (name /DAT2) + (node (ref U1) (pin 3)) + (node (ref U2) (pin 70))) + (net (code 5) (name /DAT7) + (node (ref U1) (pin 7)) + (node (ref U2) (pin 62))) + (net (code 6) (name /DAT6) + (node (ref U1) (pin 8)) + (node (ref U2) (pin 58))) + (net (code 7) (name /DAT5) + (node (ref U1) (pin 9)) + (node (ref U2) (pin 61))) + (net (code 8) (name /DAT4) + (node (ref U2) (pin 63)) + (node (ref U1) (pin 10))) + (net (code 9) (name /DAT1) + (node (ref U2) (pin 66)) + (node (ref U1) (pin 11))) + (net (code 10) (name /DAT0) + (node (ref U2) (pin 69)) + (node (ref U1) (pin 12))) + (net (code 11) (name VCC) + (node (ref U2) (pin 78)) + (node (ref U2) (pin 22)) + (node (ref U2) (pin 38)) + (node (ref U2) (pin 64)) + (node (ref U4) (pin 14)) + (node (ref U2) (pin 73)) + (node (ref U1) (pin 16)) + (node (ref U1) (pin 13)) + (node (ref C7) (pin 1)) + (node (ref C10) (pin 1)) + (node (ref R4) (pin 1)) + (node (ref R5) (pin 1)) + (node (ref C8) (pin 1)) + (node (ref C12) (pin 1)) + (node (ref C3) (pin 1)) + (node (ref U3) (pin VO)) + (node (ref J2) (pin 1)) + (node (ref C11) (pin 1)) + (node (ref K1) (pin 1)) + (node (ref U5) (pin 28))) + (net (code 12) (name "Net-(C2-Pad1)") + (node (ref U1) (pin 14)) + (node (ref C2) (pin 1))) + (net (code 13) (name "Net-(C2-Pad2)") + (node (ref R9) (pin 2)) + (node (ref C2) (pin 2))) + (net (code 14) (name GND) + (node (ref SW2) (pin 2)) + (node (ref C8) (pin 2)) + (node (ref U2) (pin 49)) + (node (ref J2) (pin 9)) + (node (ref J2) (pin 8)) + (node (ref J2) (pin 7)) + (node (ref C7) (pin 2)) + (node (ref J2) (pin 6)) + (node (ref SW1) (pin 2)) + (node (ref R6) (pin 2)) + (node (ref U2) (pin 16)) + (node (ref C10) (pin 2)) + (node (ref C3) (pin 2)) + (node (ref J1) (pin 21)) + (node (ref J1) (pin 20)) + (node (ref U2) (pin 8)) + (node (ref U2) (pin 27)) + (node (ref C13) (pin 1)) + (node (ref J1) (pin 19)) + (node (ref D2) (pin 1)) + (node (ref D3) (pin 1)) + (node (ref J1) (pin 18)) + (node (ref C12) (pin 2)) + (node (ref C11) (pin 2)) + (node (ref C5) (pin 2)) + (node (ref C4) (pin 2)) + (node (ref U3) (pin GND)) + (node (ref P3) (pin 2)) + (node (ref C6) (pin 2)) + (node (ref U4) (pin 13)) + (node (ref U4) (pin 5)) + (node (ref U4) (pin 11)) + (node (ref U2) (pin 42)) + (node (ref U5) (pin 14)) + (node (ref J1) (pin 25)) + (node (ref J1) (pin 24)) + (node (ref J1) (pin 23)) + (node (ref J1) (pin 22)) + (node (ref P4) (pin 3)) + (node (ref C1) (pin 2)) + (node (ref P2) (pin 2)) + (node (ref U2) (pin 60)) + (node (ref U1) (pin 6)) + (node (ref U1) (pin 2)) + (node (ref P4) (pin 1)) + (node (ref U4) (pin 9)) + (node (ref U4) (pin 7))) + (net (code 15) (name "Net-(C1-Pad1)") + (node (ref U1) (pin 1)) + (node (ref C1) (pin 1))) + (net (code 16) (name "Net-(C14-Pad1)") + (node (ref C14) (pin 1)) + (node (ref U1) (pin 15))) + (net (code 17) (name "Net-(R10-Pad2)") + (node (ref R10) (pin 2)) + (node (ref R7) (pin 1)) + (node (ref U6) (pin 6))) + (net (code 18) (name /-12BATT) + (node (ref D4) (pin 1)) + (node (ref P2) (pin 3))) + (net (code 19) (name -12V) + (node (ref D4) (pin 2)) + (node (ref C13) (pin 2)) + (node (ref U6) (pin 4))) + (net (code 20) (name /+12BATT) + (node (ref P2) (pin 1)) + (node (ref D1) (pin 2))) + (net (code 21) (name "Net-(R6-Pad1)") + (node (ref R9) (pin 1)) + (node (ref R6) (pin 1)) + (node (ref U6) (pin 3))) + (net (code 22) (name "Net-(R7-Pad2)") + (node (ref R7) (pin 2)) + (node (ref U6) (pin 2)) + (node (ref R8) (pin 1))) + (net (code 23) (name "Net-(C14-Pad2)") + (node (ref C14) (pin 2)) + (node (ref R8) (pin 2))) + (net (code 24) (name "Net-(P3-Pad1)") + (node (ref P3) (pin 1)) + (node (ref R10) (pin 1))) + (net (code 25) (name /PIN_TEST1) + (node (ref U2) (pin 2)) + (node (ref P4) (pin 4))) + (net (code 26) (name /PIN_TEST0) + (node (ref P4) (pin 2)) + (node (ref U2) (pin 1))) + (net (code 27) (name "Net-(U2-Pad21)") + (node (ref U2) (pin 21))) + (net (code 28) (name "Net-(U2-Pad23)") + (node (ref U2) (pin 23))) + (net (code 29) (name "Net-(D2-Pad2)") + (node (ref R2) (pin 1)) + (node (ref D2) (pin 2))) + (net (code 30) (name "Net-(D3-Pad2)") + (node (ref D3) (pin 2)) + (node (ref R3) (pin 1))) + (net (code 31) (name "Net-(U2-Pad20)") + (node (ref U2) (pin 20))) + (net (code 32) (name "Net-(U2-Pad17)") + (node (ref U2) (pin 17))) + (net (code 33) (name "Net-(U2-Pad57)") + (node (ref U2) (pin 57))) + (net (code 34) (name /DCLK) + (node (ref U2) (pin 67)) + (node (ref U1) (pin 5))) + (net (code 35) (name "Net-(U2-Pad18)") + (node (ref U2) (pin 18))) + (net (code 36) (name "Net-(U2-Pad19)") + (node (ref U2) (pin 19))) + (net (code 37) (name "Net-(U2-Pad14)") + (node (ref U2) (pin 14))) + (net (code 38) (name "Net-(U2-Pad15)") + (node (ref U2) (pin 15))) + (net (code 39) (name "Net-(U2-Pad65)") + (node (ref U2) (pin 65))) + (net (code 40) (name "Net-(C4-Pad1)") + (node (ref U4) (pin 2)) + (node (ref U4) (pin 3)) + (node (ref X1) (pin 2)) + (node (ref C4) (pin 1)) + (node (ref R1) (pin 1))) + (net (code 41) (name "Net-(C5-Pad1)") + (node (ref X1) (pin 1)) + (node (ref C5) (pin 1)) + (node (ref R1) (pin 2)) + (node (ref U4) (pin 1))) + (net (code 42) (name +12V) + (node (ref U3) (pin VI)) + (node (ref C6) (pin 1)) + (node (ref D1) (pin 1)) + (node (ref U6) (pin 7))) + (net (code 43) (name /PAR_AUX0/STROBE*) + (node (ref J1) (pin 1)) + (node (ref U2) (pin 13))) + (net (code 44) (name /SW1) + (node (ref R4) (pin 2)) + (node (ref SW2) (pin 1)) + (node (ref U2) (pin 71))) + (net (code 45) (name /SW0) + (node (ref U2) (pin 72)) + (node (ref SW1) (pin 1)) + (node (ref R5) (pin 2))) + (net (code 46) (name /PAR_AUX1/ERROR*) + (node (ref U2) (pin 9)) + (node (ref J1) (pin 15))) + (net (code 47) (name /PAR_AUX5/BUSY*) + (node (ref J1) (pin 11)) + (node (ref U2) (pin 80))) + (net (code 48) (name /PAR_AUX4/PE) + (node (ref J1) (pin 12)) + (node (ref U2) (pin 77))) + (net (code 49) (name /PAR_AUX3/SELECT*) + (node (ref J1) (pin 13)) + (node (ref U2) (pin 75))) + (net (code 50) (name /LED2) + (node (ref U2) (pin 74)) + (node (ref R3) (pin 2))) + (net (code 51) (name /LED1) + (node (ref R2) (pin 2)) + (node (ref U2) (pin 76))) + (net (code 52) (name /PAR_AUX7/INIT) + (node (ref U2) (pin 6)) + (node (ref J1) (pin 16))) + (net (code 53) (name /PAR_AUX8/SELECT) + (node (ref J1) (pin 17)) + (node (ref U2) (pin 4))) + (net (code 54) (name /PAR_AUX6/ACK) + (node (ref J1) (pin 10)) + (node (ref U2) (pin 79))) + (net (code 55) (name /PAR_AUX2/AUTOLF*) + (node (ref J1) (pin 14)) + (node (ref U2) (pin 11))) + (net (code 56) (name /PARBUS7) + (node (ref J1) (pin 9)) + (node (ref U2) (pin 82))) + (net (code 57) (name /PARBUS6) + (node (ref U2) (pin 81)) + (node (ref J1) (pin 8))) + (net (code 58) (name /PARBUS5) + (node (ref U2) (pin 83)) + (node (ref J1) (pin 7))) + (net (code 59) (name /PARBUS4) + (node (ref J1) (pin 6)) + (node (ref U2) (pin 84))) + (net (code 60) (name /PARBUS3) + (node (ref J1) (pin 5)) + (node (ref U2) (pin 3))) + (net (code 61) (name "Net-(U6-Pad1)") + (node (ref U6) (pin 1))) + (net (code 62) (name "Net-(U6-Pad5)") + (node (ref U6) (pin 5))) + (net (code 63) (name "Net-(U6-Pad8)") + (node (ref U6) (pin 8))) + (net (code 64) (name /PARBUS2) + (node (ref J1) (pin 4)) + (node (ref U2) (pin 5))) + (net (code 65) (name "Net-(U4-Pad6)") + (node (ref U4) (pin 6))) + (net (code 66) (name "Net-(U4-Pad8)") + (node (ref U4) (pin 8))) + (net (code 67) (name /XIN/CLK) + (node (ref U4) (pin 4)) + (node (ref U2) (pin 12))) + (net (code 68) (name "Net-(U4-Pad12)") + (node (ref U4) (pin 12))) + (net (code 69) (name "Net-(U4-Pad10)") + (node (ref U4) (pin 10))) + (net (code 70) (name /TDI) + (node (ref J2) (pin 3)) + (node (ref U2) (pin 28))) + (net (code 71) (name /TMS) + (node (ref J2) (pin 5)) + (node (ref U2) (pin 29))) + (net (code 72) (name /TCK) + (node (ref J2) (pin 4)) + (node (ref U2) (pin 30))) + (net (code 73) (name /TDO) + (node (ref J2) (pin 2)) + (node (ref U2) (pin 59))) + (net (code 74) (name /MA2) + (node (ref U2) (pin 26)) + (node (ref U5) (pin 13))) + (net (code 75) (name /MD1) + (node (ref U2) (pin 37)) + (node (ref U5) (pin 9))) + (net (code 76) (name /MD0) + (node (ref U2) (pin 35)) + (node (ref U5) (pin 10))) + (net (code 77) (name /MD14) + (node (ref K1) (pin 3)) + (node (ref U2) (pin 56))) + (net (code 78) (name /R/W-A14) + (node (ref U2) (pin 54)) + (node (ref U5) (pin 27))) + (net (code 79) (name /OEMEM) + (node (ref U5) (pin 22)) + (node (ref U2) (pin 43))) + (net (code 80) (name /CSMEM) + (node (ref U5) (pin 20)) + (node (ref U2) (pin 39))) + (net (code 81) (name /MA7) + (node (ref U5) (pin 19)) + (node (ref U2) (pin 36))) + (net (code 82) (name /MA6) + (node (ref U2) (pin 34)) + (node (ref U5) (pin 18))) + (net (code 83) (name /MA5) + (node (ref U5) (pin 17)) + (node (ref U2) (pin 31))) + (net (code 84) (name /MA4) + (node (ref U2) (pin 24)) + (node (ref U5) (pin 16))) + (net (code 85) (name /MA3) + (node (ref U5) (pin 15)) + (node (ref U2) (pin 25))) + (net (code 86) (name /MD2) + (node (ref U5) (pin 8)) + (node (ref U2) (pin 40))) + (net (code 87) (name /MA1) + (node (ref U2) (pin 32)) + (node (ref U5) (pin 12))) + (net (code 88) (name /MA0) + (node (ref U2) (pin 33)) + (node (ref U5) (pin 11))) + (net (code 89) (name /MD13) + (node (ref U2) (pin 53)) + (node (ref U5) (pin 26))) + (net (code 90) (name /MD12) + (node (ref U5) (pin 2)) + (node (ref U2) (pin 55))) + (net (code 91) (name /MD11) + (node (ref U5) (pin 23)) + (node (ref U2) (pin 45))) + (net (code 92) (name /MD10) + (node (ref U5) (pin 21)) + (node (ref U2) (pin 41))) + (net (code 93) (name /MD9) + (node (ref U5) (pin 24)) + (node (ref U2) (pin 47))) + (net (code 94) (name /PARBUS1) + (node (ref U2) (pin 7)) + (node (ref J1) (pin 3))) + (net (code 95) (name /MD8) + (node (ref U2) (pin 51)) + (node (ref U5) (pin 25))) + (net (code 96) (name /MD7) + (node (ref U5) (pin 3)) + (node (ref U2) (pin 52))) + (net (code 97) (name /MD6) + (node (ref U5) (pin 4)) + (node (ref U2) (pin 50))) + (net (code 98) (name /MD5) + (node (ref U5) (pin 5)) + (node (ref U2) (pin 48))) + (net (code 99) (name /MD4) + (node (ref U5) (pin 6)) + (node (ref U2) (pin 46))) + (net (code 100) (name /MD3) + (node (ref U2) (pin 44)) + (node (ref U5) (pin 7))))) \ No newline at end of file diff --git a/demos/test_xil_95108/carte_test.pro b/demos/test_xil_95108/carte_test.pro new file mode 100644 index 0000000..ba1e32c --- /dev/null +++ b/demos/test_xil_95108/carte_test.pro @@ -0,0 +1,89 @@ +update=30/10/2015 11:04:44 +version=1 +last_client=kicad +[pcbnew] +version=1 +LibDir= +Sel_Mod=1 +NetType=0 +PadDril=320 +PadDimH=550 +PadDimV=550 +PadOfDH=0 +PadOfDV=0 +PadForm=1 +PadMask=14745599 +PadAttr=0 +PadOrie=0 +ViaDiam=450 +ViaDril=250 +Isol=100 +Mlayer=536838151 +Lpiste=250 +RouteTo=15 +RouteBo=0 +TypeVia=3 +Segm45=1 +Racc45=1 +Unite=0 +SegFill=1 +SegAffG=0 +NewAffG=1 +PadFill=1 +PadAffG=1 +PadSNum=1 +ModAffC=0 +ModAffT=0 +PcbAffT=0 +SgPcb45=1 +TxtPcbV=600 +TxtPcbH=600 +GridX=500 +GridY=500 +TxtModV=500 +TxtModH=500 +TxtModW=80 +HPGLnum=1 +Pltmarg=300 +HPGdiam=15 +HPGLSpd=20 +HPGLrec=2 +HPGLorg=0 +GERBmin=15 +GERBfmt=1 +VEgarde=100 +DrawLar=120 +EdgeLar=120 +TxtLar=80 +MSegLar=120 +ForPlot=1 +WpenSer=10 +UserGrX=500 +UserGrY=500 +UserGrU=1 +DivGrPc=1 +TimeOut=600 +ShowRat=0 +ShowMRa=0 +[pcbnew/libraries] +LibName1=connect +LibName2=discret +LibName3=pin_array +LibName4=divers +LibName5=libcms +LibName6=dip_sockets +LibDir= +[cvpcb] +version=1 +NetIExt=.net +[cvpcb/libraries] +EquName1=devcms +[general] +version=1 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=device +LibName2=carte_test_schlib +LibName3=power diff --git a/demos/test_xil_95108/carte_test.sch b/demos/test_xil_95108/carte_test.sch new file mode 100644 index 0000000..826ed41 --- /dev/null +++ b/demos/test_xil_95108/carte_test.sch @@ -0,0 +1,1834 @@ +EESchema Schematic File Version 2 +LIBS:device +LIBS:carte_test_schlib +LIBS:power +LIBS:carte_test-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 1 1 +Title "XC95108PC84 EXPERIMENTATION BOARD" +Date "Sun 22 Mar 2015" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L DB9 J2 +U 1 1 3ECDEBEA +P 4100 1650 +F 0 "J2" V 4100 2250 70 0000 C CNN +F 1 "DB9FEM" V 3950 2400 70 0000 C CNN +F 2 "Connect:DB9F_CI_INVERT" V 4300 1650 60 0000 C CNN +F 3 "" H 4100 1650 60 0001 C CNN + 1 4100 1650 + 0 1 -1 0 +$EndComp +$Comp +L PWR_FLAG #FLG01 +U 1 1 3ECDDD9A +P 2400 7750 +F 0 "#FLG01" H 2400 8020 30 0001 C CNN +F 1 "PWR_FLAG" H 2400 7950 30 0000 C CNN +F 2 "" H 2400 7750 60 0001 C CNN +F 3 "" H 2400 7750 60 0001 C CNN + 1 2400 7750 + 1 0 0 -1 +$EndComp +$Comp +L DIODE D4 +U 1 1 3ECDDCDD +P 2100 8000 +F 0 "D4" H 2000 8050 50 0000 C CNN +F 1 "1N4004" H 2100 7901 50 0000 C CNN +F 2 "Discret:D5" H 2100 7850 30 0000 C CNN +F 3 "" H 2100 8000 60 0001 C CNN + 1 2100 8000 + -1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG02 +U 1 1 3ECDDCBE +P 2300 8050 +F 0 "#FLG02" H 2300 8320 30 0001 C CNN +F 1 "PWR_FLAG" H 2300 8280 30 0000 C CNN +F 2 "" H 2300 8050 60 0001 C CNN +F 3 "" H 2300 8050 60 0001 C CNN + 1 2300 8050 + 1 0 0 1 +$EndComp +$Comp +L GND #PWR03 +U 1 1 3ECDDCB7 +P 2400 8650 +F 0 "#PWR03" H 2400 8650 40 0001 C CNN +F 1 "GND" H 2400 8580 40 0001 C CNN +F 2 "" H 2400 8650 60 0001 C CNN +F 3 "" H 2400 8650 60 0001 C CNN + 1 2400 8650 + 1 0 0 -1 +$EndComp +$Comp +L CP C13 +U 1 1 3ECDDCAD +P 2400 8500 +F 0 "C13" H 2450 8600 50 0000 L CNN +F 1 "10uF" H 2450 8400 50 0000 L CNN +F 2 "Discret:CP6" H 2400 8500 60 0000 C CNN +F 3 "" H 2400 8500 60 0001 C CNN + 1 2400 8500 + 1 0 0 1 +$EndComp +$Comp +L -12V #PWR139 +U 1 1 3ECDDC9F +P 2550 8050 +F 0 "#PWR139" H 2550 8250 40 0001 C CNN +F 1 "-12V" H 2550 8200 40 0000 C CNN +F 2 "" H 2550 8050 60 0001 C CNN +F 3 "" H 2550 8050 60 0001 C CNN + 1 2550 8050 + 1 0 0 1 +$EndComp +NoConn ~ 13400 4200 +NoConn ~ 13400 4100 +NoConn ~ 13400 3900 +$Comp +L -12V #PWR118 +U 1 1 3ECDDC1A +P 12800 3550 +F 0 "#PWR118" H 12800 3750 40 0001 C CNN +F 1 "-12V" H 12800 3700 40 0000 C CNN +F 2 "" H 12800 3550 60 0001 C CNN +F 3 "" H 12800 3550 60 0001 C CNN + 1 12800 3550 + 1 0 0 -1 +$EndComp +$Comp +L +12V #PWR04 +U 1 1 3ECDDC05 +P 12800 4450 +F 0 "#PWR04" H 12800 4650 40 0001 C CNN +F 1 "+12V" H 12800 4600 40 0000 C CNN +F 2 "" H 12800 4450 60 0001 C CNN +F 3 "" H 12800 4450 60 0001 C CNN + 1 12800 4450 + 1 0 0 1 +$EndComp +$Comp +L +12V #PWR05 +U 1 1 3ECDDBF2 +P 2700 7750 +F 0 "#PWR05" H 2700 7950 40 0001 C CNN +F 1 "+12V" H 2700 7900 40 0000 C CNN +F 2 "" H 2700 7750 60 0001 C CNN +F 3 "" H 2700 7750 60 0001 C CNN + 1 2700 7750 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR06 +U 1 1 3ECDDBE0 +P 12300 4650 +F 0 "#PWR06" H 12300 4650 40 0001 C CNN +F 1 "GND" H 12300 4580 40 0001 C CNN +F 2 "" H 12300 4650 60 0001 C CNN +F 3 "" H 12300 4650 60 0001 C CNN + 1 12300 4650 + 1 0 0 -1 +$EndComp +$Comp +L LM318N U6 +U 1 1 3ECDDB8B +P 12900 4000 +F 0 "U6" H 13000 4300 60 0000 C CNN +F 1 "LM318N" H 13110 3751 60 0000 C CNN +F 2 "Sockets_DIP:DIP-8__300_ELL" H 13250 4400 30 0000 C CNN +F 3 "" H 12900 4000 60 0001 C CNN + 1 12900 4000 + 1 0 0 1 +$EndComp +$Comp +L R R10 +U 1 1 3ECDDB6D +P 13850 4000 +F 0 "R10" V 13930 4000 50 0000 C CNN +F 1 "75" V 13850 4000 50 0000 C CNN +F 2 "Discret:R4" V 13750 4000 60 0000 C CNN +F 3 "" H 13850 4000 60 0001 C CNN + 1 13850 4000 + 0 1 1 0 +$EndComp +$Comp +L R R7 +U 1 1 3ECDDB60 +P 12950 3300 +F 0 "R7" V 13030 3300 50 0000 C CNN +F 1 "1,1K" V 12950 3300 50 0000 C CNN +F 2 "Discret:R4" V 12850 3300 60 0000 C CNN +F 3 "" H 12950 3300 60 0001 C CNN + 1 12950 3300 + 0 1 1 0 +$EndComp +$Comp +L R R6 +U 1 1 3ECDDB57 +P 12300 4500 +F 0 "R6" H 12150 4650 50 0000 C CNN +F 1 "1,1k" V 12300 4500 50 0000 C CNN +F 2 "Discret:R4" H 12300 4500 60 0000 C CNN +F 3 "" H 12300 4500 60 0001 C CNN + 1 12300 4500 + 1 0 0 -1 +$EndComp +$Comp +L R R9 +U 1 1 3ECDDB4B +P 12000 4200 +F 0 "R9" V 12080 4200 50 0000 C CNN +F 1 "2,2K" V 12000 4200 50 0000 C CNN +F 2 "Discret:R4" V 11900 4200 60 0000 C CNN +F 3 "" H 12000 4200 60 0001 C CNN + 1 12000 4200 + 0 1 1 0 +$EndComp +$Comp +L R R8 +U 1 1 3ECDDB43 +P 12000 3850 +F 0 "R8" V 12080 3850 50 0000 C CNN +F 1 "2,2K" V 12000 3850 50 0000 C CNN +F 2 "Discret:R4" V 11900 3850 60 0000 C CNN +F 3 "" H 12000 3850 60 0001 C CNN + 1 12000 3850 + 0 1 1 0 +$EndComp +$Comp +L CP C14 +U 1 1 3ECDDACB +P 11400 3850 +F 0 "C14" V 11550 3850 50 0000 C CNN +F 1 "10uF" V 11250 3850 50 0000 C TNN +F 2 "Discret:CP6" V 11600 3850 60 0000 C CNN +F 3 "" H 11400 3850 60 0001 C CNN + 1 11400 3850 + 0 -1 -1 0 +$EndComp +Text Label 4150 3000 0 60 ~ 0 +PIN_TEST1 +Text Label 4150 2900 0 60 ~ 0 +PIN_TEST0 +$Comp +L GND #PWR07 +U 1 1 3ECB3F8B +P 13550 1650 +F 0 "#PWR07" H 13550 1650 40 0001 C CNN +F 1 "GND" H 13550 1580 40 0001 C CNN +F 2 "" H 13550 1650 60 0001 C CNN +F 3 "" H 13550 1650 60 0001 C CNN + 1 13550 1650 + 1 0 0 -1 +$EndComp +Text Label 14450 1600 0 60 ~ 0 +PIN_TEST1 +Text Label 14450 1500 0 60 ~ 0 +PIN_TEST0 +$Comp +L CONN_2X2 P4 +U 1 1 3ECB3F5E +P 14000 1550 +F 0 "P4" H 14000 1700 50 0000 C CNN +F 1 "CONN_2X2" H 14010 1420 40 0000 C CNN +F 2 "Pin_Headers:Pin_Header_Straight_2x02" H 14000 1350 30 0000 C CNN +F 3 "" H 14000 1550 60 0001 C CNN + 1 14000 1550 + 1 0 0 -1 +$EndComp +Text Label 3900 3400 0 60 ~ 0 +PAR_AUX7/INIT +$Comp +L GND #PWR08 +U 1 1 3ECB3A8F +P 1950 5000 +F 0 "#PWR08" H 1950 5000 40 0001 C CNN +F 1 "GND" H 1950 4932 40 0001 C CNN +F 2 "" H 1950 5000 60 0001 C CNN +F 3 "" H 1950 5000 60 0001 C CNN + 1 1950 5000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR09 +U 1 1 3ECB3A8D +P 1950 4800 +F 0 "#PWR09" H 1950 4800 40 0001 C CNN +F 1 "GND" H 1950 4732 40 0001 C CNN +F 2 "" H 1950 4800 60 0001 C CNN +F 3 "" H 1950 4800 60 0001 C CNN + 1 1950 4800 + 0 -1 -1 0 +$EndComp +Text Label 3800 3200 0 60 ~ 0 +PAR_AUX8/SELECT +$Comp +L GND #PWR010 +U 1 1 3ECB3A50 +P 1950 4400 +F 0 "#PWR010" H 1950 4400 40 0001 C CNN +F 1 "GND" H 1950 4332 40 0001 C CNN +F 2 "" H 1950 4400 60 0001 C CNN +F 3 "" H 1950 4400 60 0001 C CNN + 1 1950 4400 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR011 +U 1 1 3ECB3A4D +P 1950 4200 +F 0 "#PWR011" H 1950 4200 40 0001 C CNN +F 1 "GND" H 1950 4132 40 0001 C CNN +F 2 "" H 1950 4200 60 0001 C CNN +F 3 "" H 1950 4200 60 0001 C CNN + 1 1950 4200 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR012 +U 1 1 3ECB3A4B +P 1950 4000 +F 0 "#PWR012" H 1950 4000 40 0001 C CNN +F 1 "GND" H 1950 3932 40 0001 C CNN +F 2 "" H 1950 4000 60 0001 C CNN +F 3 "" H 1950 4000 60 0001 C CNN + 1 1950 4000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR013 +U 1 1 3ECB3A48 +P 1950 3800 +F 0 "#PWR013" H 1950 3800 40 0001 C CNN +F 1 "GND" H 1950 3732 40 0001 C CNN +F 2 "" H 1950 3800 60 0001 C CNN +F 3 "" H 1950 3800 60 0001 C CNN + 1 1950 3800 + 0 -1 -1 0 +$EndComp +$Comp +L DB25 J1 +U 1 1 3EC4C60F +P 1500 4700 +F 0 "J1" H 1550 6050 70 0000 C CNN +F 1 "DB25" H 1450 3350 70 0000 C CNN +F 2 "Connect:DB25FC" H 1450 3250 60 0000 C CNN +F 3 "" H 1500 4700 60 0001 C CNN + 1 1500 4700 + -1 0 0 -1 +$EndComp +NoConn ~ 4800 4900 +NoConn ~ 4800 4800 +NoConn ~ 4800 4700 +NoConn ~ 4800 4600 +NoConn ~ 4800 4500 +NoConn ~ 4800 4400 +NoConn ~ 4800 4300 +NoConn ~ 4800 4200 +Text Label 2050 5200 0 60 ~ 0 +PAR_AUX8/SELECT +Text Label 2050 5400 0 60 ~ 0 +PAR_AUX7/INIT +NoConn ~ 7100 4700 +NoConn ~ 7100 5200 +Text Label 10600 1850 0 60 ~ 0 +SW1 +Text Label 10600 1600 0 60 ~ 0 +SW0 +$Comp +L VCC #PWR014 +U 1 1 3EC8B981 +P 11200 1200 +F 0 "#PWR014" H 11200 1400 40 0001 C CNN +F 1 "VCC" H 11200 1350 40 0000 C CNN +F 2 "" H 11200 1200 60 0001 C CNN +F 3 "" H 11200 1200 60 0001 C CNN + 1 11200 1200 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR015 +U 1 1 3EC8B97E +P 11000 1200 +F 0 "#PWR015" H 11000 1400 40 0001 C CNN +F 1 "VCC" H 11000 1350 40 0000 C CNN +F 2 "" H 11000 1200 60 0001 C CNN +F 3 "" H 11000 1200 60 0001 C CNN + 1 11000 1200 + 1 0 0 -1 +$EndComp +$Comp +L R R5 +U 1 1 3EC8B978 +P 11000 1350 +F 0 "R5" V 11080 1350 50 0000 C CNN +F 1 "4,7K" V 11000 1350 50 0000 C CNN +F 2 "Discret:R4" V 10936 1344 30 0000 C CNN +F 3 "" H 11000 1350 60 0001 C CNN + 1 11000 1350 + 1 0 0 -1 +$EndComp +$Comp +L R R4 +U 1 1 3EC8B970 +P 11200 1350 +F 0 "R4" V 11280 1350 50 0000 C CNN +F 1 "4,7K" V 11200 1350 50 0000 C CNN +F 2 "Discret:R4" V 11324 1356 30 0000 C CNN +F 3 "" H 11200 1350 60 0001 C CNN + 1 11200 1350 + 1 0 0 -1 +$EndComp +Text Label 7150 4000 0 60 ~ 0 +SW1 +Text Label 7150 3900 0 60 ~ 0 +SW0 +$Comp +L GND #PWR016 +U 1 1 3EC8B890 +P 12350 1850 +F 0 "#PWR016" H 12350 1850 40 0001 C CNN +F 1 "GND" H 12350 1780 40 0001 C CNN +F 2 "" H 12350 1850 60 0001 C CNN +F 3 "" H 12350 1850 60 0001 C CNN + 1 12350 1850 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR017 +U 1 1 3EC8B88C +P 12350 1600 +F 0 "#PWR017" H 12350 1600 40 0001 C CNN +F 1 "GND" H 12350 1530 40 0001 C CNN +F 2 "" H 12350 1600 60 0001 C CNN +F 3 "" H 12350 1600 60 0001 C CNN + 1 12350 1600 + 0 -1 -1 0 +$EndComp +$Comp +L SW_PUSH SW2 +U 1 1 3EC8B882 +P 12000 1850 +F 0 "SW2" H 12000 1700 50 0000 C CNN +F 1 "SW_PUSH" H 12000 1770 50 0000 C CNN +F 2 "Discret:SW_PUSH" H 12050 1650 30 0000 C CNN +F 3 "" H 12000 1850 60 0001 C CNN + 1 12000 1850 + 1 0 0 -1 +$EndComp +$Comp +L SW_PUSH SW1 +U 1 1 3EC8B876 +P 12000 1600 +F 0 "SW1" H 12150 1750 50 0000 C CNN +F 1 "SW_PUSH" H 11800 1750 50 0000 C CNN +F 2 "Discret:SW_PUSH" H 12000 1800 30 0000 C CNN +F 3 "" H 12000 1600 60 0001 C CNN + 1 12000 1600 + 1 0 0 -1 +$EndComp +Text Label 3750 3600 0 60 ~ 0 +PAR_AUX1/ERROR* +Text Label 3750 4000 0 60 ~ 0 +PAR_AUX0/STROBE* +Text Label 7150 3300 0 60 ~ 0 +PAR_AUX5/BUSY* +Text Label 7150 3500 0 60 ~ 0 +PAR_AUX4/PE +Text Label 7150 3700 0 60 ~ 0 +PAR_AUX3/SELECT* +$Comp +L GND #PWR018 +U 1 1 3EC4F034 +P 1950 4600 +F 0 "#PWR018" H 1950 4600 40 0001 C CNN +F 1 "GND" H 1950 4532 40 0001 C CNN +F 2 "" H 1950 4600 60 0001 C CNN +F 3 "" H 1950 4600 60 0001 C CNN + 1 1950 4600 + 0 -1 -1 0 +$EndComp +Text Label 7150 3800 0 60 ~ 0 +LED2 +Text Label 7150 3600 0 60 ~ 0 +LED1 +Text Label 10750 2600 0 60 ~ 0 +LED2 +Text Label 10750 2300 0 60 ~ 0 +LED1 +$Comp +L GND #PWR019 +U 1 1 3EC4D095 +P 11950 2600 +F 0 "#PWR019" H 11950 2600 40 0001 C CNN +F 1 "GND" H 11950 2530 40 0001 C CNN +F 2 "" H 11950 2600 60 0001 C CNN +F 3 "" H 11950 2600 60 0001 C CNN + 1 11950 2600 + 0 -1 -1 0 +$EndComp +$Comp +L LED D3 +U 1 1 3EC4D08F +P 11700 2600 +F 0 "D3" H 11700 2700 50 0000 C CNN +F 1 "LED" H 11700 2500 50 0000 C CNN +F 2 "LEDs:LED-5MM" H 11450 2500 30 0000 C CNN +F 3 "" H 11700 2600 60 0001 C CNN + 1 11700 2600 + -1 0 0 1 +$EndComp +$Comp +L R R3 +U 1 1 3EC4D082 +P 11250 2600 +F 0 "R3" V 11330 2600 50 0000 C CNN +F 1 "330" V 11250 2600 50 0000 C CNN +F 2 "Discret:R4" V 11350 2600 60 0000 C CNN +F 3 "" H 11250 2600 60 0001 C CNN + 1 11250 2600 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR020 +U 1 1 52CEE1D5 +P 11950 2300 +F 0 "#PWR020" H 11950 2300 40 0001 C CNN +F 1 "GND" H 11950 2230 40 0001 C CNN +F 2 "" H 11950 2300 60 0001 C CNN +F 3 "" H 11950 2300 60 0001 C CNN + 1 11950 2300 + 0 -1 -1 0 +$EndComp +$Comp +L LED D2 +U 1 1 52CEE1D4 +P 11700 2300 +F 0 "D2" H 11700 2400 50 0000 C CNN +F 1 "LED" H 11700 2200 50 0000 C CNN +F 2 "LEDs:LED-5MM" H 11450 2200 30 0000 C CNN +F 3 "" H 11700 2300 60 0001 C CNN + 1 11700 2300 + -1 0 0 1 +$EndComp +$Comp +L R R2 +U 1 1 52CEE1D3 +P 11250 2300 +F 0 "R2" V 11330 2300 50 0000 C CNN +F 1 "330" V 11250 2300 50 0000 C CNN +F 2 "Discret:R4" V 11150 2300 60 0000 C CNN +F 3 "" H 11250 2300 60 0001 C CNN + 1 11250 2300 + 0 1 1 0 +$EndComp +$Comp +L GND #PWR021 +U 1 1 3EC4C7F6 +P 4700 9400 +F 0 "#PWR021" H 4700 9400 40 0001 C CNN +F 1 "GND" H 4700 9330 40 0001 C CNN +F 2 "" H 4700 9400 60 0001 C CNN +F 3 "" H 4700 9400 60 0001 C CNN + 1 4700 9400 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR022 +U 1 1 3EC4C7EA +P 4700 9100 +F 0 "#PWR022" H 4700 9300 40 0001 C CNN +F 1 "VCC" H 4700 9250 40 0000 C CNN +F 2 "" H 4700 9100 60 0001 C CNN +F 3 "" H 4700 9100 60 0001 C CNN + 1 4700 9100 + 1 0 0 -1 +$EndComp +$Comp +L C C12 +U 1 1 3EC4C7DB +P 4700 9250 +F 0 "C12" H 4750 9350 50 0000 L CNN +F 1 "100nF" H 4750 9150 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" V 4600 9250 30 0000 C CNN +F 3 "" H 4700 9250 60 0001 C CNN + 1 4700 9250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR023 +U 1 1 52CEE1D2 +P 12300 7850 +F 0 "#PWR023" H 12300 7850 40 0001 C CNN +F 1 "GND" H 12300 7780 40 0001 C CNN +F 2 "" H 12300 7850 60 0001 C CNN +F 3 "" H 12300 7850 60 0001 C CNN + 1 12300 7850 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR024 +U 1 1 52CEE1CE +P 12300 7550 +F 0 "#PWR024" H 12300 7750 40 0001 C CNN +F 1 "VCC" H 12300 7700 40 0000 C CNN +F 2 "" H 12300 7550 60 0001 C CNN +F 3 "" H 12300 7550 60 0001 C CNN + 1 12300 7550 + 1 0 0 -1 +$EndComp +$Comp +L C C7 +U 1 1 52CEE1C8 +P 12300 7700 +F 0 "C7" H 12350 7800 50 0000 L CNN +F 1 "100nF" H 12350 7600 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" H 12300 7700 60 0000 C CNN +F 3 "" H 12300 7700 60 0001 C CNN + 1 12300 7700 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR025 +U 1 1 52CEE1CD +P 8000 1700 +F 0 "#PWR025" H 8000 1900 40 0001 C CNN +F 1 "VCC" H 8000 1800 40 0000 C CNN +F 2 "" H 8000 1700 60 0001 C CNN +F 3 "" H 8000 1700 60 0001 C CNN + 1 8000 1700 + 1 0 0 -1 +$EndComp +$Comp +L C C11 +U 1 1 52CEE1C7 +P 8000 1900 +F 0 "C11" H 8050 2000 50 0000 L CNN +F 1 "100nF" H 8050 1800 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" V 7900 1900 20 0000 C CNN +F 3 "" H 8000 1900 60 0001 C CNN + 1 8000 1900 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR026 +U 1 1 52CEE1CC +P 7600 1700 +F 0 "#PWR026" H 7600 1900 40 0001 C CNN +F 1 "VCC" H 7600 1800 40 0000 C CNN +F 2 "" H 7600 1700 60 0001 C CNN +F 3 "" H 7600 1700 60 0001 C CNN + 1 7600 1700 + 1 0 0 -1 +$EndComp +$Comp +L C C10 +U 1 1 52CEE1C9 +P 7600 1900 +F 0 "C10" H 7650 2000 50 0000 L CNN +F 1 "100nF" H 7650 1800 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" V 7500 1900 20 0000 C CNN +F 3 "" H 7600 1900 60 0001 C CNN + 1 7600 1900 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR027 +U 1 1 52CEE1CB +P 7200 1700 +F 0 "#PWR027" H 7200 1900 40 0001 C CNN +F 1 "VCC" H 7200 1800 40 0000 C CNN +F 2 "" H 7200 1700 60 0001 C CNN +F 3 "" H 7200 1700 60 0001 C CNN + 1 7200 1700 + 1 0 0 -1 +$EndComp +$Comp +L C C8 +U 1 1 52CEE1CA +P 7200 1900 +F 0 "C8" H 7250 2000 50 0000 L CNN +F 1 "100nF" H 7250 1800 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" V 7100 1900 20 0000 C CNN +F 3 "" H 7200 1900 60 0001 C CNN + 1 7200 1900 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR028 +U 1 1 3EC4C76B +P 1950 3600 +F 0 "#PWR028" H 1950 3600 40 0001 C CNN +F 1 "GND" H 1950 3532 40 0001 C CNN +F 2 "" H 1950 3600 60 0001 C CNN +F 3 "" H 1950 3600 60 0001 C CNN + 1 1950 3600 + 0 -1 -1 0 +$EndComp +Text Label 2050 4100 0 60 ~ 0 +PAR_AUX6/ACK +Text Label 2050 3900 0 60 ~ 0 +PAR_AUX5/BUSY* +Text Label 2050 3700 0 60 ~ 0 +PAR_AUX4/PE +Text Label 2050 3500 0 60 ~ 0 +PAR_AUX3/SELECT* +Text Label 2050 5800 0 60 ~ 0 +PAR_AUX2/AUTOLF* +Text Label 2050 5600 0 60 ~ 0 +PAR_AUX1/ERROR* +Text Label 2050 5900 0 60 ~ 0 +PAR_AUX0/STROBE* +Text Label 2050 4300 0 60 ~ 0 +PARBUS7 +Text Label 2050 4500 0 60 ~ 0 +PARBUS6 +Text Label 2050 4700 0 60 ~ 0 +PARBUS5 +Text Label 2050 4900 0 60 ~ 0 +PARBUS4 +Text Label 2050 5100 0 60 ~ 0 +PARBUS3 +Text Label 2050 5300 0 60 ~ 0 +PARBUS2 +Text Label 2050 5500 0 60 ~ 0 +PARBUS1 +Text Label 2050 5700 0 60 ~ 0 +PARBUS0 +Text Label 7150 3400 0 60 ~ 0 +PAR_AUX6/ACK +Text Label 3750 3800 0 60 ~ 0 +PAR_AUX2/AUTOLF* +Text Label 7150 3100 0 60 ~ 0 +PARBUS7 +Text Label 7150 3200 0 60 ~ 0 +PARBUS6 +Text Label 7150 3000 0 60 ~ 0 +PARBUS5 +Text Label 7150 2900 0 60 ~ 0 +PARBUS4 +Text Label 4200 3100 0 60 ~ 0 +PARBUS3 +Text Label 4200 3300 0 60 ~ 0 +PARBUS2 +Text Label 4200 3500 0 60 ~ 0 +PARBUS1 +Text Label 4200 3700 0 60 ~ 0 +PARBUS0 +Text Label 7200 5800 0 60 ~ 0 +MD13 +Text Label 7250 5600 0 60 ~ 0 +MD12 +Text Label 7200 6500 0 60 ~ 0 +MD11 +Text Label 4350 6300 0 60 ~ 0 +MD10 +Text Label 7200 6300 0 60 ~ 0 +MD9 +Text Label 7200 6000 0 60 ~ 0 +MD8 +Text Label 7200 5900 0 60 ~ 0 +MD7 +Text Label 7200 6100 0 60 ~ 0 +MD6 +Text Label 7200 6200 0 60 ~ 0 +MD5 +Text Label 7200 6400 0 60 ~ 0 +MD4 +Text Label 4350 6500 0 60 ~ 0 +MD3 +Text Label 4350 6200 0 60 ~ 0 +MD2 +Text Label 4350 6000 0 60 ~ 0 +MD1 +Text Label 4350 5800 0 60 ~ 0 +MD0 +Text Label 7250 5500 0 60 ~ 0 +MD14 +Text Label 7150 5700 0 60 ~ 0 +R/W-A14 +Text Label 4350 6400 0 60 ~ 0 +OEMEM +Text Label 4350 6100 0 60 ~ 0 +CSMEM +Text Label 4500 5900 0 60 ~ 0 +MA7 +Text Label 4500 5700 0 60 ~ 0 +MA6 +Text Label 4500 5300 0 60 ~ 0 +MA5 +Text Label 4500 5000 0 60 ~ 0 +MA4 +Text Label 4500 5100 0 60 ~ 0 +MA3 +Text Label 4500 5200 0 60 ~ 0 +MA2 +Text Label 4500 5500 0 60 ~ 0 +MA1 +Text Label 4500 5600 0 60 ~ 0 +MA0 +Text Label 10200 7800 0 60 ~ 0 +R/W-A14 +Text Label 10250 7700 0 60 ~ 0 +OEMEM +Text Label 10250 7600 0 60 ~ 0 +CSMEM +Text Label 9450 7650 0 60 ~ 0 +MD14 +Text Label 10250 7300 0 60 ~ 0 +MD13 +Text Label 10250 7200 0 60 ~ 0 +MD12 +Text Label 10250 7100 0 60 ~ 0 +MD11 +Text Label 10250 7000 0 60 ~ 0 +MD10 +Text Label 10250 6900 0 60 ~ 0 +MD9 +Text Label 10250 6800 0 60 ~ 0 +MD8 +Text Label 10250 6700 0 60 ~ 0 +MD7 +Text Label 10250 6600 0 60 ~ 0 +MD6 +Text Label 10250 6500 0 60 ~ 0 +MD5 +Text Label 10250 6400 0 60 ~ 0 +MD4 +Text Label 10250 6300 0 60 ~ 0 +MD3 +Text Label 10250 6200 0 60 ~ 0 +MD2 +Text Label 10250 6100 0 60 ~ 0 +MD1 +Text Label 10250 6000 0 60 ~ 0 +MD0 +Text Label 12250 6700 0 60 ~ 0 +MA7 +Text Label 12250 6600 0 60 ~ 0 +MA6 +Text Label 12250 6500 0 60 ~ 0 +MA5 +Text Label 12250 6400 0 60 ~ 0 +MA4 +Text Label 12250 6300 0 60 ~ 0 +MA3 +Text Label 12250 6200 0 60 ~ 0 +MA2 +Text Label 12250 6100 0 60 ~ 0 +MA1 +Text Label 12250 6000 0 60 ~ 0 +MA0 +$Comp +L VCC #PWR029 +U 1 1 3EC4C4B5 +P 9900 7600 +F 0 "#PWR029" H 9900 7800 40 0001 C CNN +F 1 "VCC" H 9900 7750 40 0000 C CNN +F 2 "" H 9900 7600 60 0001 C CNN +F 3 "" H 9900 7600 60 0001 C CNN + 1 9900 7600 + 1 0 0 -1 +$EndComp +$Comp +L CONN_3 K1 +U 1 1 3EC4C49F +P 9800 8000 +F 0 "K1" V 9750 8000 50 0000 C CNN +F 1 "CONN_3" V 9850 8000 40 0000 C CNN +F 2 "Socket_Strips:Socket_Strip_Straight_1x03" V 9950 8000 30 0000 C CNN +F 3 "" H 9800 8000 60 0001 C CNN + 1 9800 8000 + 0 1 1 0 +$EndComp +$Comp +L RAM_32KO U5 +U 1 1 3EC4C463 +P 11400 6800 +F 0 "U5" H 11400 7700 70 0000 C CNN +F 1 "RAM_32KO" H 11400 5550 60 0000 C CNN +F 2 "Sockets_DIP:DIP-28__300__600_ELL" H 11400 5650 60 0000 C CNN +F 3 "" H 11400 6800 60 0001 C CNN + 1 11400 6800 + 1 0 0 -1 +$EndComp +Text Label 4300 3900 0 60 ~ 0 +XIN/CLK +NoConn ~ 3100 10300 +NoConn ~ 2000 10800 +NoConn ~ 2000 10300 +NoConn ~ 2000 9750 +$Comp +L GND #PWR030 +U 1 1 3EC4C328 +P 2200 10350 +F 0 "#PWR030" H 2200 10350 40 0001 C CNN +F 1 "GND" H 2200 10280 40 0001 C CNN +F 2 "" H 2200 10350 60 0001 C CNN +F 3 "" H 2200 10350 60 0001 C CNN + 1 2200 10350 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR031 +U 1 1 3EC4C322 +P 1050 10900 +F 0 "#PWR031" H 1050 10900 40 0001 C CNN +F 1 "GND" H 1050 10830 40 0001 C CNN +F 2 "" H 1050 10900 60 0001 C CNN +F 3 "" H 1050 10900 60 0001 C CNN + 1 1050 10900 + 1 0 0 -1 +$EndComp +$Comp +L 74HC04 U4 +U 6 1 3EC4C318 +P 2650 10300 +F 0 "U4" H 2845 10415 60 0000 C CNN +F 1 "74HC04" H 2840 10176 60 0000 C CNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 3250 10500 20 0000 C CNN +F 3 "" H 2650 10300 60 0001 C CNN + 6 2650 10300 + 1 0 0 -1 +$EndComp +$Comp +L 74HC04 U4 +U 5 1 3EC4C311 +P 1550 10800 +F 0 "U4" H 1745 10915 60 0000 C CNN +F 1 "74HC04" H 1740 10676 60 0000 C CNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 1900 11000 20 0000 C CNN +F 3 "" H 1550 10800 60 0001 C CNN + 5 1550 10800 + 1 0 0 -1 +$EndComp +$Comp +L 74HC04 U4 +U 4 1 3EC4C30C +P 1550 10300 +F 0 "U4" H 1745 10415 60 0000 C CNN +F 1 "74HC04" H 1740 10176 60 0000 C CNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 1800 10500 20 0000 C CNN +F 3 "" H 1550 10300 60 0001 C CNN + 4 1550 10300 + 1 0 0 -1 +$EndComp +$Comp +L 74HC04 U4 +U 3 1 3EC4C30A +P 1550 9750 +F 0 "U4" H 1745 9865 60 0000 C CNN +F 1 "74HC04" H 1740 9626 60 0000 C CNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 1550 10000 26 0000 C CNN +F 3 "" H 1550 9750 60 0001 C CNN + 3 1550 9750 + 1 0 0 -1 +$EndComp +$Comp +L 74HC04 U4 +U 2 1 3EC4C300 +P 6850 8900 +F 0 "U4" H 7045 9015 60 0000 C CNN +F 1 "74HC04" H 7040 8776 60 0000 C CNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 7100 8700 60 0000 C CNN +F 3 "" H 6850 8900 60 0001 C CNN + 2 6850 8900 + 1 0 0 -1 +$EndComp +$Comp +L 74HC04 U4 +U 1 1 3EC4C2F6 +P 5750 8900 +F 0 "U4" H 5945 9015 60 0000 C CNN +F 1 "74HC04" H 5940 8776 60 0000 C CNN +F 2 "Sockets_DIP:DIP-14__300_ELL" H 5650 9100 60 0000 C CNN +F 3 "" H 5750 8900 60 0001 C CNN + 1 5750 8900 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG032 +U 1 1 3EC24491 +P 1850 8600 +F 0 "#FLG032" H 1850 8870 30 0001 C CNN +F 1 "PWR_FLAG" H 1850 8830 30 0000 C CNN +F 2 "" H 1850 8600 60 0001 C CNN +F 3 "" H 1850 8600 60 0001 C CNN + 1 1850 8600 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR033 +U 1 1 52CEE1C6 +P 1850 8650 +F 0 "#PWR033" H 1850 8650 40 0001 C CNN +F 1 "GND" H 1850 8580 40 0001 C CNN +F 2 "" H 1850 8650 60 0001 C CNN +F 3 "" H 1850 8650 60 0001 C CNN + 1 1850 8650 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR034 +U 1 1 52CEE1C4 +P 14200 4250 +F 0 "#PWR034" H 14200 4250 40 0001 C CNN +F 1 "GND" H 14200 4180 40 0001 C CNN +F 2 "" H 14200 4250 60 0001 C CNN +F 3 "" H 14200 4250 60 0001 C CNN + 1 14200 4250 + 1 0 0 -1 +$EndComp +$Comp +L CONN_2 P3 +U 1 1 3EC2446D +P 14550 4100 +F 0 "P3" V 14500 4100 40 0000 C CNN +F 1 "CONN_2" V 14600 4100 40 0000 C CNN +F 2 "Connect:bornier2" H 14550 3900 60 0000 C CNN +F 3 "" H 14550 4100 60 0001 C CNN + 1 14550 4100 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR035 +U 1 1 3EC243DC +P 2800 8250 +F 0 "#PWR035" H 2800 8250 40 0001 C CNN +F 1 "GND" H 2800 8180 40 0001 C CNN +F 2 "" H 2800 8250 60 0001 C CNN +F 3 "" H 2800 8250 60 0001 C CNN + 1 2800 8250 + 1 0 0 -1 +$EndComp +$Comp +L CP C6 +U 1 1 3EC243D6 +P 2800 8100 +F 0 "C6" H 2850 8200 50 0000 L CNN +F 1 "47uF" H 2850 8000 50 0000 L CNN +F 2 "Discret:CP6" H 2950 7950 30 0000 C CNN +F 3 "" H 2800 8100 60 0001 C CNN + 1 2800 8100 + 1 0 0 -1 +$EndComp +$Comp +L DIODE D1 +U 1 1 3EC243C8 +P 2100 7800 +F 0 "D1" H 2100 7900 50 0000 C CNN +F 1 "1N4004" H 2100 8000 50 0000 C CNN +F 2 "Discret:D5" H 2100 7950 30 0000 C CNN +F 3 "" H 2100 7800 60 0001 C CNN + 1 2100 7800 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR036 +U 1 1 3EC243BD +P 1500 7900 +F 0 "#PWR036" H 1500 7900 40 0001 C CNN +F 1 "GND" H 1500 7831 40 0001 C CNN +F 2 "" H 1500 7900 60 0001 C CNN +F 3 "" H 1500 7900 60 0001 C CNN + 1 1500 7900 + 0 -1 -1 0 +$EndComp +$Comp +L CONN_3 P2 +U 1 1 3EC243AC +P 1150 7900 +F 0 "P2" V 1102 7900 40 0000 C CNN +F 1 "CONN_3" V 1200 7900 40 0000 C CNN +F 2 "Socket_Strips:Socket_Strip_Straight_1x03" V 1300 7900 30 0000 C CNN +F 3 "" H 1150 7900 60 0001 C CNN + 1 1150 7900 + -1 0 0 -1 +$EndComp +$Comp +L VCC #PWR037 +U 1 1 3EC24382 +P 3900 7750 +F 0 "#PWR037" H 3900 7950 40 0001 C CNN +F 1 "VCC" H 3900 7900 40 0000 C CNN +F 2 "" H 3900 7750 60 0001 C CNN +F 3 "" H 3900 7750 60 0001 C CNN + 1 3900 7750 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR038 +U 1 1 3EC2437A +P 3400 8150 +F 0 "#PWR038" H 3400 8150 40 0001 C CNN +F 1 "GND" H 3400 8080 40 0001 C CNN +F 2 "" H 3400 8150 60 0001 C CNN +F 3 "" H 3400 8150 60 0001 C CNN + 1 3400 8150 + 1 0 0 -1 +$EndComp +$Comp +L LM7805 U3 +U 1 1 3EC2436D +P 3400 7850 +F 0 "U3" H 3400 8150 60 0000 C CNN +F 1 "LM7805" H 3400 8050 60 0000 C CNN +F 2 "Discret:LM78XX" H 3500 7600 30 0000 C CNN +F 3 "" H 3400 7850 60 0001 C CNN + 1 3400 7850 + 1 0 0 -1 +$EndComp +Text Label 7400 8900 0 60 ~ 0 +XIN/CLK +$Comp +L GND #PWR039 +U 1 1 52CEE1C2 +P 6300 10250 +F 0 "#PWR039" H 6300 10250 40 0001 C CNN +F 1 "GND" H 6300 10180 40 0001 C CNN +F 2 "" H 6300 10250 60 0001 C CNN +F 3 "" H 6300 10250 60 0001 C CNN + 1 6300 10250 + 1 0 0 -1 +$EndComp +$Comp +L C C4 +U 1 1 3EC242AD +P 6300 10100 +F 0 "C4" H 6400 10200 50 0000 L CNN +F 1 "22pF" H 6400 10000 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" H 6900 9950 60 0000 C CNN +F 3 "" H 6300 10100 60 0001 C CNN + 1 6300 10100 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 3EC242C1 +P 5750 9800 +F 0 "R1" V 5830 9800 50 0000 C CNN +F 1 "100K" V 5750 9800 50 0000 C CNN +F 2 "Discret:R4" H 5750 9800 60 0000 C CNN +F 3 "" H 5750 9800 60 0001 C CNN + 1 5750 9800 + 0 1 1 0 +$EndComp +$Comp +L C C5 +U 1 1 52CEE1C5 +P 5200 10100 +F 0 "C5" H 5300 10200 50 0000 L CNN +F 1 "22pF" H 5300 10000 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" H 5500 9950 30 0000 C CNN +F 3 "" H 5200 10100 60 0001 C CNN + 1 5200 10100 + 1 0 0 -1 +$EndComp +$Comp +L CRYSTAL X1 +U 1 1 3EC2428D +P 5750 9400 +F 0 "X1" H 5750 9550 60 0000 C CNN +F 1 "10MHz" H 5750 9250 60 0000 C CNN +F 2 "Crystals:HC-18UH" H 5750 9400 60 0000 C CNN +F 3 "" H 5750 9400 60 0001 C CNN + 1 5750 9400 + 1 0 0 -1 +$EndComp +Text Label 4550 2400 0 60 ~ 0 +TDI +Text Label 4550 2500 0 60 ~ 0 +TMS +Text Label 4550 2600 0 60 ~ 0 +TCK +Text Label 4550 2700 0 60 ~ 0 +TDO +$Comp +L GND #PWR040 +U 1 1 3EC23E6E +P 3800 2200 +F 0 "#PWR040" H 3800 2200 40 0001 C CNN +F 1 "GND" H 3800 2130 40 0001 C CNN +F 2 "" H 3800 2200 60 0001 C CNN +F 3 "" H 3800 2200 60 0001 C CNN + 1 3800 2200 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR041 +U 1 1 52CEE1C0 +P 3450 2000 +F 0 "#PWR041" H 3450 2200 40 0001 C CNN +F 1 "VCC" H 3450 2100 40 0000 C CNN +F 2 "" H 3450 2000 60 0001 C CNN +F 3 "" H 3450 2000 60 0001 C CNN + 1 3450 2000 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR042 +U 1 1 3EC23DE5 +P 3900 8250 +F 0 "#PWR042" H 3900 8250 40 0001 C CNN +F 1 "GND" H 3900 8180 40 0001 C CNN +F 2 "" H 3900 8250 60 0001 C CNN +F 3 "" H 3900 8250 60 0001 C CNN + 1 3900 8250 + 1 0 0 -1 +$EndComp +$Comp +L CP C3 +U 1 1 3EC23DCD +P 3900 8100 +F 0 "C3" H 3950 8200 50 0000 L CNN +F 1 "10uF" H 3950 8000 50 0000 L CNN +F 2 "Discret:CP6" H 4050 7950 30 0000 C CNN +F 3 "" H 3900 8100 60 0001 C CNN + 1 3900 8100 + 1 0 0 -1 +$EndComp +$Comp +L CP C2 +U 1 1 3EC23B98 +P 11400 4200 +F 0 "C2" V 11550 4200 50 0000 C BNN +F 1 "10uF" V 11250 4200 50 0000 C CNN +F 2 "Discret:CP6" V 11200 4200 60 0000 C CNN +F 3 "" H 11400 4200 60 0001 C CNN + 1 11400 4200 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR043 +U 1 1 3EC23ADD +P 9500 5100 +F 0 "#PWR043" H 9500 5100 40 0001 C CNN +F 1 "GND" H 9500 5030 40 0001 C CNN +F 2 "" H 9500 5100 60 0001 C CNN +F 3 "" H 9500 5100 60 0001 C CNN + 1 9500 5100 + 1 0 0 -1 +$EndComp +$Comp +L C C1 +U 1 1 3EC23ABA +P 9500 4950 +F 0 "C1" H 9550 5050 50 0000 L CNN +F 1 "100nF" H 9550 4850 50 0000 L CNN +F 2 "Capacitors_SMD:C_1206" H 9500 4950 60 0000 C CNN +F 3 "" H 9500 4950 60 0001 C CNN + 1 9500 4950 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR044 +U 1 1 3EC23A35 +P 10400 5000 +F 0 "#PWR044" H 10400 5000 40 0001 C CNN +F 1 "GND" H 10400 4930 40 0001 C CNN +F 2 "" H 10400 5000 60 0001 C CNN +F 3 "" H 10400 5000 60 0001 C CNN + 1 10400 5000 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR045 +U 1 1 52CEE1C3 +P 6200 7000 +F 0 "#PWR045" H 6200 7000 40 0001 C CNN +F 1 "GND" H 6200 6930 40 0001 C CNN +F 2 "" H 6200 7000 60 0001 C CNN +F 3 "" H 6200 7000 60 0001 C CNN + 1 6200 7000 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR046 +U 1 1 3EC239FE +P 10400 3050 +F 0 "#PWR046" H 10400 3250 40 0001 C CNN +F 1 "VCC" H 10400 3200 40 0000 C CNN +F 2 "" H 10400 3050 60 0001 C CNN +F 3 "" H 10400 3050 60 0001 C CNN + 1 10400 3050 + 1 0 0 -1 +$EndComp +$Comp +L VCC #PWR047 +U 1 1 52CEE1C1 +P 6150 1900 +F 0 "#PWR047" H 6150 2100 40 0001 C CNN +F 1 "VCC" H 6150 2000 40 0000 C CNN +F 2 "" H 6150 1900 60 0001 C CNN +F 3 "" H 6150 1900 60 0001 C CNN + 1 6150 1900 + 1 0 0 -1 +$EndComp +Text Label 7150 4500 0 60 ~ 0 +DCLK +Text Label 9150 4650 0 60 ~ 0 +DCLK +Text Label 7150 4900 0 60 ~ 0 +DAT7 +Text Label 7150 5100 0 60 ~ 0 +DAT6 +Text Label 7150 5000 0 60 ~ 0 +DAT5 +Text Label 7150 4800 0 60 ~ 0 +DAT4 +Text Label 7150 4400 0 60 ~ 0 +DAT3 +Text Label 7150 4200 0 60 ~ 0 +DAT2 +Text Label 7150 4600 0 60 ~ 0 +DAT1 +Text Label 7150 4300 0 60 ~ 0 +DAT0 +Text Label 9300 4150 0 60 ~ 0 +DAT7 +Text Label 9300 4050 0 60 ~ 0 +DAT6 +Text Label 9300 3950 0 60 ~ 0 +DAT5 +Text Label 9300 3850 0 60 ~ 0 +DAT4 +Text Label 9300 3750 0 60 ~ 0 +DAT3 +Text Label 9300 3650 0 60 ~ 0 +DAT2 +Text Label 9300 3550 0 60 ~ 0 +DAT1 +Text Label 9300 3450 0 60 ~ 0 +DAT0 +$Comp +L TDA8702 U1 +U 1 1 3EC238E5 +P 10400 4050 +F 0 "U1" H 10600 4850 60 0000 L CNN +F 1 "TDA8702" H 10600 3250 60 0000 L CNN +F 2 "Sockets_DIP:DIP-16__300_ELL" H 10900 3150 30 0000 C CNN +F 3 "" H 10400 4050 60 0001 C CNN + 1 10400 4050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR048 +U 1 1 3EC23A2D +P 5200 10250 +F 0 "#PWR048" H 5200 10250 40 0001 C CNN +F 1 "GND" H 5200 10180 40 0001 C CNN +F 2 "" H 5200 10250 60 0001 C CNN +F 3 "" H 5200 10250 60 0001 C CNN + 1 5200 10250 + 1 0 0 -1 +$EndComp +Connection ~ 11000 1600 +Wire Wire Line + 10600 1600 11700 1600 +Wire Wire Line + 11000 1500 11000 1600 +Connection ~ 11200 1850 +Wire Wire Line + 4500 2500 4500 2100 +Wire Wire Line + 4300 2600 4300 2100 +Wire Wire Line + 4800 2600 4300 2600 +Wire Wire Line + 4100 2400 4100 2100 +Wire Wire Line + 4800 2400 4100 2400 +Wire Wire Line + 3900 2700 4800 2700 +Wire Wire Line + 3900 2100 3900 2700 +Wire Wire Line + 3450 2100 3700 2100 +Connection ~ 3800 2150 +Connection ~ 4000 2150 +Connection ~ 4200 2150 +Wire Wire Line + 4000 2100 4000 2150 +Wire Wire Line + 4200 2150 4200 2100 +Wire Wire Line + 4400 2150 4400 2100 +Wire Wire Line + 3800 2150 4400 2150 +Wire Wire Line + 3800 2100 3800 2200 +Connection ~ 2400 8000 +Wire Wire Line + 1900 8000 1500 8000 +Wire Wire Line + 2400 8000 2400 8350 +Wire Wire Line + 2550 8000 2550 8050 +Wire Wire Line + 2300 8000 2550 8000 +Wire Wire Line + 2300 7800 3000 7800 +Wire Wire Line + 1500 7800 1900 7800 +Connection ~ 12300 4200 +Connection ~ 12400 3850 +Wire Wire Line + 12400 4200 12400 4100 +Wire Wire Line + 12150 4200 12400 4200 +Wire Wire Line + 12300 4200 12300 4350 +Wire Wire Line + 13500 3300 13500 4000 +Wire Wire Line + 13100 3300 13500 3300 +Wire Wire Line + 12400 3300 12800 3300 +Wire Wire Line + 12400 3300 12400 3900 +Wire Wire Line + 12150 3850 12400 3850 +Wire Wire Line + 11550 3850 11850 3850 +Wire Wire Line + 14000 4000 14200 4000 +Wire Wire Line + 13400 4000 13700 4000 +Wire Wire Line + 4150 3000 4800 3000 +Wire Wire Line + 4150 2900 4800 2900 +Connection ~ 13550 1600 +Wire Wire Line + 13600 1600 13550 1600 +Wire Wire Line + 13550 1500 13600 1500 +Wire Wire Line + 13550 1500 13550 1650 +Wire Wire Line + 14400 1600 15050 1600 +Wire Wire Line + 14400 1500 15050 1500 +Wire Wire Line + 3800 3400 4800 3400 +Wire Wire Line + 3700 3200 4800 3200 +Wire Wire Line + 1950 5200 3050 5200 +Wire Wire Line + 1950 5400 2950 5400 +Wire Wire Line + 1950 4100 3000 4100 +Wire Wire Line + 1950 3900 3000 3900 +Wire Wire Line + 1950 3700 2850 3700 +Wire Wire Line + 7100 3400 8200 3400 +Wire Wire Line + 1950 5900 3100 5900 +Wire Wire Line + 1950 5800 3050 5800 +Wire Wire Line + 1950 5600 3050 5600 +Wire Wire Line + 7550 5500 7100 5500 +Wire Wire Line + 11200 1850 11200 1500 +Wire Wire Line + 10600 1850 11700 1850 +Wire Wire Line + 3900 7750 3900 7950 +Wire Wire Line + 7450 4000 7100 4000 +Wire Wire Line + 7450 3900 7100 3900 +Wire Wire Line + 4800 3600 3700 3600 +Wire Wire Line + 3700 4000 4800 4000 +Wire Wire Line + 7100 3300 8200 3300 +Wire Wire Line + 7100 3500 8200 3500 +Wire Wire Line + 7100 3700 8200 3700 +Wire Wire Line + 7450 3800 7100 3800 +Wire Wire Line + 7450 3600 7100 3600 +Wire Wire Line + 11100 2600 10750 2600 +Wire Wire Line + 11100 2300 10750 2300 +Wire Wire Line + 2650 3500 1950 3500 +Wire Wire Line + 2650 5700 1950 5700 +Wire Wire Line + 2650 5500 1950 5500 +Wire Wire Line + 2650 5300 1950 5300 +Wire Wire Line + 2650 5100 1950 5100 +Wire Wire Line + 2650 4900 1950 4900 +Wire Wire Line + 2650 4700 1950 4700 +Wire Wire Line + 2650 4500 1950 4500 +Wire Wire Line + 2650 4300 1950 4300 +Wire Wire Line + 4800 3800 3700 3800 +Wire Wire Line + 7700 3100 7100 3100 +Wire Wire Line + 7700 3200 7100 3200 +Wire Wire Line + 7700 3000 7100 3000 +Wire Wire Line + 7700 2900 7100 2900 +Wire Wire Line + 4800 3100 4200 3100 +Wire Wire Line + 4800 3300 4200 3300 +Wire Wire Line + 4800 3500 4200 3500 +Wire Wire Line + 4800 3700 4200 3700 +Wire Wire Line + 7650 5800 7100 5800 +Wire Wire Line + 7550 5600 7100 5600 +Wire Wire Line + 7650 6500 7100 6500 +Wire Wire Line + 4800 6300 4250 6300 +Wire Wire Line + 7650 6300 7100 6300 +Wire Wire Line + 7650 6000 7100 6000 +Wire Wire Line + 7650 5900 7100 5900 +Wire Wire Line + 7650 6100 7100 6100 +Wire Wire Line + 7650 6200 7100 6200 +Wire Wire Line + 7650 6400 7100 6400 +Wire Wire Line + 4800 6500 4250 6500 +Wire Wire Line + 4800 6200 4250 6200 +Wire Wire Line + 4800 6000 4250 6000 +Wire Wire Line + 4800 5800 4250 5800 +Wire Wire Line + 7650 5700 7100 5700 +Wire Wire Line + 4800 6400 4250 6400 +Wire Wire Line + 4800 6100 4250 6100 +Wire Wire Line + 4350 5900 4800 5900 +Wire Wire Line + 4350 5700 4800 5700 +Wire Wire Line + 4350 5300 4800 5300 +Wire Wire Line + 4350 5000 4800 5000 +Wire Wire Line + 4350 5100 4800 5100 +Wire Wire Line + 4350 5200 4800 5200 +Wire Wire Line + 4350 5500 4800 5500 +Wire Wire Line + 4350 5600 4800 5600 +Wire Wire Line + 9700 7650 9400 7650 +Wire Wire Line + 9800 7400 9800 7650 +Wire Wire Line + 10700 7400 9800 7400 +Wire Wire Line + 10700 7800 10150 7800 +Wire Wire Line + 10700 7700 10150 7700 +Wire Wire Line + 10700 7600 10150 7600 +Wire Wire Line + 10700 7300 10150 7300 +Wire Wire Line + 10700 7200 10150 7200 +Wire Wire Line + 10700 7100 10150 7100 +Wire Wire Line + 10700 7000 10150 7000 +Wire Wire Line + 10700 6900 10150 6900 +Wire Wire Line + 10700 6800 10150 6800 +Wire Wire Line + 10700 6700 10150 6700 +Wire Wire Line + 10700 6600 10150 6600 +Wire Wire Line + 10700 6500 10150 6500 +Wire Wire Line + 10700 6400 10150 6400 +Wire Wire Line + 10700 6300 10150 6300 +Wire Wire Line + 10700 6200 10150 6200 +Wire Wire Line + 10700 6100 10150 6100 +Wire Wire Line + 10700 6000 10150 6000 +Wire Wire Line + 12100 6700 12550 6700 +Wire Wire Line + 12100 6600 12550 6600 +Wire Wire Line + 12100 6500 12550 6500 +Wire Wire Line + 12100 6400 12550 6400 +Wire Wire Line + 12100 6300 12550 6300 +Wire Wire Line + 12100 6200 12550 6200 +Wire Wire Line + 12100 6100 12550 6100 +Wire Wire Line + 12100 6000 12550 6000 +Wire Wire Line + 4200 3900 4800 3900 +Connection ~ 5200 9400 +Connection ~ 6300 9400 +Wire Wire Line + 6050 9400 6300 9400 +Connection ~ 6300 8900 +Wire Wire Line + 6300 8900 6300 9950 +Wire Wire Line + 6300 9800 5900 9800 +Wire Wire Line + 7300 8900 7900 8900 +Wire Wire Line + 6200 8900 6400 8900 +Wire Wire Line + 5200 8900 5300 8900 +Wire Wire Line + 5200 8900 5200 9950 +Connection ~ 1050 10800 +Connection ~ 1050 10300 +Wire Wire Line + 1050 10800 1100 10800 +Wire Wire Line + 1100 10300 1050 10300 +Wire Wire Line + 1050 9750 1100 9750 +Wire Wire Line + 1050 9750 1050 10900 +Wire Wire Line + 2200 10350 2200 10300 +Wire Wire Line + 1850 8650 1850 8600 +Wire Wire Line + 11850 4200 11550 4200 +Wire Wire Line + 14200 4250 14200 4200 +Connection ~ 2800 7800 +Connection ~ 6050 2000 +Connection ~ 5750 2000 +Connection ~ 5850 2000 +Wire Wire Line + 3900 7800 3800 7800 +Connection ~ 6300 9800 +Connection ~ 5200 9800 +Wire Wire Line + 5600 9800 5200 9800 +Wire Wire Line + 5200 9400 5450 9400 +Wire Wire Line + 4800 2500 4500 2500 +Wire Wire Line + 3450 2100 3450 2000 +Wire Wire Line + 9500 4450 9500 4800 +Wire Wire Line + 9600 4450 9500 4450 +Wire Wire Line + 6200 6900 6200 7000 +Wire Wire Line + 10400 5000 10400 4950 +Wire Wire Line + 10300 4950 10500 4950 +Wire Wire Line + 10300 3150 10500 3150 +Wire Wire Line + 10400 3150 10400 3050 +Wire Wire Line + 6150 2000 6150 1900 +Wire Wire Line + 5650 2000 6150 2000 +Wire Wire Line + 7400 4500 7100 4500 +Wire Wire Line + 9600 4650 9150 4650 +Wire Wire Line + 7400 4900 7100 4900 +Wire Wire Line + 7400 5100 7100 5100 +Wire Wire Line + 7400 5000 7100 5000 +Wire Wire Line + 7400 4800 7100 4800 +Wire Wire Line + 7400 4400 7100 4400 +Wire Wire Line + 7400 4200 7100 4200 +Wire Wire Line + 7400 4600 7100 4600 +Wire Wire Line + 7400 4300 7100 4300 +Wire Wire Line + 9600 4150 9300 4150 +Wire Wire Line + 9600 4050 9300 4050 +Wire Wire Line + 9600 3950 9300 3950 +Wire Wire Line + 9600 3850 9300 3850 +Wire Wire Line + 9600 3750 9300 3750 +Wire Wire Line + 9600 3650 9300 3650 +Wire Wire Line + 9600 3550 9300 3550 +Wire Wire Line + 9600 3450 9300 3450 +Connection ~ 3900 7800 +Wire Wire Line + 2400 7750 2400 7800 +Connection ~ 2400 7800 +Wire Wire Line + 2300 8050 2300 8000 +Wire Wire Line + 5700 6900 5700 6950 +Wire Wire Line + 5700 6950 6200 6950 +Wire Wire Line + 6100 6900 6100 6950 +Connection ~ 6100 6950 +Wire Wire Line + 6000 6900 6000 6950 +Connection ~ 6000 6950 +Wire Wire Line + 5900 6900 5900 6950 +Connection ~ 5900 6950 +Wire Wire Line + 5800 6900 5800 6950 +Connection ~ 5800 6950 +Connection ~ 6200 6950 +Connection ~ 13500 4000 +Wire Wire Line + 8000 1700 8000 1750 +Wire Wire Line + 7600 1700 7600 1750 +Wire Wire Line + 7200 1750 7200 1700 +Wire Wire Line + 2700 7750 2700 7800 +Connection ~ 2700 7800 +Wire Wire Line + 2800 7800 2800 7950 +Wire Wire Line + 3400 8150 3400 8100 +Wire Wire Line + 9900 7600 9900 7650 +Connection ~ 10400 4950 +Connection ~ 10400 3150 +Wire Wire Line + 12800 3550 12800 3600 +Wire Wire Line + 12800 4450 12800 4400 +Wire Wire Line + 11900 2300 11950 2300 +Wire Wire Line + 11950 2600 11900 2600 +Wire Wire Line + 12350 1600 12300 1600 +Wire Wire Line + 12300 1850 12350 1850 +Text Label 1500 7800 0 60 ~ 0 ++12BATT +Text Label 1500 8000 0 60 ~ 0 +-12BATT +Wire Wire Line + 11500 2300 11400 2300 +Wire Wire Line + 11500 2600 11400 2600 +Wire Wire Line + 11250 3850 11200 3850 +Wire Wire Line + 11250 4200 11200 4200 +$Comp +L GND #PWR049 +U 1 1 52CEE1D1 +P 7200 2050 +F 0 "#PWR049" H 7200 2050 40 0001 C CNN +F 1 "GND" H 7200 1980 40 0001 C CNN +F 2 "" H 7200 2050 60 0001 C CNN +F 3 "" H 7200 2050 60 0001 C CNN + 1 7200 2050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR050 +U 1 1 52CEE1CF +P 7600 2050 +F 0 "#PWR050" H 7600 2050 40 0001 C CNN +F 1 "GND" H 7600 1980 40 0001 C CNN +F 2 "" H 7600 2050 60 0001 C CNN +F 3 "" H 7600 2050 60 0001 C CNN + 1 7600 2050 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR051 +U 1 1 52CEE1D0 +P 8000 2050 +F 0 "#PWR051" H 8000 2050 40 0001 C CNN +F 1 "GND" H 8000 1980 40 0001 C CNN +F 2 "" H 8000 2050 60 0001 C CNN +F 3 "" H 8000 2050 60 0001 C CNN + 1 8000 2050 + 1 0 0 -1 +$EndComp +$Comp +L XC95108PC84 U2 +U 1 1 5633AE5A +P 5950 4750 +F 0 "U2" H 6500 7300 60 0000 L CNN +F 1 "XC95108PC84" H 6350 2800 60 0000 L CNN +F 2 "Sockets:PLCC84" H 5950 4750 60 0000 C CNN +F 3 "" H 5950 4750 60 0000 C CNN + 1 5950 4750 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/demos/test_xil_95108/carte_test_schlib.lib b/demos/test_xil_95108/carte_test_schlib.lib new file mode 100644 index 0000000..eb9d703 --- /dev/null +++ b/demos/test_xil_95108/carte_test_schlib.lib @@ -0,0 +1,605 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 74HCT04 +# +DEF 74HCT04 U 0 30 Y Y 6 F N +F0 "U" 150 100 40 H V C CNN +F1 "74HCT04" 200 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 74HC14 74HC04 74LS14 +DRAW +P 4 0 0 0 -150 150 -150 -150 150 0 -150 150 N +X GND 7 -50 -100 0 U 30 20 0 0 W N +X VCC 14 -50 100 0 D 30 20 0 0 W N +X ~ 1 -450 0 300 R 60 60 1 1 I +X ~ 2 450 0 300 L 60 60 1 1 O I +X ~ 3 -450 0 300 R 60 60 2 1 I +X ~ 4 450 0 300 L 60 60 2 1 O I +X ~ 5 -450 0 300 R 60 60 3 1 I +X ~ 6 450 0 300 L 60 60 3 1 O I +X ~ 8 450 0 300 L 60 60 4 1 O I +X ~ 9 -450 0 300 R 60 60 4 1 I +X ~ 10 450 0 300 L 60 60 5 1 O I +X ~ 11 -450 0 300 R 60 60 5 1 I +X ~ 12 450 0 300 L 60 60 6 1 O I +X ~ 13 -450 0 300 R 60 60 6 1 I +X ~ 1 -450 0 300 R 60 60 1 2 I I +X ~ 2 450 0 300 L 60 60 1 2 O +X ~ 3 -450 0 300 R 60 60 2 2 I I +X ~ 4 450 0 300 L 60 60 2 2 O +X ~ 5 -450 0 300 R 60 60 3 2 I I +X ~ 6 450 0 300 L 60 60 3 2 O +X ~ 8 450 0 300 L 60 60 4 2 O +X ~ 9 -450 0 300 R 60 60 4 2 I I +X ~ 10 450 0 300 L 60 60 5 2 O +X ~ 11 -450 0 300 R 60 60 5 2 I I +X ~ 12 450 0 300 L 60 60 6 2 O +X ~ 13 -450 0 300 R 60 60 6 2 I I +ENDDRAW +ENDDEF +# +# 7805 +# +DEF 7805 U 0 30 N Y 1 F N +F0 "U" 150 -196 60 H V C CNN +F1 "7805" 0 200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS LM7805 LM7812 78L05 +DRAW +S -200 -150 200 150 0 1 0 N +X VI VI -400 50 200 R 40 40 1 1 I +X VO VO 400 50 200 L 40 40 1 1 w +X GND GND 0 -250 100 U 40 40 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_2X2 +# +DEF CONN_2X2 P 0 40 Y N 1 F N +F0 "P" 0 150 50 H V C CNN +F1 "CONN_2X2" 10 -130 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 100 100 -100 0 1 0 N +X 1 1 -400 50 300 R 60 60 1 1 P I +X 2 2 400 50 300 L 60 60 1 1 P I +X 3 3 -400 -50 300 R 60 60 1 1 P I +X 4 4 400 -50 300 L 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_3 +# +DEF CONN_3 K 0 40 Y N 1 F N +F0 "K" -50 0 50 V V C CNN +F1 "CONN_3" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 0 250 R 60 60 1 1 P I +X P3 3 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB25 +# +DEF DB25 J 0 40 Y N 1 F N +F0 "J" 50 1350 70 H V C CNN +F1 "DB25" -50 -1350 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A -109 1270 41 1799 774 0 1 0 N -150 1270 -100 1310 +A -108 -1259 42 -1787 -788 0 1 0 N -150 -1260 -100 -1300 +A 116 -1169 34 -657 -15 0 1 0 N 130 -1200 150 -1170 +A 117 1170 32 664 1 0 1 0 N 130 1199 149 1170 +C -70 -1200 30 0 1 0 N +C -70 -1000 30 0 1 0 N +C -70 -800 30 0 1 0 N +C -70 -600 30 0 1 0 N +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C -70 600 30 0 1 0 N +C -70 800 30 0 1 0 N +C -70 1000 30 0 1 0 N +C -70 1200 30 0 1 0 N +C 50 -1100 30 0 1 0 N +C 50 -900 30 0 1 0 N +C 50 -700 30 0 1 0 N +C 50 -500 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +C 50 500 30 0 1 0 N +C 50 700 30 0 1 0 N +C 50 900 30 0 1 0 N +C 50 1100 30 0 1 0 N +P 2 0 1 0 -150 -1260 -150 1270 N +P 2 0 1 0 -150 -1200 -100 -1200 N +P 2 0 1 0 -150 -1100 20 -1100 N +P 2 0 1 0 -150 -1000 -100 -1000 N +P 2 0 1 0 -150 -900 20 -900 N +P 2 0 1 0 -150 -800 -100 -800 N +P 2 0 1 0 -150 -700 20 -700 N +P 2 0 1 0 -150 -600 -100 -600 N +P 2 0 1 0 -150 -500 20 -500 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -150 500 20 500 N +P 2 0 1 0 -150 600 -100 600 N +P 2 0 1 0 -150 700 20 700 N +P 2 0 1 0 -150 800 -100 800 N +P 2 0 1 0 -150 900 20 900 N +P 2 0 1 0 -150 1000 -100 1000 N +P 2 0 1 0 -150 1100 20 1100 N +P 2 0 1 0 -150 1200 -100 1200 N +P 2 0 1 0 -100 -1300 130 -1200 N +P 2 0 1 0 130 1200 -100 1310 N +P 2 0 1 0 150 -1170 150 1170 N +X 1 1 -450 -1200 300 R 60 60 1 1 P +X 2 2 -450 -1000 300 R 60 60 1 1 P +X 3 3 -450 -800 300 R 60 60 1 1 P +X 4 4 -450 -600 300 R 60 60 1 1 P +X 5 5 -450 -400 300 R 60 60 1 1 P +X 6 6 -450 -200 300 R 60 60 1 1 P +X 7 7 -450 0 300 R 60 60 1 1 P +X 8 8 -450 200 300 R 60 60 1 1 P +X 9 9 -450 400 300 R 60 60 1 1 P +X 10 10 -450 600 300 R 60 60 1 1 P +X P20 20 -450 100 300 R 60 60 1 1 P +X 11 11 -450 800 300 R 60 60 1 1 P +X P21 21 -450 300 300 R 60 60 1 1 P +X 12 12 -450 1000 300 R 60 60 1 1 P +X P22 22 -450 500 300 R 60 60 1 1 P +X 13 13 -450 1200 300 R 60 60 1 1 P +X P23 23 -450 700 300 R 60 60 1 1 P +X P14 14 -450 -1100 300 R 60 60 1 1 P +X P24 24 -450 900 300 R 60 60 1 1 P +X P15 15 -450 -900 300 R 60 60 1 1 P +X P25 25 -450 1100 300 R 60 60 1 1 P +X P16 16 -450 -700 300 R 60 60 1 1 P +X P17 17 -450 -500 300 R 60 60 1 1 P +X P18 18 -450 -300 300 R 60 60 1 1 P +X P19 19 -450 -100 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 0 -150 -460 -150 460 N +P 2 0 1 0 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 0 -140 -470 -110 -490 N +P 2 0 1 0 -140 470 -150 460 N +P 2 0 1 0 -140 470 -100 490 N +P 2 0 1 0 -110 -490 -50 -490 N +P 2 0 1 0 -100 490 -70 490 N +P 2 0 1 0 129 390 -70 490 N +P 2 0 1 0 129 390 150 370 N +P 2 0 1 0 140 -409 -50 -490 N +P 2 0 1 0 150 -390 140 -409 N +P 2 0 1 0 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODE +# +DEF DIODE D 0 0 Y Y 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODE" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 2 0 1 6 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +X K 1 200 0 150 L 20 20 1 1 P +X A 2 -200 0 150 R 20 20 1 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LM318N +# +DEF LM318N U 0 30 Y Y 1 F N +F0 "U" 100 300 60 H V C CNN +F1 "LM318N" 210 -250 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 0 -200 -200 -200 200 N +P 2 0 1 0 -200 200 200 0 N +P 2 0 1 0 200 -100 100 -50 N +P 2 0 1 0 200 0 -200 -200 N +P 2 0 1 0 200 100 100 50 N +P 2 0 1 0 200 200 0 100 N +X FIN2 1 500 200 300 L 60 30 1 1 P +X - 2 -500 -100 300 R 60 60 1 1 I +X + 3 -500 100 300 R 60 60 1 1 I +X V- 4 -100 -400 250 U 60 30 1 1 W +X FOUT 5 500 -100 300 L 60 30 1 1 P +X OUT 6 500 0 300 L 60 30 1 1 O +X V+ 7 -100 400 250 D 60 30 1 1 W +X FIN1 8 500 100 300 L 60 30 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# RAM_32KO +# +DEF RAM_32KO U 0 40 Y Y 1 F N +F0 "U" 150 900 70 H V C CNN +F1 "RAM_32KO" 300 -1100 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 14 0 -1050 0 U 60 60 0 0 W N +X VCC 28 0 850 0 D 60 60 0 0 W N +S -400 850 400 -1050 0 1 0 N +X A14 1 -700 -600 300 R 60 60 1 1 I +X A12 2 -700 -400 300 R 60 60 1 1 I +X A7 3 -700 100 300 R 60 60 1 1 I +X A6 4 -700 200 300 R 60 60 1 1 I +X A5 5 -700 300 300 R 60 60 1 1 I +X A4 6 -700 400 300 R 60 60 1 1 I +X A3 7 -700 500 300 R 60 60 1 1 I +X A2 8 -700 600 300 R 60 60 1 1 I +X A1 9 -700 700 300 R 60 60 1 1 I +X A0 10 -700 800 300 R 60 60 1 1 I +X CS 20 -700 -800 300 R 60 60 1 1 I I +X D0 11 700 800 300 L 60 60 1 1 T +X A10 21 -700 -200 300 R 60 60 1 1 I +X D1 12 700 700 300 L 60 60 1 1 T +X OE 22 -700 -900 300 R 60 60 1 1 I I +X D2 13 700 600 300 L 60 60 1 1 T +X A11 23 -700 -300 300 R 60 60 1 1 I +X A9 24 -700 -100 300 R 60 60 1 1 I +X D3 15 700 500 300 L 60 60 1 1 T +X A8 25 -700 0 300 R 60 60 1 1 I +X D4 16 700 400 300 L 60 60 1 1 T +X A13 26 -700 -500 300 R 60 60 1 1 I +X D5 17 700 300 300 L 60 60 1 1 T +X WE 27 -700 -1000 300 R 60 60 1 1 I I +X D6 18 700 200 300 L 60 60 1 1 T +X D7 19 700 100 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# SW_PUSH +# +DEF SW_PUSH SW 0 40 N N 1 F N +F0 "SW" 150 110 50 H V C CNN +F1 "SW_PUSH" 0 -80 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -170 50 170 60 0 1 0 N +P 4 0 1 0 -40 60 -30 90 30 90 40 60 N +X 1 1 -300 0 200 R 60 60 0 1 P I +X 2 2 300 0 200 L 60 60 0 1 P I +ENDDRAW +ENDDEF +# +# TDA8702 +# +DEF TDA8702 U 0 40 Y Y 1 F N +F0 "U" 200 800 60 H V L CNN +F1 "TDA8702" 200 -800 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 700 500 -700 0 1 0 N +X VREF 1 -800 -400 300 R 50 50 1 1 B +X AGND 2 100 -900 200 U 50 50 1 1 W +X DB2 3 -800 400 300 R 50 50 1 1 I +X DB3 4 -800 300 300 R 50 50 1 1 I +X Clock 5 -800 -600 300 R 50 50 1 1 I C +X DGND 6 -100 -900 200 U 50 50 1 1 W +X DB7 7 -800 -100 300 R 50 50 1 1 I +X DB6 8 -800 0 300 R 50 50 1 1 I +X DB6 8 -800 0 300 R 50 50 1 1 I +X DB5 9 -800 100 300 R 50 50 1 1 I +X DB4 10 -800 200 300 R 50 50 1 1 I +X DB1 11 -800 500 300 R 50 50 1 1 I +X DB0 12 -800 600 300 R 50 50 1 1 I +X VCCD 13 -100 900 200 D 50 50 1 1 W +X VOUT 14 800 -150 300 L 50 50 1 1 O +X VOUT 15 800 200 300 L 50 50 1 1 O I +X VCCA 16 100 900 200 D 50 50 1 1 W +X VREF 1 -800 -400 300 R 50 50 1 2 B +X AGND 2 100 -900 300 U 50 50 1 2 W +X DB2 3 -800 400 300 R 50 50 1 2 I +X DB3 4 -800 300 300 R 50 50 1 2 I +X Clock 5 -800 -600 300 R 50 50 1 2 I C +X DGND 6 -100 -900 300 U 50 50 1 2 W +X DB7 7 -800 -100 300 R 50 50 1 2 I +X DB6 8 -800 0 300 R 50 50 1 2 I +X DB6 8 -800 0 300 R 50 50 1 2 I +X DB5 9 -800 100 300 R 50 50 1 2 I +X DB4 10 -800 200 300 R 50 50 1 2 I +X DB1 11 -800 500 300 R 50 50 1 2 I +X DB0 12 -800 600 300 R 50 50 1 2 I +X VCCD 13 -100 900 300 D 50 50 1 2 W +X VOUT 14 800 -150 300 L 50 50 1 2 O +X VOUT 15 800 200 300 L 50 50 1 2 O +X VCCA 16 100 900 300 D 50 50 1 2 W +ENDDRAW +ENDDEF +# +# XC95108PC84 +# +DEF XC95108PC84 U 0 30 Y Y 1 F N +F0 "U" 550 2550 60 H V L CNN +F1 "XC95108PC84" 400 -1950 60 H V L CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -850 2450 850 -1850 0 1 0 N +X P1 1 -1150 1850 300 R 60 60 1 1 B +X P2 2 -1150 1750 300 R 60 60 1 1 B +X P3 3 -1150 1650 300 R 60 60 1 1 B +X P4 4 -1150 1550 300 R 60 60 1 1 B +X P5 5 -1150 1450 300 R 60 60 1 1 B +X P6 6 -1150 1350 300 R 60 60 1 1 B +X P7 7 -1150 1250 300 R 60 60 1 1 B +X GND 8 -250 -2150 300 U 60 60 1 1 W +X I/O/GCK1 9 -1150 1150 300 R 60 60 1 1 B +X I/O/GCK2 10 -1150 1050 300 R 60 60 1 1 B +X P20 20 -1150 50 300 R 60 60 1 1 B +X TCK 30 -1150 2150 300 R 60 60 1 1 I +X P40 40 -1150 -1450 300 R 60 60 1 1 B +X P50 50 1150 -1350 300 L 60 60 1 1 B +X GND 60 250 -2150 300 U 60 60 1 1 W +X P70 70 1150 550 300 L 60 60 1 1 B +X P80 80 1150 1450 300 L 60 60 1 1 B +X P11 11 -1150 950 300 R 60 60 1 1 B +X P21 21 -1150 -50 300 R 60 60 1 1 B +X P31 31 -1150 -550 300 R 60 60 1 1 B +X P41 41 -1150 -1550 300 R 60 60 1 1 B +X P51 51 1150 -1250 300 L 60 60 1 1 B +X P61 61 1150 -250 300 L 60 60 1 1 B +X P71 71 1150 750 300 L 60 60 1 1 B +X P81 81 1150 1550 300 L 60 60 1 1 B +X I/O/GCK3 12 -1150 850 300 R 60 60 1 1 B +X VCCIO 22 100 2750 300 D 60 60 1 1 W +X P32 32 -1150 -750 300 R 60 60 1 1 B +X GND 42 50 -2150 300 U 60 60 1 1 W +X P52 52 1150 -1150 300 L 60 60 1 1 B +X P62 62 1150 -150 300 L 60 60 1 1 B +X P72 72 1150 850 300 L 60 60 1 1 B +X P82 82 1150 1650 300 L 60 60 1 1 B +X P13 13 -1150 750 300 R 60 60 1 1 B +X P23 23 -1150 -150 300 R 60 60 1 1 B +X P33 33 -1150 -850 300 R 60 60 1 1 B +X P43 43 -1150 -1650 300 R 60 60 1 1 B +X P53 53 1150 -1050 300 L 60 60 1 1 B +X P63 63 1150 -50 300 L 60 60 1 1 B +X VCC 73 -200 2750 300 D 60 60 1 1 W +X P83 83 1150 1750 300 L 60 60 1 1 B +X P14 14 -1150 550 300 R 60 60 1 1 B +X P24 24 -1150 -250 300 R 60 60 1 1 B +X P34 34 -1150 -950 300 R 60 60 1 1 B +X P44 44 -1150 -1750 300 R 60 60 1 1 B +X P54 54 1150 -950 300 L 60 60 1 1 B +X VCCIO 64 200 2750 300 D 60 60 1 1 W +X I/O/GSR 74 1150 950 300 L 60 60 1 1 B +X P84 84 1150 1850 300 L 60 60 1 1 B +X P15 15 -1150 450 300 R 60 60 1 1 B +X P25 25 -1150 -350 300 R 60 60 1 1 B +X P35 35 -1150 -1050 300 R 60 60 1 1 B +X P45 45 1150 -1750 300 L 60 60 1 1 B +X P55 55 1150 -850 300 L 60 60 1 1 B +X P65 65 1150 50 300 L 60 60 1 1 B +X P75 75 1150 1050 300 L 60 60 1 1 B +X GND 16 -150 -2150 300 U 60 60 1 1 W +X P26 26 -1150 -450 300 R 60 60 1 1 B +X P36 36 -1150 -1150 300 R 60 60 1 1 B +X P46 46 1150 -1650 300 L 60 60 1 1 B +X P56 56 1150 -750 300 L 60 60 1 1 B +X P66 66 1150 150 300 L 60 60 1 1 B +X I/O/GTS1 76 1150 1150 300 L 60 60 1 1 B +X P17 17 -1150 350 300 R 60 60 1 1 B +X GND 27 -50 -2150 300 U 60 60 1 1 W +X P37 37 -1150 -1250 300 R 60 60 1 1 B +X P47 47 1150 -1550 300 L 60 60 1 1 B +X P57 57 1150 -450 300 L 60 60 1 1 B +X P67 67 1150 250 300 L 60 60 1 1 B +X I/O/GTS2 77 1150 1250 300 L 60 60 1 1 B +X P18 18 -1150 250 300 R 60 60 1 1 B +X TDI 28 -1150 2350 300 R 60 60 1 1 I +X VCC 38 -300 2750 300 D 60 60 1 1 W +X P48 48 1150 -1450 300 L 60 60 1 1 B +X P58 58 1150 -350 300 L 60 60 1 1 B +X P68 68 1150 350 300 L 60 60 1 1 B +X VCC 78 -100 2750 300 D 60 60 1 1 W +X P19 19 -1150 150 300 R 60 60 1 1 B +X TMS 29 -1150 2250 300 R 60 60 1 1 I +X P39 39 -1150 -1350 300 R 60 60 1 1 B +X GND 49 150 -2150 300 U 60 60 1 1 W +X TDO 59 -1150 2050 300 R 60 60 1 1 O +X P69 69 1150 450 300 L 60 60 1 1 B +X P79 79 1150 1350 300 L 60 60 1 1 B +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/test_xil_95108/fp-lib-table b/demos/test_xil_95108/fp-lib-table new file mode 100644 index 0000000..30a35b2 --- /dev/null +++ b/demos/test_xil_95108/fp-lib-table @@ -0,0 +1,7 @@ +(fp_lib_table + (lib (name Capacitors_SMD)(type KiCad)(uri "$(KISYSMOD)\\Capacitors_SMD.pretty")(options "")(descr "")) + (lib (name Sockets_DIP)(type KiCad)(uri "$(KISYSMOD)\\Sockets_DIP.pretty")(options "")(descr "")) + (lib (name Pin_Headers)(type KiCad)(uri "$(KISYSMOD)/Pin_Headers.pretty")(options "")(descr "")) + (lib (name SMD_Packages)(type KiCad)(uri "$(KISYSMOD)/SMD_Packages.pretty")(options "")(descr "")) + (lib (name Sockets)(type KiCad)(uri "$(KISYSMOD)/Sockets.pretty")(options "")(descr "")) +) diff --git a/demos/video/bus_pci.sch b/demos/video/bus_pci.sch new file mode 100644 index 0000000..0d613b4 --- /dev/null +++ b/demos/video/bus_pci.sch @@ -0,0 +1,2745 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 7 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "Interface Bus PCI" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Connection ~ 1250 10750 +Wire Wire Line + 1050 10750 1500 10750 +$Comp +L PWR_FLAG #FLG076 +U 1 1 4174D9FB +P 1500 10750 +F 0 "#FLG076" H 1500 11020 30 0001 C CNN +F 1 "PWR_FLAG" H 1500 10980 30 0000 C CNN +F 2 "" H 1500 10750 60 0001 C CNN +F 3 "" H 1500 10750 60 0001 C CNN + 1 1500 10750 + 1 0 0 -1 +$EndComp +Connection ~ 1150 8850 +Wire Wire Line + 600 10200 1050 10200 +Wire Wire Line + 1050 10150 1050 10300 +$Comp +L PWR_FLAG #FLG077 +U 1 1 4BF03691 +P 1050 10150 +F 0 "#FLG077" H 1050 10420 30 0001 C CNN +F 1 "PWR_FLAG" H 1050 10380 30 0000 C CNN +F 2 "" H 1050 10150 60 0001 C CNN +F 3 "" H 1050 10150 60 0001 C CNN + 1 1050 10150 + 1 0 0 -1 +$EndComp +Connection ~ 4500 1000 +Wire Wire Line + 4250 1000 4500 1000 +Wire Wire Line + 700 8850 1150 8850 +$Comp +L PWR_FLAG #FLG078 +U 1 1 4174D820 +P 4250 1000 +F 0 "#FLG078" H 4250 1270 30 0001 C CNN +F 1 "PWR_FLAG" H 4250 1200 30 0000 C CNN +F 2 "" H 4250 1000 60 0001 C CNN +F 3 "" H 4250 1000 60 0001 C CNN + 1 4250 1000 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG079 +U 1 1 4174D80F +P 1150 8850 +F 0 "#FLG079" H 1150 9120 30 0001 C CNN +F 1 "PWR_FLAG" H 1150 9080 30 0000 C CNN +F 2 "" H 1150 8850 60 0001 C CNN +F 3 "" H 1150 8850 60 0001 C CNN + 1 1150 8850 + 1 0 0 -1 +$EndComp +$Comp +L VSS #PWR080 +U 1 1 33BA4D4A +P 1250 10800 +F 0 "#PWR080" H 1250 10800 40 0001 C CNN +F 1 "VSS" H 1250 10730 40 0000 C CNN +F 2 "" H 1250 10800 60 0001 C CNN +F 3 "" H 1250 10800 60 0001 C CNN + 1 1250 10800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1250 10750 1250 10800 +Connection ~ 1050 10750 +$Comp +L VCC #PWR081 +U 1 1 33B3DC6A +P 850 8800 +F 0 "#PWR081" H 850 9000 40 0001 C CNN +F 1 "VCC" H 850 8950 40 0000 C CNN +F 2 "" H 850 8800 60 0001 C CNN +F 3 "" H 850 8800 60 0001 C CNN + 1 850 8800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 600 10150 600 10300 +Wire Wire Line + 1150 8850 1150 8950 +$Comp +L +3.3V #PWR082 +U 1 1 33AFD455 +P 600 10150 +F 0 "#PWR082" H 600 10350 40 0001 C CNN +F 1 "+3.3V" H 600 10300 40 0000 C CNN +F 2 "" H 600 10150 60 0001 C CNN +F 3 "" H 600 10150 60 0001 C CNN + 1 600 10150 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND083 +U 1 1 4BF036CB +P 1050 10800 +F 0 "#GND083" H 1050 10900 60 0001 C CNN +F 1 "GND" H 1050 10700 60 0001 C CNN +F 2 "" H 1050 10800 60 0001 C CNN +F 3 "" H 1050 10800 60 0001 C CNN + 1 1050 10800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1050 10700 1050 10800 +$Comp +L GND #GND084 +U 1 1 4BF036CC +P 600 10800 +F 0 "#GND084" H 600 10900 60 0001 C CNN +F 1 "GND" H 600 10700 60 0001 C CNN +F 2 "" H 600 10800 60 0001 C CNN +F 3 "" H 600 10800 60 0001 C CNN + 1 600 10800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 600 10700 600 10800 +$Comp +L GND #GND085 +U 1 1 4BF036CD +P 1150 9450 +F 0 "#GND085" H 1150 9550 60 0001 C CNN +F 1 "GND" H 1150 9350 60 0000 C CNN +F 2 "" H 1150 9450 60 0001 C CNN +F 3 "" H 1150 9450 60 0001 C CNN + 1 1150 9450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1150 9350 1150 9450 +$Comp +L CP C69 +U 1 1 33AFD43A +P 1050 10500 +F 0 "C69" H 1100 10600 50 0000 L CNN +F 1 "4,7uF" H 1100 10400 50 0000 L CNN +F 2 "lib_smd:SM1206" H 1050 10500 60 0001 C CNN +F 3 "" H 1050 10500 60 0001 C CNN + 1 1050 10500 + 1 0 0 -1 +$EndComp +$Comp +L CP C68 +U 1 1 4BF036D8 +P 600 10500 +F 0 "C68" H 650 10600 50 0000 L CNN +F 1 "4,7uF" H 650 10400 50 0000 L CNN +F 2 "lib_smd:SM1206" H 600 10500 60 0001 C CNN +F 3 "" H 600 10500 60 0001 C CNN + 1 600 10500 + 1 0 0 -1 +$EndComp +$Comp +L CP C67 +U 1 1 33AFD420 +P 1150 9150 +F 0 "C67" H 1200 9250 50 0000 L CNN +F 1 "4,7uF" H 1200 9050 50 0000 L CNN +F 2 "lib_smd:SM1206" H 1150 9150 60 0001 C CNN +F 3 "" H 1150 9150 60 0001 C CNN + 1 1150 9150 + 1 0 0 -1 +$EndComp +NoConn ~ 2200 1150 +Wire Wire Line + 4400 5550 4500 5550 +Wire Wire Line + 4400 3150 4500 3150 +Text HLabel 10800 5050 2 60 Output ~ 0 +PTADR- +Wire Wire Line + 10600 5050 10800 5050 +Wire Bus Line + 11300 4850 11250 4850 +Wire Bus Line + 11250 4850 11250 4750 +Entry Wire Line + 11150 4950 11250 4850 +Entry Wire Line + 11150 4850 11250 4750 +Entry Wire Line + 11150 4750 11250 4850 +Entry Wire Line + 11150 4650 11250 4750 +Wire Wire Line + 10600 4950 11150 4950 +Wire Wire Line + 10600 4850 11150 4850 +Wire Wire Line + 10600 4750 11150 4750 +Wire Wire Line + 10600 4650 11150 4650 +Text Label 10700 4950 0 60 ~ 0 +PTBE-3 +Text Label 10700 4850 0 60 ~ 0 +PTBE-2 +Text Label 10700 4750 0 60 ~ 0 +PTBE-1 +Text Label 10700 4650 0 60 ~ 0 +PTBE-0 +Text HLabel 11200 4250 2 60 Output ~ 0 +PTATN- +Wire Bus Line + 11100 5850 11100 6150 +Wire Bus Line + 11100 5850 11150 5850 +Wire Bus Line + 11100 5350 11100 5750 +Wire Bus Line + 11100 5350 11150 5350 +Entry Wire Line + 11000 6250 11100 6150 +Entry Wire Line + 11000 6150 11100 6050 +Entry Wire Line + 11000 6050 11100 5950 +Entry Wire Line + 11000 5950 11100 5850 +Entry Wire Line + 11000 5850 11100 5750 +Entry Wire Line + 11000 5750 11100 5650 +Entry Wire Line + 11000 5650 11100 5550 +Entry Wire Line + 11000 5550 11100 5450 +Entry Wire Line + 11000 5450 11100 5350 +Text Label 10700 6250 0 60 ~ 0 +BE-3 +Text Label 10700 6150 0 60 ~ 0 +BE-2 +Text Label 10700 6050 0 60 ~ 0 +BE-1 +Text Label 10700 5950 0 60 ~ 0 +BE-0 +Wire Wire Line + 10600 6250 11000 6250 +Wire Wire Line + 10600 6150 11000 6150 +Wire Wire Line + 10600 6050 11000 6050 +Wire Wire Line + 10600 5950 11000 5950 +Wire Wire Line + 10600 5850 11000 5850 +Wire Wire Line + 10600 5750 11000 5750 +Wire Wire Line + 10600 5650 11000 5650 +Wire Wire Line + 10600 5550 11000 5550 +Wire Wire Line + 10600 5450 11000 5450 +Text Label 10700 5850 0 60 ~ 0 +ADR6 +Text Label 10700 5750 0 60 ~ 0 +ADR5 +Text Label 10700 5650 0 60 ~ 0 +ADR4 +Text Label 10700 5550 0 60 ~ 0 +ADR3 +Text Label 10700 5450 0 60 ~ 0 +ADR2 +Wire Bus Line + 11600 850 11600 4050 +Entry Wire Line + 11500 4150 11600 4050 +Entry Wire Line + 11500 4050 11600 3950 +Entry Wire Line + 11500 3950 11600 3850 +Entry Wire Line + 11500 3850 11600 3750 +Entry Wire Line + 11500 3750 11600 3650 +Entry Wire Line + 11500 3650 11600 3550 +Entry Wire Line + 11500 3550 11600 3450 +Entry Wire Line + 11500 3450 11600 3350 +Entry Wire Line + 11500 3350 11600 3250 +Entry Wire Line + 11500 3250 11600 3150 +Entry Wire Line + 11500 3150 11600 3050 +Entry Wire Line + 11500 3050 11600 2950 +Entry Wire Line + 11500 2950 11600 2850 +Entry Wire Line + 11500 2850 11600 2750 +Entry Wire Line + 11500 2750 11600 2650 +Entry Wire Line + 11500 2650 11600 2550 +Wire Wire Line + 10600 4150 11500 4150 +Wire Wire Line + 10600 4050 11500 4050 +Wire Wire Line + 10600 3950 11500 3950 +Wire Wire Line + 10600 3850 11500 3850 +Wire Wire Line + 10600 3750 11500 3750 +Wire Wire Line + 10600 3650 11500 3650 +Wire Wire Line + 10600 3550 11500 3550 +Wire Wire Line + 10600 3450 11500 3450 +Wire Wire Line + 10600 3350 11500 3350 +Wire Wire Line + 10600 3250 11500 3250 +Wire Wire Line + 10600 3150 11500 3150 +Wire Wire Line + 10600 3050 11500 3050 +Wire Wire Line + 10600 2950 11500 2950 +Wire Wire Line + 10600 2850 11500 2850 +Wire Wire Line + 10600 2750 11500 2750 +Wire Wire Line + 10600 2650 11500 2650 +Wire Wire Line + 2200 1550 2200 1650 +Wire Wire Line + 4500 6950 4500 7250 +Wire Wire Line + 2100 6950 2100 7250 +Wire Wire Line + 4950 9350 4950 9600 +Text Label 1500 6850 0 60 ~ 0 +P_AD1 +Text Label 1500 6650 0 60 ~ 0 +P_AD3 +Text Label 1500 6550 0 60 ~ 0 +P_AD5 +Text Label 1500 6350 0 60 ~ 0 +P_AD7 +Text Label 1500 6250 0 60 ~ 0 +P_AD8 +Text Label 1500 5850 0 60 ~ 0 +P_AD10 +Text Label 1500 5750 0 60 ~ 0 +P_AD12 +Text Label 1500 5550 0 60 ~ 0 +P_AD14 +Text Label 1450 4250 0 60 ~ 0 +P_AD17 +Text Label 1450 4050 0 60 ~ 0 +P_AD19 +Text Label 1450 3950 0 60 ~ 0 +P_AD21 +Text Label 1450 3750 0 60 ~ 0 +P_AD23 +Text Label 1450 3450 0 60 ~ 0 +P_AD25 +Text Label 1450 3350 0 60 ~ 0 +P_AD27 +Text Label 1450 3150 0 60 ~ 0 +P_AD29 +Text Label 1450 3050 0 60 ~ 0 +P_AD31 +Text Label 1450 5450 0 60 ~ 0 +P_C/BE1# +Text Label 1450 4350 0 60 ~ 0 +P_C/BE2# +Text Label 1450 3650 0 60 ~ 0 +P_C/BE3# +Text Label 1450 2650 0 60 ~ 0 +P_CLK +Text Label 1450 4550 0 60 ~ 0 +P_IRDY# +Text Label 1450 4950 0 60 ~ 0 +P_LOCK# +Text Label 1450 4750 0 60 ~ 0 +P_DEVSEL# +Text Label 1450 2850 0 60 ~ 0 +P_REQ# +Text Label 1450 5050 0 60 ~ 0 +P_PERR# +Text Label 1450 5250 0 60 ~ 0 +P_SERR# +Wire Wire Line + 1350 2650 2200 2650 +Wire Wire Line + 1350 2850 2200 2850 +Wire Wire Line + 1350 3050 2200 3050 +Wire Wire Line + 1350 3150 2200 3150 +Wire Wire Line + 1350 3350 2200 3350 +Wire Wire Line + 1350 3450 2200 3450 +Wire Wire Line + 1350 3650 2200 3650 +Wire Wire Line + 1350 3750 2200 3750 +Wire Wire Line + 1350 3950 2200 3950 +Wire Wire Line + 1350 4050 2200 4050 +Wire Wire Line + 1350 4250 2200 4250 +Wire Wire Line + 1350 4350 2200 4350 +Wire Wire Line + 1350 4550 2200 4550 +Wire Wire Line + 1350 4750 2200 4750 +Wire Wire Line + 1350 4950 2200 4950 +Wire Wire Line + 1350 5050 2200 5050 +Wire Wire Line + 1350 5250 2200 5250 +Wire Wire Line + 1350 5450 2200 5450 +Wire Wire Line + 1350 5550 2200 5550 +Wire Wire Line + 1350 5750 2200 5750 +Wire Wire Line + 1350 5850 2200 5850 +Wire Wire Line + 1350 6250 2200 6250 +Wire Wire Line + 1350 6350 2200 6350 +Wire Wire Line + 1350 6550 2200 6550 +Wire Wire Line + 1350 6650 2200 6650 +Wire Wire Line + 1350 6850 2200 6850 +Text Notes 2550 10900 0 60 ~ 0 +Decoupling for "S5933" +Wire Notes Line + 1700 10950 1700 9050 +Wire Notes Line + 1700 10950 4600 10950 +Wire Notes Line + 4600 10950 4600 9050 +Wire Notes Line + 4600 9050 1700 9050 +$Comp +L S5933_PQ160 U11 +U 1 1 21FA8347 +P 9450 5100 +F 0 "U11" H 9450 7350 60 0000 C CNN +F 1 "S5933_PQ160" H 9900 950 60 0000 C CNN +F 2 "lib_smd:PQFP160" H 9450 5100 60 0001 C CNN +F 3 "" H 9450 5100 60 0001 C CNN + 1 9450 5100 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND086 +U 1 1 2691B5BF +P 2150 1350 +F 0 "#GND086" H 2150 1450 60 0001 C CNN +F 1 "GND" H 2150 1250 60 0001 C CNN +F 2 "" H 2150 1350 60 0001 C CNN +F 3 "" H 2150 1350 60 0001 C CNN + 1 2150 1350 + 0 1 1 0 +$EndComp +$Comp +L GND #GND087 +U 1 1 2691B5CE +P 2150 2550 +F 0 "#GND087" H 2150 2650 60 0001 C CNN +F 1 "GND" H 2150 2450 60 0001 C CNN +F 2 "" H 2150 2550 60 0001 C CNN +F 3 "" H 2150 2550 60 0001 C CNN + 1 2150 2550 + 0 1 1 0 +$EndComp +$Comp +L GND #GND088 +U 1 1 2691B5D3 +P 2150 2750 +F 0 "#GND088" H 2150 2850 60 0001 C CNN +F 1 "GND" H 2150 2650 60 0001 C CNN +F 2 "" H 2150 2750 60 0001 C CNN +F 3 "" H 2150 2750 60 0001 C CNN + 1 2150 2750 + 0 1 1 0 +$EndComp +$Comp +L GND #GND089 +U 1 1 2691B5D8 +P 2150 3250 +F 0 "#GND089" H 2150 3350 60 0001 C CNN +F 1 "GND" H 2150 3150 60 0001 C CNN +F 2 "" H 2150 3250 60 0001 C CNN +F 3 "" H 2150 3250 60 0001 C CNN + 1 2150 3250 + 0 1 1 0 +$EndComp +$Comp +L GND #GND090 +U 1 1 2691B5DD +P 2150 3850 +F 0 "#GND090" H 2150 3950 60 0001 C CNN +F 1 "GND" H 2150 3750 60 0001 C CNN +F 2 "" H 2150 3850 60 0001 C CNN +F 3 "" H 2150 3850 60 0001 C CNN + 1 2150 3850 + 0 1 1 0 +$EndComp +$Comp +L GND #GND091 +U 1 1 2691B5E2 +P 2150 4450 +F 0 "#GND091" H 2150 4550 60 0001 C CNN +F 1 "GND" H 2150 4350 60 0001 C CNN +F 2 "" H 2150 4450 60 0001 C CNN +F 3 "" H 2150 4450 60 0001 C CNN + 1 2150 4450 + 0 1 1 0 +$EndComp +$Comp +L GND #GND092 +U 1 1 2691B5E7 +P 2150 4850 +F 0 "#GND092" H 2150 4950 60 0001 C CNN +F 1 "GND" H 2150 4750 60 0001 C CNN +F 2 "" H 2150 4850 60 0001 C CNN +F 3 "" H 2150 4850 60 0001 C CNN + 1 2150 4850 + 0 1 1 0 +$EndComp +$Comp +L GND #GND093 +U 1 1 2691B5EC +P 2150 5650 +F 0 "#GND093" H 2150 5750 60 0001 C CNN +F 1 "GND" H 2150 5550 60 0001 C CNN +F 2 "" H 2150 5650 60 0001 C CNN +F 3 "" H 2150 5650 60 0001 C CNN + 1 2150 5650 + 0 1 1 0 +$EndComp +$Comp +L GND #GND094 +U 1 1 2691B5F1 +P 2150 5950 +F 0 "#GND094" H 2150 6050 60 0001 C CNN +F 1 "GND" H 2150 5850 60 0001 C CNN +F 2 "" H 2150 5950 60 0001 C CNN +F 3 "" H 2150 5950 60 0001 C CNN + 1 2150 5950 + 0 1 1 0 +$EndComp +$Comp +L GND #GND095 +U 1 1 2691B5F6 +P 2150 6750 +F 0 "#GND095" H 2150 6850 60 0001 C CNN +F 1 "GND" H 2150 6650 60 0001 C CNN +F 2 "" H 2150 6750 60 0001 C CNN +F 3 "" H 2150 6750 60 0001 C CNN + 1 2150 6750 + 0 1 1 0 +$EndComp +$Comp +L GND #GND096 +U 1 1 2691B5FB +P 4500 6650 +F 0 "#GND096" H 4500 6750 60 0001 C CNN +F 1 "GND" H 4500 6550 60 0001 C CNN +F 2 "" H 4500 6650 60 0001 C CNN +F 3 "" H 4500 6650 60 0001 C CNN + 1 4500 6650 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND097 +U 1 1 2691B600 +P 4500 5850 +F 0 "#GND097" H 4500 5950 60 0001 C CNN +F 1 "GND" H 4500 5750 60 0001 C CNN +F 2 "" H 4500 5850 60 0001 C CNN +F 3 "" H 4500 5850 60 0001 C CNN + 1 4500 5850 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND098 +U 1 1 2691B605 +P 4500 5250 +F 0 "#GND098" H 4500 5350 60 0001 C CNN +F 1 "GND" H 4500 5150 60 0001 C CNN +F 2 "" H 4500 5250 60 0001 C CNN +F 3 "" H 4500 5250 60 0001 C CNN + 1 4500 5250 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND099 +U 1 1 2691B60A +P 4500 4750 +F 0 "#GND099" H 4500 4850 60 0001 C CNN +F 1 "GND" H 4500 4650 60 0001 C CNN +F 2 "" H 4500 4750 60 0001 C CNN +F 3 "" H 4500 4750 60 0001 C CNN + 1 4500 4750 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0100 +U 1 1 2691B60F +P 4500 4550 +F 0 "#GND0100" H 4500 4650 60 0001 C CNN +F 1 "GND" H 4500 4450 60 0001 C CNN +F 2 "" H 4500 4550 60 0001 C CNN +F 3 "" H 4500 4550 60 0001 C CNN + 1 4500 4550 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0101 +U 1 1 2691B614 +P 4500 4050 +F 0 "#GND0101" H 4500 4150 60 0001 C CNN +F 1 "GND" H 4500 3950 60 0001 C CNN +F 2 "" H 4500 4050 60 0001 C CNN +F 3 "" H 4500 4050 60 0001 C CNN + 1 4500 4050 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0102 +U 1 1 2691B619 +P 4500 3450 +F 0 "#GND0102" H 4500 3550 60 0001 C CNN +F 1 "GND" H 4500 3350 60 0001 C CNN +F 2 "" H 4500 3450 60 0001 C CNN +F 3 "" H 4500 3450 60 0001 C CNN + 1 4500 3450 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0103 +U 1 1 2691B61E +P 4500 2850 +F 0 "#GND0103" H 4500 2850 40 0001 C CNN +F 1 "GND" H 4500 2780 40 0001 C CNN +F 2 "" H 4500 2850 60 0001 C CNN +F 3 "" H 4500 2850 60 0001 C CNN + 1 4500 2850 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0104 +U 1 1 2691B63C +P 1500 2250 +F 0 "#GND0104" H 1500 2250 40 0001 C CNN +F 1 "GND" H 1500 2180 40 0001 C CNN +F 2 "" H 1500 2250 60 0001 C CNN +F 3 "" H 1500 2250 60 0001 C CNN + 1 1500 2250 + 1 0 0 -1 +$EndComp +$Comp +L TEST W4 +U 1 1 2691B632 +P 1800 2150 +F 0 "W4" H 1800 2210 40 0000 C CNN +F 1 "TEST" H 1800 2080 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 1800 2150 60 0001 C CNN +F 3 "" H 1800 2150 60 0001 C CNN + 1 1800 2150 + 1 0 0 -1 +$EndComp +$Comp +L TEST W5 +U 1 1 2691B637 +P 1800 1950 +F 0 "W5" H 1800 2010 40 0000 C CNN +F 1 "TEST" H 1800 1880 40 0000 C CNN +F 2 "pin_array:PIN_ARRAY_2X1" H 1800 1950 60 0001 C CNN +F 3 "" H 1800 1950 60 0001 C CNN + 1 1800 1950 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0105 +U 1 1 26A799F2 +P 12050 6700 +F 0 "#GND0105" H 12050 6800 60 0001 C CNN +F 1 "GND" H 12050 6600 60 0001 C CNN +F 2 "" H 12050 6700 60 0001 C CNN +F 3 "" H 12050 6700 60 0001 C CNN + 1 12050 6700 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0106 +U 1 1 26A799FC +P 11900 7950 +F 0 "#GND0106" H 11900 8050 60 0001 C CNN +F 1 "GND" H 11900 7850 60 0001 C CNN +F 2 "" H 11900 7950 60 0001 C CNN +F 3 "" H 11900 7950 60 0001 C CNN + 1 11900 7950 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0107 +U 1 1 26A79A06 +P 11900 8850 +F 0 "#GND0107" H 11900 8950 60 0001 C CNN +F 1 "GND" H 11900 8750 60 0001 C CNN +F 2 "" H 11900 8850 60 0001 C CNN +F 3 "" H 11900 8850 60 0001 C CNN + 1 11900 8850 + 1 0 0 -1 +$EndComp +$Comp +L R R5 +U 1 1 26A799E8 +P 12500 6150 +F 0 "R5" V 12580 6150 50 0000 C CNN +F 1 "10K" V 12500 6150 50 0000 C CNN +F 2 "lib_smd:SM1206" H 12500 6150 60 0001 C CNN +F 3 "" H 12500 6150 60 0001 C CNN + 1 12500 6150 + 0 -1 -1 0 +$EndComp +$Comp +L R R6 +U 1 1 26A79A01 +P 12350 7350 +F 0 "R6" V 12430 7350 50 0000 C CNN +F 1 "10K" V 12350 7350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 12350 7350 60 0001 C CNN +F 3 "" H 12350 7350 60 0001 C CNN + 1 12350 7350 + 0 -1 -1 0 +$EndComp +$Comp +L R R7 +U 1 1 26A79A0B +P 12350 8250 +F 0 "R7" V 12430 8250 50 0000 C CNN +F 1 "10K" V 12350 8250 50 0000 C CNN +F 2 "lib_smd:SM1206" H 12350 8250 60 0001 C CNN +F 3 "" H 12350 8250 60 0001 C CNN + 1 12350 8250 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0108 +U 1 1 26B211BB +P 4950 9600 +F 0 "#GND0108" H 4950 9700 60 0001 C CNN +F 1 "GND" H 4950 9500 60 0001 C CNN +F 2 "" H 4950 9600 60 0001 C CNN +F 3 "" H 4950 9600 60 0001 C CNN + 1 4950 9600 + 1 0 0 -1 +$EndComp +$Comp +L R R28 +U 1 1 26B211C0 +P 6800 9300 +F 0 "R28" V 6880 9300 50 0000 C CNN +F 1 "2,2K" V 6800 9300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 6800 9300 60 0001 C CNN +F 3 "" H 6800 9300 60 0001 C CNN + 1 6800 9300 + 1 0 0 -1 +$EndComp +$Comp +L R R29 +U 1 1 26B211CF +P 7100 9300 +F 0 "R29" V 7180 9300 50 0000 C CNN +F 1 "2,2K" V 7100 9300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 7100 9300 60 0001 C CNN +F 3 "" H 7100 9300 60 0001 C CNN + 1 7100 9300 + 1 0 0 -1 +$EndComp +$Comp +L C C24 +U 1 1 26B211D9 +P 1900 9600 +F 0 "C24" H 1950 9700 50 0000 L CNN +F 1 "100nF" H 1950 9500 50 0000 L CNN +F 2 "lib_smd:SM1206" H 1900 9600 60 0001 C CNN +F 3 "" H 1900 9600 60 0001 C CNN + 1 1900 9600 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0109 +U 1 1 26B211DE +P 1900 9850 +F 0 "#GND0109" H 1900 9950 60 0001 C CNN +F 1 "GND" H 1900 9750 60 0001 C CNN +F 2 "" H 1900 9850 60 0001 C CNN +F 3 "" H 1900 9850 60 0001 C CNN + 1 1900 9850 + 1 0 0 -1 +$EndComp +$Comp +L C C25 +U 1 1 26B211E3 +P 2600 9600 +F 0 "C25" H 2650 9700 50 0000 L CNN +F 1 "100nF" H 2650 9500 50 0000 L CNN +F 2 "lib_smd:SM1206" H 2600 9600 60 0001 C CNN +F 3 "" H 2600 9600 60 0001 C CNN + 1 2600 9600 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0110 +U 1 1 26B211E8 +P 2600 9850 +F 0 "#GND0110" H 2600 9950 60 0001 C CNN +F 1 "GND" H 2600 9750 60 0001 C CNN +F 2 "" H 2600 9850 60 0001 C CNN +F 3 "" H 2600 9850 60 0001 C CNN + 1 2600 9850 + 1 0 0 -1 +$EndComp +$Comp +L C C26 +U 1 1 26B211ED +P 3300 9600 +F 0 "C26" H 3350 9700 50 0000 L CNN +F 1 "100nF" H 3350 9500 50 0000 L CNN +F 2 "lib_smd:SM1206" H 3300 9600 60 0001 C CNN +F 3 "" H 3300 9600 60 0001 C CNN + 1 3300 9600 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0111 +U 1 1 26B211F2 +P 3300 9850 +F 0 "#GND0111" H 3300 9950 60 0001 C CNN +F 1 "GND" H 3300 9750 60 0001 C CNN +F 2 "" H 3300 9850 60 0001 C CNN +F 3 "" H 3300 9850 60 0001 C CNN + 1 3300 9850 + 1 0 0 -1 +$EndComp +$Comp +L C C27 +U 1 1 26B211F7 +P 4000 9600 +F 0 "C27" H 4050 9700 50 0000 L CNN +F 1 "100nF" H 4050 9500 50 0000 L CNN +F 2 "lib_smd:SM1206" H 4000 9600 60 0001 C CNN +F 3 "" H 4000 9600 60 0001 C CNN + 1 4000 9600 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0112 +U 1 1 26B211FC +P 4000 9850 +F 0 "#GND0112" H 4000 9950 60 0001 C CNN +F 1 "GND" H 4000 9750 60 0001 C CNN +F 2 "" H 4000 9850 60 0001 C CNN +F 3 "" H 4000 9850 60 0001 C CNN + 1 4000 9850 + 1 0 0 -1 +$EndComp +$Comp +L C C28 +U 1 1 26B21201 +P 1900 10400 +F 0 "C28" H 1950 10500 50 0000 L CNN +F 1 "100nF" H 1950 10300 50 0000 L CNN +F 2 "lib_smd:SM1206" H 1900 10400 60 0001 C CNN +F 3 "" H 1900 10400 60 0001 C CNN + 1 1900 10400 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0113 +U 1 1 26B21206 +P 1900 10650 +F 0 "#GND0113" H 1900 10750 60 0001 C CNN +F 1 "GND" H 1900 10550 60 0001 C CNN +F 2 "" H 1900 10650 60 0001 C CNN +F 3 "" H 1900 10650 60 0001 C CNN + 1 1900 10650 + 1 0 0 -1 +$EndComp +$Comp +L C C29 +U 1 1 26B2120B +P 2600 10400 +F 0 "C29" H 2650 10500 50 0000 L CNN +F 1 "100nF" H 2650 10300 50 0000 L CNN +F 2 "lib_smd:SM1206" H 2600 10400 60 0001 C CNN +F 3 "" H 2600 10400 60 0001 C CNN + 1 2600 10400 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0114 +U 1 1 26B21210 +P 2600 10650 +F 0 "#GND0114" H 2600 10750 60 0001 C CNN +F 1 "GND" H 2600 10550 60 0001 C CNN +F 2 "" H 2600 10650 60 0001 C CNN +F 3 "" H 2600 10650 60 0001 C CNN + 1 2600 10650 + 1 0 0 -1 +$EndComp +$Comp +L C C30 +U 1 1 26B21215 +P 3300 10400 +F 0 "C30" H 3350 10500 50 0000 L CNN +F 1 "100nF" H 3350 10300 50 0000 L CNN +F 2 "lib_smd:SM1206" H 3300 10400 60 0001 C CNN +F 3 "" H 3300 10400 60 0001 C CNN + 1 3300 10400 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0115 +U 1 1 26B2121A +P 3300 10650 +F 0 "#GND0115" H 3300 10750 60 0001 C CNN +F 1 "GND" H 3300 10550 60 0001 C CNN +F 2 "" H 3300 10650 60 0001 C CNN +F 3 "" H 3300 10650 60 0001 C CNN + 1 3300 10650 + 1 0 0 -1 +$EndComp +$Comp +L C C31 +U 1 1 26B2121F +P 4000 10400 +F 0 "C31" H 4050 10500 50 0000 L CNN +F 1 "100nF" H 4050 10300 50 0000 L CNN +F 2 "lib_smd:SM1206" H 4000 10400 60 0001 C CNN +F 3 "" H 4000 10400 60 0001 C CNN + 1 4000 10400 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0116 +U 1 1 26B21224 +P 4000 10650 +F 0 "#GND0116" H 4000 10750 60 0001 C CNN +F 1 "GND" H 4000 10550 60 0001 C CNN +F 2 "" H 4000 10650 60 0001 C CNN +F 3 "" H 4000 10650 60 0001 C CNN + 1 4000 10650 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0117 +U 1 1 2820F094 +P 700 9450 +F 0 "#GND0117" H 700 9550 60 0001 C CNN +F 1 "GND" H 700 9350 60 0000 C CNN +F 2 "" H 700 9450 60 0001 C CNN +F 3 "" H 700 9450 60 0001 C CNN + 1 700 9450 + 1 0 0 -1 +$EndComp +$Comp +L CP C38 +U 1 1 2820F08A +P 700 9150 +F 0 "C38" H 750 9250 50 0000 L CNN +F 1 "4,7uF" H 750 9050 50 0000 L CNN +F 2 "lib_smd:SM1812L" H 700 9150 60 0001 C CNN +F 3 "" H 700 9150 60 0001 C CNN + 1 700 9150 + 1 0 0 -1 +$EndComp +$Comp +L BUSPCI-5V BUS1 +U 1 1 269C6109 +P 3300 4200 +F 0 "BUS1" H 3300 7400 60 0000 C CNN +F 1 "BUSPCI_5V" H 3300 1000 60 0000 C CNN +F 2 "Connect:BUSPCI" H 3300 4200 60 0001 C CNN +F 3 "" H 3300 4200 60 0001 C CNN + 1 3300 4200 + 1 0 0 -1 +$EndComp +$Comp +L 24C16 U1 +U 1 1 2F5F7E5C +P 5750 9550 +F 0 "U1" H 5900 9900 60 0000 C CNN +F 1 "24C16" H 5950 9200 60 0000 C CNN +F 2 "dip_sockets:DIP-8__300" H 5750 9550 60 0001 C CNN +F 3 "" H 5750 9550 60 0001 C CNN + 1 5750 9550 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR1 +U 1 1 C8AF8090 +P 14350 1300 +F 0 "RR1" H 14400 1850 70 0000 C CNN +F 1 "8x10K" V 14380 1300 70 0000 C CNN +F 2 "Connect:SIL-9" H 14350 1300 60 0001 C CNN +F 3 "" H 14350 1300 60 0001 C CNN + 1 14350 1300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR2 +U 1 1 C8B01EF2 +P 14350 2300 +F 0 "RR2" H 14400 2850 70 0000 C CNN +F 1 "8x10K" V 14380 2300 70 0000 C CNN +F 2 "Connect:SIL-9" H 14350 2300 60 0001 C CNN +F 3 "" H 14350 2300 60 0001 C CNN + 1 14350 2300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR3 +U 1 1 C8B23B9F +P 14350 3300 +F 0 "RR3" H 14400 3850 70 0000 C CNN +F 1 "8x10K" V 14380 3300 70 0000 C CNN +F 2 "Connect:SIL-9" H 14350 3300 60 0001 C CNN +F 3 "" H 14350 3300 60 0001 C CNN + 1 14350 3300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR4 +U 1 1 C8B2B4CE +P 14350 4300 +F 0 "RR4" H 14400 4850 70 0000 C CNN +F 1 "8x10K" V 14380 4300 70 0000 C CNN +F 2 "Discret:r_pack8" H 14350 4300 60 0001 C CNN +F 3 "" H 14350 4300 60 0001 C CNN + 1 14350 4300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR5 +U 1 1 C8B2B4E3 +P 14350 5300 +F 0 "RR5" H 14400 5850 70 0000 C CNN +F 1 "8x10K" V 14380 5300 70 0000 C CNN +F 2 "Discret:r_pack8" H 14350 5300 60 0001 C CNN +F 3 "" H 14350 5300 60 0001 C CNN + 1 14350 5300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR6 +U 1 1 C93123CE +P 14350 6300 +F 0 "RR6" H 14400 6850 70 0000 C CNN +F 1 "8x10K" V 14380 6300 70 0000 C CNN +F 2 "Connect:SIL-9" H 14350 6300 60 0001 C CNN +F 3 "" H 14350 6300 60 0001 C CNN + 1 14350 6300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR7 +U 1 1 C931248E +P 14350 7300 +F 0 "RR7" H 14400 7850 70 0000 C CNN +F 1 "8x10K" V 14380 7300 70 0000 C CNN +F 2 "Discret:r_pack8" H 14350 7300 60 0001 C CNN +F 3 "" H 14350 7300 60 0001 C CNN + 1 14350 7300 + 1 0 0 -1 +$EndComp +$Comp +L RR8 RR8 +U 1 1 C9363A3F +P 14350 8300 +F 0 "RR8" H 14400 8850 70 0000 C CNN +F 1 "8x10K" V 14380 8300 70 0000 C CNN +F 2 "Connect:SIL-9" H 14350 8300 60 0001 C CNN +F 3 "" H 14350 8300 60 0001 C CNN + 1 14350 8300 + 1 0 0 -1 +$EndComp +$Comp +L TEST W2 +U 1 1 26A799F7 +P 11900 7650 +F 0 "W2" H 11900 7750 60 0000 C CNN +F 1 "FLOAT#" H 11900 7550 60 0000 C CNN +F 2 "Connect:GS2" H 11900 7650 60 0001 C CNN +F 3 "" H 11900 7650 60 0001 C CNN + 1 11900 7650 + 0 -1 -1 0 +$EndComp +$Comp +L TEST W3 +U 1 1 26A79A10 +P 11900 8550 +F 0 "W3" H 11900 8610 40 0000 C CNN +F 1 "SERNV" H 11900 8480 40 0000 C CNN +F 2 "Connect:GS2" H 11900 8550 60 0001 C CNN +F 3 "" H 11900 8550 60 0001 C CNN + 1 11900 8550 + 0 -1 -1 0 +$EndComp +$Comp +L TEST W1 +U 1 1 26A799ED +P 12050 6450 +F 0 "W1" H 12050 6550 60 0000 C CNN +F 1 "16/32" H 12050 6350 60 0000 C CNN +F 2 "Connect:GS2" H 12050 6450 60 0001 C CNN +F 3 "" H 12050 6450 60 0001 C CNN + 1 12050 6450 + 0 -1 -1 0 +$EndComp +Text HLabel 11700 850 2 60 BiDi ~ 0 +DQ[0..31] +Text HLabel 7100 6650 0 60 BiDi ~ 0 +IRQ_SRL +Text HLabel 7100 7450 0 60 BiDi ~ 0 +X_IRQ +Text HLabel 11200 4350 2 60 Input ~ 0 +PTRDY- +Text HLabel 11200 4450 2 60 Output ~ 0 +PTNUM0 +Text HLabel 11200 4550 2 60 Output ~ 0 +PTNUM1 +Text HLabel 11300 4850 2 60 Output ~ 0 +PTBE-[0..3] +Text HLabel 10800 5150 2 60 Output ~ 0 +PTWR +Text HLabel 10800 5250 2 60 Output ~ 0 +PTBURST- +Text HLabel 11150 5350 2 60 Input ~ 0 +ADR[2..6] +Text HLabel 11150 5850 2 60 Input ~ 0 +BE-[0..3] +Text HLabel 11400 6450 2 60 Input ~ 0 +SELECT- +Text HLabel 11400 6550 2 60 Input ~ 0 +WR- +Text HLabel 11400 6650 2 60 Input ~ 0 +RD- +Text HLabel 10800 7650 2 60 Output ~ 0 +BPCLK +Text HLabel 10800 7750 2 60 Output ~ 0 +SYSRST- +Text HLabel 10800 7150 2 60 Output ~ 0 +WRFULL +Text HLabel 10800 7250 2 60 Output ~ 0 +RDEMPTY +Text HLabel 11400 6850 2 60 Input ~ 0 +WRFIFO- +Text HLabel 11400 6950 2 60 Input ~ 0 +RDFIFO- +Text HLabel 10800 7550 2 60 Output ~ 0 +IRQ- +Text Label 7600 1050 0 60 ~ 0 +P_AD0 +Text Label 7600 1150 0 60 ~ 0 +P_AD1 +Text Label 7600 1250 0 60 ~ 0 +P_AD2 +Text Label 7600 1350 0 60 ~ 0 +P_AD3 +Text Label 7600 1450 0 60 ~ 0 +P_AD4 +Text Label 7600 1550 0 60 ~ 0 +P_AD5 +Text Label 7600 1650 0 60 ~ 0 +P_AD6 +Text Label 7600 1750 0 60 ~ 0 +P_AD7 +Text Label 7600 1850 0 60 ~ 0 +P_AD8 +Text Label 7600 1950 0 60 ~ 0 +P_AD9 +Text Label 7600 2050 0 60 ~ 0 +P_AD10 +Text Label 7600 2150 0 60 ~ 0 +P_AD11 +Text Label 7600 2250 0 60 ~ 0 +P_AD12 +Text Label 7600 2350 0 60 ~ 0 +P_AD13 +Text Label 7600 2450 0 60 ~ 0 +P_AD14 +Text Label 7600 2550 0 60 ~ 0 +P_AD15 +Text Label 7600 2650 0 60 ~ 0 +P_AD16 +Text Label 7600 2750 0 60 ~ 0 +P_AD17 +Text Label 7600 2850 0 60 ~ 0 +P_AD18 +Text Label 7600 2950 0 60 ~ 0 +P_AD19 +Text Label 7600 3050 0 60 ~ 0 +P_AD20 +Text Label 7600 3150 0 60 ~ 0 +P_AD21 +Text Label 7600 3250 0 60 ~ 0 +P_AD22 +Text Label 7600 3350 0 60 ~ 0 +P_AD23 +Text Label 7600 3450 0 60 ~ 0 +P_AD24 +Text Label 7600 3550 0 60 ~ 0 +P_AD25 +Text Label 7600 3650 0 60 ~ 0 +P_AD26 +Text Label 7600 3750 0 60 ~ 0 +P_AD27 +Text Label 7600 3850 0 60 ~ 0 +P_AD28 +Text Label 7600 3950 0 60 ~ 0 +P_AD29 +Text Label 7600 4050 0 60 ~ 0 +P_AD30 +Text Label 7600 4150 0 60 ~ 0 +P_AD31 +Text Label 4800 6850 0 60 ~ 0 +P_AD0 +Text Label 4800 6750 0 60 ~ 0 +P_AD2 +Text Label 4800 6550 0 60 ~ 0 +P_AD4 +Text Label 4800 6450 0 60 ~ 0 +P_AD6 +Text Label 4800 5950 0 60 ~ 0 +P_AD9 +Text Label 4800 5750 0 60 ~ 0 +P_AD11 +Text Label 4800 5650 0 60 ~ 0 +P_AD13 +Text Label 4800 5450 0 60 ~ 0 +P_AD15 +Text Label 4800 4250 0 60 ~ 0 +P_AD16 +Text Label 4800 4150 0 60 ~ 0 +P_AD18 +Text Label 4800 3950 0 60 ~ 0 +P_AD20 +Text Label 4800 3850 0 60 ~ 0 +P_AD22 +Text Label 4800 3550 0 60 ~ 0 +P_AD24 +Text Label 4800 3350 0 60 ~ 0 +P_AD26 +Text Label 4800 3250 0 60 ~ 0 +P_AD28 +Text Label 4800 3050 0 60 ~ 0 +P_AD30 +Text Label 7500 4250 0 60 ~ 0 +P_C/BE0# +Text Label 7500 4350 0 60 ~ 0 +P_C/BE1# +Text Label 7500 4450 0 60 ~ 0 +P_C/BE2# +Text Label 7500 4550 0 60 ~ 0 +P_C/BE3# +Text Label 4800 6250 0 60 ~ 0 +P_C/BE0# +Text Label 7600 4650 0 60 ~ 0 +P_PAR +Text Label 7600 4750 0 60 ~ 0 +P_CLK +Text Label 7600 4850 0 60 ~ 0 +P_RST# +Text Label 4800 5350 0 60 ~ 0 +P_PAR +Text Label 4800 2550 0 60 ~ 0 +P_RST# +Text Label 7500 5050 0 60 ~ 0 +P_FRAME# +Text Label 7500 5150 0 60 ~ 0 +P_IRDY# +Text Label 7500 5250 0 60 ~ 0 +P_TRDY# +Text Label 7500 5350 0 60 ~ 0 +P_STOP# +Text Label 7500 5450 0 60 ~ 0 +P_LOCK# +Text Label 4800 4450 0 60 ~ 0 +P_FRAME# +Text Label 4800 4650 0 60 ~ 0 +P_TRDY# +Text Label 4800 4850 0 60 ~ 0 +P_STOP# +Text Label 7500 5650 0 60 ~ 0 +P_IDSEL +Text Label 7500 5750 0 60 ~ 0 +P_DEVSEL# +Text Label 7500 5850 0 60 ~ 0 +P_REQ# +Text Label 7500 5950 0 60 ~ 0 +P_GNT# +Text Label 7500 6050 0 60 ~ 0 +P_PERR# +Text Label 7500 6150 0 60 ~ 0 +P_SERR# +Text Label 7500 6350 0 60 ~ 0 +P_INTA# +Text Label 4800 3650 0 60 ~ 0 +P_IDSEL +Text Label 4800 2750 0 60 ~ 0 +P_GNT# +Text Label 4800 1650 0 60 ~ 0 +P_INTA# +Text Label 10800 1050 0 60 ~ 0 +DQ0 +Text Label 10800 1150 0 60 ~ 0 +DQ1 +Text Label 10800 1250 0 60 ~ 0 +DQ2 +Text Label 10800 1350 0 60 ~ 0 +DQ3 +Text Label 10800 1450 0 60 ~ 0 +DQ4 +Text Label 10800 1550 0 60 ~ 0 +DQ5 +Text Label 10800 1650 0 60 ~ 0 +DQ6 +Text Label 10800 1750 0 60 ~ 0 +DQ7 +Text Label 10800 1850 0 60 ~ 0 +DQ8 +Text Label 10800 1950 0 60 ~ 0 +DQ9 +Text Label 10800 2050 0 60 ~ 0 +DQ10 +Text Label 10800 2150 0 60 ~ 0 +DQ11 +Text Label 10800 2250 0 60 ~ 0 +DQ12 +Text Label 10800 2350 0 60 ~ 0 +DQ13 +Text Label 10800 2450 0 60 ~ 0 +DQ14 +Text Label 10800 2550 0 60 ~ 0 +DQ15 +Text Label 10800 2650 0 60 ~ 0 +DQ16 +Text Label 10800 2750 0 60 ~ 0 +DQ17 +Text Label 10800 2850 0 60 ~ 0 +DQ18 +Text Label 10800 2950 0 60 ~ 0 +DQ19 +Text Label 10800 3050 0 60 ~ 0 +DQ20 +Text Label 10800 3150 0 60 ~ 0 +DQ21 +Text Label 10800 3250 0 60 ~ 0 +DQ22 +Text Label 10800 3350 0 60 ~ 0 +DQ23 +Text Label 10800 3450 0 60 ~ 0 +DQ24 +Text Label 10800 3550 0 60 ~ 0 +DQ25 +Text Label 10800 3650 0 60 ~ 0 +DQ26 +Text Label 10800 3750 0 60 ~ 0 +DQ27 +Text Label 10800 3850 0 60 ~ 0 +DQ28 +Text Label 10800 3950 0 60 ~ 0 +DQ29 +Text Label 10800 4050 0 60 ~ 0 +DQ30 +Text Label 10800 4150 0 60 ~ 0 +DQ31 +Text Label 7800 6750 0 60 ~ 0 +EA1 +Text Label 7800 6850 0 60 ~ 0 +EA2 +Text Label 7800 6950 0 60 ~ 0 +EA3 +Text Label 7800 7050 0 60 ~ 0 +EA4 +Text Label 7800 7150 0 60 ~ 0 +EA5 +Text Label 7800 7250 0 60 ~ 0 +EA6 +Text Label 7800 7350 0 60 ~ 0 +EA7 +Text Label 7800 7550 0 60 ~ 0 +EA9 +Text Label 7800 7650 0 60 ~ 0 +EA10 +Text Label 7800 7750 0 60 ~ 0 +EA11 +Text Label 7800 7850 0 60 ~ 0 +EA12 +Text Label 7800 7950 0 60 ~ 0 +EA13 +Text Label 7800 8050 0 60 ~ 0 +EA14 +Text Label 7800 8150 0 60 ~ 0 +EA15 +Text Label 7800 8250 0 60 ~ 0 +EQ0 +Text Label 7800 8350 0 60 ~ 0 +EQ1 +Text Label 7800 8450 0 60 ~ 0 +EQ2 +Text Label 7800 8550 0 60 ~ 0 +EQ3 +Text Label 7800 8650 0 60 ~ 0 +EQ4 +Text Label 7800 8750 0 60 ~ 0 +EQ5 +Text Label 7800 8850 0 60 ~ 0 +EQ6 +Text Label 7800 8950 0 60 ~ 0 +EQ7 +Text Label 13500 1150 0 60 ~ 0 +EQ1 +Text Label 13500 1350 0 60 ~ 0 +EQ2 +Text Label 13500 1450 0 60 ~ 0 +EQ3 +Text Label 13500 1650 0 60 ~ 0 +EQ4 +Text Label 13500 2150 0 60 ~ 0 +EQ5 +Text Label 13500 1950 0 60 ~ 0 +EQ6 +Text Label 13500 2650 0 60 ~ 0 +EQ7 +Text Label 13500 950 0 60 ~ 0 +EQ0 +Text Label 13500 4450 0 60 ~ 0 +DQ16 +Text Label 13500 4650 0 60 ~ 0 +DQ17 +Text Label 13500 6350 0 60 ~ 0 +DQ18 +Text Label 13500 6050 0 60 ~ 0 +DQ20 +Text Label 13500 5350 0 60 ~ 0 +DQ21 +Text Label 13500 4050 0 60 ~ 0 +DQ22 +Text Label 13500 4250 0 60 ~ 0 +DQ23 +Text Label 13500 3050 0 60 ~ 0 +DQ24 +Text Label 13500 3650 0 60 ~ 0 +DQ25 +Text Label 13500 2550 0 60 ~ 0 +DQ26 +Text Label 13500 2250 0 60 ~ 0 +DQ27 +Text Label 13500 2050 0 60 ~ 0 +DQ28 +Text Label 13500 1550 0 60 ~ 0 +DQ29 +Text Label 13500 1250 0 60 ~ 0 +DQ30 +Text Label 13500 1050 0 60 ~ 0 +DQ31 +Text Label 13400 2450 0 60 ~ 0 +IRQ_SRL +Text Label 13400 5150 0 60 ~ 0 +X_IRQ +Text Label 13500 2350 0 60 ~ 0 +EA1 +Text Label 13500 3550 0 60 ~ 0 +EA2 +Text Label 13500 3350 0 60 ~ 0 +EA3 +Text Label 13500 2950 0 60 ~ 0 +EA4 +Text Label 13500 4150 0 60 ~ 0 +EA5 +Text Label 13500 3950 0 60 ~ 0 +EA6 +Text Label 13500 5650 0 60 ~ 0 +EA7 +Text Label 13500 5050 0 60 ~ 0 +EA9 +Text Label 13500 6650 0 60 ~ 0 +EA10 +Text Label 13500 6450 0 60 ~ 0 +EA11 +Text Label 13500 6250 0 60 ~ 0 +EA12 +Text Label 13500 6150 0 60 ~ 0 +EA13 +Text Label 13500 4550 0 60 ~ 0 +EA14 +Text Label 13500 4350 0 60 ~ 0 +EA15 +Text Label 13500 6950 0 60 ~ 0 +DQ0 +Text Label 13500 7050 0 60 ~ 0 +DQ1 +Text Label 13500 7150 0 60 ~ 0 +DQ2 +Text Label 13500 7250 0 60 ~ 0 +DQ3 +Text Label 13500 7350 0 60 ~ 0 +DQ4 +Text Label 13500 7450 0 60 ~ 0 +DQ5 +Text Label 13500 7550 0 60 ~ 0 +DQ6 +Text Label 13500 7650 0 60 ~ 0 +DQ7 +Text Label 13500 8650 0 60 ~ 0 +DQ8 +Text Label 13500 8550 0 60 ~ 0 +DQ9 +Text Label 13500 8450 0 60 ~ 0 +DQ10 +Text Label 13500 8350 0 60 ~ 0 +DQ11 +Text Label 13500 8250 0 60 ~ 0 +DQ12 +Text Label 13500 8150 0 60 ~ 0 +DQ13 +Text Label 13500 8050 0 60 ~ 0 +DQ14 +Text Label 13500 7950 0 60 ~ 0 +DQ15 +Text Label 13400 3150 0 60 ~ 0 +SELECT- +Text Label 13500 3250 0 60 ~ 0 +WR- +Text Label 13500 3450 0 60 ~ 0 +RD- +Text Label 13400 5550 0 60 ~ 0 +WRFIFO- +Text Label 13400 5450 0 60 ~ 0 +RDFIFO- +Text Label 13400 4950 0 60 ~ 0 +PTATN- +Text Label 13400 5950 0 60 ~ 0 +PTRDY- +Text Label 13400 5250 0 60 ~ 0 +PTADR- +Text Label 13500 6550 0 60 ~ 0 +DQ19 +$Comp +L +5V #+0118 +U 1 1 4BF0369F +P 6550 8850 +F 0 "#+0118" H 6550 9050 40 0001 C CNN +F 1 "+5V" H 6550 9000 40 0000 C CNN +F 2 "" H 6550 8850 60 0001 C CNN +F 3 "" H 6550 8850 60 0001 C CNN + 1 6550 8850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0119 +U 1 1 4BF036A1 +P 1900 9350 +F 0 "#+0119" H 1900 9550 40 0001 C CNN +F 1 "+5V" H 1900 9500 40 0000 C CNN +F 2 "" H 1900 9350 60 0001 C CNN +F 3 "" H 1900 9350 60 0001 C CNN + 1 1900 9350 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0120 +U 1 1 4BF036A3 +P 2600 9350 +F 0 "#+0120" H 2600 9550 40 0001 C CNN +F 1 "+5V" H 2600 9500 40 0000 C CNN +F 2 "" H 2600 9350 60 0001 C CNN +F 3 "" H 2600 9350 60 0001 C CNN + 1 2600 9350 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0121 +U 1 1 4BF036A2 +P 3300 9350 +F 0 "#+0121" H 3300 9550 40 0001 C CNN +F 1 "+5V" H 3300 9500 40 0000 C CNN +F 2 "" H 3300 9350 60 0001 C CNN +F 3 "" H 3300 9350 60 0001 C CNN + 1 3300 9350 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0122 +U 1 1 4BF036A0 +P 4000 9350 +F 0 "#+0122" H 4000 9550 40 0001 C CNN +F 1 "+5V" H 4000 9500 40 0000 C CNN +F 2 "" H 4000 9350 60 0001 C CNN +F 3 "" H 4000 9350 60 0001 C CNN + 1 4000 9350 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0123 +U 1 1 4BF03698 +P 1900 10150 +F 0 "#+0123" H 1900 10350 40 0001 C CNN +F 1 "+5V" H 1900 10300 40 0000 C CNN +F 2 "" H 1900 10150 60 0001 C CNN +F 3 "" H 1900 10150 60 0001 C CNN + 1 1900 10150 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0124 +U 1 1 4BF03697 +P 2600 10150 +F 0 "#+0124" H 2600 10350 40 0001 C CNN +F 1 "+5V" H 2600 10300 40 0000 C CNN +F 2 "" H 2600 10150 60 0001 C CNN +F 3 "" H 2600 10150 60 0001 C CNN + 1 2600 10150 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0125 +U 1 1 4BF03696 +P 3300 10150 +F 0 "#+0125" H 3300 10350 40 0001 C CNN +F 1 "+5V" H 3300 10300 40 0000 C CNN +F 2 "" H 3300 10150 60 0001 C CNN +F 3 "" H 3300 10150 60 0001 C CNN + 1 3300 10150 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0126 +U 1 1 4BF03695 +P 4000 10150 +F 0 "#+0126" H 4000 10350 40 0001 C CNN +F 1 "+5V" H 4000 10300 40 0000 C CNN +F 2 "" H 4000 10150 60 0001 C CNN +F 3 "" H 4000 10150 60 0001 C CNN + 1 4000 10150 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #+0127 +U 1 1 4BF03694 +P 4500 3150 +F 0 "#+0127" H 4500 3350 40 0001 C CNN +F 1 "+3.3V" V 4500 3350 40 0000 C CNN +F 2 "" H 4500 3150 60 0001 C CNN +F 3 "" H 4500 3150 60 0001 C CNN + 1 4500 3150 + 0 1 1 0 +$EndComp +$Comp +L +3.3V #+0128 +U 1 1 4BF03693 +P 4500 5550 +F 0 "#+0128" H 4500 5750 40 0001 C CNN +F 1 "+3.3V" V 4500 5750 40 0000 C CNN +F 2 "" H 4500 5550 60 0001 C CNN +F 3 "" H 4500 5550 60 0001 C CNN + 1 4500 5550 + 0 1 1 0 +$EndComp +$Comp +L +5V #+0129 +U 1 1 4BF03692 +P 700 8800 +F 0 "#+0129" H 700 9000 40 0001 C CNN +F 1 "+5V" H 700 8950 40 0000 C CNN +F 2 "" H 700 8800 60 0001 C CNN +F 3 "" H 700 8800 60 0001 C CNN + 1 700 8800 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0130 +U 1 1 4BF036B5 +P 4900 1500 +F 0 "#+0130" H 4900 1590 20 0001 C CNN +F 1 "+5V" H 4900 1590 40 0000 C CNN +F 2 "" H 4900 1500 60 0001 C CNN +F 3 "" H 4900 1500 60 0001 C CNN + 1 4900 1500 + 1 0 0 -1 +$EndComp +$Comp +L +12V #+0131 +U 1 1 4BF036B6 +P 4500 950 +F 0 "#+0131" H 4500 1150 40 0001 C CNN +F 1 "+12V" H 4500 1100 40 0000 C CNN +F 2 "" H 4500 950 60 0001 C CNN +F 3 "" H 4500 950 60 0001 C CNN + 1 4500 950 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0132 +U 1 1 4BF036B7 +P 14000 850 +F 0 "#+0132" H 14000 1050 40 0001 C CNN +F 1 "+5V" H 14000 1000 40 0000 C CNN +F 2 "" H 14000 850 60 0001 C CNN +F 3 "" H 14000 850 60 0001 C CNN + 1 14000 850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0133 +U 1 1 4BF036B8 +P 14000 1850 +F 0 "#+0133" H 14000 2050 40 0001 C CNN +F 1 "+5V" H 14000 2000 40 0000 C CNN +F 2 "" H 14000 1850 60 0001 C CNN +F 3 "" H 14000 1850 60 0001 C CNN + 1 14000 1850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0134 +U 1 1 4BF036B9 +P 14000 2850 +F 0 "#+0134" H 14000 3050 40 0001 C CNN +F 1 "+5V" H 14000 3000 40 0000 C CNN +F 2 "" H 14000 2850 60 0001 C CNN +F 3 "" H 14000 2850 60 0001 C CNN + 1 14000 2850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0135 +U 1 1 4BF036BA +P 14000 3850 +F 0 "#+0135" H 14000 4050 40 0001 C CNN +F 1 "+5V" H 14000 4000 40 0000 C CNN +F 2 "" H 14000 3850 60 0001 C CNN +F 3 "" H 14000 3850 60 0001 C CNN + 1 14000 3850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0136 +U 1 1 4BF036BB +P 14000 4850 +F 0 "#+0136" H 14000 5050 40 0001 C CNN +F 1 "+5V" H 14000 5000 40 0000 C CNN +F 2 "" H 14000 4850 60 0001 C CNN +F 3 "" H 14000 4850 60 0001 C CNN + 1 14000 4850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0137 +U 1 1 4BF036BC +P 14000 5850 +F 0 "#+0137" H 14000 6050 40 0001 C CNN +F 1 "+5V" H 14000 6000 40 0000 C CNN +F 2 "" H 14000 5850 60 0001 C CNN +F 3 "" H 14000 5850 60 0001 C CNN + 1 14000 5850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0138 +U 1 1 4BF036BD +P 14000 6850 +F 0 "#+0138" H 14000 7050 40 0001 C CNN +F 1 "+5V" H 14000 7000 40 0000 C CNN +F 2 "" H 14000 6850 60 0001 C CNN +F 3 "" H 14000 6850 60 0001 C CNN + 1 14000 6850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0139 +U 1 1 4BF036BE +P 14000 7850 +F 0 "#+0139" H 14000 8050 40 0001 C CNN +F 1 "+5V" H 14000 8000 40 0000 C CNN +F 2 "" H 14000 7850 60 0001 C CNN +F 3 "" H 14000 7850 60 0001 C CNN + 1 14000 7850 + 1 0 0 -1 +$EndComp +$Comp +L +3.3V #+0140 +U 1 1 4BF036BF +P 2100 3550 +F 0 "#+0140" H 2100 3750 40 0001 C CNN +F 1 "+3.3V" V 2150 3700 40 0000 C CNN +F 2 "" H 2100 3550 60 0001 C CNN +F 3 "" H 2100 3550 60 0001 C CNN + 1 2100 3550 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #+0141 +U 1 1 4BF036C0 +P 2100 4150 +F 0 "#+0141" H 2100 4350 40 0001 C CNN +F 1 "+3.3V" V 2150 4300 40 0000 C CNN +F 2 "" H 2100 4150 60 0001 C CNN +F 3 "" H 2100 4150 60 0001 C CNN + 1 2100 4150 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #+0142 +U 1 1 4BF036C1 +P 2100 4650 +F 0 "#+0142" H 2100 4850 40 0001 C CNN +F 1 "+3.3V" V 2150 4800 40 0000 C CNN +F 2 "" H 2100 4650 60 0001 C CNN +F 3 "" H 2100 4650 60 0001 C CNN + 1 2100 4650 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #+0143 +U 1 1 4BF036C2 +P 2100 5150 +F 0 "#+0143" H 2100 5350 40 0001 C CNN +F 1 "+3.3V" V 2150 5350 40 0000 C CNN +F 2 "" H 2100 5150 60 0001 C CNN +F 3 "" H 2100 5150 60 0001 C CNN + 1 2100 5150 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #+0144 +U 1 1 4BF036C3 +P 2100 5350 +F 0 "#+0144" H 2100 5550 40 0001 C CNN +F 1 "+3.3V" V 2150 5550 40 0000 C CNN +F 2 "" H 2100 5350 60 0001 C CNN +F 3 "" H 2100 5350 60 0001 C CNN + 1 2100 5350 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #+0145 +U 1 1 4BF036C4 +P 2100 6450 +F 0 "#+0145" H 2100 6650 40 0001 C CNN +F 1 "+3.3V" V 2100 6650 40 0000 C CNN +F 2 "" H 2100 6450 60 0001 C CNN +F 3 "" H 2100 6450 60 0001 C CNN + 1 2100 6450 + 0 -1 -1 0 +$EndComp +$Comp +L +5V #+0146 +U 1 1 4BF036C5 +P 2000 6950 +F 0 "#+0146" H 2000 7150 40 0001 C CNN +F 1 "+5V" H 2000 7100 40 0000 C CNN +F 2 "" H 2000 6950 60 0001 C CNN +F 3 "" H 2000 6950 60 0001 C CNN + 1 2000 6950 + 0 -1 -1 0 +$EndComp +$Comp +L +5V #+0147 +U 1 1 4BF036C6 +P 2100 1650 +F 0 "#+0147" H 2100 1850 40 0001 C CNN +F 1 "+5V" H 2100 1800 40 0000 C CNN +F 2 "" H 2100 1650 60 0001 C CNN +F 3 "" H 2100 1650 60 0001 C CNN + 1 2100 1650 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0148 +U 1 1 4BF036A4 +P 2100 2950 +F 0 "#+0148" H 2100 3150 40 0001 C CNN +F 1 "+5V" V 2100 3150 40 0000 C CNN +F 2 "" H 2100 2950 60 0001 C CNN +F 3 "" H 2100 2950 60 0001 C CNN + 1 2100 2950 + 0 -1 -1 0 +$EndComp +$Comp +L +3.3V #+0149 +U 1 1 4BF036A5 +P 4500 6350 +F 0 "#+0149" H 4500 6550 40 0001 C CNN +F 1 "+3.3V" V 4500 6550 40 0000 C CNN +F 2 "" H 4500 6350 60 0001 C CNN +F 3 "" H 4500 6350 60 0001 C CNN + 1 4500 6350 + 0 1 1 0 +$EndComp +$Comp +L +3.3V #+0150 +U 1 1 4BF036A6 +P 4500 4950 +F 0 "#+0150" H 4500 5150 40 0001 C CNN +F 1 "+3.3V" V 4500 5150 40 0000 C CNN +F 2 "" H 4500 4950 60 0001 C CNN +F 3 "" H 4500 4950 60 0001 C CNN + 1 4500 4950 + 0 1 1 0 +$EndComp +$Comp +L +3.3V #+0151 +U 1 1 4BF036A7 +P 4500 4350 +F 0 "#+0151" H 4500 4550 40 0001 C CNN +F 1 "+3.3V" V 4500 4550 40 0000 C CNN +F 2 "" H 4500 4350 60 0001 C CNN +F 3 "" H 4500 4350 60 0001 C CNN + 1 4500 4350 + 0 1 1 0 +$EndComp +$Comp +L +3.3V #+0152 +U 1 1 4BF036A8 +P 4500 3750 +F 0 "#+0152" H 4500 3950 40 0001 C CNN +F 1 "+3.3V" V 4500 3950 40 0000 C CNN +F 2 "" H 4500 3750 60 0001 C CNN +F 3 "" H 4500 3750 60 0001 C CNN + 1 4500 3750 + 0 1 1 0 +$EndComp +$Comp +L +5V #+0153 +U 1 1 4BF036A9 +P 4600 6950 +F 0 "#+0153" H 4600 7150 40 0001 C CNN +F 1 "+5V" V 4600 7100 40 0000 C CNN +F 2 "" H 4600 6950 60 0001 C CNN +F 3 "" H 4600 6950 60 0001 C CNN + 1 4600 6950 + 0 1 1 0 +$EndComp +$Comp +L +5V #+0154 +U 1 1 4BF036AA +P 12850 6150 +F 0 "#+0154" H 12850 6350 40 0001 C CNN +F 1 "+5V" H 12850 6300 40 0000 C CNN +F 2 "" H 12850 6150 60 0001 C CNN +F 3 "" H 12850 6150 60 0001 C CNN + 1 12850 6150 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0155 +U 1 1 4BF036AB +P 12700 7350 +F 0 "#+0155" H 12700 7550 40 0001 C CNN +F 1 "+5V" H 12700 7500 40 0000 C CNN +F 2 "" H 12700 7350 60 0001 C CNN +F 3 "" H 12700 7350 60 0001 C CNN + 1 12700 7350 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0156 +U 1 1 4BF036AC +P 12700 8250 +F 0 "#+0156" H 12700 8450 40 0001 C CNN +F 1 "+5V" H 12700 8400 40 0000 C CNN +F 2 "" H 12700 8250 60 0001 C CNN +F 3 "" H 12700 8250 60 0001 C CNN + 1 12700 8250 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0157 +U 1 1 4BF036AD +P 4500 1850 +F 0 "#+0157" H 4500 2050 40 0001 C CNN +F 1 "+5V" H 4500 2000 40 0000 C CNN +F 2 "" H 4500 1850 60 0001 C CNN +F 3 "" H 4500 1850 60 0001 C CNN + 1 4500 1850 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0158 +U 1 1 4BF036AE +P 4500 2050 +F 0 "#+0158" H 4500 2250 40 0001 C CNN +F 1 "+5V" H 4500 2200 40 0000 C CNN +F 2 "" H 4500 2050 60 0001 C CNN +F 3 "" H 4500 2050 60 0001 C CNN + 1 4500 2050 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0159 +U 1 1 4BF036AF +P 4500 2650 +F 0 "#+0159" H 4500 2850 40 0001 C CNN +F 1 "+5V" V 4500 2800 40 0000 C CNN +F 2 "" H 4500 2650 60 0001 C CNN +F 3 "" H 4500 2650 60 0001 C CNN + 1 4500 2650 + 0 1 1 0 +$EndComp +Entry Wire Line + 11500 1050 11600 950 +Entry Wire Line + 11500 1150 11600 1050 +Entry Wire Line + 11500 1250 11600 1150 +Entry Wire Line + 11500 1350 11600 1250 +Entry Wire Line + 11500 1450 11600 1350 +Entry Wire Line + 11500 1550 11600 1450 +Entry Wire Line + 11500 1650 11600 1550 +Entry Wire Line + 11500 1750 11600 1650 +Entry Wire Line + 11500 1850 11600 1750 +Entry Wire Line + 11500 1950 11600 1850 +Entry Wire Line + 11500 2050 11600 1950 +Entry Wire Line + 11500 2150 11600 2050 +Entry Wire Line + 11500 2250 11600 2150 +Entry Wire Line + 11500 2350 11600 2250 +Entry Wire Line + 11500 2450 11600 2350 +Entry Wire Line + 11500 2550 11600 2450 +Connection ~ 1500 2150 +Connection ~ 12050 6150 +Connection ~ 2100 6950 +Connection ~ 4500 6950 +Connection ~ 2100 7150 +Connection ~ 4500 7150 +Connection ~ 11900 7350 +Connection ~ 11900 8250 +Connection ~ 6550 8950 +Connection ~ 6800 8950 +Connection ~ 4950 9450 +Connection ~ 4950 9550 +Connection ~ 6800 9650 +Connection ~ 7100 9750 +NoConn ~ 4400 1150 +NoConn ~ 2200 1250 +NoConn ~ 4400 1350 +NoConn ~ 2200 1750 +NoConn ~ 4400 1750 +NoConn ~ 2200 1850 +NoConn ~ 4400 1950 +NoConn ~ 2200 2050 +NoConn ~ 4400 2150 +NoConn ~ 2200 2450 +NoConn ~ 4400 2450 +NoConn ~ 4400 2950 +NoConn ~ 4400 5050 +NoConn ~ 4400 5150 +NoConn ~ 2200 7050 +NoConn ~ 4400 7050 +Wire Wire Line + 1900 750 4700 750 +Wire Wire Line + 13300 950 14000 950 +Wire Wire Line + 7400 1050 8300 1050 +Wire Wire Line + 10600 1050 11500 1050 +Wire Wire Line + 13300 1050 14000 1050 +Wire Wire Line + 7400 1150 8300 1150 +Wire Wire Line + 10600 1150 11500 1150 +Wire Wire Line + 13300 1150 14000 1150 +Wire Wire Line + 4500 1250 4400 1250 +Wire Wire Line + 7400 1250 8300 1250 +Wire Wire Line + 10600 1250 11500 1250 +Wire Wire Line + 13300 1250 14000 1250 +Wire Wire Line + 7400 1350 8300 1350 +Wire Wire Line + 10600 1350 11500 1350 +Wire Wire Line + 13300 1350 14000 1350 +Wire Wire Line + 2200 1450 1900 1450 +Wire Wire Line + 4400 1450 4700 1450 +Wire Wire Line + 7400 1450 8300 1450 +Wire Wire Line + 10600 1450 11500 1450 +Wire Wire Line + 13300 1450 14000 1450 +Wire Wire Line + 4400 1550 4900 1550 +Wire Wire Line + 7400 1550 8300 1550 +Wire Wire Line + 10600 1550 11500 1550 +Wire Wire Line + 13300 1550 14000 1550 +Wire Wire Line + 2200 1650 2100 1650 +Wire Wire Line + 4400 1650 5300 1650 +Wire Wire Line + 7400 1650 8300 1650 +Wire Wire Line + 10600 1650 11500 1650 +Wire Wire Line + 13300 1650 14000 1650 +Wire Wire Line + 7400 1750 8300 1750 +Wire Wire Line + 10600 1750 11500 1750 +Wire Wire Line + 4400 1850 4500 1850 +Wire Wire Line + 7400 1850 8300 1850 +Wire Wire Line + 10600 1850 11500 1850 +Wire Wire Line + 1600 1950 1500 1950 +Wire Wire Line + 2000 1950 2200 1950 +Wire Wire Line + 7400 1950 8300 1950 +Wire Wire Line + 10600 1950 11500 1950 +Wire Wire Line + 13300 1950 14000 1950 +Wire Wire Line + 4400 2050 4500 2050 +Wire Wire Line + 7400 2050 8300 2050 +Wire Wire Line + 10600 2050 11500 2050 +Wire Wire Line + 13300 2050 14000 2050 +Wire Wire Line + 1500 2150 1600 2150 +Wire Wire Line + 2000 2150 2200 2150 +Wire Wire Line + 7400 2150 8300 2150 +Wire Wire Line + 10600 2150 11500 2150 +Wire Wire Line + 13300 2150 14000 2150 +Wire Wire Line + 7400 2250 8300 2250 +Wire Wire Line + 10600 2250 11500 2250 +Wire Wire Line + 13300 2250 14000 2250 +Wire Wire Line + 7400 2350 8300 2350 +Wire Wire Line + 10600 2350 11500 2350 +Wire Wire Line + 13300 2350 14000 2350 +Wire Wire Line + 7400 2450 8300 2450 +Wire Wire Line + 10600 2450 11500 2450 +Wire Wire Line + 13300 2450 14000 2450 +Wire Wire Line + 4400 2550 5300 2550 +Wire Wire Line + 7400 2550 8300 2550 +Wire Wire Line + 10600 2550 11500 2550 +Wire Wire Line + 13300 2550 14000 2550 +Wire Wire Line + 4400 2650 4500 2650 +Wire Wire Line + 7400 2650 8300 2650 +Wire Wire Line + 13300 2650 14000 2650 +Wire Wire Line + 4400 2750 5300 2750 +Wire Wire Line + 7400 2750 8300 2750 +Wire Wire Line + 4400 2850 4500 2850 +Wire Wire Line + 7400 2850 8300 2850 +Wire Wire Line + 2100 2950 2200 2950 +Wire Wire Line + 7400 2950 8300 2950 +Wire Wire Line + 13300 2950 14000 2950 +Wire Wire Line + 4400 3050 5300 3050 +Wire Wire Line + 7400 3050 8300 3050 +Wire Wire Line + 13300 3050 14000 3050 +Wire Wire Line + 7400 3150 8300 3150 +Wire Wire Line + 13300 3150 14000 3150 +Wire Wire Line + 4400 3250 5300 3250 +Wire Wire Line + 7400 3250 8300 3250 +Wire Wire Line + 13300 3250 14000 3250 +Wire Wire Line + 4400 3350 5300 3350 +Wire Wire Line + 7400 3350 8300 3350 +Wire Wire Line + 13300 3350 14000 3350 +Wire Wire Line + 4400 3450 4500 3450 +Wire Wire Line + 7400 3450 8300 3450 +Wire Wire Line + 13300 3450 14000 3450 +Wire Wire Line + 2100 3550 2200 3550 +Wire Wire Line + 4400 3550 5300 3550 +Wire Wire Line + 7400 3550 8300 3550 +Wire Wire Line + 13300 3550 14000 3550 +Wire Wire Line + 4400 3650 5300 3650 +Wire Wire Line + 7400 3650 8300 3650 +Wire Wire Line + 13300 3650 14000 3650 +Wire Wire Line + 4400 3750 4500 3750 +Wire Wire Line + 7400 3750 8300 3750 +Wire Wire Line + 4400 3850 5300 3850 +Wire Wire Line + 7400 3850 8300 3850 +Wire Wire Line + 4400 3950 5300 3950 +Wire Wire Line + 7400 3950 8300 3950 +Wire Wire Line + 13300 3950 14000 3950 +Wire Wire Line + 4400 4050 4500 4050 +Wire Wire Line + 7400 4050 8300 4050 +Wire Wire Line + 13300 4050 14000 4050 +Wire Wire Line + 2100 4150 2200 4150 +Wire Wire Line + 4400 4150 5300 4150 +Wire Wire Line + 7400 4150 8300 4150 +Wire Wire Line + 13300 4150 14000 4150 +Wire Wire Line + 4400 4250 5300 4250 +Wire Wire Line + 7400 4250 8300 4250 +Wire Wire Line + 10600 4250 11200 4250 +Wire Wire Line + 13300 4250 14000 4250 +Wire Wire Line + 4400 4350 4500 4350 +Wire Wire Line + 7400 4350 8300 4350 +Wire Wire Line + 10600 4350 11200 4350 +Wire Wire Line + 13300 4350 14000 4350 +Wire Wire Line + 4400 4450 5300 4450 +Wire Wire Line + 7400 4450 8300 4450 +Wire Wire Line + 10600 4450 11200 4450 +Wire Wire Line + 13300 4450 14000 4450 +Wire Wire Line + 4400 4550 4500 4550 +Wire Wire Line + 7400 4550 8300 4550 +Wire Wire Line + 10600 4550 11200 4550 +Wire Wire Line + 13300 4550 14000 4550 +Wire Wire Line + 2100 4650 2200 4650 +Wire Wire Line + 4400 4650 5300 4650 +Wire Wire Line + 7400 4650 8300 4650 +Wire Wire Line + 13300 4650 14000 4650 +Wire Wire Line + 4400 4750 4500 4750 +Wire Wire Line + 7400 4750 8300 4750 +Wire Wire Line + 4400 4850 5300 4850 +Wire Wire Line + 7400 4850 8300 4850 +Wire Wire Line + 4400 4950 4500 4950 +Wire Wire Line + 13300 4950 14000 4950 +Wire Wire Line + 7400 5050 8300 5050 +Wire Wire Line + 13300 5050 14000 5050 +Wire Wire Line + 2100 5150 2200 5150 +Wire Wire Line + 7400 5150 8300 5150 +Wire Wire Line + 10600 5150 10800 5150 +Wire Wire Line + 13300 5150 14000 5150 +Wire Wire Line + 4400 5250 4500 5250 +Wire Wire Line + 7400 5250 8300 5250 +Wire Wire Line + 10600 5250 10800 5250 +Wire Wire Line + 13300 5250 14000 5250 +Wire Wire Line + 2100 5350 2200 5350 +Wire Wire Line + 4400 5350 5400 5350 +Wire Wire Line + 7400 5350 8300 5350 +Wire Wire Line + 13300 5350 14000 5350 +Wire Wire Line + 4400 5450 5400 5450 +Wire Wire Line + 7400 5450 8300 5450 +Wire Wire Line + 11600 6150 12250 6150 +Wire Wire Line + 12750 6150 12850 6150 +Wire Wire Line + 13300 5450 14000 5450 +Wire Wire Line + 13300 5550 14000 5550 +Wire Wire Line + 4400 5650 5400 5650 +Wire Wire Line + 7400 5650 8300 5650 +Wire Wire Line + 13300 5650 14000 5650 +Wire Wire Line + 4400 5750 5400 5750 +Wire Wire Line + 7400 5750 8300 5750 +Wire Wire Line + 4400 5850 4500 5850 +Wire Wire Line + 7400 5850 8300 5850 +Wire Wire Line + 4400 5950 5400 5950 +Wire Wire Line + 7400 5950 8300 5950 +Wire Wire Line + 13300 5950 14000 5950 +Wire Wire Line + 7400 6050 8300 6050 +Wire Wire Line + 13300 6050 14000 6050 +Wire Wire Line + 7400 6150 8300 6150 +Wire Wire Line + 13300 6150 14000 6150 +Wire Wire Line + 4400 6250 5400 6250 +Wire Wire Line + 13300 6250 14000 6250 +Wire Wire Line + 4400 6350 4500 6350 +Wire Wire Line + 7400 6350 8300 6350 +Wire Wire Line + 10600 6350 11600 6350 +Wire Wire Line + 13300 6350 14000 6350 +Wire Wire Line + 2100 6450 2200 6450 +Wire Wire Line + 4400 6450 5400 6450 +Wire Wire Line + 10600 6450 11400 6450 +Wire Wire Line + 13300 6450 14000 6450 +Wire Wire Line + 4400 6550 5400 6550 +Wire Wire Line + 10600 6550 11400 6550 +Wire Wire Line + 13300 6550 14000 6550 +Wire Wire Line + 4400 6650 4500 6650 +Wire Wire Line + 7100 6650 8300 6650 +Wire Wire Line + 10600 6650 11400 6650 +Wire Wire Line + 13300 6650 14000 6650 +Wire Wire Line + 4400 6750 5400 6750 +Wire Wire Line + 7700 6750 8300 6750 +Wire Wire Line + 4400 6850 5400 6850 +Wire Wire Line + 7700 6850 8300 6850 +Wire Wire Line + 10600 6850 11400 6850 +Wire Wire Line + 2000 6950 2200 6950 +Wire Wire Line + 4400 6950 4600 6950 +Wire Wire Line + 7700 6950 8300 6950 +Wire Wire Line + 10600 6950 11400 6950 +Wire Wire Line + 13300 6950 14000 6950 +Wire Wire Line + 7700 7050 8300 7050 +Wire Wire Line + 13300 7050 14000 7050 +Wire Wire Line + 2100 7150 2200 7150 +Wire Wire Line + 4400 7150 4500 7150 +Wire Wire Line + 7700 7150 8300 7150 +Wire Wire Line + 10600 7150 10800 7150 +Wire Wire Line + 13300 7150 14000 7150 +Wire Wire Line + 2100 7250 2200 7250 +Wire Wire Line + 4500 7250 4400 7250 +Wire Wire Line + 7700 7250 8300 7250 +Wire Wire Line + 10600 7250 10800 7250 +Wire Wire Line + 13300 7250 14000 7250 +Wire Wire Line + 7700 7350 8300 7350 +Wire Wire Line + 10600 7350 12100 7350 +Wire Wire Line + 12600 7350 12700 7350 +Wire Wire Line + 13300 7350 14000 7350 +Wire Wire Line + 7100 7450 8300 7450 +Wire Wire Line + 10600 7450 11600 7450 +Wire Wire Line + 13300 7450 14000 7450 +Wire Wire Line + 7700 7550 8300 7550 +Wire Wire Line + 10600 7550 10800 7550 +Wire Wire Line + 13300 7550 14000 7550 +Wire Wire Line + 7700 7650 8300 7650 +Wire Wire Line + 10600 7650 10800 7650 +Wire Wire Line + 13300 7650 14000 7650 +Wire Wire Line + 7700 7750 8300 7750 +Wire Wire Line + 10600 7750 10800 7750 +Wire Wire Line + 7700 7850 8300 7850 +Wire Wire Line + 7700 7950 8300 7950 +Wire Wire Line + 13300 7950 14000 7950 +Wire Wire Line + 7700 8050 8300 8050 +Wire Wire Line + 13300 8050 14000 8050 +Wire Wire Line + 7700 8150 8300 8150 +Wire Wire Line + 13300 8150 14000 8150 +Wire Wire Line + 7700 8250 8300 8250 +Wire Wire Line + 11600 8250 12100 8250 +Wire Wire Line + 12600 8250 12700 8250 +Wire Wire Line + 13300 8250 14000 8250 +Wire Wire Line + 7700 8350 8300 8350 +Wire Wire Line + 13300 8350 14000 8350 +Wire Wire Line + 7700 8450 8300 8450 +Wire Wire Line + 13300 8450 14000 8450 +Wire Wire Line + 7700 8550 8300 8550 +Wire Wire Line + 13300 8550 14000 8550 +Wire Wire Line + 7700 8650 8300 8650 +Wire Wire Line + 13300 8650 14000 8650 +Wire Wire Line + 7700 8750 8300 8750 +Wire Wire Line + 7700 8850 8300 8850 +Wire Wire Line + 6550 8950 7100 8950 +Wire Wire Line + 7700 8950 8300 8950 +Wire Wire Line + 8300 9050 8000 9050 +Wire Wire Line + 8300 9150 8100 9150 +Wire Wire Line + 4950 9350 5050 9350 +Wire Wire Line + 4950 9450 5050 9450 +Wire Wire Line + 6550 9450 6450 9450 +Wire Wire Line + 4950 9550 5050 9550 +Wire Wire Line + 6450 9650 8000 9650 +Wire Wire Line + 6450 9750 8100 9750 +Wire Bus Line + 11600 850 11700 850 +Wire Wire Line + 700 8800 700 8950 +Wire Wire Line + 700 9350 700 9450 +Wire Wire Line + 1500 1950 1500 2250 +Wire Wire Line + 1900 1450 1900 750 +Wire Wire Line + 4500 950 4500 1250 +Wire Wire Line + 4700 1450 4700 750 +Wire Wire Line + 4900 1550 4900 1500 +Wire Wire Line + 6550 8850 6550 9450 +Wire Wire Line + 6800 8950 6800 9050 +Wire Wire Line + 6800 9550 6800 9650 +Wire Wire Line + 7100 8950 7100 9050 +Wire Wire Line + 7100 9550 7100 9750 +Wire Wire Line + 8000 9650 8000 9050 +Wire Wire Line + 8100 9750 8100 9150 +Wire Wire Line + 11600 6350 11600 6150 +Wire Wire Line + 11600 7450 11600 8250 +Wire Wire Line + 12050 6150 12050 6250 +Wire Wire Line + 11900 7350 11900 7450 +Wire Wire Line + 11900 7850 11900 7950 +Wire Wire Line + 11900 8250 11900 8350 +Wire Wire Line + 11900 8750 11900 8850 +$Comp +L GND #PWR0160 +U 1 1 54022E29 +P 5750 10100 +F 0 "#PWR0160" H 5750 10100 30 0001 C CNN +F 1 "GND" H 5750 10030 30 0001 C CNN +F 2 "" H 5750 10100 60 0000 C CNN +F 3 "" H 5750 10100 60 0000 C CNN + 1 5750 10100 + 1 0 0 -1 +$EndComp +$Comp +L +5V #+0161 +U 1 1 54022EE0 +P 5750 9000 +F 0 "#+0161" H 5750 9200 40 0001 C CNN +F 1 "+5V" H 5750 9150 40 0000 C CNN +F 2 "" H 5750 9000 60 0001 C CNN +F 3 "" H 5750 9000 60 0001 C CNN + 1 5750 9000 + 1 0 0 -1 +$EndComp +Connection ~ 600 10200 +Connection ~ 1050 10200 +Connection ~ 700 8850 +Wire Wire Line + 850 8800 850 8850 +Connection ~ 850 8850 +Wire Wire Line + 4000 9350 4000 9400 +Wire Wire Line + 3300 9350 3300 9400 +Wire Wire Line + 2600 9400 2600 9350 +Wire Wire Line + 1900 9350 1900 9400 +Wire Wire Line + 4000 9850 4000 9800 +Wire Wire Line + 3300 9850 3300 9800 +Wire Wire Line + 2600 9850 2600 9800 +Wire Wire Line + 1900 9800 1900 9850 +Wire Wire Line + 4000 10150 4000 10200 +Wire Wire Line + 3300 10200 3300 10150 +Wire Wire Line + 2600 10150 2600 10200 +Wire Wire Line + 1900 10150 1900 10200 +Wire Wire Line + 1900 10600 1900 10650 +Wire Wire Line + 2600 10600 2600 10650 +Wire Wire Line + 3300 10600 3300 10650 +Wire Wire Line + 4000 10600 4000 10650 +Wire Wire Line + 5750 10050 5750 10100 +Wire Wire Line + 5750 9000 5750 9050 +Wire Wire Line + 2200 1350 2150 1350 +Wire Wire Line + 2200 2550 2150 2550 +Wire Wire Line + 2150 2750 2200 2750 +Wire Wire Line + 2150 3250 2200 3250 +Wire Wire Line + 2150 3850 2200 3850 +Wire Wire Line + 2200 4450 2150 4450 +Wire Wire Line + 2200 4850 2150 4850 +Wire Wire Line + 2150 5650 2200 5650 +Wire Wire Line + 2200 5950 2150 5950 +Wire Wire Line + 2150 6750 2200 6750 +Wire Wire Line + 12050 6700 12050 6650 +$EndSCHEMATC diff --git a/demos/video/esvideo.sch b/demos/video/esvideo.sch new file mode 100644 index 0000000..8c7603f --- /dev/null +++ b/demos/video/esvideo.sch @@ -0,0 +1,1190 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 8 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +NoConn ~ 11350 6250 +Text Label 5700 2200 0 60 ~ 0 +VAA +Wire Wire Line + 5650 2300 5650 2200 +Wire Wire Line + 11350 6450 11900 6450 +Wire Wire Line + 6550 7700 7150 7700 +Text Label 6650 7700 0 60 ~ 0 +OE_RVB- +Text Label 11450 6450 0 60 ~ 0 +OE_RVB- +Wire Wire Line + 11350 6350 12000 6350 +Text HLabel 12000 6350 2 60 Output ~ 0 +OE_PAL- +Text Label 8950 6950 0 60 ~ 0 +PCA2 +Text Label 8950 6850 0 60 ~ 0 +PCA1 +Text Label 8950 6750 0 60 ~ 0 +PCA0 +Text Label 4100 7200 0 60 ~ 0 +PCA2 +Text Label 4100 7100 0 60 ~ 0 +PCA1 +Text Label 4100 7000 0 60 ~ 0 +PCA0 +$Comp +L GND #PWR0162 +U 1 1 33A566EB +P 9300 7800 +F 0 "#PWR0162" H 9300 7800 40 0001 C CNN +F 1 "GND" H 9300 7730 40 0001 C CNN +F 2 "" H 9300 7800 60 0001 C CNN +F 3 "" H 9300 7800 60 0001 C CNN + 1 9300 7800 + 1 0 0 -1 +$EndComp +Connection ~ 4350 3100 +$Comp +L GND #PWR0163 +U 1 1 3392D11C +P 4350 4200 +F 0 "#PWR0163" H 4350 4200 40 0001 C CNN +F 1 "GND" H 4350 4130 40 0001 C CNN +F 2 "" H 4350 4200 60 0001 C CNN +F 3 "" H 4350 4200 60 0001 C CNN + 1 4350 4200 + 0 1 1 0 +$EndComp +Connection ~ 4350 3600 +Connection ~ 4350 3500 +Connection ~ 4350 3400 +Connection ~ 4350 3300 +Connection ~ 4350 3200 +Wire Wire Line + 4350 3600 4450 3600 +Wire Wire Line + 4350 3500 4450 3500 +Wire Wire Line + 4350 3400 4450 3400 +Wire Wire Line + 4350 3300 4450 3300 +Wire Wire Line + 4450 3200 4350 3200 +Wire Wire Line + 4350 3100 4350 3800 +Wire Wire Line + 4350 3800 4450 3800 +Wire Wire Line + 4350 4200 4450 4200 +Text HLabel 1700 6200 0 60 Input ~ 0 +BLUE_IN +Text HLabel 1700 5400 0 60 Input ~ 0 +GREEN_IN +Text HLabel 1700 4600 0 60 Input ~ 0 +RED_IN +$Comp +L GND #PWR0164 +U 1 1 335F5DFC +P 12050 5050 +F 0 "#PWR0164" H 12050 5050 40 0001 C CNN +F 1 "GND" H 12050 4980 40 0001 C CNN +F 2 "" H 12050 5050 60 0001 C CNN +F 3 "" H 12050 5050 60 0001 C CNN + 1 12050 5050 + 0 -1 -1 0 +$EndComp +$Comp +L C C32 +U 1 1 335F5DF2 +P 11800 5050 +F 0 "C32" V 11650 5050 50 0000 C CNN +F 1 "100nF" V 11950 5050 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11800 5050 60 0001 C CNN +F 3 "" H 11800 5050 60 0001 C CNN + 1 11800 5050 + 0 1 1 0 +$EndComp +Connection ~ 11450 4650 +Connection ~ 11500 5050 +Wire Wire Line + 11350 5050 11600 5050 +Wire Wire Line + 11500 5050 11500 4450 +Wire Wire Line + 11500 4450 11350 4450 +Wire Wire Line + 11450 4850 11350 4850 +Wire Wire Line + 11450 3300 11450 4850 +Wire Wire Line + 9350 7550 8950 7550 +Wire Wire Line + 9350 7450 8950 7450 +Text Label 9000 7550 0 60 ~ 0 +TVI1 +Text Label 9000 7450 0 60 ~ 0 +TVI0 +Wire Wire Line + 6550 4100 6550 4000 +Wire Wire Line + 6550 4000 6650 4000 +NoConn ~ 4450 4900 +Text HLabel 1500 750 0 60 Input ~ 0 +TVI[0..1] +Wire Wire Line + 8900 5650 9350 5650 +Wire Wire Line + 8900 5550 9350 5550 +Wire Wire Line + 8900 5450 9350 5450 +Wire Wire Line + 8900 5350 9350 5350 +Wire Wire Line + 8900 5250 9350 5250 +Wire Wire Line + 8900 5150 9350 5150 +Wire Wire Line + 8900 5050 9350 5050 +Wire Wire Line + 8900 4950 9350 4950 +Wire Wire Line + 8900 4750 9350 4750 +Wire Wire Line + 8900 4650 9350 4650 +Wire Wire Line + 8900 4550 9350 4550 +Wire Wire Line + 8900 4450 9350 4450 +Wire Wire Line + 8900 4350 9350 4350 +Wire Wire Line + 8900 4250 9350 4250 +Wire Wire Line + 8900 4150 9350 4150 +Wire Wire Line + 8900 4050 9350 4050 +Wire Wire Line + 8900 3850 9350 3850 +Wire Wire Line + 8900 3750 9350 3750 +Wire Wire Line + 8900 3650 9350 3650 +Wire Wire Line + 8900 3550 9350 3550 +Wire Wire Line + 8900 3450 9350 3450 +Wire Wire Line + 8900 3350 9350 3350 +Wire Wire Line + 8900 3250 9350 3250 +Wire Wire Line + 8900 3150 9350 3150 +Text Label 9000 5650 0 60 ~ 0 +TVB7 +Text Label 9000 5550 0 60 ~ 0 +TVB6 +Text Label 9000 5450 0 60 ~ 0 +TVB5 +Text Label 9000 5350 0 60 ~ 0 +TVB4 +Text Label 9000 5250 0 60 ~ 0 +TVB3 +Text Label 9000 5150 0 60 ~ 0 +TVB2 +Text Label 9000 5050 0 60 ~ 0 +TVB1 +Text Label 9000 4950 0 60 ~ 0 +TVB0 +Text Label 9000 4750 0 60 ~ 0 +TVG7 +Text Label 9000 4650 0 60 ~ 0 +TVG6 +Text Label 9000 4550 0 60 ~ 0 +TVG5 +Text Label 9000 4450 0 60 ~ 0 +TVG4 +Text Label 9000 4350 0 60 ~ 0 +TVG3 +Text Label 9000 4250 0 60 ~ 0 +TVG2 +Text Label 9000 4150 0 60 ~ 0 +TVG1 +Text Label 9000 4050 0 60 ~ 0 +TVG0 +Text Label 9000 3850 0 60 ~ 0 +TVR7 +Text Label 9000 3750 0 60 ~ 0 +TVR6 +Text Label 9000 3650 0 60 ~ 0 +TVR5 +Text Label 9000 3550 0 60 ~ 0 +TVR4 +Text Label 9000 3450 0 60 ~ 0 +TVR3 +Text Label 9000 3350 0 60 ~ 0 +TVR2 +Text Label 9000 3250 0 60 ~ 0 +TVR1 +Text Label 9000 3150 0 60 ~ 0 +TVR0 +Wire Wire Line + 6550 7500 7000 7500 +Wire Wire Line + 6550 7400 7000 7400 +Wire Wire Line + 6550 7300 7000 7300 +Wire Wire Line + 6550 7200 7000 7200 +Wire Wire Line + 6550 7100 7000 7100 +Wire Wire Line + 6550 7000 7000 7000 +Wire Wire Line + 6550 6900 7000 6900 +Wire Wire Line + 6550 6800 7000 6800 +Wire Wire Line + 6550 6600 7000 6600 +Wire Wire Line + 6550 6500 7000 6500 +Wire Wire Line + 6550 6400 7000 6400 +Wire Wire Line + 6550 6300 7000 6300 +Wire Wire Line + 6550 6200 7000 6200 +Wire Wire Line + 6550 6100 7000 6100 +Wire Wire Line + 6550 6000 7000 6000 +Wire Wire Line + 6550 5900 7000 5900 +Wire Wire Line + 6550 5700 7000 5700 +Wire Wire Line + 6550 5600 7000 5600 +Wire Wire Line + 6550 5500 7000 5500 +Wire Wire Line + 6550 5400 7000 5400 +Wire Wire Line + 6550 5300 7000 5300 +Wire Wire Line + 6550 5200 7000 5200 +Wire Wire Line + 6550 5100 7000 5100 +Wire Wire Line + 6550 5000 7000 5000 +Text Label 6650 7500 0 60 ~ 0 +TVB7 +Text Label 6650 7400 0 60 ~ 0 +TVB6 +Text Label 6650 7300 0 60 ~ 0 +TVB5 +Text Label 6650 7200 0 60 ~ 0 +TVB4 +Text Label 6650 7100 0 60 ~ 0 +TVB3 +Text Label 6650 7000 0 60 ~ 0 +TVB2 +Text Label 6650 6900 0 60 ~ 0 +TVB1 +Text Label 6650 6800 0 60 ~ 0 +TVB0 +Text Label 6650 6600 0 60 ~ 0 +TVG7 +Text Label 6650 6500 0 60 ~ 0 +TVG6 +Text Label 6650 6400 0 60 ~ 0 +TVG5 +Text Label 6650 6300 0 60 ~ 0 +TVG4 +Text Label 6650 6200 0 60 ~ 0 +TVG3 +Text Label 6650 6100 0 60 ~ 0 +TVG2 +Text Label 6650 6000 0 60 ~ 0 +TVG1 +Text Label 6650 5900 0 60 ~ 0 +TVG0 +Text Label 6650 5700 0 60 ~ 0 +TVR7 +Text Label 6650 5600 0 60 ~ 0 +TVR6 +Text Label 6650 5500 0 60 ~ 0 +TVR5 +Text Label 6650 5400 0 60 ~ 0 +TVR4 +Text Label 6650 5300 0 60 ~ 0 +TVR3 +Text Label 6650 5200 0 60 ~ 0 +TVR2 +Text Label 6650 5100 0 60 ~ 0 +TVR1 +Text Label 6650 5000 0 60 ~ 0 +TVR0 +Text HLabel 6550 2700 2 60 Output ~ 0 +CSYNCIN- +Text HLabel 6650 4600 2 60 Input ~ 0 +CLKCAD +Wire Wire Line + 6650 4600 6550 4600 +$Comp +L GND #GND0165 +U 1 1 A458682C +P 12850 4250 +F 0 "#GND0165" H 12850 4350 60 0001 C CNN +F 1 "GND" H 12850 4150 60 0001 C CNN +F 2 "" H 12850 4250 60 0001 C CNN +F 3 "" H 12850 4250 60 0001 C CNN + 1 12850 4250 + 0 -1 -1 0 +$EndComp +$Comp +L R R8 +U 1 1 A4586827 +P 12550 4250 +F 0 "R8" V 12630 4250 50 0000 C CNN +F 1 "150" V 12550 4250 50 0000 C CNN +F 2 "lib_smd:SM1206" H 12550 4250 60 0001 C CNN +F 3 "" H 12550 4250 60 0001 C CNN + 1 12550 4250 + 0 -1 -1 0 +$EndComp +Connection ~ 12150 4250 +Wire Wire Line + 11350 4250 12300 4250 +Wire Wire Line + 12150 2800 12150 4250 +Wire Wire Line + 11450 4650 11350 4650 +Text HLabel 1500 1250 0 60 3State ~ 0 +DPC[0..7] +Text HLabel 1500 1350 0 60 Input ~ 0 +PCA[0..2] +$Comp +L GND #GND0166 +U 1 1 32FA0485 +P 5650 8250 +F 0 "#GND0166" H 5650 8250 40 0001 C CNN +F 1 "GND" H 5650 8180 40 0001 C CNN +F 2 "" H 5650 8250 60 0001 C CNN +F 3 "" H 5650 8250 60 0001 C CNN + 1 5650 8250 + 1 0 0 -1 +$EndComp +Text HLabel 1500 1050 0 60 3State ~ 0 +TVB[0..7] +Text HLabel 1500 950 0 60 3State ~ 0 +TVG[0..7] +Text HLabel 1500 850 0 60 3State ~ 0 +TVR[0..7] +Text HLabel 11400 5450 2 60 Input ~ 0 +CSYNCOUT- +Text HLabel 11400 5650 2 60 Input ~ 0 +BLANK- +Text HLabel 11400 5850 2 60 Input ~ 0 +CLKCDA +Text HLabel 6650 4000 2 60 Input ~ 0 +CLAMP +NoConn ~ 11350 6550 +NoConn ~ 11350 7050 +NoConn ~ 11350 6950 +Wire Wire Line + 13150 3850 13150 3250 +Wire Wire Line + 11350 3850 13450 3850 +Wire Wire Line + 12900 3650 12900 3250 +Wire Wire Line + 11350 3650 13450 3650 +$Comp +L GND #GND0167 +U 1 1 32F9F3E8 +P 10450 8250 +F 0 "#GND0167" H 10450 8250 40 0001 C CNN +F 1 "GND" H 10450 8180 40 0001 C CNN +F 2 "" H 10450 8250 60 0001 C CNN +F 3 "" H 10450 8250 60 0001 C CNN + 1 10450 8250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1700 6200 1800 6200 +Wire Wire Line + 3800 2100 4450 2100 +Wire Wire Line + 4450 2100 4450 2700 +Wire Wire Line + 4350 2900 4450 2900 +Wire Wire Line + 4350 2800 4450 2800 +Connection ~ 6550 4700 +Wire Wire Line + 6550 4600 6550 4800 +Wire Wire Line + 6550 3700 6550 3800 +Wire Wire Line + 6550 3400 6550 3500 +Wire Wire Line + 6550 3100 6550 3200 +Connection ~ 6550 4300 +Wire Wire Line + 6550 4200 6550 4400 +Wire Wire Line + 6550 4400 6650 4400 +NoConn ~ 4450 5400 +NoConn ~ 4450 5300 +NoConn ~ 4450 5200 +NoConn ~ 4450 5100 +Connection ~ 4450 4300 +Connection ~ 4450 3900 +Wire Wire Line + 4450 4200 4450 4400 +Wire Wire Line + 4450 3800 4450 4000 +Text HLabel 9300 7250 0 60 Input ~ 0 +WRCDA- +Text HLabel 9300 7150 0 60 Input ~ 0 +RDCDA- +Connection ~ 10250 2750 +Connection ~ 10150 2750 +Wire Wire Line + 4050 7200 4450 7200 +Text HLabel 4450 6800 0 60 Input ~ 0 +WRCAD- +Text HLabel 4450 6700 0 60 Input ~ 0 +RDCAD- +$Comp +L BT473 U9 +U 1 1 32F9E902 +P 10350 5450 +F 0 "U9" H 10350 5550 70 0000 C CNN +F 1 "BT473" H 10350 5350 70 0000 C CNN +F 2 "footprints:PLCC68" H 10350 5450 60 0001 C CNN +F 3 "" H 10350 5450 60 0001 C CNN + 1 10350 5450 + 1 0 0 -1 +$EndComp +$Comp +L BT253 U8 +U 1 1 32F9E7F1 +P 5500 5200 +F 0 "U8" H 5500 5300 70 0000 C CNN +F 1 "BT253" H 5500 5100 70 0000 C CNN +F 2 "footprints:PLCC84" H 5500 5200 60 0001 C CNN +F 3 "" H 5500 5200 60 0001 C CNN + 1 5500 5200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3800 2000 3800 2200 +Wire Wire Line + 3800 2800 3800 2600 +Wire Wire Line + 3750 2800 3850 2800 +Wire Wire Line + 2750 6200 3000 6200 +Wire Wire Line + 2300 6200 2350 6200 +Wire Wire Line + 2750 5400 2900 5400 +Wire Wire Line + 2300 5400 2350 5400 +Wire Wire Line + 2300 4600 2350 4600 +Wire Wire Line + 2750 4600 4450 4600 +Wire Wire Line + 1700 5400 1800 5400 +Wire Wire Line + 1700 4600 1800 4600 +$Comp +L R R42 +U 1 1 84DFB9D2 +P 12600 3000 +F 0 "R42" H 12500 3200 50 0000 C CNN +F 1 "75" V 12600 3000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 12600 3000 60 0001 C CNN +F 3 "" H 12600 3000 60 0001 C CNN + 1 12600 3000 + 1 0 0 -1 +$EndComp +$Comp +L R R43 +U 1 1 84DFB9D7 +P 12900 3000 +F 0 "R43" H 12800 3200 50 0000 C CNN +F 1 "75" V 12900 3000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 12900 3000 60 0001 C CNN +F 3 "" H 12900 3000 60 0001 C CNN + 1 12900 3000 + 1 0 0 -1 +$EndComp +$Comp +L R R44 +U 1 1 84DFB9DC +P 13150 3000 +F 0 "R44" H 13050 3200 50 0000 C CNN +F 1 "75" V 13150 3000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 13150 3000 60 0001 C CNN +F 3 "" H 13150 3000 60 0001 C CNN + 1 13150 3000 + 1 0 0 -1 +$EndComp +$Comp +L C C33 +U 1 1 84DFBA31 +P 9350 2500 +F 0 "C33" H 9500 2600 50 0000 C CNN +F 1 "100nF" H 9500 2400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9350 2500 60 0001 C CNN +F 3 "" H 9350 2500 60 0001 C CNN + 1 9350 2500 + 1 0 0 -1 +$EndComp +$Comp +L C C34 +U 1 1 84DFBA36 +P 11650 2600 +F 0 "C34" H 11800 2700 50 0000 C CNN +F 1 "100nF" H 11800 2500 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11650 2600 60 0001 C CNN +F 3 "" H 11650 2600 60 0001 C CNN + 1 11650 2600 + 1 0 0 -1 +$EndComp +$Comp +L CP C42 +U 1 1 84DFBAEF +P 12150 2600 +F 0 "C42" H 12300 2700 50 0000 C CNN +F 1 "2.2uF" H 12300 2500 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 12150 2600 60 0001 C CNN +F 3 "" H 12150 2600 60 0001 C CNN + 1 12150 2600 + 1 0 0 -1 +$EndComp +$Comp +L C C35 +U 1 1 84DFBB21 +P 11450 3100 +F 0 "C35" H 11600 3200 50 0000 C CNN +F 1 "100nF" H 11600 3000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11450 3100 60 0001 C CNN +F 3 "" H 11450 3100 60 0001 C CNN + 1 11450 3100 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0168 +U 1 1 684863B9 +P 9350 2750 +F 0 "#GND0168" H 9350 2850 60 0001 C CNN +F 1 "GND" H 9350 2650 60 0001 C CNN +F 2 "" H 9350 2750 60 0001 C CNN +F 3 "" H 9350 2750 60 0001 C CNN + 1 9350 2750 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0169 +U 1 1 684863BE +P 9850 2750 +F 0 "#GND0169" H 9850 2850 60 0001 C CNN +F 1 "GND" H 9850 2650 60 0001 C CNN +F 2 "" H 9850 2750 60 0001 C CNN +F 3 "" H 9850 2750 60 0001 C CNN + 1 9850 2750 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0170 +U 1 1 684863C3 +P 12600 2700 +F 0 "#GND0170" H 12600 2800 60 0001 C CNN +F 1 "GND" H 12600 2600 60 0001 C CNN +F 2 "" H 12600 2700 60 0001 C CNN +F 3 "" H 12600 2700 60 0001 C CNN + 1 12600 2700 + -1 0 0 1 +$EndComp +$Comp +L GND #GND0171 +U 1 1 684863C8 +P 12900 2700 +F 0 "#GND0171" H 12900 2800 60 0001 C CNN +F 1 "GND" H 12900 2600 60 0001 C CNN +F 2 "" H 12900 2700 60 0001 C CNN +F 3 "" H 12900 2700 60 0001 C CNN + 1 12900 2700 + -1 0 0 1 +$EndComp +$Comp +L GND #GND0172 +U 1 1 684863CD +P 13150 2700 +F 0 "#GND0172" H 13150 2800 60 0001 C CNN +F 1 "GND" H 13150 2600 60 0001 C CNN +F 2 "" H 13150 2700 60 0001 C CNN +F 3 "" H 13150 2700 60 0001 C CNN + 1 13150 2700 + -1 0 0 1 +$EndComp +$Comp +L GND #GND0173 +U 1 1 A44C032A +P 6650 4400 +F 0 "#GND0173" H 6650 4500 60 0001 C CNN +F 1 "GND" H 6650 4300 60 0000 C CNN +F 2 "" H 6650 4400 60 0001 C CNN +F 3 "" H 6650 4400 60 0001 C CNN + 1 6650 4400 + 0 -1 -1 0 +$EndComp +$Comp +L R R47 +U 1 1 A44C0348 +P 2050 5000 +F 0 "R47" V 2130 5000 50 0000 C CNN +F 1 "75" V 2050 5000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2050 5000 60 0001 C CNN +F 3 "" H 2050 5000 60 0001 C CNN + 1 2050 5000 + 0 -1 -1 0 +$EndComp +$Comp +L R R45 +U 1 1 A44C032F +P 2050 5800 +F 0 "R45" V 2130 5800 50 0000 C CNN +F 1 "75" V 2050 5800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2050 5800 60 0001 C CNN +F 3 "" H 2050 5800 60 0001 C CNN + 1 2050 5800 + 0 -1 -1 0 +$EndComp +$Comp +L R R46 +U 1 1 A44C0339 +P 2050 6600 +F 0 "R46" V 2130 6600 50 0000 C CNN +F 1 "75" V 2050 6600 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2050 6600 60 0001 C CNN +F 3 "" H 2050 6600 60 0001 C CNN + 1 2050 6600 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0174 +U 1 1 A44C0393 +P 2350 5000 +F 0 "#GND0174" H 2350 5100 60 0001 C CNN +F 1 "GND" H 2350 4900 60 0001 C CNN +F 2 "" H 2350 5000 60 0001 C CNN +F 3 "" H 2350 5000 60 0001 C CNN + 1 2350 5000 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0175 +U 1 1 A44C0398 +P 2350 5800 +F 0 "#GND0175" H 2350 5900 60 0001 C CNN +F 1 "GND" H 2350 5700 60 0001 C CNN +F 2 "" H 2350 5800 60 0001 C CNN +F 3 "" H 2350 5800 60 0001 C CNN + 1 2350 5800 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0176 +U 1 1 A44C039D +P 2350 6600 +F 0 "#GND0176" H 2350 6700 60 0001 C CNN +F 1 "GND" H 2350 6500 60 0001 C CNN +F 2 "" H 2350 6600 60 0001 C CNN +F 3 "" H 2350 6600 60 0001 C CNN + 1 2350 6600 + 0 -1 -1 0 +$EndComp +$Comp +L R R38 +U 1 1 A44C03AC +P 4100 2900 +F 0 "R38" V 4180 2900 50 0000 C CNN +F 1 "510" V 4100 2900 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4100 2900 60 0001 C CNN +F 3 "" H 4100 2900 60 0001 C CNN + 1 4100 2900 + 0 1 1 0 +$EndComp +$Comp +L GND #GND0177 +U 1 1 A44C03B1 +P 3800 2900 +F 0 "#GND0177" H 3800 3000 60 0001 C CNN +F 1 "GND" H 3800 2800 60 0001 C CNN +F 2 "" H 3800 2900 60 0001 C CNN +F 3 "" H 3800 2900 60 0001 C CNN + 1 3800 2900 + 0 1 1 0 +$EndComp +$Comp +L GND #GND0178 +U 1 1 A44D982F +P 3800 1450 +F 0 "#GND0178" H 3800 1550 60 0001 C CNN +F 1 "GND" H 3800 1350 60 0001 C CNN +F 2 "" H 3800 1450 60 0001 C CNN +F 3 "" H 3800 1450 60 0001 C CNN + 1 3800 1450 + -1 0 0 1 +$EndComp +$Comp +L R R15 +U 1 1 A44D982A +P 3800 1750 +F 0 "R15" V 3880 1750 50 0000 C CNN +F 1 "1M" V 3800 1750 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3800 1750 60 0001 C CNN +F 3 "" H 3800 1750 60 0001 C CNN + 1 3800 1750 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND0179 +U 1 1 A44D9852 +P 3300 2800 +F 0 "#GND0179" H 3300 2900 60 0001 C CNN +F 1 "GND" H 3300 2700 60 0001 C CNN +F 2 "" H 3300 2800 60 0001 C CNN +F 3 "" H 3300 2800 60 0001 C CNN + 1 3300 2800 + 0 1 1 0 +$EndComp +$Comp +L C C36 +U 1 1 A44D9848 +P 3800 2400 +F 0 "C36" H 3950 2500 50 0000 C CNN +F 1 "100nF" H 3950 2300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3800 2400 60 0001 C CNN +F 3 "" H 3800 2400 60 0001 C CNN + 1 3800 2400 + 1 0 0 -1 +$EndComp +$Comp +L R R36 +U 1 1 A44D9843 +P 4100 2800 +F 0 "R36" V 4180 2800 50 0000 C CNN +F 1 "470" V 4100 2800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4100 2800 60 0001 C CNN +F 3 "" H 4100 2800 60 0001 C CNN + 1 4100 2800 + 0 -1 -1 0 +$EndComp +$Comp +L C C37 +U 1 1 A44D984D +P 3550 2800 +F 0 "C37" V 3800 2800 50 0000 C CNN +F 1 "100pF" V 3700 2800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3550 2800 60 0001 C CNN +F 3 "" H 3550 2800 60 0001 C CNN + 1 3550 2800 + 0 -1 -1 0 +$EndComp +$Comp +L R R24 +U 1 1 A44C034D +P 2050 4600 +F 0 "R24" V 2130 4600 50 0000 C CNN +F 1 "220" V 2050 4600 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2050 4600 60 0001 C CNN +F 3 "" H 2050 4600 60 0001 C CNN + 1 2050 4600 + 0 -1 -1 0 +$EndComp +$Comp +L R R23 +U 1 1 A44C0343 +P 2050 5400 +F 0 "R23" V 2130 5400 50 0000 C CNN +F 1 "220" V 2050 5400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2050 5400 60 0001 C CNN +F 3 "" H 2050 5400 60 0001 C CNN + 1 2050 5400 + 0 -1 -1 0 +$EndComp +$Comp +L R R22 +U 1 1 A44C0334 +P 2050 6200 +F 0 "R22" V 2130 6200 50 0000 C CNN +F 1 "220" V 2050 6200 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2050 6200 60 0001 C CNN +F 3 "" H 2050 6200 60 0001 C CNN + 1 2050 6200 + 0 -1 -1 0 +$EndComp +$Comp +L C C39 +U 1 1 A44C037F +P 2550 4600 +F 0 "C39" V 2400 4600 50 0000 C CNN +F 1 "1uF" V 2700 4600 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 2550 4600 60 0001 C CNN +F 3 "" H 2550 4600 60 0001 C CNN + 1 2550 4600 + 0 1 1 0 +$EndComp +$Comp +L C C40 +U 1 1 A44C0384 +P 2550 5400 +F 0 "C40" V 2400 5400 50 0000 C CNN +F 1 "1uF" V 2700 5400 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 2550 5400 60 0001 C CNN +F 3 "" H 2550 5400 60 0001 C CNN + 1 2550 5400 + 0 1 1 0 +$EndComp +$Comp +L C C41 +U 1 1 A44C0389 +P 2550 6200 +F 0 "C41" V 2400 6200 50 0000 C CNN +F 1 "1uF" V 2700 6200 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 2550 6200 60 0001 C CNN +F 3 "" H 2550 6200 60 0001 C CNN + 1 2550 6200 + 0 1 1 0 +$EndComp +$Comp +L GND #GND0180 +U 1 1 26FC0C80 +P 6400 2200 +F 0 "#GND0180" H 6400 2300 60 0001 C CNN +F 1 "GND" H 6400 2100 60 0001 C CNN +F 2 "" H 6400 2200 60 0001 C CNN +F 3 "" H 6400 2200 60 0001 C CNN + 1 6400 2200 + 0 -1 -1 0 +$EndComp +$Comp +L CP C52 +U 1 1 84DFB9B9 +P 6150 2200 +F 0 "C52" V 6300 2200 50 0000 C CNN +F 1 "22uF" V 6000 2200 50 0000 C CNN +F 2 "lib_smd:SM1206" H 6150 2200 60 0001 C CNN +F 3 "" H 6150 2200 60 0001 C CNN + 1 6150 2200 + 0 -1 -1 0 +$EndComp +$Comp +L CP C51 +U 1 1 28ED6A43 +P 9850 2500 +F 0 "C51" H 10000 2600 50 0000 C CNN +F 1 "22uF" H 10000 2400 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 9850 2500 60 0001 C CNN +F 3 "" H 9850 2500 60 0001 C CNN + 1 9850 2500 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L5 +U 1 1 84DFBB99 +P 12150 1800 +F 0 "L5" H 12350 1850 50 0000 C CNN +F 1 "22uH" H 12350 1750 50 0000 C CNN +F 2 "lib_smd:SM1812" H 12150 1800 60 0001 C CNN +F 3 "" H 12150 1800 60 0001 C CNN + 1 12150 1800 + 1 0 0 -1 +$EndComp +$Comp +L R R37 +U 1 1 5D7688E4 +P 3700 3100 +F 0 "R37" V 3780 3100 50 0000 C CNN +F 1 "510" V 3700 3100 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3700 3100 60 0001 C CNN +F 3 "" H 3700 3100 60 0001 C CNN + 1 3700 3100 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND0181 +U 1 1 5D7688FD +P 3400 3100 +F 0 "#GND0181" H 3400 3200 60 0001 C CNN +F 1 "GND" H 3400 3000 60 0001 C CNN +F 2 "" H 3400 3100 60 0001 C CNN +F 3 "" H 3400 3100 60 0001 C CNN + 1 3400 3100 + 0 1 1 0 +$EndComp +Text Label 10550 2200 0 60 ~ 0 +VAA +Text HLabel 13450 3450 2 60 Output ~ 0 +RED +Text HLabel 13450 3650 2 60 Output ~ 0 +GREEN +Text HLabel 13450 3850 2 60 Output ~ 0 +BLUE +Text Label 4050 5800 0 60 ~ 0 +DPC0 +Text Label 4050 5900 0 60 ~ 0 +DPC1 +Text Label 4050 6000 0 60 ~ 0 +DPC2 +Text Label 4050 6100 0 60 ~ 0 +DPC3 +Text Label 4050 6200 0 60 ~ 0 +DPC4 +Text Label 4050 6300 0 60 ~ 0 +DPC5 +Text Label 4050 6400 0 60 ~ 0 +DPC6 +Text Label 4050 6500 0 60 ~ 0 +DPC7 +Text Label 8950 5850 0 60 ~ 0 +DPC0 +Text Label 8950 5950 0 60 ~ 0 +DPC1 +Text Label 8950 6050 0 60 ~ 0 +DPC2 +Text Label 8950 6150 0 60 ~ 0 +DPC3 +Text Label 8950 6250 0 60 ~ 0 +DPC4 +Text Label 8950 6350 0 60 ~ 0 +DPC5 +Text Label 8950 6450 0 60 ~ 0 +DPC6 +Text Label 8950 6550 0 60 ~ 0 +DPC7 +Text Label 4000 3100 0 60 ~ 0 +REF+ +$Comp +L VCC #VCC0182 +U 1 1 4BF036B4 +P 12150 1450 +F 0 "#VCC0182" H 12150 1650 40 0001 C CNN +F 1 "VCC" H 12150 1600 40 0000 C CNN +F 2 "" H 12150 1450 60 0001 C CNN +F 3 "" H 12150 1450 60 0001 C CNN + 1 12150 1450 + 1 0 0 -1 +$EndComp +Connection ~ 9850 2200 +Connection ~ 10550 2200 +Connection ~ 11450 2200 +Connection ~ 11650 2200 +Connection ~ 10350 2750 +Connection ~ 10450 2750 +Connection ~ 12600 3450 +Connection ~ 12900 3650 +Connection ~ 13150 3850 +Wire Wire Line + 5350 2200 5950 2200 +Wire Wire Line + 9350 2200 12150 2200 +Wire Wire Line + 10050 2750 10550 2750 +Wire Wire Line + 11350 3450 13450 3450 +Wire Wire Line + 3950 3100 4450 3100 +Wire Wire Line + 4450 4700 2900 4700 +Wire Wire Line + 8950 5850 9350 5850 +Wire Wire Line + 4450 4800 3000 4800 +Wire Wire Line + 8950 5950 9350 5950 +Wire Wire Line + 8950 6050 9350 6050 +Wire Wire Line + 8950 6150 9350 6150 +Wire Wire Line + 4050 5800 4450 5800 +Wire Wire Line + 8950 6250 9350 6250 +Wire Wire Line + 4050 5900 4450 5900 +Wire Wire Line + 8950 6350 9350 6350 +Wire Wire Line + 4050 6000 4450 6000 +Wire Wire Line + 8950 6450 9350 6450 +Wire Wire Line + 4050 6100 4450 6100 +Wire Wire Line + 8950 6550 9350 6550 +Wire Wire Line + 4050 6200 4450 6200 +Wire Wire Line + 4050 6300 4450 6300 +Wire Wire Line + 8950 6750 9350 6750 +Wire Wire Line + 4050 6400 4450 6400 +Wire Wire Line + 8950 6850 9350 6850 +Wire Wire Line + 4050 6500 4450 6500 +Wire Wire Line + 8950 6950 9350 6950 +Wire Wire Line + 4050 7000 4450 7000 +Wire Wire Line + 4050 7100 4450 7100 +Wire Wire Line + 2900 4700 2900 5400 +Wire Wire Line + 3000 4800 3000 6200 +Wire Wire Line + 10550 2750 10550 2200 +Wire Wire Line + 12600 3250 12600 3450 +Wire Wire Line + 1750 5400 1750 5800 +Wire Wire Line + 1750 5800 1800 5800 +Connection ~ 1750 5400 +Wire Wire Line + 1750 6200 1750 6600 +Wire Wire Line + 1750 6600 1800 6600 +Connection ~ 1750 6200 +Wire Wire Line + 1750 4600 1750 5000 +Wire Wire Line + 1750 5000 1800 5000 +Connection ~ 1750 4600 +Connection ~ 3800 2100 +Connection ~ 3800 2800 +Connection ~ 6550 4600 +Connection ~ 6550 4400 +Connection ~ 6550 4000 +Wire Wire Line + 12150 2100 12150 2400 +Connection ~ 12150 2200 +Wire Wire Line + 11450 2200 11450 2900 +Wire Wire Line + 11650 2900 12150 2900 +Connection ~ 12150 2900 +Wire Wire Line + 13150 2750 13150 2700 +Wire Wire Line + 12900 2700 12900 2750 +Wire Wire Line + 12600 2750 12600 2700 +Wire Wire Line + 11650 2800 11650 2900 +Wire Wire Line + 11650 2200 11650 2400 +Wire Wire Line + 9850 2300 9850 2200 +Wire Wire Line + 9850 2750 9850 2700 +Wire Wire Line + 9350 2300 9350 2200 +Wire Wire Line + 9350 2700 9350 2750 +Wire Wire Line + 12850 4250 12800 4250 +Wire Wire Line + 12050 5050 12000 5050 +Wire Wire Line + 11400 5650 11350 5650 +Wire Wire Line + 11400 5450 11350 5450 +Wire Wire Line + 11400 5850 11350 5850 +Wire Wire Line + 10450 8150 10450 8250 +Wire Wire Line + 10150 8200 10450 8200 +Wire Wire Line + 10350 8200 10350 8150 +Connection ~ 10450 8200 +Wire Wire Line + 10250 8200 10250 8150 +Connection ~ 10350 8200 +Wire Wire Line + 10150 8200 10150 8150 +Connection ~ 10250 8200 +Wire Wire Line + 9300 7650 9300 7800 +Wire Wire Line + 9300 7650 9350 7650 +Wire Wire Line + 9350 7750 9300 7750 +Connection ~ 9300 7750 +Wire Wire Line + 9300 7150 9350 7150 +Wire Wire Line + 9350 7250 9300 7250 +Wire Wire Line + 5650 8100 5650 8250 +Wire Wire Line + 5350 8150 5650 8150 +Wire Wire Line + 5350 8150 5350 8100 +Connection ~ 5650 8150 +Wire Wire Line + 5450 8100 5450 8150 +Connection ~ 5450 8150 +Wire Wire Line + 5550 8100 5550 8150 +Connection ~ 5550 8150 +Wire Wire Line + 2300 6600 2350 6600 +Wire Wire Line + 2350 5800 2300 5800 +Wire Wire Line + 2350 5000 2300 5000 +Wire Wire Line + 3400 3100 3450 3100 +Wire Wire Line + 3300 2800 3350 2800 +Wire Wire Line + 3800 2900 3850 2900 +Wire Wire Line + 3800 1500 3800 1450 +Wire Wire Line + 5550 2200 5550 2300 +Connection ~ 5650 2200 +Wire Wire Line + 5450 2200 5450 2300 +Connection ~ 5550 2200 +Wire Wire Line + 5350 2200 5350 2300 +Connection ~ 5450 2200 +Wire Wire Line + 6400 2200 6350 2200 +Wire Wire Line + 12150 1450 12150 1500 +$EndSCHEMATC diff --git a/demos/video/fp-lib-table b/demos/video/fp-lib-table new file mode 100644 index 0000000..6128dc0 --- /dev/null +++ b/demos/video/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name footprints)(type KiCad)(uri ${KIPRJMOD}/libs/footprints.pretty)(options "")(descr "footprints specific to this project")) +) diff --git a/demos/video/graphic.sch b/demos/video/graphic.sch new file mode 100644 index 0000000..15db3a9 --- /dev/null +++ b/demos/video/graphic.sch @@ -0,0 +1,1654 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 5 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "Xilinxs" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text Label 3100 1900 0 60 ~ 0 +DONE +Text Label 3050 2000 0 60 ~ 0 +DIN +Text Label 3000 2200 0 60 ~ 0 +CCLK +Wire Wire Line + 6150 5000 5550 5000 +Text Label 5650 5000 0 60 ~ 0 +RESERV1 +Wire Wire Line + 11900 3900 11300 3900 +Text Label 11400 3900 0 60 ~ 0 +RESERV1 +$Comp +L GND #PWR057 +U 1 1 34E1752B +P 4850 1000 +F 0 "#PWR057" H 4850 1000 40 0001 C CNN +F 1 "GND" H 4850 930 40 0001 C CNN +F 2 "" H 4850 1000 60 0001 C CNN +F 3 "" H 4850 1000 60 0001 C CNN + 1 4850 1000 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P12 +U 1 1 34E1751D +P 4850 800 +F 0 "P12" V 5050 800 50 0000 C CNN +F 1 "CONN_1" V 4950 800 50 0000 C CNN +F 2 "Connect:TESTPOINT" H 4850 800 60 0001 C CNN +F 3 "" H 4850 800 60 0001 C CNN + 1 4850 800 + 0 -1 -1 0 +$EndComp +NoConn ~ 5550 3600 +Wire Wire Line + 5550 2800 6250 2800 +Wire Wire Line + 5550 3400 6250 3400 +Wire Wire Line + 5550 5500 5700 5500 +$Comp +L CONN_1 P9 +U 1 1 34E1718B +P 5850 5500 +F 0 "P9" H 5850 5400 50 0000 C CNN +F 1 "CONN_1" H 5850 5300 50 0000 C CNN +F 2 "Connect:PINTST" H 5850 5500 60 0001 C CNN +F 3 "" H 5850 5500 60 0001 C CNN + 1 5850 5500 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P11 +U 1 1 4BF036DA +P 6400 3400 +F 0 "P11" H 6400 3550 50 0000 C CNN +F 1 "CONN_1" H 6400 3450 50 0000 C CNN +F 2 "Connect:PINTST" H 6400 3400 60 0001 C CNN +F 3 "" H 6400 3400 60 0001 C CNN + 1 6400 3400 + 1 0 0 -1 +$EndComp +$Comp +L CONN_1 P10 +U 1 1 4BF036D9 +P 6400 2800 +F 0 "P10" H 6400 2950 50 0000 C CNN +F 1 "CONN_1" H 6400 2850 50 0000 C CNN +F 2 "Connect:PINTST" H 6400 2800 60 0001 C CNN +F 3 "" H 6400 2800 60 0001 C CNN + 1 6400 2800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 11250 4000 11900 4000 +Text HLabel 11250 4000 0 60 Output ~ 0 +ACQ_ON +Wire Wire Line + 14100 5600 14600 5600 +NoConn ~ 14100 8200 +Wire Wire Line + 8200 5500 6700 5500 +Connection ~ 8200 5500 +Text Label 5600 3500 0 60 ~ 0 +LED +Wire Wire Line + 5550 3500 5850 3500 +NoConn ~ 5550 1900 +NoConn ~ 5550 1800 +NoConn ~ 5550 1500 +NoConn ~ 5550 5800 +NoConn ~ 5550 5700 +NoConn ~ 5550 5100 +NoConn ~ 5550 4900 +NoConn ~ 5550 4700 +NoConn ~ 5550 4300 +NoConn ~ 5550 1700 +Wire Wire Line + 6700 5500 6700 5400 +$Comp +L XC4005-PQ100 U23 +U 1 1 33BA5628 +P 4500 3700 +F 0 "U23" H 4500 3800 70 0000 C CNN +F 1 "XC4003/PQ100" H 4500 3600 70 0000 C CNN +F 2 "lib_smd:PQFP100" H 4500 3700 60 0001 C CNN +F 3 "" H 4500 3700 60 0001 C CNN + 1 4500 3700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5950 1600 5550 1600 +Wire Wire Line + 3450 4500 2900 4500 +Wire Wire Line + 14550 3700 14100 3700 +Text Label 14200 3700 0 60 ~ 0 +SYSRST- +Wire Wire Line + 14100 4700 14550 4700 +Wire Wire Line + 14100 8700 14750 8700 +Wire Wire Line + 14650 3500 14100 3500 +Wire Wire Line + 14650 3400 14100 3400 +Text Label 14200 4700 0 60 ~ 0 +SELECT- +Wire Wire Line + 14550 4100 14100 4100 +Wire Wire Line + 14550 4000 14100 4000 +Wire Wire Line + 14550 3900 14100 3900 +Wire Wire Line + 14550 3800 14100 3800 +Text Label 14200 3800 0 60 ~ 0 +BE-3 +Text Label 14200 3900 0 60 ~ 0 +BE-2 +Text Label 14200 4000 0 60 ~ 0 +BE-1 +Text Label 14200 4100 0 60 ~ 0 +BE-0 +Text Label 14200 3400 0 60 ~ 0 +PTNUM1 +Text Label 14200 3500 0 60 ~ 0 +PTNUM0 +Wire Wire Line + 14650 3300 14100 3300 +Wire Wire Line + 14650 3200 14100 3200 +Wire Wire Line + 14650 3100 14100 3100 +Wire Wire Line + 14650 3000 14100 3000 +Text Label 14200 3300 0 60 ~ 0 +PTBE-3 +Text Label 14200 3200 0 60 ~ 0 +PTBE-2 +Text Label 14200 3100 0 60 ~ 0 +PTBE-1 +Text Label 14200 3000 0 60 ~ 0 +PTBE-0 +Text HLabel 15050 2300 2 60 Output ~ 0 +TVI[0..1] +Wire Wire Line + 11300 4200 11900 4200 +Wire Wire Line + 11300 3600 11900 3600 +Wire Wire Line + 6700 5400 5550 5400 +Wire Wire Line + 5550 5300 6700 5300 +Text Label 5600 5300 0 60 ~ 0 +CLK10MHz +Text Label 11500 4900 0 60 ~ 0 +PTWR +Wire Wire Line + 11900 4900 11450 4900 +Wire Wire Line + 11900 4800 11450 4800 +Text HLabel 11450 4800 0 60 BiDi ~ 0 +X_IRQ +Wire Wire Line + 14100 3600 14700 3600 +Text HLabel 14700 3600 2 60 Input ~ 0 +IRQ- +Wire Wire Line + 14100 4800 14700 4800 +Text HLabel 14700 4800 2 60 BiDi ~ 0 +IRQ_SLR +Wire Wire Line + 11900 4500 11300 4500 +Wire Wire Line + 11900 5100 11450 5100 +Wire Wire Line + 11900 4400 11300 4400 +Wire Wire Line + 11900 4300 11300 4300 +Text Label 11350 4500 0 60 ~ 0 +PTBURST- +Text Label 11350 4400 0 60 ~ 0 +PTATN- +Text Label 11350 4300 0 60 ~ 0 +PTRDY- +Text Label 11450 5100 0 60 ~ 0 +PTADR- +Wire Wire Line + 5100 10700 5100 10650 +Wire Wire Line + 5450 10700 5450 10650 +Wire Wire Line + 5800 10700 5800 10650 +Wire Wire Line + 6150 10700 6150 10650 +Wire Wire Line + 2750 10700 6150 10700 +Wire Wire Line + 5100 10200 5100 10250 +Wire Wire Line + 5450 10200 5450 10250 +Wire Wire Line + 5800 10200 5800 10250 +Wire Wire Line + 6150 10200 6150 10250 +Wire Wire Line + 2750 10200 6150 10200 +Connection ~ 5800 10200 +Connection ~ 5450 10200 +Connection ~ 4550 10200 +Connection ~ 5100 10200 +Connection ~ 5800 10700 +Connection ~ 5450 10700 +Connection ~ 5100 10700 +Connection ~ 4550 10700 +$Comp +L C C73 +U 1 1 33AFD8EF +P 6150 10450 +F 0 "C73" H 6300 10550 50 0000 C CNN +F 1 "100nF" H 6300 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 6150 10450 60 0001 C CNN +F 3 "" H 6150 10450 60 0001 C CNN + 1 6150 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C72 +U 1 1 33AFD8ED +P 5800 10450 +F 0 "C72" H 5950 10550 50 0000 C CNN +F 1 "100nF" H 5950 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5800 10450 60 0001 C CNN +F 3 "" H 5800 10450 60 0001 C CNN + 1 5800 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C71 +U 1 1 33AFD8E9 +P 5450 10450 +F 0 "C71" H 5600 10550 50 0000 C CNN +F 1 "100nF" H 5600 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5450 10450 60 0001 C CNN +F 3 "" H 5450 10450 60 0001 C CNN + 1 5450 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C70 +U 1 1 33AFD8AF +P 5100 10450 +F 0 "C70" H 5250 10550 50 0000 C CNN +F 1 "100nF" H 5250 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5100 10450 60 0001 C CNN +F 3 "" H 5100 10450 60 0001 C CNN + 1 5100 10450 + 1 0 0 -1 +$EndComp +Text Label 14200 4600 0 60 ~ 0 +ADR2 +Text Label 14200 4500 0 60 ~ 0 +ADR3 +Text Label 14200 4400 0 60 ~ 0 +ADR4 +Text Label 14200 4300 0 60 ~ 0 +ADR5 +Text Label 14200 4200 0 60 ~ 0 +ADR6 +Text HLabel 15050 2150 2 60 Output ~ 0 +PCA[0..2] +Wire Wire Line + 5550 4400 5950 4400 +Wire Wire Line + 5550 4500 5950 4500 +Wire Wire Line + 5550 4600 5950 4600 +Text Label 5650 4600 0 60 ~ 0 +PCA2 +Text Label 5650 4500 0 60 ~ 0 +PCA1 +Text Label 5650 4400 0 60 ~ 0 +PCA0 +Wire Wire Line + 14100 6400 14500 6400 +Wire Wire Line + 14100 5800 14500 5800 +Text Label 14150 6400 0 60 ~ 0 +TVI1 +Text Label 14200 6300 0 60 ~ 0 +TVI0 +Wire Wire Line + 14500 6800 14100 6800 +Wire Wire Line + 14500 7100 14100 7100 +Wire Wire Line + 14500 6700 14100 6700 +Wire Wire Line + 14500 7200 14100 7200 +Text Label 14150 6800 0 60 ~ 0 +IOE- +Text Label 14150 7100 0 60 ~ 0 +IWR- +Text Label 14150 6700 0 60 ~ 0 +ICAS- +Text Label 14150 7200 0 60 ~ 0 +IRAS- +Wire Wire Line + 14500 7300 14100 7300 +Wire Wire Line + 14500 7600 14100 7600 +Wire Wire Line + 14500 8400 14100 8400 +Wire Wire Line + 14500 8300 14100 8300 +Wire Wire Line + 14500 8100 14100 8100 +Wire Wire Line + 14500 8000 14100 8000 +Wire Wire Line + 14500 7900 14100 7900 +Wire Wire Line + 14500 7800 14100 7800 +Wire Wire Line + 14500 7700 14100 7700 +Wire Wire Line + 14500 7500 14100 7500 +Text Label 14200 7300 0 60 ~ 0 +IA9 +Text Label 14200 7600 0 60 ~ 0 +IA8 +Text Label 14200 8400 0 60 ~ 0 +IA7 +Text Label 14200 8300 0 60 ~ 0 +IA6 +Text Label 14200 8100 0 60 ~ 0 +IA5 +Text Label 14200 8000 0 60 ~ 0 +IA4 +Text Label 14200 7900 0 60 ~ 0 +IA3 +Text Label 14200 7800 0 60 ~ 0 +IA2 +Text Label 14200 7700 0 60 ~ 0 +IA1 +Text Label 14200 7500 0 60 ~ 0 +IA0 +Wire Wire Line + 14100 6600 14400 6600 +Wire Wire Line + 14100 6500 14400 6500 +Wire Wire Line + 14100 7000 14400 7000 +Wire Wire Line + 14100 6900 14400 6900 +Text Label 14150 6500 0 60 ~ 0 +ID3 +Text Label 14150 6600 0 60 ~ 0 +ID2 +Text Label 14150 7000 0 60 ~ 0 +ID1 +Text Label 14150 6900 0 60 ~ 0 +ID0 +Wire Wire Line + 8700 9400 8300 9400 +Wire Wire Line + 8700 9300 8300 9300 +Wire Wire Line + 8700 9200 8300 9200 +Wire Wire Line + 8700 9100 8300 9100 +Wire Wire Line + 8700 8900 8300 8900 +Wire Wire Line + 8700 8800 8300 8800 +Wire Wire Line + 8700 8700 8300 8700 +Wire Wire Line + 8700 8600 8300 8600 +Wire Wire Line + 8700 8500 8300 8500 +Wire Wire Line + 8700 8400 8300 8400 +Wire Wire Line + 8700 8300 8300 8300 +Wire Wire Line + 8700 8200 8300 8200 +Wire Wire Line + 8700 8100 8300 8100 +Wire Wire Line + 8700 8000 8300 8000 +Wire Wire Line + 10000 8300 10300 8300 +Wire Wire Line + 10000 8200 10300 8200 +Wire Wire Line + 10000 8100 10300 8100 +Wire Wire Line + 10000 8000 10300 8000 +Text Label 10050 8300 0 60 ~ 0 +ID3 +Text Label 10050 8200 0 60 ~ 0 +ID2 +Text Label 10050 8100 0 60 ~ 0 +ID1 +Text Label 10050 8000 0 60 ~ 0 +ID0 +Text Label 8350 9400 0 60 ~ 0 +IOE- +Text Label 8350 9300 0 60 ~ 0 +IWR- +Text Label 8350 9200 0 60 ~ 0 +ICAS- +Text Label 8350 9100 0 60 ~ 0 +IRAS- +Text Label 8400 8900 0 60 ~ 0 +IA9 +Text Label 8400 8800 0 60 ~ 0 +IA8 +Text Label 8400 8700 0 60 ~ 0 +IA7 +Text Label 8400 8600 0 60 ~ 0 +IA6 +Text Label 8400 8500 0 60 ~ 0 +IA5 +Text Label 8400 8400 0 60 ~ 0 +IA4 +Text Label 8400 8300 0 60 ~ 0 +IA3 +Text Label 8400 8200 0 60 ~ 0 +IA2 +Text Label 8400 8100 0 60 ~ 0 +IA1 +Text Label 8400 8000 0 60 ~ 0 +IA0 +$Comp +L 4C4001 U2 +U 1 1 33A805F8 +P 9350 8700 +F 0 "U2" H 9400 8700 70 0000 C CNN +F 1 "4C4001" H 9400 8400 70 0000 C CNN +F 2 "lib_smd:SO28" H 9350 8700 60 0001 C CNN +F 3 "" H 9350 8700 60 0001 C CNN + 1 9350 8700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 11300 7600 11900 7600 +Wire Wire Line + 11300 7800 11900 7800 +Text HLabel 11300 7700 0 60 Output ~ 0 +WRITE_RAM +Text HLabel 11300 7800 0 60 Output ~ 0 +ACCES_RAM- +$Comp +L GND #PWR058 +U 1 1 33A80097 +P 2800 1200 +F 0 "#PWR058" H 2800 1200 40 0001 C CNN +F 1 "GND" H 2800 1130 40 0001 C CNN +F 2 "" H 2800 1200 60 0001 C CNN +F 3 "" H 2800 1200 60 0001 C CNN + 1 2800 1200 + 1 0 0 -1 +$EndComp +NoConn ~ 3450 2100 +Text Label 14300 2900 0 60 ~ 0 +CSIO- +Wire Wire Line + 14100 2900 14700 2900 +Text Label 5750 4800 0 60 ~ 0 +CSIO- +Wire Wire Line + 5550 4800 6150 4800 +Text Label 7250 2850 0 60 ~ 0 +LED +NoConn ~ 3450 2400 +NoConn ~ 3450 2500 +Connection ~ 3450 1500 +Connection ~ 3450 1600 +$Comp +L VCC #PWR059 +U 1 1 33A7E12B +P 4350 1250 +F 0 "#PWR059" H 4350 1450 40 0001 C CNN +F 1 "VCC" H 4350 1400 40 0000 C CNN +F 2 "" H 4350 1250 60 0001 C CNN +F 3 "" H 4350 1250 60 0001 C CNN + 1 4350 1250 + 1 0 0 -1 +$EndComp +$Comp +L GND #PWR060 +U 1 1 33A7E121 +P 3650 1150 +F 0 "#PWR060" H 3650 1150 40 0001 C CNN +F 1 "GND" H 3650 1080 40 0001 C CNN +F 2 "" H 3650 1150 60 0001 C CNN +F 3 "" H 3650 1150 60 0001 C CNN + 1 3650 1150 + 1 0 0 -1 +$EndComp +Connection ~ 3450 1250 +Wire Wire Line + 3800 1250 3450 1250 +Wire Wire Line + 3450 1100 3450 1700 +Wire Wire Line + 2900 1150 2900 2200 +Wire Wire Line + 3000 1150 3000 2000 +Wire Wire Line + 3100 1150 3100 1900 +Wire Wire Line + 3200 1150 3200 1800 +$Comp +L CONN_2 P4 +U 1 1 33A7E0C8 +P 3550 750 +F 0 "P4" V 3500 750 40 0000 C CNN +F 1 "CONN_2" V 3600 750 40 0000 C CNN +F 2 "Connect:SIL-2" H 3550 750 60 0001 C CNN +F 3 "" H 3550 750 60 0001 C CNN + 1 3550 750 + 0 -1 -1 0 +$EndComp +$Comp +L R R48 +U 1 1 33A7E0B2 +P 4050 1250 +F 0 "R48" V 4130 1250 50 0000 C CNN +F 1 "10K" V 4050 1250 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4050 1250 60 0001 C CNN +F 3 "" H 4050 1250 60 0001 C CNN +F 4 "~" V 4050 1170 50 0001 C CNN "Champ7" + 1 4050 1250 + 0 1 1 0 +$EndComp +NoConn ~ 2500 1700 +$Comp +L VCC #PWR061 +U 1 1 33A7E07A +P 950 1150 +F 0 "#PWR061" H 950 1350 40 0001 C CNN +F 1 "VCC" H 950 1300 40 0000 C CNN +F 2 "" H 950 1150 60 0001 C CNN +F 3 "" H 950 1150 60 0001 C CNN + 1 950 1150 + 1 0 0 -1 +$EndComp +Connection ~ 2900 2200 +Connection ~ 3000 1400 +Wire Wire Line + 2750 1800 3450 1800 +Wire Wire Line + 1000 1400 800 1400 +Wire Wire Line + 800 1400 800 2200 +Wire Wire Line + 800 2200 3450 2200 +Wire Wire Line + 3000 2000 3450 2000 +Wire Wire Line + 2500 1400 3000 1400 +Wire Wire Line + 3100 1900 3450 1900 +$Comp +L CONN_5 P5 +U 1 1 33A7DFAB +P 3000 750 +F 0 "P5" V 2950 750 50 0000 C CNN +F 1 "CONN_5" V 3050 750 50 0000 C CNN +F 2 "pin_array:PIN_ARRAY_5x1" H 3000 750 60 0001 C CNN +F 3 "" H 3000 750 60 0001 C CNN + 1 3000 750 + 0 -1 -1 0 +$EndComp +$Comp +L XC1736APD8 U21 +U 1 1 33A7DDDD +P 1750 1550 +F 0 "U21" H 1750 1950 70 0000 C CNN +F 1 "XC1736APD8" H 1750 1150 70 0000 C CNN +F 2 "dip_sockets:DIP-8__300" H 1750 1550 60 0001 C CNN +F 3 "" H 1750 1550 60 0001 C CNN + 1 1750 1550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2050 7300 1950 7300 +$Comp +L VCC #PWR062 +U 1 1 33A7DCF3 +P 1950 7300 +F 0 "#PWR062" H 1950 7500 40 0001 C CNN +F 1 "VCC" H 1950 7450 40 0000 C CNN +F 2 "" H 1950 7300 60 0001 C CNN +F 3 "" H 1950 7300 60 0001 C CNN + 1 1950 7300 + 1 0 0 -1 +$EndComp +$Comp +L R R1 +U 1 1 33A7DCE3 +P 2300 7300 +F 0 "R1" V 2380 7300 50 0000 C CNN +F 1 "10" V 2300 7300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2300 7300 60 0001 C CNN +F 3 "" H 2300 7300 60 0001 C CNN +F 4 "~" V 2300 7220 50 0001 C CNN "Champ7" + 1 2300 7300 + 0 1 1 0 +$EndComp +Connection ~ 3000 7300 +Wire Wire Line + 3000 7300 3000 7400 +$Comp +L GND #PWR063 +U 1 1 33A7DCA9 +P 3000 7850 +F 0 "#PWR063" H 3000 7850 40 0001 C CNN +F 1 "GND" H 3000 7780 40 0001 C CNN +F 2 "" H 3000 7850 60 0001 C CNN +F 3 "" H 3000 7850 60 0001 C CNN + 1 3000 7850 + 1 0 0 -1 +$EndComp +$Comp +L C C23 +U 1 1 33A7DC91 +P 3000 7600 +F 0 "C23" H 3150 7700 50 0000 C CNN +F 1 "100nF" H 3150 7500 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3000 7600 60 0001 C CNN +F 3 "" H 3000 7600 60 0001 C CNN + 1 3000 7600 + 1 0 0 -1 +$EndComp +Text Label 11400 3600 0 60 ~ 0 +X_DOUT +Text HLabel 15050 1550 2 60 Output ~ 0 +X_DOUT +Text HLabel 15050 1650 2 60 Output ~ 0 +X_CLK +Text HLabel 15050 1750 2 60 Output ~ 0 +X_DONE +Text HLabel 15050 1850 2 60 Output ~ 0 +X_PROG- +Wire Wire Line + 11250 6900 11900 6900 +Wire Wire Line + 11250 7500 11900 7500 +Text HLabel 11250 6900 0 60 Input ~ 0 +VD_PAL- +Text HLabel 11250 7400 0 60 Input ~ 0 +HD_PAL- +Text HLabel 11250 7000 0 60 Input ~ 0 +F_PALIN +Wire Wire Line + 11250 7000 11900 7000 +Wire Wire Line + 5550 4100 5750 4100 +Wire Wire Line + 5550 4000 5750 4000 +Text HLabel 5750 4100 2 60 Output ~ 0 +BT812_WR- +Text HLabel 5750 4000 2 60 Output ~ 0 +BT812_RD- +Text Label 5650 5400 0 60 ~ 0 +XTAL_I +NoConn ~ 14100 5700 +Wire Wire Line + 11450 5300 11900 5300 +Wire Wire Line + 11450 5500 11900 5500 +Text HLabel 11450 5300 0 60 Output ~ 0 +RDFIFO- +Text HLabel 11450 5500 0 60 Output ~ 0 +WRFIFO- +Wire Wire Line + 11900 5400 11450 5400 +Wire Wire Line + 11900 5200 11450 5200 +Text HLabel 11450 5400 0 60 Output ~ 0 +WRFULL +Text HLabel 11450 5200 0 60 Output ~ 0 +RDEMPTY +Wire Wire Line + 3450 4200 2950 4200 +Wire Wire Line + 3450 4100 2950 4100 +Wire Wire Line + 3450 4000 2950 4000 +Wire Wire Line + 3450 3900 2950 3900 +Text Label 3000 4200 0 60 ~ 0 +PTBE-3 +Text Label 3000 4100 0 60 ~ 0 +PTBE-2 +Text Label 3000 4000 0 60 ~ 0 +PTBE-1 +Text Label 3000 3900 0 60 ~ 0 +PTBE-0 +Wire Wire Line + 5950 5900 5550 5900 +Wire Wire Line + 3450 5600 3050 5600 +Wire Wire Line + 3450 5500 3050 5500 +Wire Wire Line + 3450 5400 3050 5400 +Wire Wire Line + 3450 5300 3050 5300 +Text Label 5600 5900 0 60 ~ 0 +ADR2 +Text Label 3100 5600 0 60 ~ 0 +ADR3 +Text Label 3100 5500 0 60 ~ 0 +ADR4 +Text Label 3100 5400 0 60 ~ 0 +ADR5 +Text Label 3100 5300 0 60 ~ 0 +ADR6 +Wire Wire Line + 3450 5200 3050 5200 +Wire Wire Line + 3450 5100 3050 5100 +Wire Wire Line + 3450 5000 3050 5000 +Wire Wire Line + 3450 4900 3050 4900 +Text Label 3100 4900 0 60 ~ 0 +BE-3 +Text Label 3100 5000 0 60 ~ 0 +BE-2 +Text Label 3100 5100 0 60 ~ 0 +BE-1 +Text Label 3100 5200 0 60 ~ 0 +BE-0 +Wire Wire Line + 11550 7300 11900 7300 +$Comp +L XC4005-PQ160 U24 +U 1 1 3366016A +P 13000 5900 +F 0 "U24" H 13000 6000 70 0000 C CNN +F 1 "XC4005-PQ160" H 13000 5800 70 0000 C CNN +F 2 "lib_smd:PQFP160" H 13000 5900 60 0001 C CNN +F 3 "" H 13000 5900 60 0001 C CNN + 1 13000 5900 + 1 0 0 -1 +$EndComp +Text Label 11600 7300 0 60 ~ 0 +DQ15 +Text Label 11600 7200 0 60 ~ 0 +DQ14 +Text Label 11600 7100 0 60 ~ 0 +DQ13 +Text Label 11600 6800 0 60 ~ 0 +DQ12 +Text Label 11600 6700 0 60 ~ 0 +DQ11 +Text Label 11600 6600 0 60 ~ 0 +DQ10 +Text Label 11600 6500 0 60 ~ 0 +DQ9 +Text Label 11600 6400 0 60 ~ 0 +DQ8 +Text Label 11600 6300 0 60 ~ 0 +DQ7 +Text Label 11600 6200 0 60 ~ 0 +DQ6 +Text Label 11600 6100 0 60 ~ 0 +DQ5 +Text Label 11500 6000 0 60 ~ 0 +DQ4 +Text Label 11500 5900 0 60 ~ 0 +DQ3 +Text Label 11500 5800 0 60 ~ 0 +DQ2 +Text Label 11500 5700 0 60 ~ 0 +DQ1 +Text Label 11500 5600 0 60 ~ 0 +DQ0 +Text HLabel 1300 2400 0 60 3State ~ 0 +DQ[0..15] +Text Label 11400 3700 0 60 ~ 0 +X_CLK +Text Label 11400 3500 0 60 ~ 0 +X_DIN +Text Label 11400 3400 0 60 ~ 0 +X_DONE +Text Label 11400 3300 0 60 ~ 0 +X_PROG- +Wire Wire Line + 11300 3700 11900 3700 +Wire Wire Line + 11300 3500 11900 3500 +Wire Wire Line + 11300 3300 11900 3300 +Wire Wire Line + 11300 3400 11900 3400 +$Comp +L VCC #PWR064 +U 1 1 3365FFE4 +P 8000 2150 +F 0 "#PWR064" H 8000 2350 40 0001 C CNN +F 1 "VCC" H 8000 2300 40 0000 C CNN +F 2 "" H 8000 2150 60 0001 C CNN +F 3 "" H 8000 2150 60 0001 C CNN + 1 8000 2150 + 1 0 0 -1 +$EndComp +$Comp +L R R13 +U 1 1 2D5AA03C +P 8000 2500 +F 0 "R13" H 7850 2700 50 0000 C CNN +F 1 "1K" V 8000 2500 50 0000 C CNN +F 2 "lib_smd:SM1206" H 8000 2500 60 0001 C CNN +F 3 "" H 8000 2500 60 0001 C CNN + 1 8000 2500 + 1 0 0 -1 +$EndComp +$Comp +L LED D6 +U 1 1 2D5AA041 +P 7700 2850 +F 0 "D6" H 7700 2600 60 0000 C CNN +F 1 "LED" H 7720 2700 60 0000 C CNN +F 2 "Discret:LEDV" H 7700 2850 60 0001 C CNN +F 3 "" H 7700 2850 60 0001 C CNN + 1 7700 2850 + -1 0 0 1 +$EndComp +Text HLabel 3150 3700 0 60 Input ~ 0 +PTATN- +Text HLabel 2850 3800 0 60 Output ~ 0 +PTRDY- +Text HLabel 3350 4700 0 60 Input ~ 0 +PTNUM1 +Text HLabel 1450 2700 0 60 Input ~ 0 +PTBE-[0..3] +Text HLabel 3150 4400 0 60 Output ~ 0 +PTADR- +Text HLabel 3150 3500 0 60 Input ~ 0 +PTWR +Text HLabel 3150 3600 0 60 Input ~ 0 +PTBURST- +Text HLabel 650 2500 2 60 Output ~ 0 +ADR[2..6] +Text HLabel 3350 5700 0 60 Output ~ 0 +SELECT- +Text HLabel 3350 5900 0 60 Output ~ 0 +WR- +Text HLabel 3350 5800 0 60 Output ~ 0 +RD- +Text HLabel 2900 4500 0 60 Input ~ 0 +BPCLK +Text HLabel 5950 1600 2 60 Input ~ 0 +SYSRST- +Text HLabel 3350 4800 0 60 Input ~ 0 +PTNUM0 +Text HLabel 650 2600 2 60 Output ~ 0 +BE-[0..3] +Text Label 3150 3400 0 60 ~ 0 +DQ0 +Text Label 3150 3300 0 60 ~ 0 +DQ1 +Text Label 5650 2900 0 60 ~ 0 +X_CLK +Text Label 5650 3000 0 60 ~ 0 +X_DIN +Text Label 5650 3200 0 60 ~ 0 +X_DONE +Text Label 5650 3100 0 60 ~ 0 +X_PROG- +Text Label 3150 3200 0 60 ~ 0 +DQ2 +Text Label 3150 2900 0 60 ~ 0 +DQ3 +Text Label 3150 3100 0 60 ~ 0 +DQ4 +Text Label 3150 3000 0 60 ~ 0 +DQ5 +Text Label 3150 2800 0 60 ~ 0 +DQ6 +Text Label 3150 2700 0 60 ~ 0 +DQ7 +Text Label 5750 2000 0 60 ~ 0 +DQ8 +Text Label 5750 2100 0 60 ~ 0 +DQ9 +Text Label 5750 2200 0 60 ~ 0 +DQ10 +Text Label 5750 2300 0 60 ~ 0 +DQ11 +Text Label 5750 2400 0 60 ~ 0 +DQ12 +Text Label 5750 2500 0 60 ~ 0 +DQ13 +Text Label 5750 2700 0 60 ~ 0 +DQ14 +Text Label 5750 2600 0 60 ~ 0 +DQ15 +Wire Wire Line + 3150 4400 3450 4400 +Wire Wire Line + 3150 3500 3450 3500 +Wire Wire Line + 3150 3600 3450 3600 +Wire Wire Line + 3150 3700 3450 3700 +Wire Wire Line + 2850 3800 3450 3800 +Wire Wire Line + 3350 4800 3450 4800 +Wire Wire Line + 3350 4700 3450 4700 +Wire Wire Line + 5550 2900 6150 2900 +Wire Wire Line + 5550 3000 6150 3000 +Wire Wire Line + 3050 2700 3450 2700 +Wire Wire Line + 5550 3100 6150 3100 +Wire Wire Line + 3050 2800 3450 2800 +Wire Wire Line + 5550 3200 6150 3200 +Wire Wire Line + 3050 3000 3450 3000 +Wire Wire Line + 3050 3100 3450 3100 +Wire Wire Line + 3050 2900 3450 2900 +Wire Wire Line + 3050 3200 3450 3200 +Wire Wire Line + 3050 3300 3450 3300 +Wire Wire Line + 3050 3400 3450 3400 +Wire Wire Line + 7200 2850 7500 2850 +Wire Wire Line + 7900 2850 8000 2850 +Wire Wire Line + 3350 5700 3450 5700 +Wire Wire Line + 3350 5900 3450 5900 +Wire Wire Line + 3350 5800 3450 5800 +Wire Wire Line + 5550 2600 6150 2600 +Wire Wire Line + 5550 2700 6150 2700 +Wire Wire Line + 5550 2500 6150 2500 +Wire Wire Line + 5550 2400 6150 2400 +Wire Wire Line + 5550 2300 6150 2300 +Wire Wire Line + 5550 2200 6150 2200 +Wire Wire Line + 5550 2100 6150 2100 +Wire Wire Line + 5550 2000 6150 2000 +Wire Wire Line + 8000 2150 8000 2250 +Wire Wire Line + 8000 2850 8000 2750 +Text HLabel 11250 7500 0 60 Output ~ 0 +BLANK- +Wire Wire Line + 11250 7400 11900 7400 +Wire Wire Line + 11550 7200 11900 7200 +Wire Wire Line + 11550 7100 11900 7100 +Wire Wire Line + 11550 6800 11900 6800 +Wire Wire Line + 11550 6700 11900 6700 +Wire Wire Line + 11550 6600 11900 6600 +Wire Wire Line + 11550 6500 11900 6500 +Wire Wire Line + 11550 6400 11900 6400 +Wire Wire Line + 11550 6300 11900 6300 +Wire Wire Line + 11300 8300 11900 8300 +Text HLabel 11300 8300 0 60 Output ~ 0 +WRAM- +Wire Wire Line + 5550 3900 5750 3900 +Wire Wire Line + 5550 3800 5750 3800 +Wire Wire Line + 5550 3700 5750 3700 +Wire Wire Line + 5550 4200 5750 4200 +Text HLabel 5750 3900 2 60 Output ~ 0 +RDCDA- +Text HLabel 5750 3800 2 60 Output ~ 0 +WRCDA- +Text HLabel 5750 3700 2 60 Output ~ 0 +RDCAD- +Text HLabel 5750 4200 2 60 Output ~ 0 +WRCAD- +Wire Wire Line + 11300 8200 11900 8200 +Wire Wire Line + 11300 8100 11900 8100 +Wire Wire Line + 11300 8000 11900 8000 +Wire Wire Line + 11300 7900 11900 7900 +Wire Wire Line + 11300 8600 11900 8600 +Wire Wire Line + 11300 8500 11900 8500 +Wire Wire Line + 11300 8400 11900 8400 +Wire Wire Line + 11300 8900 11900 8900 +Wire Wire Line + 11300 8800 11900 8800 +Wire Wire Line + 11300 8700 11900 8700 +Wire Wire Line + 14100 8900 14700 8900 +Wire Wire Line + 14100 8800 14700 8800 +Text HLabel 11300 8400 0 60 Output ~ 0 +RAS7- +Text HLabel 11300 8500 0 60 Output ~ 0 +RAS6- +Text HLabel 11300 8600 0 60 Output ~ 0 +RAS5- +Text HLabel 11300 8700 0 60 Output ~ 0 +RAS4- +Text HLabel 11300 8800 0 60 Output ~ 0 +RAS3- +Text HLabel 11300 8900 0 60 Output ~ 0 +RAS2- +Text HLabel 14700 8900 2 60 Output ~ 0 +RAS1- +Text HLabel 14700 8800 2 60 Output ~ 0 +RAS0- +Text HLabel 11300 8200 0 60 Output ~ 0 +CAS3- +Text HLabel 11300 8100 0 60 Output ~ 0 +CAS2- +Text HLabel 11300 8000 0 60 Output ~ 0 +CAS1- +Text HLabel 11300 7900 0 60 Output ~ 0 +CAS0- +Wire Wire Line + 14100 5000 14550 5000 +Wire Wire Line + 14100 4900 14550 4900 +Text HLabel 14550 4900 2 60 Input ~ 0 +RD- +Text HLabel 14550 5000 2 60 Input ~ 0 +WR- +Wire Wire Line + 11250 5000 11900 5000 +Wire Wire Line + 11300 7700 11900 7700 +Wire Wire Line + 14500 4300 14100 4300 +Wire Wire Line + 14500 4400 14100 4400 +Wire Wire Line + 14500 4500 14100 4500 +Wire Wire Line + 14500 4600 14100 4600 +Wire Wire Line + 11900 5600 11400 5600 +Wire Wire Line + 11900 5800 11400 5800 +Wire Wire Line + 11900 5700 11400 5700 +Wire Wire Line + 11900 5900 11400 5900 +Wire Wire Line + 11900 6000 11400 6000 +Wire Wire Line + 11900 6200 11550 6200 +Wire Wire Line + 11900 6100 11550 6100 +Text HLabel 15050 2000 2 60 Output ~ 0 +MXA[0..10] +Wire Wire Line + 14100 6300 14600 6300 +Wire Wire Line + 14100 6200 14600 6200 +Wire Wire Line + 14100 6100 14600 6100 +Wire Wire Line + 14100 6000 14600 6000 +Wire Wire Line + 14100 5900 14600 5900 +Wire Wire Line + 14100 5500 14600 5500 +Wire Wire Line + 14100 5400 14600 5400 +Wire Wire Line + 14100 5300 14600 5300 +Wire Wire Line + 14100 5200 14600 5200 +Wire Wire Line + 14100 5100 14600 5100 +Text Label 14200 6200 0 60 ~ 0 +MXA10 +Text Label 14200 6100 0 60 ~ 0 +MXA9 +Text Label 14200 6000 0 60 ~ 0 +MXA8 +Text Label 14200 5900 0 60 ~ 0 +MXA7 +Text Label 14200 5800 0 60 ~ 0 +MXA6 +Text Label 14200 5600 0 60 ~ 0 +MXA5 +Text Label 14200 5500 0 60 ~ 0 +MXA4 +Text Label 14200 5400 0 60 ~ 0 +MXA3 +Text Label 14200 5300 0 60 ~ 0 +MXA2 +Text Label 14200 5200 0 60 ~ 0 +MXA1 +Text Label 14200 5100 0 60 ~ 0 +MXA0 +Wire Wire Line + 3100 10250 3100 10200 +Wire Wire Line + 2750 10150 2750 10250 +Wire Wire Line + 8100 5300 8200 5300 +Wire Wire Line + 7200 5300 7500 5300 +Wire Wire Line + 2550 7300 3350 7300 +Wire Wire Line + 2000 8850 2450 8850 +Text Label 2050 8850 0 60 ~ 0 +VOSC +Text Label 3350 7300 2 60 ~ 0 +VOSC +Wire Notes Line + 850 9650 7200 9650 +Wire Notes Line + 850 11150 7200 11150 +Wire Notes Line + 850 11150 850 9650 +Text Notes 1350 11050 0 60 ~ 0 +Decoupling +Wire Notes Line + 1000 7000 5550 7000 +Wire Notes Line + 1000 9500 5550 9500 +Wire Notes Line + 1000 9500 1000 7000 +Text Notes 1100 9400 0 60 ~ 0 +OSCILLATOR generates sample clock for DAC and ADC +$Comp +L GND #GND065 +U 1 1 B3BF4EE3 +P 7400 6050 +F 0 "#GND065" H 7400 6150 60 0001 C CNN +F 1 "GND" H 7400 5950 60 0000 C CNN +F 2 "" H 7400 6050 60 0001 C CNN +F 3 "" H 7400 6050 60 0001 C CNN + 1 7400 6050 + 1 0 0 -1 +$EndComp +$Comp +L C C49 +U 1 1 B3BF4EDE +P 7400 5800 +F 0 "C49" H 7550 5900 50 0000 C CNN +F 1 "22pF" H 7550 5700 50 0000 C CNN +F 2 "Discret:C1" H 7400 5800 60 0001 C CNN +F 3 "" H 7400 5800 60 0001 C CNN + 1 7400 5800 + 1 0 0 -1 +$EndComp +$Comp +L C C50 +U 1 1 B3BF4EE8 +P 8200 5800 +F 0 "C50" H 8350 5900 50 0000 C CNN +F 1 "22pF" H 8350 5700 50 0000 C CNN +F 2 "Discret:C1" H 8200 5800 60 0001 C CNN +F 3 "" H 8200 5800 60 0001 C CNN + 1 8200 5800 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND066 +U 1 1 B3BF4EED +P 8200 6050 +F 0 "#GND066" H 8200 6150 60 0001 C CNN +F 1 "GND" H 8200 5950 60 0000 C CNN +F 2 "" H 8200 6050 60 0001 C CNN +F 3 "" H 8200 6050 60 0001 C CNN + 1 8200 6050 + 1 0 0 -1 +$EndComp +$Comp +L CRYSTAL X1 +U 1 1 B3BF4ED4 +P 7800 5300 +F 0 "X1" H 7800 5450 60 0000 C CNN +F 1 "10MHz" H 7800 5150 60 0000 C CNN +F 2 "Discret:HC-18UV" H 7800 5300 60 0001 C CNN +F 3 "" H 7800 5300 60 0001 C CNN + 1 7800 5300 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND067 +U 1 1 B9ED7ABA +P 1250 10700 +F 0 "#GND067" H 1250 10800 60 0001 C CNN +F 1 "GND" H 1250 10600 60 0001 C CNN +F 2 "" H 1250 10700 60 0001 C CNN +F 3 "" H 1250 10700 60 0001 C CNN + 1 1250 10700 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND068 +U 1 1 B9ED7ABF +P 2050 10700 +F 0 "#GND068" H 2050 10800 60 0001 C CNN +F 1 "GND" H 2050 10600 60 0001 C CNN +F 2 "" H 2050 10700 60 0001 C CNN +F 3 "" H 2050 10700 60 0001 C CNN + 1 2050 10700 + 1 0 0 -1 +$EndComp +$Comp +L R R26 +U 1 1 B3BF4ED9 +P 7750 4950 +F 0 "R26" V 7830 4950 50 0000 C CNN +F 1 "220K" V 7750 4950 50 0000 C CNN +F 2 "lib_smd:SM1206" H 7750 4950 60 0001 C CNN +F 3 "" H 7750 4950 60 0001 C CNN + 1 7750 4950 + 0 1 1 0 +$EndComp +$Comp +L C C17 +U 1 1 BF805547 +P 3500 10450 +F 0 "C17" H 3650 10550 50 0000 C CNN +F 1 "100nF" H 3650 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3500 10450 60 0001 C CNN +F 3 "" H 3500 10450 60 0001 C CNN + 1 3500 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C18 +U 1 1 BF80554C +P 3850 10450 +F 0 "C18" H 4000 10550 50 0000 C CNN +F 1 "100nF" H 4000 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3850 10450 60 0001 C CNN +F 3 "" H 3850 10450 60 0001 C CNN + 1 3850 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C19 +U 1 1 BF805551 +P 3100 10450 +F 0 "C19" H 3250 10550 50 0000 C CNN +F 1 "100nF" H 3250 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3100 10450 60 0001 C CNN +F 3 "" H 3100 10450 60 0001 C CNN + 1 3100 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C20 +U 1 1 BF805556 +P 2750 10450 +F 0 "C20" H 2900 10550 50 0000 C CNN +F 1 "100nF" H 2900 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2750 10450 60 0001 C CNN +F 3 "" H 2750 10450 60 0001 C CNN + 1 2750 10450 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND069 +U 1 1 BF805565 +P 2750 10750 +F 0 "#GND069" H 2750 10850 60 0001 C CNN +F 1 "GND" H 2750 10650 60 0001 C CNN +F 2 "" H 2750 10750 60 0001 C CNN +F 3 "" H 2750 10750 60 0001 C CNN + 1 2750 10750 + 1 0 0 -1 +$EndComp +$Comp +L CP C56 +U 1 1 B9ED7AB0 +P 1250 10450 +F 0 "C56" H 1450 10500 50 0000 C CNN +F 1 "4.7uF" H 1450 10400 50 0000 C CNN +F 2 "lib_smd:SM1812L" H 1250 10450 60 0001 C CNN +F 3 "" H 1250 10450 60 0001 C CNN + 1 1250 10450 + 1 0 0 -1 +$EndComp +$Comp +L CP C57 +U 1 1 B9ED7AB5 +P 2050 10450 +F 0 "C57" H 2250 10500 50 0000 C CNN +F 1 "4.7uF" H 2250 10400 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 2050 10450 60 0001 C CNN +F 3 "" H 2050 10450 60 0001 C CNN + 1 2050 10450 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND070 +U 1 1 228C46D3 +P 2700 7850 +F 0 "#GND070" H 2700 7950 60 0001 C CNN +F 1 "GND" H 2700 7750 60 0001 C CNN +F 2 "" H 2700 7850 60 0001 C CNN +F 3 "" H 2700 7850 60 0001 C CNN + 1 2700 7850 + 1 0 0 -1 +$EndComp +$Comp +L CP C63 +U 1 1 228C4700 +P 2700 7600 +F 0 "C63" H 2800 7750 50 0000 C CNN +F 1 "47uF" H 2800 7450 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 2700 7600 60 0001 C CNN +F 3 "" H 2700 7600 60 0001 C CNN + 1 2700 7600 + 1 0 0 -1 +$EndComp +$Comp +L AV9173 U7 +U 1 1 2295D392 +P 3400 8550 +F 0 "U7" H 3570 9000 60 0000 C CNN +F 1 "AV9173" H 3660 8100 60 0000 C CNN +F 2 "lib_smd:SO8E" H 3400 8550 60 0001 C CNN +F 3 "" H 3400 8550 60 0001 C CNN + 1 3400 8550 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND071 +U 1 1 2295D397 +P 3350 9100 +F 0 "#GND071" H 3350 9200 60 0001 C CNN +F 1 "GND" H 3350 9000 60 0001 C CNN +F 2 "" H 3350 9100 60 0001 C CNN +F 3 "" H 3350 9100 60 0001 C CNN + 1 3350 9100 + 1 0 0 -1 +$EndComp +Text HLabel 11250 5000 0 60 Output ~ 0 +CSYNC-OUT +Text HLabel 14750 8500 2 60 Output ~ 0 +CADCLK +Text HLabel 14750 8600 2 60 Output ~ 0 +CDACLK +Text HLabel 14750 8700 2 60 Output ~ 0 +CLAMP +Text HLabel 11300 7600 0 60 Input ~ 0 +CSYNCIN- +Text Label 11350 4200 0 60 ~ 0 +CLK10MHz +Text Label 1950 8450 0 60 ~ 0 +HDOUT +Text Label 1750 8250 0 60 ~ 0 +HDREFOUT +Text Label 4550 8450 0 60 ~ 0 +14MHZOUT +Text Label 14200 7400 0 60 ~ 0 +14MHZOUT +Text Label 11350 4700 0 60 ~ 0 +HDOUT +Text Label 11350 4600 0 60 ~ 0 +HDREFOUT +$Comp +L VCC #VCC072 +U 1 1 4BF03699 +P 2050 10150 +F 0 "#VCC072" H 2050 10350 40 0001 C CNN +F 1 "VCC" H 2050 10300 40 0000 C CNN +F 2 "" H 2050 10150 60 0001 C CNN +F 3 "" H 2050 10150 60 0001 C CNN + 1 2050 10150 + 1 0 0 -1 +$EndComp +$Comp +L VCC #VCC073 +U 1 1 4BF0369A +P 1250 10150 +F 0 "#VCC073" H 1250 10350 40 0001 C CNN +F 1 "VCC" H 1250 10300 40 0000 C CNN +F 2 "" H 1250 10150 60 0001 C CNN +F 3 "" H 1250 10150 60 0001 C CNN + 1 1250 10150 + 1 0 0 -1 +$EndComp +$Comp +L VCC #VCC074 +U 1 1 4BF0369B +P 11800 2800 +F 0 "#VCC074" H 11800 3000 40 0001 C CNN +F 1 "VCC" H 11800 2950 40 0000 C CNN +F 2 "" H 11800 2800 60 0001 C CNN +F 3 "" H 11800 2800 60 0001 C CNN + 1 11800 2800 + 1 0 0 -1 +$EndComp +$Comp +L VCC #VCC075 +U 1 1 4BF0369C +P 2750 10150 +F 0 "#VCC075" H 2750 10350 40 0001 C CNN +F 1 "VCC" H 2750 10300 40 0000 C CNN +F 2 "" H 2750 10150 60 0001 C CNN +F 3 "" H 2750 10150 60 0001 C CNN + 1 2750 10150 + 1 0 0 -1 +$EndComp +Connection ~ 11800 2900 +Connection ~ 11800 3000 +Connection ~ 7400 5300 +Connection ~ 8200 5300 +Connection ~ 2700 7300 +Connection ~ 3100 10200 +Connection ~ 3500 10200 +Connection ~ 3850 10200 +Connection ~ 3100 10700 +Connection ~ 3500 10700 +Connection ~ 3850 10700 +Wire Wire Line + 14100 7400 14750 7400 +Wire Wire Line + 11800 2900 11900 2900 +Wire Wire Line + 11250 4700 11900 4700 +Wire Wire Line + 11800 3000 11900 3000 +Wire Wire Line + 11250 4600 11900 4600 +Wire Wire Line + 7300 4950 7500 4950 +Wire Wire Line + 8000 4950 8200 4950 +Wire Wire Line + 11800 3100 11900 3100 +Wire Wire Line + 14100 8500 14750 8500 +Wire Wire Line + 14100 8600 14750 8600 +Wire Wire Line + 1750 8250 2450 8250 +Wire Wire Line + 14100 4200 14500 4200 +Wire Wire Line + 1950 8450 2450 8450 +Wire Wire Line + 4350 8450 5250 8450 +Wire Wire Line + 1250 10150 1250 10250 +Wire Wire Line + 2050 10150 2050 10250 +Wire Wire Line + 2700 7300 2700 7400 +Wire Wire Line + 2350 8850 2350 8650 +Wire Wire Line + 2750 10650 2750 10750 +Wire Wire Line + 3100 10650 3100 10700 +Wire Wire Line + 3500 10200 3500 10250 +Wire Wire Line + 3500 10650 3500 10700 +Wire Wire Line + 8200 4950 8200 5600 +Wire Wire Line + 11800 2800 11800 3100 +Wire Wire Line + 3350 7300 3350 8050 +Wire Wire Line + 4550 10650 4550 10700 +Wire Wire Line + 4550 10200 4550 10250 +Wire Wire Line + 4200 10200 4200 10250 +Wire Wire Line + 4200 10650 4200 10700 +Connection ~ 4200 10700 +Connection ~ 4200 10200 +$Comp +L C C22 +U 1 1 268A4E88 +P 4200 10450 +F 0 "C22" H 4350 10550 50 0000 C CNN +F 1 "100nF" H 4350 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4200 10450 60 0001 C CNN +F 3 "" H 4200 10450 60 0001 C CNN + 1 4200 10450 + 1 0 0 -1 +$EndComp +$Comp +L C C21 +U 1 1 268A4E83 +P 4550 10450 +F 0 "C21" H 4700 10550 50 0000 C CNN +F 1 "100nF" H 4700 10350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4550 10450 60 0001 C CNN +F 3 "" H 4550 10450 60 0001 C CNN + 1 4550 10450 + 1 0 0 -1 +$EndComp +Wire Notes Line + 7200 11150 7200 9650 +Wire Wire Line + 2350 8650 2450 8650 +Connection ~ 2350 8850 +Wire Notes Line + 5550 9500 5550 7000 +$Comp +L R R21 +U 1 1 525FE207 +P 6950 5300 +F 0 "R21" V 7030 5300 50 0000 C CNN +F 1 "220" V 6950 5300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 6950 5300 60 0001 C CNN +F 3 "" H 6950 5300 60 0001 C CNN + 1 6950 5300 + 0 1 1 0 +$EndComp +NoConn ~ 4350 8650 +Text Label 2400 2050 0 60 ~ 0 +PROG* +Connection ~ 3200 1800 +Wire Wire Line + 2750 2050 2750 1800 +Wire Wire Line + 900 2050 2750 2050 +Wire Wire Line + 1000 1600 900 1600 +Wire Wire Line + 900 1600 900 2050 +Wire Wire Line + 1000 1800 900 1800 +Connection ~ 900 1800 +Connection ~ 2750 10200 +Connection ~ 2750 10700 +Wire Wire Line + 3850 10650 3850 10700 +Wire Wire Line + 3850 10250 3850 10200 +Wire Wire Line + 2050 10700 2050 10650 +Wire Wire Line + 1250 10700 1250 10650 +Wire Wire Line + 3350 9050 3350 9100 +Wire Wire Line + 2700 7850 2700 7800 +Wire Wire Line + 3000 7850 3000 7800 +Wire Wire Line + 950 1150 950 1200 +Wire Wire Line + 950 1200 1000 1200 +Wire Wire Line + 2800 1200 2800 1150 +Wire Wire Line + 3650 1150 3650 1100 +Wire Wire Line + 4350 1250 4300 1250 +Wire Wire Line + 4850 950 4850 1000 +Wire Wire Line + 8200 6000 8200 6050 +Wire Wire Line + 7400 6050 7400 6000 +Wire Wire Line + 7300 4950 7300 5300 +Connection ~ 7300 5300 +Wire Wire Line + 7400 5300 7400 5600 +$EndSCHEMATC diff --git a/demos/video/libs/footprints.pretty/LRTDK.kicad_mod b/demos/video/libs/footprints.pretty/LRTDK.kicad_mod new file mode 100644 index 0000000..bc2c042 --- /dev/null +++ b/demos/video/libs/footprints.pretty/LRTDK.kicad_mod @@ -0,0 +1,20 @@ +(module LRTDK (layer F.Cu) (tedit 54018D02) + (fp_text reference L6 (at -0.381 -5.08 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.254))) + ) + (fp_text value 470nS (at 0.1 -8.3) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.254))) + ) + (fp_line (start 12.7 -1.27) (end 12.7 0) (layer F.SilkS) (width 0.381)) + (fp_line (start 7.62 -1.27) (end 7.62 0) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 0) (end -10.16 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -12.7 0) (end -12.7 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 -1.27) (end -15.24 -11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 -11.43) (end 15.24 -11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start 15.24 -11.43) (end 15.24 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 -1.27) (end 15.24 -1.27) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at -12.7 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole circle (at -10.16 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole circle (at 7.62 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at 12.7 0) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) +) diff --git a/demos/video/libs/footprints.pretty/PLCC68.kicad_mod b/demos/video/libs/footprints.pretty/PLCC68.kicad_mod new file mode 100644 index 0000000..5883f3f --- /dev/null +++ b/demos/video/libs/footprints.pretty/PLCC68.kicad_mod @@ -0,0 +1,92 @@ +(module PLCC68 (layer F.Cu) (tedit 200000) + (descr "Support Plcc 68 pins, pads ronds") + (tags PLCC) + (fp_text reference U*** (at 0 -2.54) (layer F.SilkS) + (effects (font (size 2.56794 1.50622) (thickness 0.3048))) + ) + (fp_text value PLCC68 (at 0 2.54) (layer F.SilkS) + (effects (font (size 2.55778 1.48844) (thickness 0.3048))) + ) + (fp_line (start -13.97 -13.97) (end 13.97 -13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start 13.97 -13.97) (end 13.97 13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start 13.97 13.97) (end -13.97 13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start -13.97 13.97) (end -13.97 -13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.62 -7.62) (end 7.62 -7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start 7.62 -7.62) (end 7.62 7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start 7.62 7.62) (end -5.08 7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 7.62) (end -7.62 5.08) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.62 5.08) (end -7.62 -7.62) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -12.7 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at -10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole circle (at -12.7 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole circle (at -10.16 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole circle (at -12.7 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole circle (at -10.16 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole circle (at -12.7 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole circle (at -10.16 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 9 thru_hole circle (at -12.7 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole circle (at -10.16 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole circle (at -10.16 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole circle (at -7.62 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 13 thru_hole circle (at -7.62 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 14 thru_hole circle (at -5.08 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 15 thru_hole circle (at -5.08 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole circle (at -2.54 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole circle (at -2.54 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole circle (at 0 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 19 thru_hole circle (at 0 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 20 thru_hole circle (at 2.54 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 21 thru_hole circle (at 2.54 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole circle (at 5.08 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole circle (at 5.08 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 24 thru_hole circle (at 7.62 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 25 thru_hole circle (at 7.62 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 26 thru_hole circle (at 10.16 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 27 thru_hole circle (at 12.7 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 28 thru_hole circle (at 10.16 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 29 thru_hole circle (at 12.7 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 30 thru_hole circle (at 10.16 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 31 thru_hole circle (at 12.7 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 32 thru_hole circle (at 10.16 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 33 thru_hole circle (at 12.7 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 34 thru_hole circle (at 10.16 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 35 thru_hole circle (at 12.7 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 36 thru_hole circle (at 10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 37 thru_hole circle (at 12.7 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 38 thru_hole circle (at 10.16 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 39 thru_hole circle (at 12.7 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 40 thru_hole circle (at 10.16 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 41 thru_hole circle (at 12.7 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 42 thru_hole circle (at 10.16 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 43 thru_hole circle (at 12.7 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 44 thru_hole circle (at 10.16 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 45 thru_hole circle (at 10.16 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 46 thru_hole circle (at 7.62 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 47 thru_hole circle (at 7.62 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 48 thru_hole circle (at 5.08 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 49 thru_hole circle (at 5.08 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 50 thru_hole circle (at 2.54 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 51 thru_hole circle (at 2.54 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 52 thru_hole circle (at 0 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 53 thru_hole circle (at 0 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 54 thru_hole circle (at -2.54 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 55 thru_hole circle (at -2.54 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 56 thru_hole circle (at -5.08 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 57 thru_hole circle (at -5.08 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 58 thru_hole circle (at -7.62 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 59 thru_hole circle (at -7.62 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 60 thru_hole circle (at -10.16 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 61 thru_hole circle (at -12.7 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 62 thru_hole circle (at -10.16 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 63 thru_hole circle (at -12.7 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 64 thru_hole circle (at -10.16 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 65 thru_hole circle (at -12.7 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 66 thru_hole circle (at -10.16 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 67 thru_hole circle (at -12.7 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 68 thru_hole circle (at -10.16 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (model support/supp_plcc68.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) diff --git a/demos/video/libs/footprints.pretty/PLCC84.kicad_mod b/demos/video/libs/footprints.pretty/PLCC84.kicad_mod new file mode 100644 index 0000000..3e319da --- /dev/null +++ b/demos/video/libs/footprints.pretty/PLCC84.kicad_mod @@ -0,0 +1,108 @@ +(module PLCC84 (layer F.Cu) (tedit 200000) + (descr "Support Plcc 84 pins, pads ronds") + (tags PLCC) + (fp_text reference U*** (at 0 -2.54) (layer F.SilkS) + (effects (font (size 3.33756 1.94818) (thickness 0.3048))) + ) + (fp_text value PLCC84 (at 0 3.81) (layer F.SilkS) + (effects (font (size 2.90576 1.69672) (thickness 0.3048))) + ) + (fp_line (start -10.16 6.35) (end -7.62 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.62 10.16) (end 10.16 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 10.16) (end 10.16 -10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 -10.16) (end -10.16 -10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -16.51 -16.51) (end -16.51 16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start -16.51 16.51) (end 16.51 16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start 16.51 16.51) (end 16.51 -16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start 16.51 -16.51) (end -16.51 -16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 -10.16) (end -10.16 6.35) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -15.24 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 2 thru_hole circle (at -12.7 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 3 thru_hole circle (at -15.24 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 4 thru_hole circle (at -12.7 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole circle (at -15.24 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole circle (at -12.7 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole circle (at -15.24 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 8 thru_hole circle (at -12.7 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 9 thru_hole circle (at -15.24 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 10 thru_hole circle (at -12.7 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 11 thru_hole circle (at -15.24 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 12 thru_hole circle (at -12.7 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 13 thru_hole circle (at -12.7 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 14 thru_hole circle (at -10.16 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 15 thru_hole circle (at -10.16 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 16 thru_hole circle (at -7.62 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 17 thru_hole circle (at -7.62 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 18 thru_hole circle (at -5.08 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 19 thru_hole circle (at -5.08 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 20 thru_hole circle (at -2.54 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 21 thru_hole circle (at -2.54 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 22 thru_hole circle (at 0 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 23 thru_hole circle (at 0 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 24 thru_hole circle (at 2.54 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 25 thru_hole circle (at 2.54 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 26 thru_hole circle (at 5.08 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 27 thru_hole circle (at 5.08 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 28 thru_hole circle (at 7.62 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 29 thru_hole circle (at 7.62 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 30 thru_hole circle (at 10.16 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 31 thru_hole circle (at 10.16 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 32 thru_hole circle (at 12.7 15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 33 thru_hole circle (at 15.24 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 34 thru_hole circle (at 12.7 12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 35 thru_hole circle (at 15.24 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 36 thru_hole circle (at 12.7 10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 37 thru_hole circle (at 15.24 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 38 thru_hole circle (at 12.7 7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 39 thru_hole circle (at 15.24 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 40 thru_hole circle (at 12.7 5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 41 thru_hole circle (at 15.24 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 42 thru_hole circle (at 12.7 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 43 thru_hole circle (at 15.24 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 44 thru_hole circle (at 12.7 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 45 thru_hole circle (at 15.24 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 46 thru_hole circle (at 12.7 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 47 thru_hole circle (at 15.24 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 48 thru_hole circle (at 12.7 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 49 thru_hole circle (at 15.24 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 50 thru_hole circle (at 12.7 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 51 thru_hole circle (at 15.24 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 52 thru_hole circle (at 12.7 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 53 thru_hole circle (at 15.24 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 54 thru_hole circle (at 12.7 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 55 thru_hole circle (at 12.7 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 56 thru_hole circle (at 10.16 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 57 thru_hole circle (at 10.16 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 58 thru_hole circle (at 7.62 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 59 thru_hole circle (at 7.62 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 60 thru_hole circle (at 5.08 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 61 thru_hole circle (at 5.08 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 62 thru_hole circle (at 2.54 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 63 thru_hole circle (at 2.54 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 64 thru_hole circle (at 0 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 65 thru_hole circle (at 0 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 66 thru_hole circle (at -2.54 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 67 thru_hole circle (at -2.54 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 68 thru_hole circle (at -5.08 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 69 thru_hole circle (at -5.08 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 70 thru_hole circle (at -7.62 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 71 thru_hole circle (at -7.62 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 72 thru_hole circle (at -10.16 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 73 thru_hole circle (at -10.16 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 74 thru_hole circle (at -12.7 -15.24) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 75 thru_hole circle (at -15.24 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 76 thru_hole circle (at -12.7 -12.7) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 77 thru_hole circle (at -15.24 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 78 thru_hole circle (at -12.7 -10.16) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 79 thru_hole circle (at -15.24 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 80 thru_hole circle (at -12.7 -7.62) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 81 thru_hole circle (at -15.24 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 82 thru_hole circle (at -12.7 -5.08) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 83 thru_hole circle (at -15.24 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 84 thru_hole circle (at -12.7 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (model support/supp_plcc84.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) diff --git a/demos/video/libs/footprints.pretty/sim72.kicad_mod b/demos/video/libs/footprints.pretty/sim72.kicad_mod new file mode 100644 index 0000000..affea47 --- /dev/null +++ b/demos/video/libs/footprints.pretty/sim72.kicad_mod @@ -0,0 +1,91 @@ +(module SIM72 (layer F.Cu) (tedit 200000) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (fp_text reference U19 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) +) diff --git a/demos/video/libs/video_schlib.lib b/demos/video/libs/video_schlib.lib new file mode 100644 index 0000000..bee8d0b --- /dev/null +++ b/demos/video/libs/video_schlib.lib @@ -0,0 +1,1720 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +12V +# +DEF +12V #PWR 0 0 N Y 1 F P +F0 "#PWR" 0 -50 20 H I C CNN +F1 "+12V" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +12V 1 0 0 0 U 20 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# +3.3V +# +DEF +3.3V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -40 30 H I C CNN +F1 "+3.3V" 0 110 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS +3,3V +DRAW +X +3.3V 1 0 0 0 U 30 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# +5F +# +DEF +5F #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -50 20 H I C CNN +F1 "+5F" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +5F 1 0 0 0 U 20 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# +5V +# +DEF +5V #PWR 0 40 Y Y 1 F P +F0 "#PWR" 0 90 20 H I C CNN +F1 "+5V" 0 90 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +5V 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 4 0 1 0 0 0 0 30 0 30 0 30 N +ENDDRAW +ENDDEF +# +# 24C16 +# +DEF 24C16 U 0 30 Y Y 1 F N +F0 "U" 150 350 60 H V C CNN +F1 "24C16" 200 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 24C512 +DRAW +X GND 4 0 -500 200 U 60 60 0 0 W +X VCC 8 0 500 200 D 60 60 0 0 W +S -400 -300 400 300 1 1 0 N +X A0 1 -700 200 300 R 60 60 1 1 I +X A1 2 -700 100 300 R 60 60 1 1 I +X A2 3 -700 0 300 R 60 60 1 1 I +X SDA 5 700 -200 300 L 60 60 1 1 B +X SCL 6 700 -100 300 L 60 60 1 1 I +X WP 7 700 100 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# 4C4001 +# +DEF 4C4001 U 0 40 Y Y 1 F N +F0 "U" 50 0 70 H V C CNN +F1 "4C4001" 50 -300 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -350 750 350 -750 0 1 0 N +X D0 1 650 700 300 L 60 60 1 1 T +X D1 2 650 600 300 L 60 60 1 1 T +X WR 3 -650 -600 300 R 60 60 1 1 I I +X RAS 4 -650 -400 300 R 60 60 1 1 I I +X A9 5 -650 -200 300 R 60 60 1 1 I +X A0 6 -650 700 300 R 60 60 1 1 I +X A1 7 -650 600 300 R 60 60 1 1 I +X A2 8 -650 500 300 R 60 60 1 1 I +X A3 9 -650 400 300 R 60 60 1 1 I +X VCC 10 -250 750 0 U 60 60 1 1 W N +X GND 20 -250 -750 0 U 60 60 1 1 W N +X A4 11 -650 300 300 R 60 60 1 1 I +X A5 12 -650 200 300 R 60 60 1 1 I +X A6 13 -650 100 300 R 60 60 1 1 I +X A7 14 -650 0 300 R 60 60 1 1 I +X A8 15 -650 -100 300 R 60 60 1 1 I +X OE 16 -650 -700 300 R 60 60 1 1 I I +X CAS 17 -650 -500 300 R 60 60 1 1 I I +X D2 18 650 500 300 L 60 60 1 1 T +X D3 19 650 400 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# 74LS245 +# +DEF 74LS245 U 0 10 Y Y 1 F N +F0 "U" 100 575 50 H V L BNN +F1 "74LS245" 50 -575 50 H V L TNN +F2 "" 50 -650 30 H V L CNN +F3 "" 100 575 30 H V C CNN +ALIAS 74HC245 +DRAW +X GND 10 0 -550 0 U 60 60 0 0 W N +X VCC 20 0 550 0 D 60 60 0 0 W N +S -400 550 400 -550 0 1 0 N +P 3 0 1 0 50 100 0 -100 -100 -100 N +P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N +X A->B 1 -700 -400 300 R 60 60 1 1 I +X A0 2 -700 500 300 R 60 60 1 1 T +X A1 3 -700 400 300 R 60 60 1 1 T +X A2 4 -700 300 300 R 60 60 1 1 T +X A3 5 -700 200 300 R 60 60 1 1 T +X A4 6 -700 100 300 R 60 60 1 1 T +X A5 7 -700 0 300 R 60 60 1 1 T +X A6 8 -700 -100 300 R 60 60 1 1 T +X A7 9 -700 -200 300 R 60 60 1 1 T +X B7 11 700 -200 300 L 60 60 1 1 T +X B6 12 700 -100 300 L 60 60 1 1 T +X B5 13 700 0 300 L 60 60 1 1 T +X B4 14 700 100 300 L 60 60 1 1 T +X B3 15 700 200 300 L 60 60 1 1 T +X B2 16 700 300 300 L 60 60 1 1 T +X B1 17 700 400 300 L 60 60 1 1 T +X B0 18 700 500 300 L 60 60 1 1 T +X CE 19 -700 -500 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# AV9173 +# +DEF AV9173 U 0 30 Y Y 1 F N +F0 "U" 170 450 60 H V C CNN +F1 "AV9173" 260 -450 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -650 350 650 -350 0 1 0 N +X FSIGIN 1 -950 100 300 R 60 60 1 1 I +X FREFIN 2 -950 300 300 R 60 60 1 1 I +X GND 3 -50 -500 150 U 60 60 1 1 I +X FS0 4 -950 -100 300 R 60 60 1 1 I +X OE 5 -950 -300 300 R 60 60 1 1 I +X CKKOUT 6 950 100 300 L 60 60 1 1 T +X VCC 7 -50 500 150 D 60 60 1 1 I +X CLK/2 8 950 -100 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# BNC +# +DEF BNC P 0 40 Y N 1 F N +F0 "P" 10 120 60 H V C CNN +F1 "BNC" 110 -60 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 20 0 1 8 N +C 0 0 70 0 1 12 N +X In 1 -150 0 130 R 40 40 1 1 P +X Ext 2 0 -200 130 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# BT253 +# +DEF BT253 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "BT253" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS BT254 +DRAW +S -750 -2600 750 2600 0 1 0 N +X VAA 1 -50 2900 300 D 60 60 1 1 I +X GND 2 -150 -2900 300 U 60 60 1 1 I +X GND 3 -50 -2900 300 U 60 60 1 1 I +X SYNC0 4 -1050 300 300 R 60 60 1 1 I I +X SYNC1 5 -1050 -200 300 R 60 60 1 1 I I +X CEXT1 6 -1050 2400 300 R 60 60 1 1 O +X CEXT2 7 -1050 2500 300 R 60 60 1 1 I +X CSYNC 8 1050 2500 300 L 60 60 1 1 O I +X D7 9 -1050 -1300 300 R 60 60 1 1 T +X D6 10 -1050 -1200 300 R 60 60 1 1 T +X RD 20 -1050 -1500 300 R 60 60 1 1 I I +X B2 30 1050 -1800 300 L 60 60 1 1 T +X RCLOCK 40 1050 600 300 L 60 60 1 1 I C +X R6 50 1050 -400 300 L 60 60 1 1 T +X GIN 60 1050 1700 300 L 60 60 1 1 I +X GOUT 70 1050 1800 300 L 60 60 1 1 O +X IOUT1 80 -1050 2000 300 R 60 60 1 1 P +X D5 11 -1050 -1100 300 R 60 60 1 1 T +X RREF- 21 -1050 1000 300 R 60 60 1 1 I +X B1 31 1050 -1700 300 L 60 60 1 1 T +X GND 41 50 -2900 300 U 60 60 1 1 I +X R5 51 1050 -300 300 L 60 60 1 1 T +X BLEVEL 61 1050 800 300 L 60 60 1 1 I +X IOUT5 71 -1050 1600 300 R 60 60 1 1 P +X RVID1 81 -1050 100 300 R 60 60 1 1 I +X D4 12 -1050 -1000 300 R 60 60 1 1 T +X GREF- 22 -1050 900 300 R 60 60 1 1 I +X B0 32 1050 -1600 300 L 60 60 1 1 T +X GND 42 150 -2900 300 U 60 60 1 1 I +X R4 52 1050 -200 300 L 60 60 1 1 T +X RIN 62 1050 2000 300 L 60 60 1 1 I +X ROUT 72 1050 2100 300 L 60 60 1 1 O +X IOUT0 82 -1050 2100 300 R 60 60 1 1 P +X D3 13 -1050 -900 300 R 60 60 1 1 T +X BREF- 23 -1050 800 300 R 60 60 1 1 I +X G7 33 1050 -1400 300 L 60 60 1 1 T +X VAA 43 50 2900 300 D 60 60 1 1 I +X R3 53 1050 -100 300 L 60 60 1 1 T +X GLEVEL 63 1050 900 300 L 60 60 1 1 I +X IOUT4 73 -1050 1700 300 R 60 60 1 1 P +X RVID0 83 -1050 600 300 R 60 60 1 1 I +X D2 14 -1050 -800 300 R 60 60 1 1 T +X WR 24 -1050 -1600 300 R 60 60 1 1 I I +X G6 34 1050 -1300 300 L 60 60 1 1 T +X VAA 44 150 2900 300 D 60 60 1 1 I +X R2 54 1050 0 300 L 60 60 1 1 T +X BREF+ 64 -1050 1200 300 R 60 60 1 1 I +X BVID1 74 -1050 -100 300 R 60 60 1 1 I +X VAA 84 -150 2900 300 D 60 60 1 1 I +X D1 15 -1050 -700 300 R 60 60 1 1 T +X B7 25 1050 -2300 300 L 60 60 1 1 T +X G5 35 1050 -1200 300 L 60 60 1 1 T +X G3 45 1050 -1000 300 L 60 60 1 1 T +X R1 55 1050 100 300 L 60 60 1 1 T +X GREF+ 65 -1050 1300 300 R 60 60 1 1 I +X BVID0 75 -1050 400 300 R 60 60 1 1 I +X D0 16 -1050 -600 300 R 60 60 1 1 T +X B6 26 1050 -2200 300 L 60 60 1 1 T +X G4 36 1050 -1100 300 L 60 60 1 1 T +X G2 46 1050 -900 300 L 60 60 1 1 T +X R0 56 1050 200 300 L 60 60 1 1 T +X RREF+ 66 -1050 1400 300 R 60 60 1 1 I +X IOUT3 76 -1050 1800 300 R 60 60 1 1 P +X A0 17 -1050 -1800 300 R 60 60 1 1 I +X B5 27 1050 -2100 300 L 60 60 1 1 T +X ZERO 37 1050 1100 300 L 60 60 1 1 I +X G1 47 1050 -800 300 L 60 60 1 1 T +X OE 57 1050 -2500 300 L 60 60 1 1 I I +X RLEVEL 67 1050 1000 300 L 60 60 1 1 I +X GVID1 77 -1050 0 300 R 60 60 1 1 I +X A1 18 -1050 -1900 300 R 60 60 1 1 I +X B4 28 1050 -2000 300 L 60 60 1 1 T +X BCLOCK 38 1050 400 300 L 60 60 1 1 I C +X G0 48 1050 -700 300 L 60 60 1 1 T +X BIN 58 1050 1400 300 L 60 60 1 1 I +X BOUT 68 1050 1500 300 L 60 60 1 1 O +X IOUT2 78 -1050 1900 300 R 60 60 1 1 P +X A2 19 -1050 -2000 300 R 60 60 1 1 I +X B3 29 1050 -1900 300 L 60 60 1 1 T +X GCLOCK 39 1050 500 300 L 60 60 1 1 I C +X R7 49 1050 -500 300 L 60 60 1 1 T +X CLAMP 59 1050 1200 300 L 60 60 1 1 I +X RSET 69 -1050 2300 300 R 60 60 1 1 I +X GVID0 79 -1050 500 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# BT473 +# +DEF BT473 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "BT473" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -700 -2400 700 2400 0 1 0 N +X VAA 1 -300 2700 300 D 60 60 1 1 I +X VAA 2 -200 2700 300 D 60 60 1 1 I +X GND 3 -200 -2700 300 U 60 60 1 1 I +X GND 4 -100 -2700 300 U 60 60 1 1 I +X S0 5 1000 -1500 300 L 60 60 1 1 I +X S1 6 1000 -1600 300 L 60 60 1 1 I +X BLANK 7 1000 -200 300 L 60 60 1 1 I I +X SYNC 8 1000 0 300 L 60 60 1 1 I I +X CLOCK 9 1000 -400 300 L 60 60 1 1 I C +X OL0 10 -1000 -2000 300 R 60 60 1 1 I +X D6 20 -1000 -1000 300 R 60 60 1 1 I +X CR3 30 1000 -1100 300 L 60 60 1 1 O +X IREF 40 1000 1200 300 L 60 60 1 1 I +X R5 50 -1000 1800 300 R 60 60 1 1 I +X G7 60 -1000 700 300 R 60 60 1 1 I +X OL1 11 -1000 -2100 300 R 60 60 1 1 I +X D7 21 -1000 -1100 300 R 60 60 1 1 I +X GND 31 0 -2700 300 U 60 60 1 1 I +X COMP 41 1000 800 300 L 60 60 1 1 I +X R6 51 -1000 1700 300 R 60 60 1 1 I +X B0 61 -1000 500 300 R 60 60 1 1 I +X OL2 12 -1000 -2200 300 R 60 60 1 1 I +X WR 22 -1000 -1700 300 R 60 60 1 1 I I +X GND 32 100 -2700 300 U 60 60 1 1 I +X OPA 42 1000 600 300 L 60 60 1 1 O +X R7 52 -1000 1600 300 R 60 60 1 1 I +X B1 62 -1000 400 300 R 60 60 1 1 I +X OL3 13 -1000 -2300 300 R 60 60 1 1 I +X RD 23 -1000 -1800 300 R 60 60 1 1 I I +X VAA 33 -100 2700 300 D 60 60 1 1 I +X VREF 43 1000 1000 300 L 60 60 1 1 I +X G0 53 -1000 1400 300 R 60 60 1 1 I +X B2 63 -1000 300 300 R 60 60 1 1 I +X D0 14 -1000 -400 300 R 60 60 1 1 I +X RS0 24 -1000 -1300 300 R 60 60 1 1 I +X VAA 34 0 2700 300 D 60 60 1 1 I +X VREFOUT 44 1000 400 300 L 60 60 1 1 O +X G1 54 -1000 1300 300 R 60 60 1 1 I +X B3 64 -1000 200 300 R 60 60 1 1 I +X D1 15 -1000 -500 300 R 60 60 1 1 I +X RS1 25 -1000 -1400 300 R 60 60 1 1 I +X VAA 35 100 2700 300 D 60 60 1 1 I +X R0 45 -1000 2300 300 R 60 60 1 1 I +X G2 55 -1000 1200 300 R 60 60 1 1 I +X B4 65 -1000 100 300 R 60 60 1 1 I +X D2 16 -1000 -600 300 R 60 60 1 1 I +X RS2 26 -1000 -1500 300 R 60 60 1 1 I +X VAA 36 200 2700 300 D 60 60 1 1 I +X R1 46 -1000 2200 300 R 60 60 1 1 I +X G3 56 -1000 1100 300 R 60 60 1 1 I +X B5 66 -1000 0 300 R 60 60 1 1 I +X D3 17 -1000 -700 300 R 60 60 1 1 I +X CR0 27 1000 -800 300 L 60 60 1 1 O +X RED 37 1000 2000 300 L 60 60 1 1 O +X R2 47 -1000 2100 300 R 60 60 1 1 I +X G4 57 -1000 1000 300 R 60 60 1 1 I +X B6 67 -1000 -100 300 R 60 60 1 1 I +X D4 18 -1000 -800 300 R 60 60 1 1 I +X CR1 28 1000 -900 300 L 60 60 1 1 O +X GRE 38 1000 1800 300 L 60 60 1 1 O +X R3 48 -1000 2000 300 R 60 60 1 1 I +X G5 58 -1000 900 300 R 60 60 1 1 I +X B7 68 -1000 -200 300 R 60 60 1 1 I +X D5 19 -1000 -900 300 R 60 60 1 1 I +X CR2 29 1000 -1000 300 L 60 60 1 1 O +X BLU 39 1000 1600 300 L 60 60 1 1 O +X R4 49 -1000 1900 300 R 60 60 1 1 I +X G6 59 -1000 800 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# BT812 +# +DEF BT812 U 0 30 Y Y 1 F N +F0 "U" 1870 3350 60 H V C CNN +F1 "BT812" 1230 -3350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -1750 -3300 1750 3300 0 1 0 N +X VAA 1 -650 3600 300 D 60 60 1 1 I +X VAA 2 -550 3600 300 D 60 60 1 1 I +X YREF- 3 -2050 -100 300 R 60 60 1 1 I +X VIN_Y/COMP. 4 2050 -300 300 L 60 60 1 1 I +X GNDA 5 -650 -3600 300 U 60 60 1 1 I +X OUT_Y 6 2050 0 300 L 60 60 1 1 O +X YLEVEL 7 -2050 100 300 R 60 60 1 1 I +X GND 30 -1550 -3600 300 U 60 60 1 1 I +X VAA 40 -350 3600 300 D 60 60 1 1 I +X B5 50 2050 600 300 L 60 60 1 1 T +X R5 60 2050 2400 300 L 60 60 1 1 T +X G4 70 2050 1600 300 L 60 60 1 1 T +X VAA 80 250 3600 300 D 60 60 1 1 I +X TCLK 90 -2050 2000 300 R 60 60 1 1 I +X VCC 31 -1650 3600 300 D 60 60 1 1 I +X VAA 41 -250 3600 300 D 60 60 1 1 I +X B4 51 2050 700 300 L 60 60 1 1 T +X R4 61 2050 2500 300 L 60 60 1 1 T +X G3 71 2050 1700 300 L 60 60 1 1 T +X VAA 81 350 3600 300 D 60 60 1 1 I +X VCC 91 -1250 3600 300 D 60 60 1 1 P +X ACTIVE 32 2050 -1800 300 L 60 60 1 1 O +X VAA 42 -150 3600 300 D 60 60 1 1 I +X B3 52 2050 800 300 L 60 60 1 1 T +X R3 62 2050 2600 300 L 60 60 1 1 T +X G2 72 2050 1800 300 L 60 60 1 1 T +X VAA 82 450 3600 300 D 60 60 1 1 I +X D0 92 -2050 -1200 300 R 60 60 1 1 T +X VACTIVE 33 2050 -1700 300 L 60 60 1 1 O I +X VAA 43 -50 3600 300 D 60 60 1 1 I +X B2 53 2050 900 300 L 60 60 1 1 T +X R2 63 2050 2700 300 L 60 60 1 1 T +X G1 73 2050 1900 300 L 60 60 1 1 T +X WR 83 -2050 -2500 300 R 60 60 1 1 I I +X D1 93 -2050 -1300 300 R 60 60 1 1 T +X VRESET 34 2050 -1500 300 L 60 60 1 1 O I +X GND 44 -1450 -3600 300 U 60 60 1 1 I +X B1 54 2050 1000 300 L 60 60 1 1 T +X R1 64 2050 2800 300 L 60 60 1 1 T +X G0 74 2050 2000 300 L 60 60 1 1 T +X RS0 84 -2050 -2100 300 R 60 60 1 1 I +X D2 94 -2050 -1400 300 R 60 60 1 1 T +X FIELD_1 25 2050 -2100 300 L 60 60 1 1 B +X HACTIVE 35 2050 -1600 300 L 60 60 1 1 O I +X VCC 45 -1550 3600 300 D 60 60 1 1 I +X B0 55 2050 1100 300 L 60 60 1 1 T +X R0 65 2050 2900 300 L 60 60 1 1 T +X GND 75 -1150 -3600 300 U 60 60 1 1 I +X RS1 85 -2050 -2200 300 R 60 60 1 1 I +X D3 95 -2050 -1500 300 R 60 60 1 1 T +X GND 16 -1650 -3600 300 U 60 60 1 1 I +X FIELD_0 26 2050 -2000 300 L 60 60 1 1 B +X HRESET 36 2050 -1400 300 L 60 60 1 1 O I +X VTU_EN 46 -2050 2300 300 R 60 60 1 1 I I +X GND 56 -1350 -3600 300 U 60 60 1 1 I +X GND 66 -1250 -3600 300 U 60 60 1 1 I +X VCC 76 -1350 3600 300 D 60 60 1 1 I +X RD 86 -2050 -2400 300 R 60 60 1 1 I I +X D4 96 -2050 -1600 300 R 60 60 1 1 T +X FIELD_2 27 2050 -2200 300 L 60 60 1 1 O +X SERROR 37 2050 -1100 300 L 60 60 1 1 O +X PIXEL_EN 47 -2050 2200 300 R 60 60 1 1 I I +X VCC 57 -1450 3600 300 D 60 60 1 1 I +X G7 67 2050 1300 300 L 60 60 1 1 T +X RESET 87 -2050 -2700 300 R 60 60 1 1 I I +X D5 97 -2050 -1700 300 R 60 60 1 1 T +X CBFLAG 28 2050 -1000 300 L 60 60 1 1 O +X CAPTURE 38 2050 -800 300 L 60 60 1 1 O +X B7 48 2050 400 300 L 60 60 1 1 T +X R7 58 2050 2200 300 L 60 60 1 1 T +X G6 68 2050 1400 300 L 60 60 1 1 T +X VAA 78 50 3600 300 D 60 60 1 1 I +X TDI 88 -2050 1800 300 R 60 60 1 1 I +X GND 98 -1050 -3600 300 U 60 60 1 1 I +X VALID 29 2050 -900 300 L 60 60 1 1 O +X VAA 39 -450 3600 300 D 60 60 1 1 I +X B6 49 2050 500 300 L 60 60 1 1 T +X R6 59 2050 2300 300 L 60 60 1 1 T +X G5 69 2050 1500 300 L 60 60 1 1 T +X VAA 79 150 3600 300 D 60 60 1 1 I +X TMS 89 -2050 1900 300 R 60 60 1 1 I +X D6 99 -2050 -1800 300 R 60 60 1 1 T +X D7 100 -2050 -1900 300 R 60 60 1 1 T +X N/C 110 2050 -2900 300 L 60 60 1 1 I +X VAA 120 650 3600 300 D 60 60 1 1 I +X GNDA 130 -150 -3600 300 U 60 60 1 1 I +X SYNC_DET 140 -2050 300 300 R 60 60 1 1 I +X VID3_Y 150 -2050 600 300 R 60 60 1 1 I +X VAA 160 1650 3600 300 D 60 60 1 1 I +X TDO 101 -2050 1700 300 R 60 60 1 1 O +X GND 111 -850 -3600 300 U 60 60 1 1 I +X VAA 121 750 3600 300 D 60 60 1 1 I +X VID3_C 131 -2050 500 300 R 60 60 1 1 I +X VAA 141 1150 3600 300 D 60 60 1 1 I +X GNDA 151 650 -3600 300 U 60 60 1 1 I +X VCC 102 -1150 3600 300 D 60 60 1 1 I +X VCC 112 -1050 3600 300 D 60 60 1 1 I +X VAA 122 850 3600 300 D 60 60 1 1 I +X VAA 132 1050 3600 300 D 60 60 1 1 I +X VAA 142 1250 3600 300 D 60 60 1 1 I +X VID2_Y 152 -2050 900 300 R 60 60 1 1 I +X GND 103 -950 -3600 300 U 60 60 1 1 I +X REFOUT 113 -2050 -800 300 R 60 60 1 1 O +X VAA 123 950 3600 300 D 60 60 1 1 P +X GNDA 143 350 -3600 300 U 60 60 1 1 I +X GNDA 153 750 -3600 300 U 60 60 1 1 I +X CLKX1 104 2050 -2400 300 L 60 60 1 1 O +X CLEVEL 114 -2050 -300 300 R 60 60 1 1 I +X GNDA 124 -450 -3600 300 U 60 60 1 1 I +X GNDA 134 -50 -3600 300 U 60 60 1 1 I +X YREF+ 144 -2050 0 300 R 60 60 1 1 I +X VID1_Y 154 -2050 1200 300 R 60 60 1 1 I +X CLKX2 105 2050 -2500 300 L 60 60 1 1 O +X OUT_C 115 2050 -100 300 L 60 60 1 1 O +X VID0_C 125 -2050 1400 300 R 60 60 1 1 I +X R/2 135 -2050 -700 300 R 60 60 1 1 I +X GNDA 145 450 -3600 300 U 60 60 1 1 I +X GNDA 155 850 -3600 300 U 60 60 1 1 I +X XTAL2_IN 106 -2050 2600 300 R 60 60 1 1 I +X GNDA 116 -550 -3600 300 U 60 60 1 1 I +X GNDA 126 -350 -3600 300 U 60 60 1 1 I +X GNDA 136 50 -3600 300 U 60 60 1 1 I +X VID0_Y 156 -2050 1500 300 R 60 60 1 1 I +X XTAL2_OUT 107 -2050 2500 300 R 60 60 1 1 O +X VIN_C 117 2050 -400 300 L 60 60 1 1 I +X VID1_C 127 -2050 1100 300 R 60 60 1 1 I +X CREF+ 137 -2050 -400 300 R 60 60 1 1 I +X GNDA 147 550 -3600 300 U 60 60 1 1 I +X GNDA 157 950 -3600 300 U 60 60 1 1 I +X XTAL1_IN 108 -2050 2900 300 R 60 60 1 1 I +X CREF- 118 -2050 -500 300 R 60 60 1 1 I +X GNDA 128 -250 -3600 300 U 60 60 1 1 I +X GNDA 138 150 -3600 300 U 60 60 1 1 I +X VAA 158 1450 3600 300 D 60 60 1 1 I +X XTAL1_OUT 109 -2050 2800 300 R 60 60 1 1 O +X VAA 119 550 3600 300 D 60 60 1 1 I +X VID2_C 129 -2050 800 300 R 60 60 1 1 I +X GNDA 139 250 -3600 300 U 60 60 1 1 I +X VAA 149 1350 3600 300 D 60 60 1 1 I +X VAA 159 1550 3600 300 D 60 60 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_5 +# +DEF CONN_5 P 0 40 Y Y 1 F N +F0 "P" -50 0 50 V V C CNN +F1 "CONN_5" 50 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 250 100 -250 0 1 0 f +X ~ 1 -400 200 300 R 60 60 1 1 P I +X ~ 2 -400 100 300 R 60 60 1 1 P I +X ~ 3 -400 0 300 R 60 60 1 1 P I +X ~ 4 -400 -100 300 R 60 60 1 1 P I +X ~ 5 -400 -200 300 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CTRIM +# +DEF CTRIM C 0 10 Y Y 1 F N +F0 "C" 130 -80 50 H V C CNN +F1 "CTRIM" 150 -160 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 12 -100 -30 100 -30 N +P 2 0 1 12 -100 30 100 30 N +P 2 0 1 12 -90 -90 75 75 N +P 3 0 1 0 50 100 100 100 100 50 F +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LIGNE_A_RETARD +# +DEF LIGNE_A_RETARD L 0 40 Y N 1 F N +F0 "L" 0 100 70 H V C CNN +F1 "LIGNE_A_RETARD" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 899 1 0 1 0 N 0 -100 50 -150 +A 0 -150 50 -1 -899 0 1 0 N 50 -150 0 -199 +A 0 -50 50 899 1 0 1 0 N 0 0 50 -50 +A 0 -50 50 -1 -899 0 1 0 N 50 -50 0 -99 +A 0 50 50 899 1 0 1 0 N 0 100 50 50 +A 0 50 50 -1 -899 0 1 0 N 50 50 0 1 +A 0 150 50 899 1 0 1 0 N 0 200 50 150 +A 0 150 50 -1 -899 0 1 0 N 50 150 0 101 +P 2 0 1 0 -100 200 -100 -200 N +X 1 1 0 300 100 D 60 60 1 1 P +X 2 2 0 -300 100 U 60 60 1 1 P +X COMMUN 3 -200 0 100 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# NPN +# +DEF NPN Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 50 H V R CNN +F1 "NPN" 0 150 50 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PCI_CONUNIV +# +DEF PCI_CONUNIV J 0 30 Y Y 1 F N +F0 "J" 0 3200 60 H V C CNN +F1 "PCI_CONUNIV" 0 -3200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS BUSPCI-5V +DRAW +S -750 3150 750 -3150 0 1 0 N +X TRST# A1 1100 3050 350 L 60 60 1 1 O I +X -12V B1 -1100 3050 350 R 60 60 1 1 W +X +12V A2 1100 2950 350 L 60 60 1 1 W +X TCK B2 -1100 2950 350 R 60 60 1 1 O +X TMS A3 1100 2850 350 L 60 60 1 1 O +X GND B3 -1100 2850 350 R 60 60 1 1 I +X TDI A4 1100 2750 350 L 60 60 1 1 O +X TDO B4 -1100 2750 350 R 60 60 1 1 I +X +5V A5 1100 2650 350 L 60 60 1 1 W +X +5V B5 -1100 2650 350 R 60 60 1 1 W +X INTA# A6 1100 2550 350 L 60 60 1 1 I I +X +5V B6 -1100 2550 350 R 60 60 1 1 W +X INTC# A7 1100 2450 350 L 60 60 1 1 I I +X INTB# B7 -1100 2450 350 R 60 60 1 1 I I +X +5V A8 1100 2350 350 L 60 60 1 1 W +X INTD# B8 -1100 2350 350 R 60 60 1 1 I I +X RESERVED A9 1100 2250 350 L 60 60 1 1 P +X PRSNT1# B9 -1100 2250 350 R 60 60 1 1 I I +X VIO A10 1100 2150 350 L 60 60 1 1 W +X RESERVED B10 -1100 2150 350 R 60 60 1 1 P +X AD[30] A20 1100 1150 350 L 60 60 1 1 B +X AD[31] B20 -1100 1150 350 R 60 60 1 1 B +X GND A30 1100 150 350 L 60 60 1 1 W +X AD[19] B30 -1100 150 350 R 60 60 1 1 B +X RESERVED A40 1100 -850 350 L 60 60 1 1 B +X PERR# B40 -1100 -850 350 R 60 60 1 1 B I +X REQ64# A60 1100 -2850 350 L 60 60 1 1 B I +X ACK64# B60 -1100 -2850 350 R 60 60 1 1 B I +X RESERVED A11 1100 2050 350 L 60 60 1 1 P +X PRSNT2# B11 -1100 2050 350 R 60 60 1 1 I I +X +3.3V A21 1100 1050 350 L 60 60 1 1 W +X AD[29] B21 -1100 1050 350 R 60 60 1 1 B +X AD[18] A31 1100 50 350 L 60 60 1 1 B +X +3.3V B31 -1100 50 350 R 60 60 1 1 W +X RESERVED A41 1100 -950 350 L 60 60 1 1 B +X +3.3V B41 -1100 -950 350 R 60 60 1 1 W +X +5V A61 1100 -2950 350 L 60 60 1 1 W +X +5V B61 -1100 -2950 350 R 60 60 1 1 W +X AD[28] A22 1100 950 350 L 60 60 1 1 B +X GND B22 -1100 950 350 R 60 60 1 1 W +X AD[16] A32 1100 -50 350 L 60 60 1 1 B +X AD[17] B32 -1100 -50 350 R 60 60 1 1 B +X GND A42 1100 -1050 350 L 60 60 1 1 W +X SERR# B42 -1100 -1050 350 R 60 60 1 1 I I +X C/BE#[0] A52 1100 -2050 350 L 60 60 1 1 B I +X AD[08] B52 -1100 -2050 350 R 60 60 1 1 B +X +5V A62 1100 -3050 350 L 60 60 1 1 W +X +5V B62 -1100 -3050 350 R 60 60 1 1 W +X AD[26] A23 1100 850 350 L 60 60 1 1 B +X AD[27] B23 -1100 850 350 R 60 60 1 1 B +X +3.3V A33 1100 -150 350 L 60 60 1 1 W +X C/BE#[2] B33 -1100 -150 350 R 60 60 1 1 B I +X PAR A43 1100 -1150 350 L 60 60 1 1 B +X +3.3V B43 -1100 -1150 350 R 60 60 1 1 W +X +3.3V A53 1100 -2150 350 L 60 60 1 1 W +X AD[07] B53 -1100 -2150 350 R 60 60 1 1 B +X 3.3VAUX A14 1100 1750 350 L 60 60 1 1 P +X RESERVED B14 -1100 1750 350 R 60 60 1 1 P +X GND A24 1100 750 350 L 60 60 1 1 W +X AD[25] B24 -1100 750 350 R 60 60 1 1 B +X FRAME# A34 1100 -250 350 L 60 60 1 1 B I +X GND B34 -1100 -250 350 R 60 60 1 1 W +X AD[15] A44 1100 -1250 350 L 60 60 1 1 B +X C/BE#[1] B44 -1100 -1250 350 R 60 60 1 1 B I +X AD[06] A54 1100 -2250 350 L 60 60 1 1 B +X +3.3V B54 -1100 -2250 350 R 60 60 1 1 I +X RST# A15 1100 1650 350 L 60 60 1 1 O I +X GND B15 -1100 1650 350 R 60 60 1 1 W +X AD[24] A25 1100 650 350 L 60 60 1 1 B +X +3.3V B25 -1100 650 350 R 60 60 1 1 W +X GND A35 1100 -350 350 L 60 60 1 1 W +X IRDY# B35 -1100 -350 350 R 60 60 1 1 B I +X +3.3V A45 1100 -1350 350 L 60 60 1 1 W +X AD[14] B45 -1100 -1350 350 R 60 60 1 1 B +X AD[04] A55 1100 -2350 350 L 60 60 1 1 B +X AD[05] B55 -1100 -2350 350 R 60 60 1 1 B +X VIO A16 1100 1550 350 L 60 60 1 1 W +X CLK B16 -1100 1550 350 R 60 60 1 1 O +X IDSEL A26 1100 550 350 L 60 60 1 1 O +X C/BE#[3] B26 -1100 550 350 R 60 60 1 1 B +X TRDY# A36 1100 -450 350 L 60 60 1 1 B I +X +3.3V B36 -1100 -450 350 R 60 60 1 1 W +X AD[13] A46 1100 -1450 350 L 60 60 1 1 B +X GND B46 -1100 -1450 350 R 60 60 1 1 W +X GND A56 1100 -2450 350 L 60 60 1 1 W +X AD[03] B56 -1100 -2450 350 R 60 60 1 1 B +X GNT# A17 1100 1450 350 L 60 60 1 1 B I +X GND B17 -1100 1450 350 R 60 60 1 1 W +X +3.3V A27 1100 450 350 L 60 60 1 1 W +X AD[23] B27 -1100 450 350 R 60 60 1 1 B +X GND A37 1100 -550 350 L 60 60 1 1 W +X DEVSEL# B37 -1100 -550 350 R 60 60 1 1 B I +X AD[11] A47 1100 -1550 350 L 60 60 1 1 B +X AD[12] B47 -1100 -1550 350 R 60 60 1 1 B +X AD[02] A57 1100 -2550 350 L 60 60 1 1 B +X GND B57 -1100 -2550 350 R 60 60 1 1 W +X GND A18 1100 1350 350 L 60 60 1 1 W +X REQ# B18 -1100 1350 350 R 60 60 1 1 B I +X AD[22] A28 1100 350 350 L 60 60 1 1 B +X GND B28 -1100 350 350 R 60 60 1 1 W +X STOP# A38 1100 -650 350 L 60 60 1 1 B I +X GND B38 -1100 -650 350 R 60 60 1 1 W +X GND A48 1100 -1650 350 L 60 60 1 1 W +X AD[10] B48 -1100 -1650 350 R 60 60 1 1 B +X AD[00] A58 1100 -2650 350 L 60 60 1 1 B +X AD[01] B58 -1100 -2650 350 R 60 60 1 1 B +X PME# A19 1100 1250 350 L 60 60 1 1 P +X VIO B19 -1100 1250 350 R 60 60 1 1 W +X AD[20] A29 1100 250 350 L 60 60 1 1 B +X AD[21] B29 -1100 250 350 R 60 60 1 1 B +X +3.3V A39 1100 -750 350 L 60 60 1 1 W +X LOCK# B39 -1100 -750 350 R 60 60 1 1 B I +X AD[09] A49 1100 -1750 350 L 60 60 1 1 B +X M66EN B49 -1100 -1750 350 R 60 60 1 1 W +X VIO A59 1100 -2750 350 L 60 60 1 1 W +X VIO B59 -1100 -2750 350 R 60 60 1 1 W +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# RR8 +# +DEF RR8 RR 0 40 Y N 1 F N +F0 "RR" 50 550 70 H V C CNN +F1 "RR8" 30 0 70 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 -50 -400 -50 500 50 500 100 450 100 -400 -50 -400 N +X COM 1 -350 450 300 R 60 60 1 1 P I +X 2 2 -350 350 300 R 60 60 1 1 P I +X 3 3 -350 250 300 R 60 60 1 1 P I +X 4 4 -350 150 300 R 60 60 1 1 P I +X 5 5 -350 50 300 R 60 60 1 1 P I +X 6 6 -350 -50 300 R 60 60 1 1 P I +X 7 7 -350 -150 300 R 60 60 1 1 P I +X 8 8 -350 -250 300 R 60 60 1 1 P I +X 9 9 -350 -350 300 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# S5933_PQ160 +# +DEF S5933_PQ160 U 0 30 Y Y 1 F N +F0 "U" 0 2250 60 H V C CNN +F1 "S5933_PQ160" 450 -4150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VSS 10 -150 -4100 0 U 60 60 0 0 W N +X VSS 30 -50 -4100 0 U 60 60 0 0 W N +X VSS 50 150 -4100 0 U 60 60 0 0 W N +X VSS 70 50 -4100 0 U 60 60 0 0 W N +X VSS 90 250 -4100 0 U 60 60 0 0 W N +X VCC 11 -300 4150 0 D 60 60 0 0 W N +X VCC 31 -200 4150 0 D 60 60 0 0 W N +X VCC 51 -100 4150 0 D 60 60 0 0 W N +X VCC 71 0 4150 0 D 60 60 0 0 W N +X VCC 91 100 4150 0 D 60 60 0 0 W N +X VSS 110 350 -4100 0 U 60 60 0 0 W N +X VSS 130 450 -4100 0 U 60 60 0 0 W N +X VSS 150 -250 -4100 0 U 60 60 0 0 W N +X VCC 111 200 4150 0 D 60 60 0 0 W N +X VCC 131 300 4150 0 D 60 60 0 0 W N +X VCC 151 400 4150 0 D 60 60 0 0 W N +S -850 4100 850 -4100 0 1 0 N +X EQ0 1 -1150 -3150 300 R 60 60 1 1 B +X AD23 2 -1150 1750 300 R 60 60 1 1 B +X AD22 3 -1150 1850 300 R 60 60 1 1 B +X AD21 4 -1150 1950 300 R 60 60 1 1 B +X DQ31 5 1150 950 300 L 60 60 1 1 B +X AD20 6 -1150 2050 300 R 60 60 1 1 B +X AD19 7 -1150 2150 300 R 60 60 1 1 B +X AD18 8 -1150 2250 300 R 60 60 1 1 B +X EQ1 9 -1150 -3250 300 R 60 60 1 1 B +X DEVSEL# 20 -1150 -650 300 R 60 60 1 1 B +X AD9 40 -1150 3150 300 R 60 60 1 1 B +X BE3# 60 1150 -1150 300 L 60 60 1 1 I +X DQ12 80 1150 2850 300 L 60 60 1 1 B +X EQ3 21 -1150 -3450 300 R 60 60 1 1 B +X EQ6/AMREN 41 -1150 -3750 300 R 60 60 1 1 B +X EA1 61 -1150 -1650 300 R 60 60 1 1 B +X EA4 81 -1150 -1950 300 R 60 60 1 1 B +X AD17 12 -1150 2350 300 R 60 60 1 1 B +X STOP# 22 -1150 -250 300 R 60 60 1 1 B +X AD15 32 -1150 2550 300 R 60 60 1 1 B +X AD8 42 -1150 3250 300 R 60 60 1 1 B +X AD3 52 -1150 3750 300 R 60 60 1 1 B +X BE2# 62 1150 -1050 300 L 60 60 1 1 I +X RD# 72 1150 -1550 300 L 60 60 1 1 I +X DQ11 82 1150 2950 300 L 60 60 1 1 B +X DQ6 92 1150 3450 300 L 60 60 1 1 B +X DQ30 13 1150 1050 300 L 60 60 1 1 B +X LOCK# 23 -1150 -350 300 R 60 60 1 1 I +X EQ5/FRC# 33 -1150 -3650 300 R 60 60 1 1 B +X C/BE0# 43 -1150 850 300 R 60 60 1 1 B +X DQ26 53 1150 1450 300 L 60 60 1 1 B +X BE1# 63 1150 -950 300 L 60 60 1 1 I +X EA3 73 -1150 -1850 300 R 60 60 1 1 B +X DQ10 83 1150 3050 300 L 60 60 1 1 B +X DQ22 93 1150 1850 300 L 60 60 1 1 B +X AD16 14 -1150 2450 300 R 60 60 1 1 B +X PERR# 24 -1150 -950 300 R 60 60 1 1 B +X AD14 34 -1150 2650 300 R 60 60 1 1 B +X AD7 44 -1150 3350 300 R 60 60 1 1 B +X AD2 54 -1150 3850 300 R 60 60 1 1 B +X ADR5 64 1150 -650 300 L 60 60 1 1 I +X WR# 74 1150 -1450 300 L 60 60 1 1 I +X DQ9 84 1150 3150 300 L 60 60 1 1 B +X DQ5 94 1150 3550 300 L 60 60 1 1 B +X C/BE2# 15 -1150 650 300 R 60 60 1 1 B +X DQ29 25 1150 1150 300 L 60 60 1 1 B +X AD13 35 -1150 2750 300 R 60 60 1 1 B +X DQ27 45 1150 1350 300 L 60 60 1 1 B +X AD1 55 -1150 3950 300 R 60 60 1 1 B +X DQ25 65 1150 1550 300 L 60 60 1 1 B +X SELECT# 75 1150 -1350 300 L 60 60 1 1 I +X DQ23 85 1150 1750 300 L 60 60 1 1 B +X DQ4 95 1150 3650 300 L 60 60 1 1 B +X FRAME# 16 -1150 50 300 R 60 60 1 1 B +X SERR# 26 -1150 -1050 300 R 60 60 1 1 O +X AD12 36 -1150 2850 300 R 60 60 1 1 B +X AD6 46 -1150 3450 300 R 60 60 1 1 B +X AD0 56 -1150 4050 300 R 60 60 1 1 B +X ADR4 66 1150 -550 300 L 60 60 1 1 I +X DQ15 76 1150 2550 300 L 60 60 1 1 B +X DQ8 86 1150 3250 300 L 60 60 1 1 B +X DQ3 96 1150 3750 300 L 60 60 1 1 B +X EQ2 17 -1150 -3350 300 R 60 60 1 1 B +X PAR 27 -1150 450 300 R 60 60 1 1 B +X DQ28 37 1150 1250 300 L 60 60 1 1 B +X AD5 47 -1150 3550 300 R 60 60 1 1 B +X EA0 57 -1150 -1550 300 R 60 60 1 1 B +X ADR3 67 1150 -450 300 L 60 60 1 1 I +X DQ24 77 1150 1650 300 L 60 60 1 1 B +X BE0# 87 1150 -850 300 L 60 60 1 1 I +X EA6 97 -1150 -2150 300 R 60 60 1 1 B +X IRDY# 18 -1150 -50 300 R 60 60 1 1 B +X C/BE1# 28 -1150 750 300 R 60 60 1 1 B +X AD11 38 -1150 2950 300 R 60 60 1 1 B +X AD4 48 -1150 3650 300 R 60 60 1 1 B +X INTA# 58 -1150 -1250 300 R 60 60 1 1 O +X ADR2 68 1150 -350 300 L 60 60 1 1 I +X DQ14 78 1150 2650 300 L 60 60 1 1 B +X DQ7 88 1150 3350 300 L 60 60 1 1 B +X DQ2 98 1150 3850 300 L 60 60 1 1 B +X TRDY# 19 -1150 -150 300 R 60 60 1 1 B +X EQ4/FWC# 29 -1150 -3550 300 R 60 60 1 1 B +X AD10 39 -1150 3050 300 R 60 60 1 1 B +X EQ7/AMWEN 49 -1150 -3850 300 R 60 60 1 1 B +X MODE_16/32 59 1150 -1250 300 L 60 60 1 1 I +X EA2 69 -1150 -1750 300 R 60 60 1 1 B +X DQ13 79 1150 2750 300 L 60 60 1 1 B +X EA5 89 -1150 -2050 300 R 60 60 1 1 B +X DQ1 99 1150 3950 300 L 60 60 1 1 B +X DQ0 100 1150 4050 300 L 60 60 1 1 B +X PTBE3# 120 1150 150 300 L 60 60 1 1 O +X BPCLK 140 1150 -2550 300 L 60 60 1 1 O +X IDSEL 160 -1150 -550 300 R 60 60 1 1 I +X EA7 101 -1150 -2250 300 R 60 60 1 1 B +X EA10 121 -1150 -2550 300 R 60 60 1 1 O +X EA13 141 -1150 -2850 300 R 60 60 1 1 O +X WRFIFO# 102 1150 -1750 300 L 60 60 1 1 I +X PTBURST# 112 1150 -150 300 L 60 60 1 1 O +X PTNUM1 122 1150 550 300 L 60 60 1 1 O +X ADR6 132 1150 -750 300 L 60 60 1 1 I +X CLK 142 -1150 350 300 R 60 60 1 1 I +X AD28 152 -1150 1250 300 R 60 60 1 1 B +X WRFULL 103 1150 -2050 300 L 60 60 1 1 O +X EA9 113 -1150 -2450 300 R 60 60 1 1 O +X PTNUM0 123 1150 650 300 L 60 60 1 1 O +X DQ18 133 1150 2250 300 L 60 60 1 1 B +X GNT# 143 -1150 -850 300 R 60 60 1 1 I +X EA15/FRF 153 -1150 -3050 300 R 60 60 1 1 B +X RDFIFO# 104 1150 -1850 300 L 60 60 1 1 I +X PTATN# 114 1150 850 300 L 60 60 1 1 O +X IRQ# 124 1150 -2450 300 L 60 60 1 1 O +X REQ# 144 -1150 -750 300 R 60 60 1 1 O +X AD27 154 -1150 1350 300 R 60 60 1 1 B +X DQ21 105 1150 1950 300 L 60 60 1 1 B +X PTRDY# 115 1150 750 300 L 60 60 1 1 I +X DQ19 125 1150 2150 300 L 60 60 1 1 B +X SNV 135 1150 -2350 300 L 60 60 1 1 I +X DQ17 145 1150 2350 300 L 60 60 1 1 B +X AD26 155 -1150 1450 300 R 60 60 1 1 B +X RDEMPTY 106 1150 -2150 300 L 60 60 1 1 O +X PTBE0# 116 1150 450 300 L 60 60 1 1 O +X SYSRST# 126 1150 -2650 300 L 60 60 1 1 O +X AD31 146 -1150 950 300 R 60 60 1 1 B +X AD25 156 -1150 1550 300 R 60 60 1 1 B +X PTADR# 107 1150 50 300 L 60 60 1 1 I +X DQ20 117 1150 2050 300 L 60 60 1 1 B +X EWR#/SDA 127 -1150 -4050 300 R 60 60 1 1 B +X EA12 137 -1150 -2750 300 R 60 60 1 1 O +X AD30 147 -1150 1050 300 R 60 60 1 1 B +X DQ16 157 1150 2450 300 L 60 60 1 1 B +X PTWR 108 1150 -50 300 L 60 60 1 1 O +X PTBE1# 118 1150 350 300 L 60 60 1 1 O +X ERD#/SCL 128 -1150 -3950 300 R 60 60 1 1 O +X FLT# 138 1150 -2250 300 L 60 60 1 1 I +X AD29 148 -1150 1150 300 R 60 60 1 1 B +X AD24 158 -1150 1650 300 R 60 60 1 1 B +X EA8 109 -1150 -2350 300 R 60 60 1 1 B +X PTBE2# 119 1150 250 300 L 60 60 1 1 O +X EA11 129 -1150 -2650 300 R 60 60 1 1 O +X RST# 139 -1150 250 300 R 60 60 1 1 I +X EA14/FWE 149 -1150 -2950 300 R 60 60 1 1 B +X C/BE3# 159 -1150 550 300 R 60 60 1 1 B +ENDDRAW +ENDDEF +# +# SIM4X32 +# +DEF SIM4X32 U 0 40 Y Y 1 F N +F0 "U" 0 550 70 H V C CNN +F1 "SIM4X32" 450 -2000 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 -1900 500 1900 0 1 0 N +X GND 1 -100 -1900 0 U 60 60 1 1 W N +X DQ0 2 800 1800 300 L 60 60 1 1 T +X DQ16 3 800 0 300 L 60 60 1 1 T +X DQ1 4 800 1700 300 L 60 60 1 1 T +X DQ17 5 800 -100 300 L 60 60 1 1 T +X DQ2 6 800 1600 300 L 60 60 1 1 T +X DQ18 7 800 -200 300 L 60 60 1 1 T +X DQ3 8 800 1500 300 L 60 60 1 1 T +X DQ19 9 800 -300 300 L 60 60 1 1 T +X VCC 10 -100 1900 0 D 60 60 1 1 W N +X DQ4 20 800 1400 300 L 60 60 1 1 T +X VCC 30 0 1900 0 D 60 60 1 1 W N +X CAS0 40 -800 -200 300 R 60 60 1 1 I I +X DQ24 50 800 -900 300 L 60 60 1 1 T +X DQ29 60 800 -1400 300 L 60 60 1 1 T +X PRD3 70 -800 -1200 300 R 60 60 1 1 I +X DQ20 21 800 -400 300 L 60 60 1 1 T +X A8 31 -800 1000 300 R 60 60 1 1 I +X CAS1 41 -800 -300 300 R 60 60 1 1 I I +X DQ9 51 800 800 300 L 60 60 1 1 T +X DQ13 61 800 400 300 L 60 60 1 1 T +X A0 12 -800 1800 300 R 60 60 1 1 I +X DQ5 22 800 1300 300 L 60 60 1 1 T +X A9 32 -800 900 300 R 60 60 1 1 I +X CAS2 42 -800 -400 300 R 60 60 1 1 I I +X DQ25 52 800 -1000 300 L 60 60 1 1 T +X DQ30 62 800 -1500 300 L 60 60 1 1 T +X GND 72 100 -1900 0 U 60 60 1 1 W N +X A1 13 -800 1700 300 R 60 60 1 1 I +X DQ21 23 800 -500 300 L 60 60 1 1 T +X CAS3 43 -800 -500 300 R 60 60 1 1 I I +X DQ10 53 800 700 300 L 60 60 1 1 T +X DQ14 63 800 300 300 L 60 60 1 1 T +X A2 14 -800 1600 300 R 60 60 1 1 I +X DQ6 24 800 1200 300 L 60 60 1 1 T +X RAS2 34 -800 100 300 R 60 60 1 1 I I +X RAS0 44 -800 300 300 R 60 60 1 1 I I +X DQ26 54 800 -1100 300 L 60 60 1 1 T +X DQ31 64 800 -1600 300 L 60 60 1 1 T +X A3 15 -800 1500 300 R 60 60 1 1 I +X DQ22 25 800 -600 300 L 60 60 1 1 T +X DQ11 55 800 600 300 L 60 60 1 1 T +X DQ15 65 800 200 300 L 60 60 1 1 T +X A4 16 -800 1400 300 R 60 60 1 1 I +X DQ7 26 800 1100 300 L 60 60 1 1 T +X DQ27 56 800 -1200 300 L 60 60 1 1 T +X A5 17 -800 1300 300 R 60 60 1 1 I +X DQ23 27 800 -700 300 L 60 60 1 1 T +X R/W 47 -800 -700 300 R 60 60 1 1 I +X DQ12 57 800 500 300 L 60 60 1 1 T +X PRD0 67 -800 -900 300 R 60 60 1 1 I +X A6 18 -800 1200 300 R 60 60 1 1 I +X A7 28 -800 1100 300 R 60 60 1 1 I +X DQ28 58 800 -1300 300 L 60 60 1 1 T +X PRD1 68 -800 -1000 300 R 60 60 1 1 I +X A10 19 -800 800 300 R 60 60 1 1 I +X GND 39 0 -1950 0 U 60 60 1 1 W N +X DQ8 49 800 900 300 L 60 60 1 1 T +X VCC 59 100 1900 0 D 60 60 1 1 W N +X PRD2 69 -800 -1100 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# TDA8501 +# +DEF TDA8501 U 0 30 Y Y 1 F N +F0 "U" 350 950 60 H V C CNN +F1 "TDA8501" 350 -850 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -600 850 600 -750 0 1 0 N +X -R.Y 1 -900 600 300 R 60 60 1 1 I +X MCTR 2 -900 100 300 R 60 60 1 1 I +X -B.Y 3 -900 500 300 R 60 60 1 1 I +X H/2 4 -900 400 300 R 60 60 1 1 B +X Y 5 -900 300 300 R 60 60 1 1 I +X UOFF 6 -900 200 300 R 60 60 1 1 O +X R 7 -900 -100 300 R 60 60 1 1 I +X VCC 8 0 1150 300 D 60 60 1 1 I +X G 9 -900 -200 300 R 60 60 1 1 I +X VSS 10 0 -1050 300 U 60 60 1 1 I +X Y+SIN 20 900 700 300 L 60 60 1 1 I +X B 11 -900 -300 300 R 60 60 1 1 I +X B/ADJ 21 900 -200 300 L 60 60 1 1 P +X VOFF 12 -900 -500 300 R 60 60 1 1 O +X Y+SOUT 22 900 800 300 L 60 60 1 1 O +X VREF 13 900 400 300 L 60 60 1 1 O +X OSC 23 -900 -700 300 R 60 60 1 1 O +X C/OUT 14 900 0 300 L 60 60 1 1 O +X CS 24 -900 800 300 R 60 60 1 1 I +X FLT 15 900 -500 300 L 60 60 1 1 P +X CVBS 16 900 100 300 L 60 60 1 1 O +X NTSC/PAL 17 900 -400 300 L 60 60 1 1 I +X NOTCH 18 900 -300 300 L 60 60 1 1 I +X Y/OUT 19 900 200 300 L 60 60 1 1 O +ENDDRAW +ENDDEF +# +# TEST +# +DEF TEST W 0 30 N N 1 F N +F0 "W" 0 60 40 H V C CNN +F1 "TEST" 0 -70 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C -70 0 30 0 1 0 N +C 70 0 30 0 1 0 N +X 1 1 -200 0 100 R 60 60 0 1 P +X 2 2 200 0 100 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VSS +# +DEF VSS #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "VSS" 0 -70 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X VSS 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# XC1736APD8 +# +DEF XC1736APD8 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC1736APD8" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -450 -450 450 450 0 1 0 N +X DATA 1 750 150 300 L 60 60 1 1 T +X CLK 2 -750 150 300 R 60 60 1 1 I C +X RAZ/OE 3 -750 -50 300 R 60 60 1 1 I I +X CE 4 -750 -250 300 R 60 60 1 1 I I +X GND 5 -450 -450 0 U 60 60 1 1 W N +X CEO 6 750 -150 300 L 60 60 1 1 O I +X VPP 7 -750 350 300 R 60 60 1 1 I +X VCC 8 -450 450 0 D 60 60 1 1 W N +ENDDRAW +ENDDEF +# +# XC4003-VQ100 +# +DEF XC4003-VQ100 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC4003-VQ100" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -650 -2350 650 2350 0 1 0 N +X GND 1 -550 -2350 0 U 60 60 1 1 W N +X PGCK1 2 -950 1150 300 R 60 60 1 1 P +X P/A17 3 -950 1050 300 R 60 60 1 1 P +X P/TDI 4 -950 950 300 R 60 60 1 1 P +X P/TCK 5 -950 850 300 R 60 60 1 1 P +X P/A3 6 -950 750 300 R 60 60 1 1 P +X P7 7 -950 650 300 R 60 60 1 1 P +X P8 8 -950 550 300 R 60 60 1 1 P +X P/A15 9 -950 450 300 R 60 60 1 1 P +X P/A4 10 -950 350 300 R 60 60 1 1 P +X P20 20 -950 -550 300 R 60 60 1 1 P +X P/LDC 30 -950 1250 300 R 60 60 1 1 P +X P40 40 -950 -2150 300 R 60 60 1 1 P +X DONE 50 -950 1750 300 R 60 60 1 1 C +X P60 60 950 -750 300 L 60 60 1 1 P +X P70 70 950 50 300 L 60 60 1 1 P +X P80 80 950 550 300 L 60 60 1 1 P +X P90 90 950 1350 300 L 60 60 1 1 B +X GND 11 -450 -2350 0 U 60 60 1 1 W N +X SGCK2 21 -950 -650 300 R 60 60 1 1 P +X P31 31 -950 -1350 300 R 60 60 1 1 P +X P41 41 950 -2250 300 L 60 60 1 1 P +X VCC 51 -250 2350 0 D 60 60 1 1 W N +X P61 61 950 -650 300 L 60 60 1 1 P +X P71/RDY 71 950 150 300 L 60 60 1 1 P +X P81 81 950 650 300 L 60 60 1 1 P +X P91 91 950 1450 300 L 60 60 1 1 P +X VCC 12 -550 2350 0 D 60 60 1 1 W N +X M1/RD 22 -950 2150 300 R 60 60 1 1 I +X P32 32 -950 -1450 300 R 60 60 1 1 P +X P42 42 950 -2150 300 L 60 60 1 1 P +X PROG 52 -950 1850 300 R 60 60 1 1 I I +X P62 62 950 -550 300 L 60 60 1 1 P +X DIN 72 -950 1650 300 R 60 60 1 1 P +X P82 82 950 750 300 L 60 60 1 1 P +X P92 92 950 1550 300 L 60 60 1 1 P +X P13 13 -950 150 300 R 60 60 1 1 B +X GND 23 -350 -2350 0 U 60 60 1 1 W N +X P33 33 -950 -1550 300 R 60 60 1 1 P +X P43 43 950 -2050 300 L 60 60 1 1 P +X P53 53 950 -1450 300 L 60 60 1 1 B +X VCC 63 -150 2350 0 D 60 60 1 1 W N +X DOUT/SGCK4 73 -950 1550 300 R 60 60 1 1 P +X P83 83 950 850 300 L 60 60 1 1 P +X P93 93 950 1650 300 L 60 60 1 1 P +X P14 14 -950 50 300 R 60 60 1 1 P +X M0/RT 24 -950 2250 300 R 60 60 1 1 I +X P34 34 -950 -1650 300 R 60 60 1 1 P +X P44 44 950 -1950 300 L 60 60 1 1 P +X PGCK3 54 950 -1350 300 L 60 60 1 1 B +X GND 64 -50 -2350 0 U 60 60 1 1 W N +X CCLK 74 -950 1450 300 R 60 60 1 1 I C +X P84 84 950 950 300 L 60 60 1 1 P +X P94 94 950 1750 300 L 60 60 1 1 P +X P15 15 -950 -50 300 R 60 60 1 1 P +X VCC 25 -450 2350 0 D 60 60 1 1 W N +X P35 35 -950 -1750 300 R 60 60 1 1 P +X P45 45 950 -1850 300 L 60 60 1 1 P +X P55 55 950 -1250 300 L 60 60 1 1 P +X P65 65 950 -450 300 L 60 60 1 1 P +X VCC 75 -50 2350 0 D 60 60 1 1 W N +X P85 85 950 1050 300 L 60 60 1 1 P +X P91 95 950 1850 300 L 60 60 1 1 P +X P16 16 -950 -150 300 R 60 60 1 1 P +X M2 26 -950 2050 300 R 60 60 1 1 P +X P36/INIT 36 -950 -1850 300 R 60 60 1 1 P +X P46 46 950 -1750 300 L 60 60 1 1 P +X P56 56 950 -1150 300 L 60 60 1 1 B +X P66 66 950 -350 300 L 60 60 1 1 P +X TDO 76 950 250 300 L 60 60 1 1 O +X P86 86 950 1150 300 L 60 60 1 1 P +X P96 96 950 1950 300 L 60 60 1 1 P +X P17 17 -950 -250 300 R 60 60 1 1 P +X PGCK2 27 -950 -950 300 R 60 60 1 1 P +X VCC 37 -350 2350 0 D 60 60 1 1 W N +X P47 47 950 -1650 300 L 60 60 1 1 P +X P57 57 950 -1050 300 L 60 60 1 1 P +X P67 67 950 -250 300 L 60 60 1 1 P +X GND 77 50 -2350 0 U 60 60 1 1 W N +X P87 87 950 1250 300 L 60 60 1 1 P +X P97 97 950 2050 300 L 60 60 1 1 P +X P18 18 -950 -350 300 R 60 60 1 1 P +X P/HDC 28 -950 1350 300 R 60 60 1 1 P +X GND 38 -250 -2350 0 U 60 60 1 1 W N +X SGCK3 48 950 -1550 300 L 60 60 1 1 P +X P58 58 950 -950 300 L 60 60 1 1 P +X P68 68 950 -150 300 L 60 60 1 1 P +X P78 78 950 350 300 L 60 60 1 1 P +X GND 88 150 -2350 0 U 60 60 1 1 W N +X P98 98 950 2150 300 L 60 60 1 1 B +X P19 19 -950 -450 300 R 60 60 1 1 P +X P29 29 -950 -1150 300 R 60 60 1 1 P +X P39 39 -950 -2050 300 R 60 60 1 1 P +X GND 49 -150 -2350 0 U 60 60 1 1 W N +X P59 59 950 -850 300 L 60 60 1 1 P +X P69 69 950 -50 300 L 60 60 1 1 P +X PGCK4 79 950 450 300 L 60 60 1 1 P +X VCC 89 50 2350 0 D 60 60 1 1 W N +X SGCK1 99 950 2250 300 L 60 60 1 1 B +X VCC 100 150 2350 0 D 60 60 1 1 W N +ENDDRAW +ENDDEF +# +# XC4005-PQ100 +# +DEF XC4005-PQ100 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC4005-PQ100" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -750 -2300 750 2300 0 1 0 N +X P1 1 1050 2100 300 L 60 60 1 1 P +X SGCK1 2 1050 2200 300 L 60 60 1 1 P +X VCC 3 -400 2300 0 D 60 60 1 1 W N +X GND 4 -400 -2300 0 U 60 60 1 1 W N +X PGCK1 5 -1050 1000 300 R 60 60 1 1 P +X P6 6 -1050 900 300 R 60 60 1 1 P +X P7/TDI 7 -1050 800 300 R 60 60 1 1 P +X P8/TCK 8 -1050 700 300 R 60 60 1 1 P +X P9/TMS 9 -1050 600 300 R 60 60 1 1 P +X P20 20 -1050 -200 300 R 60 60 1 1 P +X PGCK2 30 -1050 -800 300 R 60 60 1 1 P +X VCC 40 -100 2300 0 D 60 60 1 1 W N +X P50 50 1050 -2000 300 L 60 60 1 1 P +X P60 60 1050 -1200 300 L 60 60 1 1 P +X P70 70 1050 -400 300 L 60 60 1 1 P +X GND 80 200 -2300 0 U 60 60 1 1 W N +X P90 90 1050 1200 300 L 60 60 1 1 P +X P11 11 -1050 500 300 R 60 60 1 1 P +X P21 21 -1050 -300 300 R 60 60 1 1 P +X P31/HDC 31 -1050 1300 300 R 60 60 1 1 P +X GND 41 -100 -2300 0 U 60 60 1 1 W N +X SGCK3 51 1050 -1800 300 L 60 60 1 1 P +X P61 61 1050 -1100 300 L 60 60 1 1 P +X P71 71 1050 -300 300 L 60 60 1 1 P +X P81 81 1050 200 300 L 60 60 1 1 P +X GND 91 300 -2300 0 U 60 60 1 1 W N +X P12 12 -1050 400 300 R 60 60 1 1 P +X P22 22 -1050 -400 300 R 60 60 1 1 P +X P32 32 -1050 -1000 300 R 60 60 1 1 P +X P42 42 -1050 -1700 300 R 60 60 1 1 P +X GND 52 0 -2300 0 U 60 60 1 1 W N +X P62 62 1050 -1000 300 L 60 60 1 1 P +X P72 72 1050 -200 300 L 60 60 1 1 P +X PGCK4 82 1050 300 300 L 60 60 1 1 P +X VCC 92 300 2300 0 D 60 60 1 1 W N +X P13 13 -1050 300 300 R 60 60 1 1 P +X P23 23 -1050 -500 300 R 60 60 1 1 P +X P33/LDC 33 -1050 1200 300 R 60 60 1 1 P +X P43 43 -1050 -1800 300 R 60 60 1 1 P +X DONE 53 -1050 1800 300 R 60 60 1 1 C +X P63 63 1050 -900 300 L 60 60 1 1 P +X P73 73 1050 -100 300 L 60 60 1 1 P +X P83 83 1050 500 300 L 60 60 1 1 P +X P93 93 1050 1300 300 L 60 60 1 1 P +X GND 14 -300 -2300 0 U 60 60 1 1 W N +X SGCK2 24 -1050 -700 300 R 60 60 1 1 P +X P34 34 -1050 -1100 300 R 60 60 1 1 P +X P44 44 -1050 -1900 300 R 60 60 1 1 P +X VCC 54 0 2300 0 D 60 60 1 1 W N +X P64 64 1050 -800 300 L 60 60 1 1 P +X P74/BUSY 74 1050 0 300 L 60 60 1 1 P +X P84 84 1050 600 300 L 60 60 1 1 P +X P94 94 1050 1400 300 L 60 60 1 1 P +X VCC 15 -300 2300 0 D 60 60 1 1 W N +X M1 25 -1050 2100 300 R 60 60 1 1 P +X P35 35 -1050 -1200 300 R 60 60 1 1 P +X P45 45 -1050 -2000 300 R 60 60 1 1 P +X PROG 55 -1050 1900 300 R 60 60 1 1 I I +X P65 65 1050 -700 300 L 60 60 1 1 P +X DIN/D0 75 -1050 1700 300 R 60 60 1 1 P +X P85 85 1050 700 300 L 60 60 1 1 P +X P95 95 1050 1500 300 L 60 60 1 1 P +X P16 16 -1050 200 300 R 60 60 1 1 P +X GND 26 -200 -2300 0 U 60 60 1 1 W N +X P36 36 -1050 -1300 300 R 60 60 1 1 P +X P46 46 -1050 -2100 300 R 60 60 1 1 P +X P56 56 1050 -1700 300 L 60 60 1 1 P +X VCC 66 100 2300 0 D 60 60 1 1 W N +X DOUT/SGCK4 76 -1050 1600 300 R 60 60 1 1 P +X P86 86 1050 800 300 L 60 60 1 1 P +X P96 96 1050 1600 300 L 60 60 1 1 P +X P17 17 -1050 100 300 R 60 60 1 1 P +X M0 27 -1050 2200 300 R 60 60 1 1 I +X P37 37 -1050 -1400 300 R 60 60 1 1 P +X P47 47 -1050 -2200 300 R 60 60 1 1 P +X PGCK3 57 1050 -1600 300 L 60 60 1 1 P +X GND 67 100 -2300 0 U 60 60 1 1 W N +X CCLK 77 -1050 1500 300 R 60 60 1 1 I C +X P87 87 1050 900 300 L 60 60 1 1 P +X P97 97 1050 1700 300 L 60 60 1 1 P +X P18 18 -1050 0 300 R 60 60 1 1 P +X VCC 28 -200 2300 0 D 60 60 1 1 W N +X P38 38 -1050 -1500 300 R 60 60 1 1 P +X P48 48 1050 -2200 300 L 60 60 1 1 P +X P58 58 1050 -1400 300 L 60 60 1 1 P +X P68 68 1050 -600 300 L 60 60 1 1 P +X VCC 78 200 2300 0 D 60 60 1 1 W N +X P88 88 1050 1000 300 L 60 60 1 1 P +X P98 98 1050 1800 300 L 60 60 1 1 P +X P19 19 -1050 -100 300 R 60 60 1 1 P +X M2 29 -1050 2000 300 R 60 60 1 1 I +X P39/INIT 39 -1050 -1600 300 R 60 60 1 1 P +X P49 49 1050 -2100 300 L 60 60 1 1 P +X P59 59 1050 -1300 300 L 60 60 1 1 P +X P69 69 1050 -500 300 L 60 60 1 1 P +X TDO 79 1050 100 300 L 60 60 1 1 O +X P89 89 1050 1100 300 L 60 60 1 1 P +X P99 99 1050 1900 300 L 60 60 1 1 P +X P100 100 1050 2000 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# XC4005-PQ160 +# +DEF XC4005-PQ160 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC4005-PQ160" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -800 -3100 800 3100 0 1 0 N +X GND 1 -800 -3100 0 U 60 60 1 1 W N +X PGCK1 2 -1100 1700 300 R 60 60 1 1 B +X P3 3 -1100 1600 300 R 60 60 1 1 P +X P4 4 -1100 1500 300 R 60 60 1 1 P +X P5 5 -1100 1400 300 R 60 60 1 1 P +X TDI 6 -1100 1300 300 R 60 60 1 1 P +X TCK 7 -1100 1200 300 R 60 60 1 1 P +X GND 10 -700 -3100 0 U 60 60 1 1 W N +X VCC 20 -200 3100 0 D 60 60 1 1 W N +X M0 40 -1100 3000 300 R 60 60 1 1 I +X VCC 60 -300 3100 0 D 60 60 1 1 W N +X GND 70 -100 -3100 0 U 60 60 1 1 W N +X DONE 80 -1100 2500 300 R 60 60 1 1 B +X P11 11 -1100 1100 300 R 60 60 1 1 P +X P21 21 -1100 300 300 R 60 60 1 1 P +X VCC 41 -400 3100 0 D 60 60 1 1 W N +X GND 51 -300 -3100 0 U 60 60 1 1 W N +X GND 61 -200 -3100 0 U 60 60 1 1 W N +X VCC 81 -100 3100 0 D 60 60 1 1 W N +X GND 91 100 -3100 0 U 60 60 1 1 W N +X P12 12 -1100 1000 300 R 60 60 1 1 P +X P22 22 -1100 200 300 R 60 60 1 1 P +X P32 32 -1100 -500 300 R 60 60 1 1 P +X M2 42 -1100 2800 300 R 60 60 1 1 I +X P52 52 -1100 -1500 300 R 60 60 1 1 P +X P62 62 -1100 -2300 300 R 60 60 1 1 P +X PROG 82 -1100 2600 300 R 60 60 1 1 I I +X P92 92 1100 -1800 300 L 60 60 1 1 P +X TMS 13 -1100 900 300 R 60 60 1 1 P +X P23 23 -1100 100 300 R 60 60 1 1 P +X P33 33 -1100 -600 300 R 60 60 1 1 P +X PGCK2 43 -1100 -1100 300 R 60 60 1 1 P +X P53 53 -1100 -1600 300 R 60 60 1 1 P +X P63 63 -1100 -2400 300 R 60 60 1 1 P +X P73 73 1100 -3000 300 L 60 60 1 1 P +X P83 83 1100 -2400 300 L 60 60 1 1 P +X P93 93 1100 -1700 300 L 60 60 1 1 P +X P14 14 -1100 800 300 R 60 60 1 1 P +X P24 24 -1100 0 300 R 60 60 1 1 P +X P34 34 -1100 -700 300 R 60 60 1 1 P +X HDC 44 -1100 2000 300 R 60 60 1 1 P +X P54 54 -1100 -1700 300 R 60 60 1 1 P +X P64 64 -1100 -2500 300 R 60 60 1 1 P +X P74 74 1100 -2900 300 L 60 60 1 1 P +X PGCK3 84 1100 -2300 300 L 60 60 1 1 P +X P93 94 1100 -1600 300 L 60 60 1 1 P +X P15 15 -1100 700 300 R 60 60 1 1 P +X P25 25 -1100 -100 300 R 60 60 1 1 P +X P35 35 -1100 -800 300 R 60 60 1 1 P +X P45 45 -1100 -1200 300 R 60 60 1 1 P +X P55 55 -1100 -1800 300 R 60 60 1 1 P +X P65 65 -1100 -2600 300 R 60 60 1 1 P +X P75 75 1100 -2800 300 L 60 60 1 1 P +X P85 85 1100 -2200 300 L 60 60 1 1 P +X P95 95 1100 -1500 300 L 60 60 1 1 P +X P16 16 -1100 600 300 R 60 60 1 1 P +X P26 26 -1100 -200 300 R 60 60 1 1 P +X P36 36 -1100 -900 300 R 60 60 1 1 P +X P46 46 -1100 -1300 300 R 60 60 1 1 P +X P56 56 -1100 -1900 300 R 60 60 1 1 P +X P66 66 -1100 -2700 300 R 60 60 1 1 P +X P76 76 1100 -2700 300 L 60 60 1 1 P +X P86 86 1100 -2100 300 L 60 60 1 1 P +X P96 96 1100 -1400 300 L 60 60 1 1 P +X P17 17 -1100 500 300 R 60 60 1 1 P +X P27 27 -1100 -300 300 R 60 60 1 1 P +X SGCK2 37 -1100 -1000 300 R 60 60 1 1 P +X P47 47 -1100 -1400 300 R 60 60 1 1 P +X P57 57 -1100 -2000 300 R 60 60 1 1 P +X P67 67 -1100 -2800 300 R 60 60 1 1 P +X P77 77 1100 -2600 300 L 60 60 1 1 P +X P87 87 1100 -2000 300 L 60 60 1 1 P +X P97 97 1100 -1300 300 L 60 60 1 1 P +X P18 18 -1100 400 300 R 60 60 1 1 P +X P28 28 -1100 -400 300 R 60 60 1 1 P +X M1 38 -1100 2900 300 R 60 60 1 1 I +X LDC 48 -1100 1900 300 R 60 60 1 1 P +X P58 58 -1100 -2100 300 R 60 60 1 1 P +X P68 68 -1100 -2900 300 R 60 60 1 1 B +X SGCK3 78 1100 -2500 300 L 60 60 1 1 P +X P88 88 1100 -1900 300 L 60 60 1 1 P +X P98 98 1100 -1200 300 L 60 60 1 1 P +X GND 19 -600 -3100 0 U 60 60 1 1 W N +X GND 29 -500 -3100 0 U 60 60 1 1 W N +X GND 39 -400 -3100 0 U 60 60 1 1 W N +X P59-INIT 59 -1100 -2200 300 R 60 60 1 1 P +X P69 69 -1100 -3000 300 R 60 60 1 1 P +X GND 79 0 -3100 0 U 60 60 1 1 W N +X P90 99 1100 -1100 300 L 60 60 1 1 P +X VCC 100 0 3100 0 D 60 60 1 1 W N +X GND 110 300 -3100 0 U 60 60 1 1 W N +X VCC 120 100 3100 0 D 60 60 1 1 W N +X P140 140 1100 1600 300 L 60 60 1 1 P +X P150 150 1100 2400 300 L 60 60 1 1 P +X VCC 160 300 3100 0 D 60 60 1 1 W N +X GND 101 200 -3100 0 U 60 60 1 1 W N +X TDO 121 1100 200 300 L 60 60 1 1 O +X GND 131 500 -3100 0 U 60 60 1 1 W N +X GND 141 600 -3100 0 U 60 60 1 1 W N +X GND 151 700 -3100 0 U 60 60 1 1 W N +X P102 102 1100 -1000 300 L 60 60 1 1 P +X GND 122 400 -3100 0 U 60 60 1 1 W N +X P132 132 1100 900 300 L 60 60 1 1 P +X VCC 142 200 3100 0 D 60 60 1 1 W N +X P103 103 1100 -900 300 L 60 60 1 1 P +X P113 113 1100 -200 300 L 60 60 1 1 P +X P123 123 1100 300 300 L 60 60 1 1 P +X P133 133 1100 1000 300 L 60 60 1 1 P +X P143 143 1100 1700 300 L 60 60 1 1 P +X P104 104 1100 -800 300 L 60 60 1 1 P +X P114-RDY 114 1100 -100 300 L 60 60 1 1 P +X P124 124 1100 400 300 L 60 60 1 1 P +X P134 134 1100 1100 300 L 60 60 1 1 P +X P144 144 1100 1800 300 L 60 60 1 1 P +X P154 154 1100 2500 300 L 60 60 1 1 P +X P105 105 1100 -700 300 L 60 60 1 1 P +X P115 115 1100 0 300 L 60 60 1 1 P +X P125 125 1100 500 300 L 60 60 1 1 P +X P135 135 1100 1200 300 L 60 60 1 1 P +X P145 145 1100 1900 300 L 60 60 1 1 P +X P155 155 1100 2600 300 L 60 60 1 1 P +X P106 106 1100 -600 300 L 60 60 1 1 P +X P116 116 1100 100 300 L 60 60 1 1 P +X P126 126 1100 600 300 L 60 60 1 1 P +X P146 146 1100 2000 300 L 60 60 1 1 P +X P156 156 1100 2700 300 L 60 60 1 1 P +X P107 107 1100 -500 300 L 60 60 1 1 P +X DIN 117 -1100 2400 300 R 60 60 1 1 I +X P127 127 1100 700 300 L 60 60 1 1 P +X P137 137 1100 1300 300 L 60 60 1 1 P +X P147 147 1100 2100 300 L 60 60 1 1 P +X P157 157 1100 2800 300 L 60 60 1 1 P +X P108 108 1100 -400 300 L 60 60 1 1 P +X DOUT-SGI4 118 -1100 2300 300 R 60 60 1 1 P +X P128 128 1100 800 300 L 60 60 1 1 P +X P138 138 1100 1400 300 L 60 60 1 1 P +X P148 148 1100 2200 300 L 60 60 1 1 P +X P158 158 1100 2900 300 L 60 60 1 1 P +X P109 109 1100 -300 300 L 60 60 1 1 P +X CCLK 119 -1100 2200 300 R 60 60 1 1 P C +X P139 139 1100 1500 300 L 60 60 1 1 P +X P149 149 1100 2300 300 L 60 60 1 1 P +X SGCK1 159 1100 3000 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/video/modul.sch b/demos/video/modul.sch new file mode 100644 index 0000000..07705ae --- /dev/null +++ b/demos/video/modul.sch @@ -0,0 +1,969 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 6900 1200 7300 1200 +$Comp +L PWR_FLAG #FLG07 +U 1 1 4174D92E +P 3500 1450 +F 0 "#FLG07" H 3500 1720 30 0001 C CNN +F 1 "PWR_FLAG" H 3500 1680 30 0000 C CNN +F 2 "" H 3500 1450 60 0001 C CNN +F 3 "" H 3500 1450 60 0001 C CNN + 1 3500 1450 + 1 0 0 -1 +$EndComp +$Comp +L PWR_FLAG #FLG08 +U 1 1 4174D923 +P 6900 1200 +F 0 "#FLG08" H 6900 1470 30 0001 C CNN +F 1 "PWR_FLAG" H 6900 1430 30 0000 C CNN +F 2 "" H 6900 1200 60 0001 C CNN +F 3 "" H 6900 1200 60 0001 C CNN + 1 6900 1200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5950 2400 6900 2400 +Wire Wire Line + 5100 2400 5350 2400 +$Comp +L GND #PWR09 +U 1 1 349FB5CD +P 5650 2600 +F 0 "#PWR09" H 5650 2600 40 0001 C CNN +F 1 "GND" H 5650 2530 40 0001 C CNN +F 2 "" H 5650 2600 60 0001 C CNN +F 3 "" H 5650 2600 60 0001 C CNN + 1 5650 2600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4400 2700 6900 2700 +$Comp +L LIGNE_A_RETARD L6 +U 1 1 349FB562 +P 5650 2400 +F 0 "L6" V 5850 2400 50 0000 C CNN +F 1 "470ns" V 5750 2400 50 0000 C CNN +F 2 "footprints:LRTDK" H 5650 2400 60 0001 C CNN +F 3 "" H 5650 2400 60 0001 C CNN + 1 5650 2400 + 0 -1 -1 0 +$EndComp +$Comp +L GND #PWR010 +U 1 1 33CF5737 +P 4450 3800 +F 0 "#PWR010" H 4450 3800 40 0001 C CNN +F 1 "GND" H 4450 3700 40 0001 C CNN +F 2 "" H 4450 3800 60 0001 C CNN +F 3 "" H 4450 3800 60 0001 C CNN + 1 4450 3800 + 0 -1 -1 0 +$EndComp +NoConn ~ 2600 3000 +Text HLabel 1550 3700 0 60 Input ~ 0 +BLUE +Text HLabel 1550 3600 0 60 Input ~ 0 +GREEN +Text HLabel 1550 3500 0 60 Input ~ 0 +RED +Wire Wire Line + 2100 3700 1550 3700 +Wire Wire Line + 1600 3600 1550 3600 +Wire Wire Line + 2100 3500 1550 3500 +Wire Wire Line + 2600 3700 2500 3700 +Wire Wire Line + 2600 3600 2000 3600 +Wire Wire Line + 2600 3500 2500 3500 +Wire Wire Line + 2500 3300 2600 3300 +Wire Wire Line + 1950 3300 2000 3300 +$Comp +L VCC #PWR011 +U 1 1 33A51A5E +P 1950 3300 +F 0 "#PWR011" H 1950 3500 40 0001 C CNN +F 1 "VCC" V 1950 3450 40 0000 C CNN +F 2 "" H 1950 3300 60 0001 C CNN +F 3 "" H 1950 3300 60 0001 C CNN + 1 1950 3300 + 0 -1 -1 0 +$EndComp +$Comp +L R R4 +U 1 1 33A51A4E +P 2250 3300 +F 0 "R4" V 2330 3300 50 0000 C CNN +F 1 "10K" V 2250 3300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2250 3300 60 0001 C CNN +F 3 "" H 2250 3300 60 0001 C CNN +F 4 "~" V 2250 3220 50 0001 C CNN "Champ7" + 1 2250 3300 + 0 1 1 0 +$EndComp +NoConn ~ 2600 3100 +NoConn ~ 2600 2900 +NoConn ~ 2600 2800 +Wire Wire Line + 2100 5150 2100 5100 +Text Label 4550 3300 0 60 ~ 0 +CVBS +Wire Wire Line + 2500 2350 2500 2600 +Wire Wire Line + 6350 3750 6350 3850 +Wire Wire Line + 6350 3850 6800 3850 +Wire Wire Line + 3500 1450 3500 2250 +Wire Wire Line + 3500 1500 4000 1500 +Wire Wire Line + 1500 3950 1500 3900 +Wire Wire Line + 1500 3900 2600 3900 +Text Notes 1100 4900 0 60 ~ 0 +NTSC: +Text Notes 1100 5000 0 60 ~ 0 +3.579545MHz +$Comp +L GND #GND012 +U 1 1 22760F6C +P 3500 4500 +F 0 "#GND012" H 3500 4600 60 0001 C CNN +F 1 "GND" H 3500 4400 60 0001 C CNN +F 2 "" H 3500 4500 60 0001 C CNN +F 3 "" H 3500 4500 60 0001 C CNN + 1 3500 4500 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND013 +U 1 1 22760F7B +P 3900 2050 +F 0 "#GND013" H 3900 2150 60 0001 C CNN +F 1 "GND" H 3900 1950 60 0001 C CNN +F 2 "" H 3900 2050 60 0001 C CNN +F 3 "" H 3900 2050 60 0001 C CNN + 1 3900 2050 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND014 +U 1 1 22760F94 +P 1500 4400 +F 0 "#GND014" H 1500 4400 40 0001 C CNN +F 1 "GND" H 1500 4330 40 0001 C CNN +F 2 "" H 1500 4400 60 0001 C CNN +F 3 "" H 1500 4400 60 0001 C CNN + 1 1500 4400 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND015 +U 1 1 22760F9E +P 950 3900 +F 0 "#GND015" H 950 3900 40 0001 C CNN +F 1 "GND" H 950 3830 40 0001 C CNN +F 2 "" H 950 3900 60 0001 C CNN +F 3 "" H 950 3900 60 0001 C CNN + 1 950 3900 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND016 +U 1 1 22760FAD +P 2100 5600 +F 0 "#GND016" H 2100 5700 60 0001 C CNN +F 1 "GND" H 2100 5500 60 0001 C CNN +F 2 "" H 2100 5600 60 0001 C CNN +F 3 "" H 2100 5600 60 0001 C CNN + 1 2100 5600 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND017 +U 1 1 22760FC6 +P 6300 3300 +F 0 "#GND017" H 6300 3400 60 0001 C CNN +F 1 "GND" H 6300 3200 60 0000 C CNN +F 2 "" H 6300 3300 60 0001 C CNN +F 3 "" H 6300 3300 60 0001 C CNN + 1 6300 3300 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND018 +U 1 1 22760FD0 +P 5200 3500 +F 0 "#GND018" H 5200 3600 60 0001 C CNN +F 1 "GND" H 5050 3450 60 0001 C CNN +F 2 "" H 5200 3500 60 0001 C CNN +F 3 "" H 5200 3500 60 0001 C CNN + 1 5200 3500 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND019 +U 1 1 22760FDA +P 4500 4450 +F 0 "#GND019" H 4500 4550 60 0001 C CNN +F 1 "GND" H 4500 4350 60 0001 C CNN +F 2 "" H 4500 4450 60 0001 C CNN +F 3 "" H 4500 4450 60 0001 C CNN + 1 4500 4450 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND020 +U 1 1 22760FE9 +P 3300 1850 +F 0 "#GND020" H 3300 1950 60 0001 C CNN +F 1 "GND" H 3300 1750 60 0001 C CNN +F 2 "" H 3300 1850 60 0001 C CNN +F 3 "" H 3300 1850 60 0001 C CNN + 1 3300 1850 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND021 +U 1 1 22761002 +P 5500 5150 +F 0 "#GND021" H 5500 5250 60 0001 C CNN +F 1 "GND" H 5500 5050 60 0001 C CNN +F 2 "" H 5500 5150 60 0001 C CNN +F 3 "" H 5500 5150 60 0001 C CNN + 1 5500 5150 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND022 +U 1 1 22761007 +P 6200 5150 +F 0 "#GND022" H 6200 5250 60 0001 C CNN +F 1 "GND" H 6200 5050 60 0001 C CNN +F 2 "" H 6200 5150 60 0001 C CNN +F 3 "" H 6200 5150 60 0001 C CNN + 1 6200 5150 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND023 +U 1 1 2276104D +P 9800 2150 +F 0 "#GND023" H 9800 2250 60 0001 C CNN +F 1 "GND" H 9800 2050 60 0001 C CNN +F 2 "" H 9800 2150 60 0001 C CNN +F 3 "" H 9800 2150 60 0001 C CNN + 1 9800 2150 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND024 +U 1 1 2276105C +P 7200 1750 +F 0 "#GND024" H 7200 1850 60 0001 C CNN +F 1 "GND" H 7200 1650 60 0001 C CNN +F 2 "" H 7200 1750 60 0001 C CNN +F 3 "" H 7200 1750 60 0001 C CNN + 1 7200 1750 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND025 +U 1 1 2276106B +P 9800 3750 +F 0 "#GND025" H 9800 3850 60 0001 C CNN +F 1 "GND" H 9800 3650 60 0001 C CNN +F 2 "" H 9800 3750 60 0001 C CNN +F 3 "" H 9800 3750 60 0001 C CNN + 1 9800 3750 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND026 +U 1 1 22761084 +P 9800 5350 +F 0 "#GND026" H 9800 5450 60 0001 C CNN +F 1 "GND" H 9800 5250 60 0001 C CNN +F 2 "" H 9800 5350 60 0001 C CNN +F 3 "" H 9800 5350 60 0001 C CNN + 1 9800 5350 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND027 +U 1 1 227610A2 +P 6800 3950 +F 0 "#GND027" H 6800 4050 60 0001 C CNN +F 1 "GND" H 6800 3850 60 0001 C CNN +F 2 "" H 6800 3950 60 0001 C CNN +F 3 "" H 6800 3950 60 0001 C CNN + 1 6800 3950 + 1 0 0 -1 +$EndComp +Text Label 4500 3400 0 60 ~ 0 +CHROM +Text Label 8400 1200 0 60 ~ 0 +CHROM +Text Label 4600 3200 0 60 ~ 0 +LUM +Text Label 8500 2800 0 60 ~ 0 +LUM +Text Label 8500 4400 0 60 ~ 0 +CVBS +$Comp +L VCC #VCC028 +U 1 1 4BF036B3 +P 4700 1500 +F 0 "#VCC028" H 4700 1600 30 0001 C CNN +F 1 "VCC" H 4700 1600 30 0000 C CNN +F 2 "" H 4700 1500 60 0001 C CNN +F 3 "" H 4700 1500 60 0001 C CNN + 1 4700 1500 + 1 0 0 -1 +$EndComp +$Comp +L +5F #+029 +U 1 1 4BF036B2 +P 9800 900 +F 0 "#+029" H 9800 1100 40 0001 C CNN +F 1 "+5F" H 9800 1050 40 0000 C CNN +F 2 "" H 9800 900 60 0001 C CNN +F 3 "" H 9800 900 60 0001 C CNN + 1 9800 900 + 1 0 0 -1 +$EndComp +$Comp +L +5F #+030 +U 1 1 4BF036B1 +P 7100 1100 +F 0 "#+030" H 7100 1300 40 0001 C CNN +F 1 "+5F" H 7100 1250 40 0000 C CNN +F 2 "" H 7100 1100 60 0001 C CNN +F 3 "" H 7100 1100 60 0001 C CNN + 1 7100 1100 + 1 0 0 -1 +$EndComp +$Comp +L +5F #+031 +U 1 1 4BF036B0 +P 9800 2500 +F 0 "#+031" H 9800 2700 40 0001 C CNN +F 1 "+5F" H 9800 2650 40 0000 C CNN +F 2 "" H 9800 2500 60 0001 C CNN +F 3 "" H 9800 2500 60 0001 C CNN + 1 9800 2500 + 1 0 0 -1 +$EndComp +$Comp +L +5F #+032 +U 1 1 4BF0369E +P 9800 4100 +F 0 "#+032" H 9800 4300 40 0001 C CNN +F 1 "+5F" H 9800 4250 40 0000 C CNN +F 2 "" H 9800 4100 60 0001 C CNN +F 3 "" H 9800 4100 60 0001 C CNN + 1 9800 4100 + 1 0 0 -1 +$EndComp +Connection ~ 2500 1800 +Connection ~ 7100 1200 +Connection ~ 6900 2700 +Connection ~ 5200 3000 +Connection ~ 5800 3000 +Connection ~ 6800 3850 +Connection ~ 3900 1500 +Connection ~ 5500 4600 +Wire Wire Line + 2400 1800 2700 1800 +Wire Wire Line + 4600 2400 4500 2400 +Wire Wire Line + 4400 3000 6300 3000 +Wire Wire Line + 4400 3200 4900 3200 +Wire Wire Line + 4400 3300 4900 3300 +Wire Wire Line + 8400 1200 8900 1200 +Wire Wire Line + 9400 1200 9500 1200 +Wire Wire Line + 2600 3200 950 3200 +Wire Wire Line + 4400 3400 4900 3400 +Wire Wire Line + 4400 3600 5500 3600 +Wire Wire Line + 9800 1500 10000 1500 +Wire Wire Line + 4400 3700 5500 3700 +Wire Wire Line + 4400 3900 4500 3900 +Wire Wire Line + 2600 4100 2100 4100 +Wire Wire Line + 4600 1500 4700 1500 +Wire Wire Line + 8500 2800 8900 2800 +Wire Wire Line + 9400 2800 9500 2800 +Wire Wire Line + 9800 3100 10000 3100 +Wire Wire Line + 9400 4400 9500 4400 +Wire Wire Line + 9800 4700 10000 4700 +Wire Wire Line + 950 3200 950 3450 +Wire Wire Line + 2100 4100 2100 4500 +Wire Wire Line + 4500 3900 4500 4000 +Wire Wire Line + 5500 4500 5500 4700 +Wire Wire Line + 4500 2400 4500 2600 +Wire Wire Line + 5500 3700 5500 3900 +Wire Wire Line + 6200 4700 6200 4600 +Wire Wire Line + 5800 3000 5800 3300 +Wire Wire Line + 6800 3950 6800 3600 +Wire Wire Line + 6900 2400 6900 3000 +Wire Wire Line + 9800 900 9800 1000 +Wire Wire Line + 9800 1400 9800 1600 +Wire Wire Line + 9800 2500 9800 2600 +Wire Wire Line + 9800 3000 9800 3200 +Wire Wire Line + 9800 4100 9800 4200 +Wire Wire Line + 9800 4600 9800 4800 +Wire Wire Line + 6200 4600 5500 4600 +Wire Wire Line + 3900 1500 3900 1600 +Wire Wire Line + 2500 2600 2600 2600 +Wire Wire Line + 2500 1800 2500 1950 +Connection ~ 9800 4700 +Wire Wire Line + 6800 3600 6600 3600 +$Comp +L POT POT1 +U 1 1 2276109D +P 6350 3600 +F 0 "POT1" H 6150 3750 60 0000 C CNN +F 1 "100K" H 6350 3500 60 0000 C CNN +F 2 "lib_smd:POT_CMS" H 6350 3600 60 0001 C CNN +F 3 "" H 6350 3600 60 0001 C CNN + 1 6350 3600 + 1 0 0 1 +$EndComp +Wire Wire Line + 6000 3600 6100 3600 +Wire Wire Line + 8400 4400 8900 4400 +Text HLabel 10600 4700 2 60 Output ~ 0 +CVBSOUT +Wire Wire Line + 5200 3000 5200 3100 +Wire Wire Line + 5800 3300 5900 3300 +Wire Wire Line + 6900 3000 6800 3000 +Wire Wire Line + 4500 2600 4400 2600 +Text HLabel 10600 3100 2 60 Output ~ 0 +YOUT +Connection ~ 9800 3100 +Text HLabel 10600 1500 2 60 Output ~ 0 +COUT +$Comp +L VCC #VCC033 +U 1 1 4BF0369D +P 8000 1200 +F 0 "#VCC033" H 8000 1300 30 0001 C CNN +F 1 "VCC" H 8000 1300 30 0000 C CNN +F 2 "" H 8000 1200 60 0001 C CNN +F 3 "" H 8000 1200 60 0001 C CNN + 1 8000 1200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7900 1200 8000 1200 +$Comp +L NPN Q1 +U 1 1 22761039 +P 9700 1200 +F 0 "Q1" H 9600 1450 50 0000 C CNN +F 1 "BC848" H 9600 1350 50 0000 C CNN +F 2 "lib_smd:SOT23EBC" H 9700 1200 60 0001 C CNN +F 3 "" H 9700 1200 60 0001 C CNN + 1 9700 1200 + 1 0 0 -1 +$EndComp +$Comp +L NPN Q2 +U 1 1 22761066 +P 9700 2800 +F 0 "Q2" H 9600 3050 50 0000 C CNN +F 1 "BC848" H 9600 2950 50 0000 C CNN +F 2 "lib_smd:SOT23EBC" H 9700 2800 60 0001 C CNN +F 3 "" H 9700 2800 60 0001 C CNN + 1 9700 2800 + 1 0 0 -1 +$EndComp +$Comp +L NPN Q3 +U 1 1 2276107F +P 9700 4400 +F 0 "Q3" H 9600 4650 50 0000 C CNN +F 1 "BC848" H 9600 4550 50 0000 C CNN +F 2 "lib_smd:SOT23EBC" H 9700 4400 60 0001 C CNN +F 3 "" H 9700 4400 60 0001 C CNN + 1 9700 4400 + 1 0 0 -1 +$EndComp +$Comp +L CP C54 +U 1 1 22760F76 +P 3900 1800 +F 0 "C54" H 4050 1950 50 0000 C CNN +F 1 "4.7uF" H 4050 1650 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3900 1800 60 0001 C CNN +F 3 "" H 3900 1800 60 0001 C CNN + 1 3900 1800 + 1 0 0 -1 +$EndComp +$Comp +L R R39 +U 1 1 22761048 +P 10250 1500 +F 0 "R39" V 10330 1500 50 0000 C CNN +F 1 "68" V 10250 1500 50 0000 C CNN +F 2 "lib_smd:SM1206" H 10250 1500 60 0001 C CNN +F 3 "" H 10250 1500 60 0001 C CNN + 1 10250 1500 + 0 1 1 0 +$EndComp +$Comp +L R R16 +U 1 1 2276103E +P 9150 1200 +F 0 "R16" V 9230 1200 50 0000 C CNN +F 1 "220" V 9150 1200 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9150 1200 60 0001 C CNN +F 3 "" H 9150 1200 60 0001 C CNN + 1 9150 1200 + 0 1 1 0 +$EndComp +$Comp +L R R17 +U 1 1 2276107A +P 9150 2800 +F 0 "R17" V 9230 2800 50 0000 C CNN +F 1 "220" V 9150 2800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9150 2800 60 0001 C CNN +F 3 "" H 9150 2800 60 0001 C CNN + 1 9150 2800 + 0 1 1 0 +$EndComp +$Comp +L R R40 +U 1 1 22761075 +P 10250 3100 +F 0 "R40" V 10350 3100 60 0000 C CNN +F 1 "68" V 10250 3100 60 0000 C CNN +F 2 "lib_smd:SM1206" H 10250 3100 60 0001 C CNN +F 3 "" H 10250 3100 60 0001 C CNN + 1 10250 3100 + 0 -1 -1 0 +$EndComp +$Comp +L R R18 +U 1 1 22761093 +P 9150 4400 +F 0 "R18" V 9230 4400 50 0000 C CNN +F 1 "220" V 9150 4400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9150 4400 60 0001 C CNN +F 3 "" H 9150 4400 60 0001 C CNN + 1 9150 4400 + 0 1 1 0 +$EndComp +$Comp +L R R41 +U 1 1 2276108E +P 10250 4700 +F 0 "R41" V 10330 4700 50 0000 C CNN +F 1 "68" V 10250 4700 50 0000 C CNN +F 2 "lib_smd:SM1206" H 10250 4700 60 0001 C CNN +F 3 "" H 10250 4700 60 0001 C CNN + 1 10250 4700 + 0 1 1 0 +$EndComp +Connection ~ 9800 1500 +$Comp +L R R30 +U 1 1 22760FE4 +P 2150 1800 +F 0 "R30" V 2230 1800 50 0000 C CNN +F 1 "3,3K" V 2150 1800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2150 1800 60 0001 C CNN +F 3 "" H 2150 1800 60 0001 C CNN + 1 2150 1800 + 0 1 1 0 +$EndComp +$Comp +L R R31 +U 1 1 22760FDF +P 2950 1800 +F 0 "R31" V 3030 1800 50 0000 C CNN +F 1 "470" V 2950 1800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2950 1800 60 0001 C CNN +F 3 "" H 2950 1800 60 0001 C CNN + 1 2950 1800 + 0 1 1 0 +$EndComp +$Comp +L R R10 +U 1 1 22760F80 +P 4850 2400 +F 0 "R10" V 4930 2400 50 0000 C CNN +F 1 "1K" V 4850 2400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4850 2400 60 0001 C CNN +F 3 "" H 4850 2400 60 0001 C CNN + 1 4850 2400 + 0 1 1 0 +$EndComp +$Comp +L R R11 +U 1 1 22760FBC +P 6550 3000 +F 0 "R11" V 6630 3000 50 0000 C CNN +F 1 "1K" V 6550 3000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 6550 3000 60 0001 C CNN +F 3 "" H 6550 3000 60 0001 C CNN + 1 6550 3000 + 0 1 1 0 +$EndComp +$Comp +L R R9 +U 1 1 22761098 +P 5750 3600 +F 0 "R9" V 5830 3600 50 0000 C CNN +F 1 "150K" V 5750 3600 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5750 3600 60 0001 C CNN +F 3 "" H 5750 3600 60 0001 C CNN + 1 5750 3600 + 0 1 1 0 +$EndComp +$Comp +L C C61 +U 1 1 22760F8A +P 2500 2150 +F 0 "C61" H 2600 2250 50 0000 C CNN +F 1 "47nF" H 2600 2050 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2500 2150 60 0001 C CNN +F 3 "" H 2500 2150 60 0001 C CNN + 1 2500 2150 + 1 0 0 -1 +$EndComp +$Comp +L C C60 +U 1 1 22760F67 +P 2300 3500 +F 0 "C60" V 2350 3650 50 0000 C CNN +F 1 "47nF" V 2350 3350 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2300 3500 60 0001 C CNN +F 3 "" H 2300 3500 60 0001 C CNN + 1 2300 3500 + 0 1 1 0 +$EndComp +$Comp +L C C43 +U 1 1 22760F8F +P 1500 4150 +F 0 "C43" H 1650 4250 50 0000 C CNN +F 1 "220nF" H 1650 4050 50 0000 C CNN +F 2 "lib_smd:SM1206" H 1500 4150 60 0001 C CNN +F 3 "" H 1500 4150 60 0001 C CNN + 1 1500 4150 + 1 0 0 -1 +$EndComp +$Comp +L CTRIM CV1 +U 1 1 22760FA8 +P 2100 5350 +F 0 "CV1" H 2230 5270 50 0000 C CNN +F 1 "5/30pF" H 2250 5190 50 0000 C CNN +F 2 "Discret:CV3-30PF" H 2100 5350 60 0001 C CNN +F 3 "" H 2100 5350 60 0001 C CNN + 1 2100 5350 + 1 0 0 -1 +$EndComp +$Comp +L C C45 +U 1 1 22760FD5 +P 4500 4200 +F 0 "C45" H 4650 4300 50 0000 C CNN +F 1 "220nF" H 4650 4050 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4500 4200 60 0001 C CNN +F 3 "" H 4500 4200 60 0001 C CNN + 1 4500 4200 + 1 0 0 -1 +$EndComp +$Comp +L C C48 +U 1 1 22760FCB +P 5200 3300 +F 0 "C48" H 5100 3200 50 0000 C CNN +F 1 "22nF" H 5100 3400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5200 3300 60 0001 C CNN +F 3 "" H 5200 3300 60 0001 C CNN + 1 5200 3300 + -1 0 0 1 +$EndComp +$Comp +L CP C64 +U 1 1 22760FC1 +P 6100 3300 +F 0 "C64" V 6250 3450 50 0000 C CNN +F 1 "6,8uF" V 6250 3150 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 6100 3300 60 0001 C CNN +F 3 "" H 6100 3300 60 0001 C CNN + 1 6100 3300 + 0 -1 -1 0 +$EndComp +$Comp +L C C44 +U 1 1 22760F99 +P 950 3650 +F 0 "C44" H 1100 3750 50 0000 C CNN +F 1 "220nF" H 1100 3550 50 0000 C CNN +F 2 "lib_smd:SM1206" H 950 3650 60 0001 C CNN +F 3 "" H 950 3650 60 0001 C CNN + 1 950 3650 + 1 0 0 -1 +$EndComp +Text HLabel 1900 1800 0 60 Input ~ 0 +CSYNC-OUT +$Comp +L C C53 +U 1 1 22760FF8 +P 5500 4900 +F 0 "C53" H 5550 5000 50 0000 L CNN +F 1 "330pF" H 5550 4800 50 0000 L CNN +F 2 "lib_smd:SM1206" H 5500 4900 60 0001 C CNN +F 3 "" H 5500 4900 60 0001 C CNN + 1 5500 4900 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L1 +U 1 1 22760FF3 +P 5500 4200 +F 0 "L1" V 5450 4200 40 0000 C CNN +F 1 "2,2uH" V 5600 4200 40 0000 C CNN +F 2 "lib_smd:SM1812" H 5500 4200 60 0001 C CNN +F 3 "" H 5500 4200 60 0001 C CNN + 1 5500 4200 + 1 0 0 -1 +$EndComp +$Comp +L INDUCTOR L3 +U 1 1 22761052 +P 7600 1200 +F 0 "L3" V 7800 1200 50 0000 C CNN +F 1 "22uH" V 7700 1200 50 0000 C CNN +F 2 "lib_smd:SM1812" H 7600 1200 60 0001 C CNN +F 3 "" H 7600 1200 60 0001 C CNN + 1 7600 1200 + 0 1 -1 0 +$EndComp +$Comp +L INDUCTOR L2 +U 1 1 22760F71 +P 4300 1500 +F 0 "L2" V 4500 1500 50 0000 C CNN +F 1 "22uH" V 4400 1500 50 0000 C CNN +F 2 "lib_smd:SM1812" H 4300 1500 60 0001 C CNN +F 3 "" H 4300 1500 60 0001 C CNN + 1 4300 1500 + 0 1 -1 0 +$EndComp +$Comp +L TDA8501 U20 +U 1 1 22760F4E +P 3500 3400 +F 0 "U20" H 3500 3500 60 0000 C CNN +F 1 "TDA8501" H 3500 3300 60 0000 C CNN +F 2 "lib_smd:SO24E" H 3500 3400 60 0001 C CNN +F 3 "" H 3500 3400 60 0001 C CNN + 1 3500 3400 + 1 0 0 -1 +$EndComp +$Comp +L C C46 +U 1 1 22760FFD +P 6200 4900 +F 0 "C46" H 6250 5000 50 0000 L CNN +F 1 "220pF" H 6250 4800 50 0000 L CNN +F 2 "lib_smd:SM1206" H 6200 4900 60 0001 C CNN +F 3 "" H 6200 4900 60 0001 C CNN + 1 6200 4900 + 1 0 0 -1 +$EndComp +$Comp +L R R34 +U 1 1 22761089 +P 9800 5050 +F 0 "R34" V 9880 5050 50 0000 C CNN +F 1 "470" V 9800 5050 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9800 5050 60 0001 C CNN +F 3 "" H 9800 5050 60 0001 C CNN + 1 9800 5050 + 1 0 0 -1 +$EndComp +$Comp +L R R33 +U 1 1 22761070 +P 9800 3450 +F 0 "R33" V 9880 3450 50 0000 C CNN +F 1 "470" V 9800 3450 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9800 3450 60 0001 C CNN +F 3 "" H 9800 3450 60 0001 C CNN + 1 9800 3450 + 1 0 0 -1 +$EndComp +$Comp +L R R32 +U 1 1 22761043 +P 9800 1850 +F 0 "R32" V 9880 1850 50 0000 C CNN +F 1 "470" V 9800 1850 50 0000 C CNN +F 2 "lib_smd:SM1206" H 9800 1850 60 0001 C CNN +F 3 "" H 9800 1850 60 0001 C CNN + 1 9800 1850 + 1 0 0 -1 +$EndComp +$Comp +L CP C55 +U 1 1 22761057 +P 7200 1500 +F 0 "C55" H 7350 1600 50 0000 C CNN +F 1 "4.7uF" H 7350 1400 50 0000 C CNN +F 2 "lib_smd:SM1210L" H 7200 1500 60 0001 C CNN +F 3 "" H 7200 1500 60 0001 C CNN + 1 7200 1500 + 1 0 0 -1 +$EndComp +$Comp +L C C59 +U 1 1 22760F62 +P 1800 3600 +F 0 "C59" V 1850 3750 50 0000 C CNN +F 1 "47nF" V 1850 3450 50 0000 C CNN +F 2 "lib_smd:SM1206" H 1800 3600 60 0001 C CNN +F 3 "" H 1800 3600 60 0001 C CNN + 1 1800 3600 + 0 1 1 0 +$EndComp +$Comp +L C C58 +U 1 1 22760F53 +P 2300 3700 +F 0 "C58" V 2350 3850 50 0000 C CNN +F 1 "47nF" V 2350 3550 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2300 3700 60 0001 C CNN +F 3 "" H 2300 3700 60 0001 C CNN + 1 2300 3700 + 0 1 1 0 +$EndComp +$Comp +L CRYSTAL X3 +U 1 1 22760FA3 +P 2100 4800 +F 0 "X3" V 2300 4900 60 0000 C CNN +F 1 "4.433618MHz" V 1900 4450 60 0000 C CNN +F 2 "Discret:HC-18UH" H 2100 4800 60 0001 C CNN +F 3 "" H 2100 4800 60 0001 C CNN + 1 2100 4800 + 0 -1 -1 0 +$EndComp +Connection ~ 3500 1500 +Wire Wire Line + 7200 1200 7200 1300 +Connection ~ 7200 1200 +Wire Wire Line + 7100 1200 7100 1100 +Wire Wire Line + 3900 2050 3900 2000 +Wire Wire Line + 3300 1850 3300 1800 +Wire Wire Line + 3300 1800 3200 1800 +Wire Wire Line + 1500 4400 1500 4350 +Wire Wire Line + 950 3900 950 3850 +Wire Wire Line + 2100 5600 2100 5550 +Wire Wire Line + 3500 4500 3500 4450 +Wire Wire Line + 4500 4450 4500 4400 +Wire Wire Line + 4450 3800 4400 3800 +Wire Wire Line + 6200 5100 6200 5150 +Wire Wire Line + 5500 5150 5500 5100 +Wire Wire Line + 7200 1750 7200 1700 +Wire Wire Line + 9800 2150 9800 2100 +Wire Wire Line + 9800 3750 9800 3700 +Wire Wire Line + 9800 5350 9800 5300 +Wire Wire Line + 10600 1500 10500 1500 +Wire Wire Line + 10500 3100 10600 3100 +Wire Wire Line + 10500 4700 10600 4700 +$EndSCHEMATC diff --git a/demos/video/muxdata.sch b/demos/video/muxdata.sch new file mode 100644 index 0000000..4b310ca --- /dev/null +++ b/demos/video/muxdata.sch @@ -0,0 +1,651 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +NoConn ~ 6100 4800 +Wire Wire Line + 6100 2400 5600 2400 +Text HLabel 6100 3200 0 60 Input ~ 0 +CLAMP +Text HLabel 6100 3400 0 60 Input ~ 0 +CSYNC-OUT +Text HLabel 6100 3300 0 60 Input ~ 0 +BLANK- +Text HLabel 6100 3700 0 60 Input ~ 0 +ACQ_ON +NoConn ~ 8000 4300 +NoConn ~ 8000 4200 +NoConn ~ 6100 3100 +Wire Wire Line + 6100 4500 5350 4500 +Text Label 5350 4500 0 60 ~ 0 +ACCES_RAM- +Text HLabel 2400 5700 0 60 Input ~ 0 +ACCES_RAM- +Text HLabel 2400 5600 0 60 Input ~ 0 +DATA_WR +Text HLabel 2350 900 0 60 BiDi ~ 0 +DPC[0..31] +Wire Wire Line + 2600 5400 2050 5400 +Wire Wire Line + 2600 5300 2050 5300 +Wire Wire Line + 2600 5200 2050 5200 +Wire Wire Line + 2600 5100 2050 5100 +Wire Wire Line + 2600 5000 2050 5000 +Wire Wire Line + 2600 4900 2050 4900 +Wire Wire Line + 2600 4800 2050 4800 +Wire Wire Line + 2600 4700 2050 4700 +Wire Wire Line + 2600 4200 2050 4200 +Wire Wire Line + 2600 4100 2050 4100 +Wire Wire Line + 2600 4000 2050 4000 +Wire Wire Line + 2600 3900 2050 3900 +Wire Wire Line + 2600 3800 2050 3800 +Wire Wire Line + 2600 3700 2050 3700 +Wire Wire Line + 2600 3600 2050 3600 +Wire Wire Line + 2600 3500 2050 3500 +Wire Wire Line + 2600 3000 2050 3000 +Wire Wire Line + 2600 2900 2050 2900 +Wire Wire Line + 2600 2800 2050 2800 +Wire Wire Line + 2600 2700 2050 2700 +Wire Wire Line + 2600 2600 2050 2600 +Wire Wire Line + 2600 2500 2050 2500 +Wire Wire Line + 2600 2400 2050 2400 +Wire Wire Line + 2600 2300 2050 2300 +Wire Wire Line + 2600 1800 2050 1800 +Wire Wire Line + 2600 1700 2050 1700 +Wire Wire Line + 2600 1600 2050 1600 +Wire Wire Line + 2600 1500 2050 1500 +Wire Wire Line + 2600 1400 2050 1400 +Wire Wire Line + 2600 1300 2050 1300 +Wire Wire Line + 2600 1200 2050 1200 +Wire Wire Line + 2600 1100 2050 1100 +Text Label 2100 5400 0 60 ~ 0 +DPC31 +Text Label 2100 5300 0 60 ~ 0 +DPC30 +Text Label 2100 5200 0 60 ~ 0 +DPC29 +Text Label 2100 5100 0 60 ~ 0 +DPC28 +Text Label 2100 5000 0 60 ~ 0 +DPC27 +Text Label 2100 4900 0 60 ~ 0 +DPC26 +Text Label 2100 4800 0 60 ~ 0 +DPC25 +Text Label 2100 4700 0 60 ~ 0 +DPC24 +Text Label 2100 4200 0 60 ~ 0 +DPC23 +Text Label 2100 4100 0 60 ~ 0 +DPC22 +Text Label 2100 4000 0 60 ~ 0 +DPC21 +Text Label 2100 3900 0 60 ~ 0 +DPC20 +Text Label 2100 3800 0 60 ~ 0 +DPC19 +Text Label 2100 3700 0 60 ~ 0 +DPC18 +Text Label 2100 3600 0 60 ~ 0 +DPC17 +Text Label 2100 3500 0 60 ~ 0 +DPC16 +Text Label 2100 3000 0 60 ~ 0 +DPC15 +Text Label 2100 2900 0 60 ~ 0 +DPC14 +Text Label 2100 2800 0 60 ~ 0 +DPC13 +Text Label 2100 2700 0 60 ~ 0 +DPC12 +Text Label 2100 2600 0 60 ~ 0 +DPC11 +Text Label 2100 2500 0 60 ~ 0 +DPC10 +Text Label 2100 2400 0 60 ~ 0 +DPC9 +Text Label 2100 2300 0 60 ~ 0 +DPC8 +Text Label 2100 1800 0 60 ~ 0 +DPC7 +Text Label 2100 1700 0 60 ~ 0 +DPC6 +Text Label 2100 1600 0 60 ~ 0 +DPC5 +Text Label 2100 1500 0 60 ~ 0 +DPC4 +Text Label 2100 1400 0 60 ~ 0 +DPC3 +Text Label 2100 1300 0 60 ~ 0 +DPC2 +Text Label 2100 1200 0 60 ~ 0 +DPC1 +Text Label 2100 1100 0 60 ~ 0 +DPC0 +Connection ~ 2500 3200 +Connection ~ 2550 3300 +Connection ~ 2550 4500 +Connection ~ 2500 4400 +Connection ~ 2500 5600 +Connection ~ 2550 5700 +Wire Wire Line + 2600 3300 2550 3300 +Wire Wire Line + 2600 4500 2550 4500 +Wire Wire Line + 2600 5700 2400 5700 +Wire Wire Line + 2550 5700 2550 2100 +Wire Wire Line + 2550 2100 2600 2100 +Wire Wire Line + 2600 3200 2500 3200 +Wire Wire Line + 2600 4400 2500 4400 +Wire Wire Line + 2400 5600 2600 5600 +Wire Wire Line + 2500 5600 2500 2000 +Wire Wire Line + 2500 2000 2600 2000 +Wire Wire Line + 4000 5400 4550 5400 +Wire Wire Line + 4000 5300 4550 5300 +Wire Wire Line + 4000 5200 4550 5200 +Wire Wire Line + 4000 5100 4550 5100 +Wire Wire Line + 4000 5000 4550 5000 +Wire Wire Line + 4000 4900 4550 4900 +Wire Wire Line + 4000 4800 4550 4800 +Wire Wire Line + 4000 4700 4550 4700 +Wire Wire Line + 4000 4200 4550 4200 +Wire Wire Line + 4000 4100 4550 4100 +Wire Wire Line + 4000 4000 4550 4000 +Wire Wire Line + 4000 3900 4550 3900 +Wire Wire Line + 4000 3800 4550 3800 +Wire Wire Line + 4000 3700 4550 3700 +Wire Wire Line + 4000 3600 4550 3600 +Wire Wire Line + 4000 3500 4550 3500 +Wire Wire Line + 4000 3000 4550 3000 +Wire Wire Line + 4000 2900 4550 2900 +Wire Wire Line + 4000 2800 4550 2800 +Wire Wire Line + 4000 2700 4550 2700 +Wire Wire Line + 4000 2600 4550 2600 +Wire Wire Line + 4000 2500 4550 2500 +Wire Wire Line + 4000 2400 4550 2400 +Wire Wire Line + 4000 2300 4550 2300 +Wire Wire Line + 4000 1800 4550 1800 +Wire Wire Line + 4000 1700 4550 1700 +Wire Wire Line + 4000 1600 4550 1600 +Wire Wire Line + 4000 1500 4550 1500 +Wire Wire Line + 4000 1400 4550 1400 +Wire Wire Line + 4000 1300 4550 1300 +Wire Wire Line + 4000 1200 4550 1200 +Wire Wire Line + 4000 1100 4550 1100 +Text Label 4100 5400 0 60 ~ 0 +VRAM31 +Text Label 4100 5300 0 60 ~ 0 +VRAM30 +Text Label 4100 5200 0 60 ~ 0 +VRAM29 +Text Label 4100 5100 0 60 ~ 0 +VRAM28 +Text Label 4100 5000 0 60 ~ 0 +VRAM27 +Text Label 4100 4900 0 60 ~ 0 +VRAM26 +Text Label 4100 4800 0 60 ~ 0 +VRAM25 +Text Label 4100 4700 0 60 ~ 0 +VRAM24 +Text Label 4100 4200 0 60 ~ 0 +VRAM23 +Text Label 4100 4100 0 60 ~ 0 +VRAM22 +Text Label 4100 4000 0 60 ~ 0 +VRAM21 +Text Label 4100 3900 0 60 ~ 0 +VRAM20 +Text Label 4100 3800 0 60 ~ 0 +VRAM19 +Text Label 4100 3700 0 60 ~ 0 +VRAM18 +Text Label 4100 3600 0 60 ~ 0 +VRAM17 +Text Label 4100 3500 0 60 ~ 0 +VRAM16 +Text Label 4100 3000 0 60 ~ 0 +VRAM15 +Text Label 4100 2900 0 60 ~ 0 +VRAM14 +Text Label 4100 2800 0 60 ~ 0 +VRAM13 +Text Label 4100 2700 0 60 ~ 0 +VRAM12 +Text Label 4100 2600 0 60 ~ 0 +VRAM11 +Text Label 4100 2500 0 60 ~ 0 +VRAM10 +Text Label 4100 2400 0 60 ~ 0 +VRAM9 +Text Label 4100 2300 0 60 ~ 0 +VRAM8 +Text Label 4100 1800 0 60 ~ 0 +VRAM7 +Text Label 4100 1700 0 60 ~ 0 +VRAM6 +Text Label 4100 1600 0 60 ~ 0 +VRAM5 +Text Label 4100 1500 0 60 ~ 0 +VRAM4 +Text Label 4100 1400 0 60 ~ 0 +VRAM3 +Text Label 4100 1300 0 60 ~ 0 +VRAM2 +Text Label 4100 1200 0 60 ~ 0 +VRAM1 +Text Label 4100 1100 0 60 ~ 0 +VRAM0 +$Comp +L 74LS245 U6 +U 1 1 4BF036D5 +P 3300 5200 +F 0 "U6" H 3300 5000 60 0000 C CNN +F 1 "74LS245" H 3300 4900 60 0000 C CNN +F 2 "lib_smd:SO20L" H 3300 5200 60 0001 C CNN +F 3 "" H 3300 5200 60 0001 C CNN + 1 3300 5200 + 1 0 0 -1 +$EndComp +$Comp +L 74LS245 U5 +U 1 1 4BF036D6 +P 3300 4000 +F 0 "U5" H 3300 3800 60 0000 C CNN +F 1 "74LS245" H 3300 3700 60 0000 C CNN +F 2 "lib_smd:SO20L" H 3300 4000 60 0001 C CNN +F 3 "" H 3300 4000 60 0001 C CNN + 1 3300 4000 + 1 0 0 -1 +$EndComp +$Comp +L 74LS245 U4 +U 1 1 4BF036D7 +P 3300 2800 +F 0 "U4" H 3300 2600 60 0000 C CNN +F 1 "74LS245" H 3300 2500 60 0000 C CNN +F 2 "lib_smd:SO20L" H 3300 2800 60 0001 C CNN +F 3 "" H 3300 2800 60 0001 C CNN + 1 3300 2800 + 1 0 0 -1 +$EndComp +$Comp +L 74LS245 U3 +U 1 1 33A7E303 +P 3300 1600 +F 0 "U3" H 3300 1400 60 0000 C CNN +F 1 "74LS245" H 3300 1300 60 0000 C CNN +F 2 "lib_smd:SO20L" H 3300 1600 60 0001 C CNN +F 3 "" H 3300 1600 60 0001 C CNN + 1 3300 1600 + 1 0 0 -1 +$EndComp +NoConn ~ 6100 2300 +NoConn ~ 6100 4000 +NoConn ~ 6100 3900 +NoConn ~ 6100 3800 +NoConn ~ 6100 3500 +NoConn ~ 6100 3000 +NoConn ~ 6100 2900 +NoConn ~ 6100 2800 +NoConn ~ 6100 2600 +Text HLabel 6100 2200 0 60 Input ~ 0 +X_DIN +Text HLabel 5600 2400 0 60 Input ~ 0 +X_CLK +Wire Wire Line + 8000 3400 8500 3400 +Text HLabel 8500 3400 2 60 Input ~ 0 +CLKCDA +Text HLabel 6100 2700 0 60 Input ~ 0 +CLKCAD +Wire Wire Line + 8600 4600 8000 4600 +Wire Wire Line + 8600 4500 8000 4500 +Wire Wire Line + 8600 5300 8000 5300 +Wire Wire Line + 8600 6100 8000 6100 +Wire Wire Line + 6100 5200 5650 5200 +Wire Wire Line + 8600 1700 8000 1700 +Wire Wire Line + 8600 3300 8000 3300 +Wire Wire Line + 8600 2500 8000 2500 +Wire Wire Line + 8600 4400 8000 4400 +Wire Wire Line + 8600 5200 8000 5200 +Wire Wire Line + 8600 6000 8000 6000 +Wire Wire Line + 6100 5300 5650 5300 +Wire Wire Line + 8600 1600 8000 1600 +Wire Wire Line + 8600 3200 8000 3200 +Wire Wire Line + 8600 2400 8000 2400 +NoConn ~ 8000 3600 +Wire Wire Line + 8000 5400 8450 5400 +Wire Wire Line + 5650 6000 6100 6000 +Wire Wire Line + 5650 5000 6100 5000 +Wire Wire Line + 8000 1800 8450 1800 +Wire Wire Line + 8000 3500 8450 3500 +Wire Wire Line + 8000 2600 8450 2600 +Wire Wire Line + 8000 4700 8450 4700 +Wire Wire Line + 8000 5500 8450 5500 +Wire Wire Line + 5650 5900 6100 5900 +Wire Wire Line + 5650 2500 6100 2500 +Wire Wire Line + 8000 1900 8450 1900 +Wire Wire Line + 8000 3700 8450 3700 +Wire Wire Line + 8000 2700 8450 2700 +Wire Wire Line + 8000 4800 8450 4800 +Wire Wire Line + 8000 5600 8450 5600 +Wire Wire Line + 5650 5700 6100 5700 +Wire Wire Line + 5650 4200 6100 4200 +Wire Wire Line + 8000 2000 8450 2000 +Wire Wire Line + 8000 3800 8450 3800 +Wire Wire Line + 8000 2800 8450 2800 +Wire Wire Line + 8000 4900 8450 4900 +Wire Wire Line + 8000 5700 8450 5700 +Wire Wire Line + 5650 5600 6100 5600 +Wire Wire Line + 5650 4400 6100 4400 +Wire Wire Line + 8000 2100 8450 2100 +Wire Wire Line + 8000 3900 8450 3900 +Wire Wire Line + 8000 2900 8450 2900 +Wire Wire Line + 8000 5000 8450 5000 +Wire Wire Line + 8000 5800 8450 5800 +Wire Wire Line + 5650 5500 6100 5500 +Wire Wire Line + 5650 4300 6100 4300 +Wire Wire Line + 8000 2200 8450 2200 +Wire Wire Line + 8000 4000 8450 4000 +Wire Wire Line + 8000 3000 8450 3000 +Wire Wire Line + 8000 5100 8450 5100 +Wire Wire Line + 8000 5900 8450 5900 +Wire Wire Line + 5650 5400 6100 5400 +Wire Wire Line + 5650 4100 6100 4100 +Wire Wire Line + 8000 2300 8450 2300 +Wire Wire Line + 8000 4100 8450 4100 +Wire Wire Line + 8000 3100 8450 3100 +Text Label 8100 4400 0 60 ~ 0 +VRAM31 +Text Label 8150 4500 0 60 ~ 0 +VRAM30 +Text Label 8150 4600 0 60 ~ 0 +VRAM29 +Text Label 8050 4700 0 60 ~ 0 +VRAM28 +Text Label 8050 4800 0 60 ~ 0 +VRAM27 +Text Label 8050 4900 0 60 ~ 0 +VRAM26 +Text Label 8050 5000 0 60 ~ 0 +VRAM25 +Text Label 8050 5100 0 60 ~ 0 +VRAM24 +Text Label 8100 5200 0 60 ~ 0 +VRAM23 +Text Label 8150 5300 0 60 ~ 0 +VRAM22 +Text Label 8050 5400 0 60 ~ 0 +VRAM21 +Text Label 8050 5500 0 60 ~ 0 +VRAM20 +Text Label 8050 5600 0 60 ~ 0 +VRAM19 +Text Label 8050 5700 0 60 ~ 0 +VRAM18 +Text Label 8050 5800 0 60 ~ 0 +VRAM17 +Text Label 8050 5900 0 60 ~ 0 +VRAM16 +Text Label 8100 6000 0 60 ~ 0 +VRAM15 +Text Label 8150 6100 0 60 ~ 0 +VRAM14 +Text Label 5700 6000 0 60 ~ 0 +VRAM13 +Text Label 5700 5900 0 60 ~ 0 +VRAM12 +Text Label 5700 5700 0 60 ~ 0 +VRAM11 +Text Label 5700 5600 0 60 ~ 0 +VRAM10 +Text Label 5700 5500 0 60 ~ 0 +VRAM9 +Text Label 5700 5400 0 60 ~ 0 +VRAM8 +Text Label 5650 5300 0 60 ~ 0 +VRAM7 +Text Label 5650 5200 0 60 ~ 0 +VRAM6 +Text Label 5700 5000 0 60 ~ 0 +VRAM5 +Text Label 5700 2500 0 60 ~ 0 +VRAM4 +Text Label 5700 4200 0 60 ~ 0 +VRAM3 +Text Label 5700 4400 0 60 ~ 0 +VRAM2 +Text Label 5700 4300 0 60 ~ 0 +VRAM1 +Text Label 5700 4100 0 60 ~ 0 +VRAM0 +Text Label 8150 1600 0 60 ~ 0 +TVB7 +Text Label 8150 1700 0 60 ~ 0 +TVB6 +Text Label 8100 1800 0 60 ~ 0 +TVB5 +Text Label 8100 1900 0 60 ~ 0 +TVB4 +Text Label 8100 2000 0 60 ~ 0 +TVB3 +Text Label 8100 2100 0 60 ~ 0 +TVB2 +Text Label 8100 2200 0 60 ~ 0 +TVB1 +Text Label 8100 2300 0 60 ~ 0 +TVB0 +Text Label 8150 3200 0 60 ~ 0 +TVG7 +Text Label 8150 3300 0 60 ~ 0 +TVG6 +Text Label 8100 3500 0 60 ~ 0 +TVG5 +Text Label 8100 3700 0 60 ~ 0 +TVG4 +Text Label 8100 3800 0 60 ~ 0 +TVG3 +Text Label 8100 3900 0 60 ~ 0 +TVG2 +Text Label 8100 4000 0 60 ~ 0 +TVG1 +Text Label 8100 4100 0 60 ~ 0 +TVG0 +Text Label 8150 2400 0 60 ~ 0 +TVR7 +Text Label 8150 2500 0 60 ~ 0 +TVR6 +Text Label 8100 2600 0 60 ~ 0 +TVR5 +Text Label 8100 2700 0 60 ~ 0 +TVR4 +Text Label 8100 2800 0 60 ~ 0 +TVR3 +Text Label 8100 2900 0 60 ~ 0 +TVR2 +Text Label 8100 3000 0 60 ~ 0 +TVR1 +Text Label 8100 3100 0 60 ~ 0 +TVR0 +Text HLabel 6100 2100 0 60 Output ~ 0 +X_DONE +Text HLabel 6100 2000 0 60 Input ~ 0 +X_PROG- +Text HLabel 9500 1300 2 60 BiDi ~ 0 +TVB[0..7] +Text HLabel 9500 1200 2 60 BiDi ~ 0 +TVG[0..7] +Text HLabel 9500 1100 2 60 BiDi ~ 0 +TVR[0..7] +Text HLabel 9500 1000 2 60 BiDi ~ 0 +VRAM[0..31] +$Comp +L VCC #PWR06 +U 1 1 33A567E7 +P 6100 1550 +F 0 "#PWR06" H 6100 1750 40 0001 C CNN +F 1 "VCC" H 6100 1700 40 0000 C CNN +F 2 "" H 6100 1550 60 0001 C CNN +F 3 "" H 6100 1550 60 0001 C CNN + 1 6100 1550 + 1 0 0 -1 +$EndComp +Connection ~ 6100 1700 +Connection ~ 6100 1600 +Wire Wire Line + 6100 1800 6100 1550 +$Comp +L XC4003-VQ100 U22 +U 1 1 33A567B8 +P 7050 3850 +F 0 "U22" H 7050 3950 70 0000 C CNN +F 1 "XC4003-VQ100" H 7050 3750 70 0000 C CNN +F 2 "lib_smd:VQFP100" H 7050 3850 60 0001 C CNN +F 3 "" H 7050 3850 60 0001 C CNN + 1 7050 3850 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/demos/video/pal-ntsc.sch b/demos/video/pal-ntsc.sch new file mode 100644 index 0000000..d8b4a2d --- /dev/null +++ b/demos/video/pal-ntsc.sch @@ -0,0 +1,1325 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 4 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +NoConn ~ 10050 8600 +Wire Bus Line + 10800 4900 10650 4900 +Wire Bus Line + 10650 4900 10650 5600 +Wire Bus Line + 10800 4000 10650 4000 +Wire Bus Line + 10650 4000 10650 4700 +Entry Wire Line + 10550 5700 10650 5600 +Entry Wire Line + 10550 5600 10650 5500 +Entry Wire Line + 10550 5500 10650 5400 +Entry Wire Line + 10550 5400 10650 5300 +Entry Wire Line + 10550 5300 10650 5200 +Entry Wire Line + 10550 5200 10650 5100 +Entry Wire Line + 10550 5100 10650 5000 +Entry Wire Line + 10550 5000 10650 4900 +Entry Wire Line + 10550 4800 10650 4700 +Entry Wire Line + 10550 4700 10650 4600 +Entry Wire Line + 10550 4600 10650 4500 +Entry Wire Line + 10550 4500 10650 4400 +Entry Wire Line + 10550 4400 10650 4300 +Entry Wire Line + 10550 4300 10650 4200 +Entry Wire Line + 10550 4200 10650 4100 +Entry Wire Line + 10550 4100 10650 4000 +Entry Wire Line + 10550 3900 10650 3800 +Entry Wire Line + 10550 3800 10650 3700 +Entry Wire Line + 10550 3700 10650 3600 +Entry Wire Line + 10550 3600 10650 3500 +Entry Wire Line + 10550 3500 10650 3400 +Entry Wire Line + 10550 3400 10650 3300 +Entry Wire Line + 10550 3300 10650 3200 +Entry Wire Line + 10550 3200 10650 3100 +Wire Bus Line + 10800 3100 10650 3100 +Wire Bus Line + 10650 3100 10650 3800 +Wire Wire Line + 10050 8500 10150 8500 +Wire Wire Line + 10050 7600 10150 7600 +Wire Wire Line + 10050 7500 10150 7500 +Wire Wire Line + 5800 3800 5950 3800 +Connection ~ 5900 3800 +Wire Wire Line + 5950 3900 5900 3900 +Wire Wire Line + 5900 3900 5900 3800 +Text HLabel 5950 8600 0 60 Input ~ 0 +BT812_WR- +Text HLabel 5950 8500 0 60 Input ~ 0 +BT812_RD- +$Comp +L VCC #VCC034 +U 1 1 4BF036C7 +P 6350 2300 +F 0 "#VCC034" H 6350 2500 40 0001 C CNN +F 1 "VCC" H 6350 2450 40 0000 C CNN +F 2 "" H 6350 2300 60 0001 C CNN +F 3 "" H 6350 2300 60 0001 C CNN + 1 6350 2300 + 1 0 0 -1 +$EndComp +Connection ~ 6350 2400 +Connection ~ 6450 2400 +Connection ~ 6550 2400 +Connection ~ 6650 2400 +Connection ~ 6750 2400 +Connection ~ 6850 2400 +Wire Wire Line + 6350 2400 6950 2400 +Wire Wire Line + 6350 2300 6350 2500 +Wire Wire Line + 6450 2400 6450 2500 +Wire Wire Line + 6550 2400 6550 2500 +Wire Wire Line + 6650 2400 6650 2500 +Wire Wire Line + 6750 2400 6750 2500 +Wire Wire Line + 6850 2400 6850 2500 +Text HLabel 10800 4900 2 60 BiDi ~ 0 +TVB[0..7] +Text HLabel 10800 4000 2 60 BiDi ~ 0 +TVG[0..7] +Text Label 10150 5700 0 60 ~ 0 +TVB7 +Text Label 10150 5600 0 60 ~ 0 +TVB6 +Text Label 10150 5500 0 60 ~ 0 +TVB5 +Text Label 10150 5400 0 60 ~ 0 +TVB4 +Text Label 10150 5300 0 60 ~ 0 +TVB3 +Text Label 10150 5200 0 60 ~ 0 +TVB2 +Text Label 10150 5100 0 60 ~ 0 +TVB1 +Text Label 10150 5000 0 60 ~ 0 +TVB0 +Text Label 10150 4800 0 60 ~ 0 +TVG7 +Text Label 10150 4700 0 60 ~ 0 +TVG6 +Text Label 10150 4600 0 60 ~ 0 +TVG5 +Text Label 10150 4500 0 60 ~ 0 +TVG4 +Text Label 10150 4400 0 60 ~ 0 +TVG3 +Text Label 10150 4300 0 60 ~ 0 +TVG2 +Text Label 10150 4200 0 60 ~ 0 +TVG1 +Text Label 10150 4100 0 60 ~ 0 +TVG0 +Text Label 10150 3900 0 60 ~ 0 +TVR7 +Text Label 10150 3800 0 60 ~ 0 +TVR6 +Text Label 10150 3700 0 60 ~ 0 +TVR5 +Text Label 10150 3600 0 60 ~ 0 +TVR4 +Text Label 10150 3500 0 60 ~ 0 +TVR3 +Text Label 10150 3400 0 60 ~ 0 +TVR2 +Text Label 10150 3300 0 60 ~ 0 +TVR1 +Text Label 10150 3200 0 60 ~ 0 +TVR0 +Wire Wire Line + 11950 3450 11950 3600 +Wire Wire Line + 12650 3500 12650 3450 +Wire Wire Line + 13350 3500 13350 3450 +Wire Wire Line + 14050 3500 14050 3450 +Wire Wire Line + 14050 3000 14050 3050 +Wire Wire Line + 13350 3050 13350 3000 +Wire Wire Line + 12650 3050 12650 3000 +Wire Wire Line + 11950 3050 11950 3000 +NoConn ~ 10050 8100 +NoConn ~ 10050 8200 +NoConn ~ 10050 8300 +NoConn ~ 5950 5000 +NoConn ~ 5950 4900 +NoConn ~ 5950 5200 +NoConn ~ 5950 5300 +NoConn ~ 5950 5500 +NoConn ~ 5950 5600 +NoConn ~ 5950 4400 +NoConn ~ 10050 7900 +NoConn ~ 10050 6900 +NoConn ~ 10050 7000 +NoConn ~ 10050 7100 +NoConn ~ 10050 7200 +NoConn ~ 5950 3600 +NoConn ~ 5950 3500 +NoConn ~ 10050 7800 +NoConn ~ 10050 7700 +$Comp +L INDUCTOR L4 +U 1 1 811D9080 +P 10150 1800 +F 0 "L4" V 10350 1800 50 0000 C CNN +F 1 "22uF" V 10250 1800 50 0000 C CNN +F 2 "lib_smd:SM1812" H 10150 1800 60 0001 C CNN +F 3 "" H 10150 1800 60 0001 C CNN + 1 10150 1800 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND035 +U 1 1 821CDA95 +P 4000 7250 +F 0 "#GND035" H 4000 7350 60 0001 C CNN +F 1 "GND" H 4000 7150 60 0001 C CNN +F 2 "" H 4000 7250 60 0001 C CNN +F 3 "" H 4000 7250 60 0001 C CNN + 1 4000 7250 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND036 +U 1 1 821CDAA4 +P 3200 7050 +F 0 "#GND036" H 3200 7150 60 0001 C CNN +F 1 "GND" H 3200 6950 60 0001 C CNN +F 2 "" H 3200 7050 60 0001 C CNN +F 3 "" H 3200 7050 60 0001 C CNN + 1 3200 7050 + 1 0 0 -1 +$EndComp +$Comp +L R R35 +U 1 1 821CDAB8 +P 2800 6500 +F 0 "R35" V 2880 6500 50 0000 C CNN +F 1 "470" V 2800 6500 50 0000 C CNN +F 2 "lib_smd:SM1206" H 2800 6500 60 0001 C CNN +F 3 "" H 2800 6500 60 0001 C CNN + 1 2800 6500 + 0 1 1 0 +$EndComp +$Comp +L C C1 +U 1 1 821CDAC2 +P 3500 6500 +F 0 "C1" V 3550 6650 50 0000 C CNN +F 1 "100nF" V 3550 6300 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3500 6500 60 0001 C CNN +F 3 "" H 3500 6500 60 0001 C CNN + 1 3500 6500 + 0 -1 -1 0 +$EndComp +$Comp +L GND #GND037 +U 1 1 A9C8254A +P 6350 9900 +F 0 "#GND037" H 6350 10000 60 0001 C CNN +F 1 "GND" H 6350 9800 60 0001 C CNN +F 2 "" H 6350 9900 60 0001 C CNN +F 3 "" H 6350 9900 60 0001 C CNN + 1 6350 9900 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND038 +U 1 1 A9C8254F +P 8950 9900 +F 0 "#GND038" H 8950 10000 60 0001 C CNN +F 1 "GND" H 8950 9800 60 0001 C CNN +F 2 "" H 8950 9900 60 0001 C CNN +F 3 "" H 8950 9900 60 0001 C CNN + 1 8950 9900 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND039 +U 1 1 A9C82559 +P 5950 6200 +F 0 "#GND039" H 5950 6300 60 0001 C CNN +F 1 "GND" H 5950 6050 60 0001 C CNN +F 2 "" H 5950 6200 60 0001 C CNN +F 3 "" H 5950 6200 60 0001 C CNN + 1 5950 6200 + 0 1 1 0 +$EndComp +$Comp +L GND #GND040 +U 1 1 A9C8255E +P 5950 6000 +F 0 "#GND040" H 5950 6100 60 0001 C CNN +F 1 "GND" H 5950 5850 60 0001 C CNN +F 2 "" H 5950 6000 60 0001 C CNN +F 3 "" H 5950 6000 60 0001 C CNN + 1 5950 6000 + 0 1 1 0 +$EndComp +$Comp +L GND #GND041 +U 1 1 A9C82563 +P 5950 6600 +F 0 "#GND041" H 5950 6700 60 0001 C CNN +F 1 "GND" H 5950 6450 60 0001 C CNN +F 2 "" H 5950 6600 60 0001 C CNN +F 3 "" H 5950 6600 60 0001 C CNN + 1 5950 6600 + 0 1 1 0 +$EndComp +$Comp +L GND #GND042 +U 1 1 A9CA7F70 +P 11950 3600 +F 0 "#GND042" H 11950 3700 60 0001 C CNN +F 1 "GND" H 11950 3500 60 0001 C CNN +F 2 "" H 11950 3600 60 0001 C CNN +F 3 "" H 11950 3600 60 0001 C CNN + 1 11950 3600 + 1 0 0 -1 +$EndComp +$Comp +L C C2 +U 1 1 A9CA7F6B +P 11950 3250 +F 0 "C2" H 12000 3350 50 0000 L CNN +F 1 "100nF" H 12000 3150 50 0000 L CNN +F 2 "lib_smd:SM1206" H 11950 3250 60 0001 C CNN +F 3 "" H 11950 3250 60 0001 C CNN + 1 11950 3250 + 1 0 0 -1 +$EndComp +$Comp +L C C3 +U 1 1 A9CA7F75 +P 3450 4200 +F 0 "C3" V 3300 4200 50 0000 C CNN +F 1 "100nF" V 3600 4200 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3450 4200 60 0001 C CNN +F 3 "" H 3450 4200 60 0001 C CNN + 1 3450 4200 + 0 1 1 0 +$EndComp +$Comp +L C C4 +U 1 1 A9CA7F7A +P 3450 5100 +F 0 "C4" V 3300 5100 50 0000 C CNN +F 1 "100nF" V 3600 5100 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3450 5100 60 0001 C CNN +F 3 "" H 3450 5100 60 0001 C CNN + 1 3450 5100 + 0 1 1 0 +$EndComp +$Comp +L R R14 +U 1 1 821CDA9A +P 4000 6950 +F 0 "R14" H 3900 7150 50 0000 C CNN +F 1 "1M" V 4000 6950 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4000 6950 60 0001 C CNN +F 3 "" H 4000 6950 60 0001 C CNN + 1 4000 6950 + 1 0 0 -1 +$EndComp +$Comp +L R R3 +U 1 1 8116F4AA +P 4100 4200 +F 0 "R3" V 4180 4200 50 0000 C CNN +F 1 "100" V 4100 4200 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4100 4200 60 0001 C CNN +F 3 "" H 4100 4200 60 0001 C CNN + 1 4100 4200 + 0 1 1 0 +$EndComp +$Comp +L R R2 +U 1 1 8116F4A5 +P 4100 5100 +F 0 "R2" V 4180 5100 50 0000 C CNN +F 1 "100" V 4100 5100 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4100 5100 60 0001 C CNN +F 3 "" H 4100 5100 60 0001 C CNN + 1 4100 5100 + 0 1 1 0 +$EndComp +$Comp +L DIODESCH D1 +U 1 1 A9CA7F7F +P 3850 3700 +F 0 "D1" H 3850 3800 50 0000 C CNN +F 1 "BAT46" H 3850 3600 50 0000 C CNN +F 2 "Discret:D3" H 3850 3700 60 0001 C CNN +F 3 "" H 3850 3700 60 0001 C CNN + 1 3850 3700 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D2 +U 1 1 A9CA7F84 +P 3850 3300 +F 0 "D2" H 3850 3200 50 0000 C CNN +F 1 "BAT46" H 3850 3400 50 0000 C CNN +F 2 "Discret:D3" H 3850 3300 60 0001 C CNN +F 3 "" H 3850 3300 60 0001 C CNN + 1 3850 3300 + -1 0 0 1 +$EndComp +$Comp +L DIODESCH D3 +U 1 1 A9CA7F8E +P 4050 6000 +F 0 "D3" H 4050 6100 60 0000 C CNN +F 1 "BAT46" H 4050 5900 60 0000 C CNN +F 2 "Discret:D3" H 4050 6000 60 0001 C CNN +F 3 "" H 4050 6000 60 0001 C CNN + 1 4050 6000 + 1 0 0 -1 +$EndComp +$Comp +L DIODESCH D4 +U 1 1 A9CA7F93 +P 4050 5600 +F 0 "D4" H 4050 5700 60 0000 C CNN +F 1 "BAT46" H 4050 5500 60 0000 C CNN +F 2 "Discret:D3" H 4050 5600 60 0001 C CNN +F 3 "" H 4050 5600 60 0001 C CNN + 1 4050 5600 + -1 0 0 -1 +$EndComp +$Comp +L GND #GND043 +U 1 1 A9CA7F9D +P 3850 6000 +F 0 "#GND043" H 3850 6100 60 0001 C CNN +F 1 "GND" H 3850 5900 60 0000 C CNN +F 2 "" H 3850 6000 60 0001 C CNN +F 3 "" H 3850 6000 60 0001 C CNN + 1 3850 6000 + 0 1 1 0 +$EndComp +$Comp +L GND #GND044 +U 1 1 A9CA7FA2 +P 3600 3700 +F 0 "#GND044" H 3600 3800 60 0001 C CNN +F 1 "GND" H 3600 3600 60 0001 C CNN +F 2 "" H 3600 3700 60 0001 C CNN +F 3 "" H 3600 3700 60 0001 C CNN + 1 3600 3700 + 0 1 1 0 +$EndComp +$Comp +L GND #GND045 +U 1 1 A9CA7FBB +P 5200 6100 +F 0 "#GND045" H 5200 6200 60 0001 C CNN +F 1 "GND" H 5200 6000 60 0001 C CNN +F 2 "" H 5200 6100 60 0001 C CNN +F 3 "" H 5200 6100 60 0001 C CNN + 1 5200 6100 + 0 1 1 0 +$EndComp +$Comp +L GND #GND046 +U 1 1 A9CA7FC0 +P 4650 6400 +F 0 "#GND046" H 4650 6500 60 0001 C CNN +F 1 "GND" H 4650 6300 60 0001 C CNN +F 2 "" H 4650 6400 60 0001 C CNN +F 3 "" H 4650 6400 60 0001 C CNN + 1 4650 6400 + 0 1 1 0 +$EndComp +$Comp +L R R27 +U 1 1 A9CA7FC5 +P 5500 6800 +F 0 "R27" V 5580 6800 50 0000 C CNN +F 1 "27K" V 5500 6800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5500 6800 60 0001 C CNN +F 3 "" H 5500 6800 60 0001 C CNN + 1 5500 6800 + 0 1 1 0 +$EndComp +$Comp +L R R12 +U 1 1 A9CA7FCA +P 5200 7100 +F 0 "R12" V 5280 7100 50 0000 C CNN +F 1 "1K" V 5200 7100 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5200 7100 60 0001 C CNN +F 3 "" H 5200 7100 60 0001 C CNN + 1 5200 7100 + 0 1 1 0 +$EndComp +$Comp +L C C65 +U 1 1 B15DA8C5 +P 4850 1700 +F 0 "C65" H 5000 1800 50 0000 C CNN +F 1 "22pF" H 5000 1600 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4850 1700 60 0001 C CNN +F 3 "" H 4850 1700 60 0001 C CNN + 1 4850 1700 + 1 0 0 -1 +$EndComp +$Comp +L C C66 +U 1 1 B15DA8CA +P 5650 1700 +F 0 "C66" H 5800 1800 50 0000 C CNN +F 1 "22pF" H 5800 1600 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5650 1700 60 0001 C CNN +F 3 "" H 5650 1700 60 0001 C CNN + 1 5650 1700 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND047 +U 1 1 B15DA8CF +P 4850 1450 +F 0 "#GND047" H 4850 1550 60 0001 C CNN +F 1 "GND" H 4850 1350 60 0001 C CNN +F 2 "" H 4850 1450 60 0001 C CNN +F 3 "" H 4850 1450 60 0001 C CNN + 1 4850 1450 + -1 0 0 1 +$EndComp +$Comp +L GND #GND048 +U 1 1 B15DA8D4 +P 5650 1450 +F 0 "#GND048" H 5650 1550 60 0001 C CNN +F 1 "GND" H 5650 1350 60 0001 C CNN +F 2 "" H 5650 1450 60 0001 C CNN +F 3 "" H 5650 1450 60 0001 C CNN + 1 5650 1450 + -1 0 0 1 +$EndComp +$Comp +L GND #GND049 +U 1 1 B175430E +P 5800 4100 +F 0 "#GND049" H 5800 4200 60 0001 C CNN +F 1 "GND" H 5800 4000 60 0001 C CNN +F 2 "" H 5800 4100 60 0001 C CNN +F 3 "" H 5800 4100 60 0001 C CNN + 1 5800 4100 + 0 1 1 0 +$EndComp +$Comp +L CRYSTAL X2 +U 1 1 B15DA8C0 +P 5250 2100 +F 0 "X2" H 5250 2250 60 0000 C CNN +F 1 "30MHz" H 5250 1950 60 0000 C CNN +F 2 "Discret:HC-18UV" H 5250 2100 60 0001 C CNN +F 3 "" H 5250 2100 60 0001 C CNN + 1 5250 2100 + 1 0 0 -1 +$EndComp +$Comp +L R R19 +U 1 1 A9CA7FA7 +P 11050 6200 +F 0 "R19" V 11130 6200 50 0000 C CNN +F 1 "220" V 11050 6200 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11050 6200 60 0001 C CNN +F 3 "" H 11050 6200 60 0001 C CNN + 1 11050 6200 + 0 1 1 0 +$EndComp +$Comp +L C C5 +U 1 1 A9CA7FAC +P 11650 6200 +F 0 "C5" V 11550 6050 50 0000 C CNN +F 1 "100nF" V 11550 6400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11650 6200 60 0001 C CNN +F 3 "" H 11650 6200 60 0001 C CNN + 1 11650 6200 + 0 1 1 0 +$EndComp +$Comp +L R R20 +U 1 1 B176B9C3 +P 11100 5800 +F 0 "R20" V 11180 5800 50 0000 C CNN +F 1 "220" V 11100 5800 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11100 5800 60 0001 C CNN +F 3 "" H 11100 5800 60 0001 C CNN + 1 11100 5800 + 0 1 1 0 +$EndComp +$Comp +L C C8 +U 1 1 B176B9C8 +P 11650 5800 +F 0 "C8" V 11550 5650 50 0000 C CNN +F 1 "100nF" V 11550 6000 50 0000 C CNN +F 2 "lib_smd:SM1206" H 11650 5800 60 0001 C CNN +F 3 "" H 11650 5800 60 0001 C CNN + 1 11650 5800 + 0 1 1 0 +$EndComp +$Comp +L C C6 +U 1 1 A9CA7FB1 +P 5450 6100 +F 0 "C6" V 5300 6100 50 0000 C CNN +F 1 "100nF" V 5600 6100 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5450 6100 60 0001 C CNN +F 3 "" H 5450 6100 60 0001 C CNN + 1 5450 6100 + 0 1 1 0 +$EndComp +$Comp +L C C7 +U 1 1 A9CA7FB6 +P 4900 6400 +F 0 "C7" V 4750 6400 50 0000 C CNN +F 1 "100nF" V 5050 6400 50 0000 C CNN +F 2 "lib_smd:SM1206" H 4900 6400 60 0001 C CNN +F 3 "" H 4900 6400 60 0001 C CNN + 1 4900 6400 + 0 1 1 0 +$EndComp +$Comp +L C C47 +U 1 1 821CDABD +P 3200 6800 +F 0 "C47" H 3350 6900 50 0000 C CNN +F 1 "220pF" H 3350 6700 50 0000 C CNN +F 2 "lib_smd:SM1206" H 3200 6800 60 0001 C CNN +F 3 "" H 3200 6800 60 0001 C CNN + 1 3200 6800 + 1 0 0 -1 +$EndComp +$Comp +L BT812 U10 +U 1 1 BECCB834 +P 8000 6100 +F 0 "U10" H 8000 6200 60 0000 C CNN +F 1 "BT812" H 8000 6000 60 0000 C CNN +F 2 "lib_smd:PQFP160" H 8000 6100 60 0001 C CNN +F 3 "" H 8000 6100 60 0001 C CNN + 1 8000 6100 + 1 0 0 -1 +$EndComp +$Comp +L CP C62 +U 1 1 811D9071 +P 10750 2300 +F 0 "C62" H 10800 2400 50 0000 L CNN +F 1 "47uF" H 10800 2200 50 0000 L CNN +F 2 "lib_smd:SM1210L" H 10750 2300 60 0001 C CNN +F 3 "" H 10750 2300 60 0001 C CNN + 1 10750 2300 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND050 +U 1 1 BF69A158 +P 10750 2550 +F 0 "#GND050" H 10750 2550 30 0001 C CNN +F 1 "GND" H 10750 2480 30 0001 C CNN +F 2 "" H 10750 2550 60 0001 C CNN +F 3 "" H 10750 2550 60 0001 C CNN + 1 10750 2550 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND051 +U 1 1 BF69A16C +P 13050 9200 +F 0 "#GND051" H 13050 9200 30 0001 C CNN +F 1 "GND" H 13050 9130 30 0001 C CNN +F 2 "" H 13050 9200 60 0001 C CNN +F 3 "" H 13050 9200 60 0001 C CNN + 1 13050 9200 + 1 0 0 -1 +$EndComp +$Comp +L C C9 +U 1 1 BF69A15D +P 13050 8850 +F 0 "C9" H 13100 8950 50 0000 L CNN +F 1 "100nF" H 13100 8750 50 0000 L CNN +F 2 "lib_smd:SM1206" H 13050 8850 60 0001 C CNN +F 3 "" H 13050 8850 60 0001 C CNN + 1 13050 8850 + 1 0 0 -1 +$EndComp +$Comp +L C C10 +U 1 1 BF69A162 +P 13750 8850 +F 0 "C10" H 13800 8950 50 0000 L CNN +F 1 "100nF" H 13800 8750 50 0000 L CNN +F 2 "lib_smd:SM1206" H 13750 8850 60 0001 C CNN +F 3 "" H 13750 8850 60 0001 C CNN + 1 13750 8850 + 1 0 0 -1 +$EndComp +$Comp +L C C11 +U 1 1 BF69A167 +P 14450 8850 +F 0 "C11" H 14500 8950 50 0000 L CNN +F 1 "100nF" H 14500 8750 50 0000 L CNN +F 2 "lib_smd:SM1206" H 14450 8850 60 0001 C CNN +F 3 "" H 14450 8850 60 0001 C CNN + 1 14450 8850 + 1 0 0 -1 +$EndComp +$Comp +L C C14 +U 1 1 BF69A17B +P 14050 3250 +F 0 "C14" H 14100 3350 50 0000 L CNN +F 1 "100nF" H 14100 3150 50 0000 L CNN +F 2 "lib_smd:SM1206" H 14050 3250 60 0001 C CNN +F 3 "" H 14050 3250 60 0001 C CNN + 1 14050 3250 + 1 0 0 -1 +$EndComp +$Comp +L C C13 +U 1 1 BF69A176 +P 13350 3250 +F 0 "C13" H 13400 3350 50 0000 L CNN +F 1 "100nF" H 13400 3150 50 0000 L CNN +F 2 "lib_smd:SM1206" H 13350 3250 60 0001 C CNN +F 3 "" H 13350 3250 60 0001 C CNN + 1 13350 3250 + 1 0 0 -1 +$EndComp +$Comp +L C C12 +U 1 1 BF69A171 +P 12650 3250 +F 0 "C12" H 12700 3350 50 0000 L CNN +F 1 "100nF" H 12700 3150 50 0000 L CNN +F 2 "lib_smd:SM1206" H 12650 3250 60 0001 C CNN +F 3 "" H 12650 3250 60 0001 C CNN + 1 12650 3250 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND052 +U 1 1 0F47DCBD +P 10250 9600 +F 0 "#GND052" H 10250 9700 60 0001 C CNN +F 1 "GND" H 10250 9500 60 0001 C CNN +F 2 "" H 10250 9600 60 0001 C CNN +F 3 "" H 10250 9600 60 0001 C CNN + 1 10250 9600 + 1 0 0 -1 +$EndComp +$Comp +L C C16 +U 1 1 0F47DCB8 +P 10250 9350 +F 0 "C16" H 10400 9450 50 0000 C CNN +F 1 "100nF" H 10400 9250 50 0000 C CNN +F 2 "lib_smd:SM1206" H 10250 9350 60 0001 C CNN +F 3 "" H 10250 9350 60 0001 C CNN + 1 10250 9350 + 1 0 0 -1 +$EndComp +$Comp +L R R25 +U 1 1 B1754313 +P 5300 2600 +F 0 "R25" V 5380 2600 50 0000 C CNN +F 1 "220K" V 5300 2600 50 0000 C CNN +F 2 "lib_smd:SM1206" H 5300 2600 60 0001 C CNN +F 3 "" H 5300 2600 60 0001 C CNN + 1 5300 2600 + 0 1 1 0 +$EndComp +Text HLabel 10150 8500 2 60 Output ~ 0 +F_PALIN +Text HLabel 10800 3100 2 60 BiDi ~ 0 +TVR[0..7] +Text HLabel 2550 1500 0 60 BiDi ~ 0 +PC_D[0..7] +Text HLabel 2550 1600 0 60 Input ~ 0 +PC_A[0..1] +Text HLabel 5950 8800 0 60 Input ~ 0 +RESET- +Text HLabel 2850 4200 0 60 Input ~ 0 +GREEN_IN +Text HLabel 2850 5100 0 60 Input ~ 0 +RED_IN +Text HLabel 5800 3800 0 60 Input ~ 0 +OE_PAL- +Text HLabel 10150 7500 2 60 Output ~ 0 +HD_PAL- +Text HLabel 10150 7600 2 60 Output ~ 0 +VD_PAL- +Text Label 11350 1800 2 60 ~ 0 +VAF +Text Label 5050 4600 0 60 ~ 0 +Y-VIDEO +Text Label 5050 4700 0 60 ~ 0 +C-VIDEO +Text Label 4650 7100 0 60 ~ 0 +VAF +Text Label 10150 2400 2 60 ~ 0 +VAF +Text Label 2050 6500 0 60 ~ 0 +Y_SYNC +Text Label 10150 6100 0 60 ~ 0 +Y_SYNC +Text Label 11550 3000 0 60 ~ 0 +VAF +Text Label 5450 7300 0 60 ~ 0 +PC_D0 +Text Label 5450 7400 0 60 ~ 0 +PC_D1 +Text Label 5450 7500 0 60 ~ 0 +PC_D2 +Text Label 5450 7600 0 60 ~ 0 +PC_D3 +Text Label 5450 7700 0 60 ~ 0 +PC_D4 +Text Label 5450 7800 0 60 ~ 0 +PC_D5 +Text Label 5450 7900 0 60 ~ 0 +PC_D6 +Text Label 5450 8000 0 60 ~ 0 +PC_D7 +Text Label 5450 8200 0 60 ~ 0 +PC_A0 +Text Label 5450 8300 0 60 ~ 0 +PC_A1 +$Comp +L VCC #VCC053 +U 1 1 4BF036C8 +P 13050 8500 +F 0 "#VCC053" H 13050 8600 30 0001 C CNN +F 1 "VCC" H 13050 8600 30 0000 C CNN +F 2 "" H 13050 8500 60 0001 C CNN +F 3 "" H 13050 8500 60 0001 C CNN + 1 13050 8500 + 1 0 0 -1 +$EndComp +$Comp +L VCC #VCC054 +U 1 1 4BF036C9 +P 9750 1800 +F 0 "#VCC054" H 9750 1900 30 0001 C CNN +F 1 "VCC" H 9750 1900 30 0000 C CNN +F 2 "" H 9750 1800 60 0001 C CNN +F 3 "" H 9750 1800 60 0001 C CNN + 1 9750 1800 + 1 0 0 -1 +$EndComp +$Comp +L VCC #VCC055 +U 1 1 4BF036CA +P 3850 5600 +F 0 "#VCC055" H 3850 5800 40 0001 C CNN +F 1 "VCC" H 3850 5750 40 0000 C CNN +F 2 "" H 3850 5600 60 0001 C CNN +F 3 "" H 3850 5600 60 0001 C CNN + 1 3850 5600 + 1 0 0 -1 +$EndComp +$Comp +L VCC #VCC056 +U 1 1 00000000 +P 3600 3300 +F 0 "#VCC056" H 3600 3500 40 0001 C CNN +F 1 "VCC" H 3600 3450 40 0000 C CNN +F 2 "" H 3600 3300 60 0001 C CNN +F 3 "" H 3600 3300 60 0001 C CNN + 1 3600 3300 + 1 0 0 -1 +$EndComp +Connection ~ 10750 1800 +Connection ~ 4850 2100 +Connection ~ 5650 2100 +Connection ~ 7450 2400 +Connection ~ 7550 2400 +Connection ~ 7650 2400 +Connection ~ 7750 2400 +Connection ~ 7850 2400 +Connection ~ 7950 2400 +Connection ~ 8050 2400 +Connection ~ 8150 2400 +Connection ~ 8250 2400 +Connection ~ 8350 2400 +Connection ~ 8450 2400 +Connection ~ 8550 2400 +Connection ~ 8650 2400 +Connection ~ 8750 2400 +Connection ~ 8850 2400 +Connection ~ 8950 2400 +Connection ~ 9050 2400 +Connection ~ 9150 2400 +Connection ~ 9250 2400 +Connection ~ 9350 2400 +Connection ~ 9450 2400 +Connection ~ 9550 2400 +Connection ~ 9650 2400 +Connection ~ 4850 2600 +Connection ~ 5650 2600 +Connection ~ 4450 3700 +Connection ~ 5900 4100 +Connection ~ 4450 4200 +Connection ~ 5900 4200 +Connection ~ 4450 5100 +Connection ~ 4450 5600 +Connection ~ 5850 6100 +Connection ~ 5150 6400 +Connection ~ 3200 6500 +Connection ~ 4000 6500 +Connection ~ 5850 6500 +Connection ~ 5850 6900 +Connection ~ 13050 8600 +Connection ~ 13750 8600 +Connection ~ 13050 9100 +Connection ~ 13750 9100 +Connection ~ 11950 3000 +Connection ~ 12650 3000 +Connection ~ 13350 3000 +Connection ~ 6350 9800 +Connection ~ 6450 9800 +Connection ~ 6550 9800 +Connection ~ 6650 9800 +Connection ~ 6750 9800 +Connection ~ 6850 9800 +Connection ~ 6950 9800 +Connection ~ 7050 9800 +Connection ~ 7450 9800 +Connection ~ 7550 9800 +Connection ~ 7650 9800 +Connection ~ 7750 9800 +Connection ~ 7850 9800 +Connection ~ 7950 9800 +Connection ~ 8050 9800 +Connection ~ 8150 9800 +Connection ~ 8250 9800 +Connection ~ 8350 9800 +Connection ~ 8450 9800 +Connection ~ 8550 9800 +Connection ~ 8650 9800 +Connection ~ 8750 9800 +Connection ~ 8850 9800 +Connection ~ 8950 9800 +Connection ~ 11950 3500 +Connection ~ 12650 3500 +Connection ~ 13350 3500 +Wire Wire Line + 9750 1800 9850 1800 +Wire Wire Line + 10450 1800 11350 1800 +Wire Wire Line + 4850 2100 4950 2100 +Wire Wire Line + 5550 2100 5650 2100 +Wire Wire Line + 7350 2400 10150 2400 +Wire Wire Line + 4850 2600 5050 2600 +Wire Wire Line + 5550 2600 5650 2600 +Wire Wire Line + 5650 3200 5950 3200 +Wire Wire Line + 10050 3200 10550 3200 +Wire Wire Line + 4050 3300 4450 3300 +Wire Wire Line + 4850 3300 5950 3300 +Wire Wire Line + 10050 3300 10550 3300 +Wire Wire Line + 10050 3400 10550 3400 +Wire Wire Line + 10050 3500 10550 3500 +Wire Wire Line + 10050 3600 10550 3600 +Wire Wire Line + 4050 3700 4450 3700 +Wire Wire Line + 10050 3700 10550 3700 +Wire Wire Line + 10050 3800 10550 3800 +Wire Wire Line + 10050 3900 10550 3900 +Wire Wire Line + 5800 4100 5950 4100 +Wire Wire Line + 10050 4100 10550 4100 +Wire Wire Line + 2850 4200 3250 4200 +Wire Wire Line + 3650 4200 3850 4200 +Wire Wire Line + 4350 4200 4450 4200 +Wire Wire Line + 5900 4200 5950 4200 +Wire Wire Line + 10050 4200 10550 4200 +Wire Wire Line + 5900 4300 5950 4300 +Wire Wire Line + 10050 4300 10550 4300 +Wire Wire Line + 10050 4400 10550 4400 +Wire Wire Line + 10050 4500 10550 4500 +Wire Wire Line + 4450 4600 5950 4600 +Wire Wire Line + 10050 4600 10550 4600 +Wire Wire Line + 5950 4700 4450 4700 +Wire Wire Line + 10050 4700 10550 4700 +Wire Wire Line + 10050 4800 10550 4800 +Wire Wire Line + 10050 5000 10550 5000 +Wire Wire Line + 2850 5100 3250 5100 +Wire Wire Line + 3650 5100 3850 5100 +Wire Wire Line + 4350 5100 4450 5100 +Wire Wire Line + 10050 5100 10550 5100 +Wire Wire Line + 10050 5200 10550 5200 +Wire Wire Line + 10050 5300 10550 5300 +Wire Wire Line + 10050 5400 10550 5400 +Wire Wire Line + 10050 5500 10550 5500 +Wire Wire Line + 4250 5600 4450 5600 +Wire Wire Line + 10050 5600 10550 5600 +Wire Wire Line + 10050 5700 10550 5700 +Wire Wire Line + 5950 5800 4550 5800 +Wire Wire Line + 11350 5800 11450 5800 +Wire Wire Line + 11850 5800 12100 5800 +Wire Wire Line + 4450 6000 4250 6000 +Wire Wire Line + 5650 6100 5950 6100 +Wire Wire Line + 10050 6100 10800 6100 +Wire Wire Line + 10050 6200 10800 6200 +Wire Wire Line + 11300 6200 11450 6200 +Wire Wire Line + 11850 6200 12000 6200 +Wire Wire Line + 5100 6400 5950 6400 +Wire Wire Line + 10050 6400 12100 6400 +Wire Wire Line + 2050 6500 2550 6500 +Wire Wire Line + 3050 6500 3300 6500 +Wire Wire Line + 3700 6500 4550 6500 +Wire Wire Line + 5850 6500 5950 6500 +Wire Wire Line + 10050 6500 12000 6500 +Wire Wire Line + 5750 6800 5950 6800 +Wire Wire Line + 5850 6900 5950 6900 +Wire Wire Line + 4650 7100 4950 7100 +Wire Wire Line + 5850 7100 5450 7100 +Wire Wire Line + 5450 7300 5950 7300 +Wire Wire Line + 5450 7400 5950 7400 +Wire Wire Line + 5450 7500 5950 7500 +Wire Wire Line + 5450 7600 5950 7600 +Wire Wire Line + 5450 7700 5950 7700 +Wire Wire Line + 5450 7800 5950 7800 +Wire Wire Line + 5450 7900 5950 7900 +Wire Wire Line + 5450 8000 5950 8000 +Wire Wire Line + 5450 8200 5950 8200 +Wire Wire Line + 5450 8300 5950 8300 +Wire Wire Line + 13050 8600 15150 8600 +Wire Wire Line + 10050 9000 10250 9000 +Wire Wire Line + 13050 9100 15150 9100 +Wire Wire Line + 11550 3000 14050 3000 +Wire Wire Line + 6350 9800 7150 9800 +Wire Wire Line + 7350 9800 8950 9800 +Wire Wire Line + 11950 3500 14050 3500 +Wire Wire Line + 3200 6500 3200 6600 +Wire Wire Line + 4000 6500 4000 6700 +Wire Wire Line + 4450 3300 4450 4600 +Wire Wire Line + 4450 4700 4450 6000 +Wire Wire Line + 4550 6500 4550 5800 +Wire Wire Line + 4850 1900 4850 3300 +Wire Wire Line + 5150 6400 5150 6800 +Wire Wire Line + 5650 1900 5650 3200 +Wire Wire Line + 5900 4100 5900 4300 +Wire Wire Line + 5850 6100 5850 7100 +Wire Wire Line + 6350 9700 6350 9900 +Wire Wire Line + 6450 9700 6450 9800 +Wire Wire Line + 6550 9700 6550 9800 +Wire Wire Line + 6650 9700 6650 9800 +Wire Wire Line + 6750 9700 6750 9800 +Wire Wire Line + 6850 9700 6850 9800 +Wire Wire Line + 6950 2400 6950 2500 +Wire Wire Line + 6950 9700 6950 9800 +Wire Wire Line + 7050 9700 7050 9800 +Wire Wire Line + 7150 9800 7150 9700 +Wire Wire Line + 7350 2400 7350 2500 +Wire Wire Line + 7350 9800 7350 9700 +Wire Wire Line + 7450 2400 7450 2500 +Wire Wire Line + 7450 9700 7450 9800 +Wire Wire Line + 7550 2400 7550 2500 +Wire Wire Line + 7550 9700 7550 9800 +Wire Wire Line + 7650 2400 7650 2500 +Wire Wire Line + 7650 9700 7650 9800 +Wire Wire Line + 7750 2400 7750 2500 +Wire Wire Line + 7750 9700 7750 9800 +Wire Wire Line + 7850 2400 7850 2500 +Wire Wire Line + 7850 9700 7850 9800 +Wire Wire Line + 7950 2400 7950 2500 +Wire Wire Line + 7950 9700 7950 9800 +Wire Wire Line + 8050 2400 8050 2500 +Wire Wire Line + 8050 9700 8050 9800 +Wire Wire Line + 8150 2400 8150 2500 +Wire Wire Line + 8150 9700 8150 9800 +Wire Wire Line + 8250 2400 8250 2500 +Wire Wire Line + 8250 9700 8250 9800 +Wire Wire Line + 8350 2400 8350 2500 +Wire Wire Line + 8350 9700 8350 9800 +Wire Wire Line + 8450 2400 8450 2500 +Wire Wire Line + 8450 9700 8450 9800 +Wire Wire Line + 8550 2400 8550 2500 +Wire Wire Line + 8550 9700 8550 9800 +Wire Wire Line + 8650 2400 8650 2500 +Wire Wire Line + 8650 9700 8650 9800 +Wire Wire Line + 8750 2400 8750 2500 +Wire Wire Line + 8750 9700 8750 9800 +Wire Wire Line + 8850 2400 8850 2500 +Wire Wire Line + 8850 9700 8850 9800 +Wire Wire Line + 8950 2400 8950 2500 +Wire Wire Line + 8950 9700 8950 9900 +Wire Wire Line + 9050 2400 9050 2500 +Wire Wire Line + 9150 2400 9150 2500 +Wire Wire Line + 9250 2400 9250 2500 +Wire Wire Line + 9350 2400 9350 2500 +Wire Wire Line + 9450 2400 9450 2500 +Wire Wire Line + 9550 2400 9550 2500 +Wire Wire Line + 9650 2400 9650 2500 +Wire Wire Line + 10250 9000 10250 9150 +Wire Wire Line + 10750 1800 10750 2100 +Wire Wire Line + 10800 6100 10800 5800 +Wire Wire Line + 12000 6500 12000 6200 +Wire Wire Line + 12100 6400 12100 5800 +Wire Wire Line + 13050 8500 13050 8650 +Wire Wire Line + 13050 9050 13050 9200 +Wire Wire Line + 13750 8600 13750 8650 +Wire Wire Line + 13750 9050 13750 9100 +Wire Wire Line + 14450 8600 14450 8650 +Wire Wire Line + 14450 9050 14450 9100 +Wire Wire Line + 5150 6800 5250 6800 +Wire Wire Line + 15150 8600 15150 8650 +Wire Wire Line + 15150 9100 15150 9050 +Connection ~ 14450 8600 +Connection ~ 14450 9100 +$Comp +L C C15 +U 1 1 0939A342 +P 15150 8850 +F 0 "C15" H 15200 8950 50 0000 L CNN +F 1 "100nF" H 15200 8750 50 0000 L CNN +F 2 "lib_smd:SM1206" H 15150 8850 60 0001 C CNN +F 3 "" H 15150 8850 60 0001 C CNN + 1 15150 8850 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10250 9600 10250 9550 +Wire Wire Line + 10750 2550 10750 2500 +Wire Wire Line + 5650 1450 5650 1500 +Wire Wire Line + 4850 1500 4850 1450 +Wire Wire Line + 3600 3300 3650 3300 +Wire Wire Line + 3600 3700 3650 3700 +Wire Wire Line + 5200 6100 5250 6100 +Wire Wire Line + 4650 6400 4700 6400 +Wire Wire Line + 4000 7200 4000 7250 +Wire Wire Line + 3200 7000 3200 7050 +Wire Wire Line + 10800 5800 10850 5800 +$EndSCHEMATC diff --git a/demos/video/rams.sch b/demos/video/rams.sch new file mode 100644 index 0000000..cc47c98 --- /dev/null +++ b/demos/video/rams.sch @@ -0,0 +1,1753 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 6 8 +Title "Kicad EDA" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "Rams Video" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 4400 9050 5000 9050 +Wire Wire Line + 4400 8950 5000 8950 +Wire Wire Line + 4400 8850 5000 8850 +Wire Wire Line + 4400 8750 5000 8750 +Wire Wire Line + 4400 8650 5000 8650 +Wire Wire Line + 4400 8550 5000 8550 +Wire Wire Line + 4400 8450 5000 8450 +Wire Wire Line + 4400 8350 5000 8350 +Wire Wire Line + 4400 8150 5000 8150 +Wire Wire Line + 4400 8050 5000 8050 +Wire Wire Line + 4400 7950 5000 7950 +Wire Wire Line + 4400 7850 5000 7850 +Wire Wire Line + 4400 7750 5000 7750 +Wire Wire Line + 4400 7650 5000 7650 +Wire Wire Line + 4400 7550 5000 7550 +Wire Wire Line + 4400 7450 5000 7450 +Wire Wire Line + 4400 7250 5000 7250 +Wire Wire Line + 4400 7150 5000 7150 +Wire Wire Line + 4400 7050 5000 7050 +Wire Wire Line + 4400 6950 5000 6950 +Wire Wire Line + 4400 6850 5000 6850 +Wire Wire Line + 4400 6750 5000 6750 +Wire Wire Line + 4400 6650 5000 6650 +Wire Wire Line + 4400 6550 5000 6550 +Wire Wire Line + 4400 6350 5000 6350 +Wire Wire Line + 4400 6250 5000 6250 +Wire Wire Line + 4400 6150 5000 6150 +Wire Wire Line + 4400 6050 5000 6050 +Wire Wire Line + 4400 5950 5000 5950 +Wire Wire Line + 4400 5850 5000 5850 +Wire Wire Line + 4400 5750 5000 5750 +Wire Wire Line + 4400 5650 5000 5650 +Wire Wire Line + 4400 4600 5000 4600 +Wire Wire Line + 4400 4500 5000 4500 +Wire Wire Line + 4400 4400 5000 4400 +Wire Wire Line + 4400 4300 5000 4300 +Wire Wire Line + 4400 4200 5000 4200 +Wire Wire Line + 4400 4100 5000 4100 +Wire Wire Line + 4400 4000 5000 4000 +Wire Wire Line + 4400 3900 5000 3900 +Wire Wire Line + 4400 3700 5000 3700 +Wire Wire Line + 4400 3600 5000 3600 +Wire Wire Line + 4400 3500 5000 3500 +Wire Wire Line + 4400 3400 5000 3400 +Wire Wire Line + 4400 3300 5000 3300 +Wire Wire Line + 4400 3200 5000 3200 +Wire Wire Line + 4400 3100 5000 3100 +Wire Wire Line + 4400 3000 5000 3000 +Wire Wire Line + 4400 2800 5000 2800 +Wire Wire Line + 4400 2700 5000 2700 +Wire Wire Line + 4400 2600 5000 2600 +Wire Wire Line + 4400 2500 5000 2500 +Wire Wire Line + 4400 2400 5000 2400 +Wire Wire Line + 4400 2300 5000 2300 +Wire Wire Line + 4400 2200 5000 2200 +Wire Wire Line + 4400 2100 5000 2100 +Wire Wire Line + 4400 1900 5000 1900 +Wire Wire Line + 4400 1800 5000 1800 +Wire Wire Line + 4400 1700 5000 1700 +Wire Wire Line + 4400 1600 5000 1600 +Wire Wire Line + 4400 1500 5000 1500 +Wire Wire Line + 4400 1400 5000 1400 +Wire Wire Line + 4400 1300 5000 1300 +Wire Wire Line + 4400 1200 5000 1200 +Text Label 4400 9050 0 60 ~ 0 +TVRAM31 +Text Label 4400 8950 0 60 ~ 0 +TVRAM30 +Text Label 4400 8850 0 60 ~ 0 +TVRAM29 +Text Label 4400 8750 0 60 ~ 0 +TVRAM28 +Text Label 4400 8650 0 60 ~ 0 +TVRAM27 +Text Label 4400 8550 0 60 ~ 0 +TVRAM26 +Text Label 4400 8450 0 60 ~ 0 +TVRAM25 +Text Label 4400 8350 0 60 ~ 0 +TVRAM24 +Text Label 4400 8150 0 60 ~ 0 +TVRAM23 +Text Label 4400 8050 0 60 ~ 0 +TVRAM22 +Text Label 4400 7950 0 60 ~ 0 +TVRAM21 +Text Label 4400 7850 0 60 ~ 0 +TVRAM20 +Text Label 4400 7750 0 60 ~ 0 +TVRAM19 +Text Label 4400 7650 0 60 ~ 0 +TVRAM18 +Text Label 4400 7550 0 60 ~ 0 +TVRAM17 +Text Label 4400 7450 0 60 ~ 0 +TVRAM16 +Text Label 4400 7250 0 60 ~ 0 +TVRAM15 +Text Label 4400 7150 0 60 ~ 0 +TVRAM14 +Text Label 4400 7050 0 60 ~ 0 +TVRAM13 +Text Label 4400 6950 0 60 ~ 0 +TVRAM12 +Text Label 4400 6850 0 60 ~ 0 +TVRAM11 +Text Label 4400 6750 0 60 ~ 0 +TVRAM10 +Text Label 4400 6650 0 60 ~ 0 +TVRAM9 +Text Label 4400 6550 0 60 ~ 0 +TVRAM8 +Text Label 4400 6350 0 60 ~ 0 +TVRAM7 +Text Label 4400 6250 0 60 ~ 0 +TVRAM6 +Text Label 4400 6150 0 60 ~ 0 +TVRAM5 +Text Label 4400 6050 0 60 ~ 0 +TVRAM4 +Text Label 4400 5950 0 60 ~ 0 +TVRAM3 +Text Label 4400 5850 0 60 ~ 0 +TVRAM2 +Text Label 4400 5750 0 60 ~ 0 +TVRAM1 +Text Label 4400 5650 0 60 ~ 0 +TVRAM0 +Text Label 4400 4600 0 60 ~ 0 +TVRAM31 +Text Label 4400 4500 0 60 ~ 0 +TVRAM30 +Text Label 4400 4400 0 60 ~ 0 +TVRAM29 +Text Label 4400 4300 0 60 ~ 0 +TVRAM28 +Text Label 4400 4200 0 60 ~ 0 +TVRAM27 +Text Label 4400 4100 0 60 ~ 0 +TVRAM26 +Text Label 4400 4000 0 60 ~ 0 +TVRAM25 +Text Label 4400 3900 0 60 ~ 0 +TVRAM24 +Text Label 4400 3700 0 60 ~ 0 +TVRAM23 +Text Label 4400 3600 0 60 ~ 0 +TVRAM22 +Text Label 4400 3500 0 60 ~ 0 +TVRAM21 +Text Label 4400 3400 0 60 ~ 0 +TVRAM20 +Text Label 4400 3300 0 60 ~ 0 +TVRAM19 +Text Label 4400 3200 0 60 ~ 0 +TVRAM18 +Text Label 4400 3100 0 60 ~ 0 +TVRAM17 +Text Label 4400 3000 0 60 ~ 0 +TVRAM16 +Text Label 4400 2800 0 60 ~ 0 +TVRAM15 +Text Label 4400 2700 0 60 ~ 0 +TVRAM14 +Text Label 4400 2600 0 60 ~ 0 +TVRAM13 +Text Label 4400 2500 0 60 ~ 0 +TVRAM12 +Text Label 4400 2400 0 60 ~ 0 +TVRAM11 +Text Label 4400 2300 0 60 ~ 0 +TVRAM10 +Text Label 4400 2200 0 60 ~ 0 +TVRAM9 +Text Label 4400 2100 0 60 ~ 0 +TVRAM8 +Text Label 4400 1900 0 60 ~ 0 +TVRAM7 +Text Label 4400 1800 0 60 ~ 0 +TVRAM6 +Text Label 4400 1700 0 60 ~ 0 +TVRAM5 +Text Label 4400 1600 0 60 ~ 0 +TVRAM4 +Text Label 4400 1500 0 60 ~ 0 +TVRAM3 +Text Label 4400 1400 0 60 ~ 0 +TVRAM2 +Text Label 4400 1300 0 60 ~ 0 +TVRAM1 +Text Label 4400 1200 0 60 ~ 0 +TVRAM0 +Wire Wire Line + 7250 9050 7850 9050 +Wire Wire Line + 7250 8950 7850 8950 +Wire Wire Line + 7250 8850 7850 8850 +Wire Wire Line + 7250 8750 7850 8750 +Wire Wire Line + 7250 8650 7850 8650 +Wire Wire Line + 7250 8550 7850 8550 +Wire Wire Line + 7250 8450 7850 8450 +Wire Wire Line + 7250 8350 7850 8350 +Wire Wire Line + 7250 8150 7850 8150 +Wire Wire Line + 7250 8050 7850 8050 +Wire Wire Line + 7250 7950 7850 7950 +Wire Wire Line + 7250 7850 7850 7850 +Wire Wire Line + 7250 7750 7850 7750 +Wire Wire Line + 7250 7650 7850 7650 +Wire Wire Line + 7250 7550 7850 7550 +Wire Wire Line + 7250 7450 7850 7450 +Wire Wire Line + 7250 7250 7850 7250 +Wire Wire Line + 7250 7150 7850 7150 +Wire Wire Line + 7250 7050 7850 7050 +Wire Wire Line + 7250 6950 7850 6950 +Wire Wire Line + 7250 6850 7850 6850 +Wire Wire Line + 7250 6750 7850 6750 +Wire Wire Line + 7250 6650 7850 6650 +Wire Wire Line + 7250 6550 7850 6550 +Wire Wire Line + 7250 6350 7850 6350 +Wire Wire Line + 7250 6250 7850 6250 +Wire Wire Line + 7250 6150 7850 6150 +Wire Wire Line + 7250 6050 7850 6050 +Wire Wire Line + 7250 5950 7850 5950 +Wire Wire Line + 7250 5850 7850 5850 +Wire Wire Line + 7250 5750 7850 5750 +Wire Wire Line + 7250 5650 7850 5650 +Text Label 7300 9050 0 60 ~ 0 +TVRAM31 +Text Label 7300 8950 0 60 ~ 0 +TVRAM30 +Text Label 7300 8850 0 60 ~ 0 +TVRAM29 +Text Label 7300 8750 0 60 ~ 0 +TVRAM28 +Text Label 7300 8650 0 60 ~ 0 +TVRAM27 +Text Label 7300 8550 0 60 ~ 0 +TVRAM26 +Text Label 7300 8450 0 60 ~ 0 +TVRAM25 +Text Label 7300 8350 0 60 ~ 0 +TVRAM24 +Text Label 7300 8150 0 60 ~ 0 +TVRAM23 +Text Label 7300 8050 0 60 ~ 0 +TVRAM22 +Text Label 7300 7950 0 60 ~ 0 +TVRAM21 +Text Label 7300 7850 0 60 ~ 0 +TVRAM20 +Text Label 7300 7750 0 60 ~ 0 +TVRAM19 +Text Label 7300 7650 0 60 ~ 0 +TVRAM18 +Text Label 7300 7550 0 60 ~ 0 +TVRAM17 +Text Label 7300 7450 0 60 ~ 0 +TVRAM16 +Text Label 7300 7250 0 60 ~ 0 +TVRAM15 +Text Label 7300 7150 0 60 ~ 0 +TVRAM14 +Text Label 7300 7050 0 60 ~ 0 +TVRAM13 +Text Label 7300 6950 0 60 ~ 0 +TVRAM12 +Text Label 7300 6850 0 60 ~ 0 +TVRAM11 +Text Label 7300 6750 0 60 ~ 0 +TVRAM10 +Text Label 7300 6650 0 60 ~ 0 +TVRAM9 +Text Label 7300 6550 0 60 ~ 0 +TVRAM8 +Text Label 7300 6350 0 60 ~ 0 +TVRAM7 +Text Label 7300 6250 0 60 ~ 0 +TVRAM6 +Text Label 7300 6150 0 60 ~ 0 +TVRAM5 +Text Label 7300 6050 0 60 ~ 0 +TVRAM4 +Text Label 7300 5950 0 60 ~ 0 +TVRAM3 +Text Label 7300 5850 0 60 ~ 0 +TVRAM2 +Text Label 7300 5750 0 60 ~ 0 +TVRAM1 +Text Label 7300 5650 0 60 ~ 0 +TVRAM0 +Wire Wire Line + 7250 4600 7850 4600 +Wire Wire Line + 7250 4500 7850 4500 +Wire Wire Line + 7250 4400 7850 4400 +Wire Wire Line + 7250 4300 7850 4300 +Wire Wire Line + 7250 4200 7850 4200 +Wire Wire Line + 7250 4100 7850 4100 +Wire Wire Line + 7250 4000 7850 4000 +Wire Wire Line + 7250 3900 7850 3900 +Wire Wire Line + 7250 3700 7850 3700 +Wire Wire Line + 7250 3600 7850 3600 +Wire Wire Line + 7250 3500 7850 3500 +Wire Wire Line + 7250 3400 7850 3400 +Wire Wire Line + 7250 3300 7850 3300 +Wire Wire Line + 7250 3200 7850 3200 +Wire Wire Line + 7250 3100 7850 3100 +Wire Wire Line + 7250 3000 7850 3000 +Wire Wire Line + 7250 2800 7850 2800 +Wire Wire Line + 7250 2700 7850 2700 +Wire Wire Line + 7250 2600 7850 2600 +Wire Wire Line + 7250 2500 7850 2500 +Wire Wire Line + 7250 2400 7850 2400 +Wire Wire Line + 7250 2300 7850 2300 +Wire Wire Line + 7250 2200 7850 2200 +Wire Wire Line + 7250 2100 7850 2100 +Wire Wire Line + 7250 1900 7850 1900 +Wire Wire Line + 7250 1800 7850 1800 +Wire Wire Line + 7250 1700 7850 1700 +Wire Wire Line + 7250 1600 7850 1600 +Wire Wire Line + 7250 1500 7850 1500 +Wire Wire Line + 7250 1400 7850 1400 +Wire Wire Line + 7250 1300 7850 1300 +Wire Wire Line + 7250 1200 7850 1200 +Text Label 7300 4600 0 60 ~ 0 +TVRAM31 +Text Label 7300 4500 0 60 ~ 0 +TVRAM30 +Text Label 7300 4400 0 60 ~ 0 +TVRAM29 +Text Label 7300 4300 0 60 ~ 0 +TVRAM28 +Text Label 7300 4200 0 60 ~ 0 +TVRAM27 +Text Label 7300 4100 0 60 ~ 0 +TVRAM26 +Text Label 7300 4000 0 60 ~ 0 +TVRAM25 +Text Label 7300 3900 0 60 ~ 0 +TVRAM24 +Text Label 7300 3700 0 60 ~ 0 +TVRAM23 +Text Label 7300 3600 0 60 ~ 0 +TVRAM22 +Text Label 7300 3500 0 60 ~ 0 +TVRAM21 +Text Label 7300 3400 0 60 ~ 0 +TVRAM20 +Text Label 7300 3300 0 60 ~ 0 +TVRAM19 +Text Label 7300 3200 0 60 ~ 0 +TVRAM18 +Text Label 7300 3100 0 60 ~ 0 +TVRAM17 +Text Label 7300 3000 0 60 ~ 0 +TVRAM16 +Text Label 7300 2800 0 60 ~ 0 +TVRAM15 +Text Label 7300 2700 0 60 ~ 0 +TVRAM14 +Text Label 7300 2600 0 60 ~ 0 +TVRAM13 +Text Label 7300 2500 0 60 ~ 0 +TVRAM12 +Text Label 7300 2400 0 60 ~ 0 +TVRAM11 +Text Label 7300 2300 0 60 ~ 0 +TVRAM10 +Text Label 7300 2200 0 60 ~ 0 +TVRAM9 +Text Label 7300 2100 0 60 ~ 0 +TVRAM8 +Text Label 7300 1900 0 60 ~ 0 +TVRAM7 +Text Label 7300 1800 0 60 ~ 0 +TVRAM6 +Text Label 7300 1700 0 60 ~ 0 +TVRAM5 +Text Label 7300 1600 0 60 ~ 0 +TVRAM4 +Text Label 7300 1500 0 60 ~ 0 +TVRAM3 +Text Label 7300 1400 0 60 ~ 0 +TVRAM2 +Text Label 7300 1300 0 60 ~ 0 +TVRAM1 +Text Label 7300 1200 0 60 ~ 0 +TVRAM0 +Wire Wire Line + 10100 9050 10700 9050 +Wire Wire Line + 10100 8950 10700 8950 +Wire Wire Line + 10100 8850 10700 8850 +Wire Wire Line + 10100 8750 10700 8750 +Wire Wire Line + 10100 8650 10700 8650 +Wire Wire Line + 10100 8550 10700 8550 +Wire Wire Line + 10100 8450 10700 8450 +Wire Wire Line + 10100 8350 10700 8350 +Wire Wire Line + 10100 8150 10700 8150 +Wire Wire Line + 10100 8050 10700 8050 +Wire Wire Line + 10100 7950 10700 7950 +Wire Wire Line + 10100 7850 10700 7850 +Wire Wire Line + 10100 7750 10700 7750 +Wire Wire Line + 10100 7650 10700 7650 +Wire Wire Line + 10100 7550 10700 7550 +Wire Wire Line + 10100 7450 10700 7450 +Wire Wire Line + 10100 7250 10700 7250 +Wire Wire Line + 10100 7150 10700 7150 +Wire Wire Line + 10100 7050 10700 7050 +Wire Wire Line + 10100 6950 10700 6950 +Wire Wire Line + 10100 6850 10700 6850 +Wire Wire Line + 10100 6750 10700 6750 +Wire Wire Line + 10100 6650 10700 6650 +Wire Wire Line + 10100 6550 10700 6550 +Wire Wire Line + 10100 6350 10700 6350 +Wire Wire Line + 10100 6250 10700 6250 +Wire Wire Line + 10100 6150 10700 6150 +Wire Wire Line + 10100 6050 10700 6050 +Wire Wire Line + 10100 5950 10700 5950 +Wire Wire Line + 10100 5850 10700 5850 +Wire Wire Line + 10100 5750 10700 5750 +Wire Wire Line + 10100 5650 10700 5650 +Text Label 10150 9050 0 60 ~ 0 +TVRAM31 +Text Label 10150 8950 0 60 ~ 0 +TVRAM30 +Text Label 10150 8850 0 60 ~ 0 +TVRAM29 +Text Label 10150 8750 0 60 ~ 0 +TVRAM28 +Text Label 10150 8650 0 60 ~ 0 +TVRAM27 +Text Label 10150 8550 0 60 ~ 0 +TVRAM26 +Text Label 10150 8450 0 60 ~ 0 +TVRAM25 +Text Label 10150 8350 0 60 ~ 0 +TVRAM24 +Text Label 10150 8150 0 60 ~ 0 +TVRAM23 +Text Label 10150 8050 0 60 ~ 0 +TVRAM22 +Text Label 10150 7950 0 60 ~ 0 +TVRAM21 +Text Label 10150 7850 0 60 ~ 0 +TVRAM20 +Text Label 10150 7750 0 60 ~ 0 +TVRAM19 +Text Label 10150 7650 0 60 ~ 0 +TVRAM18 +Text Label 10150 7550 0 60 ~ 0 +TVRAM17 +Text Label 10150 7450 0 60 ~ 0 +TVRAM16 +Text Label 10150 7250 0 60 ~ 0 +TVRAM15 +Text Label 10150 7150 0 60 ~ 0 +TVRAM14 +Text Label 10150 7050 0 60 ~ 0 +TVRAM13 +Text Label 10150 6950 0 60 ~ 0 +TVRAM12 +Text Label 10150 6850 0 60 ~ 0 +TVRAM11 +Text Label 10150 6750 0 60 ~ 0 +TVRAM10 +Text Label 10150 6650 0 60 ~ 0 +TVRAM9 +Text Label 10150 6550 0 60 ~ 0 +TVRAM8 +Text Label 10150 6350 0 60 ~ 0 +TVRAM7 +Text Label 10150 6250 0 60 ~ 0 +TVRAM6 +Text Label 10150 6150 0 60 ~ 0 +TVRAM5 +Text Label 10150 6050 0 60 ~ 0 +TVRAM4 +Text Label 10150 5950 0 60 ~ 0 +TVRAM3 +Text Label 10150 5850 0 60 ~ 0 +TVRAM2 +Text Label 10150 5750 0 60 ~ 0 +TVRAM1 +Text Label 10150 5650 0 60 ~ 0 +TVRAM0 +Wire Wire Line + 12900 9050 13500 9050 +Wire Wire Line + 12900 8950 13500 8950 +Wire Wire Line + 12900 8850 13500 8850 +Wire Wire Line + 12900 8750 13500 8750 +Wire Wire Line + 12900 8650 13500 8650 +Wire Wire Line + 12900 8550 13500 8550 +Wire Wire Line + 12900 8450 13500 8450 +Wire Wire Line + 12900 8350 13500 8350 +Wire Wire Line + 12900 8150 13500 8150 +Wire Wire Line + 12900 8050 13500 8050 +Wire Wire Line + 12900 7950 13500 7950 +Wire Wire Line + 12900 7850 13500 7850 +Wire Wire Line + 12900 7750 13500 7750 +Wire Wire Line + 12900 7650 13500 7650 +Wire Wire Line + 12900 7550 13500 7550 +Wire Wire Line + 12900 7450 13500 7450 +Wire Wire Line + 12900 7250 13500 7250 +Wire Wire Line + 12900 7150 13500 7150 +Wire Wire Line + 12900 7050 13500 7050 +Wire Wire Line + 12900 6950 13500 6950 +Wire Wire Line + 12900 6850 13500 6850 +Wire Wire Line + 12900 6750 13500 6750 +Wire Wire Line + 12900 6650 13500 6650 +Wire Wire Line + 12900 6550 13500 6550 +Wire Wire Line + 12900 6350 13500 6350 +Wire Wire Line + 12900 6250 13500 6250 +Wire Wire Line + 12900 6150 13500 6150 +Wire Wire Line + 12900 6050 13500 6050 +Wire Wire Line + 12900 5950 13500 5950 +Wire Wire Line + 12900 5850 13500 5850 +Wire Wire Line + 12900 5750 13500 5750 +Wire Wire Line + 12900 5650 13500 5650 +Text Label 12950 9050 0 60 ~ 0 +TVRAM31 +Text Label 12950 8950 0 60 ~ 0 +TVRAM30 +Text Label 12950 8850 0 60 ~ 0 +TVRAM29 +Text Label 12950 8750 0 60 ~ 0 +TVRAM28 +Text Label 12950 8650 0 60 ~ 0 +TVRAM27 +Text Label 12950 8550 0 60 ~ 0 +TVRAM26 +Text Label 12950 8450 0 60 ~ 0 +TVRAM25 +Text Label 12950 8350 0 60 ~ 0 +TVRAM24 +Text Label 12950 8150 0 60 ~ 0 +TVRAM23 +Text Label 12950 8050 0 60 ~ 0 +TVRAM22 +Text Label 12950 7950 0 60 ~ 0 +TVRAM21 +Text Label 12950 7850 0 60 ~ 0 +TVRAM20 +Text Label 12950 7750 0 60 ~ 0 +TVRAM19 +Text Label 12950 7650 0 60 ~ 0 +TVRAM18 +Text Label 12950 7550 0 60 ~ 0 +TVRAM17 +Text Label 12950 7450 0 60 ~ 0 +TVRAM16 +Text Label 12950 7250 0 60 ~ 0 +TVRAM15 +Text Label 12950 7150 0 60 ~ 0 +TVRAM14 +Text Label 12950 7050 0 60 ~ 0 +TVRAM13 +Text Label 12950 6950 0 60 ~ 0 +TVRAM12 +Text Label 12950 6850 0 60 ~ 0 +TVRAM11 +Text Label 12950 6750 0 60 ~ 0 +TVRAM10 +Text Label 12950 6650 0 60 ~ 0 +TVRAM9 +Text Label 12950 6550 0 60 ~ 0 +TVRAM8 +Text Label 12950 6350 0 60 ~ 0 +TVRAM7 +Text Label 12950 6250 0 60 ~ 0 +TVRAM6 +Text Label 12950 6150 0 60 ~ 0 +TVRAM5 +Text Label 12950 6050 0 60 ~ 0 +TVRAM4 +Text Label 12950 5950 0 60 ~ 0 +TVRAM3 +Text Label 12950 5850 0 60 ~ 0 +TVRAM2 +Text Label 12950 5750 0 60 ~ 0 +TVRAM1 +Text Label 12950 5650 0 60 ~ 0 +TVRAM0 +Wire Wire Line + 10100 4600 10700 4600 +Wire Wire Line + 10100 4500 10700 4500 +Wire Wire Line + 10100 4400 10700 4400 +Wire Wire Line + 10100 4300 10700 4300 +Wire Wire Line + 10100 4200 10700 4200 +Wire Wire Line + 10100 4100 10700 4100 +Wire Wire Line + 10100 4000 10700 4000 +Wire Wire Line + 10100 3900 10700 3900 +Wire Wire Line + 10100 3700 10700 3700 +Wire Wire Line + 10100 3600 10700 3600 +Wire Wire Line + 10100 3500 10700 3500 +Wire Wire Line + 10100 3400 10700 3400 +Wire Wire Line + 10100 3300 10700 3300 +Wire Wire Line + 10100 3200 10700 3200 +Wire Wire Line + 10100 3100 10700 3100 +Wire Wire Line + 10100 3000 10700 3000 +Wire Wire Line + 10100 2800 10700 2800 +Wire Wire Line + 10100 2700 10700 2700 +Wire Wire Line + 10100 2600 10700 2600 +Wire Wire Line + 10100 2500 10700 2500 +Wire Wire Line + 10100 2400 10700 2400 +Wire Wire Line + 10100 2300 10700 2300 +Wire Wire Line + 10100 2200 10700 2200 +Wire Wire Line + 10100 2100 10700 2100 +Wire Wire Line + 10100 1900 10700 1900 +Wire Wire Line + 10100 1800 10700 1800 +Wire Wire Line + 10100 1700 10700 1700 +Wire Wire Line + 10100 1600 10700 1600 +Wire Wire Line + 10100 1500 10700 1500 +Wire Wire Line + 10100 1400 10700 1400 +Wire Wire Line + 10100 1300 10700 1300 +Wire Wire Line + 10100 1200 10700 1200 +Text Label 10150 4600 0 60 ~ 0 +TVRAM31 +Text Label 10150 4500 0 60 ~ 0 +TVRAM30 +Text Label 10150 4400 0 60 ~ 0 +TVRAM29 +Text Label 10150 4300 0 60 ~ 0 +TVRAM28 +Text Label 10150 4200 0 60 ~ 0 +TVRAM27 +Text Label 10150 4100 0 60 ~ 0 +TVRAM26 +Text Label 10150 4000 0 60 ~ 0 +TVRAM25 +Text Label 10150 3900 0 60 ~ 0 +TVRAM24 +Text Label 10150 3700 0 60 ~ 0 +TVRAM23 +Text Label 10150 3600 0 60 ~ 0 +TVRAM22 +Text Label 10150 3500 0 60 ~ 0 +TVRAM21 +Text Label 10150 3400 0 60 ~ 0 +TVRAM20 +Text Label 10150 3300 0 60 ~ 0 +TVRAM19 +Text Label 10150 3200 0 60 ~ 0 +TVRAM18 +Text Label 10150 3100 0 60 ~ 0 +TVRAM17 +Text Label 10150 3000 0 60 ~ 0 +TVRAM16 +Text Label 10150 2800 0 60 ~ 0 +TVRAM15 +Text Label 10150 2700 0 60 ~ 0 +TVRAM14 +Text Label 10150 2600 0 60 ~ 0 +TVRAM13 +Text Label 10150 2500 0 60 ~ 0 +TVRAM12 +Text Label 10150 2400 0 60 ~ 0 +TVRAM11 +Text Label 10150 2300 0 60 ~ 0 +TVRAM10 +Text Label 10150 2200 0 60 ~ 0 +TVRAM9 +Text Label 10150 2100 0 60 ~ 0 +TVRAM8 +Text Label 10150 1900 0 60 ~ 0 +TVRAM7 +Text Label 10150 1800 0 60 ~ 0 +TVRAM6 +Text Label 10150 1700 0 60 ~ 0 +TVRAM5 +Text Label 10150 1600 0 60 ~ 0 +TVRAM4 +Text Label 10150 1500 0 60 ~ 0 +TVRAM3 +Text Label 10150 1400 0 60 ~ 0 +TVRAM2 +Text Label 10150 1300 0 60 ~ 0 +TVRAM1 +Text Label 10150 1200 0 60 ~ 0 +TVRAM0 +Wire Wire Line + 12900 4600 13500 4600 +Wire Wire Line + 12900 4500 13500 4500 +Wire Wire Line + 12900 4400 13500 4400 +Wire Wire Line + 12900 4300 13500 4300 +Wire Wire Line + 12900 4200 13500 4200 +Wire Wire Line + 12900 4100 13500 4100 +Wire Wire Line + 12900 4000 13500 4000 +Wire Wire Line + 12900 3900 13500 3900 +Wire Wire Line + 12900 3700 13500 3700 +Wire Wire Line + 12900 3600 13500 3600 +Wire Wire Line + 12900 3500 13500 3500 +Wire Wire Line + 12900 3400 13500 3400 +Wire Wire Line + 12900 3300 13500 3300 +Wire Wire Line + 12900 3200 13500 3200 +Wire Wire Line + 12900 3100 13500 3100 +Wire Wire Line + 12900 3000 13500 3000 +Wire Wire Line + 12900 2800 13500 2800 +Wire Wire Line + 12900 2700 13500 2700 +Wire Wire Line + 12900 2600 13500 2600 +Wire Wire Line + 12900 2500 13500 2500 +Wire Wire Line + 12900 2400 13500 2400 +Wire Wire Line + 12900 2300 13500 2300 +Wire Wire Line + 12900 2200 13500 2200 +Wire Wire Line + 12900 2100 13500 2100 +Wire Wire Line + 12900 1900 13500 1900 +Wire Wire Line + 12900 1800 13500 1800 +Wire Wire Line + 12900 1700 13500 1700 +Wire Wire Line + 12900 1600 13500 1600 +Wire Wire Line + 12900 1500 13500 1500 +Wire Wire Line + 12900 1400 13500 1400 +Wire Wire Line + 12900 1300 13500 1300 +Wire Wire Line + 12900 1200 13500 1200 +Text Label 12950 4600 0 60 ~ 0 +TVRAM31 +Text Label 12950 4500 0 60 ~ 0 +TVRAM30 +Text Label 12950 4400 0 60 ~ 0 +TVRAM29 +Text Label 12950 4300 0 60 ~ 0 +TVRAM28 +Text Label 12950 4200 0 60 ~ 0 +TVRAM27 +Text Label 12950 4100 0 60 ~ 0 +TVRAM26 +Text Label 12950 4000 0 60 ~ 0 +TVRAM25 +Text Label 12950 3900 0 60 ~ 0 +TVRAM24 +Text Label 12950 3700 0 60 ~ 0 +TVRAM23 +Text Label 12950 3600 0 60 ~ 0 +TVRAM22 +Text Label 12950 3500 0 60 ~ 0 +TVRAM21 +Text Label 12950 3400 0 60 ~ 0 +TVRAM20 +Text Label 12950 3300 0 60 ~ 0 +TVRAM19 +Text Label 12950 3200 0 60 ~ 0 +TVRAM18 +Text Label 12950 3100 0 60 ~ 0 +TVRAM17 +Text Label 12950 3000 0 60 ~ 0 +TVRAM16 +Text Label 12950 2800 0 60 ~ 0 +TVRAM15 +Text Label 12950 2700 0 60 ~ 0 +TVRAM14 +Text Label 12950 2600 0 60 ~ 0 +TVRAM13 +Text Label 12950 2500 0 60 ~ 0 +TVRAM12 +Text Label 12950 2400 0 60 ~ 0 +TVRAM11 +Text Label 12950 2300 0 60 ~ 0 +TVRAM10 +Text Label 12950 2200 0 60 ~ 0 +TVRAM9 +Text Label 12950 2100 0 60 ~ 0 +TVRAM8 +Text Label 12950 1900 0 60 ~ 0 +TVRAM7 +Text Label 12950 1800 0 60 ~ 0 +TVRAM6 +Text Label 12950 1700 0 60 ~ 0 +TVRAM5 +Text Label 12950 1600 0 60 ~ 0 +TVRAM4 +Text Label 12950 1500 0 60 ~ 0 +TVRAM3 +Text Label 12950 1400 0 60 ~ 0 +TVRAM2 +Text Label 12950 1300 0 60 ~ 0 +TVRAM1 +Text Label 12950 1200 0 60 ~ 0 +TVRAM0 +Text HLabel 2200 10450 0 60 Input ~ 0 +WRAM- +Text HLabel 2200 10250 0 60 Input ~ 0 +CAS3- +Text HLabel 1450 10650 0 60 Input ~ 0 +RAS7- +Text HLabel 1450 10550 0 60 Input ~ 0 +RAS6- +Text HLabel 1450 10450 0 60 Input ~ 0 +RAS5- +Text HLabel 1450 10350 0 60 Input ~ 0 +RAS4- +Text HLabel 1450 10250 0 60 Input ~ 0 +RAS3- +Text HLabel 1450 10150 0 60 Input ~ 0 +RAS2- +Text HLabel 1450 10050 0 60 Input ~ 0 +RAS1- +Text HLabel 1450 9950 0 60 Input ~ 0 +RAS0- +Text HLabel 2200 10150 0 60 Input ~ 0 +CAS2- +Text HLabel 2200 10050 0 60 Input ~ 0 +CAS1- +Text HLabel 2200 9950 0 60 Input ~ 0 +CAS0- +Text HLabel 1300 650 0 60 Input ~ 0 +MXA[0..10] +Text HLabel 14900 1000 0 60 3State ~ 0 +TVRAM[0..31] +Wire Wire Line + 11300 6650 10900 6650 +Wire Wire Line + 11300 6550 10900 6550 +Wire Wire Line + 11300 6450 10900 6450 +Wire Wire Line + 11300 6350 10900 6350 +Wire Wire Line + 11300 6250 10900 6250 +Wire Wire Line + 11300 6150 10900 6150 +Wire Wire Line + 11300 6050 10900 6050 +Wire Wire Line + 11300 5950 10900 5950 +Wire Wire Line + 11300 5850 10900 5850 +Wire Wire Line + 11300 5750 10900 5750 +Wire Wire Line + 11300 5650 10900 5650 +Wire Wire Line + 11300 8150 10900 8150 +Wire Wire Line + 11300 7950 10900 7950 +Wire Wire Line + 11300 7850 10900 7850 +Wire Wire Line + 11300 7750 10900 7750 +Wire Wire Line + 11300 7650 10900 7650 +Wire Wire Line + 10900 7150 11300 7150 +Wire Wire Line + 11300 7150 11300 7350 +NoConn ~ 11300 8650 +NoConn ~ 11300 8550 +NoConn ~ 11300 8450 +NoConn ~ 11300 8350 +Text Label 10950 8150 0 60 ~ 0 +WRAM- +Text Label 10950 7950 0 60 ~ 0 +CAS3- +Text Label 10950 7850 0 60 ~ 0 +CAS2- +Text Label 10950 7750 0 60 ~ 0 +CAS1- +Text Label 10950 7650 0 60 ~ 0 +CAS0- +Text Label 10900 7150 0 60 ~ 0 +RAS7- +Text Label 10950 6650 0 60 ~ 0 +MXA10 +Text Label 10950 6550 0 60 ~ 0 +MXA9 +Text Label 10950 6450 0 60 ~ 0 +MXA8 +Text Label 10950 6350 0 60 ~ 0 +MXA7 +Text Label 10950 6250 0 60 ~ 0 +MXA6 +Text Label 10950 6150 0 60 ~ 0 +MXA5 +Text Label 10950 6050 0 60 ~ 0 +MXA4 +Text Label 10950 5950 0 60 ~ 0 +MXA3 +Text Label 10950 5850 0 60 ~ 0 +MXA2 +Text Label 10950 5750 0 60 ~ 0 +MXA1 +Text Label 10950 5650 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U13 +U 1 1 32FA1E5B +P 12100 7450 +F 0 "U13" H 12100 8000 70 0000 C CNN +F 1 "SIM4X32" H 12550 5450 70 0000 C CNN +F 2 "footprints:sim72" H 12100 7450 60 0001 C CNN +F 3 "" H 12100 7450 60 0001 C CNN + 1 12100 7450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8500 6650 8100 6650 +Wire Wire Line + 8500 6550 8100 6550 +Wire Wire Line + 8500 6450 8100 6450 +Wire Wire Line + 8500 6350 8100 6350 +Wire Wire Line + 8500 6250 8100 6250 +Wire Wire Line + 8500 6150 8100 6150 +Wire Wire Line + 8500 6050 8100 6050 +Wire Wire Line + 8500 5950 8100 5950 +Wire Wire Line + 8500 5850 8100 5850 +Wire Wire Line + 8500 5750 8100 5750 +Wire Wire Line + 8500 5650 8100 5650 +Wire Wire Line + 8500 8150 8100 8150 +Wire Wire Line + 8500 7950 8100 7950 +Wire Wire Line + 8500 7850 8100 7850 +Wire Wire Line + 8500 7750 8100 7750 +Wire Wire Line + 8500 7650 8100 7650 +Wire Wire Line + 8100 7150 8500 7150 +Wire Wire Line + 8500 7150 8500 7350 +NoConn ~ 8500 8650 +NoConn ~ 8500 8550 +NoConn ~ 8500 8450 +NoConn ~ 8500 8350 +Text Label 8150 8150 0 60 ~ 0 +WRAM- +Text Label 8150 7950 0 60 ~ 0 +CAS3- +Text Label 8150 7850 0 60 ~ 0 +CAS2- +Text Label 8150 7750 0 60 ~ 0 +CAS1- +Text Label 8150 7650 0 60 ~ 0 +CAS0- +Text Label 8100 7150 0 60 ~ 0 +RAS6- +Text Label 8150 6650 0 60 ~ 0 +MXA10 +Text Label 8150 6550 0 60 ~ 0 +MXA9 +Text Label 8150 6450 0 60 ~ 0 +MXA8 +Text Label 8150 6350 0 60 ~ 0 +MXA7 +Text Label 8150 6250 0 60 ~ 0 +MXA6 +Text Label 8150 6150 0 60 ~ 0 +MXA5 +Text Label 8150 6050 0 60 ~ 0 +MXA4 +Text Label 8150 5950 0 60 ~ 0 +MXA3 +Text Label 8150 5850 0 60 ~ 0 +MXA2 +Text Label 8150 5750 0 60 ~ 0 +MXA1 +Text Label 8150 5650 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U14 +U 1 1 4BF036CF +P 9300 7450 +F 0 "U14" H 9300 8000 70 0000 C CNN +F 1 "SIM4X32" H 9750 5450 70 0000 C CNN +F 2 "footprints:sim72" H 9300 7450 60 0001 C CNN +F 3 "" H 9300 7450 60 0001 C CNN + 1 9300 7450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5650 6650 5250 6650 +Wire Wire Line + 5650 6550 5250 6550 +Wire Wire Line + 5650 6450 5250 6450 +Wire Wire Line + 5650 6350 5250 6350 +Wire Wire Line + 5650 6250 5250 6250 +Wire Wire Line + 5650 6150 5250 6150 +Wire Wire Line + 5650 6050 5250 6050 +Wire Wire Line + 5650 5950 5250 5950 +Wire Wire Line + 5650 5850 5250 5850 +Wire Wire Line + 5650 5750 5250 5750 +Wire Wire Line + 5650 5650 5250 5650 +Wire Wire Line + 5650 8150 5250 8150 +Wire Wire Line + 5650 7950 5250 7950 +Wire Wire Line + 5650 7850 5250 7850 +Wire Wire Line + 5650 7750 5250 7750 +Wire Wire Line + 5650 7650 5250 7650 +Wire Wire Line + 5250 7150 5650 7150 +Wire Wire Line + 5650 7150 5650 7350 +NoConn ~ 5650 8650 +NoConn ~ 5650 8550 +NoConn ~ 5650 8450 +NoConn ~ 5650 8350 +Text Label 5300 8150 0 60 ~ 0 +WRAM- +Text Label 5300 7950 0 60 ~ 0 +CAS3- +Text Label 5300 7850 0 60 ~ 0 +CAS2- +Text Label 5300 7750 0 60 ~ 0 +CAS1- +Text Label 5300 7650 0 60 ~ 0 +CAS0- +Text Label 5250 7150 0 60 ~ 0 +RAS5- +Text Label 5300 6650 0 60 ~ 0 +MXA10 +Text Label 5300 6550 0 60 ~ 0 +MXA9 +Text Label 5300 6450 0 60 ~ 0 +MXA8 +Text Label 5300 6350 0 60 ~ 0 +MXA7 +Text Label 5300 6250 0 60 ~ 0 +MXA6 +Text Label 5300 6150 0 60 ~ 0 +MXA5 +Text Label 5300 6050 0 60 ~ 0 +MXA4 +Text Label 5300 5950 0 60 ~ 0 +MXA3 +Text Label 5300 5850 0 60 ~ 0 +MXA2 +Text Label 5300 5750 0 60 ~ 0 +MXA1 +Text Label 5300 5650 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U12 +U 1 1 4BF036CE +P 6450 7450 +F 0 "U12" H 6450 8000 70 0000 C CNN +F 1 "SIM4X32" H 6900 5450 70 0000 C CNN +F 2 "footprints:sim72" H 6450 7450 60 0001 C CNN +F 3 "" H 6450 7450 60 0001 C CNN + 1 6450 7450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2800 6650 2400 6650 +Wire Wire Line + 2800 6550 2400 6550 +Wire Wire Line + 2800 6450 2400 6450 +Wire Wire Line + 2800 6350 2400 6350 +Wire Wire Line + 2800 6250 2400 6250 +Wire Wire Line + 2800 6150 2400 6150 +Wire Wire Line + 2800 6050 2400 6050 +Wire Wire Line + 2800 5950 2400 5950 +Wire Wire Line + 2800 5850 2400 5850 +Wire Wire Line + 2800 5750 2400 5750 +Wire Wire Line + 2800 5650 2400 5650 +Wire Wire Line + 2800 8150 2400 8150 +Wire Wire Line + 2800 7950 2400 7950 +Wire Wire Line + 2800 7850 2400 7850 +Wire Wire Line + 2800 7750 2400 7750 +Wire Wire Line + 2800 7650 2400 7650 +Wire Wire Line + 2400 7150 2800 7150 +Wire Wire Line + 2800 7150 2800 7350 +NoConn ~ 2800 8650 +NoConn ~ 2800 8550 +NoConn ~ 2800 8450 +NoConn ~ 2800 8350 +Text Label 2450 8150 0 60 ~ 0 +WRAM- +Text Label 2450 7950 0 60 ~ 0 +CAS3- +Text Label 2450 7850 0 60 ~ 0 +CAS2- +Text Label 2450 7750 0 60 ~ 0 +CAS1- +Text Label 2450 7650 0 60 ~ 0 +CAS0- +Text Label 2400 7150 0 60 ~ 0 +RAS4- +Text Label 2450 6650 0 60 ~ 0 +MXA10 +Text Label 2450 6550 0 60 ~ 0 +MXA9 +Text Label 2450 6450 0 60 ~ 0 +MXA8 +Text Label 2450 6350 0 60 ~ 0 +MXA7 +Text Label 2450 6250 0 60 ~ 0 +MXA6 +Text Label 2450 6150 0 60 ~ 0 +MXA5 +Text Label 2450 6050 0 60 ~ 0 +MXA4 +Text Label 2450 5950 0 60 ~ 0 +MXA3 +Text Label 2450 5850 0 60 ~ 0 +MXA2 +Text Label 2450 5750 0 60 ~ 0 +MXA1 +Text Label 2450 5650 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U16 +U 1 1 4BF036D0 +P 3600 7450 +F 0 "U16" H 3600 8000 70 0000 C CNN +F 1 "SIM4X32" H 4050 5450 70 0000 C CNN +F 2 "footprints:sim72" H 3600 7450 60 0001 C CNN +F 3 "" H 3600 7450 60 0001 C CNN + 1 3600 7450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 11300 2200 10900 2200 +Wire Wire Line + 11300 2100 10900 2100 +Wire Wire Line + 11300 2000 10900 2000 +Wire Wire Line + 11300 1900 10900 1900 +Wire Wire Line + 11300 1800 10900 1800 +Wire Wire Line + 11300 1700 10900 1700 +Wire Wire Line + 11300 1600 10900 1600 +Wire Wire Line + 11300 1500 10900 1500 +Wire Wire Line + 11300 1400 10900 1400 +Wire Wire Line + 11300 1300 10900 1300 +Wire Wire Line + 11300 1200 10900 1200 +Wire Wire Line + 11300 3700 10900 3700 +Wire Wire Line + 11300 3500 10900 3500 +Wire Wire Line + 11300 3400 10900 3400 +Wire Wire Line + 11300 3300 10900 3300 +Wire Wire Line + 11300 3200 10900 3200 +Wire Wire Line + 10900 2700 11300 2700 +Wire Wire Line + 11300 2700 11300 2900 +NoConn ~ 11300 4200 +NoConn ~ 11300 4100 +NoConn ~ 11300 4000 +NoConn ~ 11300 3900 +Text Label 10950 3700 0 60 ~ 0 +WRAM- +Text Label 10950 3500 0 60 ~ 0 +CAS3- +Text Label 10950 3400 0 60 ~ 0 +CAS2- +Text Label 10950 3300 0 60 ~ 0 +CAS1- +Text Label 10950 3200 0 60 ~ 0 +CAS0- +Text Label 10900 2700 0 60 ~ 0 +RAS3- +Text Label 10950 2200 0 60 ~ 0 +MXA10 +Text Label 10950 2100 0 60 ~ 0 +MXA9 +Text Label 10950 2000 0 60 ~ 0 +MXA8 +Text Label 10950 1900 0 60 ~ 0 +MXA7 +Text Label 10950 1800 0 60 ~ 0 +MXA6 +Text Label 10950 1700 0 60 ~ 0 +MXA5 +Text Label 10950 1600 0 60 ~ 0 +MXA4 +Text Label 10950 1500 0 60 ~ 0 +MXA3 +Text Label 10950 1400 0 60 ~ 0 +MXA2 +Text Label 10950 1300 0 60 ~ 0 +MXA1 +Text Label 10950 1200 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U15 +U 1 1 4BF036D1 +P 12100 3000 +F 0 "U15" H 12100 3550 70 0000 C CNN +F 1 "SIM4X32" H 12550 1000 70 0000 C CNN +F 2 "footprints:sim72" H 12100 3000 60 0001 C CNN +F 3 "" H 12100 3000 60 0001 C CNN + 1 12100 3000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8500 2200 8100 2200 +Wire Wire Line + 8500 2100 8100 2100 +Wire Wire Line + 8500 2000 8100 2000 +Wire Wire Line + 8500 1900 8100 1900 +Wire Wire Line + 8500 1800 8100 1800 +Wire Wire Line + 8500 1700 8100 1700 +Wire Wire Line + 8500 1600 8100 1600 +Wire Wire Line + 8500 1500 8100 1500 +Wire Wire Line + 8500 1400 8100 1400 +Wire Wire Line + 8500 1300 8100 1300 +Wire Wire Line + 8500 1200 8100 1200 +Wire Wire Line + 8500 3700 8100 3700 +Wire Wire Line + 8500 3500 8100 3500 +Wire Wire Line + 8500 3400 8100 3400 +Wire Wire Line + 8500 3300 8100 3300 +Wire Wire Line + 8500 3200 8100 3200 +Wire Wire Line + 8100 2700 8500 2700 +Wire Wire Line + 8500 2700 8500 2900 +NoConn ~ 8500 4200 +NoConn ~ 8500 4100 +NoConn ~ 8500 4000 +NoConn ~ 8500 3900 +Text Label 8150 3700 0 60 ~ 0 +WRAM- +Text Label 8150 3500 0 60 ~ 0 +CAS3- +Text Label 8150 3400 0 60 ~ 0 +CAS2- +Text Label 8150 3300 0 60 ~ 0 +CAS1- +Text Label 8150 3200 0 60 ~ 0 +CAS0- +Text Label 8100 2700 0 60 ~ 0 +RAS2- +Text Label 8150 2200 0 60 ~ 0 +MXA10 +Text Label 8150 2100 0 60 ~ 0 +MXA9 +Text Label 8150 2000 0 60 ~ 0 +MXA8 +Text Label 8150 1900 0 60 ~ 0 +MXA7 +Text Label 8150 1800 0 60 ~ 0 +MXA6 +Text Label 8150 1700 0 60 ~ 0 +MXA5 +Text Label 8150 1600 0 60 ~ 0 +MXA4 +Text Label 8150 1500 0 60 ~ 0 +MXA3 +Text Label 8150 1400 0 60 ~ 0 +MXA2 +Text Label 8150 1300 0 60 ~ 0 +MXA1 +Text Label 8150 1200 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U17 +U 1 1 4BF036D2 +P 9300 3000 +F 0 "U17" H 9300 3550 70 0000 C CNN +F 1 "SIM4X32" H 9750 1000 70 0000 C CNN +F 2 "footprints:sim72" H 9300 3000 60 0001 C CNN +F 3 "" H 9300 3000 60 0001 C CNN + 1 9300 3000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5650 2200 5250 2200 +Wire Wire Line + 5650 2100 5250 2100 +Wire Wire Line + 5650 2000 5250 2000 +Wire Wire Line + 5650 1900 5250 1900 +Wire Wire Line + 5650 1800 5250 1800 +Wire Wire Line + 5650 1700 5250 1700 +Wire Wire Line + 5650 1600 5250 1600 +Wire Wire Line + 5650 1500 5250 1500 +Wire Wire Line + 5650 1400 5250 1400 +Wire Wire Line + 5650 1300 5250 1300 +Wire Wire Line + 5650 1200 5250 1200 +Wire Wire Line + 5650 3700 5250 3700 +Wire Wire Line + 5650 3500 5250 3500 +Wire Wire Line + 5650 3400 5250 3400 +Wire Wire Line + 5650 3300 5250 3300 +Wire Wire Line + 5650 3200 5250 3200 +Wire Wire Line + 5250 2700 5650 2700 +Wire Wire Line + 5650 2700 5650 2900 +NoConn ~ 5650 4200 +NoConn ~ 5650 4100 +NoConn ~ 5650 4000 +NoConn ~ 5650 3900 +Text Label 5300 3700 0 60 ~ 0 +WRAM- +Text Label 5300 3500 0 60 ~ 0 +CAS3- +Text Label 5300 3400 0 60 ~ 0 +CAS2- +Text Label 5300 3300 0 60 ~ 0 +CAS1- +Text Label 5300 3200 0 60 ~ 0 +CAS0- +Text Label 5250 2700 0 60 ~ 0 +RAS1- +Text Label 5300 2200 0 60 ~ 0 +MXA10 +Text Label 5300 2100 0 60 ~ 0 +MXA9 +Text Label 5300 2000 0 60 ~ 0 +MXA8 +Text Label 5300 1900 0 60 ~ 0 +MXA7 +Text Label 5300 1800 0 60 ~ 0 +MXA6 +Text Label 5300 1700 0 60 ~ 0 +MXA5 +Text Label 5300 1600 0 60 ~ 0 +MXA4 +Text Label 5300 1500 0 60 ~ 0 +MXA3 +Text Label 5300 1400 0 60 ~ 0 +MXA2 +Text Label 5300 1300 0 60 ~ 0 +MXA1 +Text Label 5300 1200 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U18 +U 1 1 4BF036D3 +P 6450 3000 +F 0 "U18" H 6450 3550 70 0000 C CNN +F 1 "SIM4X32" H 6900 1000 70 0000 C CNN +F 2 "footprints:sim72" H 6450 3000 60 0001 C CNN +F 3 "" H 6450 3000 60 0001 C CNN + 1 6450 3000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2800 2200 2400 2200 +Wire Wire Line + 2800 2100 2400 2100 +Wire Wire Line + 2800 2000 2400 2000 +Wire Wire Line + 2800 1900 2400 1900 +Wire Wire Line + 2800 1800 2400 1800 +Wire Wire Line + 2800 1700 2400 1700 +Wire Wire Line + 2800 1600 2400 1600 +Wire Wire Line + 2800 1500 2400 1500 +Wire Wire Line + 2800 1400 2400 1400 +Wire Wire Line + 2800 1300 2400 1300 +Wire Wire Line + 2800 1200 2400 1200 +Wire Wire Line + 2800 3700 2400 3700 +Wire Wire Line + 2800 3500 2400 3500 +Wire Wire Line + 2800 3400 2400 3400 +Wire Wire Line + 2800 3300 2400 3300 +Wire Wire Line + 2800 3200 2400 3200 +Wire Wire Line + 2400 2700 2800 2700 +Wire Wire Line + 2800 2700 2800 2900 +NoConn ~ 2800 4200 +NoConn ~ 2800 4100 +NoConn ~ 2800 4000 +NoConn ~ 2800 3900 +Text Label 2450 3700 0 60 ~ 0 +WRAM- +Text Label 2450 3500 0 60 ~ 0 +CAS3- +Text Label 2450 3400 0 60 ~ 0 +CAS2- +Text Label 2450 3300 0 60 ~ 0 +CAS1- +Text Label 2450 3200 0 60 ~ 0 +CAS0- +Text Label 2400 2700 0 60 ~ 0 +RAS0- +Text Label 2450 2200 0 60 ~ 0 +MXA10 +Text Label 2450 2100 0 60 ~ 0 +MXA9 +Text Label 2450 2000 0 60 ~ 0 +MXA8 +Text Label 2450 1900 0 60 ~ 0 +MXA7 +Text Label 2450 1800 0 60 ~ 0 +MXA6 +Text Label 2450 1700 0 60 ~ 0 +MXA5 +Text Label 2450 1600 0 60 ~ 0 +MXA4 +Text Label 2450 1500 0 60 ~ 0 +MXA3 +Text Label 2450 1400 0 60 ~ 0 +MXA2 +Text Label 2450 1300 0 60 ~ 0 +MXA1 +Text Label 2450 1200 0 60 ~ 0 +MXA0 +$Comp +L SIM4X32 U19 +U 1 1 4BF036D4 +P 3600 3000 +F 0 "U19" H 3600 3550 70 0000 C CNN +F 1 "SIM4X32" H 4050 1000 70 0000 C CNN +F 2 "footprints:sim72" H 3600 3000 60 0001 C CNN +F 3 "" H 3600 3000 60 0001 C CNN + 1 3600 3000 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/demos/video/video-cache.lib b/demos/video/video-cache.lib new file mode 100644 index 0000000..bee8d0b --- /dev/null +++ b/demos/video/video-cache.lib @@ -0,0 +1,1720 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# +12V +# +DEF +12V #PWR 0 0 N Y 1 F P +F0 "#PWR" 0 -50 20 H I C CNN +F1 "+12V" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +12V 1 0 0 0 U 20 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# +3.3V +# +DEF +3.3V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -40 30 H I C CNN +F1 "+3.3V" 0 110 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS +3,3V +DRAW +X +3.3V 1 0 0 0 U 30 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# +5F +# +DEF +5F #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -50 20 H I C CNN +F1 "+5F" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +5F 1 0 0 0 U 20 30 0 0 W N +C 0 60 20 0 1 0 N +P 3 0 1 0 0 0 0 40 0 40 N +ENDDRAW +ENDDEF +# +# +5V +# +DEF +5V #PWR 0 40 Y Y 1 F P +F0 "#PWR" 0 90 20 H I C CNN +F1 "+5V" 0 90 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X +5V 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 4 0 1 0 0 0 0 30 0 30 0 30 N +ENDDRAW +ENDDEF +# +# 24C16 +# +DEF 24C16 U 0 30 Y Y 1 F N +F0 "U" 150 350 60 H V C CNN +F1 "24C16" 200 -350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS 24C512 +DRAW +X GND 4 0 -500 200 U 60 60 0 0 W +X VCC 8 0 500 200 D 60 60 0 0 W +S -400 -300 400 300 1 1 0 N +X A0 1 -700 200 300 R 60 60 1 1 I +X A1 2 -700 100 300 R 60 60 1 1 I +X A2 3 -700 0 300 R 60 60 1 1 I +X SDA 5 700 -200 300 L 60 60 1 1 B +X SCL 6 700 -100 300 L 60 60 1 1 I +X WP 7 700 100 300 L 60 60 1 1 I +ENDDRAW +ENDDEF +# +# 4C4001 +# +DEF 4C4001 U 0 40 Y Y 1 F N +F0 "U" 50 0 70 H V C CNN +F1 "4C4001" 50 -300 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -350 750 350 -750 0 1 0 N +X D0 1 650 700 300 L 60 60 1 1 T +X D1 2 650 600 300 L 60 60 1 1 T +X WR 3 -650 -600 300 R 60 60 1 1 I I +X RAS 4 -650 -400 300 R 60 60 1 1 I I +X A9 5 -650 -200 300 R 60 60 1 1 I +X A0 6 -650 700 300 R 60 60 1 1 I +X A1 7 -650 600 300 R 60 60 1 1 I +X A2 8 -650 500 300 R 60 60 1 1 I +X A3 9 -650 400 300 R 60 60 1 1 I +X VCC 10 -250 750 0 U 60 60 1 1 W N +X GND 20 -250 -750 0 U 60 60 1 1 W N +X A4 11 -650 300 300 R 60 60 1 1 I +X A5 12 -650 200 300 R 60 60 1 1 I +X A6 13 -650 100 300 R 60 60 1 1 I +X A7 14 -650 0 300 R 60 60 1 1 I +X A8 15 -650 -100 300 R 60 60 1 1 I +X OE 16 -650 -700 300 R 60 60 1 1 I I +X CAS 17 -650 -500 300 R 60 60 1 1 I I +X D2 18 650 500 300 L 60 60 1 1 T +X D3 19 650 400 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# 74LS245 +# +DEF 74LS245 U 0 10 Y Y 1 F N +F0 "U" 100 575 50 H V L BNN +F1 "74LS245" 50 -575 50 H V L TNN +F2 "" 50 -650 30 H V L CNN +F3 "" 100 575 30 H V C CNN +ALIAS 74HC245 +DRAW +X GND 10 0 -550 0 U 60 60 0 0 W N +X VCC 20 0 550 0 D 60 60 0 0 W N +S -400 550 400 -550 0 1 0 N +P 3 0 1 0 50 100 0 -100 -100 -100 N +P 4 0 1 0 100 100 -50 100 -100 -100 -150 -100 N +X A->B 1 -700 -400 300 R 60 60 1 1 I +X A0 2 -700 500 300 R 60 60 1 1 T +X A1 3 -700 400 300 R 60 60 1 1 T +X A2 4 -700 300 300 R 60 60 1 1 T +X A3 5 -700 200 300 R 60 60 1 1 T +X A4 6 -700 100 300 R 60 60 1 1 T +X A5 7 -700 0 300 R 60 60 1 1 T +X A6 8 -700 -100 300 R 60 60 1 1 T +X A7 9 -700 -200 300 R 60 60 1 1 T +X B7 11 700 -200 300 L 60 60 1 1 T +X B6 12 700 -100 300 L 60 60 1 1 T +X B5 13 700 0 300 L 60 60 1 1 T +X B4 14 700 100 300 L 60 60 1 1 T +X B3 15 700 200 300 L 60 60 1 1 T +X B2 16 700 300 300 L 60 60 1 1 T +X B1 17 700 400 300 L 60 60 1 1 T +X B0 18 700 500 300 L 60 60 1 1 T +X CE 19 -700 -500 300 R 60 60 1 1 I I +ENDDRAW +ENDDEF +# +# AV9173 +# +DEF AV9173 U 0 30 Y Y 1 F N +F0 "U" 170 450 60 H V C CNN +F1 "AV9173" 260 -450 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -650 350 650 -350 0 1 0 N +X FSIGIN 1 -950 100 300 R 60 60 1 1 I +X FREFIN 2 -950 300 300 R 60 60 1 1 I +X GND 3 -50 -500 150 U 60 60 1 1 I +X FS0 4 -950 -100 300 R 60 60 1 1 I +X OE 5 -950 -300 300 R 60 60 1 1 I +X CKKOUT 6 950 100 300 L 60 60 1 1 T +X VCC 7 -50 500 150 D 60 60 1 1 I +X CLK/2 8 950 -100 300 L 60 60 1 1 T +ENDDRAW +ENDDEF +# +# BNC +# +DEF BNC P 0 40 Y N 1 F N +F0 "P" 10 120 60 H V C CNN +F1 "BNC" 110 -60 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 20 0 1 8 N +C 0 0 70 0 1 12 N +X In 1 -150 0 130 R 40 40 1 1 P +X Ext 2 0 -200 130 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# BT253 +# +DEF BT253 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "BT253" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS BT254 +DRAW +S -750 -2600 750 2600 0 1 0 N +X VAA 1 -50 2900 300 D 60 60 1 1 I +X GND 2 -150 -2900 300 U 60 60 1 1 I +X GND 3 -50 -2900 300 U 60 60 1 1 I +X SYNC0 4 -1050 300 300 R 60 60 1 1 I I +X SYNC1 5 -1050 -200 300 R 60 60 1 1 I I +X CEXT1 6 -1050 2400 300 R 60 60 1 1 O +X CEXT2 7 -1050 2500 300 R 60 60 1 1 I +X CSYNC 8 1050 2500 300 L 60 60 1 1 O I +X D7 9 -1050 -1300 300 R 60 60 1 1 T +X D6 10 -1050 -1200 300 R 60 60 1 1 T +X RD 20 -1050 -1500 300 R 60 60 1 1 I I +X B2 30 1050 -1800 300 L 60 60 1 1 T +X RCLOCK 40 1050 600 300 L 60 60 1 1 I C +X R6 50 1050 -400 300 L 60 60 1 1 T +X GIN 60 1050 1700 300 L 60 60 1 1 I +X GOUT 70 1050 1800 300 L 60 60 1 1 O +X IOUT1 80 -1050 2000 300 R 60 60 1 1 P +X D5 11 -1050 -1100 300 R 60 60 1 1 T +X RREF- 21 -1050 1000 300 R 60 60 1 1 I +X B1 31 1050 -1700 300 L 60 60 1 1 T +X GND 41 50 -2900 300 U 60 60 1 1 I +X R5 51 1050 -300 300 L 60 60 1 1 T +X BLEVEL 61 1050 800 300 L 60 60 1 1 I +X IOUT5 71 -1050 1600 300 R 60 60 1 1 P +X RVID1 81 -1050 100 300 R 60 60 1 1 I +X D4 12 -1050 -1000 300 R 60 60 1 1 T +X GREF- 22 -1050 900 300 R 60 60 1 1 I +X B0 32 1050 -1600 300 L 60 60 1 1 T +X GND 42 150 -2900 300 U 60 60 1 1 I +X R4 52 1050 -200 300 L 60 60 1 1 T +X RIN 62 1050 2000 300 L 60 60 1 1 I +X ROUT 72 1050 2100 300 L 60 60 1 1 O +X IOUT0 82 -1050 2100 300 R 60 60 1 1 P +X D3 13 -1050 -900 300 R 60 60 1 1 T +X BREF- 23 -1050 800 300 R 60 60 1 1 I +X G7 33 1050 -1400 300 L 60 60 1 1 T +X VAA 43 50 2900 300 D 60 60 1 1 I +X R3 53 1050 -100 300 L 60 60 1 1 T +X GLEVEL 63 1050 900 300 L 60 60 1 1 I +X IOUT4 73 -1050 1700 300 R 60 60 1 1 P +X RVID0 83 -1050 600 300 R 60 60 1 1 I +X D2 14 -1050 -800 300 R 60 60 1 1 T +X WR 24 -1050 -1600 300 R 60 60 1 1 I I +X G6 34 1050 -1300 300 L 60 60 1 1 T +X VAA 44 150 2900 300 D 60 60 1 1 I +X R2 54 1050 0 300 L 60 60 1 1 T +X BREF+ 64 -1050 1200 300 R 60 60 1 1 I +X BVID1 74 -1050 -100 300 R 60 60 1 1 I +X VAA 84 -150 2900 300 D 60 60 1 1 I +X D1 15 -1050 -700 300 R 60 60 1 1 T +X B7 25 1050 -2300 300 L 60 60 1 1 T +X G5 35 1050 -1200 300 L 60 60 1 1 T +X G3 45 1050 -1000 300 L 60 60 1 1 T +X R1 55 1050 100 300 L 60 60 1 1 T +X GREF+ 65 -1050 1300 300 R 60 60 1 1 I +X BVID0 75 -1050 400 300 R 60 60 1 1 I +X D0 16 -1050 -600 300 R 60 60 1 1 T +X B6 26 1050 -2200 300 L 60 60 1 1 T +X G4 36 1050 -1100 300 L 60 60 1 1 T +X G2 46 1050 -900 300 L 60 60 1 1 T +X R0 56 1050 200 300 L 60 60 1 1 T +X RREF+ 66 -1050 1400 300 R 60 60 1 1 I +X IOUT3 76 -1050 1800 300 R 60 60 1 1 P +X A0 17 -1050 -1800 300 R 60 60 1 1 I +X B5 27 1050 -2100 300 L 60 60 1 1 T +X ZERO 37 1050 1100 300 L 60 60 1 1 I +X G1 47 1050 -800 300 L 60 60 1 1 T +X OE 57 1050 -2500 300 L 60 60 1 1 I I +X RLEVEL 67 1050 1000 300 L 60 60 1 1 I +X GVID1 77 -1050 0 300 R 60 60 1 1 I +X A1 18 -1050 -1900 300 R 60 60 1 1 I +X B4 28 1050 -2000 300 L 60 60 1 1 T +X BCLOCK 38 1050 400 300 L 60 60 1 1 I C +X G0 48 1050 -700 300 L 60 60 1 1 T +X BIN 58 1050 1400 300 L 60 60 1 1 I +X BOUT 68 1050 1500 300 L 60 60 1 1 O +X IOUT2 78 -1050 1900 300 R 60 60 1 1 P +X A2 19 -1050 -2000 300 R 60 60 1 1 I +X B3 29 1050 -1900 300 L 60 60 1 1 T +X GCLOCK 39 1050 500 300 L 60 60 1 1 I C +X R7 49 1050 -500 300 L 60 60 1 1 T +X CLAMP 59 1050 1200 300 L 60 60 1 1 I +X RSET 69 -1050 2300 300 R 60 60 1 1 I +X GVID0 79 -1050 500 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# BT473 +# +DEF BT473 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "BT473" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -700 -2400 700 2400 0 1 0 N +X VAA 1 -300 2700 300 D 60 60 1 1 I +X VAA 2 -200 2700 300 D 60 60 1 1 I +X GND 3 -200 -2700 300 U 60 60 1 1 I +X GND 4 -100 -2700 300 U 60 60 1 1 I +X S0 5 1000 -1500 300 L 60 60 1 1 I +X S1 6 1000 -1600 300 L 60 60 1 1 I +X BLANK 7 1000 -200 300 L 60 60 1 1 I I +X SYNC 8 1000 0 300 L 60 60 1 1 I I +X CLOCK 9 1000 -400 300 L 60 60 1 1 I C +X OL0 10 -1000 -2000 300 R 60 60 1 1 I +X D6 20 -1000 -1000 300 R 60 60 1 1 I +X CR3 30 1000 -1100 300 L 60 60 1 1 O +X IREF 40 1000 1200 300 L 60 60 1 1 I +X R5 50 -1000 1800 300 R 60 60 1 1 I +X G7 60 -1000 700 300 R 60 60 1 1 I +X OL1 11 -1000 -2100 300 R 60 60 1 1 I +X D7 21 -1000 -1100 300 R 60 60 1 1 I +X GND 31 0 -2700 300 U 60 60 1 1 I +X COMP 41 1000 800 300 L 60 60 1 1 I +X R6 51 -1000 1700 300 R 60 60 1 1 I +X B0 61 -1000 500 300 R 60 60 1 1 I +X OL2 12 -1000 -2200 300 R 60 60 1 1 I +X WR 22 -1000 -1700 300 R 60 60 1 1 I I +X GND 32 100 -2700 300 U 60 60 1 1 I +X OPA 42 1000 600 300 L 60 60 1 1 O +X R7 52 -1000 1600 300 R 60 60 1 1 I +X B1 62 -1000 400 300 R 60 60 1 1 I +X OL3 13 -1000 -2300 300 R 60 60 1 1 I +X RD 23 -1000 -1800 300 R 60 60 1 1 I I +X VAA 33 -100 2700 300 D 60 60 1 1 I +X VREF 43 1000 1000 300 L 60 60 1 1 I +X G0 53 -1000 1400 300 R 60 60 1 1 I +X B2 63 -1000 300 300 R 60 60 1 1 I +X D0 14 -1000 -400 300 R 60 60 1 1 I +X RS0 24 -1000 -1300 300 R 60 60 1 1 I +X VAA 34 0 2700 300 D 60 60 1 1 I +X VREFOUT 44 1000 400 300 L 60 60 1 1 O +X G1 54 -1000 1300 300 R 60 60 1 1 I +X B3 64 -1000 200 300 R 60 60 1 1 I +X D1 15 -1000 -500 300 R 60 60 1 1 I +X RS1 25 -1000 -1400 300 R 60 60 1 1 I +X VAA 35 100 2700 300 D 60 60 1 1 I +X R0 45 -1000 2300 300 R 60 60 1 1 I +X G2 55 -1000 1200 300 R 60 60 1 1 I +X B4 65 -1000 100 300 R 60 60 1 1 I +X D2 16 -1000 -600 300 R 60 60 1 1 I +X RS2 26 -1000 -1500 300 R 60 60 1 1 I +X VAA 36 200 2700 300 D 60 60 1 1 I +X R1 46 -1000 2200 300 R 60 60 1 1 I +X G3 56 -1000 1100 300 R 60 60 1 1 I +X B5 66 -1000 0 300 R 60 60 1 1 I +X D3 17 -1000 -700 300 R 60 60 1 1 I +X CR0 27 1000 -800 300 L 60 60 1 1 O +X RED 37 1000 2000 300 L 60 60 1 1 O +X R2 47 -1000 2100 300 R 60 60 1 1 I +X G4 57 -1000 1000 300 R 60 60 1 1 I +X B6 67 -1000 -100 300 R 60 60 1 1 I +X D4 18 -1000 -800 300 R 60 60 1 1 I +X CR1 28 1000 -900 300 L 60 60 1 1 O +X GRE 38 1000 1800 300 L 60 60 1 1 O +X R3 48 -1000 2000 300 R 60 60 1 1 I +X G5 58 -1000 900 300 R 60 60 1 1 I +X B7 68 -1000 -200 300 R 60 60 1 1 I +X D5 19 -1000 -900 300 R 60 60 1 1 I +X CR2 29 1000 -1000 300 L 60 60 1 1 O +X BLU 39 1000 1600 300 L 60 60 1 1 O +X R4 49 -1000 1900 300 R 60 60 1 1 I +X G6 59 -1000 800 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# BT812 +# +DEF BT812 U 0 30 Y Y 1 F N +F0 "U" 1870 3350 60 H V C CNN +F1 "BT812" 1230 -3350 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -1750 -3300 1750 3300 0 1 0 N +X VAA 1 -650 3600 300 D 60 60 1 1 I +X VAA 2 -550 3600 300 D 60 60 1 1 I +X YREF- 3 -2050 -100 300 R 60 60 1 1 I +X VIN_Y/COMP. 4 2050 -300 300 L 60 60 1 1 I +X GNDA 5 -650 -3600 300 U 60 60 1 1 I +X OUT_Y 6 2050 0 300 L 60 60 1 1 O +X YLEVEL 7 -2050 100 300 R 60 60 1 1 I +X GND 30 -1550 -3600 300 U 60 60 1 1 I +X VAA 40 -350 3600 300 D 60 60 1 1 I +X B5 50 2050 600 300 L 60 60 1 1 T +X R5 60 2050 2400 300 L 60 60 1 1 T +X G4 70 2050 1600 300 L 60 60 1 1 T +X VAA 80 250 3600 300 D 60 60 1 1 I +X TCLK 90 -2050 2000 300 R 60 60 1 1 I +X VCC 31 -1650 3600 300 D 60 60 1 1 I +X VAA 41 -250 3600 300 D 60 60 1 1 I +X B4 51 2050 700 300 L 60 60 1 1 T +X R4 61 2050 2500 300 L 60 60 1 1 T +X G3 71 2050 1700 300 L 60 60 1 1 T +X VAA 81 350 3600 300 D 60 60 1 1 I +X VCC 91 -1250 3600 300 D 60 60 1 1 P +X ACTIVE 32 2050 -1800 300 L 60 60 1 1 O +X VAA 42 -150 3600 300 D 60 60 1 1 I +X B3 52 2050 800 300 L 60 60 1 1 T +X R3 62 2050 2600 300 L 60 60 1 1 T +X G2 72 2050 1800 300 L 60 60 1 1 T +X VAA 82 450 3600 300 D 60 60 1 1 I +X D0 92 -2050 -1200 300 R 60 60 1 1 T +X VACTIVE 33 2050 -1700 300 L 60 60 1 1 O I +X VAA 43 -50 3600 300 D 60 60 1 1 I +X B2 53 2050 900 300 L 60 60 1 1 T +X R2 63 2050 2700 300 L 60 60 1 1 T +X G1 73 2050 1900 300 L 60 60 1 1 T +X WR 83 -2050 -2500 300 R 60 60 1 1 I I +X D1 93 -2050 -1300 300 R 60 60 1 1 T +X VRESET 34 2050 -1500 300 L 60 60 1 1 O I +X GND 44 -1450 -3600 300 U 60 60 1 1 I +X B1 54 2050 1000 300 L 60 60 1 1 T +X R1 64 2050 2800 300 L 60 60 1 1 T +X G0 74 2050 2000 300 L 60 60 1 1 T +X RS0 84 -2050 -2100 300 R 60 60 1 1 I +X D2 94 -2050 -1400 300 R 60 60 1 1 T +X FIELD_1 25 2050 -2100 300 L 60 60 1 1 B +X HACTIVE 35 2050 -1600 300 L 60 60 1 1 O I +X VCC 45 -1550 3600 300 D 60 60 1 1 I +X B0 55 2050 1100 300 L 60 60 1 1 T +X R0 65 2050 2900 300 L 60 60 1 1 T +X GND 75 -1150 -3600 300 U 60 60 1 1 I +X RS1 85 -2050 -2200 300 R 60 60 1 1 I +X D3 95 -2050 -1500 300 R 60 60 1 1 T +X GND 16 -1650 -3600 300 U 60 60 1 1 I +X FIELD_0 26 2050 -2000 300 L 60 60 1 1 B +X HRESET 36 2050 -1400 300 L 60 60 1 1 O I +X VTU_EN 46 -2050 2300 300 R 60 60 1 1 I I +X GND 56 -1350 -3600 300 U 60 60 1 1 I +X GND 66 -1250 -3600 300 U 60 60 1 1 I +X VCC 76 -1350 3600 300 D 60 60 1 1 I +X RD 86 -2050 -2400 300 R 60 60 1 1 I I +X D4 96 -2050 -1600 300 R 60 60 1 1 T +X FIELD_2 27 2050 -2200 300 L 60 60 1 1 O +X SERROR 37 2050 -1100 300 L 60 60 1 1 O +X PIXEL_EN 47 -2050 2200 300 R 60 60 1 1 I I +X VCC 57 -1450 3600 300 D 60 60 1 1 I +X G7 67 2050 1300 300 L 60 60 1 1 T +X RESET 87 -2050 -2700 300 R 60 60 1 1 I I +X D5 97 -2050 -1700 300 R 60 60 1 1 T +X CBFLAG 28 2050 -1000 300 L 60 60 1 1 O +X CAPTURE 38 2050 -800 300 L 60 60 1 1 O +X B7 48 2050 400 300 L 60 60 1 1 T +X R7 58 2050 2200 300 L 60 60 1 1 T +X G6 68 2050 1400 300 L 60 60 1 1 T +X VAA 78 50 3600 300 D 60 60 1 1 I +X TDI 88 -2050 1800 300 R 60 60 1 1 I +X GND 98 -1050 -3600 300 U 60 60 1 1 I +X VALID 29 2050 -900 300 L 60 60 1 1 O +X VAA 39 -450 3600 300 D 60 60 1 1 I +X B6 49 2050 500 300 L 60 60 1 1 T +X R6 59 2050 2300 300 L 60 60 1 1 T +X G5 69 2050 1500 300 L 60 60 1 1 T +X VAA 79 150 3600 300 D 60 60 1 1 I +X TMS 89 -2050 1900 300 R 60 60 1 1 I +X D6 99 -2050 -1800 300 R 60 60 1 1 T +X D7 100 -2050 -1900 300 R 60 60 1 1 T +X N/C 110 2050 -2900 300 L 60 60 1 1 I +X VAA 120 650 3600 300 D 60 60 1 1 I +X GNDA 130 -150 -3600 300 U 60 60 1 1 I +X SYNC_DET 140 -2050 300 300 R 60 60 1 1 I +X VID3_Y 150 -2050 600 300 R 60 60 1 1 I +X VAA 160 1650 3600 300 D 60 60 1 1 I +X TDO 101 -2050 1700 300 R 60 60 1 1 O +X GND 111 -850 -3600 300 U 60 60 1 1 I +X VAA 121 750 3600 300 D 60 60 1 1 I +X VID3_C 131 -2050 500 300 R 60 60 1 1 I +X VAA 141 1150 3600 300 D 60 60 1 1 I +X GNDA 151 650 -3600 300 U 60 60 1 1 I +X VCC 102 -1150 3600 300 D 60 60 1 1 I +X VCC 112 -1050 3600 300 D 60 60 1 1 I +X VAA 122 850 3600 300 D 60 60 1 1 I +X VAA 132 1050 3600 300 D 60 60 1 1 I +X VAA 142 1250 3600 300 D 60 60 1 1 I +X VID2_Y 152 -2050 900 300 R 60 60 1 1 I +X GND 103 -950 -3600 300 U 60 60 1 1 I +X REFOUT 113 -2050 -800 300 R 60 60 1 1 O +X VAA 123 950 3600 300 D 60 60 1 1 P +X GNDA 143 350 -3600 300 U 60 60 1 1 I +X GNDA 153 750 -3600 300 U 60 60 1 1 I +X CLKX1 104 2050 -2400 300 L 60 60 1 1 O +X CLEVEL 114 -2050 -300 300 R 60 60 1 1 I +X GNDA 124 -450 -3600 300 U 60 60 1 1 I +X GNDA 134 -50 -3600 300 U 60 60 1 1 I +X YREF+ 144 -2050 0 300 R 60 60 1 1 I +X VID1_Y 154 -2050 1200 300 R 60 60 1 1 I +X CLKX2 105 2050 -2500 300 L 60 60 1 1 O +X OUT_C 115 2050 -100 300 L 60 60 1 1 O +X VID0_C 125 -2050 1400 300 R 60 60 1 1 I +X R/2 135 -2050 -700 300 R 60 60 1 1 I +X GNDA 145 450 -3600 300 U 60 60 1 1 I +X GNDA 155 850 -3600 300 U 60 60 1 1 I +X XTAL2_IN 106 -2050 2600 300 R 60 60 1 1 I +X GNDA 116 -550 -3600 300 U 60 60 1 1 I +X GNDA 126 -350 -3600 300 U 60 60 1 1 I +X GNDA 136 50 -3600 300 U 60 60 1 1 I +X VID0_Y 156 -2050 1500 300 R 60 60 1 1 I +X XTAL2_OUT 107 -2050 2500 300 R 60 60 1 1 O +X VIN_C 117 2050 -400 300 L 60 60 1 1 I +X VID1_C 127 -2050 1100 300 R 60 60 1 1 I +X CREF+ 137 -2050 -400 300 R 60 60 1 1 I +X GNDA 147 550 -3600 300 U 60 60 1 1 I +X GNDA 157 950 -3600 300 U 60 60 1 1 I +X XTAL1_IN 108 -2050 2900 300 R 60 60 1 1 I +X CREF- 118 -2050 -500 300 R 60 60 1 1 I +X GNDA 128 -250 -3600 300 U 60 60 1 1 I +X GNDA 138 150 -3600 300 U 60 60 1 1 I +X VAA 158 1450 3600 300 D 60 60 1 1 I +X XTAL1_OUT 109 -2050 2800 300 R 60 60 1 1 O +X VAA 119 550 3600 300 D 60 60 1 1 I +X VID2_C 129 -2050 800 300 R 60 60 1 1 I +X GNDA 139 250 -3600 300 U 60 60 1 1 I +X VAA 149 1350 3600 300 D 60 60 1 1 I +X VAA 159 1550 3600 300 D 60 60 1 1 I +ENDDRAW +ENDDEF +# +# C +# +DEF C C 0 10 N Y 1 F N +F0 "C" 0 100 40 H V L CNN +F1 "C" 6 -85 40 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 100 30 H V C CNN +$FPLIST + SM* + C? + C1-1 +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CONN_1 +# +DEF ~CONN_1 P 0 30 N N 1 F N +F0 "P" 80 0 40 H V L CNN +F1 "CONN_1" 0 55 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 0 0 31 0 1 0 N +P 2 0 1 0 -30 0 -50 0 N +X 1 1 -150 0 100 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# CONN_2 +# +DEF CONN_2 P 0 40 Y N 1 F N +F0 "P" -50 0 40 V V C CNN +F1 "CONN_2" 50 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 150 100 -150 0 1 0 N +X P1 1 -350 100 250 R 60 60 1 1 P I +X PM 2 -350 -100 250 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CONN_5 +# +DEF CONN_5 P 0 40 Y Y 1 F N +F0 "P" -50 0 50 V V C CNN +F1 "CONN_5" 50 0 50 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -100 250 100 -250 0 1 0 f +X ~ 1 -400 200 300 R 60 60 1 1 P I +X ~ 2 -400 100 300 R 60 60 1 1 P I +X ~ 3 -400 0 300 R 60 60 1 1 P I +X ~ 4 -400 -100 300 R 60 60 1 1 P I +X ~ 5 -400 -200 300 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# CP +# +DEF CP C 0 10 N N 1 F N +F0 "C" 50 100 40 H V L CNN +F1 "CP" 50 -100 40 H V L CNN +F2 "" 100 -150 30 H V C CNN +F3 "" 50 100 30 H V C CNN +ALIAS CAPAPOL +$FPLIST + CP* + SM* +$ENDFPLIST +DRAW +P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N +P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F +X ~ 1 0 200 150 D 40 40 1 1 P +X ~ 2 0 -200 150 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CRYSTAL +# +DEF CRYSTAL X 0 40 N N 1 F N +F0 "X" 0 150 60 H V C CNN +F1 "CRYSTAL" 0 -150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 16 -100 100 -100 -100 N +P 2 0 1 16 100 100 100 -100 N +P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f +X 1 1 -300 0 200 R 40 40 1 1 P +X 2 2 300 0 200 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# CTRIM +# +DEF CTRIM C 0 10 Y Y 1 F N +F0 "C" 130 -80 50 H V C CNN +F1 "CTRIM" 150 -160 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 12 -100 -30 100 -30 N +P 2 0 1 12 -100 30 100 30 N +P 2 0 1 12 -90 -90 75 75 N +P 3 0 1 0 50 100 100 100 100 50 F +X ~ 1 0 200 170 D 40 40 1 1 P +X ~ 2 0 -200 170 U 40 40 1 1 P +ENDDRAW +ENDDEF +# +# DB9 +# +DEF DB9 J 0 40 Y N 1 F N +F0 "J" 0 550 70 H V C CNN +F1 "DB9" 0 -550 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + DB9* +$ENDFPLIST +DRAW +C -70 -400 30 0 1 0 N +C -70 -200 30 0 1 0 N +C -70 0 30 0 1 0 N +C -70 200 30 0 1 0 N +C -70 400 30 0 1 0 N +C 50 -300 30 0 1 0 N +C 50 -100 30 0 1 0 N +C 50 100 30 0 1 0 N +C 50 300 30 0 1 0 N +P 2 0 1 8 -150 -460 -150 460 N +P 2 0 1 8 -150 -459 -140 -470 N +P 2 0 1 0 -150 -400 -100 -400 N +P 2 0 1 0 -150 -300 20 -300 N +P 2 0 1 0 -150 -200 -100 -200 N +P 2 0 1 0 -150 -100 20 -100 N +P 2 0 1 0 -150 0 -100 0 N +P 2 0 1 0 -150 100 20 100 N +P 2 0 1 0 -150 200 -100 200 N +P 2 0 1 0 -150 300 20 300 N +P 2 0 1 0 -150 400 -100 400 N +P 2 0 1 8 -140 -470 -110 -490 N +P 2 0 1 8 -140 470 -150 460 N +P 2 0 1 8 -140 470 -100 490 N +P 2 0 1 8 -110 -490 -50 -490 N +P 2 0 1 8 -100 490 -70 490 N +P 2 0 1 8 129 390 -70 490 N +P 2 0 1 8 129 390 150 370 N +P 2 0 1 8 140 -409 -50 -490 N +P 2 0 1 8 150 -390 140 -409 N +P 2 0 1 8 150 370 150 -390 N +X 1 1 -450 -400 300 R 60 60 1 1 P +X 2 2 -450 -200 300 R 60 60 1 1 P +X 3 3 -450 0 300 R 60 60 1 1 P +X 4 4 -450 200 300 R 60 60 1 1 P +X 5 5 -450 400 300 R 60 60 1 1 P +X P6 6 -450 -300 300 R 60 60 1 1 P +X P7 7 -450 -100 300 R 60 60 1 1 P +X P8 8 -450 100 300 R 60 60 1 1 P +X P9 9 -450 300 300 R 60 60 1 1 P +ENDDRAW +ENDDEF +# +# DIODESCH +# +DEF DIODESCH D 0 40 N N 1 F N +F0 "D" 0 100 40 H V C CNN +F1 "DIODESCH" 0 -100 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + D? + S* +$ENDFPLIST +DRAW +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# GND +# +DEF ~GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "GND" 0 -70 30 H I C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X GND 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# INDUCTOR +# +DEF INDUCTOR L 0 40 N N 1 F N +F0 "L" -50 0 40 V V C CNN +F1 "INDUCTOR" 100 0 40 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100 +A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2 +A 0 51 51 -889 889 0 1 0 N 1 1 1 102 +A 0 148 48 -889 889 0 1 0 N 1 101 1 196 +X 1 1 0 300 100 D 70 70 1 1 P +X 2 2 0 -300 100 U 70 70 1 1 P +ENDDRAW +ENDDEF +# +# LED +# +DEF LED D 0 40 Y N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "LED" 0 -100 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + LED-3MM + LED-5MM + LED-10MM + LED-0603 + LED-0805 + LED-1206 + LEDV +$ENDFPLIST +DRAW +P 2 0 1 0 50 50 50 -50 N +P 3 0 1 0 -50 50 50 0 -50 -50 F +P 3 0 1 0 65 -40 110 -80 105 -55 N +P 3 0 1 0 80 -25 125 -65 120 -40 N +X A 1 -200 0 150 R 40 40 1 1 P +X K 2 200 0 150 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# LIGNE_A_RETARD +# +DEF LIGNE_A_RETARD L 0 40 Y N 1 F N +F0 "L" 0 100 70 H V C CNN +F1 "LIGNE_A_RETARD" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +A 0 -150 50 899 1 0 1 0 N 0 -100 50 -150 +A 0 -150 50 -1 -899 0 1 0 N 50 -150 0 -199 +A 0 -50 50 899 1 0 1 0 N 0 0 50 -50 +A 0 -50 50 -1 -899 0 1 0 N 50 -50 0 -99 +A 0 50 50 899 1 0 1 0 N 0 100 50 50 +A 0 50 50 -1 -899 0 1 0 N 50 50 0 1 +A 0 150 50 899 1 0 1 0 N 0 200 50 150 +A 0 150 50 -1 -899 0 1 0 N 50 150 0 101 +P 2 0 1 0 -100 200 -100 -200 N +X 1 1 0 300 100 D 60 60 1 1 P +X 2 2 0 -300 100 U 60 60 1 1 P +X COMMUN 3 -200 0 100 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# NPN +# +DEF NPN Q 0 0 Y Y 1 F N +F0 "Q" 0 -150 50 H V R CNN +F1 "NPN" 0 150 50 H V R CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 100 100 N +P 3 0 1 10 0 75 0 -75 0 -75 N +P 3 0 1 0 50 -50 0 0 0 0 N +P 3 0 1 0 90 -90 100 -100 100 -100 N +P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F +X E 1 100 -200 100 U 40 40 1 1 P +X B 2 -200 0 200 R 40 40 1 1 I +X C 3 100 200 100 D 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PCI_CONUNIV +# +DEF PCI_CONUNIV J 0 30 Y Y 1 F N +F0 "J" 0 3200 60 H V C CNN +F1 "PCI_CONUNIV" 0 -3200 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +ALIAS BUSPCI-5V +DRAW +S -750 3150 750 -3150 0 1 0 N +X TRST# A1 1100 3050 350 L 60 60 1 1 O I +X -12V B1 -1100 3050 350 R 60 60 1 1 W +X +12V A2 1100 2950 350 L 60 60 1 1 W +X TCK B2 -1100 2950 350 R 60 60 1 1 O +X TMS A3 1100 2850 350 L 60 60 1 1 O +X GND B3 -1100 2850 350 R 60 60 1 1 I +X TDI A4 1100 2750 350 L 60 60 1 1 O +X TDO B4 -1100 2750 350 R 60 60 1 1 I +X +5V A5 1100 2650 350 L 60 60 1 1 W +X +5V B5 -1100 2650 350 R 60 60 1 1 W +X INTA# A6 1100 2550 350 L 60 60 1 1 I I +X +5V B6 -1100 2550 350 R 60 60 1 1 W +X INTC# A7 1100 2450 350 L 60 60 1 1 I I +X INTB# B7 -1100 2450 350 R 60 60 1 1 I I +X +5V A8 1100 2350 350 L 60 60 1 1 W +X INTD# B8 -1100 2350 350 R 60 60 1 1 I I +X RESERVED A9 1100 2250 350 L 60 60 1 1 P +X PRSNT1# B9 -1100 2250 350 R 60 60 1 1 I I +X VIO A10 1100 2150 350 L 60 60 1 1 W +X RESERVED B10 -1100 2150 350 R 60 60 1 1 P +X AD[30] A20 1100 1150 350 L 60 60 1 1 B +X AD[31] B20 -1100 1150 350 R 60 60 1 1 B +X GND A30 1100 150 350 L 60 60 1 1 W +X AD[19] B30 -1100 150 350 R 60 60 1 1 B +X RESERVED A40 1100 -850 350 L 60 60 1 1 B +X PERR# B40 -1100 -850 350 R 60 60 1 1 B I +X REQ64# A60 1100 -2850 350 L 60 60 1 1 B I +X ACK64# B60 -1100 -2850 350 R 60 60 1 1 B I +X RESERVED A11 1100 2050 350 L 60 60 1 1 P +X PRSNT2# B11 -1100 2050 350 R 60 60 1 1 I I +X +3.3V A21 1100 1050 350 L 60 60 1 1 W +X AD[29] B21 -1100 1050 350 R 60 60 1 1 B +X AD[18] A31 1100 50 350 L 60 60 1 1 B +X +3.3V B31 -1100 50 350 R 60 60 1 1 W +X RESERVED A41 1100 -950 350 L 60 60 1 1 B +X +3.3V B41 -1100 -950 350 R 60 60 1 1 W +X +5V A61 1100 -2950 350 L 60 60 1 1 W +X +5V B61 -1100 -2950 350 R 60 60 1 1 W +X AD[28] A22 1100 950 350 L 60 60 1 1 B +X GND B22 -1100 950 350 R 60 60 1 1 W +X AD[16] A32 1100 -50 350 L 60 60 1 1 B +X AD[17] B32 -1100 -50 350 R 60 60 1 1 B +X GND A42 1100 -1050 350 L 60 60 1 1 W +X SERR# B42 -1100 -1050 350 R 60 60 1 1 I I +X C/BE#[0] A52 1100 -2050 350 L 60 60 1 1 B I +X AD[08] B52 -1100 -2050 350 R 60 60 1 1 B +X +5V A62 1100 -3050 350 L 60 60 1 1 W +X +5V B62 -1100 -3050 350 R 60 60 1 1 W +X AD[26] A23 1100 850 350 L 60 60 1 1 B +X AD[27] B23 -1100 850 350 R 60 60 1 1 B +X +3.3V A33 1100 -150 350 L 60 60 1 1 W +X C/BE#[2] B33 -1100 -150 350 R 60 60 1 1 B I +X PAR A43 1100 -1150 350 L 60 60 1 1 B +X +3.3V B43 -1100 -1150 350 R 60 60 1 1 W +X +3.3V A53 1100 -2150 350 L 60 60 1 1 W +X AD[07] B53 -1100 -2150 350 R 60 60 1 1 B +X 3.3VAUX A14 1100 1750 350 L 60 60 1 1 P +X RESERVED B14 -1100 1750 350 R 60 60 1 1 P +X GND A24 1100 750 350 L 60 60 1 1 W +X AD[25] B24 -1100 750 350 R 60 60 1 1 B +X FRAME# A34 1100 -250 350 L 60 60 1 1 B I +X GND B34 -1100 -250 350 R 60 60 1 1 W +X AD[15] A44 1100 -1250 350 L 60 60 1 1 B +X C/BE#[1] B44 -1100 -1250 350 R 60 60 1 1 B I +X AD[06] A54 1100 -2250 350 L 60 60 1 1 B +X +3.3V B54 -1100 -2250 350 R 60 60 1 1 I +X RST# A15 1100 1650 350 L 60 60 1 1 O I +X GND B15 -1100 1650 350 R 60 60 1 1 W +X AD[24] A25 1100 650 350 L 60 60 1 1 B +X +3.3V B25 -1100 650 350 R 60 60 1 1 W +X GND A35 1100 -350 350 L 60 60 1 1 W +X IRDY# B35 -1100 -350 350 R 60 60 1 1 B I +X +3.3V A45 1100 -1350 350 L 60 60 1 1 W +X AD[14] B45 -1100 -1350 350 R 60 60 1 1 B +X AD[04] A55 1100 -2350 350 L 60 60 1 1 B +X AD[05] B55 -1100 -2350 350 R 60 60 1 1 B +X VIO A16 1100 1550 350 L 60 60 1 1 W +X CLK B16 -1100 1550 350 R 60 60 1 1 O +X IDSEL A26 1100 550 350 L 60 60 1 1 O +X C/BE#[3] B26 -1100 550 350 R 60 60 1 1 B +X TRDY# A36 1100 -450 350 L 60 60 1 1 B I +X +3.3V B36 -1100 -450 350 R 60 60 1 1 W +X AD[13] A46 1100 -1450 350 L 60 60 1 1 B +X GND B46 -1100 -1450 350 R 60 60 1 1 W +X GND A56 1100 -2450 350 L 60 60 1 1 W +X AD[03] B56 -1100 -2450 350 R 60 60 1 1 B +X GNT# A17 1100 1450 350 L 60 60 1 1 B I +X GND B17 -1100 1450 350 R 60 60 1 1 W +X +3.3V A27 1100 450 350 L 60 60 1 1 W +X AD[23] B27 -1100 450 350 R 60 60 1 1 B +X GND A37 1100 -550 350 L 60 60 1 1 W +X DEVSEL# B37 -1100 -550 350 R 60 60 1 1 B I +X AD[11] A47 1100 -1550 350 L 60 60 1 1 B +X AD[12] B47 -1100 -1550 350 R 60 60 1 1 B +X AD[02] A57 1100 -2550 350 L 60 60 1 1 B +X GND B57 -1100 -2550 350 R 60 60 1 1 W +X GND A18 1100 1350 350 L 60 60 1 1 W +X REQ# B18 -1100 1350 350 R 60 60 1 1 B I +X AD[22] A28 1100 350 350 L 60 60 1 1 B +X GND B28 -1100 350 350 R 60 60 1 1 W +X STOP# A38 1100 -650 350 L 60 60 1 1 B I +X GND B38 -1100 -650 350 R 60 60 1 1 W +X GND A48 1100 -1650 350 L 60 60 1 1 W +X AD[10] B48 -1100 -1650 350 R 60 60 1 1 B +X AD[00] A58 1100 -2650 350 L 60 60 1 1 B +X AD[01] B58 -1100 -2650 350 R 60 60 1 1 B +X PME# A19 1100 1250 350 L 60 60 1 1 P +X VIO B19 -1100 1250 350 R 60 60 1 1 W +X AD[20] A29 1100 250 350 L 60 60 1 1 B +X AD[21] B29 -1100 250 350 R 60 60 1 1 B +X +3.3V A39 1100 -750 350 L 60 60 1 1 W +X LOCK# B39 -1100 -750 350 R 60 60 1 1 B I +X AD[09] A49 1100 -1750 350 L 60 60 1 1 B +X M66EN B49 -1100 -1750 350 R 60 60 1 1 W +X VIO A59 1100 -2750 350 L 60 60 1 1 W +X VIO B59 -1100 -2750 350 R 60 60 1 1 W +ENDDRAW +ENDDEF +# +# POT +# +DEF POT RV 0 40 Y N 1 F N +F0 "RV" 0 -100 50 H V C CNN +F1 "POT" 0 0 50 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -150 50 150 -50 0 1 0 N +P 3 0 1 0 0 50 -20 70 20 70 F +X 1 1 -250 0 100 R 40 40 1 1 P +X 2 2 0 150 80 D 40 40 1 1 P +X 3 3 250 0 100 L 40 40 1 1 P +ENDDRAW +ENDDEF +# +# PWR_FLAG +# +DEF PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 95 30 H I C CNN +F1 "PWR_FLAG" 0 180 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X pwr 1 0 0 0 U 20 20 0 0 w +P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N +ENDDRAW +ENDDEF +# +# R +# +DEF R R 0 0 N Y 1 F N +F0 "R" 80 0 40 V V C CNN +F1 "R" 7 1 40 V V C CNN +F2 "" -70 0 30 V V C CNN +F3 "" 0 0 30 H V C CNN +$FPLIST + R? + SM0603 + SM0805 + R?-* + SM1206 +$ENDFPLIST +DRAW +S -40 150 40 -150 0 1 12 N +X ~ 1 0 250 100 D 60 60 1 1 P +X ~ 2 0 -250 100 U 60 60 1 1 P +ENDDRAW +ENDDEF +# +# RR8 +# +DEF RR8 RR 0 40 Y N 1 F N +F0 "RR" 50 550 70 H V C CNN +F1 "RR8" 30 0 70 V V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 6 0 1 0 -50 -400 -50 500 50 500 100 450 100 -400 -50 -400 N +X COM 1 -350 450 300 R 60 60 1 1 P I +X 2 2 -350 350 300 R 60 60 1 1 P I +X 3 3 -350 250 300 R 60 60 1 1 P I +X 4 4 -350 150 300 R 60 60 1 1 P I +X 5 5 -350 50 300 R 60 60 1 1 P I +X 6 6 -350 -50 300 R 60 60 1 1 P I +X 7 7 -350 -150 300 R 60 60 1 1 P I +X 8 8 -350 -250 300 R 60 60 1 1 P I +X 9 9 -350 -350 300 R 60 60 1 1 P I +ENDDRAW +ENDDEF +# +# S5933_PQ160 +# +DEF S5933_PQ160 U 0 30 Y Y 1 F N +F0 "U" 0 2250 60 H V C CNN +F1 "S5933_PQ160" 450 -4150 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VSS 10 -150 -4100 0 U 60 60 0 0 W N +X VSS 30 -50 -4100 0 U 60 60 0 0 W N +X VSS 50 150 -4100 0 U 60 60 0 0 W N +X VSS 70 50 -4100 0 U 60 60 0 0 W N +X VSS 90 250 -4100 0 U 60 60 0 0 W N +X VCC 11 -300 4150 0 D 60 60 0 0 W N +X VCC 31 -200 4150 0 D 60 60 0 0 W N +X VCC 51 -100 4150 0 D 60 60 0 0 W N +X VCC 71 0 4150 0 D 60 60 0 0 W N +X VCC 91 100 4150 0 D 60 60 0 0 W N +X VSS 110 350 -4100 0 U 60 60 0 0 W N +X VSS 130 450 -4100 0 U 60 60 0 0 W N +X VSS 150 -250 -4100 0 U 60 60 0 0 W N +X VCC 111 200 4150 0 D 60 60 0 0 W N +X VCC 131 300 4150 0 D 60 60 0 0 W N +X VCC 151 400 4150 0 D 60 60 0 0 W N +S -850 4100 850 -4100 0 1 0 N +X EQ0 1 -1150 -3150 300 R 60 60 1 1 B +X AD23 2 -1150 1750 300 R 60 60 1 1 B +X AD22 3 -1150 1850 300 R 60 60 1 1 B +X AD21 4 -1150 1950 300 R 60 60 1 1 B +X DQ31 5 1150 950 300 L 60 60 1 1 B +X AD20 6 -1150 2050 300 R 60 60 1 1 B +X AD19 7 -1150 2150 300 R 60 60 1 1 B +X AD18 8 -1150 2250 300 R 60 60 1 1 B +X EQ1 9 -1150 -3250 300 R 60 60 1 1 B +X DEVSEL# 20 -1150 -650 300 R 60 60 1 1 B +X AD9 40 -1150 3150 300 R 60 60 1 1 B +X BE3# 60 1150 -1150 300 L 60 60 1 1 I +X DQ12 80 1150 2850 300 L 60 60 1 1 B +X EQ3 21 -1150 -3450 300 R 60 60 1 1 B +X EQ6/AMREN 41 -1150 -3750 300 R 60 60 1 1 B +X EA1 61 -1150 -1650 300 R 60 60 1 1 B +X EA4 81 -1150 -1950 300 R 60 60 1 1 B +X AD17 12 -1150 2350 300 R 60 60 1 1 B +X STOP# 22 -1150 -250 300 R 60 60 1 1 B +X AD15 32 -1150 2550 300 R 60 60 1 1 B +X AD8 42 -1150 3250 300 R 60 60 1 1 B +X AD3 52 -1150 3750 300 R 60 60 1 1 B +X BE2# 62 1150 -1050 300 L 60 60 1 1 I +X RD# 72 1150 -1550 300 L 60 60 1 1 I +X DQ11 82 1150 2950 300 L 60 60 1 1 B +X DQ6 92 1150 3450 300 L 60 60 1 1 B +X DQ30 13 1150 1050 300 L 60 60 1 1 B +X LOCK# 23 -1150 -350 300 R 60 60 1 1 I +X EQ5/FRC# 33 -1150 -3650 300 R 60 60 1 1 B +X C/BE0# 43 -1150 850 300 R 60 60 1 1 B +X DQ26 53 1150 1450 300 L 60 60 1 1 B +X BE1# 63 1150 -950 300 L 60 60 1 1 I +X EA3 73 -1150 -1850 300 R 60 60 1 1 B +X DQ10 83 1150 3050 300 L 60 60 1 1 B +X DQ22 93 1150 1850 300 L 60 60 1 1 B +X AD16 14 -1150 2450 300 R 60 60 1 1 B +X PERR# 24 -1150 -950 300 R 60 60 1 1 B +X AD14 34 -1150 2650 300 R 60 60 1 1 B +X AD7 44 -1150 3350 300 R 60 60 1 1 B +X AD2 54 -1150 3850 300 R 60 60 1 1 B +X ADR5 64 1150 -650 300 L 60 60 1 1 I +X WR# 74 1150 -1450 300 L 60 60 1 1 I +X DQ9 84 1150 3150 300 L 60 60 1 1 B +X DQ5 94 1150 3550 300 L 60 60 1 1 B +X C/BE2# 15 -1150 650 300 R 60 60 1 1 B +X DQ29 25 1150 1150 300 L 60 60 1 1 B +X AD13 35 -1150 2750 300 R 60 60 1 1 B +X DQ27 45 1150 1350 300 L 60 60 1 1 B +X AD1 55 -1150 3950 300 R 60 60 1 1 B +X DQ25 65 1150 1550 300 L 60 60 1 1 B +X SELECT# 75 1150 -1350 300 L 60 60 1 1 I +X DQ23 85 1150 1750 300 L 60 60 1 1 B +X DQ4 95 1150 3650 300 L 60 60 1 1 B +X FRAME# 16 -1150 50 300 R 60 60 1 1 B +X SERR# 26 -1150 -1050 300 R 60 60 1 1 O +X AD12 36 -1150 2850 300 R 60 60 1 1 B +X AD6 46 -1150 3450 300 R 60 60 1 1 B +X AD0 56 -1150 4050 300 R 60 60 1 1 B +X ADR4 66 1150 -550 300 L 60 60 1 1 I +X DQ15 76 1150 2550 300 L 60 60 1 1 B +X DQ8 86 1150 3250 300 L 60 60 1 1 B +X DQ3 96 1150 3750 300 L 60 60 1 1 B +X EQ2 17 -1150 -3350 300 R 60 60 1 1 B +X PAR 27 -1150 450 300 R 60 60 1 1 B +X DQ28 37 1150 1250 300 L 60 60 1 1 B +X AD5 47 -1150 3550 300 R 60 60 1 1 B +X EA0 57 -1150 -1550 300 R 60 60 1 1 B +X ADR3 67 1150 -450 300 L 60 60 1 1 I +X DQ24 77 1150 1650 300 L 60 60 1 1 B +X BE0# 87 1150 -850 300 L 60 60 1 1 I +X EA6 97 -1150 -2150 300 R 60 60 1 1 B +X IRDY# 18 -1150 -50 300 R 60 60 1 1 B +X C/BE1# 28 -1150 750 300 R 60 60 1 1 B +X AD11 38 -1150 2950 300 R 60 60 1 1 B +X AD4 48 -1150 3650 300 R 60 60 1 1 B +X INTA# 58 -1150 -1250 300 R 60 60 1 1 O +X ADR2 68 1150 -350 300 L 60 60 1 1 I +X DQ14 78 1150 2650 300 L 60 60 1 1 B +X DQ7 88 1150 3350 300 L 60 60 1 1 B +X DQ2 98 1150 3850 300 L 60 60 1 1 B +X TRDY# 19 -1150 -150 300 R 60 60 1 1 B +X EQ4/FWC# 29 -1150 -3550 300 R 60 60 1 1 B +X AD10 39 -1150 3050 300 R 60 60 1 1 B +X EQ7/AMWEN 49 -1150 -3850 300 R 60 60 1 1 B +X MODE_16/32 59 1150 -1250 300 L 60 60 1 1 I +X EA2 69 -1150 -1750 300 R 60 60 1 1 B +X DQ13 79 1150 2750 300 L 60 60 1 1 B +X EA5 89 -1150 -2050 300 R 60 60 1 1 B +X DQ1 99 1150 3950 300 L 60 60 1 1 B +X DQ0 100 1150 4050 300 L 60 60 1 1 B +X PTBE3# 120 1150 150 300 L 60 60 1 1 O +X BPCLK 140 1150 -2550 300 L 60 60 1 1 O +X IDSEL 160 -1150 -550 300 R 60 60 1 1 I +X EA7 101 -1150 -2250 300 R 60 60 1 1 B +X EA10 121 -1150 -2550 300 R 60 60 1 1 O +X EA13 141 -1150 -2850 300 R 60 60 1 1 O +X WRFIFO# 102 1150 -1750 300 L 60 60 1 1 I +X PTBURST# 112 1150 -150 300 L 60 60 1 1 O +X PTNUM1 122 1150 550 300 L 60 60 1 1 O +X ADR6 132 1150 -750 300 L 60 60 1 1 I +X CLK 142 -1150 350 300 R 60 60 1 1 I +X AD28 152 -1150 1250 300 R 60 60 1 1 B +X WRFULL 103 1150 -2050 300 L 60 60 1 1 O +X EA9 113 -1150 -2450 300 R 60 60 1 1 O +X PTNUM0 123 1150 650 300 L 60 60 1 1 O +X DQ18 133 1150 2250 300 L 60 60 1 1 B +X GNT# 143 -1150 -850 300 R 60 60 1 1 I +X EA15/FRF 153 -1150 -3050 300 R 60 60 1 1 B +X RDFIFO# 104 1150 -1850 300 L 60 60 1 1 I +X PTATN# 114 1150 850 300 L 60 60 1 1 O +X IRQ# 124 1150 -2450 300 L 60 60 1 1 O +X REQ# 144 -1150 -750 300 R 60 60 1 1 O +X AD27 154 -1150 1350 300 R 60 60 1 1 B +X DQ21 105 1150 1950 300 L 60 60 1 1 B +X PTRDY# 115 1150 750 300 L 60 60 1 1 I +X DQ19 125 1150 2150 300 L 60 60 1 1 B +X SNV 135 1150 -2350 300 L 60 60 1 1 I +X DQ17 145 1150 2350 300 L 60 60 1 1 B +X AD26 155 -1150 1450 300 R 60 60 1 1 B +X RDEMPTY 106 1150 -2150 300 L 60 60 1 1 O +X PTBE0# 116 1150 450 300 L 60 60 1 1 O +X SYSRST# 126 1150 -2650 300 L 60 60 1 1 O +X AD31 146 -1150 950 300 R 60 60 1 1 B +X AD25 156 -1150 1550 300 R 60 60 1 1 B +X PTADR# 107 1150 50 300 L 60 60 1 1 I +X DQ20 117 1150 2050 300 L 60 60 1 1 B +X EWR#/SDA 127 -1150 -4050 300 R 60 60 1 1 B +X EA12 137 -1150 -2750 300 R 60 60 1 1 O +X AD30 147 -1150 1050 300 R 60 60 1 1 B +X DQ16 157 1150 2450 300 L 60 60 1 1 B +X PTWR 108 1150 -50 300 L 60 60 1 1 O +X PTBE1# 118 1150 350 300 L 60 60 1 1 O +X ERD#/SCL 128 -1150 -3950 300 R 60 60 1 1 O +X FLT# 138 1150 -2250 300 L 60 60 1 1 I +X AD29 148 -1150 1150 300 R 60 60 1 1 B +X AD24 158 -1150 1650 300 R 60 60 1 1 B +X EA8 109 -1150 -2350 300 R 60 60 1 1 B +X PTBE2# 119 1150 250 300 L 60 60 1 1 O +X EA11 129 -1150 -2650 300 R 60 60 1 1 O +X RST# 139 -1150 250 300 R 60 60 1 1 I +X EA14/FWE 149 -1150 -2950 300 R 60 60 1 1 B +X C/BE3# 159 -1150 550 300 R 60 60 1 1 B +ENDDRAW +ENDDEF +# +# SIM4X32 +# +DEF SIM4X32 U 0 40 Y Y 1 F N +F0 "U" 0 550 70 H V C CNN +F1 "SIM4X32" 450 -2000 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -500 -1900 500 1900 0 1 0 N +X GND 1 -100 -1900 0 U 60 60 1 1 W N +X DQ0 2 800 1800 300 L 60 60 1 1 T +X DQ16 3 800 0 300 L 60 60 1 1 T +X DQ1 4 800 1700 300 L 60 60 1 1 T +X DQ17 5 800 -100 300 L 60 60 1 1 T +X DQ2 6 800 1600 300 L 60 60 1 1 T +X DQ18 7 800 -200 300 L 60 60 1 1 T +X DQ3 8 800 1500 300 L 60 60 1 1 T +X DQ19 9 800 -300 300 L 60 60 1 1 T +X VCC 10 -100 1900 0 D 60 60 1 1 W N +X DQ4 20 800 1400 300 L 60 60 1 1 T +X VCC 30 0 1900 0 D 60 60 1 1 W N +X CAS0 40 -800 -200 300 R 60 60 1 1 I I +X DQ24 50 800 -900 300 L 60 60 1 1 T +X DQ29 60 800 -1400 300 L 60 60 1 1 T +X PRD3 70 -800 -1200 300 R 60 60 1 1 I +X DQ20 21 800 -400 300 L 60 60 1 1 T +X A8 31 -800 1000 300 R 60 60 1 1 I +X CAS1 41 -800 -300 300 R 60 60 1 1 I I +X DQ9 51 800 800 300 L 60 60 1 1 T +X DQ13 61 800 400 300 L 60 60 1 1 T +X A0 12 -800 1800 300 R 60 60 1 1 I +X DQ5 22 800 1300 300 L 60 60 1 1 T +X A9 32 -800 900 300 R 60 60 1 1 I +X CAS2 42 -800 -400 300 R 60 60 1 1 I I +X DQ25 52 800 -1000 300 L 60 60 1 1 T +X DQ30 62 800 -1500 300 L 60 60 1 1 T +X GND 72 100 -1900 0 U 60 60 1 1 W N +X A1 13 -800 1700 300 R 60 60 1 1 I +X DQ21 23 800 -500 300 L 60 60 1 1 T +X CAS3 43 -800 -500 300 R 60 60 1 1 I I +X DQ10 53 800 700 300 L 60 60 1 1 T +X DQ14 63 800 300 300 L 60 60 1 1 T +X A2 14 -800 1600 300 R 60 60 1 1 I +X DQ6 24 800 1200 300 L 60 60 1 1 T +X RAS2 34 -800 100 300 R 60 60 1 1 I I +X RAS0 44 -800 300 300 R 60 60 1 1 I I +X DQ26 54 800 -1100 300 L 60 60 1 1 T +X DQ31 64 800 -1600 300 L 60 60 1 1 T +X A3 15 -800 1500 300 R 60 60 1 1 I +X DQ22 25 800 -600 300 L 60 60 1 1 T +X DQ11 55 800 600 300 L 60 60 1 1 T +X DQ15 65 800 200 300 L 60 60 1 1 T +X A4 16 -800 1400 300 R 60 60 1 1 I +X DQ7 26 800 1100 300 L 60 60 1 1 T +X DQ27 56 800 -1200 300 L 60 60 1 1 T +X A5 17 -800 1300 300 R 60 60 1 1 I +X DQ23 27 800 -700 300 L 60 60 1 1 T +X R/W 47 -800 -700 300 R 60 60 1 1 I +X DQ12 57 800 500 300 L 60 60 1 1 T +X PRD0 67 -800 -900 300 R 60 60 1 1 I +X A6 18 -800 1200 300 R 60 60 1 1 I +X A7 28 -800 1100 300 R 60 60 1 1 I +X DQ28 58 800 -1300 300 L 60 60 1 1 T +X PRD1 68 -800 -1000 300 R 60 60 1 1 I +X A10 19 -800 800 300 R 60 60 1 1 I +X GND 39 0 -1950 0 U 60 60 1 1 W N +X DQ8 49 800 900 300 L 60 60 1 1 T +X VCC 59 100 1900 0 D 60 60 1 1 W N +X PRD2 69 -800 -1100 300 R 60 60 1 1 I +ENDDRAW +ENDDEF +# +# TDA8501 +# +DEF TDA8501 U 0 30 Y Y 1 F N +F0 "U" 350 950 60 H V C CNN +F1 "TDA8501" 350 -850 60 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -600 850 600 -750 0 1 0 N +X -R.Y 1 -900 600 300 R 60 60 1 1 I +X MCTR 2 -900 100 300 R 60 60 1 1 I +X -B.Y 3 -900 500 300 R 60 60 1 1 I +X H/2 4 -900 400 300 R 60 60 1 1 B +X Y 5 -900 300 300 R 60 60 1 1 I +X UOFF 6 -900 200 300 R 60 60 1 1 O +X R 7 -900 -100 300 R 60 60 1 1 I +X VCC 8 0 1150 300 D 60 60 1 1 I +X G 9 -900 -200 300 R 60 60 1 1 I +X VSS 10 0 -1050 300 U 60 60 1 1 I +X Y+SIN 20 900 700 300 L 60 60 1 1 I +X B 11 -900 -300 300 R 60 60 1 1 I +X B/ADJ 21 900 -200 300 L 60 60 1 1 P +X VOFF 12 -900 -500 300 R 60 60 1 1 O +X Y+SOUT 22 900 800 300 L 60 60 1 1 O +X VREF 13 900 400 300 L 60 60 1 1 O +X OSC 23 -900 -700 300 R 60 60 1 1 O +X C/OUT 14 900 0 300 L 60 60 1 1 O +X CS 24 -900 800 300 R 60 60 1 1 I +X FLT 15 900 -500 300 L 60 60 1 1 P +X CVBS 16 900 100 300 L 60 60 1 1 O +X NTSC/PAL 17 900 -400 300 L 60 60 1 1 I +X NOTCH 18 900 -300 300 L 60 60 1 1 I +X Y/OUT 19 900 200 300 L 60 60 1 1 O +ENDDRAW +ENDDEF +# +# TEST +# +DEF TEST W 0 30 N N 1 F N +F0 "W" 0 60 40 H V C CNN +F1 "TEST" 0 -70 40 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +C -70 0 30 0 1 0 N +C 70 0 30 0 1 0 N +X 1 1 -200 0 100 R 60 60 0 1 P +X 2 2 200 0 100 L 60 60 0 1 P +ENDDRAW +ENDDEF +# +# VCC +# +DEF VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 30 H I C CNN +F1 "VCC" 0 100 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X VCC 1 0 0 0 U 20 20 0 0 W N +C 0 50 20 0 1 0 N +P 3 0 1 0 0 0 0 30 0 30 N +ENDDRAW +ENDDEF +# +# VSS +# +DEF VSS #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 0 30 H I C CNN +F1 "VSS" 0 -70 30 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N +X VSS 1 0 0 0 U 30 30 1 1 W N +ENDDRAW +ENDDEF +# +# XC1736APD8 +# +DEF XC1736APD8 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC1736APD8" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -450 -450 450 450 0 1 0 N +X DATA 1 750 150 300 L 60 60 1 1 T +X CLK 2 -750 150 300 R 60 60 1 1 I C +X RAZ/OE 3 -750 -50 300 R 60 60 1 1 I I +X CE 4 -750 -250 300 R 60 60 1 1 I I +X GND 5 -450 -450 0 U 60 60 1 1 W N +X CEO 6 750 -150 300 L 60 60 1 1 O I +X VPP 7 -750 350 300 R 60 60 1 1 I +X VCC 8 -450 450 0 D 60 60 1 1 W N +ENDDRAW +ENDDEF +# +# XC4003-VQ100 +# +DEF XC4003-VQ100 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC4003-VQ100" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -650 -2350 650 2350 0 1 0 N +X GND 1 -550 -2350 0 U 60 60 1 1 W N +X PGCK1 2 -950 1150 300 R 60 60 1 1 P +X P/A17 3 -950 1050 300 R 60 60 1 1 P +X P/TDI 4 -950 950 300 R 60 60 1 1 P +X P/TCK 5 -950 850 300 R 60 60 1 1 P +X P/A3 6 -950 750 300 R 60 60 1 1 P +X P7 7 -950 650 300 R 60 60 1 1 P +X P8 8 -950 550 300 R 60 60 1 1 P +X P/A15 9 -950 450 300 R 60 60 1 1 P +X P/A4 10 -950 350 300 R 60 60 1 1 P +X P20 20 -950 -550 300 R 60 60 1 1 P +X P/LDC 30 -950 1250 300 R 60 60 1 1 P +X P40 40 -950 -2150 300 R 60 60 1 1 P +X DONE 50 -950 1750 300 R 60 60 1 1 C +X P60 60 950 -750 300 L 60 60 1 1 P +X P70 70 950 50 300 L 60 60 1 1 P +X P80 80 950 550 300 L 60 60 1 1 P +X P90 90 950 1350 300 L 60 60 1 1 B +X GND 11 -450 -2350 0 U 60 60 1 1 W N +X SGCK2 21 -950 -650 300 R 60 60 1 1 P +X P31 31 -950 -1350 300 R 60 60 1 1 P +X P41 41 950 -2250 300 L 60 60 1 1 P +X VCC 51 -250 2350 0 D 60 60 1 1 W N +X P61 61 950 -650 300 L 60 60 1 1 P +X P71/RDY 71 950 150 300 L 60 60 1 1 P +X P81 81 950 650 300 L 60 60 1 1 P +X P91 91 950 1450 300 L 60 60 1 1 P +X VCC 12 -550 2350 0 D 60 60 1 1 W N +X M1/RD 22 -950 2150 300 R 60 60 1 1 I +X P32 32 -950 -1450 300 R 60 60 1 1 P +X P42 42 950 -2150 300 L 60 60 1 1 P +X PROG 52 -950 1850 300 R 60 60 1 1 I I +X P62 62 950 -550 300 L 60 60 1 1 P +X DIN 72 -950 1650 300 R 60 60 1 1 P +X P82 82 950 750 300 L 60 60 1 1 P +X P92 92 950 1550 300 L 60 60 1 1 P +X P13 13 -950 150 300 R 60 60 1 1 B +X GND 23 -350 -2350 0 U 60 60 1 1 W N +X P33 33 -950 -1550 300 R 60 60 1 1 P +X P43 43 950 -2050 300 L 60 60 1 1 P +X P53 53 950 -1450 300 L 60 60 1 1 B +X VCC 63 -150 2350 0 D 60 60 1 1 W N +X DOUT/SGCK4 73 -950 1550 300 R 60 60 1 1 P +X P83 83 950 850 300 L 60 60 1 1 P +X P93 93 950 1650 300 L 60 60 1 1 P +X P14 14 -950 50 300 R 60 60 1 1 P +X M0/RT 24 -950 2250 300 R 60 60 1 1 I +X P34 34 -950 -1650 300 R 60 60 1 1 P +X P44 44 950 -1950 300 L 60 60 1 1 P +X PGCK3 54 950 -1350 300 L 60 60 1 1 B +X GND 64 -50 -2350 0 U 60 60 1 1 W N +X CCLK 74 -950 1450 300 R 60 60 1 1 I C +X P84 84 950 950 300 L 60 60 1 1 P +X P94 94 950 1750 300 L 60 60 1 1 P +X P15 15 -950 -50 300 R 60 60 1 1 P +X VCC 25 -450 2350 0 D 60 60 1 1 W N +X P35 35 -950 -1750 300 R 60 60 1 1 P +X P45 45 950 -1850 300 L 60 60 1 1 P +X P55 55 950 -1250 300 L 60 60 1 1 P +X P65 65 950 -450 300 L 60 60 1 1 P +X VCC 75 -50 2350 0 D 60 60 1 1 W N +X P85 85 950 1050 300 L 60 60 1 1 P +X P91 95 950 1850 300 L 60 60 1 1 P +X P16 16 -950 -150 300 R 60 60 1 1 P +X M2 26 -950 2050 300 R 60 60 1 1 P +X P36/INIT 36 -950 -1850 300 R 60 60 1 1 P +X P46 46 950 -1750 300 L 60 60 1 1 P +X P56 56 950 -1150 300 L 60 60 1 1 B +X P66 66 950 -350 300 L 60 60 1 1 P +X TDO 76 950 250 300 L 60 60 1 1 O +X P86 86 950 1150 300 L 60 60 1 1 P +X P96 96 950 1950 300 L 60 60 1 1 P +X P17 17 -950 -250 300 R 60 60 1 1 P +X PGCK2 27 -950 -950 300 R 60 60 1 1 P +X VCC 37 -350 2350 0 D 60 60 1 1 W N +X P47 47 950 -1650 300 L 60 60 1 1 P +X P57 57 950 -1050 300 L 60 60 1 1 P +X P67 67 950 -250 300 L 60 60 1 1 P +X GND 77 50 -2350 0 U 60 60 1 1 W N +X P87 87 950 1250 300 L 60 60 1 1 P +X P97 97 950 2050 300 L 60 60 1 1 P +X P18 18 -950 -350 300 R 60 60 1 1 P +X P/HDC 28 -950 1350 300 R 60 60 1 1 P +X GND 38 -250 -2350 0 U 60 60 1 1 W N +X SGCK3 48 950 -1550 300 L 60 60 1 1 P +X P58 58 950 -950 300 L 60 60 1 1 P +X P68 68 950 -150 300 L 60 60 1 1 P +X P78 78 950 350 300 L 60 60 1 1 P +X GND 88 150 -2350 0 U 60 60 1 1 W N +X P98 98 950 2150 300 L 60 60 1 1 B +X P19 19 -950 -450 300 R 60 60 1 1 P +X P29 29 -950 -1150 300 R 60 60 1 1 P +X P39 39 -950 -2050 300 R 60 60 1 1 P +X GND 49 -150 -2350 0 U 60 60 1 1 W N +X P59 59 950 -850 300 L 60 60 1 1 P +X P69 69 950 -50 300 L 60 60 1 1 P +X PGCK4 79 950 450 300 L 60 60 1 1 P +X VCC 89 50 2350 0 D 60 60 1 1 W N +X SGCK1 99 950 2250 300 L 60 60 1 1 B +X VCC 100 150 2350 0 D 60 60 1 1 W N +ENDDRAW +ENDDEF +# +# XC4005-PQ100 +# +DEF XC4005-PQ100 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC4005-PQ100" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -750 -2300 750 2300 0 1 0 N +X P1 1 1050 2100 300 L 60 60 1 1 P +X SGCK1 2 1050 2200 300 L 60 60 1 1 P +X VCC 3 -400 2300 0 D 60 60 1 1 W N +X GND 4 -400 -2300 0 U 60 60 1 1 W N +X PGCK1 5 -1050 1000 300 R 60 60 1 1 P +X P6 6 -1050 900 300 R 60 60 1 1 P +X P7/TDI 7 -1050 800 300 R 60 60 1 1 P +X P8/TCK 8 -1050 700 300 R 60 60 1 1 P +X P9/TMS 9 -1050 600 300 R 60 60 1 1 P +X P20 20 -1050 -200 300 R 60 60 1 1 P +X PGCK2 30 -1050 -800 300 R 60 60 1 1 P +X VCC 40 -100 2300 0 D 60 60 1 1 W N +X P50 50 1050 -2000 300 L 60 60 1 1 P +X P60 60 1050 -1200 300 L 60 60 1 1 P +X P70 70 1050 -400 300 L 60 60 1 1 P +X GND 80 200 -2300 0 U 60 60 1 1 W N +X P90 90 1050 1200 300 L 60 60 1 1 P +X P11 11 -1050 500 300 R 60 60 1 1 P +X P21 21 -1050 -300 300 R 60 60 1 1 P +X P31/HDC 31 -1050 1300 300 R 60 60 1 1 P +X GND 41 -100 -2300 0 U 60 60 1 1 W N +X SGCK3 51 1050 -1800 300 L 60 60 1 1 P +X P61 61 1050 -1100 300 L 60 60 1 1 P +X P71 71 1050 -300 300 L 60 60 1 1 P +X P81 81 1050 200 300 L 60 60 1 1 P +X GND 91 300 -2300 0 U 60 60 1 1 W N +X P12 12 -1050 400 300 R 60 60 1 1 P +X P22 22 -1050 -400 300 R 60 60 1 1 P +X P32 32 -1050 -1000 300 R 60 60 1 1 P +X P42 42 -1050 -1700 300 R 60 60 1 1 P +X GND 52 0 -2300 0 U 60 60 1 1 W N +X P62 62 1050 -1000 300 L 60 60 1 1 P +X P72 72 1050 -200 300 L 60 60 1 1 P +X PGCK4 82 1050 300 300 L 60 60 1 1 P +X VCC 92 300 2300 0 D 60 60 1 1 W N +X P13 13 -1050 300 300 R 60 60 1 1 P +X P23 23 -1050 -500 300 R 60 60 1 1 P +X P33/LDC 33 -1050 1200 300 R 60 60 1 1 P +X P43 43 -1050 -1800 300 R 60 60 1 1 P +X DONE 53 -1050 1800 300 R 60 60 1 1 C +X P63 63 1050 -900 300 L 60 60 1 1 P +X P73 73 1050 -100 300 L 60 60 1 1 P +X P83 83 1050 500 300 L 60 60 1 1 P +X P93 93 1050 1300 300 L 60 60 1 1 P +X GND 14 -300 -2300 0 U 60 60 1 1 W N +X SGCK2 24 -1050 -700 300 R 60 60 1 1 P +X P34 34 -1050 -1100 300 R 60 60 1 1 P +X P44 44 -1050 -1900 300 R 60 60 1 1 P +X VCC 54 0 2300 0 D 60 60 1 1 W N +X P64 64 1050 -800 300 L 60 60 1 1 P +X P74/BUSY 74 1050 0 300 L 60 60 1 1 P +X P84 84 1050 600 300 L 60 60 1 1 P +X P94 94 1050 1400 300 L 60 60 1 1 P +X VCC 15 -300 2300 0 D 60 60 1 1 W N +X M1 25 -1050 2100 300 R 60 60 1 1 P +X P35 35 -1050 -1200 300 R 60 60 1 1 P +X P45 45 -1050 -2000 300 R 60 60 1 1 P +X PROG 55 -1050 1900 300 R 60 60 1 1 I I +X P65 65 1050 -700 300 L 60 60 1 1 P +X DIN/D0 75 -1050 1700 300 R 60 60 1 1 P +X P85 85 1050 700 300 L 60 60 1 1 P +X P95 95 1050 1500 300 L 60 60 1 1 P +X P16 16 -1050 200 300 R 60 60 1 1 P +X GND 26 -200 -2300 0 U 60 60 1 1 W N +X P36 36 -1050 -1300 300 R 60 60 1 1 P +X P46 46 -1050 -2100 300 R 60 60 1 1 P +X P56 56 1050 -1700 300 L 60 60 1 1 P +X VCC 66 100 2300 0 D 60 60 1 1 W N +X DOUT/SGCK4 76 -1050 1600 300 R 60 60 1 1 P +X P86 86 1050 800 300 L 60 60 1 1 P +X P96 96 1050 1600 300 L 60 60 1 1 P +X P17 17 -1050 100 300 R 60 60 1 1 P +X M0 27 -1050 2200 300 R 60 60 1 1 I +X P37 37 -1050 -1400 300 R 60 60 1 1 P +X P47 47 -1050 -2200 300 R 60 60 1 1 P +X PGCK3 57 1050 -1600 300 L 60 60 1 1 P +X GND 67 100 -2300 0 U 60 60 1 1 W N +X CCLK 77 -1050 1500 300 R 60 60 1 1 I C +X P87 87 1050 900 300 L 60 60 1 1 P +X P97 97 1050 1700 300 L 60 60 1 1 P +X P18 18 -1050 0 300 R 60 60 1 1 P +X VCC 28 -200 2300 0 D 60 60 1 1 W N +X P38 38 -1050 -1500 300 R 60 60 1 1 P +X P48 48 1050 -2200 300 L 60 60 1 1 P +X P58 58 1050 -1400 300 L 60 60 1 1 P +X P68 68 1050 -600 300 L 60 60 1 1 P +X VCC 78 200 2300 0 D 60 60 1 1 W N +X P88 88 1050 1000 300 L 60 60 1 1 P +X P98 98 1050 1800 300 L 60 60 1 1 P +X P19 19 -1050 -100 300 R 60 60 1 1 P +X M2 29 -1050 2000 300 R 60 60 1 1 I +X P39/INIT 39 -1050 -1600 300 R 60 60 1 1 P +X P49 49 1050 -2100 300 L 60 60 1 1 P +X P59 59 1050 -1300 300 L 60 60 1 1 P +X P69 69 1050 -500 300 L 60 60 1 1 P +X TDO 79 1050 100 300 L 60 60 1 1 O +X P89 89 1050 1100 300 L 60 60 1 1 P +X P99 99 1050 1900 300 L 60 60 1 1 P +X P100 100 1050 2000 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +# XC4005-PQ160 +# +DEF XC4005-PQ160 U 0 40 Y Y 1 F N +F0 "U" 0 100 70 H V C CNN +F1 "XC4005-PQ160" 0 -100 70 H V C CNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +S -800 -3100 800 3100 0 1 0 N +X GND 1 -800 -3100 0 U 60 60 1 1 W N +X PGCK1 2 -1100 1700 300 R 60 60 1 1 B +X P3 3 -1100 1600 300 R 60 60 1 1 P +X P4 4 -1100 1500 300 R 60 60 1 1 P +X P5 5 -1100 1400 300 R 60 60 1 1 P +X TDI 6 -1100 1300 300 R 60 60 1 1 P +X TCK 7 -1100 1200 300 R 60 60 1 1 P +X GND 10 -700 -3100 0 U 60 60 1 1 W N +X VCC 20 -200 3100 0 D 60 60 1 1 W N +X M0 40 -1100 3000 300 R 60 60 1 1 I +X VCC 60 -300 3100 0 D 60 60 1 1 W N +X GND 70 -100 -3100 0 U 60 60 1 1 W N +X DONE 80 -1100 2500 300 R 60 60 1 1 B +X P11 11 -1100 1100 300 R 60 60 1 1 P +X P21 21 -1100 300 300 R 60 60 1 1 P +X VCC 41 -400 3100 0 D 60 60 1 1 W N +X GND 51 -300 -3100 0 U 60 60 1 1 W N +X GND 61 -200 -3100 0 U 60 60 1 1 W N +X VCC 81 -100 3100 0 D 60 60 1 1 W N +X GND 91 100 -3100 0 U 60 60 1 1 W N +X P12 12 -1100 1000 300 R 60 60 1 1 P +X P22 22 -1100 200 300 R 60 60 1 1 P +X P32 32 -1100 -500 300 R 60 60 1 1 P +X M2 42 -1100 2800 300 R 60 60 1 1 I +X P52 52 -1100 -1500 300 R 60 60 1 1 P +X P62 62 -1100 -2300 300 R 60 60 1 1 P +X PROG 82 -1100 2600 300 R 60 60 1 1 I I +X P92 92 1100 -1800 300 L 60 60 1 1 P +X TMS 13 -1100 900 300 R 60 60 1 1 P +X P23 23 -1100 100 300 R 60 60 1 1 P +X P33 33 -1100 -600 300 R 60 60 1 1 P +X PGCK2 43 -1100 -1100 300 R 60 60 1 1 P +X P53 53 -1100 -1600 300 R 60 60 1 1 P +X P63 63 -1100 -2400 300 R 60 60 1 1 P +X P73 73 1100 -3000 300 L 60 60 1 1 P +X P83 83 1100 -2400 300 L 60 60 1 1 P +X P93 93 1100 -1700 300 L 60 60 1 1 P +X P14 14 -1100 800 300 R 60 60 1 1 P +X P24 24 -1100 0 300 R 60 60 1 1 P +X P34 34 -1100 -700 300 R 60 60 1 1 P +X HDC 44 -1100 2000 300 R 60 60 1 1 P +X P54 54 -1100 -1700 300 R 60 60 1 1 P +X P64 64 -1100 -2500 300 R 60 60 1 1 P +X P74 74 1100 -2900 300 L 60 60 1 1 P +X PGCK3 84 1100 -2300 300 L 60 60 1 1 P +X P93 94 1100 -1600 300 L 60 60 1 1 P +X P15 15 -1100 700 300 R 60 60 1 1 P +X P25 25 -1100 -100 300 R 60 60 1 1 P +X P35 35 -1100 -800 300 R 60 60 1 1 P +X P45 45 -1100 -1200 300 R 60 60 1 1 P +X P55 55 -1100 -1800 300 R 60 60 1 1 P +X P65 65 -1100 -2600 300 R 60 60 1 1 P +X P75 75 1100 -2800 300 L 60 60 1 1 P +X P85 85 1100 -2200 300 L 60 60 1 1 P +X P95 95 1100 -1500 300 L 60 60 1 1 P +X P16 16 -1100 600 300 R 60 60 1 1 P +X P26 26 -1100 -200 300 R 60 60 1 1 P +X P36 36 -1100 -900 300 R 60 60 1 1 P +X P46 46 -1100 -1300 300 R 60 60 1 1 P +X P56 56 -1100 -1900 300 R 60 60 1 1 P +X P66 66 -1100 -2700 300 R 60 60 1 1 P +X P76 76 1100 -2700 300 L 60 60 1 1 P +X P86 86 1100 -2100 300 L 60 60 1 1 P +X P96 96 1100 -1400 300 L 60 60 1 1 P +X P17 17 -1100 500 300 R 60 60 1 1 P +X P27 27 -1100 -300 300 R 60 60 1 1 P +X SGCK2 37 -1100 -1000 300 R 60 60 1 1 P +X P47 47 -1100 -1400 300 R 60 60 1 1 P +X P57 57 -1100 -2000 300 R 60 60 1 1 P +X P67 67 -1100 -2800 300 R 60 60 1 1 P +X P77 77 1100 -2600 300 L 60 60 1 1 P +X P87 87 1100 -2000 300 L 60 60 1 1 P +X P97 97 1100 -1300 300 L 60 60 1 1 P +X P18 18 -1100 400 300 R 60 60 1 1 P +X P28 28 -1100 -400 300 R 60 60 1 1 P +X M1 38 -1100 2900 300 R 60 60 1 1 I +X LDC 48 -1100 1900 300 R 60 60 1 1 P +X P58 58 -1100 -2100 300 R 60 60 1 1 P +X P68 68 -1100 -2900 300 R 60 60 1 1 B +X SGCK3 78 1100 -2500 300 L 60 60 1 1 P +X P88 88 1100 -1900 300 L 60 60 1 1 P +X P98 98 1100 -1200 300 L 60 60 1 1 P +X GND 19 -600 -3100 0 U 60 60 1 1 W N +X GND 29 -500 -3100 0 U 60 60 1 1 W N +X GND 39 -400 -3100 0 U 60 60 1 1 W N +X P59-INIT 59 -1100 -2200 300 R 60 60 1 1 P +X P69 69 -1100 -3000 300 R 60 60 1 1 P +X GND 79 0 -3100 0 U 60 60 1 1 W N +X P90 99 1100 -1100 300 L 60 60 1 1 P +X VCC 100 0 3100 0 D 60 60 1 1 W N +X GND 110 300 -3100 0 U 60 60 1 1 W N +X VCC 120 100 3100 0 D 60 60 1 1 W N +X P140 140 1100 1600 300 L 60 60 1 1 P +X P150 150 1100 2400 300 L 60 60 1 1 P +X VCC 160 300 3100 0 D 60 60 1 1 W N +X GND 101 200 -3100 0 U 60 60 1 1 W N +X TDO 121 1100 200 300 L 60 60 1 1 O +X GND 131 500 -3100 0 U 60 60 1 1 W N +X GND 141 600 -3100 0 U 60 60 1 1 W N +X GND 151 700 -3100 0 U 60 60 1 1 W N +X P102 102 1100 -1000 300 L 60 60 1 1 P +X GND 122 400 -3100 0 U 60 60 1 1 W N +X P132 132 1100 900 300 L 60 60 1 1 P +X VCC 142 200 3100 0 D 60 60 1 1 W N +X P103 103 1100 -900 300 L 60 60 1 1 P +X P113 113 1100 -200 300 L 60 60 1 1 P +X P123 123 1100 300 300 L 60 60 1 1 P +X P133 133 1100 1000 300 L 60 60 1 1 P +X P143 143 1100 1700 300 L 60 60 1 1 P +X P104 104 1100 -800 300 L 60 60 1 1 P +X P114-RDY 114 1100 -100 300 L 60 60 1 1 P +X P124 124 1100 400 300 L 60 60 1 1 P +X P134 134 1100 1100 300 L 60 60 1 1 P +X P144 144 1100 1800 300 L 60 60 1 1 P +X P154 154 1100 2500 300 L 60 60 1 1 P +X P105 105 1100 -700 300 L 60 60 1 1 P +X P115 115 1100 0 300 L 60 60 1 1 P +X P125 125 1100 500 300 L 60 60 1 1 P +X P135 135 1100 1200 300 L 60 60 1 1 P +X P145 145 1100 1900 300 L 60 60 1 1 P +X P155 155 1100 2600 300 L 60 60 1 1 P +X P106 106 1100 -600 300 L 60 60 1 1 P +X P116 116 1100 100 300 L 60 60 1 1 P +X P126 126 1100 600 300 L 60 60 1 1 P +X P146 146 1100 2000 300 L 60 60 1 1 P +X P156 156 1100 2700 300 L 60 60 1 1 P +X P107 107 1100 -500 300 L 60 60 1 1 P +X DIN 117 -1100 2400 300 R 60 60 1 1 I +X P127 127 1100 700 300 L 60 60 1 1 P +X P137 137 1100 1300 300 L 60 60 1 1 P +X P147 147 1100 2100 300 L 60 60 1 1 P +X P157 157 1100 2800 300 L 60 60 1 1 P +X P108 108 1100 -400 300 L 60 60 1 1 P +X DOUT-SGI4 118 -1100 2300 300 R 60 60 1 1 P +X P128 128 1100 800 300 L 60 60 1 1 P +X P138 138 1100 1400 300 L 60 60 1 1 P +X P148 148 1100 2200 300 L 60 60 1 1 P +X P158 158 1100 2900 300 L 60 60 1 1 P +X P109 109 1100 -300 300 L 60 60 1 1 P +X CCLK 119 -1100 2200 300 R 60 60 1 1 P C +X P139 139 1100 1500 300 L 60 60 1 1 P +X P149 149 1100 2300 300 L 60 60 1 1 P +X SGCK1 159 1100 3000 300 L 60 60 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/demos/video/video.kicad_pcb b/demos/video/video.kicad_pcb new file mode 100644 index 0000000..a9373bb --- /dev/null +++ b/demos/video/video.kicad_pcb @@ -0,0 +1,30024 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-10-12 BZR 6266)-product") + + (general + (links 1575) + (no_connects 0) + (area 40.893999 55.3974 365.734601 163.525201) + (thickness 1.6002) + (drawings 39) + (tracks 9218) + (zones 0) + (modules 189) + (nets 390) + ) + + (page A3) + (title_block + (title "KiCad demo") + (date 2015-10-14) + (rev 1.A) + ) + + (layers + (0 Composant signal) + (1 GND_layer signal) + (2 VCC_layer signal) + (31 Cuivre signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + ) + + (setup + (last_trace_width 0.2032) + (trace_clearance 0.2032) + (zone_clearance 0.4) + (zone_45_only no) + (trace_min 0.2032) + (segment_width 0.3048) + (edge_width 0.2032) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.2032) + (pcb_text_size 1.524 1.524) + (mod_edge_width 0.3048) + (mod_text_size 1.27 1.27) + (mod_text_width 0.2032) + (pad_size 3.81 5.08) + (pad_drill 3.048) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 40.9 173.1) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x010fc_80000007) + (usegerberextensions false) + (usegerberattributes true) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin true) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory plots)) + ) + + (net 0 "") + (net 1 +12V) + (net 2 +3.3V) + (net 3 +5F) + (net 4 /ESVIDEO-RVB/BLUE) + (net 5 /ESVIDEO-RVB/BLUE_IN) + (net 6 /ESVIDEO-RVB/DPC0) + (net 7 /ESVIDEO-RVB/DPC1) + (net 8 /ESVIDEO-RVB/DPC2) + (net 9 /ESVIDEO-RVB/DPC4) + (net 10 /ESVIDEO-RVB/DPC5) + (net 11 /ESVIDEO-RVB/DPC7) + (net 12 /ESVIDEO-RVB/GREEN) + (net 13 /ESVIDEO-RVB/GREEN_IN) + (net 14 /ESVIDEO-RVB/OE_RVB-) + (net 15 /ESVIDEO-RVB/PCA0) + (net 16 /ESVIDEO-RVB/PCA2) + (net 17 /ESVIDEO-RVB/RDCDA-) + (net 18 /ESVIDEO-RVB/REF+) + (net 19 /ESVIDEO-RVB/TVB2) + (net 20 /ESVIDEO-RVB/TVB3) + (net 21 /ESVIDEO-RVB/TVG0) + (net 22 /ESVIDEO-RVB/TVG1) + (net 23 /ESVIDEO-RVB/TVG2) + (net 24 /ESVIDEO-RVB/TVG3) + (net 25 /ESVIDEO-RVB/TVG4) + (net 26 /ESVIDEO-RVB/TVG5) + (net 27 /ESVIDEO-RVB/TVR0) + (net 28 /ESVIDEO-RVB/TVR1) + (net 29 /ESVIDEO-RVB/TVR2) + (net 30 /ESVIDEO-RVB/TVR5) + (net 31 /ESVIDEO-RVB/TVR6) + (net 32 /ESVIDEO-RVB/TVR7) + (net 33 /ESVIDEO-RVB/VAA) + (net 34 /RAMS/CAS0-) + (net 35 /RAMS/CAS2-) + (net 36 /RAMS/CAS3-) + (net 37 /RAMS/MXA0) + (net 38 /RAMS/MXA1) + (net 39 /RAMS/MXA10) + (net 40 /RAMS/MXA2) + (net 41 /RAMS/MXA3) + (net 42 /RAMS/MXA4) + (net 43 /RAMS/MXA5) + (net 44 /RAMS/MXA6) + (net 45 /RAMS/MXA7) + (net 46 /RAMS/MXA8) + (net 47 /RAMS/MXA9) + (net 48 /RAMS/RAS3-) + (net 49 /RAMS/RAS5-) + (net 50 /RAMS/TVRAM0) + (net 51 /RAMS/TVRAM1) + (net 52 /RAMS/TVRAM10) + (net 53 /RAMS/TVRAM11) + (net 54 /RAMS/TVRAM12) + (net 55 /RAMS/TVRAM13) + (net 56 /RAMS/TVRAM14) + (net 57 /RAMS/TVRAM15) + (net 58 /RAMS/TVRAM16) + (net 59 /RAMS/TVRAM17) + (net 60 /RAMS/TVRAM18) + (net 61 /RAMS/TVRAM19) + (net 62 /RAMS/TVRAM2) + (net 63 /RAMS/TVRAM20) + (net 64 /RAMS/TVRAM21) + (net 65 /RAMS/TVRAM22) + (net 66 /RAMS/TVRAM23) + (net 67 /RAMS/TVRAM24) + (net 68 /RAMS/TVRAM25) + (net 69 /RAMS/TVRAM26) + (net 70 /RAMS/TVRAM27) + (net 71 /RAMS/TVRAM28) + (net 72 /RAMS/TVRAM29) + (net 73 /RAMS/TVRAM3) + (net 74 /RAMS/TVRAM30) + (net 75 /RAMS/TVRAM31) + (net 76 /RAMS/TVRAM4) + (net 77 /RAMS/TVRAM5) + (net 78 /RAMS/TVRAM6) + (net 79 /RAMS/TVRAM7) + (net 80 /RAMS/TVRAM8) + (net 81 /RAMS/TVRAM9) + (net 82 /RAMS/WRAM-) + (net 83 /buspci.sch/ADR6) + (net 84 /buspci.sch/BPCLK) + (net 85 /buspci.sch/EA1) + (net 86 /buspci.sch/EA10) + (net 87 /buspci.sch/EA11) + (net 88 /buspci.sch/EA12) + (net 89 /buspci.sch/EA13) + (net 90 /buspci.sch/EA14) + (net 91 /buspci.sch/EA15) + (net 92 /buspci.sch/EA2) + (net 93 /buspci.sch/EA3) + (net 94 /buspci.sch/EA4) + (net 95 /buspci.sch/EA5) + (net 96 /buspci.sch/EA6) + (net 97 /buspci.sch/EA7) + (net 98 /buspci.sch/EA9) + (net 99 /buspci.sch/EQ0) + (net 100 /buspci.sch/EQ1) + (net 101 /buspci.sch/EQ2) + (net 102 /buspci.sch/EQ3) + (net 103 /buspci.sch/EQ4) + (net 104 /buspci.sch/EQ5) + (net 105 /buspci.sch/EQ6) + (net 106 /buspci.sch/EQ7) + (net 107 /buspci.sch/PTATN-) + (net 108 /buspci.sch/PTBE-1) + (net 109 /buspci.sch/PTNUM0) + (net 110 /buspci.sch/PTRDY-) + (net 111 /buspci.sch/P_AD0) + (net 112 /buspci.sch/P_AD1) + (net 113 /buspci.sch/P_AD10) + (net 114 /buspci.sch/P_AD11) + (net 115 /buspci.sch/P_AD12) + (net 116 /buspci.sch/P_AD13) + (net 117 /buspci.sch/P_AD14) + (net 118 /buspci.sch/P_AD15) + (net 119 /buspci.sch/P_AD16) + (net 120 /buspci.sch/P_AD17) + (net 121 /buspci.sch/P_AD18) + (net 122 /buspci.sch/P_AD19) + (net 123 /buspci.sch/P_AD2) + (net 124 /buspci.sch/P_AD20) + (net 125 /buspci.sch/P_AD21) + (net 126 /buspci.sch/P_AD22) + (net 127 /buspci.sch/P_AD23) + (net 128 /buspci.sch/P_AD24) + (net 129 /buspci.sch/P_AD25) + (net 130 /buspci.sch/P_AD26) + (net 131 /buspci.sch/P_AD27) + (net 132 /buspci.sch/P_AD28) + (net 133 /buspci.sch/P_AD29) + (net 134 /buspci.sch/P_AD3) + (net 135 /buspci.sch/P_AD30) + (net 136 /buspci.sch/P_AD31) + (net 137 /buspci.sch/P_AD4) + (net 138 /buspci.sch/P_AD5) + (net 139 /buspci.sch/P_AD6) + (net 140 /buspci.sch/P_AD7) + (net 141 /buspci.sch/P_AD8) + (net 142 /buspci.sch/P_AD9) + (net 143 /buspci.sch/P_C/BE0#) + (net 144 /buspci.sch/P_C/BE1#) + (net 145 /buspci.sch/P_C/BE2#) + (net 146 /buspci.sch/P_C/BE3#) + (net 147 /buspci.sch/P_CLK) + (net 148 /buspci.sch/P_DEVSEL#) + (net 149 /buspci.sch/P_FRAME#) + (net 150 /buspci.sch/P_GNT#) + (net 151 /buspci.sch/P_IDSEL) + (net 152 /buspci.sch/P_INTA#) + (net 153 /buspci.sch/P_IRDY#) + (net 154 /buspci.sch/P_LOCK#) + (net 155 /buspci.sch/P_PAR) + (net 156 /buspci.sch/P_PERR#) + (net 157 /buspci.sch/P_REQ#) + (net 158 /buspci.sch/P_RST#) + (net 159 /buspci.sch/P_SERR#) + (net 160 /buspci.sch/P_STOP#) + (net 161 /buspci.sch/P_TRDY#) + (net 162 /buspci.sch/RDFIFO-) + (net 163 /buspci.sch/WRFIFO-) + (net 164 /buspci.sch/WRFULL) + (net 165 /buspci.sch/X_IRQ) + (net 166 /graphic/14MHZOUT) + (net 167 /graphic/BT812_RD-) + (net 168 /graphic/BT812_WR-) + (net 169 /graphic/CADCLK) + (net 170 /graphic/CCLK) + (net 171 /graphic/CDACLK) + (net 172 /graphic/CLK10MHz) + (net 173 /graphic/CSIO-) + (net 174 /graphic/DIN) + (net 175 /graphic/DONE) + (net 176 /graphic/HDOUT) + (net 177 /graphic/HDREFOUT) + (net 178 /graphic/IA0) + (net 179 /graphic/IA1) + (net 180 /graphic/IA2) + (net 181 /graphic/IA3) + (net 182 /graphic/IA4) + (net 183 /graphic/IA5) + (net 184 /graphic/IA6) + (net 185 /graphic/IA7) + (net 186 /graphic/IA8) + (net 187 /graphic/IA9) + (net 188 /graphic/ICAS-) + (net 189 /graphic/ID0) + (net 190 /graphic/ID1) + (net 191 /graphic/ID2) + (net 192 /graphic/ID3) + (net 193 /graphic/IOE-) + (net 194 /graphic/IRAS-) + (net 195 /graphic/IRQ_SLR) + (net 196 /graphic/IWR-) + (net 197 /graphic/LED) + (net 198 /graphic/PROG*) + (net 199 /graphic/RESERV1) + (net 200 /graphic/VOSC) + (net 201 /graphic/XTAL_I) + (net 202 /graphic/X_CLK) + (net 203 /graphic/X_DIN) + (net 204 /graphic/X_PROG-) + (net 205 /modul/BLEU) + (net 206 /modul/CHROM) + (net 207 /modul/COUT) + (net 208 /modul/CVBS) + (net 209 /modul/CVBSOUT) + (net 210 /modul/LUM) + (net 211 /modul/YOUT) + (net 212 /muxdata/DATA_WR) + (net 213 /muxdata/DPC10) + (net 214 /muxdata/DPC11) + (net 215 /muxdata/DPC12) + (net 216 /muxdata/DPC13) + (net 217 /muxdata/DPC14) + (net 218 /muxdata/DPC15) + (net 219 /muxdata/DPC16) + (net 220 /muxdata/DPC17) + (net 221 /muxdata/DPC18) + (net 222 /muxdata/DPC19) + (net 223 /muxdata/DPC20) + (net 224 /muxdata/DPC21) + (net 225 /muxdata/DPC22) + (net 226 /muxdata/DPC23) + (net 227 /muxdata/DPC24) + (net 228 /muxdata/DPC25) + (net 229 /muxdata/DPC26) + (net 230 /muxdata/DPC27) + (net 231 /muxdata/DPC28) + (net 232 /muxdata/DPC29) + (net 233 /muxdata/DPC30) + (net 234 /muxdata/DPC31) + (net 235 /muxdata/DPC8) + (net 236 /muxdata/DPC9) + (net 237 /muxdata/X_DIN) + (net 238 /pal-ntsc.sch/C-VIDEO) + (net 239 /pal-ntsc.sch/RESET-) + (net 240 /pal-ntsc.sch/VAF) + (net 241 /pal-ntsc.sch/Y-VIDEO) + (net 242 /pal-ntsc.sch/Y_SYNC) + (net 243 GND) + (net 244 "Net-(BUS1-PadB1)") + (net 245 "Net-(BUS1-PadB2)") + (net 246 "Net-(BUS1-PadA4)") + (net 247 VCC) + (net 248 "Net-(BUS1-PadB7)") + (net 249 "Net-(BUS1-PadB8)") + (net 250 "Net-(BUS1-PadB9)") + (net 251 "Net-(BUS1-PadB10)") + (net 252 "Net-(BUS1-PadB11)") + (net 253 "Net-(BUS1-PadB14)") + (net 254 "Net-(BUS1-PadB60)") + (net 255 "Net-(BUS1-PadA1)") + (net 256 "Net-(BUS1-PadA3)") + (net 257 "Net-(BUS1-PadA7)") + (net 258 "Net-(BUS1-PadA9)") + (net 259 "Net-(BUS1-PadA11)") + (net 260 "Net-(BUS1-PadA14)") + (net 261 "Net-(BUS1-PadA19)") + (net 262 "Net-(BUS1-PadA40)") + (net 263 "Net-(BUS1-PadA41)") + (net 264 "Net-(BUS1-PadA60)") + (net 265 "Net-(C1-Pad1)") + (net 266 "Net-(C1-Pad2)") + (net 267 "Net-(C3-Pad1)") + (net 268 "Net-(C4-Pad1)") + (net 269 /ESVIDEO-RVB/RED_IN) + (net 270 "Net-(C5-Pad1)") + (net 271 "Net-(C5-Pad2)") + (net 272 "Net-(C6-Pad1)") + (net 273 "Net-(C7-Pad1)") + (net 274 "Net-(C8-Pad1)") + (net 275 "Net-(C8-Pad2)") + (net 276 "Net-(C16-Pad1)") + (net 277 "Net-(C32-Pad2)") + (net 278 "Net-(C34-Pad2)") + (net 279 "Net-(C35-Pad2)") + (net 280 "Net-(C36-Pad1)") + (net 281 "Net-(C36-Pad2)") + (net 282 "Net-(C39-Pad1)") + (net 283 "Net-(C39-Pad2)") + (net 284 "Net-(C40-Pad1)") + (net 285 "Net-(C40-Pad2)") + (net 286 "Net-(C41-Pad1)") + (net 287 "Net-(C41-Pad2)") + (net 288 "Net-(C43-Pad1)") + (net 289 "Net-(C44-Pad1)") + (net 290 "Net-(C45-Pad1)") + (net 291 "Net-(C46-Pad1)") + (net 292 "Net-(C48-Pad2)") + (net 293 "Net-(C49-Pad1)") + (net 294 "Net-(C54-Pad1)") + (net 295 "Net-(C58-Pad1)") + (net 296 "Net-(C59-Pad1)") + (net 297 "Net-(C60-Pad1)") + (net 298 "Net-(C61-Pad1)") + (net 299 "Net-(C61-Pad2)") + (net 300 "Net-(C65-Pad2)") + (net 301 "Net-(C66-Pad2)") + (net 302 "Net-(CV1-Pad1)") + (net 303 "Net-(D6-Pad1)") + (net 304 "Net-(L1-Pad1)") + (net 305 "Net-(L6-Pad1)") + (net 306 "Net-(L6-Pad2)") + (net 307 "Net-(P4-Pad1)") + (net 308 "Net-(P9-Pad1)") + (net 309 "Net-(P10-Pad1)") + (net 310 "Net-(P11-Pad1)") + (net 311 "Net-(POT1-Pad1)") + (net 312 "Net-(Q1-Pad1)") + (net 313 "Net-(Q1-Pad2)") + (net 314 "Net-(Q2-Pad1)") + (net 315 "Net-(Q2-Pad2)") + (net 316 "Net-(Q3-Pad1)") + (net 317 "Net-(Q3-Pad2)") + (net 318 "Net-(R4-Pad1)") + (net 319 "Net-(R5-Pad1)") + (net 320 "Net-(R6-Pad1)") + (net 321 "Net-(R7-Pad1)") + (net 322 "Net-(R9-Pad2)") + (net 323 "Net-(R10-Pad2)") + (net 324 "Net-(R19-Pad2)") + (net 325 "Net-(R27-Pad1)") + (net 326 "Net-(R28-Pad2)") + (net 327 "Net-(R29-Pad2)") + (net 328 /graphic/CSYNC-OUT) + (net 329 "Net-(R36-Pad2)") + (net 330 "Net-(R38-Pad1)") + (net 331 /buspci.sch/SELECT-) + (net 332 /buspci.sch/WR-) + (net 333 /buspci.sch/RD-) + (net 334 /buspci.sch/PTADR-) + (net 335 /ESVIDEO-RVB/DPC3) + (net 336 /ESVIDEO-RVB/DPC6) + (net 337 /graphic/ACCES_RAM-) + (net 338 /ESVIDEO-RVB/CSYNCIN-) + (net 339 /ESVIDEO-RVB/PCA1) + (net 340 /ESVIDEO-RVB/RDCAD-) + (net 341 /ESVIDEO-RVB/WRCAD-) + (net 342 /ESVIDEO-RVB/TVB7) + (net 343 /ESVIDEO-RVB/TVB6) + (net 344 /ESVIDEO-RVB/TVB5) + (net 345 /ESVIDEO-RVB/TVB4) + (net 346 /ESVIDEO-RVB/TVB1) + (net 347 /ESVIDEO-RVB/TVB0) + (net 348 /ESVIDEO-RVB/TVG7) + (net 349 /ESVIDEO-RVB/TVG6) + (net 350 /ESVIDEO-RVB/CLAMP) + (net 351 /ESVIDEO-RVB/TVR4) + (net 352 /ESVIDEO-RVB/TVR3) + (net 353 "Net-(U8-Pad58)") + (net 354 "Net-(U8-Pad60)") + (net 355 "Net-(U8-Pad62)") + (net 356 /ESVIDEO-RVB/BLANK-) + (net 357 /ESVIDEO-RVB/TVI0) + (net 358 /ESVIDEO-RVB/TVI1) + (net 359 /ESVIDEO-RVB/WRCDA-) + (net 360 /ESVIDEO-RVB/OE_PAL-) + (net 361 /graphic/VD_PAL-) + (net 362 /graphic/HD_PAL-) + (net 363 /graphic/F_PALIN) + (net 364 /buspci.sch/BE-3) + (net 365 /buspci.sch/BE-2) + (net 366 /buspci.sch/BE-1) + (net 367 /buspci.sch/ADR5) + (net 368 /buspci.sch/ADR4) + (net 369 /buspci.sch/ADR3) + (net 370 /buspci.sch/ADR2) + (net 371 /buspci.sch/PTNUM1) + (net 372 /buspci.sch/IRQ-) + (net 373 /buspci.sch/BE-0) + (net 374 /buspci.sch/RDEMPTY) + (net 375 /buspci.sch/PTWR) + (net 376 /buspci.sch/PTBURST-) + (net 377 /buspci.sch/PTBE-0) + (net 378 /buspci.sch/PTBE-2) + (net 379 /buspci.sch/PTBE-3) + (net 380 /RAMS/CAS1-) + (net 381 /RAMS/RAS7-) + (net 382 /RAMS/RAS6-) + (net 383 /RAMS/RAS4-) + (net 384 /RAMS/RAS2-) + (net 385 /RAMS/RAS1-) + (net 386 /RAMS/RAS0-) + (net 387 "Net-(U20-Pad23)") + (net 388 /graphic/ACQ_ON) + (net 389 /graphic/X_DONE) + + (net_class Default "This is the default net class." + (clearance 0.2032) + (trace_width 0.2032) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net /ESVIDEO-RVB/BLANK-) + (add_net /ESVIDEO-RVB/BLUE) + (add_net /ESVIDEO-RVB/BLUE_IN) + (add_net /ESVIDEO-RVB/CLAMP) + (add_net /ESVIDEO-RVB/CSYNCIN-) + (add_net /ESVIDEO-RVB/DPC0) + (add_net /ESVIDEO-RVB/DPC1) + (add_net /ESVIDEO-RVB/DPC2) + (add_net /ESVIDEO-RVB/DPC3) + (add_net /ESVIDEO-RVB/DPC4) + (add_net /ESVIDEO-RVB/DPC5) + (add_net /ESVIDEO-RVB/DPC6) + (add_net /ESVIDEO-RVB/DPC7) + (add_net /ESVIDEO-RVB/GREEN) + (add_net /ESVIDEO-RVB/GREEN_IN) + (add_net /ESVIDEO-RVB/OE_PAL-) + (add_net /ESVIDEO-RVB/OE_RVB-) + (add_net /ESVIDEO-RVB/PCA0) + (add_net /ESVIDEO-RVB/PCA1) + (add_net /ESVIDEO-RVB/PCA2) + (add_net /ESVIDEO-RVB/RDCAD-) + (add_net /ESVIDEO-RVB/RDCDA-) + (add_net /ESVIDEO-RVB/RED_IN) + (add_net /ESVIDEO-RVB/REF+) + (add_net /ESVIDEO-RVB/TVB0) + (add_net /ESVIDEO-RVB/TVB1) + (add_net /ESVIDEO-RVB/TVB2) + (add_net /ESVIDEO-RVB/TVB3) + (add_net /ESVIDEO-RVB/TVB4) + (add_net /ESVIDEO-RVB/TVB5) + (add_net /ESVIDEO-RVB/TVB6) + (add_net /ESVIDEO-RVB/TVB7) + (add_net /ESVIDEO-RVB/TVG0) + (add_net /ESVIDEO-RVB/TVG1) + (add_net /ESVIDEO-RVB/TVG2) + (add_net /ESVIDEO-RVB/TVG3) + (add_net /ESVIDEO-RVB/TVG4) + (add_net /ESVIDEO-RVB/TVG5) + (add_net /ESVIDEO-RVB/TVG6) + (add_net /ESVIDEO-RVB/TVG7) + (add_net /ESVIDEO-RVB/TVI0) + (add_net /ESVIDEO-RVB/TVI1) + (add_net /ESVIDEO-RVB/TVR0) + (add_net /ESVIDEO-RVB/TVR1) + (add_net /ESVIDEO-RVB/TVR2) + (add_net /ESVIDEO-RVB/TVR3) + (add_net /ESVIDEO-RVB/TVR4) + (add_net /ESVIDEO-RVB/TVR5) + (add_net /ESVIDEO-RVB/TVR6) + (add_net /ESVIDEO-RVB/TVR7) + (add_net /ESVIDEO-RVB/VAA) + (add_net /ESVIDEO-RVB/WRCAD-) + (add_net /ESVIDEO-RVB/WRCDA-) + (add_net /RAMS/CAS0-) + (add_net /RAMS/CAS1-) + (add_net /RAMS/CAS2-) + (add_net /RAMS/CAS3-) + (add_net /RAMS/MXA0) + (add_net /RAMS/MXA1) + (add_net /RAMS/MXA10) + (add_net /RAMS/MXA2) + (add_net /RAMS/MXA3) + (add_net /RAMS/MXA4) + (add_net /RAMS/MXA5) + (add_net /RAMS/MXA6) + (add_net /RAMS/MXA7) + (add_net /RAMS/MXA8) + (add_net /RAMS/MXA9) + (add_net /RAMS/RAS0-) + (add_net /RAMS/RAS1-) + (add_net /RAMS/RAS2-) + (add_net /RAMS/RAS3-) + (add_net /RAMS/RAS4-) + (add_net /RAMS/RAS5-) + (add_net /RAMS/RAS6-) + (add_net /RAMS/RAS7-) + (add_net /RAMS/TVRAM0) + (add_net /RAMS/TVRAM1) + (add_net /RAMS/TVRAM10) + (add_net /RAMS/TVRAM11) + (add_net /RAMS/TVRAM12) + (add_net /RAMS/TVRAM13) + (add_net /RAMS/TVRAM14) + (add_net /RAMS/TVRAM15) + (add_net /RAMS/TVRAM16) + (add_net /RAMS/TVRAM17) + (add_net /RAMS/TVRAM18) + (add_net /RAMS/TVRAM19) + (add_net /RAMS/TVRAM2) + (add_net /RAMS/TVRAM20) + (add_net /RAMS/TVRAM21) + (add_net /RAMS/TVRAM22) + (add_net /RAMS/TVRAM23) + (add_net /RAMS/TVRAM24) + (add_net /RAMS/TVRAM25) + (add_net /RAMS/TVRAM26) + (add_net /RAMS/TVRAM27) + (add_net /RAMS/TVRAM28) + (add_net /RAMS/TVRAM29) + (add_net /RAMS/TVRAM3) + (add_net /RAMS/TVRAM30) + (add_net /RAMS/TVRAM31) + (add_net /RAMS/TVRAM4) + (add_net /RAMS/TVRAM5) + (add_net /RAMS/TVRAM6) + (add_net /RAMS/TVRAM7) + (add_net /RAMS/TVRAM8) + (add_net /RAMS/TVRAM9) + (add_net /RAMS/WRAM-) + (add_net /buspci.sch/ADR2) + (add_net /buspci.sch/ADR3) + (add_net /buspci.sch/ADR4) + (add_net /buspci.sch/ADR5) + (add_net /buspci.sch/ADR6) + (add_net /buspci.sch/BE-0) + (add_net /buspci.sch/BE-1) + (add_net /buspci.sch/BE-2) + (add_net /buspci.sch/BE-3) + (add_net /buspci.sch/BPCLK) + (add_net /buspci.sch/EA1) + (add_net /buspci.sch/EA10) + (add_net /buspci.sch/EA11) + (add_net /buspci.sch/EA12) + (add_net /buspci.sch/EA13) + (add_net /buspci.sch/EA14) + (add_net /buspci.sch/EA15) + (add_net /buspci.sch/EA2) + (add_net /buspci.sch/EA3) + (add_net /buspci.sch/EA4) + (add_net /buspci.sch/EA5) + (add_net /buspci.sch/EA6) + (add_net /buspci.sch/EA7) + (add_net /buspci.sch/EA9) + (add_net /buspci.sch/EQ0) + (add_net /buspci.sch/EQ1) + (add_net /buspci.sch/EQ2) + (add_net /buspci.sch/EQ3) + (add_net /buspci.sch/EQ4) + (add_net /buspci.sch/EQ5) + (add_net /buspci.sch/EQ6) + (add_net /buspci.sch/EQ7) + (add_net /buspci.sch/IRQ-) + (add_net /buspci.sch/PTADR-) + (add_net /buspci.sch/PTATN-) + (add_net /buspci.sch/PTBE-0) + (add_net /buspci.sch/PTBE-1) + (add_net /buspci.sch/PTBE-2) + (add_net /buspci.sch/PTBE-3) + (add_net /buspci.sch/PTBURST-) + (add_net /buspci.sch/PTNUM0) + (add_net /buspci.sch/PTNUM1) + (add_net /buspci.sch/PTRDY-) + (add_net /buspci.sch/PTWR) + (add_net /buspci.sch/P_AD0) + (add_net /buspci.sch/P_AD1) + (add_net /buspci.sch/P_AD10) + (add_net /buspci.sch/P_AD11) + (add_net /buspci.sch/P_AD12) + (add_net /buspci.sch/P_AD13) + (add_net /buspci.sch/P_AD14) + (add_net /buspci.sch/P_AD15) + (add_net /buspci.sch/P_AD16) + (add_net /buspci.sch/P_AD17) + (add_net /buspci.sch/P_AD18) + (add_net /buspci.sch/P_AD19) + (add_net /buspci.sch/P_AD2) + (add_net /buspci.sch/P_AD20) + (add_net /buspci.sch/P_AD21) + (add_net /buspci.sch/P_AD22) + (add_net /buspci.sch/P_AD23) + (add_net /buspci.sch/P_AD24) + (add_net /buspci.sch/P_AD25) + (add_net /buspci.sch/P_AD26) + (add_net /buspci.sch/P_AD27) + (add_net /buspci.sch/P_AD28) + (add_net /buspci.sch/P_AD29) + (add_net /buspci.sch/P_AD3) + (add_net /buspci.sch/P_AD30) + (add_net /buspci.sch/P_AD31) + (add_net /buspci.sch/P_AD4) + (add_net /buspci.sch/P_AD5) + (add_net /buspci.sch/P_AD6) + (add_net /buspci.sch/P_AD7) + (add_net /buspci.sch/P_AD8) + (add_net /buspci.sch/P_AD9) + (add_net /buspci.sch/P_C/BE0#) + (add_net /buspci.sch/P_C/BE1#) + (add_net /buspci.sch/P_C/BE2#) + (add_net /buspci.sch/P_C/BE3#) + (add_net /buspci.sch/P_CLK) + (add_net /buspci.sch/P_DEVSEL#) + (add_net /buspci.sch/P_FRAME#) + (add_net /buspci.sch/P_GNT#) + (add_net /buspci.sch/P_IDSEL) + (add_net /buspci.sch/P_INTA#) + (add_net /buspci.sch/P_IRDY#) + (add_net /buspci.sch/P_LOCK#) + (add_net /buspci.sch/P_PAR) + (add_net /buspci.sch/P_PERR#) + (add_net /buspci.sch/P_REQ#) + (add_net /buspci.sch/P_RST#) + (add_net /buspci.sch/P_SERR#) + (add_net /buspci.sch/P_STOP#) + (add_net /buspci.sch/P_TRDY#) + (add_net /buspci.sch/RD-) + (add_net /buspci.sch/RDEMPTY) + (add_net /buspci.sch/RDFIFO-) + (add_net /buspci.sch/SELECT-) + (add_net /buspci.sch/WR-) + (add_net /buspci.sch/WRFIFO-) + (add_net /buspci.sch/WRFULL) + (add_net /buspci.sch/X_IRQ) + (add_net /graphic/14MHZOUT) + (add_net /graphic/ACCES_RAM-) + (add_net /graphic/ACQ_ON) + (add_net /graphic/BT812_RD-) + (add_net /graphic/BT812_WR-) + (add_net /graphic/CADCLK) + (add_net /graphic/CCLK) + (add_net /graphic/CDACLK) + (add_net /graphic/CLK10MHz) + (add_net /graphic/CSIO-) + (add_net /graphic/CSYNC-OUT) + (add_net /graphic/DIN) + (add_net /graphic/DONE) + (add_net /graphic/F_PALIN) + (add_net /graphic/HDOUT) + (add_net /graphic/HDREFOUT) + (add_net /graphic/HD_PAL-) + (add_net /graphic/IA0) + (add_net /graphic/IA1) + (add_net /graphic/IA2) + (add_net /graphic/IA3) + (add_net /graphic/IA4) + (add_net /graphic/IA5) + (add_net /graphic/IA6) + (add_net /graphic/IA7) + (add_net /graphic/IA8) + (add_net /graphic/IA9) + (add_net /graphic/ICAS-) + (add_net /graphic/ID0) + (add_net /graphic/ID1) + (add_net /graphic/ID2) + (add_net /graphic/ID3) + (add_net /graphic/IOE-) + (add_net /graphic/IRAS-) + (add_net /graphic/IRQ_SLR) + (add_net /graphic/IWR-) + (add_net /graphic/LED) + (add_net /graphic/PROG*) + (add_net /graphic/RESERV1) + (add_net /graphic/VD_PAL-) + (add_net /graphic/VOSC) + (add_net /graphic/XTAL_I) + (add_net /graphic/X_CLK) + (add_net /graphic/X_DIN) + (add_net /graphic/X_DONE) + (add_net /graphic/X_PROG-) + (add_net /modul/BLEU) + (add_net /modul/CHROM) + (add_net /modul/COUT) + (add_net /modul/CVBS) + (add_net /modul/CVBSOUT) + (add_net /modul/LUM) + (add_net /modul/YOUT) + (add_net /muxdata/DATA_WR) + (add_net /muxdata/DPC10) + (add_net /muxdata/DPC11) + (add_net /muxdata/DPC12) + (add_net /muxdata/DPC13) + (add_net /muxdata/DPC14) + (add_net /muxdata/DPC15) + (add_net /muxdata/DPC16) + (add_net /muxdata/DPC17) + (add_net /muxdata/DPC18) + (add_net /muxdata/DPC19) + (add_net /muxdata/DPC20) + (add_net /muxdata/DPC21) + (add_net /muxdata/DPC22) + (add_net /muxdata/DPC23) + (add_net /muxdata/DPC24) + (add_net /muxdata/DPC25) + (add_net /muxdata/DPC26) + (add_net /muxdata/DPC27) + (add_net /muxdata/DPC28) + (add_net /muxdata/DPC29) + (add_net /muxdata/DPC30) + (add_net /muxdata/DPC31) + (add_net /muxdata/DPC8) + (add_net /muxdata/DPC9) + (add_net /muxdata/X_DIN) + (add_net /pal-ntsc.sch/C-VIDEO) + (add_net /pal-ntsc.sch/RESET-) + (add_net /pal-ntsc.sch/VAF) + (add_net /pal-ntsc.sch/Y-VIDEO) + (add_net /pal-ntsc.sch/Y_SYNC) + (add_net GND) + (add_net "Net-(BUS1-PadA1)") + (add_net "Net-(BUS1-PadA11)") + (add_net "Net-(BUS1-PadA14)") + (add_net "Net-(BUS1-PadA19)") + (add_net "Net-(BUS1-PadA3)") + (add_net "Net-(BUS1-PadA4)") + (add_net "Net-(BUS1-PadA40)") + (add_net "Net-(BUS1-PadA41)") + (add_net "Net-(BUS1-PadA60)") + (add_net "Net-(BUS1-PadA7)") + (add_net "Net-(BUS1-PadA9)") + (add_net "Net-(BUS1-PadB1)") + (add_net "Net-(BUS1-PadB10)") + (add_net "Net-(BUS1-PadB11)") + (add_net "Net-(BUS1-PadB14)") + (add_net "Net-(BUS1-PadB2)") + (add_net "Net-(BUS1-PadB60)") + (add_net "Net-(BUS1-PadB7)") + (add_net "Net-(BUS1-PadB8)") + (add_net "Net-(BUS1-PadB9)") + (add_net "Net-(C1-Pad1)") + (add_net "Net-(C1-Pad2)") + (add_net "Net-(C16-Pad1)") + (add_net "Net-(C3-Pad1)") + (add_net "Net-(C32-Pad2)") + (add_net "Net-(C34-Pad2)") + (add_net "Net-(C35-Pad2)") + (add_net "Net-(C36-Pad1)") + (add_net "Net-(C36-Pad2)") + (add_net "Net-(C39-Pad1)") + (add_net "Net-(C39-Pad2)") + (add_net "Net-(C4-Pad1)") + (add_net "Net-(C40-Pad1)") + (add_net "Net-(C40-Pad2)") + (add_net "Net-(C41-Pad1)") + (add_net "Net-(C41-Pad2)") + (add_net "Net-(C43-Pad1)") + (add_net "Net-(C44-Pad1)") + (add_net "Net-(C45-Pad1)") + (add_net "Net-(C46-Pad1)") + (add_net "Net-(C48-Pad2)") + (add_net "Net-(C49-Pad1)") + (add_net "Net-(C5-Pad1)") + (add_net "Net-(C5-Pad2)") + (add_net "Net-(C54-Pad1)") + (add_net "Net-(C58-Pad1)") + (add_net "Net-(C59-Pad1)") + (add_net "Net-(C6-Pad1)") + (add_net "Net-(C60-Pad1)") + (add_net "Net-(C61-Pad1)") + (add_net "Net-(C61-Pad2)") + (add_net "Net-(C65-Pad2)") + (add_net "Net-(C66-Pad2)") + (add_net "Net-(C7-Pad1)") + (add_net "Net-(C8-Pad1)") + (add_net "Net-(C8-Pad2)") + (add_net "Net-(CV1-Pad1)") + (add_net "Net-(D6-Pad1)") + (add_net "Net-(L1-Pad1)") + (add_net "Net-(L6-Pad1)") + (add_net "Net-(L6-Pad2)") + (add_net "Net-(P10-Pad1)") + (add_net "Net-(P11-Pad1)") + (add_net "Net-(P4-Pad1)") + (add_net "Net-(P9-Pad1)") + (add_net "Net-(POT1-Pad1)") + (add_net "Net-(Q1-Pad1)") + (add_net "Net-(Q1-Pad2)") + (add_net "Net-(Q2-Pad1)") + (add_net "Net-(Q2-Pad2)") + (add_net "Net-(Q3-Pad1)") + (add_net "Net-(Q3-Pad2)") + (add_net "Net-(R10-Pad2)") + (add_net "Net-(R19-Pad2)") + (add_net "Net-(R27-Pad1)") + (add_net "Net-(R28-Pad2)") + (add_net "Net-(R29-Pad2)") + (add_net "Net-(R36-Pad2)") + (add_net "Net-(R38-Pad1)") + (add_net "Net-(R4-Pad1)") + (add_net "Net-(R5-Pad1)") + (add_net "Net-(R6-Pad1)") + (add_net "Net-(R7-Pad1)") + (add_net "Net-(R9-Pad2)") + (add_net "Net-(U20-Pad23)") + (add_net "Net-(U8-Pad58)") + (add_net "Net-(U8-Pad60)") + (add_net "Net-(U8-Pad62)") + (add_net VCC) + ) + + (net_class pwr "" + (clearance 0.2286) + (trace_width 0.2286) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + (add_net +12V) + (add_net +3.3V) + (add_net +5F) + ) + + (module connect:BUSPCI locked (layer Composant) (tedit 54017FA7) (tstamp 269C6109) + (at 158.115 158.75) + (descr "Connecteur Bus PCI") + (tags "PCI CONN") + (path /4BF03687/269C6109) + (fp_text reference BUS1 (at -35.941 -4.699) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_text value BUSPCI_5V (at -5.842 -4.699) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.2032))) + ) + (fp_line (start -63.754 -3.81) (end -63.754 4.445) (layer F.SilkS) (width 0.2032)) + (fp_line (start -63.754 4.445) (end -0.889 4.445) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.889 4.445) (end -0.889 -3.81) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.889 -3.81) (end 0.889 -3.81) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.889 -3.81) (end 0.889 4.445) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.889 4.445) (end 15.494 4.445) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.494 4.445) (end 15.494 -3.81) (layer F.SilkS) (width 0.2032)) + (pad B1 connect rect (at -62.865 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 244 "Net-(BUS1-PadB1)")) + (pad B2 connect rect (at -61.595 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 245 "Net-(BUS1-PadB2)")) + (pad B3 connect rect (at -60.325 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B4 connect rect (at -59.055 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 246 "Net-(BUS1-PadA4)")) + (pad B5 connect rect (at -57.785 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 247 VCC)) + (pad B6 connect rect (at -56.515 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 247 VCC)) + (pad B7 connect rect (at -55.245 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 248 "Net-(BUS1-PadB7)")) + (pad B8 connect rect (at -53.975 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 249 "Net-(BUS1-PadB8)")) + (pad B9 connect rect (at -52.705 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 250 "Net-(BUS1-PadB9)")) + (pad B10 connect rect (at -51.435 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 251 "Net-(BUS1-PadB10)")) + (pad B11 connect rect (at -50.165 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 252 "Net-(BUS1-PadB11)")) + (pad B12 connect rect (at -48.895 -0.254) (size 1.016 4.572) (layers Composant F.Mask)) + (pad B13 connect rect (at -47.625 -0.254) (size 1.016 4.572) (layers Composant F.Mask)) + (pad B14 connect rect (at -46.355 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 253 "Net-(BUS1-PadB14)")) + (pad B15 connect rect (at -45.085 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B16 connect rect (at -43.815 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 147 /buspci.sch/P_CLK)) + (pad B17 connect rect (at -42.545 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B18 connect rect (at -41.275 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 157 /buspci.sch/P_REQ#)) + (pad B19 connect rect (at -40.005 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 247 VCC)) + (pad B20 connect rect (at -38.735 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 136 /buspci.sch/P_AD31)) + (pad B21 connect rect (at -37.465 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 133 /buspci.sch/P_AD29)) + (pad B22 connect rect (at -36.195 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B23 connect rect (at -34.925 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 131 /buspci.sch/P_AD27)) + (pad B24 connect rect (at -33.655 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 129 /buspci.sch/P_AD25)) + (pad B25 connect rect (at -32.385 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B26 connect rect (at -31.115 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 146 /buspci.sch/P_C/BE3#)) + (pad B27 connect rect (at -29.845 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 127 /buspci.sch/P_AD23)) + (pad B28 connect rect (at -28.575 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B29 connect rect (at -27.305 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 125 /buspci.sch/P_AD21)) + (pad B30 connect rect (at -26.035 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 122 /buspci.sch/P_AD19)) + (pad B31 connect rect (at -24.765 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B32 connect rect (at -23.495 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 120 /buspci.sch/P_AD17)) + (pad B33 connect rect (at -22.225 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 145 /buspci.sch/P_C/BE2#)) + (pad B34 connect rect (at -20.955 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B35 connect rect (at -19.685 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 153 /buspci.sch/P_IRDY#)) + (pad B36 connect rect (at -18.415 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B37 connect rect (at -17.145 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 148 /buspci.sch/P_DEVSEL#)) + (pad B38 connect rect (at -15.875 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B39 connect rect (at -14.605 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 154 /buspci.sch/P_LOCK#)) + (pad B40 connect rect (at -13.335 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 156 /buspci.sch/P_PERR#)) + (pad B41 connect rect (at -12.065 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B42 connect rect (at -10.795 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 159 /buspci.sch/P_SERR#)) + (pad B43 connect rect (at -9.525 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B44 connect rect (at -8.255 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 144 /buspci.sch/P_C/BE1#)) + (pad B45 connect rect (at -6.985 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 117 /buspci.sch/P_AD14)) + (pad B46 connect rect (at -5.715 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B47 connect rect (at -4.445 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 115 /buspci.sch/P_AD12)) + (pad B48 connect rect (at -3.175 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 113 /buspci.sch/P_AD10)) + (pad B49 connect rect (at -1.905 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B52 connect rect (at 1.905 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 141 /buspci.sch/P_AD8)) + (pad B53 connect rect (at 3.175 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 140 /buspci.sch/P_AD7)) + (pad B54 connect rect (at 4.445 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B55 connect rect (at 5.715 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 138 /buspci.sch/P_AD5)) + (pad B56 connect rect (at 6.985 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 134 /buspci.sch/P_AD3)) + (pad B57 connect rect (at 8.255 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 243 GND)) + (pad B58 connect rect (at 9.525 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 112 /buspci.sch/P_AD1)) + (pad B59 connect rect (at 10.795 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 247 VCC)) + (pad B60 connect rect (at 12.065 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 254 "Net-(BUS1-PadB60)")) + (pad B61 connect rect (at 13.335 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 247 VCC)) + (pad B62 connect rect (at 14.605 -0.254) (size 1.016 4.572) (layers Composant F.Mask) + (net 247 VCC)) + (pad A1 connect rect (at -62.865 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 255 "Net-(BUS1-PadA1)")) + (pad A2 connect rect (at -61.595 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 1 +12V)) + (pad A3 connect rect (at -60.325 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 256 "Net-(BUS1-PadA3)")) + (pad A4 connect rect (at -59.055 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 246 "Net-(BUS1-PadA4)")) + (pad A5 connect rect (at -57.785 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A6 connect rect (at -56.515 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 152 /buspci.sch/P_INTA#)) + (pad A7 connect rect (at -55.245 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 257 "Net-(BUS1-PadA7)")) + (pad A8 connect rect (at -53.975 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A9 connect rect (at -52.705 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 258 "Net-(BUS1-PadA9)")) + (pad A10 connect rect (at -51.435 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A11 connect rect (at -50.165 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 259 "Net-(BUS1-PadA11)")) + (pad A12 connect rect (at -48.895 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask)) + (pad A13 connect rect (at -47.625 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask)) + (pad A14 connect rect (at -46.355 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 260 "Net-(BUS1-PadA14)")) + (pad A15 connect rect (at -45.085 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 158 /buspci.sch/P_RST#)) + (pad A16 connect rect (at -43.815 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A17 connect rect (at -42.545 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 150 /buspci.sch/P_GNT#)) + (pad A18 connect rect (at -41.275 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A19 connect rect (at -40.005 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 261 "Net-(BUS1-PadA19)")) + (pad A20 connect rect (at -38.735 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 135 /buspci.sch/P_AD30)) + (pad A21 connect rect (at -37.465 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A22 connect rect (at -36.195 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 132 /buspci.sch/P_AD28)) + (pad A23 connect rect (at -34.925 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 130 /buspci.sch/P_AD26)) + (pad A24 connect rect (at -33.655 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A25 connect rect (at -32.385 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 128 /buspci.sch/P_AD24)) + (pad A26 connect rect (at -31.115 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 151 /buspci.sch/P_IDSEL)) + (pad A27 connect rect (at -29.845 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A28 connect rect (at -28.575 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 126 /buspci.sch/P_AD22)) + (pad A29 connect rect (at -27.305 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 124 /buspci.sch/P_AD20)) + (pad A30 connect rect (at -26.035 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A31 connect rect (at -24.765 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 121 /buspci.sch/P_AD18)) + (pad A32 connect rect (at -23.495 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 119 /buspci.sch/P_AD16)) + (pad A33 connect rect (at -22.225 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A34 connect rect (at -20.955 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 149 /buspci.sch/P_FRAME#)) + (pad A35 connect rect (at -19.685 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A36 connect rect (at -18.415 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 161 /buspci.sch/P_TRDY#)) + (pad A37 connect rect (at -17.145 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A38 connect rect (at -15.875 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 160 /buspci.sch/P_STOP#)) + (pad A39 connect rect (at -14.605 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A40 connect rect (at -13.335 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 262 "Net-(BUS1-PadA40)")) + (pad A41 connect rect (at -12.065 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 263 "Net-(BUS1-PadA41)")) + (pad A42 connect rect (at -10.795 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A43 connect rect (at -9.525 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 155 /buspci.sch/P_PAR)) + (pad A44 connect rect (at -8.255 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 118 /buspci.sch/P_AD15)) + (pad A45 connect rect (at -6.985 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A46 connect rect (at -5.715 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 116 /buspci.sch/P_AD13)) + (pad A47 connect rect (at -4.445 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 114 /buspci.sch/P_AD11)) + (pad A48 connect rect (at -3.175 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A49 connect rect (at -1.905 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 142 /buspci.sch/P_AD9)) + (pad A52 connect rect (at 1.905 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 143 /buspci.sch/P_C/BE0#)) + (pad A53 connect rect (at 3.175 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A54 connect rect (at 4.445 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 139 /buspci.sch/P_AD6)) + (pad A55 connect rect (at 5.715 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 137 /buspci.sch/P_AD4)) + (pad A56 connect rect (at 6.985 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A57 connect rect (at 8.255 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 123 /buspci.sch/P_AD2)) + (pad A58 connect rect (at 9.525 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 111 /buspci.sch/P_AD0)) + (pad A59 connect rect (at 10.795 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A60 connect rect (at 12.065 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 264 "Net-(BUS1-PadA60)")) + (pad A61 connect rect (at 13.335 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A62 connect rect (at 14.605 -0.254) (size 1.016 4.572) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad B2 connect rect (at -61.595 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 245 "Net-(BUS1-PadB2)")) + (pad B3 connect rect (at -60.325 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B4 connect rect (at -59.055 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 246 "Net-(BUS1-PadA4)")) + (pad B5 connect rect (at -57.785 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 247 VCC)) + (pad B6 connect rect (at -56.515 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 247 VCC)) + (pad B7 connect rect (at -55.245 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 248 "Net-(BUS1-PadB7)")) + (pad B8 connect rect (at -53.975 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 249 "Net-(BUS1-PadB8)")) + (pad B9 connect rect (at -52.705 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 250 "Net-(BUS1-PadB9)")) + (pad B10 connect rect (at -51.435 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 251 "Net-(BUS1-PadB10)")) + (pad B11 connect rect (at -50.165 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 252 "Net-(BUS1-PadB11)")) + (pad B12 connect rect (at -48.895 2.413) (size 0.508 0.762) (layers Composant F.Mask)) + (pad B13 connect rect (at -47.625 2.413) (size 0.508 0.762) (layers Composant F.Mask)) + (pad B14 connect rect (at -46.355 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 253 "Net-(BUS1-PadB14)")) + (pad B15 connect rect (at -45.085 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B16 connect rect (at -43.815 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 147 /buspci.sch/P_CLK)) + (pad B17 connect rect (at -42.545 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B18 connect rect (at -41.275 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 157 /buspci.sch/P_REQ#)) + (pad B19 connect rect (at -40.005 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 247 VCC)) + (pad B20 connect rect (at -38.735 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 136 /buspci.sch/P_AD31)) + (pad B21 connect rect (at -37.465 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 133 /buspci.sch/P_AD29)) + (pad B22 connect rect (at -36.195 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B23 connect rect (at -34.925 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 131 /buspci.sch/P_AD27)) + (pad B24 connect rect (at -33.655 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 129 /buspci.sch/P_AD25)) + (pad B25 connect rect (at -32.385 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B26 connect rect (at -31.115 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 146 /buspci.sch/P_C/BE3#)) + (pad B27 connect rect (at -29.845 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 127 /buspci.sch/P_AD23)) + (pad B28 connect rect (at -28.575 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B29 connect rect (at -27.305 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 125 /buspci.sch/P_AD21)) + (pad B30 connect rect (at -26.035 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 122 /buspci.sch/P_AD19)) + (pad B31 connect rect (at -24.765 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B32 connect rect (at -23.495 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 120 /buspci.sch/P_AD17)) + (pad B33 connect rect (at -22.225 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 145 /buspci.sch/P_C/BE2#)) + (pad B34 connect rect (at -20.955 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B35 connect rect (at -19.685 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 153 /buspci.sch/P_IRDY#)) + (pad B36 connect rect (at -18.415 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B37 connect rect (at -17.145 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 148 /buspci.sch/P_DEVSEL#)) + (pad B38 connect rect (at -15.875 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B39 connect rect (at -14.605 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 154 /buspci.sch/P_LOCK#)) + (pad B40 connect rect (at -13.335 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 156 /buspci.sch/P_PERR#)) + (pad B41 connect rect (at -12.065 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B42 connect rect (at -10.795 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 159 /buspci.sch/P_SERR#)) + (pad B43 connect rect (at -9.525 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B44 connect rect (at -8.255 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 144 /buspci.sch/P_C/BE1#)) + (pad B45 connect rect (at -6.985 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 117 /buspci.sch/P_AD14)) + (pad B46 connect rect (at -5.715 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B47 connect rect (at -4.445 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 115 /buspci.sch/P_AD12)) + (pad B48 connect rect (at -3.175 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 113 /buspci.sch/P_AD10)) + (pad B49 connect rect (at -1.905 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B52 connect rect (at 1.905 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 141 /buspci.sch/P_AD8)) + (pad B53 connect rect (at 3.175 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 140 /buspci.sch/P_AD7)) + (pad B54 connect rect (at 4.445 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 2 +3.3V)) + (pad B55 connect rect (at 5.715 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 138 /buspci.sch/P_AD5)) + (pad B56 connect rect (at 6.985 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 134 /buspci.sch/P_AD3)) + (pad B57 connect rect (at 8.255 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 243 GND)) + (pad B58 connect rect (at 9.525 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 112 /buspci.sch/P_AD1)) + (pad B59 connect rect (at 10.795 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 247 VCC)) + (pad B60 connect rect (at 12.065 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 254 "Net-(BUS1-PadB60)")) + (pad B61 connect rect (at 13.335 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 247 VCC)) + (pad B62 connect rect (at 14.605 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 247 VCC)) + (pad B1 connect rect (at -62.865 2.413) (size 0.508 0.762) (layers Composant F.Mask) + (net 244 "Net-(BUS1-PadB1)")) + (pad A1 connect rect (at -62.865 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 255 "Net-(BUS1-PadA1)")) + (pad A2 connect rect (at -61.595 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 1 +12V)) + (pad A3 connect rect (at -60.325 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 256 "Net-(BUS1-PadA3)")) + (pad A4 connect rect (at -59.055 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 246 "Net-(BUS1-PadA4)")) + (pad A5 connect rect (at -57.785 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A6 connect rect (at -56.515 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 152 /buspci.sch/P_INTA#)) + (pad A7 connect rect (at -55.245 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 257 "Net-(BUS1-PadA7)")) + (pad A8 connect rect (at -53.975 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A9 connect rect (at -52.705 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 258 "Net-(BUS1-PadA9)")) + (pad A10 connect rect (at -51.435 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A11 connect rect (at -50.165 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 259 "Net-(BUS1-PadA11)")) + (pad A12 connect rect (at -48.895 2.413) (size 0.508 0.762) (layers Cuivre B.Mask)) + (pad A13 connect rect (at -47.625 2.413) (size 0.508 0.762) (layers Cuivre B.Mask)) + (pad A14 connect rect (at -46.355 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 260 "Net-(BUS1-PadA14)")) + (pad A15 connect rect (at -45.085 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 158 /buspci.sch/P_RST#)) + (pad A16 connect rect (at -43.815 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A17 connect rect (at -42.545 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 150 /buspci.sch/P_GNT#)) + (pad A18 connect rect (at -41.275 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A19 connect rect (at -40.005 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 261 "Net-(BUS1-PadA19)")) + (pad A20 connect rect (at -38.735 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 135 /buspci.sch/P_AD30)) + (pad A21 connect rect (at -37.465 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A22 connect rect (at -36.195 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 132 /buspci.sch/P_AD28)) + (pad A23 connect rect (at -34.925 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 130 /buspci.sch/P_AD26)) + (pad A24 connect rect (at -33.655 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A25 connect rect (at -32.385 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 128 /buspci.sch/P_AD24)) + (pad A26 connect rect (at -31.115 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 151 /buspci.sch/P_IDSEL)) + (pad A27 connect rect (at -29.845 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A28 connect rect (at -28.575 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 126 /buspci.sch/P_AD22)) + (pad A29 connect rect (at -27.305 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 124 /buspci.sch/P_AD20)) + (pad A30 connect rect (at -26.035 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A31 connect rect (at -24.765 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 121 /buspci.sch/P_AD18)) + (pad A32 connect rect (at -23.495 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 119 /buspci.sch/P_AD16)) + (pad A33 connect rect (at -22.225 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A34 connect rect (at -20.955 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 149 /buspci.sch/P_FRAME#)) + (pad A35 connect rect (at -19.685 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A36 connect rect (at -18.415 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 161 /buspci.sch/P_TRDY#)) + (pad A37 connect rect (at -17.145 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A38 connect rect (at -15.875 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 160 /buspci.sch/P_STOP#)) + (pad A39 connect rect (at -14.605 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A40 connect rect (at -13.335 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 262 "Net-(BUS1-PadA40)")) + (pad A41 connect rect (at -12.065 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 263 "Net-(BUS1-PadA41)")) + (pad A42 connect rect (at -10.795 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A43 connect rect (at -9.525 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 155 /buspci.sch/P_PAR)) + (pad A44 connect rect (at -8.255 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 118 /buspci.sch/P_AD15)) + (pad A45 connect rect (at -6.985 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A46 connect rect (at -5.715 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 116 /buspci.sch/P_AD13)) + (pad A47 connect rect (at -4.445 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 114 /buspci.sch/P_AD11)) + (pad A48 connect rect (at -3.175 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A49 connect rect (at -1.905 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 142 /buspci.sch/P_AD9)) + (pad A52 connect rect (at 1.905 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 143 /buspci.sch/P_C/BE0#)) + (pad A53 connect rect (at 3.175 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 2 +3.3V)) + (pad A54 connect rect (at 4.445 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 139 /buspci.sch/P_AD6)) + (pad A55 connect rect (at 5.715 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 137 /buspci.sch/P_AD4)) + (pad A56 connect rect (at 6.985 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 243 GND)) + (pad A57 connect rect (at 8.255 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 123 /buspci.sch/P_AD2)) + (pad A58 connect rect (at 9.525 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 111 /buspci.sch/P_AD0)) + (pad A59 connect rect (at 10.795 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A60 connect rect (at 12.065 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 264 "Net-(BUS1-PadA60)")) + (pad A61 connect rect (at 13.335 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + (pad A62 connect rect (at 14.605 2.413) (size 0.508 0.762) (layers Cuivre B.Mask) + (net 247 VCC)) + ) + + (module connect:DB9FC (layer Composant) (tedit 54019107) (tstamp 7FFFFFFF) + (at 69.215 138.684 90) + (descr "Connecteur DB9 femelle couche") + (tags "CONN DB9") + (path /84DFBB8F) + (fp_text reference J4 (at 1.27 -10.16 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value DB9FEM (at 1.27 -3.81 90) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start 16.383 -15.494) (end -16.129 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -16.129 -15.494) (end -16.129 2.286) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -15.494) (end -9.017 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.017 -7.874) (end 9.271 -7.874) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.271 -7.874) (end 9.271 -15.494) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -15.494) (end -7.493 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.493 -24.13) (end 7.747 -24.13) (layer F.SilkS) (width 0.3048)) + (fp_line (start 7.747 -24.13) (end 7.747 -15.494) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 12.827 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -12.573 -1.27 90) (size 3.81 3.81) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at -5.461 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 205 /modul/BLEU)) + (pad 2 thru_hole circle (at -2.667 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 12 /ESVIDEO-RVB/GREEN)) + (pad 3 thru_hole circle (at 0 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 4 /ESVIDEO-RVB/BLUE)) + (pad 4 thru_hole circle (at 2.794 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 5 thru_hole circle (at 5.588 1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 6 thru_hole circle (at -4.064 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 7 thru_hole circle (at -1.27 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 8 thru_hole circle (at 1.397 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 207 /modul/COUT)) + (pad 9 thru_hole circle (at 4.191 -1.27 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 211 /modul/YOUT)) + (model Connect.3dshapes/DB9FC.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CAA6) + (at 358.521 58.293) + (path /4BF03681/821CDAC2) + (attr smd) + (fp_text reference C1 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 100nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 265 "Net-(C1-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 266 "Net-(C1-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CAB1) + (at 345.567 67.437 90) + (path /4BF03681/A9CA7F6B) + (attr smd) + (fp_text reference C2 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CABC) + (at 358.14 73.787 270) + (path /4BF03681/A9CA7F75) + (attr smd) + (fp_text reference C3 (at 0 0 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 100nF (at 0 0 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 267 "Net-(C3-Pad1)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 13 /ESVIDEO-RVB/GREEN_IN)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CAC7) + (at 355.981 78.105) + (path /4BF03681/A9CA7F7A) + (attr smd) + (fp_text reference C4 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 268 "Net-(C4-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 269 /ESVIDEO-RVB/RED_IN)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CAD2) + (at 346.202 97.282 270) + (path /4BF03681/A9CA7FAC) + (attr smd) + (fp_text reference C5 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 270 "Net-(C5-Pad1)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 271 "Net-(C5-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CADD) + (at 345.567 73.279 90) + (path /4BF03681/A9CA7FB1) + (attr smd) + (fp_text reference C6 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 272 "Net-(C6-Pad1)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CAE8) + (at 338.201 87.757 180) + (path /4BF03681/A9CA7FB6) + (attr smd) + (fp_text reference C7 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 273 "Net-(C7-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CAF3) + (at 349.123 58.039 180) + (path /4BF03681/B176B9C8) + (attr smd) + (fp_text reference C8 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 274 "Net-(C8-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 275 "Net-(C8-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CAFE) + (at 333.883 64.897) + (path /4BF03681/BF69A15D) + (attr smd) + (fp_text reference C9 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB09) + (at 344.297 87.757) + (path /4BF03681/BF69A162) + (attr smd) + (fp_text reference C10 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB14) + (at 319.278 69.977 90) + (path /4BF03681/BF69A167) + (attr smd) + (fp_text reference C11 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB1F) + (at 345.567 80.391 90) + (path /4BF03681/BF69A171) + (attr smd) + (fp_text reference C12 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB2A) + (at 326.009 64.643) + (path /4BF03681/BF69A176) + (attr smd) + (fp_text reference C13 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB35) + (at 324.231 81.915 90) + (path /4BF03681/BF69A17B) + (attr smd) + (fp_text reference C14 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB40) + (at 325.755 87.249) + (path /4BF03681/0939A342) + (attr smd) + (fp_text reference C15 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB4B) + (at 338.201 84.709 180) + (path /4BF03681/0F47DCB8) + (attr smd) + (fp_text reference C16 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 276 "Net-(C16-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB56) + (at 155.194 85.344 90) + (path /4BF03683/BF805547) + (attr smd) + (fp_text reference C17 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB61) + (at 157.48 74.295 270) + (path /4BF03683/BF80554C) + (attr smd) + (fp_text reference C18 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB6C) + (at 140.97 73.66 180) + (path /4BF03683/BF805551) + (attr smd) + (fp_text reference C19 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB77) + (at 130.81 73.025) + (path /4BF03683/BF805556) + (attr smd) + (fp_text reference C20 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB82) + (at 124.714 90.805) + (path /4BF03683/268A4E83) + (attr smd) + (fp_text reference C21 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB8D) + (at 127 104.14) + (path /4BF03683/268A4E88) + (attr smd) + (fp_text reference C22 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CB98) + (at 130.175 61.595) + (path /4BF03683/33A7DC91) + (attr smd) + (fp_text reference C23 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 200 /graphic/VOSC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBA3) + (at 138.049 116.84) + (path /4BF03687/26B211D9) + (attr smd) + (fp_text reference C24 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBAE) + (at 146.431 114.935 180) + (path /4BF03687/26B211E3) + (attr smd) + (fp_text reference C25 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBB9) + (at 150.622 122.936 180) + (path /4BF03687/26B211ED) + (attr smd) + (fp_text reference C26 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBC4) + (at 132.334 123.19) + (path /4BF03687/26B211F7) + (attr smd) + (fp_text reference C27 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBCF) + (at 150.241 135.89 180) + (path /4BF03687/26B21201) + (attr smd) + (fp_text reference C28 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBDA) + (at 147.066 139.7 180) + (path /4BF03687/26B2120B) + (attr smd) + (fp_text reference C29 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBE5) + (at 136.779 139.7) + (path /4BF03687/26B21215) + (attr smd) + (fp_text reference C30 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBF0) + (at 132.334 136.525) + (path /4BF03687/26B2121F) + (attr smd) + (fp_text reference C31 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CBFB) + (at 357.759 127.635 180) + (path /4BF03689/335F5DF2) + (attr smd) + (fp_text reference C32 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 277 "Net-(C32-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC06) + (at 345.313 111.76) + (path /4BF03689/84DFBA31) + (attr smd) + (fp_text reference C33 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC11) + (at 343.789 117.602) + (path /4BF03689/84DFBA36) + (attr smd) + (fp_text reference C34 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 278 "Net-(C34-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC1C) + (at 353.949 131.699) + (path /4BF03689/84DFBB21) + (attr smd) + (fp_text reference C35 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 279 "Net-(C35-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC27) + (at 313.944 120.015 270) + (path /4BF03689/A44D9848) + (attr smd) + (fp_text reference C36 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 280 "Net-(C36-Pad1)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 281 "Net-(C36-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC32) + (at 319.151 120.015 270) + (path /4BF03689/A44D984D) + (attr smd) + (fp_text reference C37 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100pF (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 281 "Net-(C36-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812L (layer Cuivre) (tedit 54019107) (tstamp 5402CC3D) + (at 149.225 132.08 180) + (tags "CMS SM") + (path /4BF03687/2820F08A) + (attr smd) + (fp_text reference C38 (at -0.62992 0 450) (layer B.SilkS) + (effects (font (size 0.889 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0.635 0 450) (layer B.SilkS) + (effects (font (size 0.889 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_circle (center -3.81 -2.032) (end -3.683 -1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.397 -1.905) (end 3.683 -1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start 3.683 -1.905) (end 3.683 1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start 3.683 1.905) (end 1.397 1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.397 1.905) (end -3.683 1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start -3.683 1.905) (end -3.683 -1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start -3.683 -1.905) (end -1.397 -1.905) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.54 0 180) (size 2.032 3.556) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 2.54 0 180) (size 2.032 3.556) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.27 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Composant) (tedit 54019107) (tstamp 5402CC49) + (at 333.248 131.699) + (tags "CMS SM") + (path /4BF03689/A44C037F) + (attr smd) + (fp_text reference C39 (at 0.127 -0.762) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_text value 1uF (at 0 0.762) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_line (start -2.794 -1.524) (end -2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.524) (end 2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 0.889 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.762 -1.524) (end -2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.594 -1.524) (end -2.594 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.524) (end -0.762 1.524) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 282 "Net-(C39-Pad1)")) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 283 "Net-(C39-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Composant) (tedit 54019107) (tstamp 5402CC55) + (at 307.086 131.699) + (tags "CMS SM") + (path /4BF03689/A44C0384) + (attr smd) + (fp_text reference C40 (at 0.127 -0.762) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_text value 1uF (at 0 0.762) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_line (start -2.794 -1.524) (end -2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.524) (end 2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 0.889 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.762 -1.524) (end -2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.594 -1.524) (end -2.594 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.524) (end -0.762 1.524) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 284 "Net-(C40-Pad1)")) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 285 "Net-(C40-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Composant) (tedit 54019107) (tstamp 5402CC61) + (at 300.355 131.572 180) + (tags "CMS SM") + (path /4BF03689/A44C0389) + (attr smd) + (fp_text reference C41 (at 0.127 -0.762 180) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_text value 1uF (at 0 0.762 180) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_line (start -2.794 -1.524) (end -2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.524) (end 2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 0.889 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.762 -1.524) (end -2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.594 -1.524) (end -2.594 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.524) (end -0.762 1.524) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0 180) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 286 "Net-(C41-Pad1)")) + (pad 2 smd rect (at 1.778 0 180) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 287 "Net-(C41-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Cuivre) (tedit 54019107) (tstamp 5402CC6D) + (at 343.916 120.396) + (tags "CMS SM") + (path /4BF03689/84DFBAEF) + (attr smd) + (fp_text reference C42 (at 0.127 0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 2,2uF (at 0 -0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.794 1.524) (end -2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.524) (end 2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 0.889 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.762 1.524) (end -2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.594 1.524) (end -2.594 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.524) (end -0.762 -1.524) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 278 "Net-(C34-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC79) + (at 79.121 88.011) + (path /4BF0367F/22760F8F) + (attr smd) + (fp_text reference C43 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 288 "Net-(C43-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC84) + (at 74.041 85.344 90) + (path /4BF0367F/22760F99) + (attr smd) + (fp_text reference C44 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 289 "Net-(C44-Pad1)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC8F) + (at 79.121 85.471) + (path /4BF0367F/22760FD5) + (attr smd) + (fp_text reference C45 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 290 "Net-(C45-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CC9A) + (at 80.391 114.935) + (path /4BF0367F/22760FFD) + (attr smd) + (fp_text reference C46 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220pF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 291 "Net-(C46-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CCA5) + (at 358.521 60.833) + (path /4BF03681/821CDABD) + (attr smd) + (fp_text reference C47 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 220pF (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 265 "Net-(C1-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CCB0) + (at 79.121 82.931) + (path /4BF0367F/22760FCB) + (attr smd) + (fp_text reference C48 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 22nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 292 "Net-(C48-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1 (layer Composant) (tedit 54019107) (tstamp 5402CCBB) + (at 115.189 64.643 180) + (descr "Condensateur e = 1 pas") + (tags C) + (path /4BF03683/B3BF4EDE) + (fp_text reference C49 (at 0.254 -2.286 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 22pF (at 0 -2.286 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -2.4892 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 -0.635) (end -1.905 -1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -1.27 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 293 "Net-(C49-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Discret.3dshapes/C1.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C1 (layer Composant) (tedit 54019107) (tstamp 5402CCC5) + (at 108.839 64.643) + (descr "Condensateur e = 1 pas") + (tags C) + (path /4BF03683/B3BF4EE8) + (fp_text reference C50 (at 0.254 -2.286) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 22pF (at 0 -2.286) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -2.4892 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 -0.635) (end -1.905 -1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 201 /graphic/XTAL_I)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Discret.3dshapes/C1.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Cuivre) (tedit 54019107) (tstamp 5402CCCF) + (at 345.44 108.585) + (tags "CMS SM") + (path /4BF03689/28ED6A43) + (attr smd) + (fp_text reference C51 (at 0.127 0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 22uF (at 0 -0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.794 1.524) (end -2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.524) (end 2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 0.889 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.762 1.524) (end -2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.594 1.524) (end -2.594 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.524) (end -0.762 -1.524) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CCDB) + (at 310.261 117.729) + (path /4BF03689/84DFB9B9) + (attr smd) + (fp_text reference C52 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 22uF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CCE6) + (at 80.391 111.887) + (path /4BF0367F/22760FF8) + (attr smd) + (fp_text reference C53 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 330pF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 291 "Net-(C46-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CCF1) + (at 78.613 66.04 270) + (path /4BF0367F/22760F76) + (attr smd) + (fp_text reference C54 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 294 "Net-(C54-Pad1)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Cuivre) (tedit 54019107) (tstamp 5402CCFC) + (at 75.946 100.457 270) + (tags "CMS SM") + (path /4BF0367F/22761057) + (attr smd) + (fp_text reference C55 (at 0.127 0.762 270) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0 -0.762 270) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.794 1.524) (end -2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.524) (end 2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 0.889 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.762 1.524) (end -2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.594 1.524) (end -2.594 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.524) (end -0.762 -1.524) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0 270) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 3 +5F)) + (pad 2 smd rect (at 1.778 0 270) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812L (layer Cuivre) (tedit 54019107) (tstamp 5402CD08) + (at 125.73 85.09) + (tags "CMS SM") + (path /4BF03683/B9ED7AB0) + (attr smd) + (fp_text reference C56 (at -0.62992 0 270) (layer B.SilkS) + (effects (font (size 0.889 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0.635 0 270) (layer B.SilkS) + (effects (font (size 0.889 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_circle (center -3.81 -2.032) (end -3.683 -1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.397 -1.905) (end 3.683 -1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start 3.683 -1.905) (end 3.683 1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start 3.683 1.905) (end 1.397 1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.397 1.905) (end -3.683 1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start -3.683 1.905) (end -3.683 -1.905) (layer B.SilkS) (width 0.127)) + (fp_line (start -3.683 -1.905) (end -1.397 -1.905) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.54 0) (size 2.032 3.556) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 2.54 0) (size 2.032 3.556) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.27 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Cuivre) (tedit 54019107) (tstamp 5402CD14) + (at 148.59 61.341) + (tags "CMS SM") + (path /4BF03683/B9ED7AB5) + (attr smd) + (fp_text reference C57 (at 0.127 0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0 -0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.794 1.524) (end -2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.524) (end 2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 0.889 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.762 1.524) (end -2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.594 1.524) (end -2.594 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.524) (end -0.762 -1.524) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CD20) + (at 82.169 92.71) + (path /4BF0367F/22760F53) + (attr smd) + (fp_text reference C58 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 47nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 295 "Net-(C58-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 205 /modul/BLEU)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CD2B) + (at 82.169 96.647) + (path /4BF0367F/22760F62) + (attr smd) + (fp_text reference C59 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 47nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 296 "Net-(C59-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 12 /ESVIDEO-RVB/GREEN)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CD36) + (at 82.423 100.965) + (path /4BF0367F/22760F67) + (attr smd) + (fp_text reference C60 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 47nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 297 "Net-(C60-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 4 /ESVIDEO-RVB/BLUE)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CD41) + (at 68.707 102.235 180) + (path /4BF0367F/22760F8A) + (attr smd) + (fp_text reference C61 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 47nF (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 298 "Net-(C61-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 299 "Net-(C61-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Cuivre) (tedit 54019107) (tstamp 5402CD4C) + (at 356.235 66.167) + (tags "CMS SM") + (path /4BF03681/811D9071) + (attr smd) + (fp_text reference C62 (at 0.127 0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 47uF (at 0 -0.762) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.794 1.524) (end -2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.524) (end 2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 0.889 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.762 1.524) (end -2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.594 1.524) (end -2.594 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.524) (end -0.762 -1.524) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Composant) (tedit 54019107) (tstamp 5402CD58) + (at 123.825 60.325) + (tags "CMS SM") + (path /4BF03683/228C4700) + (attr smd) + (fp_text reference C63 (at 0.127 -0.762) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_text value 47uF (at 0 0.762) (layer F.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127))) + ) + (fp_line (start -2.794 -1.524) (end -2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.524) (end 2.794 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 0.889 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.762 -1.524) (end -2.794 -1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.594 -1.524) (end -2.594 1.524) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.794 1.524) (end -0.762 1.524) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 200 /graphic/VOSC)) + (pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1210L (layer Cuivre) (tedit 54019107) (tstamp 5402CD64) + (at 84.201 88.519 270) + (tags "CMS SM") + (path /4BF0367F/22760FC1) + (attr smd) + (fp_text reference C64 (at 0.127 0.762 270) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 6,8uF (at 0 -0.762 270) (layer B.SilkS) + (effects (font (size 0.7 0.7) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.794 1.524) (end -2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.524) (end 2.794 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 -1.524) (end 2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.794 1.524) (end 0.889 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.762 1.524) (end -2.794 1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.594 1.524) (end -2.594 -1.524) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.794 -1.524) (end -0.762 -1.524) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.778 0 270) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 292 "Net-(C48-Pad2)")) + (pad 2 smd rect (at 1.778 0 270) (size 1.778 2.794) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.2 0.2 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CD70) + (at 351.409 93.091) + (path /4BF03681/B15DA8C5) + (attr smd) + (fp_text reference C65 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 22pF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 300 "Net-(C65-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CD7B) + (at 351.409 95.885) + (path /4BF03681/B15DA8CA) + (attr smd) + (fp_text reference C66 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 22pF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 301 "Net-(C66-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CD86) + (at 99.441 149.733 180) + (path /4BF03687/33AFD420) + (attr smd) + (fp_text reference C67 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CD91) + (at 117.983 148.463 180) + (path /4BF03687/4BF036D8) + (attr smd) + (fp_text reference C68 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 2 +3.3V)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CD9C) + (at 151.638 148.463) + (path /4BF03687/33AFD43A) + (attr smd) + (fp_text reference C69 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 4,7uF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 2 +3.3V)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CDA7) + (at 97.536 85.09 90) + (path /4BF03683/33AFD8AF) + (attr smd) + (fp_text reference C70 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CDB2) + (at 106.426 83.185 180) + (path /4BF03683/33AFD8E9) + (attr smd) + (fp_text reference C71 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CDBD) + (at 110.236 90.805 180) + (path /4BF03683/33AFD8ED) + (attr smd) + (fp_text reference C72 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CDC8) + (at 94.615 94.615) + (path /4BF03683/33AFD8EF) + (attr smd) + (fp_text reference C73 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100nF (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CV3-30PF (layer Composant) (tedit 54019107) (tstamp 5402CDD3) + (at 84.455 69.215 180) + (descr "Condensateur ajustable miniature") + (tags "C DEV") + (path /4BF0367F/22760FA8) + (fp_text reference CV1 (at 0 4.445 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value 5/30pF (at 0 4.445 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_circle (center 0 0) (end 3.175 0) (layer F.SilkS) (width 0.381)) + (fp_circle (center 0 0) (end 0.635 0.635) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at 2.54 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 302 "Net-(CV1-Pad1)")) + (pad 2 thru_hole circle (at -2.54 0 180) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 5402CDDA) + (at 314.833 60.833) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4BF03681/A9CA7F7F) + (fp_text reference D1 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT46 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 241 /pal-ntsc.sch/Y-VIDEO)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 5402CDE9) + (at 314.833 58.801) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4BF03681/A9CA7F84) + (fp_text reference D2 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT46 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 241 /pal-ntsc.sch/Y-VIDEO)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 5402CDF8) + (at 357.759 84.455) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4BF03681/A9CA7F8E) + (fp_text reference D3 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT46 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 238 /pal-ntsc.sch/C-VIDEO)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 538C4421) (tstamp 5402CE07) + (at 357.759 86.487) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4BF03681/A9CA7F93) + (fp_text reference D4 (at 0 0) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value BAT46 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 238 /pal-ntsc.sch/C-VIDEO)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:LEDV (layer Composant) (tedit 54019107) (tstamp 5402CE16) + (at 91.44 75.565) + (descr "Led verticale diam 6mm") + (tags "LED DEV") + (path /4BF03683/2D5AA041) + (fp_text reference D6 (at 0 -3.81) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value LED (at 0 -3.81) (layer F.SilkS) hide + (effects (font (thickness 0.3048))) + ) + (fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 303 "Net-(D6-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 197 /graphic/LED)) + (model LEDs.3dshapes/LED-5MM.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812 (layer Composant) (tedit 54019107) (tstamp 5402CE1F) + (at 80.137 107.061) + (tags "CMS SM") + (path /4BF0367F/22760FF3) + (attr smd) + (fp_text reference L1 (at -0.74676 0 90) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value 2,2uH (at 0.762 0 90) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_circle (center -3.302 2.159) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 2.032) (end 3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 2.032) (end 3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 -2.032) (end 1.524 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -2.032) (end -3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 -2.032) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 2.032) (end -1.524 2.032) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.286 0) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 304 "Net-(L1-Pad1)")) + (pad 2 smd rect (at 2.286 0) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 291 "Net-(C46-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.21 0.3 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812 (layer Composant) (tedit 54019107) (tstamp 5402CE2B) + (at 84.455 61.341 180) + (tags "CMS SM") + (path /4BF0367F/22760F71) + (attr smd) + (fp_text reference L2 (at -0.74676 0 270) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value 22uH (at 0.762 0 270) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_circle (center -3.302 2.159) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 2.032) (end 3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 2.032) (end 3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 -2.032) (end 1.524 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -2.032) (end -3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 -2.032) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 2.032) (end -1.524 2.032) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.286 0 180) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 2.286 0 180) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 294 "Net-(C54-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.21 0.3 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812 (layer Composant) (tedit 54019107) (tstamp 5402CE37) + (at 70.866 106.934) + (tags "CMS SM") + (path /4BF0367F/22761052) + (attr smd) + (fp_text reference L3 (at -0.74676 0 90) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value 22uH (at 0.762 0 90) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_circle (center -3.302 2.159) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 2.032) (end 3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 2.032) (end 3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 -2.032) (end 1.524 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -2.032) (end -3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 -2.032) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 2.032) (end -1.524 2.032) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.286 0) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 2.286 0) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 3 +5F)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.21 0.3 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812 (layer Composant) (tedit 54019107) (tstamp 5402CE43) + (at 345.313 97.155) + (tags "CMS SM") + (path /4BF03681/811D9080) + (attr smd) + (fp_text reference L4 (at -0.74676 0 90) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value 22uF (at 0.762 0 90) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_circle (center -3.302 2.159) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 2.032) (end 3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 2.032) (end 3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 -2.032) (end 1.524 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -2.032) (end -3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 -2.032) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 2.032) (end -1.524 2.032) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.286 0) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 2.286 0) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.21 0.3 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1812 (layer Composant) (tedit 54019107) (tstamp 5402CE4F) + (at 326.009 131.572 180) + (tags "CMS SM") + (path /4BF03689/84DFBB99) + (attr smd) + (fp_text reference L5 (at -0.74676 0 270) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value 22uH (at 0.762 0 270) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_circle (center -3.302 2.159) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 2.032) (end 3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 2.032) (end 3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.175 -2.032) (end 1.524 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -2.032) (end -3.175 -2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 -2.032) (end -3.175 2.032) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.175 2.032) (end -1.524 2.032) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -2.286 0 180) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 2.286 0 180) (size 1.397 3.81) (layers Composant F.Paste F.Mask) + (net 33 /ESVIDEO-RVB/VAA)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.21 0.3 0.2)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:LRTDK (layer Composant) (tedit 54018D02) (tstamp 5402CE5B) + (at 72.771 110.617 270) + (path /4BF0367F/349FB562) + (fp_text reference L6 (at -0.381 -5.08 450) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.254))) + ) + (fp_text value 470nS (at 0.1 -8.3 270) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.254))) + ) + (fp_line (start 12.7 -1.27) (end 12.7 0) (layer F.SilkS) (width 0.381)) + (fp_line (start 7.62 -1.27) (end 7.62 0) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 0) (end -10.16 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -12.7 0) (end -12.7 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 -1.27) (end -15.24 -11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 -11.43) (end 15.24 -11.43) (layer F.SilkS) (width 0.381)) + (fp_line (start 15.24 -11.43) (end 15.24 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 -1.27) (end 15.24 -1.27) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole circle (at -12.7 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 305 "Net-(L6-Pad1)")) + (pad 3 thru_hole circle (at -10.16 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 3 thru_hole circle (at 7.62 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 12.7 0 270) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 306 "Net-(L6-Pad2)")) + ) + + (module discret:SUBCLICK (layer Composant) (tedit 54019107) (tstamp 5402CE6A) + (at 59.055 104.775 180) + (descr "Connecteur Subclick") + (tags "CONN DEV") + (path /32F9F198) + (fp_text reference P1 (at 0 6.35 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value BNC (at -0.254 -6.35 180) (layer F.SilkS) + (effects (font (size 2.032 1.27) (thickness 0.3048))) + ) + (fp_line (start -2.54 -1.27) (end -1.27 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -2.54) (end 17.78 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 -2.54) (end 17.78 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 2.54) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -5.08) (end 3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -5.08) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 5.08) (end -3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 5.08) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 269 /ESVIDEO-RVB/RED_IN)) + (pad 2 thru_hole circle (at -2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at -2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Connect.3dshapes/SUBCLICK.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:SUBCLICK (layer Composant) (tedit 54019107) (tstamp 5402CE80) + (at 59.055 116.205 180) + (descr "Connecteur Subclick") + (tags "CONN DEV") + (path /32F9F1A3) + (fp_text reference P2 (at 0 6.35 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value BNC (at -0.254 -6.35 180) (layer F.SilkS) + (effects (font (size 2.032 1.27) (thickness 0.3048))) + ) + (fp_line (start -2.54 -1.27) (end -1.27 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -2.54) (end 17.78 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 -2.54) (end 17.78 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 2.54) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -5.08) (end 3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -5.08) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 5.08) (end -3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 5.08) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 13 /ESVIDEO-RVB/GREEN_IN)) + (pad 2 thru_hole circle (at -2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at -2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Connect.3dshapes/SUBCLICK.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:SUBCLICK (layer Composant) (tedit 54019107) (tstamp 5402CE96) + (at 59.055 93.345 180) + (descr "Connecteur Subclick") + (tags "CONN DEV") + (path /32F9F1AD) + (fp_text reference P3 (at 0 6.35 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value BNC (at -0.254 -6.35 180) (layer F.SilkS) + (effects (font (size 2.032 1.27) (thickness 0.3048))) + ) + (fp_line (start -2.54 -1.27) (end -1.27 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -2.54) (end 17.78 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 -2.54) (end 17.78 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 2.54) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -5.08) (end 3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -5.08) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 5.08) (end -3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 5.08) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 5 /ESVIDEO-RVB/BLUE_IN)) + (pad 2 thru_hole circle (at -2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at -2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Connect.3dshapes/SUBCLICK.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:SIL-2 (layer Composant) (tedit 54019107) (tstamp 5402CEAC) + (at 105.283 69.088 90) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4BF03683/33A7E0C8) + (fp_text reference P4 (at 0 -2.54 90) (layer F.SilkS) + (effects (font (size 1.72974 1.08712) (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 -2.54 90) (layer F.SilkS) hide + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -1.27 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 307 "Net-(P4-Pad1)")) + (pad 2 thru_hole circle (at 1.27 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + ) + + (module pin_array:PIN_ARRAY_5x1 (layer Composant) (tedit 45976D86) (tstamp 5402CEB5) + (at 98.425 61.595) + (descr "Double rangee de contacts 2 x 5 pins") + (tags CONN) + (path /4BF03683/33A7DFAB) + (fp_text reference P5 (at 0 -2.54) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value CONN_5 (at 0 2.54) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -6.35 -1.27) (end -6.35 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 1.27) (end 6.35 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 -1.27) (end 6.35 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 1.27) (end -6.35 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -5.08 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at -2.54 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 170 /graphic/CCLK)) + (pad 3 thru_hole circle (at 0 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 174 /graphic/DIN)) + (pad 4 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 175 /graphic/DONE)) + (pad 5 thru_hole circle (at 5.08 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 198 /graphic/PROG*)) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x05.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:SUBCLICK (layer Composant) (tedit 54019107) (tstamp 5402CEC1) + (at 59.055 81.915 180) + (descr "Connecteur Subclick") + (tags "CONN DEV") + (path /30705D02) + (fp_text reference P8 (at 0 6.35 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value BNC (at -0.254 -6.35 180) (layer F.SilkS) + (effects (font (size 2.032 1.27) (thickness 0.3048))) + ) + (fp_line (start -2.54 -1.27) (end -1.27 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -2.54) (end 17.78 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 -2.54) (end 17.78 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 17.78 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 2.54) (end -2.54 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -5.08) (end 3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 -5.08) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.81 5.08) (end -3.81 5.08) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 5.08) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -3.81 -5.08) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 209 /modul/CVBSOUT)) + (pad 2 thru_hole circle (at -2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 -2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at -2.54 2.54 180) (size 3.048 3.048) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Connect.3dshapes/SUBCLICK.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 54019107) (tstamp 5402CED7) + (at 114.3 74.93) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4BF03683/34E1718B) + (fp_text reference P9 (at 0 -1.26746) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 308 "Net-(P9-Pad1)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 54019107) (tstamp 5402CEDC) + (at 89.535 59.055) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4BF03683/4BF036D9) + (fp_text reference P10 (at 0 -1.26746) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 309 "Net-(P10-Pad1)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:PINTST (layer Composant) (tedit 54019107) (tstamp 5402CEE1) + (at 89.535 63.5) + (descr "module 1 pin (ou trou mecanique de percage)") + (tags DEV) + (path /4BF03683/4BF036DA) + (fp_text reference P11 (at 0 -1.26746) (layer F.SilkS) + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_text value CONN_1 (at 0 1.27) (layer F.SilkS) hide + (effects (font (size 0.508 0.508) (thickness 0.127))) + ) + (fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 thru_hole circle (at 0 0) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask F.SilkS) + (net 310 "Net-(P11-Pad1)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x01.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:TESTPOINT (layer Composant) (tedit 54019107) (tstamp 5402CEE6) + (at 82.423 57.912) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4BF03683/34E1751D) + (fp_text reference P12 (at 0 -1.524) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value CONN_1 (at 0.127 1.524) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -1.905 -0.889) (end 1.778 -0.889) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.778 -0.889) (end 2.286 -0.381) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.286 -0.381) (end 2.286 0.381) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.286 0.381) (end 1.778 0.889) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.778 0.889) (end -1.905 0.889) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.905 0.889) (end -2.413 0.381) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.413 0.381) (end -2.413 -0.381) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.413 -0.381) (end -1.905 -0.889) (layer F.SilkS) (width 0.2032)) + (pad 1 thru_hole circle (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 1 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (model Connect.3dshapes/TESTPOINT.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:POT_CMS (layer Composant) (tedit 54019107) (tstamp 5402CEF3) + (at 84.455 81.915) + (descr "module CMS Potentiometre") + (tags "CMS POT") + (path /4BF0367F/2276109D) + (attr smd) + (fp_text reference POT1 (at 0 -0.88646) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 100K (at 0 0.635) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 1.27) (end -2.54 3.556) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 3.556) (end 2.54 3.556) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 3.556) (end 2.54 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.778) (end -1.016 -3.556) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.016 -3.556) (end 1.016 -3.556) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.016 -3.556) (end 2.54 -1.778) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 0.254 -0.762) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.27 2.54) (size 1.27 1.524) (layers Composant F.Paste F.Mask) + (net 311 "Net-(POT1-Pad1)")) + (pad 2 smd rect (at 0 -2.54) (size 1.27 1.524) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 3 smd rect (at 1.27 2.54) (size 1.27 1.524) (layers Composant F.Paste F.Mask) + (net 243 GND)) + ) + + (module lib_smd:SOT23EBC (layer Cuivre) (tedit 54019107) (tstamp 5402CF00) + (at 79.629 128.397) + (descr "Module CMS SOT23 Transistore EBC") + (tags "CMS SOT") + (path /4BF0367F/22761039) + (attr smd) + (fp_text reference Q1 (at 0 2.413) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.2032)) (justify mirror)) + ) + (fp_text value BC848 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.2032)) (justify mirror)) + ) + (fp_line (start -1.524 0.381) (end 1.524 0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.381) (end 1.524 -0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.381) (end -1.524 -0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.381) (end -1.524 0.381) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -0.889 1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 312 "Net-(Q1-Pad1)")) + (pad 2 smd rect (at 0.889 1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 313 "Net-(Q1-Pad2)")) + (pad 3 smd rect (at 0 -1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 3 +5F)) + (model SMD_Packages.3dshapes/ST23AK#1.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.13 0.15 0.15)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SOT23EBC (layer Cuivre) (tedit 54019107) (tstamp 5402CF0A) + (at 75.057 128.397) + (descr "Module CMS SOT23 Transistore EBC") + (tags "CMS SOT") + (path /4BF0367F/22761066) + (attr smd) + (fp_text reference Q2 (at 0 2.413) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.2032)) (justify mirror)) + ) + (fp_text value BC848 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.2032)) (justify mirror)) + ) + (fp_line (start -1.524 0.381) (end 1.524 0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.381) (end 1.524 -0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.381) (end -1.524 -0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.381) (end -1.524 0.381) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -0.889 1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 314 "Net-(Q2-Pad1)")) + (pad 2 smd rect (at 0.889 1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 315 "Net-(Q2-Pad2)")) + (pad 3 smd rect (at 0 -1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 3 +5F)) + (model SMD_Packages.3dshapes/ST23AK#1.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.13 0.15 0.15)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SOT23EBC (layer Cuivre) (tedit 54019107) (tstamp 5402CF14) + (at 75.057 94.615) + (descr "Module CMS SOT23 Transistore EBC") + (tags "CMS SOT") + (path /4BF0367F/2276107F) + (attr smd) + (fp_text reference Q3 (at 0 2.413) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.2032)) (justify mirror)) + ) + (fp_text value BC848 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.2032)) (justify mirror)) + ) + (fp_line (start -1.524 0.381) (end 1.524 0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.381) (end 1.524 -0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.381) (end -1.524 -0.381) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.381) (end -1.524 0.381) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -0.889 1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 316 "Net-(Q3-Pad1)")) + (pad 2 smd rect (at 0.889 1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 317 "Net-(Q3-Pad2)")) + (pad 3 smd rect (at 0 -1.016) (size 0.9144 0.9144) (layers Cuivre B.Paste B.Mask) + (net 3 +5F)) + (model SMD_Packages.3dshapes/ST23AK#1.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.13 0.15 0.15)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CF1E) + (at 123.825 63.119) + (path /4BF03683/33A7DCE3) + (attr smd) + (fp_text reference R1 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 10 (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 200 /graphic/VOSC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF29) + (at 355.981 81.153) + (path /4BF03681/8116F4A5) + (attr smd) + (fp_text reference R2 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 238 /pal-ntsc.sch/C-VIDEO)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 268 "Net-(C4-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF34) + (at 358.14 72.263 270) + (path /4BF03681/8116F4AA) + (attr smd) + (fp_text reference R3 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 100 (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 241 /pal-ntsc.sch/Y-VIDEO)) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 267 "Net-(C3-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CF3F) + (at 67.945 111.887) + (path /4BF0367F/33A51A4E) + (attr smd) + (fp_text reference R4 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 10K (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 318 "Net-(R4-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF4A) + (at 163.449 134.62) + (path /4BF03687/26A799E8) + (attr smd) + (fp_text reference R5 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 10K (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 319 "Net-(R5-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF55) + (at 114.935 123.19 180) + (path /4BF03687/26A79A01) + (attr smd) + (fp_text reference R6 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 10K (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 320 "Net-(R6-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF60) + (at 118.745 120.65 180) + (path /4BF03687/26A79A0B) + (attr smd) + (fp_text reference R7 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 10K (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 321 "Net-(R7-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CF6B) + (at 348.234 131.699 180) + (path /4BF03689/A4586827) + (attr smd) + (fp_text reference R8 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 150 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 278 "Net-(C34-Pad2)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF76) + (at 67.945 85.217 270) + (path /4BF0367F/22761098) + (attr smd) + (fp_text reference R9 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 150K (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 311 "Net-(POT1-Pad1)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 322 "Net-(R9-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CF81) + (at 70.739 76.835 180) + (path /4BF0367F/22760F80) + (attr smd) + (fp_text reference R10 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 305 "Net-(L6-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 323 "Net-(R10-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CF8C) + (at 77.343 76.835) + (path /4BF0367F/22760FBC) + (attr smd) + (fp_text reference R11 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 1K (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 306 "Net-(L6-Pad2)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 292 "Net-(C48-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CF97) + (at 355.727 72.263 90) + (path /4BF03681/A9CA7FCA) + (attr smd) + (fp_text reference R12 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 1K (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 272 "Net-(C6-Pad1)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFA2) + (at 86.233 75.565) + (path /4BF03683/2D5AA03C) + (attr smd) + (fp_text reference R13 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 1K (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 303 "Net-(D6-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402CFAD) + (at 358.521 63.627 180) + (path /4BF03681/821CDA9A) + (attr smd) + (fp_text reference R14 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 1M (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 266 "Net-(C1-Pad2)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFB8) + (at 321.437 120.015 270) + (path /4BF03689/A44D982A) + (attr smd) + (fp_text reference R15 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 1M (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 280 "Net-(C36-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFC3) + (at 79.883 122.555 90) + (path /4BF0367F/2276103E) + (attr smd) + (fp_text reference R16 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220 (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 313 "Net-(Q1-Pad2)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 206 /modul/CHROM)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFCE) + (at 75.565 122.555 90) + (path /4BF0367F/2276107A) + (attr smd) + (fp_text reference R17 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220 (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 315 "Net-(Q2-Pad2)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 210 /modul/LUM)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFD9) + (at 70.739 85.217 270) + (path /4BF0367F/22761093) + (attr smd) + (fp_text reference R18 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220 (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 317 "Net-(Q3-Pad2)")) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 208 /modul/CVBS)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFE4) + (at 343.408 97.282 90) + (path /4BF03681/A9CA7FA7) + (attr smd) + (fp_text reference R19 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220 (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 271 "Net-(C5-Pad2)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 324 "Net-(R19-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFEF) + (at 343.027 58.039) + (path /4BF03681/B176B9C3) + (attr smd) + (fp_text reference R20 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 275 "Net-(C8-Pad2)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 242 /pal-ntsc.sch/Y_SYNC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402CFFA) + (at 109.22 67.564 180) + (path /4BF03683/525FE207) + (attr smd) + (fp_text reference R21 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 293 "Net-(C49-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 172 /graphic/CLK10MHz)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D005) + (at 294.767 131.572) + (path /4BF03689/A44C0334) + (attr smd) + (fp_text reference R22 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 220 (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 5 /ESVIDEO-RVB/BLUE_IN)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 287 "Net-(C41-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D010) + (at 313.69 132.08 180) + (path /4BF03689/A44C0343) + (attr smd) + (fp_text reference R23 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 220 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 13 /ESVIDEO-RVB/GREEN_IN)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 285 "Net-(C40-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D01B) + (at 339.598 131.318 180) + (path /4BF03689/A44C034D) + (attr smd) + (fp_text reference R24 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 220 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 269 /ESVIDEO-RVB/RED_IN)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 283 "Net-(C39-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D026) + (at 355.346 94.615 90) + (path /4BF03681/B1754313) + (attr smd) + (fp_text reference R25 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220K (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 301 "Net-(C66-Pad2)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 300 "Net-(C65-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D031) + (at 111.887 62.103) + (path /4BF03683/B3BF4ED9) + (attr smd) + (fp_text reference R26 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 220K (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 201 /graphic/XTAL_I)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 293 "Net-(C49-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D03C) + (at 344.297 84.709) + (path /4BF03681/A9CA7FC5) + (attr smd) + (fp_text reference R27 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 27K (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 325 "Net-(R27-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 273 "Net-(C7-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D047) + (at 111.76 114.935) + (path /4BF03687/26B211C0) + (attr smd) + (fp_text reference R28 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 2,2K (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 326 "Net-(R28-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D052) + (at 114.3 111.76) + (path /4BF03687/26B211CF) + (attr smd) + (fp_text reference R29 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 2,2K (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 327 "Net-(R29-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D05D) + (at 81.407 99.441) + (path /4BF0367F/22760FE4) + (attr smd) + (fp_text reference R30 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 3,3K (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 298 "Net-(C61-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 328 /graphic/CSYNC-OUT)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D068) + (at 81.407 102.743 180) + (path /4BF0367F/22760FDF) + (attr smd) + (fp_text reference R31 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 470 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 298 "Net-(C61-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D073) + (at 80.391 136.779) + (path /4BF0367F/22761043) + (attr smd) + (fp_text reference R32 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 470 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 312 "Net-(Q1-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D07E) + (at 80.391 133.731) + (path /4BF0367F/22761070) + (attr smd) + (fp_text reference R33 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 470 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 314 "Net-(Q2-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D089) + (at 68.707 98.933 180) + (path /4BF0367F/22761089) + (attr smd) + (fp_text reference R34 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 470 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 316 "Net-(Q3-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D094) + (at 352.679 60.833 180) + (path /4BF03681/821CDAB8) + (attr smd) + (fp_text reference R35 (at 0 0 180) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 470 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 265 "Net-(C1-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 242 /pal-ntsc.sch/Y_SYNC)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D09F) + (at 316.357 120.015 90) + (path /4BF03689/A44D9843) + (attr smd) + (fp_text reference R36 (at 0 0 90) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 470 (at 0 0 90) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 281 "Net-(C36-Pad2)")) + (pad 2 smd rect (at 1.651 0 90) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 329 "Net-(R36-Pad2)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0AA) + (at 309.372 121.285 180) + (path /4BF03689/5D7688E4) + (attr smd) + (fp_text reference R37 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 510 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 18 /ESVIDEO-RVB/REF+)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0B5) + (at 304.165 117.729) + (path /4BF03689/A44C03AC) + (attr smd) + (fp_text reference R38 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 510 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 330 "Net-(R38-Pad1)")) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0C0) + (at 75.057 136.779) + (path /4BF0367F/22761048) + (attr smd) + (fp_text reference R39 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 68 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 207 /modul/COUT)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 312 "Net-(Q1-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0CB) + (at 75.057 133.731 180) + (path /4BF0367F/22761075) + (attr smd) + (fp_text reference R40 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 68 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 314 "Net-(Q2-Pad1)")) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 211 /modul/YOUT)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0D6) + (at 68.707 95.631) + (path /4BF0367F/2276108E) + (attr smd) + (fp_text reference R41 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 68 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 209 /modul/CVBSOUT)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 316 "Net-(Q3-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0E1) + (at 75.057 145.923 180) + (path /4BF03689/84DFB9D2) + (attr smd) + (fp_text reference R42 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 75 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 205 /modul/BLEU)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0EC) + (at 75.057 142.875 180) + (path /4BF03689/84DFB9D7) + (attr smd) + (fp_text reference R43 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 75 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 12 /ESVIDEO-RVB/GREEN)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D0F7) + (at 75.057 139.827 180) + (path /4BF03689/84DFB9DC) + (attr smd) + (fp_text reference R44 (at 0 0 180) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 75 (at 0 0 180) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 1.651 0 180) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 4 /ESVIDEO-RVB/BLUE)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Composant) (tedit 54019107) (tstamp 5402D102) + (at 67.945 116.205) + (path /4BF03689/A44C032F) + (attr smd) + (fp_text reference R45 (at 0 0) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_text value 75 (at 0 0) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -2.54 -1.143) (end -2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.54 1.143) (end -0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.143) (end 2.54 -1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 2.54 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 0.889 1.143) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.143) (end -2.54 -1.143) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 13 /ESVIDEO-RVB/GREEN_IN)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D10D) + (at 66.548 107.696 270) + (path /4BF03689/A44C0339) + (attr smd) + (fp_text reference R46 (at 0 0 270) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 75 (at 0 0 270) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 5 /ESVIDEO-RVB/BLUE_IN)) + (pad 2 smd rect (at 1.651 0 270) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D118) + (at 67.945 114.046) + (path /4BF03689/A44C0348) + (attr smd) + (fp_text reference R47 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 75 (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 269 /ESVIDEO-RVB/RED_IN)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SM1206 (layer Cuivre) (tedit 54019107) (tstamp 5402D123) + (at 108.331 86.741) + (path /4BF03683/33A7E0B2) + (attr smd) + (fp_text reference R48 (at 0 0) (layer B.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 10K (at 0 0) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -2.54 1.143) (end -2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -2.54 -1.143) (end -0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 1.143) (end 2.54 1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 1.143) (end 2.54 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start 2.54 -1.143) (end 0.889 -1.143) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.143) (end -2.54 1.143) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at -1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 2 smd rect (at 1.651 0) (size 1.524 2.032) (layers Cuivre B.Paste B.Mask) + (net 307 "Net-(P4-Pad1)")) + (model SMD_Packages.3dshapes/SMD-1206.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.17 0.16 0.16)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:SIL-9 (layer Composant) (tedit 54019107) (tstamp 5402D12E) + (at 178.435 142.621 180) + (descr "Connecteur 9 pins") + (tags "CONN DEV") + (path /4BF03687/C8AF8090) + (fp_text reference RR1 (at -7.62 -2.54 180) (layer F.SilkS) + (effects (font (size 1.72974 1.08712) (thickness 0.3048))) + ) + (fp_text value 8x10K (at 5.08 -2.54 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 99 /buspci.sch/EQ0)) + (pad 3 thru_hole circle (at -5.08 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 234 /muxdata/DPC31)) + (pad 4 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 100 /buspci.sch/EQ1)) + (pad 5 thru_hole circle (at 0 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 233 /muxdata/DPC30)) + (pad 6 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 101 /buspci.sch/EQ2)) + (pad 7 thru_hole circle (at 5.08 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 102 /buspci.sch/EQ3)) + (pad 8 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 232 /muxdata/DPC29)) + (pad 9 thru_hole circle (at 10.16 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 103 /buspci.sch/EQ4)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:SIL-9 (layer Composant) (tedit 54019107) (tstamp 5402D13F) + (at 178.435 137.795 180) + (descr "Connecteur 9 pins") + (tags "CONN DEV") + (path /4BF03687/C8B01EF2) + (fp_text reference RR2 (at -7.62 -2.54 180) (layer F.SilkS) + (effects (font (size 1.72974 1.08712) (thickness 0.3048))) + ) + (fp_text value 8x10K (at 5.08 -2.54 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 105 /buspci.sch/EQ6)) + (pad 3 thru_hole circle (at -5.08 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 231 /muxdata/DPC28)) + (pad 4 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 104 /buspci.sch/EQ5)) + (pad 5 thru_hole circle (at 0 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 230 /muxdata/DPC27)) + (pad 6 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 85 /buspci.sch/EA1)) + (pad 7 thru_hole circle (at 5.08 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 195 /graphic/IRQ_SLR)) + (pad 8 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 229 /muxdata/DPC26)) + (pad 9 thru_hole circle (at 10.16 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 106 /buspci.sch/EQ7)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:SIL-9 (layer Composant) (tedit 54019107) (tstamp 5402D150) + (at 178.435 134.747 180) + (descr "Connecteur 9 pins") + (tags "CONN DEV") + (path /4BF03687/C8B23B9F) + (fp_text reference RR3 (at -7.62 -2.54 180) (layer F.SilkS) + (effects (font (size 1.72974 1.08712) (thickness 0.3048))) + ) + (fp_text value 8x10K (at 5.08 -2.54 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 94 /buspci.sch/EA4)) + (pad 3 thru_hole circle (at -5.08 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 227 /muxdata/DPC24)) + (pad 4 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 331 /buspci.sch/SELECT-)) + (pad 5 thru_hole circle (at 0 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 332 /buspci.sch/WR-)) + (pad 6 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 93 /buspci.sch/EA3)) + (pad 7 thru_hole circle (at 5.08 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 333 /buspci.sch/RD-)) + (pad 8 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 92 /buspci.sch/EA2)) + (pad 9 thru_hole circle (at 10.16 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 228 /muxdata/DPC25)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:r_pack8 (layer Composant) (tedit 54019107) (tstamp 5402D161) + (at 95.25 142.875) + (descr "8 R pack") + (tags R) + (path /4BF03687/C8B2B4CE) + (fp_text reference RR4 (at -1.27 -2.794) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_text value 8x10K (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 96 /buspci.sch/EA6)) + (pad 3 thru_hole circle (at -5.08 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 225 /muxdata/DPC22)) + (pad 4 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 95 /buspci.sch/EA5)) + (pad 5 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 226 /muxdata/DPC23)) + (pad 6 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 91 /buspci.sch/EA15)) + (pad 7 thru_hole circle (at 5.08 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 219 /muxdata/DPC16)) + (pad 8 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 90 /buspci.sch/EA14)) + (pad 9 thru_hole circle (at 10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 220 /muxdata/DPC17)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:r_pack8 (layer Composant) (tedit 54019107) (tstamp 5402D172) + (at 95.25 135.89) + (descr "8 R pack") + (tags R) + (path /4BF03687/C8B2B4E3) + (fp_text reference RR5 (at -1.27 -2.794) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_text value 8x10K (at 0 2.032) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 107 /buspci.sch/PTATN-)) + (pad 3 thru_hole circle (at -5.08 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 98 /buspci.sch/EA9)) + (pad 4 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 165 /buspci.sch/X_IRQ)) + (pad 5 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 334 /buspci.sch/PTADR-)) + (pad 6 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 224 /muxdata/DPC21)) + (pad 7 thru_hole circle (at 5.08 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 162 /buspci.sch/RDFIFO-)) + (pad 8 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 163 /buspci.sch/WRFIFO-)) + (pad 9 thru_hole circle (at 10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 97 /buspci.sch/EA7)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:SIL-9 (layer Composant) (tedit 54019107) (tstamp 5402D183) + (at 95.25 127) + (descr "Connecteur 9 pins") + (tags "CONN DEV") + (path /4BF03687/C93123CE) + (fp_text reference RR6 (at -7.62 -2.54) (layer F.SilkS) + (effects (font (size 1.72974 1.08712) (thickness 0.3048))) + ) + (fp_text value 8x10K (at 5.08 -2.54) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 110 /buspci.sch/PTRDY-)) + (pad 3 thru_hole circle (at -5.08 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 223 /muxdata/DPC20)) + (pad 4 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 89 /buspci.sch/EA13)) + (pad 5 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 88 /buspci.sch/EA12)) + (pad 6 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 221 /muxdata/DPC18)) + (pad 7 thru_hole circle (at 5.08 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 87 /buspci.sch/EA11)) + (pad 8 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 222 /muxdata/DPC19)) + (pad 9 thru_hole circle (at 10.16 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 86 /buspci.sch/EA10)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:r_pack8 (layer Composant) (tedit 54019107) (tstamp 5402D194) + (at 92.075 109.855 90) + (descr "8 R pack") + (tags R) + (path /4BF03687/C931248E) + (fp_text reference RR7 (at -1.27 -2.794 90) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.2032))) + ) + (fp_text value 8x10K (at 0 2.032 90) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 3 thru_hole circle (at -5.08 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 4 thru_hole circle (at -2.54 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 5 thru_hole circle (at 0 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 6 thru_hole circle (at 2.54 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 7 thru_hole circle (at 5.08 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 8 thru_hole circle (at 7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 9 thru_hole circle (at 10.16 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 /ESVIDEO-RVB/DPC7)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:SIL-9 (layer Composant) (tedit 54019107) (tstamp 5402D1A5) + (at 88.265 89.535 270) + (descr "Connecteur 9 pins") + (tags "CONN DEV") + (path /4BF03687/C9363A3F) + (fp_text reference RR8 (at -7.62 -2.54 270) (layer F.SilkS) + (effects (font (size 1.72974 1.08712) (thickness 0.3048))) + ) + (fp_text value 8x10K (at 5.08 -2.54 270) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 11.43 -1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 1.27) (end -11.43 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -11.43 1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 11.43 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -10.16 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 2 thru_hole circle (at -7.62 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 218 /muxdata/DPC15)) + (pad 3 thru_hole circle (at -5.08 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 217 /muxdata/DPC14)) + (pad 4 thru_hole circle (at -2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 216 /muxdata/DPC13)) + (pad 5 thru_hole circle (at 0 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 215 /muxdata/DPC12)) + (pad 6 thru_hole circle (at 2.54 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 214 /muxdata/DPC11)) + (pad 7 thru_hole circle (at 5.08 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 213 /muxdata/DPC10)) + (pad 8 thru_hole circle (at 7.62 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 236 /muxdata/DPC9)) + (pad 9 thru_hole circle (at 10.16 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 235 /muxdata/DPC8)) + (model Socket_Strips.3dshapes/Socket_Strip_Straight_1x09.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300 (layer Composant) (tedit 54019107) (tstamp 5402D1B6) + (at 112.395 121.92) + (descr "8 pins DIL package, round pads") + (tags DIL) + (path /4BF03687/2F5F7E5C) + (fp_text reference U1 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.27 1.143) (thickness 0.2032))) + ) + (fp_text value 24C16 (at 0 0) (layer F.SilkS) + (effects (font (size 1.27 1.016) (thickness 0.2032))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.254)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at -1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 3 thru_hole circle (at 1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 4 thru_hole circle (at 3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 5 thru_hole circle (at 3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 327 "Net-(R29-Pad2)")) + (pad 6 thru_hole circle (at 1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 326 "Net-(R28-Pad2)")) + (pad 7 thru_hole circle (at -1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 8 thru_hole circle (at -3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO28 (layer Composant) (tedit 54019107) (tstamp 5402D1C8) + (at 148.717 62.23) + (descr "Module CMS SO 28 pins large") + (tags "CMS SOJ SO SOIC") + (path /4BF03683/33A805F8) + (attr smd) + (fp_text reference U2 (at 0 -1.26492) (layer F.SilkS) + (effects (font (thickness 0.1524))) + ) + (fp_text value 4C4001 (at 0 1.27) (layer F.SilkS) + (effects (font (thickness 0.1524))) + ) + (fp_line (start 8.89 -2.54) (end 8.89 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 3.81) (end -8.89 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 3.81) (end -8.89 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -3.81) (end 8.89 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 8.89 -3.81) (end 8.89 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 -0.635) (end -7.62 -0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 -0.635) (end -7.62 0.635) (layer F.SilkS) (width 0.3048)) + (fp_line (start -7.62 0.635) (end -8.89 0.635) (layer F.SilkS) (width 0.3048)) + (pad 1 smd rect (at -8.255 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 189 /graphic/ID0)) + (pad 2 smd rect (at -6.985 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 190 /graphic/ID1)) + (pad 3 smd rect (at -5.715 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 196 /graphic/IWR-)) + (pad 4 smd rect (at -4.445 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 194 /graphic/IRAS-)) + (pad 5 smd rect (at -3.175 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 187 /graphic/IA9)) + (pad 6 smd rect (at -1.905 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 178 /graphic/IA0)) + (pad 7 smd rect (at -0.635 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 179 /graphic/IA1)) + (pad 8 smd rect (at 0.635 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 180 /graphic/IA2)) + (pad 9 smd rect (at 1.905 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 181 /graphic/IA3)) + (pad 10 smd rect (at 3.175 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 11 smd rect (at 4.445 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 182 /graphic/IA4)) + (pad 12 smd rect (at 5.715 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 183 /graphic/IA5)) + (pad 13 smd rect (at 6.985 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 184 /graphic/IA6)) + (pad 14 smd rect (at 8.255 4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 185 /graphic/IA7)) + (pad 15 smd rect (at 8.255 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 186 /graphic/IA8)) + (pad 16 smd rect (at 6.985 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 193 /graphic/IOE-)) + (pad 17 smd rect (at 5.715 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 188 /graphic/ICAS-)) + (pad 18 smd rect (at 4.445 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 191 /graphic/ID2)) + (pad 19 smd rect (at 3.175 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 192 /graphic/ID3)) + (pad 20 smd rect (at 1.905 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 21 smd rect (at 0.635 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 22 smd rect (at -0.635 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 23 smd rect (at -1.905 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 24 smd rect (at -3.175 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 25 smd rect (at -4.445 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 26 smd rect (at -5.715 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 27 smd rect (at -6.985 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (pad 28 smd rect (at -8.255 -4.572) (size 0.508 1.27) (layers Composant F.Paste F.Mask)) + (model SMD_Packages.3dshapes/SO-28.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.55 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO20L (layer Cuivre) (tedit 54019107) (tstamp 5402D1EF) + (at 168.783 106.553 90) + (descr "Cms SOJ 20 pins large") + (tags "CMS SOJ") + (path /4BF0367D/33A7E303) + (attr smd) + (fp_text reference U3 (at 0 1.27 90) (layer B.SilkS) + (effects (font (thickness 0.127)) (justify mirror)) + ) + (fp_text value 74LS245 (at 0 -1.27 90) (layer B.SilkS) + (effects (font (size 1.524 1.27) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start 6.35 -3.683) (end 6.35 3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 3.683) (end -6.35 -3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start 6.35 -3.683) (end -6.35 -3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 3.683) (end 6.35 3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 0.635) (end -5.08 0.635) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.08 0.635) (end -5.08 -0.635) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.08 -0.635) (end -6.35 -0.635) (layer B.SilkS) (width 0.127)) + (pad 11 smd rect (at 5.715 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 12 smd rect (at 4.445 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 13 smd rect (at 3.175 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 14 smd rect (at 1.905 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 15 smd rect (at 0.635 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 16 smd rect (at -0.635 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 17 smd rect (at -1.905 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 18 smd rect (at -3.175 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 19 smd rect (at -4.445 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 337 /graphic/ACCES_RAM-)) + (pad 20 smd rect (at -5.715 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 1 smd rect (at -5.715 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 212 /muxdata/DATA_WR)) + (pad 2 smd rect (at -4.445 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 3 smd rect (at -3.175 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 4 smd rect (at -1.905 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 5 smd rect (at -0.635 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 6 smd rect (at 0.635 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 7 smd rect (at 1.905 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 8 smd rect (at 3.175 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 9 smd rect (at 4.445 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 10 smd rect (at 5.715 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SO-20-L.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.6 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO20L (layer Cuivre) (tedit 54019107) (tstamp 5402D20D) + (at 168.783 91.567 90) + (descr "Cms SOJ 20 pins large") + (tags "CMS SOJ") + (path /4BF0367D/4BF036D7) + (attr smd) + (fp_text reference U4 (at 0 1.27 90) (layer B.SilkS) + (effects (font (thickness 0.127)) (justify mirror)) + ) + (fp_text value 74LS245 (at 0 -1.27 90) (layer B.SilkS) + (effects (font (size 1.524 1.27) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start 6.35 -3.683) (end 6.35 3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 3.683) (end -6.35 -3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start 6.35 -3.683) (end -6.35 -3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 3.683) (end 6.35 3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 0.635) (end -5.08 0.635) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.08 0.635) (end -5.08 -0.635) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.08 -0.635) (end -6.35 -0.635) (layer B.SilkS) (width 0.127)) + (pad 11 smd rect (at 5.715 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 12 smd rect (at 4.445 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 13 smd rect (at 3.175 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 14 smd rect (at 1.905 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 15 smd rect (at 0.635 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 16 smd rect (at -0.635 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 17 smd rect (at -1.905 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 18 smd rect (at -3.175 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 19 smd rect (at -4.445 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 337 /graphic/ACCES_RAM-)) + (pad 20 smd rect (at -5.715 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 1 smd rect (at -5.715 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 212 /muxdata/DATA_WR)) + (pad 2 smd rect (at -4.445 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 235 /muxdata/DPC8)) + (pad 3 smd rect (at -3.175 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 236 /muxdata/DPC9)) + (pad 4 smd rect (at -1.905 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 213 /muxdata/DPC10)) + (pad 5 smd rect (at -0.635 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 214 /muxdata/DPC11)) + (pad 6 smd rect (at 0.635 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 215 /muxdata/DPC12)) + (pad 7 smd rect (at 1.905 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 216 /muxdata/DPC13)) + (pad 8 smd rect (at 3.175 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 217 /muxdata/DPC14)) + (pad 9 smd rect (at 4.445 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 218 /muxdata/DPC15)) + (pad 10 smd rect (at 5.715 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SO-20-L.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.6 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO20L (layer Cuivre) (tedit 54019107) (tstamp 5402D22B) + (at 168.783 121.031 90) + (descr "Cms SOJ 20 pins large") + (tags "CMS SOJ") + (path /4BF0367D/4BF036D6) + (attr smd) + (fp_text reference U5 (at 0 1.27 90) (layer B.SilkS) + (effects (font (thickness 0.127)) (justify mirror)) + ) + (fp_text value 74LS245 (at 0 -1.27 90) (layer B.SilkS) + (effects (font (size 1.524 1.27) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start 6.35 -3.683) (end 6.35 3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 3.683) (end -6.35 -3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start 6.35 -3.683) (end -6.35 -3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 3.683) (end 6.35 3.683) (layer B.SilkS) (width 0.127)) + (fp_line (start -6.35 0.635) (end -5.08 0.635) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.08 0.635) (end -5.08 -0.635) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.08 -0.635) (end -6.35 -0.635) (layer B.SilkS) (width 0.127)) + (pad 11 smd rect (at 5.715 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 12 smd rect (at 4.445 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 13 smd rect (at 3.175 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 14 smd rect (at 1.905 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 15 smd rect (at 0.635 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 16 smd rect (at -0.635 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 17 smd rect (at -1.905 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 18 smd rect (at -3.175 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 19 smd rect (at -4.445 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 337 /graphic/ACCES_RAM-)) + (pad 20 smd rect (at -5.715 4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 247 VCC)) + (pad 1 smd rect (at -5.715 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 212 /muxdata/DATA_WR)) + (pad 2 smd rect (at -4.445 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 219 /muxdata/DPC16)) + (pad 3 smd rect (at -3.175 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 220 /muxdata/DPC17)) + (pad 4 smd rect (at -1.905 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 221 /muxdata/DPC18)) + (pad 5 smd rect (at -0.635 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 222 /muxdata/DPC19)) + (pad 6 smd rect (at 0.635 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 223 /muxdata/DPC20)) + (pad 7 smd rect (at 1.905 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 224 /muxdata/DPC21)) + (pad 8 smd rect (at 3.175 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 225 /muxdata/DPC22)) + (pad 9 smd rect (at 4.445 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 226 /muxdata/DPC23)) + (pad 10 smd rect (at 5.715 -4.826 90) (size 0.508 1.27) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SO-20-L.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.6 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO20L (layer Composant) (tedit 54019107) (tstamp 5402D249) + (at 197.739 138.811 270) + (descr "Cms SOJ 20 pins large") + (tags "CMS SOJ") + (path /4BF0367D/4BF036D5) + (attr smd) + (fp_text reference U6 (at 0 -1.27 270) (layer F.SilkS) + (effects (font (thickness 0.127))) + ) + (fp_text value 74LS245 (at 0 1.27 270) (layer F.SilkS) + (effects (font (size 1.524 1.27) (thickness 0.127))) + ) + (fp_line (start 6.35 3.683) (end 6.35 -3.683) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.35 -3.683) (end -6.35 3.683) (layer F.SilkS) (width 0.127)) + (fp_line (start 6.35 3.683) (end -6.35 3.683) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.35 -3.683) (end 6.35 -3.683) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.35 -0.635) (end -5.08 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.08 -0.635) (end -5.08 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.08 0.635) (end -6.35 0.635) (layer F.SilkS) (width 0.127)) + (pad 11 smd rect (at 5.715 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 12 smd rect (at 4.445 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 13 smd rect (at 3.175 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 14 smd rect (at 1.905 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 15 smd rect (at 0.635 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 16 smd rect (at -0.635 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 17 smd rect (at -1.905 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 18 smd rect (at -3.175 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 19 smd rect (at -4.445 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 337 /graphic/ACCES_RAM-)) + (pad 20 smd rect (at -5.715 -4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 1 smd rect (at -5.715 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 212 /muxdata/DATA_WR)) + (pad 2 smd rect (at -4.445 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 227 /muxdata/DPC24)) + (pad 3 smd rect (at -3.175 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 228 /muxdata/DPC25)) + (pad 4 smd rect (at -1.905 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 229 /muxdata/DPC26)) + (pad 5 smd rect (at -0.635 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 230 /muxdata/DPC27)) + (pad 6 smd rect (at 0.635 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 231 /muxdata/DPC28)) + (pad 7 smd rect (at 1.905 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 232 /muxdata/DPC29)) + (pad 8 smd rect (at 3.175 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 233 /muxdata/DPC30)) + (pad 9 smd rect (at 4.445 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 234 /muxdata/DPC31)) + (pad 10 smd rect (at 5.715 4.826 270) (size 0.508 1.27) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/SO-20-L.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.6 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:SO8E (layer Composant) (tedit 54019107) (tstamp 5402D267) + (at 130.175 61.595) + (descr "module CMS SOJ 8 pins etroit") + (tags "CMS SOJ") + (path /4BF03683/2295D392) + (attr smd) + (fp_text reference U7 (at 0 -0.889) (layer F.SilkS) + (effects (font (size 1.143 1.143) (thickness 0.1524))) + ) + (fp_text value AV9173 (at 0 1.016) (layer F.SilkS) + (effects (font (size 0.889 0.889) (thickness 0.1524))) + ) + (fp_line (start -2.667 1.778) (end -2.667 1.905) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.667 1.905) (end 2.667 1.905) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.667 -1.905) (end -2.667 -1.905) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.667 -1.905) (end -2.667 1.778) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.667 -0.508) (end -2.159 -0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.159 -0.508) (end -2.159 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.159 0.508) (end -2.667 0.508) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.667 -1.905) (end 2.667 1.905) (layer F.SilkS) (width 0.127)) + (pad 8 smd rect (at -1.905 -2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask)) + (pad 1 smd rect (at -1.905 2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 176 /graphic/HDOUT)) + (pad 7 smd rect (at -0.635 -2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 200 /graphic/VOSC)) + (pad 6 smd rect (at 0.635 -2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 166 /graphic/14MHZOUT)) + (pad 5 smd rect (at 1.905 -2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 200 /graphic/VOSC)) + (pad 2 smd rect (at -0.635 2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 177 /graphic/HDREFOUT)) + (pad 3 smd rect (at 0.635 2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 4 smd rect (at 1.905 2.667) (size 0.59944 1.39954) (layers Composant F.Paste F.Mask) + (net 200 /graphic/VOSC)) + (model SMD_Packages.3dshapes/SOIC-8-N.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.32 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:PLCC84 (layer Composant) (tedit 200000) (tstamp 5402D27A) + (at 311.277 112.649 90) + (descr "Support Plcc 84 pins, pads ronds") + (tags PLCC) + (path /4BF03689/32F9E7F1) + (fp_text reference U8 (at 0 -2.54 90) (layer F.SilkS) + (effects (font (size 3.33756 1.94818) (thickness 0.3048))) + ) + (fp_text value BT253 (at 0 3.81 90) (layer F.SilkS) + (effects (font (size 2.90576 1.69672) (thickness 0.3048))) + ) + (fp_line (start -10.16 6.35) (end -7.62 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.62 10.16) (end 10.16 10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 10.16) (end 10.16 -10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.16 -10.16) (end -10.16 -10.16) (layer F.SilkS) (width 0.381)) + (fp_line (start -16.51 -16.51) (end -16.51 16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start -16.51 16.51) (end 16.51 16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start 16.51 16.51) (end 16.51 -16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start 16.51 -16.51) (end -16.51 -16.51) (layer F.SilkS) (width 0.381)) + (fp_line (start -10.16 -10.16) (end -10.16 6.35) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -15.24 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 thru_hole circle (at -12.7 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 3 thru_hole circle (at -15.24 2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 4 thru_hole circle (at -12.7 2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 5 thru_hole circle (at -15.24 5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole circle (at -12.7 5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 329 "Net-(R36-Pad2)")) + (pad 7 thru_hole circle (at -15.24 7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 280 "Net-(C36-Pad1)")) + (pad 8 thru_hole circle (at -12.7 7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 338 /ESVIDEO-RVB/CSYNCIN-)) + (pad 9 thru_hole circle (at -15.24 10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 10 thru_hole circle (at -12.7 10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 11 thru_hole circle (at -15.24 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 12 thru_hole circle (at -12.7 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 13 thru_hole circle (at -12.7 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 14 thru_hole circle (at -10.16 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 15 thru_hole circle (at -10.16 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 16 thru_hole circle (at -7.62 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 17 thru_hole circle (at -7.62 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 /ESVIDEO-RVB/PCA0)) + (pad 18 thru_hole circle (at -5.08 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 339 /ESVIDEO-RVB/PCA1)) + (pad 19 thru_hole circle (at -5.08 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 /ESVIDEO-RVB/PCA2)) + (pad 20 thru_hole circle (at -2.54 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 340 /ESVIDEO-RVB/RDCAD-)) + (pad 21 thru_hole circle (at -2.54 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 22 thru_hole circle (at 0 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 23 thru_hole circle (at 0 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 24 thru_hole circle (at 2.54 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 341 /ESVIDEO-RVB/WRCAD-)) + (pad 25 thru_hole circle (at 2.54 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 342 /ESVIDEO-RVB/TVB7)) + (pad 26 thru_hole circle (at 5.08 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 343 /ESVIDEO-RVB/TVB6)) + (pad 27 thru_hole circle (at 5.08 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 344 /ESVIDEO-RVB/TVB5)) + (pad 28 thru_hole circle (at 7.62 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 345 /ESVIDEO-RVB/TVB4)) + (pad 29 thru_hole circle (at 7.62 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /ESVIDEO-RVB/TVB3)) + (pad 30 thru_hole circle (at 10.16 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 /ESVIDEO-RVB/TVB2)) + (pad 31 thru_hole circle (at 10.16 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 346 /ESVIDEO-RVB/TVB1)) + (pad 32 thru_hole circle (at 12.7 15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 347 /ESVIDEO-RVB/TVB0)) + (pad 33 thru_hole circle (at 15.24 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 348 /ESVIDEO-RVB/TVG7)) + (pad 34 thru_hole circle (at 12.7 12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 349 /ESVIDEO-RVB/TVG6)) + (pad 35 thru_hole circle (at 15.24 10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 /ESVIDEO-RVB/TVG5)) + (pad 36 thru_hole circle (at 12.7 10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /ESVIDEO-RVB/TVG4)) + (pad 37 thru_hole circle (at 15.24 7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 350 /ESVIDEO-RVB/CLAMP)) + (pad 38 thru_hole circle (at 12.7 7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 169 /graphic/CADCLK)) + (pad 39 thru_hole circle (at 15.24 5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 169 /graphic/CADCLK)) + (pad 40 thru_hole circle (at 12.7 5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 169 /graphic/CADCLK)) + (pad 41 thru_hole circle (at 15.24 2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 42 thru_hole circle (at 12.7 2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 43 thru_hole circle (at 15.24 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 44 thru_hole circle (at 12.7 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 45 thru_hole circle (at 15.24 -2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 /ESVIDEO-RVB/TVG3)) + (pad 46 thru_hole circle (at 12.7 -2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 /ESVIDEO-RVB/TVG2)) + (pad 47 thru_hole circle (at 15.24 -5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 /ESVIDEO-RVB/TVG1)) + (pad 48 thru_hole circle (at 12.7 -5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 /ESVIDEO-RVB/TVG0)) + (pad 49 thru_hole circle (at 15.24 -7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /ESVIDEO-RVB/TVR7)) + (pad 50 thru_hole circle (at 12.7 -7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /ESVIDEO-RVB/TVR6)) + (pad 51 thru_hole circle (at 15.24 -10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 /ESVIDEO-RVB/TVR5)) + (pad 52 thru_hole circle (at 12.7 -10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 351 /ESVIDEO-RVB/TVR4)) + (pad 53 thru_hole circle (at 15.24 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 352 /ESVIDEO-RVB/TVR3)) + (pad 54 thru_hole circle (at 12.7 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 /ESVIDEO-RVB/TVR2)) + (pad 55 thru_hole circle (at 12.7 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 /ESVIDEO-RVB/TVR1)) + (pad 56 thru_hole circle (at 10.16 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 /ESVIDEO-RVB/TVR0)) + (pad 57 thru_hole circle (at 10.16 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 /ESVIDEO-RVB/OE_RVB-)) + (pad 58 thru_hole circle (at 7.62 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 353 "Net-(U8-Pad58)")) + (pad 59 thru_hole circle (at 7.62 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 350 /ESVIDEO-RVB/CLAMP)) + (pad 60 thru_hole circle (at 5.08 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 354 "Net-(U8-Pad60)")) + (pad 61 thru_hole circle (at 5.08 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 62 thru_hole circle (at 2.54 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 355 "Net-(U8-Pad62)")) + (pad 63 thru_hole circle (at 2.54 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 64 thru_hole circle (at 0 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 65 thru_hole circle (at 0 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 66 thru_hole circle (at -2.54 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 67 thru_hole circle (at -2.54 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 68 thru_hole circle (at -5.08 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 353 "Net-(U8-Pad58)")) + (pad 69 thru_hole circle (at -5.08 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 330 "Net-(R38-Pad1)")) + (pad 70 thru_hole circle (at -7.62 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 354 "Net-(U8-Pad60)")) + (pad 71 thru_hole circle (at -7.62 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 72 thru_hole circle (at -10.16 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 355 "Net-(U8-Pad62)")) + (pad 73 thru_hole circle (at -10.16 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 74 thru_hole circle (at -12.7 -15.24 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 75 thru_hole circle (at -15.24 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 286 "Net-(C41-Pad1)")) + (pad 76 thru_hole circle (at -12.7 -12.7 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 77 thru_hole circle (at -15.24 -10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 78 thru_hole circle (at -12.7 -10.16 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 79 thru_hole circle (at -15.24 -7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 284 "Net-(C40-Pad1)")) + (pad 80 thru_hole circle (at -12.7 -7.62 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 81 thru_hole circle (at -15.24 -5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 82 thru_hole circle (at -12.7 -5.08 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 /ESVIDEO-RVB/REF+)) + (pad 83 thru_hole circle (at -15.24 -2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 282 "Net-(C39-Pad1)")) + (pad 84 thru_hole circle (at -12.7 -2.54 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (model Sockets.3dshapes/PLCC68.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:PLCC68 (layer Composant) (tedit 200000) (tstamp 5402D2DA) + (at 343.535 114.935 270) + (descr "Support Plcc 68 pins, pads ronds") + (tags PLCC) + (path /4BF03689/32F9E902) + (fp_text reference U9 (at 0 -2.54 270) (layer F.SilkS) + (effects (font (size 2.56794 1.50622) (thickness 0.3048))) + ) + (fp_text value BT473 (at 0 2.54 270) (layer F.SilkS) + (effects (font (size 2.55778 1.48844) (thickness 0.3048))) + ) + (fp_line (start -13.97 -13.97) (end 13.97 -13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start 13.97 -13.97) (end 13.97 13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start 13.97 13.97) (end -13.97 13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start -13.97 13.97) (end -13.97 -13.97) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.62 -7.62) (end 7.62 -7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start 7.62 -7.62) (end 7.62 7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start 7.62 7.62) (end -5.08 7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 7.62) (end -7.62 5.08) (layer F.SilkS) (width 0.381)) + (fp_line (start -7.62 5.08) (end -7.62 -7.62) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -12.7 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 2 thru_hole circle (at -10.16 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 3 thru_hole circle (at -12.7 2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 4 thru_hole circle (at -10.16 2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 5 thru_hole circle (at -12.7 5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 6 thru_hole circle (at -10.16 5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole circle (at -12.7 7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 356 /ESVIDEO-RVB/BLANK-)) + (pad 8 thru_hole circle (at -10.16 7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 328 /graphic/CSYNC-OUT)) + (pad 9 thru_hole circle (at -12.7 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 171 /graphic/CDACLK)) + (pad 10 thru_hole circle (at -10.16 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 357 /ESVIDEO-RVB/TVI0)) + (pad 11 thru_hole circle (at -10.16 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 358 /ESVIDEO-RVB/TVI1)) + (pad 12 thru_hole circle (at -7.62 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 13 thru_hole circle (at -7.62 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 14 thru_hole circle (at -5.08 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 15 thru_hole circle (at -5.08 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 16 thru_hole circle (at -2.54 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 17 thru_hole circle (at -2.54 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 18 thru_hole circle (at 0 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 19 thru_hole circle (at 0 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 20 thru_hole circle (at 2.54 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 21 thru_hole circle (at 2.54 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 22 thru_hole circle (at 5.08 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 /ESVIDEO-RVB/RDCDA-)) + (pad 23 thru_hole circle (at 5.08 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 359 /ESVIDEO-RVB/WRCDA-)) + (pad 24 thru_hole circle (at 7.62 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 /ESVIDEO-RVB/PCA0)) + (pad 25 thru_hole circle (at 7.62 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 339 /ESVIDEO-RVB/PCA1)) + (pad 26 thru_hole circle (at 10.16 12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 /ESVIDEO-RVB/PCA2)) + (pad 27 thru_hole circle (at 12.7 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 28 thru_hole circle (at 10.16 10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 360 /ESVIDEO-RVB/OE_PAL-)) + (pad 29 thru_hole circle (at 12.7 7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 /ESVIDEO-RVB/OE_RVB-)) + (pad 30 thru_hole circle (at 10.16 7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 31 thru_hole circle (at 12.7 5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 32 thru_hole circle (at 10.16 5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 33 thru_hole circle (at 12.7 2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 34 thru_hole circle (at 10.16 2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 35 thru_hole circle (at 12.7 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 36 thru_hole circle (at 10.16 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 /ESVIDEO-RVB/VAA)) + (pad 37 thru_hole circle (at 12.7 -2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 205 /modul/BLEU)) + (pad 38 thru_hole circle (at 10.16 -2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 /ESVIDEO-RVB/GREEN)) + (pad 39 thru_hole circle (at 12.7 -5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /ESVIDEO-RVB/BLUE)) + (pad 40 thru_hole circle (at 10.16 -5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 278 "Net-(C34-Pad2)")) + (pad 41 thru_hole circle (at 12.7 -7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 279 "Net-(C35-Pad2)")) + (pad 42 thru_hole circle (at 10.16 -7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 279 "Net-(C35-Pad2)")) + (pad 43 thru_hole circle (at 12.7 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 277 "Net-(C32-Pad2)")) + (pad 44 thru_hole circle (at 10.16 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 277 "Net-(C32-Pad2)")) + (pad 45 thru_hole circle (at 10.16 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 /ESVIDEO-RVB/TVR0)) + (pad 46 thru_hole circle (at 7.62 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 /ESVIDEO-RVB/TVR1)) + (pad 47 thru_hole circle (at 7.62 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 /ESVIDEO-RVB/TVR2)) + (pad 48 thru_hole circle (at 5.08 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 352 /ESVIDEO-RVB/TVR3)) + (pad 49 thru_hole circle (at 5.08 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 351 /ESVIDEO-RVB/TVR4)) + (pad 50 thru_hole circle (at 2.54 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 /ESVIDEO-RVB/TVR5)) + (pad 51 thru_hole circle (at 2.54 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 /ESVIDEO-RVB/TVR6)) + (pad 52 thru_hole circle (at 0 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 /ESVIDEO-RVB/TVR7)) + (pad 53 thru_hole circle (at 0 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 /ESVIDEO-RVB/TVG0)) + (pad 54 thru_hole circle (at -2.54 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 /ESVIDEO-RVB/TVG1)) + (pad 55 thru_hole circle (at -2.54 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 /ESVIDEO-RVB/TVG2)) + (pad 56 thru_hole circle (at -5.08 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 /ESVIDEO-RVB/TVG3)) + (pad 57 thru_hole circle (at -5.08 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 /ESVIDEO-RVB/TVG4)) + (pad 58 thru_hole circle (at -7.62 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 /ESVIDEO-RVB/TVG5)) + (pad 59 thru_hole circle (at -7.62 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 349 /ESVIDEO-RVB/TVG6)) + (pad 60 thru_hole circle (at -10.16 -12.7 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 348 /ESVIDEO-RVB/TVG7)) + (pad 61 thru_hole circle (at -12.7 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 347 /ESVIDEO-RVB/TVB0)) + (pad 62 thru_hole circle (at -10.16 -10.16 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 346 /ESVIDEO-RVB/TVB1)) + (pad 63 thru_hole circle (at -12.7 -7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 /ESVIDEO-RVB/TVB2)) + (pad 64 thru_hole circle (at -10.16 -7.62 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 /ESVIDEO-RVB/TVB3)) + (pad 65 thru_hole circle (at -12.7 -5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 345 /ESVIDEO-RVB/TVB4)) + (pad 66 thru_hole circle (at -10.16 -5.08 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 344 /ESVIDEO-RVB/TVB5)) + (pad 67 thru_hole circle (at -12.7 -2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 343 /ESVIDEO-RVB/TVB6)) + (pad 68 thru_hole circle (at -10.16 -2.54 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 342 /ESVIDEO-RVB/TVB7)) + (model Sockets.3dshapes/PLCC68.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:PQFP160 (layer Composant) (tedit 54019107) (tstamp 5402D32A) + (at 335.407 76.327) + (descr "Module CMS Pqfp 160 pins") + (tags "CMS PQFP") + (path /4BF03681/BECCB834) + (attr smd) + (fp_text reference U10 (at 0 -2.54) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (fp_text value BT812 (at 0 2.54) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (fp_text user 1 (at 13.589 -15.494) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 12.827 -13.97) (end 14.097 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start -14.0462 14.1732) (end 14.097 14.1732) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.827 -13.97) (end -14.0462 -13.97) (layer F.SilkS) (width 0.3048)) + (fp_line (start -14.0462 -13.97) (end -14.0462 14.1732) (layer F.SilkS) (width 0.3048)) + (fp_line (start 14.097 14.1732) (end 14.097 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_circle (center 12.192 -12.065) (end 12.192 -11.303) (layer F.SilkS) (width 0.3048)) + (pad 1 smd rect (at 12.7 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 2 smd rect (at 12.065 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 3 smd rect (at 11.4046 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 4 smd rect (at 10.7696 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 274 "Net-(C8-Pad1)")) + (pad 5 smd rect (at 10.1092 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 6 smd rect (at 9.4488 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 242 /pal-ntsc.sch/Y_SYNC)) + (pad 7 smd rect (at 8.8138 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 8 smd rect (at 8.1534 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 9 smd rect (at 7.5184 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 10 smd rect (at 6.858 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 11 smd rect (at 6.1976 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 12 smd rect (at 5.5626 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 13 smd rect (at 4.9022 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 14 smd rect (at 4.2672 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 15 smd rect (at 3.6068 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 16 smd rect (at 2.9464 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 17 smd rect (at 2.3114 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 18 smd rect (at 1.651 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 19 smd rect (at 1.016 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 20 smd rect (at 0.3556 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 21 smd rect (at -0.3048 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 22 smd rect (at -0.9398 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 23 smd rect (at -1.6002 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 24 smd rect (at -2.2352 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 25 smd rect (at -2.8956 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 26 smd rect (at -3.556 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 27 smd rect (at -4.191 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 28 smd rect (at -4.8514 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 29 smd rect (at -5.4864 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 30 smd rect (at -6.1468 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 31 smd rect (at -6.8072 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 32 smd rect (at -7.4422 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 33 smd rect (at -8.1026 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 34 smd rect (at -8.7376 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 361 /graphic/VD_PAL-)) + (pad 35 smd rect (at -9.398 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 36 smd rect (at -10.0584 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 362 /graphic/HD_PAL-)) + (pad 37 smd rect (at -10.6934 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 38 smd rect (at -11.3538 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 39 smd rect (at -11.9888 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 40 smd rect (at -12.6492 -15.494) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 41 smd rect (at -15.5702 -12.573) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 42 smd rect (at -15.5702 -11.938) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 43 smd rect (at -15.5702 -11.2776) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 44 smd rect (at -15.5702 -10.6426) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 45 smd rect (at -15.5702 -9.9822) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 46 smd rect (at -15.5702 -9.3218) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 360 /ESVIDEO-RVB/OE_PAL-)) + (pad 47 smd rect (at -15.5702 -8.6868) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 360 /ESVIDEO-RVB/OE_PAL-)) + (pad 48 smd rect (at -15.5702 -8.0264) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 342 /ESVIDEO-RVB/TVB7)) + (pad 49 smd rect (at -15.5702 -7.3914) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 343 /ESVIDEO-RVB/TVB6)) + (pad 50 smd rect (at -15.5702 -6.731) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 344 /ESVIDEO-RVB/TVB5)) + (pad 51 smd rect (at -15.5702 -6.0706) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 345 /ESVIDEO-RVB/TVB4)) + (pad 52 smd rect (at -15.5702 -5.4356) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 20 /ESVIDEO-RVB/TVB3)) + (pad 53 smd rect (at -15.5702 -4.7752) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 19 /ESVIDEO-RVB/TVB2)) + (pad 54 smd rect (at -15.5702 -4.1402) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 346 /ESVIDEO-RVB/TVB1)) + (pad 55 smd rect (at -15.5702 -3.4798) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 347 /ESVIDEO-RVB/TVB0)) + (pad 56 smd rect (at -15.5702 -2.8194) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 57 smd rect (at -15.5702 -2.1844) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 58 smd rect (at -15.5702 -1.524) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 32 /ESVIDEO-RVB/TVR7)) + (pad 59 smd rect (at -15.5702 -0.889) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 31 /ESVIDEO-RVB/TVR6)) + (pad 60 smd rect (at -15.5702 -0.2286) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 30 /ESVIDEO-RVB/TVR5)) + (pad 61 smd rect (at -15.5702 0.4318) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 351 /ESVIDEO-RVB/TVR4)) + (pad 62 smd rect (at -15.5702 1.0668) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 352 /ESVIDEO-RVB/TVR3)) + (pad 63 smd rect (at -15.5702 1.7272) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 29 /ESVIDEO-RVB/TVR2)) + (pad 64 smd rect (at -15.5702 2.3622) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 28 /ESVIDEO-RVB/TVR1)) + (pad 65 smd rect (at -15.5702 3.0226) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 27 /ESVIDEO-RVB/TVR0)) + (pad 66 smd rect (at -15.5702 3.683) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 67 smd rect (at -15.5702 4.318) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 348 /ESVIDEO-RVB/TVG7)) + (pad 68 smd rect (at -15.5702 4.9784) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 349 /ESVIDEO-RVB/TVG6)) + (pad 69 smd rect (at -15.5702 5.6134) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 26 /ESVIDEO-RVB/TVG5)) + (pad 70 smd rect (at -15.5702 6.2738) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 25 /ESVIDEO-RVB/TVG4)) + (pad 71 smd rect (at -15.5702 6.9342) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 24 /ESVIDEO-RVB/TVG3)) + (pad 72 smd rect (at -15.5702 7.5692) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 23 /ESVIDEO-RVB/TVG2)) + (pad 73 smd rect (at -15.5702 8.2296) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 22 /ESVIDEO-RVB/TVG1)) + (pad 74 smd rect (at -15.5702 8.8646) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 21 /ESVIDEO-RVB/TVG0)) + (pad 75 smd rect (at -15.5702 9.525) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 76 smd rect (at -15.5702 10.1854) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 77 smd rect (at -15.5702 10.8204) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 78 smd rect (at -15.5702 11.4808) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 79 smd rect (at -15.5702 12.1158) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 80 smd rect (at -15.5702 12.7762) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 121 smd rect (at 15.621 12.7762) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 122 smd rect (at 15.621 12.1158) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 123 smd rect (at 15.621 11.4808) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 124 smd rect (at 15.621 10.8204) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 125 smd rect (at 15.621 10.1854) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 238 /pal-ntsc.sch/C-VIDEO)) + (pad 126 smd rect (at 15.621 9.525) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 127 smd rect (at 15.621 8.8646) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 128 smd rect (at 15.621 8.2296) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 129 smd rect (at 15.621 7.5692) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 130 smd rect (at 15.621 6.9342) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 131 smd rect (at 15.621 6.2738) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 132 smd rect (at 15.621 5.6134) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 133 smd rect (at 15.621 4.9784) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 134 smd rect (at 15.621 4.318) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 135 smd rect (at 15.621 3.683) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 325 "Net-(R27-Pad1)")) + (pad 136 smd rect (at 15.621 3.0226) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 137 smd rect (at 15.621 2.3622) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 272 "Net-(C6-Pad1)")) + (pad 138 smd rect (at 15.621 1.7272) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 139 smd rect (at 15.621 1.0668) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 140 smd rect (at 15.621 0.4318) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 266 "Net-(C1-Pad2)")) + (pad 141 smd rect (at 15.621 -0.2286) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 142 smd rect (at 15.621 -0.889) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 143 smd rect (at 15.621 -1.524) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 144 smd rect (at 15.621 -2.1844) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 272 "Net-(C6-Pad1)")) + (pad 145 smd rect (at 15.621 -2.8194) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 146 smd rect (at 15.621 -3.4798) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 147 smd rect (at 15.621 -4.1402) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 148 smd rect (at 15.621 -4.7752) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 149 smd rect (at 15.621 -5.4356) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 150 smd rect (at 15.621 -6.0706) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 151 smd rect (at 15.621 -6.731) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 152 smd rect (at 15.621 -7.3914) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 153 smd rect (at 15.621 -8.0264) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 154 smd rect (at 15.621 -8.6868) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 155 smd rect (at 15.621 -9.3218) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 156 smd rect (at 15.621 -9.9822) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 241 /pal-ntsc.sch/Y-VIDEO)) + (pad 157 smd rect (at 15.621 -10.6426) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 158 smd rect (at 15.621 -11.2776) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 159 smd rect (at 15.621 -11.938) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 160 smd rect (at 15.621 -12.573) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 81 smd rect (at -12.6492 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 82 smd rect (at -11.9888 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 83 smd rect (at -11.3538 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 168 /graphic/BT812_WR-)) + (pad 84 smd rect (at -10.6934 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 15 /ESVIDEO-RVB/PCA0)) + (pad 85 smd rect (at -10.0584 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 339 /ESVIDEO-RVB/PCA1)) + (pad 86 smd rect (at -9.398 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 167 /graphic/BT812_RD-)) + (pad 87 smd rect (at -8.7376 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 239 /pal-ntsc.sch/RESET-)) + (pad 88 smd rect (at -8.1026 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 89 smd rect (at -7.4422 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 90 smd rect (at -6.8072 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 91 smd rect (at -6.1468 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 92 smd rect (at -5.4864 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 93 smd rect (at -4.8514 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 94 smd rect (at -4.191 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 95 smd rect (at -3.556 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 96 smd rect (at -2.8956 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 97 smd rect (at -2.2352 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 98 smd rect (at -1.6002 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 99 smd rect (at -0.9398 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 100 smd rect (at -0.3048 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 101 smd rect (at 0.3556 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 102 smd rect (at 1.016 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 103 smd rect (at 1.651 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 104 smd rect (at 2.3114 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 363 /graphic/F_PALIN)) + (pad 105 smd rect (at 2.9464 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 106 smd rect (at 3.6068 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 107 smd rect (at 4.2672 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 108 smd rect (at 4.9022 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 301 "Net-(C66-Pad2)")) + (pad 109 smd rect (at 5.5626 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 300 "Net-(C65-Pad2)")) + (pad 110 smd rect (at 6.1976 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 276 "Net-(C16-Pad1)")) + (pad 111 smd rect (at 6.858 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 112 smd rect (at 7.5184 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 113 smd rect (at 8.1534 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 272 "Net-(C6-Pad1)")) + (pad 114 smd rect (at 8.8138 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 273 "Net-(C7-Pad1)")) + (pad 115 smd rect (at 9.4488 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 324 "Net-(R19-Pad2)")) + (pad 116 smd rect (at 10.1092 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 117 smd rect (at 10.7696 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 270 "Net-(C5-Pad1)")) + (pad 118 smd rect (at 11.4046 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 119 smd rect (at 12.065 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (pad 120 smd rect (at 12.7 15.6972) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 240 /pal-ntsc.sch/VAF)) + (model SMD_Packages.3dshapes/PQFP-160.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.512 0.512 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:PQFP160 (layer Composant) (tedit 54019107) (tstamp 5402D3D4) + (at 141.605 129.54 180) + (descr "Module CMS Pqfp 160 pins") + (tags "CMS PQFP") + (path /4BF03687/21FA8347) + (attr smd) + (fp_text reference U11 (at 0 -2.54 180) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (fp_text value S5933_PQ160 (at 0 2.54 180) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (fp_text user 1 (at 13.589 -15.494 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 12.827 -13.97) (end 14.097 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start -14.0462 14.1732) (end 14.097 14.1732) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.827 -13.97) (end -14.0462 -13.97) (layer F.SilkS) (width 0.3048)) + (fp_line (start -14.0462 -13.97) (end -14.0462 14.1732) (layer F.SilkS) (width 0.3048)) + (fp_line (start 14.097 14.1732) (end 14.097 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_circle (center 12.192 -12.065) (end 12.192 -11.303) (layer F.SilkS) (width 0.3048)) + (pad 1 smd rect (at 12.7 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 99 /buspci.sch/EQ0)) + (pad 2 smd rect (at 12.065 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 127 /buspci.sch/P_AD23)) + (pad 3 smd rect (at 11.4046 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 126 /buspci.sch/P_AD22)) + (pad 4 smd rect (at 10.7696 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 125 /buspci.sch/P_AD21)) + (pad 5 smd rect (at 10.1092 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 234 /muxdata/DPC31)) + (pad 6 smd rect (at 9.4488 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 124 /buspci.sch/P_AD20)) + (pad 7 smd rect (at 8.8138 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 122 /buspci.sch/P_AD19)) + (pad 8 smd rect (at 8.1534 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 121 /buspci.sch/P_AD18)) + (pad 9 smd rect (at 7.5184 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 100 /buspci.sch/EQ1)) + (pad 10 smd rect (at 6.858 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 11 smd rect (at 6.1976 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 12 smd rect (at 5.5626 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 120 /buspci.sch/P_AD17)) + (pad 13 smd rect (at 4.9022 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 233 /muxdata/DPC30)) + (pad 14 smd rect (at 4.2672 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 119 /buspci.sch/P_AD16)) + (pad 15 smd rect (at 3.6068 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 145 /buspci.sch/P_C/BE2#)) + (pad 16 smd rect (at 2.9464 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 149 /buspci.sch/P_FRAME#)) + (pad 17 smd rect (at 2.3114 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 101 /buspci.sch/EQ2)) + (pad 18 smd rect (at 1.651 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 153 /buspci.sch/P_IRDY#)) + (pad 19 smd rect (at 1.016 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 161 /buspci.sch/P_TRDY#)) + (pad 20 smd rect (at 0.3556 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 148 /buspci.sch/P_DEVSEL#)) + (pad 21 smd rect (at -0.3048 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 102 /buspci.sch/EQ3)) + (pad 22 smd rect (at -0.9398 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 160 /buspci.sch/P_STOP#)) + (pad 23 smd rect (at -1.6002 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 154 /buspci.sch/P_LOCK#)) + (pad 24 smd rect (at -2.2352 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 156 /buspci.sch/P_PERR#)) + (pad 25 smd rect (at -2.8956 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 232 /muxdata/DPC29)) + (pad 26 smd rect (at -3.556 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 159 /buspci.sch/P_SERR#)) + (pad 27 smd rect (at -4.191 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 155 /buspci.sch/P_PAR)) + (pad 28 smd rect (at -4.8514 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 144 /buspci.sch/P_C/BE1#)) + (pad 29 smd rect (at -5.4864 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 103 /buspci.sch/EQ4)) + (pad 30 smd rect (at -6.1468 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 31 smd rect (at -6.8072 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 32 smd rect (at -7.4422 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 118 /buspci.sch/P_AD15)) + (pad 33 smd rect (at -8.1026 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 104 /buspci.sch/EQ5)) + (pad 34 smd rect (at -8.7376 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 117 /buspci.sch/P_AD14)) + (pad 35 smd rect (at -9.398 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 116 /buspci.sch/P_AD13)) + (pad 36 smd rect (at -10.0584 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 115 /buspci.sch/P_AD12)) + (pad 37 smd rect (at -10.6934 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 231 /muxdata/DPC28)) + (pad 38 smd rect (at -11.3538 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 114 /buspci.sch/P_AD11)) + (pad 39 smd rect (at -11.9888 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 113 /buspci.sch/P_AD10)) + (pad 40 smd rect (at -12.6492 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 142 /buspci.sch/P_AD9)) + (pad 41 smd rect (at -15.5702 -12.573 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 105 /buspci.sch/EQ6)) + (pad 42 smd rect (at -15.5702 -11.938 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 141 /buspci.sch/P_AD8)) + (pad 43 smd rect (at -15.5702 -11.2776 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 143 /buspci.sch/P_C/BE0#)) + (pad 44 smd rect (at -15.5702 -10.6426 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 140 /buspci.sch/P_AD7)) + (pad 45 smd rect (at -15.5702 -9.9822 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 230 /muxdata/DPC27)) + (pad 46 smd rect (at -15.5702 -9.3218 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 139 /buspci.sch/P_AD6)) + (pad 47 smd rect (at -15.5702 -8.6868 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 138 /buspci.sch/P_AD5)) + (pad 48 smd rect (at -15.5702 -8.0264 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 137 /buspci.sch/P_AD4)) + (pad 49 smd rect (at -15.5702 -7.3914 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 106 /buspci.sch/EQ7)) + (pad 50 smd rect (at -15.5702 -6.731 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 51 smd rect (at -15.5702 -6.0706 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 52 smd rect (at -15.5702 -5.4356 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 134 /buspci.sch/P_AD3)) + (pad 53 smd rect (at -15.5702 -4.7752 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 229 /muxdata/DPC26)) + (pad 54 smd rect (at -15.5702 -4.1402 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 123 /buspci.sch/P_AD2)) + (pad 55 smd rect (at -15.5702 -3.4798 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 112 /buspci.sch/P_AD1)) + (pad 56 smd rect (at -15.5702 -2.8194 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 111 /buspci.sch/P_AD0)) + (pad 57 smd rect (at -15.5702 -2.1844 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 195 /graphic/IRQ_SLR)) + (pad 58 smd rect (at -15.5702 -1.524 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 152 /buspci.sch/P_INTA#)) + (pad 59 smd rect (at -15.5702 -0.889 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 319 "Net-(R5-Pad1)")) + (pad 60 smd rect (at -15.5702 -0.2286 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 364 /buspci.sch/BE-3)) + (pad 61 smd rect (at -15.5702 0.4318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 85 /buspci.sch/EA1)) + (pad 62 smd rect (at -15.5702 1.0668 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 365 /buspci.sch/BE-2)) + (pad 63 smd rect (at -15.5702 1.7272 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 366 /buspci.sch/BE-1)) + (pad 64 smd rect (at -15.5702 2.3622 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 367 /buspci.sch/ADR5)) + (pad 65 smd rect (at -15.5702 3.0226 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 228 /muxdata/DPC25)) + (pad 66 smd rect (at -15.5702 3.683 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 368 /buspci.sch/ADR4)) + (pad 67 smd rect (at -15.5702 4.318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 369 /buspci.sch/ADR3)) + (pad 68 smd rect (at -15.5702 4.9784 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 370 /buspci.sch/ADR2)) + (pad 69 smd rect (at -15.5702 5.6134 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 92 /buspci.sch/EA2)) + (pad 70 smd rect (at -15.5702 6.2738 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 71 smd rect (at -15.5702 6.9342 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 72 smd rect (at -15.5702 7.5692 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 333 /buspci.sch/RD-)) + (pad 73 smd rect (at -15.5702 8.2296 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 93 /buspci.sch/EA3)) + (pad 74 smd rect (at -15.5702 8.8646 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 332 /buspci.sch/WR-)) + (pad 75 smd rect (at -15.5702 9.525 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 331 /buspci.sch/SELECT-)) + (pad 76 smd rect (at -15.5702 10.1854 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 218 /muxdata/DPC15)) + (pad 77 smd rect (at -15.5702 10.8204 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 227 /muxdata/DPC24)) + (pad 78 smd rect (at -15.5702 11.4808 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 217 /muxdata/DPC14)) + (pad 79 smd rect (at -15.5702 12.1158 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 216 /muxdata/DPC13)) + (pad 80 smd rect (at -15.5702 12.7762 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 215 /muxdata/DPC12)) + (pad 121 smd rect (at 15.621 12.7762 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 86 /buspci.sch/EA10)) + (pad 122 smd rect (at 15.621 12.1158 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 371 /buspci.sch/PTNUM1)) + (pad 123 smd rect (at 15.621 11.4808 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 109 /buspci.sch/PTNUM0)) + (pad 124 smd rect (at 15.621 10.8204 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 372 /buspci.sch/IRQ-)) + (pad 125 smd rect (at 15.621 10.1854 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 222 /muxdata/DPC19)) + (pad 126 smd rect (at 15.621 9.525 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 239 /pal-ntsc.sch/RESET-)) + (pad 127 smd rect (at 15.621 8.8646 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 327 "Net-(R29-Pad2)")) + (pad 128 smd rect (at 15.621 8.2296 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 326 "Net-(R28-Pad2)")) + (pad 129 smd rect (at 15.621 7.5692 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 87 /buspci.sch/EA11)) + (pad 130 smd rect (at 15.621 6.9342 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 131 smd rect (at 15.621 6.2738 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 132 smd rect (at 15.621 5.6134 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 83 /buspci.sch/ADR6)) + (pad 133 smd rect (at 15.621 4.9784 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 221 /muxdata/DPC18)) + (pad 134 smd rect (at 15.621 4.318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 135 smd rect (at 15.621 3.683 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 321 "Net-(R7-Pad1)")) + (pad 136 smd rect (at 15.621 3.0226 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 137 smd rect (at 15.621 2.3622 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 88 /buspci.sch/EA12)) + (pad 138 smd rect (at 15.621 1.7272 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 320 "Net-(R6-Pad1)")) + (pad 139 smd rect (at 15.621 1.0668 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 158 /buspci.sch/P_RST#)) + (pad 140 smd rect (at 15.621 0.4318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 84 /buspci.sch/BPCLK)) + (pad 141 smd rect (at 15.621 -0.2286 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 89 /buspci.sch/EA13)) + (pad 142 smd rect (at 15.621 -0.889 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 147 /buspci.sch/P_CLK)) + (pad 143 smd rect (at 15.621 -1.524 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 150 /buspci.sch/P_GNT#)) + (pad 144 smd rect (at 15.621 -2.1844 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 157 /buspci.sch/P_REQ#)) + (pad 145 smd rect (at 15.621 -2.8194 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 220 /muxdata/DPC17)) + (pad 146 smd rect (at 15.621 -3.4798 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 136 /buspci.sch/P_AD31)) + (pad 147 smd rect (at 15.621 -4.1402 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 135 /buspci.sch/P_AD30)) + (pad 148 smd rect (at 15.621 -4.7752 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 133 /buspci.sch/P_AD29)) + (pad 149 smd rect (at 15.621 -5.4356 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 90 /buspci.sch/EA14)) + (pad 150 smd rect (at 15.621 -6.0706 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 151 smd rect (at 15.621 -6.731 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 152 smd rect (at 15.621 -7.3914 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 132 /buspci.sch/P_AD28)) + (pad 153 smd rect (at 15.621 -8.0264 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 91 /buspci.sch/EA15)) + (pad 154 smd rect (at 15.621 -8.6868 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 131 /buspci.sch/P_AD27)) + (pad 155 smd rect (at 15.621 -9.3218 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 130 /buspci.sch/P_AD26)) + (pad 156 smd rect (at 15.621 -9.9822 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 129 /buspci.sch/P_AD25)) + (pad 157 smd rect (at 15.621 -10.6426 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 219 /muxdata/DPC16)) + (pad 158 smd rect (at 15.621 -11.2776 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 128 /buspci.sch/P_AD24)) + (pad 159 smd rect (at 15.621 -11.938 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 146 /buspci.sch/P_C/BE3#)) + (pad 160 smd rect (at 15.621 -12.573 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 151 /buspci.sch/P_IDSEL)) + (pad 81 smd rect (at -12.6492 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 94 /buspci.sch/EA4)) + (pad 82 smd rect (at -11.9888 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 214 /muxdata/DPC11)) + (pad 83 smd rect (at -11.3538 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 213 /muxdata/DPC10)) + (pad 84 smd rect (at -10.6934 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 236 /muxdata/DPC9)) + (pad 85 smd rect (at -10.0584 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 226 /muxdata/DPC23)) + (pad 86 smd rect (at -9.398 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 235 /muxdata/DPC8)) + (pad 87 smd rect (at -8.7376 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 373 /buspci.sch/BE-0)) + (pad 88 smd rect (at -8.1026 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 89 smd rect (at -7.4422 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 95 /buspci.sch/EA5)) + (pad 90 smd rect (at -6.8072 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 91 smd rect (at -6.1468 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 92 smd rect (at -5.4864 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 93 smd rect (at -4.8514 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 225 /muxdata/DPC22)) + (pad 94 smd rect (at -4.191 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 95 smd rect (at -3.556 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 96 smd rect (at -2.8956 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 97 smd rect (at -2.2352 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 96 /buspci.sch/EA6)) + (pad 98 smd rect (at -1.6002 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 99 smd rect (at -0.9398 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 100 smd rect (at -0.3048 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 101 smd rect (at 0.3556 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 97 /buspci.sch/EA7)) + (pad 102 smd rect (at 1.016 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 163 /buspci.sch/WRFIFO-)) + (pad 103 smd rect (at 1.651 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 164 /buspci.sch/WRFULL)) + (pad 104 smd rect (at 2.3114 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 162 /buspci.sch/RDFIFO-)) + (pad 105 smd rect (at 2.9464 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 224 /muxdata/DPC21)) + (pad 106 smd rect (at 3.6068 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 374 /buspci.sch/RDEMPTY)) + (pad 107 smd rect (at 4.2672 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 334 /buspci.sch/PTADR-)) + (pad 108 smd rect (at 4.9022 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 375 /buspci.sch/PTWR)) + (pad 109 smd rect (at 5.5626 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 165 /buspci.sch/X_IRQ)) + (pad 110 smd rect (at 6.1976 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 111 smd rect (at 6.858 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 112 smd rect (at 7.5184 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 376 /buspci.sch/PTBURST-)) + (pad 113 smd rect (at 8.1534 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 98 /buspci.sch/EA9)) + (pad 114 smd rect (at 8.8138 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 107 /buspci.sch/PTATN-)) + (pad 115 smd rect (at 9.4488 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 110 /buspci.sch/PTRDY-)) + (pad 116 smd rect (at 10.1092 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 377 /buspci.sch/PTBE-0)) + (pad 117 smd rect (at 10.7696 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 223 /muxdata/DPC20)) + (pad 118 smd rect (at 11.4046 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 108 /buspci.sch/PTBE-1)) + (pad 119 smd rect (at 12.065 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 378 /buspci.sch/PTBE-2)) + (pad 120 smd rect (at 12.7 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 379 /buspci.sch/PTBE-3)) + (model SMD_Packages.3dshapes/PQFP-160.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.512 0.512 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D47E) + (at 234.315 108.585) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036CE) + (fp_text reference U12 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 49 /RAMS/RAS5-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 49 /RAMS/RAS5-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D4D2) + (at 234.315 126.365) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/32FA1E5B) + (fp_text reference U13 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 381 /RAMS/RAS7-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 381 /RAMS/RAS7-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D526) + (at 234.315 117.475) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036CF) + (fp_text reference U14 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 382 /RAMS/RAS6-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 382 /RAMS/RAS6-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D57A) + (at 234.315 90.805) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036D1) + (fp_text reference U15 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 48 /RAMS/RAS3-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 48 /RAMS/RAS3-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D5CE) + (at 234.315 99.695) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036D0) + (fp_text reference U16 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 383 /RAMS/RAS4-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 383 /RAMS/RAS4-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D622) + (at 234.315 81.915) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036D2) + (fp_text reference U17 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 384 /RAMS/RAS2-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 384 /RAMS/RAS2-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D676) + (at 234.315 73.025) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036D3) + (fp_text reference U18 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 385 /RAMS/RAS1-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 385 /RAMS/RAS1-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module footprints:sim72 (layer Composant) (tedit 200000) (tstamp 5402D6CA) + (at 234.315 64.135) + (descr "Support 72 pins pour barettes SIMM 32 bits") + (tags SIMM) + (path /4BF03685/4BF036D4) + (fp_text reference U19 (at -18.542 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_text value SIM4X32 (at 11.176 -3.302) (layer F.SilkS) + (effects (font (size 2.032 2.032) (thickness 0.3048))) + ) + (fp_line (start 57.785 -4.445) (end -57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 -4.445) (end -57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start -57.785 3.175) (end 57.785 3.175) (layer F.SilkS) (width 0.3048)) + (fp_line (start 57.785 3.175) (end 57.785 -4.445) (layer F.SilkS) (width 0.3048)) + (fp_line (start 46.99 3.175) (end 47.625 1.905) (layer F.SilkS) (width 0.3048)) + (fp_line (start 47.625 1.905) (end 48.26 3.175) (layer F.SilkS) (width 0.3048)) + (pad "" thru_hole circle (at 0 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at -55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad "" thru_hole circle (at 55.88 0) (size 3.048 3.048) (drill 2.54) (layers *.Cu *.Mask F.SilkS)) + (pad 1 thru_hole rect (at 47.625 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 2 thru_hole circle (at 46.355 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 3 thru_hole circle (at 45.085 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 4 thru_hole circle (at 43.815 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 5 thru_hole circle (at 42.545 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 6 thru_hole circle (at 41.275 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 7 thru_hole circle (at 40.005 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 8 thru_hole circle (at 38.735 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 9 thru_hole circle (at 37.465 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 10 thru_hole circle (at 36.195 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 11 thru_hole circle (at 34.925 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 12 thru_hole circle (at 33.655 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 37 /RAMS/MXA0)) + (pad 13 thru_hole circle (at 32.385 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 38 /RAMS/MXA1)) + (pad 14 thru_hole circle (at 31.115 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 40 /RAMS/MXA2)) + (pad 15 thru_hole circle (at 29.845 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 41 /RAMS/MXA3)) + (pad 16 thru_hole circle (at 28.575 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 42 /RAMS/MXA4)) + (pad 17 thru_hole circle (at 27.305 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 43 /RAMS/MXA5)) + (pad 18 thru_hole circle (at 26.035 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 44 /RAMS/MXA6)) + (pad 19 thru_hole circle (at 24.765 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 39 /RAMS/MXA10)) + (pad 20 thru_hole circle (at 23.495 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 21 thru_hole circle (at 22.225 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 22 thru_hole circle (at 20.955 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 23 thru_hole circle (at 19.685 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 24 thru_hole circle (at 18.415 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 25 thru_hole circle (at 17.145 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 26 thru_hole circle (at 15.875 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 27 thru_hole circle (at 14.605 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 28 thru_hole circle (at 13.335 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 45 /RAMS/MXA7)) + (pad 29 thru_hole circle (at 12.065 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 30 thru_hole circle (at 10.795 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 31 thru_hole circle (at 9.525 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 46 /RAMS/MXA8)) + (pad 32 thru_hole circle (at 8.255 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 47 /RAMS/MXA9)) + (pad 33 thru_hole circle (at 6.985 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 34 thru_hole circle (at 5.715 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 386 /RAMS/RAS0-)) + (pad 35 thru_hole circle (at 4.445 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 36 thru_hole circle (at 3.175 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 37 thru_hole circle (at -3.175 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 38 thru_hole circle (at -4.445 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 39 thru_hole circle (at -5.715 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + (pad 40 thru_hole circle (at -6.985 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 34 /RAMS/CAS0-)) + (pad 41 thru_hole circle (at -8.255 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 380 /RAMS/CAS1-)) + (pad 42 thru_hole circle (at -9.525 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 35 /RAMS/CAS2-)) + (pad 43 thru_hole circle (at -10.795 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 36 /RAMS/CAS3-)) + (pad 44 thru_hole circle (at -12.065 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 386 /RAMS/RAS0-)) + (pad 45 thru_hole circle (at -13.335 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 46 thru_hole circle (at -14.605 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 47 thru_hole circle (at -15.875 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 82 /RAMS/WRAM-)) + (pad 48 thru_hole circle (at -17.145 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 49 thru_hole circle (at -18.415 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 50 thru_hole circle (at -19.685 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 51 thru_hole circle (at -20.955 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 52 thru_hole circle (at -22.225 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 53 thru_hole circle (at -23.495 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 54 thru_hole circle (at -24.765 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 55 thru_hole circle (at -26.035 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 56 thru_hole circle (at -27.305 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 57 thru_hole circle (at -28.575 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 58 thru_hole circle (at -29.845 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 59 thru_hole circle (at -31.115 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 247 VCC)) + (pad 60 thru_hole circle (at -32.385 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 thru_hole circle (at -33.655 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 62 thru_hole circle (at -34.925 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 63 thru_hole circle (at -36.195 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 64 thru_hole circle (at -37.465 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 65 thru_hole circle (at -38.735 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 66 thru_hole circle (at -40.005 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 67 thru_hole circle (at -41.275 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 68 thru_hole circle (at -42.545 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 69 thru_hole circle (at -43.815 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 70 thru_hole circle (at -45.085 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 71 thru_hole circle (at -46.355 1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask)) + (pad 72 thru_hole circle (at -47.625 -1.27) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.SilkS *.Mask) + (net 243 GND)) + ) + + (module lib_smd:SO24E (layer Composant) (tedit 54019107) (tstamp 5402D71E) + (at 73.914 85.09) + (path /4BF0367F/22760F4E) + (attr smd) + (fp_text reference U20 (at 0 -1.524) (layer F.SilkS) + (effects (font (thickness 0.127))) + ) + (fp_text value TDA8501 (at 0 1.524) (layer F.SilkS) hide + (effects (font (thickness 0.127))) + ) + (fp_line (start 7.62 -4.191) (end -7.62 -4.191) (layer F.SilkS) (width 0.2032)) + (fp_line (start -7.62 -4.191) (end -7.62 4.191) (layer F.SilkS) (width 0.2032)) + (fp_line (start -7.62 -0.635) (end -6.35 -0.635) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.35 -0.635) (end -6.35 0.635) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.35 0.635) (end -7.62 0.635) (layer F.SilkS) (width 0.2032)) + (fp_line (start 7.62 4.191) (end 7.62 -4.191) (layer F.SilkS) (width 0.2032)) + (fp_line (start -7.62 4.191) (end 7.62 4.191) (layer F.SilkS) (width 0.3048)) + (pad 1 smd rect (at -6.985 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask)) + (pad 2 smd rect (at -5.715 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 318 "Net-(R4-Pad1)")) + (pad 3 smd rect (at -4.445 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask)) + (pad 4 smd rect (at -3.175 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask)) + (pad 5 smd rect (at -1.905 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask)) + (pad 6 smd rect (at -0.635 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 289 "Net-(C44-Pad1)")) + (pad 7 smd rect (at 0.635 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 297 "Net-(C60-Pad1)")) + (pad 8 smd rect (at 1.905 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 294 "Net-(C54-Pad1)")) + (pad 9 smd rect (at 3.175 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 296 "Net-(C59-Pad1)")) + (pad 10 smd rect (at 4.445 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 11 smd rect (at 5.715 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 295 "Net-(C58-Pad1)")) + (pad 12 smd rect (at 6.985 4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 288 "Net-(C43-Pad1)")) + (pad 24 smd rect (at -6.985 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 299 "Net-(C61-Pad2)")) + (pad 23 smd rect (at -5.715 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 387 "Net-(U20-Pad23)")) + (pad 22 smd rect (at -4.445 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 323 "Net-(R10-Pad2)")) + (pad 21 smd rect (at -3.175 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 322 "Net-(R9-Pad2)")) + (pad 20 smd rect (at -1.905 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 306 "Net-(L6-Pad2)")) + (pad 19 smd rect (at -0.635 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 210 /modul/LUM)) + (pad 18 smd rect (at 0.635 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 304 "Net-(L1-Pad1)")) + (pad 17 smd rect (at 1.905 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 16 smd rect (at 3.175 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 208 /modul/CVBS)) + (pad 15 smd rect (at 4.445 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 290 "Net-(C45-Pad1)")) + (pad 14 smd rect (at 5.715 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 206 /modul/CHROM)) + (pad 13 smd rect (at 6.985 -4.826) (size 0.762 1.27) (layers Composant F.Paste F.Mask) + (net 292 "Net-(C48-Pad2)")) + (model SMD_Packages.3dshapes/SO-24-E.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.6 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300 (layer Composant) (tedit 54019107) (tstamp 5402D740) + (at 98.425 69.215) + (descr "8 pins DIL package, round pads") + (tags DIL) + (path /4BF03683/33A7DDDD) + (fp_text reference U21 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.27 1.143) (thickness 0.2032))) + ) + (fp_text value XC1736APD8 (at 0 0) (layer F.SilkS) + (effects (font (size 1.27 1.016) (thickness 0.2032))) + ) + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.254)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 174 /graphic/DIN)) + (pad 2 thru_hole circle (at -1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 170 /graphic/CCLK)) + (pad 3 thru_hole circle (at 1.27 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 198 /graphic/PROG*)) + (pad 4 thru_hole circle (at 3.81 3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 198 /graphic/PROG*)) + (pad 5 thru_hole circle (at 3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 6 thru_hole circle (at 1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) + (pad 7 thru_hole circle (at -1.27 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (pad 8 thru_hole circle (at -3.81 -3.81) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 247 VCC)) + (model Sockets_DIP.3dshapes/DIP-8__300.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:VQFP100 (layer Composant) (tedit 54019107) (tstamp 5402D752) + (at 304.927 74.422) + (descr "Module CMS Vqfp 100 pins") + (tags "CMS VQFP") + (path /4BF0367D/33A567B8) + (attr smd) + (fp_text reference U22 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_text value XC4003-VQ100 (at 0 2.54) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_circle (center 6.096 -6.477) (end 6.096 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.985 -6.35) (end 6.35 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.985 -6.731) (end -6.731 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.985 6.731) (end -6.731 6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.731 6.985) (end 6.985 6.731) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.35 -6.985) (end -6.731 -6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.985 -6.731) (end -6.985 6.731) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.731 6.985) (end 6.731 6.985) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.985 6.731) (end 6.985 -6.35) (layer F.SilkS) (width 0.2032)) + (pad 100 smd rect (at 7.747 -5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 76 smd rect (at 7.747 5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask)) + (pad 77 smd rect (at 7.747 5.4864) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 78 smd rect (at 7.747 5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 26 /ESVIDEO-RVB/TVG5)) + (pad 79 smd rect (at 7.747 4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 171 /graphic/CDACLK)) + (pad 80 smd rect (at 7.747 3.9878) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 349 /ESVIDEO-RVB/TVG6)) + (pad 81 smd rect (at 7.747 3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 348 /ESVIDEO-RVB/TVG7)) + (pad 82 smd rect (at 7.747 2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 27 /ESVIDEO-RVB/TVR0)) + (pad 83 smd rect (at 7.747 2.4892) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 28 /ESVIDEO-RVB/TVR1)) + (pad 84 smd rect (at 7.747 2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 29 /ESVIDEO-RVB/TVR2)) + (pad 85 smd rect (at 7.747 1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 352 /ESVIDEO-RVB/TVR3)) + (pad 86 smd rect (at 7.747 0.9906) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 351 /ESVIDEO-RVB/TVR4)) + (pad 87 smd rect (at 7.747 0.4826) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 30 /ESVIDEO-RVB/TVR5)) + (pad 88 smd rect (at 7.747 0) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 89 smd rect (at 7.747 -0.508) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 90 smd rect (at 7.747 -1.016) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 31 /ESVIDEO-RVB/TVR6)) + (pad 91 smd rect (at 7.747 -1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 32 /ESVIDEO-RVB/TVR7)) + (pad 92 smd rect (at 7.747 -2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 347 /ESVIDEO-RVB/TVB0)) + (pad 93 smd rect (at 7.747 -2.5146) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 346 /ESVIDEO-RVB/TVB1)) + (pad 94 smd rect (at 7.747 -2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 19 /ESVIDEO-RVB/TVB2)) + (pad 95 smd rect (at 7.747 -3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 20 /ESVIDEO-RVB/TVB3)) + (pad 96 smd rect (at 7.747 -4.0132) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 345 /ESVIDEO-RVB/TVB4)) + (pad 97 smd rect (at 7.747 -4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 344 /ESVIDEO-RVB/TVB5)) + (pad 98 smd rect (at 7.747 -5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 343 /ESVIDEO-RVB/TVB6)) + (pad 99 smd rect (at 7.747 -5.5118) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 342 /ESVIDEO-RVB/TVB7)) + (pad 75 smd rect (at 5.9944 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 51 smd rect (at -5.9944 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 52 smd rect (at -5.4864 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 204 /graphic/X_PROG-)) + (pad 53 smd rect (at -5.0038 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 65 /RAMS/TVRAM22)) + (pad 54 smd rect (at -4.4958 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 66 /RAMS/TVRAM23)) + (pad 55 smd rect (at -3.9878 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 67 /RAMS/TVRAM24)) + (pad 56 smd rect (at -3.5052 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 68 /RAMS/TVRAM25)) + (pad 57 smd rect (at -2.9972 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 69 /RAMS/TVRAM26)) + (pad 58 smd rect (at -2.4892 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 70 /RAMS/TVRAM27)) + (pad 59 smd rect (at -2.0066 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 71 /RAMS/TVRAM28)) + (pad 60 smd rect (at -1.4986 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 72 /RAMS/TVRAM29)) + (pad 61 smd rect (at -0.9906 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 74 /RAMS/TVRAM30)) + (pad 62 smd rect (at -0.4826 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 75 /RAMS/TVRAM31)) + (pad 63 smd rect (at 0 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 64 smd rect (at 0.508 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 65 smd rect (at 1.016 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 66 smd rect (at 1.4986 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 67 smd rect (at 2.0066 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 21 /ESVIDEO-RVB/TVG0)) + (pad 68 smd rect (at 2.5146 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 22 /ESVIDEO-RVB/TVG1)) + (pad 69 smd rect (at 2.9972 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 23 /ESVIDEO-RVB/TVG2)) + (pad 70 smd rect (at 3.5052 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 24 /ESVIDEO-RVB/TVG3)) + (pad 71 smd rect (at 4.0132 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 25 /ESVIDEO-RVB/TVG4)) + (pad 72 smd rect (at 4.4958 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 237 /muxdata/X_DIN)) + (pad 73 smd rect (at 5.0038 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 74 smd rect (at 5.5118 7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 202 /graphic/X_CLK)) + (pad 1 smd rect (at 5.9944 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 2 smd rect (at 5.4864 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 169 /graphic/CADCLK)) + (pad 3 smd rect (at 5.0038 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 4 smd rect (at 4.4958 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 5 smd rect (at 3.9878 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 6 smd rect (at 3.5052 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 7 smd rect (at 2.9972 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 350 /ESVIDEO-RVB/CLAMP)) + (pad 8 smd rect (at 2.4892 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 356 /ESVIDEO-RVB/BLANK-)) + (pad 9 smd rect (at 2.0066 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 328 /graphic/CSYNC-OUT)) + (pad 10 smd rect (at 1.4986 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 11 smd rect (at 0.9906 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 12 smd rect (at 0.4826 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 13 smd rect (at 0 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 388 /graphic/ACQ_ON)) + (pad 14 smd rect (at -0.508 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 15 smd rect (at -1.016 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 16 smd rect (at -1.4986 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask)) + (pad 17 smd rect (at -2.0066 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 50 /RAMS/TVRAM0)) + (pad 18 smd rect (at -2.5146 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 73 /RAMS/TVRAM3)) + (pad 19 smd rect (at -2.9972 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 51 /RAMS/TVRAM1)) + (pad 20 smd rect (at -3.5052 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 62 /RAMS/TVRAM2)) + (pad 21 smd rect (at -4.0132 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 337 /graphic/ACCES_RAM-)) + (pad 22 smd rect (at -4.4958 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 23 smd rect (at -5.0038 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 24 smd rect (at -5.5118 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 25 smd rect (at -5.9944 -7.747) (size 0.254 1.016) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 26 smd rect (at -7.747 -5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 27 smd rect (at -7.747 -5.4864) (size 1.016 0.254) (layers Composant F.Paste F.Mask)) + (pad 28 smd rect (at -7.747 -5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 76 /RAMS/TVRAM4)) + (pad 29 smd rect (at -7.747 -4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 77 /RAMS/TVRAM5)) + (pad 30 smd rect (at -7.747 -3.9878) (size 1.016 0.254) (layers Composant F.Paste F.Mask)) + (pad 31 smd rect (at -7.747 -3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 78 /RAMS/TVRAM6)) + (pad 32 smd rect (at -7.747 -2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 79 /RAMS/TVRAM7)) + (pad 33 smd rect (at -7.747 -2.4892) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 80 /RAMS/TVRAM8)) + (pad 34 smd rect (at -7.747 -2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 81 /RAMS/TVRAM9)) + (pad 35 smd rect (at -7.747 -1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 52 /RAMS/TVRAM10)) + (pad 36 smd rect (at -7.747 -0.9906) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 53 /RAMS/TVRAM11)) + (pad 37 smd rect (at -7.747 -0.4826) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 38 smd rect (at -7.747 0) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 39 smd rect (at -7.747 0.508) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 54 /RAMS/TVRAM12)) + (pad 40 smd rect (at -7.747 1.016) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 55 /RAMS/TVRAM13)) + (pad 41 smd rect (at -7.747 1.4986) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 56 /RAMS/TVRAM14)) + (pad 42 smd rect (at -7.747 2.0066) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 57 /RAMS/TVRAM15)) + (pad 43 smd rect (at -7.747 2.5146) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 58 /RAMS/TVRAM16)) + (pad 44 smd rect (at -7.747 2.9972) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 59 /RAMS/TVRAM17)) + (pad 45 smd rect (at -7.747 3.5052) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 60 /RAMS/TVRAM18)) + (pad 46 smd rect (at -7.747 4.0132) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 61 /RAMS/TVRAM19)) + (pad 47 smd rect (at -7.747 4.4958) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 63 /RAMS/TVRAM20)) + (pad 48 smd rect (at -7.747 5.0038) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 64 /RAMS/TVRAM21)) + (pad 49 smd rect (at -7.747 5.5118) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 50 smd rect (at -7.747 5.9944) (size 1.016 0.254) (layers Composant F.Paste F.Mask) + (net 389 /graphic/X_DONE)) + (model SMD_Packages.3dshapes/VQFP-100.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.394 0.394 0.4)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:PQFP100 (layer Composant) (tedit 54019107) (tstamp 5402D7C2) + (at 103.505 86.868) + (descr "Module CMS Pqfp 100 pins") + (tags "CMS PQFP") + (path /4BF03683/33BA5628) + (attr smd) + (fp_text reference U23 (at 0 -2.54) (layer F.SilkS) + (effects (font (thickness 0.381))) + ) + (fp_text value XC4003/PQ100 (at 0 2.54) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_circle (center -8.255 5.207) (end -8.255 5.842) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.525 -6.223) (end 9.525 -6.223) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.525 -6.223) (end 9.525 6.477) (layer F.SilkS) (width 0.3048)) + (fp_line (start 9.525 6.477) (end -8.89 6.477) (layer F.SilkS) (width 0.3048)) + (fp_line (start -8.89 6.477) (end -9.525 6.477) (layer F.SilkS) (width 0.3048)) + (fp_line (start -9.525 6.477) (end -9.525 -6.223) (layer F.SilkS) (width 0.3048)) + (pad 65 smd rect (at 0.3302 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 15 /ESVIDEO-RVB/PCA0)) + (pad 64 smd rect (at 0.9906 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 339 /ESVIDEO-RVB/PCA1)) + (pad 63 smd rect (at 1.6256 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 16 /ESVIDEO-RVB/PCA2)) + (pad 62 smd rect (at 2.286 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 61 smd rect (at 2.921 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 173 /graphic/CSIO-)) + (pad 60 smd rect (at 3.5814 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 59 smd rect (at 4.2418 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 199 /graphic/RESERV1)) + (pad 58 smd rect (at 4.8768 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 57 smd rect (at 5.5372 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 172 /graphic/CLK10MHz)) + (pad 56 smd rect (at 6.1722 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 201 /graphic/XTAL_I)) + (pad 55 smd rect (at 6.8326 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 198 /graphic/PROG*)) + (pad 54 smd rect (at 7.4676 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 53 smd rect (at 8.128 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 175 /graphic/DONE)) + (pad 52 smd rect (at 8.7884 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 51 smd rect (at 9.4234 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 308 "Net-(P9-Pad1)")) + (pad 16 smd rect (at 0.3302 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 375 /buspci.sch/PTWR)) + (pad 17 smd rect (at 0.9906 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 376 /buspci.sch/PTBURST-)) + (pad 18 smd rect (at 1.6256 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 107 /buspci.sch/PTATN-)) + (pad 19 smd rect (at 2.286 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 110 /buspci.sch/PTRDY-)) + (pad 20 smd rect (at 2.921 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 377 /buspci.sch/PTBE-0)) + (pad 21 smd rect (at 3.5814 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 108 /buspci.sch/PTBE-1)) + (pad 22 smd rect (at 4.2418 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 378 /buspci.sch/PTBE-2)) + (pad 23 smd rect (at 4.8768 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 379 /buspci.sch/PTBE-3)) + (pad 24 smd rect (at 5.5372 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 334 /buspci.sch/PTADR-)) + (pad 25 smd rect (at 6.1722 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 307 "Net-(P4-Pad1)")) + (pad 26 smd rect (at 6.8326 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 27 smd rect (at 7.4676 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 307 "Net-(P4-Pad1)")) + (pad 28 smd rect (at 8.128 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 29 smd rect (at 8.7884 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 307 "Net-(P4-Pad1)")) + (pad 30 smd rect (at 9.4234 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 84 /buspci.sch/BPCLK)) + (pad 66 smd rect (at -0.3302 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 67 smd rect (at -0.9652 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 68 smd rect (at -1.6256 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 69 smd rect (at -2.2606 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 341 /ESVIDEO-RVB/WRCAD-)) + (pad 70 smd rect (at -2.921 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 168 /graphic/BT812_WR-)) + (pad 71 smd rect (at -3.5814 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 167 /graphic/BT812_RD-)) + (pad 72 smd rect (at -4.2164 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 17 /ESVIDEO-RVB/RDCDA-)) + (pad 73 smd rect (at -4.8768 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 359 /ESVIDEO-RVB/WRCDA-)) + (pad 74 smd rect (at -5.5118 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 340 /ESVIDEO-RVB/RDCAD-)) + (pad 75 smd rect (at -6.1722 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 174 /graphic/DIN)) + (pad 76 smd rect (at -6.8326 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 77 smd rect (at -7.4676 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 170 /graphic/CCLK)) + (pad 78 smd rect (at -8.128 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 79 smd rect (at -8.763 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 80 smd rect (at -9.4234 -8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 15 smd rect (at -0.3302 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 14 smd rect (at -0.9652 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 13 smd rect (at -1.6256 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 12 smd rect (at -2.2606 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 11 smd rect (at -2.921 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 10 smd rect (at -3.5814 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 9 smd rect (at -4.2164 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 8 smd rect (at -4.8768 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 7 smd rect (at -5.5118 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 6 smd rect (at -6.1722 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 5 smd rect (at -6.8326 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 4 smd rect (at -7.4676 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 3 smd rect (at -8.128 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 2 smd rect (at -8.763 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask)) + (pad 1 smd rect (at -9.4234 8.001) (size 0.3302 2.032) (layers Composant F.Paste F.Mask) + (net 239 /pal-ntsc.sch/RESET-)) + (pad 100 smd rect (at -11.049 6.1722) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 99 smd rect (at -11.049 5.5372) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 98 smd rect (at -11.049 4.8768) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 97 smd rect (at -11.049 4.2164) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 235 /muxdata/DPC8)) + (pad 96 smd rect (at -11.049 3.5814) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 236 /muxdata/DPC9)) + (pad 95 smd rect (at -11.049 2.921) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 213 /muxdata/DPC10)) + (pad 94 smd rect (at -11.049 2.286) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 214 /muxdata/DPC11)) + (pad 93 smd rect (at -11.049 1.6256) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 215 /muxdata/DPC12)) + (pad 92 smd rect (at -11.049 0.9652) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 91 smd rect (at -11.049 0.3302) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 31 smd rect (at 11.049 6.1722) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 32 smd rect (at 11.049 5.5372) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 371 /buspci.sch/PTNUM1)) + (pad 33 smd rect (at 11.049 4.8768) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 34 smd rect (at 11.049 4.2164) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 109 /buspci.sch/PTNUM0)) + (pad 35 smd rect (at 11.049 3.5814) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 364 /buspci.sch/BE-3)) + (pad 36 smd rect (at 11.049 2.921) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 365 /buspci.sch/BE-2)) + (pad 37 smd rect (at 11.049 2.286) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 366 /buspci.sch/BE-1)) + (pad 38 smd rect (at 11.049 1.6256) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 373 /buspci.sch/BE-0)) + (pad 39 smd rect (at 11.049 0.9652) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 83 /buspci.sch/ADR6)) + (pad 40 smd rect (at 11.049 0.3302) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 90 smd rect (at -11.049 -0.3302) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 216 /muxdata/DPC13)) + (pad 89 smd rect (at -11.049 -0.9652) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 218 /muxdata/DPC15)) + (pad 88 smd rect (at -11.049 -1.6256) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 217 /muxdata/DPC14)) + (pad 87 smd rect (at -11.049 -2.286) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 309 "Net-(P10-Pad1)")) + (pad 86 smd rect (at -11.049 -2.921) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 202 /graphic/X_CLK)) + (pad 85 smd rect (at -11.049 -3.5814) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 203 /graphic/X_DIN)) + (pad 84 smd rect (at -11.049 -4.2164) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 204 /graphic/X_PROG-)) + (pad 83 smd rect (at -11.049 -4.8768) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 389 /graphic/X_DONE)) + (pad 82 smd rect (at -11.049 -5.5372) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 310 "Net-(P11-Pad1)")) + (pad 81 smd rect (at -11.049 -6.1722) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 197 /graphic/LED)) + (pad 50 smd rect (at 11.049 -6.1722) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 49 smd rect (at 11.049 -5.5372) (size 2.032 0.3302) (layers Composant F.Paste F.Mask)) + (pad 48 smd rect (at 11.049 -4.8768) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 370 /buspci.sch/ADR2)) + (pad 47 smd rect (at 11.049 -4.2164) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 332 /buspci.sch/WR-)) + (pad 46 smd rect (at 11.049 -3.5814) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 333 /buspci.sch/RD-)) + (pad 45 smd rect (at 11.049 -2.921) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 331 /buspci.sch/SELECT-)) + (pad 44 smd rect (at 11.049 -2.286) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 369 /buspci.sch/ADR3)) + (pad 43 smd rect (at 11.049 -1.6256) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 368 /buspci.sch/ADR4)) + (pad 42 smd rect (at 11.049 -0.9652) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 367 /buspci.sch/ADR5)) + (pad 41 smd rect (at 11.049 -0.3302) (size 2.032 0.3302) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (model SMD_Packages.3dshapes/PQFP-100.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.514 0.514 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module lib_smd:PQFP160 (layer Composant) (tedit 54019107) (tstamp 5402D82F) + (at 141.605 88.265 180) + (descr "Module CMS Pqfp 160 pins") + (tags "CMS PQFP") + (path /4BF03683/3366016A) + (attr smd) + (fp_text reference U24 (at 0 -2.54 180) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (fp_text value XC4005-PQ160 (at 0 2.54 180) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (fp_text user 1 (at 13.589 -15.494 180) (layer F.SilkS) + (effects (font (size 1.524 1.016) (thickness 0.3048))) + ) + (fp_line (start 12.827 -13.97) (end 14.097 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_line (start -14.0462 14.1732) (end 14.097 14.1732) (layer F.SilkS) (width 0.3048)) + (fp_line (start 12.827 -13.97) (end -14.0462 -13.97) (layer F.SilkS) (width 0.3048)) + (fp_line (start -14.0462 -13.97) (end -14.0462 14.1732) (layer F.SilkS) (width 0.3048)) + (fp_line (start 14.097 14.1732) (end 14.097 -12.7) (layer F.SilkS) (width 0.3048)) + (fp_circle (center 12.192 -12.065) (end 12.192 -11.303) (layer F.SilkS) (width 0.3048)) + (pad 1 smd rect (at 12.7 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 2 smd rect (at 12.065 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 172 /graphic/CLK10MHz)) + (pad 3 smd rect (at 11.4046 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 110 /buspci.sch/PTRDY-)) + (pad 4 smd rect (at 10.7696 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 107 /buspci.sch/PTATN-)) + (pad 5 smd rect (at 10.1092 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 376 /buspci.sch/PTBURST-)) + (pad 6 smd rect (at 9.4488 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 177 /graphic/HDREFOUT)) + (pad 7 smd rect (at 8.8138 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 176 /graphic/HDOUT)) + (pad 8 smd rect (at 8.1534 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 9 smd rect (at 7.5184 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 10 smd rect (at 6.858 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 11 smd rect (at 6.1976 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 165 /buspci.sch/X_IRQ)) + (pad 12 smd rect (at 5.5626 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 375 /buspci.sch/PTWR)) + (pad 13 smd rect (at 4.9022 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 328 /graphic/CSYNC-OUT)) + (pad 14 smd rect (at 4.2672 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 334 /buspci.sch/PTADR-)) + (pad 15 smd rect (at 3.6068 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 374 /buspci.sch/RDEMPTY)) + (pad 16 smd rect (at 2.9464 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 162 /buspci.sch/RDFIFO-)) + (pad 17 smd rect (at 2.3114 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 164 /buspci.sch/WRFULL)) + (pad 18 smd rect (at 1.651 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 163 /buspci.sch/WRFIFO-)) + (pad 19 smd rect (at 1.016 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 20 smd rect (at 0.3556 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 21 smd rect (at -0.3048 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 6 /ESVIDEO-RVB/DPC0)) + (pad 22 smd rect (at -0.9398 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 7 /ESVIDEO-RVB/DPC1)) + (pad 23 smd rect (at -1.6002 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 8 /ESVIDEO-RVB/DPC2)) + (pad 24 smd rect (at -2.2352 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 335 /ESVIDEO-RVB/DPC3)) + (pad 25 smd rect (at -2.8956 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 9 /ESVIDEO-RVB/DPC4)) + (pad 26 smd rect (at -3.556 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 10 /ESVIDEO-RVB/DPC5)) + (pad 27 smd rect (at -4.191 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 336 /ESVIDEO-RVB/DPC6)) + (pad 28 smd rect (at -4.8514 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 11 /ESVIDEO-RVB/DPC7)) + (pad 29 smd rect (at -5.4864 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 30 smd rect (at -6.1468 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 31 smd rect (at -6.8072 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 32 smd rect (at -7.4422 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 235 /muxdata/DPC8)) + (pad 33 smd rect (at -8.1026 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 236 /muxdata/DPC9)) + (pad 34 smd rect (at -8.7376 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 213 /muxdata/DPC10)) + (pad 35 smd rect (at -9.398 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 214 /muxdata/DPC11)) + (pad 36 smd rect (at -10.0584 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 215 /muxdata/DPC12)) + (pad 37 smd rect (at -10.6934 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 361 /graphic/VD_PAL-)) + (pad 38 smd rect (at -11.3538 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 39 smd rect (at -11.9888 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 40 smd rect (at -12.6492 -15.494 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 41 smd rect (at -15.5702 -12.573 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 42 smd rect (at -15.5702 -11.938 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 43 smd rect (at -15.5702 -11.2776 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 363 /graphic/F_PALIN)) + (pad 44 smd rect (at -15.5702 -10.6426 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 199 /graphic/RESERV1)) + (pad 45 smd rect (at -15.5702 -9.9822 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 216 /muxdata/DPC13)) + (pad 46 smd rect (at -15.5702 -9.3218 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 217 /muxdata/DPC14)) + (pad 47 smd rect (at -15.5702 -8.6868 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 218 /muxdata/DPC15)) + (pad 48 smd rect (at -15.5702 -8.0264 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 388 /graphic/ACQ_ON)) + (pad 49 smd rect (at -15.5702 -7.3914 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 50 smd rect (at -15.5702 -6.731 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 51 smd rect (at -15.5702 -6.0706 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 52 smd rect (at -15.5702 -5.4356 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 362 /graphic/HD_PAL-)) + (pad 53 smd rect (at -15.5702 -4.7752 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 356 /ESVIDEO-RVB/BLANK-)) + (pad 54 smd rect (at -15.5702 -4.1402 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 338 /ESVIDEO-RVB/CSYNCIN-)) + (pad 55 smd rect (at -15.5702 -3.4798 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 212 /muxdata/DATA_WR)) + (pad 56 smd rect (at -15.5702 -2.8194 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 337 /graphic/ACCES_RAM-)) + (pad 57 smd rect (at -15.5702 -2.1844 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 34 /RAMS/CAS0-)) + (pad 58 smd rect (at -15.5702 -1.524 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 380 /RAMS/CAS1-)) + (pad 59 smd rect (at -15.5702 -0.889 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 35 /RAMS/CAS2-)) + (pad 60 smd rect (at -15.5702 -0.2286 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 61 smd rect (at -15.5702 0.4318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 62 smd rect (at -15.5702 1.0668 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 36 /RAMS/CAS3-)) + (pad 63 smd rect (at -15.5702 1.7272 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 82 /RAMS/WRAM-)) + (pad 64 smd rect (at -15.5702 2.3622 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 381 /RAMS/RAS7-)) + (pad 65 smd rect (at -15.5702 3.0226 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 382 /RAMS/RAS6-)) + (pad 66 smd rect (at -15.5702 3.683 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 49 /RAMS/RAS5-)) + (pad 67 smd rect (at -15.5702 4.318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 383 /RAMS/RAS4-)) + (pad 68 smd rect (at -15.5702 4.9784 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 48 /RAMS/RAS3-)) + (pad 69 smd rect (at -15.5702 5.6134 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 384 /RAMS/RAS2-)) + (pad 70 smd rect (at -15.5702 6.2738 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 71 smd rect (at -15.5702 6.9342 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 72 smd rect (at -15.5702 7.5692 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 73 smd rect (at -15.5702 8.2296 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 385 /RAMS/RAS1-)) + (pad 74 smd rect (at -15.5702 8.8646 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 386 /RAMS/RAS0-)) + (pad 75 smd rect (at -15.5702 9.525 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 350 /ESVIDEO-RVB/CLAMP)) + (pad 76 smd rect (at -15.5702 10.1854 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 171 /graphic/CDACLK)) + (pad 77 smd rect (at -15.5702 10.8204 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 169 /graphic/CADCLK)) + (pad 78 smd rect (at -15.5702 11.4808 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 185 /graphic/IA7)) + (pad 79 smd rect (at -15.5702 12.1158 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 80 smd rect (at -15.5702 12.7762 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 389 /graphic/X_DONE)) + (pad 121 smd rect (at 15.621 12.7762 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 122 smd rect (at 15.621 12.1158 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 123 smd rect (at 15.621 11.4808 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 43 /RAMS/MXA5)) + (pad 124 smd rect (at 15.621 10.8204 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 42 /RAMS/MXA4)) + (pad 125 smd rect (at 15.621 10.1854 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 41 /RAMS/MXA3)) + (pad 126 smd rect (at 15.621 9.525 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 40 /RAMS/MXA2)) + (pad 127 smd rect (at 15.621 8.8646 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 38 /RAMS/MXA1)) + (pad 128 smd rect (at 15.621 8.2296 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 37 /RAMS/MXA0)) + (pad 129 smd rect (at 15.621 7.5692 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 130 smd rect (at 15.621 6.9342 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 131 smd rect (at 15.621 6.2738 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 132 smd rect (at 15.621 5.6134 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 332 /buspci.sch/WR-)) + (pad 133 smd rect (at 15.621 4.9784 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 333 /buspci.sch/RD-)) + (pad 134 smd rect (at 15.621 4.318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 195 /graphic/IRQ_SLR)) + (pad 135 smd rect (at 15.621 3.683 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 331 /buspci.sch/SELECT-)) + (pad 136 smd rect (at 15.621 3.0226 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 137 smd rect (at 15.621 2.3622 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 370 /buspci.sch/ADR2)) + (pad 138 smd rect (at 15.621 1.7272 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 369 /buspci.sch/ADR3)) + (pad 139 smd rect (at 15.621 1.0668 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 368 /buspci.sch/ADR4)) + (pad 140 smd rect (at 15.621 0.4318 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 367 /buspci.sch/ADR5)) + (pad 141 smd rect (at 15.621 -0.2286 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 142 smd rect (at 15.621 -0.889 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 143 smd rect (at 15.621 -1.524 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 83 /buspci.sch/ADR6)) + (pad 144 smd rect (at 15.621 -2.1844 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 373 /buspci.sch/BE-0)) + (pad 145 smd rect (at 15.621 -2.8194 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 366 /buspci.sch/BE-1)) + (pad 146 smd rect (at 15.621 -3.4798 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 365 /buspci.sch/BE-2)) + (pad 147 smd rect (at 15.621 -4.1402 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 364 /buspci.sch/BE-3)) + (pad 148 smd rect (at 15.621 -4.7752 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 239 /pal-ntsc.sch/RESET-)) + (pad 149 smd rect (at 15.621 -5.4356 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 372 /buspci.sch/IRQ-)) + (pad 150 smd rect (at 15.621 -6.0706 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 109 /buspci.sch/PTNUM0)) + (pad 151 smd rect (at 15.621 -6.731 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 152 smd rect (at 15.621 -7.3914 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 153 smd rect (at 15.621 -8.0264 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask)) + (pad 154 smd rect (at 15.621 -8.6868 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 371 /buspci.sch/PTNUM1)) + (pad 155 smd rect (at 15.621 -9.3218 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 379 /buspci.sch/PTBE-3)) + (pad 156 smd rect (at 15.621 -9.9822 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 378 /buspci.sch/PTBE-2)) + (pad 157 smd rect (at 15.621 -10.6426 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 108 /buspci.sch/PTBE-1)) + (pad 158 smd rect (at 15.621 -11.2776 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 377 /buspci.sch/PTBE-0)) + (pad 159 smd rect (at 15.621 -11.938 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 173 /graphic/CSIO-)) + (pad 160 smd rect (at 15.621 -12.573 180) (size 2.54 0.381) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 81 smd rect (at -12.6492 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 82 smd rect (at -11.9888 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 204 /graphic/X_PROG-)) + (pad 83 smd rect (at -11.3538 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 184 /graphic/IA6)) + (pad 84 smd rect (at -10.6934 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 85 smd rect (at -10.0584 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 183 /graphic/IA5)) + (pad 86 smd rect (at -9.398 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 182 /graphic/IA4)) + (pad 87 smd rect (at -8.7376 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 181 /graphic/IA3)) + (pad 88 smd rect (at -8.1026 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 180 /graphic/IA2)) + (pad 89 smd rect (at -7.4422 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 90 smd rect (at -6.8072 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 91 smd rect (at -6.1468 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 92 smd rect (at -5.4864 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 179 /graphic/IA1)) + (pad 93 smd rect (at -4.8514 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 186 /graphic/IA8)) + (pad 94 smd rect (at -4.191 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 178 /graphic/IA0)) + (pad 95 smd rect (at -3.556 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 166 /graphic/14MHZOUT)) + (pad 96 smd rect (at -2.8956 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 187 /graphic/IA9)) + (pad 97 smd rect (at -2.2352 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 194 /graphic/IRAS-)) + (pad 98 smd rect (at -1.6002 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 196 /graphic/IWR-)) + (pad 99 smd rect (at -0.9398 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 190 /graphic/ID1)) + (pad 100 smd rect (at -0.3048 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (pad 101 smd rect (at 0.3556 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 102 smd rect (at 1.016 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 189 /graphic/ID0)) + (pad 103 smd rect (at 1.651 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 193 /graphic/IOE-)) + (pad 104 smd rect (at 2.3114 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 188 /graphic/ICAS-)) + (pad 105 smd rect (at 2.9464 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 191 /graphic/ID2)) + (pad 106 smd rect (at 3.6068 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 192 /graphic/ID3)) + (pad 107 smd rect (at 4.2672 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 358 /ESVIDEO-RVB/TVI1)) + (pad 108 smd rect (at 4.9022 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 357 /ESVIDEO-RVB/TVI0)) + (pad 109 smd rect (at 5.5626 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 39 /RAMS/MXA10)) + (pad 110 smd rect (at 6.1976 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 111 smd rect (at 6.858 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 112 smd rect (at 7.5184 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask)) + (pad 113 smd rect (at 8.1534 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 47 /RAMS/MXA9)) + (pad 114 smd rect (at 8.8138 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 46 /RAMS/MXA8)) + (pad 115 smd rect (at 9.4488 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 45 /RAMS/MXA7)) + (pad 116 smd rect (at 10.1092 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 44 /RAMS/MXA6)) + (pad 117 smd rect (at 10.7696 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 203 /graphic/X_DIN)) + (pad 118 smd rect (at 11.4046 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 237 /muxdata/X_DIN)) + (pad 119 smd rect (at 12.065 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 202 /graphic/X_CLK)) + (pad 120 smd rect (at 12.7 15.6972 180) (size 0.381 2.54) (layers Composant F.Paste F.Mask) + (net 247 VCC)) + (model SMD_Packages.3dshapes/PQFP-160.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.512 0.512 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:GS2 (layer Cuivre) (tedit 54019107) (tstamp 5402D8D9) + (at 162.687 132.08 90) + (descr "Pontet Goute de soudure") + (path /4BF03687/26A799ED) + (attr virtual) + (fp_text reference W1 (at 1.778 0 360) (layer B.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_text value 16/32 (at 1.524 0 360) (layer B.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127)) (justify mirror)) + ) + (fp_line (start -0.889 1.27) (end -0.889 -1.27) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.27) (end 0.889 1.27) (layer B.SilkS) (width 0.127)) + (fp_line (start 0.889 -1.27) (end -0.889 -1.27) (layer B.SilkS) (width 0.127)) + (fp_line (start -0.889 1.27) (end 0.889 1.27) (layer B.SilkS) (width 0.127)) + (pad 1 smd rect (at 0 0.635 90) (size 1.27 0.9652) (layers Cuivre B.Paste B.Mask) + (net 243 GND)) + (pad 2 smd rect (at 0 -0.635 90) (size 1.27 0.9652) (layers Cuivre B.Paste B.Mask) + (net 319 "Net-(R5-Pad1)")) + ) + + (module connect:GS2 (layer Composant) (tedit 54019107) (tstamp 5402D8E2) + (at 118.745 124.46 270) + (descr "Pontet Goute de soudure") + (path /4BF03687/26A799F7) + (attr virtual) + (fp_text reference W2 (at 1.778 0 360) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value FLOAT# (at 1.524 0 360) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -0.889 -1.27) (end -0.889 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.27) (end 0.889 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.27) (end -0.889 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.27) (end 0.889 -1.27) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at 0 -0.635 270) (size 1.27 0.9652) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 2 smd rect (at 0 0.635 270) (size 1.27 0.9652) (layers Composant F.Paste F.Mask) + (net 320 "Net-(R6-Pad1)")) + ) + + (module connect:GS2 (layer Composant) (tedit 54019107) (tstamp 5402D8EB) + (at 121.285 124.46 270) + (descr "Pontet Goute de soudure") + (path /4BF03687/26A79A10) + (attr virtual) + (fp_text reference W3 (at 1.778 0 360) (layer F.SilkS) + (effects (font (size 1.016 0.762) (thickness 0.127))) + ) + (fp_text value SERNV (at 1.524 0 360) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.127))) + ) + (fp_line (start -0.889 -1.27) (end -0.889 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.27) (end 0.889 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.889 1.27) (end -0.889 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.889 -1.27) (end 0.889 -1.27) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at 0 -0.635 270) (size 1.27 0.9652) (layers Composant F.Paste F.Mask) + (net 243 GND)) + (pad 2 smd rect (at 0 0.635 270) (size 1.27 0.9652) (layers Composant F.Paste F.Mask) + (net 321 "Net-(R7-Pad1)")) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 5402D8F4) + (at 109.22 144.145 270) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4BF03687/2691B632) + (fp_text reference W4 (at 0 -1.905 270) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value TEST (at 0 -1.905 270) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 252 "Net-(BUS1-PadB11)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module pin_array:PIN_ARRAY_2X1 (layer Composant) (tedit 4565C520) (tstamp 5402D8FD) + (at 90.17 147.955) + (descr "Connecteurs 2 pins") + (tags "CONN DEV") + (path /4BF03687/2691B637) + (fp_text reference W5 (at 0 -1.905) (layer F.SilkS) + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_text value TEST (at 0 -1.905) (layer F.SilkS) hide + (effects (font (size 0.762 0.762) (thickness 0.1524))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole rect (at -1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 243 GND)) + (pad 2 thru_hole circle (at 1.27 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS) + (net 250 "Net-(BUS1-PadB9)")) + (model Pin_Headers.3dshapes/Pin_Header_Straight_1x02.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:HC-18UV (layer Composant) (tedit 54019107) (tstamp 5402D906) + (at 112.014 60.198 180) + (descr "Quartz boitier HC-18U vertical") + (tags "QUARTZ DEV") + (path /4BF03683/B3BF4ED4) + (autoplace_cost180 10) + (fp_text reference X1 (at -0.127 -1.778 180) (layer F.SilkS) + (effects (font (size 1.143 1.27) (thickness 0.1524))) + ) + (fp_text value 10MHz (at 0 1.651 180) (layer F.SilkS) + (effects (font (size 1.143 1.27) (thickness 0.1524))) + ) + (fp_line (start -6.985 -1.27) (end -5.715 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.715 -2.54) (end 6.985 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6.985 1.27) (end 5.715 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -6.985 1.27) (end -5.715 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.715 -2.54) (end 5.715 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -6.985 -1.27) (end -6.985 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.715 2.54) (end 5.715 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6.985 1.27) (end 6.985 -1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole circle (at -2.54 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 293 "Net-(C49-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 201 /graphic/XTAL_I)) + (model Crystals.3dshapes/HC-18UV.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model Crystals.3dshapes/HC-18UV.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:HC-18UV (layer Composant) (tedit 54019107) (tstamp 5402D913) + (at 357.632 94.488 270) + (descr "Quartz boitier HC-18U vertical") + (tags "QUARTZ DEV") + (path /4BF03681/B15DA8C0) + (autoplace_cost180 10) + (fp_text reference X2 (at -0.127 -1.778 270) (layer F.SilkS) + (effects (font (size 1.143 1.27) (thickness 0.1524))) + ) + (fp_text value 30MHz (at 0 1.651 270) (layer F.SilkS) + (effects (font (size 1.143 1.27) (thickness 0.1524))) + ) + (fp_line (start -6.985 -1.27) (end -5.715 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.715 -2.54) (end 6.985 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6.985 1.27) (end 5.715 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -6.985 1.27) (end -5.715 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.715 -2.54) (end 5.715 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -6.985 -1.27) (end -6.985 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.715 2.54) (end 5.715 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6.985 1.27) (end 6.985 -1.27) (layer F.SilkS) (width 0.1524)) + (pad 1 thru_hole circle (at -2.54 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 300 "Net-(C65-Pad2)")) + (pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 301 "Net-(C66-Pad2)")) + (model Crystals.3dshapes/HC-18UV.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model Crystals.3dshapes/HC-18UV.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:HC-18UH (layer Composant) (tedit 54019107) (tstamp 5402D920) + (at 73.025 73.025 180) + (descr "Quartz boitier HC-18 horizontal") + (tags "QUARTZ DEV") + (path /4BF0367F/22760FA3) + (fp_text reference X3 (at 0 6.35 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value 4,433618MH (at 0 11.43 180) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 6.35 2.794) (end -6.35 2.794) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.842 2.794) (end 5.842 15.24) (layer F.SilkS) (width 0.3048)) + (fp_line (start -6.35 2.794) (end -6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 2.794) (end 6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 6.35 2.032) (end -6.35 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 0) (end -2.54 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 0) (end 2.54 2.032) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.842 2.794) (end -5.842 15.24) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.842 15.24) (end 5.334 15.748) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.334 15.748) (end -5.334 15.748) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.334 15.748) (end -5.842 15.24) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 302 "Net-(CV1-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 387 "Net-(U20-Pad23)")) + (model Crystals.3dshapes/HC-18UH.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 173.609 154.94) (end 185.42 154.94) (angle 90) (layer Edge.Cuts) (width 0.2032)) + (gr_text TEXTE (at 59.5376 150.9776) (layer Cuivre) + (effects (font (thickness 0.2032)) (justify mirror)) + ) + (gr_line (start 204.851 145.542) (end 204.851 134.366) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 204.851 134.366) (end 216.027 134.366) (layer Edge.Cuts) (width 0.2032)) + (dimension 0 (width 0.381) (layer Dwgs.User) + (gr_text 20.574mm (at 228.7524 144.653 90) (layer Dwgs.User) + (effects (font (thickness 0.4318))) + ) + (feature1 (pts (xy 224.028 134.366) (xy 230.3018 134.366))) + (feature2 (pts (xy 224.028 154.94) (xy 230.3018 154.94))) + (crossbar (pts (xy 227.203 154.94) (xy 227.203 134.366))) + (arrow1a (pts (xy 227.203 134.366) (xy 227.7872 135.49122))) + (arrow1b (pts (xy 227.203 134.366) (xy 226.6188 135.49122))) + (arrow2a (pts (xy 227.203 154.94) (xy 227.7872 153.81478))) + (arrow2b (pts (xy 227.203 154.94) (xy 226.6188 153.81478))) + ) + (gr_line (start 192.659 154.94) (end 224.028 154.94) (layer Dwgs.User) (width 0.381)) + (dimension 0 (width 0.381) (layer Dwgs.User) + (gr_text 8.255mm (at 191.1604 159.0675 90) (layer Dwgs.User) + (effects (font (thickness 0.381))) + ) + (feature1 (pts (xy 173.609 154.94) (xy 192.7098 154.94))) + (feature2 (pts (xy 173.609 163.195) (xy 192.7098 163.195))) + (crossbar (pts (xy 189.611 163.195) (xy 189.611 154.94))) + (arrow1a (pts (xy 189.611 154.94) (xy 190.1952 156.06522))) + (arrow1b (pts (xy 189.611 154.94) (xy 189.0268 156.06522))) + (arrow2a (pts (xy 189.611 163.195) (xy 190.1952 162.06978))) + (arrow2b (pts (xy 189.611 163.195) (xy 189.0268 162.06978))) + ) + (gr_line (start 290.957 134.366) (end 216.027 134.366) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 360.553 66.675) (end 360.553 134.366) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 365.633 134.366) (end 365.633 56.515) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 360.553 134.366) (end 365.633 134.366) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 185.42 154.94) (end 194.818 145.542) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 194.818 145.542) (end 204.851 145.542) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 290.957 134.366) (end 360.553 134.366) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 224.155 56.515) (end 365.633 56.515) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 358.013 61.595) (end 363.093 61.595) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 360.553 59.055) (end 360.553 64.135) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 355.473 66.675) (end 360.553 66.675) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 355.473 66.675) (end 355.473 56.515) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 66.294 154.432) (end 53.594 154.432) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 66.294 76.962) (end 53.594 76.962) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 66.294 56.515) (end 66.294 76.962) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 58.674 76.962) (end 58.674 154.432) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 66.294 154.432) (end 66.294 163.195) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 61.087 160.909) (end 61.087 70.485) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 58.547 158.369) (end 63.627 158.369) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 58.547 73.025) (end 63.627 73.025) (layer Dwgs.User) (width 0.2032)) + (gr_line (start 53.594 163.195) (end 68.58 163.195) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 53.594 56.515) (end 224.155 56.515) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 53.594 163.195) (end 53.594 56.515) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 68.58 154.94) (end 94.361 154.94) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 68.58 163.195) (end 68.58 154.94) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 173.609 163.195) (end 159.004 163.195) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 173.609 154.94) (end 173.609 163.195) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 94.361 163.195) (end 157.226 163.195) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 94.361 154.94) (end 94.361 163.195) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 159.004 154.94) (end 159.004 163.195) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 157.226 154.94) (end 159.004 154.94) (layer Edge.Cuts) (width 0.2032)) + (gr_line (start 157.226 163.195) (end 157.226 154.94) (layer Edge.Cuts) (width 0.2032)) + + (segment (start 96.52 161.163) (end 96.52 158.496) (width 0.2286) (layer Cuivre) (net 1)) + (segment (start 162.56 158.496) (end 162.56 154.94) (width 0.381) (layer Composant) (net 2) (status 800)) + (segment (start 120.65 158.496) (end 120.65 154.94) (width 0.381) (layer Cuivre) (net 2) (status 800)) + (segment (start 151.13 151.765) (end 150.876 151.765) (width 0.381) (layer Cuivre) (net 2)) + (segment (start 120.65 154.94) (end 119.634 153.924) (width 0.381) (layer Cuivre) (net 2)) + (segment (start 133.985 154.305) (end 133.985 151.765) (width 0.381) (layer Composant) (net 2)) + (via (at 161.29 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 161.29 151.765) (end 151.13 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 163.195 151.765) (end 161.29 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 151.13 154.94) (end 150.114 153.924) (width 0.381) (layer Cuivre) (net 2)) + (segment (start 148.59 158.496) (end 148.59 152.4) (width 0.381) (layer Composant) (net 2) (status 800)) + (segment (start 145.415 154.305) (end 146.05 154.94) (width 0.381) (layer Composant) (net 2)) + (segment (start 128.27 151.765) (end 133.985 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (via (at 151.13 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 147.32 151.765) (end 145.415 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 151.13 158.496) (end 151.13 154.94) (width 0.381) (layer Cuivre) (net 2) (status 800)) + (segment (start 148.59 152.4) (end 147.955 151.765) (width 0.381) (layer Composant) (net 2)) + (segment (start 120.65 151.765) (end 124.46 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 119.634 153.924) (end 119.634 152.527) (width 0.381) (layer Cuivre) (net 2)) + (via (at 143.51 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 146.05 154.94) (end 146.05 158.496) (width 0.381) (layer Composant) (net 2) (status 400)) + (segment (start 133.35 158.496) (end 133.35 154.94) (width 0.381) (layer Composant) (net 2) (status 800)) + (segment (start 151.13 151.765) (end 147.32 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 124.46 151.765) (end 125.095 151.765) (width 0.381) (layer Composant) (net 2)) + (segment (start 139.7 151.765) (end 135.89 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 162.56 154.94) (end 163.195 154.305) (width 0.381) (layer Composant) (net 2)) + (via (at 135.89 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 145.415 151.765) (end 145.415 154.305) (width 0.381) (layer Composant) (net 2)) + (segment (start 125.095 151.765) (end 125.73 152.4) (width 0.381) (layer Composant) (net 2)) + (segment (start 161.29 158.496) (end 161.29 151.765) (width 0.381) (layer Cuivre) (net 2) (status 800)) + (via (at 147.32 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (via (at 124.46 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (via (at 145.415 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 139.7 151.765) (end 139.7 158.496) (width 0.381) (layer Composant) (net 2) (status 400)) + (segment (start 151.13 151.765) (end 150.114 150.749) (width 0.2032) (layer Cuivre) (net 2)) + (segment (start 150.114 148.463) (end 150.114 150.749) (width 0.2032) (layer Cuivre) (net 2)) + (segment (start 150.114 153.924) (end 150.114 152.527) (width 0.381) (layer Cuivre) (net 2)) + (via (at 163.195 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 147.955 151.765) (end 147.32 151.765) (width 0.381) (layer Composant) (net 2)) + (via (at 133.985 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 133.35 154.94) (end 133.985 154.305) (width 0.381) (layer Composant) (net 2)) + (segment (start 143.51 151.765) (end 139.7 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 125.73 158.496) (end 125.73 152.4) (width 0.381) (layer Composant) (net 2) (status 800)) + (segment (start 150.876 151.765) (end 150.114 152.527) (width 0.381) (layer Cuivre) (net 2)) + (segment (start 143.51 151.765) (end 145.415 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (via (at 128.27 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 163.195 154.305) (end 163.195 151.765) (width 0.381) (layer Composant) (net 2)) + (segment (start 120.396 151.765) (end 119.634 152.527) (width 0.381) (layer Cuivre) (net 2)) + (via (at 120.65 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 135.89 158.496) (end 135.89 151.765) (width 0.381) (layer Cuivre) (net 2) (status 800)) + (segment (start 120.65 151.765) (end 120.396 151.765) (width 0.381) (layer Cuivre) (net 2)) + (segment (start 133.985 151.765) (end 135.89 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 143.51 158.496) (end 143.51 151.765) (width 0.381) (layer Cuivre) (net 2) (status 800)) + (via (at 139.7 151.765) (size 0.889) (layers Composant Cuivre) (net 2)) + (segment (start 124.46 151.765) (end 128.27 151.765) (width 0.762) (layer VCC_layer) (net 2)) + (segment (start 128.27 158.496) (end 128.27 151.765) (width 0.381) (layer Cuivre) (net 2) (status 800)) + (segment (start 119.634 151.257) (end 120.142 151.765) (width 0.2032) (layer Cuivre) (net 2)) + (segment (start 120.142 151.765) (end 120.65 151.765) (width 0.2032) (layer Cuivre) (net 2)) + (segment (start 119.634 148.463) (end 119.634 151.257) (width 0.2032) (layer Cuivre) (net 2) (status 800)) + (segment (start 149.987 148.463) (end 150.114 148.463) (width 0.2032) (layer Cuivre) (net 2) (status 800)) + (segment (start 135.89 158.496) (end 135.89 161.163) (width 0.3048) (layer Cuivre) (net 2) (status C00)) + (segment (start 151.13 158.496) (end 151.13 161.163) (width 0.3048) (layer Cuivre) (net 2) (status C00)) + (segment (start 120.65 158.496) (end 120.65 161.163) (width 0.3048) (layer Cuivre) (net 2) (status C00)) + (segment (start 128.27 158.496) (end 128.27 161.163) (width 0.3048) (layer Cuivre) (net 2) (status C00)) + (segment (start 143.51 158.496) (end 143.51 161.163) (width 0.3048) (layer Cuivre) (net 2) (status C00)) + (segment (start 161.29 158.496) (end 161.29 161.163) (width 0.3048) (layer Cuivre) (net 2) (status C00)) + (segment (start 125.73 161.163) (end 125.73 158.496) (width 0.3048) (layer Composant) (net 2) (status C00)) + (segment (start 133.35 161.163) (end 133.35 158.496) (width 0.3048) (layer Composant) (net 2) (status C00)) + (segment (start 139.7 161.163) (end 139.7 158.496) (width 0.3048) (layer Composant) (net 2) (status C00)) + (segment (start 146.05 161.163) (end 146.05 158.496) (width 0.3048) (layer Composant) (net 2) (status C00)) + (segment (start 148.59 161.163) (end 148.59 158.496) (width 0.3048) (layer Composant) (net 2) (status C00)) + (segment (start 162.56 161.163) (end 162.56 158.496) (width 0.3048) (layer Composant) (net 2) (status C00)) + (segment (start 73.025 102.743) (end 74.041 101.727) (width 0.2032) (layer Cuivre) (net 3)) + (segment (start 74.295 98.679) (end 75.946 98.679) (width 0.2032) (layer Cuivre) (net 3) (status 400)) + (segment (start 74.041 98.933) (end 74.295 98.679) (width 0.2032) (layer Cuivre) (net 3)) + (segment (start 75.311 112.141) (end 73.406 112.141) (width 0.2032) (layer Composant) (net 3)) + (segment (start 73.025 104.394) (end 73.025 103.759) (width 0.2032) (layer Composant) (net 3)) + (segment (start 73.025 103.759) (end 73.025 102.743) (width 0.2032) (layer Cuivre) (net 3)) + (segment (start 75.057 127.381) (end 77.597 127.381) (width 0.2032) (layer Cuivre) (net 3) (status 800)) + (segment (start 75.946 97.282) (end 75.057 96.393) (width 0.2032) (layer Cuivre) (net 3)) + (segment (start 75.057 96.393) (end 75.057 93.599) (width 0.2032) (layer Cuivre) (net 3) (status 400)) + (segment (start 76.2 117.856) (end 76.2 113.03) (width 0.2032) (layer Composant) (net 3)) + (via (at 73.025 103.759) (size 0.889) (layers Composant Cuivre) (net 3)) + (segment (start 73.406 112.141) (end 73.152 111.887) (width 0.2032) (layer Composant) (net 3)) + (via (at 77.597 127.381) (size 0.889) (layers Composant Cuivre) (net 3)) + (segment (start 77.597 119.253) (end 76.2 117.856) (width 0.2032) (layer Composant) (net 3)) + (segment (start 73.152 111.887) (end 73.152 106.934) (width 0.2032) (layer Composant) (net 3) (status 400)) + (segment (start 75.946 98.679) (end 75.946 97.282) (width 0.2032) (layer Cuivre) (net 3) (status 800)) + (segment (start 77.597 127.381) (end 77.597 119.253) (width 0.2032) (layer Composant) (net 3)) + (segment (start 73.152 104.521) (end 73.025 104.394) (width 0.2032) (layer Composant) (net 3)) + (segment (start 76.2 113.03) (end 75.311 112.141) (width 0.2032) (layer Composant) (net 3)) + (segment (start 74.041 101.727) (end 74.041 98.933) (width 0.2032) (layer Cuivre) (net 3)) + (segment (start 73.152 106.934) (end 73.152 104.521) (width 0.2032) (layer Composant) (net 3) (status 800)) + (segment (start 77.597 127.381) (end 79.629 127.381) (width 0.2032) (layer Cuivre) (net 3) (status 400)) + (segment (start 104.775 146.685) (end 94.361 146.685) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 156.083 148.717) (end 105.029 148.717) (width 0.2032) (layer VCC_layer) (net 4)) + (segment (start 348.361 133.858) (end 204.216 133.858) (width 0.2032) (layer Composant) (net 4)) + (segment (start 83.439 129.54) (end 82.677 128.778) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 105.029 148.717) (end 105.029 146.939) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 69.342 138.684) (end 70.485 138.684) (width 0.2032) (layer Cuivre) (net 4) (status 400)) + (segment (start 163.83 149.479) (end 189.484 149.479) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 70.485 138.684) (end 70.485 138.811) (width 0.2032) (layer Cuivre) (net 4) (status 800)) + (segment (start 94.361 146.685) (end 94.107 146.939) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 69.088 146.812) (end 69.088 138.938) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 94.107 146.939) (end 94.107 149.098) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 194.183 144.78) (end 189.484 149.479) (width 0.2032) (layer Cuivre) (net 4)) + (via (at 156.083 148.717) (size 0.889) (layers Composant Cuivre) (net 4)) + (segment (start 92.075 151.13) (end 73.406 151.13) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 70.485 138.811) (end 71.501 139.827) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 156.337 149.733) (end 163.576 149.733) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 163.576 149.733) (end 163.83 149.479) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 156.337 149.733) (end 156.083 149.479) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 203.962 134.112) (end 203.962 143.891) (width 0.2032) (layer Composant) (net 4)) + (via (at 203.962 143.891) (size 0.889) (layers Composant Cuivre) (net 4)) + (segment (start 203.962 143.891) (end 203.073 144.78) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 203.962 134.112) (end 204.216 133.858) (width 0.2032) (layer Composant) (net 4)) + (segment (start 156.083 149.479) (end 156.083 148.717) (width 0.2032) (layer Cuivre) (net 4)) + (via (at 105.029 148.717) (size 0.889) (layers Composant Cuivre) (net 4)) + (segment (start 83.058 105.283) (end 85.217 103.124) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 82.677 128.778) (end 82.677 119.253) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 71.501 139.827) (end 73.406 139.827) (width 0.2032) (layer Cuivre) (net 4) (status 400)) + (segment (start 85.217 103.124) (end 85.217 100.965) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 73.406 151.13) (end 69.088 146.812) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 203.073 144.78) (end 194.183 144.78) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 73.406 139.827) (end 74.93 141.351) (width 0.2032) (layer Cuivre) (net 4) (status 800)) + (segment (start 80.01 116.586) (end 80.01 110.49) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 85.217 100.965) (end 84.074 100.965) (width 0.2032) (layer Composant) (net 4) (status 400)) + (segment (start 94.107 149.098) (end 92.075 151.13) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 83.439 141.097) (end 83.439 129.54) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 74.93 141.351) (end 83.185 141.351) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 83.185 141.351) (end 83.439 141.097) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 83.058 107.442) (end 83.058 105.283) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 80.01 110.49) (end 83.058 107.442) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 82.677 119.253) (end 80.01 116.586) (width 0.2032) (layer Cuivre) (net 4)) + (via (at 85.217 100.965) (size 0.889) (layers Composant Cuivre) (net 4)) + (segment (start 69.088 138.938) (end 69.342 138.684) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 105.029 146.939) (end 104.775 146.685) (width 0.2032) (layer Cuivre) (net 4)) + (segment (start 348.615 133.604) (end 348.361 133.858) (width 0.2032) (layer Composant) (net 4)) + (segment (start 348.615 127.635) (end 348.615 133.604) (width 0.2032) (layer Composant) (net 4) (status 800)) + (segment (start 59.309 98.806) (end 63.373 98.806) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 65.659 101.092) (end 65.659 104.14) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 66.548 106.045) (end 66.929 106.426) (width 0.2032) (layer Cuivre) (net 5) (status 800)) + (segment (start 63.373 98.806) (end 65.659 101.092) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 87.503 123.444) (end 87.503 106.426) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 105.918 144.145) (end 87.122 144.145) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 86.614 143.637) (end 87.122 144.145) (width 0.2032) (layer Cuivre) (net 5)) + (via (at 66.929 106.426) (size 0.889) (layers Composant Cuivre) (net 5)) + (segment (start 59.055 93.345) (end 59.055 98.552) (width 0.2032) (layer Cuivre) (net 5) (status 800)) + (segment (start 107.061 145.288) (end 105.918 144.145) (width 0.2032) (layer Cuivre) (net 5)) + (via (at 107.061 145.288) (size 0.889) (layers Composant Cuivre) (net 5)) + (segment (start 86.614 143.637) (end 86.614 124.333) (width 0.2032) (layer Cuivre) (net 5)) + (via (at 87.503 106.426) (size 0.889) (layers Composant Cuivre) (net 5)) + (segment (start 87.503 106.426) (end 66.929 106.426) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 86.614 124.333) (end 87.503 123.444) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 66.548 106.045) (end 66.548 105.029) (width 0.2032) (layer Cuivre) (net 5) (status 800)) + (segment (start 162.941 147.447) (end 162.814 147.32) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 127.254 145.542) (end 126.365 146.431) (width 0.2032) (layer VCC_layer) (net 5)) + (via (at 162.052 147.32) (size 0.889) (layers Composant Cuivre) (net 5)) + (segment (start 291.211 132.334) (end 203.073 132.334) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 202.438 134.239) (end 202.819 133.858) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 129.54 145.669) (end 129.413 145.542) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 126.365 146.431) (end 112.776 146.431) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 291.973 131.572) (end 291.211 132.334) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 162.814 147.32) (end 162.052 147.32) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 191.516 142.494) (end 186.563 147.447) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 202.438 140.716) (end 202.438 134.239) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 200.66 142.494) (end 202.438 140.716) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 202.819 133.858) (end 202.819 132.588) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 202.819 132.588) (end 203.073 132.334) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 162.052 147.32) (end 160.782 146.05) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 200.66 142.494) (end 191.516 142.494) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 186.563 147.447) (end 162.941 147.447) (width 0.2032) (layer Cuivre) (net 5)) + (via (at 291.973 131.572) (size 0.889) (layers Composant Cuivre) (net 5)) + (segment (start 157.861 146.05) (end 157.48 145.669) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 160.782 146.05) (end 157.861 146.05) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 129.413 145.542) (end 127.254 145.542) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 157.48 145.669) (end 129.54 145.669) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 293.116 131.572) (end 291.973 131.572) (width 0.2032) (layer Composant) (net 5) (status 800)) + (segment (start 66.548 105.029) (end 65.659 104.14) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 59.055 98.552) (end 59.309 98.806) (width 0.2032) (layer Cuivre) (net 5)) + (segment (start 107.188 145.288) (end 108.331 144.145) (width 0.2032) (layer VCC_layer) (net 5) (tstamp 5402D9A8)) + (segment (start 108.331 144.145) (end 110.49 144.145) (width 0.2032) (layer VCC_layer) (net 5) (tstamp 5402D9A9)) + (segment (start 110.49 144.145) (end 112.776 146.431) (width 0.2032) (layer VCC_layer) (net 5) (tstamp 5402D9AB)) + (segment (start 107.061 145.288) (end 107.188 145.288) (width 0.2032) (layer VCC_layer) (net 5)) + (segment (start 94.869 111.506) (end 96.774 109.601) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 328.422 103.251) (end 329.819 101.854) (width 0.2032) (layer Composant) (net 6)) + (segment (start 327.533 110.617) (end 327.914 110.236) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 163.957 110.998) (end 156.083 110.998) (width 0.2032) (layer Cuivre) (net 6) (status 800)) + (segment (start 138.303 99.695) (end 136.398 101.6) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 139.7 99.695) (end 140.97 99.695) (width 0.2032) (layer Composant) (net 6)) + (segment (start 141.9098 107.315) (end 141.9098 103.759) (width 0.2032) (layer Composant) (net 6) (status 400)) + (segment (start 327.533 113.03) (end 327.533 110.617) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 142.494 111.633) (end 141.478 111.633) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 141.732 101.6) (end 141.9098 101.6) (width 0.2032) (layer Composant) (net 6)) + (segment (start 138.303 99.695) (end 139.7 99.695) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 141.732 100.457) (end 141.732 101.6) (width 0.2032) (layer Composant) (net 6)) + (segment (start 140.97 99.695) (end 141.732 100.457) (width 0.2032) (layer Composant) (net 6)) + (segment (start 329.819 101.854) (end 329.819 93.472) (width 0.2032) (layer Composant) (net 6)) + (segment (start 328.422 103.251) (end 328.422 103.886) (width 0.2032) (layer Composant) (net 6)) + (segment (start 167.386 111.633) (end 166.751 110.998) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 92.075 117.475) (end 94.615 117.475) (width 0.2032) (layer Cuivre) (net 6) (status 800)) + (segment (start 107.696 102.87) (end 108.966 101.6) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 167.386 112.649) (end 167.386 111.633) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 329.9206 93.472) (end 329.819 93.472) (width 0.2032) (layer Composant) (net 6)) + (segment (start 141.9098 103.759) (end 141.9098 101.6) (width 0.2032) (layer Composant) (net 6) (status 800)) + (segment (start 141.478 107.696) (end 141.9098 107.315) (width 0.2032) (layer Composant) (net 6)) + (segment (start 103.505 104.775) (end 105.41 102.87) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 105.41 102.87) (end 107.696 102.87) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 330.835 110.236) (end 330.835 109.855) (width 0.2032) (layer VCC_layer) (net 6) (status 400)) + (via (at 156.083 110.998) (size 0.889) (layers Composant Cuivre) (net 6)) + (segment (start 327.533 113.03) (end 327.533 104.775) (width 0.2032) (layer Composant) (net 6)) + (segment (start 141.9098 113.8428) (end 141.9098 112.014) (width 0.2032) (layer Composant) (net 6) (status 800)) + (segment (start 168.783 114.046) (end 167.386 112.649) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 141.478 111.633) (end 141.478 107.696) (width 0.2032) (layer Composant) (net 6)) + (segment (start 94.869 117.221) (end 94.869 111.506) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 101.8794 94.869) (end 101.8794 101.8794) (width 0.2032) (layer Composant) (net 6) (status 800)) + (segment (start 136.398 101.6) (end 108.966 101.6) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 328.422 103.886) (end 327.533 104.775) (width 0.2032) (layer Composant) (net 6)) + (via (at 139.7 99.695) (size 0.889) (layers Composant Cuivre) (net 6)) + (segment (start 94.615 117.475) (end 94.869 117.221) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 103.505 103.505) (end 101.8794 101.8794) (width 0.2032) (layer Composant) (net 6)) + (segment (start 327.787 114.3) (end 327.787 113.284) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 141.478 111.633) (end 141.9098 112.014) (width 0.2032) (layer Composant) (net 6)) + (via (at 103.505 104.775) (size 0.889) (layers Composant Cuivre) (net 6)) + (segment (start 96.774 109.601) (end 98.679 109.601) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 142.875 112.014) (end 142.494 111.633) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 327.025 114.173) (end 240.919 114.173) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 240.919 114.173) (end 240.665 113.919) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 240.665 113.919) (end 175.895 113.919) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 175.768 114.046) (end 168.783 114.046) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 327.787 114.3) (end 327.787 113.284) (width 0.2032) (layer Composant) (net 6)) + (segment (start 327.787 114.3) (end 327.787 119.761) (width 0.2032) (layer Composant) (net 6)) + (segment (start 98.679 109.601) (end 103.505 104.775) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 327.787 113.284) (end 327.533 113.03) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 329.9206 92.0242) (end 329.9206 93.472) (width 0.2032) (layer Composant) (net 6) (status 800)) + (segment (start 327.279 120.269) (end 326.517 120.269) (width 0.2032) (layer Composant) (net 6) (status 400)) + (segment (start 156.083 110.998) (end 155.067 112.014) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 327.914 110.236) (end 330.835 110.236) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 163.957 110.998) (end 166.751 110.998) (width 0.2032) (layer Cuivre) (net 6) (status 800)) + (segment (start 155.067 112.014) (end 142.875 112.014) (width 0.2032) (layer VCC_layer) (net 6)) + (segment (start 327.152 114.3) (end 327.025 114.173) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 175.895 113.919) (end 175.768 114.046) (width 0.2032) (layer Cuivre) (net 6)) + (segment (start 327.152 114.3) (end 327.787 114.3) (width 0.2032) (layer Cuivre) (net 6)) + (via (at 327.787 114.3) (size 0.889) (layers Composant Cuivre) (net 6)) + (via (at 141.478 111.633) (size 0.889) (layers Composant Cuivre) (net 6)) + (segment (start 103.505 104.775) (end 103.505 103.505) (width 0.2032) (layer Composant) (net 6)) + (segment (start 327.787 113.284) (end 327.533 113.03) (width 0.2032) (layer Composant) (net 6)) + (segment (start 327.787 119.761) (end 327.279 120.269) (width 0.2032) (layer Composant) (net 6)) + (segment (start 94.234 111.252) (end 96.393 109.093) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 102.235 103.505) (end 101.2444 102.5144) (width 0.2032) (layer Composant) (net 7)) + (segment (start 153.67 111.506) (end 143.51 111.506) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 323.977 122.047) (end 323.977 122.809) (width 0.2032) (layer Composant) (net 7) (status 400)) + (segment (start 330.327 111.379) (end 332.613 111.379) (width 0.2032) (layer VCC_layer) (net 7)) + (via (at 139.7 98.425) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 328.168 111.633) (end 328.168 104.775) (width 0.2032) (layer Composant) (net 7)) + (segment (start 138.938 98.425) (end 136.271 101.092) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 166.624 109.728) (end 163.957 109.728) (width 0.2032) (layer Cuivre) (net 7) (status 400)) + (segment (start 328.93 104.013) (end 328.168 104.775) (width 0.2032) (layer Composant) (net 7)) + (segment (start 102.235 104.775) (end 97.917 109.093) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 175.514 113.411) (end 175.387 113.538) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 97.917 109.093) (end 96.393 109.093) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.93 103.378) (end 328.93 104.013) (width 0.2032) (layer Composant) (net 7)) + (segment (start 101.2444 94.869) (end 101.2444 102.5144) (width 0.2032) (layer Composant) (net 7) (status 800)) + (segment (start 329.819 112.268) (end 329.819 111.887) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 241.3 113.665) (end 241.046 113.411) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.168 111.633) (end 328.295 111.76) (width 0.2032) (layer Composant) (net 7)) + (segment (start 104.648 102.362) (end 107.569 102.362) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 139.7 98.425) (end 138.938 98.425) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 142.5448 103.759) (end 142.5448 100.6348) (width 0.2032) (layer Composant) (net 7) (status 800)) + (segment (start 142.24 107.823) (end 142.5448 107.569) (width 0.2032) (layer Composant) (net 7)) + (segment (start 93.98 114.935) (end 94.234 114.681) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 327.152 113.665) (end 241.3 113.665) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.93 103.378) (end 330.327 101.981) (width 0.2032) (layer Composant) (net 7)) + (segment (start 330.327 101.981) (end 330.327 93.726) (width 0.2032) (layer Composant) (net 7)) + (segment (start 329.565 112.522) (end 329.819 112.268) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 142.5448 111.379) (end 142.5448 113.8428) (width 0.2032) (layer Composant) (net 7) (status 400)) + (segment (start 328.295 112.522) (end 329.565 112.522) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 155.448 109.728) (end 153.67 111.506) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 329.819 111.887) (end 330.327 111.379) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 92.075 114.935) (end 93.98 114.935) (width 0.2032) (layer Cuivre) (net 7) (status 800)) + (segment (start 102.235 104.775) (end 102.235 103.505) (width 0.2032) (layer Composant) (net 7)) + (segment (start 142.24 110.744) (end 142.24 111.125) (width 0.2032) (layer Composant) (net 7)) + (segment (start 168.021 112.395) (end 168.021 111.125) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 142.748 110.744) (end 142.24 110.744) (width 0.2032) (layer VCC_layer) (net 7)) + (via (at 142.24 110.744) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 330.5048 92.075) (end 330.5048 93.599) (width 0.2032) (layer Composant) (net 7)) + (segment (start 241.046 113.411) (end 175.514 113.411) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 330.454 93.599) (end 330.327 93.726) (width 0.2032) (layer Composant) (net 7)) + (segment (start 330.5556 92.0242) (end 330.5048 92.075) (width 0.2032) (layer Composant) (net 7) (status 800)) + (segment (start 140.335 98.425) (end 139.7 98.425) (width 0.2032) (layer Composant) (net 7)) + (segment (start 104.648 102.362) (end 102.235 104.775) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 142.24 111.125) (end 142.5448 111.379) (width 0.2032) (layer Composant) (net 7)) + (segment (start 328.295 115.189) (end 328.295 120.396) (width 0.2032) (layer Composant) (net 7)) + (segment (start 140.335 98.425) (end 142.5448 100.6348) (width 0.2032) (layer Composant) (net 7)) + (segment (start 108.839 101.092) (end 136.271 101.092) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 332.613 111.379) (end 333.375 110.617) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 333.375 110.617) (end 333.375 109.855) (width 0.2032) (layer VCC_layer) (net 7) (status 400)) + (segment (start 94.234 114.681) (end 94.234 111.252) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.295 112.522) (end 327.152 113.665) (width 0.2032) (layer Cuivre) (net 7)) + (via (at 156.083 109.728) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 143.51 111.506) (end 142.748 110.744) (width 0.2032) (layer VCC_layer) (net 7)) + (via (at 102.235 104.775) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 142.24 107.823) (end 142.24 110.744) (width 0.2032) (layer Composant) (net 7)) + (segment (start 142.5448 103.759) (end 142.5448 107.569) (width 0.2032) (layer Composant) (net 7) (status 800)) + (segment (start 175.387 113.538) (end 169.164 113.538) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.549 112.522) (end 328.295 112.522) (width 0.2032) (layer Composant) (net 7)) + (segment (start 107.569 102.362) (end 108.839 101.092) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 330.5048 93.599) (end 330.454 93.599) (width 0.2032) (layer Composant) (net 7)) + (segment (start 168.021 111.125) (end 166.624 109.728) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.295 112.522) (end 328.295 111.76) (width 0.2032) (layer Composant) (net 7)) + (segment (start 156.083 109.728) (end 155.448 109.728) (width 0.2032) (layer VCC_layer) (net 7)) + (segment (start 326.898 121.793) (end 324.231 121.793) (width 0.2032) (layer Composant) (net 7)) + (segment (start 328.549 112.522) (end 328.549 114.935) (width 0.2032) (layer Composant) (net 7)) + (segment (start 163.957 109.728) (end 156.083 109.728) (width 0.2032) (layer Cuivre) (net 7) (status 800)) + (segment (start 169.164 113.538) (end 168.021 112.395) (width 0.2032) (layer Cuivre) (net 7)) + (segment (start 328.549 114.935) (end 328.295 115.189) (width 0.2032) (layer Composant) (net 7)) + (via (at 328.295 112.522) (size 0.889) (layers Composant Cuivre) (net 7)) + (segment (start 328.295 120.396) (end 326.898 121.793) (width 0.2032) (layer Composant) (net 7)) + (segment (start 324.231 121.793) (end 323.977 122.047) (width 0.2032) (layer Composant) (net 7)) + (segment (start 328.676 104.902) (end 328.676 110.363) (width 0.2032) (layer Composant) (net 8)) + (segment (start 241.554 113.157) (end 241.3 112.903) (width 0.2032) (layer Cuivre) (net 8)) + (via (at 156.083 108.458) (size 0.889) (layers Composant Cuivre) (net 8)) + (segment (start 169.418 113.03) (end 168.529 112.141) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 326.517 122.809) (end 328.803 120.523) (width 0.2032) (layer Composant) (net 8) (status 800)) + (segment (start 100.584 105.156) (end 103.886 101.854) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 281.686 113.157) (end 241.554 113.157) (width 0.2032) (layer Cuivre) (net 8)) + (via (at 100.584 105.156) (size 0.889) (layers Composant Cuivre) (net 8)) + (segment (start 140.97 97.79) (end 140.335 97.155) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 330.835 93.853) (end 331.089 93.599) (width 0.2032) (layer Composant) (net 8)) + (segment (start 292.989 112.903) (end 281.94 112.903) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 329.438 103.632) (end 329.438 104.14) (width 0.2032) (layer Composant) (net 8)) + (segment (start 107.442 101.854) (end 108.712 100.584) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 329.057 112.395) (end 329.057 110.744) (width 0.2032) (layer Composant) (net 8)) + (segment (start 143.002 109.728) (end 143.002 110.363) (width 0.2032) (layer Composant) (net 8)) + (segment (start 330.835 112.395) (end 329.946 111.506) (width 0.2032) (layer Cuivre) (net 8) (status 800)) + (segment (start 93.599 112.141) (end 93.599 110.744) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 168.529 110.871) (end 166.116 108.458) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 327.66 111.633) (end 294.259 111.633) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 93.345 112.395) (end 93.599 112.141) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 331.089 92.075) (end 331.216 92.0242) (width 0.2032) (layer Composant) (net 8) (status 400)) + (segment (start 142.875 107.823) (end 143.2052 107.823) (width 0.2032) (layer Composant) (net 8)) + (segment (start 143.2052 113.8428) (end 143.2052 110.617) (width 0.2032) (layer Composant) (net 8) (status 800)) + (segment (start 95.758 108.585) (end 97.155 108.585) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 328.676 110.363) (end 329.057 110.744) (width 0.2032) (layer Composant) (net 8)) + (segment (start 143.2052 103.759) (end 143.2052 100.0252) (width 0.2032) (layer Composant) (net 8) (status 800)) + (segment (start 294.259 111.633) (end 292.989 112.903) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 327.787 111.506) (end 327.66 111.633) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 241.3 112.903) (end 174.879 112.903) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 329.057 115.062) (end 329.057 112.395) (width 0.2032) (layer Composant) (net 8)) + (segment (start 100.584 94.869) (end 100.584 105.156) (width 0.2032) (layer Composant) (net 8) (status 800)) + (segment (start 329.057 115.062) (end 328.803 115.316) (width 0.2032) (layer Composant) (net 8)) + (segment (start 329.946 111.506) (end 327.787 111.506) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 93.599 110.744) (end 95.758 108.585) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 142.875 109.601) (end 142.875 107.823) (width 0.2032) (layer Composant) (net 8)) + (segment (start 103.886 101.854) (end 107.442 101.854) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 92.075 112.395) (end 93.345 112.395) (width 0.2032) (layer Cuivre) (net 8) (status 800)) + (segment (start 281.94 112.903) (end 281.686 113.157) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 329.438 104.14) (end 328.676 104.902) (width 0.2032) (layer Composant) (net 8)) + (segment (start 329.438 103.632) (end 330.835 102.235) (width 0.2032) (layer Composant) (net 8)) + (segment (start 330.835 102.235) (end 330.835 93.853) (width 0.2032) (layer Composant) (net 8)) + (segment (start 330.835 112.395) (end 329.057 112.395) (width 0.2032) (layer Composant) (net 8) (status 800)) + (segment (start 139.446 97.155) (end 136.017 100.584) (width 0.2032) (layer Cuivre) (net 8)) + (via (at 143.002 109.728) (size 0.889) (layers Composant Cuivre) (net 8)) + (segment (start 174.879 112.903) (end 174.752 113.03) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 140.335 97.155) (end 139.446 97.155) (width 0.2032) (layer Cuivre) (net 8)) + (via (at 140.97 97.79) (size 0.889) (layers Composant Cuivre) (net 8)) + (segment (start 143.002 110.363) (end 143.2052 110.617) (width 0.2032) (layer Composant) (net 8)) + (segment (start 143.002 109.728) (end 142.875 109.601) (width 0.2032) (layer Composant) (net 8)) + (segment (start 97.155 108.585) (end 100.584 105.156) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 174.752 113.03) (end 169.418 113.03) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 154.94 108.458) (end 153.67 109.728) (width 0.2032) (layer VCC_layer) (net 8)) + (segment (start 153.67 109.728) (end 143.002 109.728) (width 0.2032) (layer VCC_layer) (net 8)) + (segment (start 163.957 108.458) (end 156.083 108.458) (width 0.2032) (layer Cuivre) (net 8) (status 800)) + (segment (start 331.089 93.599) (end 331.089 92.075) (width 0.2032) (layer Composant) (net 8)) + (segment (start 143.2052 107.823) (end 143.2052 103.759) (width 0.2032) (layer Composant) (net 8) (status 400)) + (segment (start 168.529 112.141) (end 168.529 110.871) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 328.803 115.316) (end 328.803 120.523) (width 0.2032) (layer Composant) (net 8)) + (segment (start 166.116 108.458) (end 163.957 108.458) (width 0.2032) (layer Cuivre) (net 8) (status 400)) + (segment (start 140.97 97.79) (end 143.2052 100.0252) (width 0.2032) (layer Composant) (net 8)) + (segment (start 156.083 108.458) (end 154.94 108.458) (width 0.2032) (layer VCC_layer) (net 8)) + (segment (start 136.017 100.584) (end 108.712 100.584) (width 0.2032) (layer Cuivre) (net 8)) + (segment (start 238.76 114.554) (end 238.633 114.427) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 332.486 93.726) (end 331.851 94.361) (width 0.2032) (layer Composant) (net 9)) + (segment (start 167.513 105.918) (end 163.957 105.918) (width 0.2032) (layer Cuivre) (net 9) (status 400)) + (segment (start 257.556 121.285) (end 260.223 123.952) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 329.311 123.19) (end 328.549 123.952) (width 0.2032) (layer Composant) (net 9)) + (segment (start 241.173 117.856) (end 240.919 117.602) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 282.321 123.952) (end 260.223 123.952) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 168.021 114.554) (end 168.021 110.871) (width 0.2032) (layer Composant) (net 9)) + (segment (start 168.021 110.871) (end 167.513 110.363) (width 0.2032) (layer Composant) (net 9)) + (segment (start 326.263 126.365) (end 318.389 126.365) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 99.2886 94.869) (end 99.2886 102.108) (width 0.2032) (layer Composant) (net 9) (status 800)) + (segment (start 143.51 97.79) (end 141.605 95.885) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 330.835 114.935) (end 331.851 113.919) (width 0.2032) (layer Composant) (net 9) (status 800)) + (segment (start 332.486 92.583) (end 332.5114 92.0242) (width 0.2032) (layer Composant) (net 9) (status 400)) + (segment (start 331.851 113.919) (end 331.851 94.361) (width 0.2032) (layer Composant) (net 9)) + (segment (start 99.7966 103.378) (end 99.822 103.378) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 107.061 100.838) (end 108.331 99.568) (width 0.2032) (layer Cuivre) (net 9)) + (via (at 99.7966 103.378) (size 0.889) (layers Composant Cuivre) (net 9)) + (segment (start 99.2886 102.108) (end 99.7966 102.616) (width 0.2032) (layer Composant) (net 9)) + (segment (start 144.653 110.363) (end 144.653 108.712) (width 0.2032) (layer Composant) (net 9)) + (segment (start 326.517 125.349) (end 328.041 125.349) (width 0.2032) (layer Composant) (net 9) (status 800)) + (segment (start 240.919 114.808) (end 240.665 114.554) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 326.517 125.349) (end 326.517 126.111) (width 0.2032) (layer Cuivre) (net 9) (status 800)) + (segment (start 317.754 125.73) (end 317.754 125.095) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 238.633 114.427) (end 176.022 114.427) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 252.095 117.856) (end 241.173 117.856) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 252.095 117.856) (end 252.476 118.237) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 240.919 117.602) (end 240.919 114.808) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 252.73 121.285) (end 252.476 121.031) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 328.041 125.349) (end 328.549 124.841) (width 0.2032) (layer Composant) (net 9)) + (segment (start 257.556 121.285) (end 252.73 121.285) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 252.476 121.031) (end 252.476 118.237) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 329.819 114.935) (end 330.835 114.935) (width 0.2032) (layer Composant) (net 9) (status 400)) + (segment (start 329.311 115.443) (end 329.819 114.935) (width 0.2032) (layer Composant) (net 9)) + (via (at 143.51 97.79) (size 0.889) (layers Composant Cuivre) (net 9)) + (segment (start 135.509 99.568) (end 108.331 99.568) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 318.389 126.365) (end 317.754 125.73) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 240.665 114.554) (end 238.76 114.554) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 328.549 123.952) (end 328.549 124.841) (width 0.2032) (layer Composant) (net 9)) + (segment (start 162.052 105.918) (end 160.909 107.061) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 160.909 107.061) (end 160.655 107.061) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 316.992 124.333) (end 282.702 124.333) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 144.399 107.95) (end 144.399 105.41) (width 0.2032) (layer Composant) (net 9)) + (segment (start 160.655 107.061) (end 157.607 107.061) (width 0.2032) (layer VCC_layer) (net 9)) + (segment (start 144.399 108.458) (end 144.653 108.712) (width 0.2032) (layer Composant) (net 9)) + (via (at 160.655 107.061) (size 0.889) (layers Composant Cuivre) (net 9)) + (segment (start 163.957 105.918) (end 162.052 105.918) (width 0.2032) (layer Cuivre) (net 9) (status 800)) + (segment (start 152.146 108.585) (end 145.669 108.585) (width 0.2032) (layer VCC_layer) (net 9)) + (segment (start 154.432 106.299) (end 152.146 108.585) (width 0.2032) (layer VCC_layer) (net 9)) + (segment (start 92.075 107.315) (end 95.885 107.315) (width 0.2032) (layer Cuivre) (net 9) (status 800)) + (segment (start 145.161 113.8428) (end 145.161 110.871) (width 0.2032) (layer Composant) (net 9) (status 800)) + (segment (start 99.7966 102.616) (end 99.7966 103.378) (width 0.2032) (layer Composant) (net 9)) + (segment (start 144.399 105.41) (end 144.5006 105.41) (width 0.2032) (layer Composant) (net 9)) + (via (at 167.513 105.918) (size 0.889) (layers Composant Cuivre) (net 9)) + (segment (start 95.885 107.315) (end 99.822 103.378) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 145.034 107.95) (end 144.399 107.95) (width 0.2032) (layer VCC_layer) (net 9)) + (via (at 168.021 114.554) (size 0.889) (layers Composant Cuivre) (net 9)) + (segment (start 175.895 114.554) (end 176.022 114.427) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 145.669 108.585) (end 145.034 107.95) (width 0.2032) (layer VCC_layer) (net 9)) + (segment (start 144.399 107.95) (end 144.399 108.458) (width 0.2032) (layer Composant) (net 9)) + (segment (start 102.362 100.838) (end 107.061 100.838) (width 0.2032) (layer Cuivre) (net 9)) + (via (at 144.399 107.95) (size 0.889) (layers Composant Cuivre) (net 9)) + (segment (start 168.021 114.554) (end 175.895 114.554) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 99.822 103.378) (end 102.362 100.838) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 144.5006 105.41) (end 144.5006 103.759) (width 0.2032) (layer Composant) (net 9) (status 400)) + (segment (start 156.845 106.299) (end 154.432 106.299) (width 0.2032) (layer VCC_layer) (net 9)) + (segment (start 143.51 97.79) (end 144.5006 98.7806) (width 0.2032) (layer Composant) (net 9)) + (segment (start 144.5006 103.759) (end 144.5006 98.7806) (width 0.2032) (layer Composant) (net 9) (status 800)) + (segment (start 135.509 99.568) (end 139.192 95.885) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 332.486 92.583) (end 332.486 93.726) (width 0.2032) (layer Composant) (net 9)) + (segment (start 316.992 124.333) (end 317.754 125.095) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 329.311 123.19) (end 329.311 115.443) (width 0.2032) (layer Composant) (net 9)) + (segment (start 326.517 126.111) (end 326.263 126.365) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 141.605 95.885) (end 139.192 95.885) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 145.161 110.871) (end 144.653 110.363) (width 0.2032) (layer Composant) (net 9)) + (segment (start 157.607 107.061) (end 156.845 106.299) (width 0.2032) (layer VCC_layer) (net 9)) + (segment (start 282.702 124.333) (end 282.321 123.952) (width 0.2032) (layer Cuivre) (net 9)) + (segment (start 167.513 110.363) (end 167.513 105.918) (width 0.2032) (layer Composant) (net 9)) + (segment (start 333.121 92.075) (end 333.1718 92.0242) (width 0.2032) (layer Composant) (net 10) (status 400)) + (segment (start 144.78 97.79) (end 145.161 98.171) (width 0.2032) (layer Composant) (net 10)) + (segment (start 145.796 110.617) (end 145.161 109.982) (width 0.2032) (layer Composant) (net 10)) + (segment (start 158.115 104.648) (end 158.115 103.759) (width 0.2032) (layer VCC_layer) (net 10)) + (segment (start 156.21 101.854) (end 145.415 101.854) (width 0.2032) (layer VCC_layer) (net 10)) + (segment (start 169.037 100.838) (end 170.561 99.314) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 98.425 102.6922) (end 98.425 103.505) (width 0.2032) (layer Composant) (net 10)) + (segment (start 158.115 103.759) (end 156.21 101.854) (width 0.2032) (layer VCC_layer) (net 10)) + (via (at 158.115 104.648) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 332.613 96.52) (end 330.2 96.52) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 98.6282 94.869) (end 98.6282 102.489) (width 0.2032) (layer Composant) (net 10) (status 800)) + (segment (start 332.359 113.919) (end 332.359 97.663) (width 0.2032) (layer Composant) (net 10)) + (segment (start 312.166 96.393) (end 311.658 95.885) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 332.359 97.663) (end 332.613 97.409) (width 0.2032) (layer Composant) (net 10)) + (segment (start 169.037 104.648) (end 169.037 100.838) (width 0.2032) (layer Composant) (net 10)) + (segment (start 215.519 95.885) (end 217.297 95.885) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 218.313 94.869) (end 217.297 95.885) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 239.522 94.869) (end 218.313 94.869) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 240.538 95.885) (end 239.522 94.869) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 170.561 99.314) (end 175.26 99.314) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 92.075 104.775) (end 97.155 104.775) (width 0.2032) (layer Cuivre) (net 10) (status 800)) + (segment (start 175.26 99.314) (end 179.07 95.504) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 145.161 103.759) (end 145.161 98.171) (width 0.2032) (layer Composant) (net 10) (status 800)) + (segment (start 98.425 103.505) (end 101.6 100.33) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 240.538 95.885) (end 311.658 95.885) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 332.613 97.409) (end 332.613 96.52) (width 0.2032) (layer Composant) (net 10)) + (segment (start 333.375 114.935) (end 332.359 115.951) (width 0.2032) (layer Composant) (net 10) (status 800)) + (segment (start 163.957 104.648) (end 169.037 104.648) (width 0.2032) (layer Cuivre) (net 10) (status 800)) + (segment (start 144.78 101.219) (end 144.78 97.79) (width 0.2032) (layer VCC_layer) (net 10)) + (segment (start 333.121 93.853) (end 333.121 92.075) (width 0.2032) (layer Composant) (net 10)) + (segment (start 332.613 96.52) (end 332.613 94.361) (width 0.2032) (layer Composant) (net 10)) + (segment (start 179.07 95.504) (end 215.138 95.504) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 145.796 113.8428) (end 145.796 110.617) (width 0.2032) (layer Composant) (net 10) (status 800)) + (via (at 144.78 97.79) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 108.077 99.06) (end 135.255 99.06) (width 0.2032) (layer Cuivre) (net 10)) + (via (at 332.613 96.52) (size 0.889) (layers Composant Cuivre) (net 10)) + (via (at 169.037 100.838) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 323.977 127.889) (end 329.057 127.889) (width 0.2032) (layer Cuivre) (net 10) (status 800)) + (segment (start 98.6282 102.489) (end 98.425 102.6922) (width 0.2032) (layer Composant) (net 10)) + (via (at 98.425 103.505) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 106.807 100.33) (end 108.077 99.06) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 329.819 116.205) (end 329.819 123.317) (width 0.2032) (layer Composant) (net 10)) + (segment (start 329.057 124.079) (end 329.057 127.889) (width 0.2032) (layer Composant) (net 10)) + (segment (start 329.819 123.317) (end 329.057 124.079) (width 0.2032) (layer Composant) (net 10)) + (via (at 329.057 127.889) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 330.2 96.52) (end 330.073 96.393) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 145.161 109.982) (end 145.161 103.759) (width 0.2032) (layer Composant) (net 10) (status 400)) + (segment (start 97.155 104.775) (end 98.425 103.505) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 142.24 95.25) (end 139.065 95.25) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 163.957 104.648) (end 158.115 104.648) (width 0.2032) (layer Cuivre) (net 10) (status 800)) + (segment (start 144.78 97.79) (end 142.24 95.25) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 135.255 99.06) (end 139.065 95.25) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 101.6 100.33) (end 106.807 100.33) (width 0.2032) (layer Cuivre) (net 10)) + (via (at 169.037 104.648) (size 0.889) (layers Composant Cuivre) (net 10)) + (segment (start 330.073 96.393) (end 312.166 96.393) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 215.138 95.504) (end 215.519 95.885) (width 0.2032) (layer Cuivre) (net 10)) + (segment (start 333.121 93.853) (end 332.613 94.361) (width 0.2032) (layer Composant) (net 10)) + (segment (start 333.375 114.935) (end 332.359 113.919) (width 0.2032) (layer Composant) (net 10) (status 800)) + (segment (start 145.415 101.854) (end 144.78 101.219) (width 0.2032) (layer VCC_layer) (net 10)) + (segment (start 332.359 115.951) (end 330.073 115.951) (width 0.2032) (layer Composant) (net 10)) + (segment (start 330.073 115.951) (end 329.819 116.205) (width 0.2032) (layer Composant) (net 10)) + (segment (start 318.643 94.615) (end 319.913 94.615) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 334.264 96.012) (end 334.264 98.044) (width 0.2032) (layer Composant) (net 11)) + (segment (start 217.678 93.853) (end 240.157 93.853) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 96.6724 94.869) (end 96.6724 96.647) (width 0.2032) (layer Composant) (net 11) (status 800)) + (segment (start 335.026 94.234) (end 335.026 92.075) (width 0.2032) (layer Composant) (net 11)) + (segment (start 149.7076 110.617) (end 146.812 107.7214) (width 0.2032) (layer Composant) (net 11)) + (segment (start 332.613 94.234) (end 335.28 94.234) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 92.075 99.695) (end 95.1484 99.695) (width 0.2032) (layer Cuivre) (net 11) (status 800)) + (segment (start 156.337 104.521) (end 158.75 102.108) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 163.957 102.108) (end 158.75 102.108) (width 0.2032) (layer Cuivre) (net 11) (status 800)) + (segment (start 146.939 104.521) (end 146.558 104.902) (width 0.2032) (layer VCC_layer) (net 11)) + (segment (start 335.28 94.234) (end 335.28 94.996) (width 0.2032) (layer Composant) (net 11)) + (segment (start 217.043 94.488) (end 217.678 93.853) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 335.026 92.075) (end 335.1022 92.0242) (width 0.2032) (layer Composant) (net 11) (status 400)) + (segment (start 146.812 107.7214) (end 146.812 107.696) (width 0.2032) (layer Composant) (net 11)) + (segment (start 142.494 107.061) (end 145.796 107.061) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 146.812 107.696) (end 146.304 107.696) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 146.558 104.902) (end 146.558 107.696) (width 0.2032) (layer VCC_layer) (net 11)) + (segment (start 335.28 94.234) (end 335.026 94.234) (width 0.2032) (layer Composant) (net 11)) + (segment (start 128.397 107.696) (end 105.029 107.696) (width 0.2032) (layer Cuivre) (net 11)) + (via (at 146.812 107.696) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 95.1484 99.695) (end 95.1484 100.711) (width 0.2032) (layer Composant) (net 11)) + (segment (start 97.917 110.871) (end 95.377 108.331) (width 0.2032) (layer Composant) (net 11)) + (via (at 335.28 94.234) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 335.28 94.996) (end 334.264 96.012) (width 0.2032) (layer Composant) (net 11)) + (segment (start 146.812 107.7214) (end 146.4564 107.3658) (width 0.2032) (layer Composant) (net 11)) + (segment (start 321.437 127.889) (end 322.453 128.905) (width 0.2032) (layer Cuivre) (net 11) (status 800)) + (segment (start 163.957 102.108) (end 167.386 102.108) (width 0.2032) (layer Cuivre) (net 11) (status 800)) + (via (at 167.386 98.298) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 174.371 98.298) (end 178.181 94.488) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 240.157 93.853) (end 241.046 94.742) (width 0.2032) (layer Cuivre) (net 11)) + (via (at 95.1484 99.695) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 167.386 98.298) (end 174.371 98.298) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 331.343 127.889) (end 330.327 128.905) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 105.029 107.696) (end 101.854 110.871) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 128.905 108.204) (end 128.397 107.696) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 318.643 94.615) (end 318.516 94.742) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 141.351 108.204) (end 128.905 108.204) (width 0.2032) (layer Cuivre) (net 11)) + (via (at 98.679 110.871) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 146.558 107.696) (end 146.812 107.696) (width 0.2032) (layer VCC_layer) (net 11)) + (segment (start 146.4564 103.759) (end 146.4564 107.3658) (width 0.2032) (layer Composant) (net 11) (status 800)) + (segment (start 334.391 117.221) (end 334.137 117.475) (width 0.2032) (layer Composant) (net 11)) + (segment (start 178.181 94.488) (end 217.043 94.488) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 319.913 94.615) (end 320.675 95.377) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 95.377 108.331) (end 95.377 100.711) (width 0.2032) (layer Composant) (net 11)) + (segment (start 320.675 95.377) (end 331.47 95.377) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 145.796 107.061) (end 146.304 107.696) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 322.453 128.905) (end 330.327 128.905) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 95.1484 98.171) (end 95.1484 99.695) (width 0.2032) (layer Composant) (net 11)) + (segment (start 334.264 98.044) (end 334.391 98.171) (width 0.2032) (layer Composant) (net 11)) + (segment (start 333.375 117.475) (end 331.851 118.999) (width 0.2032) (layer Composant) (net 11) (status 800)) + (segment (start 241.046 94.742) (end 318.516 94.742) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 95.377 100.711) (end 95.1484 100.711) (width 0.2032) (layer Composant) (net 11)) + (segment (start 331.851 118.999) (end 331.851 127.381) (width 0.2032) (layer Composant) (net 11)) + (segment (start 141.351 108.204) (end 142.494 107.061) (width 0.2032) (layer Cuivre) (net 11)) + (segment (start 331.851 127.381) (end 331.343 127.889) (width 0.2032) (layer Composant) (net 11)) + (segment (start 331.47 95.377) (end 332.613 94.234) (width 0.2032) (layer Cuivre) (net 11)) + (via (at 331.343 127.889) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 334.137 117.475) (end 333.375 117.475) (width 0.2032) (layer Composant) (net 11) (status 400)) + (segment (start 101.854 110.871) (end 98.679 110.871) (width 0.2032) (layer Cuivre) (net 11)) + (via (at 156.337 104.521) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 156.337 104.521) (end 146.939 104.521) (width 0.2032) (layer VCC_layer) (net 11)) + (via (at 167.386 102.108) (size 0.889) (layers Composant Cuivre) (net 11)) + (segment (start 96.6724 96.647) (end 95.1484 98.171) (width 0.2032) (layer Composant) (net 11)) + (segment (start 149.7076 113.8428) (end 149.7076 110.617) (width 0.2032) (layer Composant) (net 11) (status 800)) + (segment (start 334.391 98.171) (end 334.391 117.221) (width 0.2032) (layer Composant) (net 11)) + (segment (start 167.386 102.108) (end 167.386 98.298) (width 0.2032) (layer Composant) (net 11)) + (segment (start 98.679 110.871) (end 97.917 110.871) (width 0.2032) (layer Composant) (net 11)) + (segment (start 83.947 144.272) (end 84.582 144.907) (width 0.2032) (layer Cuivre) (net 12)) + (via (at 87.376 144.907) (size 0.889) (layers Composant Cuivre) (net 12)) + (via (at 104.394 144.907) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 104.394 144.907) (end 87.376 144.907) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 106.299 144.145) (end 105.537 144.907) (width 0.2032) (layer VCC_layer) (net 12)) + (segment (start 73.533 142.875) (end 72.009 141.351) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 83.82 96.647) (end 85.09 96.647) (width 0.2032) (layer Cuivre) (net 12) (status 800)) + (via (at 85.09 96.647) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 85.09 96.647) (end 85.979 97.536) (width 0.2032) (layer Composant) (net 12)) + (segment (start 80.645 116.332) (end 80.645 110.617) (width 0.2032) (layer Cuivre) (net 12)) + (via (at 85.344 144.907) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 83.566 107.696) (end 83.566 106.299) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 105.537 144.907) (end 104.394 144.907) (width 0.2032) (layer VCC_layer) (net 12)) + (segment (start 106.934 144.145) (end 106.299 144.145) (width 0.2032) (layer VCC_layer) (net 12) (tstamp 5402D99C)) + (segment (start 85.344 144.907) (end 84.582 144.907) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 72.009 141.351) (end 70.485 141.351) (width 0.2032) (layer Cuivre) (net 12) (status 400)) + (segment (start 83.185 128.397) (end 83.185 118.872) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 83.566 106.299) (end 85.09 104.775) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 83.947 129.159) (end 83.185 128.397) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 87.376 144.907) (end 85.344 144.907) (width 0.2032) (layer VCC_layer) (net 12)) + (segment (start 80.645 110.617) (end 83.566 107.696) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 85.979 97.536) (end 85.979 103.886) (width 0.2032) (layer Composant) (net 12)) + (segment (start 85.979 103.886) (end 85.09 104.775) (width 0.2032) (layer Composant) (net 12)) + (via (at 85.09 104.775) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 73.406 142.875) (end 73.533 142.875) (width 0.2032) (layer Cuivre) (net 12) (status 800)) + (segment (start 74.803 144.272) (end 83.947 144.272) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 83.947 129.159) (end 83.947 144.272) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 73.406 142.875) (end 74.803 144.272) (width 0.2032) (layer Cuivre) (net 12) (status 800)) + (segment (start 83.185 118.872) (end 80.645 116.332) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 130.683 141.351) (end 134.366 141.351) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 200.406 141.986) (end 190.627 141.986) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 340.233 130.556) (end 333.248 130.556) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 333.248 130.556) (end 332.994 130.81) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 332.994 130.81) (end 332.994 131.826) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 155.575 142.621) (end 155.829 142.367) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 332.74 132.08) (end 329.057 132.08) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 346.075 125.095) (end 344.805 126.365) (width 0.2032) (layer Composant) (net 12) (status 800)) + (segment (start 126.746 145.669) (end 117.094 145.669) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 130.048 141.986) (end 130.048 142.367) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 201.93 140.462) (end 201.93 134.112) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 130.683 141.351) (end 130.048 141.986) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 136.144 141.351) (end 147.32 141.351) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 147.955 142.367) (end 147.955 141.986) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 155.829 142.367) (end 167.005 142.367) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 290.83 130.683) (end 289.687 131.826) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 332.994 131.826) (end 332.74 132.08) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 324.866 132.334) (end 318.262 132.334) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 313.817 130.937) (end 316.865 130.937) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 329.057 132.08) (end 328.803 131.826) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 289.687 131.826) (end 202.565 131.826) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 312.42 132.334) (end 294.132 132.334) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 313.817 130.937) (end 312.42 132.334) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 318.262 132.334) (end 316.865 130.937) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 292.481 130.683) (end 290.83 130.683) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 325.12 132.08) (end 324.866 132.334) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 190.119 141.478) (end 167.894 141.478) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 325.12 131.191) (end 325.12 132.08) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 325.374 130.937) (end 325.12 131.191) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 328.803 131.826) (end 328.803 131.191) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 328.803 131.191) (end 328.549 130.937) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 167.894 141.478) (end 167.005 142.367) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 328.549 130.937) (end 325.374 130.937) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 294.132 132.334) (end 292.481 130.683) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 344.805 128.143) (end 343.789 129.159) (width 0.2032) (layer Composant) (net 12)) + (via (at 117.094 145.669) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 148.209 142.621) (end 155.575 142.621) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 134.366 141.351) (end 134.747 141.732) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 201.93 134.112) (end 202.311 133.731) (width 0.2032) (layer Cuivre) (net 12)) + (via (at 342.265 129.159) (size 0.889) (layers Composant Cuivre) (net 12)) + (segment (start 135.763 141.732) (end 136.144 141.351) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 341.63 129.159) (end 340.233 130.556) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 343.789 129.159) (end 342.265 129.159) (width 0.2032) (layer Composant) (net 12)) + (segment (start 148.209 142.621) (end 147.955 142.367) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 190.627 141.986) (end 190.119 141.478) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 117.094 145.669) (end 114.046 145.669) (width 0.2032) (layer VCC_layer) (net 12)) + (segment (start 202.311 132.08) (end 202.565 131.826) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 202.311 133.731) (end 202.311 132.08) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 147.955 141.986) (end 147.32 141.351) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 200.406 141.986) (end 201.93 140.462) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 134.747 141.732) (end 135.763 141.732) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 130.048 142.367) (end 126.746 145.669) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 344.805 126.365) (end 344.805 128.143) (width 0.2032) (layer Composant) (net 12)) + (segment (start 342.265 129.159) (end 341.63 129.159) (width 0.2032) (layer Cuivre) (net 12)) + (segment (start 107.061 144.145) (end 107.696 143.51) (width 0.2032) (layer VCC_layer) (net 12) (tstamp 5402D99E)) + (segment (start 107.696 143.51) (end 107.696 142.113) (width 0.2032) (layer VCC_layer) (net 12) (tstamp 5402D99F)) + (segment (start 107.696 142.113) (end 108.204 141.605) (width 0.2032) (layer VCC_layer) (net 12) (tstamp 5402D9A0)) + (segment (start 108.204 141.605) (end 109.982 141.605) (width 0.2032) (layer VCC_layer) (net 12) (tstamp 5402D9A1)) + (segment (start 109.982 141.605) (end 114.046 145.669) (width 0.2032) (layer VCC_layer) (net 12) (tstamp 5402D9A2)) + (segment (start 106.934 144.145) (end 107.061 144.145) (width 0.2032) (layer VCC_layer) (net 12)) + (segment (start 203.962 141.097) (end 203.962 134.747) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 358.394 129.667) (end 358.394 132.969) (width 0.2032) (layer Composant) (net 13)) + (via (at 358.394 132.969) (size 0.889) (layers Composant Cuivre) (net 13)) + (segment (start 358.394 132.969) (end 357.505 133.858) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 358.775 90.805) (end 358.902 90.932) (width 0.2032) (layer Composant) (net 13)) + (segment (start 64.643 121.158) (end 64.643 116.459) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 64.643 116.459) (end 64.389 116.205) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 315.595 132.715) (end 315.595 132.08) (width 0.2032) (layer Composant) (net 13)) + (via (at 315.595 132.715) (size 0.889) (layers Composant Cuivre) (net 13)) + (segment (start 64.389 116.205) (end 59.055 116.205) (width 0.2032) (layer Cuivre) (net 13) (status 400)) + (segment (start 96.266 148.336) (end 92.202 152.4) (width 0.2032) (layer Cuivre) (net 13)) + (via (at 157.48 147.701) (size 0.889) (layers Composant Cuivre) (net 13)) + (segment (start 102.362 148.336) (end 102.616 148.59) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 102.616 148.59) (end 102.616 149.098) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 72.771 152.4) (end 66.294 145.923) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 194.183 144.018) (end 189.23 148.971) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 130.175 146.685) (end 129.286 147.574) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 102.743 147.066) (end 105.791 147.066) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 157.48 147.701) (end 156.464 146.685) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 201.041 144.018) (end 203.962 141.097) (width 0.2032) (layer Cuivre) (net 13)) + (via (at 102.616 149.098) (size 0.889) (layers Composant Cuivre) (net 13)) + (segment (start 201.041 144.018) (end 194.183 144.018) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 358.775 80.01) (end 358.775 90.805) (width 0.2032) (layer Composant) (net 13)) + (segment (start 203.962 134.747) (end 204.343 134.366) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 204.343 134.366) (end 204.343 134.112) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 204.343 134.112) (end 204.597 133.858) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 102.362 148.336) (end 96.266 148.336) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 129.286 147.574) (end 106.299 147.574) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 105.791 147.066) (end 106.299 147.574) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 189.23 148.971) (end 163.322 148.971) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 92.202 152.4) (end 72.771 152.4) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 64.643 121.285) (end 63.5 122.428) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 63.5 122.428) (end 63.5 127.381) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 63.5 127.381) (end 66.294 130.175) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 64.643 121.158) (end 64.643 121.285) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 357.505 133.858) (end 315.595 133.858) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 59.055 116.205) (end 66.294 116.205) (width 0.2032) (layer Composant) (net 13) (status C00)) + (segment (start 315.595 132.08) (end 315.341 132.08) (width 0.2032) (layer Composant) (net 13) (status 400)) + (segment (start 358.14 75.438) (end 358.14 76.454) (width 0.2032) (layer Composant) (net 13) (status 800)) + (segment (start 357.632 76.962) (end 357.632 78.867) (width 0.2032) (layer Composant) (net 13)) + (segment (start 358.14 76.454) (end 357.632 76.962) (width 0.2032) (layer Composant) (net 13)) + (segment (start 357.632 78.867) (end 358.775 80.01) (width 0.2032) (layer Composant) (net 13)) + (segment (start 358.902 90.932) (end 358.902 129.159) (width 0.2032) (layer Composant) (net 13)) + (segment (start 358.902 129.159) (end 358.394 129.667) (width 0.2032) (layer Composant) (net 13)) + (segment (start 156.464 146.685) (end 130.175 146.685) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 157.734 149.225) (end 163.068 149.225) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 163.068 149.225) (end 163.322 148.971) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 157.734 149.225) (end 157.48 148.971) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 157.48 148.971) (end 157.48 147.701) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 66.294 145.923) (end 66.294 130.175) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 102.616 147.193) (end 102.743 147.066) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 315.595 133.858) (end 204.597 133.858) (width 0.2032) (layer Cuivre) (net 13)) + (segment (start 102.616 149.098) (end 102.616 147.193) (width 0.2032) (layer VCC_layer) (net 13)) + (segment (start 315.595 133.858) (end 315.595 132.715) (width 0.2032) (layer Cuivre) (net 13)) + (via (at 296.926 127.508) (size 0.889) (layers Composant Cuivre) (net 14)) + (segment (start 297.561 126.873) (end 297.561 102.743) (width 0.2032) (layer Composant) (net 14)) + (segment (start 297.561 102.743) (end 297.815 102.489) (width 0.2032) (layer Composant) (net 14)) + (segment (start 297.561 126.873) (end 296.926 127.508) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 317.373 128.143) (end 318.643 129.413) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 335.915 129.159) (end 335.661 129.413) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 335.661 129.413) (end 318.643 129.413) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 297.561 126.873) (end 316.992 126.873) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 297.815 102.489) (end 298.577 102.489) (width 0.2032) (layer Composant) (net 14) (status 400)) + (segment (start 335.915 127.635) (end 335.915 129.159) (width 0.2032) (layer Cuivre) (net 14) (status 800)) + (segment (start 317.373 128.143) (end 317.373 127.254) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 296.926 127.508) (end 297.561 126.873) (width 0.2032) (layer Composant) (net 14)) + (segment (start 316.992 126.873) (end 317.373 127.254) (width 0.2032) (layer Cuivre) (net 14)) + (segment (start 309.88 59.817) (end 319.786 59.817) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 309.626 59.563) (end 309.88 59.817) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 309.626 58.801) (end 309.626 59.563) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 308.991 58.166) (end 309.626 58.801) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 304.165 58.166) (end 308.991 58.166) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 293.878 58.547) (end 295.402 60.071) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 105.029 58.928) (end 106.172 57.785) (width 0.2032) (layer GND_layer) (net 15)) + (via (at 320.294 60.325) (size 0.889) (layers Composant Cuivre) (net 15)) + (segment (start 327.787 122.047) (end 329.438 122.047) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 168.783 63.373) (end 168.783 58.801) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 103.8352 74.676) (end 104.267 74.2442) (width 0.2032) (layer Composant) (net 15)) + (segment (start 329.438 122.047) (end 329.946 122.555) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 162.179 61.595) (end 162.687 62.103) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 104.267 62.738) (end 105.029 61.976) (width 0.2032) (layer Composant) (net 15)) + (segment (start 302.26 60.071) (end 304.165 58.166) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 324.993 94.107) (end 324.993 94.361) (width 0.2032) (layer Composant) (net 15)) + (segment (start 319.786 59.817) (end 320.294 60.325) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 106.172 57.785) (end 157.607 57.785) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 166.243 65.913) (end 168.783 63.373) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 105.029 61.976) (end 105.029 58.928) (width 0.2032) (layer Composant) (net 15)) + (segment (start 324.739 91.059) (end 323.723 90.043) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 323.723 90.043) (end 320.929 90.043) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 320.929 90.043) (end 319.913 89.027) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 324.993 94.361) (end 324.993 120.015) (width 0.2032) (layer Composant) (net 15)) + (segment (start 319.913 89.027) (end 319.913 61.214) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 320.294 60.833) (end 320.294 60.325) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 325.374 121.666) (end 327.406 121.666) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 324.739 120.269) (end 323.977 120.269) (width 0.2032) (layer Composant) (net 15) (status 400)) + (segment (start 103.8352 78.867) (end 103.8352 74.676) (width 0.2032) (layer Composant) (net 15) (status 800)) + (via (at 324.739 94.361) (size 0.889) (layers Composant Cuivre) (net 15)) + (segment (start 329.946 122.555) (end 330.835 122.555) (width 0.2032) (layer VCC_layer) (net 15) (status 400)) + (segment (start 104.267 74.2442) (end 104.267 62.738) (width 0.2032) (layer Composant) (net 15)) + (segment (start 324.866 93.98) (end 324.993 94.107) (width 0.2032) (layer Composant) (net 15)) + (segment (start 324.993 94.361) (end 324.739 94.361) (width 0.2032) (layer Composant) (net 15)) + (segment (start 324.739 94.361) (end 324.739 91.059) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 324.7136 92.0242) (end 324.7136 93.98) (width 0.2032) (layer Composant) (net 15) (status 800)) + (segment (start 319.913 61.214) (end 320.294 60.833) (width 0.2032) (layer VCC_layer) (net 15)) + (via (at 105.029 58.928) (size 0.889) (layers Composant Cuivre) (net 15)) + (segment (start 295.402 60.071) (end 302.26 60.071) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 323.977 120.269) (end 325.374 121.666) (width 0.2032) (layer VCC_layer) (net 15) (status 800)) + (segment (start 327.406 121.666) (end 327.787 122.047) (width 0.2032) (layer VCC_layer) (net 15)) + (segment (start 324.993 120.015) (end 324.739 120.269) (width 0.2032) (layer Composant) (net 15)) + (segment (start 162.179 60.198) (end 162.179 61.595) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 169.037 58.547) (end 293.878 58.547) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 157.607 57.785) (end 158.75 58.928) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 158.75 58.928) (end 160.909 58.928) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 160.909 58.928) (end 162.179 60.198) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 163.322 65.913) (end 166.243 65.913) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 168.783 58.801) (end 169.037 58.547) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 162.687 65.278) (end 163.322 65.913) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 162.687 62.103) (end 162.687 65.278) (width 0.2032) (layer GND_layer) (net 15)) + (segment (start 324.7136 93.98) (end 324.866 93.98) (width 0.2032) (layer Composant) (net 15)) + (segment (start 181.737 80.137) (end 181.356 79.756) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 300.228 102.489) (end 299.212 103.505) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 299.212 103.505) (end 289.306 103.505) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 155.067 79.375) (end 154.559 78.867) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 155.067 79.375) (end 161.925 79.375) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 131.445 80.645) (end 127.254 80.645) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 288.798 102.997) (end 274.828 102.997) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 322.453 105.283) (end 320.421 105.283) (width 0.2032) (layer Cuivre) (net 16)) + (via (at 322.453 105.283) (size 0.889) (layers Composant Cuivre) (net 16)) + (segment (start 322.453 105.791) (end 322.453 105.283) (width 0.2032) (layer Composant) (net 16)) + (segment (start 318.135 104.521) (end 314.706 104.521) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 247.904 105.537) (end 186.309 105.537) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 322.961 116.713) (end 322.961 106.299) (width 0.2032) (layer Composant) (net 16)) + (segment (start 184.785 85.725) (end 183.388 84.328) (width 0.2032) (layer Composant) (net 16)) + (segment (start 323.469 123.825) (end 330.581 123.825) (width 0.2032) (layer VCC_layer) (net 16)) + (segment (start 183.388 80.772) (end 182.753 80.137) (width 0.2032) (layer Composant) (net 16)) + (via (at 182.753 80.137) (size 0.889) (layers Composant Cuivre) (net 16)) + (segment (start 184.785 106.426) (end 183.896 105.537) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 165.227 80.772) (end 163.322 80.772) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 185.42 106.426) (end 184.785 106.426) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 184.785 104.648) (end 184.785 85.725) (width 0.2032) (layer Composant) (net 16)) + (segment (start 289.306 103.505) (end 288.798 102.997) (width 0.2032) (layer Cuivre) (net 16)) + (via (at 105.156 80.391) (size 0.889) (layers Composant Cuivre) (net 16)) + (segment (start 105.41 79.629) (end 105.156 79.883) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 182.753 80.137) (end 181.737 80.137) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 312.039 103.251) (end 311.277 102.489) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 181.356 79.756) (end 166.243 79.756) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 166.243 79.756) (end 165.227 80.772) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 313.436 103.251) (end 312.039 103.251) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 314.706 104.521) (end 313.436 103.251) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 186.309 105.537) (end 185.42 106.426) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 318.389 105.664) (end 318.389 104.775) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 318.643 105.918) (end 318.389 105.664) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 163.322 80.772) (end 161.925 79.375) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 320.421 105.283) (end 319.786 105.918) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 318.389 104.775) (end 318.135 104.521) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 322.961 106.299) (end 322.453 105.791) (width 0.2032) (layer Composant) (net 16)) + (segment (start 330.835 124.079) (end 330.835 125.095) (width 0.2032) (layer VCC_layer) (net 16) (status 400)) + (segment (start 322.834 123.19) (end 323.469 123.825) (width 0.2032) (layer VCC_layer) (net 16)) + (segment (start 330.581 123.825) (end 330.835 124.079) (width 0.2032) (layer VCC_layer) (net 16)) + (segment (start 105.156 80.391) (end 105.156 78.994) (width 0.2032) (layer Composant) (net 16)) + (via (at 183.896 105.537) (size 0.889) (layers Composant Cuivre) (net 16)) + (segment (start 183.896 105.537) (end 184.785 104.648) (width 0.2032) (layer Composant) (net 16)) + (segment (start 132.969 79.121) (end 131.445 80.645) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 126.238 79.629) (end 105.41 79.629) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 105.156 79.883) (end 105.156 80.391) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 150.241 78.867) (end 149.987 78.613) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 319.786 105.918) (end 318.643 105.918) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 311.277 102.489) (end 300.228 102.489) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 183.388 84.328) (end 183.388 80.772) (width 0.2032) (layer Composant) (net 16)) + (segment (start 127.254 80.645) (end 126.238 79.629) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 105.156 78.994) (end 105.1306 78.867) (width 0.2032) (layer Composant) (net 16) (status 400)) + (segment (start 260.35 104.013) (end 258.445 105.918) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 248.285 105.918) (end 247.904 105.537) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 258.445 105.918) (end 248.285 105.918) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 323.977 117.729) (end 322.834 118.872) (width 0.2032) (layer VCC_layer) (net 16) (status 800)) + (segment (start 154.559 78.867) (end 150.241 78.867) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 322.834 118.872) (end 322.834 123.19) (width 0.2032) (layer VCC_layer) (net 16)) + (segment (start 149.987 78.613) (end 137.922 78.613) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 137.922 78.613) (end 137.414 79.121) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 137.414 79.121) (end 132.969 79.121) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 323.977 117.729) (end 322.961 116.713) (width 0.2032) (layer Composant) (net 16) (status 800)) + (segment (start 274.828 102.997) (end 273.812 104.013) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 273.812 104.013) (end 260.35 104.013) (width 0.2032) (layer Cuivre) (net 16)) + (segment (start 284.988 99.822) (end 283.21 99.822) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 105.918 80.899) (end 105.029 81.788) (width 0.2032) (layer Cuivre) (net 17)) + (via (at 183.642 100.711) (size 0.889) (layers Composant Cuivre) (net 17)) + (segment (start 105.029 81.788) (end 103.505 81.788) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 103.505 81.788) (end 103.251 82.042) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 103.251 82.042) (end 100.203 82.042) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 183.642 100.711) (end 183.642 99.949) (width 0.2032) (layer Composant) (net 17)) + (segment (start 183.642 99.949) (end 183.388 99.695) (width 0.2032) (layer Composant) (net 17)) + (segment (start 183.388 99.695) (end 183.388 88.265) (width 0.2032) (layer Composant) (net 17)) + (segment (start 162.814 81.28) (end 175.514 81.28) (width 0.2032) (layer Cuivre) (net 17)) + (via (at 175.514 81.28) (size 0.889) (layers Composant Cuivre) (net 17)) + (segment (start 321.818 115.443) (end 321.818 113.411) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 327.533 116.713) (end 323.088 116.713) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 323.088 116.713) (end 321.818 115.443) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 180.975 85.852) (end 177.8 85.852) (width 0.2032) (layer Composant) (net 17)) + (via (at 318.389 109.347) (size 0.889) (layers Composant Cuivre) (net 17)) + (segment (start 318.389 110.617) (end 318.389 109.347) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 321.437 113.03) (end 320.802 113.03) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 321.818 113.411) (end 321.437 113.03) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 187.071 100.076) (end 186.436 100.711) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 318.389 109.347) (end 311.404 109.347) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 231.648 100.076) (end 187.071 100.076) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 233.172 101.6) (end 231.648 100.076) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 235.077 101.6) (end 233.172 101.6) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 236.728 99.949) (end 235.077 101.6) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 283.083 99.949) (end 236.728 99.949) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 283.21 99.822) (end 283.083 99.949) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 161.417 79.883) (end 154.686 79.883) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 311.404 109.347) (end 311.15 109.093) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 186.436 100.711) (end 183.642 100.711) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 183.388 88.265) (end 180.975 85.852) (width 0.2032) (layer Composant) (net 17)) + (segment (start 320.802 113.03) (end 318.389 110.617) (width 0.2032) (layer VCC_layer) (net 17)) + (segment (start 177.8 85.852) (end 175.514 83.566) (width 0.2032) (layer Composant) (net 17)) + (segment (start 133.223 79.629) (end 131.699 81.153) (width 0.2032) (layer Cuivre) (net 17)) + (via (at 284.988 99.822) (size 0.889) (layers Composant Cuivre) (net 17)) + (segment (start 284.988 110.744) (end 284.988 99.822) (width 0.2032) (layer Composant) (net 17)) + (segment (start 292.1 110.744) (end 284.988 110.744) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 99.695 81.534) (end 99.695 80.772) (width 0.2032) (layer Cuivre) (net 17)) + (via (at 284.988 110.744) (size 0.889) (layers Composant Cuivre) (net 17)) + (segment (start 154.686 79.883) (end 154.178 79.375) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 106.426 80.137) (end 105.918 80.645) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 105.918 80.645) (end 105.918 80.899) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 126.111 80.137) (end 106.426 80.137) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 127.127 81.153) (end 126.111 80.137) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 99.441 78.867) (end 99.2886 78.867) (width 0.2032) (layer Composant) (net 17) (status 400)) + (segment (start 99.441 80.518) (end 99.441 78.867) (width 0.2032) (layer Composant) (net 17)) + (segment (start 99.695 80.772) (end 99.441 80.518) (width 0.2032) (layer Composant) (net 17)) + (via (at 99.695 80.772) (size 0.889) (layers Composant Cuivre) (net 17)) + (segment (start 137.541 79.629) (end 133.223 79.629) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 100.203 82.042) (end 99.695 81.534) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 311.15 109.093) (end 293.751 109.093) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 293.751 109.093) (end 292.1 110.744) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 175.514 81.28) (end 175.514 83.566) (width 0.2032) (layer Composant) (net 17)) + (segment (start 330.835 120.015) (end 327.533 116.713) (width 0.2032) (layer VCC_layer) (net 17) (status 800)) + (segment (start 131.699 81.153) (end 127.127 81.153) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 162.814 81.28) (end 161.417 79.883) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 154.178 79.375) (end 137.795 79.375) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 137.795 79.375) (end 137.541 79.629) (width 0.2032) (layer Cuivre) (net 17)) + (segment (start 299.339 112.649) (end 298.577 112.649) (width 0.2032) (layer Composant) (net 18) (status 400)) + (segment (start 298.577 125.349) (end 298.577 122.809) (width 0.2032) (layer Composant) (net 18) (status C00)) + (segment (start 296.037 115.189) (end 296.037 112.649) (width 0.2032) (layer Composant) (net 18) (status C00)) + (segment (start 298.577 122.809) (end 298.577 120.269) (width 0.2032) (layer Composant) (net 18) (status C00)) + (segment (start 306.197 121.158) (end 306.451 120.904) (width 0.2032) (layer Cuivre) (net 18)) + (segment (start 306.451 120.904) (end 307.721 120.904) (width 0.2032) (layer Cuivre) (net 18)) + (segment (start 307.721 120.904) (end 307.721 121.285) (width 0.2032) (layer Cuivre) (net 18) (status 400)) + (segment (start 306.197 121.539) (end 306.197 121.158) (width 0.2032) (layer Cuivre) (net 18)) + (via (at 306.197 121.539) (size 0.889) (layers Composant Cuivre) (net 18)) + (segment (start 303.657 125.349) (end 306.197 125.349) (width 0.2032) (layer Cuivre) (net 18) (status C00)) + (segment (start 299.593 112.903) (end 299.339 112.649) (width 0.2032) (layer Composant) (net 18)) + (segment (start 298.577 125.349) (end 301.117 125.349) (width 0.2032) (layer Cuivre) (net 18) (status C00)) + (segment (start 306.197 125.349) (end 306.197 121.539) (width 0.2032) (layer Composant) (net 18) (status 800)) + (segment (start 299.593 119.253) (end 299.593 112.903) (width 0.2032) (layer Composant) (net 18)) + (segment (start 301.117 125.349) (end 303.657 125.349) (width 0.2032) (layer Cuivre) (net 18) (status C00)) + (segment (start 298.577 120.269) (end 299.593 119.253) (width 0.2032) (layer Composant) (net 18) (status 800)) + (segment (start 296.037 112.649) (end 298.577 112.649) (width 0.2032) (layer Cuivre) (net 18) (status C00)) + (segment (start 339.979 100.838) (end 339.979 102.87) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 312.674 71.4248) (end 319.786 71.4248) (width 0.2032) (layer Composant) (net 19) (status 800)) + (segment (start 326.517 102.489) (end 327.787 101.219) (width 0.2032) (layer Composant) (net 19) (status 800)) + (segment (start 327.787 94.107) (end 327.787 89.535) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 327.406 85.598) (end 327.406 73.279) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 327.787 101.219) (end 327.787 94.107) (width 0.2032) (layer Composant) (net 19)) + (segment (start 326.517 102.489) (end 327.406 102.489) (width 0.2032) (layer Cuivre) (net 19) (status 800)) + (segment (start 327.787 89.535) (end 328.676 88.646) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 327.406 102.489) (end 329.311 100.584) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 319.786 71.628) (end 319.786 71.501) (width 0.2032) (layer Composant) (net 19)) + (segment (start 329.311 100.584) (end 339.725 100.584) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 325.755 71.628) (end 327.406 73.279) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 350.901 103.251) (end 351.155 102.997) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 328.676 88.646) (end 328.676 85.979) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 324.866 71.628) (end 319.786 71.628) (width 0.2032) (layer Composant) (net 19)) + (segment (start 325.755 71.628) (end 324.866 71.628) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 339.725 100.584) (end 339.979 100.838) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 351.155 102.997) (end 351.155 102.235) (width 0.2032) (layer Cuivre) (net 19) (status 400)) + (segment (start 339.979 102.87) (end 340.36 103.251) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 328.549 85.852) (end 327.66 85.852) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 319.786 71.501) (end 319.8368 71.5518) (width 0.2032) (layer Composant) (net 19) (status 400)) + (via (at 324.866 71.628) (size 0.889) (layers Composant Cuivre) (net 19)) + (segment (start 340.36 103.251) (end 350.901 103.251) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 327.66 85.852) (end 327.406 85.598) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 328.676 85.979) (end 328.549 85.852) (width 0.2032) (layer Cuivre) (net 19)) + (segment (start 319.786 71.4248) (end 319.8368 71.5518) (width 0.2032) (layer Composant) (net 19) (status 400)) + (via (at 327.787 94.107) (size 0.889) (layers Composant Cuivre) (net 19)) + (segment (start 339.471 104.267) (end 338.963 103.759) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 322.453 90.678) (end 322.199 90.424) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 316.484 74.93) (end 316.484 70.866) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 322.961 101.346) (end 322.453 100.838) (width 0.2032) (layer VCC_layer) (net 20)) + (segment (start 339.471 105.41) (end 339.471 104.267) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 312.674 70.9168) (end 319.913 70.9168) (width 0.2032) (layer Composant) (net 20) (status 800)) + (segment (start 323.977 105.029) (end 324.993 105.029) (width 0.2032) (layer Cuivre) (net 20) (status 800)) + (segment (start 322.961 102.997) (end 322.961 101.346) (width 0.2032) (layer VCC_layer) (net 20)) + (via (at 322.453 94.107) (size 0.889) (layers Composant Cuivre) (net 20)) + (segment (start 326.009 106.045) (end 327.152 106.045) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 338.963 103.759) (end 329.438 103.759) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 320.167 89.662) (end 320.167 76.2) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 319.913 70.866) (end 319.8368 70.8914) (width 0.2032) (layer Composant) (net 20) (status 400)) + (segment (start 340.36 106.299) (end 348.615 106.299) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 320.929 90.424) (end 320.167 89.662) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 320.802 70.358) (end 321.183 70.739) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 317.5 75.946) (end 316.484 74.93) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 322.072 70.739) (end 321.945 70.866) (width 0.2032) (layer Composant) (net 20)) + (via (at 322.072 70.739) (size 0.889) (layers Composant Cuivre) (net 20)) + (segment (start 316.992 70.358) (end 320.802 70.358) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 340.36 106.299) (end 339.471 105.41) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 319.913 75.946) (end 317.5 75.946) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 322.453 100.838) (end 322.453 94.107) (width 0.2032) (layer VCC_layer) (net 20)) + (segment (start 321.945 70.866) (end 319.913 70.866) (width 0.2032) (layer Composant) (net 20)) + (segment (start 316.484 70.866) (end 316.992 70.358) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 327.152 106.045) (end 329.438 103.759) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 319.913 70.9168) (end 319.8368 70.8914) (width 0.2032) (layer Composant) (net 20) (status 400)) + (segment (start 321.183 70.739) (end 322.072 70.739) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 348.615 106.299) (end 349.123 106.807) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 322.453 94.107) (end 322.453 90.678) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 351.155 106.553) (end 351.155 104.775) (width 0.2032) (layer Cuivre) (net 20) (status 400)) + (segment (start 350.901 106.807) (end 351.155 106.553) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 324.993 105.029) (end 326.009 106.045) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 323.977 105.029) (end 323.977 104.013) (width 0.2032) (layer VCC_layer) (net 20) (status 800)) + (segment (start 320.167 76.2) (end 319.913 75.946) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 322.199 90.424) (end 320.929 90.424) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 323.977 104.013) (end 322.961 102.997) (width 0.2032) (layer VCC_layer) (net 20)) + (segment (start 349.123 106.807) (end 350.901 106.807) (width 0.2032) (layer Cuivre) (net 20)) + (segment (start 306.832 85.852) (end 306.832 93.091) (width 0.2032) (layer Composant) (net 21)) + (segment (start 306.197 115.189) (end 306.197 99.949) (width 0.2032) (layer Composant) (net 21) (status 400)) + (segment (start 306.197 115.189) (end 306.578 114.808) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 342.265 114.173) (end 352.044 114.173) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 305.181 99.695) (end 305.435 99.949) (width 0.2032) (layer Composant) (net 21)) + (segment (start 319.786 85.09) (end 319.8368 85.1916) (width 0.2032) (layer Composant) (net 21) (status 400)) + (segment (start 352.806 114.935) (end 353.695 114.935) (width 0.2032) (layer Cuivre) (net 21) (status 400)) + (segment (start 306.9336 82.169) (end 306.9336 82.931) (width 0.2032) (layer Composant) (net 21) (status 800)) + (segment (start 322.072 114.808) (end 323.469 116.205) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 316.23 85.852) (end 316.992 85.09) (width 0.2032) (layer Composant) (net 21)) + (via (at 306.197 115.189) (size 0.889) (layers Composant Cuivre) (net 21)) + (segment (start 316.992 85.09) (end 319.786 85.09) (width 0.2032) (layer Composant) (net 21)) + (segment (start 327.279 116.205) (end 330.073 113.411) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 323.469 116.205) (end 327.279 116.205) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 306.832 82.931) (end 306.832 85.852) (width 0.2032) (layer Composant) (net 21)) + (segment (start 306.9336 82.931) (end 306.832 82.931) (width 0.2032) (layer Composant) (net 21)) + (segment (start 352.044 114.173) (end 352.806 114.935) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 330.073 113.411) (end 341.503 113.411) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 341.503 113.411) (end 342.265 114.173) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 305.435 99.949) (end 306.197 99.949) (width 0.2032) (layer Composant) (net 21) (status 400)) + (segment (start 306.832 93.091) (end 305.181 94.742) (width 0.2032) (layer Composant) (net 21)) + (segment (start 305.181 94.742) (end 305.181 99.695) (width 0.2032) (layer Composant) (net 21)) + (segment (start 306.578 114.808) (end 322.072 114.808) (width 0.2032) (layer Cuivre) (net 21)) + (segment (start 316.23 85.852) (end 306.832 85.852) (width 0.2032) (layer Composant) (net 21)) + (segment (start 355.219 108.712) (end 354.838 108.331) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 355.219 110.617) (end 355.219 108.712) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 307.213 97.79) (end 307.213 106.045) (width 0.2032) (layer Composant) (net 22)) + (segment (start 307.594 85.09) (end 307.594 86.741) (width 0.2032) (layer Cuivre) (net 22)) + (via (at 307.594 86.741) (size 0.889) (layers Composant Cuivre) (net 22)) + (segment (start 319.786 84.455) (end 319.8368 84.5566) (width 0.2032) (layer Composant) (net 22) (status 400)) + (via (at 307.594 85.09) (size 0.889) (layers Composant Cuivre) (net 22)) + (segment (start 313.055 106.045) (end 307.213 106.045) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 307.594 86.741) (end 307.594 93.218) (width 0.2032) (layer Composant) (net 22)) + (segment (start 355.473 110.871) (end 355.219 110.617) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 356.235 111.125) (end 355.981 110.871) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 355.981 110.871) (end 355.473 110.871) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 316.865 84.455) (end 319.786 84.455) (width 0.2032) (layer Composant) (net 22)) + (segment (start 307.4416 82.169) (end 307.4416 82.931) (width 0.2032) (layer Composant) (net 22) (status 800)) + (segment (start 307.467 82.931) (end 307.467 84.328) (width 0.2032) (layer Composant) (net 22)) + (segment (start 315.976 85.344) (end 316.865 84.455) (width 0.2032) (layer Composant) (net 22)) + (segment (start 328.168 105.791) (end 339.09 105.791) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 313.055 106.045) (end 313.563 106.553) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 307.594 93.218) (end 306.197 94.615) (width 0.2032) (layer Composant) (net 22)) + (segment (start 307.4416 82.931) (end 307.467 82.931) (width 0.2032) (layer Composant) (net 22)) + (via (at 307.213 106.045) (size 0.889) (layers Composant Cuivre) (net 22)) + (segment (start 306.197 94.615) (end 306.197 97.409) (width 0.2032) (layer Composant) (net 22) (status 400)) + (segment (start 354.838 108.331) (end 349.885 108.331) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 327.406 106.553) (end 328.168 105.791) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 306.832 97.409) (end 306.197 97.409) (width 0.2032) (layer Composant) (net 22) (status 400)) + (segment (start 307.594 85.09) (end 307.594 84.455) (width 0.2032) (layer Composant) (net 22)) + (segment (start 315.976 85.344) (end 307.848 85.344) (width 0.2032) (layer Composant) (net 22)) + (segment (start 307.213 97.79) (end 306.832 97.409) (width 0.2032) (layer Composant) (net 22)) + (segment (start 327.406 106.553) (end 325.755 106.553) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 339.09 105.791) (end 340.106 106.807) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 348.361 106.807) (end 349.885 108.331) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 307.848 85.344) (end 307.594 85.09) (width 0.2032) (layer Composant) (net 22)) + (segment (start 356.235 112.395) (end 356.235 111.125) (width 0.2032) (layer Cuivre) (net 22) (status 800)) + (segment (start 307.467 84.328) (end 307.594 84.455) (width 0.2032) (layer Composant) (net 22)) + (segment (start 313.563 106.553) (end 322.834 106.553) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 322.834 106.553) (end 323.342 106.045) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 325.247 106.045) (end 323.342 106.045) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 325.755 106.553) (end 325.247 106.045) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 348.361 106.807) (end 340.106 106.807) (width 0.2032) (layer Cuivre) (net 22)) + (segment (start 329.946 108.331) (end 330.327 108.712) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 342.011 112.268) (end 338.455 108.712) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 316.865 83.82) (end 319.786 83.82) (width 0.2032) (layer Composant) (net 23)) + (segment (start 353.695 112.395) (end 348.996 112.395) (width 0.2032) (layer Cuivre) (net 23) (status 800)) + (segment (start 330.327 108.712) (end 338.455 108.712) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 308.229 93.218) (end 307.721 93.726) (width 0.2032) (layer Composant) (net 23)) + (segment (start 308.737 107.315) (end 308.737 99.949) (width 0.2032) (layer Composant) (net 23) (status 400)) + (segment (start 307.721 93.726) (end 307.721 99.695) (width 0.2032) (layer Composant) (net 23)) + (segment (start 342.646 113.157) (end 342.011 112.522) (width 0.2032) (layer Cuivre) (net 23)) + (via (at 308.61 84.455) (size 0.889) (layers Composant Cuivre) (net 23)) + (segment (start 307.9242 82.931) (end 307.975 82.931) (width 0.2032) (layer Composant) (net 23)) + (segment (start 327.66 108.331) (end 329.946 108.331) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 308.229 87.757) (end 308.229 93.218) (width 0.2032) (layer Composant) (net 23)) + (segment (start 327.66 108.331) (end 327.406 108.585) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 307.975 82.931) (end 307.975 84.074) (width 0.2032) (layer Composant) (net 23)) + (segment (start 307.9242 82.169) (end 307.9242 82.931) (width 0.2032) (layer Composant) (net 23) (status 800)) + (segment (start 348.234 113.157) (end 342.646 113.157) (width 0.2032) (layer Cuivre) (net 23)) + (via (at 308.61 87.376) (size 0.889) (layers Composant Cuivre) (net 23)) + (segment (start 308.991 84.836) (end 315.849 84.836) (width 0.2032) (layer Composant) (net 23)) + (segment (start 308.61 84.455) (end 308.991 84.836) (width 0.2032) (layer Composant) (net 23)) + (segment (start 342.011 112.522) (end 342.011 112.268) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 348.234 113.157) (end 348.996 112.395) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 307.721 99.695) (end 307.975 99.949) (width 0.2032) (layer Composant) (net 23)) + (segment (start 315.849 84.836) (end 316.865 83.82) (width 0.2032) (layer Composant) (net 23)) + (segment (start 310.007 108.585) (end 308.737 107.315) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 307.975 99.949) (end 308.737 99.949) (width 0.2032) (layer Composant) (net 23) (status 400)) + (segment (start 308.61 84.455) (end 308.61 87.376) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 327.406 108.585) (end 310.007 108.585) (width 0.2032) (layer Cuivre) (net 23)) + (segment (start 319.786 83.82) (end 319.8368 83.8962) (width 0.2032) (layer Composant) (net 23) (status 400)) + (segment (start 308.356 84.455) (end 308.61 84.455) (width 0.2032) (layer Composant) (net 23)) + (segment (start 308.61 87.376) (end 308.229 87.757) (width 0.2032) (layer Composant) (net 23)) + (via (at 308.737 107.315) (size 0.889) (layers Composant Cuivre) (net 23)) + (segment (start 308.356 84.455) (end 307.975 84.074) (width 0.2032) (layer Composant) (net 23)) + (segment (start 351.409 98.425) (end 351.155 98.679) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 315.976 83.947) (end 316.738 83.185) (width 0.2032) (layer Composant) (net 24)) + (segment (start 309.753 98.425) (end 320.802 98.425) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 348.361 98.679) (end 347.472 97.79) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 356.235 108.585) (end 355.981 108.331) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 309.88 83.947) (end 309.88 87.249) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 347.472 97.79) (end 340.614 97.79) (width 0.2032) (layer Cuivre) (net 24)) + (via (at 309.88 87.249) (size 0.889) (layers Composant Cuivre) (net 24)) + (segment (start 308.483 83.439) (end 308.483 82.296) (width 0.2032) (layer Composant) (net 24)) + (segment (start 354.711 98.679) (end 354.457 98.425) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 354.711 107.442) (end 354.711 98.679) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 316.738 83.185) (end 319.786 83.185) (width 0.2032) (layer Composant) (net 24)) + (segment (start 308.737 97.409) (end 309.753 98.425) (width 0.2032) (layer Cuivre) (net 24) (status 800)) + (segment (start 355.981 108.331) (end 355.6 108.331) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 356.235 109.855) (end 356.235 108.585) (width 0.2032) (layer Cuivre) (net 24) (status 800)) + (segment (start 309.626 83.947) (end 309.88 83.947) (width 0.2032) (layer Composant) (net 24)) + (segment (start 325.501 98.933) (end 321.31 98.933) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 354.457 98.425) (end 351.409 98.425) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 308.737 97.409) (end 308.737 88.392) (width 0.2032) (layer Composant) (net 24) (status 800)) + (segment (start 326.009 98.425) (end 325.501 98.933) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 351.155 98.679) (end 348.361 98.679) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 309.88 83.947) (end 315.976 83.947) (width 0.2032) (layer Composant) (net 24)) + (segment (start 340.614 97.79) (end 339.979 98.425) (width 0.2032) (layer Cuivre) (net 24)) + (via (at 309.88 83.947) (size 0.889) (layers Composant Cuivre) (net 24)) + (segment (start 309.88 87.249) (end 308.737 88.392) (width 0.2032) (layer Composant) (net 24)) + (segment (start 309.372 83.693) (end 309.626 83.947) (width 0.2032) (layer Composant) (net 24)) + (segment (start 308.483 83.439) (end 308.737 83.693) (width 0.2032) (layer Composant) (net 24)) + (segment (start 339.979 98.425) (end 326.009 98.425) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 308.737 83.693) (end 309.372 83.693) (width 0.2032) (layer Composant) (net 24)) + (segment (start 308.483 82.296) (end 308.4322 82.169) (width 0.2032) (layer Composant) (net 24) (status 400)) + (segment (start 354.711 107.442) (end 355.6 108.331) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 320.802 98.425) (end 321.31 98.933) (width 0.2032) (layer Cuivre) (net 24)) + (segment (start 319.786 83.185) (end 319.8368 83.2612) (width 0.2032) (layer Composant) (net 24) (status 400)) + (segment (start 322.199 99.949) (end 323.723 101.473) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 315.849 90.297) (end 316.611 91.059) (width 0.2032) (layer Composant) (net 25)) + (segment (start 308.9402 82.169) (end 308.9402 83.058) (width 0.2032) (layer Composant) (net 25) (status 800)) + (segment (start 320.167 94.996) (end 320.167 96.266) (width 0.2032) (layer Composant) (net 25)) + (segment (start 351.917 101.473) (end 352.171 101.727) (width 0.2032) (layer Composant) (net 25)) + (segment (start 319.913 82.55) (end 319.8368 82.6008) (width 0.2032) (layer Composant) (net 25) (status 400)) + (via (at 351.917 100.584) (size 0.889) (layers Composant Cuivre) (net 25)) + (segment (start 319.913 82.677) (end 319.913 82.55) (width 0.2032) (layer Composant) (net 25)) + (segment (start 341.376 101.092) (end 351.028 101.092) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 316.103 83.058) (end 316.484 82.677) (width 0.2032) (layer Composant) (net 25)) + (segment (start 316.611 91.44) (end 316.611 91.059) (width 0.2032) (layer Composant) (net 25)) + (segment (start 320.167 96.266) (end 320.421 96.52) (width 0.2032) (layer Composant) (net 25)) + (segment (start 352.425 109.855) (end 352.171 109.601) (width 0.2032) (layer Composant) (net 25)) + (segment (start 320.421 96.52) (end 320.421 98.933) (width 0.2032) (layer Composant) (net 25)) + (segment (start 315.849 83.058) (end 316.103 83.058) (width 0.2032) (layer Composant) (net 25)) + (segment (start 320.167 94.996) (end 316.611 91.44) (width 0.2032) (layer Composant) (net 25)) + (segment (start 315.849 82.423) (end 315.849 83.058) (width 0.2032) (layer Composant) (net 25)) + (via (at 315.849 82.423) (size 0.889) (layers Composant Cuivre) (net 25)) + (segment (start 328.676 100.076) (end 340.36 100.076) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 351.536 100.584) (end 351.917 100.584) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 315.849 90.297) (end 315.849 82.423) (width 0.2032) (layer Cuivre) (net 25)) + (via (at 315.849 90.297) (size 0.889) (layers Composant Cuivre) (net 25)) + (segment (start 351.917 100.584) (end 351.917 101.473) (width 0.2032) (layer Composant) (net 25)) + (segment (start 351.028 101.092) (end 351.536 100.584) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 352.171 101.727) (end 352.171 109.601) (width 0.2032) (layer Composant) (net 25)) + (segment (start 353.695 109.855) (end 352.425 109.855) (width 0.2032) (layer Composant) (net 25) (status 800)) + (segment (start 308.9402 83.058) (end 315.849 83.058) (width 0.2032) (layer Composant) (net 25)) + (segment (start 327.279 101.473) (end 328.676 100.076) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 340.36 100.076) (end 341.376 101.092) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 316.484 82.677) (end 319.913 82.677) (width 0.2032) (layer Composant) (net 25)) + (segment (start 321.437 99.949) (end 322.199 99.949) (width 0.2032) (layer Cuivre) (net 25) (status 800)) + (segment (start 323.723 101.473) (end 327.279 101.473) (width 0.2032) (layer Cuivre) (net 25)) + (segment (start 321.437 99.949) (end 320.421 98.933) (width 0.2032) (layer Composant) (net 25) (status 800)) + (segment (start 320.675 96.012) (end 321.437 96.774) (width 0.2032) (layer Composant) (net 26)) + (segment (start 347.599 97.282) (end 348.488 98.171) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 317.5 81.915) (end 319.786 81.915) (width 0.2032) (layer Composant) (net 26)) + (segment (start 314.071 80.518) (end 315.468 80.518) (width 0.2032) (layer Composant) (net 26)) + (segment (start 339.725 97.917) (end 340.36 97.282) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 313.563 79.629) (end 313.563 80.01) (width 0.2032) (layer Composant) (net 26)) + (segment (start 351.028 98.171) (end 351.282 97.917) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 355.219 98.171) (end 355.219 106.299) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 317.5 91.567) (end 317.5 91.186) (width 0.2032) (layer Composant) (net 26)) + (segment (start 313.309 79.375) (end 312.674 79.375) (width 0.2032) (layer Composant) (net 26)) + (segment (start 320.675 94.742) (end 320.675 96.012) (width 0.2032) (layer Composant) (net 26)) + (segment (start 321.437 97.409) (end 321.437 98.171) (width 0.2032) (layer Cuivre) (net 26) (status 800)) + (via (at 316.738 81.788) (size 0.889) (layers Composant Cuivre) (net 26)) + (segment (start 321.437 98.171) (end 321.691 98.425) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 321.691 98.425) (end 325.12 98.425) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 354.965 97.917) (end 355.219 98.171) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 325.12 98.425) (end 325.628 97.917) (width 0.2032) (layer Cuivre) (net 26)) + (via (at 316.738 89.535) (size 0.889) (layers Composant Cuivre) (net 26)) + (segment (start 316.738 89.535) (end 316.738 81.788) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 316.738 90.424) (end 316.738 89.535) (width 0.2032) (layer Composant) (net 26)) + (segment (start 340.36 97.282) (end 347.599 97.282) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 319.786 81.915) (end 319.8368 81.9404) (width 0.2032) (layer Composant) (net 26) (status 400)) + (segment (start 317.5 81.915) (end 317.373 81.788) (width 0.2032) (layer Composant) (net 26)) + (segment (start 316.738 81.788) (end 317.373 81.788) (width 0.2032) (layer Composant) (net 26)) + (segment (start 348.488 98.171) (end 351.028 98.171) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 316.738 81.788) (end 315.468 80.518) (width 0.2032) (layer Composant) (net 26)) + (segment (start 312.674 79.375) (end 312.674 79.4258) (width 0.2032) (layer Composant) (net 26) (status 400)) + (segment (start 317.5 91.186) (end 316.738 90.424) (width 0.2032) (layer Composant) (net 26)) + (segment (start 351.282 97.917) (end 354.965 97.917) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 356.235 107.315) (end 355.219 106.299) (width 0.2032) (layer Cuivre) (net 26) (status 800)) + (segment (start 321.437 96.774) (end 321.437 97.409) (width 0.2032) (layer Composant) (net 26) (status 400)) + (segment (start 313.563 80.01) (end 314.071 80.518) (width 0.2032) (layer Composant) (net 26)) + (segment (start 320.675 94.742) (end 317.5 91.567) (width 0.2032) (layer Composant) (net 26)) + (segment (start 313.309 79.375) (end 313.563 79.629) (width 0.2032) (layer Composant) (net 26)) + (segment (start 325.628 97.917) (end 339.725 97.917) (width 0.2032) (layer Cuivre) (net 26)) + (segment (start 293.878 120.396) (end 293.878 102.743) (width 0.2032) (layer Composant) (net 27)) + (segment (start 312.674 77.47) (end 312.674 77.4192) (width 0.2032) (layer Composant) (net 27) (status 400)) + (segment (start 319.786 79.375) (end 319.8368 79.3496) (width 0.2032) (layer Composant) (net 27) (status 400)) + (segment (start 297.053 98.425) (end 296.672 98.044) (width 0.2032) (layer Composant) (net 27)) + (segment (start 318.135 126.873) (end 317.627 126.365) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 294.767 126.365) (end 294.767 121.285) (width 0.2032) (layer Composant) (net 27)) + (segment (start 297.053 101.473) (end 297.053 98.425) (width 0.2032) (layer Composant) (net 27)) + (segment (start 296.037 102.489) (end 297.053 101.473) (width 0.2032) (layer Composant) (net 27) (status 800)) + (segment (start 317.627 126.365) (end 294.767 126.365) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 293.878 102.743) (end 294.132 102.489) (width 0.2032) (layer Composant) (net 27)) + (segment (start 300.609 91.313) (end 302.641 89.281) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 331.216 126.619) (end 330.962 126.873) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 353.695 125.095) (end 352.171 126.619) (width 0.2032) (layer Cuivre) (net 27) (status 800)) + (segment (start 315.849 77.4192) (end 317.8048 79.375) (width 0.2032) (layer Composant) (net 27)) + (segment (start 303.022 77.724) (end 303.022 77.47) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 296.926 91.694) (end 297.307 91.313) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 296.672 91.948) (end 296.926 91.694) (width 0.2032) (layer Composant) (net 27)) + (segment (start 317.8048 79.375) (end 319.786 79.375) (width 0.2032) (layer Composant) (net 27)) + (via (at 296.926 91.694) (size 0.889) (layers Composant Cuivre) (net 27)) + (segment (start 303.022 77.47) (end 312.674 77.47) (width 0.2032) (layer Composant) (net 27)) + (segment (start 302.641 78.105) (end 303.022 77.724) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 302.641 89.281) (end 302.641 78.105) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 297.307 91.313) (end 300.609 91.313) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 294.132 102.489) (end 296.037 102.489) (width 0.2032) (layer Composant) (net 27) (status 400)) + (via (at 294.767 126.365) (size 0.889) (layers Composant Cuivre) (net 27)) + (segment (start 296.672 98.044) (end 296.672 91.948) (width 0.2032) (layer Composant) (net 27)) + (segment (start 294.767 121.285) (end 293.878 120.396) (width 0.2032) (layer Composant) (net 27)) + (segment (start 312.674 77.4192) (end 315.849 77.4192) (width 0.2032) (layer Composant) (net 27) (status 800)) + (segment (start 352.171 126.619) (end 331.216 126.619) (width 0.2032) (layer Cuivre) (net 27)) + (segment (start 330.962 126.873) (end 318.135 126.873) (width 0.2032) (layer Cuivre) (net 27)) + (via (at 303.022 77.47) (size 0.889) (layers Composant Cuivre) (net 27)) + (segment (start 355.219 122.555) (end 354.203 121.539) (width 0.2032) (layer Cuivre) (net 28)) + (via (at 298.069 92.075) (size 0.889) (layers Composant Cuivre) (net 28)) + (segment (start 298.577 99.949) (end 298.577 99.187) (width 0.2032) (layer Composant) (net 28) (status 800)) + (segment (start 298.069 92.075) (end 298.323 91.821) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 298.577 100.965) (end 300.228 102.616) (width 0.2032) (layer Composant) (net 28)) + (via (at 304.292 76.708) (size 0.889) (layers Composant Cuivre) (net 28)) + (segment (start 307.086 76.962) (end 312.674 76.962) (width 0.2032) (layer Composant) (net 28)) + (segment (start 306.832 76.708) (end 307.086 76.962) (width 0.2032) (layer Composant) (net 28)) + (segment (start 327.914 123.825) (end 328.168 123.571) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 298.323 91.821) (end 300.863 91.821) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 300.863 123.317) (end 300.228 122.682) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 318.008 123.317) (end 318.516 123.825) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 303.149 78.994) (end 304.292 77.851) (width 0.2032) (layer Cuivre) (net 28)) + (via (at 300.228 122.682) (size 0.889) (layers Composant Cuivre) (net 28)) + (segment (start 300.228 122.682) (end 300.228 102.616) (width 0.2032) (layer Composant) (net 28)) + (segment (start 319.532 78.74) (end 319.8368 78.6892) (width 0.2032) (layer Composant) (net 28) (status 400)) + (segment (start 298.577 99.949) (end 298.577 100.965) (width 0.2032) (layer Composant) (net 28) (status 800)) + (segment (start 356.235 122.555) (end 355.219 122.555) (width 0.2032) (layer Cuivre) (net 28) (status 800)) + (segment (start 312.674 76.962) (end 312.674 76.9112) (width 0.2032) (layer Composant) (net 28) (status 400)) + (segment (start 354.203 121.539) (end 353.187 121.539) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 353.187 121.539) (end 352.171 122.555) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 351.663 123.571) (end 352.171 123.063) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 297.561 98.171) (end 297.561 92.583) (width 0.2032) (layer Composant) (net 28)) + (segment (start 304.292 77.851) (end 304.292 76.708) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 316.103 76.9112) (end 317.9318 78.74) (width 0.2032) (layer Composant) (net 28)) + (segment (start 317.9318 78.74) (end 319.532 78.74) (width 0.2032) (layer Composant) (net 28)) + (segment (start 300.863 91.821) (end 303.149 89.535) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 318.008 123.317) (end 300.863 123.317) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 304.292 76.708) (end 306.832 76.708) (width 0.2032) (layer Composant) (net 28)) + (segment (start 303.149 89.535) (end 303.149 78.994) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 328.168 123.571) (end 351.663 123.571) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 318.516 123.825) (end 327.914 123.825) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 312.674 76.9112) (end 316.103 76.9112) (width 0.2032) (layer Composant) (net 28) (status 800)) + (segment (start 298.577 99.187) (end 297.561 98.171) (width 0.2032) (layer Composant) (net 28)) + (segment (start 352.171 122.555) (end 352.171 123.063) (width 0.2032) (layer Cuivre) (net 28)) + (segment (start 297.561 92.583) (end 298.069 92.075) (width 0.2032) (layer Composant) (net 28)) + (segment (start 302.133 89.154) (end 302.133 76.454) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 293.116 100.203) (end 293.37 99.949) (width 0.2032) (layer Composant) (net 29)) + (via (at 302.133 76.454) (size 0.889) (layers Composant Cuivre) (net 29)) + (segment (start 305.054 76.2) (end 307.086 76.2) (width 0.2032) (layer Composant) (net 29)) + (segment (start 302.133 76.454) (end 302.641 75.946) (width 0.2032) (layer Composant) (net 29)) + (segment (start 317.627 123.825) (end 294.386 123.825) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 294.005 123.444) (end 293.116 123.444) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 353.695 122.555) (end 352.679 123.571) (width 0.2032) (layer Cuivre) (net 29) (status 800)) + (segment (start 319.786 78.0796) (end 319.8368 78.0542) (width 0.2032) (layer Composant) (net 29) (status 400)) + (segment (start 327.66 125.857) (end 327.66 124.968) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 316.357 76.4286) (end 318.008 78.0796) (width 0.2032) (layer Composant) (net 29)) + (segment (start 352.679 125.222) (end 351.79 126.111) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 307.086 76.2) (end 307.34 76.454) (width 0.2032) (layer Composant) (net 29)) + (via (at 296.037 90.805) (size 0.889) (layers Composant Cuivre) (net 29)) + (segment (start 294.386 123.825) (end 294.005 123.444) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 318.135 124.333) (end 317.627 123.825) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 307.34 76.454) (end 312.674 76.454) (width 0.2032) (layer Composant) (net 29)) + (segment (start 304.8 75.946) (end 302.641 75.946) (width 0.2032) (layer Composant) (net 29)) + (segment (start 296.037 90.805) (end 300.482 90.805) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 327.025 124.333) (end 327.66 124.968) (width 0.2032) (layer Cuivre) (net 29)) + (via (at 293.116 123.444) (size 0.889) (layers Composant Cuivre) (net 29)) + (segment (start 312.674 76.4286) (end 316.357 76.4286) (width 0.2032) (layer Composant) (net 29) (status 800)) + (segment (start 318.008 78.0796) (end 319.786 78.0796) (width 0.2032) (layer Composant) (net 29)) + (segment (start 351.79 126.111) (end 327.914 126.111) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 327.914 126.111) (end 327.66 125.857) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 352.679 123.571) (end 352.679 125.222) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 293.37 99.949) (end 296.037 99.949) (width 0.2032) (layer Composant) (net 29) (status 400)) + (segment (start 304.8 75.946) (end 305.054 76.2) (width 0.2032) (layer Composant) (net 29)) + (segment (start 296.037 99.949) (end 296.037 90.805) (width 0.2032) (layer Composant) (net 29) (status 800)) + (segment (start 293.116 123.444) (end 293.116 100.203) (width 0.2032) (layer Composant) (net 29)) + (segment (start 300.482 90.805) (end 302.133 89.154) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 312.674 76.454) (end 312.674 76.4286) (width 0.2032) (layer Composant) (net 29) (status 400)) + (segment (start 327.025 124.333) (end 318.135 124.333) (width 0.2032) (layer Cuivre) (net 29)) + (segment (start 307.975 74.168) (end 308.737 74.93) (width 0.2032) (layer Composant) (net 30)) + (segment (start 301.498 93.853) (end 301.498 93.345) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 302.133 111.76) (end 303.149 112.776) (width 0.2032) (layer Composant) (net 30)) + (segment (start 323.215 116.713) (end 321.818 115.316) (width 0.2032) (layer Cuivre) (net 30)) + (via (at 301.498 93.853) (size 0.889) (layers Composant Cuivre) (net 30)) + (segment (start 351.409 114.681) (end 342.011 114.681) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 307.086 76.454) (end 307.34 76.2) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 352.806 116.078) (end 351.409 114.681) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 304.673 90.17) (end 304.673 83.058) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 321.818 115.316) (end 307.213 115.316) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 355.981 116.078) (end 352.806 116.078) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 307.34 74.168) (end 307.975 74.168) (width 0.2032) (layer Composant) (net 30)) + (via (at 307.34 74.168) (size 0.889) (layers Composant Cuivre) (net 30)) + (segment (start 308.737 74.93) (end 312.674 74.93) (width 0.2032) (layer Composant) (net 30)) + (segment (start 312.674 74.93) (end 312.674 74.9046) (width 0.2032) (layer Composant) (net 30) (status 400)) + (segment (start 327.406 116.713) (end 323.215 116.713) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 302.133 98.425) (end 302.133 111.76) (width 0.2032) (layer Composant) (net 30)) + (segment (start 301.498 93.345) (end 304.673 90.17) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 303.149 112.776) (end 303.149 115.189) (width 0.2032) (layer Composant) (net 30)) + (segment (start 301.117 97.409) (end 302.133 98.425) (width 0.2032) (layer Composant) (net 30) (status 800)) + (segment (start 305.435 115.951) (end 304.673 115.189) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 312.674 74.9046) (end 316.738 74.9046) (width 0.2032) (layer Composant) (net 30) (status 800)) + (segment (start 319.786 76.0476) (end 319.8368 76.0984) (width 0.2032) (layer Composant) (net 30) (status 400)) + (segment (start 356.235 117.475) (end 356.235 116.332) (width 0.2032) (layer Cuivre) (net 30) (status 800)) + (via (at 303.149 115.189) (size 0.889) (layers Composant Cuivre) (net 30)) + (segment (start 356.235 116.332) (end 355.981 116.078) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 307.086 80.645) (end 307.086 76.454) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 304.673 83.058) (end 307.086 80.645) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 307.213 115.316) (end 306.578 115.951) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 307.34 76.2) (end 307.34 74.168) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 316.738 74.9046) (end 317.881 76.0476) (width 0.2032) (layer Composant) (net 30)) + (segment (start 317.881 76.0476) (end 319.786 76.0476) (width 0.2032) (layer Composant) (net 30)) + (segment (start 301.117 97.409) (end 301.117 94.234) (width 0.2032) (layer Composant) (net 30) (status 800)) + (segment (start 342.011 114.681) (end 341.249 113.919) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 304.673 115.189) (end 303.149 115.189) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 306.578 115.951) (end 305.435 115.951) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 301.117 94.234) (end 301.498 93.853) (width 0.2032) (layer Composant) (net 30)) + (segment (start 330.2 113.919) (end 327.406 116.713) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 341.249 113.919) (end 330.2 113.919) (width 0.2032) (layer Cuivre) (net 30)) + (segment (start 307.467 72.517) (end 308.356 72.517) (width 0.2032) (layer Composant) (net 31)) + (segment (start 331.724 118.491) (end 328.168 118.491) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 304.038 119.634) (end 304.038 112.141) (width 0.2032) (layer Composant) (net 31)) + (segment (start 302.641 94.361) (end 303.149 93.853) (width 0.2032) (layer Composant) (net 31)) + (via (at 303.149 93.853) (size 0.889) (layers Composant Cuivre) (net 31)) + (segment (start 303.149 93.853) (end 303.149 92.456) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 303.149 92.456) (end 305.181 90.424) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 305.181 119.38) (end 312.293 119.38) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 312.293 119.38) (end 312.547 119.634) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 304.927 119.634) (end 305.181 119.38) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 307.594 80.899) (end 307.594 76.708) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 304.038 112.141) (end 303.657 111.76) (width 0.2032) (layer Composant) (net 31)) + (segment (start 307.594 76.708) (end 308.102 76.2) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 302.641 98.933) (end 302.641 94.361) (width 0.2032) (layer Composant) (net 31)) + (segment (start 308.356 72.517) (end 308.61 72.263) (width 0.2032) (layer Composant) (net 31)) + (segment (start 316.992 74.422) (end 315.341 74.422) (width 0.2032) (layer Composant) (net 31)) + (segment (start 315.341 74.422) (end 314.325 73.406) (width 0.2032) (layer Composant) (net 31)) + (segment (start 312.674 73.406) (end 314.325 73.406) (width 0.2032) (layer Composant) (net 31) (status 800)) + (segment (start 316.992 74.422) (end 318.008 75.438) (width 0.2032) (layer Composant) (net 31)) + (segment (start 318.008 75.438) (end 319.8368 75.438) (width 0.2032) (layer Composant) (net 31) (status 400)) + (segment (start 311.277 72.771) (end 310.769 72.263) (width 0.2032) (layer Composant) (net 31)) + (segment (start 303.657 99.949) (end 302.641 98.933) (width 0.2032) (layer Composant) (net 31) (status 800)) + (segment (start 308.102 73.152) (end 308.102 76.2) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 311.277 73.279) (end 311.277 72.771) (width 0.2032) (layer Composant) (net 31)) + (segment (start 331.851 118.364) (end 331.724 118.491) (width 0.2032) (layer Cuivre) (net 31)) + (via (at 307.467 72.517) (size 0.889) (layers Composant Cuivre) (net 31)) + (segment (start 308.102 73.152) (end 307.467 72.517) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 305.181 90.424) (end 305.181 83.312) (width 0.2032) (layer Cuivre) (net 31)) + (via (at 304.038 119.634) (size 0.889) (layers Composant Cuivre) (net 31)) + (segment (start 311.658 73.279) (end 311.277 73.279) (width 0.2032) (layer Composant) (net 31)) + (segment (start 303.657 99.949) (end 303.657 111.76) (width 0.2032) (layer Composant) (net 31) (status 800)) + (segment (start 305.181 83.312) (end 307.594 80.899) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 304.927 119.634) (end 304.038 119.634) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 334.899 115.316) (end 334.264 115.951) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 322.58 119.634) (end 312.547 119.634) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 331.851 116.205) (end 331.851 118.364) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 352.298 117.475) (end 350.139 115.316) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 350.139 115.316) (end 334.899 115.316) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 334.264 115.951) (end 332.105 115.951) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 353.695 117.475) (end 352.298 117.475) (width 0.2032) (layer Cuivre) (net 31) (status 800)) + (segment (start 308.61 72.263) (end 310.769 72.263) (width 0.2032) (layer Composant) (net 31)) + (segment (start 332.105 115.951) (end 331.851 116.205) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 327.406 119.253) (end 322.961 119.253) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 311.658 73.279) (end 311.785 73.406) (width 0.2032) (layer Composant) (net 31)) + (segment (start 328.168 118.491) (end 327.406 119.253) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 322.961 119.253) (end 322.58 119.634) (width 0.2032) (layer Cuivre) (net 31)) + (segment (start 311.785 73.406) (end 312.674 73.406) (width 0.2032) (layer Composant) (net 31) (status 400)) + (segment (start 315.468 73.9394) (end 314.452 72.9234) (width 0.2032) (layer Composant) (net 32)) + (segment (start 304.673 97.663) (end 304.419 97.409) (width 0.2032) (layer Composant) (net 32)) + (segment (start 304.419 91.948) (end 305.689 90.678) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 304.673 110.744) (end 305.435 110.744) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 354.711 113.411) (end 348.742 113.411) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 356.235 114.935) (end 354.711 113.411) (width 0.2032) (layer Cuivre) (net 32) (status 800)) + (segment (start 348.488 113.665) (end 348.742 113.411) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 311.785 72.771) (end 311.912 72.898) (width 0.2032) (layer Composant) (net 32)) + (segment (start 318.1096 74.803) (end 319.8368 74.803) (width 0.2032) (layer Composant) (net 32) (status 400)) + (via (at 304.419 93.98) (size 0.889) (layers Composant Cuivre) (net 32)) + (segment (start 339.725 110.871) (end 327.66 110.871) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 317.246 73.9394) (end 318.1096 74.803) (width 0.2032) (layer Composant) (net 32)) + (via (at 304.673 110.744) (size 0.889) (layers Composant Cuivre) (net 32)) + (segment (start 317.246 73.9394) (end 315.468 73.9394) (width 0.2032) (layer Composant) (net 32)) + (segment (start 311.785 72.517) (end 310.388 71.12) (width 0.2032) (layer Composant) (net 32)) + (segment (start 312.674 72.898) (end 312.674 72.9234) (width 0.2032) (layer Composant) (net 32) (status 400)) + (segment (start 305.689 90.678) (end 305.689 83.566) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 311.785 72.517) (end 311.785 72.771) (width 0.2032) (layer Composant) (net 32)) + (segment (start 307.594 71.12) (end 310.388 71.12) (width 0.2032) (layer Composant) (net 32)) + (via (at 307.594 71.12) (size 0.889) (layers Composant Cuivre) (net 32)) + (segment (start 308.61 72.136) (end 307.594 71.12) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 308.61 76.454) (end 308.61 72.136) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 308.102 76.962) (end 308.61 76.454) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 308.102 81.153) (end 308.102 76.962) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 305.689 83.566) (end 308.102 81.153) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 348.488 113.665) (end 342.519 113.665) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 304.419 93.98) (end 304.419 91.948) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 303.657 94.742) (end 304.419 93.98) (width 0.2032) (layer Composant) (net 32)) + (segment (start 303.657 97.409) (end 303.657 94.742) (width 0.2032) (layer Composant) (net 32) (status 800)) + (segment (start 305.435 110.744) (end 305.816 111.125) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 304.673 110.744) (end 304.673 97.663) (width 0.2032) (layer Composant) (net 32)) + (segment (start 327.406 111.125) (end 305.816 111.125) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 327.66 110.871) (end 327.406 111.125) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 342.519 113.665) (end 339.725 110.871) (width 0.2032) (layer Cuivre) (net 32)) + (segment (start 304.419 97.409) (end 303.657 97.409) (width 0.2032) (layer Composant) (net 32) (status 400)) + (segment (start 311.912 72.898) (end 312.674 72.898) (width 0.2032) (layer Composant) (net 32)) + (segment (start 312.674 72.9234) (end 314.452 72.9234) (width 0.2032) (layer Composant) (net 32) (status 800)) + (segment (start 309.88 117.729) (end 309.88 113.411) (width 0.2032) (layer VCC_layer) (net 33)) + (segment (start 311.277 99.949) (end 311.277 112.014) (width 0.2032) (layer VCC_layer) (net 33) (status 800)) + (segment (start 311.277 112.014) (end 309.88 113.411) (width 0.2032) (layer VCC_layer) (net 33)) + (segment (start 343.662 108.585) (end 343.662 111.76) (width 0.2032) (layer Cuivre) (net 33) (status C00)) + (segment (start 343.789 129.159) (end 343.535 128.905) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 340.995 128.905) (end 340.995 127.635) (width 0.2032) (layer Cuivre) (net 33) (status 400)) + (segment (start 323.723 130.302) (end 324.104 129.921) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 343.662 117.348) (end 343.662 116.967) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 340.995 121.285) (end 340.995 125.095) (width 0.2032) (layer VCC_layer) (net 33) (status 400)) + (segment (start 308.737 125.349) (end 311.277 127.889) (width 0.2032) (layer Composant) (net 33) (status C00)) + (via (at 342.138 121.031) (size 0.889) (layers Composant Cuivre) (net 33)) + (segment (start 311.277 99.949) (end 311.277 97.409) (width 0.2032) (layer Composant) (net 33) (status C00)) + (via (at 343.662 116.967) (size 0.889) (layers Composant Cuivre) (net 33)) + (segment (start 343.535 102.235) (end 343.535 104.775) (width 0.2032) (layer Composant) (net 33) (status C00)) + (segment (start 343.662 116.967) (end 343.662 107.696) (width 0.2032) (layer VCC_layer) (net 33)) + (segment (start 342.138 117.602) (end 342.138 120.396) (width 0.2032) (layer Cuivre) (net 33) (status C00)) + (segment (start 343.535 107.569) (end 343.535 104.775) (width 0.2032) (layer VCC_layer) (net 33) (status 400)) + (segment (start 342.138 121.031) (end 341.249 121.031) (width 0.2032) (layer VCC_layer) (net 33)) + (segment (start 352.298 130.048) (end 351.409 129.159) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 343.408 117.602) (end 343.662 117.348) (width 0.2032) (layer Cuivre) (net 33)) + (via (at 309.88 117.729) (size 0.889) (layers Composant Cuivre) (net 33)) + (segment (start 339.979 129.921) (end 340.995 128.905) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 308.61 117.729) (end 309.88 117.729) (width 0.2032) (layer Cuivre) (net 33) (status 800)) + (segment (start 323.723 130.302) (end 323.723 131.572) (width 0.2032) (layer Composant) (net 33) (status 400)) + (segment (start 343.535 128.905) (end 343.535 127.635) (width 0.2032) (layer Cuivre) (net 33) (status 400)) + (segment (start 343.535 125.095) (end 343.535 127.635) (width 0.2032) (layer Composant) (net 33) (status C00)) + (segment (start 340.995 127.635) (end 343.535 127.635) (width 0.2032) (layer Cuivre) (net 33) (status C00)) + (segment (start 340.995 125.095) (end 343.535 125.095) (width 0.2032) (layer Cuivre) (net 33) (status C00)) + (segment (start 343.662 107.696) (end 343.535 107.569) (width 0.2032) (layer VCC_layer) (net 33)) + (via (at 323.723 130.302) (size 0.889) (layers Composant Cuivre) (net 33)) + (segment (start 317.119 128.905) (end 318.516 130.302) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 341.249 121.031) (end 340.995 121.285) (width 0.2032) (layer VCC_layer) (net 33)) + (segment (start 351.409 129.159) (end 343.789 129.159) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 324.104 129.921) (end 339.979 129.921) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 342.138 117.602) (end 343.408 117.602) (width 0.2032) (layer Cuivre) (net 33) (status 800)) + (segment (start 312.293 128.905) (end 317.119 128.905) (width 0.2032) (layer Cuivre) (net 33)) + (segment (start 318.516 130.302) (end 323.723 130.302) (width 0.2032) (layer Cuivre) (net 33)) + (via (at 343.662 107.696) (size 0.889) (layers Composant Cuivre) (net 33)) + (segment (start 308.737 125.349) (end 308.737 123.317) (width 0.2032) (layer Composant) (net 33) (status 800)) + (segment (start 308.737 123.317) (end 309.118 122.936) (width 0.2032) (layer Composant) (net 33)) + (segment (start 309.118 122.936) (end 309.118 118.491) (width 0.2032) (layer Composant) (net 33)) + (segment (start 352.298 131.699) (end 352.298 130.048) (width 0.2032) (layer Cuivre) (net 33) (status 800)) + (segment (start 311.277 127.889) (end 312.293 128.905) (width 0.2032) (layer Cuivre) (net 33) (status 800)) + (segment (start 340.995 125.095) (end 340.995 127.635) (width 0.2032) (layer Composant) (net 33) (status C00)) + (segment (start 343.662 108.585) (end 343.662 107.696) (width 0.2032) (layer Cuivre) (net 33) (status 800)) + (segment (start 309.88 117.729) (end 309.118 118.491) (width 0.2032) (layer Composant) (net 33)) + (segment (start 342.138 120.396) (end 342.138 121.031) (width 0.2032) (layer Cuivre) (net 33) (status 800)) + (segment (start 227.33 80.645) (end 227.33 89.535) (width 0.2032) (layer Composant) (net 34) (status C00)) + (segment (start 227.33 107.315) (end 227.33 101.473) (width 0.2032) (layer Composant) (net 34) (status 800)) + (segment (start 168.275 91.313) (end 168.275 97.282) (width 0.2032) (layer Composant) (net 34)) + (segment (start 172.466 100.076) (end 175.514 100.076) (width 0.2032) (layer Cuivre) (net 34)) + (segment (start 226.949 101.981) (end 177.419 101.981) (width 0.2032) (layer Cuivre) (net 34)) + (segment (start 157.1752 90.4494) (end 159.512 90.4494) (width 0.2032) (layer Composant) (net 34) (status 800)) + (segment (start 227.33 101.6) (end 227.33 101.473) (width 0.2032) (layer Cuivre) (net 34)) + (segment (start 227.33 80.645) (end 227.33 71.755) (width 0.2032) (layer Composant) (net 34) (status C00)) + (segment (start 227.33 101.6) (end 226.949 101.981) (width 0.2032) (layer Cuivre) (net 34)) + (segment (start 227.33 101.473) (end 227.33 98.425) (width 0.2032) (layer Composant) (net 34) (status 400)) + (segment (start 227.33 116.205) (end 227.33 107.315) (width 0.2032) (layer Composant) (net 34) (status C00)) + (segment (start 165.862 88.9) (end 168.275 91.313) (width 0.2032) (layer Composant) (net 34)) + (segment (start 227.33 98.425) (end 227.33 89.535) (width 0.2032) (layer Composant) (net 34) (status C00)) + (segment (start 227.33 116.205) (end 227.33 125.095) (width 0.2032) (layer Composant) (net 34) (status C00)) + (segment (start 227.33 71.755) (end 227.33 62.865) (width 0.2032) (layer Composant) (net 34) (status C00)) + (segment (start 172.085 100.457) (end 172.466 100.076) (width 0.2032) (layer Cuivre) (net 34)) + (via (at 172.085 100.457) (size 0.889) (layers Composant Cuivre) (net 34)) + (segment (start 171.45 100.457) (end 172.085 100.457) (width 0.2032) (layer Composant) (net 34)) + (segment (start 159.7914 90.17) (end 163.703 90.17) (width 0.2032) (layer Composant) (net 34)) + (segment (start 164.973 88.9) (end 165.862 88.9) (width 0.2032) (layer Composant) (net 34)) + (via (at 227.33 101.473) (size 0.889) (layers Composant Cuivre) (net 34)) + (segment (start 159.512 90.4494) (end 159.7914 90.17) (width 0.2032) (layer Composant) (net 34)) + (segment (start 164.973 88.9) (end 163.703 90.17) (width 0.2032) (layer Composant) (net 34)) + (segment (start 168.275 97.282) (end 171.45 100.457) (width 0.2032) (layer Composant) (net 34)) + (segment (start 175.514 100.076) (end 177.419 101.981) (width 0.2032) (layer Cuivre) (net 34)) + (segment (start 181.229 108.204) (end 181.229 89.535) (width 0.2032) (layer Composant) (net 35)) + (segment (start 181.229 89.535) (end 180.594 88.9) (width 0.2032) (layer Composant) (net 35)) + (segment (start 224.79 107.315) (end 224.79 116.205) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 162.814 89.154) (end 161.29 89.154) (width 0.2032) (layer Composant) (net 35)) + (segment (start 224.79 116.205) (end 224.79 125.095) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 157.226 89.027) (end 157.226 89.154) (width 0.2032) (layer Composant) (net 35)) + (segment (start 224.79 107.315) (end 223.901 108.204) (width 0.2032) (layer Cuivre) (net 35) (status 800)) + (segment (start 224.79 71.755) (end 224.79 62.865) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 180.594 88.9) (end 167.894 88.9) (width 0.2032) (layer Composant) (net 35)) + (segment (start 224.79 98.425) (end 224.79 89.535) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 166.878 87.884) (end 167.894 88.9) (width 0.2032) (layer Composant) (net 35)) + (segment (start 164.084 87.884) (end 166.878 87.884) (width 0.2032) (layer Composant) (net 35)) + (segment (start 162.814 89.154) (end 164.084 87.884) (width 0.2032) (layer Composant) (net 35)) + (segment (start 223.901 108.204) (end 181.229 108.204) (width 0.2032) (layer Cuivre) (net 35)) + (via (at 181.229 108.204) (size 0.889) (layers Composant Cuivre) (net 35)) + (segment (start 161.163 89.027) (end 157.226 89.027) (width 0.2032) (layer Composant) (net 35)) + (segment (start 161.29 89.154) (end 161.163 89.027) (width 0.2032) (layer Composant) (net 35)) + (segment (start 224.79 80.645) (end 224.79 71.755) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 224.79 80.645) (end 224.79 89.535) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 224.79 107.315) (end 224.79 98.425) (width 0.2032) (layer Composant) (net 35) (status C00)) + (segment (start 157.226 89.154) (end 157.1752 89.154) (width 0.2032) (layer Composant) (net 35) (status 400)) + (segment (start 181.483 82.55) (end 180.213 83.82) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 223.52 118.745) (end 223.52 109.855) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 160.02 85.979) (end 160.02 87.122) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 223.52 74.295) (end 223.52 65.405) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 164.973 82.169) (end 163.449 83.693) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 180.213 83.82) (end 168.656 83.82) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 223.52 83.185) (end 223.52 92.075) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 223.52 118.745) (end 223.52 127.635) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 223.52 83.185) (end 223.52 74.295) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 223.52 92.075) (end 223.52 100.965) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 167.005 82.169) (end 164.973 82.169) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 223.52 83.185) (end 222.504 82.169) (width 0.2032) (layer Cuivre) (net 36) (status 800)) + (segment (start 160.02 87.122) (end 157.226 87.122) (width 0.2032) (layer Composant) (net 36)) + (segment (start 223.52 109.855) (end 223.52 100.965) (width 0.2032) (layer Composant) (net 36) (status C00)) + (segment (start 222.504 82.169) (end 199.771 82.169) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 163.449 83.693) (end 162.306 83.693) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 168.656 83.82) (end 167.005 82.169) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 187.452 81.788) (end 186.69 82.55) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 199.39 81.788) (end 187.452 81.788) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 199.771 82.169) (end 199.39 81.788) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 186.69 82.55) (end 181.483 82.55) (width 0.2032) (layer Cuivre) (net 36)) + (via (at 160.02 87.122) (size 0.889) (layers Composant Cuivre) (net 36)) + (segment (start 157.226 87.122) (end 157.1752 87.1982) (width 0.2032) (layer Composant) (net 36) (status 400)) + (segment (start 162.306 83.693) (end 160.02 85.979) (width 0.2032) (layer Cuivre) (net 36)) + (segment (start 122.936 65.913) (end 125.095 65.913) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 260.223 61.976) (end 267.716 61.976) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 122.428 79.756) (end 122.428 70.104) (width 0.2032) (layer Composant) (net 37)) + (segment (start 267.97 89.535) (end 267.97 80.645) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 246.126 61.468) (end 246.634 61.976) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 267.97 89.535) (end 267.97 98.425) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 122.936 69.596) (end 122.936 65.913) (width 0.2032) (layer Composant) (net 37)) + (segment (start 125.984 80.0354) (end 123.698 80.0354) (width 0.2032) (layer Composant) (net 37) (status 800)) + (segment (start 122.428 70.104) (end 122.936 69.596) (width 0.2032) (layer Composant) (net 37)) + (segment (start 123.698 80.137) (end 122.809 80.137) (width 0.2032) (layer Composant) (net 37)) + (segment (start 133.604 64.643) (end 133.35 64.897) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 267.716 61.976) (end 267.97 62.23) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 248.666 61.976) (end 249.174 61.468) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 123.698 80.0354) (end 123.698 80.137) (width 0.2032) (layer Composant) (net 37)) + (segment (start 267.97 62.23) (end 267.97 62.865) (width 0.2032) (layer Cuivre) (net 37) (status 400)) + (segment (start 246.634 61.976) (end 248.666 61.976) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 133.35 64.897) (end 126.111 64.897) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 166.37 61.468) (end 246.126 61.468) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 267.97 116.205) (end 267.97 125.095) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 267.97 71.755) (end 267.97 80.645) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 267.97 71.755) (end 267.97 62.865) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 126.111 64.897) (end 125.095 65.913) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 249.174 61.468) (end 259.715 61.468) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 267.97 116.205) (end 267.97 107.315) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 163.195 64.643) (end 133.604 64.643) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 259.715 61.468) (end 260.223 61.976) (width 0.2032) (layer Cuivre) (net 37)) + (segment (start 163.195 64.643) (end 166.37 61.468) (width 0.2032) (layer Cuivre) (net 37)) + (via (at 122.936 65.913) (size 0.889) (layers Composant Cuivre) (net 37)) + (segment (start 122.809 80.137) (end 122.428 79.756) (width 0.2032) (layer Composant) (net 37)) + (segment (start 267.97 98.425) (end 267.97 107.315) (width 0.2032) (layer Composant) (net 37) (status C00)) + (segment (start 123.317 79.502) (end 123.063 79.248) (width 0.2032) (layer Composant) (net 38)) + (segment (start 256.286 68.707) (end 256.032 68.453) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 123.063 79.248) (end 123.063 70.231) (width 0.2032) (layer Composant) (net 38)) + (segment (start 255.524 64.897) (end 256.413 64.008) (width 0.2032) (layer Composant) (net 38)) + (via (at 256.413 64.008) (size 0.889) (layers Composant Cuivre) (net 38)) + (via (at 123.825 68.58) (size 0.889) (layers Composant Cuivre) (net 38)) + (segment (start 256.286 67.056) (end 255.524 66.294) (width 0.2032) (layer Composant) (net 38)) + (segment (start 133.35 69.977) (end 136.017 69.977) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 123.063 70.231) (end 123.825 69.469) (width 0.2032) (layer Composant) (net 38)) + (segment (start 123.825 69.469) (end 123.825 68.58) (width 0.2032) (layer Composant) (net 38)) + (segment (start 266.7 64.897) (end 266.7 65.405) (width 0.2032) (layer Cuivre) (net 38) (status 400)) + (segment (start 244.729 70.104) (end 246.38 68.453) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 266.7 100.965) (end 266.7 92.075) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 123.825 79.4004) (end 123.825 79.502) (width 0.2032) (layer Composant) (net 38)) + (segment (start 266.7 118.745) (end 266.7 109.855) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 266.7 92.075) (end 266.7 83.185) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 266.7 109.855) (end 266.7 100.965) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 125.984 79.4004) (end 123.825 79.4004) (width 0.2032) (layer Composant) (net 38) (status 800)) + (segment (start 123.825 79.502) (end 123.317 79.502) (width 0.2032) (layer Composant) (net 38)) + (segment (start 256.413 64.008) (end 256.921 64.516) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 256.921 64.516) (end 266.319 64.516) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 123.825 68.58) (end 131.953 68.58) (width 0.2032) (layer Cuivre) (net 38)) + (via (at 256.286 68.707) (size 0.889) (layers Composant Cuivre) (net 38)) + (segment (start 136.017 69.977) (end 136.144 70.104) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 266.7 74.295) (end 266.7 83.185) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 131.953 68.58) (end 133.35 69.977) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 136.144 70.104) (end 244.729 70.104) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 266.7 65.405) (end 266.7 74.295) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 246.38 68.453) (end 256.032 68.453) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 255.524 66.294) (end 255.524 64.897) (width 0.2032) (layer Composant) (net 38)) + (segment (start 266.7 127.635) (end 266.7 118.745) (width 0.2032) (layer Composant) (net 38) (status C00)) + (segment (start 256.286 68.707) (end 256.286 67.056) (width 0.2032) (layer Composant) (net 38)) + (segment (start 266.319 64.516) (end 266.7 64.897) (width 0.2032) (layer Cuivre) (net 38)) + (segment (start 154.305 69.088) (end 154.051 68.834) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 259.08 74.295) (end 259.08 67.564) (width 0.2032) (layer Composant) (net 39) (status 800)) + (segment (start 241.427 68.834) (end 241.554 68.961) (width 0.2032) (layer Cuivre) (net 39)) + (via (at 136.0424 69.088) (size 0.889) (layers Composant Cuivre) (net 39)) + (via (at 259.08 67.564) (size 0.889) (layers Composant Cuivre) (net 39)) + (segment (start 136.0424 69.088) (end 136.5504 68.58) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 259.08 67.564) (end 259.08 65.405) (width 0.2032) (layer Composant) (net 39) (status 400)) + (segment (start 259.08 92.075) (end 259.08 83.185) (width 0.2032) (layer Composant) (net 39) (status C00)) + (segment (start 259.08 74.295) (end 259.08 83.185) (width 0.2032) (layer Composant) (net 39) (status C00)) + (segment (start 136.0424 72.5678) (end 136.0424 69.088) (width 0.2032) (layer Composant) (net 39) (status 800)) + (segment (start 241.554 68.961) (end 244.221 68.961) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 145.161 68.834) (end 154.051 68.834) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 136.5504 68.58) (end 144.907 68.58) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 144.907 68.58) (end 145.161 68.834) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 154.305 69.088) (end 160.02 69.088) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 244.221 68.961) (end 245.872 67.31) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 259.08 118.745) (end 259.08 109.855) (width 0.2032) (layer Composant) (net 39) (status C00)) + (segment (start 160.274 68.834) (end 241.427 68.834) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 259.08 100.965) (end 259.08 92.075) (width 0.2032) (layer Composant) (net 39) (status C00)) + (segment (start 259.08 109.855) (end 259.08 100.965) (width 0.2032) (layer Composant) (net 39) (status C00)) + (segment (start 258.699 67.564) (end 259.08 67.564) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 245.872 67.31) (end 258.445 67.31) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 258.445 67.31) (end 258.699 67.564) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 259.08 118.745) (end 259.08 127.635) (width 0.2032) (layer Composant) (net 39) (status C00)) + (segment (start 160.02 69.088) (end 160.274 68.834) (width 0.2032) (layer Cuivre) (net 39)) + (segment (start 124.841 69.342) (end 123.571 70.612) (width 0.2032) (layer Composant) (net 40)) + (segment (start 257.302 63.754) (end 256.794 63.246) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 231.775 64.389) (end 181.356 64.389) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 123.825 78.74) (end 125.984 78.74) (width 0.2032) (layer Composant) (net 40) (status 400)) + (segment (start 124.841 66.929) (end 126.365 65.405) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 265.43 89.535) (end 265.43 98.425) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 123.571 78.486) (end 123.825 78.74) (width 0.2032) (layer Composant) (net 40)) + (segment (start 232.156 65.659) (end 232.156 64.77) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 249.047 62.357) (end 249.047 63.627) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 123.571 70.612) (end 123.571 78.486) (width 0.2032) (layer Composant) (net 40)) + (segment (start 124.841 67.564) (end 124.841 69.342) (width 0.2032) (layer Composant) (net 40)) + (via (at 124.841 67.564) (size 0.889) (layers Composant Cuivre) (net 40)) + (segment (start 124.841 66.929) (end 124.841 67.564) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 133.858 65.151) (end 133.604 65.405) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 181.356 64.389) (end 179.705 66.04) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 232.156 64.77) (end 231.775 64.389) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 265.43 71.755) (end 265.43 80.645) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 265.43 107.315) (end 265.43 98.425) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 264.541 63.754) (end 257.302 63.754) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 249.428 61.976) (end 249.047 62.357) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 256.032 61.976) (end 249.428 61.976) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 256.794 63.246) (end 256.794 62.738) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 256.794 62.738) (end 256.032 61.976) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 265.43 116.205) (end 265.43 107.315) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 162.306 65.151) (end 163.195 66.04) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 133.604 65.405) (end 126.365 65.405) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 265.43 116.205) (end 265.43 125.095) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 265.43 80.645) (end 265.43 89.535) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 248.92 63.754) (end 236.728 63.754) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 236.728 63.754) (end 236.347 64.135) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 236.347 64.135) (end 236.347 65.405) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 265.43 62.865) (end 264.541 63.754) (width 0.2032) (layer Cuivre) (net 40) (status 800)) + (segment (start 236.347 65.405) (end 235.585 66.167) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 235.585 66.167) (end 232.664 66.167) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 232.664 66.167) (end 232.156 65.659) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 265.43 71.755) (end 265.43 62.865) (width 0.2032) (layer Composant) (net 40) (status C00)) + (segment (start 162.306 65.151) (end 133.858 65.151) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 179.705 66.04) (end 163.195 66.04) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 249.047 63.627) (end 248.92 63.754) (width 0.2032) (layer Cuivre) (net 40)) + (segment (start 264.16 74.295) (end 264.16 65.405) (width 0.2032) (layer Composant) (net 41) (status C00)) + (segment (start 263.271 78.74) (end 263.017 78.486) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 151.765 76.327) (end 145.542 76.327) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 132.461 78.105) (end 131.445 79.121) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 128.143 78.105) (end 125.984 78.105) (width 0.2032) (layer Composant) (net 41)) + (segment (start 128.397 78.359) (end 128.143 78.105) (width 0.2032) (layer Composant) (net 41)) + (segment (start 125.984 78.105) (end 125.984 78.0796) (width 0.2032) (layer Composant) (net 41) (status 400)) + (segment (start 131.445 79.121) (end 128.651 79.121) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 155.067 76.962) (end 152.4 76.962) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 264.16 118.745) (end 264.16 127.635) (width 0.2032) (layer Composant) (net 41) (status C00)) + (segment (start 144.272 77.597) (end 137.287 77.597) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 264.16 78.74) (end 264.16 83.185) (width 0.2032) (layer Composant) (net 41) (status 400)) + (segment (start 145.542 76.327) (end 144.272 77.597) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 137.287 77.597) (end 136.779 78.105) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 136.779 78.105) (end 132.461 78.105) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 184.404 76.962) (end 184.912 77.47) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 264.16 74.295) (end 264.16 78.74) (width 0.2032) (layer Composant) (net 41) (status 800)) + (segment (start 264.16 92.075) (end 264.16 83.185) (width 0.2032) (layer Composant) (net 41) (status C00)) + (segment (start 264.16 78.74) (end 263.271 78.74) (width 0.2032) (layer Cuivre) (net 41)) + (via (at 128.397 79.375) (size 0.889) (layers Composant Cuivre) (net 41)) + (segment (start 128.651 79.121) (end 128.397 79.375) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 264.16 100.965) (end 264.16 92.075) (width 0.2032) (layer Composant) (net 41) (status C00)) + (via (at 264.16 78.74) (size 0.889) (layers Composant Cuivre) (net 41)) + (segment (start 208.661 78.486) (end 207.645 77.47) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 152.4 76.962) (end 151.765 76.327) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 155.829 77.724) (end 161.417 77.724) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 161.417 77.724) (end 162.179 76.962) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 155.067 76.962) (end 155.829 77.724) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 264.16 100.965) (end 264.16 109.855) (width 0.2032) (layer Composant) (net 41) (status C00)) + (segment (start 264.16 118.745) (end 264.16 109.855) (width 0.2032) (layer Composant) (net 41) (status C00)) + (segment (start 162.179 76.962) (end 184.404 76.962) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 207.645 77.47) (end 184.912 77.47) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 128.397 79.375) (end 128.397 78.359) (width 0.2032) (layer Composant) (net 41)) + (segment (start 263.017 78.486) (end 208.661 78.486) (width 0.2032) (layer Cuivre) (net 41)) + (segment (start 262.89 71.755) (end 262.89 62.865) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 154.813 77.47) (end 151.257 77.47) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 184.15 77.47) (end 162.687 77.47) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 262.89 80.645) (end 261.239 78.994) (width 0.2032) (layer Cuivre) (net 42) (status 800)) + (segment (start 208.407 78.994) (end 261.239 78.994) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 184.785 78.105) (end 184.15 77.47) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 208.407 78.994) (end 207.518 78.105) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 207.518 78.105) (end 184.785 78.105) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 262.89 89.535) (end 262.89 98.425) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 155.702 78.359) (end 161.798 78.359) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 161.798 78.359) (end 162.687 77.47) (width 0.2032) (layer Cuivre) (net 42)) + (via (at 151.257 77.47) (size 0.889) (layers Composant Cuivre) (net 42)) + (segment (start 262.89 116.205) (end 262.89 125.095) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 262.89 89.535) (end 262.89 80.645) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 262.89 80.645) (end 262.89 71.755) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 155.702 78.359) (end 154.813 77.47) (width 0.2032) (layer Cuivre) (net 42)) + (segment (start 262.89 98.425) (end 262.89 107.315) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 262.89 107.315) (end 262.89 116.205) (width 0.2032) (layer Composant) (net 42) (status C00)) + (segment (start 125.984 77.47) (end 125.984 77.4446) (width 0.2032) (layer Composant) (net 42) (status 400)) + (segment (start 151.257 77.47) (end 125.984 77.47) (width 0.2032) (layer Composant) (net 42)) + (segment (start 176.149 62.103) (end 175.895 62.357) (width 0.2032) (layer Composant) (net 43)) + (via (at 231.902 63.627) (size 0.889) (layers Composant Cuivre) (net 43)) + (segment (start 232.283 64.008) (end 231.902 63.627) (width 0.2032) (layer Composant) (net 43)) + (segment (start 231.902 63.627) (end 231.013 63.627) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 231.013 63.627) (end 230.886 63.754) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 230.886 63.754) (end 181.61 63.754) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 181.61 63.754) (end 180.975 63.119) (width 0.2032) (layer Cuivre) (net 43)) + (via (at 253.873 63.754) (size 0.889) (layers Composant Cuivre) (net 43)) + (via (at 175.895 71.882) (size 0.889) (layers Composant Cuivre) (net 43)) + (segment (start 236.347 65.405) (end 235.712 66.04) (width 0.2032) (layer Composant) (net 43)) + (segment (start 175.895 62.357) (end 175.895 71.882) (width 0.2032) (layer Composant) (net 43)) + (segment (start 180.975 63.119) (end 179.959 62.103) (width 0.2032) (layer Composant) (net 43)) + (segment (start 256.794 63.246) (end 256.794 62.738) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 254.254 63.373) (end 253.873 63.754) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 254.508 61.976) (end 254.254 62.23) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 179.959 62.103) (end 176.149 62.103) (width 0.2032) (layer Composant) (net 43)) + (segment (start 235.712 66.04) (end 232.918 66.04) (width 0.2032) (layer Composant) (net 43)) + (segment (start 257.302 63.754) (end 256.794 63.246) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 236.347 64.897) (end 236.347 65.405) (width 0.2032) (layer Composant) (net 43)) + (segment (start 236.601 64.643) (end 236.347 64.897) (width 0.2032) (layer Composant) (net 43)) + (segment (start 261.62 65.405) (end 261.62 74.295) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 124.079 76.581) (end 124.333 76.835) (width 0.2032) (layer Composant) (net 43)) + (segment (start 162.56 70.739) (end 136.017 70.739) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 175.895 71.882) (end 163.703 71.882) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 135.763 70.485) (end 136.017 70.739) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 128.651 70.485) (end 135.763 70.485) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 256.032 61.976) (end 254.508 61.976) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 261.62 92.075) (end 261.62 83.185) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 237.49 64.389) (end 237.236 64.643) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 232.283 65.405) (end 232.283 64.008) (width 0.2032) (layer Composant) (net 43)) + (segment (start 254.254 62.23) (end 254.254 63.373) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 253.873 63.754) (end 249.555 63.754) (width 0.2032) (layer Cuivre) (net 43)) + (via (at 180.975 63.119) (size 0.889) (layers Composant Cuivre) (net 43)) + (segment (start 128.397 70.739) (end 128.651 70.485) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 124.333 76.835) (end 125.984 76.835) (width 0.2032) (layer Composant) (net 43)) + (segment (start 124.079 71.501) (end 124.079 76.581) (width 0.2032) (layer Composant) (net 43)) + (segment (start 261.62 100.965) (end 261.62 92.075) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 261.62 74.295) (end 261.62 83.185) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 261.62 109.855) (end 261.62 100.965) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 261.62 118.745) (end 261.62 127.635) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 125.984 76.835) (end 125.984 76.7842) (width 0.2032) (layer Composant) (net 43) (status 400)) + (segment (start 124.841 70.739) (end 124.079 71.501) (width 0.2032) (layer Composant) (net 43)) + (via (at 124.841 70.739) (size 0.889) (layers Composant Cuivre) (net 43)) + (segment (start 128.397 70.739) (end 124.841 70.739) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 261.62 118.745) (end 261.62 109.855) (width 0.2032) (layer Composant) (net 43) (status C00)) + (segment (start 261.62 64.008) (end 261.366 63.754) (width 0.2032) (layer VCC_layer) (net 43)) + (via (at 237.236 64.643) (size 0.889) (layers Composant Cuivre) (net 43)) + (segment (start 261.366 63.754) (end 257.302 63.754) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 163.703 71.882) (end 162.56 70.739) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 237.236 64.643) (end 236.601 64.643) (width 0.2032) (layer Composant) (net 43)) + (segment (start 232.918 66.04) (end 232.283 65.405) (width 0.2032) (layer Composant) (net 43)) + (segment (start 248.92 64.389) (end 237.49 64.389) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 256.794 62.738) (end 256.032 61.976) (width 0.2032) (layer VCC_layer) (net 43)) + (segment (start 249.555 63.754) (end 248.92 64.389) (width 0.2032) (layer Cuivre) (net 43)) + (segment (start 261.62 65.405) (end 261.62 64.008) (width 0.2032) (layer VCC_layer) (net 43) (status 800)) + (segment (start 248.285 61.468) (end 248.92 60.833) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 246.888 61.468) (end 248.285 61.468) (width 0.2032) (layer Cuivre) (net 44)) + (via (at 260.35 60.833) (size 0.889) (layers Composant Cuivre) (net 44)) + (segment (start 166.116 60.96) (end 246.38 60.96) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 162.941 64.135) (end 135.255 64.135) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 246.38 60.96) (end 246.888 61.468) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 135.128 64.008) (end 133.096 64.008) (width 0.2032) (layer Cuivre) (net 44)) + (via (at 133.096 64.008) (size 0.889) (layers Composant Cuivre) (net 44)) + (segment (start 260.35 71.755) (end 260.35 62.865) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 131.572 69.977) (end 131.572 68.072) (width 0.2032) (layer Composant) (net 44)) + (segment (start 131.4958 69.977) (end 131.572 69.977) (width 0.2032) (layer Composant) (net 44)) + (segment (start 131.4958 72.5678) (end 131.4958 69.977) (width 0.2032) (layer Composant) (net 44) (status 800)) + (segment (start 260.35 116.205) (end 260.35 107.315) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 260.35 60.833) (end 260.35 62.865) (width 0.2032) (layer Composant) (net 44) (status 400)) + (segment (start 133.096 64.008) (end 133.096 66.548) (width 0.2032) (layer Composant) (net 44)) + (segment (start 162.941 64.135) (end 166.116 60.96) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 260.35 80.645) (end 260.35 89.535) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 260.35 98.425) (end 260.35 89.535) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 248.92 60.833) (end 260.35 60.833) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 260.35 71.755) (end 260.35 80.645) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 131.572 68.072) (end 133.096 66.548) (width 0.2032) (layer Composant) (net 44)) + (segment (start 260.35 125.095) (end 260.35 116.205) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 135.255 64.135) (end 135.128 64.008) (width 0.2032) (layer Cuivre) (net 44)) + (segment (start 260.35 107.315) (end 260.35 98.425) (width 0.2032) (layer Composant) (net 44) (status C00)) + (segment (start 132.1562 72.5678) (end 132.1562 69.977) (width 0.2032) (layer Composant) (net 45) (status 800)) + (segment (start 247.65 107.315) (end 247.65 98.425) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 247.65 60.706) (end 247.65 62.865) (width 0.2032) (layer Composant) (net 45) (status 400)) + (via (at 247.65 60.706) (size 0.889) (layers Composant Cuivre) (net 45)) + (segment (start 135.382 63.627) (end 134.747 62.992) (width 0.2032) (layer Cuivre) (net 45)) + (segment (start 134.747 62.992) (end 133.858 62.992) (width 0.2032) (layer Cuivre) (net 45)) + (segment (start 135.382 63.627) (end 162.56 63.627) (width 0.2032) (layer Cuivre) (net 45)) + (segment (start 247.65 89.535) (end 247.65 98.425) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 247.65 71.755) (end 247.65 62.865) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 247.65 89.535) (end 247.65 80.645) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 132.1562 69.977) (end 132.207 69.977) (width 0.2032) (layer Composant) (net 45)) + (segment (start 132.207 69.977) (end 132.207 68.453) (width 0.2032) (layer Composant) (net 45)) + (segment (start 247.65 116.205) (end 247.65 125.095) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 247.396 60.452) (end 247.65 60.706) (width 0.2032) (layer Cuivre) (net 45)) + (segment (start 247.65 71.755) (end 247.65 80.645) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 247.65 107.315) (end 247.65 116.205) (width 0.2032) (layer Composant) (net 45) (status C00)) + (segment (start 133.858 66.802) (end 133.858 62.992) (width 0.2032) (layer Composant) (net 45)) + (segment (start 165.735 60.452) (end 162.56 63.627) (width 0.2032) (layer Cuivre) (net 45)) + (via (at 133.858 62.992) (size 0.889) (layers Composant Cuivre) (net 45)) + (segment (start 165.735 60.452) (end 247.396 60.452) (width 0.2032) (layer Cuivre) (net 45)) + (segment (start 132.207 68.453) (end 133.858 66.802) (width 0.2032) (layer Composant) (net 45)) + (segment (start 132.842 68.961) (end 132.842 72.517) (width 0.2032) (layer Composant) (net 46)) + (segment (start 133.985 67.818) (end 135.128 66.675) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 241.935 67.691) (end 162.56 67.691) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 243.84 67.564) (end 243.84 65.405) (width 0.2032) (layer Composant) (net 46) (status 400)) + (segment (start 243.84 109.855) (end 243.84 118.745) (width 0.2032) (layer Composant) (net 46) (status C00)) + (segment (start 242.316 67.31) (end 241.935 67.691) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 161.544 66.675) (end 162.56 67.691) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 243.84 92.075) (end 243.84 83.185) (width 0.2032) (layer Composant) (net 46) (status C00)) + (segment (start 243.84 109.855) (end 243.84 100.965) (width 0.2032) (layer Composant) (net 46) (status C00)) + (segment (start 243.84 74.295) (end 243.84 83.185) (width 0.2032) (layer Composant) (net 46) (status C00)) + (via (at 133.985 67.818) (size 0.889) (layers Composant Cuivre) (net 46)) + (segment (start 133.985 67.818) (end 132.842 68.961) (width 0.2032) (layer Composant) (net 46)) + (via (at 243.84 67.564) (size 0.889) (layers Composant Cuivre) (net 46)) + (segment (start 243.84 92.075) (end 243.84 100.965) (width 0.2032) (layer Composant) (net 46) (status C00)) + (segment (start 243.459 67.31) (end 242.316 67.31) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 243.84 74.295) (end 243.84 67.564) (width 0.2032) (layer Composant) (net 46) (status 800)) + (segment (start 243.84 118.745) (end 243.84 127.635) (width 0.2032) (layer Composant) (net 46) (status C00)) + (segment (start 243.459 67.31) (end 243.84 67.564) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 132.842 72.517) (end 132.7912 72.5678) (width 0.2032) (layer Composant) (net 46) (status 400)) + (segment (start 161.544 66.675) (end 135.128 66.675) (width 0.2032) (layer Cuivre) (net 46)) + (segment (start 133.477 72.517) (end 133.4516 72.5678) (width 0.2032) (layer Composant) (net 47) (status 400)) + (segment (start 133.858 69.088) (end 134.747 68.199) (width 0.2032) (layer Cuivre) (net 47)) + (segment (start 242.57 71.755) (end 242.57 80.645) (width 0.2032) (layer Composant) (net 47) (status C00)) + (segment (start 134.747 67.818) (end 135.382 67.183) (width 0.2032) (layer Cuivre) (net 47)) + (segment (start 133.477 69.469) (end 133.477 72.517) (width 0.2032) (layer Composant) (net 47)) + (segment (start 242.57 80.645) (end 242.57 89.535) (width 0.2032) (layer Composant) (net 47) (status C00)) + (via (at 242.57 68.199) (size 0.889) (layers Composant Cuivre) (net 47)) + (via (at 133.858 69.088) (size 0.889) (layers Composant Cuivre) (net 47)) + (segment (start 133.858 69.088) (end 133.477 69.469) (width 0.2032) (layer Composant) (net 47)) + (segment (start 242.57 71.755) (end 242.57 68.199) (width 0.2032) (layer Composant) (net 47) (status 800)) + (segment (start 242.57 89.535) (end 242.57 98.425) (width 0.2032) (layer Composant) (net 47) (status C00)) + (segment (start 161.29 67.183) (end 135.382 67.183) (width 0.2032) (layer Cuivre) (net 47)) + (segment (start 134.747 68.199) (end 134.747 67.818) (width 0.2032) (layer Cuivre) (net 47)) + (segment (start 242.57 68.199) (end 242.57 62.865) (width 0.2032) (layer Composant) (net 47) (status 400)) + (segment (start 242.57 68.199) (end 162.306 68.199) (width 0.2032) (layer Cuivre) (net 47)) + (segment (start 242.57 116.205) (end 242.57 107.315) (width 0.2032) (layer Composant) (net 47) (status C00)) + (segment (start 242.57 107.315) (end 242.57 98.425) (width 0.2032) (layer Composant) (net 47) (status C00)) + (segment (start 242.57 116.205) (end 242.57 125.095) (width 0.2032) (layer Composant) (net 47) (status C00)) + (segment (start 161.29 67.183) (end 162.306 68.199) (width 0.2032) (layer Cuivre) (net 47)) + (segment (start 208.407 80.391) (end 207.137 79.121) (width 0.2032) (layer Cuivre) (net 48)) + (via (at 164.211 79.4766) (size 0.889) (layers Composant Cuivre) (net 48)) + (segment (start 208.788 81.534) (end 220.472 81.534) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 221.615 81.28) (end 222.25 81.915) (width 0.2032) (layer Composant) (net 48)) + (segment (start 208.788 81.534) (end 208.407 81.153) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 184.277 79.121) (end 207.137 79.121) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 220.726 81.28) (end 220.98 81.28) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 230.505 90.424) (end 222.504 90.424) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 235.204 88.773) (end 232.156 88.773) (width 0.2032) (layer Cuivre) (net 48)) + (via (at 220.98 81.28) (size 0.889) (layers Composant Cuivre) (net 48)) + (segment (start 236.855 90.424) (end 235.204 88.773) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 165.0746 78.613) (end 183.769 78.613) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 222.25 81.915) (end 222.25 89.535) (width 0.2032) (layer Composant) (net 48) (status 400)) + (segment (start 232.156 88.773) (end 230.505 90.424) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 157.1752 83.2866) (end 160.528 83.2866) (width 0.2032) (layer Composant) (net 48) (status 800)) + (segment (start 183.769 78.613) (end 184.277 79.121) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 222.25 90.17) (end 222.25 89.535) (width 0.2032) (layer Cuivre) (net 48) (status 400)) + (segment (start 162.2806 80.899) (end 163.703 79.4766) (width 0.2032) (layer Composant) (net 48)) + (segment (start 238.506 90.424) (end 236.855 90.424) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 163.703 79.4766) (end 164.211 79.4766) (width 0.2032) (layer Composant) (net 48)) + (segment (start 239.395 89.535) (end 240.03 89.535) (width 0.2032) (layer Cuivre) (net 48) (status 400)) + (segment (start 162.2806 81.534) (end 162.2806 80.899) (width 0.2032) (layer Composant) (net 48)) + (segment (start 222.504 90.424) (end 222.25 90.17) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 208.407 81.153) (end 208.407 80.391) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 220.472 81.534) (end 220.726 81.28) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 160.528 83.2866) (end 162.2806 81.534) (width 0.2032) (layer Composant) (net 48)) + (segment (start 164.211 79.4766) (end 165.0746 78.613) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 220.98 81.28) (end 221.615 81.28) (width 0.2032) (layer Composant) (net 48)) + (segment (start 239.395 89.535) (end 238.506 90.424) (width 0.2032) (layer Cuivre) (net 48)) + (segment (start 238.506 106.426) (end 239.395 107.315) (width 0.2032) (layer Cuivre) (net 49)) + (segment (start 185.293 107.315) (end 186.182 106.426) (width 0.2032) (layer Cuivre) (net 49)) + (segment (start 182.88 107.315) (end 182.88 89.281) (width 0.2032) (layer Composant) (net 49)) + (segment (start 157.1752 84.582) (end 159.004 84.582) (width 0.2032) (layer Composant) (net 49) (status 800)) + (segment (start 221.361 106.426) (end 186.182 106.426) (width 0.2032) (layer Cuivre) (net 49)) + (segment (start 169.799 86.233) (end 169.799 85.217) (width 0.2032) (layer Composant) (net 49)) + (segment (start 169.799 85.217) (end 169.037 84.455) (width 0.2032) (layer Composant) (net 49)) + (segment (start 180.086 86.487) (end 170.053 86.487) (width 0.2032) (layer Composant) (net 49)) + (segment (start 223.139 106.426) (end 238.506 106.426) (width 0.2032) (layer Cuivre) (net 49)) + (segment (start 170.053 86.487) (end 169.799 86.233) (width 0.2032) (layer Composant) (net 49)) + (segment (start 182.88 89.281) (end 180.086 86.487) (width 0.2032) (layer Composant) (net 49)) + (segment (start 222.25 107.315) (end 223.139 106.426) (width 0.2032) (layer Cuivre) (net 49) (status 800)) + (segment (start 185.293 107.315) (end 182.88 107.315) (width 0.2032) (layer Cuivre) (net 49)) + (segment (start 239.395 107.315) (end 240.03 107.315) (width 0.2032) (layer Cuivre) (net 49) (status 400)) + (segment (start 159.004 84.582) (end 159.004 84.455) (width 0.2032) (layer Composant) (net 49)) + (segment (start 169.037 84.455) (end 159.004 84.455) (width 0.2032) (layer Composant) (net 49)) + (segment (start 222.25 107.315) (end 221.361 106.426) (width 0.2032) (layer Cuivre) (net 49) (status 800)) + (via (at 182.88 107.315) (size 0.889) (layers Composant Cuivre) (net 49)) + (via (at 304.546 63.754) (size 0.889) (layers Composant Cuivre) (net 50)) + (via (at 280.67 111.76) (size 0.889) (layers Composant Cuivre) (net 50)) + (segment (start 173.609 109.728) (end 175.26 109.728) (width 0.2032) (layer Cuivre) (net 50) (status 800)) + (segment (start 302.9204 65.913) (end 303.403 65.4304) (width 0.2032) (layer Composant) (net 50)) + (segment (start 303.403 65.405) (end 303.657 65.151) (width 0.2032) (layer Composant) (net 50)) + (segment (start 304.546 63.754) (end 303.657 64.643) (width 0.2032) (layer Composant) (net 50)) + (segment (start 177.292 111.76) (end 280.67 111.76) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 294.767 64.389) (end 303.911 64.389) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 280.67 111.506) (end 280.67 116.205) (width 0.2032) (layer Composant) (net 50) (status 400)) + (segment (start 280.67 71.755) (end 280.67 80.645) (width 0.2032) (layer Composant) (net 50) (status C00)) + (segment (start 303.911 64.389) (end 304.546 63.754) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 175.26 109.728) (end 177.292 111.76) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 280.67 116.205) (end 280.67 125.095) (width 0.2032) (layer Composant) (net 50) (status C00)) + (segment (start 280.67 98.425) (end 280.67 107.315) (width 0.2032) (layer Composant) (net 50) (status C00)) + (segment (start 280.67 98.425) (end 280.67 89.535) (width 0.2032) (layer Composant) (net 50) (status C00)) + (segment (start 280.67 107.315) (end 280.67 111.506) (width 0.2032) (layer Composant) (net 50) (status 800)) + (segment (start 303.657 64.643) (end 303.657 65.151) (width 0.2032) (layer Composant) (net 50)) + (segment (start 287.528 62.865) (end 280.67 62.865) (width 0.2032) (layer Cuivre) (net 50) (status 400)) + (segment (start 280.67 89.535) (end 280.67 80.645) (width 0.2032) (layer Composant) (net 50) (status C00)) + (segment (start 280.67 111.76) (end 280.67 111.506) (width 0.2032) (layer Composant) (net 50)) + (segment (start 287.528 62.865) (end 288.798 61.595) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 288.798 61.595) (end 291.973 61.595) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 291.973 61.595) (end 294.767 64.389) (width 0.2032) (layer Cuivre) (net 50)) + (segment (start 280.67 71.755) (end 280.67 62.865) (width 0.2032) (layer Composant) (net 50) (status C00)) + (segment (start 302.9204 66.675) (end 302.9204 65.913) (width 0.2032) (layer Composant) (net 50) (status 800)) + (segment (start 303.403 65.4304) (end 303.403 65.405) (width 0.2032) (layer Composant) (net 50)) + (segment (start 278.13 116.205) (end 278.13 110.744) (width 0.2032) (layer Composant) (net 51) (status 800)) + (segment (start 295.021 63.881) (end 301.371 63.881) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 288.544 61.087) (end 292.227 61.087) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 301.752 63.5) (end 302.133 63.5) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 277.749 110.744) (end 278.13 110.744) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 177.546 111.252) (end 277.241 111.252) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 287.782 61.849) (end 288.544 61.087) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 278.13 62.865) (end 279.146 61.849) (width 0.2032) (layer Cuivre) (net 51) (status 800)) + (segment (start 278.13 71.755) (end 278.13 62.865) (width 0.2032) (layer Composant) (net 51) (status C00)) + (segment (start 302.133 63.5) (end 302.26 63.373) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 302.26 64.135) (end 301.879 64.516) (width 0.2032) (layer Composant) (net 51)) + (segment (start 277.241 111.252) (end 277.749 110.744) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 302.26 63.373) (end 302.26 64.135) (width 0.2032) (layer Composant) (net 51)) + (segment (start 173.609 108.458) (end 174.752 108.458) (width 0.2032) (layer Cuivre) (net 51) (status 800)) + (segment (start 279.146 61.849) (end 287.782 61.849) (width 0.2032) (layer Cuivre) (net 51)) + (via (at 278.13 110.744) (size 0.889) (layers Composant Cuivre) (net 51)) + (segment (start 278.13 110.744) (end 278.13 107.315) (width 0.2032) (layer Composant) (net 51) (status 400)) + (segment (start 301.879 64.516) (end 301.879 66.675) (width 0.2032) (layer Composant) (net 51)) + (segment (start 278.13 125.095) (end 278.13 116.205) (width 0.2032) (layer Composant) (net 51) (status C00)) + (segment (start 278.13 107.315) (end 278.13 98.425) (width 0.2032) (layer Composant) (net 51) (status C00)) + (segment (start 278.13 71.755) (end 278.13 80.645) (width 0.2032) (layer Composant) (net 51) (status C00)) + (segment (start 177.546 111.252) (end 174.752 108.458) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 301.879 66.675) (end 301.9298 66.675) (width 0.2032) (layer Composant) (net 51) (status 400)) + (segment (start 301.371 63.881) (end 301.752 63.5) (width 0.2032) (layer Cuivre) (net 51)) + (via (at 302.26 63.373) (size 0.889) (layers Composant Cuivre) (net 51)) + (segment (start 278.13 89.535) (end 278.13 80.645) (width 0.2032) (layer Composant) (net 51) (status C00)) + (segment (start 278.13 89.535) (end 278.13 98.425) (width 0.2032) (layer Composant) (net 51) (status C00)) + (segment (start 292.227 61.087) (end 295.021 63.881) (width 0.2032) (layer Cuivre) (net 51)) + (segment (start 173.609 92.202) (end 176.403 92.202) (width 0.2032) (layer Cuivre) (net 52) (status 800)) + (segment (start 297.18 72.9234) (end 298.069 72.9234) (width 0.2032) (layer Composant) (net 52) (status 800)) + (segment (start 176.403 92.202) (end 177.165 92.964) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 297.688 72.517) (end 297.307 72.898) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 210.82 74.295) (end 211.963 75.438) (width 0.2032) (layer Cuivre) (net 52) (status 800)) + (via (at 298.45 72.517) (size 0.889) (layers Composant Cuivre) (net 52)) + (segment (start 210.82 83.185) (end 210.82 92.075) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 298.45 72.517) (end 297.688 72.517) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 298.069 72.9234) (end 298.069 72.898) (width 0.2032) (layer Composant) (net 52)) + (segment (start 177.165 92.964) (end 210.566 92.964) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 295.91 72.898) (end 295.275 73.533) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 297.307 72.898) (end 295.91 72.898) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 291.084 75.438) (end 292.989 73.533) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 210.82 100.965) (end 210.82 109.855) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 210.82 74.295) (end 210.82 83.185) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 291.084 75.438) (end 211.963 75.438) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 210.566 92.964) (end 210.82 92.71) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 295.275 73.533) (end 292.989 73.533) (width 0.2032) (layer Cuivre) (net 52)) + (segment (start 210.82 118.745) (end 210.82 127.635) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 210.82 74.295) (end 210.82 65.405) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 210.82 118.745) (end 210.82 109.855) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 298.069 72.898) (end 298.45 72.517) (width 0.2032) (layer Composant) (net 52)) + (segment (start 210.82 92.075) (end 210.82 100.965) (width 0.2032) (layer Composant) (net 52) (status C00)) + (segment (start 210.82 92.71) (end 210.82 92.075) (width 0.2032) (layer Cuivre) (net 52) (status 400)) + (via (at 207.772 86.741) (size 0.889) (layers Composant Cuivre) (net 53)) + (segment (start 177.292 87.122) (end 201.676 87.122) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 208.28 92.075) (end 208.28 100.965) (width 0.2032) (layer Composant) (net 53) (status C00)) + (segment (start 208.28 74.295) (end 208.28 83.185) (width 0.2032) (layer Composant) (net 53) (status C00)) + (segment (start 208.28 65.405) (end 208.28 74.295) (width 0.2032) (layer Composant) (net 53) (status C00)) + (via (at 299.339 73.279) (size 0.889) (layers Composant Cuivre) (net 53)) + (segment (start 177.292 87.122) (end 176.784 87.63) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 208.28 109.855) (end 208.28 118.745) (width 0.2032) (layer Composant) (net 53) (status C00)) + (segment (start 298.323 73.279) (end 299.339 73.279) (width 0.2032) (layer Composant) (net 53)) + (segment (start 296.037 73.533) (end 295.529 74.041) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 208.28 109.855) (end 208.28 100.965) (width 0.2032) (layer Composant) (net 53) (status C00)) + (segment (start 295.529 74.041) (end 293.116 74.041) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 291.211 75.946) (end 209.931 75.946) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 176.784 89.154) (end 176.784 87.63) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 208.28 83.185) (end 208.28 87.122) (width 0.2032) (layer Composant) (net 53) (status 800)) + (segment (start 205.105 86.36) (end 205.486 86.741) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 173.609 90.932) (end 175.006 90.932) (width 0.2032) (layer Cuivre) (net 53) (status 800)) + (segment (start 201.676 87.122) (end 202.438 86.36) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 299.085 73.533) (end 296.037 73.533) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 205.486 86.741) (end 207.772 86.741) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 202.438 86.36) (end 205.105 86.36) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 175.006 90.932) (end 176.784 89.154) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 207.772 86.741) (end 208.28 87.122) (width 0.2032) (layer Composant) (net 53)) + (segment (start 293.116 74.041) (end 291.211 75.946) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 208.28 87.122) (end 208.28 92.075) (width 0.2032) (layer Composant) (net 53) (status 400)) + (segment (start 299.339 73.279) (end 299.085 73.533) (width 0.2032) (layer Cuivre) (net 53)) + (segment (start 298.323 73.4314) (end 298.323 73.279) (width 0.2032) (layer Composant) (net 53)) + (segment (start 208.28 118.745) (end 208.28 127.635) (width 0.2032) (layer Composant) (net 53) (status C00)) + (segment (start 297.18 73.4314) (end 298.323 73.4314) (width 0.2032) (layer Composant) (net 53) (status 800)) + (segment (start 208.28 74.295) (end 209.931 75.946) (width 0.2032) (layer Cuivre) (net 53) (status 800)) + (segment (start 205.994 75.438) (end 205.74 75.184) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 205.74 92.075) (end 205.74 100.965) (width 0.2032) (layer Composant) (net 54) (status C00)) + (segment (start 205.74 83.185) (end 205.74 74.295) (width 0.2032) (layer Composant) (net 54) (status C00)) + (segment (start 294.767 74.803) (end 292.989 74.803) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 205.74 85.852) (end 205.74 92.075) (width 0.2032) (layer Composant) (net 54) (status 400)) + (segment (start 208.534 75.438) (end 209.55 76.454) (width 0.2032) (layer Cuivre) (net 54)) + (via (at 294.767 74.803) (size 0.889) (layers Composant Cuivre) (net 54)) + (via (at 205.74 85.852) (size 0.889) (layers Composant Cuivre) (net 54)) + (segment (start 205.74 118.745) (end 205.74 127.635) (width 0.2032) (layer Composant) (net 54) (status C00)) + (segment (start 292.989 74.803) (end 291.338 76.454) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 205.74 83.185) (end 205.74 85.852) (width 0.2032) (layer Composant) (net 54) (status 800)) + (segment (start 201.93 85.852) (end 205.74 85.852) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 173.609 89.662) (end 175.133 89.662) (width 0.2032) (layer Cuivre) (net 54) (status 800)) + (segment (start 175.133 89.662) (end 176.022 88.773) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 201.168 86.614) (end 201.93 85.852) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 177.038 86.614) (end 201.168 86.614) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 208.534 75.438) (end 205.994 75.438) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 205.74 100.965) (end 205.74 109.855) (width 0.2032) (layer Composant) (net 54) (status C00)) + (segment (start 205.74 65.405) (end 205.74 74.295) (width 0.2032) (layer Composant) (net 54) (status C00)) + (segment (start 291.338 76.454) (end 209.55 76.454) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 176.022 88.773) (end 176.022 87.63) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 205.74 118.745) (end 205.74 109.855) (width 0.2032) (layer Composant) (net 54) (status C00)) + (segment (start 205.74 75.184) (end 205.74 74.295) (width 0.2032) (layer Cuivre) (net 54) (status 400)) + (segment (start 296.037 74.93) (end 296.037 74.803) (width 0.2032) (layer Composant) (net 54)) + (segment (start 177.038 86.614) (end 176.022 87.63) (width 0.2032) (layer Cuivre) (net 54)) + (segment (start 296.037 74.803) (end 294.767 74.803) (width 0.2032) (layer Composant) (net 54)) + (segment (start 297.18 74.93) (end 296.037 74.93) (width 0.2032) (layer Composant) (net 54) (status 800)) + (segment (start 176.911 86.106) (end 175.26 87.757) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 200.66 85.852) (end 200.66 92.075) (width 0.2032) (layer Composant) (net 55) (status 400)) + (segment (start 209.423 76.962) (end 208.407 75.946) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 200.66 75.692) (end 200.66 74.295) (width 0.2032) (layer Cuivre) (net 55) (status 400)) + (segment (start 298.069 75.184) (end 295.529 75.184) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 298.323 75.438) (end 298.069 75.184) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 176.911 86.106) (end 199.898 86.106) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 200.66 83.185) (end 200.66 85.852) (width 0.2032) (layer Composant) (net 55) (status 800)) + (segment (start 200.152 85.852) (end 200.66 85.852) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 199.898 86.106) (end 200.152 85.852) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 297.18 75.438) (end 298.323 75.438) (width 0.2032) (layer Composant) (net 55) (status 800)) + (segment (start 208.407 75.946) (end 200.914 75.946) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 200.66 74.295) (end 200.66 65.405) (width 0.2032) (layer Composant) (net 55) (status C00)) + (segment (start 200.914 75.946) (end 200.66 75.692) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 292.862 75.565) (end 291.465 76.962) (width 0.2032) (layer Cuivre) (net 55)) + (via (at 298.323 75.438) (size 0.889) (layers Composant Cuivre) (net 55)) + (segment (start 295.529 75.184) (end 295.148 75.565) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 200.66 92.075) (end 200.66 100.965) (width 0.2032) (layer Composant) (net 55) (status C00)) + (segment (start 173.609 88.392) (end 175.006 88.392) (width 0.2032) (layer Cuivre) (net 55) (status 800)) + (segment (start 200.66 118.745) (end 200.66 127.635) (width 0.2032) (layer Composant) (net 55) (status C00)) + (segment (start 200.66 74.295) (end 200.66 83.185) (width 0.2032) (layer Composant) (net 55) (status C00)) + (segment (start 175.26 88.138) (end 175.26 87.757) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 200.66 118.745) (end 200.66 109.855) (width 0.2032) (layer Composant) (net 55) (status C00)) + (segment (start 175.006 88.392) (end 175.26 88.138) (width 0.2032) (layer Cuivre) (net 55)) + (via (at 200.66 85.852) (size 0.889) (layers Composant Cuivre) (net 55)) + (segment (start 200.66 100.965) (end 200.66 109.855) (width 0.2032) (layer Composant) (net 55) (status C00)) + (segment (start 295.148 75.565) (end 292.862 75.565) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 291.465 76.962) (end 209.423 76.962) (width 0.2032) (layer Cuivre) (net 55)) + (segment (start 174.879 84.836) (end 197.739 84.836) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 198.12 92.075) (end 198.12 83.185) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 198.12 109.855) (end 198.12 100.965) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 174.752 86.868) (end 174.752 84.963) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 198.12 74.295) (end 198.12 65.405) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 291.592 77.47) (end 209.169 77.47) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 295.91 75.946) (end 295.783 76.073) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 174.498 87.122) (end 174.752 86.868) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 174.752 84.963) (end 174.879 84.836) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 297.18 75.9206) (end 295.91 75.9206) (width 0.2032) (layer Composant) (net 56) (status 800)) + (segment (start 198.12 74.295) (end 198.12 83.185) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 198.12 84.455) (end 198.12 83.185) (width 0.2032) (layer Cuivre) (net 56) (status 400)) + (segment (start 197.739 84.836) (end 198.12 84.455) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 295.91 75.9206) (end 295.91 75.946) (width 0.2032) (layer Composant) (net 56)) + (segment (start 208.153 76.454) (end 198.374 76.454) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 198.374 76.454) (end 198.12 76.2) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 173.609 87.122) (end 174.498 87.122) (width 0.2032) (layer Cuivre) (net 56) (status 800)) + (segment (start 209.169 77.47) (end 208.153 76.454) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 198.12 118.745) (end 198.12 127.635) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 198.12 76.2) (end 198.12 74.295) (width 0.2032) (layer Cuivre) (net 56) (status 400)) + (segment (start 198.12 100.965) (end 198.12 92.075) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 295.783 76.073) (end 292.989 76.073) (width 0.2032) (layer Cuivre) (net 56)) + (via (at 295.91 75.946) (size 0.889) (layers Composant Cuivre) (net 56)) + (segment (start 198.12 118.745) (end 198.12 109.855) (width 0.2032) (layer Composant) (net 56) (status C00)) + (segment (start 292.989 76.073) (end 291.592 77.47) (width 0.2032) (layer Cuivre) (net 56)) + (segment (start 294.132 76.835) (end 293.37 76.835) (width 0.2032) (layer Composant) (net 57)) + (segment (start 195.58 92.075) (end 195.58 100.965) (width 0.2032) (layer Composant) (net 57) (status C00)) + (segment (start 294.132 76.708) (end 294.132 76.835) (width 0.2032) (layer Composant) (net 57)) + (segment (start 291.846 77.978) (end 208.915 77.978) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 292.989 76.835) (end 291.846 77.978) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 195.58 118.745) (end 195.58 127.635) (width 0.2032) (layer Composant) (net 57) (status C00)) + (via (at 293.37 76.835) (size 0.889) (layers Composant Cuivre) (net 57)) + (segment (start 195.834 76.962) (end 195.58 76.708) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 195.58 74.295) (end 195.58 83.185) (width 0.2032) (layer Composant) (net 57) (status C00)) + (segment (start 195.58 74.295) (end 195.58 65.405) (width 0.2032) (layer Composant) (net 57) (status C00)) + (segment (start 195.58 83.185) (end 195.58 92.075) (width 0.2032) (layer Composant) (net 57) (status C00)) + (segment (start 195.58 83.947) (end 195.58 83.185) (width 0.2032) (layer Cuivre) (net 57) (status 400)) + (segment (start 297.18 76.4286) (end 296.545 76.4286) (width 0.2032) (layer Composant) (net 57) (status 800)) + (segment (start 195.58 100.965) (end 195.58 109.855) (width 0.2032) (layer Composant) (net 57) (status C00)) + (segment (start 296.291 76.708) (end 294.132 76.708) (width 0.2032) (layer Composant) (net 57)) + (segment (start 173.609 85.852) (end 173.609 84.836) (width 0.2032) (layer Cuivre) (net 57) (status 800)) + (segment (start 174.117 84.328) (end 195.199 84.328) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 195.199 84.328) (end 195.58 83.947) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 207.899 76.962) (end 195.834 76.962) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 195.58 76.708) (end 195.58 74.295) (width 0.2032) (layer Cuivre) (net 57) (status 400)) + (segment (start 293.37 76.835) (end 292.989 76.835) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 195.58 118.745) (end 195.58 109.855) (width 0.2032) (layer Composant) (net 57) (status C00)) + (segment (start 296.545 76.4286) (end 296.545 76.454) (width 0.2032) (layer Composant) (net 57)) + (segment (start 296.545 76.454) (end 296.291 76.708) (width 0.2032) (layer Composant) (net 57)) + (segment (start 173.609 84.836) (end 174.117 84.328) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 208.915 77.978) (end 207.899 76.962) (width 0.2032) (layer Cuivre) (net 57)) + (segment (start 279.4 74.295) (end 279.4 78.74) (width 0.2032) (layer Composant) (net 58) (status 800)) + (segment (start 186.436 130.556) (end 279.146 130.556) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 279.4 100.965) (end 279.4 109.855) (width 0.2032) (layer Composant) (net 58) (status C00)) + (segment (start 279.4 92.075) (end 279.4 100.965) (width 0.2032) (layer Composant) (net 58) (status C00)) + (segment (start 279.4 78.74) (end 279.4 83.185) (width 0.2032) (layer Composant) (net 58) (status 400)) + (segment (start 279.4 92.075) (end 279.4 83.185) (width 0.2032) (layer Composant) (net 58) (status C00)) + (via (at 298.45 76.581) (size 0.889) (layers Composant Cuivre) (net 58)) + (segment (start 296.418 76.581) (end 296.164 76.835) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 176.276 129.54) (end 185.42 129.54) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 279.4 118.745) (end 279.4 127.635) (width 0.2032) (layer Composant) (net 58) (status C00)) + (segment (start 279.4 130.302) (end 279.4 127.635) (width 0.2032) (layer Cuivre) (net 58) (status 400)) + (segment (start 293.624 77.724) (end 293.37 77.724) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 298.069 76.835) (end 298.323 76.581) (width 0.2032) (layer Composant) (net 58)) + (segment (start 298.323 76.581) (end 298.45 76.581) (width 0.2032) (layer Composant) (net 58)) + (segment (start 279.4 74.295) (end 279.4 65.405) (width 0.2032) (layer Composant) (net 58) (status C00)) + (segment (start 298.069 76.9366) (end 298.069 76.835) (width 0.2032) (layer Composant) (net 58)) + (segment (start 293.37 77.724) (end 292.608 78.486) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 298.45 76.581) (end 296.418 76.581) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 185.42 129.54) (end 186.436 130.556) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 279.146 130.556) (end 279.4 130.302) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 297.18 76.9366) (end 298.069 76.9366) (width 0.2032) (layer Composant) (net 58) (status 800)) + (segment (start 279.4 78.74) (end 279.654 78.486) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 174.625 124.206) (end 175.387 124.968) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 292.608 78.486) (end 279.654 78.486) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 296.164 76.835) (end 294.513 76.835) (width 0.2032) (layer Cuivre) (net 58)) + (via (at 279.4 78.74) (size 0.889) (layers Composant Cuivre) (net 58)) + (segment (start 293.624 77.724) (end 294.513 76.835) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 175.387 128.651) (end 176.276 129.54) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 175.387 124.968) (end 175.387 128.651) (width 0.2032) (layer Cuivre) (net 58)) + (segment (start 173.609 124.206) (end 174.625 124.206) (width 0.2032) (layer Cuivre) (net 58) (status 800)) + (segment (start 279.4 118.745) (end 279.4 109.855) (width 0.2032) (layer Composant) (net 58) (status C00)) + (via (at 299.72 77.089) (size 0.889) (layers Composant Cuivre) (net 59)) + (segment (start 294.64 77.343) (end 292.989 78.994) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.86 118.745) (end 276.86 127.635) (width 0.2032) (layer Composant) (net 59) (status C00)) + (segment (start 175.895 123.571) (end 175.895 128.524) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.86 100.965) (end 276.86 109.855) (width 0.2032) (layer Composant) (net 59) (status C00)) + (segment (start 299.466 77.343) (end 294.64 77.343) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 299.72 77.089) (end 299.466 77.343) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.86 83.185) (end 276.86 78.74) (width 0.2032) (layer Composant) (net 59) (status 800)) + (segment (start 276.86 83.185) (end 276.86 92.075) (width 0.2032) (layer Composant) (net 59) (status C00)) + (segment (start 299.085 77.4192) (end 299.085 77.343) (width 0.2032) (layer Composant) (net 59)) + (segment (start 276.86 92.075) (end 276.86 100.965) (width 0.2032) (layer Composant) (net 59) (status C00)) + (segment (start 299.085 77.343) (end 299.339 77.089) (width 0.2032) (layer Composant) (net 59)) + (segment (start 280.289 78.994) (end 279.781 79.502) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 175.895 128.524) (end 176.276 128.905) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.86 78.74) (end 276.86 74.295) (width 0.2032) (layer Composant) (net 59) (status 400)) + (segment (start 292.989 78.994) (end 280.289 78.994) (width 0.2032) (layer Cuivre) (net 59)) + (via (at 276.86 78.74) (size 0.889) (layers Composant Cuivre) (net 59)) + (segment (start 297.18 77.4192) (end 299.085 77.4192) (width 0.2032) (layer Composant) (net 59) (status 800)) + (segment (start 176.276 128.905) (end 185.801 128.905) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.86 129.794) (end 276.86 127.635) (width 0.2032) (layer Cuivre) (net 59) (status 400)) + (segment (start 276.86 118.745) (end 276.86 109.855) (width 0.2032) (layer Composant) (net 59) (status C00)) + (segment (start 278.892 79.502) (end 278.13 78.74) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 278.13 78.74) (end 276.86 78.74) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.606 130.048) (end 276.86 129.794) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 299.339 77.089) (end 299.72 77.089) (width 0.2032) (layer Composant) (net 59)) + (segment (start 186.944 130.048) (end 276.606 130.048) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 185.801 128.905) (end 186.944 130.048) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 173.609 122.936) (end 175.26 122.936) (width 0.2032) (layer Cuivre) (net 59) (status 800)) + (segment (start 279.781 79.502) (end 278.892 79.502) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 276.86 74.295) (end 276.86 65.405) (width 0.2032) (layer Composant) (net 59) (status C00)) + (segment (start 175.26 122.936) (end 175.895 123.571) (width 0.2032) (layer Cuivre) (net 59)) + (segment (start 186.817 129.286) (end 274.066 129.286) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 295.402 78.105) (end 294.513 78.105) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 274.32 129.032) (end 274.32 127.635) (width 0.2032) (layer Cuivre) (net 60) (status 400)) + (segment (start 274.32 74.295) (end 274.32 65.405) (width 0.2032) (layer Composant) (net 60) (status C00)) + (segment (start 278.511 79.756) (end 274.32 79.756) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 274.32 74.295) (end 274.32 79.756) (width 0.2032) (layer Composant) (net 60) (status 800)) + (segment (start 179.197 121.666) (end 181.229 123.698) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 294.513 78.105) (end 293.116 79.502) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 295.402 77.9272) (end 295.402 78.105) (width 0.2032) (layer Composant) (net 60)) + (segment (start 274.32 109.855) (end 274.32 118.745) (width 0.2032) (layer Composant) (net 60) (status C00)) + (segment (start 280.416 79.502) (end 279.908 80.01) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 274.32 127.635) (end 274.32 118.745) (width 0.2032) (layer Composant) (net 60) (status C00)) + (segment (start 297.18 77.9272) (end 295.402 77.9272) (width 0.2032) (layer Composant) (net 60) (status 800)) + (segment (start 274.32 109.855) (end 274.32 100.965) (width 0.2032) (layer Composant) (net 60) (status C00)) + (segment (start 274.32 100.965) (end 274.32 92.075) (width 0.2032) (layer Composant) (net 60) (status C00)) + (segment (start 274.066 129.286) (end 274.32 129.032) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 274.32 79.756) (end 274.32 83.185) (width 0.2032) (layer Composant) (net 60) (status 400)) + (segment (start 186.817 129.286) (end 185.928 128.397) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 293.116 79.502) (end 280.416 79.502) (width 0.2032) (layer Cuivre) (net 60)) + (via (at 295.402 78.105) (size 0.889) (layers Composant Cuivre) (net 60)) + (segment (start 173.609 121.666) (end 179.197 121.666) (width 0.2032) (layer Cuivre) (net 60) (status 800)) + (via (at 274.32 79.756) (size 0.889) (layers Composant Cuivre) (net 60)) + (segment (start 278.765 80.01) (end 278.511 79.756) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 181.229 123.698) (end 181.229 128.143) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 274.32 83.185) (end 274.32 92.075) (width 0.2032) (layer Composant) (net 60) (status C00)) + (segment (start 279.908 80.01) (end 278.765 80.01) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 181.483 128.397) (end 181.229 128.143) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 185.928 128.397) (end 181.483 128.397) (width 0.2032) (layer Cuivre) (net 60)) + (segment (start 271.78 100.965) (end 271.78 92.075) (width 0.2032) (layer Composant) (net 61) (status C00)) + (segment (start 179.324 120.777) (end 175.26 120.777) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 296.291 78.359) (end 295.783 78.867) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 281.051 81.534) (end 272.288 81.534) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 272.288 81.534) (end 271.78 81.026) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 298.45 78.4352) (end 298.45 78.359) (width 0.2032) (layer Composant) (net 61)) + (segment (start 181.737 123.19) (end 181.737 127.635) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 181.737 127.635) (end 181.991 127.889) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 298.45 78.359) (end 296.291 78.359) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 295.783 78.867) (end 294.386 78.867) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 294.386 78.867) (end 293.243 80.01) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 186.182 127.889) (end 187.071 128.778) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 271.78 128.524) (end 271.78 127.635) (width 0.2032) (layer Cuivre) (net 61) (status 400)) + (segment (start 281.051 81.534) (end 282.575 80.01) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 271.78 109.855) (end 271.78 118.745) (width 0.2032) (layer Composant) (net 61) (status C00)) + (segment (start 179.324 120.777) (end 181.737 123.19) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 271.78 118.745) (end 271.78 127.635) (width 0.2032) (layer Composant) (net 61) (status C00)) + (segment (start 173.609 120.396) (end 174.879 120.396) (width 0.2032) (layer Cuivre) (net 61) (status 800)) + (segment (start 293.243 80.01) (end 282.575 80.01) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 271.78 74.295) (end 271.78 81.026) (width 0.2032) (layer Composant) (net 61) (status 800)) + (segment (start 271.78 83.185) (end 271.78 92.075) (width 0.2032) (layer Composant) (net 61) (status C00)) + (segment (start 297.18 78.4352) (end 298.45 78.4352) (width 0.2032) (layer Composant) (net 61) (status 800)) + (segment (start 271.78 81.026) (end 271.78 83.185) (width 0.2032) (layer Composant) (net 61) (status 400)) + (segment (start 271.78 74.295) (end 271.78 65.405) (width 0.2032) (layer Composant) (net 61) (status C00)) + (via (at 298.45 78.359) (size 0.889) (layers Composant Cuivre) (net 61)) + (segment (start 181.991 127.889) (end 186.182 127.889) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 271.78 100.965) (end 271.78 109.855) (width 0.2032) (layer Composant) (net 61) (status C00)) + (segment (start 187.071 128.778) (end 271.526 128.778) (width 0.2032) (layer Cuivre) (net 61)) + (via (at 271.78 81.026) (size 0.889) (layers Composant Cuivre) (net 61)) + (segment (start 271.526 128.778) (end 271.78 128.524) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 175.26 120.777) (end 174.879 120.396) (width 0.2032) (layer Cuivre) (net 61)) + (segment (start 275.336 110.744) (end 275.59 110.49) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 275.59 71.755) (end 275.59 62.865) (width 0.2032) (layer Composant) (net 62) (status C00)) + (segment (start 287.909 61.087) (end 288.417 60.579) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 277.368 61.087) (end 287.909 61.087) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 299.974 63.373) (end 300.355 62.992) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 275.59 98.425) (end 275.59 89.535) (width 0.2032) (layer Composant) (net 62) (status C00)) + (via (at 301.117 62.992) (size 0.889) (layers Composant Cuivre) (net 62)) + (segment (start 301.117 64.516) (end 301.117 62.992) (width 0.2032) (layer Composant) (net 62)) + (segment (start 301.371 64.77) (end 301.371 65.786) (width 0.2032) (layer Composant) (net 62)) + (segment (start 301.4218 66.675) (end 301.4218 65.786) (width 0.2032) (layer Composant) (net 62) (status 800)) + (segment (start 301.371 64.77) (end 301.117 64.516) (width 0.2032) (layer Composant) (net 62)) + (segment (start 301.4218 65.786) (end 301.371 65.786) (width 0.2032) (layer Composant) (net 62)) + (segment (start 177.673 110.744) (end 174.117 107.188) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 275.59 110.49) (end 275.59 107.315) (width 0.2032) (layer Cuivre) (net 62) (status 400)) + (segment (start 174.117 107.188) (end 173.609 107.188) (width 0.2032) (layer Cuivre) (net 62) (status 400)) + (segment (start 275.59 107.315) (end 275.59 116.205) (width 0.2032) (layer Composant) (net 62) (status C00)) + (segment (start 295.402 63.373) (end 299.974 63.373) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 275.59 107.315) (end 275.59 98.425) (width 0.2032) (layer Composant) (net 62) (status C00)) + (segment (start 275.59 71.755) (end 275.59 80.645) (width 0.2032) (layer Composant) (net 62) (status C00)) + (segment (start 292.608 60.579) (end 295.402 63.373) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 275.59 80.645) (end 275.59 89.535) (width 0.2032) (layer Composant) (net 62) (status C00)) + (segment (start 275.59 62.865) (end 277.368 61.087) (width 0.2032) (layer Cuivre) (net 62) (status 800)) + (segment (start 275.59 116.205) (end 275.59 125.095) (width 0.2032) (layer Composant) (net 62) (status C00)) + (segment (start 177.673 110.744) (end 275.336 110.744) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 288.417 60.579) (end 292.608 60.579) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 301.117 62.992) (end 300.355 62.992) (width 0.2032) (layer Cuivre) (net 62)) + (segment (start 256.54 74.295) (end 256.54 71.374) (width 0.2032) (layer Composant) (net 63) (status 800)) + (segment (start 294.513 79.375) (end 292.1 81.788) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 253.238 123.571) (end 252.984 123.317) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 253.238 123.571) (end 256.54 123.571) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 292.1 83.566) (end 291.846 83.82) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 174.879 119.126) (end 175.768 120.015) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 295.91 79.375) (end 294.513 79.375) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 256.54 123.571) (end 256.54 127.635) (width 0.2032) (layer Composant) (net 63) (status 400)) + (segment (start 256.54 65.405) (end 257.048 65.913) (width 0.2032) (layer Composant) (net 63) (status 800)) + (segment (start 286.131 82.042) (end 256.794 82.042) (width 0.2032) (layer Cuivre) (net 63)) + (via (at 256.54 123.571) (size 0.889) (layers Composant Cuivre) (net 63)) + (segment (start 183.007 123.317) (end 252.984 123.317) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 257.048 70.866) (end 256.54 71.374) (width 0.2032) (layer Composant) (net 63)) + (via (at 299.593 78.359) (size 0.889) (layers Composant Cuivre) (net 63)) + (segment (start 256.54 118.745) (end 256.54 123.571) (width 0.2032) (layer Composant) (net 63) (status 800)) + (segment (start 298.831 79.121) (end 296.164 79.121) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 179.705 120.015) (end 183.007 123.317) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 298.831 79.121) (end 299.593 78.359) (width 0.2032) (layer Composant) (net 63)) + (segment (start 257.048 65.913) (end 257.048 70.866) (width 0.2032) (layer Composant) (net 63)) + (segment (start 296.164 79.121) (end 295.91 79.375) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 297.942 79.121) (end 298.831 79.121) (width 0.2032) (layer Composant) (net 63)) + (segment (start 256.54 109.855) (end 256.54 100.965) (width 0.2032) (layer Composant) (net 63) (status C00)) + (segment (start 292.1 81.788) (end 292.1 83.566) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 297.942 78.9178) (end 297.942 79.121) (width 0.2032) (layer Composant) (net 63)) + (segment (start 175.768 120.015) (end 179.705 120.015) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 297.18 78.9178) (end 297.942 78.9178) (width 0.2032) (layer Composant) (net 63) (status 800)) + (segment (start 256.54 82.296) (end 256.54 83.185) (width 0.2032) (layer Cuivre) (net 63) (status 400)) + (segment (start 291.846 83.82) (end 287.909 83.82) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 256.54 92.075) (end 256.54 100.965) (width 0.2032) (layer Composant) (net 63) (status C00)) + (segment (start 173.609 119.126) (end 174.879 119.126) (width 0.2032) (layer Cuivre) (net 63) (status 800)) + (segment (start 256.54 92.075) (end 256.54 83.185) (width 0.2032) (layer Composant) (net 63) (status C00)) + (segment (start 256.54 118.745) (end 256.54 109.855) (width 0.2032) (layer Composant) (net 63) (status C00)) + (segment (start 299.593 78.359) (end 298.831 79.121) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 287.909 83.82) (end 286.131 82.042) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 256.54 83.185) (end 256.54 74.295) (width 0.2032) (layer Composant) (net 63) (status C00)) + (segment (start 256.794 82.042) (end 256.54 82.296) (width 0.2032) (layer Cuivre) (net 63)) + (segment (start 296.291 79.502) (end 295.656 80.137) (width 0.2032) (layer Composant) (net 64)) + (segment (start 254 118.745) (end 254 109.855) (width 0.2032) (layer Composant) (net 64) (status C00)) + (via (at 295.656 80.137) (size 0.889) (layers Composant Cuivre) (net 64)) + (segment (start 254 118.745) (end 254 122.555) (width 0.2032) (layer Composant) (net 64) (status 800)) + (segment (start 297.18 79.4258) (end 296.291 79.4258) (width 0.2032) (layer Composant) (net 64) (status 800)) + (segment (start 253.238 122.555) (end 254 122.555) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 254 100.965) (end 254 109.855) (width 0.2032) (layer Composant) (net 64) (status C00)) + (segment (start 254 122.555) (end 254 127.635) (width 0.2032) (layer Composant) (net 64) (status 400)) + (segment (start 173.609 117.856) (end 175.387 117.856) (width 0.2032) (layer Cuivre) (net 64) (status 800)) + (segment (start 296.291 79.4258) (end 296.291 79.502) (width 0.2032) (layer Composant) (net 64)) + (segment (start 254 92.075) (end 254 100.965) (width 0.2032) (layer Composant) (net 64) (status C00)) + (segment (start 252.984 122.809) (end 253.238 122.555) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 179.959 119.38) (end 183.388 122.809) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 176.911 119.38) (end 179.959 119.38) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 292.608 83.693) (end 291.973 84.328) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 183.388 122.809) (end 252.984 122.809) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 287.401 84.074) (end 287.655 84.328) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 254 92.075) (end 254 83.185) (width 0.2032) (layer Composant) (net 64) (status C00)) + (segment (start 254 65.405) (end 254 74.295) (width 0.2032) (layer Composant) (net 64) (status C00)) + (segment (start 295.656 80.137) (end 294.513 80.137) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 254 84.074) (end 287.401 84.074) (width 0.2032) (layer Cuivre) (net 64)) + (via (at 254 122.555) (size 0.889) (layers Composant Cuivre) (net 64)) + (segment (start 254 84.074) (end 254 83.185) (width 0.2032) (layer Cuivre) (net 64) (status 400)) + (segment (start 292.608 82.042) (end 292.608 83.693) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 254 74.295) (end 254 83.185) (width 0.2032) (layer Composant) (net 64) (status C00)) + (segment (start 175.387 117.856) (end 176.911 119.38) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 291.973 84.328) (end 287.655 84.328) (width 0.2032) (layer Cuivre) (net 64)) + (segment (start 294.513 80.137) (end 292.608 82.042) (width 0.2032) (layer Cuivre) (net 64)) + (via (at 300.228 80.8482) (size 0.889) (layers Composant Cuivre) (net 65)) + (segment (start 299.9232 81.153) (end 300.228 80.8482) (width 0.2032) (layer Composant) (net 65)) + (segment (start 294.132 83.566) (end 292.354 85.344) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 292.354 85.344) (end 287.147 85.344) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 251.46 118.745) (end 251.46 109.855) (width 0.2032) (layer Composant) (net 65) (status C00)) + (segment (start 297.5102 83.566) (end 294.132 83.566) (width 0.2032) (layer Cuivre) (net 65)) + (via (at 251.46 84.836) (size 0.889) (layers Composant Cuivre) (net 65)) + (segment (start 179.578 115.443) (end 186.436 122.301) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 253.111 84.836) (end 251.46 84.836) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 251.46 127.635) (end 251.46 118.745) (width 0.2032) (layer Composant) (net 65) (status C00)) + (segment (start 251.46 109.855) (end 251.46 100.965) (width 0.2032) (layer Composant) (net 65) (status C00)) + (segment (start 251.46 92.075) (end 251.46 84.836) (width 0.2032) (layer Composant) (net 65) (status 800)) + (segment (start 251.46 100.965) (end 251.46 92.075) (width 0.2032) (layer Composant) (net 65) (status C00)) + (segment (start 251.46 122.047) (end 251.46 118.745) (width 0.2032) (layer Cuivre) (net 65) (status 400)) + (segment (start 176.022 116.586) (end 177.165 115.443) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 177.165 115.443) (end 179.578 115.443) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 286.893 85.09) (end 287.147 85.344) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 251.206 122.301) (end 251.46 122.047) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 186.436 122.301) (end 251.206 122.301) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 251.46 74.295) (end 251.46 83.185) (width 0.2032) (layer Composant) (net 65) (status C00)) + (segment (start 251.46 84.836) (end 251.46 83.185) (width 0.2032) (layer Composant) (net 65) (status 400)) + (segment (start 173.609 116.586) (end 176.022 116.586) (width 0.2032) (layer Cuivre) (net 65) (status 800)) + (segment (start 253.365 85.09) (end 286.893 85.09) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 253.365 85.09) (end 253.111 84.836) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 299.9232 82.169) (end 299.9232 81.153) (width 0.2032) (layer Composant) (net 65) (status 800)) + (segment (start 251.46 74.295) (end 251.46 65.405) (width 0.2032) (layer Composant) (net 65) (status C00)) + (segment (start 300.228 80.8482) (end 297.5102 83.566) (width 0.2032) (layer Cuivre) (net 65)) + (segment (start 248.92 92.075) (end 250.444 93.599) (width 0.2032) (layer Cuivre) (net 66) (status 800)) + (segment (start 176.53 114.935) (end 179.959 114.935) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 248.92 109.855) (end 248.92 118.745) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 248.92 100.965) (end 248.92 92.075) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 186.69 121.666) (end 248.666 121.666) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 248.92 127.635) (end 248.92 118.745) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 248.92 65.405) (end 248.92 74.295) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 300.4312 83.058) (end 299.1612 84.328) (width 0.2032) (layer Composant) (net 66)) + (segment (start 287.401 94.107) (end 292.735 94.107) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 248.92 121.412) (end 248.92 118.745) (width 0.2032) (layer Cuivre) (net 66) (status 400)) + (segment (start 248.92 92.075) (end 248.92 83.185) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 248.92 109.855) (end 248.92 100.965) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 176.149 115.316) (end 176.53 114.935) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 179.959 114.935) (end 186.69 121.666) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 294.259 92.583) (end 294.259 91.567) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 300.4312 82.169) (end 300.4312 83.058) (width 0.2032) (layer Composant) (net 66) (status 800)) + (segment (start 294.259 84.582) (end 294.513 84.328) (width 0.2032) (layer Composant) (net 66)) + (segment (start 294.259 91.567) (end 294.259 84.582) (width 0.2032) (layer Composant) (net 66)) + (via (at 294.259 91.567) (size 0.889) (layers Composant Cuivre) (net 66)) + (segment (start 173.609 115.316) (end 176.149 115.316) (width 0.2032) (layer Cuivre) (net 66) (status 800)) + (segment (start 248.92 74.295) (end 248.92 83.185) (width 0.2032) (layer Composant) (net 66) (status C00)) + (segment (start 248.666 121.666) (end 248.92 121.412) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 294.513 84.328) (end 299.1612 84.328) (width 0.2032) (layer Composant) (net 66)) + (segment (start 250.444 93.599) (end 286.893 93.599) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 286.893 93.599) (end 287.401 94.107) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 292.735 94.107) (end 294.259 92.583) (width 0.2032) (layer Cuivre) (net 66)) + (segment (start 212.471 128.651) (end 214.376 128.651) (width 0.2032) (layer Composant) (net 67)) + (segment (start 214.63 107.315) (end 214.63 116.205) (width 0.2032) (layer Composant) (net 67) (status C00)) + (segment (start 214.63 71.755) (end 214.63 62.865) (width 0.2032) (layer Composant) (net 67) (status C00)) + (segment (start 214.63 89.535) (end 214.63 98.425) (width 0.2032) (layer Composant) (net 67) (status C00)) + (segment (start 199.39 132.207) (end 199.644 131.953) (width 0.2032) (layer Composant) (net 67)) + (segment (start 214.63 128.397) (end 214.63 125.095) (width 0.2032) (layer Composant) (net 67) (status 400)) + (segment (start 214.376 128.651) (end 214.63 128.397) (width 0.2032) (layer Composant) (net 67)) + (segment (start 210.82 130.302) (end 212.471 128.651) (width 0.2032) (layer Composant) (net 67)) + (segment (start 214.63 89.535) (end 214.63 85.344) (width 0.2032) (layer Composant) (net 67) (status 800)) + (segment (start 214.63 98.425) (end 214.63 107.315) (width 0.2032) (layer Composant) (net 67) (status C00)) + (segment (start 202.565 135.636) (end 199.644 135.636) (width 0.2032) (layer Composant) (net 67) (status 800)) + (segment (start 214.63 116.205) (end 214.63 125.095) (width 0.2032) (layer Composant) (net 67) (status C00)) + (segment (start 214.63 85.344) (end 214.884 85.09) (width 0.2032) (layer Cuivre) (net 67)) + (via (at 214.63 85.344) (size 0.889) (layers Composant Cuivre) (net 67)) + (segment (start 292.608 85.852) (end 286.893 85.852) (width 0.2032) (layer Cuivre) (net 67)) + (segment (start 220.726 85.725) (end 286.766 85.725) (width 0.2032) (layer Cuivre) (net 67)) + (segment (start 214.63 71.755) (end 214.63 80.645) (width 0.2032) (layer Composant) (net 67) (status C00)) + (segment (start 206.629 131.953) (end 208.28 130.302) (width 0.2032) (layer Composant) (net 67)) + (segment (start 199.39 135.382) (end 199.39 132.207) (width 0.2032) (layer Composant) (net 67)) + (segment (start 220.091 85.09) (end 220.726 85.725) (width 0.2032) (layer Cuivre) (net 67)) + (segment (start 199.644 135.636) (end 199.39 135.382) (width 0.2032) (layer Composant) (net 67)) + (segment (start 294.132 84.328) (end 292.608 85.852) (width 0.2032) (layer Cuivre) (net 67)) + (segment (start 286.893 85.852) (end 286.766 85.725) (width 0.2032) (layer Cuivre) (net 67)) + (segment (start 300.863 83.3882) (end 300.863 84.328) (width 0.2032) (layer Composant) (net 67)) + (segment (start 199.644 131.953) (end 206.629 131.953) (width 0.2032) (layer Composant) (net 67)) + (segment (start 300.863 84.328) (end 294.132 84.328) (width 0.2032) (layer Cuivre) (net 67)) + (via (at 300.863 84.328) (size 0.889) (layers Composant Cuivre) (net 67)) + (segment (start 300.9392 82.169) (end 300.9392 83.312) (width 0.2032) (layer Composant) (net 67) (status 800)) + (segment (start 214.884 85.09) (end 220.091 85.09) (width 0.2032) (layer Cuivre) (net 67)) + (segment (start 300.9392 83.312) (end 300.863 83.3882) (width 0.2032) (layer Composant) (net 67)) + (segment (start 214.63 85.344) (end 214.63 80.645) (width 0.2032) (layer Composant) (net 67) (status 400)) + (segment (start 208.28 130.302) (end 210.82 130.302) (width 0.2032) (layer Composant) (net 67)) + (segment (start 199.009 131.318) (end 205.74 131.318) (width 0.2032) (layer Composant) (net 68)) + (segment (start 212.09 98.425) (end 212.09 89.535) (width 0.2032) (layer Composant) (net 68) (status C00)) + (segment (start 301.625 84.836) (end 301.244 85.217) (width 0.2032) (layer Composant) (net 68)) + (segment (start 292.735 86.487) (end 286.893 86.487) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 215.519 85.598) (end 219.837 85.598) (width 0.2032) (layer Cuivre) (net 68)) + (via (at 299.847 85.217) (size 0.889) (layers Composant Cuivre) (net 68)) + (segment (start 198.755 131.572) (end 199.009 131.318) (width 0.2032) (layer Composant) (net 68)) + (segment (start 212.09 71.755) (end 212.09 80.645) (width 0.2032) (layer Composant) (net 68) (status C00)) + (segment (start 301.625 84.0232) (end 301.625 84.836) (width 0.2032) (layer Composant) (net 68)) + (segment (start 198.755 136.652) (end 198.755 131.572) (width 0.2032) (layer Composant) (net 68)) + (segment (start 212.09 107.315) (end 212.09 116.205) (width 0.2032) (layer Composant) (net 68) (status C00)) + (segment (start 212.09 125.095) (end 212.09 116.205) (width 0.2032) (layer Composant) (net 68) (status C00)) + (segment (start 294.005 85.217) (end 292.735 86.487) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 210.312 129.54) (end 211.963 127.889) (width 0.2032) (layer Composant) (net 68)) + (segment (start 299.847 85.217) (end 294.005 85.217) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 213.614 86.106) (end 213.36 85.852) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 215.011 86.106) (end 215.519 85.598) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 286.639 86.233) (end 220.472 86.233) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 219.837 85.598) (end 220.472 86.233) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 202.565 136.906) (end 199.009 136.906) (width 0.2032) (layer Composant) (net 68) (status 800)) + (segment (start 301.244 85.217) (end 299.847 85.217) (width 0.2032) (layer Composant) (net 68)) + (segment (start 199.009 136.906) (end 198.755 136.652) (width 0.2032) (layer Composant) (net 68)) + (segment (start 212.09 107.315) (end 212.09 98.425) (width 0.2032) (layer Composant) (net 68) (status C00)) + (segment (start 301.4218 83.82) (end 301.625 84.0232) (width 0.2032) (layer Composant) (net 68)) + (segment (start 211.963 127.889) (end 211.963 124.968) (width 0.2032) (layer Composant) (net 68)) + (segment (start 301.4218 82.169) (end 301.4218 83.82) (width 0.2032) (layer Composant) (net 68) (status 800)) + (via (at 212.09 85.852) (size 0.889) (layers Composant Cuivre) (net 68)) + (segment (start 213.614 86.106) (end 215.011 86.106) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 212.09 85.852) (end 213.36 85.852) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 212.09 71.755) (end 212.09 62.865) (width 0.2032) (layer Composant) (net 68) (status C00)) + (segment (start 211.963 124.968) (end 212.09 125.095) (width 0.2032) (layer Composant) (net 68) (status 400)) + (segment (start 212.09 85.852) (end 212.09 89.535) (width 0.2032) (layer Composant) (net 68) (status 400)) + (segment (start 207.518 129.54) (end 210.312 129.54) (width 0.2032) (layer Composant) (net 68)) + (segment (start 212.09 80.645) (end 212.09 85.852) (width 0.2032) (layer Composant) (net 68) (status 800)) + (segment (start 205.74 131.318) (end 207.518 129.54) (width 0.2032) (layer Composant) (net 68)) + (segment (start 286.639 86.233) (end 286.893 86.487) (width 0.2032) (layer Cuivre) (net 68)) + (segment (start 301.9298 83.693) (end 302.133 83.8962) (width 0.2032) (layer Composant) (net 69)) + (segment (start 205.359 130.81) (end 207.264 128.905) (width 0.2032) (layer Composant) (net 69)) + (segment (start 198.374 138.176) (end 198.12 137.922) (width 0.2032) (layer Composant) (net 69)) + (segment (start 209.55 98.425) (end 209.55 89.535) (width 0.2032) (layer Composant) (net 69) (status C00)) + (segment (start 211.455 86.614) (end 215.265 86.614) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 198.12 137.922) (end 198.12 131.064) (width 0.2032) (layer Composant) (net 69)) + (segment (start 209.55 125.095) (end 209.55 116.205) (width 0.2032) (layer Composant) (net 69) (status C00)) + (segment (start 198.374 130.81) (end 205.359 130.81) (width 0.2032) (layer Composant) (net 69)) + (segment (start 209.55 85.852) (end 209.55 89.535) (width 0.2032) (layer Composant) (net 69) (status 400)) + (segment (start 209.55 116.205) (end 209.55 107.315) (width 0.2032) (layer Composant) (net 69) (status C00)) + (segment (start 209.042 128.905) (end 209.55 128.397) (width 0.2032) (layer Composant) (net 69)) + (segment (start 202.565 138.176) (end 198.374 138.176) (width 0.2032) (layer Composant) (net 69) (status 800)) + (segment (start 209.55 71.755) (end 209.55 62.865) (width 0.2032) (layer Composant) (net 69) (status C00)) + (segment (start 302.133 85.471) (end 301.625 85.979) (width 0.2032) (layer Composant) (net 69)) + (segment (start 302.133 83.8962) (end 302.133 85.471) (width 0.2032) (layer Composant) (net 69)) + (segment (start 301.9298 82.169) (end 301.9298 83.693) (width 0.2032) (layer Composant) (net 69) (status 800)) + (segment (start 209.55 80.645) (end 209.55 85.852) (width 0.2032) (layer Composant) (net 69) (status 800)) + (segment (start 209.55 128.397) (end 209.55 125.095) (width 0.2032) (layer Composant) (net 69) (status 400)) + (segment (start 210.693 85.852) (end 209.55 85.852) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 209.55 71.755) (end 209.55 80.645) (width 0.2032) (layer Composant) (net 69) (status C00)) + (segment (start 207.264 128.905) (end 209.042 128.905) (width 0.2032) (layer Composant) (net 69)) + (segment (start 301.625 85.979) (end 300.863 85.979) (width 0.2032) (layer Composant) (net 69)) + (via (at 300.863 85.979) (size 0.889) (layers Composant Cuivre) (net 69)) + (segment (start 286.766 86.995) (end 286.512 86.741) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 209.55 107.315) (end 209.55 98.425) (width 0.2032) (layer Composant) (net 69) (status C00)) + (segment (start 198.12 131.064) (end 198.374 130.81) (width 0.2032) (layer Composant) (net 69)) + (segment (start 286.512 86.741) (end 220.345 86.741) (width 0.2032) (layer Cuivre) (net 69)) + (via (at 209.55 85.852) (size 0.889) (layers Composant Cuivre) (net 69)) + (segment (start 211.455 86.614) (end 210.693 85.852) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 292.862 86.995) (end 286.766 86.995) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 215.265 86.614) (end 215.773 86.106) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 215.773 86.106) (end 219.71 86.106) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 219.71 86.106) (end 220.345 86.741) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 300.863 85.979) (end 293.878 85.979) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 293.878 85.979) (end 292.862 86.995) (width 0.2032) (layer Cuivre) (net 69)) + (segment (start 292.989 87.503) (end 286.639 87.503) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 215.519 87.122) (end 216.027 86.614) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 216.027 86.614) (end 219.583 86.614) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 219.583 86.614) (end 220.218 87.249) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 207.01 80.645) (end 207.01 85.852) (width 0.2032) (layer Composant) (net 70) (status 800)) + (segment (start 302.641 85.725) (end 301.498 86.868) (width 0.2032) (layer Composant) (net 70)) + (segment (start 207.01 80.645) (end 207.01 71.755) (width 0.2032) (layer Composant) (net 70) (status C00)) + (via (at 207.01 85.852) (size 0.889) (layers Composant Cuivre) (net 70)) + (segment (start 302.641 83.7692) (end 302.641 85.725) (width 0.2032) (layer Composant) (net 70)) + (segment (start 299.72 86.868) (end 293.624 86.868) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 220.218 87.249) (end 286.385 87.249) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 197.866 130.175) (end 204.724 130.175) (width 0.2032) (layer Composant) (net 70)) + (segment (start 207.01 71.755) (end 207.01 62.865) (width 0.2032) (layer Composant) (net 70) (status C00)) + (segment (start 207.01 127.889) (end 207.01 125.095) (width 0.2032) (layer Composant) (net 70) (status 400)) + (segment (start 207.01 85.852) (end 207.01 89.535) (width 0.2032) (layer Composant) (net 70) (status 400)) + (segment (start 286.385 87.249) (end 286.639 87.503) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 207.01 125.095) (end 207.01 116.205) (width 0.2032) (layer Composant) (net 70) (status C00)) + (segment (start 207.01 116.205) (end 207.01 107.315) (width 0.2032) (layer Composant) (net 70) (status C00)) + (segment (start 202.565 139.446) (end 197.866 139.446) (width 0.2032) (layer Composant) (net 70) (status 800)) + (segment (start 197.866 139.446) (end 197.612 139.192) (width 0.2032) (layer Composant) (net 70)) + (segment (start 197.612 139.192) (end 197.612 130.429) (width 0.2032) (layer Composant) (net 70)) + (segment (start 204.724 130.175) (end 207.01 127.889) (width 0.2032) (layer Composant) (net 70)) + (segment (start 197.612 130.429) (end 197.866 130.175) (width 0.2032) (layer Composant) (net 70)) + (segment (start 210.693 86.614) (end 211.201 87.122) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 293.624 86.868) (end 292.989 87.503) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 211.201 87.122) (end 215.519 87.122) (width 0.2032) (layer Cuivre) (net 70)) + (via (at 299.72 86.868) (size 0.889) (layers Composant Cuivre) (net 70)) + (segment (start 301.498 86.868) (end 299.72 86.868) (width 0.2032) (layer Composant) (net 70)) + (segment (start 302.4378 82.169) (end 302.4378 83.566) (width 0.2032) (layer Composant) (net 70) (status 800)) + (segment (start 208.28 85.852) (end 207.01 85.852) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 209.042 86.614) (end 210.693 86.614) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 207.01 89.535) (end 207.01 98.425) (width 0.2032) (layer Composant) (net 70) (status C00)) + (segment (start 302.4378 83.566) (end 302.641 83.7692) (width 0.2032) (layer Composant) (net 70)) + (segment (start 207.01 98.425) (end 207.01 107.315) (width 0.2032) (layer Composant) (net 70) (status C00)) + (segment (start 209.042 86.614) (end 208.28 85.852) (width 0.2032) (layer Cuivre) (net 70)) + (segment (start 204.47 98.425) (end 204.47 107.315) (width 0.2032) (layer Composant) (net 71) (status C00)) + (segment (start 204.47 98.425) (end 204.47 89.535) (width 0.2032) (layer Composant) (net 71) (status C00)) + (segment (start 197.104 140.462) (end 197.104 129.794) (width 0.2032) (layer Composant) (net 71)) + (segment (start 301.244 87.757) (end 300.863 87.757) (width 0.2032) (layer Composant) (net 71)) + (segment (start 303.149 85.852) (end 301.244 87.757) (width 0.2032) (layer Composant) (net 71)) + (segment (start 302.9204 82.169) (end 302.9204 83.439) (width 0.2032) (layer Composant) (net 71) (status 800)) + (via (at 204.47 87.884) (size 0.889) (layers Composant Cuivre) (net 71)) + (segment (start 293.243 88.011) (end 286.512 88.011) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 197.358 140.716) (end 197.104 140.462) (width 0.2032) (layer Composant) (net 71)) + (segment (start 197.231 129.667) (end 201.422 129.667) (width 0.2032) (layer Composant) (net 71)) + (segment (start 197.104 129.794) (end 197.231 129.667) (width 0.2032) (layer Composant) (net 71)) + (segment (start 203.835 128.651) (end 204.47 128.016) (width 0.2032) (layer Composant) (net 71)) + (segment (start 201.422 129.667) (end 202.438 128.651) (width 0.2032) (layer Composant) (net 71)) + (segment (start 293.497 87.757) (end 293.243 88.011) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 204.47 128.016) (end 204.47 125.095) (width 0.2032) (layer Composant) (net 71) (status 400)) + (segment (start 286.512 88.011) (end 286.258 87.757) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 202.565 140.716) (end 197.358 140.716) (width 0.2032) (layer Composant) (net 71) (status 800)) + (segment (start 204.47 80.645) (end 204.47 87.884) (width 0.2032) (layer Composant) (net 71) (status 800)) + (segment (start 302.9204 83.439) (end 303.149 83.6676) (width 0.2032) (layer Composant) (net 71)) + (segment (start 204.47 125.095) (end 204.47 116.205) (width 0.2032) (layer Composant) (net 71) (status C00)) + (via (at 300.863 87.757) (size 0.889) (layers Composant Cuivre) (net 71)) + (segment (start 286.258 87.757) (end 231.267 87.757) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 204.47 62.865) (end 204.47 71.755) (width 0.2032) (layer Composant) (net 71) (status C00)) + (segment (start 300.863 87.757) (end 293.497 87.757) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 230.886 88.138) (end 231.267 87.757) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 205.486 88.138) (end 230.886 88.138) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 205.232 87.884) (end 205.486 88.138) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 204.47 71.755) (end 204.47 80.645) (width 0.2032) (layer Composant) (net 71) (status C00)) + (segment (start 303.149 83.6676) (end 303.149 85.852) (width 0.2032) (layer Composant) (net 71)) + (segment (start 205.232 87.884) (end 204.47 87.884) (width 0.2032) (layer Cuivre) (net 71)) + (segment (start 204.47 116.205) (end 204.47 107.315) (width 0.2032) (layer Composant) (net 71) (status C00)) + (segment (start 202.438 128.651) (end 203.835 128.651) (width 0.2032) (layer Composant) (net 71)) + (segment (start 204.47 87.884) (end 204.47 89.535) (width 0.2032) (layer Composant) (net 71) (status 400)) + (segment (start 286.131 88.519) (end 299.72 88.519) (width 0.2032) (layer Cuivre) (net 72)) + (segment (start 196.723 141.986) (end 196.469 141.732) (width 0.2032) (layer Composant) (net 72)) + (segment (start 201.93 128.016) (end 201.93 125.095) (width 0.2032) (layer Composant) (net 72) (status 400)) + (segment (start 303.657 83.5406) (end 303.657 86.106) (width 0.2032) (layer Composant) (net 72)) + (segment (start 202.565 141.986) (end 196.723 141.986) (width 0.2032) (layer Composant) (net 72) (status 800)) + (segment (start 303.657 86.106) (end 301.244 88.519) (width 0.2032) (layer Composant) (net 72)) + (segment (start 231.394 88.646) (end 231.775 88.265) (width 0.2032) (layer Cuivre) (net 72)) + (segment (start 201.93 107.315) (end 201.93 98.425) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 200.787 129.159) (end 201.93 128.016) (width 0.2032) (layer Composant) (net 72)) + (segment (start 201.93 80.645) (end 201.93 89.535) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 231.775 88.265) (end 285.877 88.265) (width 0.2032) (layer Cuivre) (net 72)) + (segment (start 201.93 71.755) (end 201.93 62.865) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 201.93 107.315) (end 201.93 116.205) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 303.4284 83.312) (end 303.657 83.5406) (width 0.2032) (layer Composant) (net 72)) + (segment (start 201.93 125.095) (end 201.93 116.205) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 201.93 89.535) (end 201.93 98.425) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 196.469 129.667) (end 196.977 129.159) (width 0.2032) (layer Composant) (net 72)) + (segment (start 299.72 88.519) (end 301.244 88.519) (width 0.2032) (layer Composant) (net 72)) + (segment (start 196.977 129.159) (end 200.787 129.159) (width 0.2032) (layer Composant) (net 72)) + (segment (start 201.93 80.645) (end 201.93 71.755) (width 0.2032) (layer Composant) (net 72) (status C00)) + (segment (start 196.469 141.732) (end 196.469 129.667) (width 0.2032) (layer Composant) (net 72)) + (segment (start 201.93 88.9) (end 201.93 89.535) (width 0.2032) (layer Cuivre) (net 72) (status 400)) + (segment (start 202.184 88.646) (end 201.93 88.9) (width 0.2032) (layer Cuivre) (net 72)) + (via (at 299.72 88.519) (size 0.889) (layers Composant Cuivre) (net 72)) + (segment (start 303.4284 82.169) (end 303.4284 83.312) (width 0.2032) (layer Composant) (net 72) (status 800)) + (segment (start 231.394 88.646) (end 202.184 88.646) (width 0.2032) (layer Cuivre) (net 72)) + (segment (start 285.877 88.265) (end 286.131 88.519) (width 0.2032) (layer Cuivre) (net 72)) + (segment (start 299.847 62.103) (end 302.641 62.103) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 259.207 103.378) (end 259.969 102.616) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 299.466 62.484) (end 299.847 62.103) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 303.403 63.881) (end 302.641 64.643) (width 0.2032) (layer Composant) (net 73)) + (segment (start 303.403 62.484) (end 303.403 63.881) (width 0.2032) (layer Composant) (net 73)) + (via (at 303.403 62.484) (size 0.889) (layers Composant Cuivre) (net 73)) + (segment (start 303.022 62.484) (end 303.403 62.484) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 273.05 62.865) (end 275.717 60.198) (width 0.2032) (layer Cuivre) (net 73) (status 800)) + (segment (start 302.641 62.103) (end 303.022 62.484) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 302.4124 66.675) (end 302.4124 64.897) (width 0.2032) (layer Composant) (net 73) (status 800)) + (segment (start 302.641 64.6684) (end 302.641 64.643) (width 0.2032) (layer Composant) (net 73)) + (segment (start 302.4124 64.897) (end 302.641 64.6684) (width 0.2032) (layer Composant) (net 73)) + (segment (start 273.05 107.315) (end 273.05 116.205) (width 0.2032) (layer Composant) (net 73) (status C00)) + (segment (start 175.768 104.521) (end 174.371 105.918) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 275.717 60.198) (end 287.655 60.198) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 251.841 104.902) (end 252.349 104.394) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 255.905 104.394) (end 256.921 103.378) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 273.05 107.315) (end 273.05 102.616) (width 0.2032) (layer Composant) (net 73) (status 800)) + (segment (start 273.05 71.755) (end 273.05 62.865) (width 0.2032) (layer Composant) (net 73) (status C00)) + (segment (start 273.05 98.425) (end 273.05 89.535) (width 0.2032) (layer Composant) (net 73) (status C00)) + (segment (start 287.655 60.198) (end 287.782 60.071) (width 0.2032) (layer Cuivre) (net 73)) + (via (at 299.466 62.484) (size 0.889) (layers Composant Cuivre) (net 73)) + (segment (start 295.275 62.484) (end 299.466 62.484) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 292.862 60.071) (end 287.782 60.071) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 295.275 62.484) (end 292.862 60.071) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 273.05 80.645) (end 273.05 71.755) (width 0.2032) (layer Composant) (net 73) (status C00)) + (segment (start 249.047 104.902) (end 251.841 104.902) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 248.666 104.521) (end 249.047 104.902) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 173.609 105.918) (end 174.371 105.918) (width 0.2032) (layer Cuivre) (net 73) (status 800)) + (segment (start 273.05 80.645) (end 273.05 89.535) (width 0.2032) (layer Composant) (net 73) (status C00)) + (segment (start 175.768 104.521) (end 248.666 104.521) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 256.921 103.378) (end 259.207 103.378) (width 0.2032) (layer Cuivre) (net 73)) + (via (at 273.05 102.616) (size 0.889) (layers Composant Cuivre) (net 73)) + (segment (start 259.969 102.616) (end 273.05 102.616) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 252.349 104.394) (end 255.905 104.394) (width 0.2032) (layer Cuivre) (net 73)) + (segment (start 273.05 102.616) (end 273.05 98.425) (width 0.2032) (layer Composant) (net 73) (status 400)) + (segment (start 273.05 116.205) (end 273.05 125.095) (width 0.2032) (layer Composant) (net 73) (status C00)) + (segment (start 199.39 71.755) (end 199.39 80.645) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 195.961 129.286) (end 196.723 128.524) (width 0.2032) (layer Composant) (net 74)) + (segment (start 303.9364 82.169) (end 303.9364 83.185) (width 0.2032) (layer Composant) (net 74) (status 800)) + (segment (start 199.136 128.524) (end 199.39 128.27) (width 0.2032) (layer Composant) (net 74)) + (segment (start 196.215 143.256) (end 195.961 143.002) (width 0.2032) (layer Composant) (net 74)) + (segment (start 196.723 128.524) (end 199.136 128.524) (width 0.2032) (layer Composant) (net 74)) + (segment (start 199.39 80.645) (end 199.39 89.535) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 288.29 92.456) (end 288.29 90.805) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 238.76 90.932) (end 236.474 90.932) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 199.39 90.17) (end 199.39 89.535) (width 0.2032) (layer Cuivre) (net 74) (status 400)) + (segment (start 199.644 90.424) (end 199.39 90.17) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 221.361 90.424) (end 199.644 90.424) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 221.996 91.059) (end 221.361 90.424) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 300.863 89.281) (end 292.735 89.281) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 232.537 92.71) (end 232.156 92.329) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 304.165 83.4136) (end 304.165 86.233) (width 0.2032) (layer Composant) (net 74)) + (segment (start 304.165 86.233) (end 301.117 89.281) (width 0.2032) (layer Composant) (net 74)) + (segment (start 235.966 92.71) (end 232.537 92.71) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 236.474 90.932) (end 236.22 91.186) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 232.156 92.329) (end 232.156 91.313) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 199.39 89.535) (end 199.39 98.425) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 199.39 128.27) (end 199.39 125.095) (width 0.2032) (layer Composant) (net 74) (status 400)) + (segment (start 199.39 116.205) (end 199.39 107.315) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 202.565 143.256) (end 196.215 143.256) (width 0.2032) (layer Composant) (net 74) (status 800)) + (segment (start 195.961 143.002) (end 195.961 129.286) (width 0.2032) (layer Composant) (net 74)) + (segment (start 288.544 92.71) (end 288.29 92.456) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 303.9364 83.185) (end 304.165 83.4136) (width 0.2032) (layer Composant) (net 74)) + (segment (start 199.39 62.865) (end 199.39 71.755) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 239.268 90.424) (end 238.76 90.932) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 292.735 89.281) (end 292.227 89.789) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 239.268 90.424) (end 287.909 90.424) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 291.338 92.71) (end 288.544 92.71) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 231.902 91.059) (end 232.156 91.313) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 236.22 91.186) (end 236.22 92.456) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 287.909 90.424) (end 288.29 90.805) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 292.227 89.789) (end 292.227 91.821) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 236.22 92.456) (end 235.966 92.71) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 291.338 92.71) (end 292.227 91.821) (width 0.2032) (layer Cuivre) (net 74)) + (via (at 300.863 89.281) (size 0.889) (layers Composant Cuivre) (net 74)) + (segment (start 199.39 116.205) (end 199.39 125.095) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 231.902 91.059) (end 221.996 91.059) (width 0.2032) (layer Cuivre) (net 74)) + (segment (start 199.39 98.425) (end 199.39 107.315) (width 0.2032) (layer Composant) (net 74) (status C00)) + (segment (start 301.117 89.281) (end 300.863 89.281) (width 0.2032) (layer Composant) (net 74)) + (segment (start 221.996 91.694) (end 221.361 91.059) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 232.156 93.218) (end 231.902 92.964) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 292.735 92.075) (end 291.592 93.218) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 292.735 90.297) (end 292.735 92.075) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 196.85 71.755) (end 196.85 62.865) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 221.996 92.71) (end 221.996 91.694) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 304.673 83.2866) (end 304.673 86.36) (width 0.2032) (layer Composant) (net 75)) + (segment (start 196.85 125.095) (end 196.85 116.205) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 196.85 107.315) (end 196.85 98.425) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 196.85 98.425) (end 196.85 89.535) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 239.903 90.932) (end 239.649 91.186) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 236.22 93.218) (end 232.156 93.218) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 291.592 93.218) (end 288.417 93.218) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 288.417 93.218) (end 287.782 92.583) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 287.782 91.186) (end 287.528 90.932) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 239.649 92.71) (end 239.395 92.964) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 299.593 90.043) (end 292.989 90.043) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 196.85 89.535) (end 196.85 80.645) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 196.85 125.095) (end 196.85 127.635) (width 0.2032) (layer Composant) (net 75) (status 800)) + (segment (start 304.673 86.36) (end 301.752 89.281) (width 0.2032) (layer Composant) (net 75)) + (segment (start 197.104 91.059) (end 196.85 90.805) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 292.989 90.043) (end 292.735 90.297) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 195.326 129.159) (end 196.85 127.635) (width 0.2032) (layer Composant) (net 75)) + (segment (start 231.902 92.964) (end 222.25 92.964) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 221.361 91.059) (end 197.104 91.059) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 222.25 92.964) (end 221.996 92.71) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 239.395 92.964) (end 236.474 92.964) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 196.85 116.205) (end 196.85 107.315) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 239.649 91.186) (end 239.649 92.71) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 304.4444 82.169) (end 304.4444 83.058) (width 0.2032) (layer Composant) (net 75) (status 800)) + (segment (start 287.782 92.583) (end 287.782 91.186) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 196.85 71.755) (end 196.85 80.645) (width 0.2032) (layer Composant) (net 75) (status C00)) + (segment (start 236.474 92.964) (end 236.22 93.218) (width 0.2032) (layer Cuivre) (net 75)) + (segment (start 287.528 90.932) (end 239.903 90.932) (width 0.2032) (layer Cuivre) (net 75)) + (via (at 299.593 90.043) (size 0.889) (layers Composant Cuivre) (net 75)) + (segment (start 195.326 144.272) (end 195.326 129.159) (width 0.2032) (layer Composant) (net 75)) + (segment (start 301.498 90.043) (end 299.593 90.043) (width 0.2032) (layer Composant) (net 75)) + (segment (start 301.752 89.789) (end 301.498 90.043) (width 0.2032) (layer Composant) (net 75)) + (segment (start 196.85 90.805) (end 196.85 89.535) (width 0.2032) (layer Cuivre) (net 75) (status 400)) + (segment (start 301.752 89.281) (end 301.752 89.789) (width 0.2032) (layer Composant) (net 75)) + (segment (start 202.565 144.526) (end 195.58 144.526) (width 0.2032) (layer Composant) (net 75) (status 800)) + (segment (start 304.4444 83.058) (end 304.673 83.2866) (width 0.2032) (layer Composant) (net 75)) + (segment (start 195.58 144.526) (end 195.326 144.272) (width 0.2032) (layer Composant) (net 75)) + (segment (start 257.81 89.535) (end 257.81 98.425) (width 0.2032) (layer Composant) (net 76) (status C00)) + (via (at 295.783 69.4182) (size 0.889) (layers Composant Cuivre) (net 76)) + (segment (start 175.641 104.013) (end 175.006 104.648) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 252.095 103.886) (end 251.587 104.394) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 295.148 69.4182) (end 295.148 69.215) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 257.81 68.834) (end 294.767 68.834) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 257.81 80.645) (end 257.81 71.755) (width 0.2032) (layer Composant) (net 76) (status C00)) + (segment (start 248.793 104.013) (end 175.641 104.013) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 257.81 116.205) (end 257.81 125.095) (width 0.2032) (layer Composant) (net 76) (status C00)) + (segment (start 257.81 89.535) (end 257.81 80.645) (width 0.2032) (layer Composant) (net 76) (status C00)) + (segment (start 297.18 69.4182) (end 295.783 69.4182) (width 0.2032) (layer Composant) (net 76) (status 800)) + (segment (start 257.81 102.616) (end 256.54 102.616) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 256.54 102.616) (end 255.27 103.886) (width 0.2032) (layer Cuivre) (net 76)) + (via (at 257.81 68.834) (size 0.889) (layers Composant Cuivre) (net 76)) + (segment (start 251.587 104.394) (end 249.174 104.394) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 173.609 104.648) (end 175.006 104.648) (width 0.2032) (layer Cuivre) (net 76) (status 800)) + (segment (start 257.81 62.865) (end 257.81 68.834) (width 0.2032) (layer Composant) (net 76) (status 800)) + (segment (start 257.81 116.205) (end 257.81 107.315) (width 0.2032) (layer Composant) (net 76) (status C00)) + (via (at 257.81 102.616) (size 0.889) (layers Composant Cuivre) (net 76)) + (segment (start 257.81 102.616) (end 257.81 98.425) (width 0.2032) (layer Composant) (net 76) (status 400)) + (segment (start 295.148 69.215) (end 294.767 68.834) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 257.81 68.834) (end 257.81 71.755) (width 0.2032) (layer Composant) (net 76) (status 400)) + (segment (start 255.27 103.886) (end 252.095 103.886) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 295.783 69.4182) (end 295.148 69.4182) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 257.81 107.315) (end 257.81 102.616) (width 0.2032) (layer Composant) (net 76) (status 800)) + (segment (start 249.174 104.394) (end 248.793 104.013) (width 0.2032) (layer Cuivre) (net 76)) + (segment (start 294.513 69.469) (end 258.826 69.469) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.27 116.205) (end 255.27 107.315) (width 0.2032) (layer Composant) (net 77) (status C00)) + (segment (start 258.572 69.723) (end 255.651 69.723) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 295.275 69.977) (end 295.021 69.977) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.27 69.342) (end 255.27 68.707) (width 0.2032) (layer Composant) (net 77)) + (segment (start 255.27 63.627) (end 255.27 62.865) (width 0.2032) (layer Composant) (net 77) (status 400)) + (segment (start 258.826 69.469) (end 258.572 69.723) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 295.529 70.231) (end 295.275 69.977) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 249.047 103.505) (end 249.301 103.759) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.27 116.205) (end 255.27 125.095) (width 0.2032) (layer Composant) (net 77) (status C00)) + (segment (start 255.27 98.425) (end 255.27 89.535) (width 0.2032) (layer Composant) (net 77) (status C00)) + (segment (start 255.27 71.755) (end 255.27 69.342) (width 0.2032) (layer Composant) (net 77) (status 800)) + (segment (start 296.545 69.9262) (end 296.2402 70.231) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 295.021 69.977) (end 294.513 69.469) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.27 68.707) (end 255.016 68.453) (width 0.2032) (layer Composant) (net 77)) + (segment (start 255.27 102.489) (end 255.27 98.425) (width 0.2032) (layer Composant) (net 77) (status 400)) + (segment (start 255.27 71.755) (end 255.27 80.645) (width 0.2032) (layer Composant) (net 77) (status C00)) + (segment (start 255.27 89.535) (end 255.27 80.645) (width 0.2032) (layer Composant) (net 77) (status C00)) + (segment (start 173.609 103.378) (end 175.514 103.378) (width 0.2032) (layer Cuivre) (net 77) (status 800)) + (segment (start 255.27 102.616) (end 255.27 102.489) (width 0.2032) (layer Composant) (net 77)) + (segment (start 298.323 69.9262) (end 296.545 69.9262) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 175.641 103.505) (end 249.047 103.505) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 296.2402 70.231) (end 295.529 70.231) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.27 69.342) (end 255.651 69.723) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.016 63.881) (end 255.27 63.627) (width 0.2032) (layer Composant) (net 77)) + (segment (start 249.301 103.759) (end 251.206 103.759) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 254.508 102.616) (end 255.27 102.616) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 253.746 103.378) (end 254.508 102.616) (width 0.2032) (layer Cuivre) (net 77)) + (via (at 255.27 102.616) (size 0.889) (layers Composant Cuivre) (net 77)) + (segment (start 251.206 103.759) (end 251.587 103.378) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 251.587 103.378) (end 253.746 103.378) (width 0.2032) (layer Cuivre) (net 77)) + (segment (start 255.016 68.453) (end 255.016 63.881) (width 0.2032) (layer Composant) (net 77)) + (via (at 255.27 69.342) (size 0.889) (layers Composant Cuivre) (net 77)) + (segment (start 297.18 69.9262) (end 298.323 69.9262) (width 0.2032) (layer Composant) (net 77) (status 800)) + (segment (start 255.27 107.315) (end 255.27 102.489) (width 0.2032) (layer Composant) (net 77) (status 800)) + (segment (start 175.514 103.378) (end 175.641 103.505) (width 0.2032) (layer Cuivre) (net 77)) + (via (at 298.323 69.9262) (size 0.889) (layers Composant Cuivre) (net 77)) + (segment (start 294.8432 70.739) (end 294.2082 70.104) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 249.809 103.251) (end 249.555 102.997) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 294.2082 70.104) (end 259.08 70.104) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 249.555 102.997) (end 176.276 102.997) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 253.492 70.231) (end 252.73 69.469) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 252.73 98.425) (end 252.73 102.616) (width 0.2032) (layer Composant) (net 78) (status 800)) + (segment (start 252.73 89.535) (end 252.73 80.645) (width 0.2032) (layer Composant) (net 78) (status C00)) + (segment (start 250.825 103.251) (end 251.46 102.616) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 259.08 70.104) (end 258.953 70.231) (width 0.2032) (layer Cuivre) (net 78)) + (via (at 252.73 69.469) (size 0.889) (layers Composant Cuivre) (net 78)) + (segment (start 252.73 116.205) (end 252.73 125.095) (width 0.2032) (layer Composant) (net 78) (status C00)) + (segment (start 175.387 102.108) (end 176.276 102.997) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 249.809 103.251) (end 250.825 103.251) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 252.73 98.425) (end 252.73 89.535) (width 0.2032) (layer Composant) (net 78) (status C00)) + (segment (start 251.46 102.616) (end 252.73 102.616) (width 0.2032) (layer Cuivre) (net 78)) + (via (at 252.73 102.616) (size 0.889) (layers Composant Cuivre) (net 78)) + (segment (start 252.73 102.616) (end 252.73 107.315) (width 0.2032) (layer Composant) (net 78) (status 400)) + (segment (start 258.953 70.231) (end 253.492 70.231) (width 0.2032) (layer Cuivre) (net 78)) + (segment (start 295.021 70.9168) (end 294.8432 70.739) (width 0.2032) (layer Composant) (net 78)) + (segment (start 252.73 71.755) (end 252.73 69.469) (width 0.2032) (layer Composant) (net 78) (status 800)) + (segment (start 252.73 69.469) (end 252.73 62.865) (width 0.2032) (layer Composant) (net 78) (status 400)) + (segment (start 173.609 102.108) (end 175.387 102.108) (width 0.2032) (layer Cuivre) (net 78) (status 800)) + (segment (start 252.73 107.315) (end 252.73 116.205) (width 0.2032) (layer Composant) (net 78) (status C00)) + (segment (start 297.18 70.9168) (end 295.021 70.9168) (width 0.2032) (layer Composant) (net 78) (status 800)) + (segment (start 252.73 71.755) (end 252.73 80.645) (width 0.2032) (layer Composant) (net 78) (status C00)) + (via (at 294.8432 70.739) (size 0.889) (layers Composant Cuivre) (net 78)) + (via (at 250.19 102.489) (size 0.889) (layers Composant Cuivre) (net 79)) + (segment (start 287.401 70.739) (end 250.444 70.739) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 175.387 100.838) (end 177.038 102.489) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 295.656 71.12) (end 298.45 71.12) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 250.19 62.865) (end 250.19 71.755) (width 0.2032) (layer Composant) (net 79) (status C00)) + (segment (start 297.18 71.4248) (end 298.45 71.4248) (width 0.2032) (layer Composant) (net 79) (status 800)) + (segment (start 250.19 89.535) (end 250.19 80.645) (width 0.2032) (layer Composant) (net 79) (status C00)) + (segment (start 294.005 71.501) (end 293.116 70.612) (width 0.2032) (layer Cuivre) (net 79)) + (via (at 298.45 71.4248) (size 0.889) (layers Composant Cuivre) (net 79)) + (segment (start 250.19 116.205) (end 250.19 125.095) (width 0.2032) (layer Composant) (net 79) (status C00)) + (segment (start 250.19 80.645) (end 250.19 71.755) (width 0.2032) (layer Composant) (net 79) (status C00)) + (segment (start 250.19 70.993) (end 250.19 71.755) (width 0.2032) (layer Cuivre) (net 79) (status 400)) + (segment (start 250.19 102.489) (end 250.19 98.425) (width 0.2032) (layer Composant) (net 79) (status 400)) + (segment (start 287.528 70.612) (end 287.401 70.739) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 250.19 116.205) (end 250.19 107.315) (width 0.2032) (layer Composant) (net 79) (status C00)) + (segment (start 250.19 102.489) (end 250.19 107.315) (width 0.2032) (layer Composant) (net 79) (status 400)) + (segment (start 295.275 71.501) (end 294.005 71.501) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 295.275 71.501) (end 295.656 71.12) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 250.19 98.425) (end 250.19 89.535) (width 0.2032) (layer Composant) (net 79) (status C00)) + (segment (start 250.444 70.739) (end 250.19 70.993) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 293.116 70.612) (end 287.528 70.612) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 177.038 102.489) (end 250.19 102.489) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 298.45 71.4248) (end 298.45 71.12) (width 0.2032) (layer Cuivre) (net 79)) + (segment (start 173.609 100.838) (end 175.387 100.838) (width 0.2032) (layer Cuivre) (net 79) (status 800)) + (segment (start 286.639 72.771) (end 236.982 72.771) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 233.045 71.12) (end 231.394 72.771) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 215.9 109.855) (end 215.9 100.965) (width 0.2032) (layer Composant) (net 80) (status C00)) + (segment (start 291.592 71.1708) (end 291.5412 71.12) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 231.394 72.771) (end 216.408 72.771) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 216.408 72.771) (end 215.9 72.263) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 215.9 100.965) (end 215.9 92.075) (width 0.2032) (layer Composant) (net 80) (status C00)) + (segment (start 215.9 83.185) (end 215.9 74.295) (width 0.2032) (layer Composant) (net 80) (status C00)) + (segment (start 176.149 93.98) (end 215.646 93.98) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 215.9 92.075) (end 215.9 83.185) (width 0.2032) (layer Composant) (net 80) (status C00)) + (segment (start 215.9 74.295) (end 215.9 72.263) (width 0.2032) (layer Composant) (net 80) (status 800)) + (segment (start 215.9 72.263) (end 215.9 65.405) (width 0.2032) (layer Composant) (net 80) (status 400)) + (segment (start 175.387 94.742) (end 176.149 93.98) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 292.354 71.9328) (end 291.592 71.1708) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 173.609 94.742) (end 175.387 94.742) (width 0.2032) (layer Cuivre) (net 80) (status 800)) + (segment (start 215.646 93.98) (end 215.9 93.726) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 215.9 118.745) (end 215.9 127.635) (width 0.2032) (layer Composant) (net 80) (status C00)) + (via (at 215.9 72.263) (size 0.889) (layers Composant Cuivre) (net 80)) + (segment (start 215.9 93.726) (end 215.9 92.075) (width 0.2032) (layer Cuivre) (net 80) (status 400)) + (segment (start 291.5412 71.12) (end 288.29 71.12) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 215.9 118.745) (end 215.9 109.855) (width 0.2032) (layer Composant) (net 80) (status C00)) + (segment (start 233.045 71.12) (end 235.331 71.12) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 236.982 72.771) (end 235.331 71.12) (width 0.2032) (layer Cuivre) (net 80)) + (via (at 295.91 71.9328) (size 0.889) (layers Composant Cuivre) (net 80)) + (segment (start 297.18 71.9328) (end 295.91 71.9328) (width 0.2032) (layer Composant) (net 80) (status 800)) + (segment (start 293.5732 71.9328) (end 292.354 71.9328) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 295.91 71.9328) (end 293.5732 71.9328) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 288.29 71.12) (end 286.639 72.771) (width 0.2032) (layer Cuivre) (net 80)) + (segment (start 296.545 72.4154) (end 296.545 72.517) (width 0.2032) (layer Composant) (net 81)) + (segment (start 213.36 73.533) (end 213.36 74.295) (width 0.2032) (layer Cuivre) (net 81) (status 400)) + (segment (start 288.036 73.406) (end 287.909 73.279) (width 0.2032) (layer Cuivre) (net 81)) + (via (at 294.767 72.771) (size 0.889) (layers Composant Cuivre) (net 81)) + (segment (start 213.36 83.185) (end 213.36 92.075) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 213.106 93.472) (end 213.36 93.218) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 296.164 72.771) (end 294.767 72.771) (width 0.2032) (layer Composant) (net 81)) + (segment (start 297.18 72.4154) (end 296.545 72.4154) (width 0.2032) (layer Composant) (net 81) (status 800)) + (segment (start 292.1 73.025) (end 292.1 73.787) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 296.545 72.517) (end 296.418 72.517) (width 0.2032) (layer Composant) (net 81)) + (segment (start 296.418 72.517) (end 296.164 72.771) (width 0.2032) (layer Composant) (net 81)) + (segment (start 236.728 73.279) (end 236.474 73.533) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 236.474 74.676) (end 236.22 74.93) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 173.609 93.472) (end 213.106 93.472) (width 0.2032) (layer Cuivre) (net 81) (status 800)) + (segment (start 213.36 127.635) (end 213.36 118.745) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 213.36 109.855) (end 213.36 100.965) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 213.36 118.745) (end 213.36 109.855) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 213.36 93.218) (end 213.36 92.075) (width 0.2032) (layer Cuivre) (net 81) (status 400)) + (segment (start 232.664 74.93) (end 232.41 74.676) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 213.36 92.075) (end 213.36 100.965) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 236.474 73.533) (end 236.474 74.676) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 287.909 73.279) (end 236.728 73.279) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 294.767 72.771) (end 292.354 72.771) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 213.614 73.279) (end 213.36 73.533) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 290.957 74.93) (end 288.29 74.93) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 290.957 74.93) (end 292.1 73.787) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 288.036 74.676) (end 288.036 73.406) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 213.36 74.295) (end 213.36 83.185) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 236.22 74.93) (end 232.664 74.93) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 232.41 74.676) (end 232.41 73.279) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 232.41 73.279) (end 213.614 73.279) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 292.354 72.771) (end 292.1 73.025) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 213.36 74.295) (end 213.36 65.405) (width 0.2032) (layer Composant) (net 81) (status C00)) + (segment (start 288.29 74.93) (end 288.036 74.676) (width 0.2032) (layer Cuivre) (net 81)) + (segment (start 167.259 87.376) (end 168.275 88.392) (width 0.2032) (layer Composant) (net 82)) + (segment (start 217.424 87.63) (end 217.678 87.376) (width 0.2032) (layer Cuivre) (net 82)) + (via (at 177.546 88.138) (size 0.889) (layers Composant Cuivre) (net 82)) + (segment (start 177.546 88.138) (end 178.054 87.63) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 203.327 86.995) (end 204.978 86.995) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 157.1752 86.5378) (end 159.385 86.5378) (width 0.2032) (layer Composant) (net 82) (status 800)) + (segment (start 159.385 86.5378) (end 159.385 86.36) (width 0.2032) (layer Composant) (net 82)) + (segment (start 163.83 87.376) (end 167.259 87.376) (width 0.2032) (layer Composant) (net 82)) + (segment (start 159.385 86.36) (end 162.814 86.36) (width 0.2032) (layer Composant) (net 82)) + (segment (start 162.814 86.36) (end 163.83 87.376) (width 0.2032) (layer Composant) (net 82)) + (segment (start 218.44 92.075) (end 218.44 87.376) (width 0.2032) (layer Composant) (net 82) (status 800)) + (segment (start 218.44 109.855) (end 218.44 100.965) (width 0.2032) (layer Composant) (net 82) (status C00)) + (via (at 218.44 87.376) (size 0.889) (layers Composant Cuivre) (net 82)) + (segment (start 218.44 87.376) (end 218.44 83.185) (width 0.2032) (layer Composant) (net 82) (status 400)) + (segment (start 204.978 86.995) (end 205.613 87.63) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 168.275 88.392) (end 177.292 88.392) (width 0.2032) (layer Composant) (net 82)) + (segment (start 217.678 87.376) (end 218.44 87.376) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 178.054 87.63) (end 202.692 87.63) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 205.613 87.63) (end 217.424 87.63) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 218.44 100.965) (end 218.44 92.075) (width 0.2032) (layer Composant) (net 82) (status C00)) + (segment (start 177.292 88.392) (end 177.546 88.138) (width 0.2032) (layer Composant) (net 82)) + (segment (start 218.44 109.855) (end 218.44 118.745) (width 0.2032) (layer Composant) (net 82) (status C00)) + (segment (start 218.44 118.745) (end 218.44 127.635) (width 0.2032) (layer Composant) (net 82) (status C00)) + (segment (start 218.44 83.185) (end 218.44 74.295) (width 0.2032) (layer Composant) (net 82) (status C00)) + (segment (start 218.44 74.295) (end 218.44 65.405) (width 0.2032) (layer Composant) (net 82) (status C00)) + (segment (start 202.692 87.63) (end 203.327 86.995) (width 0.2032) (layer Cuivre) (net 82)) + (segment (start 124.46 120.777) (end 124.46 123.19) (width 0.2032) (layer Cuivre) (net 83)) + (segment (start 123.19 123.825) (end 123.825 123.825) (width 0.2032) (layer Cuivre) (net 83)) + (segment (start 119.888 87.757) (end 121.539 89.408) (width 0.2032) (layer Composant) (net 83)) + (segment (start 122.428 89.789) (end 125.984 89.789) (width 0.2032) (layer Composant) (net 83) (status 400)) + (segment (start 122.428 89.408) (end 122.428 89.789) (width 0.2032) (layer Composant) (net 83)) + (segment (start 115.951 87.8332) (end 115.951 87.757) (width 0.2032) (layer Composant) (net 83)) + (via (at 117.856 117.856) (size 0.889) (layers Composant Cuivre) (net 83)) + (segment (start 123.19 123.9266) (end 123.19 123.825) (width 0.2032) (layer Composant) (net 83)) + (segment (start 115.951 87.757) (end 117.856 87.757) (width 0.2032) (layer Composant) (net 83)) + (via (at 117.856 87.757) (size 0.889) (layers Composant Cuivre) (net 83)) + (segment (start 117.856 87.757) (end 119.888 87.757) (width 0.2032) (layer Composant) (net 83)) + (segment (start 125.984 123.9266) (end 123.19 123.9266) (width 0.2032) (layer Composant) (net 83) (status 800)) + (segment (start 121.539 117.856) (end 117.856 117.856) (width 0.2032) (layer Cuivre) (net 83)) + (segment (start 121.539 89.408) (end 122.428 89.408) (width 0.2032) (layer Composant) (net 83)) + (segment (start 117.856 91.313) (end 117.856 87.757) (width 0.2032) (layer Cuivre) (net 83)) + (via (at 123.19 123.825) (size 0.889) (layers Composant Cuivre) (net 83)) + (segment (start 117.856 117.856) (end 117.856 91.313) (width 0.2032) (layer Composant) (net 83)) + (segment (start 123.825 123.825) (end 124.46 123.19) (width 0.2032) (layer Cuivre) (net 83)) + (segment (start 124.46 120.777) (end 121.539 117.856) (width 0.2032) (layer Cuivre) (net 83)) + (segment (start 114.554 87.8332) (end 115.951 87.8332) (width 0.2032) (layer Composant) (net 83) (status 800)) + (via (at 117.856 91.313) (size 0.889) (layers Composant Cuivre) (net 83)) + (segment (start 115.443 100.203) (end 115.443 105.918) (width 0.2032) (layer Composant) (net 84)) + (segment (start 115.316 109.855) (end 115.824 109.347) (width 0.2032) (layer Composant) (net 84)) + (segment (start 112.9284 97.6884) (end 112.9284 94.869) (width 0.2032) (layer Composant) (net 84) (status 400)) + (segment (start 115.824 106.299) (end 115.824 109.347) (width 0.2032) (layer Composant) (net 84)) + (segment (start 107.061 112.014) (end 107.061 126.9492) (width 0.2032) (layer Composant) (net 84)) + (segment (start 109.22 109.855) (end 115.316 109.855) (width 0.2032) (layer Composant) (net 84)) + (segment (start 115.824 106.299) (end 115.443 105.918) (width 0.2032) (layer Composant) (net 84)) + (segment (start 109.22 129.1082) (end 107.061 126.9492) (width 0.2032) (layer Composant) (net 84)) + (segment (start 115.443 100.203) (end 112.9284 97.6884) (width 0.2032) (layer Composant) (net 84)) + (segment (start 109.22 109.855) (end 107.061 112.014) (width 0.2032) (layer Composant) (net 84)) + (segment (start 125.984 129.1082) (end 109.22 129.1082) (width 0.2032) (layer Composant) (net 84) (status 800)) + (segment (start 174.752 136.652) (end 175.895 137.795) (width 0.2032) (layer Composant) (net 85) (status 400)) + (segment (start 164.592 135.763) (end 164.592 135.001) (width 0.2032) (layer Composant) (net 85)) + (segment (start 160.782 131.191) (end 160.782 130.15722) (width 0.2032) (layer Composant) (net 85)) + (segment (start 164.592 135.001) (end 160.782 131.191) (width 0.2032) (layer Composant) (net 85)) + (segment (start 157.1752 129.1082) (end 159.766 129.1082) (width 0.2032) (layer Composant) (net 85) (status 800)) + (segment (start 165.481 136.652) (end 164.592 135.763) (width 0.2032) (layer Composant) (net 85)) + (segment (start 160.782 130.15722) (end 159.766 129.1082) (width 0.2032) (layer Composant) (net 85)) + (segment (start 165.481 136.652) (end 174.752 136.652) (width 0.2032) (layer Composant) (net 85)) + (segment (start 122.301 127) (end 105.41 127) (width 0.2032) (layer Cuivre) (net 86) (status 400)) + (segment (start 125.984 116.7638) (end 128.905 116.7638) (width 0.2032) (layer Composant) (net 86) (status 800)) + (segment (start 128.905 116.84) (end 125.73 120.015) (width 0.2032) (layer Cuivre) (net 86)) + (via (at 128.905 116.84) (size 0.889) (layers Composant Cuivre) (net 86)) + (segment (start 128.905 116.7638) (end 128.905 116.84) (width 0.2032) (layer Composant) (net 86)) + (segment (start 125.73 120.015) (end 125.73 123.571) (width 0.2032) (layer Cuivre) (net 86)) + (segment (start 122.301 127) (end 125.73 123.571) (width 0.2032) (layer Cuivre) (net 86)) + (segment (start 128.905 121.92) (end 122.047 128.778) (width 0.2032) (layer Cuivre) (net 87)) + (segment (start 125.984 121.9708) (end 128.905 121.9708) (width 0.2032) (layer Composant) (net 87) (status 800)) + (segment (start 122.047 128.778) (end 102.108 128.778) (width 0.2032) (layer Cuivre) (net 87)) + (segment (start 102.108 128.778) (end 100.33 127) (width 0.2032) (layer Cuivre) (net 87) (status 400)) + (segment (start 128.905 121.9708) (end 128.905 121.92) (width 0.2032) (layer Composant) (net 87)) + (via (at 128.905 121.92) (size 0.889) (layers Composant Cuivre) (net 87)) + (via (at 128.905 126.365) (size 0.889) (layers Composant Cuivre) (net 88)) + (segment (start 125.984 127.1778) (end 128.5875 127.1778) (width 0.2032) (layer Composant) (net 88) (status 800)) + (segment (start 98.044 129.794) (end 122.555 129.794) (width 0.2032) (layer Cuivre) (net 88)) + (segment (start 95.25 127) (end 98.044 129.794) (width 0.2032) (layer Cuivre) (net 88) (status 800)) + (segment (start 128.5875 127.1778) (end 128.905 126.8603) (width 0.2032) (layer Composant) (net 88)) + (segment (start 128.905 126.8603) (end 128.905 126.365) (width 0.2032) (layer Composant) (net 88)) + (segment (start 122.555 129.794) (end 125.984 126.365) (width 0.2032) (layer Cuivre) (net 88)) + (segment (start 128.905 126.365) (end 125.984 126.365) (width 0.2032) (layer Cuivre) (net 88)) + (segment (start 92.71 127) (end 95.4786 129.7686) (width 0.2032) (layer Composant) (net 89) (status 800)) + (segment (start 125.984 129.7686) (end 95.4786 129.7686) (width 0.2032) (layer Composant) (net 89) (status 800)) + (segment (start 125.984 134.9756) (end 129.2606 134.9756) (width 0.2032) (layer Composant) (net 90) (status 800)) + (segment (start 130.175 135.89) (end 130.175 139.065) (width 0.2032) (layer Composant) (net 90)) + (segment (start 130.175 139.065) (end 129.286 139.954) (width 0.2032) (layer Cuivre) (net 90)) + (segment (start 129.286 139.954) (end 127.254 139.954) (width 0.2032) (layer Cuivre) (net 90)) + (segment (start 126.365 140.843) (end 127.254 139.954) (width 0.2032) (layer Cuivre) (net 90)) + (segment (start 104.902 140.843) (end 102.87 142.875) (width 0.2032) (layer Cuivre) (net 90) (status 400)) + (via (at 130.175 139.065) (size 0.889) (layers Composant Cuivre) (net 90)) + (segment (start 130.175 135.89) (end 129.2606 134.9756) (width 0.2032) (layer Composant) (net 90)) + (segment (start 126.365 140.843) (end 104.902 140.843) (width 0.2032) (layer Cuivre) (net 90)) + (via (at 128.905 137.795) (size 0.889) (layers Composant Cuivre) (net 91)) + (segment (start 100.838 139.827) (end 125.603 139.827) (width 0.2032) (layer Cuivre) (net 91)) + (segment (start 128.905 137.5664) (end 128.905 137.795) (width 0.2032) (layer Composant) (net 91)) + (segment (start 125.603 139.827) (end 127.635 137.795) (width 0.2032) (layer Cuivre) (net 91)) + (segment (start 125.984 137.5664) (end 128.905 137.5664) (width 0.2032) (layer Composant) (net 91) (status 800)) + (segment (start 128.905 137.795) (end 127.635 137.795) (width 0.2032) (layer Cuivre) (net 91)) + (segment (start 97.79 142.875) (end 100.838 139.827) (width 0.2032) (layer Cuivre) (net 91) (status 800)) + (segment (start 161.925 129.286) (end 160.02 127.381) (width 0.2032) (layer Composant) (net 92)) + (segment (start 160.02 127.381) (end 160.02 124.5616) (width 0.2032) (layer Composant) (net 92)) + (segment (start 170.815 134.747) (end 169.037 132.969) (width 0.2032) (layer Composant) (net 92) (status 800)) + (segment (start 159.385 123.9266) (end 160.02 124.5616) (width 0.2032) (layer Composant) (net 92)) + (segment (start 169.037 132.969) (end 164.211 132.969) (width 0.2032) (layer Composant) (net 92)) + (segment (start 157.1752 123.9266) (end 159.385 123.9266) (width 0.2032) (layer Composant) (net 92) (status 800)) + (segment (start 164.211 132.969) (end 161.925 130.683) (width 0.2032) (layer Composant) (net 92)) + (segment (start 161.925 130.683) (end 161.925 129.286) (width 0.2032) (layer Composant) (net 92)) + (segment (start 162.941 128.778) (end 161.163 127) (width 0.2032) (layer Composant) (net 93)) + (segment (start 162.941 130.175) (end 162.941 128.778) (width 0.2032) (layer Composant) (net 93)) + (segment (start 161.29 123.825) (end 161.29 122.428) (width 0.2032) (layer Composant) (net 93)) + (segment (start 173.101 131.953) (end 164.719 131.953) (width 0.2032) (layer Composant) (net 93)) + (segment (start 161.163 123.952) (end 161.29 123.825) (width 0.2032) (layer Composant) (net 93)) + (segment (start 161.163 127) (end 161.163 123.952) (width 0.2032) (layer Composant) (net 93)) + (segment (start 164.719 131.953) (end 162.941 130.175) (width 0.2032) (layer Composant) (net 93)) + (segment (start 161.29 122.428) (end 160.147 121.3104) (width 0.2032) (layer Composant) (net 93)) + (segment (start 157.1752 121.3104) (end 160.147 121.3104) (width 0.2032) (layer Composant) (net 93) (status 800)) + (segment (start 175.895 134.747) (end 173.101 131.953) (width 0.2032) (layer Composant) (net 93) (status 800)) + (segment (start 156.21 114.3) (end 159.131 114.3) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 162.814 128.143) (end 163.703 129.032) (width 0.2032) (layer Cuivre) (net 94)) + (via (at 156.21 114.3) (size 0.889) (layers Composant Cuivre) (net 94)) + (segment (start 186.055 134.747) (end 182.88 131.445) (width 0.2032) (layer Cuivre) (net 94) (status 800)) + (segment (start 182.88 131.445) (end 172.847 131.445) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 154.2542 114.3) (end 156.21 114.3) (width 0.2032) (layer Composant) (net 94)) + (segment (start 163.703 129.032) (end 170.434 129.032) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 162.814 121.412) (end 162.814 128.143) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 162.814 121.412) (end 162.179 120.777) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 162.179 120.777) (end 162.179 117.348) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 154.2542 113.8428) (end 154.2542 114.3) (width 0.2032) (layer Composant) (net 94) (status 800)) + (segment (start 172.847 131.445) (end 170.434 129.032) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 162.179 117.348) (end 159.131 114.3) (width 0.2032) (layer Cuivre) (net 94)) + (segment (start 145.415 118.364) (end 146.685 117.094) (width 0.2032) (layer Composant) (net 95)) + (segment (start 145.415 118.364) (end 145.415 120.015) (width 0.2032) (layer Composant) (net 95)) + (segment (start 128.651 134.112) (end 137.795 134.112) (width 0.2032) (layer Cuivre) (net 95)) + (segment (start 146.685 117.094) (end 149.0472 117.094) (width 0.2032) (layer Composant) (net 95)) + (via (at 145.415 120.015) (size 0.889) (layers Composant Cuivre) (net 95)) + (segment (start 92.71 142.875) (end 96.774 138.811) (width 0.2032) (layer Cuivre) (net 95) (status 800)) + (segment (start 145.415 125.984) (end 145.669 126.238) (width 0.2032) (layer Composant) (net 95)) + (segment (start 149.0472 113.8428) (end 149.0472 117.094) (width 0.2032) (layer Composant) (net 95) (status 800)) + (segment (start 128.651 134.112) (end 123.952 138.811) (width 0.2032) (layer Cuivre) (net 95)) + (via (at 145.669 126.238) (size 0.889) (layers Composant Cuivre) (net 95)) + (segment (start 145.415 120.015) (end 145.415 125.984) (width 0.2032) (layer Composant) (net 95)) + (segment (start 145.669 126.238) (end 137.795 134.112) (width 0.2032) (layer Cuivre) (net 95)) + (segment (start 96.774 138.811) (end 123.952 138.811) (width 0.2032) (layer Cuivre) (net 95)) + (segment (start 142.875 118.4402) (end 142.875 120.015) (width 0.2032) (layer Composant) (net 96)) + (segment (start 128.143 133.096) (end 123.444 137.795) (width 0.2032) (layer Cuivre) (net 96)) + (segment (start 142.875 125.984) (end 143.129 126.238) (width 0.2032) (layer Composant) (net 96)) + (segment (start 142.875 120.015) (end 142.875 125.984) (width 0.2032) (layer Composant) (net 96)) + (segment (start 87.63 142.875) (end 92.71 137.795) (width 0.2032) (layer Cuivre) (net 96) (status 800)) + (segment (start 123.444 137.795) (end 92.71 137.795) (width 0.2032) (layer Cuivre) (net 96)) + (via (at 143.129 126.238) (size 0.889) (layers Composant Cuivre) (net 96)) + (segment (start 136.271 133.096) (end 143.129 126.238) (width 0.2032) (layer Cuivre) (net 96)) + (via (at 142.875 120.015) (size 0.889) (layers Composant Cuivre) (net 96)) + (segment (start 143.8402 113.8428) (end 143.8402 117.475) (width 0.2032) (layer Composant) (net 96) (status 800)) + (segment (start 143.8402 117.475) (end 142.875 118.4402) (width 0.2032) (layer Composant) (net 96)) + (segment (start 128.143 133.096) (end 136.271 133.096) (width 0.2032) (layer Cuivre) (net 96)) + (segment (start 141.605 120.015) (end 141.2494 119.6594) (width 0.2032) (layer Composant) (net 97)) + (segment (start 124.968 135.001) (end 127.381 132.588) (width 0.2032) (layer Cuivre) (net 97)) + (segment (start 105.41 135.89) (end 109.22 135.89) (width 0.2032) (layer Cuivre) (net 97) (status 800)) + (segment (start 141.859 126.238) (end 141.859 126.619) (width 0.2032) (layer Cuivre) (net 97)) + (segment (start 124.968 135.001) (end 110.109 135.001) (width 0.2032) (layer Cuivre) (net 97)) + (via (at 141.859 126.238) (size 0.889) (layers Composant Cuivre) (net 97)) + (segment (start 141.2494 113.8428) (end 141.2494 119.6594) (width 0.2032) (layer Composant) (net 97) (status 800)) + (segment (start 141.605 120.015) (end 141.605 125.984) (width 0.2032) (layer Composant) (net 97)) + (via (at 141.605 120.015) (size 0.889) (layers Composant Cuivre) (net 97)) + (segment (start 135.89 132.588) (end 127.381 132.588) (width 0.2032) (layer Cuivre) (net 97)) + (segment (start 109.22 135.89) (end 110.109 135.001) (width 0.2032) (layer Cuivre) (net 97)) + (segment (start 141.605 125.984) (end 141.859 126.238) (width 0.2032) (layer Composant) (net 97)) + (segment (start 135.89 132.588) (end 141.859 126.619) (width 0.2032) (layer Cuivre) (net 97)) + (segment (start 133.985 123.825) (end 133.4516 123.2916) (width 0.2032) (layer Composant) (net 98)) + (segment (start 133.985 123.825) (end 133.985 126.365) (width 0.2032) (layer Composant) (net 98)) + (segment (start 133.985 127.635) (end 132.08 129.54) (width 0.2032) (layer Cuivre) (net 98)) + (segment (start 90.17 132.715) (end 90.932 131.953) (width 0.2032) (layer Cuivre) (net 98)) + (segment (start 90.17 132.715) (end 90.17 135.89) (width 0.2032) (layer Cuivre) (net 98) (status 400)) + (segment (start 125.857 129.54) (end 123.444 131.953) (width 0.2032) (layer Cuivre) (net 98)) + (segment (start 132.08 129.54) (end 125.857 129.54) (width 0.2032) (layer Cuivre) (net 98)) + (via (at 133.985 126.365) (size 0.889) (layers Composant Cuivre) (net 98)) + (segment (start 133.985 126.365) (end 133.985 127.635) (width 0.2032) (layer Cuivre) (net 98)) + (segment (start 133.4516 113.8428) (end 133.4516 123.2916) (width 0.2032) (layer Composant) (net 98) (status 800)) + (segment (start 90.932 131.953) (end 123.444 131.953) (width 0.2032) (layer Cuivre) (net 98)) + (segment (start 181.864 146.812) (end 166.37 146.812) (width 0.2032) (layer Cuivre) (net 99)) + (segment (start 186.055 142.621) (end 181.864 146.812) (width 0.2032) (layer Cuivre) (net 99) (status 800)) + (via (at 128.524 146.812) (size 0.889) (layers Composant Cuivre) (net 99)) + (segment (start 128.905 145.034) (end 128.905 146.431) (width 0.2032) (layer Composant) (net 99) (status 800)) + (segment (start 157.226 146.812) (end 128.524 146.812) (width 0.2032) (layer Cuivre) (net 99)) + (segment (start 157.607 146.431) (end 157.226 146.812) (width 0.2032) (layer Cuivre) (net 99)) + (segment (start 165.989 146.431) (end 157.607 146.431) (width 0.2032) (layer Cuivre) (net 99)) + (segment (start 166.37 146.812) (end 165.989 146.431) (width 0.2032) (layer Cuivre) (net 99)) + (segment (start 128.905 146.431) (end 128.524 146.812) (width 0.2032) (layer Composant) (net 99)) + (via (at 133.985 142.24) (size 0.889) (layers Composant Cuivre) (net 100)) + (segment (start 157.226 145.415) (end 156.972 145.669) (width 0.2032) (layer Cuivre) (net 100)) + (segment (start 180.975 142.621) (end 177.8 145.796) (width 0.2032) (layer Cuivre) (net 100) (status 800)) + (segment (start 166.37 145.415) (end 157.226 145.415) (width 0.2032) (layer Cuivre) (net 100)) + (segment (start 134.0866 142.24) (end 133.985 142.24) (width 0.2032) (layer Composant) (net 100)) + (segment (start 156.972 145.669) (end 137.414 145.669) (width 0.2032) (layer Cuivre) (net 100)) + (segment (start 166.751 145.796) (end 166.37 145.415) (width 0.2032) (layer Cuivre) (net 100)) + (segment (start 177.8 145.796) (end 166.751 145.796) (width 0.2032) (layer Cuivre) (net 100)) + (segment (start 133.985 142.24) (end 137.414 145.669) (width 0.2032) (layer Cuivre) (net 100)) + (segment (start 134.0866 145.034) (end 134.0866 142.24) (width 0.2032) (layer Composant) (net 100) (status 800)) + (segment (start 175.895 142.621) (end 173.736 144.78) (width 0.2032) (layer Cuivre) (net 101) (status 800)) + (segment (start 166.751 144.399) (end 156.845 144.399) (width 0.2032) (layer Cuivre) (net 101)) + (segment (start 156.845 144.399) (end 156.591 144.653) (width 0.2032) (layer Cuivre) (net 101)) + (segment (start 167.132 144.78) (end 166.751 144.399) (width 0.2032) (layer Cuivre) (net 101)) + (segment (start 139.2936 142.24) (end 139.065 142.24) (width 0.2032) (layer Composant) (net 101)) + (segment (start 139.2936 145.034) (end 139.2936 142.24) (width 0.2032) (layer Composant) (net 101) (status 800)) + (segment (start 156.591 144.653) (end 141.478 144.653) (width 0.2032) (layer Cuivre) (net 101)) + (via (at 139.065 142.24) (size 0.889) (layers Composant Cuivre) (net 101)) + (segment (start 139.065 142.24) (end 141.478 144.653) (width 0.2032) (layer Cuivre) (net 101)) + (segment (start 173.736 144.78) (end 167.132 144.78) (width 0.2032) (layer Cuivre) (net 101)) + (segment (start 167.005 143.891) (end 167.386 144.272) (width 0.2032) (layer Cuivre) (net 102)) + (segment (start 141.9098 142.24) (end 142.24 142.24) (width 0.2032) (layer Composant) (net 102)) + (segment (start 144.145 144.145) (end 156.337 144.145) (width 0.2032) (layer Cuivre) (net 102)) + (segment (start 156.591 143.891) (end 167.005 143.891) (width 0.2032) (layer Cuivre) (net 102)) + (segment (start 167.386 144.272) (end 171.704 144.272) (width 0.2032) (layer Cuivre) (net 102)) + (segment (start 142.24 142.24) (end 144.145 144.145) (width 0.2032) (layer Cuivre) (net 102)) + (segment (start 156.337 144.145) (end 156.591 143.891) (width 0.2032) (layer Cuivre) (net 102)) + (segment (start 173.355 142.621) (end 171.704 144.272) (width 0.2032) (layer Cuivre) (net 102) (status 800)) + (segment (start 141.9098 145.034) (end 141.9098 142.24) (width 0.2032) (layer Composant) (net 102) (status 800)) + (via (at 142.24 142.24) (size 0.889) (layers Composant Cuivre) (net 102)) + (via (at 147.066 142.494) (size 0.889) (layers Composant Cuivre) (net 103)) + (segment (start 156.083 142.875) (end 167.132 142.875) (width 0.2032) (layer Cuivre) (net 103)) + (segment (start 155.829 143.129) (end 156.083 142.875) (width 0.2032) (layer Cuivre) (net 103)) + (segment (start 147.066 145.034) (end 147.0914 145.034) (width 0.2032) (layer Composant) (net 103) (status 400)) + (segment (start 147.701 143.129) (end 147.066 142.494) (width 0.2032) (layer Cuivre) (net 103)) + (segment (start 167.386 142.621) (end 168.275 142.621) (width 0.2032) (layer Cuivre) (net 103) (status 400)) + (segment (start 147.066 142.494) (end 147.066 145.034) (width 0.2032) (layer Composant) (net 103)) + (segment (start 147.701 143.129) (end 155.829 143.129) (width 0.2032) (layer Cuivre) (net 103)) + (segment (start 167.132 142.875) (end 167.386 142.621) (width 0.2032) (layer Cuivre) (net 103)) + (segment (start 150.622 141.605) (end 150.622 139.954) (width 0.2032) (layer Cuivre) (net 104)) + (segment (start 167.767 139.7) (end 167.132 140.335) (width 0.2032) (layer Cuivre) (net 104)) + (segment (start 153.035 139.954) (end 153.416 140.335) (width 0.2032) (layer Cuivre) (net 104)) + (segment (start 149.7076 145.034) (end 149.7076 142.24) (width 0.2032) (layer Composant) (net 104) (status 800)) + (segment (start 150.622 139.954) (end 153.035 139.954) (width 0.2032) (layer Cuivre) (net 104)) + (via (at 150.622 141.605) (size 0.889) (layers Composant Cuivre) (net 104)) + (segment (start 179.07 139.7) (end 167.767 139.7) (width 0.2032) (layer Cuivre) (net 104)) + (segment (start 180.975 137.795) (end 179.07 139.7) (width 0.2032) (layer Cuivre) (net 104) (status 800)) + (segment (start 153.416 140.335) (end 167.132 140.335) (width 0.2032) (layer Cuivre) (net 104)) + (segment (start 150.114 141.605) (end 150.622 141.605) (width 0.2032) (layer Composant) (net 104)) + (segment (start 149.7076 142.24) (end 150.114 141.605) (width 0.2032) (layer Composant) (net 104)) + (segment (start 154.686 141.732) (end 167.005 141.732) (width 0.2032) (layer Cuivre) (net 105)) + (segment (start 167.767 140.97) (end 167.005 141.732) (width 0.2032) (layer Cuivre) (net 105)) + (segment (start 186.055 137.795) (end 182.88 140.97) (width 0.2032) (layer Cuivre) (net 105) (status 800)) + (segment (start 155.067 142.113) (end 154.686 141.732) (width 0.2032) (layer Composant) (net 105)) + (segment (start 157.1752 142.113) (end 155.067 142.113) (width 0.2032) (layer Composant) (net 105) (status 800)) + (segment (start 167.767 140.97) (end 182.88 140.97) (width 0.2032) (layer Cuivre) (net 105)) + (via (at 154.686 141.732) (size 0.889) (layers Composant Cuivre) (net 105)) + (via (at 154.813 136.906) (size 0.889) (layers Composant Cuivre) (net 106)) + (segment (start 154.813 136.906) (end 155.702 137.795) (width 0.2032) (layer Cuivre) (net 106)) + (segment (start 155.702 137.795) (end 168.275 137.795) (width 0.2032) (layer Cuivre) (net 106) (status 400)) + (segment (start 154.813 136.9314) (end 154.813 136.906) (width 0.2032) (layer Composant) (net 106)) + (segment (start 157.1752 136.9314) (end 154.813 136.9314) (width 0.2032) (layer Composant) (net 106) (status 800)) + (segment (start 131.445 109.855) (end 128.778 112.522) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 132.715 127.635) (end 131.318 129.032) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 131.445 109.855) (end 132.7912 111.2012) (width 0.2032) (layer Composant) (net 107)) + (segment (start 130.8354 103.759) (end 130.8354 109.2454) (width 0.2032) (layer Composant) (net 107) (status 800)) + (segment (start 132.7912 113.8428) (end 132.7912 126.365) (width 0.2032) (layer Composant) (net 107) (status 800)) + (segment (start 132.7912 126.365) (end 132.715 126.365) (width 0.2032) (layer Composant) (net 107)) + (segment (start 123.19 131.445) (end 88.9 131.445) (width 0.2032) (layer Cuivre) (net 107)) + (via (at 132.715 126.365) (size 0.889) (layers Composant Cuivre) (net 107)) + (segment (start 87.63 135.89) (end 87.63 132.715) (width 0.2032) (layer Cuivre) (net 107) (status 800)) + (segment (start 125.603 129.032) (end 123.19 131.445) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 131.318 129.032) (end 125.603 129.032) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 128.778 112.522) (end 112.522 112.522) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 132.7912 111.2012) (end 132.7912 113.8428) (width 0.2032) (layer Composant) (net 107) (status 400)) + (segment (start 108.585 103.505) (end 105.1306 100.0506) (width 0.2032) (layer Composant) (net 107)) + (via (at 108.585 108.585) (size 0.889) (layers Composant Cuivre) (net 107)) + (segment (start 105.1306 94.869) (end 105.1306 100.0506) (width 0.2032) (layer Composant) (net 107) (status 800)) + (segment (start 108.585 108.585) (end 112.522 112.522) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 132.715 126.365) (end 132.715 127.635) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 131.445 109.855) (end 130.8354 109.2454) (width 0.2032) (layer Composant) (net 107)) + (segment (start 87.63 132.715) (end 88.9 131.445) (width 0.2032) (layer Cuivre) (net 107)) + (segment (start 108.585 108.585) (end 108.585 103.505) (width 0.2032) (layer Composant) (net 107)) + (via (at 131.445 109.855) (size 0.889) (layers Composant Cuivre) (net 107)) + (segment (start 126.365 108.585) (end 126.365 107.315) (width 0.2032) (layer Composant) (net 108)) + (segment (start 129.794 111.252) (end 130.2004 111.6584) (width 0.2032) (layer Composant) (net 108)) + (segment (start 123.317 99.441) (end 123.8504 98.9076) (width 0.2032) (layer Composant) (net 108)) + (segment (start 112.395 103.505) (end 107.0864 98.1964) (width 0.2032) (layer Composant) (net 108)) + (via (at 112.395 108.585) (size 0.889) (layers Composant Cuivre) (net 108)) + (via (at 126.365 108.585) (size 0.889) (layers Composant Cuivre) (net 108)) + (segment (start 129.794 111.252) (end 127.762 111.252) (width 0.2032) (layer Composant) (net 108)) + (segment (start 107.0864 98.1964) (end 107.0864 94.869) (width 0.2032) (layer Composant) (net 108) (status 400)) + (segment (start 126.365 108.585) (end 123.952 110.998) (width 0.2032) (layer Cuivre) (net 108)) + (segment (start 112.395 108.585) (end 112.395 103.505) (width 0.2032) (layer Composant) (net 108)) + (segment (start 126.365 109.855) (end 127.762 111.252) (width 0.2032) (layer Composant) (net 108)) + (segment (start 114.808 110.998) (end 112.395 108.585) (width 0.2032) (layer Cuivre) (net 108)) + (segment (start 123.317 99.441) (end 123.317 104.267) (width 0.2032) (layer Composant) (net 108)) + (segment (start 126.365 109.855) (end 126.365 108.585) (width 0.2032) (layer Composant) (net 108)) + (segment (start 125.984 98.9076) (end 123.8504 98.9076) (width 0.2032) (layer Composant) (net 108) (status 800)) + (segment (start 130.2004 113.8428) (end 130.2004 111.6584) (width 0.2032) (layer Composant) (net 108) (status 800)) + (segment (start 126.365 107.315) (end 123.317 104.267) (width 0.2032) (layer Composant) (net 108)) + (segment (start 114.808 110.998) (end 123.952 110.998) (width 0.2032) (layer Cuivre) (net 108)) + (segment (start 123.19 118.0592) (end 121.285 116.1542) (width 0.2032) (layer Composant) (net 109)) + (segment (start 116.459 91.0844) (end 116.967 91.5924) (width 0.2032) (layer Composant) (net 109)) + (via (at 121.285 97.282) (size 0.889) (layers Composant Cuivre) (net 109)) + (segment (start 121.285 100.584) (end 121.285 97.282) (width 0.2032) (layer Composant) (net 109)) + (segment (start 120.777 101.092) (end 120.777 106.172) (width 0.2032) (layer Composant) (net 109)) + (segment (start 116.967 97.282) (end 121.285 97.282) (width 0.2032) (layer Cuivre) (net 109)) + (via (at 116.967 97.282) (size 0.889) (layers Composant Cuivre) (net 109)) + (segment (start 114.554 91.0844) (end 116.459 91.0844) (width 0.2032) (layer Composant) (net 109) (status 800)) + (segment (start 120.777 106.172) (end 121.285 106.68) (width 0.2032) (layer Composant) (net 109)) + (segment (start 121.285 116.1542) (end 121.285 106.68) (width 0.2032) (layer Composant) (net 109)) + (segment (start 116.967 91.5924) (end 116.967 97.282) (width 0.2032) (layer Composant) (net 109)) + (segment (start 121.285 97.282) (end 121.285 96.52) (width 0.2032) (layer Composant) (net 109)) + (segment (start 121.285 96.52) (end 123.4694 94.3356) (width 0.2032) (layer Composant) (net 109)) + (segment (start 121.285 100.584) (end 120.777 101.092) (width 0.2032) (layer Composant) (net 109)) + (segment (start 125.984 118.0592) (end 123.19 118.0592) (width 0.2032) (layer Composant) (net 109) (status 800)) + (segment (start 123.4694 94.3356) (end 125.984 94.3356) (width 0.2032) (layer Composant) (net 109) (status 400)) + (segment (start 113.284 112.014) (end 128.016 112.014) (width 0.2032) (layer Cuivre) (net 110)) + (segment (start 131.445 126.365) (end 131.445 127.635) (width 0.2032) (layer Cuivre) (net 110)) + (segment (start 131.445 123.825) (end 131.445 126.365) (width 0.2032) (layer Composant) (net 110)) + (segment (start 113.284 112.014) (end 109.855 108.585) (width 0.2032) (layer Cuivre) (net 110)) + (segment (start 132.1562 111.8108) (end 132.1562 113.8428) (width 0.2032) (layer Composant) (net 110) (status 400)) + (segment (start 105.791 99.441) (end 105.791 94.869) (width 0.2032) (layer Composant) (net 110) (status 400)) + (segment (start 109.855 103.505) (end 105.791 99.441) (width 0.2032) (layer Composant) (net 110)) + (segment (start 131.445 127.635) (end 130.556 128.524) (width 0.2032) (layer Cuivre) (net 110)) + (via (at 131.445 126.365) (size 0.889) (layers Composant Cuivre) (net 110)) + (segment (start 130.2004 109.855) (end 132.1562 111.8108) (width 0.2032) (layer Composant) (net 110)) + (segment (start 130.175 109.855) (end 128.016 112.014) (width 0.2032) (layer Cuivre) (net 110)) + (segment (start 130.2004 109.855) (end 130.175 109.855) (width 0.2032) (layer Composant) (net 110)) + (segment (start 91.44 130.81) (end 123.063 130.81) (width 0.2032) (layer Cuivre) (net 110)) + (segment (start 131.445 123.825) (end 132.1562 123.1138) (width 0.2032) (layer Composant) (net 110)) + (segment (start 130.2004 103.759) (end 130.2004 109.855) (width 0.2032) (layer Composant) (net 110) (status 800)) + (segment (start 132.1562 113.8428) (end 132.1562 123.1138) (width 0.2032) (layer Composant) (net 110) (status 800)) + (segment (start 87.63 127) (end 91.44 130.81) (width 0.2032) (layer Cuivre) (net 110) (status 800)) + (segment (start 109.855 108.585) (end 109.855 103.505) (width 0.2032) (layer Composant) (net 110)) + (segment (start 123.063 130.81) (end 125.349 128.524) (width 0.2032) (layer Cuivre) (net 110)) + (segment (start 130.556 128.524) (end 125.349 128.524) (width 0.2032) (layer Cuivre) (net 110)) + (via (at 130.175 109.855) (size 0.889) (layers Composant Cuivre) (net 110)) + (via (at 109.855 108.585) (size 0.889) (layers Composant Cuivre) (net 110)) + (via (at 168.91 150.495) (size 0.889) (layers Composant Cuivre) (net 111)) + (segment (start 168.021 154.559) (end 168.021 151.384) (width 0.2032) (layer Cuivre) (net 111)) + (segment (start 168.91 150.495) (end 168.021 151.384) (width 0.2032) (layer Cuivre) (net 111)) + (segment (start 163.449 135.509) (end 160.2994 132.3594) (width 0.2032) (layer Composant) (net 111)) + (segment (start 167.005 147.193) (end 168.91 149.098) (width 0.2032) (layer Composant) (net 111)) + (segment (start 163.449 135.509) (end 163.449 137.16) (width 0.2032) (layer Composant) (net 111)) + (segment (start 168.91 150.495) (end 168.91 149.098) (width 0.2032) (layer Composant) (net 111)) + (segment (start 167.64 158.496) (end 167.64 154.94) (width 0.2032) (layer Cuivre) (net 111) (status 800)) + (segment (start 163.449 137.16) (end 167.005 140.716) (width 0.2032) (layer Composant) (net 111)) + (segment (start 167.64 158.496) (end 167.64 161.163) (width 0.3048) (layer Cuivre) (net 111) (status C00)) + (segment (start 167.005 140.716) (end 167.005 147.193) (width 0.2032) (layer Composant) (net 111)) + (segment (start 167.64 154.94) (end 168.021 154.559) (width 0.2032) (layer Cuivre) (net 111)) + (segment (start 160.2994 132.3594) (end 157.1752 132.3594) (width 0.2032) (layer Composant) (net 111) (status 400)) + (segment (start 166.37 147.447) (end 168.021 149.098) (width 0.2032) (layer Composant) (net 112)) + (segment (start 167.64 154.94) (end 168.021 154.559) (width 0.2032) (layer Composant) (net 112)) + (segment (start 166.37 140.716) (end 166.37 147.447) (width 0.2032) (layer Composant) (net 112)) + (segment (start 167.64 158.496) (end 167.64 154.94) (width 0.2032) (layer Composant) (net 112) (status 800)) + (segment (start 162.814 137.16) (end 166.37 140.716) (width 0.2032) (layer Composant) (net 112)) + (segment (start 167.64 161.163) (end 167.64 158.496) (width 0.3048) (layer Composant) (net 112) (status C00)) + (segment (start 160.0708 133.0198) (end 157.1752 133.0198) (width 0.2032) (layer Composant) (net 112) (status 400)) + (segment (start 168.021 154.559) (end 168.021 149.098) (width 0.2032) (layer Composant) (net 112)) + (segment (start 162.814 135.763) (end 162.814 137.16) (width 0.2032) (layer Composant) (net 112)) + (segment (start 162.814 135.763) (end 160.0708 133.0198) (width 0.2032) (layer Composant) (net 112)) + (segment (start 153.924 153.924) (end 153.924 149.479) (width 0.2032) (layer Composant) (net 113)) + (segment (start 153.924 149.479) (end 153.5938 149.1488) (width 0.2032) (layer Composant) (net 113)) + (segment (start 154.94 161.163) (end 154.94 158.496) (width 0.3048) (layer Composant) (net 113) (status C00)) + (segment (start 154.94 154.94) (end 153.924 153.924) (width 0.2032) (layer Composant) (net 113)) + (segment (start 153.5938 145.034) (end 153.5938 149.1488) (width 0.2032) (layer Composant) (net 113) (status 800)) + (segment (start 154.94 158.496) (end 154.94 154.94) (width 0.2032) (layer Composant) (net 113) (status 800)) + (segment (start 153.67 151.13) (end 153.035 150.495) (width 0.2032) (layer Cuivre) (net 114)) + (segment (start 153.67 158.496) (end 153.67 161.163) (width 0.3048) (layer Cuivre) (net 114) (status C00)) + (segment (start 152.9588 145.034) (end 152.9588 150.495) (width 0.2032) (layer Composant) (net 114) (status 800)) + (segment (start 152.9588 150.495) (end 153.035 150.495) (width 0.2032) (layer Composant) (net 114)) + (via (at 153.035 150.495) (size 0.889) (layers Composant Cuivre) (net 114)) + (segment (start 153.67 151.13) (end 153.67 158.496) (width 0.2032) (layer Cuivre) (net 114) (status 400)) + (segment (start 152.146 149.479) (end 151.6634 148.9964) (width 0.2032) (layer Composant) (net 115)) + (segment (start 152.146 149.479) (end 152.146 153.416) (width 0.2032) (layer Composant) (net 115)) + (segment (start 153.67 154.94) (end 152.146 153.416) (width 0.2032) (layer Composant) (net 115)) + (segment (start 153.67 161.163) (end 153.67 158.496) (width 0.3048) (layer Composant) (net 115) (status C00)) + (segment (start 153.67 158.496) (end 153.67 154.94) (width 0.2032) (layer Composant) (net 115) (status 800)) + (segment (start 151.6634 145.034) (end 151.6634 148.9964) (width 0.2032) (layer Composant) (net 115) (status 800)) + (via (at 151.13 150.495) (size 0.889) (layers Composant Cuivre) (net 116)) + (segment (start 152.4 158.496) (end 152.4 151.765) (width 0.2032) (layer Cuivre) (net 116) (status 800)) + (segment (start 151.003 145.034) (end 151.003 150.495) (width 0.2032) (layer Composant) (net 116) (status 800)) + (segment (start 152.4 158.496) (end 152.4 161.163) (width 0.3048) (layer Cuivre) (net 116) (status C00)) + (segment (start 152.4 151.765) (end 151.13 150.495) (width 0.2032) (layer Cuivre) (net 116)) + (segment (start 151.003 150.495) (end 151.13 150.495) (width 0.2032) (layer Composant) (net 116)) + (segment (start 150.3426 145.034) (end 150.3426 149.2504) (width 0.2032) (layer Composant) (net 117) (status 800)) + (segment (start 151.13 154.94) (end 151.13 158.496) (width 0.2032) (layer Composant) (net 117) (status 400)) + (segment (start 150.114 153.924) (end 151.13 154.94) (width 0.2032) (layer Composant) (net 117)) + (segment (start 151.13 161.163) (end 151.13 158.496) (width 0.3048) (layer Composant) (net 117) (status C00)) + (segment (start 150.114 153.924) (end 150.114 149.479) (width 0.2032) (layer Composant) (net 117)) + (segment (start 150.114 149.479) (end 150.3426 149.2504) (width 0.2032) (layer Composant) (net 117)) + (segment (start 149.0472 145.034) (end 149.0472 150.495) (width 0.2032) (layer Composant) (net 118) (status 800)) + (segment (start 149.0472 150.495) (end 149.225 150.495) (width 0.2032) (layer Composant) (net 118)) + (segment (start 149.225 154.305) (end 149.225 150.495) (width 0.2032) (layer Cuivre) (net 118)) + (via (at 149.225 150.495) (size 0.889) (layers Composant Cuivre) (net 118)) + (segment (start 149.86 154.94) (end 149.86 158.496) (width 0.2032) (layer Cuivre) (net 118) (status 400)) + (segment (start 149.86 154.94) (end 149.225 154.305) (width 0.2032) (layer Cuivre) (net 118)) + (segment (start 149.86 158.496) (end 149.86 161.163) (width 0.3048) (layer Cuivre) (net 118) (status C00)) + (via (at 135.89 150.495) (size 0.889) (layers Composant Cuivre) (net 119)) + (segment (start 134.62 161.163) (end 134.62 158.496) (width 0.3048) (layer Cuivre) (net 119) (status C00)) + (segment (start 134.62 154.94) (end 135.001 154.559) (width 0.2032) (layer Cuivre) (net 119)) + (segment (start 137.3378 145.034) (end 137.3378 148.0312) (width 0.2032) (layer Composant) (net 119) (status 800)) + (segment (start 135.89 149.479) (end 137.3378 148.0312) (width 0.2032) (layer Composant) (net 119)) + (segment (start 134.62 154.94) (end 134.62 158.496) (width 0.2032) (layer Cuivre) (net 119) (status 400)) + (segment (start 135.001 154.559) (end 135.001 151.384) (width 0.2032) (layer Cuivre) (net 119)) + (segment (start 135.89 149.479) (end 135.89 150.495) (width 0.2032) (layer Composant) (net 119)) + (segment (start 135.89 150.495) (end 135.001 151.384) (width 0.2032) (layer Cuivre) (net 119)) + (segment (start 134.62 154.94) (end 134.62 158.496) (width 0.2032) (layer Composant) (net 120) (status 400)) + (segment (start 135.001 149.479) (end 136.0424 148.4376) (width 0.2032) (layer Composant) (net 120)) + (segment (start 134.62 154.94) (end 135.001 154.559) (width 0.2032) (layer Composant) (net 120)) + (segment (start 134.62 161.163) (end 134.62 158.496) (width 0.3048) (layer Composant) (net 120) (status C00)) + (segment (start 135.001 154.559) (end 135.001 149.479) (width 0.2032) (layer Composant) (net 120)) + (segment (start 136.0424 145.034) (end 136.0424 148.4376) (width 0.2032) (layer Composant) (net 120) (status 800)) + (via (at 133.985 150.495) (size 0.889) (layers Composant Cuivre) (net 121)) + (segment (start 132.969 154.559) (end 132.969 151.511) (width 0.2032) (layer Cuivre) (net 121)) + (segment (start 133.985 150.495) (end 132.969 151.511) (width 0.2032) (layer Cuivre) (net 121)) + (segment (start 133.35 158.496) (end 133.35 161.163) (width 0.3048) (layer Cuivre) (net 121) (status C00)) + (segment (start 133.4516 145.034) (end 133.4516 148.9456) (width 0.2032) (layer Composant) (net 121) (status 800)) + (segment (start 133.35 154.94) (end 133.35 158.496) (width 0.2032) (layer Cuivre) (net 121) (status 400)) + (segment (start 133.985 149.479) (end 133.4516 148.9456) (width 0.2032) (layer Composant) (net 121)) + (segment (start 133.985 149.479) (end 133.985 150.495) (width 0.2032) (layer Composant) (net 121)) + (segment (start 132.969 154.559) (end 133.35 154.94) (width 0.2032) (layer Cuivre) (net 121)) + (segment (start 132.7912 145.034) (end 132.7912 149.1742) (width 0.2032) (layer Composant) (net 122) (status 800)) + (segment (start 132.08 154.94) (end 133.096 153.924) (width 0.2032) (layer Composant) (net 122)) + (segment (start 132.08 154.94) (end 132.08 158.496) (width 0.2032) (layer Composant) (net 122) (status 400)) + (segment (start 133.096 149.479) (end 132.7912 149.1742) (width 0.2032) (layer Composant) (net 122)) + (segment (start 132.08 161.163) (end 132.08 158.496) (width 0.3048) (layer Composant) (net 122) (status C00)) + (segment (start 133.096 153.924) (end 133.096 149.479) (width 0.2032) (layer Composant) (net 122)) + (segment (start 161.925 135.89) (end 161.925 137.16) (width 0.2032) (layer Composant) (net 123)) + (segment (start 159.7152 133.6802) (end 157.1752 133.6802) (width 0.2032) (layer Composant) (net 123) (status 400)) + (segment (start 161.925 135.89) (end 159.7152 133.6802) (width 0.2032) (layer Composant) (net 123)) + (segment (start 166.37 158.496) (end 166.37 161.163) (width 0.3048) (layer Cuivre) (net 123) (status C00)) + (segment (start 165.989 151.511) (end 167.005 150.495) (width 0.2032) (layer Cuivre) (net 123)) + (via (at 167.005 150.495) (size 0.889) (layers Composant Cuivre) (net 123)) + (segment (start 165.989 154.559) (end 165.989 151.511) (width 0.2032) (layer Cuivre) (net 123)) + (segment (start 166.37 154.94) (end 165.989 154.559) (width 0.2032) (layer Cuivre) (net 123)) + (segment (start 161.925 137.16) (end 165.735 140.97) (width 0.2032) (layer Composant) (net 123)) + (segment (start 165.735 140.97) (end 165.735 147.701) (width 0.2032) (layer Composant) (net 123)) + (segment (start 167.005 150.495) (end 167.005 148.971) (width 0.2032) (layer Composant) (net 123)) + (segment (start 165.735 147.701) (end 167.005 148.971) (width 0.2032) (layer Composant) (net 123)) + (segment (start 166.37 158.496) (end 166.37 154.94) (width 0.2032) (layer Cuivre) (net 123) (status 800)) + (segment (start 130.81 154.94) (end 131.191 154.559) (width 0.2032) (layer Cuivre) (net 124)) + (segment (start 132.08 150.495) (end 131.191 151.384) (width 0.2032) (layer Cuivre) (net 124)) + (segment (start 132.1562 145.034) (end 132.1562 150.495) (width 0.2032) (layer Composant) (net 124) (status 800)) + (via (at 132.08 150.495) (size 0.889) (layers Composant Cuivre) (net 124)) + (segment (start 130.81 158.496) (end 130.81 154.94) (width 0.2032) (layer Cuivre) (net 124) (status 800)) + (segment (start 130.81 161.163) (end 130.81 158.496) (width 0.3048) (layer Cuivre) (net 124) (status C00)) + (segment (start 132.1562 150.495) (end 132.08 150.495) (width 0.2032) (layer Composant) (net 124)) + (segment (start 131.191 154.559) (end 131.191 151.384) (width 0.2032) (layer Cuivre) (net 124)) + (segment (start 130.81 154.94) (end 130.81 158.496) (width 0.2032) (layer Composant) (net 125) (status 400)) + (segment (start 130.81 154.94) (end 131.191 154.559) (width 0.2032) (layer Composant) (net 125)) + (segment (start 131.191 149.479) (end 130.8354 149.1234) (width 0.2032) (layer Composant) (net 125)) + (segment (start 130.8354 145.034) (end 130.8354 149.1234) (width 0.2032) (layer Composant) (net 125) (status 800)) + (segment (start 131.191 154.559) (end 131.191 149.479) (width 0.2032) (layer Composant) (net 125)) + (segment (start 130.81 161.163) (end 130.81 158.496) (width 0.3048) (layer Composant) (net 125) (status C00)) + (via (at 130.175 150.495) (size 0.889) (layers Composant Cuivre) (net 126)) + (segment (start 129.54 154.94) (end 129.54 158.496) (width 0.2032) (layer Cuivre) (net 126) (status 400)) + (segment (start 129.54 158.496) (end 129.54 161.163) (width 0.3048) (layer Cuivre) (net 126) (status C00)) + (segment (start 129.159 154.559) (end 129.159 151.511) (width 0.2032) (layer Cuivre) (net 126)) + (segment (start 130.2004 145.034) (end 130.2004 150.495) (width 0.2032) (layer Composant) (net 126) (status 800)) + (segment (start 129.54 154.94) (end 129.159 154.559) (width 0.2032) (layer Cuivre) (net 126)) + (segment (start 130.2004 150.495) (end 130.175 150.495) (width 0.2032) (layer Composant) (net 126)) + (segment (start 130.175 150.495) (end 129.159 151.511) (width 0.2032) (layer Cuivre) (net 126)) + (segment (start 129.159 149.479) (end 129.54 149.098) (width 0.2032) (layer Composant) (net 127)) + (segment (start 129.159 154.051) (end 129.159 149.479) (width 0.2032) (layer Composant) (net 127)) + (segment (start 129.54 145.034) (end 129.54 149.098) (width 0.2032) (layer Composant) (net 127) (status 800)) + (segment (start 128.27 154.94) (end 129.159 154.051) (width 0.2032) (layer Composant) (net 127)) + (segment (start 128.27 154.94) (end 128.27 158.496) (width 0.2032) (layer Composant) (net 127) (status 400)) + (segment (start 128.27 161.163) (end 128.27 158.496) (width 0.3048) (layer Composant) (net 127) (status C00)) + (segment (start 125.73 158.496) (end 125.73 151.765) (width 0.2032) (layer Cuivre) (net 128) (status 800)) + (segment (start 125.73 158.496) (end 125.73 161.163) (width 0.3048) (layer Cuivre) (net 128) (status C00)) + (segment (start 123.19 144.78) (end 124.46 146.05) (width 0.2032) (layer Composant) (net 128)) + (segment (start 125.73 151.765) (end 124.46 150.495) (width 0.2032) (layer Cuivre) (net 128)) + (via (at 124.46 150.495) (size 0.889) (layers Composant Cuivre) (net 128)) + (segment (start 123.19 141.351) (end 123.19 144.78) (width 0.2032) (layer Composant) (net 128)) + (segment (start 123.19 141.351) (end 123.7234 140.8176) (width 0.2032) (layer Composant) (net 128)) + (segment (start 123.7234 140.8176) (end 125.984 140.8176) (width 0.2032) (layer Composant) (net 128) (status 400)) + (segment (start 124.46 150.495) (end 124.46 146.05) (width 0.2032) (layer Composant) (net 128)) + (segment (start 124.46 158.496) (end 124.46 154.94) (width 0.2032) (layer Composant) (net 129) (status 800)) + (segment (start 122.555 140.97) (end 122.555 145.415) (width 0.2032) (layer Composant) (net 129)) + (segment (start 123.444 153.924) (end 123.444 146.304) (width 0.2032) (layer Composant) (net 129)) + (segment (start 124.0028 139.5222) (end 125.984 139.5222) (width 0.2032) (layer Composant) (net 129) (status 400)) + (segment (start 122.555 140.97) (end 124.0028 139.5222) (width 0.2032) (layer Composant) (net 129)) + (segment (start 124.46 154.94) (end 123.444 153.924) (width 0.2032) (layer Composant) (net 129)) + (segment (start 124.46 161.163) (end 124.46 158.496) (width 0.3048) (layer Composant) (net 129) (status C00)) + (segment (start 122.555 145.415) (end 123.444 146.304) (width 0.2032) (layer Composant) (net 129)) + (segment (start 122.555 146.685) (end 121.92 146.05) (width 0.2032) (layer Composant) (net 130)) + (segment (start 121.92 140.589) (end 123.6472 138.8618) (width 0.2032) (layer Composant) (net 130)) + (segment (start 121.92 140.589) (end 121.92 146.05) (width 0.2032) (layer Composant) (net 130)) + (segment (start 123.19 158.496) (end 123.19 161.163) (width 0.3048) (layer Cuivre) (net 130) (status C00)) + (segment (start 123.19 158.496) (end 123.19 151.13) (width 0.2032) (layer Cuivre) (net 130) (status 800)) + (segment (start 123.19 151.13) (end 122.555 150.495) (width 0.2032) (layer Cuivre) (net 130)) + (segment (start 122.555 150.495) (end 122.555 146.685) (width 0.2032) (layer Composant) (net 130)) + (segment (start 123.6472 138.8618) (end 125.984 138.8618) (width 0.2032) (layer Composant) (net 130) (status 400)) + (via (at 122.555 150.495) (size 0.889) (layers Composant Cuivre) (net 130)) + (segment (start 121.285 140.208) (end 123.2662 138.2268) (width 0.2032) (layer Composant) (net 131)) + (segment (start 123.19 161.163) (end 123.19 158.496) (width 0.3048) (layer Composant) (net 131) (status C00)) + (segment (start 121.285 140.208) (end 121.285 146.685) (width 0.2032) (layer Composant) (net 131)) + (segment (start 121.285 146.685) (end 121.666 147.066) (width 0.2032) (layer Composant) (net 131)) + (segment (start 123.19 154.94) (end 121.666 153.416) (width 0.2032) (layer Composant) (net 131)) + (segment (start 123.2662 138.2268) (end 125.984 138.2268) (width 0.2032) (layer Composant) (net 131) (status 400)) + (segment (start 121.666 153.416) (end 121.666 147.066) (width 0.2032) (layer Composant) (net 131)) + (segment (start 123.19 158.496) (end 123.19 154.94) (width 0.2032) (layer Composant) (net 131) (status 800)) + (segment (start 121.92 158.496) (end 121.92 161.163) (width 0.3048) (layer Cuivre) (net 132) (status C00)) + (segment (start 125.984 136.9314) (end 123.5456 136.9314) (width 0.2032) (layer Composant) (net 132) (status 800)) + (segment (start 120.65 139.827) (end 123.5456 136.9314) (width 0.2032) (layer Composant) (net 132)) + (segment (start 120.65 139.827) (end 120.65 150.495) (width 0.2032) (layer Composant) (net 132)) + (segment (start 121.92 158.496) (end 121.92 151.765) (width 0.2032) (layer Cuivre) (net 132) (status 800)) + (segment (start 121.92 151.765) (end 120.65 150.495) (width 0.2032) (layer Cuivre) (net 132)) + (via (at 120.65 150.495) (size 0.889) (layers Composant Cuivre) (net 132)) + (segment (start 120.65 158.496) (end 120.65 154.94) (width 0.2032) (layer Composant) (net 133) (status 800)) + (segment (start 120.65 154.94) (end 119.634 153.924) (width 0.2032) (layer Composant) (net 133)) + (segment (start 119.634 137.795) (end 123.1138 134.3152) (width 0.2032) (layer Composant) (net 133)) + (segment (start 120.65 161.163) (end 120.65 158.496) (width 0.3048) (layer Composant) (net 133) (status C00)) + (segment (start 123.1138 134.3152) (end 125.984 134.3152) (width 0.2032) (layer Composant) (net 133) (status 400)) + (segment (start 119.634 153.924) (end 119.634 137.795) (width 0.2032) (layer Composant) (net 133)) + (segment (start 165.1 154.94) (end 165.989 154.051) (width 0.2032) (layer Composant) (net 134)) + (segment (start 164.973 147.828) (end 165.989 148.844) (width 0.2032) (layer Composant) (net 134)) + (segment (start 165.989 154.051) (end 165.989 148.844) (width 0.2032) (layer Composant) (net 134)) + (segment (start 159.9946 134.9756) (end 157.1752 134.9756) (width 0.2032) (layer Composant) (net 134) (status 400)) + (segment (start 165.1 161.163) (end 165.1 158.496) (width 0.3048) (layer Composant) (net 134) (status C00)) + (segment (start 165.1 158.496) (end 165.1 154.94) (width 0.2032) (layer Composant) (net 134) (status 800)) + (segment (start 161.29 136.271) (end 161.29 137.287) (width 0.2032) (layer Composant) (net 134)) + (segment (start 161.29 137.287) (end 164.973 140.97) (width 0.2032) (layer Composant) (net 134)) + (segment (start 161.29 136.271) (end 159.9946 134.9756) (width 0.2032) (layer Composant) (net 134)) + (segment (start 164.973 140.97) (end 164.973 147.828) (width 0.2032) (layer Composant) (net 134)) + (segment (start 118.745 154.305) (end 118.745 150.495) (width 0.2032) (layer Cuivre) (net 135)) + (segment (start 122.8598 133.6802) (end 125.984 133.6802) (width 0.2032) (layer Composant) (net 135) (status 400)) + (via (at 118.745 150.495) (size 0.889) (layers Composant Cuivre) (net 135)) + (segment (start 119.38 154.94) (end 118.745 154.305) (width 0.2032) (layer Cuivre) (net 135)) + (segment (start 118.745 137.795) (end 122.8598 133.6802) (width 0.2032) (layer Composant) (net 135)) + (segment (start 119.38 158.496) (end 119.38 154.94) (width 0.2032) (layer Cuivre) (net 135) (status 800)) + (segment (start 119.38 158.496) (end 119.38 161.163) (width 0.3048) (layer Cuivre) (net 135) (status C00)) + (segment (start 118.745 150.495) (end 118.745 137.795) (width 0.2032) (layer Composant) (net 135)) + (segment (start 122.5042 133.0198) (end 125.984 133.0198) (width 0.2032) (layer Composant) (net 136) (status 400)) + (segment (start 117.729 137.795) (end 122.5042 133.0198) (width 0.2032) (layer Composant) (net 136)) + (segment (start 119.38 154.94) (end 118.745 154.305) (width 0.2032) (layer Composant) (net 136)) + (segment (start 117.983 144.145) (end 117.983 146.685) (width 0.2032) (layer Composant) (net 136)) + (segment (start 119.38 161.163) (end 119.38 158.496) (width 0.3048) (layer Composant) (net 136) (status C00)) + (segment (start 119.38 158.496) (end 119.38 154.94) (width 0.2032) (layer Composant) (net 136) (status 800)) + (segment (start 117.729 143.891) (end 117.983 144.145) (width 0.2032) (layer Composant) (net 136)) + (segment (start 118.745 154.305) (end 118.745 151.765) (width 0.2032) (layer Composant) (net 136)) + (segment (start 118.745 151.765) (end 117.729 150.749) (width 0.2032) (layer Composant) (net 136)) + (segment (start 117.729 150.749) (end 117.729 146.939) (width 0.2032) (layer Composant) (net 136)) + (segment (start 117.729 143.891) (end 117.729 137.795) (width 0.2032) (layer Composant) (net 136)) + (segment (start 117.983 146.685) (end 117.729 146.939) (width 0.2032) (layer Composant) (net 136)) + (segment (start 160.4264 137.5664) (end 157.1752 137.5664) (width 0.2032) (layer Composant) (net 137) (status 400)) + (segment (start 163.83 158.496) (end 163.83 161.163) (width 0.3048) (layer Cuivre) (net 137) (status C00)) + (segment (start 163.83 154.94) (end 164.211 154.559) (width 0.2032) (layer Cuivre) (net 137)) + (segment (start 164.338 141.478) (end 160.4264 137.5664) (width 0.2032) (layer Composant) (net 137)) + (segment (start 163.83 158.496) (end 163.83 154.94) (width 0.2032) (layer Cuivre) (net 137) (status 800)) + (segment (start 165.1 150.495) (end 164.211 151.384) (width 0.2032) (layer Cuivre) (net 137)) + (segment (start 164.211 154.559) (end 164.211 151.384) (width 0.2032) (layer Cuivre) (net 137)) + (segment (start 165.1 150.495) (end 165.1 148.971) (width 0.2032) (layer Composant) (net 137)) + (segment (start 164.338 141.478) (end 164.338 148.209) (width 0.2032) (layer Composant) (net 137)) + (segment (start 164.338 148.209) (end 165.1 148.971) (width 0.2032) (layer Composant) (net 137)) + (via (at 165.1 150.495) (size 0.889) (layers Composant Cuivre) (net 137)) + (segment (start 163.83 158.496) (end 163.83 154.94) (width 0.2032) (layer Composant) (net 138) (status 800)) + (segment (start 160.1978 138.2268) (end 157.1752 138.2268) (width 0.2032) (layer Composant) (net 138) (status 400)) + (segment (start 163.83 161.163) (end 163.83 158.496) (width 0.3048) (layer Composant) (net 138) (status C00)) + (segment (start 164.211 154.559) (end 164.211 149.352) (width 0.2032) (layer Composant) (net 138)) + (segment (start 163.83 148.971) (end 163.83 141.859) (width 0.2032) (layer Composant) (net 138)) + (segment (start 163.83 148.971) (end 164.211 149.352) (width 0.2032) (layer Composant) (net 138)) + (segment (start 163.83 141.859) (end 160.1978 138.2268) (width 0.2032) (layer Composant) (net 138)) + (segment (start 163.83 154.94) (end 164.211 154.559) (width 0.2032) (layer Composant) (net 138)) + (via (at 163.195 150.495) (size 0.889) (layers Composant Cuivre) (net 139)) + (segment (start 163.322 142.367) (end 159.8168 138.8618) (width 0.2032) (layer Composant) (net 139)) + (segment (start 163.322 149.606) (end 163.322 142.367) (width 0.2032) (layer Composant) (net 139)) + (segment (start 159.8168 138.8618) (end 157.1752 138.8618) (width 0.2032) (layer Composant) (net 139) (status 400)) + (segment (start 162.56 154.94) (end 162.179 154.559) (width 0.2032) (layer Cuivre) (net 139)) + (segment (start 163.195 150.495) (end 163.195 149.733) (width 0.2032) (layer Composant) (net 139)) + (segment (start 162.56 158.496) (end 162.56 161.163) (width 0.3048) (layer Cuivre) (net 139) (status C00)) + (segment (start 163.195 150.495) (end 162.179 151.511) (width 0.2032) (layer Cuivre) (net 139)) + (segment (start 163.195 149.733) (end 163.322 149.606) (width 0.2032) (layer Composant) (net 139)) + (segment (start 162.56 158.496) (end 162.56 154.94) (width 0.2032) (layer Cuivre) (net 139) (status 800)) + (segment (start 162.179 154.559) (end 162.179 151.511) (width 0.2032) (layer Cuivre) (net 139)) + (segment (start 162.179 154.051) (end 162.179 149.86) (width 0.2032) (layer Composant) (net 140)) + (segment (start 162.814 149.225) (end 162.814 142.875) (width 0.2032) (layer Composant) (net 140)) + (segment (start 157.1752 140.1826) (end 160.1216 140.1826) (width 0.2032) (layer Composant) (net 140) (status 800)) + (segment (start 161.29 154.94) (end 161.29 158.496) (width 0.2032) (layer Composant) (net 140) (status 400)) + (segment (start 161.29 154.94) (end 162.179 154.051) (width 0.2032) (layer Composant) (net 140)) + (segment (start 161.29 161.163) (end 161.29 158.496) (width 0.3048) (layer Composant) (net 140) (status C00)) + (segment (start 162.814 142.875) (end 160.1216 140.1826) (width 0.2032) (layer Composant) (net 140)) + (segment (start 162.179 149.86) (end 162.814 149.225) (width 0.2032) (layer Composant) (net 140)) + (segment (start 160.02 142.24) (end 160.02 145.161) (width 0.2032) (layer Composant) (net 141)) + (segment (start 160.02 142.24) (end 159.258 141.478) (width 0.2032) (layer Composant) (net 141)) + (segment (start 159.512 151.765) (end 160.02 152.273) (width 0.2032) (layer Composant) (net 141)) + (segment (start 157.1752 141.478) (end 159.258 141.478) (width 0.2032) (layer Composant) (net 141) (status 800)) + (segment (start 160.02 152.273) (end 160.02 158.496) (width 0.2032) (layer Composant) (net 141) (status 400)) + (segment (start 159.512 145.669) (end 159.512 151.765) (width 0.2032) (layer Composant) (net 141)) + (segment (start 160.02 161.163) (end 160.02 158.496) (width 0.3048) (layer Composant) (net 141) (status C00)) + (segment (start 159.512 145.669) (end 160.02 145.161) (width 0.2032) (layer Composant) (net 141)) + (segment (start 154.94 150.495) (end 156.21 151.765) (width 0.2032) (layer Cuivre) (net 142)) + (segment (start 154.2542 145.034) (end 154.2542 148.7932) (width 0.2032) (layer Composant) (net 142) (status 800)) + (segment (start 156.21 151.765) (end 156.21 158.496) (width 0.2032) (layer Cuivre) (net 142) (status 400)) + (via (at 154.94 150.495) (size 0.889) (layers Composant Cuivre) (net 142)) + (segment (start 154.94 150.495) (end 154.94 149.479) (width 0.2032) (layer Composant) (net 142)) + (segment (start 154.94 149.479) (end 154.2542 148.7932) (width 0.2032) (layer Composant) (net 142)) + (segment (start 156.21 158.496) (end 156.21 161.163) (width 0.3048) (layer Cuivre) (net 142) (status C00)) + (segment (start 160.02 158.496) (end 160.02 161.163) (width 0.3048) (layer Cuivre) (net 143) (status C00)) + (segment (start 161.29 142.24) (end 161.29 144.526) (width 0.2032) (layer Composant) (net 143)) + (segment (start 160.02 145.796) (end 161.29 144.526) (width 0.2032) (layer Composant) (net 143)) + (via (at 161.29 150.495) (size 0.889) (layers Composant Cuivre) (net 143)) + (segment (start 160.02 150.241) (end 160.274 150.495) (width 0.2032) (layer Composant) (net 143)) + (segment (start 161.29 142.24) (end 159.8676 140.8176) (width 0.2032) (layer Composant) (net 143)) + (segment (start 161.29 150.495) (end 160.02 151.765) (width 0.2032) (layer Cuivre) (net 143)) + (segment (start 160.02 145.796) (end 160.02 150.241) (width 0.2032) (layer Composant) (net 143)) + (segment (start 157.1752 140.8176) (end 159.8676 140.8176) (width 0.2032) (layer Composant) (net 143) (status 800)) + (segment (start 160.02 151.765) (end 160.02 158.496) (width 0.2032) (layer Cuivre) (net 143) (status 400)) + (segment (start 160.274 150.495) (end 161.29 150.495) (width 0.2032) (layer Composant) (net 143)) + (segment (start 146.4564 145.034) (end 146.4564 147.9804) (width 0.2032) (layer Composant) (net 144) (status 800)) + (segment (start 148.336 151.003) (end 148.336 149.86) (width 0.2032) (layer Composant) (net 144)) + (segment (start 149.86 154.94) (end 149.225 154.305) (width 0.2032) (layer Composant) (net 144)) + (segment (start 148.336 151.003) (end 149.225 151.892) (width 0.2032) (layer Composant) (net 144)) + (segment (start 148.336 149.86) (end 146.4564 147.9804) (width 0.2032) (layer Composant) (net 144)) + (segment (start 149.86 158.496) (end 149.86 154.94) (width 0.2032) (layer Composant) (net 144) (status 800)) + (segment (start 149.225 154.305) (end 149.225 151.892) (width 0.2032) (layer Composant) (net 144)) + (segment (start 149.86 161.163) (end 149.86 158.496) (width 0.3048) (layer Composant) (net 144) (status C00)) + (segment (start 135.89 153.67) (end 135.89 158.496) (width 0.2032) (layer Composant) (net 145) (status 400)) + (segment (start 135.89 153.67) (end 136.779 152.781) (width 0.2032) (layer Composant) (net 145)) + (segment (start 136.779 149.479) (end 137.9982 148.2598) (width 0.2032) (layer Composant) (net 145)) + (segment (start 135.89 161.163) (end 135.89 158.496) (width 0.3048) (layer Composant) (net 145) (status C00)) + (segment (start 136.779 149.479) (end 136.779 152.781) (width 0.2032) (layer Composant) (net 145)) + (segment (start 137.9982 145.034) (end 137.9982 148.2598) (width 0.2032) (layer Composant) (net 145) (status 800)) + (segment (start 125.476 151.003) (end 127 152.527) (width 0.2032) (layer Composant) (net 146)) + (segment (start 124.1425 141.478) (end 123.825 141.7955) (width 0.2032) (layer Composant) (net 146)) + (segment (start 127 161.163) (end 127 158.496) (width 0.3048) (layer Composant) (net 146) (status C00)) + (segment (start 125.476 151.003) (end 125.476 145.796) (width 0.2032) (layer Composant) (net 146)) + (segment (start 123.825 141.7955) (end 123.825 144.145) (width 0.2032) (layer Composant) (net 146)) + (segment (start 123.825 144.145) (end 125.476 145.796) (width 0.2032) (layer Composant) (net 146)) + (segment (start 127 158.496) (end 127 152.527) (width 0.2032) (layer Composant) (net 146) (status 800)) + (segment (start 125.984 141.478) (end 124.1425 141.478) (width 0.2032) (layer Composant) (net 146) (status 800)) + (segment (start 114.3 158.496) (end 114.3 136.2075) (width 0.2032) (layer Composant) (net 147) (status 800)) + (segment (start 112.0775 130.429) (end 125.984 130.429) (width 0.2032) (layer Composant) (net 147) (status 400)) + (segment (start 113.03 145.7325) (end 113.03 136.2075) (width 0.2032) (layer Composant) (net 147)) + (segment (start 112.7125 146.05) (end 113.03 145.7325) (width 0.2032) (layer Composant) (net 147)) + (segment (start 113.03 136.2075) (end 113.3475 135.89) (width 0.2032) (layer Composant) (net 147)) + (segment (start 113.9825 135.89) (end 114.3 136.2075) (width 0.2032) (layer Composant) (net 147)) + (segment (start 111.76 145.7325) (end 112.0775 146.05) (width 0.2032) (layer Composant) (net 147)) + (segment (start 113.3475 135.89) (end 113.9825 135.89) (width 0.2032) (layer Composant) (net 147)) + (segment (start 111.76 130.7465) (end 111.76 145.7325) (width 0.2032) (layer Composant) (net 147)) + (segment (start 112.0775 146.05) (end 112.7125 146.05) (width 0.2032) (layer Composant) (net 147)) + (segment (start 112.0775 130.429) (end 111.76 130.7465) (width 0.2032) (layer Composant) (net 147)) + (segment (start 114.3 158.496) (end 114.3 161.163) (width 0.3048) (layer Composant) (net 147) (status C00)) + (segment (start 140.97 161.163) (end 140.97 158.496) (width 0.3048) (layer Composant) (net 148) (status C00)) + (segment (start 140.97 158.496) (end 140.97 154.94) (width 0.2032) (layer Composant) (net 148) (status 800)) + (segment (start 140.716 149.479) (end 141.2494 148.9456) (width 0.2032) (layer Composant) (net 148)) + (segment (start 140.97 154.94) (end 140.716 154.686) (width 0.2032) (layer Composant) (net 148)) + (segment (start 140.716 154.686) (end 140.716 149.479) (width 0.2032) (layer Composant) (net 148)) + (segment (start 141.2494 145.034) (end 141.2494 148.9456) (width 0.2032) (layer Composant) (net 148) (status 800)) + (segment (start 137.16 154.94) (end 136.779 154.559) (width 0.2032) (layer Cuivre) (net 149)) + (segment (start 138.6586 145.034) (end 138.6586 148.6154) (width 0.2032) (layer Composant) (net 149) (status 800)) + (segment (start 136.779 154.559) (end 136.779 151.511) (width 0.2032) (layer Cuivre) (net 149)) + (via (at 137.795 150.495) (size 0.889) (layers Composant Cuivre) (net 149)) + (segment (start 137.795 150.495) (end 137.795 149.479) (width 0.2032) (layer Composant) (net 149)) + (segment (start 137.16 158.496) (end 137.16 161.163) (width 0.3048) (layer Cuivre) (net 149) (status C00)) + (segment (start 137.795 150.495) (end 136.779 151.511) (width 0.2032) (layer Cuivre) (net 149)) + (segment (start 137.795 149.479) (end 138.6586 148.6154) (width 0.2032) (layer Composant) (net 149)) + (segment (start 137.16 154.94) (end 137.16 158.496) (width 0.2032) (layer Cuivre) (net 149) (status 400)) + (segment (start 114.681 154.051) (end 114.681 151.384) (width 0.2032) (layer Cuivre) (net 150)) + (via (at 115.57 150.495) (size 0.889) (layers Composant Cuivre) (net 150)) + (segment (start 115.57 154.94) (end 114.681 154.051) (width 0.2032) (layer Cuivre) (net 150)) + (segment (start 115.57 137.795) (end 122.301 131.064) (width 0.2032) (layer Composant) (net 150)) + (segment (start 114.681 151.384) (end 115.57 150.495) (width 0.2032) (layer Cuivre) (net 150)) + (segment (start 122.301 131.064) (end 125.984 131.064) (width 0.2032) (layer Composant) (net 150) (status 400)) + (segment (start 115.57 158.496) (end 115.57 154.94) (width 0.2032) (layer Cuivre) (net 150) (status 800)) + (segment (start 115.57 158.496) (end 115.57 161.163) (width 0.2032) (layer Cuivre) (net 150) (status C00)) + (segment (start 115.57 150.495) (end 115.57 137.795) (width 0.2032) (layer Composant) (net 150)) + (segment (start 127 158.496) (end 127 151.13) (width 0.2032) (layer Cuivre) (net 151) (status 800)) + (via (at 126.365 150.495) (size 0.889) (layers Composant Cuivre) (net 151)) + (segment (start 126.365 142.113) (end 125.984 142.113) (width 0.2032) (layer Composant) (net 151) (status 400)) + (segment (start 126.365 150.495) (end 126.365 142.113) (width 0.2032) (layer Composant) (net 151)) + (segment (start 127 151.13) (end 126.365 150.495) (width 0.2032) (layer Cuivre) (net 151)) + (segment (start 127 161.163) (end 127 158.496) (width 0.3048) (layer Cuivre) (net 151) (status C00)) + (segment (start 101.6 158.496) (end 101.6 153.67) (width 0.2032) (layer Cuivre) (net 152) (status 800)) + (segment (start 130.175 140.97) (end 128.27 140.97) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 157.1752 131.064) (end 144.526 131.064) (width 0.2032) (layer Composant) (net 152) (status 800)) + (segment (start 101.6 153.67) (end 106.68 148.59) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 125.73 143.51) (end 114.3 143.51) (width 0.2032) (layer Cuivre) (net 152)) + (via (at 133.35 140.081) (size 0.889) (layers Composant Cuivre) (net 152)) + (segment (start 130.175 140.97) (end 131.064 140.081) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 131.064 140.081) (end 133.35 140.081) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 133.35 140.081) (end 135.509 140.081) (width 0.2032) (layer Composant) (net 152)) + (segment (start 135.509 140.081) (end 144.526 131.064) (width 0.2032) (layer Composant) (net 152)) + (segment (start 109.22 148.59) (end 114.3 143.51) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 106.68 148.59) (end 109.22 148.59) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 101.6 158.496) (end 101.6 161.163) (width 0.3048) (layer Cuivre) (net 152) (status C00)) + (segment (start 128.27 140.97) (end 125.73 143.51) (width 0.2032) (layer Cuivre) (net 152)) + (segment (start 138.43 161.163) (end 138.43 158.496) (width 0.3048) (layer Composant) (net 153) (status C00)) + (segment (start 139.954 145.034) (end 139.954 148.336) (width 0.2032) (layer Composant) (net 153) (status 800)) + (segment (start 138.811 154.559) (end 138.43 154.94) (width 0.2032) (layer Composant) (net 153)) + (segment (start 138.811 149.479) (end 139.954 148.336) (width 0.2032) (layer Composant) (net 153)) + (segment (start 138.43 154.94) (end 138.43 158.496) (width 0.2032) (layer Composant) (net 153) (status 400)) + (segment (start 138.811 154.559) (end 138.811 149.479) (width 0.2032) (layer Composant) (net 153)) + (segment (start 142.621 154.051) (end 142.621 149.479) (width 0.2032) (layer Composant) (net 154)) + (segment (start 143.51 154.94) (end 143.51 158.496) (width 0.2032) (layer Composant) (net 154) (status 400)) + (segment (start 143.51 154.94) (end 142.621 154.051) (width 0.2032) (layer Composant) (net 154)) + (segment (start 143.2052 145.034) (end 143.2052 148.8948) (width 0.2032) (layer Composant) (net 154) (status 800)) + (segment (start 143.51 161.163) (end 143.51 158.496) (width 0.3048) (layer Composant) (net 154) (status C00)) + (segment (start 142.621 149.479) (end 143.2052 148.8948) (width 0.2032) (layer Composant) (net 154)) + (segment (start 145.796 145.034) (end 145.796 148.336) (width 0.2032) (layer Composant) (net 155) (status 800)) + (segment (start 147.32 150.495) (end 148.59 151.765) (width 0.2032) (layer Cuivre) (net 155)) + (segment (start 148.59 151.765) (end 148.59 158.496) (width 0.2032) (layer Cuivre) (net 155) (status 400)) + (segment (start 147.32 149.86) (end 145.796 148.336) (width 0.2032) (layer Composant) (net 155)) + (segment (start 147.32 150.495) (end 147.32 149.86) (width 0.2032) (layer Composant) (net 155)) + (via (at 147.32 150.495) (size 0.889) (layers Composant Cuivre) (net 155)) + (segment (start 148.59 161.163) (end 148.59 158.496) (width 0.3048) (layer Cuivre) (net 155) (status C00)) + (segment (start 144.399 149.479) (end 143.8402 148.9202) (width 0.2032) (layer Composant) (net 156)) + (segment (start 144.78 154.94) (end 144.78 158.496) (width 0.2032) (layer Composant) (net 156) (status 400)) + (segment (start 144.78 154.94) (end 144.399 154.559) (width 0.2032) (layer Composant) (net 156)) + (segment (start 143.8402 145.034) (end 143.8402 148.9202) (width 0.2032) (layer Composant) (net 156) (status 800)) + (segment (start 144.78 161.163) (end 144.78 158.496) (width 0.3048) (layer Composant) (net 156) (status C00)) + (segment (start 144.399 154.559) (end 144.399 149.479) (width 0.2032) (layer Composant) (net 156)) + (segment (start 116.84 158.496) (end 116.84 154.94) (width 0.2032) (layer Composant) (net 157) (status 800)) + (segment (start 116.078 144.272) (end 116.078 146.558) (width 0.2032) (layer Composant) (net 157)) + (segment (start 116.459 143.891) (end 116.078 144.272) (width 0.2032) (layer Composant) (net 157)) + (segment (start 116.078 146.558) (end 116.459 146.939) (width 0.2032) (layer Composant) (net 157)) + (segment (start 116.459 154.559) (end 116.459 146.939) (width 0.2032) (layer Composant) (net 157)) + (segment (start 116.84 154.94) (end 116.459 154.559) (width 0.2032) (layer Composant) (net 157)) + (segment (start 116.459 143.891) (end 116.459 137.922) (width 0.2032) (layer Composant) (net 157)) + (segment (start 116.459 137.922) (end 122.6566 131.7244) (width 0.2032) (layer Composant) (net 157)) + (segment (start 122.6566 131.7244) (end 125.984 131.7244) (width 0.2032) (layer Composant) (net 157) (status 400)) + (segment (start 116.84 161.163) (end 116.84 158.496) (width 0.3048) (layer Composant) (net 157) (status C00)) + (segment (start 125.984 128.4732) (end 128.4732 128.4732) (width 0.2032) (layer Composant) (net 158) (status 800)) + (segment (start 132.969 132.969) (end 128.4732 128.4732) (width 0.2032) (layer Composant) (net 158)) + (via (at 128.905 142.24) (size 0.889) (layers Composant Cuivre) (net 158)) + (segment (start 111.76 153.67) (end 111.76 148.59) (width 0.2032) (layer Cuivre) (net 158)) + (segment (start 129.794 142.24) (end 128.905 142.24) (width 0.2032) (layer Composant) (net 158)) + (segment (start 113.03 161.163) (end 113.03 158.496) (width 0.2032) (layer Cuivre) (net 158) (status C00)) + (segment (start 111.76 148.59) (end 115.57 144.78) (width 0.2032) (layer Cuivre) (net 158)) + (segment (start 113.03 154.94) (end 111.76 153.67) (width 0.2032) (layer Cuivre) (net 158)) + (segment (start 113.03 158.496) (end 113.03 154.94) (width 0.2032) (layer Cuivre) (net 158) (status 800)) + (segment (start 126.365 144.78) (end 115.57 144.78) (width 0.2032) (layer Cuivre) (net 158)) + (segment (start 128.905 142.24) (end 126.365 144.78) (width 0.2032) (layer Cuivre) (net 158)) + (segment (start 129.794 142.24) (end 132.969 139.065) (width 0.2032) (layer Composant) (net 158)) + (segment (start 132.969 132.969) (end 132.969 139.065) (width 0.2032) (layer Composant) (net 158)) + (segment (start 145.161 145.034) (end 145.161 148.717) (width 0.2032) (layer Composant) (net 159) (status 800)) + (segment (start 146.304 153.924) (end 146.304 149.86) (width 0.2032) (layer Composant) (net 159)) + (segment (start 146.304 149.86) (end 145.161 148.717) (width 0.2032) (layer Composant) (net 159)) + (segment (start 147.32 154.94) (end 147.32 158.496) (width 0.2032) (layer Composant) (net 159) (status 400)) + (segment (start 147.32 154.94) (end 146.304 153.924) (width 0.2032) (layer Composant) (net 159)) + (segment (start 147.32 161.163) (end 147.32 158.496) (width 0.3048) (layer Composant) (net 159) (status C00)) + (segment (start 141.605 150.495) (end 142.621 151.511) (width 0.2032) (layer Cuivre) (net 160)) + (segment (start 142.621 154.559) (end 142.24 154.94) (width 0.2032) (layer Cuivre) (net 160)) + (segment (start 142.5448 145.034) (end 142.5448 148.5392) (width 0.2032) (layer Composant) (net 160) (status 800)) + (segment (start 141.605 149.479) (end 142.5448 148.5392) (width 0.2032) (layer Composant) (net 160)) + (segment (start 142.24 158.496) (end 142.24 161.163) (width 0.3048) (layer Cuivre) (net 160) (status C00)) + (via (at 141.605 150.495) (size 0.889) (layers Composant Cuivre) (net 160)) + (segment (start 141.605 149.479) (end 141.605 150.495) (width 0.2032) (layer Composant) (net 160)) + (segment (start 142.24 154.94) (end 142.24 158.496) (width 0.2032) (layer Cuivre) (net 160) (status 400)) + (segment (start 142.621 154.559) (end 142.621 151.511) (width 0.2032) (layer Cuivre) (net 160)) + (segment (start 138.811 151.384) (end 139.7 150.495) (width 0.2032) (layer Cuivre) (net 161)) + (via (at 139.7 150.495) (size 0.889) (layers Composant Cuivre) (net 161)) + (segment (start 139.7 161.163) (end 139.7 158.496) (width 0.3048) (layer Cuivre) (net 161) (status C00)) + (segment (start 139.7 154.94) (end 138.811 154.051) (width 0.2032) (layer Cuivre) (net 161)) + (segment (start 138.811 154.051) (end 138.811 151.384) (width 0.2032) (layer Cuivre) (net 161)) + (segment (start 139.7 149.479) (end 139.7 150.495) (width 0.2032) (layer Composant) (net 161)) + (segment (start 140.589 145.034) (end 140.589 148.59) (width 0.2032) (layer Composant) (net 161) (status 800)) + (segment (start 139.7 154.94) (end 139.7 158.496) (width 0.2032) (layer Cuivre) (net 161) (status 400)) + (segment (start 139.7 149.479) (end 140.589 148.59) (width 0.2032) (layer Composant) (net 161)) + (segment (start 139.065 127.6096) (end 139.065 127.635) (width 0.2032) (layer Cuivre) (net 162)) + (segment (start 139.2936 126.238) (end 139.2936 127.381) (width 0.2032) (layer Cuivre) (net 162)) + (segment (start 139.2936 127.381) (end 139.065 127.6096) (width 0.2032) (layer Cuivre) (net 162)) + (segment (start 139.2936 113.8428) (end 139.2936 126.238) (width 0.2032) (layer Composant) (net 162) (status 800)) + (segment (start 138.6586 108.458) (end 138.6586 103.759) (width 0.2032) (layer Composant) (net 162) (status 400)) + (segment (start 135.128 131.572) (end 126.873 131.572) (width 0.2032) (layer Cuivre) (net 162)) + (via (at 139.2936 126.238) (size 0.889) (layers Composant Cuivre) (net 162)) + (segment (start 124.46 133.985) (end 126.873 131.572) (width 0.2032) (layer Cuivre) (net 162)) + (segment (start 139.065 127.635) (end 135.128 131.572) (width 0.2032) (layer Cuivre) (net 162)) + (segment (start 100.33 135.89) (end 102.235 133.985) (width 0.2032) (layer Cuivre) (net 162) (status 800)) + (segment (start 139.2936 109.093) (end 138.6586 108.458) (width 0.2032) (layer Composant) (net 162)) + (segment (start 102.235 133.985) (end 124.46 133.985) (width 0.2032) (layer Cuivre) (net 162)) + (segment (start 139.2936 113.8428) (end 139.2936 109.093) (width 0.2032) (layer Composant) (net 162) (status 800)) + (segment (start 140.589 108.585) (end 139.954 107.95) (width 0.2032) (layer Composant) (net 163)) + (segment (start 135.509 132.08) (end 140.589 127) (width 0.2032) (layer Cuivre) (net 163)) + (segment (start 140.589 126.238) (end 140.589 127) (width 0.2032) (layer Cuivre) (net 163)) + (segment (start 127.127 132.08) (end 135.509 132.08) (width 0.2032) (layer Cuivre) (net 163)) + (segment (start 140.589 113.8428) (end 140.589 126.238) (width 0.2032) (layer Composant) (net 163) (status 800)) + (via (at 140.589 126.238) (size 0.889) (layers Composant Cuivre) (net 163)) + (segment (start 124.714 134.493) (end 104.267 134.493) (width 0.2032) (layer Cuivre) (net 163)) + (segment (start 127.127 132.08) (end 124.714 134.493) (width 0.2032) (layer Cuivre) (net 163)) + (segment (start 139.954 107.95) (end 139.954 103.759) (width 0.2032) (layer Composant) (net 163) (status 400)) + (segment (start 102.87 135.89) (end 104.267 134.493) (width 0.2032) (layer Cuivre) (net 163) (status 800)) + (segment (start 140.589 113.8428) (end 140.589 108.585) (width 0.2032) (layer Composant) (net 163) (status 800)) + (segment (start 139.2936 108.1786) (end 139.2936 103.759) (width 0.2032) (layer Composant) (net 164) (status 400)) + (segment (start 139.954 108.839) (end 139.2936 108.1786) (width 0.2032) (layer Composant) (net 164)) + (segment (start 139.954 113.8428) (end 139.954 108.839) (width 0.2032) (layer Composant) (net 164) (status 800)) + (segment (start 135.255 123.825) (end 135.89 123.19) (width 0.2032) (layer Composant) (net 165)) + (segment (start 134.747 105.537) (end 135.4074 105.537) (width 0.2032) (layer Composant) (net 165)) + (segment (start 133.985 106.299) (end 134.747 105.537) (width 0.2032) (layer Composant) (net 165)) + (segment (start 92.71 135.89) (end 96.139 132.461) (width 0.2032) (layer Cuivre) (net 165) (status 800)) + (segment (start 136.144 119.634) (end 136.144 115.824) (width 0.2032) (layer Composant) (net 165)) + (segment (start 135.89 119.888) (end 136.144 119.634) (width 0.2032) (layer Composant) (net 165)) + (segment (start 133.985 109.855) (end 133.985 106.299) (width 0.2032) (layer Composant) (net 165)) + (segment (start 136.144 115.824) (end 136.0424 115.7224) (width 0.2032) (layer Composant) (net 165)) + (segment (start 135.4074 103.759) (end 135.4074 105.537) (width 0.2032) (layer Composant) (net 165) (status 800)) + (segment (start 126.111 130.048) (end 123.698 132.461) (width 0.2032) (layer Cuivre) (net 165)) + (segment (start 135.89 123.19) (end 135.89 119.888) (width 0.2032) (layer Composant) (net 165)) + (segment (start 136.0424 113.8428) (end 136.0424 115.7224) (width 0.2032) (layer Composant) (net 165) (status 800)) + (segment (start 135.255 127.635) (end 132.842 130.048) (width 0.2032) (layer Cuivre) (net 165)) + (segment (start 136.0424 111.9124) (end 133.985 109.855) (width 0.2032) (layer Composant) (net 165)) + (segment (start 136.0424 111.9124) (end 136.0424 113.8428) (width 0.2032) (layer Composant) (net 165) (status 400)) + (segment (start 135.255 126.365) (end 135.255 127.635) (width 0.2032) (layer Cuivre) (net 165)) + (via (at 135.255 126.365) (size 0.889) (layers Composant Cuivre) (net 165)) + (segment (start 135.255 123.825) (end 135.255 126.365) (width 0.2032) (layer Composant) (net 165)) + (segment (start 123.698 132.461) (end 96.139 132.461) (width 0.2032) (layer Cuivre) (net 165)) + (segment (start 126.111 130.048) (end 132.842 130.048) (width 0.2032) (layer Cuivre) (net 165)) + (via (at 135.636 68.072) (size 0.889) (layers Composant Cuivre) (net 166)) + (segment (start 135.636 68.072) (end 135.128 67.564) (width 0.2032) (layer Composant) (net 166)) + (segment (start 145.415 69.723) (end 145.415 68.58) (width 0.2032) (layer Composant) (net 166)) + (segment (start 145.415 68.58) (end 145.923 68.072) (width 0.2032) (layer Composant) (net 166)) + (segment (start 130.81 57.912) (end 130.81 58.928) (width 0.2032) (layer Composant) (net 166) (status 400)) + (segment (start 146.05 68.072) (end 135.636 68.072) (width 0.2032) (layer Cuivre) (net 166)) + (segment (start 135.128 67.564) (end 135.128 57.912) (width 0.2032) (layer Composant) (net 166)) + (via (at 146.05 68.072) (size 0.889) (layers Composant Cuivre) (net 166)) + (segment (start 131.064 57.658) (end 130.81 57.912) (width 0.2032) (layer Composant) (net 166)) + (segment (start 145.161 69.977) (end 145.415 69.723) (width 0.2032) (layer Composant) (net 166)) + (segment (start 146.05 68.072) (end 145.923 68.072) (width 0.2032) (layer Composant) (net 166)) + (segment (start 135.128 57.912) (end 134.874 57.658) (width 0.2032) (layer Composant) (net 166)) + (segment (start 145.161 69.977) (end 145.161 72.5678) (width 0.2032) (layer Composant) (net 166) (status 400)) + (segment (start 134.874 57.658) (end 131.064 57.658) (width 0.2032) (layer Composant) (net 166)) + (segment (start 332.867 65.786) (end 332.867 68.453) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 332.867 69.469) (end 332.867 68.453) (width 0.2032) (layer Cuivre) (net 167)) + (segment (start 332.613 69.723) (end 332.867 69.469) (width 0.2032) (layer Cuivre) (net 167)) + (segment (start 326.009 92.0242) (end 326.009 90.297) (width 0.2032) (layer Composant) (net 167) (status 800)) + (via (at 332.867 68.453) (size 0.889) (layers Composant Cuivre) (net 167)) + (via (at 99.441 58.293) (size 0.889) (layers Composant Cuivre) (net 167)) + (segment (start 326.898 69.723) (end 326.898 72.517) (width 0.2032) (layer Composant) (net 167)) + (segment (start 326.517 72.898) (end 326.517 85.598) (width 0.2032) (layer Composant) (net 167)) + (segment (start 325.755 86.36) (end 325.755 90.043) (width 0.2032) (layer Composant) (net 167)) + (segment (start 331.343 64.262) (end 332.867 65.786) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 300.228 57.023) (end 329.057 57.023) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 100.584 57.15) (end 300.101 57.15) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 331.597 59.563) (end 331.597 62.103) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 331.343 62.357) (end 331.343 64.262) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 326.898 72.517) (end 326.517 72.898) (width 0.2032) (layer Composant) (net 167)) + (segment (start 99.441 58.293) (end 100.584 57.15) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 331.597 62.103) (end 331.343 62.357) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 326.898 69.723) (end 332.613 69.723) (width 0.2032) (layer Cuivre) (net 167)) + (segment (start 300.101 57.15) (end 300.228 57.023) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 99.949 76.073) (end 100.711 75.311) (width 0.2032) (layer Composant) (net 167)) + (segment (start 99.441 58.674) (end 99.441 58.293) (width 0.2032) (layer Composant) (net 167)) + (segment (start 99.695 62.865) (end 99.695 58.928) (width 0.2032) (layer Composant) (net 167)) + (segment (start 100.711 75.311) (end 100.711 63.881) (width 0.2032) (layer Composant) (net 167)) + (segment (start 326.009 90.297) (end 325.755 90.043) (width 0.2032) (layer Composant) (net 167)) + (segment (start 99.9236 78.867) (end 99.9236 76.708) (width 0.2032) (layer Composant) (net 167) (status 800)) + (segment (start 100.711 63.881) (end 99.695 62.865) (width 0.2032) (layer Composant) (net 167)) + (segment (start 99.949 76.708) (end 99.949 76.073) (width 0.2032) (layer Composant) (net 167)) + (segment (start 99.9236 76.708) (end 99.949 76.708) (width 0.2032) (layer Composant) (net 167)) + (segment (start 329.057 57.023) (end 331.597 59.563) (width 0.2032) (layer VCC_layer) (net 167)) + (segment (start 99.695 58.928) (end 99.441 58.674) (width 0.2032) (layer Composant) (net 167)) + (via (at 326.898 69.723) (size 0.889) (layers Composant Cuivre) (net 167)) + (segment (start 326.517 85.598) (end 325.755 86.36) (width 0.2032) (layer Composant) (net 167)) + (via (at 100.965 58.547) (size 0.889) (layers Composant Cuivre) (net 168)) + (segment (start 100.965 58.547) (end 100.965 59.182) (width 0.2032) (layer Composant) (net 168)) + (segment (start 324.0532 90.043) (end 324.231 90.043) (width 0.2032) (layer Composant) (net 168)) + (segment (start 164.592 60.071) (end 165.227 59.436) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 325.882 66.675) (end 326.517 66.04) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 322.453 62.611) (end 322.199 62.865) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 295.021 61.468) (end 304.927 61.468) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 306.324 62.865) (end 304.927 61.468) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 100.584 76.2) (end 100.584 78.867) (width 0.2032) (layer Composant) (net 168) (status 400)) + (segment (start 101.219 75.565) (end 100.584 76.2) (width 0.2032) (layer Composant) (net 168)) + (segment (start 157.988 59.055) (end 156.845 57.912) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 295.021 61.468) (end 292.989 59.436) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 101.219 64.262) (end 101.219 75.565) (width 0.2032) (layer Composant) (net 168)) + (segment (start 161.29 60.071) (end 160.274 59.055) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 292.989 59.436) (end 165.227 59.436) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 326.517 62.865) (end 326.263 62.611) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 322.199 62.865) (end 306.324 62.865) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 326.517 62.865) (end 326.517 66.04) (width 0.2032) (layer Cuivre) (net 168)) + (via (at 325.882 66.675) (size 0.889) (layers Composant Cuivre) (net 168)) + (segment (start 102.489 58.166) (end 102.108 58.547) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 122.174 58.166) (end 102.489 58.166) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 156.845 57.912) (end 122.428 57.912) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 102.108 58.547) (end 100.965 58.547) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 164.592 60.071) (end 161.29 60.071) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 100.965 59.182) (end 102.235 60.452) (width 0.2032) (layer Composant) (net 168)) + (segment (start 102.235 60.452) (end 102.235 63.246) (width 0.2032) (layer Composant) (net 168)) + (segment (start 102.235 63.246) (end 101.219 64.262) (width 0.2032) (layer Composant) (net 168)) + (segment (start 122.428 57.912) (end 122.174 58.166) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 326.263 62.611) (end 322.453 62.611) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 324.0532 92.0242) (end 324.0532 90.043) (width 0.2032) (layer Composant) (net 168) (status 800)) + (segment (start 324.231 90.043) (end 324.231 75.819) (width 0.2032) (layer Composant) (net 168)) + (segment (start 325.882 74.168) (end 324.231 75.819) (width 0.2032) (layer Composant) (net 168)) + (segment (start 160.274 59.055) (end 157.988 59.055) (width 0.2032) (layer Cuivre) (net 168)) + (segment (start 325.882 74.168) (end 325.882 66.675) (width 0.2032) (layer Composant) (net 168)) + (via (at 314.96 86.614) (size 0.889) (layers Composant Cuivre) (net 169)) + (segment (start 316.357 99.949) (end 318.897 99.949) (width 0.2032) (layer Cuivre) (net 169) (status C00)) + (via (at 310.261 64.643) (size 0.889) (layers Composant Cuivre) (net 169)) + (segment (start 310.261 64.643) (end 315.087 64.643) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 310.261 64.643) (end 310.261 65.405) (width 0.2032) (layer Composant) (net 169)) + (segment (start 316.357 97.409) (end 316.357 94.615) (width 0.2032) (layer Composant) (net 169) (status 800)) + (via (at 308.229 59.563) (size 0.889) (layers Composant Cuivre) (net 169)) + (segment (start 160.655 77.216) (end 161.925 75.946) (width 0.2032) (layer Composant) (net 169)) + (segment (start 158.877 77.4446) (end 158.877 77.216) (width 0.2032) (layer Composant) (net 169)) + (segment (start 314.96 93.218) (end 316.357 94.615) (width 0.2032) (layer Composant) (net 169)) + (segment (start 315.722 65.278) (end 315.722 69.596) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 308.229 59.563) (end 308.229 62.611) (width 0.2032) (layer Composant) (net 169)) + (via (at 161.925 58.674) (size 0.889) (layers Composant Cuivre) (net 169)) + (segment (start 316.357 99.949) (end 316.357 97.409) (width 0.2032) (layer Composant) (net 169) (status C00)) + (segment (start 161.925 58.674) (end 163.322 58.674) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 161.925 75.946) (end 161.925 58.674) (width 0.2032) (layer Composant) (net 169)) + (segment (start 310.388 65.532) (end 310.388 66.675) (width 0.2032) (layer Composant) (net 169)) + (segment (start 310.261 65.405) (end 310.388 65.532) (width 0.2032) (layer Composant) (net 169)) + (segment (start 158.877 77.216) (end 160.655 77.216) (width 0.2032) (layer Composant) (net 169)) + (segment (start 308.229 62.611) (end 310.261 64.643) (width 0.2032) (layer Composant) (net 169)) + (segment (start 307.34 60.452) (end 308.229 59.563) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 315.087 64.643) (end 315.722 65.278) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 157.1752 77.4446) (end 158.877 77.4446) (width 0.2032) (layer Composant) (net 169) (status 800)) + (segment (start 295.402 60.452) (end 307.34 60.452) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 293.37 58.42) (end 295.402 60.452) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 314.96 93.218) (end 314.96 86.614) (width 0.2032) (layer Composant) (net 169)) + (segment (start 315.341 81.153) (end 315.341 69.977) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 315.722 69.596) (end 315.341 69.977) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 163.576 58.42) (end 293.37 58.42) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 314.96 86.614) (end 314.96 81.534) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 314.96 81.534) (end 315.341 81.153) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 310.388 66.675) (end 310.4134 66.675) (width 0.2032) (layer Composant) (net 169) (status 400)) + (segment (start 163.322 58.674) (end 163.576 58.42) (width 0.2032) (layer Cuivre) (net 169)) + (segment (start 97.155 73.025) (end 97.155 73.787) (width 0.2032) (layer Composant) (net 170) (status 800)) + (segment (start 97.155 73.787) (end 96.0374 74.93) (width 0.2032) (layer Composant) (net 170)) + (segment (start 96.901 68.072) (end 96.139 68.072) (width 0.2032) (layer Composant) (net 170)) + (segment (start 97.155 68.326) (end 96.901 68.072) (width 0.2032) (layer Composant) (net 170)) + (segment (start 96.0374 78.867) (end 96.0374 74.93) (width 0.2032) (layer Composant) (net 170) (status 800)) + (segment (start 96.139 68.072) (end 95.885 67.818) (width 0.2032) (layer Composant) (net 170)) + (segment (start 95.885 67.818) (end 95.885 61.595) (width 0.2032) (layer Composant) (net 170) (status 400)) + (segment (start 97.155 73.025) (end 97.155 68.326) (width 0.2032) (layer Composant) (net 170) (status 800)) + (segment (start 293.243 58.928) (end 295.275 60.96) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 160.782 77.724) (end 162.433 76.073) (width 0.2032) (layer Composant) (net 171)) + (via (at 312.42 65.405) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 314.833 79.121) (end 314.833 69.723) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 322.834 102.489) (end 322.834 102.997) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.452 85.725) (end 314.071 86.106) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.0202 79.375) (end 314.0202 79.502) (width 0.2032) (layer Composant) (net 171)) + (segment (start 164.211 58.928) (end 163.83 59.309) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.071 87.376) (end 314.071 93.218) (width 0.2032) (layer Composant) (net 171)) + (segment (start 314.071 93.218) (end 315.214 94.361) (width 0.2032) (layer Composant) (net 171)) + (segment (start 315.214 94.361) (end 315.214 100.711) (width 0.2032) (layer Composant) (net 171)) + (segment (start 315.214 100.711) (end 316.103 101.6) (width 0.2032) (layer Composant) (net 171)) + (via (at 316.103 101.6) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 316.103 101.6) (end 321.945 101.6) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 321.945 101.6) (end 322.834 102.489) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 163.83 59.309) (end 162.687 59.309) (width 0.2032) (layer Composant) (net 171)) + (segment (start 312.42 65.405) (end 314.579 65.405) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 308.61 60.96) (end 309.499 61.849) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.0202 79.502) (end 314.452 79.502) (width 0.2032) (layer Composant) (net 171)) + (segment (start 162.433 59.563) (end 162.687 59.309) (width 0.2032) (layer Composant) (net 171)) + (segment (start 159.258 77.724) (end 160.782 77.724) (width 0.2032) (layer Composant) (net 171)) + (segment (start 293.243 58.928) (end 164.211 58.928) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.579 65.405) (end 315.214 66.04) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 159.258 78.0796) (end 159.258 77.724) (width 0.2032) (layer Composant) (net 171)) + (segment (start 327.406 104.013) (end 329.184 102.235) (width 0.2032) (layer Cuivre) (net 171)) + (via (at 163.83 59.309) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 157.1752 78.0796) (end 159.258 78.0796) (width 0.2032) (layer Composant) (net 171) (status 800)) + (via (at 314.071 87.376) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 295.275 60.96) (end 308.61 60.96) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.452 79.502) (end 314.452 85.725) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 313.563 78.9178) (end 314.0202 79.375) (width 0.2032) (layer Composant) (net 171)) + (segment (start 162.433 76.073) (end 162.433 59.563) (width 0.2032) (layer Composant) (net 171)) + (segment (start 312.42 65.405) (end 309.499 62.484) (width 0.2032) (layer Composant) (net 171)) + (segment (start 312.674 78.9178) (end 313.563 78.9178) (width 0.2032) (layer Composant) (net 171) (status 800)) + (segment (start 323.85 104.013) (end 327.406 104.013) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 314.452 79.502) (end 314.833 79.121) (width 0.2032) (layer Cuivre) (net 171)) + (via (at 314.452 79.502) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 329.184 102.235) (end 333.375 102.235) (width 0.2032) (layer Cuivre) (net 171) (status 400)) + (segment (start 315.214 66.04) (end 315.214 69.342) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 315.214 69.342) (end 314.833 69.723) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 322.834 102.997) (end 323.85 104.013) (width 0.2032) (layer Cuivre) (net 171)) + (segment (start 309.499 62.484) (end 309.499 61.849) (width 0.2032) (layer Composant) (net 171)) + (segment (start 314.071 86.106) (end 314.071 87.376) (width 0.2032) (layer Cuivre) (net 171)) + (via (at 309.499 61.849) (size 0.889) (layers Composant Cuivre) (net 171)) + (segment (start 122.936 82.804) (end 122.301 82.169) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 122.301 82.169) (end 122.301 81.026) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 129.159 92.202) (end 129.159 90.043) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 129.667 83.058) (end 129.413 82.804) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 121.92 80.645) (end 121.92 69.342) (width 0.2032) (layer Composant) (net 172)) + (segment (start 129.667 89.535) (end 129.667 83.058) (width 0.2032) (layer Cuivre) (net 172)) + (via (at 121.92 69.342) (size 0.889) (layers Composant Cuivre) (net 172)) + (segment (start 129.54 102.235) (end 129.413 102.235) (width 0.2032) (layer Composant) (net 172)) + (segment (start 121.92 80.645) (end 122.301 81.026) (width 0.2032) (layer Composant) (net 172)) + (segment (start 107.569 67.564) (end 107.696 67.564) (width 0.2032) (layer Cuivre) (net 172) (status 800)) + (via (at 107.696 69.342) (size 0.889) (layers Composant Cuivre) (net 172)) + (segment (start 129.159 90.043) (end 129.667 89.535) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 129.54 103.759) (end 129.54 102.235) (width 0.2032) (layer Composant) (net 172) (status 800)) + (segment (start 121.92 69.342) (end 107.696 69.342) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 129.413 92.456) (end 129.159 92.202) (width 0.2032) (layer Composant) (net 172)) + (via (at 122.301 81.026) (size 0.889) (layers Composant Cuivre) (net 172)) + (segment (start 107.696 73.4568) (end 107.696 69.342) (width 0.2032) (layer Composant) (net 172)) + (segment (start 129.413 82.804) (end 122.936 82.804) (width 0.2032) (layer Cuivre) (net 172)) + (via (at 129.159 92.202) (size 0.889) (layers Composant Cuivre) (net 172)) + (segment (start 107.696 69.342) (end 107.696 67.564) (width 0.2032) (layer Cuivre) (net 172)) + (segment (start 109.0422 78.867) (end 109.0422 74.803) (width 0.2032) (layer Composant) (net 172) (status 800)) + (segment (start 109.0422 74.803) (end 107.696 73.4568) (width 0.2032) (layer Composant) (net 172)) + (segment (start 129.413 102.235) (end 129.413 92.456) (width 0.2032) (layer Composant) (net 172)) + (via (at 124.587 102.362) (size 0.889) (layers Composant Cuivre) (net 173)) + (segment (start 112.903 93.091) (end 112.903 88.9) (width 0.2032) (layer Composant) (net 173)) + (segment (start 124.587 100.203) (end 124.333 100.457) (width 0.2032) (layer Composant) (net 173)) + (segment (start 110.617 87.249) (end 110.617 81.153) (width 0.2032) (layer Composant) (net 173)) + (segment (start 124.587 102.362) (end 123.444 102.362) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 112.649 88.646) (end 111.379 88.646) (width 0.2032) (layer Composant) (net 173)) + (segment (start 112.903 93.091) (end 113.538 93.726) (width 0.2032) (layer Composant) (net 173)) + (segment (start 120.396 102.362) (end 120.65 102.108) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 111.379 88.646) (end 111.125 88.392) (width 0.2032) (layer Composant) (net 173)) + (segment (start 124.333 102.108) (end 124.587 102.362) (width 0.2032) (layer Composant) (net 173)) + (segment (start 113.538 93.726) (end 113.538 97.536) (width 0.2032) (layer Composant) (net 173)) + (segment (start 113.538 97.536) (end 116.205 100.203) (width 0.2032) (layer Composant) (net 173)) + (via (at 110.617 81.153) (size 0.889) (layers Composant Cuivre) (net 173)) + (segment (start 106.426 81.534) (end 106.807 81.153) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 112.903 88.9) (end 112.649 88.646) (width 0.2032) (layer Composant) (net 173)) + (via (at 106.426 81.534) (size 0.889) (layers Composant Cuivre) (net 173)) + (segment (start 111.125 87.757) (end 110.617 87.249) (width 0.2032) (layer Composant) (net 173)) + (segment (start 120.396 102.362) (end 116.205 102.362) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 111.125 88.392) (end 111.125 87.757) (width 0.2032) (layer Composant) (net 173)) + (segment (start 106.426 81.534) (end 106.426 78.867) (width 0.2032) (layer Composant) (net 173) (status 400)) + (segment (start 125.984 100.203) (end 124.587 100.203) (width 0.2032) (layer Composant) (net 173) (status 800)) + (via (at 116.205 102.362) (size 0.889) (layers Composant Cuivre) (net 173)) + (segment (start 106.807 81.153) (end 110.617 81.153) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 120.65 102.108) (end 123.19 102.108) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 124.333 100.457) (end 124.333 102.108) (width 0.2032) (layer Composant) (net 173)) + (segment (start 116.205 102.362) (end 116.205 100.203) (width 0.2032) (layer Composant) (net 173)) + (segment (start 123.19 102.108) (end 123.444 102.362) (width 0.2032) (layer Cuivre) (net 173)) + (segment (start 98.425 69.85) (end 98.425 70.866) (width 0.2032) (layer Composant) (net 174)) + (segment (start 98.044 75.35672) (end 97.409 76.073) (width 0.2032) (layer Composant) (net 174)) + (segment (start 98.171 71.12) (end 98.425 70.866) (width 0.2032) (layer Composant) (net 174)) + (segment (start 97.409 78.486) (end 97.3328 78.867) (width 0.2032) (layer Composant) (net 174) (status 400)) + (segment (start 98.425 61.595) (end 98.425 69.85) (width 0.2032) (layer Composant) (net 174) (status 800)) + (segment (start 97.409 76.073) (end 97.409 78.486) (width 0.2032) (layer Composant) (net 174)) + (segment (start 98.171 75.21448) (end 98.171 71.12) (width 0.2032) (layer Composant) (net 174)) + (segment (start 94.615 73.025) (end 94.615 70.485) (width 0.2032) (layer Cuivre) (net 174) (status 800)) + (segment (start 98.171 75.21448) (end 98.044 75.35672) (width 0.2032) (layer Composant) (net 174)) + (segment (start 95.25 69.85) (end 98.425 69.85) (width 0.2032) (layer Cuivre) (net 174)) + (via (at 98.425 69.85) (size 0.889) (layers Composant Cuivre) (net 174)) + (segment (start 94.615 70.485) (end 95.25 69.85) (width 0.2032) (layer Cuivre) (net 174)) + (via (at 111.633 70.231) (size 0.889) (layers Composant Cuivre) (net 175)) + (segment (start 106.045 68.961) (end 107.315 70.231) (width 0.2032) (layer Cuivre) (net 175)) + (segment (start 107.315 70.231) (end 111.633 70.231) (width 0.2032) (layer Cuivre) (net 175)) + (segment (start 111.633 78.867) (end 111.633 70.231) (width 0.2032) (layer Composant) (net 175) (status 800)) + (segment (start 106.045 68.961) (end 101.727 68.961) (width 0.2032) (layer Cuivre) (net 175)) + (segment (start 100.965 68.199) (end 100.965 61.595) (width 0.2032) (layer Cuivre) (net 175) (status 400)) + (segment (start 100.965 68.199) (end 101.727 68.961) (width 0.2032) (layer Cuivre) (net 175)) + (segment (start 132.7912 101.219) (end 132.969 101.219) (width 0.2032) (layer Composant) (net 176)) + (via (at 136.144 88.9) (size 0.889) (layers Composant Cuivre) (net 176)) + (segment (start 129.032 63.246) (end 130.048 63.246) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 132.969 101.219) (end 132.969 92.456) (width 0.2032) (layer Composant) (net 176)) + (segment (start 128.27 64.262) (end 128.27 64.008) (width 0.2032) (layer Composant) (net 176) (status 800)) + (segment (start 134.493 77.216) (end 134.493 71.247) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 136.144 78.867) (end 134.493 77.216) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 133.096 69.85) (end 133.096 65.151) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 130.683 63.881) (end 131.826 63.881) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 132.7912 103.759) (end 132.7912 101.219) (width 0.2032) (layer Composant) (net 176) (status 800)) + (segment (start 130.048 63.246) (end 130.683 63.881) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 136.144 88.9) (end 136.144 78.867) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 134.493 71.247) (end 133.096 69.85) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 128.27 64.008) (end 129.032 63.246) (width 0.2032) (layer VCC_layer) (net 176)) + (segment (start 132.969 92.456) (end 136.144 89.281) (width 0.2032) (layer Composant) (net 176)) + (segment (start 133.096 65.151) (end 131.826 63.881) (width 0.2032) (layer VCC_layer) (net 176)) + (via (at 128.27 64.008) (size 0.889) (layers Composant Cuivre) (net 176)) + (segment (start 136.144 89.281) (end 136.144 88.9) (width 0.2032) (layer Composant) (net 176)) + (segment (start 132.1562 100.838) (end 132.461 100.838) (width 0.2032) (layer Composant) (net 177)) + (segment (start 132.588 65.405) (end 131.699 64.516) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 135.001 89.789) (end 135.001 88.9) (width 0.2032) (layer Composant) (net 177)) + (segment (start 132.461 100.838) (end 132.461 92.329) (width 0.2032) (layer Composant) (net 177)) + (segment (start 130.302 64.516) (end 129.794 64.008) (width 0.2032) (layer VCC_layer) (net 177)) + (via (at 135.001 88.9) (size 0.889) (layers Composant Cuivre) (net 177)) + (segment (start 132.461 92.329) (end 135.001 89.789) (width 0.2032) (layer Composant) (net 177)) + (segment (start 133.985 77.724) (end 133.985 71.374) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 132.588 69.977) (end 132.588 65.405) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 135.001 88.9) (end 135.001 78.74) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 129.794 64.008) (end 129.54 64.008) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 135.001 78.74) (end 133.985 77.724) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 132.1562 103.759) (end 132.1562 100.838) (width 0.2032) (layer Composant) (net 177) (status 800)) + (via (at 129.54 64.008) (size 0.889) (layers Composant Cuivre) (net 177)) + (segment (start 130.302 64.516) (end 131.699 64.516) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 133.985 71.374) (end 132.588 69.977) (width 0.2032) (layer VCC_layer) (net 177)) + (segment (start 129.54 64.008) (end 129.54 64.262) (width 0.2032) (layer Composant) (net 177) (status 400)) + (segment (start 145.923 71.12) (end 145.923 69.469) (width 0.2032) (layer Composant) (net 178)) + (segment (start 145.923 69.469) (end 146.812 68.58) (width 0.2032) (layer Composant) (net 178)) + (segment (start 145.923 71.12) (end 145.796 71.247) (width 0.2032) (layer Composant) (net 178)) + (segment (start 146.812 66.802) (end 146.812 68.58) (width 0.2032) (layer Composant) (net 178) (status 800)) + (segment (start 145.796 71.247) (end 145.796 72.5678) (width 0.2032) (layer Composant) (net 178) (status 400)) + (segment (start 148.082 70.1294) (end 148.082 66.802) (width 0.2032) (layer Composant) (net 179) (status 400)) + (segment (start 147.0914 72.5678) (end 147.0914 71.12) (width 0.2032) (layer Composant) (net 179) (status 800)) + (segment (start 147.0914 71.12) (end 148.082 70.1294) (width 0.2032) (layer Composant) (net 179)) + (segment (start 149.7076 70.358) (end 149.352 70.0024) (width 0.2032) (layer Composant) (net 180)) + (segment (start 149.7076 72.5678) (end 149.7076 70.358) (width 0.2032) (layer Composant) (net 180) (status 800)) + (segment (start 149.352 70.0024) (end 149.352 66.802) (width 0.2032) (layer Composant) (net 180) (status 400)) + (segment (start 150.622 70.0786) (end 150.622 66.802) (width 0.2032) (layer Composant) (net 181) (status 400)) + (segment (start 150.3426 70.358) (end 150.622 70.0786) (width 0.2032) (layer Composant) (net 181)) + (segment (start 150.3426 72.5678) (end 150.3426 70.358) (width 0.2032) (layer Composant) (net 181) (status 800)) + (segment (start 151.003 70.231) (end 151.003 72.5678) (width 0.2032) (layer Composant) (net 182) (status 400)) + (segment (start 153.162 66.802) (end 153.162 68.072) (width 0.2032) (layer Composant) (net 182) (status 800)) + (segment (start 153.162 68.072) (end 151.003 70.231) (width 0.2032) (layer Composant) (net 182)) + (segment (start 151.6634 70.485) (end 154.432 67.7164) (width 0.2032) (layer Composant) (net 183)) + (segment (start 154.432 67.7164) (end 154.432 66.802) (width 0.2032) (layer Composant) (net 183) (status 400)) + (segment (start 151.6634 72.5678) (end 151.6634 70.485) (width 0.2032) (layer Composant) (net 183) (status 800)) + (segment (start 155.702 67.4878) (end 155.702 66.802) (width 0.2032) (layer Composant) (net 184) (status 400)) + (segment (start 152.9588 70.231) (end 155.702 67.4878) (width 0.2032) (layer Composant) (net 184)) + (segment (start 152.9588 72.5678) (end 152.9588 70.231) (width 0.2032) (layer Composant) (net 184) (status 800)) + (segment (start 158.369 72.771) (end 158.369 71.12) (width 0.2032) (layer Composant) (net 185)) + (segment (start 158.75 70.739) (end 158.369 71.12) (width 0.2032) (layer Composant) (net 185)) + (segment (start 157.1752 76.7842) (end 155.575 76.7842) (width 0.2032) (layer Composant) (net 185) (status 800)) + (segment (start 158.496 66.802) (end 158.75 67.056) (width 0.2032) (layer Composant) (net 185)) + (segment (start 155.575 76.7842) (end 155.575 75.057) (width 0.2032) (layer Composant) (net 185)) + (segment (start 156.464 74.676) (end 155.956 74.676) (width 0.2032) (layer Composant) (net 185)) + (segment (start 158.496 66.802) (end 156.972 66.802) (width 0.2032) (layer Composant) (net 185) (status 400)) + (segment (start 155.575 75.057) (end 155.956 74.676) (width 0.2032) (layer Composant) (net 185)) + (segment (start 158.369 72.771) (end 156.464 74.676) (width 0.2032) (layer Composant) (net 185)) + (segment (start 158.75 67.056) (end 158.75 70.739) (width 0.2032) (layer Composant) (net 185)) + (segment (start 147.828 64.897) (end 150.749 64.897) (width 0.2032) (layer Composant) (net 186)) + (segment (start 156.972 58.674) (end 156.972 57.658) (width 0.2032) (layer Composant) (net 186) (status 400)) + (segment (start 146.4564 72.5678) (end 146.4564 69.723) (width 0.2032) (layer Composant) (net 186) (status 800)) + (segment (start 146.4564 69.723) (end 147.447 68.7324) (width 0.2032) (layer Composant) (net 186)) + (segment (start 147.447 65.278) (end 147.828 64.897) (width 0.2032) (layer Composant) (net 186)) + (segment (start 156.972 58.674) (end 150.749 64.897) (width 0.2032) (layer Composant) (net 186)) + (segment (start 147.447 68.7324) (end 147.447 65.278) (width 0.2032) (layer Composant) (net 186)) + (segment (start 145.542 67.183) (end 145.542 66.802) (width 0.2032) (layer Composant) (net 187) (status 400)) + (segment (start 144.526 71.12) (end 144.526 72.136) (width 0.2032) (layer Composant) (net 187)) + (segment (start 144.78 67.945) (end 145.542 67.183) (width 0.2032) (layer Composant) (net 187)) + (segment (start 144.526 72.136) (end 144.5006 72.5678) (width 0.2032) (layer Composant) (net 187) (status 400)) + (segment (start 144.272 70.866) (end 144.526 71.12) (width 0.2032) (layer Composant) (net 187)) + (segment (start 144.78 69.596) (end 144.78 67.945) (width 0.2032) (layer Composant) (net 187)) + (segment (start 144.272 70.104) (end 144.78 69.596) (width 0.2032) (layer Composant) (net 187)) + (segment (start 144.272 70.104) (end 144.272 70.866) (width 0.2032) (layer Composant) (net 187)) + (segment (start 138.811 67.8434) (end 138.811 61.849) (width 0.2032) (layer Composant) (net 188)) + (segment (start 139.2936 72.5678) (end 139.2936 68.326) (width 0.2032) (layer Composant) (net 188) (status 800)) + (segment (start 154.305 58.674) (end 151.892 61.087) (width 0.2032) (layer Composant) (net 188)) + (segment (start 139.573 61.087) (end 138.811 61.849) (width 0.2032) (layer Composant) (net 188)) + (segment (start 154.432 57.658) (end 154.432 57.912) (width 0.2032) (layer Composant) (net 188) (status 800)) + (segment (start 139.2936 68.326) (end 138.811 67.8434) (width 0.2032) (layer Composant) (net 188)) + (segment (start 154.305 58.674) (end 154.305 58.039) (width 0.2032) (layer Composant) (net 188)) + (segment (start 151.892 61.087) (end 139.573 61.087) (width 0.2032) (layer Composant) (net 188)) + (segment (start 154.305 58.039) (end 154.432 57.912) (width 0.2032) (layer Composant) (net 188)) + (segment (start 140.589 69.596) (end 140.589 72.5678) (width 0.2032) (layer Composant) (net 189) (status 400)) + (segment (start 140.462 69.469) (end 140.589 69.596) (width 0.2032) (layer Composant) (net 189)) + (segment (start 140.462 66.802) (end 140.462 69.469) (width 0.2032) (layer Composant) (net 189) (status 800)) + (segment (start 141.732 69.469) (end 142.621 70.358) (width 0.2032) (layer Composant) (net 190)) + (segment (start 142.621 70.358) (end 142.621 72.136) (width 0.2032) (layer Composant) (net 190)) + (segment (start 141.732 66.802) (end 141.732 69.469) (width 0.2032) (layer Composant) (net 190) (status 800)) + (segment (start 142.621 72.136) (end 142.5448 72.5678) (width 0.2032) (layer Composant) (net 190) (status 400)) + (segment (start 138.6586 72.5678) (end 138.6586 68.58) (width 0.2032) (layer Composant) (net 191) (status 800)) + (segment (start 153.162 57.658) (end 153.162 57.912) (width 0.2032) (layer Composant) (net 191) (status 800)) + (segment (start 153.035 59.055) (end 153.035 58.039) (width 0.2032) (layer Composant) (net 191)) + (segment (start 138.557 60.579) (end 151.511 60.579) (width 0.2032) (layer Composant) (net 191)) + (segment (start 153.035 58.039) (end 153.162 57.912) (width 0.2032) (layer Composant) (net 191)) + (segment (start 138.303 68.2244) (end 138.303 60.833) (width 0.2032) (layer Composant) (net 191)) + (segment (start 151.511 60.579) (end 153.035 59.055) (width 0.2032) (layer Composant) (net 191)) + (segment (start 138.303 60.833) (end 138.557 60.579) (width 0.2032) (layer Composant) (net 191)) + (segment (start 138.6586 68.58) (end 138.303 68.2244) (width 0.2032) (layer Composant) (net 191)) + (segment (start 151.892 59.055) (end 151.892 57.658) (width 0.2032) (layer Composant) (net 192) (status 400)) + (segment (start 137.9982 68.707) (end 137.4902 68.199) (width 0.2032) (layer Composant) (net 192)) + (segment (start 137.4902 68.199) (end 137.4902 60.071) (width 0.2032) (layer Composant) (net 192)) + (segment (start 137.4902 60.071) (end 137.7442 59.817) (width 0.2032) (layer Composant) (net 192)) + (segment (start 137.9982 72.5678) (end 137.9982 68.707) (width 0.2032) (layer Composant) (net 192) (status 800)) + (segment (start 137.7442 59.817) (end 151.257 59.817) (width 0.2032) (layer Composant) (net 192)) + (segment (start 151.892 59.055) (end 151.257 59.817) (width 0.2032) (layer Composant) (net 192)) + (segment (start 155.702 57.658) (end 155.702 57.912) (width 0.2032) (layer Composant) (net 193) (status 800)) + (segment (start 139.573 67.691) (end 139.573 62.103) (width 0.2032) (layer Composant) (net 193)) + (segment (start 139.827 61.849) (end 152.273 61.849) (width 0.2032) (layer Composant) (net 193)) + (segment (start 139.573 62.103) (end 139.827 61.849) (width 0.2032) (layer Composant) (net 193)) + (segment (start 139.954 72.5678) (end 139.954 68.072) (width 0.2032) (layer Composant) (net 193) (status 800)) + (segment (start 155.575 58.039) (end 155.702 57.912) (width 0.2032) (layer Composant) (net 193)) + (segment (start 139.954 68.072) (end 139.573 67.691) (width 0.2032) (layer Composant) (net 193)) + (segment (start 155.575 58.547) (end 152.273 61.849) (width 0.2032) (layer Composant) (net 193)) + (segment (start 155.575 58.547) (end 155.575 58.039) (width 0.2032) (layer Composant) (net 193)) + (segment (start 143.764 71.755) (end 143.8402 72.5678) (width 0.2032) (layer Composant) (net 194) (status 400)) + (segment (start 143.764 69.977) (end 143.764 71.755) (width 0.2032) (layer Composant) (net 194)) + (segment (start 144.272 66.802) (end 144.272 69.469) (width 0.2032) (layer Composant) (net 194) (status 800)) + (segment (start 144.272 69.469) (end 143.764 69.977) (width 0.2032) (layer Composant) (net 194)) + (segment (start 153.416 112.141) (end 153.416 108.331) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 152.781 107.696) (end 152.781 85.09) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 153.797 114.935) (end 158.115 119.253) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 160.401 131.7244) (end 164.084 135.4074) (width 0.2032) (layer Composant) (net 195)) + (segment (start 164.084 135.4074) (end 164.084 137.16) (width 0.2032) (layer Composant) (net 195)) + (segment (start 134.112 84.582) (end 136.398 82.296) (width 0.2032) (layer Cuivre) (net 195)) + (via (at 154.305 132.08) (size 0.889) (layers Composant Cuivre) (net 195)) + (segment (start 157.1752 131.7244) (end 154.6606 131.7244) (width 0.2032) (layer Composant) (net 195) (status 800)) + (segment (start 153.416 108.331) (end 152.781 107.696) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 149.987 82.296) (end 136.398 82.296) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 130.429 83.947) (end 125.984 83.947) (width 0.2032) (layer Composant) (net 195) (status 400)) + (segment (start 158.115 119.253) (end 158.115 128.27) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 130.429 83.947) (end 131.064 84.582) (width 0.2032) (layer Composant) (net 195)) + (via (at 131.064 84.582) (size 0.889) (layers Composant Cuivre) (net 195)) + (segment (start 153.797 112.522) (end 153.416 112.141) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 152.781 85.09) (end 149.987 82.296) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 154.305 132.08) (end 158.115 128.27) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 153.797 114.935) (end 153.797 112.522) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 164.084 137.16) (end 166.497 139.573) (width 0.2032) (layer Composant) (net 195)) + (segment (start 131.064 84.582) (end 134.112 84.582) (width 0.2032) (layer Cuivre) (net 195)) + (segment (start 173.101 139.573) (end 173.355 139.319) (width 0.2032) (layer Composant) (net 195)) + (segment (start 166.497 139.573) (end 173.101 139.573) (width 0.2032) (layer Composant) (net 195)) + (segment (start 154.305 132.08) (end 154.6606 131.7244) (width 0.2032) (layer Composant) (net 195)) + (segment (start 157.1752 131.7244) (end 160.401 131.7244) (width 0.2032) (layer Composant) (net 195) (status 800)) + (segment (start 173.355 139.319) (end 173.355 137.795) (width 0.2032) (layer Composant) (net 195) (status 400)) + (segment (start 143.256 72.136) (end 143.2052 72.5678) (width 0.2032) (layer Composant) (net 196) (status 400)) + (segment (start 143.002 66.802) (end 143.002 69.469) (width 0.2032) (layer Composant) (net 196) (status 800)) + (segment (start 143.002 69.469) (end 143.256 69.723) (width 0.2032) (layer Composant) (net 196)) + (segment (start 143.256 69.723) (end 143.256 72.136) (width 0.2032) (layer Composant) (net 196)) + (segment (start 92.71 75.565) (end 92.71 80.645) (width 0.2032) (layer Composant) (net 197) (status 800)) + (segment (start 92.71 80.645) (end 92.456 80.6958) (width 0.2032) (layer Composant) (net 197) (status 400)) + (segment (start 102.235 70.358) (end 102.489 70.104) (width 0.2032) (layer Composant) (net 198)) + (segment (start 102.489 70.104) (end 103.251 70.104) (width 0.2032) (layer Composant) (net 198)) + (segment (start 110.363 73.025) (end 110.363 76.835) (width 0.2032) (layer Composant) (net 198)) + (segment (start 99.695 73.025) (end 102.235 73.025) (width 0.2032) (layer Cuivre) (net 198) (status C00)) + (segment (start 102.235 73.025) (end 110.363 73.025) (width 0.2032) (layer Cuivre) (net 198) (status 800)) + (segment (start 110.3376 78.867) (end 110.3376 76.8604) (width 0.2032) (layer Composant) (net 198) (status 800)) + (via (at 110.363 73.025) (size 0.889) (layers Composant Cuivre) (net 198)) + (segment (start 110.363 76.835) (end 110.3376 76.8604) (width 0.2032) (layer Composant) (net 198)) + (segment (start 102.235 73.025) (end 102.235 70.358) (width 0.2032) (layer Composant) (net 198) (status 800)) + (segment (start 103.251 70.104) (end 103.505 69.85) (width 0.2032) (layer Composant) (net 198)) + (segment (start 103.505 69.85) (end 103.505 61.595) (width 0.2032) (layer Composant) (net 198) (status 400)) + (segment (start 147.574 100.3046) (end 147.32 100.0506) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 157.1752 98.9076) (end 155.067 98.9076) (width 0.2032) (layer Composant) (net 199) (status 800)) + (segment (start 131.826 75.057) (end 127.381 75.057) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 131.191 92.329) (end 131.064 92.202) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 109.601 76.327) (end 109.347 76.073) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 131.064 92.202) (end 131.064 90.424) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 132.969 75.946) (end 132.969 88.519) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 135.382 97.409) (end 131.191 97.409) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 143.637 93.98) (end 138.811 93.98) (width 0.2032) (layer Cuivre) (net 199)) + (via (at 131.191 97.409) (size 0.889) (layers Composant Cuivre) (net 199)) + (segment (start 127.381 75.057) (end 125.857 76.327) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 107.696 76.073) (end 107.696 78.867) (width 0.2032) (layer Composant) (net 199)) + (segment (start 132.588 75.819) (end 131.826 75.057) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 109.347 76.073) (end 107.696 76.073) (width 0.2032) (layer Cuivre) (net 199)) + (via (at 155.067 98.9076) (size 0.889) (layers Composant Cuivre) (net 199)) + (segment (start 155.067 98.9076) (end 153.924 98.9076) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 131.191 97.409) (end 131.191 92.329) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 153.924 98.9076) (end 152.527 100.3046) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 132.588 75.819) (end 132.969 75.946) (width 0.2032) (layer VCC_layer) (net 199)) + (via (at 132.588 75.819) (size 0.889) (layers Composant Cuivre) (net 199)) + (segment (start 132.969 88.519) (end 131.064 90.424) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 152.527 100.3046) (end 147.574 100.3046) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 147.32 97.663) (end 143.637 93.98) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 147.32 98.425) (end 147.32 97.663) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 125.857 76.327) (end 109.601 76.327) (width 0.2032) (layer Cuivre) (net 199)) + (via (at 107.696 76.073) (size 0.889) (layers Composant Cuivre) (net 199)) + (via (at 147.32 98.425) (size 0.889) (layers Composant Cuivre) (net 199)) + (segment (start 147.32 100.0506) (end 147.32 98.425) (width 0.2032) (layer VCC_layer) (net 199)) + (segment (start 138.811 93.98) (end 135.382 97.409) (width 0.2032) (layer Cuivre) (net 199)) + (segment (start 107.696 78.867) (end 107.7468 78.867) (width 0.2032) (layer Composant) (net 199) (status 400)) + (segment (start 129.54 57.912) (end 129.54 58.928) (width 0.2032) (layer Composant) (net 200) (status 400)) + (segment (start 129.54 58.928) (end 129.54 59.69) (width 0.2032) (layer Composant) (net 200) (status 800)) + (segment (start 129.794 59.944) (end 130.175 59.944) (width 0.2032) (layer Composant) (net 200)) + (segment (start 122.047 60.325) (end 122.047 57.912) (width 0.2032) (layer Composant) (net 200) (status 800)) + (segment (start 130.175 59.944) (end 131.826 59.944) (width 0.2032) (layer Composant) (net 200)) + (segment (start 131.826 59.944) (end 132.08 59.69) (width 0.2032) (layer Composant) (net 200)) + (segment (start 122.047 57.912) (end 122.301 57.658) (width 0.2032) (layer Composant) (net 200)) + (segment (start 132.08 64.262) (end 132.08 58.928) (width 0.2032) (layer Composant) (net 200) (status C00)) + (segment (start 122.047 60.325) (end 122.047 62.738) (width 0.2032) (layer Composant) (net 200) (status 800)) + (segment (start 122.301 57.658) (end 129.286 57.658) (width 0.2032) (layer Composant) (net 200)) + (segment (start 129.286 57.658) (end 129.54 57.912) (width 0.2032) (layer Composant) (net 200)) + (via (at 130.175 61.595) (size 0.889) (layers Composant Cuivre) (net 200)) + (segment (start 130.175 61.595) (end 130.175 59.944) (width 0.2032) (layer Composant) (net 200)) + (segment (start 128.524 61.595) (end 130.175 61.595) (width 0.2032) (layer Cuivre) (net 200) (status 800)) + (segment (start 129.54 59.69) (end 129.794 59.944) (width 0.2032) (layer Composant) (net 200)) + (segment (start 122.047 62.738) (end 122.174 63.119) (width 0.2032) (layer Composant) (net 200) (status 400)) + (segment (start 132.08 59.69) (end 132.08 58.928) (width 0.2032) (layer Composant) (net 200) (status 400)) + (segment (start 109.6772 74.295) (end 108.839 73.4568) (width 0.2032) (layer Composant) (net 201)) + (segment (start 108.839 64.897) (end 108.585 64.643) (width 0.2032) (layer Composant) (net 201)) + (segment (start 109.728 62.103) (end 109.474 61.849) (width 0.2032) (layer Cuivre) (net 201)) + (segment (start 109.474 61.849) (end 109.474 60.198) (width 0.2032) (layer Cuivre) (net 201) (status 400)) + (segment (start 109.474 60.198) (end 107.569 62.103) (width 0.2032) (layer Cuivre) (net 201) (status 800)) + (segment (start 109.6772 78.867) (end 109.6772 74.295) (width 0.2032) (layer Composant) (net 201) (status 800)) + (segment (start 108.839 73.4568) (end 108.839 64.897) (width 0.2032) (layer Composant) (net 201)) + (segment (start 108.585 64.643) (end 107.569 64.643) (width 0.2032) (layer Composant) (net 201) (status 400)) + (segment (start 107.569 62.103) (end 107.569 64.643) (width 0.2032) (layer Cuivre) (net 201) (status 400)) + (segment (start 110.236 62.103) (end 109.728 62.103) (width 0.2032) (layer Cuivre) (net 201) (status 800)) + (via (at 130.175 75.819) (size 0.889) (layers Composant Cuivre) (net 202)) + (segment (start 91.059 83.947) (end 90.297 83.185) (width 0.2032) (layer Composant) (net 202)) + (via (at 90.297 83.185) (size 0.889) (layers Composant Cuivre) (net 202)) + (segment (start 91.059 83.947) (end 92.456 83.947) (width 0.2032) (layer Composant) (net 202) (status 400)) + (via (at 310.388 80.899) (size 0.889) (layers Composant Cuivre) (net 202)) + (segment (start 310.388 80.899) (end 310.388 82.169) (width 0.2032) (layer Composant) (net 202)) + (segment (start 129.54 76.835) (end 93.98 76.835) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 134.366 66.167) (end 130.429 66.167) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 309.626 80.137) (end 309.626 66.548) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 130.175 76.2) (end 129.54 76.835) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 90.297 83.185) (end 91.694 81.788) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 130.429 66.167) (end 129.54 67.056) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 162.052 65.659) (end 163.068 66.675) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 241.3 66.675) (end 163.068 66.675) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 129.54 67.056) (end 129.54 67.437) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 241.681 66.294) (end 241.3 66.675) (width 0.2032) (layer Cuivre) (net 202)) + (via (at 129.54 67.437) (size 0.889) (layers Composant Cuivre) (net 202)) + (segment (start 130.175 75.819) (end 130.175 76.2) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 129.54 72.5678) (end 129.54 67.437) (width 0.2032) (layer Composant) (net 202) (status 800)) + (segment (start 129.54 72.5678) (end 129.54 75.184) (width 0.2032) (layer Composant) (net 202) (status 800)) + (segment (start 134.874 65.659) (end 162.052 65.659) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 134.366 66.167) (end 134.874 65.659) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 310.388 82.169) (end 310.4388 82.169) (width 0.2032) (layer Composant) (net 202) (status 400)) + (segment (start 93.98 76.835) (end 91.694 79.121) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 309.626 66.548) (end 309.372 66.294) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 241.681 66.294) (end 309.372 66.294) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 130.175 75.819) (end 129.54 75.184) (width 0.2032) (layer Composant) (net 202)) + (segment (start 91.694 79.121) (end 91.694 81.788) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 310.388 80.899) (end 309.626 80.137) (width 0.2032) (layer Cuivre) (net 202)) + (segment (start 131.445 75.819) (end 131.445 76.2) (width 0.2032) (layer Cuivre) (net 203)) + (via (at 131.445 75.819) (size 0.889) (layers Composant Cuivre) (net 203)) + (segment (start 94.361 83.947) (end 93.726 83.312) (width 0.2032) (layer Composant) (net 203)) + (segment (start 130.81 72.644) (end 130.8354 72.5678) (width 0.2032) (layer Composant) (net 203) (status 400)) + (segment (start 130.175 77.47) (end 94.234 77.47) (width 0.2032) (layer Cuivre) (net 203)) + (via (at 94.361 83.947) (size 0.889) (layers Composant Cuivre) (net 203)) + (segment (start 94.234 77.47) (end 92.837 78.867) (width 0.2032) (layer Cuivre) (net 203)) + (segment (start 131.445 75.819) (end 130.81 75.184) (width 0.2032) (layer Composant) (net 203)) + (segment (start 92.71 83.312) (end 92.456 83.2866) (width 0.2032) (layer Composant) (net 203) (status 400)) + (segment (start 130.81 75.184) (end 130.81 72.644) (width 0.2032) (layer Composant) (net 203)) + (segment (start 92.837 78.867) (end 92.837 82.423) (width 0.2032) (layer Cuivre) (net 203)) + (segment (start 131.445 76.2) (end 130.175 77.47) (width 0.2032) (layer Cuivre) (net 203)) + (segment (start 93.726 83.312) (end 92.71 83.312) (width 0.2032) (layer Composant) (net 203)) + (segment (start 94.361 83.947) (end 92.837 82.423) (width 0.2032) (layer Cuivre) (net 203)) + (segment (start 294.259 66.929) (end 292.481 68.707) (width 0.2032) (layer Composant) (net 204)) + (segment (start 294.894 59.182) (end 295.656 59.182) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 94.361 82.804) (end 93.599 82.804) (width 0.2032) (layer Composant) (net 204)) + (segment (start 132.08 76.835) (end 136.525 76.835) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 143.51 76.581) (end 144.907 75.184) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 144.907 75.184) (end 152.146 75.184) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 152.146 75.184) (end 152.654 75.692) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 93.472 82.677) (end 92.964 82.677) (width 0.2032) (layer Composant) (net 204)) + (segment (start 92.964 82.677) (end 92.456 82.6516) (width 0.2032) (layer Composant) (net 204) (status 400)) + (via (at 94.361 82.804) (size 0.889) (layers Composant Cuivre) (net 204)) + (segment (start 153.035 75.692) (end 153.035 74.422) (width 0.2032) (layer Composant) (net 204)) + (segment (start 136.779 76.581) (end 143.51 76.581) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 93.345 82.169) (end 93.599 82.423) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 153.5938 72.5678) (end 153.5938 74.168) (width 0.2032) (layer Composant) (net 204) (status 800)) + (segment (start 93.98 82.423) (end 93.599 82.423) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 299.466 82.169) (end 299.4406 82.169) (width 0.2032) (layer Composant) (net 204) (status 400)) + (segment (start 156.083 67.945) (end 155.956 67.945) (width 0.2032) (layer Composant) (net 204)) + (segment (start 293.624 57.912) (end 294.894 59.182) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 158.877 57.912) (end 293.624 57.912) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 299.466 82.804) (end 299.466 82.169) (width 0.2032) (layer Composant) (net 204)) + (segment (start 298.577 83.312) (end 298.958 83.312) (width 0.2032) (layer Composant) (net 204)) + (segment (start 156.337 60.452) (end 158.877 57.912) (width 0.2032) (layer Composant) (net 204)) + (segment (start 130.81 78.105) (end 132.08 76.835) (width 0.2032) (layer Cuivre) (net 204)) + (via (at 153.035 75.692) (size 0.889) (layers Composant Cuivre) (net 204)) + (segment (start 292.481 68.707) (end 292.481 79.502) (width 0.2032) (layer Composant) (net 204)) + (segment (start 153.5938 72.5678) (end 153.5938 70.358) (width 0.2032) (layer Composant) (net 204) (status 800)) + (segment (start 295.91 82.931) (end 298.196 82.931) (width 0.2032) (layer Composant) (net 204)) + (segment (start 153.035 74.422) (end 153.289 74.168) (width 0.2032) (layer Composant) (net 204)) + (segment (start 153.5938 74.168) (end 153.289 74.168) (width 0.2032) (layer Composant) (net 204)) + (segment (start 93.345 79.375) (end 93.345 82.169) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 94.361 82.804) (end 93.98 82.423) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 152.654 75.692) (end 153.035 75.692) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 93.599 82.804) (end 93.472 82.677) (width 0.2032) (layer Composant) (net 204)) + (segment (start 156.337 67.691) (end 156.083 67.945) (width 0.2032) (layer Composant) (net 204)) + (segment (start 136.525 76.835) (end 136.779 76.581) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 156.337 67.691) (end 156.337 60.452) (width 0.2032) (layer Composant) (net 204)) + (via (at 295.656 59.182) (size 0.889) (layers Composant Cuivre) (net 204)) + (segment (start 295.656 59.182) (end 294.259 60.579) (width 0.2032) (layer Composant) (net 204)) + (segment (start 298.196 82.931) (end 298.577 83.312) (width 0.2032) (layer Composant) (net 204)) + (segment (start 294.259 60.579) (end 294.259 66.929) (width 0.2032) (layer Composant) (net 204)) + (segment (start 298.958 83.312) (end 299.466 82.804) (width 0.2032) (layer Composant) (net 204)) + (segment (start 155.956 67.945) (end 153.5938 70.358) (width 0.2032) (layer Composant) (net 204)) + (via (at 158.877 57.912) (size 0.889) (layers Composant Cuivre) (net 204)) + (segment (start 94.615 78.105) (end 93.345 79.375) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 130.81 78.105) (end 94.615 78.105) (width 0.2032) (layer Cuivre) (net 204)) + (segment (start 292.481 79.502) (end 295.91 82.931) (width 0.2032) (layer Composant) (net 204)) + (segment (start 312.674 132.842) (end 314.071 131.445) (width 0.2032) (layer Cuivre) (net 205)) + (via (at 160.782 147.955) (size 0.889) (layers Composant Cuivre) (net 205)) + (segment (start 200.787 143.002) (end 202.946 140.843) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 73.406 145.923) (end 73.533 145.923) (width 0.2032) (layer Cuivre) (net 205) (status 800)) + (segment (start 344.043 130.175) (end 341.503 130.175) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 200.787 143.002) (end 193.802 143.002) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 188.849 147.955) (end 162.941 147.955) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 202.946 134.366) (end 202.946 140.843) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 314.071 131.445) (end 316.611 131.445) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 312.674 132.842) (end 203.581 132.842) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 86.106 146.05) (end 83.185 146.05) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 86.487 95.377) (end 86.487 104.394) (width 0.2032) (layer Composant) (net 205)) + (segment (start 341.249 130.429) (end 341.249 132.588) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 73.406 147.828) (end 73.66 148.082) (width 0.2032) (layer Cuivre) (net 205)) + (via (at 86.233 104.902) (size 0.889) (layers Composant Cuivre) (net 205)) + (segment (start 193.802 143.002) (end 188.849 147.955) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 86.106 146.05) (end 86.106 130.429) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 105.664 146.05) (end 86.106 146.05) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 71.755 144.145) (end 70.485 144.145) (width 0.2032) (layer Cuivre) (net 205) (status 400)) + (segment (start 129.286 146.05) (end 127.635 146.05) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 83.693 128.016) (end 83.693 125.857) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 159.893 147.955) (end 160.782 147.955) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 73.66 148.082) (end 81.153 148.082) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 346.075 127.635) (end 344.043 129.667) (width 0.2032) (layer Composant) (net 205) (status 800)) + (segment (start 203.327 133.096) (end 203.581 132.842) (width 0.2032) (layer Cuivre) (net 205)) + (via (at 105.664 146.05) (size 0.889) (layers Composant Cuivre) (net 205)) + (segment (start 86.487 104.394) (end 86.233 104.648) (width 0.2032) (layer Composant) (net 205)) + (segment (start 159.893 147.955) (end 158.623 146.685) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 158.623 146.685) (end 157.861 146.685) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 157.861 146.685) (end 157.353 146.177) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 157.353 146.177) (end 129.413 146.177) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 129.413 146.177) (end 129.286 146.05) (width 0.2032) (layer VCC_layer) (net 205)) + (via (at 344.043 130.175) (size 0.889) (layers Composant Cuivre) (net 205)) + (segment (start 127.635 146.05) (end 126.746 146.939) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 81.153 148.082) (end 83.185 146.05) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 160.782 147.955) (end 161.036 148.209) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 106.553 146.939) (end 105.664 146.05) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 126.746 146.939) (end 106.553 146.939) (width 0.2032) (layer VCC_layer) (net 205)) + (segment (start 344.043 129.667) (end 344.043 130.175) (width 0.2032) (layer Composant) (net 205)) + (segment (start 316.611 131.445) (end 318.008 132.842) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 86.233 104.648) (end 86.233 104.902) (width 0.2032) (layer Composant) (net 205)) + (segment (start 203.327 133.985) (end 203.327 133.096) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 341.249 132.588) (end 340.995 132.842) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 203.327 133.985) (end 202.946 134.366) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 73.533 145.923) (end 71.755 144.145) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 86.233 104.902) (end 86.233 123.317) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 162.687 148.209) (end 161.036 148.209) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 341.503 130.175) (end 341.249 130.429) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 340.995 132.842) (end 318.008 132.842) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 83.82 92.71) (end 86.487 95.377) (width 0.2032) (layer Composant) (net 205) (status 800)) + (segment (start 86.106 130.429) (end 83.693 128.016) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 86.233 123.317) (end 83.693 125.857) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 73.406 145.923) (end 73.406 147.828) (width 0.2032) (layer Cuivre) (net 205) (status 800)) + (segment (start 162.941 147.955) (end 162.687 148.209) (width 0.2032) (layer Cuivre) (net 205)) + (segment (start 85.725 115.062) (end 85.725 106.553) (width 0.2032) (layer Composant) (net 206)) + (segment (start 86.995 105.283) (end 86.995 93.726) (width 0.2032) (layer Composant) (net 206)) + (segment (start 86.106 78.359) (end 85.344 77.597) (width 0.2032) (layer Composant) (net 206)) + (via (at 79.883 119.634) (size 0.889) (layers Composant Cuivre) (net 206)) + (segment (start 86.741 79.883) (end 86.106 79.248) (width 0.2032) (layer Composant) (net 206)) + (segment (start 86.741 93.472) (end 86.741 79.883) (width 0.2032) (layer Composant) (net 206)) + (segment (start 79.883 77.597) (end 79.629 77.851) (width 0.2032) (layer Cuivre) (net 206)) + (segment (start 86.995 93.726) (end 86.741 93.472) (width 0.2032) (layer Composant) (net 206)) + (segment (start 82.677 77.597) (end 79.883 77.597) (width 0.2032) (layer Cuivre) (net 206)) + (via (at 79.629 78.613) (size 0.889) (layers Composant Cuivre) (net 206)) + (segment (start 86.995 105.283) (end 85.725 106.553) (width 0.2032) (layer Composant) (net 206)) + (segment (start 81.153 119.634) (end 85.725 115.062) (width 0.2032) (layer Composant) (net 206)) + (segment (start 79.629 80.264) (end 79.629 78.613) (width 0.2032) (layer Composant) (net 206) (status 800)) + (segment (start 81.153 119.634) (end 79.883 119.634) (width 0.2032) (layer Composant) (net 206)) + (via (at 82.677 77.597) (size 0.889) (layers Composant Cuivre) (net 206)) + (segment (start 79.629 77.851) (end 79.629 78.613) (width 0.2032) (layer Cuivre) (net 206)) + (segment (start 86.106 79.248) (end 86.106 78.359) (width 0.2032) (layer Composant) (net 206)) + (segment (start 85.344 77.597) (end 82.677 77.597) (width 0.2032) (layer Composant) (net 206)) + (segment (start 79.883 119.634) (end 79.883 120.904) (width 0.2032) (layer Cuivre) (net 206) (status 400)) + (segment (start 68.199 137.033) (end 71.247 137.033) (width 0.2032) (layer Cuivre) (net 207)) + (segment (start 67.945 137.287) (end 68.199 137.033) (width 0.2032) (layer Cuivre) (net 207) (status 800)) + (segment (start 71.247 137.033) (end 71.501 136.779) (width 0.2032) (layer Cuivre) (net 207)) + (segment (start 71.501 136.779) (end 73.406 136.779) (width 0.2032) (layer Cuivre) (net 207) (status 400)) + (segment (start 77.089 80.264) (end 77.089 85.344) (width 0.2032) (layer Composant) (net 208) (status 800)) + (segment (start 72.263 86.868) (end 70.739 86.868) (width 0.2032) (layer Cuivre) (net 208) (status 400)) + (via (at 72.263 86.868) (size 0.889) (layers Composant Cuivre) (net 208)) + (segment (start 72.263 86.868) (end 73.533 85.598) (width 0.2032) (layer Composant) (net 208)) + (segment (start 77.089 85.344) (end 76.835 85.598) (width 0.2032) (layer Composant) (net 208)) + (segment (start 76.835 85.598) (end 73.533 85.598) (width 0.2032) (layer Composant) (net 208)) + (segment (start 65.786 81.915) (end 59.055 81.915) (width 0.2032) (layer Cuivre) (net 209) (status 400)) + (segment (start 67.056 89.535) (end 66.04 88.519) (width 0.2032) (layer Cuivre) (net 209)) + (segment (start 66.04 82.169) (end 65.786 81.915) (width 0.2032) (layer Cuivre) (net 209)) + (segment (start 67.056 95.631) (end 67.056 89.535) (width 0.2032) (layer Cuivre) (net 209) (status 800)) + (segment (start 66.04 88.519) (end 66.04 82.169) (width 0.2032) (layer Cuivre) (net 209)) + (segment (start 64.897 113.411) (end 65.151 113.665) (width 0.2032) (layer Composant) (net 210)) + (segment (start 68.326 101.219) (end 68.326 103.378) (width 0.2032) (layer Composant) (net 210)) + (segment (start 75.565 114.046) (end 75.184 113.665) (width 0.2032) (layer Composant) (net 210)) + (segment (start 65.151 113.665) (end 75.184 113.665) (width 0.2032) (layer Composant) (net 210)) + (segment (start 73.025 82.55) (end 73.279 82.296) (width 0.2032) (layer Composant) (net 210)) + (segment (start 68.326 86.487) (end 72.263 82.55) (width 0.2032) (layer Composant) (net 210)) + (segment (start 65.532 98.425) (end 68.326 101.219) (width 0.2032) (layer Composant) (net 210)) + (segment (start 75.565 119.761) (end 75.565 114.046) (width 0.2032) (layer Composant) (net 210)) + (segment (start 65.151 104.013) (end 67.691 104.013) (width 0.2032) (layer Composant) (net 210)) + (segment (start 64.897 104.267) (end 65.151 104.013) (width 0.2032) (layer Composant) (net 210)) + (segment (start 65.786 86.487) (end 65.532 86.741) (width 0.2032) (layer Composant) (net 210)) + (segment (start 65.532 86.741) (end 65.532 98.425) (width 0.2032) (layer Composant) (net 210)) + (via (at 75.565 119.761) (size 0.889) (layers Composant Cuivre) (net 210)) + (segment (start 75.565 120.904) (end 75.565 119.761) (width 0.2032) (layer Cuivre) (net 210) (status 800)) + (segment (start 64.897 104.267) (end 64.897 113.411) (width 0.2032) (layer Composant) (net 210)) + (segment (start 72.263 82.55) (end 73.025 82.55) (width 0.2032) (layer Composant) (net 210)) + (segment (start 68.326 86.487) (end 65.786 86.487) (width 0.2032) (layer Composant) (net 210)) + (segment (start 68.326 103.378) (end 67.691 104.013) (width 0.2032) (layer Composant) (net 210)) + (segment (start 73.279 82.296) (end 73.279 80.264) (width 0.2032) (layer Composant) (net 210) (status 400)) + (segment (start 72.771 134.493) (end 67.945 134.493) (width 0.2032) (layer Cuivre) (net 211) (status 400)) + (segment (start 73.533 133.731) (end 72.771 134.493) (width 0.2032) (layer Cuivre) (net 211)) + (segment (start 73.406 133.731) (end 73.533 133.731) (width 0.2032) (layer Cuivre) (net 211) (status 800)) + (segment (start 166.116 101.473) (end 166.37 101.219) (width 0.2032) (layer Composant) (net 212)) + (segment (start 157.1752 91.7448) (end 160.401 91.7448) (width 0.2032) (layer Composant) (net 212) (status 800)) + (segment (start 160.401 91.7448) (end 160.8328 91.313) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.497 126.746) (end 166.497 112.268) (width 0.2032) (layer Composant) (net 212)) + (via (at 185.801 132.588) (size 0.889) (layers Composant Cuivre) (net 212)) + (segment (start 191.135 133.096) (end 190.627 132.588) (width 0.2032) (layer Composant) (net 212)) + (segment (start 170.561 128.143) (end 167.894 128.143) (width 0.2032) (layer Cuivre) (net 212)) + (segment (start 163.957 126.746) (end 166.497 126.746) (width 0.2032) (layer Cuivre) (net 212) (status 800)) + (segment (start 163.576 92.583) (end 165.989 92.583) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.243 92.837) (end 165.989 92.583) (width 0.2032) (layer Composant) (net 212)) + (segment (start 162.306 91.313) (end 163.576 92.583) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.497 126.746) (end 167.894 128.143) (width 0.2032) (layer Cuivre) (net 212)) + (segment (start 184.023 130.81) (end 173.228 130.81) (width 0.2032) (layer Cuivre) (net 212)) + (segment (start 160.8328 91.313) (end 162.306 91.313) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.37 101.219) (end 166.37 100.203) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.497 112.268) (end 163.957 112.268) (width 0.2032) (layer Cuivre) (net 212) (status 400)) + (via (at 165.989 97.282) (size 0.889) (layers Composant Cuivre) (net 212)) + (segment (start 190.627 132.588) (end 185.801 132.588) (width 0.2032) (layer Composant) (net 212)) + (via (at 166.497 112.268) (size 0.889) (layers Composant Cuivre) (net 212)) + (via (at 166.497 126.746) (size 0.889) (layers Composant Cuivre) (net 212)) + (segment (start 166.116 111.887) (end 166.116 101.473) (width 0.2032) (layer Composant) (net 212)) + (segment (start 165.989 99.822) (end 165.989 97.282) (width 0.2032) (layer Composant) (net 212)) + (segment (start 185.801 132.588) (end 184.023 130.81) (width 0.2032) (layer Cuivre) (net 212)) + (segment (start 173.228 130.81) (end 170.561 128.143) (width 0.2032) (layer Cuivre) (net 212)) + (segment (start 165.989 97.282) (end 165.989 94.869) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.37 100.203) (end 165.989 99.822) (width 0.2032) (layer Composant) (net 212)) + (segment (start 192.913 133.096) (end 191.135 133.096) (width 0.2032) (layer Composant) (net 212) (status 800)) + (segment (start 166.243 94.615) (end 166.243 92.837) (width 0.2032) (layer Composant) (net 212)) + (segment (start 166.497 112.268) (end 166.116 111.887) (width 0.2032) (layer Composant) (net 212)) + (segment (start 165.989 94.869) (end 166.243 94.615) (width 0.2032) (layer Composant) (net 212)) + (segment (start 165.989 97.282) (end 163.957 97.282) (width 0.2032) (layer Cuivre) (net 212) (status 400)) + (segment (start 99.06 90.805) (end 99.06 92.075) (width 0.2032) (layer Composant) (net 213)) + (segment (start 149.987 93.472) (end 149.479 93.98) (width 0.2032) (layer VCC_layer) (net 213)) + (segment (start 150.3426 108.5088) (end 150.3426 103.759) (width 0.2032) (layer Composant) (net 213) (status 400)) + (segment (start 104.013 95.885) (end 102.87 95.885) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 91.567 90.678) (end 90.297 91.948) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 92.456 89.789) (end 98.044 89.789) (width 0.2032) (layer Composant) (net 213) (status 800)) + (segment (start 99.06 90.805) (end 98.044 89.789) (width 0.2032) (layer Composant) (net 213)) + (segment (start 99.06 92.075) (end 102.87 95.885) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 159.893 94.234) (end 157.734 94.234) (width 0.2032) (layer VCC_layer) (net 213)) + (segment (start 157.734 94.234) (end 156.972 93.472) (width 0.2032) (layer VCC_layer) (net 213)) + (segment (start 160.655 93.472) (end 159.893 94.234) (width 0.2032) (layer VCC_layer) (net 213)) + (segment (start 114.173 95.504) (end 135.001 95.504) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 90.297 92.583) (end 90.297 91.948) (width 0.2032) (layer Cuivre) (net 213)) + (via (at 161.925 93.472) (size 0.889) (layers Composant Cuivre) (net 213)) + (via (at 99.06 92.075) (size 0.889) (layers Composant Cuivre) (net 213)) + (segment (start 150.3426 103.759) (end 150.3426 95.7326) (width 0.2032) (layer Composant) (net 213) (status 800)) + (segment (start 99.06 92.075) (end 97.663 90.678) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 152.9588 113.8428) (end 152.9588 111.125) (width 0.2032) (layer Composant) (net 213) (status 800)) + (segment (start 147.32 93.98) (end 148.59 93.98) (width 0.2032) (layer Composant) (net 213)) + (segment (start 148.59 93.98) (end 150.3426 95.7326) (width 0.2032) (layer Composant) (net 213)) + (segment (start 152.9588 111.125) (end 150.3426 108.5088) (width 0.2032) (layer Composant) (net 213)) + (segment (start 156.972 93.472) (end 149.987 93.472) (width 0.2032) (layer VCC_layer) (net 213)) + (segment (start 147.32 93.98) (end 145.415 92.075) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 149.479 93.98) (end 147.32 93.98) (width 0.2032) (layer VCC_layer) (net 213)) + (via (at 147.32 93.98) (size 0.889) (layers Composant Cuivre) (net 213)) + (segment (start 97.663 90.678) (end 91.567 90.678) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 145.415 92.075) (end 138.43 92.075) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 163.957 93.472) (end 161.925 93.472) (width 0.2032) (layer Cuivre) (net 213) (status 800)) + (segment (start 114.173 95.504) (end 113.665 96.012) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 104.013 95.885) (end 104.14 96.012) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 88.265 94.615) (end 90.297 92.583) (width 0.2032) (layer Cuivre) (net 213) (status 800)) + (segment (start 113.665 96.012) (end 104.14 96.012) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 161.925 93.472) (end 160.655 93.472) (width 0.2032) (layer VCC_layer) (net 213)) + (segment (start 135.001 95.504) (end 138.43 92.075) (width 0.2032) (layer Cuivre) (net 213)) + (segment (start 146.05 91.44) (end 138.303 91.44) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 113.919 94.996) (end 113.411 95.504) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 103.632 95.377) (end 104.14 95.377) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 161.925 92.202) (end 149.86 92.202) (width 0.2032) (layer VCC_layer) (net 214)) + (segment (start 104.267 95.504) (end 113.411 95.504) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 151.003 108.2802) (end 151.003 103.759) (width 0.2032) (layer Composant) (net 214) (status 400)) + (segment (start 134.747 94.996) (end 138.303 91.44) (width 0.2032) (layer Cuivre) (net 214)) + (via (at 100.33 92.075) (size 0.889) (layers Composant Cuivre) (net 214)) + (segment (start 148.59 92.71) (end 151.003 95.123) (width 0.2032) (layer Composant) (net 214)) + (segment (start 88.265 92.075) (end 90.17 90.17) (width 0.2032) (layer Cuivre) (net 214) (status 800)) + (segment (start 104.14 95.377) (end 104.267 95.504) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 92.456 89.154) (end 98.679 89.154) (width 0.2032) (layer Composant) (net 214) (status 800)) + (segment (start 149.86 92.202) (end 149.352 92.71) (width 0.2032) (layer VCC_layer) (net 214)) + (segment (start 163.957 92.202) (end 161.925 92.202) (width 0.2032) (layer Cuivre) (net 214) (status 800)) + (segment (start 100.33 90.805) (end 100.33 92.075) (width 0.2032) (layer Composant) (net 214)) + (segment (start 90.17 90.17) (end 98.425 90.17) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 149.352 92.71) (end 147.32 92.71) (width 0.2032) (layer VCC_layer) (net 214)) + (segment (start 151.003 103.759) (end 151.003 95.123) (width 0.2032) (layer Composant) (net 214) (status 800)) + (segment (start 113.919 94.996) (end 134.747 94.996) (width 0.2032) (layer Cuivre) (net 214)) + (via (at 147.32 92.71) (size 0.889) (layers Composant Cuivre) (net 214)) + (segment (start 103.632 95.377) (end 100.33 92.075) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 147.32 92.71) (end 148.59 92.71) (width 0.2032) (layer Composant) (net 214)) + (segment (start 147.32 92.71) (end 146.05 91.44) (width 0.2032) (layer Cuivre) (net 214)) + (segment (start 100.33 90.805) (end 98.679 89.154) (width 0.2032) (layer Composant) (net 214)) + (segment (start 153.5938 110.871) (end 151.003 108.2802) (width 0.2032) (layer Composant) (net 214)) + (segment (start 100.33 92.075) (end 98.425 90.17) (width 0.2032) (layer Cuivre) (net 214)) + (via (at 161.925 92.202) (size 0.889) (layers Composant Cuivre) (net 214)) + (segment (start 153.5938 113.8428) (end 153.5938 110.871) (width 0.2032) (layer Composant) (net 214) (status 800)) + (segment (start 113.665 94.488) (end 113.157 94.996) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 148.59 91.44) (end 151.6634 94.5134) (width 0.2032) (layer Composant) (net 215)) + (segment (start 113.665 94.488) (end 134.493 94.488) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 157.48 113.792) (end 151.6634 107.9754) (width 0.2032) (layer Composant) (net 215)) + (via (at 165.481 90.932) (size 0.889) (layers Composant Cuivre) (net 215)) + (segment (start 134.493 94.488) (end 138.176 90.805) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 101.6 92.075) (end 104.521 94.996) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 113.157 94.996) (end 104.521 94.996) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 151.6634 103.759) (end 151.6634 107.9754) (width 0.2032) (layer Composant) (net 215) (status 800)) + (segment (start 147.32 91.44) (end 148.59 91.44) (width 0.2032) (layer Composant) (net 215)) + (segment (start 146.685 90.805) (end 138.176 90.805) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 151.6634 103.759) (end 151.6634 94.5134) (width 0.2032) (layer Composant) (net 215) (status 800)) + (via (at 101.6 92.075) (size 0.889) (layers Composant Cuivre) (net 215)) + (via (at 147.32 91.44) (size 0.889) (layers Composant Cuivre) (net 215)) + (segment (start 165.481 90.932) (end 163.957 90.932) (width 0.2032) (layer Cuivre) (net 215) (status 400)) + (segment (start 165.481 90.932) (end 149.86 90.932) (width 0.2032) (layer VCC_layer) (net 215)) + (segment (start 157.48 113.792) (end 157.48 116.7638) (width 0.2032) (layer Composant) (net 215)) + (segment (start 101.6 92.075) (end 99.187 89.662) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 149.352 91.44) (end 147.32 91.44) (width 0.2032) (layer VCC_layer) (net 215)) + (segment (start 101.6 90.805) (end 99.2886 88.4936) (width 0.2032) (layer Composant) (net 215)) + (segment (start 92.456 88.4936) (end 99.2886 88.4936) (width 0.2032) (layer Composant) (net 215) (status 800)) + (segment (start 149.86 90.932) (end 149.352 91.44) (width 0.2032) (layer VCC_layer) (net 215)) + (segment (start 88.265 89.535) (end 89.535 89.535) (width 0.2032) (layer Cuivre) (net 215) (status 800)) + (segment (start 101.6 90.805) (end 101.6 92.075) (width 0.2032) (layer Composant) (net 215)) + (segment (start 89.662 89.662) (end 99.187 89.662) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 89.535 89.535) (end 89.662 89.662) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 147.32 91.44) (end 146.685 90.805) (width 0.2032) (layer Cuivre) (net 215)) + (segment (start 157.48 116.7638) (end 157.1752 116.7638) (width 0.2032) (layer Composant) (net 215) (status 400)) + (segment (start 157.1752 98.2472) (end 155.575 98.2472) (width 0.2032) (layer Composant) (net 216) (status 800)) + (segment (start 161.925 115.0112) (end 161.925 98.552) (width 0.2032) (layer Composant) (net 216)) + (segment (start 161.925 90.17) (end 162.433 89.662) (width 0.2032) (layer VCC_layer) (net 216)) + (segment (start 159.3342 98.171) (end 161.544 98.171) (width 0.2032) (layer Composant) (net 216)) + (segment (start 102.87 92.075) (end 99.949 89.154) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 161.925 98.552) (end 161.544 98.171) (width 0.2032) (layer Composant) (net 216)) + (segment (start 100.33 86.614) (end 100.33 88.265) (width 0.2032) (layer Composant) (net 216)) + (segment (start 157.1752 98.2472) (end 159.258 98.2472) (width 0.2032) (layer Composant) (net 216) (status 800)) + (segment (start 90.424 89.154) (end 99.949 89.154) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 152.4 96.647) (end 152.4 93.98) (width 0.2032) (layer Composant) (net 216)) + (segment (start 147.32 90.17) (end 161.925 90.17) (width 0.2032) (layer VCC_layer) (net 216)) + (segment (start 157.1752 117.4242) (end 159.512 117.4242) (width 0.2032) (layer Composant) (net 216) (status 800)) + (segment (start 155.575 98.2472) (end 155.575 98.044) (width 0.2032) (layer Composant) (net 216)) + (via (at 102.87 92.075) (size 0.889) (layers Composant Cuivre) (net 216)) + (via (at 165.481 89.662) (size 0.889) (layers Composant Cuivre) (net 216)) + (segment (start 102.87 90.805) (end 100.33 88.265) (width 0.2032) (layer Composant) (net 216)) + (segment (start 105.283 94.488) (end 112.903 94.488) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 152.4 96.647) (end 153.797 98.044) (width 0.2032) (layer Composant) (net 216)) + (segment (start 159.512 117.4242) (end 161.925 115.0112) (width 0.2032) (layer Composant) (net 216)) + (segment (start 93.853 86.5632) (end 92.583 86.5632) (width 0.2032) (layer Composant) (net 216)) + (segment (start 159.258 98.2472) (end 159.3342 98.171) (width 0.2032) (layer Composant) (net 216)) + (segment (start 152.4 93.98) (end 148.59 90.17) (width 0.2032) (layer Composant) (net 216)) + (segment (start 92.583 86.5632) (end 92.456 86.5378) (width 0.2032) (layer Composant) (net 216) (status 400)) + (segment (start 88.265 86.995) (end 90.424 89.154) (width 0.2032) (layer Cuivre) (net 216) (status 800)) + (segment (start 93.853 86.5632) (end 94.0562 86.36) (width 0.2032) (layer Composant) (net 216)) + (segment (start 113.411 93.98) (end 134.239 93.98) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 113.411 93.98) (end 112.903 94.488) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 102.87 92.075) (end 105.283 94.488) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 94.0562 86.36) (end 100.076 86.36) (width 0.2032) (layer Composant) (net 216)) + (segment (start 165.481 89.662) (end 162.433 89.662) (width 0.2032) (layer VCC_layer) (net 216)) + (segment (start 102.87 90.805) (end 102.87 92.075) (width 0.2032) (layer Composant) (net 216)) + (segment (start 134.239 93.98) (end 138.049 90.17) (width 0.2032) (layer Cuivre) (net 216)) + (via (at 147.32 90.17) (size 0.889) (layers Composant Cuivre) (net 216)) + (segment (start 163.957 89.662) (end 165.481 89.662) (width 0.2032) (layer Cuivre) (net 216) (status 800)) + (segment (start 147.32 90.17) (end 138.049 90.17) (width 0.2032) (layer Cuivre) (net 216)) + (segment (start 148.59 90.17) (end 147.32 90.17) (width 0.2032) (layer Composant) (net 216)) + (segment (start 100.076 86.36) (end 100.33 86.614) (width 0.2032) (layer Composant) (net 216)) + (segment (start 155.575 98.044) (end 153.797 98.044) (width 0.2032) (layer Composant) (net 216)) + (segment (start 113.157 93.472) (end 112.649 93.98) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 157.1752 118.0592) (end 159.766 118.0592) (width 0.2032) (layer Composant) (net 217) (status 800)) + (segment (start 104.14 92.075) (end 106.045 93.98) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 90.678 88.646) (end 100.711 88.646) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 89.027 85.852) (end 88.519 85.852) (width 0.2032) (layer Cuivre) (net 217)) + (via (at 147.32 88.9) (size 0.889) (layers Composant Cuivre) (net 217)) + (segment (start 146.685 89.535) (end 147.32 88.9) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 163.957 88.392) (end 162.433 88.392) (width 0.2032) (layer Cuivre) (net 217) (status 800)) + (segment (start 148.59 88.9) (end 147.32 88.9) (width 0.2032) (layer Composant) (net 217)) + (segment (start 153.035 93.345) (end 148.59 88.9) (width 0.2032) (layer Composant) (net 217)) + (via (at 162.433 88.392) (size 0.889) (layers Composant Cuivre) (net 217)) + (segment (start 161.925 88.392) (end 162.433 88.392) (width 0.2032) (layer VCC_layer) (net 217)) + (segment (start 148.971 89.662) (end 148.209 88.9) (width 0.2032) (layer VCC_layer) (net 217)) + (segment (start 160.655 89.662) (end 148.971 89.662) (width 0.2032) (layer VCC_layer) (net 217)) + (segment (start 113.157 93.472) (end 133.985 93.472) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 105.41 88.9) (end 101.727 85.217) (width 0.2032) (layer Composant) (net 217)) + (segment (start 93.218 85.217) (end 92.456 85.2424) (width 0.2032) (layer Composant) (net 217) (status 400)) + (segment (start 157.1752 97.5868) (end 161.8488 97.5868) (width 0.2032) (layer Composant) (net 217) (status 800)) + (segment (start 162.433 98.171) (end 161.8488 97.5868) (width 0.2032) (layer Composant) (net 217)) + (segment (start 162.433 98.171) (end 162.433 115.3922) (width 0.2032) (layer Composant) (net 217)) + (segment (start 112.649 93.98) (end 106.045 93.98) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 162.433 115.3922) (end 159.766 118.0592) (width 0.2032) (layer Composant) (net 217)) + (segment (start 89.408 87.376) (end 90.678 88.646) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 88.519 85.852) (end 88.265 85.598) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 153.035 96.266) (end 154.3558 97.5868) (width 0.2032) (layer Composant) (net 217)) + (segment (start 157.1752 97.5868) (end 154.3558 97.5868) (width 0.2032) (layer Composant) (net 217) (status 800)) + (segment (start 148.209 88.9) (end 147.32 88.9) (width 0.2032) (layer VCC_layer) (net 217)) + (via (at 104.14 92.075) (size 0.889) (layers Composant Cuivre) (net 217)) + (segment (start 101.727 85.217) (end 93.218 85.217) (width 0.2032) (layer Composant) (net 217)) + (segment (start 89.408 86.233) (end 89.408 87.376) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 137.922 89.535) (end 146.685 89.535) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 104.14 92.075) (end 105.41 90.805) (width 0.2032) (layer Composant) (net 217)) + (segment (start 161.925 88.392) (end 160.655 89.662) (width 0.2032) (layer VCC_layer) (net 217)) + (segment (start 104.14 92.075) (end 100.711 88.646) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 89.027 85.852) (end 89.408 86.233) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 88.265 85.598) (end 88.265 84.455) (width 0.2032) (layer Cuivre) (net 217) (status 400)) + (segment (start 105.41 90.805) (end 105.41 88.9) (width 0.2032) (layer Composant) (net 217)) + (segment (start 133.985 93.472) (end 137.922 89.535) (width 0.2032) (layer Cuivre) (net 217)) + (segment (start 153.035 96.266) (end 153.035 93.345) (width 0.2032) (layer Composant) (net 217)) + (segment (start 89.916 87.249) (end 90.805 88.138) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 147.828 87.63) (end 147.32 87.63) (width 0.2032) (layer VCC_layer) (net 218)) + (segment (start 104.14 90.805) (end 104.14 88.9) (width 0.2032) (layer Composant) (net 218)) + (segment (start 133.731 92.964) (end 112.903 92.964) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 159.893 89.154) (end 149.352 89.154) (width 0.2032) (layer VCC_layer) (net 218)) + (segment (start 162.941 97.79) (end 162.1028 96.9518) (width 0.2032) (layer Composant) (net 218)) + (segment (start 157.1752 119.3546) (end 161.29 119.3546) (width 0.2032) (layer Composant) (net 218) (status 800)) + (segment (start 137.795 88.9) (end 146.05 88.9) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 161.925 87.122) (end 162.433 87.122) (width 0.2032) (layer VCC_layer) (net 218)) + (segment (start 161.925 87.122) (end 159.893 89.154) (width 0.2032) (layer VCC_layer) (net 218)) + (via (at 162.433 87.122) (size 0.889) (layers Composant Cuivre) (net 218)) + (segment (start 106.807 93.472) (end 112.395 93.472) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 89.916 87.249) (end 89.916 85.725) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 148.59 87.63) (end 147.32 87.63) (width 0.2032) (layer Composant) (net 218)) + (segment (start 104.14 90.805) (end 106.807 93.472) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 89.281 83.693) (end 89.281 85.09) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 147.32 87.63) (end 146.05 88.9) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 157.1752 96.9518) (end 162.1028 96.9518) (width 0.2032) (layer Composant) (net 218) (status 800)) + (segment (start 133.731 92.964) (end 137.795 88.9) (width 0.2032) (layer Cuivre) (net 218)) + (via (at 104.14 90.805) (size 0.889) (layers Composant Cuivre) (net 218)) + (segment (start 104.14 90.805) (end 101.473 88.138) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 112.903 92.964) (end 112.395 93.472) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 149.352 89.154) (end 147.828 87.63) (width 0.2032) (layer VCC_layer) (net 218)) + (segment (start 162.941 97.79) (end 162.941 117.729) (width 0.2032) (layer Composant) (net 218)) + (segment (start 89.281 83.693) (end 88.265 82.677) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 153.67 95.885) (end 154.7368 96.9518) (width 0.2032) (layer Composant) (net 218)) + (segment (start 163.957 87.122) (end 162.433 87.122) (width 0.2032) (layer Cuivre) (net 218) (status 800)) + (segment (start 88.265 82.677) (end 88.265 81.915) (width 0.2032) (layer Cuivre) (net 218) (status 400)) + (segment (start 161.29 119.3546) (end 162.941 117.729) (width 0.2032) (layer Composant) (net 218)) + (segment (start 101.1428 85.9028) (end 92.456 85.9028) (width 0.2032) (layer Composant) (net 218) (status 400)) + (segment (start 153.67 95.885) (end 153.67 92.71) (width 0.2032) (layer Composant) (net 218)) + (segment (start 90.805 88.138) (end 101.473 88.138) (width 0.2032) (layer Cuivre) (net 218)) + (segment (start 104.14 88.9) (end 101.1428 85.9028) (width 0.2032) (layer Composant) (net 218)) + (segment (start 153.67 92.71) (end 148.59 87.63) (width 0.2032) (layer Composant) (net 218)) + (segment (start 157.1752 96.9518) (end 154.7368 96.9518) (width 0.2032) (layer Composant) (net 218) (status 800)) + (segment (start 89.281 85.09) (end 89.916 85.725) (width 0.2032) (layer Cuivre) (net 218)) + (via (at 147.32 87.63) (size 0.889) (layers Composant Cuivre) (net 218)) + (segment (start 163.957 125.476) (end 165.354 125.476) (width 0.2032) (layer Cuivre) (net 219) (status 800)) + (segment (start 128.905 139.8651) (end 128.905 139.065) (width 0.2032) (layer Composant) (net 219)) + (segment (start 102.87 140.335) (end 125.984 140.335) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 128.5875 140.1826) (end 128.905 139.8651) (width 0.2032) (layer Composant) (net 219)) + (segment (start 100.33 142.875) (end 102.87 140.335) (width 0.2032) (layer Cuivre) (net 219) (status 800)) + (segment (start 128.905 139.065) (end 127.254 139.065) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 166.751 137.033) (end 166.751 138.557) (width 0.2032) (layer VCC_layer) (net 219)) + (segment (start 129.794 138.176) (end 152.273 138.176) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 167.005 133.731) (end 165.354 132.08) (width 0.2032) (layer VCC_layer) (net 219)) + (segment (start 167.005 133.731) (end 167.005 136.779) (width 0.2032) (layer VCC_layer) (net 219)) + (segment (start 128.905 139.065) (end 129.794 138.176) (width 0.2032) (layer Cuivre) (net 219)) + (via (at 165.354 125.476) (size 0.889) (layers Composant Cuivre) (net 219)) + (segment (start 166.243 138.557) (end 166.751 138.557) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 165.354 125.476) (end 165.354 132.08) (width 0.2032) (layer VCC_layer) (net 219)) + (via (at 128.905 139.065) (size 0.889) (layers Composant Cuivre) (net 219)) + (via (at 166.751 138.557) (size 0.889) (layers Composant Cuivre) (net 219)) + (segment (start 165.989 138.303) (end 166.243 138.557) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 125.984 140.1826) (end 128.5875 140.1826) (width 0.2032) (layer Composant) (net 219) (status 800)) + (segment (start 125.984 140.335) (end 127.254 139.065) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 152.273 138.176) (end 152.4 138.303) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 152.4 138.303) (end 165.989 138.303) (width 0.2032) (layer Cuivre) (net 219)) + (segment (start 167.005 136.779) (end 166.751 137.033) (width 0.2032) (layer VCC_layer) (net 219)) + (via (at 132.207 135.763) (size 0.889) (layers Composant Cuivre) (net 220)) + (segment (start 132.207 135.763) (end 132.842 135.128) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 131.445 139.065) (end 130.048 140.462) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 131.445 139.065) (end 131.953 138.557) (width 0.2032) (layer Composant) (net 220)) + (segment (start 138.176 135.128) (end 144.526 128.778) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 130.048 140.462) (end 127.635 140.462) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 131.953 135.763) (end 128.5494 132.3594) (width 0.2032) (layer Composant) (net 220)) + (via (at 131.445 139.065) (size 0.889) (layers Composant Cuivre) (net 220)) + (segment (start 163.957 124.206) (end 165.354 124.206) (width 0.2032) (layer Cuivre) (net 220) (status 800)) + (via (at 165.354 124.206) (size 0.889) (layers Composant Cuivre) (net 220)) + (segment (start 165.354 124.206) (end 163.4236 124.206) (width 0.2032) (layer VCC_layer) (net 220)) + (segment (start 106.934 141.351) (end 105.41 142.875) (width 0.2032) (layer Cuivre) (net 220) (status 400)) + (via (at 150.114 128.778) (size 0.889) (layers Composant Cuivre) (net 220)) + (segment (start 150.114 128.778) (end 148.717 128.778) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 127.635 140.462) (end 126.746 141.351) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 131.953 135.763) (end 131.953 138.557) (width 0.2032) (layer Composant) (net 220)) + (segment (start 132.842 135.128) (end 138.176 135.128) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 126.746 141.351) (end 106.934 141.351) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 131.953 135.763) (end 132.207 135.763) (width 0.2032) (layer Composant) (net 220)) + (segment (start 125.984 132.3594) (end 128.5494 132.3594) (width 0.2032) (layer Composant) (net 220) (status 800)) + (segment (start 152.8826 125.2474) (end 162.3822 125.2474) (width 0.2032) (layer VCC_layer) (net 220)) + (segment (start 162.3822 125.2474) (end 163.4236 124.206) (width 0.2032) (layer VCC_layer) (net 220)) + (segment (start 150.114 128.016) (end 152.8826 125.2474) (width 0.2032) (layer VCC_layer) (net 220)) + (segment (start 150.114 128.778) (end 150.114 128.016) (width 0.2032) (layer VCC_layer) (net 220)) + (segment (start 144.526 128.778) (end 148.717 128.778) (width 0.2032) (layer Cuivre) (net 220)) + (segment (start 122.301 129.286) (end 127.127 124.46) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 147.701 121.793) (end 148.209 121.285) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 147.701 122.555) (end 147.701 121.793) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 161.29 122.936) (end 165.354 122.936) (width 0.2032) (layer VCC_layer) (net 221)) + (segment (start 128.905 124.46) (end 127.127 124.46) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 153.797 121.666) (end 153.416 121.285) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 97.79 127) (end 100.076 129.286) (width 0.2032) (layer Cuivre) (net 221) (status 800)) + (segment (start 160.02 121.666) (end 161.29 122.936) (width 0.2032) (layer VCC_layer) (net 221)) + (segment (start 128.905 124.46) (end 129.159 124.714) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 160.02 121.666) (end 153.797 121.666) (width 0.2032) (layer VCC_layer) (net 221)) + (segment (start 128.905 124.5616) (end 128.905 124.46) (width 0.2032) (layer Composant) (net 221)) + (segment (start 135.509 124.714) (end 135.763 124.46) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 145.796 124.46) (end 147.701 122.555) (width 0.2032) (layer Cuivre) (net 221)) + (via (at 153.797 121.666) (size 0.889) (layers Composant Cuivre) (net 221)) + (segment (start 135.763 124.46) (end 145.796 124.46) (width 0.2032) (layer Cuivre) (net 221)) + (via (at 165.354 122.936) (size 0.889) (layers Composant Cuivre) (net 221)) + (segment (start 129.159 124.714) (end 135.509 124.714) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 100.076 129.286) (end 122.301 129.286) (width 0.2032) (layer Cuivre) (net 221)) + (segment (start 125.984 124.5616) (end 128.905 124.5616) (width 0.2032) (layer Composant) (net 221) (status 800)) + (segment (start 163.957 122.936) (end 165.354 122.936) (width 0.2032) (layer Cuivre) (net 221) (status 800)) + (segment (start 148.209 121.285) (end 153.416 121.285) (width 0.2032) (layer Cuivre) (net 221)) + (via (at 128.905 124.46) (size 0.889) (layers Composant Cuivre) (net 221)) + (segment (start 154.305 120.904) (end 147.447 120.904) (width 0.2032) (layer VCC_layer) (net 222)) + (segment (start 128.905 119.3546) (end 128.905 119.38) (width 0.2032) (layer Composant) (net 222)) + (segment (start 160.274 121.158) (end 154.559 121.158) (width 0.2032) (layer VCC_layer) (net 222)) + (via (at 147.447 120.904) (size 0.889) (layers Composant Cuivre) (net 222)) + (segment (start 163.957 121.666) (end 165.354 121.666) (width 0.2032) (layer Cuivre) (net 222) (status 800)) + (segment (start 126.365 121.92) (end 126.365 123.698) (width 0.2032) (layer Cuivre) (net 222)) + (via (at 165.354 121.666) (size 0.889) (layers Composant Cuivre) (net 222)) + (segment (start 154.559 121.158) (end 154.305 120.904) (width 0.2032) (layer VCC_layer) (net 222)) + (segment (start 104.14 128.27) (end 121.793 128.27) (width 0.2032) (layer Cuivre) (net 222)) + (segment (start 165.354 121.666) (end 160.782 121.666) (width 0.2032) (layer VCC_layer) (net 222)) + (segment (start 137.033 120.904) (end 135.509 119.38) (width 0.2032) (layer Cuivre) (net 222)) + (segment (start 147.447 120.904) (end 137.033 120.904) (width 0.2032) (layer Cuivre) (net 222)) + (via (at 128.905 119.38) (size 0.889) (layers Composant Cuivre) (net 222)) + (segment (start 135.509 119.38) (end 128.905 119.38) (width 0.2032) (layer Cuivre) (net 222)) + (segment (start 125.984 119.3546) (end 128.905 119.3546) (width 0.2032) (layer Composant) (net 222) (status 800)) + (segment (start 160.782 121.666) (end 160.274 121.158) (width 0.2032) (layer VCC_layer) (net 222)) + (segment (start 121.793 128.27) (end 126.365 123.698) (width 0.2032) (layer Cuivre) (net 222)) + (segment (start 128.905 119.38) (end 126.365 121.92) (width 0.2032) (layer Cuivre) (net 222)) + (segment (start 102.87 127) (end 104.14 128.27) (width 0.2032) (layer Cuivre) (net 222) (status 800)) + (via (at 165.354 120.396) (size 0.889) (layers Composant Cuivre) (net 223)) + (segment (start 130.175 127.635) (end 129.794 128.016) (width 0.2032) (layer Cuivre) (net 223)) + (segment (start 90.17 127) (end 93.472 130.302) (width 0.2032) (layer Cuivre) (net 223) (status 800)) + (segment (start 131.191 118.491) (end 131.191 123.19) (width 0.2032) (layer Composant) (net 223)) + (segment (start 130.175 126.365) (end 130.175 127.635) (width 0.2032) (layer Cuivre) (net 223)) + (segment (start 130.8354 113.8428) (end 130.8354 115.697) (width 0.2032) (layer Composant) (net 223) (status 800)) + (via (at 130.175 126.365) (size 0.889) (layers Composant Cuivre) (net 223)) + (segment (start 165.354 120.396) (end 165.354 119.507) (width 0.2032) (layer VCC_layer) (net 223)) + (segment (start 93.472 130.302) (end 122.809 130.302) (width 0.2032) (layer Cuivre) (net 223)) + (segment (start 165.354 119.507) (end 163.068 117.221) (width 0.2032) (layer VCC_layer) (net 223)) + (segment (start 163.068 117.221) (end 154.051 117.221) (width 0.2032) (layer VCC_layer) (net 223)) + (segment (start 122.809 130.302) (end 125.095 128.016) (width 0.2032) (layer Cuivre) (net 223)) + (segment (start 131.191 123.19) (end 130.175 124.206) (width 0.2032) (layer Composant) (net 223)) + (via (at 131.191 118.491) (size 0.889) (layers Composant Cuivre) (net 223)) + (segment (start 130.175 124.206) (end 130.175 126.365) (width 0.2032) (layer Composant) (net 223)) + (segment (start 147.447 118.491) (end 131.191 118.491) (width 0.2032) (layer Cuivre) (net 223)) + (segment (start 125.095 128.016) (end 129.794 128.016) (width 0.2032) (layer Cuivre) (net 223)) + (segment (start 130.8354 115.697) (end 131.191 116.0526) (width 0.2032) (layer Composant) (net 223)) + (segment (start 152.781 118.491) (end 147.447 118.491) (width 0.2032) (layer VCC_layer) (net 223)) + (via (at 147.447 118.491) (size 0.889) (layers Composant Cuivre) (net 223)) + (segment (start 163.957 120.396) (end 165.354 120.396) (width 0.2032) (layer Cuivre) (net 223) (status 800)) + (segment (start 131.191 118.491) (end 131.191 116.0526) (width 0.2032) (layer Composant) (net 223)) + (segment (start 154.051 117.221) (end 152.781 118.491) (width 0.2032) (layer VCC_layer) (net 223)) + (segment (start 138.684 119.126) (end 145.923 119.126) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 145.923 119.126) (end 146.558 119.761) (width 0.2032) (layer Cuivre) (net 224)) + (via (at 137.795 126.365) (size 0.889) (layers Composant Cuivre) (net 224)) + (via (at 137.795 120.015) (size 0.889) (layers Composant Cuivre) (net 224)) + (segment (start 147.447 119.761) (end 146.558 119.761) (width 0.2032) (layer Cuivre) (net 224)) + (via (at 147.447 119.761) (size 0.889) (layers Composant Cuivre) (net 224)) + (segment (start 148.209 119.761) (end 148.844 119.126) (width 0.2032) (layer VCC_layer) (net 224)) + (segment (start 138.6586 113.8428) (end 138.6586 116.8654) (width 0.2032) (layer Composant) (net 224) (status 800)) + (segment (start 137.795 127.635) (end 134.366 131.064) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 137.795 120.015) (end 138.684 119.126) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 126.619 131.064) (end 124.206 133.477) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 97.79 135.89) (end 100.203 133.477) (width 0.2032) (layer Cuivre) (net 224) (status 800)) + (segment (start 148.844 119.126) (end 162.941 119.126) (width 0.2032) (layer VCC_layer) (net 224)) + (segment (start 137.795 126.365) (end 137.795 127.635) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 137.795 126.365) (end 137.795 120.015) (width 0.2032) (layer Composant) (net 224)) + (segment (start 137.795 120.015) (end 137.795 117.729) (width 0.2032) (layer Composant) (net 224)) + (segment (start 137.795 117.729) (end 138.6586 116.8654) (width 0.2032) (layer Composant) (net 224)) + (via (at 162.941 119.126) (size 0.889) (layers Composant Cuivre) (net 224)) + (segment (start 148.209 119.761) (end 147.447 119.761) (width 0.2032) (layer VCC_layer) (net 224)) + (segment (start 124.206 133.477) (end 100.203 133.477) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 163.957 119.126) (end 162.941 119.126) (width 0.2032) (layer Cuivre) (net 224) (status 800)) + (segment (start 126.619 131.064) (end 134.366 131.064) (width 0.2032) (layer Cuivre) (net 224)) + (segment (start 166.37 114.554) (end 158.75 114.554) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 144.145 125.984) (end 144.399 126.238) (width 0.2032) (layer Composant) (net 225)) + (segment (start 146.431 115.824) (end 145.415 116.84) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 123.698 138.303) (end 94.742 138.303) (width 0.2032) (layer Cuivre) (net 225)) + (segment (start 157.607 113.411) (end 146.685 113.411) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 137.033 133.604) (end 128.397 133.604) (width 0.2032) (layer Cuivre) (net 225)) + (segment (start 146.685 113.411) (end 146.431 113.665) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 144.145 120.015) (end 144.145 118.11) (width 0.2032) (layer Composant) (net 225)) + (segment (start 144.399 126.238) (end 137.033 133.604) (width 0.2032) (layer Cuivre) (net 225)) + (segment (start 146.431 113.665) (end 146.431 115.824) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 163.957 117.856) (end 165.608 117.856) (width 0.2032) (layer Cuivre) (net 225) (status 800)) + (via (at 144.145 120.015) (size 0.889) (layers Composant Cuivre) (net 225)) + (via (at 144.399 126.238) (size 0.889) (layers Composant Cuivre) (net 225)) + (segment (start 144.145 118.11) (end 145.415 116.84) (width 0.2032) (layer Composant) (net 225)) + (segment (start 90.17 142.875) (end 94.742 138.303) (width 0.2032) (layer Cuivre) (net 225) (status 800)) + (segment (start 146.4564 113.8428) (end 146.4564 115.7986) (width 0.2032) (layer Composant) (net 225) (status 800)) + (segment (start 145.415 116.84) (end 146.4564 115.7986) (width 0.2032) (layer Composant) (net 225)) + (segment (start 123.698 138.303) (end 128.397 133.604) (width 0.2032) (layer Cuivre) (net 225)) + (segment (start 166.624 114.808) (end 166.37 114.554) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 158.75 114.554) (end 157.607 113.411) (width 0.2032) (layer VCC_layer) (net 225)) + (via (at 165.608 117.856) (size 0.889) (layers Composant Cuivre) (net 225)) + (segment (start 166.37 117.856) (end 166.624 117.602) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 144.145 120.015) (end 144.145 125.984) (width 0.2032) (layer Composant) (net 225)) + (via (at 145.415 116.84) (size 0.889) (layers Composant Cuivre) (net 225)) + (segment (start 165.608 117.856) (end 166.37 117.856) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 166.624 117.602) (end 166.624 114.808) (width 0.2032) (layer VCC_layer) (net 225)) + (segment (start 128.905 134.62) (end 124.206 139.319) (width 0.2032) (layer Cuivre) (net 226)) + (segment (start 148.336 119.507) (end 149.606 118.11) (width 0.2032) (layer Composant) (net 226)) + (segment (start 137.922 134.62) (end 128.905 134.62) (width 0.2032) (layer Cuivre) (net 226)) + (segment (start 150.241 118.11) (end 149.606 118.11) (width 0.2032) (layer Composant) (net 226)) + (segment (start 151.638 117.094) (end 151.638 117.348) (width 0.2032) (layer Composant) (net 226)) + (via (at 151.892 117.729) (size 0.889) (layers Composant Cuivre) (net 226)) + (segment (start 148.082 123.825) (end 148.336 123.571) (width 0.2032) (layer Composant) (net 226)) + (segment (start 150.241 118.11) (end 151.257 117.094) (width 0.2032) (layer Composant) (net 226)) + (segment (start 124.206 139.319) (end 98.806 139.319) (width 0.2032) (layer Cuivre) (net 226)) + (via (at 148.082 127.889) (size 0.889) (layers Composant Cuivre) (net 226)) + (via (at 165.608 116.586) (size 0.889) (layers Composant Cuivre) (net 226)) + (segment (start 95.25 142.875) (end 98.806 139.319) (width 0.2032) (layer Cuivre) (net 226) (status 800)) + (segment (start 148.336 123.571) (end 148.336 119.507) (width 0.2032) (layer Composant) (net 226)) + (segment (start 148.082 127.889) (end 148.082 123.825) (width 0.2032) (layer Composant) (net 226)) + (segment (start 151.638 117.348) (end 151.892 117.602) (width 0.2032) (layer Composant) (net 226)) + (segment (start 148.082 127.889) (end 144.653 127.889) (width 0.2032) (layer Cuivre) (net 226)) + (segment (start 151.892 117.602) (end 151.892 117.729) (width 0.2032) (layer Composant) (net 226)) + (segment (start 152.4 117.729) (end 153.543 116.586) (width 0.2032) (layer VCC_layer) (net 226)) + (segment (start 151.892 117.729) (end 152.4 117.729) (width 0.2032) (layer VCC_layer) (net 226)) + (segment (start 151.257 117.094) (end 151.638 117.094) (width 0.2032) (layer Composant) (net 226)) + (segment (start 163.957 116.586) (end 165.608 116.586) (width 0.2032) (layer Cuivre) (net 226) (status 800)) + (segment (start 151.6634 113.8428) (end 151.6634 117.0686) (width 0.2032) (layer Composant) (net 226) (status 800)) + (segment (start 151.638 117.094) (end 151.6634 117.0686) (width 0.2032) (layer Composant) (net 226)) + (segment (start 144.653 127.889) (end 137.922 134.62) (width 0.2032) (layer Cuivre) (net 226)) + (segment (start 165.608 116.586) (end 153.543 116.586) (width 0.2032) (layer VCC_layer) (net 226)) + (segment (start 163.322 129.54) (end 169.926 129.54) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 162.179 121.793) (end 162.179 128.397) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 172.466 132.08) (end 180.848 132.08) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 192.913 134.366) (end 190.754 134.366) (width 0.2032) (layer Composant) (net 227) (status 800)) + (segment (start 161.29 118.11) (end 161.29 120.904) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 161.29 118.11) (end 160.6804 118.7196) (width 0.2032) (layer Composant) (net 227)) + (segment (start 157.1752 118.7196) (end 160.6804 118.7196) (width 0.2032) (layer Composant) (net 227) (status 800)) + (segment (start 190.754 134.366) (end 189.992 133.604) (width 0.2032) (layer Composant) (net 227)) + (segment (start 183.515 134.747) (end 180.848 132.08) (width 0.2032) (layer Cuivre) (net 227) (status 800)) + (segment (start 184.658 133.604) (end 189.992 133.604) (width 0.2032) (layer Composant) (net 227)) + (via (at 161.29 118.11) (size 0.889) (layers Composant Cuivre) (net 227)) + (segment (start 162.179 128.397) (end 163.322 129.54) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 161.29 120.904) (end 162.179 121.793) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 183.515 134.747) (end 184.658 133.604) (width 0.2032) (layer Composant) (net 227) (status 800)) + (segment (start 169.926 129.54) (end 172.466 132.08) (width 0.2032) (layer Cuivre) (net 227)) + (segment (start 192.913 135.636) (end 190.373 135.636) (width 0.2032) (layer Composant) (net 228) (status 800)) + (segment (start 157.1752 126.5174) (end 158.75 126.5174) (width 0.2032) (layer Composant) (net 228) (status 800)) + (segment (start 161.417 130.048) (end 159.385 128.016) (width 0.2032) (layer Composant) (net 228)) + (segment (start 168.275 134.747) (end 169.291 135.763) (width 0.2032) (layer Composant) (net 228) (status 800)) + (segment (start 161.417 130.048) (end 161.417 131.064) (width 0.2032) (layer Composant) (net 228)) + (segment (start 167.005 133.477) (end 163.83 133.477) (width 0.2032) (layer Composant) (net 228)) + (segment (start 190.246 135.763) (end 169.291 135.763) (width 0.2032) (layer Composant) (net 228)) + (segment (start 158.75 126.5174) (end 159.385 127.127) (width 0.2032) (layer Composant) (net 228)) + (segment (start 168.275 134.747) (end 167.005 133.477) (width 0.2032) (layer Composant) (net 228) (status 800)) + (segment (start 190.373 135.636) (end 190.246 135.763) (width 0.2032) (layer Composant) (net 228)) + (segment (start 159.385 128.016) (end 159.385 127.127) (width 0.2032) (layer Composant) (net 228)) + (segment (start 161.417 131.064) (end 163.83 133.477) (width 0.2032) (layer Composant) (net 228)) + (via (at 191.389 136.906) (size 0.889) (layers Composant Cuivre) (net 229)) + (segment (start 191.008 136.525) (end 171.958 136.525) (width 0.2032) (layer Cuivre) (net 229)) + (segment (start 191.389 136.906) (end 191.008 136.525) (width 0.2032) (layer Cuivre) (net 229)) + (segment (start 158.369 137.287) (end 164.465 137.287) (width 0.2032) (layer Cuivre) (net 229)) + (via (at 154.305 134.62) (size 0.889) (layers Composant Cuivre) (net 229)) + (segment (start 164.465 137.287) (end 165.227 136.525) (width 0.2032) (layer Cuivre) (net 229)) + (segment (start 169.545 136.525) (end 165.227 136.525) (width 0.2032) (layer Cuivre) (net 229)) + (segment (start 170.815 137.795) (end 169.545 136.525) (width 0.2032) (layer Cuivre) (net 229) (status 800)) + (segment (start 154.305 134.62) (end 155.702 134.62) (width 0.2032) (layer Cuivre) (net 229)) + (segment (start 154.305 134.3152) (end 154.305 134.62) (width 0.2032) (layer Composant) (net 229)) + (segment (start 155.702 134.62) (end 158.369 137.287) (width 0.2032) (layer Cuivre) (net 229)) + (segment (start 192.913 136.906) (end 191.389 136.906) (width 0.2032) (layer Composant) (net 229) (status 800)) + (segment (start 170.815 137.795) (end 171.958 136.525) (width 0.2032) (layer Cuivre) (net 229) (status 800)) + (segment (start 157.1752 134.3152) (end 154.305 134.3152) (width 0.2032) (layer Composant) (net 229) (status 800)) + (segment (start 154.94 139.446) (end 167.386 139.446) (width 0.2032) (layer Cuivre) (net 230)) + (segment (start 178.435 136.779) (end 178.435 137.795) (width 0.2032) (layer Composant) (net 230) (status 400)) + (segment (start 190.119 136.525) (end 178.689 136.525) (width 0.2032) (layer Composant) (net 230)) + (segment (start 178.435 137.795) (end 177.165 139.065) (width 0.2032) (layer Cuivre) (net 230) (status 800)) + (segment (start 192.913 138.176) (end 190.627 138.176) (width 0.2032) (layer Composant) (net 230) (status 800)) + (segment (start 167.767 139.065) (end 177.165 139.065) (width 0.2032) (layer Cuivre) (net 230)) + (segment (start 190.373 136.779) (end 190.119 136.525) (width 0.2032) (layer Composant) (net 230)) + (segment (start 167.386 139.446) (end 167.767 139.065) (width 0.2032) (layer Cuivre) (net 230)) + (segment (start 154.94 139.5222) (end 154.94 139.446) (width 0.2032) (layer Composant) (net 230)) + (segment (start 190.627 138.176) (end 190.373 137.922) (width 0.2032) (layer Composant) (net 230)) + (segment (start 157.1752 139.5222) (end 154.94 139.5222) (width 0.2032) (layer Composant) (net 230) (status 800)) + (via (at 154.94 139.446) (size 0.889) (layers Composant Cuivre) (net 230)) + (segment (start 178.689 136.525) (end 178.435 136.779) (width 0.2032) (layer Composant) (net 230)) + (segment (start 190.373 137.922) (end 190.373 136.779) (width 0.2032) (layer Composant) (net 230)) + (segment (start 183.769 139.446) (end 183.515 139.192) (width 0.2032) (layer Composant) (net 231)) + (segment (start 152.2984 145.034) (end 152.2984 140.97) (width 0.2032) (layer Composant) (net 231) (status 800)) + (segment (start 183.515 137.795) (end 180.975 140.335) (width 0.2032) (layer Cuivre) (net 231) (status 800)) + (segment (start 192.913 139.446) (end 183.769 139.446) (width 0.2032) (layer Composant) (net 231) (status 800)) + (segment (start 183.515 139.192) (end 183.515 137.795) (width 0.2032) (layer Composant) (net 231) (status 400)) + (segment (start 180.975 140.335) (end 167.767 140.335) (width 0.2032) (layer Cuivre) (net 231)) + (segment (start 167.767 140.335) (end 167.132 140.97) (width 0.2032) (layer Cuivre) (net 231)) + (via (at 152.2984 140.97) (size 0.889) (layers Composant Cuivre) (net 231)) + (segment (start 152.2984 140.97) (end 167.132 140.97) (width 0.2032) (layer Cuivre) (net 231)) + (segment (start 167.767 143.764) (end 167.386 143.383) (width 0.2032) (layer Cuivre) (net 232)) + (segment (start 171.069 140.716) (end 170.815 140.97) (width 0.2032) (layer Composant) (net 232)) + (segment (start 169.672 143.764) (end 167.767 143.764) (width 0.2032) (layer Cuivre) (net 232)) + (segment (start 144.5006 145.034) (end 144.5006 142.24) (width 0.2032) (layer Composant) (net 232) (status 800)) + (segment (start 167.386 143.383) (end 156.464 143.383) (width 0.2032) (layer Cuivre) (net 232)) + (segment (start 192.913 140.716) (end 171.069 140.716) (width 0.2032) (layer Composant) (net 232) (status 800)) + (segment (start 170.815 142.621) (end 169.672 143.764) (width 0.2032) (layer Cuivre) (net 232) (status 800)) + (segment (start 156.21 143.637) (end 146.177 143.637) (width 0.2032) (layer Cuivre) (net 232)) + (segment (start 170.815 140.97) (end 170.815 142.621) (width 0.2032) (layer Composant) (net 232) (status 400)) + (via (at 144.78 142.24) (size 0.889) (layers Composant Cuivre) (net 232)) + (segment (start 156.464 143.383) (end 156.21 143.637) (width 0.2032) (layer Cuivre) (net 232)) + (segment (start 144.78 142.24) (end 146.177 143.637) (width 0.2032) (layer Cuivre) (net 232)) + (segment (start 144.5006 142.24) (end 144.78 142.24) (width 0.2032) (layer Composant) (net 232)) + (segment (start 156.718 145.161) (end 156.972 144.907) (width 0.2032) (layer Cuivre) (net 233)) + (segment (start 139.446 145.161) (end 156.718 145.161) (width 0.2032) (layer Cuivre) (net 233)) + (segment (start 178.816 141.478) (end 178.562 141.732) (width 0.2032) (layer Composant) (net 233)) + (segment (start 178.562 141.732) (end 178.562 142.494) (width 0.2032) (layer Composant) (net 233)) + (segment (start 156.972 144.907) (end 166.497 144.907) (width 0.2032) (layer Cuivre) (net 233)) + (segment (start 166.878 145.288) (end 175.768 145.288) (width 0.2032) (layer Cuivre) (net 233)) + (segment (start 178.562 142.494) (end 178.435 142.621) (width 0.2032) (layer Composant) (net 233) (status 400)) + (segment (start 166.497 144.907) (end 166.878 145.288) (width 0.2032) (layer Cuivre) (net 233)) + (segment (start 136.525 142.24) (end 139.446 145.161) (width 0.2032) (layer Cuivre) (net 233)) + (segment (start 178.435 142.621) (end 175.768 145.288) (width 0.2032) (layer Cuivre) (net 233) (status 800)) + (segment (start 191.008 141.986) (end 190.5 141.478) (width 0.2032) (layer Composant) (net 233)) + (segment (start 136.7028 145.034) (end 136.7028 142.24) (width 0.2032) (layer Composant) (net 233) (status 800)) + (segment (start 136.7028 142.24) (end 136.525 142.24) (width 0.2032) (layer Composant) (net 233)) + (segment (start 190.5 141.478) (end 178.816 141.478) (width 0.2032) (layer Composant) (net 233)) + (segment (start 192.913 141.986) (end 191.008 141.986) (width 0.2032) (layer Composant) (net 233) (status 800)) + (via (at 136.525 142.24) (size 0.889) (layers Composant Cuivre) (net 233)) + (segment (start 131.4958 142.24) (end 131.445 142.24) (width 0.2032) (layer Composant) (net 234)) + (segment (start 183.515 143.764) (end 183.515 142.621) (width 0.2032) (layer Composant) (net 234) (status 400)) + (segment (start 189.992 144.018) (end 183.769 144.018) (width 0.2032) (layer Composant) (net 234)) + (segment (start 190.754 143.256) (end 189.992 144.018) (width 0.2032) (layer Composant) (net 234)) + (segment (start 166.116 145.923) (end 166.497 146.304) (width 0.2032) (layer Cuivre) (net 234)) + (segment (start 135.382 146.177) (end 157.099 146.177) (width 0.2032) (layer Cuivre) (net 234)) + (segment (start 183.769 144.018) (end 183.515 143.764) (width 0.2032) (layer Composant) (net 234)) + (segment (start 157.099 146.177) (end 157.353 145.923) (width 0.2032) (layer Cuivre) (net 234)) + (segment (start 157.353 145.923) (end 166.116 145.923) (width 0.2032) (layer Cuivre) (net 234)) + (segment (start 183.515 142.621) (end 179.832 146.304) (width 0.2032) (layer Cuivre) (net 234) (status 800)) + (via (at 131.445 142.24) (size 0.889) (layers Composant Cuivre) (net 234)) + (segment (start 166.497 146.304) (end 179.832 146.304) (width 0.2032) (layer Cuivre) (net 234)) + (segment (start 131.4958 145.034) (end 131.4958 142.24) (width 0.2032) (layer Composant) (net 234) (status 800)) + (segment (start 192.913 143.256) (end 190.754 143.256) (width 0.2032) (layer Composant) (net 234) (status 800)) + (segment (start 131.445 142.24) (end 135.382 146.177) (width 0.2032) (layer Cuivre) (net 234)) + (segment (start 147.32 96.52) (end 144.145 93.345) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 150.114 96.52) (end 147.32 96.52) (width 0.2032) (layer VCC_layer) (net 235)) + (segment (start 149.0472 103.759) (end 149.0472 96.9772) (width 0.2032) (layer Composant) (net 235) (status 800)) + (segment (start 151.003 110.998) (end 149.0472 109.0422) (width 0.2032) (layer Composant) (net 235)) + (segment (start 96.52 92.075) (end 95.5294 91.0844) (width 0.2032) (layer Composant) (net 235)) + (segment (start 114.554 96.52) (end 114.046 97.028) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 91.694 92.329) (end 91.694 96.266) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 163.957 96.012) (end 162.941 96.012) (width 0.2032) (layer Cuivre) (net 235) (status 800)) + (via (at 96.52 92.075) (size 0.889) (layers Composant Cuivre) (net 235)) + (segment (start 135.509 96.52) (end 138.684 93.345) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 162.941 96.012) (end 162.687 96.266) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 103.886 97.028) (end 114.046 97.028) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 96.52 92.075) (end 101.346 96.901) (width 0.2032) (layer Cuivre) (net 235)) + (via (at 147.32 96.52) (size 0.889) (layers Composant Cuivre) (net 235)) + (segment (start 88.265 99.695) (end 91.694 96.266) (width 0.2032) (layer Cuivre) (net 235) (status 800)) + (segment (start 150.368 96.266) (end 150.114 96.52) (width 0.2032) (layer VCC_layer) (net 235)) + (segment (start 149.0472 109.0422) (end 149.0472 103.759) (width 0.2032) (layer Composant) (net 235) (status 400)) + (segment (start 101.346 96.901) (end 103.759 96.901) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 148.59 96.52) (end 149.0472 96.9772) (width 0.2032) (layer Composant) (net 235)) + (segment (start 114.554 96.52) (end 135.509 96.52) (width 0.2032) (layer Cuivre) (net 235)) + (via (at 162.687 96.266) (size 0.889) (layers Composant Cuivre) (net 235)) + (segment (start 162.687 96.266) (end 150.368 96.266) (width 0.2032) (layer VCC_layer) (net 235)) + (segment (start 96.52 92.075) (end 91.948 92.075) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 147.32 96.52) (end 148.59 96.52) (width 0.2032) (layer Composant) (net 235)) + (segment (start 144.145 93.345) (end 138.684 93.345) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 92.456 91.0844) (end 95.5294 91.0844) (width 0.2032) (layer Composant) (net 235) (status 800)) + (segment (start 91.948 92.075) (end 91.694 92.329) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 151.003 113.8428) (end 151.003 110.998) (width 0.2032) (layer Composant) (net 235) (status 800)) + (segment (start 103.759 96.901) (end 103.886 97.028) (width 0.2032) (layer Cuivre) (net 235)) + (segment (start 144.78 92.71) (end 138.557 92.71) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 161.417 95.758) (end 150.368 95.758) (width 0.2032) (layer VCC_layer) (net 236)) + (segment (start 104.013 96.52) (end 113.792 96.52) (width 0.2032) (layer Cuivre) (net 236)) + (via (at 97.79 92.075) (size 0.889) (layers Composant Cuivre) (net 236)) + (via (at 147.32 95.25) (size 0.889) (layers Composant Cuivre) (net 236)) + (segment (start 135.255 96.012) (end 138.557 92.71) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 147.32 95.25) (end 148.59 95.25) (width 0.2032) (layer Composant) (net 236)) + (segment (start 96.901 91.186) (end 91.694 91.186) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 88.265 97.155) (end 90.805 94.615) (width 0.2032) (layer Cuivre) (net 236) (status 800)) + (segment (start 114.3 96.012) (end 135.255 96.012) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 147.32 95.25) (end 144.78 92.71) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 152.2984 113.8428) (end 152.2984 111.379) (width 0.2032) (layer Composant) (net 236) (status 800)) + (segment (start 103.886 96.393) (end 104.013 96.52) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 149.7076 103.759) (end 149.7076 96.3676) (width 0.2032) (layer Composant) (net 236) (status 800)) + (segment (start 152.2984 111.379) (end 149.7076 108.7882) (width 0.2032) (layer Composant) (net 236)) + (segment (start 102.108 96.393) (end 103.886 96.393) (width 0.2032) (layer Cuivre) (net 236)) + (via (at 161.925 95.25) (size 0.889) (layers Composant Cuivre) (net 236)) + (segment (start 163.957 94.742) (end 162.56 94.742) (width 0.2032) (layer Cuivre) (net 236) (status 800)) + (segment (start 92.456 90.4494) (end 97.4344 90.4494) (width 0.2032) (layer Composant) (net 236) (status 800)) + (segment (start 97.79 90.805) (end 97.79 92.075) (width 0.2032) (layer Composant) (net 236)) + (segment (start 162.052 95.25) (end 161.925 95.25) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 150.368 95.758) (end 149.86 95.25) (width 0.2032) (layer VCC_layer) (net 236)) + (segment (start 114.3 96.012) (end 113.792 96.52) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 97.79 92.075) (end 102.108 96.393) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 149.7076 108.7882) (end 149.7076 103.759) (width 0.2032) (layer Composant) (net 236) (status 400)) + (segment (start 97.79 92.075) (end 96.901 91.186) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 148.59 95.25) (end 149.7076 96.3676) (width 0.2032) (layer Composant) (net 236)) + (segment (start 149.86 95.25) (end 147.32 95.25) (width 0.2032) (layer VCC_layer) (net 236)) + (segment (start 97.79 90.805) (end 97.4344 90.4494) (width 0.2032) (layer Composant) (net 236)) + (segment (start 162.56 94.742) (end 162.052 95.25) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 161.925 95.25) (end 161.417 95.758) (width 0.2032) (layer VCC_layer) (net 236)) + (segment (start 90.805 94.615) (end 90.805 92.075) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 91.694 91.186) (end 90.805 92.075) (width 0.2032) (layer Cuivre) (net 236)) + (segment (start 135.001 66.167) (end 161.798 66.167) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 130.2004 72.5678) (end 130.2004 70.993) (width 0.2032) (layer Composant) (net 237) (status 800)) + (segment (start 309.4228 80.899) (end 309.118 80.899) (width 0.2032) (layer Composant) (net 237)) + (via (at 131.191 66.929) (size 0.889) (layers Composant Cuivre) (net 237)) + (segment (start 242.189 66.802) (end 241.808 67.183) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 309.118 67.056) (end 309.118 80.899) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 130.2004 70.993) (end 130.048 70.993) (width 0.2032) (layer Composant) (net 237)) + (segment (start 309.118 67.056) (end 308.864 66.802) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 242.189 66.802) (end 308.864 66.802) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 309.4228 82.169) (end 309.4228 80.899) (width 0.2032) (layer Composant) (net 237) (status 800)) + (segment (start 241.808 67.183) (end 162.814 67.183) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 134.239 66.929) (end 131.191 66.929) (width 0.2032) (layer Cuivre) (net 237)) + (via (at 309.118 80.899) (size 0.889) (layers Composant Cuivre) (net 237)) + (segment (start 131.191 66.929) (end 130.048 68.072) (width 0.2032) (layer Composant) (net 237)) + (segment (start 130.048 70.993) (end 130.048 68.072) (width 0.2032) (layer Composant) (net 237)) + (segment (start 134.239 66.929) (end 135.001 66.167) (width 0.2032) (layer Cuivre) (net 237)) + (segment (start 161.798 66.167) (end 162.814 67.183) (width 0.2032) (layer Cuivre) (net 237)) + (via (at 356.108 81.153) (size 0.889) (layers Composant Cuivre) (net 238)) + (segment (start 356.362 84.455) (end 361.569 84.455) (width 0.2032) (layer Cuivre) (net 238) (status 400)) + (segment (start 356.108 84.201) (end 356.362 84.455) (width 0.2032) (layer Cuivre) (net 238)) + (segment (start 355.092 82.169) (end 356.108 81.153) (width 0.2032) (layer Composant) (net 238)) + (segment (start 353.949 86.487) (end 354.838 86.487) (width 0.2032) (layer Composant) (net 238) (status 800)) + (segment (start 354.838 86.487) (end 355.092 86.233) (width 0.2032) (layer Composant) (net 238)) + (segment (start 355.092 86.233) (end 355.092 82.169) (width 0.2032) (layer Composant) (net 238)) + (segment (start 351.028 86.5124) (end 353.949 86.5124) (width 0.2032) (layer Composant) (net 238) (status 800)) + (segment (start 356.108 81.153) (end 354.33 81.153) (width 0.2032) (layer Cuivre) (net 238) (status 400)) + (segment (start 353.949 86.5124) (end 353.949 86.487) (width 0.2032) (layer Composant) (net 238) (status 400)) + (segment (start 356.108 81.153) (end 356.108 84.201) (width 0.2032) (layer Cuivre) (net 238)) + (via (at 97.155 113.665) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 327.279 60.96) (end 325.374 59.055) (width 0.2032) (layer VCC_layer) (net 239)) + (via (at 301.752 58.547) (size 0.889) (layers Composant Cuivre) (net 239)) + (via (at 120.142 81.153) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 124.333 92.964) (end 124.333 93.0402) (width 0.2032) (layer Composant) (net 239)) + (segment (start 97.155 111.76) (end 94.0816 108.6866) (width 0.2032) (layer Composant) (net 239)) + (segment (start 320.294 59.055) (end 321.945 59.055) (width 0.2032) (layer Composant) (net 239)) + (segment (start 161.163 57.785) (end 160.147 58.801) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 309.753 59.817) (end 307.975 58.039) (width 0.2032) (layer Composant) (net 239)) + (segment (start 160.147 58.801) (end 157.099 58.801) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 165.481 58.039) (end 165.227 57.785) (width 0.2032) (layer VCC_layer) (net 239)) + (via (at 327.279 66.548) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 301.752 58.547) (end 301.244 58.039) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 121.285 92.964) (end 119.888 91.567) (width 0.2032) (layer Composant) (net 239)) + (segment (start 122.682 93.218) (end 122.682 92.964) (width 0.2032) (layer Composant) (net 239)) + (segment (start 121.285 92.964) (end 122.682 92.964) (width 0.2032) (layer Composant) (net 239)) + (segment (start 157.099 58.801) (end 156.337 58.039) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 119.507 115.57) (end 119.761 115.57) (width 0.2032) (layer Composant) (net 239)) + (segment (start 122.682 92.964) (end 124.333 92.964) (width 0.2032) (layer Composant) (net 239)) + (segment (start 327.279 85.471) (end 327.279 73.152) (width 0.2032) (layer Composant) (net 239)) + (via (at 119.507 115.57) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 120.142 58.547) (end 120.65 58.039) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 119.761 96.139) (end 122.682 93.218) (width 0.2032) (layer Composant) (net 239)) + (segment (start 302.26 58.039) (end 301.752 58.547) (width 0.2032) (layer Composant) (net 239)) + (segment (start 327.787 67.056) (end 327.787 72.644) (width 0.2032) (layer Composant) (net 239)) + (segment (start 165.227 57.785) (end 161.163 57.785) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 326.263 89.5096) (end 326.263 86.487) (width 0.2032) (layer Composant) (net 239)) + (via (at 321.945 59.055) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 119.761 116.713) (end 123.063 120.015) (width 0.2032) (layer Composant) (net 239)) + (segment (start 326.263 86.487) (end 327.279 85.471) (width 0.2032) (layer Composant) (net 239)) + (segment (start 120.142 90.043) (end 120.142 81.153) (width 0.2032) (layer Cuivre) (net 239)) + (segment (start 156.337 58.039) (end 120.65 58.039) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 120.142 58.547) (end 120.142 59.309) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 327.279 66.548) (end 327.279 60.96) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 97.155 113.665) (end 97.155 111.76) (width 0.2032) (layer Composant) (net 239)) + (segment (start 99.06 115.57) (end 119.507 115.57) (width 0.2032) (layer Cuivre) (net 239)) + (segment (start 320.294 59.055) (end 319.532 59.817) (width 0.2032) (layer Composant) (net 239)) + (segment (start 319.532 59.817) (end 309.753 59.817) (width 0.2032) (layer Composant) (net 239)) + (segment (start 327.787 72.644) (end 327.279 73.152) (width 0.2032) (layer Composant) (net 239)) + (segment (start 327.279 66.548) (end 327.787 67.056) (width 0.2032) (layer Composant) (net 239)) + (segment (start 301.244 58.039) (end 165.481 58.039) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 94.0816 94.869) (end 94.0816 108.6866) (width 0.2032) (layer Composant) (net 239) (status 800)) + (segment (start 307.975 58.039) (end 302.26 58.039) (width 0.2032) (layer Composant) (net 239)) + (segment (start 119.761 96.139) (end 119.761 115.57) (width 0.2032) (layer Composant) (net 239)) + (segment (start 125.984 120.015) (end 123.063 120.015) (width 0.2032) (layer Composant) (net 239) (status 800)) + (segment (start 326.6694 92.0242) (end 326.6694 89.916) (width 0.2032) (layer Composant) (net 239) (status 800)) + (segment (start 326.6694 89.916) (end 326.263 89.5096) (width 0.2032) (layer Composant) (net 239)) + (via (at 120.142 59.309) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 119.888 90.297) (end 120.142 90.043) (width 0.2032) (layer Cuivre) (net 239)) + (segment (start 119.888 91.567) (end 119.888 90.297) (width 0.2032) (layer Cuivre) (net 239)) + (via (at 119.888 91.567) (size 0.889) (layers Composant Cuivre) (net 239)) + (segment (start 321.945 59.055) (end 325.374 59.055) (width 0.2032) (layer VCC_layer) (net 239)) + (segment (start 125.984 93.0402) (end 124.333 93.0402) (width 0.2032) (layer Composant) (net 239) (status 800)) + (segment (start 97.155 113.665) (end 99.06 115.57) (width 0.2032) (layer Cuivre) (net 239)) + (segment (start 119.761 115.57) (end 119.761 116.713) (width 0.2032) (layer Composant) (net 239)) + (segment (start 120.142 59.309) (end 120.142 81.153) (width 0.2032) (layer Composant) (net 239)) + (segment (start 347.853 81.9404) (end 347.853 88.138) (width 0.2032) (layer Composant) (net 240)) + (segment (start 351.028 81.915) (end 351.028 81.9404) (width 0.2032) (layer Composant) (net 240) (status 400)) + (via (at 348.869 70.866) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 347.853 81.9404) (end 345.567 81.9404) (width 0.2032) (layer Cuivre) (net 240)) + (segment (start 354.457 70.358) (end 354.711 70.612) (width 0.2032) (layer Cuivre) (net 240)) + (segment (start 319.8368 63.754) (end 319.8368 64.389) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 347.472 92.0242) (end 348.107 92.0242) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 322.7578 64.135) (end 322.5038 64.389) (width 0.2032) (layer Composant) (net 240)) + (segment (start 322.5038 64.389) (end 322.072 64.389) (width 0.2032) (layer Composant) (net 240)) + (segment (start 325.628 67.691) (end 325.628 70.866) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 325.628 70.866) (end 325.628 83.566) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 324.358 64.389) (end 324.358 64.643) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 351.028 65.0494) (end 351.028 64.389) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 354.711 70.612) (end 355.727 70.612) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (via (at 354.457 63.754) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 353.187 70.8914) (end 354.0506 71.755) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 353.187 70.8914) (end 353.3394 70.739) (width 0.2032) (layer Cuivre) (net 240)) + (segment (start 321.945 89.4334) (end 322.6816 90.17) (width 0.2032) (layer Composant) (net 240)) + (segment (start 319.8368 64.389) (end 322.072 64.389) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 322.199 88.4428) (end 322.199 88.519) (width 0.2032) (layer Composant) (net 240)) + (segment (start 351.028 75.438) (end 353.187 75.438) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 322.199 88.519) (end 325.12 88.519) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 325.628 88.011) (end 325.12 88.519) (width 0.2032) (layer VCC_layer) (net 240)) + (via (at 353.187 75.438) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 353.3394 70.739) (end 355.6 70.739) (width 0.2032) (layer Cuivre) (net 240)) + (segment (start 354.457 63.754) (end 354.457 66.167) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 322.7578 60.833) (end 323.4182 60.833) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 354.457 66.167) (end 354.457 70.358) (width 0.2032) (layer Cuivre) (net 240) (status 800)) + (segment (start 351.028 88.4428) (end 351.028 87.8078) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 347.472 92.0242) (end 347.472 97.028) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 353.7966 75.438) (end 353.187 75.438) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 351.028 63.754) (end 348.107 60.833) (width 0.2032) (layer Composant) (net 240) (status C00)) + (via (at 325.628 83.566) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 351.028 70.8914) (end 353.187 70.8914) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 351.028 63.754) (end 354.457 63.754) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 322.707 91.948) (end 322.7578 92.0242) (width 0.2032) (layer Composant) (net 240) (status 400)) + (segment (start 348.107 88.392) (end 350.52 88.392) (width 0.2032) (layer Composant) (net 240)) + (segment (start 348.107 60.833) (end 347.472 60.833) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 347.472 97.028) (end 347.599 97.155) (width 0.2032) (layer Composant) (net 240) (status 400)) + (segment (start 319.8368 89.1032) (end 319.8368 88.4428) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 351.028 89.1032) (end 351.028 88.4428) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 345.567 81.9404) (end 345.567 82.042) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 322.7578 60.833) (end 322.7578 64.135) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 353.187 75.438) (end 353.187 82.931) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 351.028 64.389) (end 351.028 63.754) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 322.7578 92.0242) (end 323.4182 92.0242) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 351.028 70.8914) (end 348.869 70.8914) (width 0.2032) (layer Composant) (net 240) (status 800)) + (via (at 347.853 81.9404) (size 0.889) (layers Composant Cuivre) (net 240)) + (via (at 322.199 88.519) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 354.0506 71.755) (end 354.0506 75.184) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 348.107 91.186) (end 348.107 92.0242) (width 0.2032) (layer Composant) (net 240) (status 400)) + (segment (start 352.933 81.915) (end 351.028 81.915) (width 0.2032) (layer Composant) (net 240)) + (segment (start 319.8368 88.4428) (end 322.199 88.4428) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 347.853 88.138) (end 348.107 88.392) (width 0.2032) (layer Composant) (net 240)) + (segment (start 350.52 88.392) (end 351.028 88.4428) (width 0.2032) (layer Composant) (net 240) (status 400)) + (segment (start 322.6816 91.948) (end 322.707 91.948) (width 0.2032) (layer Composant) (net 240)) + (segment (start 322.6816 90.17) (end 322.6816 91.948) (width 0.2032) (layer Composant) (net 240)) + (segment (start 320.167 89.4334) (end 319.8368 89.1032) (width 0.2032) (layer Composant) (net 240) (status 400)) + (via (at 322.072 64.389) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 322.072 64.389) (end 324.358 64.389) (width 0.2032) (layer Cuivre) (net 240)) + (segment (start 351.028 81.9404) (end 347.853 81.9404) (width 0.2032) (layer Composant) (net 240) (status 800)) + (segment (start 325.628 83.566) (end 324.231 83.566) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 348.107 91.186) (end 350.139 89.154) (width 0.2032) (layer Composant) (net 240)) + (segment (start 350.139 89.154) (end 351.028 89.154) (width 0.2032) (layer Composant) (net 240)) + (segment (start 351.028 89.154) (end 351.028 89.1032) (width 0.2032) (layer Composant) (net 240) (status 400)) + (segment (start 325.628 67.691) (end 324.866 66.929) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 348.869 70.866) (end 325.628 70.866) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 319.8368 88.4428) (end 319.8368 87.8078) (width 0.2032) (layer Composant) (net 240) (status C00)) + (via (at 353.187 82.931) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 353.187 82.931) (end 353.187 82.169) (width 0.2032) (layer Composant) (net 240)) + (segment (start 353.187 82.169) (end 352.933 81.915) (width 0.2032) (layer Composant) (net 240)) + (via (at 353.187 70.8914) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 355.6 70.739) (end 355.727 70.612) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 324.866 66.929) (end 324.866 64.643) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 325.628 83.566) (end 325.628 88.011) (width 0.2032) (layer VCC_layer) (net 240)) + (via (at 324.866 64.643) (size 0.889) (layers Composant Cuivre) (net 240)) + (segment (start 324.866 64.643) (end 324.358 64.643) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 320.167 89.4334) (end 321.945 89.4334) (width 0.2032) (layer Composant) (net 240)) + (segment (start 348.869 70.8914) (end 348.869 70.866) (width 0.2032) (layer Composant) (net 240)) + (segment (start 347.091 69.088) (end 345.567 69.088) (width 0.2032) (layer Cuivre) (net 240) (status 400)) + (segment (start 348.869 70.866) (end 347.091 69.088) (width 0.2032) (layer Cuivre) (net 240)) + (segment (start 351.028 76.0984) (end 351.028 75.438) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 319.8368 64.389) (end 319.8368 65.0494) (width 0.2032) (layer Composant) (net 240) (status C00)) + (segment (start 354.0506 75.184) (end 353.7966 75.438) (width 0.2032) (layer VCC_layer) (net 240)) + (segment (start 338.582 61.341) (end 341.376 64.135) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 352.933 66.5988) (end 352.933 67.945) (width 0.2032) (layer Composant) (net 241)) + (segment (start 318.643 60.833) (end 319.532 60.833) (width 0.2032) (layer Cuivre) (net 241) (status 800)) + (segment (start 349.123 64.135) (end 341.376 64.135) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 356.87 71.882) (end 357.124 71.628) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 352.679 66.3448) (end 352.933 66.5988) (width 0.2032) (layer Composant) (net 241)) + (segment (start 353.314 68.326) (end 349.123 64.135) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 357.378 70.612) (end 358.14 70.612) (width 0.2032) (layer Cuivre) (net 241) (status 400)) + (segment (start 313.309 58.801) (end 315.341 60.833) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 311.023 58.801) (end 313.309 58.801) (width 0.2032) (layer Cuivre) (net 241) (status 800)) + (segment (start 320.04 61.341) (end 319.532 60.833) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 352.171 69.469) (end 352.171 71.628) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 352.171 71.628) (end 352.425 71.882) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 352.425 71.882) (end 356.87 71.882) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 353.314 68.326) (end 352.171 69.469) (width 0.2032) (layer Cuivre) (net 241)) + (via (at 353.314 68.326) (size 0.889) (layers Composant Cuivre) (net 241)) + (segment (start 357.124 70.866) (end 357.378 70.612) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 320.04 61.341) (end 338.582 61.341) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 351.028 66.3448) (end 352.679 66.3448) (width 0.2032) (layer Composant) (net 241) (status 800)) + (segment (start 315.341 60.833) (end 318.643 60.833) (width 0.2032) (layer Cuivre) (net 241) (status 400)) + (segment (start 352.933 67.945) (end 353.314 68.326) (width 0.2032) (layer Composant) (net 241)) + (segment (start 357.124 71.628) (end 357.124 70.866) (width 0.2032) (layer Cuivre) (net 241)) + (segment (start 344.8558 60.833) (end 344.8558 59.182) (width 0.2032) (layer Composant) (net 242) (status 800)) + (segment (start 350.901 57.4548) (end 350.901 60.833) (width 0.2032) (layer Composant) (net 242)) + (segment (start 345.059 58.0898) (end 344.678 58.039) (width 0.2032) (layer Cuivre) (net 242) (status 400)) + (segment (start 345.948 58.0898) (end 346.837 57.2008) (width 0.2032) (layer Composant) (net 242)) + (segment (start 344.8558 59.182) (end 345.948 58.0898) (width 0.2032) (layer Composant) (net 242)) + (segment (start 350.901 60.833) (end 351.028 60.833) (width 0.2032) (layer Composant) (net 242) (status 400)) + (segment (start 345.948 58.0898) (end 345.059 58.0898) (width 0.2032) (layer Cuivre) (net 242)) + (segment (start 346.837 57.2008) (end 350.647 57.2008) (width 0.2032) (layer Composant) (net 242)) + (via (at 345.948 58.0898) (size 0.889) (layers Composant Cuivre) (net 242)) + (segment (start 350.647 57.2008) (end 350.901 57.4548) (width 0.2032) (layer Composant) (net 242)) + (segment (start 116.84 154.305) (end 116.84 158.496) (width 0.381) (layer Cuivre) (net 243) (status 400)) + (segment (start 67.31 104.648) (end 67.056 104.394) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 102.743 84.455) (end 102.489 84.201) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 76.708 139.827) (end 78.486 139.827) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 359.156 63.627) (end 358.013 63.627) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 357.759 126.873) (end 357.759 127.635) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 82.042 114.935) (end 82.042 111.887) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 156.845 125.095) (end 149.225 125.095) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 123.19 122.555) (end 124.46 122.555) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 121.92 158.496) (end 121.92 154.94) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 67.056 98.933) (end 64.643 98.933) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 77.47 82.931) (end 79.121 82.931) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 80.772 85.471) (end 79.375 84.074) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 84.201 90.297) (end 83.058 90.297) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 79.121 82.931) (end 79.375 83.185) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 74.041 83.693) (end 72.517 83.693) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (via (at 72.517 83.693) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 72.517 83.693) (end 65.151 83.693) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 64.389 84.455) (end 61.595 84.455) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 64.389 84.455) (end 65.151 83.693) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 66.548 109.347) (end 61.849 109.347) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 61.849 109.347) (end 61.595 109.093) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 61.595 109.093) (end 61.595 107.315) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 67.818 109.347) (end 68.072 109.601) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 68.072 109.601) (end 68.072 113.792) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 66.548 109.347) (end 67.818 109.347) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 68.326 114.046) (end 69.596 114.046) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 69.596 114.046) (end 71.12 114.046) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (via (at 84.328 102.743) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 71.374 114.3) (end 71.374 115.189) (width 0.2032) (layer Cuivre) (net 243)) + (via (at 71.374 115.189) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 71.374 115.189) (end 71.374 115.951) (width 0.2032) (layer Composant) (net 243)) + (segment (start 71.374 115.951) (end 71.12 116.205) (width 0.2032) (layer Composant) (net 243)) + (segment (start 71.12 116.205) (end 69.596 116.205) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 79.375 83.185) (end 79.375 84.074) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 82.042 136.779) (end 80.264 138.557) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 80.264 138.557) (end 79.756 138.557) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 78.486 139.827) (end 79.756 138.557) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.868 80.645) (end 86.995 80.645) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 85.725 81.788) (end 86.868 80.645) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 84.709 81.788) (end 84.455 81.534) (width 0.2032) (layer Composant) (net 243)) + (segment (start 85.725 81.788) (end 84.709 81.788) (width 0.2032) (layer Composant) (net 243)) + (segment (start 84.455 81.534) (end 84.455 79.375) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 115.57 153.035) (end 120.65 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 56.515 79.375) (end 61.595 79.375) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (via (at 134.62 147.955) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 74.422 82.931) (end 74.168 83.185) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 74.168 83.566) (end 74.041 83.693) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (via (at 127 60.325) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 68.072 113.792) (end 68.326 114.046) (width 0.2032) (layer Cuivre) (net 243)) + (via (at 165.608 85.852) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 165.608 85.852) (end 163.957 85.852) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 165.608 100.838) (end 163.957 100.838) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (via (at 165.608 100.838) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 165.608 115.316) (end 163.957 115.316) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 120.65 153.035) (end 124.46 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 191.135 144.526) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 160.02 136.525) (end 163.322 136.525) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 163.576 136.271) (end 163.576 133.731) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 163.322 136.525) (end 163.576 136.271) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 228.6 127.635) (end 228.6 128.778) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 228.6 128.778) (end 228.854 129.032) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 228.854 129.032) (end 281.686 129.032) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 281.686 129.032) (end 281.94 128.778) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 281.94 128.778) (end 281.94 127.635) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 298.577 107.569) (end 298.577 110.109) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 299.72 110.363) (end 299.72 114.935) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 299.72 114.935) (end 299.466 115.189) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 299.466 115.189) (end 298.577 115.189) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 186.69 107.315) (end 186.69 116.205) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 352.806 79.629) (end 352.552 79.375) (width 0.2032) (layer Composant) (net 243)) + (segment (start 299.466 110.109) (end 299.72 110.363) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 128.905 103.505) (end 128.905 103.759) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 327.3044 92.0242) (end 327.9648 92.0242) (width 0.2032) (layer Composant) (net 243) (status C00)) + (segment (start 127.254 103.505) (end 124.46 103.505) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 327.9648 92.0242) (end 328.5998 92.0242) (width 0.2032) (layer Composant) (net 243) (status C00)) + (segment (start 71.12 114.046) (end 71.374 114.3) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.995 69.215) (end 90.551 69.215) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 83.058 102.743) (end 84.328 102.743) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 165.608 100.838) (end 165.608 106.045) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 166.37 158.496) (end 166.37 154.94) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 186.69 125.095) (end 186.69 130.937) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 186.69 130.937) (end 187.452 131.699) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 187.452 131.699) (end 187.452 144.272) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 187.452 144.272) (end 187.706 144.526) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 150.368 61.341) (end 150.368 59.055) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 187.706 144.526) (end 191.135 144.526) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 150.622 58.801) (end 150.622 57.658) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 150.368 59.055) (end 150.622 58.801) (width 0.2032) (layer Composant) (net 243)) + (via (at 150.368 59.055) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 228.6 65.405) (end 228.6 74.295) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 108.585 92.075) (end 109.601 93.091) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 109.601 93.091) (end 109.601 103.505) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.02 76.2) (end 160.02 74.295) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 298.577 110.109) (end 299.466 110.109) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 311.277 125.349) (end 313.817 127.889) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 74.168 83.185) (end 74.168 83.566) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 356.87 63.627) (end 359.664 60.833) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 359.664 60.833) (end 360.172 60.833) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 358.013 66.167) (end 358.013 63.627) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (via (at 358.013 63.627) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 358.013 63.627) (end 356.87 63.627) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 351.028 79.3496) (end 347.853 79.3496) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 347.853 79.3496) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 347.853 79.3496) (end 345.567 79.3496) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 345.567 79.3496) (end 345.567 78.74) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 356.616 65.6844) (end 356.87 65.4304) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.028 65.6844) (end 356.616 65.6844) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 356.87 65.4304) (end 356.87 63.627) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 351.028 65.6844) (end 348.742 65.6844) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 348.742 65.6844) (end 348.742 67.0052) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.742 68.3006) (end 348.742 69.342) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.742 67.0052) (end 348.742 68.3006) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.742 69.342) (end 348.996 69.596) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.996 69.596) (end 351.028 69.596) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 351.028 67.0052) (end 348.742 67.0052) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 351.028 68.3006) (end 348.742 68.3006) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 349.758 93.091) (end 349.758 95.885) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 345.5162 92.0242) (end 345.5162 90.17) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 346.837 89.916) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 327.3044 92.0242) (end 327.3044 88.646) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 327.3044 88.646) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 80.772 88.011) (end 83.058 90.297) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 56.515 90.805) (end 61.595 90.805) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 337.058 92.0242) (end 337.058 89.154) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 337.058 89.154) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 129.54 158.496) (end 129.54 154.94) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 336.55 87.757) (end 336.55 84.709) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 336.55 88.9) (end 336.804 89.154) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 336.804 89.154) (end 337.058 89.154) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 345.948 87.757) (end 348.488 87.757) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 348.488 87.757) (end 349.123 87.122) (width 0.2032) (layer Cuivre) (net 243)) + (via (at 349.123 87.122) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 350.012 87.122) (end 351.028 87.1474) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 311.912 117.729) (end 311.785 117.729) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 349.123 87.122) (end 349.123 85.852) (width 0.2032) (layer Composant) (net 243)) + (segment (start 349.123 85.852) (end 349.123 84.5566) (width 0.2032) (layer Composant) (net 243)) + (segment (start 349.123 84.5566) (end 349.123 83.185) (width 0.2032) (layer Composant) (net 243)) + (segment (start 349.123 83.185) (end 350.266 83.185) (width 0.2032) (layer Composant) (net 243)) + (segment (start 350.266 83.185) (end 351.028 83.2612) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 351.028 84.5566) (end 349.123 84.5566) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 351.028 85.852) (end 349.123 85.852) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 351.028 84.5566) (end 353.822 84.5566) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 84.328 101.473) (end 84.328 102.743) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 83.312 100.457) (end 84.328 101.473) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 72.771 100.457) (end 83.312 100.457) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 157.1752 87.8332) (end 157.099 87.757) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 141.605 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 123.19 135.6106) (end 123.19 135.89) (width 0.2032) (layer Composant) (net 243)) + (segment (start 108.585 125.73) (end 107.315 125.73) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 128.905 86.995) (end 128.905 88.9) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 132.08 153.035) (end 130.175 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 127.635 90.17) (end 127.635 102.235) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 113.03 84.455) (end 112.395 84.455) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 88.9 151.765) (end 88.9 147.955) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (via (at 130.175 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 130.175 154.305) (end 130.175 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 155.702 87.757) (end 155.067 87.122) (width 0.2032) (layer Composant) (net 243)) + (segment (start 298.196 74.549) (end 300.101 74.549) (width 0.2032) (layer Composant) (net 243)) + (segment (start 297.18 74.422) (end 298.196 74.422) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 300.355 74.295) (end 301.117 74.295) (width 0.2032) (layer Composant) (net 243)) + (via (at 301.117 74.295) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 300.355 74.295) (end 300.101 74.549) (width 0.2032) (layer Composant) (net 243)) + (segment (start 298.196 74.422) (end 298.196 74.549) (width 0.2032) (layer Composant) (net 243)) + (segment (start 153.9113 106.045) (end 158.115 106.045) (width 0.2032) (layer Composant) (net 243)) + (segment (start 138.176 102.235) (end 138.176 100.965) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 165.1 158.496) (end 165.1 153.035) (width 0.381) (layer Cuivre) (net 243) (status 800)) + (segment (start 153.5938 105.7275) (end 153.9113 106.045) (width 0.2032) (layer Composant) (net 243)) + (segment (start 120.396 103.505) (end 109.601 103.505) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 128.905 75.819) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 132.08 153.035) (end 137.795 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 113.665 125.73) (end 116.205 125.73) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (via (at 135.255 75.565) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 139.7 116.84) (end 142.875 116.84) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 135.4074 75.565) (end 135.255 75.565) (width 0.2032) (layer Composant) (net 243)) + (segment (start 113.03 88.9) (end 113.03 85.979) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 132.08 153.035) (end 132.08 158.496) (width 0.381) (layer Cuivre) (net 243) (status 400)) + (segment (start 142.875 118.745) (end 142.875 116.84) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 137.795 153.035) (end 141.605 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 149.225 135.89) (end 146.685 135.89) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 125.984 88.4936) (end 128.4986 88.4936) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 125.984 76.1492) (end 128.3208 76.1492) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 142.875 116.84) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 143.51 139.7) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 72.771 100.457) (end 67.056 100.457) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 72.771 118.237) (end 69.596 118.237) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 113.03 153.035) (end 115.57 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 298.577 107.569) (end 303.53 107.569) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 75.946 102.235) (end 75.946 104.648) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 155.575 82.296) (end 155.067 82.804) (width 0.2032) (layer Composant) (net 243)) + (segment (start 155.575 81.9912) (end 155.575 82.296) (width 0.2032) (layer Composant) (net 243)) + (segment (start 86.995 80.645) (end 94.615 80.645) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 85.725 81.788) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 85.725 84.455) (end 85.725 81.788) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 84.201 90.297) (end 86.233 90.297) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 86.233 81.788) (end 85.725 81.788) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.487 82.042) (end 86.233 81.788) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.487 90.043) (end 86.487 82.042) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.233 90.297) (end 86.487 90.043) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 306.705 116.967) (end 307.467 116.205) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 310.388 116.205) (end 311.785 117.602) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 307.467 116.205) (end 310.388 116.205) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 349.123 87.122) (end 350.012 87.122) (width 0.2032) (layer Composant) (net 243)) + (segment (start 61.595 95.885) (end 56.515 95.885) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 56.515 95.885) (end 56.515 102.235) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 56.515 102.235) (end 61.595 102.235) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (via (at 75.819 81.788) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 104.775 83.185) (end 103.251 83.185) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 103.251 83.185) (end 103.251 83.566) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 97.536 83.439) (end 97.536 83.566) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 153.289 148.463) (end 154.559 148.463) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 78.613 67.691) (end 78.613 67.437) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 108.585 90.805) (end 108.585 92.075) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 126.365 90.805) (end 127.635 90.805) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 148.971 122.936) (end 148.971 123.952) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 148.971 123.952) (end 149.225 124.206) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 148.59 135.89) (end 146.685 135.89) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 311.023 121.285) (end 311.277 121.539) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 133.985 123.19) (end 133.985 121.92) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 132.461 73.152) (end 132.461 73.025) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 139.319 73.66) (end 139.319 74.803) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 113.03 85.979) (end 113.03 84.455) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 139.319 74.803) (end 139.446 74.803) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 145.415 139.7) (end 143.51 139.7) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 138.43 139.7) (end 140.335 139.7) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 96.266 94.615) (end 96.012 94.361) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 96.012 94.361) (end 96.012 93.091) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 298.069 79.9338) (end 298.3738 79.629) (width 0.2032) (layer Composant) (net 243)) + (segment (start 301.117 79.629) (end 301.117 80.01) (width 0.2032) (layer Composant) (net 243)) + (segment (start 298.3738 79.629) (end 301.117 79.629) (width 0.2032) (layer Composant) (net 243)) + (segment (start 155.067 85.09) (end 155.067 83.693) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 155.067 83.693) (end 155.194 83.693) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 116.84 161.163) (end 116.84 158.496) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 140.97 161.163) (end 140.97 158.496) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 134.62 121.666) (end 134.62 118.745) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 147.955 147.955) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 128.905 86.995) (end 123.19 86.995) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 107.315 125.73) (end 107.315 141.097) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 175.895 151.638) (end 178.308 149.225) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 128.905 75.819) (end 128.3208 76.1492) (width 0.2032) (layer Composant) (net 243)) + (via (at 160.02 136.525) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 134.62 125.095) (end 134.62 121.666) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 128.905 95.885) (end 128.016 94.996) (width 0.2032) (layer Composant) (net 243)) + (segment (start 135.509 116.078) (end 135.509 119.126) (width 0.2032) (layer Composant) (net 243)) + (segment (start 128.905 88.9) (end 128.4986 88.4936) (width 0.2032) (layer Composant) (net 243)) + (segment (start 140.97 158.496) (end 140.97 154.94) (width 0.381) (layer Cuivre) (net 243) (status 800)) + (segment (start 134.62 118.745) (end 142.875 118.745) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 125.984 135.6106) (end 123.19 135.6106) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 155.067 147.955) (end 147.955 147.955) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 135.4074 113.8428) (end 135.4074 115.9764) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 134.62 147.955) (end 147.955 147.955) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 154.94 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 156.21 158.496) (end 156.21 154.305) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 156.21 154.305) (end 154.94 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 94.0816 78.867) (end 94.0816 80.137) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 112.2934 84.455) (end 112.395 84.455) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 95.25 81.28) (end 94.0816 80.137) (width 0.2032) (layer Composant) (net 243)) + (via (at 112.2934 84.455) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 160.02 123.19) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 112.2934 78.867) (end 112.2934 84.455) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 128.905 85.09) (end 128.27 85.09) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (via (at 158.115 106.045) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 146.685 139.7) (end 143.51 139.7) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 102.5398 78.867) (end 102.5398 81.28) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 102.5398 81.28) (end 102.489 81.28) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 102.5398 81.28) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 160.02 123.2662) (end 160.02 123.19) (width 0.2032) (layer Composant) (net 243)) + (segment (start 114.554 86.5378) (end 113.03 86.5378) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 113.03 86.5378) (end 112.4712 85.979) (width 0.2032) (layer Composant) (net 243)) + (via (at 112.4712 85.979) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 124.46 135.89) (end 123.19 135.89) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 112.4712 85.979) (end 113.03 85.979) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 95.7834 92.837) (end 95.25 92.837) (width 0.2032) (layer Composant) (net 243)) + (via (at 95.25 92.837) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 137.795 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 102.235 93.091) (end 102.489 93.345) (width 0.2032) (layer Composant) (net 243)) + (segment (start 102.489 93.345) (end 102.489 94.742) (width 0.2032) (layer Composant) (net 243)) + (segment (start 102.489 94.742) (end 102.5398 94.869) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 146.685 132.08) (end 146.685 135.89) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 160.02 136.525) (end 160.02 143.002) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 142.875 116.84) (end 142.875 112.522) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 146.685 135.89) (end 146.685 139.7) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 128.905 76.835) (end 135.255 76.835) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 135.255 75.565) (end 139.446 75.565) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 147.32 158.496) (end 147.32 161.163) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 97.79 158.496) (end 97.79 161.163) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 124.46 158.496) (end 124.46 161.163) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 132.08 158.496) (end 132.08 161.163) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 165.1 158.496) (end 165.1 161.163) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 154.94 158.496) (end 154.94 161.163) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 113.03 161.163) (end 113.03 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 115.57 161.163) (end 115.57 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 138.43 161.163) (end 138.43 158.496) (width 0.3048) (layer Cuivre) (net 243) (status C00)) + (segment (start 121.92 161.163) (end 121.92 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 129.54 161.163) (end 129.54 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 137.16 161.163) (end 137.16 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 142.24 161.163) (end 142.24 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 152.4 161.163) (end 152.4 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 156.21 161.163) (end 156.21 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 166.37 161.163) (end 166.37 158.496) (width 0.3048) (layer Composant) (net 243) (status C00)) + (segment (start 166.37 91.313) (end 166.37 86.106) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 147.828 74.422) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 148.59 74.422) (end 147.828 74.422) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 148.717 74.295) (end 148.59 74.422) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 139.446 74.803) (end 139.446 75.565) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 148.717 74.295) (end 160.02 74.295) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 124.46 158.496) (end 124.46 153.035) (width 0.381) (layer Cuivre) (net 243) (status 800)) + (segment (start 147.32 153.035) (end 141.605 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 141.732 75.692) (end 143.129 75.692) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 141.605 75.565) (end 141.732 75.692) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 139.446 75.565) (end 141.605 75.565) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 97.79 151.765) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 139.446 74.803) (end 141.2494 74.803) (width 0.2032) (layer Composant) (net 243)) + (via (at 139.446 74.803) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 86.995 69.215) (end 86.995 80.645) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 336.55 87.757) (end 336.55 88.9) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 131.826 61.849) (end 131.826 61.595) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 130.81 62.865) (end 131.826 61.849) (width 0.2032) (layer Cuivre) (net 243)) + (via (at 130.81 62.865) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 127 62.865) (end 130.81 62.865) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 135.001 74.676) (end 133.985 74.676) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 135.255 74.93) (end 135.001 74.676) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 135.255 75.565) (end 135.255 74.93) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 338.074 66.421) (end 338.328 66.167) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 127 62.865) (end 127 60.325) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 123.19 147.955) (end 134.62 147.955) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 132.08 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 151.13 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 153.5938 103.759) (end 153.5938 105.7275) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 160.02 136.271) (end 160.02 136.525) (width 0.2032) (layer Composant) (net 243)) + (segment (start 157.1752 123.2662) (end 160.02 123.2662) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 147.7518 146.558) (end 147.7518 145.034) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 322.072 65.6844) (end 322.961 65.6844) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 132.461 73.152) (end 133.985 74.676) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 165.735 91.948) (end 166.37 91.313) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 164.084 93.345) (end 165.481 91.948) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 165.481 91.948) (end 165.735 91.948) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 164.084 94.361) (end 164.084 93.345) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 164.084 99.314) (end 164.084 94.361) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 165.608 100.838) (end 164.084 99.314) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 322.961 75.184) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 322.961 74.295) (end 322.961 75.184) (width 0.2032) (layer Composant) (net 243)) + (segment (start 321.945 73.279) (end 322.961 74.295) (width 0.2032) (layer Composant) (net 243)) + (via (at 160.655 94.615) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 344.17 65.659) (end 345.567 64.262) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.072 66.04) (end 322.072 65.6844) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 319.532 66.04) (end 322.072 66.04) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 155.067 82.804) (end 155.067 85.09) (width 0.2032) (layer Composant) (net 243)) + (segment (start 134.747 101.2825) (end 135.0645 100.965) (width 0.2032) (layer Composant) (net 243)) + (segment (start 135.0645 100.965) (end 138.176 100.965) (width 0.2032) (layer Composant) (net 243)) + (segment (start 134.747 103.759) (end 134.747 101.2825) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 128.905 103.759) (end 128.905 95.885) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 125.984 94.996) (end 128.016 94.996) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 160.02 81.28) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 128.905 75.819) (end 128.905 76.835) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 149.225 125.095) (end 149.225 135.89) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 123.19 122.555) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 140.335 139.7) (end 143.51 139.7) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 124.46 122.555) (end 124.46 125.349) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.02 81.28) (end 159.3088 81.9912) (width 0.2032) (layer Composant) (net 243)) + (segment (start 157.1752 81.9912) (end 159.3088 81.9912) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 138.43 158.496) (end 138.43 154.94) (width 0.381) (layer Cuivre) (net 243) (status 800)) + (segment (start 140.589 103.759) (end 140.589 100.965) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 123.19 81.788) (end 123.19 75.819) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 141.2494 72.5678) (end 141.2494 74.803) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 141.605 154.305) (end 141.605 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 115.57 158.496) (end 115.57 153.035) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 108.585 125.73) (end 111.125 125.73) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 151.13 153.67) (end 151.13 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 135.509 116.078) (end 135.4074 115.9764) (width 0.2032) (layer Composant) (net 243)) + (segment (start 110.49 153.035) (end 110.49 144.145) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 165.1 153.035) (end 154.94 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 334.518 64.897) (end 333.756 64.897) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 121.92 154.94) (end 120.65 153.67) (width 0.381) (layer Composant) (net 243)) + (segment (start 165.608 85.852) (end 166.116 85.852) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 165.1 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 152.4 154.94) (end 151.13 153.67) (width 0.381) (layer Composant) (net 243)) + (segment (start 134.747 145.034) (end 134.747 146.939) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 147.955 110.49) (end 147.955 106.68) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 167.005 154.305) (end 167.005 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 125.984 122.6058) (end 123.19 122.6058) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 140.335 139.7) (end 135.89 139.7) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 135.89 139.7) (end 135.89 136.525) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 135.89 136.525) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 133.985 136.525) (end 135.89 136.525) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 113.03 158.496) (end 113.03 153.035) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 138.43 154.94) (end 137.795 154.305) (width 0.381) (layer Cuivre) (net 243)) + (segment (start 110.49 153.035) (end 109.22 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 142.24 158.496) (end 142.24 154.94) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 167.005 153.035) (end 165.1 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 137.795 154.305) (end 137.795 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 96.0374 93.091) (end 95.7834 92.837) (width 0.2032) (layer Composant) (net 243)) + (segment (start 160.02 123.19) (end 156.845 123.19) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 110.109 64.643) (end 113.919 64.643) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 96.0374 93.091) (end 102.235 93.091) (width 0.2032) (layer Composant) (net 243)) + (via (at 120.65 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 155.067 147.955) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 155.067 147.955) (end 154.559 148.463) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 147.955 146.7612) (end 147.955 147.955) (width 0.2032) (layer Composant) (net 243)) + (segment (start 134.62 147.955) (end 134.62 147.066) (width 0.2032) (layer Composant) (net 243)) + (segment (start 147.7518 146.558) (end 147.955 146.7612) (width 0.2032) (layer Composant) (net 243)) + (segment (start 134.62 147.066) (end 134.747 146.939) (width 0.2032) (layer Composant) (net 243)) + (segment (start 95.25 92.837) (end 95.758 92.837) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 95.758 92.837) (end 96.012 93.091) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 95.25 81.28) (end 95.25 83.312) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 344.2208 60.833) (end 344.2208 62.357) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 147.32 158.496) (end 147.32 153.035) (width 0.381) (layer Cuivre) (net 243) (status 800)) + (segment (start 141.605 154.305) (end 140.97 154.94) (width 0.381) (layer Cuivre) (net 243)) + (via (at 147.32 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 61.595 107.315) (end 56.515 107.315) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 124.46 125.349) (end 124.46 135.89) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 128.905 88.9) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 125.984 81.9912) (end 124.46 81.9912) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 127.508 104.14) (end 127.254 103.886) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 128.651 104.14) (end 127.508 104.14) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 127.254 103.886) (end 127.254 103.505) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 147.955 110.49) (end 146.431 112.014) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 97.79 151.765) (end 88.9 151.765) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 157.1752 136.271) (end 160.02 136.271) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 116.459 149.987) (end 116.459 152.146) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 129.54 154.94) (end 130.175 154.305) (width 0.381) (layer Composant) (net 243)) + (segment (start 156.845 123.19) (end 156.845 125.095) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 138.176 102.235) (end 127.635 102.235) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 56.515 84.455) (end 56.515 90.805) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 61.595 118.745) (end 56.515 118.745) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 56.515 113.665) (end 61.595 113.665) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 56.515 107.315) (end 56.515 113.665) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 311.277 121.666) (end 311.023 121.285) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 116.332 148.463) (end 116.332 149.86) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 116.332 149.86) (end 116.459 149.987) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 155.067 85.09) (end 155.067 87.122) (width 0.2032) (layer Composant) (net 243)) + (via (at 155.067 85.09) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 157.099 87.757) (end 155.702 87.757) (width 0.2032) (layer Composant) (net 243)) + (segment (start 98.044 82.423) (end 102.489 82.423) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 96.901 81.28) (end 98.044 82.423) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 123.19 81.788) (end 123.952 81.788) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 123.952 81.788) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 124.333 81.788) (end 123.952 81.788) (width 0.2032) (layer Composant) (net 243)) + (segment (start 124.46 81.915) (end 124.333 81.788) (width 0.2032) (layer Composant) (net 243)) + (segment (start 124.46 81.9912) (end 124.46 81.915) (width 0.2032) (layer Composant) (net 243)) + (segment (start 102.489 82.423) (end 102.489 81.28) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 142.24 154.94) (end 141.605 154.305) (width 0.381) (layer Composant) (net 243)) + (segment (start 95.504 83.566) (end 97.536 83.566) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 95.25 83.312) (end 95.504 83.566) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 95.25 81.28) (end 95.25 87.249) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 96.0374 94.869) (end 96.0374 93.091) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 95.25 87.249) (end 95.25 92.837) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 92.456 87.1982) (end 95.25 87.1982) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 95.25 87.1982) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 95.25 87.1982) (end 95.25 87.249) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 95.25 81.28) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 191.135 144.526) (end 192.913 144.526) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 141.605 153.035) (end 141.605 154.305) (width 0.381) (layer Cuivre) (net 243)) + (segment (start 108.585 88.9) (end 113.03 88.9) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 102.489 93.345) (end 109.347 93.345) (width 0.2032) (layer Composant) (net 243)) + (via (at 108.585 92.075) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 110.236 93.726) (end 110.236 94.742) (width 0.2032) (layer Composant) (net 243)) + (segment (start 137.16 154.94) (end 137.795 154.305) (width 0.381) (layer Composant) (net 243)) + (segment (start 110.236 94.742) (end 110.3376 94.869) (width 0.2032) (layer Composant) (net 243) (status 400)) + (via (at 167.005 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 109.093 92.075) (end 109.347 92.329) (width 0.2032) (layer Composant) (net 243)) + (segment (start 109.347 92.329) (end 109.347 93.345) (width 0.2032) (layer Composant) (net 243)) + (segment (start 108.585 92.075) (end 108.585 88.9) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 165.608 106.045) (end 165.608 115.316) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 186.69 62.865) (end 186.69 71.755) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 186.69 71.755) (end 186.69 80.645) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 186.69 89.535) (end 186.69 80.645) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 186.69 89.535) (end 186.69 98.425) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 186.69 98.425) (end 186.69 107.315) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 147.32 153.035) (end 151.13 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 186.69 116.205) (end 186.69 125.095) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 108.585 92.075) (end 109.093 92.075) (width 0.2032) (layer Composant) (net 243)) + (segment (start 228.6 74.295) (end 228.6 83.185) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 228.6 83.185) (end 228.6 92.075) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 228.6 92.075) (end 228.6 100.965) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 228.6 100.965) (end 228.6 109.855) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 228.6 109.855) (end 228.6 118.745) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 228.6 118.745) (end 228.6 126.238) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 228.6 126.238) (end 228.6 127.635) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 281.94 65.405) (end 281.94 74.295) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 281.94 74.295) (end 281.94 83.185) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 281.94 83.185) (end 281.94 92.075) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 281.94 100.965) (end 281.94 109.855) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 281.94 92.075) (end 281.94 100.965) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 281.94 109.855) (end 281.94 118.745) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 281.94 118.745) (end 281.94 127.635) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 56.515 84.455) (end 61.595 84.455) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 166.37 154.94) (end 167.005 154.305) (width 0.381) (layer Composant) (net 243)) + (segment (start 61.595 79.375) (end 61.595 84.455) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 155.575 81.9912) (end 157.1752 81.9912) (width 0.2032) (layer Composant) (net 243) (status 400)) + (via (at 149.225 125.095) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 151.13 153.035) (end 154.94 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 95.25 81.28) (end 96.901 81.28) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 137.16 154.94) (end 137.16 158.496) (width 0.381) (layer Composant) (net 243) (status 400)) + (segment (start 61.595 102.235) (end 61.595 107.315) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 81.153 57.912) (end 83.693 57.912) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (via (at 146.685 135.89) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 113.03 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 61.595 113.665) (end 61.595 118.745) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 109.22 153.035) (end 109.22 151.384) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 70.485 133.096) (end 70.485 135.89) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 67.945 139.954) (end 67.945 142.875) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 67.945 142.875) (end 67.945 142.748) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 70.485 135.89) (end 69.215 137.16) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 67.945 139.7) (end 67.945 139.954) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 69.215 137.16) (end 69.215 138.43) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 69.215 138.43) (end 67.945 139.7) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 61.595 118.745) (end 61.595 142.5575) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 61.595 142.5575) (end 61.9125 142.875) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 124.46 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 128.905 75.819) (end 123.19 75.819) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 123.19 86.995) (end 123.19 81.788) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 111.125 125.73) (end 113.665 125.73) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 158.115 106.045) (end 165.608 106.045) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 319.278 66.294) (end 319.532 66.04) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 319.278 68.326) (end 319.278 66.294) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 127.635 90.805) (end 128.905 89.535) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 321.564 73.279) (end 321.945 73.279) (width 0.2032) (layer Composant) (net 243)) + (segment (start 321.437 73.406) (end 321.564 73.279) (width 0.2032) (layer Composant) (net 243)) + (segment (start 321.183 73.406) (end 321.437 73.406) (width 0.2032) (layer Composant) (net 243)) + (segment (start 321.183 73.5076) (end 321.183 73.406) (width 0.2032) (layer Composant) (net 243)) + (segment (start 313.182 105.029) (end 313.817 104.394) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 306.07 105.029) (end 313.182 105.029) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 303.53 107.569) (end 306.07 105.029) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 159.512 75.692) (end 157.48 75.692) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 160.02 76.2) (end 159.512 75.692) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.614 67.437) (end 86.995 67.818) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 86.995 67.818) (end 86.995 69.215) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 78.613 67.437) (end 86.614 67.437) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 90.805 61.849) (end 91.059 61.595) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 90.551 69.215) (end 90.805 68.961) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 93.345 61.595) (end 93.345 63.5) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 90.805 68.961) (end 90.805 61.849) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 91.059 61.595) (end 93.345 61.595) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 102.235 64.008) (end 102.235 65.405) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 101.981 63.754) (end 102.235 64.008) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 102.235 67.564) (end 102.489 67.818) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 102.489 67.818) (end 105.283 67.818) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 105.283 67.818) (end 109.855 67.818) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 93.599 63.754) (end 101.981 63.754) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 102.235 65.405) (end 102.235 67.564) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 353.822 84.5566) (end 353.822 84.582) (width 0.2032) (layer Composant) (net 243)) + (via (at 78.486 139.827) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 109.855 67.818) (end 110.109 67.564) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 78.486 145.923) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 78.486 142.875) (end 78.486 145.923) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 78.486 145.923) (end 76.708 145.923) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 93.345 63.5) (end 93.599 63.754) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 61.595 95.885) (end 64.643 98.933) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 110.109 67.564) (end 110.109 64.643) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 69.342 118.745) (end 69.596 118.491) (width 0.2032) (layer Composant) (net 243)) + (segment (start 78.486 139.827) (end 78.486 142.875) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 109.855 93.345) (end 110.236 93.726) (width 0.2032) (layer Composant) (net 243)) + (segment (start 97.79 151.765) (end 97.79 149.733) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 82.042 136.779) (end 82.042 133.731) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 97.79 151.765) (end 98.933 150.622) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 78.486 142.875) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 67.056 98.933) (end 67.056 100.457) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 76.708 142.875) (end 78.486 142.875) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 75.946 104.648) (end 67.31 104.648) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 160.655 94.3356) (end 160.655 94.615) (width 0.2032) (layer Composant) (net 243)) + (segment (start 109.22 142.875) (end 107.315 141.097) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 88.9 146.177) (end 88.9 147.955) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 88.646 145.923) (end 88.9 146.177) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 78.486 145.923) (end 88.646 145.923) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 78.613 88.011) (end 79.375 88.011) (width 0.2032) (layer Composant) (net 243)) + (via (at 79.375 88.011) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 79.375 88.011) (end 80.772 88.011) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 80.772 85.471) (end 80.772 88.011) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 77.47 82.931) (end 75.819 82.931) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 75.819 82.931) (end 74.422 82.931) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 109.22 142.875) (end 110.49 144.145) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 135.509 119.126) (end 135.255 119.38) (width 0.2032) (layer Composant) (net 243)) + (segment (start 108.458 150.622) (end 109.22 151.384) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 67.056 100.457) (end 67.056 104.394) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 130.81 64.262) (end 130.81 62.865) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 147.32 106.68) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 127 60.325) (end 125.603 60.325) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 116.459 152.146) (end 115.57 153.035) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 78.359 88.265) (end 78.613 88.011) (width 0.2032) (layer Composant) (net 243)) + (segment (start 135.4074 72.5678) (end 135.4074 75.565) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 112.395 84.455) (end 102.743 84.455) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 102.489 84.201) (end 102.489 82.423) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.326 60.706) (end 329.057 60.706) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 130.81 62.357) (end 130.81 62.865) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 131.064 62.103) (end 130.81 62.357) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 155.575 62.103) (end 131.064 62.103) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.02 61.341) (end 160.02 74.295) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 160.02 61.341) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 150.368 61.341) (end 160.02 61.341) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 316.357 61.976) (end 315.214 60.833) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 321.056 61.976) (end 316.357 61.976) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.326 60.706) (end 321.056 61.976) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 147.828 73.914) (end 147.7518 73.914) (width 0.2032) (layer Composant) (net 243)) + (segment (start 147.828 74.422) (end 147.828 73.914) (width 0.2032) (layer Composant) (net 243)) + (segment (start 147.7518 72.5678) (end 147.7518 73.914) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 332.994 132.08) (end 333.756 131.318) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 157.1752 76.1492) (end 160.02 76.1492) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 160.02 76.2) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 160.02 76.1492) (end 160.02 76.2) (width 0.2032) (layer Composant) (net 243)) + (via (at 310.388 74.168) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 310.642 74.168) (end 310.388 74.168) (width 0.2032) (layer Composant) (net 243)) + (segment (start 310.388 74.168) (end 310.388 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 97.536 83.566) (end 103.251 83.566) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 305.435 80.01) (end 301.117 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 115.57 153.035) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 330.073 132.08) (end 332.994 132.08) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 310.896 74.422) (end 310.642 74.168) (width 0.2032) (layer Composant) (net 243)) + (segment (start 322.834 85.725) (end 322.834 81.661) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 329.311 131.318) (end 330.073 132.08) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 98.933 150.622) (end 108.458 150.622) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 313.817 104.394) (end 313.817 99.949) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (via (at 165.608 115.316) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 155.067 147.955) (end 160.02 143.002) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.909 81.534) (end 160.655 81.28) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 140.335 139.7) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 120.777 103.886) (end 124.079 103.886) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.961 81.534) (end 322.961 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 305.943 67.564) (end 306.324 67.945) (width 0.2032) (layer Composant) (net 243)) + (segment (start 120.396 103.505) (end 120.777 103.886) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 128.905 89.535) (end 128.905 88.9) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 160.655 81.28) (end 160.02 81.28) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 353.949 84.455) (end 359.41 89.916) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 338.455 131.318) (end 338.836 131.699) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.834 81.661) (end 322.961 81.534) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 157.48 75.692) (end 157.48 75.946) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 124.079 103.886) (end 124.46 103.505) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 128.905 88.9) (end 127.635 90.17) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 319.8368 85.852) (end 321.183 85.852) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 306.324 67.945) (end 306.324 67.818) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 306.324 67.945) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 312.674 74.422) (end 310.896 74.422) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 310.388 80.01) (end 305.435 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.15 80.01) (end 310.388 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 322.834 85.725) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 311.531 80.01) (end 311.15 80.01) (width 0.2032) (layer Composant) (net 243)) + (segment (start 311.531 79.9084) (end 311.531 80.01) (width 0.2032) (layer Composant) (net 243)) + (segment (start 312.674 79.9084) (end 311.531 79.9084) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 305.435 80.01) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 297.18 79.9338) (end 298.069 79.9338) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 305.435 82.169) (end 305.435 80.01) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 113.03 153.035) (end 110.49 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 115.57 153.035) (end 116.84 154.305) (width 0.381) (layer Cuivre) (net 243)) + (segment (start 301.117 74.295) (end 301.117 67.818) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 301.117 80.01) (end 301.117 74.295) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 301.117 80.01) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 124.46 153.035) (end 130.175 153.035) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 322.961 80.01) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 321.31 85.725) (end 322.834 85.725) (width 0.2032) (layer Composant) (net 243)) + (segment (start 321.183 85.852) (end 321.31 85.725) (width 0.2032) (layer Composant) (net 243)) + (segment (start 120.65 153.67) (end 120.65 153.035) (width 0.381) (layer Composant) (net 243)) + (segment (start 310.896 67.183) (end 311.023 67.056) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.023 67.056) (end 311.023 60.833) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 310.896 67.818) (end 310.896 67.183) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 310.896 66.675) (end 310.9214 66.675) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 310.896 67.818) (end 310.896 66.675) (width 0.2032) (layer Composant) (net 243)) + (via (at 310.896 67.818) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 305.943 66.675) (end 305.9176 66.675) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 305.943 67.564) (end 305.943 66.675) (width 0.2032) (layer Composant) (net 243)) + (segment (start 310.896 67.818) (end 306.324 67.818) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 301.117 67.818) (end 306.324 67.818) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 299.9232 67.818) (end 301.117 67.818) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 299.9232 67.818) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 299.9232 66.675) (end 299.9232 67.818) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 322.961 75.184) (end 322.961 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.961 65.6844) (end 322.961 75.184) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 319.8368 73.5076) (end 321.183 73.5076) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 322.961 80.01) (end 336.55 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 324.231 80.01) (end 324.231 80.264) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 322.961 80.01) (end 324.231 80.01) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 97.79 158.496) (end 97.79 151.765) (width 0.381) (layer Composant) (net 243) (status 800)) + (segment (start 319.8368 80.01) (end 322.961 80.01) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 305.816 117.221) (end 305.816 117.729) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 306.07 116.967) (end 305.816 117.221) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 306.705 116.967) (end 306.07 116.967) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 319.151 114.3) (end 323.977 114.3) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.785 114.3) (end 319.151 114.3) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 300.99 114.3) (end 311.785 114.3) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 300.101 115.189) (end 300.99 114.3) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.277 121.666) (end 311.277 121.539) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 311.277 121.666) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 319.151 118.364) (end 321.437 118.364) (width 0.2032) (layer Cuivre) (net 243) (status C00)) + (segment (start 347.218 108.458) (end 345.948 108.458) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 347.218 108.585) (end 347.218 108.458) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 356.616 127.635) (end 357.759 127.635) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 356.362 127.889) (end 356.616 127.635) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 356.362 131.699) (end 356.362 127.889) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 358.013 127.635) (end 359.41 127.635) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (via (at 358.013 127.635) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 357.759 127.635) (end 358.013 127.635) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 359.41 89.916) (end 359.41 63.881) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 351.028 74.803) (end 349.377 74.803) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 109.347 93.345) (end 109.855 93.345) (width 0.2032) (layer Composant) (net 243)) + (via (at 311.15 80.01) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 313.817 99.949) (end 313.817 97.409) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 160.02 123.19) (end 160.02 136.525) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 75.819 81.788) (end 75.819 82.931) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 75.819 80.264) (end 75.819 81.788) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 147.0914 103.759) (end 147.0914 105.537) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 128.905 88.9) (end 128.905 85.09) (width 0.2032) (layer Cuivre) (net 243)) + (via (at 147.955 110.49) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 333.8068 88.646) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 333.8068 88.646) (end 333.756 88.646) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 333.8068 92.0242) (end 333.8068 88.646) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 187.833 126.238) (end 228.6 126.238) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 186.69 125.095) (end 187.833 126.238) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 348.615 71.628) (end 345.567 71.628) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 348.869 71.882) (end 348.615 71.628) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 348.869 72.1868) (end 348.869 71.882) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 345.567 65.659) (end 345.567 65.786) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 348.742 65.659) (end 345.567 65.659) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 345.567 64.262) (end 346.964 65.659) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 322.961 65.6844) (end 329.311 65.6844) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 329.311 65.6844) (end 329.311 64.643) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.55 84.709) (end 336.55 82.931) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (via (at 322.072 65.6844) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 319.8368 65.6844) (end 322.072 65.6844) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 342.265 93.599) (end 342.265 92.0242) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 342.011 93.853) (end 342.265 93.599) (width 0.2032) (layer Composant) (net 243)) + (segment (start 337.312 93.853) (end 342.011 93.853) (width 0.2032) (layer Composant) (net 243)) + (segment (start 337.058 93.599) (end 337.312 93.853) (width 0.2032) (layer Composant) (net 243)) + (segment (start 337.058 92.0242) (end 337.058 93.599) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 349.758 91.44) (end 349.758 93.091) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (via (at 349.758 91.44) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 349.758 90.17) (end 349.758 91.44) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 349.504 89.916) (end 349.758 90.17) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 346.837 89.916) (end 349.504 89.916) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 345.694 90.17) (end 345.948 89.916) (width 0.2032) (layer Composant) (net 243)) + (segment (start 345.694 90.17) (end 345.5162 90.17) (width 0.2032) (layer Composant) (net 243)) + (segment (start 346.837 91.948) (end 346.8116 92.0242) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 346.837 89.916) (end 345.948 89.916) (width 0.2032) (layer Composant) (net 243)) + (segment (start 346.837 89.916) (end 346.837 91.948) (width 0.2032) (layer Composant) (net 243)) + (segment (start 346.837 88.646) (end 346.837 89.916) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 345.948 87.757) (end 346.837 88.646) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 349.377 77.343) (end 351.028 77.343) (width 0.2032) (layer Composant) (net 243)) + (segment (start 349.123 77.089) (end 349.377 77.343) (width 0.2032) (layer Composant) (net 243)) + (segment (start 349.123 75.057) (end 349.123 77.089) (width 0.2032) (layer Composant) (net 243)) + (segment (start 349.377 74.803) (end 349.123 75.057) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.028 78.105) (end 351.028 78.0542) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 356.362 131.699) (end 344.805 131.699) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 347.853 79.3496) (end 347.472 78.9686) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 352.552 78.105) (end 351.028 78.105) (width 0.2032) (layer Composant) (net 243)) + (segment (start 352.806 78.359) (end 352.552 78.105) (width 0.2032) (layer Composant) (net 243)) + (segment (start 352.806 79.629) (end 352.806 78.359) (width 0.2032) (layer Composant) (net 243)) + (segment (start 347.98 69.596) (end 348.234 69.342) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.234 69.342) (end 348.742 69.342) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.234 72.136) (end 348.869 72.1868) (width 0.2032) (layer Composant) (net 243)) + (segment (start 347.98 71.882) (end 348.234 72.136) (width 0.2032) (layer Composant) (net 243)) + (segment (start 347.98 69.596) (end 347.98 71.882) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.028 77.343) (end 351.028 77.3938) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 351.028 78.0542) (end 351.028 77.343) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 347.853 72.4408) (end 347.853 79.3496) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 348.107 72.1868) (end 347.853 72.4408) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 348.869 72.1868) (end 348.107 72.1868) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 348.869 72.1868) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 351.028 72.1868) (end 348.869 72.1868) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 95.25 81.28) (end 94.615 80.645) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 61.9125 142.875) (end 67.945 142.875) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 327.3044 88.646) (end 327.3044 87.376) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 329.2602 60.833) (end 329.2602 62.992) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 156.337 61.341) (end 160.02 61.341) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 155.575 62.103) (end 156.337 61.341) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 84.328 104.013) (end 84.328 102.743) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 84.074 104.267) (end 84.328 104.013) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 84.074 111.379) (end 84.074 104.267) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 83.566 111.887) (end 84.074 111.379) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 83.566 111.887) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 82.042 111.887) (end 83.566 111.887) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 61.595 118.745) (end 69.342 118.745) (width 0.2032) (layer Composant) (net 243) (status 800)) + (via (at 123.19 135.89) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 149.225 125.095) (end 134.62 125.095) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.02 76.2) (end 160.02 81.28) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 178.308 149.225) (end 186.436 149.225) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 191.135 144.526) (end 186.436 149.225) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 167.005 153.035) (end 168.275 151.765) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 154.94 158.496) (end 154.94 153.035) (width 0.381) (layer Cuivre) (net 243) (status 800)) + (segment (start 175.895 151.765) (end 168.275 151.765) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 175.895 151.638) (end 175.895 151.765) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 143.129 75.692) (end 144.399 74.422) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 144.399 74.422) (end 147.828 74.422) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 135.255 76.835) (end 135.255 75.565) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 144.78 114.935) (end 142.875 116.84) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 127.254 102.616) (end 127.635 102.235) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 127.254 103.505) (end 127.254 102.616) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 352.552 80.645) (end 352.806 80.391) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.155 73.406) (end 351.028 73.5076) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 352.552 73.406) (end 351.155 73.406) (width 0.2032) (layer Composant) (net 243)) + (segment (start 352.806 73.152) (end 352.552 73.406) (width 0.2032) (layer Composant) (net 243)) + (segment (start 352.806 72.4408) (end 352.806 73.152) (width 0.2032) (layer Composant) (net 243)) + (segment (start 352.552 72.1868) (end 352.806 72.4408) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.028 72.1868) (end 352.552 72.1868) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 347.472 78.9686) (end 336.55 78.9686) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 338.328 66.167) (end 338.328 64.897) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 359.41 63.881) (end 359.156 63.627) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.804 66.421) (end 338.074 66.421) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.55 66.675) (end 336.804 66.421) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.55 78.9686) (end 336.55 66.675) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.55 80.01) (end 336.55 78.9686) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.55 82.931) (end 336.55 80.01) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 336.55 82.931) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 329.311 60.96) (end 329.311 64.643) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 329.057 60.706) (end 329.311 60.96) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.023 60.833) (end 315.214 60.833) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 311.023 60.833) (end 286.512 60.833) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 281.94 65.405) (end 286.512 60.833) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 283.591 127.889) (end 283.337 127.635) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 283.337 127.635) (end 281.94 127.635) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 283.591 129.54) (end 283.591 127.889) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 283.845 129.794) (end 283.591 129.54) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.912 129.794) (end 283.845 129.794) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 313.817 127.889) (end 311.912 129.794) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 359.41 125.222) (end 357.759 126.873) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 69.596 118.491) (end 69.596 118.237) (width 0.2032) (layer Composant) (net 243)) + (segment (start 69.596 118.237) (end 69.596 116.205) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 359.41 89.916) (end 359.41 125.222) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 333.756 131.318) (end 338.455 131.318) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 317.246 131.318) (end 329.311 131.318) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 313.817 127.889) (end 317.246 131.318) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 344.17 90.551) (end 344.17 87.503) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 342.9 91.821) (end 344.17 90.551) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 342.9 98.298) (end 342.9 91.821) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 340.995 100.203) (end 342.9 98.298) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 340.995 102.235) (end 340.995 100.203) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 345.567 62.611) (end 345.567 64.262) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 345.567 62.611) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 345.5162 60.833) (end 345.5162 62.611) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 346.837 60.833) (end 346.8116 60.833) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 346.837 62.357) (end 346.837 60.833) (width 0.2032) (layer Composant) (net 243)) + (segment (start 346.583 62.611) (end 346.837 62.357) (width 0.2032) (layer Composant) (net 243)) + (segment (start 345.5162 62.611) (end 346.583 62.611) (width 0.2032) (layer Composant) (net 243)) + (segment (start 345.567 62.611) (end 345.5162 62.611) (width 0.2032) (layer Composant) (net 243)) + (segment (start 344.4748 62.611) (end 345.567 62.611) (width 0.2032) (layer Composant) (net 243)) + (segment (start 344.2208 62.357) (end 344.4748 62.611) (width 0.2032) (layer Composant) (net 243)) + (segment (start 147.955 106.68) (end 147.32 106.68) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 344.17 65.659) (end 339.09 65.659) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 348.742 65.659) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 348.742 65.659) (end 346.964 65.659) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 338.3534 60.833) (end 338.3534 62.865) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 338.328 62.865) (end 338.328 64.897) (width 0.2032) (layer Composant) (net 243)) + (segment (start 338.3534 62.865) (end 338.328 62.865) (width 0.2032) (layer Composant) (net 243)) + (segment (start 348.742 65.6844) (end 348.742 65.659) (width 0.2032) (layer Composant) (net 243)) + (segment (start 338.328 64.897) (end 339.09 65.659) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 338.328 64.897) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 335.534 64.897) (end 338.328 64.897) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 329.311 62.992) (end 329.311 64.643) (width 0.2032) (layer Composant) (net 243)) + (segment (start 329.2602 62.992) (end 329.311 62.992) (width 0.2032) (layer Composant) (net 243)) + (segment (start 327.3044 87.376) (end 327.406 87.249) (width 0.2032) (layer Cuivre) (net 243) (status 400)) + (segment (start 333.502 64.643) (end 329.311 64.643) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 333.756 64.897) (end 333.502 64.643) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 137.795 154.305) (end 137.795 153.035) (width 0.381) (layer Cuivre) (net 243)) + (via (at 334.518 64.897) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 335.534 64.897) (end 334.518 64.897) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (via (at 329.311 64.643) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 327.66 64.643) (end 329.311 64.643) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 351.79 84.455) (end 353.949 84.455) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 349.123 87.122) (end 351.79 84.455) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 347.98 87.122) (end 349.123 87.122) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 347.599 87.503) (end 347.98 87.122) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 344.17 87.503) (end 347.599 87.503) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 338.709 87.503) (end 344.17 87.503) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 337.058 89.154) (end 338.709 87.503) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 336.042 89.154) (end 337.058 89.154) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 335.534 88.646) (end 336.042 89.154) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 333.756 88.646) (end 335.534 88.646) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 327.3044 88.646) (end 333.756 88.646) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 345.948 109.474) (end 345.948 108.458) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 345.821 109.601) (end 345.948 109.474) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 345.821 111.76) (end 345.821 109.601) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 345.821 111.76) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 346.964 111.76) (end 345.821 111.76) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 344.805 131.699) (end 346.583 131.699) (width 0.2032) (layer Composant) (net 243) (status 400)) + (via (at 344.805 131.699) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 338.836 131.699) (end 344.805 131.699) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 338.455 127.635) (end 338.455 131.318) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 338.455 125.095) (end 338.455 127.635) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 311.277 120.269) (end 311.785 119.761) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.277 121.539) (end 311.277 120.269) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.785 117.602) (end 311.785 119.761) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.277 121.539) (end 311.277 125.349) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 319.151 117.348) (end 319.151 114.3) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 319.151 117.348) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 319.151 118.364) (end 319.151 117.348) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 311.785 117.602) (end 311.785 114.3) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 311.785 117.602) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 311.785 117.729) (end 311.785 117.602) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 298.577 115.189) (end 300.101 115.189) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 323.977 114.3) (end 323.977 115.189) (width 0.2032) (layer GND_layer) (net 243) (status 400)) + (segment (start 323.977 112.649) (end 323.977 114.3) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 323.977 112.649) (end 326.517 112.649) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 333.375 107.315) (end 340.995 107.315) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 333.375 107.315) (end 330.835 107.315) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (via (at 345.948 108.458) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 341.249 108.458) (end 345.948 108.458) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 340.995 108.204) (end 341.249 108.458) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 340.995 107.315) (end 340.995 108.204) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 340.995 104.775) (end 340.995 107.315) (width 0.2032) (layer GND_layer) (net 243) (status 800)) + (segment (start 340.995 102.235) (end 340.995 104.775) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (segment (start 78.359 89.916) (end 78.359 88.265) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 149.225 124.206) (end 149.225 125.095) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 61.595 90.805) (end 61.595 95.885) (width 0.2032) (layer GND_layer) (net 243) (status C00)) + (via (at 127.254 103.505) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 127.254 103.505) (end 128.905 103.505) (width 0.2032) (layer Composant) (net 243)) + (segment (start 147.32 100.965) (end 140.589 100.965) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 130.556 125.349) (end 124.46 125.349) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 147.32 100.965) (end 147.32 106.68) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 130.81 125.095) (end 130.556 125.349) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 134.62 125.095) (end 130.81 125.095) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 166.116 85.852) (end 166.37 86.106) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 157.1752 94.3356) (end 160.655 94.3356) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 160.655 88.392) (end 160.909 88.138) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.909 81.534) (end 160.909 88.138) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.655 88.392) (end 160.655 94.615) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.909 94.361) (end 164.084 94.361) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 160.655 94.615) (end 160.909 94.361) (width 0.2032) (layer GND_layer) (net 243)) + (via (at 138.176 100.965) (size 0.889) (layers Composant Cuivre) (net 243)) + (via (at 140.589 100.965) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 140.589 100.965) (end 138.176 100.965) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 147.955 110.49) (end 148.4122 110.9472) (width 0.2032) (layer Composant) (net 243)) + (segment (start 123.19 135.89) (end 123.19 147.955) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 147.32 105.537) (end 147.0914 105.537) (width 0.2032) (layer Composant) (net 243)) + (segment (start 147.32 106.68) (end 147.32 105.537) (width 0.2032) (layer Composant) (net 243)) + (segment (start 142.875 112.522) (end 143.383 112.014) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 148.4122 113.8428) (end 148.4122 110.9472) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 146.431 112.014) (end 143.383 112.014) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 311.277 121.539) (end 311.277 121.666) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 147.955 106.68) (end 148.59 106.045) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 158.115 106.045) (end 148.59 106.045) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 152.4 154.94) (end 152.4 158.496) (width 0.381) (layer Composant) (net 243) (status 400)) + (segment (start 135.255 121.031) (end 135.255 119.38) (width 0.2032) (layer Composant) (net 243)) + (segment (start 134.62 121.666) (end 135.255 121.031) (width 0.2032) (layer Composant) (net 243)) + (via (at 134.62 121.666) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 134.239 121.666) (end 134.62 121.666) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 133.985 121.92) (end 134.239 121.666) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 123.19 122.6058) (end 123.19 122.555) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.409 79.375) (end 351.028 79.3496) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 352.552 79.375) (end 351.409 79.375) (width 0.2032) (layer Composant) (net 243)) + (segment (start 81.153 57.912) (end 75.692 57.912) (width 0.2032) (layer Cuivre) (net 243) (status 800)) + (segment (start 75.692 57.912) (end 75.438 58.166) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 75.438 58.166) (end 75.438 67.183) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 75.438 67.183) (end 75.692 67.437) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 75.692 67.437) (end 78.613 67.437) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 352.806 80.391) (end 352.806 79.629) (width 0.2032) (layer Composant) (net 243)) + (segment (start 351.028 80.645) (end 352.552 80.645) (width 0.2032) (layer Composant) (net 243) (status 800)) + (segment (start 353.822 84.582) (end 353.949 84.455) (width 0.2032) (layer Composant) (net 243) (status 400)) + (segment (start 121.031 122.555) (end 117.856 125.73) (width 0.2032) (layer GND_layer) (net 243) (tstamp 5402D936)) + (segment (start 117.856 125.73) (end 116.205 125.73) (width 0.2032) (layer GND_layer) (net 243) (tstamp 5402D938)) + (segment (start 123.19 122.555) (end 121.031 122.555) (width 0.2032) (layer GND_layer) (net 243)) + (segment (start 119.38 125.857) (end 119.38 124.46) (width 0.2032) (layer Composant) (net 243)) + (segment (start 119.507 125.984) (end 119.38 125.857) (width 0.2032) (layer Composant) (net 243) (tstamp 5402D957)) + (via (at 119.507 125.984) (size 0.889) (layers Composant Cuivre) (net 243)) + (segment (start 121.92 123.444) (end 122.809 122.555) (width 0.2032) (layer Composant) (net 243) (tstamp 5402D95E)) + (segment (start 122.809 122.555) (end 123.19 122.555) (width 0.2032) (layer Composant) (net 243) (tstamp 5402D95F)) + (segment (start 121.92 124.46) (end 121.92 123.444) (width 0.2032) (layer Composant) (net 243)) + (segment (start 163.576 132.334) (end 163.322 132.08) (width 0.2032) (layer Cuivre) (net 243) (tstamp 5402D97D)) + (segment (start 163.576 133.731) (end 163.576 132.334) (width 0.2032) (layer Cuivre) (net 243)) + (segment (start 95.25 161.163) (end 95.25 158.496) (width 0.2032) (layer Composant) (net 244)) + (segment (start 96.52 161.163) (end 96.52 158.496) (width 0.2032) (layer Composant) (net 245)) + (segment (start 99.06 161.163) (end 99.06 158.496) (width 0.3048) (layer Cuivre) (net 246) (status C00)) + (segment (start 99.06 158.496) (end 99.06 153.035) (width 0.2032) (layer Composant) (net 246) (status 800)) + (segment (start 99.06 153.035) (end 99.06 158.496) (width 0.2032) (layer Cuivre) (net 246) (status 400)) + (segment (start 99.06 161.163) (end 99.06 158.496) (width 0.3048) (layer Composant) (net 246) (status C00)) + (via (at 99.06 153.035) (size 0.889) (layers Composant Cuivre) (net 246)) + (segment (start 118.11 161.163) (end 118.11 158.496) (width 0.2032) (layer Composant) (net 247)) + (segment (start 104.14 161.163) (end 104.14 158.496) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 108.585 118.11) (end 111.125 118.11) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 171.45 150.114) (end 170.942 149.606) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 146.812 62.865) (end 146.812 61.341) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 170.942 149.606) (end 117.983 149.606) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 117.983 149.606) (end 117.475 149.987) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 342.9254 92.0242) (end 342.9254 94.615) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 148.59 142.24) (end 148.59 141.478) (width 0.2032) (layer Composant) (net 247)) + (via (at 148.59 141.478) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 148.59 141.478) (end 148.59 143.51) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 148.59 141.478) (end 148.59 139.7) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 135.255 140.843) (end 135.255 139.7) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 114.554 87.1982) (end 111.76 87.1982) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 85.09 142.875) (end 84.328 143.637) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 84.328 143.637) (end 84.328 146.431) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 84.328 146.431) (end 85.09 147.193) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 342.9254 94.615) (end 342.9254 97.155) (width 0.2032) (layer Composant) (net 247)) + (via (at 135.255 140.843) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 135.255 140.843) (end 135.255 139.065) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 327.025 132.08) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 135.4074 140.843) (end 135.255 140.843) (width 0.2032) (layer Composant) (net 247)) + (segment (start 328.295 131.572) (end 328.295 131.826) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 309.753 59.817) (end 316.992 59.817) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 336.423 92.0242) (end 336.423 93.726) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 306.451 80.772) (end 306.451 82.677) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 310.388 73.025) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 310.388 73.025) (end 311.15 73.787) (width 0.2032) (layer Composant) (net 247)) + (segment (start 311.15 73.787) (end 311.531 73.787) (width 0.2032) (layer Composant) (net 247)) + (via (at 337.312 94.615) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 114.3 154.94) (end 114.3 158.496) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 245.11 80.645) (end 245.11 71.755) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 319.278 71.628) (end 319.278 73.406) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 319.278 73.406) (end 319.532 73.66) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 319.532 73.66) (end 321.437 73.66) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 321.437 73.66) (end 321.691 73.914) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 321.691 73.914) (end 321.691 74.1426) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 134.747 116.84) (end 134.62 116.84) (width 0.2032) (layer Composant) (net 247)) + (via (at 329.2602 89.916) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 127.635 68.961) (end 127.635 72.009) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 111.76 92.71) (end 111.76 90.805) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 328.041 132.08) (end 327.025 132.08) (width 0.2032) (layer Composant) (net 247)) + (segment (start 332.105 66.167) (end 332.105 64.897) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 329.2602 92.0242) (end 329.2602 89.916) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 95.377 94.869) (end 95.377 96.52) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 88.265 79.375) (end 86.36 79.375) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 84.582 77.597) (end 86.36 79.375) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 75.819 118.491) (end 86.106 118.491) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 155.067 122.6058) (end 155.067 122.936) (width 0.2032) (layer Composant) (net 247)) + (segment (start 125.984 102.743) (end 125.984 100.838) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 127.635 72.771) (end 127.635 72.009) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 127.889 73.025) (end 127.635 72.771) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 135.255 71.755) (end 141.986 71.755) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 142.494 72.263) (end 142.494 73.66) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 141.986 71.755) (end 142.494 72.263) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 141.9098 74.803) (end 142.494 74.803) (width 0.2032) (layer Composant) (net 247)) + (via (at 142.494 74.803) (size 0.889) (layers Composant Cuivre) (net 247)) + (via (at 321.691 74.1426) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 198.628 134.747) (end 200.279 133.096) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 107.315 82.042) (end 107.95 82.042) (width 0.2032) (layer Composant) (net 247)) + (via (at 107.95 82.042) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 107.95 82.042) (end 107.95 81.28) (width 0.2032) (layer Composant) (net 247)) + (segment (start 103.632 82.042) (end 104.013 82.423) (width 0.2032) (layer Composant) (net 247)) + (segment (start 104.013 82.423) (end 106.934 82.423) (width 0.2032) (layer Composant) (net 247)) + (segment (start 106.934 82.423) (end 107.315 82.042) (width 0.2032) (layer Composant) (net 247)) + (segment (start 301.879 77.597) (end 301.371 77.089) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 302.006 75.057) (end 302.006 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 301.371 75.692) (end 302.006 75.057) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 301.371 77.089) (end 301.371 75.692) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 301.879 79.375) (end 301.879 77.597) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 308.229 61.341) (end 309.753 59.817) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 318.643 58.801) (end 319.151 58.293) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 319.151 58.293) (end 328.5998 58.293) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 72.517 115.189) (end 75.819 118.491) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 245.11 98.425) (end 245.11 102.235) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 300.4312 65.913) (end 300.1772 65.659) (width 0.2032) (layer Composant) (net 247)) + (segment (start 298.704 73.9394) (end 298.704 74.041) (width 0.2032) (layer Composant) (net 247)) + (segment (start 141.9098 72.5678) (end 141.9098 74.803) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 270.51 116.205) (end 270.51 125.095) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 361.315 87.63) (end 361.569 87.376) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 270.51 71.755) (end 270.51 80.645) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 298.704 68.4276) (end 298.958 68.1736) (width 0.2032) (layer Composant) (net 247)) + (segment (start 323.85 86.487) (end 324.104 86.741) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 69.596 111.887) (end 69.596 109.982) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 69.596 109.982) (end 69.342 109.728) (width 0.2032) (layer Composant) (net 247)) + (segment (start 69.342 109.728) (end 68.834 109.728) (width 0.2032) (layer Composant) (net 247)) + (segment (start 68.834 109.728) (end 68.58 109.474) (width 0.2032) (layer Composant) (net 247)) + (segment (start 317.627 62.23) (end 317.246 62.23) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 68.58 109.474) (end 68.58 106.934) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 146.812 62.865) (end 147.447 63.5) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 146.812 62.865) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 310.007 72.644) (end 310.007 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 310.388 73.025) (end 310.007 72.644) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 95.377 96.52) (end 97.663 96.52) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 155.575 72.39) (end 155.829 72.644) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 154.686 72.39) (end 155.575 72.39) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 311.15 82.931) (end 311.912 82.169) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.686 72.39) (end 154.686 68.453) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.686 72.39) (end 154.686 73.025) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.686 72.39) (end 154.305 72.39) (width 0.2032) (layer Composant) (net 247)) + (segment (start 154.305 72.39) (end 154.2542 72.5678) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 93.218 65.405) (end 94.615 65.405) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 310.896 68.961) (end 311.404 68.453) (width 0.2032) (layer Composant) (net 247)) + (segment (start 323.977 69.469) (end 324.739 68.707) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 324.739 68.707) (end 331.851 68.707) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 331.851 68.707) (end 332.105 68.453) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 332.105 68.453) (end 332.105 66.167) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 86.741 61.341) (end 91.313 61.341) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 91.313 61.341) (end 91.948 61.976) (width 0.2032) (layer Composant) (net 247)) + (segment (start 91.948 61.976) (end 91.948 64.389) (width 0.2032) (layer Composant) (net 247)) + (segment (start 92.075 120.015) (end 92.075 121.92) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 91.948 64.389) (end 92.964 65.405) (width 0.2032) (layer Composant) (net 247)) + (segment (start 125.476 66.802) (end 127.635 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 312.674 68.4276) (end 312.674 68.453) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 327.025 132.08) (end 322.961 132.08) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 306.705 82.931) (end 311.15 82.931) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 311.912 82.169) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 101.6 152.4) (end 100.965 151.765) (width 0.2032) (layer Composant) (net 247)) + (via (at 154.813 88.138) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 298.9326 82.169) (end 298.9326 80.772) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 157.1752 88.4936) (end 157.099 88.5698) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 103.1748 80.137) (end 103.632 80.5942) (width 0.2032) (layer Composant) (net 247)) + (via (at 123.19 88.9) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 327.025 132.334) (end 327.025 132.08) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 327.279 132.588) (end 327.025 132.334) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 355.219 132.588) (end 327.279 132.588) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 361.569 126.238) (end 355.219 132.588) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.813 88.5698) (end 154.813 88.138) (width 0.2032) (layer Composant) (net 247)) + (segment (start 270.51 125.857) (end 270.51 125.095) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 270.764 126.111) (end 270.51 125.857) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 284.48 126.111) (end 270.764 126.111) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 288.036 129.667) (end 284.48 126.111) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 320.548 129.667) (end 288.036 129.667) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 322.961 132.08) (end 320.548 129.667) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 159.385 100.838) (end 160.401 100.838) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 336.423 90.17) (end 336.423 92.0242) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 126.365 123.19) (end 126.365 120.65) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 147.955 116.332) (end 147.955 114.935) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 106.68 153.035) (end 106.68 158.496) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 328.295 131.826) (end 328.041 132.08) (width 0.2032) (layer Composant) (net 247)) + (via (at 172.72 153.035) (size 0.889) (layers Composant Cuivre) (net 247)) + (via (at 310.896 68.961) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 314.071 65.786) (end 317.881 65.786) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 113.03 120.65) (end 112.141 119.761) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 113.03 120.65) (end 117.094 120.65) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 152.527 67.945) (end 154.178 67.945) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 113.03 120.65) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 113.284 121.666) (end 113.03 121.412) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 112.141 119.761) (end 111.125 119.761) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 100.965 153.035) (end 100.965 151.765) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 86.106 118.491) (end 86.36 118.745) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.2542 103.759) (end 155.448 103.759) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 88.265 70.358) (end 88.265 79.375) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 93.218 96.266) (end 93.218 96.012) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 157.48 134.62) (end 157.48 135.89) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 166.243 134.62) (end 157.48 134.62) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 157.48 135.89) (end 154.305 135.89) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 166.243 134.62) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 154.305 135.6106) (end 154.305 135.89) (width 0.2032) (layer Composant) (net 247)) + (segment (start 157.1752 135.6106) (end 154.305 135.6106) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 147.955 116.586) (end 147.955 116.332) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 88.265 70.358) (end 93.218 65.405) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 157.226 100.838) (end 157.1752 100.838) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 140.97 103.505) (end 140.97 105.918) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 103.1748 94.869) (end 103.1748 96.266) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 97.536 87.249) (end 96.647 88.138) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 96.647 88.138) (end 91.059 88.138) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 305.435 66.675) (end 305.4096 66.675) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 305.435 68.961) (end 305.435 66.675) (width 0.2032) (layer Composant) (net 247)) + (via (at 305.435 68.961) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 302.006 68.961) (end 305.435 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 300.355 68.961) (end 302.006 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 151.892 67.945) (end 152.527 67.945) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 151.892 67.945) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 151.892 66.802) (end 151.892 67.945) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 172.339 136.144) (end 188.595 136.144) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 172.085 135.89) (end 172.339 136.144) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.831 126.746) (end 171.831 129.159) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 202.946 131.318) (end 201.803 131.318) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.323 97.282) (end 173.609 97.282) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 171.323 112.268) (end 173.609 112.268) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 171.831 126.746) (end 173.609 126.746) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (via (at 171.831 126.746) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 72.517 112.141) (end 72.517 115.189) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 72.263 111.887) (end 72.517 112.141) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 71.12 111.887) (end 72.263 111.887) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 201.549 131.572) (end 201.549 133.096) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 201.803 131.318) (end 201.549 131.572) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 203.2 131.064) (end 202.946 131.318) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 201.549 133.096) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 99.695 121.92) (end 103.378 118.11) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 201.549 133.096) (end 202.565 133.096) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 94.615 65.405) (end 92.964 65.405) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 200.279 133.096) (end 201.549 133.096) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 125.73 88.9) (end 125.73 102.743) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 69.596 111.887) (end 71.12 111.887) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 298.704 68.707) (end 298.704 68.4276) (width 0.2032) (layer Composant) (net 247)) + (segment (start 298.958 68.961) (end 298.704 68.707) (width 0.2032) (layer Composant) (net 247)) + (segment (start 300.355 68.961) (end 298.958 68.961) (width 0.2032) (layer Composant) (net 247)) + (via (at 300.355 68.961) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 300.355 72.39) (end 300.355 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 188.595 134.747) (end 198.628 134.747) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 118.11 154.94) (end 117.475 154.305) (width 0.2032) (layer Composant) (net 247)) + (segment (start 100.33 152.4) (end 100.965 151.765) (width 0.2032) (layer Cuivre) (net 247)) + (via (at 154.305 135.89) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 108.585 118.11) (end 103.378 118.11) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 125.984 123.2662) (end 128.905 123.2662) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 300.355 72.39) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 299.974 74.041) (end 300.355 73.66) (width 0.2032) (layer Composant) (net 247)) + (segment (start 300.355 73.66) (end 300.355 72.39) (width 0.2032) (layer Composant) (net 247)) + (segment (start 298.704 74.041) (end 299.974 74.041) (width 0.2032) (layer Composant) (net 247)) + (segment (start 270.51 98.425) (end 270.51 89.535) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 297.18 73.9394) (end 298.704 73.9394) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 298.9326 66.675) (end 299.4152 66.675) (width 0.2032) (layer Composant) (net 247) (status C00)) + (segment (start 298.958 66.802) (end 298.9326 66.675) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 298.958 68.1736) (end 298.958 66.802) (width 0.2032) (layer Composant) (net 247)) + (segment (start 171.323 97.282) (end 171.323 85.09) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 297.18 68.4276) (end 298.704 68.4276) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 332.105 64.897) (end 332.232 64.897) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 102.489 97.155) (end 98.298 97.155) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 128.905 123.19) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 113.03 151.765) (end 106.68 151.765) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 128.905 123.2662) (end 128.905 123.19) (width 0.2032) (layer Composant) (net 247)) + (via (at 168.91 153.035) (size 0.889) (layers Composant Cuivre) (net 247)) + (via (at 147.955 116.332) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 103.632 66.802) (end 125.476 66.802) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 157.1752 100.203) (end 157.1752 100.838) (width 0.2032) (layer Composant) (net 247) (status C00)) + (segment (start 147.193 134.493) (end 147.193 127.508) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 106.68 153.035) (size 0.889) (layers Composant Cuivre) (net 247)) + (via (at 104.14 153.035) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 104.14 158.496) (end 104.14 153.035) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 270.51 71.755) (end 270.51 62.865) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 203.2 92.075) (end 203.2 100.965) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (via (at 71.12 111.887) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 245.11 116.205) (end 245.11 107.315) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 111.633 94.869) (end 111.633 92.71) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 324.104 86.741) (end 324.104 87.249) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 321.691 86.487) (end 323.85 86.487) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 319.913 86.487) (end 319.8368 86.5124) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 321.691 86.487) (end 319.913 86.487) (width 0.2032) (layer Composant) (net 247)) + (via (at 321.691 86.487) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 106.68 83.439) (end 106.68 83.82) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 321.691 74.1426) (end 321.691 86.487) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 336.169 89.916) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 336.169 89.916) (end 336.423 90.17) (width 0.2032) (layer Composant) (net 247)) + (segment (start 329.2602 89.916) (end 336.169 89.916) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 328.5998 58.293) (end 330.835 60.4774) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 332.105 66.167) (end 330.835 64.897) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 330.835 64.897) (end 330.835 60.4774) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 332.105 66.167) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 341.63 94.615) (end 342.9254 94.615) (width 0.2032) (layer Composant) (net 247)) + (segment (start 245.11 116.205) (end 245.11 125.095) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 203.2 127.635) (end 203.2 118.745) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 245.745 107.315) (end 245.11 107.315) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 103.1748 78.867) (end 103.1748 80.137) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 125.476 64.389) (end 125.476 66.802) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 269.24 108.585) (end 247.015 108.585) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 85.09 142.875) (end 85.09 135.89) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 123.19 88.9) (end 123.19 90.805) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 203.2 109.855) (end 203.2 118.745) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 270.51 116.205) (end 270.51 107.315) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 203.835 100.965) (end 203.2 100.965) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (via (at 341.63 94.615) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 337.312 94.615) (end 341.63 94.615) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 111.633 92.71) (end 111.76 92.71) (width 0.2032) (layer Composant) (net 247)) + (segment (start 336.423 93.726) (end 337.312 94.615) (width 0.2032) (layer Composant) (net 247)) + (segment (start 318.643 58.801) (end 316.992 58.801) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 316.992 59.817) (end 316.992 58.801) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 316.992 61.976) (end 316.992 59.817) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 311.912 82.169) (end 310.9214 82.169) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 310.896 68.961) (end 314.071 65.786) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 304.546 80.772) (end 306.451 80.772) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 161.036 86.741) (end 161.671 86.106) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 161.671 86.106) (end 163.83 86.106) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 160.147 88.138) (end 161.036 87.249) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 161.036 87.249) (end 161.036 86.741) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 164.846 85.09) (end 171.323 85.09) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 163.83 86.106) (end 164.846 85.09) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.813 88.138) (end 160.147 88.138) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 303.276 80.772) (end 304.546 80.772) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 361.569 86.487) (end 361.569 126.238) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 270.51 62.865) (end 272.034 61.341) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (via (at 298.9326 80.772) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 311.531 73.914) (end 311.531 73.787) (width 0.2032) (layer Composant) (net 247)) + (segment (start 304.927 80.772) (end 304.927 82.169) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 304.546 80.772) (end 304.927 80.772) (width 0.2032) (layer Composant) (net 247)) + (segment (start 103.1748 96.266) (end 102.997 96.266) (width 0.2032) (layer Composant) (net 247)) + (segment (start 94.615 65.405) (end 97.155 65.405) (width 0.2032) (layer Cuivre) (net 247) (status C00)) + (segment (start 125.73 104.14) (end 125.73 102.743) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 102.997 96.266) (end 102.997 97.663) (width 0.2032) (layer Composant) (net 247)) + (via (at 102.997 97.663) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 97.663 96.52) (end 98.298 97.155) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 102.997 97.663) (end 103.759 96.901) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 95.377 96.52) (end 93.472 96.52) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 125.984 102.743) (end 125.73 102.743) (width 0.2032) (layer Composant) (net 247)) + (via (at 125.73 102.743) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 111.506 111.76) (end 110.49 112.776) (width 0.2032) (layer Composant) (net 247)) + (segment (start 110.236 114.935) (end 110.236 113.792) (width 0.2032) (layer Composant) (net 247)) + (segment (start 110.236 113.792) (end 110.49 113.538) (width 0.2032) (layer Composant) (net 247)) + (segment (start 110.49 112.776) (end 110.49 113.538) (width 0.2032) (layer Composant) (net 247)) + (segment (start 102.997 97.663) (end 102.489 97.155) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 203.2 74.295) (end 203.2 83.185) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 203.2 74.295) (end 203.2 65.405) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 147.7518 113.8428) (end 147.7518 115.443) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 342.646 87.757) (end 344.297 87.757) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 344.297 87.757) (end 344.551 87.503) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 188.595 142.621) (end 188.595 137.795) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 108.966 86.995) (end 111.76 86.995) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 270.51 98.425) (end 270.51 107.315) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 203.2 100.965) (end 203.2 109.855) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 270.51 89.535) (end 270.51 80.645) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 245.11 102.235) (end 245.11 107.315) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 245.11 98.425) (end 245.11 89.535) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 245.11 80.645) (end 245.11 89.535) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 97.155 65.405) (end 97.155 67.056) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 134.62 116.84) (end 130.556 116.84) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 172.72 158.496) (end 172.72 153.035) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 245.11 71.755) (end 245.11 62.865) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (via (at 125.476 64.389) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 96.393 87.9602) (end 96.774 87.5792) (width 0.2032) (layer Composant) (net 247)) + (segment (start 96.774 87.5792) (end 97.536 87.5792) (width 0.2032) (layer Composant) (net 247)) + (segment (start 94.488 87.9602) (end 96.393 87.9602) (width 0.2032) (layer Composant) (net 247)) + (segment (start 92.456 87.8332) (end 94.361 87.8332) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 94.361 87.8332) (end 94.488 87.9602) (width 0.2032) (layer Composant) (net 247)) + (segment (start 97.536 87.5792) (end 97.536 87.249) (width 0.2032) (layer Composant) (net 247)) + (segment (start 157.099 88.5698) (end 154.813 88.5698) (width 0.2032) (layer Composant) (net 247)) + (segment (start 111.76 86.995) (end 121.285 86.995) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 111.76 87.1982) (end 111.76 86.995) (width 0.2032) (layer Composant) (net 247)) + (segment (start 148.59 135.89) (end 148.59 141.478) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 103.124 67.31) (end 103.632 66.802) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 91.059 93.853) (end 91.059 88.138) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 172.085 129.413) (end 172.085 135.89) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 97.155 67.056) (end 97.409 67.31) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 312.674 73.914) (end 311.531 73.914) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 86.36 118.745) (end 86.36 121.92) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 157.1752 122.6058) (end 155.067 122.6058) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 111.76 86.995) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 100.965 151.765) (end 100.965 149.733) (width 0.2032) (layer Cuivre) (net 247)) + (via (at 171.45 153.035) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 104.14 153.035) (end 106.68 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 117.475 149.987) (end 117.475 151.765) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 125.984 89.154) (end 123.19 89.154) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 306.451 82.677) (end 306.705 82.931) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 113.665 151.765) (end 114.046 152.146) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 86.36 121.92) (end 92.075 121.92) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 93.218 96.012) (end 91.059 93.853) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 128.905 136.525) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 111.76 92.71) (end 111.76 86.995) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 272.034 61.341) (end 308.229 61.341) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 97.536 87.249) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 88.265 79.375) (end 90.805 79.375) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (via (at 111.76 92.71) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 103.632 80.5942) (end 103.632 82.042) (width 0.2032) (layer Composant) (net 247)) + (segment (start 117.475 151.765) (end 113.03 151.765) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 125.984 136.271) (end 128.905 136.271) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 123.19 88.9) (end 121.285 86.995) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 85.09 135.89) (end 85.09 127) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 172.72 153.035) (end 185.166 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.305 135.89) (end 151.765 135.89) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 151.765 135.89) (end 151.765 132.08) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (via (at 117.475 151.765) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 344.551 87.503) (end 344.551 86.741) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 345.059 86.233) (end 351.282 86.233) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 344.551 86.741) (end 345.059 86.233) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 328.5998 60.833) (end 328.5998 58.293) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 328.5998 58.293) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 319.8368 66.3448) (end 317.881 66.3448) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 317.881 66.3448) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 317.881 66.3448) (end 317.881 65.786) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 317.881 65.786) (end 317.881 62.484) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 317.881 62.484) (end 317.627 62.23) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 317.246 62.23) (end 316.992 61.976) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.323 112.268) (end 171.323 126.238) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 106.68 161.163) (end 106.68 158.496) (width 0.2032) (layer Cuivre) (net 247) (status C00)) + (segment (start 100.33 161.163) (end 100.33 158.496) (width 0.2032) (layer Cuivre) (net 247) (status C00)) + (segment (start 114.3 161.163) (end 114.3 158.496) (width 0.2032) (layer Cuivre) (net 247) (status C00)) + (segment (start 172.72 161.163) (end 172.72 158.496) (width 0.3048) (layer Cuivre) (net 247) (status C00)) + (segment (start 168.91 161.163) (end 168.91 158.496) (width 0.3048) (layer Cuivre) (net 247) (status C00)) + (segment (start 100.33 161.163) (end 100.33 158.496) (width 0.3048) (layer Composant) (net 247) (status C00)) + (segment (start 101.6 161.163) (end 101.6 158.496) (width 0.3048) (layer Composant) (net 247) (status C00)) + (segment (start 171.45 161.163) (end 171.45 158.496) (width 0.3048) (layer Composant) (net 247) (status C00)) + (segment (start 168.91 161.163) (end 168.91 158.496) (width 0.3048) (layer Composant) (net 247) (status C00)) + (segment (start 172.72 161.163) (end 172.72 158.496) (width 0.3048) (layer Composant) (net 247) (status C00)) + (segment (start 171.45 161.163) (end 171.45 158.496) (width 0.3048) (layer Cuivre) (net 247) (status C00)) + (segment (start 106.68 151.765) (end 106.68 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 188.595 144.272) (end 188.595 142.621) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 185.166 147.701) (end 188.595 144.272) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 245.11 102.235) (end 205.105 102.235) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 188.595 136.144) (end 188.595 134.747) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 110.871 80.137) (end 110.871 79.629) (width 0.2032) (layer Composant) (net 247)) + (segment (start 107.95 85.979) (end 108.966 86.995) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 128.905 136.525) (end 130.683 136.525) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 111.125 118.11) (end 111.125 119.761) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 100.33 158.496) (end 100.33 152.4) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 111.76 92.71) (end 111.76 96.901) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 134.62 116.84) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 125.73 88.9) (end 123.19 88.9) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 107.95 82.042) (end 107.95 85.979) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 108.585 116.205) (end 109.982 116.205) (width 0.2032) (layer Composant) (net 247)) + (segment (start 110.236 115.951) (end 110.236 114.935) (width 0.2032) (layer Composant) (net 247)) + (segment (start 108.585 116.205) (end 108.585 118.11) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 109.982 116.205) (end 110.236 115.951) (width 0.2032) (layer Composant) (net 247)) + (segment (start 127.635 72.009) (end 127.635 88.9) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 342.9254 87.757) (end 342.646 87.757) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 168.91 158.496) (end 168.91 153.035) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 154.305 122.936) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 129.159 71.755) (end 129.413 71.501) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 129.413 71.501) (end 135.001 71.501) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 147.193 127.508) (end 146.558 126.873) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 146.558 122.936) (end 154.305 122.936) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.305 122.936) (end 152.273 122.936) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 146.558 126.873) (end 146.558 122.936) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 342.9254 89.916) (end 342.9254 87.757) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 148.59 135.89) (end 147.193 134.493) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 130.302 122.682) (end 130.302 117.094) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 130.302 117.094) (end 130.556 116.84) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 128.905 123.19) (end 129.794 123.19) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 129.794 123.19) (end 130.302 122.682) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 134.62 117.729) (end 134.62 116.84) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 146.558 117.983) (end 134.874 117.983) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 134.874 117.983) (end 134.62 117.729) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 160.401 100.838) (end 161.29 99.949) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 352.679 87.63) (end 361.315 87.63) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 351.282 86.233) (end 352.679 87.63) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 157.226 101.981) (end 157.226 100.838) (width 0.2032) (layer Composant) (net 247)) + (segment (start 203.2 127.635) (end 203.2 131.064) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 125.476 63.119) (end 125.476 64.389) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 342.9254 89.916) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 342.9254 92.0242) (end 342.9254 89.916) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 171.323 112.268) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 205.105 102.235) (end 203.835 100.965) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 361.569 87.376) (end 361.569 86.487) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 95.377 80.01) (end 97.409 82.042) (width 0.2032) (layer Composant) (net 247)) + (segment (start 95.377 78.867) (end 95.377 80.01) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 93.218 96.012) (size 0.889) (layers Composant Cuivre) (net 247)) + (via (at 171.323 97.282) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 342.9254 97.155) (end 343.027 97.155) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 171.323 99.949) (end 171.323 97.282) (width 0.2032) (layer VCC_layer) (net 247)) + (via (at 113.03 151.765) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 171.831 129.159) (end 172.085 129.413) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.831 126.746) (end 171.323 126.238) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 311.404 68.453) (end 312.674 68.453) (width 0.2032) (layer Composant) (net 247)) + (segment (start 171.323 112.268) (end 171.323 99.949) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 168.91 153.035) (end 168.91 158.496) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 142.494 73.66) (end 142.494 74.803) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 123.19 85.09) (end 123.19 88.9) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (via (at 100.965 151.765) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 140.97 105.918) (end 141.2494 105.918) (width 0.2032) (layer Composant) (net 247)) + (segment (start 104.14 153.035) (end 100.965 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 114.046 154.686) (end 114.046 152.146) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 92.075 121.92) (end 99.695 121.92) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 108.839 80.391) (end 110.617 80.391) (width 0.2032) (layer Composant) (net 247)) + (segment (start 128.905 72.263) (end 128.905 72.5678) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 128.651 72.009) (end 128.905 72.263) (width 0.2032) (layer Composant) (net 247)) + (segment (start 127.635 72.009) (end 128.651 72.009) (width 0.2032) (layer Composant) (net 247)) + (via (at 127.635 72.009) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 100.33 158.496) (end 100.33 152.4) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 135.001 71.501) (end 135.255 71.755) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 129.159 73.025) (end 129.159 71.755) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 154.813 86.995) (end 154.813 88.138) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 155.194 86.995) (end 154.813 86.995) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 301.879 79.375) (end 303.276 80.772) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 300.482 79.2226) (end 301.879 79.2226) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 301.879 79.2226) (end 301.879 79.375) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 298.9326 80.772) (end 300.482 79.2226) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 125.349 104.14) (end 125.73 104.14) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 129.159 73.025) (end 127.889 73.025) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 92.964 95.25) (end 93.218 95.504) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 93.218 95.504) (end 93.218 96.012) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 92.964 94.615) (end 92.964 95.25) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 142.621 73.66) (end 142.494 73.66) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 130.683 123.19) (end 128.905 123.19) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 113.284 123.19) (end 113.284 121.666) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 135.128 139.7) (end 135.255 139.7) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 84.582 75.565) (end 84.582 77.597) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 151.892 135.89) (end 154.305 135.89) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 151.892 132.08) (end 151.765 132.08) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 151.892 135.89) (end 151.892 132.08) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 165.1 134.62) (end 166.243 134.62) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 148.082 114.935) (end 147.955 114.935) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 136.398 116.84) (end 134.62 116.84) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 123.063 90.805) (end 123.19 90.805) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 111.887 90.805) (end 111.76 90.805) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 101.092 149.733) (end 100.965 149.733) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 148.717 139.7) (end 148.59 139.7) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 157.48 72.644) (end 155.829 72.644) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 97.409 67.31) (end 103.124 67.31) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 106.934 83.185) (end 106.68 83.439) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 110.617 80.391) (end 110.871 80.137) (width 0.2032) (layer Composant) (net 247)) + (segment (start 107.95 81.28) (end 108.839 80.391) (width 0.2032) (layer Composant) (net 247)) + (segment (start 151.003 63.5) (end 147.447 63.5) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 110.871 79.629) (end 110.9726 78.867) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 134.747 113.8428) (end 134.747 116.84) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 113.665 151.765) (end 113.03 151.765) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 106.68 86.741) (end 106.68 83.82) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 106.934 83.312) (end 107.823 83.312) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 106.68 83.82) (end 106.68 83.566) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 107.823 83.312) (end 107.95 83.185) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 106.68 83.566) (end 106.934 83.312) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 86.36 127) (end 85.09 127) (width 0.2032) (layer VCC_layer) (net 247) (status 400)) + (segment (start 114.3 154.94) (end 114.046 154.686) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 91.059 79.629) (end 90.805 79.375) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 151.003 63.5) (end 152.527 65.024) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 135.255 139.065) (end 133.985 139.065) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 152.527 65.024) (end 152.527 67.945) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 86.36 127) (end 86.36 121.92) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 91.059 88.138) (end 91.059 79.629) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 128.905 136.525) (end 133.985 136.525) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 133.985 139.065) (end 133.985 136.525) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 108.077 83.185) (end 106.934 83.185) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 107.95 83.185) (end 108.077 83.185) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 107.95 82.042) (end 107.95 83.185) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 97.536 86.741) (end 97.536 87.249) (width 0.2032) (layer Cuivre) (net 247) (status 800)) + (segment (start 112.649 111.76) (end 111.506 111.76) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 110.109 114.935) (end 110.236 114.935) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 300.4312 66.675) (end 300.4312 65.913) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 111.76 96.901) (end 103.759 96.901) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 299.466 66.675) (end 299.4152 66.675) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 101.6 158.496) (end 101.6 152.4) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 299.466 65.913) (end 299.466 66.675) (width 0.2032) (layer Composant) (net 247)) + (segment (start 299.72 65.659) (end 299.466 65.913) (width 0.2032) (layer Composant) (net 247)) + (segment (start 300.1772 65.659) (end 299.72 65.659) (width 0.2032) (layer Composant) (net 247)) + (via (at 154.686 72.39) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 135.4074 145.034) (end 135.4074 140.843) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 321.691 74.1426) (end 323.723 74.1426) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 155.956 103.251) (end 157.226 101.981) (width 0.2032) (layer Composant) (net 247)) + (via (at 140.97 105.918) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 155.956 103.251) (end 155.448 103.759) (width 0.2032) (layer Composant) (net 247)) + (via (at 155.956 103.251) (size 0.889) (layers Composant Cuivre) (net 247)) + (via (at 95.377 96.52) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 155.702 103.505) (end 155.956 103.251) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 155.702 103.505) (end 140.97 103.505) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 141.2494 103.759) (end 141.2494 105.918) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 154.305 103.505) (end 154.2542 103.759) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 146.558 117.983) (end 147.955 116.586) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 152.9588 103.759) (end 152.9588 101.981) (width 0.2032) (layer Composant) (net 247) (status 800)) + (via (at 159.385 100.838) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 154.305 101.981) (end 154.305 103.505) (width 0.2032) (layer Composant) (net 247)) + (segment (start 154.051 101.727) (end 154.305 101.981) (width 0.2032) (layer Composant) (net 247)) + (segment (start 153.2128 101.727) (end 154.051 101.727) (width 0.2032) (layer Composant) (net 247)) + (segment (start 152.9588 101.981) (end 153.2128 101.727) (width 0.2032) (layer Composant) (net 247)) + (segment (start 154.305 135.89) (end 148.59 135.89) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 157.1752 100.838) (end 159.385 100.838) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 185.166 147.701) (end 185.166 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 247.015 108.585) (end 245.745 107.315) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 270.51 107.315) (end 269.24 108.585) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 148.4122 145.034) (end 148.4122 142.24) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 146.558 122.936) (end 146.558 117.983) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.305 122.936) (end 155.067 122.936) (width 0.2032) (layer Composant) (net 247)) + (via (at 304.546 80.772) (size 0.889) (layers Composant Cuivre) (net 247)) + (segment (start 203.2 83.185) (end 203.2 92.075) (width 0.2032) (layer VCC_layer) (net 247) (status C00)) + (segment (start 97.409 82.042) (end 103.632 82.042) (width 0.2032) (layer Composant) (net 247)) + (segment (start 154.686 68.453) (end 154.178 67.945) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 100.33 152.4) (end 100.965 151.765) (width 0.2032) (layer Composant) (net 247)) + (segment (start 147.7518 115.443) (end 147.955 115.6462) (width 0.2032) (layer Composant) (net 247)) + (segment (start 168.91 153.035) (end 171.45 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.323 85.09) (end 171.323 73.279) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.069 73.025) (end 154.686 73.025) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.323 73.279) (end 171.069 73.025) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 323.977 73.8886) (end 323.977 69.469) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 323.723 74.1426) (end 323.977 73.8886) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 142.494 74.803) (end 144.272 73.025) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 154.686 73.025) (end 144.272 73.025) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.45 153.035) (end 171.45 158.496) (width 0.2032) (layer Cuivre) (net 247) (status 400)) + (segment (start 171.45 153.035) (end 171.45 150.114) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 147.955 115.6462) (end 147.955 116.332) (width 0.2032) (layer Composant) (net 247)) + (segment (start 85.09 150.495) (end 85.09 147.193) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 100.965 151.765) (end 100.965 150.495) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 100.965 150.495) (end 85.09 150.495) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 148.4122 142.24) (end 148.59 142.24) (width 0.2032) (layer Composant) (net 247)) + (segment (start 305.435 68.961) (end 310.007 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 171.45 153.035) (end 172.72 153.035) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 128.905 136.271) (end 128.905 136.525) (width 0.2032) (layer Composant) (net 247)) + (segment (start 135.255 140.843) (end 135.255 143.51) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 135.255 143.51) (end 148.59 143.51) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 319.8368 74.1426) (end 321.691 74.1426) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 126.365 120.65) (end 113.03 120.65) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 161.29 99.949) (end 171.323 99.949) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 123.19 89.154) (end 123.19 88.9) (width 0.2032) (layer Composant) (net 247)) + (segment (start 128.905 123.19) (end 126.365 123.19) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 188.595 137.795) (end 188.595 136.144) (width 0.2032) (layer VCC_layer) (net 247) (status 800)) + (segment (start 127.635 88.9) (end 125.73 88.9) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 118.11 158.496) (end 118.11 154.94) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 171.45 158.496) (end 171.45 153.035) (width 0.2032) (layer Composant) (net 247) (status 800)) + (segment (start 117.475 154.305) (end 117.475 151.765) (width 0.2032) (layer Composant) (net 247)) + (segment (start 93.472 96.52) (end 93.218 96.266) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 310.007 68.961) (end 310.896 68.961) (width 0.2032) (layer VCC_layer) (net 247)) + (segment (start 113.03 120.65) (end 113.03 121.412) (width 0.2032) (layer Cuivre) (net 247)) + (segment (start 172.72 153.035) (end 172.72 158.496) (width 0.2032) (layer Composant) (net 247) (status 400)) + (segment (start 102.87 161.163) (end 102.87 158.496) (width 0.2032) (layer Composant) (net 248)) + (segment (start 104.14 161.163) (end 104.14 158.496) (width 0.2032) (layer Composant) (net 249)) + (segment (start 101.346 147.955) (end 91.44 147.955) (width 0.2032) (layer Composant) (net 250) (status 400)) + (segment (start 101.6 151.003) (end 101.6 148.209) (width 0.2032) (layer Composant) (net 250)) + (segment (start 105.41 158.496) (end 105.41 151.892) (width 0.2032) (layer Composant) (net 250) (status 800)) + (segment (start 101.6 148.209) (end 101.346 147.955) (width 0.2032) (layer Composant) (net 250)) + (segment (start 102.108 151.511) (end 101.6 151.003) (width 0.2032) (layer Composant) (net 250)) + (segment (start 105.41 158.496) (end 105.41 161.163) (width 0.3048) (layer Composant) (net 250) (status C00)) + (segment (start 105.029 151.511) (end 105.41 151.892) (width 0.2032) (layer Composant) (net 250)) + (segment (start 105.029 151.511) (end 102.108 151.511) (width 0.2032) (layer Composant) (net 250)) + (segment (start 106.68 161.163) (end 106.68 158.496) (width 0.2032) (layer Composant) (net 251)) + (segment (start 107.95 150.495) (end 109.22 149.225) (width 0.2032) (layer Composant) (net 252)) + (segment (start 107.95 158.496) (end 107.95 150.495) (width 0.2032) (layer Composant) (net 252) (status 800)) + (segment (start 109.22 149.225) (end 109.22 145.415) (width 0.2032) (layer Composant) (net 252) (status 400)) + (segment (start 107.95 161.163) (end 107.95 158.496) (width 0.2032) (layer Composant) (net 252) (status C00)) + (segment (start 111.76 161.163) (end 111.76 158.496) (width 0.2032) (layer Composant) (net 253)) + (segment (start 170.18 161.163) (end 170.18 158.496) (width 0.2032) (layer Composant) (net 254)) + (segment (start 95.25 161.163) (end 95.25 158.496) (width 0.2032) (layer Cuivre) (net 255)) + (segment (start 97.79 161.163) (end 97.79 158.496) (width 0.2032) (layer Cuivre) (net 256)) + (segment (start 102.87 161.163) (end 102.87 158.496) (width 0.2032) (layer Cuivre) (net 257)) + (segment (start 105.41 161.163) (end 105.41 158.496) (width 0.2032) (layer Cuivre) (net 258)) + (segment (start 107.95 161.163) (end 107.95 158.496) (width 0.2032) (layer Cuivre) (net 259)) + (segment (start 111.76 161.163) (end 111.76 158.496) (width 0.2032) (layer Cuivre) (net 260)) + (segment (start 118.11 161.163) (end 118.11 158.496) (width 0.2032) (layer Cuivre) (net 261)) + (segment (start 144.78 161.163) (end 144.78 158.496) (width 0.2032) (layer Cuivre) (net 262)) + (segment (start 146.05 161.163) (end 146.05 158.496) (width 0.2032) (layer Cuivre) (net 263)) + (segment (start 170.18 161.163) (end 170.18 158.496) (width 0.2032) (layer Cuivre) (net 264)) + (segment (start 354.33 60.833) (end 356.87 60.833) (width 0.2032) (layer Composant) (net 265) (status C00)) + (segment (start 356.87 60.833) (end 356.87 58.293) (width 0.2032) (layer Composant) (net 265) (status C00)) + (segment (start 351.028 76.7588) (end 356.235 76.7588) (width 0.2032) (layer Composant) (net 266) (status 800)) + (segment (start 360.172 58.293) (end 361.315 58.293) (width 0.2032) (layer Composant) (net 266) (status 800)) + (segment (start 356.235 76.7588) (end 356.235 69.469) (width 0.2032) (layer Composant) (net 266)) + (segment (start 361.569 63.373) (end 361.315 63.627) (width 0.2032) (layer Composant) (net 266)) + (segment (start 361.569 58.547) (end 361.569 63.373) (width 0.2032) (layer Composant) (net 266)) + (segment (start 361.315 58.293) (end 361.569 58.547) (width 0.2032) (layer Composant) (net 266)) + (segment (start 356.235 69.469) (end 360.045 65.659) (width 0.2032) (layer Composant) (net 266)) + (segment (start 360.045 63.627) (end 360.172 63.627) (width 0.2032) (layer Composant) (net 266) (status 400)) + (segment (start 360.045 65.659) (end 360.045 63.627) (width 0.2032) (layer Composant) (net 266)) + (segment (start 361.315 63.627) (end 360.172 63.627) (width 0.2032) (layer Composant) (net 266) (status 400)) + (segment (start 358.14 73.914) (end 358.14 73.025) (width 0.2032) (layer Cuivre) (net 267) (status 800)) + (segment (start 358.14 73.025) (end 358.14 72.136) (width 0.2032) (layer Composant) (net 267) (status 400)) + (via (at 358.14 73.025) (size 0.889) (layers Composant Cuivre) (net 267)) + (segment (start 357.378 81.153) (end 357.632 81.153) (width 0.2032) (layer Cuivre) (net 268) (status 400)) + (segment (start 354.33 78.105) (end 357.378 81.153) (width 0.2032) (layer Cuivre) (net 268) (status 800)) + (segment (start 59.055 110.49) (end 59.309 110.744) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 59.055 104.775) (end 59.055 110.49) (width 0.2032) (layer Cuivre) (net 269) (status 800)) + (segment (start 342.392 130.937) (end 342.392 133.35) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 189.103 148.463) (end 194.056 143.51) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 341.249 130.937) (end 341.249 131.318) (width 0.2032) (layer Composant) (net 269) (status 400)) + (segment (start 157.099 148.59) (end 155.702 147.193) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 103.759 148.336) (end 102.997 147.574) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 203.835 133.604) (end 204.089 133.35) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 203.835 134.112) (end 203.835 133.604) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 203.454 134.493) (end 203.835 134.112) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 203.454 140.97) (end 203.454 134.493) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 200.914 143.51) (end 203.454 140.97) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 158.369 148.336) (end 158.75 148.336) (width 0.2032) (layer VCC_layer) (net 269)) + (via (at 158.75 148.336) (size 0.889) (layers Composant Cuivre) (net 269)) + (segment (start 129.413 148.209) (end 105.918 148.209) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 162.941 148.717) (end 158.75 148.717) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 316.484 131.953) (end 317.881 133.35) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 155.702 147.193) (end 130.429 147.193) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 104.013 147.574) (end 103.759 147.828) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 96.266 147.574) (end 92.075 151.765) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 105.918 148.209) (end 105.283 147.574) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 72.898 151.765) (end 66.802 145.669) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 66.802 145.669) (end 66.802 129.54) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 92.075 151.765) (end 72.898 151.765) (width 0.2032) (layer Cuivre) (net 269)) + (via (at 103.759 149.733) (size 0.889) (layers Composant Cuivre) (net 269)) + (segment (start 59.309 110.744) (end 63.754 110.744) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 66.294 113.919) (end 66.294 114.046) (width 0.2032) (layer Cuivre) (net 269) (status 400)) + (segment (start 65.151 113.919) (end 66.294 113.919) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 64.008 113.665) (end 64.262 113.919) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 342.392 130.937) (end 341.249 130.937) (width 0.2032) (layer Composant) (net 269)) + (segment (start 64.262 113.919) (end 65.151 113.919) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 356.87 133.35) (end 342.392 133.35) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 342.392 133.35) (end 317.881 133.35) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 312.928 133.35) (end 204.089 133.35) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 312.928 133.35) (end 314.325 131.953) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 314.325 131.953) (end 316.484 131.953) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 130.429 147.193) (end 129.413 148.209) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 200.914 143.51) (end 194.056 143.51) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 189.103 148.463) (end 163.195 148.463) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 158.75 148.717) (end 158.75 148.336) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 64.008 110.998) (end 64.008 113.665) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 103.759 149.733) (end 103.759 148.336) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 63.754 110.744) (end 64.008 110.998) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 359.41 130.81) (end 359.41 78.867) (width 0.2032) (layer Composant) (net 269)) + (segment (start 356.87 133.35) (end 359.41 130.81) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 358.648 78.105) (end 357.632 78.105) (width 0.2032) (layer Cuivre) (net 269) (status 400)) + (segment (start 358.648 78.105) (end 359.41 78.867) (width 0.2032) (layer Composant) (net 269)) + (via (at 358.648 78.105) (size 0.889) (layers Composant Cuivre) (net 269)) + (via (at 359.41 130.81) (size 0.889) (layers Composant Cuivre) (net 269)) + (segment (start 158.115 148.59) (end 157.099 148.59) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 158.369 148.336) (end 158.115 148.59) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 102.997 147.574) (end 96.266 147.574) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 65.151 122.174) (end 65.151 113.919) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 103.759 147.828) (end 103.759 149.733) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 162.941 148.717) (end 163.195 148.463) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 105.283 147.574) (end 104.013 147.574) (width 0.2032) (layer VCC_layer) (net 269)) + (segment (start 65.278 128.016) (end 64.389 127.127) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 64.389 123.063) (end 65.151 122.301) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 65.151 122.301) (end 65.151 122.174) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 66.802 129.54) (end 65.278 128.016) (width 0.2032) (layer Cuivre) (net 269)) + (segment (start 64.389 127.127) (end 64.389 123.063) (width 0.2032) (layer Cuivre) (net 269)) + (via (at 342.392 130.937) (size 0.889) (layers Composant Cuivre) (net 269)) + (segment (start 346.4306 93.726) (end 346.71 93.726) (width 0.2032) (layer Composant) (net 270)) + (via (at 346.71 94.234) (size 0.889) (layers Composant Cuivre) (net 270)) + (segment (start 346.71 93.726) (end 346.71 94.234) (width 0.2032) (layer Composant) (net 270)) + (segment (start 346.71 94.234) (end 346.71 95.631) (width 0.2032) (layer Cuivre) (net 270)) + (segment (start 346.1766 92.0242) (end 346.1766 93.472) (width 0.2032) (layer Composant) (net 270) (status 800)) + (segment (start 346.71 95.631) (end 346.202 95.631) (width 0.2032) (layer Cuivre) (net 270) (status 400)) + (segment (start 346.1766 93.472) (end 346.4306 93.726) (width 0.2032) (layer Composant) (net 270)) + (segment (start 343.408 98.933) (end 346.202 98.933) (width 0.2032) (layer Cuivre) (net 271) (status C00)) + (segment (start 345.821 74.168) (end 345.567 74.422) (width 0.2032) (layer Cuivre) (net 272)) + (segment (start 349.123 78.613) (end 348.615 78.105) (width 0.2032) (layer Composant) (net 272)) + (segment (start 343.916 74.93) (end 345.567 74.93) (width 0.2032) (layer Cuivre) (net 272) (status 400)) + (segment (start 350.774 74.168) (end 351.028 74.1426) (width 0.2032) (layer Composant) (net 272) (status 400)) + (segment (start 348.615 74.168) (end 350.774 74.168) (width 0.2032) (layer Composant) (net 272)) + (via (at 353.187 74.1426) (size 0.889) (layers Composant Cuivre) (net 272)) + (segment (start 351.028 74.1426) (end 353.187 74.1426) (width 0.2032) (layer Composant) (net 272) (status 800)) + (via (at 343.916 74.93) (size 0.889) (layers Composant Cuivre) (net 272)) + (segment (start 353.187 74.1426) (end 355.6 74.1426) (width 0.2032) (layer Cuivre) (net 272)) + (segment (start 343.5604 92.0242) (end 343.5604 90.424) (width 0.2032) (layer Composant) (net 272) (status 800)) + (segment (start 355.6 74.1426) (end 355.727 73.914) (width 0.2032) (layer Cuivre) (net 272) (status 400)) + (segment (start 348.615 74.168) (end 345.821 74.168) (width 0.2032) (layer Cuivre) (net 272)) + (segment (start 349.123 78.6892) (end 349.123 78.613) (width 0.2032) (layer Composant) (net 272)) + (segment (start 345.567 74.422) (end 345.567 74.93) (width 0.2032) (layer Cuivre) (net 272) (status 400)) + (segment (start 351.028 78.6892) (end 349.123 78.6892) (width 0.2032) (layer Composant) (net 272) (status 800)) + (segment (start 348.615 78.105) (end 348.615 74.168) (width 0.2032) (layer Composant) (net 272)) + (via (at 348.615 74.168) (size 0.889) (layers Composant Cuivre) (net 272)) + (segment (start 343.5604 90.424) (end 343.916 90.0684) (width 0.2032) (layer Composant) (net 272)) + (segment (start 343.916 90.0684) (end 343.916 74.93) (width 0.2032) (layer Composant) (net 272)) + (segment (start 344.2208 90.551) (end 344.551 90.2208) (width 0.2032) (layer Composant) (net 273)) + (segment (start 344.2208 92.0242) (end 344.2208 90.551) (width 0.2032) (layer Composant) (net 273) (status 800)) + (segment (start 339.852 87.757) (end 339.852 86.487) (width 0.2032) (layer Cuivre) (net 273) (status 800)) + (segment (start 344.551 84.709) (end 344.678 84.709) (width 0.2032) (layer Composant) (net 273)) + (segment (start 344.678 84.709) (end 345.948 84.709) (width 0.2032) (layer Cuivre) (net 273) (status 400)) + (segment (start 343.789 86.233) (end 344.678 85.344) (width 0.2032) (layer Cuivre) (net 273)) + (segment (start 339.852 86.487) (end 340.106 86.233) (width 0.2032) (layer Cuivre) (net 273)) + (segment (start 340.106 86.233) (end 343.789 86.233) (width 0.2032) (layer Cuivre) (net 273)) + (segment (start 344.551 90.2208) (end 344.551 84.709) (width 0.2032) (layer Composant) (net 273)) + (via (at 344.678 84.709) (size 0.889) (layers Composant Cuivre) (net 273)) + (segment (start 344.678 85.344) (end 344.678 84.709) (width 0.2032) (layer Cuivre) (net 273)) + (segment (start 346.1766 60.833) (end 346.1766 59.309) (width 0.2032) (layer Composant) (net 274) (status 800)) + (via (at 349.25 58.0136) (size 0.889) (layers Composant Cuivre) (net 274)) + (segment (start 350.647 58.0136) (end 350.774 58.039) (width 0.2032) (layer Cuivre) (net 274) (status 400)) + (segment (start 347.472 58.0136) (end 349.25 58.0136) (width 0.2032) (layer Composant) (net 274)) + (segment (start 349.25 58.0136) (end 350.647 58.0136) (width 0.2032) (layer Cuivre) (net 274)) + (segment (start 346.1766 59.309) (end 347.472 58.0136) (width 0.2032) (layer Composant) (net 274)) + (segment (start 347.218 59.436) (end 347.472 59.182) (width 0.2032) (layer Cuivre) (net 275)) + (segment (start 341.63 59.436) (end 341.376 59.182) (width 0.2032) (layer Cuivre) (net 275)) + (segment (start 341.63 59.436) (end 347.218 59.436) (width 0.2032) (layer Cuivre) (net 275)) + (segment (start 347.472 59.182) (end 347.472 58.039) (width 0.2032) (layer Cuivre) (net 275) (status 400)) + (segment (start 341.376 59.182) (end 341.376 58.039) (width 0.2032) (layer Cuivre) (net 275) (status 400)) + (segment (start 340.995 84.709) (end 339.852 84.709) (width 0.2032) (layer Cuivre) (net 276) (status 400)) + (segment (start 341.757 90.297) (end 341.757 84.963) (width 0.2032) (layer Composant) (net 276)) + (segment (start 341.757 84.963) (end 341.503 84.709) (width 0.2032) (layer Composant) (net 276)) + (segment (start 340.995 84.709) (end 341.503 84.709) (width 0.2032) (layer Composant) (net 276)) + (segment (start 341.6046 90.297) (end 341.757 90.297) (width 0.2032) (layer Composant) (net 276)) + (segment (start 341.6046 92.0242) (end 341.6046 90.297) (width 0.2032) (layer Composant) (net 276) (status 800)) + (via (at 340.995 84.709) (size 0.889) (layers Composant Cuivre) (net 276)) + (segment (start 353.695 127.635) (end 356.235 125.095) (width 0.2032) (layer Cuivre) (net 277) (status C00)) + (segment (start 353.695 127.635) (end 356.108 127.635) (width 0.2032) (layer Cuivre) (net 277) (status C00)) + (segment (start 349.885 125.349) (end 349.631 125.095) (width 0.2032) (layer Composant) (net 278)) + (segment (start 349.885 131.699) (end 349.885 125.349) (width 0.2032) (layer Composant) (net 278) (status 800)) + (segment (start 349.631 125.095) (end 348.615 125.095) (width 0.2032) (layer Composant) (net 278) (status 400)) + (segment (start 345.44 120.396) (end 345.694 120.396) (width 0.2032) (layer Cuivre) (net 278) (status 400)) + (segment (start 348.615 125.095) (end 348.615 120.396) (width 0.2032) (layer Composant) (net 278) (status 800)) + (segment (start 345.44 117.602) (end 345.44 120.396) (width 0.2032) (layer Cuivre) (net 278) (status 800)) + (via (at 348.615 120.396) (size 0.889) (layers Composant Cuivre) (net 278)) + (segment (start 348.615 120.396) (end 345.694 120.396) (width 0.2032) (layer Cuivre) (net 278) (status 400)) + (segment (start 355.346 130.048) (end 353.568 130.048) (width 0.2032) (layer Cuivre) (net 279)) + (segment (start 351.155 127.635) (end 353.568 130.048) (width 0.2032) (layer Cuivre) (net 279) (status 800)) + (segment (start 355.6 131.699) (end 355.6 130.302) (width 0.2032) (layer Cuivre) (net 279) (status 800)) + (segment (start 351.155 127.635) (end 351.155 125.095) (width 0.2032) (layer Composant) (net 279) (status C00)) + (segment (start 355.6 130.302) (end 355.346 130.048) (width 0.2032) (layer Cuivre) (net 279)) + (via (at 321.437 122.047) (size 0.889) (layers Composant Cuivre) (net 280)) + (segment (start 313.944 118.364) (end 313.944 117.348) (width 0.2032) (layer Cuivre) (net 280) (status 800)) + (segment (start 318.008 116.459) (end 320.167 116.459) (width 0.2032) (layer Cuivre) (net 280)) + (segment (start 314.452 116.84) (end 317.627 116.84) (width 0.2032) (layer Cuivre) (net 280)) + (segment (start 320.167 116.459) (end 320.167 117.094) (width 0.2032) (layer Composant) (net 280)) + (segment (start 313.944 117.348) (end 314.452 116.84) (width 0.2032) (layer Cuivre) (net 280)) + (via (at 320.167 116.459) (size 0.889) (layers Composant Cuivre) (net 280)) + (segment (start 320.294 123.19) (end 321.437 122.047) (width 0.2032) (layer Composant) (net 280)) + (segment (start 320.167 117.094) (end 321.437 118.364) (width 0.2032) (layer Composant) (net 280)) + (segment (start 320.294 126.492) (end 320.294 123.19) (width 0.2032) (layer Composant) (net 280)) + (segment (start 321.437 118.364) (end 321.437 122.047) (width 0.2032) (layer Composant) (net 280)) + (segment (start 318.897 127.889) (end 320.294 126.492) (width 0.2032) (layer Composant) (net 280) (status 800)) + (segment (start 317.627 116.84) (end 318.008 116.459) (width 0.2032) (layer Cuivre) (net 280)) + (segment (start 321.437 122.047) (end 321.437 121.666) (width 0.2032) (layer Cuivre) (net 280) (status 400)) + (segment (start 316.357 121.666) (end 319.151 121.666) (width 0.2032) (layer Cuivre) (net 281) (status C00)) + (segment (start 313.944 121.666) (end 316.357 121.666) (width 0.2032) (layer Cuivre) (net 281) (status C00)) + (segment (start 324.739 130.429) (end 331.216 130.429) (width 0.2032) (layer Cuivre) (net 282)) + (segment (start 331.216 130.429) (end 331.47 130.683) (width 0.2032) (layer Cuivre) (net 282)) + (segment (start 316.992 129.413) (end 310.261 129.413) (width 0.2032) (layer Cuivre) (net 282)) + (via (at 331.47 131.064) (size 0.889) (layers Composant Cuivre) (net 282)) + (segment (start 331.47 131.064) (end 331.47 131.699) (width 0.2032) (layer Composant) (net 282) (status 400)) + (segment (start 324.104 131.064) (end 324.739 130.429) (width 0.2032) (layer Cuivre) (net 282)) + (segment (start 331.47 130.683) (end 331.47 131.064) (width 0.2032) (layer Cuivre) (net 282)) + (segment (start 318.643 131.064) (end 324.104 131.064) (width 0.2032) (layer Cuivre) (net 282)) + (segment (start 318.643 131.064) (end 316.992 129.413) (width 0.2032) (layer Cuivre) (net 282)) + (segment (start 308.737 127.889) (end 310.261 129.413) (width 0.2032) (layer Cuivre) (net 282) (status 800)) + (segment (start 335.026 131.318) (end 337.947 131.318) (width 0.2032) (layer Composant) (net 283) (status 400)) + (segment (start 335.026 131.699) (end 335.026 131.318) (width 0.2032) (layer Composant) (net 283) (status 800)) + (segment (start 303.657 131.445) (end 303.911 131.699) (width 0.2032) (layer Composant) (net 284)) + (segment (start 303.911 131.699) (end 305.308 131.699) (width 0.2032) (layer Composant) (net 284) (status 400)) + (segment (start 303.657 127.889) (end 303.657 131.445) (width 0.2032) (layer Composant) (net 284) (status 800)) + (segment (start 312.039 131.699) (end 312.039 132.08) (width 0.2032) (layer Composant) (net 285) (status 400)) + (segment (start 308.864 131.699) (end 312.039 131.699) (width 0.2032) (layer Composant) (net 285) (status 800)) + (segment (start 298.577 129.413) (end 298.831 129.667) (width 0.2032) (layer Composant) (net 286)) + (segment (start 298.831 129.667) (end 301.879 129.667) (width 0.2032) (layer Composant) (net 286)) + (segment (start 302.133 129.921) (end 302.133 131.572) (width 0.2032) (layer Composant) (net 286) (status 400)) + (segment (start 301.879 129.667) (end 302.133 129.921) (width 0.2032) (layer Composant) (net 286)) + (segment (start 298.577 127.889) (end 298.577 129.413) (width 0.2032) (layer Composant) (net 286) (status 800)) + (segment (start 296.418 131.572) (end 298.577 131.572) (width 0.2032) (layer Composant) (net 287) (status C00)) + (via (at 79.121 86.868) (size 0.889) (layers Composant Cuivre) (net 288)) + (segment (start 80.899 87.122) (end 80.645 86.868) (width 0.2032) (layer Composant) (net 288)) + (segment (start 79.121 86.868) (end 77.978 88.011) (width 0.2032) (layer Cuivre) (net 288)) + (segment (start 80.899 89.916) (end 80.899 87.122) (width 0.2032) (layer Composant) (net 288) (status 800)) + (segment (start 80.645 86.868) (end 79.121 86.868) (width 0.2032) (layer Composant) (net 288)) + (segment (start 77.978 88.011) (end 77.47 88.011) (width 0.2032) (layer Cuivre) (net 288) (status 400)) + (segment (start 73.279 88.392) (end 73.279 89.916) (width 0.2032) (layer Composant) (net 289) (status 400)) + (via (at 73.279 88.392) (size 0.889) (layers Composant Cuivre) (net 289)) + (segment (start 74.041 86.995) (end 73.279 87.757) (width 0.2032) (layer Cuivre) (net 289) (status 800)) + (segment (start 73.279 87.757) (end 73.279 88.392) (width 0.2032) (layer Cuivre) (net 289)) + (segment (start 78.74 85.09) (end 78.74 83.185) (width 0.2032) (layer Composant) (net 290)) + (segment (start 78.74 83.185) (end 78.359 82.804) (width 0.2032) (layer Composant) (net 290)) + (via (at 78.74 85.09) (size 0.889) (layers Composant Cuivre) (net 290)) + (segment (start 77.47 85.471) (end 77.851 85.09) (width 0.2032) (layer Cuivre) (net 290) (status 800)) + (segment (start 78.359 82.804) (end 78.359 80.264) (width 0.2032) (layer Composant) (net 290) (status 400)) + (segment (start 77.851 85.09) (end 78.74 85.09) (width 0.2032) (layer Cuivre) (net 290)) + (segment (start 78.74 111.887) (end 78.74 110.363) (width 0.2032) (layer Cuivre) (net 291) (status 800)) + (segment (start 82.169 110.109) (end 82.423 109.855) (width 0.2032) (layer Composant) (net 291)) + (via (at 78.74 110.363) (size 0.889) (layers Composant Cuivre) (net 291)) + (segment (start 78.74 110.363) (end 78.994 110.109) (width 0.2032) (layer Composant) (net 291)) + (segment (start 78.74 114.935) (end 78.74 111.887) (width 0.2032) (layer Cuivre) (net 291) (status C00)) + (segment (start 82.423 109.855) (end 82.423 107.061) (width 0.2032) (layer Composant) (net 291) (status 400)) + (segment (start 78.994 110.109) (end 82.169 110.109) (width 0.2032) (layer Composant) (net 291)) + (via (at 80.899 81.661) (size 0.889) (layers Composant Cuivre) (net 292)) + (segment (start 80.899 81.661) (end 80.899 82.931) (width 0.2032) (layer Cuivre) (net 292)) + (segment (start 84.201 83.185) (end 84.201 86.741) (width 0.2032) (layer Cuivre) (net 292) (status 400)) + (segment (start 80.899 80.264) (end 80.899 81.026) (width 0.2032) (layer Composant) (net 292) (status 800)) + (segment (start 80.899 77.089) (end 80.899 81.026) (width 0.2032) (layer Composant) (net 292)) + (segment (start 80.645 76.835) (end 78.994 76.835) (width 0.2032) (layer Composant) (net 292) (status 400)) + (segment (start 80.899 82.931) (end 80.772 82.931) (width 0.2032) (layer Cuivre) (net 292) (status 400)) + (segment (start 80.899 81.026) (end 80.899 81.661) (width 0.2032) (layer Composant) (net 292)) + (segment (start 83.947 82.931) (end 80.772 82.931) (width 0.2032) (layer Cuivre) (net 292) (status 400)) + (segment (start 80.899 77.089) (end 80.645 76.835) (width 0.2032) (layer Composant) (net 292)) + (segment (start 83.947 82.931) (end 84.201 83.185) (width 0.2032) (layer Cuivre) (net 292)) + (segment (start 114.554 60.198) (end 113.792 60.198) (width 0.2032) (layer Cuivre) (net 293) (status 800)) + (segment (start 114.554 60.198) (end 116.459 62.103) (width 0.2032) (layer Cuivre) (net 293) (status 800)) + (segment (start 116.459 64.643) (end 116.459 67.564) (width 0.2032) (layer Cuivre) (net 293) (status 800)) + (segment (start 116.459 67.564) (end 110.871 67.564) (width 0.2032) (layer Cuivre) (net 293) (status 400)) + (segment (start 116.459 62.103) (end 116.459 64.643) (width 0.2032) (layer Cuivre) (net 293) (status 400)) + (segment (start 113.792 60.198) (end 113.538 60.452) (width 0.2032) (layer Cuivre) (net 293)) + (segment (start 113.538 60.452) (end 113.538 62.103) (width 0.2032) (layer Cuivre) (net 293) (status 400)) + (segment (start 81.661 83.82) (end 81.661 72.39) (width 0.2032) (layer Composant) (net 294)) + (segment (start 78.613 64.389) (end 82.169 64.389) (width 0.2032) (layer Cuivre) (net 294) (status 800)) + (segment (start 82.169 64.389) (end 82.169 61.341) (width 0.2032) (layer Composant) (net 294) (status 400)) + (segment (start 80.264 68.326) (end 82.169 66.421) (width 0.2032) (layer Composant) (net 294)) + (segment (start 80.264 70.993) (end 80.264 68.326) (width 0.2032) (layer Composant) (net 294)) + (segment (start 81.661 83.82) (end 79.502 85.979) (width 0.2032) (layer Composant) (net 294)) + (segment (start 75.819 87.376) (end 77.216 85.979) (width 0.2032) (layer Composant) (net 294)) + (segment (start 79.502 85.979) (end 77.216 85.979) (width 0.2032) (layer Composant) (net 294)) + (segment (start 75.819 89.916) (end 75.819 87.376) (width 0.2032) (layer Composant) (net 294) (status 800)) + (segment (start 82.169 66.421) (end 82.169 64.389) (width 0.2032) (layer Composant) (net 294)) + (segment (start 81.661 72.39) (end 80.264 70.993) (width 0.2032) (layer Composant) (net 294)) + (via (at 82.169 64.389) (size 0.889) (layers Composant Cuivre) (net 294)) + (segment (start 80.518 92.71) (end 79.629 92.71) (width 0.2032) (layer Composant) (net 295) (status 800)) + (segment (start 79.629 89.916) (end 79.629 92.71) (width 0.2032) (layer Composant) (net 295) (status 800)) + (segment (start 77.089 90.932) (end 77.089 89.916) (width 0.2032) (layer Composant) (net 296) (status 400)) + (segment (start 80.518 96.647) (end 80.518 95.631) (width 0.2032) (layer Cuivre) (net 296) (status 800)) + (segment (start 77.978 91.821) (end 77.089 90.932) (width 0.2032) (layer Composant) (net 296)) + (segment (start 80.518 95.631) (end 77.978 93.091) (width 0.2032) (layer Cuivre) (net 296)) + (segment (start 77.978 93.091) (end 77.978 91.821) (width 0.2032) (layer Cuivre) (net 296)) + (via (at 77.978 91.821) (size 0.889) (layers Composant Cuivre) (net 296)) + (segment (start 80.772 100.965) (end 79.121 99.314) (width 0.2032) (layer Composant) (net 297) (status 800)) + (segment (start 74.549 92.202) (end 74.803 92.456) (width 0.2032) (layer Composant) (net 297)) + (segment (start 74.803 92.456) (end 76.2 92.456) (width 0.2032) (layer Composant) (net 297)) + (segment (start 79.121 95.377) (end 79.121 99.314) (width 0.2032) (layer Composant) (net 297)) + (segment (start 76.2 92.456) (end 79.121 95.377) (width 0.2032) (layer Composant) (net 297)) + (segment (start 74.549 89.916) (end 74.549 92.202) (width 0.2032) (layer Composant) (net 297) (status 800)) + (segment (start 70.358 102.235) (end 76.581 102.235) (width 0.2032) (layer Composant) (net 298) (status 800)) + (segment (start 79.756 102.743) (end 79.756 99.441) (width 0.2032) (layer Cuivre) (net 298) (status C00)) + (via (at 78.613 102.743) (size 0.889) (layers Composant Cuivre) (net 298)) + (segment (start 78.613 102.743) (end 79.756 102.743) (width 0.2032) (layer Cuivre) (net 298) (status 400)) + (segment (start 77.089 102.743) (end 78.613 102.743) (width 0.2032) (layer Composant) (net 298)) + (segment (start 76.581 102.235) (end 77.089 102.743) (width 0.2032) (layer Composant) (net 298)) + (segment (start 67.056 100.965) (end 67.056 102.235) (width 0.2032) (layer Composant) (net 299) (status 400)) + (segment (start 65.151 80.391) (end 66.929 80.391) (width 0.2032) (layer Composant) (net 299)) + (segment (start 64.897 80.645) (end 65.151 80.391) (width 0.2032) (layer Composant) (net 299)) + (segment (start 64.897 98.806) (end 67.056 100.965) (width 0.2032) (layer Composant) (net 299)) + (segment (start 66.929 80.264) (end 66.929 80.391) (width 0.2032) (layer Composant) (net 299) (status 800)) + (segment (start 64.897 98.806) (end 64.897 80.645) (width 0.2032) (layer Composant) (net 299)) + (segment (start 347.98 90.4494) (end 348.3864 90.043) (width 0.2032) (layer Cuivre) (net 300)) + (segment (start 340.9696 89.662) (end 342.265 90.9574) (width 0.2032) (layer Cuivre) (net 300)) + (segment (start 342.265 90.9574) (end 347.4974 90.9574) (width 0.2032) (layer Cuivre) (net 300)) + (segment (start 353.06 92.964) (end 353.06 93.091) (width 0.2032) (layer Cuivre) (net 300) (status 400)) + (segment (start 355.346 92.964) (end 357.378 92.964) (width 0.2032) (layer Cuivre) (net 300) (status 800)) + (segment (start 347.98 90.4494) (end 347.4974 90.9574) (width 0.2032) (layer Cuivre) (net 300)) + (segment (start 355.346 92.964) (end 353.06 92.964) (width 0.2032) (layer Cuivre) (net 300) (status 800)) + (segment (start 353.06 90.043) (end 353.06 92.964) (width 0.2032) (layer Cuivre) (net 300)) + (via (at 340.9696 89.662) (size 0.889) (layers Composant Cuivre) (net 300)) + (segment (start 357.378 92.964) (end 357.632 92.71) (width 0.2032) (layer Cuivre) (net 300)) + (segment (start 357.632 92.71) (end 357.632 91.948) (width 0.2032) (layer Cuivre) (net 300) (status 400)) + (segment (start 348.3864 90.043) (end 353.06 90.043) (width 0.2032) (layer Cuivre) (net 300)) + (segment (start 340.9696 92.0242) (end 340.9696 89.662) (width 0.2032) (layer Composant) (net 300) (status 800)) + (segment (start 340.233 90.424) (end 339.471 89.662) (width 0.2032) (layer Composant) (net 301)) + (via (at 339.471 89.662) (size 0.889) (layers Composant Cuivre) (net 301)) + (segment (start 348.234 91.694) (end 349.25 90.678) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 339.471 89.662) (end 341.503 91.694) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 340.3092 90.424) (end 340.233 90.424) (width 0.2032) (layer Composant) (net 301)) + (segment (start 349.25 90.678) (end 351.409 90.678) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 351.917 95.885) (end 351.663 95.631) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 353.06 95.885) (end 351.917 95.885) (width 0.2032) (layer Cuivre) (net 301) (status 800)) + (segment (start 357.505 97.028) (end 357.632 97.028) (width 0.2032) (layer Cuivre) (net 301) (status 400)) + (segment (start 357.251 96.266) (end 357.505 96.52) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 355.346 96.266) (end 353.06 96.266) (width 0.2032) (layer Cuivre) (net 301) (status 800)) + (segment (start 353.06 96.266) (end 353.06 95.885) (width 0.2032) (layer Cuivre) (net 301) (status 400)) + (segment (start 355.346 96.266) (end 357.251 96.266) (width 0.2032) (layer Cuivre) (net 301) (status 800)) + (segment (start 357.505 96.52) (end 357.505 97.028) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 340.3092 92.0242) (end 340.3092 90.424) (width 0.2032) (layer Composant) (net 301) (status 800)) + (segment (start 341.503 91.694) (end 348.234 91.694) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 351.409 90.678) (end 351.663 90.932) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 351.663 90.932) (end 351.663 95.631) (width 0.2032) (layer Cuivre) (net 301)) + (segment (start 81.915 69.215) (end 75.819 69.215) (width 0.2032) (layer Cuivre) (net 302) (status 800)) + (segment (start 75.565 69.469) (end 75.565 73.025) (width 0.2032) (layer Cuivre) (net 302) (status 400)) + (segment (start 75.819 69.215) (end 75.565 69.469) (width 0.2032) (layer Cuivre) (net 302)) + (segment (start 87.884 75.565) (end 90.17 75.565) (width 0.2032) (layer Cuivre) (net 303) (status C00)) + (segment (start 75.946 83.947) (end 75.946 83.312) (width 0.2032) (layer Composant) (net 304)) + (segment (start 78.613 99.568) (end 78.613 96.52) (width 0.2032) (layer Composant) (net 304)) + (segment (start 76.327 84.328) (end 75.946 83.947) (width 0.2032) (layer Cuivre) (net 304)) + (segment (start 78.994 107.061) (end 77.851 107.061) (width 0.2032) (layer Composant) (net 304) (status 400)) + (segment (start 78.613 96.52) (end 77.597 95.504) (width 0.2032) (layer Composant) (net 304)) + (via (at 77.597 95.504) (size 0.889) (layers Composant Cuivre) (net 304)) + (via (at 75.946 83.947) (size 0.889) (layers Composant Cuivre) (net 304)) + (segment (start 79.502 100.457) (end 79.502 104.013) (width 0.2032) (layer Composant) (net 304)) + (segment (start 74.549 81.915) (end 74.549 80.264) (width 0.2032) (layer Composant) (net 304) (status 400)) + (segment (start 76.327 92.329) (end 76.327 84.328) (width 0.2032) (layer Cuivre) (net 304)) + (segment (start 79.502 104.013) (end 79.248 104.267) (width 0.2032) (layer Composant) (net 304)) + (segment (start 79.502 100.457) (end 78.613 99.568) (width 0.2032) (layer Composant) (net 304)) + (segment (start 79.248 104.267) (end 79.248 106.807) (width 0.2032) (layer Composant) (net 304)) + (segment (start 76.327 92.329) (end 77.597 93.599) (width 0.2032) (layer Cuivre) (net 304)) + (segment (start 79.248 106.807) (end 78.994 107.061) (width 0.2032) (layer Composant) (net 304)) + (segment (start 75.946 83.312) (end 74.549 81.915) (width 0.2032) (layer Composant) (net 304)) + (segment (start 77.597 95.504) (end 77.597 93.599) (width 0.2032) (layer Cuivre) (net 304)) + (segment (start 72.136 77.343) (end 72.39 77.089) (width 0.2032) (layer Composant) (net 305)) + (segment (start 72.771 89.916) (end 71.247 88.392) (width 0.2032) (layer VCC_layer) (net 305)) + (via (at 72.771 92.202) (size 0.889) (layers Composant Cuivre) (net 305)) + (via (at 71.247 77.343) (size 0.889) (layers Composant Cuivre) (net 305)) + (segment (start 72.771 92.202) (end 72.771 89.916) (width 0.2032) (layer VCC_layer) (net 305)) + (segment (start 72.39 77.089) (end 72.39 76.835) (width 0.2032) (layer Composant) (net 305) (status 400)) + (segment (start 71.247 88.392) (end 71.247 77.343) (width 0.2032) (layer VCC_layer) (net 305)) + (segment (start 71.247 77.343) (end 72.136 77.343) (width 0.2032) (layer Composant) (net 305)) + (segment (start 72.771 97.917) (end 72.771 92.202) (width 0.2032) (layer Composant) (net 305) (status 800)) + (segment (start 72.009 79.248) (end 72.009 78.994) (width 0.2032) (layer Composant) (net 306)) + (segment (start 76.073 107.823) (end 76.073 105.664) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 77.851 103.886) (end 77.851 100.584) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 75.692 78.486) (end 75.692 76.835) (width 0.2032) (layer Composant) (net 306) (status 400)) + (segment (start 72.009 80.264) (end 72.009 81.28) (width 0.2032) (layer Composant) (net 306) (status 800)) + (segment (start 72.263 78.74) (end 75.438 78.74) (width 0.2032) (layer Composant) (net 306)) + (segment (start 72.009 78.994) (end 72.263 78.74) (width 0.2032) (layer Composant) (net 306)) + (segment (start 73.787 92.075) (end 73.787 93.218) (width 0.2032) (layer VCC_layer) (net 306)) + (via (at 73.787 93.218) (size 0.889) (layers Composant Cuivre) (net 306)) + (segment (start 72.771 123.317) (end 74.168 121.92) (width 0.2032) (layer Cuivre) (net 306) (status 800)) + (segment (start 72.009 81.28) (end 72.009 81.788) (width 0.2032) (layer Composant) (net 306)) + (via (at 72.009 81.788) (size 0.889) (layers Composant Cuivre) (net 306)) + (segment (start 72.009 81.28) (end 72.009 79.248) (width 0.2032) (layer Composant) (net 306)) + (segment (start 72.009 81.788) (end 72.009 82.55) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 72.009 85.471) (end 72.898 85.471) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 73.787 93.218) (end 76.835 96.266) (width 0.2032) (layer Composant) (net 306)) + (segment (start 76.835 96.266) (end 76.835 96.774) (width 0.2032) (layer Composant) (net 306)) + (segment (start 77.724 96.774) (end 77.978 97.028) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 72.009 80.264) (end 72.009 79.248) (width 0.2032) (layer Composant) (net 306) (status 800)) + (segment (start 72.009 82.55) (end 71.755 82.804) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 71.755 85.217) (end 72.009 85.471) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 74.168 121.92) (end 74.168 109.728) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 74.168 109.728) (end 76.073 107.823) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 77.978 100.457) (end 77.851 100.584) (width 0.2032) (layer Cuivre) (net 306)) + (via (at 76.073 105.664) (size 0.889) (layers Composant Cuivre) (net 306)) + (segment (start 76.835 96.774) (end 77.724 96.774) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 72.898 85.471) (end 73.152 85.725) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 77.978 97.028) (end 77.978 100.457) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 73.152 85.725) (end 73.152 86.868) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 73.152 86.868) (end 74.168 87.884) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 74.168 87.884) (end 74.168 91.694) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 74.168 91.694) (end 73.787 92.075) (width 0.2032) (layer VCC_layer) (net 306)) + (segment (start 71.755 82.804) (end 71.755 85.217) (width 0.2032) (layer VCC_layer) (net 306)) + (via (at 76.835 96.774) (size 0.889) (layers Composant Cuivre) (net 306)) + (segment (start 76.073 105.664) (end 77.851 103.886) (width 0.2032) (layer Cuivre) (net 306)) + (segment (start 75.438 78.74) (end 75.692 78.486) (width 0.2032) (layer Composant) (net 306)) + (segment (start 110.236 88.138) (end 110.236 86.995) (width 0.2032) (layer Cuivre) (net 307)) + (segment (start 109.9312 96.393) (end 110.9726 96.393) (width 0.2032) (layer Composant) (net 307)) + (segment (start 110.998 94.488) (end 110.9726 94.869) (width 0.2032) (layer Composant) (net 307) (status 400)) + (segment (start 109.347 70.612) (end 109.093 70.358) (width 0.2032) (layer VCC_layer) (net 307)) + (segment (start 110.236 86.995) (end 109.982 86.741) (width 0.2032) (layer Cuivre) (net 307) (status 400)) + (segment (start 110.236 92.837) (end 110.998 93.599) (width 0.2032) (layer Composant) (net 307)) + (segment (start 109.093 70.358) (end 105.283 70.358) (width 0.2032) (layer VCC_layer) (net 307) (status 400)) + (segment (start 112.014 96.393) (end 112.268 96.139) (width 0.2032) (layer Composant) (net 307)) + (segment (start 109.347 85.344) (end 109.347 70.612) (width 0.2032) (layer VCC_layer) (net 307)) + (segment (start 109.6772 94.869) (end 109.6772 96.139) (width 0.2032) (layer Composant) (net 307) (status 800)) + (segment (start 112.268 95.377) (end 112.2934 94.869) (width 0.2032) (layer Composant) (net 307) (status 400)) + (segment (start 109.982 86.741) (end 109.347 86.106) (width 0.2032) (layer Cuivre) (net 307) (status 800)) + (segment (start 109.6772 96.139) (end 109.9312 96.393) (width 0.2032) (layer Composant) (net 307)) + (segment (start 112.268 96.139) (end 112.268 95.377) (width 0.2032) (layer Composant) (net 307)) + (segment (start 109.347 86.106) (end 109.347 85.344) (width 0.2032) (layer Cuivre) (net 307)) + (segment (start 110.9726 94.869) (end 110.9726 96.393) (width 0.2032) (layer Composant) (net 307) (status 800)) + (segment (start 110.236 92.837) (end 110.236 88.138) (width 0.2032) (layer Composant) (net 307)) + (via (at 109.347 85.344) (size 0.889) (layers Composant Cuivre) (net 307)) + (segment (start 110.998 93.599) (end 110.998 94.488) (width 0.2032) (layer Composant) (net 307)) + (segment (start 110.9726 96.393) (end 112.014 96.393) (width 0.2032) (layer Composant) (net 307)) + (via (at 110.236 88.138) (size 0.889) (layers Composant Cuivre) (net 307)) + (segment (start 112.9284 78.867) (end 112.9284 75.184) (width 0.2032) (layer Composant) (net 308) (status 800)) + (segment (start 113.1824 74.93) (end 114.3 74.93) (width 0.2032) (layer Composant) (net 308) (status 400)) + (segment (start 112.9284 75.184) (end 113.1824 74.93) (width 0.2032) (layer Composant) (net 308)) + (segment (start 84.963 64.77) (end 84.963 58.801) (width 0.2032) (layer Composant) (net 309)) + (segment (start 89.408 77.216) (end 88.519 76.327) (width 0.2032) (layer Composant) (net 309)) + (segment (start 85.217 65.024) (end 84.963 64.77) (width 0.2032) (layer Composant) (net 309)) + (segment (start 89.535 58.547) (end 89.535 59.055) (width 0.2032) (layer Composant) (net 309) (status 400)) + (segment (start 89.535 65.024) (end 85.217 65.024) (width 0.2032) (layer Composant) (net 309)) + (segment (start 84.963 58.801) (end 85.217 58.547) (width 0.2032) (layer Composant) (net 309)) + (segment (start 85.217 58.547) (end 89.535 58.547) (width 0.2032) (layer Composant) (net 309)) + (segment (start 89.408 84.328) (end 89.408 77.216) (width 0.2032) (layer Composant) (net 309)) + (segment (start 88.519 70.612) (end 90.17 68.961) (width 0.2032) (layer Composant) (net 309)) + (segment (start 90.17 68.961) (end 90.17 65.659) (width 0.2032) (layer Composant) (net 309)) + (segment (start 88.519 76.327) (end 88.519 70.612) (width 0.2032) (layer Composant) (net 309)) + (segment (start 92.456 84.582) (end 89.662 84.582) (width 0.2032) (layer Composant) (net 309) (status 800)) + (segment (start 90.17 65.659) (end 89.535 65.024) (width 0.2032) (layer Composant) (net 309)) + (segment (start 89.662 84.582) (end 89.408 84.328) (width 0.2032) (layer Composant) (net 309)) + (segment (start 90.805 81.0768) (end 90.805 77.851) (width 0.2032) (layer Composant) (net 310)) + (segment (start 91.059 81.3308) (end 90.805 81.0768) (width 0.2032) (layer Composant) (net 310)) + (segment (start 89.535 63.5) (end 91.186 63.5) (width 0.2032) (layer Composant) (net 310) (status 800)) + (segment (start 92.456 81.3308) (end 91.059 81.3308) (width 0.2032) (layer Composant) (net 310) (status 800)) + (segment (start 90.805 77.851) (end 91.44 77.216) (width 0.2032) (layer Composant) (net 310)) + (segment (start 91.186 63.5) (end 91.44 63.754) (width 0.2032) (layer Composant) (net 310)) + (segment (start 91.44 63.754) (end 91.44 77.216) (width 0.2032) (layer Composant) (net 310)) + (segment (start 70.739 76.454) (end 82.931 76.454) (width 0.2032) (layer Cuivre) (net 311)) + (segment (start 83.185 84.455) (end 82.931 84.328) (width 0.2032) (layer Composant) (net 311) (status 800)) + (segment (start 82.931 76.454) (end 83.566 77.089) (width 0.2032) (layer Cuivre) (net 311)) + (segment (start 83.566 77.089) (end 83.566 78.74) (width 0.2032) (layer Cuivre) (net 311)) + (segment (start 67.945 79.248) (end 67.945 83.566) (width 0.2032) (layer Cuivre) (net 311) (status 400)) + (segment (start 67.945 79.248) (end 70.739 76.454) (width 0.2032) (layer Cuivre) (net 311)) + (segment (start 82.931 79.375) (end 82.931 84.328) (width 0.2032) (layer Composant) (net 311)) + (segment (start 82.931 79.375) (end 83.566 78.74) (width 0.2032) (layer Cuivre) (net 311)) + (via (at 82.931 79.375) (size 0.889) (layers Composant Cuivre) (net 311)) + (segment (start 78.74 136.779) (end 78.867 136.779) (width 0.2032) (layer Cuivre) (net 312) (status 800)) + (segment (start 79.883 135.001) (end 79.883 132.08) (width 0.2032) (layer Cuivre) (net 312)) + (segment (start 78.867 136.017) (end 79.883 135.001) (width 0.2032) (layer Cuivre) (net 312)) + (segment (start 78.74 136.779) (end 76.708 136.779) (width 0.2032) (layer Cuivre) (net 312) (status C00)) + (segment (start 79.883 132.08) (end 78.74 130.937) (width 0.2032) (layer Cuivre) (net 312)) + (segment (start 78.74 130.937) (end 78.74 129.413) (width 0.2032) (layer Cuivre) (net 312) (status 400)) + (segment (start 78.867 136.779) (end 78.867 136.017) (width 0.2032) (layer Cuivre) (net 312)) + (segment (start 80.518 129.413) (end 80.518 125.984) (width 0.2032) (layer Cuivre) (net 313) (status 800)) + (segment (start 79.883 125.349) (end 79.883 124.206) (width 0.2032) (layer Cuivre) (net 313) (status 400)) + (segment (start 80.518 125.984) (end 79.883 125.349) (width 0.2032) (layer Cuivre) (net 313)) + (segment (start 76.835 133.731) (end 74.168 131.064) (width 0.2032) (layer Cuivre) (net 314)) + (segment (start 76.708 133.731) (end 76.835 133.731) (width 0.2032) (layer Cuivre) (net 314) (status 800)) + (segment (start 74.168 129.413) (end 74.168 131.064) (width 0.2032) (layer Cuivre) (net 314) (status 800)) + (segment (start 78.74 133.731) (end 76.708 133.731) (width 0.2032) (layer Cuivre) (net 314) (status C00)) + (segment (start 75.565 124.206) (end 74.295 124.206) (width 0.2032) (layer Cuivre) (net 315) (status 800)) + (segment (start 73.406 128.143) (end 73.66 128.397) (width 0.2032) (layer Cuivre) (net 315)) + (segment (start 75.692 128.397) (end 75.946 128.651) (width 0.2032) (layer Cuivre) (net 315)) + (segment (start 74.295 124.206) (end 73.406 125.095) (width 0.2032) (layer Cuivre) (net 315)) + (segment (start 75.946 128.651) (end 75.946 129.413) (width 0.2032) (layer Cuivre) (net 315) (status 400)) + (segment (start 73.406 125.095) (end 73.406 128.143) (width 0.2032) (layer Cuivre) (net 315)) + (segment (start 73.66 128.397) (end 75.692 128.397) (width 0.2032) (layer Cuivre) (net 315)) + (segment (start 70.358 98.933) (end 70.358 95.631) (width 0.2032) (layer Cuivre) (net 316) (status C00)) + (segment (start 70.358 95.631) (end 74.168 95.631) (width 0.2032) (layer Cuivre) (net 316) (status C00)) + (segment (start 75.438 84.836) (end 75.692 85.09) (width 0.2032) (layer Cuivre) (net 317)) + (segment (start 75.692 85.09) (end 75.692 92.583) (width 0.2032) (layer Cuivre) (net 317)) + (segment (start 71.882 84.836) (end 75.438 84.836) (width 0.2032) (layer Cuivre) (net 317)) + (segment (start 75.946 95.631) (end 75.946 92.837) (width 0.2032) (layer Cuivre) (net 317) (status 800)) + (segment (start 70.739 83.693) (end 70.739 83.566) (width 0.2032) (layer Cuivre) (net 317) (status 400)) + (segment (start 71.882 84.836) (end 70.739 83.693) (width 0.2032) (layer Cuivre) (net 317)) + (segment (start 75.946 92.837) (end 75.692 92.583) (width 0.2032) (layer Cuivre) (net 317)) + (segment (start 68.961 93.726) (end 68.199 92.964) (width 0.2032) (layer Composant) (net 318)) + (segment (start 68.961 103.632) (end 68.961 93.726) (width 0.2032) (layer Composant) (net 318)) + (segment (start 67.945 104.648) (end 65.786 104.648) (width 0.2032) (layer Composant) (net 318)) + (segment (start 67.945 104.648) (end 68.961 103.632) (width 0.2032) (layer Composant) (net 318)) + (segment (start 65.786 104.648) (end 65.532 104.902) (width 0.2032) (layer Composant) (net 318)) + (segment (start 68.199 92.964) (end 68.199 89.916) (width 0.2032) (layer Composant) (net 318) (status 400)) + (segment (start 65.532 104.902) (end 65.532 109.601) (width 0.2032) (layer Composant) (net 318)) + (segment (start 65.532 109.601) (end 66.294 110.363) (width 0.2032) (layer Composant) (net 318)) + (segment (start 66.294 111.887) (end 66.294 110.363) (width 0.2032) (layer Composant) (net 318) (status 800)) + (segment (start 162.052 132.334) (end 162.052 132.08) (width 0.2032) (layer Cuivre) (net 319) (status 400)) + (segment (start 161.798 134.62) (end 161.798 132.588) (width 0.2032) (layer Cuivre) (net 319) (status 800)) + (segment (start 159.131 130.429) (end 159.131 131.572) (width 0.2032) (layer Cuivre) (net 319)) + (segment (start 157.1752 130.429) (end 159.131 130.429) (width 0.2032) (layer Composant) (net 319) (status 800)) + (segment (start 159.639 132.08) (end 159.131 131.572) (width 0.2032) (layer Cuivre) (net 319)) + (segment (start 161.798 132.588) (end 162.052 132.334) (width 0.2032) (layer Cuivre) (net 319)) + (segment (start 162.052 132.08) (end 159.639 132.08) (width 0.2032) (layer Cuivre) (net 319) (status 800)) + (via (at 159.131 130.429) (size 0.889) (layers Composant Cuivre) (net 319)) + (segment (start 116.586 123.19) (end 116.586 123.317) (width 0.2032) (layer Cuivre) (net 320) (status 800)) + (segment (start 118.11 122.936) (end 118.11 124.46) (width 0.2032) (layer Composant) (net 320) (tstamp 5402D944)) + (via (at 118.11 122.936) (size 0.889) (layers Composant Cuivre) (net 320)) + (segment (start 117.856 123.19) (end 118.11 122.936) (width 0.2032) (layer Cuivre) (net 320) (tstamp 5402D941)) + (segment (start 116.586 123.19) (end 117.856 123.19) (width 0.2032) (layer Cuivre) (net 320)) + (segment (start 119.0498 127.8128) (end 118.11 126.873) (width 0.2032) (layer Composant) (net 320) (tstamp 5402D951)) + (segment (start 118.11 126.873) (end 118.11 124.46) (width 0.2032) (layer Composant) (net 320) (tstamp 5402D953)) + (segment (start 125.984 127.8128) (end 119.0498 127.8128) (width 0.2032) (layer Composant) (net 320)) + (segment (start 120.65 123.19) (end 119.888 122.428) (width 0.2032) (layer Composant) (net 321) (tstamp 5402D963)) + (via (at 119.888 122.428) (size 0.889) (layers Composant Cuivre) (net 321)) + (segment (start 119.888 122.428) (end 120.396 121.92) (width 0.2032) (layer Cuivre) (net 321) (tstamp 5402D966)) + (segment (start 120.396 121.92) (end 120.396 120.65) (width 0.2032) (layer Cuivre) (net 321) (tstamp 5402D967)) + (segment (start 120.65 124.46) (end 120.65 123.19) (width 0.2032) (layer Composant) (net 321)) + (segment (start 121.285 125.857) (end 120.65 125.222) (width 0.2032) (layer Composant) (net 321) (tstamp 5402D96B)) + (segment (start 120.65 125.222) (end 120.65 124.46) (width 0.2032) (layer Composant) (net 321) (tstamp 5402D96C)) + (segment (start 125.984 125.857) (end 121.285 125.857) (width 0.2032) (layer Composant) (net 321)) + (segment (start 67.945 85.471) (end 70.739 82.677) (width 0.2032) (layer Composant) (net 322)) + (segment (start 70.739 80.264) (end 70.739 82.677) (width 0.2032) (layer Composant) (net 322) (status 800)) + (via (at 67.945 85.471) (size 0.889) (layers Composant Cuivre) (net 322)) + (segment (start 67.945 85.471) (end 67.945 86.868) (width 0.2032) (layer Cuivre) (net 322) (status 400)) + (segment (start 69.469 77.089) (end 69.469 80.264) (width 0.2032) (layer Composant) (net 323) (status 400)) + (segment (start 69.088 76.835) (end 69.215 76.835) (width 0.2032) (layer Composant) (net 323) (status 800)) + (segment (start 69.215 76.835) (end 69.469 77.089) (width 0.2032) (layer Composant) (net 323)) + (segment (start 344.805 92.075) (end 344.8558 92.0242) (width 0.2032) (layer Composant) (net 324) (status 400)) + (segment (start 344.805 93.853) (end 344.805 92.075) (width 0.2032) (layer Composant) (net 324)) + (segment (start 343.408 95.631) (end 343.408 94.488) (width 0.2032) (layer Cuivre) (net 324) (status 800)) + (segment (start 344.17 94.488) (end 344.805 93.853) (width 0.2032) (layer Cuivre) (net 324)) + (via (at 344.805 93.853) (size 0.889) (layers Composant Cuivre) (net 324)) + (segment (start 343.408 94.488) (end 344.17 94.488) (width 0.2032) (layer Cuivre) (net 324)) + (segment (start 342.646 84.709) (end 342.646 81.153) (width 0.2032) (layer Cuivre) (net 325) (status 800)) + (segment (start 343.408 80.391) (end 342.646 81.153) (width 0.2032) (layer Cuivre) (net 325)) + (via (at 348.615 80.137) (size 0.889) (layers Composant Cuivre) (net 325)) + (segment (start 349.377 80.01) (end 351.028 80.01) (width 0.2032) (layer Composant) (net 325) (status 400)) + (segment (start 343.408 80.391) (end 348.361 80.391) (width 0.2032) (layer Cuivre) (net 325)) + (segment (start 348.615 80.137) (end 349.25 80.137) (width 0.2032) (layer Composant) (net 325)) + (segment (start 349.25 80.137) (end 349.377 80.01) (width 0.2032) (layer Composant) (net 325)) + (segment (start 348.361 80.391) (end 348.615 80.137) (width 0.2032) (layer Cuivre) (net 325)) + (segment (start 123.698 121.539) (end 122.301 121.539) (width 0.2032) (layer Composant) (net 326)) + (segment (start 123.698 121.539) (end 123.698 121.3104) (width 0.2032) (layer Composant) (net 326)) + (segment (start 113.411 116.078) (end 113.665 116.332) (width 0.2032) (layer Composant) (net 326)) + (segment (start 121.92 119.126) (end 113.919 119.126) (width 0.2032) (layer Cuivre) (net 326)) + (segment (start 113.665 118.872) (end 113.665 118.11) (width 0.2032) (layer Cuivre) (net 326) (status 400)) + (segment (start 113.919 119.126) (end 113.665 118.872) (width 0.2032) (layer Cuivre) (net 326)) + (segment (start 113.411 114.935) (end 113.411 116.078) (width 0.2032) (layer Composant) (net 326) (status 800)) + (segment (start 125.984 121.3104) (end 123.698 121.3104) (width 0.2032) (layer Composant) (net 326) (status 800)) + (segment (start 121.92 119.126) (end 122.301 119.507) (width 0.2032) (layer Cuivre) (net 326)) + (segment (start 122.301 119.507) (end 122.301 121.539) (width 0.2032) (layer Cuivre) (net 326)) + (via (at 123.698 121.539) (size 0.889) (layers Composant Cuivre) (net 326)) + (segment (start 113.665 118.11) (end 113.665 116.332) (width 0.2032) (layer Composant) (net 326) (status 800)) + (via (at 122.301 121.539) (size 0.889) (layers Composant Cuivre) (net 326)) + (segment (start 115.951 111.76) (end 115.951 113.03) (width 0.2032) (layer Composant) (net 327) (status 800)) + (segment (start 125.984 120.6754) (end 118.7704 120.6754) (width 0.2032) (layer Composant) (net 327) (status 800)) + (segment (start 116.205 118.11) (end 118.7704 120.6754) (width 0.2032) (layer Composant) (net 327) (status 800)) + (segment (start 116.205 118.11) (end 116.205 113.284) (width 0.2032) (layer Composant) (net 327) (status 800)) + (segment (start 115.951 113.03) (end 116.205 113.284) (width 0.2032) (layer Composant) (net 327)) + (segment (start 102.997 99.06) (end 97.917 99.06) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 129.286 107.188) (end 128.778 106.68) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 135.001 107.188) (end 129.286 107.188) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 89.281 85.598) (end 87.503 85.598) (width 0.2032) (layer Composant) (net 328)) + (segment (start 116.332 106.68) (end 115.697 106.045) (width 0.2032) (layer Cuivre) (net 328)) + (via (at 104.648 106.045) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 136.7028 103.759) (end 136.7028 106.045) (width 0.2032) (layer Composant) (net 328) (status 800)) + (segment (start 306.959 59.055) (end 306.959 57.15) (width 0.2032) (layer Cuivre) (net 328)) + (via (at 342.392 63.246) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 102.997 101.727) (end 102.997 99.06) (width 0.2032) (layer Composant) (net 328)) + (segment (start 89.281 101.092) (end 95.885 101.092) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 87.249 71.12) (end 89.027 69.342) (width 0.2032) (layer Composant) (net 328)) + (via (at 89.281 101.092) (size 0.889) (layers Composant Cuivre) (net 328)) + (via (at 340.106 64.135) (size 0.889) (layers Composant Cuivre) (net 328)) + (via (at 306.959 59.055) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 306.9336 59.055) (end 306.959 59.055) (width 0.2032) (layer Composant) (net 328)) + (segment (start 128.778 106.68) (end 116.332 106.68) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 338.455 66.675) (end 340.106 65.024) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 136.144 106.045) (end 135.001 107.188) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 340.741 60.452) (end 337.439 57.15) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 340.106 64.135) (end 341.503 64.135) (width 0.2032) (layer Composant) (net 328)) + (via (at 89.027 66.802) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 91.694 64.135) (end 91.694 59.182) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 91.694 59.182) (end 93.726 57.15) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 306.959 57.15) (end 93.726 57.15) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 89.027 66.802) (end 91.694 64.135) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 115.697 106.045) (end 104.648 106.045) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 337.439 96.393) (end 338.455 95.377) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 87.249 85.344) (end 87.249 71.12) (width 0.2032) (layer Composant) (net 328)) + (segment (start 337.439 103.251) (end 337.439 96.393) (width 0.2032) (layer Composant) (net 328)) + (via (at 337.439 96.393) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 306.9336 66.675) (end 306.9336 59.055) (width 0.2032) (layer Composant) (net 328) (status 800)) + (segment (start 89.281 85.598) (end 89.281 101.092) (width 0.2032) (layer Composant) (net 328)) + (via (at 102.997 99.06) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 89.027 66.802) (end 89.027 69.342) (width 0.2032) (layer Composant) (net 328)) + (segment (start 338.455 95.377) (end 338.455 66.675) (width 0.2032) (layer Cuivre) (net 328)) + (via (at 136.7028 106.045) (size 0.889) (layers Composant Cuivre) (net 328)) + (segment (start 342.392 60.706) (end 342.138 60.452) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 104.648 103.378) (end 102.997 101.727) (width 0.2032) (layer Composant) (net 328)) + (segment (start 104.648 106.045) (end 104.648 103.378) (width 0.2032) (layer Composant) (net 328)) + (segment (start 89.281 101.092) (end 87.249 101.092) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 337.439 57.15) (end 306.959 57.15) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 95.885 101.092) (end 97.917 99.06) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 340.106 65.024) (end 340.106 64.135) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 83.058 99.441) (end 85.598 99.441) (width 0.2032) (layer Cuivre) (net 328) (status 800)) + (segment (start 341.503 64.135) (end 342.392 63.246) (width 0.2032) (layer Composant) (net 328)) + (segment (start 335.915 104.775) (end 337.439 103.251) (width 0.2032) (layer Composant) (net 328) (status 800)) + (segment (start 136.7028 106.045) (end 136.144 106.045) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 85.598 99.441) (end 87.249 101.092) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 342.392 63.246) (end 342.392 60.706) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 342.138 60.452) (end 340.741 60.452) (width 0.2032) (layer Cuivre) (net 328)) + (segment (start 87.503 85.598) (end 87.249 85.344) (width 0.2032) (layer Composant) (net 328)) + (segment (start 316.357 125.349) (end 316.357 118.745) (width 0.2032) (layer Composant) (net 329) (status 800)) + (via (at 316.357 118.745) (size 0.889) (layers Composant Cuivre) (net 329)) + (segment (start 316.357 118.364) (end 316.357 118.745) (width 0.2032) (layer Cuivre) (net 329) (status 800)) + (segment (start 298.577 117.729) (end 302.514 117.729) (width 0.2032) (layer Cuivre) (net 330) (status C00)) + (segment (start 161.417 120.015) (end 162.433 121.031) (width 0.2032) (layer Composant) (net 331)) + (segment (start 130.302 85.09) (end 130.556 85.344) (width 0.2032) (layer Composant) (net 331)) + (segment (start 130.302 84.582) (end 130.302 85.09) (width 0.2032) (layer Composant) (net 331)) + (segment (start 157.1752 120.015) (end 161.417 120.015) (width 0.2032) (layer Composant) (net 331) (status 800)) + (segment (start 162.433 126.873) (end 164.084 128.524) (width 0.2032) (layer Composant) (net 331)) + (segment (start 141.732 85.725) (end 142.113 86.106) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 164.084 129.667) (end 164.084 128.524) (width 0.2032) (layer Composant) (net 331)) + (segment (start 151.257 116.586) (end 151.257 113.157) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 154.305 120.015) (end 154.305 118.999) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 152.146 116.84) (end 151.511 116.84) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 151.257 113.157) (end 150.876 112.776) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 165.227 130.81) (end 164.084 129.667) (width 0.2032) (layer Composant) (net 331)) + (segment (start 162.433 121.031) (end 162.433 126.873) (width 0.2032) (layer Composant) (net 331)) + (segment (start 175.514 130.81) (end 165.227 130.81) (width 0.2032) (layer Composant) (net 331)) + (segment (start 180.975 134.747) (end 178.054 131.826) (width 0.2032) (layer Composant) (net 331) (status 800)) + (segment (start 145.288 84.836) (end 148.717 84.836) (width 0.2032) (layer Cuivre) (net 331)) + (via (at 154.305 120.015) (size 0.889) (layers Composant Cuivre) (net 331)) + (segment (start 119.888 83.947) (end 120.523 84.582) (width 0.2032) (layer Composant) (net 331)) + (segment (start 144.018 86.106) (end 145.288 84.836) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 142.113 86.106) (end 144.018 86.106) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 120.523 84.582) (end 125.984 84.582) (width 0.2032) (layer Composant) (net 331) (status 400)) + (segment (start 176.53 131.826) (end 178.054 131.826) (width 0.2032) (layer Composant) (net 331)) + (segment (start 125.984 84.582) (end 130.302 84.582) (width 0.2032) (layer Composant) (net 331) (status 800)) + (segment (start 148.717 84.836) (end 150.241 86.36) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 150.876 109.347) (end 150.241 108.712) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 175.514 130.81) (end 176.53 131.826) (width 0.2032) (layer Composant) (net 331)) + (segment (start 141.097 85.09) (end 141.732 85.725) (width 0.2032) (layer Composant) (net 331)) + (via (at 141.732 85.725) (size 0.889) (layers Composant Cuivre) (net 331)) + (segment (start 150.241 108.712) (end 150.241 86.36) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 152.146 116.84) (end 154.305 118.999) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 139.954 85.09) (end 141.097 85.09) (width 0.2032) (layer Composant) (net 331)) + (segment (start 157.1752 120.015) (end 154.305 120.015) (width 0.2032) (layer Composant) (net 331) (status 800)) + (segment (start 119.888 83.947) (end 114.554 83.947) (width 0.2032) (layer Composant) (net 331) (status 400)) + (segment (start 130.556 85.344) (end 139.7 85.344) (width 0.2032) (layer Composant) (net 331)) + (segment (start 139.7 85.344) (end 139.954 85.09) (width 0.2032) (layer Composant) (net 331)) + (segment (start 151.511 116.84) (end 151.257 116.586) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 150.876 112.776) (end 150.876 109.347) (width 0.2032) (layer Cuivre) (net 331)) + (segment (start 172.212 132.715) (end 176.403 132.715) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 154.813 114.427) (end 159.258 118.872) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 169.545 130.048) (end 172.212 132.715) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 136.017 81.28) (end 135.001 82.296) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 157.1752 120.6754) (end 160.274 120.6754) (width 0.2032) (layer Composant) (net 332) (status 800)) + (segment (start 154.813 114.427) (end 154.813 112.268) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 120.904 82.423) (end 120.904 82.6516) (width 0.2032) (layer Composant) (net 332)) + (segment (start 175.133 131.445) (end 164.973 131.445) (width 0.2032) (layer Composant) (net 332)) + (segment (start 150.241 81.28) (end 136.017 81.28) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 114.554 82.6516) (end 116.459 82.6516) (width 0.2032) (layer Composant) (net 332) (status 800)) + (segment (start 125.984 82.6516) (end 129.286 82.6516) (width 0.2032) (layer Composant) (net 332) (status 800)) + (segment (start 133.858 82.296) (end 135.001 82.296) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 133.858 82.296) (end 129.286 82.296) (width 0.2032) (layer Composant) (net 332)) + (via (at 133.858 82.296) (size 0.889) (layers Composant Cuivre) (net 332)) + (segment (start 153.797 84.836) (end 150.241 81.28) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 116.459 82.423) (end 120.904 82.423) (width 0.2032) (layer Composant) (net 332)) + (segment (start 163.449 129.921) (end 163.449 128.651) (width 0.2032) (layer Composant) (net 332)) + (segment (start 161.925 127.127) (end 163.449 128.651) (width 0.2032) (layer Composant) (net 332)) + (segment (start 159.258 119.761) (end 161.671 122.174) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 161.671 122.174) (end 161.671 128.524) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 154.432 111.887) (end 154.432 107.95) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 116.459 82.6516) (end 116.459 82.423) (width 0.2032) (layer Composant) (net 332)) + (segment (start 178.435 134.747) (end 176.403 132.715) (width 0.2032) (layer Cuivre) (net 332) (status 800)) + (segment (start 178.435 134.747) (end 175.133 131.445) (width 0.2032) (layer Composant) (net 332) (status 800)) + (segment (start 161.925 122.301) (end 160.274 120.6754) (width 0.2032) (layer Composant) (net 332)) + (segment (start 125.984 82.6516) (end 120.904 82.6516) (width 0.2032) (layer Composant) (net 332) (status 800)) + (segment (start 154.813 112.268) (end 154.432 111.887) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 129.286 82.296) (end 129.286 82.6516) (width 0.2032) (layer Composant) (net 332)) + (segment (start 163.195 130.048) (end 169.545 130.048) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 153.797 107.315) (end 153.797 84.836) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 161.671 128.524) (end 163.195 130.048) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 161.925 127.127) (end 161.925 122.301) (width 0.2032) (layer Composant) (net 332)) + (segment (start 159.258 118.872) (end 159.258 119.761) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 164.973 131.445) (end 163.449 129.921) (width 0.2032) (layer Composant) (net 332)) + (segment (start 154.432 107.95) (end 153.797 107.315) (width 0.2032) (layer Cuivre) (net 332)) + (segment (start 173.355 134.747) (end 169.291 130.683) (width 0.2032) (layer Cuivre) (net 333) (status 800)) + (segment (start 120.523 83.2866) (end 120.523 82.931) (width 0.2032) (layer Composant) (net 333)) + (segment (start 162.433 130.302) (end 162.433 129.032) (width 0.2032) (layer Composant) (net 333)) + (via (at 131.826 83.439) (size 0.889) (layers Composant Cuivre) (net 333)) + (segment (start 150.114 81.788) (end 153.289 84.963) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 160.782 123.698) (end 160.782 122.809) (width 0.2032) (layer Composant) (net 333)) + (segment (start 153.289 84.963) (end 153.289 107.442) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 158.75 120.015) (end 158.75 119.126) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 161.163 128.905) (end 162.941 130.683) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 153.924 112.014) (end 154.305 112.395) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 136.271 81.788) (end 150.114 81.788) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 161.163 122.428) (end 161.163 128.905) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 134.62 83.439) (end 136.271 81.788) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 153.924 108.077) (end 153.924 112.014) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 160.655 127.254) (end 160.655 123.825) (width 0.2032) (layer Composant) (net 333)) + (segment (start 158.75 120.015) (end 161.163 122.428) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 154.305 114.681) (end 158.75 119.126) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 116.84 83.2866) (end 116.84 82.931) (width 0.2032) (layer Composant) (net 333)) + (segment (start 153.289 107.442) (end 153.924 108.077) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 125.984 83.2866) (end 120.523 83.2866) (width 0.2032) (layer Composant) (net 333) (status 800)) + (segment (start 130.556 83.439) (end 131.826 83.439) (width 0.2032) (layer Composant) (net 333)) + (segment (start 130.556 83.2866) (end 130.556 83.439) (width 0.2032) (layer Composant) (net 333)) + (segment (start 162.433 129.032) (end 160.655 127.254) (width 0.2032) (layer Composant) (net 333)) + (segment (start 160.655 123.825) (end 160.782 123.698) (width 0.2032) (layer Composant) (net 333)) + (segment (start 131.826 83.439) (end 134.62 83.439) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 164.592 132.461) (end 162.433 130.302) (width 0.2032) (layer Composant) (net 333)) + (segment (start 114.554 83.2866) (end 116.84 83.2866) (width 0.2032) (layer Composant) (net 333) (status 800)) + (segment (start 171.069 132.461) (end 164.592 132.461) (width 0.2032) (layer Composant) (net 333)) + (segment (start 116.84 82.931) (end 120.523 82.931) (width 0.2032) (layer Composant) (net 333)) + (segment (start 125.984 83.2866) (end 130.556 83.2866) (width 0.2032) (layer Composant) (net 333) (status 800)) + (segment (start 173.355 134.747) (end 171.069 132.461) (width 0.2032) (layer Composant) (net 333) (status 800)) + (segment (start 157.1752 121.9708) (end 160.02 121.9708) (width 0.2032) (layer Composant) (net 333) (status 800)) + (segment (start 154.305 112.395) (end 154.305 114.681) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 162.941 130.683) (end 169.291 130.683) (width 0.2032) (layer Cuivre) (net 333)) + (segment (start 160.782 122.809) (end 160.02 121.9708) (width 0.2032) (layer Composant) (net 333)) + (segment (start 112.903 101.473) (end 113.919 101.473) (width 0.2032) (layer Composant) (net 334)) + (segment (start 135.89 107.315) (end 135.509 107.696) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 137.3378 113.8428) (end 137.3378 115.316) (width 0.2032) (layer Composant) (net 334) (status 800)) + (segment (start 114.554 102.108) (end 113.919 101.473) (width 0.2032) (layer Composant) (net 334)) + (segment (start 104.648 107.188) (end 103.505 107.188) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 136.525 126.365) (end 136.525 127.635) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 136.779 115.824) (end 137.3378 115.316) (width 0.2032) (layer Composant) (net 334)) + (segment (start 137.541 106.934) (end 137.3378 106.934) (width 0.2032) (layer Composant) (net 334)) + (via (at 103.505 107.188) (size 0.889) (layers Composant Cuivre) (net 334)) + (segment (start 137.3378 113.8428) (end 137.3378 107.315) (width 0.2032) (layer Composant) (net 334) (status 800)) + (segment (start 137.3378 107.315) (end 137.3378 106.934) (width 0.2032) (layer Composant) (net 334)) + (segment (start 136.525 127.635) (end 133.604 130.556) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 137.541 105.41) (end 137.541 106.934) (width 0.2032) (layer Composant) (net 334)) + (segment (start 137.541 105.41) (end 137.3378 105.41) (width 0.2032) (layer Composant) (net 334)) + (segment (start 136.525 119.888) (end 136.779 119.65178) (width 0.2032) (layer Composant) (net 334)) + (segment (start 123.952 132.969) (end 126.365 130.556) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 129.032 107.696) (end 128.524 107.188) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 133.604 130.556) (end 126.365 130.556) (width 0.2032) (layer Cuivre) (net 334)) + (via (at 114.554 106.807) (size 0.889) (layers Composant Cuivre) (net 334)) + (segment (start 114.554 106.807) (end 114.554 102.108) (width 0.2032) (layer Composant) (net 334)) + (segment (start 95.25 135.89) (end 98.171 132.969) (width 0.2032) (layer Cuivre) (net 334) (status 800)) + (segment (start 91.948 131.318) (end 95.123 131.318) (width 0.2032) (layer Composant) (net 334)) + (via (at 136.525 126.365) (size 0.889) (layers Composant Cuivre) (net 334)) + (segment (start 137.3378 107.315) (end 137.033 107.315) (width 0.2032) (layer Composant) (net 334)) + (segment (start 137.033 107.315) (end 135.89 107.315) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 91.948 124.079) (end 91.694 124.333) (width 0.2032) (layer Composant) (net 334)) + (via (at 137.033 107.315) (size 0.889) (layers Composant Cuivre) (net 334)) + (segment (start 136.779 119.65178) (end 136.779 115.824) (width 0.2032) (layer Composant) (net 334)) + (segment (start 91.694 124.333) (end 91.694 131.064) (width 0.2032) (layer Composant) (net 334)) + (segment (start 105.029 106.807) (end 104.648 107.188) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 137.3378 103.759) (end 137.3378 105.41) (width 0.2032) (layer Composant) (net 334) (status 800)) + (segment (start 98.171 132.969) (end 123.952 132.969) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 136.525 119.888) (end 136.525 126.365) (width 0.2032) (layer Composant) (net 334)) + (segment (start 103.251 124.079) (end 91.948 124.079) (width 0.2032) (layer Composant) (net 334)) + (segment (start 114.554 106.807) (end 105.029 106.807) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 103.505 123.825) (end 103.251 124.079) (width 0.2032) (layer Composant) (net 334)) + (segment (start 135.509 107.696) (end 129.032 107.696) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 128.524 107.188) (end 114.935 107.188) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 114.554 106.807) (end 114.935 107.188) (width 0.2032) (layer Cuivre) (net 334)) + (segment (start 91.694 131.064) (end 91.948 131.318) (width 0.2032) (layer Composant) (net 334)) + (segment (start 109.0422 94.869) (end 109.0422 97.79) (width 0.2032) (layer Composant) (net 334) (status 800)) + (segment (start 109.0422 97.79) (end 109.22 97.79) (width 0.2032) (layer Composant) (net 334)) + (segment (start 103.505 107.188) (end 103.505 123.825) (width 0.2032) (layer Composant) (net 334)) + (segment (start 95.377 135.763) (end 95.25 135.89) (width 0.2032) (layer Composant) (net 334) (status 400)) + (segment (start 95.123 131.318) (end 95.377 131.572) (width 0.2032) (layer Composant) (net 334)) + (segment (start 109.22 97.79) (end 112.903 101.473) (width 0.2032) (layer Composant) (net 334)) + (segment (start 95.377 131.572) (end 95.377 135.763) (width 0.2032) (layer Composant) (net 334)) + (segment (start 332.867 118.491) (end 332.359 117.983) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 168.783 110.109) (end 170.561 110.109) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 323.088 109.093) (end 322.072 110.109) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 322.072 110.109) (end 310.769 110.109) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 143.8402 105.537) (end 143.8402 103.759) (width 0.2032) (layer Composant) (net 335) (status 400)) + (segment (start 175.387 110.998) (end 176.784 112.395) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 331.343 94.107) (end 331.851 93.599) (width 0.2032) (layer Composant) (net 335)) + (segment (start 334.391 126.111) (end 334.391 118.745) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 279.654 112.649) (end 281.432 112.649) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 135.763 100.076) (end 139.319 96.52) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 96.393 108.077) (end 95.25 108.077) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 107.188 101.346) (end 108.458 100.076) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 143.637 108.839) (end 143.891 109.093) (width 0.2032) (layer VCC_layer) (net 335)) + (via (at 175.387 110.998) (size 0.889) (layers Composant Cuivre) (net 335)) + (segment (start 103.124 101.346) (end 107.188 101.346) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 334.518 112.141) (end 334.264 112.395) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 331.343 102.362) (end 331.343 94.107) (width 0.2032) (layer Composant) (net 335)) + (segment (start 163.957 107.188) (end 165.862 107.188) (width 0.2032) (layer Cuivre) (net 335) (status 800)) + (segment (start 92.075 109.855) (end 93.599 109.855) (width 0.2032) (layer Cuivre) (net 335) (status 800)) + (segment (start 144.5006 111.125) (end 143.891 110.5154) (width 0.2032) (layer Composant) (net 335)) + (segment (start 154.686 107.188) (end 152.781 109.093) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 162.179 107.823) (end 162.814 107.188) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 142.24 97.79) (end 143.8402 99.3902) (width 0.2032) (layer Composant) (net 335)) + (via (at 143.637 108.839) (size 0.889) (layers Composant Cuivre) (net 335)) + (segment (start 279.4 112.395) (end 279.654 112.649) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 93.599 109.855) (end 95.25 108.077) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 323.977 125.349) (end 324.993 126.365) (width 0.2032) (layer VCC_layer) (net 335) (status 800)) + (segment (start 324.993 126.365) (end 334.137 126.365) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 334.137 126.365) (end 334.391 126.111) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 334.391 118.745) (end 334.137 118.491) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 332.359 117.983) (end 332.359 113.411) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 152.781 109.093) (end 143.891 109.093) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 334.137 118.491) (end 332.867 118.491) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 329.565 109.093) (end 329.565 104.648) (width 0.2032) (layer Composant) (net 335)) + (segment (start 143.891 109.3978) (end 143.891 110.5154) (width 0.2032) (layer Composant) (net 335)) + (segment (start 143.637 105.537) (end 143.8402 105.537) (width 0.2032) (layer Composant) (net 335)) + (segment (start 323.088 109.093) (end 329.565 109.093) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 103.124 101.346) (end 97.663 106.807) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 331.851 93.599) (end 331.851 92.0242) (width 0.2032) (layer Composant) (net 335) (status 400)) + (via (at 329.565 109.093) (size 0.889) (layers Composant Cuivre) (net 335)) + (segment (start 329.565 109.093) (end 330.073 109.093) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 330.073 109.093) (end 330.327 108.839) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 330.327 108.839) (end 334.264 108.839) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 157.607 107.823) (end 162.179 107.823) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 334.518 109.093) (end 334.518 112.141) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 163.957 107.188) (end 162.814 107.188) (width 0.2032) (layer Cuivre) (net 335) (status 800)) + (segment (start 334.264 112.395) (end 333.375 112.395) (width 0.2032) (layer VCC_layer) (net 335) (status 400)) + (segment (start 333.375 112.395) (end 332.359 113.411) (width 0.2032) (layer VCC_layer) (net 335) (status 800)) + (segment (start 294.005 111.125) (end 300.482 111.125) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 170.561 110.109) (end 174.498 110.109) (width 0.2032) (layer Composant) (net 335)) + (segment (start 310.769 110.109) (end 310.261 109.601) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 97.917 94.869) (end 97.9932 94.869) (width 0.2032) (layer Composant) (net 335) (status 400)) + (segment (start 144.5006 113.8428) (end 144.5006 111.125) (width 0.2032) (layer Composant) (net 335) (status 800)) + (via (at 170.561 110.109) (size 0.889) (layers Composant Cuivre) (net 335)) + (segment (start 142.24 97.79) (end 140.97 96.52) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 139.319 96.52) (end 140.97 96.52) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 301.498 109.982) (end 300.482 111.125) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 143.637 109.1438) (end 143.637 108.839) (width 0.2032) (layer Composant) (net 335)) + (via (at 142.24 97.79) (size 0.889) (layers Composant Cuivre) (net 335)) + (via (at 156.083 107.188) (size 0.889) (layers Composant Cuivre) (net 335)) + (segment (start 143.891 109.3978) (end 143.637 109.1438) (width 0.2032) (layer Composant) (net 335)) + (segment (start 281.432 112.649) (end 281.686 112.395) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 292.735 112.395) (end 294.005 111.125) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 165.862 107.188) (end 168.783 110.109) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 176.784 112.395) (end 279.4 112.395) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 174.498 110.109) (end 175.387 110.998) (width 0.2032) (layer Composant) (net 335)) + (segment (start 329.946 104.267) (end 329.565 104.648) (width 0.2032) (layer Composant) (net 335)) + (segment (start 329.946 103.759) (end 329.946 104.267) (width 0.2032) (layer Composant) (net 335)) + (segment (start 329.946 103.759) (end 331.343 102.362) (width 0.2032) (layer Composant) (net 335)) + (segment (start 156.972 107.188) (end 157.607 107.823) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 108.458 100.076) (end 135.763 100.076) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 143.8402 103.759) (end 143.8402 99.3902) (width 0.2032) (layer Composant) (net 335) (status 800)) + (segment (start 301.498 109.982) (end 301.879 109.601) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 156.083 107.188) (end 154.686 107.188) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 156.972 107.188) (end 156.083 107.188) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 143.637 108.839) (end 143.637 105.537) (width 0.2032) (layer Composant) (net 335)) + (segment (start 281.686 112.395) (end 292.735 112.395) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 97.663 106.807) (end 96.393 108.077) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 334.264 108.839) (end 334.518 109.093) (width 0.2032) (layer VCC_layer) (net 335)) + (segment (start 301.879 109.601) (end 310.261 109.601) (width 0.2032) (layer Cuivre) (net 335)) + (segment (start 97.663 106.807) (end 97.663 102.235) (width 0.2032) (layer Composant) (net 335)) + (segment (start 97.917 101.981) (end 97.917 94.869) (width 0.2032) (layer Composant) (net 335)) + (segment (start 97.663 102.235) (end 97.917 101.981) (width 0.2032) (layer Composant) (net 335)) + (via (at 97.663 106.807) (size 0.889) (layers Composant Cuivre) (net 335)) + (via (at 159.004 103.378) (size 0.889) (layers Composant Cuivre) (net 336)) + (segment (start 321.437 125.349) (end 321.437 123.317) (width 0.2032) (layer Composant) (net 336) (status 800)) + (segment (start 97.3328 94.869) (end 97.3328 98.171) (width 0.2032) (layer Composant) (net 336) (status 800)) + (segment (start 328.295 117.475) (end 330.835 117.475) (width 0.2032) (layer Cuivre) (net 336) (status 400)) + (segment (start 319.913 100.076) (end 319.913 96.774) (width 0.2032) (layer Composant) (net 336)) + (segment (start 168.148 103.378) (end 168.148 99.187) (width 0.2032) (layer Composant) (net 336)) + (segment (start 319.405 96.266) (end 319.913 96.774) (width 0.2032) (layer Composant) (net 336)) + (segment (start 135.001 98.552) (end 107.95 98.552) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 334.4672 93.98) (end 334.137 94.3102) (width 0.2032) (layer Composant) (net 336)) + (via (at 168.148 99.187) (size 0.889) (layers Composant Cuivre) (net 336)) + (segment (start 319.913 95.885) (end 319.405 95.377) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 332.74 94.996) (end 334.01 94.996) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 146.05 97.79) (end 142.875 94.615) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 174.879 98.806) (end 178.689 94.996) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 319.405 96.266) (end 319.405 95.377) (width 0.2032) (layer Composant) (net 336)) + (segment (start 334.4672 92.0242) (end 334.4672 93.98) (width 0.2032) (layer Composant) (net 336) (status 800)) + (segment (start 322.199 122.555) (end 322.199 117.475) (width 0.2032) (layer Composant) (net 336)) + (segment (start 97.3328 98.171) (end 96.647 98.8568) (width 0.2032) (layer Composant) (net 336)) + (segment (start 142.875 94.615) (end 138.938 94.615) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 322.961 117.221) (end 322.453 116.713) (width 0.2032) (layer Cuivre) (net 336)) + (via (at 334.01 94.996) (size 0.889) (layers Composant Cuivre) (net 336)) + (segment (start 240.792 95.377) (end 319.405 95.377) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 145.796 97.79) (end 146.05 97.79) (width 0.2032) (layer Composant) (net 336)) + (segment (start 145.796 103.759) (end 145.796 97.79) (width 0.2032) (layer Composant) (net 336) (status 800)) + (segment (start 135.001 98.552) (end 138.938 94.615) (width 0.2032) (layer Cuivre) (net 336)) + (via (at 319.405 95.377) (size 0.889) (layers Composant Cuivre) (net 336)) + (via (at 168.148 103.378) (size 0.889) (layers Composant Cuivre) (net 336)) + (segment (start 321.437 101.6) (end 319.913 100.076) (width 0.2032) (layer Composant) (net 336)) + (segment (start 323.469 118.745) (end 322.961 118.237) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 146.431 100.965) (end 146.05 100.584) (width 0.2032) (layer VCC_layer) (net 336)) + (segment (start 321.437 123.317) (end 322.199 122.555) (width 0.2032) (layer Composant) (net 336)) + (segment (start 146.05 100.584) (end 146.05 97.79) (width 0.2032) (layer VCC_layer) (net 336)) + (segment (start 322.199 117.475) (end 321.437 116.713) (width 0.2032) (layer Composant) (net 336)) + (segment (start 327.025 118.745) (end 328.295 117.475) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 217.424 94.996) (end 218.059 94.361) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 218.059 94.361) (end 239.776 94.361) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 159.004 103.378) (end 156.591 100.965) (width 0.2032) (layer VCC_layer) (net 336)) + (segment (start 147.0914 113.8428) (end 147.0914 110.998) (width 0.2032) (layer Composant) (net 336) (status 800)) + (segment (start 168.529 98.806) (end 174.879 98.806) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 331.851 95.885) (end 319.913 95.885) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 239.776 94.361) (end 240.792 95.377) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 163.957 103.378) (end 168.148 103.378) (width 0.2032) (layer Cuivre) (net 336) (status 800)) + (segment (start 332.74 94.996) (end 331.851 95.885) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 147.0914 110.998) (end 145.796 109.7026) (width 0.2032) (layer Composant) (net 336)) + (segment (start 321.437 116.713) (end 321.437 101.6) (width 0.2032) (layer Composant) (net 336)) + (segment (start 168.148 99.187) (end 168.529 98.806) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 322.961 117.221) (end 322.961 118.237) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 334.137 94.3102) (end 334.137 94.869) (width 0.2032) (layer Composant) (net 336)) + (segment (start 98.425 102.235) (end 100.838 99.822) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 156.591 100.965) (end 146.431 100.965) (width 0.2032) (layer VCC_layer) (net 336)) + (segment (start 96.52 102.235) (end 98.425 102.235) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 145.796 109.7026) (end 145.796 103.759) (width 0.2032) (layer Composant) (net 336) (status 400)) + (segment (start 96.647 98.8568) (end 96.647 102.235) (width 0.2032) (layer Composant) (net 336)) + (segment (start 163.957 103.378) (end 159.004 103.378) (width 0.2032) (layer Cuivre) (net 336) (status 800)) + (segment (start 100.838 99.822) (end 106.68 99.822) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 322.453 116.713) (end 321.437 116.713) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 92.075 102.235) (end 96.52 102.235) (width 0.2032) (layer Cuivre) (net 336) (status 800)) + (via (at 146.05 97.79) (size 0.889) (layers Composant Cuivre) (net 336)) + (via (at 96.647 102.235) (size 0.889) (layers Composant Cuivre) (net 336)) + (segment (start 217.424 94.996) (end 178.689 94.996) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 323.469 118.745) (end 327.025 118.745) (width 0.2032) (layer Cuivre) (net 336)) + (via (at 321.437 116.713) (size 0.889) (layers Composant Cuivre) (net 336)) + (segment (start 106.68 99.822) (end 107.95 98.552) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 334.01 94.996) (end 334.137 94.869) (width 0.2032) (layer Composant) (net 336)) + (segment (start 96.647 102.235) (end 96.52 102.235) (width 0.2032) (layer Cuivre) (net 336)) + (segment (start 172.339 90.678) (end 172.212 90.551) (width 0.2032) (layer VCC_layer) (net 337)) + (segment (start 172.339 125.476) (end 172.339 110.998) (width 0.2032) (layer Composant) (net 337)) + (segment (start 174.879 128.905) (end 176.149 130.175) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 189.992 133.35) (end 187.833 133.35) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 184.658 130.175) (end 176.149 130.175) (width 0.2032) (layer Cuivre) (net 337)) + (via (at 172.339 110.998) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 172.466 58.039) (end 299.847 58.039) (width 0.2032) (layer Composant) (net 337)) + (via (at 200.279 134.366) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 200.279 134.366) (end 191.008 134.366) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 172.339 96.012) (end 173.609 96.012) (width 0.2032) (layer Cuivre) (net 337) (status 400)) + (via (at 172.339 96.012) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 172.847 108.839) (end 172.593 109.093) (width 0.2032) (layer Composant) (net 337)) + (segment (start 172.847 96.52) (end 172.847 108.839) (width 0.2032) (layer Composant) (net 337)) + (segment (start 174.879 125.73) (end 174.879 128.905) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 172.339 96.012) (end 172.847 96.52) (width 0.2032) (layer Composant) (net 337)) + (segment (start 163.703 92.075) (end 166.116 92.075) (width 0.2032) (layer Composant) (net 337)) + (segment (start 159.766 91.0844) (end 160.0454 90.805) (width 0.2032) (layer Composant) (net 337)) + (segment (start 167.259 93.218) (end 167.259 96.012) (width 0.2032) (layer Composant) (net 337)) + (via (at 172.339 109.093) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 172.593 109.093) (end 172.339 109.093) (width 0.2032) (layer Composant) (net 337)) + (segment (start 174.625 125.476) (end 174.879 125.73) (width 0.2032) (layer Cuivre) (net 337)) + (via (at 167.259 96.012) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 167.259 96.012) (end 172.339 96.012) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 300.736 64.9732) (end 300.736 64.897) (width 0.2032) (layer Composant) (net 337)) + (segment (start 166.116 92.075) (end 167.259 93.218) (width 0.2032) (layer Composant) (net 337)) + (via (at 172.339 125.476) (size 0.889) (layers Composant Cuivre) (net 337)) + (via (at 172.212 84.709) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 157.1752 91.0844) (end 159.766 91.0844) (width 0.2032) (layer Composant) (net 337) (status 800)) + (segment (start 172.212 58.293) (end 172.466 58.039) (width 0.2032) (layer Composant) (net 337)) + (segment (start 172.339 110.998) (end 172.339 109.093) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 162.433 90.805) (end 163.703 92.075) (width 0.2032) (layer Composant) (net 337)) + (segment (start 160.0454 90.805) (end 162.433 90.805) (width 0.2032) (layer Composant) (net 337)) + (segment (start 173.609 125.476) (end 174.625 125.476) (width 0.2032) (layer Cuivre) (net 337) (status 800)) + (segment (start 172.339 110.998) (end 173.609 110.998) (width 0.2032) (layer Cuivre) (net 337) (status 400)) + (segment (start 191.008 134.366) (end 189.992 133.35) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 300.9138 66.675) (end 300.9138 65.151) (width 0.2032) (layer Composant) (net 337) (status 800)) + (segment (start 300.9138 65.151) (end 300.736 64.9732) (width 0.2032) (layer Composant) (net 337)) + (segment (start 300.736 64.897) (end 300.355 64.516) (width 0.2032) (layer Composant) (net 337)) + (segment (start 300.355 58.547) (end 299.847 58.039) (width 0.2032) (layer Composant) (net 337)) + (segment (start 172.212 89.789) (end 172.212 84.709) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 300.355 64.516) (end 300.355 58.547) (width 0.2032) (layer Composant) (net 337)) + (segment (start 202.565 134.366) (end 200.279 134.366) (width 0.2032) (layer Composant) (net 337) (status 800)) + (segment (start 172.212 84.709) (end 172.212 58.293) (width 0.2032) (layer Composant) (net 337)) + (segment (start 172.339 125.476) (end 173.609 125.476) (width 0.2032) (layer Cuivre) (net 337) (status 400)) + (segment (start 172.339 96.012) (end 172.339 90.678) (width 0.2032) (layer VCC_layer) (net 337)) + (segment (start 187.833 133.35) (end 184.658 130.175) (width 0.2032) (layer Cuivre) (net 337)) + (segment (start 172.212 90.551) (end 172.212 89.789) (width 0.2032) (layer VCC_layer) (net 337)) + (via (at 172.212 89.789) (size 0.889) (layers Composant Cuivre) (net 337)) + (segment (start 236.728 125.984) (end 235.077 124.333) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 169.164 93.091) (end 165.862 93.091) (width 0.2032) (layer VCC_layer) (net 338)) + (segment (start 232.41 124.333) (end 230.632 126.111) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 157.1752 92.4052) (end 159.004 92.4052) (width 0.2032) (layer Composant) (net 338) (status 800)) + (segment (start 293.497 126.619) (end 291.719 128.397) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 177.165 105.029) (end 177.165 106.807) (width 0.2032) (layer Composant) (net 338)) + (via (at 169.164 93.091) (size 0.889) (layers Composant Cuivre) (net 338)) + (segment (start 174.117 93.091) (end 169.164 93.091) (width 0.2032) (layer Composant) (net 338)) + (segment (start 174.117 93.091) (end 175.387 94.361) (width 0.2032) (layer Composant) (net 338)) + (segment (start 175.387 94.361) (end 175.387 104.013) (width 0.2032) (layer Composant) (net 338)) + (segment (start 176.784 123.317) (end 183.007 123.317) (width 0.2032) (layer Composant) (net 338)) + (segment (start 235.077 124.333) (end 232.41 124.333) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 176.911 104.775) (end 177.165 105.029) (width 0.2032) (layer Composant) (net 338)) + (segment (start 176.149 104.775) (end 176.911 104.775) (width 0.2032) (layer Composant) (net 338)) + (segment (start 291.719 128.397) (end 289.179 128.397) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 177.165 106.807) (end 176.53 107.442) (width 0.2032) (layer Composant) (net 338)) + (segment (start 176.53 107.442) (end 176.53 123.063) (width 0.2032) (layer Composant) (net 338)) + (segment (start 317.881 124.333) (end 294.894 124.333) (width 0.2032) (layer VCC_layer) (net 338)) + (segment (start 286.766 125.984) (end 236.728 125.984) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 230.632 126.111) (end 183.896 126.111) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 183.896 126.111) (end 183.896 124.206) (width 0.2032) (layer Composant) (net 338)) + (via (at 183.896 126.111) (size 0.889) (layers Composant Cuivre) (net 338)) + (segment (start 318.897 125.349) (end 317.881 124.333) (width 0.2032) (layer VCC_layer) (net 338) (status 800)) + (segment (start 175.387 104.013) (end 176.149 104.775) (width 0.2032) (layer Composant) (net 338)) + (segment (start 162.433 94.361) (end 161.544 94.361) (width 0.2032) (layer Composant) (net 338)) + (segment (start 163.322 93.472) (end 162.433 94.361) (width 0.2032) (layer Composant) (net 338)) + (segment (start 161.036 93.853) (end 161.036 92.583) (width 0.2032) (layer Composant) (net 338)) + (segment (start 160.655 92.202) (end 161.036 92.583) (width 0.2032) (layer Composant) (net 338)) + (via (at 293.497 125.222) (size 0.889) (layers Composant Cuivre) (net 338)) + (segment (start 293.497 125.222) (end 293.497 126.619) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 289.179 128.397) (end 286.766 125.984) (width 0.2032) (layer Cuivre) (net 338)) + (segment (start 294.005 125.222) (end 293.497 125.222) (width 0.2032) (layer VCC_layer) (net 338)) + (segment (start 176.53 123.063) (end 176.784 123.317) (width 0.2032) (layer Composant) (net 338)) + (segment (start 159.004 92.4052) (end 159.004 92.202) (width 0.2032) (layer Composant) (net 338)) + (segment (start 161.544 94.361) (end 161.036 93.853) (width 0.2032) (layer Composant) (net 338)) + (segment (start 160.655 92.202) (end 159.004 92.202) (width 0.2032) (layer Composant) (net 338)) + (segment (start 165.481 93.472) (end 163.322 93.472) (width 0.2032) (layer Composant) (net 338)) + (segment (start 165.481 93.472) (end 165.862 93.091) (width 0.2032) (layer VCC_layer) (net 338)) + (via (at 165.481 93.472) (size 0.889) (layers Composant Cuivre) (net 338)) + (segment (start 294.894 124.333) (end 294.005 125.222) (width 0.2032) (layer VCC_layer) (net 338)) + (segment (start 183.007 123.317) (end 183.896 124.206) (width 0.2032) (layer Composant) (net 338)) + (segment (start 320.675 62.23) (end 321.437 61.468) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 104.648 77.216) (end 104.648 75.057) (width 0.2032) (layer Composant) (net 339)) + (segment (start 325.501 93.726) (end 325.501 117.475) (width 0.2032) (layer Composant) (net 339)) + (segment (start 330.327 121.539) (end 333.121 121.539) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 325.3486 93.726) (end 325.501 93.726) (width 0.2032) (layer Composant) (net 339)) + (segment (start 118.872 59.944) (end 119.126 60.198) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 106.426 65.532) (end 106.426 58.928) (width 0.2032) (layer Composant) (net 339)) + (segment (start 325.3486 92.0242) (end 325.3486 90.424) (width 0.2032) (layer Composant) (net 339) (status 800)) + (via (at 106.426 58.928) (size 0.889) (layers Composant Cuivre) (net 339)) + (segment (start 104.4956 77.216) (end 104.648 77.216) (width 0.2032) (layer Composant) (net 339)) + (segment (start 107.061 58.293) (end 118.618 58.293) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 106.426 58.928) (end 107.061 58.293) (width 0.2032) (layer VCC_layer) (net 339)) + (via (at 324.993 89.535) (size 0.889) (layers Composant Cuivre) (net 339)) + (segment (start 119.126 60.198) (end 121.031 60.198) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 293.751 58.801) (end 295.021 60.071) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 104.4956 78.867) (end 104.4956 77.216) (width 0.2032) (layer Composant) (net 339) (status 800)) + (segment (start 121.031 60.198) (end 122.301 58.928) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 122.301 58.928) (end 148.59 58.928) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 148.59 58.928) (end 149.733 60.071) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 149.733 60.071) (end 165.481 60.071) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 333.121 121.539) (end 333.375 121.793) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 324.993 89.535) (end 321.31 89.535) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 324.993 90.17) (end 324.993 89.535) (width 0.2032) (layer Composant) (net 339)) + (segment (start 104.648 75.057) (end 106.68 73.025) (width 0.2032) (layer Composant) (net 339)) + (segment (start 325.3486 92.0242) (end 325.3486 93.726) (width 0.2032) (layer Composant) (net 339) (status 800)) + (segment (start 325.755 117.729) (end 326.517 117.729) (width 0.2032) (layer Composant) (net 339) (status 400)) + (segment (start 320.802 59.436) (end 321.437 60.071) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 320.802 57.785) (end 320.802 59.436) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 320.548 57.531) (end 320.802 57.785) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 325.247 90.424) (end 324.993 90.17) (width 0.2032) (layer Composant) (net 339)) + (segment (start 308.483 57.531) (end 320.548 57.531) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 326.517 117.729) (end 330.327 121.539) (width 0.2032) (layer VCC_layer) (net 339) (status 800)) + (segment (start 320.675 88.9) (end 320.675 62.23) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 321.437 61.468) (end 321.437 60.071) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 106.68 65.786) (end 106.426 65.532) (width 0.2032) (layer Composant) (net 339)) + (segment (start 106.68 73.025) (end 106.68 65.786) (width 0.2032) (layer Composant) (net 339)) + (segment (start 321.31 89.535) (end 320.675 88.9) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 333.375 121.793) (end 333.375 122.555) (width 0.2032) (layer VCC_layer) (net 339) (status 400)) + (segment (start 118.618 58.293) (end 118.872 58.547) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 308.229 57.785) (end 308.483 57.531) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 306.197 57.785) (end 308.229 57.785) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 295.021 60.071) (end 303.911 60.071) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 165.481 60.071) (end 166.751 58.801) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 166.751 58.801) (end 293.751 58.801) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 118.872 58.547) (end 118.872 59.944) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 325.501 117.475) (end 325.755 117.729) (width 0.2032) (layer Composant) (net 339)) + (segment (start 325.3486 90.424) (end 325.247 90.424) (width 0.2032) (layer Composant) (net 339)) + (segment (start 303.911 60.071) (end 306.197 57.785) (width 0.2032) (layer VCC_layer) (net 339)) + (segment (start 240.284 96.901) (end 239.268 95.885) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 126.238 72.39) (end 111.506 72.39) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 159.385 74.803) (end 152.527 74.803) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 100.203 71.501) (end 99.314 71.501) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 127.762 73.914) (end 127.762 74.295) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 128.016 74.549) (end 132.842 74.549) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 127.762 74.295) (end 128.016 74.549) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 143.256 76.073) (end 136.271 76.073) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 111.125 72.009) (end 100.711 72.009) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 127.762 73.914) (end 126.238 72.39) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 190.754 76.835) (end 186.817 76.835) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 191.008 76.581) (end 190.754 76.835) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 312.293 100.965) (end 307.975 100.965) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 320.294 109.982) (end 320.294 103.759) (width 0.2032) (layer VCC_layer) (net 340)) + (segment (start 192.659 90.043) (end 192.659 84.582) (width 0.2032) (layer Composant) (net 340)) + (segment (start 192.659 84.582) (end 192.151 84.074) (width 0.2032) (layer Composant) (net 340)) + (segment (start 192.151 84.074) (end 192.151 81.661) (width 0.2032) (layer Composant) (net 340)) + (segment (start 192.151 81.661) (end 192.659 81.153) (width 0.2032) (layer Composant) (net 340)) + (segment (start 307.721 99.187) (end 307.467 98.933) (width 0.2032) (layer Cuivre) (net 340)) + (via (at 192.659 76.581) (size 0.889) (layers Composant Cuivre) (net 340)) + (segment (start 136.017 76.327) (end 134.62 76.327) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 100.711 72.009) (end 100.203 71.501) (width 0.2032) (layer Cuivre) (net 340)) + (via (at 99.314 71.501) (size 0.889) (layers Composant Cuivre) (net 340)) + (segment (start 99.314 71.501) (end 98.679 72.136) (width 0.2032) (layer Composant) (net 340)) + (segment (start 98.679 72.136) (end 98.679 75.438) (width 0.2032) (layer Composant) (net 340)) + (segment (start 98.679 75.438) (end 97.917 76.2) (width 0.2032) (layer Composant) (net 340)) + (segment (start 97.917 76.2) (end 97.917 78.867) (width 0.2032) (layer Composant) (net 340)) + (segment (start 152.527 74.803) (end 151.384 73.66) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 193.167 93.98) (end 192.151 92.964) (width 0.2032) (layer Composant) (net 340)) + (segment (start 185.928 75.946) (end 163.83 75.946) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 193.167 96.774) (end 193.167 93.98) (width 0.2032) (layer Composant) (net 340)) + (segment (start 217.805 96.901) (end 214.884 96.901) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 294.64 96.901) (end 240.284 96.901) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 296.672 98.933) (end 294.64 96.901) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 192.659 76.581) (end 191.008 76.581) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 192.151 92.964) (end 192.151 90.551) (width 0.2032) (layer Composant) (net 340)) + (via (at 193.167 96.774) (size 0.889) (layers Composant Cuivre) (net 340)) + (segment (start 193.167 96.774) (end 214.757 96.774) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 214.757 96.774) (end 214.884 96.901) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 312.928 101.6) (end 314.452 101.6) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 314.452 101.6) (end 314.706 101.854) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 314.706 101.854) (end 314.706 102.235) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 314.706 102.235) (end 315.468 102.997) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 315.468 102.997) (end 319.532 102.997) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 97.917 78.867) (end 97.9932 78.867) (width 0.2032) (layer Composant) (net 340) (status 400)) + (segment (start 159.639 74.549) (end 159.385 74.803) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 325.501 114.173) (end 325.501 111.887) (width 0.2032) (layer VCC_layer) (net 340)) + (segment (start 325.501 111.887) (end 325.247 111.633) (width 0.2032) (layer VCC_layer) (net 340)) + (segment (start 326.517 115.189) (end 325.501 114.173) (width 0.2032) (layer VCC_layer) (net 340) (status 800)) + (segment (start 307.975 100.965) (end 307.721 100.711) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 325.247 111.633) (end 321.945 111.633) (width 0.2032) (layer VCC_layer) (net 340)) + (segment (start 312.928 101.6) (end 312.293 100.965) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 307.721 100.711) (end 307.721 99.187) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 136.271 76.073) (end 136.017 76.327) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 218.821 95.885) (end 217.805 96.901) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 239.268 95.885) (end 218.821 95.885) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 111.506 72.39) (end 111.125 72.009) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 162.433 74.549) (end 159.639 74.549) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 186.817 76.835) (end 185.928 75.946) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 192.151 90.551) (end 192.659 90.043) (width 0.2032) (layer Composant) (net 340)) + (segment (start 163.83 75.946) (end 162.433 74.549) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 321.945 111.633) (end 320.294 109.982) (width 0.2032) (layer VCC_layer) (net 340)) + (segment (start 192.659 81.153) (end 192.659 76.581) (width 0.2032) (layer Composant) (net 340)) + (segment (start 307.467 98.933) (end 296.672 98.933) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 151.384 73.66) (end 145.669 73.66) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 319.532 102.997) (end 319.913 103.378) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 145.669 73.66) (end 143.256 76.073) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 134.62 76.327) (end 132.842 74.549) (width 0.2032) (layer Cuivre) (net 340)) + (segment (start 319.913 103.378) (end 320.294 103.759) (width 0.2032) (layer VCC_layer) (net 340)) + (via (at 319.913 103.378) (size 0.889) (layers Composant Cuivre) (net 340)) + (segment (start 325.501 111.125) (end 326.517 110.109) (width 0.2032) (layer VCC_layer) (net 341) (status 400)) + (segment (start 322.326 111.125) (end 320.929 109.728) (width 0.2032) (layer VCC_layer) (net 341)) + (segment (start 320.929 109.728) (end 320.929 102.743) (width 0.2032) (layer VCC_layer) (net 341)) + (segment (start 191.389 91.059) (end 190.881 90.551) (width 0.2032) (layer Composant) (net 341)) + (segment (start 312.547 98.933) (end 309.372 98.933) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 312.801 100.838) (end 312.801 99.187) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 313.055 101.092) (end 312.801 100.838) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 158.75 73.787) (end 159.004 73.533) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 217.551 96.393) (end 215.265 96.393) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 312.801 99.187) (end 312.547 98.933) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 153.416 73.787) (end 150.876 71.247) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.389 92.71) (end 191.389 91.059) (width 0.2032) (layer Composant) (net 341)) + (segment (start 111.633 71.755) (end 111.252 71.374) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 217.551 96.393) (end 218.567 95.377) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 314.96 101.092) (end 313.055 101.092) (width 0.2032) (layer Cuivre) (net 341)) + (via (at 320.675 102.489) (size 0.889) (layers Composant Cuivre) (net 341)) + (segment (start 315.214 101.346) (end 315.214 101.981) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 315.214 101.981) (end 315.722 102.489) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 295.275 96.393) (end 240.411 96.393) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 297.307 98.425) (end 295.275 96.393) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.008 96.266) (end 191.77 96.266) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 320.675 102.489) (end 315.722 102.489) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.389 82.677) (end 190.881 82.169) (width 0.2032) (layer Composant) (net 341)) + (segment (start 190.881 77.216) (end 191.516 76.581) (width 0.2032) (layer Composant) (net 341)) + (segment (start 214.884 96.012) (end 215.265 96.393) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 192.024 96.012) (end 214.884 96.012) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.77 96.266) (end 192.024 96.012) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.516 76.581) (end 191.516 75.311) (width 0.2032) (layer Composant) (net 341)) + (via (at 191.008 96.266) (size 0.889) (layers Composant Cuivre) (net 341)) + (segment (start 162.941 73.533) (end 164.338 74.93) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 159.004 73.533) (end 162.941 73.533) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 218.567 95.377) (end 239.395 95.377) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 309.372 98.933) (end 308.864 98.425) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.008 96.266) (end 191.008 93.091) (width 0.2032) (layer Composant) (net 341)) + (segment (start 186.944 74.93) (end 164.338 74.93) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 308.864 98.425) (end 297.307 98.425) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 153.416 73.787) (end 158.75 73.787) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 125.984 71.247) (end 125.476 71.755) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 103.378 73.914) (end 101.727 75.565) (width 0.2032) (layer Composant) (net 341)) + (segment (start 101.727 75.819) (end 101.219 76.327) (width 0.2032) (layer Composant) (net 341)) + (segment (start 101.219 77.724) (end 101.219 76.327) (width 0.2032) (layer Composant) (net 341)) + (segment (start 101.2444 78.867) (end 101.2444 77.724) (width 0.2032) (layer Composant) (net 341) (status 800)) + (segment (start 101.727 75.565) (end 101.727 75.819) (width 0.2032) (layer Composant) (net 341)) + (segment (start 314.96 101.092) (end 315.214 101.346) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 322.326 111.125) (end 325.501 111.125) (width 0.2032) (layer VCC_layer) (net 341)) + (via (at 191.516 75.311) (size 0.889) (layers Composant Cuivre) (net 341)) + (segment (start 239.395 95.377) (end 240.411 96.393) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 320.929 102.743) (end 320.675 102.489) (width 0.2032) (layer VCC_layer) (net 341)) + (segment (start 190.881 82.169) (end 190.881 77.216) (width 0.2032) (layer Composant) (net 341)) + (segment (start 150.876 71.247) (end 135.636 71.247) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 190.881 90.551) (end 190.881 84.074) (width 0.2032) (layer Composant) (net 341)) + (segment (start 187.325 75.311) (end 186.944 74.93) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.389 83.566) (end 191.389 82.677) (width 0.2032) (layer Composant) (net 341)) + (segment (start 190.881 84.074) (end 191.389 83.566) (width 0.2032) (layer Composant) (net 341)) + (segment (start 191.516 75.311) (end 187.325 75.311) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 135.382 70.993) (end 135.636 71.247) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 128.651 71.247) (end 128.905 70.993) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 191.008 93.091) (end 191.389 92.71) (width 0.2032) (layer Composant) (net 341)) + (segment (start 125.476 71.755) (end 111.633 71.755) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 101.2444 77.724) (end 101.219 77.724) (width 0.2032) (layer Composant) (net 341)) + (segment (start 128.651 71.247) (end 125.984 71.247) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 128.905 70.993) (end 135.382 70.993) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 111.252 71.374) (end 103.886 71.374) (width 0.2032) (layer Cuivre) (net 341)) + (segment (start 103.886 71.374) (end 103.378 70.866) (width 0.2032) (layer Cuivre) (net 341)) + (via (at 103.378 70.866) (size 0.889) (layers Composant Cuivre) (net 341)) + (segment (start 103.378 70.866) (end 103.378 73.914) (width 0.2032) (layer Composant) (net 341)) + (segment (start 313.69 67.818) (end 317.5 67.818) (width 0.2032) (layer Composant) (net 342)) + (segment (start 312.674 68.9102) (end 313.69 68.9102) (width 0.2032) (layer Composant) (net 342) (status 800)) + (segment (start 323.977 110.109) (end 325.247 108.839) (width 0.2032) (layer VCC_layer) (net 342) (status 800)) + (segment (start 329.946 106.299) (end 342.265 106.299) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 313.055 67.818) (end 313.69 67.818) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 309.753 88.519) (end 311.023 87.249) (width 0.2032) (layer Composant) (net 342)) + (segment (start 312.039 79.502) (end 311.404 78.867) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 325.247 108.839) (end 325.247 106.934) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 319.786 68.326) (end 319.8368 68.3006) (width 0.2032) (layer Composant) (net 342) (status 400)) + (segment (start 312.039 80.645) (end 312.039 79.502) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 311.404 69.723) (end 312.293 68.834) (width 0.2032) (layer Cuivre) (net 342)) + (via (at 313.69 67.818) (size 0.889) (layers Composant Cuivre) (net 342)) + (segment (start 309.499 100.838) (end 309.753 100.584) (width 0.2032) (layer Composant) (net 342)) + (segment (start 312.293 68.58) (end 312.293 68.834) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 311.023 81.661) (end 312.039 80.645) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 317.5 67.818) (end 317.754 68.072) (width 0.2032) (layer Composant) (net 342)) + (via (at 308.991 110.363) (size 0.889) (layers Composant Cuivre) (net 342)) + (segment (start 329.692 106.553) (end 329.946 106.299) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 310.642 71.882) (end 310.642 69.977) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 311.404 72.644) (end 310.642 71.882) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 317.754 68.072) (end 317.754 68.326) (width 0.2032) (layer Composant) (net 342)) + (segment (start 313.69 67.818) (end 313.69 68.9102) (width 0.2032) (layer Composant) (net 342)) + (segment (start 310.642 69.977) (end 310.896 69.723) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 309.753 100.584) (end 309.753 88.519) (width 0.2032) (layer Composant) (net 342)) + (via (at 311.023 87.249) (size 0.889) (layers Composant Cuivre) (net 342)) + (segment (start 317.754 68.326) (end 319.786 68.326) (width 0.2032) (layer Composant) (net 342)) + (segment (start 345.821 103.759) (end 346.075 104.013) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 342.773 103.759) (end 345.821 103.759) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 309.499 109.855) (end 309.499 100.838) (width 0.2032) (layer Composant) (net 342)) + (segment (start 308.991 110.363) (end 309.499 109.855) (width 0.2032) (layer Composant) (net 342)) + (segment (start 309.245 110.617) (end 308.991 110.363) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 342.519 106.045) (end 342.519 104.013) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 323.469 110.617) (end 309.245 110.617) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 323.977 110.109) (end 323.469 110.617) (width 0.2032) (layer Cuivre) (net 342) (status 800)) + (segment (start 342.265 106.299) (end 342.519 106.045) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 310.896 69.723) (end 311.404 69.723) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 313.055 67.818) (end 312.293 68.58) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 325.247 106.934) (end 325.628 106.553) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 325.628 106.553) (end 329.692 106.553) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 311.404 78.867) (end 311.404 72.644) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 346.075 104.013) (end 346.075 104.775) (width 0.2032) (layer VCC_layer) (net 342) (status 400)) + (segment (start 342.519 104.013) (end 342.773 103.759) (width 0.2032) (layer VCC_layer) (net 342)) + (segment (start 311.023 87.249) (end 311.023 81.661) (width 0.2032) (layer Cuivre) (net 342)) + (segment (start 312.166 106.807) (end 313.055 106.807) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 314.452 68.707) (end 313.182 69.977) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 314.452 68.707) (end 314.452 69.4182) (width 0.2032) (layer Composant) (net 343)) + (segment (start 312.166 100.711) (end 312.293 100.584) (width 0.2032) (layer Composant) (net 343)) + (segment (start 341.757 106.934) (end 342.011 106.68) (width 0.2032) (layer Composant) (net 343)) + (segment (start 316.103 68.707) (end 316.103 68.961) (width 0.2032) (layer Composant) (net 343)) + (segment (start 341.757 109.474) (end 341.757 106.934) (width 0.2032) (layer Composant) (net 343)) + (segment (start 313.182 86.614) (end 313.182 69.977) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 330.2 106.299) (end 338.582 106.299) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 326.517 107.569) (end 328.93 107.569) (width 0.2032) (layer Cuivre) (net 343) (status 800)) + (via (at 314.452 68.707) (size 0.889) (layers Composant Cuivre) (net 343)) + (segment (start 312.293 100.584) (end 312.293 88.646) (width 0.2032) (layer Composant) (net 343)) + (via (at 312.166 106.807) (size 0.889) (layers Composant Cuivre) (net 343)) + (segment (start 342.011 106.68) (end 344.805 106.68) (width 0.2032) (layer Composant) (net 343)) + (segment (start 322.961 107.061) (end 313.309 107.061) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 312.166 106.807) (end 312.166 100.711) (width 0.2032) (layer Composant) (net 343)) + (segment (start 314.452 68.707) (end 316.103 68.707) (width 0.2032) (layer Composant) (net 343)) + (segment (start 313.309 107.061) (end 313.055 106.807) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 345.059 103.251) (end 345.059 106.426) (width 0.2032) (layer Composant) (net 343)) + (segment (start 338.582 106.299) (end 341.757 109.474) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 322.961 107.061) (end 323.469 106.553) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 346.075 102.235) (end 345.059 103.251) (width 0.2032) (layer Composant) (net 343) (status 800)) + (segment (start 328.93 107.569) (end 330.2 106.299) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 316.103 68.961) (end 319.786 68.961) (width 0.2032) (layer Composant) (net 343)) + (segment (start 319.786 68.961) (end 319.8368 68.9356) (width 0.2032) (layer Composant) (net 343) (status 400)) + (segment (start 324.612 106.553) (end 323.469 106.553) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 325.628 107.569) (end 324.612 106.553) (width 0.2032) (layer Cuivre) (net 343)) + (segment (start 326.517 107.569) (end 325.628 107.569) (width 0.2032) (layer Cuivre) (net 343) (status 800)) + (via (at 341.757 109.474) (size 0.889) (layers Composant Cuivre) (net 343)) + (segment (start 312.293 88.646) (end 313.182 87.757) (width 0.2032) (layer Composant) (net 343)) + (segment (start 313.182 87.757) (end 313.182 86.614) (width 0.2032) (layer Composant) (net 343)) + (segment (start 345.059 106.426) (end 344.805 106.68) (width 0.2032) (layer Composant) (net 343)) + (via (at 313.182 86.614) (size 0.889) (layers Composant Cuivre) (net 343)) + (segment (start 312.674 69.4182) (end 314.452 69.4182) (width 0.2032) (layer Composant) (net 343) (status 800)) + (segment (start 310.388 107.569) (end 310.388 100.711) (width 0.2032) (layer Composant) (net 344)) + (segment (start 312.674 79.248) (end 312.039 78.613) (width 0.2032) (layer Cuivre) (net 344)) + (segment (start 311.531 88.392) (end 312.166 87.757) (width 0.2032) (layer Composant) (net 344)) + (segment (start 325.501 106.045) (end 329.438 106.045) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 341.884 105.791) (end 342.011 105.664) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 312.166 87.757) (end 312.166 87.122) (width 0.2032) (layer Composant) (net 344)) + (segment (start 310.388 100.711) (end 310.261 100.584) (width 0.2032) (layer Composant) (net 344)) + (segment (start 342.011 105.664) (end 342.011 103.505) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 312.166 83.058) (end 312.674 82.55) (width 0.2032) (layer Cuivre) (net 344)) + (via (at 311.404 70.866) (size 0.889) (layers Composant Cuivre) (net 344)) + (segment (start 323.977 107.569) (end 310.388 107.569) (width 0.2032) (layer Cuivre) (net 344) (status 800)) + (segment (start 312.674 82.55) (end 312.674 79.248) (width 0.2032) (layer Cuivre) (net 344)) + (segment (start 312.674 69.9262) (end 314.579 69.9262) (width 0.2032) (layer Composant) (net 344) (status 800)) + (segment (start 311.404 71.247) (end 311.404 70.866) (width 0.2032) (layer Cuivre) (net 344)) + (segment (start 312.039 71.882) (end 311.404 71.247) (width 0.2032) (layer Cuivre) (net 344)) + (segment (start 312.674 69.9262) (end 311.912 69.9262) (width 0.2032) (layer Composant) (net 344) (status 800)) + (segment (start 311.912 69.9262) (end 311.912 69.85) (width 0.2032) (layer Composant) (net 344)) + (segment (start 310.261 100.584) (end 310.261 89.027) (width 0.2032) (layer Composant) (net 344)) + (segment (start 323.977 107.569) (end 325.501 106.045) (width 0.2032) (layer VCC_layer) (net 344) (status 800)) + (segment (start 312.166 87.122) (end 312.166 83.058) (width 0.2032) (layer Cuivre) (net 344)) + (segment (start 342.265 103.251) (end 348.361 103.251) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 310.896 88.392) (end 311.531 88.392) (width 0.2032) (layer Composant) (net 344)) + (segment (start 311.404 70.866) (end 311.404 70.104) (width 0.2032) (layer Composant) (net 344)) + (segment (start 329.438 106.045) (end 329.692 105.791) (width 0.2032) (layer VCC_layer) (net 344)) + (via (at 310.388 107.569) (size 0.889) (layers Composant Cuivre) (net 344)) + (segment (start 314.579 69.9262) (end 314.9092 69.596) (width 0.2032) (layer Composant) (net 344)) + (via (at 312.166 87.122) (size 0.889) (layers Composant Cuivre) (net 344)) + (segment (start 312.039 78.613) (end 312.039 71.882) (width 0.2032) (layer Cuivre) (net 344)) + (segment (start 311.912 69.85) (end 311.658 69.85) (width 0.2032) (layer Composant) (net 344)) + (segment (start 314.9092 69.596) (end 319.8368 69.596) (width 0.2032) (layer Composant) (net 344) (status 400)) + (segment (start 348.361 103.251) (end 348.615 103.505) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 310.261 89.027) (end 310.896 88.392) (width 0.2032) (layer Composant) (net 344)) + (segment (start 342.011 103.505) (end 342.265 103.251) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 348.615 103.505) (end 348.615 104.775) (width 0.2032) (layer VCC_layer) (net 344) (status 400)) + (segment (start 329.692 105.791) (end 341.884 105.791) (width 0.2032) (layer VCC_layer) (net 344)) + (segment (start 311.658 69.85) (end 311.404 70.104) (width 0.2032) (layer Composant) (net 344)) + (segment (start 325.755 69.977) (end 324.739 69.977) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 314.833 70.4088) (end 315.0108 70.231) (width 0.2032) (layer Composant) (net 345)) + (segment (start 349.377 102.235) (end 348.615 102.235) (width 0.2032) (layer Composant) (net 345) (status 400)) + (segment (start 329.184 88.519) (end 329.184 73.406) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 349.631 102.489) (end 349.377 102.235) (width 0.2032) (layer Composant) (net 345)) + (segment (start 327.914 103.632) (end 327.914 103.124) (width 0.2032) (layer Composant) (net 345)) + (segment (start 329.057 94.107) (end 329.057 91.44) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 315.0108 70.231) (end 319.786 70.231) (width 0.2032) (layer Composant) (net 345)) + (segment (start 312.674 70.4088) (end 314.833 70.4088) (width 0.2032) (layer Composant) (net 345) (status 800)) + (segment (start 330.073 90.424) (end 330.073 89.408) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 349.631 105.791) (end 349.631 102.489) (width 0.2032) (layer Composant) (net 345)) + (segment (start 329.311 101.727) (end 329.311 94.107) (width 0.2032) (layer Composant) (net 345)) + (via (at 329.057 94.107) (size 0.889) (layers Composant Cuivre) (net 345)) + (segment (start 325.755 69.977) (end 329.184 73.406) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 329.311 94.107) (end 329.057 94.107) (width 0.2032) (layer Composant) (net 345)) + (segment (start 321.437 70.231) (end 319.786 70.231) (width 0.2032) (layer Composant) (net 345)) + (segment (start 339.979 105.283) (end 340.487 105.791) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 330.073 89.408) (end 329.184 88.519) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 339.09 103.251) (end 329.311 103.251) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 319.786 70.231) (end 319.8368 70.2564) (width 0.2032) (layer Composant) (net 345) (status 400)) + (segment (start 327.914 103.124) (end 329.311 101.727) (width 0.2032) (layer Composant) (net 345)) + (segment (start 321.437 70.231) (end 321.437 69.977) (width 0.2032) (layer Composant) (net 345)) + (segment (start 326.517 105.029) (end 327.914 103.632) (width 0.2032) (layer Composant) (net 345) (status 800)) + (segment (start 339.979 104.14) (end 339.09 103.251) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 340.487 105.791) (end 349.631 105.791) (width 0.2032) (layer Cuivre) (net 345)) + (via (at 324.739 69.977) (size 0.889) (layers Composant Cuivre) (net 345)) + (segment (start 339.979 105.283) (end 339.979 104.14) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 329.057 91.44) (end 330.073 90.424) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 321.437 69.977) (end 324.739 69.977) (width 0.2032) (layer Composant) (net 345)) + (via (at 349.631 105.791) (size 0.889) (layers Composant Cuivre) (net 345)) + (segment (start 327.533 105.029) (end 329.311 103.251) (width 0.2032) (layer Cuivre) (net 345)) + (segment (start 326.517 105.029) (end 327.533 105.029) (width 0.2032) (layer Cuivre) (net 345) (status 800)) + (segment (start 317.5 72.136) (end 319.913 72.136) (width 0.2032) (layer Composant) (net 346)) + (segment (start 318.008 75.184) (end 317.754 74.93) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 317.754 74.93) (end 317.754 72.771) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 317.754 72.771) (end 317.5 72.517) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 317.5 72.517) (end 317.5 72.136) (width 0.2032) (layer Composant) (net 346)) + (via (at 323.596 94.107) (size 0.889) (layers Composant Cuivre) (net 346)) + (segment (start 316.611 71.9074) (end 316.8396 72.136) (width 0.2032) (layer Composant) (net 346)) + (segment (start 322.58 89.662) (end 321.183 89.662) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 339.471 102.997) (end 339.471 101.346) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 323.977 102.489) (end 324.993 103.505) (width 0.2032) (layer Cuivre) (net 346) (status 800)) + (segment (start 339.471 102.997) (end 340.233 103.759) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 319.913 72.136) (end 319.8368 72.1868) (width 0.2032) (layer Composant) (net 346) (status 400)) + (segment (start 323.596 94.107) (end 323.596 90.678) (width 0.2032) (layer Cuivre) (net 346)) + (via (at 317.5 72.517) (size 0.889) (layers Composant Cuivre) (net 346)) + (segment (start 353.441 103.759) (end 353.695 104.013) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 339.217 101.092) (end 329.565 101.092) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 340.233 103.759) (end 353.441 103.759) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 353.695 104.013) (end 353.695 104.775) (width 0.2032) (layer Cuivre) (net 346) (status 400)) + (segment (start 324.993 103.505) (end 327.152 103.505) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 323.977 101.473) (end 322.961 100.457) (width 0.2032) (layer VCC_layer) (net 346)) + (segment (start 320.929 75.438) (end 320.675 75.184) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 316.8396 72.136) (end 317.5 72.136) (width 0.2032) (layer Composant) (net 346)) + (segment (start 321.183 89.662) (end 320.929 89.408) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 329.565 101.092) (end 327.152 103.505) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 320.929 89.408) (end 320.929 75.438) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 323.596 90.678) (end 322.58 89.662) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 322.961 96.012) (end 323.596 95.377) (width 0.2032) (layer VCC_layer) (net 346)) + (segment (start 339.471 101.346) (end 339.217 101.092) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 322.961 100.457) (end 322.961 96.012) (width 0.2032) (layer VCC_layer) (net 346)) + (segment (start 323.596 95.377) (end 323.596 94.107) (width 0.2032) (layer VCC_layer) (net 346)) + (segment (start 312.674 71.9074) (end 316.611 71.9074) (width 0.2032) (layer Composant) (net 346) (status 800)) + (segment (start 320.675 75.184) (end 318.008 75.184) (width 0.2032) (layer Cuivre) (net 346)) + (segment (start 323.977 102.489) (end 323.977 101.473) (width 0.2032) (layer VCC_layer) (net 346) (status 800)) + (segment (start 341.757 100.076) (end 350.52 100.076) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 323.977 72.771) (end 324.231 73.025) (width 0.2032) (layer Composant) (net 347)) + (segment (start 323.977 72.771) (end 320.04 72.771) (width 0.2032) (layer Composant) (net 347)) + (segment (start 340.741 99.06) (end 341.757 100.076) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 326.517 99.949) (end 326.517 94.107) (width 0.2032) (layer Composant) (net 347) (status 800)) + (segment (start 320.04 72.771) (end 319.8368 72.8472) (width 0.2032) (layer Composant) (net 347) (status 400)) + (segment (start 326.517 99.949) (end 327.406 99.06) (width 0.2032) (layer Cuivre) (net 347) (status 800)) + (segment (start 312.674 72.4154) (end 314.579 72.4154) (width 0.2032) (layer Composant) (net 347) (status 800)) + (segment (start 353.695 102.235) (end 353.695 99.187) (width 0.2032) (layer Cuivre) (net 347) (status 800)) + (segment (start 324.231 73.025) (end 324.866 73.025) (width 0.2032) (layer Composant) (net 347)) + (via (at 324.866 73.025) (size 0.889) (layers Composant Cuivre) (net 347)) + (segment (start 325.501 73.025) (end 324.866 73.025) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 326.644 74.168) (end 325.501 73.025) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 326.644 84.074) (end 326.644 74.168) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 318.262 72.898) (end 317.754 73.406) (width 0.2032) (layer Composant) (net 347)) + (segment (start 326.644 84.074) (end 326.136 84.582) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 319.786 72.771) (end 319.8368 72.8472) (width 0.2032) (layer Composant) (net 347) (status 400)) + (segment (start 317.754 73.406) (end 315.595 73.406) (width 0.2032) (layer Composant) (net 347)) + (segment (start 326.517 94.107) (end 326.517 89.027) (width 0.2032) (layer Cuivre) (net 347)) + (via (at 326.517 94.107) (size 0.889) (layers Composant Cuivre) (net 347)) + (segment (start 315.595 73.406) (end 314.579 72.4154) (width 0.2032) (layer Composant) (net 347)) + (segment (start 351.663 98.933) (end 353.441 98.933) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 326.136 88.646) (end 326.136 84.582) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 318.262 72.771) (end 318.262 72.898) (width 0.2032) (layer Composant) (net 347)) + (segment (start 327.406 99.06) (end 340.741 99.06) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 353.441 98.933) (end 353.695 99.187) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 350.52 100.076) (end 351.663 98.933) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 326.517 89.027) (end 326.136 88.646) (width 0.2032) (layer Cuivre) (net 347)) + (segment (start 318.262 72.771) (end 319.786 72.771) (width 0.2032) (layer Composant) (net 347)) + (segment (start 317.373 79.756) (end 317.881 80.264) (width 0.2032) (layer Composant) (net 348)) + (segment (start 312.674 77.9272) (end 313.944 77.9272) (width 0.2032) (layer Composant) (net 348) (status 800)) + (segment (start 318.77 91.313) (end 318.77 90.17) (width 0.2032) (layer Composant) (net 348)) + (segment (start 321.691 94.234) (end 318.77 91.313) (width 0.2032) (layer Composant) (net 348)) + (segment (start 317.881 80.772) (end 318.262 81.153) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 317.881 80.264) (end 317.881 80.772) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 318.135 80.518) (end 317.881 80.264) (width 0.2032) (layer Composant) (net 348)) + (segment (start 314.96 77.978) (end 316.738 79.756) (width 0.2032) (layer Composant) (net 348)) + (segment (start 318.135 80.645) (end 318.135 80.518) (width 0.2032) (layer Composant) (net 348)) + (segment (start 321.691 94.234) (end 321.691 95.504) (width 0.2032) (layer Composant) (net 348)) + (segment (start 356.235 104.775) (end 356.235 97.917) (width 0.2032) (layer Cuivre) (net 348) (status 800)) + (segment (start 347.726 96.774) (end 348.615 97.663) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 350.901 97.663) (end 351.155 97.409) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 339.471 97.409) (end 340.106 96.774) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 348.615 97.663) (end 350.901 97.663) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 340.106 96.774) (end 347.726 96.774) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 356.235 97.917) (end 355.727 97.409) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 323.977 97.409) (end 339.471 97.409) (width 0.2032) (layer Cuivre) (net 348) (status 800)) + (segment (start 316.738 79.756) (end 317.373 79.756) (width 0.2032) (layer Composant) (net 348)) + (segment (start 313.944 77.978) (end 314.96 77.978) (width 0.2032) (layer Composant) (net 348)) + (segment (start 313.944 77.9272) (end 313.944 77.978) (width 0.2032) (layer Composant) (net 348)) + (segment (start 323.977 97.409) (end 323.215 97.409) (width 0.2032) (layer Composant) (net 348) (status 800)) + (segment (start 318.77 90.17) (end 318.262 89.662) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 323.215 97.409) (end 322.961 97.155) (width 0.2032) (layer Composant) (net 348)) + (via (at 317.881 80.264) (size 0.889) (layers Composant Cuivre) (net 348)) + (segment (start 321.691 95.504) (end 322.961 96.774) (width 0.2032) (layer Composant) (net 348)) + (segment (start 351.155 97.409) (end 355.727 97.409) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 318.262 89.662) (end 318.262 81.153) (width 0.2032) (layer Cuivre) (net 348)) + (segment (start 319.8368 80.645) (end 318.135 80.645) (width 0.2032) (layer Composant) (net 348) (status 800)) + (via (at 318.77 90.17) (size 0.889) (layers Composant Cuivre) (net 348)) + (segment (start 322.961 97.155) (end 322.961 96.774) (width 0.2032) (layer Composant) (net 348)) + (via (at 317.627 90.17) (size 0.889) (layers Composant Cuivre) (net 349)) + (segment (start 318.262 81.3054) (end 318.262 81.407) (width 0.2032) (layer Composant) (net 349)) + (segment (start 316.738 80.645) (end 316.23 80.137) (width 0.2032) (layer Composant) (net 349)) + (segment (start 314.833 78.486) (end 316.23 79.883) (width 0.2032) (layer Composant) (net 349)) + (segment (start 321.183 94.488) (end 321.183 95.631) (width 0.2032) (layer Composant) (net 349)) + (segment (start 352.933 107.315) (end 353.695 107.315) (width 0.2032) (layer Composant) (net 349) (status 400)) + (segment (start 312.674 78.4098) (end 313.69 78.4098) (width 0.2032) (layer Composant) (net 349) (status 800)) + (segment (start 323.977 99.949) (end 323.215 99.949) (width 0.2032) (layer Composant) (net 349) (status 800)) + (segment (start 321.183 95.631) (end 322.453 96.901) (width 0.2032) (layer Composant) (net 349)) + (segment (start 317.627 90.424) (end 317.627 90.17) (width 0.2032) (layer Composant) (net 349)) + (segment (start 318.008 90.805) (end 317.627 90.424) (width 0.2032) (layer Composant) (net 349)) + (segment (start 316.992 80.645) (end 316.738 80.645) (width 0.2032) (layer Composant) (net 349)) + (segment (start 313.69 78.486) (end 314.833 78.486) (width 0.2032) (layer Composant) (net 349)) + (segment (start 351.663 99.695) (end 352.806 99.695) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 322.961 99.695) (end 322.961 98.806) (width 0.2032) (layer Composant) (net 349)) + (segment (start 317.627 90.17) (end 317.627 81.534) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 317.754 81.407) (end 316.992 80.645) (width 0.2032) (layer Composant) (net 349)) + (segment (start 352.806 101.092) (end 352.679 101.219) (width 0.2032) (layer Composant) (net 349)) + (segment (start 317.627 81.534) (end 316.738 80.645) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 323.215 99.949) (end 322.961 99.695) (width 0.2032) (layer Composant) (net 349)) + (segment (start 316.23 79.883) (end 316.23 80.137) (width 0.2032) (layer Composant) (net 349)) + (via (at 316.738 80.645) (size 0.889) (layers Composant Cuivre) (net 349)) + (segment (start 323.977 99.949) (end 324.993 100.965) (width 0.2032) (layer Cuivre) (net 349) (status 800)) + (segment (start 318.262 81.407) (end 317.754 81.407) (width 0.2032) (layer Composant) (net 349)) + (segment (start 322.961 98.806) (end 322.453 98.298) (width 0.2032) (layer Composant) (net 349)) + (segment (start 313.69 78.4098) (end 313.69 78.486) (width 0.2032) (layer Composant) (net 349)) + (segment (start 318.008 91.313) (end 318.008 90.805) (width 0.2032) (layer Composant) (net 349)) + (segment (start 321.183 94.488) (end 318.008 91.313) (width 0.2032) (layer Composant) (net 349)) + (segment (start 322.453 98.298) (end 322.453 96.901) (width 0.2032) (layer Composant) (net 349)) + (segment (start 328.422 99.568) (end 340.487 99.568) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 319.8368 81.3054) (end 318.262 81.3054) (width 0.2032) (layer Composant) (net 349) (status 800)) + (segment (start 350.774 100.584) (end 351.663 99.695) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 352.806 99.695) (end 352.806 101.092) (width 0.2032) (layer Composant) (net 349)) + (segment (start 352.679 107.061) (end 352.933 107.315) (width 0.2032) (layer Composant) (net 349)) + (via (at 352.806 99.695) (size 0.889) (layers Composant Cuivre) (net 349)) + (segment (start 341.503 100.584) (end 350.774 100.584) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 340.487 99.568) (end 341.503 100.584) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 327.025 100.965) (end 324.993 100.965) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 327.025 100.965) (end 328.422 99.568) (width 0.2032) (layer Cuivre) (net 349)) + (segment (start 352.679 101.219) (end 352.679 107.061) (width 0.2032) (layer Composant) (net 349)) + (via (at 287.528 68.072) (size 0.889) (layers Composant Cuivre) (net 350)) + (segment (start 287.528 63.754) (end 272.415 63.754) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 272.415 63.754) (end 272.161 63.5) (width 0.2032) (layer Cuivre) (net 350)) + (via (at 317.373 105.537) (size 0.889) (layers Composant Cuivre) (net 350)) + (segment (start 308.356 105.537) (end 307.848 105.029) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 299.085 69.342) (end 299.085 69.977) (width 0.2032) (layer Cuivre) (net 350)) + (via (at 287.528 63.754) (size 0.889) (layers Composant Cuivre) (net 350)) + (segment (start 313.436 105.537) (end 308.356 105.537) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 287.528 68.072) (end 287.528 63.754) (width 0.2032) (layer Composant) (net 350)) + (segment (start 287.528 104.013) (end 287.528 68.072) (width 0.2032) (layer Composant) (net 350)) + (segment (start 163.195 76.073) (end 161.036 78.232) (width 0.2032) (layer Composant) (net 350)) + (segment (start 159.766 78.74) (end 157.1752 78.74) (width 0.2032) (layer Composant) (net 350) (status 400)) + (segment (start 318.897 97.409) (end 317.881 98.425) (width 0.2032) (layer Composant) (net 350) (status 800)) + (segment (start 307.9242 68.199) (end 307.9242 66.675) (width 0.2032) (layer Composant) (net 350) (status 400)) + (via (at 306.197 70.739) (size 0.889) (layers Composant Cuivre) (net 350)) + (segment (start 317.373 105.537) (end 317.881 105.029) (width 0.2032) (layer Composant) (net 350)) + (segment (start 297.561 104.013) (end 287.528 104.013) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 317.373 105.537) (end 316.738 105.537) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 298.577 105.029) (end 307.848 105.029) (width 0.2032) (layer Cuivre) (net 350) (status 800)) + (segment (start 299.466 70.358) (end 305.562 70.358) (width 0.2032) (layer Cuivre) (net 350)) + (via (at 287.528 104.013) (size 0.889) (layers Composant Cuivre) (net 350)) + (segment (start 299.085 69.977) (end 299.466 70.358) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 313.69 105.791) (end 316.484 105.791) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 305.943 70.739) (end 306.197 70.739) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 307.721 69.215) (end 307.721 68.199) (width 0.2032) (layer Composant) (net 350)) + (segment (start 305.562 70.358) (end 305.943 70.739) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 317.881 98.425) (end 317.881 105.029) (width 0.2032) (layer Composant) (net 350)) + (segment (start 297.815 68.072) (end 299.085 69.342) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 307.9242 68.199) (end 307.721 68.199) (width 0.2032) (layer Composant) (net 350)) + (via (at 163.195 60.96) (size 0.889) (layers Composant Cuivre) (net 350)) + (segment (start 287.528 68.072) (end 297.815 68.072) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 306.197 70.739) (end 307.721 69.215) (width 0.2032) (layer Composant) (net 350)) + (segment (start 316.484 105.791) (end 316.738 105.537) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 165.481 59.944) (end 164.465 60.96) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 298.577 105.029) (end 297.561 104.013) (width 0.2032) (layer Cuivre) (net 350) (status 800)) + (segment (start 163.195 60.96) (end 163.195 76.073) (width 0.2032) (layer Composant) (net 350)) + (segment (start 161.036 78.232) (end 160.02 78.232) (width 0.2032) (layer Composant) (net 350)) + (segment (start 271.907 59.944) (end 165.481 59.944) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 313.436 105.537) (end 313.69 105.791) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 164.465 60.96) (end 163.195 60.96) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 160.02 78.232) (end 159.766 78.486) (width 0.2032) (layer Composant) (net 350)) + (segment (start 272.161 60.198) (end 271.907 59.944) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 272.161 63.5) (end 272.161 60.198) (width 0.2032) (layer Cuivre) (net 350)) + (segment (start 159.766 78.486) (end 159.766 78.74) (width 0.2032) (layer Composant) (net 350)) + (segment (start 301.117 92.964) (end 304.165 89.916) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 307.848 74.93) (end 308.356 75.438) (width 0.2032) (layer Composant) (net 351)) + (segment (start 300.355 92.964) (end 301.117 92.964) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 322.834 122.682) (end 322.58 122.936) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 299.593 94.361) (end 300.101 93.853) (width 0.2032) (layer Composant) (net 351)) + (segment (start 322.58 122.936) (end 318.389 122.936) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 299.593 98.425) (end 299.593 94.361) (width 0.2032) (layer Composant) (net 351)) + (segment (start 334.645 121.539) (end 328.93 121.539) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 351.409 120.015) (end 348.742 122.682) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 301.117 99.949) (end 301.117 101.473) (width 0.2032) (layer Composant) (net 351) (status 800)) + (segment (start 301.117 101.473) (end 301.498 101.854) (width 0.2032) (layer Composant) (net 351)) + (segment (start 323.088 121.793) (end 322.834 122.047) (width 0.2032) (layer Cuivre) (net 351)) + (via (at 302.133 122.555) (size 0.889) (layers Composant Cuivre) (net 351)) + (segment (start 304.165 82.677) (end 306.451 80.391) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 318.389 122.936) (end 318.262 122.809) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 306.451 80.391) (end 306.451 74.93) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 304.165 89.916) (end 304.165 82.677) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 302.133 122.555) (end 302.768 122.555) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 308.356 75.438) (end 312.674 75.438) (width 0.2032) (layer Composant) (net 351)) + (segment (start 335.788 122.682) (end 334.645 121.539) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 317.881 76.6826) (end 319.659 76.6826) (width 0.2032) (layer Composant) (net 351)) + (segment (start 302.133 122.555) (end 302.133 112.903) (width 0.2032) (layer Composant) (net 351)) + (segment (start 301.498 112.268) (end 301.498 101.854) (width 0.2032) (layer Composant) (net 351)) + (segment (start 328.676 121.793) (end 323.088 121.793) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 302.133 112.903) (end 301.498 112.268) (width 0.2032) (layer Composant) (net 351)) + (segment (start 300.101 93.218) (end 300.355 92.964) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 319.659 76.6826) (end 319.8368 76.7588) (width 0.2032) (layer Composant) (net 351) (status 400)) + (segment (start 300.101 93.853) (end 300.101 93.218) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 306.451 74.93) (end 307.848 74.93) (width 0.2032) (layer Composant) (net 351)) + (via (at 300.101 93.853) (size 0.889) (layers Composant Cuivre) (net 351)) + (segment (start 353.695 120.015) (end 351.409 120.015) (width 0.2032) (layer Cuivre) (net 351) (status 800)) + (segment (start 328.93 121.539) (end 328.676 121.793) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 302.768 122.555) (end 303.022 122.809) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 312.674 75.438) (end 312.674 75.4126) (width 0.2032) (layer Composant) (net 351) (status 400)) + (via (at 306.451 74.93) (size 0.889) (layers Composant Cuivre) (net 351)) + (segment (start 316.611 75.4126) (end 317.881 76.6826) (width 0.2032) (layer Composant) (net 351)) + (segment (start 348.742 122.682) (end 335.788 122.682) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 312.674 75.4126) (end 316.611 75.4126) (width 0.2032) (layer Composant) (net 351) (status 800)) + (segment (start 318.262 122.809) (end 303.022 122.809) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 301.117 99.949) (end 299.593 98.425) (width 0.2032) (layer Composant) (net 351) (status 800)) + (segment (start 322.834 122.047) (end 322.834 122.682) (width 0.2032) (layer Cuivre) (net 351)) + (segment (start 300.863 92.456) (end 303.657 89.662) (width 0.2032) (layer Cuivre) (net 352)) + (via (at 301.371 120.777) (size 0.889) (layers Composant Cuivre) (net 352)) + (segment (start 312.293 120.142) (end 322.199 120.142) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 299.593 99.441) (end 299.593 101.219) (width 0.2032) (layer Composant) (net 352)) + (segment (start 349.758 115.951) (end 335.153 115.951) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 352.298 118.491) (end 349.758 115.951) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 334.645 116.459) (end 332.613 116.459) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 305.308 119.888) (end 312.039 119.888) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 312.039 119.888) (end 312.293 120.142) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 332.359 118.745) (end 332.105 118.999) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 332.359 116.713) (end 332.359 118.745) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 305.689 75.692) (end 307.467 75.692) (width 0.2032) (layer Composant) (net 352)) + (segment (start 305.308 75.311) (end 305.689 75.692) (width 0.2032) (layer Composant) (net 352)) + (segment (start 298.577 93.726) (end 298.577 92.837) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 332.105 118.999) (end 328.676 118.999) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 328.676 118.999) (end 328.422 119.253) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 328.422 119.253) (end 328.422 121.031) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 328.422 121.031) (end 328.168 121.285) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 328.168 121.285) (end 323.342 121.285) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 305.308 119.888) (end 304.419 120.777) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 298.577 97.409) (end 298.577 98.425) (width 0.2032) (layer Composant) (net 352) (status 800)) + (segment (start 304.419 120.777) (end 301.371 120.777) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 298.577 98.425) (end 299.593 99.441) (width 0.2032) (layer Composant) (net 352)) + (segment (start 300.863 119.761) (end 301.371 120.269) (width 0.2032) (layer Composant) (net 352)) + (segment (start 299.593 101.219) (end 300.863 102.489) (width 0.2032) (layer Composant) (net 352)) + (segment (start 300.863 102.489) (end 300.863 119.761) (width 0.2032) (layer Composant) (net 352)) + (segment (start 356.235 120.015) (end 354.711 118.491) (width 0.2032) (layer Cuivre) (net 352) (status 800)) + (segment (start 301.371 120.269) (end 301.371 120.777) (width 0.2032) (layer Composant) (net 352)) + (segment (start 298.577 97.409) (end 298.577 93.726) (width 0.2032) (layer Composant) (net 352) (status 800)) + (segment (start 316.484 75.9206) (end 317.881 77.3176) (width 0.2032) (layer Composant) (net 352)) + (segment (start 322.199 120.142) (end 323.342 121.285) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 312.674 75.9206) (end 316.484 75.9206) (width 0.2032) (layer Composant) (net 352) (status 800)) + (segment (start 317.881 77.3176) (end 319.659 77.3176) (width 0.2032) (layer Composant) (net 352)) + (segment (start 354.711 118.491) (end 352.298 118.491) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 312.674 75.946) (end 312.674 75.9206) (width 0.2032) (layer Composant) (net 352) (status 400)) + (segment (start 307.721 75.946) (end 312.674 75.946) (width 0.2032) (layer Composant) (net 352)) + (segment (start 307.467 75.692) (end 307.721 75.946) (width 0.2032) (layer Composant) (net 352)) + (via (at 298.577 93.726) (size 0.889) (layers Composant Cuivre) (net 352)) + (segment (start 303.657 79.375) (end 305.308 77.724) (width 0.2032) (layer Cuivre) (net 352)) + (via (at 305.308 75.311) (size 0.889) (layers Composant Cuivre) (net 352)) + (segment (start 303.657 89.662) (end 303.657 79.375) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 305.308 77.724) (end 305.308 75.311) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 319.659 77.3176) (end 319.8368 77.3938) (width 0.2032) (layer Composant) (net 352) (status 400)) + (segment (start 298.577 92.837) (end 298.958 92.456) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 298.958 92.456) (end 300.863 92.456) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 335.153 115.951) (end 334.645 116.459) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 332.613 116.459) (end 332.359 116.713) (width 0.2032) (layer Cuivre) (net 352)) + (segment (start 296.799 105.029) (end 296.037 105.029) (width 0.2032) (layer Composant) (net 353) (status 400)) + (segment (start 296.799 117.729) (end 297.053 117.475) (width 0.2032) (layer Composant) (net 353)) + (segment (start 297.053 117.475) (end 297.053 105.283) (width 0.2032) (layer Composant) (net 353)) + (segment (start 296.037 117.729) (end 296.799 117.729) (width 0.2032) (layer Composant) (net 353) (status 800)) + (segment (start 297.053 105.283) (end 296.799 105.029) (width 0.2032) (layer Composant) (net 353)) + (segment (start 296.037 120.269) (end 294.64 120.269) (width 0.2032) (layer Composant) (net 354) (status 800)) + (segment (start 294.386 120.015) (end 294.386 107.823) (width 0.2032) (layer Composant) (net 354)) + (segment (start 294.386 107.823) (end 294.64 107.569) (width 0.2032) (layer Composant) (net 354)) + (segment (start 294.64 107.569) (end 296.037 107.569) (width 0.2032) (layer Composant) (net 354) (status 400)) + (segment (start 294.64 120.269) (end 294.386 120.015) (width 0.2032) (layer Composant) (net 354)) + (segment (start 295.275 110.109) (end 295.021 110.363) (width 0.2032) (layer Composant) (net 355)) + (segment (start 295.021 110.363) (end 295.021 118.364) (width 0.2032) (layer Composant) (net 355)) + (segment (start 297.053 119.126) (end 297.053 122.555) (width 0.2032) (layer Composant) (net 355)) + (segment (start 296.799 122.809) (end 296.037 122.809) (width 0.2032) (layer Composant) (net 355) (status 400)) + (segment (start 295.402 118.745) (end 295.021 118.364) (width 0.2032) (layer Composant) (net 355)) + (segment (start 296.037 110.109) (end 295.275 110.109) (width 0.2032) (layer Composant) (net 355) (status 800)) + (segment (start 295.402 118.745) (end 296.672 118.745) (width 0.2032) (layer Composant) (net 355)) + (segment (start 297.053 122.555) (end 296.799 122.809) (width 0.2032) (layer Composant) (net 355)) + (segment (start 297.053 119.126) (end 296.672 118.745) (width 0.2032) (layer Composant) (net 355)) + (segment (start 330.962 67.056) (end 330.962 69.215) (width 0.2032) (layer VCC_layer) (net 356)) + (via (at 165.354 82.931) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 160.782 90.805) (end 159.766 91.821) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 159.766 91.821) (end 159.766 92.964) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 157.1752 93.0402) (end 159.004 93.0402) (width 0.2032) (layer Composant) (net 356) (status 800)) + (segment (start 159.004 93.0402) (end 158.9278 92.964) (width 0.2032) (layer Composant) (net 356)) + (segment (start 158.9278 92.964) (end 159.766 92.964) (width 0.2032) (layer Composant) (net 356)) + (segment (start 328.168 67.437) (end 328.93 66.675) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 324.993 67.183) (end 325.247 67.437) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 160.782 85.979) (end 160.782 90.805) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 335.153 66.675) (end 334.899 66.421) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 325.755 63.373) (end 325.755 65.659) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 335.026 96.774) (end 335.026 96.393) (width 0.2032) (layer Composant) (net 356)) + (segment (start 165.354 63.881) (end 165.354 82.931) (width 0.2032) (layer Composant) (net 356)) + (segment (start 332.867 85.471) (end 335.153 83.185) (width 0.2032) (layer Cuivre) (net 356)) + (via (at 333.756 62.992) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 333.756 66.167) (end 333.756 62.992) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 334.01 66.421) (end 333.756 66.167) (width 0.2032) (layer Cuivre) (net 356)) + (via (at 165.354 63.881) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 333.502 90.043) (end 332.867 89.408) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 335.153 83.185) (end 335.153 66.675) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 308.229 63.373) (end 322.961 63.373) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 333.502 69.469) (end 333.756 69.215) (width 0.2032) (layer VCC_layer) (net 356)) + (segment (start 324.993 66.421) (end 325.755 65.659) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 335.915 102.235) (end 335.915 97.663) (width 0.2032) (layer Composant) (net 356) (status 800)) + (segment (start 325.247 67.437) (end 328.168 67.437) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 328.93 66.675) (end 330.581 66.675) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 330.962 69.215) (end 331.216 69.469) (width 0.2032) (layer VCC_layer) (net 356)) + (segment (start 167.259 58.166) (end 167.259 61.976) (width 0.2032) (layer GND_layer) (net 356)) + (via (at 330.581 66.675) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 324.993 66.421) (end 324.993 67.183) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 330.581 66.675) (end 330.962 67.056) (width 0.2032) (layer VCC_layer) (net 356)) + (segment (start 307.4162 66.675) (end 307.4162 65.405) (width 0.2032) (layer Composant) (net 356) (status 800)) + (segment (start 332.867 89.408) (end 332.867 85.471) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 334.899 66.421) (end 334.01 66.421) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 168.021 57.404) (end 167.259 58.166) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 167.259 61.976) (end 165.354 63.881) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 333.756 62.992) (end 333.756 58.547) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 336.042 91.694) (end 334.391 90.043) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 325.501 63.119) (end 325.755 63.373) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 333.756 69.215) (end 333.756 62.992) (width 0.2032) (layer VCC_layer) (net 356)) + (segment (start 307.848 63.754) (end 308.229 63.373) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 335.026 95.631) (end 336.042 94.615) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 323.215 63.119) (end 325.501 63.119) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 336.042 94.615) (end 336.042 91.694) (width 0.2032) (layer Cuivre) (net 356)) + (via (at 159.766 92.964) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 335.026 96.393) (end 335.026 95.631) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 334.391 90.043) (end 333.502 90.043) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 307.848 65.405) (end 307.848 63.754) (width 0.2032) (layer Composant) (net 356)) + (segment (start 335.915 97.663) (end 335.026 96.774) (width 0.2032) (layer Composant) (net 356)) + (segment (start 162.56 84.201) (end 160.782 85.979) (width 0.2032) (layer Cuivre) (net 356)) + (via (at 335.026 96.393) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 164.084 84.201) (end 162.56 84.201) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 165.354 82.931) (end 164.084 84.201) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 299.72 57.023) (end 299.466 57.404) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 299.72 57.023) (end 332.232 57.023) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 299.466 57.404) (end 168.021 57.404) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 332.232 57.023) (end 333.756 58.547) (width 0.2032) (layer GND_layer) (net 356)) + (segment (start 307.4162 65.405) (end 307.848 65.405) (width 0.2032) (layer Composant) (net 356)) + (via (at 307.848 63.754) (size 0.889) (layers Composant Cuivre) (net 356)) + (segment (start 322.961 63.373) (end 323.215 63.119) (width 0.2032) (layer Cuivre) (net 356)) + (segment (start 331.216 69.469) (end 333.502 69.469) (width 0.2032) (layer VCC_layer) (net 356)) + (segment (start 311.658 69.85) (end 311.404 70.104) (width 0.2032) (layer GND_layer) (net 357)) + (segment (start 154.178 69.596) (end 154.051 69.469) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 299.593 69.596) (end 299.593 68.834) (width 0.2032) (layer Cuivre) (net 357)) + (via (at 308.229 70.104) (size 0.889) (layers Composant Cuivre) (net 357)) + (segment (start 307.213 69.85) (end 307.467 70.104) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 245.999 67.945) (end 258.318 67.945) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 307.467 70.104) (end 308.229 70.104) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 328.041 62.103) (end 328.295 62.357) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 145.034 69.469) (end 154.051 69.469) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 258.318 67.945) (end 258.699 68.326) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 299.593 68.834) (end 298.069 67.31) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 328.295 62.865) (end 328.295 62.357) (width 0.2032) (layer Cuivre) (net 357)) + (via (at 328.295 62.865) (size 0.889) (layers Composant Cuivre) (net 357)) + (segment (start 330.835 92.964) (end 328.295 90.424) (width 0.2032) (layer VCC_layer) (net 357)) + (segment (start 330.835 104.775) (end 330.835 92.964) (width 0.2032) (layer VCC_layer) (net 357) (status 800)) + (segment (start 328.295 90.424) (end 328.295 84.963) (width 0.2032) (layer VCC_layer) (net 357)) + (via (at 328.295 84.963) (size 0.889) (layers Composant Cuivre) (net 357)) + (segment (start 311.404 70.104) (end 308.229 70.104) (width 0.2032) (layer GND_layer) (net 357)) + (segment (start 136.7028 69.85) (end 136.7028 72.5678) (width 0.2032) (layer Composant) (net 357) (status 400)) + (segment (start 144.653 69.088) (end 145.034 69.469) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 138.303 69.088) (end 144.653 69.088) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 137.16 69.596) (end 137.16 69.342) (width 0.2032) (layer Composant) (net 357)) + (via (at 137.16 69.342) (size 0.889) (layers Composant Cuivre) (net 357)) + (segment (start 328.041 62.103) (end 312.547 62.103) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 328.295 84.963) (end 328.295 62.865) (width 0.2032) (layer Composant) (net 357)) + (segment (start 258.699 68.326) (end 259.715 68.326) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 299.593 69.596) (end 299.847 69.85) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 311.658 62.992) (end 311.658 69.85) (width 0.2032) (layer GND_layer) (net 357)) + (segment (start 259.715 68.326) (end 260.731 67.31) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 138.049 69.342) (end 138.303 69.088) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 160.401 69.596) (end 160.528 69.469) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 154.178 69.596) (end 160.401 69.596) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 312.547 62.103) (end 311.658 62.992) (width 0.2032) (layer GND_layer) (net 357)) + (segment (start 299.847 69.85) (end 307.213 69.85) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 137.16 69.342) (end 138.049 69.342) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 160.528 69.469) (end 244.475 69.469) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 298.069 67.31) (end 260.731 67.31) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 136.906 69.85) (end 137.16 69.596) (width 0.2032) (layer Composant) (net 357)) + (via (at 312.547 62.103) (size 0.889) (layers Composant Cuivre) (net 357)) + (segment (start 244.475 69.469) (end 245.999 67.945) (width 0.2032) (layer Cuivre) (net 357)) + (segment (start 136.7028 69.85) (end 136.906 69.85) (width 0.2032) (layer Composant) (net 357)) + (segment (start 153.162 74.295) (end 152.019 73.152) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 145.415 73.152) (end 143.002 75.565) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 152.019 73.152) (end 145.415 73.152) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 137.414 74.803) (end 138.176 75.565) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 190.119 76.073) (end 187.325 76.073) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 137.3378 74.295) (end 137.414 74.295) (width 0.2032) (layer Composant) (net 358)) + (segment (start 138.176 75.565) (end 143.002 75.565) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 313.944 102.108) (end 314.198 102.362) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 312.293 102.108) (end 313.944 102.108) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 190.119 93.218) (end 189.484 92.583) (width 0.2032) (layer Composant) (net 358)) + (segment (start 319.405 104.14) (end 322.453 104.14) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 187.325 76.073) (end 186.69 75.438) (width 0.2032) (layer Cuivre) (net 358)) + (via (at 137.414 74.803) (size 0.889) (layers Composant Cuivre) (net 358)) + (segment (start 189.484 81.661) (end 190.119 81.026) (width 0.2032) (layer Composant) (net 358)) + (segment (start 190.119 84.074) (end 189.484 83.439) (width 0.2032) (layer Composant) (net 358)) + (segment (start 186.69 75.438) (end 164.084 75.438) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 189.484 90.551) (end 190.119 89.916) (width 0.2032) (layer Composant) (net 358)) + (segment (start 329.565 104.013) (end 323.342 104.013) (width 0.2032) (layer GND_layer) (net 358)) + (segment (start 333.375 104.775) (end 332.359 103.759) (width 0.2032) (layer GND_layer) (net 358) (status 800)) + (segment (start 314.198 102.616) (end 315.087 103.505) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 314.198 102.362) (end 314.198 102.616) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 190.5 97.536) (end 190.119 97.155) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 193.675 97.536) (end 190.5 97.536) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 307.213 101.473) (end 306.705 100.965) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 190.119 81.026) (end 190.119 76.073) (width 0.2032) (layer Composant) (net 358)) + (segment (start 190.119 97.155) (end 190.119 93.218) (width 0.2032) (layer Composant) (net 358)) + (segment (start 189.484 92.583) (end 189.484 90.551) (width 0.2032) (layer Composant) (net 358)) + (segment (start 217.932 97.409) (end 218.948 96.393) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 218.948 96.393) (end 239.141 96.393) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 239.141 96.393) (end 240.03 97.409) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 291.084 97.409) (end 240.03 97.409) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 311.658 101.473) (end 307.213 101.473) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 159.004 74.295) (end 159.258 74.041) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 312.293 102.108) (end 311.658 101.473) (width 0.2032) (layer Cuivre) (net 358)) + (via (at 322.453 104.14) (size 0.889) (layers Composant Cuivre) (net 358)) + (segment (start 162.687 74.041) (end 164.084 75.438) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 322.453 104.14) (end 323.215 104.14) (width 0.2032) (layer GND_layer) (net 358)) + (segment (start 137.3378 72.5678) (end 137.3378 74.295) (width 0.2032) (layer Composant) (net 358) (status 800)) + (segment (start 193.802 97.409) (end 193.675 97.536) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 190.119 89.916) (end 190.119 84.074) (width 0.2032) (layer Composant) (net 358)) + (segment (start 159.258 74.041) (end 162.687 74.041) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 189.484 83.439) (end 189.484 81.661) (width 0.2032) (layer Composant) (net 358)) + (via (at 190.119 76.073) (size 0.889) (layers Composant Cuivre) (net 358)) + (segment (start 217.932 97.409) (end 193.802 97.409) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 137.414 74.295) (end 137.414 74.803) (width 0.2032) (layer Composant) (net 358)) + (segment (start 306.705 100.965) (end 294.64 100.965) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 332.359 103.759) (end 329.819 103.759) (width 0.2032) (layer GND_layer) (net 358)) + (via (at 190.119 97.155) (size 0.889) (layers Composant Cuivre) (net 358)) + (segment (start 323.342 104.013) (end 323.215 104.14) (width 0.2032) (layer GND_layer) (net 358)) + (segment (start 294.64 100.965) (end 291.084 97.409) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 315.087 103.505) (end 318.77 103.505) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 153.162 74.295) (end 159.004 74.295) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 329.819 103.759) (end 329.565 104.013) (width 0.2032) (layer GND_layer) (net 358)) + (segment (start 319.405 104.14) (end 318.77 103.505) (width 0.2032) (layer Cuivre) (net 358)) + (segment (start 183.388 79.248) (end 184.15 80.01) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 319.532 110.617) (end 319.532 106.172) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 185.293 85.344) (end 185.293 105.41) (width 0.2032) (layer Composant) (net 359)) + (via (at 185.293 105.41) (size 0.889) (layers Composant Cuivre) (net 359)) + (segment (start 294.767 101.473) (end 306.451 101.473) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 272.415 103.378) (end 273.558 103.378) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 256.286 104.902) (end 257.302 103.886) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 184.15 84.201) (end 185.293 85.344) (width 0.2032) (layer Composant) (net 359)) + (segment (start 260.477 103.124) (end 272.161 103.124) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 319.278 105.918) (end 319.532 106.172) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 312.293 102.743) (end 313.69 102.743) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 248.285 105.029) (end 248.666 105.41) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 257.302 103.886) (end 259.715 103.886) (width 0.2032) (layer Cuivre) (net 359)) + (via (at 184.15 80.01) (size 0.889) (layers Composant Cuivre) (net 359)) + (segment (start 185.293 105.41) (end 185.674 105.029) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 333.375 120.015) (end 331.851 118.491) (width 0.2032) (layer VCC_layer) (net 359) (status 800)) + (segment (start 314.96 104.013) (end 318.516 104.013) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 322.199 112.395) (end 321.31 112.395) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 294.64 101.6) (end 294.767 101.473) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 289.052 101.6) (end 294.64 101.6) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 252.222 105.41) (end 252.73 104.902) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 275.082 101.854) (end 288.798 101.854) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 184.15 80.01) (end 184.15 84.201) (width 0.2032) (layer Composant) (net 359)) + (segment (start 306.959 101.981) (end 311.531 101.981) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 98.552 80.518) (end 98.552 79.375) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 162.687 78.867) (end 163.322 79.502) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 163.322 79.502) (end 163.322 80.01) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 273.558 103.378) (end 275.082 101.854) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 319.278 105.156) (end 319.278 105.918) (width 0.2032) (layer VCC_layer) (net 359)) + (via (at 319.278 105.156) (size 0.889) (layers Composant Cuivre) (net 359)) + (segment (start 318.516 104.013) (end 319.278 104.775) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 137.16 78.613) (end 137.668 78.105) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 129.667 79.629) (end 131.699 79.629) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 126.492 79.121) (end 127.508 80.137) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 132.715 78.613) (end 137.16 78.613) (width 0.2032) (layer Cuivre) (net 359)) + (via (at 98.552 80.518) (size 0.889) (layers Composant Cuivre) (net 359)) + (segment (start 98.6282 78.867) (end 98.6282 80.264) (width 0.2032) (layer Composant) (net 359) (status 800)) + (segment (start 131.699 79.629) (end 132.715 78.613) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 259.715 103.886) (end 260.477 103.124) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 313.69 102.743) (end 314.96 104.013) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 98.6282 80.264) (end 98.552 80.264) (width 0.2032) (layer Composant) (net 359)) + (segment (start 129.159 80.137) (end 129.667 79.629) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 150.495 78.359) (end 154.813 78.359) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 98.806 79.121) (end 126.492 79.121) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 98.552 80.264) (end 98.552 80.518) (width 0.2032) (layer Composant) (net 359)) + (segment (start 98.552 79.375) (end 98.806 79.121) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 137.668 78.105) (end 150.241 78.105) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 150.241 78.105) (end 150.495 78.359) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 164.973 80.264) (end 165.989 79.248) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 163.322 80.01) (end 163.576 80.264) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 163.576 80.264) (end 164.973 80.264) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 165.989 79.248) (end 183.388 79.248) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 252.73 104.902) (end 256.286 104.902) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 323.469 116.205) (end 322.453 115.189) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 322.453 115.189) (end 322.453 112.649) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 185.674 105.029) (end 248.285 105.029) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 331.851 118.491) (end 330.073 118.491) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 127.508 80.137) (end 129.159 80.137) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 311.531 101.981) (end 312.293 102.743) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 330.073 118.491) (end 327.787 116.205) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 327.787 116.205) (end 323.469 116.205) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 306.451 101.473) (end 306.959 101.981) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 322.453 112.649) (end 322.199 112.395) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 248.666 105.41) (end 252.222 105.41) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 321.31 112.395) (end 319.532 110.617) (width 0.2032) (layer VCC_layer) (net 359)) + (segment (start 319.278 104.775) (end 319.278 105.156) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 155.321 78.867) (end 162.687 78.867) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 155.321 78.867) (end 154.813 78.359) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 288.798 101.854) (end 289.052 101.6) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 272.161 103.124) (end 272.415 103.378) (width 0.2032) (layer Cuivre) (net 359)) + (segment (start 334.899 86.36) (end 334.899 67.945) (width 0.2032) (layer Composant) (net 360)) + (segment (start 336.931 97.536) (end 336.296 96.901) (width 0.2032) (layer Composant) (net 360)) + (segment (start 336.296 96.901) (end 336.296 96.393) (width 0.2032) (layer Composant) (net 360)) + (segment (start 334.899 89.916) (end 334.899 86.36) (width 0.2032) (layer Cuivre) (net 360)) + (segment (start 334.899 123.571) (end 334.899 104.267) (width 0.2032) (layer Composant) (net 360)) + (segment (start 336.55 96.139) (end 336.55 91.567) (width 0.2032) (layer Cuivre) (net 360)) + (segment (start 336.296 96.393) (end 336.55 96.139) (width 0.2032) (layer Cuivre) (net 360)) + (segment (start 319.8368 67.31) (end 319.8368 67.0052) (width 0.2032) (layer Composant) (net 360) (status 400)) + (via (at 334.899 86.36) (size 0.889) (layers Composant Cuivre) (net 360)) + (segment (start 321.818 67.31) (end 322.707 68.199) (width 0.2032) (layer Cuivre) (net 360)) + (segment (start 336.931 102.997) (end 336.931 97.536) (width 0.2032) (layer Composant) (net 360)) + (segment (start 329.311 67.691) (end 328.803 68.199) (width 0.2032) (layer Cuivre) (net 360)) + (via (at 329.311 67.691) (size 0.889) (layers Composant Cuivre) (net 360)) + (segment (start 336.423 103.505) (end 336.931 102.997) (width 0.2032) (layer Composant) (net 360)) + (segment (start 334.645 67.691) (end 334.899 67.945) (width 0.2032) (layer Composant) (net 360)) + (segment (start 335.661 103.505) (end 336.423 103.505) (width 0.2032) (layer Composant) (net 360)) + (segment (start 333.375 125.095) (end 334.899 123.571) (width 0.2032) (layer Composant) (net 360) (status 800)) + (segment (start 322.707 68.199) (end 328.803 68.199) (width 0.2032) (layer Cuivre) (net 360)) + (segment (start 321.818 67.31) (end 319.8368 67.31) (width 0.2032) (layer Composant) (net 360)) + (via (at 321.818 67.31) (size 0.889) (layers Composant Cuivre) (net 360)) + (via (at 336.296 96.393) (size 0.889) (layers Composant Cuivre) (net 360)) + (segment (start 334.899 104.267) (end 335.661 103.505) (width 0.2032) (layer Composant) (net 360)) + (segment (start 329.311 67.691) (end 334.645 67.691) (width 0.2032) (layer Composant) (net 360)) + (segment (start 336.55 91.567) (end 334.899 89.916) (width 0.2032) (layer Cuivre) (net 360)) + (segment (start 319.8368 67.6402) (end 319.8368 67.31) (width 0.2032) (layer Composant) (net 360) (status 800)) + (segment (start 326.39 57.023) (end 326.644 57.277) (width 0.2032) (layer Composant) (net 361)) + (segment (start 153.289 77.089) (end 153.797 76.581) (width 0.2032) (layer Composant) (net 361)) + (via (at 155.448 71.501) (size 0.889) (layers Composant Cuivre) (net 361)) + (via (at 153.289 82.296) (size 0.889) (layers Composant Cuivre) (net 361)) + (segment (start 159.258 58.928) (end 161.163 57.023) (width 0.2032) (layer Composant) (net 361)) + (segment (start 161.163 57.023) (end 326.39 57.023) (width 0.2032) (layer Composant) (net 361)) + (segment (start 154.559 100.203) (end 154.305 99.949) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 154.305 99.949) (end 154.305 90.551) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 152.2984 103.759) (end 152.2984 101.346) (width 0.2032) (layer Composant) (net 361) (status 800)) + (segment (start 152.527 101.346) (end 153.67 100.203) (width 0.2032) (layer Composant) (net 361)) + (segment (start 152.2984 101.346) (end 152.527 101.346) (width 0.2032) (layer Composant) (net 361)) + (segment (start 153.67 100.203) (end 154.559 100.203) (width 0.2032) (layer Composant) (net 361)) + (via (at 154.559 100.203) (size 0.889) (layers Composant Cuivre) (net 361)) + (segment (start 326.644 57.277) (end 326.644 60.833) (width 0.2032) (layer Composant) (net 361)) + (segment (start 155.448 71.501) (end 159.258 71.501) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 153.289 82.296) (end 153.289 77.089) (width 0.2032) (layer Composant) (net 361)) + (segment (start 153.797 76.581) (end 153.797 74.93) (width 0.2032) (layer Composant) (net 361)) + (segment (start 155.448 73.279) (end 155.448 71.501) (width 0.2032) (layer Composant) (net 361)) + (segment (start 326.644 60.833) (end 326.6694 60.833) (width 0.2032) (layer Composant) (net 361) (status 400)) + (segment (start 156.21 82.296) (end 156.718 82.804) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 156.718 82.804) (end 156.718 88.138) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 156.718 88.138) (end 154.305 90.551) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 153.289 82.296) (end 156.21 82.296) (width 0.2032) (layer Cuivre) (net 361)) + (segment (start 159.258 71.501) (end 159.258 58.928) (width 0.2032) (layer Composant) (net 361)) + (via (at 159.258 71.501) (size 0.889) (layers Composant Cuivre) (net 361)) + (segment (start 155.448 73.279) (end 153.797 74.93) (width 0.2032) (layer Composant) (net 361)) + (segment (start 325.12 57.531) (end 325.374 57.785) (width 0.2032) (layer Composant) (net 362)) + (segment (start 155.067 74.93) (end 157.861 72.136) (width 0.2032) (layer Composant) (net 362)) + (segment (start 155.067 94.234) (end 155.067 90.805) (width 0.2032) (layer Cuivre) (net 362)) + (segment (start 155.575 93.853) (end 155.194 94.234) (width 0.2032) (layer Composant) (net 362)) + (segment (start 157.1752 93.7006) (end 155.575 93.7006) (width 0.2032) (layer Composant) (net 362) (status 800)) + (segment (start 155.575 93.7006) (end 155.575 93.853) (width 0.2032) (layer Composant) (net 362)) + (segment (start 155.194 94.234) (end 155.067 94.234) (width 0.2032) (layer Composant) (net 362)) + (via (at 155.067 94.234) (size 0.889) (layers Composant Cuivre) (net 362)) + (segment (start 157.861 72.136) (end 157.861 68.453) (width 0.2032) (layer Composant) (net 362)) + (segment (start 156.21 81.407) (end 157.226 82.423) (width 0.2032) (layer Cuivre) (net 362)) + (segment (start 155.067 81.407) (end 156.21 81.407) (width 0.2032) (layer Cuivre) (net 362)) + (segment (start 157.226 82.423) (end 157.226 88.646) (width 0.2032) (layer Cuivre) (net 362)) + (segment (start 157.226 88.646) (end 155.067 90.805) (width 0.2032) (layer Cuivre) (net 362)) + (via (at 160.782 68.072) (size 0.889) (layers Composant Cuivre) (net 362)) + (segment (start 157.988 68.326) (end 157.861 68.453) (width 0.2032) (layer Composant) (net 362)) + (segment (start 325.374 57.785) (end 325.374 60.833) (width 0.2032) (layer Composant) (net 362)) + (segment (start 325.374 60.833) (end 325.3486 60.833) (width 0.2032) (layer Composant) (net 362) (status 400)) + (segment (start 161.417 57.531) (end 325.12 57.531) (width 0.2032) (layer Composant) (net 362)) + (segment (start 157.988 68.326) (end 160.528 68.326) (width 0.2032) (layer Cuivre) (net 362)) + (segment (start 155.067 81.407) (end 155.067 74.93) (width 0.2032) (layer Composant) (net 362)) + (segment (start 160.782 68.072) (end 160.782 58.166) (width 0.2032) (layer Composant) (net 362)) + (segment (start 160.782 58.166) (end 161.417 57.531) (width 0.2032) (layer Composant) (net 362)) + (segment (start 160.528 68.326) (end 160.782 68.072) (width 0.2032) (layer Cuivre) (net 362)) + (via (at 157.988 68.326) (size 0.889) (layers Composant Cuivre) (net 362)) + (via (at 155.067 81.407) (size 0.889) (layers Composant Cuivre) (net 362)) + (segment (start 332.232 63.119) (end 332.867 63.754) (width 0.2032) (layer Composant) (net 363)) + (segment (start 159.766 94.107) (end 160.655 93.218) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 160.02 99.441) (end 160.02 95.377) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 337.947 90.17) (end 337.693 90.424) (width 0.2032) (layer Composant) (net 363)) + (segment (start 337.947 87.503) (end 337.947 90.17) (width 0.2032) (layer Composant) (net 363)) + (via (at 332.232 63.119) (size 0.889) (layers Composant Cuivre) (net 363)) + (segment (start 160.655 93.218) (end 160.655 91.821) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 331.089 57.531) (end 332.232 58.674) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 300.609 57.531) (end 331.089 57.531) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 157.1752 99.5426) (end 159.258 99.5426) (width 0.2032) (layer Composant) (net 363) (status 800)) + (segment (start 332.867 66.802) (end 333.121 67.056) (width 0.2032) (layer Composant) (net 363)) + (via (at 166.624 63.881) (size 0.889) (layers Composant Cuivre) (net 363)) + (segment (start 168.275 57.912) (end 300.228 57.912) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 166.624 83.312) (end 166.624 82.931) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 337.693 91.948) (end 337.7184 92.0242) (width 0.2032) (layer Composant) (net 363) (status 400)) + (segment (start 300.228 57.912) (end 300.609 57.531) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 335.407 67.31) (end 335.407 84.963) (width 0.2032) (layer Composant) (net 363)) + (segment (start 159.766 95.123) (end 159.766 94.107) (width 0.2032) (layer Cuivre) (net 363)) + (via (at 166.624 82.931) (size 0.889) (layers Composant Cuivre) (net 363)) + (segment (start 166.624 63.881) (end 167.894 62.611) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 332.867 63.754) (end 332.867 66.802) (width 0.2032) (layer Composant) (net 363)) + (segment (start 332.232 63.119) (end 332.232 58.674) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 160.655 91.821) (end 161.544 90.932) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 335.153 67.056) (end 335.407 67.31) (width 0.2032) (layer Composant) (net 363)) + (segment (start 337.693 90.424) (end 337.693 91.948) (width 0.2032) (layer Composant) (net 363)) + (segment (start 167.894 58.293) (end 168.275 57.912) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 167.894 62.611) (end 167.894 58.293) (width 0.2032) (layer GND_layer) (net 363)) + (segment (start 160.02 95.377) (end 159.766 95.123) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 333.121 67.056) (end 335.153 67.056) (width 0.2032) (layer Composant) (net 363)) + (segment (start 335.407 84.963) (end 337.947 87.503) (width 0.2032) (layer Composant) (net 363)) + (segment (start 161.544 90.932) (end 161.544 86.233) (width 0.2032) (layer Cuivre) (net 363)) + (via (at 160.02 99.441) (size 0.889) (layers Composant Cuivre) (net 363)) + (segment (start 165.1 84.836) (end 166.624 83.312) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 166.624 82.931) (end 166.624 63.881) (width 0.2032) (layer Composant) (net 363)) + (segment (start 159.258 99.5426) (end 159.258 99.441) (width 0.2032) (layer Composant) (net 363)) + (segment (start 165.1 84.836) (end 162.941 84.836) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 162.941 84.836) (end 161.544 86.233) (width 0.2032) (layer Cuivre) (net 363)) + (segment (start 159.258 99.441) (end 160.02 99.441) (width 0.2032) (layer Composant) (net 363)) + (via (at 130.175 91.567) (size 0.889) (layers Composant Cuivre) (net 364)) + (segment (start 119.888 90.4494) (end 121.6406 92.202) (width 0.2032) (layer Composant) (net 364)) + (segment (start 149.86 82.804) (end 136.525 82.804) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 124.206 92.4052) (end 124.206 92.202) (width 0.2032) (layer Composant) (net 364)) + (segment (start 125.984 92.4052) (end 124.206 92.4052) (width 0.2032) (layer Composant) (net 364) (status 800)) + (segment (start 149.86 82.804) (end 152.273 85.217) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 152.908 112.268) (end 153.289 112.649) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 128.016 92.202) (end 129.032 91.186) (width 0.2032) (layer Composant) (net 364)) + (segment (start 128.016 92.4052) (end 128.016 92.202) (width 0.2032) (layer Composant) (net 364)) + (segment (start 124.206 92.202) (end 121.6406 92.202) (width 0.2032) (layer Composant) (net 364)) + (segment (start 154.305 129.7686) (end 154.305 129.54) (width 0.2032) (layer Composant) (net 364)) + (segment (start 152.908 108.585) (end 152.908 112.268) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 154.305 129.54) (end 157.48 126.365) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 152.273 107.95) (end 152.908 108.585) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 157.1752 129.7686) (end 154.305 129.7686) (width 0.2032) (layer Composant) (net 364) (status 800)) + (segment (start 153.289 115.189) (end 157.48 119.38) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 129.794 91.186) (end 130.175 91.567) (width 0.2032) (layer Composant) (net 364)) + (segment (start 157.48 119.38) (end 157.48 126.365) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 136.525 82.804) (end 130.175 89.154) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 152.273 85.217) (end 152.273 107.95) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 125.984 92.4052) (end 128.016 92.4052) (width 0.2032) (layer Composant) (net 364) (status 800)) + (segment (start 130.175 89.154) (end 130.175 91.567) (width 0.2032) (layer Cuivre) (net 364)) + (segment (start 153.289 112.649) (end 153.289 115.189) (width 0.2032) (layer Cuivre) (net 364)) + (via (at 154.305 129.54) (size 0.889) (layers Composant Cuivre) (net 364)) + (segment (start 114.554 90.4494) (end 119.888 90.4494) (width 0.2032) (layer Composant) (net 364) (status 800)) + (segment (start 129.032 91.186) (end 129.794 91.186) (width 0.2032) (layer Composant) (net 364)) + (segment (start 125.984 91.7448) (end 124.333 91.7448) (width 0.2032) (layer Composant) (net 365) (status 800)) + (segment (start 127.889 91.7448) (end 127.889 91.567) (width 0.2032) (layer Composant) (net 365)) + (segment (start 152.781 112.776) (end 152.781 115.443) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 152.4 108.839) (end 152.4 112.395) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 153.035 128.905) (end 153.4668 128.4732) (width 0.2032) (layer Composant) (net 365)) + (segment (start 156.845 125.095) (end 156.845 119.507) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 123.825 91.567) (end 123.952 91.694) (width 0.2032) (layer Composant) (net 365)) + (segment (start 149.733 83.312) (end 136.906 83.312) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 136.906 83.312) (end 131.826 88.392) (width 0.2032) (layer Cuivre) (net 365)) + (via (at 131.826 91.313) (size 0.889) (layers Composant Cuivre) (net 365)) + (segment (start 151.765 85.344) (end 151.765 108.204) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 124.333 91.7448) (end 124.333 91.694) (width 0.2032) (layer Composant) (net 365)) + (segment (start 124.333 91.694) (end 123.952 91.694) (width 0.2032) (layer Composant) (net 365)) + (segment (start 131.191 90.678) (end 128.778 90.678) (width 0.2032) (layer Composant) (net 365)) + (segment (start 119.888 89.789) (end 121.666 91.567) (width 0.2032) (layer Composant) (net 365)) + (segment (start 131.826 88.392) (end 131.826 91.313) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 121.666 91.567) (end 123.825 91.567) (width 0.2032) (layer Composant) (net 365)) + (via (at 153.035 128.905) (size 0.889) (layers Composant Cuivre) (net 365)) + (segment (start 127.889 91.567) (end 128.778 90.678) (width 0.2032) (layer Composant) (net 365)) + (segment (start 151.765 108.204) (end 152.4 108.839) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 157.1752 128.4732) (end 153.4668 128.4732) (width 0.2032) (layer Composant) (net 365) (status 800)) + (segment (start 114.554 89.789) (end 119.888 89.789) (width 0.2032) (layer Composant) (net 365) (status 800)) + (segment (start 149.733 83.312) (end 151.765 85.344) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 152.4 112.395) (end 152.781 112.776) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 152.781 115.443) (end 156.845 119.507) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 127.889 91.7448) (end 125.984 91.7448) (width 0.2032) (layer Composant) (net 365) (status 400)) + (segment (start 131.826 91.313) (end 131.191 90.678) (width 0.2032) (layer Composant) (net 365)) + (segment (start 153.035 128.905) (end 156.845 125.095) (width 0.2032) (layer Cuivre) (net 365)) + (segment (start 151.257 108.458) (end 151.257 85.471) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 132.715 88.519) (end 132.715 90.551) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 132.08 90.17) (end 132.461 90.551) (width 0.2032) (layer Composant) (net 366)) + (segment (start 151.765 128.27) (end 156.21 123.825) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 151.765 128.27) (end 152.2222 127.8128) (width 0.2032) (layer Composant) (net 366)) + (via (at 151.765 128.27) (size 0.889) (layers Composant Cuivre) (net 366)) + (segment (start 119.888 89.154) (end 121.793 91.0844) (width 0.2032) (layer Composant) (net 366)) + (segment (start 152.273 115.697) (end 156.21 119.634) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 121.793 91.0844) (end 125.984 91.0844) (width 0.2032) (layer Composant) (net 366) (status 400)) + (via (at 132.715 90.551) (size 0.889) (layers Composant Cuivre) (net 366)) + (segment (start 127.762 90.805) (end 128.397 90.17) (width 0.2032) (layer Composant) (net 366)) + (segment (start 156.21 123.825) (end 156.21 119.634) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 128.397 90.17) (end 132.08 90.17) (width 0.2032) (layer Composant) (net 366)) + (segment (start 152.273 115.697) (end 152.273 112.903) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 132.461 90.551) (end 132.715 90.551) (width 0.2032) (layer Composant) (net 366)) + (segment (start 125.984 91.0844) (end 127.762 91.0844) (width 0.2032) (layer Composant) (net 366) (status 800)) + (segment (start 151.892 112.522) (end 151.892 109.093) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 152.273 112.903) (end 151.892 112.522) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 137.414 83.82) (end 132.715 88.519) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 114.554 89.154) (end 119.888 89.154) (width 0.2032) (layer Composant) (net 366) (status 800)) + (segment (start 157.1752 127.8128) (end 152.2222 127.8128) (width 0.2032) (layer Composant) (net 366) (status 800)) + (segment (start 151.257 85.471) (end 149.606 83.82) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 127.762 91.0844) (end 127.762 90.805) (width 0.2032) (layer Composant) (net 366)) + (segment (start 137.414 83.82) (end 149.606 83.82) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 151.892 109.093) (end 151.257 108.458) (width 0.2032) (layer Cuivre) (net 366)) + (segment (start 148.209 109.22) (end 148.209 87.249) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 149.225 113.792) (end 148.844 113.411) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 157.1752 127.1778) (end 153.035 127.1778) (width 0.2032) (layer Composant) (net 367) (status 800)) + (segment (start 149.225 123.3678) (end 149.225 120.015) (width 0.2032) (layer Composant) (net 367)) + (via (at 149.225 120.015) (size 0.889) (layers Composant Cuivre) (net 367)) + (segment (start 153.035 127.1778) (end 149.225 123.3678) (width 0.2032) (layer Composant) (net 367)) + (segment (start 114.554 85.9028) (end 118.999 85.9028) (width 0.2032) (layer Composant) (net 367) (status 800)) + (segment (start 147.828 86.868) (end 148.209 87.249) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 137.16 88.138) (end 129.159 88.138) (width 0.2032) (layer Composant) (net 367)) + (segment (start 146.177 86.868) (end 147.828 86.868) (width 0.2032) (layer Cuivre) (net 367)) + (via (at 137.16 88.138) (size 0.889) (layers Composant Cuivre) (net 367)) + (segment (start 148.844 109.855) (end 148.844 113.411) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 144.907 88.138) (end 137.16 88.138) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 149.225 113.792) (end 149.225 120.015) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 121.666 87.63) (end 121.666 87.8332) (width 0.2032) (layer Composant) (net 367)) + (segment (start 125.984 87.8332) (end 121.666 87.8332) (width 0.2032) (layer Composant) (net 367) (status 800)) + (segment (start 118.999 85.9028) (end 120.7262 87.63) (width 0.2032) (layer Composant) (net 367)) + (segment (start 148.209 109.22) (end 148.844 109.855) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 146.177 86.868) (end 144.907 88.138) (width 0.2032) (layer Cuivre) (net 367)) + (segment (start 129.159 88.138) (end 129.159 87.8332) (width 0.2032) (layer Composant) (net 367)) + (segment (start 125.984 87.8332) (end 129.159 87.8332) (width 0.2032) (layer Composant) (net 367) (status 800)) + (segment (start 120.7262 87.63) (end 121.666 87.63) (width 0.2032) (layer Composant) (net 367)) + (via (at 150.495 120.015) (size 0.889) (layers Composant Cuivre) (net 368)) + (segment (start 121.793 87.122) (end 121.793 87.1982) (width 0.2032) (layer Composant) (net 368)) + (segment (start 129.667 87.63) (end 136.017 87.63) (width 0.2032) (layer Composant) (net 368)) + (segment (start 149.733 113.665) (end 149.352 113.284) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 149.733 119.253) (end 149.733 113.665) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 157.1752 125.857) (end 153.035 125.857) (width 0.2032) (layer Composant) (net 368) (status 800)) + (segment (start 129.54 87.503) (end 129.667 87.63) (width 0.2032) (layer Composant) (net 368)) + (via (at 138.049 87.249) (size 0.889) (layers Composant Cuivre) (net 368)) + (segment (start 150.495 123.317) (end 150.495 120.015) (width 0.2032) (layer Composant) (net 368)) + (segment (start 150.495 120.015) (end 149.733 119.253) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 148.717 87.122) (end 147.955 86.36) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 148.717 109.093) (end 149.352 109.728) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 145.796 86.36) (end 144.526 87.63) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 114.554 85.2424) (end 119.126 85.2424) (width 0.2032) (layer Composant) (net 368) (status 800)) + (segment (start 121.0056 87.122) (end 121.793 87.122) (width 0.2032) (layer Composant) (net 368)) + (segment (start 125.984 87.1982) (end 121.793 87.1982) (width 0.2032) (layer Composant) (net 368) (status 800)) + (segment (start 153.035 125.857) (end 150.495 123.317) (width 0.2032) (layer Composant) (net 368)) + (segment (start 125.984 87.1982) (end 129.54 87.1982) (width 0.2032) (layer Composant) (net 368) (status 800)) + (segment (start 144.526 87.63) (end 138.43 87.63) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 119.126 85.2424) (end 121.0056 87.122) (width 0.2032) (layer Composant) (net 368)) + (segment (start 129.54 87.1982) (end 129.54 87.503) (width 0.2032) (layer Composant) (net 368)) + (segment (start 138.43 87.63) (end 138.049 87.249) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 136.398 87.249) (end 138.049 87.249) (width 0.2032) (layer Composant) (net 368)) + (segment (start 147.955 86.36) (end 145.796 86.36) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 136.017 87.63) (end 136.398 87.249) (width 0.2032) (layer Composant) (net 368)) + (segment (start 148.717 87.122) (end 148.717 109.093) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 149.352 109.728) (end 149.352 113.284) (width 0.2032) (layer Cuivre) (net 368)) + (segment (start 150.876 119.126) (end 150.495 119.126) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 153.67 125.222) (end 151.765 123.317) (width 0.2032) (layer Composant) (net 369)) + (segment (start 125.984 86.5378) (end 129.794 86.5378) (width 0.2032) (layer Composant) (net 369) (status 800)) + (segment (start 149.86 109.601) (end 149.225 108.966) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 144.399 87.122) (end 145.669 85.852) (width 0.2032) (layer Cuivre) (net 369)) + (via (at 139.446 86.741) (size 0.889) (layers Composant Cuivre) (net 369)) + (segment (start 145.669 85.852) (end 148.209 85.852) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 135.636 87.122) (end 136.271 86.487) (width 0.2032) (layer Composant) (net 369)) + (segment (start 139.446 86.741) (end 139.827 87.122) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 149.225 108.966) (end 149.225 86.868) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 148.209 85.852) (end 149.225 86.868) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 114.554 84.582) (end 119.253 84.582) (width 0.2032) (layer Composant) (net 369) (status 800)) + (segment (start 150.241 113.411) (end 149.86 113.03) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 150.495 119.126) (end 150.241 118.872) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 150.241 118.872) (end 150.241 113.411) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 139.827 87.122) (end 144.399 87.122) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 129.794 86.5378) (end 130.048 86.7918) (width 0.2032) (layer Composant) (net 369)) + (via (at 151.765 120.015) (size 0.889) (layers Composant Cuivre) (net 369)) + (segment (start 149.86 113.03) (end 149.86 109.601) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 119.253 84.582) (end 121.158 86.5378) (width 0.2032) (layer Composant) (net 369)) + (segment (start 130.048 87.122) (end 135.636 87.122) (width 0.2032) (layer Composant) (net 369)) + (segment (start 151.765 120.015) (end 150.876 119.126) (width 0.2032) (layer Cuivre) (net 369)) + (segment (start 151.765 123.317) (end 151.765 120.015) (width 0.2032) (layer Composant) (net 369)) + (segment (start 138.938 86.741) (end 139.446 86.741) (width 0.2032) (layer Composant) (net 369)) + (segment (start 121.158 86.5378) (end 125.984 86.5378) (width 0.2032) (layer Composant) (net 369) (status 400)) + (segment (start 138.684 86.487) (end 138.938 86.741) (width 0.2032) (layer Composant) (net 369)) + (segment (start 136.271 86.487) (end 138.684 86.487) (width 0.2032) (layer Composant) (net 369)) + (segment (start 130.048 86.7918) (end 130.048 87.122) (width 0.2032) (layer Composant) (net 369)) + (segment (start 157.1752 125.222) (end 153.67 125.222) (width 0.2032) (layer Composant) (net 369) (status 800)) + (segment (start 135.128 86.487) (end 135.636 85.979) (width 0.2032) (layer Composant) (net 370)) + (segment (start 140.462 85.979) (end 141.097 86.614) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 130.429 85.9028) (end 130.429 86.233) (width 0.2032) (layer Composant) (net 370)) + (segment (start 145.415 85.344) (end 148.463 85.344) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 141.097 86.614) (end 144.145 86.614) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 150.368 112.903) (end 150.749 113.284) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 123.1392 85.471) (end 121.285 85.471) (width 0.2032) (layer Composant) (net 370)) + (segment (start 151.638 119.126) (end 152.146 119.126) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 125.984 85.9028) (end 123.571 85.9028) (width 0.2032) (layer Composant) (net 370) (status 800)) + (segment (start 144.145 86.614) (end 145.415 85.344) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 150.749 113.284) (end 150.749 118.618) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 153.035 123.2916) (end 153.035 120.015) (width 0.2032) (layer Composant) (net 370)) + (segment (start 154.305 124.5616) (end 153.035 123.2916) (width 0.2032) (layer Composant) (net 370)) + (segment (start 153.035 120.015) (end 152.146 119.126) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 149.733 108.839) (end 150.368 109.474) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 123.571 85.9028) (end 123.1392 85.471) (width 0.2032) (layer Composant) (net 370)) + (segment (start 157.1752 124.5616) (end 154.305 124.5616) (width 0.2032) (layer Composant) (net 370) (status 800)) + (segment (start 151.13 118.618) (end 151.638 119.126) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 116.332 81.9912) (end 116.4082 81.915) (width 0.2032) (layer Composant) (net 370)) + (segment (start 125.984 85.9028) (end 130.429 85.9028) (width 0.2032) (layer Composant) (net 370) (status 800)) + (via (at 121.285 81.661) (size 0.889) (layers Composant Cuivre) (net 370)) + (segment (start 121.285 85.471) (end 121.285 81.661) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 150.368 109.474) (end 150.368 112.903) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 149.733 86.614) (end 149.733 108.839) (width 0.2032) (layer Cuivre) (net 370)) + (via (at 140.462 85.979) (size 0.889) (layers Composant Cuivre) (net 370)) + (segment (start 135.636 85.979) (end 140.462 85.979) (width 0.2032) (layer Composant) (net 370)) + (segment (start 130.429 86.233) (end 130.683 86.487) (width 0.2032) (layer Composant) (net 370)) + (segment (start 130.683 86.487) (end 135.128 86.487) (width 0.2032) (layer Composant) (net 370)) + (segment (start 148.463 85.344) (end 149.733 86.614) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 151.13 118.618) (end 150.749 118.618) (width 0.2032) (layer Cuivre) (net 370)) + (segment (start 114.554 81.9912) (end 116.332 81.9912) (width 0.2032) (layer Composant) (net 370) (status 800)) + (segment (start 121.285 81.661) (end 121.031 81.661) (width 0.2032) (layer Composant) (net 370)) + (via (at 121.285 85.471) (size 0.889) (layers Composant Cuivre) (net 370)) + (via (at 153.035 120.015) (size 0.889) (layers Composant Cuivre) (net 370)) + (segment (start 116.4082 81.915) (end 120.777 81.915) (width 0.2032) (layer Composant) (net 370)) + (segment (start 120.777 81.915) (end 121.031 81.661) (width 0.2032) (layer Composant) (net 370)) + (segment (start 121.285 105.918) (end 122.555 107.188) (width 0.2032) (layer Composant) (net 371)) + (segment (start 122.682 98.044) (end 122.682 97.282) (width 0.2032) (layer Composant) (net 371)) + (segment (start 123.444 96.9518) (end 123.444 97.282) (width 0.2032) (layer Composant) (net 371)) + (segment (start 116.078 92.6592) (end 116.078 96.012) (width 0.2032) (layer Composant) (net 371)) + (segment (start 121.793 98.933) (end 121.793 100.711) (width 0.2032) (layer Composant) (net 371)) + (segment (start 125.984 117.4242) (end 123.825 117.4242) (width 0.2032) (layer Composant) (net 371) (status 800)) + (segment (start 122.555 116.1542) (end 122.555 107.188) (width 0.2032) (layer Composant) (net 371)) + (segment (start 121.92 98.044) (end 122.682 97.282) (width 0.2032) (layer Cuivre) (net 371)) + (segment (start 121.285 101.219) (end 121.285 105.918) (width 0.2032) (layer Composant) (net 371)) + (segment (start 123.444 96.9518) (end 125.984 96.9518) (width 0.2032) (layer Composant) (net 371) (status 400)) + (segment (start 115.697 96.393) (end 115.697 97.282) (width 0.2032) (layer Composant) (net 371)) + (segment (start 122.682 97.282) (end 123.444 97.282) (width 0.2032) (layer Composant) (net 371)) + (segment (start 115.824 92.4052) (end 116.078 92.6592) (width 0.2032) (layer Composant) (net 371)) + (segment (start 121.793 98.933) (end 122.682 98.044) (width 0.2032) (layer Composant) (net 371)) + (via (at 115.697 97.282) (size 0.889) (layers Composant Cuivre) (net 371)) + (segment (start 121.793 100.711) (end 121.285 101.219) (width 0.2032) (layer Composant) (net 371)) + (segment (start 116.078 96.012) (end 115.697 96.393) (width 0.2032) (layer Composant) (net 371)) + (segment (start 115.697 97.282) (end 116.459 98.044) (width 0.2032) (layer Cuivre) (net 371)) + (via (at 122.682 97.282) (size 0.889) (layers Composant Cuivre) (net 371)) + (segment (start 123.825 117.4242) (end 122.555 116.1542) (width 0.2032) (layer Composant) (net 371)) + (segment (start 116.459 98.044) (end 121.92 98.044) (width 0.2032) (layer Cuivre) (net 371)) + (segment (start 114.554 92.4052) (end 115.824 92.4052) (width 0.2032) (layer Composant) (net 371) (status 800)) + (segment (start 120.269 96.52) (end 123.0884 93.7006) (width 0.2032) (layer Composant) (net 372)) + (segment (start 120.269 116.459) (end 120.269 96.52) (width 0.2032) (layer Composant) (net 372)) + (segment (start 123.0884 93.7006) (end 125.984 93.7006) (width 0.2032) (layer Composant) (net 372) (status 400)) + (segment (start 125.984 118.7196) (end 122.5296 118.7196) (width 0.2032) (layer Composant) (net 372) (status 800)) + (segment (start 120.269 116.459) (end 122.5296 118.7196) (width 0.2032) (layer Composant) (net 372)) + (segment (start 146.812 117.602) (end 149.987 117.602) (width 0.2032) (layer Composant) (net 373)) + (segment (start 149.479 84.328) (end 150.749 85.598) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 152.273 116.332) (end 152.019 116.332) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 151.765 113.03) (end 151.765 116.078) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 155.575 123.19) (end 155.575 119.634) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 133.985 89.662) (end 133.985 88.138) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 149.987 117.602) (end 150.3426 117.2464) (width 0.2032) (layer Composant) (net 373)) + (segment (start 151.384 109.22) (end 151.384 112.649) (width 0.2032) (layer Cuivre) (net 373)) + (via (at 133.985 89.662) (size 0.889) (layers Composant Cuivre) (net 373)) + (segment (start 146.177 125.222) (end 146.177 118.237) (width 0.2032) (layer Composant) (net 373)) + (segment (start 116.84 88.4936) (end 116.84 88.646) (width 0.2032) (layer Composant) (net 373)) + (segment (start 150.749 85.598) (end 150.749 108.585) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 151.384 112.649) (end 151.765 113.03) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 127.508 90.297) (end 128.143 89.662) (width 0.2032) (layer Composant) (net 373)) + (segment (start 152.4 126.365) (end 147.32 126.365) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 146.812 117.602) (end 146.177 118.237) (width 0.2032) (layer Composant) (net 373)) + (segment (start 152.019 116.332) (end 151.765 116.078) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 150.749 108.585) (end 151.384 109.22) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 128.143 89.662) (end 133.985 89.662) (width 0.2032) (layer Composant) (net 373)) + (segment (start 114.554 88.4936) (end 116.84 88.4936) (width 0.2032) (layer Composant) (net 373) (status 800)) + (segment (start 120.015 88.646) (end 121.793 90.4494) (width 0.2032) (layer Composant) (net 373)) + (segment (start 149.479 84.328) (end 137.795 84.328) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 152.273 116.332) (end 155.575 119.634) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 125.984 90.4494) (end 127.508 90.4494) (width 0.2032) (layer Composant) (net 373) (status 800)) + (segment (start 127.508 90.4494) (end 127.508 90.297) (width 0.2032) (layer Composant) (net 373)) + (segment (start 133.985 88.138) (end 137.795 84.328) (width 0.2032) (layer Cuivre) (net 373)) + (via (at 147.32 126.365) (size 0.889) (layers Composant Cuivre) (net 373)) + (segment (start 155.575 123.19) (end 152.4 126.365) (width 0.2032) (layer Cuivre) (net 373)) + (segment (start 116.84 88.646) (end 120.015 88.646) (width 0.2032) (layer Composant) (net 373)) + (segment (start 150.3426 113.8428) (end 150.3426 117.2464) (width 0.2032) (layer Composant) (net 373) (status 800)) + (segment (start 125.984 90.4494) (end 121.793 90.4494) (width 0.2032) (layer Composant) (net 373) (status 800)) + (segment (start 147.32 126.365) (end 146.177 125.222) (width 0.2032) (layer Composant) (net 373)) + (segment (start 137.9982 113.8428) (end 137.9982 103.759) (width 0.2032) (layer Composant) (net 374) (status C00)) + (segment (start 106.045 108.585) (end 106.045 103.505) (width 0.2032) (layer Composant) (net 375)) + (segment (start 135.89 105.283) (end 135.89 106.045) (width 0.2032) (layer Composant) (net 375)) + (segment (start 135.255 109.855) (end 131.572 113.538) (width 0.2032) (layer Cuivre) (net 375)) + (segment (start 135.255 109.855) (end 134.62 109.22) (width 0.2032) (layer Composant) (net 375)) + (segment (start 135.255 109.855) (end 136.7028 111.3028) (width 0.2032) (layer Composant) (net 375)) + (segment (start 134.62 109.22) (end 134.62 106.426) (width 0.2032) (layer Composant) (net 375)) + (via (at 135.255 109.855) (size 0.889) (layers Composant Cuivre) (net 375)) + (segment (start 106.045 103.505) (end 104.013 101.473) (width 0.2032) (layer Composant) (net 375)) + (segment (start 135.001 106.045) (end 135.89 106.045) (width 0.2032) (layer Composant) (net 375)) + (segment (start 134.62 106.426) (end 135.001 106.045) (width 0.2032) (layer Composant) (net 375)) + (segment (start 104.013 96.139) (end 104.013 101.473) (width 0.2032) (layer Composant) (net 375)) + (segment (start 110.998 113.538) (end 106.045 108.585) (width 0.2032) (layer Cuivre) (net 375)) + (segment (start 103.8352 96.139) (end 104.013 96.139) (width 0.2032) (layer Composant) (net 375)) + (via (at 106.045 108.585) (size 0.889) (layers Composant Cuivre) (net 375)) + (segment (start 131.572 113.538) (end 110.998 113.538) (width 0.2032) (layer Cuivre) (net 375)) + (segment (start 136.0424 105.283) (end 135.89 105.283) (width 0.2032) (layer Composant) (net 375)) + (segment (start 136.0424 103.759) (end 136.0424 105.283) (width 0.2032) (layer Composant) (net 375) (status 800)) + (segment (start 136.7028 111.3028) (end 136.7028 113.8428) (width 0.2032) (layer Composant) (net 375) (status 400)) + (segment (start 103.8352 94.869) (end 103.8352 96.139) (width 0.2032) (layer Composant) (net 375) (status 800)) + (segment (start 132.715 109.855) (end 129.54 113.03) (width 0.2032) (layer Cuivre) (net 376)) + (segment (start 111.76 113.03) (end 129.54 113.03) (width 0.2032) (layer Cuivre) (net 376)) + (segment (start 131.4958 103.759) (end 131.4958 108.6358) (width 0.2032) (layer Composant) (net 376) (status 800)) + (segment (start 111.76 113.03) (end 107.315 108.585) (width 0.2032) (layer Cuivre) (net 376)) + (segment (start 134.0866 111.2266) (end 134.0866 113.8428) (width 0.2032) (layer Composant) (net 376) (status 400)) + (segment (start 107.315 108.585) (end 107.315 103.505) (width 0.2032) (layer Composant) (net 376)) + (segment (start 107.315 103.505) (end 104.4956 100.6856) (width 0.2032) (layer Composant) (net 376)) + (segment (start 132.715 109.855) (end 134.0866 111.2266) (width 0.2032) (layer Composant) (net 376)) + (via (at 107.315 108.585) (size 0.889) (layers Composant Cuivre) (net 376)) + (via (at 132.715 109.855) (size 0.889) (layers Composant Cuivre) (net 376)) + (segment (start 104.4956 100.6856) (end 104.4956 94.869) (width 0.2032) (layer Composant) (net 376) (status 400)) + (segment (start 132.715 109.855) (end 131.4958 108.6358) (width 0.2032) (layer Composant) (net 376)) + (segment (start 127.635 109.855) (end 128.524 110.744) (width 0.2032) (layer Composant) (net 377)) + (segment (start 123.825 103.505) (end 123.825 99.822) (width 0.2032) (layer Composant) (net 377)) + (segment (start 127.635 107.315) (end 123.825 103.505) (width 0.2032) (layer Composant) (net 377)) + (segment (start 123.825 99.822) (end 124.1044 99.5426) (width 0.2032) (layer Composant) (net 377)) + (segment (start 127.635 109.855) (end 127.635 108.585) (width 0.2032) (layer Composant) (net 377)) + (segment (start 131.4958 113.8428) (end 131.4958 112.0648) (width 0.2032) (layer Composant) (net 377) (status 800)) + (segment (start 111.125 103.505) (end 111.125 108.585) (width 0.2032) (layer Composant) (net 377)) + (segment (start 124.1044 99.5426) (end 125.984 99.5426) (width 0.2032) (layer Composant) (net 377) (status 400)) + (segment (start 124.714 111.506) (end 114.046 111.506) (width 0.2032) (layer Cuivre) (net 377)) + (via (at 127.635 108.585) (size 0.889) (layers Composant Cuivre) (net 377)) + (segment (start 114.046 111.506) (end 111.125 108.585) (width 0.2032) (layer Cuivre) (net 377)) + (via (at 111.125 108.585) (size 0.889) (layers Composant Cuivre) (net 377)) + (segment (start 130.175 110.744) (end 131.4958 112.0648) (width 0.2032) (layer Composant) (net 377)) + (segment (start 130.175 110.744) (end 128.524 110.744) (width 0.2032) (layer Composant) (net 377)) + (segment (start 127.635 108.585) (end 124.714 111.506) (width 0.2032) (layer Cuivre) (net 377)) + (segment (start 111.125 103.505) (end 106.426 98.806) (width 0.2032) (layer Composant) (net 377)) + (segment (start 106.426 94.869) (end 106.426 98.806) (width 0.2032) (layer Composant) (net 377) (status 800)) + (segment (start 127.635 108.585) (end 127.635 107.315) (width 0.2032) (layer Composant) (net 377)) + (segment (start 129.54 113.8428) (end 129.54 111.9632) (width 0.2032) (layer Composant) (net 378) (status 800)) + (segment (start 122.936 99.18192) (end 123.825 98.2472) (width 0.2032) (layer Composant) (net 378)) + (segment (start 113.665 108.585) (end 115.57 110.49) (width 0.2032) (layer Cuivre) (net 378)) + (via (at 125.095 108.585) (size 0.889) (layers Composant Cuivre) (net 378)) + (segment (start 123.19 110.49) (end 115.57 110.49) (width 0.2032) (layer Cuivre) (net 378)) + (segment (start 129.3368 111.76) (end 127 111.76) (width 0.2032) (layer Composant) (net 378)) + (segment (start 107.7468 94.869) (end 107.7468 98.171) (width 0.2032) (layer Composant) (net 378) (status 800)) + (segment (start 125.095 108.585) (end 125.095 107.315) (width 0.2032) (layer Composant) (net 378)) + (segment (start 123.825 98.2472) (end 125.984 98.2472) (width 0.2032) (layer Composant) (net 378) (status 400)) + (via (at 113.665 108.585) (size 0.889) (layers Composant Cuivre) (net 378)) + (segment (start 127 111.76) (end 125.095 109.855) (width 0.2032) (layer Composant) (net 378)) + (segment (start 122.809 99.314) (end 122.936 99.18192) (width 0.2032) (layer Composant) (net 378)) + (segment (start 125.095 109.855) (end 125.095 108.585) (width 0.2032) (layer Composant) (net 378)) + (segment (start 129.3368 111.76) (end 129.54 111.9632) (width 0.2032) (layer Composant) (net 378)) + (segment (start 107.7468 98.171) (end 113.665 104.0892) (width 0.2032) (layer Composant) (net 378)) + (segment (start 125.095 107.315) (end 122.809 105.029) (width 0.2032) (layer Composant) (net 378)) + (segment (start 113.665 108.585) (end 113.665 104.0892) (width 0.2032) (layer Composant) (net 378)) + (segment (start 122.809 105.029) (end 122.809 99.314) (width 0.2032) (layer Composant) (net 378)) + (segment (start 125.095 108.585) (end 123.19 110.49) (width 0.2032) (layer Cuivre) (net 378)) + (segment (start 116.84 103.124) (end 115.57 103.124) (width 0.2032) (layer Cuivre) (net 379)) + (segment (start 122.301 105.791) (end 122.301 102.87) (width 0.2032) (layer Composant) (net 379)) + (segment (start 122.047 102.87) (end 117.094 102.87) (width 0.2032) (layer Cuivre) (net 379)) + (segment (start 122.301 99.06) (end 123.571 97.79) (width 0.2032) (layer Composant) (net 379)) + (segment (start 114.935 102.489) (end 115.57 103.124) (width 0.2032) (layer Cuivre) (net 379)) + (segment (start 123.825 110.49) (end 127 113.665) (width 0.2032) (layer Composant) (net 379)) + (via (at 122.047 102.87) (size 0.889) (layers Composant Cuivre) (net 379)) + (segment (start 123.825 110.49) (end 123.825 107.315) (width 0.2032) (layer Composant) (net 379)) + (segment (start 128.905 113.8428) (end 128.905 113.665) (width 0.2032) (layer Composant) (net 379) (status 800)) + (segment (start 123.571 97.79) (end 124.333 97.79) (width 0.2032) (layer Composant) (net 379)) + (segment (start 113.284 102.489) (end 114.935 102.489) (width 0.2032) (layer Cuivre) (net 379)) + (segment (start 122.301 102.87) (end 122.301 99.06) (width 0.2032) (layer Composant) (net 379)) + (segment (start 108.458 98.171) (end 108.458 94.869) (width 0.2032) (layer Composant) (net 379)) + (segment (start 122.301 102.87) (end 122.047 102.87) (width 0.2032) (layer Composant) (net 379)) + (segment (start 117.094 102.87) (end 116.84 103.124) (width 0.2032) (layer Cuivre) (net 379)) + (segment (start 124.333 97.79) (end 124.333 97.5868) (width 0.2032) (layer Composant) (net 379)) + (via (at 113.284 102.489) (size 0.889) (layers Composant Cuivre) (net 379)) + (segment (start 112.776 102.489) (end 113.284 102.489) (width 0.2032) (layer Composant) (net 379)) + (segment (start 124.333 97.5868) (end 125.984 97.5868) (width 0.2032) (layer Composant) (net 379) (status 400)) + (segment (start 128.905 113.665) (end 127 113.665) (width 0.2032) (layer Composant) (net 379)) + (segment (start 108.458 94.869) (end 108.3818 94.869) (width 0.2032) (layer Composant) (net 379) (status 400)) + (segment (start 108.458 98.171) (end 112.776 102.489) (width 0.2032) (layer Composant) (net 379)) + (segment (start 123.825 107.315) (end 122.301 105.791) (width 0.2032) (layer Composant) (net 379)) + (segment (start 226.06 74.295) (end 226.06 65.405) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 180.467 106.299) (end 180.213 106.045) (width 0.2032) (layer Cuivre) (net 380)) + (via (at 175.387 106.045) (size 0.889) (layers Composant Cuivre) (net 380)) + (segment (start 226.06 100.965) (end 226.06 92.075) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 226.06 83.185) (end 226.06 92.075) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 226.06 109.855) (end 226.06 118.745) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 180.467 109.347) (end 180.467 106.299) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 226.06 83.185) (end 226.06 74.295) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 225.044 108.839) (end 186.563 108.839) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 174.879 105.537) (end 174.879 94.742) (width 0.2032) (layer Composant) (net 380)) + (segment (start 226.06 109.855) (end 225.044 108.839) (width 0.2032) (layer Cuivre) (net 380) (status 800)) + (segment (start 226.06 109.855) (end 226.06 100.965) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 185.801 109.601) (end 180.721 109.601) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 163.322 89.662) (end 164.592 88.392) (width 0.2032) (layer Composant) (net 380)) + (segment (start 157.1752 89.789) (end 159.258 89.789) (width 0.2032) (layer Composant) (net 380) (status 800)) + (segment (start 159.258 89.662) (end 163.322 89.662) (width 0.2032) (layer Composant) (net 380)) + (segment (start 226.06 127.635) (end 226.06 118.745) (width 0.2032) (layer Composant) (net 380) (status C00)) + (segment (start 180.721 109.601) (end 180.467 109.347) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 186.563 108.839) (end 185.801 109.601) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 174.244 94.107) (end 170.18 94.107) (width 0.2032) (layer Composant) (net 380)) + (segment (start 170.18 94.107) (end 170.18 89.662) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 174.879 94.742) (end 174.244 94.107) (width 0.2032) (layer Composant) (net 380)) + (segment (start 166.37 88.392) (end 167.64 89.662) (width 0.2032) (layer Composant) (net 380)) + (via (at 170.18 89.662) (size 0.889) (layers Composant Cuivre) (net 380)) + (via (at 170.18 94.107) (size 0.889) (layers Composant Cuivre) (net 380)) + (segment (start 175.387 106.045) (end 174.879 105.537) (width 0.2032) (layer Composant) (net 380)) + (segment (start 180.213 106.045) (end 175.387 106.045) (width 0.2032) (layer Cuivre) (net 380)) + (segment (start 164.592 88.392) (end 166.37 88.392) (width 0.2032) (layer Composant) (net 380)) + (segment (start 159.258 89.789) (end 159.258 89.662) (width 0.2032) (layer Composant) (net 380)) + (segment (start 167.64 89.662) (end 170.18 89.662) (width 0.2032) (layer Composant) (net 380)) + (segment (start 166.624 89.154) (end 166.624 94.615) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 159.131 85.852) (end 162.941 85.852) (width 0.2032) (layer Composant) (net 381)) + (segment (start 166.497 97.917) (end 167.259 97.155) (width 0.2032) (layer Composant) (net 381)) + (segment (start 222.25 123.825) (end 183.769 123.825) (width 0.2032) (layer Cuivre) (net 381)) + (via (at 168.021 86.868) (size 0.889) (layers Composant Cuivre) (net 381)) + (segment (start 167.259 111.125) (end 167.005 110.871) (width 0.2032) (layer Composant) (net 381)) + (segment (start 168.021 87.757) (end 166.624 89.154) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 167.005 106.934) (end 166.624 106.553) (width 0.2032) (layer Composant) (net 381)) + (segment (start 222.25 123.825) (end 239.776 123.825) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 166.624 101.727) (end 166.878 101.473) (width 0.2032) (layer Composant) (net 381)) + (segment (start 240.03 124.079) (end 240.03 125.095) (width 0.2032) (layer Cuivre) (net 381) (status 400)) + (segment (start 166.878 101.473) (end 166.878 99.187) (width 0.2032) (layer Composant) (net 381)) + (segment (start 168.021 86.868) (end 168.021 87.757) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 157.1752 85.9028) (end 159.131 85.9028) (width 0.2032) (layer Composant) (net 381) (status 800)) + (via (at 167.259 97.155) (size 0.889) (layers Composant Cuivre) (net 381)) + (segment (start 166.878 99.187) (end 166.497 98.806) (width 0.2032) (layer Composant) (net 381)) + (segment (start 173.355 127.889) (end 168.402 127.889) (width 0.2032) (layer Composant) (net 381)) + (segment (start 166.497 98.806) (end 166.497 97.917) (width 0.2032) (layer Composant) (net 381)) + (segment (start 167.259 115.062) (end 167.259 111.125) (width 0.2032) (layer Composant) (net 381)) + (segment (start 168.402 127.889) (end 167.386 126.873) (width 0.2032) (layer Composant) (net 381)) + (segment (start 163.957 86.868) (end 168.021 86.868) (width 0.2032) (layer Composant) (net 381)) + (segment (start 167.386 126.873) (end 167.386 115.189) (width 0.2032) (layer Composant) (net 381)) + (segment (start 183.769 123.825) (end 182.88 124.714) (width 0.2032) (layer Cuivre) (net 381)) + (via (at 182.88 124.714) (size 0.889) (layers Composant Cuivre) (net 381)) + (segment (start 180.594 124.714) (end 180.086 124.206) (width 0.2032) (layer Composant) (net 381)) + (segment (start 182.88 124.714) (end 180.594 124.714) (width 0.2032) (layer Composant) (net 381)) + (segment (start 167.259 97.155) (end 166.37 96.266) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 166.624 94.615) (end 166.37 94.869) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 166.37 94.869) (end 166.37 96.266) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 167.386 115.189) (end 167.259 115.062) (width 0.2032) (layer Composant) (net 381)) + (segment (start 162.941 85.852) (end 163.957 86.868) (width 0.2032) (layer Composant) (net 381)) + (segment (start 222.25 123.825) (end 222.25 125.095) (width 0.2032) (layer Cuivre) (net 381) (status 400)) + (segment (start 159.131 85.9028) (end 159.131 85.852) (width 0.2032) (layer Composant) (net 381)) + (segment (start 167.005 110.871) (end 167.005 106.934) (width 0.2032) (layer Composant) (net 381)) + (segment (start 180.086 124.206) (end 177.038 124.206) (width 0.2032) (layer Composant) (net 381)) + (segment (start 239.776 123.825) (end 240.03 124.079) (width 0.2032) (layer Cuivre) (net 381)) + (segment (start 177.038 124.206) (end 173.355 127.889) (width 0.2032) (layer Composant) (net 381)) + (segment (start 166.624 106.553) (end 166.624 101.727) (width 0.2032) (layer Composant) (net 381)) + (segment (start 169.164 85.217) (end 168.91 84.963) (width 0.2032) (layer Composant) (net 382)) + (segment (start 222.25 116.205) (end 220.98 114.935) (width 0.2032) (layer Cuivre) (net 382) (status 800)) + (segment (start 168.91 84.963) (end 159.385 84.963) (width 0.2032) (layer Composant) (net 382)) + (segment (start 222.25 116.205) (end 223.52 114.935) (width 0.2032) (layer Cuivre) (net 382) (status 800)) + (segment (start 239.395 116.205) (end 240.03 116.205) (width 0.2032) (layer Cuivre) (net 382) (status 400)) + (segment (start 169.418 86.995) (end 169.164 86.741) (width 0.2032) (layer Composant) (net 382)) + (segment (start 157.1752 85.2424) (end 159.385 85.2424) (width 0.2032) (layer Composant) (net 382) (status 800)) + (segment (start 181.991 89.408) (end 179.578 86.995) (width 0.2032) (layer Composant) (net 382)) + (segment (start 220.98 114.935) (end 182.372 114.935) (width 0.2032) (layer Cuivre) (net 382)) + (segment (start 159.385 85.2424) (end 159.385 84.963) (width 0.2032) (layer Composant) (net 382)) + (segment (start 169.164 86.741) (end 169.164 85.217) (width 0.2032) (layer Composant) (net 382)) + (segment (start 179.578 86.995) (end 169.418 86.995) (width 0.2032) (layer Composant) (net 382)) + (segment (start 238.125 114.935) (end 239.395 116.205) (width 0.2032) (layer Cuivre) (net 382)) + (segment (start 223.52 114.935) (end 238.125 114.935) (width 0.2032) (layer Cuivre) (net 382)) + (via (at 181.991 115.316) (size 0.889) (layers Composant Cuivre) (net 382)) + (segment (start 181.991 115.316) (end 181.991 89.408) (width 0.2032) (layer Composant) (net 382)) + (segment (start 182.372 114.935) (end 181.991 115.316) (width 0.2032) (layer Cuivre) (net 382)) + (segment (start 222.25 97.155) (end 222.25 98.425) (width 0.2032) (layer Composant) (net 383) (status 400)) + (segment (start 221.361 90.424) (end 222.377 91.44) (width 0.2032) (layer Composant) (net 383)) + (segment (start 175.768 85.598) (end 199.517 85.598) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 222.25 98.425) (end 223.774 96.901) (width 0.2032) (layer Cuivre) (net 383) (status 800)) + (segment (start 170.561 85.598) (end 170.307 85.344) (width 0.2032) (layer Composant) (net 383)) + (segment (start 220.345 84.582) (end 220.599 84.836) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 157.1752 83.947) (end 169.291 83.947) (width 0.2032) (layer Composant) (net 383) (status 800)) + (via (at 221.107 84.836) (size 0.889) (layers Composant Cuivre) (net 383)) + (segment (start 221.107 84.836) (end 220.599 84.836) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 200.025 85.09) (end 213.36 85.09) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 240.03 98.425) (end 238.506 96.901) (width 0.2032) (layer Cuivre) (net 383) (status 800)) + (segment (start 170.307 84.963) (end 169.291 83.947) (width 0.2032) (layer Composant) (net 383)) + (segment (start 238.506 96.901) (end 223.774 96.901) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 222.377 97.155) (end 222.25 97.155) (width 0.2032) (layer Composant) (net 383)) + (segment (start 199.517 85.598) (end 200.025 85.09) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 222.377 97.155) (end 222.377 91.44) (width 0.2032) (layer Composant) (net 383)) + (segment (start 221.107 84.836) (end 221.361 85.09) (width 0.2032) (layer Composant) (net 383)) + (segment (start 170.307 85.344) (end 170.307 84.963) (width 0.2032) (layer Composant) (net 383)) + (segment (start 213.36 85.09) (end 213.868 84.582) (width 0.2032) (layer Cuivre) (net 383)) + (segment (start 221.361 85.09) (end 221.361 90.424) (width 0.2032) (layer Composant) (net 383)) + (segment (start 175.768 85.598) (end 170.561 85.598) (width 0.2032) (layer Composant) (net 383)) + (segment (start 213.868 84.582) (end 220.345 84.582) (width 0.2032) (layer Cuivre) (net 383)) + (via (at 175.768 85.598) (size 0.889) (layers Composant Cuivre) (net 383)) + (segment (start 161.29 80.772) (end 161.29 81.153) (width 0.2032) (layer Composant) (net 384)) + (segment (start 159.893 82.55) (end 161.29 81.153) (width 0.2032) (layer Composant) (net 384)) + (segment (start 240.03 79.502) (end 222.25 79.502) (width 0.2032) (layer Cuivre) (net 384)) + (segment (start 184.531 78.613) (end 207.264 78.613) (width 0.2032) (layer Cuivre) (net 384)) + (segment (start 222.25 80.645) (end 222.25 79.502) (width 0.2032) (layer Cuivre) (net 384) (status 800)) + (segment (start 183.896 77.978) (end 184.531 78.613) (width 0.2032) (layer Cuivre) (net 384)) + (segment (start 240.03 80.645) (end 240.03 79.502) (width 0.2032) (layer Cuivre) (net 384) (status 800)) + (segment (start 159.893 82.55) (end 157.353 82.55) (width 0.2032) (layer Composant) (net 384)) + (segment (start 208.153 79.502) (end 222.25 79.502) (width 0.2032) (layer Cuivre) (net 384)) + (segment (start 161.29 80.772) (end 163.703 78.359) (width 0.2032) (layer Composant) (net 384)) + (segment (start 163.703 78.359) (end 164.211 78.359) (width 0.2032) (layer Composant) (net 384)) + (segment (start 164.592 77.978) (end 183.896 77.978) (width 0.2032) (layer Cuivre) (net 384)) + (segment (start 157.353 82.55) (end 157.1752 82.6516) (width 0.2032) (layer Composant) (net 384) (status 400)) + (segment (start 207.264 78.613) (end 208.153 79.502) (width 0.2032) (layer Cuivre) (net 384)) + (via (at 164.211 78.359) (size 0.889) (layers Composant Cuivre) (net 384)) + (segment (start 164.211 78.359) (end 164.592 77.978) (width 0.2032) (layer Cuivre) (net 384)) + (segment (start 238.887 70.612) (end 224.028 70.612) (width 0.2032) (layer Cuivre) (net 385)) + (segment (start 224.028 70.612) (end 222.885 71.755) (width 0.2032) (layer Cuivre) (net 385)) + (segment (start 160.782 79.248) (end 160.147 79.883) (width 0.2032) (layer Composant) (net 385)) + (segment (start 222.885 71.755) (end 222.25 71.755) (width 0.2032) (layer Cuivre) (net 385) (status 400)) + (segment (start 221.361 70.866) (end 164.592 70.866) (width 0.2032) (layer Cuivre) (net 385)) + (segment (start 157.1752 80.0354) (end 158.75 80.0354) (width 0.2032) (layer Composant) (net 385) (status 800)) + (segment (start 158.75 80.0354) (end 158.75 79.883) (width 0.2032) (layer Composant) (net 385)) + (segment (start 164.592 76.581) (end 161.925 79.248) (width 0.2032) (layer Composant) (net 385)) + (segment (start 164.592 70.866) (end 164.592 76.581) (width 0.2032) (layer Composant) (net 385)) + (segment (start 161.925 79.248) (end 160.782 79.248) (width 0.2032) (layer Composant) (net 385)) + (segment (start 222.25 71.755) (end 221.361 70.866) (width 0.2032) (layer Cuivre) (net 385) (status 800)) + (segment (start 240.03 71.755) (end 238.887 70.612) (width 0.2032) (layer Cuivre) (net 385) (status 800)) + (segment (start 160.147 79.883) (end 158.75 79.883) (width 0.2032) (layer Composant) (net 385)) + (via (at 164.592 70.866) (size 0.889) (layers Composant Cuivre) (net 385)) + (segment (start 160.02 79.4004) (end 160.6804 78.74) (width 0.2032) (layer Composant) (net 386)) + (segment (start 164.211 64.897) (end 163.703 65.405) (width 0.2032) (layer Composant) (net 386)) + (segment (start 221.996 61.976) (end 222.25 62.23) (width 0.2032) (layer Cuivre) (net 386)) + (segment (start 222.25 62.23) (end 222.25 62.865) (width 0.2032) (layer Cuivre) (net 386) (status 400)) + (segment (start 176.403 61.976) (end 221.996 61.976) (width 0.2032) (layer Cuivre) (net 386)) + (segment (start 161.544 78.74) (end 163.703 76.581) (width 0.2032) (layer Composant) (net 386)) + (segment (start 164.211 64.897) (end 173.482 64.897) (width 0.2032) (layer Cuivre) (net 386)) + (segment (start 163.703 76.581) (end 163.703 65.405) (width 0.2032) (layer Composant) (net 386)) + (segment (start 238.506 61.976) (end 223.139 61.976) (width 0.2032) (layer Cuivre) (net 386)) + (segment (start 160.6804 78.74) (end 161.544 78.74) (width 0.2032) (layer Composant) (net 386)) + (segment (start 176.403 61.976) (end 173.482 64.897) (width 0.2032) (layer Cuivre) (net 386)) + (segment (start 238.506 61.976) (end 239.395 62.865) (width 0.2032) (layer Cuivre) (net 386)) + (segment (start 157.1752 79.4004) (end 160.02 79.4004) (width 0.2032) (layer Composant) (net 386) (status 800)) + (segment (start 239.395 62.865) (end 240.03 62.865) (width 0.2032) (layer Cuivre) (net 386) (status 400)) + (segment (start 222.25 62.865) (end 223.139 61.976) (width 0.2032) (layer Cuivre) (net 386) (status 800)) + (via (at 164.211 64.897) (size 0.889) (layers Composant Cuivre) (net 386)) + (segment (start 67.691 73.66) (end 67.691 78.359) (width 0.2032) (layer Composant) (net 387)) + (segment (start 68.199 78.867) (end 68.199 80.264) (width 0.2032) (layer Composant) (net 387) (status 400)) + (segment (start 68.326 73.025) (end 67.691 73.66) (width 0.2032) (layer Composant) (net 387)) + (segment (start 67.691 78.359) (end 68.199 78.867) (width 0.2032) (layer Composant) (net 387)) + (segment (start 70.485 73.025) (end 68.326 73.025) (width 0.2032) (layer Composant) (net 387) (status 800)) + (segment (start 154.178 95.6564) (end 154.178 88.9) (width 0.2032) (layer Composant) (net 388)) + (segment (start 304.8 64.897) (end 304.419 65.278) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 304.419 65.278) (end 294.767 65.278) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 304.927 64.897) (end 304.927 66.675) (width 0.2032) (layer Composant) (net 388) (status 400)) + (segment (start 269.24 64.008) (end 269.24 60.706) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 154.813 96.2914) (end 154.178 95.6564) (width 0.2032) (layer Composant) (net 388)) + (via (at 304.927 64.897) (size 0.889) (layers Composant Cuivre) (net 388)) + (segment (start 156.845 68.707) (end 156.845 68.326) (width 0.2032) (layer Composant) (net 388)) + (segment (start 156.972 62.738) (end 163.703 62.738) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 156.718 62.992) (end 156.972 62.738) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 156.845 68.326) (end 156.845 67.818) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 269.494 64.262) (end 269.24 64.008) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 294.767 65.278) (end 291.719 62.23) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 167.005 59.436) (end 163.703 62.738) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 304.8 64.897) (end 304.927 64.897) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 269.24 60.706) (end 267.97 59.436) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 154.305 82.677) (end 154.305 75.057) (width 0.2032) (layer Composant) (net 388)) + (segment (start 288.29 64.262) (end 288.036 64.516) (width 0.2032) (layer Cuivre) (net 388)) + (via (at 269.24 60.706) (size 0.889) (layers Composant Cuivre) (net 388)) + (segment (start 156.21 69.342) (end 156.845 68.707) (width 0.2032) (layer Composant) (net 388)) + (segment (start 157.1752 96.2914) (end 154.813 96.2914) (width 0.2032) (layer Composant) (net 388) (status 800)) + (segment (start 156.21 73.152) (end 156.21 69.342) (width 0.2032) (layer Composant) (net 388)) + (segment (start 284.099 64.516) (end 283.845 64.262) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 288.29 62.992) (end 288.29 64.262) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 289.052 62.23) (end 288.29 62.992) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 291.719 62.23) (end 289.052 62.23) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 156.718 67.691) (end 156.718 62.992) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 283.845 64.262) (end 269.494 64.262) (width 0.2032) (layer Cuivre) (net 388)) + (via (at 156.845 68.326) (size 0.889) (layers Composant Cuivre) (net 388)) + (segment (start 156.845 67.818) (end 156.718 67.691) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 154.305 75.057) (end 156.21 73.152) (width 0.2032) (layer Composant) (net 388)) + (segment (start 267.97 59.436) (end 167.005 59.436) (width 0.2032) (layer VCC_layer) (net 388)) + (segment (start 288.036 64.516) (end 284.099 64.516) (width 0.2032) (layer Cuivre) (net 388)) + (segment (start 153.797 83.185) (end 154.305 82.677) (width 0.2032) (layer Composant) (net 388)) + (segment (start 153.797 88.519) (end 153.797 83.185) (width 0.2032) (layer Composant) (net 388)) + (segment (start 154.178 88.9) (end 153.797 88.519) (width 0.2032) (layer Composant) (net 388)) + (segment (start 161.036 76.962) (end 161.036 75.438) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 293.116 82.296) (end 293.116 83.82) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 96.139 82.042) (end 96.139 80.01) (width 0.2032) (layer Cuivre) (net 389)) + (via (at 96.139 82.042) (size 0.889) (layers Composant Cuivre) (net 389)) + (segment (start 144.018 77.089) (end 145.288 75.819) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 92.456 81.9912) (end 94.742 81.9912) (width 0.2032) (layer Composant) (net 389) (status 800)) + (segment (start 160.782 77.216) (end 161.036 76.962) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 155.321 76.454) (end 156.083 77.216) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 161.036 75.438) (end 157.226 75.438) (width 0.2032) (layer Composant) (net 389)) + (via (at 185.293 76.708) (size 0.889) (layers Composant Cuivre) (net 389)) + (segment (start 145.288 75.819) (end 152.019 75.819) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 199.009 83.82) (end 199.009 82.55) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 132.08 77.597) (end 131.064 78.613) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 131.064 78.613) (end 97.536 78.613) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 94.869 82.042) (end 96.139 82.042) (width 0.2032) (layer Composant) (net 389)) + (segment (start 96.139 80.01) (end 97.536 78.613) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 94.742 81.9912) (end 94.869 82.042) (width 0.2032) (layer Composant) (net 389)) + (segment (start 294.132 81.28) (end 293.116 82.296) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 137.033 77.089) (end 144.018 77.089) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 156.083 77.216) (end 160.782 77.216) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 186.436 83.439) (end 187.579 82.296) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 185.293 83.439) (end 186.436 83.439) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 292.1 84.836) (end 287.401 84.836) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 198.755 82.296) (end 187.579 82.296) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 199.009 82.55) (end 198.755 82.296) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 152.654 76.454) (end 155.321 76.454) (width 0.2032) (layer Cuivre) (net 389)) + (via (at 185.293 83.439) (size 0.889) (layers Composant Cuivre) (net 389)) + (segment (start 136.525 77.597) (end 132.08 77.597) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 184.785 76.708) (end 185.293 76.708) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 157.1752 75.4888) (end 157.226 75.438) (width 0.2032) (layer Composant) (net 389) (status 800)) + (segment (start 185.293 76.708) (end 185.293 83.439) (width 0.2032) (layer Composant) (net 389)) + (segment (start 162.179 75.438) (end 161.036 75.438) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 199.263 84.074) (end 199.009 83.82) (width 0.2032) (layer Cuivre) (net 389)) + (via (at 295.6814 81.28) (size 0.889) (layers Composant Cuivre) (net 389)) + (segment (start 287.401 84.836) (end 287.147 84.582) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 253.238 84.074) (end 199.263 84.074) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 296.545 80.4164) (end 295.6814 81.28) (width 0.2032) (layer Composant) (net 389)) + (segment (start 293.116 83.82) (end 292.1 84.836) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 136.525 77.597) (end 137.033 77.089) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 297.18 80.4164) (end 296.545 80.4164) (width 0.2032) (layer Composant) (net 389) (status 800)) + (segment (start 295.6814 81.28) (end 294.132 81.28) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 287.147 84.582) (end 253.746 84.582) (width 0.2032) (layer Cuivre) (net 389)) + (via (at 161.036 75.438) (size 0.889) (layers Composant Cuivre) (net 389)) + (segment (start 253.746 84.582) (end 253.238 84.074) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 152.019 75.819) (end 152.654 76.454) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 184.785 76.708) (end 184.531 76.454) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 184.531 76.454) (end 163.195 76.454) (width 0.2032) (layer Cuivre) (net 389)) + (segment (start 163.195 76.454) (end 162.179 75.438) (width 0.2032) (layer Cuivre) (net 389)) + + (zone (net 247) (net_name VCC) (layer VCC_layer) (tstamp 4777D45C) (hatch edge 0.508) + (connect_pads (clearance 0.4)) + (min_thickness 0.25) + (fill yes (arc_segments 16) (thermal_gap 0.4) (thermal_bridge_width 0.3)) + (polygon + (pts + (xy 185.674 154.305) (xy 194.818 145.542) (xy 204.851 145.542) (xy 204.851 134.493) (xy 364.236 134.366) + (xy 364.236 56.515) (xy 91.313 56.515) (xy 91.313 73.406) (xy 81.20126 73.406) (xy 79.756 74.8411) + (xy 79.756 76.073) (xy 53.69306 76.073) (xy 53.594 153.797) + ) + ) + (filled_polygon + (pts + (xy 326.6524 65.803621) (xy 326.516977 65.938808) (xy 326.431895 65.853577) (xy 326.075692 65.705668) (xy 325.690001 65.705332) + (xy 325.4926 65.786896) (xy 325.4926 65.387378) (xy 325.687423 65.192895) (xy 325.835332 64.836692) (xy 325.835668 64.451001) + (xy 325.688382 64.09454) (xy 325.415895 63.821577) (xy 325.059692 63.673668) (xy 324.674001 63.673332) (xy 324.31754 63.820618) + (xy 324.044577 64.093105) (xy 323.896668 64.449308) (xy 323.896332 64.834999) (xy 324.043618 65.19146) (xy 324.2394 65.387584) + (xy 324.2394 66.929) (xy 324.287097 67.16879) (xy 324.422927 67.372073) (xy 325.0014 67.950546) (xy 325.0014 69.036198) + (xy 324.932692 69.007668) (xy 324.547001 69.007332) (xy 324.19054 69.154618) (xy 323.917577 69.427105) (xy 323.769668 69.783308) + (xy 323.769332 70.168999) (xy 323.916618 70.52546) (xy 324.189105 70.798423) (xy 324.2849 70.8382) (xy 324.044577 71.078105) + (xy 323.896668 71.434308) (xy 323.896332 71.819999) (xy 324.043618 72.17646) (xy 324.193418 72.326522) (xy 324.044577 72.475105) + (xy 323.896668 72.831308) (xy 323.896332 73.216999) (xy 324.043618 73.57346) (xy 324.316105 73.846423) (xy 324.672308 73.994332) + (xy 325.0014 73.994618) (xy 325.0014 82.821621) (xy 324.806577 83.016105) (xy 324.658668 83.372308) (xy 324.658332 83.757999) + (xy 324.805618 84.11446) (xy 325.0014 84.310584) (xy 325.0014 87.751454) (xy 324.860454 87.8924) (xy 323.930668 87.8924) + (xy 323.930668 79.818001) (xy 323.930668 74.992001) (xy 323.783382 74.63554) (xy 323.510895 74.362577) (xy 323.154692 74.214668) + (xy 322.769001 74.214332) (xy 322.41254 74.361618) (xy 322.139577 74.634105) (xy 321.991668 74.990308) (xy 321.991332 75.375999) + (xy 322.138618 75.73246) (xy 322.411105 76.005423) (xy 322.767308 76.153332) (xy 323.152999 76.153668) (xy 323.50946 76.006382) + (xy 323.782423 75.733895) (xy 323.930332 75.377692) (xy 323.930668 74.992001) (xy 323.930668 79.818001) (xy 323.783382 79.46154) + (xy 323.510895 79.188577) (xy 323.154692 79.040668) (xy 322.769001 79.040332) (xy 322.41254 79.187618) (xy 322.139577 79.460105) + (xy 321.991668 79.816308) (xy 321.991332 80.201999) (xy 322.138618 80.55846) (xy 322.411105 80.831423) (xy 322.767308 80.979332) + (xy 323.152999 80.979668) (xy 323.50946 80.832382) (xy 323.782423 80.559895) (xy 323.930332 80.203692) (xy 323.930668 79.818001) + (xy 323.930668 87.8924) (xy 323.803668 87.8924) (xy 323.803668 85.533001) (xy 323.656382 85.17654) (xy 323.383895 84.903577) + (xy 323.027692 84.755668) (xy 322.642001 84.755332) (xy 322.28554 84.902618) (xy 322.012577 85.175105) (xy 321.864668 85.531308) + (xy 321.864332 85.916999) (xy 322.011618 86.27346) (xy 322.284105 86.546423) (xy 322.640308 86.694332) (xy 323.025999 86.694668) + (xy 323.38246 86.547382) (xy 323.655423 86.274895) (xy 323.803332 85.918692) (xy 323.803668 85.533001) (xy 323.803668 87.8924) + (xy 322.943378 87.8924) (xy 322.748895 87.697577) (xy 322.392692 87.549668) (xy 322.007001 87.549332) (xy 321.65054 87.696618) + (xy 321.377577 87.969105) (xy 321.3016 88.152077) (xy 321.3016 71.339532) (xy 321.522105 71.560423) (xy 321.878308 71.708332) + (xy 322.263999 71.708668) (xy 322.62046 71.561382) (xy 322.893423 71.288895) (xy 323.041332 70.932692) (xy 323.041668 70.547001) + (xy 322.894382 70.19054) (xy 322.621895 69.917577) (xy 322.265692 69.769668) (xy 321.880001 69.769332) (xy 321.52354 69.916618) + (xy 321.3016 70.13817) (xy 321.3016 68.145331) (xy 321.624308 68.279332) (xy 322.009999 68.279668) (xy 322.36646 68.132382) + (xy 322.639423 67.859895) (xy 322.787332 67.503692) (xy 322.787668 67.118001) (xy 322.640382 66.76154) (xy 322.454515 66.575348) + (xy 322.62046 66.506782) (xy 322.893423 66.234295) (xy 323.041332 65.878092) (xy 323.041668 65.492401) (xy 322.894382 65.13594) + (xy 322.79538 65.036766) (xy 322.893423 64.938895) (xy 323.041332 64.582692) (xy 323.041668 64.197001) (xy 322.894382 63.84054) + (xy 322.621895 63.567577) (xy 322.265692 63.419668) (xy 321.880001 63.419332) (xy 321.52354 63.566618) (xy 321.3016 63.78817) + (xy 321.3016 62.489546) (xy 321.880073 61.911073) (xy 322.015903 61.70779) (xy 322.015903 61.707789) (xy 322.0636 61.468) + (xy 322.0636 60.071) (xy 322.054369 60.024596) (xy 322.136999 60.024668) (xy 322.49346 59.877382) (xy 322.689584 59.6816) + (xy 325.114454 59.6816) (xy 326.6524 61.219546) (xy 326.6524 65.803621) + ) + ) + (filled_polygon + (pts + (xy 364.111 133.7394) (xy 362.7925 133.7394) (xy 362.7925 87.289929) (xy 362.7925 87.081071) (xy 362.7925 86.64325) + (xy 362.7925 86.33075) (xy 362.7925 85.892929) (xy 362.7925 85.684071) (xy 362.712574 85.491111) (xy 362.692463 85.471) + (xy 362.712574 85.450889) (xy 362.7925 85.257929) (xy 362.7925 85.049071) (xy 362.7925 83.652071) (xy 362.712574 83.459111) + (xy 362.564889 83.311426) (xy 362.371929 83.2315) (xy 362.163071 83.2315) (xy 360.766071 83.2315) (xy 360.573111 83.311426) + (xy 360.425426 83.459111) (xy 360.3455 83.652071) (xy 360.3455 83.860929) (xy 360.3455 85.257929) (xy 360.425426 85.450889) + (xy 360.445537 85.471) (xy 360.425426 85.491111) (xy 360.3455 85.684071) (xy 360.3455 85.892929) (xy 360.3455 86.33075) + (xy 360.47675 86.462) (xy 361.544 86.462) (xy 361.544 86.442) (xy 361.594 86.442) (xy 361.594 86.462) + (xy 362.66125 86.462) (xy 362.7925 86.33075) (xy 362.7925 86.64325) (xy 362.66125 86.512) (xy 361.594 86.512) + (xy 361.594 87.57925) (xy 361.72525 87.7105) (xy 362.371929 87.7105) (xy 362.564889 87.630574) (xy 362.712574 87.482889) + (xy 362.7925 87.289929) (xy 362.7925 133.7394) (xy 361.544 133.7394) (xy 361.544 87.57925) (xy 361.544 86.512) + (xy 360.47675 86.512) (xy 360.3455 86.64325) (xy 360.3455 87.081071) (xy 360.3455 87.289929) (xy 360.425426 87.482889) + (xy 360.573111 87.630574) (xy 360.766071 87.7105) (xy 361.41275 87.7105) (xy 361.544 87.57925) (xy 361.544 133.7394) + (xy 360.553 133.7394) (xy 360.379668 133.7394) (xy 360.379668 130.618001) (xy 360.232382 130.26154) (xy 359.959895 129.988577) + (xy 359.617668 129.846471) (xy 359.617668 77.913001) (xy 359.470382 77.55654) (xy 359.197895 77.283577) (xy 359.109668 77.246941) + (xy 359.109668 72.833001) (xy 358.982668 72.525636) (xy 358.982668 63.435001) (xy 358.835382 63.07854) (xy 358.562895 62.805577) + (xy 358.206692 62.657668) (xy 357.821001 62.657332) (xy 357.46454 62.804618) (xy 357.191577 63.077105) (xy 357.043668 63.433308) + (xy 357.043332 63.818999) (xy 357.190618 64.17546) (xy 357.463105 64.448423) (xy 357.819308 64.596332) (xy 358.204999 64.596668) + (xy 358.56146 64.449382) (xy 358.834423 64.176895) (xy 358.982332 63.820692) (xy 358.982668 63.435001) (xy 358.982668 72.525636) + (xy 358.962382 72.47654) (xy 358.689895 72.203577) (xy 358.333692 72.055668) (xy 357.948001 72.055332) (xy 357.59154 72.202618) + (xy 357.318577 72.475105) (xy 357.170668 72.831308) (xy 357.170332 73.216999) (xy 357.317618 73.57346) (xy 357.590105 73.846423) + (xy 357.946308 73.994332) (xy 358.331999 73.994668) (xy 358.68846 73.847382) (xy 358.961423 73.574895) (xy 359.109332 73.218692) + (xy 359.109668 72.833001) (xy 359.109668 77.246941) (xy 358.841692 77.135668) (xy 358.456001 77.135332) (xy 358.09954 77.282618) + (xy 357.826577 77.555105) (xy 357.678668 77.911308) (xy 357.678332 78.296999) (xy 357.825618 78.65346) (xy 358.098105 78.926423) + (xy 358.454308 79.074332) (xy 358.839999 79.074668) (xy 359.19646 78.927382) (xy 359.469423 78.654895) (xy 359.617332 78.298692) + (xy 359.617668 77.913001) (xy 359.617668 129.846471) (xy 359.603692 129.840668) (xy 359.218001 129.840332) (xy 359.046245 129.911299) + (xy 359.046245 96.747972) (xy 359.046245 91.667972) (xy 358.83143 91.14808) (xy 358.434013 90.749968) (xy 357.914496 90.534246) + (xy 357.351972 90.533755) (xy 357.077668 90.647095) (xy 357.077668 80.961001) (xy 356.930382 80.60454) (xy 356.657895 80.331577) + (xy 356.301692 80.183668) (xy 355.916001 80.183332) (xy 355.55954 80.330618) (xy 355.426668 80.463258) (xy 355.426668 63.562001) + (xy 355.279382 63.20554) (xy 355.006895 62.932577) (xy 354.650692 62.784668) (xy 354.265001 62.784332) (xy 353.90854 62.931618) + (xy 353.635577 63.204105) (xy 353.487668 63.560308) (xy 353.487332 63.945999) (xy 353.634618 64.30246) (xy 353.907105 64.575423) + (xy 354.263308 64.723332) (xy 354.648999 64.723668) (xy 355.00546 64.576382) (xy 355.278423 64.303895) (xy 355.426332 63.947692) + (xy 355.426668 63.562001) (xy 355.426668 80.463258) (xy 355.286577 80.603105) (xy 355.138668 80.959308) (xy 355.138332 81.344999) + (xy 355.285618 81.70146) (xy 355.558105 81.974423) (xy 355.914308 82.122332) (xy 356.299999 82.122668) (xy 356.65646 81.975382) + (xy 356.929423 81.702895) (xy 357.077332 81.346692) (xy 357.077668 80.961001) (xy 357.077668 90.647095) (xy 356.83208 90.74857) + (xy 356.433968 91.145987) (xy 356.218246 91.665504) (xy 356.217755 92.228028) (xy 356.43257 92.74792) (xy 356.829987 93.146032) + (xy 357.349504 93.361754) (xy 357.912028 93.362245) (xy 358.43192 93.14743) (xy 358.830032 92.750013) (xy 359.045754 92.230496) + (xy 359.046245 91.667972) (xy 359.046245 96.747972) (xy 358.83143 96.22808) (xy 358.434013 95.829968) (xy 357.914496 95.614246) + (xy 357.351972 95.613755) (xy 356.83208 95.82857) (xy 356.433968 96.225987) (xy 356.218246 96.745504) (xy 356.217755 97.308028) + (xy 356.43257 97.82792) (xy 356.829987 98.226032) (xy 357.349504 98.441754) (xy 357.912028 98.442245) (xy 358.43192 98.22743) + (xy 358.830032 97.830013) (xy 359.045754 97.310496) (xy 359.046245 96.747972) (xy 359.046245 129.911299) (xy 358.982668 129.937569) + (xy 358.982668 127.443001) (xy 358.835382 127.08654) (xy 358.562895 126.813577) (xy 358.206692 126.665668) (xy 357.821001 126.665332) + (xy 357.46454 126.812618) (xy 357.458712 126.818435) (xy 357.458712 124.852698) (xy 357.458712 122.312698) (xy 357.458712 119.772698) + (xy 357.458712 117.232698) (xy 357.458712 114.692698) (xy 357.458712 112.152698) (xy 357.458712 109.612698) (xy 357.458712 107.072698) + (xy 357.458712 104.532698) (xy 357.272838 104.082848) (xy 356.928962 103.738372) (xy 356.479437 103.551713) (xy 355.992698 103.551288) + (xy 355.542848 103.737162) (xy 355.198372 104.081038) (xy 355.172712 104.142834) (xy 355.172712 86.244698) (xy 354.986838 85.794848) + (xy 354.663291 85.470737) (xy 354.985628 85.148962) (xy 355.172287 84.699437) (xy 355.172712 84.212698) (xy 354.986838 83.762848) + (xy 354.642962 83.418372) (xy 354.193437 83.231713) (xy 354.111922 83.231641) (xy 354.156332 83.124692) (xy 354.156668 82.739001) + (xy 354.009382 82.38254) (xy 353.8136 82.186415) (xy 353.8136 76.182378) (xy 353.965173 76.031068) (xy 353.965174 76.031068) + (xy 354.036389 76.016903) (xy 354.03639 76.016903) (xy 354.239673 75.881073) (xy 354.493673 75.627073) (xy 354.629502 75.42379) + (xy 354.629503 75.423789) (xy 354.6772 75.184) (xy 354.6772 71.755) (xy 354.629503 71.515211) (xy 354.629503 71.51521) + (xy 354.493673 71.311927) (xy 354.283668 71.101922) (xy 354.283668 68.134001) (xy 354.136382 67.77754) (xy 353.863895 67.504577) + (xy 353.507692 67.356668) (xy 353.122001 67.356332) (xy 352.76554 67.503618) (xy 352.492577 67.776105) (xy 352.344668 68.132308) + (xy 352.344332 68.517999) (xy 352.491618 68.87446) (xy 352.764105 69.147423) (xy 353.120308 69.295332) (xy 353.505999 69.295668) + (xy 353.86246 69.148382) (xy 354.135423 68.875895) (xy 354.283332 68.519692) (xy 354.283668 68.134001) (xy 354.283668 71.101922) + (xy 354.156428 70.974682) (xy 354.156668 70.699401) (xy 354.009382 70.34294) (xy 353.736895 70.069977) (xy 353.380692 69.922068) + (xy 352.995001 69.921732) (xy 352.63854 70.069018) (xy 352.365577 70.341505) (xy 352.217668 70.697708) (xy 352.217332 71.083399) + (xy 352.364618 71.43986) (xy 352.637105 71.712823) (xy 352.993308 71.860732) (xy 353.270427 71.860973) (xy 353.424 72.014546) + (xy 353.424 73.191251) (xy 353.380692 73.173268) (xy 352.995001 73.172932) (xy 352.63854 73.320218) (xy 352.365577 73.592705) + (xy 352.217668 73.948908) (xy 352.217332 74.334599) (xy 352.364618 74.69106) (xy 352.463619 74.790233) (xy 352.365577 74.888105) + (xy 352.217668 75.244308) (xy 352.217332 75.629999) (xy 352.364618 75.98646) (xy 352.5604 76.182584) (xy 352.5604 82.186621) + (xy 352.365577 82.381105) (xy 352.217668 82.737308) (xy 352.217332 83.122999) (xy 352.364618 83.47946) (xy 352.637105 83.752423) + (xy 352.874941 83.851181) (xy 352.725713 84.210563) (xy 352.725288 84.697302) (xy 352.911162 85.147152) (xy 353.234708 85.471262) + (xy 352.912372 85.793038) (xy 352.725713 86.242563) (xy 352.725288 86.729302) (xy 352.911162 87.179152) (xy 353.255038 87.523628) + (xy 353.704563 87.710287) (xy 354.191302 87.710712) (xy 354.641152 87.524838) (xy 354.985628 87.180962) (xy 355.172287 86.731437) + (xy 355.172712 86.244698) (xy 355.172712 104.142834) (xy 355.011713 104.530563) (xy 355.011288 105.017302) (xy 355.197162 105.467152) + (xy 355.541038 105.811628) (xy 355.990563 105.998287) (xy 356.477302 105.998712) (xy 356.927152 105.812838) (xy 357.271628 105.468962) + (xy 357.458287 105.019437) (xy 357.458712 104.532698) (xy 357.458712 107.072698) (xy 357.272838 106.622848) (xy 356.928962 106.278372) + (xy 356.479437 106.091713) (xy 355.992698 106.091288) (xy 355.542848 106.277162) (xy 355.198372 106.621038) (xy 355.011713 107.070563) + (xy 355.011288 107.557302) (xy 355.197162 108.007152) (xy 355.541038 108.351628) (xy 355.990563 108.538287) (xy 356.477302 108.538712) + (xy 356.927152 108.352838) (xy 357.271628 108.008962) (xy 357.458287 107.559437) (xy 357.458712 107.072698) (xy 357.458712 109.612698) + (xy 357.272838 109.162848) (xy 356.928962 108.818372) (xy 356.479437 108.631713) (xy 355.992698 108.631288) (xy 355.542848 108.817162) + (xy 355.198372 109.161038) (xy 355.011713 109.610563) (xy 355.011288 110.097302) (xy 355.197162 110.547152) (xy 355.541038 110.891628) + (xy 355.990563 111.078287) (xy 356.477302 111.078712) (xy 356.927152 110.892838) (xy 357.271628 110.548962) (xy 357.458287 110.099437) + (xy 357.458712 109.612698) (xy 357.458712 112.152698) (xy 357.272838 111.702848) (xy 356.928962 111.358372) (xy 356.479437 111.171713) + (xy 355.992698 111.171288) (xy 355.542848 111.357162) (xy 355.198372 111.701038) (xy 355.011713 112.150563) (xy 355.011288 112.637302) + (xy 355.197162 113.087152) (xy 355.541038 113.431628) (xy 355.990563 113.618287) (xy 356.477302 113.618712) (xy 356.927152 113.432838) + (xy 357.271628 113.088962) (xy 357.458287 112.639437) (xy 357.458712 112.152698) (xy 357.458712 114.692698) (xy 357.272838 114.242848) + (xy 356.928962 113.898372) (xy 356.479437 113.711713) (xy 355.992698 113.711288) (xy 355.542848 113.897162) (xy 355.198372 114.241038) + (xy 355.011713 114.690563) (xy 355.011288 115.177302) (xy 355.197162 115.627152) (xy 355.541038 115.971628) (xy 355.990563 116.158287) + (xy 356.477302 116.158712) (xy 356.927152 115.972838) (xy 357.271628 115.628962) (xy 357.458287 115.179437) (xy 357.458712 114.692698) + (xy 357.458712 117.232698) (xy 357.272838 116.782848) (xy 356.928962 116.438372) (xy 356.479437 116.251713) (xy 355.992698 116.251288) + (xy 355.542848 116.437162) (xy 355.198372 116.781038) (xy 355.011713 117.230563) (xy 355.011288 117.717302) (xy 355.197162 118.167152) + (xy 355.541038 118.511628) (xy 355.990563 118.698287) (xy 356.477302 118.698712) (xy 356.927152 118.512838) (xy 357.271628 118.168962) + (xy 357.458287 117.719437) (xy 357.458712 117.232698) (xy 357.458712 119.772698) (xy 357.272838 119.322848) (xy 356.928962 118.978372) + (xy 356.479437 118.791713) (xy 355.992698 118.791288) (xy 355.542848 118.977162) (xy 355.198372 119.321038) (xy 355.011713 119.770563) + (xy 355.011288 120.257302) (xy 355.197162 120.707152) (xy 355.541038 121.051628) (xy 355.990563 121.238287) (xy 356.477302 121.238712) + (xy 356.927152 121.052838) (xy 357.271628 120.708962) (xy 357.458287 120.259437) (xy 357.458712 119.772698) (xy 357.458712 122.312698) + (xy 357.272838 121.862848) (xy 356.928962 121.518372) (xy 356.479437 121.331713) (xy 355.992698 121.331288) (xy 355.542848 121.517162) + (xy 355.198372 121.861038) (xy 355.011713 122.310563) (xy 355.011288 122.797302) (xy 355.197162 123.247152) (xy 355.541038 123.591628) + (xy 355.990563 123.778287) (xy 356.477302 123.778712) (xy 356.927152 123.592838) (xy 357.271628 123.248962) (xy 357.458287 122.799437) + (xy 357.458712 122.312698) (xy 357.458712 124.852698) (xy 357.272838 124.402848) (xy 356.928962 124.058372) (xy 356.479437 123.871713) + (xy 355.992698 123.871288) (xy 355.542848 124.057162) (xy 355.198372 124.401038) (xy 355.011713 124.850563) (xy 355.011288 125.337302) + (xy 355.197162 125.787152) (xy 355.541038 126.131628) (xy 355.990563 126.318287) (xy 356.477302 126.318712) (xy 356.927152 126.132838) + (xy 357.271628 125.788962) (xy 357.458287 125.339437) (xy 357.458712 124.852698) (xy 357.458712 126.818435) (xy 357.191577 127.085105) + (xy 357.043668 127.441308) (xy 357.043332 127.826999) (xy 357.190618 128.18346) (xy 357.463105 128.456423) (xy 357.819308 128.604332) + (xy 358.204999 128.604668) (xy 358.56146 128.457382) (xy 358.834423 128.184895) (xy 358.982332 127.828692) (xy 358.982668 127.443001) + (xy 358.982668 129.937569) (xy 358.86154 129.987618) (xy 358.588577 130.260105) (xy 358.440668 130.616308) (xy 358.440332 131.001999) + (xy 358.587618 131.35846) (xy 358.860105 131.631423) (xy 359.216308 131.779332) (xy 359.601999 131.779668) (xy 359.95846 131.632382) + (xy 360.231423 131.359895) (xy 360.379332 131.003692) (xy 360.379668 130.618001) (xy 360.379668 133.7394) (xy 358.994532 133.7394) + (xy 359.215423 133.518895) (xy 359.363332 133.162692) (xy 359.363668 132.777001) (xy 359.216382 132.42054) (xy 358.943895 132.147577) + (xy 358.587692 131.999668) (xy 358.202001 131.999332) (xy 357.84554 132.146618) (xy 357.572577 132.419105) (xy 357.424668 132.775308) + (xy 357.424332 133.160999) (xy 357.571618 133.51746) (xy 357.79317 133.7394) (xy 354.918712 133.7394) (xy 354.918712 127.392698) + (xy 354.918712 124.852698) (xy 354.918712 122.312698) (xy 354.918712 119.772698) (xy 354.918712 117.232698) (xy 354.918712 114.692698) + (xy 354.918712 112.152698) (xy 354.918712 109.612698) (xy 354.918712 107.072698) (xy 354.918712 104.532698) (xy 354.918712 101.992698) + (xy 354.732838 101.542848) (xy 354.388962 101.198372) (xy 353.939437 101.011713) (xy 353.775668 101.01157) (xy 353.775668 99.503001) + (xy 353.628382 99.14654) (xy 353.355895 98.873577) (xy 352.999692 98.725668) (xy 352.614001 98.725332) (xy 352.25754 98.872618) + (xy 351.984577 99.145105) (xy 351.836668 99.501308) (xy 351.836569 99.614429) (xy 351.725001 99.614332) (xy 351.36854 99.761618) + (xy 351.095577 100.034105) (xy 350.947668 100.390308) (xy 350.947332 100.775999) (xy 351.044598 101.011403) (xy 350.912698 101.011288) + (xy 350.727668 101.08774) (xy 350.727668 91.248001) (xy 350.580382 90.89154) (xy 350.307895 90.618577) (xy 350.092668 90.529206) + (xy 350.092668 86.930001) (xy 349.945382 86.57354) (xy 349.672895 86.300577) (xy 349.584668 86.263941) (xy 349.584668 79.945001) + (xy 349.584668 73.976001) (xy 349.437382 73.61954) (xy 349.164895 73.346577) (xy 348.808692 73.198668) (xy 348.423001 73.198332) + (xy 348.06654 73.345618) (xy 347.793577 73.618105) (xy 347.645668 73.974308) (xy 347.645332 74.359999) (xy 347.792618 74.71646) + (xy 348.065105 74.989423) (xy 348.421308 75.137332) (xy 348.806999 75.137668) (xy 349.16346 74.990382) (xy 349.436423 74.717895) + (xy 349.584332 74.361692) (xy 349.584668 73.976001) (xy 349.584668 79.945001) (xy 349.437382 79.58854) (xy 349.164895 79.315577) + (xy 348.822654 79.173465) (xy 348.822668 79.157601) (xy 348.675382 78.80114) (xy 348.402895 78.528177) (xy 348.046692 78.380268) + (xy 347.661001 78.379932) (xy 347.30454 78.527218) (xy 347.031577 78.799705) (xy 346.883668 79.155908) (xy 346.883332 79.541599) + (xy 347.030618 79.89806) (xy 347.303105 80.171023) (xy 347.645345 80.313134) (xy 347.645332 80.328999) (xy 347.792618 80.68546) + (xy 348.065105 80.958423) (xy 348.421308 81.106332) (xy 348.806999 81.106668) (xy 349.16346 80.959382) (xy 349.436423 80.686895) + (xy 349.584332 80.330692) (xy 349.584668 79.945001) (xy 349.584668 86.263941) (xy 349.316692 86.152668) (xy 348.931001 86.152332) + (xy 348.822668 86.197094) (xy 348.822668 81.748401) (xy 348.675382 81.39194) (xy 348.402895 81.118977) (xy 348.046692 80.971068) + (xy 347.661001 80.970732) (xy 347.30454 81.118018) (xy 347.031577 81.390505) (xy 346.883668 81.746708) (xy 346.883332 82.132399) + (xy 347.030618 82.48886) (xy 347.303105 82.761823) (xy 347.659308 82.909732) (xy 348.044999 82.910068) (xy 348.40146 82.762782) + (xy 348.674423 82.490295) (xy 348.822332 82.134092) (xy 348.822668 81.748401) (xy 348.822668 86.197094) (xy 348.57454 86.299618) + (xy 348.301577 86.572105) (xy 348.153668 86.928308) (xy 348.153332 87.313999) (xy 348.300618 87.67046) (xy 348.573105 87.943423) + (xy 348.929308 88.091332) (xy 349.314999 88.091668) (xy 349.67146 87.944382) (xy 349.944423 87.671895) (xy 350.092332 87.315692) + (xy 350.092668 86.930001) (xy 350.092668 90.529206) (xy 349.951692 90.470668) (xy 349.566001 90.470332) (xy 349.20954 90.617618) + (xy 348.936577 90.890105) (xy 348.788668 91.246308) (xy 348.788332 91.631999) (xy 348.935618 91.98846) (xy 349.208105 92.261423) + (xy 349.564308 92.409332) (xy 349.949999 92.409668) (xy 350.30646 92.262382) (xy 350.579423 91.989895) (xy 350.727332 91.633692) + (xy 350.727668 91.248001) (xy 350.727668 101.08774) (xy 350.462848 101.197162) (xy 350.118372 101.541038) (xy 349.931713 101.990563) + (xy 349.931288 102.477302) (xy 350.117162 102.927152) (xy 350.461038 103.271628) (xy 350.910563 103.458287) (xy 351.397302 103.458712) + (xy 351.847152 103.272838) (xy 352.191628 102.928962) (xy 352.378287 102.479437) (xy 352.378712 101.992698) (xy 352.192838 101.542848) + (xy 352.176002 101.525982) (xy 352.46546 101.406382) (xy 352.738423 101.133895) (xy 352.886332 100.777692) (xy 352.88643 100.66457) + (xy 352.997999 100.664668) (xy 353.35446 100.517382) (xy 353.627423 100.244895) (xy 353.775332 99.888692) (xy 353.775668 99.503001) + (xy 353.775668 101.01157) (xy 353.452698 101.011288) (xy 353.002848 101.197162) (xy 352.658372 101.541038) (xy 352.471713 101.990563) + (xy 352.471288 102.477302) (xy 352.657162 102.927152) (xy 353.001038 103.271628) (xy 353.450563 103.458287) (xy 353.937302 103.458712) + (xy 354.387152 103.272838) (xy 354.731628 102.928962) (xy 354.918287 102.479437) (xy 354.918712 101.992698) (xy 354.918712 104.532698) + (xy 354.732838 104.082848) (xy 354.388962 103.738372) (xy 353.939437 103.551713) (xy 353.452698 103.551288) (xy 353.002848 103.737162) + (xy 352.658372 104.081038) (xy 352.471713 104.530563) (xy 352.471288 105.017302) (xy 352.657162 105.467152) (xy 353.001038 105.811628) + (xy 353.450563 105.998287) (xy 353.937302 105.998712) (xy 354.387152 105.812838) (xy 354.731628 105.468962) (xy 354.918287 105.019437) + (xy 354.918712 104.532698) (xy 354.918712 107.072698) (xy 354.732838 106.622848) (xy 354.388962 106.278372) (xy 353.939437 106.091713) + (xy 353.452698 106.091288) (xy 353.002848 106.277162) (xy 352.658372 106.621038) (xy 352.471713 107.070563) (xy 352.471288 107.557302) + (xy 352.657162 108.007152) (xy 353.001038 108.351628) (xy 353.450563 108.538287) (xy 353.937302 108.538712) (xy 354.387152 108.352838) + (xy 354.731628 108.008962) (xy 354.918287 107.559437) (xy 354.918712 107.072698) (xy 354.918712 109.612698) (xy 354.732838 109.162848) + (xy 354.388962 108.818372) (xy 353.939437 108.631713) (xy 353.452698 108.631288) (xy 353.002848 108.817162) (xy 352.658372 109.161038) + (xy 352.471713 109.610563) (xy 352.471288 110.097302) (xy 352.657162 110.547152) (xy 353.001038 110.891628) (xy 353.450563 111.078287) + (xy 353.937302 111.078712) (xy 354.387152 110.892838) (xy 354.731628 110.548962) (xy 354.918287 110.099437) (xy 354.918712 109.612698) + (xy 354.918712 112.152698) (xy 354.732838 111.702848) (xy 354.388962 111.358372) (xy 353.939437 111.171713) (xy 353.452698 111.171288) + (xy 353.002848 111.357162) (xy 352.658372 111.701038) (xy 352.471713 112.150563) (xy 352.471288 112.637302) (xy 352.657162 113.087152) + (xy 353.001038 113.431628) (xy 353.450563 113.618287) (xy 353.937302 113.618712) (xy 354.387152 113.432838) (xy 354.731628 113.088962) + (xy 354.918287 112.639437) (xy 354.918712 112.152698) (xy 354.918712 114.692698) (xy 354.732838 114.242848) (xy 354.388962 113.898372) + (xy 353.939437 113.711713) (xy 353.452698 113.711288) (xy 353.002848 113.897162) (xy 352.658372 114.241038) (xy 352.471713 114.690563) + (xy 352.471288 115.177302) (xy 352.657162 115.627152) (xy 353.001038 115.971628) (xy 353.450563 116.158287) (xy 353.937302 116.158712) + (xy 354.387152 115.972838) (xy 354.731628 115.628962) (xy 354.918287 115.179437) (xy 354.918712 114.692698) (xy 354.918712 117.232698) + (xy 354.732838 116.782848) (xy 354.388962 116.438372) (xy 353.939437 116.251713) (xy 353.452698 116.251288) (xy 353.002848 116.437162) + (xy 352.658372 116.781038) (xy 352.471713 117.230563) (xy 352.471288 117.717302) (xy 352.657162 118.167152) (xy 353.001038 118.511628) + (xy 353.450563 118.698287) (xy 353.937302 118.698712) (xy 354.387152 118.512838) (xy 354.731628 118.168962) (xy 354.918287 117.719437) + (xy 354.918712 117.232698) (xy 354.918712 119.772698) (xy 354.732838 119.322848) (xy 354.388962 118.978372) (xy 353.939437 118.791713) + (xy 353.452698 118.791288) (xy 353.002848 118.977162) (xy 352.658372 119.321038) (xy 352.471713 119.770563) (xy 352.471288 120.257302) + (xy 352.657162 120.707152) (xy 353.001038 121.051628) (xy 353.450563 121.238287) (xy 353.937302 121.238712) (xy 354.387152 121.052838) + (xy 354.731628 120.708962) (xy 354.918287 120.259437) (xy 354.918712 119.772698) (xy 354.918712 122.312698) (xy 354.732838 121.862848) + (xy 354.388962 121.518372) (xy 353.939437 121.331713) (xy 353.452698 121.331288) (xy 353.002848 121.517162) (xy 352.658372 121.861038) + (xy 352.471713 122.310563) (xy 352.471288 122.797302) (xy 352.657162 123.247152) (xy 353.001038 123.591628) (xy 353.450563 123.778287) + (xy 353.937302 123.778712) (xy 354.387152 123.592838) (xy 354.731628 123.248962) (xy 354.918287 122.799437) (xy 354.918712 122.312698) + (xy 354.918712 124.852698) (xy 354.732838 124.402848) (xy 354.388962 124.058372) (xy 353.939437 123.871713) (xy 353.452698 123.871288) + (xy 353.002848 124.057162) (xy 352.658372 124.401038) (xy 352.471713 124.850563) (xy 352.471288 125.337302) (xy 352.657162 125.787152) + (xy 353.001038 126.131628) (xy 353.450563 126.318287) (xy 353.937302 126.318712) (xy 354.387152 126.132838) (xy 354.731628 125.788962) + (xy 354.918287 125.339437) (xy 354.918712 124.852698) (xy 354.918712 127.392698) (xy 354.732838 126.942848) (xy 354.388962 126.598372) + (xy 353.939437 126.411713) (xy 353.452698 126.411288) (xy 353.002848 126.597162) (xy 352.658372 126.941038) (xy 352.471713 127.390563) + (xy 352.471288 127.877302) (xy 352.657162 128.327152) (xy 353.001038 128.671628) (xy 353.450563 128.858287) (xy 353.937302 128.858712) + (xy 354.387152 128.672838) (xy 354.731628 128.328962) (xy 354.918287 127.879437) (xy 354.918712 127.392698) (xy 354.918712 133.7394) + (xy 352.378712 133.7394) (xy 352.378712 127.392698) (xy 352.378712 124.852698) (xy 352.192838 124.402848) (xy 351.848962 124.058372) + (xy 351.399437 123.871713) (xy 350.912698 123.871288) (xy 350.462848 124.057162) (xy 350.118372 124.401038) (xy 349.931713 124.850563) + (xy 349.931288 125.337302) (xy 350.117162 125.787152) (xy 350.461038 126.131628) (xy 350.910563 126.318287) (xy 351.397302 126.318712) + (xy 351.847152 126.132838) (xy 352.191628 125.788962) (xy 352.378287 125.339437) (xy 352.378712 124.852698) (xy 352.378712 127.392698) + (xy 352.192838 126.942848) (xy 351.848962 126.598372) (xy 351.399437 126.411713) (xy 350.912698 126.411288) (xy 350.462848 126.597162) + (xy 350.118372 126.941038) (xy 349.931713 127.390563) (xy 349.931288 127.877302) (xy 350.117162 128.327152) (xy 350.461038 128.671628) + (xy 350.910563 128.858287) (xy 351.397302 128.858712) (xy 351.847152 128.672838) (xy 352.191628 128.328962) (xy 352.378287 127.879437) + (xy 352.378712 127.392698) (xy 352.378712 133.7394) (xy 349.838712 133.7394) (xy 349.838712 127.392698) (xy 349.838712 124.852698) + (xy 349.652838 124.402848) (xy 349.584668 124.334559) (xy 349.584668 120.204001) (xy 349.437382 119.84754) (xy 349.164895 119.574577) + (xy 348.808692 119.426668) (xy 348.423001 119.426332) (xy 348.06654 119.573618) (xy 347.793577 119.846105) (xy 347.645668 120.202308) + (xy 347.645332 120.587999) (xy 347.792618 120.94446) (xy 348.065105 121.217423) (xy 348.421308 121.365332) (xy 348.806999 121.365668) + (xy 349.16346 121.218382) (xy 349.436423 120.945895) (xy 349.584332 120.589692) (xy 349.584668 120.204001) (xy 349.584668 124.334559) + (xy 349.308962 124.058372) (xy 348.859437 123.871713) (xy 348.372698 123.871288) (xy 347.922848 124.057162) (xy 347.578372 124.401038) + (xy 347.391713 124.850563) (xy 347.391288 125.337302) (xy 347.577162 125.787152) (xy 347.921038 126.131628) (xy 348.370563 126.318287) + (xy 348.857302 126.318712) (xy 349.307152 126.132838) (xy 349.651628 125.788962) (xy 349.838287 125.339437) (xy 349.838712 124.852698) + (xy 349.838712 127.392698) (xy 349.652838 126.942848) (xy 349.308962 126.598372) (xy 348.859437 126.411713) (xy 348.372698 126.411288) + (xy 347.922848 126.597162) (xy 347.578372 126.941038) (xy 347.391713 127.390563) (xy 347.391288 127.877302) (xy 347.577162 128.327152) + (xy 347.921038 128.671628) (xy 348.370563 128.858287) (xy 348.857302 128.858712) (xy 349.307152 128.672838) (xy 349.651628 128.328962) + (xy 349.838287 127.879437) (xy 349.838712 127.392698) (xy 349.838712 133.7394) (xy 347.298712 133.7394) (xy 347.298712 127.392698) + (xy 347.298712 124.852698) (xy 347.112838 124.402848) (xy 346.917668 124.207337) (xy 346.917668 108.266001) (xy 346.770382 107.90954) + (xy 346.497895 107.636577) (xy 346.141692 107.488668) (xy 345.756001 107.488332) (xy 345.39954 107.635618) (xy 345.126577 107.908105) + (xy 344.978668 108.264308) (xy 344.978332 108.649999) (xy 345.125618 109.00646) (xy 345.398105 109.279423) (xy 345.754308 109.427332) + (xy 346.139999 109.427668) (xy 346.49646 109.280382) (xy 346.769423 109.007895) (xy 346.917332 108.651692) (xy 346.917668 108.266001) + (xy 346.917668 124.207337) (xy 346.790668 124.080115) (xy 346.790668 111.568001) (xy 346.643382 111.21154) (xy 346.370895 110.938577) + (xy 346.014692 110.790668) (xy 345.629001 110.790332) (xy 345.27254 110.937618) (xy 344.999577 111.210105) (xy 344.851668 111.566308) + (xy 344.851332 111.951999) (xy 344.998618 112.30846) (xy 345.271105 112.581423) (xy 345.627308 112.729332) (xy 346.012999 112.729668) + (xy 346.36946 112.582382) (xy 346.642423 112.309895) (xy 346.790332 111.953692) (xy 346.790668 111.568001) (xy 346.790668 124.080115) + (xy 346.768962 124.058372) (xy 346.319437 123.871713) (xy 345.832698 123.871288) (xy 345.382848 124.057162) (xy 345.038372 124.401038) + (xy 344.851713 124.850563) (xy 344.851288 125.337302) (xy 345.037162 125.787152) (xy 345.381038 126.131628) (xy 345.830563 126.318287) + (xy 346.317302 126.318712) (xy 346.767152 126.132838) (xy 347.111628 125.788962) (xy 347.298287 125.339437) (xy 347.298712 124.852698) + (xy 347.298712 127.392698) (xy 347.112838 126.942848) (xy 346.768962 126.598372) (xy 346.319437 126.411713) (xy 345.832698 126.411288) + (xy 345.382848 126.597162) (xy 345.038372 126.941038) (xy 344.851713 127.390563) (xy 344.851288 127.877302) (xy 345.037162 128.327152) + (xy 345.381038 128.671628) (xy 345.830563 128.858287) (xy 346.317302 128.858712) (xy 346.767152 128.672838) (xy 347.111628 128.328962) + (xy 347.298287 127.879437) (xy 347.298712 127.392698) (xy 347.298712 133.7394) (xy 345.774668 133.7394) (xy 345.774668 131.507001) + (xy 345.627382 131.15054) (xy 345.354895 130.877577) (xy 344.998692 130.729668) (xy 344.859762 130.729546) (xy 344.864423 130.724895) + (xy 345.012332 130.368692) (xy 345.012668 129.983001) (xy 344.865382 129.62654) (xy 344.592895 129.353577) (xy 344.236692 129.205668) + (xy 343.851001 129.205332) (xy 343.49454 129.352618) (xy 343.221577 129.625105) (xy 343.073668 129.981308) (xy 343.073436 130.247348) + (xy 342.941895 130.115577) (xy 342.715848 130.021713) (xy 342.81346 129.981382) (xy 343.086423 129.708895) (xy 343.234332 129.352692) + (xy 343.234668 128.967001) (xy 343.168869 128.807755) (xy 343.290563 128.858287) (xy 343.777302 128.858712) (xy 344.227152 128.672838) + (xy 344.571628 128.328962) (xy 344.758287 127.879437) (xy 344.758712 127.392698) (xy 344.758712 124.852698) (xy 344.572838 124.402848) + (xy 344.228962 124.058372) (xy 343.779437 123.871713) (xy 343.292698 123.871288) (xy 343.107668 123.94774) (xy 343.107668 120.839001) + (xy 342.960382 120.48254) (xy 342.687895 120.209577) (xy 342.331692 120.061668) (xy 341.946001 120.061332) (xy 341.58954 120.208618) + (xy 341.393415 120.4044) (xy 341.249 120.4044) (xy 341.009211 120.452097) (xy 340.805927 120.587927) (xy 340.551927 120.841927) + (xy 340.416097 121.04521) (xy 340.3684 121.285) (xy 340.3684 124.030076) (xy 340.302848 124.057162) (xy 339.958372 124.401038) + (xy 339.771713 124.850563) (xy 339.771288 125.337302) (xy 339.957162 125.787152) (xy 340.301038 126.131628) (xy 340.750563 126.318287) + (xy 341.237302 126.318712) (xy 341.687152 126.132838) (xy 342.031628 125.788962) (xy 342.218287 125.339437) (xy 342.218712 124.852698) + (xy 342.032838 124.402848) (xy 341.688962 124.058372) (xy 341.6216 124.0304) (xy 341.6216 121.866331) (xy 341.944308 122.000332) + (xy 342.329999 122.000668) (xy 342.68646 121.853382) (xy 342.959423 121.580895) (xy 343.107332 121.224692) (xy 343.107668 120.839001) + (xy 343.107668 123.94774) (xy 342.842848 124.057162) (xy 342.498372 124.401038) (xy 342.311713 124.850563) (xy 342.311288 125.337302) + (xy 342.497162 125.787152) (xy 342.841038 126.131628) (xy 343.290563 126.318287) (xy 343.777302 126.318712) (xy 344.227152 126.132838) + (xy 344.571628 125.788962) (xy 344.758287 125.339437) (xy 344.758712 124.852698) (xy 344.758712 127.392698) (xy 344.572838 126.942848) + (xy 344.228962 126.598372) (xy 343.779437 126.411713) (xy 343.292698 126.411288) (xy 342.842848 126.597162) (xy 342.498372 126.941038) + (xy 342.311713 127.390563) (xy 342.311288 127.877302) (xy 342.440348 128.189652) (xy 342.089601 128.189346) (xy 342.218287 127.879437) + (xy 342.218712 127.392698) (xy 342.032838 126.942848) (xy 341.688962 126.598372) (xy 341.239437 126.411713) (xy 340.752698 126.411288) + (xy 340.302848 126.597162) (xy 339.958372 126.941038) (xy 339.771713 127.390563) (xy 339.771288 127.877302) (xy 339.957162 128.327152) + (xy 340.301038 128.671628) (xy 340.750563 128.858287) (xy 341.237302 128.858712) (xy 341.361185 128.807524) (xy 341.295668 128.965308) + (xy 341.295332 129.350999) (xy 341.442618 129.70746) (xy 341.715105 129.980423) (xy 341.941151 130.074286) (xy 341.84354 130.114618) + (xy 341.570577 130.387105) (xy 341.422668 130.743308) (xy 341.422332 131.128999) (xy 341.569618 131.48546) (xy 341.842105 131.758423) + (xy 342.198308 131.906332) (xy 342.583999 131.906668) (xy 342.94046 131.759382) (xy 343.213423 131.486895) (xy 343.361332 131.130692) + (xy 343.361563 130.864651) (xy 343.493105 130.996423) (xy 343.849308 131.144332) (xy 343.988237 131.144453) (xy 343.983577 131.149105) + (xy 343.835668 131.505308) (xy 343.835332 131.890999) (xy 343.982618 132.24746) (xy 344.255105 132.520423) (xy 344.611308 132.668332) + (xy 344.996999 132.668668) (xy 345.35346 132.521382) (xy 345.626423 132.248895) (xy 345.774332 131.892692) (xy 345.774668 131.507001) + (xy 345.774668 133.7394) (xy 339.678712 133.7394) (xy 339.678712 127.392698) (xy 339.678712 124.852698) (xy 339.492838 124.402848) + (xy 339.148962 124.058372) (xy 338.699437 123.871713) (xy 338.212698 123.871288) (xy 337.762848 124.057162) (xy 337.418372 124.401038) + (xy 337.231713 124.850563) (xy 337.231288 125.337302) (xy 337.417162 125.787152) (xy 337.761038 126.131628) (xy 338.210563 126.318287) + (xy 338.697302 126.318712) (xy 339.147152 126.132838) (xy 339.491628 125.788962) (xy 339.678287 125.339437) (xy 339.678712 124.852698) + (xy 339.678712 127.392698) (xy 339.492838 126.942848) (xy 339.148962 126.598372) (xy 338.699437 126.411713) (xy 338.212698 126.411288) + (xy 337.762848 126.597162) (xy 337.418372 126.941038) (xy 337.231713 127.390563) (xy 337.231288 127.877302) (xy 337.417162 128.327152) + (xy 337.761038 128.671628) (xy 338.210563 128.858287) (xy 338.697302 128.858712) (xy 339.147152 128.672838) (xy 339.491628 128.328962) + (xy 339.678287 127.879437) (xy 339.678712 127.392698) (xy 339.678712 133.7394) (xy 337.138712 133.7394) (xy 337.138712 127.392698) + (xy 336.952838 126.942848) (xy 336.608962 126.598372) (xy 336.159437 126.411713) (xy 335.672698 126.411288) (xy 335.222848 126.597162) + (xy 334.878372 126.941038) (xy 334.691713 127.390563) (xy 334.691288 127.877302) (xy 334.877162 128.327152) (xy 335.221038 128.671628) + (xy 335.670563 128.858287) (xy 336.157302 128.858712) (xy 336.607152 128.672838) (xy 336.951628 128.328962) (xy 337.138287 127.879437) + (xy 337.138712 127.392698) (xy 337.138712 133.7394) (xy 332.439668 133.7394) (xy 332.439668 130.872001) (xy 332.292382 130.51554) + (xy 332.019895 130.242577) (xy 331.663692 130.094668) (xy 331.278001 130.094332) (xy 330.92154 130.241618) (xy 330.648577 130.514105) + (xy 330.500668 130.870308) (xy 330.500332 131.255999) (xy 330.647618 131.61246) (xy 330.920105 131.885423) (xy 331.276308 132.033332) + (xy 331.661999 132.033668) (xy 332.01846 131.886382) (xy 332.291423 131.613895) (xy 332.439332 131.257692) (xy 332.439668 130.872001) + (xy 332.439668 133.7394) (xy 324.692668 133.7394) (xy 324.692668 130.110001) (xy 324.545382 129.75354) (xy 324.272895 129.480577) + (xy 323.916692 129.332668) (xy 323.531001 129.332332) (xy 323.17454 129.479618) (xy 322.901577 129.752105) (xy 322.753668 130.108308) + (xy 322.753332 130.493999) (xy 322.900618 130.85046) (xy 323.173105 131.123423) (xy 323.529308 131.271332) (xy 323.914999 131.271668) + (xy 324.27146 131.124382) (xy 324.544423 130.851895) (xy 324.692332 130.495692) (xy 324.692668 130.110001) (xy 324.692668 133.7394) + (xy 322.660712 133.7394) (xy 322.660712 127.646698) (xy 322.660712 125.106698) (xy 322.474838 124.656848) (xy 322.130962 124.312372) + (xy 321.681437 124.125713) (xy 321.194698 124.125288) (xy 320.744848 124.311162) (xy 320.400372 124.655038) (xy 320.213713 125.104563) + (xy 320.213288 125.591302) (xy 320.399162 126.041152) (xy 320.743038 126.385628) (xy 321.192563 126.572287) (xy 321.679302 126.572712) + (xy 322.129152 126.386838) (xy 322.473628 126.042962) (xy 322.660287 125.593437) (xy 322.660712 125.106698) (xy 322.660712 127.646698) + (xy 322.474838 127.196848) (xy 322.130962 126.852372) (xy 321.681437 126.665713) (xy 321.194698 126.665288) (xy 320.744848 126.851162) + (xy 320.400372 127.195038) (xy 320.213713 127.644563) (xy 320.213288 128.131302) (xy 320.399162 128.581152) (xy 320.743038 128.925628) + (xy 321.192563 129.112287) (xy 321.679302 129.112712) (xy 322.129152 128.926838) (xy 322.473628 128.582962) (xy 322.660287 128.133437) + (xy 322.660712 127.646698) (xy 322.660712 133.7394) (xy 320.120712 133.7394) (xy 320.120712 127.646698) (xy 320.120712 125.106698) + (xy 319.934838 124.656848) (xy 319.590962 124.312372) (xy 319.141437 124.125713) (xy 318.654698 124.125288) (xy 318.587287 124.153141) + (xy 318.324073 123.889927) (xy 318.12079 123.754097) (xy 317.881 123.7064) (xy 317.326668 123.7064) (xy 317.326668 118.553001) + (xy 317.179382 118.19654) (xy 316.906895 117.923577) (xy 316.550692 117.775668) (xy 316.165001 117.775332) (xy 315.80854 117.922618) + (xy 315.535577 118.195105) (xy 315.387668 118.551308) (xy 315.387332 118.936999) (xy 315.534618 119.29346) (xy 315.807105 119.566423) + (xy 316.163308 119.714332) (xy 316.548999 119.714668) (xy 316.90546 119.567382) (xy 317.178423 119.294895) (xy 317.326332 118.938692) + (xy 317.326668 118.553001) (xy 317.326668 123.7064) (xy 315.040712 123.7064) (xy 315.040712 99.706698) (xy 315.040712 97.166698) + (xy 314.854838 96.716848) (xy 314.510962 96.372372) (xy 314.061437 96.185713) (xy 313.574698 96.185288) (xy 313.124848 96.371162) + (xy 312.780372 96.715038) (xy 312.593713 97.164563) (xy 312.593288 97.651302) (xy 312.779162 98.101152) (xy 313.123038 98.445628) + (xy 313.572563 98.632287) (xy 314.059302 98.632712) (xy 314.509152 98.446838) (xy 314.853628 98.102962) (xy 315.040287 97.653437) + (xy 315.040712 97.166698) (xy 315.040712 99.706698) (xy 314.854838 99.256848) (xy 314.510962 98.912372) (xy 314.061437 98.725713) + (xy 313.574698 98.725288) (xy 313.124848 98.911162) (xy 312.780372 99.255038) (xy 312.593713 99.704563) (xy 312.593288 100.191302) + (xy 312.779162 100.641152) (xy 313.123038 100.985628) (xy 313.572563 101.172287) (xy 314.059302 101.172712) (xy 314.509152 100.986838) + (xy 314.853628 100.642962) (xy 315.040287 100.193437) (xy 315.040712 99.706698) (xy 315.040712 123.7064) (xy 313.135668 123.7064) + (xy 313.135668 106.615001) (xy 312.988382 106.25854) (xy 312.715895 105.985577) (xy 312.359692 105.837668) (xy 311.974001 105.837332) + (xy 311.9036 105.86642) (xy 311.9036 101.013923) (xy 311.969152 100.986838) (xy 312.313628 100.642962) (xy 312.500287 100.193437) + (xy 312.500712 99.706698) (xy 312.500712 97.166698) (xy 312.314838 96.716848) (xy 311.970962 96.372372) (xy 311.521437 96.185713) + (xy 311.034698 96.185288) (xy 310.584848 96.371162) (xy 310.240372 96.715038) (xy 310.053713 97.164563) (xy 310.053288 97.651302) + (xy 310.239162 98.101152) (xy 310.583038 98.445628) (xy 311.032563 98.632287) (xy 311.519302 98.632712) (xy 311.969152 98.446838) + (xy 312.313628 98.102962) (xy 312.500287 97.653437) (xy 312.500712 97.166698) (xy 312.500712 99.706698) (xy 312.314838 99.256848) + (xy 311.970962 98.912372) (xy 311.521437 98.725713) (xy 311.034698 98.725288) (xy 310.584848 98.911162) (xy 310.240372 99.255038) + (xy 310.053713 99.704563) (xy 310.053288 100.191302) (xy 310.239162 100.641152) (xy 310.583038 100.985628) (xy 310.6504 101.013599) + (xy 310.6504 106.628198) (xy 310.581692 106.599668) (xy 310.196001 106.599332) (xy 309.960712 106.69655) (xy 309.960712 99.706698) + (xy 309.960712 97.166698) (xy 309.774838 96.716848) (xy 309.430962 96.372372) (xy 308.981437 96.185713) (xy 308.494698 96.185288) + (xy 308.044848 96.371162) (xy 307.700372 96.715038) (xy 307.513713 97.164563) (xy 307.513288 97.651302) (xy 307.699162 98.101152) + (xy 308.043038 98.445628) (xy 308.492563 98.632287) (xy 308.979302 98.632712) (xy 309.429152 98.446838) (xy 309.773628 98.102962) + (xy 309.960287 97.653437) (xy 309.960712 97.166698) (xy 309.960712 99.706698) (xy 309.774838 99.256848) (xy 309.430962 98.912372) + (xy 308.981437 98.725713) (xy 308.494698 98.725288) (xy 308.044848 98.911162) (xy 307.700372 99.255038) (xy 307.513713 99.704563) + (xy 307.513288 100.191302) (xy 307.699162 100.641152) (xy 308.043038 100.985628) (xy 308.492563 101.172287) (xy 308.979302 101.172712) + (xy 309.429152 100.986838) (xy 309.773628 100.642962) (xy 309.960287 100.193437) (xy 309.960712 99.706698) (xy 309.960712 106.69655) + (xy 309.83954 106.746618) (xy 309.635365 106.950436) (xy 309.559382 106.76654) (xy 309.286895 106.493577) (xy 308.930692 106.345668) + (xy 308.545001 106.345332) (xy 308.18854 106.492618) (xy 308.182668 106.498479) (xy 308.182668 105.853001) (xy 308.035382 105.49654) + (xy 307.762895 105.223577) (xy 307.420712 105.081489) (xy 307.420712 99.706698) (xy 307.420712 97.166698) (xy 307.234838 96.716848) + (xy 306.890962 96.372372) (xy 306.441437 96.185713) (xy 306.404668 96.18568) (xy 306.404668 79.818001) (xy 306.257382 79.46154) + (xy 305.984895 79.188577) (xy 305.628692 79.040668) (xy 305.243001 79.040332) (xy 304.88654 79.187618) (xy 304.613577 79.460105) + (xy 304.465668 79.816308) (xy 304.465332 80.201999) (xy 304.612618 80.55846) (xy 304.885105 80.831423) (xy 305.241308 80.979332) + (xy 305.626999 80.979668) (xy 305.98346 80.832382) (xy 306.256423 80.559895) (xy 306.404332 80.203692) (xy 306.404668 79.818001) + (xy 306.404668 96.18568) (xy 305.954698 96.185288) (xy 305.504848 96.371162) (xy 305.388668 96.487139) (xy 305.388668 93.788001) + (xy 305.241382 93.43154) (xy 304.968895 93.158577) (xy 304.612692 93.010668) (xy 304.227001 93.010332) (xy 303.87054 93.157618) + (xy 303.847588 93.180529) (xy 303.698895 93.031577) (xy 303.342692 92.883668) (xy 302.957001 92.883332) (xy 302.60054 93.030618) + (xy 302.327577 93.303105) (xy 302.323673 93.312505) (xy 302.320382 93.30454) (xy 302.086668 93.070417) (xy 302.086668 79.818001) + (xy 301.939382 79.46154) (xy 301.666895 79.188577) (xy 301.310692 79.040668) (xy 300.925001 79.040332) (xy 300.689668 79.137569) + (xy 300.689668 76.897001) (xy 300.542382 76.54054) (xy 300.269895 76.267577) (xy 299.913692 76.119668) (xy 299.528001 76.119332) + (xy 299.34029 76.196892) (xy 299.272382 76.03254) (xy 299.16892 75.928898) (xy 299.292332 75.631692) (xy 299.292668 75.246001) + (xy 299.145382 74.88954) (xy 298.872895 74.616577) (xy 298.516692 74.468668) (xy 298.131001 74.468332) (xy 297.77454 74.615618) + (xy 297.501577 74.888105) (xy 297.353668 75.244308) (xy 297.353332 75.629999) (xy 297.500618 75.98646) (xy 297.604079 76.090101) + (xy 297.480668 76.387308) (xy 297.480332 76.772999) (xy 297.627618 77.12946) (xy 297.900105 77.402423) (xy 298.062808 77.469983) + (xy 297.90154 77.536618) (xy 297.628577 77.809105) (xy 297.480668 78.165308) (xy 297.480332 78.550999) (xy 297.627618 78.90746) + (xy 297.900105 79.180423) (xy 298.256308 79.328332) (xy 298.641999 79.328668) (xy 298.99846 79.181382) (xy 299.0213 79.15858) + (xy 299.043105 79.180423) (xy 299.399308 79.328332) (xy 299.784999 79.328668) (xy 300.14146 79.181382) (xy 300.414423 78.908895) + (xy 300.562332 78.552692) (xy 300.562668 78.167001) (xy 300.415382 77.81054) (xy 300.39247 77.787588) (xy 300.541423 77.638895) + (xy 300.689332 77.282692) (xy 300.689668 76.897001) (xy 300.689668 79.137569) (xy 300.56854 79.187618) (xy 300.295577 79.460105) + (xy 300.147668 79.816308) (xy 300.147613 79.878629) (xy 300.036001 79.878532) (xy 299.67954 80.025818) (xy 299.406577 80.298305) + (xy 299.258668 80.654508) (xy 299.258332 81.040199) (xy 299.405618 81.39666) (xy 299.678105 81.669623) (xy 300.034308 81.817532) + (xy 300.419999 81.817868) (xy 300.77646 81.670582) (xy 301.049423 81.398095) (xy 301.197332 81.041892) (xy 301.197386 80.97957) + (xy 301.308999 80.979668) (xy 301.66546 80.832382) (xy 301.938423 80.559895) (xy 302.086332 80.203692) (xy 302.086668 79.818001) + (xy 302.086668 93.070417) (xy 302.047895 93.031577) (xy 301.832668 92.942206) (xy 301.832668 89.089001) (xy 301.685382 88.73254) + (xy 301.472081 88.518866) (xy 301.684423 88.306895) (xy 301.832332 87.950692) (xy 301.832668 87.565001) (xy 301.685382 87.20854) + (xy 301.412895 86.935577) (xy 301.250191 86.868016) (xy 301.41146 86.801382) (xy 301.684423 86.528895) (xy 301.832332 86.172692) + (xy 301.832668 85.787001) (xy 301.685382 85.43054) (xy 301.412895 85.157577) (xy 301.403494 85.153673) (xy 301.41146 85.150382) + (xy 301.684423 84.877895) (xy 301.832332 84.521692) (xy 301.832668 84.136001) (xy 301.685382 83.77954) (xy 301.412895 83.506577) + (xy 301.056692 83.358668) (xy 300.671001 83.358332) (xy 300.31454 83.505618) (xy 300.041577 83.778105) (xy 299.893668 84.134308) + (xy 299.893569 84.247539) (xy 299.655001 84.247332) (xy 299.29854 84.394618) (xy 299.025577 84.667105) (xy 298.877668 85.023308) + (xy 298.877332 85.408999) (xy 299.024618 85.76546) (xy 299.265522 86.006785) (xy 299.17154 86.045618) (xy 298.898577 86.318105) + (xy 298.750668 86.674308) (xy 298.750332 87.059999) (xy 298.897618 87.41646) (xy 299.170105 87.689423) (xy 299.179505 87.693326) + (xy 299.17154 87.696618) (xy 298.898577 87.969105) (xy 298.750668 88.325308) (xy 298.750332 88.710999) (xy 298.897618 89.06746) + (xy 299.048765 89.218871) (xy 299.04454 89.220618) (xy 298.771577 89.493105) (xy 298.623668 89.849308) (xy 298.623332 90.234999) + (xy 298.770618 90.59146) (xy 299.043105 90.864423) (xy 299.399308 91.012332) (xy 299.784999 91.012668) (xy 300.14146 90.865382) + (xy 300.414423 90.592895) (xy 300.562332 90.236692) (xy 300.562358 90.205922) (xy 300.669308 90.250332) (xy 301.054999 90.250668) + (xy 301.41146 90.103382) (xy 301.684423 89.830895) (xy 301.832332 89.474692) (xy 301.832668 89.089001) (xy 301.832668 92.942206) + (xy 301.691692 92.883668) (xy 301.306001 92.883332) (xy 300.94954 93.030618) (xy 300.799477 93.180418) (xy 300.650895 93.031577) + (xy 300.294692 92.883668) (xy 299.909001 92.883332) (xy 299.55254 93.030618) (xy 299.401128 93.181765) (xy 299.399382 93.17754) + (xy 299.126895 92.904577) (xy 298.770692 92.756668) (xy 298.75843 92.756657) (xy 298.890423 92.624895) (xy 299.038332 92.268692) + (xy 299.038668 91.883001) (xy 298.891382 91.52654) (xy 298.618895 91.253577) (xy 298.262692 91.105668) (xy 297.877001 91.105332) + (xy 297.752947 91.156589) (xy 297.748382 91.14554) (xy 297.475895 90.872577) (xy 297.119692 90.724668) (xy 297.00657 90.724569) + (xy 297.006668 90.613001) (xy 296.879668 90.305636) (xy 296.879668 75.754001) (xy 296.879668 71.740801) (xy 296.732382 71.38434) + (xy 296.459895 71.111377) (xy 296.103692 70.963468) (xy 295.799862 70.963203) (xy 295.812532 70.932692) (xy 295.812868 70.547001) + (xy 295.747033 70.387669) (xy 295.974999 70.387868) (xy 296.33146 70.240582) (xy 296.604423 69.968095) (xy 296.752332 69.611892) + (xy 296.752668 69.226201) (xy 296.605382 68.86974) (xy 296.332895 68.596777) (xy 295.976692 68.448868) (xy 295.591001 68.448532) + (xy 295.23454 68.595818) (xy 294.961577 68.868305) (xy 294.813668 69.224508) (xy 294.813332 69.610199) (xy 294.879166 69.76953) + (xy 294.651201 69.769332) (xy 294.29474 69.916618) (xy 294.021777 70.189105) (xy 293.873868 70.545308) (xy 293.873532 70.930999) + (xy 294.020818 71.28746) (xy 294.293305 71.560423) (xy 294.649508 71.708332) (xy 294.953337 71.708596) (xy 294.940668 71.739108) + (xy 294.940613 71.80165) (xy 294.575001 71.801332) (xy 294.21854 71.948618) (xy 293.945577 72.221105) (xy 293.797668 72.577308) + (xy 293.797332 72.962999) (xy 293.944618 73.31946) (xy 294.217105 73.592423) (xy 294.573308 73.740332) (xy 294.958999 73.740668) + (xy 295.31546 73.593382) (xy 295.588423 73.320895) (xy 295.736332 72.964692) (xy 295.736386 72.902149) (xy 296.101999 72.902468) + (xy 296.45846 72.755182) (xy 296.731423 72.482695) (xy 296.879332 72.126492) (xy 296.879668 71.740801) (xy 296.879668 75.754001) + (xy 296.732382 75.39754) (xy 296.459895 75.124577) (xy 296.103692 74.976668) (xy 295.736349 74.976347) (xy 295.736668 74.611001) + (xy 295.589382 74.25454) (xy 295.316895 73.981577) (xy 294.960692 73.833668) (xy 294.575001 73.833332) (xy 294.21854 73.980618) + (xy 293.945577 74.253105) (xy 293.797668 74.609308) (xy 293.797332 74.994999) (xy 293.944618 75.35146) (xy 294.217105 75.624423) + (xy 294.573308 75.772332) (xy 294.94065 75.772652) (xy 294.940332 76.137999) (xy 295.087618 76.49446) (xy 295.360105 76.767423) + (xy 295.716308 76.915332) (xy 296.101999 76.915668) (xy 296.45846 76.768382) (xy 296.731423 76.495895) (xy 296.879332 76.139692) + (xy 296.879668 75.754001) (xy 296.879668 90.305636) (xy 296.859382 90.25654) (xy 296.651068 90.047862) (xy 296.651068 81.088001) + (xy 296.503782 80.73154) (xy 296.468303 80.695999) (xy 296.477423 80.686895) (xy 296.625332 80.330692) (xy 296.625668 79.945001) + (xy 296.478382 79.58854) (xy 296.371668 79.481639) (xy 296.371668 77.913001) (xy 296.224382 77.55654) (xy 295.951895 77.283577) + (xy 295.595692 77.135668) (xy 295.210001 77.135332) (xy 294.85354 77.282618) (xy 294.580577 77.555105) (xy 294.432668 77.911308) + (xy 294.432332 78.296999) (xy 294.579618 78.65346) (xy 294.852105 78.926423) (xy 295.208308 79.074332) (xy 295.593999 79.074668) + (xy 295.95046 78.927382) (xy 296.223423 78.654895) (xy 296.371332 78.298692) (xy 296.371668 77.913001) (xy 296.371668 79.481639) + (xy 296.205895 79.315577) (xy 295.849692 79.167668) (xy 295.464001 79.167332) (xy 295.10754 79.314618) (xy 294.834577 79.587105) + (xy 294.686668 79.943308) (xy 294.686332 80.328999) (xy 294.833618 80.68546) (xy 294.869096 80.721) (xy 294.859977 80.730105) + (xy 294.712068 81.086308) (xy 294.711732 81.471999) (xy 294.859018 81.82846) (xy 295.131505 82.101423) (xy 295.487708 82.249332) + (xy 295.873399 82.249668) (xy 296.22986 82.102382) (xy 296.502823 81.829895) (xy 296.650732 81.473692) (xy 296.651068 81.088001) + (xy 296.651068 90.047862) (xy 296.586895 89.983577) (xy 296.230692 89.835668) (xy 295.845001 89.835332) (xy 295.48854 89.982618) + (xy 295.215577 90.255105) (xy 295.067668 90.611308) (xy 295.067332 90.996999) (xy 295.072595 91.009738) (xy 294.808895 90.745577) + (xy 294.452692 90.597668) (xy 294.339668 90.597569) (xy 294.339668 76.643001) (xy 294.192382 76.28654) (xy 293.919895 76.013577) + (xy 293.563692 75.865668) (xy 293.178001 75.865332) (xy 292.82154 76.012618) (xy 292.548577 76.285105) (xy 292.400668 76.641308) + (xy 292.400332 77.026999) (xy 292.547618 77.38346) (xy 292.820105 77.656423) (xy 293.176308 77.804332) (xy 293.561999 77.804668) + (xy 293.91846 77.657382) (xy 294.191423 77.384895) (xy 294.339332 77.028692) (xy 294.339668 76.643001) (xy 294.339668 90.597569) + (xy 294.067001 90.597332) (xy 293.71054 90.744618) (xy 293.437577 91.017105) (xy 293.289668 91.373308) (xy 293.289332 91.758999) + (xy 293.436618 92.11546) (xy 293.709105 92.388423) (xy 294.065308 92.536332) (xy 294.450999 92.536668) (xy 294.80746 92.389382) + (xy 295.080423 92.116895) (xy 295.228332 91.760692) (xy 295.228668 91.375001) (xy 295.223404 91.362261) (xy 295.487105 91.626423) + (xy 295.843308 91.774332) (xy 295.956429 91.77443) (xy 295.956332 91.885999) (xy 296.103618 92.24246) (xy 296.376105 92.515423) + (xy 296.732308 92.663332) (xy 297.117999 92.663668) (xy 297.242052 92.61241) (xy 297.246618 92.62346) (xy 297.519105 92.896423) + (xy 297.875308 93.044332) (xy 297.887569 93.044342) (xy 297.755577 93.176105) (xy 297.607668 93.532308) (xy 297.607332 93.917999) + (xy 297.754618 94.27446) (xy 298.027105 94.547423) (xy 298.383308 94.695332) (xy 298.768999 94.695668) (xy 299.12546 94.548382) + (xy 299.276871 94.397234) (xy 299.278618 94.40146) (xy 299.551105 94.674423) (xy 299.907308 94.822332) (xy 300.292999 94.822668) + (xy 300.64946 94.675382) (xy 300.799522 94.525581) (xy 300.948105 94.674423) (xy 301.304308 94.822332) (xy 301.689999 94.822668) + (xy 302.04646 94.675382) (xy 302.319423 94.402895) (xy 302.323326 94.393494) (xy 302.326618 94.40146) (xy 302.599105 94.674423) + (xy 302.955308 94.822332) (xy 303.340999 94.822668) (xy 303.69746 94.675382) (xy 303.720411 94.65247) (xy 303.869105 94.801423) + (xy 304.225308 94.949332) (xy 304.610999 94.949668) (xy 304.96746 94.802382) (xy 305.240423 94.529895) (xy 305.388332 94.173692) + (xy 305.388668 93.788001) (xy 305.388668 96.487139) (xy 305.160372 96.715038) (xy 304.973713 97.164563) (xy 304.973288 97.651302) + (xy 305.159162 98.101152) (xy 305.503038 98.445628) (xy 305.952563 98.632287) (xy 306.439302 98.632712) (xy 306.889152 98.446838) + (xy 307.233628 98.102962) (xy 307.420287 97.653437) (xy 307.420712 97.166698) (xy 307.420712 99.706698) (xy 307.234838 99.256848) + (xy 306.890962 98.912372) (xy 306.441437 98.725713) (xy 305.954698 98.725288) (xy 305.504848 98.911162) (xy 305.160372 99.255038) + (xy 304.973713 99.704563) (xy 304.973288 100.191302) (xy 305.159162 100.641152) (xy 305.503038 100.985628) (xy 305.952563 101.172287) + (xy 306.439302 101.172712) (xy 306.889152 100.986838) (xy 307.233628 100.642962) (xy 307.420287 100.193437) (xy 307.420712 99.706698) + (xy 307.420712 105.081489) (xy 307.406692 105.075668) (xy 307.021001 105.075332) (xy 306.66454 105.222618) (xy 306.391577 105.495105) + (xy 306.243668 105.851308) (xy 306.243332 106.236999) (xy 306.390618 106.59346) (xy 306.663105 106.866423) (xy 307.019308 107.014332) + (xy 307.404999 107.014668) (xy 307.76146 106.867382) (xy 308.034423 106.594895) (xy 308.182332 106.238692) (xy 308.182668 105.853001) + (xy 308.182668 106.498479) (xy 307.915577 106.765105) (xy 307.767668 107.121308) (xy 307.767332 107.506999) (xy 307.914618 107.86346) + (xy 308.187105 108.136423) (xy 308.543308 108.284332) (xy 308.928999 108.284668) (xy 309.28546 108.137382) (xy 309.489634 107.933563) + (xy 309.565618 108.11746) (xy 309.838105 108.390423) (xy 310.194308 108.538332) (xy 310.579999 108.538668) (xy 310.6504 108.509579) + (xy 310.6504 111.754454) (xy 309.960668 112.444186) (xy 309.960668 110.171001) (xy 309.813382 109.81454) (xy 309.540895 109.541577) + (xy 309.184692 109.393668) (xy 308.799001 109.393332) (xy 308.44254 109.540618) (xy 308.169577 109.813105) (xy 308.021668 110.169308) + (xy 308.021332 110.554999) (xy 308.168618 110.91146) (xy 308.441105 111.184423) (xy 308.797308 111.332332) (xy 309.182999 111.332668) + (xy 309.53946 111.185382) (xy 309.812423 110.912895) (xy 309.960332 110.556692) (xy 309.960668 110.171001) (xy 309.960668 112.444186) + (xy 309.436927 112.967927) (xy 309.301097 113.17121) (xy 309.2534 113.411) (xy 309.2534 116.984621) (xy 309.058577 117.179105) + (xy 308.910668 117.535308) (xy 308.910332 117.920999) (xy 309.057618 118.27746) (xy 309.330105 118.550423) (xy 309.686308 118.698332) + (xy 310.071999 118.698668) (xy 310.42846 118.551382) (xy 310.701423 118.278895) (xy 310.849332 117.922692) (xy 310.849372 117.876383) + (xy 310.962618 118.15046) (xy 311.235105 118.423423) (xy 311.591308 118.571332) (xy 311.976999 118.571668) (xy 312.33346 118.424382) + (xy 312.606423 118.151895) (xy 312.754332 117.795692) (xy 312.754668 117.410001) (xy 312.607382 117.05354) (xy 312.334895 116.780577) + (xy 311.978692 116.632668) (xy 311.593001 116.632332) (xy 311.23654 116.779618) (xy 310.963577 117.052105) (xy 310.815668 117.408308) + (xy 310.815627 117.454616) (xy 310.702382 117.18054) (xy 310.5066 116.984415) (xy 310.5066 113.670546) (xy 311.720073 112.457073) + (xy 311.855902 112.25379) (xy 311.855903 112.253789) (xy 311.9036 112.014) (xy 311.9036 107.747801) (xy 311.972308 107.776332) + (xy 312.357999 107.776668) (xy 312.71446 107.629382) (xy 312.987423 107.356895) (xy 313.135332 107.000692) (xy 313.135668 106.615001) + (xy 313.135668 123.7064) (xy 312.246668 123.7064) (xy 312.246668 121.474001) (xy 312.099382 121.11754) (xy 311.826895 120.844577) + (xy 311.470692 120.696668) (xy 311.085001 120.696332) (xy 310.72854 120.843618) (xy 310.455577 121.116105) (xy 310.307668 121.472308) + (xy 310.307332 121.857999) (xy 310.454618 122.21446) (xy 310.727105 122.487423) (xy 311.083308 122.635332) (xy 311.468999 122.635668) + (xy 311.82546 122.488382) (xy 312.098423 122.215895) (xy 312.246332 121.859692) (xy 312.246668 121.474001) (xy 312.246668 123.7064) + (xy 307.166668 123.7064) (xy 307.166668 121.347001) (xy 307.166668 114.997001) (xy 307.019382 114.64054) (xy 306.746895 114.367577) + (xy 306.390692 114.219668) (xy 306.005001 114.219332) (xy 305.64854 114.366618) (xy 305.642668 114.372479) (xy 305.642668 110.552001) + (xy 305.495382 110.19554) (xy 305.222895 109.922577) (xy 304.880712 109.780489) (xy 304.880712 99.706698) (xy 304.880712 97.166698) + (xy 304.694838 96.716848) (xy 304.350962 96.372372) (xy 303.901437 96.185713) (xy 303.414698 96.185288) (xy 302.964848 96.371162) + (xy 302.620372 96.715038) (xy 302.433713 97.164563) (xy 302.433288 97.651302) (xy 302.619162 98.101152) (xy 302.963038 98.445628) + (xy 303.412563 98.632287) (xy 303.899302 98.632712) (xy 304.349152 98.446838) (xy 304.693628 98.102962) (xy 304.880287 97.653437) + (xy 304.880712 97.166698) (xy 304.880712 99.706698) (xy 304.694838 99.256848) (xy 304.350962 98.912372) (xy 303.901437 98.725713) + (xy 303.414698 98.725288) (xy 302.964848 98.911162) (xy 302.620372 99.255038) (xy 302.433713 99.704563) (xy 302.433288 100.191302) + (xy 302.619162 100.641152) (xy 302.963038 100.985628) (xy 303.412563 101.172287) (xy 303.899302 101.172712) (xy 304.349152 100.986838) + (xy 304.693628 100.642962) (xy 304.880287 100.193437) (xy 304.880712 99.706698) (xy 304.880712 109.780489) (xy 304.866692 109.774668) + (xy 304.481001 109.774332) (xy 304.12454 109.921618) (xy 303.851577 110.194105) (xy 303.703668 110.550308) (xy 303.703332 110.935999) + (xy 303.850618 111.29246) (xy 304.123105 111.565423) (xy 304.479308 111.713332) (xy 304.864999 111.713668) (xy 305.22146 111.566382) + (xy 305.494423 111.293895) (xy 305.642332 110.937692) (xy 305.642668 110.552001) (xy 305.642668 114.372479) (xy 305.375577 114.639105) + (xy 305.227668 114.995308) (xy 305.227332 115.380999) (xy 305.374618 115.73746) (xy 305.647105 116.010423) (xy 306.003308 116.158332) + (xy 306.388999 116.158668) (xy 306.74546 116.011382) (xy 307.018423 115.738895) (xy 307.166332 115.382692) (xy 307.166668 114.997001) + (xy 307.166668 121.347001) (xy 307.019382 120.99054) (xy 306.746895 120.717577) (xy 306.390692 120.569668) (xy 306.005001 120.569332) + (xy 305.64854 120.716618) (xy 305.375577 120.989105) (xy 305.227668 121.345308) (xy 305.227332 121.730999) (xy 305.374618 122.08746) + (xy 305.647105 122.360423) (xy 306.003308 122.508332) (xy 306.388999 122.508668) (xy 306.74546 122.361382) (xy 307.018423 122.088895) + (xy 307.166332 121.732692) (xy 307.166668 121.347001) (xy 307.166668 123.7064) (xy 305.007668 123.7064) (xy 305.007668 119.442001) + (xy 304.860382 119.08554) (xy 304.587895 118.812577) (xy 304.231692 118.664668) (xy 304.118668 118.664569) (xy 304.118668 114.997001) + (xy 303.971382 114.64054) (xy 303.698895 114.367577) (xy 303.342692 114.219668) (xy 302.957001 114.219332) (xy 302.60054 114.366618) + (xy 302.340712 114.625992) (xy 302.340712 99.706698) (xy 302.340712 97.166698) (xy 302.154838 96.716848) (xy 301.810962 96.372372) + (xy 301.361437 96.185713) (xy 300.874698 96.185288) (xy 300.424848 96.371162) (xy 300.080372 96.715038) (xy 299.893713 97.164563) + (xy 299.893288 97.651302) (xy 300.079162 98.101152) (xy 300.423038 98.445628) (xy 300.872563 98.632287) (xy 301.359302 98.632712) + (xy 301.809152 98.446838) (xy 302.153628 98.102962) (xy 302.340287 97.653437) (xy 302.340712 97.166698) (xy 302.340712 99.706698) + (xy 302.154838 99.256848) (xy 301.810962 98.912372) (xy 301.361437 98.725713) (xy 300.874698 98.725288) (xy 300.424848 98.911162) + (xy 300.080372 99.255038) (xy 299.893713 99.704563) (xy 299.893288 100.191302) (xy 300.079162 100.641152) (xy 300.423038 100.985628) + (xy 300.872563 101.172287) (xy 301.359302 101.172712) (xy 301.809152 100.986838) (xy 302.153628 100.642962) (xy 302.340287 100.193437) + (xy 302.340712 99.706698) (xy 302.340712 114.625992) (xy 302.327577 114.639105) (xy 302.179668 114.995308) (xy 302.179332 115.380999) + (xy 302.326618 115.73746) (xy 302.599105 116.010423) (xy 302.955308 116.158332) (xy 303.340999 116.158668) (xy 303.69746 116.011382) + (xy 303.970423 115.738895) (xy 304.118332 115.382692) (xy 304.118668 114.997001) (xy 304.118668 118.664569) (xy 303.846001 118.664332) + (xy 303.48954 118.811618) (xy 303.216577 119.084105) (xy 303.068668 119.440308) (xy 303.068332 119.825999) (xy 303.215618 120.18246) + (xy 303.488105 120.455423) (xy 303.844308 120.603332) (xy 304.229999 120.603668) (xy 304.58646 120.456382) (xy 304.859423 120.183895) + (xy 305.007332 119.827692) (xy 305.007668 119.442001) (xy 305.007668 123.7064) (xy 299.409835 123.7064) (xy 299.613628 123.502962) + (xy 299.632433 123.457672) (xy 299.678105 123.503423) (xy 300.034308 123.651332) (xy 300.419999 123.651668) (xy 300.77646 123.504382) + (xy 301.049423 123.231895) (xy 301.197332 122.875692) (xy 301.197372 122.829383) (xy 301.310618 123.10346) (xy 301.583105 123.376423) + (xy 301.939308 123.524332) (xy 302.324999 123.524668) (xy 302.68146 123.377382) (xy 302.954423 123.104895) (xy 303.102332 122.748692) + (xy 303.102668 122.363001) (xy 302.955382 122.00654) (xy 302.682895 121.733577) (xy 302.326692 121.585668) (xy 301.941001 121.585332) + (xy 301.928261 121.590595) (xy 302.192423 121.326895) (xy 302.340332 120.970692) (xy 302.340668 120.585001) (xy 302.193382 120.22854) + (xy 301.920895 119.955577) (xy 301.564692 119.807668) (xy 301.179001 119.807332) (xy 300.82254 119.954618) (xy 300.549577 120.227105) + (xy 300.401668 120.583308) (xy 300.401332 120.968999) (xy 300.548618 121.32546) (xy 300.821105 121.598423) (xy 301.177308 121.746332) + (xy 301.562999 121.746668) (xy 301.575738 121.741404) (xy 301.311577 122.005105) (xy 301.163668 122.361308) (xy 301.163627 122.407616) + (xy 301.050382 122.13354) (xy 300.777895 121.860577) (xy 300.421692 121.712668) (xy 300.036001 121.712332) (xy 299.800712 121.80955) + (xy 299.800712 120.026698) (xy 299.800712 117.486698) (xy 299.800712 114.946698) (xy 299.800712 112.406698) (xy 299.800712 109.866698) + (xy 299.800712 107.326698) (xy 299.800712 104.786698) (xy 299.800712 102.246698) (xy 299.800712 99.706698) (xy 299.800712 97.166698) + (xy 299.614838 96.716848) (xy 299.270962 96.372372) (xy 298.821437 96.185713) (xy 298.334698 96.185288) (xy 297.884848 96.371162) + (xy 297.540372 96.715038) (xy 297.353713 97.164563) (xy 297.353288 97.651302) (xy 297.539162 98.101152) (xy 297.883038 98.445628) + (xy 298.332563 98.632287) (xy 298.819302 98.632712) (xy 299.269152 98.446838) (xy 299.613628 98.102962) (xy 299.800287 97.653437) + (xy 299.800712 97.166698) (xy 299.800712 99.706698) (xy 299.614838 99.256848) (xy 299.270962 98.912372) (xy 298.821437 98.725713) + (xy 298.334698 98.725288) (xy 297.884848 98.911162) (xy 297.540372 99.255038) (xy 297.353713 99.704563) (xy 297.353288 100.191302) + (xy 297.539162 100.641152) (xy 297.883038 100.985628) (xy 298.332563 101.172287) (xy 298.819302 101.172712) (xy 299.269152 100.986838) + (xy 299.613628 100.642962) (xy 299.800287 100.193437) (xy 299.800712 99.706698) (xy 299.800712 102.246698) (xy 299.614838 101.796848) + (xy 299.270962 101.452372) (xy 298.821437 101.265713) (xy 298.334698 101.265288) (xy 297.884848 101.451162) (xy 297.540372 101.795038) + (xy 297.353713 102.244563) (xy 297.353288 102.731302) (xy 297.539162 103.181152) (xy 297.883038 103.525628) (xy 298.332563 103.712287) + (xy 298.819302 103.712712) (xy 299.269152 103.526838) (xy 299.613628 103.182962) (xy 299.800287 102.733437) (xy 299.800712 102.246698) + (xy 299.800712 104.786698) (xy 299.614838 104.336848) (xy 299.270962 103.992372) (xy 298.821437 103.805713) (xy 298.334698 103.805288) + (xy 297.884848 103.991162) (xy 297.540372 104.335038) (xy 297.353713 104.784563) (xy 297.353288 105.271302) (xy 297.539162 105.721152) + (xy 297.883038 106.065628) (xy 298.332563 106.252287) (xy 298.819302 106.252712) (xy 299.269152 106.066838) (xy 299.613628 105.722962) + (xy 299.800287 105.273437) (xy 299.800712 104.786698) (xy 299.800712 107.326698) (xy 299.614838 106.876848) (xy 299.270962 106.532372) + (xy 298.821437 106.345713) (xy 298.334698 106.345288) (xy 297.884848 106.531162) (xy 297.540372 106.875038) (xy 297.353713 107.324563) + (xy 297.353288 107.811302) (xy 297.539162 108.261152) (xy 297.883038 108.605628) (xy 298.332563 108.792287) (xy 298.819302 108.792712) + (xy 299.269152 108.606838) (xy 299.613628 108.262962) (xy 299.800287 107.813437) (xy 299.800712 107.326698) (xy 299.800712 109.866698) + (xy 299.614838 109.416848) (xy 299.270962 109.072372) (xy 298.821437 108.885713) (xy 298.334698 108.885288) (xy 297.884848 109.071162) + (xy 297.540372 109.415038) (xy 297.353713 109.864563) (xy 297.353288 110.351302) (xy 297.539162 110.801152) (xy 297.883038 111.145628) + (xy 298.332563 111.332287) (xy 298.819302 111.332712) (xy 299.269152 111.146838) (xy 299.613628 110.802962) (xy 299.800287 110.353437) + (xy 299.800712 109.866698) (xy 299.800712 112.406698) (xy 299.614838 111.956848) (xy 299.270962 111.612372) (xy 298.821437 111.425713) + (xy 298.334698 111.425288) (xy 297.884848 111.611162) (xy 297.540372 111.955038) (xy 297.353713 112.404563) (xy 297.353288 112.891302) + (xy 297.539162 113.341152) (xy 297.883038 113.685628) (xy 298.332563 113.872287) (xy 298.819302 113.872712) (xy 299.269152 113.686838) + (xy 299.613628 113.342962) (xy 299.800287 112.893437) (xy 299.800712 112.406698) (xy 299.800712 114.946698) (xy 299.614838 114.496848) + (xy 299.270962 114.152372) (xy 298.821437 113.965713) (xy 298.334698 113.965288) (xy 297.884848 114.151162) (xy 297.540372 114.495038) + (xy 297.353713 114.944563) (xy 297.353288 115.431302) (xy 297.539162 115.881152) (xy 297.883038 116.225628) (xy 298.332563 116.412287) + (xy 298.819302 116.412712) (xy 299.269152 116.226838) (xy 299.613628 115.882962) (xy 299.800287 115.433437) (xy 299.800712 114.946698) + (xy 299.800712 117.486698) (xy 299.614838 117.036848) (xy 299.270962 116.692372) (xy 298.821437 116.505713) (xy 298.334698 116.505288) + (xy 297.884848 116.691162) (xy 297.540372 117.035038) (xy 297.353713 117.484563) (xy 297.353288 117.971302) (xy 297.539162 118.421152) + (xy 297.883038 118.765628) (xy 298.332563 118.952287) (xy 298.819302 118.952712) (xy 299.269152 118.766838) (xy 299.613628 118.422962) + (xy 299.800287 117.973437) (xy 299.800712 117.486698) (xy 299.800712 120.026698) (xy 299.614838 119.576848) (xy 299.270962 119.232372) + (xy 298.821437 119.045713) (xy 298.334698 119.045288) (xy 297.884848 119.231162) (xy 297.540372 119.575038) (xy 297.353713 120.024563) + (xy 297.353288 120.511302) (xy 297.539162 120.961152) (xy 297.883038 121.305628) (xy 298.332563 121.492287) (xy 298.819302 121.492712) + (xy 299.269152 121.306838) (xy 299.613628 120.962962) (xy 299.800287 120.513437) (xy 299.800712 120.026698) (xy 299.800712 121.80955) + (xy 299.67954 121.859618) (xy 299.518517 122.020359) (xy 299.270962 121.772372) (xy 298.821437 121.585713) (xy 298.334698 121.585288) + (xy 297.884848 121.771162) (xy 297.540372 122.115038) (xy 297.353713 122.564563) (xy 297.353288 123.051302) (xy 297.539162 123.501152) + (xy 297.744052 123.7064) (xy 296.869835 123.7064) (xy 297.073628 123.502962) (xy 297.260287 123.053437) (xy 297.260712 122.566698) + (xy 297.260712 120.026698) (xy 297.260712 117.486698) (xy 297.260712 114.946698) (xy 297.260712 112.406698) (xy 297.260712 109.866698) + (xy 297.260712 107.326698) (xy 297.260712 104.786698) (xy 297.260712 102.246698) (xy 297.260712 99.706698) (xy 297.074838 99.256848) + (xy 296.730962 98.912372) (xy 296.281437 98.725713) (xy 295.794698 98.725288) (xy 295.344848 98.911162) (xy 295.000372 99.255038) + (xy 294.813713 99.704563) (xy 294.813288 100.191302) (xy 294.999162 100.641152) (xy 295.343038 100.985628) (xy 295.792563 101.172287) + (xy 296.279302 101.172712) (xy 296.729152 100.986838) (xy 297.073628 100.642962) (xy 297.260287 100.193437) (xy 297.260712 99.706698) + (xy 297.260712 102.246698) (xy 297.074838 101.796848) (xy 296.730962 101.452372) (xy 296.281437 101.265713) (xy 295.794698 101.265288) + (xy 295.344848 101.451162) (xy 295.000372 101.795038) (xy 294.813713 102.244563) (xy 294.813288 102.731302) (xy 294.999162 103.181152) + (xy 295.343038 103.525628) (xy 295.792563 103.712287) (xy 296.279302 103.712712) (xy 296.729152 103.526838) (xy 297.073628 103.182962) + (xy 297.260287 102.733437) (xy 297.260712 102.246698) (xy 297.260712 104.786698) (xy 297.074838 104.336848) (xy 296.730962 103.992372) + (xy 296.281437 103.805713) (xy 295.794698 103.805288) (xy 295.344848 103.991162) (xy 295.000372 104.335038) (xy 294.813713 104.784563) + (xy 294.813288 105.271302) (xy 294.999162 105.721152) (xy 295.343038 106.065628) (xy 295.792563 106.252287) (xy 296.279302 106.252712) + (xy 296.729152 106.066838) (xy 297.073628 105.722962) (xy 297.260287 105.273437) (xy 297.260712 104.786698) (xy 297.260712 107.326698) + (xy 297.074838 106.876848) (xy 296.730962 106.532372) (xy 296.281437 106.345713) (xy 295.794698 106.345288) (xy 295.344848 106.531162) + (xy 295.000372 106.875038) (xy 294.813713 107.324563) (xy 294.813288 107.811302) (xy 294.999162 108.261152) (xy 295.343038 108.605628) + (xy 295.792563 108.792287) (xy 296.279302 108.792712) (xy 296.729152 108.606838) (xy 297.073628 108.262962) (xy 297.260287 107.813437) + (xy 297.260712 107.326698) (xy 297.260712 109.866698) (xy 297.074838 109.416848) (xy 296.730962 109.072372) (xy 296.281437 108.885713) + (xy 295.794698 108.885288) (xy 295.344848 109.071162) (xy 295.000372 109.415038) (xy 294.813713 109.864563) (xy 294.813288 110.351302) + (xy 294.999162 110.801152) (xy 295.343038 111.145628) (xy 295.792563 111.332287) (xy 296.279302 111.332712) (xy 296.729152 111.146838) + (xy 297.073628 110.802962) (xy 297.260287 110.353437) (xy 297.260712 109.866698) (xy 297.260712 112.406698) (xy 297.074838 111.956848) + (xy 296.730962 111.612372) (xy 296.281437 111.425713) (xy 295.794698 111.425288) (xy 295.344848 111.611162) (xy 295.000372 111.955038) + (xy 294.813713 112.404563) (xy 294.813288 112.891302) (xy 294.999162 113.341152) (xy 295.343038 113.685628) (xy 295.792563 113.872287) + (xy 296.279302 113.872712) (xy 296.729152 113.686838) (xy 297.073628 113.342962) (xy 297.260287 112.893437) (xy 297.260712 112.406698) + (xy 297.260712 114.946698) (xy 297.074838 114.496848) (xy 296.730962 114.152372) (xy 296.281437 113.965713) (xy 295.794698 113.965288) + (xy 295.344848 114.151162) (xy 295.000372 114.495038) (xy 294.813713 114.944563) (xy 294.813288 115.431302) (xy 294.999162 115.881152) + (xy 295.343038 116.225628) (xy 295.792563 116.412287) (xy 296.279302 116.412712) (xy 296.729152 116.226838) (xy 297.073628 115.882962) + (xy 297.260287 115.433437) (xy 297.260712 114.946698) (xy 297.260712 117.486698) (xy 297.074838 117.036848) (xy 296.730962 116.692372) + (xy 296.281437 116.505713) (xy 295.794698 116.505288) (xy 295.344848 116.691162) (xy 295.000372 117.035038) (xy 294.813713 117.484563) + (xy 294.813288 117.971302) (xy 294.999162 118.421152) (xy 295.343038 118.765628) (xy 295.792563 118.952287) (xy 296.279302 118.952712) + (xy 296.729152 118.766838) (xy 297.073628 118.422962) (xy 297.260287 117.973437) (xy 297.260712 117.486698) (xy 297.260712 120.026698) + (xy 297.074838 119.576848) (xy 296.730962 119.232372) (xy 296.281437 119.045713) (xy 295.794698 119.045288) (xy 295.344848 119.231162) + (xy 295.000372 119.575038) (xy 294.813713 120.024563) (xy 294.813288 120.511302) (xy 294.999162 120.961152) (xy 295.343038 121.305628) + (xy 295.792563 121.492287) (xy 296.279302 121.492712) (xy 296.729152 121.306838) (xy 297.073628 120.962962) (xy 297.260287 120.513437) + (xy 297.260712 120.026698) (xy 297.260712 122.566698) (xy 297.074838 122.116848) (xy 296.730962 121.772372) (xy 296.281437 121.585713) + (xy 295.794698 121.585288) (xy 295.344848 121.771162) (xy 295.000372 122.115038) (xy 294.813713 122.564563) (xy 294.813288 123.051302) + (xy 294.999162 123.501152) (xy 295.204052 123.7064) (xy 294.894 123.7064) (xy 294.65421 123.754097) (xy 294.450927 123.889927) + (xy 293.971559 124.369294) (xy 293.690692 124.252668) (xy 293.678208 124.252657) (xy 293.937423 123.993895) (xy 294.085332 123.637692) + (xy 294.085668 123.252001) (xy 293.938382 122.89554) (xy 293.665895 122.622577) (xy 293.309692 122.474668) (xy 292.924001 122.474332) + (xy 292.56754 122.621618) (xy 292.294577 122.894105) (xy 292.244355 123.015052) (xy 292.244355 117.069217) (xy 292.244355 108.179217) + (xy 292.244355 99.289217) (xy 292.244355 90.399217) (xy 292.244355 81.509217) (xy 292.244355 72.619217) (xy 292.244355 63.729217) + (xy 291.93307 62.975851) (xy 291.357181 62.398955) (xy 290.604359 62.086357) (xy 289.789217 62.085645) (xy 289.035851 62.39693) + (xy 288.458955 62.972819) (xy 288.356336 63.219951) (xy 288.350382 63.20554) (xy 288.077895 62.932577) (xy 287.721692 62.784668) + (xy 287.336001 62.784332) (xy 286.97954 62.931618) (xy 286.706577 63.204105) (xy 286.558668 63.560308) (xy 286.558332 63.945999) + (xy 286.705618 64.30246) (xy 286.978105 64.575423) (xy 287.334308 64.723332) (xy 287.719999 64.723668) (xy 288.07646 64.576382) + (xy 288.145674 64.507288) (xy 288.145645 64.540783) (xy 288.45693 65.294149) (xy 289.032819 65.871045) (xy 289.785641 66.183643) + (xy 290.600783 66.184355) (xy 291.354149 65.87307) (xy 291.931045 65.297181) (xy 292.243643 64.544359) (xy 292.244355 63.729217) + (xy 292.244355 72.619217) (xy 291.93307 71.865851) (xy 291.357181 71.288955) (xy 290.604359 70.976357) (xy 289.789217 70.975645) + (xy 289.035851 71.28693) (xy 288.497668 71.824173) (xy 288.497668 67.880001) (xy 288.350382 67.52354) (xy 288.077895 67.250577) + (xy 287.721692 67.102668) (xy 287.336001 67.102332) (xy 286.97954 67.249618) (xy 286.706577 67.522105) (xy 286.558668 67.878308) + (xy 286.558332 68.263999) (xy 286.705618 68.62046) (xy 286.978105 68.893423) (xy 287.334308 69.041332) (xy 287.719999 69.041668) + (xy 288.07646 68.894382) (xy 288.349423 68.621895) (xy 288.497332 68.265692) (xy 288.497668 67.880001) (xy 288.497668 71.824173) + (xy 288.458955 71.862819) (xy 288.146357 72.615641) (xy 288.145645 73.430783) (xy 288.45693 74.184149) (xy 289.032819 74.761045) + (xy 289.785641 75.073643) (xy 290.600783 75.074355) (xy 291.354149 74.76307) (xy 291.931045 74.187181) (xy 292.243643 73.434359) + (xy 292.244355 72.619217) (xy 292.244355 81.509217) (xy 291.93307 80.755851) (xy 291.357181 80.178955) (xy 290.604359 79.866357) + (xy 289.789217 79.865645) (xy 289.035851 80.17693) (xy 288.458955 80.752819) (xy 288.146357 81.505641) (xy 288.145645 82.320783) + (xy 288.45693 83.074149) (xy 289.032819 83.651045) (xy 289.785641 83.963643) (xy 290.600783 83.964355) (xy 291.354149 83.65307) + (xy 291.931045 83.077181) (xy 292.243643 82.324359) (xy 292.244355 81.509217) (xy 292.244355 90.399217) (xy 291.93307 89.645851) + (xy 291.357181 89.068955) (xy 290.604359 88.756357) (xy 289.789217 88.755645) (xy 289.035851 89.06693) (xy 288.458955 89.642819) + (xy 288.146357 90.395641) (xy 288.145645 91.210783) (xy 288.45693 91.964149) (xy 289.032819 92.541045) (xy 289.785641 92.853643) + (xy 290.600783 92.854355) (xy 291.354149 92.54307) (xy 291.931045 91.967181) (xy 292.243643 91.214359) (xy 292.244355 90.399217) + (xy 292.244355 99.289217) (xy 291.93307 98.535851) (xy 291.357181 97.958955) (xy 290.604359 97.646357) (xy 289.789217 97.645645) + (xy 289.035851 97.95693) (xy 288.458955 98.532819) (xy 288.146357 99.285641) (xy 288.145645 100.100783) (xy 288.45693 100.854149) + (xy 289.032819 101.431045) (xy 289.785641 101.743643) (xy 290.600783 101.744355) (xy 291.354149 101.43307) (xy 291.931045 100.857181) + (xy 292.243643 100.104359) (xy 292.244355 99.289217) (xy 292.244355 108.179217) (xy 291.93307 107.425851) (xy 291.357181 106.848955) + (xy 290.604359 106.536357) (xy 289.789217 106.535645) (xy 289.035851 106.84693) (xy 288.497668 107.384173) (xy 288.497668 103.821001) + (xy 288.350382 103.46454) (xy 288.077895 103.191577) (xy 287.721692 103.043668) (xy 287.336001 103.043332) (xy 286.97954 103.190618) + (xy 286.706577 103.463105) (xy 286.558668 103.819308) (xy 286.558332 104.204999) (xy 286.705618 104.56146) (xy 286.978105 104.834423) + (xy 287.334308 104.982332) (xy 287.719999 104.982668) (xy 288.07646 104.835382) (xy 288.349423 104.562895) (xy 288.497332 104.206692) + (xy 288.497668 103.821001) (xy 288.497668 107.384173) (xy 288.458955 107.422819) (xy 288.146357 108.175641) (xy 288.145645 108.990783) + (xy 288.45693 109.744149) (xy 289.032819 110.321045) (xy 289.785641 110.633643) (xy 290.600783 110.634355) (xy 291.354149 110.32307) + (xy 291.931045 109.747181) (xy 292.243643 108.994359) (xy 292.244355 108.179217) (xy 292.244355 117.069217) (xy 291.93307 116.315851) + (xy 291.357181 115.738955) (xy 290.604359 115.426357) (xy 289.789217 115.425645) (xy 289.035851 115.73693) (xy 288.458955 116.312819) + (xy 288.146357 117.065641) (xy 288.145645 117.880783) (xy 288.45693 118.634149) (xy 289.032819 119.211045) (xy 289.785641 119.523643) + (xy 290.600783 119.524355) (xy 291.354149 119.21307) (xy 291.931045 118.637181) (xy 292.243643 117.884359) (xy 292.244355 117.069217) + (xy 292.244355 123.015052) (xy 292.146668 123.250308) (xy 292.146332 123.635999) (xy 292.293618 123.99246) (xy 292.566105 124.265423) + (xy 292.922308 124.413332) (xy 292.934791 124.413342) (xy 292.675577 124.672105) (xy 292.527668 125.028308) (xy 292.527332 125.413999) + (xy 292.674618 125.77046) (xy 292.947105 126.043423) (xy 293.303308 126.191332) (xy 293.688999 126.191668) (xy 293.809968 126.141684) + (xy 293.797668 126.171308) (xy 293.797332 126.556999) (xy 293.944618 126.91346) (xy 294.217105 127.186423) (xy 294.573308 127.334332) + (xy 294.958999 127.334668) (xy 295.31546 127.187382) (xy 295.588423 126.914895) (xy 295.736332 126.558692) (xy 295.73634 126.548941) + (xy 295.792563 126.572287) (xy 296.279302 126.572712) (xy 296.729152 126.386838) (xy 297.073628 126.042962) (xy 297.260287 125.593437) + (xy 297.260712 125.106698) (xy 297.199932 124.9596) (xy 297.413906 124.9596) (xy 297.353713 125.104563) (xy 297.353288 125.591302) + (xy 297.539162 126.041152) (xy 297.883038 126.385628) (xy 298.332563 126.572287) (xy 298.819302 126.572712) (xy 299.269152 126.386838) + (xy 299.613628 126.042962) (xy 299.800287 125.593437) (xy 299.800712 125.106698) (xy 299.739932 124.9596) (xy 299.953906 124.9596) + (xy 299.893713 125.104563) (xy 299.893288 125.591302) (xy 300.079162 126.041152) (xy 300.423038 126.385628) (xy 300.872563 126.572287) + (xy 301.359302 126.572712) (xy 301.809152 126.386838) (xy 302.153628 126.042962) (xy 302.340287 125.593437) (xy 302.340712 125.106698) + (xy 302.279932 124.9596) (xy 302.493906 124.9596) (xy 302.433713 125.104563) (xy 302.433288 125.591302) (xy 302.619162 126.041152) + (xy 302.963038 126.385628) (xy 303.412563 126.572287) (xy 303.899302 126.572712) (xy 304.349152 126.386838) (xy 304.693628 126.042962) + (xy 304.880287 125.593437) (xy 304.880712 125.106698) (xy 304.819932 124.9596) (xy 305.033906 124.9596) (xy 304.973713 125.104563) + (xy 304.973288 125.591302) (xy 305.159162 126.041152) (xy 305.503038 126.385628) (xy 305.952563 126.572287) (xy 306.439302 126.572712) + (xy 306.889152 126.386838) (xy 307.233628 126.042962) (xy 307.420287 125.593437) (xy 307.420712 125.106698) (xy 307.359932 124.9596) + (xy 307.573906 124.9596) (xy 307.513713 125.104563) (xy 307.513288 125.591302) (xy 307.699162 126.041152) (xy 308.043038 126.385628) + (xy 308.492563 126.572287) (xy 308.979302 126.572712) (xy 309.429152 126.386838) (xy 309.773628 126.042962) (xy 309.960287 125.593437) + (xy 309.960712 125.106698) (xy 309.899932 124.9596) (xy 310.113906 124.9596) (xy 310.053713 125.104563) (xy 310.053288 125.591302) + (xy 310.239162 126.041152) (xy 310.583038 126.385628) (xy 311.032563 126.572287) (xy 311.519302 126.572712) (xy 311.969152 126.386838) + (xy 312.313628 126.042962) (xy 312.500287 125.593437) (xy 312.500712 125.106698) (xy 312.439932 124.9596) (xy 312.653906 124.9596) + (xy 312.593713 125.104563) (xy 312.593288 125.591302) (xy 312.779162 126.041152) (xy 313.123038 126.385628) (xy 313.572563 126.572287) + (xy 314.059302 126.572712) (xy 314.509152 126.386838) (xy 314.853628 126.042962) (xy 315.040287 125.593437) (xy 315.040712 125.106698) + (xy 314.979932 124.9596) (xy 315.193906 124.9596) (xy 315.133713 125.104563) (xy 315.133288 125.591302) (xy 315.319162 126.041152) + (xy 315.663038 126.385628) (xy 316.112563 126.572287) (xy 316.599302 126.572712) (xy 317.049152 126.386838) (xy 317.393628 126.042962) + (xy 317.580287 125.593437) (xy 317.580712 125.106698) (xy 317.519932 124.9596) (xy 317.621454 124.9596) (xy 317.700912 125.039058) + (xy 317.673713 125.104563) (xy 317.673288 125.591302) (xy 317.859162 126.041152) (xy 318.203038 126.385628) (xy 318.652563 126.572287) + (xy 319.139302 126.572712) (xy 319.589152 126.386838) (xy 319.933628 126.042962) (xy 320.120287 125.593437) (xy 320.120712 125.106698) + (xy 320.120712 127.646698) (xy 319.934838 127.196848) (xy 319.590962 126.852372) (xy 319.141437 126.665713) (xy 318.654698 126.665288) + (xy 318.204848 126.851162) (xy 317.860372 127.195038) (xy 317.673713 127.644563) (xy 317.673288 128.131302) (xy 317.859162 128.581152) + (xy 318.203038 128.925628) (xy 318.652563 129.112287) (xy 319.139302 129.112712) (xy 319.589152 128.926838) (xy 319.933628 128.582962) + (xy 320.120287 128.133437) (xy 320.120712 127.646698) (xy 320.120712 133.7394) (xy 317.580712 133.7394) (xy 317.580712 127.646698) + (xy 317.394838 127.196848) (xy 317.050962 126.852372) (xy 316.601437 126.665713) (xy 316.114698 126.665288) (xy 315.664848 126.851162) + (xy 315.320372 127.195038) (xy 315.133713 127.644563) (xy 315.133288 128.131302) (xy 315.319162 128.581152) (xy 315.663038 128.925628) + (xy 316.112563 129.112287) (xy 316.599302 129.112712) (xy 317.049152 128.926838) (xy 317.393628 128.582962) (xy 317.580287 128.133437) + (xy 317.580712 127.646698) (xy 317.580712 133.7394) (xy 316.564668 133.7394) (xy 316.564668 132.523001) (xy 316.417382 132.16654) + (xy 316.144895 131.893577) (xy 315.788692 131.745668) (xy 315.403001 131.745332) (xy 315.04654 131.892618) (xy 315.040712 131.898435) + (xy 315.040712 127.646698) (xy 314.854838 127.196848) (xy 314.510962 126.852372) (xy 314.061437 126.665713) (xy 313.574698 126.665288) + (xy 313.124848 126.851162) (xy 312.780372 127.195038) (xy 312.593713 127.644563) (xy 312.593288 128.131302) (xy 312.779162 128.581152) + (xy 313.123038 128.925628) (xy 313.572563 129.112287) (xy 314.059302 129.112712) (xy 314.509152 128.926838) (xy 314.853628 128.582962) + (xy 315.040287 128.133437) (xy 315.040712 127.646698) (xy 315.040712 131.898435) (xy 314.773577 132.165105) (xy 314.625668 132.521308) + (xy 314.625332 132.906999) (xy 314.772618 133.26346) (xy 315.045105 133.536423) (xy 315.401308 133.684332) (xy 315.786999 133.684668) + (xy 316.14346 133.537382) (xy 316.416423 133.264895) (xy 316.564332 132.908692) (xy 316.564668 132.523001) (xy 316.564668 133.7394) + (xy 312.5005 133.7394) (xy 312.5005 128.691929) (xy 312.5005 128.483071) (xy 312.5005 127.086071) (xy 312.420574 126.893111) + (xy 312.272889 126.745426) (xy 312.079929 126.6655) (xy 311.871071 126.6655) (xy 310.474071 126.6655) (xy 310.281111 126.745426) + (xy 310.133426 126.893111) (xy 310.0535 127.086071) (xy 310.0535 127.294929) (xy 310.0535 128.691929) (xy 310.133426 128.884889) + (xy 310.281111 129.032574) (xy 310.474071 129.1125) (xy 310.682929 129.1125) (xy 312.079929 129.1125) (xy 312.272889 129.032574) + (xy 312.420574 128.884889) (xy 312.5005 128.691929) (xy 312.5005 133.7394) (xy 309.960712 133.7394) (xy 309.960712 127.646698) + (xy 309.774838 127.196848) (xy 309.430962 126.852372) (xy 308.981437 126.665713) (xy 308.494698 126.665288) (xy 308.044848 126.851162) + (xy 307.700372 127.195038) (xy 307.513713 127.644563) (xy 307.513288 128.131302) (xy 307.699162 128.581152) (xy 308.043038 128.925628) + (xy 308.492563 129.112287) (xy 308.979302 129.112712) (xy 309.429152 128.926838) (xy 309.773628 128.582962) (xy 309.960287 128.133437) + (xy 309.960712 127.646698) (xy 309.960712 133.7394) (xy 307.420712 133.7394) (xy 307.420712 127.646698) (xy 307.234838 127.196848) + (xy 306.890962 126.852372) (xy 306.441437 126.665713) (xy 305.954698 126.665288) (xy 305.504848 126.851162) (xy 305.160372 127.195038) + (xy 304.973713 127.644563) (xy 304.973288 128.131302) (xy 305.159162 128.581152) (xy 305.503038 128.925628) (xy 305.952563 129.112287) + (xy 306.439302 129.112712) (xy 306.889152 128.926838) (xy 307.233628 128.582962) (xy 307.420287 128.133437) (xy 307.420712 127.646698) + (xy 307.420712 133.7394) (xy 304.880712 133.7394) (xy 304.880712 127.646698) (xy 304.694838 127.196848) (xy 304.350962 126.852372) + (xy 303.901437 126.665713) (xy 303.414698 126.665288) (xy 302.964848 126.851162) (xy 302.620372 127.195038) (xy 302.433713 127.644563) + (xy 302.433288 128.131302) (xy 302.619162 128.581152) (xy 302.963038 128.925628) (xy 303.412563 129.112287) (xy 303.899302 129.112712) + (xy 304.349152 128.926838) (xy 304.693628 128.582962) (xy 304.880287 128.133437) (xy 304.880712 127.646698) (xy 304.880712 133.7394) + (xy 302.340712 133.7394) (xy 302.340712 127.646698) (xy 302.154838 127.196848) (xy 301.810962 126.852372) (xy 301.361437 126.665713) + (xy 300.874698 126.665288) (xy 300.424848 126.851162) (xy 300.080372 127.195038) (xy 299.893713 127.644563) (xy 299.893288 128.131302) + (xy 300.079162 128.581152) (xy 300.423038 128.925628) (xy 300.872563 129.112287) (xy 301.359302 129.112712) (xy 301.809152 128.926838) + (xy 302.153628 128.582962) (xy 302.340287 128.133437) (xy 302.340712 127.646698) (xy 302.340712 133.7394) (xy 299.800712 133.7394) + (xy 299.800712 127.646698) (xy 299.614838 127.196848) (xy 299.270962 126.852372) (xy 298.821437 126.665713) (xy 298.334698 126.665288) + (xy 297.884848 126.851162) (xy 297.756529 126.979257) (xy 297.748382 126.95954) (xy 297.475895 126.686577) (xy 297.119692 126.538668) + (xy 296.734001 126.538332) (xy 296.37754 126.685618) (xy 296.104577 126.958105) (xy 295.956668 127.314308) (xy 295.956332 127.699999) + (xy 296.103618 128.05646) (xy 296.376105 128.329423) (xy 296.732308 128.477332) (xy 297.117999 128.477668) (xy 297.44122 128.344116) + (xy 297.539162 128.581152) (xy 297.883038 128.925628) (xy 298.332563 129.112287) (xy 298.819302 129.112712) (xy 299.269152 128.926838) + (xy 299.613628 128.582962) (xy 299.800287 128.133437) (xy 299.800712 127.646698) (xy 299.800712 133.7394) (xy 292.942668 133.7394) + (xy 292.942668 131.380001) (xy 292.795382 131.02354) (xy 292.522895 130.750577) (xy 292.244355 130.634916) (xy 292.244355 125.959217) + (xy 291.93307 125.205851) (xy 291.357181 124.628955) (xy 290.604359 124.316357) (xy 289.789217 124.315645) (xy 289.035851 124.62693) + (xy 288.458955 125.202819) (xy 288.146357 125.955641) (xy 288.145645 126.770783) (xy 288.45693 127.524149) (xy 289.032819 128.101045) + (xy 289.785641 128.413643) (xy 290.600783 128.414355) (xy 291.354149 128.10307) (xy 291.931045 127.527181) (xy 292.243643 126.774359) + (xy 292.244355 125.959217) (xy 292.244355 130.634916) (xy 292.166692 130.602668) (xy 291.781001 130.602332) (xy 291.42454 130.749618) + (xy 291.151577 131.022105) (xy 291.003668 131.378308) (xy 291.003332 131.763999) (xy 291.150618 132.12046) (xy 291.423105 132.393423) + (xy 291.779308 132.541332) (xy 292.164999 132.541668) (xy 292.52146 132.394382) (xy 292.794423 132.121895) (xy 292.942332 131.765692) + (xy 292.942668 131.380001) (xy 292.942668 133.7394) (xy 290.957 133.7394) (xy 285.957668 133.7394) (xy 285.957668 110.552001) + (xy 285.957668 99.630001) (xy 285.810382 99.27354) (xy 285.537895 99.000577) (xy 285.181692 98.852668) (xy 284.796001 98.852332) + (xy 284.43954 98.999618) (xy 284.166577 99.272105) (xy 284.018668 99.628308) (xy 284.018332 100.013999) (xy 284.165618 100.37046) + (xy 284.438105 100.643423) (xy 284.794308 100.791332) (xy 285.179999 100.791668) (xy 285.53646 100.644382) (xy 285.809423 100.371895) + (xy 285.957332 100.015692) (xy 285.957668 99.630001) (xy 285.957668 110.552001) (xy 285.810382 110.19554) (xy 285.537895 109.922577) + (xy 285.181692 109.774668) (xy 284.796001 109.774332) (xy 284.43954 109.921618) (xy 284.166577 110.194105) (xy 284.018668 110.550308) + (xy 284.018332 110.935999) (xy 284.165618 111.29246) (xy 284.438105 111.565423) (xy 284.794308 111.713332) (xy 285.179999 111.713668) + (xy 285.53646 111.566382) (xy 285.809423 111.293895) (xy 285.957332 110.937692) (xy 285.957668 110.552001) (xy 285.957668 133.7394) + (xy 283.0365 133.7394) (xy 283.0365 128.310929) (xy 283.0365 128.102071) (xy 283.0365 126.959071) (xy 283.0365 119.420929) + (xy 283.0365 119.212071) (xy 283.0365 118.069071) (xy 283.0365 110.530929) (xy 283.0365 110.322071) (xy 283.0365 109.179071) + (xy 283.0365 101.640929) (xy 283.0365 101.432071) (xy 283.0365 100.289071) (xy 283.0365 92.750929) (xy 283.0365 92.542071) + (xy 283.0365 91.399071) (xy 283.0365 83.860929) (xy 283.0365 83.652071) (xy 283.0365 82.509071) (xy 283.0365 74.970929) + (xy 283.0365 74.762071) (xy 283.0365 73.619071) (xy 283.0365 66.080929) (xy 283.0365 65.872071) (xy 283.0365 64.729071) + (xy 282.956574 64.536111) (xy 282.808889 64.388426) (xy 282.615929 64.3085) (xy 282.407071 64.3085) (xy 281.76669 64.3085) + (xy 281.76669 62.647849) (xy 281.60011 62.244694) (xy 281.291928 61.935974) (xy 280.889064 61.76869) (xy 280.452849 61.76831) + (xy 280.049694 61.93489) (xy 279.740974 62.243072) (xy 279.57369 62.645936) (xy 279.57331 63.082151) (xy 279.73989 63.485306) + (xy 280.048072 63.794026) (xy 280.450936 63.96131) (xy 280.887151 63.96169) (xy 281.290306 63.79511) (xy 281.599026 63.486928) + (xy 281.76631 63.084064) (xy 281.76669 62.647849) (xy 281.76669 64.3085) (xy 281.264071 64.3085) (xy 281.071111 64.388426) + (xy 280.923426 64.536111) (xy 280.8435 64.729071) (xy 280.8435 64.937929) (xy 280.8435 66.080929) (xy 280.923426 66.273889) + (xy 281.071111 66.421574) (xy 281.264071 66.5015) (xy 281.472929 66.5015) (xy 282.615929 66.5015) (xy 282.808889 66.421574) + (xy 282.956574 66.273889) (xy 283.0365 66.080929) (xy 283.0365 73.619071) (xy 282.956574 73.426111) (xy 282.808889 73.278426) + (xy 282.615929 73.1985) (xy 282.407071 73.1985) (xy 281.76669 73.1985) (xy 281.76669 71.537849) (xy 281.60011 71.134694) + (xy 281.291928 70.825974) (xy 280.889064 70.65869) (xy 280.49669 70.658348) (xy 280.49669 65.187849) (xy 280.33011 64.784694) + (xy 280.021928 64.475974) (xy 279.619064 64.30869) (xy 279.22669 64.308348) (xy 279.22669 62.647849) (xy 279.06011 62.244694) + (xy 278.751928 61.935974) (xy 278.349064 61.76869) (xy 277.912849 61.76831) (xy 277.509694 61.93489) (xy 277.200974 62.243072) + (xy 277.03369 62.645936) (xy 277.03331 63.082151) (xy 277.19989 63.485306) (xy 277.508072 63.794026) (xy 277.910936 63.96131) + (xy 278.347151 63.96169) (xy 278.750306 63.79511) (xy 279.059026 63.486928) (xy 279.22631 63.084064) (xy 279.22669 62.647849) + (xy 279.22669 64.308348) (xy 279.182849 64.30831) (xy 278.779694 64.47489) (xy 278.470974 64.783072) (xy 278.30369 65.185936) + (xy 278.30331 65.622151) (xy 278.46989 66.025306) (xy 278.778072 66.334026) (xy 279.180936 66.50131) (xy 279.617151 66.50169) + (xy 280.020306 66.33511) (xy 280.329026 66.026928) (xy 280.49631 65.624064) (xy 280.49669 65.187849) (xy 280.49669 70.658348) + (xy 280.452849 70.65831) (xy 280.049694 70.82489) (xy 279.740974 71.133072) (xy 279.57369 71.535936) (xy 279.57331 71.972151) + (xy 279.73989 72.375306) (xy 280.048072 72.684026) (xy 280.450936 72.85131) (xy 280.887151 72.85169) (xy 281.290306 72.68511) + (xy 281.599026 72.376928) (xy 281.76631 71.974064) (xy 281.76669 71.537849) (xy 281.76669 73.1985) (xy 281.264071 73.1985) + (xy 281.071111 73.278426) (xy 280.923426 73.426111) (xy 280.8435 73.619071) (xy 280.8435 73.827929) (xy 280.8435 74.970929) + (xy 280.923426 75.163889) (xy 281.071111 75.311574) (xy 281.264071 75.3915) (xy 281.472929 75.3915) (xy 282.615929 75.3915) + (xy 282.808889 75.311574) (xy 282.956574 75.163889) (xy 283.0365 74.970929) (xy 283.0365 82.509071) (xy 282.956574 82.316111) + (xy 282.808889 82.168426) (xy 282.615929 82.0885) (xy 282.407071 82.0885) (xy 281.76669 82.0885) (xy 281.76669 80.427849) + (xy 281.60011 80.024694) (xy 281.291928 79.715974) (xy 280.889064 79.54869) (xy 280.49669 79.548348) (xy 280.49669 74.077849) + (xy 280.33011 73.674694) (xy 280.021928 73.365974) (xy 279.619064 73.19869) (xy 279.22669 73.198348) (xy 279.22669 71.537849) + (xy 279.06011 71.134694) (xy 278.751928 70.825974) (xy 278.349064 70.65869) (xy 277.95669 70.658348) (xy 277.95669 65.187849) + (xy 277.79011 64.784694) (xy 277.481928 64.475974) (xy 277.079064 64.30869) (xy 276.68669 64.308348) (xy 276.68669 62.647849) + (xy 276.52011 62.244694) (xy 276.211928 61.935974) (xy 275.809064 61.76869) (xy 275.372849 61.76831) (xy 274.969694 61.93489) + (xy 274.660974 62.243072) (xy 274.49369 62.645936) (xy 274.49331 63.082151) (xy 274.65989 63.485306) (xy 274.968072 63.794026) + (xy 275.370936 63.96131) (xy 275.807151 63.96169) (xy 276.210306 63.79511) (xy 276.519026 63.486928) (xy 276.68631 63.084064) + (xy 276.68669 62.647849) (xy 276.68669 64.308348) (xy 276.642849 64.30831) (xy 276.239694 64.47489) (xy 275.930974 64.783072) + (xy 275.76369 65.185936) (xy 275.76331 65.622151) (xy 275.92989 66.025306) (xy 276.238072 66.334026) (xy 276.640936 66.50131) + (xy 277.077151 66.50169) (xy 277.480306 66.33511) (xy 277.789026 66.026928) (xy 277.95631 65.624064) (xy 277.95669 65.187849) + (xy 277.95669 70.658348) (xy 277.912849 70.65831) (xy 277.509694 70.82489) (xy 277.200974 71.133072) (xy 277.03369 71.535936) + (xy 277.03331 71.972151) (xy 277.19989 72.375306) (xy 277.508072 72.684026) (xy 277.910936 72.85131) (xy 278.347151 72.85169) + (xy 278.750306 72.68511) (xy 279.059026 72.376928) (xy 279.22631 71.974064) (xy 279.22669 71.537849) (xy 279.22669 73.198348) + (xy 279.182849 73.19831) (xy 278.779694 73.36489) (xy 278.470974 73.673072) (xy 278.30369 74.075936) (xy 278.30331 74.512151) + (xy 278.46989 74.915306) (xy 278.778072 75.224026) (xy 279.180936 75.39131) (xy 279.617151 75.39169) (xy 280.020306 75.22511) + (xy 280.329026 74.916928) (xy 280.49631 74.514064) (xy 280.49669 74.077849) (xy 280.49669 79.548348) (xy 280.452849 79.54831) + (xy 280.369668 79.582679) (xy 280.369668 78.548001) (xy 280.222382 78.19154) (xy 279.949895 77.918577) (xy 279.593692 77.770668) + (xy 279.208001 77.770332) (xy 278.85154 77.917618) (xy 278.578577 78.190105) (xy 278.430668 78.546308) (xy 278.430332 78.931999) + (xy 278.577618 79.28846) (xy 278.850105 79.561423) (xy 279.206308 79.709332) (xy 279.591999 79.709668) (xy 279.94846 79.562382) + (xy 280.221423 79.289895) (xy 280.369332 78.933692) (xy 280.369668 78.548001) (xy 280.369668 79.582679) (xy 280.049694 79.71489) + (xy 279.740974 80.023072) (xy 279.57369 80.425936) (xy 279.57331 80.862151) (xy 279.73989 81.265306) (xy 280.048072 81.574026) + (xy 280.450936 81.74131) (xy 280.887151 81.74169) (xy 281.290306 81.57511) (xy 281.599026 81.266928) (xy 281.76631 80.864064) + (xy 281.76669 80.427849) (xy 281.76669 82.0885) (xy 281.264071 82.0885) (xy 281.071111 82.168426) (xy 280.923426 82.316111) + (xy 280.8435 82.509071) (xy 280.8435 82.717929) (xy 280.8435 83.860929) (xy 280.923426 84.053889) (xy 281.071111 84.201574) + (xy 281.264071 84.2815) (xy 281.472929 84.2815) (xy 282.615929 84.2815) (xy 282.808889 84.201574) (xy 282.956574 84.053889) + (xy 283.0365 83.860929) (xy 283.0365 91.399071) (xy 282.956574 91.206111) (xy 282.808889 91.058426) (xy 282.615929 90.9785) + (xy 282.407071 90.9785) (xy 281.76669 90.9785) (xy 281.76669 89.317849) (xy 281.60011 88.914694) (xy 281.291928 88.605974) + (xy 280.889064 88.43869) (xy 280.49669 88.438348) (xy 280.49669 82.967849) (xy 280.33011 82.564694) (xy 280.021928 82.255974) + (xy 279.619064 82.08869) (xy 279.22669 82.088348) (xy 279.22669 80.427849) (xy 279.06011 80.024694) (xy 278.751928 79.715974) + (xy 278.349064 79.54869) (xy 277.95669 79.548348) (xy 277.95669 74.077849) (xy 277.79011 73.674694) (xy 277.481928 73.365974) + (xy 277.079064 73.19869) (xy 276.68669 73.198348) (xy 276.68669 71.537849) (xy 276.52011 71.134694) (xy 276.211928 70.825974) + (xy 275.809064 70.65869) (xy 275.41669 70.658348) (xy 275.41669 65.187849) (xy 275.25011 64.784694) (xy 274.941928 64.475974) + (xy 274.539064 64.30869) (xy 274.14669 64.308348) (xy 274.14669 62.647849) (xy 273.98011 62.244694) (xy 273.671928 61.935974) + (xy 273.269064 61.76869) (xy 272.832849 61.76831) (xy 272.429694 61.93489) (xy 272.120974 62.243072) (xy 271.95369 62.645936) + (xy 271.95331 63.082151) (xy 272.11989 63.485306) (xy 272.428072 63.794026) (xy 272.830936 63.96131) (xy 273.267151 63.96169) + (xy 273.670306 63.79511) (xy 273.979026 63.486928) (xy 274.14631 63.084064) (xy 274.14669 62.647849) (xy 274.14669 64.308348) + (xy 274.102849 64.30831) (xy 273.699694 64.47489) (xy 273.390974 64.783072) (xy 273.22369 65.185936) (xy 273.22331 65.622151) + (xy 273.38989 66.025306) (xy 273.698072 66.334026) (xy 274.100936 66.50131) (xy 274.537151 66.50169) (xy 274.940306 66.33511) + (xy 275.249026 66.026928) (xy 275.41631 65.624064) (xy 275.41669 65.187849) (xy 275.41669 70.658348) (xy 275.372849 70.65831) + (xy 274.969694 70.82489) (xy 274.660974 71.133072) (xy 274.49369 71.535936) (xy 274.49331 71.972151) (xy 274.65989 72.375306) + (xy 274.968072 72.684026) (xy 275.370936 72.85131) (xy 275.807151 72.85169) (xy 276.210306 72.68511) (xy 276.519026 72.376928) + (xy 276.68631 71.974064) (xy 276.68669 71.537849) (xy 276.68669 73.198348) (xy 276.642849 73.19831) (xy 276.239694 73.36489) + (xy 275.930974 73.673072) (xy 275.76369 74.075936) (xy 275.76331 74.512151) (xy 275.92989 74.915306) (xy 276.238072 75.224026) + (xy 276.640936 75.39131) (xy 277.077151 75.39169) (xy 277.480306 75.22511) (xy 277.789026 74.916928) (xy 277.95631 74.514064) + (xy 277.95669 74.077849) (xy 277.95669 79.548348) (xy 277.912849 79.54831) (xy 277.829668 79.582679) (xy 277.829668 78.548001) + (xy 277.682382 78.19154) (xy 277.409895 77.918577) (xy 277.053692 77.770668) (xy 276.668001 77.770332) (xy 276.31154 77.917618) + (xy 276.038577 78.190105) (xy 275.890668 78.546308) (xy 275.890332 78.931999) (xy 276.037618 79.28846) (xy 276.310105 79.561423) + (xy 276.666308 79.709332) (xy 277.051999 79.709668) (xy 277.40846 79.562382) (xy 277.681423 79.289895) (xy 277.829332 78.933692) + (xy 277.829668 78.548001) (xy 277.829668 79.582679) (xy 277.509694 79.71489) (xy 277.200974 80.023072) (xy 277.03369 80.425936) + (xy 277.03331 80.862151) (xy 277.19989 81.265306) (xy 277.508072 81.574026) (xy 277.910936 81.74131) (xy 278.347151 81.74169) + (xy 278.750306 81.57511) (xy 279.059026 81.266928) (xy 279.22631 80.864064) (xy 279.22669 80.427849) (xy 279.22669 82.088348) + (xy 279.182849 82.08831) (xy 278.779694 82.25489) (xy 278.470974 82.563072) (xy 278.30369 82.965936) (xy 278.30331 83.402151) + (xy 278.46989 83.805306) (xy 278.778072 84.114026) (xy 279.180936 84.28131) (xy 279.617151 84.28169) (xy 280.020306 84.11511) + (xy 280.329026 83.806928) (xy 280.49631 83.404064) (xy 280.49669 82.967849) (xy 280.49669 88.438348) (xy 280.452849 88.43831) + (xy 280.049694 88.60489) (xy 279.740974 88.913072) (xy 279.57369 89.315936) (xy 279.57331 89.752151) (xy 279.73989 90.155306) + (xy 280.048072 90.464026) (xy 280.450936 90.63131) (xy 280.887151 90.63169) (xy 281.290306 90.46511) (xy 281.599026 90.156928) + (xy 281.76631 89.754064) (xy 281.76669 89.317849) (xy 281.76669 90.9785) (xy 281.264071 90.9785) (xy 281.071111 91.058426) + (xy 280.923426 91.206111) (xy 280.8435 91.399071) (xy 280.8435 91.607929) (xy 280.8435 92.750929) (xy 280.923426 92.943889) + (xy 281.071111 93.091574) (xy 281.264071 93.1715) (xy 281.472929 93.1715) (xy 282.615929 93.1715) (xy 282.808889 93.091574) + (xy 282.956574 92.943889) (xy 283.0365 92.750929) (xy 283.0365 100.289071) (xy 282.956574 100.096111) (xy 282.808889 99.948426) + (xy 282.615929 99.8685) (xy 282.407071 99.8685) (xy 281.76669 99.8685) (xy 281.76669 98.207849) (xy 281.60011 97.804694) + (xy 281.291928 97.495974) (xy 280.889064 97.32869) (xy 280.49669 97.328348) (xy 280.49669 91.857849) (xy 280.33011 91.454694) + (xy 280.021928 91.145974) (xy 279.619064 90.97869) (xy 279.22669 90.978348) (xy 279.22669 89.317849) (xy 279.06011 88.914694) + (xy 278.751928 88.605974) (xy 278.349064 88.43869) (xy 277.95669 88.438348) (xy 277.95669 82.967849) (xy 277.79011 82.564694) + (xy 277.481928 82.255974) (xy 277.079064 82.08869) (xy 276.68669 82.088348) (xy 276.68669 80.427849) (xy 276.52011 80.024694) + (xy 276.211928 79.715974) (xy 275.809064 79.54869) (xy 275.41669 79.548348) (xy 275.41669 74.077849) (xy 275.25011 73.674694) + (xy 274.941928 73.365974) (xy 274.539064 73.19869) (xy 274.14669 73.198348) (xy 274.14669 71.537849) (xy 273.98011 71.134694) + (xy 273.671928 70.825974) (xy 273.269064 70.65869) (xy 272.87669 70.658348) (xy 272.87669 65.187849) (xy 272.71011 64.784694) + (xy 272.401928 64.475974) (xy 271.999064 64.30869) (xy 271.61003 64.308351) (xy 271.61003 62.665461) (xy 271.449934 62.259687) + (xy 271.428934 62.228257) (xy 271.225178 62.185177) (xy 271.189823 62.220532) (xy 271.189823 62.149822) (xy 271.146743 61.946066) + (xy 270.746613 61.772345) (xy 270.310461 61.76497) (xy 269.904687 61.925066) (xy 269.873257 61.946066) (xy 269.830177 62.149822) + (xy 270.51 62.829645) (xy 271.189823 62.149822) (xy 271.189823 62.220532) (xy 270.545355 62.865) (xy 271.225178 63.544823) + (xy 271.428934 63.501743) (xy 271.602655 63.101613) (xy 271.61003 62.665461) (xy 271.61003 64.308351) (xy 271.562849 64.30831) + (xy 271.189823 64.46244) (xy 271.189823 63.580178) (xy 270.51 62.900355) (xy 270.474645 62.93571) (xy 270.474645 62.865) + (xy 269.794822 62.185177) (xy 269.591066 62.228257) (xy 269.417345 62.628387) (xy 269.40997 63.064539) (xy 269.570066 63.470313) + (xy 269.591066 63.501743) (xy 269.794822 63.544823) (xy 270.474645 62.865) (xy 270.474645 62.93571) (xy 269.830177 63.580178) + (xy 269.873257 63.783934) (xy 270.273387 63.957655) (xy 270.709539 63.96503) (xy 271.115313 63.804934) (xy 271.146743 63.783934) + (xy 271.189823 63.580178) (xy 271.189823 64.46244) (xy 271.159694 64.47489) (xy 270.850974 64.783072) (xy 270.68369 65.185936) + (xy 270.68331 65.622151) (xy 270.84989 66.025306) (xy 271.158072 66.334026) (xy 271.560936 66.50131) (xy 271.997151 66.50169) + (xy 272.400306 66.33511) (xy 272.709026 66.026928) (xy 272.87631 65.624064) (xy 272.87669 65.187849) (xy 272.87669 70.658348) + (xy 272.832849 70.65831) (xy 272.429694 70.82489) (xy 272.120974 71.133072) (xy 271.95369 71.535936) (xy 271.95331 71.972151) + (xy 272.11989 72.375306) (xy 272.428072 72.684026) (xy 272.830936 72.85131) (xy 273.267151 72.85169) (xy 273.670306 72.68511) + (xy 273.979026 72.376928) (xy 274.14631 71.974064) (xy 274.14669 71.537849) (xy 274.14669 73.198348) (xy 274.102849 73.19831) + (xy 273.699694 73.36489) (xy 273.390974 73.673072) (xy 273.22369 74.075936) (xy 273.22331 74.512151) (xy 273.38989 74.915306) + (xy 273.698072 75.224026) (xy 274.100936 75.39131) (xy 274.537151 75.39169) (xy 274.940306 75.22511) (xy 275.249026 74.916928) + (xy 275.41631 74.514064) (xy 275.41669 74.077849) (xy 275.41669 79.548348) (xy 275.372849 79.54831) (xy 275.289651 79.582686) + (xy 275.289668 79.564001) (xy 275.142382 79.20754) (xy 274.869895 78.934577) (xy 274.513692 78.786668) (xy 274.128001 78.786332) + (xy 273.77154 78.933618) (xy 273.498577 79.206105) (xy 273.350668 79.562308) (xy 273.35065 79.582567) (xy 273.269064 79.54869) + (xy 272.87669 79.548348) (xy 272.87669 74.077849) (xy 272.71011 73.674694) (xy 272.401928 73.365974) (xy 271.999064 73.19869) + (xy 271.61003 73.198351) (xy 271.61003 71.555461) (xy 271.449934 71.149687) (xy 271.428934 71.118257) (xy 271.225178 71.075177) + (xy 271.189823 71.110532) (xy 271.189823 71.039822) (xy 271.146743 70.836066) (xy 270.746613 70.662345) (xy 270.33669 70.655413) + (xy 270.33669 65.187849) (xy 270.17011 64.784694) (xy 269.861928 64.475974) (xy 269.459064 64.30869) (xy 269.06669 64.308348) + (xy 269.06669 62.647849) (xy 268.90011 62.244694) (xy 268.591928 61.935974) (xy 268.189064 61.76869) (xy 267.752849 61.76831) + (xy 267.349694 61.93489) (xy 267.040974 62.243072) (xy 266.87369 62.645936) (xy 266.87331 63.082151) (xy 267.03989 63.485306) + (xy 267.348072 63.794026) (xy 267.750936 63.96131) (xy 268.187151 63.96169) (xy 268.590306 63.79511) (xy 268.899026 63.486928) + (xy 269.06631 63.084064) (xy 269.06669 62.647849) (xy 269.06669 64.308348) (xy 269.022849 64.30831) (xy 268.619694 64.47489) + (xy 268.310974 64.783072) (xy 268.14369 65.185936) (xy 268.14331 65.622151) (xy 268.30989 66.025306) (xy 268.618072 66.334026) + (xy 269.020936 66.50131) (xy 269.457151 66.50169) (xy 269.860306 66.33511) (xy 270.169026 66.026928) (xy 270.33631 65.624064) + (xy 270.33669 65.187849) (xy 270.33669 70.655413) (xy 270.310461 70.65497) (xy 269.904687 70.815066) (xy 269.873257 70.836066) + (xy 269.830177 71.039822) (xy 270.51 71.719645) (xy 271.189823 71.039822) (xy 271.189823 71.110532) (xy 270.545355 71.755) + (xy 271.225178 72.434823) (xy 271.428934 72.391743) (xy 271.602655 71.991613) (xy 271.61003 71.555461) (xy 271.61003 73.198351) + (xy 271.562849 73.19831) (xy 271.189823 73.35244) (xy 271.189823 72.470178) (xy 270.51 71.790355) (xy 270.474645 71.82571) + (xy 270.474645 71.755) (xy 269.794822 71.075177) (xy 269.591066 71.118257) (xy 269.417345 71.518387) (xy 269.40997 71.954539) + (xy 269.570066 72.360313) (xy 269.591066 72.391743) (xy 269.794822 72.434823) (xy 270.474645 71.755) (xy 270.474645 71.82571) + (xy 269.830177 72.470178) (xy 269.873257 72.673934) (xy 270.273387 72.847655) (xy 270.709539 72.85503) (xy 271.115313 72.694934) + (xy 271.146743 72.673934) (xy 271.189823 72.470178) (xy 271.189823 73.35244) (xy 271.159694 73.36489) (xy 270.850974 73.673072) + (xy 270.68369 74.075936) (xy 270.68331 74.512151) (xy 270.84989 74.915306) (xy 271.158072 75.224026) (xy 271.560936 75.39131) + (xy 271.997151 75.39169) (xy 272.400306 75.22511) (xy 272.709026 74.916928) (xy 272.87631 74.514064) (xy 272.87669 74.077849) + (xy 272.87669 79.548348) (xy 272.832849 79.54831) (xy 272.429694 79.71489) (xy 272.120974 80.023072) (xy 272.087415 80.10389) + (xy 271.973692 80.056668) (xy 271.588001 80.056332) (xy 271.474933 80.10305) (xy 271.449934 80.039687) (xy 271.428934 80.008257) + (xy 271.225178 79.965177) (xy 271.189823 80.000532) (xy 271.189823 79.929822) (xy 271.146743 79.726066) (xy 270.746613 79.552345) + (xy 270.33669 79.545413) (xy 270.33669 74.077849) (xy 270.17011 73.674694) (xy 269.861928 73.365974) (xy 269.459064 73.19869) + (xy 269.06669 73.198348) (xy 269.06669 71.537849) (xy 268.90011 71.134694) (xy 268.591928 70.825974) (xy 268.189064 70.65869) + (xy 267.79669 70.658348) (xy 267.79669 65.187849) (xy 267.63011 64.784694) (xy 267.321928 64.475974) (xy 266.919064 64.30869) + (xy 266.52669 64.308348) (xy 266.52669 62.647849) (xy 266.36011 62.244694) (xy 266.051928 61.935974) (xy 265.649064 61.76869) + (xy 265.212849 61.76831) (xy 264.809694 61.93489) (xy 264.500974 62.243072) (xy 264.33369 62.645936) (xy 264.33331 63.082151) + (xy 264.49989 63.485306) (xy 264.808072 63.794026) (xy 265.210936 63.96131) (xy 265.647151 63.96169) (xy 266.050306 63.79511) + (xy 266.359026 63.486928) (xy 266.52631 63.084064) (xy 266.52669 62.647849) (xy 266.52669 64.308348) (xy 266.482849 64.30831) + (xy 266.079694 64.47489) (xy 265.770974 64.783072) (xy 265.60369 65.185936) (xy 265.60331 65.622151) (xy 265.76989 66.025306) + (xy 266.078072 66.334026) (xy 266.480936 66.50131) (xy 266.917151 66.50169) (xy 267.320306 66.33511) (xy 267.629026 66.026928) + (xy 267.79631 65.624064) (xy 267.79669 65.187849) (xy 267.79669 70.658348) (xy 267.752849 70.65831) (xy 267.349694 70.82489) + (xy 267.040974 71.133072) (xy 266.87369 71.535936) (xy 266.87331 71.972151) (xy 267.03989 72.375306) (xy 267.348072 72.684026) + (xy 267.750936 72.85131) (xy 268.187151 72.85169) (xy 268.590306 72.68511) (xy 268.899026 72.376928) (xy 269.06631 71.974064) + (xy 269.06669 71.537849) (xy 269.06669 73.198348) (xy 269.022849 73.19831) (xy 268.619694 73.36489) (xy 268.310974 73.673072) + (xy 268.14369 74.075936) (xy 268.14331 74.512151) (xy 268.30989 74.915306) (xy 268.618072 75.224026) (xy 269.020936 75.39131) + (xy 269.457151 75.39169) (xy 269.860306 75.22511) (xy 270.169026 74.916928) (xy 270.33631 74.514064) (xy 270.33669 74.077849) + (xy 270.33669 79.545413) (xy 270.310461 79.54497) (xy 269.904687 79.705066) (xy 269.873257 79.726066) (xy 269.830177 79.929822) + (xy 270.51 80.609645) (xy 271.189823 79.929822) (xy 271.189823 80.000532) (xy 270.545355 80.645) (xy 270.559497 80.659142) + (xy 270.524142 80.694497) (xy 270.51 80.680355) (xy 270.474645 80.71571) (xy 270.474645 80.645) (xy 269.794822 79.965177) + (xy 269.591066 80.008257) (xy 269.417345 80.408387) (xy 269.40997 80.844539) (xy 269.570066 81.250313) (xy 269.591066 81.281743) + (xy 269.794822 81.324823) (xy 270.474645 80.645) (xy 270.474645 80.71571) (xy 269.830177 81.360178) (xy 269.873257 81.563934) + (xy 270.273387 81.737655) (xy 270.709539 81.74503) (xy 271.009678 81.626611) (xy 271.230105 81.847423) (xy 271.586308 81.995332) + (xy 271.971999 81.995668) (xy 272.32846 81.848382) (xy 272.55182 81.62541) (xy 272.830936 81.74131) (xy 273.267151 81.74169) + (xy 273.670306 81.57511) (xy 273.979026 81.266928) (xy 274.14631 80.864064) (xy 274.14643 80.725349) (xy 274.493428 80.725651) + (xy 274.49331 80.862151) (xy 274.65989 81.265306) (xy 274.968072 81.574026) (xy 275.370936 81.74131) (xy 275.807151 81.74169) + (xy 276.210306 81.57511) (xy 276.519026 81.266928) (xy 276.68631 80.864064) (xy 276.68669 80.427849) (xy 276.68669 82.088348) + (xy 276.642849 82.08831) (xy 276.239694 82.25489) (xy 275.930974 82.563072) (xy 275.76369 82.965936) (xy 275.76331 83.402151) + (xy 275.92989 83.805306) (xy 276.238072 84.114026) (xy 276.640936 84.28131) (xy 277.077151 84.28169) (xy 277.480306 84.11511) + (xy 277.789026 83.806928) (xy 277.95631 83.404064) (xy 277.95669 82.967849) (xy 277.95669 88.438348) (xy 277.912849 88.43831) + (xy 277.509694 88.60489) (xy 277.200974 88.913072) (xy 277.03369 89.315936) (xy 277.03331 89.752151) (xy 277.19989 90.155306) + (xy 277.508072 90.464026) (xy 277.910936 90.63131) (xy 278.347151 90.63169) (xy 278.750306 90.46511) (xy 279.059026 90.156928) + (xy 279.22631 89.754064) (xy 279.22669 89.317849) (xy 279.22669 90.978348) (xy 279.182849 90.97831) (xy 278.779694 91.14489) + (xy 278.470974 91.453072) (xy 278.30369 91.855936) (xy 278.30331 92.292151) (xy 278.46989 92.695306) (xy 278.778072 93.004026) + (xy 279.180936 93.17131) (xy 279.617151 93.17169) (xy 280.020306 93.00511) (xy 280.329026 92.696928) (xy 280.49631 92.294064) + (xy 280.49669 91.857849) (xy 280.49669 97.328348) (xy 280.452849 97.32831) (xy 280.049694 97.49489) (xy 279.740974 97.803072) + (xy 279.57369 98.205936) (xy 279.57331 98.642151) (xy 279.73989 99.045306) (xy 280.048072 99.354026) (xy 280.450936 99.52131) + (xy 280.887151 99.52169) (xy 281.290306 99.35511) (xy 281.599026 99.046928) (xy 281.76631 98.644064) (xy 281.76669 98.207849) + (xy 281.76669 99.8685) (xy 281.264071 99.8685) (xy 281.071111 99.948426) (xy 280.923426 100.096111) (xy 280.8435 100.289071) + (xy 280.8435 100.497929) (xy 280.8435 101.640929) (xy 280.923426 101.833889) (xy 281.071111 101.981574) (xy 281.264071 102.0615) + (xy 281.472929 102.0615) (xy 282.615929 102.0615) (xy 282.808889 101.981574) (xy 282.956574 101.833889) (xy 283.0365 101.640929) + (xy 283.0365 109.179071) (xy 282.956574 108.986111) (xy 282.808889 108.838426) (xy 282.615929 108.7585) (xy 282.407071 108.7585) + (xy 281.76669 108.7585) (xy 281.76669 107.097849) (xy 281.60011 106.694694) (xy 281.291928 106.385974) (xy 280.889064 106.21869) + (xy 280.49669 106.218348) (xy 280.49669 100.747849) (xy 280.33011 100.344694) (xy 280.021928 100.035974) (xy 279.619064 99.86869) + (xy 279.22669 99.868348) (xy 279.22669 98.207849) (xy 279.06011 97.804694) (xy 278.751928 97.495974) (xy 278.349064 97.32869) + (xy 277.95669 97.328348) (xy 277.95669 91.857849) (xy 277.79011 91.454694) (xy 277.481928 91.145974) (xy 277.079064 90.97869) + (xy 276.68669 90.978348) (xy 276.68669 89.317849) (xy 276.52011 88.914694) (xy 276.211928 88.605974) (xy 275.809064 88.43869) + (xy 275.41669 88.438348) (xy 275.41669 82.967849) (xy 275.25011 82.564694) (xy 274.941928 82.255974) (xy 274.539064 82.08869) + (xy 274.102849 82.08831) (xy 273.699694 82.25489) (xy 273.390974 82.563072) (xy 273.22369 82.965936) (xy 273.22331 83.402151) + (xy 273.38989 83.805306) (xy 273.698072 84.114026) (xy 274.100936 84.28131) (xy 274.537151 84.28169) (xy 274.940306 84.11511) + (xy 275.249026 83.806928) (xy 275.41631 83.404064) (xy 275.41669 82.967849) (xy 275.41669 88.438348) (xy 275.372849 88.43831) + (xy 274.969694 88.60489) (xy 274.660974 88.913072) (xy 274.49369 89.315936) (xy 274.49331 89.752151) (xy 274.65989 90.155306) + (xy 274.968072 90.464026) (xy 275.370936 90.63131) (xy 275.807151 90.63169) (xy 276.210306 90.46511) (xy 276.519026 90.156928) + (xy 276.68631 89.754064) (xy 276.68669 89.317849) (xy 276.68669 90.978348) (xy 276.642849 90.97831) (xy 276.239694 91.14489) + (xy 275.930974 91.453072) (xy 275.76369 91.855936) (xy 275.76331 92.292151) (xy 275.92989 92.695306) (xy 276.238072 93.004026) + (xy 276.640936 93.17131) (xy 277.077151 93.17169) (xy 277.480306 93.00511) (xy 277.789026 92.696928) (xy 277.95631 92.294064) + (xy 277.95669 91.857849) (xy 277.95669 97.328348) (xy 277.912849 97.32831) (xy 277.509694 97.49489) (xy 277.200974 97.803072) + (xy 277.03369 98.205936) (xy 277.03331 98.642151) (xy 277.19989 99.045306) (xy 277.508072 99.354026) (xy 277.910936 99.52131) + (xy 278.347151 99.52169) (xy 278.750306 99.35511) (xy 279.059026 99.046928) (xy 279.22631 98.644064) (xy 279.22669 98.207849) + (xy 279.22669 99.868348) (xy 279.182849 99.86831) (xy 278.779694 100.03489) (xy 278.470974 100.343072) (xy 278.30369 100.745936) + (xy 278.30331 101.182151) (xy 278.46989 101.585306) (xy 278.778072 101.894026) (xy 279.180936 102.06131) (xy 279.617151 102.06169) + (xy 280.020306 101.89511) (xy 280.329026 101.586928) (xy 280.49631 101.184064) (xy 280.49669 100.747849) (xy 280.49669 106.218348) + (xy 280.452849 106.21831) (xy 280.049694 106.38489) (xy 279.740974 106.693072) (xy 279.57369 107.095936) (xy 279.57331 107.532151) + (xy 279.73989 107.935306) (xy 280.048072 108.244026) (xy 280.450936 108.41131) (xy 280.887151 108.41169) (xy 281.290306 108.24511) + (xy 281.599026 107.936928) (xy 281.76631 107.534064) (xy 281.76669 107.097849) (xy 281.76669 108.7585) (xy 281.264071 108.7585) + (xy 281.071111 108.838426) (xy 280.923426 108.986111) (xy 280.8435 109.179071) (xy 280.8435 109.387929) (xy 280.8435 110.530929) + (xy 280.923426 110.723889) (xy 281.071111 110.871574) (xy 281.264071 110.9515) (xy 281.472929 110.9515) (xy 282.615929 110.9515) + (xy 282.808889 110.871574) (xy 282.956574 110.723889) (xy 283.0365 110.530929) (xy 283.0365 118.069071) (xy 282.956574 117.876111) + (xy 282.808889 117.728426) (xy 282.615929 117.6485) (xy 282.407071 117.6485) (xy 281.76669 117.6485) (xy 281.76669 115.987849) + (xy 281.639668 115.680431) (xy 281.639668 111.568001) (xy 281.492382 111.21154) (xy 281.219895 110.938577) (xy 280.863692 110.790668) + (xy 280.49669 110.790348) (xy 280.49669 109.637849) (xy 280.33011 109.234694) (xy 280.021928 108.925974) (xy 279.619064 108.75869) + (xy 279.22669 108.758348) (xy 279.22669 107.097849) (xy 279.06011 106.694694) (xy 278.751928 106.385974) (xy 278.349064 106.21869) + (xy 277.95669 106.218348) (xy 277.95669 100.747849) (xy 277.79011 100.344694) (xy 277.481928 100.035974) (xy 277.079064 99.86869) + (xy 276.68669 99.868348) (xy 276.68669 98.207849) (xy 276.52011 97.804694) (xy 276.211928 97.495974) (xy 275.809064 97.32869) + (xy 275.41669 97.328348) (xy 275.41669 91.857849) (xy 275.25011 91.454694) (xy 274.941928 91.145974) (xy 274.539064 90.97869) + (xy 274.14669 90.978348) (xy 274.14669 89.317849) (xy 273.98011 88.914694) (xy 273.671928 88.605974) (xy 273.269064 88.43869) + (xy 272.87669 88.438348) (xy 272.87669 82.967849) (xy 272.71011 82.564694) (xy 272.401928 82.255974) (xy 271.999064 82.08869) + (xy 271.562849 82.08831) (xy 271.159694 82.25489) (xy 270.850974 82.563072) (xy 270.68369 82.965936) (xy 270.68331 83.402151) + (xy 270.84989 83.805306) (xy 271.158072 84.114026) (xy 271.560936 84.28131) (xy 271.997151 84.28169) (xy 272.400306 84.11511) + (xy 272.709026 83.806928) (xy 272.87631 83.404064) (xy 272.87669 82.967849) (xy 272.87669 88.438348) (xy 272.832849 88.43831) + (xy 272.429694 88.60489) (xy 272.120974 88.913072) (xy 271.95369 89.315936) (xy 271.95331 89.752151) (xy 272.11989 90.155306) + (xy 272.428072 90.464026) (xy 272.830936 90.63131) (xy 273.267151 90.63169) (xy 273.670306 90.46511) (xy 273.979026 90.156928) + (xy 274.14631 89.754064) (xy 274.14669 89.317849) (xy 274.14669 90.978348) (xy 274.102849 90.97831) (xy 273.699694 91.14489) + (xy 273.390974 91.453072) (xy 273.22369 91.855936) (xy 273.22331 92.292151) (xy 273.38989 92.695306) (xy 273.698072 93.004026) + (xy 274.100936 93.17131) (xy 274.537151 93.17169) (xy 274.940306 93.00511) (xy 275.249026 92.696928) (xy 275.41631 92.294064) + (xy 275.41669 91.857849) (xy 275.41669 97.328348) (xy 275.372849 97.32831) (xy 274.969694 97.49489) (xy 274.660974 97.803072) + (xy 274.49369 98.205936) (xy 274.49331 98.642151) (xy 274.65989 99.045306) (xy 274.968072 99.354026) (xy 275.370936 99.52131) + (xy 275.807151 99.52169) (xy 276.210306 99.35511) (xy 276.519026 99.046928) (xy 276.68631 98.644064) (xy 276.68669 98.207849) + (xy 276.68669 99.868348) (xy 276.642849 99.86831) (xy 276.239694 100.03489) (xy 275.930974 100.343072) (xy 275.76369 100.745936) + (xy 275.76331 101.182151) (xy 275.92989 101.585306) (xy 276.238072 101.894026) (xy 276.640936 102.06131) (xy 277.077151 102.06169) + (xy 277.480306 101.89511) (xy 277.789026 101.586928) (xy 277.95631 101.184064) (xy 277.95669 100.747849) (xy 277.95669 106.218348) + (xy 277.912849 106.21831) (xy 277.509694 106.38489) (xy 277.200974 106.693072) (xy 277.03369 107.095936) (xy 277.03331 107.532151) + (xy 277.19989 107.935306) (xy 277.508072 108.244026) (xy 277.910936 108.41131) (xy 278.347151 108.41169) (xy 278.750306 108.24511) + (xy 279.059026 107.936928) (xy 279.22631 107.534064) (xy 279.22669 107.097849) (xy 279.22669 108.758348) (xy 279.182849 108.75831) + (xy 278.779694 108.92489) (xy 278.470974 109.233072) (xy 278.30369 109.635936) (xy 278.303569 109.77465) (xy 277.956571 109.774348) + (xy 277.95669 109.637849) (xy 277.79011 109.234694) (xy 277.481928 108.925974) (xy 277.079064 108.75869) (xy 276.68669 108.758348) + (xy 276.68669 107.097849) (xy 276.52011 106.694694) (xy 276.211928 106.385974) (xy 275.809064 106.21869) (xy 275.41669 106.218348) + (xy 275.41669 100.747849) (xy 275.25011 100.344694) (xy 274.941928 100.035974) (xy 274.539064 99.86869) (xy 274.14669 99.868348) + (xy 274.14669 98.207849) (xy 273.98011 97.804694) (xy 273.671928 97.495974) (xy 273.269064 97.32869) (xy 272.87669 97.328348) + (xy 272.87669 91.857849) (xy 272.71011 91.454694) (xy 272.401928 91.145974) (xy 271.999064 90.97869) (xy 271.61003 90.978351) + (xy 271.61003 89.335461) (xy 271.449934 88.929687) (xy 271.428934 88.898257) (xy 271.225178 88.855177) (xy 271.189823 88.890532) + (xy 271.189823 88.819822) (xy 271.146743 88.616066) (xy 270.746613 88.442345) (xy 270.33669 88.435413) (xy 270.33669 82.967849) + (xy 270.17011 82.564694) (xy 269.861928 82.255974) (xy 269.459064 82.08869) (xy 269.06669 82.088348) (xy 269.06669 80.427849) + (xy 268.90011 80.024694) (xy 268.591928 79.715974) (xy 268.189064 79.54869) (xy 267.79669 79.548348) (xy 267.79669 74.077849) + (xy 267.63011 73.674694) (xy 267.321928 73.365974) (xy 266.919064 73.19869) (xy 266.52669 73.198348) (xy 266.52669 71.537849) + (xy 266.36011 71.134694) (xy 266.051928 70.825974) (xy 265.649064 70.65869) (xy 265.25669 70.658348) (xy 265.25669 65.187849) + (xy 265.09011 64.784694) (xy 264.781928 64.475974) (xy 264.379064 64.30869) (xy 263.942849 64.30831) (xy 263.539694 64.47489) + (xy 263.230974 64.783072) (xy 263.06369 65.185936) (xy 263.06331 65.622151) (xy 263.22989 66.025306) (xy 263.538072 66.334026) + (xy 263.940936 66.50131) (xy 264.377151 66.50169) (xy 264.780306 66.33511) (xy 265.089026 66.026928) (xy 265.25631 65.624064) + (xy 265.25669 65.187849) (xy 265.25669 70.658348) (xy 265.212849 70.65831) (xy 264.809694 70.82489) (xy 264.500974 71.133072) + (xy 264.33369 71.535936) (xy 264.33331 71.972151) (xy 264.49989 72.375306) (xy 264.808072 72.684026) (xy 265.210936 72.85131) + (xy 265.647151 72.85169) (xy 266.050306 72.68511) (xy 266.359026 72.376928) (xy 266.52631 71.974064) (xy 266.52669 71.537849) + (xy 266.52669 73.198348) (xy 266.482849 73.19831) (xy 266.079694 73.36489) (xy 265.770974 73.673072) (xy 265.60369 74.075936) + (xy 265.60331 74.512151) (xy 265.76989 74.915306) (xy 266.078072 75.224026) (xy 266.480936 75.39131) (xy 266.917151 75.39169) + (xy 267.320306 75.22511) (xy 267.629026 74.916928) (xy 267.79631 74.514064) (xy 267.79669 74.077849) (xy 267.79669 79.548348) + (xy 267.752849 79.54831) (xy 267.349694 79.71489) (xy 267.040974 80.023072) (xy 266.87369 80.425936) (xy 266.87331 80.862151) + (xy 267.03989 81.265306) (xy 267.348072 81.574026) (xy 267.750936 81.74131) (xy 268.187151 81.74169) (xy 268.590306 81.57511) + (xy 268.899026 81.266928) (xy 269.06631 80.864064) (xy 269.06669 80.427849) (xy 269.06669 82.088348) (xy 269.022849 82.08831) + (xy 268.619694 82.25489) (xy 268.310974 82.563072) (xy 268.14369 82.965936) (xy 268.14331 83.402151) (xy 268.30989 83.805306) + (xy 268.618072 84.114026) (xy 269.020936 84.28131) (xy 269.457151 84.28169) (xy 269.860306 84.11511) (xy 270.169026 83.806928) + (xy 270.33631 83.404064) (xy 270.33669 82.967849) (xy 270.33669 88.435413) (xy 270.310461 88.43497) (xy 269.904687 88.595066) + (xy 269.873257 88.616066) (xy 269.830177 88.819822) (xy 270.51 89.499645) (xy 271.189823 88.819822) (xy 271.189823 88.890532) + (xy 270.545355 89.535) (xy 271.225178 90.214823) (xy 271.428934 90.171743) (xy 271.602655 89.771613) (xy 271.61003 89.335461) + (xy 271.61003 90.978351) (xy 271.562849 90.97831) (xy 271.189823 91.13244) (xy 271.189823 90.250178) (xy 270.51 89.570355) + (xy 270.474645 89.60571) (xy 270.474645 89.535) (xy 269.794822 88.855177) (xy 269.591066 88.898257) (xy 269.417345 89.298387) + (xy 269.40997 89.734539) (xy 269.570066 90.140313) (xy 269.591066 90.171743) (xy 269.794822 90.214823) (xy 270.474645 89.535) + (xy 270.474645 89.60571) (xy 269.830177 90.250178) (xy 269.873257 90.453934) (xy 270.273387 90.627655) (xy 270.709539 90.63503) + (xy 271.115313 90.474934) (xy 271.146743 90.453934) (xy 271.189823 90.250178) (xy 271.189823 91.13244) (xy 271.159694 91.14489) + (xy 270.850974 91.453072) (xy 270.68369 91.855936) (xy 270.68331 92.292151) (xy 270.84989 92.695306) (xy 271.158072 93.004026) + (xy 271.560936 93.17131) (xy 271.997151 93.17169) (xy 272.400306 93.00511) (xy 272.709026 92.696928) (xy 272.87631 92.294064) + (xy 272.87669 91.857849) (xy 272.87669 97.328348) (xy 272.832849 97.32831) (xy 272.429694 97.49489) (xy 272.120974 97.803072) + (xy 271.95369 98.205936) (xy 271.95331 98.642151) (xy 272.11989 99.045306) (xy 272.428072 99.354026) (xy 272.830936 99.52131) + (xy 273.267151 99.52169) (xy 273.670306 99.35511) (xy 273.979026 99.046928) (xy 274.14631 98.644064) (xy 274.14669 98.207849) + (xy 274.14669 99.868348) (xy 274.102849 99.86831) (xy 273.699694 100.03489) (xy 273.390974 100.343072) (xy 273.22369 100.745936) + (xy 273.22331 101.182151) (xy 273.38989 101.585306) (xy 273.598018 101.793797) (xy 273.243692 101.646668) (xy 272.858001 101.646332) + (xy 272.502282 101.793311) (xy 272.709026 101.586928) (xy 272.87631 101.184064) (xy 272.87669 100.747849) (xy 272.71011 100.344694) + (xy 272.401928 100.035974) (xy 271.999064 99.86869) (xy 271.61003 99.868351) (xy 271.61003 98.225461) (xy 271.449934 97.819687) + (xy 271.428934 97.788257) (xy 271.225178 97.745177) (xy 271.189823 97.780532) (xy 271.189823 97.709822) (xy 271.146743 97.506066) + (xy 270.746613 97.332345) (xy 270.33669 97.325413) (xy 270.33669 91.857849) (xy 270.17011 91.454694) (xy 269.861928 91.145974) + (xy 269.459064 90.97869) (xy 269.06669 90.978348) (xy 269.06669 89.317849) (xy 268.90011 88.914694) (xy 268.591928 88.605974) + (xy 268.189064 88.43869) (xy 267.79669 88.438348) (xy 267.79669 82.967849) (xy 267.63011 82.564694) (xy 267.321928 82.255974) + (xy 266.919064 82.08869) (xy 266.52669 82.088348) (xy 266.52669 80.427849) (xy 266.36011 80.024694) (xy 266.051928 79.715974) + (xy 265.649064 79.54869) (xy 265.25669 79.548348) (xy 265.25669 74.077849) (xy 265.09011 73.674694) (xy 264.781928 73.365974) + (xy 264.379064 73.19869) (xy 263.98669 73.198348) (xy 263.98669 71.537849) (xy 263.82011 71.134694) (xy 263.511928 70.825974) + (xy 263.109064 70.65869) (xy 262.672849 70.65831) (xy 262.269694 70.82489) (xy 261.960974 71.133072) (xy 261.79369 71.535936) + (xy 261.79331 71.972151) (xy 261.95989 72.375306) (xy 262.268072 72.684026) (xy 262.670936 72.85131) (xy 263.107151 72.85169) + (xy 263.510306 72.68511) (xy 263.819026 72.376928) (xy 263.98631 71.974064) (xy 263.98669 71.537849) (xy 263.98669 73.198348) + (xy 263.942849 73.19831) (xy 263.539694 73.36489) (xy 263.230974 73.673072) (xy 263.06369 74.075936) (xy 263.06331 74.512151) + (xy 263.22989 74.915306) (xy 263.538072 75.224026) (xy 263.940936 75.39131) (xy 264.377151 75.39169) (xy 264.780306 75.22511) + (xy 265.089026 74.916928) (xy 265.25631 74.514064) (xy 265.25669 74.077849) (xy 265.25669 79.548348) (xy 265.212849 79.54831) + (xy 265.129668 79.582679) (xy 265.129668 78.548001) (xy 264.982382 78.19154) (xy 264.709895 77.918577) (xy 264.353692 77.770668) + (xy 263.968001 77.770332) (xy 263.61154 77.917618) (xy 263.338577 78.190105) (xy 263.190668 78.546308) (xy 263.190332 78.931999) + (xy 263.337618 79.28846) (xy 263.610105 79.561423) (xy 263.966308 79.709332) (xy 264.351999 79.709668) (xy 264.70846 79.562382) + (xy 264.981423 79.289895) (xy 265.129332 78.933692) (xy 265.129668 78.548001) (xy 265.129668 79.582679) (xy 264.809694 79.71489) + (xy 264.500974 80.023072) (xy 264.33369 80.425936) (xy 264.33331 80.862151) (xy 264.49989 81.265306) (xy 264.808072 81.574026) + (xy 265.210936 81.74131) (xy 265.647151 81.74169) (xy 266.050306 81.57511) (xy 266.359026 81.266928) (xy 266.52631 80.864064) + (xy 266.52669 80.427849) (xy 266.52669 82.088348) (xy 266.482849 82.08831) (xy 266.079694 82.25489) (xy 265.770974 82.563072) + (xy 265.60369 82.965936) (xy 265.60331 83.402151) (xy 265.76989 83.805306) (xy 266.078072 84.114026) (xy 266.480936 84.28131) + (xy 266.917151 84.28169) (xy 267.320306 84.11511) (xy 267.629026 83.806928) (xy 267.79631 83.404064) (xy 267.79669 82.967849) + (xy 267.79669 88.438348) (xy 267.752849 88.43831) (xy 267.349694 88.60489) (xy 267.040974 88.913072) (xy 266.87369 89.315936) + (xy 266.87331 89.752151) (xy 267.03989 90.155306) (xy 267.348072 90.464026) (xy 267.750936 90.63131) (xy 268.187151 90.63169) + (xy 268.590306 90.46511) (xy 268.899026 90.156928) (xy 269.06631 89.754064) (xy 269.06669 89.317849) (xy 269.06669 90.978348) + (xy 269.022849 90.97831) (xy 268.619694 91.14489) (xy 268.310974 91.453072) (xy 268.14369 91.855936) (xy 268.14331 92.292151) + (xy 268.30989 92.695306) (xy 268.618072 93.004026) (xy 269.020936 93.17131) (xy 269.457151 93.17169) (xy 269.860306 93.00511) + (xy 270.169026 92.696928) (xy 270.33631 92.294064) (xy 270.33669 91.857849) (xy 270.33669 97.325413) (xy 270.310461 97.32497) + (xy 269.904687 97.485066) (xy 269.873257 97.506066) (xy 269.830177 97.709822) (xy 270.51 98.389645) (xy 271.189823 97.709822) + (xy 271.189823 97.780532) (xy 270.545355 98.425) (xy 271.225178 99.104823) (xy 271.428934 99.061743) (xy 271.602655 98.661613) + (xy 271.61003 98.225461) (xy 271.61003 99.868351) (xy 271.562849 99.86831) (xy 271.189823 100.02244) (xy 271.189823 99.140178) + (xy 270.51 98.460355) (xy 270.474645 98.49571) (xy 270.474645 98.425) (xy 269.794822 97.745177) (xy 269.591066 97.788257) + (xy 269.417345 98.188387) (xy 269.40997 98.624539) (xy 269.570066 99.030313) (xy 269.591066 99.061743) (xy 269.794822 99.104823) + (xy 270.474645 98.425) (xy 270.474645 98.49571) (xy 269.830177 99.140178) (xy 269.873257 99.343934) (xy 270.273387 99.517655) + (xy 270.709539 99.52503) (xy 271.115313 99.364934) (xy 271.146743 99.343934) (xy 271.189823 99.140178) (xy 271.189823 100.02244) + (xy 271.159694 100.03489) (xy 270.850974 100.343072) (xy 270.68369 100.745936) (xy 270.68331 101.182151) (xy 270.84989 101.585306) + (xy 271.158072 101.894026) (xy 271.560936 102.06131) (xy 271.997151 102.06169) (xy 272.399563 101.895416) (xy 272.228577 102.066105) + (xy 272.080668 102.422308) (xy 272.080332 102.807999) (xy 272.227618 103.16446) (xy 272.500105 103.437423) (xy 272.856308 103.585332) + (xy 273.241999 103.585668) (xy 273.59846 103.438382) (xy 273.871423 103.165895) (xy 274.019332 102.809692) (xy 274.019668 102.424001) + (xy 273.872382 102.06754) (xy 273.699948 101.894805) (xy 274.100936 102.06131) (xy 274.537151 102.06169) (xy 274.940306 101.89511) + (xy 275.249026 101.586928) (xy 275.41631 101.184064) (xy 275.41669 100.747849) (xy 275.41669 106.218348) (xy 275.372849 106.21831) + (xy 274.969694 106.38489) (xy 274.660974 106.693072) (xy 274.49369 107.095936) (xy 274.49331 107.532151) (xy 274.65989 107.935306) + (xy 274.968072 108.244026) (xy 275.370936 108.41131) (xy 275.807151 108.41169) (xy 276.210306 108.24511) (xy 276.519026 107.936928) + (xy 276.68631 107.534064) (xy 276.68669 107.097849) (xy 276.68669 108.758348) (xy 276.642849 108.75831) (xy 276.239694 108.92489) + (xy 275.930974 109.233072) (xy 275.76369 109.635936) (xy 275.76331 110.072151) (xy 275.92989 110.475306) (xy 276.238072 110.784026) + (xy 276.640936 110.95131) (xy 277.077151 110.95169) (xy 277.160348 110.917313) (xy 277.160332 110.935999) (xy 277.307618 111.29246) + (xy 277.580105 111.565423) (xy 277.936308 111.713332) (xy 278.321999 111.713668) (xy 278.67846 111.566382) (xy 278.951423 111.293895) + (xy 279.099332 110.937692) (xy 279.099349 110.917432) (xy 279.180936 110.95131) (xy 279.617151 110.95169) (xy 280.020306 110.78511) + (xy 280.329026 110.476928) (xy 280.49631 110.074064) (xy 280.49669 109.637849) (xy 280.49669 110.790348) (xy 280.478001 110.790332) + (xy 280.12154 110.937618) (xy 279.848577 111.210105) (xy 279.700668 111.566308) (xy 279.700332 111.951999) (xy 279.847618 112.30846) + (xy 280.120105 112.581423) (xy 280.476308 112.729332) (xy 280.861999 112.729668) (xy 281.21846 112.582382) (xy 281.491423 112.309895) + (xy 281.639332 111.953692) (xy 281.639668 111.568001) (xy 281.639668 115.680431) (xy 281.60011 115.584694) (xy 281.291928 115.275974) + (xy 280.889064 115.10869) (xy 280.452849 115.10831) (xy 280.049694 115.27489) (xy 279.740974 115.583072) (xy 279.57369 115.985936) + (xy 279.57331 116.422151) (xy 279.73989 116.825306) (xy 280.048072 117.134026) (xy 280.450936 117.30131) (xy 280.887151 117.30169) + (xy 281.290306 117.13511) (xy 281.599026 116.826928) (xy 281.76631 116.424064) (xy 281.76669 115.987849) (xy 281.76669 117.6485) + (xy 281.264071 117.6485) (xy 281.071111 117.728426) (xy 280.923426 117.876111) (xy 280.8435 118.069071) (xy 280.8435 118.277929) + (xy 280.8435 119.420929) (xy 280.923426 119.613889) (xy 281.071111 119.761574) (xy 281.264071 119.8415) (xy 281.472929 119.8415) + (xy 282.615929 119.8415) (xy 282.808889 119.761574) (xy 282.956574 119.613889) (xy 283.0365 119.420929) (xy 283.0365 126.959071) + (xy 282.956574 126.766111) (xy 282.808889 126.618426) (xy 282.615929 126.5385) (xy 282.407071 126.5385) (xy 281.76669 126.5385) + (xy 281.76669 124.877849) (xy 281.60011 124.474694) (xy 281.291928 124.165974) (xy 280.889064 123.99869) (xy 280.49669 123.998348) + (xy 280.49669 118.527849) (xy 280.33011 118.124694) (xy 280.021928 117.815974) (xy 279.619064 117.64869) (xy 279.22669 117.648348) + (xy 279.22669 115.987849) (xy 279.06011 115.584694) (xy 278.751928 115.275974) (xy 278.349064 115.10869) (xy 277.912849 115.10831) + (xy 277.509694 115.27489) (xy 277.200974 115.583072) (xy 277.03369 115.985936) (xy 277.03331 116.422151) (xy 277.19989 116.825306) + (xy 277.508072 117.134026) (xy 277.910936 117.30131) (xy 278.347151 117.30169) (xy 278.750306 117.13511) (xy 279.059026 116.826928) + (xy 279.22631 116.424064) (xy 279.22669 115.987849) (xy 279.22669 117.648348) (xy 279.182849 117.64831) (xy 278.779694 117.81489) + (xy 278.470974 118.123072) (xy 278.30369 118.525936) (xy 278.30331 118.962151) (xy 278.46989 119.365306) (xy 278.778072 119.674026) + (xy 279.180936 119.84131) (xy 279.617151 119.84169) (xy 280.020306 119.67511) (xy 280.329026 119.366928) (xy 280.49631 118.964064) + (xy 280.49669 118.527849) (xy 280.49669 123.998348) (xy 280.452849 123.99831) (xy 280.049694 124.16489) (xy 279.740974 124.473072) + (xy 279.57369 124.875936) (xy 279.57331 125.312151) (xy 279.73989 125.715306) (xy 280.048072 126.024026) (xy 280.450936 126.19131) + (xy 280.887151 126.19169) (xy 281.290306 126.02511) (xy 281.599026 125.716928) (xy 281.76631 125.314064) (xy 281.76669 124.877849) + (xy 281.76669 126.5385) (xy 281.264071 126.5385) (xy 281.071111 126.618426) (xy 280.923426 126.766111) (xy 280.8435 126.959071) + (xy 280.8435 127.167929) (xy 280.8435 128.310929) (xy 280.923426 128.503889) (xy 281.071111 128.651574) (xy 281.264071 128.7315) + (xy 281.472929 128.7315) (xy 282.615929 128.7315) (xy 282.808889 128.651574) (xy 282.956574 128.503889) (xy 283.0365 128.310929) + (xy 283.0365 133.7394) (xy 280.49669 133.7394) (xy 280.49669 127.417849) (xy 280.33011 127.014694) (xy 280.021928 126.705974) + (xy 279.619064 126.53869) (xy 279.22669 126.538348) (xy 279.22669 124.877849) (xy 279.06011 124.474694) (xy 278.751928 124.165974) + (xy 278.349064 123.99869) (xy 277.95669 123.998348) (xy 277.95669 118.527849) (xy 277.79011 118.124694) (xy 277.481928 117.815974) + (xy 277.079064 117.64869) (xy 276.68669 117.648348) (xy 276.68669 115.987849) (xy 276.52011 115.584694) (xy 276.211928 115.275974) + (xy 275.809064 115.10869) (xy 275.41669 115.108348) (xy 275.41669 109.637849) (xy 275.25011 109.234694) (xy 274.941928 108.925974) + (xy 274.539064 108.75869) (xy 274.14669 108.758348) (xy 274.14669 107.097849) (xy 273.98011 106.694694) (xy 273.671928 106.385974) + (xy 273.269064 106.21869) (xy 272.832849 106.21831) (xy 272.429694 106.38489) (xy 272.120974 106.693072) (xy 271.95369 107.095936) + (xy 271.95331 107.532151) (xy 272.11989 107.935306) (xy 272.428072 108.244026) (xy 272.830936 108.41131) (xy 273.267151 108.41169) + (xy 273.670306 108.24511) (xy 273.979026 107.936928) (xy 274.14631 107.534064) (xy 274.14669 107.097849) (xy 274.14669 108.758348) + (xy 274.102849 108.75831) (xy 273.699694 108.92489) (xy 273.390974 109.233072) (xy 273.22369 109.635936) (xy 273.22331 110.072151) + (xy 273.38989 110.475306) (xy 273.698072 110.784026) (xy 274.100936 110.95131) (xy 274.537151 110.95169) (xy 274.940306 110.78511) + (xy 275.249026 110.476928) (xy 275.41631 110.074064) (xy 275.41669 109.637849) (xy 275.41669 115.108348) (xy 275.372849 115.10831) + (xy 274.969694 115.27489) (xy 274.660974 115.583072) (xy 274.49369 115.985936) (xy 274.49331 116.422151) (xy 274.65989 116.825306) + (xy 274.968072 117.134026) (xy 275.370936 117.30131) (xy 275.807151 117.30169) (xy 276.210306 117.13511) (xy 276.519026 116.826928) + (xy 276.68631 116.424064) (xy 276.68669 115.987849) (xy 276.68669 117.648348) (xy 276.642849 117.64831) (xy 276.239694 117.81489) + (xy 275.930974 118.123072) (xy 275.76369 118.525936) (xy 275.76331 118.962151) (xy 275.92989 119.365306) (xy 276.238072 119.674026) + (xy 276.640936 119.84131) (xy 277.077151 119.84169) (xy 277.480306 119.67511) (xy 277.789026 119.366928) (xy 277.95631 118.964064) + (xy 277.95669 118.527849) (xy 277.95669 123.998348) (xy 277.912849 123.99831) (xy 277.509694 124.16489) (xy 277.200974 124.473072) + (xy 277.03369 124.875936) (xy 277.03331 125.312151) (xy 277.19989 125.715306) (xy 277.508072 126.024026) (xy 277.910936 126.19131) + (xy 278.347151 126.19169) (xy 278.750306 126.02511) (xy 279.059026 125.716928) (xy 279.22631 125.314064) (xy 279.22669 124.877849) + (xy 279.22669 126.538348) (xy 279.182849 126.53831) (xy 278.779694 126.70489) (xy 278.470974 127.013072) (xy 278.30369 127.415936) + (xy 278.30331 127.852151) (xy 278.46989 128.255306) (xy 278.778072 128.564026) (xy 279.180936 128.73131) (xy 279.617151 128.73169) + (xy 280.020306 128.56511) (xy 280.329026 128.256928) (xy 280.49631 127.854064) (xy 280.49669 127.417849) (xy 280.49669 133.7394) + (xy 277.95669 133.7394) (xy 277.95669 127.417849) (xy 277.79011 127.014694) (xy 277.481928 126.705974) (xy 277.079064 126.53869) + (xy 276.68669 126.538348) (xy 276.68669 124.877849) (xy 276.52011 124.474694) (xy 276.211928 124.165974) (xy 275.809064 123.99869) + (xy 275.41669 123.998348) (xy 275.41669 118.527849) (xy 275.25011 118.124694) (xy 274.941928 117.815974) (xy 274.539064 117.64869) + (xy 274.14669 117.648348) (xy 274.14669 115.987849) (xy 273.98011 115.584694) (xy 273.671928 115.275974) (xy 273.269064 115.10869) + (xy 272.87669 115.108348) (xy 272.87669 109.637849) (xy 272.71011 109.234694) (xy 272.401928 108.925974) (xy 271.999064 108.75869) + (xy 271.61003 108.758351) (xy 271.61003 107.115461) (xy 271.449934 106.709687) (xy 271.428934 106.678257) (xy 271.225178 106.635177) + (xy 271.189823 106.670532) (xy 271.189823 106.599822) (xy 271.146743 106.396066) (xy 270.746613 106.222345) (xy 270.33669 106.215413) + (xy 270.33669 100.747849) (xy 270.17011 100.344694) (xy 269.861928 100.035974) (xy 269.459064 99.86869) (xy 269.06669 99.868348) + (xy 269.06669 98.207849) (xy 268.90011 97.804694) (xy 268.591928 97.495974) (xy 268.189064 97.32869) (xy 267.79669 97.328348) + (xy 267.79669 91.857849) (xy 267.63011 91.454694) (xy 267.321928 91.145974) (xy 266.919064 90.97869) (xy 266.52669 90.978348) + (xy 266.52669 89.317849) (xy 266.36011 88.914694) (xy 266.051928 88.605974) (xy 265.649064 88.43869) (xy 265.25669 88.438348) + (xy 265.25669 82.967849) (xy 265.09011 82.564694) (xy 264.781928 82.255974) (xy 264.379064 82.08869) (xy 263.98669 82.088348) + (xy 263.98669 80.427849) (xy 263.82011 80.024694) (xy 263.511928 79.715974) (xy 263.109064 79.54869) (xy 262.71669 79.548348) + (xy 262.71669 74.077849) (xy 262.55011 73.674694) (xy 262.241928 73.365974) (xy 261.839064 73.19869) (xy 261.44669 73.198348) + (xy 261.44669 71.537849) (xy 261.28011 71.134694) (xy 260.971928 70.825974) (xy 260.569064 70.65869) (xy 260.132849 70.65831) + (xy 260.049668 70.692679) (xy 260.049668 67.372001) (xy 259.902382 67.01554) (xy 259.629895 66.742577) (xy 259.273692 66.594668) + (xy 258.888001 66.594332) (xy 258.53154 66.741618) (xy 258.258577 67.014105) (xy 258.110668 67.370308) (xy 258.110332 67.755999) + (xy 258.186617 67.940625) (xy 258.003692 67.864668) (xy 257.618001 67.864332) (xy 257.26154 68.011618) (xy 257.110128 68.162765) + (xy 257.108382 68.15854) (xy 256.835895 67.885577) (xy 256.479692 67.737668) (xy 256.094001 67.737332) (xy 255.73754 67.884618) + (xy 255.464577 68.157105) (xy 255.375099 68.37259) (xy 255.078001 68.372332) (xy 254.72154 68.519618) (xy 254.448577 68.792105) + (xy 254.300668 69.148308) (xy 254.300332 69.533999) (xy 254.447618 69.89046) (xy 254.720105 70.163423) (xy 255.076308 70.311332) + (xy 255.461999 70.311668) (xy 255.81846 70.164382) (xy 256.091423 69.891895) (xy 256.1809 69.676409) (xy 256.477999 69.676668) + (xy 256.83446 69.529382) (xy 256.985871 69.378234) (xy 256.987618 69.38246) (xy 257.260105 69.655423) (xy 257.616308 69.803332) + (xy 258.001999 69.803668) (xy 258.35846 69.656382) (xy 258.631423 69.383895) (xy 258.779332 69.027692) (xy 258.779668 68.642001) + (xy 258.703382 68.457374) (xy 258.886308 68.533332) (xy 259.271999 68.533668) (xy 259.62846 68.386382) (xy 259.901423 68.113895) + (xy 260.049332 67.757692) (xy 260.049668 67.372001) (xy 260.049668 70.692679) (xy 259.729694 70.82489) (xy 259.420974 71.133072) + (xy 259.25369 71.535936) (xy 259.25331 71.972151) (xy 259.41989 72.375306) (xy 259.728072 72.684026) (xy 260.130936 72.85131) + (xy 260.567151 72.85169) (xy 260.970306 72.68511) (xy 261.279026 72.376928) (xy 261.44631 71.974064) (xy 261.44669 71.537849) + (xy 261.44669 73.198348) (xy 261.402849 73.19831) (xy 260.999694 73.36489) (xy 260.690974 73.673072) (xy 260.52369 74.075936) + (xy 260.52331 74.512151) (xy 260.68989 74.915306) (xy 260.998072 75.224026) (xy 261.400936 75.39131) (xy 261.837151 75.39169) + (xy 262.240306 75.22511) (xy 262.549026 74.916928) (xy 262.71631 74.514064) (xy 262.71669 74.077849) (xy 262.71669 79.548348) + (xy 262.672849 79.54831) (xy 262.269694 79.71489) (xy 261.960974 80.023072) (xy 261.79369 80.425936) (xy 261.79331 80.862151) + (xy 261.95989 81.265306) (xy 262.268072 81.574026) (xy 262.670936 81.74131) (xy 263.107151 81.74169) (xy 263.510306 81.57511) + (xy 263.819026 81.266928) (xy 263.98631 80.864064) (xy 263.98669 80.427849) (xy 263.98669 82.088348) (xy 263.942849 82.08831) + (xy 263.539694 82.25489) (xy 263.230974 82.563072) (xy 263.06369 82.965936) (xy 263.06331 83.402151) (xy 263.22989 83.805306) + (xy 263.538072 84.114026) (xy 263.940936 84.28131) (xy 264.377151 84.28169) (xy 264.780306 84.11511) (xy 265.089026 83.806928) + (xy 265.25631 83.404064) (xy 265.25669 82.967849) (xy 265.25669 88.438348) (xy 265.212849 88.43831) (xy 264.809694 88.60489) + (xy 264.500974 88.913072) (xy 264.33369 89.315936) (xy 264.33331 89.752151) (xy 264.49989 90.155306) (xy 264.808072 90.464026) + (xy 265.210936 90.63131) (xy 265.647151 90.63169) (xy 266.050306 90.46511) (xy 266.359026 90.156928) (xy 266.52631 89.754064) + (xy 266.52669 89.317849) (xy 266.52669 90.978348) (xy 266.482849 90.97831) (xy 266.079694 91.14489) (xy 265.770974 91.453072) + (xy 265.60369 91.855936) (xy 265.60331 92.292151) (xy 265.76989 92.695306) (xy 266.078072 93.004026) (xy 266.480936 93.17131) + (xy 266.917151 93.17169) (xy 267.320306 93.00511) (xy 267.629026 92.696928) (xy 267.79631 92.294064) (xy 267.79669 91.857849) + (xy 267.79669 97.328348) (xy 267.752849 97.32831) (xy 267.349694 97.49489) (xy 267.040974 97.803072) (xy 266.87369 98.205936) + (xy 266.87331 98.642151) (xy 267.03989 99.045306) (xy 267.348072 99.354026) (xy 267.750936 99.52131) (xy 268.187151 99.52169) + (xy 268.590306 99.35511) (xy 268.899026 99.046928) (xy 269.06631 98.644064) (xy 269.06669 98.207849) (xy 269.06669 99.868348) + (xy 269.022849 99.86831) (xy 268.619694 100.03489) (xy 268.310974 100.343072) (xy 268.14369 100.745936) (xy 268.14331 101.182151) + (xy 268.30989 101.585306) (xy 268.618072 101.894026) (xy 269.020936 102.06131) (xy 269.457151 102.06169) (xy 269.860306 101.89511) + (xy 270.169026 101.586928) (xy 270.33631 101.184064) (xy 270.33669 100.747849) (xy 270.33669 106.215413) (xy 270.310461 106.21497) + (xy 269.904687 106.375066) (xy 269.873257 106.396066) (xy 269.830177 106.599822) (xy 270.51 107.279645) (xy 271.189823 106.599822) + (xy 271.189823 106.670532) (xy 270.545355 107.315) (xy 271.225178 107.994823) (xy 271.428934 107.951743) (xy 271.602655 107.551613) + (xy 271.61003 107.115461) (xy 271.61003 108.758351) (xy 271.562849 108.75831) (xy 271.189823 108.91244) (xy 271.189823 108.030178) + (xy 270.51 107.350355) (xy 270.474645 107.38571) (xy 270.474645 107.315) (xy 269.794822 106.635177) (xy 269.591066 106.678257) + (xy 269.417345 107.078387) (xy 269.40997 107.514539) (xy 269.570066 107.920313) (xy 269.591066 107.951743) (xy 269.794822 107.994823) + (xy 270.474645 107.315) (xy 270.474645 107.38571) (xy 269.830177 108.030178) (xy 269.873257 108.233934) (xy 270.273387 108.407655) + (xy 270.709539 108.41503) (xy 271.115313 108.254934) (xy 271.146743 108.233934) (xy 271.189823 108.030178) (xy 271.189823 108.91244) + (xy 271.159694 108.92489) (xy 270.850974 109.233072) (xy 270.68369 109.635936) (xy 270.68331 110.072151) (xy 270.84989 110.475306) + (xy 271.158072 110.784026) (xy 271.560936 110.95131) (xy 271.997151 110.95169) (xy 272.400306 110.78511) (xy 272.709026 110.476928) + (xy 272.87631 110.074064) (xy 272.87669 109.637849) (xy 272.87669 115.108348) (xy 272.832849 115.10831) (xy 272.429694 115.27489) + (xy 272.120974 115.583072) (xy 271.95369 115.985936) (xy 271.95331 116.422151) (xy 272.11989 116.825306) (xy 272.428072 117.134026) + (xy 272.830936 117.30131) (xy 273.267151 117.30169) (xy 273.670306 117.13511) (xy 273.979026 116.826928) (xy 274.14631 116.424064) + (xy 274.14669 115.987849) (xy 274.14669 117.648348) (xy 274.102849 117.64831) (xy 273.699694 117.81489) (xy 273.390974 118.123072) + (xy 273.22369 118.525936) (xy 273.22331 118.962151) (xy 273.38989 119.365306) (xy 273.698072 119.674026) (xy 274.100936 119.84131) + (xy 274.537151 119.84169) (xy 274.940306 119.67511) (xy 275.249026 119.366928) (xy 275.41631 118.964064) (xy 275.41669 118.527849) + (xy 275.41669 123.998348) (xy 275.372849 123.99831) (xy 274.969694 124.16489) (xy 274.660974 124.473072) (xy 274.49369 124.875936) + (xy 274.49331 125.312151) (xy 274.65989 125.715306) (xy 274.968072 126.024026) (xy 275.370936 126.19131) (xy 275.807151 126.19169) + (xy 276.210306 126.02511) (xy 276.519026 125.716928) (xy 276.68631 125.314064) (xy 276.68669 124.877849) (xy 276.68669 126.538348) + (xy 276.642849 126.53831) (xy 276.239694 126.70489) (xy 275.930974 127.013072) (xy 275.76369 127.415936) (xy 275.76331 127.852151) + (xy 275.92989 128.255306) (xy 276.238072 128.564026) (xy 276.640936 128.73131) (xy 277.077151 128.73169) (xy 277.480306 128.56511) + (xy 277.789026 128.256928) (xy 277.95631 127.854064) (xy 277.95669 127.417849) (xy 277.95669 133.7394) (xy 275.41669 133.7394) + (xy 275.41669 127.417849) (xy 275.25011 127.014694) (xy 274.941928 126.705974) (xy 274.539064 126.53869) (xy 274.14669 126.538348) + (xy 274.14669 124.877849) (xy 273.98011 124.474694) (xy 273.671928 124.165974) (xy 273.269064 123.99869) (xy 272.87669 123.998348) + (xy 272.87669 118.527849) (xy 272.71011 118.124694) (xy 272.401928 117.815974) (xy 271.999064 117.64869) (xy 271.61003 117.648351) + (xy 271.61003 116.005461) (xy 271.449934 115.599687) (xy 271.428934 115.568257) (xy 271.225178 115.525177) (xy 271.189823 115.560532) + (xy 271.189823 115.489822) (xy 271.146743 115.286066) (xy 270.746613 115.112345) (xy 270.33669 115.105413) (xy 270.33669 109.637849) + (xy 270.17011 109.234694) (xy 269.861928 108.925974) (xy 269.459064 108.75869) (xy 269.06669 108.758348) (xy 269.06669 107.097849) + (xy 268.90011 106.694694) (xy 268.591928 106.385974) (xy 268.189064 106.21869) (xy 267.79669 106.218348) (xy 267.79669 100.747849) + (xy 267.63011 100.344694) (xy 267.321928 100.035974) (xy 266.919064 99.86869) (xy 266.52669 99.868348) (xy 266.52669 98.207849) + (xy 266.36011 97.804694) (xy 266.051928 97.495974) (xy 265.649064 97.32869) (xy 265.25669 97.328348) (xy 265.25669 91.857849) + (xy 265.09011 91.454694) (xy 264.781928 91.145974) (xy 264.379064 90.97869) (xy 263.98669 90.978348) (xy 263.98669 89.317849) + (xy 263.82011 88.914694) (xy 263.511928 88.605974) (xy 263.109064 88.43869) (xy 262.71669 88.438348) (xy 262.71669 82.967849) + (xy 262.55011 82.564694) (xy 262.241928 82.255974) (xy 261.839064 82.08869) (xy 261.44669 82.088348) (xy 261.44669 80.427849) + (xy 261.28011 80.024694) (xy 260.971928 79.715974) (xy 260.569064 79.54869) (xy 260.17669 79.548348) (xy 260.17669 74.077849) + (xy 260.01011 73.674694) (xy 259.701928 73.365974) (xy 259.299064 73.19869) (xy 258.90669 73.198348) (xy 258.90669 71.537849) + (xy 258.74011 71.134694) (xy 258.431928 70.825974) (xy 258.029064 70.65869) (xy 257.592849 70.65831) (xy 257.189694 70.82489) + (xy 256.880974 71.133072) (xy 256.71369 71.535936) (xy 256.71331 71.972151) (xy 256.87989 72.375306) (xy 257.188072 72.684026) + (xy 257.590936 72.85131) (xy 258.027151 72.85169) (xy 258.430306 72.68511) (xy 258.739026 72.376928) (xy 258.90631 71.974064) + (xy 258.90669 71.537849) (xy 258.90669 73.198348) (xy 258.862849 73.19831) (xy 258.459694 73.36489) (xy 258.150974 73.673072) + (xy 257.98369 74.075936) (xy 257.98331 74.512151) (xy 258.14989 74.915306) (xy 258.458072 75.224026) (xy 258.860936 75.39131) + (xy 259.297151 75.39169) (xy 259.700306 75.22511) (xy 260.009026 74.916928) (xy 260.17631 74.514064) (xy 260.17669 74.077849) + (xy 260.17669 79.548348) (xy 260.132849 79.54831) (xy 259.729694 79.71489) (xy 259.420974 80.023072) (xy 259.25369 80.425936) + (xy 259.25331 80.862151) (xy 259.41989 81.265306) (xy 259.728072 81.574026) (xy 260.130936 81.74131) (xy 260.567151 81.74169) + (xy 260.970306 81.57511) (xy 261.279026 81.266928) (xy 261.44631 80.864064) (xy 261.44669 80.427849) (xy 261.44669 82.088348) + (xy 261.402849 82.08831) (xy 260.999694 82.25489) (xy 260.690974 82.563072) (xy 260.52369 82.965936) (xy 260.52331 83.402151) + (xy 260.68989 83.805306) (xy 260.998072 84.114026) (xy 261.400936 84.28131) (xy 261.837151 84.28169) (xy 262.240306 84.11511) + (xy 262.549026 83.806928) (xy 262.71631 83.404064) (xy 262.71669 82.967849) (xy 262.71669 88.438348) (xy 262.672849 88.43831) + (xy 262.269694 88.60489) (xy 261.960974 88.913072) (xy 261.79369 89.315936) (xy 261.79331 89.752151) (xy 261.95989 90.155306) + (xy 262.268072 90.464026) (xy 262.670936 90.63131) (xy 263.107151 90.63169) (xy 263.510306 90.46511) (xy 263.819026 90.156928) + (xy 263.98631 89.754064) (xy 263.98669 89.317849) (xy 263.98669 90.978348) (xy 263.942849 90.97831) (xy 263.539694 91.14489) + (xy 263.230974 91.453072) (xy 263.06369 91.855936) (xy 263.06331 92.292151) (xy 263.22989 92.695306) (xy 263.538072 93.004026) + (xy 263.940936 93.17131) (xy 264.377151 93.17169) (xy 264.780306 93.00511) (xy 265.089026 92.696928) (xy 265.25631 92.294064) + (xy 265.25669 91.857849) (xy 265.25669 97.328348) (xy 265.212849 97.32831) (xy 264.809694 97.49489) (xy 264.500974 97.803072) + (xy 264.33369 98.205936) (xy 264.33331 98.642151) (xy 264.49989 99.045306) (xy 264.808072 99.354026) (xy 265.210936 99.52131) + (xy 265.647151 99.52169) (xy 266.050306 99.35511) (xy 266.359026 99.046928) (xy 266.52631 98.644064) (xy 266.52669 98.207849) + (xy 266.52669 99.868348) (xy 266.482849 99.86831) (xy 266.079694 100.03489) (xy 265.770974 100.343072) (xy 265.60369 100.745936) + (xy 265.60331 101.182151) (xy 265.76989 101.585306) (xy 266.078072 101.894026) (xy 266.480936 102.06131) (xy 266.917151 102.06169) + (xy 267.320306 101.89511) (xy 267.629026 101.586928) (xy 267.79631 101.184064) (xy 267.79669 100.747849) (xy 267.79669 106.218348) + (xy 267.752849 106.21831) (xy 267.349694 106.38489) (xy 267.040974 106.693072) (xy 266.87369 107.095936) (xy 266.87331 107.532151) + (xy 267.03989 107.935306) (xy 267.348072 108.244026) (xy 267.750936 108.41131) (xy 268.187151 108.41169) (xy 268.590306 108.24511) + (xy 268.899026 107.936928) (xy 269.06631 107.534064) (xy 269.06669 107.097849) (xy 269.06669 108.758348) (xy 269.022849 108.75831) + (xy 268.619694 108.92489) (xy 268.310974 109.233072) (xy 268.14369 109.635936) (xy 268.14331 110.072151) (xy 268.30989 110.475306) + (xy 268.618072 110.784026) (xy 269.020936 110.95131) (xy 269.457151 110.95169) (xy 269.860306 110.78511) (xy 270.169026 110.476928) + (xy 270.33631 110.074064) (xy 270.33669 109.637849) (xy 270.33669 115.105413) (xy 270.310461 115.10497) (xy 269.904687 115.265066) + (xy 269.873257 115.286066) (xy 269.830177 115.489822) (xy 270.51 116.169645) (xy 271.189823 115.489822) (xy 271.189823 115.560532) + (xy 270.545355 116.205) (xy 271.225178 116.884823) (xy 271.428934 116.841743) (xy 271.602655 116.441613) (xy 271.61003 116.005461) + (xy 271.61003 117.648351) (xy 271.562849 117.64831) (xy 271.189823 117.80244) (xy 271.189823 116.920178) (xy 270.51 116.240355) + (xy 270.474645 116.27571) (xy 270.474645 116.205) (xy 269.794822 115.525177) (xy 269.591066 115.568257) (xy 269.417345 115.968387) + (xy 269.40997 116.404539) (xy 269.570066 116.810313) (xy 269.591066 116.841743) (xy 269.794822 116.884823) (xy 270.474645 116.205) + (xy 270.474645 116.27571) (xy 269.830177 116.920178) (xy 269.873257 117.123934) (xy 270.273387 117.297655) (xy 270.709539 117.30503) + (xy 271.115313 117.144934) (xy 271.146743 117.123934) (xy 271.189823 116.920178) (xy 271.189823 117.80244) (xy 271.159694 117.81489) + (xy 270.850974 118.123072) (xy 270.68369 118.525936) (xy 270.68331 118.962151) (xy 270.84989 119.365306) (xy 271.158072 119.674026) + (xy 271.560936 119.84131) (xy 271.997151 119.84169) (xy 272.400306 119.67511) (xy 272.709026 119.366928) (xy 272.87631 118.964064) + (xy 272.87669 118.527849) (xy 272.87669 123.998348) (xy 272.832849 123.99831) (xy 272.429694 124.16489) (xy 272.120974 124.473072) + (xy 271.95369 124.875936) (xy 271.95331 125.312151) (xy 272.11989 125.715306) (xy 272.428072 126.024026) (xy 272.830936 126.19131) + (xy 273.267151 126.19169) (xy 273.670306 126.02511) (xy 273.979026 125.716928) (xy 274.14631 125.314064) (xy 274.14669 124.877849) + (xy 274.14669 126.538348) (xy 274.102849 126.53831) (xy 273.699694 126.70489) (xy 273.390974 127.013072) (xy 273.22369 127.415936) + (xy 273.22331 127.852151) (xy 273.38989 128.255306) (xy 273.698072 128.564026) (xy 274.100936 128.73131) (xy 274.537151 128.73169) + (xy 274.940306 128.56511) (xy 275.249026 128.256928) (xy 275.41631 127.854064) (xy 275.41669 127.417849) (xy 275.41669 133.7394) + (xy 272.87669 133.7394) (xy 272.87669 127.417849) (xy 272.71011 127.014694) (xy 272.401928 126.705974) (xy 271.999064 126.53869) + (xy 271.61003 126.538351) (xy 271.61003 124.895461) (xy 271.449934 124.489687) (xy 271.428934 124.458257) (xy 271.225178 124.415177) + (xy 271.189823 124.450532) (xy 271.189823 124.379822) (xy 271.146743 124.176066) (xy 270.746613 124.002345) (xy 270.33669 123.995413) + (xy 270.33669 118.527849) (xy 270.17011 118.124694) (xy 269.861928 117.815974) (xy 269.459064 117.64869) (xy 269.06669 117.648348) + (xy 269.06669 115.987849) (xy 268.90011 115.584694) (xy 268.591928 115.275974) (xy 268.189064 115.10869) (xy 267.79669 115.108348) + (xy 267.79669 109.637849) (xy 267.63011 109.234694) (xy 267.321928 108.925974) (xy 266.919064 108.75869) (xy 266.52669 108.758348) + (xy 266.52669 107.097849) (xy 266.36011 106.694694) (xy 266.051928 106.385974) (xy 265.649064 106.21869) (xy 265.25669 106.218348) + (xy 265.25669 100.747849) (xy 265.09011 100.344694) (xy 264.781928 100.035974) (xy 264.379064 99.86869) (xy 263.98669 99.868348) + (xy 263.98669 98.207849) (xy 263.82011 97.804694) (xy 263.511928 97.495974) (xy 263.109064 97.32869) (xy 262.71669 97.328348) + (xy 262.71669 91.857849) (xy 262.55011 91.454694) (xy 262.241928 91.145974) (xy 261.839064 90.97869) (xy 261.44669 90.978348) + (xy 261.44669 89.317849) (xy 261.28011 88.914694) (xy 260.971928 88.605974) (xy 260.569064 88.43869) (xy 260.17669 88.438348) + (xy 260.17669 82.967849) (xy 260.01011 82.564694) (xy 259.701928 82.255974) (xy 259.299064 82.08869) (xy 258.90669 82.088348) + (xy 258.90669 80.427849) (xy 258.74011 80.024694) (xy 258.431928 79.715974) (xy 258.029064 79.54869) (xy 257.63669 79.548348) + (xy 257.63669 74.077849) (xy 257.47011 73.674694) (xy 257.161928 73.365974) (xy 256.759064 73.19869) (xy 256.36669 73.198348) + (xy 256.36669 71.537849) (xy 256.20011 71.134694) (xy 255.891928 70.825974) (xy 255.489064 70.65869) (xy 255.052849 70.65831) + (xy 254.649694 70.82489) (xy 254.340974 71.133072) (xy 254.17369 71.535936) (xy 254.17331 71.972151) (xy 254.33989 72.375306) + (xy 254.648072 72.684026) (xy 255.050936 72.85131) (xy 255.487151 72.85169) (xy 255.890306 72.68511) (xy 256.199026 72.376928) + (xy 256.36631 71.974064) (xy 256.36669 71.537849) (xy 256.36669 73.198348) (xy 256.322849 73.19831) (xy 255.919694 73.36489) + (xy 255.610974 73.673072) (xy 255.44369 74.075936) (xy 255.44331 74.512151) (xy 255.60989 74.915306) (xy 255.918072 75.224026) + (xy 256.320936 75.39131) (xy 256.757151 75.39169) (xy 257.160306 75.22511) (xy 257.469026 74.916928) (xy 257.63631 74.514064) + (xy 257.63669 74.077849) (xy 257.63669 79.548348) (xy 257.592849 79.54831) (xy 257.189694 79.71489) (xy 256.880974 80.023072) + (xy 256.71369 80.425936) (xy 256.71331 80.862151) (xy 256.87989 81.265306) (xy 257.188072 81.574026) (xy 257.590936 81.74131) + (xy 258.027151 81.74169) (xy 258.430306 81.57511) (xy 258.739026 81.266928) (xy 258.90631 80.864064) (xy 258.90669 80.427849) + (xy 258.90669 82.088348) (xy 258.862849 82.08831) (xy 258.459694 82.25489) (xy 258.150974 82.563072) (xy 257.98369 82.965936) + (xy 257.98331 83.402151) (xy 258.14989 83.805306) (xy 258.458072 84.114026) (xy 258.860936 84.28131) (xy 259.297151 84.28169) + (xy 259.700306 84.11511) (xy 260.009026 83.806928) (xy 260.17631 83.404064) (xy 260.17669 82.967849) (xy 260.17669 88.438348) + (xy 260.132849 88.43831) (xy 259.729694 88.60489) (xy 259.420974 88.913072) (xy 259.25369 89.315936) (xy 259.25331 89.752151) + (xy 259.41989 90.155306) (xy 259.728072 90.464026) (xy 260.130936 90.63131) (xy 260.567151 90.63169) (xy 260.970306 90.46511) + (xy 261.279026 90.156928) (xy 261.44631 89.754064) (xy 261.44669 89.317849) (xy 261.44669 90.978348) (xy 261.402849 90.97831) + (xy 260.999694 91.14489) (xy 260.690974 91.453072) (xy 260.52369 91.855936) (xy 260.52331 92.292151) (xy 260.68989 92.695306) + (xy 260.998072 93.004026) (xy 261.400936 93.17131) (xy 261.837151 93.17169) (xy 262.240306 93.00511) (xy 262.549026 92.696928) + (xy 262.71631 92.294064) (xy 262.71669 91.857849) (xy 262.71669 97.328348) (xy 262.672849 97.32831) (xy 262.269694 97.49489) + (xy 261.960974 97.803072) (xy 261.79369 98.205936) (xy 261.79331 98.642151) (xy 261.95989 99.045306) (xy 262.268072 99.354026) + (xy 262.670936 99.52131) (xy 263.107151 99.52169) (xy 263.510306 99.35511) (xy 263.819026 99.046928) (xy 263.98631 98.644064) + (xy 263.98669 98.207849) (xy 263.98669 99.868348) (xy 263.942849 99.86831) (xy 263.539694 100.03489) (xy 263.230974 100.343072) + (xy 263.06369 100.745936) (xy 263.06331 101.182151) (xy 263.22989 101.585306) (xy 263.538072 101.894026) (xy 263.940936 102.06131) + (xy 264.377151 102.06169) (xy 264.780306 101.89511) (xy 265.089026 101.586928) (xy 265.25631 101.184064) (xy 265.25669 100.747849) + (xy 265.25669 106.218348) (xy 265.212849 106.21831) (xy 264.809694 106.38489) (xy 264.500974 106.693072) (xy 264.33369 107.095936) + (xy 264.33331 107.532151) (xy 264.49989 107.935306) (xy 264.808072 108.244026) (xy 265.210936 108.41131) (xy 265.647151 108.41169) + (xy 266.050306 108.24511) (xy 266.359026 107.936928) (xy 266.52631 107.534064) (xy 266.52669 107.097849) (xy 266.52669 108.758348) + (xy 266.482849 108.75831) (xy 266.079694 108.92489) (xy 265.770974 109.233072) (xy 265.60369 109.635936) (xy 265.60331 110.072151) + (xy 265.76989 110.475306) (xy 266.078072 110.784026) (xy 266.480936 110.95131) (xy 266.917151 110.95169) (xy 267.320306 110.78511) + (xy 267.629026 110.476928) (xy 267.79631 110.074064) (xy 267.79669 109.637849) (xy 267.79669 115.108348) (xy 267.752849 115.10831) + (xy 267.349694 115.27489) (xy 267.040974 115.583072) (xy 266.87369 115.985936) (xy 266.87331 116.422151) (xy 267.03989 116.825306) + (xy 267.348072 117.134026) (xy 267.750936 117.30131) (xy 268.187151 117.30169) (xy 268.590306 117.13511) (xy 268.899026 116.826928) + (xy 269.06631 116.424064) (xy 269.06669 115.987849) (xy 269.06669 117.648348) (xy 269.022849 117.64831) (xy 268.619694 117.81489) + (xy 268.310974 118.123072) (xy 268.14369 118.525936) (xy 268.14331 118.962151) (xy 268.30989 119.365306) (xy 268.618072 119.674026) + (xy 269.020936 119.84131) (xy 269.457151 119.84169) (xy 269.860306 119.67511) (xy 270.169026 119.366928) (xy 270.33631 118.964064) + (xy 270.33669 118.527849) (xy 270.33669 123.995413) (xy 270.310461 123.99497) (xy 269.904687 124.155066) (xy 269.873257 124.176066) + (xy 269.830177 124.379822) (xy 270.51 125.059645) (xy 271.189823 124.379822) (xy 271.189823 124.450532) (xy 270.545355 125.095) + (xy 271.225178 125.774823) (xy 271.428934 125.731743) (xy 271.602655 125.331613) (xy 271.61003 124.895461) (xy 271.61003 126.538351) + (xy 271.562849 126.53831) (xy 271.189823 126.69244) (xy 271.189823 125.810178) (xy 270.51 125.130355) (xy 270.474645 125.16571) + (xy 270.474645 125.095) (xy 269.794822 124.415177) (xy 269.591066 124.458257) (xy 269.417345 124.858387) (xy 269.40997 125.294539) + (xy 269.570066 125.700313) (xy 269.591066 125.731743) (xy 269.794822 125.774823) (xy 270.474645 125.095) (xy 270.474645 125.16571) + (xy 269.830177 125.810178) (xy 269.873257 126.013934) (xy 270.273387 126.187655) (xy 270.709539 126.19503) (xy 271.115313 126.034934) + (xy 271.146743 126.013934) (xy 271.189823 125.810178) (xy 271.189823 126.69244) (xy 271.159694 126.70489) (xy 270.850974 127.013072) + (xy 270.68369 127.415936) (xy 270.68331 127.852151) (xy 270.84989 128.255306) (xy 271.158072 128.564026) (xy 271.560936 128.73131) + (xy 271.997151 128.73169) (xy 272.400306 128.56511) (xy 272.709026 128.256928) (xy 272.87631 127.854064) (xy 272.87669 127.417849) + (xy 272.87669 133.7394) (xy 270.33669 133.7394) (xy 270.33669 127.417849) (xy 270.17011 127.014694) (xy 269.861928 126.705974) + (xy 269.459064 126.53869) (xy 269.06669 126.538348) (xy 269.06669 124.877849) (xy 268.90011 124.474694) (xy 268.591928 124.165974) + (xy 268.189064 123.99869) (xy 267.79669 123.998348) (xy 267.79669 118.527849) (xy 267.63011 118.124694) (xy 267.321928 117.815974) + (xy 266.919064 117.64869) (xy 266.52669 117.648348) (xy 266.52669 115.987849) (xy 266.36011 115.584694) (xy 266.051928 115.275974) + (xy 265.649064 115.10869) (xy 265.25669 115.108348) (xy 265.25669 109.637849) (xy 265.09011 109.234694) (xy 264.781928 108.925974) + (xy 264.379064 108.75869) (xy 263.98669 108.758348) (xy 263.98669 107.097849) (xy 263.82011 106.694694) (xy 263.511928 106.385974) + (xy 263.109064 106.21869) (xy 262.71669 106.218348) (xy 262.71669 100.747849) (xy 262.55011 100.344694) (xy 262.241928 100.035974) + (xy 261.839064 99.86869) (xy 261.44669 99.868348) (xy 261.44669 98.207849) (xy 261.28011 97.804694) (xy 260.971928 97.495974) + (xy 260.569064 97.32869) (xy 260.17669 97.328348) (xy 260.17669 91.857849) (xy 260.01011 91.454694) (xy 259.701928 91.145974) + (xy 259.299064 90.97869) (xy 258.90669 90.978348) (xy 258.90669 89.317849) (xy 258.74011 88.914694) (xy 258.431928 88.605974) + (xy 258.029064 88.43869) (xy 257.63669 88.438348) (xy 257.63669 82.967849) (xy 257.47011 82.564694) (xy 257.161928 82.255974) + (xy 256.759064 82.08869) (xy 256.36669 82.088348) (xy 256.36669 80.427849) (xy 256.20011 80.024694) (xy 255.891928 79.715974) + (xy 255.489064 79.54869) (xy 255.09669 79.548348) (xy 255.09669 74.077849) (xy 254.93011 73.674694) (xy 254.621928 73.365974) + (xy 254.219064 73.19869) (xy 253.82669 73.198348) (xy 253.82669 71.537849) (xy 253.699668 71.230431) (xy 253.699668 69.277001) + (xy 253.552382 68.92054) (xy 253.279895 68.647577) (xy 252.923692 68.499668) (xy 252.55669 68.499348) (xy 252.55669 65.187849) + (xy 252.39011 64.784694) (xy 252.081928 64.475974) (xy 251.679064 64.30869) (xy 251.28669 64.308348) (xy 251.28669 62.647849) + (xy 251.12011 62.244694) (xy 250.811928 61.935974) (xy 250.409064 61.76869) (xy 249.972849 61.76831) (xy 249.569694 61.93489) + (xy 249.260974 62.243072) (xy 249.09369 62.645936) (xy 249.09331 63.082151) (xy 249.25989 63.485306) (xy 249.568072 63.794026) + (xy 249.970936 63.96131) (xy 250.407151 63.96169) (xy 250.810306 63.79511) (xy 251.119026 63.486928) (xy 251.28631 63.084064) + (xy 251.28669 62.647849) (xy 251.28669 64.308348) (xy 251.242849 64.30831) (xy 250.839694 64.47489) (xy 250.530974 64.783072) + (xy 250.36369 65.185936) (xy 250.36331 65.622151) (xy 250.52989 66.025306) (xy 250.838072 66.334026) (xy 251.240936 66.50131) + (xy 251.677151 66.50169) (xy 252.080306 66.33511) (xy 252.389026 66.026928) (xy 252.55631 65.624064) (xy 252.55669 65.187849) + (xy 252.55669 68.499348) (xy 252.538001 68.499332) (xy 252.18154 68.646618) (xy 251.908577 68.919105) (xy 251.760668 69.275308) + (xy 251.760332 69.660999) (xy 251.907618 70.01746) (xy 252.180105 70.290423) (xy 252.536308 70.438332) (xy 252.921999 70.438668) + (xy 253.27846 70.291382) (xy 253.551423 70.018895) (xy 253.699332 69.662692) (xy 253.699668 69.277001) (xy 253.699668 71.230431) + (xy 253.66011 71.134694) (xy 253.351928 70.825974) (xy 252.949064 70.65869) (xy 252.512849 70.65831) (xy 252.109694 70.82489) + (xy 251.800974 71.133072) (xy 251.63369 71.535936) (xy 251.63331 71.972151) (xy 251.79989 72.375306) (xy 252.108072 72.684026) + (xy 252.510936 72.85131) (xy 252.947151 72.85169) (xy 253.350306 72.68511) (xy 253.659026 72.376928) (xy 253.82631 71.974064) + (xy 253.82669 71.537849) (xy 253.82669 73.198348) (xy 253.782849 73.19831) (xy 253.379694 73.36489) (xy 253.070974 73.673072) + (xy 252.90369 74.075936) (xy 252.90331 74.512151) (xy 253.06989 74.915306) (xy 253.378072 75.224026) (xy 253.780936 75.39131) + (xy 254.217151 75.39169) (xy 254.620306 75.22511) (xy 254.929026 74.916928) (xy 255.09631 74.514064) (xy 255.09669 74.077849) + (xy 255.09669 79.548348) (xy 255.052849 79.54831) (xy 254.649694 79.71489) (xy 254.340974 80.023072) (xy 254.17369 80.425936) + (xy 254.17331 80.862151) (xy 254.33989 81.265306) (xy 254.648072 81.574026) (xy 255.050936 81.74131) (xy 255.487151 81.74169) + (xy 255.890306 81.57511) (xy 256.199026 81.266928) (xy 256.36631 80.864064) (xy 256.36669 80.427849) (xy 256.36669 82.088348) + (xy 256.322849 82.08831) (xy 255.919694 82.25489) (xy 255.610974 82.563072) (xy 255.44369 82.965936) (xy 255.44331 83.402151) + (xy 255.60989 83.805306) (xy 255.918072 84.114026) (xy 256.320936 84.28131) (xy 256.757151 84.28169) (xy 257.160306 84.11511) + (xy 257.469026 83.806928) (xy 257.63631 83.404064) (xy 257.63669 82.967849) (xy 257.63669 88.438348) (xy 257.592849 88.43831) + (xy 257.189694 88.60489) (xy 256.880974 88.913072) (xy 256.71369 89.315936) (xy 256.71331 89.752151) (xy 256.87989 90.155306) + (xy 257.188072 90.464026) (xy 257.590936 90.63131) (xy 258.027151 90.63169) (xy 258.430306 90.46511) (xy 258.739026 90.156928) + (xy 258.90631 89.754064) (xy 258.90669 89.317849) (xy 258.90669 90.978348) (xy 258.862849 90.97831) (xy 258.459694 91.14489) + (xy 258.150974 91.453072) (xy 257.98369 91.855936) (xy 257.98331 92.292151) (xy 258.14989 92.695306) (xy 258.458072 93.004026) + (xy 258.860936 93.17131) (xy 259.297151 93.17169) (xy 259.700306 93.00511) (xy 260.009026 92.696928) (xy 260.17631 92.294064) + (xy 260.17669 91.857849) (xy 260.17669 97.328348) (xy 260.132849 97.32831) (xy 259.729694 97.49489) (xy 259.420974 97.803072) + (xy 259.25369 98.205936) (xy 259.25331 98.642151) (xy 259.41989 99.045306) (xy 259.728072 99.354026) (xy 260.130936 99.52131) + (xy 260.567151 99.52169) (xy 260.970306 99.35511) (xy 261.279026 99.046928) (xy 261.44631 98.644064) (xy 261.44669 98.207849) + (xy 261.44669 99.868348) (xy 261.402849 99.86831) (xy 260.999694 100.03489) (xy 260.690974 100.343072) (xy 260.52369 100.745936) + (xy 260.52331 101.182151) (xy 260.68989 101.585306) (xy 260.998072 101.894026) (xy 261.400936 102.06131) (xy 261.837151 102.06169) + (xy 262.240306 101.89511) (xy 262.549026 101.586928) (xy 262.71631 101.184064) (xy 262.71669 100.747849) (xy 262.71669 106.218348) + (xy 262.672849 106.21831) (xy 262.269694 106.38489) (xy 261.960974 106.693072) (xy 261.79369 107.095936) (xy 261.79331 107.532151) + (xy 261.95989 107.935306) (xy 262.268072 108.244026) (xy 262.670936 108.41131) (xy 263.107151 108.41169) (xy 263.510306 108.24511) + (xy 263.819026 107.936928) (xy 263.98631 107.534064) (xy 263.98669 107.097849) (xy 263.98669 108.758348) (xy 263.942849 108.75831) + (xy 263.539694 108.92489) (xy 263.230974 109.233072) (xy 263.06369 109.635936) (xy 263.06331 110.072151) (xy 263.22989 110.475306) + (xy 263.538072 110.784026) (xy 263.940936 110.95131) (xy 264.377151 110.95169) (xy 264.780306 110.78511) (xy 265.089026 110.476928) + (xy 265.25631 110.074064) (xy 265.25669 109.637849) (xy 265.25669 115.108348) (xy 265.212849 115.10831) (xy 264.809694 115.27489) + (xy 264.500974 115.583072) (xy 264.33369 115.985936) (xy 264.33331 116.422151) (xy 264.49989 116.825306) (xy 264.808072 117.134026) + (xy 265.210936 117.30131) (xy 265.647151 117.30169) (xy 266.050306 117.13511) (xy 266.359026 116.826928) (xy 266.52631 116.424064) + (xy 266.52669 115.987849) (xy 266.52669 117.648348) (xy 266.482849 117.64831) (xy 266.079694 117.81489) (xy 265.770974 118.123072) + (xy 265.60369 118.525936) (xy 265.60331 118.962151) (xy 265.76989 119.365306) (xy 266.078072 119.674026) (xy 266.480936 119.84131) + (xy 266.917151 119.84169) (xy 267.320306 119.67511) (xy 267.629026 119.366928) (xy 267.79631 118.964064) (xy 267.79669 118.527849) + (xy 267.79669 123.998348) (xy 267.752849 123.99831) (xy 267.349694 124.16489) (xy 267.040974 124.473072) (xy 266.87369 124.875936) + (xy 266.87331 125.312151) (xy 267.03989 125.715306) (xy 267.348072 126.024026) (xy 267.750936 126.19131) (xy 268.187151 126.19169) + (xy 268.590306 126.02511) (xy 268.899026 125.716928) (xy 269.06631 125.314064) (xy 269.06669 124.877849) (xy 269.06669 126.538348) + (xy 269.022849 126.53831) (xy 268.619694 126.70489) (xy 268.310974 127.013072) (xy 268.14369 127.415936) (xy 268.14331 127.852151) + (xy 268.30989 128.255306) (xy 268.618072 128.564026) (xy 269.020936 128.73131) (xy 269.457151 128.73169) (xy 269.860306 128.56511) + (xy 270.169026 128.256928) (xy 270.33631 127.854064) (xy 270.33669 127.417849) (xy 270.33669 133.7394) (xy 267.79669 133.7394) + (xy 267.79669 127.417849) (xy 267.63011 127.014694) (xy 267.321928 126.705974) (xy 266.919064 126.53869) (xy 266.52669 126.538348) + (xy 266.52669 124.877849) (xy 266.36011 124.474694) (xy 266.051928 124.165974) (xy 265.649064 123.99869) (xy 265.25669 123.998348) + (xy 265.25669 118.527849) (xy 265.09011 118.124694) (xy 264.781928 117.815974) (xy 264.379064 117.64869) (xy 263.98669 117.648348) + (xy 263.98669 115.987849) (xy 263.82011 115.584694) (xy 263.511928 115.275974) (xy 263.109064 115.10869) (xy 262.71669 115.108348) + (xy 262.71669 109.637849) (xy 262.55011 109.234694) (xy 262.241928 108.925974) (xy 261.839064 108.75869) (xy 261.44669 108.758348) + (xy 261.44669 107.097849) (xy 261.28011 106.694694) (xy 260.971928 106.385974) (xy 260.569064 106.21869) (xy 260.17669 106.218348) + (xy 260.17669 100.747849) (xy 260.01011 100.344694) (xy 259.701928 100.035974) (xy 259.299064 99.86869) (xy 258.90669 99.868348) + (xy 258.90669 98.207849) (xy 258.74011 97.804694) (xy 258.431928 97.495974) (xy 258.029064 97.32869) (xy 257.63669 97.328348) + (xy 257.63669 91.857849) (xy 257.47011 91.454694) (xy 257.161928 91.145974) (xy 256.759064 90.97869) (xy 256.36669 90.978348) + (xy 256.36669 89.317849) (xy 256.20011 88.914694) (xy 255.891928 88.605974) (xy 255.489064 88.43869) (xy 255.09669 88.438348) + (xy 255.09669 82.967849) (xy 254.93011 82.564694) (xy 254.621928 82.255974) (xy 254.219064 82.08869) (xy 253.82669 82.088348) + (xy 253.82669 80.427849) (xy 253.66011 80.024694) (xy 253.351928 79.715974) (xy 252.949064 79.54869) (xy 252.55669 79.548348) + (xy 252.55669 74.077849) (xy 252.39011 73.674694) (xy 252.081928 73.365974) (xy 251.679064 73.19869) (xy 251.28669 73.198348) + (xy 251.28669 71.537849) (xy 251.12011 71.134694) (xy 250.811928 70.825974) (xy 250.409064 70.65869) (xy 250.01669 70.658348) + (xy 250.01669 65.187849) (xy 249.85011 64.784694) (xy 249.541928 64.475974) (xy 249.139064 64.30869) (xy 248.74669 64.308348) + (xy 248.74669 62.647849) (xy 248.58011 62.244694) (xy 248.271928 61.935974) (xy 247.869064 61.76869) (xy 247.432849 61.76831) + (xy 247.029694 61.93489) (xy 246.720974 62.243072) (xy 246.55369 62.645936) (xy 246.55331 63.082151) (xy 246.71989 63.485306) + (xy 247.028072 63.794026) (xy 247.430936 63.96131) (xy 247.867151 63.96169) (xy 248.270306 63.79511) (xy 248.579026 63.486928) + (xy 248.74631 63.084064) (xy 248.74669 62.647849) (xy 248.74669 64.308348) (xy 248.702849 64.30831) (xy 248.299694 64.47489) + (xy 247.990974 64.783072) (xy 247.82369 65.185936) (xy 247.82331 65.622151) (xy 247.98989 66.025306) (xy 248.298072 66.334026) + (xy 248.700936 66.50131) (xy 249.137151 66.50169) (xy 249.540306 66.33511) (xy 249.849026 66.026928) (xy 250.01631 65.624064) + (xy 250.01669 65.187849) (xy 250.01669 70.658348) (xy 249.972849 70.65831) (xy 249.569694 70.82489) (xy 249.260974 71.133072) + (xy 249.09369 71.535936) (xy 249.09331 71.972151) (xy 249.25989 72.375306) (xy 249.568072 72.684026) (xy 249.970936 72.85131) + (xy 250.407151 72.85169) (xy 250.810306 72.68511) (xy 251.119026 72.376928) (xy 251.28631 71.974064) (xy 251.28669 71.537849) + (xy 251.28669 73.198348) (xy 251.242849 73.19831) (xy 250.839694 73.36489) (xy 250.530974 73.673072) (xy 250.36369 74.075936) + (xy 250.36331 74.512151) (xy 250.52989 74.915306) (xy 250.838072 75.224026) (xy 251.240936 75.39131) (xy 251.677151 75.39169) + (xy 252.080306 75.22511) (xy 252.389026 74.916928) (xy 252.55631 74.514064) (xy 252.55669 74.077849) (xy 252.55669 79.548348) + (xy 252.512849 79.54831) (xy 252.109694 79.71489) (xy 251.800974 80.023072) (xy 251.63369 80.425936) (xy 251.63331 80.862151) + (xy 251.79989 81.265306) (xy 252.108072 81.574026) (xy 252.510936 81.74131) (xy 252.947151 81.74169) (xy 253.350306 81.57511) + (xy 253.659026 81.266928) (xy 253.82631 80.864064) (xy 253.82669 80.427849) (xy 253.82669 82.088348) (xy 253.782849 82.08831) + (xy 253.379694 82.25489) (xy 253.070974 82.563072) (xy 252.90369 82.965936) (xy 252.90331 83.402151) (xy 253.06989 83.805306) + (xy 253.378072 84.114026) (xy 253.780936 84.28131) (xy 254.217151 84.28169) (xy 254.620306 84.11511) (xy 254.929026 83.806928) + (xy 255.09631 83.404064) (xy 255.09669 82.967849) (xy 255.09669 88.438348) (xy 255.052849 88.43831) (xy 254.649694 88.60489) + (xy 254.340974 88.913072) (xy 254.17369 89.315936) (xy 254.17331 89.752151) (xy 254.33989 90.155306) (xy 254.648072 90.464026) + (xy 255.050936 90.63131) (xy 255.487151 90.63169) (xy 255.890306 90.46511) (xy 256.199026 90.156928) (xy 256.36631 89.754064) + (xy 256.36669 89.317849) (xy 256.36669 90.978348) (xy 256.322849 90.97831) (xy 255.919694 91.14489) (xy 255.610974 91.453072) + (xy 255.44369 91.855936) (xy 255.44331 92.292151) (xy 255.60989 92.695306) (xy 255.918072 93.004026) (xy 256.320936 93.17131) + (xy 256.757151 93.17169) (xy 257.160306 93.00511) (xy 257.469026 92.696928) (xy 257.63631 92.294064) (xy 257.63669 91.857849) + (xy 257.63669 97.328348) (xy 257.592849 97.32831) (xy 257.189694 97.49489) (xy 256.880974 97.803072) (xy 256.71369 98.205936) + (xy 256.71331 98.642151) (xy 256.87989 99.045306) (xy 257.188072 99.354026) (xy 257.590936 99.52131) (xy 258.027151 99.52169) + (xy 258.430306 99.35511) (xy 258.739026 99.046928) (xy 258.90631 98.644064) (xy 258.90669 98.207849) (xy 258.90669 99.868348) + (xy 258.862849 99.86831) (xy 258.459694 100.03489) (xy 258.150974 100.343072) (xy 257.98369 100.745936) (xy 257.98331 101.182151) + (xy 258.14989 101.585306) (xy 258.358018 101.793797) (xy 258.003692 101.646668) (xy 257.618001 101.646332) (xy 257.262282 101.793311) + (xy 257.469026 101.586928) (xy 257.63631 101.184064) (xy 257.63669 100.747849) (xy 257.47011 100.344694) (xy 257.161928 100.035974) + (xy 256.759064 99.86869) (xy 256.36669 99.868348) (xy 256.36669 98.207849) (xy 256.20011 97.804694) (xy 255.891928 97.495974) + (xy 255.489064 97.32869) (xy 255.09669 97.328348) (xy 255.09669 91.857849) (xy 254.93011 91.454694) (xy 254.621928 91.145974) + (xy 254.219064 90.97869) (xy 253.82669 90.978348) (xy 253.82669 89.317849) (xy 253.66011 88.914694) (xy 253.351928 88.605974) + (xy 252.949064 88.43869) (xy 252.55669 88.438348) (xy 252.55669 82.967849) (xy 252.39011 82.564694) (xy 252.081928 82.255974) + (xy 251.679064 82.08869) (xy 251.28669 82.088348) (xy 251.28669 80.427849) (xy 251.12011 80.024694) (xy 250.811928 79.715974) + (xy 250.409064 79.54869) (xy 250.01669 79.548348) (xy 250.01669 74.077849) (xy 249.85011 73.674694) (xy 249.541928 73.365974) + (xy 249.139064 73.19869) (xy 248.74669 73.198348) (xy 248.74669 71.537849) (xy 248.58011 71.134694) (xy 248.271928 70.825974) + (xy 247.869064 70.65869) (xy 247.47669 70.658348) (xy 247.47669 65.187849) (xy 247.31011 64.784694) (xy 247.001928 64.475974) + (xy 246.599064 64.30869) (xy 246.21003 64.308351) (xy 246.21003 62.665461) (xy 246.049934 62.259687) (xy 246.028934 62.228257) + (xy 245.825178 62.185177) (xy 245.789823 62.220532) (xy 245.789823 62.149822) (xy 245.746743 61.946066) (xy 245.346613 61.772345) + (xy 244.910461 61.76497) (xy 244.504687 61.925066) (xy 244.473257 61.946066) (xy 244.430177 62.149822) (xy 245.11 62.829645) + (xy 245.789823 62.149822) (xy 245.789823 62.220532) (xy 245.145355 62.865) (xy 245.825178 63.544823) (xy 246.028934 63.501743) + (xy 246.202655 63.101613) (xy 246.21003 62.665461) (xy 246.21003 64.308351) (xy 246.162849 64.30831) (xy 245.789823 64.46244) + (xy 245.789823 63.580178) (xy 245.11 62.900355) (xy 245.074645 62.93571) (xy 245.074645 62.865) (xy 244.394822 62.185177) + (xy 244.191066 62.228257) (xy 244.017345 62.628387) (xy 244.00997 63.064539) (xy 244.170066 63.470313) (xy 244.191066 63.501743) + (xy 244.394822 63.544823) (xy 245.074645 62.865) (xy 245.074645 62.93571) (xy 244.430177 63.580178) (xy 244.473257 63.783934) + (xy 244.873387 63.957655) (xy 245.309539 63.96503) (xy 245.715313 63.804934) (xy 245.746743 63.783934) (xy 245.789823 63.580178) + (xy 245.789823 64.46244) (xy 245.759694 64.47489) (xy 245.450974 64.783072) (xy 245.28369 65.185936) (xy 245.28331 65.622151) + (xy 245.44989 66.025306) (xy 245.758072 66.334026) (xy 246.160936 66.50131) (xy 246.597151 66.50169) (xy 247.000306 66.33511) + (xy 247.309026 66.026928) (xy 247.47631 65.624064) (xy 247.47669 65.187849) (xy 247.47669 70.658348) (xy 247.432849 70.65831) + (xy 247.029694 70.82489) (xy 246.720974 71.133072) (xy 246.55369 71.535936) (xy 246.55331 71.972151) (xy 246.71989 72.375306) + (xy 247.028072 72.684026) (xy 247.430936 72.85131) (xy 247.867151 72.85169) (xy 248.270306 72.68511) (xy 248.579026 72.376928) + (xy 248.74631 71.974064) (xy 248.74669 71.537849) (xy 248.74669 73.198348) (xy 248.702849 73.19831) (xy 248.299694 73.36489) + (xy 247.990974 73.673072) (xy 247.82369 74.075936) (xy 247.82331 74.512151) (xy 247.98989 74.915306) (xy 248.298072 75.224026) + (xy 248.700936 75.39131) (xy 249.137151 75.39169) (xy 249.540306 75.22511) (xy 249.849026 74.916928) (xy 250.01631 74.514064) + (xy 250.01669 74.077849) (xy 250.01669 79.548348) (xy 249.972849 79.54831) (xy 249.569694 79.71489) (xy 249.260974 80.023072) + (xy 249.09369 80.425936) (xy 249.09331 80.862151) (xy 249.25989 81.265306) (xy 249.568072 81.574026) (xy 249.970936 81.74131) + (xy 250.407151 81.74169) (xy 250.810306 81.57511) (xy 251.119026 81.266928) (xy 251.28631 80.864064) (xy 251.28669 80.427849) + (xy 251.28669 82.088348) (xy 251.242849 82.08831) (xy 250.839694 82.25489) (xy 250.530974 82.563072) (xy 250.36369 82.965936) + (xy 250.36331 83.402151) (xy 250.52989 83.805306) (xy 250.824537 84.100468) (xy 250.638577 84.286105) (xy 250.490668 84.642308) + (xy 250.490332 85.027999) (xy 250.637618 85.38446) (xy 250.910105 85.657423) (xy 251.266308 85.805332) (xy 251.651999 85.805668) + (xy 252.00846 85.658382) (xy 252.281423 85.385895) (xy 252.429332 85.029692) (xy 252.429668 84.644001) (xy 252.282382 84.28754) + (xy 252.095305 84.100136) (xy 252.389026 83.806928) (xy 252.55631 83.404064) (xy 252.55669 82.967849) (xy 252.55669 88.438348) + (xy 252.512849 88.43831) (xy 252.109694 88.60489) (xy 251.800974 88.913072) (xy 251.63369 89.315936) (xy 251.63331 89.752151) + (xy 251.79989 90.155306) (xy 252.108072 90.464026) (xy 252.510936 90.63131) (xy 252.947151 90.63169) (xy 253.350306 90.46511) + (xy 253.659026 90.156928) (xy 253.82631 89.754064) (xy 253.82669 89.317849) (xy 253.82669 90.978348) (xy 253.782849 90.97831) + (xy 253.379694 91.14489) (xy 253.070974 91.453072) (xy 252.90369 91.855936) (xy 252.90331 92.292151) (xy 253.06989 92.695306) + (xy 253.378072 93.004026) (xy 253.780936 93.17131) (xy 254.217151 93.17169) (xy 254.620306 93.00511) (xy 254.929026 92.696928) + (xy 255.09631 92.294064) (xy 255.09669 91.857849) (xy 255.09669 97.328348) (xy 255.052849 97.32831) (xy 254.649694 97.49489) + (xy 254.340974 97.803072) (xy 254.17369 98.205936) (xy 254.17331 98.642151) (xy 254.33989 99.045306) (xy 254.648072 99.354026) + (xy 255.050936 99.52131) (xy 255.487151 99.52169) (xy 255.890306 99.35511) (xy 256.199026 99.046928) (xy 256.36631 98.644064) + (xy 256.36669 98.207849) (xy 256.36669 99.868348) (xy 256.322849 99.86831) (xy 255.919694 100.03489) (xy 255.610974 100.343072) + (xy 255.44369 100.745936) (xy 255.44331 101.182151) (xy 255.60989 101.585306) (xy 255.818018 101.793797) (xy 255.463692 101.646668) + (xy 255.078001 101.646332) (xy 254.722282 101.793311) (xy 254.929026 101.586928) (xy 255.09631 101.184064) (xy 255.09669 100.747849) + (xy 254.93011 100.344694) (xy 254.621928 100.035974) (xy 254.219064 99.86869) (xy 253.82669 99.868348) (xy 253.82669 98.207849) + (xy 253.66011 97.804694) (xy 253.351928 97.495974) (xy 252.949064 97.32869) (xy 252.55669 97.328348) (xy 252.55669 91.857849) + (xy 252.39011 91.454694) (xy 252.081928 91.145974) (xy 251.679064 90.97869) (xy 251.28669 90.978348) (xy 251.28669 89.317849) + (xy 251.12011 88.914694) (xy 250.811928 88.605974) (xy 250.409064 88.43869) (xy 250.01669 88.438348) (xy 250.01669 82.967849) + (xy 249.85011 82.564694) (xy 249.541928 82.255974) (xy 249.139064 82.08869) (xy 248.74669 82.088348) (xy 248.74669 80.427849) + (xy 248.58011 80.024694) (xy 248.271928 79.715974) (xy 247.869064 79.54869) (xy 247.47669 79.548348) (xy 247.47669 74.077849) + (xy 247.31011 73.674694) (xy 247.001928 73.365974) (xy 246.599064 73.19869) (xy 246.21003 73.198351) (xy 246.21003 71.555461) + (xy 246.049934 71.149687) (xy 246.028934 71.118257) (xy 245.825178 71.075177) (xy 245.789823 71.110532) (xy 245.789823 71.039822) + (xy 245.746743 70.836066) (xy 245.346613 70.662345) (xy 244.93669 70.655413) (xy 244.93669 65.187849) (xy 244.77011 64.784694) + (xy 244.461928 64.475974) (xy 244.059064 64.30869) (xy 243.66669 64.308348) (xy 243.66669 62.647849) (xy 243.50011 62.244694) + (xy 243.191928 61.935974) (xy 242.789064 61.76869) (xy 242.352849 61.76831) (xy 241.949694 61.93489) (xy 241.640974 62.243072) + (xy 241.47369 62.645936) (xy 241.47331 63.082151) (xy 241.63989 63.485306) (xy 241.948072 63.794026) (xy 242.350936 63.96131) + (xy 242.787151 63.96169) (xy 243.190306 63.79511) (xy 243.499026 63.486928) (xy 243.66631 63.084064) (xy 243.66669 62.647849) + (xy 243.66669 64.308348) (xy 243.622849 64.30831) (xy 243.219694 64.47489) (xy 242.910974 64.783072) (xy 242.74369 65.185936) + (xy 242.74331 65.622151) (xy 242.90989 66.025306) (xy 243.218072 66.334026) (xy 243.620936 66.50131) (xy 244.057151 66.50169) + (xy 244.460306 66.33511) (xy 244.769026 66.026928) (xy 244.93631 65.624064) (xy 244.93669 65.187849) (xy 244.93669 70.655413) + (xy 244.910461 70.65497) (xy 244.809668 70.694737) (xy 244.809668 67.372001) (xy 244.662382 67.01554) (xy 244.389895 66.742577) + (xy 244.033692 66.594668) (xy 243.648001 66.594332) (xy 243.29154 66.741618) (xy 243.018577 67.014105) (xy 242.904746 67.288239) + (xy 242.763692 67.229668) (xy 242.39669 67.229348) (xy 242.39669 65.187849) (xy 242.23011 64.784694) (xy 241.921928 64.475974) + (xy 241.519064 64.30869) (xy 241.12669 64.308348) (xy 241.12669 62.647849) (xy 240.96011 62.244694) (xy 240.651928 61.935974) + (xy 240.249064 61.76869) (xy 239.812849 61.76831) (xy 239.409694 61.93489) (xy 239.100974 62.243072) (xy 238.93369 62.645936) + (xy 238.93331 63.082151) (xy 239.09989 63.485306) (xy 239.408072 63.794026) (xy 239.810936 63.96131) (xy 240.247151 63.96169) + (xy 240.650306 63.79511) (xy 240.959026 63.486928) (xy 241.12631 63.084064) (xy 241.12669 62.647849) (xy 241.12669 64.308348) + (xy 241.082849 64.30831) (xy 240.679694 64.47489) (xy 240.370974 64.783072) (xy 240.20369 65.185936) (xy 240.20331 65.622151) + (xy 240.36989 66.025306) (xy 240.678072 66.334026) (xy 241.080936 66.50131) (xy 241.517151 66.50169) (xy 241.920306 66.33511) + (xy 242.229026 66.026928) (xy 242.39631 65.624064) (xy 242.39669 65.187849) (xy 242.39669 67.229348) (xy 242.378001 67.229332) + (xy 242.02154 67.376618) (xy 241.748577 67.649105) (xy 241.600668 68.005308) (xy 241.600332 68.390999) (xy 241.747618 68.74746) + (xy 242.020105 69.020423) (xy 242.376308 69.168332) (xy 242.761999 69.168668) (xy 243.11846 69.021382) (xy 243.391423 68.748895) + (xy 243.505253 68.47476) (xy 243.646308 68.533332) (xy 244.031999 68.533668) (xy 244.38846 68.386382) (xy 244.661423 68.113895) + (xy 244.809332 67.757692) (xy 244.809668 67.372001) (xy 244.809668 70.694737) (xy 244.504687 70.815066) (xy 244.473257 70.836066) + (xy 244.430177 71.039822) (xy 245.11 71.719645) (xy 245.789823 71.039822) (xy 245.789823 71.110532) (xy 245.145355 71.755) + (xy 245.825178 72.434823) (xy 246.028934 72.391743) (xy 246.202655 71.991613) (xy 246.21003 71.555461) (xy 246.21003 73.198351) + (xy 246.162849 73.19831) (xy 245.789823 73.35244) (xy 245.789823 72.470178) (xy 245.11 71.790355) (xy 245.074645 71.82571) + (xy 245.074645 71.755) (xy 244.394822 71.075177) (xy 244.191066 71.118257) (xy 244.017345 71.518387) (xy 244.00997 71.954539) + (xy 244.170066 72.360313) (xy 244.191066 72.391743) (xy 244.394822 72.434823) (xy 245.074645 71.755) (xy 245.074645 71.82571) + (xy 244.430177 72.470178) (xy 244.473257 72.673934) (xy 244.873387 72.847655) (xy 245.309539 72.85503) (xy 245.715313 72.694934) + (xy 245.746743 72.673934) (xy 245.789823 72.470178) (xy 245.789823 73.35244) (xy 245.759694 73.36489) (xy 245.450974 73.673072) + (xy 245.28369 74.075936) (xy 245.28331 74.512151) (xy 245.44989 74.915306) (xy 245.758072 75.224026) (xy 246.160936 75.39131) + (xy 246.597151 75.39169) (xy 247.000306 75.22511) (xy 247.309026 74.916928) (xy 247.47631 74.514064) (xy 247.47669 74.077849) + (xy 247.47669 79.548348) (xy 247.432849 79.54831) (xy 247.029694 79.71489) (xy 246.720974 80.023072) (xy 246.55369 80.425936) + (xy 246.55331 80.862151) (xy 246.71989 81.265306) (xy 247.028072 81.574026) (xy 247.430936 81.74131) (xy 247.867151 81.74169) + (xy 248.270306 81.57511) (xy 248.579026 81.266928) (xy 248.74631 80.864064) (xy 248.74669 80.427849) (xy 248.74669 82.088348) + (xy 248.702849 82.08831) (xy 248.299694 82.25489) (xy 247.990974 82.563072) (xy 247.82369 82.965936) (xy 247.82331 83.402151) + (xy 247.98989 83.805306) (xy 248.298072 84.114026) (xy 248.700936 84.28131) (xy 249.137151 84.28169) (xy 249.540306 84.11511) + (xy 249.849026 83.806928) (xy 250.01631 83.404064) (xy 250.01669 82.967849) (xy 250.01669 88.438348) (xy 249.972849 88.43831) + (xy 249.569694 88.60489) (xy 249.260974 88.913072) (xy 249.09369 89.315936) (xy 249.09331 89.752151) (xy 249.25989 90.155306) + (xy 249.568072 90.464026) (xy 249.970936 90.63131) (xy 250.407151 90.63169) (xy 250.810306 90.46511) (xy 251.119026 90.156928) + (xy 251.28631 89.754064) (xy 251.28669 89.317849) (xy 251.28669 90.978348) (xy 251.242849 90.97831) (xy 250.839694 91.14489) + (xy 250.530974 91.453072) (xy 250.36369 91.855936) (xy 250.36331 92.292151) (xy 250.52989 92.695306) (xy 250.838072 93.004026) + (xy 251.240936 93.17131) (xy 251.677151 93.17169) (xy 252.080306 93.00511) (xy 252.389026 92.696928) (xy 252.55631 92.294064) + (xy 252.55669 91.857849) (xy 252.55669 97.328348) (xy 252.512849 97.32831) (xy 252.109694 97.49489) (xy 251.800974 97.803072) + (xy 251.63369 98.205936) (xy 251.63331 98.642151) (xy 251.79989 99.045306) (xy 252.108072 99.354026) (xy 252.510936 99.52131) + (xy 252.947151 99.52169) (xy 253.350306 99.35511) (xy 253.659026 99.046928) (xy 253.82631 98.644064) (xy 253.82669 98.207849) + (xy 253.82669 99.868348) (xy 253.782849 99.86831) (xy 253.379694 100.03489) (xy 253.070974 100.343072) (xy 252.90369 100.745936) + (xy 252.90331 101.182151) (xy 253.06989 101.585306) (xy 253.278018 101.793797) (xy 252.923692 101.646668) (xy 252.538001 101.646332) + (xy 252.182282 101.793311) (xy 252.389026 101.586928) (xy 252.55631 101.184064) (xy 252.55669 100.747849) (xy 252.39011 100.344694) + (xy 252.081928 100.035974) (xy 251.679064 99.86869) (xy 251.28669 99.868348) (xy 251.28669 98.207849) (xy 251.12011 97.804694) + (xy 250.811928 97.495974) (xy 250.409064 97.32869) (xy 250.01669 97.328348) (xy 250.01669 91.857849) (xy 249.85011 91.454694) + (xy 249.541928 91.145974) (xy 249.139064 90.97869) (xy 248.74669 90.978348) (xy 248.74669 89.317849) (xy 248.58011 88.914694) + (xy 248.271928 88.605974) (xy 247.869064 88.43869) (xy 247.47669 88.438348) (xy 247.47669 82.967849) (xy 247.31011 82.564694) + (xy 247.001928 82.255974) (xy 246.599064 82.08869) (xy 246.21003 82.088351) (xy 246.21003 80.445461) (xy 246.049934 80.039687) + (xy 246.028934 80.008257) (xy 245.825178 79.965177) (xy 245.789823 80.000532) (xy 245.789823 79.929822) (xy 245.746743 79.726066) + (xy 245.346613 79.552345) (xy 244.93669 79.545413) (xy 244.93669 74.077849) (xy 244.77011 73.674694) (xy 244.461928 73.365974) + (xy 244.059064 73.19869) (xy 243.66669 73.198348) (xy 243.66669 71.537849) (xy 243.50011 71.134694) (xy 243.191928 70.825974) + (xy 242.789064 70.65869) (xy 242.352849 70.65831) (xy 241.949694 70.82489) (xy 241.640974 71.133072) (xy 241.47369 71.535936) + (xy 241.47331 71.972151) (xy 241.63989 72.375306) (xy 241.948072 72.684026) (xy 242.350936 72.85131) (xy 242.787151 72.85169) + (xy 243.190306 72.68511) (xy 243.499026 72.376928) (xy 243.66631 71.974064) (xy 243.66669 71.537849) (xy 243.66669 73.198348) + (xy 243.622849 73.19831) (xy 243.219694 73.36489) (xy 242.910974 73.673072) (xy 242.74369 74.075936) (xy 242.74331 74.512151) + (xy 242.90989 74.915306) (xy 243.218072 75.224026) (xy 243.620936 75.39131) (xy 244.057151 75.39169) (xy 244.460306 75.22511) + (xy 244.769026 74.916928) (xy 244.93631 74.514064) (xy 244.93669 74.077849) (xy 244.93669 79.545413) (xy 244.910461 79.54497) + (xy 244.504687 79.705066) (xy 244.473257 79.726066) (xy 244.430177 79.929822) (xy 245.11 80.609645) (xy 245.789823 79.929822) + (xy 245.789823 80.000532) (xy 245.145355 80.645) (xy 245.825178 81.324823) (xy 246.028934 81.281743) (xy 246.202655 80.881613) + (xy 246.21003 80.445461) (xy 246.21003 82.088351) (xy 246.162849 82.08831) (xy 245.789823 82.24244) (xy 245.789823 81.360178) + (xy 245.11 80.680355) (xy 245.074645 80.71571) (xy 245.074645 80.645) (xy 244.394822 79.965177) (xy 244.191066 80.008257) + (xy 244.017345 80.408387) (xy 244.00997 80.844539) (xy 244.170066 81.250313) (xy 244.191066 81.281743) (xy 244.394822 81.324823) + (xy 245.074645 80.645) (xy 245.074645 80.71571) (xy 244.430177 81.360178) (xy 244.473257 81.563934) (xy 244.873387 81.737655) + (xy 245.309539 81.74503) (xy 245.715313 81.584934) (xy 245.746743 81.563934) (xy 245.789823 81.360178) (xy 245.789823 82.24244) + (xy 245.759694 82.25489) (xy 245.450974 82.563072) (xy 245.28369 82.965936) (xy 245.28331 83.402151) (xy 245.44989 83.805306) + (xy 245.758072 84.114026) (xy 246.160936 84.28131) (xy 246.597151 84.28169) (xy 247.000306 84.11511) (xy 247.309026 83.806928) + (xy 247.47631 83.404064) (xy 247.47669 82.967849) (xy 247.47669 88.438348) (xy 247.432849 88.43831) (xy 247.029694 88.60489) + (xy 246.720974 88.913072) (xy 246.55369 89.315936) (xy 246.55331 89.752151) (xy 246.71989 90.155306) (xy 247.028072 90.464026) + (xy 247.430936 90.63131) (xy 247.867151 90.63169) (xy 248.270306 90.46511) (xy 248.579026 90.156928) (xy 248.74631 89.754064) + (xy 248.74669 89.317849) (xy 248.74669 90.978348) (xy 248.702849 90.97831) (xy 248.299694 91.14489) (xy 247.990974 91.453072) + (xy 247.82369 91.855936) (xy 247.82331 92.292151) (xy 247.98989 92.695306) (xy 248.298072 93.004026) (xy 248.700936 93.17131) + (xy 249.137151 93.17169) (xy 249.540306 93.00511) (xy 249.849026 92.696928) (xy 250.01631 92.294064) (xy 250.01669 91.857849) + (xy 250.01669 97.328348) (xy 249.972849 97.32831) (xy 249.569694 97.49489) (xy 249.260974 97.803072) (xy 249.09369 98.205936) + (xy 249.09331 98.642151) (xy 249.25989 99.045306) (xy 249.568072 99.354026) (xy 249.970936 99.52131) (xy 250.407151 99.52169) + (xy 250.810306 99.35511) (xy 251.119026 99.046928) (xy 251.28631 98.644064) (xy 251.28669 98.207849) (xy 251.28669 99.868348) + (xy 251.242849 99.86831) (xy 250.839694 100.03489) (xy 250.530974 100.343072) (xy 250.36369 100.745936) (xy 250.36331 101.182151) + (xy 250.52743 101.579353) (xy 250.383692 101.519668) (xy 249.998001 101.519332) (xy 249.852053 101.579635) (xy 250.01631 101.184064) + (xy 250.01669 100.747849) (xy 249.85011 100.344694) (xy 249.541928 100.035974) (xy 249.139064 99.86869) (xy 248.74669 99.868348) + (xy 248.74669 98.207849) (xy 248.58011 97.804694) (xy 248.271928 97.495974) (xy 247.869064 97.32869) (xy 247.47669 97.328348) + (xy 247.47669 91.857849) (xy 247.31011 91.454694) (xy 247.001928 91.145974) (xy 246.599064 90.97869) (xy 246.21003 90.978351) + (xy 246.21003 89.335461) (xy 246.049934 88.929687) (xy 246.028934 88.898257) (xy 245.825178 88.855177) (xy 245.789823 88.890532) + (xy 245.789823 88.819822) (xy 245.746743 88.616066) (xy 245.346613 88.442345) (xy 244.93669 88.435413) (xy 244.93669 82.967849) + (xy 244.77011 82.564694) (xy 244.461928 82.255974) (xy 244.059064 82.08869) (xy 243.66669 82.088348) (xy 243.66669 80.427849) + (xy 243.50011 80.024694) (xy 243.191928 79.715974) (xy 242.789064 79.54869) (xy 242.39669 79.548348) (xy 242.39669 74.077849) + (xy 242.23011 73.674694) (xy 241.921928 73.365974) (xy 241.519064 73.19869) (xy 241.12669 73.198348) (xy 241.12669 71.537849) + (xy 240.96011 71.134694) (xy 240.651928 70.825974) (xy 240.249064 70.65869) (xy 239.85669 70.658348) (xy 239.85669 65.187849) + (xy 239.69011 64.784694) (xy 239.381928 64.475974) (xy 238.979064 64.30869) (xy 238.542849 64.30831) (xy 238.204478 64.448121) + (xy 238.058382 64.09454) (xy 237.861924 63.897739) (xy 238.110306 63.79511) (xy 238.419026 63.486928) (xy 238.58631 63.084064) + (xy 238.58669 62.647849) (xy 238.42011 62.244694) (xy 238.111928 61.935974) (xy 237.709064 61.76869) (xy 237.272849 61.76831) + (xy 236.869694 61.93489) (xy 236.560974 62.243072) (xy 236.39369 62.645936) (xy 236.39331 63.082151) (xy 236.55989 63.485306) + (xy 236.834146 63.760041) (xy 236.68754 63.820618) (xy 236.414577 64.093105) (xy 236.36393 64.215074) (xy 236.364355 63.729217) + (xy 236.05307 62.975851) (xy 235.477181 62.398955) (xy 234.724359 62.086357) (xy 233.909217 62.085645) (xy 233.155851 62.39693) + (xy 232.598935 62.952873) (xy 232.451895 62.805577) (xy 232.095692 62.657668) (xy 231.710001 62.657332) (xy 231.35354 62.804618) + (xy 231.080577 63.077105) (xy 230.96669 63.351374) (xy 230.96669 62.647849) (xy 230.80011 62.244694) (xy 230.491928 61.935974) + (xy 230.089064 61.76869) (xy 229.652849 61.76831) (xy 229.249694 61.93489) (xy 228.940974 62.243072) (xy 228.77369 62.645936) + (xy 228.77331 63.082151) (xy 228.93989 63.485306) (xy 229.248072 63.794026) (xy 229.650936 63.96131) (xy 230.087151 63.96169) + (xy 230.490306 63.79511) (xy 230.799026 63.486928) (xy 230.96631 63.084064) (xy 230.96669 62.647849) (xy 230.96669 63.351374) + (xy 230.932668 63.433308) (xy 230.932332 63.818999) (xy 231.079618 64.17546) (xy 231.212488 64.308562) (xy 230.922849 64.30831) + (xy 230.519694 64.47489) (xy 230.210974 64.783072) (xy 230.04369 65.185936) (xy 230.04331 65.622151) (xy 230.20989 66.025306) + (xy 230.518072 66.334026) (xy 230.920936 66.50131) (xy 231.357151 66.50169) (xy 231.760306 66.33511) (xy 232.069026 66.026928) + (xy 232.23631 65.624064) (xy 232.23669 65.187849) (xy 232.07011 64.784694) (xy 231.882227 64.596483) (xy 232.093999 64.596668) + (xy 232.265658 64.52574) (xy 232.265645 64.540783) (xy 232.57693 65.294149) (xy 233.152819 65.871045) (xy 233.905641 66.183643) + (xy 234.720783 66.184355) (xy 235.474149 65.87307) (xy 236.051045 65.297181) (xy 236.266381 64.778592) (xy 236.266332 64.834999) + (xy 236.413618 65.19146) (xy 236.686105 65.464423) (xy 237.042308 65.612332) (xy 237.427999 65.612668) (xy 237.663402 65.515401) + (xy 237.66331 65.622151) (xy 237.82989 66.025306) (xy 238.138072 66.334026) (xy 238.540936 66.50131) (xy 238.977151 66.50169) + (xy 239.380306 66.33511) (xy 239.689026 66.026928) (xy 239.85631 65.624064) (xy 239.85669 65.187849) (xy 239.85669 70.658348) + (xy 239.812849 70.65831) (xy 239.409694 70.82489) (xy 239.100974 71.133072) (xy 238.93369 71.535936) (xy 238.93331 71.972151) + (xy 239.09989 72.375306) (xy 239.408072 72.684026) (xy 239.810936 72.85131) (xy 240.247151 72.85169) (xy 240.650306 72.68511) + (xy 240.959026 72.376928) (xy 241.12631 71.974064) (xy 241.12669 71.537849) (xy 241.12669 73.198348) (xy 241.082849 73.19831) + (xy 240.679694 73.36489) (xy 240.370974 73.673072) (xy 240.20369 74.075936) (xy 240.20331 74.512151) (xy 240.36989 74.915306) + (xy 240.678072 75.224026) (xy 241.080936 75.39131) (xy 241.517151 75.39169) (xy 241.920306 75.22511) (xy 242.229026 74.916928) + (xy 242.39631 74.514064) (xy 242.39669 74.077849) (xy 242.39669 79.548348) (xy 242.352849 79.54831) (xy 241.949694 79.71489) + (xy 241.640974 80.023072) (xy 241.47369 80.425936) (xy 241.47331 80.862151) (xy 241.63989 81.265306) (xy 241.948072 81.574026) + (xy 242.350936 81.74131) (xy 242.787151 81.74169) (xy 243.190306 81.57511) (xy 243.499026 81.266928) (xy 243.66631 80.864064) + (xy 243.66669 80.427849) (xy 243.66669 82.088348) (xy 243.622849 82.08831) (xy 243.219694 82.25489) (xy 242.910974 82.563072) + (xy 242.74369 82.965936) (xy 242.74331 83.402151) (xy 242.90989 83.805306) (xy 243.218072 84.114026) (xy 243.620936 84.28131) + (xy 244.057151 84.28169) (xy 244.460306 84.11511) (xy 244.769026 83.806928) (xy 244.93631 83.404064) (xy 244.93669 82.967849) + (xy 244.93669 88.435413) (xy 244.910461 88.43497) (xy 244.504687 88.595066) (xy 244.473257 88.616066) (xy 244.430177 88.819822) + (xy 245.11 89.499645) (xy 245.789823 88.819822) (xy 245.789823 88.890532) (xy 245.145355 89.535) (xy 245.825178 90.214823) + (xy 246.028934 90.171743) (xy 246.202655 89.771613) (xy 246.21003 89.335461) (xy 246.21003 90.978351) (xy 246.162849 90.97831) + (xy 245.789823 91.13244) (xy 245.789823 90.250178) (xy 245.11 89.570355) (xy 245.074645 89.60571) (xy 245.074645 89.535) + (xy 244.394822 88.855177) (xy 244.191066 88.898257) (xy 244.017345 89.298387) (xy 244.00997 89.734539) (xy 244.170066 90.140313) + (xy 244.191066 90.171743) (xy 244.394822 90.214823) (xy 245.074645 89.535) (xy 245.074645 89.60571) (xy 244.430177 90.250178) + (xy 244.473257 90.453934) (xy 244.873387 90.627655) (xy 245.309539 90.63503) (xy 245.715313 90.474934) (xy 245.746743 90.453934) + (xy 245.789823 90.250178) (xy 245.789823 91.13244) (xy 245.759694 91.14489) (xy 245.450974 91.453072) (xy 245.28369 91.855936) + (xy 245.28331 92.292151) (xy 245.44989 92.695306) (xy 245.758072 93.004026) (xy 246.160936 93.17131) (xy 246.597151 93.17169) + (xy 247.000306 93.00511) (xy 247.309026 92.696928) (xy 247.47631 92.294064) (xy 247.47669 91.857849) (xy 247.47669 97.328348) + (xy 247.432849 97.32831) (xy 247.029694 97.49489) (xy 246.720974 97.803072) (xy 246.55369 98.205936) (xy 246.55331 98.642151) + (xy 246.71989 99.045306) (xy 247.028072 99.354026) (xy 247.430936 99.52131) (xy 247.867151 99.52169) (xy 248.270306 99.35511) + (xy 248.579026 99.046928) (xy 248.74631 98.644064) (xy 248.74669 98.207849) (xy 248.74669 99.868348) (xy 248.702849 99.86831) + (xy 248.299694 100.03489) (xy 247.990974 100.343072) (xy 247.82369 100.745936) (xy 247.82331 101.182151) (xy 247.98989 101.585306) + (xy 248.298072 101.894026) (xy 248.700936 102.06131) (xy 249.137151 102.06169) (xy 249.355062 101.97165) (xy 249.220668 102.295308) + (xy 249.220332 102.680999) (xy 249.367618 103.03746) (xy 249.640105 103.310423) (xy 249.996308 103.458332) (xy 250.381999 103.458668) + (xy 250.73846 103.311382) (xy 251.011423 103.038895) (xy 251.159332 102.682692) (xy 251.159668 102.297001) (xy 251.025282 101.971762) + (xy 251.240936 102.06131) (xy 251.677151 102.06169) (xy 252.079563 101.895416) (xy 251.908577 102.066105) (xy 251.760668 102.422308) + (xy 251.760332 102.807999) (xy 251.907618 103.16446) (xy 252.180105 103.437423) (xy 252.536308 103.585332) (xy 252.921999 103.585668) + (xy 253.27846 103.438382) (xy 253.551423 103.165895) (xy 253.699332 102.809692) (xy 253.699668 102.424001) (xy 253.552382 102.06754) + (xy 253.379948 101.894805) (xy 253.780936 102.06131) (xy 254.217151 102.06169) (xy 254.619563 101.895416) (xy 254.448577 102.066105) + (xy 254.300668 102.422308) (xy 254.300332 102.807999) (xy 254.447618 103.16446) (xy 254.720105 103.437423) (xy 255.076308 103.585332) + (xy 255.461999 103.585668) (xy 255.81846 103.438382) (xy 256.091423 103.165895) (xy 256.239332 102.809692) (xy 256.239668 102.424001) + (xy 256.092382 102.06754) (xy 255.919948 101.894805) (xy 256.320936 102.06131) (xy 256.757151 102.06169) (xy 257.159563 101.895416) + (xy 256.988577 102.066105) (xy 256.840668 102.422308) (xy 256.840332 102.807999) (xy 256.987618 103.16446) (xy 257.260105 103.437423) + (xy 257.616308 103.585332) (xy 258.001999 103.585668) (xy 258.35846 103.438382) (xy 258.631423 103.165895) (xy 258.779332 102.809692) + (xy 258.779668 102.424001) (xy 258.632382 102.06754) (xy 258.459948 101.894805) (xy 258.860936 102.06131) (xy 259.297151 102.06169) + (xy 259.700306 101.89511) (xy 260.009026 101.586928) (xy 260.17631 101.184064) (xy 260.17669 100.747849) (xy 260.17669 106.218348) + (xy 260.132849 106.21831) (xy 259.729694 106.38489) (xy 259.420974 106.693072) (xy 259.25369 107.095936) (xy 259.25331 107.532151) + (xy 259.41989 107.935306) (xy 259.728072 108.244026) (xy 260.130936 108.41131) (xy 260.567151 108.41169) (xy 260.970306 108.24511) + (xy 261.279026 107.936928) (xy 261.44631 107.534064) (xy 261.44669 107.097849) (xy 261.44669 108.758348) (xy 261.402849 108.75831) + (xy 260.999694 108.92489) (xy 260.690974 109.233072) (xy 260.52369 109.635936) (xy 260.52331 110.072151) (xy 260.68989 110.475306) + (xy 260.998072 110.784026) (xy 261.400936 110.95131) (xy 261.837151 110.95169) (xy 262.240306 110.78511) (xy 262.549026 110.476928) + (xy 262.71631 110.074064) (xy 262.71669 109.637849) (xy 262.71669 115.108348) (xy 262.672849 115.10831) (xy 262.269694 115.27489) + (xy 261.960974 115.583072) (xy 261.79369 115.985936) (xy 261.79331 116.422151) (xy 261.95989 116.825306) (xy 262.268072 117.134026) + (xy 262.670936 117.30131) (xy 263.107151 117.30169) (xy 263.510306 117.13511) (xy 263.819026 116.826928) (xy 263.98631 116.424064) + (xy 263.98669 115.987849) (xy 263.98669 117.648348) (xy 263.942849 117.64831) (xy 263.539694 117.81489) (xy 263.230974 118.123072) + (xy 263.06369 118.525936) (xy 263.06331 118.962151) (xy 263.22989 119.365306) (xy 263.538072 119.674026) (xy 263.940936 119.84131) + (xy 264.377151 119.84169) (xy 264.780306 119.67511) (xy 265.089026 119.366928) (xy 265.25631 118.964064) (xy 265.25669 118.527849) + (xy 265.25669 123.998348) (xy 265.212849 123.99831) (xy 264.809694 124.16489) (xy 264.500974 124.473072) (xy 264.33369 124.875936) + (xy 264.33331 125.312151) (xy 264.49989 125.715306) (xy 264.808072 126.024026) (xy 265.210936 126.19131) (xy 265.647151 126.19169) + (xy 266.050306 126.02511) (xy 266.359026 125.716928) (xy 266.52631 125.314064) (xy 266.52669 124.877849) (xy 266.52669 126.538348) + (xy 266.482849 126.53831) (xy 266.079694 126.70489) (xy 265.770974 127.013072) (xy 265.60369 127.415936) (xy 265.60331 127.852151) + (xy 265.76989 128.255306) (xy 266.078072 128.564026) (xy 266.480936 128.73131) (xy 266.917151 128.73169) (xy 267.320306 128.56511) + (xy 267.629026 128.256928) (xy 267.79631 127.854064) (xy 267.79669 127.417849) (xy 267.79669 133.7394) (xy 265.25669 133.7394) + (xy 265.25669 127.417849) (xy 265.09011 127.014694) (xy 264.781928 126.705974) (xy 264.379064 126.53869) (xy 263.98669 126.538348) + (xy 263.98669 124.877849) (xy 263.82011 124.474694) (xy 263.511928 124.165974) (xy 263.109064 123.99869) (xy 262.71669 123.998348) + (xy 262.71669 118.527849) (xy 262.55011 118.124694) (xy 262.241928 117.815974) (xy 261.839064 117.64869) (xy 261.44669 117.648348) + (xy 261.44669 115.987849) (xy 261.28011 115.584694) (xy 260.971928 115.275974) (xy 260.569064 115.10869) (xy 260.17669 115.108348) + (xy 260.17669 109.637849) (xy 260.01011 109.234694) (xy 259.701928 108.925974) (xy 259.299064 108.75869) (xy 258.90669 108.758348) + (xy 258.90669 107.097849) (xy 258.74011 106.694694) (xy 258.431928 106.385974) (xy 258.029064 106.21869) (xy 257.592849 106.21831) + (xy 257.189694 106.38489) (xy 256.880974 106.693072) (xy 256.71369 107.095936) (xy 256.71331 107.532151) (xy 256.87989 107.935306) + (xy 257.188072 108.244026) (xy 257.590936 108.41131) (xy 258.027151 108.41169) (xy 258.430306 108.24511) (xy 258.739026 107.936928) + (xy 258.90631 107.534064) (xy 258.90669 107.097849) (xy 258.90669 108.758348) (xy 258.862849 108.75831) (xy 258.459694 108.92489) + (xy 258.150974 109.233072) (xy 257.98369 109.635936) (xy 257.98331 110.072151) (xy 258.14989 110.475306) (xy 258.458072 110.784026) + (xy 258.860936 110.95131) (xy 259.297151 110.95169) (xy 259.700306 110.78511) (xy 260.009026 110.476928) (xy 260.17631 110.074064) + (xy 260.17669 109.637849) (xy 260.17669 115.108348) (xy 260.132849 115.10831) (xy 259.729694 115.27489) (xy 259.420974 115.583072) + (xy 259.25369 115.985936) (xy 259.25331 116.422151) (xy 259.41989 116.825306) (xy 259.728072 117.134026) (xy 260.130936 117.30131) + (xy 260.567151 117.30169) (xy 260.970306 117.13511) (xy 261.279026 116.826928) (xy 261.44631 116.424064) (xy 261.44669 115.987849) + (xy 261.44669 117.648348) (xy 261.402849 117.64831) (xy 260.999694 117.81489) (xy 260.690974 118.123072) (xy 260.52369 118.525936) + (xy 260.52331 118.962151) (xy 260.68989 119.365306) (xy 260.998072 119.674026) (xy 261.400936 119.84131) (xy 261.837151 119.84169) + (xy 262.240306 119.67511) (xy 262.549026 119.366928) (xy 262.71631 118.964064) (xy 262.71669 118.527849) (xy 262.71669 123.998348) + (xy 262.672849 123.99831) (xy 262.269694 124.16489) (xy 261.960974 124.473072) (xy 261.79369 124.875936) (xy 261.79331 125.312151) + (xy 261.95989 125.715306) (xy 262.268072 126.024026) (xy 262.670936 126.19131) (xy 263.107151 126.19169) (xy 263.510306 126.02511) + (xy 263.819026 125.716928) (xy 263.98631 125.314064) (xy 263.98669 124.877849) (xy 263.98669 126.538348) (xy 263.942849 126.53831) + (xy 263.539694 126.70489) (xy 263.230974 127.013072) (xy 263.06369 127.415936) (xy 263.06331 127.852151) (xy 263.22989 128.255306) + (xy 263.538072 128.564026) (xy 263.940936 128.73131) (xy 264.377151 128.73169) (xy 264.780306 128.56511) (xy 265.089026 128.256928) + (xy 265.25631 127.854064) (xy 265.25669 127.417849) (xy 265.25669 133.7394) (xy 262.71669 133.7394) (xy 262.71669 127.417849) + (xy 262.55011 127.014694) (xy 262.241928 126.705974) (xy 261.839064 126.53869) (xy 261.44669 126.538348) (xy 261.44669 124.877849) + (xy 261.28011 124.474694) (xy 260.971928 124.165974) (xy 260.569064 123.99869) (xy 260.17669 123.998348) (xy 260.17669 118.527849) + (xy 260.01011 118.124694) (xy 259.701928 117.815974) (xy 259.299064 117.64869) (xy 258.90669 117.648348) (xy 258.90669 115.987849) + (xy 258.74011 115.584694) (xy 258.431928 115.275974) (xy 258.029064 115.10869) (xy 257.63669 115.108348) (xy 257.63669 109.637849) + (xy 257.47011 109.234694) (xy 257.161928 108.925974) (xy 256.759064 108.75869) (xy 256.36669 108.758348) (xy 256.36669 107.097849) + (xy 256.20011 106.694694) (xy 255.891928 106.385974) (xy 255.489064 106.21869) (xy 255.052849 106.21831) (xy 254.649694 106.38489) + (xy 254.340974 106.693072) (xy 254.17369 107.095936) (xy 254.17331 107.532151) (xy 254.33989 107.935306) (xy 254.648072 108.244026) + (xy 255.050936 108.41131) (xy 255.487151 108.41169) (xy 255.890306 108.24511) (xy 256.199026 107.936928) (xy 256.36631 107.534064) + (xy 256.36669 107.097849) (xy 256.36669 108.758348) (xy 256.322849 108.75831) (xy 255.919694 108.92489) (xy 255.610974 109.233072) + (xy 255.44369 109.635936) (xy 255.44331 110.072151) (xy 255.60989 110.475306) (xy 255.918072 110.784026) (xy 256.320936 110.95131) + (xy 256.757151 110.95169) (xy 257.160306 110.78511) (xy 257.469026 110.476928) (xy 257.63631 110.074064) (xy 257.63669 109.637849) + (xy 257.63669 115.108348) (xy 257.592849 115.10831) (xy 257.189694 115.27489) (xy 256.880974 115.583072) (xy 256.71369 115.985936) + (xy 256.71331 116.422151) (xy 256.87989 116.825306) (xy 257.188072 117.134026) (xy 257.590936 117.30131) (xy 258.027151 117.30169) + (xy 258.430306 117.13511) (xy 258.739026 116.826928) (xy 258.90631 116.424064) (xy 258.90669 115.987849) (xy 258.90669 117.648348) + (xy 258.862849 117.64831) (xy 258.459694 117.81489) (xy 258.150974 118.123072) (xy 257.98369 118.525936) (xy 257.98331 118.962151) + (xy 258.14989 119.365306) (xy 258.458072 119.674026) (xy 258.860936 119.84131) (xy 259.297151 119.84169) (xy 259.700306 119.67511) + (xy 260.009026 119.366928) (xy 260.17631 118.964064) (xy 260.17669 118.527849) (xy 260.17669 123.998348) (xy 260.132849 123.99831) + (xy 259.729694 124.16489) (xy 259.420974 124.473072) (xy 259.25369 124.875936) (xy 259.25331 125.312151) (xy 259.41989 125.715306) + (xy 259.728072 126.024026) (xy 260.130936 126.19131) (xy 260.567151 126.19169) (xy 260.970306 126.02511) (xy 261.279026 125.716928) + (xy 261.44631 125.314064) (xy 261.44669 124.877849) (xy 261.44669 126.538348) (xy 261.402849 126.53831) (xy 260.999694 126.70489) + (xy 260.690974 127.013072) (xy 260.52369 127.415936) (xy 260.52331 127.852151) (xy 260.68989 128.255306) (xy 260.998072 128.564026) + (xy 261.400936 128.73131) (xy 261.837151 128.73169) (xy 262.240306 128.56511) (xy 262.549026 128.256928) (xy 262.71631 127.854064) + (xy 262.71669 127.417849) (xy 262.71669 133.7394) (xy 260.17669 133.7394) (xy 260.17669 127.417849) (xy 260.01011 127.014694) + (xy 259.701928 126.705974) (xy 259.299064 126.53869) (xy 258.90669 126.538348) (xy 258.90669 124.877849) (xy 258.74011 124.474694) + (xy 258.431928 124.165974) (xy 258.029064 123.99869) (xy 257.63669 123.998348) (xy 257.63669 118.527849) (xy 257.47011 118.124694) + (xy 257.161928 117.815974) (xy 256.759064 117.64869) (xy 256.36669 117.648348) (xy 256.36669 115.987849) (xy 256.20011 115.584694) + (xy 255.891928 115.275974) (xy 255.489064 115.10869) (xy 255.09669 115.108348) (xy 255.09669 109.637849) (xy 254.93011 109.234694) + (xy 254.621928 108.925974) (xy 254.219064 108.75869) (xy 253.82669 108.758348) (xy 253.82669 107.097849) (xy 253.66011 106.694694) + (xy 253.351928 106.385974) (xy 252.949064 106.21869) (xy 252.512849 106.21831) (xy 252.109694 106.38489) (xy 251.800974 106.693072) + (xy 251.63369 107.095936) (xy 251.63331 107.532151) (xy 251.79989 107.935306) (xy 252.108072 108.244026) (xy 252.510936 108.41131) + (xy 252.947151 108.41169) (xy 253.350306 108.24511) (xy 253.659026 107.936928) (xy 253.82631 107.534064) (xy 253.82669 107.097849) + (xy 253.82669 108.758348) (xy 253.782849 108.75831) (xy 253.379694 108.92489) (xy 253.070974 109.233072) (xy 252.90369 109.635936) + (xy 252.90331 110.072151) (xy 253.06989 110.475306) (xy 253.378072 110.784026) (xy 253.780936 110.95131) (xy 254.217151 110.95169) + (xy 254.620306 110.78511) (xy 254.929026 110.476928) (xy 255.09631 110.074064) (xy 255.09669 109.637849) (xy 255.09669 115.108348) + (xy 255.052849 115.10831) (xy 254.649694 115.27489) (xy 254.340974 115.583072) (xy 254.17369 115.985936) (xy 254.17331 116.422151) + (xy 254.33989 116.825306) (xy 254.648072 117.134026) (xy 255.050936 117.30131) (xy 255.487151 117.30169) (xy 255.890306 117.13511) + (xy 256.199026 116.826928) (xy 256.36631 116.424064) (xy 256.36669 115.987849) (xy 256.36669 117.648348) (xy 256.322849 117.64831) + (xy 255.919694 117.81489) (xy 255.610974 118.123072) (xy 255.44369 118.525936) (xy 255.44331 118.962151) (xy 255.60989 119.365306) + (xy 255.918072 119.674026) (xy 256.320936 119.84131) (xy 256.757151 119.84169) (xy 257.160306 119.67511) (xy 257.469026 119.366928) + (xy 257.63631 118.964064) (xy 257.63669 118.527849) (xy 257.63669 123.998348) (xy 257.592849 123.99831) (xy 257.374937 124.088349) + (xy 257.509332 123.764692) (xy 257.509668 123.379001) (xy 257.362382 123.02254) (xy 257.089895 122.749577) (xy 256.733692 122.601668) + (xy 256.348001 122.601332) (xy 255.99154 122.748618) (xy 255.718577 123.021105) (xy 255.570668 123.377308) (xy 255.570332 123.762999) + (xy 255.704717 124.088237) (xy 255.489064 123.99869) (xy 255.09669 123.998348) (xy 255.09669 118.527849) (xy 254.93011 118.124694) + (xy 254.621928 117.815974) (xy 254.219064 117.64869) (xy 253.82669 117.648348) (xy 253.82669 115.987849) (xy 253.66011 115.584694) + (xy 253.351928 115.275974) (xy 252.949064 115.10869) (xy 252.55669 115.108348) (xy 252.55669 109.637849) (xy 252.39011 109.234694) + (xy 252.081928 108.925974) (xy 251.679064 108.75869) (xy 251.28669 108.758348) (xy 251.28669 107.097849) (xy 251.12011 106.694694) + (xy 250.811928 106.385974) (xy 250.409064 106.21869) (xy 249.972849 106.21831) (xy 249.569694 106.38489) (xy 249.260974 106.693072) + (xy 249.09369 107.095936) (xy 249.09331 107.532151) (xy 249.25989 107.935306) (xy 249.568072 108.244026) (xy 249.970936 108.41131) + (xy 250.407151 108.41169) (xy 250.810306 108.24511) (xy 251.119026 107.936928) (xy 251.28631 107.534064) (xy 251.28669 107.097849) + (xy 251.28669 108.758348) (xy 251.242849 108.75831) (xy 250.839694 108.92489) (xy 250.530974 109.233072) (xy 250.36369 109.635936) + (xy 250.36331 110.072151) (xy 250.52989 110.475306) (xy 250.838072 110.784026) (xy 251.240936 110.95131) (xy 251.677151 110.95169) + (xy 252.080306 110.78511) (xy 252.389026 110.476928) (xy 252.55631 110.074064) (xy 252.55669 109.637849) (xy 252.55669 115.108348) + (xy 252.512849 115.10831) (xy 252.109694 115.27489) (xy 251.800974 115.583072) (xy 251.63369 115.985936) (xy 251.63331 116.422151) + (xy 251.79989 116.825306) (xy 252.108072 117.134026) (xy 252.510936 117.30131) (xy 252.947151 117.30169) (xy 253.350306 117.13511) + (xy 253.659026 116.826928) (xy 253.82631 116.424064) (xy 253.82669 115.987849) (xy 253.82669 117.648348) (xy 253.782849 117.64831) + (xy 253.379694 117.81489) (xy 253.070974 118.123072) (xy 252.90369 118.525936) (xy 252.90331 118.962151) (xy 253.06989 119.365306) + (xy 253.378072 119.674026) (xy 253.780936 119.84131) (xy 254.217151 119.84169) (xy 254.620306 119.67511) (xy 254.929026 119.366928) + (xy 255.09631 118.964064) (xy 255.09669 118.527849) (xy 255.09669 123.998348) (xy 255.052849 123.99831) (xy 254.969668 124.032679) + (xy 254.969668 122.363001) (xy 254.822382 122.00654) (xy 254.549895 121.733577) (xy 254.193692 121.585668) (xy 253.808001 121.585332) + (xy 253.45154 121.732618) (xy 253.178577 122.005105) (xy 253.030668 122.361308) (xy 253.030332 122.746999) (xy 253.177618 123.10346) + (xy 253.450105 123.376423) (xy 253.806308 123.524332) (xy 254.191999 123.524668) (xy 254.54846 123.377382) (xy 254.821423 123.104895) + (xy 254.969332 122.748692) (xy 254.969668 122.363001) (xy 254.969668 124.032679) (xy 254.649694 124.16489) (xy 254.340974 124.473072) + (xy 254.17369 124.875936) (xy 254.17331 125.312151) (xy 254.33989 125.715306) (xy 254.648072 126.024026) (xy 255.050936 126.19131) + (xy 255.487151 126.19169) (xy 255.890306 126.02511) (xy 256.199026 125.716928) (xy 256.36631 125.314064) (xy 256.36669 124.877849) + (xy 256.202569 124.480646) (xy 256.346308 124.540332) (xy 256.731999 124.540668) (xy 256.877946 124.480364) (xy 256.71369 124.875936) + (xy 256.71331 125.312151) (xy 256.87989 125.715306) (xy 257.188072 126.024026) (xy 257.590936 126.19131) (xy 258.027151 126.19169) + (xy 258.430306 126.02511) (xy 258.739026 125.716928) (xy 258.90631 125.314064) (xy 258.90669 124.877849) (xy 258.90669 126.538348) + (xy 258.862849 126.53831) (xy 258.459694 126.70489) (xy 258.150974 127.013072) (xy 257.98369 127.415936) (xy 257.98331 127.852151) + (xy 258.14989 128.255306) (xy 258.458072 128.564026) (xy 258.860936 128.73131) (xy 259.297151 128.73169) (xy 259.700306 128.56511) + (xy 260.009026 128.256928) (xy 260.17631 127.854064) (xy 260.17669 127.417849) (xy 260.17669 133.7394) (xy 257.63669 133.7394) + (xy 257.63669 127.417849) (xy 257.47011 127.014694) (xy 257.161928 126.705974) (xy 256.759064 126.53869) (xy 256.322849 126.53831) + (xy 255.919694 126.70489) (xy 255.610974 127.013072) (xy 255.44369 127.415936) (xy 255.44331 127.852151) (xy 255.60989 128.255306) + (xy 255.918072 128.564026) (xy 256.320936 128.73131) (xy 256.757151 128.73169) (xy 257.160306 128.56511) (xy 257.469026 128.256928) + (xy 257.63631 127.854064) (xy 257.63669 127.417849) (xy 257.63669 133.7394) (xy 255.09669 133.7394) (xy 255.09669 127.417849) + (xy 254.93011 127.014694) (xy 254.621928 126.705974) (xy 254.219064 126.53869) (xy 253.82669 126.538348) (xy 253.82669 124.877849) + (xy 253.66011 124.474694) (xy 253.351928 124.165974) (xy 252.949064 123.99869) (xy 252.55669 123.998348) (xy 252.55669 118.527849) + (xy 252.39011 118.124694) (xy 252.081928 117.815974) (xy 251.679064 117.64869) (xy 251.28669 117.648348) (xy 251.28669 115.987849) + (xy 251.12011 115.584694) (xy 250.811928 115.275974) (xy 250.409064 115.10869) (xy 250.01669 115.108348) (xy 250.01669 109.637849) + (xy 249.85011 109.234694) (xy 249.541928 108.925974) (xy 249.139064 108.75869) (xy 248.74669 108.758348) (xy 248.74669 107.097849) + (xy 248.58011 106.694694) (xy 248.271928 106.385974) (xy 247.869064 106.21869) (xy 247.47669 106.218348) (xy 247.47669 100.747849) + (xy 247.31011 100.344694) (xy 247.001928 100.035974) (xy 246.599064 99.86869) (xy 246.21003 99.868351) (xy 246.21003 98.225461) + (xy 246.049934 97.819687) (xy 246.028934 97.788257) (xy 245.825178 97.745177) (xy 245.789823 97.780532) (xy 245.789823 97.709822) + (xy 245.746743 97.506066) (xy 245.346613 97.332345) (xy 244.93669 97.325413) (xy 244.93669 91.857849) (xy 244.77011 91.454694) + (xy 244.461928 91.145974) (xy 244.059064 90.97869) (xy 243.66669 90.978348) (xy 243.66669 89.317849) (xy 243.50011 88.914694) + (xy 243.191928 88.605974) (xy 242.789064 88.43869) (xy 242.39669 88.438348) (xy 242.39669 82.967849) (xy 242.23011 82.564694) + (xy 241.921928 82.255974) (xy 241.519064 82.08869) (xy 241.12669 82.088348) (xy 241.12669 80.427849) (xy 240.96011 80.024694) + (xy 240.651928 79.715974) (xy 240.249064 79.54869) (xy 239.85669 79.548348) (xy 239.85669 74.077849) (xy 239.69011 73.674694) + (xy 239.381928 73.365974) (xy 238.979064 73.19869) (xy 238.58669 73.198348) (xy 238.58669 71.537849) (xy 238.42011 71.134694) + (xy 238.111928 70.825974) (xy 237.709064 70.65869) (xy 237.272849 70.65831) (xy 236.869694 70.82489) (xy 236.560974 71.133072) + (xy 236.39369 71.535936) (xy 236.39331 71.972151) (xy 236.55989 72.375306) (xy 236.868072 72.684026) (xy 237.270936 72.85131) + (xy 237.707151 72.85169) (xy 238.110306 72.68511) (xy 238.419026 72.376928) (xy 238.58631 71.974064) (xy 238.58669 71.537849) + (xy 238.58669 73.198348) (xy 238.542849 73.19831) (xy 238.139694 73.36489) (xy 237.830974 73.673072) (xy 237.66369 74.075936) + (xy 237.66331 74.512151) (xy 237.82989 74.915306) (xy 238.138072 75.224026) (xy 238.540936 75.39131) (xy 238.977151 75.39169) + (xy 239.380306 75.22511) (xy 239.689026 74.916928) (xy 239.85631 74.514064) (xy 239.85669 74.077849) (xy 239.85669 79.548348) + (xy 239.812849 79.54831) (xy 239.409694 79.71489) (xy 239.100974 80.023072) (xy 238.93369 80.425936) (xy 238.93331 80.862151) + (xy 239.09989 81.265306) (xy 239.408072 81.574026) (xy 239.810936 81.74131) (xy 240.247151 81.74169) (xy 240.650306 81.57511) + (xy 240.959026 81.266928) (xy 241.12631 80.864064) (xy 241.12669 80.427849) (xy 241.12669 82.088348) (xy 241.082849 82.08831) + (xy 240.679694 82.25489) (xy 240.370974 82.563072) (xy 240.20369 82.965936) (xy 240.20331 83.402151) (xy 240.36989 83.805306) + (xy 240.678072 84.114026) (xy 241.080936 84.28131) (xy 241.517151 84.28169) (xy 241.920306 84.11511) (xy 242.229026 83.806928) + (xy 242.39631 83.404064) (xy 242.39669 82.967849) (xy 242.39669 88.438348) (xy 242.352849 88.43831) (xy 241.949694 88.60489) + (xy 241.640974 88.913072) (xy 241.47369 89.315936) (xy 241.47331 89.752151) (xy 241.63989 90.155306) (xy 241.948072 90.464026) + (xy 242.350936 90.63131) (xy 242.787151 90.63169) (xy 243.190306 90.46511) (xy 243.499026 90.156928) (xy 243.66631 89.754064) + (xy 243.66669 89.317849) (xy 243.66669 90.978348) (xy 243.622849 90.97831) (xy 243.219694 91.14489) (xy 242.910974 91.453072) + (xy 242.74369 91.855936) (xy 242.74331 92.292151) (xy 242.90989 92.695306) (xy 243.218072 93.004026) (xy 243.620936 93.17131) + (xy 244.057151 93.17169) (xy 244.460306 93.00511) (xy 244.769026 92.696928) (xy 244.93631 92.294064) (xy 244.93669 91.857849) + (xy 244.93669 97.325413) (xy 244.910461 97.32497) (xy 244.504687 97.485066) (xy 244.473257 97.506066) (xy 244.430177 97.709822) + (xy 245.11 98.389645) (xy 245.789823 97.709822) (xy 245.789823 97.780532) (xy 245.145355 98.425) (xy 245.825178 99.104823) + (xy 246.028934 99.061743) (xy 246.202655 98.661613) (xy 246.21003 98.225461) (xy 246.21003 99.868351) (xy 246.162849 99.86831) + (xy 245.789823 100.02244) (xy 245.789823 99.140178) (xy 245.11 98.460355) (xy 245.074645 98.49571) (xy 245.074645 98.425) + (xy 244.394822 97.745177) (xy 244.191066 97.788257) (xy 244.017345 98.188387) (xy 244.00997 98.624539) (xy 244.170066 99.030313) + (xy 244.191066 99.061743) (xy 244.394822 99.104823) (xy 245.074645 98.425) (xy 245.074645 98.49571) (xy 244.430177 99.140178) + (xy 244.473257 99.343934) (xy 244.873387 99.517655) (xy 245.309539 99.52503) (xy 245.715313 99.364934) (xy 245.746743 99.343934) + (xy 245.789823 99.140178) (xy 245.789823 100.02244) (xy 245.759694 100.03489) (xy 245.450974 100.343072) (xy 245.28369 100.745936) + (xy 245.28331 101.182151) (xy 245.44989 101.585306) (xy 245.758072 101.894026) (xy 246.160936 102.06131) (xy 246.597151 102.06169) + (xy 247.000306 101.89511) (xy 247.309026 101.586928) (xy 247.47631 101.184064) (xy 247.47669 100.747849) (xy 247.47669 106.218348) + (xy 247.432849 106.21831) (xy 247.029694 106.38489) (xy 246.720974 106.693072) (xy 246.55369 107.095936) (xy 246.55331 107.532151) + (xy 246.71989 107.935306) (xy 247.028072 108.244026) (xy 247.430936 108.41131) (xy 247.867151 108.41169) (xy 248.270306 108.24511) + (xy 248.579026 107.936928) (xy 248.74631 107.534064) (xy 248.74669 107.097849) (xy 248.74669 108.758348) (xy 248.702849 108.75831) + (xy 248.299694 108.92489) (xy 247.990974 109.233072) (xy 247.82369 109.635936) (xy 247.82331 110.072151) (xy 247.98989 110.475306) + (xy 248.298072 110.784026) (xy 248.700936 110.95131) (xy 249.137151 110.95169) (xy 249.540306 110.78511) (xy 249.849026 110.476928) + (xy 250.01631 110.074064) (xy 250.01669 109.637849) (xy 250.01669 115.108348) (xy 249.972849 115.10831) (xy 249.569694 115.27489) + (xy 249.260974 115.583072) (xy 249.09369 115.985936) (xy 249.09331 116.422151) (xy 249.25989 116.825306) (xy 249.568072 117.134026) + (xy 249.970936 117.30131) (xy 250.407151 117.30169) (xy 250.810306 117.13511) (xy 251.119026 116.826928) (xy 251.28631 116.424064) + (xy 251.28669 115.987849) (xy 251.28669 117.648348) (xy 251.242849 117.64831) (xy 250.839694 117.81489) (xy 250.530974 118.123072) + (xy 250.36369 118.525936) (xy 250.36331 118.962151) (xy 250.52989 119.365306) (xy 250.838072 119.674026) (xy 251.240936 119.84131) + (xy 251.677151 119.84169) (xy 252.080306 119.67511) (xy 252.389026 119.366928) (xy 252.55631 118.964064) (xy 252.55669 118.527849) + (xy 252.55669 123.998348) (xy 252.512849 123.99831) (xy 252.109694 124.16489) (xy 251.800974 124.473072) (xy 251.63369 124.875936) + (xy 251.63331 125.312151) (xy 251.79989 125.715306) (xy 252.108072 126.024026) (xy 252.510936 126.19131) (xy 252.947151 126.19169) + (xy 253.350306 126.02511) (xy 253.659026 125.716928) (xy 253.82631 125.314064) (xy 253.82669 124.877849) (xy 253.82669 126.538348) + (xy 253.782849 126.53831) (xy 253.379694 126.70489) (xy 253.070974 127.013072) (xy 252.90369 127.415936) (xy 252.90331 127.852151) + (xy 253.06989 128.255306) (xy 253.378072 128.564026) (xy 253.780936 128.73131) (xy 254.217151 128.73169) (xy 254.620306 128.56511) + (xy 254.929026 128.256928) (xy 255.09631 127.854064) (xy 255.09669 127.417849) (xy 255.09669 133.7394) (xy 252.55669 133.7394) + (xy 252.55669 127.417849) (xy 252.39011 127.014694) (xy 252.081928 126.705974) (xy 251.679064 126.53869) (xy 251.28669 126.538348) + (xy 251.28669 124.877849) (xy 251.12011 124.474694) (xy 250.811928 124.165974) (xy 250.409064 123.99869) (xy 250.01669 123.998348) + (xy 250.01669 118.527849) (xy 249.85011 118.124694) (xy 249.541928 117.815974) (xy 249.139064 117.64869) (xy 248.74669 117.648348) + (xy 248.74669 115.987849) (xy 248.58011 115.584694) (xy 248.271928 115.275974) (xy 247.869064 115.10869) (xy 247.47669 115.108348) + (xy 247.47669 109.637849) (xy 247.31011 109.234694) (xy 247.001928 108.925974) (xy 246.599064 108.75869) (xy 246.21003 108.758351) + (xy 246.21003 107.115461) (xy 246.049934 106.709687) (xy 246.028934 106.678257) (xy 245.825178 106.635177) (xy 245.789823 106.670532) + (xy 245.789823 106.599822) (xy 245.746743 106.396066) (xy 245.346613 106.222345) (xy 244.93669 106.215413) (xy 244.93669 100.747849) + (xy 244.77011 100.344694) (xy 244.461928 100.035974) (xy 244.059064 99.86869) (xy 243.66669 99.868348) (xy 243.66669 98.207849) + (xy 243.50011 97.804694) (xy 243.191928 97.495974) (xy 242.789064 97.32869) (xy 242.39669 97.328348) (xy 242.39669 91.857849) + (xy 242.23011 91.454694) (xy 241.921928 91.145974) (xy 241.519064 90.97869) (xy 241.12669 90.978348) (xy 241.12669 89.317849) + (xy 240.96011 88.914694) (xy 240.651928 88.605974) (xy 240.249064 88.43869) (xy 239.85669 88.438348) (xy 239.85669 82.967849) + (xy 239.69011 82.564694) (xy 239.381928 82.255974) (xy 238.979064 82.08869) (xy 238.58669 82.088348) (xy 238.58669 80.427849) + (xy 238.42011 80.024694) (xy 238.111928 79.715974) (xy 237.709064 79.54869) (xy 237.272849 79.54831) (xy 236.869694 79.71489) + (xy 236.560974 80.023072) (xy 236.39369 80.425936) (xy 236.39331 80.862151) (xy 236.55989 81.265306) (xy 236.868072 81.574026) + (xy 237.270936 81.74131) (xy 237.707151 81.74169) (xy 238.110306 81.57511) (xy 238.419026 81.266928) (xy 238.58631 80.864064) + (xy 238.58669 80.427849) (xy 238.58669 82.088348) (xy 238.542849 82.08831) (xy 238.139694 82.25489) (xy 237.830974 82.563072) + (xy 237.66369 82.965936) (xy 237.66331 83.402151) (xy 237.82989 83.805306) (xy 238.138072 84.114026) (xy 238.540936 84.28131) + (xy 238.977151 84.28169) (xy 239.380306 84.11511) (xy 239.689026 83.806928) (xy 239.85631 83.404064) (xy 239.85669 82.967849) + (xy 239.85669 88.438348) (xy 239.812849 88.43831) (xy 239.409694 88.60489) (xy 239.100974 88.913072) (xy 238.93369 89.315936) + (xy 238.93331 89.752151) (xy 239.09989 90.155306) (xy 239.408072 90.464026) (xy 239.810936 90.63131) (xy 240.247151 90.63169) + (xy 240.650306 90.46511) (xy 240.959026 90.156928) (xy 241.12631 89.754064) (xy 241.12669 89.317849) (xy 241.12669 90.978348) + (xy 241.082849 90.97831) (xy 240.679694 91.14489) (xy 240.370974 91.453072) (xy 240.20369 91.855936) (xy 240.20331 92.292151) + (xy 240.36989 92.695306) (xy 240.678072 93.004026) (xy 241.080936 93.17131) (xy 241.517151 93.17169) (xy 241.920306 93.00511) + (xy 242.229026 92.696928) (xy 242.39631 92.294064) (xy 242.39669 91.857849) (xy 242.39669 97.328348) (xy 242.352849 97.32831) + (xy 241.949694 97.49489) (xy 241.640974 97.803072) (xy 241.47369 98.205936) (xy 241.47331 98.642151) (xy 241.63989 99.045306) + (xy 241.948072 99.354026) (xy 242.350936 99.52131) (xy 242.787151 99.52169) (xy 243.190306 99.35511) (xy 243.499026 99.046928) + (xy 243.66631 98.644064) (xy 243.66669 98.207849) (xy 243.66669 99.868348) (xy 243.622849 99.86831) (xy 243.219694 100.03489) + (xy 242.910974 100.343072) (xy 242.74369 100.745936) (xy 242.74331 101.182151) (xy 242.90989 101.585306) (xy 243.218072 101.894026) + (xy 243.620936 102.06131) (xy 244.057151 102.06169) (xy 244.460306 101.89511) (xy 244.769026 101.586928) (xy 244.93631 101.184064) + (xy 244.93669 100.747849) (xy 244.93669 106.215413) (xy 244.910461 106.21497) (xy 244.504687 106.375066) (xy 244.473257 106.396066) + (xy 244.430177 106.599822) (xy 245.11 107.279645) (xy 245.789823 106.599822) (xy 245.789823 106.670532) (xy 245.145355 107.315) + (xy 245.825178 107.994823) (xy 246.028934 107.951743) (xy 246.202655 107.551613) (xy 246.21003 107.115461) (xy 246.21003 108.758351) + (xy 246.162849 108.75831) (xy 245.789823 108.91244) (xy 245.789823 108.030178) (xy 245.11 107.350355) (xy 245.074645 107.38571) + (xy 245.074645 107.315) (xy 244.394822 106.635177) (xy 244.191066 106.678257) (xy 244.017345 107.078387) (xy 244.00997 107.514539) + (xy 244.170066 107.920313) (xy 244.191066 107.951743) (xy 244.394822 107.994823) (xy 245.074645 107.315) (xy 245.074645 107.38571) + (xy 244.430177 108.030178) (xy 244.473257 108.233934) (xy 244.873387 108.407655) (xy 245.309539 108.41503) (xy 245.715313 108.254934) + (xy 245.746743 108.233934) (xy 245.789823 108.030178) (xy 245.789823 108.91244) (xy 245.759694 108.92489) (xy 245.450974 109.233072) + (xy 245.28369 109.635936) (xy 245.28331 110.072151) (xy 245.44989 110.475306) (xy 245.758072 110.784026) (xy 246.160936 110.95131) + (xy 246.597151 110.95169) (xy 247.000306 110.78511) (xy 247.309026 110.476928) (xy 247.47631 110.074064) (xy 247.47669 109.637849) + (xy 247.47669 115.108348) (xy 247.432849 115.10831) (xy 247.029694 115.27489) (xy 246.720974 115.583072) (xy 246.55369 115.985936) + (xy 246.55331 116.422151) (xy 246.71989 116.825306) (xy 247.028072 117.134026) (xy 247.430936 117.30131) (xy 247.867151 117.30169) + (xy 248.270306 117.13511) (xy 248.579026 116.826928) (xy 248.74631 116.424064) (xy 248.74669 115.987849) (xy 248.74669 117.648348) + (xy 248.702849 117.64831) (xy 248.299694 117.81489) (xy 247.990974 118.123072) (xy 247.82369 118.525936) (xy 247.82331 118.962151) + (xy 247.98989 119.365306) (xy 248.298072 119.674026) (xy 248.700936 119.84131) (xy 249.137151 119.84169) (xy 249.540306 119.67511) + (xy 249.849026 119.366928) (xy 250.01631 118.964064) (xy 250.01669 118.527849) (xy 250.01669 123.998348) (xy 249.972849 123.99831) + (xy 249.569694 124.16489) (xy 249.260974 124.473072) (xy 249.09369 124.875936) (xy 249.09331 125.312151) (xy 249.25989 125.715306) + (xy 249.568072 126.024026) (xy 249.970936 126.19131) (xy 250.407151 126.19169) (xy 250.810306 126.02511) (xy 251.119026 125.716928) + (xy 251.28631 125.314064) (xy 251.28669 124.877849) (xy 251.28669 126.538348) (xy 251.242849 126.53831) (xy 250.839694 126.70489) + (xy 250.530974 127.013072) (xy 250.36369 127.415936) (xy 250.36331 127.852151) (xy 250.52989 128.255306) (xy 250.838072 128.564026) + (xy 251.240936 128.73131) (xy 251.677151 128.73169) (xy 252.080306 128.56511) (xy 252.389026 128.256928) (xy 252.55631 127.854064) + (xy 252.55669 127.417849) (xy 252.55669 133.7394) (xy 250.01669 133.7394) (xy 250.01669 127.417849) (xy 249.85011 127.014694) + (xy 249.541928 126.705974) (xy 249.139064 126.53869) (xy 248.74669 126.538348) (xy 248.74669 124.877849) (xy 248.58011 124.474694) + (xy 248.271928 124.165974) (xy 247.869064 123.99869) (xy 247.47669 123.998348) (xy 247.47669 118.527849) (xy 247.31011 118.124694) + (xy 247.001928 117.815974) (xy 246.599064 117.64869) (xy 246.21003 117.648351) (xy 246.21003 116.005461) (xy 246.049934 115.599687) + (xy 246.028934 115.568257) (xy 245.825178 115.525177) (xy 245.789823 115.560532) (xy 245.789823 115.489822) (xy 245.746743 115.286066) + (xy 245.346613 115.112345) (xy 244.93669 115.105413) (xy 244.93669 109.637849) (xy 244.77011 109.234694) (xy 244.461928 108.925974) + (xy 244.059064 108.75869) (xy 243.66669 108.758348) (xy 243.66669 107.097849) (xy 243.50011 106.694694) (xy 243.191928 106.385974) + (xy 242.789064 106.21869) (xy 242.39669 106.218348) (xy 242.39669 100.747849) (xy 242.23011 100.344694) (xy 241.921928 100.035974) + (xy 241.519064 99.86869) (xy 241.12669 99.868348) (xy 241.12669 98.207849) (xy 240.96011 97.804694) (xy 240.651928 97.495974) + (xy 240.249064 97.32869) (xy 239.85669 97.328348) (xy 239.85669 91.857849) (xy 239.69011 91.454694) (xy 239.381928 91.145974) + (xy 238.979064 90.97869) (xy 238.58669 90.978348) (xy 238.58669 89.317849) (xy 238.42011 88.914694) (xy 238.111928 88.605974) + (xy 237.709064 88.43869) (xy 237.272849 88.43831) (xy 236.869694 88.60489) (xy 236.560974 88.913072) (xy 236.39369 89.315936) + (xy 236.39331 89.752151) (xy 236.55989 90.155306) (xy 236.868072 90.464026) (xy 237.270936 90.63131) (xy 237.707151 90.63169) + (xy 238.110306 90.46511) (xy 238.419026 90.156928) (xy 238.58631 89.754064) (xy 238.58669 89.317849) (xy 238.58669 90.978348) + (xy 238.542849 90.97831) (xy 238.139694 91.14489) (xy 237.830974 91.453072) (xy 237.66369 91.855936) (xy 237.66331 92.292151) + (xy 237.82989 92.695306) (xy 238.138072 93.004026) (xy 238.540936 93.17131) (xy 238.977151 93.17169) (xy 239.380306 93.00511) + (xy 239.689026 92.696928) (xy 239.85631 92.294064) (xy 239.85669 91.857849) (xy 239.85669 97.328348) (xy 239.812849 97.32831) + (xy 239.409694 97.49489) (xy 239.100974 97.803072) (xy 238.93369 98.205936) (xy 238.93331 98.642151) (xy 239.09989 99.045306) + (xy 239.408072 99.354026) (xy 239.810936 99.52131) (xy 240.247151 99.52169) (xy 240.650306 99.35511) (xy 240.959026 99.046928) + (xy 241.12631 98.644064) (xy 241.12669 98.207849) (xy 241.12669 99.868348) (xy 241.082849 99.86831) (xy 240.679694 100.03489) + (xy 240.370974 100.343072) (xy 240.20369 100.745936) (xy 240.20331 101.182151) (xy 240.36989 101.585306) (xy 240.678072 101.894026) + (xy 241.080936 102.06131) (xy 241.517151 102.06169) (xy 241.920306 101.89511) (xy 242.229026 101.586928) (xy 242.39631 101.184064) + (xy 242.39669 100.747849) (xy 242.39669 106.218348) (xy 242.352849 106.21831) (xy 241.949694 106.38489) (xy 241.640974 106.693072) + (xy 241.47369 107.095936) (xy 241.47331 107.532151) (xy 241.63989 107.935306) (xy 241.948072 108.244026) (xy 242.350936 108.41131) + (xy 242.787151 108.41169) (xy 243.190306 108.24511) (xy 243.499026 107.936928) (xy 243.66631 107.534064) (xy 243.66669 107.097849) + (xy 243.66669 108.758348) (xy 243.622849 108.75831) (xy 243.219694 108.92489) (xy 242.910974 109.233072) (xy 242.74369 109.635936) + (xy 242.74331 110.072151) (xy 242.90989 110.475306) (xy 243.218072 110.784026) (xy 243.620936 110.95131) (xy 244.057151 110.95169) + (xy 244.460306 110.78511) (xy 244.769026 110.476928) (xy 244.93631 110.074064) (xy 244.93669 109.637849) (xy 244.93669 115.105413) + (xy 244.910461 115.10497) (xy 244.504687 115.265066) (xy 244.473257 115.286066) (xy 244.430177 115.489822) (xy 245.11 116.169645) + (xy 245.789823 115.489822) (xy 245.789823 115.560532) (xy 245.145355 116.205) (xy 245.825178 116.884823) (xy 246.028934 116.841743) + (xy 246.202655 116.441613) (xy 246.21003 116.005461) (xy 246.21003 117.648351) (xy 246.162849 117.64831) (xy 245.789823 117.80244) + (xy 245.789823 116.920178) (xy 245.11 116.240355) (xy 245.074645 116.27571) (xy 245.074645 116.205) (xy 244.394822 115.525177) + (xy 244.191066 115.568257) (xy 244.017345 115.968387) (xy 244.00997 116.404539) (xy 244.170066 116.810313) (xy 244.191066 116.841743) + (xy 244.394822 116.884823) (xy 245.074645 116.205) (xy 245.074645 116.27571) (xy 244.430177 116.920178) (xy 244.473257 117.123934) + (xy 244.873387 117.297655) (xy 245.309539 117.30503) (xy 245.715313 117.144934) (xy 245.746743 117.123934) (xy 245.789823 116.920178) + (xy 245.789823 117.80244) (xy 245.759694 117.81489) (xy 245.450974 118.123072) (xy 245.28369 118.525936) (xy 245.28331 118.962151) + (xy 245.44989 119.365306) (xy 245.758072 119.674026) (xy 246.160936 119.84131) (xy 246.597151 119.84169) (xy 247.000306 119.67511) + (xy 247.309026 119.366928) (xy 247.47631 118.964064) (xy 247.47669 118.527849) (xy 247.47669 123.998348) (xy 247.432849 123.99831) + (xy 247.029694 124.16489) (xy 246.720974 124.473072) (xy 246.55369 124.875936) (xy 246.55331 125.312151) (xy 246.71989 125.715306) + (xy 247.028072 126.024026) (xy 247.430936 126.19131) (xy 247.867151 126.19169) (xy 248.270306 126.02511) (xy 248.579026 125.716928) + (xy 248.74631 125.314064) (xy 248.74669 124.877849) (xy 248.74669 126.538348) (xy 248.702849 126.53831) (xy 248.299694 126.70489) + (xy 247.990974 127.013072) (xy 247.82369 127.415936) (xy 247.82331 127.852151) (xy 247.98989 128.255306) (xy 248.298072 128.564026) + (xy 248.700936 128.73131) (xy 249.137151 128.73169) (xy 249.540306 128.56511) (xy 249.849026 128.256928) (xy 250.01631 127.854064) + (xy 250.01669 127.417849) (xy 250.01669 133.7394) (xy 247.47669 133.7394) (xy 247.47669 127.417849) (xy 247.31011 127.014694) + (xy 247.001928 126.705974) (xy 246.599064 126.53869) (xy 246.21003 126.538351) (xy 246.21003 124.895461) (xy 246.049934 124.489687) + (xy 246.028934 124.458257) (xy 245.825178 124.415177) (xy 245.789823 124.450532) (xy 245.789823 124.379822) (xy 245.746743 124.176066) + (xy 245.346613 124.002345) (xy 244.93669 123.995413) (xy 244.93669 118.527849) (xy 244.77011 118.124694) (xy 244.461928 117.815974) + (xy 244.059064 117.64869) (xy 243.66669 117.648348) (xy 243.66669 115.987849) (xy 243.50011 115.584694) (xy 243.191928 115.275974) + (xy 242.789064 115.10869) (xy 242.39669 115.108348) (xy 242.39669 109.637849) (xy 242.23011 109.234694) (xy 241.921928 108.925974) + (xy 241.519064 108.75869) (xy 241.12669 108.758348) (xy 241.12669 107.097849) (xy 240.96011 106.694694) (xy 240.651928 106.385974) + (xy 240.249064 106.21869) (xy 239.85669 106.218348) (xy 239.85669 100.747849) (xy 239.69011 100.344694) (xy 239.381928 100.035974) + (xy 238.979064 99.86869) (xy 238.58669 99.868348) (xy 238.58669 98.207849) (xy 238.42011 97.804694) (xy 238.111928 97.495974) + (xy 237.709064 97.32869) (xy 237.272849 97.32831) (xy 236.869694 97.49489) (xy 236.560974 97.803072) (xy 236.39369 98.205936) + (xy 236.39331 98.642151) (xy 236.55989 99.045306) (xy 236.868072 99.354026) (xy 237.270936 99.52131) (xy 237.707151 99.52169) + (xy 238.110306 99.35511) (xy 238.419026 99.046928) (xy 238.58631 98.644064) (xy 238.58669 98.207849) (xy 238.58669 99.868348) + (xy 238.542849 99.86831) (xy 238.139694 100.03489) (xy 237.830974 100.343072) (xy 237.66369 100.745936) (xy 237.66331 101.182151) + (xy 237.82989 101.585306) (xy 238.138072 101.894026) (xy 238.540936 102.06131) (xy 238.977151 102.06169) (xy 239.380306 101.89511) + (xy 239.689026 101.586928) (xy 239.85631 101.184064) (xy 239.85669 100.747849) (xy 239.85669 106.218348) (xy 239.812849 106.21831) + (xy 239.409694 106.38489) (xy 239.100974 106.693072) (xy 238.93369 107.095936) (xy 238.93331 107.532151) (xy 239.09989 107.935306) + (xy 239.408072 108.244026) (xy 239.810936 108.41131) (xy 240.247151 108.41169) (xy 240.650306 108.24511) (xy 240.959026 107.936928) + (xy 241.12631 107.534064) (xy 241.12669 107.097849) (xy 241.12669 108.758348) (xy 241.082849 108.75831) (xy 240.679694 108.92489) + (xy 240.370974 109.233072) (xy 240.20369 109.635936) (xy 240.20331 110.072151) (xy 240.36989 110.475306) (xy 240.678072 110.784026) + (xy 241.080936 110.95131) (xy 241.517151 110.95169) (xy 241.920306 110.78511) (xy 242.229026 110.476928) (xy 242.39631 110.074064) + (xy 242.39669 109.637849) (xy 242.39669 115.108348) (xy 242.352849 115.10831) (xy 241.949694 115.27489) (xy 241.640974 115.583072) + (xy 241.47369 115.985936) (xy 241.47331 116.422151) (xy 241.63989 116.825306) (xy 241.948072 117.134026) (xy 242.350936 117.30131) + (xy 242.787151 117.30169) (xy 243.190306 117.13511) (xy 243.499026 116.826928) (xy 243.66631 116.424064) (xy 243.66669 115.987849) + (xy 243.66669 117.648348) (xy 243.622849 117.64831) (xy 243.219694 117.81489) (xy 242.910974 118.123072) (xy 242.74369 118.525936) + (xy 242.74331 118.962151) (xy 242.90989 119.365306) (xy 243.218072 119.674026) (xy 243.620936 119.84131) (xy 244.057151 119.84169) + (xy 244.460306 119.67511) (xy 244.769026 119.366928) (xy 244.93631 118.964064) (xy 244.93669 118.527849) (xy 244.93669 123.995413) + (xy 244.910461 123.99497) (xy 244.504687 124.155066) (xy 244.473257 124.176066) (xy 244.430177 124.379822) (xy 245.11 125.059645) + (xy 245.789823 124.379822) (xy 245.789823 124.450532) (xy 245.145355 125.095) (xy 245.825178 125.774823) (xy 246.028934 125.731743) + (xy 246.202655 125.331613) (xy 246.21003 124.895461) (xy 246.21003 126.538351) (xy 246.162849 126.53831) (xy 245.789823 126.69244) + (xy 245.789823 125.810178) (xy 245.11 125.130355) (xy 245.074645 125.16571) (xy 245.074645 125.095) (xy 244.394822 124.415177) + (xy 244.191066 124.458257) (xy 244.017345 124.858387) (xy 244.00997 125.294539) (xy 244.170066 125.700313) (xy 244.191066 125.731743) + (xy 244.394822 125.774823) (xy 245.074645 125.095) (xy 245.074645 125.16571) (xy 244.430177 125.810178) (xy 244.473257 126.013934) + (xy 244.873387 126.187655) (xy 245.309539 126.19503) (xy 245.715313 126.034934) (xy 245.746743 126.013934) (xy 245.789823 125.810178) + (xy 245.789823 126.69244) (xy 245.759694 126.70489) (xy 245.450974 127.013072) (xy 245.28369 127.415936) (xy 245.28331 127.852151) + (xy 245.44989 128.255306) (xy 245.758072 128.564026) (xy 246.160936 128.73131) (xy 246.597151 128.73169) (xy 247.000306 128.56511) + (xy 247.309026 128.256928) (xy 247.47631 127.854064) (xy 247.47669 127.417849) (xy 247.47669 133.7394) (xy 244.93669 133.7394) + (xy 244.93669 127.417849) (xy 244.77011 127.014694) (xy 244.461928 126.705974) (xy 244.059064 126.53869) (xy 243.66669 126.538348) + (xy 243.66669 124.877849) (xy 243.50011 124.474694) (xy 243.191928 124.165974) (xy 242.789064 123.99869) (xy 242.39669 123.998348) + (xy 242.39669 118.527849) (xy 242.23011 118.124694) (xy 241.921928 117.815974) (xy 241.519064 117.64869) (xy 241.12669 117.648348) + (xy 241.12669 115.987849) (xy 240.96011 115.584694) (xy 240.651928 115.275974) (xy 240.249064 115.10869) (xy 239.85669 115.108348) + (xy 239.85669 109.637849) (xy 239.69011 109.234694) (xy 239.381928 108.925974) (xy 238.979064 108.75869) (xy 238.58669 108.758348) + (xy 238.58669 107.097849) (xy 238.42011 106.694694) (xy 238.111928 106.385974) (xy 237.709064 106.21869) (xy 237.272849 106.21831) + (xy 236.869694 106.38489) (xy 236.560974 106.693072) (xy 236.39369 107.095936) (xy 236.39331 107.532151) (xy 236.55989 107.935306) + (xy 236.868072 108.244026) (xy 237.270936 108.41131) (xy 237.707151 108.41169) (xy 238.110306 108.24511) (xy 238.419026 107.936928) + (xy 238.58631 107.534064) (xy 238.58669 107.097849) (xy 238.58669 108.758348) (xy 238.542849 108.75831) (xy 238.139694 108.92489) + (xy 237.830974 109.233072) (xy 237.66369 109.635936) (xy 237.66331 110.072151) (xy 237.82989 110.475306) (xy 238.138072 110.784026) + (xy 238.540936 110.95131) (xy 238.977151 110.95169) (xy 239.380306 110.78511) (xy 239.689026 110.476928) (xy 239.85631 110.074064) + (xy 239.85669 109.637849) (xy 239.85669 115.108348) (xy 239.812849 115.10831) (xy 239.409694 115.27489) (xy 239.100974 115.583072) + (xy 238.93369 115.985936) (xy 238.93331 116.422151) (xy 239.09989 116.825306) (xy 239.408072 117.134026) (xy 239.810936 117.30131) + (xy 240.247151 117.30169) (xy 240.650306 117.13511) (xy 240.959026 116.826928) (xy 241.12631 116.424064) (xy 241.12669 115.987849) + (xy 241.12669 117.648348) (xy 241.082849 117.64831) (xy 240.679694 117.81489) (xy 240.370974 118.123072) (xy 240.20369 118.525936) + (xy 240.20331 118.962151) (xy 240.36989 119.365306) (xy 240.678072 119.674026) (xy 241.080936 119.84131) (xy 241.517151 119.84169) + (xy 241.920306 119.67511) (xy 242.229026 119.366928) (xy 242.39631 118.964064) (xy 242.39669 118.527849) (xy 242.39669 123.998348) + (xy 242.352849 123.99831) (xy 241.949694 124.16489) (xy 241.640974 124.473072) (xy 241.47369 124.875936) (xy 241.47331 125.312151) + (xy 241.63989 125.715306) (xy 241.948072 126.024026) (xy 242.350936 126.19131) (xy 242.787151 126.19169) (xy 243.190306 126.02511) + (xy 243.499026 125.716928) (xy 243.66631 125.314064) (xy 243.66669 124.877849) (xy 243.66669 126.538348) (xy 243.622849 126.53831) + (xy 243.219694 126.70489) (xy 242.910974 127.013072) (xy 242.74369 127.415936) (xy 242.74331 127.852151) (xy 242.90989 128.255306) + (xy 243.218072 128.564026) (xy 243.620936 128.73131) (xy 244.057151 128.73169) (xy 244.460306 128.56511) (xy 244.769026 128.256928) + (xy 244.93631 127.854064) (xy 244.93669 127.417849) (xy 244.93669 133.7394) (xy 242.39669 133.7394) (xy 242.39669 127.417849) + (xy 242.23011 127.014694) (xy 241.921928 126.705974) (xy 241.519064 126.53869) (xy 241.12669 126.538348) (xy 241.12669 124.877849) + (xy 240.96011 124.474694) (xy 240.651928 124.165974) (xy 240.249064 123.99869) (xy 239.85669 123.998348) (xy 239.85669 118.527849) + (xy 239.69011 118.124694) (xy 239.381928 117.815974) (xy 238.979064 117.64869) (xy 238.58669 117.648348) (xy 238.58669 115.987849) + (xy 238.42011 115.584694) (xy 238.111928 115.275974) (xy 237.709064 115.10869) (xy 237.272849 115.10831) (xy 236.869694 115.27489) + (xy 236.560974 115.583072) (xy 236.39369 115.985936) (xy 236.39331 116.422151) (xy 236.55989 116.825306) (xy 236.868072 117.134026) + (xy 237.270936 117.30131) (xy 237.707151 117.30169) (xy 238.110306 117.13511) (xy 238.419026 116.826928) (xy 238.58631 116.424064) + (xy 238.58669 115.987849) (xy 238.58669 117.648348) (xy 238.542849 117.64831) (xy 238.139694 117.81489) (xy 237.830974 118.123072) + (xy 237.66369 118.525936) (xy 237.66331 118.962151) (xy 237.82989 119.365306) (xy 238.138072 119.674026) (xy 238.540936 119.84131) + (xy 238.977151 119.84169) (xy 239.380306 119.67511) (xy 239.689026 119.366928) (xy 239.85631 118.964064) (xy 239.85669 118.527849) + (xy 239.85669 123.998348) (xy 239.812849 123.99831) (xy 239.409694 124.16489) (xy 239.100974 124.473072) (xy 238.93369 124.875936) + (xy 238.93331 125.312151) (xy 239.09989 125.715306) (xy 239.408072 126.024026) (xy 239.810936 126.19131) (xy 240.247151 126.19169) + (xy 240.650306 126.02511) (xy 240.959026 125.716928) (xy 241.12631 125.314064) (xy 241.12669 124.877849) (xy 241.12669 126.538348) + (xy 241.082849 126.53831) (xy 240.679694 126.70489) (xy 240.370974 127.013072) (xy 240.20369 127.415936) (xy 240.20331 127.852151) + (xy 240.36989 128.255306) (xy 240.678072 128.564026) (xy 241.080936 128.73131) (xy 241.517151 128.73169) (xy 241.920306 128.56511) + (xy 242.229026 128.256928) (xy 242.39631 127.854064) (xy 242.39669 127.417849) (xy 242.39669 133.7394) (xy 239.85669 133.7394) + (xy 239.85669 127.417849) (xy 239.69011 127.014694) (xy 239.381928 126.705974) (xy 238.979064 126.53869) (xy 238.58669 126.538348) + (xy 238.58669 124.877849) (xy 238.42011 124.474694) (xy 238.111928 124.165974) (xy 237.709064 123.99869) (xy 237.272849 123.99831) + (xy 236.869694 124.16489) (xy 236.560974 124.473072) (xy 236.39369 124.875936) (xy 236.39331 125.312151) (xy 236.55989 125.715306) + (xy 236.868072 126.024026) (xy 237.270936 126.19131) (xy 237.707151 126.19169) (xy 238.110306 126.02511) (xy 238.419026 125.716928) + (xy 238.58631 125.314064) (xy 238.58669 124.877849) (xy 238.58669 126.538348) (xy 238.542849 126.53831) (xy 238.139694 126.70489) + (xy 237.830974 127.013072) (xy 237.66369 127.415936) (xy 237.66331 127.852151) (xy 237.82989 128.255306) (xy 238.138072 128.564026) + (xy 238.540936 128.73131) (xy 238.977151 128.73169) (xy 239.380306 128.56511) (xy 239.689026 128.256928) (xy 239.85631 127.854064) + (xy 239.85669 127.417849) (xy 239.85669 133.7394) (xy 236.364355 133.7394) (xy 236.364355 125.959217) (xy 236.364355 117.069217) + (xy 236.364355 108.179217) (xy 236.364355 99.289217) (xy 236.364355 90.399217) (xy 236.364355 81.509217) (xy 236.364355 72.619217) + (xy 236.05307 71.865851) (xy 235.477181 71.288955) (xy 234.724359 70.976357) (xy 233.909217 70.975645) (xy 233.155851 71.28693) + (xy 232.578955 71.862819) (xy 232.266357 72.615641) (xy 232.265645 73.430783) (xy 232.57693 74.184149) (xy 233.152819 74.761045) + (xy 233.905641 75.073643) (xy 234.720783 75.074355) (xy 235.474149 74.76307) (xy 236.051045 74.187181) (xy 236.363643 73.434359) + (xy 236.364355 72.619217) (xy 236.364355 81.509217) (xy 236.05307 80.755851) (xy 235.477181 80.178955) (xy 234.724359 79.866357) + (xy 233.909217 79.865645) (xy 233.155851 80.17693) (xy 232.578955 80.752819) (xy 232.266357 81.505641) (xy 232.265645 82.320783) + (xy 232.57693 83.074149) (xy 233.152819 83.651045) (xy 233.905641 83.963643) (xy 234.720783 83.964355) (xy 235.474149 83.65307) + (xy 236.051045 83.077181) (xy 236.363643 82.324359) (xy 236.364355 81.509217) (xy 236.364355 90.399217) (xy 236.05307 89.645851) + (xy 235.477181 89.068955) (xy 234.724359 88.756357) (xy 233.909217 88.755645) (xy 233.155851 89.06693) (xy 232.578955 89.642819) + (xy 232.266357 90.395641) (xy 232.265645 91.210783) (xy 232.57693 91.964149) (xy 233.152819 92.541045) (xy 233.905641 92.853643) + (xy 234.720783 92.854355) (xy 235.474149 92.54307) (xy 236.051045 91.967181) (xy 236.363643 91.214359) (xy 236.364355 90.399217) + (xy 236.364355 99.289217) (xy 236.05307 98.535851) (xy 235.477181 97.958955) (xy 234.724359 97.646357) (xy 233.909217 97.645645) + (xy 233.155851 97.95693) (xy 232.578955 98.532819) (xy 232.266357 99.285641) (xy 232.265645 100.100783) (xy 232.57693 100.854149) + (xy 233.152819 101.431045) (xy 233.905641 101.743643) (xy 234.720783 101.744355) (xy 235.474149 101.43307) (xy 236.051045 100.857181) + (xy 236.363643 100.104359) (xy 236.364355 99.289217) (xy 236.364355 108.179217) (xy 236.05307 107.425851) (xy 235.477181 106.848955) + (xy 234.724359 106.536357) (xy 233.909217 106.535645) (xy 233.155851 106.84693) (xy 232.578955 107.422819) (xy 232.266357 108.175641) + (xy 232.265645 108.990783) (xy 232.57693 109.744149) (xy 233.152819 110.321045) (xy 233.905641 110.633643) (xy 234.720783 110.634355) + (xy 235.474149 110.32307) (xy 236.051045 109.747181) (xy 236.363643 108.994359) (xy 236.364355 108.179217) (xy 236.364355 117.069217) + (xy 236.05307 116.315851) (xy 235.477181 115.738955) (xy 234.724359 115.426357) (xy 233.909217 115.425645) (xy 233.155851 115.73693) + (xy 232.578955 116.312819) (xy 232.266357 117.065641) (xy 232.265645 117.880783) (xy 232.57693 118.634149) (xy 233.152819 119.211045) + (xy 233.905641 119.523643) (xy 234.720783 119.524355) (xy 235.474149 119.21307) (xy 236.051045 118.637181) (xy 236.363643 117.884359) + (xy 236.364355 117.069217) (xy 236.364355 125.959217) (xy 236.05307 125.205851) (xy 235.477181 124.628955) (xy 234.724359 124.316357) + (xy 233.909217 124.315645) (xy 233.155851 124.62693) (xy 232.578955 125.202819) (xy 232.266357 125.955641) (xy 232.265645 126.770783) + (xy 232.57693 127.524149) (xy 233.152819 128.101045) (xy 233.905641 128.413643) (xy 234.720783 128.414355) (xy 235.474149 128.10307) + (xy 236.051045 127.527181) (xy 236.363643 126.774359) (xy 236.364355 125.959217) (xy 236.364355 133.7394) (xy 232.23669 133.7394) + (xy 232.23669 127.417849) (xy 232.23669 118.527849) (xy 232.23669 109.637849) (xy 232.23669 100.747849) (xy 232.23669 91.857849) + (xy 232.23669 82.967849) (xy 232.23669 74.077849) (xy 232.07011 73.674694) (xy 231.761928 73.365974) (xy 231.359064 73.19869) + (xy 230.96669 73.198348) (xy 230.96669 71.537849) (xy 230.80011 71.134694) (xy 230.491928 70.825974) (xy 230.089064 70.65869) + (xy 229.69669 70.658348) (xy 229.69669 65.187849) (xy 229.53011 64.784694) (xy 229.221928 64.475974) (xy 228.819064 64.30869) + (xy 228.42669 64.308348) (xy 228.42669 62.647849) (xy 228.26011 62.244694) (xy 227.951928 61.935974) (xy 227.549064 61.76869) + (xy 227.112849 61.76831) (xy 226.709694 61.93489) (xy 226.400974 62.243072) (xy 226.23369 62.645936) (xy 226.23331 63.082151) + (xy 226.39989 63.485306) (xy 226.708072 63.794026) (xy 227.110936 63.96131) (xy 227.547151 63.96169) (xy 227.950306 63.79511) + (xy 228.259026 63.486928) (xy 228.42631 63.084064) (xy 228.42669 62.647849) (xy 228.42669 64.308348) (xy 228.382849 64.30831) + (xy 227.979694 64.47489) (xy 227.670974 64.783072) (xy 227.50369 65.185936) (xy 227.50331 65.622151) (xy 227.66989 66.025306) + (xy 227.978072 66.334026) (xy 228.380936 66.50131) (xy 228.817151 66.50169) (xy 229.220306 66.33511) (xy 229.529026 66.026928) + (xy 229.69631 65.624064) (xy 229.69669 65.187849) (xy 229.69669 70.658348) (xy 229.652849 70.65831) (xy 229.249694 70.82489) + (xy 228.940974 71.133072) (xy 228.77369 71.535936) (xy 228.77331 71.972151) (xy 228.93989 72.375306) (xy 229.248072 72.684026) + (xy 229.650936 72.85131) (xy 230.087151 72.85169) (xy 230.490306 72.68511) (xy 230.799026 72.376928) (xy 230.96631 71.974064) + (xy 230.96669 71.537849) (xy 230.96669 73.198348) (xy 230.922849 73.19831) (xy 230.519694 73.36489) (xy 230.210974 73.673072) + (xy 230.04369 74.075936) (xy 230.04331 74.512151) (xy 230.20989 74.915306) (xy 230.518072 75.224026) (xy 230.920936 75.39131) + (xy 231.357151 75.39169) (xy 231.760306 75.22511) (xy 232.069026 74.916928) (xy 232.23631 74.514064) (xy 232.23669 74.077849) + (xy 232.23669 82.967849) (xy 232.07011 82.564694) (xy 231.761928 82.255974) (xy 231.359064 82.08869) (xy 230.96669 82.088348) + (xy 230.96669 80.427849) (xy 230.80011 80.024694) (xy 230.491928 79.715974) (xy 230.089064 79.54869) (xy 229.69669 79.548348) + (xy 229.69669 74.077849) (xy 229.53011 73.674694) (xy 229.221928 73.365974) (xy 228.819064 73.19869) (xy 228.42669 73.198348) + (xy 228.42669 71.537849) (xy 228.26011 71.134694) (xy 227.951928 70.825974) (xy 227.549064 70.65869) (xy 227.15669 70.658348) + (xy 227.15669 65.187849) (xy 226.99011 64.784694) (xy 226.681928 64.475974) (xy 226.279064 64.30869) (xy 225.88669 64.308348) + (xy 225.88669 62.647849) (xy 225.72011 62.244694) (xy 225.411928 61.935974) (xy 225.009064 61.76869) (xy 224.572849 61.76831) + (xy 224.169694 61.93489) (xy 223.860974 62.243072) (xy 223.69369 62.645936) (xy 223.69331 63.082151) (xy 223.85989 63.485306) + (xy 224.168072 63.794026) (xy 224.570936 63.96131) (xy 225.007151 63.96169) (xy 225.410306 63.79511) (xy 225.719026 63.486928) + (xy 225.88631 63.084064) (xy 225.88669 62.647849) (xy 225.88669 64.308348) (xy 225.842849 64.30831) (xy 225.439694 64.47489) + (xy 225.130974 64.783072) (xy 224.96369 65.185936) (xy 224.96331 65.622151) (xy 225.12989 66.025306) (xy 225.438072 66.334026) + (xy 225.840936 66.50131) (xy 226.277151 66.50169) (xy 226.680306 66.33511) (xy 226.989026 66.026928) (xy 227.15631 65.624064) + (xy 227.15669 65.187849) (xy 227.15669 70.658348) (xy 227.112849 70.65831) (xy 226.709694 70.82489) (xy 226.400974 71.133072) + (xy 226.23369 71.535936) (xy 226.23331 71.972151) (xy 226.39989 72.375306) (xy 226.708072 72.684026) (xy 227.110936 72.85131) + (xy 227.547151 72.85169) (xy 227.950306 72.68511) (xy 228.259026 72.376928) (xy 228.42631 71.974064) (xy 228.42669 71.537849) + (xy 228.42669 73.198348) (xy 228.382849 73.19831) (xy 227.979694 73.36489) (xy 227.670974 73.673072) (xy 227.50369 74.075936) + (xy 227.50331 74.512151) (xy 227.66989 74.915306) (xy 227.978072 75.224026) (xy 228.380936 75.39131) (xy 228.817151 75.39169) + (xy 229.220306 75.22511) (xy 229.529026 74.916928) (xy 229.69631 74.514064) (xy 229.69669 74.077849) (xy 229.69669 79.548348) + (xy 229.652849 79.54831) (xy 229.249694 79.71489) (xy 228.940974 80.023072) (xy 228.77369 80.425936) (xy 228.77331 80.862151) + (xy 228.93989 81.265306) (xy 229.248072 81.574026) (xy 229.650936 81.74131) (xy 230.087151 81.74169) (xy 230.490306 81.57511) + (xy 230.799026 81.266928) (xy 230.96631 80.864064) (xy 230.96669 80.427849) (xy 230.96669 82.088348) (xy 230.922849 82.08831) + (xy 230.519694 82.25489) (xy 230.210974 82.563072) (xy 230.04369 82.965936) (xy 230.04331 83.402151) (xy 230.20989 83.805306) + (xy 230.518072 84.114026) (xy 230.920936 84.28131) (xy 231.357151 84.28169) (xy 231.760306 84.11511) (xy 232.069026 83.806928) + (xy 232.23631 83.404064) (xy 232.23669 82.967849) (xy 232.23669 91.857849) (xy 232.07011 91.454694) (xy 231.761928 91.145974) + (xy 231.359064 90.97869) (xy 230.96669 90.978348) (xy 230.96669 89.317849) (xy 230.80011 88.914694) (xy 230.491928 88.605974) + (xy 230.089064 88.43869) (xy 229.69669 88.438348) (xy 229.69669 82.967849) (xy 229.53011 82.564694) (xy 229.221928 82.255974) + (xy 228.819064 82.08869) (xy 228.42669 82.088348) (xy 228.42669 80.427849) (xy 228.26011 80.024694) (xy 227.951928 79.715974) + (xy 227.549064 79.54869) (xy 227.15669 79.548348) (xy 227.15669 74.077849) (xy 226.99011 73.674694) (xy 226.681928 73.365974) + (xy 226.279064 73.19869) (xy 225.88669 73.198348) (xy 225.88669 71.537849) (xy 225.72011 71.134694) (xy 225.411928 70.825974) + (xy 225.009064 70.65869) (xy 224.61669 70.658348) (xy 224.61669 65.187849) (xy 224.45011 64.784694) (xy 224.141928 64.475974) + (xy 223.739064 64.30869) (xy 223.34669 64.308348) (xy 223.34669 62.647849) (xy 223.18011 62.244694) (xy 222.871928 61.935974) + (xy 222.469064 61.76869) (xy 222.032849 61.76831) (xy 221.629694 61.93489) (xy 221.320974 62.243072) (xy 221.15369 62.645936) + (xy 221.15331 63.082151) (xy 221.31989 63.485306) (xy 221.628072 63.794026) (xy 222.030936 63.96131) (xy 222.467151 63.96169) + (xy 222.870306 63.79511) (xy 223.179026 63.486928) (xy 223.34631 63.084064) (xy 223.34669 62.647849) (xy 223.34669 64.308348) + (xy 223.302849 64.30831) (xy 222.899694 64.47489) (xy 222.590974 64.783072) (xy 222.42369 65.185936) (xy 222.42331 65.622151) + (xy 222.58989 66.025306) (xy 222.898072 66.334026) (xy 223.300936 66.50131) (xy 223.737151 66.50169) (xy 224.140306 66.33511) + (xy 224.449026 66.026928) (xy 224.61631 65.624064) (xy 224.61669 65.187849) (xy 224.61669 70.658348) (xy 224.572849 70.65831) + (xy 224.169694 70.82489) (xy 223.860974 71.133072) (xy 223.69369 71.535936) (xy 223.69331 71.972151) (xy 223.85989 72.375306) + (xy 224.168072 72.684026) (xy 224.570936 72.85131) (xy 225.007151 72.85169) (xy 225.410306 72.68511) (xy 225.719026 72.376928) + (xy 225.88631 71.974064) (xy 225.88669 71.537849) (xy 225.88669 73.198348) (xy 225.842849 73.19831) (xy 225.439694 73.36489) + (xy 225.130974 73.673072) (xy 224.96369 74.075936) (xy 224.96331 74.512151) (xy 225.12989 74.915306) (xy 225.438072 75.224026) + (xy 225.840936 75.39131) (xy 226.277151 75.39169) (xy 226.680306 75.22511) (xy 226.989026 74.916928) (xy 227.15631 74.514064) + (xy 227.15669 74.077849) (xy 227.15669 79.548348) (xy 227.112849 79.54831) (xy 226.709694 79.71489) (xy 226.400974 80.023072) + (xy 226.23369 80.425936) (xy 226.23331 80.862151) (xy 226.39989 81.265306) (xy 226.708072 81.574026) (xy 227.110936 81.74131) + (xy 227.547151 81.74169) (xy 227.950306 81.57511) (xy 228.259026 81.266928) (xy 228.42631 80.864064) (xy 228.42669 80.427849) + (xy 228.42669 82.088348) (xy 228.382849 82.08831) (xy 227.979694 82.25489) (xy 227.670974 82.563072) (xy 227.50369 82.965936) + (xy 227.50331 83.402151) (xy 227.66989 83.805306) (xy 227.978072 84.114026) (xy 228.380936 84.28131) (xy 228.817151 84.28169) + (xy 229.220306 84.11511) (xy 229.529026 83.806928) (xy 229.69631 83.404064) (xy 229.69669 82.967849) (xy 229.69669 88.438348) + (xy 229.652849 88.43831) (xy 229.249694 88.60489) (xy 228.940974 88.913072) (xy 228.77369 89.315936) (xy 228.77331 89.752151) + (xy 228.93989 90.155306) (xy 229.248072 90.464026) (xy 229.650936 90.63131) (xy 230.087151 90.63169) (xy 230.490306 90.46511) + (xy 230.799026 90.156928) (xy 230.96631 89.754064) (xy 230.96669 89.317849) (xy 230.96669 90.978348) (xy 230.922849 90.97831) + (xy 230.519694 91.14489) (xy 230.210974 91.453072) (xy 230.04369 91.855936) (xy 230.04331 92.292151) (xy 230.20989 92.695306) + (xy 230.518072 93.004026) (xy 230.920936 93.17131) (xy 231.357151 93.17169) (xy 231.760306 93.00511) (xy 232.069026 92.696928) + (xy 232.23631 92.294064) (xy 232.23669 91.857849) (xy 232.23669 100.747849) (xy 232.07011 100.344694) (xy 231.761928 100.035974) + (xy 231.359064 99.86869) (xy 230.96669 99.868348) (xy 230.96669 98.207849) (xy 230.80011 97.804694) (xy 230.491928 97.495974) + (xy 230.089064 97.32869) (xy 229.69669 97.328348) (xy 229.69669 91.857849) (xy 229.53011 91.454694) (xy 229.221928 91.145974) + (xy 228.819064 90.97869) (xy 228.42669 90.978348) (xy 228.42669 89.317849) (xy 228.26011 88.914694) (xy 227.951928 88.605974) + (xy 227.549064 88.43869) (xy 227.15669 88.438348) (xy 227.15669 82.967849) (xy 226.99011 82.564694) (xy 226.681928 82.255974) + (xy 226.279064 82.08869) (xy 225.88669 82.088348) (xy 225.88669 80.427849) (xy 225.72011 80.024694) (xy 225.411928 79.715974) + (xy 225.009064 79.54869) (xy 224.61669 79.548348) (xy 224.61669 74.077849) (xy 224.45011 73.674694) (xy 224.141928 73.365974) + (xy 223.739064 73.19869) (xy 223.34669 73.198348) (xy 223.34669 71.537849) (xy 223.18011 71.134694) (xy 222.871928 70.825974) + (xy 222.469064 70.65869) (xy 222.07669 70.658348) (xy 222.07669 65.187849) (xy 221.91011 64.784694) (xy 221.601928 64.475974) + (xy 221.199064 64.30869) (xy 220.80669 64.308348) (xy 220.80669 62.647849) (xy 220.64011 62.244694) (xy 220.331928 61.935974) + (xy 219.929064 61.76869) (xy 219.492849 61.76831) (xy 219.089694 61.93489) (xy 218.780974 62.243072) (xy 218.61369 62.645936) + (xy 218.61331 63.082151) (xy 218.77989 63.485306) (xy 219.088072 63.794026) (xy 219.490936 63.96131) (xy 219.927151 63.96169) + (xy 220.330306 63.79511) (xy 220.639026 63.486928) (xy 220.80631 63.084064) (xy 220.80669 62.647849) (xy 220.80669 64.308348) + (xy 220.762849 64.30831) (xy 220.359694 64.47489) (xy 220.050974 64.783072) (xy 219.88369 65.185936) (xy 219.88331 65.622151) + (xy 220.04989 66.025306) (xy 220.358072 66.334026) (xy 220.760936 66.50131) (xy 221.197151 66.50169) (xy 221.600306 66.33511) + (xy 221.909026 66.026928) (xy 222.07631 65.624064) (xy 222.07669 65.187849) (xy 222.07669 70.658348) (xy 222.032849 70.65831) + (xy 221.629694 70.82489) (xy 221.320974 71.133072) (xy 221.15369 71.535936) (xy 221.15331 71.972151) (xy 221.31989 72.375306) + (xy 221.628072 72.684026) (xy 222.030936 72.85131) (xy 222.467151 72.85169) (xy 222.870306 72.68511) (xy 223.179026 72.376928) + (xy 223.34631 71.974064) (xy 223.34669 71.537849) (xy 223.34669 73.198348) (xy 223.302849 73.19831) (xy 222.899694 73.36489) + (xy 222.590974 73.673072) (xy 222.42369 74.075936) (xy 222.42331 74.512151) (xy 222.58989 74.915306) (xy 222.898072 75.224026) + (xy 223.300936 75.39131) (xy 223.737151 75.39169) (xy 224.140306 75.22511) (xy 224.449026 74.916928) (xy 224.61631 74.514064) + (xy 224.61669 74.077849) (xy 224.61669 79.548348) (xy 224.572849 79.54831) (xy 224.169694 79.71489) (xy 223.860974 80.023072) + (xy 223.69369 80.425936) (xy 223.69331 80.862151) (xy 223.85989 81.265306) (xy 224.168072 81.574026) (xy 224.570936 81.74131) + (xy 225.007151 81.74169) (xy 225.410306 81.57511) (xy 225.719026 81.266928) (xy 225.88631 80.864064) (xy 225.88669 80.427849) + (xy 225.88669 82.088348) (xy 225.842849 82.08831) (xy 225.439694 82.25489) (xy 225.130974 82.563072) (xy 224.96369 82.965936) + (xy 224.96331 83.402151) (xy 225.12989 83.805306) (xy 225.438072 84.114026) (xy 225.840936 84.28131) (xy 226.277151 84.28169) + (xy 226.680306 84.11511) (xy 226.989026 83.806928) (xy 227.15631 83.404064) (xy 227.15669 82.967849) (xy 227.15669 88.438348) + (xy 227.112849 88.43831) (xy 226.709694 88.60489) (xy 226.400974 88.913072) (xy 226.23369 89.315936) (xy 226.23331 89.752151) + (xy 226.39989 90.155306) (xy 226.708072 90.464026) (xy 227.110936 90.63131) (xy 227.547151 90.63169) (xy 227.950306 90.46511) + (xy 228.259026 90.156928) (xy 228.42631 89.754064) (xy 228.42669 89.317849) (xy 228.42669 90.978348) (xy 228.382849 90.97831) + (xy 227.979694 91.14489) (xy 227.670974 91.453072) (xy 227.50369 91.855936) (xy 227.50331 92.292151) (xy 227.66989 92.695306) + (xy 227.978072 93.004026) (xy 228.380936 93.17131) (xy 228.817151 93.17169) (xy 229.220306 93.00511) (xy 229.529026 92.696928) + (xy 229.69631 92.294064) (xy 229.69669 91.857849) (xy 229.69669 97.328348) (xy 229.652849 97.32831) (xy 229.249694 97.49489) + (xy 228.940974 97.803072) (xy 228.77369 98.205936) (xy 228.77331 98.642151) (xy 228.93989 99.045306) (xy 229.248072 99.354026) + (xy 229.650936 99.52131) (xy 230.087151 99.52169) (xy 230.490306 99.35511) (xy 230.799026 99.046928) (xy 230.96631 98.644064) + (xy 230.96669 98.207849) (xy 230.96669 99.868348) (xy 230.922849 99.86831) (xy 230.519694 100.03489) (xy 230.210974 100.343072) + (xy 230.04369 100.745936) (xy 230.04331 101.182151) (xy 230.20989 101.585306) (xy 230.518072 101.894026) (xy 230.920936 102.06131) + (xy 231.357151 102.06169) (xy 231.760306 101.89511) (xy 232.069026 101.586928) (xy 232.23631 101.184064) (xy 232.23669 100.747849) + (xy 232.23669 109.637849) (xy 232.07011 109.234694) (xy 231.761928 108.925974) (xy 231.359064 108.75869) (xy 230.96669 108.758348) + (xy 230.96669 107.097849) (xy 230.80011 106.694694) (xy 230.491928 106.385974) (xy 230.089064 106.21869) (xy 229.69669 106.218348) + (xy 229.69669 100.747849) (xy 229.53011 100.344694) (xy 229.221928 100.035974) (xy 228.819064 99.86869) (xy 228.42669 99.868348) + (xy 228.42669 98.207849) (xy 228.26011 97.804694) (xy 227.951928 97.495974) (xy 227.549064 97.32869) (xy 227.15669 97.328348) + (xy 227.15669 91.857849) (xy 226.99011 91.454694) (xy 226.681928 91.145974) (xy 226.279064 90.97869) (xy 225.88669 90.978348) + (xy 225.88669 89.317849) (xy 225.72011 88.914694) (xy 225.411928 88.605974) (xy 225.009064 88.43869) (xy 224.61669 88.438348) + (xy 224.61669 82.967849) (xy 224.45011 82.564694) (xy 224.141928 82.255974) (xy 223.739064 82.08869) (xy 223.34669 82.088348) + (xy 223.34669 80.427849) (xy 223.18011 80.024694) (xy 222.871928 79.715974) (xy 222.469064 79.54869) (xy 222.07669 79.548348) + (xy 222.07669 74.077849) (xy 221.91011 73.674694) (xy 221.601928 73.365974) (xy 221.199064 73.19869) (xy 220.80669 73.198348) + (xy 220.80669 71.537849) (xy 220.64011 71.134694) (xy 220.331928 70.825974) (xy 219.929064 70.65869) (xy 219.53669 70.658348) + (xy 219.53669 65.187849) (xy 219.37011 64.784694) (xy 219.061928 64.475974) (xy 218.659064 64.30869) (xy 218.26669 64.308348) + (xy 218.26669 62.647849) (xy 218.10011 62.244694) (xy 217.791928 61.935974) (xy 217.389064 61.76869) (xy 216.952849 61.76831) + (xy 216.549694 61.93489) (xy 216.240974 62.243072) (xy 216.07369 62.645936) (xy 216.07331 63.082151) (xy 216.23989 63.485306) + (xy 216.548072 63.794026) (xy 216.950936 63.96131) (xy 217.387151 63.96169) (xy 217.790306 63.79511) (xy 218.099026 63.486928) + (xy 218.26631 63.084064) (xy 218.26669 62.647849) (xy 218.26669 64.308348) (xy 218.222849 64.30831) (xy 217.819694 64.47489) + (xy 217.510974 64.783072) (xy 217.34369 65.185936) (xy 217.34331 65.622151) (xy 217.50989 66.025306) (xy 217.818072 66.334026) + (xy 218.220936 66.50131) (xy 218.657151 66.50169) (xy 219.060306 66.33511) (xy 219.369026 66.026928) (xy 219.53631 65.624064) + (xy 219.53669 65.187849) (xy 219.53669 70.658348) (xy 219.492849 70.65831) (xy 219.089694 70.82489) (xy 218.780974 71.133072) + (xy 218.61369 71.535936) (xy 218.61331 71.972151) (xy 218.77989 72.375306) (xy 219.088072 72.684026) (xy 219.490936 72.85131) + (xy 219.927151 72.85169) (xy 220.330306 72.68511) (xy 220.639026 72.376928) (xy 220.80631 71.974064) (xy 220.80669 71.537849) + (xy 220.80669 73.198348) (xy 220.762849 73.19831) (xy 220.359694 73.36489) (xy 220.050974 73.673072) (xy 219.88369 74.075936) + (xy 219.88331 74.512151) (xy 220.04989 74.915306) (xy 220.358072 75.224026) (xy 220.760936 75.39131) (xy 221.197151 75.39169) + (xy 221.600306 75.22511) (xy 221.909026 74.916928) (xy 222.07631 74.514064) (xy 222.07669 74.077849) (xy 222.07669 79.548348) + (xy 222.032849 79.54831) (xy 221.629694 79.71489) (xy 221.320974 80.023072) (xy 221.197456 80.320535) (xy 221.173692 80.310668) + (xy 220.788001 80.310332) (xy 220.762488 80.320873) (xy 220.64011 80.024694) (xy 220.331928 79.715974) (xy 219.929064 79.54869) + (xy 219.53669 79.548348) (xy 219.53669 74.077849) (xy 219.37011 73.674694) (xy 219.061928 73.365974) (xy 218.659064 73.19869) + (xy 218.26669 73.198348) (xy 218.26669 71.537849) (xy 218.10011 71.134694) (xy 217.791928 70.825974) (xy 217.389064 70.65869) + (xy 216.99669 70.658348) (xy 216.99669 65.187849) (xy 216.83011 64.784694) (xy 216.521928 64.475974) (xy 216.119064 64.30869) + (xy 215.72669 64.308348) (xy 215.72669 62.647849) (xy 215.56011 62.244694) (xy 215.251928 61.935974) (xy 214.849064 61.76869) + (xy 214.412849 61.76831) (xy 214.009694 61.93489) (xy 213.700974 62.243072) (xy 213.53369 62.645936) (xy 213.53331 63.082151) + (xy 213.69989 63.485306) (xy 214.008072 63.794026) (xy 214.410936 63.96131) (xy 214.847151 63.96169) (xy 215.250306 63.79511) + (xy 215.559026 63.486928) (xy 215.72631 63.084064) (xy 215.72669 62.647849) (xy 215.72669 64.308348) (xy 215.682849 64.30831) + (xy 215.279694 64.47489) (xy 214.970974 64.783072) (xy 214.80369 65.185936) (xy 214.80331 65.622151) (xy 214.96989 66.025306) + (xy 215.278072 66.334026) (xy 215.680936 66.50131) (xy 216.117151 66.50169) (xy 216.520306 66.33511) (xy 216.829026 66.026928) + (xy 216.99631 65.624064) (xy 216.99669 65.187849) (xy 216.99669 70.658348) (xy 216.952849 70.65831) (xy 216.549694 70.82489) + (xy 216.240974 71.133072) (xy 216.162435 71.322212) (xy 216.093692 71.293668) (xy 215.708001 71.293332) (xy 215.637665 71.322393) + (xy 215.56011 71.134694) (xy 215.251928 70.825974) (xy 214.849064 70.65869) (xy 214.45669 70.658348) (xy 214.45669 65.187849) + (xy 214.29011 64.784694) (xy 213.981928 64.475974) (xy 213.579064 64.30869) (xy 213.18669 64.308348) (xy 213.18669 62.647849) + (xy 213.02011 62.244694) (xy 212.711928 61.935974) (xy 212.309064 61.76869) (xy 211.872849 61.76831) (xy 211.469694 61.93489) + (xy 211.160974 62.243072) (xy 210.99369 62.645936) (xy 210.99331 63.082151) (xy 211.15989 63.485306) (xy 211.468072 63.794026) + (xy 211.870936 63.96131) (xy 212.307151 63.96169) (xy 212.710306 63.79511) (xy 213.019026 63.486928) (xy 213.18631 63.084064) + (xy 213.18669 62.647849) (xy 213.18669 64.308348) (xy 213.142849 64.30831) (xy 212.739694 64.47489) (xy 212.430974 64.783072) + (xy 212.26369 65.185936) (xy 212.26331 65.622151) (xy 212.42989 66.025306) (xy 212.738072 66.334026) (xy 213.140936 66.50131) + (xy 213.577151 66.50169) (xy 213.980306 66.33511) (xy 214.289026 66.026928) (xy 214.45631 65.624064) (xy 214.45669 65.187849) + (xy 214.45669 70.658348) (xy 214.412849 70.65831) (xy 214.009694 70.82489) (xy 213.700974 71.133072) (xy 213.53369 71.535936) + (xy 213.53331 71.972151) (xy 213.69989 72.375306) (xy 214.008072 72.684026) (xy 214.410936 72.85131) (xy 214.847151 72.85169) + (xy 215.058207 72.764483) (xy 215.077618 72.81146) (xy 215.350105 73.084423) (xy 215.653539 73.21042) (xy 215.279694 73.36489) + (xy 214.970974 73.673072) (xy 214.80369 74.075936) (xy 214.80331 74.512151) (xy 214.96989 74.915306) (xy 215.278072 75.224026) + (xy 215.680936 75.39131) (xy 216.117151 75.39169) (xy 216.520306 75.22511) (xy 216.829026 74.916928) (xy 216.99631 74.514064) + (xy 216.99669 74.077849) (xy 216.83011 73.674694) (xy 216.521928 73.365974) (xy 216.14658 73.210115) (xy 216.44846 73.085382) + (xy 216.721423 72.812895) (xy 216.74157 72.764373) (xy 216.950936 72.85131) (xy 217.387151 72.85169) (xy 217.790306 72.68511) + (xy 218.099026 72.376928) (xy 218.26631 71.974064) (xy 218.26669 71.537849) (xy 218.26669 73.198348) (xy 218.222849 73.19831) + (xy 217.819694 73.36489) (xy 217.510974 73.673072) (xy 217.34369 74.075936) (xy 217.34331 74.512151) (xy 217.50989 74.915306) + (xy 217.818072 75.224026) (xy 218.220936 75.39131) (xy 218.657151 75.39169) (xy 219.060306 75.22511) (xy 219.369026 74.916928) + (xy 219.53631 74.514064) (xy 219.53669 74.077849) (xy 219.53669 79.548348) (xy 219.492849 79.54831) (xy 219.089694 79.71489) + (xy 218.780974 80.023072) (xy 218.61369 80.425936) (xy 218.61331 80.862151) (xy 218.77989 81.265306) (xy 219.088072 81.574026) + (xy 219.490936 81.74131) (xy 219.927151 81.74169) (xy 220.093385 81.673003) (xy 220.157618 81.82846) (xy 220.430105 82.101423) + (xy 220.580237 82.163763) (xy 220.359694 82.25489) (xy 220.050974 82.563072) (xy 219.88369 82.965936) (xy 219.88331 83.402151) + (xy 220.04989 83.805306) (xy 220.358072 84.114026) (xy 220.428613 84.143317) (xy 220.285577 84.286105) (xy 220.137668 84.642308) + (xy 220.137332 85.027999) (xy 220.284618 85.38446) (xy 220.557105 85.657423) (xy 220.913308 85.805332) (xy 221.298999 85.805668) + (xy 221.65546 85.658382) (xy 221.928423 85.385895) (xy 222.076332 85.029692) (xy 222.076668 84.644001) (xy 221.929382 84.28754) + (xy 221.678916 84.036636) (xy 221.909026 83.806928) (xy 222.07631 83.404064) (xy 222.07669 82.967849) (xy 221.91011 82.564694) + (xy 221.601928 82.255974) (xy 221.379882 82.163772) (xy 221.52846 82.102382) (xy 221.801423 81.829895) (xy 221.86655 81.673051) + (xy 222.030936 81.74131) (xy 222.467151 81.74169) (xy 222.870306 81.57511) (xy 223.179026 81.266928) (xy 223.34631 80.864064) + (xy 223.34669 80.427849) (xy 223.34669 82.088348) (xy 223.302849 82.08831) (xy 222.899694 82.25489) (xy 222.590974 82.563072) + (xy 222.42369 82.965936) (xy 222.42331 83.402151) (xy 222.58989 83.805306) (xy 222.898072 84.114026) (xy 223.300936 84.28131) + (xy 223.737151 84.28169) (xy 224.140306 84.11511) (xy 224.449026 83.806928) (xy 224.61631 83.404064) (xy 224.61669 82.967849) + (xy 224.61669 88.438348) (xy 224.572849 88.43831) (xy 224.169694 88.60489) (xy 223.860974 88.913072) (xy 223.69369 89.315936) + (xy 223.69331 89.752151) (xy 223.85989 90.155306) (xy 224.168072 90.464026) (xy 224.570936 90.63131) (xy 225.007151 90.63169) + (xy 225.410306 90.46511) (xy 225.719026 90.156928) (xy 225.88631 89.754064) (xy 225.88669 89.317849) (xy 225.88669 90.978348) + (xy 225.842849 90.97831) (xy 225.439694 91.14489) (xy 225.130974 91.453072) (xy 224.96369 91.855936) (xy 224.96331 92.292151) + (xy 225.12989 92.695306) (xy 225.438072 93.004026) (xy 225.840936 93.17131) (xy 226.277151 93.17169) (xy 226.680306 93.00511) + (xy 226.989026 92.696928) (xy 227.15631 92.294064) (xy 227.15669 91.857849) (xy 227.15669 97.328348) (xy 227.112849 97.32831) + (xy 226.709694 97.49489) (xy 226.400974 97.803072) (xy 226.23369 98.205936) (xy 226.23331 98.642151) (xy 226.39989 99.045306) + (xy 226.708072 99.354026) (xy 227.110936 99.52131) (xy 227.547151 99.52169) (xy 227.950306 99.35511) (xy 228.259026 99.046928) + (xy 228.42631 98.644064) (xy 228.42669 98.207849) (xy 228.42669 99.868348) (xy 228.382849 99.86831) (xy 227.979694 100.03489) + (xy 227.670974 100.343072) (xy 227.592435 100.532212) (xy 227.523692 100.503668) (xy 227.138001 100.503332) (xy 227.067665 100.532393) + (xy 226.99011 100.344694) (xy 226.681928 100.035974) (xy 226.279064 99.86869) (xy 225.88669 99.868348) (xy 225.88669 98.207849) + (xy 225.72011 97.804694) (xy 225.411928 97.495974) (xy 225.009064 97.32869) (xy 224.61669 97.328348) (xy 224.61669 91.857849) + (xy 224.45011 91.454694) (xy 224.141928 91.145974) (xy 223.739064 90.97869) (xy 223.34669 90.978348) (xy 223.34669 89.317849) + (xy 223.18011 88.914694) (xy 222.871928 88.605974) (xy 222.469064 88.43869) (xy 222.032849 88.43831) (xy 221.629694 88.60489) + (xy 221.320974 88.913072) (xy 221.15369 89.315936) (xy 221.15331 89.752151) (xy 221.31989 90.155306) (xy 221.628072 90.464026) + (xy 222.030936 90.63131) (xy 222.467151 90.63169) (xy 222.870306 90.46511) (xy 223.179026 90.156928) (xy 223.34631 89.754064) + (xy 223.34669 89.317849) (xy 223.34669 90.978348) (xy 223.302849 90.97831) (xy 222.899694 91.14489) (xy 222.590974 91.453072) + (xy 222.42369 91.855936) (xy 222.42331 92.292151) (xy 222.58989 92.695306) (xy 222.898072 93.004026) (xy 223.300936 93.17131) + (xy 223.737151 93.17169) (xy 224.140306 93.00511) (xy 224.449026 92.696928) (xy 224.61631 92.294064) (xy 224.61669 91.857849) + (xy 224.61669 97.328348) (xy 224.572849 97.32831) (xy 224.169694 97.49489) (xy 223.860974 97.803072) (xy 223.69369 98.205936) + (xy 223.69331 98.642151) (xy 223.85989 99.045306) (xy 224.168072 99.354026) (xy 224.570936 99.52131) (xy 225.007151 99.52169) + (xy 225.410306 99.35511) (xy 225.719026 99.046928) (xy 225.88631 98.644064) (xy 225.88669 98.207849) (xy 225.88669 99.868348) + (xy 225.842849 99.86831) (xy 225.439694 100.03489) (xy 225.130974 100.343072) (xy 224.96369 100.745936) (xy 224.96331 101.182151) + (xy 225.12989 101.585306) (xy 225.438072 101.894026) (xy 225.840936 102.06131) (xy 226.277151 102.06169) (xy 226.488207 101.974483) + (xy 226.507618 102.02146) (xy 226.780105 102.294423) (xy 227.136308 102.442332) (xy 227.521999 102.442668) (xy 227.87846 102.295382) + (xy 228.151423 102.022895) (xy 228.17157 101.974373) (xy 228.380936 102.06131) (xy 228.817151 102.06169) (xy 229.220306 101.89511) + (xy 229.529026 101.586928) (xy 229.69631 101.184064) (xy 229.69669 100.747849) (xy 229.69669 106.218348) (xy 229.652849 106.21831) + (xy 229.249694 106.38489) (xy 228.940974 106.693072) (xy 228.77369 107.095936) (xy 228.77331 107.532151) (xy 228.93989 107.935306) + (xy 229.248072 108.244026) (xy 229.650936 108.41131) (xy 230.087151 108.41169) (xy 230.490306 108.24511) (xy 230.799026 107.936928) + (xy 230.96631 107.534064) (xy 230.96669 107.097849) (xy 230.96669 108.758348) (xy 230.922849 108.75831) (xy 230.519694 108.92489) + (xy 230.210974 109.233072) (xy 230.04369 109.635936) (xy 230.04331 110.072151) (xy 230.20989 110.475306) (xy 230.518072 110.784026) + (xy 230.920936 110.95131) (xy 231.357151 110.95169) (xy 231.760306 110.78511) (xy 232.069026 110.476928) (xy 232.23631 110.074064) + (xy 232.23669 109.637849) (xy 232.23669 118.527849) (xy 232.07011 118.124694) (xy 231.761928 117.815974) (xy 231.359064 117.64869) + (xy 230.96669 117.648348) (xy 230.96669 115.987849) (xy 230.80011 115.584694) (xy 230.491928 115.275974) (xy 230.089064 115.10869) + (xy 229.69669 115.108348) (xy 229.69669 109.637849) (xy 229.53011 109.234694) (xy 229.221928 108.925974) (xy 228.819064 108.75869) + (xy 228.42669 108.758348) (xy 228.42669 107.097849) (xy 228.26011 106.694694) (xy 227.951928 106.385974) (xy 227.549064 106.21869) + (xy 227.112849 106.21831) (xy 226.709694 106.38489) (xy 226.400974 106.693072) (xy 226.23369 107.095936) (xy 226.23331 107.532151) + (xy 226.39989 107.935306) (xy 226.708072 108.244026) (xy 227.110936 108.41131) (xy 227.547151 108.41169) (xy 227.950306 108.24511) + (xy 228.259026 107.936928) (xy 228.42631 107.534064) (xy 228.42669 107.097849) (xy 228.42669 108.758348) (xy 228.382849 108.75831) + (xy 227.979694 108.92489) (xy 227.670974 109.233072) (xy 227.50369 109.635936) (xy 227.50331 110.072151) (xy 227.66989 110.475306) + (xy 227.978072 110.784026) (xy 228.380936 110.95131) (xy 228.817151 110.95169) (xy 229.220306 110.78511) (xy 229.529026 110.476928) + (xy 229.69631 110.074064) (xy 229.69669 109.637849) (xy 229.69669 115.108348) (xy 229.652849 115.10831) (xy 229.249694 115.27489) + (xy 228.940974 115.583072) (xy 228.77369 115.985936) (xy 228.77331 116.422151) (xy 228.93989 116.825306) (xy 229.248072 117.134026) + (xy 229.650936 117.30131) (xy 230.087151 117.30169) (xy 230.490306 117.13511) (xy 230.799026 116.826928) (xy 230.96631 116.424064) + (xy 230.96669 115.987849) (xy 230.96669 117.648348) (xy 230.922849 117.64831) (xy 230.519694 117.81489) (xy 230.210974 118.123072) + (xy 230.04369 118.525936) (xy 230.04331 118.962151) (xy 230.20989 119.365306) (xy 230.518072 119.674026) (xy 230.920936 119.84131) + (xy 231.357151 119.84169) (xy 231.760306 119.67511) (xy 232.069026 119.366928) (xy 232.23631 118.964064) (xy 232.23669 118.527849) + (xy 232.23669 127.417849) (xy 232.07011 127.014694) (xy 231.761928 126.705974) (xy 231.359064 126.53869) (xy 230.96669 126.538348) + (xy 230.96669 124.877849) (xy 230.80011 124.474694) (xy 230.491928 124.165974) (xy 230.089064 123.99869) (xy 229.69669 123.998348) + (xy 229.69669 118.527849) (xy 229.53011 118.124694) (xy 229.221928 117.815974) (xy 228.819064 117.64869) (xy 228.42669 117.648348) + (xy 228.42669 115.987849) (xy 228.26011 115.584694) (xy 227.951928 115.275974) (xy 227.549064 115.10869) (xy 227.15669 115.108348) + (xy 227.15669 109.637849) (xy 226.99011 109.234694) (xy 226.681928 108.925974) (xy 226.279064 108.75869) (xy 225.88669 108.758348) + (xy 225.88669 107.097849) (xy 225.72011 106.694694) (xy 225.411928 106.385974) (xy 225.009064 106.21869) (xy 224.61669 106.218348) + (xy 224.61669 100.747849) (xy 224.45011 100.344694) (xy 224.141928 100.035974) (xy 223.739064 99.86869) (xy 223.34669 99.868348) + (xy 223.34669 98.207849) (xy 223.18011 97.804694) (xy 222.871928 97.495974) (xy 222.469064 97.32869) (xy 222.07669 97.328348) + (xy 222.07669 91.857849) (xy 221.91011 91.454694) (xy 221.601928 91.145974) (xy 221.199064 90.97869) (xy 220.80669 90.978348) + (xy 220.80669 89.317849) (xy 220.64011 88.914694) (xy 220.331928 88.605974) (xy 219.929064 88.43869) (xy 219.53669 88.438348) + (xy 219.53669 82.967849) (xy 219.37011 82.564694) (xy 219.061928 82.255974) (xy 218.659064 82.08869) (xy 218.26669 82.088348) + (xy 218.26669 80.427849) (xy 218.10011 80.024694) (xy 217.791928 79.715974) (xy 217.389064 79.54869) (xy 216.952849 79.54831) + (xy 216.549694 79.71489) (xy 216.240974 80.023072) (xy 216.07369 80.425936) (xy 216.07331 80.862151) (xy 216.23989 81.265306) + (xy 216.548072 81.574026) (xy 216.950936 81.74131) (xy 217.387151 81.74169) (xy 217.790306 81.57511) (xy 218.099026 81.266928) + (xy 218.26631 80.864064) (xy 218.26669 80.427849) (xy 218.26669 82.088348) (xy 218.222849 82.08831) (xy 217.819694 82.25489) + (xy 217.510974 82.563072) (xy 217.34369 82.965936) (xy 217.34331 83.402151) (xy 217.50989 83.805306) (xy 217.818072 84.114026) + (xy 218.220936 84.28131) (xy 218.657151 84.28169) (xy 219.060306 84.11511) (xy 219.369026 83.806928) (xy 219.53631 83.404064) + (xy 219.53669 82.967849) (xy 219.53669 88.438348) (xy 219.492849 88.43831) (xy 219.409668 88.472679) (xy 219.409668 87.184001) + (xy 219.262382 86.82754) (xy 218.989895 86.554577) (xy 218.633692 86.406668) (xy 218.248001 86.406332) (xy 217.89154 86.553618) + (xy 217.618577 86.826105) (xy 217.470668 87.182308) (xy 217.470332 87.567999) (xy 217.617618 87.92446) (xy 217.890105 88.197423) + (xy 218.246308 88.345332) (xy 218.631999 88.345668) (xy 218.98846 88.198382) (xy 219.261423 87.925895) (xy 219.409332 87.569692) + (xy 219.409668 87.184001) (xy 219.409668 88.472679) (xy 219.089694 88.60489) (xy 218.780974 88.913072) (xy 218.61369 89.315936) + (xy 218.61331 89.752151) (xy 218.77989 90.155306) (xy 219.088072 90.464026) (xy 219.490936 90.63131) (xy 219.927151 90.63169) + (xy 220.330306 90.46511) (xy 220.639026 90.156928) (xy 220.80631 89.754064) (xy 220.80669 89.317849) (xy 220.80669 90.978348) + (xy 220.762849 90.97831) (xy 220.359694 91.14489) (xy 220.050974 91.453072) (xy 219.88369 91.855936) (xy 219.88331 92.292151) + (xy 220.04989 92.695306) (xy 220.358072 93.004026) (xy 220.760936 93.17131) (xy 221.197151 93.17169) (xy 221.600306 93.00511) + (xy 221.909026 92.696928) (xy 222.07631 92.294064) (xy 222.07669 91.857849) (xy 222.07669 97.328348) (xy 222.032849 97.32831) + (xy 221.629694 97.49489) (xy 221.320974 97.803072) (xy 221.15369 98.205936) (xy 221.15331 98.642151) (xy 221.31989 99.045306) + (xy 221.628072 99.354026) (xy 222.030936 99.52131) (xy 222.467151 99.52169) (xy 222.870306 99.35511) (xy 223.179026 99.046928) + (xy 223.34631 98.644064) (xy 223.34669 98.207849) (xy 223.34669 99.868348) (xy 223.302849 99.86831) (xy 222.899694 100.03489) + (xy 222.590974 100.343072) (xy 222.42369 100.745936) (xy 222.42331 101.182151) (xy 222.58989 101.585306) (xy 222.898072 101.894026) + (xy 223.300936 102.06131) (xy 223.737151 102.06169) (xy 224.140306 101.89511) (xy 224.449026 101.586928) (xy 224.61631 101.184064) + (xy 224.61669 100.747849) (xy 224.61669 106.218348) (xy 224.572849 106.21831) (xy 224.169694 106.38489) (xy 223.860974 106.693072) + (xy 223.69369 107.095936) (xy 223.69331 107.532151) (xy 223.85989 107.935306) (xy 224.168072 108.244026) (xy 224.570936 108.41131) + (xy 225.007151 108.41169) (xy 225.410306 108.24511) (xy 225.719026 107.936928) (xy 225.88631 107.534064) (xy 225.88669 107.097849) + (xy 225.88669 108.758348) (xy 225.842849 108.75831) (xy 225.439694 108.92489) (xy 225.130974 109.233072) (xy 224.96369 109.635936) + (xy 224.96331 110.072151) (xy 225.12989 110.475306) (xy 225.438072 110.784026) (xy 225.840936 110.95131) (xy 226.277151 110.95169) + (xy 226.680306 110.78511) (xy 226.989026 110.476928) (xy 227.15631 110.074064) (xy 227.15669 109.637849) (xy 227.15669 115.108348) + (xy 227.112849 115.10831) (xy 226.709694 115.27489) (xy 226.400974 115.583072) (xy 226.23369 115.985936) (xy 226.23331 116.422151) + (xy 226.39989 116.825306) (xy 226.708072 117.134026) (xy 227.110936 117.30131) (xy 227.547151 117.30169) (xy 227.950306 117.13511) + (xy 228.259026 116.826928) (xy 228.42631 116.424064) (xy 228.42669 115.987849) (xy 228.42669 117.648348) (xy 228.382849 117.64831) + (xy 227.979694 117.81489) (xy 227.670974 118.123072) (xy 227.50369 118.525936) (xy 227.50331 118.962151) (xy 227.66989 119.365306) + (xy 227.978072 119.674026) (xy 228.380936 119.84131) (xy 228.817151 119.84169) (xy 229.220306 119.67511) (xy 229.529026 119.366928) + (xy 229.69631 118.964064) (xy 229.69669 118.527849) (xy 229.69669 123.998348) (xy 229.652849 123.99831) (xy 229.249694 124.16489) + (xy 228.940974 124.473072) (xy 228.77369 124.875936) (xy 228.77331 125.312151) (xy 228.93989 125.715306) (xy 229.248072 126.024026) + (xy 229.650936 126.19131) (xy 230.087151 126.19169) (xy 230.490306 126.02511) (xy 230.799026 125.716928) (xy 230.96631 125.314064) + (xy 230.96669 124.877849) (xy 230.96669 126.538348) (xy 230.922849 126.53831) (xy 230.519694 126.70489) (xy 230.210974 127.013072) + (xy 230.04369 127.415936) (xy 230.04331 127.852151) (xy 230.20989 128.255306) (xy 230.518072 128.564026) (xy 230.920936 128.73131) + (xy 231.357151 128.73169) (xy 231.760306 128.56511) (xy 232.069026 128.256928) (xy 232.23631 127.854064) (xy 232.23669 127.417849) + (xy 232.23669 133.7394) (xy 229.69669 133.7394) (xy 229.69669 127.417849) (xy 229.53011 127.014694) (xy 229.221928 126.705974) + (xy 228.819064 126.53869) (xy 228.42669 126.538348) (xy 228.42669 124.877849) (xy 228.26011 124.474694) (xy 227.951928 124.165974) + (xy 227.549064 123.99869) (xy 227.15669 123.998348) (xy 227.15669 118.527849) (xy 226.99011 118.124694) (xy 226.681928 117.815974) + (xy 226.279064 117.64869) (xy 225.88669 117.648348) (xy 225.88669 115.987849) (xy 225.72011 115.584694) (xy 225.411928 115.275974) + (xy 225.009064 115.10869) (xy 224.61669 115.108348) (xy 224.61669 109.637849) (xy 224.45011 109.234694) (xy 224.141928 108.925974) + (xy 223.739064 108.75869) (xy 223.34669 108.758348) (xy 223.34669 107.097849) (xy 223.18011 106.694694) (xy 222.871928 106.385974) + (xy 222.469064 106.21869) (xy 222.07669 106.218348) (xy 222.07669 100.747849) (xy 221.91011 100.344694) (xy 221.601928 100.035974) + (xy 221.199064 99.86869) (xy 220.80669 99.868348) (xy 220.80669 98.207849) (xy 220.64011 97.804694) (xy 220.331928 97.495974) + (xy 219.929064 97.32869) (xy 219.53669 97.328348) (xy 219.53669 91.857849) (xy 219.37011 91.454694) (xy 219.061928 91.145974) + (xy 218.659064 90.97869) (xy 218.26669 90.978348) (xy 218.26669 89.317849) (xy 218.10011 88.914694) (xy 217.791928 88.605974) + (xy 217.389064 88.43869) (xy 216.99669 88.438348) (xy 216.99669 82.967849) (xy 216.83011 82.564694) (xy 216.521928 82.255974) + (xy 216.119064 82.08869) (xy 215.72669 82.088348) (xy 215.72669 80.427849) (xy 215.56011 80.024694) (xy 215.251928 79.715974) + (xy 214.849064 79.54869) (xy 214.45669 79.548348) (xy 214.45669 74.077849) (xy 214.29011 73.674694) (xy 213.981928 73.365974) + (xy 213.579064 73.19869) (xy 213.18669 73.198348) (xy 213.18669 71.537849) (xy 213.02011 71.134694) (xy 212.711928 70.825974) + (xy 212.309064 70.65869) (xy 211.91669 70.658348) (xy 211.91669 65.187849) (xy 211.75011 64.784694) (xy 211.441928 64.475974) + (xy 211.039064 64.30869) (xy 210.64669 64.308348) (xy 210.64669 62.647849) (xy 210.48011 62.244694) (xy 210.171928 61.935974) + (xy 209.769064 61.76869) (xy 209.332849 61.76831) (xy 208.929694 61.93489) (xy 208.620974 62.243072) (xy 208.45369 62.645936) + (xy 208.45331 63.082151) (xy 208.61989 63.485306) (xy 208.928072 63.794026) (xy 209.330936 63.96131) (xy 209.767151 63.96169) + (xy 210.170306 63.79511) (xy 210.479026 63.486928) (xy 210.64631 63.084064) (xy 210.64669 62.647849) (xy 210.64669 64.308348) + (xy 210.602849 64.30831) (xy 210.199694 64.47489) (xy 209.890974 64.783072) (xy 209.72369 65.185936) (xy 209.72331 65.622151) + (xy 209.88989 66.025306) (xy 210.198072 66.334026) (xy 210.600936 66.50131) (xy 211.037151 66.50169) (xy 211.440306 66.33511) + (xy 211.749026 66.026928) (xy 211.91631 65.624064) (xy 211.91669 65.187849) (xy 211.91669 70.658348) (xy 211.872849 70.65831) + (xy 211.469694 70.82489) (xy 211.160974 71.133072) (xy 210.99369 71.535936) (xy 210.99331 71.972151) (xy 211.15989 72.375306) + (xy 211.468072 72.684026) (xy 211.870936 72.85131) (xy 212.307151 72.85169) (xy 212.710306 72.68511) (xy 213.019026 72.376928) + (xy 213.18631 71.974064) (xy 213.18669 71.537849) (xy 213.18669 73.198348) (xy 213.142849 73.19831) (xy 212.739694 73.36489) + (xy 212.430974 73.673072) (xy 212.26369 74.075936) (xy 212.26331 74.512151) (xy 212.42989 74.915306) (xy 212.738072 75.224026) + (xy 213.140936 75.39131) (xy 213.577151 75.39169) (xy 213.980306 75.22511) (xy 214.289026 74.916928) (xy 214.45631 74.514064) + (xy 214.45669 74.077849) (xy 214.45669 79.548348) (xy 214.412849 79.54831) (xy 214.009694 79.71489) (xy 213.700974 80.023072) + (xy 213.53369 80.425936) (xy 213.53331 80.862151) (xy 213.69989 81.265306) (xy 214.008072 81.574026) (xy 214.410936 81.74131) + (xy 214.847151 81.74169) (xy 215.250306 81.57511) (xy 215.559026 81.266928) (xy 215.72631 80.864064) (xy 215.72669 80.427849) + (xy 215.72669 82.088348) (xy 215.682849 82.08831) (xy 215.279694 82.25489) (xy 214.970974 82.563072) (xy 214.80369 82.965936) + (xy 214.80331 83.402151) (xy 214.96989 83.805306) (xy 215.278072 84.114026) (xy 215.680936 84.28131) (xy 216.117151 84.28169) + (xy 216.520306 84.11511) (xy 216.829026 83.806928) (xy 216.99631 83.404064) (xy 216.99669 82.967849) (xy 216.99669 88.438348) + (xy 216.952849 88.43831) (xy 216.549694 88.60489) (xy 216.240974 88.913072) (xy 216.07369 89.315936) (xy 216.07331 89.752151) + (xy 216.23989 90.155306) (xy 216.548072 90.464026) (xy 216.950936 90.63131) (xy 217.387151 90.63169) (xy 217.790306 90.46511) + (xy 218.099026 90.156928) (xy 218.26631 89.754064) (xy 218.26669 89.317849) (xy 218.26669 90.978348) (xy 218.222849 90.97831) + (xy 217.819694 91.14489) (xy 217.510974 91.453072) (xy 217.34369 91.855936) (xy 217.34331 92.292151) (xy 217.50989 92.695306) + (xy 217.818072 93.004026) (xy 218.220936 93.17131) (xy 218.657151 93.17169) (xy 219.060306 93.00511) (xy 219.369026 92.696928) + (xy 219.53631 92.294064) (xy 219.53669 91.857849) (xy 219.53669 97.328348) (xy 219.492849 97.32831) (xy 219.089694 97.49489) + (xy 218.780974 97.803072) (xy 218.61369 98.205936) (xy 218.61331 98.642151) (xy 218.77989 99.045306) (xy 219.088072 99.354026) + (xy 219.490936 99.52131) (xy 219.927151 99.52169) (xy 220.330306 99.35511) (xy 220.639026 99.046928) (xy 220.80631 98.644064) + (xy 220.80669 98.207849) (xy 220.80669 99.868348) (xy 220.762849 99.86831) (xy 220.359694 100.03489) (xy 220.050974 100.343072) + (xy 219.88369 100.745936) (xy 219.88331 101.182151) (xy 220.04989 101.585306) (xy 220.358072 101.894026) (xy 220.760936 102.06131) + (xy 221.197151 102.06169) (xy 221.600306 101.89511) (xy 221.909026 101.586928) (xy 222.07631 101.184064) (xy 222.07669 100.747849) + (xy 222.07669 106.218348) (xy 222.032849 106.21831) (xy 221.629694 106.38489) (xy 221.320974 106.693072) (xy 221.15369 107.095936) + (xy 221.15331 107.532151) (xy 221.31989 107.935306) (xy 221.628072 108.244026) (xy 222.030936 108.41131) (xy 222.467151 108.41169) + (xy 222.870306 108.24511) (xy 223.179026 107.936928) (xy 223.34631 107.534064) (xy 223.34669 107.097849) (xy 223.34669 108.758348) + (xy 223.302849 108.75831) (xy 222.899694 108.92489) (xy 222.590974 109.233072) (xy 222.42369 109.635936) (xy 222.42331 110.072151) + (xy 222.58989 110.475306) (xy 222.898072 110.784026) (xy 223.300936 110.95131) (xy 223.737151 110.95169) (xy 224.140306 110.78511) + (xy 224.449026 110.476928) (xy 224.61631 110.074064) (xy 224.61669 109.637849) (xy 224.61669 115.108348) (xy 224.572849 115.10831) + (xy 224.169694 115.27489) (xy 223.860974 115.583072) (xy 223.69369 115.985936) (xy 223.69331 116.422151) (xy 223.85989 116.825306) + (xy 224.168072 117.134026) (xy 224.570936 117.30131) (xy 225.007151 117.30169) (xy 225.410306 117.13511) (xy 225.719026 116.826928) + (xy 225.88631 116.424064) (xy 225.88669 115.987849) (xy 225.88669 117.648348) (xy 225.842849 117.64831) (xy 225.439694 117.81489) + (xy 225.130974 118.123072) (xy 224.96369 118.525936) (xy 224.96331 118.962151) (xy 225.12989 119.365306) (xy 225.438072 119.674026) + (xy 225.840936 119.84131) (xy 226.277151 119.84169) (xy 226.680306 119.67511) (xy 226.989026 119.366928) (xy 227.15631 118.964064) + (xy 227.15669 118.527849) (xy 227.15669 123.998348) (xy 227.112849 123.99831) (xy 226.709694 124.16489) (xy 226.400974 124.473072) + (xy 226.23369 124.875936) (xy 226.23331 125.312151) (xy 226.39989 125.715306) (xy 226.708072 126.024026) (xy 227.110936 126.19131) + (xy 227.547151 126.19169) (xy 227.950306 126.02511) (xy 228.259026 125.716928) (xy 228.42631 125.314064) (xy 228.42669 124.877849) + (xy 228.42669 126.538348) (xy 228.382849 126.53831) (xy 227.979694 126.70489) (xy 227.670974 127.013072) (xy 227.50369 127.415936) + (xy 227.50331 127.852151) (xy 227.66989 128.255306) (xy 227.978072 128.564026) (xy 228.380936 128.73131) (xy 228.817151 128.73169) + (xy 229.220306 128.56511) (xy 229.529026 128.256928) (xy 229.69631 127.854064) (xy 229.69669 127.417849) (xy 229.69669 133.7394) + (xy 227.15669 133.7394) (xy 227.15669 127.417849) (xy 226.99011 127.014694) (xy 226.681928 126.705974) (xy 226.279064 126.53869) + (xy 225.88669 126.538348) (xy 225.88669 124.877849) (xy 225.72011 124.474694) (xy 225.411928 124.165974) (xy 225.009064 123.99869) + (xy 224.61669 123.998348) (xy 224.61669 118.527849) (xy 224.45011 118.124694) (xy 224.141928 117.815974) (xy 223.739064 117.64869) + (xy 223.34669 117.648348) (xy 223.34669 115.987849) (xy 223.18011 115.584694) (xy 222.871928 115.275974) (xy 222.469064 115.10869) + (xy 222.07669 115.108348) (xy 222.07669 109.637849) (xy 221.91011 109.234694) (xy 221.601928 108.925974) (xy 221.199064 108.75869) + (xy 220.80669 108.758348) (xy 220.80669 107.097849) (xy 220.64011 106.694694) (xy 220.331928 106.385974) (xy 219.929064 106.21869) + (xy 219.53669 106.218348) (xy 219.53669 100.747849) (xy 219.37011 100.344694) (xy 219.061928 100.035974) (xy 218.659064 99.86869) + (xy 218.26669 99.868348) (xy 218.26669 98.207849) (xy 218.10011 97.804694) (xy 217.791928 97.495974) (xy 217.389064 97.32869) + (xy 216.99669 97.328348) (xy 216.99669 91.857849) (xy 216.83011 91.454694) (xy 216.521928 91.145974) (xy 216.119064 90.97869) + (xy 215.72669 90.978348) (xy 215.72669 89.317849) (xy 215.599668 89.010431) (xy 215.599668 85.152001) (xy 215.452382 84.79554) + (xy 215.179895 84.522577) (xy 214.823692 84.374668) (xy 214.45669 84.374348) (xy 214.45669 82.967849) (xy 214.29011 82.564694) + (xy 213.981928 82.255974) (xy 213.579064 82.08869) (xy 213.18669 82.088348) (xy 213.18669 80.427849) (xy 213.02011 80.024694) + (xy 212.711928 79.715974) (xy 212.309064 79.54869) (xy 211.91669 79.548348) (xy 211.91669 74.077849) (xy 211.75011 73.674694) + (xy 211.441928 73.365974) (xy 211.039064 73.19869) (xy 210.64669 73.198348) (xy 210.64669 71.537849) (xy 210.48011 71.134694) + (xy 210.171928 70.825974) (xy 209.769064 70.65869) (xy 209.37669 70.658348) (xy 209.37669 65.187849) (xy 209.21011 64.784694) + (xy 208.901928 64.475974) (xy 208.499064 64.30869) (xy 208.10669 64.308348) (xy 208.10669 62.647849) (xy 207.94011 62.244694) + (xy 207.631928 61.935974) (xy 207.229064 61.76869) (xy 206.792849 61.76831) (xy 206.389694 61.93489) (xy 206.080974 62.243072) + (xy 205.91369 62.645936) (xy 205.91331 63.082151) (xy 206.07989 63.485306) (xy 206.388072 63.794026) (xy 206.790936 63.96131) + (xy 207.227151 63.96169) (xy 207.630306 63.79511) (xy 207.939026 63.486928) (xy 208.10631 63.084064) (xy 208.10669 62.647849) + (xy 208.10669 64.308348) (xy 208.062849 64.30831) (xy 207.659694 64.47489) (xy 207.350974 64.783072) (xy 207.18369 65.185936) + (xy 207.18331 65.622151) (xy 207.34989 66.025306) (xy 207.658072 66.334026) (xy 208.060936 66.50131) (xy 208.497151 66.50169) + (xy 208.900306 66.33511) (xy 209.209026 66.026928) (xy 209.37631 65.624064) (xy 209.37669 65.187849) (xy 209.37669 70.658348) + (xy 209.332849 70.65831) (xy 208.929694 70.82489) (xy 208.620974 71.133072) (xy 208.45369 71.535936) (xy 208.45331 71.972151) + (xy 208.61989 72.375306) (xy 208.928072 72.684026) (xy 209.330936 72.85131) (xy 209.767151 72.85169) (xy 210.170306 72.68511) + (xy 210.479026 72.376928) (xy 210.64631 71.974064) (xy 210.64669 71.537849) (xy 210.64669 73.198348) (xy 210.602849 73.19831) + (xy 210.199694 73.36489) (xy 209.890974 73.673072) (xy 209.72369 74.075936) (xy 209.72331 74.512151) (xy 209.88989 74.915306) + (xy 210.198072 75.224026) (xy 210.600936 75.39131) (xy 211.037151 75.39169) (xy 211.440306 75.22511) (xy 211.749026 74.916928) + (xy 211.91631 74.514064) (xy 211.91669 74.077849) (xy 211.91669 79.548348) (xy 211.872849 79.54831) (xy 211.469694 79.71489) + (xy 211.160974 80.023072) (xy 210.99369 80.425936) (xy 210.99331 80.862151) (xy 211.15989 81.265306) (xy 211.468072 81.574026) + (xy 211.870936 81.74131) (xy 212.307151 81.74169) (xy 212.710306 81.57511) (xy 213.019026 81.266928) (xy 213.18631 80.864064) + (xy 213.18669 80.427849) (xy 213.18669 82.088348) (xy 213.142849 82.08831) (xy 212.739694 82.25489) (xy 212.430974 82.563072) + (xy 212.26369 82.965936) (xy 212.26331 83.402151) (xy 212.42989 83.805306) (xy 212.738072 84.114026) (xy 213.140936 84.28131) + (xy 213.577151 84.28169) (xy 213.980306 84.11511) (xy 214.289026 83.806928) (xy 214.45631 83.404064) (xy 214.45669 82.967849) + (xy 214.45669 84.374348) (xy 214.438001 84.374332) (xy 214.08154 84.521618) (xy 213.808577 84.794105) (xy 213.660668 85.150308) + (xy 213.660332 85.535999) (xy 213.807618 85.89246) (xy 214.080105 86.165423) (xy 214.436308 86.313332) (xy 214.821999 86.313668) + (xy 215.17846 86.166382) (xy 215.451423 85.893895) (xy 215.599332 85.537692) (xy 215.599668 85.152001) (xy 215.599668 89.010431) + (xy 215.56011 88.914694) (xy 215.251928 88.605974) (xy 214.849064 88.43869) (xy 214.412849 88.43831) (xy 214.009694 88.60489) + (xy 213.700974 88.913072) (xy 213.53369 89.315936) (xy 213.53331 89.752151) (xy 213.69989 90.155306) (xy 214.008072 90.464026) + (xy 214.410936 90.63131) (xy 214.847151 90.63169) (xy 215.250306 90.46511) (xy 215.559026 90.156928) (xy 215.72631 89.754064) + (xy 215.72669 89.317849) (xy 215.72669 90.978348) (xy 215.682849 90.97831) (xy 215.279694 91.14489) (xy 214.970974 91.453072) + (xy 214.80369 91.855936) (xy 214.80331 92.292151) (xy 214.96989 92.695306) (xy 215.278072 93.004026) (xy 215.680936 93.17131) + (xy 216.117151 93.17169) (xy 216.520306 93.00511) (xy 216.829026 92.696928) (xy 216.99631 92.294064) (xy 216.99669 91.857849) + (xy 216.99669 97.328348) (xy 216.952849 97.32831) (xy 216.549694 97.49489) (xy 216.240974 97.803072) (xy 216.07369 98.205936) + (xy 216.07331 98.642151) (xy 216.23989 99.045306) (xy 216.548072 99.354026) (xy 216.950936 99.52131) (xy 217.387151 99.52169) + (xy 217.790306 99.35511) (xy 218.099026 99.046928) (xy 218.26631 98.644064) (xy 218.26669 98.207849) (xy 218.26669 99.868348) + (xy 218.222849 99.86831) (xy 217.819694 100.03489) (xy 217.510974 100.343072) (xy 217.34369 100.745936) (xy 217.34331 101.182151) + (xy 217.50989 101.585306) (xy 217.818072 101.894026) (xy 218.220936 102.06131) (xy 218.657151 102.06169) (xy 219.060306 101.89511) + (xy 219.369026 101.586928) (xy 219.53631 101.184064) (xy 219.53669 100.747849) (xy 219.53669 106.218348) (xy 219.492849 106.21831) + (xy 219.089694 106.38489) (xy 218.780974 106.693072) (xy 218.61369 107.095936) (xy 218.61331 107.532151) (xy 218.77989 107.935306) + (xy 219.088072 108.244026) (xy 219.490936 108.41131) (xy 219.927151 108.41169) (xy 220.330306 108.24511) (xy 220.639026 107.936928) + (xy 220.80631 107.534064) (xy 220.80669 107.097849) (xy 220.80669 108.758348) (xy 220.762849 108.75831) (xy 220.359694 108.92489) + (xy 220.050974 109.233072) (xy 219.88369 109.635936) (xy 219.88331 110.072151) (xy 220.04989 110.475306) (xy 220.358072 110.784026) + (xy 220.760936 110.95131) (xy 221.197151 110.95169) (xy 221.600306 110.78511) (xy 221.909026 110.476928) (xy 222.07631 110.074064) + (xy 222.07669 109.637849) (xy 222.07669 115.108348) (xy 222.032849 115.10831) (xy 221.629694 115.27489) (xy 221.320974 115.583072) + (xy 221.15369 115.985936) (xy 221.15331 116.422151) (xy 221.31989 116.825306) (xy 221.628072 117.134026) (xy 222.030936 117.30131) + (xy 222.467151 117.30169) (xy 222.870306 117.13511) (xy 223.179026 116.826928) (xy 223.34631 116.424064) (xy 223.34669 115.987849) + (xy 223.34669 117.648348) (xy 223.302849 117.64831) (xy 222.899694 117.81489) (xy 222.590974 118.123072) (xy 222.42369 118.525936) + (xy 222.42331 118.962151) (xy 222.58989 119.365306) (xy 222.898072 119.674026) (xy 223.300936 119.84131) (xy 223.737151 119.84169) + (xy 224.140306 119.67511) (xy 224.449026 119.366928) (xy 224.61631 118.964064) (xy 224.61669 118.527849) (xy 224.61669 123.998348) + (xy 224.572849 123.99831) (xy 224.169694 124.16489) (xy 223.860974 124.473072) (xy 223.69369 124.875936) (xy 223.69331 125.312151) + (xy 223.85989 125.715306) (xy 224.168072 126.024026) (xy 224.570936 126.19131) (xy 225.007151 126.19169) (xy 225.410306 126.02511) + (xy 225.719026 125.716928) (xy 225.88631 125.314064) (xy 225.88669 124.877849) (xy 225.88669 126.538348) (xy 225.842849 126.53831) + (xy 225.439694 126.70489) (xy 225.130974 127.013072) (xy 224.96369 127.415936) (xy 224.96331 127.852151) (xy 225.12989 128.255306) + (xy 225.438072 128.564026) (xy 225.840936 128.73131) (xy 226.277151 128.73169) (xy 226.680306 128.56511) (xy 226.989026 128.256928) + (xy 227.15631 127.854064) (xy 227.15669 127.417849) (xy 227.15669 133.7394) (xy 224.61669 133.7394) (xy 224.61669 127.417849) + (xy 224.45011 127.014694) (xy 224.141928 126.705974) (xy 223.739064 126.53869) (xy 223.34669 126.538348) (xy 223.34669 124.877849) + (xy 223.18011 124.474694) (xy 222.871928 124.165974) (xy 222.469064 123.99869) (xy 222.07669 123.998348) (xy 222.07669 118.527849) + (xy 221.91011 118.124694) (xy 221.601928 117.815974) (xy 221.199064 117.64869) (xy 220.80669 117.648348) (xy 220.80669 115.987849) + (xy 220.64011 115.584694) (xy 220.331928 115.275974) (xy 219.929064 115.10869) (xy 219.53669 115.108348) (xy 219.53669 109.637849) + (xy 219.37011 109.234694) (xy 219.061928 108.925974) (xy 218.659064 108.75869) (xy 218.26669 108.758348) (xy 218.26669 107.097849) + (xy 218.10011 106.694694) (xy 217.791928 106.385974) (xy 217.389064 106.21869) (xy 216.99669 106.218348) (xy 216.99669 100.747849) + (xy 216.83011 100.344694) (xy 216.521928 100.035974) (xy 216.119064 99.86869) (xy 215.72669 99.868348) (xy 215.72669 98.207849) + (xy 215.56011 97.804694) (xy 215.251928 97.495974) (xy 214.849064 97.32869) (xy 214.45669 97.328348) (xy 214.45669 91.857849) + (xy 214.29011 91.454694) (xy 213.981928 91.145974) (xy 213.579064 90.97869) (xy 213.18669 90.978348) (xy 213.18669 89.317849) + (xy 213.059668 89.010431) (xy 213.059668 85.660001) (xy 212.912382 85.30354) (xy 212.639895 85.030577) (xy 212.283692 84.882668) + (xy 211.91669 84.882348) (xy 211.91669 82.967849) (xy 211.75011 82.564694) (xy 211.441928 82.255974) (xy 211.039064 82.08869) + (xy 210.64669 82.088348) (xy 210.64669 80.427849) (xy 210.48011 80.024694) (xy 210.171928 79.715974) (xy 209.769064 79.54869) + (xy 209.37669 79.548348) (xy 209.37669 74.077849) (xy 209.21011 73.674694) (xy 208.901928 73.365974) (xy 208.499064 73.19869) + (xy 208.10669 73.198348) (xy 208.10669 71.537849) (xy 207.94011 71.134694) (xy 207.631928 70.825974) (xy 207.229064 70.65869) + (xy 206.83669 70.658348) (xy 206.83669 65.187849) (xy 206.67011 64.784694) (xy 206.361928 64.475974) (xy 205.959064 64.30869) + (xy 205.56669 64.308348) (xy 205.56669 62.647849) (xy 205.40011 62.244694) (xy 205.091928 61.935974) (xy 204.689064 61.76869) + (xy 204.252849 61.76831) (xy 203.849694 61.93489) (xy 203.540974 62.243072) (xy 203.37369 62.645936) (xy 203.37331 63.082151) + (xy 203.53989 63.485306) (xy 203.848072 63.794026) (xy 204.250936 63.96131) (xy 204.687151 63.96169) (xy 205.090306 63.79511) + (xy 205.399026 63.486928) (xy 205.56631 63.084064) (xy 205.56669 62.647849) (xy 205.56669 64.308348) (xy 205.522849 64.30831) + (xy 205.119694 64.47489) (xy 204.810974 64.783072) (xy 204.64369 65.185936) (xy 204.64331 65.622151) (xy 204.80989 66.025306) + (xy 205.118072 66.334026) (xy 205.520936 66.50131) (xy 205.957151 66.50169) (xy 206.360306 66.33511) (xy 206.669026 66.026928) + (xy 206.83631 65.624064) (xy 206.83669 65.187849) (xy 206.83669 70.658348) (xy 206.792849 70.65831) (xy 206.389694 70.82489) + (xy 206.080974 71.133072) (xy 205.91369 71.535936) (xy 205.91331 71.972151) (xy 206.07989 72.375306) (xy 206.388072 72.684026) + (xy 206.790936 72.85131) (xy 207.227151 72.85169) (xy 207.630306 72.68511) (xy 207.939026 72.376928) (xy 208.10631 71.974064) + (xy 208.10669 71.537849) (xy 208.10669 73.198348) (xy 208.062849 73.19831) (xy 207.659694 73.36489) (xy 207.350974 73.673072) + (xy 207.18369 74.075936) (xy 207.18331 74.512151) (xy 207.34989 74.915306) (xy 207.658072 75.224026) (xy 208.060936 75.39131) + (xy 208.497151 75.39169) (xy 208.900306 75.22511) (xy 209.209026 74.916928) (xy 209.37631 74.514064) (xy 209.37669 74.077849) + (xy 209.37669 79.548348) (xy 209.332849 79.54831) (xy 208.929694 79.71489) (xy 208.620974 80.023072) (xy 208.45369 80.425936) + (xy 208.45331 80.862151) (xy 208.61989 81.265306) (xy 208.928072 81.574026) (xy 209.330936 81.74131) (xy 209.767151 81.74169) + (xy 210.170306 81.57511) (xy 210.479026 81.266928) (xy 210.64631 80.864064) (xy 210.64669 80.427849) (xy 210.64669 82.088348) + (xy 210.602849 82.08831) (xy 210.199694 82.25489) (xy 209.890974 82.563072) (xy 209.72369 82.965936) (xy 209.72331 83.402151) + (xy 209.88989 83.805306) (xy 210.198072 84.114026) (xy 210.600936 84.28131) (xy 211.037151 84.28169) (xy 211.440306 84.11511) + (xy 211.749026 83.806928) (xy 211.91631 83.404064) (xy 211.91669 82.967849) (xy 211.91669 84.882348) (xy 211.898001 84.882332) + (xy 211.54154 85.029618) (xy 211.268577 85.302105) (xy 211.120668 85.658308) (xy 211.120332 86.043999) (xy 211.267618 86.40046) + (xy 211.540105 86.673423) (xy 211.896308 86.821332) (xy 212.281999 86.821668) (xy 212.63846 86.674382) (xy 212.911423 86.401895) + (xy 213.059332 86.045692) (xy 213.059668 85.660001) (xy 213.059668 89.010431) (xy 213.02011 88.914694) (xy 212.711928 88.605974) + (xy 212.309064 88.43869) (xy 211.872849 88.43831) (xy 211.469694 88.60489) (xy 211.160974 88.913072) (xy 210.99369 89.315936) + (xy 210.99331 89.752151) (xy 211.15989 90.155306) (xy 211.468072 90.464026) (xy 211.870936 90.63131) (xy 212.307151 90.63169) + (xy 212.710306 90.46511) (xy 213.019026 90.156928) (xy 213.18631 89.754064) (xy 213.18669 89.317849) (xy 213.18669 90.978348) + (xy 213.142849 90.97831) (xy 212.739694 91.14489) (xy 212.430974 91.453072) (xy 212.26369 91.855936) (xy 212.26331 92.292151) + (xy 212.42989 92.695306) (xy 212.738072 93.004026) (xy 213.140936 93.17131) (xy 213.577151 93.17169) (xy 213.980306 93.00511) + (xy 214.289026 92.696928) (xy 214.45631 92.294064) (xy 214.45669 91.857849) (xy 214.45669 97.328348) (xy 214.412849 97.32831) + (xy 214.009694 97.49489) (xy 213.700974 97.803072) (xy 213.53369 98.205936) (xy 213.53331 98.642151) (xy 213.69989 99.045306) + (xy 214.008072 99.354026) (xy 214.410936 99.52131) (xy 214.847151 99.52169) (xy 215.250306 99.35511) (xy 215.559026 99.046928) + (xy 215.72631 98.644064) (xy 215.72669 98.207849) (xy 215.72669 99.868348) (xy 215.682849 99.86831) (xy 215.279694 100.03489) + (xy 214.970974 100.343072) (xy 214.80369 100.745936) (xy 214.80331 101.182151) (xy 214.96989 101.585306) (xy 215.278072 101.894026) + (xy 215.680936 102.06131) (xy 216.117151 102.06169) (xy 216.520306 101.89511) (xy 216.829026 101.586928) (xy 216.99631 101.184064) + (xy 216.99669 100.747849) (xy 216.99669 106.218348) (xy 216.952849 106.21831) (xy 216.549694 106.38489) (xy 216.240974 106.693072) + (xy 216.07369 107.095936) (xy 216.07331 107.532151) (xy 216.23989 107.935306) (xy 216.548072 108.244026) (xy 216.950936 108.41131) + (xy 217.387151 108.41169) (xy 217.790306 108.24511) (xy 218.099026 107.936928) (xy 218.26631 107.534064) (xy 218.26669 107.097849) + (xy 218.26669 108.758348) (xy 218.222849 108.75831) (xy 217.819694 108.92489) (xy 217.510974 109.233072) (xy 217.34369 109.635936) + (xy 217.34331 110.072151) (xy 217.50989 110.475306) (xy 217.818072 110.784026) (xy 218.220936 110.95131) (xy 218.657151 110.95169) + (xy 219.060306 110.78511) (xy 219.369026 110.476928) (xy 219.53631 110.074064) (xy 219.53669 109.637849) (xy 219.53669 115.108348) + (xy 219.492849 115.10831) (xy 219.089694 115.27489) (xy 218.780974 115.583072) (xy 218.61369 115.985936) (xy 218.61331 116.422151) + (xy 218.77989 116.825306) (xy 219.088072 117.134026) (xy 219.490936 117.30131) (xy 219.927151 117.30169) (xy 220.330306 117.13511) + (xy 220.639026 116.826928) (xy 220.80631 116.424064) (xy 220.80669 115.987849) (xy 220.80669 117.648348) (xy 220.762849 117.64831) + (xy 220.359694 117.81489) (xy 220.050974 118.123072) (xy 219.88369 118.525936) (xy 219.88331 118.962151) (xy 220.04989 119.365306) + (xy 220.358072 119.674026) (xy 220.760936 119.84131) (xy 221.197151 119.84169) (xy 221.600306 119.67511) (xy 221.909026 119.366928) + (xy 222.07631 118.964064) (xy 222.07669 118.527849) (xy 222.07669 123.998348) (xy 222.032849 123.99831) (xy 221.629694 124.16489) + (xy 221.320974 124.473072) (xy 221.15369 124.875936) (xy 221.15331 125.312151) (xy 221.31989 125.715306) (xy 221.628072 126.024026) + (xy 222.030936 126.19131) (xy 222.467151 126.19169) (xy 222.870306 126.02511) (xy 223.179026 125.716928) (xy 223.34631 125.314064) + (xy 223.34669 124.877849) (xy 223.34669 126.538348) (xy 223.302849 126.53831) (xy 222.899694 126.70489) (xy 222.590974 127.013072) + (xy 222.42369 127.415936) (xy 222.42331 127.852151) (xy 222.58989 128.255306) (xy 222.898072 128.564026) (xy 223.300936 128.73131) + (xy 223.737151 128.73169) (xy 224.140306 128.56511) (xy 224.449026 128.256928) (xy 224.61631 127.854064) (xy 224.61669 127.417849) + (xy 224.61669 133.7394) (xy 222.07669 133.7394) (xy 222.07669 127.417849) (xy 221.91011 127.014694) (xy 221.601928 126.705974) + (xy 221.199064 126.53869) (xy 220.80669 126.538348) (xy 220.80669 124.877849) (xy 220.64011 124.474694) (xy 220.331928 124.165974) + (xy 219.929064 123.99869) (xy 219.53669 123.998348) (xy 219.53669 118.527849) (xy 219.37011 118.124694) (xy 219.061928 117.815974) + (xy 218.659064 117.64869) (xy 218.26669 117.648348) (xy 218.26669 115.987849) (xy 218.10011 115.584694) (xy 217.791928 115.275974) + (xy 217.389064 115.10869) (xy 216.99669 115.108348) (xy 216.99669 109.637849) (xy 216.83011 109.234694) (xy 216.521928 108.925974) + (xy 216.119064 108.75869) (xy 215.72669 108.758348) (xy 215.72669 107.097849) (xy 215.56011 106.694694) (xy 215.251928 106.385974) + (xy 214.849064 106.21869) (xy 214.45669 106.218348) (xy 214.45669 100.747849) (xy 214.29011 100.344694) (xy 213.981928 100.035974) + (xy 213.579064 99.86869) (xy 213.18669 99.868348) (xy 213.18669 98.207849) (xy 213.02011 97.804694) (xy 212.711928 97.495974) + (xy 212.309064 97.32869) (xy 211.91669 97.328348) (xy 211.91669 91.857849) (xy 211.75011 91.454694) (xy 211.441928 91.145974) + (xy 211.039064 90.97869) (xy 210.64669 90.978348) (xy 210.64669 89.317849) (xy 210.519668 89.010431) (xy 210.519668 85.660001) + (xy 210.372382 85.30354) (xy 210.099895 85.030577) (xy 209.743692 84.882668) (xy 209.37669 84.882348) (xy 209.37669 82.967849) + (xy 209.21011 82.564694) (xy 208.901928 82.255974) (xy 208.499064 82.08869) (xy 208.10669 82.088348) (xy 208.10669 80.427849) + (xy 207.94011 80.024694) (xy 207.631928 79.715974) (xy 207.229064 79.54869) (xy 206.83669 79.548348) (xy 206.83669 74.077849) + (xy 206.67011 73.674694) (xy 206.361928 73.365974) (xy 205.959064 73.19869) (xy 205.56669 73.198348) (xy 205.56669 71.537849) + (xy 205.40011 71.134694) (xy 205.091928 70.825974) (xy 204.689064 70.65869) (xy 204.30003 70.658351) (xy 204.30003 65.205461) + (xy 204.139934 64.799687) (xy 204.118934 64.768257) (xy 203.915178 64.725177) (xy 203.879823 64.760532) (xy 203.879823 64.689822) + (xy 203.836743 64.486066) (xy 203.436613 64.312345) (xy 203.02669 64.305413) (xy 203.02669 62.647849) (xy 202.86011 62.244694) + (xy 202.551928 61.935974) (xy 202.149064 61.76869) (xy 201.712849 61.76831) (xy 201.309694 61.93489) (xy 201.000974 62.243072) + (xy 200.83369 62.645936) (xy 200.83331 63.082151) (xy 200.99989 63.485306) (xy 201.308072 63.794026) (xy 201.710936 63.96131) + (xy 202.147151 63.96169) (xy 202.550306 63.79511) (xy 202.859026 63.486928) (xy 203.02631 63.084064) (xy 203.02669 62.647849) + (xy 203.02669 64.305413) (xy 203.000461 64.30497) (xy 202.594687 64.465066) (xy 202.563257 64.486066) (xy 202.520177 64.689822) + (xy 203.2 65.369645) (xy 203.879823 64.689822) (xy 203.879823 64.760532) (xy 203.235355 65.405) (xy 203.915178 66.084823) + (xy 204.118934 66.041743) (xy 204.292655 65.641613) (xy 204.30003 65.205461) (xy 204.30003 70.658351) (xy 204.252849 70.65831) + (xy 203.879823 70.81244) (xy 203.879823 66.120178) (xy 203.2 65.440355) (xy 203.164645 65.47571) (xy 203.164645 65.405) + (xy 202.484822 64.725177) (xy 202.281066 64.768257) (xy 202.107345 65.168387) (xy 202.09997 65.604539) (xy 202.260066 66.010313) + (xy 202.281066 66.041743) (xy 202.484822 66.084823) (xy 203.164645 65.405) (xy 203.164645 65.47571) (xy 202.520177 66.120178) + (xy 202.563257 66.323934) (xy 202.963387 66.497655) (xy 203.399539 66.50503) (xy 203.805313 66.344934) (xy 203.836743 66.323934) + (xy 203.879823 66.120178) (xy 203.879823 70.81244) (xy 203.849694 70.82489) (xy 203.540974 71.133072) (xy 203.37369 71.535936) + (xy 203.37331 71.972151) (xy 203.53989 72.375306) (xy 203.848072 72.684026) (xy 204.250936 72.85131) (xy 204.687151 72.85169) + (xy 205.090306 72.68511) (xy 205.399026 72.376928) (xy 205.56631 71.974064) (xy 205.56669 71.537849) (xy 205.56669 73.198348) + (xy 205.522849 73.19831) (xy 205.119694 73.36489) (xy 204.810974 73.673072) (xy 204.64369 74.075936) (xy 204.64331 74.512151) + (xy 204.80989 74.915306) (xy 205.118072 75.224026) (xy 205.520936 75.39131) (xy 205.957151 75.39169) (xy 206.360306 75.22511) + (xy 206.669026 74.916928) (xy 206.83631 74.514064) (xy 206.83669 74.077849) (xy 206.83669 79.548348) (xy 206.792849 79.54831) + (xy 206.389694 79.71489) (xy 206.080974 80.023072) (xy 205.91369 80.425936) (xy 205.91331 80.862151) (xy 206.07989 81.265306) + (xy 206.388072 81.574026) (xy 206.790936 81.74131) (xy 207.227151 81.74169) (xy 207.630306 81.57511) (xy 207.939026 81.266928) + (xy 208.10631 80.864064) (xy 208.10669 80.427849) (xy 208.10669 82.088348) (xy 208.062849 82.08831) (xy 207.659694 82.25489) + (xy 207.350974 82.563072) (xy 207.18369 82.965936) (xy 207.18331 83.402151) (xy 207.34989 83.805306) (xy 207.658072 84.114026) + (xy 208.060936 84.28131) (xy 208.497151 84.28169) (xy 208.900306 84.11511) (xy 209.209026 83.806928) (xy 209.37631 83.404064) + (xy 209.37669 82.967849) (xy 209.37669 84.882348) (xy 209.358001 84.882332) (xy 209.00154 85.029618) (xy 208.728577 85.302105) + (xy 208.580668 85.658308) (xy 208.580332 86.043999) (xy 208.727618 86.40046) (xy 209.000105 86.673423) (xy 209.356308 86.821332) + (xy 209.741999 86.821668) (xy 210.09846 86.674382) (xy 210.371423 86.401895) (xy 210.519332 86.045692) (xy 210.519668 85.660001) + (xy 210.519668 89.010431) (xy 210.48011 88.914694) (xy 210.171928 88.605974) (xy 209.769064 88.43869) (xy 209.332849 88.43831) + (xy 208.929694 88.60489) (xy 208.741668 88.792588) (xy 208.741668 86.549001) (xy 208.594382 86.19254) (xy 208.321895 85.919577) + (xy 207.979565 85.777428) (xy 207.979668 85.660001) (xy 207.832382 85.30354) (xy 207.559895 85.030577) (xy 207.203692 84.882668) + (xy 206.83669 84.882348) (xy 206.83669 82.967849) (xy 206.67011 82.564694) (xy 206.361928 82.255974) (xy 205.959064 82.08869) + (xy 205.56669 82.088348) (xy 205.56669 80.427849) (xy 205.40011 80.024694) (xy 205.091928 79.715974) (xy 204.689064 79.54869) + (xy 204.30003 79.548351) (xy 204.30003 74.095461) (xy 204.139934 73.689687) (xy 204.118934 73.658257) (xy 203.915178 73.615177) + (xy 203.879823 73.650532) (xy 203.879823 73.579822) (xy 203.836743 73.376066) (xy 203.436613 73.202345) (xy 203.02669 73.195413) + (xy 203.02669 71.537849) (xy 202.86011 71.134694) (xy 202.551928 70.825974) (xy 202.149064 70.65869) (xy 201.75669 70.658348) + (xy 201.75669 65.187849) (xy 201.59011 64.784694) (xy 201.281928 64.475974) (xy 200.879064 64.30869) (xy 200.48669 64.308348) + (xy 200.48669 62.647849) (xy 200.32011 62.244694) (xy 200.011928 61.935974) (xy 199.609064 61.76869) (xy 199.172849 61.76831) + (xy 198.769694 61.93489) (xy 198.460974 62.243072) (xy 198.29369 62.645936) (xy 198.29331 63.082151) (xy 198.45989 63.485306) + (xy 198.768072 63.794026) (xy 199.170936 63.96131) (xy 199.607151 63.96169) (xy 200.010306 63.79511) (xy 200.319026 63.486928) + (xy 200.48631 63.084064) (xy 200.48669 62.647849) (xy 200.48669 64.308348) (xy 200.442849 64.30831) (xy 200.039694 64.47489) + (xy 199.730974 64.783072) (xy 199.56369 65.185936) (xy 199.56331 65.622151) (xy 199.72989 66.025306) (xy 200.038072 66.334026) + (xy 200.440936 66.50131) (xy 200.877151 66.50169) (xy 201.280306 66.33511) (xy 201.589026 66.026928) (xy 201.75631 65.624064) + (xy 201.75669 65.187849) (xy 201.75669 70.658348) (xy 201.712849 70.65831) (xy 201.309694 70.82489) (xy 201.000974 71.133072) + (xy 200.83369 71.535936) (xy 200.83331 71.972151) (xy 200.99989 72.375306) (xy 201.308072 72.684026) (xy 201.710936 72.85131) + (xy 202.147151 72.85169) (xy 202.550306 72.68511) (xy 202.859026 72.376928) (xy 203.02631 71.974064) (xy 203.02669 71.537849) + (xy 203.02669 73.195413) (xy 203.000461 73.19497) (xy 202.594687 73.355066) (xy 202.563257 73.376066) (xy 202.520177 73.579822) + (xy 203.2 74.259645) (xy 203.879823 73.579822) (xy 203.879823 73.650532) (xy 203.235355 74.295) (xy 203.915178 74.974823) + (xy 204.118934 74.931743) (xy 204.292655 74.531613) (xy 204.30003 74.095461) (xy 204.30003 79.548351) (xy 204.252849 79.54831) + (xy 203.879823 79.70244) (xy 203.879823 75.010178) (xy 203.2 74.330355) (xy 203.164645 74.36571) (xy 203.164645 74.295) + (xy 202.484822 73.615177) (xy 202.281066 73.658257) (xy 202.107345 74.058387) (xy 202.09997 74.494539) (xy 202.260066 74.900313) + (xy 202.281066 74.931743) (xy 202.484822 74.974823) (xy 203.164645 74.295) (xy 203.164645 74.36571) (xy 202.520177 75.010178) + (xy 202.563257 75.213934) (xy 202.963387 75.387655) (xy 203.399539 75.39503) (xy 203.805313 75.234934) (xy 203.836743 75.213934) + (xy 203.879823 75.010178) (xy 203.879823 79.70244) (xy 203.849694 79.71489) (xy 203.540974 80.023072) (xy 203.37369 80.425936) + (xy 203.37331 80.862151) (xy 203.53989 81.265306) (xy 203.848072 81.574026) (xy 204.250936 81.74131) (xy 204.687151 81.74169) + (xy 205.090306 81.57511) (xy 205.399026 81.266928) (xy 205.56631 80.864064) (xy 205.56669 80.427849) (xy 205.56669 82.088348) + (xy 205.522849 82.08831) (xy 205.119694 82.25489) (xy 204.810974 82.563072) (xy 204.64369 82.965936) (xy 204.64331 83.402151) + (xy 204.80989 83.805306) (xy 205.118072 84.114026) (xy 205.520936 84.28131) (xy 205.957151 84.28169) (xy 206.360306 84.11511) + (xy 206.669026 83.806928) (xy 206.83631 83.404064) (xy 206.83669 82.967849) (xy 206.83669 84.882348) (xy 206.818001 84.882332) + (xy 206.46154 85.029618) (xy 206.375088 85.115919) (xy 206.289895 85.030577) (xy 205.933692 84.882668) (xy 205.548001 84.882332) + (xy 205.19154 85.029618) (xy 204.918577 85.302105) (xy 204.770668 85.658308) (xy 204.770332 86.043999) (xy 204.917618 86.40046) + (xy 205.190105 86.673423) (xy 205.546308 86.821332) (xy 205.931999 86.821668) (xy 206.28846 86.674382) (xy 206.374911 86.58808) + (xy 206.460105 86.673423) (xy 206.802434 86.815571) (xy 206.802332 86.932999) (xy 206.949618 87.28946) (xy 207.222105 87.562423) + (xy 207.578308 87.710332) (xy 207.963999 87.710668) (xy 208.32046 87.563382) (xy 208.593423 87.290895) (xy 208.741332 86.934692) + (xy 208.741668 86.549001) (xy 208.741668 88.792588) (xy 208.620974 88.913072) (xy 208.45369 89.315936) (xy 208.45331 89.752151) + (xy 208.61989 90.155306) (xy 208.928072 90.464026) (xy 209.330936 90.63131) (xy 209.767151 90.63169) (xy 210.170306 90.46511) + (xy 210.479026 90.156928) (xy 210.64631 89.754064) (xy 210.64669 89.317849) (xy 210.64669 90.978348) (xy 210.602849 90.97831) + (xy 210.199694 91.14489) (xy 209.890974 91.453072) (xy 209.72369 91.855936) (xy 209.72331 92.292151) (xy 209.88989 92.695306) + (xy 210.198072 93.004026) (xy 210.600936 93.17131) (xy 211.037151 93.17169) (xy 211.440306 93.00511) (xy 211.749026 92.696928) + (xy 211.91631 92.294064) (xy 211.91669 91.857849) (xy 211.91669 97.328348) (xy 211.872849 97.32831) (xy 211.469694 97.49489) + (xy 211.160974 97.803072) (xy 210.99369 98.205936) (xy 210.99331 98.642151) (xy 211.15989 99.045306) (xy 211.468072 99.354026) + (xy 211.870936 99.52131) (xy 212.307151 99.52169) (xy 212.710306 99.35511) (xy 213.019026 99.046928) (xy 213.18631 98.644064) + (xy 213.18669 98.207849) (xy 213.18669 99.868348) (xy 213.142849 99.86831) (xy 212.739694 100.03489) (xy 212.430974 100.343072) + (xy 212.26369 100.745936) (xy 212.26331 101.182151) (xy 212.42989 101.585306) (xy 212.738072 101.894026) (xy 213.140936 102.06131) + (xy 213.577151 102.06169) (xy 213.980306 101.89511) (xy 214.289026 101.586928) (xy 214.45631 101.184064) (xy 214.45669 100.747849) + (xy 214.45669 106.218348) (xy 214.412849 106.21831) (xy 214.009694 106.38489) (xy 213.700974 106.693072) (xy 213.53369 107.095936) + (xy 213.53331 107.532151) (xy 213.69989 107.935306) (xy 214.008072 108.244026) (xy 214.410936 108.41131) (xy 214.847151 108.41169) + (xy 215.250306 108.24511) (xy 215.559026 107.936928) (xy 215.72631 107.534064) (xy 215.72669 107.097849) (xy 215.72669 108.758348) + (xy 215.682849 108.75831) (xy 215.279694 108.92489) (xy 214.970974 109.233072) (xy 214.80369 109.635936) (xy 214.80331 110.072151) + (xy 214.96989 110.475306) (xy 215.278072 110.784026) (xy 215.680936 110.95131) (xy 216.117151 110.95169) (xy 216.520306 110.78511) + (xy 216.829026 110.476928) (xy 216.99631 110.074064) (xy 216.99669 109.637849) (xy 216.99669 115.108348) (xy 216.952849 115.10831) + (xy 216.549694 115.27489) (xy 216.240974 115.583072) (xy 216.07369 115.985936) (xy 216.07331 116.422151) (xy 216.23989 116.825306) + (xy 216.548072 117.134026) (xy 216.950936 117.30131) (xy 217.387151 117.30169) (xy 217.790306 117.13511) (xy 218.099026 116.826928) + (xy 218.26631 116.424064) (xy 218.26669 115.987849) (xy 218.26669 117.648348) (xy 218.222849 117.64831) (xy 217.819694 117.81489) + (xy 217.510974 118.123072) (xy 217.34369 118.525936) (xy 217.34331 118.962151) (xy 217.50989 119.365306) (xy 217.818072 119.674026) + (xy 218.220936 119.84131) (xy 218.657151 119.84169) (xy 219.060306 119.67511) (xy 219.369026 119.366928) (xy 219.53631 118.964064) + (xy 219.53669 118.527849) (xy 219.53669 123.998348) (xy 219.492849 123.99831) (xy 219.089694 124.16489) (xy 218.780974 124.473072) + (xy 218.61369 124.875936) (xy 218.61331 125.312151) (xy 218.77989 125.715306) (xy 219.088072 126.024026) (xy 219.490936 126.19131) + (xy 219.927151 126.19169) (xy 220.330306 126.02511) (xy 220.639026 125.716928) (xy 220.80631 125.314064) (xy 220.80669 124.877849) + (xy 220.80669 126.538348) (xy 220.762849 126.53831) (xy 220.359694 126.70489) (xy 220.050974 127.013072) (xy 219.88369 127.415936) + (xy 219.88331 127.852151) (xy 220.04989 128.255306) (xy 220.358072 128.564026) (xy 220.760936 128.73131) (xy 221.197151 128.73169) + (xy 221.600306 128.56511) (xy 221.909026 128.256928) (xy 222.07631 127.854064) (xy 222.07669 127.417849) (xy 222.07669 133.7394) + (xy 219.53669 133.7394) (xy 219.53669 127.417849) (xy 219.37011 127.014694) (xy 219.061928 126.705974) (xy 218.659064 126.53869) + (xy 218.26669 126.538348) (xy 218.26669 124.877849) (xy 218.10011 124.474694) (xy 217.791928 124.165974) (xy 217.389064 123.99869) + (xy 216.99669 123.998348) (xy 216.99669 118.527849) (xy 216.83011 118.124694) (xy 216.521928 117.815974) (xy 216.119064 117.64869) + (xy 215.72669 117.648348) (xy 215.72669 115.987849) (xy 215.56011 115.584694) (xy 215.251928 115.275974) (xy 214.849064 115.10869) + (xy 214.45669 115.108348) (xy 214.45669 109.637849) (xy 214.29011 109.234694) (xy 213.981928 108.925974) (xy 213.579064 108.75869) + (xy 213.18669 108.758348) (xy 213.18669 107.097849) (xy 213.02011 106.694694) (xy 212.711928 106.385974) (xy 212.309064 106.21869) + (xy 211.91669 106.218348) (xy 211.91669 100.747849) (xy 211.75011 100.344694) (xy 211.441928 100.035974) (xy 211.039064 99.86869) + (xy 210.64669 99.868348) (xy 210.64669 98.207849) (xy 210.48011 97.804694) (xy 210.171928 97.495974) (xy 209.769064 97.32869) + (xy 209.37669 97.328348) (xy 209.37669 91.857849) (xy 209.21011 91.454694) (xy 208.901928 91.145974) (xy 208.499064 90.97869) + (xy 208.10669 90.978348) (xy 208.10669 89.317849) (xy 207.94011 88.914694) (xy 207.631928 88.605974) (xy 207.229064 88.43869) + (xy 206.792849 88.43831) (xy 206.389694 88.60489) (xy 206.080974 88.913072) (xy 205.91369 89.315936) (xy 205.91331 89.752151) + (xy 206.07989 90.155306) (xy 206.388072 90.464026) (xy 206.790936 90.63131) (xy 207.227151 90.63169) (xy 207.630306 90.46511) + (xy 207.939026 90.156928) (xy 208.10631 89.754064) (xy 208.10669 89.317849) (xy 208.10669 90.978348) (xy 208.062849 90.97831) + (xy 207.659694 91.14489) (xy 207.350974 91.453072) (xy 207.18369 91.855936) (xy 207.18331 92.292151) (xy 207.34989 92.695306) + (xy 207.658072 93.004026) (xy 208.060936 93.17131) (xy 208.497151 93.17169) (xy 208.900306 93.00511) (xy 209.209026 92.696928) + (xy 209.37631 92.294064) (xy 209.37669 91.857849) (xy 209.37669 97.328348) (xy 209.332849 97.32831) (xy 208.929694 97.49489) + (xy 208.620974 97.803072) (xy 208.45369 98.205936) (xy 208.45331 98.642151) (xy 208.61989 99.045306) (xy 208.928072 99.354026) + (xy 209.330936 99.52131) (xy 209.767151 99.52169) (xy 210.170306 99.35511) (xy 210.479026 99.046928) (xy 210.64631 98.644064) + (xy 210.64669 98.207849) (xy 210.64669 99.868348) (xy 210.602849 99.86831) (xy 210.199694 100.03489) (xy 209.890974 100.343072) + (xy 209.72369 100.745936) (xy 209.72331 101.182151) (xy 209.88989 101.585306) (xy 210.198072 101.894026) (xy 210.600936 102.06131) + (xy 211.037151 102.06169) (xy 211.440306 101.89511) (xy 211.749026 101.586928) (xy 211.91631 101.184064) (xy 211.91669 100.747849) + (xy 211.91669 106.218348) (xy 211.872849 106.21831) (xy 211.469694 106.38489) (xy 211.160974 106.693072) (xy 210.99369 107.095936) + (xy 210.99331 107.532151) (xy 211.15989 107.935306) (xy 211.468072 108.244026) (xy 211.870936 108.41131) (xy 212.307151 108.41169) + (xy 212.710306 108.24511) (xy 213.019026 107.936928) (xy 213.18631 107.534064) (xy 213.18669 107.097849) (xy 213.18669 108.758348) + (xy 213.142849 108.75831) (xy 212.739694 108.92489) (xy 212.430974 109.233072) (xy 212.26369 109.635936) (xy 212.26331 110.072151) + (xy 212.42989 110.475306) (xy 212.738072 110.784026) (xy 213.140936 110.95131) (xy 213.577151 110.95169) (xy 213.980306 110.78511) + (xy 214.289026 110.476928) (xy 214.45631 110.074064) (xy 214.45669 109.637849) (xy 214.45669 115.108348) (xy 214.412849 115.10831) + (xy 214.009694 115.27489) (xy 213.700974 115.583072) (xy 213.53369 115.985936) (xy 213.53331 116.422151) (xy 213.69989 116.825306) + (xy 214.008072 117.134026) (xy 214.410936 117.30131) (xy 214.847151 117.30169) (xy 215.250306 117.13511) (xy 215.559026 116.826928) + (xy 215.72631 116.424064) (xy 215.72669 115.987849) (xy 215.72669 117.648348) (xy 215.682849 117.64831) (xy 215.279694 117.81489) + (xy 214.970974 118.123072) (xy 214.80369 118.525936) (xy 214.80331 118.962151) (xy 214.96989 119.365306) (xy 215.278072 119.674026) + (xy 215.680936 119.84131) (xy 216.117151 119.84169) (xy 216.520306 119.67511) (xy 216.829026 119.366928) (xy 216.99631 118.964064) + (xy 216.99669 118.527849) (xy 216.99669 123.998348) (xy 216.952849 123.99831) (xy 216.549694 124.16489) (xy 216.240974 124.473072) + (xy 216.07369 124.875936) (xy 216.07331 125.312151) (xy 216.23989 125.715306) (xy 216.548072 126.024026) (xy 216.950936 126.19131) + (xy 217.387151 126.19169) (xy 217.790306 126.02511) (xy 218.099026 125.716928) (xy 218.26631 125.314064) (xy 218.26669 124.877849) + (xy 218.26669 126.538348) (xy 218.222849 126.53831) (xy 217.819694 126.70489) (xy 217.510974 127.013072) (xy 217.34369 127.415936) + (xy 217.34331 127.852151) (xy 217.50989 128.255306) (xy 217.818072 128.564026) (xy 218.220936 128.73131) (xy 218.657151 128.73169) + (xy 219.060306 128.56511) (xy 219.369026 128.256928) (xy 219.53631 127.854064) (xy 219.53669 127.417849) (xy 219.53669 133.7394) + (xy 216.99669 133.7394) (xy 216.99669 127.417849) (xy 216.83011 127.014694) (xy 216.521928 126.705974) (xy 216.119064 126.53869) + (xy 215.72669 126.538348) (xy 215.72669 124.877849) (xy 215.56011 124.474694) (xy 215.251928 124.165974) (xy 214.849064 123.99869) + (xy 214.45669 123.998348) (xy 214.45669 118.527849) (xy 214.29011 118.124694) (xy 213.981928 117.815974) (xy 213.579064 117.64869) + (xy 213.18669 117.648348) (xy 213.18669 115.987849) (xy 213.02011 115.584694) (xy 212.711928 115.275974) (xy 212.309064 115.10869) + (xy 211.91669 115.108348) (xy 211.91669 109.637849) (xy 211.75011 109.234694) (xy 211.441928 108.925974) (xy 211.039064 108.75869) + (xy 210.64669 108.758348) (xy 210.64669 107.097849) (xy 210.48011 106.694694) (xy 210.171928 106.385974) (xy 209.769064 106.21869) + (xy 209.37669 106.218348) (xy 209.37669 100.747849) (xy 209.21011 100.344694) (xy 208.901928 100.035974) (xy 208.499064 99.86869) + (xy 208.10669 99.868348) (xy 208.10669 98.207849) (xy 207.94011 97.804694) (xy 207.631928 97.495974) (xy 207.229064 97.32869) + (xy 206.83669 97.328348) (xy 206.83669 91.857849) (xy 206.67011 91.454694) (xy 206.361928 91.145974) (xy 205.959064 90.97869) + (xy 205.56669 90.978348) (xy 205.56669 89.317849) (xy 205.40011 88.914694) (xy 205.105462 88.619531) (xy 205.291423 88.433895) + (xy 205.439332 88.077692) (xy 205.439668 87.692001) (xy 205.292382 87.33554) (xy 205.019895 87.062577) (xy 204.663692 86.914668) + (xy 204.30003 86.914351) (xy 204.30003 82.985461) (xy 204.139934 82.579687) (xy 204.118934 82.548257) (xy 203.915178 82.505177) + (xy 203.879823 82.540532) (xy 203.879823 82.469822) (xy 203.836743 82.266066) (xy 203.436613 82.092345) (xy 203.02669 82.085413) + (xy 203.02669 80.427849) (xy 202.86011 80.024694) (xy 202.551928 79.715974) (xy 202.149064 79.54869) (xy 201.75669 79.548348) + (xy 201.75669 74.077849) (xy 201.59011 73.674694) (xy 201.281928 73.365974) (xy 200.879064 73.19869) (xy 200.48669 73.198348) + (xy 200.48669 71.537849) (xy 200.32011 71.134694) (xy 200.011928 70.825974) (xy 199.609064 70.65869) (xy 199.21669 70.658348) + (xy 199.21669 65.187849) (xy 199.05011 64.784694) (xy 198.741928 64.475974) (xy 198.339064 64.30869) (xy 197.94669 64.308348) + (xy 197.94669 62.647849) (xy 197.78011 62.244694) (xy 197.471928 61.935974) (xy 197.069064 61.76869) (xy 196.632849 61.76831) + (xy 196.229694 61.93489) (xy 195.920974 62.243072) (xy 195.75369 62.645936) (xy 195.75331 63.082151) (xy 195.91989 63.485306) + (xy 196.228072 63.794026) (xy 196.630936 63.96131) (xy 197.067151 63.96169) (xy 197.470306 63.79511) (xy 197.779026 63.486928) + (xy 197.94631 63.084064) (xy 197.94669 62.647849) (xy 197.94669 64.308348) (xy 197.902849 64.30831) (xy 197.499694 64.47489) + (xy 197.190974 64.783072) (xy 197.02369 65.185936) (xy 197.02331 65.622151) (xy 197.18989 66.025306) (xy 197.498072 66.334026) + (xy 197.900936 66.50131) (xy 198.337151 66.50169) (xy 198.740306 66.33511) (xy 199.049026 66.026928) (xy 199.21631 65.624064) + (xy 199.21669 65.187849) (xy 199.21669 70.658348) (xy 199.172849 70.65831) (xy 198.769694 70.82489) (xy 198.460974 71.133072) + (xy 198.29369 71.535936) (xy 198.29331 71.972151) (xy 198.45989 72.375306) (xy 198.768072 72.684026) (xy 199.170936 72.85131) + (xy 199.607151 72.85169) (xy 200.010306 72.68511) (xy 200.319026 72.376928) (xy 200.48631 71.974064) (xy 200.48669 71.537849) + (xy 200.48669 73.198348) (xy 200.442849 73.19831) (xy 200.039694 73.36489) (xy 199.730974 73.673072) (xy 199.56369 74.075936) + (xy 199.56331 74.512151) (xy 199.72989 74.915306) (xy 200.038072 75.224026) (xy 200.440936 75.39131) (xy 200.877151 75.39169) + (xy 201.280306 75.22511) (xy 201.589026 74.916928) (xy 201.75631 74.514064) (xy 201.75669 74.077849) (xy 201.75669 79.548348) + (xy 201.712849 79.54831) (xy 201.309694 79.71489) (xy 201.000974 80.023072) (xy 200.83369 80.425936) (xy 200.83331 80.862151) + (xy 200.99989 81.265306) (xy 201.308072 81.574026) (xy 201.710936 81.74131) (xy 202.147151 81.74169) (xy 202.550306 81.57511) + (xy 202.859026 81.266928) (xy 203.02631 80.864064) (xy 203.02669 80.427849) (xy 203.02669 82.085413) (xy 203.000461 82.08497) + (xy 202.594687 82.245066) (xy 202.563257 82.266066) (xy 202.520177 82.469822) (xy 203.2 83.149645) (xy 203.879823 82.469822) + (xy 203.879823 82.540532) (xy 203.235355 83.185) (xy 203.915178 83.864823) (xy 204.118934 83.821743) (xy 204.292655 83.421613) + (xy 204.30003 82.985461) (xy 204.30003 86.914351) (xy 204.278001 86.914332) (xy 203.92154 87.061618) (xy 203.879823 87.103262) + (xy 203.879823 83.900178) (xy 203.2 83.220355) (xy 203.164645 83.25571) (xy 203.164645 83.185) (xy 202.484822 82.505177) + (xy 202.281066 82.548257) (xy 202.107345 82.948387) (xy 202.09997 83.384539) (xy 202.260066 83.790313) (xy 202.281066 83.821743) + (xy 202.484822 83.864823) (xy 203.164645 83.185) (xy 203.164645 83.25571) (xy 202.520177 83.900178) (xy 202.563257 84.103934) + (xy 202.963387 84.277655) (xy 203.399539 84.28503) (xy 203.805313 84.124934) (xy 203.836743 84.103934) (xy 203.879823 83.900178) + (xy 203.879823 87.103262) (xy 203.648577 87.334105) (xy 203.500668 87.690308) (xy 203.500332 88.075999) (xy 203.647618 88.43246) + (xy 203.834694 88.619863) (xy 203.540974 88.913072) (xy 203.37369 89.315936) (xy 203.37331 89.752151) (xy 203.53989 90.155306) + (xy 203.848072 90.464026) (xy 204.250936 90.63131) (xy 204.687151 90.63169) (xy 205.090306 90.46511) (xy 205.399026 90.156928) + (xy 205.56631 89.754064) (xy 205.56669 89.317849) (xy 205.56669 90.978348) (xy 205.522849 90.97831) (xy 205.119694 91.14489) + (xy 204.810974 91.453072) (xy 204.64369 91.855936) (xy 204.64331 92.292151) (xy 204.80989 92.695306) (xy 205.118072 93.004026) + (xy 205.520936 93.17131) (xy 205.957151 93.17169) (xy 206.360306 93.00511) (xy 206.669026 92.696928) (xy 206.83631 92.294064) + (xy 206.83669 91.857849) (xy 206.83669 97.328348) (xy 206.792849 97.32831) (xy 206.389694 97.49489) (xy 206.080974 97.803072) + (xy 205.91369 98.205936) (xy 205.91331 98.642151) (xy 206.07989 99.045306) (xy 206.388072 99.354026) (xy 206.790936 99.52131) + (xy 207.227151 99.52169) (xy 207.630306 99.35511) (xy 207.939026 99.046928) (xy 208.10631 98.644064) (xy 208.10669 98.207849) + (xy 208.10669 99.868348) (xy 208.062849 99.86831) (xy 207.659694 100.03489) (xy 207.350974 100.343072) (xy 207.18369 100.745936) + (xy 207.18331 101.182151) (xy 207.34989 101.585306) (xy 207.658072 101.894026) (xy 208.060936 102.06131) (xy 208.497151 102.06169) + (xy 208.900306 101.89511) (xy 209.209026 101.586928) (xy 209.37631 101.184064) (xy 209.37669 100.747849) (xy 209.37669 106.218348) + (xy 209.332849 106.21831) (xy 208.929694 106.38489) (xy 208.620974 106.693072) (xy 208.45369 107.095936) (xy 208.45331 107.532151) + (xy 208.61989 107.935306) (xy 208.928072 108.244026) (xy 209.330936 108.41131) (xy 209.767151 108.41169) (xy 210.170306 108.24511) + (xy 210.479026 107.936928) (xy 210.64631 107.534064) (xy 210.64669 107.097849) (xy 210.64669 108.758348) (xy 210.602849 108.75831) + (xy 210.199694 108.92489) (xy 209.890974 109.233072) (xy 209.72369 109.635936) (xy 209.72331 110.072151) (xy 209.88989 110.475306) + (xy 210.198072 110.784026) (xy 210.600936 110.95131) (xy 211.037151 110.95169) (xy 211.440306 110.78511) (xy 211.749026 110.476928) + (xy 211.91631 110.074064) (xy 211.91669 109.637849) (xy 211.91669 115.108348) (xy 211.872849 115.10831) (xy 211.469694 115.27489) + (xy 211.160974 115.583072) (xy 210.99369 115.985936) (xy 210.99331 116.422151) (xy 211.15989 116.825306) (xy 211.468072 117.134026) + (xy 211.870936 117.30131) (xy 212.307151 117.30169) (xy 212.710306 117.13511) (xy 213.019026 116.826928) (xy 213.18631 116.424064) + (xy 213.18669 115.987849) (xy 213.18669 117.648348) (xy 213.142849 117.64831) (xy 212.739694 117.81489) (xy 212.430974 118.123072) + (xy 212.26369 118.525936) (xy 212.26331 118.962151) (xy 212.42989 119.365306) (xy 212.738072 119.674026) (xy 213.140936 119.84131) + (xy 213.577151 119.84169) (xy 213.980306 119.67511) (xy 214.289026 119.366928) (xy 214.45631 118.964064) (xy 214.45669 118.527849) + (xy 214.45669 123.998348) (xy 214.412849 123.99831) (xy 214.009694 124.16489) (xy 213.700974 124.473072) (xy 213.53369 124.875936) + (xy 213.53331 125.312151) (xy 213.69989 125.715306) (xy 214.008072 126.024026) (xy 214.410936 126.19131) (xy 214.847151 126.19169) + (xy 215.250306 126.02511) (xy 215.559026 125.716928) (xy 215.72631 125.314064) (xy 215.72669 124.877849) (xy 215.72669 126.538348) + (xy 215.682849 126.53831) (xy 215.279694 126.70489) (xy 214.970974 127.013072) (xy 214.80369 127.415936) (xy 214.80331 127.852151) + (xy 214.96989 128.255306) (xy 215.278072 128.564026) (xy 215.680936 128.73131) (xy 216.117151 128.73169) (xy 216.520306 128.56511) + (xy 216.829026 128.256928) (xy 216.99631 127.854064) (xy 216.99669 127.417849) (xy 216.99669 133.7394) (xy 216.027 133.7394) + (xy 214.45669 133.7394) (xy 214.45669 127.417849) (xy 214.29011 127.014694) (xy 213.981928 126.705974) (xy 213.579064 126.53869) + (xy 213.18669 126.538348) (xy 213.18669 124.877849) (xy 213.02011 124.474694) (xy 212.711928 124.165974) (xy 212.309064 123.99869) + (xy 211.91669 123.998348) (xy 211.91669 118.527849) (xy 211.75011 118.124694) (xy 211.441928 117.815974) (xy 211.039064 117.64869) + (xy 210.64669 117.648348) (xy 210.64669 115.987849) (xy 210.48011 115.584694) (xy 210.171928 115.275974) (xy 209.769064 115.10869) + (xy 209.37669 115.108348) (xy 209.37669 109.637849) (xy 209.21011 109.234694) (xy 208.901928 108.925974) (xy 208.499064 108.75869) + (xy 208.10669 108.758348) (xy 208.10669 107.097849) (xy 207.94011 106.694694) (xy 207.631928 106.385974) (xy 207.229064 106.21869) + (xy 206.83669 106.218348) (xy 206.83669 100.747849) (xy 206.67011 100.344694) (xy 206.361928 100.035974) (xy 205.959064 99.86869) + (xy 205.56669 99.868348) (xy 205.56669 98.207849) (xy 205.40011 97.804694) (xy 205.091928 97.495974) (xy 204.689064 97.32869) + (xy 204.30003 97.328351) (xy 204.30003 91.875461) (xy 204.139934 91.469687) (xy 204.118934 91.438257) (xy 203.915178 91.395177) + (xy 203.879823 91.430532) (xy 203.879823 91.359822) (xy 203.836743 91.156066) (xy 203.436613 90.982345) (xy 203.02669 90.975413) + (xy 203.02669 89.317849) (xy 202.86011 88.914694) (xy 202.551928 88.605974) (xy 202.149064 88.43869) (xy 201.75669 88.438348) + (xy 201.75669 82.967849) (xy 201.59011 82.564694) (xy 201.281928 82.255974) (xy 200.879064 82.08869) (xy 200.48669 82.088348) + (xy 200.48669 80.427849) (xy 200.32011 80.024694) (xy 200.011928 79.715974) (xy 199.609064 79.54869) (xy 199.21669 79.548348) + (xy 199.21669 74.077849) (xy 199.05011 73.674694) (xy 198.741928 73.365974) (xy 198.339064 73.19869) (xy 197.94669 73.198348) + (xy 197.94669 71.537849) (xy 197.78011 71.134694) (xy 197.471928 70.825974) (xy 197.069064 70.65869) (xy 196.67669 70.658348) + (xy 196.67669 65.187849) (xy 196.51011 64.784694) (xy 196.201928 64.475974) (xy 195.799064 64.30869) (xy 195.40669 64.308348) + (xy 195.40669 62.647849) (xy 195.24011 62.244694) (xy 194.931928 61.935974) (xy 194.529064 61.76869) (xy 194.092849 61.76831) + (xy 193.689694 61.93489) (xy 193.380974 62.243072) (xy 193.21369 62.645936) (xy 193.21331 63.082151) (xy 193.37989 63.485306) + (xy 193.688072 63.794026) (xy 194.090936 63.96131) (xy 194.527151 63.96169) (xy 194.930306 63.79511) (xy 195.239026 63.486928) + (xy 195.40631 63.084064) (xy 195.40669 62.647849) (xy 195.40669 64.308348) (xy 195.362849 64.30831) (xy 194.959694 64.47489) + (xy 194.650974 64.783072) (xy 194.48369 65.185936) (xy 194.48331 65.622151) (xy 194.64989 66.025306) (xy 194.958072 66.334026) + (xy 195.360936 66.50131) (xy 195.797151 66.50169) (xy 196.200306 66.33511) (xy 196.509026 66.026928) (xy 196.67631 65.624064) + (xy 196.67669 65.187849) (xy 196.67669 70.658348) (xy 196.632849 70.65831) (xy 196.229694 70.82489) (xy 195.920974 71.133072) + (xy 195.75369 71.535936) (xy 195.75331 71.972151) (xy 195.91989 72.375306) (xy 196.228072 72.684026) (xy 196.630936 72.85131) + (xy 197.067151 72.85169) (xy 197.470306 72.68511) (xy 197.779026 72.376928) (xy 197.94631 71.974064) (xy 197.94669 71.537849) + (xy 197.94669 73.198348) (xy 197.902849 73.19831) (xy 197.499694 73.36489) (xy 197.190974 73.673072) (xy 197.02369 74.075936) + (xy 197.02331 74.512151) (xy 197.18989 74.915306) (xy 197.498072 75.224026) (xy 197.900936 75.39131) (xy 198.337151 75.39169) + (xy 198.740306 75.22511) (xy 199.049026 74.916928) (xy 199.21631 74.514064) (xy 199.21669 74.077849) (xy 199.21669 79.548348) + (xy 199.172849 79.54831) (xy 198.769694 79.71489) (xy 198.460974 80.023072) (xy 198.29369 80.425936) (xy 198.29331 80.862151) + (xy 198.45989 81.265306) (xy 198.768072 81.574026) (xy 199.170936 81.74131) (xy 199.607151 81.74169) (xy 200.010306 81.57511) + (xy 200.319026 81.266928) (xy 200.48631 80.864064) (xy 200.48669 80.427849) (xy 200.48669 82.088348) (xy 200.442849 82.08831) + (xy 200.039694 82.25489) (xy 199.730974 82.563072) (xy 199.56369 82.965936) (xy 199.56331 83.402151) (xy 199.72989 83.805306) + (xy 200.038072 84.114026) (xy 200.440936 84.28131) (xy 200.877151 84.28169) (xy 201.280306 84.11511) (xy 201.589026 83.806928) + (xy 201.75631 83.404064) (xy 201.75669 82.967849) (xy 201.75669 88.438348) (xy 201.712849 88.43831) (xy 201.629668 88.472679) + (xy 201.629668 85.660001) (xy 201.482382 85.30354) (xy 201.209895 85.030577) (xy 200.853692 84.882668) (xy 200.468001 84.882332) + (xy 200.11154 85.029618) (xy 199.838577 85.302105) (xy 199.690668 85.658308) (xy 199.690332 86.043999) (xy 199.837618 86.40046) + (xy 200.110105 86.673423) (xy 200.466308 86.821332) (xy 200.851999 86.821668) (xy 201.20846 86.674382) (xy 201.481423 86.401895) + (xy 201.629332 86.045692) (xy 201.629668 85.660001) (xy 201.629668 88.472679) (xy 201.309694 88.60489) (xy 201.000974 88.913072) + (xy 200.83369 89.315936) (xy 200.83331 89.752151) (xy 200.99989 90.155306) (xy 201.308072 90.464026) (xy 201.710936 90.63131) + (xy 202.147151 90.63169) (xy 202.550306 90.46511) (xy 202.859026 90.156928) (xy 203.02631 89.754064) (xy 203.02669 89.317849) + (xy 203.02669 90.975413) (xy 203.000461 90.97497) (xy 202.594687 91.135066) (xy 202.563257 91.156066) (xy 202.520177 91.359822) + (xy 203.2 92.039645) (xy 203.879823 91.359822) (xy 203.879823 91.430532) (xy 203.235355 92.075) (xy 203.915178 92.754823) + (xy 204.118934 92.711743) (xy 204.292655 92.311613) (xy 204.30003 91.875461) (xy 204.30003 97.328351) (xy 204.252849 97.32831) + (xy 203.879823 97.48244) (xy 203.879823 92.790178) (xy 203.2 92.110355) (xy 203.164645 92.14571) (xy 203.164645 92.075) + (xy 202.484822 91.395177) (xy 202.281066 91.438257) (xy 202.107345 91.838387) (xy 202.09997 92.274539) (xy 202.260066 92.680313) + (xy 202.281066 92.711743) (xy 202.484822 92.754823) (xy 203.164645 92.075) (xy 203.164645 92.14571) (xy 202.520177 92.790178) + (xy 202.563257 92.993934) (xy 202.963387 93.167655) (xy 203.399539 93.17503) (xy 203.805313 93.014934) (xy 203.836743 92.993934) + (xy 203.879823 92.790178) (xy 203.879823 97.48244) (xy 203.849694 97.49489) (xy 203.540974 97.803072) (xy 203.37369 98.205936) + (xy 203.37331 98.642151) (xy 203.53989 99.045306) (xy 203.848072 99.354026) (xy 204.250936 99.52131) (xy 204.687151 99.52169) + (xy 205.090306 99.35511) (xy 205.399026 99.046928) (xy 205.56631 98.644064) (xy 205.56669 98.207849) (xy 205.56669 99.868348) + (xy 205.522849 99.86831) (xy 205.119694 100.03489) (xy 204.810974 100.343072) (xy 204.64369 100.745936) (xy 204.64331 101.182151) + (xy 204.80989 101.585306) (xy 205.118072 101.894026) (xy 205.520936 102.06131) (xy 205.957151 102.06169) (xy 206.360306 101.89511) + (xy 206.669026 101.586928) (xy 206.83631 101.184064) (xy 206.83669 100.747849) (xy 206.83669 106.218348) (xy 206.792849 106.21831) + (xy 206.389694 106.38489) (xy 206.080974 106.693072) (xy 205.91369 107.095936) (xy 205.91331 107.532151) (xy 206.07989 107.935306) + (xy 206.388072 108.244026) (xy 206.790936 108.41131) (xy 207.227151 108.41169) (xy 207.630306 108.24511) (xy 207.939026 107.936928) + (xy 208.10631 107.534064) (xy 208.10669 107.097849) (xy 208.10669 108.758348) (xy 208.062849 108.75831) (xy 207.659694 108.92489) + (xy 207.350974 109.233072) (xy 207.18369 109.635936) (xy 207.18331 110.072151) (xy 207.34989 110.475306) (xy 207.658072 110.784026) + (xy 208.060936 110.95131) (xy 208.497151 110.95169) (xy 208.900306 110.78511) (xy 209.209026 110.476928) (xy 209.37631 110.074064) + (xy 209.37669 109.637849) (xy 209.37669 115.108348) (xy 209.332849 115.10831) (xy 208.929694 115.27489) (xy 208.620974 115.583072) + (xy 208.45369 115.985936) (xy 208.45331 116.422151) (xy 208.61989 116.825306) (xy 208.928072 117.134026) (xy 209.330936 117.30131) + (xy 209.767151 117.30169) (xy 210.170306 117.13511) (xy 210.479026 116.826928) (xy 210.64631 116.424064) (xy 210.64669 115.987849) + (xy 210.64669 117.648348) (xy 210.602849 117.64831) (xy 210.199694 117.81489) (xy 209.890974 118.123072) (xy 209.72369 118.525936) + (xy 209.72331 118.962151) (xy 209.88989 119.365306) (xy 210.198072 119.674026) (xy 210.600936 119.84131) (xy 211.037151 119.84169) + (xy 211.440306 119.67511) (xy 211.749026 119.366928) (xy 211.91631 118.964064) (xy 211.91669 118.527849) (xy 211.91669 123.998348) + (xy 211.872849 123.99831) (xy 211.469694 124.16489) (xy 211.160974 124.473072) (xy 210.99369 124.875936) (xy 210.99331 125.312151) + (xy 211.15989 125.715306) (xy 211.468072 126.024026) (xy 211.870936 126.19131) (xy 212.307151 126.19169) (xy 212.710306 126.02511) + (xy 213.019026 125.716928) (xy 213.18631 125.314064) (xy 213.18669 124.877849) (xy 213.18669 126.538348) (xy 213.142849 126.53831) + (xy 212.739694 126.70489) (xy 212.430974 127.013072) (xy 212.26369 127.415936) (xy 212.26331 127.852151) (xy 212.42989 128.255306) + (xy 212.738072 128.564026) (xy 213.140936 128.73131) (xy 213.577151 128.73169) (xy 213.980306 128.56511) (xy 214.289026 128.256928) + (xy 214.45631 127.854064) (xy 214.45669 127.417849) (xy 214.45669 133.7394) (xy 211.91669 133.7394) (xy 211.91669 127.417849) + (xy 211.75011 127.014694) (xy 211.441928 126.705974) (xy 211.039064 126.53869) (xy 210.64669 126.538348) (xy 210.64669 124.877849) + (xy 210.48011 124.474694) (xy 210.171928 124.165974) (xy 209.769064 123.99869) (xy 209.37669 123.998348) (xy 209.37669 118.527849) + (xy 209.21011 118.124694) (xy 208.901928 117.815974) (xy 208.499064 117.64869) (xy 208.10669 117.648348) (xy 208.10669 115.987849) + (xy 207.94011 115.584694) (xy 207.631928 115.275974) (xy 207.229064 115.10869) (xy 206.83669 115.108348) (xy 206.83669 109.637849) + (xy 206.67011 109.234694) (xy 206.361928 108.925974) (xy 205.959064 108.75869) (xy 205.56669 108.758348) (xy 205.56669 107.097849) + (xy 205.40011 106.694694) (xy 205.091928 106.385974) (xy 204.689064 106.21869) (xy 204.30003 106.218351) (xy 204.30003 100.765461) + (xy 204.139934 100.359687) (xy 204.118934 100.328257) (xy 203.915178 100.285177) (xy 203.879823 100.320532) (xy 203.879823 100.249822) + (xy 203.836743 100.046066) (xy 203.436613 99.872345) (xy 203.02669 99.865413) (xy 203.02669 98.207849) (xy 202.86011 97.804694) + (xy 202.551928 97.495974) (xy 202.149064 97.32869) (xy 201.75669 97.328348) (xy 201.75669 91.857849) (xy 201.59011 91.454694) + (xy 201.281928 91.145974) (xy 200.879064 90.97869) (xy 200.48669 90.978348) (xy 200.48669 89.317849) (xy 200.32011 88.914694) + (xy 200.011928 88.605974) (xy 199.609064 88.43869) (xy 199.21669 88.438348) (xy 199.21669 82.967849) (xy 199.05011 82.564694) + (xy 198.741928 82.255974) (xy 198.339064 82.08869) (xy 197.94669 82.088348) (xy 197.94669 80.427849) (xy 197.78011 80.024694) + (xy 197.471928 79.715974) (xy 197.069064 79.54869) (xy 196.67669 79.548348) (xy 196.67669 74.077849) (xy 196.51011 73.674694) + (xy 196.201928 73.365974) (xy 195.799064 73.19869) (xy 195.40669 73.198348) (xy 195.40669 71.537849) (xy 195.24011 71.134694) + (xy 194.931928 70.825974) (xy 194.529064 70.65869) (xy 194.13669 70.658348) (xy 194.13669 65.187849) (xy 193.97011 64.784694) + (xy 193.661928 64.475974) (xy 193.259064 64.30869) (xy 192.86669 64.308348) (xy 192.86669 62.647849) (xy 192.70011 62.244694) + (xy 192.391928 61.935974) (xy 191.989064 61.76869) (xy 191.552849 61.76831) (xy 191.149694 61.93489) (xy 190.840974 62.243072) + (xy 190.67369 62.645936) (xy 190.67331 63.082151) (xy 190.83989 63.485306) (xy 191.148072 63.794026) (xy 191.550936 63.96131) + (xy 191.987151 63.96169) (xy 192.390306 63.79511) (xy 192.699026 63.486928) (xy 192.86631 63.084064) (xy 192.86669 62.647849) + (xy 192.86669 64.308348) (xy 192.822849 64.30831) (xy 192.419694 64.47489) (xy 192.110974 64.783072) (xy 191.94369 65.185936) + (xy 191.94331 65.622151) (xy 192.10989 66.025306) (xy 192.418072 66.334026) (xy 192.820936 66.50131) (xy 193.257151 66.50169) + (xy 193.660306 66.33511) (xy 193.969026 66.026928) (xy 194.13631 65.624064) (xy 194.13669 65.187849) (xy 194.13669 70.658348) + (xy 194.092849 70.65831) (xy 193.689694 70.82489) (xy 193.380974 71.133072) (xy 193.21369 71.535936) (xy 193.21331 71.972151) + (xy 193.37989 72.375306) (xy 193.688072 72.684026) (xy 194.090936 72.85131) (xy 194.527151 72.85169) (xy 194.930306 72.68511) + (xy 195.239026 72.376928) (xy 195.40631 71.974064) (xy 195.40669 71.537849) (xy 195.40669 73.198348) (xy 195.362849 73.19831) + (xy 194.959694 73.36489) (xy 194.650974 73.673072) (xy 194.48369 74.075936) (xy 194.48331 74.512151) (xy 194.64989 74.915306) + (xy 194.958072 75.224026) (xy 195.360936 75.39131) (xy 195.797151 75.39169) (xy 196.200306 75.22511) (xy 196.509026 74.916928) + (xy 196.67631 74.514064) (xy 196.67669 74.077849) (xy 196.67669 79.548348) (xy 196.632849 79.54831) (xy 196.229694 79.71489) + (xy 195.920974 80.023072) (xy 195.75369 80.425936) (xy 195.75331 80.862151) (xy 195.91989 81.265306) (xy 196.228072 81.574026) + (xy 196.630936 81.74131) (xy 197.067151 81.74169) (xy 197.470306 81.57511) (xy 197.779026 81.266928) (xy 197.94631 80.864064) + (xy 197.94669 80.427849) (xy 197.94669 82.088348) (xy 197.902849 82.08831) (xy 197.499694 82.25489) (xy 197.190974 82.563072) + (xy 197.02369 82.965936) (xy 197.02331 83.402151) (xy 197.18989 83.805306) (xy 197.498072 84.114026) (xy 197.900936 84.28131) + (xy 198.337151 84.28169) (xy 198.740306 84.11511) (xy 199.049026 83.806928) (xy 199.21631 83.404064) (xy 199.21669 82.967849) + (xy 199.21669 88.438348) (xy 199.172849 88.43831) (xy 198.769694 88.60489) (xy 198.460974 88.913072) (xy 198.29369 89.315936) + (xy 198.29331 89.752151) (xy 198.45989 90.155306) (xy 198.768072 90.464026) (xy 199.170936 90.63131) (xy 199.607151 90.63169) + (xy 200.010306 90.46511) (xy 200.319026 90.156928) (xy 200.48631 89.754064) (xy 200.48669 89.317849) (xy 200.48669 90.978348) + (xy 200.442849 90.97831) (xy 200.039694 91.14489) (xy 199.730974 91.453072) (xy 199.56369 91.855936) (xy 199.56331 92.292151) + (xy 199.72989 92.695306) (xy 200.038072 93.004026) (xy 200.440936 93.17131) (xy 200.877151 93.17169) (xy 201.280306 93.00511) + (xy 201.589026 92.696928) (xy 201.75631 92.294064) (xy 201.75669 91.857849) (xy 201.75669 97.328348) (xy 201.712849 97.32831) + (xy 201.309694 97.49489) (xy 201.000974 97.803072) (xy 200.83369 98.205936) (xy 200.83331 98.642151) (xy 200.99989 99.045306) + (xy 201.308072 99.354026) (xy 201.710936 99.52131) (xy 202.147151 99.52169) (xy 202.550306 99.35511) (xy 202.859026 99.046928) + (xy 203.02631 98.644064) (xy 203.02669 98.207849) (xy 203.02669 99.865413) (xy 203.000461 99.86497) (xy 202.594687 100.025066) + (xy 202.563257 100.046066) (xy 202.520177 100.249822) (xy 203.2 100.929645) (xy 203.879823 100.249822) (xy 203.879823 100.320532) + (xy 203.235355 100.965) (xy 203.915178 101.644823) (xy 204.118934 101.601743) (xy 204.292655 101.201613) (xy 204.30003 100.765461) + (xy 204.30003 106.218351) (xy 204.252849 106.21831) (xy 203.879823 106.37244) (xy 203.879823 101.680178) (xy 203.2 101.000355) + (xy 203.164645 101.03571) (xy 203.164645 100.965) (xy 202.484822 100.285177) (xy 202.281066 100.328257) (xy 202.107345 100.728387) + (xy 202.09997 101.164539) (xy 202.260066 101.570313) (xy 202.281066 101.601743) (xy 202.484822 101.644823) (xy 203.164645 100.965) + (xy 203.164645 101.03571) (xy 202.520177 101.680178) (xy 202.563257 101.883934) (xy 202.963387 102.057655) (xy 203.399539 102.06503) + (xy 203.805313 101.904934) (xy 203.836743 101.883934) (xy 203.879823 101.680178) (xy 203.879823 106.37244) (xy 203.849694 106.38489) + (xy 203.540974 106.693072) (xy 203.37369 107.095936) (xy 203.37331 107.532151) (xy 203.53989 107.935306) (xy 203.848072 108.244026) + (xy 204.250936 108.41131) (xy 204.687151 108.41169) (xy 205.090306 108.24511) (xy 205.399026 107.936928) (xy 205.56631 107.534064) + (xy 205.56669 107.097849) (xy 205.56669 108.758348) (xy 205.522849 108.75831) (xy 205.119694 108.92489) (xy 204.810974 109.233072) + (xy 204.64369 109.635936) (xy 204.64331 110.072151) (xy 204.80989 110.475306) (xy 205.118072 110.784026) (xy 205.520936 110.95131) + (xy 205.957151 110.95169) (xy 206.360306 110.78511) (xy 206.669026 110.476928) (xy 206.83631 110.074064) (xy 206.83669 109.637849) + (xy 206.83669 115.108348) (xy 206.792849 115.10831) (xy 206.389694 115.27489) (xy 206.080974 115.583072) (xy 205.91369 115.985936) + (xy 205.91331 116.422151) (xy 206.07989 116.825306) (xy 206.388072 117.134026) (xy 206.790936 117.30131) (xy 207.227151 117.30169) + (xy 207.630306 117.13511) (xy 207.939026 116.826928) (xy 208.10631 116.424064) (xy 208.10669 115.987849) (xy 208.10669 117.648348) + (xy 208.062849 117.64831) (xy 207.659694 117.81489) (xy 207.350974 118.123072) (xy 207.18369 118.525936) (xy 207.18331 118.962151) + (xy 207.34989 119.365306) (xy 207.658072 119.674026) (xy 208.060936 119.84131) (xy 208.497151 119.84169) (xy 208.900306 119.67511) + (xy 209.209026 119.366928) (xy 209.37631 118.964064) (xy 209.37669 118.527849) (xy 209.37669 123.998348) (xy 209.332849 123.99831) + (xy 208.929694 124.16489) (xy 208.620974 124.473072) (xy 208.45369 124.875936) (xy 208.45331 125.312151) (xy 208.61989 125.715306) + (xy 208.928072 126.024026) (xy 209.330936 126.19131) (xy 209.767151 126.19169) (xy 210.170306 126.02511) (xy 210.479026 125.716928) + (xy 210.64631 125.314064) (xy 210.64669 124.877849) (xy 210.64669 126.538348) (xy 210.602849 126.53831) (xy 210.199694 126.70489) + (xy 209.890974 127.013072) (xy 209.72369 127.415936) (xy 209.72331 127.852151) (xy 209.88989 128.255306) (xy 210.198072 128.564026) + (xy 210.600936 128.73131) (xy 211.037151 128.73169) (xy 211.440306 128.56511) (xy 211.749026 128.256928) (xy 211.91631 127.854064) + (xy 211.91669 127.417849) (xy 211.91669 133.7394) (xy 209.37669 133.7394) (xy 209.37669 127.417849) (xy 209.21011 127.014694) + (xy 208.901928 126.705974) (xy 208.499064 126.53869) (xy 208.10669 126.538348) (xy 208.10669 124.877849) (xy 207.94011 124.474694) + (xy 207.631928 124.165974) (xy 207.229064 123.99869) (xy 206.83669 123.998348) (xy 206.83669 118.527849) (xy 206.67011 118.124694) + (xy 206.361928 117.815974) (xy 205.959064 117.64869) (xy 205.56669 117.648348) (xy 205.56669 115.987849) (xy 205.40011 115.584694) + (xy 205.091928 115.275974) (xy 204.689064 115.10869) (xy 204.30003 115.108351) (xy 204.30003 109.655461) (xy 204.139934 109.249687) + (xy 204.118934 109.218257) (xy 203.915178 109.175177) (xy 203.879823 109.210532) (xy 203.879823 109.139822) (xy 203.836743 108.936066) + (xy 203.436613 108.762345) (xy 203.02669 108.755413) (xy 203.02669 107.097849) (xy 202.86011 106.694694) (xy 202.551928 106.385974) + (xy 202.149064 106.21869) (xy 201.75669 106.218348) (xy 201.75669 100.747849) (xy 201.59011 100.344694) (xy 201.281928 100.035974) + (xy 200.879064 99.86869) (xy 200.48669 99.868348) (xy 200.48669 98.207849) (xy 200.32011 97.804694) (xy 200.011928 97.495974) + (xy 199.609064 97.32869) (xy 199.21669 97.328348) (xy 199.21669 91.857849) (xy 199.05011 91.454694) (xy 198.741928 91.145974) + (xy 198.339064 90.97869) (xy 197.94669 90.978348) (xy 197.94669 89.317849) (xy 197.78011 88.914694) (xy 197.471928 88.605974) + (xy 197.069064 88.43869) (xy 196.67669 88.438348) (xy 196.67669 82.967849) (xy 196.51011 82.564694) (xy 196.201928 82.255974) + (xy 195.799064 82.08869) (xy 195.40669 82.088348) (xy 195.40669 80.427849) (xy 195.24011 80.024694) (xy 194.931928 79.715974) + (xy 194.529064 79.54869) (xy 194.13669 79.548348) (xy 194.13669 74.077849) (xy 193.97011 73.674694) (xy 193.661928 73.365974) + (xy 193.259064 73.19869) (xy 192.86669 73.198348) (xy 192.86669 71.537849) (xy 192.70011 71.134694) (xy 192.391928 70.825974) + (xy 191.989064 70.65869) (xy 191.59669 70.658348) (xy 191.59669 65.187849) (xy 191.43011 64.784694) (xy 191.121928 64.475974) + (xy 190.719064 64.30869) (xy 190.32669 64.308348) (xy 190.32669 62.647849) (xy 190.16011 62.244694) (xy 189.851928 61.935974) + (xy 189.449064 61.76869) (xy 189.012849 61.76831) (xy 188.609694 61.93489) (xy 188.300974 62.243072) (xy 188.13369 62.645936) + (xy 188.13331 63.082151) (xy 188.29989 63.485306) (xy 188.608072 63.794026) (xy 189.010936 63.96131) (xy 189.447151 63.96169) + (xy 189.850306 63.79511) (xy 190.159026 63.486928) (xy 190.32631 63.084064) (xy 190.32669 62.647849) (xy 190.32669 64.308348) + (xy 190.282849 64.30831) (xy 189.879694 64.47489) (xy 189.570974 64.783072) (xy 189.40369 65.185936) (xy 189.40331 65.622151) + (xy 189.56989 66.025306) (xy 189.878072 66.334026) (xy 190.280936 66.50131) (xy 190.717151 66.50169) (xy 191.120306 66.33511) + (xy 191.429026 66.026928) (xy 191.59631 65.624064) (xy 191.59669 65.187849) (xy 191.59669 70.658348) (xy 191.552849 70.65831) + (xy 191.149694 70.82489) (xy 190.840974 71.133072) (xy 190.67369 71.535936) (xy 190.67331 71.972151) (xy 190.83989 72.375306) + (xy 191.148072 72.684026) (xy 191.550936 72.85131) (xy 191.987151 72.85169) (xy 192.390306 72.68511) (xy 192.699026 72.376928) + (xy 192.86631 71.974064) (xy 192.86669 71.537849) (xy 192.86669 73.198348) (xy 192.822849 73.19831) (xy 192.419694 73.36489) + (xy 192.110974 73.673072) (xy 191.94369 74.075936) (xy 191.943373 74.438701) (xy 191.709692 74.341668) (xy 191.59646 74.341569) + (xy 191.59669 74.077849) (xy 191.43011 73.674694) (xy 191.121928 73.365974) (xy 190.719064 73.19869) (xy 190.32669 73.198348) + (xy 190.32669 71.537849) (xy 190.16011 71.134694) (xy 189.851928 70.825974) (xy 189.449064 70.65869) (xy 189.05669 70.658348) + (xy 189.05669 65.187849) (xy 188.89011 64.784694) (xy 188.581928 64.475974) (xy 188.179064 64.30869) (xy 187.78669 64.308348) + (xy 187.78669 62.647849) (xy 187.62011 62.244694) (xy 187.311928 61.935974) (xy 186.909064 61.76869) (xy 186.472849 61.76831) + (xy 186.069694 61.93489) (xy 185.760974 62.243072) (xy 185.59369 62.645936) (xy 185.59331 63.082151) (xy 185.75989 63.485306) + (xy 186.068072 63.794026) (xy 186.470936 63.96131) (xy 186.907151 63.96169) (xy 187.310306 63.79511) (xy 187.619026 63.486928) + (xy 187.78631 63.084064) (xy 187.78669 62.647849) (xy 187.78669 64.308348) (xy 187.742849 64.30831) (xy 187.339694 64.47489) + (xy 187.030974 64.783072) (xy 186.86369 65.185936) (xy 186.86331 65.622151) (xy 187.02989 66.025306) (xy 187.338072 66.334026) + (xy 187.740936 66.50131) (xy 188.177151 66.50169) (xy 188.580306 66.33511) (xy 188.889026 66.026928) (xy 189.05631 65.624064) + (xy 189.05669 65.187849) (xy 189.05669 70.658348) (xy 189.012849 70.65831) (xy 188.609694 70.82489) (xy 188.300974 71.133072) + (xy 188.13369 71.535936) (xy 188.13331 71.972151) (xy 188.29989 72.375306) (xy 188.608072 72.684026) (xy 189.010936 72.85131) + (xy 189.447151 72.85169) (xy 189.850306 72.68511) (xy 190.159026 72.376928) (xy 190.32631 71.974064) (xy 190.32669 71.537849) + (xy 190.32669 73.198348) (xy 190.282849 73.19831) (xy 189.879694 73.36489) (xy 189.570974 73.673072) (xy 189.40369 74.075936) + (xy 189.40331 74.512151) (xy 189.56989 74.915306) (xy 189.80706 75.15289) (xy 189.57054 75.250618) (xy 189.297577 75.523105) + (xy 189.149668 75.879308) (xy 189.149332 76.264999) (xy 189.296618 76.62146) (xy 189.569105 76.894423) (xy 189.925308 77.042332) + (xy 190.310999 77.042668) (xy 190.66746 76.895382) (xy 190.940423 76.622895) (xy 191.088332 76.266692) (xy 191.088404 76.183206) + (xy 191.322308 76.280332) (xy 191.707999 76.280668) (xy 191.739323 76.267725) (xy 191.689668 76.387308) (xy 191.689332 76.772999) + (xy 191.836618 77.12946) (xy 192.109105 77.402423) (xy 192.465308 77.550332) (xy 192.850999 77.550668) (xy 193.20746 77.403382) + (xy 193.480423 77.130895) (xy 193.628332 76.774692) (xy 193.628668 76.389001) (xy 193.481382 76.03254) (xy 193.208895 75.759577) + (xy 192.852692 75.611668) (xy 192.467001 75.611332) (xy 192.435676 75.624274) (xy 192.485332 75.504692) (xy 192.485552 75.252046) + (xy 192.820936 75.39131) (xy 193.257151 75.39169) (xy 193.660306 75.22511) (xy 193.969026 74.916928) (xy 194.13631 74.514064) + (xy 194.13669 74.077849) (xy 194.13669 79.548348) (xy 194.092849 79.54831) (xy 193.689694 79.71489) (xy 193.380974 80.023072) + (xy 193.21369 80.425936) (xy 193.21331 80.862151) (xy 193.37989 81.265306) (xy 193.688072 81.574026) (xy 194.090936 81.74131) + (xy 194.527151 81.74169) (xy 194.930306 81.57511) (xy 195.239026 81.266928) (xy 195.40631 80.864064) (xy 195.40669 80.427849) + (xy 195.40669 82.088348) (xy 195.362849 82.08831) (xy 194.959694 82.25489) (xy 194.650974 82.563072) (xy 194.48369 82.965936) + (xy 194.48331 83.402151) (xy 194.64989 83.805306) (xy 194.958072 84.114026) (xy 195.360936 84.28131) (xy 195.797151 84.28169) + (xy 196.200306 84.11511) (xy 196.509026 83.806928) (xy 196.67631 83.404064) (xy 196.67669 82.967849) (xy 196.67669 88.438348) + (xy 196.632849 88.43831) (xy 196.229694 88.60489) (xy 195.920974 88.913072) (xy 195.75369 89.315936) (xy 195.75331 89.752151) + (xy 195.91989 90.155306) (xy 196.228072 90.464026) (xy 196.630936 90.63131) (xy 197.067151 90.63169) (xy 197.470306 90.46511) + (xy 197.779026 90.156928) (xy 197.94631 89.754064) (xy 197.94669 89.317849) (xy 197.94669 90.978348) (xy 197.902849 90.97831) + (xy 197.499694 91.14489) (xy 197.190974 91.453072) (xy 197.02369 91.855936) (xy 197.02331 92.292151) (xy 197.18989 92.695306) + (xy 197.498072 93.004026) (xy 197.900936 93.17131) (xy 198.337151 93.17169) (xy 198.740306 93.00511) (xy 199.049026 92.696928) + (xy 199.21631 92.294064) (xy 199.21669 91.857849) (xy 199.21669 97.328348) (xy 199.172849 97.32831) (xy 198.769694 97.49489) + (xy 198.460974 97.803072) (xy 198.29369 98.205936) (xy 198.29331 98.642151) (xy 198.45989 99.045306) (xy 198.768072 99.354026) + (xy 199.170936 99.52131) (xy 199.607151 99.52169) (xy 200.010306 99.35511) (xy 200.319026 99.046928) (xy 200.48631 98.644064) + (xy 200.48669 98.207849) (xy 200.48669 99.868348) (xy 200.442849 99.86831) (xy 200.039694 100.03489) (xy 199.730974 100.343072) + (xy 199.56369 100.745936) (xy 199.56331 101.182151) (xy 199.72989 101.585306) (xy 200.038072 101.894026) (xy 200.440936 102.06131) + (xy 200.877151 102.06169) (xy 201.280306 101.89511) (xy 201.589026 101.586928) (xy 201.75631 101.184064) (xy 201.75669 100.747849) + (xy 201.75669 106.218348) (xy 201.712849 106.21831) (xy 201.309694 106.38489) (xy 201.000974 106.693072) (xy 200.83369 107.095936) + (xy 200.83331 107.532151) (xy 200.99989 107.935306) (xy 201.308072 108.244026) (xy 201.710936 108.41131) (xy 202.147151 108.41169) + (xy 202.550306 108.24511) (xy 202.859026 107.936928) (xy 203.02631 107.534064) (xy 203.02669 107.097849) (xy 203.02669 108.755413) + (xy 203.000461 108.75497) (xy 202.594687 108.915066) (xy 202.563257 108.936066) (xy 202.520177 109.139822) (xy 203.2 109.819645) + (xy 203.879823 109.139822) (xy 203.879823 109.210532) (xy 203.235355 109.855) (xy 203.915178 110.534823) (xy 204.118934 110.491743) + (xy 204.292655 110.091613) (xy 204.30003 109.655461) (xy 204.30003 115.108351) (xy 204.252849 115.10831) (xy 203.879823 115.26244) + (xy 203.879823 110.570178) (xy 203.2 109.890355) (xy 203.164645 109.92571) (xy 203.164645 109.855) (xy 202.484822 109.175177) + (xy 202.281066 109.218257) (xy 202.107345 109.618387) (xy 202.09997 110.054539) (xy 202.260066 110.460313) (xy 202.281066 110.491743) + (xy 202.484822 110.534823) (xy 203.164645 109.855) (xy 203.164645 109.92571) (xy 202.520177 110.570178) (xy 202.563257 110.773934) + (xy 202.963387 110.947655) (xy 203.399539 110.95503) (xy 203.805313 110.794934) (xy 203.836743 110.773934) (xy 203.879823 110.570178) + (xy 203.879823 115.26244) (xy 203.849694 115.27489) (xy 203.540974 115.583072) (xy 203.37369 115.985936) (xy 203.37331 116.422151) + (xy 203.53989 116.825306) (xy 203.848072 117.134026) (xy 204.250936 117.30131) (xy 204.687151 117.30169) (xy 205.090306 117.13511) + (xy 205.399026 116.826928) (xy 205.56631 116.424064) (xy 205.56669 115.987849) (xy 205.56669 117.648348) (xy 205.522849 117.64831) + (xy 205.119694 117.81489) (xy 204.810974 118.123072) (xy 204.64369 118.525936) (xy 204.64331 118.962151) (xy 204.80989 119.365306) + (xy 205.118072 119.674026) (xy 205.520936 119.84131) (xy 205.957151 119.84169) (xy 206.360306 119.67511) (xy 206.669026 119.366928) + (xy 206.83631 118.964064) (xy 206.83669 118.527849) (xy 206.83669 123.998348) (xy 206.792849 123.99831) (xy 206.389694 124.16489) + (xy 206.080974 124.473072) (xy 205.91369 124.875936) (xy 205.91331 125.312151) (xy 206.07989 125.715306) (xy 206.388072 126.024026) + (xy 206.790936 126.19131) (xy 207.227151 126.19169) (xy 207.630306 126.02511) (xy 207.939026 125.716928) (xy 208.10631 125.314064) + (xy 208.10669 124.877849) (xy 208.10669 126.538348) (xy 208.062849 126.53831) (xy 207.659694 126.70489) (xy 207.350974 127.013072) + (xy 207.18369 127.415936) (xy 207.18331 127.852151) (xy 207.34989 128.255306) (xy 207.658072 128.564026) (xy 208.060936 128.73131) + (xy 208.497151 128.73169) (xy 208.900306 128.56511) (xy 209.209026 128.256928) (xy 209.37631 127.854064) (xy 209.37669 127.417849) + (xy 209.37669 133.7394) (xy 206.83669 133.7394) (xy 206.83669 127.417849) (xy 206.67011 127.014694) (xy 206.361928 126.705974) + (xy 205.959064 126.53869) (xy 205.56669 126.538348) (xy 205.56669 124.877849) (xy 205.40011 124.474694) (xy 205.091928 124.165974) + (xy 204.689064 123.99869) (xy 204.30003 123.998351) (xy 204.30003 118.545461) (xy 204.139934 118.139687) (xy 204.118934 118.108257) + (xy 203.915178 118.065177) (xy 203.879823 118.100532) (xy 203.879823 118.029822) (xy 203.836743 117.826066) (xy 203.436613 117.652345) + (xy 203.02669 117.645413) (xy 203.02669 115.987849) (xy 202.86011 115.584694) (xy 202.551928 115.275974) (xy 202.149064 115.10869) + (xy 201.75669 115.108348) (xy 201.75669 109.637849) (xy 201.59011 109.234694) (xy 201.281928 108.925974) (xy 200.879064 108.75869) + (xy 200.48669 108.758348) (xy 200.48669 107.097849) (xy 200.32011 106.694694) (xy 200.011928 106.385974) (xy 199.609064 106.21869) + (xy 199.21669 106.218348) (xy 199.21669 100.747849) (xy 199.05011 100.344694) (xy 198.741928 100.035974) (xy 198.339064 99.86869) + (xy 197.94669 99.868348) (xy 197.94669 98.207849) (xy 197.78011 97.804694) (xy 197.471928 97.495974) (xy 197.069064 97.32869) + (xy 196.67669 97.328348) (xy 196.67669 91.857849) (xy 196.51011 91.454694) (xy 196.201928 91.145974) (xy 195.799064 90.97869) + (xy 195.40669 90.978348) (xy 195.40669 89.317849) (xy 195.24011 88.914694) (xy 194.931928 88.605974) (xy 194.529064 88.43869) + (xy 194.13669 88.438348) (xy 194.13669 82.967849) (xy 193.97011 82.564694) (xy 193.661928 82.255974) (xy 193.259064 82.08869) + (xy 192.86669 82.088348) (xy 192.86669 80.427849) (xy 192.70011 80.024694) (xy 192.391928 79.715974) (xy 191.989064 79.54869) + (xy 191.552849 79.54831) (xy 191.149694 79.71489) (xy 190.840974 80.023072) (xy 190.67369 80.425936) (xy 190.67331 80.862151) + (xy 190.83989 81.265306) (xy 191.148072 81.574026) (xy 191.550936 81.74131) (xy 191.987151 81.74169) (xy 192.390306 81.57511) + (xy 192.699026 81.266928) (xy 192.86631 80.864064) (xy 192.86669 80.427849) (xy 192.86669 82.088348) (xy 192.822849 82.08831) + (xy 192.419694 82.25489) (xy 192.110974 82.563072) (xy 191.94369 82.965936) (xy 191.94331 83.402151) (xy 192.10989 83.805306) + (xy 192.418072 84.114026) (xy 192.820936 84.28131) (xy 193.257151 84.28169) (xy 193.660306 84.11511) (xy 193.969026 83.806928) + (xy 194.13631 83.404064) (xy 194.13669 82.967849) (xy 194.13669 88.438348) (xy 194.092849 88.43831) (xy 193.689694 88.60489) + (xy 193.380974 88.913072) (xy 193.21369 89.315936) (xy 193.21331 89.752151) (xy 193.37989 90.155306) (xy 193.688072 90.464026) + (xy 194.090936 90.63131) (xy 194.527151 90.63169) (xy 194.930306 90.46511) (xy 195.239026 90.156928) (xy 195.40631 89.754064) + (xy 195.40669 89.317849) (xy 195.40669 90.978348) (xy 195.362849 90.97831) (xy 194.959694 91.14489) (xy 194.650974 91.453072) + (xy 194.48369 91.855936) (xy 194.48331 92.292151) (xy 194.64989 92.695306) (xy 194.958072 93.004026) (xy 195.360936 93.17131) + (xy 195.797151 93.17169) (xy 196.200306 93.00511) (xy 196.509026 92.696928) (xy 196.67631 92.294064) (xy 196.67669 91.857849) + (xy 196.67669 97.328348) (xy 196.632849 97.32831) (xy 196.229694 97.49489) (xy 195.920974 97.803072) (xy 195.75369 98.205936) + (xy 195.75331 98.642151) (xy 195.91989 99.045306) (xy 196.228072 99.354026) (xy 196.630936 99.52131) (xy 197.067151 99.52169) + (xy 197.470306 99.35511) (xy 197.779026 99.046928) (xy 197.94631 98.644064) (xy 197.94669 98.207849) (xy 197.94669 99.868348) + (xy 197.902849 99.86831) (xy 197.499694 100.03489) (xy 197.190974 100.343072) (xy 197.02369 100.745936) (xy 197.02331 101.182151) + (xy 197.18989 101.585306) (xy 197.498072 101.894026) (xy 197.900936 102.06131) (xy 198.337151 102.06169) (xy 198.740306 101.89511) + (xy 199.049026 101.586928) (xy 199.21631 101.184064) (xy 199.21669 100.747849) (xy 199.21669 106.218348) (xy 199.172849 106.21831) + (xy 198.769694 106.38489) (xy 198.460974 106.693072) (xy 198.29369 107.095936) (xy 198.29331 107.532151) (xy 198.45989 107.935306) + (xy 198.768072 108.244026) (xy 199.170936 108.41131) (xy 199.607151 108.41169) (xy 200.010306 108.24511) (xy 200.319026 107.936928) + (xy 200.48631 107.534064) (xy 200.48669 107.097849) (xy 200.48669 108.758348) (xy 200.442849 108.75831) (xy 200.039694 108.92489) + (xy 199.730974 109.233072) (xy 199.56369 109.635936) (xy 199.56331 110.072151) (xy 199.72989 110.475306) (xy 200.038072 110.784026) + (xy 200.440936 110.95131) (xy 200.877151 110.95169) (xy 201.280306 110.78511) (xy 201.589026 110.476928) (xy 201.75631 110.074064) + (xy 201.75669 109.637849) (xy 201.75669 115.108348) (xy 201.712849 115.10831) (xy 201.309694 115.27489) (xy 201.000974 115.583072) + (xy 200.83369 115.985936) (xy 200.83331 116.422151) (xy 200.99989 116.825306) (xy 201.308072 117.134026) (xy 201.710936 117.30131) + (xy 202.147151 117.30169) (xy 202.550306 117.13511) (xy 202.859026 116.826928) (xy 203.02631 116.424064) (xy 203.02669 115.987849) + (xy 203.02669 117.645413) (xy 203.000461 117.64497) (xy 202.594687 117.805066) (xy 202.563257 117.826066) (xy 202.520177 118.029822) + (xy 203.2 118.709645) (xy 203.879823 118.029822) (xy 203.879823 118.100532) (xy 203.235355 118.745) (xy 203.915178 119.424823) + (xy 204.118934 119.381743) (xy 204.292655 118.981613) (xy 204.30003 118.545461) (xy 204.30003 123.998351) (xy 204.252849 123.99831) + (xy 203.879823 124.15244) (xy 203.879823 119.460178) (xy 203.2 118.780355) (xy 203.164645 118.81571) (xy 203.164645 118.745) + (xy 202.484822 118.065177) (xy 202.281066 118.108257) (xy 202.107345 118.508387) (xy 202.09997 118.944539) (xy 202.260066 119.350313) + (xy 202.281066 119.381743) (xy 202.484822 119.424823) (xy 203.164645 118.745) (xy 203.164645 118.81571) (xy 202.520177 119.460178) + (xy 202.563257 119.663934) (xy 202.963387 119.837655) (xy 203.399539 119.84503) (xy 203.805313 119.684934) (xy 203.836743 119.663934) + (xy 203.879823 119.460178) (xy 203.879823 124.15244) (xy 203.849694 124.16489) (xy 203.540974 124.473072) (xy 203.37369 124.875936) + (xy 203.37331 125.312151) (xy 203.53989 125.715306) (xy 203.848072 126.024026) (xy 204.250936 126.19131) (xy 204.687151 126.19169) + (xy 205.090306 126.02511) (xy 205.399026 125.716928) (xy 205.56631 125.314064) (xy 205.56669 124.877849) (xy 205.56669 126.538348) + (xy 205.522849 126.53831) (xy 205.119694 126.70489) (xy 204.810974 127.013072) (xy 204.64369 127.415936) (xy 204.64331 127.852151) + (xy 204.80989 128.255306) (xy 205.118072 128.564026) (xy 205.520936 128.73131) (xy 205.957151 128.73169) (xy 206.360306 128.56511) + (xy 206.669026 128.256928) (xy 206.83631 127.854064) (xy 206.83669 127.417849) (xy 206.83669 133.7394) (xy 204.851 133.7394) + (xy 204.611211 133.787097) (xy 204.407927 133.922927) (xy 204.30003 134.084406) (xy 204.30003 127.435461) (xy 204.139934 127.029687) + (xy 204.118934 126.998257) (xy 203.915178 126.955177) (xy 203.879823 126.990532) (xy 203.879823 126.919822) (xy 203.836743 126.716066) + (xy 203.436613 126.542345) (xy 203.02669 126.535413) (xy 203.02669 124.877849) (xy 202.86011 124.474694) (xy 202.551928 124.165974) + (xy 202.149064 123.99869) (xy 201.75669 123.998348) (xy 201.75669 118.527849) (xy 201.59011 118.124694) (xy 201.281928 117.815974) + (xy 200.879064 117.64869) (xy 200.48669 117.648348) (xy 200.48669 115.987849) (xy 200.32011 115.584694) (xy 200.011928 115.275974) + (xy 199.609064 115.10869) (xy 199.21669 115.108348) (xy 199.21669 109.637849) (xy 199.05011 109.234694) (xy 198.741928 108.925974) + (xy 198.339064 108.75869) (xy 197.94669 108.758348) (xy 197.94669 107.097849) (xy 197.78011 106.694694) (xy 197.471928 106.385974) + (xy 197.069064 106.21869) (xy 196.67669 106.218348) (xy 196.67669 100.747849) (xy 196.51011 100.344694) (xy 196.201928 100.035974) + (xy 195.799064 99.86869) (xy 195.40669 99.868348) (xy 195.40669 98.207849) (xy 195.24011 97.804694) (xy 194.931928 97.495974) + (xy 194.529064 97.32869) (xy 194.13669 97.328348) (xy 194.13669 91.857849) (xy 193.97011 91.454694) (xy 193.661928 91.145974) + (xy 193.259064 90.97869) (xy 192.86669 90.978348) (xy 192.86669 89.317849) (xy 192.70011 88.914694) (xy 192.391928 88.605974) + (xy 191.989064 88.43869) (xy 191.59669 88.438348) (xy 191.59669 82.967849) (xy 191.43011 82.564694) (xy 191.121928 82.255974) + (xy 190.719064 82.08869) (xy 190.32669 82.088348) (xy 190.32669 80.427849) (xy 190.16011 80.024694) (xy 189.851928 79.715974) + (xy 189.449064 79.54869) (xy 189.05669 79.548348) (xy 189.05669 74.077849) (xy 188.89011 73.674694) (xy 188.581928 73.365974) + (xy 188.179064 73.19869) (xy 187.78669 73.198348) (xy 187.78669 71.537849) (xy 187.62011 71.134694) (xy 187.311928 70.825974) + (xy 186.909064 70.65869) (xy 186.472849 70.65831) (xy 186.069694 70.82489) (xy 185.760974 71.133072) (xy 185.59369 71.535936) + (xy 185.59331 71.972151) (xy 185.75989 72.375306) (xy 186.068072 72.684026) (xy 186.470936 72.85131) (xy 186.907151 72.85169) + (xy 187.310306 72.68511) (xy 187.619026 72.376928) (xy 187.78631 71.974064) (xy 187.78669 71.537849) (xy 187.78669 73.198348) + (xy 187.742849 73.19831) (xy 187.339694 73.36489) (xy 187.030974 73.673072) (xy 186.86369 74.075936) (xy 186.86331 74.512151) + (xy 187.02989 74.915306) (xy 187.338072 75.224026) (xy 187.740936 75.39131) (xy 188.177151 75.39169) (xy 188.580306 75.22511) + (xy 188.889026 74.916928) (xy 189.05631 74.514064) (xy 189.05669 74.077849) (xy 189.05669 79.548348) (xy 189.012849 79.54831) + (xy 188.609694 79.71489) (xy 188.300974 80.023072) (xy 188.13369 80.425936) (xy 188.13331 80.862151) (xy 188.29989 81.265306) + (xy 188.608072 81.574026) (xy 189.010936 81.74131) (xy 189.447151 81.74169) (xy 189.850306 81.57511) (xy 190.159026 81.266928) + (xy 190.32631 80.864064) (xy 190.32669 80.427849) (xy 190.32669 82.088348) (xy 190.282849 82.08831) (xy 189.879694 82.25489) + (xy 189.570974 82.563072) (xy 189.40369 82.965936) (xy 189.40331 83.402151) (xy 189.56989 83.805306) (xy 189.878072 84.114026) + (xy 190.280936 84.28131) (xy 190.717151 84.28169) (xy 191.120306 84.11511) (xy 191.429026 83.806928) (xy 191.59631 83.404064) + (xy 191.59669 82.967849) (xy 191.59669 88.438348) (xy 191.552849 88.43831) (xy 191.149694 88.60489) (xy 190.840974 88.913072) + (xy 190.67369 89.315936) (xy 190.67331 89.752151) (xy 190.83989 90.155306) (xy 191.148072 90.464026) (xy 191.550936 90.63131) + (xy 191.987151 90.63169) (xy 192.390306 90.46511) (xy 192.699026 90.156928) (xy 192.86631 89.754064) (xy 192.86669 89.317849) + (xy 192.86669 90.978348) (xy 192.822849 90.97831) (xy 192.419694 91.14489) (xy 192.110974 91.453072) (xy 191.94369 91.855936) + (xy 191.94331 92.292151) (xy 192.10989 92.695306) (xy 192.418072 93.004026) (xy 192.820936 93.17131) (xy 193.257151 93.17169) + (xy 193.660306 93.00511) (xy 193.969026 92.696928) (xy 194.13631 92.294064) (xy 194.13669 91.857849) (xy 194.13669 97.328348) + (xy 194.092849 97.32831) (xy 193.907127 97.405048) (xy 193.988423 97.323895) (xy 194.136332 96.967692) (xy 194.136668 96.582001) + (xy 193.989382 96.22554) (xy 193.716895 95.952577) (xy 193.360692 95.804668) (xy 192.975001 95.804332) (xy 192.61854 95.951618) + (xy 192.345577 96.224105) (xy 192.197668 96.580308) (xy 192.197332 96.965999) (xy 192.344618 97.32246) (xy 192.617105 97.595423) + (xy 192.973308 97.743332) (xy 193.358999 97.743668) (xy 193.498026 97.686223) (xy 193.380974 97.803072) (xy 193.21369 98.205936) + (xy 193.21331 98.642151) (xy 193.37989 99.045306) (xy 193.688072 99.354026) (xy 194.090936 99.52131) (xy 194.527151 99.52169) + (xy 194.930306 99.35511) (xy 195.239026 99.046928) (xy 195.40631 98.644064) (xy 195.40669 98.207849) (xy 195.40669 99.868348) + (xy 195.362849 99.86831) (xy 194.959694 100.03489) (xy 194.650974 100.343072) (xy 194.48369 100.745936) (xy 194.48331 101.182151) + (xy 194.64989 101.585306) (xy 194.958072 101.894026) (xy 195.360936 102.06131) (xy 195.797151 102.06169) (xy 196.200306 101.89511) + (xy 196.509026 101.586928) (xy 196.67631 101.184064) (xy 196.67669 100.747849) (xy 196.67669 106.218348) (xy 196.632849 106.21831) + (xy 196.229694 106.38489) (xy 195.920974 106.693072) (xy 195.75369 107.095936) (xy 195.75331 107.532151) (xy 195.91989 107.935306) + (xy 196.228072 108.244026) (xy 196.630936 108.41131) (xy 197.067151 108.41169) (xy 197.470306 108.24511) (xy 197.779026 107.936928) + (xy 197.94631 107.534064) (xy 197.94669 107.097849) (xy 197.94669 108.758348) (xy 197.902849 108.75831) (xy 197.499694 108.92489) + (xy 197.190974 109.233072) (xy 197.02369 109.635936) (xy 197.02331 110.072151) (xy 197.18989 110.475306) (xy 197.498072 110.784026) + (xy 197.900936 110.95131) (xy 198.337151 110.95169) (xy 198.740306 110.78511) (xy 199.049026 110.476928) (xy 199.21631 110.074064) + (xy 199.21669 109.637849) (xy 199.21669 115.108348) (xy 199.172849 115.10831) (xy 198.769694 115.27489) (xy 198.460974 115.583072) + (xy 198.29369 115.985936) (xy 198.29331 116.422151) (xy 198.45989 116.825306) (xy 198.768072 117.134026) (xy 199.170936 117.30131) + (xy 199.607151 117.30169) (xy 200.010306 117.13511) (xy 200.319026 116.826928) (xy 200.48631 116.424064) (xy 200.48669 115.987849) + (xy 200.48669 117.648348) (xy 200.442849 117.64831) (xy 200.039694 117.81489) (xy 199.730974 118.123072) (xy 199.56369 118.525936) + (xy 199.56331 118.962151) (xy 199.72989 119.365306) (xy 200.038072 119.674026) (xy 200.440936 119.84131) (xy 200.877151 119.84169) + (xy 201.280306 119.67511) (xy 201.589026 119.366928) (xy 201.75631 118.964064) (xy 201.75669 118.527849) (xy 201.75669 123.998348) + (xy 201.712849 123.99831) (xy 201.309694 124.16489) (xy 201.000974 124.473072) (xy 200.83369 124.875936) (xy 200.83331 125.312151) + (xy 200.99989 125.715306) (xy 201.308072 126.024026) (xy 201.710936 126.19131) (xy 202.147151 126.19169) (xy 202.550306 126.02511) + (xy 202.859026 125.716928) (xy 203.02631 125.314064) (xy 203.02669 124.877849) (xy 203.02669 126.535413) (xy 203.000461 126.53497) + (xy 202.594687 126.695066) (xy 202.563257 126.716066) (xy 202.520177 126.919822) (xy 203.2 127.599645) (xy 203.879823 126.919822) + (xy 203.879823 126.990532) (xy 203.235355 127.635) (xy 203.915178 128.314823) (xy 204.118934 128.271743) (xy 204.292655 127.871613) + (xy 204.30003 127.435461) (xy 204.30003 134.084406) (xy 204.272097 134.126211) (xy 204.2244 134.366) (xy 204.2244 142.950198) + (xy 204.155692 142.921668) (xy 203.879823 142.921427) (xy 203.879823 128.350178) (xy 203.2 127.670355) (xy 203.164645 127.70571) + (xy 203.164645 127.635) (xy 202.484822 126.955177) (xy 202.281066 126.998257) (xy 202.107345 127.398387) (xy 202.09997 127.834539) + (xy 202.260066 128.240313) (xy 202.281066 128.271743) (xy 202.484822 128.314823) (xy 203.164645 127.635) (xy 203.164645 127.70571) + (xy 202.520177 128.350178) (xy 202.563257 128.553934) (xy 202.963387 128.727655) (xy 203.399539 128.73503) (xy 203.805313 128.574934) + (xy 203.836743 128.553934) (xy 203.879823 128.350178) (xy 203.879823 142.921427) (xy 203.770001 142.921332) (xy 203.41354 143.068618) + (xy 203.140577 143.341105) (xy 202.992668 143.697308) (xy 202.992332 144.082999) (xy 203.139618 144.43946) (xy 203.412105 144.712423) + (xy 203.768308 144.860332) (xy 204.153999 144.860668) (xy 204.2244 144.831579) (xy 204.2244 144.9154) (xy 201.75669 144.9154) + (xy 201.75669 127.417849) (xy 201.59011 127.014694) (xy 201.281928 126.705974) (xy 200.879064 126.53869) (xy 200.48669 126.538348) + (xy 200.48669 124.877849) (xy 200.32011 124.474694) (xy 200.011928 124.165974) (xy 199.609064 123.99869) (xy 199.21669 123.998348) + (xy 199.21669 118.527849) (xy 199.05011 118.124694) (xy 198.741928 117.815974) (xy 198.339064 117.64869) (xy 197.94669 117.648348) + (xy 197.94669 115.987849) (xy 197.78011 115.584694) (xy 197.471928 115.275974) (xy 197.069064 115.10869) (xy 196.67669 115.108348) + (xy 196.67669 109.637849) (xy 196.51011 109.234694) (xy 196.201928 108.925974) (xy 195.799064 108.75869) (xy 195.40669 108.758348) + (xy 195.40669 107.097849) (xy 195.24011 106.694694) (xy 194.931928 106.385974) (xy 194.529064 106.21869) (xy 194.13669 106.218348) + (xy 194.13669 100.747849) (xy 193.97011 100.344694) (xy 193.661928 100.035974) (xy 193.259064 99.86869) (xy 192.86669 99.868348) + (xy 192.86669 98.207849) (xy 192.70011 97.804694) (xy 192.391928 97.495974) (xy 191.989064 97.32869) (xy 191.552849 97.32831) + (xy 191.149694 97.49489) (xy 190.941202 97.703018) (xy 191.088332 97.348692) (xy 191.08843 97.23557) (xy 191.199999 97.235668) + (xy 191.55646 97.088382) (xy 191.829423 96.815895) (xy 191.977332 96.459692) (xy 191.977668 96.074001) (xy 191.830382 95.71754) + (xy 191.59669 95.483439) (xy 191.59669 91.857849) (xy 191.43011 91.454694) (xy 191.121928 91.145974) (xy 190.719064 90.97869) + (xy 190.32669 90.978348) (xy 190.32669 89.317849) (xy 190.16011 88.914694) (xy 189.851928 88.605974) (xy 189.449064 88.43869) + (xy 189.05669 88.438348) (xy 189.05669 82.967849) (xy 188.89011 82.564694) (xy 188.581928 82.255974) (xy 188.179064 82.08869) + (xy 187.78669 82.088348) (xy 187.78669 80.427849) (xy 187.62011 80.024694) (xy 187.311928 79.715974) (xy 186.909064 79.54869) + (xy 186.472849 79.54831) (xy 186.262668 79.635154) (xy 186.262668 76.516001) (xy 186.115382 76.15954) (xy 185.842895 75.886577) + (xy 185.486692 75.738668) (xy 185.101001 75.738332) (xy 184.74454 75.885618) (xy 184.471577 76.158105) (xy 184.323668 76.514308) + (xy 184.323332 76.899999) (xy 184.470618 77.25646) (xy 184.743105 77.529423) (xy 185.099308 77.677332) (xy 185.484999 77.677668) + (xy 185.84146 77.530382) (xy 186.114423 77.257895) (xy 186.262332 76.901692) (xy 186.262668 76.516001) (xy 186.262668 79.635154) + (xy 186.069694 79.71489) (xy 185.760974 80.023072) (xy 185.59369 80.425936) (xy 185.59331 80.862151) (xy 185.75989 81.265306) + (xy 186.068072 81.574026) (xy 186.470936 81.74131) (xy 186.907151 81.74169) (xy 187.310306 81.57511) (xy 187.619026 81.266928) + (xy 187.78631 80.864064) (xy 187.78669 80.427849) (xy 187.78669 82.088348) (xy 187.742849 82.08831) (xy 187.339694 82.25489) + (xy 187.030974 82.563072) (xy 186.86369 82.965936) (xy 186.86331 83.402151) (xy 187.02989 83.805306) (xy 187.338072 84.114026) + (xy 187.740936 84.28131) (xy 188.177151 84.28169) (xy 188.580306 84.11511) (xy 188.889026 83.806928) (xy 189.05631 83.404064) + (xy 189.05669 82.967849) (xy 189.05669 88.438348) (xy 189.012849 88.43831) (xy 188.609694 88.60489) (xy 188.300974 88.913072) + (xy 188.13369 89.315936) (xy 188.13331 89.752151) (xy 188.29989 90.155306) (xy 188.608072 90.464026) (xy 189.010936 90.63131) + (xy 189.447151 90.63169) (xy 189.850306 90.46511) (xy 190.159026 90.156928) (xy 190.32631 89.754064) (xy 190.32669 89.317849) + (xy 190.32669 90.978348) (xy 190.282849 90.97831) (xy 189.879694 91.14489) (xy 189.570974 91.453072) (xy 189.40369 91.855936) + (xy 189.40331 92.292151) (xy 189.56989 92.695306) (xy 189.878072 93.004026) (xy 190.280936 93.17131) (xy 190.717151 93.17169) + (xy 191.120306 93.00511) (xy 191.429026 92.696928) (xy 191.59631 92.294064) (xy 191.59669 91.857849) (xy 191.59669 95.483439) + (xy 191.557895 95.444577) (xy 191.201692 95.296668) (xy 190.816001 95.296332) (xy 190.45954 95.443618) (xy 190.186577 95.716105) + (xy 190.038668 96.072308) (xy 190.038569 96.185429) (xy 189.927001 96.185332) (xy 189.57054 96.332618) (xy 189.297577 96.605105) + (xy 189.149668 96.961308) (xy 189.149348 97.328428) (xy 189.05669 97.328347) (xy 189.05669 91.857849) (xy 188.89011 91.454694) + (xy 188.581928 91.145974) (xy 188.179064 90.97869) (xy 187.78669 90.978348) (xy 187.78669 89.317849) (xy 187.62011 88.914694) + (xy 187.311928 88.605974) (xy 186.909064 88.43869) (xy 186.472849 88.43831) (xy 186.262668 88.525154) (xy 186.262668 83.247001) + (xy 186.115382 82.89054) (xy 185.842895 82.617577) (xy 185.486692 82.469668) (xy 185.119668 82.469348) (xy 185.119668 79.818001) + (xy 184.972382 79.46154) (xy 184.699895 79.188577) (xy 184.343692 79.040668) (xy 183.958001 79.040332) (xy 183.60154 79.187618) + (xy 183.387977 79.400808) (xy 183.302895 79.315577) (xy 182.946692 79.167668) (xy 182.561001 79.167332) (xy 182.20454 79.314618) + (xy 181.944668 79.574036) (xy 181.944668 62.927001) (xy 181.797382 62.57054) (xy 181.524895 62.297577) (xy 181.168692 62.149668) + (xy 180.783001 62.149332) (xy 180.42654 62.296618) (xy 180.153577 62.569105) (xy 180.040023 62.842571) (xy 179.597181 62.398955) + (xy 178.844359 62.086357) (xy 178.029217 62.085645) (xy 177.275851 62.39693) (xy 176.698955 62.972819) (xy 176.386357 63.725641) + (xy 176.385645 64.540783) (xy 176.69693 65.294149) (xy 177.272819 65.871045) (xy 178.025641 66.183643) (xy 178.840783 66.184355) + (xy 179.594149 65.87307) (xy 180.171045 65.297181) (xy 180.483643 64.544359) (xy 180.484149 63.96494) (xy 180.781308 64.088332) + (xy 181.166999 64.088668) (xy 181.52346 63.941382) (xy 181.796423 63.668895) (xy 181.944332 63.312692) (xy 181.944668 62.927001) + (xy 181.944668 79.574036) (xy 181.931577 79.587105) (xy 181.783668 79.943308) (xy 181.783332 80.328999) (xy 181.930618 80.68546) + (xy 182.203105 80.958423) (xy 182.559308 81.106332) (xy 182.944999 81.106668) (xy 183.30146 80.959382) (xy 183.515022 80.746191) + (xy 183.600105 80.831423) (xy 183.956308 80.979332) (xy 184.341999 80.979668) (xy 184.69846 80.832382) (xy 184.971423 80.559895) + (xy 185.119332 80.203692) (xy 185.119668 79.818001) (xy 185.119668 82.469348) (xy 185.101001 82.469332) (xy 184.74454 82.616618) + (xy 184.471577 82.889105) (xy 184.323668 83.245308) (xy 184.323332 83.630999) (xy 184.470618 83.98746) (xy 184.743105 84.260423) + (xy 185.099308 84.408332) (xy 185.484999 84.408668) (xy 185.84146 84.261382) (xy 186.114423 83.988895) (xy 186.262332 83.632692) + (xy 186.262668 83.247001) (xy 186.262668 88.525154) (xy 186.069694 88.60489) (xy 185.760974 88.913072) (xy 185.59369 89.315936) + (xy 185.59331 89.752151) (xy 185.75989 90.155306) (xy 186.068072 90.464026) (xy 186.470936 90.63131) (xy 186.907151 90.63169) + (xy 187.310306 90.46511) (xy 187.619026 90.156928) (xy 187.78631 89.754064) (xy 187.78669 89.317849) (xy 187.78669 90.978348) + (xy 187.742849 90.97831) (xy 187.339694 91.14489) (xy 187.030974 91.453072) (xy 186.86369 91.855936) (xy 186.86331 92.292151) + (xy 187.02989 92.695306) (xy 187.338072 93.004026) (xy 187.740936 93.17131) (xy 188.177151 93.17169) (xy 188.580306 93.00511) + (xy 188.889026 92.696928) (xy 189.05631 92.294064) (xy 189.05669 91.857849) (xy 189.05669 97.328347) (xy 189.012849 97.32831) + (xy 188.609694 97.49489) (xy 188.300974 97.803072) (xy 188.13369 98.205936) (xy 188.13331 98.642151) (xy 188.29989 99.045306) + (xy 188.608072 99.354026) (xy 189.010936 99.52131) (xy 189.447151 99.52169) (xy 189.850306 99.35511) (xy 190.159026 99.046928) + (xy 190.32631 98.644064) (xy 190.32669 98.207849) (xy 190.292313 98.124651) (xy 190.310999 98.124668) (xy 190.66746 97.977382) + (xy 190.840194 97.804948) (xy 190.67369 98.205936) (xy 190.67331 98.642151) (xy 190.83989 99.045306) (xy 191.148072 99.354026) + (xy 191.550936 99.52131) (xy 191.987151 99.52169) (xy 192.390306 99.35511) (xy 192.699026 99.046928) (xy 192.86631 98.644064) + (xy 192.86669 98.207849) (xy 192.86669 99.868348) (xy 192.822849 99.86831) (xy 192.419694 100.03489) (xy 192.110974 100.343072) + (xy 191.94369 100.745936) (xy 191.94331 101.182151) (xy 192.10989 101.585306) (xy 192.418072 101.894026) (xy 192.820936 102.06131) + (xy 193.257151 102.06169) (xy 193.660306 101.89511) (xy 193.969026 101.586928) (xy 194.13631 101.184064) (xy 194.13669 100.747849) + (xy 194.13669 106.218348) (xy 194.092849 106.21831) (xy 193.689694 106.38489) (xy 193.380974 106.693072) (xy 193.21369 107.095936) + (xy 193.21331 107.532151) (xy 193.37989 107.935306) (xy 193.688072 108.244026) (xy 194.090936 108.41131) (xy 194.527151 108.41169) + (xy 194.930306 108.24511) (xy 195.239026 107.936928) (xy 195.40631 107.534064) (xy 195.40669 107.097849) (xy 195.40669 108.758348) + (xy 195.362849 108.75831) (xy 194.959694 108.92489) (xy 194.650974 109.233072) (xy 194.48369 109.635936) (xy 194.48331 110.072151) + (xy 194.64989 110.475306) (xy 194.958072 110.784026) (xy 195.360936 110.95131) (xy 195.797151 110.95169) (xy 196.200306 110.78511) + (xy 196.509026 110.476928) (xy 196.67631 110.074064) (xy 196.67669 109.637849) (xy 196.67669 115.108348) (xy 196.632849 115.10831) + (xy 196.229694 115.27489) (xy 195.920974 115.583072) (xy 195.75369 115.985936) (xy 195.75331 116.422151) (xy 195.91989 116.825306) + (xy 196.228072 117.134026) (xy 196.630936 117.30131) (xy 197.067151 117.30169) (xy 197.470306 117.13511) (xy 197.779026 116.826928) + (xy 197.94631 116.424064) (xy 197.94669 115.987849) (xy 197.94669 117.648348) (xy 197.902849 117.64831) (xy 197.499694 117.81489) + (xy 197.190974 118.123072) (xy 197.02369 118.525936) (xy 197.02331 118.962151) (xy 197.18989 119.365306) (xy 197.498072 119.674026) + (xy 197.900936 119.84131) (xy 198.337151 119.84169) (xy 198.740306 119.67511) (xy 199.049026 119.366928) (xy 199.21631 118.964064) + (xy 199.21669 118.527849) (xy 199.21669 123.998348) (xy 199.172849 123.99831) (xy 198.769694 124.16489) (xy 198.460974 124.473072) + (xy 198.29369 124.875936) (xy 198.29331 125.312151) (xy 198.45989 125.715306) (xy 198.768072 126.024026) (xy 199.170936 126.19131) + (xy 199.607151 126.19169) (xy 200.010306 126.02511) (xy 200.319026 125.716928) (xy 200.48631 125.314064) (xy 200.48669 124.877849) + (xy 200.48669 126.538348) (xy 200.442849 126.53831) (xy 200.039694 126.70489) (xy 199.730974 127.013072) (xy 199.56369 127.415936) + (xy 199.56331 127.852151) (xy 199.72989 128.255306) (xy 200.038072 128.564026) (xy 200.440936 128.73131) (xy 200.877151 128.73169) + (xy 201.280306 128.56511) (xy 201.589026 128.256928) (xy 201.75631 127.854064) (xy 201.75669 127.417849) (xy 201.75669 144.9154) + (xy 201.248668 144.9154) (xy 201.248668 134.174001) (xy 201.101382 133.81754) (xy 200.828895 133.544577) (xy 200.472692 133.396668) + (xy 200.087001 133.396332) (xy 199.73054 133.543618) (xy 199.457577 133.816105) (xy 199.309668 134.172308) (xy 199.309332 134.557999) + (xy 199.456618 134.91446) (xy 199.729105 135.187423) (xy 200.085308 135.335332) (xy 200.470999 135.335668) (xy 200.82746 135.188382) + (xy 201.100423 134.915895) (xy 201.248332 134.559692) (xy 201.248668 134.174001) (xy 201.248668 144.9154) (xy 199.21669 144.9154) + (xy 199.21669 127.417849) (xy 199.05011 127.014694) (xy 198.741928 126.705974) (xy 198.339064 126.53869) (xy 197.94669 126.538348) + (xy 197.94669 124.877849) (xy 197.78011 124.474694) (xy 197.471928 124.165974) (xy 197.069064 123.99869) (xy 196.67669 123.998348) + (xy 196.67669 118.527849) (xy 196.51011 118.124694) (xy 196.201928 117.815974) (xy 195.799064 117.64869) (xy 195.40669 117.648348) + (xy 195.40669 115.987849) (xy 195.24011 115.584694) (xy 194.931928 115.275974) (xy 194.529064 115.10869) (xy 194.13669 115.108348) + (xy 194.13669 109.637849) (xy 193.97011 109.234694) (xy 193.661928 108.925974) (xy 193.259064 108.75869) (xy 192.86669 108.758348) + (xy 192.86669 107.097849) (xy 192.70011 106.694694) (xy 192.391928 106.385974) (xy 191.989064 106.21869) (xy 191.59669 106.218348) + (xy 191.59669 100.747849) (xy 191.43011 100.344694) (xy 191.121928 100.035974) (xy 190.719064 99.86869) (xy 190.282849 99.86831) + (xy 189.879694 100.03489) (xy 189.570974 100.343072) (xy 189.40369 100.745936) (xy 189.40331 101.182151) (xy 189.56989 101.585306) + (xy 189.878072 101.894026) (xy 190.280936 102.06131) (xy 190.717151 102.06169) (xy 191.120306 101.89511) (xy 191.429026 101.586928) + (xy 191.59631 101.184064) (xy 191.59669 100.747849) (xy 191.59669 106.218348) (xy 191.552849 106.21831) (xy 191.149694 106.38489) + (xy 190.840974 106.693072) (xy 190.67369 107.095936) (xy 190.67331 107.532151) (xy 190.83989 107.935306) (xy 191.148072 108.244026) + (xy 191.550936 108.41131) (xy 191.987151 108.41169) (xy 192.390306 108.24511) (xy 192.699026 107.936928) (xy 192.86631 107.534064) + (xy 192.86669 107.097849) (xy 192.86669 108.758348) (xy 192.822849 108.75831) (xy 192.419694 108.92489) (xy 192.110974 109.233072) + (xy 191.94369 109.635936) (xy 191.94331 110.072151) (xy 192.10989 110.475306) (xy 192.418072 110.784026) (xy 192.820936 110.95131) + (xy 193.257151 110.95169) (xy 193.660306 110.78511) (xy 193.969026 110.476928) (xy 194.13631 110.074064) (xy 194.13669 109.637849) + (xy 194.13669 115.108348) (xy 194.092849 115.10831) (xy 193.689694 115.27489) (xy 193.380974 115.583072) (xy 193.21369 115.985936) + (xy 193.21331 116.422151) (xy 193.37989 116.825306) (xy 193.688072 117.134026) (xy 194.090936 117.30131) (xy 194.527151 117.30169) + (xy 194.930306 117.13511) (xy 195.239026 116.826928) (xy 195.40631 116.424064) (xy 195.40669 115.987849) (xy 195.40669 117.648348) + (xy 195.362849 117.64831) (xy 194.959694 117.81489) (xy 194.650974 118.123072) (xy 194.48369 118.525936) (xy 194.48331 118.962151) + (xy 194.64989 119.365306) (xy 194.958072 119.674026) (xy 195.360936 119.84131) (xy 195.797151 119.84169) (xy 196.200306 119.67511) + (xy 196.509026 119.366928) (xy 196.67631 118.964064) (xy 196.67669 118.527849) (xy 196.67669 123.998348) (xy 196.632849 123.99831) + (xy 196.229694 124.16489) (xy 195.920974 124.473072) (xy 195.75369 124.875936) (xy 195.75331 125.312151) (xy 195.91989 125.715306) + (xy 196.228072 126.024026) (xy 196.630936 126.19131) (xy 197.067151 126.19169) (xy 197.470306 126.02511) (xy 197.779026 125.716928) + (xy 197.94631 125.314064) (xy 197.94669 124.877849) (xy 197.94669 126.538348) (xy 197.902849 126.53831) (xy 197.499694 126.70489) + (xy 197.190974 127.013072) (xy 197.02369 127.415936) (xy 197.02331 127.852151) (xy 197.18989 128.255306) (xy 197.498072 128.564026) + (xy 197.900936 128.73131) (xy 198.337151 128.73169) (xy 198.740306 128.56511) (xy 199.049026 128.256928) (xy 199.21631 127.854064) + (xy 199.21669 127.417849) (xy 199.21669 144.9154) (xy 196.67669 144.9154) (xy 196.67669 127.417849) (xy 196.51011 127.014694) + (xy 196.201928 126.705974) (xy 195.799064 126.53869) (xy 195.40669 126.538348) (xy 195.40669 124.877849) (xy 195.24011 124.474694) + (xy 194.931928 124.165974) (xy 194.529064 123.99869) (xy 194.13669 123.998348) (xy 194.13669 118.527849) (xy 193.97011 118.124694) + (xy 193.661928 117.815974) (xy 193.259064 117.64869) (xy 192.86669 117.648348) (xy 192.86669 115.987849) (xy 192.70011 115.584694) + (xy 192.391928 115.275974) (xy 191.989064 115.10869) (xy 191.59669 115.108348) (xy 191.59669 109.637849) (xy 191.43011 109.234694) + (xy 191.121928 108.925974) (xy 190.719064 108.75869) (xy 190.32669 108.758348) (xy 190.32669 107.097849) (xy 190.16011 106.694694) + (xy 189.851928 106.385974) (xy 189.449064 106.21869) (xy 189.05669 106.218348) (xy 189.05669 100.747849) (xy 188.89011 100.344694) + (xy 188.581928 100.035974) (xy 188.179064 99.86869) (xy 187.78669 99.868348) (xy 187.78669 98.207849) (xy 187.62011 97.804694) + (xy 187.311928 97.495974) (xy 186.909064 97.32869) (xy 186.472849 97.32831) (xy 186.069694 97.49489) (xy 185.760974 97.803072) + (xy 185.59369 98.205936) (xy 185.59331 98.642151) (xy 185.75989 99.045306) (xy 186.068072 99.354026) (xy 186.470936 99.52131) + (xy 186.907151 99.52169) (xy 187.310306 99.35511) (xy 187.619026 99.046928) (xy 187.78631 98.644064) (xy 187.78669 98.207849) + (xy 187.78669 99.868348) (xy 187.742849 99.86831) (xy 187.339694 100.03489) (xy 187.030974 100.343072) (xy 186.86369 100.745936) + (xy 186.86331 101.182151) (xy 187.02989 101.585306) (xy 187.338072 101.894026) (xy 187.740936 102.06131) (xy 188.177151 102.06169) + (xy 188.580306 101.89511) (xy 188.889026 101.586928) (xy 189.05631 101.184064) (xy 189.05669 100.747849) (xy 189.05669 106.218348) + (xy 189.012849 106.21831) (xy 188.609694 106.38489) (xy 188.300974 106.693072) (xy 188.13369 107.095936) (xy 188.13331 107.532151) + (xy 188.29989 107.935306) (xy 188.608072 108.244026) (xy 189.010936 108.41131) (xy 189.447151 108.41169) (xy 189.850306 108.24511) + (xy 190.159026 107.936928) (xy 190.32631 107.534064) (xy 190.32669 107.097849) (xy 190.32669 108.758348) (xy 190.282849 108.75831) + (xy 189.879694 108.92489) (xy 189.570974 109.233072) (xy 189.40369 109.635936) (xy 189.40331 110.072151) (xy 189.56989 110.475306) + (xy 189.878072 110.784026) (xy 190.280936 110.95131) (xy 190.717151 110.95169) (xy 191.120306 110.78511) (xy 191.429026 110.476928) + (xy 191.59631 110.074064) (xy 191.59669 109.637849) (xy 191.59669 115.108348) (xy 191.552849 115.10831) (xy 191.149694 115.27489) + (xy 190.840974 115.583072) (xy 190.67369 115.985936) (xy 190.67331 116.422151) (xy 190.83989 116.825306) (xy 191.148072 117.134026) + (xy 191.550936 117.30131) (xy 191.987151 117.30169) (xy 192.390306 117.13511) (xy 192.699026 116.826928) (xy 192.86631 116.424064) + (xy 192.86669 115.987849) (xy 192.86669 117.648348) (xy 192.822849 117.64831) (xy 192.419694 117.81489) (xy 192.110974 118.123072) + (xy 191.94369 118.525936) (xy 191.94331 118.962151) (xy 192.10989 119.365306) (xy 192.418072 119.674026) (xy 192.820936 119.84131) + (xy 193.257151 119.84169) (xy 193.660306 119.67511) (xy 193.969026 119.366928) (xy 194.13631 118.964064) (xy 194.13669 118.527849) + (xy 194.13669 123.998348) (xy 194.092849 123.99831) (xy 193.689694 124.16489) (xy 193.380974 124.473072) (xy 193.21369 124.875936) + (xy 193.21331 125.312151) (xy 193.37989 125.715306) (xy 193.688072 126.024026) (xy 194.090936 126.19131) (xy 194.527151 126.19169) + (xy 194.930306 126.02511) (xy 195.239026 125.716928) (xy 195.40631 125.314064) (xy 195.40669 124.877849) (xy 195.40669 126.538348) + (xy 195.362849 126.53831) (xy 194.959694 126.70489) (xy 194.650974 127.013072) (xy 194.48369 127.415936) (xy 194.48331 127.852151) + (xy 194.64989 128.255306) (xy 194.958072 128.564026) (xy 195.360936 128.73131) (xy 195.797151 128.73169) (xy 196.200306 128.56511) + (xy 196.509026 128.256928) (xy 196.67631 127.854064) (xy 196.67669 127.417849) (xy 196.67669 144.9154) (xy 194.818 144.9154) + (xy 194.57821 144.963097) (xy 194.374927 145.098927) (xy 194.13669 145.337163) (xy 194.13669 127.417849) (xy 193.97011 127.014694) + (xy 193.661928 126.705974) (xy 193.259064 126.53869) (xy 192.86669 126.538348) (xy 192.86669 124.877849) (xy 192.70011 124.474694) + (xy 192.391928 124.165974) (xy 191.989064 123.99869) (xy 191.59669 123.998348) (xy 191.59669 118.527849) (xy 191.43011 118.124694) + (xy 191.121928 117.815974) (xy 190.719064 117.64869) (xy 190.32669 117.648348) (xy 190.32669 115.987849) (xy 190.16011 115.584694) + (xy 189.851928 115.275974) (xy 189.449064 115.10869) (xy 189.05669 115.108348) (xy 189.05669 109.637849) (xy 188.89011 109.234694) + (xy 188.581928 108.925974) (xy 188.179064 108.75869) (xy 187.78669 108.758348) (xy 187.78669 107.097849) (xy 187.62011 106.694694) + (xy 187.311928 106.385974) (xy 186.909064 106.21869) (xy 186.472849 106.21831) (xy 186.262668 106.305154) (xy 186.262668 105.218001) + (xy 186.115382 104.86154) (xy 185.842895 104.588577) (xy 185.486692 104.440668) (xy 185.101001 104.440332) (xy 184.74454 104.587618) + (xy 184.611668 104.720257) (xy 184.611668 100.519001) (xy 184.464382 100.16254) (xy 184.191895 99.889577) (xy 183.835692 99.741668) + (xy 183.450001 99.741332) (xy 183.09354 99.888618) (xy 182.820577 100.161105) (xy 182.672668 100.517308) (xy 182.672332 100.902999) + (xy 182.819618 101.25946) (xy 183.092105 101.532423) (xy 183.448308 101.680332) (xy 183.833999 101.680668) (xy 184.19046 101.533382) + (xy 184.463423 101.260895) (xy 184.611332 100.904692) (xy 184.611668 100.519001) (xy 184.611668 104.720257) (xy 184.530977 104.800808) + (xy 184.445895 104.715577) (xy 184.089692 104.567668) (xy 183.704001 104.567332) (xy 183.34754 104.714618) (xy 183.074577 104.987105) + (xy 182.926668 105.343308) (xy 182.926332 105.728999) (xy 183.073618 106.08546) (xy 183.346105 106.358423) (xy 183.702308 106.506332) + (xy 184.087999 106.506668) (xy 184.44446 106.359382) (xy 184.658022 106.146191) (xy 184.743105 106.231423) (xy 185.099308 106.379332) + (xy 185.484999 106.379668) (xy 185.84146 106.232382) (xy 186.114423 105.959895) (xy 186.262332 105.603692) (xy 186.262668 105.218001) + (xy 186.262668 106.305154) (xy 186.069694 106.38489) (xy 185.760974 106.693072) (xy 185.59369 107.095936) (xy 185.59331 107.532151) + (xy 185.75989 107.935306) (xy 186.068072 108.244026) (xy 186.470936 108.41131) (xy 186.907151 108.41169) (xy 187.310306 108.24511) + (xy 187.619026 107.936928) (xy 187.78631 107.534064) (xy 187.78669 107.097849) (xy 187.78669 108.758348) (xy 187.742849 108.75831) + (xy 187.339694 108.92489) (xy 187.030974 109.233072) (xy 186.86369 109.635936) (xy 186.86331 110.072151) (xy 187.02989 110.475306) + (xy 187.338072 110.784026) (xy 187.740936 110.95131) (xy 188.177151 110.95169) (xy 188.580306 110.78511) (xy 188.889026 110.476928) + (xy 189.05631 110.074064) (xy 189.05669 109.637849) (xy 189.05669 115.108348) (xy 189.012849 115.10831) (xy 188.609694 115.27489) + (xy 188.300974 115.583072) (xy 188.13369 115.985936) (xy 188.13331 116.422151) (xy 188.29989 116.825306) (xy 188.608072 117.134026) + (xy 189.010936 117.30131) (xy 189.447151 117.30169) (xy 189.850306 117.13511) (xy 190.159026 116.826928) (xy 190.32631 116.424064) + (xy 190.32669 115.987849) (xy 190.32669 117.648348) (xy 190.282849 117.64831) (xy 189.879694 117.81489) (xy 189.570974 118.123072) + (xy 189.40369 118.525936) (xy 189.40331 118.962151) (xy 189.56989 119.365306) (xy 189.878072 119.674026) (xy 190.280936 119.84131) + (xy 190.717151 119.84169) (xy 191.120306 119.67511) (xy 191.429026 119.366928) (xy 191.59631 118.964064) (xy 191.59669 118.527849) + (xy 191.59669 123.998348) (xy 191.552849 123.99831) (xy 191.149694 124.16489) (xy 190.840974 124.473072) (xy 190.67369 124.875936) + (xy 190.67331 125.312151) (xy 190.83989 125.715306) (xy 191.148072 126.024026) (xy 191.550936 126.19131) (xy 191.987151 126.19169) + (xy 192.390306 126.02511) (xy 192.699026 125.716928) (xy 192.86631 125.314064) (xy 192.86669 124.877849) (xy 192.86669 126.538348) + (xy 192.822849 126.53831) (xy 192.419694 126.70489) (xy 192.110974 127.013072) (xy 191.94369 127.415936) (xy 191.94331 127.852151) + (xy 192.10989 128.255306) (xy 192.418072 128.564026) (xy 192.820936 128.73131) (xy 193.257151 128.73169) (xy 193.660306 128.56511) + (xy 193.969026 128.256928) (xy 194.13631 127.854064) (xy 194.13669 127.417849) (xy 194.13669 145.337163) (xy 192.358668 147.115185) + (xy 192.358668 136.714001) (xy 192.211382 136.35754) (xy 191.938895 136.084577) (xy 191.59669 135.94248) (xy 191.59669 127.417849) + (xy 191.43011 127.014694) (xy 191.121928 126.705974) (xy 190.719064 126.53869) (xy 190.32669 126.538348) (xy 190.32669 124.877849) + (xy 190.16011 124.474694) (xy 189.851928 124.165974) (xy 189.449064 123.99869) (xy 189.05669 123.998348) (xy 189.05669 118.527849) + (xy 188.89011 118.124694) (xy 188.581928 117.815974) (xy 188.179064 117.64869) (xy 187.78669 117.648348) (xy 187.78669 115.987849) + (xy 187.62011 115.584694) (xy 187.311928 115.275974) (xy 186.909064 115.10869) (xy 186.472849 115.10831) (xy 186.069694 115.27489) + (xy 185.760974 115.583072) (xy 185.59369 115.985936) (xy 185.59331 116.422151) (xy 185.75989 116.825306) (xy 186.068072 117.134026) + (xy 186.470936 117.30131) (xy 186.907151 117.30169) (xy 187.310306 117.13511) (xy 187.619026 116.826928) (xy 187.78631 116.424064) + (xy 187.78669 115.987849) (xy 187.78669 117.648348) (xy 187.742849 117.64831) (xy 187.339694 117.81489) (xy 187.030974 118.123072) + (xy 186.86369 118.525936) (xy 186.86331 118.962151) (xy 187.02989 119.365306) (xy 187.338072 119.674026) (xy 187.740936 119.84131) + (xy 188.177151 119.84169) (xy 188.580306 119.67511) (xy 188.889026 119.366928) (xy 189.05631 118.964064) (xy 189.05669 118.527849) + (xy 189.05669 123.998348) (xy 189.012849 123.99831) (xy 188.609694 124.16489) (xy 188.300974 124.473072) (xy 188.13369 124.875936) + (xy 188.13331 125.312151) (xy 188.29989 125.715306) (xy 188.608072 126.024026) (xy 189.010936 126.19131) (xy 189.447151 126.19169) + (xy 189.850306 126.02511) (xy 190.159026 125.716928) (xy 190.32631 125.314064) (xy 190.32669 124.877849) (xy 190.32669 126.538348) + (xy 190.282849 126.53831) (xy 189.879694 126.70489) (xy 189.570974 127.013072) (xy 189.40369 127.415936) (xy 189.40331 127.852151) + (xy 189.56989 128.255306) (xy 189.878072 128.564026) (xy 190.280936 128.73131) (xy 190.717151 128.73169) (xy 191.120306 128.56511) + (xy 191.429026 128.256928) (xy 191.59631 127.854064) (xy 191.59669 127.417849) (xy 191.59669 135.94248) (xy 191.582692 135.936668) + (xy 191.197001 135.936332) (xy 190.84054 136.083618) (xy 190.567577 136.356105) (xy 190.419668 136.712308) (xy 190.419332 137.097999) + (xy 190.566618 137.45446) (xy 190.839105 137.727423) (xy 191.195308 137.875332) (xy 191.580999 137.875668) (xy 191.93746 137.728382) + (xy 192.210423 137.455895) (xy 192.358332 137.099692) (xy 192.358668 136.714001) (xy 192.358668 147.115185) (xy 192.104668 147.369185) + (xy 192.104668 144.334001) (xy 191.957382 143.97754) (xy 191.684895 143.704577) (xy 191.328692 143.556668) (xy 190.943001 143.556332) + (xy 190.58654 143.703618) (xy 190.313577 143.976105) (xy 190.165668 144.332308) (xy 190.165332 144.717999) (xy 190.312618 145.07446) + (xy 190.585105 145.347423) (xy 190.941308 145.495332) (xy 191.326999 145.495668) (xy 191.68346 145.348382) (xy 191.956423 145.075895) + (xy 192.104332 144.719692) (xy 192.104668 144.334001) (xy 192.104668 147.369185) (xy 189.8185 149.655353) (xy 189.8185 143.423929) + (xy 189.8185 143.215071) (xy 189.8185 142.77725) (xy 189.8185 142.46475) (xy 189.8185 142.026929) (xy 189.8185 141.818071) + (xy 189.8185 138.597929) (xy 189.8185 138.389071) (xy 189.8185 137.95125) (xy 189.8185 137.63875) (xy 189.8185 137.200929) + (xy 189.8185 136.992071) (xy 189.8185 135.549929) (xy 189.8185 135.341071) (xy 189.8185 134.90325) (xy 189.8185 134.59075) + (xy 189.8185 134.152929) (xy 189.8185 133.944071) (xy 189.738574 133.751111) (xy 189.590889 133.603426) (xy 189.397929 133.5235) + (xy 189.05669 133.5235) (xy 189.05669 127.417849) (xy 188.89011 127.014694) (xy 188.581928 126.705974) (xy 188.179064 126.53869) + (xy 187.78669 126.538348) (xy 187.78669 124.877849) (xy 187.62011 124.474694) (xy 187.311928 124.165974) (xy 186.909064 123.99869) + (xy 186.472849 123.99831) (xy 186.069694 124.16489) (xy 185.760974 124.473072) (xy 185.59369 124.875936) (xy 185.59331 125.312151) + (xy 185.75989 125.715306) (xy 186.068072 126.024026) (xy 186.470936 126.19131) (xy 186.907151 126.19169) (xy 187.310306 126.02511) + (xy 187.619026 125.716928) (xy 187.78631 125.314064) (xy 187.78669 124.877849) (xy 187.78669 126.538348) (xy 187.742849 126.53831) + (xy 187.339694 126.70489) (xy 187.030974 127.013072) (xy 186.86369 127.415936) (xy 186.86331 127.852151) (xy 187.02989 128.255306) + (xy 187.338072 128.564026) (xy 187.740936 128.73131) (xy 188.177151 128.73169) (xy 188.580306 128.56511) (xy 188.889026 128.256928) + (xy 189.05631 127.854064) (xy 189.05669 127.417849) (xy 189.05669 133.5235) (xy 188.75125 133.5235) (xy 188.62 133.65475) + (xy 188.62 134.722) (xy 189.68725 134.722) (xy 189.8185 134.59075) (xy 189.8185 134.90325) (xy 189.68725 134.772) + (xy 188.62 134.772) (xy 188.62 135.83925) (xy 188.75125 135.9705) (xy 189.397929 135.9705) (xy 189.590889 135.890574) + (xy 189.738574 135.742889) (xy 189.8185 135.549929) (xy 189.8185 136.992071) (xy 189.738574 136.799111) (xy 189.590889 136.651426) + (xy 189.397929 136.5715) (xy 188.75125 136.5715) (xy 188.62 136.70275) (xy 188.62 137.77) (xy 189.68725 137.77) + (xy 189.8185 137.63875) (xy 189.8185 137.95125) (xy 189.68725 137.82) (xy 188.62 137.82) (xy 188.62 138.88725) + (xy 188.75125 139.0185) (xy 189.397929 139.0185) (xy 189.590889 138.938574) (xy 189.738574 138.790889) (xy 189.8185 138.597929) + (xy 189.8185 141.818071) (xy 189.738574 141.625111) (xy 189.590889 141.477426) (xy 189.397929 141.3975) (xy 188.75125 141.3975) + (xy 188.62 141.52875) (xy 188.62 142.596) (xy 189.68725 142.596) (xy 189.8185 142.46475) (xy 189.8185 142.77725) + (xy 189.68725 142.646) (xy 188.62 142.646) (xy 188.62 143.71325) (xy 188.75125 143.8445) (xy 189.397929 143.8445) + (xy 189.590889 143.764574) (xy 189.738574 143.616889) (xy 189.8185 143.423929) (xy 189.8185 149.655353) (xy 188.57 150.903853) + (xy 188.57 143.71325) (xy 188.57 142.646) (xy 188.57 142.596) (xy 188.57 141.52875) (xy 188.57 138.88725) + (xy 188.57 137.82) (xy 188.57 137.77) (xy 188.57 136.70275) (xy 188.57 135.83925) (xy 188.57 134.772) + (xy 188.57 134.722) (xy 188.57 133.65475) (xy 188.43875 133.5235) (xy 187.792071 133.5235) (xy 187.599111 133.603426) + (xy 187.451426 133.751111) (xy 187.3715 133.944071) (xy 187.3715 134.152929) (xy 187.3715 134.59075) (xy 187.50275 134.722) + (xy 188.57 134.722) (xy 188.57 134.772) (xy 187.50275 134.772) (xy 187.3715 134.90325) (xy 187.3715 135.341071) + (xy 187.3715 135.549929) (xy 187.451426 135.742889) (xy 187.599111 135.890574) (xy 187.792071 135.9705) (xy 188.43875 135.9705) + (xy 188.57 135.83925) (xy 188.57 136.70275) (xy 188.43875 136.5715) (xy 187.792071 136.5715) (xy 187.599111 136.651426) + (xy 187.451426 136.799111) (xy 187.3715 136.992071) (xy 187.3715 137.200929) (xy 187.3715 137.63875) (xy 187.50275 137.77) + (xy 188.57 137.77) (xy 188.57 137.82) (xy 187.50275 137.82) (xy 187.3715 137.95125) (xy 187.3715 138.389071) + (xy 187.3715 138.597929) (xy 187.451426 138.790889) (xy 187.599111 138.938574) (xy 187.792071 139.0185) (xy 188.43875 139.0185) + (xy 188.57 138.88725) (xy 188.57 141.52875) (xy 188.43875 141.3975) (xy 187.792071 141.3975) (xy 187.599111 141.477426) + (xy 187.451426 141.625111) (xy 187.3715 141.818071) (xy 187.3715 142.026929) (xy 187.3715 142.46475) (xy 187.50275 142.596) + (xy 188.57 142.596) (xy 188.57 142.646) (xy 187.50275 142.646) (xy 187.3715 142.77725) (xy 187.3715 143.215071) + (xy 187.3715 143.423929) (xy 187.451426 143.616889) (xy 187.599111 143.764574) (xy 187.792071 143.8445) (xy 188.43875 143.8445) + (xy 188.57 143.71325) (xy 188.57 150.903853) (xy 187.278712 152.195141) (xy 187.278712 142.378698) (xy 187.278712 137.552698) + (xy 187.278712 134.504698) (xy 187.092838 134.054848) (xy 186.748962 133.710372) (xy 186.299437 133.523713) (xy 186.075649 133.523517) + (xy 186.34946 133.410382) (xy 186.622423 133.137895) (xy 186.770332 132.781692) (xy 186.770668 132.396001) (xy 186.623382 132.03954) + (xy 186.350895 131.766577) (xy 185.994692 131.618668) (xy 185.609001 131.618332) (xy 185.25254 131.765618) (xy 184.979577 132.038105) + (xy 184.865668 132.312427) (xy 184.865668 125.919001) (xy 184.718382 125.56254) (xy 184.445895 125.289577) (xy 184.089692 125.141668) + (xy 183.752298 125.141374) (xy 183.849332 124.907692) (xy 183.849668 124.522001) (xy 183.849668 107.123001) (xy 183.702382 106.76654) + (xy 183.429895 106.493577) (xy 183.073692 106.345668) (xy 182.688001 106.345332) (xy 182.33154 106.492618) (xy 182.058577 106.765105) + (xy 181.910668 107.121308) (xy 181.910332 107.506999) (xy 181.915439 107.519359) (xy 181.778895 107.382577) (xy 181.422692 107.234668) + (xy 181.037001 107.234332) (xy 180.68054 107.381618) (xy 180.484355 107.57746) (xy 180.484355 99.289217) (xy 180.484355 90.399217) + (xy 180.484355 81.509217) (xy 180.484355 72.619217) (xy 180.17307 71.865851) (xy 179.597181 71.288955) (xy 178.844359 70.976357) + (xy 178.029217 70.975645) (xy 177.275851 71.28693) (xy 176.864661 71.697401) (xy 176.864668 71.690001) (xy 176.717382 71.33354) + (xy 176.444895 71.060577) (xy 176.088692 70.912668) (xy 175.703001 70.912332) (xy 175.34654 71.059618) (xy 175.073577 71.332105) + (xy 174.925668 71.688308) (xy 174.925332 72.073999) (xy 175.072618 72.43046) (xy 175.345105 72.703423) (xy 175.701308 72.851332) + (xy 176.086999 72.851668) (xy 176.386258 72.728016) (xy 176.385645 73.430783) (xy 176.69693 74.184149) (xy 177.272819 74.761045) + (xy 178.025641 75.073643) (xy 178.840783 75.074355) (xy 179.594149 74.76307) (xy 180.171045 74.187181) (xy 180.483643 73.434359) + (xy 180.484355 72.619217) (xy 180.484355 81.509217) (xy 180.17307 80.755851) (xy 179.597181 80.178955) (xy 178.844359 79.866357) + (xy 178.029217 79.865645) (xy 177.275851 80.17693) (xy 176.698955 80.752819) (xy 176.483507 81.271674) (xy 176.483668 81.088001) + (xy 176.336382 80.73154) (xy 176.063895 80.458577) (xy 175.707692 80.310668) (xy 175.322001 80.310332) (xy 174.96554 80.457618) + (xy 174.692577 80.730105) (xy 174.544668 81.086308) (xy 174.544332 81.471999) (xy 174.691618 81.82846) (xy 174.964105 82.101423) + (xy 175.320308 82.249332) (xy 175.705999 82.249668) (xy 176.06246 82.102382) (xy 176.335423 81.829895) (xy 176.38618 81.707657) + (xy 176.385645 82.320783) (xy 176.69693 83.074149) (xy 177.272819 83.651045) (xy 178.025641 83.963643) (xy 178.840783 83.964355) + (xy 179.594149 83.65307) (xy 180.171045 83.077181) (xy 180.483643 82.324359) (xy 180.484355 81.509217) (xy 180.484355 90.399217) + (xy 180.17307 89.645851) (xy 179.597181 89.068955) (xy 178.844359 88.756357) (xy 178.299318 88.75588) (xy 178.367423 88.687895) + (xy 178.515332 88.331692) (xy 178.515668 87.946001) (xy 178.368382 87.58954) (xy 178.095895 87.316577) (xy 177.739692 87.168668) + (xy 177.354001 87.168332) (xy 176.99754 87.315618) (xy 176.737668 87.575036) (xy 176.737668 85.406001) (xy 176.590382 85.04954) + (xy 176.317895 84.776577) (xy 175.961692 84.628668) (xy 175.576001 84.628332) (xy 175.21954 84.775618) (xy 174.946577 85.048105) + (xy 174.798668 85.404308) (xy 174.798332 85.789999) (xy 174.945618 86.14646) (xy 175.218105 86.419423) (xy 175.574308 86.567332) + (xy 175.959999 86.567668) (xy 176.31646 86.420382) (xy 176.589423 86.147895) (xy 176.737332 85.791692) (xy 176.737668 85.406001) + (xy 176.737668 87.575036) (xy 176.724577 87.588105) (xy 176.576668 87.944308) (xy 176.576332 88.329999) (xy 176.723618 88.68646) + (xy 176.996105 88.959423) (xy 177.269728 89.073041) (xy 176.698955 89.642819) (xy 176.386357 90.395641) (xy 176.385645 91.210783) + (xy 176.69693 91.964149) (xy 177.272819 92.541045) (xy 178.025641 92.853643) (xy 178.840783 92.854355) (xy 179.594149 92.54307) + (xy 180.171045 91.967181) (xy 180.483643 91.214359) (xy 180.484355 90.399217) (xy 180.484355 99.289217) (xy 180.17307 98.535851) + (xy 179.597181 97.958955) (xy 178.844359 97.646357) (xy 178.029217 97.645645) (xy 177.275851 97.95693) (xy 176.698955 98.532819) + (xy 176.386357 99.285641) (xy 176.385645 100.100783) (xy 176.69693 100.854149) (xy 177.272819 101.431045) (xy 178.025641 101.743643) + (xy 178.840783 101.744355) (xy 179.594149 101.43307) (xy 180.171045 100.857181) (xy 180.483643 100.104359) (xy 180.484355 99.289217) + (xy 180.484355 107.57746) (xy 180.407577 107.654105) (xy 180.337306 107.823333) (xy 180.17307 107.425851) (xy 179.597181 106.848955) + (xy 178.844359 106.536357) (xy 178.029217 106.535645) (xy 177.275851 106.84693) (xy 176.698955 107.422819) (xy 176.386357 108.175641) + (xy 176.385645 108.990783) (xy 176.69693 109.744149) (xy 177.272819 110.321045) (xy 178.025641 110.633643) (xy 178.840783 110.634355) + (xy 179.594149 110.32307) (xy 180.171045 109.747181) (xy 180.483643 108.994359) (xy 180.483786 108.829763) (xy 180.679105 109.025423) + (xy 181.035308 109.173332) (xy 181.420999 109.173668) (xy 181.77746 109.026382) (xy 182.050423 108.753895) (xy 182.198332 108.397692) + (xy 182.198668 108.012001) (xy 182.19356 107.99964) (xy 182.330105 108.136423) (xy 182.686308 108.284332) (xy 183.071999 108.284668) + (xy 183.42846 108.137382) (xy 183.701423 107.864895) (xy 183.849332 107.508692) (xy 183.849668 107.123001) (xy 183.849668 124.522001) + (xy 183.702382 124.16554) (xy 183.429895 123.892577) (xy 183.073692 123.744668) (xy 182.960668 123.744569) (xy 182.960668 115.124001) + (xy 182.813382 114.76754) (xy 182.540895 114.494577) (xy 182.184692 114.346668) (xy 181.799001 114.346332) (xy 181.44254 114.493618) + (xy 181.169577 114.766105) (xy 181.021668 115.122308) (xy 181.021332 115.507999) (xy 181.168618 115.86446) (xy 181.441105 116.137423) + (xy 181.797308 116.285332) (xy 182.182999 116.285668) (xy 182.53946 116.138382) (xy 182.812423 115.865895) (xy 182.960332 115.509692) + (xy 182.960668 115.124001) (xy 182.960668 123.744569) (xy 182.688001 123.744332) (xy 182.33154 123.891618) (xy 182.058577 124.164105) + (xy 181.910668 124.520308) (xy 181.910332 124.905999) (xy 182.057618 125.26246) (xy 182.330105 125.535423) (xy 182.686308 125.683332) + (xy 183.023701 125.683625) (xy 182.926668 125.917308) (xy 182.926332 126.302999) (xy 183.073618 126.65946) (xy 183.346105 126.932423) + (xy 183.702308 127.080332) (xy 184.087999 127.080668) (xy 184.44446 126.933382) (xy 184.717423 126.660895) (xy 184.865332 126.304692) + (xy 184.865668 125.919001) (xy 184.865668 132.312427) (xy 184.831668 132.394308) (xy 184.831332 132.779999) (xy 184.978618 133.13646) + (xy 185.251105 133.409423) (xy 185.607308 133.557332) (xy 185.730046 133.557438) (xy 185.362848 133.709162) (xy 185.018372 134.053038) + (xy 184.831713 134.502563) (xy 184.831288 134.989302) (xy 185.017162 135.439152) (xy 185.361038 135.783628) (xy 185.810563 135.970287) + (xy 186.297302 135.970712) (xy 186.747152 135.784838) (xy 187.091628 135.440962) (xy 187.278287 134.991437) (xy 187.278712 134.504698) + (xy 187.278712 137.552698) (xy 187.092838 137.102848) (xy 186.748962 136.758372) (xy 186.299437 136.571713) (xy 185.812698 136.571288) + (xy 185.362848 136.757162) (xy 185.018372 137.101038) (xy 184.831713 137.550563) (xy 184.831288 138.037302) (xy 185.017162 138.487152) + (xy 185.361038 138.831628) (xy 185.810563 139.018287) (xy 186.297302 139.018712) (xy 186.747152 138.832838) (xy 187.091628 138.488962) + (xy 187.278287 138.039437) (xy 187.278712 137.552698) (xy 187.278712 142.378698) (xy 187.092838 141.928848) (xy 186.748962 141.584372) + (xy 186.299437 141.397713) (xy 185.812698 141.397288) (xy 185.362848 141.583162) (xy 185.018372 141.927038) (xy 184.831713 142.376563) + (xy 184.831288 142.863302) (xy 185.017162 143.313152) (xy 185.361038 143.657628) (xy 185.810563 143.844287) (xy 186.297302 143.844712) + (xy 186.747152 143.658838) (xy 187.091628 143.314962) (xy 187.278287 142.865437) (xy 187.278712 142.378698) (xy 187.278712 152.195141) + (xy 185.295311 154.178542) (xy 184.738712 154.176401) (xy 184.738712 142.378698) (xy 184.738712 137.552698) (xy 184.738712 134.504698) + (xy 184.552838 134.054848) (xy 184.208962 133.710372) (xy 183.759437 133.523713) (xy 183.272698 133.523288) (xy 182.822848 133.709162) + (xy 182.478372 134.053038) (xy 182.291713 134.502563) (xy 182.291288 134.989302) (xy 182.477162 135.439152) (xy 182.821038 135.783628) + (xy 183.270563 135.970287) (xy 183.757302 135.970712) (xy 184.207152 135.784838) (xy 184.551628 135.440962) (xy 184.738287 134.991437) + (xy 184.738712 134.504698) (xy 184.738712 137.552698) (xy 184.552838 137.102848) (xy 184.208962 136.758372) (xy 183.759437 136.571713) + (xy 183.272698 136.571288) (xy 182.822848 136.757162) (xy 182.478372 137.101038) (xy 182.291713 137.550563) (xy 182.291288 138.037302) + (xy 182.477162 138.487152) (xy 182.821038 138.831628) (xy 183.270563 139.018287) (xy 183.757302 139.018712) (xy 184.207152 138.832838) + (xy 184.551628 138.488962) (xy 184.738287 138.039437) (xy 184.738712 137.552698) (xy 184.738712 142.378698) (xy 184.552838 141.928848) + (xy 184.208962 141.584372) (xy 183.759437 141.397713) (xy 183.272698 141.397288) (xy 182.822848 141.583162) (xy 182.478372 141.927038) + (xy 182.291713 142.376563) (xy 182.291288 142.863302) (xy 182.477162 143.313152) (xy 182.821038 143.657628) (xy 183.270563 143.844287) + (xy 183.757302 143.844712) (xy 184.207152 143.658838) (xy 184.551628 143.314962) (xy 184.738287 142.865437) (xy 184.738712 142.378698) + (xy 184.738712 154.176401) (xy 182.198712 154.166632) (xy 182.198712 142.378698) (xy 182.198712 137.552698) (xy 182.198712 134.504698) + (xy 182.012838 134.054848) (xy 181.668962 133.710372) (xy 181.219437 133.523713) (xy 180.732698 133.523288) (xy 180.484355 133.625901) + (xy 180.484355 125.959217) (xy 180.484355 117.069217) (xy 180.17307 116.315851) (xy 179.597181 115.738955) (xy 178.844359 115.426357) + (xy 178.029217 115.425645) (xy 177.275851 115.73693) (xy 176.698955 116.312819) (xy 176.386357 117.065641) (xy 176.385645 117.880783) + (xy 176.69693 118.634149) (xy 177.272819 119.211045) (xy 178.025641 119.523643) (xy 178.840783 119.524355) (xy 179.594149 119.21307) + (xy 180.171045 118.637181) (xy 180.483643 117.884359) (xy 180.484355 117.069217) (xy 180.484355 125.959217) (xy 180.17307 125.205851) + (xy 179.597181 124.628955) (xy 178.844359 124.316357) (xy 178.029217 124.315645) (xy 177.275851 124.62693) (xy 176.698955 125.202819) + (xy 176.386357 125.955641) (xy 176.385645 126.770783) (xy 176.69693 127.524149) (xy 177.272819 128.101045) (xy 178.025641 128.413643) + (xy 178.840783 128.414355) (xy 179.594149 128.10307) (xy 180.171045 127.527181) (xy 180.483643 126.774359) (xy 180.484355 125.959217) + (xy 180.484355 133.625901) (xy 180.282848 133.709162) (xy 179.938372 134.053038) (xy 179.751713 134.502563) (xy 179.751288 134.989302) + (xy 179.937162 135.439152) (xy 180.281038 135.783628) (xy 180.730563 135.970287) (xy 181.217302 135.970712) (xy 181.667152 135.784838) + (xy 182.011628 135.440962) (xy 182.198287 134.991437) (xy 182.198712 134.504698) (xy 182.198712 137.552698) (xy 182.012838 137.102848) + (xy 181.668962 136.758372) (xy 181.219437 136.571713) (xy 180.732698 136.571288) (xy 180.282848 136.757162) (xy 179.938372 137.101038) + (xy 179.751713 137.550563) (xy 179.751288 138.037302) (xy 179.937162 138.487152) (xy 180.281038 138.831628) (xy 180.730563 139.018287) + (xy 181.217302 139.018712) (xy 181.667152 138.832838) (xy 182.011628 138.488962) (xy 182.198287 138.039437) (xy 182.198712 137.552698) + (xy 182.198712 142.378698) (xy 182.012838 141.928848) (xy 181.668962 141.584372) (xy 181.219437 141.397713) (xy 180.732698 141.397288) + (xy 180.282848 141.583162) (xy 179.938372 141.927038) (xy 179.751713 142.376563) (xy 179.751288 142.863302) (xy 179.937162 143.313152) + (xy 180.281038 143.657628) (xy 180.730563 143.844287) (xy 181.217302 143.844712) (xy 181.667152 143.658838) (xy 182.011628 143.314962) + (xy 182.198287 142.865437) (xy 182.198712 142.378698) (xy 182.198712 154.166632) (xy 179.658712 154.156862) (xy 179.658712 142.378698) + (xy 179.658712 137.552698) (xy 179.658712 134.504698) (xy 179.472838 134.054848) (xy 179.128962 133.710372) (xy 178.679437 133.523713) + (xy 178.192698 133.523288) (xy 177.742848 133.709162) (xy 177.398372 134.053038) (xy 177.211713 134.502563) (xy 177.211288 134.989302) + (xy 177.397162 135.439152) (xy 177.741038 135.783628) (xy 178.190563 135.970287) (xy 178.677302 135.970712) (xy 179.127152 135.784838) + (xy 179.471628 135.440962) (xy 179.658287 134.991437) (xy 179.658712 134.504698) (xy 179.658712 137.552698) (xy 179.472838 137.102848) + (xy 179.128962 136.758372) (xy 178.679437 136.571713) (xy 178.192698 136.571288) (xy 177.742848 136.757162) (xy 177.398372 137.101038) + (xy 177.211713 137.550563) (xy 177.211288 138.037302) (xy 177.397162 138.487152) (xy 177.741038 138.831628) (xy 178.190563 139.018287) + (xy 178.677302 139.018712) (xy 179.127152 138.832838) (xy 179.471628 138.488962) (xy 179.658287 138.039437) (xy 179.658712 137.552698) + (xy 179.658712 142.378698) (xy 179.472838 141.928848) (xy 179.128962 141.584372) (xy 178.679437 141.397713) (xy 178.192698 141.397288) + (xy 177.742848 141.583162) (xy 177.398372 141.927038) (xy 177.211713 142.376563) (xy 177.211288 142.863302) (xy 177.397162 143.313152) + (xy 177.741038 143.657628) (xy 178.190563 143.844287) (xy 178.677302 143.844712) (xy 179.127152 143.658838) (xy 179.471628 143.314962) + (xy 179.658287 142.865437) (xy 179.658712 142.378698) (xy 179.658712 154.156862) (xy 177.118712 154.147093) (xy 177.118712 142.378698) + (xy 177.118712 137.552698) (xy 177.118712 134.504698) (xy 176.932838 134.054848) (xy 176.588962 133.710372) (xy 176.356668 133.613915) + (xy 176.356668 110.806001) (xy 176.356668 105.853001) (xy 176.209382 105.49654) (xy 175.936895 105.223577) (xy 175.580692 105.075668) + (xy 175.195001 105.075332) (xy 174.83854 105.222618) (xy 174.565577 105.495105) (xy 174.417668 105.851308) (xy 174.417332 106.236999) + (xy 174.564618 106.59346) (xy 174.837105 106.866423) (xy 175.193308 107.014332) (xy 175.578999 107.014668) (xy 175.93546 106.867382) + (xy 176.208423 106.594895) (xy 176.356332 106.238692) (xy 176.356668 105.853001) (xy 176.356668 110.806001) (xy 176.209382 110.44954) + (xy 175.936895 110.176577) (xy 175.580692 110.028668) (xy 175.195001 110.028332) (xy 174.83854 110.175618) (xy 174.565577 110.448105) + (xy 174.417668 110.804308) (xy 174.417332 111.189999) (xy 174.564618 111.54646) (xy 174.837105 111.819423) (xy 175.193308 111.967332) + (xy 175.578999 111.967668) (xy 175.93546 111.820382) (xy 176.208423 111.547895) (xy 176.356332 111.191692) (xy 176.356668 110.806001) + (xy 176.356668 133.613915) (xy 176.139437 133.523713) (xy 175.652698 133.523288) (xy 175.202848 133.709162) (xy 174.858372 134.053038) + (xy 174.671713 134.502563) (xy 174.671288 134.989302) (xy 174.857162 135.439152) (xy 175.201038 135.783628) (xy 175.650563 135.970287) + (xy 176.137302 135.970712) (xy 176.587152 135.784838) (xy 176.931628 135.440962) (xy 177.118287 134.991437) (xy 177.118712 134.504698) + (xy 177.118712 137.552698) (xy 176.932838 137.102848) (xy 176.588962 136.758372) (xy 176.139437 136.571713) (xy 175.652698 136.571288) + (xy 175.202848 136.757162) (xy 174.858372 137.101038) (xy 174.671713 137.550563) (xy 174.671288 138.037302) (xy 174.857162 138.487152) + (xy 175.201038 138.831628) (xy 175.650563 139.018287) (xy 176.137302 139.018712) (xy 176.587152 138.832838) (xy 176.931628 138.488962) + (xy 177.118287 138.039437) (xy 177.118712 137.552698) (xy 177.118712 142.378698) (xy 176.932838 141.928848) (xy 176.588962 141.584372) + (xy 176.139437 141.397713) (xy 175.652698 141.397288) (xy 175.202848 141.583162) (xy 174.858372 141.927038) (xy 174.671713 142.376563) + (xy 174.671288 142.863302) (xy 174.857162 143.313152) (xy 175.201038 143.657628) (xy 175.650563 143.844287) (xy 176.137302 143.844712) + (xy 176.587152 143.658838) (xy 176.931628 143.314962) (xy 177.118287 142.865437) (xy 177.118712 142.378698) (xy 177.118712 154.147093) + (xy 174.578712 154.137324) (xy 174.578712 142.378698) (xy 174.578712 137.552698) (xy 174.578712 134.504698) (xy 174.392838 134.054848) + (xy 174.048962 133.710372) (xy 173.599437 133.523713) (xy 173.308668 133.523459) (xy 173.308668 125.284001) (xy 173.308668 110.806001) + (xy 173.161382 110.44954) (xy 172.888895 110.176577) (xy 172.572889 110.045359) (xy 172.88746 109.915382) (xy 173.160423 109.642895) + (xy 173.308332 109.286692) (xy 173.308668 108.901001) (xy 173.308668 95.820001) (xy 173.161382 95.46354) (xy 172.9656 95.267415) + (xy 172.9656 90.678) (xy 172.920558 90.451562) (xy 173.033423 90.338895) (xy 173.181332 89.982692) (xy 173.181668 89.597001) + (xy 173.181668 84.517001) (xy 173.034382 84.16054) (xy 172.761895 83.887577) (xy 172.405692 83.739668) (xy 172.020001 83.739332) + (xy 171.66354 83.886618) (xy 171.390577 84.159105) (xy 171.242668 84.515308) (xy 171.242332 84.900999) (xy 171.389618 85.25746) + (xy 171.662105 85.530423) (xy 172.018308 85.678332) (xy 172.403999 85.678668) (xy 172.76046 85.531382) (xy 173.033423 85.258895) + (xy 173.181332 84.902692) (xy 173.181668 84.517001) (xy 173.181668 89.597001) (xy 173.034382 89.24054) (xy 172.761895 88.967577) + (xy 172.405692 88.819668) (xy 172.020001 88.819332) (xy 171.66354 88.966618) (xy 171.390577 89.239105) (xy 171.242668 89.595308) + (xy 171.242332 89.980999) (xy 171.389618 90.33746) (xy 171.5854 90.533584) (xy 171.5854 90.551) (xy 171.633097 90.79079) + (xy 171.7124 90.909474) (xy 171.7124 95.267621) (xy 171.517577 95.462105) (xy 171.369668 95.818308) (xy 171.369332 96.203999) + (xy 171.516618 96.56046) (xy 171.789105 96.833423) (xy 172.145308 96.981332) (xy 172.530999 96.981668) (xy 172.88746 96.834382) + (xy 173.160423 96.561895) (xy 173.308332 96.205692) (xy 173.308668 95.820001) (xy 173.308668 108.901001) (xy 173.161382 108.54454) + (xy 173.054668 108.437639) (xy 173.054668 100.265001) (xy 172.907382 99.90854) (xy 172.634895 99.635577) (xy 172.278692 99.487668) + (xy 171.893001 99.487332) (xy 171.53654 99.634618) (xy 171.263577 99.907105) (xy 171.149668 100.181427) (xy 171.149668 93.915001) + (xy 171.149668 89.470001) (xy 171.002382 89.11354) (xy 170.729895 88.840577) (xy 170.373692 88.692668) (xy 169.988001 88.692332) + (xy 169.63154 88.839618) (xy 169.358577 89.112105) (xy 169.210668 89.468308) (xy 169.210332 89.853999) (xy 169.357618 90.21046) + (xy 169.630105 90.483423) (xy 169.986308 90.631332) (xy 170.371999 90.631668) (xy 170.72846 90.484382) (xy 171.001423 90.211895) + (xy 171.149332 89.855692) (xy 171.149668 89.470001) (xy 171.149668 93.915001) (xy 171.002382 93.55854) (xy 170.729895 93.285577) + (xy 170.373692 93.137668) (xy 170.13346 93.137458) (xy 170.133668 92.899001) (xy 169.986382 92.54254) (xy 169.713895 92.269577) + (xy 169.357692 92.121668) (xy 168.990668 92.121348) (xy 168.990668 86.676001) (xy 168.843382 86.31954) (xy 168.570895 86.046577) + (xy 168.214692 85.898668) (xy 167.829001 85.898332) (xy 167.593668 85.995569) (xy 167.593668 82.739001) (xy 167.593668 63.689001) + (xy 167.446382 63.33254) (xy 167.173895 63.059577) (xy 166.817692 62.911668) (xy 166.432001 62.911332) (xy 166.07554 63.058618) + (xy 165.989088 63.144919) (xy 165.903895 63.059577) (xy 165.547692 62.911668) (xy 165.162001 62.911332) (xy 164.80554 63.058618) + (xy 164.532577 63.331105) (xy 164.384668 63.687308) (xy 164.384458 63.92765) (xy 164.019001 63.927332) (xy 163.66254 64.074618) + (xy 163.389577 64.347105) (xy 163.241668 64.703308) (xy 163.241332 65.088999) (xy 163.388618 65.44546) (xy 163.661105 65.718423) + (xy 164.017308 65.866332) (xy 164.402999 65.866668) (xy 164.75946 65.719382) (xy 165.032423 65.446895) (xy 165.180332 65.090692) + (xy 165.180541 64.850349) (xy 165.545999 64.850668) (xy 165.90246 64.703382) (xy 165.988911 64.61708) (xy 166.074105 64.702423) + (xy 166.430308 64.850332) (xy 166.815999 64.850668) (xy 167.17246 64.703382) (xy 167.445423 64.430895) (xy 167.593332 64.074692) + (xy 167.593668 63.689001) (xy 167.593668 82.739001) (xy 167.446382 82.38254) (xy 167.173895 82.109577) (xy 166.817692 81.961668) + (xy 166.432001 81.961332) (xy 166.07554 82.108618) (xy 165.989088 82.194919) (xy 165.903895 82.109577) (xy 165.561668 81.967471) + (xy 165.561668 70.674001) (xy 165.414382 70.31754) (xy 165.141895 70.044577) (xy 164.785692 69.896668) (xy 164.400001 69.896332) + (xy 164.04354 70.043618) (xy 163.770577 70.316105) (xy 163.622668 70.672308) (xy 163.622332 71.057999) (xy 163.769618 71.41446) + (xy 164.042105 71.687423) (xy 164.398308 71.835332) (xy 164.783999 71.835668) (xy 165.14046 71.688382) (xy 165.413423 71.415895) + (xy 165.561332 71.059692) (xy 165.561668 70.674001) (xy 165.561668 81.967471) (xy 165.547692 81.961668) (xy 165.180668 81.961348) + (xy 165.180668 79.284601) (xy 165.033382 78.92814) (xy 165.02328 78.918021) (xy 165.032423 78.908895) (xy 165.180332 78.552692) + (xy 165.180668 78.167001) (xy 165.033382 77.81054) (xy 164.760895 77.537577) (xy 164.404692 77.389668) (xy 164.019001 77.389332) + (xy 163.66254 77.536618) (xy 163.389577 77.809105) (xy 163.241668 78.165308) (xy 163.241332 78.550999) (xy 163.388618 78.90746) + (xy 163.398719 78.917578) (xy 163.389577 78.926705) (xy 163.241668 79.282908) (xy 163.241332 79.668599) (xy 163.388618 80.02506) + (xy 163.661105 80.298023) (xy 164.017308 80.445932) (xy 164.402999 80.446268) (xy 164.75946 80.298982) (xy 165.032423 80.026495) + (xy 165.180332 79.670292) (xy 165.180668 79.284601) (xy 165.180668 81.961348) (xy 165.162001 81.961332) (xy 164.80554 82.108618) + (xy 164.532577 82.381105) (xy 164.384668 82.737308) (xy 164.384332 83.122999) (xy 164.531618 83.47946) (xy 164.804105 83.752423) + (xy 165.160308 83.900332) (xy 165.545999 83.900668) (xy 165.90246 83.753382) (xy 165.988911 83.66708) (xy 166.074105 83.752423) + (xy 166.430308 83.900332) (xy 166.815999 83.900668) (xy 167.17246 83.753382) (xy 167.445423 83.480895) (xy 167.593332 83.124692) + (xy 167.593668 82.739001) (xy 167.593668 85.995569) (xy 167.47254 86.045618) (xy 167.199577 86.318105) (xy 167.051668 86.674308) + (xy 167.051332 87.059999) (xy 167.198618 87.41646) (xy 167.471105 87.689423) (xy 167.827308 87.837332) (xy 168.212999 87.837668) + (xy 168.56946 87.690382) (xy 168.842423 87.417895) (xy 168.990332 87.061692) (xy 168.990668 86.676001) (xy 168.990668 92.121348) + (xy 168.972001 92.121332) (xy 168.61554 92.268618) (xy 168.419415 92.4644) (xy 166.577668 92.4644) (xy 166.577668 85.660001) + (xy 166.430382 85.30354) (xy 166.157895 85.030577) (xy 165.801692 84.882668) (xy 165.416001 84.882332) (xy 165.05954 85.029618) + (xy 164.786577 85.302105) (xy 164.638668 85.658308) (xy 164.638332 86.043999) (xy 164.785618 86.40046) (xy 165.058105 86.673423) + (xy 165.414308 86.821332) (xy 165.799999 86.821668) (xy 166.15646 86.674382) (xy 166.429423 86.401895) (xy 166.577332 86.045692) + (xy 166.577668 85.660001) (xy 166.577668 92.4644) (xy 166.450668 92.4644) (xy 166.450668 90.740001) (xy 166.303382 90.38354) + (xy 166.21708 90.297088) (xy 166.302423 90.211895) (xy 166.450332 89.855692) (xy 166.450668 89.470001) (xy 166.303382 89.11354) + (xy 166.030895 88.840577) (xy 165.674692 88.692668) (xy 165.289001 88.692332) (xy 164.93254 88.839618) (xy 164.736415 89.0354) + (xy 163.160754 89.0354) (xy 163.254423 88.941895) (xy 163.402332 88.585692) (xy 163.402668 88.200001) (xy 163.255382 87.84354) + (xy 163.16908 87.757088) (xy 163.254423 87.671895) (xy 163.402332 87.315692) (xy 163.402668 86.930001) (xy 163.255382 86.57354) + (xy 162.982895 86.300577) (xy 162.626692 86.152668) (xy 162.241001 86.152332) (xy 162.005668 86.249569) (xy 162.005668 75.246001) + (xy 161.858382 74.88954) (xy 161.751668 74.782639) (xy 161.751668 67.880001) (xy 161.604382 67.52354) (xy 161.331895 67.250577) + (xy 160.975692 67.102668) (xy 160.590001 67.102332) (xy 160.23354 67.249618) (xy 159.960577 67.522105) (xy 159.812668 67.878308) + (xy 159.812332 68.263999) (xy 159.959618 68.62046) (xy 160.232105 68.893423) (xy 160.588308 69.041332) (xy 160.973999 69.041668) + (xy 161.33046 68.894382) (xy 161.603423 68.621895) (xy 161.751332 68.265692) (xy 161.751668 67.880001) (xy 161.751668 74.782639) + (xy 161.585895 74.616577) (xy 161.229692 74.468668) (xy 160.844001 74.468332) (xy 160.48754 74.615618) (xy 160.227668 74.875036) + (xy 160.227668 71.309001) (xy 160.080382 70.95254) (xy 159.807895 70.679577) (xy 159.451692 70.531668) (xy 159.066001 70.531332) + (xy 158.70954 70.678618) (xy 158.436577 70.951105) (xy 158.288668 71.307308) (xy 158.288332 71.692999) (xy 158.435618 72.04946) + (xy 158.708105 72.322423) (xy 159.064308 72.470332) (xy 159.449999 72.470668) (xy 159.80646 72.323382) (xy 160.079423 72.050895) + (xy 160.227332 71.694692) (xy 160.227668 71.309001) (xy 160.227668 74.875036) (xy 160.214577 74.888105) (xy 160.072382 75.230544) + (xy 159.828001 75.230332) (xy 159.47154 75.377618) (xy 159.198577 75.650105) (xy 159.050668 76.006308) (xy 159.050332 76.391999) + (xy 159.197618 76.74846) (xy 159.470105 77.021423) (xy 159.826308 77.169332) (xy 160.211999 77.169668) (xy 160.56846 77.022382) + (xy 160.841423 76.749895) (xy 160.983617 76.407455) (xy 161.227999 76.407668) (xy 161.58446 76.260382) (xy 161.857423 75.987895) + (xy 162.005332 75.631692) (xy 162.005668 75.246001) (xy 162.005668 86.249569) (xy 161.88454 86.299618) (xy 161.611577 86.572105) + (xy 161.599972 86.60005) (xy 161.599972 86.600051) (xy 161.481927 86.678927) (xy 160.989457 87.171396) (xy 160.989668 86.930001) + (xy 160.989668 81.088001) (xy 160.842382 80.73154) (xy 160.569895 80.458577) (xy 160.213692 80.310668) (xy 159.828001 80.310332) + (xy 159.47154 80.457618) (xy 159.198577 80.730105) (xy 159.050668 81.086308) (xy 159.050332 81.471999) (xy 159.197618 81.82846) + (xy 159.470105 82.101423) (xy 159.826308 82.249332) (xy 160.211999 82.249668) (xy 160.56846 82.102382) (xy 160.841423 81.829895) + (xy 160.989332 81.473692) (xy 160.989668 81.088001) (xy 160.989668 86.930001) (xy 160.842382 86.57354) (xy 160.569895 86.300577) + (xy 160.213692 86.152668) (xy 159.828001 86.152332) (xy 159.47154 86.299618) (xy 159.198577 86.572105) (xy 159.050668 86.928308) + (xy 159.050332 87.313999) (xy 159.197618 87.67046) (xy 159.470105 87.943423) (xy 159.826308 88.091332) (xy 160.06931 88.091543) + (xy 159.633454 88.5274) (xy 156.417668 88.5274) (xy 156.417668 71.309001) (xy 156.270382 70.95254) (xy 155.997895 70.679577) + (xy 155.641692 70.531668) (xy 155.256001 70.531332) (xy 154.89954 70.678618) (xy 154.626577 70.951105) (xy 154.478668 71.307308) + (xy 154.478332 71.692999) (xy 154.625618 72.04946) (xy 154.898105 72.322423) (xy 155.254308 72.470332) (xy 155.639999 72.470668) + (xy 155.99646 72.323382) (xy 156.269423 72.050895) (xy 156.417332 71.694692) (xy 156.417668 71.309001) (xy 156.417668 88.5274) + (xy 156.036668 88.5274) (xy 156.036668 84.898001) (xy 156.036668 81.215001) (xy 155.889382 80.85854) (xy 155.616895 80.585577) + (xy 155.260692 80.437668) (xy 154.875001 80.437332) (xy 154.51854 80.584618) (xy 154.245577 80.857105) (xy 154.097668 81.213308) + (xy 154.097332 81.598999) (xy 154.244618 81.95546) (xy 154.517105 82.228423) (xy 154.873308 82.376332) (xy 155.258999 82.376668) + (xy 155.61546 82.229382) (xy 155.888423 81.956895) (xy 156.036332 81.600692) (xy 156.036668 81.215001) (xy 156.036668 84.898001) + (xy 155.889382 84.54154) (xy 155.616895 84.268577) (xy 155.260692 84.120668) (xy 154.875001 84.120332) (xy 154.51854 84.267618) + (xy 154.258668 84.527036) (xy 154.258668 82.104001) (xy 154.111382 81.74754) (xy 154.004668 81.640639) (xy 154.004668 75.500001) + (xy 153.857382 75.14354) (xy 153.584895 74.870577) (xy 153.228692 74.722668) (xy 152.843001 74.722332) (xy 152.48654 74.869618) + (xy 152.213577 75.142105) (xy 152.065668 75.498308) (xy 152.065332 75.883999) (xy 152.212618 76.24046) (xy 152.485105 76.513423) + (xy 152.841308 76.661332) (xy 153.226999 76.661668) (xy 153.58346 76.514382) (xy 153.856423 76.241895) (xy 154.004332 75.885692) + (xy 154.004668 75.500001) (xy 154.004668 81.640639) (xy 153.838895 81.474577) (xy 153.482692 81.326668) (xy 153.097001 81.326332) + (xy 152.74054 81.473618) (xy 152.467577 81.746105) (xy 152.319668 82.102308) (xy 152.319332 82.487999) (xy 152.466618 82.84446) + (xy 152.739105 83.117423) (xy 153.095308 83.265332) (xy 153.480999 83.265668) (xy 153.83746 83.118382) (xy 154.110423 82.845895) + (xy 154.258332 82.489692) (xy 154.258668 82.104001) (xy 154.258668 84.527036) (xy 154.245577 84.540105) (xy 154.097668 84.896308) + (xy 154.097332 85.281999) (xy 154.244618 85.63846) (xy 154.517105 85.911423) (xy 154.873308 86.059332) (xy 155.258999 86.059668) + (xy 155.61546 85.912382) (xy 155.888423 85.639895) (xy 156.036332 85.283692) (xy 156.036668 84.898001) (xy 156.036668 88.5274) + (xy 152.226668 88.5274) (xy 152.226668 77.278001) (xy 152.079382 76.92154) (xy 151.806895 76.648577) (xy 151.450692 76.500668) + (xy 151.065001 76.500332) (xy 150.70854 76.647618) (xy 150.435577 76.920105) (xy 150.287668 77.276308) (xy 150.287332 77.661999) + (xy 150.434618 78.01846) (xy 150.707105 78.291423) (xy 151.063308 78.439332) (xy 151.448999 78.439668) (xy 151.80546 78.292382) + (xy 152.078423 78.019895) (xy 152.226332 77.663692) (xy 152.226668 77.278001) (xy 152.226668 88.5274) (xy 149.611546 88.5274) + (xy 148.797668 87.713522) (xy 148.797668 74.230001) (xy 148.650382 73.87354) (xy 148.377895 73.600577) (xy 148.021692 73.452668) + (xy 147.636001 73.452332) (xy 147.27954 73.599618) (xy 147.019668 73.859036) (xy 147.019668 67.880001) (xy 146.872382 67.52354) + (xy 146.599895 67.250577) (xy 146.243692 67.102668) (xy 145.858001 67.102332) (xy 145.50154 67.249618) (xy 145.228577 67.522105) + (xy 145.080668 67.878308) (xy 145.080332 68.263999) (xy 145.227618 68.62046) (xy 145.500105 68.893423) (xy 145.856308 69.041332) + (xy 146.241999 69.041668) (xy 146.59846 68.894382) (xy 146.871423 68.621895) (xy 147.019332 68.265692) (xy 147.019668 67.880001) + (xy 147.019668 73.859036) (xy 147.006577 73.872105) (xy 146.858668 74.228308) (xy 146.858332 74.613999) (xy 147.005618 74.97046) + (xy 147.278105 75.243423) (xy 147.634308 75.391332) (xy 148.019999 75.391668) (xy 148.37646 75.244382) (xy 148.649423 74.971895) + (xy 148.797332 74.615692) (xy 148.797668 74.230001) (xy 148.797668 87.713522) (xy 148.271073 87.186927) (xy 148.153454 87.108336) + (xy 148.153453 87.108336) (xy 148.142382 87.08154) (xy 147.869895 86.808577) (xy 147.513692 86.660668) (xy 147.128001 86.660332) + (xy 146.77154 86.807618) (xy 146.498577 87.080105) (xy 146.350668 87.436308) (xy 146.350332 87.821999) (xy 146.497618 88.17846) + (xy 146.583919 88.264911) (xy 146.498577 88.350105) (xy 146.350668 88.706308) (xy 146.350332 89.091999) (xy 146.497618 89.44846) + (xy 146.583919 89.534911) (xy 146.498577 89.620105) (xy 146.350668 89.976308) (xy 146.350332 90.361999) (xy 146.497618 90.71846) + (xy 146.583919 90.804911) (xy 146.498577 90.890105) (xy 146.350668 91.246308) (xy 146.350332 91.631999) (xy 146.497618 91.98846) + (xy 146.583919 92.074911) (xy 146.498577 92.160105) (xy 146.350668 92.516308) (xy 146.350332 92.901999) (xy 146.497618 93.25846) + (xy 146.583919 93.344911) (xy 146.498577 93.430105) (xy 146.350668 93.786308) (xy 146.350332 94.171999) (xy 146.497618 94.52846) + (xy 146.583919 94.614911) (xy 146.498577 94.700105) (xy 146.350668 95.056308) (xy 146.350332 95.441999) (xy 146.497618 95.79846) + (xy 146.583919 95.884911) (xy 146.498577 95.970105) (xy 146.350668 96.326308) (xy 146.350332 96.711999) (xy 146.426617 96.896625) + (xy 146.243692 96.820668) (xy 145.858001 96.820332) (xy 145.50154 96.967618) (xy 145.415088 97.053919) (xy 145.329895 96.968577) + (xy 144.973692 96.820668) (xy 144.588001 96.820332) (xy 144.23154 96.967618) (xy 144.145088 97.053919) (xy 144.059895 96.968577) + (xy 143.703692 96.820668) (xy 143.318001 96.820332) (xy 142.96154 96.967618) (xy 142.875088 97.053919) (xy 142.789895 96.968577) + (xy 142.701668 96.931941) (xy 142.701668 85.533001) (xy 142.554382 85.17654) (xy 142.281895 84.903577) (xy 141.925692 84.755668) + (xy 141.540001 84.755332) (xy 141.18354 84.902618) (xy 140.952741 85.133014) (xy 140.655692 85.009668) (xy 140.415668 85.009458) + (xy 140.415668 74.611001) (xy 140.268382 74.25454) (xy 139.995895 73.981577) (xy 139.639692 73.833668) (xy 139.254001 73.833332) + (xy 138.89754 73.980618) (xy 138.624577 74.253105) (xy 138.476668 74.609308) (xy 138.476332 74.994999) (xy 138.623618 75.35146) + (xy 138.896105 75.624423) (xy 139.252308 75.772332) (xy 139.637999 75.772668) (xy 139.99446 75.625382) (xy 140.267423 75.352895) + (xy 140.415332 74.996692) (xy 140.415668 74.611001) (xy 140.415668 85.009458) (xy 140.270001 85.009332) (xy 139.91354 85.156618) + (xy 139.640577 85.429105) (xy 139.498382 85.771544) (xy 139.254001 85.771332) (xy 138.89754 85.918618) (xy 138.624577 86.191105) + (xy 138.537048 86.401896) (xy 138.383668 86.338206) (xy 138.383668 74.611001) (xy 138.236382 74.25454) (xy 137.963895 73.981577) + (xy 137.607692 73.833668) (xy 137.222001 73.833332) (xy 136.86554 73.980618) (xy 136.592577 74.253105) (xy 136.444668 74.609308) + (xy 136.444332 74.994999) (xy 136.591618 75.35146) (xy 136.864105 75.624423) (xy 137.220308 75.772332) (xy 137.605999 75.772668) + (xy 137.96246 75.625382) (xy 138.235423 75.352895) (xy 138.383332 74.996692) (xy 138.383668 74.611001) (xy 138.383668 86.338206) + (xy 138.242692 86.279668) (xy 137.857001 86.279332) (xy 137.50054 86.426618) (xy 137.227577 86.699105) (xy 137.079668 87.055308) + (xy 137.079569 87.168429) (xy 136.968001 87.168332) (xy 136.7706 87.249896) (xy 136.7706 78.867) (xy 136.722903 78.627211) + (xy 136.722903 78.62721) (xy 136.587073 78.423927) (xy 135.1196 76.956454) (xy 135.1196 76.534382) (xy 135.446999 76.534668) + (xy 135.80346 76.387382) (xy 136.076423 76.114895) (xy 136.224332 75.758692) (xy 136.224668 75.373001) (xy 136.077382 75.01654) + (xy 135.804895 74.743577) (xy 135.448692 74.595668) (xy 135.1196 74.595381) (xy 135.1196 71.247) (xy 135.071903 71.007211) + (xy 135.071902 71.00721) (xy 134.936073 70.803927) (xy 134.148934 70.016788) (xy 134.40646 69.910382) (xy 134.679423 69.637895) + (xy 134.827332 69.281692) (xy 134.827668 68.896001) (xy 134.680382 68.53954) (xy 134.65747 68.516588) (xy 134.737634 68.436563) + (xy 134.813618 68.62046) (xy 135.077157 68.884459) (xy 135.073068 68.894308) (xy 135.072732 69.279999) (xy 135.220018 69.63646) + (xy 135.492505 69.909423) (xy 135.848708 70.057332) (xy 136.234399 70.057668) (xy 136.425649 69.978645) (xy 136.610105 70.163423) + (xy 136.966308 70.311332) (xy 137.351999 70.311668) (xy 137.70846 70.164382) (xy 137.981423 69.891895) (xy 138.129332 69.535692) + (xy 138.129668 69.150001) (xy 137.982382 68.79354) (xy 137.709895 68.520577) (xy 137.353692 68.372668) (xy 136.968001 68.372332) + (xy 136.77675 68.451354) (xy 136.601242 68.27554) (xy 136.605332 68.265692) (xy 136.605668 67.880001) (xy 136.458382 67.52354) + (xy 136.185895 67.250577) (xy 135.829692 67.102668) (xy 135.444001 67.102332) (xy 135.08754 67.249618) (xy 134.883365 67.453436) + (xy 134.807382 67.26954) (xy 134.534895 66.996577) (xy 134.178692 66.848668) (xy 133.793001 66.848332) (xy 133.7226 66.87742) + (xy 133.7226 65.151) (xy 133.674903 64.911211) (xy 133.674903 64.91121) (xy 133.625993 64.838012) (xy 133.64446 64.830382) + (xy 133.917423 64.557895) (xy 134.065332 64.201692) (xy 134.065546 63.955243) (xy 134.40646 63.814382) (xy 134.679423 63.541895) + (xy 134.827332 63.185692) (xy 134.827668 62.800001) (xy 134.680382 62.44354) (xy 134.407895 62.170577) (xy 134.051692 62.022668) + (xy 133.666001 62.022332) (xy 133.30954 62.169618) (xy 133.036577 62.442105) (xy 132.888668 62.798308) (xy 132.888453 63.044756) + (xy 132.54754 63.185618) (xy 132.28192 63.450774) (xy 132.269073 63.437927) (xy 132.06579 63.302097) (xy 131.826 63.2544) + (xy 131.698066 63.2544) (xy 131.779332 63.058692) (xy 131.779668 62.673001) (xy 131.632382 62.31654) (xy 131.359895 62.043577) + (xy 131.08576 61.929746) (xy 131.144332 61.788692) (xy 131.144668 61.403001) (xy 130.997382 61.04654) (xy 130.724895 60.773577) + (xy 130.368692 60.625668) (xy 129.983001 60.625332) (xy 129.62654 60.772618) (xy 129.353577 61.045105) (xy 129.205668 61.401308) + (xy 129.205332 61.786999) (xy 129.352618 62.14346) (xy 129.625105 62.416423) (xy 129.899239 62.530253) (xy 129.862222 62.6194) + (xy 129.032 62.6194) (xy 128.79221 62.667097) (xy 128.588927 62.802927) (xy 128.353282 63.038571) (xy 128.078001 63.038332) + (xy 127.72154 63.185618) (xy 127.448577 63.458105) (xy 127.300668 63.814308) (xy 127.300332 64.199999) (xy 127.447618 64.55646) + (xy 127.720105 64.829423) (xy 128.076308 64.977332) (xy 128.461999 64.977668) (xy 128.81846 64.830382) (xy 128.904911 64.74408) + (xy 128.990105 64.829423) (xy 129.346308 64.977332) (xy 129.731999 64.977668) (xy 129.834973 64.935119) (xy 129.858927 64.959073) + (xy 130.06221 65.094902) (xy 130.062211 65.094903) (xy 130.302 65.1426) (xy 131.439454 65.1426) (xy 131.9614 65.664546) + (xy 131.9614 66.328467) (xy 131.740895 66.107577) (xy 131.384692 65.959668) (xy 130.999001 65.959332) (xy 130.64254 66.106618) + (xy 130.369577 66.379105) (xy 130.221668 66.735308) (xy 130.221657 66.747569) (xy 130.089895 66.615577) (xy 129.733692 66.467668) + (xy 129.348001 66.467332) (xy 128.99154 66.614618) (xy 128.718577 66.887105) (xy 128.570668 67.243308) (xy 128.570332 67.628999) + (xy 128.717618 67.98546) (xy 128.990105 68.258423) (xy 129.346308 68.406332) (xy 129.731999 68.406668) (xy 130.08846 68.259382) + (xy 130.361423 67.986895) (xy 130.509332 67.630692) (xy 130.509342 67.61843) (xy 130.641105 67.750423) (xy 130.997308 67.898332) + (xy 131.382999 67.898668) (xy 131.73946 67.751382) (xy 131.9614 67.529829) (xy 131.9614 69.977) (xy 132.009097 70.21679) + (xy 132.144927 70.420073) (xy 133.3584 71.633546) (xy 133.3584 75.218467) (xy 133.137895 74.997577) (xy 132.781692 74.849668) + (xy 132.396001 74.849332) (xy 132.03954 74.996618) (xy 132.016699 75.019419) (xy 131.994895 74.997577) (xy 131.638692 74.849668) + (xy 131.253001 74.849332) (xy 130.89654 74.996618) (xy 130.810088 75.082919) (xy 130.724895 74.997577) (xy 130.368692 74.849668) + (xy 129.983001 74.849332) (xy 129.62654 74.996618) (xy 129.540088 75.082919) (xy 129.454895 74.997577) (xy 129.098692 74.849668) + (xy 128.713001 74.849332) (xy 128.35654 74.996618) (xy 128.083577 75.269105) (xy 127.935668 75.625308) (xy 127.935332 76.010999) + (xy 128.082618 76.36746) (xy 128.355105 76.640423) (xy 128.711308 76.788332) (xy 129.096999 76.788668) (xy 129.45346 76.641382) + (xy 129.539911 76.55508) (xy 129.625105 76.640423) (xy 129.981308 76.788332) (xy 130.366999 76.788668) (xy 130.72346 76.641382) + (xy 130.809911 76.55508) (xy 130.895105 76.640423) (xy 131.251308 76.788332) (xy 131.636999 76.788668) (xy 131.99346 76.641382) + (xy 132.0163 76.61858) (xy 132.038105 76.640423) (xy 132.3424 76.766777) (xy 132.3424 82.603668) (xy 132.019692 82.469668) + (xy 131.634001 82.469332) (xy 131.27754 82.616618) (xy 131.004577 82.889105) (xy 130.856668 83.245308) (xy 130.856342 83.618801) + (xy 130.51554 83.759618) (xy 130.242577 84.032105) (xy 130.094668 84.388308) (xy 130.094332 84.773999) (xy 130.241618 85.13046) + (xy 130.514105 85.403423) (xy 130.870308 85.551332) (xy 131.255999 85.551668) (xy 131.61246 85.404382) (xy 131.885423 85.131895) + (xy 132.033332 84.775692) (xy 132.033657 84.402198) (xy 132.3424 84.274628) (xy 132.3424 88.259454) (xy 130.620927 89.980927) + (xy 130.485097 90.18421) (xy 130.4374 90.424) (xy 130.4374 90.626198) (xy 130.368692 90.597668) (xy 129.983001 90.597332) + (xy 129.874668 90.642094) (xy 129.874668 88.708001) (xy 129.727382 88.35154) (xy 129.454895 88.078577) (xy 129.366668 88.041941) + (xy 129.366668 79.183001) (xy 129.219382 78.82654) (xy 128.946895 78.553577) (xy 128.590692 78.405668) (xy 128.205001 78.405332) + (xy 127.84854 78.552618) (xy 127.575577 78.825105) (xy 127.427668 79.181308) (xy 127.427332 79.566999) (xy 127.574618 79.92346) + (xy 127.847105 80.196423) (xy 128.203308 80.344332) (xy 128.588999 80.344668) (xy 128.94546 80.197382) (xy 129.218423 79.924895) + (xy 129.366332 79.568692) (xy 129.366668 79.183001) (xy 129.366668 88.041941) (xy 129.098692 87.930668) (xy 128.713001 87.930332) + (xy 128.35654 88.077618) (xy 128.083577 88.350105) (xy 127.935668 88.706308) (xy 127.935332 89.091999) (xy 128.082618 89.44846) + (xy 128.355105 89.721423) (xy 128.711308 89.869332) (xy 129.096999 89.869668) (xy 129.45346 89.722382) (xy 129.726423 89.449895) + (xy 129.874332 89.093692) (xy 129.874668 88.708001) (xy 129.874668 90.642094) (xy 129.62654 90.744618) (xy 129.353577 91.017105) + (xy 129.264099 91.23259) (xy 128.967001 91.232332) (xy 128.61054 91.379618) (xy 128.337577 91.652105) (xy 128.189668 92.008308) + (xy 128.189332 92.393999) (xy 128.336618 92.75046) (xy 128.609105 93.023423) (xy 128.965308 93.171332) (xy 129.350999 93.171668) + (xy 129.70746 93.024382) (xy 129.980423 92.751895) (xy 130.0699 92.536409) (xy 130.366999 92.536668) (xy 130.509225 92.477901) + (xy 130.509226 92.477901) (xy 130.5644 92.560474) (xy 130.5644 96.664621) (xy 130.369577 96.859105) (xy 130.221668 97.215308) + (xy 130.221332 97.600999) (xy 130.368618 97.95746) (xy 130.641105 98.230423) (xy 130.997308 98.378332) (xy 131.382999 98.378668) + (xy 131.73946 98.231382) (xy 132.012423 97.958895) (xy 132.160332 97.602692) (xy 132.160668 97.217001) (xy 132.013382 96.86054) + (xy 131.8176 96.664415) (xy 131.8176 92.329) (xy 131.808347 92.282485) (xy 132.017999 92.282668) (xy 132.37446 92.135382) + (xy 132.647423 91.862895) (xy 132.789571 91.520565) (xy 132.906999 91.520668) (xy 133.26346 91.373382) (xy 133.536423 91.100895) + (xy 133.684332 90.744692) (xy 133.684469 90.586968) (xy 133.791308 90.631332) (xy 134.176999 90.631668) (xy 134.53346 90.484382) + (xy 134.806423 90.211895) (xy 134.948617 89.869455) (xy 135.192999 89.869668) (xy 135.54946 89.722382) (xy 135.5723 89.69958) + (xy 135.594105 89.721423) (xy 135.950308 89.869332) (xy 136.335999 89.869668) (xy 136.69246 89.722382) (xy 136.965423 89.449895) + (xy 137.107617 89.107455) (xy 137.351999 89.107668) (xy 137.70846 88.960382) (xy 137.981423 88.687895) (xy 138.129332 88.331692) + (xy 138.12943 88.21857) (xy 138.240999 88.218668) (xy 138.59746 88.071382) (xy 138.870423 87.798895) (xy 138.957951 87.588103) + (xy 139.252308 87.710332) (xy 139.637999 87.710668) (xy 139.99446 87.563382) (xy 140.267423 87.290895) (xy 140.409617 86.948455) + (xy 140.653999 86.948668) (xy 141.01046 86.801382) (xy 141.241258 86.570985) (xy 141.538308 86.694332) (xy 141.923999 86.694668) + (xy 142.28046 86.547382) (xy 142.553423 86.274895) (xy 142.701332 85.918692) (xy 142.701668 85.533001) (xy 142.701668 96.931941) + (xy 142.433692 96.820668) (xy 142.048001 96.820332) (xy 141.69154 96.967618) (xy 141.605088 97.053919) (xy 141.519895 96.968577) + (xy 141.163692 96.820668) (xy 140.778001 96.820332) (xy 140.42154 96.967618) (xy 140.148577 97.240105) (xy 140.034746 97.514239) + (xy 139.893692 97.455668) (xy 139.508001 97.455332) (xy 139.15154 97.602618) (xy 138.878577 97.875105) (xy 138.730668 98.231308) + (xy 138.730332 98.616999) (xy 138.877618 98.97346) (xy 138.963919 99.059911) (xy 138.878577 99.145105) (xy 138.730668 99.501308) + (xy 138.730332 99.886999) (xy 138.877618 100.24346) (xy 139.150105 100.516423) (xy 139.506308 100.664332) (xy 139.664031 100.664469) + (xy 139.619668 100.771308) (xy 139.619332 101.156999) (xy 139.766618 101.51346) (xy 140.039105 101.786423) (xy 140.395308 101.934332) + (xy 140.780999 101.934668) (xy 141.13746 101.787382) (xy 141.410423 101.514895) (xy 141.558332 101.158692) (xy 141.558668 100.773001) + (xy 141.411382 100.41654) (xy 141.138895 100.143577) (xy 140.782692 99.995668) (xy 140.624968 99.99553) (xy 140.669332 99.888692) + (xy 140.669668 99.503001) (xy 140.522382 99.14654) (xy 140.43608 99.060088) (xy 140.521423 98.974895) (xy 140.635253 98.70076) + (xy 140.776308 98.759332) (xy 141.161999 98.759668) (xy 141.51846 98.612382) (xy 141.604911 98.52608) (xy 141.690105 98.611423) + (xy 142.046308 98.759332) (xy 142.431999 98.759668) (xy 142.78846 98.612382) (xy 142.874911 98.52608) (xy 142.960105 98.611423) + (xy 143.316308 98.759332) (xy 143.701999 98.759668) (xy 144.05846 98.612382) (xy 144.144911 98.52608) (xy 144.1534 98.534584) + (xy 144.1534 101.219) (xy 144.201097 101.45879) (xy 144.336927 101.662073) (xy 144.971927 102.297073) (xy 145.17521 102.432903) + (xy 145.175211 102.432903) (xy 145.415 102.4806) (xy 155.950454 102.4806) (xy 157.430887 103.961033) (xy 157.293577 104.098105) + (xy 157.252318 104.197465) (xy 157.159382 103.97254) (xy 156.886895 103.699577) (xy 156.530692 103.551668) (xy 156.145001 103.551332) + (xy 155.78854 103.698618) (xy 155.592415 103.8944) (xy 146.939 103.8944) (xy 146.699211 103.942097) (xy 146.495927 104.077927) + (xy 146.114927 104.458927) (xy 145.979097 104.66221) (xy 145.9314 104.902) (xy 145.9314 107.288618) (xy 145.842668 107.502308) + (xy 145.842345 107.872199) (xy 145.477073 107.506927) (xy 145.27379 107.371097) (xy 145.170478 107.350547) (xy 145.170477 107.350547) + (xy 144.948895 107.128577) (xy 144.592692 106.980668) (xy 144.207001 106.980332) (xy 143.85054 107.127618) (xy 143.577577 107.400105) + (xy 143.429668 107.756308) (xy 143.429563 107.87571) (xy 143.08854 108.016618) (xy 142.815577 108.289105) (xy 142.667668 108.645308) + (xy 142.667518 108.817204) (xy 142.45354 108.905618) (xy 142.180577 109.178105) (xy 142.032668 109.534308) (xy 142.032453 109.780756) + (xy 141.69154 109.921618) (xy 141.418577 110.194105) (xy 141.270668 110.550308) (xy 141.270563 110.66971) (xy 140.92954 110.810618) + (xy 140.656577 111.083105) (xy 140.508668 111.439308) (xy 140.508332 111.824999) (xy 140.655618 112.18146) (xy 140.928105 112.454423) + (xy 141.284308 112.602332) (xy 141.669999 112.602668) (xy 142.02646 112.455382) (xy 142.222584 112.2596) (xy 142.234454 112.2596) + (xy 142.431927 112.457073) (xy 142.63521 112.592902) (xy 142.635211 112.592903) (xy 142.875 112.6406) (xy 155.067 112.6406) + (xy 155.306789 112.592903) (xy 155.30679 112.592903) (xy 155.510073 112.457073) (xy 155.999717 111.967428) (xy 156.274999 111.967668) + (xy 156.63146 111.820382) (xy 156.904423 111.547895) (xy 157.052332 111.191692) (xy 157.052668 110.806001) (xy 156.905382 110.44954) + (xy 156.81908 110.363088) (xy 156.904423 110.277895) (xy 157.052332 109.921692) (xy 157.052668 109.536001) (xy 156.905382 109.17954) + (xy 156.81908 109.093088) (xy 156.904423 109.007895) (xy 157.052332 108.651692) (xy 157.052668 108.266001) (xy 156.905382 107.90954) + (xy 156.81908 107.823088) (xy 156.904423 107.737895) (xy 157.049167 107.389313) (xy 157.163927 107.504073) (xy 157.36721 107.639903) + (xy 157.367211 107.639903) (xy 157.607 107.6876) (xy 159.910621 107.6876) (xy 160.105105 107.882423) (xy 160.461308 108.030332) + (xy 160.846999 108.030668) (xy 161.20346 107.883382) (xy 161.476423 107.610895) (xy 161.624332 107.254692) (xy 161.624668 106.869001) + (xy 161.477382 106.51254) (xy 161.204895 106.239577) (xy 160.989668 106.150206) (xy 160.989668 99.249001) (xy 160.842382 98.89254) + (xy 160.569895 98.619577) (xy 160.213692 98.471668) (xy 159.828001 98.471332) (xy 159.47154 98.618618) (xy 159.198577 98.891105) + (xy 159.050668 99.247308) (xy 159.050332 99.632999) (xy 159.197618 99.98946) (xy 159.470105 100.262423) (xy 159.826308 100.410332) + (xy 160.211999 100.410668) (xy 160.56846 100.263382) (xy 160.841423 99.990895) (xy 160.989332 99.634692) (xy 160.989668 99.249001) + (xy 160.989668 106.150206) (xy 160.848692 106.091668) (xy 160.463001 106.091332) (xy 160.10654 106.238618) (xy 159.910415 106.4344) + (xy 159.003066 106.4344) (xy 159.084332 106.238692) (xy 159.084668 105.853001) (xy 158.937382 105.49654) (xy 158.787581 105.346477) + (xy 158.936423 105.197895) (xy 159.084332 104.841692) (xy 159.084668 104.456001) (xy 159.039849 104.347531) (xy 159.195999 104.347668) + (xy 159.55246 104.200382) (xy 159.825423 103.927895) (xy 159.973332 103.571692) (xy 159.973668 103.186001) (xy 159.826382 102.82954) + (xy 159.553895 102.556577) (xy 159.197692 102.408668) (xy 158.920572 102.408426) (xy 157.034073 100.521927) (xy 156.83079 100.386097) + (xy 156.591 100.3384) (xy 155.528382 100.3384) (xy 155.528668 100.011001) (xy 155.442143 99.801594) (xy 155.61546 99.729982) + (xy 155.888423 99.457495) (xy 156.036332 99.101292) (xy 156.036668 98.715601) (xy 155.889382 98.35914) (xy 155.616895 98.086177) + (xy 155.260692 97.938268) (xy 154.875001 97.937932) (xy 154.51854 98.085218) (xy 154.322415 98.281) (xy 153.924 98.281) + (xy 153.684211 98.328697) (xy 153.480927 98.464527) (xy 152.267454 99.678) (xy 147.9466 99.678) (xy 147.9466 99.169378) + (xy 148.141423 98.974895) (xy 148.289332 98.618692) (xy 148.289668 98.233001) (xy 148.142382 97.87654) (xy 147.869895 97.603577) + (xy 147.553889 97.472359) (xy 147.86846 97.342382) (xy 148.064584 97.1466) (xy 150.114 97.1466) (xy 150.353789 97.098903) + (xy 150.35379 97.098903) (xy 150.557073 96.963073) (xy 150.627546 96.8926) (xy 161.942621 96.8926) (xy 162.137105 97.087423) + (xy 162.493308 97.235332) (xy 162.878999 97.235668) (xy 163.23546 97.088382) (xy 163.508423 96.815895) (xy 163.656332 96.459692) + (xy 163.656668 96.074001) (xy 163.509382 95.71754) (xy 163.236895 95.444577) (xy 162.894455 95.302382) (xy 162.894668 95.058001) + (xy 162.747382 94.70154) (xy 162.474895 94.428577) (xy 162.312191 94.361016) (xy 162.47346 94.294382) (xy 162.746423 94.021895) + (xy 162.894332 93.665692) (xy 162.894668 93.280001) (xy 162.747382 92.92354) (xy 162.66108 92.837088) (xy 162.746423 92.751895) + (xy 162.894332 92.395692) (xy 162.894668 92.010001) (xy 162.747382 91.65354) (xy 162.652607 91.5586) (xy 164.736621 91.5586) + (xy 164.931105 91.753423) (xy 165.287308 91.901332) (xy 165.672999 91.901668) (xy 166.02946 91.754382) (xy 166.302423 91.481895) + (xy 166.450332 91.125692) (xy 166.450668 90.740001) (xy 166.450668 92.4644) (xy 165.862 92.4644) (xy 165.669635 92.502663) + (xy 165.289001 92.502332) (xy 164.93254 92.649618) (xy 164.659577 92.922105) (xy 164.511668 93.278308) (xy 164.511332 93.663999) + (xy 164.658618 94.02046) (xy 164.931105 94.293423) (xy 165.287308 94.441332) (xy 165.672999 94.441668) (xy 166.02946 94.294382) + (xy 166.302423 94.021895) (xy 166.428777 93.7176) (xy 168.419621 93.7176) (xy 168.614105 93.912423) (xy 168.970308 94.060332) + (xy 169.210539 94.060541) (xy 169.210332 94.298999) (xy 169.357618 94.65546) (xy 169.630105 94.928423) (xy 169.986308 95.076332) + (xy 170.371999 95.076668) (xy 170.72846 94.929382) (xy 171.001423 94.656895) (xy 171.149332 94.300692) (xy 171.149668 93.915001) + (xy 171.149668 100.181427) (xy 171.115668 100.263308) (xy 171.115332 100.648999) (xy 171.262618 101.00546) (xy 171.535105 101.278423) + (xy 171.891308 101.426332) (xy 172.276999 101.426668) (xy 172.63346 101.279382) (xy 172.906423 101.006895) (xy 173.054332 100.650692) + (xy 173.054668 100.265001) (xy 173.054668 108.437639) (xy 172.888895 108.271577) (xy 172.532692 108.123668) (xy 172.147001 108.123332) + (xy 171.79054 108.270618) (xy 171.517577 108.543105) (xy 171.369668 108.899308) (xy 171.369332 109.284999) (xy 171.516618 109.64146) + (xy 171.789105 109.914423) (xy 172.10511 110.04564) (xy 171.79054 110.175618) (xy 171.530668 110.435036) (xy 171.530668 109.917001) + (xy 171.383382 109.56054) (xy 171.110895 109.287577) (xy 170.754692 109.139668) (xy 170.369001 109.139332) (xy 170.01254 109.286618) + (xy 170.006668 109.292479) (xy 170.006668 104.456001) (xy 170.006668 100.646001) (xy 169.859382 100.28954) (xy 169.586895 100.016577) + (xy 169.230692 99.868668) (xy 168.845001 99.868332) (xy 168.83264 99.873439) (xy 168.969423 99.736895) (xy 169.117332 99.380692) + (xy 169.117668 98.995001) (xy 168.970382 98.63854) (xy 168.697895 98.365577) (xy 168.355565 98.223428) (xy 168.355668 98.106001) + (xy 168.208382 97.74954) (xy 168.10492 97.645898) (xy 168.228332 97.348692) (xy 168.228668 96.963001) (xy 168.081382 96.60654) + (xy 168.05858 96.583699) (xy 168.080423 96.561895) (xy 168.228332 96.205692) (xy 168.228668 95.820001) (xy 168.081382 95.46354) + (xy 167.808895 95.190577) (xy 167.452692 95.042668) (xy 167.067001 95.042332) (xy 166.71054 95.189618) (xy 166.437577 95.462105) + (xy 166.289668 95.818308) (xy 166.289332 96.203999) (xy 166.365617 96.388625) (xy 166.182692 96.312668) (xy 165.797001 96.312332) + (xy 165.44054 96.459618) (xy 165.167577 96.732105) (xy 165.019668 97.088308) (xy 165.019332 97.473999) (xy 165.166618 97.83046) + (xy 165.439105 98.103423) (xy 165.795308 98.251332) (xy 166.180999 98.251668) (xy 166.416624 98.15431) (xy 166.416332 98.489999) + (xy 166.563618 98.84646) (xy 166.836105 99.119423) (xy 167.178434 99.261571) (xy 167.178332 99.378999) (xy 167.325618 99.73546) + (xy 167.598105 100.008423) (xy 167.954308 100.156332) (xy 168.339999 100.156668) (xy 168.352359 100.15156) (xy 168.215577 100.288105) + (xy 168.067668 100.644308) (xy 168.067332 101.029999) (xy 168.214618 101.38646) (xy 168.487105 101.659423) (xy 168.843308 101.807332) + (xy 169.228999 101.807668) (xy 169.58546 101.660382) (xy 169.858423 101.387895) (xy 170.006332 101.031692) (xy 170.006668 100.646001) + (xy 170.006668 104.456001) (xy 169.859382 104.09954) (xy 169.586895 103.826577) (xy 169.230692 103.678668) (xy 169.072968 103.67853) + (xy 169.117332 103.571692) (xy 169.117668 103.186001) (xy 168.970382 102.82954) (xy 168.697895 102.556577) (xy 168.341692 102.408668) + (xy 168.310922 102.408641) (xy 168.355332 102.301692) (xy 168.355668 101.916001) (xy 168.208382 101.55954) (xy 167.935895 101.286577) + (xy 167.579692 101.138668) (xy 167.194001 101.138332) (xy 166.83754 101.285618) (xy 166.577668 101.545036) (xy 166.577668 100.646001) + (xy 166.430382 100.28954) (xy 166.157895 100.016577) (xy 165.801692 99.868668) (xy 165.416001 99.868332) (xy 165.05954 100.015618) + (xy 164.786577 100.288105) (xy 164.638668 100.644308) (xy 164.638332 101.029999) (xy 164.785618 101.38646) (xy 165.058105 101.659423) + (xy 165.414308 101.807332) (xy 165.799999 101.807668) (xy 166.15646 101.660382) (xy 166.429423 101.387895) (xy 166.577332 101.031692) + (xy 166.577668 100.646001) (xy 166.577668 101.545036) (xy 166.564577 101.558105) (xy 166.416668 101.914308) (xy 166.416332 102.299999) + (xy 166.563618 102.65646) (xy 166.836105 102.929423) (xy 167.192308 103.077332) (xy 167.223077 103.077358) (xy 167.178668 103.184308) + (xy 167.178332 103.569999) (xy 167.325618 103.92646) (xy 167.598105 104.199423) (xy 167.954308 104.347332) (xy 168.112031 104.347469) + (xy 168.067668 104.454308) (xy 168.067332 104.839999) (xy 168.214618 105.19646) (xy 168.487105 105.469423) (xy 168.843308 105.617332) + (xy 169.228999 105.617668) (xy 169.58546 105.470382) (xy 169.858423 105.197895) (xy 170.006332 104.841692) (xy 170.006668 104.456001) + (xy 170.006668 109.292479) (xy 169.739577 109.559105) (xy 169.591668 109.915308) (xy 169.591332 110.300999) (xy 169.738618 110.65746) + (xy 170.011105 110.930423) (xy 170.367308 111.078332) (xy 170.752999 111.078668) (xy 171.10946 110.931382) (xy 171.382423 110.658895) + (xy 171.530332 110.302692) (xy 171.530668 109.917001) (xy 171.530668 110.435036) (xy 171.517577 110.448105) (xy 171.369668 110.804308) + (xy 171.369332 111.189999) (xy 171.516618 111.54646) (xy 171.789105 111.819423) (xy 172.145308 111.967332) (xy 172.530999 111.967668) + (xy 172.88746 111.820382) (xy 173.160423 111.547895) (xy 173.308332 111.191692) (xy 173.308668 110.806001) (xy 173.308668 125.284001) + (xy 173.161382 124.92754) (xy 172.888895 124.654577) (xy 172.532692 124.506668) (xy 172.147001 124.506332) (xy 171.79054 124.653618) + (xy 171.517577 124.926105) (xy 171.369668 125.282308) (xy 171.369332 125.667999) (xy 171.516618 126.02446) (xy 171.789105 126.297423) + (xy 172.145308 126.445332) (xy 172.530999 126.445668) (xy 172.88746 126.298382) (xy 173.160423 126.025895) (xy 173.308332 125.669692) + (xy 173.308668 125.284001) (xy 173.308668 133.523459) (xy 173.112698 133.523288) (xy 172.662848 133.709162) (xy 172.318372 134.053038) + (xy 172.131713 134.502563) (xy 172.131288 134.989302) (xy 172.317162 135.439152) (xy 172.661038 135.783628) (xy 173.110563 135.970287) + (xy 173.597302 135.970712) (xy 174.047152 135.784838) (xy 174.391628 135.440962) (xy 174.578287 134.991437) (xy 174.578712 134.504698) + (xy 174.578712 137.552698) (xy 174.392838 137.102848) (xy 174.048962 136.758372) (xy 173.599437 136.571713) (xy 173.112698 136.571288) + (xy 172.662848 136.757162) (xy 172.318372 137.101038) (xy 172.131713 137.550563) (xy 172.131288 138.037302) (xy 172.317162 138.487152) + (xy 172.661038 138.831628) (xy 173.110563 139.018287) (xy 173.597302 139.018712) (xy 174.047152 138.832838) (xy 174.391628 138.488962) + (xy 174.578287 138.039437) (xy 174.578712 137.552698) (xy 174.578712 142.378698) (xy 174.392838 141.928848) (xy 174.048962 141.584372) + (xy 173.599437 141.397713) (xy 173.112698 141.397288) (xy 172.662848 141.583162) (xy 172.318372 141.927038) (xy 172.131713 142.376563) + (xy 172.131288 142.863302) (xy 172.317162 143.313152) (xy 172.661038 143.657628) (xy 173.110563 143.844287) (xy 173.597302 143.844712) + (xy 174.047152 143.658838) (xy 174.391628 143.314962) (xy 174.578287 142.865437) (xy 174.578712 142.378698) (xy 174.578712 154.137324) + (xy 172.038712 154.127555) (xy 172.038712 142.378698) (xy 172.038712 137.552698) (xy 172.038712 134.504698) (xy 171.852838 134.054848) + (xy 171.508962 133.710372) (xy 171.059437 133.523713) (xy 170.572698 133.523288) (xy 170.122848 133.709162) (xy 169.778372 134.053038) + (xy 169.591713 134.502563) (xy 169.591288 134.989302) (xy 169.777162 135.439152) (xy 170.121038 135.783628) (xy 170.570563 135.970287) + (xy 171.057302 135.970712) (xy 171.507152 135.784838) (xy 171.851628 135.440962) (xy 172.038287 134.991437) (xy 172.038712 134.504698) + (xy 172.038712 137.552698) (xy 171.852838 137.102848) (xy 171.508962 136.758372) (xy 171.059437 136.571713) (xy 170.572698 136.571288) + (xy 170.122848 136.757162) (xy 169.778372 137.101038) (xy 169.591713 137.550563) (xy 169.591288 138.037302) (xy 169.777162 138.487152) + (xy 170.121038 138.831628) (xy 170.570563 139.018287) (xy 171.057302 139.018712) (xy 171.507152 138.832838) (xy 171.851628 138.488962) + (xy 172.038287 138.039437) (xy 172.038712 137.552698) (xy 172.038712 142.378698) (xy 171.852838 141.928848) (xy 171.508962 141.584372) + (xy 171.059437 141.397713) (xy 170.572698 141.397288) (xy 170.122848 141.583162) (xy 169.778372 141.927038) (xy 169.591713 142.376563) + (xy 169.591288 142.863302) (xy 169.777162 143.313152) (xy 170.121038 143.657628) (xy 170.570563 143.844287) (xy 171.057302 143.844712) + (xy 171.507152 143.658838) (xy 171.851628 143.314962) (xy 172.038287 142.865437) (xy 172.038712 142.378698) (xy 172.038712 154.127555) + (xy 167.974668 154.111924) (xy 167.974668 152.843001) (xy 167.827382 152.48654) (xy 167.554895 152.213577) (xy 167.198692 152.065668) + (xy 166.813001 152.065332) (xy 166.45654 152.212618) (xy 166.183577 152.485105) (xy 166.052359 152.80111) (xy 165.922382 152.48654) + (xy 165.649895 152.213577) (xy 165.293692 152.065668) (xy 164.908001 152.065332) (xy 164.55154 152.212618) (xy 164.278577 152.485105) + (xy 164.130668 152.841308) (xy 164.130332 153.226999) (xy 164.277618 153.58346) (xy 164.550105 153.856423) (xy 164.906308 154.004332) + (xy 165.291999 154.004668) (xy 165.64846 153.857382) (xy 165.921423 153.584895) (xy 166.05264 153.268889) (xy 166.182618 153.58346) + (xy 166.455105 153.856423) (xy 166.811308 154.004332) (xy 167.196999 154.004668) (xy 167.55346 153.857382) (xy 167.826423 153.584895) + (xy 167.974332 153.228692) (xy 167.974668 152.843001) (xy 167.974668 154.111924) (xy 138.006374 153.996662) (xy 138.34346 153.857382) + (xy 138.616423 153.584895) (xy 138.764332 153.228692) (xy 138.764668 152.843001) (xy 138.693598 152.671) (xy 139.353788 152.671) + (xy 139.506308 152.734332) (xy 139.891999 152.734668) (xy 140.046088 152.671) (xy 140.706386 152.671) (xy 140.635668 152.841308) + (xy 140.635332 153.226999) (xy 140.782618 153.58346) (xy 141.055105 153.856423) (xy 141.411308 154.004332) (xy 141.796999 154.004668) + (xy 142.15346 153.857382) (xy 142.426423 153.584895) (xy 142.574332 153.228692) (xy 142.574668 152.843001) (xy 142.503598 152.671) + (xy 143.163788 152.671) (xy 143.316308 152.734332) (xy 143.701999 152.734668) (xy 143.856088 152.671) (xy 145.068788 152.671) + (xy 145.221308 152.734332) (xy 145.606999 152.734668) (xy 145.761088 152.671) (xy 146.421386 152.671) (xy 146.350668 152.841308) + (xy 146.350332 153.226999) (xy 146.497618 153.58346) (xy 146.770105 153.856423) (xy 147.126308 154.004332) (xy 147.511999 154.004668) + (xy 147.86846 153.857382) (xy 148.141423 153.584895) (xy 148.289332 153.228692) (xy 148.289668 152.843001) (xy 148.218598 152.671) + (xy 150.231386 152.671) (xy 150.160668 152.841308) (xy 150.160332 153.226999) (xy 150.307618 153.58346) (xy 150.580105 153.856423) + (xy 150.936308 154.004332) (xy 151.321999 154.004668) (xy 151.67846 153.857382) (xy 151.951423 153.584895) (xy 152.099332 153.228692) + (xy 152.099668 152.843001) (xy 152.028598 152.671) (xy 154.041386 152.671) (xy 153.970668 152.841308) (xy 153.970332 153.226999) + (xy 154.117618 153.58346) (xy 154.390105 153.856423) (xy 154.746308 154.004332) (xy 155.131999 154.004668) (xy 155.48846 153.857382) + (xy 155.761423 153.584895) (xy 155.909332 153.228692) (xy 155.909668 152.843001) (xy 155.838598 152.671) (xy 160.943788 152.671) + (xy 161.096308 152.734332) (xy 161.481999 152.734668) (xy 161.636088 152.671) (xy 162.848788 152.671) (xy 163.001308 152.734332) + (xy 163.386999 152.734668) (xy 163.74346 152.587382) (xy 164.016423 152.314895) (xy 164.164332 151.958692) (xy 164.164668 151.573001) + (xy 164.017382 151.21654) (xy 163.93108 151.130088) (xy 164.016423 151.044895) (xy 164.14764 150.728889) (xy 164.277618 151.04346) + (xy 164.550105 151.316423) (xy 164.906308 151.464332) (xy 165.291999 151.464668) (xy 165.64846 151.317382) (xy 165.921423 151.044895) + (xy 166.05264 150.728889) (xy 166.182618 151.04346) (xy 166.455105 151.316423) (xy 166.811308 151.464332) (xy 167.196999 151.464668) + (xy 167.55346 151.317382) (xy 167.826423 151.044895) (xy 167.95764 150.728889) (xy 168.087618 151.04346) (xy 168.360105 151.316423) + (xy 168.716308 151.464332) (xy 169.101999 151.464668) (xy 169.45846 151.317382) (xy 169.731423 151.044895) (xy 169.879332 150.688692) + (xy 169.879668 150.303001) (xy 169.732382 149.94654) (xy 169.498712 149.712461) (xy 169.498712 142.378698) (xy 169.498712 137.552698) + (xy 169.312838 137.102848) (xy 168.968962 136.758372) (xy 168.519437 136.571713) (xy 168.032698 136.571288) (xy 167.6316 136.737018) + (xy 167.6316 135.804623) (xy 168.030563 135.970287) (xy 168.517302 135.970712) (xy 168.967152 135.784838) (xy 169.311628 135.440962) + (xy 169.498287 134.991437) (xy 169.498712 134.504698) (xy 169.312838 134.054848) (xy 168.968962 133.710372) (xy 168.519437 133.523713) + (xy 168.032698 133.523288) (xy 167.623883 133.692206) (xy 167.583903 133.491211) (xy 167.583903 133.49121) (xy 167.448073 133.287927) + (xy 165.9806 131.820454) (xy 165.9806 127.581331) (xy 166.303308 127.715332) (xy 166.688999 127.715668) (xy 167.04546 127.568382) + (xy 167.318423 127.295895) (xy 167.466332 126.939692) (xy 167.466668 126.554001) (xy 167.319382 126.19754) (xy 167.046895 125.924577) + (xy 166.690692 125.776668) (xy 166.305001 125.776332) (xy 166.273676 125.789274) (xy 166.323332 125.669692) (xy 166.323668 125.284001) + (xy 166.176382 124.92754) (xy 166.09008 124.841088) (xy 166.175423 124.755895) (xy 166.323332 124.399692) (xy 166.323668 124.014001) + (xy 166.176382 123.65754) (xy 166.09008 123.571088) (xy 166.175423 123.485895) (xy 166.323332 123.129692) (xy 166.323668 122.744001) + (xy 166.176382 122.38754) (xy 166.09008 122.301088) (xy 166.175423 122.215895) (xy 166.323332 121.859692) (xy 166.323668 121.474001) + (xy 166.176382 121.11754) (xy 166.09008 121.031088) (xy 166.175423 120.945895) (xy 166.323332 120.589692) (xy 166.323668 120.204001) + (xy 166.176382 119.84754) (xy 165.9806 119.651415) (xy 165.9806 119.507) (xy 165.932903 119.267211) (xy 165.932903 119.26721) + (xy 165.797073 119.063927) (xy 165.558603 118.825457) (xy 165.799999 118.825668) (xy 166.15646 118.678382) (xy 166.352584 118.4826) + (xy 166.37 118.4826) (xy 166.609789 118.434903) (xy 166.60979 118.434903) (xy 166.813073 118.299073) (xy 167.067073 118.045073) + (xy 167.202902 117.84179) (xy 167.202903 117.841789) (xy 167.2506 117.602) (xy 167.2506 115.154532) (xy 167.471105 115.375423) + (xy 167.827308 115.523332) (xy 168.212999 115.523668) (xy 168.56946 115.376382) (xy 168.842423 115.103895) (xy 168.990332 114.747692) + (xy 168.990668 114.362001) (xy 168.843382 114.00554) (xy 168.570895 113.732577) (xy 168.482668 113.695941) (xy 168.482668 105.726001) + (xy 168.335382 105.36954) (xy 168.062895 105.096577) (xy 167.706692 104.948668) (xy 167.321001 104.948332) (xy 166.96454 105.095618) + (xy 166.691577 105.368105) (xy 166.543668 105.724308) (xy 166.543332 106.109999) (xy 166.690618 106.46646) (xy 166.963105 106.739423) + (xy 167.319308 106.887332) (xy 167.704999 106.887668) (xy 168.06146 106.740382) (xy 168.334423 106.467895) (xy 168.482332 106.111692) + (xy 168.482668 105.726001) (xy 168.482668 113.695941) (xy 168.214692 113.584668) (xy 167.829001 113.584332) (xy 167.47254 113.731618) + (xy 167.466668 113.737479) (xy 167.466668 112.076001) (xy 167.319382 111.71954) (xy 167.046895 111.446577) (xy 166.690692 111.298668) + (xy 166.305001 111.298332) (xy 165.94854 111.445618) (xy 165.675577 111.718105) (xy 165.527668 112.074308) (xy 165.527332 112.459999) + (xy 165.674618 112.81646) (xy 165.947105 113.089423) (xy 166.303308 113.237332) (xy 166.688999 113.237668) (xy 167.04546 113.090382) + (xy 167.318423 112.817895) (xy 167.466332 112.461692) (xy 167.466668 112.076001) (xy 167.466668 113.737479) (xy 167.199577 114.004105) + (xy 167.054832 114.352686) (xy 166.813073 114.110927) (xy 166.60979 113.975097) (xy 166.37 113.9274) (xy 159.009546 113.9274) + (xy 158.050073 112.967927) (xy 157.84679 112.832097) (xy 157.607 112.7844) (xy 146.685 112.7844) (xy 146.445211 112.832097) + (xy 146.241927 112.967927) (xy 145.987927 113.221927) (xy 145.852097 113.42521) (xy 145.8044 113.665) (xy 145.8044 115.564454) + (xy 145.498282 115.870571) (xy 145.223001 115.870332) (xy 144.86654 116.017618) (xy 144.593577 116.290105) (xy 144.445668 116.646308) + (xy 144.445332 117.031999) (xy 144.592618 117.38846) (xy 144.865105 117.661423) (xy 145.221308 117.809332) (xy 145.606999 117.809668) + (xy 145.96346 117.662382) (xy 146.236423 117.389895) (xy 146.384332 117.033692) (xy 146.384573 116.756572) (xy 146.874073 116.267073) + (xy 147.009903 116.06379) (xy 147.009903 116.063789) (xy 147.0576 115.824) (xy 147.0576 114.0376) (xy 155.269198 114.0376) + (xy 155.240668 114.106308) (xy 155.240332 114.491999) (xy 155.387618 114.84846) (xy 155.660105 115.121423) (xy 156.016308 115.269332) + (xy 156.401999 115.269668) (xy 156.75846 115.122382) (xy 157.031423 114.849895) (xy 157.179332 114.493692) (xy 157.179668 114.108001) + (xy 157.150579 114.0376) (xy 157.347454 114.0376) (xy 158.306927 114.997073) (xy 158.51021 115.132903) (xy 158.510211 115.132903) + (xy 158.75 115.1806) (xy 164.638617 115.1806) (xy 164.638332 115.507999) (xy 164.785618 115.86446) (xy 164.871919 115.950911) + (xy 164.863415 115.9594) (xy 153.543 115.9594) (xy 153.30321 116.007097) (xy 153.099927 116.142927) (xy 152.366559 116.876294) + (xy 152.085692 116.759668) (xy 151.700001 116.759332) (xy 151.34354 116.906618) (xy 151.070577 117.179105) (xy 150.922668 117.535308) + (xy 150.922381 117.8644) (xy 148.191378 117.8644) (xy 147.996895 117.669577) (xy 147.640692 117.521668) (xy 147.255001 117.521332) + (xy 146.89854 117.668618) (xy 146.625577 117.941105) (xy 146.477668 118.297308) (xy 146.477332 118.682999) (xy 146.624618 119.03946) + (xy 146.710919 119.125911) (xy 146.625577 119.211105) (xy 146.477668 119.567308) (xy 146.477332 119.952999) (xy 146.624618 120.30946) + (xy 146.647419 120.3323) (xy 146.625577 120.354105) (xy 146.477668 120.710308) (xy 146.477332 121.095999) (xy 146.624618 121.45246) + (xy 146.897105 121.725423) (xy 147.253308 121.873332) (xy 147.638999 121.873668) (xy 147.99546 121.726382) (xy 148.191584 121.5306) + (xy 152.827617 121.5306) (xy 152.827332 121.857999) (xy 152.974618 122.21446) (xy 153.247105 122.487423) (xy 153.603308 122.635332) + (xy 153.988999 122.635668) (xy 154.34546 122.488382) (xy 154.541584 122.2926) (xy 159.653098 122.2926) (xy 159.47154 122.367618) + (xy 159.198577 122.640105) (xy 159.050668 122.996308) (xy 159.050332 123.381999) (xy 159.197618 123.73846) (xy 159.470105 124.011423) + (xy 159.826308 124.159332) (xy 160.211999 124.159668) (xy 160.56846 124.012382) (xy 160.841423 123.739895) (xy 160.959904 123.454562) + (xy 161.05021 123.514903) (xy 161.050211 123.514903) (xy 161.29 123.5626) (xy 164.609621 123.5626) (xy 164.617919 123.570911) + (xy 164.609415 123.5794) (xy 163.4236 123.5794) (xy 163.18381 123.627097) (xy 162.980527 123.762927) (xy 162.122654 124.6208) + (xy 152.8826 124.6208) (xy 152.64281 124.668497) (xy 152.439527 124.804327) (xy 150.194668 127.049186) (xy 150.194668 124.903001) + (xy 150.047382 124.54654) (xy 149.774895 124.273577) (xy 149.418692 124.125668) (xy 149.033001 124.125332) (xy 148.67654 124.272618) + (xy 148.403577 124.545105) (xy 148.255668 124.901308) (xy 148.255332 125.286999) (xy 148.402618 125.64346) (xy 148.675105 125.916423) + (xy 149.031308 126.064332) (xy 149.416999 126.064668) (xy 149.77346 125.917382) (xy 150.046423 125.644895) (xy 150.194332 125.288692) + (xy 150.194668 124.903001) (xy 150.194668 127.049186) (xy 149.670927 127.572927) (xy 149.535097 127.77621) (xy 149.4874 128.016) + (xy 149.4874 128.033621) (xy 149.292577 128.228105) (xy 149.144668 128.584308) (xy 149.144332 128.969999) (xy 149.291618 129.32646) + (xy 149.564105 129.599423) (xy 149.920308 129.747332) (xy 150.305999 129.747668) (xy 150.66246 129.600382) (xy 150.935423 129.327895) + (xy 151.083332 128.971692) (xy 151.083342 128.95943) (xy 151.215105 129.091423) (xy 151.571308 129.239332) (xy 151.956999 129.239668) + (xy 152.099886 129.180628) (xy 152.212618 129.45346) (xy 152.485105 129.726423) (xy 152.841308 129.874332) (xy 153.226999 129.874668) + (xy 153.369886 129.815628) (xy 153.482618 130.08846) (xy 153.755105 130.361423) (xy 154.111308 130.509332) (xy 154.496999 130.509668) + (xy 154.85346 130.362382) (xy 155.126423 130.089895) (xy 155.274332 129.733692) (xy 155.274668 129.348001) (xy 155.127382 128.99154) + (xy 154.854895 128.718577) (xy 154.498692 128.570668) (xy 154.113001 128.570332) (xy 153.970113 128.629371) (xy 153.857382 128.35654) + (xy 153.584895 128.083577) (xy 153.228692 127.935668) (xy 152.843001 127.935332) (xy 152.700113 127.994371) (xy 152.587382 127.72154) + (xy 152.314895 127.448577) (xy 151.958692 127.300668) (xy 151.715689 127.300456) (xy 153.142146 125.874) (xy 162.3822 125.874) + (xy 162.621989 125.826303) (xy 162.62199 125.826303) (xy 162.825273 125.690473) (xy 163.683146 124.8326) (xy 164.609621 124.8326) + (xy 164.617919 124.840911) (xy 164.532577 124.926105) (xy 164.384668 125.282308) (xy 164.384332 125.667999) (xy 164.531618 126.02446) + (xy 164.7274 126.220584) (xy 164.7274 132.08) (xy 164.775097 132.31979) (xy 164.910927 132.523073) (xy 166.3784 133.990546) + (xy 166.3784 136.519454) (xy 166.307927 136.589927) (xy 166.172097 136.79321) (xy 166.1244 137.033) (xy 166.1244 137.812621) + (xy 165.929577 138.007105) (xy 165.781668 138.363308) (xy 165.781332 138.748999) (xy 165.928618 139.10546) (xy 166.201105 139.378423) + (xy 166.557308 139.526332) (xy 166.942999 139.526668) (xy 167.29946 139.379382) (xy 167.572423 139.106895) (xy 167.671181 138.869058) + (xy 168.030563 139.018287) (xy 168.517302 139.018712) (xy 168.967152 138.832838) (xy 169.311628 138.488962) (xy 169.498287 138.039437) + (xy 169.498712 137.552698) (xy 169.498712 142.378698) (xy 169.312838 141.928848) (xy 168.968962 141.584372) (xy 168.519437 141.397713) + (xy 168.032698 141.397288) (xy 167.582848 141.583162) (xy 167.238372 141.927038) (xy 167.051713 142.376563) (xy 167.051288 142.863302) + (xy 167.237162 143.313152) (xy 167.581038 143.657628) (xy 168.030563 143.844287) (xy 168.517302 143.844712) (xy 168.967152 143.658838) + (xy 169.311628 143.314962) (xy 169.498287 142.865437) (xy 169.498712 142.378698) (xy 169.498712 149.712461) (xy 169.459895 149.673577) + (xy 169.103692 149.525668) (xy 168.718001 149.525332) (xy 168.36154 149.672618) (xy 168.088577 149.945105) (xy 167.957359 150.26111) + (xy 167.827382 149.94654) (xy 167.554895 149.673577) (xy 167.198692 149.525668) (xy 166.813001 149.525332) (xy 166.45654 149.672618) + (xy 166.183577 149.945105) (xy 166.052359 150.26111) (xy 165.922382 149.94654) (xy 165.649895 149.673577) (xy 165.293692 149.525668) + (xy 164.908001 149.525332) (xy 164.55154 149.672618) (xy 164.278577 149.945105) (xy 164.147359 150.26111) (xy 164.017382 149.94654) + (xy 163.744895 149.673577) (xy 163.388692 149.525668) (xy 163.021668 149.525348) (xy 163.021668 147.128001) (xy 162.874382 146.77154) + (xy 162.601895 146.498577) (xy 162.245692 146.350668) (xy 161.968572 146.350426) (xy 161.225073 145.606927) (xy 161.02179 145.471097) + (xy 160.989668 145.464707) (xy 160.989668 136.333001) (xy 160.842382 135.97654) (xy 160.569895 135.703577) (xy 160.213692 135.555668) + (xy 160.100668 135.555569) (xy 160.100668 130.237001) (xy 159.953382 129.88054) (xy 159.680895 129.607577) (xy 159.324692 129.459668) + (xy 158.939001 129.459332) (xy 158.58254 129.606618) (xy 158.309577 129.879105) (xy 158.161668 130.235308) (xy 158.161332 130.620999) + (xy 158.308618 130.97746) (xy 158.581105 131.250423) (xy 158.937308 131.398332) (xy 159.322999 131.398668) (xy 159.67946 131.251382) + (xy 159.952423 130.978895) (xy 160.100332 130.622692) (xy 160.100668 130.237001) (xy 160.100668 135.555569) (xy 159.828001 135.555332) + (xy 159.47154 135.702618) (xy 159.198577 135.975105) (xy 159.050668 136.331308) (xy 159.050332 136.716999) (xy 159.197618 137.07346) + (xy 159.470105 137.346423) (xy 159.826308 137.494332) (xy 160.211999 137.494668) (xy 160.56846 137.347382) (xy 160.841423 137.074895) + (xy 160.989332 136.718692) (xy 160.989668 136.333001) (xy 160.989668 145.464707) (xy 160.782 145.4234) (xy 158.120546 145.4234) + (xy 157.923073 145.225927) (xy 157.71979 145.090097) (xy 157.48 145.0424) (xy 155.909668 145.0424) (xy 155.909668 139.254001) + (xy 155.782668 138.946636) (xy 155.782668 136.714001) (xy 155.635382 136.35754) (xy 155.362895 136.084577) (xy 155.274668 136.047941) + (xy 155.274668 134.428001) (xy 155.274668 131.888001) (xy 155.127382 131.53154) (xy 154.854895 131.258577) (xy 154.498692 131.110668) + (xy 154.113001 131.110332) (xy 153.75654 131.257618) (xy 153.483577 131.530105) (xy 153.335668 131.886308) (xy 153.335332 132.271999) + (xy 153.482618 132.62846) (xy 153.755105 132.901423) (xy 154.111308 133.049332) (xy 154.496999 133.049668) (xy 154.85346 132.902382) + (xy 155.126423 132.629895) (xy 155.274332 132.273692) (xy 155.274668 131.888001) (xy 155.274668 134.428001) (xy 155.127382 134.07154) + (xy 154.854895 133.798577) (xy 154.498692 133.650668) (xy 154.113001 133.650332) (xy 153.75654 133.797618) (xy 153.483577 134.070105) + (xy 153.335668 134.426308) (xy 153.335332 134.811999) (xy 153.482618 135.16846) (xy 153.755105 135.441423) (xy 154.111308 135.589332) + (xy 154.496999 135.589668) (xy 154.85346 135.442382) (xy 155.126423 135.169895) (xy 155.274332 134.813692) (xy 155.274668 134.428001) + (xy 155.274668 136.047941) (xy 155.006692 135.936668) (xy 154.621001 135.936332) (xy 154.26454 136.083618) (xy 153.991577 136.356105) + (xy 153.843668 136.712308) (xy 153.843332 137.097999) (xy 153.990618 137.45446) (xy 154.263105 137.727423) (xy 154.619308 137.875332) + (xy 155.004999 137.875668) (xy 155.36146 137.728382) (xy 155.634423 137.455895) (xy 155.782332 137.099692) (xy 155.782668 136.714001) + (xy 155.782668 138.946636) (xy 155.762382 138.89754) (xy 155.489895 138.624577) (xy 155.133692 138.476668) (xy 154.748001 138.476332) + (xy 154.39154 138.623618) (xy 154.118577 138.896105) (xy 153.970668 139.252308) (xy 153.970332 139.637999) (xy 154.117618 139.99446) + (xy 154.390105 140.267423) (xy 154.746308 140.415332) (xy 155.131999 140.415668) (xy 155.48846 140.268382) (xy 155.761423 139.995895) + (xy 155.909332 139.639692) (xy 155.909668 139.254001) (xy 155.909668 145.0424) (xy 155.655668 145.0424) (xy 155.655668 141.540001) + (xy 155.508382 141.18354) (xy 155.235895 140.910577) (xy 154.879692 140.762668) (xy 154.494001 140.762332) (xy 154.13754 140.909618) + (xy 153.864577 141.182105) (xy 153.716668 141.538308) (xy 153.716332 141.923999) (xy 153.863618 142.28046) (xy 154.136105 142.553423) + (xy 154.492308 142.701332) (xy 154.877999 142.701668) (xy 155.23446 142.554382) (xy 155.507423 142.281895) (xy 155.655332 141.925692) + (xy 155.655668 141.540001) (xy 155.655668 145.0424) (xy 153.268068 145.0424) (xy 153.268068 140.778001) (xy 153.120782 140.42154) + (xy 152.848295 140.148577) (xy 152.492092 140.000668) (xy 152.106401 140.000332) (xy 151.74994 140.147618) (xy 151.476977 140.420105) + (xy 151.329068 140.776308) (xy 151.328924 140.94088) (xy 151.171895 140.783577) (xy 150.815692 140.635668) (xy 150.430001 140.635332) + (xy 150.07354 140.782618) (xy 149.800577 141.055105) (xy 149.652668 141.411308) (xy 149.652332 141.796999) (xy 149.799618 142.15346) + (xy 150.072105 142.426423) (xy 150.428308 142.574332) (xy 150.813999 142.574668) (xy 151.17046 142.427382) (xy 151.443423 142.154895) + (xy 151.591332 141.798692) (xy 151.591475 141.634119) (xy 151.748505 141.791423) (xy 152.104708 141.939332) (xy 152.490399 141.939668) + (xy 152.84686 141.792382) (xy 153.119823 141.519895) (xy 153.267732 141.163692) (xy 153.268068 140.778001) (xy 153.268068 145.0424) + (xy 149.051668 145.0424) (xy 149.051668 127.697001) (xy 148.904382 127.34054) (xy 148.631895 127.067577) (xy 148.275692 126.919668) + (xy 148.136762 126.919546) (xy 148.141423 126.914895) (xy 148.289332 126.558692) (xy 148.289668 126.173001) (xy 148.142382 125.81654) + (xy 147.869895 125.543577) (xy 147.513692 125.395668) (xy 147.128001 125.395332) (xy 146.77154 125.542618) (xy 146.530214 125.783522) + (xy 146.491382 125.68954) (xy 146.384668 125.582639) (xy 146.384668 119.823001) (xy 146.237382 119.46654) (xy 145.964895 119.193577) + (xy 145.608692 119.045668) (xy 145.223001 119.045332) (xy 144.86654 119.192618) (xy 144.780088 119.278919) (xy 144.694895 119.193577) + (xy 144.338692 119.045668) (xy 143.953001 119.045332) (xy 143.844668 119.090094) (xy 143.844668 116.648001) (xy 143.697382 116.29154) + (xy 143.424895 116.018577) (xy 143.068692 115.870668) (xy 142.683001 115.870332) (xy 142.32654 116.017618) (xy 142.053577 116.290105) + (xy 141.905668 116.646308) (xy 141.905332 117.031999) (xy 142.052618 117.38846) (xy 142.325105 117.661423) (xy 142.681308 117.809332) + (xy 143.066999 117.809668) (xy 143.42346 117.662382) (xy 143.696423 117.389895) (xy 143.844332 117.033692) (xy 143.844668 116.648001) + (xy 143.844668 119.090094) (xy 143.59654 119.192618) (xy 143.510088 119.278919) (xy 143.424895 119.193577) (xy 143.068692 119.045668) + (xy 142.683001 119.045332) (xy 142.32654 119.192618) (xy 142.240088 119.278919) (xy 142.154895 119.193577) (xy 141.798692 119.045668) + (xy 141.413001 119.045332) (xy 141.05654 119.192618) (xy 140.783577 119.465105) (xy 140.635668 119.821308) (xy 140.635332 120.206999) + (xy 140.782618 120.56346) (xy 141.055105 120.836423) (xy 141.411308 120.984332) (xy 141.796999 120.984668) (xy 142.15346 120.837382) + (xy 142.239911 120.75108) (xy 142.325105 120.836423) (xy 142.681308 120.984332) (xy 143.066999 120.984668) (xy 143.42346 120.837382) + (xy 143.509911 120.75108) (xy 143.595105 120.836423) (xy 143.951308 120.984332) (xy 144.336999 120.984668) (xy 144.69346 120.837382) + (xy 144.779911 120.75108) (xy 144.865105 120.836423) (xy 145.221308 120.984332) (xy 145.606999 120.984668) (xy 145.96346 120.837382) + (xy 146.236423 120.564895) (xy 146.384332 120.208692) (xy 146.384668 119.823001) (xy 146.384668 125.582639) (xy 146.218895 125.416577) + (xy 145.862692 125.268668) (xy 145.477001 125.268332) (xy 145.12054 125.415618) (xy 145.034088 125.501919) (xy 144.948895 125.416577) + (xy 144.592692 125.268668) (xy 144.207001 125.268332) (xy 143.85054 125.415618) (xy 143.764088 125.501919) (xy 143.678895 125.416577) + (xy 143.322692 125.268668) (xy 142.937001 125.268332) (xy 142.58054 125.415618) (xy 142.494088 125.501919) (xy 142.408895 125.416577) + (xy 142.052692 125.268668) (xy 141.667001 125.268332) (xy 141.31054 125.415618) (xy 141.224088 125.501919) (xy 141.138895 125.416577) + (xy 140.782692 125.268668) (xy 140.397001 125.268332) (xy 140.04054 125.415618) (xy 139.941366 125.514619) (xy 139.843495 125.416577) + (xy 139.487292 125.268668) (xy 139.145668 125.26837) (xy 139.145668 100.773001) (xy 138.998382 100.41654) (xy 138.725895 100.143577) + (xy 138.369692 99.995668) (xy 137.984001 99.995332) (xy 137.62754 100.142618) (xy 137.354577 100.415105) (xy 137.206668 100.771308) + (xy 137.206332 101.156999) (xy 137.353618 101.51346) (xy 137.626105 101.786423) (xy 137.982308 101.934332) (xy 138.367999 101.934668) + (xy 138.72446 101.787382) (xy 138.997423 101.514895) (xy 139.145332 101.158692) (xy 139.145668 100.773001) (xy 139.145668 125.26837) + (xy 139.101601 125.268332) (xy 138.764668 125.407549) (xy 138.764668 119.823001) (xy 138.617382 119.46654) (xy 138.344895 119.193577) + (xy 138.002668 119.051471) (xy 138.002668 107.123001) (xy 137.855382 106.76654) (xy 137.582895 106.493577) (xy 137.568735 106.487697) + (xy 137.672132 106.238692) (xy 137.672468 105.853001) (xy 137.525182 105.49654) (xy 137.252695 105.223577) (xy 136.896492 105.075668) + (xy 136.510801 105.075332) (xy 136.15434 105.222618) (xy 135.881377 105.495105) (xy 135.733468 105.851308) (xy 135.733132 106.236999) + (xy 135.880418 106.59346) (xy 136.152905 106.866423) (xy 136.167064 106.872302) (xy 136.063668 107.121308) (xy 136.063332 107.506999) + (xy 136.210618 107.86346) (xy 136.483105 108.136423) (xy 136.839308 108.284332) (xy 137.224999 108.284668) (xy 137.58146 108.137382) + (xy 137.854423 107.864895) (xy 138.002332 107.508692) (xy 138.002668 107.123001) (xy 138.002668 119.051471) (xy 137.988692 119.045668) + (xy 137.603001 119.045332) (xy 137.24654 119.192618) (xy 136.973577 119.465105) (xy 136.825668 119.821308) (xy 136.825332 120.206999) + (xy 136.972618 120.56346) (xy 137.245105 120.836423) (xy 137.601308 120.984332) (xy 137.986999 120.984668) (xy 138.34346 120.837382) + (xy 138.616423 120.564895) (xy 138.764332 120.208692) (xy 138.764668 119.823001) (xy 138.764668 125.407549) (xy 138.74514 125.415618) + (xy 138.480688 125.679608) (xy 138.344895 125.543577) (xy 137.988692 125.395668) (xy 137.603001 125.395332) (xy 137.24654 125.542618) + (xy 137.160088 125.628919) (xy 137.074895 125.543577) (xy 136.718692 125.395668) (xy 136.333001 125.395332) (xy 136.224668 125.440094) + (xy 136.224668 109.663001) (xy 136.077382 109.30654) (xy 135.804895 109.033577) (xy 135.448692 108.885668) (xy 135.063001 108.885332) + (xy 134.70654 109.032618) (xy 134.433577 109.305105) (xy 134.285668 109.661308) (xy 134.285332 110.046999) (xy 134.432618 110.40346) + (xy 134.705105 110.676423) (xy 135.061308 110.824332) (xy 135.446999 110.824668) (xy 135.80346 110.677382) (xy 136.076423 110.404895) + (xy 136.224332 110.048692) (xy 136.224668 109.663001) (xy 136.224668 125.440094) (xy 135.97654 125.542618) (xy 135.890088 125.628919) + (xy 135.804895 125.543577) (xy 135.589668 125.454206) (xy 135.589668 121.474001) (xy 135.442382 121.11754) (xy 135.169895 120.844577) + (xy 134.813692 120.696668) (xy 134.428001 120.696332) (xy 134.07154 120.843618) (xy 133.798577 121.116105) (xy 133.684668 121.390427) + (xy 133.684668 109.663001) (xy 133.537382 109.30654) (xy 133.264895 109.033577) (xy 132.908692 108.885668) (xy 132.523001 108.885332) + (xy 132.16654 109.032618) (xy 132.080088 109.118919) (xy 131.994895 109.033577) (xy 131.638692 108.885668) (xy 131.253001 108.885332) + (xy 130.89654 109.032618) (xy 130.810088 109.118919) (xy 130.724895 109.033577) (xy 130.368692 108.885668) (xy 129.983001 108.885332) + (xy 129.62654 109.032618) (xy 129.353577 109.305105) (xy 129.205668 109.661308) (xy 129.205332 110.046999) (xy 129.352618 110.40346) + (xy 129.625105 110.676423) (xy 129.981308 110.824332) (xy 130.366999 110.824668) (xy 130.72346 110.677382) (xy 130.809911 110.59108) + (xy 130.895105 110.676423) (xy 131.251308 110.824332) (xy 131.636999 110.824668) (xy 131.99346 110.677382) (xy 132.079911 110.59108) + (xy 132.165105 110.676423) (xy 132.521308 110.824332) (xy 132.906999 110.824668) (xy 133.26346 110.677382) (xy 133.536423 110.404895) + (xy 133.684332 110.048692) (xy 133.684668 109.663001) (xy 133.684668 121.390427) (xy 133.650668 121.472308) (xy 133.650332 121.857999) + (xy 133.797618 122.21446) (xy 134.070105 122.487423) (xy 134.426308 122.635332) (xy 134.811999 122.635668) (xy 135.16846 122.488382) + (xy 135.441423 122.215895) (xy 135.589332 121.859692) (xy 135.589668 121.474001) (xy 135.589668 125.454206) (xy 135.448692 125.395668) + (xy 135.063001 125.395332) (xy 134.70654 125.542618) (xy 134.620088 125.628919) (xy 134.534895 125.543577) (xy 134.178692 125.395668) + (xy 133.793001 125.395332) (xy 133.43654 125.542618) (xy 133.350088 125.628919) (xy 133.264895 125.543577) (xy 132.908692 125.395668) + (xy 132.523001 125.395332) (xy 132.16654 125.542618) (xy 132.160668 125.548479) (xy 132.160668 118.299001) (xy 132.013382 117.94254) + (xy 131.740895 117.669577) (xy 131.384692 117.521668) (xy 130.999001 117.521332) (xy 130.64254 117.668618) (xy 130.369577 117.941105) + (xy 130.221668 118.297308) (xy 130.221332 118.682999) (xy 130.368618 119.03946) (xy 130.641105 119.312423) (xy 130.997308 119.460332) + (xy 131.382999 119.460668) (xy 131.73946 119.313382) (xy 132.012423 119.040895) (xy 132.160332 118.684692) (xy 132.160668 118.299001) + (xy 132.160668 125.548479) (xy 132.080088 125.628919) (xy 131.994895 125.543577) (xy 131.638692 125.395668) (xy 131.253001 125.395332) + (xy 130.89654 125.542618) (xy 130.810088 125.628919) (xy 130.724895 125.543577) (xy 130.368692 125.395668) (xy 129.983001 125.395332) + (xy 129.62654 125.542618) (xy 129.540088 125.628919) (xy 129.454895 125.543577) (xy 129.138889 125.412359) (xy 129.45346 125.282382) + (xy 129.726423 125.009895) (xy 129.874332 124.653692) (xy 129.874668 124.268001) (xy 129.874668 121.728001) (xy 129.874668 119.188001) + (xy 129.874668 116.648001) (xy 129.727382 116.29154) (xy 129.454895 116.018577) (xy 129.098692 115.870668) (xy 128.713001 115.870332) + (xy 128.604668 115.915094) (xy 128.604668 108.393001) (xy 128.457382 108.03654) (xy 128.223668 107.802417) (xy 128.223668 103.313001) + (xy 128.076382 102.95654) (xy 127.803895 102.683577) (xy 127.447692 102.535668) (xy 127.062001 102.535332) (xy 126.70554 102.682618) + (xy 126.432577 102.955105) (xy 126.284668 103.311308) (xy 126.284332 103.696999) (xy 126.431618 104.05346) (xy 126.704105 104.326423) + (xy 127.060308 104.474332) (xy 127.445999 104.474668) (xy 127.80246 104.327382) (xy 128.075423 104.054895) (xy 128.223332 103.698692) + (xy 128.223668 103.313001) (xy 128.223668 107.802417) (xy 128.184895 107.763577) (xy 127.828692 107.615668) (xy 127.443001 107.615332) + (xy 127.08654 107.762618) (xy 127.000088 107.848919) (xy 126.914895 107.763577) (xy 126.558692 107.615668) (xy 126.173001 107.615332) + (xy 125.81654 107.762618) (xy 125.810668 107.768479) (xy 125.810668 70.547001) (xy 125.810668 67.372001) (xy 125.663382 67.01554) + (xy 125.390895 66.742577) (xy 125.034692 66.594668) (xy 124.649001 66.594332) (xy 124.29254 66.741618) (xy 124.019577 67.014105) + (xy 123.905668 67.288427) (xy 123.905668 65.721001) (xy 123.758382 65.36454) (xy 123.485895 65.091577) (xy 123.129692 64.943668) + (xy 122.744001 64.943332) (xy 122.38754 65.090618) (xy 122.114577 65.363105) (xy 121.966668 65.719308) (xy 121.966332 66.104999) + (xy 122.113618 66.46146) (xy 122.386105 66.734423) (xy 122.742308 66.882332) (xy 123.127999 66.882668) (xy 123.48446 66.735382) + (xy 123.757423 66.462895) (xy 123.905332 66.106692) (xy 123.905668 65.721001) (xy 123.905668 67.288427) (xy 123.871668 67.370308) + (xy 123.871458 67.610539) (xy 123.633001 67.610332) (xy 123.27654 67.757618) (xy 123.003577 68.030105) (xy 122.855668 68.386308) + (xy 122.855332 68.771999) (xy 123.002618 69.12846) (xy 123.275105 69.401423) (xy 123.631308 69.549332) (xy 124.016999 69.549668) + (xy 124.37346 69.402382) (xy 124.646423 69.129895) (xy 124.794332 68.773692) (xy 124.794541 68.53346) (xy 125.032999 68.533668) + (xy 125.38946 68.386382) (xy 125.662423 68.113895) (xy 125.810332 67.757692) (xy 125.810668 67.372001) (xy 125.810668 70.547001) + (xy 125.663382 70.19054) (xy 125.390895 69.917577) (xy 125.034692 69.769668) (xy 124.649001 69.769332) (xy 124.29254 69.916618) + (xy 124.019577 70.189105) (xy 123.871668 70.545308) (xy 123.871332 70.930999) (xy 124.018618 71.28746) (xy 124.291105 71.560423) + (xy 124.647308 71.708332) (xy 125.032999 71.708668) (xy 125.38946 71.561382) (xy 125.662423 71.288895) (xy 125.810332 70.932692) + (xy 125.810668 70.547001) (xy 125.810668 107.768479) (xy 125.730088 107.848919) (xy 125.644895 107.763577) (xy 125.556668 107.726941) + (xy 125.556668 102.170001) (xy 125.409382 101.81354) (xy 125.136895 101.540577) (xy 124.921668 101.451206) (xy 124.921668 81.596001) + (xy 124.774382 81.23954) (xy 124.501895 80.966577) (xy 124.145692 80.818668) (xy 123.760001 80.818332) (xy 123.40354 80.965618) + (xy 123.270437 81.098488) (xy 123.270668 80.834001) (xy 123.123382 80.47754) (xy 122.889668 80.243417) (xy 122.889668 69.150001) + (xy 122.742382 68.79354) (xy 122.469895 68.520577) (xy 122.113692 68.372668) (xy 121.728001 68.372332) (xy 121.37154 68.519618) + (xy 121.098577 68.792105) (xy 120.950668 69.148308) (xy 120.950332 69.533999) (xy 121.097618 69.89046) (xy 121.370105 70.163423) + (xy 121.726308 70.311332) (xy 122.111999 70.311668) (xy 122.46846 70.164382) (xy 122.741423 69.891895) (xy 122.889332 69.535692) + (xy 122.889668 69.150001) (xy 122.889668 80.243417) (xy 122.850895 80.204577) (xy 122.494692 80.056668) (xy 122.109001 80.056332) + (xy 121.75254 80.203618) (xy 121.479577 80.476105) (xy 121.390099 80.69159) (xy 121.093001 80.691332) (xy 121.01377 80.724069) + (xy 120.964382 80.60454) (xy 120.691895 80.331577) (xy 120.335692 80.183668) (xy 119.950001 80.183332) (xy 119.59354 80.330618) + (xy 119.320577 80.603105) (xy 119.172668 80.959308) (xy 119.172332 81.344999) (xy 119.319618 81.70146) (xy 119.592105 81.974423) + (xy 119.948308 82.122332) (xy 120.333999 82.122668) (xy 120.413229 82.08993) (xy 120.462618 82.20946) (xy 120.735105 82.482423) + (xy 121.091308 82.630332) (xy 121.476999 82.630668) (xy 121.83346 82.483382) (xy 122.106423 82.210895) (xy 122.1959 81.995409) + (xy 122.492999 81.995668) (xy 122.84946 81.848382) (xy 122.982562 81.715511) (xy 122.982332 81.979999) (xy 123.129618 82.33646) + (xy 123.402105 82.609423) (xy 123.758308 82.757332) (xy 124.143999 82.757668) (xy 124.50046 82.610382) (xy 124.773423 82.337895) + (xy 124.921332 81.981692) (xy 124.921668 81.596001) (xy 124.921668 101.451206) (xy 124.780692 101.392668) (xy 124.395001 101.392332) + (xy 124.03854 101.539618) (xy 123.765577 101.812105) (xy 123.651668 102.086427) (xy 123.651668 97.090001) (xy 123.504382 96.73354) + (xy 123.231895 96.460577) (xy 122.875692 96.312668) (xy 122.490001 96.312332) (xy 122.254668 96.409569) (xy 122.254668 85.279001) + (xy 122.107382 84.92254) (xy 121.834895 84.649577) (xy 121.478692 84.501668) (xy 121.093001 84.501332) (xy 120.73654 84.648618) + (xy 120.463577 84.921105) (xy 120.315668 85.277308) (xy 120.315332 85.662999) (xy 120.462618 86.01946) (xy 120.735105 86.292423) + (xy 121.091308 86.440332) (xy 121.476999 86.440668) (xy 121.83346 86.293382) (xy 122.106423 86.020895) (xy 122.254332 85.664692) + (xy 122.254668 85.279001) (xy 122.254668 96.409569) (xy 122.13354 96.459618) (xy 121.983477 96.609418) (xy 121.834895 96.460577) + (xy 121.478692 96.312668) (xy 121.093001 96.312332) (xy 120.857668 96.409569) (xy 120.857668 91.375001) (xy 120.710382 91.01854) + (xy 120.437895 90.745577) (xy 120.081692 90.597668) (xy 119.696001 90.597332) (xy 119.33954 90.744618) (xy 119.066577 91.017105) + (xy 118.918668 91.373308) (xy 118.918332 91.758999) (xy 119.065618 92.11546) (xy 119.338105 92.388423) (xy 119.694308 92.536332) + (xy 120.079999 92.536668) (xy 120.43646 92.389382) (xy 120.709423 92.116895) (xy 120.857332 91.760692) (xy 120.857668 91.375001) + (xy 120.857668 96.409569) (xy 120.73654 96.459618) (xy 120.463577 96.732105) (xy 120.315668 97.088308) (xy 120.315332 97.473999) + (xy 120.462618 97.83046) (xy 120.735105 98.103423) (xy 121.091308 98.251332) (xy 121.476999 98.251668) (xy 121.83346 98.104382) + (xy 121.983522 97.954581) (xy 122.132105 98.103423) (xy 122.488308 98.251332) (xy 122.873999 98.251668) (xy 123.23046 98.104382) + (xy 123.503423 97.831895) (xy 123.651332 97.475692) (xy 123.651668 97.090001) (xy 123.651668 102.086427) (xy 123.617668 102.168308) + (xy 123.617332 102.553999) (xy 123.764618 102.91046) (xy 124.037105 103.183423) (xy 124.393308 103.331332) (xy 124.778999 103.331668) + (xy 125.13546 103.184382) (xy 125.408423 102.911895) (xy 125.556332 102.555692) (xy 125.556668 102.170001) (xy 125.556668 107.726941) + (xy 125.288692 107.615668) (xy 124.903001 107.615332) (xy 124.54654 107.762618) (xy 124.273577 108.035105) (xy 124.125668 108.391308) + (xy 124.125332 108.776999) (xy 124.272618 109.13346) (xy 124.545105 109.406423) (xy 124.901308 109.554332) (xy 125.286999 109.554668) + (xy 125.64346 109.407382) (xy 125.729911 109.32108) (xy 125.815105 109.406423) (xy 126.171308 109.554332) (xy 126.556999 109.554668) + (xy 126.91346 109.407382) (xy 126.999911 109.32108) (xy 127.085105 109.406423) (xy 127.441308 109.554332) (xy 127.826999 109.554668) + (xy 128.18346 109.407382) (xy 128.456423 109.134895) (xy 128.604332 108.778692) (xy 128.604668 108.393001) (xy 128.604668 115.915094) + (xy 128.35654 116.017618) (xy 128.083577 116.290105) (xy 127.935668 116.646308) (xy 127.935332 117.031999) (xy 128.082618 117.38846) + (xy 128.355105 117.661423) (xy 128.711308 117.809332) (xy 129.096999 117.809668) (xy 129.45346 117.662382) (xy 129.726423 117.389895) + (xy 129.874332 117.033692) (xy 129.874668 116.648001) (xy 129.874668 119.188001) (xy 129.727382 118.83154) (xy 129.454895 118.558577) + (xy 129.098692 118.410668) (xy 128.713001 118.410332) (xy 128.35654 118.557618) (xy 128.083577 118.830105) (xy 127.935668 119.186308) + (xy 127.935332 119.571999) (xy 128.082618 119.92846) (xy 128.355105 120.201423) (xy 128.711308 120.349332) (xy 129.096999 120.349668) + (xy 129.45346 120.202382) (xy 129.726423 119.929895) (xy 129.874332 119.573692) (xy 129.874668 119.188001) (xy 129.874668 121.728001) + (xy 129.727382 121.37154) (xy 129.454895 121.098577) (xy 129.098692 120.950668) (xy 128.713001 120.950332) (xy 128.35654 121.097618) + (xy 128.083577 121.370105) (xy 127.935668 121.726308) (xy 127.935332 122.111999) (xy 128.082618 122.46846) (xy 128.355105 122.741423) + (xy 128.711308 122.889332) (xy 129.096999 122.889668) (xy 129.45346 122.742382) (xy 129.726423 122.469895) (xy 129.874332 122.113692) + (xy 129.874668 121.728001) (xy 129.874668 124.268001) (xy 129.727382 123.91154) (xy 129.454895 123.638577) (xy 129.098692 123.490668) + (xy 128.713001 123.490332) (xy 128.35654 123.637618) (xy 128.083577 123.910105) (xy 127.935668 124.266308) (xy 127.935332 124.651999) + (xy 128.082618 125.00846) (xy 128.355105 125.281423) (xy 128.67111 125.41264) (xy 128.35654 125.542618) (xy 128.083577 125.815105) + (xy 127.935668 126.171308) (xy 127.935332 126.556999) (xy 128.082618 126.91346) (xy 128.355105 127.186423) (xy 128.711308 127.334332) + (xy 129.096999 127.334668) (xy 129.45346 127.187382) (xy 129.539911 127.10108) (xy 129.625105 127.186423) (xy 129.981308 127.334332) + (xy 130.366999 127.334668) (xy 130.72346 127.187382) (xy 130.809911 127.10108) (xy 130.895105 127.186423) (xy 131.251308 127.334332) + (xy 131.636999 127.334668) (xy 131.99346 127.187382) (xy 132.079911 127.10108) (xy 132.165105 127.186423) (xy 132.521308 127.334332) + (xy 132.906999 127.334668) (xy 133.26346 127.187382) (xy 133.349911 127.10108) (xy 133.435105 127.186423) (xy 133.791308 127.334332) + (xy 134.176999 127.334668) (xy 134.53346 127.187382) (xy 134.619911 127.10108) (xy 134.705105 127.186423) (xy 135.061308 127.334332) + (xy 135.446999 127.334668) (xy 135.80346 127.187382) (xy 135.889911 127.10108) (xy 135.975105 127.186423) (xy 136.331308 127.334332) + (xy 136.716999 127.334668) (xy 137.07346 127.187382) (xy 137.159911 127.10108) (xy 137.245105 127.186423) (xy 137.601308 127.334332) + (xy 137.986999 127.334668) (xy 138.34346 127.187382) (xy 138.607911 126.923391) (xy 138.743705 127.059423) (xy 139.099908 127.207332) + (xy 139.485599 127.207668) (xy 139.84206 127.060382) (xy 139.941233 126.96138) (xy 140.039105 127.059423) (xy 140.395308 127.207332) + (xy 140.780999 127.207668) (xy 141.13746 127.060382) (xy 141.223911 126.97408) (xy 141.309105 127.059423) (xy 141.665308 127.207332) + (xy 142.050999 127.207668) (xy 142.40746 127.060382) (xy 142.493911 126.97408) (xy 142.579105 127.059423) (xy 142.935308 127.207332) + (xy 143.320999 127.207668) (xy 143.67746 127.060382) (xy 143.763911 126.97408) (xy 143.849105 127.059423) (xy 144.205308 127.207332) + (xy 144.590999 127.207668) (xy 144.94746 127.060382) (xy 145.033911 126.97408) (xy 145.119105 127.059423) (xy 145.475308 127.207332) + (xy 145.860999 127.207668) (xy 146.21746 127.060382) (xy 146.458785 126.819477) (xy 146.497618 126.91346) (xy 146.770105 127.186423) + (xy 147.126308 127.334332) (xy 147.265237 127.334453) (xy 147.260577 127.339105) (xy 147.112668 127.695308) (xy 147.112332 128.080999) + (xy 147.259618 128.43746) (xy 147.532105 128.710423) (xy 147.888308 128.858332) (xy 148.273999 128.858668) (xy 148.63046 128.711382) + (xy 148.903423 128.438895) (xy 149.051332 128.082692) (xy 149.051668 127.697001) (xy 149.051668 145.0424) (xy 148.035668 145.0424) + (xy 148.035668 142.302001) (xy 147.888382 141.94554) (xy 147.654668 141.711417) (xy 147.654668 135.698001) (xy 147.507382 135.34154) + (xy 147.234895 135.068577) (xy 146.878692 134.920668) (xy 146.493001 134.920332) (xy 146.13654 135.067618) (xy 145.863577 135.340105) + (xy 145.715668 135.696308) (xy 145.715332 136.081999) (xy 145.862618 136.43846) (xy 146.135105 136.711423) (xy 146.491308 136.859332) + (xy 146.876999 136.859668) (xy 147.23346 136.712382) (xy 147.506423 136.439895) (xy 147.654332 136.083692) (xy 147.654668 135.698001) + (xy 147.654668 141.711417) (xy 147.615895 141.672577) (xy 147.259692 141.524668) (xy 146.874001 141.524332) (xy 146.51754 141.671618) + (xy 146.244577 141.944105) (xy 146.096668 142.300308) (xy 146.096332 142.685999) (xy 146.243618 143.04246) (xy 146.516105 143.315423) + (xy 146.872308 143.463332) (xy 147.257999 143.463668) (xy 147.61446 143.316382) (xy 147.887423 143.043895) (xy 148.035332 142.687692) + (xy 148.035668 142.302001) (xy 148.035668 145.0424) (xy 145.749668 145.0424) (xy 145.749668 142.048001) (xy 145.602382 141.69154) + (xy 145.329895 141.418577) (xy 144.973692 141.270668) (xy 144.588001 141.270332) (xy 144.479668 141.315094) (xy 144.479668 139.508001) + (xy 144.332382 139.15154) (xy 144.059895 138.878577) (xy 143.703692 138.730668) (xy 143.318001 138.730332) (xy 142.96154 138.877618) + (xy 142.688577 139.150105) (xy 142.540668 139.506308) (xy 142.540332 139.891999) (xy 142.687618 140.24846) (xy 142.960105 140.521423) + (xy 143.316308 140.669332) (xy 143.701999 140.669668) (xy 144.05846 140.522382) (xy 144.331423 140.249895) (xy 144.479332 139.893692) + (xy 144.479668 139.508001) (xy 144.479668 141.315094) (xy 144.23154 141.417618) (xy 143.958577 141.690105) (xy 143.810668 142.046308) + (xy 143.810332 142.431999) (xy 143.957618 142.78846) (xy 144.230105 143.061423) (xy 144.586308 143.209332) (xy 144.971999 143.209668) + (xy 145.32846 143.062382) (xy 145.601423 142.789895) (xy 145.749332 142.433692) (xy 145.749668 142.048001) (xy 145.749668 145.0424) + (xy 143.209668 145.0424) (xy 143.209668 142.048001) (xy 143.062382 141.69154) (xy 142.789895 141.418577) (xy 142.433692 141.270668) + (xy 142.048001 141.270332) (xy 141.69154 141.417618) (xy 141.418577 141.690105) (xy 141.304668 141.964427) (xy 141.304668 139.508001) + (xy 141.157382 139.15154) (xy 140.884895 138.878577) (xy 140.528692 138.730668) (xy 140.143001 138.730332) (xy 139.78654 138.877618) + (xy 139.513577 139.150105) (xy 139.365668 139.506308) (xy 139.365332 139.891999) (xy 139.512618 140.24846) (xy 139.785105 140.521423) + (xy 140.141308 140.669332) (xy 140.526999 140.669668) (xy 140.88346 140.522382) (xy 141.156423 140.249895) (xy 141.304332 139.893692) + (xy 141.304668 139.508001) (xy 141.304668 141.964427) (xy 141.270668 142.046308) (xy 141.270332 142.431999) (xy 141.417618 142.78846) + (xy 141.690105 143.061423) (xy 142.046308 143.209332) (xy 142.431999 143.209668) (xy 142.78846 143.062382) (xy 143.061423 142.789895) + (xy 143.209332 142.433692) (xy 143.209668 142.048001) (xy 143.209668 145.0424) (xy 140.034668 145.0424) (xy 140.034668 142.048001) + (xy 139.887382 141.69154) (xy 139.614895 141.418577) (xy 139.258692 141.270668) (xy 138.873001 141.270332) (xy 138.51654 141.417618) + (xy 138.243577 141.690105) (xy 138.095668 142.046308) (xy 138.095332 142.431999) (xy 138.242618 142.78846) (xy 138.515105 143.061423) + (xy 138.871308 143.209332) (xy 139.256999 143.209668) (xy 139.61346 143.062382) (xy 139.886423 142.789895) (xy 140.034332 142.433692) + (xy 140.034668 142.048001) (xy 140.034668 145.0424) (xy 137.494668 145.0424) (xy 137.494668 142.048001) (xy 137.347382 141.69154) + (xy 137.074895 141.418577) (xy 136.859668 141.329206) (xy 136.859668 136.333001) (xy 136.712382 135.97654) (xy 136.439895 135.703577) + (xy 136.083692 135.555668) (xy 135.698001 135.555332) (xy 135.34154 135.702618) (xy 135.068577 135.975105) (xy 134.920668 136.331308) + (xy 134.920332 136.716999) (xy 135.067618 137.07346) (xy 135.340105 137.346423) (xy 135.696308 137.494332) (xy 136.081999 137.494668) + (xy 136.43846 137.347382) (xy 136.711423 137.074895) (xy 136.859332 136.718692) (xy 136.859668 136.333001) (xy 136.859668 141.329206) + (xy 136.718692 141.270668) (xy 136.333001 141.270332) (xy 135.97654 141.417618) (xy 135.703577 141.690105) (xy 135.555668 142.046308) + (xy 135.555332 142.431999) (xy 135.702618 142.78846) (xy 135.975105 143.061423) (xy 136.331308 143.209332) (xy 136.716999 143.209668) + (xy 137.07346 143.062382) (xy 137.346423 142.789895) (xy 137.494332 142.433692) (xy 137.494668 142.048001) (xy 137.494668 145.0424) + (xy 134.954668 145.0424) (xy 134.954668 142.048001) (xy 134.807382 141.69154) (xy 134.534895 141.418577) (xy 134.319668 141.329206) + (xy 134.319668 139.889001) (xy 134.172382 139.53254) (xy 133.899895 139.259577) (xy 133.543692 139.111668) (xy 133.176668 139.111348) + (xy 133.176668 135.571001) (xy 133.029382 135.21454) (xy 132.756895 134.941577) (xy 132.400692 134.793668) (xy 132.015001 134.793332) + (xy 131.65854 134.940618) (xy 131.385577 135.213105) (xy 131.237668 135.569308) (xy 131.237332 135.954999) (xy 131.384618 136.31146) + (xy 131.657105 136.584423) (xy 132.013308 136.732332) (xy 132.398999 136.732668) (xy 132.75546 136.585382) (xy 133.028423 136.312895) + (xy 133.176332 135.956692) (xy 133.176668 135.571001) (xy 133.176668 139.111348) (xy 133.158001 139.111332) (xy 132.80154 139.258618) + (xy 132.528577 139.531105) (xy 132.414668 139.805427) (xy 132.414668 138.873001) (xy 132.267382 138.51654) (xy 131.994895 138.243577) + (xy 131.638692 138.095668) (xy 131.253001 138.095332) (xy 130.89654 138.242618) (xy 130.810088 138.328919) (xy 130.724895 138.243577) + (xy 130.368692 138.095668) (xy 129.983001 138.095332) (xy 129.798374 138.171617) (xy 129.874332 137.988692) (xy 129.874668 137.603001) + (xy 129.727382 137.24654) (xy 129.454895 136.973577) (xy 129.098692 136.825668) (xy 128.713001 136.825332) (xy 128.35654 136.972618) + (xy 128.083577 137.245105) (xy 127.935668 137.601308) (xy 127.935332 137.986999) (xy 128.082618 138.34346) (xy 128.168919 138.429911) + (xy 128.083577 138.515105) (xy 127.935668 138.871308) (xy 127.935332 139.256999) (xy 128.082618 139.61346) (xy 128.355105 139.886423) + (xy 128.711308 140.034332) (xy 129.096999 140.034668) (xy 129.45346 139.887382) (xy 129.539911 139.80108) (xy 129.625105 139.886423) + (xy 129.981308 140.034332) (xy 130.366999 140.034668) (xy 130.72346 139.887382) (xy 130.809911 139.80108) (xy 130.895105 139.886423) + (xy 131.251308 140.034332) (xy 131.636999 140.034668) (xy 131.99346 139.887382) (xy 132.266423 139.614895) (xy 132.414332 139.258692) + (xy 132.414668 138.873001) (xy 132.414668 139.805427) (xy 132.380668 139.887308) (xy 132.380332 140.272999) (xy 132.527618 140.62946) + (xy 132.800105 140.902423) (xy 133.156308 141.050332) (xy 133.541999 141.050668) (xy 133.89846 140.903382) (xy 134.171423 140.630895) + (xy 134.319332 140.274692) (xy 134.319668 139.889001) (xy 134.319668 141.329206) (xy 134.178692 141.270668) (xy 133.793001 141.270332) + (xy 133.43654 141.417618) (xy 133.163577 141.690105) (xy 133.015668 142.046308) (xy 133.015332 142.431999) (xy 133.162618 142.78846) + (xy 133.435105 143.061423) (xy 133.791308 143.209332) (xy 134.176999 143.209668) (xy 134.53346 143.062382) (xy 134.806423 142.789895) + (xy 134.954332 142.433692) (xy 134.954668 142.048001) (xy 134.954668 145.0424) (xy 132.414668 145.0424) (xy 132.414668 142.048001) + (xy 132.267382 141.69154) (xy 131.994895 141.418577) (xy 131.638692 141.270668) (xy 131.253001 141.270332) (xy 130.89654 141.417618) + (xy 130.623577 141.690105) (xy 130.475668 142.046308) (xy 130.475332 142.431999) (xy 130.622618 142.78846) (xy 130.895105 143.061423) + (xy 131.251308 143.209332) (xy 131.636999 143.209668) (xy 131.99346 143.062382) (xy 132.266423 142.789895) (xy 132.414332 142.433692) + (xy 132.414668 142.048001) (xy 132.414668 145.0424) (xy 129.874668 145.0424) (xy 129.874668 142.048001) (xy 129.727382 141.69154) + (xy 129.454895 141.418577) (xy 129.098692 141.270668) (xy 128.713001 141.270332) (xy 128.35654 141.417618) (xy 128.083577 141.690105) + (xy 127.935668 142.046308) (xy 127.935332 142.431999) (xy 128.082618 142.78846) (xy 128.355105 143.061423) (xy 128.711308 143.209332) + (xy 129.096999 143.209668) (xy 129.45346 143.062382) (xy 129.726423 142.789895) (xy 129.874332 142.433692) (xy 129.874668 142.048001) + (xy 129.874668 145.0424) (xy 129.771474 145.0424) (xy 129.65279 144.963097) (xy 129.413 144.9154) (xy 127.254 144.9154) + (xy 127.01421 144.963097) (xy 126.810927 145.098927) (xy 126.105454 145.8044) (xy 124.667668 145.8044) (xy 124.667668 121.347001) + (xy 124.520382 120.99054) (xy 124.247895 120.717577) (xy 123.891692 120.569668) (xy 123.506001 120.569332) (xy 123.14954 120.716618) + (xy 123.016668 120.849257) (xy 123.016668 102.678001) (xy 122.869382 102.32154) (xy 122.596895 102.048577) (xy 122.240692 101.900668) + (xy 121.855001 101.900332) (xy 121.49854 102.047618) (xy 121.225577 102.320105) (xy 121.077668 102.676308) (xy 121.077332 103.061999) + (xy 121.224618 103.41846) (xy 121.497105 103.691423) (xy 121.853308 103.839332) (xy 122.238999 103.839668) (xy 122.59546 103.692382) + (xy 122.868423 103.419895) (xy 123.016332 103.063692) (xy 123.016668 102.678001) (xy 123.016668 120.849257) (xy 122.999477 120.866418) + (xy 122.850895 120.717577) (xy 122.494692 120.569668) (xy 122.109001 120.569332) (xy 121.75254 120.716618) (xy 121.479577 120.989105) + (xy 121.331668 121.345308) (xy 121.331332 121.730999) (xy 121.478618 122.08746) (xy 121.751105 122.360423) (xy 122.107308 122.508332) + (xy 122.220539 122.50843) (xy 122.220332 122.746999) (xy 122.367618 123.10346) (xy 122.453919 123.189911) (xy 122.368577 123.275105) + (xy 122.220668 123.631308) (xy 122.220332 124.016999) (xy 122.367618 124.37346) (xy 122.640105 124.646423) (xy 122.996308 124.794332) + (xy 123.381999 124.794668) (xy 123.73846 124.647382) (xy 124.011423 124.374895) (xy 124.159332 124.018692) (xy 124.159668 123.633001) + (xy 124.012382 123.27654) (xy 123.92608 123.190088) (xy 124.011423 123.104895) (xy 124.159332 122.748692) (xy 124.159638 122.397255) + (xy 124.24646 122.361382) (xy 124.519423 122.088895) (xy 124.667332 121.732692) (xy 124.667668 121.347001) (xy 124.667668 145.8044) + (xy 124.159668 145.8044) (xy 124.159668 135.698001) (xy 124.012382 135.34154) (xy 123.739895 135.068577) (xy 123.383692 134.920668) + (xy 122.998001 134.920332) (xy 122.64154 135.067618) (xy 122.368577 135.340105) (xy 122.220668 135.696308) (xy 122.220332 136.081999) + (xy 122.367618 136.43846) (xy 122.640105 136.711423) (xy 122.996308 136.859332) (xy 123.381999 136.859668) (xy 123.73846 136.712382) + (xy 124.011423 136.439895) (xy 124.159332 136.083692) (xy 124.159668 135.698001) (xy 124.159668 145.8044) (xy 120.857668 145.8044) + (xy 120.857668 122.236001) (xy 120.710382 121.87954) (xy 120.476668 121.645417) (xy 120.476668 115.378001) (xy 120.329382 115.02154) + (xy 120.056895 114.748577) (xy 119.700692 114.600668) (xy 119.315001 114.600332) (xy 118.95854 114.747618) (xy 118.825668 114.880258) + (xy 118.825668 91.121001) (xy 118.825668 87.565001) (xy 118.678382 87.20854) (xy 118.405895 86.935577) (xy 118.049692 86.787668) + (xy 117.682712 86.787348) (xy 117.682712 64.400698) (xy 117.496838 63.950848) (xy 117.152962 63.606372) (xy 116.703437 63.419713) + (xy 116.216698 63.419288) (xy 115.766848 63.605162) (xy 115.422372 63.949038) (xy 115.235713 64.398563) (xy 115.235288 64.885302) + (xy 115.421162 65.335152) (xy 115.765038 65.679628) (xy 116.214563 65.866287) (xy 116.701302 65.866712) (xy 117.151152 65.680838) + (xy 117.495628 65.336962) (xy 117.682287 64.887437) (xy 117.682712 64.400698) (xy 117.682712 86.787348) (xy 117.664001 86.787332) + (xy 117.30754 86.934618) (xy 117.034577 87.207105) (xy 116.886668 87.563308) (xy 116.886332 87.948999) (xy 117.033618 88.30546) + (xy 117.306105 88.578423) (xy 117.662308 88.726332) (xy 118.047999 88.726668) (xy 118.40446 88.579382) (xy 118.677423 88.306895) + (xy 118.825332 87.950692) (xy 118.825668 87.565001) (xy 118.825668 91.121001) (xy 118.678382 90.76454) (xy 118.405895 90.491577) + (xy 118.049692 90.343668) (xy 117.664001 90.343332) (xy 117.30754 90.490618) (xy 117.034577 90.763105) (xy 116.886668 91.119308) + (xy 116.886332 91.504999) (xy 117.033618 91.86146) (xy 117.306105 92.134423) (xy 117.662308 92.282332) (xy 118.047999 92.282668) + (xy 118.40446 92.135382) (xy 118.677423 91.862895) (xy 118.825332 91.506692) (xy 118.825668 91.121001) (xy 118.825668 114.880258) + (xy 118.685577 115.020105) (xy 118.537668 115.376308) (xy 118.537332 115.761999) (xy 118.684618 116.11846) (xy 118.957105 116.391423) + (xy 119.313308 116.539332) (xy 119.698999 116.539668) (xy 120.05546 116.392382) (xy 120.328423 116.119895) (xy 120.476332 115.763692) + (xy 120.476668 115.378001) (xy 120.476668 121.645417) (xy 120.437895 121.606577) (xy 120.081692 121.458668) (xy 119.696001 121.458332) + (xy 119.33954 121.605618) (xy 119.066577 121.878105) (xy 118.918668 122.234308) (xy 118.918546 122.37368) (xy 118.825668 122.280639) + (xy 118.825668 117.664001) (xy 118.678382 117.30754) (xy 118.405895 117.034577) (xy 118.049692 116.886668) (xy 117.936668 116.886569) + (xy 117.936668 97.090001) (xy 117.789382 96.73354) (xy 117.516895 96.460577) (xy 117.160692 96.312668) (xy 116.775001 96.312332) + (xy 116.41854 96.459618) (xy 116.332088 96.545919) (xy 116.246895 96.460577) (xy 115.890692 96.312668) (xy 115.505001 96.312332) + (xy 115.39669 96.357084) (xy 115.39669 74.712849) (xy 115.23011 74.309694) (xy 115.142712 74.222143) (xy 115.142712 64.400698) + (xy 114.956838 63.950848) (xy 114.612962 63.606372) (xy 114.163437 63.419713) (xy 113.676698 63.419288) (xy 113.226848 63.605162) + (xy 112.882372 63.949038) (xy 112.695713 64.398563) (xy 112.695288 64.885302) (xy 112.881162 65.335152) (xy 113.225038 65.679628) + (xy 113.674563 65.866287) (xy 114.161302 65.866712) (xy 114.611152 65.680838) (xy 114.955628 65.336962) (xy 115.142287 64.887437) + (xy 115.142712 64.400698) (xy 115.142712 74.222143) (xy 114.921928 74.000974) (xy 114.519064 73.83369) (xy 114.082849 73.83331) + (xy 113.679694 73.99989) (xy 113.370974 74.308072) (xy 113.20369 74.710936) (xy 113.20331 75.147151) (xy 113.36989 75.550306) + (xy 113.678072 75.859026) (xy 114.080936 76.02631) (xy 114.517151 76.02669) (xy 114.920306 75.86011) (xy 115.229026 75.551928) + (xy 115.39631 75.149064) (xy 115.39669 74.712849) (xy 115.39669 96.357084) (xy 115.14854 96.459618) (xy 114.875577 96.732105) + (xy 114.727668 97.088308) (xy 114.727332 97.473999) (xy 114.874618 97.83046) (xy 115.147105 98.103423) (xy 115.503308 98.251332) + (xy 115.888999 98.251668) (xy 116.24546 98.104382) (xy 116.331911 98.01808) (xy 116.417105 98.103423) (xy 116.773308 98.251332) + (xy 117.158999 98.251668) (xy 117.51546 98.104382) (xy 117.788423 97.831895) (xy 117.936332 97.475692) (xy 117.936668 97.090001) + (xy 117.936668 116.886569) (xy 117.664001 116.886332) (xy 117.30754 117.033618) (xy 117.174668 117.166257) (xy 117.174668 102.170001) + (xy 117.027382 101.81354) (xy 116.754895 101.540577) (xy 116.398692 101.392668) (xy 116.013001 101.392332) (xy 115.65654 101.539618) + (xy 115.383577 101.812105) (xy 115.235668 102.168308) (xy 115.235332 102.553999) (xy 115.382618 102.91046) (xy 115.655105 103.183423) + (xy 116.011308 103.331332) (xy 116.396999 103.331668) (xy 116.75346 103.184382) (xy 117.026423 102.911895) (xy 117.174332 102.555692) + (xy 117.174668 102.170001) (xy 117.174668 117.166257) (xy 117.083017 117.257748) (xy 116.898962 117.073372) (xy 116.449437 116.886713) + (xy 115.962698 116.886288) (xy 115.523668 117.067691) (xy 115.523668 106.615001) (xy 115.376382 106.25854) (xy 115.103895 105.985577) + (xy 114.747692 105.837668) (xy 114.362001 105.837332) (xy 114.253668 105.882094) (xy 114.253668 102.297001) (xy 114.106382 101.94054) + (xy 113.833895 101.667577) (xy 113.477692 101.519668) (xy 113.440868 101.519635) (xy 113.440868 85.787001) (xy 113.293582 85.43054) + (xy 113.021095 85.157577) (xy 112.979271 85.14021) (xy 113.114823 85.004895) (xy 113.262732 84.648692) (xy 113.263068 84.263001) + (xy 113.115782 83.90654) (xy 112.843295 83.633577) (xy 112.602668 83.533659) (xy 112.602668 70.039001) (xy 112.455382 69.68254) + (xy 112.182895 69.409577) (xy 111.826692 69.261668) (xy 111.441001 69.261332) (xy 111.332712 69.306075) (xy 111.332712 64.400698) + (xy 111.146838 63.950848) (xy 110.802962 63.606372) (xy 110.353437 63.419713) (xy 109.866698 63.419288) (xy 109.416848 63.605162) + (xy 109.072372 63.949038) (xy 108.885713 64.398563) (xy 108.885288 64.885302) (xy 109.071162 65.335152) (xy 109.415038 65.679628) + (xy 109.864563 65.866287) (xy 110.351302 65.866712) (xy 110.801152 65.680838) (xy 111.145628 65.336962) (xy 111.332287 64.887437) + (xy 111.332712 64.400698) (xy 111.332712 69.306075) (xy 111.08454 69.408618) (xy 110.811577 69.681105) (xy 110.663668 70.037308) + (xy 110.663332 70.422999) (xy 110.810618 70.77946) (xy 111.083105 71.052423) (xy 111.439308 71.200332) (xy 111.824999 71.200668) + (xy 112.18146 71.053382) (xy 112.454423 70.780895) (xy 112.602332 70.424692) (xy 112.602668 70.039001) (xy 112.602668 83.533659) + (xy 112.487092 83.485668) (xy 112.101401 83.485332) (xy 111.74494 83.632618) (xy 111.586668 83.790614) (xy 111.586668 80.961001) + (xy 111.439382 80.60454) (xy 111.166895 80.331577) (xy 110.810692 80.183668) (xy 110.425001 80.183332) (xy 110.06854 80.330618) + (xy 109.9736 80.425392) (xy 109.9736 73.913066) (xy 110.169308 73.994332) (xy 110.554999 73.994668) (xy 110.91146 73.847382) + (xy 111.184423 73.574895) (xy 111.332332 73.218692) (xy 111.332668 72.833001) (xy 111.185382 72.47654) (xy 110.912895 72.203577) + (xy 110.556692 72.055668) (xy 110.171001 72.055332) (xy 109.9736 72.136896) (xy 109.9736 70.612) (xy 109.925903 70.372211) + (xy 109.925902 70.37221) (xy 109.790073 70.168927) (xy 109.536073 69.914927) (xy 109.33279 69.779097) (xy 109.093 69.7314) + (xy 108.792712 69.7314) (xy 108.792712 64.400698) (xy 108.606838 63.950848) (xy 108.262962 63.606372) (xy 107.813437 63.419713) + (xy 107.326698 63.419288) (xy 106.876848 63.605162) (xy 106.532372 63.949038) (xy 106.345713 64.398563) (xy 106.345288 64.885302) + (xy 106.531162 65.335152) (xy 106.875038 65.679628) (xy 107.324563 65.866287) (xy 107.811302 65.866712) (xy 108.261152 65.680838) + (xy 108.605628 65.336962) (xy 108.792287 64.887437) (xy 108.792712 64.400698) (xy 108.792712 69.7314) (xy 108.584066 69.7314) + (xy 108.665332 69.535692) (xy 108.665668 69.150001) (xy 108.518382 68.79354) (xy 108.245895 68.520577) (xy 107.889692 68.372668) + (xy 107.504001 68.372332) (xy 107.14754 68.519618) (xy 106.874577 68.792105) (xy 106.726668 69.148308) (xy 106.726332 69.533999) + (xy 106.807896 69.7314) (xy 106.506712 69.7314) (xy 106.506712 67.575698) (xy 106.320838 67.125848) (xy 105.976962 66.781372) + (xy 105.527437 66.594713) (xy 105.040698 66.594288) (xy 104.792223 66.696955) (xy 104.792223 61.340123) (xy 104.596702 60.866925) + (xy 104.234979 60.504571) (xy 103.762123 60.308224) (xy 103.250123 60.307777) (xy 102.776925 60.503298) (xy 102.414571 60.865021) + (xy 102.2348 61.297956) (xy 102.056702 60.866925) (xy 101.694979 60.504571) (xy 101.222123 60.308224) (xy 100.710123 60.307777) + (xy 100.236925 60.503298) (xy 99.874571 60.865021) (xy 99.6948 61.297956) (xy 99.516702 60.866925) (xy 99.154979 60.504571) + (xy 98.682123 60.308224) (xy 98.170123 60.307777) (xy 97.696925 60.503298) (xy 97.334571 60.865021) (xy 97.1548 61.297956) + (xy 96.976702 60.866925) (xy 96.614979 60.504571) (xy 96.142123 60.308224) (xy 95.630123 60.307777) (xy 95.156925 60.503298) + (xy 94.794571 60.865021) (xy 94.632 61.256535) (xy 94.632 60.728571) (xy 94.552074 60.535611) (xy 94.404389 60.387926) + (xy 94.211429 60.308) (xy 94.002571 60.308) (xy 92.478571 60.308) (xy 92.285611 60.387926) (xy 92.137926 60.535611) + (xy 92.058 60.728571) (xy 92.058 60.937429) (xy 92.058 62.461429) (xy 92.137926 62.654389) (xy 92.285611 62.802074) + (xy 92.478571 62.882) (xy 92.687429 62.882) (xy 94.211429 62.882) (xy 94.404389 62.802074) (xy 94.552074 62.654389) + (xy 94.632 62.461429) (xy 94.632 62.252571) (xy 94.632 61.932703) (xy 94.793298 62.323075) (xy 95.155021 62.685429) + (xy 95.627877 62.881776) (xy 96.139877 62.882223) (xy 96.613075 62.686702) (xy 96.975429 62.324979) (xy 97.155199 61.892043) + (xy 97.333298 62.323075) (xy 97.695021 62.685429) (xy 98.167877 62.881776) (xy 98.679877 62.882223) (xy 99.153075 62.686702) + (xy 99.515429 62.324979) (xy 99.695199 61.892043) (xy 99.873298 62.323075) (xy 100.235021 62.685429) (xy 100.707877 62.881776) + (xy 101.219877 62.882223) (xy 101.693075 62.686702) (xy 102.055429 62.324979) (xy 102.235199 61.892043) (xy 102.413298 62.323075) + (xy 102.775021 62.685429) (xy 103.247877 62.881776) (xy 103.759877 62.882223) (xy 104.233075 62.686702) (xy 104.595429 62.324979) + (xy 104.791776 61.852123) (xy 104.792223 61.340123) (xy 104.792223 66.696955) (xy 104.590848 66.780162) (xy 104.246372 67.124038) + (xy 104.059713 67.573563) (xy 104.059288 68.060302) (xy 104.245162 68.510152) (xy 104.589038 68.854628) (xy 105.038563 69.041287) + (xy 105.525302 69.041712) (xy 105.975152 68.855838) (xy 106.319628 68.511962) (xy 106.506287 68.062437) (xy 106.506712 67.575698) + (xy 106.506712 69.7314) (xy 106.5065 69.7314) (xy 106.5065 69.555071) (xy 106.426574 69.362111) (xy 106.278889 69.214426) + (xy 106.085929 69.1345) (xy 105.877071 69.1345) (xy 104.480071 69.1345) (xy 104.287111 69.214426) (xy 104.139426 69.362111) + (xy 104.0595 69.555071) (xy 104.0595 69.763929) (xy 104.0595 70.176411) (xy 103.927895 70.044577) (xy 103.571692 69.896668) + (xy 103.458712 69.896569) (xy 103.458712 65.162698) (xy 103.272838 64.712848) (xy 102.928962 64.368372) (xy 102.479437 64.181713) + (xy 101.992698 64.181288) (xy 101.542848 64.367162) (xy 101.198372 64.711038) (xy 101.011713 65.160563) (xy 101.011288 65.647302) + (xy 101.197162 66.097152) (xy 101.541038 66.441628) (xy 101.990563 66.628287) (xy 102.477302 66.628712) (xy 102.927152 66.442838) + (xy 103.271628 66.098962) (xy 103.458287 65.649437) (xy 103.458712 65.162698) (xy 103.458712 69.896569) (xy 103.186001 69.896332) + (xy 102.82954 70.043618) (xy 102.556577 70.316105) (xy 102.408668 70.672308) (xy 102.408332 71.057999) (xy 102.555618 71.41446) + (xy 102.828105 71.687423) (xy 103.184308 71.835332) (xy 103.569999 71.835668) (xy 103.92646 71.688382) (xy 104.199423 71.415895) + (xy 104.200012 71.414475) (xy 104.287111 71.501574) (xy 104.480071 71.5815) (xy 104.688929 71.5815) (xy 106.085929 71.5815) + (xy 106.278889 71.501574) (xy 106.426574 71.353889) (xy 106.5065 71.160929) (xy 106.5065 70.9846) (xy 108.7204 70.9846) + (xy 108.7204 84.599621) (xy 108.665668 84.654257) (xy 108.665668 75.881001) (xy 108.518382 75.52454) (xy 108.245895 75.251577) + (xy 107.889692 75.103668) (xy 107.504001 75.103332) (xy 107.14754 75.250618) (xy 106.874577 75.523105) (xy 106.726668 75.879308) + (xy 106.726332 76.264999) (xy 106.873618 76.62146) (xy 107.146105 76.894423) (xy 107.502308 77.042332) (xy 107.887999 77.042668) + (xy 108.24446 76.895382) (xy 108.517423 76.622895) (xy 108.665332 76.266692) (xy 108.665668 75.881001) (xy 108.665668 84.654257) + (xy 108.525577 84.794105) (xy 108.377668 85.150308) (xy 108.377332 85.535999) (xy 108.524618 85.89246) (xy 108.797105 86.165423) + (xy 109.153308 86.313332) (xy 109.538999 86.313668) (xy 109.89546 86.166382) (xy 110.168423 85.893895) (xy 110.316332 85.537692) + (xy 110.316668 85.152001) (xy 110.169382 84.79554) (xy 109.9736 84.599415) (xy 109.9736 81.880754) (xy 110.067105 81.974423) + (xy 110.423308 82.122332) (xy 110.808999 82.122668) (xy 111.16546 81.975382) (xy 111.438423 81.702895) (xy 111.586332 81.346692) + (xy 111.586668 80.961001) (xy 111.586668 83.790614) (xy 111.471977 83.905105) (xy 111.324068 84.261308) (xy 111.323732 84.646999) + (xy 111.471018 85.00346) (xy 111.743505 85.276423) (xy 111.785328 85.293789) (xy 111.649777 85.429105) (xy 111.501868 85.785308) + (xy 111.501532 86.170999) (xy 111.648818 86.52746) (xy 111.921305 86.800423) (xy 112.277508 86.948332) (xy 112.663199 86.948668) + (xy 113.01966 86.801382) (xy 113.292623 86.528895) (xy 113.440532 86.172692) (xy 113.440868 85.787001) (xy 113.440868 101.519635) + (xy 113.092001 101.519332) (xy 112.73554 101.666618) (xy 112.462577 101.939105) (xy 112.314668 102.295308) (xy 112.314332 102.680999) + (xy 112.461618 103.03746) (xy 112.734105 103.310423) (xy 113.090308 103.458332) (xy 113.475999 103.458668) (xy 113.83246 103.311382) + (xy 114.105423 103.038895) (xy 114.253332 102.682692) (xy 114.253668 102.297001) (xy 114.253668 105.882094) (xy 114.00554 105.984618) + (xy 113.732577 106.257105) (xy 113.584668 106.613308) (xy 113.584332 106.998999) (xy 113.731618 107.35546) (xy 114.004105 107.628423) + (xy 114.360308 107.776332) (xy 114.745999 107.776668) (xy 115.10246 107.629382) (xy 115.375423 107.356895) (xy 115.523332 107.000692) + (xy 115.523668 106.615001) (xy 115.523668 117.067691) (xy 115.512848 117.072162) (xy 115.168372 117.416038) (xy 114.981713 117.865563) + (xy 114.981288 118.352302) (xy 115.167162 118.802152) (xy 115.511038 119.146628) (xy 115.960563 119.333287) (xy 116.447302 119.333712) + (xy 116.897152 119.147838) (xy 117.241628 118.803962) (xy 117.297677 118.66898) (xy 117.306105 118.677423) (xy 117.662308 118.825332) + (xy 118.047999 118.825668) (xy 118.40446 118.678382) (xy 118.677423 118.405895) (xy 118.825332 118.049692) (xy 118.825668 117.664001) + (xy 118.825668 122.280639) (xy 118.659895 122.114577) (xy 118.303692 121.966668) (xy 117.918001 121.966332) (xy 117.56154 122.113618) + (xy 117.288577 122.386105) (xy 117.140668 122.742308) (xy 117.140332 123.127999) (xy 117.287618 123.48446) (xy 117.560105 123.757423) + (xy 117.916308 123.905332) (xy 118.301999 123.905668) (xy 118.65846 123.758382) (xy 118.931423 123.485895) (xy 119.079332 123.129692) + (xy 119.079453 122.990319) (xy 119.338105 123.249423) (xy 119.694308 123.397332) (xy 120.079999 123.397668) (xy 120.43646 123.250382) + (xy 120.709423 122.977895) (xy 120.857332 122.621692) (xy 120.857668 122.236001) (xy 120.857668 145.8044) (xy 120.476668 145.8044) + (xy 120.476668 125.792001) (xy 120.329382 125.43554) (xy 120.056895 125.162577) (xy 119.700692 125.014668) (xy 119.315001 125.014332) + (xy 118.95854 125.161618) (xy 118.685577 125.434105) (xy 118.537668 125.790308) (xy 118.537332 126.175999) (xy 118.684618 126.53246) + (xy 118.957105 126.805423) (xy 119.313308 126.953332) (xy 119.698999 126.953668) (xy 120.05546 126.806382) (xy 120.328423 126.533895) + (xy 120.476332 126.177692) (xy 120.476668 125.792001) (xy 120.476668 145.8044) (xy 118.063382 145.8044) (xy 118.063668 145.477001) + (xy 117.916382 145.12054) (xy 117.643895 144.847577) (xy 117.428712 144.758224) (xy 117.428712 125.487698) (xy 117.242838 125.037848) + (xy 116.898962 124.693372) (xy 116.449437 124.506713) (xy 115.962698 124.506288) (xy 115.512848 124.692162) (xy 115.168372 125.036038) + (xy 114.981713 125.485563) (xy 114.981288 125.972302) (xy 115.167162 126.422152) (xy 115.511038 126.766628) (xy 115.960563 126.953287) + (xy 116.447302 126.953712) (xy 116.897152 126.767838) (xy 117.241628 126.423962) (xy 117.428287 125.974437) (xy 117.428712 125.487698) + (xy 117.428712 144.758224) (xy 117.287692 144.699668) (xy 116.902001 144.699332) (xy 116.54554 144.846618) (xy 116.349415 145.0424) + (xy 114.888712 145.0424) (xy 114.888712 125.487698) (xy 114.888712 117.867698) (xy 114.702838 117.417848) (xy 114.634668 117.349559) + (xy 114.634668 108.393001) (xy 114.487382 108.03654) (xy 114.214895 107.763577) (xy 113.858692 107.615668) (xy 113.473001 107.615332) + (xy 113.11654 107.762618) (xy 113.030088 107.848919) (xy 112.944895 107.763577) (xy 112.588692 107.615668) (xy 112.203001 107.615332) + (xy 111.84654 107.762618) (xy 111.760088 107.848919) (xy 111.674895 107.763577) (xy 111.318692 107.615668) (xy 111.205668 107.615569) + (xy 111.205668 87.946001) (xy 111.058382 87.58954) (xy 110.785895 87.316577) (xy 110.429692 87.168668) (xy 110.044001 87.168332) + (xy 109.68754 87.315618) (xy 109.414577 87.588105) (xy 109.266668 87.944308) (xy 109.266332 88.329999) (xy 109.413618 88.68646) + (xy 109.686105 88.959423) (xy 110.042308 89.107332) (xy 110.427999 89.107668) (xy 110.78446 88.960382) (xy 111.057423 88.687895) + (xy 111.205332 88.331692) (xy 111.205668 87.946001) (xy 111.205668 107.615569) (xy 110.933001 107.615332) (xy 110.57654 107.762618) + (xy 110.490088 107.848919) (xy 110.404895 107.763577) (xy 110.048692 107.615668) (xy 109.663001 107.615332) (xy 109.554668 107.660094) + (xy 109.554668 91.883001) (xy 109.407382 91.52654) (xy 109.134895 91.253577) (xy 108.778692 91.105668) (xy 108.393001 91.105332) + (xy 108.03654 91.252618) (xy 107.763577 91.525105) (xy 107.615668 91.881308) (xy 107.615332 92.266999) (xy 107.762618 92.62346) + (xy 108.035105 92.896423) (xy 108.391308 93.044332) (xy 108.776999 93.044668) (xy 109.13346 92.897382) (xy 109.406423 92.624895) + (xy 109.554332 92.268692) (xy 109.554668 91.883001) (xy 109.554668 107.660094) (xy 109.30654 107.762618) (xy 109.220088 107.848919) + (xy 109.134895 107.763577) (xy 108.778692 107.615668) (xy 108.393001 107.615332) (xy 108.03654 107.762618) (xy 107.950088 107.848919) + (xy 107.864895 107.763577) (xy 107.508692 107.615668) (xy 107.395668 107.615569) (xy 107.395668 81.342001) (xy 107.248382 80.98554) + (xy 106.975895 80.712577) (xy 106.619692 80.564668) (xy 106.234001 80.564332) (xy 106.113031 80.614315) (xy 106.125332 80.584692) + (xy 106.125668 80.199001) (xy 105.978382 79.84254) (xy 105.705895 79.569577) (xy 105.349692 79.421668) (xy 104.964001 79.421332) + (xy 104.60754 79.568618) (xy 104.334577 79.841105) (xy 104.186668 80.197308) (xy 104.186332 80.582999) (xy 104.333618 80.93946) + (xy 104.606105 81.212423) (xy 104.962308 81.360332) (xy 105.347999 81.360668) (xy 105.468968 81.310684) (xy 105.456668 81.340308) + (xy 105.456332 81.725999) (xy 105.603618 82.08246) (xy 105.876105 82.355423) (xy 106.232308 82.503332) (xy 106.617999 82.503668) + (xy 106.97446 82.356382) (xy 107.247423 82.083895) (xy 107.395332 81.727692) (xy 107.395668 81.342001) (xy 107.395668 107.615569) + (xy 107.123001 107.615332) (xy 106.76654 107.762618) (xy 106.680088 107.848919) (xy 106.594895 107.763577) (xy 106.238692 107.615668) + (xy 105.853001 107.615332) (xy 105.617668 107.712569) (xy 105.617668 105.853001) (xy 105.470382 105.49654) (xy 105.197895 105.223577) + (xy 105.109668 105.186941) (xy 105.109668 91.883001) (xy 104.962382 91.52654) (xy 104.87608 91.440088) (xy 104.961423 91.354895) + (xy 105.109332 90.998692) (xy 105.109668 90.613001) (xy 104.962382 90.25654) (xy 104.689895 89.983577) (xy 104.333692 89.835668) + (xy 103.948001 89.835332) (xy 103.59154 89.982618) (xy 103.509468 90.064546) (xy 103.509468 81.088001) (xy 103.458712 80.965161) + (xy 103.458712 72.782698) (xy 103.272838 72.332848) (xy 102.928962 71.988372) (xy 102.479437 71.801713) (xy 101.992698 71.801288) + (xy 101.542848 71.987162) (xy 101.198372 72.331038) (xy 101.011713 72.780563) (xy 101.011288 73.267302) (xy 101.197162 73.717152) + (xy 101.541038 74.061628) (xy 101.990563 74.248287) (xy 102.477302 74.248712) (xy 102.927152 74.062838) (xy 103.271628 73.718962) + (xy 103.458287 73.269437) (xy 103.458712 72.782698) (xy 103.458712 80.965161) (xy 103.362182 80.73154) (xy 103.089695 80.458577) + (xy 102.733492 80.310668) (xy 102.347801 80.310332) (xy 101.99134 80.457618) (xy 101.718377 80.730105) (xy 101.570468 81.086308) + (xy 101.570132 81.471999) (xy 101.717418 81.82846) (xy 101.989905 82.101423) (xy 102.346108 82.249332) (xy 102.731799 82.249668) + (xy 103.08826 82.102382) (xy 103.361223 81.829895) (xy 103.509132 81.473692) (xy 103.509468 81.088001) (xy 103.509468 90.064546) + (xy 103.318577 90.255105) (xy 103.170668 90.611308) (xy 103.170332 90.996999) (xy 103.246617 91.181625) (xy 103.063692 91.105668) + (xy 102.678001 91.105332) (xy 102.32154 91.252618) (xy 102.235088 91.338919) (xy 102.149895 91.253577) (xy 101.793692 91.105668) + (xy 101.408001 91.105332) (xy 101.05154 91.252618) (xy 100.965088 91.338919) (xy 100.918712 91.292461) (xy 100.918712 72.782698) + (xy 100.918712 65.162698) (xy 100.732838 64.712848) (xy 100.388962 64.368372) (xy 99.939437 64.181713) (xy 99.452698 64.181288) + (xy 99.002848 64.367162) (xy 98.658372 64.711038) (xy 98.471713 65.160563) (xy 98.471288 65.647302) (xy 98.657162 66.097152) + (xy 99.001038 66.441628) (xy 99.450563 66.628287) (xy 99.937302 66.628712) (xy 100.387152 66.442838) (xy 100.731628 66.098962) + (xy 100.918287 65.649437) (xy 100.918712 65.162698) (xy 100.918712 72.782698) (xy 100.732838 72.332848) (xy 100.388962 71.988372) + (xy 100.194853 71.907771) (xy 100.283332 71.694692) (xy 100.283668 71.309001) (xy 100.136382 70.95254) (xy 99.863895 70.679577) + (xy 99.507692 70.531668) (xy 99.122001 70.531332) (xy 99.10964 70.536439) (xy 99.246423 70.399895) (xy 99.394332 70.043692) + (xy 99.394668 69.658001) (xy 99.247382 69.30154) (xy 98.974895 69.028577) (xy 98.618692 68.880668) (xy 98.382953 68.880462) + (xy 98.382953 65.1852) (xy 98.205368 64.732014) (xy 98.178716 64.692128) (xy 97.961766 64.633589) (xy 97.926411 64.668944) + (xy 97.926411 64.598234) (xy 97.867872 64.381284) (xy 97.421849 64.186405) (xy 96.9352 64.177047) (xy 96.482014 64.354632) + (xy 96.442128 64.381284) (xy 96.383589 64.598234) (xy 97.155 65.369645) (xy 97.926411 64.598234) (xy 97.926411 64.668944) + (xy 97.190355 65.405) (xy 97.961766 66.176411) (xy 98.178716 66.117872) (xy 98.373595 65.671849) (xy 98.382953 65.1852) + (xy 98.382953 68.880462) (xy 98.233001 68.880332) (xy 97.926411 69.007011) (xy 97.926411 66.211766) (xy 97.155 65.440355) + (xy 97.119645 65.47571) (xy 97.119645 65.405) (xy 96.348234 64.633589) (xy 96.131284 64.692128) (xy 95.936405 65.138151) + (xy 95.927047 65.6248) (xy 96.104632 66.077986) (xy 96.131284 66.117872) (xy 96.348234 66.176411) (xy 97.119645 65.405) + (xy 97.119645 65.47571) (xy 96.383589 66.211766) (xy 96.442128 66.428716) (xy 96.888151 66.623595) (xy 97.3748 66.632953) + (xy 97.827986 66.455368) (xy 97.867872 66.428716) (xy 97.926411 66.211766) (xy 97.926411 69.007011) (xy 97.87654 69.027618) + (xy 97.603577 69.300105) (xy 97.455668 69.656308) (xy 97.455332 70.041999) (xy 97.602618 70.39846) (xy 97.875105 70.671423) + (xy 98.231308 70.819332) (xy 98.616999 70.819668) (xy 98.629359 70.81456) (xy 98.492577 70.951105) (xy 98.344668 71.307308) + (xy 98.344332 71.692999) (xy 98.491618 72.04946) (xy 98.715638 72.273871) (xy 98.658372 72.331038) (xy 98.471713 72.780563) + (xy 98.471288 73.267302) (xy 98.657162 73.717152) (xy 99.001038 74.061628) (xy 99.450563 74.248287) (xy 99.937302 74.248712) + (xy 100.387152 74.062838) (xy 100.731628 73.718962) (xy 100.918287 73.269437) (xy 100.918712 72.782698) (xy 100.918712 91.292461) + (xy 100.879895 91.253577) (xy 100.664668 91.164206) (xy 100.664668 80.580001) (xy 100.517382 80.22354) (xy 100.244895 79.950577) + (xy 99.888692 79.802668) (xy 99.503001 79.802332) (xy 99.293767 79.888784) (xy 99.101895 79.696577) (xy 98.745692 79.548668) + (xy 98.378712 79.548348) (xy 98.378712 72.782698) (xy 98.192838 72.332848) (xy 97.848962 71.988372) (xy 97.399437 71.801713) + (xy 96.912698 71.801288) (xy 96.462848 71.987162) (xy 96.118372 72.331038) (xy 95.931713 72.780563) (xy 95.931288 73.267302) + (xy 96.117162 73.717152) (xy 96.461038 74.061628) (xy 96.910563 74.248287) (xy 97.397302 74.248712) (xy 97.847152 74.062838) + (xy 98.191628 73.718962) (xy 98.378287 73.269437) (xy 98.378712 72.782698) (xy 98.378712 79.548348) (xy 98.360001 79.548332) + (xy 98.00354 79.695618) (xy 97.730577 79.968105) (xy 97.582668 80.324308) (xy 97.582332 80.709999) (xy 97.729618 81.06646) + (xy 98.002105 81.339423) (xy 98.358308 81.487332) (xy 98.743999 81.487668) (xy 98.953232 81.401215) (xy 99.145105 81.593423) + (xy 99.501308 81.741332) (xy 99.886999 81.741668) (xy 100.24346 81.594382) (xy 100.516423 81.321895) (xy 100.664332 80.965692) + (xy 100.664668 80.580001) (xy 100.664668 91.164206) (xy 100.523692 91.105668) (xy 100.138001 91.105332) (xy 99.78154 91.252618) + (xy 99.695088 91.338919) (xy 99.609895 91.253577) (xy 99.253692 91.105668) (xy 98.868001 91.105332) (xy 98.51154 91.252618) + (xy 98.425088 91.338919) (xy 98.339895 91.253577) (xy 97.983692 91.105668) (xy 97.598001 91.105332) (xy 97.24154 91.252618) + (xy 97.155088 91.338919) (xy 97.108668 91.292417) (xy 97.108668 81.850001) (xy 96.961382 81.49354) (xy 96.688895 81.220577) + (xy 96.332692 81.072668) (xy 96.213289 81.072563) (xy 96.072382 80.73154) (xy 95.842953 80.50171) (xy 95.842953 65.1852) + (xy 95.665368 64.732014) (xy 95.638716 64.692128) (xy 95.421766 64.633589) (xy 95.386411 64.668944) (xy 95.386411 64.598234) + (xy 95.327872 64.381284) (xy 94.881849 64.186405) (xy 94.3952 64.177047) (xy 93.942014 64.354632) (xy 93.902128 64.381284) + (xy 93.843589 64.598234) (xy 94.615 65.369645) (xy 95.386411 64.598234) (xy 95.386411 64.668944) (xy 94.650355 65.405) + (xy 95.421766 66.176411) (xy 95.638716 66.117872) (xy 95.833595 65.671849) (xy 95.842953 65.1852) (xy 95.842953 80.50171) + (xy 95.8385 80.497249) (xy 95.8385 73.827929) (xy 95.8385 73.619071) (xy 95.8385 72.222071) (xy 95.758574 72.029111) + (xy 95.610889 71.881426) (xy 95.417929 71.8015) (xy 95.386411 71.8015) (xy 95.386411 66.211766) (xy 94.615 65.440355) + (xy 94.579645 65.47571) (xy 94.579645 65.405) (xy 93.808234 64.633589) (xy 93.591284 64.692128) (xy 93.396405 65.138151) + (xy 93.387047 65.6248) (xy 93.564632 66.077986) (xy 93.591284 66.117872) (xy 93.808234 66.176411) (xy 94.579645 65.405) + (xy 94.579645 65.47571) (xy 93.843589 66.211766) (xy 93.902128 66.428716) (xy 94.348151 66.623595) (xy 94.8348 66.632953) + (xy 95.287986 66.455368) (xy 95.327872 66.428716) (xy 95.386411 66.211766) (xy 95.386411 71.8015) (xy 95.209071 71.8015) + (xy 93.812071 71.8015) (xy 93.619111 71.881426) (xy 93.471426 72.029111) (xy 93.3915 72.222071) (xy 93.3915 72.430929) + (xy 93.3915 73.827929) (xy 93.471426 74.020889) (xy 93.619111 74.168574) (xy 93.812071 74.2485) (xy 94.020929 74.2485) + (xy 95.417929 74.2485) (xy 95.610889 74.168574) (xy 95.758574 74.020889) (xy 95.8385 73.827929) (xy 95.8385 80.497249) + (xy 95.799895 80.458577) (xy 95.443692 80.310668) (xy 95.058001 80.310332) (xy 94.70154 80.457618) (xy 94.428577 80.730105) + (xy 94.280668 81.086308) (xy 94.280332 81.471999) (xy 94.427618 81.82846) (xy 94.433709 81.834562) (xy 94.169001 81.834332) + (xy 93.933712 81.93155) (xy 93.933712 75.322698) (xy 93.747838 74.872848) (xy 93.403962 74.528372) (xy 92.954437 74.341713) + (xy 92.467698 74.341288) (xy 92.017848 74.527162) (xy 91.673372 74.871038) (xy 91.486713 75.320563) (xy 91.486288 75.807302) + (xy 91.672162 76.257152) (xy 92.016038 76.601628) (xy 92.465563 76.788287) (xy 92.952302 76.788712) (xy 93.402152 76.602838) + (xy 93.746628 76.258962) (xy 93.933287 75.809437) (xy 93.933712 75.322698) (xy 93.933712 81.93155) (xy 93.81254 81.981618) + (xy 93.539577 82.254105) (xy 93.391668 82.610308) (xy 93.391332 82.995999) (xy 93.538618 83.35246) (xy 93.561419 83.3753) + (xy 93.539577 83.397105) (xy 93.391668 83.753308) (xy 93.391332 84.138999) (xy 93.538618 84.49546) (xy 93.811105 84.768423) + (xy 94.167308 84.916332) (xy 94.552999 84.916668) (xy 94.90946 84.769382) (xy 95.182423 84.496895) (xy 95.330332 84.140692) + (xy 95.330668 83.755001) (xy 95.183382 83.39854) (xy 95.16058 83.375699) (xy 95.182423 83.353895) (xy 95.330332 82.997692) + (xy 95.330668 82.612001) (xy 95.325404 82.599261) (xy 95.589105 82.863423) (xy 95.945308 83.011332) (xy 96.330999 83.011668) + (xy 96.68746 82.864382) (xy 96.960423 82.591895) (xy 97.108332 82.235692) (xy 97.108668 81.850001) (xy 97.108668 91.292417) + (xy 97.069895 91.253577) (xy 96.713692 91.105668) (xy 96.328001 91.105332) (xy 96.219668 91.150094) (xy 96.219668 87.006201) + (xy 96.072382 86.64974) (xy 95.799895 86.376777) (xy 95.443692 86.228868) (xy 95.058001 86.228532) (xy 94.70154 86.375818) + (xy 94.428577 86.648305) (xy 94.280668 87.004508) (xy 94.280332 87.390199) (xy 94.427618 87.74666) (xy 94.700105 88.019623) + (xy 95.056308 88.167532) (xy 95.441999 88.167868) (xy 95.79846 88.020582) (xy 96.071423 87.748095) (xy 96.219332 87.391892) + (xy 96.219668 87.006201) (xy 96.219668 91.150094) (xy 95.97154 91.252618) (xy 95.698577 91.525105) (xy 95.550668 91.881308) + (xy 95.550641 91.912077) (xy 95.443692 91.867668) (xy 95.058001 91.867332) (xy 94.70154 92.014618) (xy 94.428577 92.287105) + (xy 94.280668 92.643308) (xy 94.280332 93.028999) (xy 94.427618 93.38546) (xy 94.700105 93.658423) (xy 95.056308 93.806332) + (xy 95.441999 93.806668) (xy 95.79846 93.659382) (xy 96.071423 93.386895) (xy 96.219332 93.030692) (xy 96.219358 92.999922) + (xy 96.326308 93.044332) (xy 96.711999 93.044668) (xy 97.06846 92.897382) (xy 97.154911 92.81108) (xy 97.240105 92.896423) + (xy 97.596308 93.044332) (xy 97.981999 93.044668) (xy 98.33846 92.897382) (xy 98.424911 92.81108) (xy 98.510105 92.896423) + (xy 98.866308 93.044332) (xy 99.251999 93.044668) (xy 99.60846 92.897382) (xy 99.694911 92.81108) (xy 99.780105 92.896423) + (xy 100.136308 93.044332) (xy 100.521999 93.044668) (xy 100.87846 92.897382) (xy 100.964911 92.81108) (xy 101.050105 92.896423) + (xy 101.406308 93.044332) (xy 101.791999 93.044668) (xy 102.14846 92.897382) (xy 102.234911 92.81108) (xy 102.320105 92.896423) + (xy 102.676308 93.044332) (xy 103.061999 93.044668) (xy 103.41846 92.897382) (xy 103.504911 92.81108) (xy 103.590105 92.896423) + (xy 103.946308 93.044332) (xy 104.331999 93.044668) (xy 104.68846 92.897382) (xy 104.961423 92.624895) (xy 105.109332 92.268692) + (xy 105.109668 91.883001) (xy 105.109668 105.186941) (xy 104.841692 105.075668) (xy 104.456001 105.075332) (xy 104.424676 105.088274) + (xy 104.474332 104.968692) (xy 104.474668 104.583001) (xy 104.327382 104.22654) (xy 104.054895 103.953577) (xy 103.966668 103.916941) + (xy 103.966668 98.868001) (xy 103.819382 98.51154) (xy 103.546895 98.238577) (xy 103.190692 98.090668) (xy 102.805001 98.090332) + (xy 102.44854 98.237618) (xy 102.175577 98.510105) (xy 102.027668 98.866308) (xy 102.027332 99.251999) (xy 102.174618 99.60846) + (xy 102.447105 99.881423) (xy 102.803308 100.029332) (xy 103.188999 100.029668) (xy 103.54546 99.882382) (xy 103.818423 99.609895) + (xy 103.966332 99.253692) (xy 103.966668 98.868001) (xy 103.966668 103.916941) (xy 103.698692 103.805668) (xy 103.313001 103.805332) + (xy 102.95654 103.952618) (xy 102.870088 104.038919) (xy 102.784895 103.953577) (xy 102.428692 103.805668) (xy 102.043001 103.805332) + (xy 101.68654 103.952618) (xy 101.413577 104.225105) (xy 101.299312 104.500283) (xy 101.133895 104.334577) (xy 100.777692 104.186668) + (xy 100.766268 104.186658) (xy 100.766268 103.186001) (xy 100.618982 102.82954) (xy 100.346495 102.556577) (xy 99.990292 102.408668) + (xy 99.604601 102.408332) (xy 99.24814 102.555618) (xy 99.047299 102.756108) (xy 98.974895 102.683577) (xy 98.618692 102.535668) + (xy 98.233001 102.535332) (xy 97.87654 102.682618) (xy 97.616668 102.942036) (xy 97.616668 102.043001) (xy 97.469382 101.68654) + (xy 97.196895 101.413577) (xy 96.840692 101.265668) (xy 96.455001 101.265332) (xy 96.118068 101.404549) (xy 96.118068 99.503001) + (xy 95.970782 99.14654) (xy 95.698295 98.873577) (xy 95.342092 98.725668) (xy 94.956401 98.725332) (xy 94.59994 98.872618) + (xy 94.326977 99.145105) (xy 94.179068 99.501308) (xy 94.178732 99.886999) (xy 94.326018 100.24346) (xy 94.598505 100.516423) + (xy 94.954708 100.664332) (xy 95.340399 100.664668) (xy 95.69686 100.517382) (xy 95.969823 100.244895) (xy 96.117732 99.888692) + (xy 96.118068 99.503001) (xy 96.118068 101.404549) (xy 96.09854 101.412618) (xy 95.825577 101.685105) (xy 95.677668 102.041308) + (xy 95.677332 102.426999) (xy 95.824618 102.78346) (xy 96.097105 103.056423) (xy 96.453308 103.204332) (xy 96.838999 103.204668) + (xy 97.19546 103.057382) (xy 97.468423 102.784895) (xy 97.616332 102.428692) (xy 97.616668 102.043001) (xy 97.616668 102.942036) + (xy 97.603577 102.955105) (xy 97.455668 103.311308) (xy 97.455332 103.696999) (xy 97.602618 104.05346) (xy 97.875105 104.326423) + (xy 98.231308 104.474332) (xy 98.616999 104.474668) (xy 98.97346 104.327382) (xy 99.1743 104.126891) (xy 99.246705 104.199423) + (xy 99.602908 104.347332) (xy 99.988599 104.347668) (xy 100.34506 104.200382) (xy 100.618023 103.927895) (xy 100.765932 103.571692) + (xy 100.766268 103.186001) (xy 100.766268 104.186658) (xy 100.392001 104.186332) (xy 100.03554 104.333618) (xy 99.762577 104.606105) + (xy 99.614668 104.962308) (xy 99.614332 105.347999) (xy 99.761618 105.70446) (xy 100.034105 105.977423) (xy 100.390308 106.125332) + (xy 100.775999 106.125668) (xy 101.13246 105.978382) (xy 101.405423 105.705895) (xy 101.519687 105.430716) (xy 101.685105 105.596423) + (xy 102.041308 105.744332) (xy 102.426999 105.744668) (xy 102.78346 105.597382) (xy 102.869911 105.51108) (xy 102.955105 105.596423) + (xy 103.311308 105.744332) (xy 103.696999 105.744668) (xy 103.728323 105.731725) (xy 103.678668 105.851308) (xy 103.678347 106.21865) + (xy 103.313001 106.218332) (xy 102.95654 106.365618) (xy 102.683577 106.638105) (xy 102.535668 106.994308) (xy 102.535332 107.379999) + (xy 102.682618 107.73646) (xy 102.955105 108.009423) (xy 103.311308 108.157332) (xy 103.696999 108.157668) (xy 104.05346 108.010382) + (xy 104.326423 107.737895) (xy 104.474332 107.381692) (xy 104.474652 107.014349) (xy 104.839999 107.014668) (xy 105.19646 106.867382) + (xy 105.469423 106.594895) (xy 105.617332 106.238692) (xy 105.617668 105.853001) (xy 105.617668 107.712569) (xy 105.49654 107.762618) + (xy 105.223577 108.035105) (xy 105.075668 108.391308) (xy 105.075332 108.776999) (xy 105.222618 109.13346) (xy 105.495105 109.406423) + (xy 105.851308 109.554332) (xy 106.236999 109.554668) (xy 106.59346 109.407382) (xy 106.679911 109.32108) (xy 106.765105 109.406423) + (xy 107.121308 109.554332) (xy 107.506999 109.554668) (xy 107.86346 109.407382) (xy 107.949911 109.32108) (xy 108.035105 109.406423) + (xy 108.391308 109.554332) (xy 108.776999 109.554668) (xy 109.13346 109.407382) (xy 109.219911 109.32108) (xy 109.305105 109.406423) + (xy 109.661308 109.554332) (xy 110.046999 109.554668) (xy 110.40346 109.407382) (xy 110.489911 109.32108) (xy 110.575105 109.406423) + (xy 110.931308 109.554332) (xy 111.316999 109.554668) (xy 111.67346 109.407382) (xy 111.759911 109.32108) (xy 111.845105 109.406423) + (xy 112.201308 109.554332) (xy 112.586999 109.554668) (xy 112.94346 109.407382) (xy 113.029911 109.32108) (xy 113.115105 109.406423) + (xy 113.471308 109.554332) (xy 113.856999 109.554668) (xy 114.21346 109.407382) (xy 114.486423 109.134895) (xy 114.634332 108.778692) + (xy 114.634668 108.393001) (xy 114.634668 117.349559) (xy 114.358962 117.073372) (xy 113.909437 116.886713) (xy 113.422698 116.886288) + (xy 112.972848 117.072162) (xy 112.628372 117.416038) (xy 112.441713 117.865563) (xy 112.441288 118.352302) (xy 112.627162 118.802152) + (xy 112.971038 119.146628) (xy 113.420563 119.333287) (xy 113.907302 119.333712) (xy 114.357152 119.147838) (xy 114.701628 118.803962) + (xy 114.888287 118.354437) (xy 114.888712 117.867698) (xy 114.888712 125.487698) (xy 114.702838 125.037848) (xy 114.358962 124.693372) + (xy 113.909437 124.506713) (xy 113.422698 124.506288) (xy 112.972848 124.692162) (xy 112.628372 125.036038) (xy 112.441713 125.485563) + (xy 112.441288 125.972302) (xy 112.627162 126.422152) (xy 112.971038 126.766628) (xy 113.420563 126.953287) (xy 113.907302 126.953712) + (xy 114.357152 126.767838) (xy 114.701628 126.423962) (xy 114.888287 125.974437) (xy 114.888712 125.487698) (xy 114.888712 145.0424) + (xy 114.305546 145.0424) (xy 112.352953 143.089807) (xy 112.352953 117.8902) (xy 112.175368 117.437014) (xy 112.148716 117.397128) + (xy 111.931766 117.338589) (xy 111.896411 117.373944) (xy 111.896411 117.303234) (xy 111.837872 117.086284) (xy 111.391849 116.891405) + (xy 110.9052 116.882047) (xy 110.452014 117.059632) (xy 110.412128 117.086284) (xy 110.353589 117.303234) (xy 111.125 118.074645) + (xy 111.896411 117.303234) (xy 111.896411 117.373944) (xy 111.160355 118.11) (xy 111.931766 118.881411) (xy 112.148716 118.822872) + (xy 112.343595 118.376849) (xy 112.352953 117.8902) (xy 112.352953 143.089807) (xy 112.348712 143.085566) (xy 112.348712 125.487698) + (xy 112.162838 125.037848) (xy 111.896411 124.770956) (xy 111.896411 118.916766) (xy 111.125 118.145355) (xy 111.089645 118.18071) + (xy 111.089645 118.11) (xy 110.318234 117.338589) (xy 110.101284 117.397128) (xy 109.906405 117.843151) (xy 109.897047 118.3298) + (xy 110.074632 118.782986) (xy 110.101284 118.822872) (xy 110.318234 118.881411) (xy 111.089645 118.11) (xy 111.089645 118.18071) + (xy 110.353589 118.916766) (xy 110.412128 119.133716) (xy 110.858151 119.328595) (xy 111.3448 119.337953) (xy 111.797986 119.160368) + (xy 111.837872 119.133716) (xy 111.896411 118.916766) (xy 111.896411 124.770956) (xy 111.818962 124.693372) (xy 111.369437 124.506713) + (xy 110.882698 124.506288) (xy 110.432848 124.692162) (xy 110.088372 125.036038) (xy 109.901713 125.485563) (xy 109.901288 125.972302) + (xy 110.087162 126.422152) (xy 110.431038 126.766628) (xy 110.880563 126.953287) (xy 111.367302 126.953712) (xy 111.817152 126.767838) + (xy 112.161628 126.423962) (xy 112.348287 125.974437) (xy 112.348712 125.487698) (xy 112.348712 143.085566) (xy 110.425073 141.161927) + (xy 110.22179 141.026097) (xy 109.982 140.9784) (xy 109.812953 140.9784) (xy 109.812953 117.8902) (xy 109.635368 117.437014) + (xy 109.608716 117.397128) (xy 109.391766 117.338589) (xy 109.356411 117.373944) (xy 109.356411 117.303234) (xy 109.297872 117.086284) + (xy 108.851849 116.891405) (xy 108.3652 116.882047) (xy 107.912014 117.059632) (xy 107.872128 117.086284) (xy 107.813589 117.303234) + (xy 108.585 118.074645) (xy 109.356411 117.303234) (xy 109.356411 117.373944) (xy 108.620355 118.11) (xy 109.391766 118.881411) + (xy 109.608716 118.822872) (xy 109.803595 118.376849) (xy 109.812953 117.8902) (xy 109.812953 140.9784) (xy 109.8085 140.9784) + (xy 109.8085 126.532929) (xy 109.8085 126.324071) (xy 109.8085 124.927071) (xy 109.728574 124.734111) (xy 109.580889 124.586426) + (xy 109.387929 124.5065) (xy 109.356411 124.5065) (xy 109.356411 118.916766) (xy 108.585 118.145355) (xy 108.549645 118.18071) + (xy 108.549645 118.11) (xy 107.778234 117.338589) (xy 107.561284 117.397128) (xy 107.366405 117.843151) (xy 107.357047 118.3298) + (xy 107.534632 118.782986) (xy 107.561284 118.822872) (xy 107.778234 118.881411) (xy 108.549645 118.11) (xy 108.549645 118.18071) + (xy 107.813589 118.916766) (xy 107.872128 119.133716) (xy 108.318151 119.328595) (xy 108.8048 119.337953) (xy 109.257986 119.160368) + (xy 109.297872 119.133716) (xy 109.356411 118.916766) (xy 109.356411 124.5065) (xy 109.179071 124.5065) (xy 107.782071 124.5065) + (xy 107.589111 124.586426) (xy 107.441426 124.734111) (xy 107.3615 124.927071) (xy 107.3615 125.135929) (xy 107.3615 126.532929) + (xy 107.441426 126.725889) (xy 107.589111 126.873574) (xy 107.782071 126.9535) (xy 107.990929 126.9535) (xy 109.387929 126.9535) + (xy 109.580889 126.873574) (xy 109.728574 126.725889) (xy 109.8085 126.532929) (xy 109.8085 140.9784) (xy 108.204 140.9784) + (xy 107.964211 141.026097) (xy 107.760927 141.161927) (xy 107.252927 141.669927) (xy 107.117097 141.87321) (xy 107.0694 142.113) + (xy 107.0694 143.250454) (xy 106.801454 143.5184) (xy 106.467623 143.5184) (xy 106.633287 143.119437) (xy 106.633712 142.632698) + (xy 106.633712 135.647698) (xy 106.633712 126.757698) (xy 106.447838 126.307848) (xy 106.103962 125.963372) (xy 105.654437 125.776713) + (xy 105.167698 125.776288) (xy 104.717848 125.962162) (xy 104.373372 126.306038) (xy 104.186713 126.755563) (xy 104.186288 127.242302) + (xy 104.372162 127.692152) (xy 104.716038 128.036628) (xy 105.165563 128.223287) (xy 105.652302 128.223712) (xy 106.102152 128.037838) + (xy 106.446628 127.693962) (xy 106.633287 127.244437) (xy 106.633712 126.757698) (xy 106.633712 135.647698) (xy 106.447838 135.197848) + (xy 106.103962 134.853372) (xy 105.654437 134.666713) (xy 105.167698 134.666288) (xy 104.717848 134.852162) (xy 104.373372 135.196038) + (xy 104.186713 135.645563) (xy 104.186288 136.132302) (xy 104.372162 136.582152) (xy 104.716038 136.926628) (xy 105.165563 137.113287) + (xy 105.652302 137.113712) (xy 106.102152 136.927838) (xy 106.446628 136.583962) (xy 106.633287 136.134437) (xy 106.633712 135.647698) + (xy 106.633712 142.632698) (xy 106.447838 142.182848) (xy 106.103962 141.838372) (xy 105.654437 141.651713) (xy 105.167698 141.651288) + (xy 104.717848 141.837162) (xy 104.373372 142.181038) (xy 104.186713 142.630563) (xy 104.186288 143.117302) (xy 104.372162 143.567152) + (xy 104.716038 143.911628) (xy 105.165563 144.098287) (xy 105.45931 144.098543) (xy 105.277454 144.2804) (xy 105.138378 144.2804) + (xy 104.943895 144.085577) (xy 104.587692 143.937668) (xy 104.202001 143.937332) (xy 104.093712 143.982075) (xy 104.093712 142.632698) + (xy 104.093712 135.647698) (xy 104.093712 126.757698) (xy 103.907838 126.307848) (xy 103.563962 125.963372) (xy 103.114437 125.776713) + (xy 102.627698 125.776288) (xy 102.177848 125.962162) (xy 101.833372 126.306038) (xy 101.646713 126.755563) (xy 101.646288 127.242302) + (xy 101.832162 127.692152) (xy 102.176038 128.036628) (xy 102.625563 128.223287) (xy 103.112302 128.223712) (xy 103.562152 128.037838) + (xy 103.906628 127.693962) (xy 104.093287 127.244437) (xy 104.093712 126.757698) (xy 104.093712 135.647698) (xy 103.907838 135.197848) + (xy 103.563962 134.853372) (xy 103.114437 134.666713) (xy 102.627698 134.666288) (xy 102.177848 134.852162) (xy 101.833372 135.196038) + (xy 101.646713 135.645563) (xy 101.646288 136.132302) (xy 101.832162 136.582152) (xy 102.176038 136.926628) (xy 102.625563 137.113287) + (xy 103.112302 137.113712) (xy 103.562152 136.927838) (xy 103.906628 136.583962) (xy 104.093287 136.134437) (xy 104.093712 135.647698) + (xy 104.093712 142.632698) (xy 103.907838 142.182848) (xy 103.563962 141.838372) (xy 103.114437 141.651713) (xy 102.627698 141.651288) + (xy 102.177848 141.837162) (xy 101.833372 142.181038) (xy 101.646713 142.630563) (xy 101.646288 143.117302) (xy 101.832162 143.567152) + (xy 102.176038 143.911628) (xy 102.625563 144.098287) (xy 103.112302 144.098712) (xy 103.562152 143.912838) (xy 103.906628 143.568962) + (xy 104.093287 143.119437) (xy 104.093712 142.632698) (xy 104.093712 143.982075) (xy 103.84554 144.084618) (xy 103.572577 144.357105) + (xy 103.424668 144.713308) (xy 103.424332 145.098999) (xy 103.571618 145.45546) (xy 103.844105 145.728423) (xy 104.200308 145.876332) + (xy 104.585999 145.876668) (xy 104.706968 145.826684) (xy 104.694668 145.856308) (xy 104.694332 146.241999) (xy 104.775896 146.4394) + (xy 102.743 146.4394) (xy 102.50321 146.487097) (xy 102.299927 146.622927) (xy 102.172927 146.749927) (xy 102.037097 146.95321) + (xy 101.9894 147.193) (xy 101.9894 148.353621) (xy 101.794577 148.548105) (xy 101.646668 148.904308) (xy 101.646332 149.289999) + (xy 101.793618 149.64646) (xy 102.066105 149.919423) (xy 102.422308 150.067332) (xy 102.807999 150.067668) (xy 102.842407 150.05345) + (xy 102.936618 150.28146) (xy 103.209105 150.554423) (xy 103.565308 150.702332) (xy 103.950999 150.702668) (xy 104.30746 150.555382) + (xy 104.580423 150.282895) (xy 104.728332 149.926692) (xy 104.72858 149.642014) (xy 104.835308 149.686332) (xy 105.220999 149.686668) + (xy 105.57746 149.539382) (xy 105.773584 149.3436) (xy 155.338621 149.3436) (xy 155.533105 149.538423) (xy 155.889308 149.686332) + (xy 156.274999 149.686668) (xy 156.63146 149.539382) (xy 156.904423 149.266895) (xy 156.938559 149.184686) (xy 157.099 149.2166) + (xy 158.115 149.2166) (xy 158.268896 149.185988) (xy 158.268897 149.185988) (xy 158.556308 149.305332) (xy 158.941999 149.305668) + (xy 159.29846 149.158382) (xy 159.571423 148.885895) (xy 159.712672 148.54573) (xy 159.893 148.5816) (xy 160.037621 148.5816) + (xy 160.232105 148.776423) (xy 160.588308 148.924332) (xy 160.973999 148.924668) (xy 161.33046 148.777382) (xy 161.603423 148.504895) + (xy 161.717253 148.23076) (xy 161.858308 148.289332) (xy 162.243999 148.289668) (xy 162.60046 148.142382) (xy 162.873423 147.869895) + (xy 163.021332 147.513692) (xy 163.021668 147.128001) (xy 163.021668 149.525348) (xy 163.003001 149.525332) (xy 162.64654 149.672618) + (xy 162.373577 149.945105) (xy 162.242359 150.26111) (xy 162.112382 149.94654) (xy 161.839895 149.673577) (xy 161.483692 149.525668) + (xy 161.098001 149.525332) (xy 160.74154 149.672618) (xy 160.468577 149.945105) (xy 160.320668 150.301308) (xy 160.320332 150.686999) + (xy 160.391401 150.859) (xy 155.838613 150.859) (xy 155.909332 150.688692) (xy 155.909668 150.303001) (xy 155.762382 149.94654) + (xy 155.489895 149.673577) (xy 155.133692 149.525668) (xy 154.748001 149.525332) (xy 154.39154 149.672618) (xy 154.118577 149.945105) + (xy 153.987359 150.26111) (xy 153.857382 149.94654) (xy 153.584895 149.673577) (xy 153.228692 149.525668) (xy 152.843001 149.525332) + (xy 152.48654 149.672618) (xy 152.213577 149.945105) (xy 152.082359 150.26111) (xy 151.952382 149.94654) (xy 151.679895 149.673577) + (xy 151.323692 149.525668) (xy 150.938001 149.525332) (xy 150.58154 149.672618) (xy 150.308577 149.945105) (xy 150.177359 150.26111) + (xy 150.047382 149.94654) (xy 149.774895 149.673577) (xy 149.418692 149.525668) (xy 149.033001 149.525332) (xy 148.67654 149.672618) + (xy 148.403577 149.945105) (xy 148.272359 150.26111) (xy 148.142382 149.94654) (xy 147.869895 149.673577) (xy 147.513692 149.525668) + (xy 147.128001 149.525332) (xy 146.77154 149.672618) (xy 146.498577 149.945105) (xy 146.350668 150.301308) (xy 146.350332 150.686999) + (xy 146.421401 150.859) (xy 145.761211 150.859) (xy 145.608692 150.795668) (xy 145.223001 150.795332) (xy 145.068911 150.859) + (xy 143.856211 150.859) (xy 143.703692 150.795668) (xy 143.318001 150.795332) (xy 143.163911 150.859) (xy 142.503613 150.859) + (xy 142.574332 150.688692) (xy 142.574668 150.303001) (xy 142.427382 149.94654) (xy 142.154895 149.673577) (xy 141.798692 149.525668) + (xy 141.413001 149.525332) (xy 141.05654 149.672618) (xy 140.783577 149.945105) (xy 140.652359 150.26111) (xy 140.522382 149.94654) + (xy 140.249895 149.673577) (xy 139.893692 149.525668) (xy 139.508001 149.525332) (xy 139.15154 149.672618) (xy 138.878577 149.945105) + (xy 138.747359 150.26111) (xy 138.617382 149.94654) (xy 138.344895 149.673577) (xy 137.988692 149.525668) (xy 137.603001 149.525332) + (xy 137.24654 149.672618) (xy 136.973577 149.945105) (xy 136.842359 150.26111) (xy 136.712382 149.94654) (xy 136.439895 149.673577) + (xy 136.083692 149.525668) (xy 135.698001 149.525332) (xy 135.34154 149.672618) (xy 135.068577 149.945105) (xy 134.937359 150.26111) + (xy 134.807382 149.94654) (xy 134.534895 149.673577) (xy 134.178692 149.525668) (xy 133.793001 149.525332) (xy 133.43654 149.672618) + (xy 133.163577 149.945105) (xy 133.032359 150.26111) (xy 132.902382 149.94654) (xy 132.629895 149.673577) (xy 132.273692 149.525668) + (xy 131.888001 149.525332) (xy 131.53154 149.672618) (xy 131.258577 149.945105) (xy 131.127359 150.26111) (xy 130.997382 149.94654) + (xy 130.724895 149.673577) (xy 130.368692 149.525668) (xy 129.983001 149.525332) (xy 129.62654 149.672618) (xy 129.353577 149.945105) + (xy 129.205668 150.301308) (xy 129.205332 150.686999) (xy 129.276401 150.859) (xy 128.616211 150.859) (xy 128.463692 150.795668) + (xy 128.078001 150.795332) (xy 127.923911 150.859) (xy 127.263613 150.859) (xy 127.334332 150.688692) (xy 127.334668 150.303001) + (xy 127.187382 149.94654) (xy 126.914895 149.673577) (xy 126.558692 149.525668) (xy 126.173001 149.525332) (xy 125.81654 149.672618) + (xy 125.543577 149.945105) (xy 125.412359 150.26111) (xy 125.282382 149.94654) (xy 125.009895 149.673577) (xy 124.653692 149.525668) + (xy 124.268001 149.525332) (xy 123.91154 149.672618) (xy 123.638577 149.945105) (xy 123.507359 150.26111) (xy 123.377382 149.94654) + (xy 123.104895 149.673577) (xy 122.748692 149.525668) (xy 122.363001 149.525332) (xy 122.00654 149.672618) (xy 121.733577 149.945105) + (xy 121.602359 150.26111) (xy 121.472382 149.94654) (xy 121.199895 149.673577) (xy 120.843692 149.525668) (xy 120.458001 149.525332) + (xy 120.10154 149.672618) (xy 119.828577 149.945105) (xy 119.697359 150.26111) (xy 119.567382 149.94654) (xy 119.294895 149.673577) + (xy 118.938692 149.525668) (xy 118.553001 149.525332) (xy 118.19654 149.672618) (xy 117.923577 149.945105) (xy 117.775668 150.301308) + (xy 117.775332 150.686999) (xy 117.922618 151.04346) (xy 118.195105 151.316423) (xy 118.551308 151.464332) (xy 118.936999 151.464668) + (xy 119.29346 151.317382) (xy 119.566423 151.044895) (xy 119.69764 150.728889) (xy 119.827618 151.04346) (xy 119.913919 151.129911) + (xy 119.828577 151.215105) (xy 119.680668 151.571308) (xy 119.680332 151.956999) (xy 119.827618 152.31346) (xy 119.913919 152.399911) + (xy 119.828577 152.485105) (xy 119.680668 152.841308) (xy 119.680332 153.226999) (xy 119.827618 153.58346) (xy 120.100105 153.856423) + (xy 120.273586 153.928458) (xy 115.986347 153.911969) (xy 116.11846 153.857382) (xy 116.391423 153.584895) (xy 116.539332 153.228692) + (xy 116.539668 152.843001) (xy 116.539668 150.303001) (xy 116.392382 149.94654) (xy 116.119895 149.673577) (xy 115.763692 149.525668) + (xy 115.378001 149.525332) (xy 115.02154 149.672618) (xy 114.748577 149.945105) (xy 114.600668 150.301308) (xy 114.600332 150.686999) + (xy 114.747618 151.04346) (xy 115.020105 151.316423) (xy 115.376308 151.464332) (xy 115.761999 151.464668) (xy 116.11846 151.317382) + (xy 116.391423 151.044895) (xy 116.539332 150.688692) (xy 116.539668 150.303001) (xy 116.539668 152.843001) (xy 116.392382 152.48654) + (xy 116.119895 152.213577) (xy 115.763692 152.065668) (xy 115.378001 152.065332) (xy 115.02154 152.212618) (xy 114.748577 152.485105) + (xy 114.600668 152.841308) (xy 114.600332 153.226999) (xy 114.747618 153.58346) (xy 115.020105 153.856423) (xy 115.146092 153.908737) + (xy 113.469772 153.90229) (xy 113.57846 153.857382) (xy 113.851423 153.584895) (xy 113.999332 153.228692) (xy 113.999668 152.843001) + (xy 113.852382 152.48654) (xy 113.579895 152.213577) (xy 113.223692 152.065668) (xy 112.838001 152.065332) (xy 112.48154 152.212618) + (xy 112.208577 152.485105) (xy 112.060668 152.841308) (xy 112.060332 153.226999) (xy 112.207618 153.58346) (xy 112.480105 153.856423) + (xy 112.582345 153.898877) (xy 101.553712 153.856458) (xy 101.553712 142.632698) (xy 101.553712 135.647698) (xy 101.553712 126.757698) + (xy 101.367838 126.307848) (xy 101.023962 125.963372) (xy 100.574437 125.776713) (xy 100.087698 125.776288) (xy 99.648668 125.957691) + (xy 99.648668 110.679001) (xy 99.501382 110.32254) (xy 99.228895 110.049577) (xy 98.872692 109.901668) (xy 98.632668 109.901458) + (xy 98.632668 106.615001) (xy 98.485382 106.25854) (xy 98.212895 105.985577) (xy 97.856692 105.837668) (xy 97.471001 105.837332) + (xy 97.11454 105.984618) (xy 96.841577 106.257105) (xy 96.693668 106.613308) (xy 96.693332 106.998999) (xy 96.840618 107.35546) + (xy 97.113105 107.628423) (xy 97.469308 107.776332) (xy 97.854999 107.776668) (xy 98.21146 107.629382) (xy 98.484423 107.356895) + (xy 98.632332 107.000692) (xy 98.632668 106.615001) (xy 98.632668 109.901458) (xy 98.487001 109.901332) (xy 98.13054 110.048618) + (xy 97.857577 110.321105) (xy 97.709668 110.677308) (xy 97.709332 111.062999) (xy 97.856618 111.41946) (xy 98.129105 111.692423) + (xy 98.485308 111.840332) (xy 98.870999 111.840668) (xy 99.22746 111.693382) (xy 99.500423 111.420895) (xy 99.648332 111.064692) + (xy 99.648668 110.679001) (xy 99.648668 125.957691) (xy 99.637848 125.962162) (xy 99.293372 126.306038) (xy 99.106713 126.755563) + (xy 99.106288 127.242302) (xy 99.292162 127.692152) (xy 99.636038 128.036628) (xy 100.085563 128.223287) (xy 100.572302 128.223712) + (xy 101.022152 128.037838) (xy 101.366628 127.693962) (xy 101.553287 127.244437) (xy 101.553712 126.757698) (xy 101.553712 135.647698) + (xy 101.367838 135.197848) (xy 101.023962 134.853372) (xy 100.574437 134.666713) (xy 100.087698 134.666288) (xy 99.637848 134.852162) + (xy 99.293372 135.196038) (xy 99.106713 135.645563) (xy 99.106288 136.132302) (xy 99.292162 136.582152) (xy 99.636038 136.926628) + (xy 100.085563 137.113287) (xy 100.572302 137.113712) (xy 101.022152 136.927838) (xy 101.366628 136.583962) (xy 101.553287 136.134437) + (xy 101.553712 135.647698) (xy 101.553712 142.632698) (xy 101.367838 142.182848) (xy 101.023962 141.838372) (xy 100.574437 141.651713) + (xy 100.087698 141.651288) (xy 99.637848 141.837162) (xy 99.293372 142.181038) (xy 99.106713 142.630563) (xy 99.106288 143.117302) + (xy 99.292162 143.567152) (xy 99.636038 143.911628) (xy 100.085563 144.098287) (xy 100.572302 144.098712) (xy 101.022152 143.912838) + (xy 101.366628 143.568962) (xy 101.553287 143.119437) (xy 101.553712 142.632698) (xy 101.553712 153.856458) (xy 99.616846 153.849009) + (xy 99.881423 153.584895) (xy 100.029332 153.228692) (xy 100.029668 152.843001) (xy 99.882382 152.48654) (xy 99.609895 152.213577) + (xy 99.253692 152.065668) (xy 99.013712 152.065458) (xy 99.013712 142.632698) (xy 99.013712 135.647698) (xy 99.013712 126.757698) + (xy 98.827838 126.307848) (xy 98.483962 125.963372) (xy 98.124668 125.81418) (xy 98.124668 113.473001) (xy 97.977382 113.11654) + (xy 97.704895 112.843577) (xy 97.348692 112.695668) (xy 96.963001 112.695332) (xy 96.60654 112.842618) (xy 96.333577 113.115105) + (xy 96.185668 113.471308) (xy 96.185332 113.856999) (xy 96.332618 114.21346) (xy 96.605105 114.486423) (xy 96.961308 114.634332) + (xy 97.346999 114.634668) (xy 97.70346 114.487382) (xy 97.976423 114.214895) (xy 98.124332 113.858692) (xy 98.124668 113.473001) + (xy 98.124668 125.81418) (xy 98.034437 125.776713) (xy 97.547698 125.776288) (xy 97.097848 125.962162) (xy 96.753372 126.306038) + (xy 96.566713 126.755563) (xy 96.566288 127.242302) (xy 96.752162 127.692152) (xy 97.096038 128.036628) (xy 97.545563 128.223287) + (xy 98.032302 128.223712) (xy 98.482152 128.037838) (xy 98.826628 127.693962) (xy 99.013287 127.244437) (xy 99.013712 126.757698) + (xy 99.013712 135.647698) (xy 98.827838 135.197848) (xy 98.483962 134.853372) (xy 98.034437 134.666713) (xy 97.547698 134.666288) + (xy 97.097848 134.852162) (xy 96.753372 135.196038) (xy 96.566713 135.645563) (xy 96.566288 136.132302) (xy 96.752162 136.582152) + (xy 97.096038 136.926628) (xy 97.545563 137.113287) (xy 98.032302 137.113712) (xy 98.482152 136.927838) (xy 98.826628 136.583962) + (xy 99.013287 136.134437) (xy 99.013712 135.647698) (xy 99.013712 142.632698) (xy 98.827838 142.182848) (xy 98.483962 141.838372) + (xy 98.034437 141.651713) (xy 97.547698 141.651288) (xy 97.097848 141.837162) (xy 96.753372 142.181038) (xy 96.566713 142.630563) + (xy 96.566288 143.117302) (xy 96.752162 143.567152) (xy 97.096038 143.911628) (xy 97.545563 144.098287) (xy 98.032302 144.098712) + (xy 98.482152 143.912838) (xy 98.826628 143.568962) (xy 99.013287 143.119437) (xy 99.013712 142.632698) (xy 99.013712 152.065458) + (xy 98.868001 152.065332) (xy 98.683374 152.141617) (xy 98.759332 151.958692) (xy 98.759668 151.573001) (xy 98.612382 151.21654) + (xy 98.339895 150.943577) (xy 97.983692 150.795668) (xy 97.598001 150.795332) (xy 97.24154 150.942618) (xy 96.968577 151.215105) + (xy 96.820668 151.571308) (xy 96.820332 151.956999) (xy 96.967618 152.31346) (xy 97.240105 152.586423) (xy 97.596308 152.734332) + (xy 97.981999 152.734668) (xy 98.166625 152.658382) (xy 98.090668 152.841308) (xy 98.090332 153.226999) (xy 98.237618 153.58346) + (xy 98.49841 153.844708) (xy 96.473712 153.83692) (xy 96.473712 142.632698) (xy 96.473712 135.647698) (xy 96.473712 126.757698) + (xy 96.287838 126.307848) (xy 95.943962 125.963372) (xy 95.494437 125.776713) (xy 95.007698 125.776288) (xy 94.557848 125.962162) + (xy 94.213372 126.306038) (xy 94.026713 126.755563) (xy 94.026288 127.242302) (xy 94.212162 127.692152) (xy 94.556038 128.036628) + (xy 95.005563 128.223287) (xy 95.492302 128.223712) (xy 95.942152 128.037838) (xy 96.286628 127.693962) (xy 96.473287 127.244437) + (xy 96.473712 126.757698) (xy 96.473712 135.647698) (xy 96.287838 135.197848) (xy 95.943962 134.853372) (xy 95.494437 134.666713) + (xy 95.007698 134.666288) (xy 94.557848 134.852162) (xy 94.213372 135.196038) (xy 94.026713 135.645563) (xy 94.026288 136.132302) + (xy 94.212162 136.582152) (xy 94.556038 136.926628) (xy 95.005563 137.113287) (xy 95.492302 137.113712) (xy 95.942152 136.927838) + (xy 96.286628 136.583962) (xy 96.473287 136.134437) (xy 96.473712 135.647698) (xy 96.473712 142.632698) (xy 96.287838 142.182848) + (xy 95.943962 141.838372) (xy 95.494437 141.651713) (xy 95.007698 141.651288) (xy 94.557848 141.837162) (xy 94.213372 142.181038) + (xy 94.026713 142.630563) (xy 94.026288 143.117302) (xy 94.212162 143.567152) (xy 94.556038 143.911628) (xy 95.005563 144.098287) + (xy 95.492302 144.098712) (xy 95.942152 143.912838) (xy 96.286628 143.568962) (xy 96.473287 143.119437) (xy 96.473712 142.632698) + (xy 96.473712 153.83692) (xy 93.933712 153.827151) (xy 93.933712 142.632698) (xy 93.933712 135.647698) (xy 93.933712 126.757698) + (xy 93.747838 126.307848) (xy 93.403962 125.963372) (xy 93.298712 125.919668) (xy 93.298712 117.232698) (xy 93.298712 114.692698) + (xy 93.298712 112.152698) (xy 93.298712 109.612698) (xy 93.298712 107.072698) (xy 93.298712 104.532698) (xy 93.298712 101.992698) + (xy 93.298712 99.452698) (xy 93.112838 99.002848) (xy 92.768962 98.658372) (xy 92.319437 98.471713) (xy 91.832698 98.471288) + (xy 91.3935 98.65276) (xy 91.3935 76.367929) (xy 91.3935 76.159071) (xy 91.3935 74.762071) (xy 91.313574 74.569111) + (xy 91.165889 74.421426) (xy 90.972929 74.3415) (xy 90.764071 74.3415) (xy 89.367071 74.3415) (xy 89.174111 74.421426) + (xy 89.026426 74.569111) (xy 88.9465 74.762071) (xy 88.9465 74.970929) (xy 88.9465 76.367929) (xy 89.026426 76.560889) + (xy 89.174111 76.708574) (xy 89.367071 76.7885) (xy 89.575929 76.7885) (xy 90.972929 76.7885) (xy 91.165889 76.708574) + (xy 91.313574 76.560889) (xy 91.3935 76.367929) (xy 91.3935 98.65276) (xy 91.382848 98.657162) (xy 91.266668 98.773139) + (xy 91.266668 82.993001) (xy 91.119382 82.63654) (xy 90.846895 82.363577) (xy 90.490692 82.215668) (xy 90.105001 82.215332) + (xy 89.74854 82.362618) (xy 89.488712 82.621992) (xy 89.488712 81.672698) (xy 89.4885 81.672184) (xy 89.4885 80.177929) + (xy 89.4885 79.53125) (xy 89.4885 79.21875) (xy 89.4885 78.572071) (xy 89.408574 78.379111) (xy 89.260889 78.231426) + (xy 89.067929 78.1515) (xy 88.859071 78.1515) (xy 88.42125 78.1515) (xy 88.29 78.28275) (xy 88.29 79.35) + (xy 89.35725 79.35) (xy 89.4885 79.21875) (xy 89.4885 79.53125) (xy 89.35725 79.4) (xy 88.29 79.4) + (xy 88.29 80.46725) (xy 88.42125 80.5985) (xy 88.859071 80.5985) (xy 89.067929 80.5985) (xy 89.260889 80.518574) + (xy 89.408574 80.370889) (xy 89.4885 80.177929) (xy 89.4885 81.672184) (xy 89.302838 81.222848) (xy 88.958962 80.878372) + (xy 88.509437 80.691713) (xy 88.24 80.691477) (xy 88.24 80.46725) (xy 88.24 79.4) (xy 88.24 79.35) + (xy 88.24 78.28275) (xy 88.10875 78.1515) (xy 87.670929 78.1515) (xy 87.462071 78.1515) (xy 87.269111 78.231426) + (xy 87.121426 78.379111) (xy 87.0415 78.572071) (xy 87.0415 79.21875) (xy 87.17275 79.35) (xy 88.24 79.35) + (xy 88.24 79.4) (xy 87.17275 79.4) (xy 87.0415 79.53125) (xy 87.0415 80.177929) (xy 87.121426 80.370889) + (xy 87.269111 80.518574) (xy 87.462071 80.5985) (xy 87.670929 80.5985) (xy 88.10875 80.5985) (xy 88.24 80.46725) + (xy 88.24 80.691477) (xy 88.022698 80.691288) (xy 87.572848 80.877162) (xy 87.228372 81.221038) (xy 87.041713 81.670563) + (xy 87.041288 82.157302) (xy 87.227162 82.607152) (xy 87.571038 82.951628) (xy 88.020563 83.138287) (xy 88.507302 83.138712) + (xy 88.957152 82.952838) (xy 89.301628 82.608962) (xy 89.488287 82.159437) (xy 89.488712 81.672698) (xy 89.488712 82.621992) + (xy 89.475577 82.635105) (xy 89.327668 82.991308) (xy 89.327332 83.376999) (xy 89.474618 83.73346) (xy 89.747105 84.006423) + (xy 90.103308 84.154332) (xy 90.488999 84.154668) (xy 90.84546 84.007382) (xy 91.118423 83.734895) (xy 91.266332 83.378692) + (xy 91.266668 82.993001) (xy 91.266668 98.773139) (xy 91.038372 99.001038) (xy 90.851713 99.450563) (xy 90.851288 99.937302) + (xy 91.037162 100.387152) (xy 91.381038 100.731628) (xy 91.830563 100.918287) (xy 92.317302 100.918712) (xy 92.767152 100.732838) + (xy 93.111628 100.388962) (xy 93.298287 99.939437) (xy 93.298712 99.452698) (xy 93.298712 101.992698) (xy 93.112838 101.542848) + (xy 92.768962 101.198372) (xy 92.319437 101.011713) (xy 91.832698 101.011288) (xy 91.382848 101.197162) (xy 91.038372 101.541038) + (xy 90.851713 101.990563) (xy 90.851288 102.477302) (xy 91.037162 102.927152) (xy 91.381038 103.271628) (xy 91.830563 103.458287) + (xy 92.317302 103.458712) (xy 92.767152 103.272838) (xy 93.111628 102.928962) (xy 93.298287 102.479437) (xy 93.298712 101.992698) + (xy 93.298712 104.532698) (xy 93.112838 104.082848) (xy 92.768962 103.738372) (xy 92.319437 103.551713) (xy 91.832698 103.551288) + (xy 91.382848 103.737162) (xy 91.038372 104.081038) (xy 90.851713 104.530563) (xy 90.851288 105.017302) (xy 91.037162 105.467152) + (xy 91.381038 105.811628) (xy 91.830563 105.998287) (xy 92.317302 105.998712) (xy 92.767152 105.812838) (xy 93.111628 105.468962) + (xy 93.298287 105.019437) (xy 93.298712 104.532698) (xy 93.298712 107.072698) (xy 93.112838 106.622848) (xy 92.768962 106.278372) + (xy 92.319437 106.091713) (xy 91.832698 106.091288) (xy 91.382848 106.277162) (xy 91.038372 106.621038) (xy 90.851713 107.070563) + (xy 90.851288 107.557302) (xy 91.037162 108.007152) (xy 91.381038 108.351628) (xy 91.830563 108.538287) (xy 92.317302 108.538712) + (xy 92.767152 108.352838) (xy 93.111628 108.008962) (xy 93.298287 107.559437) (xy 93.298712 107.072698) (xy 93.298712 109.612698) + (xy 93.112838 109.162848) (xy 92.768962 108.818372) (xy 92.319437 108.631713) (xy 91.832698 108.631288) (xy 91.382848 108.817162) + (xy 91.038372 109.161038) (xy 90.851713 109.610563) (xy 90.851288 110.097302) (xy 91.037162 110.547152) (xy 91.381038 110.891628) + (xy 91.830563 111.078287) (xy 92.317302 111.078712) (xy 92.767152 110.892838) (xy 93.111628 110.548962) (xy 93.298287 110.099437) + (xy 93.298712 109.612698) (xy 93.298712 112.152698) (xy 93.112838 111.702848) (xy 92.768962 111.358372) (xy 92.319437 111.171713) + (xy 91.832698 111.171288) (xy 91.382848 111.357162) (xy 91.038372 111.701038) (xy 90.851713 112.150563) (xy 90.851288 112.637302) + (xy 91.037162 113.087152) (xy 91.381038 113.431628) (xy 91.830563 113.618287) (xy 92.317302 113.618712) (xy 92.767152 113.432838) + (xy 93.111628 113.088962) (xy 93.298287 112.639437) (xy 93.298712 112.152698) (xy 93.298712 114.692698) (xy 93.112838 114.242848) + (xy 92.768962 113.898372) (xy 92.319437 113.711713) (xy 91.832698 113.711288) (xy 91.382848 113.897162) (xy 91.038372 114.241038) + (xy 90.851713 114.690563) (xy 90.851288 115.177302) (xy 91.037162 115.627152) (xy 91.381038 115.971628) (xy 91.830563 116.158287) + (xy 92.317302 116.158712) (xy 92.767152 115.972838) (xy 93.111628 115.628962) (xy 93.298287 115.179437) (xy 93.298712 114.692698) + (xy 93.298712 117.232698) (xy 93.112838 116.782848) (xy 92.768962 116.438372) (xy 92.319437 116.251713) (xy 91.832698 116.251288) + (xy 91.382848 116.437162) (xy 91.038372 116.781038) (xy 90.851713 117.230563) (xy 90.851288 117.717302) (xy 91.037162 118.167152) + (xy 91.381038 118.511628) (xy 91.830563 118.698287) (xy 92.317302 118.698712) (xy 92.767152 118.512838) (xy 93.111628 118.168962) + (xy 93.298287 117.719437) (xy 93.298712 117.232698) (xy 93.298712 125.919668) (xy 93.2985 125.91958) (xy 93.2985 120.817929) + (xy 93.2985 120.17125) (xy 93.2985 119.85875) (xy 93.2985 119.212071) (xy 93.218574 119.019111) (xy 93.070889 118.871426) + (xy 92.877929 118.7915) (xy 92.669071 118.7915) (xy 92.23125 118.7915) (xy 92.1 118.92275) (xy 92.1 119.99) + (xy 93.16725 119.99) (xy 93.2985 119.85875) (xy 93.2985 120.17125) (xy 93.16725 120.04) (xy 92.1 120.04) + (xy 92.1 121.10725) (xy 92.23125 121.2385) (xy 92.669071 121.2385) (xy 92.877929 121.2385) (xy 93.070889 121.158574) + (xy 93.218574 121.010889) (xy 93.2985 120.817929) (xy 93.2985 125.91958) (xy 92.954437 125.776713) (xy 92.467698 125.776288) + (xy 92.05 125.948877) (xy 92.05 121.10725) (xy 92.05 120.04) (xy 92.05 119.99) (xy 92.05 118.92275) + (xy 91.91875 118.7915) (xy 91.480929 118.7915) (xy 91.272071 118.7915) (xy 91.079111 118.871426) (xy 90.931426 119.019111) + (xy 90.8515 119.212071) (xy 90.8515 119.85875) (xy 90.98275 119.99) (xy 92.05 119.99) (xy 92.05 120.04) + (xy 90.98275 120.04) (xy 90.8515 120.17125) (xy 90.8515 120.817929) (xy 90.931426 121.010889) (xy 91.079111 121.158574) + (xy 91.272071 121.2385) (xy 91.480929 121.2385) (xy 91.91875 121.2385) (xy 92.05 121.10725) (xy 92.05 125.948877) + (xy 92.017848 125.962162) (xy 91.673372 126.306038) (xy 91.486713 126.755563) (xy 91.486288 127.242302) (xy 91.672162 127.692152) + (xy 92.016038 128.036628) (xy 92.465563 128.223287) (xy 92.952302 128.223712) (xy 93.402152 128.037838) (xy 93.746628 127.693962) + (xy 93.933287 127.244437) (xy 93.933712 126.757698) (xy 93.933712 135.647698) (xy 93.747838 135.197848) (xy 93.403962 134.853372) + (xy 92.954437 134.666713) (xy 92.467698 134.666288) (xy 92.017848 134.852162) (xy 91.673372 135.196038) (xy 91.486713 135.645563) + (xy 91.486288 136.132302) (xy 91.672162 136.582152) (xy 92.016038 136.926628) (xy 92.465563 137.113287) (xy 92.952302 137.113712) + (xy 93.402152 136.927838) (xy 93.746628 136.583962) (xy 93.933287 136.134437) (xy 93.933712 135.647698) (xy 93.933712 142.632698) + (xy 93.747838 142.182848) (xy 93.403962 141.838372) (xy 92.954437 141.651713) (xy 92.467698 141.651288) (xy 92.017848 141.837162) + (xy 91.673372 142.181038) (xy 91.486713 142.630563) (xy 91.486288 143.117302) (xy 91.672162 143.567152) (xy 92.016038 143.911628) + (xy 92.465563 144.098287) (xy 92.952302 144.098712) (xy 93.402152 143.912838) (xy 93.746628 143.568962) (xy 93.933287 143.119437) + (xy 93.933712 142.632698) (xy 93.933712 153.827151) (xy 92.727223 153.822511) (xy 92.727223 147.700123) (xy 92.531702 147.226925) + (xy 92.169979 146.864571) (xy 91.697123 146.668224) (xy 91.393712 146.667959) (xy 91.393712 142.632698) (xy 91.393712 135.647698) + (xy 91.393712 126.757698) (xy 91.207838 126.307848) (xy 90.863962 125.963372) (xy 90.414437 125.776713) (xy 90.250668 125.77657) + (xy 90.250668 100.900001) (xy 90.103382 100.54354) (xy 89.830895 100.270577) (xy 89.474692 100.122668) (xy 89.412225 100.122613) + (xy 89.488287 99.939437) (xy 89.488712 99.452698) (xy 89.488712 96.912698) (xy 89.488712 94.372698) (xy 89.488712 91.832698) + (xy 89.488712 89.292698) (xy 89.488712 86.752698) (xy 89.488712 84.212698) (xy 89.302838 83.762848) (xy 88.958962 83.418372) + (xy 88.509437 83.231713) (xy 88.022698 83.231288) (xy 87.572848 83.417162) (xy 87.228372 83.761038) (xy 87.041713 84.210563) + (xy 87.041288 84.697302) (xy 87.227162 85.147152) (xy 87.571038 85.491628) (xy 88.020563 85.678287) (xy 88.507302 85.678712) + (xy 88.957152 85.492838) (xy 89.301628 85.148962) (xy 89.488287 84.699437) (xy 89.488712 84.212698) (xy 89.488712 86.752698) + (xy 89.302838 86.302848) (xy 88.958962 85.958372) (xy 88.509437 85.771713) (xy 88.022698 85.771288) (xy 87.572848 85.957162) + (xy 87.228372 86.301038) (xy 87.041713 86.750563) (xy 87.041288 87.237302) (xy 87.227162 87.687152) (xy 87.571038 88.031628) + (xy 88.020563 88.218287) (xy 88.507302 88.218712) (xy 88.957152 88.032838) (xy 89.301628 87.688962) (xy 89.488287 87.239437) + (xy 89.488712 86.752698) (xy 89.488712 89.292698) (xy 89.302838 88.842848) (xy 88.958962 88.498372) (xy 88.509437 88.311713) + (xy 88.022698 88.311288) (xy 87.572848 88.497162) (xy 87.228372 88.841038) (xy 87.041713 89.290563) (xy 87.041288 89.777302) + (xy 87.227162 90.227152) (xy 87.571038 90.571628) (xy 88.020563 90.758287) (xy 88.507302 90.758712) (xy 88.957152 90.572838) + (xy 89.301628 90.228962) (xy 89.488287 89.779437) (xy 89.488712 89.292698) (xy 89.488712 91.832698) (xy 89.302838 91.382848) + (xy 88.958962 91.038372) (xy 88.509437 90.851713) (xy 88.022698 90.851288) (xy 87.572848 91.037162) (xy 87.228372 91.381038) + (xy 87.041713 91.830563) (xy 87.041288 92.317302) (xy 87.227162 92.767152) (xy 87.571038 93.111628) (xy 88.020563 93.298287) + (xy 88.507302 93.298712) (xy 88.957152 93.112838) (xy 89.301628 92.768962) (xy 89.488287 92.319437) (xy 89.488712 91.832698) + (xy 89.488712 94.372698) (xy 89.302838 93.922848) (xy 88.958962 93.578372) (xy 88.509437 93.391713) (xy 88.022698 93.391288) + (xy 87.572848 93.577162) (xy 87.228372 93.921038) (xy 87.041713 94.370563) (xy 87.041288 94.857302) (xy 87.227162 95.307152) + (xy 87.571038 95.651628) (xy 88.020563 95.838287) (xy 88.507302 95.838712) (xy 88.957152 95.652838) (xy 89.301628 95.308962) + (xy 89.488287 94.859437) (xy 89.488712 94.372698) (xy 89.488712 96.912698) (xy 89.302838 96.462848) (xy 88.958962 96.118372) + (xy 88.509437 95.931713) (xy 88.022698 95.931288) (xy 87.572848 96.117162) (xy 87.228372 96.461038) (xy 87.041713 96.910563) + (xy 87.041288 97.397302) (xy 87.227162 97.847152) (xy 87.571038 98.191628) (xy 88.020563 98.378287) (xy 88.507302 98.378712) + (xy 88.957152 98.192838) (xy 89.301628 97.848962) (xy 89.488287 97.399437) (xy 89.488712 96.912698) (xy 89.488712 99.452698) + (xy 89.302838 99.002848) (xy 88.958962 98.658372) (xy 88.509437 98.471713) (xy 88.022698 98.471288) (xy 87.572848 98.657162) + (xy 87.228372 99.001038) (xy 87.041713 99.450563) (xy 87.041288 99.937302) (xy 87.227162 100.387152) (xy 87.571038 100.731628) + (xy 88.020563 100.918287) (xy 88.31165 100.918541) (xy 88.311332 101.283999) (xy 88.458618 101.64046) (xy 88.731105 101.913423) + (xy 89.087308 102.061332) (xy 89.472999 102.061668) (xy 89.82946 101.914382) (xy 90.102423 101.641895) (xy 90.250332 101.285692) + (xy 90.250668 100.900001) (xy 90.250668 125.77657) (xy 89.927698 125.776288) (xy 89.477848 125.962162) (xy 89.133372 126.306038) + (xy 88.946713 126.755563) (xy 88.946288 127.242302) (xy 89.132162 127.692152) (xy 89.476038 128.036628) (xy 89.925563 128.223287) + (xy 90.412302 128.223712) (xy 90.862152 128.037838) (xy 91.206628 127.693962) (xy 91.393287 127.244437) (xy 91.393712 126.757698) + (xy 91.393712 135.647698) (xy 91.207838 135.197848) (xy 90.863962 134.853372) (xy 90.414437 134.666713) (xy 89.927698 134.666288) + (xy 89.477848 134.852162) (xy 89.133372 135.196038) (xy 88.946713 135.645563) (xy 88.946288 136.132302) (xy 89.132162 136.582152) + (xy 89.476038 136.926628) (xy 89.925563 137.113287) (xy 90.412302 137.113712) (xy 90.862152 136.927838) (xy 91.206628 136.583962) + (xy 91.393287 136.134437) (xy 91.393712 135.647698) (xy 91.393712 142.632698) (xy 91.207838 142.182848) (xy 90.863962 141.838372) + (xy 90.414437 141.651713) (xy 89.927698 141.651288) (xy 89.477848 141.837162) (xy 89.133372 142.181038) (xy 88.946713 142.630563) + (xy 88.946288 143.117302) (xy 89.132162 143.567152) (xy 89.476038 143.911628) (xy 89.925563 144.098287) (xy 90.412302 144.098712) + (xy 90.862152 143.912838) (xy 91.206628 143.568962) (xy 91.393287 143.119437) (xy 91.393712 142.632698) (xy 91.393712 146.667959) + (xy 91.185123 146.667777) (xy 90.711925 146.863298) (xy 90.349571 147.225021) (xy 90.187 147.616535) (xy 90.187 147.088571) + (xy 90.107074 146.895611) (xy 89.959389 146.747926) (xy 89.766429 146.668) (xy 89.557571 146.668) (xy 88.853712 146.668) + (xy 88.853712 142.632698) (xy 88.853712 135.647698) (xy 88.853712 126.757698) (xy 88.667838 126.307848) (xy 88.472668 126.112337) + (xy 88.472668 106.234001) (xy 88.325382 105.87754) (xy 88.052895 105.604577) (xy 87.696692 105.456668) (xy 87.311001 105.456332) + (xy 86.95454 105.603618) (xy 86.758415 105.7994) (xy 86.599901 105.7994) (xy 86.78146 105.724382) (xy 87.054423 105.451895) + (xy 87.202332 105.095692) (xy 87.202668 104.710001) (xy 87.055382 104.35354) (xy 86.782895 104.080577) (xy 86.694668 104.043941) + (xy 86.694668 81.596001) (xy 86.547382 81.23954) (xy 86.274895 80.966577) (xy 85.918692 80.818668) (xy 85.533001 80.818332) + (xy 85.17654 80.965618) (xy 84.903577 81.238105) (xy 84.755668 81.594308) (xy 84.755332 81.979999) (xy 84.902618 82.33646) + (xy 85.175105 82.609423) (xy 85.531308 82.757332) (xy 85.916999 82.757668) (xy 86.27346 82.610382) (xy 86.546423 82.337895) + (xy 86.694332 81.981692) (xy 86.694668 81.596001) (xy 86.694668 104.043941) (xy 86.426692 103.932668) (xy 86.186668 103.932458) + (xy 86.186668 100.773001) (xy 86.059668 100.465636) (xy 86.059668 96.455001) (xy 85.912382 96.09854) (xy 85.639895 95.825577) + (xy 85.283692 95.677668) (xy 84.898001 95.677332) (xy 84.54154 95.824618) (xy 84.268577 96.097105) (xy 84.120668 96.453308) + (xy 84.120332 96.838999) (xy 84.267618 97.19546) (xy 84.540105 97.468423) (xy 84.896308 97.616332) (xy 85.281999 97.616668) + (xy 85.63846 97.469382) (xy 85.911423 97.196895) (xy 86.059332 96.840692) (xy 86.059668 96.455001) (xy 86.059668 100.465636) + (xy 86.039382 100.41654) (xy 85.766895 100.143577) (xy 85.410692 99.995668) (xy 85.025001 99.995332) (xy 84.66854 100.142618) + (xy 84.395577 100.415105) (xy 84.247668 100.771308) (xy 84.247332 101.156999) (xy 84.394618 101.51346) (xy 84.667105 101.786423) + (xy 85.023308 101.934332) (xy 85.408999 101.934668) (xy 85.76546 101.787382) (xy 86.038423 101.514895) (xy 86.186332 101.158692) + (xy 86.186668 100.773001) (xy 86.186668 103.932458) (xy 86.041001 103.932332) (xy 85.742011 104.055871) (xy 85.639895 103.953577) + (xy 85.297668 103.811471) (xy 85.297668 102.551001) (xy 85.150382 102.19454) (xy 84.877895 101.921577) (xy 84.521692 101.773668) + (xy 84.136001 101.773332) (xy 83.900668 101.870569) (xy 83.900668 79.183001) (xy 83.753382 78.82654) (xy 83.480895 78.553577) + (xy 83.191505 78.433411) (xy 83.22546 78.419382) (xy 83.498423 78.146895) (xy 83.646332 77.790692) (xy 83.646668 77.405001) + (xy 83.499382 77.04854) (xy 83.226895 76.775577) (xy 82.870692 76.627668) (xy 82.485001 76.627332) (xy 82.12854 76.774618) + (xy 81.855577 77.047105) (xy 81.707668 77.403308) (xy 81.707332 77.788999) (xy 81.854618 78.14546) (xy 82.127105 78.418423) + (xy 82.416494 78.538588) (xy 82.38254 78.552618) (xy 82.109577 78.825105) (xy 81.961668 79.181308) (xy 81.961332 79.566999) + (xy 82.108618 79.92346) (xy 82.381105 80.196423) (xy 82.737308 80.344332) (xy 83.122999 80.344668) (xy 83.47946 80.197382) + (xy 83.752423 79.924895) (xy 83.900332 79.568692) (xy 83.900668 79.183001) (xy 83.900668 101.870569) (xy 83.77954 101.920618) + (xy 83.506577 102.193105) (xy 83.358668 102.549308) (xy 83.358332 102.934999) (xy 83.505618 103.29146) (xy 83.778105 103.564423) + (xy 84.134308 103.712332) (xy 84.519999 103.712668) (xy 84.87646 103.565382) (xy 85.149423 103.292895) (xy 85.297332 102.936692) + (xy 85.297668 102.551001) (xy 85.297668 103.811471) (xy 85.283692 103.805668) (xy 84.898001 103.805332) (xy 84.54154 103.952618) + (xy 84.268577 104.225105) (xy 84.120668 104.581308) (xy 84.120332 104.966999) (xy 84.267618 105.32346) (xy 84.540105 105.596423) + (xy 84.896308 105.744332) (xy 85.281999 105.744668) (xy 85.580988 105.621128) (xy 85.683105 105.723423) (xy 85.866077 105.7994) + (xy 81.868668 105.7994) (xy 81.868668 81.469001) (xy 81.721382 81.11254) (xy 81.448895 80.839577) (xy 81.092692 80.691668) + (xy 80.707001 80.691332) (xy 80.598668 80.736094) (xy 80.598668 78.421001) (xy 80.451382 78.06454) (xy 80.178895 77.791577) + (xy 79.822692 77.643668) (xy 79.437001 77.643332) (xy 79.08054 77.790618) (xy 78.807577 78.063105) (xy 78.659668 78.419308) + (xy 78.659332 78.804999) (xy 78.806618 79.16146) (xy 79.079105 79.434423) (xy 79.435308 79.582332) (xy 79.820999 79.582668) + (xy 80.17746 79.435382) (xy 80.450423 79.162895) (xy 80.598332 78.806692) (xy 80.598668 78.421001) (xy 80.598668 80.736094) + (xy 80.35054 80.838618) (xy 80.077577 81.111105) (xy 79.929668 81.467308) (xy 79.929332 81.852999) (xy 80.076618 82.20946) + (xy 80.349105 82.482423) (xy 80.705308 82.630332) (xy 81.090999 82.630668) (xy 81.44746 82.483382) (xy 81.720423 82.210895) + (xy 81.868332 81.854692) (xy 81.868668 81.469001) (xy 81.868668 105.7994) (xy 80.344668 105.7994) (xy 80.344668 87.819001) + (xy 80.197382 87.46254) (xy 80.004229 87.269049) (xy 80.090332 87.061692) (xy 80.090668 86.676001) (xy 79.943382 86.31954) + (xy 79.670895 86.046577) (xy 79.314692 85.898668) (xy 79.302208 85.898657) (xy 79.561423 85.639895) (xy 79.709332 85.283692) + (xy 79.709668 84.898001) (xy 79.562382 84.54154) (xy 79.289895 84.268577) (xy 78.933692 84.120668) (xy 78.548001 84.120332) + (xy 78.19154 84.267618) (xy 77.918577 84.540105) (xy 77.770668 84.896308) (xy 77.770332 85.281999) (xy 77.917618 85.63846) + (xy 78.190105 85.911423) (xy 78.546308 86.059332) (xy 78.558791 86.059342) (xy 78.299577 86.318105) (xy 78.151668 86.674308) + (xy 78.151332 87.059999) (xy 78.298618 87.41646) (xy 78.49177 87.60995) (xy 78.405668 87.817308) (xy 78.405332 88.202999) + (xy 78.552618 88.55946) (xy 78.825105 88.832423) (xy 79.181308 88.980332) (xy 79.566999 88.980668) (xy 79.92346 88.833382) + (xy 80.196423 88.560895) (xy 80.344332 88.204692) (xy 80.344668 87.819001) (xy 80.344668 105.7994) (xy 79.582668 105.7994) + (xy 79.582668 102.551001) (xy 79.435382 102.19454) (xy 79.162895 101.921577) (xy 78.947668 101.832206) (xy 78.947668 91.629001) + (xy 78.800382 91.27254) (xy 78.527895 90.999577) (xy 78.171692 90.851668) (xy 77.786001 90.851332) (xy 77.42954 90.998618) + (xy 77.156577 91.271105) (xy 77.008668 91.627308) (xy 77.008332 92.012999) (xy 77.155618 92.36946) (xy 77.428105 92.642423) + (xy 77.784308 92.790332) (xy 78.169999 92.790668) (xy 78.52646 92.643382) (xy 78.799423 92.370895) (xy 78.947332 92.014692) + (xy 78.947668 91.629001) (xy 78.947668 101.832206) (xy 78.806692 101.773668) (xy 78.566668 101.773458) (xy 78.566668 95.312001) + (xy 78.419382 94.95554) (xy 78.146895 94.682577) (xy 77.790692 94.534668) (xy 77.405001 94.534332) (xy 77.04854 94.681618) + (xy 76.915668 94.814258) (xy 76.915668 83.755001) (xy 76.788668 83.447636) (xy 76.788668 81.596001) (xy 76.641382 81.23954) + (xy 76.368895 80.966577) (xy 76.012692 80.818668) (xy 75.627001 80.818332) (xy 75.27054 80.965618) (xy 74.997577 81.238105) + (xy 74.849668 81.594308) (xy 74.849332 81.979999) (xy 74.996618 82.33646) (xy 75.269105 82.609423) (xy 75.625308 82.757332) + (xy 76.010999 82.757668) (xy 76.36746 82.610382) (xy 76.640423 82.337895) (xy 76.788332 81.981692) (xy 76.788668 81.596001) + (xy 76.788668 83.447636) (xy 76.768382 83.39854) (xy 76.495895 83.125577) (xy 76.139692 82.977668) (xy 75.754001 82.977332) + (xy 75.39754 83.124618) (xy 75.124577 83.397105) (xy 74.976668 83.753308) (xy 74.976332 84.138999) (xy 75.123618 84.49546) + (xy 75.396105 84.768423) (xy 75.752308 84.916332) (xy 76.137999 84.916668) (xy 76.49446 84.769382) (xy 76.767423 84.496895) + (xy 76.915332 84.140692) (xy 76.915668 83.755001) (xy 76.915668 94.814258) (xy 76.775577 94.954105) (xy 76.627668 95.310308) + (xy 76.627332 95.695999) (xy 76.672104 95.804357) (xy 76.643001 95.804332) (xy 76.28654 95.951618) (xy 76.013577 96.224105) + (xy 75.865668 96.580308) (xy 75.865332 96.965999) (xy 76.012618 97.32246) (xy 76.285105 97.595423) (xy 76.641308 97.743332) + (xy 77.026999 97.743668) (xy 77.38346 97.596382) (xy 77.656423 97.323895) (xy 77.804332 96.967692) (xy 77.804668 96.582001) + (xy 77.759895 96.473642) (xy 77.788999 96.473668) (xy 78.14546 96.326382) (xy 78.418423 96.053895) (xy 78.566332 95.697692) + (xy 78.566668 95.312001) (xy 78.566668 101.773458) (xy 78.421001 101.773332) (xy 78.06454 101.920618) (xy 77.791577 102.193105) + (xy 77.643668 102.549308) (xy 77.643332 102.934999) (xy 77.790618 103.29146) (xy 78.063105 103.564423) (xy 78.419308 103.712332) + (xy 78.804999 103.712668) (xy 79.16146 103.565382) (xy 79.434423 103.292895) (xy 79.582332 102.936692) (xy 79.582668 102.551001) + (xy 79.582668 105.7994) (xy 77.042382 105.7994) (xy 77.042668 105.472001) (xy 76.895382 105.11554) (xy 76.622895 104.842577) + (xy 76.266692 104.694668) (xy 75.881001 104.694332) (xy 75.52454 104.841618) (xy 75.251577 105.114105) (xy 75.103668 105.470308) + (xy 75.103381 105.7994) (xy 74.7946 105.7994) (xy 74.7946 91.694) (xy 74.7946 87.884) (xy 74.746903 87.644211) + (xy 74.746903 87.64421) (xy 74.611073 87.440927) (xy 73.7786 86.608454) (xy 73.7786 85.725) (xy 73.730903 85.485211) + (xy 73.730902 85.48521) (xy 73.595073 85.281927) (xy 73.341073 85.027927) (xy 73.13779 84.892097) (xy 72.898 84.8444) + (xy 72.3816 84.8444) (xy 72.3816 84.662382) (xy 72.708999 84.662668) (xy 73.06546 84.515382) (xy 73.338423 84.242895) + (xy 73.486332 83.886692) (xy 73.486668 83.501001) (xy 73.339382 83.14454) (xy 73.066895 82.871577) (xy 72.710692 82.723668) + (xy 72.601074 82.723572) (xy 72.6356 82.55) (xy 72.6356 82.532378) (xy 72.830423 82.337895) (xy 72.978332 81.981692) + (xy 72.978668 81.596001) (xy 72.831382 81.23954) (xy 72.558895 80.966577) (xy 72.202692 80.818668) (xy 71.8736 80.818381) + (xy 71.8736 78.087378) (xy 72.068423 77.892895) (xy 72.216332 77.536692) (xy 72.216668 77.151001) (xy 72.069382 76.79454) + (xy 71.796895 76.521577) (xy 71.440692 76.373668) (xy 71.055001 76.373332) (xy 70.69854 76.520618) (xy 70.425577 76.793105) + (xy 70.277668 77.149308) (xy 70.277332 77.534999) (xy 70.424618 77.89146) (xy 70.6204 78.087584) (xy 70.6204 88.392) + (xy 70.668097 88.63179) (xy 70.803927 88.835073) (xy 72.1444 90.175546) (xy 72.1444 91.457621) (xy 71.949577 91.652105) + (xy 71.801668 92.008308) (xy 71.801332 92.393999) (xy 71.948618 92.75046) (xy 72.221105 93.023423) (xy 72.577308 93.171332) + (xy 72.817539 93.171541) (xy 72.817332 93.409999) (xy 72.964618 93.76646) (xy 73.237105 94.039423) (xy 73.593308 94.187332) + (xy 73.978999 94.187668) (xy 74.33546 94.040382) (xy 74.608423 93.767895) (xy 74.756332 93.411692) (xy 74.756668 93.026001) + (xy 74.609382 92.66954) (xy 74.4136 92.473415) (xy 74.4136 92.334546) (xy 74.611073 92.137073) (xy 74.746902 91.93379) + (xy 74.746903 91.933789) (xy 74.7946 91.694) (xy 74.7946 105.7994) (xy 74.058223 105.7994) (xy 74.058223 100.202123) + (xy 73.862702 99.728925) (xy 73.500979 99.366571) (xy 73.068043 99.1868) (xy 73.499075 99.008702) (xy 73.861429 98.646979) + (xy 74.057776 98.174123) (xy 74.058223 97.662123) (xy 73.862702 97.188925) (xy 73.500979 96.826571) (xy 73.028123 96.630224) + (xy 72.516123 96.629777) (xy 72.042925 96.825298) (xy 71.680571 97.187021) (xy 71.484224 97.659877) (xy 71.483777 98.171877) + (xy 71.679298 98.645075) (xy 72.041021 99.007429) (xy 72.473956 99.187199) (xy 72.042925 99.365298) (xy 71.680571 99.727021) + (xy 71.484224 100.199877) (xy 71.483777 100.711877) (xy 71.679298 101.185075) (xy 72.041021 101.547429) (xy 72.513877 101.743776) + (xy 73.025877 101.744223) (xy 73.499075 101.548702) (xy 73.861429 101.186979) (xy 74.057776 100.714123) (xy 74.058223 100.202123) + (xy 74.058223 105.7994) (xy 73.994668 105.7994) (xy 73.994668 103.567001) (xy 73.847382 103.21054) (xy 73.574895 102.937577) + (xy 73.218692 102.789668) (xy 72.833001 102.789332) (xy 72.47654 102.936618) (xy 72.203577 103.209105) (xy 72.055668 103.565308) + (xy 72.055332 103.950999) (xy 72.202618 104.30746) (xy 72.475105 104.580423) (xy 72.831308 104.728332) (xy 73.216999 104.728668) + (xy 73.57346 104.581382) (xy 73.846423 104.308895) (xy 73.994332 103.952692) (xy 73.994668 103.567001) (xy 73.994668 105.7994) + (xy 68.914668 105.7994) (xy 68.914668 85.279001) (xy 68.767382 84.92254) (xy 68.494895 84.649577) (xy 68.138692 84.501668) + (xy 67.753001 84.501332) (xy 67.39654 84.648618) (xy 67.123577 84.921105) (xy 66.975668 85.277308) (xy 66.975332 85.662999) + (xy 67.122618 86.01946) (xy 67.395105 86.292423) (xy 67.751308 86.440332) (xy 68.136999 86.440668) (xy 68.49346 86.293382) + (xy 68.766423 86.020895) (xy 68.914332 85.664692) (xy 68.914668 85.279001) (xy 68.914668 105.7994) (xy 67.673378 105.7994) + (xy 67.478895 105.604577) (xy 67.122692 105.456668) (xy 66.737001 105.456332) (xy 66.38054 105.603618) (xy 66.107577 105.876105) + (xy 65.959668 106.232308) (xy 65.959332 106.617999) (xy 66.106618 106.97446) (xy 66.379105 107.247423) (xy 66.735308 107.395332) + (xy 67.120999 107.395668) (xy 67.47746 107.248382) (xy 67.673584 107.0526) (xy 86.758621 107.0526) (xy 86.953105 107.247423) + (xy 87.309308 107.395332) (xy 87.694999 107.395668) (xy 88.05146 107.248382) (xy 88.324423 106.975895) (xy 88.472332 106.619692) + (xy 88.472668 106.234001) (xy 88.472668 126.112337) (xy 88.323962 125.963372) (xy 87.874437 125.776713) (xy 87.387698 125.776288) + (xy 86.937848 125.962162) (xy 86.593372 126.306038) (xy 86.406713 126.755563) (xy 86.406288 127.242302) (xy 86.592162 127.692152) + (xy 86.936038 128.036628) (xy 87.385563 128.223287) (xy 87.872302 128.223712) (xy 88.322152 128.037838) (xy 88.666628 127.693962) + (xy 88.853287 127.244437) (xy 88.853712 126.757698) (xy 88.853712 135.647698) (xy 88.667838 135.197848) (xy 88.323962 134.853372) + (xy 87.874437 134.666713) (xy 87.387698 134.666288) (xy 86.937848 134.852162) (xy 86.593372 135.196038) (xy 86.406713 135.645563) + (xy 86.406288 136.132302) (xy 86.592162 136.582152) (xy 86.936038 136.926628) (xy 87.385563 137.113287) (xy 87.872302 137.113712) + (xy 88.322152 136.927838) (xy 88.666628 136.583962) (xy 88.853287 136.134437) (xy 88.853712 135.647698) (xy 88.853712 142.632698) + (xy 88.667838 142.182848) (xy 88.323962 141.838372) (xy 87.874437 141.651713) (xy 87.387698 141.651288) (xy 86.937848 141.837162) + (xy 86.593372 142.181038) (xy 86.406713 142.630563) (xy 86.406288 143.117302) (xy 86.592162 143.567152) (xy 86.936038 143.911628) + (xy 87.09074 143.975866) (xy 86.82754 144.084618) (xy 86.631415 144.2804) (xy 86.088378 144.2804) (xy 85.902739 144.094436) + (xy 86.085889 144.018574) (xy 86.233574 143.870889) (xy 86.3135 143.677929) (xy 86.3135 143.469071) (xy 86.3135 143.03125) + (xy 86.3135 142.71875) (xy 86.3135 142.280929) (xy 86.3135 142.072071) (xy 86.3135 136.692929) (xy 86.3135 136.484071) + (xy 86.3135 136.04625) (xy 86.3135 135.73375) (xy 86.3135 135.295929) (xy 86.3135 135.087071) (xy 86.3135 127.802929) + (xy 86.3135 127.594071) (xy 86.3135 127.15625) (xy 86.3135 126.84375) (xy 86.3135 126.405929) (xy 86.3135 126.197071) + (xy 86.233574 126.004111) (xy 86.085889 125.856426) (xy 85.892929 125.7765) (xy 85.24625 125.7765) (xy 85.115 125.90775) + (xy 85.115 126.975) (xy 86.18225 126.975) (xy 86.3135 126.84375) (xy 86.3135 127.15625) (xy 86.18225 127.025) + (xy 85.115 127.025) (xy 85.115 128.09225) (xy 85.24625 128.2235) (xy 85.892929 128.2235) (xy 86.085889 128.143574) + (xy 86.233574 127.995889) (xy 86.3135 127.802929) (xy 86.3135 135.087071) (xy 86.233574 134.894111) (xy 86.085889 134.746426) + (xy 85.892929 134.6665) (xy 85.24625 134.6665) (xy 85.115 134.79775) (xy 85.115 135.865) (xy 86.18225 135.865) + (xy 86.3135 135.73375) (xy 86.3135 136.04625) (xy 86.18225 135.915) (xy 85.115 135.915) (xy 85.115 136.98225) + (xy 85.24625 137.1135) (xy 85.892929 137.1135) (xy 86.085889 137.033574) (xy 86.233574 136.885889) (xy 86.3135 136.692929) + (xy 86.3135 142.072071) (xy 86.233574 141.879111) (xy 86.085889 141.731426) (xy 85.892929 141.6515) (xy 85.24625 141.6515) + (xy 85.115 141.78275) (xy 85.115 142.85) (xy 86.18225 142.85) (xy 86.3135 142.71875) (xy 86.3135 143.03125) + (xy 86.18225 142.9) (xy 85.115 142.9) (xy 85.115 142.92) (xy 85.065 142.92) (xy 85.065 142.9) + (xy 85.065 142.85) (xy 85.065 141.78275) (xy 85.065 136.98225) (xy 85.065 135.915) (xy 85.065 135.865) + (xy 85.065 134.79775) (xy 85.065 128.09225) (xy 85.065 127.025) (xy 85.065 126.975) (xy 85.065 125.90775) + (xy 84.93375 125.7765) (xy 84.535668 125.7765) (xy 84.535668 111.695001) (xy 84.388382 111.33854) (xy 84.115895 111.065577) + (xy 83.759692 110.917668) (xy 83.374001 110.917332) (xy 83.01754 111.064618) (xy 82.744577 111.337105) (xy 82.596668 111.693308) + (xy 82.596332 112.078999) (xy 82.743618 112.43546) (xy 83.016105 112.708423) (xy 83.372308 112.856332) (xy 83.757999 112.856668) + (xy 84.11446 112.709382) (xy 84.387423 112.436895) (xy 84.535332 112.080692) (xy 84.535668 111.695001) (xy 84.535668 125.7765) + (xy 84.287071 125.7765) (xy 84.094111 125.856426) (xy 83.946426 126.004111) (xy 83.8665 126.197071) (xy 83.8665 126.405929) + (xy 83.8665 126.84375) (xy 83.99775 126.975) (xy 85.065 126.975) (xy 85.065 127.025) (xy 83.99775 127.025) + (xy 83.8665 127.15625) (xy 83.8665 127.594071) (xy 83.8665 127.802929) (xy 83.946426 127.995889) (xy 84.094111 128.143574) + (xy 84.287071 128.2235) (xy 84.93375 128.2235) (xy 85.065 128.09225) (xy 85.065 134.79775) (xy 84.93375 134.6665) + (xy 84.287071 134.6665) (xy 84.094111 134.746426) (xy 83.946426 134.894111) (xy 83.8665 135.087071) (xy 83.8665 135.295929) + (xy 83.8665 135.73375) (xy 83.99775 135.865) (xy 85.065 135.865) (xy 85.065 135.915) (xy 83.99775 135.915) + (xy 83.8665 136.04625) (xy 83.8665 136.484071) (xy 83.8665 136.692929) (xy 83.946426 136.885889) (xy 84.094111 137.033574) + (xy 84.287071 137.1135) (xy 84.93375 137.1135) (xy 85.065 136.98225) (xy 85.065 141.78275) (xy 84.93375 141.6515) + (xy 84.287071 141.6515) (xy 84.094111 141.731426) (xy 83.946426 141.879111) (xy 83.8665 142.072071) (xy 83.8665 142.280929) + (xy 83.8665 142.71875) (xy 83.99775 142.85) (xy 85.065 142.85) (xy 85.065 142.9) (xy 83.99775 142.9) + (xy 83.8665 143.03125) (xy 83.8665 143.469071) (xy 83.8665 143.677929) (xy 83.946426 143.870889) (xy 84.094111 144.018574) + (xy 84.287071 144.0985) (xy 84.781633 144.0985) (xy 84.522577 144.357105) (xy 84.374668 144.713308) (xy 84.374332 145.098999) + (xy 84.521618 145.45546) (xy 84.794105 145.728423) (xy 85.150308 145.876332) (xy 85.535999 145.876668) (xy 85.89246 145.729382) + (xy 86.088584 145.5336) (xy 86.631621 145.5336) (xy 86.826105 145.728423) (xy 87.182308 145.876332) (xy 87.567999 145.876668) + (xy 87.92446 145.729382) (xy 88.197423 145.456895) (xy 88.345332 145.100692) (xy 88.345668 144.715001) (xy 88.198382 144.35854) + (xy 87.925895 144.085577) (xy 87.91502 144.081061) (xy 88.322152 143.912838) (xy 88.666628 143.568962) (xy 88.853287 143.119437) + (xy 88.853712 142.632698) (xy 88.853712 146.668) (xy 88.033571 146.668) (xy 87.840611 146.747926) (xy 87.692926 146.895611) + (xy 87.613 147.088571) (xy 87.613 147.297429) (xy 87.613 148.821429) (xy 87.692926 149.014389) (xy 87.840611 149.162074) + (xy 88.033571 149.242) (xy 88.242429 149.242) (xy 89.766429 149.242) (xy 89.959389 149.162074) (xy 90.107074 149.014389) + (xy 90.187 148.821429) (xy 90.187 148.612571) (xy 90.187 148.292703) (xy 90.348298 148.683075) (xy 90.710021 149.045429) + (xy 91.182877 149.241776) (xy 91.694877 149.242223) (xy 92.168075 149.046702) (xy 92.530429 148.684979) (xy 92.726776 148.212123) + (xy 92.727223 147.700123) (xy 92.727223 153.822511) (xy 80.852668 153.776839) (xy 80.852668 119.442001) (xy 80.705382 119.08554) + (xy 80.432895 118.812577) (xy 80.076692 118.664668) (xy 79.709668 118.664348) (xy 79.709668 110.171001) (xy 79.562382 109.81454) + (xy 79.289895 109.541577) (xy 78.933692 109.393668) (xy 78.548001 109.393332) (xy 78.19154 109.540618) (xy 77.918577 109.813105) + (xy 77.770668 110.169308) (xy 77.770332 110.554999) (xy 77.917618 110.91146) (xy 78.190105 111.184423) (xy 78.546308 111.332332) + (xy 78.931999 111.332668) (xy 79.28846 111.185382) (xy 79.561423 110.912895) (xy 79.709332 110.556692) (xy 79.709668 110.171001) + (xy 79.709668 118.664348) (xy 79.691001 118.664332) (xy 79.33454 118.811618) (xy 79.061577 119.084105) (xy 78.913668 119.440308) + (xy 78.913332 119.825999) (xy 79.060618 120.18246) (xy 79.333105 120.455423) (xy 79.689308 120.603332) (xy 80.074999 120.603668) + (xy 80.43146 120.456382) (xy 80.704423 120.183895) (xy 80.852332 119.827692) (xy 80.852668 119.442001) (xy 80.852668 153.776839) + (xy 79.455668 153.771466) (xy 79.455668 145.731001) (xy 79.455668 142.683001) (xy 79.455668 139.635001) (xy 79.308382 139.27854) + (xy 79.035895 139.005577) (xy 78.679692 138.857668) (xy 78.566668 138.857569) (xy 78.566668 127.189001) (xy 78.419382 126.83254) + (xy 78.146895 126.559577) (xy 77.790692 126.411668) (xy 77.405001 126.411332) (xy 77.04854 126.558618) (xy 76.775577 126.831105) + (xy 76.627668 127.187308) (xy 76.627332 127.572999) (xy 76.774618 127.92946) (xy 77.047105 128.202423) (xy 77.403308 128.350332) + (xy 77.788999 128.350668) (xy 78.14546 128.203382) (xy 78.418423 127.930895) (xy 78.566332 127.574692) (xy 78.566668 127.189001) + (xy 78.566668 138.857569) (xy 78.294001 138.857332) (xy 77.93754 139.004618) (xy 77.664577 139.277105) (xy 77.516668 139.633308) + (xy 77.516332 140.018999) (xy 77.663618 140.37546) (xy 77.936105 140.648423) (xy 78.292308 140.796332) (xy 78.677999 140.796668) + (xy 79.03446 140.649382) (xy 79.307423 140.376895) (xy 79.455332 140.020692) (xy 79.455668 139.635001) (xy 79.455668 142.683001) + (xy 79.308382 142.32654) (xy 79.035895 142.053577) (xy 78.679692 141.905668) (xy 78.294001 141.905332) (xy 77.93754 142.052618) + (xy 77.664577 142.325105) (xy 77.516668 142.681308) (xy 77.516332 143.066999) (xy 77.663618 143.42346) (xy 77.936105 143.696423) + (xy 78.292308 143.844332) (xy 78.677999 143.844668) (xy 79.03446 143.697382) (xy 79.307423 143.424895) (xy 79.455332 143.068692) + (xy 79.455668 142.683001) (xy 79.455668 145.731001) (xy 79.308382 145.37454) (xy 79.035895 145.101577) (xy 78.679692 144.953668) + (xy 78.294001 144.953332) (xy 77.93754 145.100618) (xy 77.664577 145.373105) (xy 77.516668 145.729308) (xy 77.516332 146.114999) + (xy 77.663618 146.47146) (xy 77.936105 146.744423) (xy 78.292308 146.892332) (xy 78.677999 146.892668) (xy 79.03446 146.745382) + (xy 79.307423 146.472895) (xy 79.455332 146.116692) (xy 79.455668 145.731001) (xy 79.455668 153.771466) (xy 76.534668 153.760231) + (xy 76.534668 119.569001) (xy 76.387382 119.21254) (xy 76.114895 118.939577) (xy 75.758692 118.791668) (xy 75.373001 118.791332) + (xy 75.01654 118.938618) (xy 74.743577 119.211105) (xy 74.595668 119.567308) (xy 74.595332 119.952999) (xy 74.742618 120.30946) + (xy 75.015105 120.582423) (xy 75.371308 120.730332) (xy 75.756999 120.730668) (xy 76.11346 120.583382) (xy 76.386423 120.310895) + (xy 76.534332 119.954692) (xy 76.534668 119.569001) (xy 76.534668 153.760231) (xy 74.058223 153.750706) (xy 74.058223 123.062123) + (xy 74.058223 117.982123) (xy 73.862702 117.508925) (xy 73.500979 117.146571) (xy 73.028123 116.950224) (xy 72.516123 116.949777) + (xy 72.343668 117.021033) (xy 72.343668 114.997001) (xy 72.196382 114.64054) (xy 71.923895 114.367577) (xy 71.567692 114.219668) + (xy 71.182001 114.219332) (xy 70.82554 114.366618) (xy 70.552577 114.639105) (xy 70.404668 114.995308) (xy 70.404332 115.380999) + (xy 70.551618 115.73746) (xy 70.824105 116.010423) (xy 71.180308 116.158332) (xy 71.565999 116.158668) (xy 71.92246 116.011382) + (xy 72.195423 115.738895) (xy 72.343332 115.382692) (xy 72.343668 114.997001) (xy 72.343668 117.021033) (xy 72.042925 117.145298) + (xy 71.680571 117.507021) (xy 71.484224 117.979877) (xy 71.483777 118.491877) (xy 71.679298 118.965075) (xy 72.041021 119.327429) + (xy 72.513877 119.523776) (xy 73.025877 119.524223) (xy 73.499075 119.328702) (xy 73.861429 118.966979) (xy 74.057776 118.494123) + (xy 74.058223 117.982123) (xy 74.058223 123.062123) (xy 73.862702 122.588925) (xy 73.500979 122.226571) (xy 73.028123 122.030224) + (xy 72.516123 122.029777) (xy 72.042925 122.225298) (xy 71.680571 122.587021) (xy 71.484224 123.059877) (xy 71.483777 123.571877) + (xy 71.679298 124.045075) (xy 72.041021 124.407429) (xy 72.513877 124.603776) (xy 73.025877 124.604223) (xy 73.499075 124.408702) + (xy 73.861429 124.046979) (xy 74.057776 123.574123) (xy 74.058223 123.062123) (xy 74.058223 153.750706) (xy 71.772223 153.741914) + (xy 71.772223 141.096123) (xy 71.772223 138.429123) (xy 71.772223 135.635123) (xy 71.772223 132.841123) (xy 71.576702 132.367925) + (xy 71.214979 132.005571) (xy 70.742123 131.809224) (xy 70.375421 131.808903) (xy 70.375421 125.375764) (xy 70.006255 124.482314) + (xy 69.323282 123.798147) (xy 68.430478 123.427422) (xy 67.463764 123.426579) (xy 66.570314 123.795745) (xy 65.886147 124.478718) + (xy 65.515422 125.371522) (xy 65.514579 126.338236) (xy 65.883745 127.231686) (xy 66.566718 127.915853) (xy 67.459522 128.286578) + (xy 68.426236 128.287421) (xy 69.319686 127.918255) (xy 70.003853 127.235282) (xy 70.374578 126.342478) (xy 70.375421 125.375764) + (xy 70.375421 131.808903) (xy 70.230123 131.808777) (xy 69.756925 132.004298) (xy 69.394571 132.366021) (xy 69.198224 132.838877) + (xy 69.197777 133.350877) (xy 69.393298 133.824075) (xy 69.755021 134.186429) (xy 70.227877 134.382776) (xy 70.739877 134.383223) + (xy 71.213075 134.187702) (xy 71.575429 133.825979) (xy 71.771776 133.353123) (xy 71.772223 132.841123) (xy 71.772223 135.635123) + (xy 71.576702 135.161925) (xy 71.214979 134.799571) (xy 70.742123 134.603224) (xy 70.230123 134.602777) (xy 69.756925 134.798298) + (xy 69.394571 135.160021) (xy 69.232223 135.550998) (xy 69.232223 134.238123) (xy 69.036702 133.764925) (xy 68.674979 133.402571) + (xy 68.202123 133.206224) (xy 67.690123 133.205777) (xy 67.216925 133.401298) (xy 66.854571 133.763021) (xy 66.658224 134.235877) + (xy 66.657777 134.747877) (xy 66.853298 135.221075) (xy 67.215021 135.583429) (xy 67.687877 135.779776) (xy 68.199877 135.780223) + (xy 68.673075 135.584702) (xy 69.035429 135.222979) (xy 69.231776 134.750123) (xy 69.232223 134.238123) (xy 69.232223 135.550998) + (xy 69.198224 135.632877) (xy 69.197777 136.144877) (xy 69.393298 136.618075) (xy 69.755021 136.980429) (xy 70.227877 137.176776) + (xy 70.739877 137.177223) (xy 71.213075 136.981702) (xy 71.575429 136.619979) (xy 71.771776 136.147123) (xy 71.772223 135.635123) + (xy 71.772223 138.429123) (xy 71.576702 137.955925) (xy 71.214979 137.593571) (xy 70.742123 137.397224) (xy 70.230123 137.396777) + (xy 69.756925 137.592298) (xy 69.394571 137.954021) (xy 69.232223 138.344998) (xy 69.232223 137.032123) (xy 69.036702 136.558925) + (xy 68.674979 136.196571) (xy 68.202123 136.000224) (xy 67.690123 135.999777) (xy 67.216925 136.195298) (xy 66.854571 136.557021) + (xy 66.658224 137.029877) (xy 66.657777 137.541877) (xy 66.853298 138.015075) (xy 67.215021 138.377429) (xy 67.687877 138.573776) + (xy 68.199877 138.574223) (xy 68.673075 138.378702) (xy 69.035429 138.016979) (xy 69.231776 137.544123) (xy 69.232223 137.032123) + (xy 69.232223 138.344998) (xy 69.198224 138.426877) (xy 69.197777 138.938877) (xy 69.393298 139.412075) (xy 69.755021 139.774429) + (xy 70.227877 139.970776) (xy 70.739877 139.971223) (xy 71.213075 139.775702) (xy 71.575429 139.413979) (xy 71.771776 138.941123) + (xy 71.772223 138.429123) (xy 71.772223 141.096123) (xy 71.576702 140.622925) (xy 71.214979 140.260571) (xy 70.742123 140.064224) + (xy 70.230123 140.063777) (xy 69.756925 140.259298) (xy 69.394571 140.621021) (xy 69.232223 141.011998) (xy 69.232223 139.699123) + (xy 69.036702 139.225925) (xy 68.674979 138.863571) (xy 68.202123 138.667224) (xy 67.690123 138.666777) (xy 67.216925 138.862298) + (xy 66.854571 139.224021) (xy 66.658224 139.696877) (xy 66.657777 140.208877) (xy 66.853298 140.682075) (xy 67.215021 141.044429) + (xy 67.687877 141.240776) (xy 68.199877 141.241223) (xy 68.673075 141.045702) (xy 69.035429 140.683979) (xy 69.231776 140.211123) + (xy 69.232223 139.699123) (xy 69.232223 141.011998) (xy 69.198224 141.093877) (xy 69.197777 141.605877) (xy 69.393298 142.079075) + (xy 69.755021 142.441429) (xy 70.227877 142.637776) (xy 70.739877 142.638223) (xy 71.213075 142.442702) (xy 71.575429 142.080979) + (xy 71.771776 141.608123) (xy 71.772223 141.096123) (xy 71.772223 153.741914) (xy 71.772 153.741913) (xy 71.772 145.011429) + (xy 71.772 144.802571) (xy 71.772 143.278571) (xy 71.692074 143.085611) (xy 71.544389 142.937926) (xy 71.351429 142.858) + (xy 71.142571 142.858) (xy 69.618571 142.858) (xy 69.425611 142.937926) (xy 69.277926 143.085611) (xy 69.232223 143.195948) + (xy 69.232223 142.493123) (xy 69.036702 142.019925) (xy 68.674979 141.657571) (xy 68.202123 141.461224) (xy 67.690123 141.460777) + (xy 67.216925 141.656298) (xy 66.854571 142.018021) (xy 66.658224 142.490877) (xy 66.657777 143.002877) (xy 66.853298 143.476075) + (xy 67.215021 143.838429) (xy 67.687877 144.034776) (xy 68.199877 144.035223) (xy 68.673075 143.839702) (xy 69.035429 143.477979) + (xy 69.231776 143.005123) (xy 69.232223 142.493123) (xy 69.232223 143.195948) (xy 69.198 143.278571) (xy 69.198 143.487429) + (xy 69.198 145.011429) (xy 69.277926 145.204389) (xy 69.425611 145.352074) (xy 69.618571 145.432) (xy 69.827429 145.432) + (xy 71.351429 145.432) (xy 71.544389 145.352074) (xy 71.692074 145.204389) (xy 71.772 145.011429) (xy 71.772 153.741913) + (xy 70.375421 153.736542) (xy 70.375421 150.775764) (xy 70.006255 149.882314) (xy 69.323282 149.198147) (xy 68.430478 148.827422) + (xy 67.463764 148.826579) (xy 66.570314 149.195745) (xy 65.886147 149.878718) (xy 65.515422 150.771522) (xy 65.514579 151.738236) + (xy 65.883745 152.631686) (xy 66.566718 153.315853) (xy 67.459522 153.686578) (xy 68.426236 153.687421) (xy 69.319686 153.318255) + (xy 70.003853 152.635282) (xy 70.374578 151.742478) (xy 70.375421 150.775764) (xy 70.375421 153.736542) (xy 63.644355 153.710653) + (xy 63.644355 118.339217) (xy 63.644355 113.259217) (xy 63.644355 106.909217) (xy 63.644355 101.829217) (xy 63.644355 95.479217) + (xy 63.644355 90.399217) (xy 63.644355 84.049217) (xy 63.644355 78.969217) (xy 63.33307 78.215851) (xy 62.757181 77.638955) + (xy 62.004359 77.326357) (xy 61.189217 77.325645) (xy 60.435851 77.63693) (xy 59.858955 78.212819) (xy 59.546357 78.965641) + (xy 59.545645 79.780783) (xy 59.85693 80.534149) (xy 60.432819 81.111045) (xy 61.185641 81.423643) (xy 62.000783 81.424355) + (xy 62.754149 81.11307) (xy 63.331045 80.537181) (xy 63.643643 79.784359) (xy 63.644355 78.969217) (xy 63.644355 84.049217) + (xy 63.33307 83.295851) (xy 62.757181 82.718955) (xy 62.004359 82.406357) (xy 61.189217 82.405645) (xy 60.469245 82.703131) + (xy 60.469245 81.634972) (xy 60.25443 81.11508) (xy 59.857013 80.716968) (xy 59.337496 80.501246) (xy 58.774972 80.500755) + (xy 58.564355 80.58778) (xy 58.564355 78.969217) (xy 58.25307 78.215851) (xy 57.677181 77.638955) (xy 56.924359 77.326357) + (xy 56.109217 77.325645) (xy 55.355851 77.63693) (xy 54.778955 78.212819) (xy 54.466357 78.965641) (xy 54.465645 79.780783) + (xy 54.77693 80.534149) (xy 55.352819 81.111045) (xy 56.105641 81.423643) (xy 56.920783 81.424355) (xy 57.674149 81.11307) + (xy 58.251045 80.537181) (xy 58.563643 79.784359) (xy 58.564355 78.969217) (xy 58.564355 80.58778) (xy 58.25508 80.71557) + (xy 57.856968 81.112987) (xy 57.641246 81.632504) (xy 57.640755 82.195028) (xy 57.85557 82.71492) (xy 58.252987 83.113032) + (xy 58.772504 83.328754) (xy 59.335028 83.329245) (xy 59.85492 83.11443) (xy 60.253032 82.717013) (xy 60.468754 82.197496) + (xy 60.469245 81.634972) (xy 60.469245 82.703131) (xy 60.435851 82.71693) (xy 59.858955 83.292819) (xy 59.546357 84.045641) + (xy 59.545645 84.860783) (xy 59.85693 85.614149) (xy 60.432819 86.191045) (xy 61.185641 86.503643) (xy 62.000783 86.504355) + (xy 62.754149 86.19307) (xy 63.331045 85.617181) (xy 63.643643 84.864359) (xy 63.644355 84.049217) (xy 63.644355 90.399217) + (xy 63.33307 89.645851) (xy 62.757181 89.068955) (xy 62.004359 88.756357) (xy 61.189217 88.755645) (xy 60.435851 89.06693) + (xy 59.858955 89.642819) (xy 59.546357 90.395641) (xy 59.545645 91.210783) (xy 59.85693 91.964149) (xy 60.432819 92.541045) + (xy 61.185641 92.853643) (xy 62.000783 92.854355) (xy 62.754149 92.54307) (xy 63.331045 91.967181) (xy 63.643643 91.214359) + (xy 63.644355 90.399217) (xy 63.644355 95.479217) (xy 63.33307 94.725851) (xy 62.757181 94.148955) (xy 62.004359 93.836357) + (xy 61.189217 93.835645) (xy 60.469245 94.133131) (xy 60.469245 93.064972) (xy 60.25443 92.54508) (xy 59.857013 92.146968) + (xy 59.337496 91.931246) (xy 58.774972 91.930755) (xy 58.564355 92.01778) (xy 58.564355 90.399217) (xy 58.564355 84.049217) + (xy 58.25307 83.295851) (xy 57.677181 82.718955) (xy 56.924359 82.406357) (xy 56.109217 82.405645) (xy 55.355851 82.71693) + (xy 54.778955 83.292819) (xy 54.466357 84.045641) (xy 54.465645 84.860783) (xy 54.77693 85.614149) (xy 55.352819 86.191045) + (xy 56.105641 86.503643) (xy 56.920783 86.504355) (xy 57.674149 86.19307) (xy 58.251045 85.617181) (xy 58.563643 84.864359) + (xy 58.564355 84.049217) (xy 58.564355 90.399217) (xy 58.25307 89.645851) (xy 57.677181 89.068955) (xy 56.924359 88.756357) + (xy 56.109217 88.755645) (xy 55.355851 89.06693) (xy 54.778955 89.642819) (xy 54.466357 90.395641) (xy 54.465645 91.210783) + (xy 54.77693 91.964149) (xy 55.352819 92.541045) (xy 56.105641 92.853643) (xy 56.920783 92.854355) (xy 57.674149 92.54307) + (xy 58.251045 91.967181) (xy 58.563643 91.214359) (xy 58.564355 90.399217) (xy 58.564355 92.01778) (xy 58.25508 92.14557) + (xy 57.856968 92.542987) (xy 57.641246 93.062504) (xy 57.640755 93.625028) (xy 57.85557 94.14492) (xy 58.252987 94.543032) + (xy 58.772504 94.758754) (xy 59.335028 94.759245) (xy 59.85492 94.54443) (xy 60.253032 94.147013) (xy 60.468754 93.627496) + (xy 60.469245 93.064972) (xy 60.469245 94.133131) (xy 60.435851 94.14693) (xy 59.858955 94.722819) (xy 59.546357 95.475641) + (xy 59.545645 96.290783) (xy 59.85693 97.044149) (xy 60.432819 97.621045) (xy 61.185641 97.933643) (xy 62.000783 97.934355) + (xy 62.754149 97.62307) (xy 63.331045 97.047181) (xy 63.643643 96.294359) (xy 63.644355 95.479217) (xy 63.644355 101.829217) + (xy 63.33307 101.075851) (xy 62.757181 100.498955) (xy 62.004359 100.186357) (xy 61.189217 100.185645) (xy 60.435851 100.49693) + (xy 59.858955 101.072819) (xy 59.546357 101.825641) (xy 59.545645 102.640783) (xy 59.85693 103.394149) (xy 60.432819 103.971045) + (xy 61.185641 104.283643) (xy 62.000783 104.284355) (xy 62.754149 103.97307) (xy 63.331045 103.397181) (xy 63.643643 102.644359) + (xy 63.644355 101.829217) (xy 63.644355 106.909217) (xy 63.33307 106.155851) (xy 62.757181 105.578955) (xy 62.004359 105.266357) + (xy 61.189217 105.265645) (xy 60.469245 105.563131) (xy 60.469245 104.494972) (xy 60.25443 103.97508) (xy 59.857013 103.576968) + (xy 59.337496 103.361246) (xy 58.774972 103.360755) (xy 58.564355 103.44778) (xy 58.564355 101.829217) (xy 58.564355 95.479217) + (xy 58.25307 94.725851) (xy 57.677181 94.148955) (xy 56.924359 93.836357) (xy 56.109217 93.835645) (xy 55.355851 94.14693) + (xy 54.778955 94.722819) (xy 54.466357 95.475641) (xy 54.465645 96.290783) (xy 54.77693 97.044149) (xy 55.352819 97.621045) + (xy 56.105641 97.933643) (xy 56.920783 97.934355) (xy 57.674149 97.62307) (xy 58.251045 97.047181) (xy 58.563643 96.294359) + (xy 58.564355 95.479217) (xy 58.564355 101.829217) (xy 58.25307 101.075851) (xy 57.677181 100.498955) (xy 56.924359 100.186357) + (xy 56.109217 100.185645) (xy 55.355851 100.49693) (xy 54.778955 101.072819) (xy 54.466357 101.825641) (xy 54.465645 102.640783) + (xy 54.77693 103.394149) (xy 55.352819 103.971045) (xy 56.105641 104.283643) (xy 56.920783 104.284355) (xy 57.674149 103.97307) + (xy 58.251045 103.397181) (xy 58.563643 102.644359) (xy 58.564355 101.829217) (xy 58.564355 103.44778) (xy 58.25508 103.57557) + (xy 57.856968 103.972987) (xy 57.641246 104.492504) (xy 57.640755 105.055028) (xy 57.85557 105.57492) (xy 58.252987 105.973032) + (xy 58.772504 106.188754) (xy 59.335028 106.189245) (xy 59.85492 105.97443) (xy 60.253032 105.577013) (xy 60.468754 105.057496) + (xy 60.469245 104.494972) (xy 60.469245 105.563131) (xy 60.435851 105.57693) (xy 59.858955 106.152819) (xy 59.546357 106.905641) + (xy 59.545645 107.720783) (xy 59.85693 108.474149) (xy 60.432819 109.051045) (xy 61.185641 109.363643) (xy 62.000783 109.364355) + (xy 62.754149 109.05307) (xy 63.331045 108.477181) (xy 63.643643 107.724359) (xy 63.644355 106.909217) (xy 63.644355 113.259217) + (xy 63.33307 112.505851) (xy 62.757181 111.928955) (xy 62.004359 111.616357) (xy 61.189217 111.615645) (xy 60.435851 111.92693) + (xy 59.858955 112.502819) (xy 59.546357 113.255641) (xy 59.545645 114.070783) (xy 59.85693 114.824149) (xy 60.432819 115.401045) + (xy 61.185641 115.713643) (xy 62.000783 115.714355) (xy 62.754149 115.40307) (xy 63.331045 114.827181) (xy 63.643643 114.074359) + (xy 63.644355 113.259217) (xy 63.644355 118.339217) (xy 63.33307 117.585851) (xy 62.757181 117.008955) (xy 62.004359 116.696357) + (xy 61.189217 116.695645) (xy 60.469245 116.993131) (xy 60.469245 115.924972) (xy 60.25443 115.40508) (xy 59.857013 115.006968) + (xy 59.337496 114.791246) (xy 58.774972 114.790755) (xy 58.564355 114.87778) (xy 58.564355 113.259217) (xy 58.564355 106.909217) + (xy 58.25307 106.155851) (xy 57.677181 105.578955) (xy 56.924359 105.266357) (xy 56.109217 105.265645) (xy 55.355851 105.57693) + (xy 54.778955 106.152819) (xy 54.466357 106.905641) (xy 54.465645 107.720783) (xy 54.77693 108.474149) (xy 55.352819 109.051045) + (xy 56.105641 109.363643) (xy 56.920783 109.364355) (xy 57.674149 109.05307) (xy 58.251045 108.477181) (xy 58.563643 107.724359) + (xy 58.564355 106.909217) (xy 58.564355 113.259217) (xy 58.25307 112.505851) (xy 57.677181 111.928955) (xy 56.924359 111.616357) + (xy 56.109217 111.615645) (xy 55.355851 111.92693) (xy 54.778955 112.502819) (xy 54.466357 113.255641) (xy 54.465645 114.070783) + (xy 54.77693 114.824149) (xy 55.352819 115.401045) (xy 56.105641 115.713643) (xy 56.920783 115.714355) (xy 57.674149 115.40307) + (xy 58.251045 114.827181) (xy 58.563643 114.074359) (xy 58.564355 113.259217) (xy 58.564355 114.87778) (xy 58.25508 115.00557) + (xy 57.856968 115.402987) (xy 57.641246 115.922504) (xy 57.640755 116.485028) (xy 57.85557 117.00492) (xy 58.252987 117.403032) + (xy 58.772504 117.618754) (xy 59.335028 117.619245) (xy 59.85492 117.40443) (xy 60.253032 117.007013) (xy 60.468754 116.487496) + (xy 60.469245 115.924972) (xy 60.469245 116.993131) (xy 60.435851 117.00693) (xy 59.858955 117.582819) (xy 59.546357 118.335641) + (xy 59.545645 119.150783) (xy 59.85693 119.904149) (xy 60.432819 120.481045) (xy 61.185641 120.793643) (xy 62.000783 120.794355) + (xy 62.754149 120.48307) (xy 63.331045 119.907181) (xy 63.643643 119.154359) (xy 63.644355 118.339217) (xy 63.644355 153.710653) + (xy 58.564355 153.691114) (xy 58.564355 118.339217) (xy 58.25307 117.585851) (xy 57.677181 117.008955) (xy 56.924359 116.696357) + (xy 56.109217 116.695645) (xy 55.355851 117.00693) (xy 54.778955 117.582819) (xy 54.466357 118.335641) (xy 54.465645 119.150783) + (xy 54.77693 119.904149) (xy 55.352819 120.481045) (xy 56.105641 120.793643) (xy 56.920783 120.794355) (xy 57.674149 120.48307) + (xy 58.251045 119.907181) (xy 58.563643 119.154359) (xy 58.564355 118.339217) (xy 58.564355 153.691114) (xy 54.2206 153.674408) + (xy 54.2206 76.198) (xy 79.881 76.198) (xy 79.881 74.893135) (xy 81.252779 73.531) (xy 91.438 73.531) + (xy 91.438 57.1416) (xy 99.706254 57.1416) (xy 99.524282 57.323571) (xy 99.249001 57.323332) (xy 98.89254 57.470618) + (xy 98.619577 57.743105) (xy 98.471668 58.099308) (xy 98.471332 58.484999) (xy 98.618618 58.84146) (xy 98.891105 59.114423) + (xy 99.247308 59.262332) (xy 99.632999 59.262668) (xy 99.98946 59.115382) (xy 100.10372 59.00132) (xy 100.142618 59.09546) + (xy 100.415105 59.368423) (xy 100.771308 59.516332) (xy 101.156999 59.516668) (xy 101.51346 59.369382) (xy 101.786423 59.096895) + (xy 101.934332 58.740692) (xy 101.934668 58.355001) (xy 101.787382 57.99854) (xy 101.565829 57.7766) (xy 106.727668 57.7766) + (xy 106.617927 57.849927) (xy 106.509282 57.958571) (xy 106.234001 57.958332) (xy 105.87754 58.105618) (xy 105.727477 58.255418) + (xy 105.578895 58.106577) (xy 105.222692 57.958668) (xy 104.837001 57.958332) (xy 104.48054 58.105618) (xy 104.207577 58.378105) + (xy 104.059668 58.734308) (xy 104.059332 59.119999) (xy 104.206618 59.47646) (xy 104.479105 59.749423) (xy 104.835308 59.897332) + (xy 105.220999 59.897668) (xy 105.57746 59.750382) (xy 105.727522 59.600581) (xy 105.876105 59.749423) (xy 106.232308 59.897332) + (xy 106.617999 59.897668) (xy 106.97446 59.750382) (xy 107.247423 59.477895) (xy 107.395332 59.121692) (xy 107.395508 58.9196) + (xy 108.865201 58.9196) (xy 108.67408 58.99857) (xy 108.275968 59.395987) (xy 108.060246 59.915504) (xy 108.059755 60.478028) + (xy 108.27457 60.99792) (xy 108.671987 61.396032) (xy 109.191504 61.611754) (xy 109.754028 61.612245) (xy 110.27392 61.39743) + (xy 110.672032 61.000013) (xy 110.887754 60.480496) (xy 110.888245 59.917972) (xy 110.67343 59.39808) (xy 110.276013 58.999968) + (xy 110.082465 58.9196) (xy 113.945201 58.9196) (xy 113.75408 58.99857) (xy 113.355968 59.395987) (xy 113.140246 59.915504) + (xy 113.139755 60.478028) (xy 113.35457 60.99792) (xy 113.751987 61.396032) (xy 114.271504 61.611754) (xy 114.834028 61.612245) + (xy 115.35392 61.39743) (xy 115.752032 61.000013) (xy 115.967754 60.480496) (xy 115.968245 59.917972) (xy 115.75343 59.39808) + (xy 115.356013 58.999968) (xy 115.162465 58.9196) (xy 118.2454 58.9196) (xy 118.2454 59.944) (xy 118.293097 60.18379) + (xy 118.428927 60.387073) (xy 118.682927 60.641073) (xy 118.88621 60.776902) (xy 118.886211 60.776903) (xy 119.126 60.8246) + (xy 121.031 60.8246) (xy 121.270789 60.776903) (xy 121.27079 60.776903) (xy 121.474073 60.641073) (xy 122.560546 59.5546) + (xy 126.399467 59.5546) (xy 126.178577 59.775105) (xy 126.030668 60.131308) (xy 126.030332 60.516999) (xy 126.177618 60.87346) + (xy 126.450105 61.146423) (xy 126.806308 61.294332) (xy 127.191999 61.294668) (xy 127.54846 61.147382) (xy 127.821423 60.874895) + (xy 127.969332 60.518692) (xy 127.969668 60.133001) (xy 127.822382 59.77654) (xy 127.600829 59.5546) (xy 148.330454 59.5546) + (xy 149.289927 60.514073) (xy 149.49321 60.649903) (xy 149.493211 60.649903) (xy 149.733 60.6976) (xy 159.292245 60.6976) + (xy 159.198577 60.791105) (xy 159.050668 61.147308) (xy 159.050332 61.532999) (xy 159.197618 61.88946) (xy 159.41917 62.1114) + (xy 156.972 62.1114) (xy 156.732211 62.159097) (xy 156.528927 62.294927) (xy 156.274927 62.548927) (xy 156.139097 62.75221) + (xy 156.0914 62.992) (xy 156.0914 67.691) (xy 156.094287 67.705517) (xy 156.023577 67.776105) (xy 155.875668 68.132308) + (xy 155.875332 68.517999) (xy 156.022618 68.87446) (xy 156.295105 69.147423) (xy 156.651308 69.295332) (xy 157.036999 69.295668) + (xy 157.39346 69.148382) (xy 157.4163 69.12558) (xy 157.438105 69.147423) (xy 157.794308 69.295332) (xy 158.179999 69.295668) + (xy 158.53646 69.148382) (xy 158.809423 68.875895) (xy 158.957332 68.519692) (xy 158.957668 68.134001) (xy 158.810382 67.77754) + (xy 158.537895 67.504577) (xy 158.181692 67.356668) (xy 157.796001 67.356332) (xy 157.43954 67.503618) (xy 157.416699 67.526419) + (xy 157.394895 67.504577) (xy 157.366949 67.492972) (xy 157.366948 67.492972) (xy 157.3446 67.459525) (xy 157.3446 63.3646) + (xy 163.703 63.3646) (xy 163.942789 63.316903) (xy 163.94279 63.316903) (xy 164.146073 63.181073) (xy 167.264546 60.0626) + (xy 246.922245 60.0626) (xy 246.828577 60.156105) (xy 246.680668 60.512308) (xy 246.680332 60.897999) (xy 246.827618 61.25446) + (xy 247.100105 61.527423) (xy 247.456308 61.675332) (xy 247.841999 61.675668) (xy 248.19846 61.528382) (xy 248.471423 61.255895) + (xy 248.619332 60.899692) (xy 248.619668 60.514001) (xy 248.472382 60.15754) (xy 248.377607 60.0626) (xy 259.749467 60.0626) + (xy 259.528577 60.283105) (xy 259.380668 60.639308) (xy 259.380332 61.024999) (xy 259.527618 61.38146) (xy 259.800105 61.654423) + (xy 260.103539 61.78042) (xy 259.729694 61.93489) (xy 259.420974 62.243072) (xy 259.25369 62.645936) (xy 259.25331 63.082151) + (xy 259.272006 63.1274) (xy 258.888315 63.1274) (xy 258.90631 63.084064) (xy 258.90669 62.647849) (xy 258.74011 62.244694) + (xy 258.431928 61.935974) (xy 258.029064 61.76869) (xy 257.592849 61.76831) (xy 257.189694 61.93489) (xy 257.033228 62.091082) + (xy 256.475073 61.532927) (xy 256.27179 61.397097) (xy 256.032 61.3494) (xy 254.508 61.3494) (xy 254.268211 61.397097) + (xy 254.064927 61.532927) (xy 253.810927 61.786927) (xy 253.675097 61.99021) (xy 253.630397 62.214929) (xy 253.351928 61.935974) + (xy 252.949064 61.76869) (xy 252.512849 61.76831) (xy 252.109694 61.93489) (xy 251.800974 62.243072) (xy 251.63369 62.645936) + (xy 251.63331 63.082151) (xy 251.79989 63.485306) (xy 252.108072 63.794026) (xy 252.510936 63.96131) (xy 252.909801 63.961657) + (xy 253.050618 64.30246) (xy 253.301083 64.553363) (xy 253.070974 64.783072) (xy 252.90369 65.185936) (xy 252.90331 65.622151) + (xy 253.06989 66.025306) (xy 253.378072 66.334026) (xy 253.780936 66.50131) (xy 254.217151 66.50169) (xy 254.620306 66.33511) + (xy 254.929026 66.026928) (xy 255.09631 65.624064) (xy 255.09669 65.187849) (xy 254.93011 64.784694) (xy 254.621928 64.475974) + (xy 254.551386 64.446682) (xy 254.694423 64.303895) (xy 254.842332 63.947692) (xy 254.842395 63.874716) (xy 255.050936 63.96131) + (xy 255.443539 63.961652) (xy 255.443332 64.199999) (xy 255.590618 64.55646) (xy 255.714084 64.680141) (xy 255.610974 64.783072) + (xy 255.44369 65.185936) (xy 255.44331 65.622151) (xy 255.60989 66.025306) (xy 255.918072 66.334026) (xy 256.320936 66.50131) + (xy 256.757151 66.50169) (xy 257.160306 66.33511) (xy 257.469026 66.026928) (xy 257.63631 65.624064) (xy 257.63669 65.187849) + (xy 257.47011 64.784694) (xy 257.23715 64.551327) (xy 257.308042 64.3806) (xy 258.687893 64.3806) (xy 258.459694 64.47489) + (xy 258.150974 64.783072) (xy 257.98369 65.185936) (xy 257.98331 65.622151) (xy 258.14989 66.025306) (xy 258.458072 66.334026) + (xy 258.860936 66.50131) (xy 259.297151 66.50169) (xy 259.700306 66.33511) (xy 260.009026 66.026928) (xy 260.17631 65.624064) + (xy 260.17669 65.187849) (xy 260.01011 64.784694) (xy 259.701928 64.475974) (xy 259.472242 64.3806) (xy 260.9934 64.3806) + (xy 260.9934 64.481173) (xy 260.690974 64.783072) (xy 260.52369 65.185936) (xy 260.52331 65.622151) (xy 260.68989 66.025306) + (xy 260.998072 66.334026) (xy 261.400936 66.50131) (xy 261.837151 66.50169) (xy 262.240306 66.33511) (xy 262.549026 66.026928) + (xy 262.71631 65.624064) (xy 262.71669 65.187849) (xy 262.55011 64.784694) (xy 262.2466 64.480654) (xy 262.2466 64.008) + (xy 262.198903 63.768211) (xy 262.198902 63.76821) (xy 262.11105 63.63673) (xy 262.268072 63.794026) (xy 262.670936 63.96131) + (xy 263.107151 63.96169) (xy 263.510306 63.79511) (xy 263.819026 63.486928) (xy 263.98631 63.084064) (xy 263.98669 62.647849) + (xy 263.82011 62.244694) (xy 263.511928 61.935974) (xy 263.109064 61.76869) (xy 262.672849 61.76831) (xy 262.269694 61.93489) + (xy 261.960974 62.243072) (xy 261.79369 62.645936) (xy 261.79331 63.082151) (xy 261.943299 63.445153) (xy 261.809073 63.310927) + (xy 261.60579 63.175097) (xy 261.423561 63.138849) (xy 261.44631 63.084064) (xy 261.44669 62.647849) (xy 261.28011 62.244694) + (xy 260.971928 61.935974) (xy 260.59658 61.780115) (xy 260.89846 61.655382) (xy 261.171423 61.382895) (xy 261.319332 61.026692) + (xy 261.319668 60.641001) (xy 261.172382 60.28454) (xy 260.950829 60.0626) (xy 267.710453 60.0626) (xy 268.270571 60.622717) + (xy 268.270332 60.897999) (xy 268.417618 61.25446) (xy 268.690105 61.527423) (xy 269.046308 61.675332) (xy 269.431999 61.675668) + (xy 269.78846 61.528382) (xy 270.061423 61.255895) (xy 270.209332 60.899692) (xy 270.209668 60.514001) (xy 270.062382 60.15754) + (xy 269.789895 59.884577) (xy 269.433692 59.736668) (xy 269.156572 59.736426) (xy 268.847746 59.4276) (xy 293.491454 59.4276) + (xy 294.577927 60.514073) (xy 294.78121 60.649903) (xy 294.781211 60.649903) (xy 295.021 60.6976) (xy 303.911 60.6976) + (xy 304.150789 60.649903) (xy 304.15079 60.649903) (xy 304.354073 60.514073) (xy 305.989653 58.878492) (xy 305.989332 59.246999) + (xy 306.136618 59.60346) (xy 306.409105 59.876423) (xy 306.765308 60.024332) (xy 307.150999 60.024668) (xy 307.338709 59.947107) + (xy 307.406618 60.11146) (xy 307.679105 60.384423) (xy 308.035308 60.532332) (xy 308.420999 60.532668) (xy 308.77746 60.385382) + (xy 309.050423 60.112895) (xy 309.198332 59.756692) (xy 309.198668 59.371001) (xy 309.051382 59.01454) (xy 308.778895 58.741577) + (xy 308.422692 58.593668) (xy 308.037001 58.593332) (xy 307.84929 58.670892) (xy 307.781382 58.50654) (xy 307.686607 58.4116) + (xy 308.229 58.4116) (xy 308.468789 58.363903) (xy 308.46879 58.363903) (xy 308.672073 58.228073) (xy 308.742546 58.1576) + (xy 309.965376 58.1576) (xy 309.799713 58.556563) (xy 309.799288 59.043302) (xy 309.985162 59.493152) (xy 310.308708 59.817262) + (xy 309.986372 60.139038) (xy 309.799713 60.588563) (xy 309.79942 60.923985) (xy 309.692692 60.879668) (xy 309.307001 60.879332) + (xy 308.95054 61.026618) (xy 308.677577 61.299105) (xy 308.529668 61.655308) (xy 308.529332 62.040999) (xy 308.676618 62.39746) + (xy 308.949105 62.670423) (xy 309.305308 62.818332) (xy 309.690999 62.818668) (xy 310.04746 62.671382) (xy 310.320423 62.398895) + (xy 310.468332 62.042692) (xy 310.468432 61.927509) (xy 310.778563 62.056287) (xy 311.265302 62.056712) (xy 311.577652 61.927651) + (xy 311.577332 62.294999) (xy 311.724618 62.65146) (xy 311.997105 62.924423) (xy 312.353308 63.072332) (xy 312.738999 63.072668) + (xy 313.09546 62.925382) (xy 313.368423 62.652895) (xy 313.516332 62.296692) (xy 313.516668 61.911001) (xy 313.369382 61.55454) + (xy 313.096895 61.281577) (xy 312.740692 61.133668) (xy 312.355001 61.133332) (xy 312.195755 61.19913) (xy 312.246287 61.077437) + (xy 312.246712 60.590698) (xy 312.060838 60.140848) (xy 311.737291 59.816737) (xy 312.059628 59.494962) (xy 312.246287 59.045437) + (xy 312.246712 58.558698) (xy 312.080981 58.1576) (xy 317.4195 58.1576) (xy 317.4195 58.206929) (xy 317.4195 58.64475) + (xy 317.55075 58.776) (xy 318.618 58.776) (xy 318.618 58.756) (xy 318.668 58.756) (xy 318.668 58.776) + (xy 319.73525 58.776) (xy 319.8665 58.64475) (xy 319.8665 58.206929) (xy 319.8665 58.1576) (xy 320.1754 58.1576) + (xy 320.1754 59.355395) (xy 320.102001 59.355332) (xy 319.8665 59.452638) (xy 319.8665 59.395071) (xy 319.8665 58.95725) + (xy 319.73525 58.826) (xy 318.668 58.826) (xy 318.668 58.846) (xy 318.618 58.846) (xy 318.618 58.826) + (xy 317.55075 58.826) (xy 317.4195 58.95725) (xy 317.4195 59.395071) (xy 317.4195 59.603929) (xy 317.499426 59.796889) + (xy 317.519537 59.817) (xy 317.499426 59.837111) (xy 317.4195 60.030071) (xy 317.4195 60.238929) (xy 317.4195 61.635929) + (xy 317.499426 61.828889) (xy 317.647111 61.976574) (xy 317.840071 62.0565) (xy 318.048929 62.0565) (xy 319.2864 62.0565) + (xy 319.2864 89.027) (xy 319.334097 89.26679) (xy 319.469927 89.470073) (xy 320.485927 90.486073) (xy 320.68921 90.621903) + (xy 320.689211 90.621903) (xy 320.929 90.6696) (xy 323.463454 90.6696) (xy 324.1124 91.318546) (xy 324.1124 93.271668) + (xy 323.789692 93.137668) (xy 323.404001 93.137332) (xy 323.04754 93.284618) (xy 323.024699 93.307419) (xy 323.002895 93.285577) + (xy 322.646692 93.137668) (xy 322.261001 93.137332) (xy 321.90454 93.284618) (xy 321.631577 93.557105) (xy 321.483668 93.913308) + (xy 321.483332 94.298999) (xy 321.630618 94.65546) (xy 321.8264 94.851584) (xy 321.8264 96.245906) (xy 321.681437 96.185713) + (xy 321.194698 96.185288) (xy 320.744848 96.371162) (xy 320.400372 96.715038) (xy 320.374668 96.77694) (xy 320.374668 95.185001) + (xy 320.227382 94.82854) (xy 319.954895 94.555577) (xy 319.739668 94.466206) (xy 319.739668 89.978001) (xy 319.592382 89.62154) + (xy 319.319895 89.348577) (xy 318.963692 89.200668) (xy 318.850668 89.200569) (xy 318.850668 80.072001) (xy 318.703382 79.71554) + (xy 318.469668 79.481417) (xy 318.469668 72.325001) (xy 318.322382 71.96854) (xy 318.049895 71.695577) (xy 317.693692 71.547668) + (xy 317.308001 71.547332) (xy 316.95154 71.694618) (xy 316.678577 71.967105) (xy 316.530668 72.323308) (xy 316.530332 72.708999) + (xy 316.677618 73.06546) (xy 316.950105 73.338423) (xy 317.306308 73.486332) (xy 317.691999 73.486668) (xy 318.04846 73.339382) + (xy 318.321423 73.066895) (xy 318.469332 72.710692) (xy 318.469668 72.325001) (xy 318.469668 79.481417) (xy 318.430895 79.442577) + (xy 318.074692 79.294668) (xy 317.689001 79.294332) (xy 317.33254 79.441618) (xy 317.059577 79.714105) (xy 317.054382 79.726613) + (xy 316.931692 79.675668) (xy 316.546001 79.675332) (xy 316.18954 79.822618) (xy 315.916577 80.095105) (xy 315.768668 80.451308) + (xy 315.768332 80.836999) (xy 315.915618 81.19346) (xy 315.938419 81.2163) (xy 315.916577 81.238105) (xy 315.827145 81.45348) + (xy 315.657001 81.453332) (xy 315.421668 81.550569) (xy 315.421668 79.310001) (xy 315.421668 68.515001) (xy 315.274382 68.15854) + (xy 315.001895 67.885577) (xy 314.659565 67.743428) (xy 314.659668 67.626001) (xy 314.512382 67.26954) (xy 314.239895 66.996577) + (xy 313.883692 66.848668) (xy 313.498001 66.848332) (xy 313.389668 66.893094) (xy 313.389668 65.213001) (xy 313.242382 64.85654) + (xy 312.969895 64.583577) (xy 312.613692 64.435668) (xy 312.228001 64.435332) (xy 311.87154 64.582618) (xy 311.598577 64.855105) + (xy 311.450668 65.211308) (xy 311.450332 65.596999) (xy 311.597618 65.95346) (xy 311.870105 66.226423) (xy 312.226308 66.374332) + (xy 312.611999 66.374668) (xy 312.96846 66.227382) (xy 313.241423 65.954895) (xy 313.389332 65.598692) (xy 313.389668 65.213001) + (xy 313.389668 66.893094) (xy 313.14154 66.995618) (xy 312.868577 67.268105) (xy 312.720668 67.624308) (xy 312.720332 68.009999) + (xy 312.867618 68.36646) (xy 313.140105 68.639423) (xy 313.482434 68.781571) (xy 313.482332 68.898999) (xy 313.629618 69.25546) + (xy 313.902105 69.528423) (xy 314.258308 69.676332) (xy 314.643999 69.676668) (xy 315.00046 69.529382) (xy 315.273423 69.256895) + (xy 315.421332 68.900692) (xy 315.421668 68.515001) (xy 315.421668 79.310001) (xy 315.274382 78.95354) (xy 315.001895 78.680577) + (xy 314.645692 78.532668) (xy 314.260001 78.532332) (xy 313.90354 78.679618) (xy 313.630577 78.952105) (xy 313.482668 79.308308) + (xy 313.482332 79.693999) (xy 313.629618 80.05046) (xy 313.902105 80.323423) (xy 314.258308 80.471332) (xy 314.643999 80.471668) + (xy 315.00046 80.324382) (xy 315.273423 80.051895) (xy 315.421332 79.695692) (xy 315.421668 79.310001) (xy 315.421668 81.550569) + (xy 315.30054 81.600618) (xy 315.027577 81.873105) (xy 314.879668 82.229308) (xy 314.879332 82.614999) (xy 315.026618 82.97146) + (xy 315.299105 83.244423) (xy 315.655308 83.392332) (xy 316.040999 83.392668) (xy 316.39746 83.245382) (xy 316.670423 82.972895) + (xy 316.759854 82.757519) (xy 316.929999 82.757668) (xy 317.28646 82.610382) (xy 317.559423 82.337895) (xy 317.707332 81.981692) + (xy 317.707668 81.596001) (xy 317.560382 81.23954) (xy 317.53758 81.216699) (xy 317.559423 81.194895) (xy 317.564617 81.182386) + (xy 317.687308 81.233332) (xy 318.072999 81.233668) (xy 318.42946 81.086382) (xy 318.702423 80.813895) (xy 318.850332 80.457692) + (xy 318.850668 80.072001) (xy 318.850668 89.200569) (xy 318.578001 89.200332) (xy 318.22154 89.347618) (xy 318.198699 89.370419) + (xy 318.176895 89.348577) (xy 317.820692 89.200668) (xy 317.648795 89.200518) (xy 317.560382 88.98654) (xy 317.287895 88.713577) + (xy 316.931692 88.565668) (xy 316.546001 88.565332) (xy 316.18954 88.712618) (xy 315.929668 88.972036) (xy 315.929668 86.422001) + (xy 315.782382 86.06554) (xy 315.509895 85.792577) (xy 315.153692 85.644668) (xy 314.768001 85.644332) (xy 314.41154 85.791618) + (xy 314.138577 86.064105) (xy 314.071016 86.226808) (xy 314.004382 86.06554) (xy 313.731895 85.792577) (xy 313.375692 85.644668) + (xy 312.990001 85.644332) (xy 312.63354 85.791618) (xy 312.373668 86.051036) (xy 312.373668 70.674001) (xy 312.226382 70.31754) + (xy 311.953895 70.044577) (xy 311.865668 70.007941) (xy 311.865668 67.626001) (xy 311.718382 67.26954) (xy 311.445895 66.996577) + (xy 311.230668 66.907206) (xy 311.230668 64.451001) (xy 311.083382 64.09454) (xy 310.810895 63.821577) (xy 310.454692 63.673668) + (xy 310.069001 63.673332) (xy 309.71254 63.820618) (xy 309.439577 64.093105) (xy 309.291668 64.449308) (xy 309.291332 64.834999) + (xy 309.438618 65.19146) (xy 309.711105 65.464423) (xy 310.067308 65.612332) (xy 310.452999 65.612668) (xy 310.80946 65.465382) + (xy 311.082423 65.192895) (xy 311.230332 64.836692) (xy 311.230668 64.451001) (xy 311.230668 66.907206) (xy 311.089692 66.848668) + (xy 310.704001 66.848332) (xy 310.34754 66.995618) (xy 310.074577 67.268105) (xy 309.926668 67.624308) (xy 309.926332 68.009999) + (xy 310.073618 68.36646) (xy 310.346105 68.639423) (xy 310.702308 68.787332) (xy 311.087999 68.787668) (xy 311.44446 68.640382) + (xy 311.717423 68.367895) (xy 311.865332 68.011692) (xy 311.865668 67.626001) (xy 311.865668 70.007941) (xy 311.597692 69.896668) + (xy 311.212001 69.896332) (xy 310.85554 70.043618) (xy 310.582577 70.316105) (xy 310.434668 70.672308) (xy 310.434332 71.057999) + (xy 310.581618 71.41446) (xy 310.854105 71.687423) (xy 311.210308 71.835332) (xy 311.595999 71.835668) (xy 311.95246 71.688382) + (xy 312.225423 71.415895) (xy 312.373332 71.059692) (xy 312.373668 70.674001) (xy 312.373668 86.051036) (xy 312.360577 86.064105) + (xy 312.323815 86.152636) (xy 312.119668 86.152458) (xy 312.119668 79.818001) (xy 311.972382 79.46154) (xy 311.699895 79.188577) + (xy 311.357668 79.046471) (xy 311.357668 73.976001) (xy 311.210382 73.61954) (xy 310.937895 73.346577) (xy 310.581692 73.198668) + (xy 310.196001 73.198332) (xy 309.83954 73.345618) (xy 309.566577 73.618105) (xy 309.418668 73.974308) (xy 309.418332 74.359999) + (xy 309.565618 74.71646) (xy 309.838105 74.989423) (xy 310.194308 75.137332) (xy 310.579999 75.137668) (xy 310.93646 74.990382) + (xy 311.209423 74.717895) (xy 311.357332 74.361692) (xy 311.357668 73.976001) (xy 311.357668 79.046471) (xy 311.343692 79.040668) + (xy 310.958001 79.040332) (xy 310.60154 79.187618) (xy 310.328577 79.460105) (xy 310.180668 79.816308) (xy 310.180563 79.93571) + (xy 309.83954 80.076618) (xy 309.753088 80.162919) (xy 309.667895 80.077577) (xy 309.311692 79.929668) (xy 309.198668 79.929569) + (xy 309.198668 69.912001) (xy 309.051382 69.55554) (xy 308.817668 69.321417) (xy 308.817668 63.562001) (xy 308.670382 63.20554) + (xy 308.397895 62.932577) (xy 308.041692 62.784668) (xy 307.656001 62.784332) (xy 307.29954 62.931618) (xy 307.026577 63.204105) + (xy 306.878668 63.560308) (xy 306.878332 63.945999) (xy 307.025618 64.30246) (xy 307.298105 64.575423) (xy 307.654308 64.723332) + (xy 308.039999 64.723668) (xy 308.39646 64.576382) (xy 308.669423 64.303895) (xy 308.817332 63.947692) (xy 308.817668 63.562001) + (xy 308.817668 69.321417) (xy 308.778895 69.282577) (xy 308.422692 69.134668) (xy 308.037001 69.134332) (xy 307.68054 69.281618) + (xy 307.407577 69.554105) (xy 307.293668 69.828427) (xy 307.293668 67.753001) (xy 307.146382 67.39654) (xy 306.873895 67.123577) + (xy 306.517692 66.975668) (xy 306.132001 66.975332) (xy 305.896668 67.072569) (xy 305.896668 64.705001) (xy 305.749382 64.34854) + (xy 305.476895 64.075577) (xy 305.464386 64.070382) (xy 305.515332 63.947692) (xy 305.515668 63.562001) (xy 305.368382 63.20554) + (xy 305.095895 62.932577) (xy 304.739692 62.784668) (xy 304.354001 62.784332) (xy 304.322676 62.797274) (xy 304.372332 62.677692) + (xy 304.372668 62.292001) (xy 304.225382 61.93554) (xy 303.952895 61.662577) (xy 303.596692 61.514668) (xy 303.211001 61.514332) + (xy 302.85454 61.661618) (xy 302.581577 61.934105) (xy 302.433668 62.290308) (xy 302.433569 62.40365) (xy 302.068001 62.403332) + (xy 301.943947 62.454589) (xy 301.939382 62.44354) (xy 301.666895 62.170577) (xy 301.310692 62.022668) (xy 300.925001 62.022332) + (xy 300.56854 62.169618) (xy 300.435659 62.302267) (xy 300.435668 62.292001) (xy 300.288382 61.93554) (xy 300.015895 61.662577) + (xy 299.659692 61.514668) (xy 299.274001 61.514332) (xy 298.91754 61.661618) (xy 298.644577 61.934105) (xy 298.496668 62.290308) + (xy 298.496332 62.675999) (xy 298.643618 63.03246) (xy 298.916105 63.305423) (xy 299.272308 63.453332) (xy 299.657999 63.453668) + (xy 300.01446 63.306382) (xy 300.14734 63.173732) (xy 300.147332 63.183999) (xy 300.294618 63.54046) (xy 300.567105 63.813423) + (xy 300.923308 63.961332) (xy 301.308999 63.961668) (xy 301.433052 63.91041) (xy 301.437618 63.92146) (xy 301.710105 64.194423) + (xy 302.066308 64.342332) (xy 302.451999 64.342668) (xy 302.80846 64.195382) (xy 303.081423 63.922895) (xy 303.229332 63.566692) + (xy 303.22943 63.453349) (xy 303.594999 63.453668) (xy 303.626323 63.440725) (xy 303.576668 63.560308) (xy 303.576332 63.945999) + (xy 303.723618 64.30246) (xy 303.996105 64.575423) (xy 304.008613 64.580617) (xy 303.957668 64.703308) (xy 303.957332 65.088999) + (xy 304.104618 65.44546) (xy 304.377105 65.718423) (xy 304.733308 65.866332) (xy 305.118999 65.866668) (xy 305.47546 65.719382) + (xy 305.748423 65.446895) (xy 305.896332 65.090692) (xy 305.896668 64.705001) (xy 305.896668 67.072569) (xy 305.77554 67.122618) + (xy 305.502577 67.395105) (xy 305.354668 67.751308) (xy 305.354332 68.136999) (xy 305.501618 68.49346) (xy 305.774105 68.766423) + (xy 306.130308 68.914332) (xy 306.515999 68.914668) (xy 306.87246 68.767382) (xy 307.145423 68.494895) (xy 307.293332 68.138692) + (xy 307.293668 67.753001) (xy 307.293668 69.828427) (xy 307.259668 69.910308) (xy 307.259407 70.20925) (xy 307.060988 70.291234) + (xy 307.019382 70.19054) (xy 306.746895 69.917577) (xy 306.390692 69.769668) (xy 306.005001 69.769332) (xy 305.64854 69.916618) + (xy 305.375577 70.189105) (xy 305.227668 70.545308) (xy 305.227332 70.930999) (xy 305.374618 71.28746) (xy 305.647105 71.560423) + (xy 306.003308 71.708332) (xy 306.388999 71.708668) (xy 306.730011 71.567765) (xy 306.771618 71.66846) (xy 306.858029 71.755022) + (xy 306.645577 71.967105) (xy 306.497668 72.323308) (xy 306.497332 72.708999) (xy 306.644618 73.06546) (xy 306.885522 73.306785) + (xy 306.79154 73.345618) (xy 306.518577 73.618105) (xy 306.376428 73.960434) (xy 306.259001 73.960332) (xy 305.90254 74.107618) + (xy 305.629577 74.380105) (xy 305.624382 74.392613) (xy 305.501692 74.341668) (xy 305.116001 74.341332) (xy 304.75954 74.488618) + (xy 304.486577 74.761105) (xy 304.338668 75.117308) (xy 304.338332 75.502999) (xy 304.435689 75.738624) (xy 304.100001 75.738332) + (xy 303.74354 75.885618) (xy 303.470577 76.158105) (xy 303.322668 76.514308) (xy 303.322641 76.545077) (xy 303.215692 76.500668) + (xy 303.10246 76.500569) (xy 303.102668 76.262001) (xy 302.955382 75.90554) (xy 302.682895 75.632577) (xy 302.326692 75.484668) + (xy 302.086668 75.484458) (xy 302.086668 74.103001) (xy 301.939382 73.74654) (xy 301.666895 73.473577) (xy 301.310692 73.325668) + (xy 300.925001 73.325332) (xy 300.892868 73.338609) (xy 300.892868 67.626001) (xy 300.745582 67.26954) (xy 300.473095 66.996577) + (xy 300.116892 66.848668) (xy 299.731201 66.848332) (xy 299.37474 66.995618) (xy 299.101777 67.268105) (xy 298.953868 67.624308) + (xy 298.953532 68.009999) (xy 299.100818 68.36646) (xy 299.373305 68.639423) (xy 299.729508 68.787332) (xy 300.115199 68.787668) + (xy 300.47166 68.640382) (xy 300.744623 68.367895) (xy 300.892532 68.011692) (xy 300.892868 67.626001) (xy 300.892868 73.338609) + (xy 300.56854 73.472618) (xy 300.308668 73.732036) (xy 300.308668 73.087001) (xy 300.161382 72.73054) (xy 299.888895 72.457577) + (xy 299.532692 72.309668) (xy 299.413289 72.309563) (xy 299.273178 71.970467) (xy 299.419332 71.618492) (xy 299.419668 71.232801) + (xy 299.272382 70.87634) (xy 299.008391 70.611888) (xy 299.144423 70.476095) (xy 299.292332 70.119892) (xy 299.292668 69.734201) + (xy 299.145382 69.37774) (xy 298.872895 69.104777) (xy 298.516692 68.956868) (xy 298.131001 68.956532) (xy 297.77454 69.103818) + (xy 297.501577 69.376305) (xy 297.353668 69.732508) (xy 297.353332 70.118199) (xy 297.500618 70.47466) (xy 297.764608 70.739111) + (xy 297.628577 70.874905) (xy 297.480668 71.231108) (xy 297.480332 71.616799) (xy 297.626821 71.971332) (xy 297.480668 72.323308) + (xy 297.480332 72.708999) (xy 297.627618 73.06546) (xy 297.900105 73.338423) (xy 298.256308 73.486332) (xy 298.37571 73.486436) + (xy 298.516618 73.82746) (xy 298.789105 74.100423) (xy 299.145308 74.248332) (xy 299.530999 74.248668) (xy 299.88746 74.101382) + (xy 300.160423 73.828895) (xy 300.308332 73.472692) (xy 300.308668 73.087001) (xy 300.308668 73.732036) (xy 300.295577 73.745105) + (xy 300.147668 74.101308) (xy 300.147332 74.486999) (xy 300.294618 74.84346) (xy 300.567105 75.116423) (xy 300.923308 75.264332) + (xy 301.308999 75.264668) (xy 301.66546 75.117382) (xy 301.938423 74.844895) (xy 302.086332 74.488692) (xy 302.086668 74.103001) + (xy 302.086668 75.484458) (xy 301.941001 75.484332) (xy 301.58454 75.631618) (xy 301.311577 75.904105) (xy 301.163668 76.260308) + (xy 301.163332 76.645999) (xy 301.310618 77.00246) (xy 301.583105 77.275423) (xy 301.939308 77.423332) (xy 302.052539 77.42343) + (xy 302.052332 77.661999) (xy 302.199618 78.01846) (xy 302.472105 78.291423) (xy 302.828308 78.439332) (xy 303.213999 78.439668) + (xy 303.57046 78.292382) (xy 303.843423 78.019895) (xy 303.991332 77.663692) (xy 303.991358 77.632922) (xy 304.098308 77.677332) + (xy 304.483999 77.677668) (xy 304.84046 77.530382) (xy 305.113423 77.257895) (xy 305.261332 76.901692) (xy 305.261668 76.516001) + (xy 305.16431 76.280375) (xy 305.499999 76.280668) (xy 305.85646 76.133382) (xy 306.129423 75.860895) (xy 306.134617 75.848386) + (xy 306.257308 75.899332) (xy 306.642999 75.899668) (xy 306.99946 75.752382) (xy 307.272423 75.479895) (xy 307.414571 75.137565) + (xy 307.531999 75.137668) (xy 307.88846 74.990382) (xy 308.161423 74.717895) (xy 308.309332 74.361692) (xy 308.309668 73.976001) + (xy 308.162382 73.61954) (xy 307.921477 73.378214) (xy 308.01546 73.339382) (xy 308.288423 73.066895) (xy 308.436332 72.710692) + (xy 308.436668 72.325001) (xy 308.289382 71.96854) (xy 308.20297 71.881977) (xy 308.415423 71.669895) (xy 308.563332 71.313692) + (xy 308.563592 71.014749) (xy 308.77746 70.926382) (xy 309.050423 70.653895) (xy 309.198332 70.297692) (xy 309.198668 69.912001) + (xy 309.198668 79.929569) (xy 308.926001 79.929332) (xy 308.56954 80.076618) (xy 308.296577 80.349105) (xy 308.148668 80.705308) + (xy 308.148332 81.090999) (xy 308.295618 81.44746) (xy 308.568105 81.720423) (xy 308.924308 81.868332) (xy 309.309999 81.868668) + (xy 309.66646 81.721382) (xy 309.752911 81.63508) (xy 309.838105 81.720423) (xy 310.194308 81.868332) (xy 310.579999 81.868668) + (xy 310.93646 81.721382) (xy 311.209423 81.448895) (xy 311.357332 81.092692) (xy 311.357436 80.973289) (xy 311.69846 80.832382) + (xy 311.971423 80.559895) (xy 312.119332 80.203692) (xy 312.119668 79.818001) (xy 312.119668 86.152458) (xy 311.974001 86.152332) + (xy 311.61754 86.299618) (xy 311.513898 86.403079) (xy 311.216692 86.279668) (xy 310.831001 86.279332) (xy 310.47454 86.426618) + (xy 310.451699 86.449419) (xy 310.429895 86.427577) (xy 310.073692 86.279668) (xy 309.688001 86.279332) (xy 309.33154 86.426618) + (xy 309.181588 86.576308) (xy 309.159895 86.554577) (xy 308.803692 86.406668) (xy 308.504749 86.406407) (xy 308.416382 86.19254) + (xy 308.143895 85.919577) (xy 308.134494 85.915673) (xy 308.14246 85.912382) (xy 308.415423 85.639895) (xy 308.5049 85.424409) + (xy 308.801999 85.424668) (xy 309.15846 85.277382) (xy 309.431423 85.004895) (xy 309.500274 84.839083) (xy 309.686308 84.916332) + (xy 310.071999 84.916668) (xy 310.42846 84.769382) (xy 310.701423 84.496895) (xy 310.849332 84.140692) (xy 310.849668 83.755001) + (xy 310.702382 83.39854) (xy 310.429895 83.125577) (xy 310.073692 82.977668) (xy 309.688001 82.977332) (xy 309.33154 83.124618) + (xy 309.058577 83.397105) (xy 308.989725 83.562916) (xy 308.803692 83.485668) (xy 308.418001 83.485332) (xy 308.06154 83.632618) + (xy 307.788577 83.905105) (xy 307.699099 84.12059) (xy 307.402001 84.120332) (xy 307.04554 84.267618) (xy 306.772577 84.540105) + (xy 306.624668 84.896308) (xy 306.624332 85.281999) (xy 306.771618 85.63846) (xy 307.044105 85.911423) (xy 307.053505 85.915326) + (xy 307.04554 85.918618) (xy 306.772577 86.191105) (xy 306.624668 86.547308) (xy 306.624332 86.932999) (xy 306.771618 87.28946) + (xy 307.044105 87.562423) (xy 307.400308 87.710332) (xy 307.69925 87.710592) (xy 307.787618 87.92446) (xy 308.060105 88.197423) + (xy 308.416308 88.345332) (xy 308.801999 88.345668) (xy 309.15846 88.198382) (xy 309.308411 88.048691) (xy 309.330105 88.070423) + (xy 309.686308 88.218332) (xy 310.071999 88.218668) (xy 310.42846 88.071382) (xy 310.4513 88.04858) (xy 310.473105 88.070423) + (xy 310.829308 88.218332) (xy 311.214999 88.218668) (xy 311.57146 88.071382) (xy 311.675101 87.96792) (xy 311.972308 88.091332) + (xy 312.357999 88.091668) (xy 312.71446 87.944382) (xy 312.987423 87.671895) (xy 313.024184 87.583363) (xy 313.10771 87.583436) + (xy 313.248618 87.92446) (xy 313.521105 88.197423) (xy 313.877308 88.345332) (xy 314.262999 88.345668) (xy 314.61946 88.198382) + (xy 314.892423 87.925895) (xy 315.034571 87.583565) (xy 315.151999 87.583668) (xy 315.50846 87.436382) (xy 315.781423 87.163895) + (xy 315.929332 86.807692) (xy 315.929668 86.422001) (xy 315.929668 88.972036) (xy 315.916577 88.985105) (xy 315.774428 89.327434) + (xy 315.657001 89.327332) (xy 315.30054 89.474618) (xy 315.027577 89.747105) (xy 314.879668 90.103308) (xy 314.879332 90.488999) + (xy 315.026618 90.84546) (xy 315.299105 91.118423) (xy 315.655308 91.266332) (xy 316.040999 91.266668) (xy 316.39746 91.119382) + (xy 316.670423 90.846895) (xy 316.764286 90.620848) (xy 316.804618 90.71846) (xy 317.077105 90.991423) (xy 317.433308 91.139332) + (xy 317.818999 91.139668) (xy 318.17546 90.992382) (xy 318.1983 90.96958) (xy 318.220105 90.991423) (xy 318.576308 91.139332) + (xy 318.961999 91.139668) (xy 319.31846 90.992382) (xy 319.591423 90.719895) (xy 319.739332 90.363692) (xy 319.739668 89.978001) + (xy 319.739668 94.466206) (xy 319.598692 94.407668) (xy 319.213001 94.407332) (xy 318.85654 94.554618) (xy 318.583577 94.827105) + (xy 318.435668 95.183308) (xy 318.435332 95.568999) (xy 318.582618 95.92546) (xy 318.842156 96.185451) (xy 318.654698 96.185288) + (xy 318.204848 96.371162) (xy 317.860372 96.715038) (xy 317.673713 97.164563) (xy 317.673288 97.651302) (xy 317.859162 98.101152) + (xy 318.203038 98.445628) (xy 318.652563 98.632287) (xy 319.139302 98.632712) (xy 319.589152 98.446838) (xy 319.933628 98.102962) + (xy 320.120287 97.653437) (xy 320.120712 97.166698) (xy 319.934838 96.716848) (xy 319.590962 96.372372) (xy 319.528917 96.346608) + (xy 319.596999 96.346668) (xy 319.95346 96.199382) (xy 320.226423 95.926895) (xy 320.374332 95.570692) (xy 320.374668 95.185001) + (xy 320.374668 96.77694) (xy 320.213713 97.164563) (xy 320.213288 97.651302) (xy 320.399162 98.101152) (xy 320.743038 98.445628) + (xy 321.192563 98.632287) (xy 321.679302 98.632712) (xy 321.8264 98.571932) (xy 321.8264 98.785906) (xy 321.681437 98.725713) + (xy 321.194698 98.725288) (xy 320.744848 98.911162) (xy 320.400372 99.255038) (xy 320.213713 99.704563) (xy 320.213288 100.191302) + (xy 320.399162 100.641152) (xy 320.743038 100.985628) (xy 321.192563 101.172287) (xy 321.679302 101.172712) (xy 321.881655 101.089101) + (xy 322.009927 101.281073) (xy 322.3344 101.605546) (xy 322.3344 102.997) (xy 322.368896 103.170425) (xy 322.261001 103.170332) + (xy 321.90454 103.317618) (xy 321.631577 103.590105) (xy 321.5556 103.773077) (xy 321.5556 102.896381) (xy 321.644332 102.682692) + (xy 321.644668 102.297001) (xy 321.497382 101.94054) (xy 321.224895 101.667577) (xy 320.868692 101.519668) (xy 320.483001 101.519332) + (xy 320.12654 101.666618) (xy 320.120712 101.672435) (xy 320.120712 99.706698) (xy 319.934838 99.256848) (xy 319.590962 98.912372) + (xy 319.141437 98.725713) (xy 318.654698 98.725288) (xy 318.204848 98.911162) (xy 317.860372 99.255038) (xy 317.673713 99.704563) + (xy 317.673288 100.191302) (xy 317.859162 100.641152) (xy 318.203038 100.985628) (xy 318.652563 101.172287) (xy 319.139302 101.172712) + (xy 319.589152 100.986838) (xy 319.933628 100.642962) (xy 320.120287 100.193437) (xy 320.120712 99.706698) (xy 320.120712 101.672435) + (xy 319.853577 101.939105) (xy 319.705668 102.295308) (xy 319.705563 102.41471) (xy 319.36454 102.555618) (xy 319.091577 102.828105) + (xy 318.943668 103.184308) (xy 318.943332 103.569999) (xy 319.090618 103.92646) (xy 319.350266 104.186562) (xy 319.086001 104.186332) + (xy 318.72954 104.333618) (xy 318.456577 104.606105) (xy 318.308668 104.962308) (xy 318.308406 105.262082) (xy 318.195382 104.98854) + (xy 317.922895 104.715577) (xy 317.580712 104.573489) (xy 317.580712 99.706698) (xy 317.580712 97.166698) (xy 317.394838 96.716848) + (xy 317.050962 96.372372) (xy 316.601437 96.185713) (xy 316.114698 96.185288) (xy 315.664848 96.371162) (xy 315.320372 96.715038) + (xy 315.133713 97.164563) (xy 315.133288 97.651302) (xy 315.319162 98.101152) (xy 315.663038 98.445628) (xy 316.112563 98.632287) + (xy 316.599302 98.632712) (xy 317.049152 98.446838) (xy 317.393628 98.102962) (xy 317.580287 97.653437) (xy 317.580712 97.166698) + (xy 317.580712 99.706698) (xy 317.394838 99.256848) (xy 317.050962 98.912372) (xy 316.601437 98.725713) (xy 316.114698 98.725288) + (xy 315.664848 98.911162) (xy 315.320372 99.255038) (xy 315.133713 99.704563) (xy 315.133288 100.191302) (xy 315.319162 100.641152) + (xy 315.504878 100.827192) (xy 315.281577 101.050105) (xy 315.133668 101.406308) (xy 315.133332 101.791999) (xy 315.280618 102.14846) + (xy 315.553105 102.421423) (xy 315.909308 102.569332) (xy 316.294999 102.569668) (xy 316.65146 102.422382) (xy 316.924423 102.149895) + (xy 317.072332 101.793692) (xy 317.072668 101.408001) (xy 316.925382 101.05154) (xy 316.915797 101.041938) (xy 317.049152 100.986838) + (xy 317.393628 100.642962) (xy 317.580287 100.193437) (xy 317.580712 99.706698) (xy 317.580712 104.573489) (xy 317.566692 104.567668) + (xy 317.181001 104.567332) (xy 316.82454 104.714618) (xy 316.551577 104.987105) (xy 316.403668 105.343308) (xy 316.403332 105.728999) + (xy 316.550618 106.08546) (xy 316.823105 106.358423) (xy 317.179308 106.506332) (xy 317.564999 106.506668) (xy 317.92146 106.359382) + (xy 318.194423 106.086895) (xy 318.342332 105.730692) (xy 318.342593 105.430917) (xy 318.455618 105.70446) (xy 318.6514 105.900584) + (xy 318.6514 105.918) (xy 318.699097 106.15779) (xy 318.834927 106.361073) (xy 318.9054 106.431546) (xy 318.9054 108.511668) + (xy 318.582692 108.377668) (xy 318.197001 108.377332) (xy 317.84054 108.524618) (xy 317.567577 108.797105) (xy 317.419668 109.153308) + (xy 317.419332 109.538999) (xy 317.566618 109.89546) (xy 317.7624 110.091584) (xy 317.7624 110.617) (xy 317.810097 110.85679) + (xy 317.945927 111.060073) (xy 320.358927 113.473073) (xy 320.56221 113.608902) (xy 320.562211 113.608903) (xy 320.802 113.6566) + (xy 321.177454 113.6566) (xy 321.1914 113.670546) (xy 321.1914 115.443) (xy 321.239097 115.68279) (xy 321.27957 115.743362) + (xy 321.245001 115.743332) (xy 320.945854 115.866936) (xy 320.716895 115.637577) (xy 320.360692 115.489668) (xy 319.975001 115.489332) + (xy 319.61854 115.636618) (xy 319.345577 115.909105) (xy 319.197668 116.265308) (xy 319.197569 116.378539) (xy 318.959001 116.378332) + (xy 318.60254 116.525618) (xy 318.329577 116.798105) (xy 318.181668 117.154308) (xy 318.181332 117.539999) (xy 318.328618 117.89646) + (xy 318.601105 118.169423) (xy 318.957308 118.317332) (xy 319.342999 118.317668) (xy 319.69946 118.170382) (xy 319.972423 117.897895) + (xy 320.120332 117.541692) (xy 320.12043 117.42846) (xy 320.358999 117.428668) (xy 320.658145 117.305063) (xy 320.887105 117.534423) + (xy 321.243308 117.682332) (xy 321.628999 117.682668) (xy 321.98546 117.535382) (xy 322.258423 117.262895) (xy 322.403167 116.914313) + (xy 322.644927 117.156073) (xy 322.836861 117.284319) (xy 322.753713 117.484563) (xy 322.753288 117.971302) (xy 322.781141 118.038712) + (xy 322.390927 118.428927) (xy 322.255097 118.63221) (xy 322.2074 118.872) (xy 322.2074 121.446467) (xy 321.986895 121.225577) + (xy 321.630692 121.077668) (xy 321.245001 121.077332) (xy 320.88854 121.224618) (xy 320.615577 121.497105) (xy 320.467668 121.853308) + (xy 320.467332 122.238999) (xy 320.614618 122.59546) (xy 320.887105 122.868423) (xy 321.243308 123.016332) (xy 321.628999 123.016668) + (xy 321.98546 122.869382) (xy 322.2074 122.647829) (xy 322.2074 123.19) (xy 322.255097 123.42979) (xy 322.390927 123.633073) + (xy 323.025927 124.268073) (xy 323.206887 124.388987) (xy 322.940372 124.655038) (xy 322.753713 125.104563) (xy 322.753288 125.591302) + (xy 322.939162 126.041152) (xy 323.283038 126.385628) (xy 323.732563 126.572287) (xy 324.219302 126.572712) (xy 324.286712 126.544858) + (xy 324.539736 126.797882) (xy 324.221437 126.665713) (xy 323.734698 126.665288) (xy 323.284848 126.851162) (xy 322.940372 127.195038) + (xy 322.753713 127.644563) (xy 322.753288 128.131302) (xy 322.939162 128.581152) (xy 323.283038 128.925628) (xy 323.732563 129.112287) + (xy 324.219302 129.112712) (xy 324.669152 128.926838) (xy 325.013628 128.582962) (xy 325.200287 128.133437) (xy 325.200712 127.646698) + (xy 325.014838 127.196848) (xy 324.764594 126.946167) (xy 324.993 126.9916) (xy 328.690098 126.9916) (xy 328.50854 127.066618) + (xy 328.235577 127.339105) (xy 328.087668 127.695308) (xy 328.087332 128.080999) (xy 328.234618 128.43746) (xy 328.507105 128.710423) + (xy 328.863308 128.858332) (xy 329.248999 128.858668) (xy 329.60546 128.711382) (xy 329.878423 128.438895) (xy 330.026332 128.082692) + (xy 330.026668 127.697001) (xy 329.879382 127.34054) (xy 329.606895 127.067577) (xy 329.423922 126.9916) (xy 330.976098 126.9916) + (xy 330.79454 127.066618) (xy 330.521577 127.339105) (xy 330.373668 127.695308) (xy 330.373332 128.080999) (xy 330.520618 128.43746) + (xy 330.793105 128.710423) (xy 331.149308 128.858332) (xy 331.534999 128.858668) (xy 331.89146 128.711382) (xy 332.164423 128.438895) + (xy 332.274148 128.174647) (xy 332.337162 128.327152) (xy 332.681038 128.671628) (xy 333.130563 128.858287) (xy 333.617302 128.858712) + (xy 334.067152 128.672838) (xy 334.411628 128.328962) (xy 334.598287 127.879437) (xy 334.598712 127.392698) (xy 334.412838 126.942848) + (xy 334.399046 126.929031) (xy 334.580073 126.808073) (xy 334.834073 126.554073) (xy 334.969902 126.35079) (xy 334.969903 126.350789) + (xy 335.0176 126.111) (xy 335.0176 125.927835) (xy 335.221038 126.131628) (xy 335.670563 126.318287) (xy 336.157302 126.318712) + (xy 336.607152 126.132838) (xy 336.951628 125.788962) (xy 337.138287 125.339437) (xy 337.138712 124.852698) (xy 336.952838 124.402848) + (xy 336.608962 124.058372) (xy 336.159437 123.871713) (xy 335.672698 123.871288) (xy 335.222848 124.057162) (xy 335.0176 124.262052) + (xy 335.0176 118.745) (xy 334.969903 118.505211) (xy 334.969902 118.50521) (xy 334.834073 118.301927) (xy 334.580073 118.047927) + (xy 334.487555 117.986108) (xy 334.598287 117.719437) (xy 334.598712 117.232698) (xy 334.412838 116.782848) (xy 334.068962 116.438372) + (xy 333.619437 116.251713) (xy 333.132698 116.251288) (xy 332.9856 116.312067) (xy 332.9856 116.098093) (xy 333.130563 116.158287) + (xy 333.617302 116.158712) (xy 334.067152 115.972838) (xy 334.411628 115.628962) (xy 334.598287 115.179437) (xy 334.598712 114.692698) + (xy 334.412838 114.242848) (xy 334.068962 113.898372) (xy 333.619437 113.711713) (xy 333.132698 113.711288) (xy 332.9856 113.772067) + (xy 332.9856 113.670546) (xy 333.065058 113.591087) (xy 333.130563 113.618287) (xy 333.617302 113.618712) (xy 334.067152 113.432838) + (xy 334.411628 113.088962) (xy 334.455408 112.983526) (xy 334.503789 112.973903) (xy 334.50379 112.973903) (xy 334.707073 112.838073) + (xy 334.961073 112.584073) (xy 335.096902 112.38079) (xy 335.096903 112.380789) (xy 335.1446 112.141) (xy 335.1446 109.093) + (xy 335.096903 108.853211) (xy 335.096902 108.85321) (xy 334.961073 108.649927) (xy 334.707073 108.395927) (xy 334.50379 108.260097) + (xy 334.264 108.2124) (xy 334.207835 108.2124) (xy 334.411628 108.008962) (xy 334.598287 107.559437) (xy 334.598712 107.072698) + (xy 334.537932 106.9256) (xy 342.265 106.9256) (xy 342.504789 106.877903) (xy 342.50479 106.877903) (xy 342.708073 106.742073) + (xy 342.9084 106.541746) (xy 342.9084 107.0784) (xy 342.840577 107.146105) (xy 342.692668 107.502308) (xy 342.692332 107.887999) + (xy 342.839618 108.24446) (xy 343.0354 108.440584) (xy 343.0354 116.222621) (xy 342.840577 116.417105) (xy 342.726668 116.691427) + (xy 342.726668 109.282001) (xy 342.579382 108.92554) (xy 342.306895 108.652577) (xy 341.950692 108.504668) (xy 341.565001 108.504332) + (xy 341.20854 108.651618) (xy 340.935577 108.924105) (xy 340.787668 109.280308) (xy 340.787332 109.665999) (xy 340.934618 110.02246) + (xy 341.207105 110.295423) (xy 341.563308 110.443332) (xy 341.948999 110.443668) (xy 342.30546 110.296382) (xy 342.578423 110.023895) + (xy 342.726332 109.667692) (xy 342.726668 109.282001) (xy 342.726668 116.691427) (xy 342.692668 116.773308) (xy 342.692332 117.158999) + (xy 342.839618 117.51546) (xy 343.112105 117.788423) (xy 343.468308 117.936332) (xy 343.853999 117.936668) (xy 344.21046 117.789382) + (xy 344.483423 117.516895) (xy 344.631332 117.160692) (xy 344.631668 116.775001) (xy 344.484382 116.41854) (xy 344.2886 116.222415) + (xy 344.2886 108.440378) (xy 344.483423 108.245895) (xy 344.631332 107.889692) (xy 344.631668 107.504001) (xy 344.484382 107.14754) + (xy 344.211895 106.874577) (xy 344.1616 106.853692) (xy 344.1616 105.839923) (xy 344.227152 105.812838) (xy 344.571628 105.468962) + (xy 344.758287 105.019437) (xy 344.758712 104.532698) (xy 344.697932 104.3856) (xy 344.911906 104.3856) (xy 344.851713 104.530563) + (xy 344.851288 105.017302) (xy 345.037162 105.467152) (xy 345.381038 105.811628) (xy 345.830563 105.998287) (xy 346.317302 105.998712) + (xy 346.767152 105.812838) (xy 347.111628 105.468962) (xy 347.298287 105.019437) (xy 347.298712 104.532698) (xy 347.112838 104.082848) + (xy 346.907947 103.8776) (xy 347.782164 103.8776) (xy 347.578372 104.081038) (xy 347.391713 104.530563) (xy 347.391288 105.017302) + (xy 347.577162 105.467152) (xy 347.921038 105.811628) (xy 348.370563 105.998287) (xy 348.667756 105.998546) (xy 348.808618 106.33946) + (xy 349.081105 106.612423) (xy 349.437308 106.760332) (xy 349.822999 106.760668) (xy 350.17946 106.613382) (xy 350.452423 106.340895) + (xy 350.600332 105.984692) (xy 350.600432 105.869509) (xy 350.910563 105.998287) (xy 351.397302 105.998712) (xy 351.847152 105.812838) + (xy 352.191628 105.468962) (xy 352.378287 105.019437) (xy 352.378712 104.532698) (xy 352.192838 104.082848) (xy 351.848962 103.738372) + (xy 351.399437 103.551713) (xy 350.912698 103.551288) (xy 350.462848 103.737162) (xy 350.118372 104.081038) (xy 349.931713 104.530563) + (xy 349.93142 104.865985) (xy 349.838454 104.827382) (xy 349.838712 104.532698) (xy 349.652838 104.082848) (xy 349.308962 103.738372) + (xy 349.2416 103.7104) (xy 349.2416 103.505) (xy 349.203905 103.315498) (xy 349.307152 103.272838) (xy 349.651628 102.928962) + (xy 349.838287 102.479437) (xy 349.838712 101.992698) (xy 349.652838 101.542848) (xy 349.308962 101.198372) (xy 348.859437 101.011713) + (xy 348.372698 101.011288) (xy 347.922848 101.197162) (xy 347.806668 101.313139) (xy 347.806668 89.724001) (xy 347.659382 89.36754) + (xy 347.386895 89.094577) (xy 347.030692 88.946668) (xy 346.645001 88.946332) (xy 346.28854 89.093618) (xy 346.015577 89.366105) + (xy 345.867668 89.722308) (xy 345.867332 90.107999) (xy 346.014618 90.46446) (xy 346.287105 90.737423) (xy 346.643308 90.885332) + (xy 347.028999 90.885668) (xy 347.38546 90.738382) (xy 347.658423 90.465895) (xy 347.806332 90.109692) (xy 347.806668 89.724001) + (xy 347.806668 101.313139) (xy 347.679668 101.439918) (xy 347.679668 94.042001) (xy 347.532382 93.68554) (xy 347.259895 93.412577) + (xy 346.903692 93.264668) (xy 346.518001 93.264332) (xy 346.16154 93.411618) (xy 345.888577 93.684105) (xy 345.774408 93.959052) + (xy 345.774668 93.661001) (xy 345.647668 93.353636) (xy 345.647668 84.517001) (xy 345.500382 84.16054) (xy 345.227895 83.887577) + (xy 344.885668 83.745471) (xy 344.885668 74.738001) (xy 344.738382 74.38154) (xy 344.465895 74.108577) (xy 344.109692 73.960668) + (xy 343.724001 73.960332) (xy 343.36754 74.107618) (xy 343.094577 74.380105) (xy 342.946668 74.736308) (xy 342.946332 75.121999) + (xy 343.093618 75.47846) (xy 343.366105 75.751423) (xy 343.722308 75.899332) (xy 344.107999 75.899668) (xy 344.46446 75.752382) + (xy 344.737423 75.479895) (xy 344.885332 75.123692) (xy 344.885668 74.738001) (xy 344.885668 83.745471) (xy 344.871692 83.739668) + (xy 344.486001 83.739332) (xy 344.12954 83.886618) (xy 343.856577 84.159105) (xy 343.708668 84.515308) (xy 343.708332 84.900999) + (xy 343.855618 85.25746) (xy 344.128105 85.530423) (xy 344.484308 85.678332) (xy 344.869999 85.678668) (xy 345.22646 85.531382) + (xy 345.499423 85.258895) (xy 345.647332 84.902692) (xy 345.647668 84.517001) (xy 345.647668 93.353636) (xy 345.627382 93.30454) + (xy 345.354895 93.031577) (xy 344.998692 92.883668) (xy 344.613001 92.883332) (xy 344.25654 93.030618) (xy 343.983577 93.303105) + (xy 343.835668 93.659308) (xy 343.835332 94.044999) (xy 343.982618 94.40146) (xy 344.255105 94.674423) (xy 344.611308 94.822332) + (xy 344.996999 94.822668) (xy 345.35346 94.675382) (xy 345.626423 94.402895) (xy 345.740591 94.127947) (xy 345.740332 94.425999) + (xy 345.887618 94.78246) (xy 346.160105 95.055423) (xy 346.516308 95.203332) (xy 346.901999 95.203668) (xy 347.25846 95.056382) + (xy 347.531423 94.783895) (xy 347.679332 94.427692) (xy 347.679668 94.042001) (xy 347.679668 101.439918) (xy 347.578372 101.541038) + (xy 347.391713 101.990563) (xy 347.391288 102.477302) (xy 347.452067 102.6244) (xy 347.238093 102.6244) (xy 347.298287 102.479437) + (xy 347.298712 101.992698) (xy 347.112838 101.542848) (xy 346.768962 101.198372) (xy 346.319437 101.011713) (xy 345.832698 101.011288) + (xy 345.382848 101.197162) (xy 345.038372 101.541038) (xy 344.851713 101.990563) (xy 344.851288 102.477302) (xy 344.912067 102.6244) + (xy 344.7585 102.6244) (xy 344.7585 101.432071) (xy 344.678574 101.239111) (xy 344.530889 101.091426) (xy 344.337929 101.0115) + (xy 344.129071 101.0115) (xy 342.732071 101.0115) (xy 342.539111 101.091426) (xy 342.391426 101.239111) (xy 342.3115 101.432071) + (xy 342.3115 101.640929) (xy 342.3115 102.6244) (xy 342.265 102.6244) (xy 342.148468 102.647579) (xy 342.218287 102.479437) + (xy 342.218712 101.992698) (xy 342.032838 101.542848) (xy 341.964668 101.474559) (xy 341.964668 84.517001) (xy 341.817382 84.16054) + (xy 341.544895 83.887577) (xy 341.188692 83.739668) (xy 340.803001 83.739332) (xy 340.44654 83.886618) (xy 340.173577 84.159105) + (xy 340.025668 84.515308) (xy 340.025332 84.900999) (xy 340.172618 85.25746) (xy 340.445105 85.530423) (xy 340.801308 85.678332) + (xy 341.186999 85.678668) (xy 341.54346 85.531382) (xy 341.816423 85.258895) (xy 341.964332 84.902692) (xy 341.964668 84.517001) + (xy 341.964668 101.474559) (xy 341.939268 101.449114) (xy 341.939268 89.470001) (xy 341.791982 89.11354) (xy 341.519495 88.840577) + (xy 341.163292 88.692668) (xy 340.777601 88.692332) (xy 340.42114 88.839618) (xy 340.220188 89.040218) (xy 340.020895 88.840577) + (xy 339.664692 88.692668) (xy 339.279001 88.692332) (xy 338.92254 88.839618) (xy 338.649577 89.112105) (xy 338.501668 89.468308) + (xy 338.501332 89.853999) (xy 338.648618 90.21046) (xy 338.921105 90.483423) (xy 339.277308 90.631332) (xy 339.662999 90.631668) + (xy 340.01946 90.484382) (xy 340.220411 90.283781) (xy 340.419705 90.483423) (xy 340.775908 90.631332) (xy 341.161599 90.631668) + (xy 341.51806 90.484382) (xy 341.791023 90.211895) (xy 341.938932 89.855692) (xy 341.939268 89.470001) (xy 341.939268 101.449114) + (xy 341.688962 101.198372) (xy 341.239437 101.011713) (xy 340.752698 101.011288) (xy 340.302848 101.197162) (xy 339.958372 101.541038) + (xy 339.771713 101.990563) (xy 339.771288 102.477302) (xy 339.957162 102.927152) (xy 340.301038 103.271628) (xy 340.750563 103.458287) + (xy 341.237302 103.458712) (xy 341.407604 103.388344) (xy 341.3844 103.505) (xy 341.3844 103.611906) (xy 341.239437 103.551713) + (xy 340.752698 103.551288) (xy 340.302848 103.737162) (xy 339.958372 104.081038) (xy 339.771713 104.530563) (xy 339.771288 105.017302) + (xy 339.832067 105.1644) (xy 339.618093 105.1644) (xy 339.678287 105.019437) (xy 339.678712 104.532698) (xy 339.678712 101.992698) + (xy 339.492838 101.542848) (xy 339.148962 101.198372) (xy 338.699437 101.011713) (xy 338.408668 101.011459) (xy 338.408668 96.201001) + (xy 338.261382 95.84454) (xy 338.027668 95.610417) (xy 338.027668 88.962001) (xy 337.880382 88.60554) (xy 337.607895 88.332577) + (xy 337.519668 88.295941) (xy 337.519668 82.739001) (xy 337.372382 82.38254) (xy 337.099895 82.109577) (xy 336.743692 81.961668) + (xy 336.358001 81.961332) (xy 336.00154 82.108618) (xy 335.728577 82.381105) (xy 335.580668 82.737308) (xy 335.580332 83.122999) + (xy 335.727618 83.47946) (xy 336.000105 83.752423) (xy 336.356308 83.900332) (xy 336.741999 83.900668) (xy 337.09846 83.753382) + (xy 337.371423 83.480895) (xy 337.519332 83.124692) (xy 337.519668 82.739001) (xy 337.519668 88.295941) (xy 337.251692 88.184668) + (xy 336.866001 88.184332) (xy 336.50954 88.331618) (xy 336.236577 88.604105) (xy 336.088668 88.960308) (xy 336.088332 89.345999) + (xy 336.235618 89.70246) (xy 336.508105 89.975423) (xy 336.864308 90.123332) (xy 337.249999 90.123668) (xy 337.60646 89.976382) + (xy 337.879423 89.703895) (xy 338.027332 89.347692) (xy 338.027668 88.962001) (xy 338.027668 95.610417) (xy 337.988895 95.571577) + (xy 337.632692 95.423668) (xy 337.247001 95.423332) (xy 336.89054 95.570618) (xy 336.867699 95.593419) (xy 336.845895 95.571577) + (xy 336.489692 95.423668) (xy 336.104001 95.423332) (xy 335.74754 95.570618) (xy 335.661088 95.656919) (xy 335.575895 95.571577) + (xy 335.219692 95.423668) (xy 334.882298 95.423374) (xy 334.979332 95.189692) (xy 334.979358 95.158922) (xy 335.086308 95.203332) + (xy 335.471999 95.203668) (xy 335.82846 95.056382) (xy 336.101423 94.783895) (xy 336.249332 94.427692) (xy 336.249668 94.042001) + (xy 336.102382 93.68554) (xy 335.868668 93.451417) (xy 335.868668 86.168001) (xy 335.721382 85.81154) (xy 335.448895 85.538577) + (xy 335.092692 85.390668) (xy 334.707001 85.390332) (xy 334.35054 85.537618) (xy 334.077577 85.810105) (xy 333.929668 86.166308) + (xy 333.929332 86.551999) (xy 334.076618 86.90846) (xy 334.349105 87.181423) (xy 334.705308 87.329332) (xy 335.090999 87.329668) + (xy 335.44746 87.182382) (xy 335.720423 86.909895) (xy 335.868332 86.553692) (xy 335.868668 86.168001) (xy 335.868668 93.451417) + (xy 335.829895 93.412577) (xy 335.473692 93.264668) (xy 335.088001 93.264332) (xy 334.776468 93.393054) (xy 334.776468 88.454001) + (xy 334.629182 88.09754) (xy 334.356695 87.824577) (xy 334.000492 87.676668) (xy 333.614801 87.676332) (xy 333.25834 87.823618) + (xy 332.985377 88.096105) (xy 332.837468 88.452308) (xy 332.837132 88.837999) (xy 332.984418 89.19446) (xy 333.256905 89.467423) + (xy 333.613108 89.615332) (xy 333.998799 89.615668) (xy 334.35526 89.468382) (xy 334.628223 89.195895) (xy 334.776132 88.839692) + (xy 334.776468 88.454001) (xy 334.776468 93.393054) (xy 334.73154 93.411618) (xy 334.458577 93.684105) (xy 334.310668 94.040308) + (xy 334.310641 94.071077) (xy 334.203692 94.026668) (xy 333.818001 94.026332) (xy 333.46154 94.173618) (xy 333.188577 94.446105) + (xy 333.040668 94.802308) (xy 333.040332 95.187999) (xy 333.187618 95.54446) (xy 333.460105 95.817423) (xy 333.816308 95.965332) + (xy 334.153701 95.965625) (xy 334.056668 96.199308) (xy 334.056332 96.584999) (xy 334.203618 96.94146) (xy 334.476105 97.214423) + (xy 334.832308 97.362332) (xy 335.217999 97.362668) (xy 335.57446 97.215382) (xy 335.660911 97.12908) (xy 335.746105 97.214423) + (xy 336.102308 97.362332) (xy 336.487999 97.362668) (xy 336.84446 97.215382) (xy 336.8673 97.19258) (xy 336.889105 97.214423) + (xy 337.245308 97.362332) (xy 337.630999 97.362668) (xy 337.98746 97.215382) (xy 338.260423 96.942895) (xy 338.408332 96.586692) + (xy 338.408668 96.201001) (xy 338.408668 101.011459) (xy 338.212698 101.011288) (xy 337.762848 101.197162) (xy 337.418372 101.541038) + (xy 337.231713 101.990563) (xy 337.231288 102.477302) (xy 337.417162 102.927152) (xy 337.761038 103.271628) (xy 338.210563 103.458287) + (xy 338.697302 103.458712) (xy 339.147152 103.272838) (xy 339.491628 102.928962) (xy 339.678287 102.479437) (xy 339.678712 101.992698) + (xy 339.678712 104.532698) (xy 339.492838 104.082848) (xy 339.148962 103.738372) (xy 338.699437 103.551713) (xy 338.212698 103.551288) + (xy 337.762848 103.737162) (xy 337.418372 104.081038) (xy 337.231713 104.530563) (xy 337.231288 105.017302) (xy 337.292067 105.1644) + (xy 337.078093 105.1644) (xy 337.138287 105.019437) (xy 337.138712 104.532698) (xy 337.138712 101.992698) (xy 336.952838 101.542848) + (xy 336.608962 101.198372) (xy 336.159437 101.011713) (xy 335.672698 101.011288) (xy 335.222848 101.197162) (xy 334.878372 101.541038) + (xy 334.691713 101.990563) (xy 334.691288 102.477302) (xy 334.877162 102.927152) (xy 335.221038 103.271628) (xy 335.670563 103.458287) + (xy 336.157302 103.458712) (xy 336.607152 103.272838) (xy 336.951628 102.928962) (xy 337.138287 102.479437) (xy 337.138712 101.992698) + (xy 337.138712 104.532698) (xy 336.952838 104.082848) (xy 336.608962 103.738372) (xy 336.159437 103.551713) (xy 335.672698 103.551288) + (xy 335.222848 103.737162) (xy 334.878372 104.081038) (xy 334.691713 104.530563) (xy 334.691288 105.017302) (xy 334.752067 105.1644) + (xy 334.538093 105.1644) (xy 334.598287 105.019437) (xy 334.598712 104.532698) (xy 334.598712 101.992698) (xy 334.412838 101.542848) + (xy 334.068962 101.198372) (xy 333.619437 101.011713) (xy 333.582668 101.01168) (xy 333.582668 96.328001) (xy 333.435382 95.97154) + (xy 333.162895 95.698577) (xy 332.806692 95.550668) (xy 332.421001 95.550332) (xy 332.06454 95.697618) (xy 331.791577 95.970105) + (xy 331.643668 96.326308) (xy 331.643332 96.711999) (xy 331.790618 97.06846) (xy 332.063105 97.341423) (xy 332.419308 97.489332) + (xy 332.804999 97.489668) (xy 333.16146 97.342382) (xy 333.434423 97.069895) (xy 333.582332 96.713692) (xy 333.582668 96.328001) + (xy 333.582668 101.01168) (xy 333.132698 101.011288) (xy 332.682848 101.197162) (xy 332.338372 101.541038) (xy 332.151713 101.990563) + (xy 332.151288 102.477302) (xy 332.337162 102.927152) (xy 332.681038 103.271628) (xy 333.130563 103.458287) (xy 333.617302 103.458712) + (xy 334.067152 103.272838) (xy 334.411628 102.928962) (xy 334.598287 102.479437) (xy 334.598712 101.992698) (xy 334.598712 104.532698) + (xy 334.412838 104.082848) (xy 334.068962 103.738372) (xy 333.619437 103.551713) (xy 333.132698 103.551288) (xy 332.682848 103.737162) + (xy 332.338372 104.081038) (xy 332.151713 104.530563) (xy 332.151288 105.017302) (xy 332.212067 105.1644) (xy 331.998093 105.1644) + (xy 332.058287 105.019437) (xy 332.058712 104.532698) (xy 331.872838 104.082848) (xy 331.528962 103.738372) (xy 331.4616 103.7104) + (xy 331.4616 92.964) (xy 331.413903 92.724211) (xy 331.413902 92.72421) (xy 331.278073 92.520927) (xy 328.9216 90.164454) + (xy 328.9216 85.707378) (xy 329.116423 85.512895) (xy 329.264332 85.156692) (xy 329.264668 84.771001) (xy 329.117382 84.41454) + (xy 328.844895 84.141577) (xy 328.488692 83.993668) (xy 328.103001 83.993332) (xy 327.74654 84.140618) (xy 327.473577 84.413105) + (xy 327.325668 84.769308) (xy 327.325332 85.154999) (xy 327.472618 85.51146) (xy 327.6684 85.707584) (xy 327.6684 87.747386) + (xy 327.498092 87.676668) (xy 327.112401 87.676332) (xy 326.75594 87.823618) (xy 326.482977 88.096105) (xy 326.335068 88.452308) + (xy 326.334732 88.837999) (xy 326.482018 89.19446) (xy 326.754505 89.467423) (xy 327.110708 89.615332) (xy 327.496399 89.615668) + (xy 327.6684 89.544598) (xy 327.6684 90.424) (xy 327.716097 90.66379) (xy 327.851927 90.867073) (xy 330.2084 93.223546) + (xy 330.2084 103.710076) (xy 330.142848 103.737162) (xy 329.798372 104.081038) (xy 329.611713 104.530563) (xy 329.611288 105.017302) + (xy 329.673581 105.168063) (xy 329.452211 105.212097) (xy 329.248927 105.347927) (xy 329.178454 105.4184) (xy 327.680093 105.4184) + (xy 327.740287 105.273437) (xy 327.740712 104.786698) (xy 327.740712 102.246698) (xy 327.740712 99.706698) (xy 327.554838 99.256848) + (xy 327.210962 98.912372) (xy 326.761437 98.725713) (xy 326.274698 98.725288) (xy 325.824848 98.911162) (xy 325.480372 99.255038) + (xy 325.293713 99.704563) (xy 325.293288 100.191302) (xy 325.479162 100.641152) (xy 325.823038 100.985628) (xy 326.272563 101.172287) + (xy 326.759302 101.172712) (xy 327.209152 100.986838) (xy 327.553628 100.642962) (xy 327.740287 100.193437) (xy 327.740712 99.706698) + (xy 327.740712 102.246698) (xy 327.554838 101.796848) (xy 327.210962 101.452372) (xy 326.761437 101.265713) (xy 326.274698 101.265288) + (xy 325.824848 101.451162) (xy 325.480372 101.795038) (xy 325.293713 102.244563) (xy 325.293288 102.731302) (xy 325.479162 103.181152) + (xy 325.823038 103.525628) (xy 326.272563 103.712287) (xy 326.759302 103.712712) (xy 327.209152 103.526838) (xy 327.553628 103.182962) + (xy 327.740287 102.733437) (xy 327.740712 102.246698) (xy 327.740712 104.786698) (xy 327.554838 104.336848) (xy 327.210962 103.992372) + (xy 326.761437 103.805713) (xy 326.274698 103.805288) (xy 325.824848 103.991162) (xy 325.480372 104.335038) (xy 325.293713 104.784563) + (xy 325.293288 105.271302) (xy 325.365226 105.445407) (xy 325.261211 105.466097) (xy 325.066174 105.596416) (xy 325.200287 105.273437) + (xy 325.200712 104.786698) (xy 325.014838 104.336848) (xy 324.670962 103.992372) (xy 324.593062 103.960025) (xy 324.555903 103.773211) + (xy 324.555903 103.77321) (xy 324.4514 103.616811) (xy 324.669152 103.526838) (xy 325.013628 103.182962) (xy 325.200287 102.733437) + (xy 325.200712 102.246698) (xy 325.014838 101.796848) (xy 324.670962 101.452372) (xy 324.593062 101.420025) (xy 324.555903 101.233211) + (xy 324.555903 101.23321) (xy 324.4514 101.076811) (xy 324.669152 100.986838) (xy 325.013628 100.642962) (xy 325.200287 100.193437) + (xy 325.200712 99.706698) (xy 325.014838 99.256848) (xy 324.670962 98.912372) (xy 324.221437 98.725713) (xy 323.734698 98.725288) + (xy 323.5876 98.786067) (xy 323.5876 98.572093) (xy 323.732563 98.632287) (xy 324.219302 98.632712) (xy 324.669152 98.446838) + (xy 325.013628 98.102962) (xy 325.200287 97.653437) (xy 325.200712 97.166698) (xy 325.014838 96.716848) (xy 324.670962 96.372372) + (xy 324.221437 96.185713) (xy 323.734698 96.185288) (xy 323.631018 96.228127) (xy 324.039073 95.820073) (xy 324.174903 95.61679) + (xy 324.174903 95.616789) (xy 324.2226 95.377) (xy 324.2226 95.196331) (xy 324.545308 95.330332) (xy 324.930999 95.330668) + (xy 325.28746 95.183382) (xy 325.560423 94.910895) (xy 325.680588 94.621505) (xy 325.694618 94.65546) (xy 325.967105 94.928423) + (xy 326.323308 95.076332) (xy 326.708999 95.076668) (xy 327.06546 94.929382) (xy 327.151911 94.84308) (xy 327.237105 94.928423) + (xy 327.593308 95.076332) (xy 327.978999 95.076668) (xy 328.33546 94.929382) (xy 328.421911 94.84308) (xy 328.507105 94.928423) + (xy 328.863308 95.076332) (xy 329.248999 95.076668) (xy 329.60546 94.929382) (xy 329.878423 94.656895) (xy 330.026332 94.300692) + (xy 330.026668 93.915001) (xy 329.879382 93.55854) (xy 329.606895 93.285577) (xy 329.250692 93.137668) (xy 328.865001 93.137332) + (xy 328.50854 93.284618) (xy 328.422088 93.370919) (xy 328.336895 93.285577) (xy 327.980692 93.137668) (xy 327.595001 93.137332) + (xy 327.23854 93.284618) (xy 327.152088 93.370919) (xy 327.066895 93.285577) (xy 326.710692 93.137668) (xy 326.325001 93.137332) + (xy 325.96854 93.284618) (xy 325.695577 93.557105) (xy 325.575411 93.846494) (xy 325.561382 93.81254) (xy 325.3656 93.616415) + (xy 325.3656 91.059) (xy 325.317903 90.819211) (xy 325.317903 90.81921) (xy 325.182073 90.615927) (xy 325.070714 90.504568) + (xy 325.184999 90.504668) (xy 325.54146 90.357382) (xy 325.814423 90.084895) (xy 325.962332 89.728692) (xy 325.962668 89.343001) + (xy 325.815382 88.98654) (xy 325.677114 88.848031) (xy 326.071073 88.454073) (xy 326.206902 88.25079) (xy 326.206903 88.250789) + (xy 326.254599 88.011) (xy 326.2546 88.011) (xy 326.2546 84.310378) (xy 326.449423 84.115895) (xy 326.597332 83.759692) + (xy 326.597668 83.374001) (xy 326.450382 83.01754) (xy 326.2546 82.821415) (xy 326.2546 71.4926) (xy 348.124621 71.4926) + (xy 348.158318 71.526356) (xy 348.047577 71.636905) (xy 347.899668 71.993108) (xy 347.899332 72.378799) (xy 348.046618 72.73526) + (xy 348.319105 73.008223) (xy 348.675308 73.156132) (xy 349.060999 73.156468) (xy 349.41746 73.009182) (xy 349.690423 72.736695) + (xy 349.838332 72.380492) (xy 349.838668 71.994801) (xy 349.691382 71.63834) (xy 349.579681 71.526443) (xy 349.690423 71.415895) + (xy 349.838332 71.059692) (xy 349.838668 70.674001) (xy 349.711668 70.366636) (xy 349.711668 65.467001) (xy 349.564382 65.11054) + (xy 349.291895 64.837577) (xy 348.935692 64.689668) (xy 348.550001 64.689332) (xy 348.19354 64.836618) (xy 347.920577 65.109105) + (xy 347.772668 65.465308) (xy 347.772332 65.850999) (xy 347.919618 66.20746) (xy 348.192105 66.480423) (xy 348.548308 66.628332) + (xy 348.933999 66.628668) (xy 349.29046 66.481382) (xy 349.563423 66.208895) (xy 349.711332 65.852692) (xy 349.711668 65.467001) + (xy 349.711668 70.366636) (xy 349.691382 70.31754) (xy 349.418895 70.044577) (xy 349.062692 69.896668) (xy 348.677001 69.896332) + (xy 348.32054 70.043618) (xy 348.124415 70.2394) (xy 346.536668 70.2394) (xy 346.536668 62.419001) (xy 346.389382 62.06254) + (xy 346.116895 61.789577) (xy 345.760692 61.641668) (xy 345.375001 61.641332) (xy 345.01854 61.788618) (xy 344.745577 62.061105) + (xy 344.597668 62.417308) (xy 344.597332 62.802999) (xy 344.744618 63.15946) (xy 345.017105 63.432423) (xy 345.373308 63.580332) + (xy 345.758999 63.580668) (xy 346.11546 63.433382) (xy 346.388423 63.160895) (xy 346.536332 62.804692) (xy 346.536668 62.419001) + (xy 346.536668 70.2394) (xy 343.361668 70.2394) (xy 343.361668 63.054001) (xy 343.214382 62.69754) (xy 342.941895 62.424577) + (xy 342.585692 62.276668) (xy 342.200001 62.276332) (xy 341.84354 62.423618) (xy 341.570577 62.696105) (xy 341.422668 63.052308) + (xy 341.422332 63.437999) (xy 341.569618 63.79446) (xy 341.842105 64.067423) (xy 342.198308 64.215332) (xy 342.583999 64.215668) + (xy 342.94046 64.068382) (xy 343.213423 63.795895) (xy 343.361332 63.439692) (xy 343.361668 63.054001) (xy 343.361668 70.2394) + (xy 341.075668 70.2394) (xy 341.075668 63.943001) (xy 340.928382 63.58654) (xy 340.655895 63.313577) (xy 340.299692 63.165668) + (xy 339.914001 63.165332) (xy 339.55754 63.312618) (xy 339.284577 63.585105) (xy 339.136668 63.941308) (xy 339.136332 64.326999) + (xy 339.141595 64.339738) (xy 338.877895 64.075577) (xy 338.521692 63.927668) (xy 338.136001 63.927332) (xy 337.77954 64.074618) + (xy 337.506577 64.347105) (xy 337.358668 64.703308) (xy 337.358332 65.088999) (xy 337.505618 65.44546) (xy 337.778105 65.718423) + (xy 338.134308 65.866332) (xy 338.519999 65.866668) (xy 338.87646 65.719382) (xy 339.149423 65.446895) (xy 339.297332 65.090692) + (xy 339.297668 64.705001) (xy 339.292404 64.692261) (xy 339.556105 64.956423) (xy 339.912308 65.104332) (xy 340.297999 65.104668) + (xy 340.65446 64.957382) (xy 340.927423 64.684895) (xy 341.075332 64.328692) (xy 341.075668 63.943001) (xy 341.075668 70.2394) + (xy 327.733331 70.2394) (xy 327.867332 69.916692) (xy 327.867668 69.531001) (xy 327.720382 69.17454) (xy 327.447895 68.901577) + (xy 327.091692 68.753668) (xy 326.706001 68.753332) (xy 326.34954 68.900618) (xy 326.2546 68.995392) (xy 326.2546 67.691) + (xy 326.232367 67.579231) (xy 326.43046 67.497382) (xy 326.644022 67.284191) (xy 326.729105 67.369423) (xy 327.085308 67.517332) + (xy 327.470999 67.517668) (xy 327.82746 67.370382) (xy 328.100423 67.097895) (xy 328.248332 66.741692) (xy 328.248668 66.356001) + (xy 328.101382 65.99954) (xy 327.9056 65.803415) (xy 327.9056 63.753066) (xy 328.101308 63.834332) (xy 328.486999 63.834668) + (xy 328.84346 63.687382) (xy 329.116423 63.414895) (xy 329.264332 63.058692) (xy 329.264668 62.673001) (xy 329.117382 62.31654) + (xy 328.844895 62.043577) (xy 328.488692 61.895668) (xy 328.103001 61.895332) (xy 327.9056 61.976896) (xy 327.9056 60.96) + (xy 327.857903 60.720211) (xy 327.857903 60.72021) (xy 327.722073 60.516927) (xy 325.817073 58.611927) (xy 325.61379 58.476097) + (xy 325.374 58.4284) (xy 322.689378 58.4284) (xy 322.494895 58.233577) (xy 322.138692 58.085668) (xy 321.753001 58.085332) + (xy 321.4286 58.219371) (xy 321.4286 57.785) (xy 321.401667 57.6496) (xy 328.797454 57.6496) (xy 330.9704 59.822546) + (xy 330.9704 61.843454) (xy 330.899927 61.913927) (xy 330.764097 62.11721) (xy 330.7164 62.357) (xy 330.7164 64.262) + (xy 330.764097 64.50179) (xy 330.899927 64.705073) (xy 332.2404 66.045546) (xy 332.2404 67.708621) (xy 332.045577 67.903105) + (xy 331.897668 68.259308) (xy 331.897332 68.644999) (xy 331.978896 68.8424) (xy 331.5886 68.8424) (xy 331.5886 67.056) + (xy 331.550336 66.863635) (xy 331.550668 66.483001) (xy 331.403382 66.12654) (xy 331.130895 65.853577) (xy 330.774692 65.705668) + (xy 330.389001 65.705332) (xy 330.280668 65.750094) (xy 330.280668 64.451001) (xy 330.133382 64.09454) (xy 329.860895 63.821577) + (xy 329.504692 63.673668) (xy 329.119001 63.673332) (xy 328.76254 63.820618) (xy 328.489577 64.093105) (xy 328.341668 64.449308) + (xy 328.341332 64.834999) (xy 328.488618 65.19146) (xy 328.761105 65.464423) (xy 329.117308 65.612332) (xy 329.502999 65.612668) + (xy 329.85946 65.465382) (xy 330.132423 65.192895) (xy 330.280332 64.836692) (xy 330.280668 64.451001) (xy 330.280668 65.750094) + (xy 330.03254 65.852618) (xy 329.759577 66.125105) (xy 329.611668 66.481308) (xy 329.611419 66.765985) (xy 329.504692 66.721668) + (xy 329.119001 66.721332) (xy 328.76254 66.868618) (xy 328.489577 67.141105) (xy 328.341668 67.497308) (xy 328.341332 67.882999) + (xy 328.488618 68.23946) (xy 328.761105 68.512423) (xy 329.117308 68.660332) (xy 329.502999 68.660668) (xy 329.85946 68.513382) + (xy 330.132423 68.240895) (xy 330.280332 67.884692) (xy 330.28058 67.600014) (xy 330.3354 67.622777) (xy 330.3354 69.215) + (xy 330.383097 69.45479) (xy 330.518927 69.658073) (xy 330.772927 69.912073) (xy 330.97621 70.047902) (xy 330.976211 70.047903) + (xy 331.216 70.0956) (xy 333.502 70.0956) (xy 333.741789 70.047903) (xy 333.74179 70.047903) (xy 333.945073 69.912073) + (xy 334.199073 69.658073) (xy 334.334902 69.45479) (xy 334.334903 69.454789) (xy 334.3826 69.215) (xy 334.3826 65.866382) + (xy 334.709999 65.866668) (xy 335.06646 65.719382) (xy 335.339423 65.446895) (xy 335.487332 65.090692) (xy 335.487668 64.705001) + (xy 335.340382 64.34854) (xy 335.067895 64.075577) (xy 334.711692 63.927668) (xy 334.3826 63.927381) (xy 334.3826 63.736378) + (xy 334.577423 63.541895) (xy 334.725332 63.185692) (xy 334.725668 62.800001) (xy 334.578382 62.44354) (xy 334.305895 62.170577) + (xy 333.949692 62.022668) (xy 333.564001 62.022332) (xy 333.20754 62.169618) (xy 332.934577 62.442105) (xy 332.932107 62.448051) + (xy 332.781895 62.297577) (xy 332.425692 62.149668) (xy 332.214353 62.149483) (xy 332.2236 62.103) (xy 332.2236 59.563) + (xy 332.175903 59.323211) (xy 332.175902 59.32321) (xy 332.040073 59.119927) (xy 330.061746 57.1416) (xy 345.704044 57.1416) + (xy 345.39954 57.267418) (xy 345.126577 57.539905) (xy 344.978668 57.896108) (xy 344.978332 58.281799) (xy 345.125618 58.63826) + (xy 345.398105 58.911223) (xy 345.754308 59.059132) (xy 346.139999 59.059468) (xy 346.49646 58.912182) (xy 346.769423 58.639695) + (xy 346.917332 58.283492) (xy 346.917668 57.897801) (xy 346.770382 57.54134) (xy 346.497895 57.268377) (xy 346.192583 57.1416) + (xy 348.821625 57.1416) (xy 348.70154 57.191218) (xy 348.428577 57.463705) (xy 348.280668 57.819908) (xy 348.280332 58.205599) + (xy 348.427618 58.56206) (xy 348.700105 58.835023) (xy 349.056308 58.982932) (xy 349.441999 58.983268) (xy 349.79846 58.835982) + (xy 350.071423 58.563495) (xy 350.219332 58.207292) (xy 350.219668 57.821601) (xy 350.072382 57.46514) (xy 349.799895 57.192177) + (xy 349.678092 57.1416) (xy 364.111 57.1416) (xy 364.111 133.7394) + ) + ) + ) + (zone (net 243) (net_name GND) (layer GND_layer) (tstamp 5402D98E) (hatch edge 0.508) + (connect_pads (clearance 0.4)) + (min_thickness 0.25) + (fill yes (arc_segments 16) (thermal_gap 0.4) (thermal_bridge_width 0.3)) + (polygon + (pts + (xy 55 58) (xy 365 57.5) (xy 365 134) (xy 204.5 134) (xy 204.5 145) + (xy 195 145) (xy 185.5 154.5) (xy 95 155) (xy 95 154.5) (xy 55 154) + ) + ) + (filled_polygon + (pts + (xy 311.072497 60.847142) (xy 311.037142 60.882497) (xy 311.023 60.868355) (xy 311.008857 60.882497) (xy 310.973502 60.847142) + (xy 310.987645 60.833) (xy 310.973502 60.818857) (xy 311.008857 60.783502) (xy 311.023 60.797645) (xy 311.037142 60.783502) + (xy 311.072497 60.818857) (xy 311.058355 60.833) (xy 311.072497 60.847142) + ) + ) + (filled_polygon + (pts + (xy 364.875 133.7394) (xy 362.7925 133.7394) (xy 362.7925 87.289929) (xy 362.7925 87.081071) (xy 362.7925 85.684071) + (xy 362.712574 85.491111) (xy 362.692463 85.471) (xy 362.712574 85.450889) (xy 362.7925 85.257929) (xy 362.7925 85.049071) + (xy 362.7925 83.652071) (xy 362.712574 83.459111) (xy 362.564889 83.311426) (xy 362.371929 83.2315) (xy 362.163071 83.2315) + (xy 360.766071 83.2315) (xy 360.573111 83.311426) (xy 360.425426 83.459111) (xy 360.3455 83.652071) (xy 360.3455 83.860929) + (xy 360.3455 85.257929) (xy 360.425426 85.450889) (xy 360.445537 85.471) (xy 360.425426 85.491111) (xy 360.3455 85.684071) + (xy 360.3455 85.892929) (xy 360.3455 87.289929) (xy 360.425426 87.482889) (xy 360.573111 87.630574) (xy 360.766071 87.7105) + (xy 360.974929 87.7105) (xy 362.371929 87.7105) (xy 362.564889 87.630574) (xy 362.712574 87.482889) (xy 362.7925 87.289929) + (xy 362.7925 133.7394) (xy 360.553 133.7394) (xy 360.379668 133.7394) (xy 360.379668 130.618001) (xy 360.232382 130.26154) + (xy 359.959895 129.988577) (xy 359.617668 129.846471) (xy 359.617668 77.913001) (xy 359.470382 77.55654) (xy 359.197895 77.283577) + (xy 359.109668 77.246941) (xy 359.109668 72.833001) (xy 358.962382 72.47654) (xy 358.689895 72.203577) (xy 358.333692 72.055668) + (xy 357.948001 72.055332) (xy 357.59154 72.202618) (xy 357.318577 72.475105) (xy 357.170668 72.831308) (xy 357.170332 73.216999) + (xy 357.317618 73.57346) (xy 357.590105 73.846423) (xy 357.946308 73.994332) (xy 358.331999 73.994668) (xy 358.68846 73.847382) + (xy 358.961423 73.574895) (xy 359.109332 73.218692) (xy 359.109668 72.833001) (xy 359.109668 77.246941) (xy 358.841692 77.135668) + (xy 358.456001 77.135332) (xy 358.09954 77.282618) (xy 357.826577 77.555105) (xy 357.678668 77.911308) (xy 357.678332 78.296999) + (xy 357.825618 78.65346) (xy 358.098105 78.926423) (xy 358.454308 79.074332) (xy 358.839999 79.074668) (xy 359.19646 78.927382) + (xy 359.469423 78.654895) (xy 359.617332 78.298692) (xy 359.617668 77.913001) (xy 359.617668 129.846471) (xy 359.603692 129.840668) + (xy 359.218001 129.840332) (xy 359.046245 129.911299) (xy 359.046245 96.747972) (xy 359.046245 91.667972) (xy 358.83143 91.14808) + (xy 358.434013 90.749968) (xy 357.914496 90.534246) (xy 357.351972 90.533755) (xy 357.077668 90.647095) (xy 357.077668 80.961001) + (xy 356.930382 80.60454) (xy 356.657895 80.331577) (xy 356.301692 80.183668) (xy 355.916001 80.183332) (xy 355.55954 80.330618) + (xy 355.426668 80.463258) (xy 355.426668 63.562001) (xy 355.279382 63.20554) (xy 355.006895 62.932577) (xy 354.650692 62.784668) + (xy 354.265001 62.784332) (xy 353.90854 62.931618) (xy 353.635577 63.204105) (xy 353.487668 63.560308) (xy 353.487332 63.945999) + (xy 353.634618 64.30246) (xy 353.907105 64.575423) (xy 354.263308 64.723332) (xy 354.648999 64.723668) (xy 355.00546 64.576382) + (xy 355.278423 64.303895) (xy 355.426332 63.947692) (xy 355.426668 63.562001) (xy 355.426668 80.463258) (xy 355.286577 80.603105) + (xy 355.138668 80.959308) (xy 355.138332 81.344999) (xy 355.285618 81.70146) (xy 355.558105 81.974423) (xy 355.914308 82.122332) + (xy 356.299999 82.122668) (xy 356.65646 81.975382) (xy 356.929423 81.702895) (xy 357.077332 81.346692) (xy 357.077668 80.961001) + (xy 357.077668 90.647095) (xy 356.83208 90.74857) (xy 356.433968 91.145987) (xy 356.218246 91.665504) (xy 356.217755 92.228028) + (xy 356.43257 92.74792) (xy 356.829987 93.146032) (xy 357.349504 93.361754) (xy 357.912028 93.362245) (xy 358.43192 93.14743) + (xy 358.830032 92.750013) (xy 359.045754 92.230496) (xy 359.046245 91.667972) (xy 359.046245 96.747972) (xy 358.83143 96.22808) + (xy 358.434013 95.829968) (xy 357.914496 95.614246) (xy 357.351972 95.613755) (xy 356.83208 95.82857) (xy 356.433968 96.225987) + (xy 356.218246 96.745504) (xy 356.217755 97.308028) (xy 356.43257 97.82792) (xy 356.829987 98.226032) (xy 357.349504 98.441754) + (xy 357.912028 98.442245) (xy 358.43192 98.22743) (xy 358.830032 97.830013) (xy 359.045754 97.310496) (xy 359.046245 96.747972) + (xy 359.046245 129.911299) (xy 358.86154 129.987618) (xy 358.588577 130.260105) (xy 358.440668 130.616308) (xy 358.440332 131.001999) + (xy 358.587618 131.35846) (xy 358.860105 131.631423) (xy 359.216308 131.779332) (xy 359.601999 131.779668) (xy 359.95846 131.632382) + (xy 360.231423 131.359895) (xy 360.379332 131.003692) (xy 360.379668 130.618001) (xy 360.379668 133.7394) (xy 358.994532 133.7394) + (xy 359.215423 133.518895) (xy 359.363332 133.162692) (xy 359.363668 132.777001) (xy 359.216382 132.42054) (xy 358.943895 132.147577) + (xy 358.587692 131.999668) (xy 358.202001 131.999332) (xy 357.84554 132.146618) (xy 357.572577 132.419105) (xy 357.458712 132.693321) + (xy 357.458712 124.852698) (xy 357.458712 122.312698) (xy 357.458712 119.772698) (xy 357.458712 117.232698) (xy 357.458712 114.692698) + (xy 357.458712 112.152698) (xy 357.458712 109.612698) (xy 357.458712 107.072698) (xy 357.458712 104.532698) (xy 357.272838 104.082848) + (xy 356.928962 103.738372) (xy 356.479437 103.551713) (xy 355.992698 103.551288) (xy 355.542848 103.737162) (xy 355.198372 104.081038) + (xy 355.176953 104.13262) (xy 355.176953 84.2352) (xy 354.999368 83.782014) (xy 354.972716 83.742128) (xy 354.755766 83.683589) + (xy 354.720411 83.718944) (xy 354.720411 83.648234) (xy 354.661872 83.431284) (xy 354.283668 83.266036) (xy 354.283668 68.134001) + (xy 354.136382 67.77754) (xy 353.863895 67.504577) (xy 353.507692 67.356668) (xy 353.122001 67.356332) (xy 352.76554 67.503618) + (xy 352.492577 67.776105) (xy 352.344668 68.132308) (xy 352.344332 68.517999) (xy 352.491618 68.87446) (xy 352.764105 69.147423) + (xy 353.120308 69.295332) (xy 353.505999 69.295668) (xy 353.86246 69.148382) (xy 354.135423 68.875895) (xy 354.283332 68.519692) + (xy 354.283668 68.134001) (xy 354.283668 83.266036) (xy 354.215849 83.236405) (xy 354.110783 83.234384) (xy 354.156332 83.124692) + (xy 354.156668 82.739001) (xy 354.156668 75.246001) (xy 354.009382 74.88954) (xy 353.91038 74.790366) (xy 354.008423 74.692495) + (xy 354.156332 74.336292) (xy 354.156668 73.950601) (xy 354.156668 70.699401) (xy 354.009382 70.34294) (xy 353.736895 70.069977) + (xy 353.380692 69.922068) (xy 352.995001 69.921732) (xy 352.63854 70.069018) (xy 352.365577 70.341505) (xy 352.217668 70.697708) + (xy 352.217332 71.083399) (xy 352.364618 71.43986) (xy 352.637105 71.712823) (xy 352.993308 71.860732) (xy 353.378999 71.861068) + (xy 353.73546 71.713782) (xy 354.008423 71.441295) (xy 354.156332 71.085092) (xy 354.156668 70.699401) (xy 354.156668 73.950601) + (xy 354.009382 73.59414) (xy 353.736895 73.321177) (xy 353.380692 73.173268) (xy 352.995001 73.172932) (xy 352.63854 73.320218) + (xy 352.365577 73.592705) (xy 352.217668 73.948908) (xy 352.217332 74.334599) (xy 352.364618 74.69106) (xy 352.463619 74.790233) + (xy 352.365577 74.888105) (xy 352.217668 75.244308) (xy 352.217332 75.629999) (xy 352.364618 75.98646) (xy 352.637105 76.259423) + (xy 352.993308 76.407332) (xy 353.378999 76.407668) (xy 353.73546 76.260382) (xy 354.008423 75.987895) (xy 354.156332 75.631692) + (xy 354.156668 75.246001) (xy 354.156668 82.739001) (xy 354.009382 82.38254) (xy 353.736895 82.109577) (xy 353.380692 81.961668) + (xy 352.995001 81.961332) (xy 352.63854 82.108618) (xy 352.365577 82.381105) (xy 352.217668 82.737308) (xy 352.217332 83.122999) + (xy 352.364618 83.47946) (xy 352.637105 83.752423) (xy 352.877221 83.852128) (xy 352.730405 84.188151) (xy 352.721047 84.6748) + (xy 352.898632 85.127986) (xy 352.925284 85.167872) (xy 353.142234 85.226411) (xy 353.913645 84.455) (xy 353.899502 84.440857) + (xy 353.934857 84.405502) (xy 353.949 84.419645) (xy 354.720411 83.648234) (xy 354.720411 83.718944) (xy 353.984355 84.455) + (xy 354.755766 85.226411) (xy 354.972716 85.167872) (xy 355.167595 84.721849) (xy 355.176953 84.2352) (xy 355.176953 104.13262) + (xy 355.172712 104.142834) (xy 355.172712 86.244698) (xy 354.986838 85.794848) (xy 354.663868 85.471315) (xy 354.720411 85.261766) + (xy 353.949 84.490355) (xy 353.177589 85.261766) (xy 353.234242 85.471728) (xy 352.912372 85.793038) (xy 352.725713 86.242563) + (xy 352.725288 86.729302) (xy 352.911162 87.179152) (xy 353.255038 87.523628) (xy 353.704563 87.710287) (xy 354.191302 87.710712) + (xy 354.641152 87.524838) (xy 354.985628 87.180962) (xy 355.172287 86.731437) (xy 355.172712 86.244698) (xy 355.172712 104.142834) + (xy 355.011713 104.530563) (xy 355.011288 105.017302) (xy 355.197162 105.467152) (xy 355.541038 105.811628) (xy 355.990563 105.998287) + (xy 356.477302 105.998712) (xy 356.927152 105.812838) (xy 357.271628 105.468962) (xy 357.458287 105.019437) (xy 357.458712 104.532698) + (xy 357.458712 107.072698) (xy 357.272838 106.622848) (xy 356.928962 106.278372) (xy 356.479437 106.091713) (xy 355.992698 106.091288) + (xy 355.542848 106.277162) (xy 355.198372 106.621038) (xy 355.011713 107.070563) (xy 355.011288 107.557302) (xy 355.197162 108.007152) + (xy 355.541038 108.351628) (xy 355.990563 108.538287) (xy 356.477302 108.538712) (xy 356.927152 108.352838) (xy 357.271628 108.008962) + (xy 357.458287 107.559437) (xy 357.458712 107.072698) (xy 357.458712 109.612698) (xy 357.272838 109.162848) (xy 356.928962 108.818372) + (xy 356.479437 108.631713) (xy 355.992698 108.631288) (xy 355.542848 108.817162) (xy 355.198372 109.161038) (xy 355.011713 109.610563) + (xy 355.011288 110.097302) (xy 355.197162 110.547152) (xy 355.541038 110.891628) (xy 355.990563 111.078287) (xy 356.477302 111.078712) + (xy 356.927152 110.892838) (xy 357.271628 110.548962) (xy 357.458287 110.099437) (xy 357.458712 109.612698) (xy 357.458712 112.152698) + (xy 357.272838 111.702848) (xy 356.928962 111.358372) (xy 356.479437 111.171713) (xy 355.992698 111.171288) (xy 355.542848 111.357162) + (xy 355.198372 111.701038) (xy 355.011713 112.150563) (xy 355.011288 112.637302) (xy 355.197162 113.087152) (xy 355.541038 113.431628) + (xy 355.990563 113.618287) (xy 356.477302 113.618712) (xy 356.927152 113.432838) (xy 357.271628 113.088962) (xy 357.458287 112.639437) + (xy 357.458712 112.152698) (xy 357.458712 114.692698) (xy 357.272838 114.242848) (xy 356.928962 113.898372) (xy 356.479437 113.711713) + (xy 355.992698 113.711288) (xy 355.542848 113.897162) (xy 355.198372 114.241038) (xy 355.011713 114.690563) (xy 355.011288 115.177302) + (xy 355.197162 115.627152) (xy 355.541038 115.971628) (xy 355.990563 116.158287) (xy 356.477302 116.158712) (xy 356.927152 115.972838) + (xy 357.271628 115.628962) (xy 357.458287 115.179437) (xy 357.458712 114.692698) (xy 357.458712 117.232698) (xy 357.272838 116.782848) + (xy 356.928962 116.438372) (xy 356.479437 116.251713) (xy 355.992698 116.251288) (xy 355.542848 116.437162) (xy 355.198372 116.781038) + (xy 355.011713 117.230563) (xy 355.011288 117.717302) (xy 355.197162 118.167152) (xy 355.541038 118.511628) (xy 355.990563 118.698287) + (xy 356.477302 118.698712) (xy 356.927152 118.512838) (xy 357.271628 118.168962) (xy 357.458287 117.719437) (xy 357.458712 117.232698) + (xy 357.458712 119.772698) (xy 357.272838 119.322848) (xy 356.928962 118.978372) (xy 356.479437 118.791713) (xy 355.992698 118.791288) + (xy 355.542848 118.977162) (xy 355.198372 119.321038) (xy 355.011713 119.770563) (xy 355.011288 120.257302) (xy 355.197162 120.707152) + (xy 355.541038 121.051628) (xy 355.990563 121.238287) (xy 356.477302 121.238712) (xy 356.927152 121.052838) (xy 357.271628 120.708962) + (xy 357.458287 120.259437) (xy 357.458712 119.772698) (xy 357.458712 122.312698) (xy 357.272838 121.862848) (xy 356.928962 121.518372) + (xy 356.479437 121.331713) (xy 355.992698 121.331288) (xy 355.542848 121.517162) (xy 355.198372 121.861038) (xy 355.011713 122.310563) + (xy 355.011288 122.797302) (xy 355.197162 123.247152) (xy 355.541038 123.591628) (xy 355.990563 123.778287) (xy 356.477302 123.778712) + (xy 356.927152 123.592838) (xy 357.271628 123.248962) (xy 357.458287 122.799437) (xy 357.458712 122.312698) (xy 357.458712 124.852698) + (xy 357.272838 124.402848) (xy 356.928962 124.058372) (xy 356.479437 123.871713) (xy 355.992698 123.871288) (xy 355.542848 124.057162) + (xy 355.198372 124.401038) (xy 355.011713 124.850563) (xy 355.011288 125.337302) (xy 355.197162 125.787152) (xy 355.541038 126.131628) + (xy 355.990563 126.318287) (xy 356.477302 126.318712) (xy 356.927152 126.132838) (xy 357.271628 125.788962) (xy 357.458287 125.339437) + (xy 357.458712 124.852698) (xy 357.458712 132.693321) (xy 357.424668 132.775308) (xy 357.424332 133.160999) (xy 357.571618 133.51746) + (xy 357.79317 133.7394) (xy 354.918712 133.7394) (xy 354.918712 127.392698) (xy 354.918712 124.852698) (xy 354.918712 122.312698) + (xy 354.918712 119.772698) (xy 354.918712 117.232698) (xy 354.918712 114.692698) (xy 354.918712 112.152698) (xy 354.918712 109.612698) + (xy 354.918712 107.072698) (xy 354.918712 104.532698) (xy 354.918712 101.992698) (xy 354.732838 101.542848) (xy 354.388962 101.198372) + (xy 353.939437 101.011713) (xy 353.775668 101.01157) (xy 353.775668 99.503001) (xy 353.628382 99.14654) (xy 353.355895 98.873577) + (xy 352.999692 98.725668) (xy 352.614001 98.725332) (xy 352.25754 98.872618) (xy 351.984577 99.145105) (xy 351.836668 99.501308) + (xy 351.836569 99.614429) (xy 351.725001 99.614332) (xy 351.36854 99.761618) (xy 351.095577 100.034105) (xy 350.947668 100.390308) + (xy 350.947332 100.775999) (xy 351.044598 101.011403) (xy 350.912698 101.011288) (xy 350.462848 101.197162) (xy 350.118372 101.541038) + (xy 349.931713 101.990563) (xy 349.931288 102.477302) (xy 350.117162 102.927152) (xy 350.461038 103.271628) (xy 350.910563 103.458287) + (xy 351.397302 103.458712) (xy 351.847152 103.272838) (xy 352.191628 102.928962) (xy 352.378287 102.479437) (xy 352.378712 101.992698) + (xy 352.192838 101.542848) (xy 352.176002 101.525982) (xy 352.46546 101.406382) (xy 352.738423 101.133895) (xy 352.886332 100.777692) + (xy 352.88643 100.66457) (xy 352.997999 100.664668) (xy 353.35446 100.517382) (xy 353.627423 100.244895) (xy 353.775332 99.888692) + (xy 353.775668 99.503001) (xy 353.775668 101.01157) (xy 353.452698 101.011288) (xy 353.002848 101.197162) (xy 352.658372 101.541038) + (xy 352.471713 101.990563) (xy 352.471288 102.477302) (xy 352.657162 102.927152) (xy 353.001038 103.271628) (xy 353.450563 103.458287) + (xy 353.937302 103.458712) (xy 354.387152 103.272838) (xy 354.731628 102.928962) (xy 354.918287 102.479437) (xy 354.918712 101.992698) + (xy 354.918712 104.532698) (xy 354.732838 104.082848) (xy 354.388962 103.738372) (xy 353.939437 103.551713) (xy 353.452698 103.551288) + (xy 353.002848 103.737162) (xy 352.658372 104.081038) (xy 352.471713 104.530563) (xy 352.471288 105.017302) (xy 352.657162 105.467152) + (xy 353.001038 105.811628) (xy 353.450563 105.998287) (xy 353.937302 105.998712) (xy 354.387152 105.812838) (xy 354.731628 105.468962) + (xy 354.918287 105.019437) (xy 354.918712 104.532698) (xy 354.918712 107.072698) (xy 354.732838 106.622848) (xy 354.388962 106.278372) + (xy 353.939437 106.091713) (xy 353.452698 106.091288) (xy 353.002848 106.277162) (xy 352.658372 106.621038) (xy 352.471713 107.070563) + (xy 352.471288 107.557302) (xy 352.657162 108.007152) (xy 353.001038 108.351628) (xy 353.450563 108.538287) (xy 353.937302 108.538712) + (xy 354.387152 108.352838) (xy 354.731628 108.008962) (xy 354.918287 107.559437) (xy 354.918712 107.072698) (xy 354.918712 109.612698) + (xy 354.732838 109.162848) (xy 354.388962 108.818372) (xy 353.939437 108.631713) (xy 353.452698 108.631288) (xy 353.002848 108.817162) + (xy 352.658372 109.161038) (xy 352.471713 109.610563) (xy 352.471288 110.097302) (xy 352.657162 110.547152) (xy 353.001038 110.891628) + (xy 353.450563 111.078287) (xy 353.937302 111.078712) (xy 354.387152 110.892838) (xy 354.731628 110.548962) (xy 354.918287 110.099437) + (xy 354.918712 109.612698) (xy 354.918712 112.152698) (xy 354.732838 111.702848) (xy 354.388962 111.358372) (xy 353.939437 111.171713) + (xy 353.452698 111.171288) (xy 353.002848 111.357162) (xy 352.658372 111.701038) (xy 352.471713 112.150563) (xy 352.471288 112.637302) + (xy 352.657162 113.087152) (xy 353.001038 113.431628) (xy 353.450563 113.618287) (xy 353.937302 113.618712) (xy 354.387152 113.432838) + (xy 354.731628 113.088962) (xy 354.918287 112.639437) (xy 354.918712 112.152698) (xy 354.918712 114.692698) (xy 354.732838 114.242848) + (xy 354.388962 113.898372) (xy 353.939437 113.711713) (xy 353.452698 113.711288) (xy 353.002848 113.897162) (xy 352.658372 114.241038) + (xy 352.471713 114.690563) (xy 352.471288 115.177302) (xy 352.657162 115.627152) (xy 353.001038 115.971628) (xy 353.450563 116.158287) + (xy 353.937302 116.158712) (xy 354.387152 115.972838) (xy 354.731628 115.628962) (xy 354.918287 115.179437) (xy 354.918712 114.692698) + (xy 354.918712 117.232698) (xy 354.732838 116.782848) (xy 354.388962 116.438372) (xy 353.939437 116.251713) (xy 353.452698 116.251288) + (xy 353.002848 116.437162) (xy 352.658372 116.781038) (xy 352.471713 117.230563) (xy 352.471288 117.717302) (xy 352.657162 118.167152) + (xy 353.001038 118.511628) (xy 353.450563 118.698287) (xy 353.937302 118.698712) (xy 354.387152 118.512838) (xy 354.731628 118.168962) + (xy 354.918287 117.719437) (xy 354.918712 117.232698) (xy 354.918712 119.772698) (xy 354.732838 119.322848) (xy 354.388962 118.978372) + (xy 353.939437 118.791713) (xy 353.452698 118.791288) (xy 353.002848 118.977162) (xy 352.658372 119.321038) (xy 352.471713 119.770563) + (xy 352.471288 120.257302) (xy 352.657162 120.707152) (xy 353.001038 121.051628) (xy 353.450563 121.238287) (xy 353.937302 121.238712) + (xy 354.387152 121.052838) (xy 354.731628 120.708962) (xy 354.918287 120.259437) (xy 354.918712 119.772698) (xy 354.918712 122.312698) + (xy 354.732838 121.862848) (xy 354.388962 121.518372) (xy 353.939437 121.331713) (xy 353.452698 121.331288) (xy 353.002848 121.517162) + (xy 352.658372 121.861038) (xy 352.471713 122.310563) (xy 352.471288 122.797302) (xy 352.657162 123.247152) (xy 353.001038 123.591628) + (xy 353.450563 123.778287) (xy 353.937302 123.778712) (xy 354.387152 123.592838) (xy 354.731628 123.248962) (xy 354.918287 122.799437) + (xy 354.918712 122.312698) (xy 354.918712 124.852698) (xy 354.732838 124.402848) (xy 354.388962 124.058372) (xy 353.939437 123.871713) + (xy 353.452698 123.871288) (xy 353.002848 124.057162) (xy 352.658372 124.401038) (xy 352.471713 124.850563) (xy 352.471288 125.337302) + (xy 352.657162 125.787152) (xy 353.001038 126.131628) (xy 353.450563 126.318287) (xy 353.937302 126.318712) (xy 354.387152 126.132838) + (xy 354.731628 125.788962) (xy 354.918287 125.339437) (xy 354.918712 124.852698) (xy 354.918712 127.392698) (xy 354.732838 126.942848) + (xy 354.388962 126.598372) (xy 353.939437 126.411713) (xy 353.452698 126.411288) (xy 353.002848 126.597162) (xy 352.658372 126.941038) + (xy 352.471713 127.390563) (xy 352.471288 127.877302) (xy 352.657162 128.327152) (xy 353.001038 128.671628) (xy 353.450563 128.858287) + (xy 353.937302 128.858712) (xy 354.387152 128.672838) (xy 354.731628 128.328962) (xy 354.918287 127.879437) (xy 354.918712 127.392698) + (xy 354.918712 133.7394) (xy 352.378712 133.7394) (xy 352.378712 127.392698) (xy 352.378712 124.852698) (xy 352.378712 104.532698) + (xy 352.192838 104.082848) (xy 351.848962 103.738372) (xy 351.399437 103.551713) (xy 350.912698 103.551288) (xy 350.462848 103.737162) + (xy 350.118372 104.081038) (xy 349.931713 104.530563) (xy 349.93142 104.865985) (xy 349.838454 104.827382) (xy 349.838712 104.532698) + (xy 349.838712 101.992698) (xy 349.838668 101.992591) (xy 349.838668 70.674001) (xy 349.691382 70.31754) (xy 349.418895 70.044577) + (xy 349.062692 69.896668) (xy 348.677001 69.896332) (xy 348.32054 70.043618) (xy 348.047577 70.316105) (xy 347.899668 70.672308) + (xy 347.899332 71.057999) (xy 348.046618 71.41446) (xy 348.319105 71.687423) (xy 348.675308 71.835332) (xy 349.060999 71.835668) + (xy 349.41746 71.688382) (xy 349.690423 71.415895) (xy 349.838332 71.059692) (xy 349.838668 70.674001) (xy 349.838668 101.992591) + (xy 349.652838 101.542848) (xy 349.584668 101.474559) (xy 349.584668 79.945001) (xy 349.584668 73.976001) (xy 349.437382 73.61954) + (xy 349.164895 73.346577) (xy 348.808692 73.198668) (xy 348.423001 73.198332) (xy 348.06654 73.345618) (xy 347.793577 73.618105) + (xy 347.645668 73.974308) (xy 347.645332 74.359999) (xy 347.792618 74.71646) (xy 348.065105 74.989423) (xy 348.421308 75.137332) + (xy 348.806999 75.137668) (xy 349.16346 74.990382) (xy 349.436423 74.717895) (xy 349.584332 74.361692) (xy 349.584668 73.976001) + (xy 349.584668 79.945001) (xy 349.437382 79.58854) (xy 349.164895 79.315577) (xy 348.808692 79.167668) (xy 348.423001 79.167332) + (xy 348.06654 79.314618) (xy 347.793577 79.587105) (xy 347.645668 79.943308) (xy 347.645332 80.328999) (xy 347.792618 80.68546) + (xy 348.065105 80.958423) (xy 348.421308 81.106332) (xy 348.806999 81.106668) (xy 349.16346 80.959382) (xy 349.436423 80.686895) + (xy 349.584332 80.330692) (xy 349.584668 79.945001) (xy 349.584668 101.474559) (xy 349.308962 101.198372) (xy 348.859437 101.011713) + (xy 348.822668 101.01168) (xy 348.822668 81.748401) (xy 348.675382 81.39194) (xy 348.402895 81.118977) (xy 348.046692 80.971068) + (xy 347.661001 80.970732) (xy 347.30454 81.118018) (xy 347.031577 81.390505) (xy 346.883668 81.746708) (xy 346.883332 82.132399) + (xy 347.030618 82.48886) (xy 347.303105 82.761823) (xy 347.659308 82.909732) (xy 348.044999 82.910068) (xy 348.40146 82.762782) + (xy 348.674423 82.490295) (xy 348.822332 82.134092) (xy 348.822668 81.748401) (xy 348.822668 101.01168) (xy 348.372698 101.011288) + (xy 347.922848 101.197162) (xy 347.679668 101.439918) (xy 347.679668 94.042001) (xy 347.532382 93.68554) (xy 347.259895 93.412577) + (xy 346.903692 93.264668) (xy 346.518001 93.264332) (xy 346.16154 93.411618) (xy 345.888577 93.684105) (xy 345.774408 93.959052) + (xy 345.774668 93.661001) (xy 345.647668 93.353636) (xy 345.647668 84.517001) (xy 345.500382 84.16054) (xy 345.227895 83.887577) + (xy 344.885668 83.745471) (xy 344.885668 74.738001) (xy 344.738382 74.38154) (xy 344.465895 74.108577) (xy 344.109692 73.960668) + (xy 343.724001 73.960332) (xy 343.36754 74.107618) (xy 343.361668 74.113479) (xy 343.361668 63.054001) (xy 343.214382 62.69754) + (xy 342.941895 62.424577) (xy 342.585692 62.276668) (xy 342.200001 62.276332) (xy 341.84354 62.423618) (xy 341.570577 62.696105) + (xy 341.422668 63.052308) (xy 341.422332 63.437999) (xy 341.569618 63.79446) (xy 341.842105 64.067423) (xy 342.198308 64.215332) + (xy 342.583999 64.215668) (xy 342.94046 64.068382) (xy 343.213423 63.795895) (xy 343.361332 63.439692) (xy 343.361668 63.054001) + (xy 343.361668 74.113479) (xy 343.094577 74.380105) (xy 342.946668 74.736308) (xy 342.946332 75.121999) (xy 343.093618 75.47846) + (xy 343.366105 75.751423) (xy 343.722308 75.899332) (xy 344.107999 75.899668) (xy 344.46446 75.752382) (xy 344.737423 75.479895) + (xy 344.885332 75.123692) (xy 344.885668 74.738001) (xy 344.885668 83.745471) (xy 344.871692 83.739668) (xy 344.486001 83.739332) + (xy 344.12954 83.886618) (xy 343.856577 84.159105) (xy 343.708668 84.515308) (xy 343.708332 84.900999) (xy 343.855618 85.25746) + (xy 344.128105 85.530423) (xy 344.484308 85.678332) (xy 344.869999 85.678668) (xy 345.22646 85.531382) (xy 345.499423 85.258895) + (xy 345.647332 84.902692) (xy 345.647668 84.517001) (xy 345.647668 93.353636) (xy 345.627382 93.30454) (xy 345.354895 93.031577) + (xy 344.998692 92.883668) (xy 344.613001 92.883332) (xy 344.25654 93.030618) (xy 343.983577 93.303105) (xy 343.895068 93.516257) + (xy 343.895068 89.724001) (xy 343.747782 89.36754) (xy 343.475295 89.094577) (xy 343.119092 88.946668) (xy 342.733401 88.946332) + (xy 342.37694 89.093618) (xy 342.103977 89.366105) (xy 341.964668 89.701596) (xy 341.964668 84.517001) (xy 341.817382 84.16054) + (xy 341.544895 83.887577) (xy 341.188692 83.739668) (xy 341.075668 83.739569) (xy 341.075668 63.943001) (xy 340.928382 63.58654) + (xy 340.655895 63.313577) (xy 340.299692 63.165668) (xy 339.914001 63.165332) (xy 339.55754 63.312618) (xy 339.284577 63.585105) + (xy 339.136668 63.941308) (xy 339.136332 64.326999) (xy 339.283618 64.68346) (xy 339.556105 64.956423) (xy 339.912308 65.104332) + (xy 340.297999 65.104668) (xy 340.65446 64.957382) (xy 340.927423 64.684895) (xy 341.075332 64.328692) (xy 341.075668 63.943001) + (xy 341.075668 83.739569) (xy 340.803001 83.739332) (xy 340.44654 83.886618) (xy 340.173577 84.159105) (xy 340.025668 84.515308) + (xy 340.025332 84.900999) (xy 340.172618 85.25746) (xy 340.445105 85.530423) (xy 340.801308 85.678332) (xy 341.186999 85.678668) + (xy 341.54346 85.531382) (xy 341.816423 85.258895) (xy 341.964332 84.902692) (xy 341.964668 84.517001) (xy 341.964668 89.701596) + (xy 341.956068 89.722308) (xy 341.955732 90.107999) (xy 342.103018 90.46446) (xy 342.375505 90.737423) (xy 342.731708 90.885332) + (xy 343.117399 90.885668) (xy 343.47386 90.738382) (xy 343.746823 90.465895) (xy 343.894732 90.109692) (xy 343.895068 89.724001) + (xy 343.895068 93.516257) (xy 343.835668 93.659308) (xy 343.835332 94.044999) (xy 343.982618 94.40146) (xy 344.255105 94.674423) + (xy 344.611308 94.822332) (xy 344.996999 94.822668) (xy 345.35346 94.675382) (xy 345.626423 94.402895) (xy 345.740591 94.127947) + (xy 345.740332 94.425999) (xy 345.887618 94.78246) (xy 346.160105 95.055423) (xy 346.516308 95.203332) (xy 346.901999 95.203668) + (xy 347.25846 95.056382) (xy 347.531423 94.783895) (xy 347.679332 94.427692) (xy 347.679668 94.042001) (xy 347.679668 101.439918) + (xy 347.578372 101.541038) (xy 347.391713 101.990563) (xy 347.391288 102.477302) (xy 347.577162 102.927152) (xy 347.921038 103.271628) + (xy 348.370563 103.458287) (xy 348.857302 103.458712) (xy 349.307152 103.272838) (xy 349.651628 102.928962) (xy 349.838287 102.479437) + (xy 349.838712 101.992698) (xy 349.838712 104.532698) (xy 349.652838 104.082848) (xy 349.308962 103.738372) (xy 348.859437 103.551713) + (xy 348.372698 103.551288) (xy 347.922848 103.737162) (xy 347.578372 104.081038) (xy 347.391713 104.530563) (xy 347.391288 105.017302) + (xy 347.577162 105.467152) (xy 347.921038 105.811628) (xy 348.370563 105.998287) (xy 348.667756 105.998546) (xy 348.808618 106.33946) + (xy 349.081105 106.612423) (xy 349.437308 106.760332) (xy 349.822999 106.760668) (xy 350.17946 106.613382) (xy 350.452423 106.340895) + (xy 350.600332 105.984692) (xy 350.600432 105.869509) (xy 350.910563 105.998287) (xy 351.397302 105.998712) (xy 351.847152 105.812838) + (xy 352.191628 105.468962) (xy 352.378287 105.019437) (xy 352.378712 104.532698) (xy 352.378712 124.852698) (xy 352.192838 124.402848) + (xy 351.848962 124.058372) (xy 351.399437 123.871713) (xy 350.912698 123.871288) (xy 350.462848 124.057162) (xy 350.118372 124.401038) + (xy 349.931713 124.850563) (xy 349.931288 125.337302) (xy 350.117162 125.787152) (xy 350.461038 126.131628) (xy 350.910563 126.318287) + (xy 351.397302 126.318712) (xy 351.847152 126.132838) (xy 352.191628 125.788962) (xy 352.378287 125.339437) (xy 352.378712 124.852698) + (xy 352.378712 127.392698) (xy 352.192838 126.942848) (xy 351.848962 126.598372) (xy 351.399437 126.411713) (xy 350.912698 126.411288) + (xy 350.462848 126.597162) (xy 350.118372 126.941038) (xy 349.931713 127.390563) (xy 349.931288 127.877302) (xy 350.117162 128.327152) + (xy 350.461038 128.671628) (xy 350.910563 128.858287) (xy 351.397302 128.858712) (xy 351.847152 128.672838) (xy 352.191628 128.328962) + (xy 352.378287 127.879437) (xy 352.378712 127.392698) (xy 352.378712 133.7394) (xy 349.838712 133.7394) (xy 349.838712 127.392698) + (xy 349.838712 124.852698) (xy 349.652838 124.402848) (xy 349.584668 124.334559) (xy 349.584668 120.204001) (xy 349.437382 119.84754) + (xy 349.164895 119.574577) (xy 348.808692 119.426668) (xy 348.423001 119.426332) (xy 348.06654 119.573618) (xy 347.793577 119.846105) + (xy 347.645668 120.202308) (xy 347.645332 120.587999) (xy 347.792618 120.94446) (xy 348.065105 121.217423) (xy 348.421308 121.365332) + (xy 348.806999 121.365668) (xy 349.16346 121.218382) (xy 349.436423 120.945895) (xy 349.584332 120.589692) (xy 349.584668 120.204001) + (xy 349.584668 124.334559) (xy 349.308962 124.058372) (xy 348.859437 123.871713) (xy 348.372698 123.871288) (xy 347.922848 124.057162) + (xy 347.578372 124.401038) (xy 347.391713 124.850563) (xy 347.391288 125.337302) (xy 347.577162 125.787152) (xy 347.921038 126.131628) + (xy 348.370563 126.318287) (xy 348.857302 126.318712) (xy 349.307152 126.132838) (xy 349.651628 125.788962) (xy 349.838287 125.339437) + (xy 349.838712 124.852698) (xy 349.838712 127.392698) (xy 349.652838 126.942848) (xy 349.308962 126.598372) (xy 348.859437 126.411713) + (xy 348.372698 126.411288) (xy 347.922848 126.597162) (xy 347.578372 126.941038) (xy 347.391713 127.390563) (xy 347.391288 127.877302) + (xy 347.577162 128.327152) (xy 347.921038 128.671628) (xy 348.370563 128.858287) (xy 348.857302 128.858712) (xy 349.307152 128.672838) + (xy 349.651628 128.328962) (xy 349.838287 127.879437) (xy 349.838712 127.392698) (xy 349.838712 133.7394) (xy 347.298712 133.7394) + (xy 347.298712 127.392698) (xy 347.298712 124.852698) (xy 347.298712 104.532698) (xy 347.298712 101.992698) (xy 347.112838 101.542848) + (xy 346.768962 101.198372) (xy 346.319437 101.011713) (xy 345.832698 101.011288) (xy 345.382848 101.197162) (xy 345.038372 101.541038) + (xy 344.851713 101.990563) (xy 344.851288 102.477302) (xy 345.037162 102.927152) (xy 345.381038 103.271628) (xy 345.830563 103.458287) + (xy 346.317302 103.458712) (xy 346.767152 103.272838) (xy 347.111628 102.928962) (xy 347.298287 102.479437) (xy 347.298712 101.992698) + (xy 347.298712 104.532698) (xy 347.112838 104.082848) (xy 346.768962 103.738372) (xy 346.319437 103.551713) (xy 345.832698 103.551288) + (xy 345.382848 103.737162) (xy 345.038372 104.081038) (xy 344.851713 104.530563) (xy 344.851288 105.017302) (xy 345.037162 105.467152) + (xy 345.381038 105.811628) (xy 345.830563 105.998287) (xy 346.317302 105.998712) (xy 346.767152 105.812838) (xy 347.111628 105.468962) + (xy 347.298287 105.019437) (xy 347.298712 104.532698) (xy 347.298712 124.852698) (xy 347.112838 124.402848) (xy 346.768962 124.058372) + (xy 346.319437 123.871713) (xy 345.832698 123.871288) (xy 345.382848 124.057162) (xy 345.038372 124.401038) (xy 344.851713 124.850563) + (xy 344.851288 125.337302) (xy 345.037162 125.787152) (xy 345.381038 126.131628) (xy 345.830563 126.318287) (xy 346.317302 126.318712) + (xy 346.767152 126.132838) (xy 347.111628 125.788962) (xy 347.298287 125.339437) (xy 347.298712 124.852698) (xy 347.298712 127.392698) + (xy 347.112838 126.942848) (xy 346.768962 126.598372) (xy 346.319437 126.411713) (xy 345.832698 126.411288) (xy 345.382848 126.597162) + (xy 345.038372 126.941038) (xy 344.851713 127.390563) (xy 344.851288 127.877302) (xy 345.037162 128.327152) (xy 345.381038 128.671628) + (xy 345.830563 128.858287) (xy 346.317302 128.858712) (xy 346.767152 128.672838) (xy 347.111628 128.328962) (xy 347.298287 127.879437) + (xy 347.298712 127.392698) (xy 347.298712 133.7394) (xy 345.012668 133.7394) (xy 345.012668 129.983001) (xy 344.865382 129.62654) + (xy 344.592895 129.353577) (xy 344.236692 129.205668) (xy 343.851001 129.205332) (xy 343.49454 129.352618) (xy 343.221577 129.625105) + (xy 343.073668 129.981308) (xy 343.073436 130.247348) (xy 342.941895 130.115577) (xy 342.715848 130.021713) (xy 342.81346 129.981382) + (xy 343.086423 129.708895) (xy 343.234332 129.352692) (xy 343.234668 128.967001) (xy 343.168869 128.807755) (xy 343.290563 128.858287) + (xy 343.777302 128.858712) (xy 344.227152 128.672838) (xy 344.571628 128.328962) (xy 344.758287 127.879437) (xy 344.758712 127.392698) + (xy 344.758712 124.852698) (xy 344.758712 104.532698) (xy 344.7585 104.532184) (xy 344.7585 103.037929) (xy 344.7585 102.829071) + (xy 344.7585 101.432071) (xy 344.678574 101.239111) (xy 344.530889 101.091426) (xy 344.337929 101.0115) (xy 344.129071 101.0115) + (xy 342.732071 101.0115) (xy 342.599668 101.066342) (xy 342.599668 94.423001) (xy 342.452382 94.06654) (xy 342.179895 93.793577) + (xy 341.939268 93.693659) (xy 341.939268 89.470001) (xy 341.791982 89.11354) (xy 341.519495 88.840577) (xy 341.163292 88.692668) + (xy 340.777601 88.692332) (xy 340.42114 88.839618) (xy 340.220188 89.040218) (xy 340.020895 88.840577) (xy 339.664692 88.692668) + (xy 339.279001 88.692332) (xy 338.92254 88.839618) (xy 338.649577 89.112105) (xy 338.501668 89.468308) (xy 338.501332 89.853999) + (xy 338.648618 90.21046) (xy 338.921105 90.483423) (xy 339.277308 90.631332) (xy 339.662999 90.631668) (xy 340.01946 90.484382) + (xy 340.220411 90.283781) (xy 340.419705 90.483423) (xy 340.775908 90.631332) (xy 341.161599 90.631668) (xy 341.51806 90.484382) + (xy 341.791023 90.211895) (xy 341.938932 89.855692) (xy 341.939268 89.470001) (xy 341.939268 93.693659) (xy 341.823692 93.645668) + (xy 341.438001 93.645332) (xy 341.08154 93.792618) (xy 340.808577 94.065105) (xy 340.660668 94.421308) (xy 340.660332 94.806999) + (xy 340.807618 95.16346) (xy 341.080105 95.436423) (xy 341.436308 95.584332) (xy 341.821999 95.584668) (xy 342.17846 95.437382) + (xy 342.451423 95.164895) (xy 342.599332 94.808692) (xy 342.599668 94.423001) (xy 342.599668 101.066342) (xy 342.539111 101.091426) + (xy 342.391426 101.239111) (xy 342.3115 101.432071) (xy 342.3115 101.640929) (xy 342.3115 103.037929) (xy 342.391426 103.230889) + (xy 342.539111 103.378574) (xy 342.732071 103.4585) (xy 342.940929 103.4585) (xy 344.337929 103.4585) (xy 344.530889 103.378574) + (xy 344.678574 103.230889) (xy 344.7585 103.037929) (xy 344.7585 104.532184) (xy 344.572838 104.082848) (xy 344.228962 103.738372) + (xy 343.779437 103.551713) (xy 343.292698 103.551288) (xy 342.842848 103.737162) (xy 342.498372 104.081038) (xy 342.311713 104.530563) + (xy 342.311288 105.017302) (xy 342.497162 105.467152) (xy 342.841038 105.811628) (xy 343.290563 105.998287) (xy 343.777302 105.998712) + (xy 344.227152 105.812838) (xy 344.571628 105.468962) (xy 344.758287 105.019437) (xy 344.758712 104.532698) (xy 344.758712 124.852698) + (xy 344.631668 124.545227) (xy 344.631668 116.775001) (xy 344.631668 107.504001) (xy 344.484382 107.14754) (xy 344.211895 106.874577) + (xy 343.855692 106.726668) (xy 343.470001 106.726332) (xy 343.11354 106.873618) (xy 342.840577 107.146105) (xy 342.692668 107.502308) + (xy 342.692332 107.887999) (xy 342.839618 108.24446) (xy 343.112105 108.517423) (xy 343.468308 108.665332) (xy 343.853999 108.665668) + (xy 344.21046 108.518382) (xy 344.483423 108.245895) (xy 344.631332 107.889692) (xy 344.631668 107.504001) (xy 344.631668 116.775001) + (xy 344.484382 116.41854) (xy 344.211895 116.145577) (xy 343.855692 115.997668) (xy 343.470001 115.997332) (xy 343.11354 116.144618) + (xy 342.840577 116.417105) (xy 342.726668 116.691427) (xy 342.726668 109.282001) (xy 342.579382 108.92554) (xy 342.306895 108.652577) + (xy 342.222953 108.617721) (xy 342.222953 104.5552) (xy 342.222953 102.0152) (xy 342.045368 101.562014) (xy 342.018716 101.522128) + (xy 341.801766 101.463589) (xy 341.766411 101.498944) (xy 341.766411 101.428234) (xy 341.707872 101.211284) (xy 341.261849 101.016405) + (xy 340.7752 101.007047) (xy 340.322014 101.184632) (xy 340.282128 101.211284) (xy 340.223589 101.428234) (xy 340.995 102.199645) + (xy 341.766411 101.428234) (xy 341.766411 101.498944) (xy 341.030355 102.235) (xy 341.801766 103.006411) (xy 342.018716 102.947872) + (xy 342.213595 102.501849) (xy 342.222953 102.0152) (xy 342.222953 104.5552) (xy 342.045368 104.102014) (xy 342.018716 104.062128) + (xy 341.801766 104.003589) (xy 341.766411 104.038944) (xy 341.766411 103.968234) (xy 341.766411 103.041766) (xy 340.995 102.270355) + (xy 340.959645 102.30571) (xy 340.959645 102.235) (xy 340.188234 101.463589) (xy 339.971284 101.522128) (xy 339.776405 101.968151) + (xy 339.767047 102.4548) (xy 339.944632 102.907986) (xy 339.971284 102.947872) (xy 340.188234 103.006411) (xy 340.959645 102.235) + (xy 340.959645 102.30571) (xy 340.223589 103.041766) (xy 340.282128 103.258716) (xy 340.728151 103.453595) (xy 341.2148 103.462953) + (xy 341.667986 103.285368) (xy 341.707872 103.258716) (xy 341.766411 103.041766) (xy 341.766411 103.968234) (xy 341.707872 103.751284) + (xy 341.261849 103.556405) (xy 340.7752 103.547047) (xy 340.322014 103.724632) (xy 340.282128 103.751284) (xy 340.223589 103.968234) + (xy 340.995 104.739645) (xy 341.766411 103.968234) (xy 341.766411 104.038944) (xy 341.030355 104.775) (xy 341.801766 105.546411) + (xy 342.018716 105.487872) (xy 342.213595 105.041849) (xy 342.222953 104.5552) (xy 342.222953 108.617721) (xy 341.950692 108.504668) + (xy 341.766411 108.504507) (xy 341.766411 105.581766) (xy 340.995 104.810355) (xy 340.959645 104.84571) (xy 340.959645 104.775) + (xy 340.188234 104.003589) (xy 339.971284 104.062128) (xy 339.776405 104.508151) (xy 339.767047 104.9948) (xy 339.944632 105.447986) + (xy 339.971284 105.487872) (xy 340.188234 105.546411) (xy 340.959645 104.775) (xy 340.959645 104.84571) (xy 340.223589 105.581766) + (xy 340.282128 105.798716) (xy 340.728151 105.993595) (xy 341.2148 106.002953) (xy 341.667986 105.825368) (xy 341.707872 105.798716) + (xy 341.766411 105.581766) (xy 341.766411 108.504507) (xy 341.565001 108.504332) (xy 341.20854 108.651618) (xy 340.935577 108.924105) + (xy 340.787668 109.280308) (xy 340.787332 109.665999) (xy 340.934618 110.02246) (xy 341.207105 110.295423) (xy 341.563308 110.443332) + (xy 341.948999 110.443668) (xy 342.30546 110.296382) (xy 342.578423 110.023895) (xy 342.726332 109.667692) (xy 342.726668 109.282001) + (xy 342.726668 116.691427) (xy 342.692668 116.773308) (xy 342.692332 117.158999) (xy 342.839618 117.51546) (xy 343.112105 117.788423) + (xy 343.468308 117.936332) (xy 343.853999 117.936668) (xy 344.21046 117.789382) (xy 344.483423 117.516895) (xy 344.631332 117.160692) + (xy 344.631668 116.775001) (xy 344.631668 124.545227) (xy 344.572838 124.402848) (xy 344.228962 124.058372) (xy 343.779437 123.871713) + (xy 343.292698 123.871288) (xy 343.107668 123.94774) (xy 343.107668 120.839001) (xy 342.960382 120.48254) (xy 342.687895 120.209577) + (xy 342.331692 120.061668) (xy 341.946001 120.061332) (xy 341.58954 120.208618) (xy 341.316577 120.481105) (xy 341.168668 120.837308) + (xy 341.168332 121.222999) (xy 341.315618 121.57946) (xy 341.588105 121.852423) (xy 341.944308 122.000332) (xy 342.329999 122.000668) + (xy 342.68646 121.853382) (xy 342.959423 121.580895) (xy 343.107332 121.224692) (xy 343.107668 120.839001) (xy 343.107668 123.94774) + (xy 342.842848 124.057162) (xy 342.498372 124.401038) (xy 342.311713 124.850563) (xy 342.311288 125.337302) (xy 342.497162 125.787152) + (xy 342.841038 126.131628) (xy 343.290563 126.318287) (xy 343.777302 126.318712) (xy 344.227152 126.132838) (xy 344.571628 125.788962) + (xy 344.758287 125.339437) (xy 344.758712 124.852698) (xy 344.758712 127.392698) (xy 344.572838 126.942848) (xy 344.228962 126.598372) + (xy 343.779437 126.411713) (xy 343.292698 126.411288) (xy 342.842848 126.597162) (xy 342.498372 126.941038) (xy 342.311713 127.390563) + (xy 342.311288 127.877302) (xy 342.440348 128.189652) (xy 342.089601 128.189346) (xy 342.218287 127.879437) (xy 342.218712 127.392698) + (xy 342.218712 124.852698) (xy 342.032838 124.402848) (xy 341.688962 124.058372) (xy 341.239437 123.871713) (xy 340.752698 123.871288) + (xy 340.302848 124.057162) (xy 339.958372 124.401038) (xy 339.771713 124.850563) (xy 339.771288 125.337302) (xy 339.957162 125.787152) + (xy 340.301038 126.131628) (xy 340.750563 126.318287) (xy 341.237302 126.318712) (xy 341.687152 126.132838) (xy 342.031628 125.788962) + (xy 342.218287 125.339437) (xy 342.218712 124.852698) (xy 342.218712 127.392698) (xy 342.032838 126.942848) (xy 341.688962 126.598372) + (xy 341.239437 126.411713) (xy 340.752698 126.411288) (xy 340.302848 126.597162) (xy 339.958372 126.941038) (xy 339.771713 127.390563) + (xy 339.771288 127.877302) (xy 339.957162 128.327152) (xy 340.301038 128.671628) (xy 340.750563 128.858287) (xy 341.237302 128.858712) + (xy 341.361185 128.807524) (xy 341.295668 128.965308) (xy 341.295332 129.350999) (xy 341.442618 129.70746) (xy 341.715105 129.980423) + (xy 341.941151 130.074286) (xy 341.84354 130.114618) (xy 341.570577 130.387105) (xy 341.422668 130.743308) (xy 341.422332 131.128999) + (xy 341.569618 131.48546) (xy 341.842105 131.758423) (xy 342.198308 131.906332) (xy 342.583999 131.906668) (xy 342.94046 131.759382) + (xy 343.213423 131.486895) (xy 343.361332 131.130692) (xy 343.361563 130.864651) (xy 343.493105 130.996423) (xy 343.849308 131.144332) + (xy 344.234999 131.144668) (xy 344.59146 130.997382) (xy 344.864423 130.724895) (xy 345.012332 130.368692) (xy 345.012668 129.983001) + (xy 345.012668 133.7394) (xy 339.682953 133.7394) (xy 339.682953 127.4152) (xy 339.682953 124.8752) (xy 339.678712 124.864377) + (xy 339.678712 104.532698) (xy 339.678712 101.992698) (xy 339.492838 101.542848) (xy 339.148962 101.198372) (xy 338.699437 101.011713) + (xy 338.408668 101.011459) (xy 338.408668 96.201001) (xy 338.261382 95.84454) (xy 337.988895 95.571577) (xy 337.762848 95.477713) + (xy 337.86046 95.437382) (xy 338.133423 95.164895) (xy 338.281332 94.808692) (xy 338.281668 94.423001) (xy 338.134382 94.06654) + (xy 337.861895 93.793577) (xy 337.505692 93.645668) (xy 337.138668 93.645348) (xy 337.138668 89.724001) (xy 336.991382 89.36754) + (xy 336.718895 89.094577) (xy 336.362692 88.946668) (xy 335.977001 88.946332) (xy 335.868668 88.991094) (xy 335.868668 86.168001) + (xy 335.721382 85.81154) (xy 335.448895 85.538577) (xy 335.092692 85.390668) (xy 334.707001 85.390332) (xy 334.35054 85.537618) + (xy 334.077577 85.810105) (xy 333.929668 86.166308) (xy 333.929332 86.551999) (xy 334.076618 86.90846) (xy 334.349105 87.181423) + (xy 334.705308 87.329332) (xy 335.090999 87.329668) (xy 335.44746 87.182382) (xy 335.720423 86.909895) (xy 335.868332 86.553692) + (xy 335.868668 86.168001) (xy 335.868668 88.991094) (xy 335.62054 89.093618) (xy 335.347577 89.366105) (xy 335.199668 89.722308) + (xy 335.199332 90.107999) (xy 335.346618 90.46446) (xy 335.619105 90.737423) (xy 335.975308 90.885332) (xy 336.360999 90.885668) + (xy 336.71746 90.738382) (xy 336.990423 90.465895) (xy 337.138332 90.109692) (xy 337.138668 89.724001) (xy 337.138668 93.645348) + (xy 337.120001 93.645332) (xy 336.76354 93.792618) (xy 336.490577 94.065105) (xy 336.342668 94.421308) (xy 336.342332 94.806999) + (xy 336.489618 95.16346) (xy 336.762105 95.436423) (xy 336.988151 95.530286) (xy 336.89054 95.570618) (xy 336.867699 95.593419) + (xy 336.845895 95.571577) (xy 336.489692 95.423668) (xy 336.104001 95.423332) (xy 335.74754 95.570618) (xy 335.661088 95.656919) + (xy 335.575895 95.571577) (xy 335.219692 95.423668) (xy 334.882298 95.423374) (xy 334.979332 95.189692) (xy 334.979358 95.158922) + (xy 335.086308 95.203332) (xy 335.471999 95.203668) (xy 335.82846 95.056382) (xy 336.101423 94.783895) (xy 336.249332 94.427692) + (xy 336.249668 94.042001) (xy 336.102382 93.68554) (xy 335.829895 93.412577) (xy 335.473692 93.264668) (xy 335.088001 93.264332) + (xy 334.73154 93.411618) (xy 334.458577 93.684105) (xy 334.310668 94.040308) (xy 334.310641 94.071077) (xy 334.203692 94.026668) + (xy 333.836668 94.026348) (xy 333.836668 68.261001) (xy 333.689382 67.90454) (xy 333.416895 67.631577) (xy 333.074668 67.489471) + (xy 333.074668 65.975001) (xy 332.927382 65.61854) (xy 332.654895 65.345577) (xy 332.298692 65.197668) (xy 331.913001 65.197332) + (xy 331.55654 65.344618) (xy 331.283577 65.617105) (xy 331.169377 65.892126) (xy 331.130895 65.853577) (xy 330.774692 65.705668) + (xy 330.389001 65.705332) (xy 330.03254 65.852618) (xy 329.759577 66.125105) (xy 329.611668 66.481308) (xy 329.611419 66.765985) + (xy 329.504692 66.721668) (xy 329.264668 66.721458) (xy 329.264668 62.673001) (xy 329.117382 62.31654) (xy 328.844895 62.043577) + (xy 328.488692 61.895668) (xy 328.103001 61.895332) (xy 327.74654 62.042618) (xy 327.473577 62.315105) (xy 327.325668 62.671308) + (xy 327.325332 63.056999) (xy 327.472618 63.41346) (xy 327.745105 63.686423) (xy 328.101308 63.834332) (xy 328.486999 63.834668) + (xy 328.84346 63.687382) (xy 329.116423 63.414895) (xy 329.264332 63.058692) (xy 329.264668 62.673001) (xy 329.264668 66.721458) + (xy 329.119001 66.721332) (xy 328.76254 66.868618) (xy 328.489577 67.141105) (xy 328.341668 67.497308) (xy 328.341332 67.882999) + (xy 328.488618 68.23946) (xy 328.761105 68.512423) (xy 329.117308 68.660332) (xy 329.502999 68.660668) (xy 329.85946 68.513382) + (xy 330.132423 68.240895) (xy 330.280332 67.884692) (xy 330.28058 67.600014) (xy 330.387308 67.644332) (xy 330.772999 67.644668) + (xy 331.12946 67.497382) (xy 331.402423 67.224895) (xy 331.516622 66.949873) (xy 331.555105 66.988423) (xy 331.911308 67.136332) + (xy 332.296999 67.136668) (xy 332.65346 66.989382) (xy 332.926423 66.716895) (xy 333.074332 66.360692) (xy 333.074668 65.975001) + (xy 333.074668 67.489471) (xy 333.060692 67.483668) (xy 332.675001 67.483332) (xy 332.31854 67.630618) (xy 332.045577 67.903105) + (xy 331.897668 68.259308) (xy 331.897332 68.644999) (xy 332.044618 69.00146) (xy 332.317105 69.274423) (xy 332.673308 69.422332) + (xy 333.058999 69.422668) (xy 333.41546 69.275382) (xy 333.688423 69.002895) (xy 333.836332 68.646692) (xy 333.836668 68.261001) + (xy 333.836668 94.026348) (xy 333.818001 94.026332) (xy 333.46154 94.173618) (xy 333.188577 94.446105) (xy 333.040668 94.802308) + (xy 333.040332 95.187999) (xy 333.187618 95.54446) (xy 333.460105 95.817423) (xy 333.816308 95.965332) (xy 334.153701 95.965625) + (xy 334.056668 96.199308) (xy 334.056332 96.584999) (xy 334.203618 96.94146) (xy 334.476105 97.214423) (xy 334.832308 97.362332) + (xy 335.217999 97.362668) (xy 335.57446 97.215382) (xy 335.660911 97.12908) (xy 335.746105 97.214423) (xy 336.102308 97.362332) + (xy 336.487999 97.362668) (xy 336.84446 97.215382) (xy 336.8673 97.19258) (xy 336.889105 97.214423) (xy 337.245308 97.362332) + (xy 337.630999 97.362668) (xy 337.98746 97.215382) (xy 338.260423 96.942895) (xy 338.408332 96.586692) (xy 338.408668 96.201001) + (xy 338.408668 101.011459) (xy 338.212698 101.011288) (xy 337.762848 101.197162) (xy 337.418372 101.541038) (xy 337.231713 101.990563) + (xy 337.231288 102.477302) (xy 337.417162 102.927152) (xy 337.761038 103.271628) (xy 338.210563 103.458287) (xy 338.697302 103.458712) + (xy 339.147152 103.272838) (xy 339.491628 102.928962) (xy 339.678287 102.479437) (xy 339.678712 101.992698) (xy 339.678712 104.532698) + (xy 339.492838 104.082848) (xy 339.148962 103.738372) (xy 338.699437 103.551713) (xy 338.212698 103.551288) (xy 337.762848 103.737162) + (xy 337.418372 104.081038) (xy 337.231713 104.530563) (xy 337.231288 105.017302) (xy 337.417162 105.467152) (xy 337.761038 105.811628) + (xy 338.210563 105.998287) (xy 338.697302 105.998712) (xy 339.147152 105.812838) (xy 339.491628 105.468962) (xy 339.678287 105.019437) + (xy 339.678712 104.532698) (xy 339.678712 124.864377) (xy 339.505368 124.422014) (xy 339.478716 124.382128) (xy 339.261766 124.323589) + (xy 339.226411 124.358944) (xy 339.226411 124.288234) (xy 339.167872 124.071284) (xy 338.721849 123.876405) (xy 338.2352 123.867047) + (xy 337.782014 124.044632) (xy 337.742128 124.071284) (xy 337.683589 124.288234) (xy 338.455 125.059645) (xy 339.226411 124.288234) + (xy 339.226411 124.358944) (xy 338.490355 125.095) (xy 339.261766 125.866411) (xy 339.478716 125.807872) (xy 339.673595 125.361849) + (xy 339.682953 124.8752) (xy 339.682953 127.4152) (xy 339.505368 126.962014) (xy 339.478716 126.922128) (xy 339.261766 126.863589) + (xy 339.226411 126.898944) (xy 339.226411 126.828234) (xy 339.226411 125.901766) (xy 338.455 125.130355) (xy 338.419645 125.16571) + (xy 338.419645 125.095) (xy 337.648234 124.323589) (xy 337.431284 124.382128) (xy 337.236405 124.828151) (xy 337.227047 125.3148) + (xy 337.404632 125.767986) (xy 337.431284 125.807872) (xy 337.648234 125.866411) (xy 338.419645 125.095) (xy 338.419645 125.16571) + (xy 337.683589 125.901766) (xy 337.742128 126.118716) (xy 338.188151 126.313595) (xy 338.6748 126.322953) (xy 339.127986 126.145368) + (xy 339.167872 126.118716) (xy 339.226411 125.901766) (xy 339.226411 126.828234) (xy 339.167872 126.611284) (xy 338.721849 126.416405) + (xy 338.2352 126.407047) (xy 337.782014 126.584632) (xy 337.742128 126.611284) (xy 337.683589 126.828234) (xy 338.455 127.599645) + (xy 339.226411 126.828234) (xy 339.226411 126.898944) (xy 338.490355 127.635) (xy 339.261766 128.406411) (xy 339.478716 128.347872) + (xy 339.673595 127.901849) (xy 339.682953 127.4152) (xy 339.682953 133.7394) (xy 339.226411 133.7394) (xy 339.226411 128.441766) + (xy 338.455 127.670355) (xy 338.419645 127.70571) (xy 338.419645 127.635) (xy 337.648234 126.863589) (xy 337.431284 126.922128) + (xy 337.236405 127.368151) (xy 337.227047 127.8548) (xy 337.404632 128.307986) (xy 337.431284 128.347872) (xy 337.648234 128.406411) + (xy 338.419645 127.635) (xy 338.419645 127.70571) (xy 337.683589 128.441766) (xy 337.742128 128.658716) (xy 338.188151 128.853595) + (xy 338.6748 128.862953) (xy 339.127986 128.685368) (xy 339.167872 128.658716) (xy 339.226411 128.441766) (xy 339.226411 133.7394) + (xy 337.138712 133.7394) (xy 337.138712 127.392698) (xy 337.138712 124.852698) (xy 337.138712 104.532698) (xy 337.138712 101.992698) + (xy 336.952838 101.542848) (xy 336.608962 101.198372) (xy 336.159437 101.011713) (xy 335.672698 101.011288) (xy 335.222848 101.197162) + (xy 334.878372 101.541038) (xy 334.691713 101.990563) (xy 334.691288 102.477302) (xy 334.877162 102.927152) (xy 335.221038 103.271628) + (xy 335.670563 103.458287) (xy 336.157302 103.458712) (xy 336.607152 103.272838) (xy 336.951628 102.928962) (xy 337.138287 102.479437) + (xy 337.138712 101.992698) (xy 337.138712 104.532698) (xy 336.952838 104.082848) (xy 336.608962 103.738372) (xy 336.159437 103.551713) + (xy 335.672698 103.551288) (xy 335.222848 103.737162) (xy 334.878372 104.081038) (xy 334.691713 104.530563) (xy 334.691288 105.017302) + (xy 334.877162 105.467152) (xy 335.221038 105.811628) (xy 335.670563 105.998287) (xy 336.157302 105.998712) (xy 336.607152 105.812838) + (xy 336.951628 105.468962) (xy 337.138287 105.019437) (xy 337.138712 104.532698) (xy 337.138712 124.852698) (xy 336.952838 124.402848) + (xy 336.608962 124.058372) (xy 336.159437 123.871713) (xy 335.672698 123.871288) (xy 335.222848 124.057162) (xy 334.878372 124.401038) + (xy 334.691713 124.850563) (xy 334.691288 125.337302) (xy 334.877162 125.787152) (xy 335.221038 126.131628) (xy 335.670563 126.318287) + (xy 336.157302 126.318712) (xy 336.607152 126.132838) (xy 336.951628 125.788962) (xy 337.138287 125.339437) (xy 337.138712 124.852698) + (xy 337.138712 127.392698) (xy 336.952838 126.942848) (xy 336.608962 126.598372) (xy 336.159437 126.411713) (xy 335.672698 126.411288) + (xy 335.222848 126.597162) (xy 334.878372 126.941038) (xy 334.691713 127.390563) (xy 334.691288 127.877302) (xy 334.877162 128.327152) + (xy 335.221038 128.671628) (xy 335.670563 128.858287) (xy 336.157302 128.858712) (xy 336.607152 128.672838) (xy 336.951628 128.328962) + (xy 337.138287 127.879437) (xy 337.138712 127.392698) (xy 337.138712 133.7394) (xy 334.602953 133.7394) (xy 334.602953 107.0952) + (xy 334.598712 107.084377) (xy 334.598712 104.532698) (xy 334.412838 104.082848) (xy 334.068962 103.738372) (xy 333.619437 103.551713) + (xy 333.132698 103.551288) (xy 333.065287 103.579141) (xy 332.812263 103.326117) (xy 333.130563 103.458287) (xy 333.617302 103.458712) + (xy 334.067152 103.272838) (xy 334.411628 102.928962) (xy 334.598287 102.479437) (xy 334.598712 101.992698) (xy 334.412838 101.542848) + (xy 334.068962 101.198372) (xy 333.619437 101.011713) (xy 333.582668 101.01168) (xy 333.582668 96.328001) (xy 333.435382 95.97154) + (xy 333.162895 95.698577) (xy 332.806692 95.550668) (xy 332.421001 95.550332) (xy 332.06454 95.697618) (xy 331.791577 95.970105) + (xy 331.643668 96.326308) (xy 331.643332 96.711999) (xy 331.790618 97.06846) (xy 332.063105 97.341423) (xy 332.419308 97.489332) + (xy 332.804999 97.489668) (xy 333.16146 97.342382) (xy 333.434423 97.069895) (xy 333.582332 96.713692) (xy 333.582668 96.328001) + (xy 333.582668 101.01168) (xy 333.132698 101.011288) (xy 332.682848 101.197162) (xy 332.338372 101.541038) (xy 332.151713 101.990563) + (xy 332.151288 102.477302) (xy 332.337162 102.927152) (xy 332.587405 103.177832) (xy 332.359 103.1324) (xy 330.229868 103.1324) + (xy 330.229868 89.724001) (xy 330.082582 89.36754) (xy 329.810095 89.094577) (xy 329.453892 88.946668) (xy 329.264668 88.946503) + (xy 329.264668 84.771001) (xy 329.117382 84.41454) (xy 328.844895 84.141577) (xy 328.488692 83.993668) (xy 328.248668 83.993458) + (xy 328.248668 66.356001) (xy 328.101382 65.99954) (xy 327.828895 65.726577) (xy 327.472692 65.578668) (xy 327.087001 65.578332) + (xy 326.73054 65.725618) (xy 326.516977 65.938808) (xy 326.431895 65.853577) (xy 326.075692 65.705668) (xy 325.835668 65.705458) + (xy 325.835668 64.451001) (xy 325.688382 64.09454) (xy 325.415895 63.821577) (xy 325.059692 63.673668) (xy 324.674001 63.673332) + (xy 324.31754 63.820618) (xy 324.044577 64.093105) (xy 323.896668 64.449308) (xy 323.896332 64.834999) (xy 324.043618 65.19146) + (xy 324.316105 65.464423) (xy 324.672308 65.612332) (xy 325.057999 65.612668) (xy 325.41446 65.465382) (xy 325.687423 65.192895) + (xy 325.835332 64.836692) (xy 325.835668 64.451001) (xy 325.835668 65.705458) (xy 325.690001 65.705332) (xy 325.33354 65.852618) + (xy 325.060577 66.125105) (xy 324.912668 66.481308) (xy 324.912332 66.866999) (xy 325.059618 67.22346) (xy 325.332105 67.496423) + (xy 325.688308 67.644332) (xy 326.073999 67.644668) (xy 326.43046 67.497382) (xy 326.644022 67.284191) (xy 326.729105 67.369423) + (xy 327.085308 67.517332) (xy 327.470999 67.517668) (xy 327.82746 67.370382) (xy 328.100423 67.097895) (xy 328.248332 66.741692) + (xy 328.248668 66.356001) (xy 328.248668 83.993458) (xy 328.103001 83.993332) (xy 327.867668 84.090569) (xy 327.867668 69.531001) + (xy 327.720382 69.17454) (xy 327.447895 68.901577) (xy 327.091692 68.753668) (xy 326.706001 68.753332) (xy 326.34954 68.900618) + (xy 326.076577 69.173105) (xy 325.928668 69.529308) (xy 325.928332 69.914999) (xy 326.075618 70.27146) (xy 326.348105 70.544423) + (xy 326.704308 70.692332) (xy 327.089999 70.692668) (xy 327.44646 70.545382) (xy 327.719423 70.272895) (xy 327.867332 69.916692) + (xy 327.867668 69.531001) (xy 327.867668 84.090569) (xy 327.74654 84.140618) (xy 327.473577 84.413105) (xy 327.325668 84.769308) + (xy 327.325332 85.154999) (xy 327.472618 85.51146) (xy 327.745105 85.784423) (xy 328.101308 85.932332) (xy 328.486999 85.932668) + (xy 328.84346 85.785382) (xy 329.116423 85.512895) (xy 329.264332 85.156692) (xy 329.264668 84.771001) (xy 329.264668 88.946503) + (xy 329.068201 88.946332) (xy 328.71174 89.093618) (xy 328.438777 89.366105) (xy 328.290868 89.722308) (xy 328.290532 90.107999) + (xy 328.437818 90.46446) (xy 328.710305 90.737423) (xy 329.066508 90.885332) (xy 329.452199 90.885668) (xy 329.80866 90.738382) + (xy 330.081623 90.465895) (xy 330.229532 90.109692) (xy 330.229868 89.724001) (xy 330.229868 103.1324) (xy 330.026668 103.1324) + (xy 330.026668 93.915001) (xy 329.879382 93.55854) (xy 329.606895 93.285577) (xy 329.250692 93.137668) (xy 328.865001 93.137332) + (xy 328.50854 93.284618) (xy 328.422088 93.370919) (xy 328.336895 93.285577) (xy 327.980692 93.137668) (xy 327.595001 93.137332) + (xy 327.23854 93.284618) (xy 327.152088 93.370919) (xy 327.066895 93.285577) (xy 326.710692 93.137668) (xy 326.597668 93.137569) + (xy 326.597668 83.374001) (xy 326.450382 83.01754) (xy 326.177895 82.744577) (xy 325.835668 82.602471) (xy 325.835668 72.833001) + (xy 325.688382 72.47654) (xy 325.538581 72.326477) (xy 325.687423 72.177895) (xy 325.835332 71.821692) (xy 325.835668 71.436001) + (xy 325.688382 71.07954) (xy 325.415895 70.806577) (xy 325.320099 70.766799) (xy 325.560423 70.526895) (xy 325.708332 70.170692) + (xy 325.708668 69.785001) (xy 325.561382 69.42854) (xy 325.288895 69.155577) (xy 324.932692 69.007668) (xy 324.547001 69.007332) + (xy 324.19054 69.154618) (xy 323.917577 69.427105) (xy 323.769668 69.783308) (xy 323.769332 70.168999) (xy 323.916618 70.52546) + (xy 324.189105 70.798423) (xy 324.2849 70.8382) (xy 324.044577 71.078105) (xy 323.896668 71.434308) (xy 323.896332 71.819999) + (xy 324.043618 72.17646) (xy 324.193418 72.326522) (xy 324.044577 72.475105) (xy 323.896668 72.831308) (xy 323.896332 73.216999) + (xy 324.043618 73.57346) (xy 324.316105 73.846423) (xy 324.672308 73.994332) (xy 325.057999 73.994668) (xy 325.41446 73.847382) + (xy 325.687423 73.574895) (xy 325.835332 73.218692) (xy 325.835668 72.833001) (xy 325.835668 82.602471) (xy 325.821692 82.596668) + (xy 325.436001 82.596332) (xy 325.07954 82.743618) (xy 324.806577 83.016105) (xy 324.658668 83.372308) (xy 324.658332 83.757999) + (xy 324.805618 84.11446) (xy 325.078105 84.387423) (xy 325.434308 84.535332) (xy 325.819999 84.535668) (xy 326.17646 84.388382) + (xy 326.449423 84.115895) (xy 326.597332 83.759692) (xy 326.597668 83.374001) (xy 326.597668 93.137569) (xy 326.325001 93.137332) + (xy 325.96854 93.284618) (xy 325.962668 93.290479) (xy 325.962668 89.343001) (xy 325.815382 88.98654) (xy 325.542895 88.713577) + (xy 325.186692 88.565668) (xy 324.801001 88.565332) (xy 324.44454 88.712618) (xy 324.171577 88.985105) (xy 324.023668 89.341308) + (xy 324.023332 89.726999) (xy 324.170618 90.08346) (xy 324.443105 90.356423) (xy 324.799308 90.504332) (xy 325.184999 90.504668) + (xy 325.54146 90.357382) (xy 325.814423 90.084895) (xy 325.962332 89.728692) (xy 325.962668 89.343001) (xy 325.962668 93.290479) + (xy 325.695577 93.557105) (xy 325.575411 93.846494) (xy 325.561382 93.81254) (xy 325.288895 93.539577) (xy 324.932692 93.391668) + (xy 324.547001 93.391332) (xy 324.337767 93.477784) (xy 324.145895 93.285577) (xy 323.789692 93.137668) (xy 323.404001 93.137332) + (xy 323.168668 93.234569) (xy 323.168668 88.327001) (xy 323.041668 88.019636) (xy 323.041668 70.547001) (xy 323.041668 64.197001) + (xy 322.894382 63.84054) (xy 322.621895 63.567577) (xy 322.265692 63.419668) (xy 321.880001 63.419332) (xy 321.52354 63.566618) + (xy 321.250577 63.839105) (xy 321.102668 64.195308) (xy 321.102332 64.580999) (xy 321.249618 64.93746) (xy 321.522105 65.210423) + (xy 321.878308 65.358332) (xy 322.263999 65.358668) (xy 322.62046 65.211382) (xy 322.893423 64.938895) (xy 323.041332 64.582692) + (xy 323.041668 64.197001) (xy 323.041668 70.547001) (xy 322.894382 70.19054) (xy 322.787668 70.083639) (xy 322.787668 67.118001) + (xy 322.640382 66.76154) (xy 322.367895 66.488577) (xy 322.011692 66.340668) (xy 321.626001 66.340332) (xy 321.26954 66.487618) + (xy 320.996577 66.760105) (xy 320.848668 67.116308) (xy 320.848332 67.501999) (xy 320.995618 67.85846) (xy 321.268105 68.131423) + (xy 321.624308 68.279332) (xy 322.009999 68.279668) (xy 322.36646 68.132382) (xy 322.639423 67.859895) (xy 322.787332 67.503692) + (xy 322.787668 67.118001) (xy 322.787668 70.083639) (xy 322.621895 69.917577) (xy 322.265692 69.769668) (xy 321.880001 69.769332) + (xy 321.52354 69.916618) (xy 321.250577 70.189105) (xy 321.102668 70.545308) (xy 321.102332 70.930999) (xy 321.249618 71.28746) + (xy 321.522105 71.560423) (xy 321.878308 71.708332) (xy 322.263999 71.708668) (xy 322.62046 71.561382) (xy 322.893423 71.288895) + (xy 323.041332 70.932692) (xy 323.041668 70.547001) (xy 323.041668 88.019636) (xy 323.021382 87.97054) (xy 322.748895 87.697577) + (xy 322.660668 87.660941) (xy 322.660668 86.295001) (xy 322.660668 73.950601) (xy 322.513382 73.59414) (xy 322.240895 73.321177) + (xy 321.884692 73.173268) (xy 321.499001 73.172932) (xy 321.14254 73.320218) (xy 320.869577 73.592705) (xy 320.721668 73.948908) + (xy 320.721332 74.334599) (xy 320.868618 74.69106) (xy 321.141105 74.964023) (xy 321.497308 75.111932) (xy 321.882999 75.112268) + (xy 322.23946 74.964982) (xy 322.512423 74.692495) (xy 322.660332 74.336292) (xy 322.660668 73.950601) (xy 322.660668 86.295001) + (xy 322.513382 85.93854) (xy 322.240895 85.665577) (xy 321.884692 85.517668) (xy 321.499001 85.517332) (xy 321.14254 85.664618) + (xy 320.869577 85.937105) (xy 320.721668 86.293308) (xy 320.721332 86.678999) (xy 320.868618 87.03546) (xy 321.141105 87.308423) + (xy 321.497308 87.456332) (xy 321.882999 87.456668) (xy 322.23946 87.309382) (xy 322.512423 87.036895) (xy 322.660332 86.680692) + (xy 322.660668 86.295001) (xy 322.660668 87.660941) (xy 322.392692 87.549668) (xy 322.007001 87.549332) (xy 321.65054 87.696618) + (xy 321.377577 87.969105) (xy 321.229668 88.325308) (xy 321.229332 88.710999) (xy 321.376618 89.06746) (xy 321.649105 89.340423) + (xy 322.005308 89.488332) (xy 322.390999 89.488668) (xy 322.74746 89.341382) (xy 323.020423 89.068895) (xy 323.168332 88.712692) + (xy 323.168668 88.327001) (xy 323.168668 93.234569) (xy 323.04754 93.284618) (xy 323.024699 93.307419) (xy 323.002895 93.285577) + (xy 322.646692 93.137668) (xy 322.261001 93.137332) (xy 321.90454 93.284618) (xy 321.631577 93.557105) (xy 321.483668 93.913308) + (xy 321.483332 94.298999) (xy 321.630618 94.65546) (xy 321.903105 94.928423) (xy 322.259308 95.076332) (xy 322.644999 95.076668) + (xy 323.00146 94.929382) (xy 323.0243 94.90658) (xy 323.046105 94.928423) (xy 323.402308 95.076332) (xy 323.787999 95.076668) + (xy 323.997232 94.990215) (xy 324.189105 95.182423) (xy 324.545308 95.330332) (xy 324.930999 95.330668) (xy 325.28746 95.183382) + (xy 325.560423 94.910895) (xy 325.680588 94.621505) (xy 325.694618 94.65546) (xy 325.967105 94.928423) (xy 326.323308 95.076332) + (xy 326.708999 95.076668) (xy 327.06546 94.929382) (xy 327.151911 94.84308) (xy 327.237105 94.928423) (xy 327.593308 95.076332) + (xy 327.978999 95.076668) (xy 328.33546 94.929382) (xy 328.421911 94.84308) (xy 328.507105 94.928423) (xy 328.863308 95.076332) + (xy 329.248999 95.076668) (xy 329.60546 94.929382) (xy 329.878423 94.656895) (xy 330.026332 94.300692) (xy 330.026668 93.915001) + (xy 330.026668 103.1324) (xy 329.819 103.1324) (xy 329.579211 103.180097) (xy 329.375927 103.315927) (xy 329.305454 103.3864) + (xy 327.349835 103.3864) (xy 327.553628 103.182962) (xy 327.740287 102.733437) (xy 327.740712 102.246698) (xy 327.740712 99.706698) + (xy 327.554838 99.256848) (xy 327.210962 98.912372) (xy 326.761437 98.725713) (xy 326.274698 98.725288) (xy 325.824848 98.911162) + (xy 325.480372 99.255038) (xy 325.293713 99.704563) (xy 325.293288 100.191302) (xy 325.479162 100.641152) (xy 325.823038 100.985628) + (xy 326.272563 101.172287) (xy 326.759302 101.172712) (xy 327.209152 100.986838) (xy 327.553628 100.642962) (xy 327.740287 100.193437) + (xy 327.740712 99.706698) (xy 327.740712 102.246698) (xy 327.554838 101.796848) (xy 327.210962 101.452372) (xy 326.761437 101.265713) + (xy 326.274698 101.265288) (xy 325.824848 101.451162) (xy 325.480372 101.795038) (xy 325.293713 102.244563) (xy 325.293288 102.731302) + (xy 325.479162 103.181152) (xy 325.684052 103.3864) (xy 324.809835 103.3864) (xy 325.013628 103.182962) (xy 325.200287 102.733437) + (xy 325.200712 102.246698) (xy 325.200712 99.706698) (xy 325.200712 97.166698) (xy 325.014838 96.716848) (xy 324.670962 96.372372) + (xy 324.221437 96.185713) (xy 323.734698 96.185288) (xy 323.284848 96.371162) (xy 322.940372 96.715038) (xy 322.753713 97.164563) + (xy 322.753288 97.651302) (xy 322.939162 98.101152) (xy 323.283038 98.445628) (xy 323.732563 98.632287) (xy 324.219302 98.632712) + (xy 324.669152 98.446838) (xy 325.013628 98.102962) (xy 325.200287 97.653437) (xy 325.200712 97.166698) (xy 325.200712 99.706698) + (xy 325.014838 99.256848) (xy 324.670962 98.912372) (xy 324.221437 98.725713) (xy 323.734698 98.725288) (xy 323.284848 98.911162) + (xy 322.940372 99.255038) (xy 322.753713 99.704563) (xy 322.753288 100.191302) (xy 322.939162 100.641152) (xy 323.283038 100.985628) + (xy 323.732563 101.172287) (xy 324.219302 101.172712) (xy 324.669152 100.986838) (xy 325.013628 100.642962) (xy 325.200287 100.193437) + (xy 325.200712 99.706698) (xy 325.200712 102.246698) (xy 325.014838 101.796848) (xy 324.670962 101.452372) (xy 324.221437 101.265713) + (xy 323.734698 101.265288) (xy 323.284848 101.451162) (xy 322.940372 101.795038) (xy 322.753713 102.244563) (xy 322.753288 102.731302) + (xy 322.939162 103.181152) (xy 323.176846 103.41925) (xy 323.176846 103.419251) (xy 323.115562 103.431441) (xy 323.002895 103.318577) + (xy 322.660712 103.176489) (xy 322.660712 99.706698) (xy 322.660712 97.166698) (xy 322.474838 96.716848) (xy 322.130962 96.372372) + (xy 321.681437 96.185713) (xy 321.194698 96.185288) (xy 320.744848 96.371162) (xy 320.400372 96.715038) (xy 320.374668 96.77694) + (xy 320.374668 95.185001) (xy 320.227382 94.82854) (xy 319.954895 94.555577) (xy 319.739668 94.466206) (xy 319.739668 89.978001) + (xy 319.592382 89.62154) (xy 319.319895 89.348577) (xy 318.963692 89.200668) (xy 318.850668 89.200569) (xy 318.850668 80.072001) + (xy 318.850668 66.152801) (xy 318.703382 65.79634) (xy 318.430895 65.523377) (xy 318.074692 65.375468) (xy 317.689001 65.375132) + (xy 317.33254 65.522418) (xy 317.059577 65.794905) (xy 316.911668 66.151108) (xy 316.911332 66.536799) (xy 317.058618 66.89326) + (xy 317.331105 67.166223) (xy 317.687308 67.314132) (xy 318.072999 67.314468) (xy 318.42946 67.167182) (xy 318.702423 66.894695) + (xy 318.850332 66.538492) (xy 318.850668 66.152801) (xy 318.850668 80.072001) (xy 318.703382 79.71554) (xy 318.469668 79.481417) + (xy 318.469668 72.325001) (xy 318.322382 71.96854) (xy 318.049895 71.695577) (xy 317.693692 71.547668) (xy 317.308001 71.547332) + (xy 316.95154 71.694618) (xy 316.678577 71.967105) (xy 316.530668 72.323308) (xy 316.530332 72.708999) (xy 316.677618 73.06546) + (xy 316.950105 73.338423) (xy 317.306308 73.486332) (xy 317.691999 73.486668) (xy 318.04846 73.339382) (xy 318.321423 73.066895) + (xy 318.469332 72.710692) (xy 318.469668 72.325001) (xy 318.469668 79.481417) (xy 318.430895 79.442577) (xy 318.074692 79.294668) + (xy 317.689001 79.294332) (xy 317.33254 79.441618) (xy 317.059577 79.714105) (xy 317.054382 79.726613) (xy 316.931692 79.675668) + (xy 316.546001 79.675332) (xy 316.18954 79.822618) (xy 315.916577 80.095105) (xy 315.768668 80.451308) (xy 315.768332 80.836999) + (xy 315.915618 81.19346) (xy 315.938419 81.2163) (xy 315.916577 81.238105) (xy 315.827145 81.45348) (xy 315.657001 81.453332) + (xy 315.421668 81.550569) (xy 315.421668 79.310001) (xy 315.421668 68.515001) (xy 315.274382 68.15854) (xy 315.001895 67.885577) + (xy 314.659565 67.743428) (xy 314.659668 67.626001) (xy 314.512382 67.26954) (xy 314.239895 66.996577) (xy 313.883692 66.848668) + (xy 313.498001 66.848332) (xy 313.14154 66.995618) (xy 312.868577 67.268105) (xy 312.720668 67.624308) (xy 312.720332 68.009999) + (xy 312.867618 68.36646) (xy 313.140105 68.639423) (xy 313.482434 68.781571) (xy 313.482332 68.898999) (xy 313.629618 69.25546) + (xy 313.902105 69.528423) (xy 314.258308 69.676332) (xy 314.643999 69.676668) (xy 315.00046 69.529382) (xy 315.273423 69.256895) + (xy 315.421332 68.900692) (xy 315.421668 68.515001) (xy 315.421668 79.310001) (xy 315.274382 78.95354) (xy 315.001895 78.680577) + (xy 314.645692 78.532668) (xy 314.260001 78.532332) (xy 313.90354 78.679618) (xy 313.630577 78.952105) (xy 313.482668 79.308308) + (xy 313.482332 79.693999) (xy 313.629618 80.05046) (xy 313.902105 80.323423) (xy 314.258308 80.471332) (xy 314.643999 80.471668) + (xy 315.00046 80.324382) (xy 315.273423 80.051895) (xy 315.421332 79.695692) (xy 315.421668 79.310001) (xy 315.421668 81.550569) + (xy 315.30054 81.600618) (xy 315.027577 81.873105) (xy 314.879668 82.229308) (xy 314.879332 82.614999) (xy 315.026618 82.97146) + (xy 315.299105 83.244423) (xy 315.655308 83.392332) (xy 316.040999 83.392668) (xy 316.39746 83.245382) (xy 316.670423 82.972895) + (xy 316.759854 82.757519) (xy 316.929999 82.757668) (xy 317.28646 82.610382) (xy 317.559423 82.337895) (xy 317.707332 81.981692) + (xy 317.707668 81.596001) (xy 317.560382 81.23954) (xy 317.53758 81.216699) (xy 317.559423 81.194895) (xy 317.564617 81.182386) + (xy 317.687308 81.233332) (xy 318.072999 81.233668) (xy 318.42946 81.086382) (xy 318.702423 80.813895) (xy 318.850332 80.457692) + (xy 318.850668 80.072001) (xy 318.850668 89.200569) (xy 318.578001 89.200332) (xy 318.22154 89.347618) (xy 318.198699 89.370419) + (xy 318.176895 89.348577) (xy 317.820692 89.200668) (xy 317.648795 89.200518) (xy 317.560382 88.98654) (xy 317.287895 88.713577) + (xy 316.931692 88.565668) (xy 316.546001 88.565332) (xy 316.18954 88.712618) (xy 315.929668 88.972036) (xy 315.929668 86.422001) + (xy 315.782382 86.06554) (xy 315.509895 85.792577) (xy 315.153692 85.644668) (xy 314.768001 85.644332) (xy 314.41154 85.791618) + (xy 314.138577 86.064105) (xy 314.071016 86.226808) (xy 314.004382 86.06554) (xy 313.731895 85.792577) (xy 313.375692 85.644668) + (xy 312.990001 85.644332) (xy 312.881668 85.689094) (xy 312.881668 81.977001) (xy 312.734382 81.62054) (xy 312.461895 81.347577) + (xy 312.105692 81.199668) (xy 311.720001 81.199332) (xy 311.36354 81.346618) (xy 311.357668 81.352479) (xy 311.357668 80.707001) + (xy 311.357668 72.833001) (xy 311.210382 72.47654) (xy 310.937895 72.203577) (xy 310.581692 72.055668) (xy 310.196001 72.055332) + (xy 309.83954 72.202618) (xy 309.566577 72.475105) (xy 309.418668 72.831308) (xy 309.418332 73.216999) (xy 309.565618 73.57346) + (xy 309.838105 73.846423) (xy 310.194308 73.994332) (xy 310.579999 73.994668) (xy 310.93646 73.847382) (xy 311.209423 73.574895) + (xy 311.357332 73.218692) (xy 311.357668 72.833001) (xy 311.357668 80.707001) (xy 311.210382 80.35054) (xy 310.937895 80.077577) + (xy 310.581692 79.929668) (xy 310.196001 79.929332) (xy 309.83954 80.076618) (xy 309.753088 80.162919) (xy 309.667895 80.077577) + (xy 309.311692 79.929668) (xy 308.926001 79.929332) (xy 308.56954 80.076618) (xy 308.296577 80.349105) (xy 308.148668 80.705308) + (xy 308.148332 81.090999) (xy 308.295618 81.44746) (xy 308.568105 81.720423) (xy 308.924308 81.868332) (xy 309.309999 81.868668) + (xy 309.66646 81.721382) (xy 309.752911 81.63508) (xy 309.838105 81.720423) (xy 310.194308 81.868332) (xy 310.579999 81.868668) + (xy 310.93646 81.721382) (xy 311.209423 81.448895) (xy 311.357332 81.092692) (xy 311.357668 80.707001) (xy 311.357668 81.352479) + (xy 311.090577 81.619105) (xy 310.942668 81.975308) (xy 310.942332 82.360999) (xy 311.089618 82.71746) (xy 311.362105 82.990423) + (xy 311.718308 83.138332) (xy 312.103999 83.138668) (xy 312.46046 82.991382) (xy 312.733423 82.718895) (xy 312.881332 82.362692) + (xy 312.881668 81.977001) (xy 312.881668 85.689094) (xy 312.63354 85.791618) (xy 312.360577 86.064105) (xy 312.323815 86.152636) + (xy 311.974001 86.152332) (xy 311.61754 86.299618) (xy 311.513898 86.403079) (xy 311.216692 86.279668) (xy 310.831001 86.279332) + (xy 310.47454 86.426618) (xy 310.451699 86.449419) (xy 310.429895 86.427577) (xy 310.073692 86.279668) (xy 309.688001 86.279332) + (xy 309.33154 86.426618) (xy 309.181588 86.576308) (xy 309.159895 86.554577) (xy 308.803692 86.406668) (xy 308.504749 86.406407) + (xy 308.416382 86.19254) (xy 308.143895 85.919577) (xy 308.134494 85.915673) (xy 308.14246 85.912382) (xy 308.415423 85.639895) + (xy 308.5049 85.424409) (xy 308.801999 85.424668) (xy 309.15846 85.277382) (xy 309.431423 85.004895) (xy 309.500274 84.839083) + (xy 309.686308 84.916332) (xy 310.071999 84.916668) (xy 310.42846 84.769382) (xy 310.701423 84.496895) (xy 310.849332 84.140692) + (xy 310.849668 83.755001) (xy 310.702382 83.39854) (xy 310.429895 83.125577) (xy 310.073692 82.977668) (xy 309.688001 82.977332) + (xy 309.33154 83.124618) (xy 309.058577 83.397105) (xy 308.989725 83.562916) (xy 308.803692 83.485668) (xy 308.418001 83.485332) + (xy 308.06154 83.632618) (xy 307.788577 83.905105) (xy 307.699099 84.12059) (xy 307.402001 84.120332) (xy 307.04554 84.267618) + (xy 306.772577 84.540105) (xy 306.624668 84.896308) (xy 306.624332 85.281999) (xy 306.771618 85.63846) (xy 307.044105 85.911423) + (xy 307.053505 85.915326) (xy 307.04554 85.918618) (xy 306.772577 86.191105) (xy 306.624668 86.547308) (xy 306.624332 86.932999) + (xy 306.771618 87.28946) (xy 307.044105 87.562423) (xy 307.400308 87.710332) (xy 307.69925 87.710592) (xy 307.787618 87.92446) + (xy 308.060105 88.197423) (xy 308.416308 88.345332) (xy 308.801999 88.345668) (xy 309.15846 88.198382) (xy 309.308411 88.048691) + (xy 309.330105 88.070423) (xy 309.686308 88.218332) (xy 310.071999 88.218668) (xy 310.42846 88.071382) (xy 310.4513 88.04858) + (xy 310.473105 88.070423) (xy 310.829308 88.218332) (xy 311.214999 88.218668) (xy 311.57146 88.071382) (xy 311.675101 87.96792) + (xy 311.972308 88.091332) (xy 312.357999 88.091668) (xy 312.71446 87.944382) (xy 312.987423 87.671895) (xy 313.024184 87.583363) + (xy 313.10771 87.583436) (xy 313.248618 87.92446) (xy 313.521105 88.197423) (xy 313.877308 88.345332) (xy 314.262999 88.345668) + (xy 314.61946 88.198382) (xy 314.892423 87.925895) (xy 315.034571 87.583565) (xy 315.151999 87.583668) (xy 315.50846 87.436382) + (xy 315.781423 87.163895) (xy 315.929332 86.807692) (xy 315.929668 86.422001) (xy 315.929668 88.972036) (xy 315.916577 88.985105) + (xy 315.774428 89.327434) (xy 315.657001 89.327332) (xy 315.30054 89.474618) (xy 315.027577 89.747105) (xy 314.879668 90.103308) + (xy 314.879332 90.488999) (xy 315.026618 90.84546) (xy 315.299105 91.118423) (xy 315.655308 91.266332) (xy 316.040999 91.266668) + (xy 316.39746 91.119382) (xy 316.670423 90.846895) (xy 316.764286 90.620848) (xy 316.804618 90.71846) (xy 317.077105 90.991423) + (xy 317.433308 91.139332) (xy 317.818999 91.139668) (xy 318.17546 90.992382) (xy 318.1983 90.96958) (xy 318.220105 90.991423) + (xy 318.576308 91.139332) (xy 318.961999 91.139668) (xy 319.31846 90.992382) (xy 319.591423 90.719895) (xy 319.739332 90.363692) + (xy 319.739668 89.978001) (xy 319.739668 94.466206) (xy 319.598692 94.407668) (xy 319.213001 94.407332) (xy 318.85654 94.554618) + (xy 318.583577 94.827105) (xy 318.435668 95.183308) (xy 318.435332 95.568999) (xy 318.582618 95.92546) (xy 318.842156 96.185451) + (xy 318.654698 96.185288) (xy 318.204848 96.371162) (xy 317.860372 96.715038) (xy 317.673713 97.164563) (xy 317.673288 97.651302) + (xy 317.859162 98.101152) (xy 318.203038 98.445628) (xy 318.652563 98.632287) (xy 319.139302 98.632712) (xy 319.589152 98.446838) + (xy 319.933628 98.102962) (xy 320.120287 97.653437) (xy 320.120712 97.166698) (xy 319.934838 96.716848) (xy 319.590962 96.372372) + (xy 319.528917 96.346608) (xy 319.596999 96.346668) (xy 319.95346 96.199382) (xy 320.226423 95.926895) (xy 320.374332 95.570692) + (xy 320.374668 95.185001) (xy 320.374668 96.77694) (xy 320.213713 97.164563) (xy 320.213288 97.651302) (xy 320.399162 98.101152) + (xy 320.743038 98.445628) (xy 321.192563 98.632287) (xy 321.679302 98.632712) (xy 322.129152 98.446838) (xy 322.473628 98.102962) + (xy 322.660287 97.653437) (xy 322.660712 97.166698) (xy 322.660712 99.706698) (xy 322.474838 99.256848) (xy 322.130962 98.912372) + (xy 321.681437 98.725713) (xy 321.194698 98.725288) (xy 320.744848 98.911162) (xy 320.400372 99.255038) (xy 320.213713 99.704563) + (xy 320.213288 100.191302) (xy 320.399162 100.641152) (xy 320.743038 100.985628) (xy 321.192563 101.172287) (xy 321.679302 101.172712) + (xy 322.129152 100.986838) (xy 322.473628 100.642962) (xy 322.660287 100.193437) (xy 322.660712 99.706698) (xy 322.660712 103.176489) + (xy 322.646692 103.170668) (xy 322.261001 103.170332) (xy 321.90454 103.317618) (xy 321.644668 103.577036) (xy 321.644668 102.297001) + (xy 321.497382 101.94054) (xy 321.224895 101.667577) (xy 320.868692 101.519668) (xy 320.483001 101.519332) (xy 320.12654 101.666618) + (xy 320.120712 101.672435) (xy 320.120712 99.706698) (xy 319.934838 99.256848) (xy 319.590962 98.912372) (xy 319.141437 98.725713) + (xy 318.654698 98.725288) (xy 318.204848 98.911162) (xy 317.860372 99.255038) (xy 317.673713 99.704563) (xy 317.673288 100.191302) + (xy 317.859162 100.641152) (xy 318.203038 100.985628) (xy 318.652563 101.172287) (xy 319.139302 101.172712) (xy 319.589152 100.986838) + (xy 319.933628 100.642962) (xy 320.120287 100.193437) (xy 320.120712 99.706698) (xy 320.120712 101.672435) (xy 319.853577 101.939105) + (xy 319.705668 102.295308) (xy 319.705563 102.41471) (xy 319.36454 102.555618) (xy 319.091577 102.828105) (xy 318.943668 103.184308) + (xy 318.943332 103.569999) (xy 319.090618 103.92646) (xy 319.350266 104.186562) (xy 319.086001 104.186332) (xy 318.72954 104.333618) + (xy 318.456577 104.606105) (xy 318.308668 104.962308) (xy 318.308406 105.262082) (xy 318.195382 104.98854) (xy 317.922895 104.715577) + (xy 317.580712 104.573489) (xy 317.580712 99.706698) (xy 317.580712 97.166698) (xy 317.394838 96.716848) (xy 317.050962 96.372372) + (xy 316.601437 96.185713) (xy 316.114698 96.185288) (xy 315.664848 96.371162) (xy 315.320372 96.715038) (xy 315.133713 97.164563) + (xy 315.133288 97.651302) (xy 315.319162 98.101152) (xy 315.663038 98.445628) (xy 316.112563 98.632287) (xy 316.599302 98.632712) + (xy 317.049152 98.446838) (xy 317.393628 98.102962) (xy 317.580287 97.653437) (xy 317.580712 97.166698) (xy 317.580712 99.706698) + (xy 317.394838 99.256848) (xy 317.050962 98.912372) (xy 316.601437 98.725713) (xy 316.114698 98.725288) (xy 315.664848 98.911162) + (xy 315.320372 99.255038) (xy 315.133713 99.704563) (xy 315.133288 100.191302) (xy 315.319162 100.641152) (xy 315.504878 100.827192) + (xy 315.281577 101.050105) (xy 315.133668 101.406308) (xy 315.133332 101.791999) (xy 315.280618 102.14846) (xy 315.553105 102.421423) + (xy 315.909308 102.569332) (xy 316.294999 102.569668) (xy 316.65146 102.422382) (xy 316.924423 102.149895) (xy 317.072332 101.793692) + (xy 317.072668 101.408001) (xy 316.925382 101.05154) (xy 316.915797 101.041938) (xy 317.049152 100.986838) (xy 317.393628 100.642962) + (xy 317.580287 100.193437) (xy 317.580712 99.706698) (xy 317.580712 104.573489) (xy 317.566692 104.567668) (xy 317.181001 104.567332) + (xy 316.82454 104.714618) (xy 316.551577 104.987105) (xy 316.403668 105.343308) (xy 316.403332 105.728999) (xy 316.550618 106.08546) + (xy 316.823105 106.358423) (xy 317.179308 106.506332) (xy 317.564999 106.506668) (xy 317.92146 106.359382) (xy 318.194423 106.086895) + (xy 318.342332 105.730692) (xy 318.342593 105.430917) (xy 318.455618 105.70446) (xy 318.728105 105.977423) (xy 319.084308 106.125332) + (xy 319.469999 106.125668) (xy 319.82646 105.978382) (xy 320.099423 105.705895) (xy 320.247332 105.349692) (xy 320.247668 104.964001) + (xy 320.100382 104.60754) (xy 319.840733 104.347437) (xy 320.104999 104.347668) (xy 320.46146 104.200382) (xy 320.734423 103.927895) + (xy 320.882332 103.571692) (xy 320.882436 103.452289) (xy 321.22346 103.311382) (xy 321.496423 103.038895) (xy 321.644332 102.682692) + (xy 321.644668 102.297001) (xy 321.644668 103.577036) (xy 321.631577 103.590105) (xy 321.483668 103.946308) (xy 321.483332 104.331999) + (xy 321.630618 104.68846) (xy 321.653419 104.7113) (xy 321.631577 104.733105) (xy 321.483668 105.089308) (xy 321.483332 105.474999) + (xy 321.630618 105.83146) (xy 321.903105 106.104423) (xy 322.259308 106.252332) (xy 322.644999 106.252668) (xy 323.00146 106.105382) + (xy 323.162371 105.944751) (xy 323.283038 106.065628) (xy 323.732563 106.252287) (xy 324.219302 106.252712) (xy 324.669152 106.066838) + (xy 325.013628 105.722962) (xy 325.200287 105.273437) (xy 325.200712 104.786698) (xy 325.139932 104.6396) (xy 325.353906 104.6396) + (xy 325.293713 104.784563) (xy 325.293288 105.271302) (xy 325.479162 105.721152) (xy 325.823038 106.065628) (xy 326.272563 106.252287) + (xy 326.759302 106.252712) (xy 327.209152 106.066838) (xy 327.553628 105.722962) (xy 327.740287 105.273437) (xy 327.740712 104.786698) + (xy 327.679932 104.6396) (xy 329.565 104.6396) (xy 329.611625 104.630325) (xy 329.611288 105.017302) (xy 329.797162 105.467152) + (xy 330.141038 105.811628) (xy 330.590563 105.998287) (xy 331.077302 105.998712) (xy 331.527152 105.812838) (xy 331.871628 105.468962) + (xy 332.058287 105.019437) (xy 332.058712 104.532698) (xy 331.997932 104.3856) (xy 332.099454 104.3856) (xy 332.178912 104.465058) + (xy 332.151713 104.530563) (xy 332.151288 105.017302) (xy 332.337162 105.467152) (xy 332.681038 105.811628) (xy 333.130563 105.998287) + (xy 333.617302 105.998712) (xy 334.067152 105.812838) (xy 334.411628 105.468962) (xy 334.598287 105.019437) (xy 334.598712 104.532698) + (xy 334.598712 107.084377) (xy 334.425368 106.642014) (xy 334.398716 106.602128) (xy 334.181766 106.543589) (xy 334.146411 106.578944) + (xy 334.146411 106.508234) (xy 334.087872 106.291284) (xy 333.641849 106.096405) (xy 333.1552 106.087047) (xy 332.702014 106.264632) + (xy 332.662128 106.291284) (xy 332.603589 106.508234) (xy 333.375 107.279645) (xy 334.146411 106.508234) (xy 334.146411 106.578944) + (xy 333.410355 107.315) (xy 334.181766 108.086411) (xy 334.398716 108.027872) (xy 334.593595 107.581849) (xy 334.602953 107.0952) + (xy 334.602953 133.7394) (xy 334.598712 133.7394) (xy 334.598712 127.392698) (xy 334.598712 124.852698) (xy 334.598712 122.312698) + (xy 334.598712 119.772698) (xy 334.598712 117.232698) (xy 334.598712 114.692698) (xy 334.598712 112.152698) (xy 334.598712 109.612698) + (xy 334.412838 109.162848) (xy 334.146411 108.895956) (xy 334.146411 108.121766) (xy 333.375 107.350355) (xy 333.339645 107.38571) + (xy 333.339645 107.315) (xy 332.568234 106.543589) (xy 332.351284 106.602128) (xy 332.156405 107.048151) (xy 332.147047 107.5348) + (xy 332.324632 107.987986) (xy 332.351284 108.027872) (xy 332.568234 108.086411) (xy 333.339645 107.315) (xy 333.339645 107.38571) + (xy 332.603589 108.121766) (xy 332.662128 108.338716) (xy 333.108151 108.533595) (xy 333.5948 108.542953) (xy 334.047986 108.365368) + (xy 334.087872 108.338716) (xy 334.146411 108.121766) (xy 334.146411 108.895956) (xy 334.068962 108.818372) (xy 333.619437 108.631713) + (xy 333.132698 108.631288) (xy 332.682848 108.817162) (xy 332.338372 109.161038) (xy 332.151713 109.610563) (xy 332.151288 110.097302) + (xy 332.337162 110.547152) (xy 332.681038 110.891628) (xy 333.130563 111.078287) (xy 333.617302 111.078712) (xy 334.067152 110.892838) + (xy 334.411628 110.548962) (xy 334.598287 110.099437) (xy 334.598712 109.612698) (xy 334.598712 112.152698) (xy 334.412838 111.702848) + (xy 334.068962 111.358372) (xy 333.619437 111.171713) (xy 333.132698 111.171288) (xy 332.682848 111.357162) (xy 332.338372 111.701038) + (xy 332.151713 112.150563) (xy 332.151288 112.637302) (xy 332.337162 113.087152) (xy 332.681038 113.431628) (xy 333.130563 113.618287) + (xy 333.617302 113.618712) (xy 334.067152 113.432838) (xy 334.411628 113.088962) (xy 334.598287 112.639437) (xy 334.598712 112.152698) + (xy 334.598712 114.692698) (xy 334.412838 114.242848) (xy 334.068962 113.898372) (xy 333.619437 113.711713) (xy 333.132698 113.711288) + (xy 332.682848 113.897162) (xy 332.338372 114.241038) (xy 332.151713 114.690563) (xy 332.151288 115.177302) (xy 332.337162 115.627152) + (xy 332.681038 115.971628) (xy 333.130563 116.158287) (xy 333.617302 116.158712) (xy 334.067152 115.972838) (xy 334.411628 115.628962) + (xy 334.598287 115.179437) (xy 334.598712 114.692698) (xy 334.598712 117.232698) (xy 334.412838 116.782848) (xy 334.068962 116.438372) + (xy 333.619437 116.251713) (xy 333.132698 116.251288) (xy 332.682848 116.437162) (xy 332.338372 116.781038) (xy 332.151713 117.230563) + (xy 332.151288 117.717302) (xy 332.337162 118.167152) (xy 332.681038 118.511628) (xy 333.130563 118.698287) (xy 333.617302 118.698712) + (xy 334.067152 118.512838) (xy 334.411628 118.168962) (xy 334.598287 117.719437) (xy 334.598712 117.232698) (xy 334.598712 119.772698) + (xy 334.412838 119.322848) (xy 334.068962 118.978372) (xy 333.619437 118.791713) (xy 333.132698 118.791288) (xy 332.682848 118.977162) + (xy 332.338372 119.321038) (xy 332.151713 119.770563) (xy 332.151288 120.257302) (xy 332.337162 120.707152) (xy 332.681038 121.051628) + (xy 333.130563 121.238287) (xy 333.617302 121.238712) (xy 334.067152 121.052838) (xy 334.411628 120.708962) (xy 334.598287 120.259437) + (xy 334.598712 119.772698) (xy 334.598712 122.312698) (xy 334.412838 121.862848) (xy 334.068962 121.518372) (xy 333.619437 121.331713) + (xy 333.132698 121.331288) (xy 332.682848 121.517162) (xy 332.338372 121.861038) (xy 332.151713 122.310563) (xy 332.151288 122.797302) + (xy 332.337162 123.247152) (xy 332.681038 123.591628) (xy 333.130563 123.778287) (xy 333.617302 123.778712) (xy 334.067152 123.592838) + (xy 334.411628 123.248962) (xy 334.598287 122.799437) (xy 334.598712 122.312698) (xy 334.598712 124.852698) (xy 334.412838 124.402848) + (xy 334.068962 124.058372) (xy 333.619437 123.871713) (xy 333.132698 123.871288) (xy 332.682848 124.057162) (xy 332.338372 124.401038) + (xy 332.151713 124.850563) (xy 332.151288 125.337302) (xy 332.337162 125.787152) (xy 332.681038 126.131628) (xy 333.130563 126.318287) + (xy 333.617302 126.318712) (xy 334.067152 126.132838) (xy 334.411628 125.788962) (xy 334.598287 125.339437) (xy 334.598712 124.852698) + (xy 334.598712 127.392698) (xy 334.412838 126.942848) (xy 334.068962 126.598372) (xy 333.619437 126.411713) (xy 333.132698 126.411288) + (xy 332.682848 126.597162) (xy 332.338372 126.941038) (xy 332.168924 127.349113) (xy 332.165382 127.34054) (xy 332.062953 127.237932) + (xy 332.062953 107.0952) (xy 331.885368 106.642014) (xy 331.858716 106.602128) (xy 331.641766 106.543589) (xy 331.606411 106.578944) + (xy 331.606411 106.508234) (xy 331.547872 106.291284) (xy 331.101849 106.096405) (xy 330.6152 106.087047) (xy 330.162014 106.264632) + (xy 330.122128 106.291284) (xy 330.063589 106.508234) (xy 330.835 107.279645) (xy 331.606411 106.508234) (xy 331.606411 106.578944) + (xy 330.870355 107.315) (xy 331.641766 108.086411) (xy 331.858716 108.027872) (xy 332.053595 107.581849) (xy 332.062953 107.0952) + (xy 332.062953 127.237932) (xy 332.058712 127.233683) (xy 332.058712 124.852698) (xy 332.058712 122.312698) (xy 332.058712 119.772698) + (xy 332.058712 117.232698) (xy 332.058712 114.692698) (xy 332.058712 112.152698) (xy 332.058712 109.612698) (xy 331.872838 109.162848) + (xy 331.528962 108.818372) (xy 331.079437 108.631713) (xy 330.592698 108.631288) (xy 330.447939 108.6911) (xy 330.387382 108.54454) + (xy 330.228167 108.385047) (xy 330.568151 108.533595) (xy 331.0548 108.542953) (xy 331.507986 108.365368) (xy 331.547872 108.338716) + (xy 331.606411 108.121766) (xy 330.835 107.350355) (xy 330.799645 107.38571) (xy 330.799645 107.315) (xy 330.028234 106.543589) + (xy 329.811284 106.602128) (xy 329.616405 107.048151) (xy 329.607047 107.5348) (xy 329.784632 107.987986) (xy 329.811284 108.027872) + (xy 330.028234 108.086411) (xy 330.799645 107.315) (xy 330.799645 107.38571) (xy 330.063589 108.121766) (xy 330.102638 108.266487) + (xy 329.758692 108.123668) (xy 329.373001 108.123332) (xy 329.01654 108.270618) (xy 328.743577 108.543105) (xy 328.595668 108.899308) + (xy 328.595332 109.284999) (xy 328.742618 109.64146) (xy 329.015105 109.914423) (xy 329.371308 110.062332) (xy 329.611318 110.062541) + (xy 329.611288 110.097302) (xy 329.797162 110.547152) (xy 330.141038 110.891628) (xy 330.590563 111.078287) (xy 331.077302 111.078712) + (xy 331.527152 110.892838) (xy 331.871628 110.548962) (xy 332.058287 110.099437) (xy 332.058712 109.612698) (xy 332.058712 112.152698) + (xy 331.872838 111.702848) (xy 331.528962 111.358372) (xy 331.079437 111.171713) (xy 330.592698 111.171288) (xy 330.142848 111.357162) + (xy 329.798372 111.701038) (xy 329.611713 112.150563) (xy 329.611288 112.637302) (xy 329.797162 113.087152) (xy 330.141038 113.431628) + (xy 330.590563 113.618287) (xy 331.077302 113.618712) (xy 331.527152 113.432838) (xy 331.871628 113.088962) (xy 332.058287 112.639437) + (xy 332.058712 112.152698) (xy 332.058712 114.692698) (xy 331.872838 114.242848) (xy 331.528962 113.898372) (xy 331.079437 113.711713) + (xy 330.592698 113.711288) (xy 330.142848 113.897162) (xy 329.798372 114.241038) (xy 329.611713 114.690563) (xy 329.611288 115.177302) + (xy 329.797162 115.627152) (xy 330.141038 115.971628) (xy 330.590563 116.158287) (xy 331.077302 116.158712) (xy 331.527152 115.972838) + (xy 331.871628 115.628962) (xy 332.058287 115.179437) (xy 332.058712 114.692698) (xy 332.058712 117.232698) (xy 331.872838 116.782848) + (xy 331.528962 116.438372) (xy 331.079437 116.251713) (xy 330.592698 116.251288) (xy 330.142848 116.437162) (xy 329.798372 116.781038) + (xy 329.611713 117.230563) (xy 329.611288 117.717302) (xy 329.797162 118.167152) (xy 330.141038 118.511628) (xy 330.590563 118.698287) + (xy 331.077302 118.698712) (xy 331.527152 118.512838) (xy 331.871628 118.168962) (xy 332.058287 117.719437) (xy 332.058712 117.232698) + (xy 332.058712 119.772698) (xy 331.872838 119.322848) (xy 331.528962 118.978372) (xy 331.079437 118.791713) (xy 330.592698 118.791288) + (xy 330.142848 118.977162) (xy 329.798372 119.321038) (xy 329.611713 119.770563) (xy 329.611288 120.257302) (xy 329.797162 120.707152) + (xy 330.141038 121.051628) (xy 330.590563 121.238287) (xy 331.077302 121.238712) (xy 331.527152 121.052838) (xy 331.871628 120.708962) + (xy 332.058287 120.259437) (xy 332.058712 119.772698) (xy 332.058712 122.312698) (xy 331.872838 121.862848) (xy 331.528962 121.518372) + (xy 331.079437 121.331713) (xy 330.592698 121.331288) (xy 330.142848 121.517162) (xy 329.798372 121.861038) (xy 329.611713 122.310563) + (xy 329.611288 122.797302) (xy 329.797162 123.247152) (xy 330.141038 123.591628) (xy 330.590563 123.778287) (xy 331.077302 123.778712) + (xy 331.527152 123.592838) (xy 331.871628 123.248962) (xy 332.058287 122.799437) (xy 332.058712 122.312698) (xy 332.058712 124.852698) + (xy 331.872838 124.402848) (xy 331.528962 124.058372) (xy 331.079437 123.871713) (xy 330.592698 123.871288) (xy 330.142848 124.057162) + (xy 329.798372 124.401038) (xy 329.611713 124.850563) (xy 329.611288 125.337302) (xy 329.797162 125.787152) (xy 330.141038 126.131628) + (xy 330.590563 126.318287) (xy 331.077302 126.318712) (xy 331.527152 126.132838) (xy 331.871628 125.788962) (xy 332.058287 125.339437) + (xy 332.058712 124.852698) (xy 332.058712 127.233683) (xy 331.892895 127.067577) (xy 331.536692 126.919668) (xy 331.151001 126.919332) + (xy 330.79454 127.066618) (xy 330.521577 127.339105) (xy 330.373668 127.695308) (xy 330.373332 128.080999) (xy 330.520618 128.43746) + (xy 330.793105 128.710423) (xy 331.149308 128.858332) (xy 331.534999 128.858668) (xy 331.89146 128.711382) (xy 332.164423 128.438895) + (xy 332.274148 128.174647) (xy 332.337162 128.327152) (xy 332.681038 128.671628) (xy 333.130563 128.858287) (xy 333.617302 128.858712) + (xy 334.067152 128.672838) (xy 334.411628 128.328962) (xy 334.598287 127.879437) (xy 334.598712 127.392698) (xy 334.598712 133.7394) + (xy 332.439668 133.7394) (xy 332.439668 130.872001) (xy 332.292382 130.51554) (xy 332.019895 130.242577) (xy 331.663692 130.094668) + (xy 331.278001 130.094332) (xy 330.92154 130.241618) (xy 330.648577 130.514105) (xy 330.500668 130.870308) (xy 330.500332 131.255999) + (xy 330.647618 131.61246) (xy 330.920105 131.885423) (xy 331.276308 132.033332) (xy 331.661999 132.033668) (xy 332.01846 131.886382) + (xy 332.291423 131.613895) (xy 332.439332 131.257692) (xy 332.439668 130.872001) (xy 332.439668 133.7394) (xy 330.026668 133.7394) + (xy 330.026668 127.697001) (xy 329.879382 127.34054) (xy 329.606895 127.067577) (xy 329.264668 126.925471) (xy 329.264668 112.330001) + (xy 329.117382 111.97354) (xy 328.844895 111.700577) (xy 328.488692 111.552668) (xy 328.103001 111.552332) (xy 327.74654 111.699618) + (xy 327.740712 111.705435) (xy 327.740712 109.866698) (xy 327.740712 107.326698) (xy 327.554838 106.876848) (xy 327.210962 106.532372) + (xy 326.761437 106.345713) (xy 326.274698 106.345288) (xy 325.824848 106.531162) (xy 325.480372 106.875038) (xy 325.293713 107.324563) + (xy 325.293288 107.811302) (xy 325.479162 108.261152) (xy 325.823038 108.605628) (xy 326.272563 108.792287) (xy 326.759302 108.792712) + (xy 327.209152 108.606838) (xy 327.553628 108.262962) (xy 327.740287 107.813437) (xy 327.740712 107.326698) (xy 327.740712 109.866698) + (xy 327.554838 109.416848) (xy 327.210962 109.072372) (xy 326.761437 108.885713) (xy 326.274698 108.885288) (xy 325.824848 109.071162) + (xy 325.480372 109.415038) (xy 325.293713 109.864563) (xy 325.293288 110.351302) (xy 325.479162 110.801152) (xy 325.823038 111.145628) + (xy 326.272563 111.332287) (xy 326.759302 111.332712) (xy 327.209152 111.146838) (xy 327.553628 110.802962) (xy 327.740287 110.353437) + (xy 327.740712 109.866698) (xy 327.740712 111.705435) (xy 327.516234 111.929522) (xy 327.323766 111.877589) (xy 327.288411 111.912944) + (xy 327.288411 111.842234) (xy 327.229872 111.625284) (xy 326.783849 111.430405) (xy 326.2972 111.421047) (xy 325.844014 111.598632) + (xy 325.804128 111.625284) (xy 325.745589 111.842234) (xy 326.517 112.613645) (xy 327.288411 111.842234) (xy 327.288411 111.912944) + (xy 326.552355 112.649) (xy 326.566497 112.663142) (xy 326.531142 112.698497) (xy 326.517 112.684355) (xy 326.481645 112.71971) + (xy 326.481645 112.649) (xy 325.710234 111.877589) (xy 325.493284 111.936128) (xy 325.298405 112.382151) (xy 325.289047 112.8688) + (xy 325.466632 113.321986) (xy 325.493284 113.361872) (xy 325.710234 113.420411) (xy 326.481645 112.649) (xy 326.481645 112.71971) + (xy 325.745589 113.455766) (xy 325.804128 113.672716) (xy 326.250151 113.867595) (xy 326.7368 113.876953) (xy 326.947128 113.794533) + (xy 326.859193 114.006304) (xy 326.761437 113.965713) (xy 326.274698 113.965288) (xy 325.824848 114.151162) (xy 325.480372 114.495038) + (xy 325.293713 114.944563) (xy 325.293288 115.431302) (xy 325.479162 115.881152) (xy 325.823038 116.225628) (xy 326.272563 116.412287) + (xy 326.759302 116.412712) (xy 327.209152 116.226838) (xy 327.553628 115.882962) (xy 327.740287 115.433437) (xy 327.74043 115.26946) + (xy 327.978999 115.269668) (xy 328.33546 115.122382) (xy 328.608423 114.849895) (xy 328.756332 114.493692) (xy 328.756668 114.108001) + (xy 328.609382 113.75154) (xy 328.349843 113.491548) (xy 328.486999 113.491668) (xy 328.84346 113.344382) (xy 329.116423 113.071895) + (xy 329.264332 112.715692) (xy 329.264668 112.330001) (xy 329.264668 126.925471) (xy 329.250692 126.919668) (xy 328.865001 126.919332) + (xy 328.50854 127.066618) (xy 328.235577 127.339105) (xy 328.087668 127.695308) (xy 328.087332 128.080999) (xy 328.234618 128.43746) + (xy 328.507105 128.710423) (xy 328.863308 128.858332) (xy 329.248999 128.858668) (xy 329.60546 128.711382) (xy 329.878423 128.438895) + (xy 330.026332 128.082692) (xy 330.026668 127.697001) (xy 330.026668 133.7394) (xy 327.994668 133.7394) (xy 327.994668 131.888001) + (xy 327.847382 131.53154) (xy 327.740712 131.424683) (xy 327.740712 125.106698) (xy 327.740712 122.566698) (xy 327.740712 120.026698) + (xy 327.740712 117.486698) (xy 327.554838 117.036848) (xy 327.210962 116.692372) (xy 326.761437 116.505713) (xy 326.274698 116.505288) + (xy 325.824848 116.691162) (xy 325.480372 117.035038) (xy 325.293713 117.484563) (xy 325.293288 117.971302) (xy 325.479162 118.421152) + (xy 325.823038 118.765628) (xy 326.272563 118.952287) (xy 326.759302 118.952712) (xy 327.209152 118.766838) (xy 327.553628 118.422962) + (xy 327.740287 117.973437) (xy 327.740712 117.486698) (xy 327.740712 120.026698) (xy 327.554838 119.576848) (xy 327.210962 119.232372) + (xy 326.761437 119.045713) (xy 326.274698 119.045288) (xy 325.824848 119.231162) (xy 325.480372 119.575038) (xy 325.293713 120.024563) + (xy 325.293288 120.511302) (xy 325.479162 120.961152) (xy 325.823038 121.305628) (xy 326.272563 121.492287) (xy 326.759302 121.492712) + (xy 327.209152 121.306838) (xy 327.553628 120.962962) (xy 327.740287 120.513437) (xy 327.740712 120.026698) (xy 327.740712 122.566698) + (xy 327.554838 122.116848) (xy 327.210962 121.772372) (xy 326.761437 121.585713) (xy 326.274698 121.585288) (xy 325.824848 121.771162) + (xy 325.480372 122.115038) (xy 325.293713 122.564563) (xy 325.293288 123.051302) (xy 325.479162 123.501152) (xy 325.823038 123.845628) + (xy 326.272563 124.032287) (xy 326.759302 124.032712) (xy 327.209152 123.846838) (xy 327.553628 123.502962) (xy 327.740287 123.053437) + (xy 327.740712 122.566698) (xy 327.740712 125.106698) (xy 327.554838 124.656848) (xy 327.210962 124.312372) (xy 326.761437 124.125713) + (xy 326.274698 124.125288) (xy 325.824848 124.311162) (xy 325.480372 124.655038) (xy 325.293713 125.104563) (xy 325.293288 125.591302) + (xy 325.479162 126.041152) (xy 325.823038 126.385628) (xy 326.272563 126.572287) (xy 326.759302 126.572712) (xy 327.209152 126.386838) + (xy 327.553628 126.042962) (xy 327.740287 125.593437) (xy 327.740712 125.106698) (xy 327.740712 131.424683) (xy 327.574895 131.258577) + (xy 327.218692 131.110668) (xy 326.833001 131.110332) (xy 326.47654 131.257618) (xy 326.203577 131.530105) (xy 326.055668 131.886308) + (xy 326.055332 132.271999) (xy 326.202618 132.62846) (xy 326.475105 132.901423) (xy 326.831308 133.049332) (xy 327.216999 133.049668) + (xy 327.57346 132.902382) (xy 327.846423 132.629895) (xy 327.994332 132.273692) (xy 327.994668 131.888001) (xy 327.994668 133.7394) + (xy 325.204953 133.7394) (xy 325.204953 114.9692) (xy 325.204953 112.4292) (xy 325.200712 112.418377) (xy 325.200712 109.866698) + (xy 325.200712 107.326698) (xy 325.014838 106.876848) (xy 324.670962 106.532372) (xy 324.221437 106.345713) (xy 323.734698 106.345288) + (xy 323.284848 106.531162) (xy 322.940372 106.875038) (xy 322.753713 107.324563) (xy 322.753288 107.811302) (xy 322.939162 108.261152) + (xy 323.283038 108.605628) (xy 323.732563 108.792287) (xy 324.219302 108.792712) (xy 324.669152 108.606838) (xy 325.013628 108.262962) + (xy 325.200287 107.813437) (xy 325.200712 107.326698) (xy 325.200712 109.866698) (xy 325.014838 109.416848) (xy 324.670962 109.072372) + (xy 324.221437 108.885713) (xy 323.734698 108.885288) (xy 323.284848 109.071162) (xy 322.940372 109.415038) (xy 322.753713 109.864563) + (xy 322.753288 110.351302) (xy 322.939162 110.801152) (xy 323.283038 111.145628) (xy 323.732563 111.332287) (xy 324.219302 111.332712) + (xy 324.669152 111.146838) (xy 325.013628 110.802962) (xy 325.200287 110.353437) (xy 325.200712 109.866698) (xy 325.200712 112.418377) + (xy 325.027368 111.976014) (xy 325.000716 111.936128) (xy 324.783766 111.877589) (xy 324.748411 111.912944) (xy 324.748411 111.842234) + (xy 324.689872 111.625284) (xy 324.243849 111.430405) (xy 323.7572 111.421047) (xy 323.304014 111.598632) (xy 323.264128 111.625284) + (xy 323.205589 111.842234) (xy 323.977 112.613645) (xy 324.748411 111.842234) (xy 324.748411 111.912944) (xy 324.012355 112.649) + (xy 324.783766 113.420411) (xy 325.000716 113.361872) (xy 325.195595 112.915849) (xy 325.204953 112.4292) (xy 325.204953 114.9692) + (xy 325.027368 114.516014) (xy 325.000716 114.476128) (xy 324.783766 114.417589) (xy 324.748411 114.452944) (xy 324.748411 114.382234) + (xy 324.748411 113.455766) (xy 323.977 112.684355) (xy 323.941645 112.71971) (xy 323.941645 112.649) (xy 323.170234 111.877589) + (xy 322.953284 111.936128) (xy 322.758405 112.382151) (xy 322.749047 112.8688) (xy 322.926632 113.321986) (xy 322.953284 113.361872) + (xy 323.170234 113.420411) (xy 323.941645 112.649) (xy 323.941645 112.71971) (xy 323.205589 113.455766) (xy 323.264128 113.672716) + (xy 323.710151 113.867595) (xy 324.1968 113.876953) (xy 324.649986 113.699368) (xy 324.689872 113.672716) (xy 324.748411 113.455766) + (xy 324.748411 114.382234) (xy 324.689872 114.165284) (xy 324.243849 113.970405) (xy 323.7572 113.961047) (xy 323.304014 114.138632) + (xy 323.264128 114.165284) (xy 323.205589 114.382234) (xy 323.977 115.153645) (xy 324.748411 114.382234) (xy 324.748411 114.452944) + (xy 324.012355 115.189) (xy 324.783766 115.960411) (xy 325.000716 115.901872) (xy 325.195595 115.455849) (xy 325.204953 114.9692) + (xy 325.204953 133.7394) (xy 325.200712 133.7394) (xy 325.200712 127.646698) (xy 325.200712 125.106698) (xy 325.200712 122.566698) + (xy 325.200712 120.026698) (xy 325.200712 117.486698) (xy 325.014838 117.036848) (xy 324.748411 116.769956) (xy 324.748411 115.995766) + (xy 323.977 115.224355) (xy 323.941645 115.25971) (xy 323.941645 115.189) (xy 323.170234 114.417589) (xy 322.953284 114.476128) + (xy 322.758405 114.922151) (xy 322.749047 115.4088) (xy 322.926632 115.861986) (xy 322.953284 115.901872) (xy 323.170234 115.960411) + (xy 323.941645 115.189) (xy 323.941645 115.25971) (xy 323.205589 115.995766) (xy 323.264128 116.212716) (xy 323.710151 116.407595) + (xy 324.1968 116.416953) (xy 324.649986 116.239368) (xy 324.689872 116.212716) (xy 324.748411 115.995766) (xy 324.748411 116.769956) + (xy 324.670962 116.692372) (xy 324.221437 116.505713) (xy 323.734698 116.505288) (xy 323.284848 116.691162) (xy 322.940372 117.035038) + (xy 322.753713 117.484563) (xy 322.753288 117.971302) (xy 322.939162 118.421152) (xy 323.283038 118.765628) (xy 323.732563 118.952287) + (xy 324.219302 118.952712) (xy 324.669152 118.766838) (xy 325.013628 118.422962) (xy 325.200287 117.973437) (xy 325.200712 117.486698) + (xy 325.200712 120.026698) (xy 325.014838 119.576848) (xy 324.670962 119.232372) (xy 324.221437 119.045713) (xy 323.734698 119.045288) + (xy 323.284848 119.231162) (xy 322.940372 119.575038) (xy 322.753713 120.024563) (xy 322.753288 120.511302) (xy 322.939162 120.961152) + (xy 323.283038 121.305628) (xy 323.732563 121.492287) (xy 324.219302 121.492712) (xy 324.669152 121.306838) (xy 325.013628 120.962962) + (xy 325.200287 120.513437) (xy 325.200712 120.026698) (xy 325.200712 122.566698) (xy 325.014838 122.116848) (xy 324.670962 121.772372) + (xy 324.221437 121.585713) (xy 323.734698 121.585288) (xy 323.284848 121.771162) (xy 322.940372 122.115038) (xy 322.753713 122.564563) + (xy 322.753288 123.051302) (xy 322.939162 123.501152) (xy 323.283038 123.845628) (xy 323.732563 124.032287) (xy 324.219302 124.032712) + (xy 324.669152 123.846838) (xy 325.013628 123.502962) (xy 325.200287 123.053437) (xy 325.200712 122.566698) (xy 325.200712 125.106698) + (xy 325.014838 124.656848) (xy 324.670962 124.312372) (xy 324.221437 124.125713) (xy 323.734698 124.125288) (xy 323.284848 124.311162) + (xy 322.940372 124.655038) (xy 322.753713 125.104563) (xy 322.753288 125.591302) (xy 322.939162 126.041152) (xy 323.283038 126.385628) + (xy 323.732563 126.572287) (xy 324.219302 126.572712) (xy 324.669152 126.386838) (xy 325.013628 126.042962) (xy 325.200287 125.593437) + (xy 325.200712 125.106698) (xy 325.200712 127.646698) (xy 325.014838 127.196848) (xy 324.670962 126.852372) (xy 324.221437 126.665713) + (xy 323.734698 126.665288) (xy 323.284848 126.851162) (xy 322.940372 127.195038) (xy 322.753713 127.644563) (xy 322.753288 128.131302) + (xy 322.939162 128.581152) (xy 323.283038 128.925628) (xy 323.732563 129.112287) (xy 324.219302 129.112712) (xy 324.669152 128.926838) + (xy 325.013628 128.582962) (xy 325.200287 128.133437) (xy 325.200712 127.646698) (xy 325.200712 133.7394) (xy 324.692668 133.7394) + (xy 324.692668 130.110001) (xy 324.545382 129.75354) (xy 324.272895 129.480577) (xy 323.916692 129.332668) (xy 323.531001 129.332332) + (xy 323.17454 129.479618) (xy 322.901577 129.752105) (xy 322.753668 130.108308) (xy 322.753332 130.493999) (xy 322.900618 130.85046) + (xy 323.173105 131.123423) (xy 323.529308 131.271332) (xy 323.914999 131.271668) (xy 324.27146 131.124382) (xy 324.544423 130.851895) + (xy 324.692332 130.495692) (xy 324.692668 130.110001) (xy 324.692668 133.7394) (xy 322.660712 133.7394) (xy 322.660712 127.646698) + (xy 322.660712 125.106698) (xy 322.474838 124.656848) (xy 322.406668 124.588559) (xy 322.406668 121.855001) (xy 322.406668 116.521001) + (xy 322.259382 116.16454) (xy 321.986895 115.891577) (xy 321.630692 115.743668) (xy 321.245001 115.743332) (xy 320.945854 115.866936) + (xy 320.716895 115.637577) (xy 320.360692 115.489668) (xy 319.975001 115.489332) (xy 319.61854 115.636618) (xy 319.358668 115.896036) + (xy 319.358668 109.155001) (xy 319.211382 108.79854) (xy 318.938895 108.525577) (xy 318.582692 108.377668) (xy 318.197001 108.377332) + (xy 317.84054 108.524618) (xy 317.567577 108.797105) (xy 317.419668 109.153308) (xy 317.419332 109.538999) (xy 317.566618 109.89546) + (xy 317.839105 110.168423) (xy 318.195308 110.316332) (xy 318.580999 110.316668) (xy 318.93746 110.169382) (xy 319.210423 109.896895) + (xy 319.358332 109.540692) (xy 319.358668 109.155001) (xy 319.358668 115.896036) (xy 319.345577 115.909105) (xy 319.197668 116.265308) + (xy 319.197332 116.650999) (xy 319.344618 117.00746) (xy 319.617105 117.280423) (xy 319.973308 117.428332) (xy 320.358999 117.428668) + (xy 320.658145 117.305063) (xy 320.887105 117.534423) (xy 321.243308 117.682332) (xy 321.628999 117.682668) (xy 321.98546 117.535382) + (xy 322.258423 117.262895) (xy 322.406332 116.906692) (xy 322.406668 116.521001) (xy 322.406668 121.855001) (xy 322.259382 121.49854) + (xy 321.986895 121.225577) (xy 321.630692 121.077668) (xy 321.245001 121.077332) (xy 320.88854 121.224618) (xy 320.615577 121.497105) + (xy 320.467668 121.853308) (xy 320.467332 122.238999) (xy 320.614618 122.59546) (xy 320.887105 122.868423) (xy 321.243308 123.016332) + (xy 321.628999 123.016668) (xy 321.98546 122.869382) (xy 322.258423 122.596895) (xy 322.406332 122.240692) (xy 322.406668 121.855001) + (xy 322.406668 124.588559) (xy 322.130962 124.312372) (xy 321.681437 124.125713) (xy 321.194698 124.125288) (xy 320.744848 124.311162) + (xy 320.400372 124.655038) (xy 320.213713 125.104563) (xy 320.213288 125.591302) (xy 320.399162 126.041152) (xy 320.743038 126.385628) + (xy 321.192563 126.572287) (xy 321.679302 126.572712) (xy 322.129152 126.386838) (xy 322.473628 126.042962) (xy 322.660287 125.593437) + (xy 322.660712 125.106698) (xy 322.660712 127.646698) (xy 322.474838 127.196848) (xy 322.130962 126.852372) (xy 321.681437 126.665713) + (xy 321.194698 126.665288) (xy 320.744848 126.851162) (xy 320.400372 127.195038) (xy 320.213713 127.644563) (xy 320.213288 128.131302) + (xy 320.399162 128.581152) (xy 320.743038 128.925628) (xy 321.192563 129.112287) (xy 321.679302 129.112712) (xy 322.129152 128.926838) + (xy 322.473628 128.582962) (xy 322.660287 128.133437) (xy 322.660712 127.646698) (xy 322.660712 133.7394) (xy 320.120712 133.7394) + (xy 320.120712 127.646698) (xy 320.120712 125.106698) (xy 319.934838 124.656848) (xy 319.590962 124.312372) (xy 319.141437 124.125713) + (xy 318.654698 124.125288) (xy 318.204848 124.311162) (xy 317.860372 124.655038) (xy 317.673713 125.104563) (xy 317.673288 125.591302) + (xy 317.859162 126.041152) (xy 318.203038 126.385628) (xy 318.652563 126.572287) (xy 319.139302 126.572712) (xy 319.589152 126.386838) + (xy 319.933628 126.042962) (xy 320.120287 125.593437) (xy 320.120712 125.106698) (xy 320.120712 127.646698) (xy 319.934838 127.196848) + (xy 319.590962 126.852372) (xy 319.141437 126.665713) (xy 318.654698 126.665288) (xy 318.204848 126.851162) (xy 317.860372 127.195038) + (xy 317.673713 127.644563) (xy 317.673288 128.131302) (xy 317.859162 128.581152) (xy 318.203038 128.925628) (xy 318.652563 129.112287) + (xy 319.139302 129.112712) (xy 319.589152 128.926838) (xy 319.933628 128.582962) (xy 320.120287 128.133437) (xy 320.120712 127.646698) + (xy 320.120712 133.7394) (xy 317.580712 133.7394) (xy 317.580712 127.646698) (xy 317.580712 125.106698) (xy 317.394838 124.656848) + (xy 317.326668 124.588559) (xy 317.326668 118.553001) (xy 317.179382 118.19654) (xy 316.906895 117.923577) (xy 316.550692 117.775668) + (xy 316.165001 117.775332) (xy 315.80854 117.922618) (xy 315.535577 118.195105) (xy 315.387668 118.551308) (xy 315.387332 118.936999) + (xy 315.534618 119.29346) (xy 315.807105 119.566423) (xy 316.163308 119.714332) (xy 316.548999 119.714668) (xy 316.90546 119.567382) + (xy 317.178423 119.294895) (xy 317.326332 118.938692) (xy 317.326668 118.553001) (xy 317.326668 124.588559) (xy 317.050962 124.312372) + (xy 316.601437 124.125713) (xy 316.114698 124.125288) (xy 315.664848 124.311162) (xy 315.320372 124.655038) (xy 315.133713 125.104563) + (xy 315.133288 125.591302) (xy 315.319162 126.041152) (xy 315.663038 126.385628) (xy 316.112563 126.572287) (xy 316.599302 126.572712) + (xy 317.049152 126.386838) (xy 317.393628 126.042962) (xy 317.580287 125.593437) (xy 317.580712 125.106698) (xy 317.580712 127.646698) + (xy 317.394838 127.196848) (xy 317.050962 126.852372) (xy 316.601437 126.665713) (xy 316.114698 126.665288) (xy 315.664848 126.851162) + (xy 315.320372 127.195038) (xy 315.133713 127.644563) (xy 315.133288 128.131302) (xy 315.319162 128.581152) (xy 315.663038 128.925628) + (xy 316.112563 129.112287) (xy 316.599302 129.112712) (xy 317.049152 128.926838) (xy 317.393628 128.582962) (xy 317.580287 128.133437) + (xy 317.580712 127.646698) (xy 317.580712 133.7394) (xy 316.564668 133.7394) (xy 316.564668 132.523001) (xy 316.417382 132.16654) + (xy 316.144895 131.893577) (xy 315.788692 131.745668) (xy 315.403001 131.745332) (xy 315.04654 131.892618) (xy 315.044953 131.894202) + (xy 315.044953 127.6692) (xy 315.044953 99.7292) (xy 315.044953 97.1892) (xy 314.867368 96.736014) (xy 314.840716 96.696128) + (xy 314.623766 96.637589) (xy 314.588411 96.672944) (xy 314.588411 96.602234) (xy 314.529872 96.385284) (xy 314.083849 96.190405) + (xy 313.5972 96.181047) (xy 313.144014 96.358632) (xy 313.104128 96.385284) (xy 313.045589 96.602234) (xy 313.817 97.373645) + (xy 314.588411 96.602234) (xy 314.588411 96.672944) (xy 313.852355 97.409) (xy 314.623766 98.180411) (xy 314.840716 98.121872) + (xy 315.035595 97.675849) (xy 315.044953 97.1892) (xy 315.044953 99.7292) (xy 314.867368 99.276014) (xy 314.840716 99.236128) + (xy 314.623766 99.177589) (xy 314.588411 99.212944) (xy 314.588411 99.142234) (xy 314.588411 98.215766) (xy 313.817 97.444355) + (xy 313.781645 97.47971) (xy 313.781645 97.409) (xy 313.010234 96.637589) (xy 312.793284 96.696128) (xy 312.598405 97.142151) + (xy 312.589047 97.6288) (xy 312.766632 98.081986) (xy 312.793284 98.121872) (xy 313.010234 98.180411) (xy 313.781645 97.409) + (xy 313.781645 97.47971) (xy 313.045589 98.215766) (xy 313.104128 98.432716) (xy 313.550151 98.627595) (xy 314.0368 98.636953) + (xy 314.489986 98.459368) (xy 314.529872 98.432716) (xy 314.588411 98.215766) (xy 314.588411 99.142234) (xy 314.529872 98.925284) + (xy 314.083849 98.730405) (xy 313.5972 98.721047) (xy 313.144014 98.898632) (xy 313.104128 98.925284) (xy 313.045589 99.142234) + (xy 313.817 99.913645) (xy 314.588411 99.142234) (xy 314.588411 99.212944) (xy 313.852355 99.949) (xy 314.623766 100.720411) + (xy 314.840716 100.661872) (xy 315.035595 100.215849) (xy 315.044953 99.7292) (xy 315.044953 127.6692) (xy 315.040712 127.658377) + (xy 315.040712 125.106698) (xy 314.854838 124.656848) (xy 314.588411 124.389956) (xy 314.588411 100.755766) (xy 313.817 99.984355) + (xy 313.781645 100.01971) (xy 313.781645 99.949) (xy 313.010234 99.177589) (xy 312.793284 99.236128) (xy 312.598405 99.682151) + (xy 312.589047 100.1688) (xy 312.766632 100.621986) (xy 312.793284 100.661872) (xy 313.010234 100.720411) (xy 313.781645 99.949) + (xy 313.781645 100.01971) (xy 313.045589 100.755766) (xy 313.104128 100.972716) (xy 313.550151 101.167595) (xy 314.0368 101.176953) + (xy 314.489986 100.999368) (xy 314.529872 100.972716) (xy 314.588411 100.755766) (xy 314.588411 124.389956) (xy 314.510962 124.312372) + (xy 314.061437 124.125713) (xy 313.574698 124.125288) (xy 313.135668 124.306691) (xy 313.135668 106.615001) (xy 312.988382 106.25854) + (xy 312.715895 105.985577) (xy 312.500712 105.896224) (xy 312.500712 99.706698) (xy 312.500712 97.166698) (xy 312.314838 96.716848) + (xy 311.970962 96.372372) (xy 311.521437 96.185713) (xy 311.034698 96.185288) (xy 310.584848 96.371162) (xy 310.240372 96.715038) + (xy 310.053713 97.164563) (xy 310.053288 97.651302) (xy 310.239162 98.101152) (xy 310.583038 98.445628) (xy 311.032563 98.632287) + (xy 311.519302 98.632712) (xy 311.969152 98.446838) (xy 312.313628 98.102962) (xy 312.500287 97.653437) (xy 312.500712 97.166698) + (xy 312.500712 99.706698) (xy 312.314838 99.256848) (xy 311.970962 98.912372) (xy 311.521437 98.725713) (xy 311.034698 98.725288) + (xy 310.584848 98.911162) (xy 310.240372 99.255038) (xy 310.053713 99.704563) (xy 310.053288 100.191302) (xy 310.239162 100.641152) + (xy 310.583038 100.985628) (xy 311.032563 101.172287) (xy 311.519302 101.172712) (xy 311.969152 100.986838) (xy 312.313628 100.642962) + (xy 312.500287 100.193437) (xy 312.500712 99.706698) (xy 312.500712 105.896224) (xy 312.359692 105.837668) (xy 311.974001 105.837332) + (xy 311.61754 105.984618) (xy 311.344577 106.257105) (xy 311.196668 106.613308) (xy 311.196332 106.998999) (xy 311.201595 107.011738) + (xy 310.937895 106.747577) (xy 310.581692 106.599668) (xy 310.196001 106.599332) (xy 309.960712 106.69655) (xy 309.960712 99.706698) + (xy 309.960712 97.166698) (xy 309.774838 96.716848) (xy 309.430962 96.372372) (xy 308.981437 96.185713) (xy 308.494698 96.185288) + (xy 308.044848 96.371162) (xy 307.700372 96.715038) (xy 307.513713 97.164563) (xy 307.513288 97.651302) (xy 307.699162 98.101152) + (xy 308.043038 98.445628) (xy 308.492563 98.632287) (xy 308.979302 98.632712) (xy 309.429152 98.446838) (xy 309.773628 98.102962) + (xy 309.960287 97.653437) (xy 309.960712 97.166698) (xy 309.960712 99.706698) (xy 309.774838 99.256848) (xy 309.430962 98.912372) + (xy 308.981437 98.725713) (xy 308.494698 98.725288) (xy 308.044848 98.911162) (xy 307.700372 99.255038) (xy 307.513713 99.704563) + (xy 307.513288 100.191302) (xy 307.699162 100.641152) (xy 308.043038 100.985628) (xy 308.492563 101.172287) (xy 308.979302 101.172712) + (xy 309.429152 100.986838) (xy 309.773628 100.642962) (xy 309.960287 100.193437) (xy 309.960712 99.706698) (xy 309.960712 106.69655) + (xy 309.83954 106.746618) (xy 309.635365 106.950436) (xy 309.559382 106.76654) (xy 309.286895 106.493577) (xy 308.930692 106.345668) + (xy 308.545001 106.345332) (xy 308.18854 106.492618) (xy 308.182668 106.498479) (xy 308.182668 105.853001) (xy 308.035382 105.49654) + (xy 307.762895 105.223577) (xy 307.420712 105.081489) (xy 307.420712 99.706698) (xy 307.420712 97.166698) (xy 307.234838 96.716848) + (xy 306.890962 96.372372) (xy 306.441437 96.185713) (xy 305.954698 96.185288) (xy 305.515668 96.366691) (xy 305.515668 80.580001) + (xy 305.368382 80.22354) (xy 305.095895 79.950577) (xy 304.739692 79.802668) (xy 304.354001 79.802332) (xy 303.99754 79.949618) + (xy 303.724577 80.222105) (xy 303.576668 80.578308) (xy 303.576332 80.963999) (xy 303.723618 81.32046) (xy 303.996105 81.593423) + (xy 304.352308 81.741332) (xy 304.737999 81.741668) (xy 305.09446 81.594382) (xy 305.367423 81.321895) (xy 305.515332 80.965692) + (xy 305.515668 80.580001) (xy 305.515668 96.366691) (xy 305.504848 96.371162) (xy 305.388668 96.487139) (xy 305.388668 93.788001) + (xy 305.241382 93.43154) (xy 304.968895 93.158577) (xy 304.612692 93.010668) (xy 304.227001 93.010332) (xy 303.87054 93.157618) + (xy 303.847588 93.180529) (xy 303.698895 93.031577) (xy 303.342692 92.883668) (xy 302.957001 92.883332) (xy 302.60054 93.030618) + (xy 302.327577 93.303105) (xy 302.323673 93.312505) (xy 302.320382 93.30454) (xy 302.047895 93.031577) (xy 301.832668 92.942206) + (xy 301.832668 89.089001) (xy 301.685382 88.73254) (xy 301.472081 88.518866) (xy 301.684423 88.306895) (xy 301.832332 87.950692) + (xy 301.832668 87.565001) (xy 301.685382 87.20854) (xy 301.412895 86.935577) (xy 301.250191 86.868016) (xy 301.41146 86.801382) + (xy 301.684423 86.528895) (xy 301.832332 86.172692) (xy 301.832668 85.787001) (xy 301.685382 85.43054) (xy 301.412895 85.157577) + (xy 301.403494 85.153673) (xy 301.41146 85.150382) (xy 301.684423 84.877895) (xy 301.832332 84.521692) (xy 301.832668 84.136001) + (xy 301.685382 83.77954) (xy 301.412895 83.506577) (xy 301.197668 83.417206) (xy 301.197668 80.656201) (xy 301.050382 80.29974) + (xy 300.777895 80.026777) (xy 300.689668 79.990141) (xy 300.689668 76.897001) (xy 300.542382 76.54054) (xy 300.269895 76.267577) + (xy 299.913692 76.119668) (xy 299.528001 76.119332) (xy 299.34029 76.196892) (xy 299.272382 76.03254) (xy 299.16892 75.928898) + (xy 299.292332 75.631692) (xy 299.292668 75.246001) (xy 299.145382 74.88954) (xy 298.872895 74.616577) (xy 298.516692 74.468668) + (xy 298.131001 74.468332) (xy 297.77454 74.615618) (xy 297.501577 74.888105) (xy 297.353668 75.244308) (xy 297.353332 75.629999) + (xy 297.500618 75.98646) (xy 297.604079 76.090101) (xy 297.480668 76.387308) (xy 297.480332 76.772999) (xy 297.627618 77.12946) + (xy 297.900105 77.402423) (xy 298.062808 77.469983) (xy 297.90154 77.536618) (xy 297.628577 77.809105) (xy 297.480668 78.165308) + (xy 297.480332 78.550999) (xy 297.627618 78.90746) (xy 297.900105 79.180423) (xy 298.256308 79.328332) (xy 298.641999 79.328668) + (xy 298.99846 79.181382) (xy 299.0213 79.15858) (xy 299.043105 79.180423) (xy 299.399308 79.328332) (xy 299.784999 79.328668) + (xy 300.14146 79.181382) (xy 300.414423 78.908895) (xy 300.562332 78.552692) (xy 300.562668 78.167001) (xy 300.415382 77.81054) + (xy 300.39247 77.787588) (xy 300.541423 77.638895) (xy 300.689332 77.282692) (xy 300.689668 76.897001) (xy 300.689668 79.990141) + (xy 300.421692 79.878868) (xy 300.036001 79.878532) (xy 299.67954 80.025818) (xy 299.618465 80.086785) (xy 299.482495 79.950577) + (xy 299.126292 79.802668) (xy 298.740601 79.802332) (xy 298.38414 79.949618) (xy 298.111177 80.222105) (xy 297.963268 80.578308) + (xy 297.962932 80.963999) (xy 298.110218 81.32046) (xy 298.382705 81.593423) (xy 298.738908 81.741332) (xy 299.124599 81.741668) + (xy 299.48106 81.594382) (xy 299.542134 81.533414) (xy 299.678105 81.669623) (xy 300.034308 81.817532) (xy 300.419999 81.817868) + (xy 300.77646 81.670582) (xy 301.049423 81.398095) (xy 301.197332 81.041892) (xy 301.197668 80.656201) (xy 301.197668 83.417206) + (xy 301.056692 83.358668) (xy 300.671001 83.358332) (xy 300.31454 83.505618) (xy 300.041577 83.778105) (xy 299.893668 84.134308) + (xy 299.893569 84.247539) (xy 299.655001 84.247332) (xy 299.29854 84.394618) (xy 299.025577 84.667105) (xy 298.877668 85.023308) + (xy 298.877332 85.408999) (xy 299.024618 85.76546) (xy 299.265522 86.006785) (xy 299.17154 86.045618) (xy 298.898577 86.318105) + (xy 298.750668 86.674308) (xy 298.750332 87.059999) (xy 298.897618 87.41646) (xy 299.170105 87.689423) (xy 299.179505 87.693326) + (xy 299.17154 87.696618) (xy 298.898577 87.969105) (xy 298.750668 88.325308) (xy 298.750332 88.710999) (xy 298.897618 89.06746) + (xy 299.048765 89.218871) (xy 299.04454 89.220618) (xy 298.771577 89.493105) (xy 298.623668 89.849308) (xy 298.623332 90.234999) + (xy 298.770618 90.59146) (xy 299.043105 90.864423) (xy 299.399308 91.012332) (xy 299.784999 91.012668) (xy 300.14146 90.865382) + (xy 300.414423 90.592895) (xy 300.562332 90.236692) (xy 300.562358 90.205922) (xy 300.669308 90.250332) (xy 301.054999 90.250668) + (xy 301.41146 90.103382) (xy 301.684423 89.830895) (xy 301.832332 89.474692) (xy 301.832668 89.089001) (xy 301.832668 92.942206) + (xy 301.691692 92.883668) (xy 301.306001 92.883332) (xy 300.94954 93.030618) (xy 300.799477 93.180418) (xy 300.650895 93.031577) + (xy 300.294692 92.883668) (xy 299.909001 92.883332) (xy 299.55254 93.030618) (xy 299.401128 93.181765) (xy 299.399382 93.17754) + (xy 299.126895 92.904577) (xy 298.770692 92.756668) (xy 298.75843 92.756657) (xy 298.890423 92.624895) (xy 299.038332 92.268692) + (xy 299.038668 91.883001) (xy 298.891382 91.52654) (xy 298.618895 91.253577) (xy 298.262692 91.105668) (xy 297.877001 91.105332) + (xy 297.752947 91.156589) (xy 297.748382 91.14554) (xy 297.475895 90.872577) (xy 297.119692 90.724668) (xy 297.00657 90.724569) + (xy 297.006668 90.613001) (xy 296.879668 90.305636) (xy 296.879668 75.754001) (xy 296.879668 71.740801) (xy 296.732382 71.38434) + (xy 296.459895 71.111377) (xy 296.103692 70.963468) (xy 295.799862 70.963203) (xy 295.812532 70.932692) (xy 295.812868 70.547001) + (xy 295.747033 70.387669) (xy 295.974999 70.387868) (xy 296.33146 70.240582) (xy 296.604423 69.968095) (xy 296.752332 69.611892) + (xy 296.752668 69.226201) (xy 296.605382 68.86974) (xy 296.332895 68.596777) (xy 295.976692 68.448868) (xy 295.591001 68.448532) + (xy 295.23454 68.595818) (xy 294.961577 68.868305) (xy 294.813668 69.224508) (xy 294.813332 69.610199) (xy 294.879166 69.76953) + (xy 294.651201 69.769332) (xy 294.29474 69.916618) (xy 294.021777 70.189105) (xy 293.873868 70.545308) (xy 293.873532 70.930999) + (xy 294.020818 71.28746) (xy 294.293305 71.560423) (xy 294.649508 71.708332) (xy 294.953337 71.708596) (xy 294.940668 71.739108) + (xy 294.940613 71.80165) (xy 294.575001 71.801332) (xy 294.21854 71.948618) (xy 293.945577 72.221105) (xy 293.797668 72.577308) + (xy 293.797332 72.962999) (xy 293.944618 73.31946) (xy 294.217105 73.592423) (xy 294.573308 73.740332) (xy 294.958999 73.740668) + (xy 295.31546 73.593382) (xy 295.588423 73.320895) (xy 295.736332 72.964692) (xy 295.736386 72.902149) (xy 296.101999 72.902468) + (xy 296.45846 72.755182) (xy 296.731423 72.482695) (xy 296.879332 72.126492) (xy 296.879668 71.740801) (xy 296.879668 75.754001) + (xy 296.732382 75.39754) (xy 296.459895 75.124577) (xy 296.103692 74.976668) (xy 295.736349 74.976347) (xy 295.736668 74.611001) + (xy 295.589382 74.25454) (xy 295.316895 73.981577) (xy 294.960692 73.833668) (xy 294.575001 73.833332) (xy 294.21854 73.980618) + (xy 293.945577 74.253105) (xy 293.797668 74.609308) (xy 293.797332 74.994999) (xy 293.944618 75.35146) (xy 294.217105 75.624423) + (xy 294.573308 75.772332) (xy 294.94065 75.772652) (xy 294.940332 76.137999) (xy 295.087618 76.49446) (xy 295.360105 76.767423) + (xy 295.716308 76.915332) (xy 296.101999 76.915668) (xy 296.45846 76.768382) (xy 296.731423 76.495895) (xy 296.879332 76.139692) + (xy 296.879668 75.754001) (xy 296.879668 90.305636) (xy 296.859382 90.25654) (xy 296.651068 90.047862) (xy 296.651068 81.088001) + (xy 296.503782 80.73154) (xy 296.468303 80.695999) (xy 296.477423 80.686895) (xy 296.625332 80.330692) (xy 296.625668 79.945001) + (xy 296.478382 79.58854) (xy 296.371668 79.481639) (xy 296.371668 77.913001) (xy 296.224382 77.55654) (xy 295.951895 77.283577) + (xy 295.595692 77.135668) (xy 295.210001 77.135332) (xy 294.85354 77.282618) (xy 294.580577 77.555105) (xy 294.432668 77.911308) + (xy 294.432332 78.296999) (xy 294.579618 78.65346) (xy 294.852105 78.926423) (xy 295.208308 79.074332) (xy 295.593999 79.074668) + (xy 295.95046 78.927382) (xy 296.223423 78.654895) (xy 296.371332 78.298692) (xy 296.371668 77.913001) (xy 296.371668 79.481639) + (xy 296.205895 79.315577) (xy 295.849692 79.167668) (xy 295.464001 79.167332) (xy 295.10754 79.314618) (xy 294.834577 79.587105) + (xy 294.686668 79.943308) (xy 294.686332 80.328999) (xy 294.833618 80.68546) (xy 294.869096 80.721) (xy 294.859977 80.730105) + (xy 294.712068 81.086308) (xy 294.711732 81.471999) (xy 294.859018 81.82846) (xy 295.131505 82.101423) (xy 295.487708 82.249332) + (xy 295.873399 82.249668) (xy 296.22986 82.102382) (xy 296.502823 81.829895) (xy 296.650732 81.473692) (xy 296.651068 81.088001) + (xy 296.651068 90.047862) (xy 296.586895 89.983577) (xy 296.230692 89.835668) (xy 295.845001 89.835332) (xy 295.48854 89.982618) + (xy 295.215577 90.255105) (xy 295.067668 90.611308) (xy 295.067332 90.996999) (xy 295.072595 91.009738) (xy 294.808895 90.745577) + (xy 294.452692 90.597668) (xy 294.339668 90.597569) (xy 294.339668 76.643001) (xy 294.192382 76.28654) (xy 293.919895 76.013577) + (xy 293.563692 75.865668) (xy 293.178001 75.865332) (xy 292.82154 76.012618) (xy 292.548577 76.285105) (xy 292.400668 76.641308) + (xy 292.400332 77.026999) (xy 292.547618 77.38346) (xy 292.820105 77.656423) (xy 293.176308 77.804332) (xy 293.561999 77.804668) + (xy 293.91846 77.657382) (xy 294.191423 77.384895) (xy 294.339332 77.028692) (xy 294.339668 76.643001) (xy 294.339668 90.597569) + (xy 294.067001 90.597332) (xy 293.71054 90.744618) (xy 293.437577 91.017105) (xy 293.289668 91.373308) (xy 293.289332 91.758999) + (xy 293.436618 92.11546) (xy 293.709105 92.388423) (xy 294.065308 92.536332) (xy 294.450999 92.536668) (xy 294.80746 92.389382) + (xy 295.080423 92.116895) (xy 295.228332 91.760692) (xy 295.228668 91.375001) (xy 295.223404 91.362261) (xy 295.487105 91.626423) + (xy 295.843308 91.774332) (xy 295.956429 91.77443) (xy 295.956332 91.885999) (xy 296.103618 92.24246) (xy 296.376105 92.515423) + (xy 296.732308 92.663332) (xy 297.117999 92.663668) (xy 297.242052 92.61241) (xy 297.246618 92.62346) (xy 297.519105 92.896423) + (xy 297.875308 93.044332) (xy 297.887569 93.044342) (xy 297.755577 93.176105) (xy 297.607668 93.532308) (xy 297.607332 93.917999) + (xy 297.754618 94.27446) (xy 298.027105 94.547423) (xy 298.383308 94.695332) (xy 298.768999 94.695668) (xy 299.12546 94.548382) + (xy 299.276871 94.397234) (xy 299.278618 94.40146) (xy 299.551105 94.674423) (xy 299.907308 94.822332) (xy 300.292999 94.822668) + (xy 300.64946 94.675382) (xy 300.799522 94.525581) (xy 300.948105 94.674423) (xy 301.304308 94.822332) (xy 301.689999 94.822668) + (xy 302.04646 94.675382) (xy 302.319423 94.402895) (xy 302.323326 94.393494) (xy 302.326618 94.40146) (xy 302.599105 94.674423) + (xy 302.955308 94.822332) (xy 303.340999 94.822668) (xy 303.69746 94.675382) (xy 303.720411 94.65247) (xy 303.869105 94.801423) + (xy 304.225308 94.949332) (xy 304.610999 94.949668) (xy 304.96746 94.802382) (xy 305.240423 94.529895) (xy 305.388332 94.173692) + (xy 305.388668 93.788001) (xy 305.388668 96.487139) (xy 305.160372 96.715038) (xy 304.973713 97.164563) (xy 304.973288 97.651302) + (xy 305.159162 98.101152) (xy 305.503038 98.445628) (xy 305.952563 98.632287) (xy 306.439302 98.632712) (xy 306.889152 98.446838) + (xy 307.233628 98.102962) (xy 307.420287 97.653437) (xy 307.420712 97.166698) (xy 307.420712 99.706698) (xy 307.234838 99.256848) + (xy 306.890962 98.912372) (xy 306.441437 98.725713) (xy 305.954698 98.725288) (xy 305.504848 98.911162) (xy 305.160372 99.255038) + (xy 304.973713 99.704563) (xy 304.973288 100.191302) (xy 305.159162 100.641152) (xy 305.503038 100.985628) (xy 305.952563 101.172287) + (xy 306.439302 101.172712) (xy 306.889152 100.986838) (xy 307.233628 100.642962) (xy 307.420287 100.193437) (xy 307.420712 99.706698) + (xy 307.420712 105.081489) (xy 307.406692 105.075668) (xy 307.021001 105.075332) (xy 306.66454 105.222618) (xy 306.391577 105.495105) + (xy 306.243668 105.851308) (xy 306.243332 106.236999) (xy 306.390618 106.59346) (xy 306.663105 106.866423) (xy 307.019308 107.014332) + (xy 307.404999 107.014668) (xy 307.76146 106.867382) (xy 308.034423 106.594895) (xy 308.182332 106.238692) (xy 308.182668 105.853001) + (xy 308.182668 106.498479) (xy 307.915577 106.765105) (xy 307.767668 107.121308) (xy 307.767332 107.506999) (xy 307.914618 107.86346) + (xy 308.187105 108.136423) (xy 308.543308 108.284332) (xy 308.928999 108.284668) (xy 309.28546 108.137382) (xy 309.489634 107.933563) + (xy 309.565618 108.11746) (xy 309.838105 108.390423) (xy 310.194308 108.538332) (xy 310.579999 108.538668) (xy 310.93646 108.391382) + (xy 311.209423 108.118895) (xy 311.357332 107.762692) (xy 311.357668 107.377001) (xy 311.352404 107.364261) (xy 311.616105 107.628423) + (xy 311.972308 107.776332) (xy 312.357999 107.776668) (xy 312.71446 107.629382) (xy 312.987423 107.356895) (xy 313.135332 107.000692) + (xy 313.135668 106.615001) (xy 313.135668 124.306691) (xy 313.124848 124.311162) (xy 312.780372 124.655038) (xy 312.593713 125.104563) + (xy 312.593288 125.591302) (xy 312.779162 126.041152) (xy 313.123038 126.385628) (xy 313.572563 126.572287) (xy 314.059302 126.572712) + (xy 314.509152 126.386838) (xy 314.853628 126.042962) (xy 315.040287 125.593437) (xy 315.040712 125.106698) (xy 315.040712 127.658377) + (xy 314.867368 127.216014) (xy 314.840716 127.176128) (xy 314.623766 127.117589) (xy 314.588411 127.152944) (xy 314.588411 127.082234) + (xy 314.529872 126.865284) (xy 314.083849 126.670405) (xy 313.5972 126.661047) (xy 313.144014 126.838632) (xy 313.104128 126.865284) + (xy 313.045589 127.082234) (xy 313.817 127.853645) (xy 314.588411 127.082234) (xy 314.588411 127.152944) (xy 313.852355 127.889) + (xy 314.623766 128.660411) (xy 314.840716 128.601872) (xy 315.035595 128.155849) (xy 315.044953 127.6692) (xy 315.044953 131.894202) + (xy 314.773577 132.165105) (xy 314.625668 132.521308) (xy 314.625332 132.906999) (xy 314.772618 133.26346) (xy 315.045105 133.536423) + (xy 315.401308 133.684332) (xy 315.786999 133.684668) (xy 316.14346 133.537382) (xy 316.416423 133.264895) (xy 316.564332 132.908692) + (xy 316.564668 132.523001) (xy 316.564668 133.7394) (xy 314.588411 133.7394) (xy 314.588411 128.695766) (xy 313.817 127.924355) + (xy 313.781645 127.95971) (xy 313.781645 127.889) (xy 313.010234 127.117589) (xy 312.793284 127.176128) (xy 312.598405 127.622151) + (xy 312.589047 128.1088) (xy 312.766632 128.561986) (xy 312.793284 128.601872) (xy 313.010234 128.660411) (xy 313.781645 127.889) + (xy 313.781645 127.95971) (xy 313.045589 128.695766) (xy 313.104128 128.912716) (xy 313.550151 129.107595) (xy 314.0368 129.116953) + (xy 314.489986 128.939368) (xy 314.529872 128.912716) (xy 314.588411 128.695766) (xy 314.588411 133.7394) (xy 312.504953 133.7394) + (xy 312.504953 125.1292) (xy 312.327368 124.676014) (xy 312.300716 124.636128) (xy 312.083766 124.577589) (xy 312.048411 124.612944) + (xy 312.048411 124.542234) (xy 311.989872 124.325284) (xy 311.543849 124.130405) (xy 311.0572 124.121047) (xy 310.849668 124.20237) + (xy 310.849668 117.537001) (xy 310.702382 117.18054) (xy 310.429895 116.907577) (xy 310.073692 116.759668) (xy 309.960668 116.759569) + (xy 309.960668 110.171001) (xy 309.813382 109.81454) (xy 309.540895 109.541577) (xy 309.184692 109.393668) (xy 308.799001 109.393332) + (xy 308.44254 109.540618) (xy 308.169577 109.813105) (xy 308.021668 110.169308) (xy 308.021332 110.554999) (xy 308.168618 110.91146) + (xy 308.441105 111.184423) (xy 308.797308 111.332332) (xy 309.182999 111.332668) (xy 309.53946 111.185382) (xy 309.812423 110.912895) + (xy 309.960332 110.556692) (xy 309.960668 110.171001) (xy 309.960668 116.759569) (xy 309.688001 116.759332) (xy 309.33154 116.906618) + (xy 309.058577 117.179105) (xy 308.910668 117.535308) (xy 308.910332 117.920999) (xy 309.057618 118.27746) (xy 309.330105 118.550423) + (xy 309.686308 118.698332) (xy 310.071999 118.698668) (xy 310.42846 118.551382) (xy 310.701423 118.278895) (xy 310.849332 117.922692) + (xy 310.849668 117.537001) (xy 310.849668 124.20237) (xy 310.604014 124.298632) (xy 310.564128 124.325284) (xy 310.505589 124.542234) + (xy 311.277 125.313645) (xy 312.048411 124.542234) (xy 312.048411 124.612944) (xy 311.312355 125.349) (xy 312.083766 126.120411) + (xy 312.300716 126.061872) (xy 312.495595 125.615849) (xy 312.504953 125.1292) (xy 312.504953 133.7394) (xy 312.5005 133.7394) + (xy 312.5005 128.691929) (xy 312.5005 128.483071) (xy 312.5005 127.086071) (xy 312.420574 126.893111) (xy 312.272889 126.745426) + (xy 312.079929 126.6655) (xy 312.048411 126.6655) (xy 312.048411 126.155766) (xy 311.277 125.384355) (xy 311.241645 125.41971) + (xy 311.241645 125.349) (xy 310.470234 124.577589) (xy 310.253284 124.636128) (xy 310.058405 125.082151) (xy 310.049047 125.5688) + (xy 310.226632 126.021986) (xy 310.253284 126.061872) (xy 310.470234 126.120411) (xy 311.241645 125.349) (xy 311.241645 125.41971) + (xy 310.505589 126.155766) (xy 310.564128 126.372716) (xy 311.010151 126.567595) (xy 311.4968 126.576953) (xy 311.949986 126.399368) + (xy 311.989872 126.372716) (xy 312.048411 126.155766) (xy 312.048411 126.6655) (xy 311.871071 126.6655) (xy 310.474071 126.6655) + (xy 310.281111 126.745426) (xy 310.133426 126.893111) (xy 310.0535 127.086071) (xy 310.0535 127.294929) (xy 310.0535 128.691929) + (xy 310.133426 128.884889) (xy 310.281111 129.032574) (xy 310.474071 129.1125) (xy 310.682929 129.1125) (xy 312.079929 129.1125) + (xy 312.272889 129.032574) (xy 312.420574 128.884889) (xy 312.5005 128.691929) (xy 312.5005 133.7394) (xy 309.960712 133.7394) + (xy 309.960712 127.646698) (xy 309.960712 125.106698) (xy 309.774838 124.656848) (xy 309.430962 124.312372) (xy 308.981437 124.125713) + (xy 308.494698 124.125288) (xy 308.044848 124.311162) (xy 307.700372 124.655038) (xy 307.513713 125.104563) (xy 307.513288 125.591302) + (xy 307.699162 126.041152) (xy 308.043038 126.385628) (xy 308.492563 126.572287) (xy 308.979302 126.572712) (xy 309.429152 126.386838) + (xy 309.773628 126.042962) (xy 309.960287 125.593437) (xy 309.960712 125.106698) (xy 309.960712 127.646698) (xy 309.774838 127.196848) + (xy 309.430962 126.852372) (xy 308.981437 126.665713) (xy 308.494698 126.665288) (xy 308.044848 126.851162) (xy 307.700372 127.195038) + (xy 307.513713 127.644563) (xy 307.513288 128.131302) (xy 307.699162 128.581152) (xy 308.043038 128.925628) (xy 308.492563 129.112287) + (xy 308.979302 129.112712) (xy 309.429152 128.926838) (xy 309.773628 128.582962) (xy 309.960287 128.133437) (xy 309.960712 127.646698) + (xy 309.960712 133.7394) (xy 307.420712 133.7394) (xy 307.420712 127.646698) (xy 307.420712 125.106698) (xy 307.234838 124.656848) + (xy 307.166668 124.588559) (xy 307.166668 121.347001) (xy 307.166668 114.997001) (xy 307.019382 114.64054) (xy 306.746895 114.367577) + (xy 306.390692 114.219668) (xy 306.005001 114.219332) (xy 305.64854 114.366618) (xy 305.642668 114.372479) (xy 305.642668 110.552001) + (xy 305.495382 110.19554) (xy 305.222895 109.922577) (xy 304.880712 109.780489) (xy 304.880712 99.706698) (xy 304.880712 97.166698) + (xy 304.694838 96.716848) (xy 304.350962 96.372372) (xy 303.901437 96.185713) (xy 303.414698 96.185288) (xy 302.964848 96.371162) + (xy 302.620372 96.715038) (xy 302.433713 97.164563) (xy 302.433288 97.651302) (xy 302.619162 98.101152) (xy 302.963038 98.445628) + (xy 303.412563 98.632287) (xy 303.899302 98.632712) (xy 304.349152 98.446838) (xy 304.693628 98.102962) (xy 304.880287 97.653437) + (xy 304.880712 97.166698) (xy 304.880712 99.706698) (xy 304.694838 99.256848) (xy 304.350962 98.912372) (xy 303.901437 98.725713) + (xy 303.414698 98.725288) (xy 302.964848 98.911162) (xy 302.620372 99.255038) (xy 302.433713 99.704563) (xy 302.433288 100.191302) + (xy 302.619162 100.641152) (xy 302.963038 100.985628) (xy 303.412563 101.172287) (xy 303.899302 101.172712) (xy 304.349152 100.986838) + (xy 304.693628 100.642962) (xy 304.880287 100.193437) (xy 304.880712 99.706698) (xy 304.880712 109.780489) (xy 304.866692 109.774668) + (xy 304.481001 109.774332) (xy 304.12454 109.921618) (xy 303.851577 110.194105) (xy 303.703668 110.550308) (xy 303.703332 110.935999) + (xy 303.850618 111.29246) (xy 304.123105 111.565423) (xy 304.479308 111.713332) (xy 304.864999 111.713668) (xy 305.22146 111.566382) + (xy 305.494423 111.293895) (xy 305.642332 110.937692) (xy 305.642668 110.552001) (xy 305.642668 114.372479) (xy 305.375577 114.639105) + (xy 305.227668 114.995308) (xy 305.227332 115.380999) (xy 305.374618 115.73746) (xy 305.647105 116.010423) (xy 306.003308 116.158332) + (xy 306.388999 116.158668) (xy 306.74546 116.011382) (xy 307.018423 115.738895) (xy 307.166332 115.382692) (xy 307.166668 114.997001) + (xy 307.166668 121.347001) (xy 307.019382 120.99054) (xy 306.746895 120.717577) (xy 306.390692 120.569668) (xy 306.005001 120.569332) + (xy 305.64854 120.716618) (xy 305.375577 120.989105) (xy 305.227668 121.345308) (xy 305.227332 121.730999) (xy 305.374618 122.08746) + (xy 305.647105 122.360423) (xy 306.003308 122.508332) (xy 306.388999 122.508668) (xy 306.74546 122.361382) (xy 307.018423 122.088895) + (xy 307.166332 121.732692) (xy 307.166668 121.347001) (xy 307.166668 124.588559) (xy 306.890962 124.312372) (xy 306.441437 124.125713) + (xy 305.954698 124.125288) (xy 305.504848 124.311162) (xy 305.160372 124.655038) (xy 305.007668 125.02279) (xy 305.007668 119.442001) + (xy 304.860382 119.08554) (xy 304.587895 118.812577) (xy 304.231692 118.664668) (xy 304.118668 118.664569) (xy 304.118668 114.997001) + (xy 303.971382 114.64054) (xy 303.698895 114.367577) (xy 303.342692 114.219668) (xy 302.957001 114.219332) (xy 302.60054 114.366618) + (xy 302.340712 114.625992) (xy 302.340712 99.706698) (xy 302.340712 97.166698) (xy 302.154838 96.716848) (xy 301.810962 96.372372) + (xy 301.361437 96.185713) (xy 300.874698 96.185288) (xy 300.424848 96.371162) (xy 300.080372 96.715038) (xy 299.893713 97.164563) + (xy 299.893288 97.651302) (xy 300.079162 98.101152) (xy 300.423038 98.445628) (xy 300.872563 98.632287) (xy 301.359302 98.632712) + (xy 301.809152 98.446838) (xy 302.153628 98.102962) (xy 302.340287 97.653437) (xy 302.340712 97.166698) (xy 302.340712 99.706698) + (xy 302.154838 99.256848) (xy 301.810962 98.912372) (xy 301.361437 98.725713) (xy 300.874698 98.725288) (xy 300.424848 98.911162) + (xy 300.080372 99.255038) (xy 299.893713 99.704563) (xy 299.893288 100.191302) (xy 300.079162 100.641152) (xy 300.423038 100.985628) + (xy 300.872563 101.172287) (xy 301.359302 101.172712) (xy 301.809152 100.986838) (xy 302.153628 100.642962) (xy 302.340287 100.193437) + (xy 302.340712 99.706698) (xy 302.340712 114.625992) (xy 302.327577 114.639105) (xy 302.179668 114.995308) (xy 302.179332 115.380999) + (xy 302.326618 115.73746) (xy 302.599105 116.010423) (xy 302.955308 116.158332) (xy 303.340999 116.158668) (xy 303.69746 116.011382) + (xy 303.970423 115.738895) (xy 304.118332 115.382692) (xy 304.118668 114.997001) (xy 304.118668 118.664569) (xy 303.846001 118.664332) + (xy 303.48954 118.811618) (xy 303.216577 119.084105) (xy 303.068668 119.440308) (xy 303.068332 119.825999) (xy 303.215618 120.18246) + (xy 303.488105 120.455423) (xy 303.844308 120.603332) (xy 304.229999 120.603668) (xy 304.58646 120.456382) (xy 304.859423 120.183895) + (xy 305.007332 119.827692) (xy 305.007668 119.442001) (xy 305.007668 125.02279) (xy 304.973713 125.104563) (xy 304.973288 125.591302) + (xy 305.159162 126.041152) (xy 305.503038 126.385628) (xy 305.952563 126.572287) (xy 306.439302 126.572712) (xy 306.889152 126.386838) + (xy 307.233628 126.042962) (xy 307.420287 125.593437) (xy 307.420712 125.106698) (xy 307.420712 127.646698) (xy 307.234838 127.196848) + (xy 306.890962 126.852372) (xy 306.441437 126.665713) (xy 305.954698 126.665288) (xy 305.504848 126.851162) (xy 305.160372 127.195038) + (xy 304.973713 127.644563) (xy 304.973288 128.131302) (xy 305.159162 128.581152) (xy 305.503038 128.925628) (xy 305.952563 129.112287) + (xy 306.439302 129.112712) (xy 306.889152 128.926838) (xy 307.233628 128.582962) (xy 307.420287 128.133437) (xy 307.420712 127.646698) + (xy 307.420712 133.7394) (xy 304.880712 133.7394) (xy 304.880712 127.646698) (xy 304.880712 125.106698) (xy 304.694838 124.656848) + (xy 304.350962 124.312372) (xy 303.901437 124.125713) (xy 303.414698 124.125288) (xy 303.102668 124.254216) (xy 303.102668 122.363001) + (xy 302.955382 122.00654) (xy 302.682895 121.733577) (xy 302.326692 121.585668) (xy 301.941001 121.585332) (xy 301.928261 121.590595) + (xy 302.192423 121.326895) (xy 302.340332 120.970692) (xy 302.340668 120.585001) (xy 302.193382 120.22854) (xy 301.920895 119.955577) + (xy 301.564692 119.807668) (xy 301.179001 119.807332) (xy 300.82254 119.954618) (xy 300.549577 120.227105) (xy 300.401668 120.583308) + (xy 300.401332 120.968999) (xy 300.548618 121.32546) (xy 300.821105 121.598423) (xy 301.177308 121.746332) (xy 301.562999 121.746668) + (xy 301.575738 121.741404) (xy 301.311577 122.005105) (xy 301.163668 122.361308) (xy 301.163627 122.407616) (xy 301.050382 122.13354) + (xy 300.777895 121.860577) (xy 300.421692 121.712668) (xy 300.036001 121.712332) (xy 299.804953 121.807798) (xy 299.804953 114.9692) + (xy 299.804953 109.8892) (xy 299.804953 107.3492) (xy 299.800712 107.338377) (xy 299.800712 104.786698) (xy 299.800712 102.246698) + (xy 299.800712 99.706698) (xy 299.800712 97.166698) (xy 299.614838 96.716848) (xy 299.270962 96.372372) (xy 298.821437 96.185713) + (xy 298.334698 96.185288) (xy 297.884848 96.371162) (xy 297.540372 96.715038) (xy 297.353713 97.164563) (xy 297.353288 97.651302) + (xy 297.539162 98.101152) (xy 297.883038 98.445628) (xy 298.332563 98.632287) (xy 298.819302 98.632712) (xy 299.269152 98.446838) + (xy 299.613628 98.102962) (xy 299.800287 97.653437) (xy 299.800712 97.166698) (xy 299.800712 99.706698) (xy 299.614838 99.256848) + (xy 299.270962 98.912372) (xy 298.821437 98.725713) (xy 298.334698 98.725288) (xy 297.884848 98.911162) (xy 297.540372 99.255038) + (xy 297.353713 99.704563) (xy 297.353288 100.191302) (xy 297.539162 100.641152) (xy 297.883038 100.985628) (xy 298.332563 101.172287) + (xy 298.819302 101.172712) (xy 299.269152 100.986838) (xy 299.613628 100.642962) (xy 299.800287 100.193437) (xy 299.800712 99.706698) + (xy 299.800712 102.246698) (xy 299.614838 101.796848) (xy 299.270962 101.452372) (xy 298.821437 101.265713) (xy 298.334698 101.265288) + (xy 297.884848 101.451162) (xy 297.540372 101.795038) (xy 297.353713 102.244563) (xy 297.353288 102.731302) (xy 297.539162 103.181152) + (xy 297.883038 103.525628) (xy 298.332563 103.712287) (xy 298.819302 103.712712) (xy 299.269152 103.526838) (xy 299.613628 103.182962) + (xy 299.800287 102.733437) (xy 299.800712 102.246698) (xy 299.800712 104.786698) (xy 299.614838 104.336848) (xy 299.270962 103.992372) + (xy 298.821437 103.805713) (xy 298.334698 103.805288) (xy 297.884848 103.991162) (xy 297.540372 104.335038) (xy 297.353713 104.784563) + (xy 297.353288 105.271302) (xy 297.539162 105.721152) (xy 297.883038 106.065628) (xy 298.332563 106.252287) (xy 298.819302 106.252712) + (xy 299.269152 106.066838) (xy 299.613628 105.722962) (xy 299.800287 105.273437) (xy 299.800712 104.786698) (xy 299.800712 107.338377) + (xy 299.627368 106.896014) (xy 299.600716 106.856128) (xy 299.383766 106.797589) (xy 299.348411 106.832944) (xy 299.348411 106.762234) + (xy 299.289872 106.545284) (xy 298.843849 106.350405) (xy 298.3572 106.341047) (xy 297.904014 106.518632) (xy 297.864128 106.545284) + (xy 297.805589 106.762234) (xy 298.577 107.533645) (xy 299.348411 106.762234) (xy 299.348411 106.832944) (xy 298.612355 107.569) + (xy 299.383766 108.340411) (xy 299.600716 108.281872) (xy 299.795595 107.835849) (xy 299.804953 107.3492) (xy 299.804953 109.8892) + (xy 299.627368 109.436014) (xy 299.600716 109.396128) (xy 299.383766 109.337589) (xy 299.348411 109.372944) (xy 299.348411 109.302234) + (xy 299.348411 108.375766) (xy 298.577 107.604355) (xy 298.541645 107.63971) (xy 298.541645 107.569) (xy 297.770234 106.797589) + (xy 297.553284 106.856128) (xy 297.358405 107.302151) (xy 297.349047 107.7888) (xy 297.526632 108.241986) (xy 297.553284 108.281872) + (xy 297.770234 108.340411) (xy 298.541645 107.569) (xy 298.541645 107.63971) (xy 297.805589 108.375766) (xy 297.864128 108.592716) + (xy 298.310151 108.787595) (xy 298.7968 108.796953) (xy 299.249986 108.619368) (xy 299.289872 108.592716) (xy 299.348411 108.375766) + (xy 299.348411 109.302234) (xy 299.289872 109.085284) (xy 298.843849 108.890405) (xy 298.3572 108.881047) (xy 297.904014 109.058632) + (xy 297.864128 109.085284) (xy 297.805589 109.302234) (xy 298.577 110.073645) (xy 299.348411 109.302234) (xy 299.348411 109.372944) + (xy 298.612355 110.109) (xy 299.383766 110.880411) (xy 299.600716 110.821872) (xy 299.795595 110.375849) (xy 299.804953 109.8892) + (xy 299.804953 114.9692) (xy 299.800712 114.958377) (xy 299.800712 112.406698) (xy 299.614838 111.956848) (xy 299.348411 111.689956) + (xy 299.348411 110.915766) (xy 298.577 110.144355) (xy 298.541645 110.17971) (xy 298.541645 110.109) (xy 297.770234 109.337589) + (xy 297.553284 109.396128) (xy 297.358405 109.842151) (xy 297.349047 110.3288) (xy 297.526632 110.781986) (xy 297.553284 110.821872) + (xy 297.770234 110.880411) (xy 298.541645 110.109) (xy 298.541645 110.17971) (xy 297.805589 110.915766) (xy 297.864128 111.132716) + (xy 298.310151 111.327595) (xy 298.7968 111.336953) (xy 299.249986 111.159368) (xy 299.289872 111.132716) (xy 299.348411 110.915766) + (xy 299.348411 111.689956) (xy 299.270962 111.612372) (xy 298.821437 111.425713) (xy 298.334698 111.425288) (xy 297.884848 111.611162) + (xy 297.540372 111.955038) (xy 297.353713 112.404563) (xy 297.353288 112.891302) (xy 297.539162 113.341152) (xy 297.883038 113.685628) + (xy 298.332563 113.872287) (xy 298.819302 113.872712) (xy 299.269152 113.686838) (xy 299.613628 113.342962) (xy 299.800287 112.893437) + (xy 299.800712 112.406698) (xy 299.800712 114.958377) (xy 299.627368 114.516014) (xy 299.600716 114.476128) (xy 299.383766 114.417589) + (xy 299.348411 114.452944) (xy 299.348411 114.382234) (xy 299.289872 114.165284) (xy 298.843849 113.970405) (xy 298.3572 113.961047) + (xy 297.904014 114.138632) (xy 297.864128 114.165284) (xy 297.805589 114.382234) (xy 298.577 115.153645) (xy 299.348411 114.382234) + (xy 299.348411 114.452944) (xy 298.612355 115.189) (xy 299.383766 115.960411) (xy 299.600716 115.901872) (xy 299.795595 115.455849) + (xy 299.804953 114.9692) (xy 299.804953 121.807798) (xy 299.800712 121.80955) (xy 299.800712 120.026698) (xy 299.800712 117.486698) + (xy 299.614838 117.036848) (xy 299.348411 116.769956) (xy 299.348411 115.995766) (xy 298.577 115.224355) (xy 298.541645 115.25971) + (xy 298.541645 115.189) (xy 297.770234 114.417589) (xy 297.553284 114.476128) (xy 297.358405 114.922151) (xy 297.349047 115.4088) + (xy 297.526632 115.861986) (xy 297.553284 115.901872) (xy 297.770234 115.960411) (xy 298.541645 115.189) (xy 298.541645 115.25971) + (xy 297.805589 115.995766) (xy 297.864128 116.212716) (xy 298.310151 116.407595) (xy 298.7968 116.416953) (xy 299.249986 116.239368) + (xy 299.289872 116.212716) (xy 299.348411 115.995766) (xy 299.348411 116.769956) (xy 299.270962 116.692372) (xy 298.821437 116.505713) + (xy 298.334698 116.505288) (xy 297.884848 116.691162) (xy 297.540372 117.035038) (xy 297.353713 117.484563) (xy 297.353288 117.971302) + (xy 297.539162 118.421152) (xy 297.883038 118.765628) (xy 298.332563 118.952287) (xy 298.819302 118.952712) (xy 299.269152 118.766838) + (xy 299.613628 118.422962) (xy 299.800287 117.973437) (xy 299.800712 117.486698) (xy 299.800712 120.026698) (xy 299.614838 119.576848) + (xy 299.270962 119.232372) (xy 298.821437 119.045713) (xy 298.334698 119.045288) (xy 297.884848 119.231162) (xy 297.540372 119.575038) + (xy 297.353713 120.024563) (xy 297.353288 120.511302) (xy 297.539162 120.961152) (xy 297.883038 121.305628) (xy 298.332563 121.492287) + (xy 298.819302 121.492712) (xy 299.269152 121.306838) (xy 299.613628 120.962962) (xy 299.800287 120.513437) (xy 299.800712 120.026698) + (xy 299.800712 121.80955) (xy 299.67954 121.859618) (xy 299.518517 122.020359) (xy 299.270962 121.772372) (xy 298.821437 121.585713) + (xy 298.334698 121.585288) (xy 297.884848 121.771162) (xy 297.540372 122.115038) (xy 297.353713 122.564563) (xy 297.353288 123.051302) + (xy 297.539162 123.501152) (xy 297.883038 123.845628) (xy 298.332563 124.032287) (xy 298.819302 124.032712) (xy 299.269152 123.846838) + (xy 299.613628 123.502962) (xy 299.632433 123.457672) (xy 299.678105 123.503423) (xy 300.034308 123.651332) (xy 300.419999 123.651668) + (xy 300.77646 123.504382) (xy 301.049423 123.231895) (xy 301.197332 122.875692) (xy 301.197372 122.829383) (xy 301.310618 123.10346) + (xy 301.583105 123.376423) (xy 301.939308 123.524332) (xy 302.324999 123.524668) (xy 302.68146 123.377382) (xy 302.954423 123.104895) + (xy 303.102332 122.748692) (xy 303.102668 122.363001) (xy 303.102668 124.254216) (xy 302.964848 124.311162) (xy 302.620372 124.655038) + (xy 302.433713 125.104563) (xy 302.433288 125.591302) (xy 302.619162 126.041152) (xy 302.963038 126.385628) (xy 303.412563 126.572287) + (xy 303.899302 126.572712) (xy 304.349152 126.386838) (xy 304.693628 126.042962) (xy 304.880287 125.593437) (xy 304.880712 125.106698) + (xy 304.880712 127.646698) (xy 304.694838 127.196848) (xy 304.350962 126.852372) (xy 303.901437 126.665713) (xy 303.414698 126.665288) + (xy 302.964848 126.851162) (xy 302.620372 127.195038) (xy 302.433713 127.644563) (xy 302.433288 128.131302) (xy 302.619162 128.581152) + (xy 302.963038 128.925628) (xy 303.412563 129.112287) (xy 303.899302 129.112712) (xy 304.349152 128.926838) (xy 304.693628 128.582962) + (xy 304.880287 128.133437) (xy 304.880712 127.646698) (xy 304.880712 133.7394) (xy 302.340712 133.7394) (xy 302.340712 127.646698) + (xy 302.340712 125.106698) (xy 302.154838 124.656848) (xy 301.810962 124.312372) (xy 301.361437 124.125713) (xy 300.874698 124.125288) + (xy 300.424848 124.311162) (xy 300.080372 124.655038) (xy 299.893713 125.104563) (xy 299.893288 125.591302) (xy 300.079162 126.041152) + (xy 300.423038 126.385628) (xy 300.872563 126.572287) (xy 301.359302 126.572712) (xy 301.809152 126.386838) (xy 302.153628 126.042962) + (xy 302.340287 125.593437) (xy 302.340712 125.106698) (xy 302.340712 127.646698) (xy 302.154838 127.196848) (xy 301.810962 126.852372) + (xy 301.361437 126.665713) (xy 300.874698 126.665288) (xy 300.424848 126.851162) (xy 300.080372 127.195038) (xy 299.893713 127.644563) + (xy 299.893288 128.131302) (xy 300.079162 128.581152) (xy 300.423038 128.925628) (xy 300.872563 129.112287) (xy 301.359302 129.112712) + (xy 301.809152 128.926838) (xy 302.153628 128.582962) (xy 302.340287 128.133437) (xy 302.340712 127.646698) (xy 302.340712 133.7394) + (xy 299.800712 133.7394) (xy 299.800712 127.646698) (xy 299.800712 125.106698) (xy 299.614838 124.656848) (xy 299.270962 124.312372) + (xy 298.821437 124.125713) (xy 298.334698 124.125288) (xy 297.884848 124.311162) (xy 297.540372 124.655038) (xy 297.353713 125.104563) + (xy 297.353288 125.591302) (xy 297.539162 126.041152) (xy 297.883038 126.385628) (xy 298.332563 126.572287) (xy 298.819302 126.572712) + (xy 299.269152 126.386838) (xy 299.613628 126.042962) (xy 299.800287 125.593437) (xy 299.800712 125.106698) (xy 299.800712 127.646698) + (xy 299.614838 127.196848) (xy 299.270962 126.852372) (xy 298.821437 126.665713) (xy 298.334698 126.665288) (xy 297.884848 126.851162) + (xy 297.756529 126.979257) (xy 297.748382 126.95954) (xy 297.475895 126.686577) (xy 297.260712 126.597224) (xy 297.260712 125.106698) + (xy 297.260712 122.566698) (xy 297.260712 120.026698) (xy 297.260712 117.486698) (xy 297.260712 114.946698) (xy 297.260712 112.406698) + (xy 297.260712 109.866698) (xy 297.260712 107.326698) (xy 297.260712 104.786698) (xy 297.260712 102.246698) (xy 297.260712 99.706698) + (xy 297.074838 99.256848) (xy 296.730962 98.912372) (xy 296.281437 98.725713) (xy 295.794698 98.725288) (xy 295.344848 98.911162) + (xy 295.000372 99.255038) (xy 294.813713 99.704563) (xy 294.813288 100.191302) (xy 294.999162 100.641152) (xy 295.343038 100.985628) + (xy 295.792563 101.172287) (xy 296.279302 101.172712) (xy 296.729152 100.986838) (xy 297.073628 100.642962) (xy 297.260287 100.193437) + (xy 297.260712 99.706698) (xy 297.260712 102.246698) (xy 297.074838 101.796848) (xy 296.730962 101.452372) (xy 296.281437 101.265713) + (xy 295.794698 101.265288) (xy 295.344848 101.451162) (xy 295.000372 101.795038) (xy 294.813713 102.244563) (xy 294.813288 102.731302) + (xy 294.999162 103.181152) (xy 295.343038 103.525628) (xy 295.792563 103.712287) (xy 296.279302 103.712712) (xy 296.729152 103.526838) + (xy 297.073628 103.182962) (xy 297.260287 102.733437) (xy 297.260712 102.246698) (xy 297.260712 104.786698) (xy 297.074838 104.336848) + (xy 296.730962 103.992372) (xy 296.281437 103.805713) (xy 295.794698 103.805288) (xy 295.344848 103.991162) (xy 295.000372 104.335038) + (xy 294.813713 104.784563) (xy 294.813288 105.271302) (xy 294.999162 105.721152) (xy 295.343038 106.065628) (xy 295.792563 106.252287) + (xy 296.279302 106.252712) (xy 296.729152 106.066838) (xy 297.073628 105.722962) (xy 297.260287 105.273437) (xy 297.260712 104.786698) + (xy 297.260712 107.326698) (xy 297.074838 106.876848) (xy 296.730962 106.532372) (xy 296.281437 106.345713) (xy 295.794698 106.345288) + (xy 295.344848 106.531162) (xy 295.000372 106.875038) (xy 294.813713 107.324563) (xy 294.813288 107.811302) (xy 294.999162 108.261152) + (xy 295.343038 108.605628) (xy 295.792563 108.792287) (xy 296.279302 108.792712) (xy 296.729152 108.606838) (xy 297.073628 108.262962) + (xy 297.260287 107.813437) (xy 297.260712 107.326698) (xy 297.260712 109.866698) (xy 297.074838 109.416848) (xy 296.730962 109.072372) + (xy 296.281437 108.885713) (xy 295.794698 108.885288) (xy 295.344848 109.071162) (xy 295.000372 109.415038) (xy 294.813713 109.864563) + (xy 294.813288 110.351302) (xy 294.999162 110.801152) (xy 295.343038 111.145628) (xy 295.792563 111.332287) (xy 296.279302 111.332712) + (xy 296.729152 111.146838) (xy 297.073628 110.802962) (xy 297.260287 110.353437) (xy 297.260712 109.866698) (xy 297.260712 112.406698) + (xy 297.074838 111.956848) (xy 296.730962 111.612372) (xy 296.281437 111.425713) (xy 295.794698 111.425288) (xy 295.344848 111.611162) + (xy 295.000372 111.955038) (xy 294.813713 112.404563) (xy 294.813288 112.891302) (xy 294.999162 113.341152) (xy 295.343038 113.685628) + (xy 295.792563 113.872287) (xy 296.279302 113.872712) (xy 296.729152 113.686838) (xy 297.073628 113.342962) (xy 297.260287 112.893437) + (xy 297.260712 112.406698) (xy 297.260712 114.946698) (xy 297.074838 114.496848) (xy 296.730962 114.152372) (xy 296.281437 113.965713) + (xy 295.794698 113.965288) (xy 295.344848 114.151162) (xy 295.000372 114.495038) (xy 294.813713 114.944563) (xy 294.813288 115.431302) + (xy 294.999162 115.881152) (xy 295.343038 116.225628) (xy 295.792563 116.412287) (xy 296.279302 116.412712) (xy 296.729152 116.226838) + (xy 297.073628 115.882962) (xy 297.260287 115.433437) (xy 297.260712 114.946698) (xy 297.260712 117.486698) (xy 297.074838 117.036848) + (xy 296.730962 116.692372) (xy 296.281437 116.505713) (xy 295.794698 116.505288) (xy 295.344848 116.691162) (xy 295.000372 117.035038) + (xy 294.813713 117.484563) (xy 294.813288 117.971302) (xy 294.999162 118.421152) (xy 295.343038 118.765628) (xy 295.792563 118.952287) + (xy 296.279302 118.952712) (xy 296.729152 118.766838) (xy 297.073628 118.422962) (xy 297.260287 117.973437) (xy 297.260712 117.486698) + (xy 297.260712 120.026698) (xy 297.074838 119.576848) (xy 296.730962 119.232372) (xy 296.281437 119.045713) (xy 295.794698 119.045288) + (xy 295.344848 119.231162) (xy 295.000372 119.575038) (xy 294.813713 120.024563) (xy 294.813288 120.511302) (xy 294.999162 120.961152) + (xy 295.343038 121.305628) (xy 295.792563 121.492287) (xy 296.279302 121.492712) (xy 296.729152 121.306838) (xy 297.073628 120.962962) + (xy 297.260287 120.513437) (xy 297.260712 120.026698) (xy 297.260712 122.566698) (xy 297.074838 122.116848) (xy 296.730962 121.772372) + (xy 296.281437 121.585713) (xy 295.794698 121.585288) (xy 295.344848 121.771162) (xy 295.000372 122.115038) (xy 294.813713 122.564563) + (xy 294.813288 123.051302) (xy 294.999162 123.501152) (xy 295.343038 123.845628) (xy 295.792563 124.032287) (xy 296.279302 124.032712) + (xy 296.729152 123.846838) (xy 297.073628 123.502962) (xy 297.260287 123.053437) (xy 297.260712 122.566698) (xy 297.260712 125.106698) + (xy 297.074838 124.656848) (xy 296.730962 124.312372) (xy 296.281437 124.125713) (xy 295.794698 124.125288) (xy 295.344848 124.311162) + (xy 295.000372 124.655038) (xy 294.813713 125.104563) (xy 294.813458 125.395539) (xy 294.575001 125.395332) (xy 294.454031 125.445315) + (xy 294.466332 125.415692) (xy 294.466668 125.030001) (xy 294.319382 124.67354) (xy 294.046895 124.400577) (xy 293.690692 124.252668) + (xy 293.678208 124.252657) (xy 293.937423 123.993895) (xy 294.085332 123.637692) (xy 294.085668 123.252001) (xy 293.938382 122.89554) + (xy 293.665895 122.622577) (xy 293.309692 122.474668) (xy 292.924001 122.474332) (xy 292.56754 122.621618) (xy 292.294577 122.894105) + (xy 292.244355 123.015052) (xy 292.244355 117.069217) (xy 292.244355 108.179217) (xy 292.244355 99.289217) (xy 292.244355 90.399217) + (xy 292.244355 81.509217) (xy 292.244355 72.619217) (xy 292.244355 63.729217) (xy 291.93307 62.975851) (xy 291.357181 62.398955) + (xy 290.604359 62.086357) (xy 289.789217 62.085645) (xy 289.035851 62.39693) (xy 288.458955 62.972819) (xy 288.356336 63.219951) + (xy 288.350382 63.20554) (xy 288.077895 62.932577) (xy 287.721692 62.784668) (xy 287.336001 62.784332) (xy 286.97954 62.931618) + (xy 286.706577 63.204105) (xy 286.558668 63.560308) (xy 286.558332 63.945999) (xy 286.705618 64.30246) (xy 286.978105 64.575423) + (xy 287.334308 64.723332) (xy 287.719999 64.723668) (xy 288.07646 64.576382) (xy 288.145674 64.507288) (xy 288.145645 64.540783) + (xy 288.45693 65.294149) (xy 289.032819 65.871045) (xy 289.785641 66.183643) (xy 290.600783 66.184355) (xy 291.354149 65.87307) + (xy 291.931045 65.297181) (xy 292.243643 64.544359) (xy 292.244355 63.729217) (xy 292.244355 72.619217) (xy 291.93307 71.865851) + (xy 291.357181 71.288955) (xy 290.604359 70.976357) (xy 289.789217 70.975645) (xy 289.035851 71.28693) (xy 288.497668 71.824173) + (xy 288.497668 67.880001) (xy 288.350382 67.52354) (xy 288.077895 67.250577) (xy 287.721692 67.102668) (xy 287.336001 67.102332) + (xy 286.97954 67.249618) (xy 286.706577 67.522105) (xy 286.558668 67.878308) (xy 286.558332 68.263999) (xy 286.705618 68.62046) + (xy 286.978105 68.893423) (xy 287.334308 69.041332) (xy 287.719999 69.041668) (xy 288.07646 68.894382) (xy 288.349423 68.621895) + (xy 288.497332 68.265692) (xy 288.497668 67.880001) (xy 288.497668 71.824173) (xy 288.458955 71.862819) (xy 288.146357 72.615641) + (xy 288.145645 73.430783) (xy 288.45693 74.184149) (xy 289.032819 74.761045) (xy 289.785641 75.073643) (xy 290.600783 75.074355) + (xy 291.354149 74.76307) (xy 291.931045 74.187181) (xy 292.243643 73.434359) (xy 292.244355 72.619217) (xy 292.244355 81.509217) + (xy 291.93307 80.755851) (xy 291.357181 80.178955) (xy 290.604359 79.866357) (xy 289.789217 79.865645) (xy 289.035851 80.17693) + (xy 288.458955 80.752819) (xy 288.146357 81.505641) (xy 288.145645 82.320783) (xy 288.45693 83.074149) (xy 289.032819 83.651045) + (xy 289.785641 83.963643) (xy 290.600783 83.964355) (xy 291.354149 83.65307) (xy 291.931045 83.077181) (xy 292.243643 82.324359) + (xy 292.244355 81.509217) (xy 292.244355 90.399217) (xy 291.93307 89.645851) (xy 291.357181 89.068955) (xy 290.604359 88.756357) + (xy 289.789217 88.755645) (xy 289.035851 89.06693) (xy 288.458955 89.642819) (xy 288.146357 90.395641) (xy 288.145645 91.210783) + (xy 288.45693 91.964149) (xy 289.032819 92.541045) (xy 289.785641 92.853643) (xy 290.600783 92.854355) (xy 291.354149 92.54307) + (xy 291.931045 91.967181) (xy 292.243643 91.214359) (xy 292.244355 90.399217) (xy 292.244355 99.289217) (xy 291.93307 98.535851) + (xy 291.357181 97.958955) (xy 290.604359 97.646357) (xy 289.789217 97.645645) (xy 289.035851 97.95693) (xy 288.458955 98.532819) + (xy 288.146357 99.285641) (xy 288.145645 100.100783) (xy 288.45693 100.854149) (xy 289.032819 101.431045) (xy 289.785641 101.743643) + (xy 290.600783 101.744355) (xy 291.354149 101.43307) (xy 291.931045 100.857181) (xy 292.243643 100.104359) (xy 292.244355 99.289217) + (xy 292.244355 108.179217) (xy 291.93307 107.425851) (xy 291.357181 106.848955) (xy 290.604359 106.536357) (xy 289.789217 106.535645) + (xy 289.035851 106.84693) (xy 288.497668 107.384173) (xy 288.497668 103.821001) (xy 288.350382 103.46454) (xy 288.077895 103.191577) + (xy 287.721692 103.043668) (xy 287.336001 103.043332) (xy 286.97954 103.190618) (xy 286.706577 103.463105) (xy 286.558668 103.819308) + (xy 286.558332 104.204999) (xy 286.705618 104.56146) (xy 286.978105 104.834423) (xy 287.334308 104.982332) (xy 287.719999 104.982668) + (xy 288.07646 104.835382) (xy 288.349423 104.562895) (xy 288.497332 104.206692) (xy 288.497668 103.821001) (xy 288.497668 107.384173) + (xy 288.458955 107.422819) (xy 288.146357 108.175641) (xy 288.145645 108.990783) (xy 288.45693 109.744149) (xy 289.032819 110.321045) + (xy 289.785641 110.633643) (xy 290.600783 110.634355) (xy 291.354149 110.32307) (xy 291.931045 109.747181) (xy 292.243643 108.994359) + (xy 292.244355 108.179217) (xy 292.244355 117.069217) (xy 291.93307 116.315851) (xy 291.357181 115.738955) (xy 290.604359 115.426357) + (xy 289.789217 115.425645) (xy 289.035851 115.73693) (xy 288.458955 116.312819) (xy 288.146357 117.065641) (xy 288.145645 117.880783) + (xy 288.45693 118.634149) (xy 289.032819 119.211045) (xy 289.785641 119.523643) (xy 290.600783 119.524355) (xy 291.354149 119.21307) + (xy 291.931045 118.637181) (xy 292.243643 117.884359) (xy 292.244355 117.069217) (xy 292.244355 123.015052) (xy 292.146668 123.250308) + (xy 292.146332 123.635999) (xy 292.293618 123.99246) (xy 292.566105 124.265423) (xy 292.922308 124.413332) (xy 292.934791 124.413342) + (xy 292.675577 124.672105) (xy 292.527668 125.028308) (xy 292.527332 125.413999) (xy 292.674618 125.77046) (xy 292.947105 126.043423) + (xy 293.303308 126.191332) (xy 293.688999 126.191668) (xy 293.809968 126.141684) (xy 293.797668 126.171308) (xy 293.797332 126.556999) + (xy 293.944618 126.91346) (xy 294.217105 127.186423) (xy 294.573308 127.334332) (xy 294.958999 127.334668) (xy 295.31546 127.187382) + (xy 295.588423 126.914895) (xy 295.736332 126.558692) (xy 295.73634 126.548941) (xy 295.792563 126.572287) (xy 296.279302 126.572712) + (xy 296.729152 126.386838) (xy 297.073628 126.042962) (xy 297.260287 125.593437) (xy 297.260712 125.106698) (xy 297.260712 126.597224) + (xy 297.119692 126.538668) (xy 296.734001 126.538332) (xy 296.37754 126.685618) (xy 296.104577 126.958105) (xy 295.956668 127.314308) + (xy 295.956332 127.699999) (xy 296.103618 128.05646) (xy 296.376105 128.329423) (xy 296.732308 128.477332) (xy 297.117999 128.477668) + (xy 297.44122 128.344116) (xy 297.539162 128.581152) (xy 297.883038 128.925628) (xy 298.332563 129.112287) (xy 298.819302 129.112712) + (xy 299.269152 128.926838) (xy 299.613628 128.582962) (xy 299.800287 128.133437) (xy 299.800712 127.646698) (xy 299.800712 133.7394) + (xy 292.942668 133.7394) (xy 292.942668 131.380001) (xy 292.795382 131.02354) (xy 292.522895 130.750577) (xy 292.244355 130.634916) + (xy 292.244355 125.959217) (xy 291.93307 125.205851) (xy 291.357181 124.628955) (xy 290.604359 124.316357) (xy 289.789217 124.315645) + (xy 289.035851 124.62693) (xy 288.458955 125.202819) (xy 288.146357 125.955641) (xy 288.145645 126.770783) (xy 288.45693 127.524149) + (xy 289.032819 128.101045) (xy 289.785641 128.413643) (xy 290.600783 128.414355) (xy 291.354149 128.10307) (xy 291.931045 127.527181) + (xy 292.243643 126.774359) (xy 292.244355 125.959217) (xy 292.244355 130.634916) (xy 292.166692 130.602668) (xy 291.781001 130.602332) + (xy 291.42454 130.749618) (xy 291.151577 131.022105) (xy 291.003668 131.378308) (xy 291.003332 131.763999) (xy 291.150618 132.12046) + (xy 291.423105 132.393423) (xy 291.779308 132.541332) (xy 292.164999 132.541668) (xy 292.52146 132.394382) (xy 292.794423 132.121895) + (xy 292.942332 131.765692) (xy 292.942668 131.380001) (xy 292.942668 133.7394) (xy 290.957 133.7394) (xy 285.957668 133.7394) + (xy 285.957668 110.552001) (xy 285.957668 99.630001) (xy 285.810382 99.27354) (xy 285.537895 99.000577) (xy 285.181692 98.852668) + (xy 284.796001 98.852332) (xy 284.43954 98.999618) (xy 284.166577 99.272105) (xy 284.018668 99.628308) (xy 284.018332 100.013999) + (xy 284.165618 100.37046) (xy 284.438105 100.643423) (xy 284.794308 100.791332) (xy 285.179999 100.791668) (xy 285.53646 100.644382) + (xy 285.809423 100.371895) (xy 285.957332 100.015692) (xy 285.957668 99.630001) (xy 285.957668 110.552001) (xy 285.810382 110.19554) + (xy 285.537895 109.922577) (xy 285.181692 109.774668) (xy 284.796001 109.774332) (xy 284.43954 109.921618) (xy 284.166577 110.194105) + (xy 284.018668 110.550308) (xy 284.018332 110.935999) (xy 284.165618 111.29246) (xy 284.438105 111.565423) (xy 284.794308 111.713332) + (xy 285.179999 111.713668) (xy 285.53646 111.566382) (xy 285.809423 111.293895) (xy 285.957332 110.937692) (xy 285.957668 110.552001) + (xy 285.957668 133.7394) (xy 283.0365 133.7394) (xy 283.0365 128.310929) (xy 283.0365 128.102071) (xy 283.0365 127.79125) + (xy 283.0365 127.47875) (xy 283.0365 127.167929) (xy 283.0365 126.959071) (xy 283.0365 119.420929) (xy 283.0365 119.212071) + (xy 283.0365 118.90125) (xy 283.0365 118.58875) (xy 283.0365 118.277929) (xy 283.0365 118.069071) (xy 283.0365 110.530929) + (xy 283.0365 110.322071) (xy 283.0365 110.01125) (xy 283.0365 109.69875) (xy 283.0365 109.387929) (xy 283.0365 109.179071) + (xy 283.0365 101.640929) (xy 283.0365 101.432071) (xy 283.0365 101.12125) (xy 283.0365 100.80875) (xy 283.0365 100.497929) + (xy 283.0365 100.289071) (xy 283.0365 92.750929) (xy 283.0365 92.542071) (xy 283.0365 92.23125) (xy 283.0365 91.91875) + (xy 283.0365 91.607929) (xy 283.0365 91.399071) (xy 283.0365 83.860929) (xy 283.0365 83.652071) (xy 283.0365 83.34125) + (xy 283.0365 83.02875) (xy 283.0365 82.717929) (xy 283.0365 82.509071) (xy 283.0365 74.970929) (xy 283.0365 74.762071) + (xy 283.0365 74.45125) (xy 283.0365 74.13875) (xy 283.0365 73.827929) (xy 283.0365 73.619071) (xy 283.0365 66.080929) + (xy 283.0365 65.872071) (xy 283.0365 65.56125) (xy 283.0365 65.24875) (xy 283.0365 64.937929) (xy 283.0365 64.729071) + (xy 282.956574 64.536111) (xy 282.808889 64.388426) (xy 282.615929 64.3085) (xy 282.09625 64.3085) (xy 281.965 64.43975) + (xy 281.965 65.38) (xy 282.90525 65.38) (xy 283.0365 65.24875) (xy 283.0365 65.56125) (xy 282.90525 65.43) + (xy 281.965 65.43) (xy 281.965 66.37025) (xy 282.09625 66.5015) (xy 282.615929 66.5015) (xy 282.808889 66.421574) + (xy 282.956574 66.273889) (xy 283.0365 66.080929) (xy 283.0365 73.619071) (xy 282.956574 73.426111) (xy 282.808889 73.278426) + (xy 282.615929 73.1985) (xy 282.09625 73.1985) (xy 281.965 73.32975) (xy 281.965 74.27) (xy 282.90525 74.27) + (xy 283.0365 74.13875) (xy 283.0365 74.45125) (xy 282.90525 74.32) (xy 281.965 74.32) (xy 281.965 75.26025) + (xy 282.09625 75.3915) (xy 282.615929 75.3915) (xy 282.808889 75.311574) (xy 282.956574 75.163889) (xy 283.0365 74.970929) + (xy 283.0365 82.509071) (xy 282.956574 82.316111) (xy 282.808889 82.168426) (xy 282.615929 82.0885) (xy 282.09625 82.0885) + (xy 281.965 82.21975) (xy 281.965 83.16) (xy 282.90525 83.16) (xy 283.0365 83.02875) (xy 283.0365 83.34125) + (xy 282.90525 83.21) (xy 281.965 83.21) (xy 281.965 84.15025) (xy 282.09625 84.2815) (xy 282.615929 84.2815) + (xy 282.808889 84.201574) (xy 282.956574 84.053889) (xy 283.0365 83.860929) (xy 283.0365 91.399071) (xy 282.956574 91.206111) + (xy 282.808889 91.058426) (xy 282.615929 90.9785) (xy 282.09625 90.9785) (xy 281.965 91.10975) (xy 281.965 92.05) + (xy 282.90525 92.05) (xy 283.0365 91.91875) (xy 283.0365 92.23125) (xy 282.90525 92.1) (xy 281.965 92.1) + (xy 281.965 93.04025) (xy 282.09625 93.1715) (xy 282.615929 93.1715) (xy 282.808889 93.091574) (xy 282.956574 92.943889) + (xy 283.0365 92.750929) (xy 283.0365 100.289071) (xy 282.956574 100.096111) (xy 282.808889 99.948426) (xy 282.615929 99.8685) + (xy 282.09625 99.8685) (xy 281.965 99.99975) (xy 281.965 100.94) (xy 282.90525 100.94) (xy 283.0365 100.80875) + (xy 283.0365 101.12125) (xy 282.90525 100.99) (xy 281.965 100.99) (xy 281.965 101.93025) (xy 282.09625 102.0615) + (xy 282.615929 102.0615) (xy 282.808889 101.981574) (xy 282.956574 101.833889) (xy 283.0365 101.640929) (xy 283.0365 109.179071) + (xy 282.956574 108.986111) (xy 282.808889 108.838426) (xy 282.615929 108.7585) (xy 282.09625 108.7585) (xy 281.965 108.88975) + (xy 281.965 109.83) (xy 282.90525 109.83) (xy 283.0365 109.69875) (xy 283.0365 110.01125) (xy 282.90525 109.88) + (xy 281.965 109.88) (xy 281.965 110.82025) (xy 282.09625 110.9515) (xy 282.615929 110.9515) (xy 282.808889 110.871574) + (xy 282.956574 110.723889) (xy 283.0365 110.530929) (xy 283.0365 118.069071) (xy 282.956574 117.876111) (xy 282.808889 117.728426) + (xy 282.615929 117.6485) (xy 282.09625 117.6485) (xy 281.965 117.77975) (xy 281.965 118.72) (xy 282.90525 118.72) + (xy 283.0365 118.58875) (xy 283.0365 118.90125) (xy 282.90525 118.77) (xy 281.965 118.77) (xy 281.965 119.71025) + (xy 282.09625 119.8415) (xy 282.615929 119.8415) (xy 282.808889 119.761574) (xy 282.956574 119.613889) (xy 283.0365 119.420929) + (xy 283.0365 126.959071) (xy 282.956574 126.766111) (xy 282.808889 126.618426) (xy 282.615929 126.5385) (xy 282.09625 126.5385) + (xy 281.965 126.66975) (xy 281.965 127.61) (xy 282.90525 127.61) (xy 283.0365 127.47875) (xy 283.0365 127.79125) + (xy 282.90525 127.66) (xy 281.965 127.66) (xy 281.965 128.60025) (xy 282.09625 128.7315) (xy 282.615929 128.7315) + (xy 282.808889 128.651574) (xy 282.956574 128.503889) (xy 283.0365 128.310929) (xy 283.0365 133.7394) (xy 281.915 133.7394) + (xy 281.915 128.60025) (xy 281.915 127.66) (xy 281.915 127.61) (xy 281.915 126.66975) (xy 281.915 119.71025) + (xy 281.915 118.77) (xy 281.915 118.72) (xy 281.915 117.77975) (xy 281.915 110.82025) (xy 281.915 109.88) + (xy 281.915 109.83) (xy 281.915 108.88975) (xy 281.915 101.93025) (xy 281.915 100.99) (xy 281.915 100.94) + (xy 281.915 99.99975) (xy 281.915 93.04025) (xy 281.915 92.1) (xy 281.915 92.05) (xy 281.915 91.10975) + (xy 281.915 84.15025) (xy 281.915 83.21) (xy 281.915 83.16) (xy 281.915 82.21975) (xy 281.915 75.26025) + (xy 281.915 74.32) (xy 281.915 74.27) (xy 281.915 73.32975) (xy 281.915 66.37025) (xy 281.915 65.43) + (xy 281.915 65.38) (xy 281.915 64.43975) (xy 281.78375 64.3085) (xy 281.76669 64.3085) (xy 281.76669 62.647849) + (xy 281.60011 62.244694) (xy 281.291928 61.935974) (xy 280.889064 61.76869) (xy 280.452849 61.76831) (xy 280.049694 61.93489) + (xy 279.740974 62.243072) (xy 279.57369 62.645936) (xy 279.57331 63.082151) (xy 279.73989 63.485306) (xy 280.048072 63.794026) + (xy 280.450936 63.96131) (xy 280.887151 63.96169) (xy 281.290306 63.79511) (xy 281.599026 63.486928) (xy 281.76631 63.084064) + (xy 281.76669 62.647849) (xy 281.76669 64.3085) (xy 281.264071 64.3085) (xy 281.071111 64.388426) (xy 280.923426 64.536111) + (xy 280.8435 64.729071) (xy 280.8435 64.937929) (xy 280.8435 65.24875) (xy 280.97475 65.38) (xy 281.915 65.38) + (xy 281.915 65.43) (xy 280.97475 65.43) (xy 280.8435 65.56125) (xy 280.8435 65.872071) (xy 280.8435 66.080929) + (xy 280.923426 66.273889) (xy 281.071111 66.421574) (xy 281.264071 66.5015) (xy 281.78375 66.5015) (xy 281.915 66.37025) + (xy 281.915 73.32975) (xy 281.78375 73.1985) (xy 281.76669 73.1985) (xy 281.76669 71.537849) (xy 281.60011 71.134694) + (xy 281.291928 70.825974) (xy 280.889064 70.65869) (xy 280.49669 70.658348) (xy 280.49669 65.187849) (xy 280.33011 64.784694) + (xy 280.021928 64.475974) (xy 279.619064 64.30869) (xy 279.22669 64.308348) (xy 279.22669 62.647849) (xy 279.06011 62.244694) + (xy 278.751928 61.935974) (xy 278.349064 61.76869) (xy 277.912849 61.76831) (xy 277.509694 61.93489) (xy 277.200974 62.243072) + (xy 277.03369 62.645936) (xy 277.03331 63.082151) (xy 277.19989 63.485306) (xy 277.508072 63.794026) (xy 277.910936 63.96131) + (xy 278.347151 63.96169) (xy 278.750306 63.79511) (xy 279.059026 63.486928) (xy 279.22631 63.084064) (xy 279.22669 62.647849) + (xy 279.22669 64.308348) (xy 279.182849 64.30831) (xy 278.779694 64.47489) (xy 278.470974 64.783072) (xy 278.30369 65.185936) + (xy 278.30331 65.622151) (xy 278.46989 66.025306) (xy 278.778072 66.334026) (xy 279.180936 66.50131) (xy 279.617151 66.50169) + (xy 280.020306 66.33511) (xy 280.329026 66.026928) (xy 280.49631 65.624064) (xy 280.49669 65.187849) (xy 280.49669 70.658348) + (xy 280.452849 70.65831) (xy 280.049694 70.82489) (xy 279.740974 71.133072) (xy 279.57369 71.535936) (xy 279.57331 71.972151) + (xy 279.73989 72.375306) (xy 280.048072 72.684026) (xy 280.450936 72.85131) (xy 280.887151 72.85169) (xy 281.290306 72.68511) + (xy 281.599026 72.376928) (xy 281.76631 71.974064) (xy 281.76669 71.537849) (xy 281.76669 73.1985) (xy 281.264071 73.1985) + (xy 281.071111 73.278426) (xy 280.923426 73.426111) (xy 280.8435 73.619071) (xy 280.8435 73.827929) (xy 280.8435 74.13875) + (xy 280.97475 74.27) (xy 281.915 74.27) (xy 281.915 74.32) (xy 280.97475 74.32) (xy 280.8435 74.45125) + (xy 280.8435 74.762071) (xy 280.8435 74.970929) (xy 280.923426 75.163889) (xy 281.071111 75.311574) (xy 281.264071 75.3915) + (xy 281.78375 75.3915) (xy 281.915 75.26025) (xy 281.915 82.21975) (xy 281.78375 82.0885) (xy 281.76669 82.0885) + (xy 281.76669 80.427849) (xy 281.60011 80.024694) (xy 281.291928 79.715974) (xy 280.889064 79.54869) (xy 280.49669 79.548348) + (xy 280.49669 74.077849) (xy 280.33011 73.674694) (xy 280.021928 73.365974) (xy 279.619064 73.19869) (xy 279.22669 73.198348) + (xy 279.22669 71.537849) (xy 279.06011 71.134694) (xy 278.751928 70.825974) (xy 278.349064 70.65869) (xy 277.95669 70.658348) + (xy 277.95669 65.187849) (xy 277.79011 64.784694) (xy 277.481928 64.475974) (xy 277.079064 64.30869) (xy 276.68669 64.308348) + (xy 276.68669 62.647849) (xy 276.52011 62.244694) (xy 276.211928 61.935974) (xy 275.809064 61.76869) (xy 275.372849 61.76831) + (xy 274.969694 61.93489) (xy 274.660974 62.243072) (xy 274.49369 62.645936) (xy 274.49331 63.082151) (xy 274.65989 63.485306) + (xy 274.968072 63.794026) (xy 275.370936 63.96131) (xy 275.807151 63.96169) (xy 276.210306 63.79511) (xy 276.519026 63.486928) + (xy 276.68631 63.084064) (xy 276.68669 62.647849) (xy 276.68669 64.308348) (xy 276.642849 64.30831) (xy 276.239694 64.47489) + (xy 275.930974 64.783072) (xy 275.76369 65.185936) (xy 275.76331 65.622151) (xy 275.92989 66.025306) (xy 276.238072 66.334026) + (xy 276.640936 66.50131) (xy 277.077151 66.50169) (xy 277.480306 66.33511) (xy 277.789026 66.026928) (xy 277.95631 65.624064) + (xy 277.95669 65.187849) (xy 277.95669 70.658348) (xy 277.912849 70.65831) (xy 277.509694 70.82489) (xy 277.200974 71.133072) + (xy 277.03369 71.535936) (xy 277.03331 71.972151) (xy 277.19989 72.375306) (xy 277.508072 72.684026) (xy 277.910936 72.85131) + (xy 278.347151 72.85169) (xy 278.750306 72.68511) (xy 279.059026 72.376928) (xy 279.22631 71.974064) (xy 279.22669 71.537849) + (xy 279.22669 73.198348) (xy 279.182849 73.19831) (xy 278.779694 73.36489) (xy 278.470974 73.673072) (xy 278.30369 74.075936) + (xy 278.30331 74.512151) (xy 278.46989 74.915306) (xy 278.778072 75.224026) (xy 279.180936 75.39131) (xy 279.617151 75.39169) + (xy 280.020306 75.22511) (xy 280.329026 74.916928) (xy 280.49631 74.514064) (xy 280.49669 74.077849) (xy 280.49669 79.548348) + (xy 280.452849 79.54831) (xy 280.369668 79.582679) (xy 280.369668 78.548001) (xy 280.222382 78.19154) (xy 279.949895 77.918577) + (xy 279.593692 77.770668) (xy 279.208001 77.770332) (xy 278.85154 77.917618) (xy 278.578577 78.190105) (xy 278.430668 78.546308) + (xy 278.430332 78.931999) (xy 278.577618 79.28846) (xy 278.850105 79.561423) (xy 279.206308 79.709332) (xy 279.591999 79.709668) + (xy 279.94846 79.562382) (xy 280.221423 79.289895) (xy 280.369332 78.933692) (xy 280.369668 78.548001) (xy 280.369668 79.582679) + (xy 280.049694 79.71489) (xy 279.740974 80.023072) (xy 279.57369 80.425936) (xy 279.57331 80.862151) (xy 279.73989 81.265306) + (xy 280.048072 81.574026) (xy 280.450936 81.74131) (xy 280.887151 81.74169) (xy 281.290306 81.57511) (xy 281.599026 81.266928) + (xy 281.76631 80.864064) (xy 281.76669 80.427849) (xy 281.76669 82.0885) (xy 281.264071 82.0885) (xy 281.071111 82.168426) + (xy 280.923426 82.316111) (xy 280.8435 82.509071) (xy 280.8435 82.717929) (xy 280.8435 83.02875) (xy 280.97475 83.16) + (xy 281.915 83.16) (xy 281.915 83.21) (xy 280.97475 83.21) (xy 280.8435 83.34125) (xy 280.8435 83.652071) + (xy 280.8435 83.860929) (xy 280.923426 84.053889) (xy 281.071111 84.201574) (xy 281.264071 84.2815) (xy 281.78375 84.2815) + (xy 281.915 84.15025) (xy 281.915 91.10975) (xy 281.78375 90.9785) (xy 281.76669 90.9785) (xy 281.76669 89.317849) + (xy 281.60011 88.914694) (xy 281.291928 88.605974) (xy 280.889064 88.43869) (xy 280.49669 88.438348) (xy 280.49669 82.967849) + (xy 280.33011 82.564694) (xy 280.021928 82.255974) (xy 279.619064 82.08869) (xy 279.22669 82.088348) (xy 279.22669 80.427849) + (xy 279.06011 80.024694) (xy 278.751928 79.715974) (xy 278.349064 79.54869) (xy 277.95669 79.548348) (xy 277.95669 74.077849) + (xy 277.79011 73.674694) (xy 277.481928 73.365974) (xy 277.079064 73.19869) (xy 276.68669 73.198348) (xy 276.68669 71.537849) + (xy 276.52011 71.134694) (xy 276.211928 70.825974) (xy 275.809064 70.65869) (xy 275.41669 70.658348) (xy 275.41669 65.187849) + (xy 275.25011 64.784694) (xy 274.941928 64.475974) (xy 274.539064 64.30869) (xy 274.14669 64.308348) (xy 274.14669 62.647849) + (xy 273.98011 62.244694) (xy 273.671928 61.935974) (xy 273.269064 61.76869) (xy 272.832849 61.76831) (xy 272.429694 61.93489) + (xy 272.120974 62.243072) (xy 271.95369 62.645936) (xy 271.95331 63.082151) (xy 272.11989 63.485306) (xy 272.428072 63.794026) + (xy 272.830936 63.96131) (xy 273.267151 63.96169) (xy 273.670306 63.79511) (xy 273.979026 63.486928) (xy 274.14631 63.084064) + (xy 274.14669 62.647849) (xy 274.14669 64.308348) (xy 274.102849 64.30831) (xy 273.699694 64.47489) (xy 273.390974 64.783072) + (xy 273.22369 65.185936) (xy 273.22331 65.622151) (xy 273.38989 66.025306) (xy 273.698072 66.334026) (xy 274.100936 66.50131) + (xy 274.537151 66.50169) (xy 274.940306 66.33511) (xy 275.249026 66.026928) (xy 275.41631 65.624064) (xy 275.41669 65.187849) + (xy 275.41669 70.658348) (xy 275.372849 70.65831) (xy 274.969694 70.82489) (xy 274.660974 71.133072) (xy 274.49369 71.535936) + (xy 274.49331 71.972151) (xy 274.65989 72.375306) (xy 274.968072 72.684026) (xy 275.370936 72.85131) (xy 275.807151 72.85169) + (xy 276.210306 72.68511) (xy 276.519026 72.376928) (xy 276.68631 71.974064) (xy 276.68669 71.537849) (xy 276.68669 73.198348) + (xy 276.642849 73.19831) (xy 276.239694 73.36489) (xy 275.930974 73.673072) (xy 275.76369 74.075936) (xy 275.76331 74.512151) + (xy 275.92989 74.915306) (xy 276.238072 75.224026) (xy 276.640936 75.39131) (xy 277.077151 75.39169) (xy 277.480306 75.22511) + (xy 277.789026 74.916928) (xy 277.95631 74.514064) (xy 277.95669 74.077849) (xy 277.95669 79.548348) (xy 277.912849 79.54831) + (xy 277.829668 79.582679) (xy 277.829668 78.548001) (xy 277.682382 78.19154) (xy 277.409895 77.918577) (xy 277.053692 77.770668) + (xy 276.668001 77.770332) (xy 276.31154 77.917618) (xy 276.038577 78.190105) (xy 275.890668 78.546308) (xy 275.890332 78.931999) + (xy 276.037618 79.28846) (xy 276.310105 79.561423) (xy 276.666308 79.709332) (xy 277.051999 79.709668) (xy 277.40846 79.562382) + (xy 277.681423 79.289895) (xy 277.829332 78.933692) (xy 277.829668 78.548001) (xy 277.829668 79.582679) (xy 277.509694 79.71489) + (xy 277.200974 80.023072) (xy 277.03369 80.425936) (xy 277.03331 80.862151) (xy 277.19989 81.265306) (xy 277.508072 81.574026) + (xy 277.910936 81.74131) (xy 278.347151 81.74169) (xy 278.750306 81.57511) (xy 279.059026 81.266928) (xy 279.22631 80.864064) + (xy 279.22669 80.427849) (xy 279.22669 82.088348) (xy 279.182849 82.08831) (xy 278.779694 82.25489) (xy 278.470974 82.563072) + (xy 278.30369 82.965936) (xy 278.30331 83.402151) (xy 278.46989 83.805306) (xy 278.778072 84.114026) (xy 279.180936 84.28131) + (xy 279.617151 84.28169) (xy 280.020306 84.11511) (xy 280.329026 83.806928) (xy 280.49631 83.404064) (xy 280.49669 82.967849) + (xy 280.49669 88.438348) (xy 280.452849 88.43831) (xy 280.049694 88.60489) (xy 279.740974 88.913072) (xy 279.57369 89.315936) + (xy 279.57331 89.752151) (xy 279.73989 90.155306) (xy 280.048072 90.464026) (xy 280.450936 90.63131) (xy 280.887151 90.63169) + (xy 281.290306 90.46511) (xy 281.599026 90.156928) (xy 281.76631 89.754064) (xy 281.76669 89.317849) (xy 281.76669 90.9785) + (xy 281.264071 90.9785) (xy 281.071111 91.058426) (xy 280.923426 91.206111) (xy 280.8435 91.399071) (xy 280.8435 91.607929) + (xy 280.8435 91.91875) (xy 280.97475 92.05) (xy 281.915 92.05) (xy 281.915 92.1) (xy 280.97475 92.1) + (xy 280.8435 92.23125) (xy 280.8435 92.542071) (xy 280.8435 92.750929) (xy 280.923426 92.943889) (xy 281.071111 93.091574) + (xy 281.264071 93.1715) (xy 281.78375 93.1715) (xy 281.915 93.04025) (xy 281.915 99.99975) (xy 281.78375 99.8685) + (xy 281.76669 99.8685) (xy 281.76669 98.207849) (xy 281.60011 97.804694) (xy 281.291928 97.495974) (xy 280.889064 97.32869) + (xy 280.49669 97.328348) (xy 280.49669 91.857849) (xy 280.33011 91.454694) (xy 280.021928 91.145974) (xy 279.619064 90.97869) + (xy 279.22669 90.978348) (xy 279.22669 89.317849) (xy 279.06011 88.914694) (xy 278.751928 88.605974) (xy 278.349064 88.43869) + (xy 277.95669 88.438348) (xy 277.95669 82.967849) (xy 277.79011 82.564694) (xy 277.481928 82.255974) (xy 277.079064 82.08869) + (xy 276.68669 82.088348) (xy 276.68669 80.427849) (xy 276.52011 80.024694) (xy 276.211928 79.715974) (xy 275.809064 79.54869) + (xy 275.41669 79.548348) (xy 275.41669 74.077849) (xy 275.25011 73.674694) (xy 274.941928 73.365974) (xy 274.539064 73.19869) + (xy 274.14669 73.198348) (xy 274.14669 71.537849) (xy 273.98011 71.134694) (xy 273.671928 70.825974) (xy 273.269064 70.65869) + (xy 272.87669 70.658348) (xy 272.87669 65.187849) (xy 272.71011 64.784694) (xy 272.401928 64.475974) (xy 271.999064 64.30869) + (xy 271.60669 64.308348) (xy 271.60669 62.647849) (xy 271.44011 62.244694) (xy 271.131928 61.935974) (xy 270.729064 61.76869) + (xy 270.292849 61.76831) (xy 270.209668 61.802679) (xy 270.209668 60.514001) (xy 270.062382 60.15754) (xy 269.789895 59.884577) + (xy 269.433692 59.736668) (xy 269.048001 59.736332) (xy 268.69154 59.883618) (xy 268.418577 60.156105) (xy 268.270668 60.512308) + (xy 268.270332 60.897999) (xy 268.417618 61.25446) (xy 268.690105 61.527423) (xy 269.046308 61.675332) (xy 269.431999 61.675668) + (xy 269.78846 61.528382) (xy 270.061423 61.255895) (xy 270.209332 60.899692) (xy 270.209668 60.514001) (xy 270.209668 61.802679) + (xy 269.889694 61.93489) (xy 269.580974 62.243072) (xy 269.41369 62.645936) (xy 269.41331 63.082151) (xy 269.57989 63.485306) + (xy 269.888072 63.794026) (xy 270.290936 63.96131) (xy 270.727151 63.96169) (xy 271.130306 63.79511) (xy 271.439026 63.486928) + (xy 271.60631 63.084064) (xy 271.60669 62.647849) (xy 271.60669 64.308348) (xy 271.562849 64.30831) (xy 271.159694 64.47489) + (xy 270.850974 64.783072) (xy 270.68369 65.185936) (xy 270.68331 65.622151) (xy 270.84989 66.025306) (xy 271.158072 66.334026) + (xy 271.560936 66.50131) (xy 271.997151 66.50169) (xy 272.400306 66.33511) (xy 272.709026 66.026928) (xy 272.87631 65.624064) + (xy 272.87669 65.187849) (xy 272.87669 70.658348) (xy 272.832849 70.65831) (xy 272.429694 70.82489) (xy 272.120974 71.133072) + (xy 271.95369 71.535936) (xy 271.95331 71.972151) (xy 272.11989 72.375306) (xy 272.428072 72.684026) (xy 272.830936 72.85131) + (xy 273.267151 72.85169) (xy 273.670306 72.68511) (xy 273.979026 72.376928) (xy 274.14631 71.974064) (xy 274.14669 71.537849) + (xy 274.14669 73.198348) (xy 274.102849 73.19831) (xy 273.699694 73.36489) (xy 273.390974 73.673072) (xy 273.22369 74.075936) + (xy 273.22331 74.512151) (xy 273.38989 74.915306) (xy 273.698072 75.224026) (xy 274.100936 75.39131) (xy 274.537151 75.39169) + (xy 274.940306 75.22511) (xy 275.249026 74.916928) (xy 275.41631 74.514064) (xy 275.41669 74.077849) (xy 275.41669 79.548348) + (xy 275.372849 79.54831) (xy 275.289651 79.582686) (xy 275.289668 79.564001) (xy 275.142382 79.20754) (xy 274.869895 78.934577) + (xy 274.513692 78.786668) (xy 274.128001 78.786332) (xy 273.77154 78.933618) (xy 273.498577 79.206105) (xy 273.350668 79.562308) + (xy 273.35065 79.582567) (xy 273.269064 79.54869) (xy 272.87669 79.548348) (xy 272.87669 74.077849) (xy 272.71011 73.674694) + (xy 272.401928 73.365974) (xy 271.999064 73.19869) (xy 271.60669 73.198348) (xy 271.60669 71.537849) (xy 271.44011 71.134694) + (xy 271.131928 70.825974) (xy 270.729064 70.65869) (xy 270.33669 70.658348) (xy 270.33669 65.187849) (xy 270.17011 64.784694) + (xy 269.861928 64.475974) (xy 269.459064 64.30869) (xy 269.06669 64.308348) (xy 269.06669 62.647849) (xy 268.90011 62.244694) + (xy 268.591928 61.935974) (xy 268.189064 61.76869) (xy 267.752849 61.76831) (xy 267.349694 61.93489) (xy 267.040974 62.243072) + (xy 266.87369 62.645936) (xy 266.87331 63.082151) (xy 267.03989 63.485306) (xy 267.348072 63.794026) (xy 267.750936 63.96131) + (xy 268.187151 63.96169) (xy 268.590306 63.79511) (xy 268.899026 63.486928) (xy 269.06631 63.084064) (xy 269.06669 62.647849) + (xy 269.06669 64.308348) (xy 269.022849 64.30831) (xy 268.619694 64.47489) (xy 268.310974 64.783072) (xy 268.14369 65.185936) + (xy 268.14331 65.622151) (xy 268.30989 66.025306) (xy 268.618072 66.334026) (xy 269.020936 66.50131) (xy 269.457151 66.50169) + (xy 269.860306 66.33511) (xy 270.169026 66.026928) (xy 270.33631 65.624064) (xy 270.33669 65.187849) (xy 270.33669 70.658348) + (xy 270.292849 70.65831) (xy 269.889694 70.82489) (xy 269.580974 71.133072) (xy 269.41369 71.535936) (xy 269.41331 71.972151) + (xy 269.57989 72.375306) (xy 269.888072 72.684026) (xy 270.290936 72.85131) (xy 270.727151 72.85169) (xy 271.130306 72.68511) + (xy 271.439026 72.376928) (xy 271.60631 71.974064) (xy 271.60669 71.537849) (xy 271.60669 73.198348) (xy 271.562849 73.19831) + (xy 271.159694 73.36489) (xy 270.850974 73.673072) (xy 270.68369 74.075936) (xy 270.68331 74.512151) (xy 270.84989 74.915306) + (xy 271.158072 75.224026) (xy 271.560936 75.39131) (xy 271.997151 75.39169) (xy 272.400306 75.22511) (xy 272.709026 74.916928) + (xy 272.87631 74.514064) (xy 272.87669 74.077849) (xy 272.87669 79.548348) (xy 272.832849 79.54831) (xy 272.429694 79.71489) + (xy 272.120974 80.023072) (xy 272.087415 80.10389) (xy 271.973692 80.056668) (xy 271.588001 80.056332) (xy 271.472843 80.103914) + (xy 271.44011 80.024694) (xy 271.131928 79.715974) (xy 270.729064 79.54869) (xy 270.33669 79.548348) (xy 270.33669 74.077849) + (xy 270.17011 73.674694) (xy 269.861928 73.365974) (xy 269.459064 73.19869) (xy 269.06669 73.198348) (xy 269.06669 71.537849) + (xy 268.90011 71.134694) (xy 268.591928 70.825974) (xy 268.189064 70.65869) (xy 267.79669 70.658348) (xy 267.79669 65.187849) + (xy 267.63011 64.784694) (xy 267.321928 64.475974) (xy 266.919064 64.30869) (xy 266.52669 64.308348) (xy 266.52669 62.647849) + (xy 266.36011 62.244694) (xy 266.051928 61.935974) (xy 265.649064 61.76869) (xy 265.212849 61.76831) (xy 264.809694 61.93489) + (xy 264.500974 62.243072) (xy 264.33369 62.645936) (xy 264.33331 63.082151) (xy 264.49989 63.485306) (xy 264.808072 63.794026) + (xy 265.210936 63.96131) (xy 265.647151 63.96169) (xy 266.050306 63.79511) (xy 266.359026 63.486928) (xy 266.52631 63.084064) + (xy 266.52669 62.647849) (xy 266.52669 64.308348) (xy 266.482849 64.30831) (xy 266.079694 64.47489) (xy 265.770974 64.783072) + (xy 265.60369 65.185936) (xy 265.60331 65.622151) (xy 265.76989 66.025306) (xy 266.078072 66.334026) (xy 266.480936 66.50131) + (xy 266.917151 66.50169) (xy 267.320306 66.33511) (xy 267.629026 66.026928) (xy 267.79631 65.624064) (xy 267.79669 65.187849) + (xy 267.79669 70.658348) (xy 267.752849 70.65831) (xy 267.349694 70.82489) (xy 267.040974 71.133072) (xy 266.87369 71.535936) + (xy 266.87331 71.972151) (xy 267.03989 72.375306) (xy 267.348072 72.684026) (xy 267.750936 72.85131) (xy 268.187151 72.85169) + (xy 268.590306 72.68511) (xy 268.899026 72.376928) (xy 269.06631 71.974064) (xy 269.06669 71.537849) (xy 269.06669 73.198348) + (xy 269.022849 73.19831) (xy 268.619694 73.36489) (xy 268.310974 73.673072) (xy 268.14369 74.075936) (xy 268.14331 74.512151) + (xy 268.30989 74.915306) (xy 268.618072 75.224026) (xy 269.020936 75.39131) (xy 269.457151 75.39169) (xy 269.860306 75.22511) + (xy 270.169026 74.916928) (xy 270.33631 74.514064) (xy 270.33669 74.077849) (xy 270.33669 79.548348) (xy 270.292849 79.54831) + (xy 269.889694 79.71489) (xy 269.580974 80.023072) (xy 269.41369 80.425936) (xy 269.41331 80.862151) (xy 269.57989 81.265306) + (xy 269.888072 81.574026) (xy 270.290936 81.74131) (xy 270.727151 81.74169) (xy 271.008505 81.625436) (xy 271.230105 81.847423) + (xy 271.586308 81.995332) (xy 271.971999 81.995668) (xy 272.32846 81.848382) (xy 272.55182 81.62541) (xy 272.830936 81.74131) + (xy 273.267151 81.74169) (xy 273.670306 81.57511) (xy 273.979026 81.266928) (xy 274.14631 80.864064) (xy 274.14643 80.725349) + (xy 274.493428 80.725651) (xy 274.49331 80.862151) (xy 274.65989 81.265306) (xy 274.968072 81.574026) (xy 275.370936 81.74131) + (xy 275.807151 81.74169) (xy 276.210306 81.57511) (xy 276.519026 81.266928) (xy 276.68631 80.864064) (xy 276.68669 80.427849) + (xy 276.68669 82.088348) (xy 276.642849 82.08831) (xy 276.239694 82.25489) (xy 275.930974 82.563072) (xy 275.76369 82.965936) + (xy 275.76331 83.402151) (xy 275.92989 83.805306) (xy 276.238072 84.114026) (xy 276.640936 84.28131) (xy 277.077151 84.28169) + (xy 277.480306 84.11511) (xy 277.789026 83.806928) (xy 277.95631 83.404064) (xy 277.95669 82.967849) (xy 277.95669 88.438348) + (xy 277.912849 88.43831) (xy 277.509694 88.60489) (xy 277.200974 88.913072) (xy 277.03369 89.315936) (xy 277.03331 89.752151) + (xy 277.19989 90.155306) (xy 277.508072 90.464026) (xy 277.910936 90.63131) (xy 278.347151 90.63169) (xy 278.750306 90.46511) + (xy 279.059026 90.156928) (xy 279.22631 89.754064) (xy 279.22669 89.317849) (xy 279.22669 90.978348) (xy 279.182849 90.97831) + (xy 278.779694 91.14489) (xy 278.470974 91.453072) (xy 278.30369 91.855936) (xy 278.30331 92.292151) (xy 278.46989 92.695306) + (xy 278.778072 93.004026) (xy 279.180936 93.17131) (xy 279.617151 93.17169) (xy 280.020306 93.00511) (xy 280.329026 92.696928) + (xy 280.49631 92.294064) (xy 280.49669 91.857849) (xy 280.49669 97.328348) (xy 280.452849 97.32831) (xy 280.049694 97.49489) + (xy 279.740974 97.803072) (xy 279.57369 98.205936) (xy 279.57331 98.642151) (xy 279.73989 99.045306) (xy 280.048072 99.354026) + (xy 280.450936 99.52131) (xy 280.887151 99.52169) (xy 281.290306 99.35511) (xy 281.599026 99.046928) (xy 281.76631 98.644064) + (xy 281.76669 98.207849) (xy 281.76669 99.8685) (xy 281.264071 99.8685) (xy 281.071111 99.948426) (xy 280.923426 100.096111) + (xy 280.8435 100.289071) (xy 280.8435 100.497929) (xy 280.8435 100.80875) (xy 280.97475 100.94) (xy 281.915 100.94) + (xy 281.915 100.99) (xy 280.97475 100.99) (xy 280.8435 101.12125) (xy 280.8435 101.432071) (xy 280.8435 101.640929) + (xy 280.923426 101.833889) (xy 281.071111 101.981574) (xy 281.264071 102.0615) (xy 281.78375 102.0615) (xy 281.915 101.93025) + (xy 281.915 108.88975) (xy 281.78375 108.7585) (xy 281.76669 108.7585) (xy 281.76669 107.097849) (xy 281.60011 106.694694) + (xy 281.291928 106.385974) (xy 280.889064 106.21869) (xy 280.49669 106.218348) (xy 280.49669 100.747849) (xy 280.33011 100.344694) + (xy 280.021928 100.035974) (xy 279.619064 99.86869) (xy 279.22669 99.868348) (xy 279.22669 98.207849) (xy 279.06011 97.804694) + (xy 278.751928 97.495974) (xy 278.349064 97.32869) (xy 277.95669 97.328348) (xy 277.95669 91.857849) (xy 277.79011 91.454694) + (xy 277.481928 91.145974) (xy 277.079064 90.97869) (xy 276.68669 90.978348) (xy 276.68669 89.317849) (xy 276.52011 88.914694) + (xy 276.211928 88.605974) (xy 275.809064 88.43869) (xy 275.41669 88.438348) (xy 275.41669 82.967849) (xy 275.25011 82.564694) + (xy 274.941928 82.255974) (xy 274.539064 82.08869) (xy 274.102849 82.08831) (xy 273.699694 82.25489) (xy 273.390974 82.563072) + (xy 273.22369 82.965936) (xy 273.22331 83.402151) (xy 273.38989 83.805306) (xy 273.698072 84.114026) (xy 274.100936 84.28131) + (xy 274.537151 84.28169) (xy 274.940306 84.11511) (xy 275.249026 83.806928) (xy 275.41631 83.404064) (xy 275.41669 82.967849) + (xy 275.41669 88.438348) (xy 275.372849 88.43831) (xy 274.969694 88.60489) (xy 274.660974 88.913072) (xy 274.49369 89.315936) + (xy 274.49331 89.752151) (xy 274.65989 90.155306) (xy 274.968072 90.464026) (xy 275.370936 90.63131) (xy 275.807151 90.63169) + (xy 276.210306 90.46511) (xy 276.519026 90.156928) (xy 276.68631 89.754064) (xy 276.68669 89.317849) (xy 276.68669 90.978348) + (xy 276.642849 90.97831) (xy 276.239694 91.14489) (xy 275.930974 91.453072) (xy 275.76369 91.855936) (xy 275.76331 92.292151) + (xy 275.92989 92.695306) (xy 276.238072 93.004026) (xy 276.640936 93.17131) (xy 277.077151 93.17169) (xy 277.480306 93.00511) + (xy 277.789026 92.696928) (xy 277.95631 92.294064) (xy 277.95669 91.857849) (xy 277.95669 97.328348) (xy 277.912849 97.32831) + (xy 277.509694 97.49489) (xy 277.200974 97.803072) (xy 277.03369 98.205936) (xy 277.03331 98.642151) (xy 277.19989 99.045306) + (xy 277.508072 99.354026) (xy 277.910936 99.52131) (xy 278.347151 99.52169) (xy 278.750306 99.35511) (xy 279.059026 99.046928) + (xy 279.22631 98.644064) (xy 279.22669 98.207849) (xy 279.22669 99.868348) (xy 279.182849 99.86831) (xy 278.779694 100.03489) + (xy 278.470974 100.343072) (xy 278.30369 100.745936) (xy 278.30331 101.182151) (xy 278.46989 101.585306) (xy 278.778072 101.894026) + (xy 279.180936 102.06131) (xy 279.617151 102.06169) (xy 280.020306 101.89511) (xy 280.329026 101.586928) (xy 280.49631 101.184064) + (xy 280.49669 100.747849) (xy 280.49669 106.218348) (xy 280.452849 106.21831) (xy 280.049694 106.38489) (xy 279.740974 106.693072) + (xy 279.57369 107.095936) (xy 279.57331 107.532151) (xy 279.73989 107.935306) (xy 280.048072 108.244026) (xy 280.450936 108.41131) + (xy 280.887151 108.41169) (xy 281.290306 108.24511) (xy 281.599026 107.936928) (xy 281.76631 107.534064) (xy 281.76669 107.097849) + (xy 281.76669 108.7585) (xy 281.264071 108.7585) (xy 281.071111 108.838426) (xy 280.923426 108.986111) (xy 280.8435 109.179071) + (xy 280.8435 109.387929) (xy 280.8435 109.69875) (xy 280.97475 109.83) (xy 281.915 109.83) (xy 281.915 109.88) + (xy 280.97475 109.88) (xy 280.8435 110.01125) (xy 280.8435 110.322071) (xy 280.8435 110.530929) (xy 280.923426 110.723889) + (xy 281.071111 110.871574) (xy 281.264071 110.9515) (xy 281.78375 110.9515) (xy 281.915 110.82025) (xy 281.915 117.77975) + (xy 281.78375 117.6485) (xy 281.76669 117.6485) (xy 281.76669 115.987849) (xy 281.639668 115.680431) (xy 281.639668 111.568001) + (xy 281.492382 111.21154) (xy 281.219895 110.938577) (xy 280.863692 110.790668) (xy 280.49669 110.790348) (xy 280.49669 109.637849) + (xy 280.33011 109.234694) (xy 280.021928 108.925974) (xy 279.619064 108.75869) (xy 279.22669 108.758348) (xy 279.22669 107.097849) + (xy 279.06011 106.694694) (xy 278.751928 106.385974) (xy 278.349064 106.21869) (xy 277.95669 106.218348) (xy 277.95669 100.747849) + (xy 277.79011 100.344694) (xy 277.481928 100.035974) (xy 277.079064 99.86869) (xy 276.68669 99.868348) (xy 276.68669 98.207849) + (xy 276.52011 97.804694) (xy 276.211928 97.495974) (xy 275.809064 97.32869) (xy 275.41669 97.328348) (xy 275.41669 91.857849) + (xy 275.25011 91.454694) (xy 274.941928 91.145974) (xy 274.539064 90.97869) (xy 274.14669 90.978348) (xy 274.14669 89.317849) + (xy 273.98011 88.914694) (xy 273.671928 88.605974) (xy 273.269064 88.43869) (xy 272.87669 88.438348) (xy 272.87669 82.967849) + (xy 272.71011 82.564694) (xy 272.401928 82.255974) (xy 271.999064 82.08869) (xy 271.562849 82.08831) (xy 271.159694 82.25489) + (xy 270.850974 82.563072) (xy 270.68369 82.965936) (xy 270.68331 83.402151) (xy 270.84989 83.805306) (xy 271.158072 84.114026) + (xy 271.560936 84.28131) (xy 271.997151 84.28169) (xy 272.400306 84.11511) (xy 272.709026 83.806928) (xy 272.87631 83.404064) + (xy 272.87669 82.967849) (xy 272.87669 88.438348) (xy 272.832849 88.43831) (xy 272.429694 88.60489) (xy 272.120974 88.913072) + (xy 271.95369 89.315936) (xy 271.95331 89.752151) (xy 272.11989 90.155306) (xy 272.428072 90.464026) (xy 272.830936 90.63131) + (xy 273.267151 90.63169) (xy 273.670306 90.46511) (xy 273.979026 90.156928) (xy 274.14631 89.754064) (xy 274.14669 89.317849) + (xy 274.14669 90.978348) (xy 274.102849 90.97831) (xy 273.699694 91.14489) (xy 273.390974 91.453072) (xy 273.22369 91.855936) + (xy 273.22331 92.292151) (xy 273.38989 92.695306) (xy 273.698072 93.004026) (xy 274.100936 93.17131) (xy 274.537151 93.17169) + (xy 274.940306 93.00511) (xy 275.249026 92.696928) (xy 275.41631 92.294064) (xy 275.41669 91.857849) (xy 275.41669 97.328348) + (xy 275.372849 97.32831) (xy 274.969694 97.49489) (xy 274.660974 97.803072) (xy 274.49369 98.205936) (xy 274.49331 98.642151) + (xy 274.65989 99.045306) (xy 274.968072 99.354026) (xy 275.370936 99.52131) (xy 275.807151 99.52169) (xy 276.210306 99.35511) + (xy 276.519026 99.046928) (xy 276.68631 98.644064) (xy 276.68669 98.207849) (xy 276.68669 99.868348) (xy 276.642849 99.86831) + (xy 276.239694 100.03489) (xy 275.930974 100.343072) (xy 275.76369 100.745936) (xy 275.76331 101.182151) (xy 275.92989 101.585306) + (xy 276.238072 101.894026) (xy 276.640936 102.06131) (xy 277.077151 102.06169) (xy 277.480306 101.89511) (xy 277.789026 101.586928) + (xy 277.95631 101.184064) (xy 277.95669 100.747849) (xy 277.95669 106.218348) (xy 277.912849 106.21831) (xy 277.509694 106.38489) + (xy 277.200974 106.693072) (xy 277.03369 107.095936) (xy 277.03331 107.532151) (xy 277.19989 107.935306) (xy 277.508072 108.244026) + (xy 277.910936 108.41131) (xy 278.347151 108.41169) (xy 278.750306 108.24511) (xy 279.059026 107.936928) (xy 279.22631 107.534064) + (xy 279.22669 107.097849) (xy 279.22669 108.758348) (xy 279.182849 108.75831) (xy 278.779694 108.92489) (xy 278.470974 109.233072) + (xy 278.30369 109.635936) (xy 278.303569 109.77465) (xy 277.956571 109.774348) (xy 277.95669 109.637849) (xy 277.79011 109.234694) + (xy 277.481928 108.925974) (xy 277.079064 108.75869) (xy 276.68669 108.758348) (xy 276.68669 107.097849) (xy 276.52011 106.694694) + (xy 276.211928 106.385974) (xy 275.809064 106.21869) (xy 275.41669 106.218348) (xy 275.41669 100.747849) (xy 275.25011 100.344694) + (xy 274.941928 100.035974) (xy 274.539064 99.86869) (xy 274.14669 99.868348) (xy 274.14669 98.207849) (xy 273.98011 97.804694) + (xy 273.671928 97.495974) (xy 273.269064 97.32869) (xy 272.87669 97.328348) (xy 272.87669 91.857849) (xy 272.71011 91.454694) + (xy 272.401928 91.145974) (xy 271.999064 90.97869) (xy 271.60669 90.978348) (xy 271.60669 89.317849) (xy 271.44011 88.914694) + (xy 271.131928 88.605974) (xy 270.729064 88.43869) (xy 270.33669 88.438348) (xy 270.33669 82.967849) (xy 270.17011 82.564694) + (xy 269.861928 82.255974) (xy 269.459064 82.08869) (xy 269.06669 82.088348) (xy 269.06669 80.427849) (xy 268.90011 80.024694) + (xy 268.591928 79.715974) (xy 268.189064 79.54869) (xy 267.79669 79.548348) (xy 267.79669 74.077849) (xy 267.63011 73.674694) + (xy 267.321928 73.365974) (xy 266.919064 73.19869) (xy 266.52669 73.198348) (xy 266.52669 71.537849) (xy 266.36011 71.134694) + (xy 266.051928 70.825974) (xy 265.649064 70.65869) (xy 265.25669 70.658348) (xy 265.25669 65.187849) (xy 265.09011 64.784694) + (xy 264.781928 64.475974) (xy 264.379064 64.30869) (xy 263.98669 64.308348) (xy 263.98669 62.647849) (xy 263.82011 62.244694) + (xy 263.511928 61.935974) (xy 263.109064 61.76869) (xy 262.672849 61.76831) (xy 262.269694 61.93489) (xy 261.960974 62.243072) + (xy 261.79369 62.645936) (xy 261.79331 63.082151) (xy 261.95989 63.485306) (xy 262.268072 63.794026) (xy 262.670936 63.96131) + (xy 263.107151 63.96169) (xy 263.510306 63.79511) (xy 263.819026 63.486928) (xy 263.98631 63.084064) (xy 263.98669 62.647849) + (xy 263.98669 64.308348) (xy 263.942849 64.30831) (xy 263.539694 64.47489) (xy 263.230974 64.783072) (xy 263.06369 65.185936) + (xy 263.06331 65.622151) (xy 263.22989 66.025306) (xy 263.538072 66.334026) (xy 263.940936 66.50131) (xy 264.377151 66.50169) + (xy 264.780306 66.33511) (xy 265.089026 66.026928) (xy 265.25631 65.624064) (xy 265.25669 65.187849) (xy 265.25669 70.658348) + (xy 265.212849 70.65831) (xy 264.809694 70.82489) (xy 264.500974 71.133072) (xy 264.33369 71.535936) (xy 264.33331 71.972151) + (xy 264.49989 72.375306) (xy 264.808072 72.684026) (xy 265.210936 72.85131) (xy 265.647151 72.85169) (xy 266.050306 72.68511) + (xy 266.359026 72.376928) (xy 266.52631 71.974064) (xy 266.52669 71.537849) (xy 266.52669 73.198348) (xy 266.482849 73.19831) + (xy 266.079694 73.36489) (xy 265.770974 73.673072) (xy 265.60369 74.075936) (xy 265.60331 74.512151) (xy 265.76989 74.915306) + (xy 266.078072 75.224026) (xy 266.480936 75.39131) (xy 266.917151 75.39169) (xy 267.320306 75.22511) (xy 267.629026 74.916928) + (xy 267.79631 74.514064) (xy 267.79669 74.077849) (xy 267.79669 79.548348) (xy 267.752849 79.54831) (xy 267.349694 79.71489) + (xy 267.040974 80.023072) (xy 266.87369 80.425936) (xy 266.87331 80.862151) (xy 267.03989 81.265306) (xy 267.348072 81.574026) + (xy 267.750936 81.74131) (xy 268.187151 81.74169) (xy 268.590306 81.57511) (xy 268.899026 81.266928) (xy 269.06631 80.864064) + (xy 269.06669 80.427849) (xy 269.06669 82.088348) (xy 269.022849 82.08831) (xy 268.619694 82.25489) (xy 268.310974 82.563072) + (xy 268.14369 82.965936) (xy 268.14331 83.402151) (xy 268.30989 83.805306) (xy 268.618072 84.114026) (xy 269.020936 84.28131) + (xy 269.457151 84.28169) (xy 269.860306 84.11511) (xy 270.169026 83.806928) (xy 270.33631 83.404064) (xy 270.33669 82.967849) + (xy 270.33669 88.438348) (xy 270.292849 88.43831) (xy 269.889694 88.60489) (xy 269.580974 88.913072) (xy 269.41369 89.315936) + (xy 269.41331 89.752151) (xy 269.57989 90.155306) (xy 269.888072 90.464026) (xy 270.290936 90.63131) (xy 270.727151 90.63169) + (xy 271.130306 90.46511) (xy 271.439026 90.156928) (xy 271.60631 89.754064) (xy 271.60669 89.317849) (xy 271.60669 90.978348) + (xy 271.562849 90.97831) (xy 271.159694 91.14489) (xy 270.850974 91.453072) (xy 270.68369 91.855936) (xy 270.68331 92.292151) + (xy 270.84989 92.695306) (xy 271.158072 93.004026) (xy 271.560936 93.17131) (xy 271.997151 93.17169) (xy 272.400306 93.00511) + (xy 272.709026 92.696928) (xy 272.87631 92.294064) (xy 272.87669 91.857849) (xy 272.87669 97.328348) (xy 272.832849 97.32831) + (xy 272.429694 97.49489) (xy 272.120974 97.803072) (xy 271.95369 98.205936) (xy 271.95331 98.642151) (xy 272.11989 99.045306) + (xy 272.428072 99.354026) (xy 272.830936 99.52131) (xy 273.267151 99.52169) (xy 273.670306 99.35511) (xy 273.979026 99.046928) + (xy 274.14631 98.644064) (xy 274.14669 98.207849) (xy 274.14669 99.868348) (xy 274.102849 99.86831) (xy 273.699694 100.03489) + (xy 273.390974 100.343072) (xy 273.22369 100.745936) (xy 273.22331 101.182151) (xy 273.38989 101.585306) (xy 273.598018 101.793797) + (xy 273.243692 101.646668) (xy 272.858001 101.646332) (xy 272.502282 101.793311) (xy 272.709026 101.586928) (xy 272.87631 101.184064) + (xy 272.87669 100.747849) (xy 272.71011 100.344694) (xy 272.401928 100.035974) (xy 271.999064 99.86869) (xy 271.60669 99.868348) + (xy 271.60669 98.207849) (xy 271.44011 97.804694) (xy 271.131928 97.495974) (xy 270.729064 97.32869) (xy 270.33669 97.328348) + (xy 270.33669 91.857849) (xy 270.17011 91.454694) (xy 269.861928 91.145974) (xy 269.459064 90.97869) (xy 269.06669 90.978348) + (xy 269.06669 89.317849) (xy 268.90011 88.914694) (xy 268.591928 88.605974) (xy 268.189064 88.43869) (xy 267.79669 88.438348) + (xy 267.79669 82.967849) (xy 267.63011 82.564694) (xy 267.321928 82.255974) (xy 266.919064 82.08869) (xy 266.52669 82.088348) + (xy 266.52669 80.427849) (xy 266.36011 80.024694) (xy 266.051928 79.715974) (xy 265.649064 79.54869) (xy 265.25669 79.548348) + (xy 265.25669 74.077849) (xy 265.09011 73.674694) (xy 264.781928 73.365974) (xy 264.379064 73.19869) (xy 263.98669 73.198348) + (xy 263.98669 71.537849) (xy 263.82011 71.134694) (xy 263.511928 70.825974) (xy 263.109064 70.65869) (xy 262.71669 70.658348) + (xy 262.71669 65.187849) (xy 262.55011 64.784694) (xy 262.241928 64.475974) (xy 261.839064 64.30869) (xy 261.44669 64.308348) + (xy 261.44669 62.647849) (xy 261.28011 62.244694) (xy 260.971928 61.935974) (xy 260.59658 61.780115) (xy 260.89846 61.655382) + (xy 261.171423 61.382895) (xy 261.319332 61.026692) (xy 261.319668 60.641001) (xy 261.172382 60.28454) (xy 260.899895 60.011577) + (xy 260.543692 59.863668) (xy 260.158001 59.863332) (xy 259.80154 60.010618) (xy 259.528577 60.283105) (xy 259.380668 60.639308) + (xy 259.380332 61.024999) (xy 259.527618 61.38146) (xy 259.800105 61.654423) (xy 260.103539 61.78042) (xy 259.729694 61.93489) + (xy 259.420974 62.243072) (xy 259.25369 62.645936) (xy 259.25331 63.082151) (xy 259.41989 63.485306) (xy 259.728072 63.794026) + (xy 260.130936 63.96131) (xy 260.567151 63.96169) (xy 260.970306 63.79511) (xy 261.279026 63.486928) (xy 261.44631 63.084064) + (xy 261.44669 62.647849) (xy 261.44669 64.308348) (xy 261.402849 64.30831) (xy 260.999694 64.47489) (xy 260.690974 64.783072) + (xy 260.52369 65.185936) (xy 260.52331 65.622151) (xy 260.68989 66.025306) (xy 260.998072 66.334026) (xy 261.400936 66.50131) + (xy 261.837151 66.50169) (xy 262.240306 66.33511) (xy 262.549026 66.026928) (xy 262.71631 65.624064) (xy 262.71669 65.187849) + (xy 262.71669 70.658348) (xy 262.672849 70.65831) (xy 262.269694 70.82489) (xy 261.960974 71.133072) (xy 261.79369 71.535936) + (xy 261.79331 71.972151) (xy 261.95989 72.375306) (xy 262.268072 72.684026) (xy 262.670936 72.85131) (xy 263.107151 72.85169) + (xy 263.510306 72.68511) (xy 263.819026 72.376928) (xy 263.98631 71.974064) (xy 263.98669 71.537849) (xy 263.98669 73.198348) + (xy 263.942849 73.19831) (xy 263.539694 73.36489) (xy 263.230974 73.673072) (xy 263.06369 74.075936) (xy 263.06331 74.512151) + (xy 263.22989 74.915306) (xy 263.538072 75.224026) (xy 263.940936 75.39131) (xy 264.377151 75.39169) (xy 264.780306 75.22511) + (xy 265.089026 74.916928) (xy 265.25631 74.514064) (xy 265.25669 74.077849) (xy 265.25669 79.548348) (xy 265.212849 79.54831) + (xy 265.129668 79.582679) (xy 265.129668 78.548001) (xy 264.982382 78.19154) (xy 264.709895 77.918577) (xy 264.353692 77.770668) + (xy 263.968001 77.770332) (xy 263.61154 77.917618) (xy 263.338577 78.190105) (xy 263.190668 78.546308) (xy 263.190332 78.931999) + (xy 263.337618 79.28846) (xy 263.610105 79.561423) (xy 263.966308 79.709332) (xy 264.351999 79.709668) (xy 264.70846 79.562382) + (xy 264.981423 79.289895) (xy 265.129332 78.933692) (xy 265.129668 78.548001) (xy 265.129668 79.582679) (xy 264.809694 79.71489) + (xy 264.500974 80.023072) (xy 264.33369 80.425936) (xy 264.33331 80.862151) (xy 264.49989 81.265306) (xy 264.808072 81.574026) + (xy 265.210936 81.74131) (xy 265.647151 81.74169) (xy 266.050306 81.57511) (xy 266.359026 81.266928) (xy 266.52631 80.864064) + (xy 266.52669 80.427849) (xy 266.52669 82.088348) (xy 266.482849 82.08831) (xy 266.079694 82.25489) (xy 265.770974 82.563072) + (xy 265.60369 82.965936) (xy 265.60331 83.402151) (xy 265.76989 83.805306) (xy 266.078072 84.114026) (xy 266.480936 84.28131) + (xy 266.917151 84.28169) (xy 267.320306 84.11511) (xy 267.629026 83.806928) (xy 267.79631 83.404064) (xy 267.79669 82.967849) + (xy 267.79669 88.438348) (xy 267.752849 88.43831) (xy 267.349694 88.60489) (xy 267.040974 88.913072) (xy 266.87369 89.315936) + (xy 266.87331 89.752151) (xy 267.03989 90.155306) (xy 267.348072 90.464026) (xy 267.750936 90.63131) (xy 268.187151 90.63169) + (xy 268.590306 90.46511) (xy 268.899026 90.156928) (xy 269.06631 89.754064) (xy 269.06669 89.317849) (xy 269.06669 90.978348) + (xy 269.022849 90.97831) (xy 268.619694 91.14489) (xy 268.310974 91.453072) (xy 268.14369 91.855936) (xy 268.14331 92.292151) + (xy 268.30989 92.695306) (xy 268.618072 93.004026) (xy 269.020936 93.17131) (xy 269.457151 93.17169) (xy 269.860306 93.00511) + (xy 270.169026 92.696928) (xy 270.33631 92.294064) (xy 270.33669 91.857849) (xy 270.33669 97.328348) (xy 270.292849 97.32831) + (xy 269.889694 97.49489) (xy 269.580974 97.803072) (xy 269.41369 98.205936) (xy 269.41331 98.642151) (xy 269.57989 99.045306) + (xy 269.888072 99.354026) (xy 270.290936 99.52131) (xy 270.727151 99.52169) (xy 271.130306 99.35511) (xy 271.439026 99.046928) + (xy 271.60631 98.644064) (xy 271.60669 98.207849) (xy 271.60669 99.868348) (xy 271.562849 99.86831) (xy 271.159694 100.03489) + (xy 270.850974 100.343072) (xy 270.68369 100.745936) (xy 270.68331 101.182151) (xy 270.84989 101.585306) (xy 271.158072 101.894026) + (xy 271.560936 102.06131) (xy 271.997151 102.06169) (xy 272.399563 101.895416) (xy 272.228577 102.066105) (xy 272.080668 102.422308) + (xy 272.080332 102.807999) (xy 272.227618 103.16446) (xy 272.500105 103.437423) (xy 272.856308 103.585332) (xy 273.241999 103.585668) + (xy 273.59846 103.438382) (xy 273.871423 103.165895) (xy 274.019332 102.809692) (xy 274.019668 102.424001) (xy 273.872382 102.06754) + (xy 273.699948 101.894805) (xy 274.100936 102.06131) (xy 274.537151 102.06169) (xy 274.940306 101.89511) (xy 275.249026 101.586928) + (xy 275.41631 101.184064) (xy 275.41669 100.747849) (xy 275.41669 106.218348) (xy 275.372849 106.21831) (xy 274.969694 106.38489) + (xy 274.660974 106.693072) (xy 274.49369 107.095936) (xy 274.49331 107.532151) (xy 274.65989 107.935306) (xy 274.968072 108.244026) + (xy 275.370936 108.41131) (xy 275.807151 108.41169) (xy 276.210306 108.24511) (xy 276.519026 107.936928) (xy 276.68631 107.534064) + (xy 276.68669 107.097849) (xy 276.68669 108.758348) (xy 276.642849 108.75831) (xy 276.239694 108.92489) (xy 275.930974 109.233072) + (xy 275.76369 109.635936) (xy 275.76331 110.072151) (xy 275.92989 110.475306) (xy 276.238072 110.784026) (xy 276.640936 110.95131) + (xy 277.077151 110.95169) (xy 277.160348 110.917313) (xy 277.160332 110.935999) (xy 277.307618 111.29246) (xy 277.580105 111.565423) + (xy 277.936308 111.713332) (xy 278.321999 111.713668) (xy 278.67846 111.566382) (xy 278.951423 111.293895) (xy 279.099332 110.937692) + (xy 279.099349 110.917432) (xy 279.180936 110.95131) (xy 279.617151 110.95169) (xy 280.020306 110.78511) (xy 280.329026 110.476928) + (xy 280.49631 110.074064) (xy 280.49669 109.637849) (xy 280.49669 110.790348) (xy 280.478001 110.790332) (xy 280.12154 110.937618) + (xy 279.848577 111.210105) (xy 279.700668 111.566308) (xy 279.700332 111.951999) (xy 279.847618 112.30846) (xy 280.120105 112.581423) + (xy 280.476308 112.729332) (xy 280.861999 112.729668) (xy 281.21846 112.582382) (xy 281.491423 112.309895) (xy 281.639332 111.953692) + (xy 281.639668 111.568001) (xy 281.639668 115.680431) (xy 281.60011 115.584694) (xy 281.291928 115.275974) (xy 280.889064 115.10869) + (xy 280.452849 115.10831) (xy 280.049694 115.27489) (xy 279.740974 115.583072) (xy 279.57369 115.985936) (xy 279.57331 116.422151) + (xy 279.73989 116.825306) (xy 280.048072 117.134026) (xy 280.450936 117.30131) (xy 280.887151 117.30169) (xy 281.290306 117.13511) + (xy 281.599026 116.826928) (xy 281.76631 116.424064) (xy 281.76669 115.987849) (xy 281.76669 117.6485) (xy 281.264071 117.6485) + (xy 281.071111 117.728426) (xy 280.923426 117.876111) (xy 280.8435 118.069071) (xy 280.8435 118.277929) (xy 280.8435 118.58875) + (xy 280.97475 118.72) (xy 281.915 118.72) (xy 281.915 118.77) (xy 280.97475 118.77) (xy 280.8435 118.90125) + (xy 280.8435 119.212071) (xy 280.8435 119.420929) (xy 280.923426 119.613889) (xy 281.071111 119.761574) (xy 281.264071 119.8415) + (xy 281.78375 119.8415) (xy 281.915 119.71025) (xy 281.915 126.66975) (xy 281.78375 126.5385) (xy 281.76669 126.5385) + (xy 281.76669 124.877849) (xy 281.60011 124.474694) (xy 281.291928 124.165974) (xy 280.889064 123.99869) (xy 280.49669 123.998348) + (xy 280.49669 118.527849) (xy 280.33011 118.124694) (xy 280.021928 117.815974) (xy 279.619064 117.64869) (xy 279.22669 117.648348) + (xy 279.22669 115.987849) (xy 279.06011 115.584694) (xy 278.751928 115.275974) (xy 278.349064 115.10869) (xy 277.912849 115.10831) + (xy 277.509694 115.27489) (xy 277.200974 115.583072) (xy 277.03369 115.985936) (xy 277.03331 116.422151) (xy 277.19989 116.825306) + (xy 277.508072 117.134026) (xy 277.910936 117.30131) (xy 278.347151 117.30169) (xy 278.750306 117.13511) (xy 279.059026 116.826928) + (xy 279.22631 116.424064) (xy 279.22669 115.987849) (xy 279.22669 117.648348) (xy 279.182849 117.64831) (xy 278.779694 117.81489) + (xy 278.470974 118.123072) (xy 278.30369 118.525936) (xy 278.30331 118.962151) (xy 278.46989 119.365306) (xy 278.778072 119.674026) + (xy 279.180936 119.84131) (xy 279.617151 119.84169) (xy 280.020306 119.67511) (xy 280.329026 119.366928) (xy 280.49631 118.964064) + (xy 280.49669 118.527849) (xy 280.49669 123.998348) (xy 280.452849 123.99831) (xy 280.049694 124.16489) (xy 279.740974 124.473072) + (xy 279.57369 124.875936) (xy 279.57331 125.312151) (xy 279.73989 125.715306) (xy 280.048072 126.024026) (xy 280.450936 126.19131) + (xy 280.887151 126.19169) (xy 281.290306 126.02511) (xy 281.599026 125.716928) (xy 281.76631 125.314064) (xy 281.76669 124.877849) + (xy 281.76669 126.5385) (xy 281.264071 126.5385) (xy 281.071111 126.618426) (xy 280.923426 126.766111) (xy 280.8435 126.959071) + (xy 280.8435 127.167929) (xy 280.8435 127.47875) (xy 280.97475 127.61) (xy 281.915 127.61) (xy 281.915 127.66) + (xy 280.97475 127.66) (xy 280.8435 127.79125) (xy 280.8435 128.102071) (xy 280.8435 128.310929) (xy 280.923426 128.503889) + (xy 281.071111 128.651574) (xy 281.264071 128.7315) (xy 281.78375 128.7315) (xy 281.915 128.60025) (xy 281.915 133.7394) + (xy 280.49669 133.7394) (xy 280.49669 127.417849) (xy 280.33011 127.014694) (xy 280.021928 126.705974) (xy 279.619064 126.53869) + (xy 279.22669 126.538348) (xy 279.22669 124.877849) (xy 279.06011 124.474694) (xy 278.751928 124.165974) (xy 278.349064 123.99869) + (xy 277.95669 123.998348) (xy 277.95669 118.527849) (xy 277.79011 118.124694) (xy 277.481928 117.815974) (xy 277.079064 117.64869) + (xy 276.68669 117.648348) (xy 276.68669 115.987849) (xy 276.52011 115.584694) (xy 276.211928 115.275974) (xy 275.809064 115.10869) + (xy 275.41669 115.108348) (xy 275.41669 109.637849) (xy 275.25011 109.234694) (xy 274.941928 108.925974) (xy 274.539064 108.75869) + (xy 274.14669 108.758348) (xy 274.14669 107.097849) (xy 273.98011 106.694694) (xy 273.671928 106.385974) (xy 273.269064 106.21869) + (xy 272.832849 106.21831) (xy 272.429694 106.38489) (xy 272.120974 106.693072) (xy 271.95369 107.095936) (xy 271.95331 107.532151) + (xy 272.11989 107.935306) (xy 272.428072 108.244026) (xy 272.830936 108.41131) (xy 273.267151 108.41169) (xy 273.670306 108.24511) + (xy 273.979026 107.936928) (xy 274.14631 107.534064) (xy 274.14669 107.097849) (xy 274.14669 108.758348) (xy 274.102849 108.75831) + (xy 273.699694 108.92489) (xy 273.390974 109.233072) (xy 273.22369 109.635936) (xy 273.22331 110.072151) (xy 273.38989 110.475306) + (xy 273.698072 110.784026) (xy 274.100936 110.95131) (xy 274.537151 110.95169) (xy 274.940306 110.78511) (xy 275.249026 110.476928) + (xy 275.41631 110.074064) (xy 275.41669 109.637849) (xy 275.41669 115.108348) (xy 275.372849 115.10831) (xy 274.969694 115.27489) + (xy 274.660974 115.583072) (xy 274.49369 115.985936) (xy 274.49331 116.422151) (xy 274.65989 116.825306) (xy 274.968072 117.134026) + (xy 275.370936 117.30131) (xy 275.807151 117.30169) (xy 276.210306 117.13511) (xy 276.519026 116.826928) (xy 276.68631 116.424064) + (xy 276.68669 115.987849) (xy 276.68669 117.648348) (xy 276.642849 117.64831) (xy 276.239694 117.81489) (xy 275.930974 118.123072) + (xy 275.76369 118.525936) (xy 275.76331 118.962151) (xy 275.92989 119.365306) (xy 276.238072 119.674026) (xy 276.640936 119.84131) + (xy 277.077151 119.84169) (xy 277.480306 119.67511) (xy 277.789026 119.366928) (xy 277.95631 118.964064) (xy 277.95669 118.527849) + (xy 277.95669 123.998348) (xy 277.912849 123.99831) (xy 277.509694 124.16489) (xy 277.200974 124.473072) (xy 277.03369 124.875936) + (xy 277.03331 125.312151) (xy 277.19989 125.715306) (xy 277.508072 126.024026) (xy 277.910936 126.19131) (xy 278.347151 126.19169) + (xy 278.750306 126.02511) (xy 279.059026 125.716928) (xy 279.22631 125.314064) (xy 279.22669 124.877849) (xy 279.22669 126.538348) + (xy 279.182849 126.53831) (xy 278.779694 126.70489) (xy 278.470974 127.013072) (xy 278.30369 127.415936) (xy 278.30331 127.852151) + (xy 278.46989 128.255306) (xy 278.778072 128.564026) (xy 279.180936 128.73131) (xy 279.617151 128.73169) (xy 280.020306 128.56511) + (xy 280.329026 128.256928) (xy 280.49631 127.854064) (xy 280.49669 127.417849) (xy 280.49669 133.7394) (xy 277.95669 133.7394) + (xy 277.95669 127.417849) (xy 277.79011 127.014694) (xy 277.481928 126.705974) (xy 277.079064 126.53869) (xy 276.68669 126.538348) + (xy 276.68669 124.877849) (xy 276.52011 124.474694) (xy 276.211928 124.165974) (xy 275.809064 123.99869) (xy 275.41669 123.998348) + (xy 275.41669 118.527849) (xy 275.25011 118.124694) (xy 274.941928 117.815974) (xy 274.539064 117.64869) (xy 274.14669 117.648348) + (xy 274.14669 115.987849) (xy 273.98011 115.584694) (xy 273.671928 115.275974) (xy 273.269064 115.10869) (xy 272.87669 115.108348) + (xy 272.87669 109.637849) (xy 272.71011 109.234694) (xy 272.401928 108.925974) (xy 271.999064 108.75869) (xy 271.60669 108.758348) + (xy 271.60669 107.097849) (xy 271.44011 106.694694) (xy 271.131928 106.385974) (xy 270.729064 106.21869) (xy 270.33669 106.218348) + (xy 270.33669 100.747849) (xy 270.17011 100.344694) (xy 269.861928 100.035974) (xy 269.459064 99.86869) (xy 269.06669 99.868348) + (xy 269.06669 98.207849) (xy 268.90011 97.804694) (xy 268.591928 97.495974) (xy 268.189064 97.32869) (xy 267.79669 97.328348) + (xy 267.79669 91.857849) (xy 267.63011 91.454694) (xy 267.321928 91.145974) (xy 266.919064 90.97869) (xy 266.52669 90.978348) + (xy 266.52669 89.317849) (xy 266.36011 88.914694) (xy 266.051928 88.605974) (xy 265.649064 88.43869) (xy 265.25669 88.438348) + (xy 265.25669 82.967849) (xy 265.09011 82.564694) (xy 264.781928 82.255974) (xy 264.379064 82.08869) (xy 263.98669 82.088348) + (xy 263.98669 80.427849) (xy 263.82011 80.024694) (xy 263.511928 79.715974) (xy 263.109064 79.54869) (xy 262.71669 79.548348) + (xy 262.71669 74.077849) (xy 262.55011 73.674694) (xy 262.241928 73.365974) (xy 261.839064 73.19869) (xy 261.44669 73.198348) + (xy 261.44669 71.537849) (xy 261.28011 71.134694) (xy 260.971928 70.825974) (xy 260.569064 70.65869) (xy 260.17669 70.658348) + (xy 260.17669 65.187849) (xy 260.01011 64.784694) (xy 259.701928 64.475974) (xy 259.299064 64.30869) (xy 258.90669 64.308348) + (xy 258.90669 62.647849) (xy 258.74011 62.244694) (xy 258.431928 61.935974) (xy 258.029064 61.76869) (xy 257.592849 61.76831) + (xy 257.189694 61.93489) (xy 256.880974 62.243072) (xy 256.71369 62.645936) (xy 256.71331 63.082151) (xy 256.713703 63.083103) + (xy 256.606692 63.038668) (xy 256.366349 63.038458) (xy 256.36669 62.647849) (xy 256.20011 62.244694) (xy 255.891928 61.935974) + (xy 255.489064 61.76869) (xy 255.052849 61.76831) (xy 254.649694 61.93489) (xy 254.340974 62.243072) (xy 254.17369 62.645936) + (xy 254.17353 62.829031) (xy 254.066692 62.784668) (xy 253.82657 62.784458) (xy 253.82669 62.647849) (xy 253.66011 62.244694) + (xy 253.351928 61.935974) (xy 252.949064 61.76869) (xy 252.512849 61.76831) (xy 252.109694 61.93489) (xy 251.800974 62.243072) + (xy 251.63369 62.645936) (xy 251.63331 63.082151) (xy 251.79989 63.485306) (xy 252.108072 63.794026) (xy 252.510936 63.96131) + (xy 252.909801 63.961657) (xy 253.050618 64.30246) (xy 253.301083 64.553363) (xy 253.070974 64.783072) (xy 252.90369 65.185936) + (xy 252.90331 65.622151) (xy 253.06989 66.025306) (xy 253.378072 66.334026) (xy 253.780936 66.50131) (xy 254.217151 66.50169) + (xy 254.620306 66.33511) (xy 254.929026 66.026928) (xy 255.09631 65.624064) (xy 255.09669 65.187849) (xy 254.93011 64.784694) + (xy 254.621928 64.475974) (xy 254.551386 64.446682) (xy 254.694423 64.303895) (xy 254.842332 63.947692) (xy 254.842395 63.874716) + (xy 255.050936 63.96131) (xy 255.443539 63.961652) (xy 255.443332 64.199999) (xy 255.590618 64.55646) (xy 255.714084 64.680141) + (xy 255.610974 64.783072) (xy 255.44369 65.185936) (xy 255.44331 65.622151) (xy 255.60989 66.025306) (xy 255.918072 66.334026) + (xy 256.320936 66.50131) (xy 256.757151 66.50169) (xy 257.160306 66.33511) (xy 257.469026 66.026928) (xy 257.63631 65.624064) + (xy 257.63669 65.187849) (xy 257.47011 64.784694) (xy 257.23715 64.551327) (xy 257.382332 64.201692) (xy 257.382616 63.874808) + (xy 257.590936 63.96131) (xy 258.027151 63.96169) (xy 258.430306 63.79511) (xy 258.739026 63.486928) (xy 258.90631 63.084064) + (xy 258.90669 62.647849) (xy 258.90669 64.308348) (xy 258.862849 64.30831) (xy 258.459694 64.47489) (xy 258.150974 64.783072) + (xy 257.98369 65.185936) (xy 257.98331 65.622151) (xy 258.14989 66.025306) (xy 258.458072 66.334026) (xy 258.860936 66.50131) + (xy 259.297151 66.50169) (xy 259.700306 66.33511) (xy 260.009026 66.026928) (xy 260.17631 65.624064) (xy 260.17669 65.187849) + (xy 260.17669 70.658348) (xy 260.132849 70.65831) (xy 260.049668 70.692679) (xy 260.049668 67.372001) (xy 259.902382 67.01554) + (xy 259.629895 66.742577) (xy 259.273692 66.594668) (xy 258.888001 66.594332) (xy 258.53154 66.741618) (xy 258.258577 67.014105) + (xy 258.110668 67.370308) (xy 258.110332 67.755999) (xy 258.186617 67.940625) (xy 258.003692 67.864668) (xy 257.618001 67.864332) + (xy 257.26154 68.011618) (xy 257.110128 68.162765) (xy 257.108382 68.15854) (xy 256.835895 67.885577) (xy 256.479692 67.737668) + (xy 256.094001 67.737332) (xy 255.73754 67.884618) (xy 255.464577 68.157105) (xy 255.375099 68.37259) (xy 255.078001 68.372332) + (xy 254.72154 68.519618) (xy 254.448577 68.792105) (xy 254.300668 69.148308) (xy 254.300332 69.533999) (xy 254.447618 69.89046) + (xy 254.720105 70.163423) (xy 255.076308 70.311332) (xy 255.461999 70.311668) (xy 255.81846 70.164382) (xy 256.091423 69.891895) + (xy 256.1809 69.676409) (xy 256.477999 69.676668) (xy 256.83446 69.529382) (xy 256.985871 69.378234) (xy 256.987618 69.38246) + (xy 257.260105 69.655423) (xy 257.616308 69.803332) (xy 258.001999 69.803668) (xy 258.35846 69.656382) (xy 258.631423 69.383895) + (xy 258.779332 69.027692) (xy 258.779668 68.642001) (xy 258.703382 68.457374) (xy 258.886308 68.533332) (xy 259.271999 68.533668) + (xy 259.62846 68.386382) (xy 259.901423 68.113895) (xy 260.049332 67.757692) (xy 260.049668 67.372001) (xy 260.049668 70.692679) + (xy 259.729694 70.82489) (xy 259.420974 71.133072) (xy 259.25369 71.535936) (xy 259.25331 71.972151) (xy 259.41989 72.375306) + (xy 259.728072 72.684026) (xy 260.130936 72.85131) (xy 260.567151 72.85169) (xy 260.970306 72.68511) (xy 261.279026 72.376928) + (xy 261.44631 71.974064) (xy 261.44669 71.537849) (xy 261.44669 73.198348) (xy 261.402849 73.19831) (xy 260.999694 73.36489) + (xy 260.690974 73.673072) (xy 260.52369 74.075936) (xy 260.52331 74.512151) (xy 260.68989 74.915306) (xy 260.998072 75.224026) + (xy 261.400936 75.39131) (xy 261.837151 75.39169) (xy 262.240306 75.22511) (xy 262.549026 74.916928) (xy 262.71631 74.514064) + (xy 262.71669 74.077849) (xy 262.71669 79.548348) (xy 262.672849 79.54831) (xy 262.269694 79.71489) (xy 261.960974 80.023072) + (xy 261.79369 80.425936) (xy 261.79331 80.862151) (xy 261.95989 81.265306) (xy 262.268072 81.574026) (xy 262.670936 81.74131) + (xy 263.107151 81.74169) (xy 263.510306 81.57511) (xy 263.819026 81.266928) (xy 263.98631 80.864064) (xy 263.98669 80.427849) + (xy 263.98669 82.088348) (xy 263.942849 82.08831) (xy 263.539694 82.25489) (xy 263.230974 82.563072) (xy 263.06369 82.965936) + (xy 263.06331 83.402151) (xy 263.22989 83.805306) (xy 263.538072 84.114026) (xy 263.940936 84.28131) (xy 264.377151 84.28169) + (xy 264.780306 84.11511) (xy 265.089026 83.806928) (xy 265.25631 83.404064) (xy 265.25669 82.967849) (xy 265.25669 88.438348) + (xy 265.212849 88.43831) (xy 264.809694 88.60489) (xy 264.500974 88.913072) (xy 264.33369 89.315936) (xy 264.33331 89.752151) + (xy 264.49989 90.155306) (xy 264.808072 90.464026) (xy 265.210936 90.63131) (xy 265.647151 90.63169) (xy 266.050306 90.46511) + (xy 266.359026 90.156928) (xy 266.52631 89.754064) (xy 266.52669 89.317849) (xy 266.52669 90.978348) (xy 266.482849 90.97831) + (xy 266.079694 91.14489) (xy 265.770974 91.453072) (xy 265.60369 91.855936) (xy 265.60331 92.292151) (xy 265.76989 92.695306) + (xy 266.078072 93.004026) (xy 266.480936 93.17131) (xy 266.917151 93.17169) (xy 267.320306 93.00511) (xy 267.629026 92.696928) + (xy 267.79631 92.294064) (xy 267.79669 91.857849) (xy 267.79669 97.328348) (xy 267.752849 97.32831) (xy 267.349694 97.49489) + (xy 267.040974 97.803072) (xy 266.87369 98.205936) (xy 266.87331 98.642151) (xy 267.03989 99.045306) (xy 267.348072 99.354026) + (xy 267.750936 99.52131) (xy 268.187151 99.52169) (xy 268.590306 99.35511) (xy 268.899026 99.046928) (xy 269.06631 98.644064) + (xy 269.06669 98.207849) (xy 269.06669 99.868348) (xy 269.022849 99.86831) (xy 268.619694 100.03489) (xy 268.310974 100.343072) + (xy 268.14369 100.745936) (xy 268.14331 101.182151) (xy 268.30989 101.585306) (xy 268.618072 101.894026) (xy 269.020936 102.06131) + (xy 269.457151 102.06169) (xy 269.860306 101.89511) (xy 270.169026 101.586928) (xy 270.33631 101.184064) (xy 270.33669 100.747849) + (xy 270.33669 106.218348) (xy 270.292849 106.21831) (xy 269.889694 106.38489) (xy 269.580974 106.693072) (xy 269.41369 107.095936) + (xy 269.41331 107.532151) (xy 269.57989 107.935306) (xy 269.888072 108.244026) (xy 270.290936 108.41131) (xy 270.727151 108.41169) + (xy 271.130306 108.24511) (xy 271.439026 107.936928) (xy 271.60631 107.534064) (xy 271.60669 107.097849) (xy 271.60669 108.758348) + (xy 271.562849 108.75831) (xy 271.159694 108.92489) (xy 270.850974 109.233072) (xy 270.68369 109.635936) (xy 270.68331 110.072151) + (xy 270.84989 110.475306) (xy 271.158072 110.784026) (xy 271.560936 110.95131) (xy 271.997151 110.95169) (xy 272.400306 110.78511) + (xy 272.709026 110.476928) (xy 272.87631 110.074064) (xy 272.87669 109.637849) (xy 272.87669 115.108348) (xy 272.832849 115.10831) + (xy 272.429694 115.27489) (xy 272.120974 115.583072) (xy 271.95369 115.985936) (xy 271.95331 116.422151) (xy 272.11989 116.825306) + (xy 272.428072 117.134026) (xy 272.830936 117.30131) (xy 273.267151 117.30169) (xy 273.670306 117.13511) (xy 273.979026 116.826928) + (xy 274.14631 116.424064) (xy 274.14669 115.987849) (xy 274.14669 117.648348) (xy 274.102849 117.64831) (xy 273.699694 117.81489) + (xy 273.390974 118.123072) (xy 273.22369 118.525936) (xy 273.22331 118.962151) (xy 273.38989 119.365306) (xy 273.698072 119.674026) + (xy 274.100936 119.84131) (xy 274.537151 119.84169) (xy 274.940306 119.67511) (xy 275.249026 119.366928) (xy 275.41631 118.964064) + (xy 275.41669 118.527849) (xy 275.41669 123.998348) (xy 275.372849 123.99831) (xy 274.969694 124.16489) (xy 274.660974 124.473072) + (xy 274.49369 124.875936) (xy 274.49331 125.312151) (xy 274.65989 125.715306) (xy 274.968072 126.024026) (xy 275.370936 126.19131) + (xy 275.807151 126.19169) (xy 276.210306 126.02511) (xy 276.519026 125.716928) (xy 276.68631 125.314064) (xy 276.68669 124.877849) + (xy 276.68669 126.538348) (xy 276.642849 126.53831) (xy 276.239694 126.70489) (xy 275.930974 127.013072) (xy 275.76369 127.415936) + (xy 275.76331 127.852151) (xy 275.92989 128.255306) (xy 276.238072 128.564026) (xy 276.640936 128.73131) (xy 277.077151 128.73169) + (xy 277.480306 128.56511) (xy 277.789026 128.256928) (xy 277.95631 127.854064) (xy 277.95669 127.417849) (xy 277.95669 133.7394) + (xy 275.41669 133.7394) (xy 275.41669 127.417849) (xy 275.25011 127.014694) (xy 274.941928 126.705974) (xy 274.539064 126.53869) + (xy 274.14669 126.538348) (xy 274.14669 124.877849) (xy 273.98011 124.474694) (xy 273.671928 124.165974) (xy 273.269064 123.99869) + (xy 272.87669 123.998348) (xy 272.87669 118.527849) (xy 272.71011 118.124694) (xy 272.401928 117.815974) (xy 271.999064 117.64869) + (xy 271.60669 117.648348) (xy 271.60669 115.987849) (xy 271.44011 115.584694) (xy 271.131928 115.275974) (xy 270.729064 115.10869) + (xy 270.33669 115.108348) (xy 270.33669 109.637849) (xy 270.17011 109.234694) (xy 269.861928 108.925974) (xy 269.459064 108.75869) + (xy 269.06669 108.758348) (xy 269.06669 107.097849) (xy 268.90011 106.694694) (xy 268.591928 106.385974) (xy 268.189064 106.21869) + (xy 267.79669 106.218348) (xy 267.79669 100.747849) (xy 267.63011 100.344694) (xy 267.321928 100.035974) (xy 266.919064 99.86869) + (xy 266.52669 99.868348) (xy 266.52669 98.207849) (xy 266.36011 97.804694) (xy 266.051928 97.495974) (xy 265.649064 97.32869) + (xy 265.25669 97.328348) (xy 265.25669 91.857849) (xy 265.09011 91.454694) (xy 264.781928 91.145974) (xy 264.379064 90.97869) + (xy 263.98669 90.978348) (xy 263.98669 89.317849) (xy 263.82011 88.914694) (xy 263.511928 88.605974) (xy 263.109064 88.43869) + (xy 262.71669 88.438348) (xy 262.71669 82.967849) (xy 262.55011 82.564694) (xy 262.241928 82.255974) (xy 261.839064 82.08869) + (xy 261.44669 82.088348) (xy 261.44669 80.427849) (xy 261.28011 80.024694) (xy 260.971928 79.715974) (xy 260.569064 79.54869) + (xy 260.17669 79.548348) (xy 260.17669 74.077849) (xy 260.01011 73.674694) (xy 259.701928 73.365974) (xy 259.299064 73.19869) + (xy 258.90669 73.198348) (xy 258.90669 71.537849) (xy 258.74011 71.134694) (xy 258.431928 70.825974) (xy 258.029064 70.65869) + (xy 257.592849 70.65831) (xy 257.189694 70.82489) (xy 256.880974 71.133072) (xy 256.71369 71.535936) (xy 256.71331 71.972151) + (xy 256.87989 72.375306) (xy 257.188072 72.684026) (xy 257.590936 72.85131) (xy 258.027151 72.85169) (xy 258.430306 72.68511) + (xy 258.739026 72.376928) (xy 258.90631 71.974064) (xy 258.90669 71.537849) (xy 258.90669 73.198348) (xy 258.862849 73.19831) + (xy 258.459694 73.36489) (xy 258.150974 73.673072) (xy 257.98369 74.075936) (xy 257.98331 74.512151) (xy 258.14989 74.915306) + (xy 258.458072 75.224026) (xy 258.860936 75.39131) (xy 259.297151 75.39169) (xy 259.700306 75.22511) (xy 260.009026 74.916928) + (xy 260.17631 74.514064) (xy 260.17669 74.077849) (xy 260.17669 79.548348) (xy 260.132849 79.54831) (xy 259.729694 79.71489) + (xy 259.420974 80.023072) (xy 259.25369 80.425936) (xy 259.25331 80.862151) (xy 259.41989 81.265306) (xy 259.728072 81.574026) + (xy 260.130936 81.74131) (xy 260.567151 81.74169) (xy 260.970306 81.57511) (xy 261.279026 81.266928) (xy 261.44631 80.864064) + (xy 261.44669 80.427849) (xy 261.44669 82.088348) (xy 261.402849 82.08831) (xy 260.999694 82.25489) (xy 260.690974 82.563072) + (xy 260.52369 82.965936) (xy 260.52331 83.402151) (xy 260.68989 83.805306) (xy 260.998072 84.114026) (xy 261.400936 84.28131) + (xy 261.837151 84.28169) (xy 262.240306 84.11511) (xy 262.549026 83.806928) (xy 262.71631 83.404064) (xy 262.71669 82.967849) + (xy 262.71669 88.438348) (xy 262.672849 88.43831) (xy 262.269694 88.60489) (xy 261.960974 88.913072) (xy 261.79369 89.315936) + (xy 261.79331 89.752151) (xy 261.95989 90.155306) (xy 262.268072 90.464026) (xy 262.670936 90.63131) (xy 263.107151 90.63169) + (xy 263.510306 90.46511) (xy 263.819026 90.156928) (xy 263.98631 89.754064) (xy 263.98669 89.317849) (xy 263.98669 90.978348) + (xy 263.942849 90.97831) (xy 263.539694 91.14489) (xy 263.230974 91.453072) (xy 263.06369 91.855936) (xy 263.06331 92.292151) + (xy 263.22989 92.695306) (xy 263.538072 93.004026) (xy 263.940936 93.17131) (xy 264.377151 93.17169) (xy 264.780306 93.00511) + (xy 265.089026 92.696928) (xy 265.25631 92.294064) (xy 265.25669 91.857849) (xy 265.25669 97.328348) (xy 265.212849 97.32831) + (xy 264.809694 97.49489) (xy 264.500974 97.803072) (xy 264.33369 98.205936) (xy 264.33331 98.642151) (xy 264.49989 99.045306) + (xy 264.808072 99.354026) (xy 265.210936 99.52131) (xy 265.647151 99.52169) (xy 266.050306 99.35511) (xy 266.359026 99.046928) + (xy 266.52631 98.644064) (xy 266.52669 98.207849) (xy 266.52669 99.868348) (xy 266.482849 99.86831) (xy 266.079694 100.03489) + (xy 265.770974 100.343072) (xy 265.60369 100.745936) (xy 265.60331 101.182151) (xy 265.76989 101.585306) (xy 266.078072 101.894026) + (xy 266.480936 102.06131) (xy 266.917151 102.06169) (xy 267.320306 101.89511) (xy 267.629026 101.586928) (xy 267.79631 101.184064) + (xy 267.79669 100.747849) (xy 267.79669 106.218348) (xy 267.752849 106.21831) (xy 267.349694 106.38489) (xy 267.040974 106.693072) + (xy 266.87369 107.095936) (xy 266.87331 107.532151) (xy 267.03989 107.935306) (xy 267.348072 108.244026) (xy 267.750936 108.41131) + (xy 268.187151 108.41169) (xy 268.590306 108.24511) (xy 268.899026 107.936928) (xy 269.06631 107.534064) (xy 269.06669 107.097849) + (xy 269.06669 108.758348) (xy 269.022849 108.75831) (xy 268.619694 108.92489) (xy 268.310974 109.233072) (xy 268.14369 109.635936) + (xy 268.14331 110.072151) (xy 268.30989 110.475306) (xy 268.618072 110.784026) (xy 269.020936 110.95131) (xy 269.457151 110.95169) + (xy 269.860306 110.78511) (xy 270.169026 110.476928) (xy 270.33631 110.074064) (xy 270.33669 109.637849) (xy 270.33669 115.108348) + (xy 270.292849 115.10831) (xy 269.889694 115.27489) (xy 269.580974 115.583072) (xy 269.41369 115.985936) (xy 269.41331 116.422151) + (xy 269.57989 116.825306) (xy 269.888072 117.134026) (xy 270.290936 117.30131) (xy 270.727151 117.30169) (xy 271.130306 117.13511) + (xy 271.439026 116.826928) (xy 271.60631 116.424064) (xy 271.60669 115.987849) (xy 271.60669 117.648348) (xy 271.562849 117.64831) + (xy 271.159694 117.81489) (xy 270.850974 118.123072) (xy 270.68369 118.525936) (xy 270.68331 118.962151) (xy 270.84989 119.365306) + (xy 271.158072 119.674026) (xy 271.560936 119.84131) (xy 271.997151 119.84169) (xy 272.400306 119.67511) (xy 272.709026 119.366928) + (xy 272.87631 118.964064) (xy 272.87669 118.527849) (xy 272.87669 123.998348) (xy 272.832849 123.99831) (xy 272.429694 124.16489) + (xy 272.120974 124.473072) (xy 271.95369 124.875936) (xy 271.95331 125.312151) (xy 272.11989 125.715306) (xy 272.428072 126.024026) + (xy 272.830936 126.19131) (xy 273.267151 126.19169) (xy 273.670306 126.02511) (xy 273.979026 125.716928) (xy 274.14631 125.314064) + (xy 274.14669 124.877849) (xy 274.14669 126.538348) (xy 274.102849 126.53831) (xy 273.699694 126.70489) (xy 273.390974 127.013072) + (xy 273.22369 127.415936) (xy 273.22331 127.852151) (xy 273.38989 128.255306) (xy 273.698072 128.564026) (xy 274.100936 128.73131) + (xy 274.537151 128.73169) (xy 274.940306 128.56511) (xy 275.249026 128.256928) (xy 275.41631 127.854064) (xy 275.41669 127.417849) + (xy 275.41669 133.7394) (xy 272.87669 133.7394) (xy 272.87669 127.417849) (xy 272.71011 127.014694) (xy 272.401928 126.705974) + (xy 271.999064 126.53869) (xy 271.60669 126.538348) (xy 271.60669 124.877849) (xy 271.44011 124.474694) (xy 271.131928 124.165974) + (xy 270.729064 123.99869) (xy 270.33669 123.998348) (xy 270.33669 118.527849) (xy 270.17011 118.124694) (xy 269.861928 117.815974) + (xy 269.459064 117.64869) (xy 269.06669 117.648348) (xy 269.06669 115.987849) (xy 268.90011 115.584694) (xy 268.591928 115.275974) + (xy 268.189064 115.10869) (xy 267.79669 115.108348) (xy 267.79669 109.637849) (xy 267.63011 109.234694) (xy 267.321928 108.925974) + (xy 266.919064 108.75869) (xy 266.52669 108.758348) (xy 266.52669 107.097849) (xy 266.36011 106.694694) (xy 266.051928 106.385974) + (xy 265.649064 106.21869) (xy 265.25669 106.218348) (xy 265.25669 100.747849) (xy 265.09011 100.344694) (xy 264.781928 100.035974) + (xy 264.379064 99.86869) (xy 263.98669 99.868348) (xy 263.98669 98.207849) (xy 263.82011 97.804694) (xy 263.511928 97.495974) + (xy 263.109064 97.32869) (xy 262.71669 97.328348) (xy 262.71669 91.857849) (xy 262.55011 91.454694) (xy 262.241928 91.145974) + (xy 261.839064 90.97869) (xy 261.44669 90.978348) (xy 261.44669 89.317849) (xy 261.28011 88.914694) (xy 260.971928 88.605974) + (xy 260.569064 88.43869) (xy 260.17669 88.438348) (xy 260.17669 82.967849) (xy 260.01011 82.564694) (xy 259.701928 82.255974) + (xy 259.299064 82.08869) (xy 258.90669 82.088348) (xy 258.90669 80.427849) (xy 258.74011 80.024694) (xy 258.431928 79.715974) + (xy 258.029064 79.54869) (xy 257.63669 79.548348) (xy 257.63669 74.077849) (xy 257.47011 73.674694) (xy 257.161928 73.365974) + (xy 256.759064 73.19869) (xy 256.36669 73.198348) (xy 256.36669 71.537849) (xy 256.20011 71.134694) (xy 255.891928 70.825974) + (xy 255.489064 70.65869) (xy 255.052849 70.65831) (xy 254.649694 70.82489) (xy 254.340974 71.133072) (xy 254.17369 71.535936) + (xy 254.17331 71.972151) (xy 254.33989 72.375306) (xy 254.648072 72.684026) (xy 255.050936 72.85131) (xy 255.487151 72.85169) + (xy 255.890306 72.68511) (xy 256.199026 72.376928) (xy 256.36631 71.974064) (xy 256.36669 71.537849) (xy 256.36669 73.198348) + (xy 256.322849 73.19831) (xy 255.919694 73.36489) (xy 255.610974 73.673072) (xy 255.44369 74.075936) (xy 255.44331 74.512151) + (xy 255.60989 74.915306) (xy 255.918072 75.224026) (xy 256.320936 75.39131) (xy 256.757151 75.39169) (xy 257.160306 75.22511) + (xy 257.469026 74.916928) (xy 257.63631 74.514064) (xy 257.63669 74.077849) (xy 257.63669 79.548348) (xy 257.592849 79.54831) + (xy 257.189694 79.71489) (xy 256.880974 80.023072) (xy 256.71369 80.425936) (xy 256.71331 80.862151) (xy 256.87989 81.265306) + (xy 257.188072 81.574026) (xy 257.590936 81.74131) (xy 258.027151 81.74169) (xy 258.430306 81.57511) (xy 258.739026 81.266928) + (xy 258.90631 80.864064) (xy 258.90669 80.427849) (xy 258.90669 82.088348) (xy 258.862849 82.08831) (xy 258.459694 82.25489) + (xy 258.150974 82.563072) (xy 257.98369 82.965936) (xy 257.98331 83.402151) (xy 258.14989 83.805306) (xy 258.458072 84.114026) + (xy 258.860936 84.28131) (xy 259.297151 84.28169) (xy 259.700306 84.11511) (xy 260.009026 83.806928) (xy 260.17631 83.404064) + (xy 260.17669 82.967849) (xy 260.17669 88.438348) (xy 260.132849 88.43831) (xy 259.729694 88.60489) (xy 259.420974 88.913072) + (xy 259.25369 89.315936) (xy 259.25331 89.752151) (xy 259.41989 90.155306) (xy 259.728072 90.464026) (xy 260.130936 90.63131) + (xy 260.567151 90.63169) (xy 260.970306 90.46511) (xy 261.279026 90.156928) (xy 261.44631 89.754064) (xy 261.44669 89.317849) + (xy 261.44669 90.978348) (xy 261.402849 90.97831) (xy 260.999694 91.14489) (xy 260.690974 91.453072) (xy 260.52369 91.855936) + (xy 260.52331 92.292151) (xy 260.68989 92.695306) (xy 260.998072 93.004026) (xy 261.400936 93.17131) (xy 261.837151 93.17169) + (xy 262.240306 93.00511) (xy 262.549026 92.696928) (xy 262.71631 92.294064) (xy 262.71669 91.857849) (xy 262.71669 97.328348) + (xy 262.672849 97.32831) (xy 262.269694 97.49489) (xy 261.960974 97.803072) (xy 261.79369 98.205936) (xy 261.79331 98.642151) + (xy 261.95989 99.045306) (xy 262.268072 99.354026) (xy 262.670936 99.52131) (xy 263.107151 99.52169) (xy 263.510306 99.35511) + (xy 263.819026 99.046928) (xy 263.98631 98.644064) (xy 263.98669 98.207849) (xy 263.98669 99.868348) (xy 263.942849 99.86831) + (xy 263.539694 100.03489) (xy 263.230974 100.343072) (xy 263.06369 100.745936) (xy 263.06331 101.182151) (xy 263.22989 101.585306) + (xy 263.538072 101.894026) (xy 263.940936 102.06131) (xy 264.377151 102.06169) (xy 264.780306 101.89511) (xy 265.089026 101.586928) + (xy 265.25631 101.184064) (xy 265.25669 100.747849) (xy 265.25669 106.218348) (xy 265.212849 106.21831) (xy 264.809694 106.38489) + (xy 264.500974 106.693072) (xy 264.33369 107.095936) (xy 264.33331 107.532151) (xy 264.49989 107.935306) (xy 264.808072 108.244026) + (xy 265.210936 108.41131) (xy 265.647151 108.41169) (xy 266.050306 108.24511) (xy 266.359026 107.936928) (xy 266.52631 107.534064) + (xy 266.52669 107.097849) (xy 266.52669 108.758348) (xy 266.482849 108.75831) (xy 266.079694 108.92489) (xy 265.770974 109.233072) + (xy 265.60369 109.635936) (xy 265.60331 110.072151) (xy 265.76989 110.475306) (xy 266.078072 110.784026) (xy 266.480936 110.95131) + (xy 266.917151 110.95169) (xy 267.320306 110.78511) (xy 267.629026 110.476928) (xy 267.79631 110.074064) (xy 267.79669 109.637849) + (xy 267.79669 115.108348) (xy 267.752849 115.10831) (xy 267.349694 115.27489) (xy 267.040974 115.583072) (xy 266.87369 115.985936) + (xy 266.87331 116.422151) (xy 267.03989 116.825306) (xy 267.348072 117.134026) (xy 267.750936 117.30131) (xy 268.187151 117.30169) + (xy 268.590306 117.13511) (xy 268.899026 116.826928) (xy 269.06631 116.424064) (xy 269.06669 115.987849) (xy 269.06669 117.648348) + (xy 269.022849 117.64831) (xy 268.619694 117.81489) (xy 268.310974 118.123072) (xy 268.14369 118.525936) (xy 268.14331 118.962151) + (xy 268.30989 119.365306) (xy 268.618072 119.674026) (xy 269.020936 119.84131) (xy 269.457151 119.84169) (xy 269.860306 119.67511) + (xy 270.169026 119.366928) (xy 270.33631 118.964064) (xy 270.33669 118.527849) (xy 270.33669 123.998348) (xy 270.292849 123.99831) + (xy 269.889694 124.16489) (xy 269.580974 124.473072) (xy 269.41369 124.875936) (xy 269.41331 125.312151) (xy 269.57989 125.715306) + (xy 269.888072 126.024026) (xy 270.290936 126.19131) (xy 270.727151 126.19169) (xy 271.130306 126.02511) (xy 271.439026 125.716928) + (xy 271.60631 125.314064) (xy 271.60669 124.877849) (xy 271.60669 126.538348) (xy 271.562849 126.53831) (xy 271.159694 126.70489) + (xy 270.850974 127.013072) (xy 270.68369 127.415936) (xy 270.68331 127.852151) (xy 270.84989 128.255306) (xy 271.158072 128.564026) + (xy 271.560936 128.73131) (xy 271.997151 128.73169) (xy 272.400306 128.56511) (xy 272.709026 128.256928) (xy 272.87631 127.854064) + (xy 272.87669 127.417849) (xy 272.87669 133.7394) (xy 270.33669 133.7394) (xy 270.33669 127.417849) (xy 270.17011 127.014694) + (xy 269.861928 126.705974) (xy 269.459064 126.53869) (xy 269.06669 126.538348) (xy 269.06669 124.877849) (xy 268.90011 124.474694) + (xy 268.591928 124.165974) (xy 268.189064 123.99869) (xy 267.79669 123.998348) (xy 267.79669 118.527849) (xy 267.63011 118.124694) + (xy 267.321928 117.815974) (xy 266.919064 117.64869) (xy 266.52669 117.648348) (xy 266.52669 115.987849) (xy 266.36011 115.584694) + (xy 266.051928 115.275974) (xy 265.649064 115.10869) (xy 265.25669 115.108348) (xy 265.25669 109.637849) (xy 265.09011 109.234694) + (xy 264.781928 108.925974) (xy 264.379064 108.75869) (xy 263.98669 108.758348) (xy 263.98669 107.097849) (xy 263.82011 106.694694) + (xy 263.511928 106.385974) (xy 263.109064 106.21869) (xy 262.71669 106.218348) (xy 262.71669 100.747849) (xy 262.55011 100.344694) + (xy 262.241928 100.035974) (xy 261.839064 99.86869) (xy 261.44669 99.868348) (xy 261.44669 98.207849) (xy 261.28011 97.804694) + (xy 260.971928 97.495974) (xy 260.569064 97.32869) (xy 260.17669 97.328348) (xy 260.17669 91.857849) (xy 260.01011 91.454694) + (xy 259.701928 91.145974) (xy 259.299064 90.97869) (xy 258.90669 90.978348) (xy 258.90669 89.317849) (xy 258.74011 88.914694) + (xy 258.431928 88.605974) (xy 258.029064 88.43869) (xy 257.63669 88.438348) (xy 257.63669 82.967849) (xy 257.47011 82.564694) + (xy 257.161928 82.255974) (xy 256.759064 82.08869) (xy 256.36669 82.088348) (xy 256.36669 80.427849) (xy 256.20011 80.024694) + (xy 255.891928 79.715974) (xy 255.489064 79.54869) (xy 255.09669 79.548348) (xy 255.09669 74.077849) (xy 254.93011 73.674694) + (xy 254.621928 73.365974) (xy 254.219064 73.19869) (xy 253.82669 73.198348) (xy 253.82669 71.537849) (xy 253.699668 71.230431) + (xy 253.699668 69.277001) (xy 253.552382 68.92054) (xy 253.279895 68.647577) (xy 252.923692 68.499668) (xy 252.55669 68.499348) + (xy 252.55669 65.187849) (xy 252.39011 64.784694) (xy 252.081928 64.475974) (xy 251.679064 64.30869) (xy 251.28669 64.308348) + (xy 251.28669 62.647849) (xy 251.12011 62.244694) (xy 250.811928 61.935974) (xy 250.409064 61.76869) (xy 249.972849 61.76831) + (xy 249.569694 61.93489) (xy 249.260974 62.243072) (xy 249.09369 62.645936) (xy 249.09331 63.082151) (xy 249.25989 63.485306) + (xy 249.568072 63.794026) (xy 249.970936 63.96131) (xy 250.407151 63.96169) (xy 250.810306 63.79511) (xy 251.119026 63.486928) + (xy 251.28631 63.084064) (xy 251.28669 62.647849) (xy 251.28669 64.308348) (xy 251.242849 64.30831) (xy 250.839694 64.47489) + (xy 250.530974 64.783072) (xy 250.36369 65.185936) (xy 250.36331 65.622151) (xy 250.52989 66.025306) (xy 250.838072 66.334026) + (xy 251.240936 66.50131) (xy 251.677151 66.50169) (xy 252.080306 66.33511) (xy 252.389026 66.026928) (xy 252.55631 65.624064) + (xy 252.55669 65.187849) (xy 252.55669 68.499348) (xy 252.538001 68.499332) (xy 252.18154 68.646618) (xy 251.908577 68.919105) + (xy 251.760668 69.275308) (xy 251.760332 69.660999) (xy 251.907618 70.01746) (xy 252.180105 70.290423) (xy 252.536308 70.438332) + (xy 252.921999 70.438668) (xy 253.27846 70.291382) (xy 253.551423 70.018895) (xy 253.699332 69.662692) (xy 253.699668 69.277001) + (xy 253.699668 71.230431) (xy 253.66011 71.134694) (xy 253.351928 70.825974) (xy 252.949064 70.65869) (xy 252.512849 70.65831) + (xy 252.109694 70.82489) (xy 251.800974 71.133072) (xy 251.63369 71.535936) (xy 251.63331 71.972151) (xy 251.79989 72.375306) + (xy 252.108072 72.684026) (xy 252.510936 72.85131) (xy 252.947151 72.85169) (xy 253.350306 72.68511) (xy 253.659026 72.376928) + (xy 253.82631 71.974064) (xy 253.82669 71.537849) (xy 253.82669 73.198348) (xy 253.782849 73.19831) (xy 253.379694 73.36489) + (xy 253.070974 73.673072) (xy 252.90369 74.075936) (xy 252.90331 74.512151) (xy 253.06989 74.915306) (xy 253.378072 75.224026) + (xy 253.780936 75.39131) (xy 254.217151 75.39169) (xy 254.620306 75.22511) (xy 254.929026 74.916928) (xy 255.09631 74.514064) + (xy 255.09669 74.077849) (xy 255.09669 79.548348) (xy 255.052849 79.54831) (xy 254.649694 79.71489) (xy 254.340974 80.023072) + (xy 254.17369 80.425936) (xy 254.17331 80.862151) (xy 254.33989 81.265306) (xy 254.648072 81.574026) (xy 255.050936 81.74131) + (xy 255.487151 81.74169) (xy 255.890306 81.57511) (xy 256.199026 81.266928) (xy 256.36631 80.864064) (xy 256.36669 80.427849) + (xy 256.36669 82.088348) (xy 256.322849 82.08831) (xy 255.919694 82.25489) (xy 255.610974 82.563072) (xy 255.44369 82.965936) + (xy 255.44331 83.402151) (xy 255.60989 83.805306) (xy 255.918072 84.114026) (xy 256.320936 84.28131) (xy 256.757151 84.28169) + (xy 257.160306 84.11511) (xy 257.469026 83.806928) (xy 257.63631 83.404064) (xy 257.63669 82.967849) (xy 257.63669 88.438348) + (xy 257.592849 88.43831) (xy 257.189694 88.60489) (xy 256.880974 88.913072) (xy 256.71369 89.315936) (xy 256.71331 89.752151) + (xy 256.87989 90.155306) (xy 257.188072 90.464026) (xy 257.590936 90.63131) (xy 258.027151 90.63169) (xy 258.430306 90.46511) + (xy 258.739026 90.156928) (xy 258.90631 89.754064) (xy 258.90669 89.317849) (xy 258.90669 90.978348) (xy 258.862849 90.97831) + (xy 258.459694 91.14489) (xy 258.150974 91.453072) (xy 257.98369 91.855936) (xy 257.98331 92.292151) (xy 258.14989 92.695306) + (xy 258.458072 93.004026) (xy 258.860936 93.17131) (xy 259.297151 93.17169) (xy 259.700306 93.00511) (xy 260.009026 92.696928) + (xy 260.17631 92.294064) (xy 260.17669 91.857849) (xy 260.17669 97.328348) (xy 260.132849 97.32831) (xy 259.729694 97.49489) + (xy 259.420974 97.803072) (xy 259.25369 98.205936) (xy 259.25331 98.642151) (xy 259.41989 99.045306) (xy 259.728072 99.354026) + (xy 260.130936 99.52131) (xy 260.567151 99.52169) (xy 260.970306 99.35511) (xy 261.279026 99.046928) (xy 261.44631 98.644064) + (xy 261.44669 98.207849) (xy 261.44669 99.868348) (xy 261.402849 99.86831) (xy 260.999694 100.03489) (xy 260.690974 100.343072) + (xy 260.52369 100.745936) (xy 260.52331 101.182151) (xy 260.68989 101.585306) (xy 260.998072 101.894026) (xy 261.400936 102.06131) + (xy 261.837151 102.06169) (xy 262.240306 101.89511) (xy 262.549026 101.586928) (xy 262.71631 101.184064) (xy 262.71669 100.747849) + (xy 262.71669 106.218348) (xy 262.672849 106.21831) (xy 262.269694 106.38489) (xy 261.960974 106.693072) (xy 261.79369 107.095936) + (xy 261.79331 107.532151) (xy 261.95989 107.935306) (xy 262.268072 108.244026) (xy 262.670936 108.41131) (xy 263.107151 108.41169) + (xy 263.510306 108.24511) (xy 263.819026 107.936928) (xy 263.98631 107.534064) (xy 263.98669 107.097849) (xy 263.98669 108.758348) + (xy 263.942849 108.75831) (xy 263.539694 108.92489) (xy 263.230974 109.233072) (xy 263.06369 109.635936) (xy 263.06331 110.072151) + (xy 263.22989 110.475306) (xy 263.538072 110.784026) (xy 263.940936 110.95131) (xy 264.377151 110.95169) (xy 264.780306 110.78511) + (xy 265.089026 110.476928) (xy 265.25631 110.074064) (xy 265.25669 109.637849) (xy 265.25669 115.108348) (xy 265.212849 115.10831) + (xy 264.809694 115.27489) (xy 264.500974 115.583072) (xy 264.33369 115.985936) (xy 264.33331 116.422151) (xy 264.49989 116.825306) + (xy 264.808072 117.134026) (xy 265.210936 117.30131) (xy 265.647151 117.30169) (xy 266.050306 117.13511) (xy 266.359026 116.826928) + (xy 266.52631 116.424064) (xy 266.52669 115.987849) (xy 266.52669 117.648348) (xy 266.482849 117.64831) (xy 266.079694 117.81489) + (xy 265.770974 118.123072) (xy 265.60369 118.525936) (xy 265.60331 118.962151) (xy 265.76989 119.365306) (xy 266.078072 119.674026) + (xy 266.480936 119.84131) (xy 266.917151 119.84169) (xy 267.320306 119.67511) (xy 267.629026 119.366928) (xy 267.79631 118.964064) + (xy 267.79669 118.527849) (xy 267.79669 123.998348) (xy 267.752849 123.99831) (xy 267.349694 124.16489) (xy 267.040974 124.473072) + (xy 266.87369 124.875936) (xy 266.87331 125.312151) (xy 267.03989 125.715306) (xy 267.348072 126.024026) (xy 267.750936 126.19131) + (xy 268.187151 126.19169) (xy 268.590306 126.02511) (xy 268.899026 125.716928) (xy 269.06631 125.314064) (xy 269.06669 124.877849) + (xy 269.06669 126.538348) (xy 269.022849 126.53831) (xy 268.619694 126.70489) (xy 268.310974 127.013072) (xy 268.14369 127.415936) + (xy 268.14331 127.852151) (xy 268.30989 128.255306) (xy 268.618072 128.564026) (xy 269.020936 128.73131) (xy 269.457151 128.73169) + (xy 269.860306 128.56511) (xy 270.169026 128.256928) (xy 270.33631 127.854064) (xy 270.33669 127.417849) (xy 270.33669 133.7394) + (xy 267.79669 133.7394) (xy 267.79669 127.417849) (xy 267.63011 127.014694) (xy 267.321928 126.705974) (xy 266.919064 126.53869) + (xy 266.52669 126.538348) (xy 266.52669 124.877849) (xy 266.36011 124.474694) (xy 266.051928 124.165974) (xy 265.649064 123.99869) + (xy 265.25669 123.998348) (xy 265.25669 118.527849) (xy 265.09011 118.124694) (xy 264.781928 117.815974) (xy 264.379064 117.64869) + (xy 263.98669 117.648348) (xy 263.98669 115.987849) (xy 263.82011 115.584694) (xy 263.511928 115.275974) (xy 263.109064 115.10869) + (xy 262.71669 115.108348) (xy 262.71669 109.637849) (xy 262.55011 109.234694) (xy 262.241928 108.925974) (xy 261.839064 108.75869) + (xy 261.44669 108.758348) (xy 261.44669 107.097849) (xy 261.28011 106.694694) (xy 260.971928 106.385974) (xy 260.569064 106.21869) + (xy 260.17669 106.218348) (xy 260.17669 100.747849) (xy 260.01011 100.344694) (xy 259.701928 100.035974) (xy 259.299064 99.86869) + (xy 258.90669 99.868348) (xy 258.90669 98.207849) (xy 258.74011 97.804694) (xy 258.431928 97.495974) (xy 258.029064 97.32869) + (xy 257.63669 97.328348) (xy 257.63669 91.857849) (xy 257.47011 91.454694) (xy 257.161928 91.145974) (xy 256.759064 90.97869) + (xy 256.36669 90.978348) (xy 256.36669 89.317849) (xy 256.20011 88.914694) (xy 255.891928 88.605974) (xy 255.489064 88.43869) + (xy 255.09669 88.438348) (xy 255.09669 82.967849) (xy 254.93011 82.564694) (xy 254.621928 82.255974) (xy 254.219064 82.08869) + (xy 253.82669 82.088348) (xy 253.82669 80.427849) (xy 253.66011 80.024694) (xy 253.351928 79.715974) (xy 252.949064 79.54869) + (xy 252.55669 79.548348) (xy 252.55669 74.077849) (xy 252.39011 73.674694) (xy 252.081928 73.365974) (xy 251.679064 73.19869) + (xy 251.28669 73.198348) (xy 251.28669 71.537849) (xy 251.12011 71.134694) (xy 250.811928 70.825974) (xy 250.409064 70.65869) + (xy 250.01669 70.658348) (xy 250.01669 65.187849) (xy 249.85011 64.784694) (xy 249.541928 64.475974) (xy 249.139064 64.30869) + (xy 248.74669 64.308348) (xy 248.74669 62.647849) (xy 248.619668 62.340431) (xy 248.619668 60.514001) (xy 248.472382 60.15754) + (xy 248.199895 59.884577) (xy 247.843692 59.736668) (xy 247.458001 59.736332) (xy 247.10154 59.883618) (xy 246.828577 60.156105) + (xy 246.680668 60.512308) (xy 246.680332 60.897999) (xy 246.827618 61.25446) (xy 247.100105 61.527423) (xy 247.456308 61.675332) + (xy 247.841999 61.675668) (xy 248.19846 61.528382) (xy 248.471423 61.255895) (xy 248.619332 60.899692) (xy 248.619668 60.514001) + (xy 248.619668 62.340431) (xy 248.58011 62.244694) (xy 248.271928 61.935974) (xy 247.869064 61.76869) (xy 247.432849 61.76831) + (xy 247.029694 61.93489) (xy 246.720974 62.243072) (xy 246.55369 62.645936) (xy 246.55331 63.082151) (xy 246.71989 63.485306) + (xy 247.028072 63.794026) (xy 247.430936 63.96131) (xy 247.867151 63.96169) (xy 248.270306 63.79511) (xy 248.579026 63.486928) + (xy 248.74631 63.084064) (xy 248.74669 62.647849) (xy 248.74669 64.308348) (xy 248.702849 64.30831) (xy 248.299694 64.47489) + (xy 247.990974 64.783072) (xy 247.82369 65.185936) (xy 247.82331 65.622151) (xy 247.98989 66.025306) (xy 248.298072 66.334026) + (xy 248.700936 66.50131) (xy 249.137151 66.50169) (xy 249.540306 66.33511) (xy 249.849026 66.026928) (xy 250.01631 65.624064) + (xy 250.01669 65.187849) (xy 250.01669 70.658348) (xy 249.972849 70.65831) (xy 249.569694 70.82489) (xy 249.260974 71.133072) + (xy 249.09369 71.535936) (xy 249.09331 71.972151) (xy 249.25989 72.375306) (xy 249.568072 72.684026) (xy 249.970936 72.85131) + (xy 250.407151 72.85169) (xy 250.810306 72.68511) (xy 251.119026 72.376928) (xy 251.28631 71.974064) (xy 251.28669 71.537849) + (xy 251.28669 73.198348) (xy 251.242849 73.19831) (xy 250.839694 73.36489) (xy 250.530974 73.673072) (xy 250.36369 74.075936) + (xy 250.36331 74.512151) (xy 250.52989 74.915306) (xy 250.838072 75.224026) (xy 251.240936 75.39131) (xy 251.677151 75.39169) + (xy 252.080306 75.22511) (xy 252.389026 74.916928) (xy 252.55631 74.514064) (xy 252.55669 74.077849) (xy 252.55669 79.548348) + (xy 252.512849 79.54831) (xy 252.109694 79.71489) (xy 251.800974 80.023072) (xy 251.63369 80.425936) (xy 251.63331 80.862151) + (xy 251.79989 81.265306) (xy 252.108072 81.574026) (xy 252.510936 81.74131) (xy 252.947151 81.74169) (xy 253.350306 81.57511) + (xy 253.659026 81.266928) (xy 253.82631 80.864064) (xy 253.82669 80.427849) (xy 253.82669 82.088348) (xy 253.782849 82.08831) + (xy 253.379694 82.25489) (xy 253.070974 82.563072) (xy 252.90369 82.965936) (xy 252.90331 83.402151) (xy 253.06989 83.805306) + (xy 253.378072 84.114026) (xy 253.780936 84.28131) (xy 254.217151 84.28169) (xy 254.620306 84.11511) (xy 254.929026 83.806928) + (xy 255.09631 83.404064) (xy 255.09669 82.967849) (xy 255.09669 88.438348) (xy 255.052849 88.43831) (xy 254.649694 88.60489) + (xy 254.340974 88.913072) (xy 254.17369 89.315936) (xy 254.17331 89.752151) (xy 254.33989 90.155306) (xy 254.648072 90.464026) + (xy 255.050936 90.63131) (xy 255.487151 90.63169) (xy 255.890306 90.46511) (xy 256.199026 90.156928) (xy 256.36631 89.754064) + (xy 256.36669 89.317849) (xy 256.36669 90.978348) (xy 256.322849 90.97831) (xy 255.919694 91.14489) (xy 255.610974 91.453072) + (xy 255.44369 91.855936) (xy 255.44331 92.292151) (xy 255.60989 92.695306) (xy 255.918072 93.004026) (xy 256.320936 93.17131) + (xy 256.757151 93.17169) (xy 257.160306 93.00511) (xy 257.469026 92.696928) (xy 257.63631 92.294064) (xy 257.63669 91.857849) + (xy 257.63669 97.328348) (xy 257.592849 97.32831) (xy 257.189694 97.49489) (xy 256.880974 97.803072) (xy 256.71369 98.205936) + (xy 256.71331 98.642151) (xy 256.87989 99.045306) (xy 257.188072 99.354026) (xy 257.590936 99.52131) (xy 258.027151 99.52169) + (xy 258.430306 99.35511) (xy 258.739026 99.046928) (xy 258.90631 98.644064) (xy 258.90669 98.207849) (xy 258.90669 99.868348) + (xy 258.862849 99.86831) (xy 258.459694 100.03489) (xy 258.150974 100.343072) (xy 257.98369 100.745936) (xy 257.98331 101.182151) + (xy 258.14989 101.585306) (xy 258.358018 101.793797) (xy 258.003692 101.646668) (xy 257.618001 101.646332) (xy 257.262282 101.793311) + (xy 257.469026 101.586928) (xy 257.63631 101.184064) (xy 257.63669 100.747849) (xy 257.47011 100.344694) (xy 257.161928 100.035974) + (xy 256.759064 99.86869) (xy 256.36669 99.868348) (xy 256.36669 98.207849) (xy 256.20011 97.804694) (xy 255.891928 97.495974) + (xy 255.489064 97.32869) (xy 255.09669 97.328348) (xy 255.09669 91.857849) (xy 254.93011 91.454694) (xy 254.621928 91.145974) + (xy 254.219064 90.97869) (xy 253.82669 90.978348) (xy 253.82669 89.317849) (xy 253.66011 88.914694) (xy 253.351928 88.605974) + (xy 252.949064 88.43869) (xy 252.55669 88.438348) (xy 252.55669 82.967849) (xy 252.39011 82.564694) (xy 252.081928 82.255974) + (xy 251.679064 82.08869) (xy 251.28669 82.088348) (xy 251.28669 80.427849) (xy 251.12011 80.024694) (xy 250.811928 79.715974) + (xy 250.409064 79.54869) (xy 250.01669 79.548348) (xy 250.01669 74.077849) (xy 249.85011 73.674694) (xy 249.541928 73.365974) + (xy 249.139064 73.19869) (xy 248.74669 73.198348) (xy 248.74669 71.537849) (xy 248.58011 71.134694) (xy 248.271928 70.825974) + (xy 247.869064 70.65869) (xy 247.47669 70.658348) (xy 247.47669 65.187849) (xy 247.31011 64.784694) (xy 247.001928 64.475974) + (xy 246.599064 64.30869) (xy 246.20669 64.308348) (xy 246.20669 62.647849) (xy 246.04011 62.244694) (xy 245.731928 61.935974) + (xy 245.329064 61.76869) (xy 244.892849 61.76831) (xy 244.489694 61.93489) (xy 244.180974 62.243072) (xy 244.01369 62.645936) + (xy 244.01331 63.082151) (xy 244.17989 63.485306) (xy 244.488072 63.794026) (xy 244.890936 63.96131) (xy 245.327151 63.96169) + (xy 245.730306 63.79511) (xy 246.039026 63.486928) (xy 246.20631 63.084064) (xy 246.20669 62.647849) (xy 246.20669 64.308348) + (xy 246.162849 64.30831) (xy 245.759694 64.47489) (xy 245.450974 64.783072) (xy 245.28369 65.185936) (xy 245.28331 65.622151) + (xy 245.44989 66.025306) (xy 245.758072 66.334026) (xy 246.160936 66.50131) (xy 246.597151 66.50169) (xy 247.000306 66.33511) + (xy 247.309026 66.026928) (xy 247.47631 65.624064) (xy 247.47669 65.187849) (xy 247.47669 70.658348) (xy 247.432849 70.65831) + (xy 247.029694 70.82489) (xy 246.720974 71.133072) (xy 246.55369 71.535936) (xy 246.55331 71.972151) (xy 246.71989 72.375306) + (xy 247.028072 72.684026) (xy 247.430936 72.85131) (xy 247.867151 72.85169) (xy 248.270306 72.68511) (xy 248.579026 72.376928) + (xy 248.74631 71.974064) (xy 248.74669 71.537849) (xy 248.74669 73.198348) (xy 248.702849 73.19831) (xy 248.299694 73.36489) + (xy 247.990974 73.673072) (xy 247.82369 74.075936) (xy 247.82331 74.512151) (xy 247.98989 74.915306) (xy 248.298072 75.224026) + (xy 248.700936 75.39131) (xy 249.137151 75.39169) (xy 249.540306 75.22511) (xy 249.849026 74.916928) (xy 250.01631 74.514064) + (xy 250.01669 74.077849) (xy 250.01669 79.548348) (xy 249.972849 79.54831) (xy 249.569694 79.71489) (xy 249.260974 80.023072) + (xy 249.09369 80.425936) (xy 249.09331 80.862151) (xy 249.25989 81.265306) (xy 249.568072 81.574026) (xy 249.970936 81.74131) + (xy 250.407151 81.74169) (xy 250.810306 81.57511) (xy 251.119026 81.266928) (xy 251.28631 80.864064) (xy 251.28669 80.427849) + (xy 251.28669 82.088348) (xy 251.242849 82.08831) (xy 250.839694 82.25489) (xy 250.530974 82.563072) (xy 250.36369 82.965936) + (xy 250.36331 83.402151) (xy 250.52989 83.805306) (xy 250.824537 84.100468) (xy 250.638577 84.286105) (xy 250.490668 84.642308) + (xy 250.490332 85.027999) (xy 250.637618 85.38446) (xy 250.910105 85.657423) (xy 251.266308 85.805332) (xy 251.651999 85.805668) + (xy 252.00846 85.658382) (xy 252.281423 85.385895) (xy 252.429332 85.029692) (xy 252.429668 84.644001) (xy 252.282382 84.28754) + (xy 252.095305 84.100136) (xy 252.389026 83.806928) (xy 252.55631 83.404064) (xy 252.55669 82.967849) (xy 252.55669 88.438348) + (xy 252.512849 88.43831) (xy 252.109694 88.60489) (xy 251.800974 88.913072) (xy 251.63369 89.315936) (xy 251.63331 89.752151) + (xy 251.79989 90.155306) (xy 252.108072 90.464026) (xy 252.510936 90.63131) (xy 252.947151 90.63169) (xy 253.350306 90.46511) + (xy 253.659026 90.156928) (xy 253.82631 89.754064) (xy 253.82669 89.317849) (xy 253.82669 90.978348) (xy 253.782849 90.97831) + (xy 253.379694 91.14489) (xy 253.070974 91.453072) (xy 252.90369 91.855936) (xy 252.90331 92.292151) (xy 253.06989 92.695306) + (xy 253.378072 93.004026) (xy 253.780936 93.17131) (xy 254.217151 93.17169) (xy 254.620306 93.00511) (xy 254.929026 92.696928) + (xy 255.09631 92.294064) (xy 255.09669 91.857849) (xy 255.09669 97.328348) (xy 255.052849 97.32831) (xy 254.649694 97.49489) + (xy 254.340974 97.803072) (xy 254.17369 98.205936) (xy 254.17331 98.642151) (xy 254.33989 99.045306) (xy 254.648072 99.354026) + (xy 255.050936 99.52131) (xy 255.487151 99.52169) (xy 255.890306 99.35511) (xy 256.199026 99.046928) (xy 256.36631 98.644064) + (xy 256.36669 98.207849) (xy 256.36669 99.868348) (xy 256.322849 99.86831) (xy 255.919694 100.03489) (xy 255.610974 100.343072) + (xy 255.44369 100.745936) (xy 255.44331 101.182151) (xy 255.60989 101.585306) (xy 255.818018 101.793797) (xy 255.463692 101.646668) + (xy 255.078001 101.646332) (xy 254.722282 101.793311) (xy 254.929026 101.586928) (xy 255.09631 101.184064) (xy 255.09669 100.747849) + (xy 254.93011 100.344694) (xy 254.621928 100.035974) (xy 254.219064 99.86869) (xy 253.82669 99.868348) (xy 253.82669 98.207849) + (xy 253.66011 97.804694) (xy 253.351928 97.495974) (xy 252.949064 97.32869) (xy 252.55669 97.328348) (xy 252.55669 91.857849) + (xy 252.39011 91.454694) (xy 252.081928 91.145974) (xy 251.679064 90.97869) (xy 251.28669 90.978348) (xy 251.28669 89.317849) + (xy 251.12011 88.914694) (xy 250.811928 88.605974) (xy 250.409064 88.43869) (xy 250.01669 88.438348) (xy 250.01669 82.967849) + (xy 249.85011 82.564694) (xy 249.541928 82.255974) (xy 249.139064 82.08869) (xy 248.74669 82.088348) (xy 248.74669 80.427849) + (xy 248.58011 80.024694) (xy 248.271928 79.715974) (xy 247.869064 79.54869) (xy 247.47669 79.548348) (xy 247.47669 74.077849) + (xy 247.31011 73.674694) (xy 247.001928 73.365974) (xy 246.599064 73.19869) (xy 246.20669 73.198348) (xy 246.20669 71.537849) + (xy 246.04011 71.134694) (xy 245.731928 70.825974) (xy 245.329064 70.65869) (xy 244.93669 70.658348) (xy 244.93669 65.187849) + (xy 244.77011 64.784694) (xy 244.461928 64.475974) (xy 244.059064 64.30869) (xy 243.66669 64.308348) (xy 243.66669 62.647849) + (xy 243.50011 62.244694) (xy 243.191928 61.935974) (xy 242.789064 61.76869) (xy 242.352849 61.76831) (xy 241.949694 61.93489) + (xy 241.640974 62.243072) (xy 241.47369 62.645936) (xy 241.47331 63.082151) (xy 241.63989 63.485306) (xy 241.948072 63.794026) + (xy 242.350936 63.96131) (xy 242.787151 63.96169) (xy 243.190306 63.79511) (xy 243.499026 63.486928) (xy 243.66631 63.084064) + (xy 243.66669 62.647849) (xy 243.66669 64.308348) (xy 243.622849 64.30831) (xy 243.219694 64.47489) (xy 242.910974 64.783072) + (xy 242.74369 65.185936) (xy 242.74331 65.622151) (xy 242.90989 66.025306) (xy 243.218072 66.334026) (xy 243.620936 66.50131) + (xy 244.057151 66.50169) (xy 244.460306 66.33511) (xy 244.769026 66.026928) (xy 244.93631 65.624064) (xy 244.93669 65.187849) + (xy 244.93669 70.658348) (xy 244.892849 70.65831) (xy 244.809668 70.692679) (xy 244.809668 67.372001) (xy 244.662382 67.01554) + (xy 244.389895 66.742577) (xy 244.033692 66.594668) (xy 243.648001 66.594332) (xy 243.29154 66.741618) (xy 243.018577 67.014105) + (xy 242.904746 67.288239) (xy 242.763692 67.229668) (xy 242.39669 67.229348) (xy 242.39669 65.187849) (xy 242.23011 64.784694) + (xy 241.921928 64.475974) (xy 241.519064 64.30869) (xy 241.12669 64.308348) (xy 241.12669 62.647849) (xy 240.96011 62.244694) + (xy 240.651928 61.935974) (xy 240.249064 61.76869) (xy 239.812849 61.76831) (xy 239.409694 61.93489) (xy 239.100974 62.243072) + (xy 238.93369 62.645936) (xy 238.93331 63.082151) (xy 239.09989 63.485306) (xy 239.408072 63.794026) (xy 239.810936 63.96131) + (xy 240.247151 63.96169) (xy 240.650306 63.79511) (xy 240.959026 63.486928) (xy 241.12631 63.084064) (xy 241.12669 62.647849) + (xy 241.12669 64.308348) (xy 241.082849 64.30831) (xy 240.679694 64.47489) (xy 240.370974 64.783072) (xy 240.20369 65.185936) + (xy 240.20331 65.622151) (xy 240.36989 66.025306) (xy 240.678072 66.334026) (xy 241.080936 66.50131) (xy 241.517151 66.50169) + (xy 241.920306 66.33511) (xy 242.229026 66.026928) (xy 242.39631 65.624064) (xy 242.39669 65.187849) (xy 242.39669 67.229348) + (xy 242.378001 67.229332) (xy 242.02154 67.376618) (xy 241.748577 67.649105) (xy 241.600668 68.005308) (xy 241.600332 68.390999) + (xy 241.747618 68.74746) (xy 242.020105 69.020423) (xy 242.376308 69.168332) (xy 242.761999 69.168668) (xy 243.11846 69.021382) + (xy 243.391423 68.748895) (xy 243.505253 68.47476) (xy 243.646308 68.533332) (xy 244.031999 68.533668) (xy 244.38846 68.386382) + (xy 244.661423 68.113895) (xy 244.809332 67.757692) (xy 244.809668 67.372001) (xy 244.809668 70.692679) (xy 244.489694 70.82489) + (xy 244.180974 71.133072) (xy 244.01369 71.535936) (xy 244.01331 71.972151) (xy 244.17989 72.375306) (xy 244.488072 72.684026) + (xy 244.890936 72.85131) (xy 245.327151 72.85169) (xy 245.730306 72.68511) (xy 246.039026 72.376928) (xy 246.20631 71.974064) + (xy 246.20669 71.537849) (xy 246.20669 73.198348) (xy 246.162849 73.19831) (xy 245.759694 73.36489) (xy 245.450974 73.673072) + (xy 245.28369 74.075936) (xy 245.28331 74.512151) (xy 245.44989 74.915306) (xy 245.758072 75.224026) (xy 246.160936 75.39131) + (xy 246.597151 75.39169) (xy 247.000306 75.22511) (xy 247.309026 74.916928) (xy 247.47631 74.514064) (xy 247.47669 74.077849) + (xy 247.47669 79.548348) (xy 247.432849 79.54831) (xy 247.029694 79.71489) (xy 246.720974 80.023072) (xy 246.55369 80.425936) + (xy 246.55331 80.862151) (xy 246.71989 81.265306) (xy 247.028072 81.574026) (xy 247.430936 81.74131) (xy 247.867151 81.74169) + (xy 248.270306 81.57511) (xy 248.579026 81.266928) (xy 248.74631 80.864064) (xy 248.74669 80.427849) (xy 248.74669 82.088348) + (xy 248.702849 82.08831) (xy 248.299694 82.25489) (xy 247.990974 82.563072) (xy 247.82369 82.965936) (xy 247.82331 83.402151) + (xy 247.98989 83.805306) (xy 248.298072 84.114026) (xy 248.700936 84.28131) (xy 249.137151 84.28169) (xy 249.540306 84.11511) + (xy 249.849026 83.806928) (xy 250.01631 83.404064) (xy 250.01669 82.967849) (xy 250.01669 88.438348) (xy 249.972849 88.43831) + (xy 249.569694 88.60489) (xy 249.260974 88.913072) (xy 249.09369 89.315936) (xy 249.09331 89.752151) (xy 249.25989 90.155306) + (xy 249.568072 90.464026) (xy 249.970936 90.63131) (xy 250.407151 90.63169) (xy 250.810306 90.46511) (xy 251.119026 90.156928) + (xy 251.28631 89.754064) (xy 251.28669 89.317849) (xy 251.28669 90.978348) (xy 251.242849 90.97831) (xy 250.839694 91.14489) + (xy 250.530974 91.453072) (xy 250.36369 91.855936) (xy 250.36331 92.292151) (xy 250.52989 92.695306) (xy 250.838072 93.004026) + (xy 251.240936 93.17131) (xy 251.677151 93.17169) (xy 252.080306 93.00511) (xy 252.389026 92.696928) (xy 252.55631 92.294064) + (xy 252.55669 91.857849) (xy 252.55669 97.328348) (xy 252.512849 97.32831) (xy 252.109694 97.49489) (xy 251.800974 97.803072) + (xy 251.63369 98.205936) (xy 251.63331 98.642151) (xy 251.79989 99.045306) (xy 252.108072 99.354026) (xy 252.510936 99.52131) + (xy 252.947151 99.52169) (xy 253.350306 99.35511) (xy 253.659026 99.046928) (xy 253.82631 98.644064) (xy 253.82669 98.207849) + (xy 253.82669 99.868348) (xy 253.782849 99.86831) (xy 253.379694 100.03489) (xy 253.070974 100.343072) (xy 252.90369 100.745936) + (xy 252.90331 101.182151) (xy 253.06989 101.585306) (xy 253.278018 101.793797) (xy 252.923692 101.646668) (xy 252.538001 101.646332) + (xy 252.182282 101.793311) (xy 252.389026 101.586928) (xy 252.55631 101.184064) (xy 252.55669 100.747849) (xy 252.39011 100.344694) + (xy 252.081928 100.035974) (xy 251.679064 99.86869) (xy 251.28669 99.868348) (xy 251.28669 98.207849) (xy 251.12011 97.804694) + (xy 250.811928 97.495974) (xy 250.409064 97.32869) (xy 250.01669 97.328348) (xy 250.01669 91.857849) (xy 249.85011 91.454694) + (xy 249.541928 91.145974) (xy 249.139064 90.97869) (xy 248.74669 90.978348) (xy 248.74669 89.317849) (xy 248.58011 88.914694) + (xy 248.271928 88.605974) (xy 247.869064 88.43869) (xy 247.47669 88.438348) (xy 247.47669 82.967849) (xy 247.31011 82.564694) + (xy 247.001928 82.255974) (xy 246.599064 82.08869) (xy 246.20669 82.088348) (xy 246.20669 80.427849) (xy 246.04011 80.024694) + (xy 245.731928 79.715974) (xy 245.329064 79.54869) (xy 244.93669 79.548348) (xy 244.93669 74.077849) (xy 244.77011 73.674694) + (xy 244.461928 73.365974) (xy 244.059064 73.19869) (xy 243.66669 73.198348) (xy 243.66669 71.537849) (xy 243.50011 71.134694) + (xy 243.191928 70.825974) (xy 242.789064 70.65869) (xy 242.352849 70.65831) (xy 241.949694 70.82489) (xy 241.640974 71.133072) + (xy 241.47369 71.535936) (xy 241.47331 71.972151) (xy 241.63989 72.375306) (xy 241.948072 72.684026) (xy 242.350936 72.85131) + (xy 242.787151 72.85169) (xy 243.190306 72.68511) (xy 243.499026 72.376928) (xy 243.66631 71.974064) (xy 243.66669 71.537849) + (xy 243.66669 73.198348) (xy 243.622849 73.19831) (xy 243.219694 73.36489) (xy 242.910974 73.673072) (xy 242.74369 74.075936) + (xy 242.74331 74.512151) (xy 242.90989 74.915306) (xy 243.218072 75.224026) (xy 243.620936 75.39131) (xy 244.057151 75.39169) + (xy 244.460306 75.22511) (xy 244.769026 74.916928) (xy 244.93631 74.514064) (xy 244.93669 74.077849) (xy 244.93669 79.548348) + (xy 244.892849 79.54831) (xy 244.489694 79.71489) (xy 244.180974 80.023072) (xy 244.01369 80.425936) (xy 244.01331 80.862151) + (xy 244.17989 81.265306) (xy 244.488072 81.574026) (xy 244.890936 81.74131) (xy 245.327151 81.74169) (xy 245.730306 81.57511) + (xy 246.039026 81.266928) (xy 246.20631 80.864064) (xy 246.20669 80.427849) (xy 246.20669 82.088348) (xy 246.162849 82.08831) + (xy 245.759694 82.25489) (xy 245.450974 82.563072) (xy 245.28369 82.965936) (xy 245.28331 83.402151) (xy 245.44989 83.805306) + (xy 245.758072 84.114026) (xy 246.160936 84.28131) (xy 246.597151 84.28169) (xy 247.000306 84.11511) (xy 247.309026 83.806928) + (xy 247.47631 83.404064) (xy 247.47669 82.967849) (xy 247.47669 88.438348) (xy 247.432849 88.43831) (xy 247.029694 88.60489) + (xy 246.720974 88.913072) (xy 246.55369 89.315936) (xy 246.55331 89.752151) (xy 246.71989 90.155306) (xy 247.028072 90.464026) + (xy 247.430936 90.63131) (xy 247.867151 90.63169) (xy 248.270306 90.46511) (xy 248.579026 90.156928) (xy 248.74631 89.754064) + (xy 248.74669 89.317849) (xy 248.74669 90.978348) (xy 248.702849 90.97831) (xy 248.299694 91.14489) (xy 247.990974 91.453072) + (xy 247.82369 91.855936) (xy 247.82331 92.292151) (xy 247.98989 92.695306) (xy 248.298072 93.004026) (xy 248.700936 93.17131) + (xy 249.137151 93.17169) (xy 249.540306 93.00511) (xy 249.849026 92.696928) (xy 250.01631 92.294064) (xy 250.01669 91.857849) + (xy 250.01669 97.328348) (xy 249.972849 97.32831) (xy 249.569694 97.49489) (xy 249.260974 97.803072) (xy 249.09369 98.205936) + (xy 249.09331 98.642151) (xy 249.25989 99.045306) (xy 249.568072 99.354026) (xy 249.970936 99.52131) (xy 250.407151 99.52169) + (xy 250.810306 99.35511) (xy 251.119026 99.046928) (xy 251.28631 98.644064) (xy 251.28669 98.207849) (xy 251.28669 99.868348) + (xy 251.242849 99.86831) (xy 250.839694 100.03489) (xy 250.530974 100.343072) (xy 250.36369 100.745936) (xy 250.36331 101.182151) + (xy 250.52743 101.579353) (xy 250.383692 101.519668) (xy 249.998001 101.519332) (xy 249.852053 101.579635) (xy 250.01631 101.184064) + (xy 250.01669 100.747849) (xy 249.85011 100.344694) (xy 249.541928 100.035974) (xy 249.139064 99.86869) (xy 248.74669 99.868348) + (xy 248.74669 98.207849) (xy 248.58011 97.804694) (xy 248.271928 97.495974) (xy 247.869064 97.32869) (xy 247.47669 97.328348) + (xy 247.47669 91.857849) (xy 247.31011 91.454694) (xy 247.001928 91.145974) (xy 246.599064 90.97869) (xy 246.20669 90.978348) + (xy 246.20669 89.317849) (xy 246.04011 88.914694) (xy 245.731928 88.605974) (xy 245.329064 88.43869) (xy 244.93669 88.438348) + (xy 244.93669 82.967849) (xy 244.77011 82.564694) (xy 244.461928 82.255974) (xy 244.059064 82.08869) (xy 243.66669 82.088348) + (xy 243.66669 80.427849) (xy 243.50011 80.024694) (xy 243.191928 79.715974) (xy 242.789064 79.54869) (xy 242.39669 79.548348) + (xy 242.39669 74.077849) (xy 242.23011 73.674694) (xy 241.921928 73.365974) (xy 241.519064 73.19869) (xy 241.12669 73.198348) + (xy 241.12669 71.537849) (xy 240.96011 71.134694) (xy 240.651928 70.825974) (xy 240.249064 70.65869) (xy 239.85669 70.658348) + (xy 239.85669 65.187849) (xy 239.69011 64.784694) (xy 239.381928 64.475974) (xy 238.979064 64.30869) (xy 238.542849 64.30831) + (xy 238.204478 64.448121) (xy 238.058382 64.09454) (xy 237.861924 63.897739) (xy 238.110306 63.79511) (xy 238.419026 63.486928) + (xy 238.58631 63.084064) (xy 238.58669 62.647849) (xy 238.42011 62.244694) (xy 238.111928 61.935974) (xy 237.709064 61.76869) + (xy 237.272849 61.76831) (xy 236.869694 61.93489) (xy 236.560974 62.243072) (xy 236.39369 62.645936) (xy 236.39331 63.082151) + (xy 236.55989 63.485306) (xy 236.834146 63.760041) (xy 236.68754 63.820618) (xy 236.414577 64.093105) (xy 236.36393 64.215074) + (xy 236.364355 63.729217) (xy 236.05307 62.975851) (xy 235.477181 62.398955) (xy 234.724359 62.086357) (xy 233.909217 62.085645) + (xy 233.155851 62.39693) (xy 232.598935 62.952873) (xy 232.451895 62.805577) (xy 232.095692 62.657668) (xy 231.710001 62.657332) + (xy 231.35354 62.804618) (xy 231.080577 63.077105) (xy 230.96669 63.351374) (xy 230.96669 62.647849) (xy 230.80011 62.244694) + (xy 230.491928 61.935974) (xy 230.089064 61.76869) (xy 229.652849 61.76831) (xy 229.249694 61.93489) (xy 228.940974 62.243072) + (xy 228.77369 62.645936) (xy 228.77331 63.082151) (xy 228.93989 63.485306) (xy 229.248072 63.794026) (xy 229.650936 63.96131) + (xy 230.087151 63.96169) (xy 230.490306 63.79511) (xy 230.799026 63.486928) (xy 230.96631 63.084064) (xy 230.96669 62.647849) + (xy 230.96669 63.351374) (xy 230.932668 63.433308) (xy 230.932332 63.818999) (xy 231.079618 64.17546) (xy 231.212488 64.308562) + (xy 230.922849 64.30831) (xy 230.519694 64.47489) (xy 230.210974 64.783072) (xy 230.04369 65.185936) (xy 230.04331 65.622151) + (xy 230.20989 66.025306) (xy 230.518072 66.334026) (xy 230.920936 66.50131) (xy 231.357151 66.50169) (xy 231.760306 66.33511) + (xy 232.069026 66.026928) (xy 232.23631 65.624064) (xy 232.23669 65.187849) (xy 232.07011 64.784694) (xy 231.882227 64.596483) + (xy 232.093999 64.596668) (xy 232.265658 64.52574) (xy 232.265645 64.540783) (xy 232.57693 65.294149) (xy 233.152819 65.871045) + (xy 233.905641 66.183643) (xy 234.720783 66.184355) (xy 235.474149 65.87307) (xy 236.051045 65.297181) (xy 236.266381 64.778592) + (xy 236.266332 64.834999) (xy 236.413618 65.19146) (xy 236.686105 65.464423) (xy 237.042308 65.612332) (xy 237.427999 65.612668) + (xy 237.663402 65.515401) (xy 237.66331 65.622151) (xy 237.82989 66.025306) (xy 238.138072 66.334026) (xy 238.540936 66.50131) + (xy 238.977151 66.50169) (xy 239.380306 66.33511) (xy 239.689026 66.026928) (xy 239.85631 65.624064) (xy 239.85669 65.187849) + (xy 239.85669 70.658348) (xy 239.812849 70.65831) (xy 239.409694 70.82489) (xy 239.100974 71.133072) (xy 238.93369 71.535936) + (xy 238.93331 71.972151) (xy 239.09989 72.375306) (xy 239.408072 72.684026) (xy 239.810936 72.85131) (xy 240.247151 72.85169) + (xy 240.650306 72.68511) (xy 240.959026 72.376928) (xy 241.12631 71.974064) (xy 241.12669 71.537849) (xy 241.12669 73.198348) + (xy 241.082849 73.19831) (xy 240.679694 73.36489) (xy 240.370974 73.673072) (xy 240.20369 74.075936) (xy 240.20331 74.512151) + (xy 240.36989 74.915306) (xy 240.678072 75.224026) (xy 241.080936 75.39131) (xy 241.517151 75.39169) (xy 241.920306 75.22511) + (xy 242.229026 74.916928) (xy 242.39631 74.514064) (xy 242.39669 74.077849) (xy 242.39669 79.548348) (xy 242.352849 79.54831) + (xy 241.949694 79.71489) (xy 241.640974 80.023072) (xy 241.47369 80.425936) (xy 241.47331 80.862151) (xy 241.63989 81.265306) + (xy 241.948072 81.574026) (xy 242.350936 81.74131) (xy 242.787151 81.74169) (xy 243.190306 81.57511) (xy 243.499026 81.266928) + (xy 243.66631 80.864064) (xy 243.66669 80.427849) (xy 243.66669 82.088348) (xy 243.622849 82.08831) (xy 243.219694 82.25489) + (xy 242.910974 82.563072) (xy 242.74369 82.965936) (xy 242.74331 83.402151) (xy 242.90989 83.805306) (xy 243.218072 84.114026) + (xy 243.620936 84.28131) (xy 244.057151 84.28169) (xy 244.460306 84.11511) (xy 244.769026 83.806928) (xy 244.93631 83.404064) + (xy 244.93669 82.967849) (xy 244.93669 88.438348) (xy 244.892849 88.43831) (xy 244.489694 88.60489) (xy 244.180974 88.913072) + (xy 244.01369 89.315936) (xy 244.01331 89.752151) (xy 244.17989 90.155306) (xy 244.488072 90.464026) (xy 244.890936 90.63131) + (xy 245.327151 90.63169) (xy 245.730306 90.46511) (xy 246.039026 90.156928) (xy 246.20631 89.754064) (xy 246.20669 89.317849) + (xy 246.20669 90.978348) (xy 246.162849 90.97831) (xy 245.759694 91.14489) (xy 245.450974 91.453072) (xy 245.28369 91.855936) + (xy 245.28331 92.292151) (xy 245.44989 92.695306) (xy 245.758072 93.004026) (xy 246.160936 93.17131) (xy 246.597151 93.17169) + (xy 247.000306 93.00511) (xy 247.309026 92.696928) (xy 247.47631 92.294064) (xy 247.47669 91.857849) (xy 247.47669 97.328348) + (xy 247.432849 97.32831) (xy 247.029694 97.49489) (xy 246.720974 97.803072) (xy 246.55369 98.205936) (xy 246.55331 98.642151) + (xy 246.71989 99.045306) (xy 247.028072 99.354026) (xy 247.430936 99.52131) (xy 247.867151 99.52169) (xy 248.270306 99.35511) + (xy 248.579026 99.046928) (xy 248.74631 98.644064) (xy 248.74669 98.207849) (xy 248.74669 99.868348) (xy 248.702849 99.86831) + (xy 248.299694 100.03489) (xy 247.990974 100.343072) (xy 247.82369 100.745936) (xy 247.82331 101.182151) (xy 247.98989 101.585306) + (xy 248.298072 101.894026) (xy 248.700936 102.06131) (xy 249.137151 102.06169) (xy 249.355062 101.97165) (xy 249.220668 102.295308) + (xy 249.220332 102.680999) (xy 249.367618 103.03746) (xy 249.640105 103.310423) (xy 249.996308 103.458332) (xy 250.381999 103.458668) + (xy 250.73846 103.311382) (xy 251.011423 103.038895) (xy 251.159332 102.682692) (xy 251.159668 102.297001) (xy 251.025282 101.971762) + (xy 251.240936 102.06131) (xy 251.677151 102.06169) (xy 252.079563 101.895416) (xy 251.908577 102.066105) (xy 251.760668 102.422308) + (xy 251.760332 102.807999) (xy 251.907618 103.16446) (xy 252.180105 103.437423) (xy 252.536308 103.585332) (xy 252.921999 103.585668) + (xy 253.27846 103.438382) (xy 253.551423 103.165895) (xy 253.699332 102.809692) (xy 253.699668 102.424001) (xy 253.552382 102.06754) + (xy 253.379948 101.894805) (xy 253.780936 102.06131) (xy 254.217151 102.06169) (xy 254.619563 101.895416) (xy 254.448577 102.066105) + (xy 254.300668 102.422308) (xy 254.300332 102.807999) (xy 254.447618 103.16446) (xy 254.720105 103.437423) (xy 255.076308 103.585332) + (xy 255.461999 103.585668) (xy 255.81846 103.438382) (xy 256.091423 103.165895) (xy 256.239332 102.809692) (xy 256.239668 102.424001) + (xy 256.092382 102.06754) (xy 255.919948 101.894805) (xy 256.320936 102.06131) (xy 256.757151 102.06169) (xy 257.159563 101.895416) + (xy 256.988577 102.066105) (xy 256.840668 102.422308) (xy 256.840332 102.807999) (xy 256.987618 103.16446) (xy 257.260105 103.437423) + (xy 257.616308 103.585332) (xy 258.001999 103.585668) (xy 258.35846 103.438382) (xy 258.631423 103.165895) (xy 258.779332 102.809692) + (xy 258.779668 102.424001) (xy 258.632382 102.06754) (xy 258.459948 101.894805) (xy 258.860936 102.06131) (xy 259.297151 102.06169) + (xy 259.700306 101.89511) (xy 260.009026 101.586928) (xy 260.17631 101.184064) (xy 260.17669 100.747849) (xy 260.17669 106.218348) + (xy 260.132849 106.21831) (xy 259.729694 106.38489) (xy 259.420974 106.693072) (xy 259.25369 107.095936) (xy 259.25331 107.532151) + (xy 259.41989 107.935306) (xy 259.728072 108.244026) (xy 260.130936 108.41131) (xy 260.567151 108.41169) (xy 260.970306 108.24511) + (xy 261.279026 107.936928) (xy 261.44631 107.534064) (xy 261.44669 107.097849) (xy 261.44669 108.758348) (xy 261.402849 108.75831) + (xy 260.999694 108.92489) (xy 260.690974 109.233072) (xy 260.52369 109.635936) (xy 260.52331 110.072151) (xy 260.68989 110.475306) + (xy 260.998072 110.784026) (xy 261.400936 110.95131) (xy 261.837151 110.95169) (xy 262.240306 110.78511) (xy 262.549026 110.476928) + (xy 262.71631 110.074064) (xy 262.71669 109.637849) (xy 262.71669 115.108348) (xy 262.672849 115.10831) (xy 262.269694 115.27489) + (xy 261.960974 115.583072) (xy 261.79369 115.985936) (xy 261.79331 116.422151) (xy 261.95989 116.825306) (xy 262.268072 117.134026) + (xy 262.670936 117.30131) (xy 263.107151 117.30169) (xy 263.510306 117.13511) (xy 263.819026 116.826928) (xy 263.98631 116.424064) + (xy 263.98669 115.987849) (xy 263.98669 117.648348) (xy 263.942849 117.64831) (xy 263.539694 117.81489) (xy 263.230974 118.123072) + (xy 263.06369 118.525936) (xy 263.06331 118.962151) (xy 263.22989 119.365306) (xy 263.538072 119.674026) (xy 263.940936 119.84131) + (xy 264.377151 119.84169) (xy 264.780306 119.67511) (xy 265.089026 119.366928) (xy 265.25631 118.964064) (xy 265.25669 118.527849) + (xy 265.25669 123.998348) (xy 265.212849 123.99831) (xy 264.809694 124.16489) (xy 264.500974 124.473072) (xy 264.33369 124.875936) + (xy 264.33331 125.312151) (xy 264.49989 125.715306) (xy 264.808072 126.024026) (xy 265.210936 126.19131) (xy 265.647151 126.19169) + (xy 266.050306 126.02511) (xy 266.359026 125.716928) (xy 266.52631 125.314064) (xy 266.52669 124.877849) (xy 266.52669 126.538348) + (xy 266.482849 126.53831) (xy 266.079694 126.70489) (xy 265.770974 127.013072) (xy 265.60369 127.415936) (xy 265.60331 127.852151) + (xy 265.76989 128.255306) (xy 266.078072 128.564026) (xy 266.480936 128.73131) (xy 266.917151 128.73169) (xy 267.320306 128.56511) + (xy 267.629026 128.256928) (xy 267.79631 127.854064) (xy 267.79669 127.417849) (xy 267.79669 133.7394) (xy 265.25669 133.7394) + (xy 265.25669 127.417849) (xy 265.09011 127.014694) (xy 264.781928 126.705974) (xy 264.379064 126.53869) (xy 263.98669 126.538348) + (xy 263.98669 124.877849) (xy 263.82011 124.474694) (xy 263.511928 124.165974) (xy 263.109064 123.99869) (xy 262.71669 123.998348) + (xy 262.71669 118.527849) (xy 262.55011 118.124694) (xy 262.241928 117.815974) (xy 261.839064 117.64869) (xy 261.44669 117.648348) + (xy 261.44669 115.987849) (xy 261.28011 115.584694) (xy 260.971928 115.275974) (xy 260.569064 115.10869) (xy 260.17669 115.108348) + (xy 260.17669 109.637849) (xy 260.01011 109.234694) (xy 259.701928 108.925974) (xy 259.299064 108.75869) (xy 258.90669 108.758348) + (xy 258.90669 107.097849) (xy 258.74011 106.694694) (xy 258.431928 106.385974) (xy 258.029064 106.21869) (xy 257.592849 106.21831) + (xy 257.189694 106.38489) (xy 256.880974 106.693072) (xy 256.71369 107.095936) (xy 256.71331 107.532151) (xy 256.87989 107.935306) + (xy 257.188072 108.244026) (xy 257.590936 108.41131) (xy 258.027151 108.41169) (xy 258.430306 108.24511) (xy 258.739026 107.936928) + (xy 258.90631 107.534064) (xy 258.90669 107.097849) (xy 258.90669 108.758348) (xy 258.862849 108.75831) (xy 258.459694 108.92489) + (xy 258.150974 109.233072) (xy 257.98369 109.635936) (xy 257.98331 110.072151) (xy 258.14989 110.475306) (xy 258.458072 110.784026) + (xy 258.860936 110.95131) (xy 259.297151 110.95169) (xy 259.700306 110.78511) (xy 260.009026 110.476928) (xy 260.17631 110.074064) + (xy 260.17669 109.637849) (xy 260.17669 115.108348) (xy 260.132849 115.10831) (xy 259.729694 115.27489) (xy 259.420974 115.583072) + (xy 259.25369 115.985936) (xy 259.25331 116.422151) (xy 259.41989 116.825306) (xy 259.728072 117.134026) (xy 260.130936 117.30131) + (xy 260.567151 117.30169) (xy 260.970306 117.13511) (xy 261.279026 116.826928) (xy 261.44631 116.424064) (xy 261.44669 115.987849) + (xy 261.44669 117.648348) (xy 261.402849 117.64831) (xy 260.999694 117.81489) (xy 260.690974 118.123072) (xy 260.52369 118.525936) + (xy 260.52331 118.962151) (xy 260.68989 119.365306) (xy 260.998072 119.674026) (xy 261.400936 119.84131) (xy 261.837151 119.84169) + (xy 262.240306 119.67511) (xy 262.549026 119.366928) (xy 262.71631 118.964064) (xy 262.71669 118.527849) (xy 262.71669 123.998348) + (xy 262.672849 123.99831) (xy 262.269694 124.16489) (xy 261.960974 124.473072) (xy 261.79369 124.875936) (xy 261.79331 125.312151) + (xy 261.95989 125.715306) (xy 262.268072 126.024026) (xy 262.670936 126.19131) (xy 263.107151 126.19169) (xy 263.510306 126.02511) + (xy 263.819026 125.716928) (xy 263.98631 125.314064) (xy 263.98669 124.877849) (xy 263.98669 126.538348) (xy 263.942849 126.53831) + (xy 263.539694 126.70489) (xy 263.230974 127.013072) (xy 263.06369 127.415936) (xy 263.06331 127.852151) (xy 263.22989 128.255306) + (xy 263.538072 128.564026) (xy 263.940936 128.73131) (xy 264.377151 128.73169) (xy 264.780306 128.56511) (xy 265.089026 128.256928) + (xy 265.25631 127.854064) (xy 265.25669 127.417849) (xy 265.25669 133.7394) (xy 262.71669 133.7394) (xy 262.71669 127.417849) + (xy 262.55011 127.014694) (xy 262.241928 126.705974) (xy 261.839064 126.53869) (xy 261.44669 126.538348) (xy 261.44669 124.877849) + (xy 261.28011 124.474694) (xy 260.971928 124.165974) (xy 260.569064 123.99869) (xy 260.17669 123.998348) (xy 260.17669 118.527849) + (xy 260.01011 118.124694) (xy 259.701928 117.815974) (xy 259.299064 117.64869) (xy 258.90669 117.648348) (xy 258.90669 115.987849) + (xy 258.74011 115.584694) (xy 258.431928 115.275974) (xy 258.029064 115.10869) (xy 257.63669 115.108348) (xy 257.63669 109.637849) + (xy 257.47011 109.234694) (xy 257.161928 108.925974) (xy 256.759064 108.75869) (xy 256.36669 108.758348) (xy 256.36669 107.097849) + (xy 256.20011 106.694694) (xy 255.891928 106.385974) (xy 255.489064 106.21869) (xy 255.052849 106.21831) (xy 254.649694 106.38489) + (xy 254.340974 106.693072) (xy 254.17369 107.095936) (xy 254.17331 107.532151) (xy 254.33989 107.935306) (xy 254.648072 108.244026) + (xy 255.050936 108.41131) (xy 255.487151 108.41169) (xy 255.890306 108.24511) (xy 256.199026 107.936928) (xy 256.36631 107.534064) + (xy 256.36669 107.097849) (xy 256.36669 108.758348) (xy 256.322849 108.75831) (xy 255.919694 108.92489) (xy 255.610974 109.233072) + (xy 255.44369 109.635936) (xy 255.44331 110.072151) (xy 255.60989 110.475306) (xy 255.918072 110.784026) (xy 256.320936 110.95131) + (xy 256.757151 110.95169) (xy 257.160306 110.78511) (xy 257.469026 110.476928) (xy 257.63631 110.074064) (xy 257.63669 109.637849) + (xy 257.63669 115.108348) (xy 257.592849 115.10831) (xy 257.189694 115.27489) (xy 256.880974 115.583072) (xy 256.71369 115.985936) + (xy 256.71331 116.422151) (xy 256.87989 116.825306) (xy 257.188072 117.134026) (xy 257.590936 117.30131) (xy 258.027151 117.30169) + (xy 258.430306 117.13511) (xy 258.739026 116.826928) (xy 258.90631 116.424064) (xy 258.90669 115.987849) (xy 258.90669 117.648348) + (xy 258.862849 117.64831) (xy 258.459694 117.81489) (xy 258.150974 118.123072) (xy 257.98369 118.525936) (xy 257.98331 118.962151) + (xy 258.14989 119.365306) (xy 258.458072 119.674026) (xy 258.860936 119.84131) (xy 259.297151 119.84169) (xy 259.700306 119.67511) + (xy 260.009026 119.366928) (xy 260.17631 118.964064) (xy 260.17669 118.527849) (xy 260.17669 123.998348) (xy 260.132849 123.99831) + (xy 259.729694 124.16489) (xy 259.420974 124.473072) (xy 259.25369 124.875936) (xy 259.25331 125.312151) (xy 259.41989 125.715306) + (xy 259.728072 126.024026) (xy 260.130936 126.19131) (xy 260.567151 126.19169) (xy 260.970306 126.02511) (xy 261.279026 125.716928) + (xy 261.44631 125.314064) (xy 261.44669 124.877849) (xy 261.44669 126.538348) (xy 261.402849 126.53831) (xy 260.999694 126.70489) + (xy 260.690974 127.013072) (xy 260.52369 127.415936) (xy 260.52331 127.852151) (xy 260.68989 128.255306) (xy 260.998072 128.564026) + (xy 261.400936 128.73131) (xy 261.837151 128.73169) (xy 262.240306 128.56511) (xy 262.549026 128.256928) (xy 262.71631 127.854064) + (xy 262.71669 127.417849) (xy 262.71669 133.7394) (xy 260.17669 133.7394) (xy 260.17669 127.417849) (xy 260.01011 127.014694) + (xy 259.701928 126.705974) (xy 259.299064 126.53869) (xy 258.90669 126.538348) (xy 258.90669 124.877849) (xy 258.74011 124.474694) + (xy 258.431928 124.165974) (xy 258.029064 123.99869) (xy 257.63669 123.998348) (xy 257.63669 118.527849) (xy 257.47011 118.124694) + (xy 257.161928 117.815974) (xy 256.759064 117.64869) (xy 256.36669 117.648348) (xy 256.36669 115.987849) (xy 256.20011 115.584694) + (xy 255.891928 115.275974) (xy 255.489064 115.10869) (xy 255.09669 115.108348) (xy 255.09669 109.637849) (xy 254.93011 109.234694) + (xy 254.621928 108.925974) (xy 254.219064 108.75869) (xy 253.82669 108.758348) (xy 253.82669 107.097849) (xy 253.66011 106.694694) + (xy 253.351928 106.385974) (xy 252.949064 106.21869) (xy 252.512849 106.21831) (xy 252.109694 106.38489) (xy 251.800974 106.693072) + (xy 251.63369 107.095936) (xy 251.63331 107.532151) (xy 251.79989 107.935306) (xy 252.108072 108.244026) (xy 252.510936 108.41131) + (xy 252.947151 108.41169) (xy 253.350306 108.24511) (xy 253.659026 107.936928) (xy 253.82631 107.534064) (xy 253.82669 107.097849) + (xy 253.82669 108.758348) (xy 253.782849 108.75831) (xy 253.379694 108.92489) (xy 253.070974 109.233072) (xy 252.90369 109.635936) + (xy 252.90331 110.072151) (xy 253.06989 110.475306) (xy 253.378072 110.784026) (xy 253.780936 110.95131) (xy 254.217151 110.95169) + (xy 254.620306 110.78511) (xy 254.929026 110.476928) (xy 255.09631 110.074064) (xy 255.09669 109.637849) (xy 255.09669 115.108348) + (xy 255.052849 115.10831) (xy 254.649694 115.27489) (xy 254.340974 115.583072) (xy 254.17369 115.985936) (xy 254.17331 116.422151) + (xy 254.33989 116.825306) (xy 254.648072 117.134026) (xy 255.050936 117.30131) (xy 255.487151 117.30169) (xy 255.890306 117.13511) + (xy 256.199026 116.826928) (xy 256.36631 116.424064) (xy 256.36669 115.987849) (xy 256.36669 117.648348) (xy 256.322849 117.64831) + (xy 255.919694 117.81489) (xy 255.610974 118.123072) (xy 255.44369 118.525936) (xy 255.44331 118.962151) (xy 255.60989 119.365306) + (xy 255.918072 119.674026) (xy 256.320936 119.84131) (xy 256.757151 119.84169) (xy 257.160306 119.67511) (xy 257.469026 119.366928) + (xy 257.63631 118.964064) (xy 257.63669 118.527849) (xy 257.63669 123.998348) (xy 257.592849 123.99831) (xy 257.374937 124.088349) + (xy 257.509332 123.764692) (xy 257.509668 123.379001) (xy 257.362382 123.02254) (xy 257.089895 122.749577) (xy 256.733692 122.601668) + (xy 256.348001 122.601332) (xy 255.99154 122.748618) (xy 255.718577 123.021105) (xy 255.570668 123.377308) (xy 255.570332 123.762999) + (xy 255.704717 124.088237) (xy 255.489064 123.99869) (xy 255.09669 123.998348) (xy 255.09669 118.527849) (xy 254.93011 118.124694) + (xy 254.621928 117.815974) (xy 254.219064 117.64869) (xy 253.82669 117.648348) (xy 253.82669 115.987849) (xy 253.66011 115.584694) + (xy 253.351928 115.275974) (xy 252.949064 115.10869) (xy 252.55669 115.108348) (xy 252.55669 109.637849) (xy 252.39011 109.234694) + (xy 252.081928 108.925974) (xy 251.679064 108.75869) (xy 251.28669 108.758348) (xy 251.28669 107.097849) (xy 251.12011 106.694694) + (xy 250.811928 106.385974) (xy 250.409064 106.21869) (xy 249.972849 106.21831) (xy 249.569694 106.38489) (xy 249.260974 106.693072) + (xy 249.09369 107.095936) (xy 249.09331 107.532151) (xy 249.25989 107.935306) (xy 249.568072 108.244026) (xy 249.970936 108.41131) + (xy 250.407151 108.41169) (xy 250.810306 108.24511) (xy 251.119026 107.936928) (xy 251.28631 107.534064) (xy 251.28669 107.097849) + (xy 251.28669 108.758348) (xy 251.242849 108.75831) (xy 250.839694 108.92489) (xy 250.530974 109.233072) (xy 250.36369 109.635936) + (xy 250.36331 110.072151) (xy 250.52989 110.475306) (xy 250.838072 110.784026) (xy 251.240936 110.95131) (xy 251.677151 110.95169) + (xy 252.080306 110.78511) (xy 252.389026 110.476928) (xy 252.55631 110.074064) (xy 252.55669 109.637849) (xy 252.55669 115.108348) + (xy 252.512849 115.10831) (xy 252.109694 115.27489) (xy 251.800974 115.583072) (xy 251.63369 115.985936) (xy 251.63331 116.422151) + (xy 251.79989 116.825306) (xy 252.108072 117.134026) (xy 252.510936 117.30131) (xy 252.947151 117.30169) (xy 253.350306 117.13511) + (xy 253.659026 116.826928) (xy 253.82631 116.424064) (xy 253.82669 115.987849) (xy 253.82669 117.648348) (xy 253.782849 117.64831) + (xy 253.379694 117.81489) (xy 253.070974 118.123072) (xy 252.90369 118.525936) (xy 252.90331 118.962151) (xy 253.06989 119.365306) + (xy 253.378072 119.674026) (xy 253.780936 119.84131) (xy 254.217151 119.84169) (xy 254.620306 119.67511) (xy 254.929026 119.366928) + (xy 255.09631 118.964064) (xy 255.09669 118.527849) (xy 255.09669 123.998348) (xy 255.052849 123.99831) (xy 254.969668 124.032679) + (xy 254.969668 122.363001) (xy 254.822382 122.00654) (xy 254.549895 121.733577) (xy 254.193692 121.585668) (xy 253.808001 121.585332) + (xy 253.45154 121.732618) (xy 253.178577 122.005105) (xy 253.030668 122.361308) (xy 253.030332 122.746999) (xy 253.177618 123.10346) + (xy 253.450105 123.376423) (xy 253.806308 123.524332) (xy 254.191999 123.524668) (xy 254.54846 123.377382) (xy 254.821423 123.104895) + (xy 254.969332 122.748692) (xy 254.969668 122.363001) (xy 254.969668 124.032679) (xy 254.649694 124.16489) (xy 254.340974 124.473072) + (xy 254.17369 124.875936) (xy 254.17331 125.312151) (xy 254.33989 125.715306) (xy 254.648072 126.024026) (xy 255.050936 126.19131) + (xy 255.487151 126.19169) (xy 255.890306 126.02511) (xy 256.199026 125.716928) (xy 256.36631 125.314064) (xy 256.36669 124.877849) + (xy 256.202569 124.480646) (xy 256.346308 124.540332) (xy 256.731999 124.540668) (xy 256.877946 124.480364) (xy 256.71369 124.875936) + (xy 256.71331 125.312151) (xy 256.87989 125.715306) (xy 257.188072 126.024026) (xy 257.590936 126.19131) (xy 258.027151 126.19169) + (xy 258.430306 126.02511) (xy 258.739026 125.716928) (xy 258.90631 125.314064) (xy 258.90669 124.877849) (xy 258.90669 126.538348) + (xy 258.862849 126.53831) (xy 258.459694 126.70489) (xy 258.150974 127.013072) (xy 257.98369 127.415936) (xy 257.98331 127.852151) + (xy 258.14989 128.255306) (xy 258.458072 128.564026) (xy 258.860936 128.73131) (xy 259.297151 128.73169) (xy 259.700306 128.56511) + (xy 260.009026 128.256928) (xy 260.17631 127.854064) (xy 260.17669 127.417849) (xy 260.17669 133.7394) (xy 257.63669 133.7394) + (xy 257.63669 127.417849) (xy 257.47011 127.014694) (xy 257.161928 126.705974) (xy 256.759064 126.53869) (xy 256.322849 126.53831) + (xy 255.919694 126.70489) (xy 255.610974 127.013072) (xy 255.44369 127.415936) (xy 255.44331 127.852151) (xy 255.60989 128.255306) + (xy 255.918072 128.564026) (xy 256.320936 128.73131) (xy 256.757151 128.73169) (xy 257.160306 128.56511) (xy 257.469026 128.256928) + (xy 257.63631 127.854064) (xy 257.63669 127.417849) (xy 257.63669 133.7394) (xy 255.09669 133.7394) (xy 255.09669 127.417849) + (xy 254.93011 127.014694) (xy 254.621928 126.705974) (xy 254.219064 126.53869) (xy 253.82669 126.538348) (xy 253.82669 124.877849) + (xy 253.66011 124.474694) (xy 253.351928 124.165974) (xy 252.949064 123.99869) (xy 252.55669 123.998348) (xy 252.55669 118.527849) + (xy 252.39011 118.124694) (xy 252.081928 117.815974) (xy 251.679064 117.64869) (xy 251.28669 117.648348) (xy 251.28669 115.987849) + (xy 251.12011 115.584694) (xy 250.811928 115.275974) (xy 250.409064 115.10869) (xy 250.01669 115.108348) (xy 250.01669 109.637849) + (xy 249.85011 109.234694) (xy 249.541928 108.925974) (xy 249.139064 108.75869) (xy 248.74669 108.758348) (xy 248.74669 107.097849) + (xy 248.58011 106.694694) (xy 248.271928 106.385974) (xy 247.869064 106.21869) (xy 247.47669 106.218348) (xy 247.47669 100.747849) + (xy 247.31011 100.344694) (xy 247.001928 100.035974) (xy 246.599064 99.86869) (xy 246.20669 99.868348) (xy 246.20669 98.207849) + (xy 246.04011 97.804694) (xy 245.731928 97.495974) (xy 245.329064 97.32869) (xy 244.93669 97.328348) (xy 244.93669 91.857849) + (xy 244.77011 91.454694) (xy 244.461928 91.145974) (xy 244.059064 90.97869) (xy 243.66669 90.978348) (xy 243.66669 89.317849) + (xy 243.50011 88.914694) (xy 243.191928 88.605974) (xy 242.789064 88.43869) (xy 242.39669 88.438348) (xy 242.39669 82.967849) + (xy 242.23011 82.564694) (xy 241.921928 82.255974) (xy 241.519064 82.08869) (xy 241.12669 82.088348) (xy 241.12669 80.427849) + (xy 240.96011 80.024694) (xy 240.651928 79.715974) (xy 240.249064 79.54869) (xy 239.85669 79.548348) (xy 239.85669 74.077849) + (xy 239.69011 73.674694) (xy 239.381928 73.365974) (xy 238.979064 73.19869) (xy 238.58669 73.198348) (xy 238.58669 71.537849) + (xy 238.42011 71.134694) (xy 238.111928 70.825974) (xy 237.709064 70.65869) (xy 237.272849 70.65831) (xy 236.869694 70.82489) + (xy 236.560974 71.133072) (xy 236.39369 71.535936) (xy 236.39331 71.972151) (xy 236.55989 72.375306) (xy 236.868072 72.684026) + (xy 237.270936 72.85131) (xy 237.707151 72.85169) (xy 238.110306 72.68511) (xy 238.419026 72.376928) (xy 238.58631 71.974064) + (xy 238.58669 71.537849) (xy 238.58669 73.198348) (xy 238.542849 73.19831) (xy 238.139694 73.36489) (xy 237.830974 73.673072) + (xy 237.66369 74.075936) (xy 237.66331 74.512151) (xy 237.82989 74.915306) (xy 238.138072 75.224026) (xy 238.540936 75.39131) + (xy 238.977151 75.39169) (xy 239.380306 75.22511) (xy 239.689026 74.916928) (xy 239.85631 74.514064) (xy 239.85669 74.077849) + (xy 239.85669 79.548348) (xy 239.812849 79.54831) (xy 239.409694 79.71489) (xy 239.100974 80.023072) (xy 238.93369 80.425936) + (xy 238.93331 80.862151) (xy 239.09989 81.265306) (xy 239.408072 81.574026) (xy 239.810936 81.74131) (xy 240.247151 81.74169) + (xy 240.650306 81.57511) (xy 240.959026 81.266928) (xy 241.12631 80.864064) (xy 241.12669 80.427849) (xy 241.12669 82.088348) + (xy 241.082849 82.08831) (xy 240.679694 82.25489) (xy 240.370974 82.563072) (xy 240.20369 82.965936) (xy 240.20331 83.402151) + (xy 240.36989 83.805306) (xy 240.678072 84.114026) (xy 241.080936 84.28131) (xy 241.517151 84.28169) (xy 241.920306 84.11511) + (xy 242.229026 83.806928) (xy 242.39631 83.404064) (xy 242.39669 82.967849) (xy 242.39669 88.438348) (xy 242.352849 88.43831) + (xy 241.949694 88.60489) (xy 241.640974 88.913072) (xy 241.47369 89.315936) (xy 241.47331 89.752151) (xy 241.63989 90.155306) + (xy 241.948072 90.464026) (xy 242.350936 90.63131) (xy 242.787151 90.63169) (xy 243.190306 90.46511) (xy 243.499026 90.156928) + (xy 243.66631 89.754064) (xy 243.66669 89.317849) (xy 243.66669 90.978348) (xy 243.622849 90.97831) (xy 243.219694 91.14489) + (xy 242.910974 91.453072) (xy 242.74369 91.855936) (xy 242.74331 92.292151) (xy 242.90989 92.695306) (xy 243.218072 93.004026) + (xy 243.620936 93.17131) (xy 244.057151 93.17169) (xy 244.460306 93.00511) (xy 244.769026 92.696928) (xy 244.93631 92.294064) + (xy 244.93669 91.857849) (xy 244.93669 97.328348) (xy 244.892849 97.32831) (xy 244.489694 97.49489) (xy 244.180974 97.803072) + (xy 244.01369 98.205936) (xy 244.01331 98.642151) (xy 244.17989 99.045306) (xy 244.488072 99.354026) (xy 244.890936 99.52131) + (xy 245.327151 99.52169) (xy 245.730306 99.35511) (xy 246.039026 99.046928) (xy 246.20631 98.644064) (xy 246.20669 98.207849) + (xy 246.20669 99.868348) (xy 246.162849 99.86831) (xy 245.759694 100.03489) (xy 245.450974 100.343072) (xy 245.28369 100.745936) + (xy 245.28331 101.182151) (xy 245.44989 101.585306) (xy 245.758072 101.894026) (xy 246.160936 102.06131) (xy 246.597151 102.06169) + (xy 247.000306 101.89511) (xy 247.309026 101.586928) (xy 247.47631 101.184064) (xy 247.47669 100.747849) (xy 247.47669 106.218348) + (xy 247.432849 106.21831) (xy 247.029694 106.38489) (xy 246.720974 106.693072) (xy 246.55369 107.095936) (xy 246.55331 107.532151) + (xy 246.71989 107.935306) (xy 247.028072 108.244026) (xy 247.430936 108.41131) (xy 247.867151 108.41169) (xy 248.270306 108.24511) + (xy 248.579026 107.936928) (xy 248.74631 107.534064) (xy 248.74669 107.097849) (xy 248.74669 108.758348) (xy 248.702849 108.75831) + (xy 248.299694 108.92489) (xy 247.990974 109.233072) (xy 247.82369 109.635936) (xy 247.82331 110.072151) (xy 247.98989 110.475306) + (xy 248.298072 110.784026) (xy 248.700936 110.95131) (xy 249.137151 110.95169) (xy 249.540306 110.78511) (xy 249.849026 110.476928) + (xy 250.01631 110.074064) (xy 250.01669 109.637849) (xy 250.01669 115.108348) (xy 249.972849 115.10831) (xy 249.569694 115.27489) + (xy 249.260974 115.583072) (xy 249.09369 115.985936) (xy 249.09331 116.422151) (xy 249.25989 116.825306) (xy 249.568072 117.134026) + (xy 249.970936 117.30131) (xy 250.407151 117.30169) (xy 250.810306 117.13511) (xy 251.119026 116.826928) (xy 251.28631 116.424064) + (xy 251.28669 115.987849) (xy 251.28669 117.648348) (xy 251.242849 117.64831) (xy 250.839694 117.81489) (xy 250.530974 118.123072) + (xy 250.36369 118.525936) (xy 250.36331 118.962151) (xy 250.52989 119.365306) (xy 250.838072 119.674026) (xy 251.240936 119.84131) + (xy 251.677151 119.84169) (xy 252.080306 119.67511) (xy 252.389026 119.366928) (xy 252.55631 118.964064) (xy 252.55669 118.527849) + (xy 252.55669 123.998348) (xy 252.512849 123.99831) (xy 252.109694 124.16489) (xy 251.800974 124.473072) (xy 251.63369 124.875936) + (xy 251.63331 125.312151) (xy 251.79989 125.715306) (xy 252.108072 126.024026) (xy 252.510936 126.19131) (xy 252.947151 126.19169) + (xy 253.350306 126.02511) (xy 253.659026 125.716928) (xy 253.82631 125.314064) (xy 253.82669 124.877849) (xy 253.82669 126.538348) + (xy 253.782849 126.53831) (xy 253.379694 126.70489) (xy 253.070974 127.013072) (xy 252.90369 127.415936) (xy 252.90331 127.852151) + (xy 253.06989 128.255306) (xy 253.378072 128.564026) (xy 253.780936 128.73131) (xy 254.217151 128.73169) (xy 254.620306 128.56511) + (xy 254.929026 128.256928) (xy 255.09631 127.854064) (xy 255.09669 127.417849) (xy 255.09669 133.7394) (xy 252.55669 133.7394) + (xy 252.55669 127.417849) (xy 252.39011 127.014694) (xy 252.081928 126.705974) (xy 251.679064 126.53869) (xy 251.28669 126.538348) + (xy 251.28669 124.877849) (xy 251.12011 124.474694) (xy 250.811928 124.165974) (xy 250.409064 123.99869) (xy 250.01669 123.998348) + (xy 250.01669 118.527849) (xy 249.85011 118.124694) (xy 249.541928 117.815974) (xy 249.139064 117.64869) (xy 248.74669 117.648348) + (xy 248.74669 115.987849) (xy 248.58011 115.584694) (xy 248.271928 115.275974) (xy 247.869064 115.10869) (xy 247.47669 115.108348) + (xy 247.47669 109.637849) (xy 247.31011 109.234694) (xy 247.001928 108.925974) (xy 246.599064 108.75869) (xy 246.20669 108.758348) + (xy 246.20669 107.097849) (xy 246.04011 106.694694) (xy 245.731928 106.385974) (xy 245.329064 106.21869) (xy 244.93669 106.218348) + (xy 244.93669 100.747849) (xy 244.77011 100.344694) (xy 244.461928 100.035974) (xy 244.059064 99.86869) (xy 243.66669 99.868348) + (xy 243.66669 98.207849) (xy 243.50011 97.804694) (xy 243.191928 97.495974) (xy 242.789064 97.32869) (xy 242.39669 97.328348) + (xy 242.39669 91.857849) (xy 242.23011 91.454694) (xy 241.921928 91.145974) (xy 241.519064 90.97869) (xy 241.12669 90.978348) + (xy 241.12669 89.317849) (xy 240.96011 88.914694) (xy 240.651928 88.605974) (xy 240.249064 88.43869) (xy 239.85669 88.438348) + (xy 239.85669 82.967849) (xy 239.69011 82.564694) (xy 239.381928 82.255974) (xy 238.979064 82.08869) (xy 238.58669 82.088348) + (xy 238.58669 80.427849) (xy 238.42011 80.024694) (xy 238.111928 79.715974) (xy 237.709064 79.54869) (xy 237.272849 79.54831) + (xy 236.869694 79.71489) (xy 236.560974 80.023072) (xy 236.39369 80.425936) (xy 236.39331 80.862151) (xy 236.55989 81.265306) + (xy 236.868072 81.574026) (xy 237.270936 81.74131) (xy 237.707151 81.74169) (xy 238.110306 81.57511) (xy 238.419026 81.266928) + (xy 238.58631 80.864064) (xy 238.58669 80.427849) (xy 238.58669 82.088348) (xy 238.542849 82.08831) (xy 238.139694 82.25489) + (xy 237.830974 82.563072) (xy 237.66369 82.965936) (xy 237.66331 83.402151) (xy 237.82989 83.805306) (xy 238.138072 84.114026) + (xy 238.540936 84.28131) (xy 238.977151 84.28169) (xy 239.380306 84.11511) (xy 239.689026 83.806928) (xy 239.85631 83.404064) + (xy 239.85669 82.967849) (xy 239.85669 88.438348) (xy 239.812849 88.43831) (xy 239.409694 88.60489) (xy 239.100974 88.913072) + (xy 238.93369 89.315936) (xy 238.93331 89.752151) (xy 239.09989 90.155306) (xy 239.408072 90.464026) (xy 239.810936 90.63131) + (xy 240.247151 90.63169) (xy 240.650306 90.46511) (xy 240.959026 90.156928) (xy 241.12631 89.754064) (xy 241.12669 89.317849) + (xy 241.12669 90.978348) (xy 241.082849 90.97831) (xy 240.679694 91.14489) (xy 240.370974 91.453072) (xy 240.20369 91.855936) + (xy 240.20331 92.292151) (xy 240.36989 92.695306) (xy 240.678072 93.004026) (xy 241.080936 93.17131) (xy 241.517151 93.17169) + (xy 241.920306 93.00511) (xy 242.229026 92.696928) (xy 242.39631 92.294064) (xy 242.39669 91.857849) (xy 242.39669 97.328348) + (xy 242.352849 97.32831) (xy 241.949694 97.49489) (xy 241.640974 97.803072) (xy 241.47369 98.205936) (xy 241.47331 98.642151) + (xy 241.63989 99.045306) (xy 241.948072 99.354026) (xy 242.350936 99.52131) (xy 242.787151 99.52169) (xy 243.190306 99.35511) + (xy 243.499026 99.046928) (xy 243.66631 98.644064) (xy 243.66669 98.207849) (xy 243.66669 99.868348) (xy 243.622849 99.86831) + (xy 243.219694 100.03489) (xy 242.910974 100.343072) (xy 242.74369 100.745936) (xy 242.74331 101.182151) (xy 242.90989 101.585306) + (xy 243.218072 101.894026) (xy 243.620936 102.06131) (xy 244.057151 102.06169) (xy 244.460306 101.89511) (xy 244.769026 101.586928) + (xy 244.93631 101.184064) (xy 244.93669 100.747849) (xy 244.93669 106.218348) (xy 244.892849 106.21831) (xy 244.489694 106.38489) + (xy 244.180974 106.693072) (xy 244.01369 107.095936) (xy 244.01331 107.532151) (xy 244.17989 107.935306) (xy 244.488072 108.244026) + (xy 244.890936 108.41131) (xy 245.327151 108.41169) (xy 245.730306 108.24511) (xy 246.039026 107.936928) (xy 246.20631 107.534064) + (xy 246.20669 107.097849) (xy 246.20669 108.758348) (xy 246.162849 108.75831) (xy 245.759694 108.92489) (xy 245.450974 109.233072) + (xy 245.28369 109.635936) (xy 245.28331 110.072151) (xy 245.44989 110.475306) (xy 245.758072 110.784026) (xy 246.160936 110.95131) + (xy 246.597151 110.95169) (xy 247.000306 110.78511) (xy 247.309026 110.476928) (xy 247.47631 110.074064) (xy 247.47669 109.637849) + (xy 247.47669 115.108348) (xy 247.432849 115.10831) (xy 247.029694 115.27489) (xy 246.720974 115.583072) (xy 246.55369 115.985936) + (xy 246.55331 116.422151) (xy 246.71989 116.825306) (xy 247.028072 117.134026) (xy 247.430936 117.30131) (xy 247.867151 117.30169) + (xy 248.270306 117.13511) (xy 248.579026 116.826928) (xy 248.74631 116.424064) (xy 248.74669 115.987849) (xy 248.74669 117.648348) + (xy 248.702849 117.64831) (xy 248.299694 117.81489) (xy 247.990974 118.123072) (xy 247.82369 118.525936) (xy 247.82331 118.962151) + (xy 247.98989 119.365306) (xy 248.298072 119.674026) (xy 248.700936 119.84131) (xy 249.137151 119.84169) (xy 249.540306 119.67511) + (xy 249.849026 119.366928) (xy 250.01631 118.964064) (xy 250.01669 118.527849) (xy 250.01669 123.998348) (xy 249.972849 123.99831) + (xy 249.569694 124.16489) (xy 249.260974 124.473072) (xy 249.09369 124.875936) (xy 249.09331 125.312151) (xy 249.25989 125.715306) + (xy 249.568072 126.024026) (xy 249.970936 126.19131) (xy 250.407151 126.19169) (xy 250.810306 126.02511) (xy 251.119026 125.716928) + (xy 251.28631 125.314064) (xy 251.28669 124.877849) (xy 251.28669 126.538348) (xy 251.242849 126.53831) (xy 250.839694 126.70489) + (xy 250.530974 127.013072) (xy 250.36369 127.415936) (xy 250.36331 127.852151) (xy 250.52989 128.255306) (xy 250.838072 128.564026) + (xy 251.240936 128.73131) (xy 251.677151 128.73169) (xy 252.080306 128.56511) (xy 252.389026 128.256928) (xy 252.55631 127.854064) + (xy 252.55669 127.417849) (xy 252.55669 133.7394) (xy 250.01669 133.7394) (xy 250.01669 127.417849) (xy 249.85011 127.014694) + (xy 249.541928 126.705974) (xy 249.139064 126.53869) (xy 248.74669 126.538348) (xy 248.74669 124.877849) (xy 248.58011 124.474694) + (xy 248.271928 124.165974) (xy 247.869064 123.99869) (xy 247.47669 123.998348) (xy 247.47669 118.527849) (xy 247.31011 118.124694) + (xy 247.001928 117.815974) (xy 246.599064 117.64869) (xy 246.20669 117.648348) (xy 246.20669 115.987849) (xy 246.04011 115.584694) + (xy 245.731928 115.275974) (xy 245.329064 115.10869) (xy 244.93669 115.108348) (xy 244.93669 109.637849) (xy 244.77011 109.234694) + (xy 244.461928 108.925974) (xy 244.059064 108.75869) (xy 243.66669 108.758348) (xy 243.66669 107.097849) (xy 243.50011 106.694694) + (xy 243.191928 106.385974) (xy 242.789064 106.21869) (xy 242.39669 106.218348) (xy 242.39669 100.747849) (xy 242.23011 100.344694) + (xy 241.921928 100.035974) (xy 241.519064 99.86869) (xy 241.12669 99.868348) (xy 241.12669 98.207849) (xy 240.96011 97.804694) + (xy 240.651928 97.495974) (xy 240.249064 97.32869) (xy 239.85669 97.328348) (xy 239.85669 91.857849) (xy 239.69011 91.454694) + (xy 239.381928 91.145974) (xy 238.979064 90.97869) (xy 238.58669 90.978348) (xy 238.58669 89.317849) (xy 238.42011 88.914694) + (xy 238.111928 88.605974) (xy 237.709064 88.43869) (xy 237.272849 88.43831) (xy 236.869694 88.60489) (xy 236.560974 88.913072) + (xy 236.39369 89.315936) (xy 236.39331 89.752151) (xy 236.55989 90.155306) (xy 236.868072 90.464026) (xy 237.270936 90.63131) + (xy 237.707151 90.63169) (xy 238.110306 90.46511) (xy 238.419026 90.156928) (xy 238.58631 89.754064) (xy 238.58669 89.317849) + (xy 238.58669 90.978348) (xy 238.542849 90.97831) (xy 238.139694 91.14489) (xy 237.830974 91.453072) (xy 237.66369 91.855936) + (xy 237.66331 92.292151) (xy 237.82989 92.695306) (xy 238.138072 93.004026) (xy 238.540936 93.17131) (xy 238.977151 93.17169) + (xy 239.380306 93.00511) (xy 239.689026 92.696928) (xy 239.85631 92.294064) (xy 239.85669 91.857849) (xy 239.85669 97.328348) + (xy 239.812849 97.32831) (xy 239.409694 97.49489) (xy 239.100974 97.803072) (xy 238.93369 98.205936) (xy 238.93331 98.642151) + (xy 239.09989 99.045306) (xy 239.408072 99.354026) (xy 239.810936 99.52131) (xy 240.247151 99.52169) (xy 240.650306 99.35511) + (xy 240.959026 99.046928) (xy 241.12631 98.644064) (xy 241.12669 98.207849) (xy 241.12669 99.868348) (xy 241.082849 99.86831) + (xy 240.679694 100.03489) (xy 240.370974 100.343072) (xy 240.20369 100.745936) (xy 240.20331 101.182151) (xy 240.36989 101.585306) + (xy 240.678072 101.894026) (xy 241.080936 102.06131) (xy 241.517151 102.06169) (xy 241.920306 101.89511) (xy 242.229026 101.586928) + (xy 242.39631 101.184064) (xy 242.39669 100.747849) (xy 242.39669 106.218348) (xy 242.352849 106.21831) (xy 241.949694 106.38489) + (xy 241.640974 106.693072) (xy 241.47369 107.095936) (xy 241.47331 107.532151) (xy 241.63989 107.935306) (xy 241.948072 108.244026) + (xy 242.350936 108.41131) (xy 242.787151 108.41169) (xy 243.190306 108.24511) (xy 243.499026 107.936928) (xy 243.66631 107.534064) + (xy 243.66669 107.097849) (xy 243.66669 108.758348) (xy 243.622849 108.75831) (xy 243.219694 108.92489) (xy 242.910974 109.233072) + (xy 242.74369 109.635936) (xy 242.74331 110.072151) (xy 242.90989 110.475306) (xy 243.218072 110.784026) (xy 243.620936 110.95131) + (xy 244.057151 110.95169) (xy 244.460306 110.78511) (xy 244.769026 110.476928) (xy 244.93631 110.074064) (xy 244.93669 109.637849) + (xy 244.93669 115.108348) (xy 244.892849 115.10831) (xy 244.489694 115.27489) (xy 244.180974 115.583072) (xy 244.01369 115.985936) + (xy 244.01331 116.422151) (xy 244.17989 116.825306) (xy 244.488072 117.134026) (xy 244.890936 117.30131) (xy 245.327151 117.30169) + (xy 245.730306 117.13511) (xy 246.039026 116.826928) (xy 246.20631 116.424064) (xy 246.20669 115.987849) (xy 246.20669 117.648348) + (xy 246.162849 117.64831) (xy 245.759694 117.81489) (xy 245.450974 118.123072) (xy 245.28369 118.525936) (xy 245.28331 118.962151) + (xy 245.44989 119.365306) (xy 245.758072 119.674026) (xy 246.160936 119.84131) (xy 246.597151 119.84169) (xy 247.000306 119.67511) + (xy 247.309026 119.366928) (xy 247.47631 118.964064) (xy 247.47669 118.527849) (xy 247.47669 123.998348) (xy 247.432849 123.99831) + (xy 247.029694 124.16489) (xy 246.720974 124.473072) (xy 246.55369 124.875936) (xy 246.55331 125.312151) (xy 246.71989 125.715306) + (xy 247.028072 126.024026) (xy 247.430936 126.19131) (xy 247.867151 126.19169) (xy 248.270306 126.02511) (xy 248.579026 125.716928) + (xy 248.74631 125.314064) (xy 248.74669 124.877849) (xy 248.74669 126.538348) (xy 248.702849 126.53831) (xy 248.299694 126.70489) + (xy 247.990974 127.013072) (xy 247.82369 127.415936) (xy 247.82331 127.852151) (xy 247.98989 128.255306) (xy 248.298072 128.564026) + (xy 248.700936 128.73131) (xy 249.137151 128.73169) (xy 249.540306 128.56511) (xy 249.849026 128.256928) (xy 250.01631 127.854064) + (xy 250.01669 127.417849) (xy 250.01669 133.7394) (xy 247.47669 133.7394) (xy 247.47669 127.417849) (xy 247.31011 127.014694) + (xy 247.001928 126.705974) (xy 246.599064 126.53869) (xy 246.20669 126.538348) (xy 246.20669 124.877849) (xy 246.04011 124.474694) + (xy 245.731928 124.165974) (xy 245.329064 123.99869) (xy 244.93669 123.998348) (xy 244.93669 118.527849) (xy 244.77011 118.124694) + (xy 244.461928 117.815974) (xy 244.059064 117.64869) (xy 243.66669 117.648348) (xy 243.66669 115.987849) (xy 243.50011 115.584694) + (xy 243.191928 115.275974) (xy 242.789064 115.10869) (xy 242.39669 115.108348) (xy 242.39669 109.637849) (xy 242.23011 109.234694) + (xy 241.921928 108.925974) (xy 241.519064 108.75869) (xy 241.12669 108.758348) (xy 241.12669 107.097849) (xy 240.96011 106.694694) + (xy 240.651928 106.385974) (xy 240.249064 106.21869) (xy 239.85669 106.218348) (xy 239.85669 100.747849) (xy 239.69011 100.344694) + (xy 239.381928 100.035974) (xy 238.979064 99.86869) (xy 238.58669 99.868348) (xy 238.58669 98.207849) (xy 238.42011 97.804694) + (xy 238.111928 97.495974) (xy 237.709064 97.32869) (xy 237.272849 97.32831) (xy 236.869694 97.49489) (xy 236.560974 97.803072) + (xy 236.39369 98.205936) (xy 236.39331 98.642151) (xy 236.55989 99.045306) (xy 236.868072 99.354026) (xy 237.270936 99.52131) + (xy 237.707151 99.52169) (xy 238.110306 99.35511) (xy 238.419026 99.046928) (xy 238.58631 98.644064) (xy 238.58669 98.207849) + (xy 238.58669 99.868348) (xy 238.542849 99.86831) (xy 238.139694 100.03489) (xy 237.830974 100.343072) (xy 237.66369 100.745936) + (xy 237.66331 101.182151) (xy 237.82989 101.585306) (xy 238.138072 101.894026) (xy 238.540936 102.06131) (xy 238.977151 102.06169) + (xy 239.380306 101.89511) (xy 239.689026 101.586928) (xy 239.85631 101.184064) (xy 239.85669 100.747849) (xy 239.85669 106.218348) + (xy 239.812849 106.21831) (xy 239.409694 106.38489) (xy 239.100974 106.693072) (xy 238.93369 107.095936) (xy 238.93331 107.532151) + (xy 239.09989 107.935306) (xy 239.408072 108.244026) (xy 239.810936 108.41131) (xy 240.247151 108.41169) (xy 240.650306 108.24511) + (xy 240.959026 107.936928) (xy 241.12631 107.534064) (xy 241.12669 107.097849) (xy 241.12669 108.758348) (xy 241.082849 108.75831) + (xy 240.679694 108.92489) (xy 240.370974 109.233072) (xy 240.20369 109.635936) (xy 240.20331 110.072151) (xy 240.36989 110.475306) + (xy 240.678072 110.784026) (xy 241.080936 110.95131) (xy 241.517151 110.95169) (xy 241.920306 110.78511) (xy 242.229026 110.476928) + (xy 242.39631 110.074064) (xy 242.39669 109.637849) (xy 242.39669 115.108348) (xy 242.352849 115.10831) (xy 241.949694 115.27489) + (xy 241.640974 115.583072) (xy 241.47369 115.985936) (xy 241.47331 116.422151) (xy 241.63989 116.825306) (xy 241.948072 117.134026) + (xy 242.350936 117.30131) (xy 242.787151 117.30169) (xy 243.190306 117.13511) (xy 243.499026 116.826928) (xy 243.66631 116.424064) + (xy 243.66669 115.987849) (xy 243.66669 117.648348) (xy 243.622849 117.64831) (xy 243.219694 117.81489) (xy 242.910974 118.123072) + (xy 242.74369 118.525936) (xy 242.74331 118.962151) (xy 242.90989 119.365306) (xy 243.218072 119.674026) (xy 243.620936 119.84131) + (xy 244.057151 119.84169) (xy 244.460306 119.67511) (xy 244.769026 119.366928) (xy 244.93631 118.964064) (xy 244.93669 118.527849) + (xy 244.93669 123.998348) (xy 244.892849 123.99831) (xy 244.489694 124.16489) (xy 244.180974 124.473072) (xy 244.01369 124.875936) + (xy 244.01331 125.312151) (xy 244.17989 125.715306) (xy 244.488072 126.024026) (xy 244.890936 126.19131) (xy 245.327151 126.19169) + (xy 245.730306 126.02511) (xy 246.039026 125.716928) (xy 246.20631 125.314064) (xy 246.20669 124.877849) (xy 246.20669 126.538348) + (xy 246.162849 126.53831) (xy 245.759694 126.70489) (xy 245.450974 127.013072) (xy 245.28369 127.415936) (xy 245.28331 127.852151) + (xy 245.44989 128.255306) (xy 245.758072 128.564026) (xy 246.160936 128.73131) (xy 246.597151 128.73169) (xy 247.000306 128.56511) + (xy 247.309026 128.256928) (xy 247.47631 127.854064) (xy 247.47669 127.417849) (xy 247.47669 133.7394) (xy 244.93669 133.7394) + (xy 244.93669 127.417849) (xy 244.77011 127.014694) (xy 244.461928 126.705974) (xy 244.059064 126.53869) (xy 243.66669 126.538348) + (xy 243.66669 124.877849) (xy 243.50011 124.474694) (xy 243.191928 124.165974) (xy 242.789064 123.99869) (xy 242.39669 123.998348) + (xy 242.39669 118.527849) (xy 242.23011 118.124694) (xy 241.921928 117.815974) (xy 241.519064 117.64869) (xy 241.12669 117.648348) + (xy 241.12669 115.987849) (xy 240.96011 115.584694) (xy 240.651928 115.275974) (xy 240.249064 115.10869) (xy 239.85669 115.108348) + (xy 239.85669 109.637849) (xy 239.69011 109.234694) (xy 239.381928 108.925974) (xy 238.979064 108.75869) (xy 238.58669 108.758348) + (xy 238.58669 107.097849) (xy 238.42011 106.694694) (xy 238.111928 106.385974) (xy 237.709064 106.21869) (xy 237.272849 106.21831) + (xy 236.869694 106.38489) (xy 236.560974 106.693072) (xy 236.39369 107.095936) (xy 236.39331 107.532151) (xy 236.55989 107.935306) + (xy 236.868072 108.244026) (xy 237.270936 108.41131) (xy 237.707151 108.41169) (xy 238.110306 108.24511) (xy 238.419026 107.936928) + (xy 238.58631 107.534064) (xy 238.58669 107.097849) (xy 238.58669 108.758348) (xy 238.542849 108.75831) (xy 238.139694 108.92489) + (xy 237.830974 109.233072) (xy 237.66369 109.635936) (xy 237.66331 110.072151) (xy 237.82989 110.475306) (xy 238.138072 110.784026) + (xy 238.540936 110.95131) (xy 238.977151 110.95169) (xy 239.380306 110.78511) (xy 239.689026 110.476928) (xy 239.85631 110.074064) + (xy 239.85669 109.637849) (xy 239.85669 115.108348) (xy 239.812849 115.10831) (xy 239.409694 115.27489) (xy 239.100974 115.583072) + (xy 238.93369 115.985936) (xy 238.93331 116.422151) (xy 239.09989 116.825306) (xy 239.408072 117.134026) (xy 239.810936 117.30131) + (xy 240.247151 117.30169) (xy 240.650306 117.13511) (xy 240.959026 116.826928) (xy 241.12631 116.424064) (xy 241.12669 115.987849) + (xy 241.12669 117.648348) (xy 241.082849 117.64831) (xy 240.679694 117.81489) (xy 240.370974 118.123072) (xy 240.20369 118.525936) + (xy 240.20331 118.962151) (xy 240.36989 119.365306) (xy 240.678072 119.674026) (xy 241.080936 119.84131) (xy 241.517151 119.84169) + (xy 241.920306 119.67511) (xy 242.229026 119.366928) (xy 242.39631 118.964064) (xy 242.39669 118.527849) (xy 242.39669 123.998348) + (xy 242.352849 123.99831) (xy 241.949694 124.16489) (xy 241.640974 124.473072) (xy 241.47369 124.875936) (xy 241.47331 125.312151) + (xy 241.63989 125.715306) (xy 241.948072 126.024026) (xy 242.350936 126.19131) (xy 242.787151 126.19169) (xy 243.190306 126.02511) + (xy 243.499026 125.716928) (xy 243.66631 125.314064) (xy 243.66669 124.877849) (xy 243.66669 126.538348) (xy 243.622849 126.53831) + (xy 243.219694 126.70489) (xy 242.910974 127.013072) (xy 242.74369 127.415936) (xy 242.74331 127.852151) (xy 242.90989 128.255306) + (xy 243.218072 128.564026) (xy 243.620936 128.73131) (xy 244.057151 128.73169) (xy 244.460306 128.56511) (xy 244.769026 128.256928) + (xy 244.93631 127.854064) (xy 244.93669 127.417849) (xy 244.93669 133.7394) (xy 242.39669 133.7394) (xy 242.39669 127.417849) + (xy 242.23011 127.014694) (xy 241.921928 126.705974) (xy 241.519064 126.53869) (xy 241.12669 126.538348) (xy 241.12669 124.877849) + (xy 240.96011 124.474694) (xy 240.651928 124.165974) (xy 240.249064 123.99869) (xy 239.85669 123.998348) (xy 239.85669 118.527849) + (xy 239.69011 118.124694) (xy 239.381928 117.815974) (xy 238.979064 117.64869) (xy 238.58669 117.648348) (xy 238.58669 115.987849) + (xy 238.42011 115.584694) (xy 238.111928 115.275974) (xy 237.709064 115.10869) (xy 237.272849 115.10831) (xy 236.869694 115.27489) + (xy 236.560974 115.583072) (xy 236.39369 115.985936) (xy 236.39331 116.422151) (xy 236.55989 116.825306) (xy 236.868072 117.134026) + (xy 237.270936 117.30131) (xy 237.707151 117.30169) (xy 238.110306 117.13511) (xy 238.419026 116.826928) (xy 238.58631 116.424064) + (xy 238.58669 115.987849) (xy 238.58669 117.648348) (xy 238.542849 117.64831) (xy 238.139694 117.81489) (xy 237.830974 118.123072) + (xy 237.66369 118.525936) (xy 237.66331 118.962151) (xy 237.82989 119.365306) (xy 238.138072 119.674026) (xy 238.540936 119.84131) + (xy 238.977151 119.84169) (xy 239.380306 119.67511) (xy 239.689026 119.366928) (xy 239.85631 118.964064) (xy 239.85669 118.527849) + (xy 239.85669 123.998348) (xy 239.812849 123.99831) (xy 239.409694 124.16489) (xy 239.100974 124.473072) (xy 238.93369 124.875936) + (xy 238.93331 125.312151) (xy 239.09989 125.715306) (xy 239.408072 126.024026) (xy 239.810936 126.19131) (xy 240.247151 126.19169) + (xy 240.650306 126.02511) (xy 240.959026 125.716928) (xy 241.12631 125.314064) (xy 241.12669 124.877849) (xy 241.12669 126.538348) + (xy 241.082849 126.53831) (xy 240.679694 126.70489) (xy 240.370974 127.013072) (xy 240.20369 127.415936) (xy 240.20331 127.852151) + (xy 240.36989 128.255306) (xy 240.678072 128.564026) (xy 241.080936 128.73131) (xy 241.517151 128.73169) (xy 241.920306 128.56511) + (xy 242.229026 128.256928) (xy 242.39631 127.854064) (xy 242.39669 127.417849) (xy 242.39669 133.7394) (xy 239.85669 133.7394) + (xy 239.85669 127.417849) (xy 239.69011 127.014694) (xy 239.381928 126.705974) (xy 238.979064 126.53869) (xy 238.58669 126.538348) + (xy 238.58669 124.877849) (xy 238.42011 124.474694) (xy 238.111928 124.165974) (xy 237.709064 123.99869) (xy 237.272849 123.99831) + (xy 236.869694 124.16489) (xy 236.560974 124.473072) (xy 236.39369 124.875936) (xy 236.39331 125.312151) (xy 236.55989 125.715306) + (xy 236.868072 126.024026) (xy 237.270936 126.19131) (xy 237.707151 126.19169) (xy 238.110306 126.02511) (xy 238.419026 125.716928) + (xy 238.58631 125.314064) (xy 238.58669 124.877849) (xy 238.58669 126.538348) (xy 238.542849 126.53831) (xy 238.139694 126.70489) + (xy 237.830974 127.013072) (xy 237.66369 127.415936) (xy 237.66331 127.852151) (xy 237.82989 128.255306) (xy 238.138072 128.564026) + (xy 238.540936 128.73131) (xy 238.977151 128.73169) (xy 239.380306 128.56511) (xy 239.689026 128.256928) (xy 239.85631 127.854064) + (xy 239.85669 127.417849) (xy 239.85669 133.7394) (xy 236.364355 133.7394) (xy 236.364355 125.959217) (xy 236.364355 117.069217) + (xy 236.364355 108.179217) (xy 236.364355 99.289217) (xy 236.364355 90.399217) (xy 236.364355 81.509217) (xy 236.364355 72.619217) + (xy 236.05307 71.865851) (xy 235.477181 71.288955) (xy 234.724359 70.976357) (xy 233.909217 70.975645) (xy 233.155851 71.28693) + (xy 232.578955 71.862819) (xy 232.266357 72.615641) (xy 232.265645 73.430783) (xy 232.57693 74.184149) (xy 233.152819 74.761045) + (xy 233.905641 75.073643) (xy 234.720783 75.074355) (xy 235.474149 74.76307) (xy 236.051045 74.187181) (xy 236.363643 73.434359) + (xy 236.364355 72.619217) (xy 236.364355 81.509217) (xy 236.05307 80.755851) (xy 235.477181 80.178955) (xy 234.724359 79.866357) + (xy 233.909217 79.865645) (xy 233.155851 80.17693) (xy 232.578955 80.752819) (xy 232.266357 81.505641) (xy 232.265645 82.320783) + (xy 232.57693 83.074149) (xy 233.152819 83.651045) (xy 233.905641 83.963643) (xy 234.720783 83.964355) (xy 235.474149 83.65307) + (xy 236.051045 83.077181) (xy 236.363643 82.324359) (xy 236.364355 81.509217) (xy 236.364355 90.399217) (xy 236.05307 89.645851) + (xy 235.477181 89.068955) (xy 234.724359 88.756357) (xy 233.909217 88.755645) (xy 233.155851 89.06693) (xy 232.578955 89.642819) + (xy 232.266357 90.395641) (xy 232.265645 91.210783) (xy 232.57693 91.964149) (xy 233.152819 92.541045) (xy 233.905641 92.853643) + (xy 234.720783 92.854355) (xy 235.474149 92.54307) (xy 236.051045 91.967181) (xy 236.363643 91.214359) (xy 236.364355 90.399217) + (xy 236.364355 99.289217) (xy 236.05307 98.535851) (xy 235.477181 97.958955) (xy 234.724359 97.646357) (xy 233.909217 97.645645) + (xy 233.155851 97.95693) (xy 232.578955 98.532819) (xy 232.266357 99.285641) (xy 232.265645 100.100783) (xy 232.57693 100.854149) + (xy 233.152819 101.431045) (xy 233.905641 101.743643) (xy 234.720783 101.744355) (xy 235.474149 101.43307) (xy 236.051045 100.857181) + (xy 236.363643 100.104359) (xy 236.364355 99.289217) (xy 236.364355 108.179217) (xy 236.05307 107.425851) (xy 235.477181 106.848955) + (xy 234.724359 106.536357) (xy 233.909217 106.535645) (xy 233.155851 106.84693) (xy 232.578955 107.422819) (xy 232.266357 108.175641) + (xy 232.265645 108.990783) (xy 232.57693 109.744149) (xy 233.152819 110.321045) (xy 233.905641 110.633643) (xy 234.720783 110.634355) + (xy 235.474149 110.32307) (xy 236.051045 109.747181) (xy 236.363643 108.994359) (xy 236.364355 108.179217) (xy 236.364355 117.069217) + (xy 236.05307 116.315851) (xy 235.477181 115.738955) (xy 234.724359 115.426357) (xy 233.909217 115.425645) (xy 233.155851 115.73693) + (xy 232.578955 116.312819) (xy 232.266357 117.065641) (xy 232.265645 117.880783) (xy 232.57693 118.634149) (xy 233.152819 119.211045) + (xy 233.905641 119.523643) (xy 234.720783 119.524355) (xy 235.474149 119.21307) (xy 236.051045 118.637181) (xy 236.363643 117.884359) + (xy 236.364355 117.069217) (xy 236.364355 125.959217) (xy 236.05307 125.205851) (xy 235.477181 124.628955) (xy 234.724359 124.316357) + (xy 233.909217 124.315645) (xy 233.155851 124.62693) (xy 232.578955 125.202819) (xy 232.266357 125.955641) (xy 232.265645 126.770783) + (xy 232.57693 127.524149) (xy 233.152819 128.101045) (xy 233.905641 128.413643) (xy 234.720783 128.414355) (xy 235.474149 128.10307) + (xy 236.051045 127.527181) (xy 236.363643 126.774359) (xy 236.364355 125.959217) (xy 236.364355 133.7394) (xy 232.23669 133.7394) + (xy 232.23669 127.417849) (xy 232.23669 118.527849) (xy 232.23669 109.637849) (xy 232.23669 100.747849) (xy 232.23669 91.857849) + (xy 232.23669 82.967849) (xy 232.23669 74.077849) (xy 232.07011 73.674694) (xy 231.761928 73.365974) (xy 231.359064 73.19869) + (xy 230.96669 73.198348) (xy 230.96669 71.537849) (xy 230.80011 71.134694) (xy 230.491928 70.825974) (xy 230.089064 70.65869) + (xy 229.70003 70.658351) (xy 229.70003 65.205461) (xy 229.539934 64.799687) (xy 229.518934 64.768257) (xy 229.315178 64.725177) + (xy 229.279823 64.760532) (xy 229.279823 64.689822) (xy 229.236743 64.486066) (xy 228.836613 64.312345) (xy 228.42669 64.305413) + (xy 228.42669 62.647849) (xy 228.26011 62.244694) (xy 227.951928 61.935974) (xy 227.549064 61.76869) (xy 227.112849 61.76831) + (xy 226.709694 61.93489) (xy 226.400974 62.243072) (xy 226.23369 62.645936) (xy 226.23331 63.082151) (xy 226.39989 63.485306) + (xy 226.708072 63.794026) (xy 227.110936 63.96131) (xy 227.547151 63.96169) (xy 227.950306 63.79511) (xy 228.259026 63.486928) + (xy 228.42631 63.084064) (xy 228.42669 62.647849) (xy 228.42669 64.305413) (xy 228.400461 64.30497) (xy 227.994687 64.465066) + (xy 227.963257 64.486066) (xy 227.920177 64.689822) (xy 228.6 65.369645) (xy 229.279823 64.689822) (xy 229.279823 64.760532) + (xy 228.635355 65.405) (xy 229.315178 66.084823) (xy 229.518934 66.041743) (xy 229.692655 65.641613) (xy 229.70003 65.205461) + (xy 229.70003 70.658351) (xy 229.652849 70.65831) (xy 229.279823 70.81244) (xy 229.279823 66.120178) (xy 228.6 65.440355) + (xy 228.564645 65.47571) (xy 228.564645 65.405) (xy 227.884822 64.725177) (xy 227.681066 64.768257) (xy 227.507345 65.168387) + (xy 227.49997 65.604539) (xy 227.660066 66.010313) (xy 227.681066 66.041743) (xy 227.884822 66.084823) (xy 228.564645 65.405) + (xy 228.564645 65.47571) (xy 227.920177 66.120178) (xy 227.963257 66.323934) (xy 228.363387 66.497655) (xy 228.799539 66.50503) + (xy 229.205313 66.344934) (xy 229.236743 66.323934) (xy 229.279823 66.120178) (xy 229.279823 70.81244) (xy 229.249694 70.82489) + (xy 228.940974 71.133072) (xy 228.77369 71.535936) (xy 228.77331 71.972151) (xy 228.93989 72.375306) (xy 229.248072 72.684026) + (xy 229.650936 72.85131) (xy 230.087151 72.85169) (xy 230.490306 72.68511) (xy 230.799026 72.376928) (xy 230.96631 71.974064) + (xy 230.96669 71.537849) (xy 230.96669 73.198348) (xy 230.922849 73.19831) (xy 230.519694 73.36489) (xy 230.210974 73.673072) + (xy 230.04369 74.075936) (xy 230.04331 74.512151) (xy 230.20989 74.915306) (xy 230.518072 75.224026) (xy 230.920936 75.39131) + (xy 231.357151 75.39169) (xy 231.760306 75.22511) (xy 232.069026 74.916928) (xy 232.23631 74.514064) (xy 232.23669 74.077849) + (xy 232.23669 82.967849) (xy 232.07011 82.564694) (xy 231.761928 82.255974) (xy 231.359064 82.08869) (xy 230.96669 82.088348) + (xy 230.96669 80.427849) (xy 230.80011 80.024694) (xy 230.491928 79.715974) (xy 230.089064 79.54869) (xy 229.70003 79.548351) + (xy 229.70003 74.095461) (xy 229.539934 73.689687) (xy 229.518934 73.658257) (xy 229.315178 73.615177) (xy 229.279823 73.650532) + (xy 229.279823 73.579822) (xy 229.236743 73.376066) (xy 228.836613 73.202345) (xy 228.42669 73.195413) (xy 228.42669 71.537849) + (xy 228.26011 71.134694) (xy 227.951928 70.825974) (xy 227.549064 70.65869) (xy 227.15669 70.658348) (xy 227.15669 65.187849) + (xy 226.99011 64.784694) (xy 226.681928 64.475974) (xy 226.279064 64.30869) (xy 225.88669 64.308348) (xy 225.88669 62.647849) + (xy 225.72011 62.244694) (xy 225.411928 61.935974) (xy 225.009064 61.76869) (xy 224.572849 61.76831) (xy 224.169694 61.93489) + (xy 223.860974 62.243072) (xy 223.69369 62.645936) (xy 223.69331 63.082151) (xy 223.85989 63.485306) (xy 224.168072 63.794026) + (xy 224.570936 63.96131) (xy 225.007151 63.96169) (xy 225.410306 63.79511) (xy 225.719026 63.486928) (xy 225.88631 63.084064) + (xy 225.88669 62.647849) (xy 225.88669 64.308348) (xy 225.842849 64.30831) (xy 225.439694 64.47489) (xy 225.130974 64.783072) + (xy 224.96369 65.185936) (xy 224.96331 65.622151) (xy 225.12989 66.025306) (xy 225.438072 66.334026) (xy 225.840936 66.50131) + (xy 226.277151 66.50169) (xy 226.680306 66.33511) (xy 226.989026 66.026928) (xy 227.15631 65.624064) (xy 227.15669 65.187849) + (xy 227.15669 70.658348) (xy 227.112849 70.65831) (xy 226.709694 70.82489) (xy 226.400974 71.133072) (xy 226.23369 71.535936) + (xy 226.23331 71.972151) (xy 226.39989 72.375306) (xy 226.708072 72.684026) (xy 227.110936 72.85131) (xy 227.547151 72.85169) + (xy 227.950306 72.68511) (xy 228.259026 72.376928) (xy 228.42631 71.974064) (xy 228.42669 71.537849) (xy 228.42669 73.195413) + (xy 228.400461 73.19497) (xy 227.994687 73.355066) (xy 227.963257 73.376066) (xy 227.920177 73.579822) (xy 228.6 74.259645) + (xy 229.279823 73.579822) (xy 229.279823 73.650532) (xy 228.635355 74.295) (xy 229.315178 74.974823) (xy 229.518934 74.931743) + (xy 229.692655 74.531613) (xy 229.70003 74.095461) (xy 229.70003 79.548351) (xy 229.652849 79.54831) (xy 229.279823 79.70244) + (xy 229.279823 75.010178) (xy 228.6 74.330355) (xy 228.564645 74.36571) (xy 228.564645 74.295) (xy 227.884822 73.615177) + (xy 227.681066 73.658257) (xy 227.507345 74.058387) (xy 227.49997 74.494539) (xy 227.660066 74.900313) (xy 227.681066 74.931743) + (xy 227.884822 74.974823) (xy 228.564645 74.295) (xy 228.564645 74.36571) (xy 227.920177 75.010178) (xy 227.963257 75.213934) + (xy 228.363387 75.387655) (xy 228.799539 75.39503) (xy 229.205313 75.234934) (xy 229.236743 75.213934) (xy 229.279823 75.010178) + (xy 229.279823 79.70244) (xy 229.249694 79.71489) (xy 228.940974 80.023072) (xy 228.77369 80.425936) (xy 228.77331 80.862151) + (xy 228.93989 81.265306) (xy 229.248072 81.574026) (xy 229.650936 81.74131) (xy 230.087151 81.74169) (xy 230.490306 81.57511) + (xy 230.799026 81.266928) (xy 230.96631 80.864064) (xy 230.96669 80.427849) (xy 230.96669 82.088348) (xy 230.922849 82.08831) + (xy 230.519694 82.25489) (xy 230.210974 82.563072) (xy 230.04369 82.965936) (xy 230.04331 83.402151) (xy 230.20989 83.805306) + (xy 230.518072 84.114026) (xy 230.920936 84.28131) (xy 231.357151 84.28169) (xy 231.760306 84.11511) (xy 232.069026 83.806928) + (xy 232.23631 83.404064) (xy 232.23669 82.967849) (xy 232.23669 91.857849) (xy 232.07011 91.454694) (xy 231.761928 91.145974) + (xy 231.359064 90.97869) (xy 230.96669 90.978348) (xy 230.96669 89.317849) (xy 230.80011 88.914694) (xy 230.491928 88.605974) + (xy 230.089064 88.43869) (xy 229.70003 88.438351) (xy 229.70003 82.985461) (xy 229.539934 82.579687) (xy 229.518934 82.548257) + (xy 229.315178 82.505177) (xy 229.279823 82.540532) (xy 229.279823 82.469822) (xy 229.236743 82.266066) (xy 228.836613 82.092345) + (xy 228.42669 82.085413) (xy 228.42669 80.427849) (xy 228.26011 80.024694) (xy 227.951928 79.715974) (xy 227.549064 79.54869) + (xy 227.15669 79.548348) (xy 227.15669 74.077849) (xy 226.99011 73.674694) (xy 226.681928 73.365974) (xy 226.279064 73.19869) + (xy 225.88669 73.198348) (xy 225.88669 71.537849) (xy 225.72011 71.134694) (xy 225.411928 70.825974) (xy 225.009064 70.65869) + (xy 224.61669 70.658348) (xy 224.61669 65.187849) (xy 224.45011 64.784694) (xy 224.141928 64.475974) (xy 223.739064 64.30869) + (xy 223.34669 64.308348) (xy 223.34669 62.647849) (xy 223.18011 62.244694) (xy 222.871928 61.935974) (xy 222.469064 61.76869) + (xy 222.032849 61.76831) (xy 221.629694 61.93489) (xy 221.320974 62.243072) (xy 221.15369 62.645936) (xy 221.15331 63.082151) + (xy 221.31989 63.485306) (xy 221.628072 63.794026) (xy 222.030936 63.96131) (xy 222.467151 63.96169) (xy 222.870306 63.79511) + (xy 223.179026 63.486928) (xy 223.34631 63.084064) (xy 223.34669 62.647849) (xy 223.34669 64.308348) (xy 223.302849 64.30831) + (xy 222.899694 64.47489) (xy 222.590974 64.783072) (xy 222.42369 65.185936) (xy 222.42331 65.622151) (xy 222.58989 66.025306) + (xy 222.898072 66.334026) (xy 223.300936 66.50131) (xy 223.737151 66.50169) (xy 224.140306 66.33511) (xy 224.449026 66.026928) + (xy 224.61631 65.624064) (xy 224.61669 65.187849) (xy 224.61669 70.658348) (xy 224.572849 70.65831) (xy 224.169694 70.82489) + (xy 223.860974 71.133072) (xy 223.69369 71.535936) (xy 223.69331 71.972151) (xy 223.85989 72.375306) (xy 224.168072 72.684026) + (xy 224.570936 72.85131) (xy 225.007151 72.85169) (xy 225.410306 72.68511) (xy 225.719026 72.376928) (xy 225.88631 71.974064) + (xy 225.88669 71.537849) (xy 225.88669 73.198348) (xy 225.842849 73.19831) (xy 225.439694 73.36489) (xy 225.130974 73.673072) + (xy 224.96369 74.075936) (xy 224.96331 74.512151) (xy 225.12989 74.915306) (xy 225.438072 75.224026) (xy 225.840936 75.39131) + (xy 226.277151 75.39169) (xy 226.680306 75.22511) (xy 226.989026 74.916928) (xy 227.15631 74.514064) (xy 227.15669 74.077849) + (xy 227.15669 79.548348) (xy 227.112849 79.54831) (xy 226.709694 79.71489) (xy 226.400974 80.023072) (xy 226.23369 80.425936) + (xy 226.23331 80.862151) (xy 226.39989 81.265306) (xy 226.708072 81.574026) (xy 227.110936 81.74131) (xy 227.547151 81.74169) + (xy 227.950306 81.57511) (xy 228.259026 81.266928) (xy 228.42631 80.864064) (xy 228.42669 80.427849) (xy 228.42669 82.085413) + (xy 228.400461 82.08497) (xy 227.994687 82.245066) (xy 227.963257 82.266066) (xy 227.920177 82.469822) (xy 228.6 83.149645) + (xy 229.279823 82.469822) (xy 229.279823 82.540532) (xy 228.635355 83.185) (xy 229.315178 83.864823) (xy 229.518934 83.821743) + (xy 229.692655 83.421613) (xy 229.70003 82.985461) (xy 229.70003 88.438351) (xy 229.652849 88.43831) (xy 229.279823 88.59244) + (xy 229.279823 83.900178) (xy 228.6 83.220355) (xy 228.564645 83.25571) (xy 228.564645 83.185) (xy 227.884822 82.505177) + (xy 227.681066 82.548257) (xy 227.507345 82.948387) (xy 227.49997 83.384539) (xy 227.660066 83.790313) (xy 227.681066 83.821743) + (xy 227.884822 83.864823) (xy 228.564645 83.185) (xy 228.564645 83.25571) (xy 227.920177 83.900178) (xy 227.963257 84.103934) + (xy 228.363387 84.277655) (xy 228.799539 84.28503) (xy 229.205313 84.124934) (xy 229.236743 84.103934) (xy 229.279823 83.900178) + (xy 229.279823 88.59244) (xy 229.249694 88.60489) (xy 228.940974 88.913072) (xy 228.77369 89.315936) (xy 228.77331 89.752151) + (xy 228.93989 90.155306) (xy 229.248072 90.464026) (xy 229.650936 90.63131) (xy 230.087151 90.63169) (xy 230.490306 90.46511) + (xy 230.799026 90.156928) (xy 230.96631 89.754064) (xy 230.96669 89.317849) (xy 230.96669 90.978348) (xy 230.922849 90.97831) + (xy 230.519694 91.14489) (xy 230.210974 91.453072) (xy 230.04369 91.855936) (xy 230.04331 92.292151) (xy 230.20989 92.695306) + (xy 230.518072 93.004026) (xy 230.920936 93.17131) (xy 231.357151 93.17169) (xy 231.760306 93.00511) (xy 232.069026 92.696928) + (xy 232.23631 92.294064) (xy 232.23669 91.857849) (xy 232.23669 100.747849) (xy 232.07011 100.344694) (xy 231.761928 100.035974) + (xy 231.359064 99.86869) (xy 230.96669 99.868348) (xy 230.96669 98.207849) (xy 230.80011 97.804694) (xy 230.491928 97.495974) + (xy 230.089064 97.32869) (xy 229.70003 97.328351) (xy 229.70003 91.875461) (xy 229.539934 91.469687) (xy 229.518934 91.438257) + (xy 229.315178 91.395177) (xy 229.279823 91.430532) (xy 229.279823 91.359822) (xy 229.236743 91.156066) (xy 228.836613 90.982345) + (xy 228.42669 90.975413) (xy 228.42669 89.317849) (xy 228.26011 88.914694) (xy 227.951928 88.605974) (xy 227.549064 88.43869) + (xy 227.15669 88.438348) (xy 227.15669 82.967849) (xy 226.99011 82.564694) (xy 226.681928 82.255974) (xy 226.279064 82.08869) + (xy 225.88669 82.088348) (xy 225.88669 80.427849) (xy 225.72011 80.024694) (xy 225.411928 79.715974) (xy 225.009064 79.54869) + (xy 224.61669 79.548348) (xy 224.61669 74.077849) (xy 224.45011 73.674694) (xy 224.141928 73.365974) (xy 223.739064 73.19869) + (xy 223.34669 73.198348) (xy 223.34669 71.537849) (xy 223.18011 71.134694) (xy 222.871928 70.825974) (xy 222.469064 70.65869) + (xy 222.07669 70.658348) (xy 222.07669 65.187849) (xy 221.91011 64.784694) (xy 221.601928 64.475974) (xy 221.199064 64.30869) + (xy 220.80669 64.308348) (xy 220.80669 62.647849) (xy 220.64011 62.244694) (xy 220.331928 61.935974) (xy 219.929064 61.76869) + (xy 219.492849 61.76831) (xy 219.089694 61.93489) (xy 218.780974 62.243072) (xy 218.61369 62.645936) (xy 218.61331 63.082151) + (xy 218.77989 63.485306) (xy 219.088072 63.794026) (xy 219.490936 63.96131) (xy 219.927151 63.96169) (xy 220.330306 63.79511) + (xy 220.639026 63.486928) (xy 220.80631 63.084064) (xy 220.80669 62.647849) (xy 220.80669 64.308348) (xy 220.762849 64.30831) + (xy 220.359694 64.47489) (xy 220.050974 64.783072) (xy 219.88369 65.185936) (xy 219.88331 65.622151) (xy 220.04989 66.025306) + (xy 220.358072 66.334026) (xy 220.760936 66.50131) (xy 221.197151 66.50169) (xy 221.600306 66.33511) (xy 221.909026 66.026928) + (xy 222.07631 65.624064) (xy 222.07669 65.187849) (xy 222.07669 70.658348) (xy 222.032849 70.65831) (xy 221.629694 70.82489) + (xy 221.320974 71.133072) (xy 221.15369 71.535936) (xy 221.15331 71.972151) (xy 221.31989 72.375306) (xy 221.628072 72.684026) + (xy 222.030936 72.85131) (xy 222.467151 72.85169) (xy 222.870306 72.68511) (xy 223.179026 72.376928) (xy 223.34631 71.974064) + (xy 223.34669 71.537849) (xy 223.34669 73.198348) (xy 223.302849 73.19831) (xy 222.899694 73.36489) (xy 222.590974 73.673072) + (xy 222.42369 74.075936) (xy 222.42331 74.512151) (xy 222.58989 74.915306) (xy 222.898072 75.224026) (xy 223.300936 75.39131) + (xy 223.737151 75.39169) (xy 224.140306 75.22511) (xy 224.449026 74.916928) (xy 224.61631 74.514064) (xy 224.61669 74.077849) + (xy 224.61669 79.548348) (xy 224.572849 79.54831) (xy 224.169694 79.71489) (xy 223.860974 80.023072) (xy 223.69369 80.425936) + (xy 223.69331 80.862151) (xy 223.85989 81.265306) (xy 224.168072 81.574026) (xy 224.570936 81.74131) (xy 225.007151 81.74169) + (xy 225.410306 81.57511) (xy 225.719026 81.266928) (xy 225.88631 80.864064) (xy 225.88669 80.427849) (xy 225.88669 82.088348) + (xy 225.842849 82.08831) (xy 225.439694 82.25489) (xy 225.130974 82.563072) (xy 224.96369 82.965936) (xy 224.96331 83.402151) + (xy 225.12989 83.805306) (xy 225.438072 84.114026) (xy 225.840936 84.28131) (xy 226.277151 84.28169) (xy 226.680306 84.11511) + (xy 226.989026 83.806928) (xy 227.15631 83.404064) (xy 227.15669 82.967849) (xy 227.15669 88.438348) (xy 227.112849 88.43831) + (xy 226.709694 88.60489) (xy 226.400974 88.913072) (xy 226.23369 89.315936) (xy 226.23331 89.752151) (xy 226.39989 90.155306) + (xy 226.708072 90.464026) (xy 227.110936 90.63131) (xy 227.547151 90.63169) (xy 227.950306 90.46511) (xy 228.259026 90.156928) + (xy 228.42631 89.754064) (xy 228.42669 89.317849) (xy 228.42669 90.975413) (xy 228.400461 90.97497) (xy 227.994687 91.135066) + (xy 227.963257 91.156066) (xy 227.920177 91.359822) (xy 228.6 92.039645) (xy 229.279823 91.359822) (xy 229.279823 91.430532) + (xy 228.635355 92.075) (xy 229.315178 92.754823) (xy 229.518934 92.711743) (xy 229.692655 92.311613) (xy 229.70003 91.875461) + (xy 229.70003 97.328351) (xy 229.652849 97.32831) (xy 229.279823 97.48244) (xy 229.279823 92.790178) (xy 228.6 92.110355) + (xy 228.564645 92.14571) (xy 228.564645 92.075) (xy 227.884822 91.395177) (xy 227.681066 91.438257) (xy 227.507345 91.838387) + (xy 227.49997 92.274539) (xy 227.660066 92.680313) (xy 227.681066 92.711743) (xy 227.884822 92.754823) (xy 228.564645 92.075) + (xy 228.564645 92.14571) (xy 227.920177 92.790178) (xy 227.963257 92.993934) (xy 228.363387 93.167655) (xy 228.799539 93.17503) + (xy 229.205313 93.014934) (xy 229.236743 92.993934) (xy 229.279823 92.790178) (xy 229.279823 97.48244) (xy 229.249694 97.49489) + (xy 228.940974 97.803072) (xy 228.77369 98.205936) (xy 228.77331 98.642151) (xy 228.93989 99.045306) (xy 229.248072 99.354026) + (xy 229.650936 99.52131) (xy 230.087151 99.52169) (xy 230.490306 99.35511) (xy 230.799026 99.046928) (xy 230.96631 98.644064) + (xy 230.96669 98.207849) (xy 230.96669 99.868348) (xy 230.922849 99.86831) (xy 230.519694 100.03489) (xy 230.210974 100.343072) + (xy 230.04369 100.745936) (xy 230.04331 101.182151) (xy 230.20989 101.585306) (xy 230.518072 101.894026) (xy 230.920936 102.06131) + (xy 231.357151 102.06169) (xy 231.760306 101.89511) (xy 232.069026 101.586928) (xy 232.23631 101.184064) (xy 232.23669 100.747849) + (xy 232.23669 109.637849) (xy 232.07011 109.234694) (xy 231.761928 108.925974) (xy 231.359064 108.75869) (xy 230.96669 108.758348) + (xy 230.96669 107.097849) (xy 230.80011 106.694694) (xy 230.491928 106.385974) (xy 230.089064 106.21869) (xy 229.70003 106.218351) + (xy 229.70003 100.765461) (xy 229.539934 100.359687) (xy 229.518934 100.328257) (xy 229.315178 100.285177) (xy 229.279823 100.320532) + (xy 229.279823 100.249822) (xy 229.236743 100.046066) (xy 228.836613 99.872345) (xy 228.42669 99.865413) (xy 228.42669 98.207849) + (xy 228.26011 97.804694) (xy 227.951928 97.495974) (xy 227.549064 97.32869) (xy 227.15669 97.328348) (xy 227.15669 91.857849) + (xy 226.99011 91.454694) (xy 226.681928 91.145974) (xy 226.279064 90.97869) (xy 225.88669 90.978348) (xy 225.88669 89.317849) + (xy 225.72011 88.914694) (xy 225.411928 88.605974) (xy 225.009064 88.43869) (xy 224.61669 88.438348) (xy 224.61669 82.967849) + (xy 224.45011 82.564694) (xy 224.141928 82.255974) (xy 223.739064 82.08869) (xy 223.34669 82.088348) (xy 223.34669 80.427849) + (xy 223.18011 80.024694) (xy 222.871928 79.715974) (xy 222.469064 79.54869) (xy 222.07669 79.548348) (xy 222.07669 74.077849) + (xy 221.91011 73.674694) (xy 221.601928 73.365974) (xy 221.199064 73.19869) (xy 220.80669 73.198348) (xy 220.80669 71.537849) + (xy 220.64011 71.134694) (xy 220.331928 70.825974) (xy 219.929064 70.65869) (xy 219.53669 70.658348) (xy 219.53669 65.187849) + (xy 219.37011 64.784694) (xy 219.061928 64.475974) (xy 218.659064 64.30869) (xy 218.26669 64.308348) (xy 218.26669 62.647849) + (xy 218.10011 62.244694) (xy 217.791928 61.935974) (xy 217.389064 61.76869) (xy 216.952849 61.76831) (xy 216.549694 61.93489) + (xy 216.240974 62.243072) (xy 216.07369 62.645936) (xy 216.07331 63.082151) (xy 216.23989 63.485306) (xy 216.548072 63.794026) + (xy 216.950936 63.96131) (xy 217.387151 63.96169) (xy 217.790306 63.79511) (xy 218.099026 63.486928) (xy 218.26631 63.084064) + (xy 218.26669 62.647849) (xy 218.26669 64.308348) (xy 218.222849 64.30831) (xy 217.819694 64.47489) (xy 217.510974 64.783072) + (xy 217.34369 65.185936) (xy 217.34331 65.622151) (xy 217.50989 66.025306) (xy 217.818072 66.334026) (xy 218.220936 66.50131) + (xy 218.657151 66.50169) (xy 219.060306 66.33511) (xy 219.369026 66.026928) (xy 219.53631 65.624064) (xy 219.53669 65.187849) + (xy 219.53669 70.658348) (xy 219.492849 70.65831) (xy 219.089694 70.82489) (xy 218.780974 71.133072) (xy 218.61369 71.535936) + (xy 218.61331 71.972151) (xy 218.77989 72.375306) (xy 219.088072 72.684026) (xy 219.490936 72.85131) (xy 219.927151 72.85169) + (xy 220.330306 72.68511) (xy 220.639026 72.376928) (xy 220.80631 71.974064) (xy 220.80669 71.537849) (xy 220.80669 73.198348) + (xy 220.762849 73.19831) (xy 220.359694 73.36489) (xy 220.050974 73.673072) (xy 219.88369 74.075936) (xy 219.88331 74.512151) + (xy 220.04989 74.915306) (xy 220.358072 75.224026) (xy 220.760936 75.39131) (xy 221.197151 75.39169) (xy 221.600306 75.22511) + (xy 221.909026 74.916928) (xy 222.07631 74.514064) (xy 222.07669 74.077849) (xy 222.07669 79.548348) (xy 222.032849 79.54831) + (xy 221.629694 79.71489) (xy 221.320974 80.023072) (xy 221.197456 80.320535) (xy 221.173692 80.310668) (xy 220.788001 80.310332) + (xy 220.762488 80.320873) (xy 220.64011 80.024694) (xy 220.331928 79.715974) (xy 219.929064 79.54869) (xy 219.53669 79.548348) + (xy 219.53669 74.077849) (xy 219.37011 73.674694) (xy 219.061928 73.365974) (xy 218.659064 73.19869) (xy 218.26669 73.198348) + (xy 218.26669 71.537849) (xy 218.10011 71.134694) (xy 217.791928 70.825974) (xy 217.389064 70.65869) (xy 216.99669 70.658348) + (xy 216.99669 65.187849) (xy 216.83011 64.784694) (xy 216.521928 64.475974) (xy 216.119064 64.30869) (xy 215.72669 64.308348) + (xy 215.72669 62.647849) (xy 215.56011 62.244694) (xy 215.251928 61.935974) (xy 214.849064 61.76869) (xy 214.412849 61.76831) + (xy 214.009694 61.93489) (xy 213.700974 62.243072) (xy 213.53369 62.645936) (xy 213.53331 63.082151) (xy 213.69989 63.485306) + (xy 214.008072 63.794026) (xy 214.410936 63.96131) (xy 214.847151 63.96169) (xy 215.250306 63.79511) (xy 215.559026 63.486928) + (xy 215.72631 63.084064) (xy 215.72669 62.647849) (xy 215.72669 64.308348) (xy 215.682849 64.30831) (xy 215.279694 64.47489) + (xy 214.970974 64.783072) (xy 214.80369 65.185936) (xy 214.80331 65.622151) (xy 214.96989 66.025306) (xy 215.278072 66.334026) + (xy 215.680936 66.50131) (xy 216.117151 66.50169) (xy 216.520306 66.33511) (xy 216.829026 66.026928) (xy 216.99631 65.624064) + (xy 216.99669 65.187849) (xy 216.99669 70.658348) (xy 216.952849 70.65831) (xy 216.549694 70.82489) (xy 216.240974 71.133072) + (xy 216.162435 71.322212) (xy 216.093692 71.293668) (xy 215.708001 71.293332) (xy 215.637665 71.322393) (xy 215.56011 71.134694) + (xy 215.251928 70.825974) (xy 214.849064 70.65869) (xy 214.45669 70.658348) (xy 214.45669 65.187849) (xy 214.29011 64.784694) + (xy 213.981928 64.475974) (xy 213.579064 64.30869) (xy 213.18669 64.308348) (xy 213.18669 62.647849) (xy 213.02011 62.244694) + (xy 212.711928 61.935974) (xy 212.309064 61.76869) (xy 211.872849 61.76831) (xy 211.469694 61.93489) (xy 211.160974 62.243072) + (xy 210.99369 62.645936) (xy 210.99331 63.082151) (xy 211.15989 63.485306) (xy 211.468072 63.794026) (xy 211.870936 63.96131) + (xy 212.307151 63.96169) (xy 212.710306 63.79511) (xy 213.019026 63.486928) (xy 213.18631 63.084064) (xy 213.18669 62.647849) + (xy 213.18669 64.308348) (xy 213.142849 64.30831) (xy 212.739694 64.47489) (xy 212.430974 64.783072) (xy 212.26369 65.185936) + (xy 212.26331 65.622151) (xy 212.42989 66.025306) (xy 212.738072 66.334026) (xy 213.140936 66.50131) (xy 213.577151 66.50169) + (xy 213.980306 66.33511) (xy 214.289026 66.026928) (xy 214.45631 65.624064) (xy 214.45669 65.187849) (xy 214.45669 70.658348) + (xy 214.412849 70.65831) (xy 214.009694 70.82489) (xy 213.700974 71.133072) (xy 213.53369 71.535936) (xy 213.53331 71.972151) + (xy 213.69989 72.375306) (xy 214.008072 72.684026) (xy 214.410936 72.85131) (xy 214.847151 72.85169) (xy 215.058207 72.764483) + (xy 215.077618 72.81146) (xy 215.350105 73.084423) (xy 215.653539 73.21042) (xy 215.279694 73.36489) (xy 214.970974 73.673072) + (xy 214.80369 74.075936) (xy 214.80331 74.512151) (xy 214.96989 74.915306) (xy 215.278072 75.224026) (xy 215.680936 75.39131) + (xy 216.117151 75.39169) (xy 216.520306 75.22511) (xy 216.829026 74.916928) (xy 216.99631 74.514064) (xy 216.99669 74.077849) + (xy 216.83011 73.674694) (xy 216.521928 73.365974) (xy 216.14658 73.210115) (xy 216.44846 73.085382) (xy 216.721423 72.812895) + (xy 216.74157 72.764373) (xy 216.950936 72.85131) (xy 217.387151 72.85169) (xy 217.790306 72.68511) (xy 218.099026 72.376928) + (xy 218.26631 71.974064) (xy 218.26669 71.537849) (xy 218.26669 73.198348) (xy 218.222849 73.19831) (xy 217.819694 73.36489) + (xy 217.510974 73.673072) (xy 217.34369 74.075936) (xy 217.34331 74.512151) (xy 217.50989 74.915306) (xy 217.818072 75.224026) + (xy 218.220936 75.39131) (xy 218.657151 75.39169) (xy 219.060306 75.22511) (xy 219.369026 74.916928) (xy 219.53631 74.514064) + (xy 219.53669 74.077849) (xy 219.53669 79.548348) (xy 219.492849 79.54831) (xy 219.089694 79.71489) (xy 218.780974 80.023072) + (xy 218.61369 80.425936) (xy 218.61331 80.862151) (xy 218.77989 81.265306) (xy 219.088072 81.574026) (xy 219.490936 81.74131) + (xy 219.927151 81.74169) (xy 220.093385 81.673003) (xy 220.157618 81.82846) (xy 220.430105 82.101423) (xy 220.580237 82.163763) + (xy 220.359694 82.25489) (xy 220.050974 82.563072) (xy 219.88369 82.965936) (xy 219.88331 83.402151) (xy 220.04989 83.805306) + (xy 220.358072 84.114026) (xy 220.428613 84.143317) (xy 220.285577 84.286105) (xy 220.137668 84.642308) (xy 220.137332 85.027999) + (xy 220.284618 85.38446) (xy 220.557105 85.657423) (xy 220.913308 85.805332) (xy 221.298999 85.805668) (xy 221.65546 85.658382) + (xy 221.928423 85.385895) (xy 222.076332 85.029692) (xy 222.076668 84.644001) (xy 221.929382 84.28754) (xy 221.678916 84.036636) + (xy 221.909026 83.806928) (xy 222.07631 83.404064) (xy 222.07669 82.967849) (xy 221.91011 82.564694) (xy 221.601928 82.255974) + (xy 221.379882 82.163772) (xy 221.52846 82.102382) (xy 221.801423 81.829895) (xy 221.86655 81.673051) (xy 222.030936 81.74131) + (xy 222.467151 81.74169) (xy 222.870306 81.57511) (xy 223.179026 81.266928) (xy 223.34631 80.864064) (xy 223.34669 80.427849) + (xy 223.34669 82.088348) (xy 223.302849 82.08831) (xy 222.899694 82.25489) (xy 222.590974 82.563072) (xy 222.42369 82.965936) + (xy 222.42331 83.402151) (xy 222.58989 83.805306) (xy 222.898072 84.114026) (xy 223.300936 84.28131) (xy 223.737151 84.28169) + (xy 224.140306 84.11511) (xy 224.449026 83.806928) (xy 224.61631 83.404064) (xy 224.61669 82.967849) (xy 224.61669 88.438348) + (xy 224.572849 88.43831) (xy 224.169694 88.60489) (xy 223.860974 88.913072) (xy 223.69369 89.315936) (xy 223.69331 89.752151) + (xy 223.85989 90.155306) (xy 224.168072 90.464026) (xy 224.570936 90.63131) (xy 225.007151 90.63169) (xy 225.410306 90.46511) + (xy 225.719026 90.156928) (xy 225.88631 89.754064) (xy 225.88669 89.317849) (xy 225.88669 90.978348) (xy 225.842849 90.97831) + (xy 225.439694 91.14489) (xy 225.130974 91.453072) (xy 224.96369 91.855936) (xy 224.96331 92.292151) (xy 225.12989 92.695306) + (xy 225.438072 93.004026) (xy 225.840936 93.17131) (xy 226.277151 93.17169) (xy 226.680306 93.00511) (xy 226.989026 92.696928) + (xy 227.15631 92.294064) (xy 227.15669 91.857849) (xy 227.15669 97.328348) (xy 227.112849 97.32831) (xy 226.709694 97.49489) + (xy 226.400974 97.803072) (xy 226.23369 98.205936) (xy 226.23331 98.642151) (xy 226.39989 99.045306) (xy 226.708072 99.354026) + (xy 227.110936 99.52131) (xy 227.547151 99.52169) (xy 227.950306 99.35511) (xy 228.259026 99.046928) (xy 228.42631 98.644064) + (xy 228.42669 98.207849) (xy 228.42669 99.865413) (xy 228.400461 99.86497) (xy 227.994687 100.025066) (xy 227.963257 100.046066) + (xy 227.920177 100.249822) (xy 228.6 100.929645) (xy 229.279823 100.249822) (xy 229.279823 100.320532) (xy 228.635355 100.965) + (xy 229.315178 101.644823) (xy 229.518934 101.601743) (xy 229.692655 101.201613) (xy 229.70003 100.765461) (xy 229.70003 106.218351) + (xy 229.652849 106.21831) (xy 229.279823 106.37244) (xy 229.279823 101.680178) (xy 228.6 101.000355) (xy 228.585857 101.014497) + (xy 228.550502 100.979142) (xy 228.564645 100.965) (xy 227.884822 100.285177) (xy 227.681066 100.328257) (xy 227.592503 100.532241) + (xy 227.523692 100.503668) (xy 227.138001 100.503332) (xy 227.067665 100.532393) (xy 226.99011 100.344694) (xy 226.681928 100.035974) + (xy 226.279064 99.86869) (xy 225.88669 99.868348) (xy 225.88669 98.207849) (xy 225.72011 97.804694) (xy 225.411928 97.495974) + (xy 225.009064 97.32869) (xy 224.61669 97.328348) (xy 224.61669 91.857849) (xy 224.45011 91.454694) (xy 224.141928 91.145974) + (xy 223.739064 90.97869) (xy 223.34669 90.978348) (xy 223.34669 89.317849) (xy 223.18011 88.914694) (xy 222.871928 88.605974) + (xy 222.469064 88.43869) (xy 222.032849 88.43831) (xy 221.629694 88.60489) (xy 221.320974 88.913072) (xy 221.15369 89.315936) + (xy 221.15331 89.752151) (xy 221.31989 90.155306) (xy 221.628072 90.464026) (xy 222.030936 90.63131) (xy 222.467151 90.63169) + (xy 222.870306 90.46511) (xy 223.179026 90.156928) (xy 223.34631 89.754064) (xy 223.34669 89.317849) (xy 223.34669 90.978348) + (xy 223.302849 90.97831) (xy 222.899694 91.14489) (xy 222.590974 91.453072) (xy 222.42369 91.855936) (xy 222.42331 92.292151) + (xy 222.58989 92.695306) (xy 222.898072 93.004026) (xy 223.300936 93.17131) (xy 223.737151 93.17169) (xy 224.140306 93.00511) + (xy 224.449026 92.696928) (xy 224.61631 92.294064) (xy 224.61669 91.857849) (xy 224.61669 97.328348) (xy 224.572849 97.32831) + (xy 224.169694 97.49489) (xy 223.860974 97.803072) (xy 223.69369 98.205936) (xy 223.69331 98.642151) (xy 223.85989 99.045306) + (xy 224.168072 99.354026) (xy 224.570936 99.52131) (xy 225.007151 99.52169) (xy 225.410306 99.35511) (xy 225.719026 99.046928) + (xy 225.88631 98.644064) (xy 225.88669 98.207849) (xy 225.88669 99.868348) (xy 225.842849 99.86831) (xy 225.439694 100.03489) + (xy 225.130974 100.343072) (xy 224.96369 100.745936) (xy 224.96331 101.182151) (xy 225.12989 101.585306) (xy 225.438072 101.894026) + (xy 225.840936 102.06131) (xy 226.277151 102.06169) (xy 226.488207 101.974483) (xy 226.507618 102.02146) (xy 226.780105 102.294423) + (xy 227.136308 102.442332) (xy 227.521999 102.442668) (xy 227.87846 102.295382) (xy 228.151423 102.022895) (xy 228.17157 101.974375) + (xy 228.363387 102.057655) (xy 228.799539 102.06503) (xy 229.205313 101.904934) (xy 229.236743 101.883934) (xy 229.279823 101.680178) + (xy 229.279823 106.37244) (xy 229.249694 106.38489) (xy 228.940974 106.693072) (xy 228.77369 107.095936) (xy 228.77331 107.532151) + (xy 228.93989 107.935306) (xy 229.248072 108.244026) (xy 229.650936 108.41131) (xy 230.087151 108.41169) (xy 230.490306 108.24511) + (xy 230.799026 107.936928) (xy 230.96631 107.534064) (xy 230.96669 107.097849) (xy 230.96669 108.758348) (xy 230.922849 108.75831) + (xy 230.519694 108.92489) (xy 230.210974 109.233072) (xy 230.04369 109.635936) (xy 230.04331 110.072151) (xy 230.20989 110.475306) + (xy 230.518072 110.784026) (xy 230.920936 110.95131) (xy 231.357151 110.95169) (xy 231.760306 110.78511) (xy 232.069026 110.476928) + (xy 232.23631 110.074064) (xy 232.23669 109.637849) (xy 232.23669 118.527849) (xy 232.07011 118.124694) (xy 231.761928 117.815974) + (xy 231.359064 117.64869) (xy 230.96669 117.648348) (xy 230.96669 115.987849) (xy 230.80011 115.584694) (xy 230.491928 115.275974) + (xy 230.089064 115.10869) (xy 229.70003 115.108351) (xy 229.70003 109.655461) (xy 229.539934 109.249687) (xy 229.518934 109.218257) + (xy 229.315178 109.175177) (xy 229.279823 109.210532) (xy 229.279823 109.139822) (xy 229.236743 108.936066) (xy 228.836613 108.762345) + (xy 228.42669 108.755413) (xy 228.42669 107.097849) (xy 228.26011 106.694694) (xy 227.951928 106.385974) (xy 227.549064 106.21869) + (xy 227.112849 106.21831) (xy 226.709694 106.38489) (xy 226.400974 106.693072) (xy 226.23369 107.095936) (xy 226.23331 107.532151) + (xy 226.39989 107.935306) (xy 226.708072 108.244026) (xy 227.110936 108.41131) (xy 227.547151 108.41169) (xy 227.950306 108.24511) + (xy 228.259026 107.936928) (xy 228.42631 107.534064) (xy 228.42669 107.097849) (xy 228.42669 108.755413) (xy 228.400461 108.75497) + (xy 227.994687 108.915066) (xy 227.963257 108.936066) (xy 227.920177 109.139822) (xy 228.6 109.819645) (xy 229.279823 109.139822) + (xy 229.279823 109.210532) (xy 228.635355 109.855) (xy 229.315178 110.534823) (xy 229.518934 110.491743) (xy 229.692655 110.091613) + (xy 229.70003 109.655461) (xy 229.70003 115.108351) (xy 229.652849 115.10831) (xy 229.279823 115.26244) (xy 229.279823 110.570178) + (xy 228.6 109.890355) (xy 228.564645 109.92571) (xy 228.564645 109.855) (xy 227.884822 109.175177) (xy 227.681066 109.218257) + (xy 227.507345 109.618387) (xy 227.49997 110.054539) (xy 227.660066 110.460313) (xy 227.681066 110.491743) (xy 227.884822 110.534823) + (xy 228.564645 109.855) (xy 228.564645 109.92571) (xy 227.920177 110.570178) (xy 227.963257 110.773934) (xy 228.363387 110.947655) + (xy 228.799539 110.95503) (xy 229.205313 110.794934) (xy 229.236743 110.773934) (xy 229.279823 110.570178) (xy 229.279823 115.26244) + (xy 229.249694 115.27489) (xy 228.940974 115.583072) (xy 228.77369 115.985936) (xy 228.77331 116.422151) (xy 228.93989 116.825306) + (xy 229.248072 117.134026) (xy 229.650936 117.30131) (xy 230.087151 117.30169) (xy 230.490306 117.13511) (xy 230.799026 116.826928) + (xy 230.96631 116.424064) (xy 230.96669 115.987849) (xy 230.96669 117.648348) (xy 230.922849 117.64831) (xy 230.519694 117.81489) + (xy 230.210974 118.123072) (xy 230.04369 118.525936) (xy 230.04331 118.962151) (xy 230.20989 119.365306) (xy 230.518072 119.674026) + (xy 230.920936 119.84131) (xy 231.357151 119.84169) (xy 231.760306 119.67511) (xy 232.069026 119.366928) (xy 232.23631 118.964064) + (xy 232.23669 118.527849) (xy 232.23669 127.417849) (xy 232.07011 127.014694) (xy 231.761928 126.705974) (xy 231.359064 126.53869) + (xy 230.96669 126.538348) (xy 230.96669 124.877849) (xy 230.80011 124.474694) (xy 230.491928 124.165974) (xy 230.089064 123.99869) + (xy 229.70003 123.998351) (xy 229.70003 118.545461) (xy 229.539934 118.139687) (xy 229.518934 118.108257) (xy 229.315178 118.065177) + (xy 229.279823 118.100532) (xy 229.279823 118.029822) (xy 229.236743 117.826066) (xy 228.836613 117.652345) (xy 228.42669 117.645413) + (xy 228.42669 115.987849) (xy 228.26011 115.584694) (xy 227.951928 115.275974) (xy 227.549064 115.10869) (xy 227.15669 115.108348) + (xy 227.15669 109.637849) (xy 226.99011 109.234694) (xy 226.681928 108.925974) (xy 226.279064 108.75869) (xy 225.88669 108.758348) + (xy 225.88669 107.097849) (xy 225.72011 106.694694) (xy 225.411928 106.385974) (xy 225.009064 106.21869) (xy 224.61669 106.218348) + (xy 224.61669 100.747849) (xy 224.45011 100.344694) (xy 224.141928 100.035974) (xy 223.739064 99.86869) (xy 223.34669 99.868348) + (xy 223.34669 98.207849) (xy 223.18011 97.804694) (xy 222.871928 97.495974) (xy 222.469064 97.32869) (xy 222.07669 97.328348) + (xy 222.07669 91.857849) (xy 221.91011 91.454694) (xy 221.601928 91.145974) (xy 221.199064 90.97869) (xy 220.80669 90.978348) + (xy 220.80669 89.317849) (xy 220.64011 88.914694) (xy 220.331928 88.605974) (xy 219.929064 88.43869) (xy 219.53669 88.438348) + (xy 219.53669 82.967849) (xy 219.37011 82.564694) (xy 219.061928 82.255974) (xy 218.659064 82.08869) (xy 218.26669 82.088348) + (xy 218.26669 80.427849) (xy 218.10011 80.024694) (xy 217.791928 79.715974) (xy 217.389064 79.54869) (xy 216.952849 79.54831) + (xy 216.549694 79.71489) (xy 216.240974 80.023072) (xy 216.07369 80.425936) (xy 216.07331 80.862151) (xy 216.23989 81.265306) + (xy 216.548072 81.574026) (xy 216.950936 81.74131) (xy 217.387151 81.74169) (xy 217.790306 81.57511) (xy 218.099026 81.266928) + (xy 218.26631 80.864064) (xy 218.26669 80.427849) (xy 218.26669 82.088348) (xy 218.222849 82.08831) (xy 217.819694 82.25489) + (xy 217.510974 82.563072) (xy 217.34369 82.965936) (xy 217.34331 83.402151) (xy 217.50989 83.805306) (xy 217.818072 84.114026) + (xy 218.220936 84.28131) (xy 218.657151 84.28169) (xy 219.060306 84.11511) (xy 219.369026 83.806928) (xy 219.53631 83.404064) + (xy 219.53669 82.967849) (xy 219.53669 88.438348) (xy 219.492849 88.43831) (xy 219.409668 88.472679) (xy 219.409668 87.184001) + (xy 219.262382 86.82754) (xy 218.989895 86.554577) (xy 218.633692 86.406668) (xy 218.248001 86.406332) (xy 217.89154 86.553618) + (xy 217.618577 86.826105) (xy 217.470668 87.182308) (xy 217.470332 87.567999) (xy 217.617618 87.92446) (xy 217.890105 88.197423) + (xy 218.246308 88.345332) (xy 218.631999 88.345668) (xy 218.98846 88.198382) (xy 219.261423 87.925895) (xy 219.409332 87.569692) + (xy 219.409668 87.184001) (xy 219.409668 88.472679) (xy 219.089694 88.60489) (xy 218.780974 88.913072) (xy 218.61369 89.315936) + (xy 218.61331 89.752151) (xy 218.77989 90.155306) (xy 219.088072 90.464026) (xy 219.490936 90.63131) (xy 219.927151 90.63169) + (xy 220.330306 90.46511) (xy 220.639026 90.156928) (xy 220.80631 89.754064) (xy 220.80669 89.317849) (xy 220.80669 90.978348) + (xy 220.762849 90.97831) (xy 220.359694 91.14489) (xy 220.050974 91.453072) (xy 219.88369 91.855936) (xy 219.88331 92.292151) + (xy 220.04989 92.695306) (xy 220.358072 93.004026) (xy 220.760936 93.17131) (xy 221.197151 93.17169) (xy 221.600306 93.00511) + (xy 221.909026 92.696928) (xy 222.07631 92.294064) (xy 222.07669 91.857849) (xy 222.07669 97.328348) (xy 222.032849 97.32831) + (xy 221.629694 97.49489) (xy 221.320974 97.803072) (xy 221.15369 98.205936) (xy 221.15331 98.642151) (xy 221.31989 99.045306) + (xy 221.628072 99.354026) (xy 222.030936 99.52131) (xy 222.467151 99.52169) (xy 222.870306 99.35511) (xy 223.179026 99.046928) + (xy 223.34631 98.644064) (xy 223.34669 98.207849) (xy 223.34669 99.868348) (xy 223.302849 99.86831) (xy 222.899694 100.03489) + (xy 222.590974 100.343072) (xy 222.42369 100.745936) (xy 222.42331 101.182151) (xy 222.58989 101.585306) (xy 222.898072 101.894026) + (xy 223.300936 102.06131) (xy 223.737151 102.06169) (xy 224.140306 101.89511) (xy 224.449026 101.586928) (xy 224.61631 101.184064) + (xy 224.61669 100.747849) (xy 224.61669 106.218348) (xy 224.572849 106.21831) (xy 224.169694 106.38489) (xy 223.860974 106.693072) + (xy 223.69369 107.095936) (xy 223.69331 107.532151) (xy 223.85989 107.935306) (xy 224.168072 108.244026) (xy 224.570936 108.41131) + (xy 225.007151 108.41169) (xy 225.410306 108.24511) (xy 225.719026 107.936928) (xy 225.88631 107.534064) (xy 225.88669 107.097849) + (xy 225.88669 108.758348) (xy 225.842849 108.75831) (xy 225.439694 108.92489) (xy 225.130974 109.233072) (xy 224.96369 109.635936) + (xy 224.96331 110.072151) (xy 225.12989 110.475306) (xy 225.438072 110.784026) (xy 225.840936 110.95131) (xy 226.277151 110.95169) + (xy 226.680306 110.78511) (xy 226.989026 110.476928) (xy 227.15631 110.074064) (xy 227.15669 109.637849) (xy 227.15669 115.108348) + (xy 227.112849 115.10831) (xy 226.709694 115.27489) (xy 226.400974 115.583072) (xy 226.23369 115.985936) (xy 226.23331 116.422151) + (xy 226.39989 116.825306) (xy 226.708072 117.134026) (xy 227.110936 117.30131) (xy 227.547151 117.30169) (xy 227.950306 117.13511) + (xy 228.259026 116.826928) (xy 228.42631 116.424064) (xy 228.42669 115.987849) (xy 228.42669 117.645413) (xy 228.400461 117.64497) + (xy 227.994687 117.805066) (xy 227.963257 117.826066) (xy 227.920177 118.029822) (xy 228.6 118.709645) (xy 229.279823 118.029822) + (xy 229.279823 118.100532) (xy 228.635355 118.745) (xy 229.315178 119.424823) (xy 229.518934 119.381743) (xy 229.692655 118.981613) + (xy 229.70003 118.545461) (xy 229.70003 123.998351) (xy 229.652849 123.99831) (xy 229.279823 124.15244) (xy 229.279823 119.460178) + (xy 228.6 118.780355) (xy 228.564645 118.81571) (xy 228.564645 118.745) (xy 227.884822 118.065177) (xy 227.681066 118.108257) + (xy 227.507345 118.508387) (xy 227.49997 118.944539) (xy 227.660066 119.350313) (xy 227.681066 119.381743) (xy 227.884822 119.424823) + (xy 228.564645 118.745) (xy 228.564645 118.81571) (xy 227.920177 119.460178) (xy 227.963257 119.663934) (xy 228.363387 119.837655) + (xy 228.799539 119.84503) (xy 229.205313 119.684934) (xy 229.236743 119.663934) (xy 229.279823 119.460178) (xy 229.279823 124.15244) + (xy 229.249694 124.16489) (xy 228.940974 124.473072) (xy 228.77369 124.875936) (xy 228.77331 125.312151) (xy 228.93989 125.715306) + (xy 229.248072 126.024026) (xy 229.650936 126.19131) (xy 230.087151 126.19169) (xy 230.490306 126.02511) (xy 230.799026 125.716928) + (xy 230.96631 125.314064) (xy 230.96669 124.877849) (xy 230.96669 126.538348) (xy 230.922849 126.53831) (xy 230.519694 126.70489) + (xy 230.210974 127.013072) (xy 230.04369 127.415936) (xy 230.04331 127.852151) (xy 230.20989 128.255306) (xy 230.518072 128.564026) + (xy 230.920936 128.73131) (xy 231.357151 128.73169) (xy 231.760306 128.56511) (xy 232.069026 128.256928) (xy 232.23631 127.854064) + (xy 232.23669 127.417849) (xy 232.23669 133.7394) (xy 229.70003 133.7394) (xy 229.70003 127.435461) (xy 229.539934 127.029687) + (xy 229.518934 126.998257) (xy 229.315178 126.955177) (xy 229.279823 126.990532) (xy 229.279823 126.919822) (xy 229.236743 126.716066) + (xy 228.836613 126.542345) (xy 228.42669 126.535413) (xy 228.42669 124.877849) (xy 228.26011 124.474694) (xy 227.951928 124.165974) + (xy 227.549064 123.99869) (xy 227.15669 123.998348) (xy 227.15669 118.527849) (xy 226.99011 118.124694) (xy 226.681928 117.815974) + (xy 226.279064 117.64869) (xy 225.88669 117.648348) (xy 225.88669 115.987849) (xy 225.72011 115.584694) (xy 225.411928 115.275974) + (xy 225.009064 115.10869) (xy 224.61669 115.108348) (xy 224.61669 109.637849) (xy 224.45011 109.234694) (xy 224.141928 108.925974) + (xy 223.739064 108.75869) (xy 223.34669 108.758348) (xy 223.34669 107.097849) (xy 223.18011 106.694694) (xy 222.871928 106.385974) + (xy 222.469064 106.21869) (xy 222.07669 106.218348) (xy 222.07669 100.747849) (xy 221.91011 100.344694) (xy 221.601928 100.035974) + (xy 221.199064 99.86869) (xy 220.80669 99.868348) (xy 220.80669 98.207849) (xy 220.64011 97.804694) (xy 220.331928 97.495974) + (xy 219.929064 97.32869) (xy 219.53669 97.328348) (xy 219.53669 91.857849) (xy 219.37011 91.454694) (xy 219.061928 91.145974) + (xy 218.659064 90.97869) (xy 218.26669 90.978348) (xy 218.26669 89.317849) (xy 218.10011 88.914694) (xy 217.791928 88.605974) + (xy 217.389064 88.43869) (xy 216.99669 88.438348) (xy 216.99669 82.967849) (xy 216.83011 82.564694) (xy 216.521928 82.255974) + (xy 216.119064 82.08869) (xy 215.72669 82.088348) (xy 215.72669 80.427849) (xy 215.56011 80.024694) (xy 215.251928 79.715974) + (xy 214.849064 79.54869) (xy 214.45669 79.548348) (xy 214.45669 74.077849) (xy 214.29011 73.674694) (xy 213.981928 73.365974) + (xy 213.579064 73.19869) (xy 213.18669 73.198348) (xy 213.18669 71.537849) (xy 213.02011 71.134694) (xy 212.711928 70.825974) + (xy 212.309064 70.65869) (xy 211.91669 70.658348) (xy 211.91669 65.187849) (xy 211.75011 64.784694) (xy 211.441928 64.475974) + (xy 211.039064 64.30869) (xy 210.64669 64.308348) (xy 210.64669 62.647849) (xy 210.48011 62.244694) (xy 210.171928 61.935974) + (xy 209.769064 61.76869) (xy 209.332849 61.76831) (xy 208.929694 61.93489) (xy 208.620974 62.243072) (xy 208.45369 62.645936) + (xy 208.45331 63.082151) (xy 208.61989 63.485306) (xy 208.928072 63.794026) (xy 209.330936 63.96131) (xy 209.767151 63.96169) + (xy 210.170306 63.79511) (xy 210.479026 63.486928) (xy 210.64631 63.084064) (xy 210.64669 62.647849) (xy 210.64669 64.308348) + (xy 210.602849 64.30831) (xy 210.199694 64.47489) (xy 209.890974 64.783072) (xy 209.72369 65.185936) (xy 209.72331 65.622151) + (xy 209.88989 66.025306) (xy 210.198072 66.334026) (xy 210.600936 66.50131) (xy 211.037151 66.50169) (xy 211.440306 66.33511) + (xy 211.749026 66.026928) (xy 211.91631 65.624064) (xy 211.91669 65.187849) (xy 211.91669 70.658348) (xy 211.872849 70.65831) + (xy 211.469694 70.82489) (xy 211.160974 71.133072) (xy 210.99369 71.535936) (xy 210.99331 71.972151) (xy 211.15989 72.375306) + (xy 211.468072 72.684026) (xy 211.870936 72.85131) (xy 212.307151 72.85169) (xy 212.710306 72.68511) (xy 213.019026 72.376928) + (xy 213.18631 71.974064) (xy 213.18669 71.537849) (xy 213.18669 73.198348) (xy 213.142849 73.19831) (xy 212.739694 73.36489) + (xy 212.430974 73.673072) (xy 212.26369 74.075936) (xy 212.26331 74.512151) (xy 212.42989 74.915306) (xy 212.738072 75.224026) + (xy 213.140936 75.39131) (xy 213.577151 75.39169) (xy 213.980306 75.22511) (xy 214.289026 74.916928) (xy 214.45631 74.514064) + (xy 214.45669 74.077849) (xy 214.45669 79.548348) (xy 214.412849 79.54831) (xy 214.009694 79.71489) (xy 213.700974 80.023072) + (xy 213.53369 80.425936) (xy 213.53331 80.862151) (xy 213.69989 81.265306) (xy 214.008072 81.574026) (xy 214.410936 81.74131) + (xy 214.847151 81.74169) (xy 215.250306 81.57511) (xy 215.559026 81.266928) (xy 215.72631 80.864064) (xy 215.72669 80.427849) + (xy 215.72669 82.088348) (xy 215.682849 82.08831) (xy 215.279694 82.25489) (xy 214.970974 82.563072) (xy 214.80369 82.965936) + (xy 214.80331 83.402151) (xy 214.96989 83.805306) (xy 215.278072 84.114026) (xy 215.680936 84.28131) (xy 216.117151 84.28169) + (xy 216.520306 84.11511) (xy 216.829026 83.806928) (xy 216.99631 83.404064) (xy 216.99669 82.967849) (xy 216.99669 88.438348) + (xy 216.952849 88.43831) (xy 216.549694 88.60489) (xy 216.240974 88.913072) (xy 216.07369 89.315936) (xy 216.07331 89.752151) + (xy 216.23989 90.155306) (xy 216.548072 90.464026) (xy 216.950936 90.63131) (xy 217.387151 90.63169) (xy 217.790306 90.46511) + (xy 218.099026 90.156928) (xy 218.26631 89.754064) (xy 218.26669 89.317849) (xy 218.26669 90.978348) (xy 218.222849 90.97831) + (xy 217.819694 91.14489) (xy 217.510974 91.453072) (xy 217.34369 91.855936) (xy 217.34331 92.292151) (xy 217.50989 92.695306) + (xy 217.818072 93.004026) (xy 218.220936 93.17131) (xy 218.657151 93.17169) (xy 219.060306 93.00511) (xy 219.369026 92.696928) + (xy 219.53631 92.294064) (xy 219.53669 91.857849) (xy 219.53669 97.328348) (xy 219.492849 97.32831) (xy 219.089694 97.49489) + (xy 218.780974 97.803072) (xy 218.61369 98.205936) (xy 218.61331 98.642151) (xy 218.77989 99.045306) (xy 219.088072 99.354026) + (xy 219.490936 99.52131) (xy 219.927151 99.52169) (xy 220.330306 99.35511) (xy 220.639026 99.046928) (xy 220.80631 98.644064) + (xy 220.80669 98.207849) (xy 220.80669 99.868348) (xy 220.762849 99.86831) (xy 220.359694 100.03489) (xy 220.050974 100.343072) + (xy 219.88369 100.745936) (xy 219.88331 101.182151) (xy 220.04989 101.585306) (xy 220.358072 101.894026) (xy 220.760936 102.06131) + (xy 221.197151 102.06169) (xy 221.600306 101.89511) (xy 221.909026 101.586928) (xy 222.07631 101.184064) (xy 222.07669 100.747849) + (xy 222.07669 106.218348) (xy 222.032849 106.21831) (xy 221.629694 106.38489) (xy 221.320974 106.693072) (xy 221.15369 107.095936) + (xy 221.15331 107.532151) (xy 221.31989 107.935306) (xy 221.628072 108.244026) (xy 222.030936 108.41131) (xy 222.467151 108.41169) + (xy 222.870306 108.24511) (xy 223.179026 107.936928) (xy 223.34631 107.534064) (xy 223.34669 107.097849) (xy 223.34669 108.758348) + (xy 223.302849 108.75831) (xy 222.899694 108.92489) (xy 222.590974 109.233072) (xy 222.42369 109.635936) (xy 222.42331 110.072151) + (xy 222.58989 110.475306) (xy 222.898072 110.784026) (xy 223.300936 110.95131) (xy 223.737151 110.95169) (xy 224.140306 110.78511) + (xy 224.449026 110.476928) (xy 224.61631 110.074064) (xy 224.61669 109.637849) (xy 224.61669 115.108348) (xy 224.572849 115.10831) + (xy 224.169694 115.27489) (xy 223.860974 115.583072) (xy 223.69369 115.985936) (xy 223.69331 116.422151) (xy 223.85989 116.825306) + (xy 224.168072 117.134026) (xy 224.570936 117.30131) (xy 225.007151 117.30169) (xy 225.410306 117.13511) (xy 225.719026 116.826928) + (xy 225.88631 116.424064) (xy 225.88669 115.987849) (xy 225.88669 117.648348) (xy 225.842849 117.64831) (xy 225.439694 117.81489) + (xy 225.130974 118.123072) (xy 224.96369 118.525936) (xy 224.96331 118.962151) (xy 225.12989 119.365306) (xy 225.438072 119.674026) + (xy 225.840936 119.84131) (xy 226.277151 119.84169) (xy 226.680306 119.67511) (xy 226.989026 119.366928) (xy 227.15631 118.964064) + (xy 227.15669 118.527849) (xy 227.15669 123.998348) (xy 227.112849 123.99831) (xy 226.709694 124.16489) (xy 226.400974 124.473072) + (xy 226.23369 124.875936) (xy 226.23331 125.312151) (xy 226.39989 125.715306) (xy 226.708072 126.024026) (xy 227.110936 126.19131) + (xy 227.547151 126.19169) (xy 227.950306 126.02511) (xy 228.259026 125.716928) (xy 228.42631 125.314064) (xy 228.42669 124.877849) + (xy 228.42669 126.535413) (xy 228.400461 126.53497) (xy 227.994687 126.695066) (xy 227.963257 126.716066) (xy 227.920177 126.919822) + (xy 228.6 127.599645) (xy 229.279823 126.919822) (xy 229.279823 126.990532) (xy 228.635355 127.635) (xy 229.315178 128.314823) + (xy 229.518934 128.271743) (xy 229.692655 127.871613) (xy 229.70003 127.435461) (xy 229.70003 133.7394) (xy 229.279823 133.7394) + (xy 229.279823 128.350178) (xy 228.6 127.670355) (xy 228.564645 127.70571) (xy 228.564645 127.635) (xy 227.884822 126.955177) + (xy 227.681066 126.998257) (xy 227.507345 127.398387) (xy 227.49997 127.834539) (xy 227.660066 128.240313) (xy 227.681066 128.271743) + (xy 227.884822 128.314823) (xy 228.564645 127.635) (xy 228.564645 127.70571) (xy 227.920177 128.350178) (xy 227.963257 128.553934) + (xy 228.363387 128.727655) (xy 228.799539 128.73503) (xy 229.205313 128.574934) (xy 229.236743 128.553934) (xy 229.279823 128.350178) + (xy 229.279823 133.7394) (xy 227.15669 133.7394) (xy 227.15669 127.417849) (xy 226.99011 127.014694) (xy 226.681928 126.705974) + (xy 226.279064 126.53869) (xy 225.88669 126.538348) (xy 225.88669 124.877849) (xy 225.72011 124.474694) (xy 225.411928 124.165974) + (xy 225.009064 123.99869) (xy 224.61669 123.998348) (xy 224.61669 118.527849) (xy 224.45011 118.124694) (xy 224.141928 117.815974) + (xy 223.739064 117.64869) (xy 223.34669 117.648348) (xy 223.34669 115.987849) (xy 223.18011 115.584694) (xy 222.871928 115.275974) + (xy 222.469064 115.10869) (xy 222.07669 115.108348) (xy 222.07669 109.637849) (xy 221.91011 109.234694) (xy 221.601928 108.925974) + (xy 221.199064 108.75869) (xy 220.80669 108.758348) (xy 220.80669 107.097849) (xy 220.64011 106.694694) (xy 220.331928 106.385974) + (xy 219.929064 106.21869) (xy 219.53669 106.218348) (xy 219.53669 100.747849) (xy 219.37011 100.344694) (xy 219.061928 100.035974) + (xy 218.659064 99.86869) (xy 218.26669 99.868348) (xy 218.26669 98.207849) (xy 218.10011 97.804694) (xy 217.791928 97.495974) + (xy 217.389064 97.32869) (xy 216.99669 97.328348) (xy 216.99669 91.857849) (xy 216.83011 91.454694) (xy 216.521928 91.145974) + (xy 216.119064 90.97869) (xy 215.72669 90.978348) (xy 215.72669 89.317849) (xy 215.599668 89.010431) (xy 215.599668 85.152001) + (xy 215.452382 84.79554) (xy 215.179895 84.522577) (xy 214.823692 84.374668) (xy 214.45669 84.374348) (xy 214.45669 82.967849) + (xy 214.29011 82.564694) (xy 213.981928 82.255974) (xy 213.579064 82.08869) (xy 213.18669 82.088348) (xy 213.18669 80.427849) + (xy 213.02011 80.024694) (xy 212.711928 79.715974) (xy 212.309064 79.54869) (xy 211.91669 79.548348) (xy 211.91669 74.077849) + (xy 211.75011 73.674694) (xy 211.441928 73.365974) (xy 211.039064 73.19869) (xy 210.64669 73.198348) (xy 210.64669 71.537849) + (xy 210.48011 71.134694) (xy 210.171928 70.825974) (xy 209.769064 70.65869) (xy 209.37669 70.658348) (xy 209.37669 65.187849) + (xy 209.21011 64.784694) (xy 208.901928 64.475974) (xy 208.499064 64.30869) (xy 208.10669 64.308348) (xy 208.10669 62.647849) + (xy 207.94011 62.244694) (xy 207.631928 61.935974) (xy 207.229064 61.76869) (xy 206.792849 61.76831) (xy 206.389694 61.93489) + (xy 206.080974 62.243072) (xy 205.91369 62.645936) (xy 205.91331 63.082151) (xy 206.07989 63.485306) (xy 206.388072 63.794026) + (xy 206.790936 63.96131) (xy 207.227151 63.96169) (xy 207.630306 63.79511) (xy 207.939026 63.486928) (xy 208.10631 63.084064) + (xy 208.10669 62.647849) (xy 208.10669 64.308348) (xy 208.062849 64.30831) (xy 207.659694 64.47489) (xy 207.350974 64.783072) + (xy 207.18369 65.185936) (xy 207.18331 65.622151) (xy 207.34989 66.025306) (xy 207.658072 66.334026) (xy 208.060936 66.50131) + (xy 208.497151 66.50169) (xy 208.900306 66.33511) (xy 209.209026 66.026928) (xy 209.37631 65.624064) (xy 209.37669 65.187849) + (xy 209.37669 70.658348) (xy 209.332849 70.65831) (xy 208.929694 70.82489) (xy 208.620974 71.133072) (xy 208.45369 71.535936) + (xy 208.45331 71.972151) (xy 208.61989 72.375306) (xy 208.928072 72.684026) (xy 209.330936 72.85131) (xy 209.767151 72.85169) + (xy 210.170306 72.68511) (xy 210.479026 72.376928) (xy 210.64631 71.974064) (xy 210.64669 71.537849) (xy 210.64669 73.198348) + (xy 210.602849 73.19831) (xy 210.199694 73.36489) (xy 209.890974 73.673072) (xy 209.72369 74.075936) (xy 209.72331 74.512151) + (xy 209.88989 74.915306) (xy 210.198072 75.224026) (xy 210.600936 75.39131) (xy 211.037151 75.39169) (xy 211.440306 75.22511) + (xy 211.749026 74.916928) (xy 211.91631 74.514064) (xy 211.91669 74.077849) (xy 211.91669 79.548348) (xy 211.872849 79.54831) + (xy 211.469694 79.71489) (xy 211.160974 80.023072) (xy 210.99369 80.425936) (xy 210.99331 80.862151) (xy 211.15989 81.265306) + (xy 211.468072 81.574026) (xy 211.870936 81.74131) (xy 212.307151 81.74169) (xy 212.710306 81.57511) (xy 213.019026 81.266928) + (xy 213.18631 80.864064) (xy 213.18669 80.427849) (xy 213.18669 82.088348) (xy 213.142849 82.08831) (xy 212.739694 82.25489) + (xy 212.430974 82.563072) (xy 212.26369 82.965936) (xy 212.26331 83.402151) (xy 212.42989 83.805306) (xy 212.738072 84.114026) + (xy 213.140936 84.28131) (xy 213.577151 84.28169) (xy 213.980306 84.11511) (xy 214.289026 83.806928) (xy 214.45631 83.404064) + (xy 214.45669 82.967849) (xy 214.45669 84.374348) (xy 214.438001 84.374332) (xy 214.08154 84.521618) (xy 213.808577 84.794105) + (xy 213.660668 85.150308) (xy 213.660332 85.535999) (xy 213.807618 85.89246) (xy 214.080105 86.165423) (xy 214.436308 86.313332) + (xy 214.821999 86.313668) (xy 215.17846 86.166382) (xy 215.451423 85.893895) (xy 215.599332 85.537692) (xy 215.599668 85.152001) + (xy 215.599668 89.010431) (xy 215.56011 88.914694) (xy 215.251928 88.605974) (xy 214.849064 88.43869) (xy 214.412849 88.43831) + (xy 214.009694 88.60489) (xy 213.700974 88.913072) (xy 213.53369 89.315936) (xy 213.53331 89.752151) (xy 213.69989 90.155306) + (xy 214.008072 90.464026) (xy 214.410936 90.63131) (xy 214.847151 90.63169) (xy 215.250306 90.46511) (xy 215.559026 90.156928) + (xy 215.72631 89.754064) (xy 215.72669 89.317849) (xy 215.72669 90.978348) (xy 215.682849 90.97831) (xy 215.279694 91.14489) + (xy 214.970974 91.453072) (xy 214.80369 91.855936) (xy 214.80331 92.292151) (xy 214.96989 92.695306) (xy 215.278072 93.004026) + (xy 215.680936 93.17131) (xy 216.117151 93.17169) (xy 216.520306 93.00511) (xy 216.829026 92.696928) (xy 216.99631 92.294064) + (xy 216.99669 91.857849) (xy 216.99669 97.328348) (xy 216.952849 97.32831) (xy 216.549694 97.49489) (xy 216.240974 97.803072) + (xy 216.07369 98.205936) (xy 216.07331 98.642151) (xy 216.23989 99.045306) (xy 216.548072 99.354026) (xy 216.950936 99.52131) + (xy 217.387151 99.52169) (xy 217.790306 99.35511) (xy 218.099026 99.046928) (xy 218.26631 98.644064) (xy 218.26669 98.207849) + (xy 218.26669 99.868348) (xy 218.222849 99.86831) (xy 217.819694 100.03489) (xy 217.510974 100.343072) (xy 217.34369 100.745936) + (xy 217.34331 101.182151) (xy 217.50989 101.585306) (xy 217.818072 101.894026) (xy 218.220936 102.06131) (xy 218.657151 102.06169) + (xy 219.060306 101.89511) (xy 219.369026 101.586928) (xy 219.53631 101.184064) (xy 219.53669 100.747849) (xy 219.53669 106.218348) + (xy 219.492849 106.21831) (xy 219.089694 106.38489) (xy 218.780974 106.693072) (xy 218.61369 107.095936) (xy 218.61331 107.532151) + (xy 218.77989 107.935306) (xy 219.088072 108.244026) (xy 219.490936 108.41131) (xy 219.927151 108.41169) (xy 220.330306 108.24511) + (xy 220.639026 107.936928) (xy 220.80631 107.534064) (xy 220.80669 107.097849) (xy 220.80669 108.758348) (xy 220.762849 108.75831) + (xy 220.359694 108.92489) (xy 220.050974 109.233072) (xy 219.88369 109.635936) (xy 219.88331 110.072151) (xy 220.04989 110.475306) + (xy 220.358072 110.784026) (xy 220.760936 110.95131) (xy 221.197151 110.95169) (xy 221.600306 110.78511) (xy 221.909026 110.476928) + (xy 222.07631 110.074064) (xy 222.07669 109.637849) (xy 222.07669 115.108348) (xy 222.032849 115.10831) (xy 221.629694 115.27489) + (xy 221.320974 115.583072) (xy 221.15369 115.985936) (xy 221.15331 116.422151) (xy 221.31989 116.825306) (xy 221.628072 117.134026) + (xy 222.030936 117.30131) (xy 222.467151 117.30169) (xy 222.870306 117.13511) (xy 223.179026 116.826928) (xy 223.34631 116.424064) + (xy 223.34669 115.987849) (xy 223.34669 117.648348) (xy 223.302849 117.64831) (xy 222.899694 117.81489) (xy 222.590974 118.123072) + (xy 222.42369 118.525936) (xy 222.42331 118.962151) (xy 222.58989 119.365306) (xy 222.898072 119.674026) (xy 223.300936 119.84131) + (xy 223.737151 119.84169) (xy 224.140306 119.67511) (xy 224.449026 119.366928) (xy 224.61631 118.964064) (xy 224.61669 118.527849) + (xy 224.61669 123.998348) (xy 224.572849 123.99831) (xy 224.169694 124.16489) (xy 223.860974 124.473072) (xy 223.69369 124.875936) + (xy 223.69331 125.312151) (xy 223.85989 125.715306) (xy 224.168072 126.024026) (xy 224.570936 126.19131) (xy 225.007151 126.19169) + (xy 225.410306 126.02511) (xy 225.719026 125.716928) (xy 225.88631 125.314064) (xy 225.88669 124.877849) (xy 225.88669 126.538348) + (xy 225.842849 126.53831) (xy 225.439694 126.70489) (xy 225.130974 127.013072) (xy 224.96369 127.415936) (xy 224.96331 127.852151) + (xy 225.12989 128.255306) (xy 225.438072 128.564026) (xy 225.840936 128.73131) (xy 226.277151 128.73169) (xy 226.680306 128.56511) + (xy 226.989026 128.256928) (xy 227.15631 127.854064) (xy 227.15669 127.417849) (xy 227.15669 133.7394) (xy 224.61669 133.7394) + (xy 224.61669 127.417849) (xy 224.45011 127.014694) (xy 224.141928 126.705974) (xy 223.739064 126.53869) (xy 223.34669 126.538348) + (xy 223.34669 124.877849) (xy 223.18011 124.474694) (xy 222.871928 124.165974) (xy 222.469064 123.99869) (xy 222.07669 123.998348) + (xy 222.07669 118.527849) (xy 221.91011 118.124694) (xy 221.601928 117.815974) (xy 221.199064 117.64869) (xy 220.80669 117.648348) + (xy 220.80669 115.987849) (xy 220.64011 115.584694) (xy 220.331928 115.275974) (xy 219.929064 115.10869) (xy 219.53669 115.108348) + (xy 219.53669 109.637849) (xy 219.37011 109.234694) (xy 219.061928 108.925974) (xy 218.659064 108.75869) (xy 218.26669 108.758348) + (xy 218.26669 107.097849) (xy 218.10011 106.694694) (xy 217.791928 106.385974) (xy 217.389064 106.21869) (xy 216.99669 106.218348) + (xy 216.99669 100.747849) (xy 216.83011 100.344694) (xy 216.521928 100.035974) (xy 216.119064 99.86869) (xy 215.72669 99.868348) + (xy 215.72669 98.207849) (xy 215.56011 97.804694) (xy 215.251928 97.495974) (xy 214.849064 97.32869) (xy 214.45669 97.328348) + (xy 214.45669 91.857849) (xy 214.29011 91.454694) (xy 213.981928 91.145974) (xy 213.579064 90.97869) (xy 213.18669 90.978348) + (xy 213.18669 89.317849) (xy 213.059668 89.010431) (xy 213.059668 85.660001) (xy 212.912382 85.30354) (xy 212.639895 85.030577) + (xy 212.283692 84.882668) (xy 211.91669 84.882348) (xy 211.91669 82.967849) (xy 211.75011 82.564694) (xy 211.441928 82.255974) + (xy 211.039064 82.08869) (xy 210.64669 82.088348) (xy 210.64669 80.427849) (xy 210.48011 80.024694) (xy 210.171928 79.715974) + (xy 209.769064 79.54869) (xy 209.37669 79.548348) (xy 209.37669 74.077849) (xy 209.21011 73.674694) (xy 208.901928 73.365974) + (xy 208.499064 73.19869) (xy 208.10669 73.198348) (xy 208.10669 71.537849) (xy 207.94011 71.134694) (xy 207.631928 70.825974) + (xy 207.229064 70.65869) (xy 206.83669 70.658348) (xy 206.83669 65.187849) (xy 206.67011 64.784694) (xy 206.361928 64.475974) + (xy 205.959064 64.30869) (xy 205.56669 64.308348) (xy 205.56669 62.647849) (xy 205.40011 62.244694) (xy 205.091928 61.935974) + (xy 204.689064 61.76869) (xy 204.252849 61.76831) (xy 203.849694 61.93489) (xy 203.540974 62.243072) (xy 203.37369 62.645936) + (xy 203.37331 63.082151) (xy 203.53989 63.485306) (xy 203.848072 63.794026) (xy 204.250936 63.96131) (xy 204.687151 63.96169) + (xy 205.090306 63.79511) (xy 205.399026 63.486928) (xy 205.56631 63.084064) (xy 205.56669 62.647849) (xy 205.56669 64.308348) + (xy 205.522849 64.30831) (xy 205.119694 64.47489) (xy 204.810974 64.783072) (xy 204.64369 65.185936) (xy 204.64331 65.622151) + (xy 204.80989 66.025306) (xy 205.118072 66.334026) (xy 205.520936 66.50131) (xy 205.957151 66.50169) (xy 206.360306 66.33511) + (xy 206.669026 66.026928) (xy 206.83631 65.624064) (xy 206.83669 65.187849) (xy 206.83669 70.658348) (xy 206.792849 70.65831) + (xy 206.389694 70.82489) (xy 206.080974 71.133072) (xy 205.91369 71.535936) (xy 205.91331 71.972151) (xy 206.07989 72.375306) + (xy 206.388072 72.684026) (xy 206.790936 72.85131) (xy 207.227151 72.85169) (xy 207.630306 72.68511) (xy 207.939026 72.376928) + (xy 208.10631 71.974064) (xy 208.10669 71.537849) (xy 208.10669 73.198348) (xy 208.062849 73.19831) (xy 207.659694 73.36489) + (xy 207.350974 73.673072) (xy 207.18369 74.075936) (xy 207.18331 74.512151) (xy 207.34989 74.915306) (xy 207.658072 75.224026) + (xy 208.060936 75.39131) (xy 208.497151 75.39169) (xy 208.900306 75.22511) (xy 209.209026 74.916928) (xy 209.37631 74.514064) + (xy 209.37669 74.077849) (xy 209.37669 79.548348) (xy 209.332849 79.54831) (xy 208.929694 79.71489) (xy 208.620974 80.023072) + (xy 208.45369 80.425936) (xy 208.45331 80.862151) (xy 208.61989 81.265306) (xy 208.928072 81.574026) (xy 209.330936 81.74131) + (xy 209.767151 81.74169) (xy 210.170306 81.57511) (xy 210.479026 81.266928) (xy 210.64631 80.864064) (xy 210.64669 80.427849) + (xy 210.64669 82.088348) (xy 210.602849 82.08831) (xy 210.199694 82.25489) (xy 209.890974 82.563072) (xy 209.72369 82.965936) + (xy 209.72331 83.402151) (xy 209.88989 83.805306) (xy 210.198072 84.114026) (xy 210.600936 84.28131) (xy 211.037151 84.28169) + (xy 211.440306 84.11511) (xy 211.749026 83.806928) (xy 211.91631 83.404064) (xy 211.91669 82.967849) (xy 211.91669 84.882348) + (xy 211.898001 84.882332) (xy 211.54154 85.029618) (xy 211.268577 85.302105) (xy 211.120668 85.658308) (xy 211.120332 86.043999) + (xy 211.267618 86.40046) (xy 211.540105 86.673423) (xy 211.896308 86.821332) (xy 212.281999 86.821668) (xy 212.63846 86.674382) + (xy 212.911423 86.401895) (xy 213.059332 86.045692) (xy 213.059668 85.660001) (xy 213.059668 89.010431) (xy 213.02011 88.914694) + (xy 212.711928 88.605974) (xy 212.309064 88.43869) (xy 211.872849 88.43831) (xy 211.469694 88.60489) (xy 211.160974 88.913072) + (xy 210.99369 89.315936) (xy 210.99331 89.752151) (xy 211.15989 90.155306) (xy 211.468072 90.464026) (xy 211.870936 90.63131) + (xy 212.307151 90.63169) (xy 212.710306 90.46511) (xy 213.019026 90.156928) (xy 213.18631 89.754064) (xy 213.18669 89.317849) + (xy 213.18669 90.978348) (xy 213.142849 90.97831) (xy 212.739694 91.14489) (xy 212.430974 91.453072) (xy 212.26369 91.855936) + (xy 212.26331 92.292151) (xy 212.42989 92.695306) (xy 212.738072 93.004026) (xy 213.140936 93.17131) (xy 213.577151 93.17169) + (xy 213.980306 93.00511) (xy 214.289026 92.696928) (xy 214.45631 92.294064) (xy 214.45669 91.857849) (xy 214.45669 97.328348) + (xy 214.412849 97.32831) (xy 214.009694 97.49489) (xy 213.700974 97.803072) (xy 213.53369 98.205936) (xy 213.53331 98.642151) + (xy 213.69989 99.045306) (xy 214.008072 99.354026) (xy 214.410936 99.52131) (xy 214.847151 99.52169) (xy 215.250306 99.35511) + (xy 215.559026 99.046928) (xy 215.72631 98.644064) (xy 215.72669 98.207849) (xy 215.72669 99.868348) (xy 215.682849 99.86831) + (xy 215.279694 100.03489) (xy 214.970974 100.343072) (xy 214.80369 100.745936) (xy 214.80331 101.182151) (xy 214.96989 101.585306) + (xy 215.278072 101.894026) (xy 215.680936 102.06131) (xy 216.117151 102.06169) (xy 216.520306 101.89511) (xy 216.829026 101.586928) + (xy 216.99631 101.184064) (xy 216.99669 100.747849) (xy 216.99669 106.218348) (xy 216.952849 106.21831) (xy 216.549694 106.38489) + (xy 216.240974 106.693072) (xy 216.07369 107.095936) (xy 216.07331 107.532151) (xy 216.23989 107.935306) (xy 216.548072 108.244026) + (xy 216.950936 108.41131) (xy 217.387151 108.41169) (xy 217.790306 108.24511) (xy 218.099026 107.936928) (xy 218.26631 107.534064) + (xy 218.26669 107.097849) (xy 218.26669 108.758348) (xy 218.222849 108.75831) (xy 217.819694 108.92489) (xy 217.510974 109.233072) + (xy 217.34369 109.635936) (xy 217.34331 110.072151) (xy 217.50989 110.475306) (xy 217.818072 110.784026) (xy 218.220936 110.95131) + (xy 218.657151 110.95169) (xy 219.060306 110.78511) (xy 219.369026 110.476928) (xy 219.53631 110.074064) (xy 219.53669 109.637849) + (xy 219.53669 115.108348) (xy 219.492849 115.10831) (xy 219.089694 115.27489) (xy 218.780974 115.583072) (xy 218.61369 115.985936) + (xy 218.61331 116.422151) (xy 218.77989 116.825306) (xy 219.088072 117.134026) (xy 219.490936 117.30131) (xy 219.927151 117.30169) + (xy 220.330306 117.13511) (xy 220.639026 116.826928) (xy 220.80631 116.424064) (xy 220.80669 115.987849) (xy 220.80669 117.648348) + (xy 220.762849 117.64831) (xy 220.359694 117.81489) (xy 220.050974 118.123072) (xy 219.88369 118.525936) (xy 219.88331 118.962151) + (xy 220.04989 119.365306) (xy 220.358072 119.674026) (xy 220.760936 119.84131) (xy 221.197151 119.84169) (xy 221.600306 119.67511) + (xy 221.909026 119.366928) (xy 222.07631 118.964064) (xy 222.07669 118.527849) (xy 222.07669 123.998348) (xy 222.032849 123.99831) + (xy 221.629694 124.16489) (xy 221.320974 124.473072) (xy 221.15369 124.875936) (xy 221.15331 125.312151) (xy 221.31989 125.715306) + (xy 221.628072 126.024026) (xy 222.030936 126.19131) (xy 222.467151 126.19169) (xy 222.870306 126.02511) (xy 223.179026 125.716928) + (xy 223.34631 125.314064) (xy 223.34669 124.877849) (xy 223.34669 126.538348) (xy 223.302849 126.53831) (xy 222.899694 126.70489) + (xy 222.590974 127.013072) (xy 222.42369 127.415936) (xy 222.42331 127.852151) (xy 222.58989 128.255306) (xy 222.898072 128.564026) + (xy 223.300936 128.73131) (xy 223.737151 128.73169) (xy 224.140306 128.56511) (xy 224.449026 128.256928) (xy 224.61631 127.854064) + (xy 224.61669 127.417849) (xy 224.61669 133.7394) (xy 222.07669 133.7394) (xy 222.07669 127.417849) (xy 221.91011 127.014694) + (xy 221.601928 126.705974) (xy 221.199064 126.53869) (xy 220.80669 126.538348) (xy 220.80669 124.877849) (xy 220.64011 124.474694) + (xy 220.331928 124.165974) (xy 219.929064 123.99869) (xy 219.53669 123.998348) (xy 219.53669 118.527849) (xy 219.37011 118.124694) + (xy 219.061928 117.815974) (xy 218.659064 117.64869) (xy 218.26669 117.648348) (xy 218.26669 115.987849) (xy 218.10011 115.584694) + (xy 217.791928 115.275974) (xy 217.389064 115.10869) (xy 216.99669 115.108348) (xy 216.99669 109.637849) (xy 216.83011 109.234694) + (xy 216.521928 108.925974) (xy 216.119064 108.75869) (xy 215.72669 108.758348) (xy 215.72669 107.097849) (xy 215.56011 106.694694) + (xy 215.251928 106.385974) (xy 214.849064 106.21869) (xy 214.45669 106.218348) (xy 214.45669 100.747849) (xy 214.29011 100.344694) + (xy 213.981928 100.035974) (xy 213.579064 99.86869) (xy 213.18669 99.868348) (xy 213.18669 98.207849) (xy 213.02011 97.804694) + (xy 212.711928 97.495974) (xy 212.309064 97.32869) (xy 211.91669 97.328348) (xy 211.91669 91.857849) (xy 211.75011 91.454694) + (xy 211.441928 91.145974) (xy 211.039064 90.97869) (xy 210.64669 90.978348) (xy 210.64669 89.317849) (xy 210.519668 89.010431) + (xy 210.519668 85.660001) (xy 210.372382 85.30354) (xy 210.099895 85.030577) (xy 209.743692 84.882668) (xy 209.37669 84.882348) + (xy 209.37669 82.967849) (xy 209.21011 82.564694) (xy 208.901928 82.255974) (xy 208.499064 82.08869) (xy 208.10669 82.088348) + (xy 208.10669 80.427849) (xy 207.94011 80.024694) (xy 207.631928 79.715974) (xy 207.229064 79.54869) (xy 206.83669 79.548348) + (xy 206.83669 74.077849) (xy 206.67011 73.674694) (xy 206.361928 73.365974) (xy 205.959064 73.19869) (xy 205.56669 73.198348) + (xy 205.56669 71.537849) (xy 205.40011 71.134694) (xy 205.091928 70.825974) (xy 204.689064 70.65869) (xy 204.29669 70.658348) + (xy 204.29669 65.187849) (xy 204.13011 64.784694) (xy 203.821928 64.475974) (xy 203.419064 64.30869) (xy 203.02669 64.308348) + (xy 203.02669 62.647849) (xy 202.86011 62.244694) (xy 202.551928 61.935974) (xy 202.149064 61.76869) (xy 201.712849 61.76831) + (xy 201.309694 61.93489) (xy 201.000974 62.243072) (xy 200.83369 62.645936) (xy 200.83331 63.082151) (xy 200.99989 63.485306) + (xy 201.308072 63.794026) (xy 201.710936 63.96131) (xy 202.147151 63.96169) (xy 202.550306 63.79511) (xy 202.859026 63.486928) + (xy 203.02631 63.084064) (xy 203.02669 62.647849) (xy 203.02669 64.308348) (xy 202.982849 64.30831) (xy 202.579694 64.47489) + (xy 202.270974 64.783072) (xy 202.10369 65.185936) (xy 202.10331 65.622151) (xy 202.26989 66.025306) (xy 202.578072 66.334026) + (xy 202.980936 66.50131) (xy 203.417151 66.50169) (xy 203.820306 66.33511) (xy 204.129026 66.026928) (xy 204.29631 65.624064) + (xy 204.29669 65.187849) (xy 204.29669 70.658348) (xy 204.252849 70.65831) (xy 203.849694 70.82489) (xy 203.540974 71.133072) + (xy 203.37369 71.535936) (xy 203.37331 71.972151) (xy 203.53989 72.375306) (xy 203.848072 72.684026) (xy 204.250936 72.85131) + (xy 204.687151 72.85169) (xy 205.090306 72.68511) (xy 205.399026 72.376928) (xy 205.56631 71.974064) (xy 205.56669 71.537849) + (xy 205.56669 73.198348) (xy 205.522849 73.19831) (xy 205.119694 73.36489) (xy 204.810974 73.673072) (xy 204.64369 74.075936) + (xy 204.64331 74.512151) (xy 204.80989 74.915306) (xy 205.118072 75.224026) (xy 205.520936 75.39131) (xy 205.957151 75.39169) + (xy 206.360306 75.22511) (xy 206.669026 74.916928) (xy 206.83631 74.514064) (xy 206.83669 74.077849) (xy 206.83669 79.548348) + (xy 206.792849 79.54831) (xy 206.389694 79.71489) (xy 206.080974 80.023072) (xy 205.91369 80.425936) (xy 205.91331 80.862151) + (xy 206.07989 81.265306) (xy 206.388072 81.574026) (xy 206.790936 81.74131) (xy 207.227151 81.74169) (xy 207.630306 81.57511) + (xy 207.939026 81.266928) (xy 208.10631 80.864064) (xy 208.10669 80.427849) (xy 208.10669 82.088348) (xy 208.062849 82.08831) + (xy 207.659694 82.25489) (xy 207.350974 82.563072) (xy 207.18369 82.965936) (xy 207.18331 83.402151) (xy 207.34989 83.805306) + (xy 207.658072 84.114026) (xy 208.060936 84.28131) (xy 208.497151 84.28169) (xy 208.900306 84.11511) (xy 209.209026 83.806928) + (xy 209.37631 83.404064) (xy 209.37669 82.967849) (xy 209.37669 84.882348) (xy 209.358001 84.882332) (xy 209.00154 85.029618) + (xy 208.728577 85.302105) (xy 208.580668 85.658308) (xy 208.580332 86.043999) (xy 208.727618 86.40046) (xy 209.000105 86.673423) + (xy 209.356308 86.821332) (xy 209.741999 86.821668) (xy 210.09846 86.674382) (xy 210.371423 86.401895) (xy 210.519332 86.045692) + (xy 210.519668 85.660001) (xy 210.519668 89.010431) (xy 210.48011 88.914694) (xy 210.171928 88.605974) (xy 209.769064 88.43869) + (xy 209.332849 88.43831) (xy 208.929694 88.60489) (xy 208.741668 88.792588) (xy 208.741668 86.549001) (xy 208.594382 86.19254) + (xy 208.321895 85.919577) (xy 207.979565 85.777428) (xy 207.979668 85.660001) (xy 207.832382 85.30354) (xy 207.559895 85.030577) + (xy 207.203692 84.882668) (xy 206.83669 84.882348) (xy 206.83669 82.967849) (xy 206.67011 82.564694) (xy 206.361928 82.255974) + (xy 205.959064 82.08869) (xy 205.56669 82.088348) (xy 205.56669 80.427849) (xy 205.40011 80.024694) (xy 205.091928 79.715974) + (xy 204.689064 79.54869) (xy 204.29669 79.548348) (xy 204.29669 74.077849) (xy 204.13011 73.674694) (xy 203.821928 73.365974) + (xy 203.419064 73.19869) (xy 203.02669 73.198348) (xy 203.02669 71.537849) (xy 202.86011 71.134694) (xy 202.551928 70.825974) + (xy 202.149064 70.65869) (xy 201.75669 70.658348) (xy 201.75669 65.187849) (xy 201.59011 64.784694) (xy 201.281928 64.475974) + (xy 200.879064 64.30869) (xy 200.48669 64.308348) (xy 200.48669 62.647849) (xy 200.32011 62.244694) (xy 200.011928 61.935974) + (xy 199.609064 61.76869) (xy 199.172849 61.76831) (xy 198.769694 61.93489) (xy 198.460974 62.243072) (xy 198.29369 62.645936) + (xy 198.29331 63.082151) (xy 198.45989 63.485306) (xy 198.768072 63.794026) (xy 199.170936 63.96131) (xy 199.607151 63.96169) + (xy 200.010306 63.79511) (xy 200.319026 63.486928) (xy 200.48631 63.084064) (xy 200.48669 62.647849) (xy 200.48669 64.308348) + (xy 200.442849 64.30831) (xy 200.039694 64.47489) (xy 199.730974 64.783072) (xy 199.56369 65.185936) (xy 199.56331 65.622151) + (xy 199.72989 66.025306) (xy 200.038072 66.334026) (xy 200.440936 66.50131) (xy 200.877151 66.50169) (xy 201.280306 66.33511) + (xy 201.589026 66.026928) (xy 201.75631 65.624064) (xy 201.75669 65.187849) (xy 201.75669 70.658348) (xy 201.712849 70.65831) + (xy 201.309694 70.82489) (xy 201.000974 71.133072) (xy 200.83369 71.535936) (xy 200.83331 71.972151) (xy 200.99989 72.375306) + (xy 201.308072 72.684026) (xy 201.710936 72.85131) (xy 202.147151 72.85169) (xy 202.550306 72.68511) (xy 202.859026 72.376928) + (xy 203.02631 71.974064) (xy 203.02669 71.537849) (xy 203.02669 73.198348) (xy 202.982849 73.19831) (xy 202.579694 73.36489) + (xy 202.270974 73.673072) (xy 202.10369 74.075936) (xy 202.10331 74.512151) (xy 202.26989 74.915306) (xy 202.578072 75.224026) + (xy 202.980936 75.39131) (xy 203.417151 75.39169) (xy 203.820306 75.22511) (xy 204.129026 74.916928) (xy 204.29631 74.514064) + (xy 204.29669 74.077849) (xy 204.29669 79.548348) (xy 204.252849 79.54831) (xy 203.849694 79.71489) (xy 203.540974 80.023072) + (xy 203.37369 80.425936) (xy 203.37331 80.862151) (xy 203.53989 81.265306) (xy 203.848072 81.574026) (xy 204.250936 81.74131) + (xy 204.687151 81.74169) (xy 205.090306 81.57511) (xy 205.399026 81.266928) (xy 205.56631 80.864064) (xy 205.56669 80.427849) + (xy 205.56669 82.088348) (xy 205.522849 82.08831) (xy 205.119694 82.25489) (xy 204.810974 82.563072) (xy 204.64369 82.965936) + (xy 204.64331 83.402151) (xy 204.80989 83.805306) (xy 205.118072 84.114026) (xy 205.520936 84.28131) (xy 205.957151 84.28169) + (xy 206.360306 84.11511) (xy 206.669026 83.806928) (xy 206.83631 83.404064) (xy 206.83669 82.967849) (xy 206.83669 84.882348) + (xy 206.818001 84.882332) (xy 206.46154 85.029618) (xy 206.375088 85.115919) (xy 206.289895 85.030577) (xy 205.933692 84.882668) + (xy 205.548001 84.882332) (xy 205.19154 85.029618) (xy 204.918577 85.302105) (xy 204.770668 85.658308) (xy 204.770332 86.043999) + (xy 204.917618 86.40046) (xy 205.190105 86.673423) (xy 205.546308 86.821332) (xy 205.931999 86.821668) (xy 206.28846 86.674382) + (xy 206.374911 86.58808) (xy 206.460105 86.673423) (xy 206.802434 86.815571) (xy 206.802332 86.932999) (xy 206.949618 87.28946) + (xy 207.222105 87.562423) (xy 207.578308 87.710332) (xy 207.963999 87.710668) (xy 208.32046 87.563382) (xy 208.593423 87.290895) + (xy 208.741332 86.934692) (xy 208.741668 86.549001) (xy 208.741668 88.792588) (xy 208.620974 88.913072) (xy 208.45369 89.315936) + (xy 208.45331 89.752151) (xy 208.61989 90.155306) (xy 208.928072 90.464026) (xy 209.330936 90.63131) (xy 209.767151 90.63169) + (xy 210.170306 90.46511) (xy 210.479026 90.156928) (xy 210.64631 89.754064) (xy 210.64669 89.317849) (xy 210.64669 90.978348) + (xy 210.602849 90.97831) (xy 210.199694 91.14489) (xy 209.890974 91.453072) (xy 209.72369 91.855936) (xy 209.72331 92.292151) + (xy 209.88989 92.695306) (xy 210.198072 93.004026) (xy 210.600936 93.17131) (xy 211.037151 93.17169) (xy 211.440306 93.00511) + (xy 211.749026 92.696928) (xy 211.91631 92.294064) (xy 211.91669 91.857849) (xy 211.91669 97.328348) (xy 211.872849 97.32831) + (xy 211.469694 97.49489) (xy 211.160974 97.803072) (xy 210.99369 98.205936) (xy 210.99331 98.642151) (xy 211.15989 99.045306) + (xy 211.468072 99.354026) (xy 211.870936 99.52131) (xy 212.307151 99.52169) (xy 212.710306 99.35511) (xy 213.019026 99.046928) + (xy 213.18631 98.644064) (xy 213.18669 98.207849) (xy 213.18669 99.868348) (xy 213.142849 99.86831) (xy 212.739694 100.03489) + (xy 212.430974 100.343072) (xy 212.26369 100.745936) (xy 212.26331 101.182151) (xy 212.42989 101.585306) (xy 212.738072 101.894026) + (xy 213.140936 102.06131) (xy 213.577151 102.06169) (xy 213.980306 101.89511) (xy 214.289026 101.586928) (xy 214.45631 101.184064) + (xy 214.45669 100.747849) (xy 214.45669 106.218348) (xy 214.412849 106.21831) (xy 214.009694 106.38489) (xy 213.700974 106.693072) + (xy 213.53369 107.095936) (xy 213.53331 107.532151) (xy 213.69989 107.935306) (xy 214.008072 108.244026) (xy 214.410936 108.41131) + (xy 214.847151 108.41169) (xy 215.250306 108.24511) (xy 215.559026 107.936928) (xy 215.72631 107.534064) (xy 215.72669 107.097849) + (xy 215.72669 108.758348) (xy 215.682849 108.75831) (xy 215.279694 108.92489) (xy 214.970974 109.233072) (xy 214.80369 109.635936) + (xy 214.80331 110.072151) (xy 214.96989 110.475306) (xy 215.278072 110.784026) (xy 215.680936 110.95131) (xy 216.117151 110.95169) + (xy 216.520306 110.78511) (xy 216.829026 110.476928) (xy 216.99631 110.074064) (xy 216.99669 109.637849) (xy 216.99669 115.108348) + (xy 216.952849 115.10831) (xy 216.549694 115.27489) (xy 216.240974 115.583072) (xy 216.07369 115.985936) (xy 216.07331 116.422151) + (xy 216.23989 116.825306) (xy 216.548072 117.134026) (xy 216.950936 117.30131) (xy 217.387151 117.30169) (xy 217.790306 117.13511) + (xy 218.099026 116.826928) (xy 218.26631 116.424064) (xy 218.26669 115.987849) (xy 218.26669 117.648348) (xy 218.222849 117.64831) + (xy 217.819694 117.81489) (xy 217.510974 118.123072) (xy 217.34369 118.525936) (xy 217.34331 118.962151) (xy 217.50989 119.365306) + (xy 217.818072 119.674026) (xy 218.220936 119.84131) (xy 218.657151 119.84169) (xy 219.060306 119.67511) (xy 219.369026 119.366928) + (xy 219.53631 118.964064) (xy 219.53669 118.527849) (xy 219.53669 123.998348) (xy 219.492849 123.99831) (xy 219.089694 124.16489) + (xy 218.780974 124.473072) (xy 218.61369 124.875936) (xy 218.61331 125.312151) (xy 218.77989 125.715306) (xy 219.088072 126.024026) + (xy 219.490936 126.19131) (xy 219.927151 126.19169) (xy 220.330306 126.02511) (xy 220.639026 125.716928) (xy 220.80631 125.314064) + (xy 220.80669 124.877849) (xy 220.80669 126.538348) (xy 220.762849 126.53831) (xy 220.359694 126.70489) (xy 220.050974 127.013072) + (xy 219.88369 127.415936) (xy 219.88331 127.852151) (xy 220.04989 128.255306) (xy 220.358072 128.564026) (xy 220.760936 128.73131) + (xy 221.197151 128.73169) (xy 221.600306 128.56511) (xy 221.909026 128.256928) (xy 222.07631 127.854064) (xy 222.07669 127.417849) + (xy 222.07669 133.7394) (xy 219.53669 133.7394) (xy 219.53669 127.417849) (xy 219.37011 127.014694) (xy 219.061928 126.705974) + (xy 218.659064 126.53869) (xy 218.26669 126.538348) (xy 218.26669 124.877849) (xy 218.10011 124.474694) (xy 217.791928 124.165974) + (xy 217.389064 123.99869) (xy 216.99669 123.998348) (xy 216.99669 118.527849) (xy 216.83011 118.124694) (xy 216.521928 117.815974) + (xy 216.119064 117.64869) (xy 215.72669 117.648348) (xy 215.72669 115.987849) (xy 215.56011 115.584694) (xy 215.251928 115.275974) + (xy 214.849064 115.10869) (xy 214.45669 115.108348) (xy 214.45669 109.637849) (xy 214.29011 109.234694) (xy 213.981928 108.925974) + (xy 213.579064 108.75869) (xy 213.18669 108.758348) (xy 213.18669 107.097849) (xy 213.02011 106.694694) (xy 212.711928 106.385974) + (xy 212.309064 106.21869) (xy 211.91669 106.218348) (xy 211.91669 100.747849) (xy 211.75011 100.344694) (xy 211.441928 100.035974) + (xy 211.039064 99.86869) (xy 210.64669 99.868348) (xy 210.64669 98.207849) (xy 210.48011 97.804694) (xy 210.171928 97.495974) + (xy 209.769064 97.32869) (xy 209.37669 97.328348) (xy 209.37669 91.857849) (xy 209.21011 91.454694) (xy 208.901928 91.145974) + (xy 208.499064 90.97869) (xy 208.10669 90.978348) (xy 208.10669 89.317849) (xy 207.94011 88.914694) (xy 207.631928 88.605974) + (xy 207.229064 88.43869) (xy 206.792849 88.43831) (xy 206.389694 88.60489) (xy 206.080974 88.913072) (xy 205.91369 89.315936) + (xy 205.91331 89.752151) (xy 206.07989 90.155306) (xy 206.388072 90.464026) (xy 206.790936 90.63131) (xy 207.227151 90.63169) + (xy 207.630306 90.46511) (xy 207.939026 90.156928) (xy 208.10631 89.754064) (xy 208.10669 89.317849) (xy 208.10669 90.978348) + (xy 208.062849 90.97831) (xy 207.659694 91.14489) (xy 207.350974 91.453072) (xy 207.18369 91.855936) (xy 207.18331 92.292151) + (xy 207.34989 92.695306) (xy 207.658072 93.004026) (xy 208.060936 93.17131) (xy 208.497151 93.17169) (xy 208.900306 93.00511) + (xy 209.209026 92.696928) (xy 209.37631 92.294064) (xy 209.37669 91.857849) (xy 209.37669 97.328348) (xy 209.332849 97.32831) + (xy 208.929694 97.49489) (xy 208.620974 97.803072) (xy 208.45369 98.205936) (xy 208.45331 98.642151) (xy 208.61989 99.045306) + (xy 208.928072 99.354026) (xy 209.330936 99.52131) (xy 209.767151 99.52169) (xy 210.170306 99.35511) (xy 210.479026 99.046928) + (xy 210.64631 98.644064) (xy 210.64669 98.207849) (xy 210.64669 99.868348) (xy 210.602849 99.86831) (xy 210.199694 100.03489) + (xy 209.890974 100.343072) (xy 209.72369 100.745936) (xy 209.72331 101.182151) (xy 209.88989 101.585306) (xy 210.198072 101.894026) + (xy 210.600936 102.06131) (xy 211.037151 102.06169) (xy 211.440306 101.89511) (xy 211.749026 101.586928) (xy 211.91631 101.184064) + (xy 211.91669 100.747849) (xy 211.91669 106.218348) (xy 211.872849 106.21831) (xy 211.469694 106.38489) (xy 211.160974 106.693072) + (xy 210.99369 107.095936) (xy 210.99331 107.532151) (xy 211.15989 107.935306) (xy 211.468072 108.244026) (xy 211.870936 108.41131) + (xy 212.307151 108.41169) (xy 212.710306 108.24511) (xy 213.019026 107.936928) (xy 213.18631 107.534064) (xy 213.18669 107.097849) + (xy 213.18669 108.758348) (xy 213.142849 108.75831) (xy 212.739694 108.92489) (xy 212.430974 109.233072) (xy 212.26369 109.635936) + (xy 212.26331 110.072151) (xy 212.42989 110.475306) (xy 212.738072 110.784026) (xy 213.140936 110.95131) (xy 213.577151 110.95169) + (xy 213.980306 110.78511) (xy 214.289026 110.476928) (xy 214.45631 110.074064) (xy 214.45669 109.637849) (xy 214.45669 115.108348) + (xy 214.412849 115.10831) (xy 214.009694 115.27489) (xy 213.700974 115.583072) (xy 213.53369 115.985936) (xy 213.53331 116.422151) + (xy 213.69989 116.825306) (xy 214.008072 117.134026) (xy 214.410936 117.30131) (xy 214.847151 117.30169) (xy 215.250306 117.13511) + (xy 215.559026 116.826928) (xy 215.72631 116.424064) (xy 215.72669 115.987849) (xy 215.72669 117.648348) (xy 215.682849 117.64831) + (xy 215.279694 117.81489) (xy 214.970974 118.123072) (xy 214.80369 118.525936) (xy 214.80331 118.962151) (xy 214.96989 119.365306) + (xy 215.278072 119.674026) (xy 215.680936 119.84131) (xy 216.117151 119.84169) (xy 216.520306 119.67511) (xy 216.829026 119.366928) + (xy 216.99631 118.964064) (xy 216.99669 118.527849) (xy 216.99669 123.998348) (xy 216.952849 123.99831) (xy 216.549694 124.16489) + (xy 216.240974 124.473072) (xy 216.07369 124.875936) (xy 216.07331 125.312151) (xy 216.23989 125.715306) (xy 216.548072 126.024026) + (xy 216.950936 126.19131) (xy 217.387151 126.19169) (xy 217.790306 126.02511) (xy 218.099026 125.716928) (xy 218.26631 125.314064) + (xy 218.26669 124.877849) (xy 218.26669 126.538348) (xy 218.222849 126.53831) (xy 217.819694 126.70489) (xy 217.510974 127.013072) + (xy 217.34369 127.415936) (xy 217.34331 127.852151) (xy 217.50989 128.255306) (xy 217.818072 128.564026) (xy 218.220936 128.73131) + (xy 218.657151 128.73169) (xy 219.060306 128.56511) (xy 219.369026 128.256928) (xy 219.53631 127.854064) (xy 219.53669 127.417849) + (xy 219.53669 133.7394) (xy 216.99669 133.7394) (xy 216.99669 127.417849) (xy 216.83011 127.014694) (xy 216.521928 126.705974) + (xy 216.119064 126.53869) (xy 215.72669 126.538348) (xy 215.72669 124.877849) (xy 215.56011 124.474694) (xy 215.251928 124.165974) + (xy 214.849064 123.99869) (xy 214.45669 123.998348) (xy 214.45669 118.527849) (xy 214.29011 118.124694) (xy 213.981928 117.815974) + (xy 213.579064 117.64869) (xy 213.18669 117.648348) (xy 213.18669 115.987849) (xy 213.02011 115.584694) (xy 212.711928 115.275974) + (xy 212.309064 115.10869) (xy 211.91669 115.108348) (xy 211.91669 109.637849) (xy 211.75011 109.234694) (xy 211.441928 108.925974) + (xy 211.039064 108.75869) (xy 210.64669 108.758348) (xy 210.64669 107.097849) (xy 210.48011 106.694694) (xy 210.171928 106.385974) + (xy 209.769064 106.21869) (xy 209.37669 106.218348) (xy 209.37669 100.747849) (xy 209.21011 100.344694) (xy 208.901928 100.035974) + (xy 208.499064 99.86869) (xy 208.10669 99.868348) (xy 208.10669 98.207849) (xy 207.94011 97.804694) (xy 207.631928 97.495974) + (xy 207.229064 97.32869) (xy 206.83669 97.328348) (xy 206.83669 91.857849) (xy 206.67011 91.454694) (xy 206.361928 91.145974) + (xy 205.959064 90.97869) (xy 205.56669 90.978348) (xy 205.56669 89.317849) (xy 205.40011 88.914694) (xy 205.105462 88.619531) + (xy 205.291423 88.433895) (xy 205.439332 88.077692) (xy 205.439668 87.692001) (xy 205.292382 87.33554) (xy 205.019895 87.062577) + (xy 204.663692 86.914668) (xy 204.29669 86.914348) (xy 204.29669 82.967849) (xy 204.13011 82.564694) (xy 203.821928 82.255974) + (xy 203.419064 82.08869) (xy 203.02669 82.088348) (xy 203.02669 80.427849) (xy 202.86011 80.024694) (xy 202.551928 79.715974) + (xy 202.149064 79.54869) (xy 201.75669 79.548348) (xy 201.75669 74.077849) (xy 201.59011 73.674694) (xy 201.281928 73.365974) + (xy 200.879064 73.19869) (xy 200.48669 73.198348) (xy 200.48669 71.537849) (xy 200.32011 71.134694) (xy 200.011928 70.825974) + (xy 199.609064 70.65869) (xy 199.21669 70.658348) (xy 199.21669 65.187849) (xy 199.05011 64.784694) (xy 198.741928 64.475974) + (xy 198.339064 64.30869) (xy 197.94669 64.308348) (xy 197.94669 62.647849) (xy 197.78011 62.244694) (xy 197.471928 61.935974) + (xy 197.069064 61.76869) (xy 196.632849 61.76831) (xy 196.229694 61.93489) (xy 195.920974 62.243072) (xy 195.75369 62.645936) + (xy 195.75331 63.082151) (xy 195.91989 63.485306) (xy 196.228072 63.794026) (xy 196.630936 63.96131) (xy 197.067151 63.96169) + (xy 197.470306 63.79511) (xy 197.779026 63.486928) (xy 197.94631 63.084064) (xy 197.94669 62.647849) (xy 197.94669 64.308348) + (xy 197.902849 64.30831) (xy 197.499694 64.47489) (xy 197.190974 64.783072) (xy 197.02369 65.185936) (xy 197.02331 65.622151) + (xy 197.18989 66.025306) (xy 197.498072 66.334026) (xy 197.900936 66.50131) (xy 198.337151 66.50169) (xy 198.740306 66.33511) + (xy 199.049026 66.026928) (xy 199.21631 65.624064) (xy 199.21669 65.187849) (xy 199.21669 70.658348) (xy 199.172849 70.65831) + (xy 198.769694 70.82489) (xy 198.460974 71.133072) (xy 198.29369 71.535936) (xy 198.29331 71.972151) (xy 198.45989 72.375306) + (xy 198.768072 72.684026) (xy 199.170936 72.85131) (xy 199.607151 72.85169) (xy 200.010306 72.68511) (xy 200.319026 72.376928) + (xy 200.48631 71.974064) (xy 200.48669 71.537849) (xy 200.48669 73.198348) (xy 200.442849 73.19831) (xy 200.039694 73.36489) + (xy 199.730974 73.673072) (xy 199.56369 74.075936) (xy 199.56331 74.512151) (xy 199.72989 74.915306) (xy 200.038072 75.224026) + (xy 200.440936 75.39131) (xy 200.877151 75.39169) (xy 201.280306 75.22511) (xy 201.589026 74.916928) (xy 201.75631 74.514064) + (xy 201.75669 74.077849) (xy 201.75669 79.548348) (xy 201.712849 79.54831) (xy 201.309694 79.71489) (xy 201.000974 80.023072) + (xy 200.83369 80.425936) (xy 200.83331 80.862151) (xy 200.99989 81.265306) (xy 201.308072 81.574026) (xy 201.710936 81.74131) + (xy 202.147151 81.74169) (xy 202.550306 81.57511) (xy 202.859026 81.266928) (xy 203.02631 80.864064) (xy 203.02669 80.427849) + (xy 203.02669 82.088348) (xy 202.982849 82.08831) (xy 202.579694 82.25489) (xy 202.270974 82.563072) (xy 202.10369 82.965936) + (xy 202.10331 83.402151) (xy 202.26989 83.805306) (xy 202.578072 84.114026) (xy 202.980936 84.28131) (xy 203.417151 84.28169) + (xy 203.820306 84.11511) (xy 204.129026 83.806928) (xy 204.29631 83.404064) (xy 204.29669 82.967849) (xy 204.29669 86.914348) + (xy 204.278001 86.914332) (xy 203.92154 87.061618) (xy 203.648577 87.334105) (xy 203.500668 87.690308) (xy 203.500332 88.075999) + (xy 203.647618 88.43246) (xy 203.834694 88.619863) (xy 203.540974 88.913072) (xy 203.37369 89.315936) (xy 203.37331 89.752151) + (xy 203.53989 90.155306) (xy 203.848072 90.464026) (xy 204.250936 90.63131) (xy 204.687151 90.63169) (xy 205.090306 90.46511) + (xy 205.399026 90.156928) (xy 205.56631 89.754064) (xy 205.56669 89.317849) (xy 205.56669 90.978348) (xy 205.522849 90.97831) + (xy 205.119694 91.14489) (xy 204.810974 91.453072) (xy 204.64369 91.855936) (xy 204.64331 92.292151) (xy 204.80989 92.695306) + (xy 205.118072 93.004026) (xy 205.520936 93.17131) (xy 205.957151 93.17169) (xy 206.360306 93.00511) (xy 206.669026 92.696928) + (xy 206.83631 92.294064) (xy 206.83669 91.857849) (xy 206.83669 97.328348) (xy 206.792849 97.32831) (xy 206.389694 97.49489) + (xy 206.080974 97.803072) (xy 205.91369 98.205936) (xy 205.91331 98.642151) (xy 206.07989 99.045306) (xy 206.388072 99.354026) + (xy 206.790936 99.52131) (xy 207.227151 99.52169) (xy 207.630306 99.35511) (xy 207.939026 99.046928) (xy 208.10631 98.644064) + (xy 208.10669 98.207849) (xy 208.10669 99.868348) (xy 208.062849 99.86831) (xy 207.659694 100.03489) (xy 207.350974 100.343072) + (xy 207.18369 100.745936) (xy 207.18331 101.182151) (xy 207.34989 101.585306) (xy 207.658072 101.894026) (xy 208.060936 102.06131) + (xy 208.497151 102.06169) (xy 208.900306 101.89511) (xy 209.209026 101.586928) (xy 209.37631 101.184064) (xy 209.37669 100.747849) + (xy 209.37669 106.218348) (xy 209.332849 106.21831) (xy 208.929694 106.38489) (xy 208.620974 106.693072) (xy 208.45369 107.095936) + (xy 208.45331 107.532151) (xy 208.61989 107.935306) (xy 208.928072 108.244026) (xy 209.330936 108.41131) (xy 209.767151 108.41169) + (xy 210.170306 108.24511) (xy 210.479026 107.936928) (xy 210.64631 107.534064) (xy 210.64669 107.097849) (xy 210.64669 108.758348) + (xy 210.602849 108.75831) (xy 210.199694 108.92489) (xy 209.890974 109.233072) (xy 209.72369 109.635936) (xy 209.72331 110.072151) + (xy 209.88989 110.475306) (xy 210.198072 110.784026) (xy 210.600936 110.95131) (xy 211.037151 110.95169) (xy 211.440306 110.78511) + (xy 211.749026 110.476928) (xy 211.91631 110.074064) (xy 211.91669 109.637849) (xy 211.91669 115.108348) (xy 211.872849 115.10831) + (xy 211.469694 115.27489) (xy 211.160974 115.583072) (xy 210.99369 115.985936) (xy 210.99331 116.422151) (xy 211.15989 116.825306) + (xy 211.468072 117.134026) (xy 211.870936 117.30131) (xy 212.307151 117.30169) (xy 212.710306 117.13511) (xy 213.019026 116.826928) + (xy 213.18631 116.424064) (xy 213.18669 115.987849) (xy 213.18669 117.648348) (xy 213.142849 117.64831) (xy 212.739694 117.81489) + (xy 212.430974 118.123072) (xy 212.26369 118.525936) (xy 212.26331 118.962151) (xy 212.42989 119.365306) (xy 212.738072 119.674026) + (xy 213.140936 119.84131) (xy 213.577151 119.84169) (xy 213.980306 119.67511) (xy 214.289026 119.366928) (xy 214.45631 118.964064) + (xy 214.45669 118.527849) (xy 214.45669 123.998348) (xy 214.412849 123.99831) (xy 214.009694 124.16489) (xy 213.700974 124.473072) + (xy 213.53369 124.875936) (xy 213.53331 125.312151) (xy 213.69989 125.715306) (xy 214.008072 126.024026) (xy 214.410936 126.19131) + (xy 214.847151 126.19169) (xy 215.250306 126.02511) (xy 215.559026 125.716928) (xy 215.72631 125.314064) (xy 215.72669 124.877849) + (xy 215.72669 126.538348) (xy 215.682849 126.53831) (xy 215.279694 126.70489) (xy 214.970974 127.013072) (xy 214.80369 127.415936) + (xy 214.80331 127.852151) (xy 214.96989 128.255306) (xy 215.278072 128.564026) (xy 215.680936 128.73131) (xy 216.117151 128.73169) + (xy 216.520306 128.56511) (xy 216.829026 128.256928) (xy 216.99631 127.854064) (xy 216.99669 127.417849) (xy 216.99669 133.7394) + (xy 216.027 133.7394) (xy 214.45669 133.7394) (xy 214.45669 127.417849) (xy 214.29011 127.014694) (xy 213.981928 126.705974) + (xy 213.579064 126.53869) (xy 213.18669 126.538348) (xy 213.18669 124.877849) (xy 213.02011 124.474694) (xy 212.711928 124.165974) + (xy 212.309064 123.99869) (xy 211.91669 123.998348) (xy 211.91669 118.527849) (xy 211.75011 118.124694) (xy 211.441928 117.815974) + (xy 211.039064 117.64869) (xy 210.64669 117.648348) (xy 210.64669 115.987849) (xy 210.48011 115.584694) (xy 210.171928 115.275974) + (xy 209.769064 115.10869) (xy 209.37669 115.108348) (xy 209.37669 109.637849) (xy 209.21011 109.234694) (xy 208.901928 108.925974) + (xy 208.499064 108.75869) (xy 208.10669 108.758348) (xy 208.10669 107.097849) (xy 207.94011 106.694694) (xy 207.631928 106.385974) + (xy 207.229064 106.21869) (xy 206.83669 106.218348) (xy 206.83669 100.747849) (xy 206.67011 100.344694) (xy 206.361928 100.035974) + (xy 205.959064 99.86869) (xy 205.56669 99.868348) (xy 205.56669 98.207849) (xy 205.40011 97.804694) (xy 205.091928 97.495974) + (xy 204.689064 97.32869) (xy 204.29669 97.328348) (xy 204.29669 91.857849) (xy 204.13011 91.454694) (xy 203.821928 91.145974) + (xy 203.419064 90.97869) (xy 203.02669 90.978348) (xy 203.02669 89.317849) (xy 202.86011 88.914694) (xy 202.551928 88.605974) + (xy 202.149064 88.43869) (xy 201.75669 88.438348) (xy 201.75669 82.967849) (xy 201.59011 82.564694) (xy 201.281928 82.255974) + (xy 200.879064 82.08869) (xy 200.48669 82.088348) (xy 200.48669 80.427849) (xy 200.32011 80.024694) (xy 200.011928 79.715974) + (xy 199.609064 79.54869) (xy 199.21669 79.548348) (xy 199.21669 74.077849) (xy 199.05011 73.674694) (xy 198.741928 73.365974) + (xy 198.339064 73.19869) (xy 197.94669 73.198348) (xy 197.94669 71.537849) (xy 197.78011 71.134694) (xy 197.471928 70.825974) + (xy 197.069064 70.65869) (xy 196.67669 70.658348) (xy 196.67669 65.187849) (xy 196.51011 64.784694) (xy 196.201928 64.475974) + (xy 195.799064 64.30869) (xy 195.40669 64.308348) (xy 195.40669 62.647849) (xy 195.24011 62.244694) (xy 194.931928 61.935974) + (xy 194.529064 61.76869) (xy 194.092849 61.76831) (xy 193.689694 61.93489) (xy 193.380974 62.243072) (xy 193.21369 62.645936) + (xy 193.21331 63.082151) (xy 193.37989 63.485306) (xy 193.688072 63.794026) (xy 194.090936 63.96131) (xy 194.527151 63.96169) + (xy 194.930306 63.79511) (xy 195.239026 63.486928) (xy 195.40631 63.084064) (xy 195.40669 62.647849) (xy 195.40669 64.308348) + (xy 195.362849 64.30831) (xy 194.959694 64.47489) (xy 194.650974 64.783072) (xy 194.48369 65.185936) (xy 194.48331 65.622151) + (xy 194.64989 66.025306) (xy 194.958072 66.334026) (xy 195.360936 66.50131) (xy 195.797151 66.50169) (xy 196.200306 66.33511) + (xy 196.509026 66.026928) (xy 196.67631 65.624064) (xy 196.67669 65.187849) (xy 196.67669 70.658348) (xy 196.632849 70.65831) + (xy 196.229694 70.82489) (xy 195.920974 71.133072) (xy 195.75369 71.535936) (xy 195.75331 71.972151) (xy 195.91989 72.375306) + (xy 196.228072 72.684026) (xy 196.630936 72.85131) (xy 197.067151 72.85169) (xy 197.470306 72.68511) (xy 197.779026 72.376928) + (xy 197.94631 71.974064) (xy 197.94669 71.537849) (xy 197.94669 73.198348) (xy 197.902849 73.19831) (xy 197.499694 73.36489) + (xy 197.190974 73.673072) (xy 197.02369 74.075936) (xy 197.02331 74.512151) (xy 197.18989 74.915306) (xy 197.498072 75.224026) + (xy 197.900936 75.39131) (xy 198.337151 75.39169) (xy 198.740306 75.22511) (xy 199.049026 74.916928) (xy 199.21631 74.514064) + (xy 199.21669 74.077849) (xy 199.21669 79.548348) (xy 199.172849 79.54831) (xy 198.769694 79.71489) (xy 198.460974 80.023072) + (xy 198.29369 80.425936) (xy 198.29331 80.862151) (xy 198.45989 81.265306) (xy 198.768072 81.574026) (xy 199.170936 81.74131) + (xy 199.607151 81.74169) (xy 200.010306 81.57511) (xy 200.319026 81.266928) (xy 200.48631 80.864064) (xy 200.48669 80.427849) + (xy 200.48669 82.088348) (xy 200.442849 82.08831) (xy 200.039694 82.25489) (xy 199.730974 82.563072) (xy 199.56369 82.965936) + (xy 199.56331 83.402151) (xy 199.72989 83.805306) (xy 200.038072 84.114026) (xy 200.440936 84.28131) (xy 200.877151 84.28169) + (xy 201.280306 84.11511) (xy 201.589026 83.806928) (xy 201.75631 83.404064) (xy 201.75669 82.967849) (xy 201.75669 88.438348) + (xy 201.712849 88.43831) (xy 201.629668 88.472679) (xy 201.629668 85.660001) (xy 201.482382 85.30354) (xy 201.209895 85.030577) + (xy 200.853692 84.882668) (xy 200.468001 84.882332) (xy 200.11154 85.029618) (xy 199.838577 85.302105) (xy 199.690668 85.658308) + (xy 199.690332 86.043999) (xy 199.837618 86.40046) (xy 200.110105 86.673423) (xy 200.466308 86.821332) (xy 200.851999 86.821668) + (xy 201.20846 86.674382) (xy 201.481423 86.401895) (xy 201.629332 86.045692) (xy 201.629668 85.660001) (xy 201.629668 88.472679) + (xy 201.309694 88.60489) (xy 201.000974 88.913072) (xy 200.83369 89.315936) (xy 200.83331 89.752151) (xy 200.99989 90.155306) + (xy 201.308072 90.464026) (xy 201.710936 90.63131) (xy 202.147151 90.63169) (xy 202.550306 90.46511) (xy 202.859026 90.156928) + (xy 203.02631 89.754064) (xy 203.02669 89.317849) (xy 203.02669 90.978348) (xy 202.982849 90.97831) (xy 202.579694 91.14489) + (xy 202.270974 91.453072) (xy 202.10369 91.855936) (xy 202.10331 92.292151) (xy 202.26989 92.695306) (xy 202.578072 93.004026) + (xy 202.980936 93.17131) (xy 203.417151 93.17169) (xy 203.820306 93.00511) (xy 204.129026 92.696928) (xy 204.29631 92.294064) + (xy 204.29669 91.857849) (xy 204.29669 97.328348) (xy 204.252849 97.32831) (xy 203.849694 97.49489) (xy 203.540974 97.803072) + (xy 203.37369 98.205936) (xy 203.37331 98.642151) (xy 203.53989 99.045306) (xy 203.848072 99.354026) (xy 204.250936 99.52131) + (xy 204.687151 99.52169) (xy 205.090306 99.35511) (xy 205.399026 99.046928) (xy 205.56631 98.644064) (xy 205.56669 98.207849) + (xy 205.56669 99.868348) (xy 205.522849 99.86831) (xy 205.119694 100.03489) (xy 204.810974 100.343072) (xy 204.64369 100.745936) + (xy 204.64331 101.182151) (xy 204.80989 101.585306) (xy 205.118072 101.894026) (xy 205.520936 102.06131) (xy 205.957151 102.06169) + (xy 206.360306 101.89511) (xy 206.669026 101.586928) (xy 206.83631 101.184064) (xy 206.83669 100.747849) (xy 206.83669 106.218348) + (xy 206.792849 106.21831) (xy 206.389694 106.38489) (xy 206.080974 106.693072) (xy 205.91369 107.095936) (xy 205.91331 107.532151) + (xy 206.07989 107.935306) (xy 206.388072 108.244026) (xy 206.790936 108.41131) (xy 207.227151 108.41169) (xy 207.630306 108.24511) + (xy 207.939026 107.936928) (xy 208.10631 107.534064) (xy 208.10669 107.097849) (xy 208.10669 108.758348) (xy 208.062849 108.75831) + (xy 207.659694 108.92489) (xy 207.350974 109.233072) (xy 207.18369 109.635936) (xy 207.18331 110.072151) (xy 207.34989 110.475306) + (xy 207.658072 110.784026) (xy 208.060936 110.95131) (xy 208.497151 110.95169) (xy 208.900306 110.78511) (xy 209.209026 110.476928) + (xy 209.37631 110.074064) (xy 209.37669 109.637849) (xy 209.37669 115.108348) (xy 209.332849 115.10831) (xy 208.929694 115.27489) + (xy 208.620974 115.583072) (xy 208.45369 115.985936) (xy 208.45331 116.422151) (xy 208.61989 116.825306) (xy 208.928072 117.134026) + (xy 209.330936 117.30131) (xy 209.767151 117.30169) (xy 210.170306 117.13511) (xy 210.479026 116.826928) (xy 210.64631 116.424064) + (xy 210.64669 115.987849) (xy 210.64669 117.648348) (xy 210.602849 117.64831) (xy 210.199694 117.81489) (xy 209.890974 118.123072) + (xy 209.72369 118.525936) (xy 209.72331 118.962151) (xy 209.88989 119.365306) (xy 210.198072 119.674026) (xy 210.600936 119.84131) + (xy 211.037151 119.84169) (xy 211.440306 119.67511) (xy 211.749026 119.366928) (xy 211.91631 118.964064) (xy 211.91669 118.527849) + (xy 211.91669 123.998348) (xy 211.872849 123.99831) (xy 211.469694 124.16489) (xy 211.160974 124.473072) (xy 210.99369 124.875936) + (xy 210.99331 125.312151) (xy 211.15989 125.715306) (xy 211.468072 126.024026) (xy 211.870936 126.19131) (xy 212.307151 126.19169) + (xy 212.710306 126.02511) (xy 213.019026 125.716928) (xy 213.18631 125.314064) (xy 213.18669 124.877849) (xy 213.18669 126.538348) + (xy 213.142849 126.53831) (xy 212.739694 126.70489) (xy 212.430974 127.013072) (xy 212.26369 127.415936) (xy 212.26331 127.852151) + (xy 212.42989 128.255306) (xy 212.738072 128.564026) (xy 213.140936 128.73131) (xy 213.577151 128.73169) (xy 213.980306 128.56511) + (xy 214.289026 128.256928) (xy 214.45631 127.854064) (xy 214.45669 127.417849) (xy 214.45669 133.7394) (xy 211.91669 133.7394) + (xy 211.91669 127.417849) (xy 211.75011 127.014694) (xy 211.441928 126.705974) (xy 211.039064 126.53869) (xy 210.64669 126.538348) + (xy 210.64669 124.877849) (xy 210.48011 124.474694) (xy 210.171928 124.165974) (xy 209.769064 123.99869) (xy 209.37669 123.998348) + (xy 209.37669 118.527849) (xy 209.21011 118.124694) (xy 208.901928 117.815974) (xy 208.499064 117.64869) (xy 208.10669 117.648348) + (xy 208.10669 115.987849) (xy 207.94011 115.584694) (xy 207.631928 115.275974) (xy 207.229064 115.10869) (xy 206.83669 115.108348) + (xy 206.83669 109.637849) (xy 206.67011 109.234694) (xy 206.361928 108.925974) (xy 205.959064 108.75869) (xy 205.56669 108.758348) + (xy 205.56669 107.097849) (xy 205.40011 106.694694) (xy 205.091928 106.385974) (xy 204.689064 106.21869) (xy 204.29669 106.218348) + (xy 204.29669 100.747849) (xy 204.13011 100.344694) (xy 203.821928 100.035974) (xy 203.419064 99.86869) (xy 203.02669 99.868348) + (xy 203.02669 98.207849) (xy 202.86011 97.804694) (xy 202.551928 97.495974) (xy 202.149064 97.32869) (xy 201.75669 97.328348) + (xy 201.75669 91.857849) (xy 201.59011 91.454694) (xy 201.281928 91.145974) (xy 200.879064 90.97869) (xy 200.48669 90.978348) + (xy 200.48669 89.317849) (xy 200.32011 88.914694) (xy 200.011928 88.605974) (xy 199.609064 88.43869) (xy 199.21669 88.438348) + (xy 199.21669 82.967849) (xy 199.05011 82.564694) (xy 198.741928 82.255974) (xy 198.339064 82.08869) (xy 197.94669 82.088348) + (xy 197.94669 80.427849) (xy 197.78011 80.024694) (xy 197.471928 79.715974) (xy 197.069064 79.54869) (xy 196.67669 79.548348) + (xy 196.67669 74.077849) (xy 196.51011 73.674694) (xy 196.201928 73.365974) (xy 195.799064 73.19869) (xy 195.40669 73.198348) + (xy 195.40669 71.537849) (xy 195.24011 71.134694) (xy 194.931928 70.825974) (xy 194.529064 70.65869) (xy 194.13669 70.658348) + (xy 194.13669 65.187849) (xy 193.97011 64.784694) (xy 193.661928 64.475974) (xy 193.259064 64.30869) (xy 192.86669 64.308348) + (xy 192.86669 62.647849) (xy 192.70011 62.244694) (xy 192.391928 61.935974) (xy 191.989064 61.76869) (xy 191.552849 61.76831) + (xy 191.149694 61.93489) (xy 190.840974 62.243072) (xy 190.67369 62.645936) (xy 190.67331 63.082151) (xy 190.83989 63.485306) + (xy 191.148072 63.794026) (xy 191.550936 63.96131) (xy 191.987151 63.96169) (xy 192.390306 63.79511) (xy 192.699026 63.486928) + (xy 192.86631 63.084064) (xy 192.86669 62.647849) (xy 192.86669 64.308348) (xy 192.822849 64.30831) (xy 192.419694 64.47489) + (xy 192.110974 64.783072) (xy 191.94369 65.185936) (xy 191.94331 65.622151) (xy 192.10989 66.025306) (xy 192.418072 66.334026) + (xy 192.820936 66.50131) (xy 193.257151 66.50169) (xy 193.660306 66.33511) (xy 193.969026 66.026928) (xy 194.13631 65.624064) + (xy 194.13669 65.187849) (xy 194.13669 70.658348) (xy 194.092849 70.65831) (xy 193.689694 70.82489) (xy 193.380974 71.133072) + (xy 193.21369 71.535936) (xy 193.21331 71.972151) (xy 193.37989 72.375306) (xy 193.688072 72.684026) (xy 194.090936 72.85131) + (xy 194.527151 72.85169) (xy 194.930306 72.68511) (xy 195.239026 72.376928) (xy 195.40631 71.974064) (xy 195.40669 71.537849) + (xy 195.40669 73.198348) (xy 195.362849 73.19831) (xy 194.959694 73.36489) (xy 194.650974 73.673072) (xy 194.48369 74.075936) + (xy 194.48331 74.512151) (xy 194.64989 74.915306) (xy 194.958072 75.224026) (xy 195.360936 75.39131) (xy 195.797151 75.39169) + (xy 196.200306 75.22511) (xy 196.509026 74.916928) (xy 196.67631 74.514064) (xy 196.67669 74.077849) (xy 196.67669 79.548348) + (xy 196.632849 79.54831) (xy 196.229694 79.71489) (xy 195.920974 80.023072) (xy 195.75369 80.425936) (xy 195.75331 80.862151) + (xy 195.91989 81.265306) (xy 196.228072 81.574026) (xy 196.630936 81.74131) (xy 197.067151 81.74169) (xy 197.470306 81.57511) + (xy 197.779026 81.266928) (xy 197.94631 80.864064) (xy 197.94669 80.427849) (xy 197.94669 82.088348) (xy 197.902849 82.08831) + (xy 197.499694 82.25489) (xy 197.190974 82.563072) (xy 197.02369 82.965936) (xy 197.02331 83.402151) (xy 197.18989 83.805306) + (xy 197.498072 84.114026) (xy 197.900936 84.28131) (xy 198.337151 84.28169) (xy 198.740306 84.11511) (xy 199.049026 83.806928) + (xy 199.21631 83.404064) (xy 199.21669 82.967849) (xy 199.21669 88.438348) (xy 199.172849 88.43831) (xy 198.769694 88.60489) + (xy 198.460974 88.913072) (xy 198.29369 89.315936) (xy 198.29331 89.752151) (xy 198.45989 90.155306) (xy 198.768072 90.464026) + (xy 199.170936 90.63131) (xy 199.607151 90.63169) (xy 200.010306 90.46511) (xy 200.319026 90.156928) (xy 200.48631 89.754064) + (xy 200.48669 89.317849) (xy 200.48669 90.978348) (xy 200.442849 90.97831) (xy 200.039694 91.14489) (xy 199.730974 91.453072) + (xy 199.56369 91.855936) (xy 199.56331 92.292151) (xy 199.72989 92.695306) (xy 200.038072 93.004026) (xy 200.440936 93.17131) + (xy 200.877151 93.17169) (xy 201.280306 93.00511) (xy 201.589026 92.696928) (xy 201.75631 92.294064) (xy 201.75669 91.857849) + (xy 201.75669 97.328348) (xy 201.712849 97.32831) (xy 201.309694 97.49489) (xy 201.000974 97.803072) (xy 200.83369 98.205936) + (xy 200.83331 98.642151) (xy 200.99989 99.045306) (xy 201.308072 99.354026) (xy 201.710936 99.52131) (xy 202.147151 99.52169) + (xy 202.550306 99.35511) (xy 202.859026 99.046928) (xy 203.02631 98.644064) (xy 203.02669 98.207849) (xy 203.02669 99.868348) + (xy 202.982849 99.86831) (xy 202.579694 100.03489) (xy 202.270974 100.343072) (xy 202.10369 100.745936) (xy 202.10331 101.182151) + (xy 202.26989 101.585306) (xy 202.578072 101.894026) (xy 202.980936 102.06131) (xy 203.417151 102.06169) (xy 203.820306 101.89511) + (xy 204.129026 101.586928) (xy 204.29631 101.184064) (xy 204.29669 100.747849) (xy 204.29669 106.218348) (xy 204.252849 106.21831) + (xy 203.849694 106.38489) (xy 203.540974 106.693072) (xy 203.37369 107.095936) (xy 203.37331 107.532151) (xy 203.53989 107.935306) + (xy 203.848072 108.244026) (xy 204.250936 108.41131) (xy 204.687151 108.41169) (xy 205.090306 108.24511) (xy 205.399026 107.936928) + (xy 205.56631 107.534064) (xy 205.56669 107.097849) (xy 205.56669 108.758348) (xy 205.522849 108.75831) (xy 205.119694 108.92489) + (xy 204.810974 109.233072) (xy 204.64369 109.635936) (xy 204.64331 110.072151) (xy 204.80989 110.475306) (xy 205.118072 110.784026) + (xy 205.520936 110.95131) (xy 205.957151 110.95169) (xy 206.360306 110.78511) (xy 206.669026 110.476928) (xy 206.83631 110.074064) + (xy 206.83669 109.637849) (xy 206.83669 115.108348) (xy 206.792849 115.10831) (xy 206.389694 115.27489) (xy 206.080974 115.583072) + (xy 205.91369 115.985936) (xy 205.91331 116.422151) (xy 206.07989 116.825306) (xy 206.388072 117.134026) (xy 206.790936 117.30131) + (xy 207.227151 117.30169) (xy 207.630306 117.13511) (xy 207.939026 116.826928) (xy 208.10631 116.424064) (xy 208.10669 115.987849) + (xy 208.10669 117.648348) (xy 208.062849 117.64831) (xy 207.659694 117.81489) (xy 207.350974 118.123072) (xy 207.18369 118.525936) + (xy 207.18331 118.962151) (xy 207.34989 119.365306) (xy 207.658072 119.674026) (xy 208.060936 119.84131) (xy 208.497151 119.84169) + (xy 208.900306 119.67511) (xy 209.209026 119.366928) (xy 209.37631 118.964064) (xy 209.37669 118.527849) (xy 209.37669 123.998348) + (xy 209.332849 123.99831) (xy 208.929694 124.16489) (xy 208.620974 124.473072) (xy 208.45369 124.875936) (xy 208.45331 125.312151) + (xy 208.61989 125.715306) (xy 208.928072 126.024026) (xy 209.330936 126.19131) (xy 209.767151 126.19169) (xy 210.170306 126.02511) + (xy 210.479026 125.716928) (xy 210.64631 125.314064) (xy 210.64669 124.877849) (xy 210.64669 126.538348) (xy 210.602849 126.53831) + (xy 210.199694 126.70489) (xy 209.890974 127.013072) (xy 209.72369 127.415936) (xy 209.72331 127.852151) (xy 209.88989 128.255306) + (xy 210.198072 128.564026) (xy 210.600936 128.73131) (xy 211.037151 128.73169) (xy 211.440306 128.56511) (xy 211.749026 128.256928) + (xy 211.91631 127.854064) (xy 211.91669 127.417849) (xy 211.91669 133.7394) (xy 209.37669 133.7394) (xy 209.37669 127.417849) + (xy 209.21011 127.014694) (xy 208.901928 126.705974) (xy 208.499064 126.53869) (xy 208.10669 126.538348) (xy 208.10669 124.877849) + (xy 207.94011 124.474694) (xy 207.631928 124.165974) (xy 207.229064 123.99869) (xy 206.83669 123.998348) (xy 206.83669 118.527849) + (xy 206.67011 118.124694) (xy 206.361928 117.815974) (xy 205.959064 117.64869) (xy 205.56669 117.648348) (xy 205.56669 115.987849) + (xy 205.40011 115.584694) (xy 205.091928 115.275974) (xy 204.689064 115.10869) (xy 204.29669 115.108348) (xy 204.29669 109.637849) + (xy 204.13011 109.234694) (xy 203.821928 108.925974) (xy 203.419064 108.75869) (xy 203.02669 108.758348) (xy 203.02669 107.097849) + (xy 202.86011 106.694694) (xy 202.551928 106.385974) (xy 202.149064 106.21869) (xy 201.75669 106.218348) (xy 201.75669 100.747849) + (xy 201.59011 100.344694) (xy 201.281928 100.035974) (xy 200.879064 99.86869) (xy 200.48669 99.868348) (xy 200.48669 98.207849) + (xy 200.32011 97.804694) (xy 200.011928 97.495974) (xy 199.609064 97.32869) (xy 199.21669 97.328348) (xy 199.21669 91.857849) + (xy 199.05011 91.454694) (xy 198.741928 91.145974) (xy 198.339064 90.97869) (xy 197.94669 90.978348) (xy 197.94669 89.317849) + (xy 197.78011 88.914694) (xy 197.471928 88.605974) (xy 197.069064 88.43869) (xy 196.67669 88.438348) (xy 196.67669 82.967849) + (xy 196.51011 82.564694) (xy 196.201928 82.255974) (xy 195.799064 82.08869) (xy 195.40669 82.088348) (xy 195.40669 80.427849) + (xy 195.24011 80.024694) (xy 194.931928 79.715974) (xy 194.529064 79.54869) (xy 194.13669 79.548348) (xy 194.13669 74.077849) + (xy 193.97011 73.674694) (xy 193.661928 73.365974) (xy 193.259064 73.19869) (xy 192.86669 73.198348) (xy 192.86669 71.537849) + (xy 192.70011 71.134694) (xy 192.391928 70.825974) (xy 191.989064 70.65869) (xy 191.59669 70.658348) (xy 191.59669 65.187849) + (xy 191.43011 64.784694) (xy 191.121928 64.475974) (xy 190.719064 64.30869) (xy 190.32669 64.308348) (xy 190.32669 62.647849) + (xy 190.16011 62.244694) (xy 189.851928 61.935974) (xy 189.449064 61.76869) (xy 189.012849 61.76831) (xy 188.609694 61.93489) + (xy 188.300974 62.243072) (xy 188.13369 62.645936) (xy 188.13331 63.082151) (xy 188.29989 63.485306) (xy 188.608072 63.794026) + (xy 189.010936 63.96131) (xy 189.447151 63.96169) (xy 189.850306 63.79511) (xy 190.159026 63.486928) (xy 190.32631 63.084064) + (xy 190.32669 62.647849) (xy 190.32669 64.308348) (xy 190.282849 64.30831) (xy 189.879694 64.47489) (xy 189.570974 64.783072) + (xy 189.40369 65.185936) (xy 189.40331 65.622151) (xy 189.56989 66.025306) (xy 189.878072 66.334026) (xy 190.280936 66.50131) + (xy 190.717151 66.50169) (xy 191.120306 66.33511) (xy 191.429026 66.026928) (xy 191.59631 65.624064) (xy 191.59669 65.187849) + (xy 191.59669 70.658348) (xy 191.552849 70.65831) (xy 191.149694 70.82489) (xy 190.840974 71.133072) (xy 190.67369 71.535936) + (xy 190.67331 71.972151) (xy 190.83989 72.375306) (xy 191.148072 72.684026) (xy 191.550936 72.85131) (xy 191.987151 72.85169) + (xy 192.390306 72.68511) (xy 192.699026 72.376928) (xy 192.86631 71.974064) (xy 192.86669 71.537849) (xy 192.86669 73.198348) + (xy 192.822849 73.19831) (xy 192.419694 73.36489) (xy 192.110974 73.673072) (xy 191.94369 74.075936) (xy 191.943373 74.438701) + (xy 191.709692 74.341668) (xy 191.59646 74.341569) (xy 191.59669 74.077849) (xy 191.43011 73.674694) (xy 191.121928 73.365974) + (xy 190.719064 73.19869) (xy 190.32669 73.198348) (xy 190.32669 71.537849) (xy 190.16011 71.134694) (xy 189.851928 70.825974) + (xy 189.449064 70.65869) (xy 189.05669 70.658348) (xy 189.05669 65.187849) (xy 188.89011 64.784694) (xy 188.581928 64.475974) + (xy 188.179064 64.30869) (xy 187.79003 64.308351) (xy 187.79003 62.665461) (xy 187.629934 62.259687) (xy 187.608934 62.228257) + (xy 187.405178 62.185177) (xy 187.369823 62.220532) (xy 187.369823 62.149822) (xy 187.326743 61.946066) (xy 186.926613 61.772345) + (xy 186.490461 61.76497) (xy 186.084687 61.925066) (xy 186.053257 61.946066) (xy 186.010177 62.149822) (xy 186.69 62.829645) + (xy 187.369823 62.149822) (xy 187.369823 62.220532) (xy 186.725355 62.865) (xy 187.405178 63.544823) (xy 187.608934 63.501743) + (xy 187.782655 63.101613) (xy 187.79003 62.665461) (xy 187.79003 64.308351) (xy 187.742849 64.30831) (xy 187.369823 64.46244) + (xy 187.369823 63.580178) (xy 186.69 62.900355) (xy 186.654645 62.93571) (xy 186.654645 62.865) (xy 185.974822 62.185177) + (xy 185.771066 62.228257) (xy 185.597345 62.628387) (xy 185.58997 63.064539) (xy 185.750066 63.470313) (xy 185.771066 63.501743) + (xy 185.974822 63.544823) (xy 186.654645 62.865) (xy 186.654645 62.93571) (xy 186.010177 63.580178) (xy 186.053257 63.783934) + (xy 186.453387 63.957655) (xy 186.889539 63.96503) (xy 187.295313 63.804934) (xy 187.326743 63.783934) (xy 187.369823 63.580178) + (xy 187.369823 64.46244) (xy 187.339694 64.47489) (xy 187.030974 64.783072) (xy 186.86369 65.185936) (xy 186.86331 65.622151) + (xy 187.02989 66.025306) (xy 187.338072 66.334026) (xy 187.740936 66.50131) (xy 188.177151 66.50169) (xy 188.580306 66.33511) + (xy 188.889026 66.026928) (xy 189.05631 65.624064) (xy 189.05669 65.187849) (xy 189.05669 70.658348) (xy 189.012849 70.65831) + (xy 188.609694 70.82489) (xy 188.300974 71.133072) (xy 188.13369 71.535936) (xy 188.13331 71.972151) (xy 188.29989 72.375306) + (xy 188.608072 72.684026) (xy 189.010936 72.85131) (xy 189.447151 72.85169) (xy 189.850306 72.68511) (xy 190.159026 72.376928) + (xy 190.32631 71.974064) (xy 190.32669 71.537849) (xy 190.32669 73.198348) (xy 190.282849 73.19831) (xy 189.879694 73.36489) + (xy 189.570974 73.673072) (xy 189.40369 74.075936) (xy 189.40331 74.512151) (xy 189.56989 74.915306) (xy 189.80706 75.15289) + (xy 189.57054 75.250618) (xy 189.297577 75.523105) (xy 189.149668 75.879308) (xy 189.149332 76.264999) (xy 189.296618 76.62146) + (xy 189.569105 76.894423) (xy 189.925308 77.042332) (xy 190.310999 77.042668) (xy 190.66746 76.895382) (xy 190.940423 76.622895) + (xy 191.088332 76.266692) (xy 191.088404 76.183206) (xy 191.322308 76.280332) (xy 191.707999 76.280668) (xy 191.739323 76.267725) + (xy 191.689668 76.387308) (xy 191.689332 76.772999) (xy 191.836618 77.12946) (xy 192.109105 77.402423) (xy 192.465308 77.550332) + (xy 192.850999 77.550668) (xy 193.20746 77.403382) (xy 193.480423 77.130895) (xy 193.628332 76.774692) (xy 193.628668 76.389001) + (xy 193.481382 76.03254) (xy 193.208895 75.759577) (xy 192.852692 75.611668) (xy 192.467001 75.611332) (xy 192.435676 75.624274) + (xy 192.485332 75.504692) (xy 192.485552 75.252046) (xy 192.820936 75.39131) (xy 193.257151 75.39169) (xy 193.660306 75.22511) + (xy 193.969026 74.916928) (xy 194.13631 74.514064) (xy 194.13669 74.077849) (xy 194.13669 79.548348) (xy 194.092849 79.54831) + (xy 193.689694 79.71489) (xy 193.380974 80.023072) (xy 193.21369 80.425936) (xy 193.21331 80.862151) (xy 193.37989 81.265306) + (xy 193.688072 81.574026) (xy 194.090936 81.74131) (xy 194.527151 81.74169) (xy 194.930306 81.57511) (xy 195.239026 81.266928) + (xy 195.40631 80.864064) (xy 195.40669 80.427849) (xy 195.40669 82.088348) (xy 195.362849 82.08831) (xy 194.959694 82.25489) + (xy 194.650974 82.563072) (xy 194.48369 82.965936) (xy 194.48331 83.402151) (xy 194.64989 83.805306) (xy 194.958072 84.114026) + (xy 195.360936 84.28131) (xy 195.797151 84.28169) (xy 196.200306 84.11511) (xy 196.509026 83.806928) (xy 196.67631 83.404064) + (xy 196.67669 82.967849) (xy 196.67669 88.438348) (xy 196.632849 88.43831) (xy 196.229694 88.60489) (xy 195.920974 88.913072) + (xy 195.75369 89.315936) (xy 195.75331 89.752151) (xy 195.91989 90.155306) (xy 196.228072 90.464026) (xy 196.630936 90.63131) + (xy 197.067151 90.63169) (xy 197.470306 90.46511) (xy 197.779026 90.156928) (xy 197.94631 89.754064) (xy 197.94669 89.317849) + (xy 197.94669 90.978348) (xy 197.902849 90.97831) (xy 197.499694 91.14489) (xy 197.190974 91.453072) (xy 197.02369 91.855936) + (xy 197.02331 92.292151) (xy 197.18989 92.695306) (xy 197.498072 93.004026) (xy 197.900936 93.17131) (xy 198.337151 93.17169) + (xy 198.740306 93.00511) (xy 199.049026 92.696928) (xy 199.21631 92.294064) (xy 199.21669 91.857849) (xy 199.21669 97.328348) + (xy 199.172849 97.32831) (xy 198.769694 97.49489) (xy 198.460974 97.803072) (xy 198.29369 98.205936) (xy 198.29331 98.642151) + (xy 198.45989 99.045306) (xy 198.768072 99.354026) (xy 199.170936 99.52131) (xy 199.607151 99.52169) (xy 200.010306 99.35511) + (xy 200.319026 99.046928) (xy 200.48631 98.644064) (xy 200.48669 98.207849) (xy 200.48669 99.868348) (xy 200.442849 99.86831) + (xy 200.039694 100.03489) (xy 199.730974 100.343072) (xy 199.56369 100.745936) (xy 199.56331 101.182151) (xy 199.72989 101.585306) + (xy 200.038072 101.894026) (xy 200.440936 102.06131) (xy 200.877151 102.06169) (xy 201.280306 101.89511) (xy 201.589026 101.586928) + (xy 201.75631 101.184064) (xy 201.75669 100.747849) (xy 201.75669 106.218348) (xy 201.712849 106.21831) (xy 201.309694 106.38489) + (xy 201.000974 106.693072) (xy 200.83369 107.095936) (xy 200.83331 107.532151) (xy 200.99989 107.935306) (xy 201.308072 108.244026) + (xy 201.710936 108.41131) (xy 202.147151 108.41169) (xy 202.550306 108.24511) (xy 202.859026 107.936928) (xy 203.02631 107.534064) + (xy 203.02669 107.097849) (xy 203.02669 108.758348) (xy 202.982849 108.75831) (xy 202.579694 108.92489) (xy 202.270974 109.233072) + (xy 202.10369 109.635936) (xy 202.10331 110.072151) (xy 202.26989 110.475306) (xy 202.578072 110.784026) (xy 202.980936 110.95131) + (xy 203.417151 110.95169) (xy 203.820306 110.78511) (xy 204.129026 110.476928) (xy 204.29631 110.074064) (xy 204.29669 109.637849) + (xy 204.29669 115.108348) (xy 204.252849 115.10831) (xy 203.849694 115.27489) (xy 203.540974 115.583072) (xy 203.37369 115.985936) + (xy 203.37331 116.422151) (xy 203.53989 116.825306) (xy 203.848072 117.134026) (xy 204.250936 117.30131) (xy 204.687151 117.30169) + (xy 205.090306 117.13511) (xy 205.399026 116.826928) (xy 205.56631 116.424064) (xy 205.56669 115.987849) (xy 205.56669 117.648348) + (xy 205.522849 117.64831) (xy 205.119694 117.81489) (xy 204.810974 118.123072) (xy 204.64369 118.525936) (xy 204.64331 118.962151) + (xy 204.80989 119.365306) (xy 205.118072 119.674026) (xy 205.520936 119.84131) (xy 205.957151 119.84169) (xy 206.360306 119.67511) + (xy 206.669026 119.366928) (xy 206.83631 118.964064) (xy 206.83669 118.527849) (xy 206.83669 123.998348) (xy 206.792849 123.99831) + (xy 206.389694 124.16489) (xy 206.080974 124.473072) (xy 205.91369 124.875936) (xy 205.91331 125.312151) (xy 206.07989 125.715306) + (xy 206.388072 126.024026) (xy 206.790936 126.19131) (xy 207.227151 126.19169) (xy 207.630306 126.02511) (xy 207.939026 125.716928) + (xy 208.10631 125.314064) (xy 208.10669 124.877849) (xy 208.10669 126.538348) (xy 208.062849 126.53831) (xy 207.659694 126.70489) + (xy 207.350974 127.013072) (xy 207.18369 127.415936) (xy 207.18331 127.852151) (xy 207.34989 128.255306) (xy 207.658072 128.564026) + (xy 208.060936 128.73131) (xy 208.497151 128.73169) (xy 208.900306 128.56511) (xy 209.209026 128.256928) (xy 209.37631 127.854064) + (xy 209.37669 127.417849) (xy 209.37669 133.7394) (xy 206.83669 133.7394) (xy 206.83669 127.417849) (xy 206.67011 127.014694) + (xy 206.361928 126.705974) (xy 205.959064 126.53869) (xy 205.56669 126.538348) (xy 205.56669 124.877849) (xy 205.40011 124.474694) + (xy 205.091928 124.165974) (xy 204.689064 123.99869) (xy 204.29669 123.998348) (xy 204.29669 118.527849) (xy 204.13011 118.124694) + (xy 203.821928 117.815974) (xy 203.419064 117.64869) (xy 203.02669 117.648348) (xy 203.02669 115.987849) (xy 202.86011 115.584694) + (xy 202.551928 115.275974) (xy 202.149064 115.10869) (xy 201.75669 115.108348) (xy 201.75669 109.637849) (xy 201.59011 109.234694) + (xy 201.281928 108.925974) (xy 200.879064 108.75869) (xy 200.48669 108.758348) (xy 200.48669 107.097849) (xy 200.32011 106.694694) + (xy 200.011928 106.385974) (xy 199.609064 106.21869) (xy 199.21669 106.218348) (xy 199.21669 100.747849) (xy 199.05011 100.344694) + (xy 198.741928 100.035974) (xy 198.339064 99.86869) (xy 197.94669 99.868348) (xy 197.94669 98.207849) (xy 197.78011 97.804694) + (xy 197.471928 97.495974) (xy 197.069064 97.32869) (xy 196.67669 97.328348) (xy 196.67669 91.857849) (xy 196.51011 91.454694) + (xy 196.201928 91.145974) (xy 195.799064 90.97869) (xy 195.40669 90.978348) (xy 195.40669 89.317849) (xy 195.24011 88.914694) + (xy 194.931928 88.605974) (xy 194.529064 88.43869) (xy 194.13669 88.438348) (xy 194.13669 82.967849) (xy 193.97011 82.564694) + (xy 193.661928 82.255974) (xy 193.259064 82.08869) (xy 192.86669 82.088348) (xy 192.86669 80.427849) (xy 192.70011 80.024694) + (xy 192.391928 79.715974) (xy 191.989064 79.54869) (xy 191.552849 79.54831) (xy 191.149694 79.71489) (xy 190.840974 80.023072) + (xy 190.67369 80.425936) (xy 190.67331 80.862151) (xy 190.83989 81.265306) (xy 191.148072 81.574026) (xy 191.550936 81.74131) + (xy 191.987151 81.74169) (xy 192.390306 81.57511) (xy 192.699026 81.266928) (xy 192.86631 80.864064) (xy 192.86669 80.427849) + (xy 192.86669 82.088348) (xy 192.822849 82.08831) (xy 192.419694 82.25489) (xy 192.110974 82.563072) (xy 191.94369 82.965936) + (xy 191.94331 83.402151) (xy 192.10989 83.805306) (xy 192.418072 84.114026) (xy 192.820936 84.28131) (xy 193.257151 84.28169) + (xy 193.660306 84.11511) (xy 193.969026 83.806928) (xy 194.13631 83.404064) (xy 194.13669 82.967849) (xy 194.13669 88.438348) + (xy 194.092849 88.43831) (xy 193.689694 88.60489) (xy 193.380974 88.913072) (xy 193.21369 89.315936) (xy 193.21331 89.752151) + (xy 193.37989 90.155306) (xy 193.688072 90.464026) (xy 194.090936 90.63131) (xy 194.527151 90.63169) (xy 194.930306 90.46511) + (xy 195.239026 90.156928) (xy 195.40631 89.754064) (xy 195.40669 89.317849) (xy 195.40669 90.978348) (xy 195.362849 90.97831) + (xy 194.959694 91.14489) (xy 194.650974 91.453072) (xy 194.48369 91.855936) (xy 194.48331 92.292151) (xy 194.64989 92.695306) + (xy 194.958072 93.004026) (xy 195.360936 93.17131) (xy 195.797151 93.17169) (xy 196.200306 93.00511) (xy 196.509026 92.696928) + (xy 196.67631 92.294064) (xy 196.67669 91.857849) (xy 196.67669 97.328348) (xy 196.632849 97.32831) (xy 196.229694 97.49489) + (xy 195.920974 97.803072) (xy 195.75369 98.205936) (xy 195.75331 98.642151) (xy 195.91989 99.045306) (xy 196.228072 99.354026) + (xy 196.630936 99.52131) (xy 197.067151 99.52169) (xy 197.470306 99.35511) (xy 197.779026 99.046928) (xy 197.94631 98.644064) + (xy 197.94669 98.207849) (xy 197.94669 99.868348) (xy 197.902849 99.86831) (xy 197.499694 100.03489) (xy 197.190974 100.343072) + (xy 197.02369 100.745936) (xy 197.02331 101.182151) (xy 197.18989 101.585306) (xy 197.498072 101.894026) (xy 197.900936 102.06131) + (xy 198.337151 102.06169) (xy 198.740306 101.89511) (xy 199.049026 101.586928) (xy 199.21631 101.184064) (xy 199.21669 100.747849) + (xy 199.21669 106.218348) (xy 199.172849 106.21831) (xy 198.769694 106.38489) (xy 198.460974 106.693072) (xy 198.29369 107.095936) + (xy 198.29331 107.532151) (xy 198.45989 107.935306) (xy 198.768072 108.244026) (xy 199.170936 108.41131) (xy 199.607151 108.41169) + (xy 200.010306 108.24511) (xy 200.319026 107.936928) (xy 200.48631 107.534064) (xy 200.48669 107.097849) (xy 200.48669 108.758348) + (xy 200.442849 108.75831) (xy 200.039694 108.92489) (xy 199.730974 109.233072) (xy 199.56369 109.635936) (xy 199.56331 110.072151) + (xy 199.72989 110.475306) (xy 200.038072 110.784026) (xy 200.440936 110.95131) (xy 200.877151 110.95169) (xy 201.280306 110.78511) + (xy 201.589026 110.476928) (xy 201.75631 110.074064) (xy 201.75669 109.637849) (xy 201.75669 115.108348) (xy 201.712849 115.10831) + (xy 201.309694 115.27489) (xy 201.000974 115.583072) (xy 200.83369 115.985936) (xy 200.83331 116.422151) (xy 200.99989 116.825306) + (xy 201.308072 117.134026) (xy 201.710936 117.30131) (xy 202.147151 117.30169) (xy 202.550306 117.13511) (xy 202.859026 116.826928) + (xy 203.02631 116.424064) (xy 203.02669 115.987849) (xy 203.02669 117.648348) (xy 202.982849 117.64831) (xy 202.579694 117.81489) + (xy 202.270974 118.123072) (xy 202.10369 118.525936) (xy 202.10331 118.962151) (xy 202.26989 119.365306) (xy 202.578072 119.674026) + (xy 202.980936 119.84131) (xy 203.417151 119.84169) (xy 203.820306 119.67511) (xy 204.129026 119.366928) (xy 204.29631 118.964064) + (xy 204.29669 118.527849) (xy 204.29669 123.998348) (xy 204.252849 123.99831) (xy 203.849694 124.16489) (xy 203.540974 124.473072) + (xy 203.37369 124.875936) (xy 203.37331 125.312151) (xy 203.53989 125.715306) (xy 203.848072 126.024026) (xy 204.250936 126.19131) + (xy 204.687151 126.19169) (xy 205.090306 126.02511) (xy 205.399026 125.716928) (xy 205.56631 125.314064) (xy 205.56669 124.877849) + (xy 205.56669 126.538348) (xy 205.522849 126.53831) (xy 205.119694 126.70489) (xy 204.810974 127.013072) (xy 204.64369 127.415936) + (xy 204.64331 127.852151) (xy 204.80989 128.255306) (xy 205.118072 128.564026) (xy 205.520936 128.73131) (xy 205.957151 128.73169) + (xy 206.360306 128.56511) (xy 206.669026 128.256928) (xy 206.83631 127.854064) (xy 206.83669 127.417849) (xy 206.83669 133.7394) + (xy 204.851 133.7394) (xy 204.611211 133.787097) (xy 204.479654 133.875) (xy 204.375 133.875) (xy 204.375 133.972205) + (xy 204.29669 134.089404) (xy 204.29669 127.417849) (xy 204.13011 127.014694) (xy 203.821928 126.705974) (xy 203.419064 126.53869) + (xy 203.02669 126.538348) (xy 203.02669 124.877849) (xy 202.86011 124.474694) (xy 202.551928 124.165974) (xy 202.149064 123.99869) + (xy 201.75669 123.998348) (xy 201.75669 118.527849) (xy 201.59011 118.124694) (xy 201.281928 117.815974) (xy 200.879064 117.64869) + (xy 200.48669 117.648348) (xy 200.48669 115.987849) (xy 200.32011 115.584694) (xy 200.011928 115.275974) (xy 199.609064 115.10869) + (xy 199.21669 115.108348) (xy 199.21669 109.637849) (xy 199.05011 109.234694) (xy 198.741928 108.925974) (xy 198.339064 108.75869) + (xy 197.94669 108.758348) (xy 197.94669 107.097849) (xy 197.78011 106.694694) (xy 197.471928 106.385974) (xy 197.069064 106.21869) + (xy 196.67669 106.218348) (xy 196.67669 100.747849) (xy 196.51011 100.344694) (xy 196.201928 100.035974) (xy 195.799064 99.86869) + (xy 195.40669 99.868348) (xy 195.40669 98.207849) (xy 195.24011 97.804694) (xy 194.931928 97.495974) (xy 194.529064 97.32869) + (xy 194.13669 97.328348) (xy 194.13669 91.857849) (xy 193.97011 91.454694) (xy 193.661928 91.145974) (xy 193.259064 90.97869) + (xy 192.86669 90.978348) (xy 192.86669 89.317849) (xy 192.70011 88.914694) (xy 192.391928 88.605974) (xy 191.989064 88.43869) + (xy 191.59669 88.438348) (xy 191.59669 82.967849) (xy 191.43011 82.564694) (xy 191.121928 82.255974) (xy 190.719064 82.08869) + (xy 190.32669 82.088348) (xy 190.32669 80.427849) (xy 190.16011 80.024694) (xy 189.851928 79.715974) (xy 189.449064 79.54869) + (xy 189.05669 79.548348) (xy 189.05669 74.077849) (xy 188.89011 73.674694) (xy 188.581928 73.365974) (xy 188.179064 73.19869) + (xy 187.79003 73.198351) (xy 187.79003 71.555461) (xy 187.629934 71.149687) (xy 187.608934 71.118257) (xy 187.405178 71.075177) + (xy 187.369823 71.110532) (xy 187.369823 71.039822) (xy 187.326743 70.836066) (xy 186.926613 70.662345) (xy 186.490461 70.65497) + (xy 186.084687 70.815066) (xy 186.053257 70.836066) (xy 186.010177 71.039822) (xy 186.69 71.719645) (xy 187.369823 71.039822) + (xy 187.369823 71.110532) (xy 186.725355 71.755) (xy 187.405178 72.434823) (xy 187.608934 72.391743) (xy 187.782655 71.991613) + (xy 187.79003 71.555461) (xy 187.79003 73.198351) (xy 187.742849 73.19831) (xy 187.369823 73.35244) (xy 187.369823 72.470178) + (xy 186.69 71.790355) (xy 186.654645 71.82571) (xy 186.654645 71.755) (xy 185.974822 71.075177) (xy 185.771066 71.118257) + (xy 185.597345 71.518387) (xy 185.58997 71.954539) (xy 185.750066 72.360313) (xy 185.771066 72.391743) (xy 185.974822 72.434823) + (xy 186.654645 71.755) (xy 186.654645 71.82571) (xy 186.010177 72.470178) (xy 186.053257 72.673934) (xy 186.453387 72.847655) + (xy 186.889539 72.85503) (xy 187.295313 72.694934) (xy 187.326743 72.673934) (xy 187.369823 72.470178) (xy 187.369823 73.35244) + (xy 187.339694 73.36489) (xy 187.030974 73.673072) (xy 186.86369 74.075936) (xy 186.86331 74.512151) (xy 187.02989 74.915306) + (xy 187.338072 75.224026) (xy 187.740936 75.39131) (xy 188.177151 75.39169) (xy 188.580306 75.22511) (xy 188.889026 74.916928) + (xy 189.05631 74.514064) (xy 189.05669 74.077849) (xy 189.05669 79.548348) (xy 189.012849 79.54831) (xy 188.609694 79.71489) + (xy 188.300974 80.023072) (xy 188.13369 80.425936) (xy 188.13331 80.862151) (xy 188.29989 81.265306) (xy 188.608072 81.574026) + (xy 189.010936 81.74131) (xy 189.447151 81.74169) (xy 189.850306 81.57511) (xy 190.159026 81.266928) (xy 190.32631 80.864064) + (xy 190.32669 80.427849) (xy 190.32669 82.088348) (xy 190.282849 82.08831) (xy 189.879694 82.25489) (xy 189.570974 82.563072) + (xy 189.40369 82.965936) (xy 189.40331 83.402151) (xy 189.56989 83.805306) (xy 189.878072 84.114026) (xy 190.280936 84.28131) + (xy 190.717151 84.28169) (xy 191.120306 84.11511) (xy 191.429026 83.806928) (xy 191.59631 83.404064) (xy 191.59669 82.967849) + (xy 191.59669 88.438348) (xy 191.552849 88.43831) (xy 191.149694 88.60489) (xy 190.840974 88.913072) (xy 190.67369 89.315936) + (xy 190.67331 89.752151) (xy 190.83989 90.155306) (xy 191.148072 90.464026) (xy 191.550936 90.63131) (xy 191.987151 90.63169) + (xy 192.390306 90.46511) (xy 192.699026 90.156928) (xy 192.86631 89.754064) (xy 192.86669 89.317849) (xy 192.86669 90.978348) + (xy 192.822849 90.97831) (xy 192.419694 91.14489) (xy 192.110974 91.453072) (xy 191.94369 91.855936) (xy 191.94331 92.292151) + (xy 192.10989 92.695306) (xy 192.418072 93.004026) (xy 192.820936 93.17131) (xy 193.257151 93.17169) (xy 193.660306 93.00511) + (xy 193.969026 92.696928) (xy 194.13631 92.294064) (xy 194.13669 91.857849) (xy 194.13669 97.328348) (xy 194.092849 97.32831) + (xy 193.907127 97.405048) (xy 193.988423 97.323895) (xy 194.136332 96.967692) (xy 194.136668 96.582001) (xy 193.989382 96.22554) + (xy 193.716895 95.952577) (xy 193.360692 95.804668) (xy 192.975001 95.804332) (xy 192.61854 95.951618) (xy 192.345577 96.224105) + (xy 192.197668 96.580308) (xy 192.197332 96.965999) (xy 192.344618 97.32246) (xy 192.617105 97.595423) (xy 192.973308 97.743332) + (xy 193.358999 97.743668) (xy 193.498026 97.686223) (xy 193.380974 97.803072) (xy 193.21369 98.205936) (xy 193.21331 98.642151) + (xy 193.37989 99.045306) (xy 193.688072 99.354026) (xy 194.090936 99.52131) (xy 194.527151 99.52169) (xy 194.930306 99.35511) + (xy 195.239026 99.046928) (xy 195.40631 98.644064) (xy 195.40669 98.207849) (xy 195.40669 99.868348) (xy 195.362849 99.86831) + (xy 194.959694 100.03489) (xy 194.650974 100.343072) (xy 194.48369 100.745936) (xy 194.48331 101.182151) (xy 194.64989 101.585306) + (xy 194.958072 101.894026) (xy 195.360936 102.06131) (xy 195.797151 102.06169) (xy 196.200306 101.89511) (xy 196.509026 101.586928) + (xy 196.67631 101.184064) (xy 196.67669 100.747849) (xy 196.67669 106.218348) (xy 196.632849 106.21831) (xy 196.229694 106.38489) + (xy 195.920974 106.693072) (xy 195.75369 107.095936) (xy 195.75331 107.532151) (xy 195.91989 107.935306) (xy 196.228072 108.244026) + (xy 196.630936 108.41131) (xy 197.067151 108.41169) (xy 197.470306 108.24511) (xy 197.779026 107.936928) (xy 197.94631 107.534064) + (xy 197.94669 107.097849) (xy 197.94669 108.758348) (xy 197.902849 108.75831) (xy 197.499694 108.92489) (xy 197.190974 109.233072) + (xy 197.02369 109.635936) (xy 197.02331 110.072151) (xy 197.18989 110.475306) (xy 197.498072 110.784026) (xy 197.900936 110.95131) + (xy 198.337151 110.95169) (xy 198.740306 110.78511) (xy 199.049026 110.476928) (xy 199.21631 110.074064) (xy 199.21669 109.637849) + (xy 199.21669 115.108348) (xy 199.172849 115.10831) (xy 198.769694 115.27489) (xy 198.460974 115.583072) (xy 198.29369 115.985936) + (xy 198.29331 116.422151) (xy 198.45989 116.825306) (xy 198.768072 117.134026) (xy 199.170936 117.30131) (xy 199.607151 117.30169) + (xy 200.010306 117.13511) (xy 200.319026 116.826928) (xy 200.48631 116.424064) (xy 200.48669 115.987849) (xy 200.48669 117.648348) + (xy 200.442849 117.64831) (xy 200.039694 117.81489) (xy 199.730974 118.123072) (xy 199.56369 118.525936) (xy 199.56331 118.962151) + (xy 199.72989 119.365306) (xy 200.038072 119.674026) (xy 200.440936 119.84131) (xy 200.877151 119.84169) (xy 201.280306 119.67511) + (xy 201.589026 119.366928) (xy 201.75631 118.964064) (xy 201.75669 118.527849) (xy 201.75669 123.998348) (xy 201.712849 123.99831) + (xy 201.309694 124.16489) (xy 201.000974 124.473072) (xy 200.83369 124.875936) (xy 200.83331 125.312151) (xy 200.99989 125.715306) + (xy 201.308072 126.024026) (xy 201.710936 126.19131) (xy 202.147151 126.19169) (xy 202.550306 126.02511) (xy 202.859026 125.716928) + (xy 203.02631 125.314064) (xy 203.02669 124.877849) (xy 203.02669 126.538348) (xy 202.982849 126.53831) (xy 202.579694 126.70489) + (xy 202.270974 127.013072) (xy 202.10369 127.415936) (xy 202.10331 127.852151) (xy 202.26989 128.255306) (xy 202.578072 128.564026) + (xy 202.980936 128.73131) (xy 203.417151 128.73169) (xy 203.820306 128.56511) (xy 204.129026 128.256928) (xy 204.29631 127.854064) + (xy 204.29669 127.417849) (xy 204.29669 134.089404) (xy 204.272097 134.126211) (xy 204.2244 134.366) (xy 204.2244 142.950198) + (xy 204.155692 142.921668) (xy 203.770001 142.921332) (xy 203.41354 143.068618) (xy 203.140577 143.341105) (xy 202.992668 143.697308) + (xy 202.992332 144.082999) (xy 203.139618 144.43946) (xy 203.412105 144.712423) (xy 203.768308 144.860332) (xy 204.153999 144.860668) + (xy 204.2244 144.831579) (xy 204.2244 144.875) (xy 202.518668 144.875) (xy 202.518668 132.904001) (xy 202.371382 132.54754) + (xy 202.098895 132.274577) (xy 201.75669 132.13248) (xy 201.75669 127.417849) (xy 201.59011 127.014694) (xy 201.281928 126.705974) + (xy 200.879064 126.53869) (xy 200.48669 126.538348) (xy 200.48669 124.877849) (xy 200.32011 124.474694) (xy 200.011928 124.165974) + (xy 199.609064 123.99869) (xy 199.21669 123.998348) (xy 199.21669 118.527849) (xy 199.05011 118.124694) (xy 198.741928 117.815974) + (xy 198.339064 117.64869) (xy 197.94669 117.648348) (xy 197.94669 115.987849) (xy 197.78011 115.584694) (xy 197.471928 115.275974) + (xy 197.069064 115.10869) (xy 196.67669 115.108348) (xy 196.67669 109.637849) (xy 196.51011 109.234694) (xy 196.201928 108.925974) + (xy 195.799064 108.75869) (xy 195.40669 108.758348) (xy 195.40669 107.097849) (xy 195.24011 106.694694) (xy 194.931928 106.385974) + (xy 194.529064 106.21869) (xy 194.13669 106.218348) (xy 194.13669 100.747849) (xy 193.97011 100.344694) (xy 193.661928 100.035974) + (xy 193.259064 99.86869) (xy 192.86669 99.868348) (xy 192.86669 98.207849) (xy 192.70011 97.804694) (xy 192.391928 97.495974) + (xy 191.989064 97.32869) (xy 191.552849 97.32831) (xy 191.149694 97.49489) (xy 190.941202 97.703018) (xy 191.088332 97.348692) + (xy 191.08843 97.23557) (xy 191.199999 97.235668) (xy 191.55646 97.088382) (xy 191.829423 96.815895) (xy 191.977332 96.459692) + (xy 191.977668 96.074001) (xy 191.830382 95.71754) (xy 191.59669 95.483439) (xy 191.59669 91.857849) (xy 191.43011 91.454694) + (xy 191.121928 91.145974) (xy 190.719064 90.97869) (xy 190.32669 90.978348) (xy 190.32669 89.317849) (xy 190.16011 88.914694) + (xy 189.851928 88.605974) (xy 189.449064 88.43869) (xy 189.05669 88.438348) (xy 189.05669 82.967849) (xy 188.89011 82.564694) + (xy 188.581928 82.255974) (xy 188.179064 82.08869) (xy 187.79003 82.088351) (xy 187.79003 80.445461) (xy 187.629934 80.039687) + (xy 187.608934 80.008257) (xy 187.405178 79.965177) (xy 187.369823 80.000532) (xy 187.369823 79.929822) (xy 187.326743 79.726066) + (xy 186.926613 79.552345) (xy 186.490461 79.54497) (xy 186.262668 79.634844) (xy 186.262668 76.516001) (xy 186.115382 76.15954) + (xy 185.842895 75.886577) (xy 185.486692 75.738668) (xy 185.101001 75.738332) (xy 184.74454 75.885618) (xy 184.471577 76.158105) + (xy 184.323668 76.514308) (xy 184.323332 76.899999) (xy 184.470618 77.25646) (xy 184.743105 77.529423) (xy 185.099308 77.677332) + (xy 185.484999 77.677668) (xy 185.84146 77.530382) (xy 186.114423 77.257895) (xy 186.262332 76.901692) (xy 186.262668 76.516001) + (xy 186.262668 79.634844) (xy 186.084687 79.705066) (xy 186.053257 79.726066) (xy 186.010177 79.929822) (xy 186.69 80.609645) + (xy 187.369823 79.929822) (xy 187.369823 80.000532) (xy 186.725355 80.645) (xy 187.405178 81.324823) (xy 187.608934 81.281743) + (xy 187.782655 80.881613) (xy 187.79003 80.445461) (xy 187.79003 82.088351) (xy 187.742849 82.08831) (xy 187.369823 82.24244) + (xy 187.369823 81.360178) (xy 186.69 80.680355) (xy 186.654645 80.71571) (xy 186.654645 80.645) (xy 185.974822 79.965177) + (xy 185.771066 80.008257) (xy 185.597345 80.408387) (xy 185.58997 80.844539) (xy 185.750066 81.250313) (xy 185.771066 81.281743) + (xy 185.974822 81.324823) (xy 186.654645 80.645) (xy 186.654645 80.71571) (xy 186.010177 81.360178) (xy 186.053257 81.563934) + (xy 186.453387 81.737655) (xy 186.889539 81.74503) (xy 187.295313 81.584934) (xy 187.326743 81.563934) (xy 187.369823 81.360178) + (xy 187.369823 82.24244) (xy 187.339694 82.25489) (xy 187.030974 82.563072) (xy 186.86369 82.965936) (xy 186.86331 83.402151) + (xy 187.02989 83.805306) (xy 187.338072 84.114026) (xy 187.740936 84.28131) (xy 188.177151 84.28169) (xy 188.580306 84.11511) + (xy 188.889026 83.806928) (xy 189.05631 83.404064) (xy 189.05669 82.967849) (xy 189.05669 88.438348) (xy 189.012849 88.43831) + (xy 188.609694 88.60489) (xy 188.300974 88.913072) (xy 188.13369 89.315936) (xy 188.13331 89.752151) (xy 188.29989 90.155306) + (xy 188.608072 90.464026) (xy 189.010936 90.63131) (xy 189.447151 90.63169) (xy 189.850306 90.46511) (xy 190.159026 90.156928) + (xy 190.32631 89.754064) (xy 190.32669 89.317849) (xy 190.32669 90.978348) (xy 190.282849 90.97831) (xy 189.879694 91.14489) + (xy 189.570974 91.453072) (xy 189.40369 91.855936) (xy 189.40331 92.292151) (xy 189.56989 92.695306) (xy 189.878072 93.004026) + (xy 190.280936 93.17131) (xy 190.717151 93.17169) (xy 191.120306 93.00511) (xy 191.429026 92.696928) (xy 191.59631 92.294064) + (xy 191.59669 91.857849) (xy 191.59669 95.483439) (xy 191.557895 95.444577) (xy 191.201692 95.296668) (xy 190.816001 95.296332) + (xy 190.45954 95.443618) (xy 190.186577 95.716105) (xy 190.038668 96.072308) (xy 190.038569 96.185429) (xy 189.927001 96.185332) + (xy 189.57054 96.332618) (xy 189.297577 96.605105) (xy 189.149668 96.961308) (xy 189.149348 97.328428) (xy 189.05669 97.328347) + (xy 189.05669 91.857849) (xy 188.89011 91.454694) (xy 188.581928 91.145974) (xy 188.179064 90.97869) (xy 187.79003 90.978351) + (xy 187.79003 89.335461) (xy 187.629934 88.929687) (xy 187.608934 88.898257) (xy 187.405178 88.855177) (xy 187.369823 88.890532) + (xy 187.369823 88.819822) (xy 187.326743 88.616066) (xy 186.926613 88.442345) (xy 186.490461 88.43497) (xy 186.262668 88.524844) + (xy 186.262668 83.247001) (xy 186.115382 82.89054) (xy 185.842895 82.617577) (xy 185.486692 82.469668) (xy 185.119668 82.469348) + (xy 185.119668 79.818001) (xy 184.972382 79.46154) (xy 184.699895 79.188577) (xy 184.343692 79.040668) (xy 183.958001 79.040332) + (xy 183.60154 79.187618) (xy 183.387977 79.400808) (xy 183.302895 79.315577) (xy 182.946692 79.167668) (xy 182.561001 79.167332) + (xy 182.20454 79.314618) (xy 181.944668 79.574036) (xy 181.944668 62.927001) (xy 181.797382 62.57054) (xy 181.524895 62.297577) + (xy 181.168692 62.149668) (xy 180.783001 62.149332) (xy 180.42654 62.296618) (xy 180.153577 62.569105) (xy 180.040023 62.842571) + (xy 179.597181 62.398955) (xy 178.844359 62.086357) (xy 178.029217 62.085645) (xy 177.275851 62.39693) (xy 176.698955 62.972819) + (xy 176.386357 63.725641) (xy 176.385645 64.540783) (xy 176.69693 65.294149) (xy 177.272819 65.871045) (xy 178.025641 66.183643) + (xy 178.840783 66.184355) (xy 179.594149 65.87307) (xy 180.171045 65.297181) (xy 180.483643 64.544359) (xy 180.484149 63.96494) + (xy 180.781308 64.088332) (xy 181.166999 64.088668) (xy 181.52346 63.941382) (xy 181.796423 63.668895) (xy 181.944332 63.312692) + (xy 181.944668 62.927001) (xy 181.944668 79.574036) (xy 181.931577 79.587105) (xy 181.783668 79.943308) (xy 181.783332 80.328999) + (xy 181.930618 80.68546) (xy 182.203105 80.958423) (xy 182.559308 81.106332) (xy 182.944999 81.106668) (xy 183.30146 80.959382) + (xy 183.515022 80.746191) (xy 183.600105 80.831423) (xy 183.956308 80.979332) (xy 184.341999 80.979668) (xy 184.69846 80.832382) + (xy 184.971423 80.559895) (xy 185.119332 80.203692) (xy 185.119668 79.818001) (xy 185.119668 82.469348) (xy 185.101001 82.469332) + (xy 184.74454 82.616618) (xy 184.471577 82.889105) (xy 184.323668 83.245308) (xy 184.323332 83.630999) (xy 184.470618 83.98746) + (xy 184.743105 84.260423) (xy 185.099308 84.408332) (xy 185.484999 84.408668) (xy 185.84146 84.261382) (xy 186.114423 83.988895) + (xy 186.262332 83.632692) (xy 186.262668 83.247001) (xy 186.262668 88.524844) (xy 186.084687 88.595066) (xy 186.053257 88.616066) + (xy 186.010177 88.819822) (xy 186.69 89.499645) (xy 187.369823 88.819822) (xy 187.369823 88.890532) (xy 186.725355 89.535) + (xy 187.405178 90.214823) (xy 187.608934 90.171743) (xy 187.782655 89.771613) (xy 187.79003 89.335461) (xy 187.79003 90.978351) + (xy 187.742849 90.97831) (xy 187.369823 91.13244) (xy 187.369823 90.250178) (xy 186.69 89.570355) (xy 186.654645 89.60571) + (xy 186.654645 89.535) (xy 185.974822 88.855177) (xy 185.771066 88.898257) (xy 185.597345 89.298387) (xy 185.58997 89.734539) + (xy 185.750066 90.140313) (xy 185.771066 90.171743) (xy 185.974822 90.214823) (xy 186.654645 89.535) (xy 186.654645 89.60571) + (xy 186.010177 90.250178) (xy 186.053257 90.453934) (xy 186.453387 90.627655) (xy 186.889539 90.63503) (xy 187.295313 90.474934) + (xy 187.326743 90.453934) (xy 187.369823 90.250178) (xy 187.369823 91.13244) (xy 187.339694 91.14489) (xy 187.030974 91.453072) + (xy 186.86369 91.855936) (xy 186.86331 92.292151) (xy 187.02989 92.695306) (xy 187.338072 93.004026) (xy 187.740936 93.17131) + (xy 188.177151 93.17169) (xy 188.580306 93.00511) (xy 188.889026 92.696928) (xy 189.05631 92.294064) (xy 189.05669 91.857849) + (xy 189.05669 97.328347) (xy 189.012849 97.32831) (xy 188.609694 97.49489) (xy 188.300974 97.803072) (xy 188.13369 98.205936) + (xy 188.13331 98.642151) (xy 188.29989 99.045306) (xy 188.608072 99.354026) (xy 189.010936 99.52131) (xy 189.447151 99.52169) + (xy 189.850306 99.35511) (xy 190.159026 99.046928) (xy 190.32631 98.644064) (xy 190.32669 98.207849) (xy 190.292313 98.124651) + (xy 190.310999 98.124668) (xy 190.66746 97.977382) (xy 190.840194 97.804948) (xy 190.67369 98.205936) (xy 190.67331 98.642151) + (xy 190.83989 99.045306) (xy 191.148072 99.354026) (xy 191.550936 99.52131) (xy 191.987151 99.52169) (xy 192.390306 99.35511) + (xy 192.699026 99.046928) (xy 192.86631 98.644064) (xy 192.86669 98.207849) (xy 192.86669 99.868348) (xy 192.822849 99.86831) + (xy 192.419694 100.03489) (xy 192.110974 100.343072) (xy 191.94369 100.745936) (xy 191.94331 101.182151) (xy 192.10989 101.585306) + (xy 192.418072 101.894026) (xy 192.820936 102.06131) (xy 193.257151 102.06169) (xy 193.660306 101.89511) (xy 193.969026 101.586928) + (xy 194.13631 101.184064) (xy 194.13669 100.747849) (xy 194.13669 106.218348) (xy 194.092849 106.21831) (xy 193.689694 106.38489) + (xy 193.380974 106.693072) (xy 193.21369 107.095936) (xy 193.21331 107.532151) (xy 193.37989 107.935306) (xy 193.688072 108.244026) + (xy 194.090936 108.41131) (xy 194.527151 108.41169) (xy 194.930306 108.24511) (xy 195.239026 107.936928) (xy 195.40631 107.534064) + (xy 195.40669 107.097849) (xy 195.40669 108.758348) (xy 195.362849 108.75831) (xy 194.959694 108.92489) (xy 194.650974 109.233072) + (xy 194.48369 109.635936) (xy 194.48331 110.072151) (xy 194.64989 110.475306) (xy 194.958072 110.784026) (xy 195.360936 110.95131) + (xy 195.797151 110.95169) (xy 196.200306 110.78511) (xy 196.509026 110.476928) (xy 196.67631 110.074064) (xy 196.67669 109.637849) + (xy 196.67669 115.108348) (xy 196.632849 115.10831) (xy 196.229694 115.27489) (xy 195.920974 115.583072) (xy 195.75369 115.985936) + (xy 195.75331 116.422151) (xy 195.91989 116.825306) (xy 196.228072 117.134026) (xy 196.630936 117.30131) (xy 197.067151 117.30169) + (xy 197.470306 117.13511) (xy 197.779026 116.826928) (xy 197.94631 116.424064) (xy 197.94669 115.987849) (xy 197.94669 117.648348) + (xy 197.902849 117.64831) (xy 197.499694 117.81489) (xy 197.190974 118.123072) (xy 197.02369 118.525936) (xy 197.02331 118.962151) + (xy 197.18989 119.365306) (xy 197.498072 119.674026) (xy 197.900936 119.84131) (xy 198.337151 119.84169) (xy 198.740306 119.67511) + (xy 199.049026 119.366928) (xy 199.21631 118.964064) (xy 199.21669 118.527849) (xy 199.21669 123.998348) (xy 199.172849 123.99831) + (xy 198.769694 124.16489) (xy 198.460974 124.473072) (xy 198.29369 124.875936) (xy 198.29331 125.312151) (xy 198.45989 125.715306) + (xy 198.768072 126.024026) (xy 199.170936 126.19131) (xy 199.607151 126.19169) (xy 200.010306 126.02511) (xy 200.319026 125.716928) + (xy 200.48631 125.314064) (xy 200.48669 124.877849) (xy 200.48669 126.538348) (xy 200.442849 126.53831) (xy 200.039694 126.70489) + (xy 199.730974 127.013072) (xy 199.56369 127.415936) (xy 199.56331 127.852151) (xy 199.72989 128.255306) (xy 200.038072 128.564026) + (xy 200.440936 128.73131) (xy 200.877151 128.73169) (xy 201.280306 128.56511) (xy 201.589026 128.256928) (xy 201.75631 127.854064) + (xy 201.75669 127.417849) (xy 201.75669 132.13248) (xy 201.742692 132.126668) (xy 201.357001 132.126332) (xy 201.00054 132.273618) + (xy 200.727577 132.546105) (xy 200.579668 132.902308) (xy 200.579332 133.287999) (xy 200.655617 133.472625) (xy 200.472692 133.396668) + (xy 200.087001 133.396332) (xy 199.73054 133.543618) (xy 199.457577 133.816105) (xy 199.309668 134.172308) (xy 199.309332 134.557999) + (xy 199.456618 134.91446) (xy 199.729105 135.187423) (xy 200.085308 135.335332) (xy 200.470999 135.335668) (xy 200.82746 135.188382) + (xy 201.100423 134.915895) (xy 201.248332 134.559692) (xy 201.248668 134.174001) (xy 201.172382 133.989374) (xy 201.355308 134.065332) + (xy 201.740999 134.065668) (xy 202.09746 133.918382) (xy 202.370423 133.645895) (xy 202.518332 133.289692) (xy 202.518668 132.904001) + (xy 202.518668 144.875) (xy 199.21669 144.875) (xy 199.21669 127.417849) (xy 199.05011 127.014694) (xy 198.741928 126.705974) + (xy 198.339064 126.53869) (xy 197.94669 126.538348) (xy 197.94669 124.877849) (xy 197.78011 124.474694) (xy 197.471928 124.165974) + (xy 197.069064 123.99869) (xy 196.67669 123.998348) (xy 196.67669 118.527849) (xy 196.51011 118.124694) (xy 196.201928 117.815974) + (xy 195.799064 117.64869) (xy 195.40669 117.648348) (xy 195.40669 115.987849) (xy 195.24011 115.584694) (xy 194.931928 115.275974) + (xy 194.529064 115.10869) (xy 194.13669 115.108348) (xy 194.13669 109.637849) (xy 193.97011 109.234694) (xy 193.661928 108.925974) + (xy 193.259064 108.75869) (xy 192.86669 108.758348) (xy 192.86669 107.097849) (xy 192.70011 106.694694) (xy 192.391928 106.385974) + (xy 191.989064 106.21869) (xy 191.59669 106.218348) (xy 191.59669 100.747849) (xy 191.43011 100.344694) (xy 191.121928 100.035974) + (xy 190.719064 99.86869) (xy 190.282849 99.86831) (xy 189.879694 100.03489) (xy 189.570974 100.343072) (xy 189.40369 100.745936) + (xy 189.40331 101.182151) (xy 189.56989 101.585306) (xy 189.878072 101.894026) (xy 190.280936 102.06131) (xy 190.717151 102.06169) + (xy 191.120306 101.89511) (xy 191.429026 101.586928) (xy 191.59631 101.184064) (xy 191.59669 100.747849) (xy 191.59669 106.218348) + (xy 191.552849 106.21831) (xy 191.149694 106.38489) (xy 190.840974 106.693072) (xy 190.67369 107.095936) (xy 190.67331 107.532151) + (xy 190.83989 107.935306) (xy 191.148072 108.244026) (xy 191.550936 108.41131) (xy 191.987151 108.41169) (xy 192.390306 108.24511) + (xy 192.699026 107.936928) (xy 192.86631 107.534064) (xy 192.86669 107.097849) (xy 192.86669 108.758348) (xy 192.822849 108.75831) + (xy 192.419694 108.92489) (xy 192.110974 109.233072) (xy 191.94369 109.635936) (xy 191.94331 110.072151) (xy 192.10989 110.475306) + (xy 192.418072 110.784026) (xy 192.820936 110.95131) (xy 193.257151 110.95169) (xy 193.660306 110.78511) (xy 193.969026 110.476928) + (xy 194.13631 110.074064) (xy 194.13669 109.637849) (xy 194.13669 115.108348) (xy 194.092849 115.10831) (xy 193.689694 115.27489) + (xy 193.380974 115.583072) (xy 193.21369 115.985936) (xy 193.21331 116.422151) (xy 193.37989 116.825306) (xy 193.688072 117.134026) + (xy 194.090936 117.30131) (xy 194.527151 117.30169) (xy 194.930306 117.13511) (xy 195.239026 116.826928) (xy 195.40631 116.424064) + (xy 195.40669 115.987849) (xy 195.40669 117.648348) (xy 195.362849 117.64831) (xy 194.959694 117.81489) (xy 194.650974 118.123072) + (xy 194.48369 118.525936) (xy 194.48331 118.962151) (xy 194.64989 119.365306) (xy 194.958072 119.674026) (xy 195.360936 119.84131) + (xy 195.797151 119.84169) (xy 196.200306 119.67511) (xy 196.509026 119.366928) (xy 196.67631 118.964064) (xy 196.67669 118.527849) + (xy 196.67669 123.998348) (xy 196.632849 123.99831) (xy 196.229694 124.16489) (xy 195.920974 124.473072) (xy 195.75369 124.875936) + (xy 195.75331 125.312151) (xy 195.91989 125.715306) (xy 196.228072 126.024026) (xy 196.630936 126.19131) (xy 197.067151 126.19169) + (xy 197.470306 126.02511) (xy 197.779026 125.716928) (xy 197.94631 125.314064) (xy 197.94669 124.877849) (xy 197.94669 126.538348) + (xy 197.902849 126.53831) (xy 197.499694 126.70489) (xy 197.190974 127.013072) (xy 197.02369 127.415936) (xy 197.02331 127.852151) + (xy 197.18989 128.255306) (xy 197.498072 128.564026) (xy 197.900936 128.73131) (xy 198.337151 128.73169) (xy 198.740306 128.56511) + (xy 199.049026 128.256928) (xy 199.21631 127.854064) (xy 199.21669 127.417849) (xy 199.21669 144.875) (xy 196.67669 144.875) + (xy 196.67669 127.417849) (xy 196.51011 127.014694) (xy 196.201928 126.705974) (xy 195.799064 126.53869) (xy 195.40669 126.538348) + (xy 195.40669 124.877849) (xy 195.24011 124.474694) (xy 194.931928 124.165974) (xy 194.529064 123.99869) (xy 194.13669 123.998348) + (xy 194.13669 118.527849) (xy 193.97011 118.124694) (xy 193.661928 117.815974) (xy 193.259064 117.64869) (xy 192.86669 117.648348) + (xy 192.86669 115.987849) (xy 192.70011 115.584694) (xy 192.391928 115.275974) (xy 191.989064 115.10869) (xy 191.59669 115.108348) + (xy 191.59669 109.637849) (xy 191.43011 109.234694) (xy 191.121928 108.925974) (xy 190.719064 108.75869) (xy 190.32669 108.758348) + (xy 190.32669 107.097849) (xy 190.16011 106.694694) (xy 189.851928 106.385974) (xy 189.449064 106.21869) (xy 189.05669 106.218348) + (xy 189.05669 100.747849) (xy 188.89011 100.344694) (xy 188.581928 100.035974) (xy 188.179064 99.86869) (xy 187.79003 99.868351) + (xy 187.79003 98.225461) (xy 187.629934 97.819687) (xy 187.608934 97.788257) (xy 187.405178 97.745177) (xy 187.369823 97.780532) + (xy 187.369823 97.709822) (xy 187.326743 97.506066) (xy 186.926613 97.332345) (xy 186.490461 97.32497) (xy 186.084687 97.485066) + (xy 186.053257 97.506066) (xy 186.010177 97.709822) (xy 186.69 98.389645) (xy 187.369823 97.709822) (xy 187.369823 97.780532) + (xy 186.725355 98.425) (xy 187.405178 99.104823) (xy 187.608934 99.061743) (xy 187.782655 98.661613) (xy 187.79003 98.225461) + (xy 187.79003 99.868351) (xy 187.742849 99.86831) (xy 187.369823 100.02244) (xy 187.369823 99.140178) (xy 186.69 98.460355) + (xy 186.654645 98.49571) (xy 186.654645 98.425) (xy 185.974822 97.745177) (xy 185.771066 97.788257) (xy 185.597345 98.188387) + (xy 185.58997 98.624539) (xy 185.750066 99.030313) (xy 185.771066 99.061743) (xy 185.974822 99.104823) (xy 186.654645 98.425) + (xy 186.654645 98.49571) (xy 186.010177 99.140178) (xy 186.053257 99.343934) (xy 186.453387 99.517655) (xy 186.889539 99.52503) + (xy 187.295313 99.364934) (xy 187.326743 99.343934) (xy 187.369823 99.140178) (xy 187.369823 100.02244) (xy 187.339694 100.03489) + (xy 187.030974 100.343072) (xy 186.86369 100.745936) (xy 186.86331 101.182151) (xy 187.02989 101.585306) (xy 187.338072 101.894026) + (xy 187.740936 102.06131) (xy 188.177151 102.06169) (xy 188.580306 101.89511) (xy 188.889026 101.586928) (xy 189.05631 101.184064) + (xy 189.05669 100.747849) (xy 189.05669 106.218348) (xy 189.012849 106.21831) (xy 188.609694 106.38489) (xy 188.300974 106.693072) + (xy 188.13369 107.095936) (xy 188.13331 107.532151) (xy 188.29989 107.935306) (xy 188.608072 108.244026) (xy 189.010936 108.41131) + (xy 189.447151 108.41169) (xy 189.850306 108.24511) (xy 190.159026 107.936928) (xy 190.32631 107.534064) (xy 190.32669 107.097849) + (xy 190.32669 108.758348) (xy 190.282849 108.75831) (xy 189.879694 108.92489) (xy 189.570974 109.233072) (xy 189.40369 109.635936) + (xy 189.40331 110.072151) (xy 189.56989 110.475306) (xy 189.878072 110.784026) (xy 190.280936 110.95131) (xy 190.717151 110.95169) + (xy 191.120306 110.78511) (xy 191.429026 110.476928) (xy 191.59631 110.074064) (xy 191.59669 109.637849) (xy 191.59669 115.108348) + (xy 191.552849 115.10831) (xy 191.149694 115.27489) (xy 190.840974 115.583072) (xy 190.67369 115.985936) (xy 190.67331 116.422151) + (xy 190.83989 116.825306) (xy 191.148072 117.134026) (xy 191.550936 117.30131) (xy 191.987151 117.30169) (xy 192.390306 117.13511) + (xy 192.699026 116.826928) (xy 192.86631 116.424064) (xy 192.86669 115.987849) (xy 192.86669 117.648348) (xy 192.822849 117.64831) + (xy 192.419694 117.81489) (xy 192.110974 118.123072) (xy 191.94369 118.525936) (xy 191.94331 118.962151) (xy 192.10989 119.365306) + (xy 192.418072 119.674026) (xy 192.820936 119.84131) (xy 193.257151 119.84169) (xy 193.660306 119.67511) (xy 193.969026 119.366928) + (xy 194.13631 118.964064) (xy 194.13669 118.527849) (xy 194.13669 123.998348) (xy 194.092849 123.99831) (xy 193.689694 124.16489) + (xy 193.380974 124.473072) (xy 193.21369 124.875936) (xy 193.21331 125.312151) (xy 193.37989 125.715306) (xy 193.688072 126.024026) + (xy 194.090936 126.19131) (xy 194.527151 126.19169) (xy 194.930306 126.02511) (xy 195.239026 125.716928) (xy 195.40631 125.314064) + (xy 195.40669 124.877849) (xy 195.40669 126.538348) (xy 195.362849 126.53831) (xy 194.959694 126.70489) (xy 194.650974 127.013072) + (xy 194.48369 127.415936) (xy 194.48331 127.852151) (xy 194.64989 128.255306) (xy 194.958072 128.564026) (xy 195.360936 128.73131) + (xy 195.797151 128.73169) (xy 196.200306 128.56511) (xy 196.509026 128.256928) (xy 196.67631 127.854064) (xy 196.67669 127.417849) + (xy 196.67669 144.875) (xy 194.948223 144.875) (xy 194.907823 144.9154) (xy 194.818 144.9154) (xy 194.57821 144.963097) + (xy 194.374927 145.098927) (xy 194.13669 145.337163) (xy 194.13669 127.417849) (xy 193.97011 127.014694) (xy 193.661928 126.705974) + (xy 193.259064 126.53869) (xy 192.86669 126.538348) (xy 192.86669 124.877849) (xy 192.70011 124.474694) (xy 192.391928 124.165974) + (xy 191.989064 123.99869) (xy 191.59669 123.998348) (xy 191.59669 118.527849) (xy 191.43011 118.124694) (xy 191.121928 117.815974) + (xy 190.719064 117.64869) (xy 190.32669 117.648348) (xy 190.32669 115.987849) (xy 190.16011 115.584694) (xy 189.851928 115.275974) + (xy 189.449064 115.10869) (xy 189.05669 115.108348) (xy 189.05669 109.637849) (xy 188.89011 109.234694) (xy 188.581928 108.925974) + (xy 188.179064 108.75869) (xy 187.79003 108.758351) (xy 187.79003 107.115461) (xy 187.629934 106.709687) (xy 187.608934 106.678257) + (xy 187.405178 106.635177) (xy 187.369823 106.670532) (xy 187.369823 106.599822) (xy 187.326743 106.396066) (xy 186.926613 106.222345) + (xy 186.490461 106.21497) (xy 186.262668 106.304844) (xy 186.262668 105.218001) (xy 186.115382 104.86154) (xy 185.842895 104.588577) + (xy 185.486692 104.440668) (xy 185.101001 104.440332) (xy 184.74454 104.587618) (xy 184.611668 104.720257) (xy 184.611668 100.519001) + (xy 184.464382 100.16254) (xy 184.191895 99.889577) (xy 183.835692 99.741668) (xy 183.450001 99.741332) (xy 183.09354 99.888618) + (xy 182.820577 100.161105) (xy 182.672668 100.517308) (xy 182.672332 100.902999) (xy 182.819618 101.25946) (xy 183.092105 101.532423) + (xy 183.448308 101.680332) (xy 183.833999 101.680668) (xy 184.19046 101.533382) (xy 184.463423 101.260895) (xy 184.611332 100.904692) + (xy 184.611668 100.519001) (xy 184.611668 104.720257) (xy 184.530977 104.800808) (xy 184.445895 104.715577) (xy 184.089692 104.567668) + (xy 183.704001 104.567332) (xy 183.34754 104.714618) (xy 183.074577 104.987105) (xy 182.926668 105.343308) (xy 182.926332 105.728999) + (xy 183.073618 106.08546) (xy 183.346105 106.358423) (xy 183.702308 106.506332) (xy 184.087999 106.506668) (xy 184.44446 106.359382) + (xy 184.658022 106.146191) (xy 184.743105 106.231423) (xy 185.099308 106.379332) (xy 185.484999 106.379668) (xy 185.84146 106.232382) + (xy 186.114423 105.959895) (xy 186.262332 105.603692) (xy 186.262668 105.218001) (xy 186.262668 106.304844) (xy 186.084687 106.375066) + (xy 186.053257 106.396066) (xy 186.010177 106.599822) (xy 186.69 107.279645) (xy 187.369823 106.599822) (xy 187.369823 106.670532) + (xy 186.725355 107.315) (xy 187.405178 107.994823) (xy 187.608934 107.951743) (xy 187.782655 107.551613) (xy 187.79003 107.115461) + (xy 187.79003 108.758351) (xy 187.742849 108.75831) (xy 187.369823 108.91244) (xy 187.369823 108.030178) (xy 186.69 107.350355) + (xy 186.654645 107.38571) (xy 186.654645 107.315) (xy 185.974822 106.635177) (xy 185.771066 106.678257) (xy 185.597345 107.078387) + (xy 185.58997 107.514539) (xy 185.750066 107.920313) (xy 185.771066 107.951743) (xy 185.974822 107.994823) (xy 186.654645 107.315) + (xy 186.654645 107.38571) (xy 186.010177 108.030178) (xy 186.053257 108.233934) (xy 186.453387 108.407655) (xy 186.889539 108.41503) + (xy 187.295313 108.254934) (xy 187.326743 108.233934) (xy 187.369823 108.030178) (xy 187.369823 108.91244) (xy 187.339694 108.92489) + (xy 187.030974 109.233072) (xy 186.86369 109.635936) (xy 186.86331 110.072151) (xy 187.02989 110.475306) (xy 187.338072 110.784026) + (xy 187.740936 110.95131) (xy 188.177151 110.95169) (xy 188.580306 110.78511) (xy 188.889026 110.476928) (xy 189.05631 110.074064) + (xy 189.05669 109.637849) (xy 189.05669 115.108348) (xy 189.012849 115.10831) (xy 188.609694 115.27489) (xy 188.300974 115.583072) + (xy 188.13369 115.985936) (xy 188.13331 116.422151) (xy 188.29989 116.825306) (xy 188.608072 117.134026) (xy 189.010936 117.30131) + (xy 189.447151 117.30169) (xy 189.850306 117.13511) (xy 190.159026 116.826928) (xy 190.32631 116.424064) (xy 190.32669 115.987849) + (xy 190.32669 117.648348) (xy 190.282849 117.64831) (xy 189.879694 117.81489) (xy 189.570974 118.123072) (xy 189.40369 118.525936) + (xy 189.40331 118.962151) (xy 189.56989 119.365306) (xy 189.878072 119.674026) (xy 190.280936 119.84131) (xy 190.717151 119.84169) + (xy 191.120306 119.67511) (xy 191.429026 119.366928) (xy 191.59631 118.964064) (xy 191.59669 118.527849) (xy 191.59669 123.998348) + (xy 191.552849 123.99831) (xy 191.149694 124.16489) (xy 190.840974 124.473072) (xy 190.67369 124.875936) (xy 190.67331 125.312151) + (xy 190.83989 125.715306) (xy 191.148072 126.024026) (xy 191.550936 126.19131) (xy 191.987151 126.19169) (xy 192.390306 126.02511) + (xy 192.699026 125.716928) (xy 192.86631 125.314064) (xy 192.86669 124.877849) (xy 192.86669 126.538348) (xy 192.822849 126.53831) + (xy 192.419694 126.70489) (xy 192.110974 127.013072) (xy 191.94369 127.415936) (xy 191.94331 127.852151) (xy 192.10989 128.255306) + (xy 192.418072 128.564026) (xy 192.820936 128.73131) (xy 193.257151 128.73169) (xy 193.660306 128.56511) (xy 193.969026 128.256928) + (xy 194.13631 127.854064) (xy 194.13669 127.417849) (xy 194.13669 145.337163) (xy 192.358668 147.115185) (xy 192.358668 136.714001) + (xy 192.211382 136.35754) (xy 191.938895 136.084577) (xy 191.59669 135.94248) (xy 191.59669 127.417849) (xy 191.43011 127.014694) + (xy 191.121928 126.705974) (xy 190.719064 126.53869) (xy 190.32669 126.538348) (xy 190.32669 124.877849) (xy 190.16011 124.474694) + (xy 189.851928 124.165974) (xy 189.449064 123.99869) (xy 189.05669 123.998348) (xy 189.05669 118.527849) (xy 188.89011 118.124694) + (xy 188.581928 117.815974) (xy 188.179064 117.64869) (xy 187.79003 117.648351) (xy 187.79003 116.005461) (xy 187.629934 115.599687) + (xy 187.608934 115.568257) (xy 187.405178 115.525177) (xy 187.369823 115.560532) (xy 187.369823 115.489822) (xy 187.326743 115.286066) + (xy 186.926613 115.112345) (xy 186.490461 115.10497) (xy 186.084687 115.265066) (xy 186.053257 115.286066) (xy 186.010177 115.489822) + (xy 186.69 116.169645) (xy 187.369823 115.489822) (xy 187.369823 115.560532) (xy 186.725355 116.205) (xy 187.405178 116.884823) + (xy 187.608934 116.841743) (xy 187.782655 116.441613) (xy 187.79003 116.005461) (xy 187.79003 117.648351) (xy 187.742849 117.64831) + (xy 187.369823 117.80244) (xy 187.369823 116.920178) (xy 186.69 116.240355) (xy 186.654645 116.27571) (xy 186.654645 116.205) + (xy 185.974822 115.525177) (xy 185.771066 115.568257) (xy 185.597345 115.968387) (xy 185.58997 116.404539) (xy 185.750066 116.810313) + (xy 185.771066 116.841743) (xy 185.974822 116.884823) (xy 186.654645 116.205) (xy 186.654645 116.27571) (xy 186.010177 116.920178) + (xy 186.053257 117.123934) (xy 186.453387 117.297655) (xy 186.889539 117.30503) (xy 187.295313 117.144934) (xy 187.326743 117.123934) + (xy 187.369823 116.920178) (xy 187.369823 117.80244) (xy 187.339694 117.81489) (xy 187.030974 118.123072) (xy 186.86369 118.525936) + (xy 186.86331 118.962151) (xy 187.02989 119.365306) (xy 187.338072 119.674026) (xy 187.740936 119.84131) (xy 188.177151 119.84169) + (xy 188.580306 119.67511) (xy 188.889026 119.366928) (xy 189.05631 118.964064) (xy 189.05669 118.527849) (xy 189.05669 123.998348) + (xy 189.012849 123.99831) (xy 188.609694 124.16489) (xy 188.300974 124.473072) (xy 188.13369 124.875936) (xy 188.13331 125.312151) + (xy 188.29989 125.715306) (xy 188.608072 126.024026) (xy 189.010936 126.19131) (xy 189.447151 126.19169) (xy 189.850306 126.02511) + (xy 190.159026 125.716928) (xy 190.32631 125.314064) (xy 190.32669 124.877849) (xy 190.32669 126.538348) (xy 190.282849 126.53831) + (xy 189.879694 126.70489) (xy 189.570974 127.013072) (xy 189.40369 127.415936) (xy 189.40331 127.852151) (xy 189.56989 128.255306) + (xy 189.878072 128.564026) (xy 190.280936 128.73131) (xy 190.717151 128.73169) (xy 191.120306 128.56511) (xy 191.429026 128.256928) + (xy 191.59631 127.854064) (xy 191.59669 127.417849) (xy 191.59669 135.94248) (xy 191.582692 135.936668) (xy 191.197001 135.936332) + (xy 190.84054 136.083618) (xy 190.567577 136.356105) (xy 190.419668 136.712308) (xy 190.419332 137.097999) (xy 190.566618 137.45446) + (xy 190.839105 137.727423) (xy 191.195308 137.875332) (xy 191.580999 137.875668) (xy 191.93746 137.728382) (xy 192.210423 137.455895) + (xy 192.358332 137.099692) (xy 192.358668 136.714001) (xy 192.358668 147.115185) (xy 189.8185 149.655353) (xy 189.8185 143.423929) + (xy 189.8185 143.215071) (xy 189.8185 141.818071) (xy 189.8185 138.597929) (xy 189.8185 138.389071) (xy 189.8185 136.992071) + (xy 189.8185 135.549929) (xy 189.8185 135.341071) (xy 189.8185 133.944071) (xy 189.738574 133.751111) (xy 189.590889 133.603426) + (xy 189.397929 133.5235) (xy 189.189071 133.5235) (xy 189.05669 133.5235) (xy 189.05669 127.417849) (xy 188.89011 127.014694) + (xy 188.581928 126.705974) (xy 188.179064 126.53869) (xy 187.79003 126.538351) (xy 187.79003 124.895461) (xy 187.629934 124.489687) + (xy 187.608934 124.458257) (xy 187.405178 124.415177) (xy 187.369823 124.450532) (xy 187.369823 124.379822) (xy 187.326743 124.176066) + (xy 186.926613 124.002345) (xy 186.490461 123.99497) (xy 186.084687 124.155066) (xy 186.053257 124.176066) (xy 186.010177 124.379822) + (xy 186.69 125.059645) (xy 187.369823 124.379822) (xy 187.369823 124.450532) (xy 186.725355 125.095) (xy 187.405178 125.774823) + (xy 187.608934 125.731743) (xy 187.782655 125.331613) (xy 187.79003 124.895461) (xy 187.79003 126.538351) (xy 187.742849 126.53831) + (xy 187.369823 126.69244) (xy 187.369823 125.810178) (xy 186.69 125.130355) (xy 186.654645 125.16571) (xy 186.654645 125.095) + (xy 185.974822 124.415177) (xy 185.771066 124.458257) (xy 185.597345 124.858387) (xy 185.58997 125.294539) (xy 185.750066 125.700313) + (xy 185.771066 125.731743) (xy 185.974822 125.774823) (xy 186.654645 125.095) (xy 186.654645 125.16571) (xy 186.010177 125.810178) + (xy 186.053257 126.013934) (xy 186.453387 126.187655) (xy 186.889539 126.19503) (xy 187.295313 126.034934) (xy 187.326743 126.013934) + (xy 187.369823 125.810178) (xy 187.369823 126.69244) (xy 187.339694 126.70489) (xy 187.030974 127.013072) (xy 186.86369 127.415936) + (xy 186.86331 127.852151) (xy 187.02989 128.255306) (xy 187.338072 128.564026) (xy 187.740936 128.73131) (xy 188.177151 128.73169) + (xy 188.580306 128.56511) (xy 188.889026 128.256928) (xy 189.05631 127.854064) (xy 189.05669 127.417849) (xy 189.05669 133.5235) + (xy 187.792071 133.5235) (xy 187.599111 133.603426) (xy 187.451426 133.751111) (xy 187.3715 133.944071) (xy 187.3715 134.152929) + (xy 187.3715 135.549929) (xy 187.451426 135.742889) (xy 187.599111 135.890574) (xy 187.792071 135.9705) (xy 188.000929 135.9705) + (xy 189.397929 135.9705) (xy 189.590889 135.890574) (xy 189.738574 135.742889) (xy 189.8185 135.549929) (xy 189.8185 136.992071) + (xy 189.738574 136.799111) (xy 189.590889 136.651426) (xy 189.397929 136.5715) (xy 189.189071 136.5715) (xy 187.792071 136.5715) + (xy 187.599111 136.651426) (xy 187.451426 136.799111) (xy 187.3715 136.992071) (xy 187.3715 137.200929) (xy 187.3715 138.597929) + (xy 187.451426 138.790889) (xy 187.599111 138.938574) (xy 187.792071 139.0185) (xy 188.000929 139.0185) (xy 189.397929 139.0185) + (xy 189.590889 138.938574) (xy 189.738574 138.790889) (xy 189.8185 138.597929) (xy 189.8185 141.818071) (xy 189.738574 141.625111) + (xy 189.590889 141.477426) (xy 189.397929 141.3975) (xy 189.189071 141.3975) (xy 187.792071 141.3975) (xy 187.599111 141.477426) + (xy 187.451426 141.625111) (xy 187.3715 141.818071) (xy 187.3715 142.026929) (xy 187.3715 143.423929) (xy 187.451426 143.616889) + (xy 187.599111 143.764574) (xy 187.792071 143.8445) (xy 188.000929 143.8445) (xy 189.397929 143.8445) (xy 189.590889 143.764574) + (xy 189.738574 143.616889) (xy 189.8185 143.423929) (xy 189.8185 149.655353) (xy 187.278712 152.195141) (xy 187.278712 142.378698) + (xy 187.278712 137.552698) (xy 187.278712 134.504698) (xy 187.092838 134.054848) (xy 186.748962 133.710372) (xy 186.299437 133.523713) + (xy 186.075649 133.523517) (xy 186.34946 133.410382) (xy 186.622423 133.137895) (xy 186.770332 132.781692) (xy 186.770668 132.396001) + (xy 186.623382 132.03954) (xy 186.350895 131.766577) (xy 185.994692 131.618668) (xy 185.609001 131.618332) (xy 185.25254 131.765618) + (xy 184.979577 132.038105) (xy 184.865668 132.312427) (xy 184.865668 125.919001) (xy 184.718382 125.56254) (xy 184.445895 125.289577) + (xy 184.089692 125.141668) (xy 183.752298 125.141374) (xy 183.849332 124.907692) (xy 183.849668 124.522001) (xy 183.849668 107.123001) + (xy 183.702382 106.76654) (xy 183.429895 106.493577) (xy 183.073692 106.345668) (xy 182.688001 106.345332) (xy 182.33154 106.492618) + (xy 182.058577 106.765105) (xy 181.910668 107.121308) (xy 181.910332 107.506999) (xy 181.915439 107.519359) (xy 181.778895 107.382577) + (xy 181.422692 107.234668) (xy 181.037001 107.234332) (xy 180.68054 107.381618) (xy 180.484355 107.57746) (xy 180.484355 99.289217) + (xy 180.484355 90.399217) (xy 180.484355 81.509217) (xy 180.484355 72.619217) (xy 180.17307 71.865851) (xy 179.597181 71.288955) + (xy 178.844359 70.976357) (xy 178.029217 70.975645) (xy 177.275851 71.28693) (xy 176.864661 71.697401) (xy 176.864668 71.690001) + (xy 176.717382 71.33354) (xy 176.444895 71.060577) (xy 176.088692 70.912668) (xy 175.703001 70.912332) (xy 175.34654 71.059618) + (xy 175.073577 71.332105) (xy 174.925668 71.688308) (xy 174.925332 72.073999) (xy 175.072618 72.43046) (xy 175.345105 72.703423) + (xy 175.701308 72.851332) (xy 176.086999 72.851668) (xy 176.386258 72.728016) (xy 176.385645 73.430783) (xy 176.69693 74.184149) + (xy 177.272819 74.761045) (xy 178.025641 75.073643) (xy 178.840783 75.074355) (xy 179.594149 74.76307) (xy 180.171045 74.187181) + (xy 180.483643 73.434359) (xy 180.484355 72.619217) (xy 180.484355 81.509217) (xy 180.17307 80.755851) (xy 179.597181 80.178955) + (xy 178.844359 79.866357) (xy 178.029217 79.865645) (xy 177.275851 80.17693) (xy 176.698955 80.752819) (xy 176.483507 81.271674) + (xy 176.483668 81.088001) (xy 176.336382 80.73154) (xy 176.063895 80.458577) (xy 175.707692 80.310668) (xy 175.322001 80.310332) + (xy 174.96554 80.457618) (xy 174.692577 80.730105) (xy 174.544668 81.086308) (xy 174.544332 81.471999) (xy 174.691618 81.82846) + (xy 174.964105 82.101423) (xy 175.320308 82.249332) (xy 175.705999 82.249668) (xy 176.06246 82.102382) (xy 176.335423 81.829895) + (xy 176.38618 81.707657) (xy 176.385645 82.320783) (xy 176.69693 83.074149) (xy 177.272819 83.651045) (xy 178.025641 83.963643) + (xy 178.840783 83.964355) (xy 179.594149 83.65307) (xy 180.171045 83.077181) (xy 180.483643 82.324359) (xy 180.484355 81.509217) + (xy 180.484355 90.399217) (xy 180.17307 89.645851) (xy 179.597181 89.068955) (xy 178.844359 88.756357) (xy 178.299318 88.75588) + (xy 178.367423 88.687895) (xy 178.515332 88.331692) (xy 178.515668 87.946001) (xy 178.368382 87.58954) (xy 178.095895 87.316577) + (xy 177.739692 87.168668) (xy 177.354001 87.168332) (xy 176.99754 87.315618) (xy 176.737668 87.575036) (xy 176.737668 85.406001) + (xy 176.590382 85.04954) (xy 176.317895 84.776577) (xy 175.961692 84.628668) (xy 175.576001 84.628332) (xy 175.21954 84.775618) + (xy 174.946577 85.048105) (xy 174.798668 85.404308) (xy 174.798332 85.789999) (xy 174.945618 86.14646) (xy 175.218105 86.419423) + (xy 175.574308 86.567332) (xy 175.959999 86.567668) (xy 176.31646 86.420382) (xy 176.589423 86.147895) (xy 176.737332 85.791692) + (xy 176.737668 85.406001) (xy 176.737668 87.575036) (xy 176.724577 87.588105) (xy 176.576668 87.944308) (xy 176.576332 88.329999) + (xy 176.723618 88.68646) (xy 176.996105 88.959423) (xy 177.269728 89.073041) (xy 176.698955 89.642819) (xy 176.386357 90.395641) + (xy 176.385645 91.210783) (xy 176.69693 91.964149) (xy 177.272819 92.541045) (xy 178.025641 92.853643) (xy 178.840783 92.854355) + (xy 179.594149 92.54307) (xy 180.171045 91.967181) (xy 180.483643 91.214359) (xy 180.484355 90.399217) (xy 180.484355 99.289217) + (xy 180.17307 98.535851) (xy 179.597181 97.958955) (xy 178.844359 97.646357) (xy 178.029217 97.645645) (xy 177.275851 97.95693) + (xy 176.698955 98.532819) (xy 176.386357 99.285641) (xy 176.385645 100.100783) (xy 176.69693 100.854149) (xy 177.272819 101.431045) + (xy 178.025641 101.743643) (xy 178.840783 101.744355) (xy 179.594149 101.43307) (xy 180.171045 100.857181) (xy 180.483643 100.104359) + (xy 180.484355 99.289217) (xy 180.484355 107.57746) (xy 180.407577 107.654105) (xy 180.337306 107.823333) (xy 180.17307 107.425851) + (xy 179.597181 106.848955) (xy 178.844359 106.536357) (xy 178.029217 106.535645) (xy 177.275851 106.84693) (xy 176.698955 107.422819) + (xy 176.386357 108.175641) (xy 176.385645 108.990783) (xy 176.69693 109.744149) (xy 177.272819 110.321045) (xy 178.025641 110.633643) + (xy 178.840783 110.634355) (xy 179.594149 110.32307) (xy 180.171045 109.747181) (xy 180.483643 108.994359) (xy 180.483786 108.829763) + (xy 180.679105 109.025423) (xy 181.035308 109.173332) (xy 181.420999 109.173668) (xy 181.77746 109.026382) (xy 182.050423 108.753895) + (xy 182.198332 108.397692) (xy 182.198668 108.012001) (xy 182.19356 107.99964) (xy 182.330105 108.136423) (xy 182.686308 108.284332) + (xy 183.071999 108.284668) (xy 183.42846 108.137382) (xy 183.701423 107.864895) (xy 183.849332 107.508692) (xy 183.849668 107.123001) + (xy 183.849668 124.522001) (xy 183.702382 124.16554) (xy 183.429895 123.892577) (xy 183.073692 123.744668) (xy 182.960668 123.744569) + (xy 182.960668 115.124001) (xy 182.813382 114.76754) (xy 182.540895 114.494577) (xy 182.184692 114.346668) (xy 181.799001 114.346332) + (xy 181.44254 114.493618) (xy 181.169577 114.766105) (xy 181.021668 115.122308) (xy 181.021332 115.507999) (xy 181.168618 115.86446) + (xy 181.441105 116.137423) (xy 181.797308 116.285332) (xy 182.182999 116.285668) (xy 182.53946 116.138382) (xy 182.812423 115.865895) + (xy 182.960332 115.509692) (xy 182.960668 115.124001) (xy 182.960668 123.744569) (xy 182.688001 123.744332) (xy 182.33154 123.891618) + (xy 182.058577 124.164105) (xy 181.910668 124.520308) (xy 181.910332 124.905999) (xy 182.057618 125.26246) (xy 182.330105 125.535423) + (xy 182.686308 125.683332) (xy 183.023701 125.683625) (xy 182.926668 125.917308) (xy 182.926332 126.302999) (xy 183.073618 126.65946) + (xy 183.346105 126.932423) (xy 183.702308 127.080332) (xy 184.087999 127.080668) (xy 184.44446 126.933382) (xy 184.717423 126.660895) + (xy 184.865332 126.304692) (xy 184.865668 125.919001) (xy 184.865668 132.312427) (xy 184.831668 132.394308) (xy 184.831332 132.779999) + (xy 184.978618 133.13646) (xy 185.251105 133.409423) (xy 185.607308 133.557332) (xy 185.730046 133.557438) (xy 185.362848 133.709162) + (xy 185.018372 134.053038) (xy 184.831713 134.502563) (xy 184.831288 134.989302) (xy 185.017162 135.439152) (xy 185.361038 135.783628) + (xy 185.810563 135.970287) (xy 186.297302 135.970712) (xy 186.747152 135.784838) (xy 187.091628 135.440962) (xy 187.278287 134.991437) + (xy 187.278712 134.504698) (xy 187.278712 137.552698) (xy 187.092838 137.102848) (xy 186.748962 136.758372) (xy 186.299437 136.571713) + (xy 185.812698 136.571288) (xy 185.362848 136.757162) (xy 185.018372 137.101038) (xy 184.831713 137.550563) (xy 184.831288 138.037302) + (xy 185.017162 138.487152) (xy 185.361038 138.831628) (xy 185.810563 139.018287) (xy 186.297302 139.018712) (xy 186.747152 138.832838) + (xy 187.091628 138.488962) (xy 187.278287 138.039437) (xy 187.278712 137.552698) (xy 187.278712 142.378698) (xy 187.092838 141.928848) + (xy 186.748962 141.584372) (xy 186.299437 141.397713) (xy 185.812698 141.397288) (xy 185.362848 141.583162) (xy 185.018372 141.927038) + (xy 184.831713 142.376563) (xy 184.831288 142.863302) (xy 185.017162 143.313152) (xy 185.361038 143.657628) (xy 185.810563 143.844287) + (xy 186.297302 143.844712) (xy 186.747152 143.658838) (xy 187.091628 143.314962) (xy 187.278287 142.865437) (xy 187.278712 142.378698) + (xy 187.278712 152.195141) (xy 185.160453 154.3134) (xy 184.738712 154.3134) (xy 184.738712 142.378698) (xy 184.738712 137.552698) + (xy 184.738712 134.504698) (xy 184.552838 134.054848) (xy 184.208962 133.710372) (xy 183.759437 133.523713) (xy 183.272698 133.523288) + (xy 182.822848 133.709162) (xy 182.478372 134.053038) (xy 182.291713 134.502563) (xy 182.291288 134.989302) (xy 182.477162 135.439152) + (xy 182.821038 135.783628) (xy 183.270563 135.970287) (xy 183.757302 135.970712) (xy 184.207152 135.784838) (xy 184.551628 135.440962) + (xy 184.738287 134.991437) (xy 184.738712 134.504698) (xy 184.738712 137.552698) (xy 184.552838 137.102848) (xy 184.208962 136.758372) + (xy 183.759437 136.571713) (xy 183.272698 136.571288) (xy 182.822848 136.757162) (xy 182.478372 137.101038) (xy 182.291713 137.550563) + (xy 182.291288 138.037302) (xy 182.477162 138.487152) (xy 182.821038 138.831628) (xy 183.270563 139.018287) (xy 183.757302 139.018712) + (xy 184.207152 138.832838) (xy 184.551628 138.488962) (xy 184.738287 138.039437) (xy 184.738712 137.552698) (xy 184.738712 142.378698) + (xy 184.552838 141.928848) (xy 184.208962 141.584372) (xy 183.759437 141.397713) (xy 183.272698 141.397288) (xy 182.822848 141.583162) + (xy 182.478372 141.927038) (xy 182.291713 142.376563) (xy 182.291288 142.863302) (xy 182.477162 143.313152) (xy 182.821038 143.657628) + (xy 183.270563 143.844287) (xy 183.757302 143.844712) (xy 184.207152 143.658838) (xy 184.551628 143.314962) (xy 184.738287 142.865437) + (xy 184.738712 142.378698) (xy 184.738712 154.3134) (xy 182.198712 154.3134) (xy 182.198712 142.378698) (xy 182.198712 137.552698) + (xy 182.198712 134.504698) (xy 182.012838 134.054848) (xy 181.668962 133.710372) (xy 181.219437 133.523713) (xy 180.732698 133.523288) + (xy 180.484355 133.625901) (xy 180.484355 125.959217) (xy 180.484355 117.069217) (xy 180.17307 116.315851) (xy 179.597181 115.738955) + (xy 178.844359 115.426357) (xy 178.029217 115.425645) (xy 177.275851 115.73693) (xy 176.698955 116.312819) (xy 176.386357 117.065641) + (xy 176.385645 117.880783) (xy 176.69693 118.634149) (xy 177.272819 119.211045) (xy 178.025641 119.523643) (xy 178.840783 119.524355) + (xy 179.594149 119.21307) (xy 180.171045 118.637181) (xy 180.483643 117.884359) (xy 180.484355 117.069217) (xy 180.484355 125.959217) + (xy 180.17307 125.205851) (xy 179.597181 124.628955) (xy 178.844359 124.316357) (xy 178.029217 124.315645) (xy 177.275851 124.62693) + (xy 176.698955 125.202819) (xy 176.386357 125.955641) (xy 176.385645 126.770783) (xy 176.69693 127.524149) (xy 177.272819 128.101045) + (xy 178.025641 128.413643) (xy 178.840783 128.414355) (xy 179.594149 128.10307) (xy 180.171045 127.527181) (xy 180.483643 126.774359) + (xy 180.484355 125.959217) (xy 180.484355 133.625901) (xy 180.282848 133.709162) (xy 179.938372 134.053038) (xy 179.751713 134.502563) + (xy 179.751288 134.989302) (xy 179.937162 135.439152) (xy 180.281038 135.783628) (xy 180.730563 135.970287) (xy 181.217302 135.970712) + (xy 181.667152 135.784838) (xy 182.011628 135.440962) (xy 182.198287 134.991437) (xy 182.198712 134.504698) (xy 182.198712 137.552698) + (xy 182.012838 137.102848) (xy 181.668962 136.758372) (xy 181.219437 136.571713) (xy 180.732698 136.571288) (xy 180.282848 136.757162) + (xy 179.938372 137.101038) (xy 179.751713 137.550563) (xy 179.751288 138.037302) (xy 179.937162 138.487152) (xy 180.281038 138.831628) + (xy 180.730563 139.018287) (xy 181.217302 139.018712) (xy 181.667152 138.832838) (xy 182.011628 138.488962) (xy 182.198287 138.039437) + (xy 182.198712 137.552698) (xy 182.198712 142.378698) (xy 182.012838 141.928848) (xy 181.668962 141.584372) (xy 181.219437 141.397713) + (xy 180.732698 141.397288) (xy 180.282848 141.583162) (xy 179.938372 141.927038) (xy 179.751713 142.376563) (xy 179.751288 142.863302) + (xy 179.937162 143.313152) (xy 180.281038 143.657628) (xy 180.730563 143.844287) (xy 181.217302 143.844712) (xy 181.667152 143.658838) + (xy 182.011628 143.314962) (xy 182.198287 142.865437) (xy 182.198712 142.378698) (xy 182.198712 154.3134) (xy 179.658712 154.3134) + (xy 179.658712 142.378698) (xy 179.658712 137.552698) (xy 179.658712 134.504698) (xy 179.472838 134.054848) (xy 179.128962 133.710372) + (xy 178.679437 133.523713) (xy 178.192698 133.523288) (xy 177.742848 133.709162) (xy 177.398372 134.053038) (xy 177.211713 134.502563) + (xy 177.211288 134.989302) (xy 177.397162 135.439152) (xy 177.741038 135.783628) (xy 178.190563 135.970287) (xy 178.677302 135.970712) + (xy 179.127152 135.784838) (xy 179.471628 135.440962) (xy 179.658287 134.991437) (xy 179.658712 134.504698) (xy 179.658712 137.552698) + (xy 179.472838 137.102848) (xy 179.128962 136.758372) (xy 178.679437 136.571713) (xy 178.192698 136.571288) (xy 177.742848 136.757162) + (xy 177.398372 137.101038) (xy 177.211713 137.550563) (xy 177.211288 138.037302) (xy 177.397162 138.487152) (xy 177.741038 138.831628) + (xy 178.190563 139.018287) (xy 178.677302 139.018712) (xy 179.127152 138.832838) (xy 179.471628 138.488962) (xy 179.658287 138.039437) + (xy 179.658712 137.552698) (xy 179.658712 142.378698) (xy 179.472838 141.928848) (xy 179.128962 141.584372) (xy 178.679437 141.397713) + (xy 178.192698 141.397288) (xy 177.742848 141.583162) (xy 177.398372 141.927038) (xy 177.211713 142.376563) (xy 177.211288 142.863302) + (xy 177.397162 143.313152) (xy 177.741038 143.657628) (xy 178.190563 143.844287) (xy 178.677302 143.844712) (xy 179.127152 143.658838) + (xy 179.471628 143.314962) (xy 179.658287 142.865437) (xy 179.658712 142.378698) (xy 179.658712 154.3134) (xy 177.118712 154.3134) + (xy 177.118712 142.378698) (xy 177.118712 137.552698) (xy 177.118712 134.504698) (xy 176.932838 134.054848) (xy 176.588962 133.710372) + (xy 176.356668 133.613915) (xy 176.356668 110.806001) (xy 176.356668 105.853001) (xy 176.209382 105.49654) (xy 175.936895 105.223577) + (xy 175.580692 105.075668) (xy 175.195001 105.075332) (xy 174.83854 105.222618) (xy 174.565577 105.495105) (xy 174.417668 105.851308) + (xy 174.417332 106.236999) (xy 174.564618 106.59346) (xy 174.837105 106.866423) (xy 175.193308 107.014332) (xy 175.578999 107.014668) + (xy 175.93546 106.867382) (xy 176.208423 106.594895) (xy 176.356332 106.238692) (xy 176.356668 105.853001) (xy 176.356668 110.806001) + (xy 176.209382 110.44954) (xy 175.936895 110.176577) (xy 175.580692 110.028668) (xy 175.195001 110.028332) (xy 174.83854 110.175618) + (xy 174.565577 110.448105) (xy 174.417668 110.804308) (xy 174.417332 111.189999) (xy 174.564618 111.54646) (xy 174.837105 111.819423) + (xy 175.193308 111.967332) (xy 175.578999 111.967668) (xy 175.93546 111.820382) (xy 176.208423 111.547895) (xy 176.356332 111.191692) + (xy 176.356668 110.806001) (xy 176.356668 133.613915) (xy 176.139437 133.523713) (xy 175.652698 133.523288) (xy 175.202848 133.709162) + (xy 174.858372 134.053038) (xy 174.671713 134.502563) (xy 174.671288 134.989302) (xy 174.857162 135.439152) (xy 175.201038 135.783628) + (xy 175.650563 135.970287) (xy 176.137302 135.970712) (xy 176.587152 135.784838) (xy 176.931628 135.440962) (xy 177.118287 134.991437) + (xy 177.118712 134.504698) (xy 177.118712 137.552698) (xy 176.932838 137.102848) (xy 176.588962 136.758372) (xy 176.139437 136.571713) + (xy 175.652698 136.571288) (xy 175.202848 136.757162) (xy 174.858372 137.101038) (xy 174.671713 137.550563) (xy 174.671288 138.037302) + (xy 174.857162 138.487152) (xy 175.201038 138.831628) (xy 175.650563 139.018287) (xy 176.137302 139.018712) (xy 176.587152 138.832838) + (xy 176.931628 138.488962) (xy 177.118287 138.039437) (xy 177.118712 137.552698) (xy 177.118712 142.378698) (xy 176.932838 141.928848) + (xy 176.588962 141.584372) (xy 176.139437 141.397713) (xy 175.652698 141.397288) (xy 175.202848 141.583162) (xy 174.858372 141.927038) + (xy 174.671713 142.376563) (xy 174.671288 142.863302) (xy 174.857162 143.313152) (xy 175.201038 143.657628) (xy 175.650563 143.844287) + (xy 176.137302 143.844712) (xy 176.587152 143.658838) (xy 176.931628 143.314962) (xy 177.118287 142.865437) (xy 177.118712 142.378698) + (xy 177.118712 154.3134) (xy 174.578712 154.3134) (xy 174.578712 142.378698) (xy 174.578712 137.552698) (xy 174.578712 134.504698) + (xy 174.392838 134.054848) (xy 174.048962 133.710372) (xy 173.599437 133.523713) (xy 173.308668 133.523459) (xy 173.308668 125.284001) + (xy 173.308668 110.806001) (xy 173.161382 110.44954) (xy 172.888895 110.176577) (xy 172.572889 110.045359) (xy 172.88746 109.915382) + (xy 173.160423 109.642895) (xy 173.308332 109.286692) (xy 173.308668 108.901001) (xy 173.308668 95.820001) (xy 173.181668 95.512636) + (xy 173.181668 89.597001) (xy 173.181668 84.517001) (xy 173.034382 84.16054) (xy 172.761895 83.887577) (xy 172.405692 83.739668) + (xy 172.020001 83.739332) (xy 171.66354 83.886618) (xy 171.390577 84.159105) (xy 171.242668 84.515308) (xy 171.242332 84.900999) + (xy 171.389618 85.25746) (xy 171.662105 85.530423) (xy 172.018308 85.678332) (xy 172.403999 85.678668) (xy 172.76046 85.531382) + (xy 173.033423 85.258895) (xy 173.181332 84.902692) (xy 173.181668 84.517001) (xy 173.181668 89.597001) (xy 173.034382 89.24054) + (xy 172.761895 88.967577) (xy 172.405692 88.819668) (xy 172.020001 88.819332) (xy 171.66354 88.966618) (xy 171.390577 89.239105) + (xy 171.242668 89.595308) (xy 171.242332 89.980999) (xy 171.389618 90.33746) (xy 171.662105 90.610423) (xy 172.018308 90.758332) + (xy 172.403999 90.758668) (xy 172.76046 90.611382) (xy 173.033423 90.338895) (xy 173.181332 89.982692) (xy 173.181668 89.597001) + (xy 173.181668 95.512636) (xy 173.161382 95.46354) (xy 172.888895 95.190577) (xy 172.532692 95.042668) (xy 172.147001 95.042332) + (xy 171.79054 95.189618) (xy 171.517577 95.462105) (xy 171.369668 95.818308) (xy 171.369332 96.203999) (xy 171.414196 96.312578) + (xy 171.149668 96.312348) (xy 171.149668 93.915001) (xy 171.149668 89.470001) (xy 171.002382 89.11354) (xy 170.729895 88.840577) + (xy 170.373692 88.692668) (xy 169.988001 88.692332) (xy 169.63154 88.839618) (xy 169.358577 89.112105) (xy 169.210668 89.468308) + (xy 169.210332 89.853999) (xy 169.357618 90.21046) (xy 169.630105 90.483423) (xy 169.986308 90.631332) (xy 170.371999 90.631668) + (xy 170.72846 90.484382) (xy 171.001423 90.211895) (xy 171.149332 89.855692) (xy 171.149668 89.470001) (xy 171.149668 93.915001) + (xy 171.002382 93.55854) (xy 170.729895 93.285577) (xy 170.373692 93.137668) (xy 170.13346 93.137458) (xy 170.133668 92.899001) + (xy 169.986382 92.54254) (xy 169.713895 92.269577) (xy 169.357692 92.121668) (xy 168.990668 92.121348) (xy 168.990668 86.676001) + (xy 168.843382 86.31954) (xy 168.570895 86.046577) (xy 168.214692 85.898668) (xy 167.829001 85.898332) (xy 167.593668 85.995569) + (xy 167.593668 82.739001) (xy 167.446382 82.38254) (xy 167.173895 82.109577) (xy 166.817692 81.961668) (xy 166.432001 81.961332) + (xy 166.07554 82.108618) (xy 165.989088 82.194919) (xy 165.903895 82.109577) (xy 165.561668 81.967471) (xy 165.561668 70.674001) + (xy 165.414382 70.31754) (xy 165.141895 70.044577) (xy 164.785692 69.896668) (xy 164.400001 69.896332) (xy 164.04354 70.043618) + (xy 163.770577 70.316105) (xy 163.622668 70.672308) (xy 163.622332 71.057999) (xy 163.769618 71.41446) (xy 164.042105 71.687423) + (xy 164.398308 71.835332) (xy 164.783999 71.835668) (xy 165.14046 71.688382) (xy 165.413423 71.415895) (xy 165.561332 71.059692) + (xy 165.561668 70.674001) (xy 165.561668 81.967471) (xy 165.547692 81.961668) (xy 165.180668 81.961348) (xy 165.180668 79.284601) + (xy 165.033382 78.92814) (xy 165.02328 78.918021) (xy 165.032423 78.908895) (xy 165.180332 78.552692) (xy 165.180668 78.167001) + (xy 165.033382 77.81054) (xy 164.760895 77.537577) (xy 164.404692 77.389668) (xy 164.019001 77.389332) (xy 163.66254 77.536618) + (xy 163.389577 77.809105) (xy 163.241668 78.165308) (xy 163.241332 78.550999) (xy 163.388618 78.90746) (xy 163.398719 78.917578) + (xy 163.389577 78.926705) (xy 163.241668 79.282908) (xy 163.241332 79.668599) (xy 163.388618 80.02506) (xy 163.661105 80.298023) + (xy 164.017308 80.445932) (xy 164.402999 80.446268) (xy 164.75946 80.298982) (xy 165.032423 80.026495) (xy 165.180332 79.670292) + (xy 165.180668 79.284601) (xy 165.180668 81.961348) (xy 165.162001 81.961332) (xy 164.80554 82.108618) (xy 164.532577 82.381105) + (xy 164.384668 82.737308) (xy 164.384332 83.122999) (xy 164.531618 83.47946) (xy 164.804105 83.752423) (xy 165.160308 83.900332) + (xy 165.545999 83.900668) (xy 165.90246 83.753382) (xy 165.988911 83.66708) (xy 166.074105 83.752423) (xy 166.430308 83.900332) + (xy 166.815999 83.900668) (xy 167.17246 83.753382) (xy 167.445423 83.480895) (xy 167.593332 83.124692) (xy 167.593668 82.739001) + (xy 167.593668 85.995569) (xy 167.47254 86.045618) (xy 167.199577 86.318105) (xy 167.051668 86.674308) (xy 167.051332 87.059999) + (xy 167.198618 87.41646) (xy 167.471105 87.689423) (xy 167.827308 87.837332) (xy 168.212999 87.837668) (xy 168.56946 87.690382) + (xy 168.842423 87.417895) (xy 168.990332 87.061692) (xy 168.990668 86.676001) (xy 168.990668 92.121348) (xy 168.972001 92.121332) + (xy 168.61554 92.268618) (xy 168.342577 92.541105) (xy 168.194668 92.897308) (xy 168.194332 93.282999) (xy 168.341618 93.63946) + (xy 168.614105 93.912423) (xy 168.970308 94.060332) (xy 169.210539 94.060541) (xy 169.210332 94.298999) (xy 169.357618 94.65546) + (xy 169.630105 94.928423) (xy 169.986308 95.076332) (xy 170.371999 95.076668) (xy 170.72846 94.929382) (xy 171.001423 94.656895) + (xy 171.149332 94.300692) (xy 171.149668 93.915001) (xy 171.149668 96.312348) (xy 171.131001 96.312332) (xy 170.77454 96.459618) + (xy 170.501577 96.732105) (xy 170.353668 97.088308) (xy 170.353332 97.473999) (xy 170.500618 97.83046) (xy 170.773105 98.103423) + (xy 171.129308 98.251332) (xy 171.514999 98.251668) (xy 171.87146 98.104382) (xy 172.144423 97.831895) (xy 172.292332 97.475692) + (xy 172.292668 97.090001) (xy 172.247803 96.981421) (xy 172.530999 96.981668) (xy 172.88746 96.834382) (xy 173.160423 96.561895) + (xy 173.308332 96.205692) (xy 173.308668 95.820001) (xy 173.308668 108.901001) (xy 173.161382 108.54454) (xy 173.054668 108.437639) + (xy 173.054668 100.265001) (xy 172.907382 99.90854) (xy 172.634895 99.635577) (xy 172.278692 99.487668) (xy 171.893001 99.487332) + (xy 171.53654 99.634618) (xy 171.263577 99.907105) (xy 171.115668 100.263308) (xy 171.115332 100.648999) (xy 171.262618 101.00546) + (xy 171.535105 101.278423) (xy 171.891308 101.426332) (xy 172.276999 101.426668) (xy 172.63346 101.279382) (xy 172.906423 101.006895) + (xy 173.054332 100.650692) (xy 173.054668 100.265001) (xy 173.054668 108.437639) (xy 172.888895 108.271577) (xy 172.532692 108.123668) + (xy 172.147001 108.123332) (xy 171.79054 108.270618) (xy 171.517577 108.543105) (xy 171.369668 108.899308) (xy 171.369332 109.284999) + (xy 171.516618 109.64146) (xy 171.789105 109.914423) (xy 172.10511 110.04564) (xy 171.79054 110.175618) (xy 171.530668 110.435036) + (xy 171.530668 109.917001) (xy 171.383382 109.56054) (xy 171.110895 109.287577) (xy 170.754692 109.139668) (xy 170.369001 109.139332) + (xy 170.01254 109.286618) (xy 170.006668 109.292479) (xy 170.006668 104.456001) (xy 170.006668 100.646001) (xy 169.859382 100.28954) + (xy 169.586895 100.016577) (xy 169.230692 99.868668) (xy 168.845001 99.868332) (xy 168.83264 99.873439) (xy 168.969423 99.736895) + (xy 169.117332 99.380692) (xy 169.117668 98.995001) (xy 168.970382 98.63854) (xy 168.697895 98.365577) (xy 168.355565 98.223428) + (xy 168.355668 98.106001) (xy 168.208382 97.74954) (xy 168.10492 97.645898) (xy 168.228332 97.348692) (xy 168.228668 96.963001) + (xy 168.081382 96.60654) (xy 168.05858 96.583699) (xy 168.080423 96.561895) (xy 168.228332 96.205692) (xy 168.228668 95.820001) + (xy 168.081382 95.46354) (xy 167.808895 95.190577) (xy 167.452692 95.042668) (xy 167.067001 95.042332) (xy 166.71054 95.189618) + (xy 166.450668 95.449036) (xy 166.450668 93.280001) (xy 166.450668 90.740001) (xy 166.303382 90.38354) (xy 166.21708 90.297088) + (xy 166.302423 90.211895) (xy 166.450332 89.855692) (xy 166.450668 89.470001) (xy 166.303382 89.11354) (xy 166.030895 88.840577) + (xy 165.674692 88.692668) (xy 165.289001 88.692332) (xy 164.93254 88.839618) (xy 164.659577 89.112105) (xy 164.511668 89.468308) + (xy 164.511332 89.853999) (xy 164.658618 90.21046) (xy 164.744919 90.296911) (xy 164.659577 90.382105) (xy 164.511668 90.738308) + (xy 164.511332 91.123999) (xy 164.658618 91.48046) (xy 164.931105 91.753423) (xy 165.287308 91.901332) (xy 165.672999 91.901668) + (xy 166.02946 91.754382) (xy 166.302423 91.481895) (xy 166.450332 91.125692) (xy 166.450668 90.740001) (xy 166.450668 93.280001) + (xy 166.303382 92.92354) (xy 166.030895 92.650577) (xy 165.674692 92.502668) (xy 165.289001 92.502332) (xy 164.93254 92.649618) + (xy 164.659577 92.922105) (xy 164.511668 93.278308) (xy 164.511332 93.663999) (xy 164.658618 94.02046) (xy 164.931105 94.293423) + (xy 165.287308 94.441332) (xy 165.672999 94.441668) (xy 166.02946 94.294382) (xy 166.302423 94.021895) (xy 166.450332 93.665692) + (xy 166.450668 93.280001) (xy 166.450668 95.449036) (xy 166.437577 95.462105) (xy 166.289668 95.818308) (xy 166.289332 96.203999) + (xy 166.365617 96.388625) (xy 166.182692 96.312668) (xy 165.797001 96.312332) (xy 165.44054 96.459618) (xy 165.167577 96.732105) + (xy 165.019668 97.088308) (xy 165.019332 97.473999) (xy 165.166618 97.83046) (xy 165.439105 98.103423) (xy 165.795308 98.251332) + (xy 166.180999 98.251668) (xy 166.416624 98.15431) (xy 166.416332 98.489999) (xy 166.563618 98.84646) (xy 166.836105 99.119423) + (xy 167.178434 99.261571) (xy 167.178332 99.378999) (xy 167.325618 99.73546) (xy 167.598105 100.008423) (xy 167.954308 100.156332) + (xy 168.339999 100.156668) (xy 168.352359 100.15156) (xy 168.215577 100.288105) (xy 168.067668 100.644308) (xy 168.067332 101.029999) + (xy 168.214618 101.38646) (xy 168.487105 101.659423) (xy 168.843308 101.807332) (xy 169.228999 101.807668) (xy 169.58546 101.660382) + (xy 169.858423 101.387895) (xy 170.006332 101.031692) (xy 170.006668 100.646001) (xy 170.006668 104.456001) (xy 169.859382 104.09954) + (xy 169.586895 103.826577) (xy 169.230692 103.678668) (xy 169.072968 103.67853) (xy 169.117332 103.571692) (xy 169.117668 103.186001) + (xy 168.970382 102.82954) (xy 168.697895 102.556577) (xy 168.341692 102.408668) (xy 168.310922 102.408641) (xy 168.355332 102.301692) + (xy 168.355668 101.916001) (xy 168.208382 101.55954) (xy 167.935895 101.286577) (xy 167.579692 101.138668) (xy 167.194001 101.138332) + (xy 166.83754 101.285618) (xy 166.564577 101.558105) (xy 166.416668 101.914308) (xy 166.416332 102.299999) (xy 166.563618 102.65646) + (xy 166.836105 102.929423) (xy 167.192308 103.077332) (xy 167.223077 103.077358) (xy 167.178668 103.184308) (xy 167.178332 103.569999) + (xy 167.325618 103.92646) (xy 167.598105 104.199423) (xy 167.954308 104.347332) (xy 168.112031 104.347469) (xy 168.067668 104.454308) + (xy 168.067332 104.839999) (xy 168.214618 105.19646) (xy 168.487105 105.469423) (xy 168.843308 105.617332) (xy 169.228999 105.617668) + (xy 169.58546 105.470382) (xy 169.858423 105.197895) (xy 170.006332 104.841692) (xy 170.006668 104.456001) (xy 170.006668 109.292479) + (xy 169.739577 109.559105) (xy 169.591668 109.915308) (xy 169.591332 110.300999) (xy 169.738618 110.65746) (xy 170.011105 110.930423) + (xy 170.367308 111.078332) (xy 170.752999 111.078668) (xy 171.10946 110.931382) (xy 171.382423 110.658895) (xy 171.530332 110.302692) + (xy 171.530668 109.917001) (xy 171.530668 110.435036) (xy 171.517577 110.448105) (xy 171.369668 110.804308) (xy 171.369332 111.189999) + (xy 171.414196 111.298578) (xy 171.131001 111.298332) (xy 170.77454 111.445618) (xy 170.501577 111.718105) (xy 170.353668 112.074308) + (xy 170.353332 112.459999) (xy 170.500618 112.81646) (xy 170.773105 113.089423) (xy 171.129308 113.237332) (xy 171.514999 113.237668) + (xy 171.87146 113.090382) (xy 172.144423 112.817895) (xy 172.292332 112.461692) (xy 172.292668 112.076001) (xy 172.247803 111.967421) + (xy 172.530999 111.967668) (xy 172.88746 111.820382) (xy 173.160423 111.547895) (xy 173.308332 111.191692) (xy 173.308668 110.806001) + (xy 173.308668 125.284001) (xy 173.161382 124.92754) (xy 172.888895 124.654577) (xy 172.532692 124.506668) (xy 172.147001 124.506332) + (xy 171.79054 124.653618) (xy 171.517577 124.926105) (xy 171.369668 125.282308) (xy 171.369332 125.667999) (xy 171.446892 125.855709) + (xy 171.28254 125.923618) (xy 171.009577 126.196105) (xy 170.861668 126.552308) (xy 170.861332 126.937999) (xy 171.008618 127.29446) + (xy 171.281105 127.567423) (xy 171.637308 127.715332) (xy 172.022999 127.715668) (xy 172.37946 127.568382) (xy 172.652423 127.295895) + (xy 172.800332 126.939692) (xy 172.800668 126.554001) (xy 172.723107 126.36629) (xy 172.88746 126.298382) (xy 173.160423 126.025895) + (xy 173.308332 125.669692) (xy 173.308668 125.284001) (xy 173.308668 133.523459) (xy 173.112698 133.523288) (xy 172.662848 133.709162) + (xy 172.318372 134.053038) (xy 172.131713 134.502563) (xy 172.131288 134.989302) (xy 172.317162 135.439152) (xy 172.661038 135.783628) + (xy 173.110563 135.970287) (xy 173.597302 135.970712) (xy 174.047152 135.784838) (xy 174.391628 135.440962) (xy 174.578287 134.991437) + (xy 174.578712 134.504698) (xy 174.578712 137.552698) (xy 174.392838 137.102848) (xy 174.048962 136.758372) (xy 173.599437 136.571713) + (xy 173.112698 136.571288) (xy 172.662848 136.757162) (xy 172.318372 137.101038) (xy 172.131713 137.550563) (xy 172.131288 138.037302) + (xy 172.317162 138.487152) (xy 172.661038 138.831628) (xy 173.110563 139.018287) (xy 173.597302 139.018712) (xy 174.047152 138.832838) + (xy 174.391628 138.488962) (xy 174.578287 138.039437) (xy 174.578712 137.552698) (xy 174.578712 142.378698) (xy 174.392838 141.928848) + (xy 174.048962 141.584372) (xy 173.599437 141.397713) (xy 173.112698 141.397288) (xy 172.662848 141.583162) (xy 172.318372 141.927038) + (xy 172.131713 142.376563) (xy 172.131288 142.863302) (xy 172.317162 143.313152) (xy 172.661038 143.657628) (xy 173.110563 143.844287) + (xy 173.597302 143.844712) (xy 174.047152 143.658838) (xy 174.391628 143.314962) (xy 174.578287 142.865437) (xy 174.578712 142.378698) + (xy 174.578712 154.3134) (xy 173.689668 154.3134) (xy 173.689668 152.843001) (xy 173.542382 152.48654) (xy 173.269895 152.213577) + (xy 172.913692 152.065668) (xy 172.528001 152.065332) (xy 172.17154 152.212618) (xy 172.085088 152.298919) (xy 172.038712 152.252461) + (xy 172.038712 142.378698) (xy 172.038712 137.552698) (xy 172.038712 134.504698) (xy 171.852838 134.054848) (xy 171.508962 133.710372) + (xy 171.059437 133.523713) (xy 170.572698 133.523288) (xy 170.122848 133.709162) (xy 169.778372 134.053038) (xy 169.591713 134.502563) + (xy 169.591288 134.989302) (xy 169.777162 135.439152) (xy 170.121038 135.783628) (xy 170.570563 135.970287) (xy 171.057302 135.970712) + (xy 171.507152 135.784838) (xy 171.851628 135.440962) (xy 172.038287 134.991437) (xy 172.038712 134.504698) (xy 172.038712 137.552698) + (xy 171.852838 137.102848) (xy 171.508962 136.758372) (xy 171.059437 136.571713) (xy 170.572698 136.571288) (xy 170.122848 136.757162) + (xy 169.778372 137.101038) (xy 169.591713 137.550563) (xy 169.591288 138.037302) (xy 169.777162 138.487152) (xy 170.121038 138.831628) + (xy 170.570563 139.018287) (xy 171.057302 139.018712) (xy 171.507152 138.832838) (xy 171.851628 138.488962) (xy 172.038287 138.039437) + (xy 172.038712 137.552698) (xy 172.038712 142.378698) (xy 171.852838 141.928848) (xy 171.508962 141.584372) (xy 171.059437 141.397713) + (xy 170.572698 141.397288) (xy 170.122848 141.583162) (xy 169.778372 141.927038) (xy 169.591713 142.376563) (xy 169.591288 142.863302) + (xy 169.777162 143.313152) (xy 170.121038 143.657628) (xy 170.570563 143.844287) (xy 171.057302 143.844712) (xy 171.507152 143.658838) + (xy 171.851628 143.314962) (xy 172.038287 142.865437) (xy 172.038712 142.378698) (xy 172.038712 152.252461) (xy 171.999895 152.213577) + (xy 171.643692 152.065668) (xy 171.258001 152.065332) (xy 170.90154 152.212618) (xy 170.628577 152.485105) (xy 170.480668 152.841308) + (xy 170.480332 153.226999) (xy 170.627618 153.58346) (xy 170.900105 153.856423) (xy 171.256308 154.004332) (xy 171.641999 154.004668) + (xy 171.99846 153.857382) (xy 172.084911 153.77108) (xy 172.170105 153.856423) (xy 172.526308 154.004332) (xy 172.911999 154.004668) + (xy 173.26846 153.857382) (xy 173.541423 153.584895) (xy 173.689332 153.228692) (xy 173.689668 152.843001) (xy 173.689668 154.3134) + (xy 173.609 154.3134) (xy 173.369211 154.361097) (xy 173.247092 154.442693) (xy 169.879668 154.461297) (xy 169.879668 152.843001) + (xy 169.879668 150.303001) (xy 169.732382 149.94654) (xy 169.498712 149.712461) (xy 169.498712 142.378698) (xy 169.498712 137.552698) + (xy 169.498712 134.504698) (xy 169.312838 134.054848) (xy 168.990668 133.732115) (xy 168.990668 114.362001) (xy 168.843382 114.00554) + (xy 168.570895 113.732577) (xy 168.482668 113.695941) (xy 168.482668 105.726001) (xy 168.335382 105.36954) (xy 168.062895 105.096577) + (xy 167.706692 104.948668) (xy 167.321001 104.948332) (xy 166.96454 105.095618) (xy 166.691577 105.368105) (xy 166.543668 105.724308) + (xy 166.543332 106.109999) (xy 166.690618 106.46646) (xy 166.963105 106.739423) (xy 167.319308 106.887332) (xy 167.704999 106.887668) + (xy 168.06146 106.740382) (xy 168.334423 106.467895) (xy 168.482332 106.111692) (xy 168.482668 105.726001) (xy 168.482668 113.695941) + (xy 168.214692 113.584668) (xy 167.829001 113.584332) (xy 167.47254 113.731618) (xy 167.466668 113.737479) (xy 167.466668 112.076001) + (xy 167.319382 111.71954) (xy 167.046895 111.446577) (xy 166.690692 111.298668) (xy 166.305001 111.298332) (xy 165.94854 111.445618) + (xy 165.675577 111.718105) (xy 165.527668 112.074308) (xy 165.527332 112.459999) (xy 165.674618 112.81646) (xy 165.947105 113.089423) + (xy 166.303308 113.237332) (xy 166.688999 113.237668) (xy 167.04546 113.090382) (xy 167.318423 112.817895) (xy 167.466332 112.461692) + (xy 167.466668 112.076001) (xy 167.466668 113.737479) (xy 167.199577 114.004105) (xy 167.051668 114.360308) (xy 167.051332 114.745999) + (xy 167.198618 115.10246) (xy 167.471105 115.375423) (xy 167.827308 115.523332) (xy 168.212999 115.523668) (xy 168.56946 115.376382) + (xy 168.842423 115.103895) (xy 168.990332 114.747692) (xy 168.990668 114.362001) (xy 168.990668 133.732115) (xy 168.968962 133.710372) + (xy 168.519437 133.523713) (xy 168.032698 133.523288) (xy 167.582848 133.709162) (xy 167.466668 133.825139) (xy 167.466668 126.554001) + (xy 167.319382 126.19754) (xy 167.046895 125.924577) (xy 166.690692 125.776668) (xy 166.577668 125.776569) (xy 166.577668 117.664001) + (xy 166.430382 117.30754) (xy 166.34408 117.221088) (xy 166.429423 117.135895) (xy 166.577332 116.779692) (xy 166.577668 116.394001) + (xy 166.430382 116.03754) (xy 166.157895 115.764577) (xy 165.801692 115.616668) (xy 165.416001 115.616332) (xy 165.05954 115.763618) + (xy 164.786577 116.036105) (xy 164.638668 116.392308) (xy 164.638332 116.777999) (xy 164.785618 117.13446) (xy 164.871919 117.220911) + (xy 164.786577 117.306105) (xy 164.638668 117.662308) (xy 164.638332 118.047999) (xy 164.785618 118.40446) (xy 165.058105 118.677423) + (xy 165.414308 118.825332) (xy 165.799999 118.825668) (xy 166.15646 118.678382) (xy 166.429423 118.405895) (xy 166.577332 118.049692) + (xy 166.577668 117.664001) (xy 166.577668 125.776569) (xy 166.305001 125.776332) (xy 166.273676 125.789274) (xy 166.323332 125.669692) + (xy 166.323668 125.284001) (xy 166.176382 124.92754) (xy 166.09008 124.841088) (xy 166.175423 124.755895) (xy 166.323332 124.399692) + (xy 166.323668 124.014001) (xy 166.176382 123.65754) (xy 166.09008 123.571088) (xy 166.175423 123.485895) (xy 166.323332 123.129692) + (xy 166.323668 122.744001) (xy 166.176382 122.38754) (xy 166.09008 122.301088) (xy 166.175423 122.215895) (xy 166.323332 121.859692) + (xy 166.323668 121.474001) (xy 166.176382 121.11754) (xy 166.09008 121.031088) (xy 166.175423 120.945895) (xy 166.323332 120.589692) + (xy 166.323668 120.204001) (xy 166.176382 119.84754) (xy 165.903895 119.574577) (xy 165.547692 119.426668) (xy 165.162001 119.426332) + (xy 164.80554 119.573618) (xy 164.532577 119.846105) (xy 164.384668 120.202308) (xy 164.384332 120.587999) (xy 164.531618 120.94446) + (xy 164.617919 121.030911) (xy 164.532577 121.116105) (xy 164.384668 121.472308) (xy 164.384332 121.857999) (xy 164.531618 122.21446) + (xy 164.617919 122.300911) (xy 164.532577 122.386105) (xy 164.384668 122.742308) (xy 164.384332 123.127999) (xy 164.531618 123.48446) + (xy 164.617919 123.570911) (xy 164.532577 123.656105) (xy 164.384668 124.012308) (xy 164.384332 124.397999) (xy 164.531618 124.75446) + (xy 164.617919 124.840911) (xy 164.532577 124.926105) (xy 164.384668 125.282308) (xy 164.384332 125.667999) (xy 164.531618 126.02446) + (xy 164.804105 126.297423) (xy 165.160308 126.445332) (xy 165.545999 126.445668) (xy 165.577323 126.432725) (xy 165.527668 126.552308) + (xy 165.527332 126.937999) (xy 165.674618 127.29446) (xy 165.947105 127.567423) (xy 166.303308 127.715332) (xy 166.688999 127.715668) + (xy 167.04546 127.568382) (xy 167.318423 127.295895) (xy 167.466332 126.939692) (xy 167.466668 126.554001) (xy 167.466668 133.825139) + (xy 167.238372 134.053038) (xy 167.147831 134.271083) (xy 167.065382 134.07154) (xy 166.792895 133.798577) (xy 166.436692 133.650668) + (xy 166.051001 133.650332) (xy 165.69454 133.797618) (xy 165.421577 134.070105) (xy 165.273668 134.426308) (xy 165.273332 134.811999) + (xy 165.420618 135.16846) (xy 165.693105 135.441423) (xy 166.049308 135.589332) (xy 166.434999 135.589668) (xy 166.79146 135.442382) + (xy 167.064423 135.169895) (xy 167.095241 135.095676) (xy 167.237162 135.439152) (xy 167.581038 135.783628) (xy 168.030563 135.970287) + (xy 168.517302 135.970712) (xy 168.967152 135.784838) (xy 169.311628 135.440962) (xy 169.498287 134.991437) (xy 169.498712 134.504698) + (xy 169.498712 137.552698) (xy 169.312838 137.102848) (xy 168.968962 136.758372) (xy 168.519437 136.571713) (xy 168.032698 136.571288) + (xy 167.582848 136.757162) (xy 167.238372 137.101038) (xy 167.051713 137.550563) (xy 167.051641 137.632077) (xy 166.944692 137.587668) + (xy 166.559001 137.587332) (xy 166.20254 137.734618) (xy 165.929577 138.007105) (xy 165.781668 138.363308) (xy 165.781332 138.748999) + (xy 165.928618 139.10546) (xy 166.201105 139.378423) (xy 166.557308 139.526332) (xy 166.942999 139.526668) (xy 167.29946 139.379382) + (xy 167.572423 139.106895) (xy 167.671181 138.869058) (xy 168.030563 139.018287) (xy 168.517302 139.018712) (xy 168.967152 138.832838) + (xy 169.311628 138.488962) (xy 169.498287 138.039437) (xy 169.498712 137.552698) (xy 169.498712 142.378698) (xy 169.312838 141.928848) + (xy 168.968962 141.584372) (xy 168.519437 141.397713) (xy 168.032698 141.397288) (xy 167.582848 141.583162) (xy 167.238372 141.927038) + (xy 167.051713 142.376563) (xy 167.051288 142.863302) (xy 167.237162 143.313152) (xy 167.581038 143.657628) (xy 168.030563 143.844287) + (xy 168.517302 143.844712) (xy 168.967152 143.658838) (xy 169.311628 143.314962) (xy 169.498287 142.865437) (xy 169.498712 142.378698) + (xy 169.498712 149.712461) (xy 169.459895 149.673577) (xy 169.103692 149.525668) (xy 168.718001 149.525332) (xy 168.36154 149.672618) + (xy 168.088577 149.945105) (xy 167.957359 150.26111) (xy 167.827382 149.94654) (xy 167.554895 149.673577) (xy 167.198692 149.525668) + (xy 166.813001 149.525332) (xy 166.45654 149.672618) (xy 166.183577 149.945105) (xy 166.052359 150.26111) (xy 165.922382 149.94654) + (xy 165.649895 149.673577) (xy 165.293692 149.525668) (xy 164.908001 149.525332) (xy 164.55154 149.672618) (xy 164.278577 149.945105) + (xy 164.147359 150.26111) (xy 164.017382 149.94654) (xy 163.910668 149.839639) (xy 163.910668 118.934001) (xy 163.763382 118.57754) + (xy 163.656668 118.470639) (xy 163.656668 96.074001) (xy 163.509382 95.71754) (xy 163.402668 95.610639) (xy 163.402668 88.200001) + (xy 163.255382 87.84354) (xy 163.16908 87.757088) (xy 163.254423 87.671895) (xy 163.402332 87.315692) (xy 163.402668 86.930001) + (xy 163.255382 86.57354) (xy 162.982895 86.300577) (xy 162.626692 86.152668) (xy 162.241001 86.152332) (xy 162.005668 86.249569) + (xy 162.005668 75.246001) (xy 161.858382 74.88954) (xy 161.751668 74.782639) (xy 161.751668 67.880001) (xy 161.604382 67.52354) + (xy 161.331895 67.250577) (xy 160.975692 67.102668) (xy 160.590001 67.102332) (xy 160.23354 67.249618) (xy 159.960577 67.522105) + (xy 159.812668 67.878308) (xy 159.812332 68.263999) (xy 159.959618 68.62046) (xy 160.232105 68.893423) (xy 160.588308 69.041332) + (xy 160.973999 69.041668) (xy 161.33046 68.894382) (xy 161.603423 68.621895) (xy 161.751332 68.265692) (xy 161.751668 67.880001) + (xy 161.751668 74.782639) (xy 161.585895 74.616577) (xy 161.229692 74.468668) (xy 160.844001 74.468332) (xy 160.48754 74.615618) + (xy 160.227668 74.875036) (xy 160.227668 71.309001) (xy 160.080382 70.95254) (xy 159.807895 70.679577) (xy 159.451692 70.531668) + (xy 159.066001 70.531332) (xy 158.957668 70.576094) (xy 158.957668 68.134001) (xy 158.810382 67.77754) (xy 158.537895 67.504577) + (xy 158.181692 67.356668) (xy 157.796001 67.356332) (xy 157.43954 67.503618) (xy 157.416699 67.526419) (xy 157.394895 67.504577) + (xy 157.038692 67.356668) (xy 156.653001 67.356332) (xy 156.29654 67.503618) (xy 156.023577 67.776105) (xy 155.875668 68.132308) + (xy 155.875332 68.517999) (xy 156.022618 68.87446) (xy 156.295105 69.147423) (xy 156.651308 69.295332) (xy 157.036999 69.295668) + (xy 157.39346 69.148382) (xy 157.4163 69.12558) (xy 157.438105 69.147423) (xy 157.794308 69.295332) (xy 158.179999 69.295668) + (xy 158.53646 69.148382) (xy 158.809423 68.875895) (xy 158.957332 68.519692) (xy 158.957668 68.134001) (xy 158.957668 70.576094) + (xy 158.70954 70.678618) (xy 158.436577 70.951105) (xy 158.288668 71.307308) (xy 158.288332 71.692999) (xy 158.435618 72.04946) + (xy 158.708105 72.322423) (xy 159.064308 72.470332) (xy 159.449999 72.470668) (xy 159.80646 72.323382) (xy 160.079423 72.050895) + (xy 160.227332 71.694692) (xy 160.227668 71.309001) (xy 160.227668 74.875036) (xy 160.214577 74.888105) (xy 160.066668 75.244308) + (xy 160.066332 75.629999) (xy 160.213618 75.98646) (xy 160.486105 76.259423) (xy 160.842308 76.407332) (xy 161.227999 76.407668) + (xy 161.58446 76.260382) (xy 161.857423 75.987895) (xy 162.005332 75.631692) (xy 162.005668 75.246001) (xy 162.005668 86.249569) + (xy 161.88454 86.299618) (xy 161.611577 86.572105) (xy 161.463668 86.928308) (xy 161.463332 87.313999) (xy 161.610618 87.67046) + (xy 161.696919 87.756911) (xy 161.611577 87.842105) (xy 161.463668 88.198308) (xy 161.463332 88.583999) (xy 161.610618 88.94046) + (xy 161.883105 89.213423) (xy 162.239308 89.361332) (xy 162.624999 89.361668) (xy 162.98146 89.214382) (xy 163.254423 88.941895) + (xy 163.402332 88.585692) (xy 163.402668 88.200001) (xy 163.402668 95.610639) (xy 163.236895 95.444577) (xy 162.894455 95.302382) + (xy 162.894668 95.058001) (xy 162.747382 94.70154) (xy 162.474895 94.428577) (xy 162.312191 94.361016) (xy 162.47346 94.294382) + (xy 162.746423 94.021895) (xy 162.894332 93.665692) (xy 162.894668 93.280001) (xy 162.747382 92.92354) (xy 162.66108 92.837088) + (xy 162.746423 92.751895) (xy 162.894332 92.395692) (xy 162.894668 92.010001) (xy 162.747382 91.65354) (xy 162.474895 91.380577) + (xy 162.118692 91.232668) (xy 161.733001 91.232332) (xy 161.37654 91.379618) (xy 161.103577 91.652105) (xy 160.989668 91.926427) + (xy 160.989668 86.930001) (xy 160.842382 86.57354) (xy 160.569895 86.300577) (xy 160.213692 86.152668) (xy 159.828001 86.152332) + (xy 159.47154 86.299618) (xy 159.198577 86.572105) (xy 159.050668 86.928308) (xy 159.050332 87.313999) (xy 159.197618 87.67046) + (xy 159.470105 87.943423) (xy 159.826308 88.091332) (xy 160.211999 88.091668) (xy 160.56846 87.944382) (xy 160.841423 87.671895) + (xy 160.989332 87.315692) (xy 160.989668 86.930001) (xy 160.989668 91.926427) (xy 160.955668 92.008308) (xy 160.955332 92.393999) + (xy 161.102618 92.75046) (xy 161.188919 92.836911) (xy 161.103577 92.922105) (xy 160.955668 93.278308) (xy 160.955332 93.663999) + (xy 161.102618 94.02046) (xy 161.375105 94.293423) (xy 161.537808 94.360983) (xy 161.37654 94.427618) (xy 161.103577 94.700105) + (xy 160.955668 95.056308) (xy 160.955332 95.441999) (xy 161.102618 95.79846) (xy 161.375105 96.071423) (xy 161.717544 96.213617) + (xy 161.717332 96.457999) (xy 161.864618 96.81446) (xy 162.137105 97.087423) (xy 162.493308 97.235332) (xy 162.878999 97.235668) + (xy 163.23546 97.088382) (xy 163.508423 96.815895) (xy 163.656332 96.459692) (xy 163.656668 96.074001) (xy 163.656668 118.470639) + (xy 163.490895 118.304577) (xy 163.134692 118.156668) (xy 162.749001 118.156332) (xy 162.39254 118.303618) (xy 162.165075 118.530685) + (xy 162.259332 118.303692) (xy 162.259668 117.918001) (xy 162.112382 117.56154) (xy 161.839895 117.288577) (xy 161.624668 117.199206) + (xy 161.624668 106.869001) (xy 161.477382 106.51254) (xy 161.204895 106.239577) (xy 160.989668 106.150206) (xy 160.989668 99.249001) + (xy 160.842382 98.89254) (xy 160.735668 98.785639) (xy 160.735668 92.772001) (xy 160.588382 92.41554) (xy 160.315895 92.142577) + (xy 159.959692 91.994668) (xy 159.574001 91.994332) (xy 159.21754 92.141618) (xy 158.944577 92.414105) (xy 158.796668 92.770308) + (xy 158.796332 93.155999) (xy 158.943618 93.51246) (xy 159.216105 93.785423) (xy 159.572308 93.933332) (xy 159.957999 93.933668) + (xy 160.31446 93.786382) (xy 160.587423 93.513895) (xy 160.735332 93.157692) (xy 160.735668 92.772001) (xy 160.735668 98.785639) + (xy 160.569895 98.619577) (xy 160.213692 98.471668) (xy 159.828001 98.471332) (xy 159.47154 98.618618) (xy 159.198577 98.891105) + (xy 159.050668 99.247308) (xy 159.050332 99.632999) (xy 159.154194 99.884366) (xy 158.83654 100.015618) (xy 158.563577 100.288105) + (xy 158.415668 100.644308) (xy 158.415332 101.029999) (xy 158.562618 101.38646) (xy 158.835105 101.659423) (xy 159.191308 101.807332) + (xy 159.576999 101.807668) (xy 159.93346 101.660382) (xy 160.206423 101.387895) (xy 160.354332 101.031692) (xy 160.354668 100.646001) + (xy 160.250805 100.394633) (xy 160.56846 100.263382) (xy 160.841423 99.990895) (xy 160.989332 99.634692) (xy 160.989668 99.249001) + (xy 160.989668 106.150206) (xy 160.848692 106.091668) (xy 160.463001 106.091332) (xy 160.10654 106.238618) (xy 159.973668 106.371258) + (xy 159.973668 103.186001) (xy 159.826382 102.82954) (xy 159.553895 102.556577) (xy 159.197692 102.408668) (xy 158.812001 102.408332) + (xy 158.45554 102.555618) (xy 158.182577 102.828105) (xy 158.034668 103.184308) (xy 158.034332 103.569999) (xy 158.07915 103.678468) + (xy 157.923001 103.678332) (xy 157.56654 103.825618) (xy 157.293577 104.098105) (xy 157.252318 104.197465) (xy 157.159382 103.97254) + (xy 156.886895 103.699577) (xy 156.829406 103.675705) (xy 156.925332 103.444692) (xy 156.925668 103.059001) (xy 156.778382 102.70254) + (xy 156.505895 102.429577) (xy 156.417668 102.392941) (xy 156.417668 71.309001) (xy 156.270382 70.95254) (xy 155.997895 70.679577) + (xy 155.641692 70.531668) (xy 155.256001 70.531332) (xy 154.89954 70.678618) (xy 154.626577 70.951105) (xy 154.478668 71.307308) + (xy 154.478563 71.42671) (xy 154.13754 71.567618) (xy 153.864577 71.840105) (xy 153.716668 72.196308) (xy 153.716332 72.581999) + (xy 153.863618 72.93846) (xy 154.136105 73.211423) (xy 154.492308 73.359332) (xy 154.877999 73.359668) (xy 155.23446 73.212382) + (xy 155.507423 72.939895) (xy 155.655332 72.583692) (xy 155.655436 72.464289) (xy 155.99646 72.323382) (xy 156.269423 72.050895) + (xy 156.417332 71.694692) (xy 156.417668 71.309001) (xy 156.417668 102.392941) (xy 156.149692 102.281668) (xy 156.036668 102.281569) + (xy 156.036668 98.715601) (xy 156.036668 94.042001) (xy 156.036668 81.215001) (xy 155.889382 80.85854) (xy 155.616895 80.585577) + (xy 155.260692 80.437668) (xy 154.875001 80.437332) (xy 154.51854 80.584618) (xy 154.245577 80.857105) (xy 154.097668 81.213308) + (xy 154.097332 81.598999) (xy 154.244618 81.95546) (xy 154.517105 82.228423) (xy 154.873308 82.376332) (xy 155.258999 82.376668) + (xy 155.61546 82.229382) (xy 155.888423 81.956895) (xy 156.036332 81.600692) (xy 156.036668 81.215001) (xy 156.036668 94.042001) + (xy 155.889382 93.68554) (xy 155.782668 93.578639) (xy 155.782668 87.946001) (xy 155.635382 87.58954) (xy 155.362895 87.316577) + (xy 155.006692 87.168668) (xy 154.621001 87.168332) (xy 154.26454 87.315618) (xy 154.258668 87.321479) (xy 154.258668 82.104001) + (xy 154.111382 81.74754) (xy 154.004668 81.640639) (xy 154.004668 75.500001) (xy 153.857382 75.14354) (xy 153.584895 74.870577) + (xy 153.228692 74.722668) (xy 152.861668 74.722348) (xy 152.861668 67.753001) (xy 152.714382 67.39654) (xy 152.441895 67.123577) + (xy 152.085692 66.975668) (xy 151.700001 66.975332) (xy 151.34354 67.122618) (xy 151.070577 67.395105) (xy 150.922668 67.751308) + (xy 150.922332 68.136999) (xy 151.069618 68.49346) (xy 151.342105 68.766423) (xy 151.698308 68.914332) (xy 152.083999 68.914668) + (xy 152.44046 68.767382) (xy 152.713423 68.494895) (xy 152.861332 68.138692) (xy 152.861668 67.753001) (xy 152.861668 74.722348) + (xy 152.843001 74.722332) (xy 152.48654 74.869618) (xy 152.213577 75.142105) (xy 152.065668 75.498308) (xy 152.065332 75.883999) + (xy 152.212618 76.24046) (xy 152.485105 76.513423) (xy 152.841308 76.661332) (xy 153.226999 76.661668) (xy 153.58346 76.514382) + (xy 153.856423 76.241895) (xy 154.004332 75.885692) (xy 154.004668 75.500001) (xy 154.004668 81.640639) (xy 153.838895 81.474577) + (xy 153.482692 81.326668) (xy 153.097001 81.326332) (xy 152.74054 81.473618) (xy 152.467577 81.746105) (xy 152.319668 82.102308) + (xy 152.319332 82.487999) (xy 152.466618 82.84446) (xy 152.739105 83.117423) (xy 153.095308 83.265332) (xy 153.480999 83.265668) + (xy 153.83746 83.118382) (xy 154.110423 82.845895) (xy 154.258332 82.489692) (xy 154.258668 82.104001) (xy 154.258668 87.321479) + (xy 153.991577 87.588105) (xy 153.843668 87.944308) (xy 153.843332 88.329999) (xy 153.990618 88.68646) (xy 154.263105 88.959423) + (xy 154.619308 89.107332) (xy 155.004999 89.107668) (xy 155.36146 88.960382) (xy 155.634423 88.687895) (xy 155.782332 88.331692) + (xy 155.782668 87.946001) (xy 155.782668 93.578639) (xy 155.616895 93.412577) (xy 155.260692 93.264668) (xy 154.875001 93.264332) + (xy 154.51854 93.411618) (xy 154.245577 93.684105) (xy 154.097668 94.040308) (xy 154.097332 94.425999) (xy 154.244618 94.78246) + (xy 154.517105 95.055423) (xy 154.873308 95.203332) (xy 155.258999 95.203668) (xy 155.61546 95.056382) (xy 155.888423 94.783895) + (xy 156.036332 94.427692) (xy 156.036668 94.042001) (xy 156.036668 98.715601) (xy 155.889382 98.35914) (xy 155.616895 98.086177) + (xy 155.260692 97.938268) (xy 154.875001 97.937932) (xy 154.51854 98.085218) (xy 154.245577 98.357705) (xy 154.097668 98.713908) + (xy 154.097332 99.099599) (xy 154.183856 99.309005) (xy 154.01054 99.380618) (xy 153.737577 99.653105) (xy 153.589668 100.009308) + (xy 153.589332 100.394999) (xy 153.736618 100.75146) (xy 154.009105 101.024423) (xy 154.365308 101.172332) (xy 154.750999 101.172668) + (xy 155.10746 101.025382) (xy 155.380423 100.752895) (xy 155.528332 100.396692) (xy 155.528668 100.011001) (xy 155.442143 99.801594) + (xy 155.61546 99.729982) (xy 155.888423 99.457495) (xy 156.036332 99.101292) (xy 156.036668 98.715601) (xy 156.036668 102.281569) + (xy 155.764001 102.281332) (xy 155.40754 102.428618) (xy 155.134577 102.701105) (xy 154.986668 103.057308) (xy 154.986332 103.442999) + (xy 155.133618 103.79946) (xy 155.406105 104.072423) (xy 155.463593 104.096294) (xy 155.367668 104.327308) (xy 155.367332 104.712999) + (xy 155.514618 105.06946) (xy 155.787105 105.342423) (xy 156.143308 105.490332) (xy 156.528999 105.490668) (xy 156.88546 105.343382) + (xy 157.158423 105.070895) (xy 157.199681 104.971534) (xy 157.292618 105.19646) (xy 157.565105 105.469423) (xy 157.921308 105.617332) + (xy 158.306999 105.617668) (xy 158.66346 105.470382) (xy 158.936423 105.197895) (xy 159.084332 104.841692) (xy 159.084668 104.456001) + (xy 159.039849 104.347531) (xy 159.195999 104.347668) (xy 159.55246 104.200382) (xy 159.825423 103.927895) (xy 159.973332 103.571692) + (xy 159.973668 103.186001) (xy 159.973668 106.371258) (xy 159.833577 106.511105) (xy 159.685668 106.867308) (xy 159.685332 107.252999) + (xy 159.832618 107.60946) (xy 160.105105 107.882423) (xy 160.461308 108.030332) (xy 160.846999 108.030668) (xy 161.20346 107.883382) + (xy 161.476423 107.610895) (xy 161.624332 107.254692) (xy 161.624668 106.869001) (xy 161.624668 117.199206) (xy 161.483692 117.140668) + (xy 161.098001 117.140332) (xy 160.74154 117.287618) (xy 160.468577 117.560105) (xy 160.320668 117.916308) (xy 160.320332 118.301999) + (xy 160.467618 118.65846) (xy 160.740105 118.931423) (xy 161.096308 119.079332) (xy 161.481999 119.079668) (xy 161.83846 118.932382) + (xy 162.065924 118.705314) (xy 161.971668 118.932308) (xy 161.971332 119.317999) (xy 162.118618 119.67446) (xy 162.391105 119.947423) + (xy 162.747308 120.095332) (xy 163.132999 120.095668) (xy 163.48946 119.948382) (xy 163.762423 119.675895) (xy 163.910332 119.319692) + (xy 163.910668 118.934001) (xy 163.910668 149.839639) (xy 163.744895 149.673577) (xy 163.388692 149.525668) (xy 163.021668 149.525348) + (xy 163.021668 147.128001) (xy 162.874382 146.77154) (xy 162.601895 146.498577) (xy 162.245692 146.350668) (xy 161.860001 146.350332) + (xy 161.50354 146.497618) (xy 161.230577 146.770105) (xy 161.116746 147.044239) (xy 160.975692 146.985668) (xy 160.590001 146.985332) + (xy 160.23354 147.132618) (xy 160.100668 147.265258) (xy 160.100668 130.237001) (xy 159.953382 129.88054) (xy 159.680895 129.607577) + (xy 159.324692 129.459668) (xy 158.939001 129.459332) (xy 158.58254 129.606618) (xy 158.309577 129.879105) (xy 158.161668 130.235308) + (xy 158.161332 130.620999) (xy 158.308618 130.97746) (xy 158.581105 131.250423) (xy 158.937308 131.398332) (xy 159.322999 131.398668) + (xy 159.67946 131.251382) (xy 159.952423 130.978895) (xy 160.100332 130.622692) (xy 160.100668 130.237001) (xy 160.100668 147.265258) + (xy 159.960577 147.405105) (xy 159.812668 147.761308) (xy 159.812332 148.146999) (xy 159.959618 148.50346) (xy 160.232105 148.776423) + (xy 160.588308 148.924332) (xy 160.973999 148.924668) (xy 161.33046 148.777382) (xy 161.603423 148.504895) (xy 161.717253 148.23076) + (xy 161.858308 148.289332) (xy 162.243999 148.289668) (xy 162.60046 148.142382) (xy 162.873423 147.869895) (xy 163.021332 147.513692) + (xy 163.021668 147.128001) (xy 163.021668 149.525348) (xy 163.003001 149.525332) (xy 162.64654 149.672618) (xy 162.373577 149.945105) + (xy 162.242359 150.26111) (xy 162.112382 149.94654) (xy 161.839895 149.673577) (xy 161.483692 149.525668) (xy 161.098001 149.525332) + (xy 160.74154 149.672618) (xy 160.468577 149.945105) (xy 160.320668 150.301308) (xy 160.320332 150.686999) (xy 160.467618 151.04346) + (xy 160.553919 151.129911) (xy 160.468577 151.215105) (xy 160.320668 151.571308) (xy 160.320332 151.956999) (xy 160.467618 152.31346) + (xy 160.740105 152.586423) (xy 161.096308 152.734332) (xy 161.481999 152.734668) (xy 161.83846 152.587382) (xy 162.111423 152.314895) + (xy 162.24264 151.998889) (xy 162.372618 152.31346) (xy 162.645105 152.586423) (xy 163.001308 152.734332) (xy 163.386999 152.734668) + (xy 163.74346 152.587382) (xy 164.016423 152.314895) (xy 164.164332 151.958692) (xy 164.164668 151.573001) (xy 164.017382 151.21654) + (xy 163.93108 151.130088) (xy 164.016423 151.044895) (xy 164.14764 150.728889) (xy 164.277618 151.04346) (xy 164.550105 151.316423) + (xy 164.906308 151.464332) (xy 165.291999 151.464668) (xy 165.64846 151.317382) (xy 165.921423 151.044895) (xy 166.05264 150.728889) + (xy 166.182618 151.04346) (xy 166.455105 151.316423) (xy 166.811308 151.464332) (xy 167.196999 151.464668) (xy 167.55346 151.317382) + (xy 167.826423 151.044895) (xy 167.95764 150.728889) (xy 168.087618 151.04346) (xy 168.360105 151.316423) (xy 168.716308 151.464332) + (xy 169.101999 151.464668) (xy 169.45846 151.317382) (xy 169.731423 151.044895) (xy 169.879332 150.688692) (xy 169.879668 150.303001) + (xy 169.879668 152.843001) (xy 169.732382 152.48654) (xy 169.459895 152.213577) (xy 169.103692 152.065668) (xy 168.718001 152.065332) + (xy 168.36154 152.212618) (xy 168.088577 152.485105) (xy 167.940668 152.841308) (xy 167.940332 153.226999) (xy 168.087618 153.58346) + (xy 168.360105 153.856423) (xy 168.716308 154.004332) (xy 169.101999 154.004668) (xy 169.45846 153.857382) (xy 169.731423 153.584895) + (xy 169.879332 153.228692) (xy 169.879668 152.843001) (xy 169.879668 154.461297) (xy 159.719668 154.51743) (xy 159.719668 148.144001) + (xy 159.572382 147.78754) (xy 159.299895 147.514577) (xy 158.943692 147.366668) (xy 158.558001 147.366332) (xy 158.415113 147.425371) + (xy 158.302382 147.15254) (xy 158.029895 146.879577) (xy 157.673692 146.731668) (xy 157.288001 146.731332) (xy 157.179668 146.776094) + (xy 157.179668 114.108001) (xy 157.052668 113.800636) (xy 157.052668 110.806001) (xy 156.905382 110.44954) (xy 156.81908 110.363088) + (xy 156.904423 110.277895) (xy 157.052332 109.921692) (xy 157.052668 109.536001) (xy 156.905382 109.17954) (xy 156.81908 109.093088) + (xy 156.904423 109.007895) (xy 157.052332 108.651692) (xy 157.052668 108.266001) (xy 156.905382 107.90954) (xy 156.81908 107.823088) + (xy 156.904423 107.737895) (xy 157.052332 107.381692) (xy 157.052668 106.996001) (xy 156.905382 106.63954) (xy 156.632895 106.366577) + (xy 156.276692 106.218668) (xy 155.891001 106.218332) (xy 155.53454 106.365618) (xy 155.261577 106.638105) (xy 155.113668 106.994308) + (xy 155.113332 107.379999) (xy 155.260618 107.73646) (xy 155.346919 107.822911) (xy 155.261577 107.908105) (xy 155.113668 108.264308) + (xy 155.113332 108.649999) (xy 155.260618 109.00646) (xy 155.346919 109.092911) (xy 155.261577 109.178105) (xy 155.113668 109.534308) + (xy 155.113332 109.919999) (xy 155.260618 110.27646) (xy 155.346919 110.362911) (xy 155.261577 110.448105) (xy 155.113668 110.804308) + (xy 155.113332 111.189999) (xy 155.260618 111.54646) (xy 155.533105 111.819423) (xy 155.889308 111.967332) (xy 156.274999 111.967668) + (xy 156.63146 111.820382) (xy 156.904423 111.547895) (xy 157.052332 111.191692) (xy 157.052668 110.806001) (xy 157.052668 113.800636) + (xy 157.032382 113.75154) (xy 156.759895 113.478577) (xy 156.403692 113.330668) (xy 156.018001 113.330332) (xy 155.66154 113.477618) + (xy 155.388577 113.750105) (xy 155.240668 114.106308) (xy 155.240332 114.491999) (xy 155.387618 114.84846) (xy 155.660105 115.121423) + (xy 156.016308 115.269332) (xy 156.401999 115.269668) (xy 156.75846 115.122382) (xy 157.031423 114.849895) (xy 157.179332 114.493692) + (xy 157.179668 114.108001) (xy 157.179668 146.776094) (xy 156.93154 146.878618) (xy 156.658577 147.151105) (xy 156.510668 147.507308) + (xy 156.510374 147.844701) (xy 156.276692 147.747668) (xy 155.909668 147.747348) (xy 155.909668 139.254001) (xy 155.782668 138.946636) + (xy 155.782668 136.714001) (xy 155.635382 136.35754) (xy 155.362895 136.084577) (xy 155.274363 136.047815) (xy 155.274668 135.698001) + (xy 155.127382 135.34154) (xy 155.04108 135.255088) (xy 155.126423 135.169895) (xy 155.274332 134.813692) (xy 155.274668 134.428001) + (xy 155.274668 131.888001) (xy 155.274668 129.348001) (xy 155.274668 122.744001) (xy 155.127382 122.38754) (xy 154.854895 122.114577) + (xy 154.689083 122.045725) (xy 154.766332 121.859692) (xy 154.766668 121.474001) (xy 154.619382 121.11754) (xy 154.486732 120.984659) + (xy 154.496999 120.984668) (xy 154.85346 120.837382) (xy 155.126423 120.564895) (xy 155.274332 120.208692) (xy 155.274668 119.823001) + (xy 155.127382 119.46654) (xy 154.854895 119.193577) (xy 154.498692 119.045668) (xy 154.113001 119.045332) (xy 153.75654 119.192618) + (xy 153.670088 119.278919) (xy 153.584895 119.193577) (xy 153.228692 119.045668) (xy 152.861668 119.045348) (xy 152.861668 117.537001) + (xy 152.714382 117.18054) (xy 152.441895 116.907577) (xy 152.226668 116.818206) (xy 152.226668 77.278001) (xy 152.079382 76.92154) + (xy 151.806895 76.648577) (xy 151.450692 76.500668) (xy 151.065001 76.500332) (xy 150.70854 76.647618) (xy 150.435577 76.920105) + (xy 150.287668 77.276308) (xy 150.287332 77.661999) (xy 150.434618 78.01846) (xy 150.707105 78.291423) (xy 151.063308 78.439332) + (xy 151.448999 78.439668) (xy 151.80546 78.292382) (xy 152.078423 78.019895) (xy 152.226332 77.663692) (xy 152.226668 77.278001) + (xy 152.226668 116.818206) (xy 152.085692 116.759668) (xy 151.700001 116.759332) (xy 151.34354 116.906618) (xy 151.070577 117.179105) + (xy 150.922668 117.535308) (xy 150.922332 117.920999) (xy 151.069618 118.27746) (xy 151.342105 118.550423) (xy 151.698308 118.698332) + (xy 152.083999 118.698668) (xy 152.44046 118.551382) (xy 152.713423 118.278895) (xy 152.861332 117.922692) (xy 152.861668 117.537001) + (xy 152.861668 119.045348) (xy 152.843001 119.045332) (xy 152.48654 119.192618) (xy 152.400088 119.278919) (xy 152.314895 119.193577) + (xy 151.958692 119.045668) (xy 151.573001 119.045332) (xy 151.21654 119.192618) (xy 151.130088 119.278919) (xy 151.044895 119.193577) + (xy 150.688692 119.045668) (xy 150.303001 119.045332) (xy 149.94654 119.192618) (xy 149.860088 119.278919) (xy 149.774895 119.193577) + (xy 149.418692 119.045668) (xy 149.033001 119.045332) (xy 148.924668 119.090094) (xy 148.924668 116.140001) (xy 148.777382 115.78354) + (xy 148.504895 115.510577) (xy 148.289668 115.421206) (xy 148.289668 98.233001) (xy 148.142382 97.87654) (xy 147.869895 97.603577) + (xy 147.553889 97.472359) (xy 147.86846 97.342382) (xy 148.141423 97.069895) (xy 148.289332 96.713692) (xy 148.289668 96.328001) + (xy 148.142382 95.97154) (xy 148.05608 95.885088) (xy 148.141423 95.799895) (xy 148.289332 95.443692) (xy 148.289668 95.058001) + (xy 148.142382 94.70154) (xy 148.05608 94.615088) (xy 148.141423 94.529895) (xy 148.289332 94.173692) (xy 148.289668 93.788001) + (xy 148.142382 93.43154) (xy 148.05608 93.345088) (xy 148.141423 93.259895) (xy 148.289332 92.903692) (xy 148.289668 92.518001) + (xy 148.142382 92.16154) (xy 148.05608 92.075088) (xy 148.141423 91.989895) (xy 148.289332 91.633692) (xy 148.289668 91.248001) + (xy 148.142382 90.89154) (xy 148.05608 90.805088) (xy 148.141423 90.719895) (xy 148.289332 90.363692) (xy 148.289668 89.978001) + (xy 148.142382 89.62154) (xy 148.05608 89.535088) (xy 148.141423 89.449895) (xy 148.289332 89.093692) (xy 148.289668 88.708001) + (xy 148.142382 88.35154) (xy 148.05608 88.265088) (xy 148.141423 88.179895) (xy 148.289332 87.823692) (xy 148.289668 87.438001) + (xy 148.142382 87.08154) (xy 147.869895 86.808577) (xy 147.781668 86.771941) (xy 147.781668 62.673001) (xy 147.634382 62.31654) + (xy 147.361895 62.043577) (xy 147.005692 61.895668) (xy 146.620001 61.895332) (xy 146.26354 62.042618) (xy 145.990577 62.315105) + (xy 145.842668 62.671308) (xy 145.842332 63.056999) (xy 145.989618 63.41346) (xy 146.262105 63.686423) (xy 146.618308 63.834332) + (xy 147.003999 63.834668) (xy 147.36046 63.687382) (xy 147.633423 63.414895) (xy 147.781332 63.058692) (xy 147.781668 62.673001) + (xy 147.781668 86.771941) (xy 147.513692 86.660668) (xy 147.128001 86.660332) (xy 147.019668 86.705094) (xy 147.019668 67.880001) + (xy 146.872382 67.52354) (xy 146.599895 67.250577) (xy 146.243692 67.102668) (xy 145.858001 67.102332) (xy 145.50154 67.249618) + (xy 145.228577 67.522105) (xy 145.080668 67.878308) (xy 145.080332 68.263999) (xy 145.227618 68.62046) (xy 145.500105 68.893423) + (xy 145.856308 69.041332) (xy 146.241999 69.041668) (xy 146.59846 68.894382) (xy 146.871423 68.621895) (xy 147.019332 68.265692) + (xy 147.019668 67.880001) (xy 147.019668 86.705094) (xy 146.77154 86.807618) (xy 146.498577 87.080105) (xy 146.350668 87.436308) + (xy 146.350332 87.821999) (xy 146.497618 88.17846) (xy 146.583919 88.264911) (xy 146.498577 88.350105) (xy 146.350668 88.706308) + (xy 146.350332 89.091999) (xy 146.497618 89.44846) (xy 146.583919 89.534911) (xy 146.498577 89.620105) (xy 146.350668 89.976308) + (xy 146.350332 90.361999) (xy 146.497618 90.71846) (xy 146.583919 90.804911) (xy 146.498577 90.890105) (xy 146.350668 91.246308) + (xy 146.350332 91.631999) (xy 146.497618 91.98846) (xy 146.583919 92.074911) (xy 146.498577 92.160105) (xy 146.350668 92.516308) + (xy 146.350332 92.901999) (xy 146.497618 93.25846) (xy 146.583919 93.344911) (xy 146.498577 93.430105) (xy 146.350668 93.786308) + (xy 146.350332 94.171999) (xy 146.497618 94.52846) (xy 146.583919 94.614911) (xy 146.498577 94.700105) (xy 146.350668 95.056308) + (xy 146.350332 95.441999) (xy 146.497618 95.79846) (xy 146.583919 95.884911) (xy 146.498577 95.970105) (xy 146.350668 96.326308) + (xy 146.350332 96.711999) (xy 146.426617 96.896625) (xy 146.243692 96.820668) (xy 145.858001 96.820332) (xy 145.50154 96.967618) + (xy 145.415088 97.053919) (xy 145.329895 96.968577) (xy 144.973692 96.820668) (xy 144.588001 96.820332) (xy 144.23154 96.967618) + (xy 144.145088 97.053919) (xy 144.059895 96.968577) (xy 143.703692 96.820668) (xy 143.463668 96.820458) (xy 143.463668 74.611001) + (xy 143.316382 74.25454) (xy 143.043895 73.981577) (xy 142.687692 73.833668) (xy 142.302001 73.833332) (xy 141.94554 73.980618) + (xy 141.672577 74.253105) (xy 141.524668 74.609308) (xy 141.524332 74.994999) (xy 141.671618 75.35146) (xy 141.944105 75.624423) + (xy 142.300308 75.772332) (xy 142.685999 75.772668) (xy 143.04246 75.625382) (xy 143.315423 75.352895) (xy 143.463332 74.996692) + (xy 143.463668 74.611001) (xy 143.463668 96.820458) (xy 143.318001 96.820332) (xy 142.96154 96.967618) (xy 142.875088 97.053919) + (xy 142.789895 96.968577) (xy 142.701668 96.931941) (xy 142.701668 85.533001) (xy 142.554382 85.17654) (xy 142.281895 84.903577) + (xy 141.925692 84.755668) (xy 141.540001 84.755332) (xy 141.18354 84.902618) (xy 140.952741 85.133014) (xy 140.655692 85.009668) + (xy 140.270001 85.009332) (xy 139.91354 85.156618) (xy 139.640577 85.429105) (xy 139.498382 85.771544) (xy 139.254001 85.771332) + (xy 138.89754 85.918618) (xy 138.624577 86.191105) (xy 138.537048 86.401896) (xy 138.383668 86.338206) (xy 138.383668 74.611001) + (xy 138.236382 74.25454) (xy 138.129668 74.147639) (xy 138.129668 69.150001) (xy 137.982382 68.79354) (xy 137.709895 68.520577) + (xy 137.353692 68.372668) (xy 136.968001 68.372332) (xy 136.77675 68.451354) (xy 136.601242 68.27554) (xy 136.605332 68.265692) + (xy 136.605668 67.880001) (xy 136.458382 67.52354) (xy 136.185895 67.250577) (xy 135.829692 67.102668) (xy 135.444001 67.102332) + (xy 135.08754 67.249618) (xy 134.883365 67.453436) (xy 134.827668 67.318636) (xy 134.827668 62.800001) (xy 134.680382 62.44354) + (xy 134.407895 62.170577) (xy 134.051692 62.022668) (xy 133.666001 62.022332) (xy 133.30954 62.169618) (xy 133.036577 62.442105) + (xy 132.888668 62.798308) (xy 132.888453 63.044756) (xy 132.54754 63.185618) (xy 132.274577 63.458105) (xy 132.126668 63.814308) + (xy 132.126332 64.199999) (xy 132.273618 64.55646) (xy 132.546105 64.829423) (xy 132.902308 64.977332) (xy 133.287999 64.977668) + (xy 133.64446 64.830382) (xy 133.917423 64.557895) (xy 134.065332 64.201692) (xy 134.065546 63.955243) (xy 134.40646 63.814382) + (xy 134.679423 63.541895) (xy 134.827332 63.185692) (xy 134.827668 62.800001) (xy 134.827668 67.318636) (xy 134.807382 67.26954) + (xy 134.534895 66.996577) (xy 134.178692 66.848668) (xy 133.793001 66.848332) (xy 133.43654 66.995618) (xy 133.163577 67.268105) + (xy 133.015668 67.624308) (xy 133.015332 68.009999) (xy 133.162618 68.36646) (xy 133.185529 68.389411) (xy 133.036577 68.538105) + (xy 132.888668 68.894308) (xy 132.888332 69.279999) (xy 133.035618 69.63646) (xy 133.308105 69.909423) (xy 133.664308 70.057332) + (xy 134.049999 70.057668) (xy 134.40646 69.910382) (xy 134.679423 69.637895) (xy 134.827332 69.281692) (xy 134.827668 68.896001) + (xy 134.680382 68.53954) (xy 134.65747 68.516588) (xy 134.737634 68.436563) (xy 134.813618 68.62046) (xy 135.077157 68.884459) + (xy 135.073068 68.894308) (xy 135.072732 69.279999) (xy 135.220018 69.63646) (xy 135.492505 69.909423) (xy 135.848708 70.057332) + (xy 136.234399 70.057668) (xy 136.425649 69.978645) (xy 136.610105 70.163423) (xy 136.966308 70.311332) (xy 137.351999 70.311668) + (xy 137.70846 70.164382) (xy 137.981423 69.891895) (xy 138.129332 69.535692) (xy 138.129668 69.150001) (xy 138.129668 74.147639) + (xy 137.963895 73.981577) (xy 137.607692 73.833668) (xy 137.222001 73.833332) (xy 136.86554 73.980618) (xy 136.592577 74.253105) + (xy 136.444668 74.609308) (xy 136.444332 74.994999) (xy 136.591618 75.35146) (xy 136.864105 75.624423) (xy 137.220308 75.772332) + (xy 137.605999 75.772668) (xy 137.96246 75.625382) (xy 138.235423 75.352895) (xy 138.383332 74.996692) (xy 138.383668 74.611001) + (xy 138.383668 86.338206) (xy 138.242692 86.279668) (xy 137.857001 86.279332) (xy 137.50054 86.426618) (xy 137.227577 86.699105) + (xy 137.079668 87.055308) (xy 137.079569 87.168429) (xy 136.968001 87.168332) (xy 136.61154 87.315618) (xy 136.338577 87.588105) + (xy 136.196382 87.930544) (xy 135.952001 87.930332) (xy 135.59554 88.077618) (xy 135.572699 88.100419) (xy 135.550895 88.078577) + (xy 135.194692 87.930668) (xy 134.827668 87.930348) (xy 134.827668 82.104001) (xy 134.680382 81.74754) (xy 134.407895 81.474577) + (xy 134.051692 81.326668) (xy 133.666001 81.326332) (xy 133.557668 81.371094) (xy 133.557668 75.627001) (xy 133.410382 75.27054) + (xy 133.137895 74.997577) (xy 132.781692 74.849668) (xy 132.396001 74.849332) (xy 132.160668 74.946569) (xy 132.160668 66.737001) + (xy 132.013382 66.38054) (xy 131.740895 66.107577) (xy 131.384692 65.959668) (xy 131.144668 65.959458) (xy 131.144668 61.403001) + (xy 130.997382 61.04654) (xy 130.724895 60.773577) (xy 130.368692 60.625668) (xy 129.983001 60.625332) (xy 129.62654 60.772618) + (xy 129.353577 61.045105) (xy 129.205668 61.401308) (xy 129.205332 61.786999) (xy 129.352618 62.14346) (xy 129.625105 62.416423) + (xy 129.981308 62.564332) (xy 130.366999 62.564668) (xy 130.72346 62.417382) (xy 130.996423 62.144895) (xy 131.144332 61.788692) + (xy 131.144668 61.403001) (xy 131.144668 65.959458) (xy 130.999001 65.959332) (xy 130.64254 66.106618) (xy 130.509668 66.239258) + (xy 130.509668 63.816001) (xy 130.362382 63.45954) (xy 130.089895 63.186577) (xy 129.733692 63.038668) (xy 129.348001 63.038332) + (xy 128.99154 63.185618) (xy 128.905088 63.271919) (xy 128.819895 63.186577) (xy 128.463692 63.038668) (xy 128.078001 63.038332) + (xy 127.72154 63.185618) (xy 127.448577 63.458105) (xy 127.300668 63.814308) (xy 127.300332 64.199999) (xy 127.447618 64.55646) + (xy 127.720105 64.829423) (xy 128.076308 64.977332) (xy 128.461999 64.977668) (xy 128.81846 64.830382) (xy 128.904911 64.74408) + (xy 128.990105 64.829423) (xy 129.346308 64.977332) (xy 129.731999 64.977668) (xy 130.08846 64.830382) (xy 130.361423 64.557895) + (xy 130.509332 64.201692) (xy 130.509668 63.816001) (xy 130.509668 66.239258) (xy 130.369577 66.379105) (xy 130.221668 66.735308) + (xy 130.221657 66.747569) (xy 130.089895 66.615577) (xy 129.733692 66.467668) (xy 129.348001 66.467332) (xy 128.99154 66.614618) + (xy 128.718577 66.887105) (xy 128.570668 67.243308) (xy 128.570332 67.628999) (xy 128.717618 67.98546) (xy 128.990105 68.258423) + (xy 129.346308 68.406332) (xy 129.731999 68.406668) (xy 130.08846 68.259382) (xy 130.361423 67.986895) (xy 130.509332 67.630692) + (xy 130.509342 67.61843) (xy 130.641105 67.750423) (xy 130.997308 67.898332) (xy 131.382999 67.898668) (xy 131.73946 67.751382) + (xy 132.012423 67.478895) (xy 132.160332 67.122692) (xy 132.160668 66.737001) (xy 132.160668 74.946569) (xy 132.03954 74.996618) + (xy 132.016699 75.019419) (xy 131.994895 74.997577) (xy 131.638692 74.849668) (xy 131.253001 74.849332) (xy 130.89654 74.996618) + (xy 130.810088 75.082919) (xy 130.724895 74.997577) (xy 130.368692 74.849668) (xy 129.983001 74.849332) (xy 129.62654 74.996618) + (xy 129.353577 75.269105) (xy 129.205668 75.625308) (xy 129.205332 76.010999) (xy 129.352618 76.36746) (xy 129.625105 76.640423) + (xy 129.981308 76.788332) (xy 130.366999 76.788668) (xy 130.72346 76.641382) (xy 130.809911 76.55508) (xy 130.895105 76.640423) + (xy 131.251308 76.788332) (xy 131.636999 76.788668) (xy 131.99346 76.641382) (xy 132.0163 76.61858) (xy 132.038105 76.640423) + (xy 132.394308 76.788332) (xy 132.779999 76.788668) (xy 133.13646 76.641382) (xy 133.409423 76.368895) (xy 133.557332 76.012692) + (xy 133.557668 75.627001) (xy 133.557668 81.371094) (xy 133.30954 81.473618) (xy 133.036577 81.746105) (xy 132.888668 82.102308) + (xy 132.888332 82.487999) (xy 133.035618 82.84446) (xy 133.308105 83.117423) (xy 133.664308 83.265332) (xy 134.049999 83.265668) + (xy 134.40646 83.118382) (xy 134.679423 82.845895) (xy 134.827332 82.489692) (xy 134.827668 82.104001) (xy 134.827668 87.930348) + (xy 134.809001 87.930332) (xy 134.45254 88.077618) (xy 134.179577 88.350105) (xy 134.037382 88.692544) (xy 133.793001 88.692332) + (xy 133.43654 88.839618) (xy 133.163577 89.112105) (xy 133.015668 89.468308) (xy 133.01553 89.626031) (xy 132.908692 89.581668) + (xy 132.795668 89.581569) (xy 132.795668 83.247001) (xy 132.648382 82.89054) (xy 132.375895 82.617577) (xy 132.019692 82.469668) + (xy 131.634001 82.469332) (xy 131.27754 82.616618) (xy 131.004577 82.889105) (xy 130.856668 83.245308) (xy 130.856342 83.618801) + (xy 130.51554 83.759618) (xy 130.242577 84.032105) (xy 130.094668 84.388308) (xy 130.094332 84.773999) (xy 130.241618 85.13046) + (xy 130.514105 85.403423) (xy 130.870308 85.551332) (xy 131.255999 85.551668) (xy 131.61246 85.404382) (xy 131.885423 85.131895) + (xy 132.033332 84.775692) (xy 132.033657 84.402198) (xy 132.37446 84.261382) (xy 132.647423 83.988895) (xy 132.795332 83.632692) + (xy 132.795668 83.247001) (xy 132.795668 89.581569) (xy 132.523001 89.581332) (xy 132.16654 89.728618) (xy 131.893577 90.001105) + (xy 131.751428 90.343434) (xy 131.634001 90.343332) (xy 131.27754 90.490618) (xy 131.004577 90.763105) (xy 130.927555 90.948591) + (xy 130.724895 90.745577) (xy 130.368692 90.597668) (xy 129.983001 90.597332) (xy 129.62654 90.744618) (xy 129.366668 91.004036) + (xy 129.366668 79.183001) (xy 129.219382 78.82654) (xy 128.946895 78.553577) (xy 128.604668 78.411471) (xy 128.604668 71.817001) + (xy 128.457382 71.46054) (xy 128.184895 71.187577) (xy 127.828692 71.039668) (xy 127.443001 71.039332) (xy 127.08654 71.186618) + (xy 126.813577 71.459105) (xy 126.665668 71.815308) (xy 126.665332 72.200999) (xy 126.812618 72.55746) (xy 127.085105 72.830423) + (xy 127.441308 72.978332) (xy 127.826999 72.978668) (xy 128.18346 72.831382) (xy 128.456423 72.558895) (xy 128.604332 72.202692) + (xy 128.604668 71.817001) (xy 128.604668 78.411471) (xy 128.590692 78.405668) (xy 128.205001 78.405332) (xy 127.84854 78.552618) + (xy 127.575577 78.825105) (xy 127.427668 79.181308) (xy 127.427332 79.566999) (xy 127.574618 79.92346) (xy 127.847105 80.196423) + (xy 128.203308 80.344332) (xy 128.588999 80.344668) (xy 128.94546 80.197382) (xy 129.218423 79.924895) (xy 129.366332 79.568692) + (xy 129.366668 79.183001) (xy 129.366668 91.004036) (xy 129.353577 91.017105) (xy 129.264099 91.23259) (xy 128.967001 91.232332) + (xy 128.61054 91.379618) (xy 128.337577 91.652105) (xy 128.189668 92.008308) (xy 128.189332 92.393999) (xy 128.336618 92.75046) + (xy 128.609105 93.023423) (xy 128.965308 93.171332) (xy 129.350999 93.171668) (xy 129.70746 93.024382) (xy 129.980423 92.751895) + (xy 130.0699 92.536409) (xy 130.366999 92.536668) (xy 130.72346 92.389382) (xy 130.996423 92.116895) (xy 131.073444 91.931408) + (xy 131.276105 92.134423) (xy 131.632308 92.282332) (xy 132.017999 92.282668) (xy 132.37446 92.135382) (xy 132.647423 91.862895) + (xy 132.789571 91.520565) (xy 132.906999 91.520668) (xy 133.26346 91.373382) (xy 133.536423 91.100895) (xy 133.684332 90.744692) + (xy 133.684469 90.586968) (xy 133.791308 90.631332) (xy 134.176999 90.631668) (xy 134.53346 90.484382) (xy 134.806423 90.211895) + (xy 134.948617 89.869455) (xy 135.192999 89.869668) (xy 135.54946 89.722382) (xy 135.5723 89.69958) (xy 135.594105 89.721423) + (xy 135.950308 89.869332) (xy 136.335999 89.869668) (xy 136.69246 89.722382) (xy 136.965423 89.449895) (xy 137.107617 89.107455) + (xy 137.351999 89.107668) (xy 137.70846 88.960382) (xy 137.981423 88.687895) (xy 138.129332 88.331692) (xy 138.12943 88.21857) + (xy 138.240999 88.218668) (xy 138.59746 88.071382) (xy 138.870423 87.798895) (xy 138.957951 87.588103) (xy 139.252308 87.710332) + (xy 139.637999 87.710668) (xy 139.99446 87.563382) (xy 140.267423 87.290895) (xy 140.409617 86.948455) (xy 140.653999 86.948668) + (xy 141.01046 86.801382) (xy 141.241258 86.570985) (xy 141.538308 86.694332) (xy 141.923999 86.694668) (xy 142.28046 86.547382) + (xy 142.553423 86.274895) (xy 142.701332 85.918692) (xy 142.701668 85.533001) (xy 142.701668 96.931941) (xy 142.433692 96.820668) + (xy 142.048001 96.820332) (xy 141.69154 96.967618) (xy 141.605088 97.053919) (xy 141.519895 96.968577) (xy 141.163692 96.820668) + (xy 140.778001 96.820332) (xy 140.42154 96.967618) (xy 140.148577 97.240105) (xy 140.034746 97.514239) (xy 139.893692 97.455668) + (xy 139.508001 97.455332) (xy 139.15154 97.602618) (xy 138.878577 97.875105) (xy 138.730668 98.231308) (xy 138.730332 98.616999) + (xy 138.877618 98.97346) (xy 138.963919 99.059911) (xy 138.878577 99.145105) (xy 138.730668 99.501308) (xy 138.730332 99.886999) + (xy 138.877618 100.24346) (xy 139.150105 100.516423) (xy 139.506308 100.664332) (xy 139.891999 100.664668) (xy 140.24846 100.517382) + (xy 140.521423 100.244895) (xy 140.669332 99.888692) (xy 140.669668 99.503001) (xy 140.522382 99.14654) (xy 140.43608 99.060088) + (xy 140.521423 98.974895) (xy 140.635253 98.70076) (xy 140.776308 98.759332) (xy 141.161999 98.759668) (xy 141.51846 98.612382) + (xy 141.604911 98.52608) (xy 141.690105 98.611423) (xy 142.046308 98.759332) (xy 142.431999 98.759668) (xy 142.78846 98.612382) + (xy 142.874911 98.52608) (xy 142.960105 98.611423) (xy 143.316308 98.759332) (xy 143.701999 98.759668) (xy 144.05846 98.612382) + (xy 144.144911 98.52608) (xy 144.230105 98.611423) (xy 144.586308 98.759332) (xy 144.971999 98.759668) (xy 145.32846 98.612382) + (xy 145.414911 98.52608) (xy 145.500105 98.611423) (xy 145.856308 98.759332) (xy 146.241999 98.759668) (xy 146.384886 98.700628) + (xy 146.497618 98.97346) (xy 146.770105 99.246423) (xy 147.126308 99.394332) (xy 147.511999 99.394668) (xy 147.86846 99.247382) + (xy 148.141423 98.974895) (xy 148.289332 98.618692) (xy 148.289668 98.233001) (xy 148.289668 115.421206) (xy 148.148692 115.362668) + (xy 147.781668 115.362348) (xy 147.781668 107.504001) (xy 147.634382 107.14754) (xy 147.361895 106.874577) (xy 147.005692 106.726668) + (xy 146.620001 106.726332) (xy 146.26354 106.873618) (xy 145.990577 107.146105) (xy 145.842668 107.502308) (xy 145.842332 107.887999) + (xy 145.989618 108.24446) (xy 146.262105 108.517423) (xy 146.618308 108.665332) (xy 147.003999 108.665668) (xy 147.36046 108.518382) + (xy 147.633423 108.245895) (xy 147.781332 107.889692) (xy 147.781668 107.504001) (xy 147.781668 115.362348) (xy 147.763001 115.362332) + (xy 147.40654 115.509618) (xy 147.133577 115.782105) (xy 146.985668 116.138308) (xy 146.985332 116.523999) (xy 147.132618 116.88046) + (xy 147.405105 117.153423) (xy 147.761308 117.301332) (xy 148.146999 117.301668) (xy 148.50346 117.154382) (xy 148.776423 116.881895) + (xy 148.924332 116.525692) (xy 148.924668 116.140001) (xy 148.924668 119.090094) (xy 148.67654 119.192618) (xy 148.403577 119.465105) + (xy 148.388621 119.501122) (xy 148.269382 119.21254) (xy 148.18308 119.126088) (xy 148.268423 119.040895) (xy 148.416332 118.684692) + (xy 148.416668 118.299001) (xy 148.269382 117.94254) (xy 147.996895 117.669577) (xy 147.640692 117.521668) (xy 147.255001 117.521332) + (xy 146.89854 117.668618) (xy 146.625577 117.941105) (xy 146.477668 118.297308) (xy 146.477332 118.682999) (xy 146.624618 119.03946) + (xy 146.710919 119.125911) (xy 146.625577 119.211105) (xy 146.477668 119.567308) (xy 146.477332 119.952999) (xy 146.624618 120.30946) + (xy 146.647419 120.3323) (xy 146.625577 120.354105) (xy 146.477668 120.710308) (xy 146.477332 121.095999) (xy 146.624618 121.45246) + (xy 146.897105 121.725423) (xy 147.253308 121.873332) (xy 147.638999 121.873668) (xy 147.99546 121.726382) (xy 148.268423 121.453895) + (xy 148.416332 121.097692) (xy 148.416668 120.712001) (xy 148.269382 120.35554) (xy 148.24658 120.332699) (xy 148.268423 120.310895) + (xy 148.283378 120.274877) (xy 148.402618 120.56346) (xy 148.675105 120.836423) (xy 149.031308 120.984332) (xy 149.416999 120.984668) + (xy 149.77346 120.837382) (xy 149.859911 120.75108) (xy 149.945105 120.836423) (xy 150.301308 120.984332) (xy 150.686999 120.984668) + (xy 151.04346 120.837382) (xy 151.129911 120.75108) (xy 151.215105 120.836423) (xy 151.571308 120.984332) (xy 151.956999 120.984668) + (xy 152.31346 120.837382) (xy 152.399911 120.75108) (xy 152.485105 120.836423) (xy 152.841308 120.984332) (xy 153.107348 120.984563) + (xy 152.975577 121.116105) (xy 152.827668 121.472308) (xy 152.827332 121.857999) (xy 152.974618 122.21446) (xy 153.247105 122.487423) + (xy 153.412916 122.556274) (xy 153.335668 122.742308) (xy 153.335332 123.127999) (xy 153.482618 123.48446) (xy 153.755105 123.757423) + (xy 154.111308 123.905332) (xy 154.496999 123.905668) (xy 154.85346 123.758382) (xy 155.126423 123.485895) (xy 155.274332 123.129692) + (xy 155.274668 122.744001) (xy 155.274668 129.348001) (xy 155.127382 128.99154) (xy 154.854895 128.718577) (xy 154.498692 128.570668) + (xy 154.113001 128.570332) (xy 153.970113 128.629371) (xy 153.857382 128.35654) (xy 153.584895 128.083577) (xy 153.228692 127.935668) + (xy 152.843001 127.935332) (xy 152.700113 127.994371) (xy 152.587382 127.72154) (xy 152.314895 127.448577) (xy 151.958692 127.300668) + (xy 151.573001 127.300332) (xy 151.21654 127.447618) (xy 150.943577 127.720105) (xy 150.795668 128.076308) (xy 150.795657 128.088569) + (xy 150.663895 127.956577) (xy 150.307692 127.808668) (xy 149.922001 127.808332) (xy 149.56554 127.955618) (xy 149.292577 128.228105) + (xy 149.144668 128.584308) (xy 149.144332 128.969999) (xy 149.291618 129.32646) (xy 149.564105 129.599423) (xy 149.920308 129.747332) + (xy 150.305999 129.747668) (xy 150.66246 129.600382) (xy 150.935423 129.327895) (xy 151.083332 128.971692) (xy 151.083342 128.95943) + (xy 151.215105 129.091423) (xy 151.571308 129.239332) (xy 151.956999 129.239668) (xy 152.099886 129.180628) (xy 152.212618 129.45346) + (xy 152.485105 129.726423) (xy 152.841308 129.874332) (xy 153.226999 129.874668) (xy 153.369886 129.815628) (xy 153.482618 130.08846) + (xy 153.755105 130.361423) (xy 154.111308 130.509332) (xy 154.496999 130.509668) (xy 154.85346 130.362382) (xy 155.126423 130.089895) + (xy 155.274332 129.733692) (xy 155.274668 129.348001) (xy 155.274668 131.888001) (xy 155.127382 131.53154) (xy 154.854895 131.258577) + (xy 154.498692 131.110668) (xy 154.113001 131.110332) (xy 153.75654 131.257618) (xy 153.483577 131.530105) (xy 153.335668 131.886308) + (xy 153.335332 132.271999) (xy 153.482618 132.62846) (xy 153.755105 132.901423) (xy 154.111308 133.049332) (xy 154.496999 133.049668) + (xy 154.85346 132.902382) (xy 155.126423 132.629895) (xy 155.274332 132.273692) (xy 155.274668 131.888001) (xy 155.274668 134.428001) + (xy 155.127382 134.07154) (xy 154.854895 133.798577) (xy 154.498692 133.650668) (xy 154.113001 133.650332) (xy 153.75654 133.797618) + (xy 153.483577 134.070105) (xy 153.335668 134.426308) (xy 153.335332 134.811999) (xy 153.482618 135.16846) (xy 153.568919 135.254911) + (xy 153.483577 135.340105) (xy 153.335668 135.696308) (xy 153.335332 136.081999) (xy 153.482618 136.43846) (xy 153.755105 136.711423) + (xy 153.843636 136.748184) (xy 153.843332 137.097999) (xy 153.990618 137.45446) (xy 154.263105 137.727423) (xy 154.619308 137.875332) + (xy 155.004999 137.875668) (xy 155.36146 137.728382) (xy 155.634423 137.455895) (xy 155.782332 137.099692) (xy 155.782668 136.714001) + (xy 155.782668 138.946636) (xy 155.762382 138.89754) (xy 155.489895 138.624577) (xy 155.133692 138.476668) (xy 154.748001 138.476332) + (xy 154.39154 138.623618) (xy 154.118577 138.896105) (xy 153.970668 139.252308) (xy 153.970332 139.637999) (xy 154.117618 139.99446) + (xy 154.390105 140.267423) (xy 154.746308 140.415332) (xy 155.131999 140.415668) (xy 155.48846 140.268382) (xy 155.761423 139.995895) + (xy 155.909332 139.639692) (xy 155.909668 139.254001) (xy 155.909668 147.747348) (xy 155.891001 147.747332) (xy 155.655668 147.844569) + (xy 155.655668 141.540001) (xy 155.508382 141.18354) (xy 155.235895 140.910577) (xy 154.879692 140.762668) (xy 154.494001 140.762332) + (xy 154.13754 140.909618) (xy 153.864577 141.182105) (xy 153.716668 141.538308) (xy 153.716332 141.923999) (xy 153.863618 142.28046) + (xy 154.136105 142.553423) (xy 154.492308 142.701332) (xy 154.877999 142.701668) (xy 155.23446 142.554382) (xy 155.507423 142.281895) + (xy 155.655332 141.925692) (xy 155.655668 141.540001) (xy 155.655668 147.844569) (xy 155.53454 147.894618) (xy 155.261577 148.167105) + (xy 155.113668 148.523308) (xy 155.113332 148.908999) (xy 155.260618 149.26546) (xy 155.533105 149.538423) (xy 155.889308 149.686332) + (xy 156.274999 149.686668) (xy 156.63146 149.539382) (xy 156.904423 149.266895) (xy 157.052332 148.910692) (xy 157.052625 148.573298) + (xy 157.286308 148.670332) (xy 157.671999 148.670668) (xy 157.814886 148.611628) (xy 157.927618 148.88446) (xy 158.200105 149.157423) + (xy 158.556308 149.305332) (xy 158.941999 149.305668) (xy 159.29846 149.158382) (xy 159.571423 148.885895) (xy 159.719332 148.529692) + (xy 159.719668 148.144001) (xy 159.719668 154.51743) (xy 159.461725 154.518856) (xy 159.447073 154.496927) (xy 159.243789 154.361097) + (xy 159.004 154.3134) (xy 157.226 154.3134) (xy 156.986211 154.361097) (xy 156.782927 154.496927) (xy 156.758294 154.533792) + (xy 155.909668 154.53848) (xy 155.909668 150.303001) (xy 155.762382 149.94654) (xy 155.489895 149.673577) (xy 155.133692 149.525668) + (xy 154.748001 149.525332) (xy 154.39154 149.672618) (xy 154.118577 149.945105) (xy 153.987359 150.26111) (xy 153.857382 149.94654) + (xy 153.584895 149.673577) (xy 153.268068 149.542018) (xy 153.268068 140.778001) (xy 153.120782 140.42154) (xy 152.848295 140.148577) + (xy 152.492092 140.000668) (xy 152.106401 140.000332) (xy 151.74994 140.147618) (xy 151.476977 140.420105) (xy 151.329068 140.776308) + (xy 151.328924 140.94088) (xy 151.171895 140.783577) (xy 150.815692 140.635668) (xy 150.430001 140.635332) (xy 150.07354 140.782618) + (xy 149.800577 141.055105) (xy 149.652668 141.411308) (xy 149.652332 141.796999) (xy 149.799618 142.15346) (xy 150.072105 142.426423) + (xy 150.428308 142.574332) (xy 150.813999 142.574668) (xy 151.17046 142.427382) (xy 151.443423 142.154895) (xy 151.591332 141.798692) + (xy 151.591475 141.634119) (xy 151.748505 141.791423) (xy 152.104708 141.939332) (xy 152.490399 141.939668) (xy 152.84686 141.792382) + (xy 153.119823 141.519895) (xy 153.267732 141.163692) (xy 153.268068 140.778001) (xy 153.268068 149.542018) (xy 153.228692 149.525668) + (xy 152.843001 149.525332) (xy 152.48654 149.672618) (xy 152.213577 149.945105) (xy 152.082359 150.26111) (xy 151.952382 149.94654) + (xy 151.679895 149.673577) (xy 151.323692 149.525668) (xy 150.938001 149.525332) (xy 150.58154 149.672618) (xy 150.308577 149.945105) + (xy 150.177359 150.26111) (xy 150.047382 149.94654) (xy 149.774895 149.673577) (xy 149.559668 149.584206) (xy 149.559668 141.286001) + (xy 149.412382 140.92954) (xy 149.139895 140.656577) (xy 149.051668 140.619941) (xy 149.051668 127.697001) (xy 148.904382 127.34054) + (xy 148.631895 127.067577) (xy 148.275692 126.919668) (xy 148.136762 126.919546) (xy 148.141423 126.914895) (xy 148.289332 126.558692) + (xy 148.289668 126.173001) (xy 148.142382 125.81654) (xy 147.869895 125.543577) (xy 147.513692 125.395668) (xy 147.128001 125.395332) + (xy 146.77154 125.542618) (xy 146.530214 125.783522) (xy 146.491382 125.68954) (xy 146.384668 125.582639) (xy 146.384668 119.823001) + (xy 146.384668 116.648001) (xy 146.237382 116.29154) (xy 145.964895 116.018577) (xy 145.608692 115.870668) (xy 145.368668 115.870458) + (xy 145.368668 107.758001) (xy 145.221382 107.40154) (xy 144.948895 107.128577) (xy 144.592692 106.980668) (xy 144.207001 106.980332) + (xy 143.85054 107.127618) (xy 143.577577 107.400105) (xy 143.429668 107.756308) (xy 143.429563 107.87571) (xy 143.08854 108.016618) + (xy 142.815577 108.289105) (xy 142.667668 108.645308) (xy 142.667518 108.817204) (xy 142.45354 108.905618) (xy 142.180577 109.178105) + (xy 142.032668 109.534308) (xy 142.032453 109.780756) (xy 141.939668 109.819093) (xy 141.939668 105.726001) (xy 141.792382 105.36954) + (xy 141.519895 105.096577) (xy 141.163692 104.948668) (xy 140.778001 104.948332) (xy 140.42154 105.095618) (xy 140.148577 105.368105) + (xy 140.000668 105.724308) (xy 140.000332 106.109999) (xy 140.147618 106.46646) (xy 140.420105 106.739423) (xy 140.776308 106.887332) + (xy 141.161999 106.887668) (xy 141.51846 106.740382) (xy 141.791423 106.467895) (xy 141.939332 106.111692) (xy 141.939668 105.726001) + (xy 141.939668 109.819093) (xy 141.69154 109.921618) (xy 141.418577 110.194105) (xy 141.270668 110.550308) (xy 141.270563 110.66971) + (xy 140.92954 110.810618) (xy 140.656577 111.083105) (xy 140.508668 111.439308) (xy 140.508332 111.824999) (xy 140.655618 112.18146) + (xy 140.928105 112.454423) (xy 141.284308 112.602332) (xy 141.669999 112.602668) (xy 142.02646 112.455382) (xy 142.299423 112.182895) + (xy 142.447332 111.826692) (xy 142.447436 111.707289) (xy 142.78846 111.566382) (xy 143.061423 111.293895) (xy 143.209332 110.937692) + (xy 143.209546 110.691243) (xy 143.55046 110.550382) (xy 143.823423 110.277895) (xy 143.971332 109.921692) (xy 143.971481 109.749795) + (xy 144.18546 109.661382) (xy 144.458423 109.388895) (xy 144.606332 109.032692) (xy 144.606436 108.913289) (xy 144.94746 108.772382) + (xy 145.220423 108.499895) (xy 145.368332 108.143692) (xy 145.368668 107.758001) (xy 145.368668 115.870458) (xy 145.223001 115.870332) + (xy 144.86654 116.017618) (xy 144.593577 116.290105) (xy 144.445668 116.646308) (xy 144.445332 117.031999) (xy 144.592618 117.38846) + (xy 144.865105 117.661423) (xy 145.221308 117.809332) (xy 145.606999 117.809668) (xy 145.96346 117.662382) (xy 146.236423 117.389895) + (xy 146.384332 117.033692) (xy 146.384668 116.648001) (xy 146.384668 119.823001) (xy 146.237382 119.46654) (xy 145.964895 119.193577) + (xy 145.608692 119.045668) (xy 145.223001 119.045332) (xy 144.86654 119.192618) (xy 144.780088 119.278919) (xy 144.694895 119.193577) + (xy 144.338692 119.045668) (xy 143.953001 119.045332) (xy 143.59654 119.192618) (xy 143.510088 119.278919) (xy 143.424895 119.193577) + (xy 143.068692 119.045668) (xy 142.683001 119.045332) (xy 142.32654 119.192618) (xy 142.240088 119.278919) (xy 142.154895 119.193577) + (xy 141.798692 119.045668) (xy 141.413001 119.045332) (xy 141.05654 119.192618) (xy 140.783577 119.465105) (xy 140.635668 119.821308) + (xy 140.635332 120.206999) (xy 140.782618 120.56346) (xy 141.055105 120.836423) (xy 141.411308 120.984332) (xy 141.796999 120.984668) + (xy 142.15346 120.837382) (xy 142.239911 120.75108) (xy 142.325105 120.836423) (xy 142.681308 120.984332) (xy 143.066999 120.984668) + (xy 143.42346 120.837382) (xy 143.509911 120.75108) (xy 143.595105 120.836423) (xy 143.951308 120.984332) (xy 144.336999 120.984668) + (xy 144.69346 120.837382) (xy 144.779911 120.75108) (xy 144.865105 120.836423) (xy 145.221308 120.984332) (xy 145.606999 120.984668) + (xy 145.96346 120.837382) (xy 146.236423 120.564895) (xy 146.384332 120.208692) (xy 146.384668 119.823001) (xy 146.384668 125.582639) + (xy 146.218895 125.416577) (xy 145.862692 125.268668) (xy 145.477001 125.268332) (xy 145.12054 125.415618) (xy 145.034088 125.501919) + (xy 144.948895 125.416577) (xy 144.592692 125.268668) (xy 144.207001 125.268332) (xy 143.85054 125.415618) (xy 143.764088 125.501919) + (xy 143.678895 125.416577) (xy 143.322692 125.268668) (xy 142.937001 125.268332) (xy 142.58054 125.415618) (xy 142.494088 125.501919) + (xy 142.408895 125.416577) (xy 142.052692 125.268668) (xy 141.667001 125.268332) (xy 141.31054 125.415618) (xy 141.224088 125.501919) + (xy 141.138895 125.416577) (xy 140.782692 125.268668) (xy 140.397001 125.268332) (xy 140.04054 125.415618) (xy 139.941366 125.514619) + (xy 139.843495 125.416577) (xy 139.487292 125.268668) (xy 139.101601 125.268332) (xy 138.764668 125.407549) (xy 138.764668 119.823001) + (xy 138.617382 119.46654) (xy 138.344895 119.193577) (xy 138.002668 119.051471) (xy 138.002668 107.123001) (xy 137.855382 106.76654) + (xy 137.582895 106.493577) (xy 137.568735 106.487697) (xy 137.672132 106.238692) (xy 137.672468 105.853001) (xy 137.525182 105.49654) + (xy 137.252695 105.223577) (xy 136.896492 105.075668) (xy 136.510801 105.075332) (xy 136.15434 105.222618) (xy 135.881377 105.495105) + (xy 135.733468 105.851308) (xy 135.733132 106.236999) (xy 135.880418 106.59346) (xy 136.152905 106.866423) (xy 136.167064 106.872302) + (xy 136.063668 107.121308) (xy 136.063332 107.506999) (xy 136.210618 107.86346) (xy 136.483105 108.136423) (xy 136.839308 108.284332) + (xy 137.224999 108.284668) (xy 137.58146 108.137382) (xy 137.854423 107.864895) (xy 138.002332 107.508692) (xy 138.002668 107.123001) + (xy 138.002668 119.051471) (xy 137.988692 119.045668) (xy 137.603001 119.045332) (xy 137.24654 119.192618) (xy 136.973577 119.465105) + (xy 136.825668 119.821308) (xy 136.825332 120.206999) (xy 136.972618 120.56346) (xy 137.245105 120.836423) (xy 137.601308 120.984332) + (xy 137.986999 120.984668) (xy 138.34346 120.837382) (xy 138.616423 120.564895) (xy 138.764332 120.208692) (xy 138.764668 119.823001) + (xy 138.764668 125.407549) (xy 138.74514 125.415618) (xy 138.480688 125.679608) (xy 138.344895 125.543577) (xy 137.988692 125.395668) + (xy 137.603001 125.395332) (xy 137.24654 125.542618) (xy 137.160088 125.628919) (xy 137.074895 125.543577) (xy 136.718692 125.395668) + (xy 136.333001 125.395332) (xy 136.224668 125.440094) (xy 136.224668 109.663001) (xy 136.077382 109.30654) (xy 135.804895 109.033577) + (xy 135.448692 108.885668) (xy 135.063001 108.885332) (xy 134.70654 109.032618) (xy 134.433577 109.305105) (xy 134.285668 109.661308) + (xy 134.285332 110.046999) (xy 134.432618 110.40346) (xy 134.705105 110.676423) (xy 135.061308 110.824332) (xy 135.446999 110.824668) + (xy 135.80346 110.677382) (xy 136.076423 110.404895) (xy 136.224332 110.048692) (xy 136.224668 109.663001) (xy 136.224668 125.440094) + (xy 135.97654 125.542618) (xy 135.890088 125.628919) (xy 135.804895 125.543577) (xy 135.589668 125.454206) (xy 135.589668 116.648001) + (xy 135.442382 116.29154) (xy 135.169895 116.018577) (xy 134.813692 115.870668) (xy 134.428001 115.870332) (xy 134.07154 116.017618) + (xy 133.798577 116.290105) (xy 133.684668 116.564427) (xy 133.684668 109.663001) (xy 133.537382 109.30654) (xy 133.264895 109.033577) + (xy 132.908692 108.885668) (xy 132.523001 108.885332) (xy 132.16654 109.032618) (xy 132.160668 109.038479) (xy 132.160668 97.217001) + (xy 132.013382 96.86054) (xy 131.740895 96.587577) (xy 131.384692 96.439668) (xy 130.999001 96.439332) (xy 130.64254 96.586618) + (xy 130.369577 96.859105) (xy 130.221668 97.215308) (xy 130.221332 97.600999) (xy 130.368618 97.95746) (xy 130.641105 98.230423) + (xy 130.997308 98.378332) (xy 131.382999 98.378668) (xy 131.73946 98.231382) (xy 132.012423 97.958895) (xy 132.160332 97.602692) + (xy 132.160668 97.217001) (xy 132.160668 109.038479) (xy 132.080088 109.118919) (xy 131.994895 109.033577) (xy 131.638692 108.885668) + (xy 131.253001 108.885332) (xy 130.89654 109.032618) (xy 130.810088 109.118919) (xy 130.724895 109.033577) (xy 130.368692 108.885668) + (xy 129.983001 108.885332) (xy 129.62654 109.032618) (xy 129.353577 109.305105) (xy 129.205668 109.661308) (xy 129.205332 110.046999) + (xy 129.352618 110.40346) (xy 129.625105 110.676423) (xy 129.981308 110.824332) (xy 130.366999 110.824668) (xy 130.72346 110.677382) + (xy 130.809911 110.59108) (xy 130.895105 110.676423) (xy 131.251308 110.824332) (xy 131.636999 110.824668) (xy 131.99346 110.677382) + (xy 132.079911 110.59108) (xy 132.165105 110.676423) (xy 132.521308 110.824332) (xy 132.906999 110.824668) (xy 133.26346 110.677382) + (xy 133.536423 110.404895) (xy 133.684332 110.048692) (xy 133.684668 109.663001) (xy 133.684668 116.564427) (xy 133.650668 116.646308) + (xy 133.650332 117.031999) (xy 133.797618 117.38846) (xy 134.070105 117.661423) (xy 134.426308 117.809332) (xy 134.811999 117.809668) + (xy 135.16846 117.662382) (xy 135.441423 117.389895) (xy 135.589332 117.033692) (xy 135.589668 116.648001) (xy 135.589668 125.454206) + (xy 135.448692 125.395668) (xy 135.063001 125.395332) (xy 134.70654 125.542618) (xy 134.620088 125.628919) (xy 134.534895 125.543577) + (xy 134.178692 125.395668) (xy 133.793001 125.395332) (xy 133.43654 125.542618) (xy 133.350088 125.628919) (xy 133.264895 125.543577) + (xy 132.908692 125.395668) (xy 132.523001 125.395332) (xy 132.16654 125.542618) (xy 132.160668 125.548479) (xy 132.160668 118.299001) + (xy 132.013382 117.94254) (xy 131.740895 117.669577) (xy 131.384692 117.521668) (xy 130.999001 117.521332) (xy 130.64254 117.668618) + (xy 130.369577 117.941105) (xy 130.221668 118.297308) (xy 130.221332 118.682999) (xy 130.368618 119.03946) (xy 130.641105 119.312423) + (xy 130.997308 119.460332) (xy 131.382999 119.460668) (xy 131.73946 119.313382) (xy 132.012423 119.040895) (xy 132.160332 118.684692) + (xy 132.160668 118.299001) (xy 132.160668 125.548479) (xy 132.080088 125.628919) (xy 131.994895 125.543577) (xy 131.638692 125.395668) + (xy 131.253001 125.395332) (xy 130.89654 125.542618) (xy 130.810088 125.628919) (xy 130.724895 125.543577) (xy 130.368692 125.395668) + (xy 129.983001 125.395332) (xy 129.62654 125.542618) (xy 129.540088 125.628919) (xy 129.454895 125.543577) (xy 129.138889 125.412359) + (xy 129.45346 125.282382) (xy 129.726423 125.009895) (xy 129.874332 124.653692) (xy 129.874668 124.268001) (xy 129.727382 123.91154) + (xy 129.64108 123.825088) (xy 129.726423 123.739895) (xy 129.874332 123.383692) (xy 129.874668 122.998001) (xy 129.727382 122.64154) + (xy 129.64108 122.555088) (xy 129.726423 122.469895) (xy 129.874332 122.113692) (xy 129.874668 121.728001) (xy 129.874668 119.188001) + (xy 129.874668 116.648001) (xy 129.727382 116.29154) (xy 129.454895 116.018577) (xy 129.098692 115.870668) (xy 128.713001 115.870332) + (xy 128.604668 115.915094) (xy 128.604668 108.393001) (xy 128.457382 108.03654) (xy 128.184895 107.763577) (xy 127.828692 107.615668) + (xy 127.443001 107.615332) (xy 127.08654 107.762618) (xy 127.000088 107.848919) (xy 126.914895 107.763577) (xy 126.699668 107.674206) + (xy 126.699668 102.551001) (xy 126.552382 102.19454) (xy 126.445668 102.087639) (xy 126.445668 64.197001) (xy 126.298382 63.84054) + (xy 126.025895 63.567577) (xy 125.669692 63.419668) (xy 125.284001 63.419332) (xy 124.92754 63.566618) (xy 124.654577 63.839105) + (xy 124.506668 64.195308) (xy 124.506332 64.580999) (xy 124.653618 64.93746) (xy 124.926105 65.210423) (xy 125.282308 65.358332) + (xy 125.667999 65.358668) (xy 126.02446 65.211382) (xy 126.297423 64.938895) (xy 126.445332 64.582692) (xy 126.445668 64.197001) + (xy 126.445668 102.087639) (xy 126.279895 101.921577) (xy 125.923692 101.773668) (xy 125.810668 101.773569) (xy 125.810668 70.547001) + (xy 125.810668 67.372001) (xy 125.663382 67.01554) (xy 125.390895 66.742577) (xy 125.034692 66.594668) (xy 124.649001 66.594332) + (xy 124.29254 66.741618) (xy 124.019577 67.014105) (xy 123.905668 67.288427) (xy 123.905668 65.721001) (xy 123.758382 65.36454) + (xy 123.485895 65.091577) (xy 123.129692 64.943668) (xy 122.744001 64.943332) (xy 122.38754 65.090618) (xy 122.114577 65.363105) + (xy 121.966668 65.719308) (xy 121.966332 66.104999) (xy 122.113618 66.46146) (xy 122.386105 66.734423) (xy 122.742308 66.882332) + (xy 123.127999 66.882668) (xy 123.48446 66.735382) (xy 123.757423 66.462895) (xy 123.905332 66.106692) (xy 123.905668 65.721001) + (xy 123.905668 67.288427) (xy 123.871668 67.370308) (xy 123.871458 67.610539) (xy 123.633001 67.610332) (xy 123.27654 67.757618) + (xy 123.003577 68.030105) (xy 122.855668 68.386308) (xy 122.855332 68.771999) (xy 123.002618 69.12846) (xy 123.275105 69.401423) + (xy 123.631308 69.549332) (xy 124.016999 69.549668) (xy 124.37346 69.402382) (xy 124.646423 69.129895) (xy 124.794332 68.773692) + (xy 124.794541 68.53346) (xy 125.032999 68.533668) (xy 125.38946 68.386382) (xy 125.662423 68.113895) (xy 125.810332 67.757692) + (xy 125.810668 67.372001) (xy 125.810668 70.547001) (xy 125.663382 70.19054) (xy 125.390895 69.917577) (xy 125.034692 69.769668) + (xy 124.649001 69.769332) (xy 124.29254 69.916618) (xy 124.019577 70.189105) (xy 123.871668 70.545308) (xy 123.871332 70.930999) + (xy 124.018618 71.28746) (xy 124.291105 71.560423) (xy 124.647308 71.708332) (xy 125.032999 71.708668) (xy 125.38946 71.561382) + (xy 125.662423 71.288895) (xy 125.810332 70.932692) (xy 125.810668 70.547001) (xy 125.810668 101.773569) (xy 125.538001 101.773332) + (xy 125.413947 101.824589) (xy 125.409382 101.81354) (xy 125.136895 101.540577) (xy 124.780692 101.392668) (xy 124.395001 101.392332) + (xy 124.159668 101.489569) (xy 124.159668 88.708001) (xy 124.012382 88.35154) (xy 123.739895 88.078577) (xy 123.383692 87.930668) + (xy 123.270668 87.930569) (xy 123.270668 80.834001) (xy 123.123382 80.47754) (xy 122.889668 80.243417) (xy 122.889668 69.150001) + (xy 122.742382 68.79354) (xy 122.469895 68.520577) (xy 122.113692 68.372668) (xy 121.728001 68.372332) (xy 121.37154 68.519618) + (xy 121.098577 68.792105) (xy 120.950668 69.148308) (xy 120.950332 69.533999) (xy 121.097618 69.89046) (xy 121.370105 70.163423) + (xy 121.726308 70.311332) (xy 122.111999 70.311668) (xy 122.46846 70.164382) (xy 122.741423 69.891895) (xy 122.889332 69.535692) + (xy 122.889668 69.150001) (xy 122.889668 80.243417) (xy 122.850895 80.204577) (xy 122.494692 80.056668) (xy 122.109001 80.056332) + (xy 121.75254 80.203618) (xy 121.479577 80.476105) (xy 121.390099 80.69159) (xy 121.093001 80.691332) (xy 121.01377 80.724069) + (xy 120.964382 80.60454) (xy 120.691895 80.331577) (xy 120.335692 80.183668) (xy 119.950001 80.183332) (xy 119.59354 80.330618) + (xy 119.320577 80.603105) (xy 119.172668 80.959308) (xy 119.172332 81.344999) (xy 119.319618 81.70146) (xy 119.592105 81.974423) + (xy 119.948308 82.122332) (xy 120.333999 82.122668) (xy 120.413229 82.08993) (xy 120.462618 82.20946) (xy 120.735105 82.482423) + (xy 121.091308 82.630332) (xy 121.476999 82.630668) (xy 121.83346 82.483382) (xy 122.106423 82.210895) (xy 122.1959 81.995409) + (xy 122.492999 81.995668) (xy 122.84946 81.848382) (xy 123.122423 81.575895) (xy 123.270332 81.219692) (xy 123.270668 80.834001) + (xy 123.270668 87.930569) (xy 122.998001 87.930332) (xy 122.64154 88.077618) (xy 122.368577 88.350105) (xy 122.254668 88.624427) + (xy 122.254668 85.279001) (xy 122.107382 84.92254) (xy 121.834895 84.649577) (xy 121.478692 84.501668) (xy 121.093001 84.501332) + (xy 120.73654 84.648618) (xy 120.463577 84.921105) (xy 120.315668 85.277308) (xy 120.315332 85.662999) (xy 120.462618 86.01946) + (xy 120.735105 86.292423) (xy 121.091308 86.440332) (xy 121.476999 86.440668) (xy 121.83346 86.293382) (xy 122.106423 86.020895) + (xy 122.254332 85.664692) (xy 122.254668 85.279001) (xy 122.254668 88.624427) (xy 122.220668 88.706308) (xy 122.220332 89.091999) + (xy 122.367618 89.44846) (xy 122.640105 89.721423) (xy 122.996308 89.869332) (xy 123.381999 89.869668) (xy 123.73846 89.722382) + (xy 124.011423 89.449895) (xy 124.159332 89.093692) (xy 124.159668 88.708001) (xy 124.159668 101.489569) (xy 124.03854 101.539618) + (xy 123.765577 101.812105) (xy 123.651668 102.086427) (xy 123.651668 97.090001) (xy 123.504382 96.73354) (xy 123.231895 96.460577) + (xy 122.875692 96.312668) (xy 122.490001 96.312332) (xy 122.13354 96.459618) (xy 121.983477 96.609418) (xy 121.834895 96.460577) + (xy 121.478692 96.312668) (xy 121.093001 96.312332) (xy 120.857668 96.409569) (xy 120.857668 91.375001) (xy 120.710382 91.01854) + (xy 120.437895 90.745577) (xy 120.081692 90.597668) (xy 119.696001 90.597332) (xy 119.33954 90.744618) (xy 119.066577 91.017105) + (xy 118.918668 91.373308) (xy 118.918332 91.758999) (xy 119.065618 92.11546) (xy 119.338105 92.388423) (xy 119.694308 92.536332) + (xy 120.079999 92.536668) (xy 120.43646 92.389382) (xy 120.709423 92.116895) (xy 120.857332 91.760692) (xy 120.857668 91.375001) + (xy 120.857668 96.409569) (xy 120.73654 96.459618) (xy 120.463577 96.732105) (xy 120.315668 97.088308) (xy 120.315332 97.473999) + (xy 120.462618 97.83046) (xy 120.735105 98.103423) (xy 121.091308 98.251332) (xy 121.476999 98.251668) (xy 121.83346 98.104382) + (xy 121.983522 97.954581) (xy 122.132105 98.103423) (xy 122.488308 98.251332) (xy 122.873999 98.251668) (xy 123.23046 98.104382) + (xy 123.503423 97.831895) (xy 123.651332 97.475692) (xy 123.651668 97.090001) (xy 123.651668 102.086427) (xy 123.617668 102.168308) + (xy 123.617332 102.553999) (xy 123.764618 102.91046) (xy 124.037105 103.183423) (xy 124.393308 103.331332) (xy 124.778999 103.331668) + (xy 124.903052 103.28041) (xy 124.907618 103.29146) (xy 125.180105 103.564423) (xy 125.536308 103.712332) (xy 125.921999 103.712668) + (xy 126.27846 103.565382) (xy 126.551423 103.292895) (xy 126.699332 102.936692) (xy 126.699668 102.551001) (xy 126.699668 107.674206) + (xy 126.558692 107.615668) (xy 126.173001 107.615332) (xy 125.81654 107.762618) (xy 125.730088 107.848919) (xy 125.644895 107.763577) + (xy 125.288692 107.615668) (xy 124.903001 107.615332) (xy 124.54654 107.762618) (xy 124.273577 108.035105) (xy 124.125668 108.391308) + (xy 124.125332 108.776999) (xy 124.272618 109.13346) (xy 124.545105 109.406423) (xy 124.901308 109.554332) (xy 125.286999 109.554668) + (xy 125.64346 109.407382) (xy 125.729911 109.32108) (xy 125.815105 109.406423) (xy 126.171308 109.554332) (xy 126.556999 109.554668) + (xy 126.91346 109.407382) (xy 126.999911 109.32108) (xy 127.085105 109.406423) (xy 127.441308 109.554332) (xy 127.826999 109.554668) + (xy 128.18346 109.407382) (xy 128.456423 109.134895) (xy 128.604332 108.778692) (xy 128.604668 108.393001) (xy 128.604668 115.915094) + (xy 128.35654 116.017618) (xy 128.083577 116.290105) (xy 127.935668 116.646308) (xy 127.935332 117.031999) (xy 128.082618 117.38846) + (xy 128.355105 117.661423) (xy 128.711308 117.809332) (xy 129.096999 117.809668) (xy 129.45346 117.662382) (xy 129.726423 117.389895) + (xy 129.874332 117.033692) (xy 129.874668 116.648001) (xy 129.874668 119.188001) (xy 129.727382 118.83154) (xy 129.454895 118.558577) + (xy 129.098692 118.410668) (xy 128.713001 118.410332) (xy 128.35654 118.557618) (xy 128.083577 118.830105) (xy 127.935668 119.186308) + (xy 127.935332 119.571999) (xy 128.082618 119.92846) (xy 128.355105 120.201423) (xy 128.711308 120.349332) (xy 129.096999 120.349668) + (xy 129.45346 120.202382) (xy 129.726423 119.929895) (xy 129.874332 119.573692) (xy 129.874668 119.188001) (xy 129.874668 121.728001) + (xy 129.727382 121.37154) (xy 129.454895 121.098577) (xy 129.098692 120.950668) (xy 128.713001 120.950332) (xy 128.35654 121.097618) + (xy 128.083577 121.370105) (xy 127.935668 121.726308) (xy 127.935332 122.111999) (xy 128.082618 122.46846) (xy 128.168919 122.554911) + (xy 128.083577 122.640105) (xy 127.935668 122.996308) (xy 127.935332 123.381999) (xy 128.082618 123.73846) (xy 128.168919 123.824911) + (xy 128.083577 123.910105) (xy 127.935668 124.266308) (xy 127.935332 124.651999) (xy 128.082618 125.00846) (xy 128.355105 125.281423) + (xy 128.67111 125.41264) (xy 128.35654 125.542618) (xy 128.083577 125.815105) (xy 127.935668 126.171308) (xy 127.935332 126.556999) + (xy 128.082618 126.91346) (xy 128.355105 127.186423) (xy 128.711308 127.334332) (xy 129.096999 127.334668) (xy 129.45346 127.187382) + (xy 129.539911 127.10108) (xy 129.625105 127.186423) (xy 129.981308 127.334332) (xy 130.366999 127.334668) (xy 130.72346 127.187382) + (xy 130.809911 127.10108) (xy 130.895105 127.186423) (xy 131.251308 127.334332) (xy 131.636999 127.334668) (xy 131.99346 127.187382) + (xy 132.079911 127.10108) (xy 132.165105 127.186423) (xy 132.521308 127.334332) (xy 132.906999 127.334668) (xy 133.26346 127.187382) + (xy 133.349911 127.10108) (xy 133.435105 127.186423) (xy 133.791308 127.334332) (xy 134.176999 127.334668) (xy 134.53346 127.187382) + (xy 134.619911 127.10108) (xy 134.705105 127.186423) (xy 135.061308 127.334332) (xy 135.446999 127.334668) (xy 135.80346 127.187382) + (xy 135.889911 127.10108) (xy 135.975105 127.186423) (xy 136.331308 127.334332) (xy 136.716999 127.334668) (xy 137.07346 127.187382) + (xy 137.159911 127.10108) (xy 137.245105 127.186423) (xy 137.601308 127.334332) (xy 137.986999 127.334668) (xy 138.34346 127.187382) + (xy 138.607911 126.923391) (xy 138.743705 127.059423) (xy 139.099908 127.207332) (xy 139.485599 127.207668) (xy 139.84206 127.060382) + (xy 139.941233 126.96138) (xy 140.039105 127.059423) (xy 140.395308 127.207332) (xy 140.780999 127.207668) (xy 141.13746 127.060382) + (xy 141.223911 126.97408) (xy 141.309105 127.059423) (xy 141.665308 127.207332) (xy 142.050999 127.207668) (xy 142.40746 127.060382) + (xy 142.493911 126.97408) (xy 142.579105 127.059423) (xy 142.935308 127.207332) (xy 143.320999 127.207668) (xy 143.67746 127.060382) + (xy 143.763911 126.97408) (xy 143.849105 127.059423) (xy 144.205308 127.207332) (xy 144.590999 127.207668) (xy 144.94746 127.060382) + (xy 145.033911 126.97408) (xy 145.119105 127.059423) (xy 145.475308 127.207332) (xy 145.860999 127.207668) (xy 146.21746 127.060382) + (xy 146.458785 126.819477) (xy 146.497618 126.91346) (xy 146.770105 127.186423) (xy 147.126308 127.334332) (xy 147.265237 127.334453) + (xy 147.260577 127.339105) (xy 147.112668 127.695308) (xy 147.112332 128.080999) (xy 147.259618 128.43746) (xy 147.532105 128.710423) + (xy 147.888308 128.858332) (xy 148.273999 128.858668) (xy 148.63046 128.711382) (xy 148.903423 128.438895) (xy 149.051332 128.082692) + (xy 149.051668 127.697001) (xy 149.051668 140.619941) (xy 148.783692 140.508668) (xy 148.398001 140.508332) (xy 148.04154 140.655618) + (xy 147.768577 140.928105) (xy 147.620668 141.284308) (xy 147.620332 141.669999) (xy 147.625283 141.681981) (xy 147.615895 141.672577) + (xy 147.259692 141.524668) (xy 146.874001 141.524332) (xy 146.51754 141.671618) (xy 146.244577 141.944105) (xy 146.096668 142.300308) + (xy 146.096332 142.685999) (xy 146.243618 143.04246) (xy 146.516105 143.315423) (xy 146.872308 143.463332) (xy 147.257999 143.463668) + (xy 147.61446 143.316382) (xy 147.887423 143.043895) (xy 148.035332 142.687692) (xy 148.035668 142.302001) (xy 148.030716 142.290018) + (xy 148.040105 142.299423) (xy 148.396308 142.447332) (xy 148.781999 142.447668) (xy 149.13846 142.300382) (xy 149.411423 142.027895) + (xy 149.559332 141.671692) (xy 149.559668 141.286001) (xy 149.559668 149.584206) (xy 149.418692 149.525668) (xy 149.033001 149.525332) + (xy 148.67654 149.672618) (xy 148.403577 149.945105) (xy 148.272359 150.26111) (xy 148.142382 149.94654) (xy 147.869895 149.673577) + (xy 147.513692 149.525668) (xy 147.128001 149.525332) (xy 146.77154 149.672618) (xy 146.498577 149.945105) (xy 146.350668 150.301308) + (xy 146.350332 150.686999) (xy 146.497618 151.04346) (xy 146.583919 151.129911) (xy 146.498577 151.215105) (xy 146.367359 151.53111) + (xy 146.237382 151.21654) (xy 145.964895 150.943577) (xy 145.749668 150.854206) (xy 145.749668 142.048001) (xy 145.602382 141.69154) + (xy 145.329895 141.418577) (xy 144.973692 141.270668) (xy 144.588001 141.270332) (xy 144.23154 141.417618) (xy 143.958577 141.690105) + (xy 143.810668 142.046308) (xy 143.810332 142.431999) (xy 143.957618 142.78846) (xy 144.230105 143.061423) (xy 144.586308 143.209332) + (xy 144.971999 143.209668) (xy 145.32846 143.062382) (xy 145.601423 142.789895) (xy 145.749332 142.433692) (xy 145.749668 142.048001) + (xy 145.749668 150.854206) (xy 145.608692 150.795668) (xy 145.223001 150.795332) (xy 144.86654 150.942618) (xy 144.593577 151.215105) + (xy 144.462359 151.53111) (xy 144.332382 151.21654) (xy 144.059895 150.943577) (xy 143.703692 150.795668) (xy 143.318001 150.795332) + (xy 143.209668 150.840094) (xy 143.209668 142.048001) (xy 143.062382 141.69154) (xy 142.789895 141.418577) (xy 142.433692 141.270668) + (xy 142.048001 141.270332) (xy 141.69154 141.417618) (xy 141.418577 141.690105) (xy 141.270668 142.046308) (xy 141.270332 142.431999) + (xy 141.417618 142.78846) (xy 141.690105 143.061423) (xy 142.046308 143.209332) (xy 142.431999 143.209668) (xy 142.78846 143.062382) + (xy 143.061423 142.789895) (xy 143.209332 142.433692) (xy 143.209668 142.048001) (xy 143.209668 150.840094) (xy 142.96154 150.942618) + (xy 142.688577 151.215105) (xy 142.574668 151.489427) (xy 142.574668 150.303001) (xy 142.427382 149.94654) (xy 142.154895 149.673577) + (xy 141.798692 149.525668) (xy 141.413001 149.525332) (xy 141.05654 149.672618) (xy 140.783577 149.945105) (xy 140.652359 150.26111) + (xy 140.522382 149.94654) (xy 140.249895 149.673577) (xy 140.034668 149.584206) (xy 140.034668 142.048001) (xy 139.887382 141.69154) + (xy 139.614895 141.418577) (xy 139.258692 141.270668) (xy 138.873001 141.270332) (xy 138.51654 141.417618) (xy 138.243577 141.690105) + (xy 138.095668 142.046308) (xy 138.095332 142.431999) (xy 138.242618 142.78846) (xy 138.515105 143.061423) (xy 138.871308 143.209332) + (xy 139.256999 143.209668) (xy 139.61346 143.062382) (xy 139.886423 142.789895) (xy 140.034332 142.433692) (xy 140.034668 142.048001) + (xy 140.034668 149.584206) (xy 139.893692 149.525668) (xy 139.508001 149.525332) (xy 139.15154 149.672618) (xy 138.878577 149.945105) + (xy 138.747359 150.26111) (xy 138.617382 149.94654) (xy 138.344895 149.673577) (xy 137.988692 149.525668) (xy 137.603001 149.525332) + (xy 137.494668 149.570094) (xy 137.494668 142.048001) (xy 137.347382 141.69154) (xy 137.074895 141.418577) (xy 136.718692 141.270668) + (xy 136.333001 141.270332) (xy 136.084717 141.37292) (xy 136.224332 141.036692) (xy 136.224668 140.651001) (xy 136.077382 140.29454) + (xy 135.804895 140.021577) (xy 135.448692 139.873668) (xy 135.063001 139.873332) (xy 134.70654 140.020618) (xy 134.433577 140.293105) + (xy 134.319668 140.567427) (xy 134.319668 139.889001) (xy 134.172382 139.53254) (xy 133.899895 139.259577) (xy 133.543692 139.111668) + (xy 133.176668 139.111348) (xy 133.176668 135.571001) (xy 133.029382 135.21454) (xy 132.756895 134.941577) (xy 132.400692 134.793668) + (xy 132.015001 134.793332) (xy 131.65854 134.940618) (xy 131.385577 135.213105) (xy 131.237668 135.569308) (xy 131.237332 135.954999) + (xy 131.384618 136.31146) (xy 131.657105 136.584423) (xy 132.013308 136.732332) (xy 132.398999 136.732668) (xy 132.75546 136.585382) + (xy 133.028423 136.312895) (xy 133.176332 135.956692) (xy 133.176668 135.571001) (xy 133.176668 139.111348) (xy 133.158001 139.111332) + (xy 132.80154 139.258618) (xy 132.528577 139.531105) (xy 132.414668 139.805427) (xy 132.414668 138.873001) (xy 132.267382 138.51654) + (xy 131.994895 138.243577) (xy 131.638692 138.095668) (xy 131.253001 138.095332) (xy 130.89654 138.242618) (xy 130.810088 138.328919) + (xy 130.724895 138.243577) (xy 130.368692 138.095668) (xy 129.983001 138.095332) (xy 129.798374 138.171617) (xy 129.874332 137.988692) + (xy 129.874668 137.603001) (xy 129.727382 137.24654) (xy 129.64108 137.160088) (xy 129.726423 137.074895) (xy 129.874332 136.718692) + (xy 129.874668 136.333001) (xy 129.727382 135.97654) (xy 129.454895 135.703577) (xy 129.098692 135.555668) (xy 128.713001 135.555332) + (xy 128.35654 135.702618) (xy 128.083577 135.975105) (xy 127.935668 136.331308) (xy 127.935332 136.716999) (xy 128.082618 137.07346) + (xy 128.168919 137.159911) (xy 128.083577 137.245105) (xy 127.935668 137.601308) (xy 127.935332 137.986999) (xy 128.082618 138.34346) + (xy 128.168919 138.429911) (xy 128.083577 138.515105) (xy 127.935668 138.871308) (xy 127.935332 139.256999) (xy 128.082618 139.61346) + (xy 128.355105 139.886423) (xy 128.711308 140.034332) (xy 129.096999 140.034668) (xy 129.45346 139.887382) (xy 129.539911 139.80108) + (xy 129.625105 139.886423) (xy 129.981308 140.034332) (xy 130.366999 140.034668) (xy 130.72346 139.887382) (xy 130.809911 139.80108) + (xy 130.895105 139.886423) (xy 131.251308 140.034332) (xy 131.636999 140.034668) (xy 131.99346 139.887382) (xy 132.266423 139.614895) + (xy 132.414332 139.258692) (xy 132.414668 138.873001) (xy 132.414668 139.805427) (xy 132.380668 139.887308) (xy 132.380332 140.272999) + (xy 132.527618 140.62946) (xy 132.800105 140.902423) (xy 133.156308 141.050332) (xy 133.541999 141.050668) (xy 133.89846 140.903382) + (xy 134.171423 140.630895) (xy 134.319332 140.274692) (xy 134.319668 139.889001) (xy 134.319668 140.567427) (xy 134.285668 140.649308) + (xy 134.285332 141.034999) (xy 134.42496 141.372928) (xy 134.178692 141.270668) (xy 133.793001 141.270332) (xy 133.43654 141.417618) + (xy 133.163577 141.690105) (xy 133.015668 142.046308) (xy 133.015332 142.431999) (xy 133.162618 142.78846) (xy 133.435105 143.061423) + (xy 133.791308 143.209332) (xy 134.176999 143.209668) (xy 134.53346 143.062382) (xy 134.806423 142.789895) (xy 134.954332 142.433692) + (xy 134.954668 142.048001) (xy 134.815039 141.710071) (xy 135.061308 141.812332) (xy 135.446999 141.812668) (xy 135.695282 141.710079) + (xy 135.555668 142.046308) (xy 135.555332 142.431999) (xy 135.702618 142.78846) (xy 135.975105 143.061423) (xy 136.331308 143.209332) + (xy 136.716999 143.209668) (xy 137.07346 143.062382) (xy 137.346423 142.789895) (xy 137.494332 142.433692) (xy 137.494668 142.048001) + (xy 137.494668 149.570094) (xy 137.24654 149.672618) (xy 136.973577 149.945105) (xy 136.842359 150.26111) (xy 136.712382 149.94654) + (xy 136.439895 149.673577) (xy 136.083692 149.525668) (xy 135.698001 149.525332) (xy 135.34154 149.672618) (xy 135.068577 149.945105) + (xy 134.937359 150.26111) (xy 134.807382 149.94654) (xy 134.534895 149.673577) (xy 134.178692 149.525668) (xy 133.793001 149.525332) + (xy 133.43654 149.672618) (xy 133.163577 149.945105) (xy 133.032359 150.26111) (xy 132.902382 149.94654) (xy 132.629895 149.673577) + (xy 132.414668 149.584206) (xy 132.414668 142.048001) (xy 132.267382 141.69154) (xy 131.994895 141.418577) (xy 131.638692 141.270668) + (xy 131.253001 141.270332) (xy 130.89654 141.417618) (xy 130.623577 141.690105) (xy 130.475668 142.046308) (xy 130.475332 142.431999) + (xy 130.622618 142.78846) (xy 130.895105 143.061423) (xy 131.251308 143.209332) (xy 131.636999 143.209668) (xy 131.99346 143.062382) + (xy 132.266423 142.789895) (xy 132.414332 142.433692) (xy 132.414668 142.048001) (xy 132.414668 149.584206) (xy 132.273692 149.525668) + (xy 131.888001 149.525332) (xy 131.53154 149.672618) (xy 131.258577 149.945105) (xy 131.127359 150.26111) (xy 130.997382 149.94654) + (xy 130.724895 149.673577) (xy 130.368692 149.525668) (xy 129.983001 149.525332) (xy 129.874668 149.570094) (xy 129.874668 142.048001) + (xy 129.727382 141.69154) (xy 129.454895 141.418577) (xy 129.098692 141.270668) (xy 128.713001 141.270332) (xy 128.35654 141.417618) + (xy 128.083577 141.690105) (xy 127.935668 142.046308) (xy 127.935332 142.431999) (xy 128.082618 142.78846) (xy 128.355105 143.061423) + (xy 128.711308 143.209332) (xy 129.096999 143.209668) (xy 129.45346 143.062382) (xy 129.726423 142.789895) (xy 129.874332 142.433692) + (xy 129.874668 142.048001) (xy 129.874668 149.570094) (xy 129.62654 149.672618) (xy 129.493668 149.805258) (xy 129.493668 146.620001) + (xy 129.346382 146.26354) (xy 129.073895 145.990577) (xy 128.717692 145.842668) (xy 128.332001 145.842332) (xy 127.97554 145.989618) + (xy 127.702577 146.262105) (xy 127.554668 146.618308) (xy 127.554332 147.003999) (xy 127.701618 147.36046) (xy 127.974105 147.633423) + (xy 128.330308 147.781332) (xy 128.715999 147.781668) (xy 129.07246 147.634382) (xy 129.345423 147.361895) (xy 129.493332 147.005692) + (xy 129.493668 146.620001) (xy 129.493668 149.805258) (xy 129.353577 149.945105) (xy 129.205668 150.301308) (xy 129.205332 150.686999) + (xy 129.352618 151.04346) (xy 129.625105 151.316423) (xy 129.981308 151.464332) (xy 130.366999 151.464668) (xy 130.72346 151.317382) + (xy 130.996423 151.044895) (xy 131.12764 150.728889) (xy 131.257618 151.04346) (xy 131.530105 151.316423) (xy 131.886308 151.464332) + (xy 132.271999 151.464668) (xy 132.62846 151.317382) (xy 132.901423 151.044895) (xy 133.03264 150.728889) (xy 133.162618 151.04346) + (xy 133.248919 151.129911) (xy 133.163577 151.215105) (xy 133.015668 151.571308) (xy 133.015332 151.956999) (xy 133.162618 152.31346) + (xy 133.435105 152.586423) (xy 133.791308 152.734332) (xy 134.176999 152.734668) (xy 134.53346 152.587382) (xy 134.806423 152.314895) + (xy 134.93764 151.998889) (xy 135.067618 152.31346) (xy 135.340105 152.586423) (xy 135.696308 152.734332) (xy 136.081999 152.734668) + (xy 136.43846 152.587382) (xy 136.711423 152.314895) (xy 136.859332 151.958692) (xy 136.859668 151.573001) (xy 136.712382 151.21654) + (xy 136.62608 151.130088) (xy 136.711423 151.044895) (xy 136.84264 150.728889) (xy 136.972618 151.04346) (xy 137.245105 151.316423) + (xy 137.601308 151.464332) (xy 137.986999 151.464668) (xy 138.34346 151.317382) (xy 138.616423 151.044895) (xy 138.74764 150.728889) + (xy 138.877618 151.04346) (xy 138.963919 151.129911) (xy 138.878577 151.215105) (xy 138.730668 151.571308) (xy 138.730332 151.956999) + (xy 138.877618 152.31346) (xy 139.150105 152.586423) (xy 139.506308 152.734332) (xy 139.891999 152.734668) (xy 140.24846 152.587382) + (xy 140.521423 152.314895) (xy 140.669332 151.958692) (xy 140.669668 151.573001) (xy 140.522382 151.21654) (xy 140.43608 151.130088) + (xy 140.521423 151.044895) (xy 140.65264 150.728889) (xy 140.782618 151.04346) (xy 141.055105 151.316423) (xy 141.411308 151.464332) + (xy 141.796999 151.464668) (xy 142.15346 151.317382) (xy 142.426423 151.044895) (xy 142.574332 150.688692) (xy 142.574668 150.303001) + (xy 142.574668 151.489427) (xy 142.540668 151.571308) (xy 142.540332 151.956999) (xy 142.687618 152.31346) (xy 142.960105 152.586423) + (xy 143.316308 152.734332) (xy 143.701999 152.734668) (xy 144.05846 152.587382) (xy 144.331423 152.314895) (xy 144.46264 151.998889) + (xy 144.592618 152.31346) (xy 144.865105 152.586423) (xy 145.221308 152.734332) (xy 145.606999 152.734668) (xy 145.96346 152.587382) + (xy 146.236423 152.314895) (xy 146.36764 151.998889) (xy 146.497618 152.31346) (xy 146.770105 152.586423) (xy 147.126308 152.734332) + (xy 147.511999 152.734668) (xy 147.86846 152.587382) (xy 148.141423 152.314895) (xy 148.289332 151.958692) (xy 148.289668 151.573001) + (xy 148.142382 151.21654) (xy 148.05608 151.130088) (xy 148.141423 151.044895) (xy 148.27264 150.728889) (xy 148.402618 151.04346) + (xy 148.675105 151.316423) (xy 149.031308 151.464332) (xy 149.416999 151.464668) (xy 149.77346 151.317382) (xy 150.046423 151.044895) + (xy 150.17764 150.728889) (xy 150.307618 151.04346) (xy 150.393919 151.129911) (xy 150.308577 151.215105) (xy 150.160668 151.571308) + (xy 150.160332 151.956999) (xy 150.307618 152.31346) (xy 150.580105 152.586423) (xy 150.936308 152.734332) (xy 151.321999 152.734668) + (xy 151.67846 152.587382) (xy 151.951423 152.314895) (xy 152.099332 151.958692) (xy 152.099668 151.573001) (xy 151.952382 151.21654) + (xy 151.86608 151.130088) (xy 151.951423 151.044895) (xy 152.08264 150.728889) (xy 152.212618 151.04346) (xy 152.485105 151.316423) + (xy 152.841308 151.464332) (xy 153.226999 151.464668) (xy 153.58346 151.317382) (xy 153.856423 151.044895) (xy 153.98764 150.728889) + (xy 154.117618 151.04346) (xy 154.390105 151.316423) (xy 154.746308 151.464332) (xy 155.131999 151.464668) (xy 155.48846 151.317382) + (xy 155.761423 151.044895) (xy 155.909332 150.688692) (xy 155.909668 150.303001) (xy 155.909668 154.53848) (xy 129.239668 154.685828) + (xy 129.239668 151.573001) (xy 129.092382 151.21654) (xy 128.819895 150.943577) (xy 128.463692 150.795668) (xy 128.078001 150.795332) + (xy 127.72154 150.942618) (xy 127.448577 151.215105) (xy 127.334668 151.489427) (xy 127.334668 150.303001) (xy 127.187382 149.94654) + (xy 126.914895 149.673577) (xy 126.558692 149.525668) (xy 126.173001 149.525332) (xy 125.81654 149.672618) (xy 125.543577 149.945105) + (xy 125.412359 150.26111) (xy 125.282382 149.94654) (xy 125.009895 149.673577) (xy 124.667668 149.531471) (xy 124.667668 121.347001) + (xy 124.520382 120.99054) (xy 124.247895 120.717577) (xy 123.891692 120.569668) (xy 123.506001 120.569332) (xy 123.14954 120.716618) + (xy 123.016668 120.849257) (xy 123.016668 102.678001) (xy 122.869382 102.32154) (xy 122.596895 102.048577) (xy 122.240692 101.900668) + (xy 121.855001 101.900332) (xy 121.49854 102.047618) (xy 121.225577 102.320105) (xy 121.077668 102.676308) (xy 121.077332 103.061999) + (xy 121.224618 103.41846) (xy 121.497105 103.691423) (xy 121.853308 103.839332) (xy 122.238999 103.839668) (xy 122.59546 103.692382) + (xy 122.868423 103.419895) (xy 123.016332 103.063692) (xy 123.016668 102.678001) (xy 123.016668 120.849257) (xy 122.999477 120.866418) + (xy 122.850895 120.717577) (xy 122.494692 120.569668) (xy 122.109001 120.569332) (xy 121.75254 120.716618) (xy 121.479577 120.989105) + (xy 121.331668 121.345308) (xy 121.331332 121.730999) (xy 121.478618 122.08746) (xy 121.751105 122.360423) (xy 122.107308 122.508332) + (xy 122.492999 122.508668) (xy 122.84946 122.361382) (xy 122.999522 122.211581) (xy 123.148105 122.360423) (xy 123.504308 122.508332) + (xy 123.889999 122.508668) (xy 124.24646 122.361382) (xy 124.519423 122.088895) (xy 124.667332 121.732692) (xy 124.667668 121.347001) + (xy 124.667668 149.531471) (xy 124.653692 149.525668) (xy 124.268001 149.525332) (xy 124.159668 149.570094) (xy 124.159668 123.633001) + (xy 124.012382 123.27654) (xy 123.739895 123.003577) (xy 123.383692 122.855668) (xy 122.998001 122.855332) (xy 122.64154 123.002618) + (xy 122.368577 123.275105) (xy 122.220668 123.631308) (xy 122.220332 124.016999) (xy 122.367618 124.37346) (xy 122.640105 124.646423) + (xy 122.996308 124.794332) (xy 123.381999 124.794668) (xy 123.73846 124.647382) (xy 124.011423 124.374895) (xy 124.159332 124.018692) + (xy 124.159668 123.633001) (xy 124.159668 149.570094) (xy 123.91154 149.672618) (xy 123.638577 149.945105) (xy 123.507359 150.26111) + (xy 123.377382 149.94654) (xy 123.104895 149.673577) (xy 122.748692 149.525668) (xy 122.363001 149.525332) (xy 122.00654 149.672618) + (xy 121.733577 149.945105) (xy 121.602359 150.26111) (xy 121.472382 149.94654) (xy 121.199895 149.673577) (xy 120.857668 149.531471) + (xy 120.857668 122.236001) (xy 120.710382 121.87954) (xy 120.476668 121.645417) (xy 120.476668 115.378001) (xy 120.329382 115.02154) + (xy 120.056895 114.748577) (xy 119.700692 114.600668) (xy 119.315001 114.600332) (xy 118.95854 114.747618) (xy 118.825668 114.880258) + (xy 118.825668 91.121001) (xy 118.825668 87.565001) (xy 118.678382 87.20854) (xy 118.405895 86.935577) (xy 118.049692 86.787668) + (xy 117.682712 86.787348) (xy 117.682712 64.400698) (xy 117.496838 63.950848) (xy 117.152962 63.606372) (xy 116.703437 63.419713) + (xy 116.216698 63.419288) (xy 115.968245 63.521946) (xy 115.968245 59.917972) (xy 115.75343 59.39808) (xy 115.356013 58.999968) + (xy 114.836496 58.784246) (xy 114.273972 58.783755) (xy 113.75408 58.99857) (xy 113.355968 59.395987) (xy 113.140246 59.915504) + (xy 113.139755 60.478028) (xy 113.35457 60.99792) (xy 113.751987 61.396032) (xy 114.271504 61.611754) (xy 114.834028 61.612245) + (xy 115.35392 61.39743) (xy 115.752032 61.000013) (xy 115.967754 60.480496) (xy 115.968245 59.917972) (xy 115.968245 63.521946) + (xy 115.766848 63.605162) (xy 115.422372 63.949038) (xy 115.235713 64.398563) (xy 115.235288 64.885302) (xy 115.421162 65.335152) + (xy 115.765038 65.679628) (xy 116.214563 65.866287) (xy 116.701302 65.866712) (xy 117.151152 65.680838) (xy 117.495628 65.336962) + (xy 117.682287 64.887437) (xy 117.682712 64.400698) (xy 117.682712 86.787348) (xy 117.664001 86.787332) (xy 117.30754 86.934618) + (xy 117.034577 87.207105) (xy 116.886668 87.563308) (xy 116.886332 87.948999) (xy 117.033618 88.30546) (xy 117.306105 88.578423) + (xy 117.662308 88.726332) (xy 118.047999 88.726668) (xy 118.40446 88.579382) (xy 118.677423 88.306895) (xy 118.825332 87.950692) + (xy 118.825668 87.565001) (xy 118.825668 91.121001) (xy 118.678382 90.76454) (xy 118.405895 90.491577) (xy 118.049692 90.343668) + (xy 117.664001 90.343332) (xy 117.30754 90.490618) (xy 117.034577 90.763105) (xy 116.886668 91.119308) (xy 116.886332 91.504999) + (xy 117.033618 91.86146) (xy 117.306105 92.134423) (xy 117.662308 92.282332) (xy 118.047999 92.282668) (xy 118.40446 92.135382) + (xy 118.677423 91.862895) (xy 118.825332 91.506692) (xy 118.825668 91.121001) (xy 118.825668 114.880258) (xy 118.685577 115.020105) + (xy 118.537668 115.376308) (xy 118.537332 115.761999) (xy 118.684618 116.11846) (xy 118.957105 116.391423) (xy 119.313308 116.539332) + (xy 119.698999 116.539668) (xy 120.05546 116.392382) (xy 120.328423 116.119895) (xy 120.476332 115.763692) (xy 120.476668 115.378001) + (xy 120.476668 121.645417) (xy 120.437895 121.606577) (xy 120.081692 121.458668) (xy 119.696001 121.458332) (xy 119.33954 121.605618) + (xy 119.066577 121.878105) (xy 118.918668 122.234308) (xy 118.918546 122.37368) (xy 118.825668 122.280639) (xy 118.825668 117.664001) + (xy 118.678382 117.30754) (xy 118.405895 117.034577) (xy 118.049692 116.886668) (xy 117.936668 116.886569) (xy 117.936668 97.090001) + (xy 117.789382 96.73354) (xy 117.516895 96.460577) (xy 117.160692 96.312668) (xy 116.775001 96.312332) (xy 116.41854 96.459618) + (xy 116.332088 96.545919) (xy 116.246895 96.460577) (xy 115.890692 96.312668) (xy 115.505001 96.312332) (xy 115.39669 96.357084) + (xy 115.39669 74.712849) (xy 115.23011 74.309694) (xy 115.146953 74.226391) (xy 115.146953 64.4232) (xy 114.969368 63.970014) + (xy 114.942716 63.930128) (xy 114.725766 63.871589) (xy 114.690411 63.906944) (xy 114.690411 63.836234) (xy 114.631872 63.619284) + (xy 114.185849 63.424405) (xy 113.6992 63.415047) (xy 113.246014 63.592632) (xy 113.206128 63.619284) (xy 113.147589 63.836234) + (xy 113.919 64.607645) (xy 114.690411 63.836234) (xy 114.690411 63.906944) (xy 113.954355 64.643) (xy 114.725766 65.414411) + (xy 114.942716 65.355872) (xy 115.137595 64.909849) (xy 115.146953 64.4232) (xy 115.146953 74.226391) (xy 114.921928 74.000974) + (xy 114.690411 73.904839) (xy 114.690411 65.449766) (xy 113.919 64.678355) (xy 113.883645 64.71371) (xy 113.883645 64.643) + (xy 113.112234 63.871589) (xy 112.895284 63.930128) (xy 112.700405 64.376151) (xy 112.691047 64.8628) (xy 112.868632 65.315986) + (xy 112.895284 65.355872) (xy 113.112234 65.414411) (xy 113.883645 64.643) (xy 113.883645 64.71371) (xy 113.147589 65.449766) + (xy 113.206128 65.666716) (xy 113.652151 65.861595) (xy 114.1388 65.870953) (xy 114.591986 65.693368) (xy 114.631872 65.666716) + (xy 114.690411 65.449766) (xy 114.690411 73.904839) (xy 114.519064 73.83369) (xy 114.082849 73.83331) (xy 113.679694 73.99989) + (xy 113.370974 74.308072) (xy 113.20369 74.710936) (xy 113.20331 75.147151) (xy 113.36989 75.550306) (xy 113.678072 75.859026) + (xy 114.080936 76.02631) (xy 114.517151 76.02669) (xy 114.920306 75.86011) (xy 115.229026 75.551928) (xy 115.39631 75.149064) + (xy 115.39669 74.712849) (xy 115.39669 96.357084) (xy 115.14854 96.459618) (xy 114.875577 96.732105) (xy 114.727668 97.088308) + (xy 114.727332 97.473999) (xy 114.874618 97.83046) (xy 115.147105 98.103423) (xy 115.503308 98.251332) (xy 115.888999 98.251668) + (xy 116.24546 98.104382) (xy 116.331911 98.01808) (xy 116.417105 98.103423) (xy 116.773308 98.251332) (xy 117.158999 98.251668) + (xy 117.51546 98.104382) (xy 117.788423 97.831895) (xy 117.936332 97.475692) (xy 117.936668 97.090001) (xy 117.936668 116.886569) + (xy 117.664001 116.886332) (xy 117.30754 117.033618) (xy 117.174668 117.166257) (xy 117.174668 102.170001) (xy 117.027382 101.81354) + (xy 116.754895 101.540577) (xy 116.398692 101.392668) (xy 116.013001 101.392332) (xy 115.65654 101.539618) (xy 115.383577 101.812105) + (xy 115.235668 102.168308) (xy 115.235332 102.553999) (xy 115.382618 102.91046) (xy 115.655105 103.183423) (xy 116.011308 103.331332) + (xy 116.396999 103.331668) (xy 116.75346 103.184382) (xy 117.026423 102.911895) (xy 117.174332 102.555692) (xy 117.174668 102.170001) + (xy 117.174668 117.166257) (xy 117.083017 117.257748) (xy 116.898962 117.073372) (xy 116.449437 116.886713) (xy 115.962698 116.886288) + (xy 115.523668 117.067691) (xy 115.523668 106.615001) (xy 115.376382 106.25854) (xy 115.103895 105.985577) (xy 114.747692 105.837668) + (xy 114.362001 105.837332) (xy 114.253668 105.882094) (xy 114.253668 102.297001) (xy 114.106382 101.94054) (xy 113.833895 101.667577) + (xy 113.477692 101.519668) (xy 113.092001 101.519332) (xy 112.73554 101.666618) (xy 112.729668 101.672479) (xy 112.729668 92.518001) + (xy 112.729668 86.803001) (xy 112.602668 86.495636) (xy 112.602668 70.039001) (xy 112.455382 69.68254) (xy 112.182895 69.409577) + (xy 111.826692 69.261668) (xy 111.441001 69.261332) (xy 111.336953 69.304323) (xy 111.336953 64.4232) (xy 111.159368 63.970014) + (xy 111.132716 63.930128) (xy 110.915766 63.871589) (xy 110.888245 63.89911) (xy 110.888245 59.917972) (xy 110.67343 59.39808) + (xy 110.276013 58.999968) (xy 109.756496 58.784246) (xy 109.193972 58.783755) (xy 108.67408 58.99857) (xy 108.275968 59.395987) + (xy 108.060246 59.915504) (xy 108.059755 60.478028) (xy 108.27457 60.99792) (xy 108.671987 61.396032) (xy 109.191504 61.611754) + (xy 109.754028 61.612245) (xy 110.27392 61.39743) (xy 110.672032 61.000013) (xy 110.887754 60.480496) (xy 110.888245 59.917972) + (xy 110.888245 63.89911) (xy 110.880411 63.906944) (xy 110.880411 63.836234) (xy 110.821872 63.619284) (xy 110.375849 63.424405) + (xy 109.8892 63.415047) (xy 109.436014 63.592632) (xy 109.396128 63.619284) (xy 109.337589 63.836234) (xy 110.109 64.607645) + (xy 110.880411 63.836234) (xy 110.880411 63.906944) (xy 110.144355 64.643) (xy 110.915766 65.414411) (xy 111.132716 65.355872) + (xy 111.327595 64.909849) (xy 111.336953 64.4232) (xy 111.336953 69.304323) (xy 111.08454 69.408618) (xy 110.880411 69.612391) + (xy 110.880411 65.449766) (xy 110.109 64.678355) (xy 110.073645 64.71371) (xy 110.073645 64.643) (xy 109.302234 63.871589) + (xy 109.085284 63.930128) (xy 108.890405 64.376151) (xy 108.881047 64.8628) (xy 109.058632 65.315986) (xy 109.085284 65.355872) + (xy 109.302234 65.414411) (xy 110.073645 64.643) (xy 110.073645 64.71371) (xy 109.337589 65.449766) (xy 109.396128 65.666716) + (xy 109.842151 65.861595) (xy 110.3288 65.870953) (xy 110.781986 65.693368) (xy 110.821872 65.666716) (xy 110.880411 65.449766) + (xy 110.880411 69.612391) (xy 110.811577 69.681105) (xy 110.663668 70.037308) (xy 110.663332 70.422999) (xy 110.810618 70.77946) + (xy 111.083105 71.052423) (xy 111.439308 71.200332) (xy 111.824999 71.200668) (xy 112.18146 71.053382) (xy 112.454423 70.780895) + (xy 112.602332 70.424692) (xy 112.602668 70.039001) (xy 112.602668 86.495636) (xy 112.582382 86.44654) (xy 112.309895 86.173577) + (xy 111.953692 86.025668) (xy 111.586668 86.025348) (xy 111.586668 80.961001) (xy 111.439382 80.60454) (xy 111.332668 80.497639) + (xy 111.332668 72.833001) (xy 111.185382 72.47654) (xy 110.912895 72.203577) (xy 110.556692 72.055668) (xy 110.171001 72.055332) + (xy 109.81454 72.202618) (xy 109.541577 72.475105) (xy 109.393668 72.831308) (xy 109.393332 73.216999) (xy 109.540618 73.57346) + (xy 109.813105 73.846423) (xy 110.169308 73.994332) (xy 110.554999 73.994668) (xy 110.91146 73.847382) (xy 111.184423 73.574895) + (xy 111.332332 73.218692) (xy 111.332668 72.833001) (xy 111.332668 80.497639) (xy 111.166895 80.331577) (xy 110.810692 80.183668) + (xy 110.425001 80.183332) (xy 110.06854 80.330618) (xy 109.795577 80.603105) (xy 109.647668 80.959308) (xy 109.647332 81.344999) + (xy 109.794618 81.70146) (xy 110.067105 81.974423) (xy 110.423308 82.122332) (xy 110.808999 82.122668) (xy 111.16546 81.975382) + (xy 111.438423 81.702895) (xy 111.586332 81.346692) (xy 111.586668 80.961001) (xy 111.586668 86.025348) (xy 111.568001 86.025332) + (xy 111.21154 86.172618) (xy 110.938577 86.445105) (xy 110.790668 86.801308) (xy 110.790332 87.186999) (xy 110.884817 87.415672) + (xy 110.785895 87.316577) (xy 110.429692 87.168668) (xy 110.316668 87.168569) (xy 110.316668 85.152001) (xy 110.169382 84.79554) + (xy 109.896895 84.522577) (xy 109.540692 84.374668) (xy 109.155001 84.374332) (xy 108.919668 84.471569) (xy 108.919668 81.850001) + (xy 108.792712 81.542742) (xy 108.792712 64.400698) (xy 108.606838 63.950848) (xy 108.262962 63.606372) (xy 107.813437 63.419713) + (xy 107.326698 63.419288) (xy 106.876848 63.605162) (xy 106.532372 63.949038) (xy 106.345713 64.398563) (xy 106.345288 64.885302) + (xy 106.531162 65.335152) (xy 106.875038 65.679628) (xy 107.324563 65.866287) (xy 107.811302 65.866712) (xy 108.261152 65.680838) + (xy 108.605628 65.336962) (xy 108.792287 64.887437) (xy 108.792712 64.400698) (xy 108.792712 81.542742) (xy 108.772382 81.49354) + (xy 108.665668 81.386639) (xy 108.665668 75.881001) (xy 108.665668 69.150001) (xy 108.518382 68.79354) (xy 108.245895 68.520577) + (xy 107.889692 68.372668) (xy 107.504001 68.372332) (xy 107.14754 68.519618) (xy 106.874577 68.792105) (xy 106.726668 69.148308) + (xy 106.726332 69.533999) (xy 106.873618 69.89046) (xy 107.146105 70.163423) (xy 107.502308 70.311332) (xy 107.887999 70.311668) + (xy 108.24446 70.164382) (xy 108.517423 69.891895) (xy 108.665332 69.535692) (xy 108.665668 69.150001) (xy 108.665668 75.881001) + (xy 108.518382 75.52454) (xy 108.245895 75.251577) (xy 107.889692 75.103668) (xy 107.504001 75.103332) (xy 107.14754 75.250618) + (xy 106.874577 75.523105) (xy 106.726668 75.879308) (xy 106.726332 76.264999) (xy 106.873618 76.62146) (xy 107.146105 76.894423) + (xy 107.502308 77.042332) (xy 107.887999 77.042668) (xy 108.24446 76.895382) (xy 108.517423 76.622895) (xy 108.665332 76.266692) + (xy 108.665668 75.881001) (xy 108.665668 81.386639) (xy 108.499895 81.220577) (xy 108.143692 81.072668) (xy 107.758001 81.072332) + (xy 107.40154 81.219618) (xy 107.361582 81.259506) (xy 107.248382 80.98554) (xy 106.975895 80.712577) (xy 106.619692 80.564668) + (xy 106.510953 80.564573) (xy 106.510953 67.5982) (xy 106.333368 67.145014) (xy 106.306716 67.105128) (xy 106.089766 67.046589) + (xy 106.054411 67.081944) (xy 106.054411 67.011234) (xy 105.995872 66.794284) (xy 105.549849 66.599405) (xy 105.0632 66.590047) + (xy 104.792223 66.696231) (xy 104.792223 61.340123) (xy 104.596702 60.866925) (xy 104.234979 60.504571) (xy 103.762123 60.308224) + (xy 103.250123 60.307777) (xy 102.776925 60.503298) (xy 102.414571 60.865021) (xy 102.2348 61.297956) (xy 102.056702 60.866925) + (xy 101.694979 60.504571) (xy 101.222123 60.308224) (xy 100.710123 60.307777) (xy 100.236925 60.503298) (xy 99.874571 60.865021) + (xy 99.6948 61.297956) (xy 99.516702 60.866925) (xy 99.154979 60.504571) (xy 98.682123 60.308224) (xy 98.170123 60.307777) + (xy 97.696925 60.503298) (xy 97.334571 60.865021) (xy 97.1548 61.297956) (xy 96.976702 60.866925) (xy 96.614979 60.504571) + (xy 96.142123 60.308224) (xy 95.630123 60.307777) (xy 95.156925 60.503298) (xy 94.794571 60.865021) (xy 94.632 61.256535) + (xy 94.632 60.937429) (xy 94.632 60.728571) (xy 94.552074 60.535611) (xy 94.404389 60.387926) (xy 94.211429 60.308) + (xy 93.50125 60.308) (xy 93.37 60.43925) (xy 93.37 61.57) (xy 93.39 61.57) (xy 93.39 61.62) + (xy 93.37 61.62) (xy 93.37 62.75075) (xy 93.50125 62.882) (xy 94.211429 62.882) (xy 94.404389 62.802074) + (xy 94.552074 62.654389) (xy 94.632 62.461429) (xy 94.632 62.252571) (xy 94.632 61.932703) (xy 94.793298 62.323075) + (xy 95.155021 62.685429) (xy 95.627877 62.881776) (xy 96.139877 62.882223) (xy 96.613075 62.686702) (xy 96.975429 62.324979) + (xy 97.155199 61.892043) (xy 97.333298 62.323075) (xy 97.695021 62.685429) (xy 98.167877 62.881776) (xy 98.679877 62.882223) + (xy 99.153075 62.686702) (xy 99.515429 62.324979) (xy 99.695199 61.892043) (xy 99.873298 62.323075) (xy 100.235021 62.685429) + (xy 100.707877 62.881776) (xy 101.219877 62.882223) (xy 101.693075 62.686702) (xy 102.055429 62.324979) (xy 102.235199 61.892043) + (xy 102.413298 62.323075) (xy 102.775021 62.685429) (xy 103.247877 62.881776) (xy 103.759877 62.882223) (xy 104.233075 62.686702) + (xy 104.595429 62.324979) (xy 104.791776 61.852123) (xy 104.792223 61.340123) (xy 104.792223 66.696231) (xy 104.610014 66.767632) + (xy 104.570128 66.794284) (xy 104.511589 67.011234) (xy 105.283 67.782645) (xy 106.054411 67.011234) (xy 106.054411 67.081944) + (xy 105.318355 67.818) (xy 106.089766 68.589411) (xy 106.306716 68.530872) (xy 106.501595 68.084849) (xy 106.510953 67.5982) + (xy 106.510953 80.564573) (xy 106.5065 80.564569) (xy 106.5065 71.160929) (xy 106.5065 70.952071) (xy 106.5065 69.555071) + (xy 106.426574 69.362111) (xy 106.278889 69.214426) (xy 106.085929 69.1345) (xy 106.054411 69.1345) (xy 106.054411 68.624766) + (xy 105.283 67.853355) (xy 105.247645 67.88871) (xy 105.247645 67.818) (xy 104.476234 67.046589) (xy 104.259284 67.105128) + (xy 104.064405 67.551151) (xy 104.055047 68.0378) (xy 104.232632 68.490986) (xy 104.259284 68.530872) (xy 104.476234 68.589411) + (xy 105.247645 67.818) (xy 105.247645 67.88871) (xy 104.511589 68.624766) (xy 104.570128 68.841716) (xy 105.016151 69.036595) + (xy 105.5028 69.045953) (xy 105.955986 68.868368) (xy 105.995872 68.841716) (xy 106.054411 68.624766) (xy 106.054411 69.1345) + (xy 105.877071 69.1345) (xy 104.480071 69.1345) (xy 104.287111 69.214426) (xy 104.139426 69.362111) (xy 104.0595 69.555071) + (xy 104.0595 69.763929) (xy 104.0595 70.176411) (xy 103.927895 70.044577) (xy 103.571692 69.896668) (xy 103.462953 69.896573) + (xy 103.462953 65.1852) (xy 103.285368 64.732014) (xy 103.258716 64.692128) (xy 103.041766 64.633589) (xy 103.006411 64.668944) + (xy 103.006411 64.598234) (xy 102.947872 64.381284) (xy 102.501849 64.186405) (xy 102.0152 64.177047) (xy 101.562014 64.354632) + (xy 101.522128 64.381284) (xy 101.463589 64.598234) (xy 102.235 65.369645) (xy 103.006411 64.598234) (xy 103.006411 64.668944) + (xy 102.270355 65.405) (xy 103.041766 66.176411) (xy 103.258716 66.117872) (xy 103.453595 65.671849) (xy 103.462953 65.1852) + (xy 103.462953 69.896573) (xy 103.186001 69.896332) (xy 103.006411 69.970536) (xy 103.006411 66.211766) (xy 102.235 65.440355) + (xy 102.199645 65.47571) (xy 102.199645 65.405) (xy 101.428234 64.633589) (xy 101.211284 64.692128) (xy 101.016405 65.138151) + (xy 101.007047 65.6248) (xy 101.184632 66.077986) (xy 101.211284 66.117872) (xy 101.428234 66.176411) (xy 102.199645 65.405) + (xy 102.199645 65.47571) (xy 101.463589 66.211766) (xy 101.522128 66.428716) (xy 101.968151 66.623595) (xy 102.4548 66.632953) + (xy 102.907986 66.455368) (xy 102.947872 66.428716) (xy 103.006411 66.211766) (xy 103.006411 69.970536) (xy 102.82954 70.043618) + (xy 102.556577 70.316105) (xy 102.408668 70.672308) (xy 102.408332 71.057999) (xy 102.555618 71.41446) (xy 102.828105 71.687423) + (xy 103.184308 71.835332) (xy 103.569999 71.835668) (xy 103.92646 71.688382) (xy 104.199423 71.415895) (xy 104.200012 71.414475) + (xy 104.287111 71.501574) (xy 104.480071 71.5815) (xy 104.688929 71.5815) (xy 106.085929 71.5815) (xy 106.278889 71.501574) + (xy 106.426574 71.353889) (xy 106.5065 71.160929) (xy 106.5065 80.564569) (xy 106.234001 80.564332) (xy 106.113031 80.614315) + (xy 106.125332 80.584692) (xy 106.125668 80.199001) (xy 105.978382 79.84254) (xy 105.705895 79.569577) (xy 105.349692 79.421668) + (xy 104.964001 79.421332) (xy 104.60754 79.568618) (xy 104.334577 79.841105) (xy 104.186668 80.197308) (xy 104.186332 80.582999) + (xy 104.333618 80.93946) (xy 104.606105 81.212423) (xy 104.962308 81.360332) (xy 105.347999 81.360668) (xy 105.468968 81.310684) + (xy 105.456668 81.340308) (xy 105.456332 81.725999) (xy 105.603618 82.08246) (xy 105.876105 82.355423) (xy 106.232308 82.503332) + (xy 106.617999 82.503668) (xy 106.97446 82.356382) (xy 107.014417 82.316493) (xy 107.127618 82.59046) (xy 107.400105 82.863423) + (xy 107.756308 83.011332) (xy 108.141999 83.011668) (xy 108.49846 82.864382) (xy 108.771423 82.591895) (xy 108.919332 82.235692) + (xy 108.919668 81.850001) (xy 108.919668 84.471569) (xy 108.79854 84.521618) (xy 108.525577 84.794105) (xy 108.377668 85.150308) + (xy 108.377332 85.535999) (xy 108.524618 85.89246) (xy 108.797105 86.165423) (xy 109.153308 86.313332) (xy 109.538999 86.313668) + (xy 109.89546 86.166382) (xy 110.168423 85.893895) (xy 110.316332 85.537692) (xy 110.316668 85.152001) (xy 110.316668 87.168569) + (xy 110.044001 87.168332) (xy 109.68754 87.315618) (xy 109.414577 87.588105) (xy 109.266668 87.944308) (xy 109.266332 88.329999) + (xy 109.413618 88.68646) (xy 109.686105 88.959423) (xy 110.042308 89.107332) (xy 110.427999 89.107668) (xy 110.78446 88.960382) + (xy 111.057423 88.687895) (xy 111.205332 88.331692) (xy 111.205668 87.946001) (xy 111.111182 87.717327) (xy 111.210105 87.816423) + (xy 111.566308 87.964332) (xy 111.951999 87.964668) (xy 112.30846 87.817382) (xy 112.581423 87.544895) (xy 112.729332 87.188692) + (xy 112.729668 86.803001) (xy 112.729668 92.518001) (xy 112.582382 92.16154) (xy 112.309895 91.888577) (xy 111.953692 91.740668) + (xy 111.568001 91.740332) (xy 111.21154 91.887618) (xy 110.938577 92.160105) (xy 110.790668 92.516308) (xy 110.790332 92.901999) + (xy 110.937618 93.25846) (xy 111.210105 93.531423) (xy 111.566308 93.679332) (xy 111.951999 93.679668) (xy 112.30846 93.532382) + (xy 112.581423 93.259895) (xy 112.729332 92.903692) (xy 112.729668 92.518001) (xy 112.729668 101.672479) (xy 112.462577 101.939105) + (xy 112.314668 102.295308) (xy 112.314332 102.680999) (xy 112.461618 103.03746) (xy 112.734105 103.310423) (xy 113.090308 103.458332) + (xy 113.475999 103.458668) (xy 113.83246 103.311382) (xy 114.105423 103.038895) (xy 114.253332 102.682692) (xy 114.253668 102.297001) + (xy 114.253668 105.882094) (xy 114.00554 105.984618) (xy 113.732577 106.257105) (xy 113.584668 106.613308) (xy 113.584332 106.998999) + (xy 113.731618 107.35546) (xy 114.004105 107.628423) (xy 114.360308 107.776332) (xy 114.745999 107.776668) (xy 115.10246 107.629382) + (xy 115.375423 107.356895) (xy 115.523332 107.000692) (xy 115.523668 106.615001) (xy 115.523668 117.067691) (xy 115.512848 117.072162) + (xy 115.168372 117.416038) (xy 114.981713 117.865563) (xy 114.981288 118.352302) (xy 115.167162 118.802152) (xy 115.511038 119.146628) + (xy 115.960563 119.333287) (xy 116.447302 119.333712) (xy 116.897152 119.147838) (xy 117.241628 118.803962) (xy 117.297677 118.66898) + (xy 117.306105 118.677423) (xy 117.662308 118.825332) (xy 118.047999 118.825668) (xy 118.40446 118.678382) (xy 118.677423 118.405895) + (xy 118.825332 118.049692) (xy 118.825668 117.664001) (xy 118.825668 122.280639) (xy 118.659895 122.114577) (xy 118.303692 121.966668) + (xy 117.918001 121.966332) (xy 117.56154 122.113618) (xy 117.288577 122.386105) (xy 117.140668 122.742308) (xy 117.140332 123.127999) + (xy 117.287618 123.48446) (xy 117.560105 123.757423) (xy 117.916308 123.905332) (xy 118.301999 123.905668) (xy 118.65846 123.758382) + (xy 118.931423 123.485895) (xy 119.079332 123.129692) (xy 119.079453 122.990319) (xy 119.338105 123.249423) (xy 119.694308 123.397332) + (xy 120.079999 123.397668) (xy 120.43646 123.250382) (xy 120.709423 122.977895) (xy 120.857332 122.621692) (xy 120.857668 122.236001) + (xy 120.857668 149.531471) (xy 120.843692 149.525668) (xy 120.458001 149.525332) (xy 120.10154 149.672618) (xy 119.828577 149.945105) + (xy 119.697359 150.26111) (xy 119.567382 149.94654) (xy 119.294895 149.673577) (xy 118.938692 149.525668) (xy 118.553001 149.525332) + (xy 118.19654 149.672618) (xy 118.063668 149.805258) (xy 118.063668 145.477001) (xy 117.916382 145.12054) (xy 117.643895 144.847577) + (xy 117.432953 144.759985) (xy 117.432953 125.5102) (xy 117.255368 125.057014) (xy 117.228716 125.017128) (xy 117.011766 124.958589) + (xy 116.976411 124.993944) (xy 116.976411 124.923234) (xy 116.917872 124.706284) (xy 116.471849 124.511405) (xy 115.9852 124.502047) + (xy 115.532014 124.679632) (xy 115.492128 124.706284) (xy 115.433589 124.923234) (xy 116.205 125.694645) (xy 116.976411 124.923234) + (xy 116.976411 124.993944) (xy 116.240355 125.73) (xy 117.011766 126.501411) (xy 117.228716 126.442872) (xy 117.423595 125.996849) + (xy 117.432953 125.5102) (xy 117.432953 144.759985) (xy 117.287692 144.699668) (xy 116.976411 144.699396) (xy 116.976411 126.536766) + (xy 116.205 125.765355) (xy 116.169645 125.80071) (xy 116.169645 125.73) (xy 115.398234 124.958589) (xy 115.181284 125.017128) + (xy 114.986405 125.463151) (xy 114.977047 125.9498) (xy 115.154632 126.402986) (xy 115.181284 126.442872) (xy 115.398234 126.501411) + (xy 116.169645 125.73) (xy 116.169645 125.80071) (xy 115.433589 126.536766) (xy 115.492128 126.753716) (xy 115.938151 126.948595) + (xy 116.4248 126.957953) (xy 116.877986 126.780368) (xy 116.917872 126.753716) (xy 116.976411 126.536766) (xy 116.976411 144.699396) + (xy 116.902001 144.699332) (xy 116.54554 144.846618) (xy 116.272577 145.119105) (xy 116.124668 145.475308) (xy 116.124332 145.860999) + (xy 116.271618 146.21746) (xy 116.544105 146.490423) (xy 116.900308 146.638332) (xy 117.285999 146.638668) (xy 117.64246 146.491382) + (xy 117.915423 146.218895) (xy 118.063332 145.862692) (xy 118.063668 145.477001) (xy 118.063668 149.805258) (xy 117.923577 149.945105) + (xy 117.775668 150.301308) (xy 117.775332 150.686999) (xy 117.851617 150.871625) (xy 117.668692 150.795668) (xy 117.283001 150.795332) + (xy 116.92654 150.942618) (xy 116.653577 151.215105) (xy 116.539668 151.489427) (xy 116.539668 150.303001) (xy 116.392382 149.94654) + (xy 116.119895 149.673577) (xy 115.763692 149.525668) (xy 115.378001 149.525332) (xy 115.02154 149.672618) (xy 114.892953 149.80098) + (xy 114.892953 125.5102) (xy 114.888712 125.499377) (xy 114.888712 117.867698) (xy 114.702838 117.417848) (xy 114.634668 117.349559) + (xy 114.634668 108.393001) (xy 114.487382 108.03654) (xy 114.214895 107.763577) (xy 113.858692 107.615668) (xy 113.473001 107.615332) + (xy 113.11654 107.762618) (xy 113.030088 107.848919) (xy 112.944895 107.763577) (xy 112.588692 107.615668) (xy 112.203001 107.615332) + (xy 111.84654 107.762618) (xy 111.760088 107.848919) (xy 111.674895 107.763577) (xy 111.318692 107.615668) (xy 110.933001 107.615332) + (xy 110.57654 107.762618) (xy 110.490088 107.848919) (xy 110.404895 107.763577) (xy 110.048692 107.615668) (xy 109.663001 107.615332) + (xy 109.30654 107.762618) (xy 109.220088 107.848919) (xy 109.134895 107.763577) (xy 108.778692 107.615668) (xy 108.393001 107.615332) + (xy 108.03654 107.762618) (xy 107.950088 107.848919) (xy 107.864895 107.763577) (xy 107.508692 107.615668) (xy 107.123001 107.615332) + (xy 106.76654 107.762618) (xy 106.680088 107.848919) (xy 106.594895 107.763577) (xy 106.238692 107.615668) (xy 105.853001 107.615332) + (xy 105.617668 107.712569) (xy 105.617668 105.853001) (xy 105.470382 105.49654) (xy 105.197895 105.223577) (xy 105.109668 105.186941) + (xy 105.109668 91.883001) (xy 104.962382 91.52654) (xy 104.87608 91.440088) (xy 104.961423 91.354895) (xy 105.109332 90.998692) + (xy 105.109668 90.613001) (xy 104.962382 90.25654) (xy 104.689895 89.983577) (xy 104.333692 89.835668) (xy 103.948001 89.835332) + (xy 103.59154 89.982618) (xy 103.458712 90.115214) (xy 103.458712 72.782698) (xy 103.272838 72.332848) (xy 102.928962 71.988372) + (xy 102.479437 71.801713) (xy 101.992698 71.801288) (xy 101.542848 71.987162) (xy 101.198372 72.331038) (xy 101.011713 72.780563) + (xy 101.011288 73.267302) (xy 101.197162 73.717152) (xy 101.541038 74.061628) (xy 101.990563 74.248287) (xy 102.477302 74.248712) + (xy 102.927152 74.062838) (xy 103.271628 73.718962) (xy 103.458287 73.269437) (xy 103.458712 72.782698) (xy 103.458712 90.115214) + (xy 103.318577 90.255105) (xy 103.170668 90.611308) (xy 103.170332 90.996999) (xy 103.246617 91.181625) (xy 103.063692 91.105668) + (xy 102.678001 91.105332) (xy 102.32154 91.252618) (xy 102.235088 91.338919) (xy 102.149895 91.253577) (xy 101.793692 91.105668) + (xy 101.408001 91.105332) (xy 101.05154 91.252618) (xy 100.965088 91.338919) (xy 100.918712 91.292461) (xy 100.918712 72.782698) + (xy 100.918712 65.162698) (xy 100.732838 64.712848) (xy 100.388962 64.368372) (xy 99.939437 64.181713) (xy 99.452698 64.181288) + (xy 99.002848 64.367162) (xy 98.658372 64.711038) (xy 98.471713 65.160563) (xy 98.471288 65.647302) (xy 98.657162 66.097152) + (xy 99.001038 66.441628) (xy 99.450563 66.628287) (xy 99.937302 66.628712) (xy 100.387152 66.442838) (xy 100.731628 66.098962) + (xy 100.918287 65.649437) (xy 100.918712 65.162698) (xy 100.918712 72.782698) (xy 100.732838 72.332848) (xy 100.388962 71.988372) + (xy 100.194853 71.907771) (xy 100.283332 71.694692) (xy 100.283668 71.309001) (xy 100.136382 70.95254) (xy 99.863895 70.679577) + (xy 99.507692 70.531668) (xy 99.122001 70.531332) (xy 99.10964 70.536439) (xy 99.246423 70.399895) (xy 99.394332 70.043692) + (xy 99.394668 69.658001) (xy 99.247382 69.30154) (xy 98.974895 69.028577) (xy 98.618692 68.880668) (xy 98.378712 68.880458) + (xy 98.378712 65.162698) (xy 98.192838 64.712848) (xy 97.848962 64.368372) (xy 97.399437 64.181713) (xy 96.912698 64.181288) + (xy 96.462848 64.367162) (xy 96.118372 64.711038) (xy 95.931713 65.160563) (xy 95.931288 65.647302) (xy 96.117162 66.097152) + (xy 96.461038 66.441628) (xy 96.910563 66.628287) (xy 97.397302 66.628712) (xy 97.847152 66.442838) (xy 98.191628 66.098962) + (xy 98.378287 65.649437) (xy 98.378712 65.162698) (xy 98.378712 68.880458) (xy 98.233001 68.880332) (xy 97.87654 69.027618) + (xy 97.603577 69.300105) (xy 97.455668 69.656308) (xy 97.455332 70.041999) (xy 97.602618 70.39846) (xy 97.875105 70.671423) + (xy 98.231308 70.819332) (xy 98.616999 70.819668) (xy 98.629359 70.81456) (xy 98.492577 70.951105) (xy 98.344668 71.307308) + (xy 98.344332 71.692999) (xy 98.491618 72.04946) (xy 98.715638 72.273871) (xy 98.658372 72.331038) (xy 98.471713 72.780563) + (xy 98.471288 73.267302) (xy 98.657162 73.717152) (xy 99.001038 74.061628) (xy 99.450563 74.248287) (xy 99.937302 74.248712) + (xy 100.387152 74.062838) (xy 100.731628 73.718962) (xy 100.918287 73.269437) (xy 100.918712 72.782698) (xy 100.918712 91.292461) + (xy 100.879895 91.253577) (xy 100.664668 91.164206) (xy 100.664668 80.580001) (xy 100.517382 80.22354) (xy 100.244895 79.950577) + (xy 99.888692 79.802668) (xy 99.503001 79.802332) (xy 99.293767 79.888784) (xy 99.101895 79.696577) (xy 98.745692 79.548668) + (xy 98.378712 79.548348) (xy 98.378712 72.782698) (xy 98.192838 72.332848) (xy 97.848962 71.988372) (xy 97.399437 71.801713) + (xy 96.912698 71.801288) (xy 96.462848 71.987162) (xy 96.118372 72.331038) (xy 95.931713 72.780563) (xy 95.931288 73.267302) + (xy 96.117162 73.717152) (xy 96.461038 74.061628) (xy 96.910563 74.248287) (xy 97.397302 74.248712) (xy 97.847152 74.062838) + (xy 98.191628 73.718962) (xy 98.378287 73.269437) (xy 98.378712 72.782698) (xy 98.378712 79.548348) (xy 98.360001 79.548332) + (xy 98.00354 79.695618) (xy 97.730577 79.968105) (xy 97.582668 80.324308) (xy 97.582332 80.709999) (xy 97.729618 81.06646) + (xy 98.002105 81.339423) (xy 98.358308 81.487332) (xy 98.743999 81.487668) (xy 98.953232 81.401215) (xy 99.145105 81.593423) + (xy 99.501308 81.741332) (xy 99.886999 81.741668) (xy 100.24346 81.594382) (xy 100.516423 81.321895) (xy 100.664332 80.965692) + (xy 100.664668 80.580001) (xy 100.664668 91.164206) (xy 100.523692 91.105668) (xy 100.138001 91.105332) (xy 99.78154 91.252618) + (xy 99.695088 91.338919) (xy 99.609895 91.253577) (xy 99.253692 91.105668) (xy 98.868001 91.105332) (xy 98.51154 91.252618) + (xy 98.505668 91.258479) (xy 98.505668 87.057001) (xy 98.358382 86.70054) (xy 98.085895 86.427577) (xy 97.729692 86.279668) + (xy 97.344001 86.279332) (xy 97.108668 86.376569) (xy 97.108668 81.850001) (xy 96.961382 81.49354) (xy 96.688895 81.220577) + (xy 96.332692 81.072668) (xy 95.947001 81.072332) (xy 95.838712 81.117075) (xy 95.838712 65.162698) (xy 95.652838 64.712848) + (xy 95.308962 64.368372) (xy 94.859437 64.181713) (xy 94.372698 64.181288) (xy 93.922848 64.367162) (xy 93.578372 64.711038) + (xy 93.391713 65.160563) (xy 93.391288 65.647302) (xy 93.577162 66.097152) (xy 93.921038 66.441628) (xy 94.370563 66.628287) + (xy 94.857302 66.628712) (xy 95.307152 66.442838) (xy 95.651628 66.098962) (xy 95.838287 65.649437) (xy 95.838712 65.162698) + (xy 95.838712 81.117075) (xy 95.8385 81.117163) (xy 95.8385 73.827929) (xy 95.8385 73.619071) (xy 95.8385 72.222071) + (xy 95.758574 72.029111) (xy 95.610889 71.881426) (xy 95.417929 71.8015) (xy 95.209071 71.8015) (xy 93.812071 71.8015) + (xy 93.619111 71.881426) (xy 93.471426 72.029111) (xy 93.3915 72.222071) (xy 93.3915 72.430929) (xy 93.3915 73.827929) + (xy 93.471426 74.020889) (xy 93.619111 74.168574) (xy 93.812071 74.2485) (xy 94.020929 74.2485) (xy 95.417929 74.2485) + (xy 95.610889 74.168574) (xy 95.758574 74.020889) (xy 95.8385 73.827929) (xy 95.8385 81.117163) (xy 95.59054 81.219618) + (xy 95.317577 81.492105) (xy 95.169668 81.848308) (xy 95.169332 82.233999) (xy 95.174595 82.246738) (xy 94.910895 81.982577) + (xy 94.554692 81.834668) (xy 94.169001 81.834332) (xy 93.933712 81.93155) (xy 93.933712 75.322698) (xy 93.747838 74.872848) + (xy 93.403962 74.528372) (xy 93.32 74.493507) (xy 93.32 62.75075) (xy 93.32 61.62) (xy 93.32 61.57) + (xy 93.32 60.43925) (xy 93.18875 60.308) (xy 92.478571 60.308) (xy 92.285611 60.387926) (xy 92.137926 60.535611) + (xy 92.058 60.728571) (xy 92.058 60.937429) (xy 92.058 61.43875) (xy 92.18925 61.57) (xy 93.32 61.57) + (xy 93.32 61.62) (xy 92.18925 61.62) (xy 92.058 61.75125) (xy 92.058 62.252571) (xy 92.058 62.461429) + (xy 92.137926 62.654389) (xy 92.285611 62.802074) (xy 92.478571 62.882) (xy 93.18875 62.882) (xy 93.32 62.75075) + (xy 93.32 74.493507) (xy 92.954437 74.341713) (xy 92.467698 74.341288) (xy 92.017848 74.527162) (xy 91.673372 74.871038) + (xy 91.486713 75.320563) (xy 91.486288 75.807302) (xy 91.672162 76.257152) (xy 92.016038 76.601628) (xy 92.465563 76.788287) + (xy 92.952302 76.788712) (xy 93.402152 76.602838) (xy 93.746628 76.258962) (xy 93.933287 75.809437) (xy 93.933712 75.322698) + (xy 93.933712 81.93155) (xy 93.81254 81.981618) (xy 93.539577 82.254105) (xy 93.391668 82.610308) (xy 93.391332 82.995999) + (xy 93.538618 83.35246) (xy 93.561419 83.3753) (xy 93.539577 83.397105) (xy 93.391668 83.753308) (xy 93.391332 84.138999) + (xy 93.538618 84.49546) (xy 93.811105 84.768423) (xy 94.167308 84.916332) (xy 94.552999 84.916668) (xy 94.90946 84.769382) + (xy 95.182423 84.496895) (xy 95.330332 84.140692) (xy 95.330668 83.755001) (xy 95.183382 83.39854) (xy 95.16058 83.375699) + (xy 95.182423 83.353895) (xy 95.330332 82.997692) (xy 95.330668 82.612001) (xy 95.325404 82.599261) (xy 95.589105 82.863423) + (xy 95.945308 83.011332) (xy 96.330999 83.011668) (xy 96.68746 82.864382) (xy 96.960423 82.591895) (xy 97.108332 82.235692) + (xy 97.108668 81.850001) (xy 97.108668 86.376569) (xy 96.98754 86.426618) (xy 96.714577 86.699105) (xy 96.566668 87.055308) + (xy 96.566332 87.440999) (xy 96.713618 87.79746) (xy 96.986105 88.070423) (xy 97.342308 88.218332) (xy 97.727999 88.218668) + (xy 98.08446 88.071382) (xy 98.357423 87.798895) (xy 98.505332 87.442692) (xy 98.505668 87.057001) (xy 98.505668 91.258479) + (xy 98.425088 91.338919) (xy 98.339895 91.253577) (xy 97.983692 91.105668) (xy 97.598001 91.105332) (xy 97.24154 91.252618) + (xy 97.155088 91.338919) (xy 97.069895 91.253577) (xy 96.713692 91.105668) (xy 96.328001 91.105332) (xy 95.97154 91.252618) + (xy 95.698577 91.525105) (xy 95.550668 91.881308) (xy 95.550332 92.266999) (xy 95.697618 92.62346) (xy 95.970105 92.896423) + (xy 96.326308 93.044332) (xy 96.711999 93.044668) (xy 97.06846 92.897382) (xy 97.154911 92.81108) (xy 97.240105 92.896423) + (xy 97.596308 93.044332) (xy 97.981999 93.044668) (xy 98.33846 92.897382) (xy 98.424911 92.81108) (xy 98.510105 92.896423) + (xy 98.866308 93.044332) (xy 99.251999 93.044668) (xy 99.60846 92.897382) (xy 99.694911 92.81108) (xy 99.780105 92.896423) + (xy 100.136308 93.044332) (xy 100.521999 93.044668) (xy 100.87846 92.897382) (xy 100.964911 92.81108) (xy 101.050105 92.896423) + (xy 101.406308 93.044332) (xy 101.791999 93.044668) (xy 102.14846 92.897382) (xy 102.234911 92.81108) (xy 102.320105 92.896423) + (xy 102.676308 93.044332) (xy 103.061999 93.044668) (xy 103.41846 92.897382) (xy 103.504911 92.81108) (xy 103.590105 92.896423) + (xy 103.946308 93.044332) (xy 104.331999 93.044668) (xy 104.68846 92.897382) (xy 104.961423 92.624895) (xy 105.109332 92.268692) + (xy 105.109668 91.883001) (xy 105.109668 105.186941) (xy 104.841692 105.075668) (xy 104.456001 105.075332) (xy 104.424676 105.088274) + (xy 104.474332 104.968692) (xy 104.474668 104.583001) (xy 104.327382 104.22654) (xy 104.054895 103.953577) (xy 103.966668 103.916941) + (xy 103.966668 98.868001) (xy 103.819382 98.51154) (xy 103.669581 98.361477) (xy 103.818423 98.212895) (xy 103.966332 97.856692) + (xy 103.966668 97.471001) (xy 103.819382 97.11454) (xy 103.546895 96.841577) (xy 103.190692 96.693668) (xy 102.805001 96.693332) + (xy 102.44854 96.840618) (xy 102.175577 97.113105) (xy 102.027668 97.469308) (xy 102.027332 97.854999) (xy 102.174618 98.21146) + (xy 102.324418 98.361522) (xy 102.175577 98.510105) (xy 102.027668 98.866308) (xy 102.027332 99.251999) (xy 102.174618 99.60846) + (xy 102.447105 99.881423) (xy 102.803308 100.029332) (xy 103.188999 100.029668) (xy 103.54546 99.882382) (xy 103.818423 99.609895) + (xy 103.966332 99.253692) (xy 103.966668 98.868001) (xy 103.966668 103.916941) (xy 103.698692 103.805668) (xy 103.313001 103.805332) + (xy 102.95654 103.952618) (xy 102.870088 104.038919) (xy 102.784895 103.953577) (xy 102.428692 103.805668) (xy 102.043001 103.805332) + (xy 101.68654 103.952618) (xy 101.413577 104.225105) (xy 101.299312 104.500283) (xy 101.133895 104.334577) (xy 100.777692 104.186668) + (xy 100.766268 104.186658) (xy 100.766268 103.186001) (xy 100.618982 102.82954) (xy 100.346495 102.556577) (xy 99.990292 102.408668) + (xy 99.604601 102.408332) (xy 99.24814 102.555618) (xy 99.047299 102.756108) (xy 98.974895 102.683577) (xy 98.618692 102.535668) + (xy 98.233001 102.535332) (xy 97.87654 102.682618) (xy 97.616668 102.942036) (xy 97.616668 102.043001) (xy 97.469382 101.68654) + (xy 97.196895 101.413577) (xy 96.840692 101.265668) (xy 96.455001 101.265332) (xy 96.346668 101.310094) (xy 96.346668 96.328001) + (xy 96.199382 95.97154) (xy 95.926895 95.698577) (xy 95.570692 95.550668) (xy 95.185001 95.550332) (xy 94.82854 95.697618) + (xy 94.555577 95.970105) (xy 94.407668 96.326308) (xy 94.407332 96.711999) (xy 94.554618 97.06846) (xy 94.827105 97.341423) + (xy 95.183308 97.489332) (xy 95.568999 97.489668) (xy 95.92546 97.342382) (xy 96.198423 97.069895) (xy 96.346332 96.713692) + (xy 96.346668 96.328001) (xy 96.346668 101.310094) (xy 96.118068 101.404549) (xy 96.118068 99.503001) (xy 95.970782 99.14654) + (xy 95.698295 98.873577) (xy 95.342092 98.725668) (xy 94.956401 98.725332) (xy 94.59994 98.872618) (xy 94.326977 99.145105) + (xy 94.187668 99.480596) (xy 94.187668 95.820001) (xy 94.040382 95.46354) (xy 93.767895 95.190577) (xy 93.411692 95.042668) + (xy 93.026001 95.042332) (xy 92.66954 95.189618) (xy 92.396577 95.462105) (xy 92.248668 95.818308) (xy 92.248332 96.203999) + (xy 92.395618 96.56046) (xy 92.668105 96.833423) (xy 93.024308 96.981332) (xy 93.409999 96.981668) (xy 93.76646 96.834382) + (xy 94.039423 96.561895) (xy 94.187332 96.205692) (xy 94.187668 95.820001) (xy 94.187668 99.480596) (xy 94.179068 99.501308) + (xy 94.178732 99.886999) (xy 94.326018 100.24346) (xy 94.598505 100.516423) (xy 94.954708 100.664332) (xy 95.340399 100.664668) + (xy 95.69686 100.517382) (xy 95.969823 100.244895) (xy 96.117732 99.888692) (xy 96.118068 99.503001) (xy 96.118068 101.404549) + (xy 96.09854 101.412618) (xy 95.825577 101.685105) (xy 95.677668 102.041308) (xy 95.677332 102.426999) (xy 95.824618 102.78346) + (xy 96.097105 103.056423) (xy 96.453308 103.204332) (xy 96.838999 103.204668) (xy 97.19546 103.057382) (xy 97.468423 102.784895) + (xy 97.616332 102.428692) (xy 97.616668 102.043001) (xy 97.616668 102.942036) (xy 97.603577 102.955105) (xy 97.455668 103.311308) + (xy 97.455332 103.696999) (xy 97.602618 104.05346) (xy 97.875105 104.326423) (xy 98.231308 104.474332) (xy 98.616999 104.474668) + (xy 98.97346 104.327382) (xy 99.1743 104.126891) (xy 99.246705 104.199423) (xy 99.602908 104.347332) (xy 99.988599 104.347668) + (xy 100.34506 104.200382) (xy 100.618023 103.927895) (xy 100.765932 103.571692) (xy 100.766268 103.186001) (xy 100.766268 104.186658) + (xy 100.392001 104.186332) (xy 100.03554 104.333618) (xy 99.762577 104.606105) (xy 99.614668 104.962308) (xy 99.614332 105.347999) + (xy 99.761618 105.70446) (xy 100.034105 105.977423) (xy 100.390308 106.125332) (xy 100.775999 106.125668) (xy 101.13246 105.978382) + (xy 101.405423 105.705895) (xy 101.519687 105.430716) (xy 101.685105 105.596423) (xy 102.041308 105.744332) (xy 102.426999 105.744668) + (xy 102.78346 105.597382) (xy 102.869911 105.51108) (xy 102.955105 105.596423) (xy 103.311308 105.744332) (xy 103.696999 105.744668) + (xy 103.728323 105.731725) (xy 103.678668 105.851308) (xy 103.678347 106.21865) (xy 103.313001 106.218332) (xy 102.95654 106.365618) + (xy 102.683577 106.638105) (xy 102.535668 106.994308) (xy 102.535332 107.379999) (xy 102.682618 107.73646) (xy 102.955105 108.009423) + (xy 103.311308 108.157332) (xy 103.696999 108.157668) (xy 104.05346 108.010382) (xy 104.326423 107.737895) (xy 104.474332 107.381692) + (xy 104.474652 107.014349) (xy 104.839999 107.014668) (xy 105.19646 106.867382) (xy 105.469423 106.594895) (xy 105.617332 106.238692) + (xy 105.617668 105.853001) (xy 105.617668 107.712569) (xy 105.49654 107.762618) (xy 105.223577 108.035105) (xy 105.075668 108.391308) + (xy 105.075332 108.776999) (xy 105.222618 109.13346) (xy 105.495105 109.406423) (xy 105.851308 109.554332) (xy 106.236999 109.554668) + (xy 106.59346 109.407382) (xy 106.679911 109.32108) (xy 106.765105 109.406423) (xy 107.121308 109.554332) (xy 107.506999 109.554668) + (xy 107.86346 109.407382) (xy 107.949911 109.32108) (xy 108.035105 109.406423) (xy 108.391308 109.554332) (xy 108.776999 109.554668) + (xy 109.13346 109.407382) (xy 109.219911 109.32108) (xy 109.305105 109.406423) (xy 109.661308 109.554332) (xy 110.046999 109.554668) + (xy 110.40346 109.407382) (xy 110.489911 109.32108) (xy 110.575105 109.406423) (xy 110.931308 109.554332) (xy 111.316999 109.554668) + (xy 111.67346 109.407382) (xy 111.759911 109.32108) (xy 111.845105 109.406423) (xy 112.201308 109.554332) (xy 112.586999 109.554668) + (xy 112.94346 109.407382) (xy 113.029911 109.32108) (xy 113.115105 109.406423) (xy 113.471308 109.554332) (xy 113.856999 109.554668) + (xy 114.21346 109.407382) (xy 114.486423 109.134895) (xy 114.634332 108.778692) (xy 114.634668 108.393001) (xy 114.634668 117.349559) + (xy 114.358962 117.073372) (xy 113.909437 116.886713) (xy 113.422698 116.886288) (xy 112.972848 117.072162) (xy 112.628372 117.416038) + (xy 112.441713 117.865563) (xy 112.441288 118.352302) (xy 112.627162 118.802152) (xy 112.971038 119.146628) (xy 113.420563 119.333287) + (xy 113.907302 119.333712) (xy 114.357152 119.147838) (xy 114.701628 118.803962) (xy 114.888287 118.354437) (xy 114.888712 117.867698) + (xy 114.888712 125.499377) (xy 114.715368 125.057014) (xy 114.688716 125.017128) (xy 114.471766 124.958589) (xy 114.436411 124.993944) + (xy 114.436411 124.923234) (xy 114.377872 124.706284) (xy 113.999668 124.541036) (xy 113.999668 120.458001) (xy 113.852382 120.10154) + (xy 113.579895 119.828577) (xy 113.223692 119.680668) (xy 112.838001 119.680332) (xy 112.48154 119.827618) (xy 112.348712 119.960214) + (xy 112.348712 117.867698) (xy 112.162838 117.417848) (xy 111.818962 117.073372) (xy 111.369437 116.886713) (xy 110.882698 116.886288) + (xy 110.432848 117.072162) (xy 110.088372 117.416038) (xy 109.901713 117.865563) (xy 109.901288 118.352302) (xy 110.087162 118.802152) + (xy 110.431038 119.146628) (xy 110.880563 119.333287) (xy 111.367302 119.333712) (xy 111.817152 119.147838) (xy 112.161628 118.803962) + (xy 112.348287 118.354437) (xy 112.348712 117.867698) (xy 112.348712 119.960214) (xy 112.208577 120.100105) (xy 112.060668 120.456308) + (xy 112.060332 120.841999) (xy 112.207618 121.19846) (xy 112.480105 121.471423) (xy 112.836308 121.619332) (xy 113.221999 121.619668) + (xy 113.57846 121.472382) (xy 113.851423 121.199895) (xy 113.999332 120.843692) (xy 113.999668 120.458001) (xy 113.999668 124.541036) + (xy 113.931849 124.511405) (xy 113.4452 124.502047) (xy 112.992014 124.679632) (xy 112.952128 124.706284) (xy 112.893589 124.923234) + (xy 113.665 125.694645) (xy 114.436411 124.923234) (xy 114.436411 124.993944) (xy 113.700355 125.73) (xy 114.471766 126.501411) + (xy 114.688716 126.442872) (xy 114.883595 125.996849) (xy 114.892953 125.5102) (xy 114.892953 149.80098) (xy 114.748577 149.945105) + (xy 114.600668 150.301308) (xy 114.600332 150.686999) (xy 114.747618 151.04346) (xy 115.020105 151.316423) (xy 115.376308 151.464332) + (xy 115.761999 151.464668) (xy 116.11846 151.317382) (xy 116.391423 151.044895) (xy 116.539332 150.688692) (xy 116.539668 150.303001) + (xy 116.539668 151.489427) (xy 116.505668 151.571308) (xy 116.505332 151.956999) (xy 116.652618 152.31346) (xy 116.925105 152.586423) + (xy 117.281308 152.734332) (xy 117.666999 152.734668) (xy 118.02346 152.587382) (xy 118.296423 152.314895) (xy 118.444332 151.958692) + (xy 118.444668 151.573001) (xy 118.368382 151.388374) (xy 118.551308 151.464332) (xy 118.936999 151.464668) (xy 119.29346 151.317382) + (xy 119.566423 151.044895) (xy 119.69764 150.728889) (xy 119.827618 151.04346) (xy 119.913919 151.129911) (xy 119.828577 151.215105) + (xy 119.680668 151.571308) (xy 119.680332 151.956999) (xy 119.827618 152.31346) (xy 120.100105 152.586423) (xy 120.456308 152.734332) + (xy 120.841999 152.734668) (xy 121.19846 152.587382) (xy 121.471423 152.314895) (xy 121.619332 151.958692) (xy 121.619668 151.573001) + (xy 121.472382 151.21654) (xy 121.38608 151.130088) (xy 121.471423 151.044895) (xy 121.60264 150.728889) (xy 121.732618 151.04346) + (xy 122.005105 151.316423) (xy 122.361308 151.464332) (xy 122.746999 151.464668) (xy 123.10346 151.317382) (xy 123.376423 151.044895) + (xy 123.50764 150.728889) (xy 123.637618 151.04346) (xy 123.723919 151.129911) (xy 123.638577 151.215105) (xy 123.490668 151.571308) + (xy 123.490332 151.956999) (xy 123.637618 152.31346) (xy 123.910105 152.586423) (xy 124.266308 152.734332) (xy 124.651999 152.734668) + (xy 125.00846 152.587382) (xy 125.281423 152.314895) (xy 125.429332 151.958692) (xy 125.429668 151.573001) (xy 125.282382 151.21654) + (xy 125.19608 151.130088) (xy 125.281423 151.044895) (xy 125.41264 150.728889) (xy 125.542618 151.04346) (xy 125.815105 151.316423) + (xy 126.171308 151.464332) (xy 126.556999 151.464668) (xy 126.91346 151.317382) (xy 127.186423 151.044895) (xy 127.334332 150.688692) + (xy 127.334668 150.303001) (xy 127.334668 151.489427) (xy 127.300668 151.571308) (xy 127.300332 151.956999) (xy 127.447618 152.31346) + (xy 127.720105 152.586423) (xy 128.076308 152.734332) (xy 128.461999 152.734668) (xy 128.81846 152.587382) (xy 129.091423 152.314895) + (xy 129.239332 151.958692) (xy 129.239668 151.573001) (xy 129.239668 154.685828) (xy 114.436411 154.767614) (xy 114.436411 126.536766) + (xy 113.665 125.765355) (xy 113.629645 125.80071) (xy 113.629645 125.73) (xy 112.858234 124.958589) (xy 112.641284 125.017128) + (xy 112.446405 125.463151) (xy 112.437047 125.9498) (xy 112.614632 126.402986) (xy 112.641284 126.442872) (xy 112.858234 126.501411) + (xy 113.629645 125.73) (xy 113.629645 125.80071) (xy 112.893589 126.536766) (xy 112.952128 126.753716) (xy 113.398151 126.948595) + (xy 113.8848 126.957953) (xy 114.337986 126.780368) (xy 114.377872 126.753716) (xy 114.436411 126.536766) (xy 114.436411 154.767614) + (xy 113.999668 154.770027) (xy 113.999668 151.573001) (xy 113.852382 151.21654) (xy 113.579895 150.943577) (xy 113.223692 150.795668) + (xy 112.838001 150.795332) (xy 112.48154 150.942618) (xy 112.352953 151.07098) (xy 112.352953 125.5102) (xy 112.175368 125.057014) + (xy 112.148716 125.017128) (xy 111.931766 124.958589) (xy 111.896411 124.993944) (xy 111.896411 124.923234) (xy 111.837872 124.706284) + (xy 111.391849 124.511405) (xy 110.9052 124.502047) (xy 110.452014 124.679632) (xy 110.412128 124.706284) (xy 110.353589 124.923234) + (xy 111.125 125.694645) (xy 111.896411 124.923234) (xy 111.896411 124.993944) (xy 111.160355 125.73) (xy 111.931766 126.501411) + (xy 112.148716 126.442872) (xy 112.343595 125.996849) (xy 112.352953 125.5102) (xy 112.352953 151.07098) (xy 112.208577 151.215105) + (xy 112.060668 151.571308) (xy 112.060332 151.956999) (xy 112.207618 152.31346) (xy 112.480105 152.586423) (xy 112.836308 152.734332) + (xy 113.221999 152.734668) (xy 113.57846 152.587382) (xy 113.851423 152.314895) (xy 113.999332 151.958692) (xy 113.999668 151.573001) + (xy 113.999668 154.770027) (xy 111.896411 154.781647) (xy 111.896411 126.536766) (xy 111.125 125.765355) (xy 111.089645 125.80071) + (xy 111.089645 125.73) (xy 110.318234 124.958589) (xy 110.101284 125.017128) (xy 109.906405 125.463151) (xy 109.897047 125.9498) + (xy 110.074632 126.402986) (xy 110.101284 126.442872) (xy 110.318234 126.501411) (xy 111.089645 125.73) (xy 111.089645 125.80071) + (xy 110.353589 126.536766) (xy 110.412128 126.753716) (xy 110.858151 126.948595) (xy 111.3448 126.957953) (xy 111.797986 126.780368) + (xy 111.837872 126.753716) (xy 111.896411 126.536766) (xy 111.896411 154.781647) (xy 110.507223 154.789322) (xy 110.507223 145.160123) + (xy 110.311702 144.686925) (xy 109.949979 144.324571) (xy 109.558464 144.162) (xy 109.877571 144.162) (xy 110.086429 144.162) + (xy 110.279389 144.082074) (xy 110.427074 143.934389) (xy 110.507 143.741429) (xy 110.507 143.03125) (xy 110.507 142.71875) + (xy 110.507 142.008571) (xy 110.427074 141.815611) (xy 110.279389 141.667926) (xy 110.086429 141.588) (xy 109.877571 141.588) + (xy 109.808712 141.588) (xy 109.808712 117.867698) (xy 109.622838 117.417848) (xy 109.278962 117.073372) (xy 108.829437 116.886713) + (xy 108.342698 116.886288) (xy 107.892848 117.072162) (xy 107.548372 117.416038) (xy 107.361713 117.865563) (xy 107.361288 118.352302) + (xy 107.547162 118.802152) (xy 107.891038 119.146628) (xy 108.340563 119.333287) (xy 108.827302 119.333712) (xy 109.277152 119.147838) + (xy 109.621628 118.803962) (xy 109.808287 118.354437) (xy 109.808712 117.867698) (xy 109.808712 141.588) (xy 109.8085 141.588) + (xy 109.8085 126.532929) (xy 109.8085 126.324071) (xy 109.8085 125.88625) (xy 109.8085 125.57375) (xy 109.8085 125.135929) + (xy 109.8085 124.927071) (xy 109.728574 124.734111) (xy 109.580889 124.586426) (xy 109.387929 124.5065) (xy 108.74125 124.5065) + (xy 108.61 124.63775) (xy 108.61 125.705) (xy 109.67725 125.705) (xy 109.8085 125.57375) (xy 109.8085 125.88625) + (xy 109.67725 125.755) (xy 108.61 125.755) (xy 108.61 126.82225) (xy 108.74125 126.9535) (xy 109.387929 126.9535) + (xy 109.580889 126.873574) (xy 109.728574 126.725889) (xy 109.8085 126.532929) (xy 109.8085 141.588) (xy 109.37625 141.588) + (xy 109.245 141.71925) (xy 109.245 142.85) (xy 110.37575 142.85) (xy 110.507 142.71875) (xy 110.507 143.03125) + (xy 110.37575 142.9) (xy 109.245 142.9) (xy 109.245 142.92) (xy 109.195 142.92) (xy 109.195 142.9) + (xy 109.195 142.85) (xy 109.195 141.71925) (xy 109.06375 141.588) (xy 108.562429 141.588) (xy 108.56 141.588) + (xy 108.56 126.82225) (xy 108.56 125.755) (xy 108.56 125.705) (xy 108.56 124.63775) (xy 108.42875 124.5065) + (xy 107.782071 124.5065) (xy 107.589111 124.586426) (xy 107.441426 124.734111) (xy 107.3615 124.927071) (xy 107.3615 125.135929) + (xy 107.3615 125.57375) (xy 107.49275 125.705) (xy 108.56 125.705) (xy 108.56 125.755) (xy 107.49275 125.755) + (xy 107.3615 125.88625) (xy 107.3615 126.324071) (xy 107.3615 126.532929) (xy 107.441426 126.725889) (xy 107.589111 126.873574) + (xy 107.782071 126.9535) (xy 108.42875 126.9535) (xy 108.56 126.82225) (xy 108.56 141.588) (xy 108.353571 141.588) + (xy 108.160611 141.667926) (xy 108.012926 141.815611) (xy 107.933 142.008571) (xy 107.933 142.71875) (xy 108.06425 142.85) + (xy 109.195 142.85) (xy 109.195 142.9) (xy 108.06425 142.9) (xy 107.933 143.03125) (xy 107.933 143.741429) + (xy 108.012926 143.934389) (xy 108.160611 144.082074) (xy 108.353571 144.162) (xy 108.562429 144.162) (xy 108.882296 144.162) + (xy 108.491925 144.323298) (xy 108.129571 144.685021) (xy 107.994881 145.009389) (xy 107.883382 144.73954) (xy 107.610895 144.466577) + (xy 107.254692 144.318668) (xy 106.869001 144.318332) (xy 106.633712 144.41555) (xy 106.633712 142.632698) (xy 106.633712 135.647698) + (xy 106.633712 126.757698) (xy 106.447838 126.307848) (xy 106.103962 125.963372) (xy 105.654437 125.776713) (xy 105.167698 125.776288) + (xy 104.717848 125.962162) (xy 104.373372 126.306038) (xy 104.186713 126.755563) (xy 104.186288 127.242302) (xy 104.372162 127.692152) + (xy 104.716038 128.036628) (xy 105.165563 128.223287) (xy 105.652302 128.223712) (xy 106.102152 128.037838) (xy 106.446628 127.693962) + (xy 106.633287 127.244437) (xy 106.633712 126.757698) (xy 106.633712 135.647698) (xy 106.447838 135.197848) (xy 106.103962 134.853372) + (xy 105.654437 134.666713) (xy 105.167698 134.666288) (xy 104.717848 134.852162) (xy 104.373372 135.196038) (xy 104.186713 135.645563) + (xy 104.186288 136.132302) (xy 104.372162 136.582152) (xy 104.716038 136.926628) (xy 105.165563 137.113287) (xy 105.652302 137.113712) + (xy 106.102152 136.927838) (xy 106.446628 136.583962) (xy 106.633287 136.134437) (xy 106.633712 135.647698) (xy 106.633712 142.632698) + (xy 106.447838 142.182848) (xy 106.103962 141.838372) (xy 105.654437 141.651713) (xy 105.167698 141.651288) (xy 104.717848 141.837162) + (xy 104.373372 142.181038) (xy 104.186713 142.630563) (xy 104.186288 143.117302) (xy 104.372162 143.567152) (xy 104.716038 143.911628) + (xy 105.165563 144.098287) (xy 105.652302 144.098712) (xy 106.102152 143.912838) (xy 106.446628 143.568962) (xy 106.633287 143.119437) + (xy 106.633712 142.632698) (xy 106.633712 144.41555) (xy 106.51254 144.465618) (xy 106.239577 144.738105) (xy 106.091668 145.094308) + (xy 106.091595 145.177793) (xy 105.857692 145.080668) (xy 105.472001 145.080332) (xy 105.351031 145.130315) (xy 105.363332 145.100692) + (xy 105.363668 144.715001) (xy 105.216382 144.35854) (xy 104.943895 144.085577) (xy 104.587692 143.937668) (xy 104.202001 143.937332) + (xy 104.093712 143.982075) (xy 104.093712 142.632698) (xy 104.093712 135.647698) (xy 104.093712 126.757698) (xy 103.907838 126.307848) + (xy 103.563962 125.963372) (xy 103.114437 125.776713) (xy 102.627698 125.776288) (xy 102.177848 125.962162) (xy 101.833372 126.306038) + (xy 101.646713 126.755563) (xy 101.646288 127.242302) (xy 101.832162 127.692152) (xy 102.176038 128.036628) (xy 102.625563 128.223287) + (xy 103.112302 128.223712) (xy 103.562152 128.037838) (xy 103.906628 127.693962) (xy 104.093287 127.244437) (xy 104.093712 126.757698) + (xy 104.093712 135.647698) (xy 103.907838 135.197848) (xy 103.563962 134.853372) (xy 103.114437 134.666713) (xy 102.627698 134.666288) + (xy 102.177848 134.852162) (xy 101.833372 135.196038) (xy 101.646713 135.645563) (xy 101.646288 136.132302) (xy 101.832162 136.582152) + (xy 102.176038 136.926628) (xy 102.625563 137.113287) (xy 103.112302 137.113712) (xy 103.562152 136.927838) (xy 103.906628 136.583962) + (xy 104.093287 136.134437) (xy 104.093712 135.647698) (xy 104.093712 142.632698) (xy 103.907838 142.182848) (xy 103.563962 141.838372) + (xy 103.114437 141.651713) (xy 102.627698 141.651288) (xy 102.177848 141.837162) (xy 101.833372 142.181038) (xy 101.646713 142.630563) + (xy 101.646288 143.117302) (xy 101.832162 143.567152) (xy 102.176038 143.911628) (xy 102.625563 144.098287) (xy 103.112302 144.098712) + (xy 103.562152 143.912838) (xy 103.906628 143.568962) (xy 104.093287 143.119437) (xy 104.093712 142.632698) (xy 104.093712 143.982075) + (xy 103.84554 144.084618) (xy 103.572577 144.357105) (xy 103.424668 144.713308) (xy 103.424332 145.098999) (xy 103.571618 145.45546) + (xy 103.844105 145.728423) (xy 104.200308 145.876332) (xy 104.585999 145.876668) (xy 104.706968 145.826684) (xy 104.694668 145.856308) + (xy 104.694332 146.241999) (xy 104.841618 146.59846) (xy 105.114105 146.871423) (xy 105.470308 147.019332) (xy 105.855999 147.019668) + (xy 106.21246 146.872382) (xy 106.485423 146.599895) (xy 106.633332 146.243692) (xy 106.633404 146.160206) (xy 106.867308 146.257332) + (xy 107.252999 146.257668) (xy 107.60946 146.110382) (xy 107.882423 145.837895) (xy 107.942459 145.693311) (xy 108.128298 146.143075) + (xy 108.490021 146.505429) (xy 108.962877 146.701776) (xy 109.474877 146.702223) (xy 109.948075 146.506702) (xy 110.310429 146.144979) + (xy 110.506776 145.672123) (xy 110.507223 145.160123) (xy 110.507223 154.789322) (xy 107.649668 154.80511) (xy 107.649668 152.843001) + (xy 107.502382 152.48654) (xy 107.229895 152.213577) (xy 106.873692 152.065668) (xy 106.488001 152.065332) (xy 106.13154 152.212618) + (xy 105.998668 152.345258) (xy 105.998668 148.525001) (xy 105.851382 148.16854) (xy 105.578895 147.895577) (xy 105.222692 147.747668) + (xy 104.837001 147.747332) (xy 104.48054 147.894618) (xy 104.207577 148.167105) (xy 104.059668 148.523308) (xy 104.059419 148.807985) + (xy 103.952692 148.763668) (xy 103.567001 148.763332) (xy 103.532592 148.777549) (xy 103.438382 148.54954) (xy 103.165895 148.276577) + (xy 102.809692 148.128668) (xy 102.424001 148.128332) (xy 102.06754 148.275618) (xy 101.794577 148.548105) (xy 101.646668 148.904308) + (xy 101.646332 149.289999) (xy 101.793618 149.64646) (xy 102.066105 149.919423) (xy 102.422308 150.067332) (xy 102.807999 150.067668) + (xy 102.842407 150.05345) (xy 102.936618 150.28146) (xy 103.209105 150.554423) (xy 103.565308 150.702332) (xy 103.950999 150.702668) + (xy 104.30746 150.555382) (xy 104.580423 150.282895) (xy 104.728332 149.926692) (xy 104.72858 149.642014) (xy 104.835308 149.686332) + (xy 105.220999 149.686668) (xy 105.57746 149.539382) (xy 105.850423 149.266895) (xy 105.998332 148.910692) (xy 105.998668 148.525001) + (xy 105.998668 152.345258) (xy 105.858577 152.485105) (xy 105.710668 152.841308) (xy 105.710332 153.226999) (xy 105.857618 153.58346) + (xy 106.130105 153.856423) (xy 106.486308 154.004332) (xy 106.871999 154.004668) (xy 107.22846 153.857382) (xy 107.501423 153.584895) + (xy 107.649332 153.228692) (xy 107.649668 152.843001) (xy 107.649668 154.80511) (xy 105.109668 154.819143) (xy 105.109668 152.843001) + (xy 104.962382 152.48654) (xy 104.689895 152.213577) (xy 104.333692 152.065668) (xy 103.948001 152.065332) (xy 103.59154 152.212618) + (xy 103.318577 152.485105) (xy 103.170668 152.841308) (xy 103.170332 153.226999) (xy 103.317618 153.58346) (xy 103.590105 153.856423) + (xy 103.946308 154.004332) (xy 104.331999 154.004668) (xy 104.68846 153.857382) (xy 104.961423 153.584895) (xy 105.109332 153.228692) + (xy 105.109668 152.843001) (xy 105.109668 154.819143) (xy 101.934668 154.836684) (xy 101.934668 151.573001) (xy 101.787382 151.21654) + (xy 101.553712 150.982461) (xy 101.553712 142.632698) (xy 101.553712 135.647698) (xy 101.553712 126.757698) (xy 101.367838 126.307848) + (xy 101.023962 125.963372) (xy 100.574437 125.776713) (xy 100.087698 125.776288) (xy 99.648668 125.957691) (xy 99.648668 110.679001) + (xy 99.501382 110.32254) (xy 99.228895 110.049577) (xy 98.872692 109.901668) (xy 98.632668 109.901458) (xy 98.632668 106.615001) + (xy 98.485382 106.25854) (xy 98.212895 105.985577) (xy 97.856692 105.837668) (xy 97.471001 105.837332) (xy 97.11454 105.984618) + (xy 96.841577 106.257105) (xy 96.693668 106.613308) (xy 96.693332 106.998999) (xy 96.840618 107.35546) (xy 97.113105 107.628423) + (xy 97.469308 107.776332) (xy 97.854999 107.776668) (xy 98.21146 107.629382) (xy 98.484423 107.356895) (xy 98.632332 107.000692) + (xy 98.632668 106.615001) (xy 98.632668 109.901458) (xy 98.487001 109.901332) (xy 98.13054 110.048618) (xy 97.857577 110.321105) + (xy 97.709668 110.677308) (xy 97.709332 111.062999) (xy 97.856618 111.41946) (xy 98.129105 111.692423) (xy 98.485308 111.840332) + (xy 98.870999 111.840668) (xy 99.22746 111.693382) (xy 99.500423 111.420895) (xy 99.648332 111.064692) (xy 99.648668 110.679001) + (xy 99.648668 125.957691) (xy 99.637848 125.962162) (xy 99.293372 126.306038) (xy 99.106713 126.755563) (xy 99.106288 127.242302) + (xy 99.292162 127.692152) (xy 99.636038 128.036628) (xy 100.085563 128.223287) (xy 100.572302 128.223712) (xy 101.022152 128.037838) + (xy 101.366628 127.693962) (xy 101.553287 127.244437) (xy 101.553712 126.757698) (xy 101.553712 135.647698) (xy 101.367838 135.197848) + (xy 101.023962 134.853372) (xy 100.574437 134.666713) (xy 100.087698 134.666288) (xy 99.637848 134.852162) (xy 99.293372 135.196038) + (xy 99.106713 135.645563) (xy 99.106288 136.132302) (xy 99.292162 136.582152) (xy 99.636038 136.926628) (xy 100.085563 137.113287) + (xy 100.572302 137.113712) (xy 101.022152 136.927838) (xy 101.366628 136.583962) (xy 101.553287 136.134437) (xy 101.553712 135.647698) + (xy 101.553712 142.632698) (xy 101.367838 142.182848) (xy 101.023962 141.838372) (xy 100.574437 141.651713) (xy 100.087698 141.651288) + (xy 99.637848 141.837162) (xy 99.293372 142.181038) (xy 99.106713 142.630563) (xy 99.106288 143.117302) (xy 99.292162 143.567152) + (xy 99.636038 143.911628) (xy 100.085563 144.098287) (xy 100.572302 144.098712) (xy 101.022152 143.912838) (xy 101.366628 143.568962) + (xy 101.553287 143.119437) (xy 101.553712 142.632698) (xy 101.553712 150.982461) (xy 101.514895 150.943577) (xy 101.158692 150.795668) + (xy 100.773001 150.795332) (xy 100.41654 150.942618) (xy 100.143577 151.215105) (xy 99.995668 151.571308) (xy 99.995332 151.956999) + (xy 100.142618 152.31346) (xy 100.415105 152.586423) (xy 100.771308 152.734332) (xy 101.156999 152.734668) (xy 101.51346 152.587382) + (xy 101.786423 152.314895) (xy 101.934332 151.958692) (xy 101.934668 151.573001) (xy 101.934668 154.836684) (xy 100.029668 154.847209) + (xy 100.029668 152.843001) (xy 99.882382 152.48654) (xy 99.609895 152.213577) (xy 99.253692 152.065668) (xy 99.013712 152.065458) + (xy 99.013712 142.632698) (xy 99.013712 135.647698) (xy 99.013712 126.757698) (xy 98.827838 126.307848) (xy 98.483962 125.963372) + (xy 98.124668 125.81418) (xy 98.124668 113.473001) (xy 97.977382 113.11654) (xy 97.704895 112.843577) (xy 97.348692 112.695668) + (xy 96.963001 112.695332) (xy 96.60654 112.842618) (xy 96.333577 113.115105) (xy 96.185668 113.471308) (xy 96.185332 113.856999) + (xy 96.332618 114.21346) (xy 96.605105 114.486423) (xy 96.961308 114.634332) (xy 97.346999 114.634668) (xy 97.70346 114.487382) + (xy 97.976423 114.214895) (xy 98.124332 113.858692) (xy 98.124668 113.473001) (xy 98.124668 125.81418) (xy 98.034437 125.776713) + (xy 97.547698 125.776288) (xy 97.097848 125.962162) (xy 96.753372 126.306038) (xy 96.566713 126.755563) (xy 96.566288 127.242302) + (xy 96.752162 127.692152) (xy 97.096038 128.036628) (xy 97.545563 128.223287) (xy 98.032302 128.223712) (xy 98.482152 128.037838) + (xy 98.826628 127.693962) (xy 99.013287 127.244437) (xy 99.013712 126.757698) (xy 99.013712 135.647698) (xy 98.827838 135.197848) + (xy 98.483962 134.853372) (xy 98.034437 134.666713) (xy 97.547698 134.666288) (xy 97.097848 134.852162) (xy 96.753372 135.196038) + (xy 96.566713 135.645563) (xy 96.566288 136.132302) (xy 96.752162 136.582152) (xy 97.096038 136.926628) (xy 97.545563 137.113287) + (xy 98.032302 137.113712) (xy 98.482152 136.927838) (xy 98.826628 136.583962) (xy 99.013287 136.134437) (xy 99.013712 135.647698) + (xy 99.013712 142.632698) (xy 98.827838 142.182848) (xy 98.483962 141.838372) (xy 98.034437 141.651713) (xy 97.547698 141.651288) + (xy 97.097848 141.837162) (xy 96.753372 142.181038) (xy 96.566713 142.630563) (xy 96.566288 143.117302) (xy 96.752162 143.567152) + (xy 97.096038 143.911628) (xy 97.545563 144.098287) (xy 98.032302 144.098712) (xy 98.482152 143.912838) (xy 98.826628 143.568962) + (xy 99.013287 143.119437) (xy 99.013712 142.632698) (xy 99.013712 152.065458) (xy 98.868001 152.065332) (xy 98.51154 152.212618) + (xy 98.238577 152.485105) (xy 98.090668 152.841308) (xy 98.090332 153.226999) (xy 98.237618 153.58346) (xy 98.510105 153.856423) + (xy 98.866308 154.004332) (xy 99.251999 154.004668) (xy 99.60846 153.857382) (xy 99.881423 153.584895) (xy 100.029332 153.228692) + (xy 100.029668 152.843001) (xy 100.029668 154.847209) (xy 96.473712 154.866855) (xy 96.473712 142.632698) (xy 96.473712 135.647698) + (xy 96.473712 126.757698) (xy 96.287838 126.307848) (xy 95.943962 125.963372) (xy 95.494437 125.776713) (xy 95.007698 125.776288) + (xy 94.557848 125.962162) (xy 94.213372 126.306038) (xy 94.026713 126.755563) (xy 94.026288 127.242302) (xy 94.212162 127.692152) + (xy 94.556038 128.036628) (xy 95.005563 128.223287) (xy 95.492302 128.223712) (xy 95.942152 128.037838) (xy 96.286628 127.693962) + (xy 96.473287 127.244437) (xy 96.473712 126.757698) (xy 96.473712 135.647698) (xy 96.287838 135.197848) (xy 95.943962 134.853372) + (xy 95.494437 134.666713) (xy 95.007698 134.666288) (xy 94.557848 134.852162) (xy 94.213372 135.196038) (xy 94.026713 135.645563) + (xy 94.026288 136.132302) (xy 94.212162 136.582152) (xy 94.556038 136.926628) (xy 95.005563 137.113287) (xy 95.492302 137.113712) + (xy 95.942152 136.927838) (xy 96.286628 136.583962) (xy 96.473287 136.134437) (xy 96.473712 135.647698) (xy 96.473712 142.632698) + (xy 96.287838 142.182848) (xy 95.943962 141.838372) (xy 95.494437 141.651713) (xy 95.007698 141.651288) (xy 94.557848 141.837162) + (xy 94.213372 142.181038) (xy 94.026713 142.630563) (xy 94.026288 143.117302) (xy 94.212162 143.567152) (xy 94.556038 143.911628) + (xy 95.005563 144.098287) (xy 95.492302 144.098712) (xy 95.942152 143.912838) (xy 96.286628 143.568962) (xy 96.473287 143.119437) + (xy 96.473712 142.632698) (xy 96.473712 154.866855) (xy 95.125 154.874307) (xy 95.125 154.376553) (xy 94.614367 154.37017) + (xy 94.600789 154.361097) (xy 94.361 154.3134) (xy 93.933712 154.3134) (xy 93.933712 142.632698) (xy 93.933712 135.647698) + (xy 93.933712 126.757698) (xy 93.747838 126.307848) (xy 93.403962 125.963372) (xy 93.298712 125.919668) (xy 93.298712 117.232698) + (xy 93.298712 114.692698) (xy 93.298712 112.152698) (xy 93.298712 109.612698) (xy 93.298712 107.072698) (xy 93.298712 104.532698) + (xy 93.298712 101.992698) (xy 93.298712 99.452698) (xy 93.112838 99.002848) (xy 92.768962 98.658372) (xy 92.319437 98.471713) + (xy 91.832698 98.471288) (xy 91.3935 98.65276) (xy 91.3935 76.367929) (xy 91.3935 76.159071) (xy 91.3935 74.762071) + (xy 91.313574 74.569111) (xy 91.165889 74.421426) (xy 90.972929 74.3415) (xy 90.764071 74.3415) (xy 90.63169 74.3415) + (xy 90.63169 63.282849) (xy 90.46511 62.879694) (xy 90.156928 62.570974) (xy 89.754064 62.40369) (xy 89.317849 62.40331) + (xy 88.914694 62.56989) (xy 88.605974 62.878072) (xy 88.43869 63.280936) (xy 88.43831 63.717151) (xy 88.60489 64.120306) + (xy 88.913072 64.429026) (xy 89.315936 64.59631) (xy 89.752151 64.59669) (xy 90.155306 64.43011) (xy 90.464026 64.121928) + (xy 90.63131 63.719064) (xy 90.63169 63.282849) (xy 90.63169 74.3415) (xy 89.996668 74.3415) (xy 89.996668 66.610001) + (xy 89.849382 66.25354) (xy 89.576895 65.980577) (xy 89.220692 65.832668) (xy 88.835001 65.832332) (xy 88.47854 65.979618) + (xy 88.205577 66.252105) (xy 88.057668 66.608308) (xy 88.057332 66.993999) (xy 88.204618 67.35046) (xy 88.477105 67.623423) + (xy 88.833308 67.771332) (xy 89.218999 67.771668) (xy 89.57546 67.624382) (xy 89.848423 67.351895) (xy 89.996332 66.995692) + (xy 89.996668 66.610001) (xy 89.996668 74.3415) (xy 89.367071 74.3415) (xy 89.174111 74.421426) (xy 89.026426 74.569111) + (xy 88.9465 74.762071) (xy 88.9465 74.970929) (xy 88.9465 76.367929) (xy 89.026426 76.560889) (xy 89.174111 76.708574) + (xy 89.367071 76.7885) (xy 89.575929 76.7885) (xy 90.972929 76.7885) (xy 91.165889 76.708574) (xy 91.313574 76.560889) + (xy 91.3935 76.367929) (xy 91.3935 98.65276) (xy 91.382848 98.657162) (xy 91.266668 98.773139) (xy 91.266668 82.993001) + (xy 91.119382 82.63654) (xy 90.846895 82.363577) (xy 90.490692 82.215668) (xy 90.105001 82.215332) (xy 89.74854 82.362618) + (xy 89.488712 82.621992) (xy 89.488712 81.672698) (xy 89.4885 81.672184) (xy 89.4885 80.177929) (xy 89.4885 79.969071) + (xy 89.4885 78.572071) (xy 89.408574 78.379111) (xy 89.260889 78.231426) (xy 89.067929 78.1515) (xy 88.859071 78.1515) + (xy 88.286913 78.1515) (xy 88.286913 68.985071) (xy 88.100582 68.50818) (xy 88.071106 68.464065) (xy 87.847558 68.397797) + (xy 87.812203 68.433152) (xy 87.812203 68.362442) (xy 87.745935 68.138894) (xy 87.276967 67.933438) (xy 86.765071 67.923087) + (xy 86.28818 68.109418) (xy 86.244065 68.138894) (xy 86.177797 68.362442) (xy 86.995 69.179645) (xy 87.812203 68.362442) + (xy 87.812203 68.433152) (xy 87.030355 69.215) (xy 87.847558 70.032203) (xy 88.071106 69.965935) (xy 88.276562 69.496967) + (xy 88.286913 68.985071) (xy 88.286913 78.1515) (xy 87.812203 78.1515) (xy 87.812203 70.067558) (xy 86.995 69.250355) + (xy 86.959645 69.28571) (xy 86.959645 69.215) (xy 86.142442 68.397797) (xy 85.918894 68.464065) (xy 85.713438 68.933033) + (xy 85.703087 69.444929) (xy 85.889418 69.92182) (xy 85.918894 69.965935) (xy 86.142442 70.032203) (xy 86.959645 69.215) + (xy 86.959645 69.28571) (xy 86.177797 70.067558) (xy 86.244065 70.291106) (xy 86.713033 70.496562) (xy 87.224929 70.506913) + (xy 87.70182 70.320582) (xy 87.745935 70.291106) (xy 87.812203 70.067558) (xy 87.812203 78.1515) (xy 87.462071 78.1515) + (xy 87.269111 78.231426) (xy 87.121426 78.379111) (xy 87.0415 78.572071) (xy 87.0415 78.780929) (xy 87.0415 80.177929) + (xy 87.121426 80.370889) (xy 87.269111 80.518574) (xy 87.462071 80.5985) (xy 87.670929 80.5985) (xy 89.067929 80.5985) + (xy 89.260889 80.518574) (xy 89.408574 80.370889) (xy 89.4885 80.177929) (xy 89.4885 81.672184) (xy 89.302838 81.222848) + (xy 88.958962 80.878372) (xy 88.509437 80.691713) (xy 88.022698 80.691288) (xy 87.572848 80.877162) (xy 87.228372 81.221038) + (xy 87.041713 81.670563) (xy 87.041288 82.157302) (xy 87.227162 82.607152) (xy 87.571038 82.951628) (xy 88.020563 83.138287) + (xy 88.507302 83.138712) (xy 88.957152 82.952838) (xy 89.301628 82.608962) (xy 89.488287 82.159437) (xy 89.488712 81.672698) + (xy 89.488712 82.621992) (xy 89.475577 82.635105) (xy 89.327668 82.991308) (xy 89.327332 83.376999) (xy 89.474618 83.73346) + (xy 89.747105 84.006423) (xy 90.103308 84.154332) (xy 90.488999 84.154668) (xy 90.84546 84.007382) (xy 91.118423 83.734895) + (xy 91.266332 83.378692) (xy 91.266668 82.993001) (xy 91.266668 98.773139) (xy 91.038372 99.001038) (xy 90.851713 99.450563) + (xy 90.851288 99.937302) (xy 91.037162 100.387152) (xy 91.381038 100.731628) (xy 91.830563 100.918287) (xy 92.317302 100.918712) + (xy 92.767152 100.732838) (xy 93.111628 100.388962) (xy 93.298287 99.939437) (xy 93.298712 99.452698) (xy 93.298712 101.992698) + (xy 93.112838 101.542848) (xy 92.768962 101.198372) (xy 92.319437 101.011713) (xy 91.832698 101.011288) (xy 91.382848 101.197162) + (xy 91.038372 101.541038) (xy 90.851713 101.990563) (xy 90.851288 102.477302) (xy 91.037162 102.927152) (xy 91.381038 103.271628) + (xy 91.830563 103.458287) (xy 92.317302 103.458712) (xy 92.767152 103.272838) (xy 93.111628 102.928962) (xy 93.298287 102.479437) + (xy 93.298712 101.992698) (xy 93.298712 104.532698) (xy 93.112838 104.082848) (xy 92.768962 103.738372) (xy 92.319437 103.551713) + (xy 91.832698 103.551288) (xy 91.382848 103.737162) (xy 91.038372 104.081038) (xy 90.851713 104.530563) (xy 90.851288 105.017302) + (xy 91.037162 105.467152) (xy 91.381038 105.811628) (xy 91.830563 105.998287) (xy 92.317302 105.998712) (xy 92.767152 105.812838) + (xy 93.111628 105.468962) (xy 93.298287 105.019437) (xy 93.298712 104.532698) (xy 93.298712 107.072698) (xy 93.112838 106.622848) + (xy 92.768962 106.278372) (xy 92.319437 106.091713) (xy 91.832698 106.091288) (xy 91.382848 106.277162) (xy 91.038372 106.621038) + (xy 90.851713 107.070563) (xy 90.851288 107.557302) (xy 91.037162 108.007152) (xy 91.381038 108.351628) (xy 91.830563 108.538287) + (xy 92.317302 108.538712) (xy 92.767152 108.352838) (xy 93.111628 108.008962) (xy 93.298287 107.559437) (xy 93.298712 107.072698) + (xy 93.298712 109.612698) (xy 93.112838 109.162848) (xy 92.768962 108.818372) (xy 92.319437 108.631713) (xy 91.832698 108.631288) + (xy 91.382848 108.817162) (xy 91.038372 109.161038) (xy 90.851713 109.610563) (xy 90.851288 110.097302) (xy 91.037162 110.547152) + (xy 91.381038 110.891628) (xy 91.830563 111.078287) (xy 92.317302 111.078712) (xy 92.767152 110.892838) (xy 93.111628 110.548962) + (xy 93.298287 110.099437) (xy 93.298712 109.612698) (xy 93.298712 112.152698) (xy 93.112838 111.702848) (xy 92.768962 111.358372) + (xy 92.319437 111.171713) (xy 91.832698 111.171288) (xy 91.382848 111.357162) (xy 91.038372 111.701038) (xy 90.851713 112.150563) + (xy 90.851288 112.637302) (xy 91.037162 113.087152) (xy 91.381038 113.431628) (xy 91.830563 113.618287) (xy 92.317302 113.618712) + (xy 92.767152 113.432838) (xy 93.111628 113.088962) (xy 93.298287 112.639437) (xy 93.298712 112.152698) (xy 93.298712 114.692698) + (xy 93.112838 114.242848) (xy 92.768962 113.898372) (xy 92.319437 113.711713) (xy 91.832698 113.711288) (xy 91.382848 113.897162) + (xy 91.038372 114.241038) (xy 90.851713 114.690563) (xy 90.851288 115.177302) (xy 91.037162 115.627152) (xy 91.381038 115.971628) + (xy 91.830563 116.158287) (xy 92.317302 116.158712) (xy 92.767152 115.972838) (xy 93.111628 115.628962) (xy 93.298287 115.179437) + (xy 93.298712 114.692698) (xy 93.298712 117.232698) (xy 93.112838 116.782848) (xy 92.768962 116.438372) (xy 92.319437 116.251713) + (xy 91.832698 116.251288) (xy 91.382848 116.437162) (xy 91.038372 116.781038) (xy 90.851713 117.230563) (xy 90.851288 117.717302) + (xy 91.037162 118.167152) (xy 91.381038 118.511628) (xy 91.830563 118.698287) (xy 92.317302 118.698712) (xy 92.767152 118.512838) + (xy 93.111628 118.168962) (xy 93.298287 117.719437) (xy 93.298712 117.232698) (xy 93.298712 125.919668) (xy 93.2985 125.91958) + (xy 93.2985 120.817929) (xy 93.2985 120.609071) (xy 93.2985 119.212071) (xy 93.218574 119.019111) (xy 93.070889 118.871426) + (xy 92.877929 118.7915) (xy 92.669071 118.7915) (xy 91.272071 118.7915) (xy 91.079111 118.871426) (xy 90.931426 119.019111) + (xy 90.8515 119.212071) (xy 90.8515 119.420929) (xy 90.8515 120.817929) (xy 90.931426 121.010889) (xy 91.079111 121.158574) + (xy 91.272071 121.2385) (xy 91.480929 121.2385) (xy 92.877929 121.2385) (xy 93.070889 121.158574) (xy 93.218574 121.010889) + (xy 93.2985 120.817929) (xy 93.2985 125.91958) (xy 92.954437 125.776713) (xy 92.467698 125.776288) (xy 92.017848 125.962162) + (xy 91.673372 126.306038) (xy 91.486713 126.755563) (xy 91.486288 127.242302) (xy 91.672162 127.692152) (xy 92.016038 128.036628) + (xy 92.465563 128.223287) (xy 92.952302 128.223712) (xy 93.402152 128.037838) (xy 93.746628 127.693962) (xy 93.933287 127.244437) + (xy 93.933712 126.757698) (xy 93.933712 135.647698) (xy 93.747838 135.197848) (xy 93.403962 134.853372) (xy 92.954437 134.666713) + (xy 92.467698 134.666288) (xy 92.017848 134.852162) (xy 91.673372 135.196038) (xy 91.486713 135.645563) (xy 91.486288 136.132302) + (xy 91.672162 136.582152) (xy 92.016038 136.926628) (xy 92.465563 137.113287) (xy 92.952302 137.113712) (xy 93.402152 136.927838) + (xy 93.746628 136.583962) (xy 93.933287 136.134437) (xy 93.933712 135.647698) (xy 93.933712 142.632698) (xy 93.747838 142.182848) + (xy 93.403962 141.838372) (xy 92.954437 141.651713) (xy 92.467698 141.651288) (xy 92.017848 141.837162) (xy 91.673372 142.181038) + (xy 91.486713 142.630563) (xy 91.486288 143.117302) (xy 91.672162 143.567152) (xy 92.016038 143.911628) (xy 92.465563 144.098287) + (xy 92.952302 144.098712) (xy 93.402152 143.912838) (xy 93.746628 143.568962) (xy 93.933287 143.119437) (xy 93.933712 142.632698) + (xy 93.933712 154.3134) (xy 92.727223 154.3134) (xy 92.727223 147.700123) (xy 92.531702 147.226925) (xy 92.169979 146.864571) + (xy 91.697123 146.668224) (xy 91.393712 146.667959) (xy 91.393712 142.632698) (xy 91.393712 135.647698) (xy 91.393712 126.757698) + (xy 91.207838 126.307848) (xy 90.863962 125.963372) (xy 90.414437 125.776713) (xy 90.250668 125.77657) (xy 90.250668 100.900001) + (xy 90.103382 100.54354) (xy 89.830895 100.270577) (xy 89.474692 100.122668) (xy 89.412225 100.122613) (xy 89.488287 99.939437) + (xy 89.488712 99.452698) (xy 89.488712 96.912698) (xy 89.488712 94.372698) (xy 89.488712 91.832698) (xy 89.488712 89.292698) + (xy 89.488712 86.752698) (xy 89.488712 84.212698) (xy 89.302838 83.762848) (xy 88.958962 83.418372) (xy 88.509437 83.231713) + (xy 88.022698 83.231288) (xy 87.572848 83.417162) (xy 87.228372 83.761038) (xy 87.041713 84.210563) (xy 87.041288 84.697302) + (xy 87.227162 85.147152) (xy 87.571038 85.491628) (xy 88.020563 85.678287) (xy 88.507302 85.678712) (xy 88.957152 85.492838) + (xy 89.301628 85.148962) (xy 89.488287 84.699437) (xy 89.488712 84.212698) (xy 89.488712 86.752698) (xy 89.302838 86.302848) + (xy 88.958962 85.958372) (xy 88.509437 85.771713) (xy 88.022698 85.771288) (xy 87.572848 85.957162) (xy 87.228372 86.301038) + (xy 87.041713 86.750563) (xy 87.041288 87.237302) (xy 87.227162 87.687152) (xy 87.571038 88.031628) (xy 88.020563 88.218287) + (xy 88.507302 88.218712) (xy 88.957152 88.032838) (xy 89.301628 87.688962) (xy 89.488287 87.239437) (xy 89.488712 86.752698) + (xy 89.488712 89.292698) (xy 89.302838 88.842848) (xy 88.958962 88.498372) (xy 88.509437 88.311713) (xy 88.022698 88.311288) + (xy 87.572848 88.497162) (xy 87.228372 88.841038) (xy 87.041713 89.290563) (xy 87.041288 89.777302) (xy 87.227162 90.227152) + (xy 87.571038 90.571628) (xy 88.020563 90.758287) (xy 88.507302 90.758712) (xy 88.957152 90.572838) (xy 89.301628 90.228962) + (xy 89.488287 89.779437) (xy 89.488712 89.292698) (xy 89.488712 91.832698) (xy 89.302838 91.382848) (xy 88.958962 91.038372) + (xy 88.509437 90.851713) (xy 88.022698 90.851288) (xy 87.572848 91.037162) (xy 87.228372 91.381038) (xy 87.041713 91.830563) + (xy 87.041288 92.317302) (xy 87.227162 92.767152) (xy 87.571038 93.111628) (xy 88.020563 93.298287) (xy 88.507302 93.298712) + (xy 88.957152 93.112838) (xy 89.301628 92.768962) (xy 89.488287 92.319437) (xy 89.488712 91.832698) (xy 89.488712 94.372698) + (xy 89.302838 93.922848) (xy 88.958962 93.578372) (xy 88.509437 93.391713) (xy 88.022698 93.391288) (xy 87.572848 93.577162) + (xy 87.228372 93.921038) (xy 87.041713 94.370563) (xy 87.041288 94.857302) (xy 87.227162 95.307152) (xy 87.571038 95.651628) + (xy 88.020563 95.838287) (xy 88.507302 95.838712) (xy 88.957152 95.652838) (xy 89.301628 95.308962) (xy 89.488287 94.859437) + (xy 89.488712 94.372698) (xy 89.488712 96.912698) (xy 89.302838 96.462848) (xy 88.958962 96.118372) (xy 88.509437 95.931713) + (xy 88.022698 95.931288) (xy 87.572848 96.117162) (xy 87.228372 96.461038) (xy 87.041713 96.910563) (xy 87.041288 97.397302) + (xy 87.227162 97.847152) (xy 87.571038 98.191628) (xy 88.020563 98.378287) (xy 88.507302 98.378712) (xy 88.957152 98.192838) + (xy 89.301628 97.848962) (xy 89.488287 97.399437) (xy 89.488712 96.912698) (xy 89.488712 99.452698) (xy 89.302838 99.002848) + (xy 88.958962 98.658372) (xy 88.509437 98.471713) (xy 88.022698 98.471288) (xy 87.572848 98.657162) (xy 87.228372 99.001038) + (xy 87.041713 99.450563) (xy 87.041288 99.937302) (xy 87.227162 100.387152) (xy 87.571038 100.731628) (xy 88.020563 100.918287) + (xy 88.31165 100.918541) (xy 88.311332 101.283999) (xy 88.458618 101.64046) (xy 88.731105 101.913423) (xy 89.087308 102.061332) + (xy 89.472999 102.061668) (xy 89.82946 101.914382) (xy 90.102423 101.641895) (xy 90.250332 101.285692) (xy 90.250668 100.900001) + (xy 90.250668 125.77657) (xy 89.927698 125.776288) (xy 89.477848 125.962162) (xy 89.133372 126.306038) (xy 88.946713 126.755563) + (xy 88.946288 127.242302) (xy 89.132162 127.692152) (xy 89.476038 128.036628) (xy 89.925563 128.223287) (xy 90.412302 128.223712) + (xy 90.862152 128.037838) (xy 91.206628 127.693962) (xy 91.393287 127.244437) (xy 91.393712 126.757698) (xy 91.393712 135.647698) + (xy 91.207838 135.197848) (xy 90.863962 134.853372) (xy 90.414437 134.666713) (xy 89.927698 134.666288) (xy 89.477848 134.852162) + (xy 89.133372 135.196038) (xy 88.946713 135.645563) (xy 88.946288 136.132302) (xy 89.132162 136.582152) (xy 89.476038 136.926628) + (xy 89.925563 137.113287) (xy 90.412302 137.113712) (xy 90.862152 136.927838) (xy 91.206628 136.583962) (xy 91.393287 136.134437) + (xy 91.393712 135.647698) (xy 91.393712 142.632698) (xy 91.207838 142.182848) (xy 90.863962 141.838372) (xy 90.414437 141.651713) + (xy 89.927698 141.651288) (xy 89.477848 141.837162) (xy 89.133372 142.181038) (xy 88.946713 142.630563) (xy 88.946288 143.117302) + (xy 89.132162 143.567152) (xy 89.476038 143.911628) (xy 89.925563 144.098287) (xy 90.412302 144.098712) (xy 90.862152 143.912838) + (xy 91.206628 143.568962) (xy 91.393287 143.119437) (xy 91.393712 142.632698) (xy 91.393712 146.667959) (xy 91.185123 146.667777) + (xy 90.711925 146.863298) (xy 90.349571 147.225021) (xy 90.187 147.616535) (xy 90.187 147.297429) (xy 90.187 147.088571) + (xy 90.107074 146.895611) (xy 89.959389 146.747926) (xy 89.766429 146.668) (xy 89.05625 146.668) (xy 88.925 146.79925) + (xy 88.925 147.93) (xy 88.945 147.93) (xy 88.945 147.98) (xy 88.925 147.98) (xy 88.925 149.11075) + (xy 89.05625 149.242) (xy 89.766429 149.242) (xy 89.959389 149.162074) (xy 90.107074 149.014389) (xy 90.187 148.821429) + (xy 90.187 148.612571) (xy 90.187 148.292703) (xy 90.348298 148.683075) (xy 90.710021 149.045429) (xy 91.182877 149.241776) + (xy 91.694877 149.242223) (xy 92.168075 149.046702) (xy 92.530429 148.684979) (xy 92.726776 148.212123) (xy 92.727223 147.700123) + (xy 92.727223 154.3134) (xy 90.07276 154.3134) (xy 88.875 154.298428) (xy 88.875 149.11075) (xy 88.875 147.98) + (xy 88.875 147.93) (xy 88.875 146.79925) (xy 88.853712 146.777962) (xy 88.853712 142.632698) (xy 88.853712 135.647698) + (xy 88.853712 126.757698) (xy 88.667838 126.307848) (xy 88.472668 126.112337) (xy 88.472668 106.234001) (xy 88.325382 105.87754) + (xy 88.052895 105.604577) (xy 87.696692 105.456668) (xy 87.311001 105.456332) (xy 87.202668 105.501094) (xy 87.202668 104.710001) + (xy 87.055382 104.35354) (xy 86.782895 104.080577) (xy 86.426692 103.932668) (xy 86.186668 103.932458) (xy 86.186668 100.773001) + (xy 86.059668 100.465636) (xy 86.059668 96.455001) (xy 85.912382 96.09854) (xy 85.639895 95.825577) (xy 85.283692 95.677668) + (xy 84.898001 95.677332) (xy 84.54154 95.824618) (xy 84.268577 96.097105) (xy 84.120668 96.453308) (xy 84.120332 96.838999) + (xy 84.267618 97.19546) (xy 84.540105 97.468423) (xy 84.896308 97.616332) (xy 85.281999 97.616668) (xy 85.63846 97.469382) + (xy 85.911423 97.196895) (xy 86.059332 96.840692) (xy 86.059668 96.455001) (xy 86.059668 100.465636) (xy 86.039382 100.41654) + (xy 85.766895 100.143577) (xy 85.410692 99.995668) (xy 85.025001 99.995332) (xy 84.66854 100.142618) (xy 84.395577 100.415105) + (xy 84.247668 100.771308) (xy 84.247332 101.156999) (xy 84.394618 101.51346) (xy 84.667105 101.786423) (xy 85.023308 101.934332) + (xy 85.408999 101.934668) (xy 85.76546 101.787382) (xy 86.038423 101.514895) (xy 86.186332 101.158692) (xy 86.186668 100.773001) + (xy 86.186668 103.932458) (xy 86.041001 103.932332) (xy 85.742011 104.055871) (xy 85.639895 103.953577) (xy 85.283692 103.805668) + (xy 84.898001 103.805332) (xy 84.54154 103.952618) (xy 84.268577 104.225105) (xy 84.120668 104.581308) (xy 84.120332 104.966999) + (xy 84.267618 105.32346) (xy 84.540105 105.596423) (xy 84.896308 105.744332) (xy 85.281999 105.744668) (xy 85.580988 105.621128) + (xy 85.683105 105.723423) (xy 86.039308 105.871332) (xy 86.424999 105.871668) (xy 86.78146 105.724382) (xy 87.054423 105.451895) + (xy 87.202332 105.095692) (xy 87.202668 104.710001) (xy 87.202668 105.501094) (xy 86.95454 105.603618) (xy 86.681577 105.876105) + (xy 86.533668 106.232308) (xy 86.533332 106.617999) (xy 86.680618 106.97446) (xy 86.953105 107.247423) (xy 87.309308 107.395332) + (xy 87.694999 107.395668) (xy 88.05146 107.248382) (xy 88.324423 106.975895) (xy 88.472332 106.619692) (xy 88.472668 106.234001) + (xy 88.472668 126.112337) (xy 88.323962 125.963372) (xy 87.874437 125.776713) (xy 87.387698 125.776288) (xy 86.937848 125.962162) + (xy 86.593372 126.306038) (xy 86.406713 126.755563) (xy 86.406288 127.242302) (xy 86.592162 127.692152) (xy 86.936038 128.036628) + (xy 87.385563 128.223287) (xy 87.872302 128.223712) (xy 88.322152 128.037838) (xy 88.666628 127.693962) (xy 88.853287 127.244437) + (xy 88.853712 126.757698) (xy 88.853712 135.647698) (xy 88.667838 135.197848) (xy 88.323962 134.853372) (xy 87.874437 134.666713) + (xy 87.387698 134.666288) (xy 86.937848 134.852162) (xy 86.593372 135.196038) (xy 86.406713 135.645563) (xy 86.406288 136.132302) + (xy 86.592162 136.582152) (xy 86.936038 136.926628) (xy 87.385563 137.113287) (xy 87.872302 137.113712) (xy 88.322152 136.927838) + (xy 88.666628 136.583962) (xy 88.853287 136.134437) (xy 88.853712 135.647698) (xy 88.853712 142.632698) (xy 88.667838 142.182848) + (xy 88.323962 141.838372) (xy 87.874437 141.651713) (xy 87.387698 141.651288) (xy 86.937848 141.837162) (xy 86.593372 142.181038) + (xy 86.406713 142.630563) (xy 86.406288 143.117302) (xy 86.592162 143.567152) (xy 86.936038 143.911628) (xy 87.09074 143.975866) + (xy 86.82754 144.084618) (xy 86.554577 144.357105) (xy 86.406668 144.713308) (xy 86.406332 145.098999) (xy 86.553618 145.45546) + (xy 86.826105 145.728423) (xy 87.182308 145.876332) (xy 87.567999 145.876668) (xy 87.92446 145.729382) (xy 88.197423 145.456895) + (xy 88.345332 145.100692) (xy 88.345668 144.715001) (xy 88.198382 144.35854) (xy 87.925895 144.085577) (xy 87.91502 144.081061) + (xy 88.322152 143.912838) (xy 88.666628 143.568962) (xy 88.853287 143.119437) (xy 88.853712 142.632698) (xy 88.853712 146.777962) + (xy 88.74375 146.668) (xy 88.033571 146.668) (xy 87.840611 146.747926) (xy 87.692926 146.895611) (xy 87.613 147.088571) + (xy 87.613 147.297429) (xy 87.613 147.79875) (xy 87.74425 147.93) (xy 88.875 147.93) (xy 88.875 147.98) + (xy 87.74425 147.98) (xy 87.613 148.11125) (xy 87.613 148.612571) (xy 87.613 148.821429) (xy 87.692926 149.014389) + (xy 87.840611 149.162074) (xy 88.033571 149.242) (xy 88.74375 149.242) (xy 88.875 149.11075) (xy 88.875 154.298428) + (xy 86.313668 154.266411) (xy 86.313668 144.715001) (xy 86.166382 144.35854) (xy 85.902739 144.094436) (xy 86.085889 144.018574) + (xy 86.233574 143.870889) (xy 86.3135 143.677929) (xy 86.3135 143.469071) (xy 86.3135 142.072071) (xy 86.3135 136.692929) + (xy 86.3135 136.484071) (xy 86.3135 135.087071) (xy 86.3135 127.802929) (xy 86.3135 127.594071) (xy 86.3135 126.197071) + (xy 86.233574 126.004111) (xy 86.085889 125.856426) (xy 85.892929 125.7765) (xy 85.684071 125.7765) (xy 84.287071 125.7765) + (xy 84.094111 125.856426) (xy 83.946426 126.004111) (xy 83.900668 126.114581) (xy 83.900668 79.183001) (xy 83.753382 78.82654) + (xy 83.480895 78.553577) (xy 83.191505 78.433411) (xy 83.22546 78.419382) (xy 83.498423 78.146895) (xy 83.646332 77.790692) + (xy 83.646668 77.405001) (xy 83.499382 77.04854) (xy 83.226895 76.775577) (xy 83.202223 76.765332) (xy 83.202223 68.960123) + (xy 83.138668 68.806307) (xy 83.138668 64.197001) (xy 82.991382 63.84054) (xy 82.718895 63.567577) (xy 82.362692 63.419668) + (xy 81.977001 63.419332) (xy 81.62054 63.566618) (xy 81.347577 63.839105) (xy 81.199668 64.195308) (xy 81.199332 64.580999) + (xy 81.346618 64.93746) (xy 81.619105 65.210423) (xy 81.975308 65.358332) (xy 82.360999 65.358668) (xy 82.71746 65.211382) + (xy 82.990423 64.938895) (xy 83.138332 64.582692) (xy 83.138668 64.197001) (xy 83.138668 68.806307) (xy 83.006702 68.486925) + (xy 82.644979 68.124571) (xy 82.172123 67.928224) (xy 81.660123 67.927777) (xy 81.186925 68.123298) (xy 80.824571 68.485021) + (xy 80.628224 68.957877) (xy 80.627777 69.469877) (xy 80.823298 69.943075) (xy 81.185021 70.305429) (xy 81.657877 70.501776) + (xy 82.169877 70.502223) (xy 82.643075 70.306702) (xy 83.005429 69.944979) (xy 83.201776 69.472123) (xy 83.202223 68.960123) + (xy 83.202223 76.765332) (xy 82.870692 76.627668) (xy 82.485001 76.627332) (xy 82.12854 76.774618) (xy 81.855577 77.047105) + (xy 81.707668 77.403308) (xy 81.707332 77.788999) (xy 81.854618 78.14546) (xy 82.127105 78.418423) (xy 82.416494 78.538588) + (xy 82.38254 78.552618) (xy 82.109577 78.825105) (xy 81.961668 79.181308) (xy 81.961332 79.566999) (xy 82.108618 79.92346) + (xy 82.381105 80.196423) (xy 82.737308 80.344332) (xy 83.122999 80.344668) (xy 83.47946 80.197382) (xy 83.752423 79.924895) + (xy 83.900332 79.568692) (xy 83.900668 79.183001) (xy 83.900668 126.114581) (xy 83.8665 126.197071) (xy 83.8665 126.405929) + (xy 83.8665 127.802929) (xy 83.946426 127.995889) (xy 84.094111 128.143574) (xy 84.287071 128.2235) (xy 84.495929 128.2235) + (xy 85.892929 128.2235) (xy 86.085889 128.143574) (xy 86.233574 127.995889) (xy 86.3135 127.802929) (xy 86.3135 135.087071) + (xy 86.233574 134.894111) (xy 86.085889 134.746426) (xy 85.892929 134.6665) (xy 85.684071 134.6665) (xy 84.287071 134.6665) + (xy 84.094111 134.746426) (xy 83.946426 134.894111) (xy 83.8665 135.087071) (xy 83.8665 135.295929) (xy 83.8665 136.692929) + (xy 83.946426 136.885889) (xy 84.094111 137.033574) (xy 84.287071 137.1135) (xy 84.495929 137.1135) (xy 85.892929 137.1135) + (xy 86.085889 137.033574) (xy 86.233574 136.885889) (xy 86.3135 136.692929) (xy 86.3135 142.072071) (xy 86.233574 141.879111) + (xy 86.085889 141.731426) (xy 85.892929 141.6515) (xy 85.684071 141.6515) (xy 84.287071 141.6515) (xy 84.094111 141.731426) + (xy 83.946426 141.879111) (xy 83.8665 142.072071) (xy 83.8665 142.280929) (xy 83.8665 143.677929) (xy 83.946426 143.870889) + (xy 84.094111 144.018574) (xy 84.287071 144.0985) (xy 84.495929 144.0985) (xy 84.781633 144.0985) (xy 84.522577 144.357105) + (xy 84.374668 144.713308) (xy 84.374332 145.098999) (xy 84.521618 145.45546) (xy 84.794105 145.728423) (xy 85.150308 145.876332) + (xy 85.535999 145.876668) (xy 85.89246 145.729382) (xy 86.165423 145.456895) (xy 86.313332 145.100692) (xy 86.313668 144.715001) + (xy 86.313668 154.266411) (xy 81.868668 154.210848) (xy 81.868668 81.469001) (xy 81.721382 81.11254) (xy 81.448895 80.839577) + (xy 81.092692 80.691668) (xy 80.707001 80.691332) (xy 80.598668 80.736094) (xy 80.598668 78.421001) (xy 80.451382 78.06454) + (xy 80.178895 77.791577) (xy 79.822692 77.643668) (xy 79.437001 77.643332) (xy 79.08054 77.790618) (xy 78.807577 78.063105) + (xy 78.659668 78.419308) (xy 78.659332 78.804999) (xy 78.806618 79.16146) (xy 79.079105 79.434423) (xy 79.435308 79.582332) + (xy 79.820999 79.582668) (xy 80.17746 79.435382) (xy 80.450423 79.162895) (xy 80.598332 78.806692) (xy 80.598668 78.421001) + (xy 80.598668 80.736094) (xy 80.35054 80.838618) (xy 80.077577 81.111105) (xy 79.929668 81.467308) (xy 79.929332 81.852999) + (xy 80.076618 82.20946) (xy 80.349105 82.482423) (xy 80.705308 82.630332) (xy 81.090999 82.630668) (xy 81.44746 82.483382) + (xy 81.720423 82.210895) (xy 81.868332 81.854692) (xy 81.868668 81.469001) (xy 81.868668 154.210848) (xy 80.852668 154.198148) + (xy 80.852668 119.442001) (xy 80.705382 119.08554) (xy 80.432895 118.812577) (xy 80.090668 118.670471) (xy 80.090668 86.676001) + (xy 79.943382 86.31954) (xy 79.670895 86.046577) (xy 79.314692 85.898668) (xy 79.302208 85.898657) (xy 79.561423 85.639895) + (xy 79.709332 85.283692) (xy 79.709668 84.898001) (xy 79.562382 84.54154) (xy 79.289895 84.268577) (xy 78.933692 84.120668) + (xy 78.548001 84.120332) (xy 78.19154 84.267618) (xy 77.918577 84.540105) (xy 77.770668 84.896308) (xy 77.770332 85.281999) + (xy 77.917618 85.63846) (xy 78.190105 85.911423) (xy 78.546308 86.059332) (xy 78.558791 86.059342) (xy 78.299577 86.318105) + (xy 78.151668 86.674308) (xy 78.151332 87.059999) (xy 78.298618 87.41646) (xy 78.571105 87.689423) (xy 78.927308 87.837332) + (xy 79.312999 87.837668) (xy 79.66946 87.690382) (xy 79.942423 87.417895) (xy 80.090332 87.061692) (xy 80.090668 86.676001) + (xy 80.090668 118.670471) (xy 80.076692 118.664668) (xy 79.709668 118.664348) (xy 79.709668 110.171001) (xy 79.582668 109.863636) + (xy 79.582668 102.551001) (xy 79.435382 102.19454) (xy 79.162895 101.921577) (xy 78.947668 101.832206) (xy 78.947668 91.629001) + (xy 78.800382 91.27254) (xy 78.527895 90.999577) (xy 78.171692 90.851668) (xy 77.786001 90.851332) (xy 77.42954 90.998618) + (xy 77.156577 91.271105) (xy 77.008668 91.627308) (xy 77.008332 92.012999) (xy 77.155618 92.36946) (xy 77.428105 92.642423) + (xy 77.784308 92.790332) (xy 78.169999 92.790668) (xy 78.52646 92.643382) (xy 78.799423 92.370895) (xy 78.947332 92.014692) + (xy 78.947668 91.629001) (xy 78.947668 101.832206) (xy 78.806692 101.773668) (xy 78.566668 101.773458) (xy 78.566668 95.312001) + (xy 78.419382 94.95554) (xy 78.146895 94.682577) (xy 77.790692 94.534668) (xy 77.405001 94.534332) (xy 77.04854 94.681618) + (xy 76.979245 94.750792) (xy 76.979245 72.744972) (xy 76.76443 72.22508) (xy 76.367013 71.826968) (xy 75.847496 71.611246) + (xy 75.284972 71.610755) (xy 74.76508 71.82557) (xy 74.366968 72.222987) (xy 74.151246 72.742504) (xy 74.150755 73.305028) + (xy 74.36557 73.82492) (xy 74.762987 74.223032) (xy 75.282504 74.438754) (xy 75.845028 74.439245) (xy 76.36492 74.22443) + (xy 76.763032 73.827013) (xy 76.978754 73.307496) (xy 76.979245 72.744972) (xy 76.979245 94.750792) (xy 76.915668 94.814258) + (xy 76.915668 83.755001) (xy 76.768382 83.39854) (xy 76.495895 83.125577) (xy 76.139692 82.977668) (xy 75.754001 82.977332) + (xy 75.39754 83.124618) (xy 75.124577 83.397105) (xy 74.976668 83.753308) (xy 74.976332 84.138999) (xy 75.123618 84.49546) + (xy 75.396105 84.768423) (xy 75.752308 84.916332) (xy 76.137999 84.916668) (xy 76.49446 84.769382) (xy 76.767423 84.496895) + (xy 76.915332 84.140692) (xy 76.915668 83.755001) (xy 76.915668 94.814258) (xy 76.775577 94.954105) (xy 76.627668 95.310308) + (xy 76.627332 95.695999) (xy 76.672104 95.804357) (xy 76.643001 95.804332) (xy 76.28654 95.951618) (xy 76.013577 96.224105) + (xy 75.865668 96.580308) (xy 75.865332 96.965999) (xy 76.012618 97.32246) (xy 76.285105 97.595423) (xy 76.641308 97.743332) + (xy 77.026999 97.743668) (xy 77.38346 97.596382) (xy 77.656423 97.323895) (xy 77.804332 96.967692) (xy 77.804668 96.582001) + (xy 77.759895 96.473642) (xy 77.788999 96.473668) (xy 78.14546 96.326382) (xy 78.418423 96.053895) (xy 78.566332 95.697692) + (xy 78.566668 95.312001) (xy 78.566668 101.773458) (xy 78.421001 101.773332) (xy 78.06454 101.920618) (xy 77.791577 102.193105) + (xy 77.643668 102.549308) (xy 77.643332 102.934999) (xy 77.790618 103.29146) (xy 78.063105 103.564423) (xy 78.419308 103.712332) + (xy 78.804999 103.712668) (xy 79.16146 103.565382) (xy 79.434423 103.292895) (xy 79.582332 102.936692) (xy 79.582668 102.551001) + (xy 79.582668 109.863636) (xy 79.562382 109.81454) (xy 79.289895 109.541577) (xy 78.933692 109.393668) (xy 78.548001 109.393332) + (xy 78.19154 109.540618) (xy 77.918577 109.813105) (xy 77.770668 110.169308) (xy 77.770332 110.554999) (xy 77.917618 110.91146) + (xy 78.190105 111.184423) (xy 78.546308 111.332332) (xy 78.931999 111.332668) (xy 79.28846 111.185382) (xy 79.561423 110.912895) + (xy 79.709332 110.556692) (xy 79.709668 110.171001) (xy 79.709668 118.664348) (xy 79.691001 118.664332) (xy 79.33454 118.811618) + (xy 79.061577 119.084105) (xy 78.913668 119.440308) (xy 78.913332 119.825999) (xy 79.060618 120.18246) (xy 79.333105 120.455423) + (xy 79.689308 120.603332) (xy 80.074999 120.603668) (xy 80.43146 120.456382) (xy 80.704423 120.183895) (xy 80.852332 119.827692) + (xy 80.852668 119.442001) (xy 80.852668 154.198148) (xy 78.566668 154.169573) (xy 78.566668 127.189001) (xy 78.419382 126.83254) + (xy 78.146895 126.559577) (xy 77.790692 126.411668) (xy 77.405001 126.411332) (xy 77.04854 126.558618) (xy 77.042668 126.564479) + (xy 77.042668 105.472001) (xy 76.895382 105.11554) (xy 76.622895 104.842577) (xy 76.266692 104.694668) (xy 75.881001 104.694332) + (xy 75.52454 104.841618) (xy 75.251577 105.114105) (xy 75.103668 105.470308) (xy 75.103332 105.855999) (xy 75.250618 106.21246) + (xy 75.523105 106.485423) (xy 75.879308 106.633332) (xy 76.264999 106.633668) (xy 76.62146 106.486382) (xy 76.894423 106.213895) + (xy 77.042332 105.857692) (xy 77.042668 105.472001) (xy 77.042668 126.564479) (xy 76.775577 126.831105) (xy 76.627668 127.187308) + (xy 76.627332 127.572999) (xy 76.774618 127.92946) (xy 77.047105 128.202423) (xy 77.403308 128.350332) (xy 77.788999 128.350668) + (xy 78.14546 128.203382) (xy 78.418423 127.930895) (xy 78.566332 127.574692) (xy 78.566668 127.189001) (xy 78.566668 154.169573) + (xy 76.534668 154.144173) (xy 76.534668 119.569001) (xy 76.387382 119.21254) (xy 76.114895 118.939577) (xy 75.758692 118.791668) + (xy 75.373001 118.791332) (xy 75.01654 118.938618) (xy 74.756668 119.198036) (xy 74.756668 93.026001) (xy 74.609382 92.66954) + (xy 74.336895 92.396577) (xy 74.248668 92.359941) (xy 74.248668 88.200001) (xy 74.101382 87.84354) (xy 73.828895 87.570577) + (xy 73.472692 87.422668) (xy 73.087001 87.422332) (xy 73.075018 87.427283) (xy 73.084423 87.417895) (xy 73.232332 87.061692) + (xy 73.232668 86.676001) (xy 73.085382 86.31954) (xy 72.978668 86.212639) (xy 72.978668 81.596001) (xy 72.831382 81.23954) + (xy 72.558895 80.966577) (xy 72.216668 80.824471) (xy 72.216668 77.151001) (xy 72.069382 76.79454) (xy 71.899245 76.624105) + (xy 71.899245 72.744972) (xy 71.68443 72.22508) (xy 71.287013 71.826968) (xy 70.767496 71.611246) (xy 70.204972 71.610755) + (xy 69.68508 71.82557) (xy 69.286968 72.222987) (xy 69.071246 72.742504) (xy 69.070755 73.305028) (xy 69.28557 73.82492) + (xy 69.682987 74.223032) (xy 70.202504 74.438754) (xy 70.765028 74.439245) (xy 71.28492 74.22443) (xy 71.683032 73.827013) + (xy 71.898754 73.307496) (xy 71.899245 72.744972) (xy 71.899245 76.624105) (xy 71.796895 76.521577) (xy 71.440692 76.373668) + (xy 71.055001 76.373332) (xy 70.69854 76.520618) (xy 70.425577 76.793105) (xy 70.277668 77.149308) (xy 70.277332 77.534999) + (xy 70.424618 77.89146) (xy 70.697105 78.164423) (xy 71.053308 78.312332) (xy 71.438999 78.312668) (xy 71.79546 78.165382) + (xy 72.068423 77.892895) (xy 72.216332 77.536692) (xy 72.216668 77.151001) (xy 72.216668 80.824471) (xy 72.202692 80.818668) + (xy 71.817001 80.818332) (xy 71.46054 80.965618) (xy 71.187577 81.238105) (xy 71.039668 81.594308) (xy 71.039332 81.979999) + (xy 71.186618 82.33646) (xy 71.459105 82.609423) (xy 71.815308 82.757332) (xy 72.200999 82.757668) (xy 72.55746 82.610382) + (xy 72.830423 82.337895) (xy 72.978332 81.981692) (xy 72.978668 81.596001) (xy 72.978668 86.212639) (xy 72.812895 86.046577) + (xy 72.456692 85.898668) (xy 72.071001 85.898332) (xy 71.71454 86.045618) (xy 71.441577 86.318105) (xy 71.293668 86.674308) + (xy 71.293332 87.059999) (xy 71.440618 87.41646) (xy 71.713105 87.689423) (xy 72.069308 87.837332) (xy 72.454999 87.837668) + (xy 72.466981 87.832716) (xy 72.457577 87.842105) (xy 72.309668 88.198308) (xy 72.309332 88.583999) (xy 72.456618 88.94046) + (xy 72.729105 89.213423) (xy 73.085308 89.361332) (xy 73.470999 89.361668) (xy 73.82746 89.214382) (xy 74.100423 88.941895) + (xy 74.248332 88.585692) (xy 74.248668 88.200001) (xy 74.248668 92.359941) (xy 73.980692 92.248668) (xy 73.74046 92.248458) + (xy 73.740668 92.010001) (xy 73.593382 91.65354) (xy 73.320895 91.380577) (xy 72.964692 91.232668) (xy 72.579001 91.232332) + (xy 72.22254 91.379618) (xy 71.949577 91.652105) (xy 71.801668 92.008308) (xy 71.801332 92.393999) (xy 71.948618 92.75046) + (xy 72.221105 93.023423) (xy 72.577308 93.171332) (xy 72.817539 93.171541) (xy 72.817332 93.409999) (xy 72.964618 93.76646) + (xy 73.237105 94.039423) (xy 73.593308 94.187332) (xy 73.978999 94.187668) (xy 74.33546 94.040382) (xy 74.608423 93.767895) + (xy 74.756332 93.411692) (xy 74.756668 93.026001) (xy 74.756668 119.198036) (xy 74.743577 119.211105) (xy 74.595668 119.567308) + (xy 74.595332 119.952999) (xy 74.742618 120.30946) (xy 75.015105 120.582423) (xy 75.371308 120.730332) (xy 75.756999 120.730668) + (xy 76.11346 120.583382) (xy 76.386423 120.310895) (xy 76.534332 119.954692) (xy 76.534668 119.569001) (xy 76.534668 154.144173) + (xy 74.062913 154.113276) (xy 74.062913 118.007071) (xy 74.062913 100.227071) (xy 74.058223 100.215067) (xy 74.058223 97.662123) + (xy 73.862702 97.188925) (xy 73.500979 96.826571) (xy 73.028123 96.630224) (xy 72.516123 96.629777) (xy 72.042925 96.825298) + (xy 71.680571 97.187021) (xy 71.484224 97.659877) (xy 71.483777 98.171877) (xy 71.679298 98.645075) (xy 72.041021 99.007429) + (xy 72.479056 99.189317) (xy 72.06418 99.351418) (xy 72.020065 99.380894) (xy 71.953797 99.604442) (xy 72.771 100.421645) + (xy 73.588203 99.604442) (xy 73.521935 99.380894) (xy 73.073631 99.184491) (xy 73.499075 99.008702) (xy 73.861429 98.646979) + (xy 74.057776 98.174123) (xy 74.058223 97.662123) (xy 74.058223 100.215067) (xy 73.876582 99.75018) (xy 73.847106 99.706065) + (xy 73.623558 99.639797) (xy 72.806355 100.457) (xy 73.623558 101.274203) (xy 73.847106 101.207935) (xy 74.052562 100.738967) + (xy 74.062913 100.227071) (xy 74.062913 118.007071) (xy 73.994668 117.832406) (xy 73.994668 103.567001) (xy 73.847382 103.21054) + (xy 73.588203 102.950908) (xy 73.588203 101.309558) (xy 72.771 100.492355) (xy 72.735645 100.52771) (xy 72.735645 100.457) + (xy 71.918442 99.639797) (xy 71.694894 99.706065) (xy 71.489438 100.175033) (xy 71.479087 100.686929) (xy 71.665418 101.16382) + (xy 71.694894 101.207935) (xy 71.918442 101.274203) (xy 72.735645 100.457) (xy 72.735645 100.52771) (xy 71.953797 101.309558) + (xy 72.020065 101.533106) (xy 72.489033 101.738562) (xy 73.000929 101.748913) (xy 73.47782 101.562582) (xy 73.521935 101.533106) + (xy 73.588203 101.309558) (xy 73.588203 102.950908) (xy 73.574895 102.937577) (xy 73.218692 102.789668) (xy 72.833001 102.789332) + (xy 72.47654 102.936618) (xy 72.203577 103.209105) (xy 72.055668 103.565308) (xy 72.055332 103.950999) (xy 72.202618 104.30746) + (xy 72.475105 104.580423) (xy 72.831308 104.728332) (xy 73.216999 104.728668) (xy 73.57346 104.581382) (xy 73.846423 104.308895) + (xy 73.994332 103.952692) (xy 73.994668 103.567001) (xy 73.994668 117.832406) (xy 73.876582 117.53018) (xy 73.847106 117.486065) + (xy 73.623558 117.419797) (xy 73.588203 117.455152) (xy 73.588203 117.384442) (xy 73.521935 117.160894) (xy 73.052967 116.955438) + (xy 72.541071 116.945087) (xy 72.089668 117.121459) (xy 72.089668 111.695001) (xy 71.942382 111.33854) (xy 71.669895 111.065577) + (xy 71.313692 110.917668) (xy 70.928001 110.917332) (xy 70.57154 111.064618) (xy 70.298577 111.337105) (xy 70.150668 111.693308) + (xy 70.150332 112.078999) (xy 70.297618 112.43546) (xy 70.570105 112.708423) (xy 70.926308 112.856332) (xy 71.311999 112.856668) + (xy 71.66846 112.709382) (xy 71.941423 112.436895) (xy 72.089332 112.080692) (xy 72.089668 111.695001) (xy 72.089668 117.121459) + (xy 72.06418 117.131418) (xy 72.020065 117.160894) (xy 71.953797 117.384442) (xy 72.771 118.201645) (xy 73.588203 117.384442) + (xy 73.588203 117.455152) (xy 72.806355 118.237) (xy 73.623558 119.054203) (xy 73.847106 118.987935) (xy 74.052562 118.518967) + (xy 74.062913 118.007071) (xy 74.062913 154.113276) (xy 74.058223 154.113218) (xy 74.058223 123.062123) (xy 73.862702 122.588925) + (xy 73.588203 122.313947) (xy 73.588203 119.089558) (xy 72.771 118.272355) (xy 72.735645 118.30771) (xy 72.735645 118.237) + (xy 71.918442 117.419797) (xy 71.694894 117.486065) (xy 71.489438 117.955033) (xy 71.479087 118.466929) (xy 71.665418 118.94382) + (xy 71.694894 118.987935) (xy 71.918442 119.054203) (xy 72.735645 118.237) (xy 72.735645 118.30771) (xy 71.953797 119.089558) + (xy 72.020065 119.313106) (xy 72.489033 119.518562) (xy 73.000929 119.528913) (xy 73.47782 119.342582) (xy 73.521935 119.313106) + (xy 73.588203 119.089558) (xy 73.588203 122.313947) (xy 73.500979 122.226571) (xy 73.028123 122.030224) (xy 72.516123 122.029777) + (xy 72.042925 122.225298) (xy 71.680571 122.587021) (xy 71.484224 123.059877) (xy 71.483777 123.571877) (xy 71.679298 124.045075) + (xy 72.041021 124.407429) (xy 72.513877 124.603776) (xy 73.025877 124.604223) (xy 73.499075 124.408702) (xy 73.861429 124.046979) + (xy 74.057776 123.574123) (xy 74.058223 123.062123) (xy 74.058223 154.113218) (xy 71.776913 154.084701) (xy 71.776913 135.660071) + (xy 71.776913 132.866071) (xy 71.590582 132.38918) (xy 71.561106 132.345065) (xy 71.337558 132.278797) (xy 71.302203 132.314152) + (xy 71.302203 132.243442) (xy 71.235935 132.019894) (xy 70.766967 131.814438) (xy 70.375421 131.80652) (xy 70.375421 125.375764) + (xy 70.006255 124.482314) (xy 69.323282 123.798147) (xy 68.914668 123.628475) (xy 68.914668 85.279001) (xy 68.767382 84.92254) + (xy 68.494895 84.649577) (xy 68.138692 84.501668) (xy 67.753001 84.501332) (xy 67.39654 84.648618) (xy 67.123577 84.921105) + (xy 66.975668 85.277308) (xy 66.975332 85.662999) (xy 67.122618 86.01946) (xy 67.395105 86.292423) (xy 67.751308 86.440332) + (xy 68.136999 86.440668) (xy 68.49346 86.293382) (xy 68.766423 86.020895) (xy 68.914332 85.664692) (xy 68.914668 85.279001) + (xy 68.914668 123.628475) (xy 68.430478 123.427422) (xy 67.898668 123.426958) (xy 67.898668 106.234001) (xy 67.751382 105.87754) + (xy 67.478895 105.604577) (xy 67.122692 105.456668) (xy 66.737001 105.456332) (xy 66.38054 105.603618) (xy 66.107577 105.876105) + (xy 65.959668 106.232308) (xy 65.959332 106.617999) (xy 66.106618 106.97446) (xy 66.379105 107.247423) (xy 66.735308 107.395332) + (xy 67.120999 107.395668) (xy 67.47746 107.248382) (xy 67.750423 106.975895) (xy 67.898332 106.619692) (xy 67.898668 106.234001) + (xy 67.898668 123.426958) (xy 67.463764 123.426579) (xy 66.570314 123.795745) (xy 65.886147 124.478718) (xy 65.515422 125.371522) + (xy 65.514579 126.338236) (xy 65.883745 127.231686) (xy 66.566718 127.915853) (xy 67.459522 128.286578) (xy 68.426236 128.287421) + (xy 69.319686 127.918255) (xy 70.003853 127.235282) (xy 70.374578 126.342478) (xy 70.375421 125.375764) (xy 70.375421 131.80652) + (xy 70.255071 131.804087) (xy 69.77818 131.990418) (xy 69.734065 132.019894) (xy 69.667797 132.243442) (xy 70.485 133.060645) + (xy 71.302203 132.243442) (xy 71.302203 132.314152) (xy 70.520355 133.096) (xy 71.337558 133.913203) (xy 71.561106 133.846935) + (xy 71.766562 133.377967) (xy 71.776913 132.866071) (xy 71.776913 135.660071) (xy 71.590582 135.18318) (xy 71.561106 135.139065) + (xy 71.337558 135.072797) (xy 71.302203 135.108152) (xy 71.302203 135.037442) (xy 71.302203 133.948558) (xy 70.485 133.131355) + (xy 70.449645 133.16671) (xy 70.449645 133.096) (xy 69.632442 132.278797) (xy 69.408894 132.345065) (xy 69.203438 132.814033) + (xy 69.193087 133.325929) (xy 69.379418 133.80282) (xy 69.408894 133.846935) (xy 69.632442 133.913203) (xy 70.449645 133.096) + (xy 70.449645 133.16671) (xy 69.667797 133.948558) (xy 69.734065 134.172106) (xy 70.203033 134.377562) (xy 70.714929 134.387913) + (xy 71.19182 134.201582) (xy 71.235935 134.172106) (xy 71.302203 133.948558) (xy 71.302203 135.037442) (xy 71.235935 134.813894) + (xy 70.766967 134.608438) (xy 70.255071 134.598087) (xy 69.77818 134.784418) (xy 69.734065 134.813894) (xy 69.667797 135.037442) + (xy 70.485 135.854645) (xy 71.302203 135.037442) (xy 71.302203 135.108152) (xy 70.520355 135.89) (xy 71.337558 136.707203) + (xy 71.561106 136.640935) (xy 71.766562 136.171967) (xy 71.776913 135.660071) (xy 71.776913 154.084701) (xy 71.772223 154.084643) + (xy 71.772223 141.096123) (xy 71.772223 138.429123) (xy 71.576702 137.955925) (xy 71.302203 137.680947) (xy 71.302203 136.742558) + (xy 70.485 135.925355) (xy 70.449645 135.96071) (xy 70.449645 135.89) (xy 69.632442 135.072797) (xy 69.408894 135.139065) + (xy 69.232223 135.542329) (xy 69.232223 134.238123) (xy 69.036702 133.764925) (xy 68.674979 133.402571) (xy 68.202123 133.206224) + (xy 67.690123 133.205777) (xy 67.216925 133.401298) (xy 66.854571 133.763021) (xy 66.658224 134.235877) (xy 66.657777 134.747877) + (xy 66.853298 135.221075) (xy 67.215021 135.583429) (xy 67.687877 135.779776) (xy 68.199877 135.780223) (xy 68.673075 135.584702) + (xy 69.035429 135.222979) (xy 69.231776 134.750123) (xy 69.232223 134.238123) (xy 69.232223 135.542329) (xy 69.203438 135.608033) + (xy 69.193087 136.119929) (xy 69.379418 136.59682) (xy 69.408894 136.640935) (xy 69.632442 136.707203) (xy 70.449645 135.89) + (xy 70.449645 135.96071) (xy 69.667797 136.742558) (xy 69.734065 136.966106) (xy 70.203033 137.171562) (xy 70.714929 137.181913) + (xy 71.19182 136.995582) (xy 71.235935 136.966106) (xy 71.302203 136.742558) (xy 71.302203 137.680947) (xy 71.214979 137.593571) + (xy 70.742123 137.397224) (xy 70.230123 137.396777) (xy 69.756925 137.592298) (xy 69.394571 137.954021) (xy 69.232223 138.344998) + (xy 69.232223 137.032123) (xy 69.036702 136.558925) (xy 68.674979 136.196571) (xy 68.202123 136.000224) (xy 67.690123 135.999777) + (xy 67.216925 136.195298) (xy 66.854571 136.557021) (xy 66.658224 137.029877) (xy 66.657777 137.541877) (xy 66.853298 138.015075) + (xy 67.215021 138.377429) (xy 67.687877 138.573776) (xy 68.199877 138.574223) (xy 68.673075 138.378702) (xy 69.035429 138.016979) + (xy 69.231776 137.544123) (xy 69.232223 137.032123) (xy 69.232223 138.344998) (xy 69.198224 138.426877) (xy 69.197777 138.938877) + (xy 69.393298 139.412075) (xy 69.755021 139.774429) (xy 70.227877 139.970776) (xy 70.739877 139.971223) (xy 71.213075 139.775702) + (xy 71.575429 139.413979) (xy 71.771776 138.941123) (xy 71.772223 138.429123) (xy 71.772223 141.096123) (xy 71.576702 140.622925) + (xy 71.214979 140.260571) (xy 70.742123 140.064224) (xy 70.230123 140.063777) (xy 69.756925 140.259298) (xy 69.394571 140.621021) + (xy 69.236913 141.000703) (xy 69.236913 139.724071) (xy 69.050582 139.24718) (xy 69.021106 139.203065) (xy 68.797558 139.136797) + (xy 68.762203 139.172152) (xy 68.762203 139.101442) (xy 68.695935 138.877894) (xy 68.226967 138.672438) (xy 67.715071 138.662087) + (xy 67.23818 138.848418) (xy 67.194065 138.877894) (xy 67.127797 139.101442) (xy 67.945 139.918645) (xy 68.762203 139.101442) + (xy 68.762203 139.172152) (xy 67.980355 139.954) (xy 68.797558 140.771203) (xy 69.021106 140.704935) (xy 69.226562 140.235967) + (xy 69.236913 139.724071) (xy 69.236913 141.000703) (xy 69.198224 141.093877) (xy 69.197777 141.605877) (xy 69.393298 142.079075) + (xy 69.755021 142.441429) (xy 70.227877 142.637776) (xy 70.739877 142.638223) (xy 71.213075 142.442702) (xy 71.575429 142.080979) + (xy 71.771776 141.608123) (xy 71.772223 141.096123) (xy 71.772223 154.084643) (xy 71.772 154.08464) (xy 71.772 145.011429) + (xy 71.772 144.802571) (xy 71.772 143.278571) (xy 71.692074 143.085611) (xy 71.544389 142.937926) (xy 71.351429 142.858) + (xy 71.142571 142.858) (xy 69.618571 142.858) (xy 69.425611 142.937926) (xy 69.277926 143.085611) (xy 69.236913 143.184625) + (xy 69.236913 142.518071) (xy 69.050582 142.04118) (xy 69.021106 141.997065) (xy 68.797558 141.930797) (xy 68.762203 141.966152) + (xy 68.762203 141.895442) (xy 68.762203 140.806558) (xy 67.945 139.989355) (xy 67.909645 140.02471) (xy 67.909645 139.954) + (xy 67.092442 139.136797) (xy 66.868894 139.203065) (xy 66.663438 139.672033) (xy 66.653087 140.183929) (xy 66.839418 140.66082) + (xy 66.868894 140.704935) (xy 67.092442 140.771203) (xy 67.909645 139.954) (xy 67.909645 140.02471) (xy 67.127797 140.806558) + (xy 67.194065 141.030106) (xy 67.663033 141.235562) (xy 68.174929 141.245913) (xy 68.65182 141.059582) (xy 68.695935 141.030106) + (xy 68.762203 140.806558) (xy 68.762203 141.895442) (xy 68.695935 141.671894) (xy 68.226967 141.466438) (xy 67.715071 141.456087) + (xy 67.23818 141.642418) (xy 67.194065 141.671894) (xy 67.127797 141.895442) (xy 67.945 142.712645) (xy 68.762203 141.895442) + (xy 68.762203 141.966152) (xy 67.980355 142.748) (xy 68.797558 143.565203) (xy 69.021106 143.498935) (xy 69.226562 143.029967) + (xy 69.236913 142.518071) (xy 69.236913 143.184625) (xy 69.198 143.278571) (xy 69.198 143.487429) (xy 69.198 145.011429) + (xy 69.277926 145.204389) (xy 69.425611 145.352074) (xy 69.618571 145.432) (xy 69.827429 145.432) (xy 71.351429 145.432) + (xy 71.544389 145.352074) (xy 71.692074 145.204389) (xy 71.772 145.011429) (xy 71.772 154.08464) (xy 70.375421 154.067183) + (xy 70.375421 150.775764) (xy 70.006255 149.882314) (xy 69.323282 149.198147) (xy 68.762203 148.965166) (xy 68.762203 143.600558) + (xy 67.945 142.783355) (xy 67.909645 142.81871) (xy 67.909645 142.748) (xy 67.092442 141.930797) (xy 66.868894 141.997065) + (xy 66.663438 142.466033) (xy 66.653087 142.977929) (xy 66.839418 143.45482) (xy 66.868894 143.498935) (xy 67.092442 143.565203) + (xy 67.909645 142.748) (xy 67.909645 142.81871) (xy 67.127797 143.600558) (xy 67.194065 143.824106) (xy 67.663033 144.029562) + (xy 68.174929 144.039913) (xy 68.65182 143.853582) (xy 68.695935 143.824106) (xy 68.762203 143.600558) (xy 68.762203 148.965166) + (xy 68.430478 148.827422) (xy 67.463764 148.826579) (xy 66.570314 149.195745) (xy 65.886147 149.878718) (xy 65.515422 150.771522) + (xy 65.514579 151.738236) (xy 65.883745 152.631686) (xy 66.566718 153.315853) (xy 67.459522 153.686578) (xy 68.426236 153.687421) + (xy 69.319686 153.318255) (xy 70.003853 152.635282) (xy 70.374578 151.742478) (xy 70.375421 150.775764) (xy 70.375421 154.067183) + (xy 63.654362 153.98317) (xy 63.654362 118.393517) (xy 63.654362 113.313517) (xy 63.654362 106.963517) (xy 63.654362 101.883517) + (xy 63.654362 95.533517) (xy 63.654362 90.453517) (xy 63.654362 84.103517) (xy 63.654362 79.023517) (xy 63.363096 78.262189) + (xy 63.299725 78.167347) (xy 62.997003 78.008352) (xy 62.961648 78.043707) (xy 62.961648 77.972997) (xy 62.802653 77.670275) + (xy 62.058356 77.33789) (xy 61.243517 77.315638) (xy 60.482189 77.606904) (xy 60.387347 77.670275) (xy 60.228352 77.972997) + (xy 61.595 79.339645) (xy 62.961648 77.972997) (xy 62.961648 78.043707) (xy 61.630355 79.375) (xy 62.997003 80.741648) + (xy 63.299725 80.582653) (xy 63.63211 79.838356) (xy 63.654362 79.023517) (xy 63.654362 84.103517) (xy 63.363096 83.342189) + (xy 63.299725 83.247347) (xy 62.997003 83.088352) (xy 62.961648 83.123707) (xy 62.961648 83.052997) (xy 62.961648 80.777003) + (xy 61.595 79.410355) (xy 61.559645 79.44571) (xy 61.559645 79.375) (xy 60.192997 78.008352) (xy 59.890275 78.167347) + (xy 59.55789 78.911644) (xy 59.535638 79.726483) (xy 59.826904 80.487811) (xy 59.890275 80.582653) (xy 60.192997 80.741648) + (xy 61.559645 79.375) (xy 61.559645 79.44571) (xy 60.228352 80.777003) (xy 60.387347 81.079725) (xy 61.131644 81.41211) + (xy 61.946483 81.434362) (xy 62.707811 81.143096) (xy 62.802653 81.079725) (xy 62.961648 80.777003) (xy 62.961648 83.052997) + (xy 62.802653 82.750275) (xy 62.058356 82.41789) (xy 61.243517 82.395638) (xy 60.482189 82.686904) (xy 60.469245 82.695552) + (xy 60.469245 81.634972) (xy 60.25443 81.11508) (xy 59.857013 80.716968) (xy 59.337496 80.501246) (xy 58.774972 80.500755) + (xy 58.574362 80.583645) (xy 58.574362 79.023517) (xy 58.283096 78.262189) (xy 58.219725 78.167347) (xy 57.917003 78.008352) + (xy 57.881648 78.043707) (xy 56.550355 79.375) (xy 57.917003 80.741648) (xy 58.219725 80.582653) (xy 58.55211 79.838356) + (xy 58.574362 79.023517) (xy 58.574362 80.583645) (xy 58.25508 80.71557) (xy 57.881648 81.08835) (xy 57.856968 81.112987) + (xy 57.641246 81.632504) (xy 57.640755 82.195028) (xy 57.85557 82.71492) (xy 58.252987 83.113032) (xy 58.772504 83.328754) + (xy 59.335028 83.329245) (xy 59.85492 83.11443) (xy 60.253032 82.717013) (xy 60.468754 82.197496) (xy 60.469245 81.634972) + (xy 60.469245 82.695552) (xy 60.387347 82.750275) (xy 60.228352 83.052997) (xy 61.595 84.419645) (xy 62.961648 83.052997) + (xy 62.961648 83.123707) (xy 61.630355 84.455) (xy 62.997003 85.821648) (xy 63.299725 85.662653) (xy 63.63211 84.918356) + (xy 63.654362 84.103517) (xy 63.654362 90.453517) (xy 63.363096 89.692189) (xy 63.299725 89.597347) (xy 62.997003 89.438352) + (xy 62.961648 89.473707) (xy 62.961648 89.402997) (xy 62.961648 85.857003) (xy 61.595 84.490355) (xy 61.559645 84.52571) + (xy 61.559645 84.455) (xy 60.192997 83.088352) (xy 59.890275 83.247347) (xy 59.55789 83.991644) (xy 59.535638 84.806483) + (xy 59.826904 85.567811) (xy 59.890275 85.662653) (xy 60.192997 85.821648) (xy 61.559645 84.455) (xy 61.559645 84.52571) + (xy 60.228352 85.857003) (xy 60.387347 86.159725) (xy 61.131644 86.49211) (xy 61.946483 86.514362) (xy 62.707811 86.223096) + (xy 62.802653 86.159725) (xy 62.961648 85.857003) (xy 62.961648 89.402997) (xy 62.802653 89.100275) (xy 62.058356 88.76789) + (xy 61.243517 88.745638) (xy 60.482189 89.036904) (xy 60.387347 89.100275) (xy 60.228352 89.402997) (xy 61.595 90.769645) + (xy 62.961648 89.402997) (xy 62.961648 89.473707) (xy 61.630355 90.805) (xy 62.997003 92.171648) (xy 63.299725 92.012653) + (xy 63.63211 91.268356) (xy 63.654362 90.453517) (xy 63.654362 95.533517) (xy 63.363096 94.772189) (xy 63.299725 94.677347) + (xy 62.997003 94.518352) (xy 62.961648 94.553707) (xy 62.961648 94.482997) (xy 62.961648 92.207003) (xy 61.595 90.840355) + (xy 61.559645 90.87571) (xy 61.559645 90.805) (xy 60.192997 89.438352) (xy 59.890275 89.597347) (xy 59.55789 90.341644) + (xy 59.535638 91.156483) (xy 59.826904 91.917811) (xy 59.890275 92.012653) (xy 60.192997 92.171648) (xy 61.559645 90.805) + (xy 61.559645 90.87571) (xy 60.228352 92.207003) (xy 60.387347 92.509725) (xy 61.131644 92.84211) (xy 61.946483 92.864362) + (xy 62.707811 92.573096) (xy 62.802653 92.509725) (xy 62.961648 92.207003) (xy 62.961648 94.482997) (xy 62.802653 94.180275) + (xy 62.058356 93.84789) (xy 61.243517 93.825638) (xy 60.482189 94.116904) (xy 60.469245 94.125552) (xy 60.469245 93.064972) + (xy 60.25443 92.54508) (xy 59.857013 92.146968) (xy 59.337496 91.931246) (xy 58.774972 91.930755) (xy 58.574362 92.013645) + (xy 58.574362 90.453517) (xy 58.574362 84.103517) (xy 58.283096 83.342189) (xy 58.219725 83.247347) (xy 57.917003 83.088352) + (xy 57.881648 83.123707) (xy 56.550355 84.455) (xy 57.917003 85.821648) (xy 58.219725 85.662653) (xy 58.55211 84.918356) + (xy 58.574362 84.103517) (xy 58.574362 90.453517) (xy 58.283096 89.692189) (xy 58.219725 89.597347) (xy 57.917003 89.438352) + (xy 57.881648 89.473707) (xy 56.550355 90.805) (xy 57.917003 92.171648) (xy 58.219725 92.012653) (xy 58.55211 91.268356) + (xy 58.574362 90.453517) (xy 58.574362 92.013645) (xy 58.25508 92.14557) (xy 57.881648 92.51835) (xy 57.856968 92.542987) + (xy 57.641246 93.062504) (xy 57.640755 93.625028) (xy 57.85557 94.14492) (xy 58.252987 94.543032) (xy 58.772504 94.758754) + (xy 59.335028 94.759245) (xy 59.85492 94.54443) (xy 60.253032 94.147013) (xy 60.468754 93.627496) (xy 60.469245 93.064972) + (xy 60.469245 94.125552) (xy 60.387347 94.180275) (xy 60.228352 94.482997) (xy 61.595 95.849645) (xy 62.961648 94.482997) + (xy 62.961648 94.553707) (xy 61.630355 95.885) (xy 62.997003 97.251648) (xy 63.299725 97.092653) (xy 63.63211 96.348356) + (xy 63.654362 95.533517) (xy 63.654362 101.883517) (xy 63.363096 101.122189) (xy 63.299725 101.027347) (xy 62.997003 100.868352) + (xy 62.961648 100.903707) (xy 62.961648 100.832997) (xy 62.961648 97.287003) (xy 61.595 95.920355) (xy 61.559645 95.95571) + (xy 61.559645 95.885) (xy 60.192997 94.518352) (xy 59.890275 94.677347) (xy 59.55789 95.421644) (xy 59.535638 96.236483) + (xy 59.826904 96.997811) (xy 59.890275 97.092653) (xy 60.192997 97.251648) (xy 61.559645 95.885) (xy 61.559645 95.95571) + (xy 60.228352 97.287003) (xy 60.387347 97.589725) (xy 61.131644 97.92211) (xy 61.946483 97.944362) (xy 62.707811 97.653096) + (xy 62.802653 97.589725) (xy 62.961648 97.287003) (xy 62.961648 100.832997) (xy 62.802653 100.530275) (xy 62.058356 100.19789) + (xy 61.243517 100.175638) (xy 60.482189 100.466904) (xy 60.387347 100.530275) (xy 60.228352 100.832997) (xy 61.595 102.199645) + (xy 62.961648 100.832997) (xy 62.961648 100.903707) (xy 61.630355 102.235) (xy 62.997003 103.601648) (xy 63.299725 103.442653) + (xy 63.63211 102.698356) (xy 63.654362 101.883517) (xy 63.654362 106.963517) (xy 63.363096 106.202189) (xy 63.299725 106.107347) + (xy 62.997003 105.948352) (xy 62.961648 105.983707) (xy 62.961648 105.912997) (xy 62.961648 103.637003) (xy 61.595 102.270355) + (xy 61.559645 102.30571) (xy 61.559645 102.235) (xy 60.192997 100.868352) (xy 59.890275 101.027347) (xy 59.55789 101.771644) + (xy 59.535638 102.586483) (xy 59.826904 103.347811) (xy 59.890275 103.442653) (xy 60.192997 103.601648) (xy 61.559645 102.235) + (xy 61.559645 102.30571) (xy 60.228352 103.637003) (xy 60.387347 103.939725) (xy 61.131644 104.27211) (xy 61.946483 104.294362) + (xy 62.707811 104.003096) (xy 62.802653 103.939725) (xy 62.961648 103.637003) (xy 62.961648 105.912997) (xy 62.802653 105.610275) + (xy 62.058356 105.27789) (xy 61.243517 105.255638) (xy 60.482189 105.546904) (xy 60.469245 105.555552) (xy 60.469245 104.494972) + (xy 60.25443 103.97508) (xy 59.857013 103.576968) (xy 59.337496 103.361246) (xy 58.774972 103.360755) (xy 58.574362 103.443645) + (xy 58.574362 101.883517) (xy 58.574362 95.533517) (xy 58.283096 94.772189) (xy 58.219725 94.677347) (xy 57.917003 94.518352) + (xy 57.881648 94.553707) (xy 56.550355 95.885) (xy 57.917003 97.251648) (xy 58.219725 97.092653) (xy 58.55211 96.348356) + (xy 58.574362 95.533517) (xy 58.574362 101.883517) (xy 58.283096 101.122189) (xy 58.219725 101.027347) (xy 57.917003 100.868352) + (xy 57.881648 100.903707) (xy 56.550355 102.235) (xy 57.917003 103.601648) (xy 58.219725 103.442653) (xy 58.55211 102.698356) + (xy 58.574362 101.883517) (xy 58.574362 103.443645) (xy 58.25508 103.57557) (xy 57.881648 103.94835) (xy 57.856968 103.972987) + (xy 57.641246 104.492504) (xy 57.640755 105.055028) (xy 57.85557 105.57492) (xy 58.252987 105.973032) (xy 58.772504 106.188754) + (xy 59.335028 106.189245) (xy 59.85492 105.97443) (xy 60.253032 105.577013) (xy 60.468754 105.057496) (xy 60.469245 104.494972) + (xy 60.469245 105.555552) (xy 60.387347 105.610275) (xy 60.228352 105.912997) (xy 61.595 107.279645) (xy 62.961648 105.912997) + (xy 62.961648 105.983707) (xy 61.630355 107.315) (xy 62.997003 108.681648) (xy 63.299725 108.522653) (xy 63.63211 107.778356) + (xy 63.654362 106.963517) (xy 63.654362 113.313517) (xy 63.363096 112.552189) (xy 63.299725 112.457347) (xy 62.997003 112.298352) + (xy 62.961648 112.333707) (xy 62.961648 112.262997) (xy 62.961648 108.717003) (xy 61.595 107.350355) (xy 61.559645 107.38571) + (xy 61.559645 107.315) (xy 60.192997 105.948352) (xy 59.890275 106.107347) (xy 59.55789 106.851644) (xy 59.535638 107.666483) + (xy 59.826904 108.427811) (xy 59.890275 108.522653) (xy 60.192997 108.681648) (xy 61.559645 107.315) (xy 61.559645 107.38571) + (xy 60.228352 108.717003) (xy 60.387347 109.019725) (xy 61.131644 109.35211) (xy 61.946483 109.374362) (xy 62.707811 109.083096) + (xy 62.802653 109.019725) (xy 62.961648 108.717003) (xy 62.961648 112.262997) (xy 62.802653 111.960275) (xy 62.058356 111.62789) + (xy 61.243517 111.605638) (xy 60.482189 111.896904) (xy 60.387347 111.960275) (xy 60.228352 112.262997) (xy 61.595 113.629645) + (xy 62.961648 112.262997) (xy 62.961648 112.333707) (xy 61.630355 113.665) (xy 62.997003 115.031648) (xy 63.299725 114.872653) + (xy 63.63211 114.128356) (xy 63.654362 113.313517) (xy 63.654362 118.393517) (xy 63.363096 117.632189) (xy 63.299725 117.537347) + (xy 62.997003 117.378352) (xy 62.961648 117.413707) (xy 62.961648 117.342997) (xy 62.961648 115.067003) (xy 61.595 113.700355) + (xy 61.559645 113.73571) (xy 61.559645 113.665) (xy 60.192997 112.298352) (xy 59.890275 112.457347) (xy 59.55789 113.201644) + (xy 59.535638 114.016483) (xy 59.826904 114.777811) (xy 59.890275 114.872653) (xy 60.192997 115.031648) (xy 61.559645 113.665) + (xy 61.559645 113.73571) (xy 60.228352 115.067003) (xy 60.387347 115.369725) (xy 61.131644 115.70211) (xy 61.946483 115.724362) + (xy 62.707811 115.433096) (xy 62.802653 115.369725) (xy 62.961648 115.067003) (xy 62.961648 117.342997) (xy 62.802653 117.040275) + (xy 62.058356 116.70789) (xy 61.243517 116.685638) (xy 60.482189 116.976904) (xy 60.469245 116.985552) (xy 60.469245 115.924972) + (xy 60.25443 115.40508) (xy 59.857013 115.006968) (xy 59.337496 114.791246) (xy 58.774972 114.790755) (xy 58.574362 114.873645) + (xy 58.574362 113.313517) (xy 58.574362 106.963517) (xy 58.283096 106.202189) (xy 58.219725 106.107347) (xy 57.917003 105.948352) + (xy 57.881648 105.983707) (xy 56.550355 107.315) (xy 57.917003 108.681648) (xy 58.219725 108.522653) (xy 58.55211 107.778356) + (xy 58.574362 106.963517) (xy 58.574362 113.313517) (xy 58.283096 112.552189) (xy 58.219725 112.457347) (xy 57.917003 112.298352) + (xy 57.881648 112.333707) (xy 56.550355 113.665) (xy 57.917003 115.031648) (xy 58.219725 114.872653) (xy 58.55211 114.128356) + (xy 58.574362 113.313517) (xy 58.574362 114.873645) (xy 58.25508 115.00557) (xy 57.881648 115.37835) (xy 57.856968 115.402987) + (xy 57.641246 115.922504) (xy 57.640755 116.485028) (xy 57.85557 117.00492) (xy 58.252987 117.403032) (xy 58.772504 117.618754) + (xy 59.335028 117.619245) (xy 59.85492 117.40443) (xy 60.253032 117.007013) (xy 60.468754 116.487496) (xy 60.469245 115.924972) + (xy 60.469245 116.985552) (xy 60.387347 117.040275) (xy 60.228352 117.342997) (xy 61.595 118.709645) (xy 62.961648 117.342997) + (xy 62.961648 117.413707) (xy 61.630355 118.745) (xy 62.997003 120.111648) (xy 63.299725 119.952653) (xy 63.63211 119.208356) + (xy 63.654362 118.393517) (xy 63.654362 153.98317) (xy 62.961648 153.974511) (xy 62.961648 120.147003) (xy 61.595 118.780355) + (xy 61.559645 118.81571) (xy 61.559645 118.745) (xy 60.192997 117.378352) (xy 59.890275 117.537347) (xy 59.55789 118.281644) + (xy 59.535638 119.096483) (xy 59.826904 119.857811) (xy 59.890275 119.952653) (xy 60.192997 120.111648) (xy 61.559645 118.745) + (xy 61.559645 118.81571) (xy 60.228352 120.147003) (xy 60.387347 120.449725) (xy 61.131644 120.78211) (xy 61.946483 120.804362) + (xy 62.707811 120.513096) (xy 62.802653 120.449725) (xy 62.961648 120.147003) (xy 62.961648 153.974511) (xy 58.574362 153.91967) + (xy 58.574362 118.393517) (xy 58.283096 117.632189) (xy 58.219725 117.537347) (xy 57.917003 117.378352) (xy 57.881648 117.413707) + (xy 56.550355 118.745) (xy 57.917003 120.111648) (xy 58.219725 119.952653) (xy 58.55211 119.208356) (xy 58.574362 118.393517) + (xy 58.574362 153.91967) (xy 57.881648 153.911011) (xy 55.125 153.876553) (xy 55.125 120.170358) (xy 55.148353 120.147004) + (xy 55.307347 120.449725) (xy 56.051644 120.78211) (xy 56.866483 120.804362) (xy 57.627811 120.513096) (xy 57.722653 120.449725) + (xy 57.881648 120.147003) (xy 56.515 118.780355) (xy 56.500857 118.794497) (xy 56.465502 118.759142) (xy 56.479645 118.745) + (xy 56.465502 118.730857) (xy 56.500857 118.695502) (xy 56.515 118.709645) (xy 57.881648 117.342997) (xy 57.722653 117.040275) + (xy 56.978356 116.70789) (xy 56.163517 116.685638) (xy 55.402189 116.976904) (xy 55.307347 117.040275) (xy 55.148353 117.342995) + (xy 55.125 117.319642) (xy 55.125 115.090358) (xy 55.148353 115.067004) (xy 55.307347 115.369725) (xy 56.051644 115.70211) + (xy 56.866483 115.724362) (xy 57.627811 115.433096) (xy 57.722653 115.369725) (xy 57.881648 115.067003) (xy 56.515 113.700355) + (xy 56.500857 113.714497) (xy 56.465502 113.679142) (xy 56.479645 113.665) (xy 56.465502 113.650857) (xy 56.500857 113.615502) + (xy 56.515 113.629645) (xy 57.881648 112.262997) (xy 57.722653 111.960275) (xy 56.978356 111.62789) (xy 56.163517 111.605638) + (xy 55.402189 111.896904) (xy 55.307347 111.960275) (xy 55.148353 112.262995) (xy 55.125 112.239642) (xy 55.125 108.740358) + (xy 55.148353 108.717004) (xy 55.307347 109.019725) (xy 56.051644 109.35211) (xy 56.866483 109.374362) (xy 57.627811 109.083096) + (xy 57.722653 109.019725) (xy 57.881648 108.717003) (xy 56.515 107.350355) (xy 56.500857 107.364497) (xy 56.465502 107.329142) + (xy 56.479645 107.315) (xy 56.465502 107.300857) (xy 56.500857 107.265502) (xy 56.515 107.279645) (xy 57.881648 105.912997) + (xy 57.722653 105.610275) (xy 56.978356 105.27789) (xy 56.163517 105.255638) (xy 55.402189 105.546904) (xy 55.307347 105.610275) + (xy 55.148353 105.912995) (xy 55.125 105.889642) (xy 55.125 103.660358) (xy 55.148353 103.637004) (xy 55.307347 103.939725) + (xy 56.051644 104.27211) (xy 56.866483 104.294362) (xy 57.627811 104.003096) (xy 57.722653 103.939725) (xy 57.881648 103.637003) + (xy 56.515 102.270355) (xy 56.500857 102.284497) (xy 56.465502 102.249142) (xy 56.479645 102.235) (xy 56.465502 102.220857) + (xy 56.500857 102.185502) (xy 56.515 102.199645) (xy 57.881648 100.832997) (xy 57.722653 100.530275) (xy 56.978356 100.19789) + (xy 56.163517 100.175638) (xy 55.402189 100.466904) (xy 55.307347 100.530275) (xy 55.148353 100.832995) (xy 55.125 100.809642) + (xy 55.125 97.310358) (xy 55.148353 97.287004) (xy 55.307347 97.589725) (xy 56.051644 97.92211) (xy 56.866483 97.944362) + (xy 57.627811 97.653096) (xy 57.722653 97.589725) (xy 57.881648 97.287003) (xy 56.515 95.920355) (xy 56.500857 95.934497) + (xy 56.465502 95.899142) (xy 56.479645 95.885) (xy 56.465502 95.870857) (xy 56.500857 95.835502) (xy 56.515 95.849645) + (xy 57.881648 94.482997) (xy 57.722653 94.180275) (xy 56.978356 93.84789) (xy 56.163517 93.825638) (xy 55.402189 94.116904) + (xy 55.307347 94.180275) (xy 55.148353 94.482995) (xy 55.125 94.459642) (xy 55.125 92.230358) (xy 55.148353 92.207004) + (xy 55.307347 92.509725) (xy 56.051644 92.84211) (xy 56.866483 92.864362) (xy 57.627811 92.573096) (xy 57.722653 92.509725) + (xy 57.881648 92.207003) (xy 56.515 90.840355) (xy 56.500857 90.854497) (xy 56.465502 90.819142) (xy 56.479645 90.805) + (xy 56.465502 90.790857) (xy 56.500857 90.755502) (xy 56.515 90.769645) (xy 57.881648 89.402997) (xy 57.722653 89.100275) + (xy 56.978356 88.76789) (xy 56.163517 88.745638) (xy 55.402189 89.036904) (xy 55.307347 89.100275) (xy 55.148353 89.402995) + (xy 55.125 89.379642) (xy 55.125 85.880358) (xy 55.148353 85.857004) (xy 55.307347 86.159725) (xy 56.051644 86.49211) + (xy 56.866483 86.514362) (xy 57.627811 86.223096) (xy 57.722653 86.159725) (xy 57.881648 85.857003) (xy 56.515 84.490355) + (xy 56.500857 84.504497) (xy 56.465502 84.469142) (xy 56.479645 84.455) (xy 56.465502 84.440857) (xy 56.500857 84.405502) + (xy 56.515 84.419645) (xy 57.881648 83.052997) (xy 57.722653 82.750275) (xy 56.978356 82.41789) (xy 56.163517 82.395638) + (xy 55.402189 82.686904) (xy 55.307347 82.750275) (xy 55.148353 83.052995) (xy 55.125 83.029642) (xy 55.125 80.800358) + (xy 55.148353 80.777004) (xy 55.307347 81.079725) (xy 56.051644 81.41211) (xy 56.866483 81.434362) (xy 57.627811 81.143096) + (xy 57.722653 81.079725) (xy 57.881648 80.777003) (xy 56.515 79.410355) (xy 56.500857 79.424497) (xy 56.465502 79.389142) + (xy 56.479645 79.375) (xy 56.465502 79.360857) (xy 56.500857 79.325502) (xy 56.515 79.339645) (xy 57.881648 77.972997) + (xy 57.722653 77.670275) (xy 56.978356 77.33789) (xy 56.163517 77.315638) (xy 55.402189 77.606904) (xy 55.307347 77.670275) + (xy 55.148353 77.972995) (xy 55.125 77.949642) (xy 55.125 58.124799) (xy 79.92595 58.084797) (xy 79.925047 58.1318) + (xy 80.102632 58.584986) (xy 80.129284 58.624872) (xy 80.346234 58.683411) (xy 80.946493 58.083151) (xy 81.017317 58.083037) + (xy 80.381589 58.718766) (xy 80.440128 58.935716) (xy 80.886151 59.130595) (xy 81.3728 59.139953) (xy 81.825986 58.962368) + (xy 81.865872 58.935716) (xy 81.924411 58.718766) (xy 81.288245 58.0826) (xy 81.358841 58.082486) (xy 81.959766 58.683411) + (xy 82.176716 58.624872) (xy 82.371595 58.178849) (xy 82.373479 58.080849) (xy 82.466029 58.0807) (xy 82.465047 58.1318) + (xy 82.642632 58.584986) (xy 82.669284 58.624872) (xy 82.886234 58.683411) (xy 83.490596 58.079048) (xy 83.561421 58.078933) + (xy 82.921589 58.718766) (xy 82.980128 58.935716) (xy 83.426151 59.130595) (xy 83.9128 59.139953) (xy 84.365986 58.962368) + (xy 84.405872 58.935716) (xy 84.464411 58.718766) (xy 83.824155 58.07851) (xy 83.894751 58.078396) (xy 84.499766 58.683411) + (xy 84.716716 58.624872) (xy 84.911595 58.178849) (xy 84.913558 58.076752) (xy 89.047331 58.070085) (xy 88.914694 58.12489) + (xy 88.605974 58.433072) (xy 88.43869 58.835936) (xy 88.43831 59.272151) (xy 88.60489 59.675306) (xy 88.913072 59.984026) + (xy 89.315936 60.15131) (xy 89.752151 60.15169) (xy 90.155306 59.98511) (xy 90.464026 59.676928) (xy 90.63131 59.274064) + (xy 90.63169 58.837849) (xy 90.46511 58.434694) (xy 90.156928 58.125974) (xy 90.018561 58.068519) (xy 98.490126 58.054855) + (xy 98.471668 58.099308) (xy 98.471332 58.484999) (xy 98.618618 58.84146) (xy 98.891105 59.114423) (xy 99.247308 59.262332) + (xy 99.632999 59.262668) (xy 99.98946 59.115382) (xy 100.10372 59.00132) (xy 100.142618 59.09546) (xy 100.415105 59.368423) + (xy 100.771308 59.516332) (xy 101.156999 59.516668) (xy 101.51346 59.369382) (xy 101.786423 59.096895) (xy 101.934332 58.740692) + (xy 101.934668 58.355001) (xy 101.808439 58.049503) (xy 104.627352 58.044956) (xy 104.48054 58.105618) (xy 104.207577 58.378105) + (xy 104.059668 58.734308) (xy 104.059332 59.119999) (xy 104.206618 59.47646) (xy 104.479105 59.749423) (xy 104.835308 59.897332) + (xy 105.220999 59.897668) (xy 105.57746 59.750382) (xy 105.727522 59.600581) (xy 105.876105 59.749423) (xy 106.232308 59.897332) + (xy 106.617999 59.897668) (xy 106.97446 59.750382) (xy 107.247423 59.477895) (xy 107.395332 59.121692) (xy 107.395668 58.736001) + (xy 107.261628 58.4116) (xy 119.775098 58.4116) (xy 119.59354 58.486618) (xy 119.320577 58.759105) (xy 119.172668 59.115308) + (xy 119.172332 59.500999) (xy 119.319618 59.85746) (xy 119.592105 60.130423) (xy 119.948308 60.278332) (xy 120.333999 60.278668) + (xy 120.69046 60.131382) (xy 120.963423 59.858895) (xy 121.111332 59.502692) (xy 121.111668 59.117001) (xy 120.964382 58.76054) + (xy 120.691895 58.487577) (xy 120.508922 58.4116) (xy 157.347454 58.4116) (xy 158.306927 59.371073) (xy 158.51021 59.506903) + (xy 158.510211 59.506903) (xy 158.75 59.5546) (xy 160.649454 59.5546) (xy 161.5524 60.457546) (xy 161.5524 61.595) + (xy 161.600097 61.83479) (xy 161.735927 62.038073) (xy 162.0604 62.362546) (xy 162.0604 65.278) (xy 162.108097 65.51779) + (xy 162.243927 65.721073) (xy 162.878927 66.356073) (xy 163.08221 66.491903) (xy 163.082211 66.491903) (xy 163.322 66.5396) + (xy 166.243 66.5396) (xy 166.482789 66.491903) (xy 166.48279 66.491903) (xy 166.686073 66.356073) (xy 169.226073 63.816073) + (xy 169.361902 63.61279) (xy 169.361903 63.612789) (xy 169.4096 63.373) (xy 169.4096 59.1736) (xy 293.618454 59.1736) + (xy 294.958927 60.514073) (xy 295.16221 60.649902) (xy 295.162211 60.649903) (xy 295.402 60.6976) (xy 302.26 60.6976) + (xy 302.499789 60.649903) (xy 302.49979 60.649903) (xy 302.703073 60.514073) (xy 304.424545 58.7926) (xy 306.018198 58.7926) + (xy 305.989668 58.861308) (xy 305.989332 59.246999) (xy 306.136618 59.60346) (xy 306.409105 59.876423) (xy 306.765308 60.024332) + (xy 307.150999 60.024668) (xy 307.338709 59.947107) (xy 307.406618 60.11146) (xy 307.679105 60.384423) (xy 308.035308 60.532332) + (xy 308.420999 60.532668) (xy 308.77746 60.385382) (xy 309.050423 60.112895) (xy 309.128563 59.924712) (xy 309.182927 60.006073) + (xy 309.436927 60.260073) (xy 309.64021 60.395902) (xy 309.640211 60.395903) (xy 309.859713 60.439564) (xy 309.804405 60.566151) + (xy 309.797539 60.923204) (xy 309.692692 60.879668) (xy 309.307001 60.879332) (xy 308.95054 61.026618) (xy 308.677577 61.299105) + (xy 308.529668 61.655308) (xy 308.529332 62.040999) (xy 308.676618 62.39746) (xy 308.949105 62.670423) (xy 309.305308 62.818332) + (xy 309.690999 62.818668) (xy 310.04746 62.671382) (xy 310.320423 62.398895) (xy 310.468332 62.042692) (xy 310.468433 61.925883) + (xy 310.756151 62.051595) (xy 311.2428 62.060953) (xy 311.57765 61.929738) (xy 311.577426 62.186427) (xy 311.214927 62.548927) + (xy 311.079097 62.75221) (xy 311.0314 62.992) (xy 311.0314 64.042467) (xy 310.810895 63.821577) (xy 310.454692 63.673668) + (xy 310.069001 63.673332) (xy 309.71254 63.820618) (xy 309.439577 64.093105) (xy 309.291668 64.449308) (xy 309.291332 64.834999) + (xy 309.438618 65.19146) (xy 309.711105 65.464423) (xy 310.067308 65.612332) (xy 310.452999 65.612668) (xy 310.80946 65.465382) + (xy 311.0314 65.243829) (xy 311.0314 67.991617) (xy 310.704001 67.991332) (xy 310.34754 68.138618) (xy 310.074577 68.411105) + (xy 309.926668 68.767308) (xy 309.926332 69.152999) (xy 310.060371 69.4774) (xy 308.973378 69.4774) (xy 308.817668 69.321417) + (xy 308.817668 63.562001) (xy 308.670382 63.20554) (xy 308.397895 62.932577) (xy 308.041692 62.784668) (xy 307.656001 62.784332) + (xy 307.29954 62.931618) (xy 307.026577 63.204105) (xy 306.878668 63.560308) (xy 306.878332 63.945999) (xy 307.025618 64.30246) + (xy 307.298105 64.575423) (xy 307.654308 64.723332) (xy 308.039999 64.723668) (xy 308.39646 64.576382) (xy 308.669423 64.303895) + (xy 308.817332 63.947692) (xy 308.817668 63.562001) (xy 308.817668 69.321417) (xy 308.778895 69.282577) (xy 308.422692 69.134668) + (xy 308.037001 69.134332) (xy 307.68054 69.281618) (xy 307.407577 69.554105) (xy 307.259668 69.910308) (xy 307.259407 70.20925) + (xy 307.060988 70.291234) (xy 307.019382 70.19054) (xy 306.746895 69.917577) (xy 306.390692 69.769668) (xy 306.005001 69.769332) + (xy 305.992261 69.774595) (xy 306.256423 69.510895) (xy 306.404332 69.154692) (xy 306.404668 68.769001) (xy 306.257382 68.41254) + (xy 305.984895 68.139577) (xy 305.896668 68.102941) (xy 305.896668 64.705001) (xy 305.749382 64.34854) (xy 305.476895 64.075577) + (xy 305.464386 64.070382) (xy 305.515332 63.947692) (xy 305.515668 63.562001) (xy 305.368382 63.20554) (xy 305.095895 62.932577) + (xy 304.739692 62.784668) (xy 304.354001 62.784332) (xy 304.322676 62.797274) (xy 304.372332 62.677692) (xy 304.372668 62.292001) + (xy 304.225382 61.93554) (xy 303.952895 61.662577) (xy 303.596692 61.514668) (xy 303.211001 61.514332) (xy 302.85454 61.661618) + (xy 302.581577 61.934105) (xy 302.433668 62.290308) (xy 302.433569 62.40365) (xy 302.068001 62.403332) (xy 301.943947 62.454589) + (xy 301.939382 62.44354) (xy 301.666895 62.170577) (xy 301.310692 62.022668) (xy 300.925001 62.022332) (xy 300.56854 62.169618) + (xy 300.435659 62.302267) (xy 300.435668 62.292001) (xy 300.288382 61.93554) (xy 300.015895 61.662577) (xy 299.659692 61.514668) + (xy 299.274001 61.514332) (xy 298.91754 61.661618) (xy 298.644577 61.934105) (xy 298.496668 62.290308) (xy 298.496332 62.675999) + (xy 298.643618 63.03246) (xy 298.916105 63.305423) (xy 299.272308 63.453332) (xy 299.657999 63.453668) (xy 300.01446 63.306382) + (xy 300.14734 63.173732) (xy 300.147332 63.183999) (xy 300.294618 63.54046) (xy 300.567105 63.813423) (xy 300.923308 63.961332) + (xy 301.308999 63.961668) (xy 301.433052 63.91041) (xy 301.437618 63.92146) (xy 301.710105 64.194423) (xy 302.066308 64.342332) + (xy 302.451999 64.342668) (xy 302.80846 64.195382) (xy 303.081423 63.922895) (xy 303.229332 63.566692) (xy 303.22943 63.453349) + (xy 303.594999 63.453668) (xy 303.626323 63.440725) (xy 303.576668 63.560308) (xy 303.576332 63.945999) (xy 303.723618 64.30246) + (xy 303.996105 64.575423) (xy 304.008613 64.580617) (xy 303.957668 64.703308) (xy 303.957332 65.088999) (xy 304.104618 65.44546) + (xy 304.377105 65.718423) (xy 304.733308 65.866332) (xy 305.118999 65.866668) (xy 305.47546 65.719382) (xy 305.748423 65.446895) + (xy 305.896332 65.090692) (xy 305.896668 64.705001) (xy 305.896668 68.102941) (xy 305.628692 67.991668) (xy 305.243001 67.991332) + (xy 304.88654 68.138618) (xy 304.613577 68.411105) (xy 304.465668 68.767308) (xy 304.465332 69.152999) (xy 304.612618 69.50946) + (xy 304.885105 69.782423) (xy 305.241308 69.930332) (xy 305.626999 69.930668) (xy 305.639738 69.925404) (xy 305.375577 70.189105) + (xy 305.227668 70.545308) (xy 305.227332 70.930999) (xy 305.374618 71.28746) (xy 305.647105 71.560423) (xy 306.003308 71.708332) + (xy 306.388999 71.708668) (xy 306.730011 71.567765) (xy 306.771618 71.66846) (xy 306.858029 71.755022) (xy 306.645577 71.967105) + (xy 306.497668 72.323308) (xy 306.497332 72.708999) (xy 306.644618 73.06546) (xy 306.885522 73.306785) (xy 306.79154 73.345618) + (xy 306.518577 73.618105) (xy 306.376428 73.960434) (xy 306.259001 73.960332) (xy 305.90254 74.107618) (xy 305.629577 74.380105) + (xy 305.624382 74.392613) (xy 305.501692 74.341668) (xy 305.116001 74.341332) (xy 304.75954 74.488618) (xy 304.486577 74.761105) + (xy 304.338668 75.117308) (xy 304.338332 75.502999) (xy 304.435689 75.738624) (xy 304.100001 75.738332) (xy 303.74354 75.885618) + (xy 303.470577 76.158105) (xy 303.322668 76.514308) (xy 303.322641 76.545077) (xy 303.215692 76.500668) (xy 303.10246 76.500569) + (xy 303.102668 76.262001) (xy 302.955382 75.90554) (xy 302.682895 75.632577) (xy 302.326692 75.484668) (xy 301.941001 75.484332) + (xy 301.58454 75.631618) (xy 301.324668 75.891036) (xy 301.324668 72.198001) (xy 301.324668 68.769001) (xy 301.177382 68.41254) + (xy 300.904895 68.139577) (xy 300.548692 67.991668) (xy 300.163001 67.991332) (xy 299.80654 68.138618) (xy 299.533577 68.411105) + (xy 299.385668 68.767308) (xy 299.385332 69.152999) (xy 299.532618 69.50946) (xy 299.805105 69.782423) (xy 300.161308 69.930332) + (xy 300.546999 69.930668) (xy 300.90346 69.783382) (xy 301.176423 69.510895) (xy 301.324332 69.154692) (xy 301.324668 68.769001) + (xy 301.324668 72.198001) (xy 301.177382 71.84154) (xy 300.904895 71.568577) (xy 300.548692 71.420668) (xy 300.163001 71.420332) + (xy 299.80654 71.567618) (xy 299.533577 71.840105) (xy 299.385668 72.196308) (xy 299.385627 72.242616) (xy 299.273178 71.970467) + (xy 299.419332 71.618492) (xy 299.419668 71.232801) (xy 299.272382 70.87634) (xy 299.008391 70.611888) (xy 299.144423 70.476095) + (xy 299.292332 70.119892) (xy 299.292668 69.734201) (xy 299.145382 69.37774) (xy 298.872895 69.104777) (xy 298.516692 68.956868) + (xy 298.131001 68.956532) (xy 297.77454 69.103818) (xy 297.501577 69.376305) (xy 297.353668 69.732508) (xy 297.353332 70.118199) + (xy 297.500618 70.47466) (xy 297.764608 70.739111) (xy 297.628577 70.874905) (xy 297.480668 71.231108) (xy 297.480332 71.616799) + (xy 297.626821 71.971332) (xy 297.480668 72.323308) (xy 297.480332 72.708999) (xy 297.627618 73.06546) (xy 297.900105 73.338423) + (xy 298.256308 73.486332) (xy 298.37571 73.486436) (xy 298.516618 73.82746) (xy 298.789105 74.100423) (xy 299.145308 74.248332) + (xy 299.530999 74.248668) (xy 299.88746 74.101382) (xy 300.160423 73.828895) (xy 300.308332 73.472692) (xy 300.30843 73.35946) + (xy 300.546999 73.359668) (xy 300.90346 73.212382) (xy 301.176423 72.939895) (xy 301.324332 72.583692) (xy 301.324668 72.198001) + (xy 301.324668 75.891036) (xy 301.311577 75.904105) (xy 301.163668 76.260308) (xy 301.163332 76.645999) (xy 301.310618 77.00246) + (xy 301.583105 77.275423) (xy 301.939308 77.423332) (xy 302.052539 77.42343) (xy 302.052332 77.661999) (xy 302.199618 78.01846) + (xy 302.472105 78.291423) (xy 302.828308 78.439332) (xy 303.213999 78.439668) (xy 303.57046 78.292382) (xy 303.843423 78.019895) + (xy 303.991332 77.663692) (xy 303.991358 77.632922) (xy 304.098308 77.677332) (xy 304.483999 77.677668) (xy 304.84046 77.530382) + (xy 305.113423 77.257895) (xy 305.261332 76.901692) (xy 305.261668 76.516001) (xy 305.16431 76.280375) (xy 305.499999 76.280668) + (xy 305.85646 76.133382) (xy 306.129423 75.860895) (xy 306.134617 75.848386) (xy 306.257308 75.899332) (xy 306.642999 75.899668) + (xy 306.99946 75.752382) (xy 307.272423 75.479895) (xy 307.414571 75.137565) (xy 307.531999 75.137668) (xy 307.88846 74.990382) + (xy 308.161423 74.717895) (xy 308.309332 74.361692) (xy 308.309668 73.976001) (xy 308.162382 73.61954) (xy 307.921477 73.378214) + (xy 308.01546 73.339382) (xy 308.288423 73.066895) (xy 308.436332 72.710692) (xy 308.436668 72.325001) (xy 308.289382 71.96854) + (xy 308.20297 71.881977) (xy 308.415423 71.669895) (xy 308.563332 71.313692) (xy 308.563592 71.014749) (xy 308.77746 70.926382) + (xy 308.973584 70.7306) (xy 310.434617 70.7306) (xy 310.434332 71.057999) (xy 310.581618 71.41446) (xy 310.854105 71.687423) + (xy 311.210308 71.835332) (xy 311.595999 71.835668) (xy 311.95246 71.688382) (xy 312.225423 71.415895) (xy 312.373332 71.059692) + (xy 312.373668 70.674001) (xy 312.226382 70.31754) (xy 312.141524 70.232533) (xy 312.236902 70.08979) (xy 312.236903 70.089789) + (xy 312.2846 69.85) (xy 312.2846 66.374382) (xy 312.611999 66.374668) (xy 312.96846 66.227382) (xy 313.241423 65.954895) + (xy 313.389332 65.598692) (xy 313.389668 65.213001) (xy 313.242382 64.85654) (xy 312.969895 64.583577) (xy 312.613692 64.435668) + (xy 312.2846 64.435381) (xy 312.2846 63.251546) (xy 312.463717 63.072428) (xy 312.738999 63.072668) (xy 313.09546 62.925382) + (xy 313.368423 62.652895) (xy 313.516332 62.296692) (xy 313.516668 61.911001) (xy 313.369382 61.55454) (xy 313.096895 61.281577) + (xy 312.740692 61.133668) (xy 312.355001 61.133332) (xy 312.198758 61.197889) (xy 312.241595 61.099849) (xy 312.250953 60.6132) + (xy 312.184493 60.4436) (xy 317.4195 60.4436) (xy 317.4195 61.635929) (xy 317.499426 61.828889) (xy 317.647111 61.976574) + (xy 317.840071 62.0565) (xy 318.048929 62.0565) (xy 319.445929 62.0565) (xy 319.638889 61.976574) (xy 319.786574 61.828889) + (xy 319.8665 61.635929) (xy 319.8665 61.427071) (xy 319.8665 61.197246) (xy 320.100308 61.294332) (xy 320.485999 61.294668) + (xy 320.84246 61.147382) (xy 321.115423 60.874895) (xy 321.263332 60.518692) (xy 321.263668 60.133001) (xy 321.116382 59.77654) + (xy 320.843895 59.503577) (xy 320.487692 59.355668) (xy 320.201373 59.355418) (xy 320.02579 59.238097) (xy 319.8665 59.206412) + (xy 319.8665 58.1576) (xy 321.578098 58.1576) (xy 321.39654 58.232618) (xy 321.123577 58.505105) (xy 320.975668 58.861308) + (xy 320.975332 59.246999) (xy 321.122618 59.60346) (xy 321.395105 59.876423) (xy 321.751308 60.024332) (xy 322.136999 60.024668) + (xy 322.49346 59.877382) (xy 322.766423 59.604895) (xy 322.914332 59.248692) (xy 322.914668 58.863001) (xy 322.767382 58.50654) + (xy 322.494895 58.233577) (xy 322.311922 58.1576) (xy 327.630417 58.1576) (xy 327.630132 58.484999) (xy 327.777418 58.84146) + (xy 328.049905 59.114423) (xy 328.406108 59.262332) (xy 328.791799 59.262668) (xy 329.14826 59.115382) (xy 329.421223 58.842895) + (xy 329.569132 58.486692) (xy 329.569418 58.1576) (xy 330.829454 58.1576) (xy 331.6054 58.933546) (xy 331.6054 62.374621) + (xy 331.410577 62.569105) (xy 331.262668 62.925308) (xy 331.262332 63.310999) (xy 331.409618 63.66746) (xy 331.682105 63.940423) + (xy 332.038308 64.088332) (xy 332.423999 64.088668) (xy 332.78046 63.941382) (xy 333.053423 63.668895) (xy 333.055892 63.662948) + (xy 333.206105 63.813423) (xy 333.562308 63.961332) (xy 333.947999 63.961668) (xy 334.30446 63.814382) (xy 334.577423 63.541895) + (xy 334.725332 63.185692) (xy 334.725668 62.800001) (xy 334.578382 62.44354) (xy 334.3826 62.247415) (xy 334.3826 58.547) + (xy 334.334903 58.307211) (xy 334.334902 58.30721) (xy 334.199073 58.103927) (xy 333.770516 57.67537) (xy 345.077899 57.657132) + (xy 344.978668 57.896108) (xy 344.978332 58.281799) (xy 345.125618 58.63826) (xy 345.398105 58.911223) (xy 345.754308 59.059132) + (xy 346.139999 59.059468) (xy 346.49646 58.912182) (xy 346.769423 58.639695) (xy 346.917332 58.283492) (xy 346.917668 57.897801) + (xy 346.817067 57.654327) (xy 348.35045 57.651854) (xy 348.280668 57.819908) (xy 348.280332 58.205599) (xy 348.427618 58.56206) + (xy 348.700105 58.835023) (xy 349.056308 58.982932) (xy 349.441999 58.983268) (xy 349.79846 58.835982) (xy 350.071423 58.563495) + (xy 350.219332 58.207292) (xy 350.219668 57.821601) (xy 350.148332 57.648954) (xy 364.875 57.625202) (xy 364.875 133.7394) + ) + ) + ) +) diff --git a/demos/video/video.net b/demos/video/video.net new file mode 100644 index 0000000..cdfd673 --- /dev/null +++ b/demos/video/video.net @@ -0,0 +1,4910 @@ +(export (version D) + (design + (source F:/kicad-launchpad/testing/demos/video/video.sch) + (date "30/08/2014 20:23:52") + (tool "Eeschema (2014-08-26 BZR 5101)-product")) + (components + (comp (ref J4) + (value DB9FEM) + (footprint connect:DB9FC) + (libsource (lib conn) (part DB9)) + (sheetpath (names /) (tstamps /)) + (tstamp 84DFBB8F)) + (comp (ref P8) + (value BNC) + (footprint discret:SUBCLICK) + (libsource (lib device) (part BNC)) + (sheetpath (names /) (tstamps /)) + (tstamp 30705D02)) + (comp (ref P3) + (value BNC) + (footprint discret:SUBCLICK) + (libsource (lib device) (part BNC)) + (sheetpath (names /) (tstamps /)) + (tstamp 32F9F1AD)) + (comp (ref P2) + (value BNC) + (footprint discret:SUBCLICK) + (libsource (lib device) (part BNC)) + (sheetpath (names /) (tstamps /)) + (tstamp 32F9F1A3)) + (comp (ref P1) + (value BNC) + (footprint discret:SUBCLICK) + (libsource (lib device) (part BNC)) + (sheetpath (names /) (tstamps /)) + (tstamp 32F9F198)) + (comp (ref U6) + (value 74LS245) + (footprint lib_smd:SO20L) + (libsource (lib 74xx) (part 74LS245)) + (sheetpath (names /muxdata/) (tstamps /4BF0367D/)) + (tstamp 4BF036D5)) + (comp (ref U5) + (value 74LS245) + (footprint lib_smd:SO20L) + (libsource (lib 74xx) (part 74LS245)) + (sheetpath (names /muxdata/) (tstamps /4BF0367D/)) + (tstamp 4BF036D6)) + (comp (ref U4) + (value 74LS245) + (footprint lib_smd:SO20L) + (libsource (lib 74xx) (part 74LS245)) + (sheetpath (names /muxdata/) (tstamps /4BF0367D/)) + (tstamp 4BF036D7)) + (comp (ref U3) + (value 74LS245) + (footprint lib_smd:SO20L) + (libsource (lib 74xx) (part 74LS245)) + (sheetpath (names /muxdata/) (tstamps /4BF0367D/)) + (tstamp 33A7E303)) + (comp (ref U22) + (value XC4003-VQ100) + (footprint lib_smd:VQFP100) + (libsource (lib xilinx) (part XC4003-VQ100)) + (sheetpath (names /muxdata/) (tstamps /4BF0367D/)) + (tstamp 33A567B8)) + (comp (ref L6) + (value 470nS) + (footprint footprints:LRTDK) + (libsource (lib special) (part LIGNE_A_RETARD)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 349FB562)) + (comp (ref R4) + (value 10K) + (footprint lib_smd:SM1206) + (fields) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 33A51A4E)) + (comp (ref POT1) + (value 100K) + (footprint lib_smd:POT_CMS) + (libsource (lib device) (part POT)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 2276109D)) + (comp (ref Q1) + (value BC848) + (footprint lib_smd:SOT23EBC) + (libsource (lib device) (part NPN)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761039)) + (comp (ref Q2) + (value BC848) + (footprint lib_smd:SOT23EBC) + (libsource (lib device) (part NPN)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761066)) + (comp (ref Q3) + (value BC848) + (footprint lib_smd:SOT23EBC) + (libsource (lib device) (part NPN)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 2276107F)) + (comp (ref C54) + (value 4,7uF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part CP)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F76)) + (comp (ref R39) + (value 68) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761048)) + (comp (ref R16) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 2276103E)) + (comp (ref R17) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 2276107A)) + (comp (ref R40) + (value 68) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761075)) + (comp (ref R18) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761093)) + (comp (ref R41) + (value 68) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 2276108E)) + (comp (ref R30) + (value 3,3K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FE4)) + (comp (ref R31) + (value 470) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FDF)) + (comp (ref R10) + (value 1K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F80)) + (comp (ref R11) + (value 1K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FBC)) + (comp (ref R9) + (value 150K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761098)) + (comp (ref C61) + (value 47nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F8A)) + (comp (ref C60) + (value 47nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F67)) + (comp (ref C43) + (value 220nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F8F)) + (comp (ref CV1) + (value 5/30pF) + (footprint discret:CV3-30PF) + (libsource (lib device) (part CTRIM)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FA8)) + (comp (ref C45) + (value 220nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FD5)) + (comp (ref C48) + (value 22nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FCB)) + (comp (ref C64) + (value 6,8uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FC1)) + (comp (ref C44) + (value 220nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F99)) + (comp (ref C53) + (value 330pF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FF8)) + (comp (ref L1) + (value 2,2uH) + (footprint lib_smd:SM1812) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FF3)) + (comp (ref L3) + (value 22uH) + (footprint lib_smd:SM1812) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761052)) + (comp (ref L2) + (value 22uH) + (footprint lib_smd:SM1812) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F71)) + (comp (ref U20) + (value TDA8501) + (footprint lib_smd:SO24E) + (libsource (lib philips) (part TDA8501)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F4E)) + (comp (ref C46) + (value 220pF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FFD)) + (comp (ref R34) + (value 470) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761089)) + (comp (ref R33) + (value 470) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761070)) + (comp (ref R32) + (value 470) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761043)) + (comp (ref C55) + (value 4,7uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22761057)) + (comp (ref C59) + (value 47nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F62)) + (comp (ref C58) + (value 47nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760F53)) + (comp (ref X3) + (value 4,433618MH) + (footprint discret:HC-18UH) + (libsource (lib device) (part CRYSTAL)) + (sheetpath (names /modul/) (tstamps /4BF0367F/)) + (tstamp 22760FA3)) + (comp (ref L4) + (value 22uF) + (footprint lib_smd:SM1812) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 811D9080)) + (comp (ref R35) + (value 470) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 821CDAB8)) + (comp (ref C1) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 821CDAC2)) + (comp (ref C2) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F6B)) + (comp (ref C3) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F75)) + (comp (ref C4) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F7A)) + (comp (ref R14) + (value 1M) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 821CDA9A)) + (comp (ref R3) + (value 100) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 8116F4AA)) + (comp (ref R2) + (value 100) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 8116F4A5)) + (comp (ref D1) + (value BAT46) + (footprint discret:D3) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F7F)) + (comp (ref D2) + (value BAT46) + (footprint discret:D3) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F84)) + (comp (ref D3) + (value BAT46) + (footprint discret:D3) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F8E)) + (comp (ref D4) + (value BAT46) + (footprint discret:D3) + (libsource (lib device) (part DIODESCH)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7F93)) + (comp (ref R27) + (value 27K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7FC5)) + (comp (ref R12) + (value 1K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7FCA)) + (comp (ref C65) + (value 22pF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp B15DA8C5)) + (comp (ref C66) + (value 22pF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp B15DA8CA)) + (comp (ref X2) + (value 30MHz) + (footprint discret:HC-18UV) + (libsource (lib device) (part CRYSTAL)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp B15DA8C0)) + (comp (ref R19) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7FA7)) + (comp (ref C5) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7FAC)) + (comp (ref R20) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp B176B9C3)) + (comp (ref C8) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp B176B9C8)) + (comp (ref C6) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7FB1)) + (comp (ref C7) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp A9CA7FB6)) + (comp (ref C47) + (value 220pF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 821CDABD)) + (comp (ref U10) + (value BT812) + (footprint lib_smd:PQFP160) + (libsource (lib video-cache) (part BT812)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BECCB834)) + (comp (ref C62) + (value 47uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 811D9071)) + (comp (ref C9) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BF69A15D)) + (comp (ref C10) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BF69A162)) + (comp (ref C11) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BF69A167)) + (comp (ref C14) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BF69A17B)) + (comp (ref C13) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BF69A176)) + (comp (ref C12) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp BF69A171)) + (comp (ref C16) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 0F47DCB8)) + (comp (ref R25) + (value 220K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp B1754313)) + (comp (ref C15) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /pal-ntsc.sch/) (tstamps /4BF03681/)) + (tstamp 0939A342)) + (comp (ref P12) + (value CONN_1) + (footprint connect:TESTPOINT) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 34E1751D)) + (comp (ref P9) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 34E1718B)) + (comp (ref P11) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 4BF036DA)) + (comp (ref P10) + (value CONN_1) + (footprint connect:PINTST) + (libsource (lib conn) (part CONN_1)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 4BF036D9)) + (comp (ref U23) + (value XC4003/PQ100) + (footprint lib_smd:PQFP100) + (libsource (lib xilinx) (part XC4005-PQ100)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33BA5628)) + (comp (ref C73) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33AFD8EF)) + (comp (ref C72) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33AFD8ED)) + (comp (ref C71) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33AFD8E9)) + (comp (ref C70) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33AFD8AF)) + (comp (ref U2) + (value 4C4001) + (footprint lib_smd:SO28) + (libsource (lib memory) (part 4C4001)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A805F8)) + (comp (ref P4) + (value CONN_2) + (footprint connect:SIL-2) + (libsource (lib conn) (part CONN_2)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A7E0C8)) + (comp (ref R48) + (value 10K) + (footprint lib_smd:SM1206) + (fields) + (libsource (lib device) (part R)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A7E0B2)) + (comp (ref P5) + (value CONN_5) + (footprint pin_array:PIN_ARRAY_5x1) + (libsource (lib conn) (part CONN_5)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A7DFAB)) + (comp (ref U21) + (value XC1736APD8) + (footprint dip_sockets:DIP-8__300) + (libsource (lib xilinx) (part XC1736APD8)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A7DDDD)) + (comp (ref R1) + (value 10) + (footprint lib_smd:SM1206) + (fields) + (libsource (lib device) (part R)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A7DCE3)) + (comp (ref C23) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 33A7DC91)) + (comp (ref U24) + (value XC4005-PQ160) + (footprint lib_smd:PQFP160) + (libsource (lib xilinx) (part XC4005-PQ160)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 3366016A)) + (comp (ref R13) + (value 1K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 2D5AA03C)) + (comp (ref D6) + (value LED) + (footprint discret:LEDV) + (libsource (lib device) (part LED)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 2D5AA041)) + (comp (ref C49) + (value 22pF) + (footprint discret:C1) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp B3BF4EDE)) + (comp (ref C50) + (value 22pF) + (footprint discret:C1) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp B3BF4EE8)) + (comp (ref X1) + (value 10MHz) + (footprint discret:HC-18UV) + (libsource (lib device) (part CRYSTAL)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp B3BF4ED4)) + (comp (ref R26) + (value 220K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp B3BF4ED9)) + (comp (ref C17) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp BF805547)) + (comp (ref C18) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp BF80554C)) + (comp (ref C19) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp BF805551)) + (comp (ref C20) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp BF805556)) + (comp (ref C56) + (value 4,7uF) + (footprint lib_smd:SM1812L) + (libsource (lib device) (part CP)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp B9ED7AB0)) + (comp (ref C57) + (value 4,7uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp B9ED7AB5)) + (comp (ref C63) + (value 47uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 228C4700)) + (comp (ref U7) + (value AV9173) + (footprint lib_smd:SO8E) + (libsource (lib special) (part AV9173)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 2295D392)) + (comp (ref C22) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 268A4E88)) + (comp (ref C21) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 268A4E83)) + (comp (ref R21) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /graphic/) (tstamps /4BF03683/)) + (tstamp 525FE207)) + (comp (ref U13) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 32FA1E5B)) + (comp (ref U14) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036CF)) + (comp (ref U12) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036CE)) + (comp (ref U16) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036D0)) + (comp (ref U15) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036D1)) + (comp (ref U17) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036D2)) + (comp (ref U18) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036D3)) + (comp (ref U19) + (value SIM4X32) + (footprint footprints:sim72) + (libsource (lib memory) (part SIM4X32)) + (sheetpath (names /RAMS/) (tstamps /4BF03685/)) + (tstamp 4BF036D4)) + (comp (ref C69) + (value 4,7uF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part CP)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 33AFD43A)) + (comp (ref C68) + (value 4,7uF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part CP)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 4BF036D8)) + (comp (ref C67) + (value 4,7uF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part CP)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 33AFD420)) + (comp (ref U11) + (value S5933_PQ160) + (footprint lib_smd:PQFP160) + (libsource (lib special) (part S5933_PQ160)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 21FA8347)) + (comp (ref W4) + (value TEST) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib conn) (part TEST)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 2691B632)) + (comp (ref W5) + (value TEST) + (footprint pin_array:PIN_ARRAY_2X1) + (libsource (lib conn) (part TEST)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 2691B637)) + (comp (ref R5) + (value 10K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26A799E8)) + (comp (ref R6) + (value 10K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26A79A01)) + (comp (ref R7) + (value 10K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26A79A0B)) + (comp (ref R28) + (value 2,2K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B211C0)) + (comp (ref R29) + (value 2,2K) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B211CF)) + (comp (ref C24) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B211D9)) + (comp (ref C25) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B211E3)) + (comp (ref C26) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B211ED)) + (comp (ref C27) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B211F7)) + (comp (ref C28) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B21201)) + (comp (ref C29) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B2120B)) + (comp (ref C30) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B21215)) + (comp (ref C31) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26B2121F)) + (comp (ref C38) + (value 4,7uF) + (footprint lib_smd:SM1812L) + (libsource (lib device) (part CP)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 2820F08A)) + (comp (ref BUS1) + (value BUSPCI_5V) + (footprint connect:BUSPCI) + (libsource (lib conn) (part BUSPCI-5V)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 269C6109)) + (comp (ref U1) + (value 24C16) + (footprint dip_sockets:DIP-8__300) + (libsource (lib memory) (part 24C16)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 2F5F7E5C)) + (comp (ref RR1) + (value 8x10K) + (footprint connect:SIL-9) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C8AF8090)) + (comp (ref RR2) + (value 8x10K) + (footprint connect:SIL-9) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C8B01EF2)) + (comp (ref RR3) + (value 8x10K) + (footprint connect:SIL-9) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C8B23B9F)) + (comp (ref RR4) + (value 8x10K) + (footprint discret:r_pack8) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C8B2B4CE)) + (comp (ref RR5) + (value 8x10K) + (footprint discret:r_pack8) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C8B2B4E3)) + (comp (ref RR6) + (value 8x10K) + (footprint connect:SIL-9) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C93123CE)) + (comp (ref RR7) + (value 8x10K) + (footprint discret:r_pack8) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C931248E)) + (comp (ref RR8) + (value 8x10K) + (footprint connect:SIL-9) + (libsource (lib device) (part RR8)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp C9363A3F)) + (comp (ref W2) + (value FLOAT#) + (footprint connect:GS2) + (libsource (lib conn) (part TEST)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26A799F7)) + (comp (ref W3) + (value SERNV) + (footprint connect:GS2) + (libsource (lib conn) (part TEST)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26A79A10)) + (comp (ref W1) + (value 16/32) + (footprint connect:GS2) + (libsource (lib conn) (part TEST)) + (sheetpath (names /buspci.sch/) (tstamps /4BF03687/)) + (tstamp 26A799ED)) + (comp (ref C32) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 335F5DF2)) + (comp (ref R8) + (value 150) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A4586827)) + (comp (ref U9) + (value BT473) + (footprint footprints:PLCC68) + (libsource (lib video-cache) (part BT473)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 32F9E902)) + (comp (ref U8) + (value BT253) + (footprint footprints:PLCC84) + (libsource (lib video-cache) (part BT253)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 32F9E7F1)) + (comp (ref R42) + (value 75) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFB9D2)) + (comp (ref R43) + (value 75) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFB9D7)) + (comp (ref R44) + (value 75) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFB9DC)) + (comp (ref C33) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFBA31)) + (comp (ref C34) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFBA36)) + (comp (ref C42) + (value 2,2uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFBAEF)) + (comp (ref C35) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFBB21)) + (comp (ref R47) + (value 75) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C0348)) + (comp (ref R45) + (value 75) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C032F)) + (comp (ref R46) + (value 75) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C0339)) + (comp (ref R38) + (value 510) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C03AC)) + (comp (ref R15) + (value 1M) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44D982A)) + (comp (ref C36) + (value 100nF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44D9848)) + (comp (ref R36) + (value 470) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44D9843)) + (comp (ref C37) + (value 100pF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44D984D)) + (comp (ref R24) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C034D)) + (comp (ref R23) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C0343)) + (comp (ref R22) + (value 220) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C0334)) + (comp (ref C39) + (value 1uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C037F)) + (comp (ref C40) + (value 1uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C0384)) + (comp (ref C41) + (value 1uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part C)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp A44C0389)) + (comp (ref C52) + (value 22uF) + (footprint lib_smd:SM1206) + (libsource (lib device) (part CP)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFB9B9)) + (comp (ref C51) + (value 22uF) + (footprint lib_smd:SM1210L) + (libsource (lib device) (part CP)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 28ED6A43)) + (comp (ref L5) + (value 22uH) + (footprint lib_smd:SM1812) + (libsource (lib device) (part INDUCTOR)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 84DFBB99)) + (comp (ref R37) + (value 510) + (footprint lib_smd:SM1206) + (libsource (lib device) (part R)) + (sheetpath (names /ESVIDEO-RVB/) (tstamps /4BF03689/)) + (tstamp 5D7688E4))) + (libparts + (libpart (lib device) (part BNC) + (fields + (field (name Reference) P) + (field (name Value) BNC)) + (pins + (pin (num 1) (name In) (type passive)) + (pin (num 2) (name Ext) (type passive)))) + (libpart (lib device) (part C) + (description "Condensateur non polarise") + (footprints + (fp SM*) + (fp C?) + (fp C1-1)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CP) + (aliases + (alias CAPAPOL)) + (description "Condensateur polarise") + (footprints + (fp CP*) + (fp SM*)) + (fields + (field (name Reference) C) + (field (name Value) CP)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part CRYSTAL) + (fields + (field (name Reference) X) + (field (name Value) CRYSTAL)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part CTRIM) + (fields + (field (name Reference) C) + (field (name Value) CTRIM)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part DIODESCH) + (description "Diode schottky") + (footprints + (fp D?) + (fp S*)) + (fields + (field (name Reference) D) + (field (name Value) DIODESCH)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part INDUCTOR) + (fields + (field (name Reference) L) + (field (name Value) INDUCTOR)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib device) (part LED) + (footprints + (fp LED-3MM) + (fp LED-5MM) + (fp LED-10MM) + (fp LED-0603) + (fp LED-0805) + (fp LED-1206) + (fp LEDV)) + (fields + (field (name Reference) D) + (field (name Value) LED)) + (pins + (pin (num 1) (name A) (type passive)) + (pin (num 2) (name K) (type passive)))) + (libpart (lib device) (part NPN) + (docs transistors/bipolar/*.*) + (fields + (field (name Reference) Q) + (field (name Value) NPN)) + (pins + (pin (num 1) (name E) (type passive)) + (pin (num 2) (name B) (type input)) + (pin (num 3) (name C) (type passive)))) + (libpart (lib device) (part POT) + (description Potentionmetre) + (fields + (field (name Reference) RV) + (field (name Value) POT)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)))) + (libpart (lib device) (part R) + (description Resistance) + (footprints + (fp R?) + (fp SM0603) + (fp SM0805) + (fp R?-*) + (fp SM1206)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib device) (part RR8) + (description "8 resistors") + (fields + (field (name Reference) RR) + (field (name Value) RR8)) + (pins + (pin (num 1) (name COM) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive)))) + (libpart (lib conn) (part CONN_1) + (description "1 pin") + (fields + (field (name Reference) P) + (field (name Value) CONN_1)) + (pins + (pin (num 1) (name 1) (type passive)))) + (libpart (lib conn) (part CONN_2) + (description "Symbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_2)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name PM) (type passive)))) + (libpart (lib conn) (part CONN_5) + (description "Symbole general de connecteur") + (fields + (field (name Reference) P) + (field (name Value) CONN_5)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)) + (pin (num 3) (name ~) (type passive)) + (pin (num 4) (name ~) (type passive)) + (pin (num 5) (name ~) (type passive)))) + (libpart (lib conn) (part DB9) + (footprints + (fp DB9*)) + (fields + (field (name Reference) J) + (field (name Value) DB9)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P9) (type passive)))) + (libpart (lib conn) (part PCI_CONUNIV) + (aliases + (alias BUSPCI-5V)) + (description "Connecteur BUS PCI") + (fields + (field (name Reference) J) + (field (name Value) PCI_CONUNIV)) + (pins + (pin (num A1) (name TRST#) (type output)) + (pin (num A2) (name +12V) (type power_in)) + (pin (num A3) (name TMS) (type output)) + (pin (num A4) (name TDI) (type output)) + (pin (num A5) (name +5V) (type power_in)) + (pin (num A6) (name INTA#) (type input)) + (pin (num A7) (name INTC#) (type input)) + (pin (num A8) (name +5V) (type power_in)) + (pin (num A9) (name RESERVED) (type passive)) + (pin (num A10) (name VIO) (type power_in)) + (pin (num A11) (name RESERVED) (type passive)) + (pin (num A14) (name 3.3VAUX) (type passive)) + (pin (num A15) (name RST#) (type output)) + (pin (num A16) (name VIO) (type power_in)) + (pin (num A17) (name GNT#) (type BiDi)) + (pin (num A18) (name GND) (type power_in)) + (pin (num A19) (name PME#) (type passive)) + (pin (num A20) (name AD[30]) (type BiDi)) + (pin (num A21) (name +3.3V) (type power_in)) + (pin (num A22) (name AD[28]) (type BiDi)) + (pin (num A23) (name AD[26]) (type BiDi)) + (pin (num A24) (name GND) (type power_in)) + (pin (num A25) (name AD[24]) (type BiDi)) + (pin (num A26) (name IDSEL) (type output)) + (pin (num A27) (name +3.3V) (type power_in)) + (pin (num A28) (name AD[22]) (type BiDi)) + (pin (num A29) (name AD[20]) (type BiDi)) + (pin (num A30) (name GND) (type power_in)) + (pin (num A31) (name AD[18]) (type BiDi)) + (pin (num A32) (name AD[16]) (type BiDi)) + (pin (num A33) (name +3.3V) (type power_in)) + (pin (num A34) (name FRAME#) (type BiDi)) + (pin (num A35) (name GND) (type power_in)) + (pin (num A36) (name TRDY#) (type BiDi)) + (pin (num A37) (name GND) (type power_in)) + (pin (num A38) (name STOP#) (type BiDi)) + (pin (num A39) (name +3.3V) (type power_in)) + (pin (num A40) (name RESERVED) (type BiDi)) + (pin (num A41) (name RESERVED) (type BiDi)) + (pin (num A42) (name GND) (type power_in)) + (pin (num A43) (name PAR) (type BiDi)) + (pin (num A44) (name AD[15]) (type BiDi)) + (pin (num A45) (name +3.3V) (type power_in)) + (pin (num A46) (name AD[13]) (type BiDi)) + (pin (num A47) (name AD[11]) (type BiDi)) + (pin (num A48) (name GND) (type power_in)) + (pin (num A49) (name AD[09]) (type BiDi)) + (pin (num A52) (name C/BE#[0]) (type BiDi)) + (pin (num A53) (name +3.3V) (type power_in)) + (pin (num A54) (name AD[06]) (type BiDi)) + (pin (num A55) (name AD[04]) (type BiDi)) + (pin (num A56) (name GND) (type power_in)) + (pin (num A57) (name AD[02]) (type BiDi)) + (pin (num A58) (name AD[00]) (type BiDi)) + (pin (num A59) (name VIO) (type power_in)) + (pin (num A60) (name REQ64#) (type BiDi)) + (pin (num A61) (name +5V) (type power_in)) + (pin (num A62) (name +5V) (type power_in)) + (pin (num B1) (name -12V) (type power_in)) + (pin (num B2) (name TCK) (type output)) + (pin (num B3) (name GND) (type input)) + (pin (num B4) (name TDO) (type input)) + (pin (num B5) (name +5V) (type power_in)) + (pin (num B6) (name +5V) (type power_in)) + (pin (num B7) (name INTB#) (type input)) + (pin (num B8) (name INTD#) (type input)) + (pin (num B9) (name PRSNT1#) (type input)) + (pin (num B10) (name RESERVED) (type passive)) + (pin (num B11) (name PRSNT2#) (type input)) + (pin (num B14) (name RESERVED) (type passive)) + (pin (num B15) (name GND) (type power_in)) + (pin (num B16) (name CLK) (type output)) + (pin (num B17) (name GND) (type power_in)) + (pin (num B18) (name REQ#) (type BiDi)) + (pin (num B19) (name VIO) (type power_in)) + (pin (num B20) (name AD[31]) (type BiDi)) + (pin (num B21) (name AD[29]) (type BiDi)) + (pin (num B22) (name GND) (type power_in)) + (pin (num B23) (name AD[27]) (type BiDi)) + (pin (num B24) (name AD[25]) (type BiDi)) + (pin (num B25) (name +3.3V) (type power_in)) + (pin (num B26) (name C/BE#[3]) (type BiDi)) + (pin (num B27) (name AD[23]) (type BiDi)) + (pin (num B28) (name GND) (type power_in)) + (pin (num B29) (name AD[21]) (type BiDi)) + (pin (num B30) (name AD[19]) (type BiDi)) + (pin (num B31) (name +3.3V) (type power_in)) + (pin (num B32) (name AD[17]) (type BiDi)) + (pin (num B33) (name C/BE#[2]) (type BiDi)) + (pin (num B34) (name GND) (type power_in)) + (pin (num B35) (name IRDY#) (type BiDi)) + (pin (num B36) (name +3.3V) (type power_in)) + (pin (num B37) (name DEVSEL#) (type BiDi)) + (pin (num B38) (name GND) (type power_in)) + (pin (num B39) (name LOCK#) (type BiDi)) + (pin (num B40) (name PERR#) (type BiDi)) + (pin (num B41) (name +3.3V) (type power_in)) + (pin (num B42) (name SERR#) (type input)) + (pin (num B43) (name +3.3V) (type power_in)) + (pin (num B44) (name C/BE#[1]) (type BiDi)) + (pin (num B45) (name AD[14]) (type BiDi)) + (pin (num B46) (name GND) (type power_in)) + (pin (num B47) (name AD[12]) (type BiDi)) + (pin (num B48) (name AD[10]) (type BiDi)) + (pin (num B49) (name M66EN) (type power_in)) + (pin (num B52) (name AD[08]) (type BiDi)) + (pin (num B53) (name AD[07]) (type BiDi)) + (pin (num B54) (name +3.3V) (type input)) + (pin (num B55) (name AD[05]) (type BiDi)) + (pin (num B56) (name AD[03]) (type BiDi)) + (pin (num B57) (name GND) (type power_in)) + (pin (num B58) (name AD[01]) (type BiDi)) + (pin (num B59) (name VIO) (type power_in)) + (pin (num B60) (name ACK64#) (type BiDi)) + (pin (num B61) (name +5V) (type power_in)) + (pin (num B62) (name +5V) (type power_in)))) + (libpart (lib conn) (part TEST) + (fields + (field (name Reference) W) + (field (name Value) TEST)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)))) + (libpart (lib 74xx) (part 74LS245) + (aliases + (alias 74HC245)) + (description "Octal BUS Transceivers, 3 State out") + (fields + (field (name Reference) U) + (field (name Value) 74LS245)) + (pins + (pin (num 1) (name A->B) (type input)) + (pin (num 2) (name A0) (type 3state)) + (pin (num 3) (name A1) (type 3state)) + (pin (num 4) (name A2) (type 3state)) + (pin (num 5) (name A3) (type 3state)) + (pin (num 6) (name A4) (type 3state)) + (pin (num 7) (name A5) (type 3state)) + (pin (num 8) (name A6) (type 3state)) + (pin (num 9) (name A7) (type 3state)) + (pin (num 10) (name GND) (type power_in)) + (pin (num 11) (name B7) (type 3state)) + (pin (num 12) (name B6) (type 3state)) + (pin (num 13) (name B5) (type 3state)) + (pin (num 14) (name B4) (type 3state)) + (pin (num 15) (name B3) (type 3state)) + (pin (num 16) (name B2) (type 3state)) + (pin (num 17) (name B1) (type 3state)) + (pin (num 18) (name B0) (type 3state)) + (pin (num 19) (name CE) (type input)) + (pin (num 20) (name VCC) (type power_in)))) + (libpart (lib memory) (part 24C16) + (aliases + (alias 24C512)) + (description "I2C Serial EEPROM") + (fields + (field (name Reference) U) + (field (name Value) 24C16)) + (pins + (pin (num 1) (name A0) (type input)) + (pin (num 2) (name A1) (type input)) + (pin (num 3) (name A2) (type input)) + (pin (num 4) (name GND) (type power_in)) + (pin (num 5) (name SDA) (type BiDi)) + (pin (num 6) (name SCL) (type input)) + (pin (num 7) (name WP) (type input)) + (pin (num 8) (name VCC) (type power_in)))) + (libpart (lib memory) (part 4C4001) + (fields + (field (name Reference) U) + (field (name Value) 4C4001)) + (pins + (pin (num 1) (name D0) (type 3state)) + (pin (num 2) (name D1) (type 3state)) + (pin (num 3) (name WR) (type input)) + (pin (num 4) (name RAS) (type input)) + (pin (num 5) (name A9) (type input)) + (pin (num 6) (name A0) (type input)) + (pin (num 7) (name A1) (type input)) + (pin (num 8) (name A2) (type input)) + (pin (num 9) (name A3) (type input)) + (pin (num 10) (name VCC) (type power_in)) + (pin (num 11) (name A4) (type input)) + (pin (num 12) (name A5) (type input)) + (pin (num 13) (name A6) (type input)) + (pin (num 14) (name A7) (type input)) + (pin (num 15) (name A8) (type input)) + (pin (num 16) (name OE) (type input)) + (pin (num 17) (name CAS) (type input)) + (pin (num 18) (name D2) (type 3state)) + (pin (num 19) (name D3) (type 3state)) + (pin (num 20) (name GND) (type power_in)))) + (libpart (lib memory) (part SIM4X32) + (description "Barrette SIMM 4Mo (1M x 32bits)") + (fields + (field (name Reference) U) + (field (name Value) SIM4X32)) + (pins + (pin (num 1) (name GND) (type power_in)) + (pin (num 2) (name DQ0) (type 3state)) + (pin (num 3) (name DQ16) (type 3state)) + (pin (num 4) (name DQ1) (type 3state)) + (pin (num 5) (name DQ17) (type 3state)) + (pin (num 6) (name DQ2) (type 3state)) + (pin (num 7) (name DQ18) (type 3state)) + (pin (num 8) (name DQ3) (type 3state)) + (pin (num 9) (name DQ19) (type 3state)) + (pin (num 10) (name VCC) (type power_in)) + (pin (num 12) (name A0) (type input)) + (pin (num 13) (name A1) (type input)) + (pin (num 14) (name A2) (type input)) + (pin (num 15) (name A3) (type input)) + (pin (num 16) (name A4) (type input)) + (pin (num 17) (name A5) (type input)) + (pin (num 18) (name A6) (type input)) + (pin (num 19) (name A10) (type input)) + (pin (num 20) (name DQ4) (type 3state)) + (pin (num 21) (name DQ20) (type 3state)) + (pin (num 22) (name DQ5) (type 3state)) + (pin (num 23) (name DQ21) (type 3state)) + (pin (num 24) (name DQ6) (type 3state)) + (pin (num 25) (name DQ22) (type 3state)) + (pin (num 26) (name DQ7) (type 3state)) + (pin (num 27) (name DQ23) (type 3state)) + (pin (num 28) (name A7) (type input)) + (pin (num 30) (name VCC) (type power_in)) + (pin (num 31) (name A8) (type input)) + (pin (num 32) (name A9) (type input)) + (pin (num 34) (name RAS2) (type input)) + (pin (num 39) (name GND) (type power_in)) + (pin (num 40) (name CAS0) (type input)) + (pin (num 41) (name CAS1) (type input)) + (pin (num 42) (name CAS2) (type input)) + (pin (num 43) (name CAS3) (type input)) + (pin (num 44) (name RAS0) (type input)) + (pin (num 47) (name R/W) (type input)) + (pin (num 49) (name DQ8) (type 3state)) + (pin (num 50) (name DQ24) (type 3state)) + (pin (num 51) (name DQ9) (type 3state)) + (pin (num 52) (name DQ25) (type 3state)) + (pin (num 53) (name DQ10) (type 3state)) + (pin (num 54) (name DQ26) (type 3state)) + (pin (num 55) (name DQ11) (type 3state)) + (pin (num 56) (name DQ27) (type 3state)) + (pin (num 57) (name DQ12) (type 3state)) + (pin (num 58) (name DQ28) (type 3state)) + (pin (num 59) (name VCC) (type power_in)) + (pin (num 60) (name DQ29) (type 3state)) + (pin (num 61) (name DQ13) (type 3state)) + (pin (num 62) (name DQ30) (type 3state)) + (pin (num 63) (name DQ14) (type 3state)) + (pin (num 64) (name DQ31) (type 3state)) + (pin (num 65) (name DQ15) (type 3state)) + (pin (num 67) (name PRD0) (type input)) + (pin (num 68) (name PRD1) (type input)) + (pin (num 69) (name PRD2) (type input)) + (pin (num 70) (name PRD3) (type input)) + (pin (num 72) (name GND) (type power_in)))) + (libpart (lib xilinx) (part XC1736APD8) + (fields + (field (name Reference) U) + (field (name Value) XC1736APD8)) + (pins + (pin (num 1) (name DATA) (type 3state)) + (pin (num 2) (name CLK) (type input)) + (pin (num 3) (name RAZ/OE) (type input)) + (pin (num 4) (name CE) (type input)) + (pin (num 5) (name GND) (type power_in)) + (pin (num 6) (name CEO) (type output)) + (pin (num 7) (name VPP) (type input)) + (pin (num 8) (name VCC) (type power_in)))) + (libpart (lib xilinx) (part XC4003-VQ100) + (docs xilinx/xc400x-pinout.pdf) + (fields + (field (name Reference) U) + (field (name Value) XC4003-VQ100)) + (pins + (pin (num 1) (name GND) (type power_in)) + (pin (num 2) (name PGCK1) (type passive)) + (pin (num 3) (name P/A17) (type passive)) + (pin (num 4) (name P/TDI) (type passive)) + (pin (num 5) (name P/TCK) (type passive)) + (pin (num 6) (name P/A3) (type passive)) + (pin (num 7) (name P7) (type passive)) + (pin (num 8) (name P8) (type passive)) + (pin (num 9) (name P/A15) (type passive)) + (pin (num 10) (name P/A4) (type passive)) + (pin (num 11) (name GND) (type power_in)) + (pin (num 12) (name VCC) (type power_in)) + (pin (num 13) (name P13) (type BiDi)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name SGCK2) (type passive)) + (pin (num 22) (name M1/RD) (type input)) + (pin (num 23) (name GND) (type power_in)) + (pin (num 24) (name M0/RT) (type input)) + (pin (num 25) (name VCC) (type power_in)) + (pin (num 26) (name M2) (type passive)) + (pin (num 27) (name PGCK2) (type passive)) + (pin (num 28) (name P/HDC) (type passive)) + (pin (num 29) (name P29) (type passive)) + (pin (num 30) (name P/LDC) (type passive)) + (pin (num 31) (name P31) (type passive)) + (pin (num 32) (name P32) (type passive)) + (pin (num 33) (name P33) (type passive)) + (pin (num 34) (name P34) (type passive)) + (pin (num 35) (name P35) (type passive)) + (pin (num 36) (name P36/INIT) (type passive)) + (pin (num 37) (name VCC) (type power_in)) + (pin (num 38) (name GND) (type power_in)) + (pin (num 39) (name P39) (type passive)) + (pin (num 40) (name P40) (type passive)) + (pin (num 41) (name P41) (type passive)) + (pin (num 42) (name P42) (type passive)) + (pin (num 43) (name P43) (type passive)) + (pin (num 44) (name P44) (type passive)) + (pin (num 45) (name P45) (type passive)) + (pin (num 46) (name P46) (type passive)) + (pin (num 47) (name P47) (type passive)) + (pin (num 48) (name SGCK3) (type passive)) + (pin (num 49) (name GND) (type power_in)) + (pin (num 50) (name DONE) (type openCol)) + (pin (num 51) (name VCC) (type power_in)) + (pin (num 52) (name PROG) (type input)) + (pin (num 53) (name P53) (type BiDi)) + (pin (num 54) (name PGCK3) (type BiDi)) + (pin (num 55) (name P55) (type passive)) + (pin (num 56) (name P56) (type BiDi)) + (pin (num 57) (name P57) (type passive)) + (pin (num 58) (name P58) (type passive)) + (pin (num 59) (name P59) (type passive)) + (pin (num 60) (name P60) (type passive)) + (pin (num 61) (name P61) (type passive)) + (pin (num 62) (name P62) (type passive)) + (pin (num 63) (name VCC) (type power_in)) + (pin (num 64) (name GND) (type power_in)) + (pin (num 65) (name P65) (type passive)) + (pin (num 66) (name P66) (type passive)) + (pin (num 67) (name P67) (type passive)) + (pin (num 68) (name P68) (type passive)) + (pin (num 69) (name P69) (type passive)) + (pin (num 70) (name P70) (type passive)) + (pin (num 71) (name P71/RDY) (type passive)) + (pin (num 72) (name DIN) (type passive)) + (pin (num 73) (name DOUT/SGCK4) (type passive)) + (pin (num 74) (name CCLK) (type input)) + (pin (num 75) (name VCC) (type power_in)) + (pin (num 76) (name TDO) (type output)) + (pin (num 77) (name GND) (type power_in)) + (pin (num 78) (name P78) (type passive)) + (pin (num 79) (name PGCK4) (type passive)) + (pin (num 80) (name P80) (type passive)) + (pin (num 81) (name P81) (type passive)) + (pin (num 82) (name P82) (type passive)) + (pin (num 83) (name P83) (type passive)) + (pin (num 84) (name P84) (type passive)) + (pin (num 85) (name P85) (type passive)) + (pin (num 86) (name P86) (type passive)) + (pin (num 87) (name P87) (type passive)) + (pin (num 88) (name GND) (type power_in)) + (pin (num 89) (name VCC) (type power_in)) + (pin (num 90) (name P90) (type BiDi)) + (pin (num 91) (name P91) (type passive)) + (pin (num 92) (name P92) (type passive)) + (pin (num 93) (name P93) (type passive)) + (pin (num 94) (name P94) (type passive)) + (pin (num 95) (name P91) (type passive)) + (pin (num 96) (name P96) (type passive)) + (pin (num 97) (name P97) (type passive)) + (pin (num 98) (name P98) (type BiDi)) + (pin (num 99) (name SGCK1) (type BiDi)) + (pin (num 100) (name VCC) (type power_in)))) + (libpart (lib xilinx) (part XC4005-PQ100) + (fields + (field (name Reference) U) + (field (name Value) XC4005-PQ100)) + (pins + (pin (num 1) (name P1) (type passive)) + (pin (num 2) (name SGCK1) (type passive)) + (pin (num 3) (name VCC) (type power_in)) + (pin (num 4) (name GND) (type power_in)) + (pin (num 5) (name PGCK1) (type passive)) + (pin (num 6) (name P6) (type passive)) + (pin (num 7) (name P7/TDI) (type passive)) + (pin (num 8) (name P8/TCK) (type passive)) + (pin (num 9) (name P9/TMS) (type passive)) + (pin (num 11) (name P11) (type passive)) + (pin (num 12) (name P12) (type passive)) + (pin (num 13) (name P13) (type passive)) + (pin (num 14) (name GND) (type power_in)) + (pin (num 15) (name VCC) (type power_in)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name P19) (type passive)) + (pin (num 20) (name P20) (type passive)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name SGCK2) (type passive)) + (pin (num 25) (name M1) (type passive)) + (pin (num 26) (name GND) (type power_in)) + (pin (num 27) (name M0) (type input)) + (pin (num 28) (name VCC) (type power_in)) + (pin (num 29) (name M2) (type input)) + (pin (num 30) (name PGCK2) (type passive)) + (pin (num 31) (name P31/HDC) (type passive)) + (pin (num 32) (name P32) (type passive)) + (pin (num 33) (name P33/LDC) (type passive)) + (pin (num 34) (name P34) (type passive)) + (pin (num 35) (name P35) (type passive)) + (pin (num 36) (name P36) (type passive)) + (pin (num 37) (name P37) (type passive)) + (pin (num 38) (name P38) (type passive)) + (pin (num 39) (name P39/INIT) (type passive)) + (pin (num 40) (name VCC) (type power_in)) + (pin (num 41) (name GND) (type power_in)) + (pin (num 42) (name P42) (type passive)) + (pin (num 43) (name P43) (type passive)) + (pin (num 44) (name P44) (type passive)) + (pin (num 45) (name P45) (type passive)) + (pin (num 46) (name P46) (type passive)) + (pin (num 47) (name P47) (type passive)) + (pin (num 48) (name P48) (type passive)) + (pin (num 49) (name P49) (type passive)) + (pin (num 50) (name P50) (type passive)) + (pin (num 51) (name SGCK3) (type passive)) + (pin (num 52) (name GND) (type power_in)) + (pin (num 53) (name DONE) (type openCol)) + (pin (num 54) (name VCC) (type power_in)) + (pin (num 55) (name PROG) (type input)) + (pin (num 56) (name P56) (type passive)) + (pin (num 57) (name PGCK3) (type passive)) + (pin (num 58) (name P58) (type passive)) + (pin (num 59) (name P59) (type passive)) + (pin (num 60) (name P60) (type passive)) + (pin (num 61) (name P61) (type passive)) + (pin (num 62) (name P62) (type passive)) + (pin (num 63) (name P63) (type passive)) + (pin (num 64) (name P64) (type passive)) + (pin (num 65) (name P65) (type passive)) + (pin (num 66) (name VCC) (type power_in)) + (pin (num 67) (name GND) (type power_in)) + (pin (num 68) (name P68) (type passive)) + (pin (num 69) (name P69) (type passive)) + (pin (num 70) (name P70) (type passive)) + (pin (num 71) (name P71) (type passive)) + (pin (num 72) (name P72) (type passive)) + (pin (num 73) (name P73) (type passive)) + (pin (num 74) (name P74/BUSY) (type passive)) + (pin (num 75) (name DIN/D0) (type passive)) + (pin (num 76) (name DOUT/SGCK4) (type passive)) + (pin (num 77) (name CCLK) (type input)) + (pin (num 78) (name VCC) (type power_in)) + (pin (num 79) (name TDO) (type output)) + (pin (num 80) (name GND) (type power_in)) + (pin (num 81) (name P81) (type passive)) + (pin (num 82) (name PGCK4) (type passive)) + (pin (num 83) (name P83) (type passive)) + (pin (num 84) (name P84) (type passive)) + (pin (num 85) (name P85) (type passive)) + (pin (num 86) (name P86) (type passive)) + (pin (num 87) (name P87) (type passive)) + (pin (num 88) (name P88) (type passive)) + (pin (num 89) (name P89) (type passive)) + (pin (num 90) (name P90) (type passive)) + (pin (num 91) (name GND) (type power_in)) + (pin (num 92) (name VCC) (type power_in)) + (pin (num 93) (name P93) (type passive)) + (pin (num 94) (name P94) (type passive)) + (pin (num 95) (name P95) (type passive)) + (pin (num 96) (name P96) (type passive)) + (pin (num 97) (name P97) (type passive)) + (pin (num 98) (name P98) (type passive)) + (pin (num 99) (name P99) (type passive)) + (pin (num 100) (name P100) (type passive)))) + (libpart (lib xilinx) (part XC4005-PQ160) + (fields + (field (name Reference) U) + (field (name Value) XC4005-PQ160)) + (pins + (pin (num 1) (name GND) (type power_in)) + (pin (num 2) (name PGCK1) (type BiDi)) + (pin (num 3) (name P3) (type passive)) + (pin (num 4) (name P4) (type passive)) + (pin (num 5) (name P5) (type passive)) + (pin (num 6) (name TDI) (type passive)) + (pin (num 7) (name TCK) (type passive)) + (pin (num 10) (name GND) (type power_in)) + (pin (num 11) (name P11) (type passive)) + (pin (num 12) (name P12) (type passive)) + (pin (num 13) (name TMS) (type passive)) + (pin (num 14) (name P14) (type passive)) + (pin (num 15) (name P15) (type passive)) + (pin (num 16) (name P16) (type passive)) + (pin (num 17) (name P17) (type passive)) + (pin (num 18) (name P18) (type passive)) + (pin (num 19) (name GND) (type power_in)) + (pin (num 20) (name VCC) (type power_in)) + (pin (num 21) (name P21) (type passive)) + (pin (num 22) (name P22) (type passive)) + (pin (num 23) (name P23) (type passive)) + (pin (num 24) (name P24) (type passive)) + (pin (num 25) (name P25) (type passive)) + (pin (num 26) (name P26) (type passive)) + (pin (num 27) (name P27) (type passive)) + (pin (num 28) (name P28) (type passive)) + (pin (num 29) (name GND) (type power_in)) + (pin (num 32) (name P32) (type passive)) + (pin (num 33) (name P33) (type passive)) + (pin (num 34) (name P34) (type passive)) + (pin (num 35) (name P35) (type passive)) + (pin (num 36) (name P36) (type passive)) + (pin (num 37) (name SGCK2) (type passive)) + (pin (num 38) (name M1) (type input)) + (pin (num 39) (name GND) (type power_in)) + (pin (num 40) (name M0) (type input)) + (pin (num 41) (name VCC) (type power_in)) + (pin (num 42) (name M2) (type input)) + (pin (num 43) (name PGCK2) (type passive)) + (pin (num 44) (name HDC) (type passive)) + (pin (num 45) (name P45) (type passive)) + (pin (num 46) (name P46) (type passive)) + (pin (num 47) (name P47) (type passive)) + (pin (num 48) (name LDC) (type passive)) + (pin (num 51) (name GND) (type power_in)) + (pin (num 52) (name P52) (type passive)) + (pin (num 53) (name P53) (type passive)) + (pin (num 54) (name P54) (type passive)) + (pin (num 55) (name P55) (type passive)) + (pin (num 56) (name P56) (type passive)) + (pin (num 57) (name P57) (type passive)) + (pin (num 58) (name P58) (type passive)) + (pin (num 59) (name P59-INIT) (type passive)) + (pin (num 60) (name VCC) (type power_in)) + (pin (num 61) (name GND) (type power_in)) + (pin (num 62) (name P62) (type passive)) + (pin (num 63) (name P63) (type passive)) + (pin (num 64) (name P64) (type passive)) + (pin (num 65) (name P65) (type passive)) + (pin (num 66) (name P66) (type passive)) + (pin (num 67) (name P67) (type passive)) + (pin (num 68) (name P68) (type BiDi)) + (pin (num 69) (name P69) (type passive)) + (pin (num 70) (name GND) (type power_in)) + (pin (num 73) (name P73) (type passive)) + (pin (num 74) (name P74) (type passive)) + (pin (num 75) (name P75) (type passive)) + (pin (num 76) (name P76) (type passive)) + (pin (num 77) (name P77) (type passive)) + (pin (num 78) (name SGCK3) (type passive)) + (pin (num 79) (name GND) (type power_in)) + (pin (num 80) (name DONE) (type BiDi)) + (pin (num 81) (name VCC) (type power_in)) + (pin (num 82) (name PROG) (type input)) + (pin (num 83) (name P83) (type passive)) + (pin (num 84) (name PGCK3) (type passive)) + (pin (num 85) (name P85) (type passive)) + (pin (num 86) (name P86) (type passive)) + (pin (num 87) (name P87) (type passive)) + (pin (num 88) (name P88) (type passive)) + (pin (num 91) (name GND) (type power_in)) + (pin (num 92) (name P92) (type passive)) + (pin (num 93) (name P93) (type passive)) + (pin (num 94) (name P93) (type passive)) + (pin (num 95) (name P95) (type passive)) + (pin (num 96) (name P96) (type passive)) + (pin (num 97) (name P97) (type passive)) + (pin (num 98) (name P98) (type passive)) + (pin (num 99) (name P90) (type passive)) + (pin (num 100) (name VCC) (type power_in)) + (pin (num 101) (name GND) (type power_in)) + (pin (num 102) (name P102) (type passive)) + (pin (num 103) (name P103) (type passive)) + (pin (num 104) (name P104) (type passive)) + (pin (num 105) (name P105) (type passive)) + (pin (num 106) (name P106) (type passive)) + (pin (num 107) (name P107) (type passive)) + (pin (num 108) (name P108) (type passive)) + (pin (num 109) (name P109) (type passive)) + (pin (num 110) (name GND) (type power_in)) + (pin (num 113) (name P113) (type passive)) + (pin (num 114) (name P114-RDY) (type passive)) + (pin (num 115) (name P115) (type passive)) + (pin (num 116) (name P116) (type passive)) + (pin (num 117) (name DIN) (type input)) + (pin (num 118) (name DOUT-SGI4) (type passive)) + (pin (num 119) (name CCLK) (type passive)) + (pin (num 120) (name VCC) (type power_in)) + (pin (num 121) (name TDO) (type output)) + (pin (num 122) (name GND) (type power_in)) + (pin (num 123) (name P123) (type passive)) + (pin (num 124) (name P124) (type passive)) + (pin (num 125) (name P125) (type passive)) + (pin (num 126) (name P126) (type passive)) + (pin (num 127) (name P127) (type passive)) + (pin (num 128) (name P128) (type passive)) + (pin (num 131) (name GND) (type power_in)) + (pin (num 132) (name P132) (type passive)) + (pin (num 133) (name P133) (type passive)) + (pin (num 134) (name P134) (type passive)) + (pin (num 135) (name P135) (type passive)) + (pin (num 137) (name P137) (type passive)) + (pin (num 138) (name P138) (type passive)) + (pin (num 139) (name P139) (type passive)) + (pin (num 140) (name P140) (type passive)) + (pin (num 141) (name GND) (type power_in)) + (pin (num 142) (name VCC) (type power_in)) + (pin (num 143) (name P143) (type passive)) + (pin (num 144) (name P144) (type passive)) + (pin (num 145) (name P145) (type passive)) + (pin (num 146) (name P146) (type passive)) + (pin (num 147) (name P147) (type passive)) + (pin (num 148) (name P148) (type passive)) + (pin (num 149) (name P149) (type passive)) + (pin (num 150) (name P150) (type passive)) + (pin (num 151) (name GND) (type power_in)) + (pin (num 154) (name P154) (type passive)) + (pin (num 155) (name P155) (type passive)) + (pin (num 156) (name P156) (type passive)) + (pin (num 157) (name P157) (type passive)) + (pin (num 158) (name P158) (type passive)) + (pin (num 159) (name SGCK1) (type passive)) + (pin (num 160) (name VCC) (type power_in)))) + (libpart (lib special) (part AV9173) + (description "Pll Video") + (docs video/av9173.pdf) + (fields + (field (name Reference) U) + (field (name Value) AV9173)) + (pins + (pin (num 1) (name FSIGIN) (type input)) + (pin (num 2) (name FREFIN) (type input)) + (pin (num 3) (name GND) (type input)) + (pin (num 4) (name FS0) (type input)) + (pin (num 5) (name OE) (type input)) + (pin (num 6) (name CKKOUT) (type 3state)) + (pin (num 7) (name VCC) (type input)) + (pin (num 8) (name CLK/2) (type 3state)))) + (libpart (lib special) (part LIGNE_A_RETARD) + (fields + (field (name Reference) L) + (field (name Value) LIGNE_A_RETARD)) + (pins + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name COMMUN) (type input)))) + (libpart (lib special) (part S5933_PQ160) + (description "Controlleur de bus PCI") + (fields + (field (name Reference) U) + (field (name Value) S5933_PQ160)) + (pins + (pin (num 1) (name EQ0) (type BiDi)) + (pin (num 2) (name AD23) (type BiDi)) + (pin (num 3) (name AD22) (type BiDi)) + (pin (num 4) (name AD21) (type BiDi)) + (pin (num 5) (name DQ31) (type BiDi)) + (pin (num 6) (name AD20) (type BiDi)) + (pin (num 7) (name AD19) (type BiDi)) + (pin (num 8) (name AD18) (type BiDi)) + (pin (num 9) (name EQ1) (type BiDi)) + (pin (num 10) (name VSS) (type power_in)) + (pin (num 11) (name VCC) (type power_in)) + (pin (num 12) (name AD17) (type BiDi)) + (pin (num 13) (name DQ30) (type BiDi)) + (pin (num 14) (name AD16) (type BiDi)) + (pin (num 15) (name C/BE2#) (type BiDi)) + (pin (num 16) (name FRAME#) (type BiDi)) + (pin (num 17) (name EQ2) (type BiDi)) + (pin (num 18) (name IRDY#) (type BiDi)) + (pin (num 19) (name TRDY#) (type BiDi)) + (pin (num 20) (name DEVSEL#) (type BiDi)) + (pin (num 21) (name EQ3) (type BiDi)) + (pin (num 22) (name STOP#) (type BiDi)) + (pin (num 23) (name LOCK#) (type input)) + (pin (num 24) (name PERR#) (type BiDi)) + (pin (num 25) (name DQ29) (type BiDi)) + (pin (num 26) (name SERR#) (type output)) + (pin (num 27) (name PAR) (type BiDi)) + (pin (num 28) (name C/BE1#) (type BiDi)) + (pin (num 29) (name EQ4/FWC#) (type BiDi)) + (pin (num 30) (name VSS) (type power_in)) + (pin (num 31) (name VCC) (type power_in)) + (pin (num 32) (name AD15) (type BiDi)) + (pin (num 33) (name EQ5/FRC#) (type BiDi)) + (pin (num 34) (name AD14) (type BiDi)) + (pin (num 35) (name AD13) (type BiDi)) + (pin (num 36) (name AD12) (type BiDi)) + (pin (num 37) (name DQ28) (type BiDi)) + (pin (num 38) (name AD11) (type BiDi)) + (pin (num 39) (name AD10) (type BiDi)) + (pin (num 40) (name AD9) (type BiDi)) + (pin (num 41) (name EQ6/AMREN) (type BiDi)) + (pin (num 42) (name AD8) (type BiDi)) + (pin (num 43) (name C/BE0#) (type BiDi)) + (pin (num 44) (name AD7) (type BiDi)) + (pin (num 45) (name DQ27) (type BiDi)) + (pin (num 46) (name AD6) (type BiDi)) + (pin (num 47) (name AD5) (type BiDi)) + (pin (num 48) (name AD4) (type BiDi)) + (pin (num 49) (name EQ7/AMWEN) (type BiDi)) + (pin (num 50) (name VSS) (type power_in)) + (pin (num 51) (name VCC) (type power_in)) + (pin (num 52) (name AD3) (type BiDi)) + (pin (num 53) (name DQ26) (type BiDi)) + (pin (num 54) (name AD2) (type BiDi)) + (pin (num 55) (name AD1) (type BiDi)) + (pin (num 56) (name AD0) (type BiDi)) + (pin (num 57) (name EA0) (type BiDi)) + (pin (num 58) (name INTA#) (type output)) + (pin (num 59) (name MODE_16/32) (type input)) + (pin (num 60) (name BE3#) (type input)) + (pin (num 61) (name EA1) (type BiDi)) + (pin (num 62) (name BE2#) (type input)) + (pin (num 63) (name BE1#) (type input)) + (pin (num 64) (name ADR5) (type input)) + (pin (num 65) (name DQ25) (type BiDi)) + (pin (num 66) (name ADR4) (type input)) + (pin (num 67) (name ADR3) (type input)) + (pin (num 68) (name ADR2) (type input)) + (pin (num 69) (name EA2) (type BiDi)) + (pin (num 70) (name VSS) (type power_in)) + (pin (num 71) (name VCC) (type power_in)) + (pin (num 72) (name RD#) (type input)) + (pin (num 73) (name EA3) (type BiDi)) + (pin (num 74) (name WR#) (type input)) + (pin (num 75) (name SELECT#) (type input)) + (pin (num 76) (name DQ15) (type BiDi)) + (pin (num 77) (name DQ24) (type BiDi)) + (pin (num 78) (name DQ14) (type BiDi)) + (pin (num 79) (name DQ13) (type BiDi)) + (pin (num 80) (name DQ12) (type BiDi)) + (pin (num 81) (name EA4) (type BiDi)) + (pin (num 82) (name DQ11) (type BiDi)) + (pin (num 83) (name DQ10) (type BiDi)) + (pin (num 84) (name DQ9) (type BiDi)) + (pin (num 85) (name DQ23) (type BiDi)) + (pin (num 86) (name DQ8) (type BiDi)) + (pin (num 87) (name BE0#) (type input)) + (pin (num 88) (name DQ7) (type BiDi)) + (pin (num 89) (name EA5) (type BiDi)) + (pin (num 90) (name VSS) (type power_in)) + (pin (num 91) (name VCC) (type power_in)) + (pin (num 92) (name DQ6) (type BiDi)) + (pin (num 93) (name DQ22) (type BiDi)) + (pin (num 94) (name DQ5) (type BiDi)) + (pin (num 95) (name DQ4) (type BiDi)) + (pin (num 96) (name DQ3) (type BiDi)) + (pin (num 97) (name EA6) (type BiDi)) + (pin (num 98) (name DQ2) (type BiDi)) + (pin (num 99) (name DQ1) (type BiDi)) + (pin (num 100) (name DQ0) (type BiDi)) + (pin (num 101) (name EA7) (type BiDi)) + (pin (num 102) (name WRFIFO#) (type input)) + (pin (num 103) (name WRFULL) (type output)) + (pin (num 104) (name RDFIFO#) (type input)) + (pin (num 105) (name DQ21) (type BiDi)) + (pin (num 106) (name RDEMPTY) (type output)) + (pin (num 107) (name PTADR#) (type input)) + (pin (num 108) (name PTWR) (type output)) + (pin (num 109) (name EA8) (type BiDi)) + (pin (num 110) (name VSS) (type power_in)) + (pin (num 111) (name VCC) (type power_in)) + (pin (num 112) (name PTBURST#) (type output)) + (pin (num 113) (name EA9) (type output)) + (pin (num 114) (name PTATN#) (type output)) + (pin (num 115) (name PTRDY#) (type input)) + (pin (num 116) (name PTBE0#) (type output)) + (pin (num 117) (name DQ20) (type BiDi)) + (pin (num 118) (name PTBE1#) (type output)) + (pin (num 119) (name PTBE2#) (type output)) + (pin (num 120) (name PTBE3#) (type output)) + (pin (num 121) (name EA10) (type output)) + (pin (num 122) (name PTNUM1) (type output)) + (pin (num 123) (name PTNUM0) (type output)) + (pin (num 124) (name IRQ#) (type output)) + (pin (num 125) (name DQ19) (type BiDi)) + (pin (num 126) (name SYSRST#) (type output)) + (pin (num 127) (name EWR#/SDA) (type BiDi)) + (pin (num 128) (name ERD#/SCL) (type output)) + (pin (num 129) (name EA11) (type output)) + (pin (num 130) (name VSS) (type power_in)) + (pin (num 131) (name VCC) (type power_in)) + (pin (num 132) (name ADR6) (type input)) + (pin (num 133) (name DQ18) (type BiDi)) + (pin (num 135) (name SNV) (type input)) + (pin (num 137) (name EA12) (type output)) + (pin (num 138) (name FLT#) (type input)) + (pin (num 139) (name RST#) (type input)) + (pin (num 140) (name BPCLK) (type output)) + (pin (num 141) (name EA13) (type output)) + (pin (num 142) (name CLK) (type input)) + (pin (num 143) (name GNT#) (type input)) + (pin (num 144) (name REQ#) (type output)) + (pin (num 145) (name DQ17) (type BiDi)) + (pin (num 146) (name AD31) (type BiDi)) + (pin (num 147) (name AD30) (type BiDi)) + (pin (num 148) (name AD29) (type BiDi)) + (pin (num 149) (name EA14/FWE) (type BiDi)) + (pin (num 150) (name VSS) (type power_in)) + (pin (num 151) (name VCC) (type power_in)) + (pin (num 152) (name AD28) (type BiDi)) + (pin (num 153) (name EA15/FRF) (type BiDi)) + (pin (num 154) (name AD27) (type BiDi)) + (pin (num 155) (name AD26) (type BiDi)) + (pin (num 156) (name AD25) (type BiDi)) + (pin (num 157) (name DQ16) (type BiDi)) + (pin (num 158) (name AD24) (type BiDi)) + (pin (num 159) (name C/BE3#) (type BiDi)) + (pin (num 160) (name IDSEL) (type input)))) + (libpart (lib philips) (part TDA8501) + (description "Modulateur Pal/NTSC, entree RGB ou Y,Y-R,Y-B") + (fields + (field (name Reference) U) + (field (name Value) TDA8501)) + (pins + (pin (num 1) (name -R.Y) (type input)) + (pin (num 2) (name MCTR) (type input)) + (pin (num 3) (name -B.Y) (type input)) + (pin (num 4) (name H/2) (type BiDi)) + (pin (num 5) (name Y) (type input)) + (pin (num 6) (name UOFF) (type output)) + (pin (num 7) (name R) (type input)) + (pin (num 8) (name VCC) (type input)) + (pin (num 9) (name G) (type input)) + (pin (num 10) (name VSS) (type input)) + (pin (num 11) (name B) (type input)) + (pin (num 12) (name VOFF) (type output)) + (pin (num 13) (name VREF) (type output)) + (pin (num 14) (name C/OUT) (type output)) + (pin (num 15) (name FLT) (type passive)) + (pin (num 16) (name CVBS) (type output)) + (pin (num 17) (name NTSC/PAL) (type input)) + (pin (num 18) (name NOTCH) (type input)) + (pin (num 19) (name Y/OUT) (type output)) + (pin (num 20) (name Y+SIN) (type input)) + (pin (num 21) (name B/ADJ) (type passive)) + (pin (num 22) (name Y+SOUT) (type output)) + (pin (num 23) (name OSC) (type output)) + (pin (num 24) (name CS) (type input)))) + (libpart (lib video-cache) (part BT253) + (aliases + (alias BT254)) + (fields + (field (name Reference) U) + (field (name Value) BT253)) + (pins + (pin (num 1) (name VAA) (type input)) + (pin (num 2) (name GND) (type input)) + (pin (num 3) (name GND) (type input)) + (pin (num 4) (name SYNC0) (type input)) + (pin (num 5) (name SYNC1) (type input)) + (pin (num 6) (name CEXT1) (type output)) + (pin (num 7) (name CEXT2) (type input)) + (pin (num 8) (name CSYNC) (type output)) + (pin (num 9) (name D7) (type 3state)) + (pin (num 10) (name D6) (type 3state)) + (pin (num 11) (name D5) (type 3state)) + (pin (num 12) (name D4) (type 3state)) + (pin (num 13) (name D3) (type 3state)) + (pin (num 14) (name D2) (type 3state)) + (pin (num 15) (name D1) (type 3state)) + (pin (num 16) (name D0) (type 3state)) + (pin (num 17) (name A0) (type input)) + (pin (num 18) (name A1) (type input)) + (pin (num 19) (name A2) (type input)) + (pin (num 20) (name RD) (type input)) + (pin (num 21) (name RREF-) (type input)) + (pin (num 22) (name GREF-) (type input)) + (pin (num 23) (name BREF-) (type input)) + (pin (num 24) (name WR) (type input)) + (pin (num 25) (name B7) (type 3state)) + (pin (num 26) (name B6) (type 3state)) + (pin (num 27) (name B5) (type 3state)) + (pin (num 28) (name B4) (type 3state)) + (pin (num 29) (name B3) (type 3state)) + (pin (num 30) (name B2) (type 3state)) + (pin (num 31) (name B1) (type 3state)) + (pin (num 32) (name B0) (type 3state)) + (pin (num 33) (name G7) (type 3state)) + (pin (num 34) (name G6) (type 3state)) + (pin (num 35) (name G5) (type 3state)) + (pin (num 36) (name G4) (type 3state)) + (pin (num 37) (name ZERO) (type input)) + (pin (num 38) (name BCLOCK) (type input)) + (pin (num 39) (name GCLOCK) (type input)) + (pin (num 40) (name RCLOCK) (type input)) + (pin (num 41) (name GND) (type input)) + (pin (num 42) (name GND) (type input)) + (pin (num 43) (name VAA) (type input)) + (pin (num 44) (name VAA) (type input)) + (pin (num 45) (name G3) (type 3state)) + (pin (num 46) (name G2) (type 3state)) + (pin (num 47) (name G1) (type 3state)) + (pin (num 48) (name G0) (type 3state)) + (pin (num 49) (name R7) (type 3state)) + (pin (num 50) (name R6) (type 3state)) + (pin (num 51) (name R5) (type 3state)) + (pin (num 52) (name R4) (type 3state)) + (pin (num 53) (name R3) (type 3state)) + (pin (num 54) (name R2) (type 3state)) + (pin (num 55) (name R1) (type 3state)) + (pin (num 56) (name R0) (type 3state)) + (pin (num 57) (name OE) (type input)) + (pin (num 58) (name BIN) (type input)) + (pin (num 59) (name CLAMP) (type input)) + (pin (num 60) (name GIN) (type input)) + (pin (num 61) (name BLEVEL) (type input)) + (pin (num 62) (name RIN) (type input)) + (pin (num 63) (name GLEVEL) (type input)) + (pin (num 64) (name BREF+) (type input)) + (pin (num 65) (name GREF+) (type input)) + (pin (num 66) (name RREF+) (type input)) + (pin (num 67) (name RLEVEL) (type input)) + (pin (num 68) (name BOUT) (type output)) + (pin (num 69) (name RSET) (type input)) + (pin (num 70) (name GOUT) (type output)) + (pin (num 71) (name IOUT5) (type passive)) + (pin (num 72) (name ROUT) (type output)) + (pin (num 73) (name IOUT4) (type passive)) + (pin (num 74) (name BVID1) (type input)) + (pin (num 75) (name BVID0) (type input)) + (pin (num 76) (name IOUT3) (type passive)) + (pin (num 77) (name GVID1) (type input)) + (pin (num 78) (name IOUT2) (type passive)) + (pin (num 79) (name GVID0) (type input)) + (pin (num 80) (name IOUT1) (type passive)) + (pin (num 81) (name RVID1) (type input)) + (pin (num 82) (name IOUT0) (type passive)) + (pin (num 83) (name RVID0) (type input)) + (pin (num 84) (name VAA) (type input)))) + (libpart (lib video-cache) (part BT473) + (fields + (field (name Reference) U) + (field (name Value) BT473)) + (pins + (pin (num 1) (name VAA) (type input)) + (pin (num 2) (name VAA) (type input)) + (pin (num 3) (name GND) (type input)) + (pin (num 4) (name GND) (type input)) + (pin (num 5) (name S0) (type input)) + (pin (num 6) (name S1) (type input)) + (pin (num 7) (name BLANK) (type input)) + (pin (num 8) (name SYNC) (type input)) + (pin (num 9) (name CLOCK) (type input)) + (pin (num 10) (name OL0) (type input)) + (pin (num 11) (name OL1) (type input)) + (pin (num 12) (name OL2) (type input)) + (pin (num 13) (name OL3) (type input)) + (pin (num 14) (name D0) (type input)) + (pin (num 15) (name D1) (type input)) + (pin (num 16) (name D2) (type input)) + (pin (num 17) (name D3) (type input)) + (pin (num 18) (name D4) (type input)) + (pin (num 19) (name D5) (type input)) + (pin (num 20) (name D6) (type input)) + (pin (num 21) (name D7) (type input)) + (pin (num 22) (name WR) (type input)) + (pin (num 23) (name RD) (type input)) + (pin (num 24) (name RS0) (type input)) + (pin (num 25) (name RS1) (type input)) + (pin (num 26) (name RS2) (type input)) + (pin (num 27) (name CR0) (type output)) + (pin (num 28) (name CR1) (type output)) + (pin (num 29) (name CR2) (type output)) + (pin (num 30) (name CR3) (type output)) + (pin (num 31) (name GND) (type input)) + (pin (num 32) (name GND) (type input)) + (pin (num 33) (name VAA) (type input)) + (pin (num 34) (name VAA) (type input)) + (pin (num 35) (name VAA) (type input)) + (pin (num 36) (name VAA) (type input)) + (pin (num 37) (name RED) (type output)) + (pin (num 38) (name GRE) (type output)) + (pin (num 39) (name BLU) (type output)) + (pin (num 40) (name IREF) (type input)) + (pin (num 41) (name COMP) (type input)) + (pin (num 42) (name OPA) (type output)) + (pin (num 43) (name VREF) (type input)) + (pin (num 44) (name VREFOUT) (type output)) + (pin (num 45) (name R0) (type input)) + (pin (num 46) (name R1) (type input)) + (pin (num 47) (name R2) (type input)) + (pin (num 48) (name R3) (type input)) + (pin (num 49) (name R4) (type input)) + (pin (num 50) (name R5) (type input)) + (pin (num 51) (name R6) (type input)) + (pin (num 52) (name R7) (type input)) + (pin (num 53) (name G0) (type input)) + (pin (num 54) (name G1) (type input)) + (pin (num 55) (name G2) (type input)) + (pin (num 56) (name G3) (type input)) + (pin (num 57) (name G4) (type input)) + (pin (num 58) (name G5) (type input)) + (pin (num 59) (name G6) (type input)) + (pin (num 60) (name G7) (type input)) + (pin (num 61) (name B0) (type input)) + (pin (num 62) (name B1) (type input)) + (pin (num 63) (name B2) (type input)) + (pin (num 64) (name B3) (type input)) + (pin (num 65) (name B4) (type input)) + (pin (num 66) (name B5) (type input)) + (pin (num 67) (name B6) (type input)) + (pin (num 68) (name B7) (type input)))) + (libpart (lib video-cache) (part BT812) + (fields + (field (name Reference) U) + (field (name Value) BT812)) + (pins + (pin (num 1) (name VAA) (type input)) + (pin (num 2) (name VAA) (type input)) + (pin (num 3) (name YREF-) (type input)) + (pin (num 4) (name VIN_Y/COMP.) (type input)) + (pin (num 5) (name GNDA) (type input)) + (pin (num 6) (name OUT_Y) (type output)) + (pin (num 7) (name YLEVEL) (type input)) + (pin (num 16) (name GND) (type input)) + (pin (num 25) (name FIELD_1) (type BiDi)) + (pin (num 26) (name FIELD_0) (type BiDi)) + (pin (num 27) (name FIELD_2) (type output)) + (pin (num 28) (name CBFLAG) (type output)) + (pin (num 29) (name VALID) (type output)) + (pin (num 30) (name GND) (type input)) + (pin (num 31) (name VCC) (type input)) + (pin (num 32) (name ACTIVE) (type output)) + (pin (num 33) (name VACTIVE) (type output)) + (pin (num 34) (name VRESET) (type output)) + (pin (num 35) (name HACTIVE) (type output)) + (pin (num 36) (name HRESET) (type output)) + (pin (num 37) (name SERROR) (type output)) + (pin (num 38) (name CAPTURE) (type output)) + (pin (num 39) (name VAA) (type input)) + (pin (num 40) (name VAA) (type input)) + (pin (num 41) (name VAA) (type input)) + (pin (num 42) (name VAA) (type input)) + (pin (num 43) (name VAA) (type input)) + (pin (num 44) (name GND) (type input)) + (pin (num 45) (name VCC) (type input)) + (pin (num 46) (name VTU_EN) (type input)) + (pin (num 47) (name PIXEL_EN) (type input)) + (pin (num 48) (name B7) (type 3state)) + (pin (num 49) (name B6) (type 3state)) + (pin (num 50) (name B5) (type 3state)) + (pin (num 51) (name B4) (type 3state)) + (pin (num 52) (name B3) (type 3state)) + (pin (num 53) (name B2) (type 3state)) + (pin (num 54) (name B1) (type 3state)) + (pin (num 55) (name B0) (type 3state)) + (pin (num 56) (name GND) (type input)) + (pin (num 57) (name VCC) (type input)) + (pin (num 58) (name R7) (type 3state)) + (pin (num 59) (name R6) (type 3state)) + (pin (num 60) (name R5) (type 3state)) + (pin (num 61) (name R4) (type 3state)) + (pin (num 62) (name R3) (type 3state)) + (pin (num 63) (name R2) (type 3state)) + (pin (num 64) (name R1) (type 3state)) + (pin (num 65) (name R0) (type 3state)) + (pin (num 66) (name GND) (type input)) + (pin (num 67) (name G7) (type 3state)) + (pin (num 68) (name G6) (type 3state)) + (pin (num 69) (name G5) (type 3state)) + (pin (num 70) (name G4) (type 3state)) + (pin (num 71) (name G3) (type 3state)) + (pin (num 72) (name G2) (type 3state)) + (pin (num 73) (name G1) (type 3state)) + (pin (num 74) (name G0) (type 3state)) + (pin (num 75) (name GND) (type input)) + (pin (num 76) (name VCC) (type input)) + (pin (num 78) (name VAA) (type input)) + (pin (num 79) (name VAA) (type input)) + (pin (num 80) (name VAA) (type input)) + (pin (num 81) (name VAA) (type input)) + (pin (num 82) (name VAA) (type input)) + (pin (num 83) (name WR) (type input)) + (pin (num 84) (name RS0) (type input)) + (pin (num 85) (name RS1) (type input)) + (pin (num 86) (name RD) (type input)) + (pin (num 87) (name RESET) (type input)) + (pin (num 88) (name TDI) (type input)) + (pin (num 89) (name TMS) (type input)) + (pin (num 90) (name TCLK) (type input)) + (pin (num 91) (name VCC) (type passive)) + (pin (num 92) (name D0) (type 3state)) + (pin (num 93) (name D1) (type 3state)) + (pin (num 94) (name D2) (type 3state)) + (pin (num 95) (name D3) (type 3state)) + (pin (num 96) (name D4) (type 3state)) + (pin (num 97) (name D5) (type 3state)) + (pin (num 98) (name GND) (type input)) + (pin (num 99) (name D6) (type 3state)) + (pin (num 100) (name D7) (type 3state)) + (pin (num 101) (name TDO) (type output)) + (pin (num 102) (name VCC) (type input)) + (pin (num 103) (name GND) (type input)) + (pin (num 104) (name CLKX1) (type output)) + (pin (num 105) (name CLKX2) (type output)) + (pin (num 106) (name XTAL2_IN) (type input)) + (pin (num 107) (name XTAL2_OUT) (type output)) + (pin (num 108) (name XTAL1_IN) (type input)) + (pin (num 109) (name XTAL1_OUT) (type output)) + (pin (num 110) (name N/C) (type input)) + (pin (num 111) (name GND) (type input)) + (pin (num 112) (name VCC) (type input)) + (pin (num 113) (name REFOUT) (type output)) + (pin (num 114) (name CLEVEL) (type input)) + (pin (num 115) (name OUT_C) (type output)) + (pin (num 116) (name GNDA) (type input)) + (pin (num 117) (name VIN_C) (type input)) + (pin (num 118) (name CREF-) (type input)) + (pin (num 119) (name VAA) (type input)) + (pin (num 120) (name VAA) (type input)) + (pin (num 121) (name VAA) (type input)) + (pin (num 122) (name VAA) (type input)) + (pin (num 123) (name VAA) (type passive)) + (pin (num 124) (name GNDA) (type input)) + (pin (num 125) (name VID0_C) (type input)) + (pin (num 126) (name GNDA) (type input)) + (pin (num 127) (name VID1_C) (type input)) + (pin (num 128) (name GNDA) (type input)) + (pin (num 129) (name VID2_C) (type input)) + (pin (num 130) (name GNDA) (type input)) + (pin (num 131) (name VID3_C) (type input)) + (pin (num 132) (name VAA) (type input)) + (pin (num 134) (name GNDA) (type input)) + (pin (num 135) (name R/2) (type input)) + (pin (num 136) (name GNDA) (type input)) + (pin (num 137) (name CREF+) (type input)) + (pin (num 138) (name GNDA) (type input)) + (pin (num 139) (name GNDA) (type input)) + (pin (num 140) (name SYNC_DET) (type input)) + (pin (num 141) (name VAA) (type input)) + (pin (num 142) (name VAA) (type input)) + (pin (num 143) (name GNDA) (type input)) + (pin (num 144) (name YREF+) (type input)) + (pin (num 145) (name GNDA) (type input)) + (pin (num 147) (name GNDA) (type input)) + (pin (num 149) (name VAA) (type input)) + (pin (num 150) (name VID3_Y) (type input)) + (pin (num 151) (name GNDA) (type input)) + (pin (num 152) (name VID2_Y) (type input)) + (pin (num 153) (name GNDA) (type input)) + (pin (num 154) (name VID1_Y) (type input)) + (pin (num 155) (name GNDA) (type input)) + (pin (num 156) (name VID0_Y) (type input)) + (pin (num 157) (name GNDA) (type input)) + (pin (num 158) (name VAA) (type input)) + (pin (num 159) (name VAA) (type input)) + (pin (num 160) (name VAA) (type input))))) + (libraries + (library (logical device) + (uri f:\kicad\share\library\device.lib)) + (library (logical conn) + (uri f:\kicad\share\library\conn.lib)) + (library (logical 74xx) + (uri f:\kicad\share\library\74xx.lib)) + (library (logical memory) + (uri f:\kicad\share\library\memory.lib)) + (library (logical xilinx) + (uri f:\kicad\share\library\xilinx.lib)) + (library (logical special) + (uri f:\kicad\share\library\special.lib)) + (library (logical philips) + (uri f:\kicad\share\library\philips.lib)) + (library (logical video-cache) + (uri F:\kicad-launchpad\testing\demos\video\video-cache.lib))) + (nets + (net (code 1) (name /buspci.sch/PTATN-) + (node (ref U11) (pin 114)) + (node (ref U24) (pin 4)) + (node (ref U23) (pin 18)) + (node (ref RR5) (pin 2))) + (net (code 2) (name /buspci.sch/WR-) + (node (ref U23) (pin 47)) + (node (ref U24) (pin 132)) + (node (ref U11) (pin 74)) + (node (ref RR3) (pin 5))) + (net (code 3) (name /graphic/CDACLK) + (node (ref U9) (pin 9)) + (node (ref U22) (pin 79)) + (node (ref U24) (pin 76))) + (net (code 4) (name /graphic/CADCLK) + (node (ref U8) (pin 38)) + (node (ref U8) (pin 39)) + (node (ref U24) (pin 77)) + (node (ref U22) (pin 2)) + (node (ref U8) (pin 40))) + (net (code 5) (name /buspci.sch/BPCLK) + (node (ref U11) (pin 140)) + (node (ref U23) (pin 30))) + (net (code 6) (name /RAMS/RAS6-) + (node (ref U14) (pin 44)) + (node (ref U24) (pin 65)) + (node (ref U14) (pin 34))) + (net (code 7) (name /RAMS/CAS2-) + (node (ref U13) (pin 42)) + (node (ref U14) (pin 42)) + (node (ref U19) (pin 42)) + (node (ref U15) (pin 42)) + (node (ref U16) (pin 42)) + (node (ref U18) (pin 42)) + (node (ref U24) (pin 59)) + (node (ref U12) (pin 42)) + (node (ref U17) (pin 42))) + (net (code 8) (name /RAMS/CAS3-) + (node (ref U12) (pin 43)) + (node (ref U19) (pin 43)) + (node (ref U18) (pin 43)) + (node (ref U16) (pin 43)) + (node (ref U13) (pin 43)) + (node (ref U15) (pin 43)) + (node (ref U14) (pin 43)) + (node (ref U24) (pin 62)) + (node (ref U17) (pin 43))) + (net (code 9) (name /RAMS/RAS0-) + (node (ref U19) (pin 44)) + (node (ref U24) (pin 74)) + (node (ref U19) (pin 34))) + (net (code 10) (name /RAMS/RAS1-) + (node (ref U18) (pin 44)) + (node (ref U24) (pin 73)) + (node (ref U18) (pin 34))) + (net (code 11) (name /RAMS/RAS2-) + (node (ref U17) (pin 44)) + (node (ref U17) (pin 34)) + (node (ref U24) (pin 69))) + (net (code 12) (name /RAMS/RAS3-) + (node (ref U24) (pin 68)) + (node (ref U15) (pin 34)) + (node (ref U15) (pin 44))) + (net (code 13) (name /RAMS/RAS4-) + (node (ref U16) (pin 34)) + (node (ref U16) (pin 44)) + (node (ref U24) (pin 67))) + (net (code 14) (name /RAMS/RAS5-) + (node (ref U12) (pin 44)) + (node (ref U12) (pin 34)) + (node (ref U24) (pin 66))) + (net (code 15) (name /RAMS/CAS1-) + (node (ref U17) (pin 41)) + (node (ref U15) (pin 41)) + (node (ref U18) (pin 41)) + (node (ref U19) (pin 41)) + (node (ref U12) (pin 41)) + (node (ref U16) (pin 41)) + (node (ref U13) (pin 41)) + (node (ref U24) (pin 58)) + (node (ref U14) (pin 41))) + (net (code 16) (name /RAMS/CAS0-) + (node (ref U17) (pin 40)) + (node (ref U12) (pin 40)) + (node (ref U15) (pin 40)) + (node (ref U19) (pin 40)) + (node (ref U24) (pin 57)) + (node (ref U13) (pin 40)) + (node (ref U18) (pin 40)) + (node (ref U14) (pin 40)) + (node (ref U16) (pin 40))) + (net (code 17) (name /RAMS/RAS7-) + (node (ref U13) (pin 44)) + (node (ref U13) (pin 34)) + (node (ref U24) (pin 64))) + (net (code 18) (name /RAMS/WRAM-) + (node (ref U14) (pin 47)) + (node (ref U18) (pin 47)) + (node (ref U12) (pin 47)) + (node (ref U15) (pin 47)) + (node (ref U16) (pin 47)) + (node (ref U17) (pin 47)) + (node (ref U24) (pin 63)) + (node (ref U13) (pin 47)) + (node (ref U19) (pin 47))) + (net (code 19) (name /graphic/CSYNC-OUT) + (node (ref U9) (pin 8)) + (node (ref U24) (pin 13)) + (node (ref R30) (pin 2)) + (node (ref U22) (pin 9))) + (net (code 20) (name /ESVIDEO-RVB/CSYNCIN-) + (node (ref U24) (pin 54)) + (node (ref U8) (pin 8))) + (net (code 21) (name /ESVIDEO-RVB/BLANK-) + (node (ref U24) (pin 53)) + (node (ref U22) (pin 8)) + (node (ref U9) (pin 7))) + (net (code 22) (name /ESVIDEO-RVB/WRCAD-) + (node (ref U8) (pin 24)) + (node (ref U23) (pin 69))) + (net (code 23) (name /ESVIDEO-RVB/RDCAD-) + (node (ref U23) (pin 74)) + (node (ref U8) (pin 20))) + (net (code 24) (name /ESVIDEO-RVB/WRCDA-) + (node (ref U9) (pin 23)) + (node (ref U23) (pin 73))) + (net (code 25) (name /ESVIDEO-RVB/RDCDA-) + (node (ref U23) (pin 72)) + (node (ref U9) (pin 22))) + (net (code 26) (name /ESVIDEO-RVB/CLAMP) + (node (ref U8) (pin 37)) + (node (ref U22) (pin 7)) + (node (ref U24) (pin 75)) + (node (ref U8) (pin 59))) + (net (code 27) (name /buspci.sch/RD-) + (node (ref U23) (pin 46)) + (node (ref U11) (pin 72)) + (node (ref U24) (pin 133)) + (node (ref RR3) (pin 7))) + (net (code 28) (name /muxdata/X_DIN) + (node (ref U22) (pin 72)) + (node (ref U24) (pin 118))) + (net (code 29) (name /graphic/X_CLK) + (node (ref U22) (pin 74)) + (node (ref U24) (pin 119)) + (node (ref U23) (pin 86))) + (net (code 30) (name /graphic/X_DONE) + (node (ref U24) (pin 80)) + (node (ref U22) (pin 50)) + (node (ref U23) (pin 83))) + (net (code 31) (name /graphic/X_PROG-) + (node (ref U24) (pin 82)) + (node (ref U22) (pin 52)) + (node (ref U23) (pin 84))) + (net (code 32) (name /graphic/ACCES_RAM-) + (node (ref U6) (pin 19)) + (node (ref U24) (pin 56)) + (node (ref U22) (pin 21)) + (node (ref U3) (pin 19)) + (node (ref U4) (pin 19)) + (node (ref U5) (pin 19))) + (net (code 33) (name /muxdata/DATA_WR) + (node (ref U24) (pin 55)) + (node (ref U6) (pin 1)) + (node (ref U3) (pin 1)) + (node (ref U5) (pin 1)) + (node (ref U4) (pin 1))) + (net (code 34) (name /modul/YOUT) + (node (ref R40) (pin 2)) + (node (ref J4) (pin 9))) + (net (code 35) (name /modul/COUT) + (node (ref J4) (pin 8)) + (node (ref R39) (pin 1))) + (net (code 36) (name /graphic/ACQ_ON) + (node (ref U24) (pin 48)) + (node (ref U22) (pin 13))) + (net (code 37) (name /buspci.sch/IRQ-) + (node (ref U24) (pin 149)) + (node (ref U11) (pin 124))) + (net (code 38) (name /buspci.sch/X_IRQ) + (node (ref RR5) (pin 4)) + (node (ref U24) (pin 11)) + (node (ref U11) (pin 109))) + (net (code 39) (name /graphic/IRQ_SLR) + (node (ref U11) (pin 57)) + (node (ref U24) (pin 134)) + (node (ref RR2) (pin 7))) + (net (code 40) (name /buspci.sch/RDFIFO-) + (node (ref U24) (pin 16)) + (node (ref U11) (pin 104)) + (node (ref RR5) (pin 7))) + (net (code 41) (name /buspci.sch/WRFIFO-) + (node (ref U24) (pin 18)) + (node (ref RR5) (pin 8)) + (node (ref U11) (pin 102))) + (net (code 42) (name /buspci.sch/RDEMPTY) + (node (ref U11) (pin 106)) + (node (ref U24) (pin 15))) + (net (code 43) (name /buspci.sch/WRFULL) + (node (ref U11) (pin 103)) + (node (ref U24) (pin 17))) + (net (code 44) (name /buspci.sch/PTNUM0) + (node (ref U23) (pin 34)) + (node (ref U24) (pin 150)) + (node (ref U11) (pin 123))) + (net (code 45) (name /buspci.sch/PTNUM1) + (node (ref U11) (pin 122)) + (node (ref U23) (pin 32)) + (node (ref U24) (pin 154))) + (net (code 46) (name /pal-ntsc.sch/RESET-) + (node (ref U23) (pin 1)) + (node (ref U24) (pin 148)) + (node (ref U11) (pin 126)) + (node (ref U10) (pin 87))) + (net (code 47) (name /buspci.sch/PTWR) + (node (ref U11) (pin 108)) + (node (ref U23) (pin 16)) + (node (ref U24) (pin 12))) + (net (code 48) (name /buspci.sch/SELECT-) + (node (ref U11) (pin 75)) + (node (ref U24) (pin 135)) + (node (ref U23) (pin 45)) + (node (ref RR3) (pin 4))) + (net (code 49) (name /buspci.sch/PTRDY-) + (node (ref U24) (pin 3)) + (node (ref U23) (pin 19)) + (node (ref RR6) (pin 2)) + (node (ref U11) (pin 115))) + (net (code 50) (name /buspci.sch/PTBURST-) + (node (ref U11) (pin 112)) + (node (ref U23) (pin 17)) + (node (ref U24) (pin 5))) + (net (code 51) (name /buspci.sch/PTADR-) + (node (ref U23) (pin 24)) + (node (ref U11) (pin 107)) + (node (ref RR5) (pin 5)) + (node (ref U24) (pin 14))) + (net (code 52) (name /modul/CVBSOUT) + (node (ref R41) (pin 1)) + (node (ref P8) (pin 1))) + (net (code 53) (name /graphic/F_PALIN) + (node (ref U10) (pin 104)) + (node (ref U24) (pin 43))) + (net (code 54) (name /graphic/HD_PAL-) + (node (ref U24) (pin 52)) + (node (ref U10) (pin 36))) + (net (code 55) (name /graphic/VD_PAL-) + (node (ref U10) (pin 34)) + (node (ref U24) (pin 37))) + (net (code 56) (name /graphic/BT812_WR-) + (node (ref U23) (pin 70)) + (node (ref U10) (pin 83))) + (net (code 57) (name /graphic/BT812_RD-) + (node (ref U23) (pin 71)) + (node (ref U10) (pin 86))) + (net (code 58) (name /ESVIDEO-RVB/BLUE) + (node (ref J4) (pin 3)) + (node (ref U9) (pin 39)) + (node (ref R44) (pin 2)) + (node (ref C60) (pin 2))) + (net (code 59) (name /modul/BLEU) + (node (ref C58) (pin 2)) + (node (ref R42) (pin 2)) + (node (ref U9) (pin 37)) + (node (ref J4) (pin 1))) + (net (code 60) (name /ESVIDEO-RVB/GREEN) + (node (ref R43) (pin 2)) + (node (ref C59) (pin 2)) + (node (ref U9) (pin 38)) + (node (ref J4) (pin 2))) + (net (code 61) (name /ESVIDEO-RVB/RED_IN) + (node (ref P1) (pin 1)) + (node (ref R24) (pin 1)) + (node (ref C4) (pin 2)) + (node (ref R47) (pin 1))) + (net (code 62) (name /ESVIDEO-RVB/GREEN_IN) + (node (ref C3) (pin 2)) + (node (ref P2) (pin 1)) + (node (ref R45) (pin 1)) + (node (ref R23) (pin 1))) + (net (code 63) (name /ESVIDEO-RVB/BLUE_IN) + (node (ref R46) (pin 1)) + (node (ref R22) (pin 1)) + (node (ref P3) (pin 1))) + (net (code 64) (name /ESVIDEO-RVB/OE_PAL-) + (node (ref U10) (pin 47)) + (node (ref U9) (pin 28)) + (node (ref U10) (pin 46))) + (net (code 65) (name "Net-(U22-Pad76)") + (node (ref U22) (pin 76))) + (net (code 66) (name "Net-(U22-Pad65)") + (node (ref U22) (pin 65))) + (net (code 67) (name "Net-(U22-Pad15)") + (node (ref U22) (pin 15))) + (net (code 68) (name "Net-(U22-Pad16)") + (node (ref U22) (pin 16))) + (net (code 69) (name "Net-(U22-Pad66)") + (node (ref U22) (pin 66))) + (net (code 70) (name "Net-(U22-Pad73)") + (node (ref U22) (pin 73))) + (net (code 71) (name "Net-(U22-Pad14)") + (node (ref U22) (pin 14))) + (net (code 72) (name "Net-(U22-Pad27)") + (node (ref U22) (pin 27))) + (net (code 73) (name "Net-(U22-Pad3)") + (node (ref U22) (pin 3))) + (net (code 74) (name "Net-(U22-Pad4)") + (node (ref U22) (pin 4))) + (net (code 75) (name "Net-(U22-Pad5)") + (node (ref U22) (pin 5))) + (net (code 76) (name "Net-(U22-Pad6)") + (node (ref U22) (pin 6))) + (net (code 77) (name "Net-(U22-Pad10)") + (node (ref U22) (pin 10))) + (net (code 78) (name "Net-(U22-Pad30)") + (node (ref U22) (pin 30))) + (net (code 79) (name "Net-(L6-Pad2)") + (node (ref L6) (pin 2)) + (node (ref U20) (pin 20)) + (node (ref R11) (pin 1))) + (net (code 80) (name "Net-(R10-Pad2)") + (node (ref R10) (pin 2)) + (node (ref U20) (pin 22))) + (net (code 81) (name "Net-(U20-Pad3)") + (node (ref U20) (pin 3))) + (net (code 82) (name "Net-(C54-Pad1)") + (node (ref C54) (pin 1)) + (node (ref U20) (pin 8)) + (node (ref L2) (pin 2))) + (net (code 83) (name "Net-(R9-Pad2)") + (node (ref R9) (pin 2)) + (node (ref U20) (pin 21))) + (net (code 84) (name "Net-(U20-Pad5)") + (node (ref U20) (pin 5))) + (net (code 85) (name "Net-(U20-Pad1)") + (node (ref U20) (pin 1))) + (net (code 86) (name "Net-(Q3-Pad2)") + (node (ref R18) (pin 1)) + (node (ref Q3) (pin 2))) + (net (code 87) (name "Net-(Q1-Pad2)") + (node (ref Q1) (pin 2)) + (node (ref R16) (pin 1))) + (net (code 88) (name "Net-(L1-Pad1)") + (node (ref L1) (pin 1)) + (node (ref U20) (pin 18))) + (net (code 89) (name "Net-(Q2-Pad1)") + (node (ref Q2) (pin 1)) + (node (ref R40) (pin 1)) + (node (ref R33) (pin 1))) + (net (code 90) (name "Net-(U20-Pad23)") + (node (ref U20) (pin 23)) + (node (ref X3) (pin 2))) + (net (code 91) (name "Net-(CV1-Pad1)") + (node (ref CV1) (pin 1)) + (node (ref X3) (pin 1))) + (net (code 92) (name "Net-(C43-Pad1)") + (node (ref U20) (pin 12)) + (node (ref C43) (pin 1))) + (net (code 93) (name "Net-(C48-Pad2)") + (node (ref C64) (pin 1)) + (node (ref C48) (pin 2)) + (node (ref U20) (pin 13)) + (node (ref R11) (pin 2))) + (net (code 94) (name "Net-(C60-Pad1)") + (node (ref U20) (pin 7)) + (node (ref C60) (pin 1))) + (net (code 95) (name "Net-(C61-Pad1)") + (node (ref C61) (pin 1)) + (node (ref R30) (pin 1)) + (node (ref R31) (pin 2))) + (net (code 96) (name "Net-(POT1-Pad1)") + (node (ref POT1) (pin 1)) + (node (ref R9) (pin 1))) + (net (code 97) (name "Net-(C58-Pad1)") + (node (ref C58) (pin 1)) + (node (ref U20) (pin 11))) + (net (code 98) (name "Net-(C44-Pad1)") + (node (ref U20) (pin 6)) + (node (ref C44) (pin 1))) + (net (code 99) (name "Net-(U20-Pad4)") + (node (ref U20) (pin 4))) + (net (code 100) (name "Net-(Q1-Pad1)") + (node (ref R39) (pin 2)) + (node (ref R32) (pin 1)) + (node (ref Q1) (pin 1))) + (net (code 101) (name "Net-(Q2-Pad2)") + (node (ref Q2) (pin 2)) + (node (ref R17) (pin 1))) + (net (code 102) (name "Net-(C45-Pad1)") + (node (ref U20) (pin 15)) + (node (ref C45) (pin 1))) + (net (code 103) (name "Net-(C61-Pad2)") + (node (ref C61) (pin 2)) + (node (ref U20) (pin 24))) + (net (code 104) (name "Net-(C46-Pad1)") + (node (ref C46) (pin 1)) + (node (ref L1) (pin 2)) + (node (ref C53) (pin 1))) + (net (code 105) (name "Net-(Q3-Pad1)") + (node (ref Q3) (pin 1)) + (node (ref R41) (pin 2)) + (node (ref R34) (pin 1))) + (net (code 106) (name "Net-(C59-Pad1)") + (node (ref C59) (pin 1)) + (node (ref U20) (pin 9))) + (net (code 107) (name /modul/CVBS) + (node (ref U20) (pin 16)) + (node (ref R18) (pin 2))) + (net (code 108) (name +5F) + (node (ref C55) (pin 1)) + (node (ref L3) (pin 2)) + (node (ref Q2) (pin 3)) + (node (ref Q1) (pin 3)) + (node (ref Q3) (pin 3))) + (net (code 109) (name /modul/CHROM) + (node (ref R16) (pin 2)) + (node (ref U20) (pin 14))) + (net (code 110) (name "Net-(R4-Pad1)") + (node (ref U20) (pin 2)) + (node (ref R4) (pin 1))) + (net (code 111) (name /modul/LUM) + (node (ref U20) (pin 19)) + (node (ref R17) (pin 2))) + (net (code 112) (name "Net-(L6-Pad1)") + (node (ref L6) (pin 1)) + (node (ref R10) (pin 1))) + (net (code 113) (name /pal-ntsc.sch/Y-VIDEO) + (node (ref U10) (pin 156)) + (node (ref R3) (pin 1)) + (node (ref D2) (pin 1)) + (node (ref D1) (pin 2))) + (net (code 114) (name /pal-ntsc.sch/C-VIDEO) + (node (ref R2) (pin 1)) + (node (ref D3) (pin 2)) + (node (ref U10) (pin 125)) + (node (ref D4) (pin 1))) + (net (code 115) (name "Net-(C7-Pad1)") + (node (ref U10) (pin 114)) + (node (ref R27) (pin 2)) + (node (ref C7) (pin 1))) + (net (code 116) (name "Net-(C1-Pad1)") + (node (ref R35) (pin 1)) + (node (ref C1) (pin 1)) + (node (ref C47) (pin 1))) + (net (code 117) (name "Net-(C6-Pad1)") + (node (ref C6) (pin 1)) + (node (ref R12) (pin 1)) + (node (ref U10) (pin 144)) + (node (ref U10) (pin 113)) + (node (ref U10) (pin 137))) + (net (code 118) (name "Net-(C65-Pad2)") + (node (ref X2) (pin 1)) + (node (ref R25) (pin 2)) + (node (ref C65) (pin 2)) + (node (ref U10) (pin 109))) + (net (code 119) (name "Net-(C16-Pad1)") + (node (ref U10) (pin 110)) + (node (ref C16) (pin 1))) + (net (code 120) (name "Net-(C66-Pad2)") + (node (ref X2) (pin 2)) + (node (ref U10) (pin 108)) + (node (ref R25) (pin 1)) + (node (ref C66) (pin 2))) + (net (code 121) (name /pal-ntsc.sch/Y_SYNC) + (node (ref R20) (pin 2)) + (node (ref U10) (pin 6)) + (node (ref R35) (pin 2))) + (net (code 122) (name "Net-(C1-Pad2)") + (node (ref C1) (pin 2)) + (node (ref U10) (pin 140)) + (node (ref R14) (pin 1))) + (net (code 123) (name "Net-(C5-Pad1)") + (node (ref U10) (pin 117)) + (node (ref C5) (pin 1))) + (net (code 124) (name "Net-(C8-Pad1)") + (node (ref U10) (pin 4)) + (node (ref C8) (pin 1))) + (net (code 125) (name "Net-(C4-Pad1)") + (node (ref C4) (pin 1)) + (node (ref R2) (pin 2))) + (net (code 126) (name "Net-(C3-Pad1)") + (node (ref C3) (pin 1)) + (node (ref R3) (pin 2))) + (net (code 127) (name "Net-(C8-Pad2)") + (node (ref C8) (pin 2)) + (node (ref R20) (pin 1))) + (net (code 128) (name "Net-(R19-Pad2)") + (node (ref U10) (pin 115)) + (node (ref R19) (pin 2))) + (net (code 129) (name "Net-(C5-Pad2)") + (node (ref C5) (pin 2)) + (node (ref R19) (pin 1))) + (net (code 130) (name "Net-(R27-Pad1)") + (node (ref U10) (pin 135)) + (node (ref R27) (pin 1))) + (net (code 131) (name "Net-(U10-Pad101)") + (node (ref U10) (pin 101))) + (net (code 132) (name "Net-(U10-Pad26)") + (node (ref U10) (pin 26))) + (net (code 133) (name "Net-(U10-Pad25)") + (node (ref U10) (pin 25))) + (net (code 134) (name "Net-(U10-Pad27)") + (node (ref U10) (pin 27))) + (net (code 135) (name "Net-(U10-Pad127)") + (node (ref U10) (pin 127))) + (net (code 136) (name "Net-(U10-Pad154)") + (node (ref U10) (pin 154))) + (net (code 137) (name "Net-(U10-Pad152)") + (node (ref U10) (pin 152))) + (net (code 138) (name "Net-(U10-Pad129)") + (node (ref U10) (pin 129))) + (net (code 139) (name "Net-(U10-Pad150)") + (node (ref U10) (pin 150))) + (net (code 140) (name "Net-(U10-Pad131)") + (node (ref U10) (pin 131))) + (net (code 141) (name "Net-(U10-Pad32)") + (node (ref U10) (pin 32))) + (net (code 142) (name "Net-(U10-Pad38)") + (node (ref U10) (pin 38))) + (net (code 143) (name "Net-(U10-Pad29)") + (node (ref U10) (pin 29))) + (net (code 144) (name "Net-(U10-Pad28)") + (node (ref U10) (pin 28))) + (net (code 145) (name "Net-(U10-Pad37)") + (node (ref U10) (pin 37))) + (net (code 146) (name "Net-(U10-Pad107)") + (node (ref U10) (pin 107))) + (net (code 147) (name "Net-(U10-Pad106)") + (node (ref U10) (pin 106))) + (net (code 148) (name "Net-(U10-Pad33)") + (node (ref U10) (pin 33))) + (net (code 149) (name "Net-(U10-Pad35)") + (node (ref U10) (pin 35))) + (net (code 150) (name /pal-ntsc.sch/VAF) + (node (ref U10) (pin 120)) + (node (ref U10) (pin 79)) + (node (ref R12) (pin 2)) + (node (ref U10) (pin 160)) + (node (ref C2) (pin 1)) + (node (ref U10) (pin 158)) + (node (ref U10) (pin 119)) + (node (ref U10) (pin 121)) + (node (ref U10) (pin 141)) + (node (ref U10) (pin 122)) + (node (ref U10) (pin 132)) + (node (ref U10) (pin 78)) + (node (ref U10) (pin 39)) + (node (ref U10) (pin 159)) + (node (ref C62) (pin 1)) + (node (ref C14) (pin 1)) + (node (ref C13) (pin 1)) + (node (ref C12) (pin 1)) + (node (ref U10) (pin 43)) + (node (ref U10) (pin 142)) + (node (ref U10) (pin 149)) + (node (ref U10) (pin 41)) + (node (ref U10) (pin 42)) + (node (ref U10) (pin 80)) + (node (ref U10) (pin 2)) + (node (ref U10) (pin 1)) + (node (ref U10) (pin 40)) + (node (ref L4) (pin 2)) + (node (ref U10) (pin 123)) + (node (ref U10) (pin 82)) + (node (ref U10) (pin 81))) + (net (code 151) (name "Net-(U10-Pad105)") + (node (ref U10) (pin 105))) + (net (code 152) (name /graphic/X_DIN) + (node (ref U23) (pin 85)) + (node (ref U24) (pin 117))) + (net (code 153) (name "Net-(D6-Pad1)") + (node (ref D6) (pin 1)) + (node (ref R13) (pin 2))) + (net (code 154) (name "Net-(U24-Pad84)") + (node (ref U24) (pin 84))) + (net (code 155) (name "Net-(U24-Pad121)") + (node (ref U24) (pin 121))) + (net (code 156) (name "Net-(U7-Pad8)") + (node (ref U7) (pin 8))) + (net (code 157) (name /graphic/CLK10MHz) + (node (ref U24) (pin 2)) + (node (ref U23) (pin 57)) + (node (ref R21) (pin 2))) + (net (code 158) (name /graphic/HDOUT) + (node (ref U24) (pin 7)) + (node (ref U7) (pin 1))) + (net (code 159) (name /graphic/HDREFOUT) + (node (ref U24) (pin 6)) + (node (ref U7) (pin 2))) + (net (code 160) (name /graphic/14MHZOUT) + (node (ref U24) (pin 95)) + (node (ref U7) (pin 6))) + (net (code 161) (name /graphic/VOSC) + (node (ref U7) (pin 5)) + (node (ref R1) (pin 1)) + (node (ref U7) (pin 4)) + (node (ref C63) (pin 1)) + (node (ref C23) (pin 1)) + (node (ref U7) (pin 7))) + (net (code 162) (name "Net-(C49-Pad1)") + (node (ref X1) (pin 1)) + (node (ref R21) (pin 1)) + (node (ref C49) (pin 1)) + (node (ref R26) (pin 2))) + (net (code 163) (name "Net-(U23-Pad100)") + (node (ref U23) (pin 100))) + (net (code 164) (name "Net-(U23-Pad58)") + (node (ref U23) (pin 58))) + (net (code 165) (name "Net-(P10-Pad1)") + (node (ref U23) (pin 87)) + (node (ref P10) (pin 1))) + (net (code 166) (name "Net-(U23-Pad68)") + (node (ref U23) (pin 68))) + (net (code 167) (name "Net-(U23-Pad98)") + (node (ref U23) (pin 98))) + (net (code 168) (name "Net-(U23-Pad49)") + (node (ref U23) (pin 49))) + (net (code 169) (name "Net-(U23-Pad79)") + (node (ref U23) (pin 79))) + (net (code 170) (name "Net-(U23-Pad99)") + (node (ref U23) (pin 99))) + (net (code 171) (name "Net-(U23-Pad50)") + (node (ref U23) (pin 50))) + (net (code 172) (name "Net-(U23-Pad60)") + (node (ref U23) (pin 60))) + (net (code 173) (name "Net-(U23-Pad62)") + (node (ref U23) (pin 62))) + (net (code 174) (name "Net-(U23-Pad2)") + (node (ref U23) (pin 2))) + (net (code 175) (name "Net-(P11-Pad1)") + (node (ref P11) (pin 1)) + (node (ref U23) (pin 82))) + (net (code 176) (name /graphic/RESERV1) + (node (ref U23) (pin 59)) + (node (ref U24) (pin 44))) + (net (code 177) (name "Net-(P9-Pad1)") + (node (ref U23) (pin 51)) + (node (ref P9) (pin 1))) + (net (code 178) (name /graphic/LED) + (node (ref D6) (pin 2)) + (node (ref U23) (pin 81))) + (net (code 179) (name "Net-(U23-Pad76)") + (node (ref U23) (pin 76))) + (net (code 180) (name "Net-(U23-Pad31)") + (node (ref U23) (pin 31))) + (net (code 181) (name "Net-(U23-Pad33)") + (node (ref U23) (pin 33))) + (net (code 182) (name /graphic/DONE) + (node (ref U23) (pin 53)) + (node (ref P5) (pin 4))) + (net (code 183) (name "Net-(U21-Pad6)") + (node (ref U21) (pin 6))) + (net (code 184) (name /graphic/PROG*) + (node (ref U21) (pin 3)) + (node (ref U23) (pin 55)) + (node (ref U21) (pin 4)) + (node (ref P5) (pin 5))) + (net (code 185) (name "Net-(P4-Pad1)") + (node (ref U23) (pin 29)) + (node (ref U23) (pin 27)) + (node (ref U23) (pin 25)) + (node (ref P4) (pin 1)) + (node (ref R48) (pin 2))) + (net (code 186) (name /graphic/CCLK) + (node (ref U23) (pin 77)) + (node (ref P5) (pin 2)) + (node (ref U21) (pin 2))) + (net (code 187) (name /graphic/DIN) + (node (ref P5) (pin 3)) + (node (ref U21) (pin 1)) + (node (ref U23) (pin 75))) + (net (code 188) (name /graphic/XTAL_I) + (node (ref R26) (pin 1)) + (node (ref X1) (pin 2)) + (node (ref U23) (pin 56)) + (node (ref C50) (pin 1))) + (net (code 189) (name /graphic/ID3) + (node (ref U2) (pin 19)) + (node (ref U24) (pin 106))) + (net (code 190) (name /graphic/ID2) + (node (ref U24) (pin 105)) + (node (ref U2) (pin 18))) + (net (code 191) (name /graphic/ID1) + (node (ref U24) (pin 99)) + (node (ref U2) (pin 2))) + (net (code 192) (name /graphic/ID0) + (node (ref U24) (pin 102)) + (node (ref U2) (pin 1))) + (net (code 193) (name /graphic/IOE-) + (node (ref U2) (pin 16)) + (node (ref U24) (pin 103))) + (net (code 194) (name /graphic/IWR-) + (node (ref U24) (pin 98)) + (node (ref U2) (pin 3))) + (net (code 195) (name /graphic/ICAS-) + (node (ref U2) (pin 17)) + (node (ref U24) (pin 104))) + (net (code 196) (name /graphic/IRAS-) + (node (ref U24) (pin 97)) + (node (ref U2) (pin 4))) + (net (code 197) (name /graphic/IA9) + (node (ref U2) (pin 5)) + (node (ref U24) (pin 96))) + (net (code 198) (name /graphic/IA8) + (node (ref U2) (pin 15)) + (node (ref U24) (pin 93))) + (net (code 199) (name /graphic/IA7) + (node (ref U2) (pin 14)) + (node (ref U24) (pin 78))) + (net (code 200) (name /graphic/IA6) + (node (ref U2) (pin 13)) + (node (ref U24) (pin 83))) + (net (code 201) (name /graphic/IA5) + (node (ref U2) (pin 12)) + (node (ref U24) (pin 85))) + (net (code 202) (name /graphic/IA4) + (node (ref U24) (pin 86)) + (node (ref U2) (pin 11))) + (net (code 203) (name /graphic/IA3) + (node (ref U24) (pin 87)) + (node (ref U2) (pin 9))) + (net (code 204) (name /graphic/IA2) + (node (ref U24) (pin 88)) + (node (ref U2) (pin 8))) + (net (code 205) (name /graphic/IA1) + (node (ref U24) (pin 92)) + (node (ref U2) (pin 7))) + (net (code 206) (name /graphic/IA0) + (node (ref U2) (pin 6)) + (node (ref U24) (pin 94))) + (net (code 207) (name /graphic/CSIO-) + (node (ref U23) (pin 61)) + (node (ref U24) (pin 159))) + (net (code 208) (name "Net-(U16-Pad70)") + (node (ref U16) (pin 70))) + (net (code 209) (name "Net-(U12-Pad69)") + (node (ref U12) (pin 69))) + (net (code 210) (name "Net-(U16-Pad67)") + (node (ref U16) (pin 67))) + (net (code 211) (name "Net-(U16-Pad68)") + (node (ref U16) (pin 68))) + (net (code 212) (name "Net-(U16-Pad69)") + (node (ref U16) (pin 69))) + (net (code 213) (name "Net-(U15-Pad70)") + (node (ref U15) (pin 70))) + (net (code 214) (name "Net-(U15-Pad67)") + (node (ref U15) (pin 67))) + (net (code 215) (name "Net-(U15-Pad68)") + (node (ref U15) (pin 68))) + (net (code 216) (name "Net-(U15-Pad69)") + (node (ref U15) (pin 69))) + (net (code 217) (name "Net-(U14-Pad67)") + (node (ref U14) (pin 67))) + (net (code 218) (name "Net-(U14-Pad69)") + (node (ref U14) (pin 69))) + (net (code 219) (name "Net-(U14-Pad68)") + (node (ref U14) (pin 68))) + (net (code 220) (name "Net-(U14-Pad70)") + (node (ref U14) (pin 70))) + (net (code 221) (name "Net-(U12-Pad68)") + (node (ref U12) (pin 68))) + (net (code 222) (name "Net-(U12-Pad67)") + (node (ref U12) (pin 67))) + (net (code 223) (name "Net-(U12-Pad70)") + (node (ref U12) (pin 70))) + (net (code 224) (name "Net-(U18-Pad68)") + (node (ref U18) (pin 68))) + (net (code 225) (name "Net-(U18-Pad67)") + (node (ref U18) (pin 67))) + (net (code 226) (name "Net-(U18-Pad69)") + (node (ref U18) (pin 69))) + (net (code 227) (name "Net-(U18-Pad70)") + (node (ref U18) (pin 70))) + (net (code 228) (name "Net-(U19-Pad69)") + (node (ref U19) (pin 69))) + (net (code 229) (name "Net-(U19-Pad68)") + (node (ref U19) (pin 68))) + (net (code 230) (name "Net-(U19-Pad67)") + (node (ref U19) (pin 67))) + (net (code 231) (name "Net-(U19-Pad70)") + (node (ref U19) (pin 70))) + (net (code 232) (name "Net-(U17-Pad67)") + (node (ref U17) (pin 67))) + (net (code 233) (name "Net-(U17-Pad68)") + (node (ref U17) (pin 68))) + (net (code 234) (name "Net-(U17-Pad69)") + (node (ref U17) (pin 69))) + (net (code 235) (name "Net-(U17-Pad70)") + (node (ref U17) (pin 70))) + (net (code 236) (name "Net-(U13-Pad67)") + (node (ref U13) (pin 67))) + (net (code 237) (name "Net-(U13-Pad68)") + (node (ref U13) (pin 68))) + (net (code 238) (name "Net-(U13-Pad69)") + (node (ref U13) (pin 69))) + (net (code 239) (name "Net-(U13-Pad70)") + (node (ref U13) (pin 70))) + (net (code 240) (name /buspci.sch/EA15) + (node (ref RR4) (pin 6)) + (node (ref U11) (pin 153))) + (net (code 241) (name /buspci.sch/EA14) + (node (ref RR4) (pin 8)) + (node (ref U11) (pin 149))) + (net (code 242) (name /buspci.sch/EA13) + (node (ref RR6) (pin 4)) + (node (ref U11) (pin 141))) + (net (code 243) (name /buspci.sch/EA12) + (node (ref U11) (pin 137)) + (node (ref RR6) (pin 5))) + (net (code 244) (name /buspci.sch/EA11) + (node (ref U11) (pin 129)) + (node (ref RR6) (pin 7))) + (net (code 245) (name /buspci.sch/EA10) + (node (ref RR6) (pin 9)) + (node (ref U11) (pin 121))) + (net (code 246) (name /buspci.sch/EA9) + (node (ref RR5) (pin 3)) + (node (ref U11) (pin 113))) + (net (code 247) (name /buspci.sch/EA7) + (node (ref RR5) (pin 9)) + (node (ref U11) (pin 101))) + (net (code 248) (name /buspci.sch/EA6) + (node (ref RR4) (pin 2)) + (node (ref U11) (pin 97))) + (net (code 249) (name /buspci.sch/EA5) + (node (ref U11) (pin 89)) + (node (ref RR4) (pin 4))) + (net (code 250) (name /buspci.sch/EA4) + (node (ref RR3) (pin 2)) + (node (ref U11) (pin 81))) + (net (code 251) (name /buspci.sch/EA3) + (node (ref RR3) (pin 6)) + (node (ref U11) (pin 73))) + (net (code 252) (name /buspci.sch/EA2) + (node (ref U11) (pin 69)) + (node (ref RR3) (pin 8))) + (net (code 253) (name /buspci.sch/EA1) + (node (ref U11) (pin 61)) + (node (ref RR2) (pin 6))) + (net (code 254) (name /buspci.sch/EQ6) + (node (ref U11) (pin 41)) + (node (ref RR2) (pin 2))) + (net (code 255) (name /buspci.sch/EQ5) + (node (ref RR2) (pin 4)) + (node (ref U11) (pin 33))) + (net (code 256) (name /buspci.sch/EQ4) + (node (ref U11) (pin 29)) + (node (ref RR1) (pin 9))) + (net (code 257) (name /buspci.sch/EQ3) + (node (ref RR1) (pin 7)) + (node (ref U11) (pin 21))) + (net (code 258) (name /buspci.sch/EQ2) + (node (ref U11) (pin 17)) + (node (ref RR1) (pin 6))) + (net (code 259) (name /buspci.sch/EQ1) + (node (ref RR1) (pin 4)) + (node (ref U11) (pin 9))) + (net (code 260) (name /buspci.sch/EQ0) + (node (ref U11) (pin 1)) + (node (ref RR1) (pin 2))) + (net (code 261) (name /buspci.sch/EQ7) + (node (ref U11) (pin 49)) + (node (ref RR2) (pin 9))) + (net (code 262) (name VCC) + (node (ref U13) (pin 30)) + (node (ref U11) (pin 31)) + (node (ref U11) (pin 51)) + (node (ref RR6) (pin 1)) + (node (ref U11) (pin 71)) + (node (ref U11) (pin 131)) + (node (ref D4) (pin 2)) + (node (ref U13) (pin 10)) + (node (ref U11) (pin 111)) + (node (ref RR7) (pin 1)) + (node (ref U11) (pin 91)) + (node (ref L5) (pin 1)) + (node (ref L4) (pin 1)) + (node (ref C56) (pin 1)) + (node (ref U24) (pin 42)) + (node (ref U10) (pin 31)) + (node (ref RR8) (pin 1)) + (node (ref U24) (pin 81)) + (node (ref U10) (pin 57)) + (node (ref U10) (pin 112)) + (node (ref U10) (pin 102)) + (node (ref U10) (pin 91)) + (node (ref U10) (pin 76)) + (node (ref R13) (pin 1)) + (node (ref U10) (pin 45)) + (node (ref RR3) (pin 1)) + (node (ref D2) (pin 2)) + (node (ref U24) (pin 120)) + (node (ref U24) (pin 160)) + (node (ref U24) (pin 142)) + (node (ref C57) (pin 1)) + (node (ref U24) (pin 38)) + (node (ref U24) (pin 100)) + (node (ref RR4) (pin 1)) + (node (ref RR1) (pin 1)) + (node (ref C29) (pin 1)) + (node (ref U1) (pin 7)) + (node (ref C28) (pin 1)) + (node (ref U22) (pin 37)) + (node (ref U1) (pin 8)) + (node (ref U22) (pin 100)) + (node (ref U22) (pin 89)) + (node (ref BUS1) (pin A8)) + (node (ref U22) (pin 12)) + (node (ref U23) (pin 78)) + (node (ref BUS1) (pin B61)) + (node (ref U23) (pin 28)) + (node (ref U22) (pin 22)) + (node (ref BUS1) (pin B6)) + (node (ref C31) (pin 1)) + (node (ref R4) (pin 2)) + (node (ref C30) (pin 1)) + (node (ref C38) (pin 1)) + (node (ref U12) (pin 59)) + (node (ref U18) (pin 59)) + (node (ref U22) (pin 25)) + (node (ref BUS1) (pin A16)) + (node (ref U15) (pin 30)) + (node (ref U15) (pin 10)) + (node (ref U16) (pin 59)) + (node (ref BUS1) (pin B5)) + (node (ref BUS1) (pin A5)) + (node (ref U2) (pin 10)) + (node (ref U22) (pin 63)) + (node (ref C17) (pin 1)) + (node (ref U22) (pin 26)) + (node (ref U22) (pin 75)) + (node (ref U16) (pin 30)) + (node (ref U16) (pin 10)) + (node (ref U23) (pin 66)) + (node (ref U23) (pin 40)) + (node (ref U23) (pin 54)) + (node (ref U23) (pin 15)) + (node (ref U23) (pin 3)) + (node (ref U3) (pin 20)) + (node (ref U4) (pin 20)) + (node (ref BUS1) (pin B19)) + (node (ref U23) (pin 92)) + (node (ref U21) (pin 7)) + (node (ref C25) (pin 1)) + (node (ref U6) (pin 20)) + (node (ref L3) (pin 1)) + (node (ref C24) (pin 1)) + (node (ref U21) (pin 8)) + (node (ref R29) (pin 1)) + (node (ref U5) (pin 20)) + (node (ref R28) (pin 1)) + (node (ref C71) (pin 1)) + (node (ref U24) (pin 41)) + (node (ref R48) (pin 1)) + (node (ref RR2) (pin 1)) + (node (ref BUS1) (pin A10)) + (node (ref BUS1) (pin A62)) + (node (ref C70) (pin 1)) + (node (ref C72) (pin 1)) + (node (ref BUS1) (pin B62)) + (node (ref C73) (pin 1)) + (node (ref U22) (pin 51)) + (node (ref R1) (pin 2)) + (node (ref U22) (pin 24)) + (node (ref BUS1) (pin A59)) + (node (ref BUS1) (pin B59)) + (node (ref BUS1) (pin A61)) + (node (ref U24) (pin 20)) + (node (ref U24) (pin 40)) + (node (ref U24) (pin 60)) + (node (ref U17) (pin 59)) + (node (ref U19) (pin 59)) + (node (ref U19) (pin 10)) + (node (ref U19) (pin 30)) + (node (ref C67) (pin 1)) + (node (ref U17) (pin 10)) + (node (ref U15) (pin 59)) + (node (ref RR5) (pin 1)) + (node (ref U11) (pin 151)) + (node (ref R5) (pin 2)) + (node (ref R6) (pin 2)) + (node (ref U13) (pin 59)) + (node (ref C20) (pin 1)) + (node (ref C19) (pin 1)) + (node (ref U11) (pin 11)) + (node (ref C18) (pin 1)) + (node (ref C26) (pin 1)) + (node (ref R7) (pin 2)) + (node (ref C22) (pin 1)) + (node (ref C21) (pin 1)) + (node (ref U17) (pin 30)) + (node (ref C15) (pin 1)) + (node (ref L2) (pin 1)) + (node (ref U14) (pin 59)) + (node (ref C10) (pin 1)) + (node (ref U14) (pin 10)) + (node (ref C11) (pin 1)) + (node (ref U14) (pin 30)) + (node (ref C9) (pin 1)) + (node (ref U12) (pin 10)) + (node (ref U12) (pin 30)) + (node (ref U18) (pin 30)) + (node (ref U18) (pin 10)) + (node (ref C27) (pin 1))) + (net (code 263) (name +3.3V) + (node (ref BUS1) (pin A45)) + (node (ref BUS1) (pin A53)) + (node (ref BUS1) (pin B43)) + (node (ref BUS1) (pin A27)) + (node (ref BUS1) (pin B54)) + (node (ref BUS1) (pin A21)) + (node (ref BUS1) (pin B25)) + (node (ref BUS1) (pin B36)) + (node (ref BUS1) (pin B41)) + (node (ref BUS1) (pin B31)) + (node (ref BUS1) (pin A39)) + (node (ref BUS1) (pin A33)) + (node (ref C68) (pin 1)) + (node (ref C69) (pin 1))) + (net (code 264) (name /buspci.sch/P_AD0) + (node (ref BUS1) (pin A58)) + (node (ref U11) (pin 56))) + (net (code 265) (name /buspci.sch/P_AD9) + (node (ref U11) (pin 40)) + (node (ref BUS1) (pin A49))) + (net (code 266) (name /buspci.sch/P_AD8) + (node (ref U11) (pin 42)) + (node (ref BUS1) (pin B52))) + (net (code 267) (name /buspci.sch/P_AD7) + (node (ref U11) (pin 44)) + (node (ref BUS1) (pin B53))) + (net (code 268) (name /buspci.sch/P_AD6) + (node (ref BUS1) (pin A54)) + (node (ref U11) (pin 46))) + (net (code 269) (name /buspci.sch/P_AD5) + (node (ref U11) (pin 47)) + (node (ref BUS1) (pin B55))) + (net (code 270) (name /buspci.sch/P_AD4) + (node (ref BUS1) (pin A55)) + (node (ref U11) (pin 48))) + (net (code 271) (name /buspci.sch/P_AD3) + (node (ref U11) (pin 52)) + (node (ref BUS1) (pin B56))) + (net (code 272) (name /buspci.sch/P_AD2) + (node (ref BUS1) (pin A57)) + (node (ref U11) (pin 54))) + (net (code 273) (name /buspci.sch/P_AD1) + (node (ref U11) (pin 55)) + (node (ref BUS1) (pin B58))) + (net (code 274) (name /buspci.sch/P_AD10) + (node (ref U11) (pin 39)) + (node (ref BUS1) (pin B48))) + (net (code 275) (name /buspci.sch/P_AD20) + (node (ref U11) (pin 6)) + (node (ref BUS1) (pin A29))) + (net (code 276) (name /buspci.sch/P_AD29) + (node (ref BUS1) (pin B21)) + (node (ref U11) (pin 148))) + (net (code 277) (name /buspci.sch/P_AD28) + (node (ref BUS1) (pin A22)) + (node (ref U11) (pin 152))) + (net (code 278) (name /buspci.sch/P_AD27) + (node (ref BUS1) (pin B23)) + (node (ref U11) (pin 154))) + (net (code 279) (name /buspci.sch/P_AD26) + (node (ref U11) (pin 155)) + (node (ref BUS1) (pin A23))) + (net (code 280) (name /buspci.sch/P_AD25) + (node (ref U11) (pin 156)) + (node (ref BUS1) (pin B24))) + (net (code 281) (name /buspci.sch/P_AD24) + (node (ref U11) (pin 158)) + (node (ref BUS1) (pin A25))) + (net (code 282) (name /buspci.sch/P_AD23) + (node (ref U11) (pin 2)) + (node (ref BUS1) (pin B27))) + (net (code 283) (name /buspci.sch/P_AD22) + (node (ref U11) (pin 3)) + (node (ref BUS1) (pin A28))) + (net (code 284) (name /buspci.sch/P_AD21) + (node (ref BUS1) (pin B29)) + (node (ref U11) (pin 4))) + (net (code 285) (name /buspci.sch/P_AD19) + (node (ref BUS1) (pin B30)) + (node (ref U11) (pin 7))) + (net (code 286) (name /buspci.sch/P_AD18) + (node (ref BUS1) (pin A31)) + (node (ref U11) (pin 8))) + (net (code 287) (name /buspci.sch/P_AD17) + (node (ref U11) (pin 12)) + (node (ref BUS1) (pin B32))) + (net (code 288) (name /buspci.sch/P_AD16) + (node (ref U11) (pin 14)) + (node (ref BUS1) (pin A32))) + (net (code 289) (name /buspci.sch/P_AD15) + (node (ref BUS1) (pin A44)) + (node (ref U11) (pin 32))) + (net (code 290) (name /buspci.sch/P_AD14) + (node (ref U11) (pin 34)) + (node (ref BUS1) (pin B45))) + (net (code 291) (name /buspci.sch/P_AD13) + (node (ref BUS1) (pin A46)) + (node (ref U11) (pin 35))) + (net (code 292) (name /buspci.sch/P_AD12) + (node (ref BUS1) (pin B47)) + (node (ref U11) (pin 36))) + (net (code 293) (name /buspci.sch/P_AD11) + (node (ref BUS1) (pin A47)) + (node (ref U11) (pin 38))) + (net (code 294) (name /buspci.sch/P_AD30) + (node (ref U11) (pin 147)) + (node (ref BUS1) (pin A20))) + (net (code 295) (name /buspci.sch/P_INTA#) + (node (ref U11) (pin 58)) + (node (ref BUS1) (pin A6))) + (net (code 296) (name /buspci.sch/P_GNT#) + (node (ref U11) (pin 143)) + (node (ref BUS1) (pin A17))) + (net (code 297) (name /buspci.sch/P_IDSEL) + (node (ref BUS1) (pin A26)) + (node (ref U11) (pin 160))) + (net (code 298) (name /buspci.sch/P_SERR#) + (node (ref U11) (pin 26)) + (node (ref BUS1) (pin B42))) + (net (code 299) (name /buspci.sch/P_PERR#) + (node (ref U11) (pin 24)) + (node (ref BUS1) (pin B40))) + (net (code 300) (name /buspci.sch/P_C/BE1#) + (node (ref BUS1) (pin B44)) + (node (ref U11) (pin 28))) + (net (code 301) (name /buspci.sch/P_C/BE0#) + (node (ref U11) (pin 43)) + (node (ref BUS1) (pin A52))) + (net (code 302) (name /buspci.sch/P_C/BE2#) + (node (ref U11) (pin 15)) + (node (ref BUS1) (pin B33))) + (net (code 303) (name /buspci.sch/P_AD31) + (node (ref BUS1) (pin B20)) + (node (ref U11) (pin 146))) + (net (code 304) (name /buspci.sch/P_IRDY#) + (node (ref U11) (pin 18)) + (node (ref BUS1) (pin B35))) + (net (code 305) (name /buspci.sch/P_REQ#) + (node (ref BUS1) (pin B18)) + (node (ref U11) (pin 144))) + (net (code 306) (name /buspci.sch/P_DEVSEL#) + (node (ref U11) (pin 20)) + (node (ref BUS1) (pin B37))) + (net (code 307) (name /buspci.sch/P_STOP#) + (node (ref BUS1) (pin A38)) + (node (ref U11) (pin 22))) + (net (code 308) (name /buspci.sch/P_TRDY#) + (node (ref BUS1) (pin A36)) + (node (ref U11) (pin 19))) + (net (code 309) (name /buspci.sch/P_FRAME#) + (node (ref U11) (pin 16)) + (node (ref BUS1) (pin A34))) + (net (code 310) (name /buspci.sch/P_LOCK#) + (node (ref U11) (pin 23)) + (node (ref BUS1) (pin B39))) + (net (code 311) (name /buspci.sch/P_RST#) + (node (ref BUS1) (pin A15)) + (node (ref U11) (pin 139))) + (net (code 312) (name /buspci.sch/P_PAR) + (node (ref U11) (pin 27)) + (node (ref BUS1) (pin A43))) + (net (code 313) (name /buspci.sch/P_CLK) + (node (ref U11) (pin 142)) + (node (ref BUS1) (pin B16))) + (net (code 314) (name /buspci.sch/P_C/BE3#) + (node (ref U11) (pin 159)) + (node (ref BUS1) (pin B26))) + (net (code 315) (name "Net-(BUS1-PadA4)") + (node (ref BUS1) (pin A4)) + (node (ref BUS1) (pin B4))) + (net (code 316) (name "Net-(R7-Pad1)") + (node (ref W3) (pin 2)) + (node (ref R7) (pin 1)) + (node (ref U11) (pin 135))) + (net (code 317) (name "Net-(R6-Pad1)") + (node (ref W2) (pin 2)) + (node (ref R6) (pin 1)) + (node (ref U11) (pin 138))) + (net (code 318) (name "Net-(R5-Pad1)") + (node (ref R5) (pin 1)) + (node (ref W1) (pin 2)) + (node (ref U11) (pin 59))) + (net (code 319) (name "Net-(R29-Pad2)") + (node (ref R29) (pin 2)) + (node (ref U1) (pin 5)) + (node (ref U11) (pin 127))) + (net (code 320) (name "Net-(R28-Pad2)") + (node (ref R28) (pin 2)) + (node (ref U11) (pin 128)) + (node (ref U1) (pin 6))) + (net (code 321) (name "Net-(BUS1-PadB9)") + (node (ref W5) (pin 2)) + (node (ref BUS1) (pin B9))) + (net (code 322) (name "Net-(BUS1-PadA60)") + (node (ref BUS1) (pin A60))) + (net (code 323) (name "Net-(BUS1-PadB8)") + (node (ref BUS1) (pin B8))) + (net (code 324) (name "Net-(BUS1-PadB60)") + (node (ref BUS1) (pin B60))) + (net (code 325) (name "Net-(BUS1-PadA41)") + (node (ref BUS1) (pin A41))) + (net (code 326) (name "Net-(BUS1-PadA40)") + (node (ref BUS1) (pin A40))) + (net (code 327) (name "Net-(BUS1-PadA19)") + (node (ref BUS1) (pin A19))) + (net (code 328) (name "Net-(BUS1-PadA14)") + (node (ref BUS1) (pin A14))) + (net (code 329) (name "Net-(BUS1-PadB14)") + (node (ref BUS1) (pin B14))) + (net (code 330) (name "Net-(BUS1-PadA11)") + (node (ref BUS1) (pin A11))) + (net (code 331) (name "Net-(BUS1-PadB10)") + (node (ref BUS1) (pin B10))) + (net (code 332) (name "Net-(BUS1-PadA9)") + (node (ref BUS1) (pin A9))) + (net (code 333) (name "Net-(BUS1-PadA7)") + (node (ref BUS1) (pin A7))) + (net (code 334) (name "Net-(BUS1-PadB7)") + (node (ref BUS1) (pin B7))) + (net (code 335) (name "Net-(BUS1-PadA3)") + (node (ref BUS1) (pin A3))) + (net (code 336) (name "Net-(BUS1-PadB2)") + (node (ref BUS1) (pin B2))) + (net (code 337) (name "Net-(BUS1-PadA1)") + (node (ref BUS1) (pin A1))) + (net (code 338) (name "Net-(BUS1-PadB11)") + (node (ref W4) (pin 2)) + (node (ref BUS1) (pin B11))) + (net (code 339) (name GND) + (node (ref BUS1) (pin A48)) + (node (ref U23) (pin 14)) + (node (ref U23) (pin 52)) + (node (ref C31) (pin 2)) + (node (ref U22) (pin 23)) + (node (ref BUS1) (pin B22)) + (node (ref U22) (pin 11)) + (node (ref P12) (pin 1)) + (node (ref C27) (pin 2)) + (node (ref P4) (pin 2)) + (node (ref P5) (pin 1)) + (node (ref BUS1) (pin A30)) + (node (ref BUS1) (pin B49)) + (node (ref U24) (pin 1)) + (node (ref U24) (pin 70)) + (node (ref R8) (pin 2)) + (node (ref U24) (pin 10)) + (node (ref U9) (pin 4)) + (node (ref U1) (pin 4)) + (node (ref U23) (pin 41)) + (node (ref U23) (pin 91)) + (node (ref U9) (pin 3)) + (node (ref U4) (pin 10)) + (node (ref BUS1) (pin A42)) + (node (ref U23) (pin 26)) + (node (ref U3) (pin 10)) + (node (ref U21) (pin 5)) + (node (ref C23) (pin 2)) + (node (ref P2) (pin 2)) + (node (ref U18) (pin 39)) + (node (ref U8) (pin 22)) + (node (ref U8) (pin 42)) + (node (ref U8) (pin 2)) + (node (ref R45) (pin 2)) + (node (ref P3) (pin 2)) + (node (ref U11) (pin 90)) + (node (ref U18) (pin 1)) + (node (ref R47) (pin 2)) + (node (ref R46) (pin 2)) + (node (ref C33) (pin 2)) + (node (ref U12) (pin 72)) + (node (ref U13) (pin 39)) + (node (ref U12) (pin 39)) + (node (ref U13) (pin 1)) + (node (ref U8) (pin 41)) + (node (ref R38) (pin 2)) + (node (ref U12) (pin 1)) + (node (ref U8) (pin 21)) + (node (ref U8) (pin 61)) + (node (ref J4) (pin 7)) + (node (ref J4) (pin 6)) + (node (ref J4) (pin 5)) + (node (ref J4) (pin 4)) + (node (ref C68) (pin 2)) + (node (ref P8) (pin 2)) + (node (ref U15) (pin 39)) + (node (ref U15) (pin 72)) + (node (ref U19) (pin 1)) + (node (ref C67) (pin 2)) + (node (ref U17) (pin 1)) + (node (ref U18) (pin 72)) + (node (ref U8) (pin 3)) + (node (ref U17) (pin 72)) + (node (ref U19) (pin 72)) + (node (ref U19) (pin 39)) + (node (ref P1) (pin 2)) + (node (ref U17) (pin 39)) + (node (ref C69) (pin 2)) + (node (ref U2) (pin 20)) + (node (ref BUS1) (pin B3)) + (node (ref U9) (pin 32)) + (node (ref U9) (pin 12)) + (node (ref U9) (pin 31)) + (node (ref C38) (pin 2)) + (node (ref U16) (pin 72)) + (node (ref U16) (pin 1)) + (node (ref C32) (pin 1)) + (node (ref C30) (pin 2)) + (node (ref U22) (pin 1)) + (node (ref C29) (pin 2)) + (node (ref C28) (pin 2)) + (node (ref U22) (pin 38)) + (node (ref U22) (pin 77)) + (node (ref U22) (pin 49)) + (node (ref U22) (pin 88)) + (node (ref U22) (pin 64)) + (node (ref U11) (pin 130)) + (node (ref U14) (pin 39)) + (node (ref U11) (pin 30)) + (node (ref R37) (pin 1)) + (node (ref C51) (pin 2)) + (node (ref C52) (pin 2)) + (node (ref U14) (pin 1)) + (node (ref U11) (pin 150)) + (node (ref U11) (pin 110)) + (node (ref U14) (pin 72)) + (node (ref U11) (pin 50)) + (node (ref U13) (pin 72)) + (node (ref U11) (pin 70)) + (node (ref U8) (pin 63)) + (node (ref R44) (pin 1)) + (node (ref U15) (pin 1)) + (node (ref U8) (pin 23)) + (node (ref U16) (pin 39)) + (node (ref R42) (pin 1)) + (node (ref C37) (pin 1)) + (node (ref R43) (pin 1)) + (node (ref U8) (pin 67)) + (node (ref R15) (pin 1)) + (node (ref U11) (pin 10)) + (node (ref W5) (pin 1)) + (node (ref W4) (pin 1)) + (node (ref C22) (pin 2)) + (node (ref C21) (pin 2)) + (node (ref C15) (pin 2)) + (node (ref C49) (pin 2)) + (node (ref C50) (pin 2)) + (node (ref C17) (pin 2)) + (node (ref C18) (pin 2)) + (node (ref C19) (pin 2)) + (node (ref C20) (pin 2)) + (node (ref C26) (pin 2)) + (node (ref C13) (pin 2)) + (node (ref C14) (pin 2)) + (node (ref C11) (pin 2)) + (node (ref C10) (pin 2)) + (node (ref C62) (pin 2)) + (node (ref C9) (pin 2)) + (node (ref C12) (pin 2)) + (node (ref C16) (pin 2)) + (node (ref BUS1) (pin B15)) + (node (ref BUS1) (pin A35)) + (node (ref W2) (pin 1)) + (node (ref U10) (pin 134)) + (node (ref U10) (pin 153)) + (node (ref U10) (pin 143)) + (node (ref U10) (pin 103)) + (node (ref U10) (pin 124)) + (node (ref U10) (pin 138)) + (node (ref U10) (pin 128)) + (node (ref U10) (pin 118)) + (node (ref U10) (pin 157)) + (node (ref U10) (pin 155)) + (node (ref U10) (pin 136)) + (node (ref U10) (pin 126)) + (node (ref U10) (pin 116)) + (node (ref U10) (pin 147)) + (node (ref U10) (pin 145)) + (node (ref U24) (pin 61)) + (node (ref U10) (pin 98)) + (node (ref U24) (pin 91)) + (node (ref U10) (pin 88)) + (node (ref U10) (pin 151)) + (node (ref U10) (pin 111)) + (node (ref U10) (pin 130)) + (node (ref U10) (pin 89)) + (node (ref C7) (pin 2)) + (node (ref U9) (pin 13)) + (node (ref BUS1) (pin B17)) + (node (ref BUS1) (pin A37)) + (node (ref BUS1) (pin A56)) + (node (ref BUS1) (pin B46)) + (node (ref U10) (pin 44)) + (node (ref U24) (pin 51)) + (node (ref U10) (pin 66)) + (node (ref U10) (pin 56)) + (node (ref U10) (pin 16)) + (node (ref U10) (pin 75)) + (node (ref U24) (pin 131)) + (node (ref C6) (pin 2)) + (node (ref BUS1) (pin B57)) + (node (ref BUS1) (pin A24)) + (node (ref U10) (pin 90)) + (node (ref U10) (pin 30)) + (node (ref U10) (pin 7)) + (node (ref U10) (pin 5)) + (node (ref U10) (pin 3)) + (node (ref C47) (pin 2)) + (node (ref D1) (pin 1)) + (node (ref R14) (pin 2)) + (node (ref C2) (pin 2)) + (node (ref U10) (pin 139)) + (node (ref C56) (pin 2)) + (node (ref C65) (pin 1)) + (node (ref C57) (pin 2)) + (node (ref C63) (pin 2)) + (node (ref U7) (pin 3)) + (node (ref U24) (pin 141)) + (node (ref U24) (pin 151)) + (node (ref U24) (pin 122)) + (node (ref C66) (pin 1)) + (node (ref U24) (pin 101)) + (node (ref BUS1) (pin B34)) + (node (ref U23) (pin 80)) + (node (ref W1) (pin 1)) + (node (ref U24) (pin 19)) + (node (ref U24) (pin 29)) + (node (ref U24) (pin 39)) + (node (ref U24) (pin 79)) + (node (ref W3) (pin 1)) + (node (ref D3) (pin 1)) + (node (ref U24) (pin 110)) + (node (ref BUS1) (pin A18)) + (node (ref U1) (pin 3)) + (node (ref U1) (pin 1)) + (node (ref U1) (pin 2)) + (node (ref C73) (pin 2)) + (node (ref L6) (pin 3)) + (node (ref U23) (pin 67)) + (node (ref C45) (pin 2)) + (node (ref C43) (pin 2)) + (node (ref CV1) (pin 2)) + (node (ref C24) (pin 2)) + (node (ref U6) (pin 10)) + (node (ref R32) (pin 2)) + (node (ref U5) (pin 10)) + (node (ref U23) (pin 4)) + (node (ref C48) (pin 1)) + (node (ref C72) (pin 2)) + (node (ref C71) (pin 2)) + (node (ref C70) (pin 2)) + (node (ref C55) (pin 2)) + (node (ref BUS1) (pin B28)) + (node (ref BUS1) (pin B38)) + (node (ref POT1) (pin 3)) + (node (ref U20) (pin 17)) + (node (ref C53) (pin 2)) + (node (ref POT1) (pin 2)) + (node (ref C64) (pin 2)) + (node (ref C46) (pin 2)) + (node (ref C54) (pin 2)) + (node (ref R34) (pin 2)) + (node (ref R33) (pin 2)) + (node (ref R31) (pin 1)) + (node (ref U20) (pin 10)) + (node (ref C44) (pin 2)) + (node (ref C25) (pin 2))) + (net (code 340) (name "Net-(BUS1-PadB1)") + (node (ref BUS1) (pin B1))) + (net (code 341) (name +12V) + (node (ref BUS1) (pin A2))) + (net (code 342) (name /ESVIDEO-RVB/REF+) + (node (ref U8) (pin 76)) + (node (ref U8) (pin 66)) + (node (ref U8) (pin 80)) + (node (ref U8) (pin 78)) + (node (ref U8) (pin 73)) + (node (ref U8) (pin 82)) + (node (ref U8) (pin 64)) + (node (ref R37) (pin 2)) + (node (ref U8) (pin 71)) + (node (ref U8) (pin 65))) + (net (code 343) (name "Net-(U8-Pad62)") + (node (ref U8) (pin 72)) + (node (ref U8) (pin 62))) + (net (code 344) (name "Net-(U8-Pad74)") + (node (ref U8) (pin 74))) + (net (code 345) (name "Net-(C39-Pad1)") + (node (ref C39) (pin 1)) + (node (ref U8) (pin 83))) + (net (code 346) (name "Net-(C39-Pad2)") + (node (ref R24) (pin 2)) + (node (ref C39) (pin 2))) + (net (code 347) (name "Net-(C36-Pad1)") + (node (ref U8) (pin 7)) + (node (ref R15) (pin 2)) + (node (ref C36) (pin 1))) + (net (code 348) (name "Net-(C36-Pad2)") + (node (ref R36) (pin 1)) + (node (ref C37) (pin 2)) + (node (ref C36) (pin 2))) + (net (code 349) (name "Net-(C41-Pad1)") + (node (ref U8) (pin 75)) + (node (ref C41) (pin 1))) + (net (code 350) (name "Net-(C41-Pad2)") + (node (ref C41) (pin 2)) + (node (ref R22) (pin 2))) + (net (code 351) (name "Net-(C40-Pad1)") + (node (ref U8) (pin 79)) + (node (ref C40) (pin 1))) + (net (code 352) (name "Net-(C40-Pad2)") + (node (ref R23) (pin 2)) + (node (ref C40) (pin 2))) + (net (code 353) (name "Net-(U8-Pad77)") + (node (ref U8) (pin 77))) + (net (code 354) (name "Net-(U8-Pad58)") + (node (ref U8) (pin 58)) + (node (ref U8) (pin 68))) + (net (code 355) (name "Net-(U9-Pad27)") + (node (ref U9) (pin 27))) + (net (code 356) (name "Net-(U8-Pad60)") + (node (ref U8) (pin 70)) + (node (ref U8) (pin 60))) + (net (code 357) (name "Net-(U8-Pad81)") + (node (ref U8) (pin 81))) + (net (code 358) (name "Net-(U8-Pad4)") + (node (ref U8) (pin 4))) + (net (code 359) (name "Net-(U8-Pad5)") + (node (ref U8) (pin 5))) + (net (code 360) (name "Net-(R38-Pad1)") + (node (ref R38) (pin 1)) + (node (ref U8) (pin 69))) + (net (code 361) (name "Net-(R36-Pad2)") + (node (ref R36) (pin 2)) + (node (ref U8) (pin 6))) + (net (code 362) (name /ESVIDEO-RVB/OE_RVB-) + (node (ref U9) (pin 29)) + (node (ref U8) (pin 57))) + (net (code 363) (name "Net-(C32-Pad2)") + (node (ref U9) (pin 43)) + (node (ref U9) (pin 44)) + (node (ref C32) (pin 2))) + (net (code 364) (name "Net-(C35-Pad2)") + (node (ref U9) (pin 41)) + (node (ref U9) (pin 42)) + (node (ref C35) (pin 2))) + (net (code 365) (name "Net-(U9-Pad30)") + (node (ref U9) (pin 30))) + (net (code 366) (name /ESVIDEO-RVB/VAA) + (node (ref C35) (pin 1)) + (node (ref U9) (pin 35)) + (node (ref U9) (pin 2)) + (node (ref U8) (pin 1)) + (node (ref U9) (pin 34)) + (node (ref C42) (pin 1)) + (node (ref C33) (pin 1)) + (node (ref U8) (pin 43)) + (node (ref U9) (pin 36)) + (node (ref U9) (pin 1)) + (node (ref L5) (pin 2)) + (node (ref U8) (pin 44)) + (node (ref C51) (pin 1)) + (node (ref C34) (pin 1)) + (node (ref C52) (pin 1)) + (node (ref U9) (pin 33)) + (node (ref U8) (pin 84))) + (net (code 367) (name "Net-(U9-Pad5)") + (node (ref U9) (pin 5))) + (net (code 368) (name "Net-(U9-Pad6)") + (node (ref U9) (pin 6))) + (net (code 369) (name "Net-(C34-Pad2)") + (node (ref C42) (pin 2)) + (node (ref U9) (pin 40)) + (node (ref R8) (pin 1)) + (node (ref C34) (pin 2))) + (net (code 370) (name /buspci.sch/PTBE-0) + (node (ref U24) (pin 158)) + (node (ref U11) (pin 116)) + (node (ref U23) (pin 20))) + (net (code 371) (name /ESVIDEO-RVB/DPC1) + (node (ref RR7) (pin 3)) + (node (ref U24) (pin 22)) + (node (ref U3) (pin 3)) + (node (ref U8) (pin 15)) + (node (ref U23) (pin 12)) + (node (ref U10) (pin 93)) + (node (ref U9) (pin 15)) + (node (ref U11) (pin 99))) + (net (code 372) (name /muxdata/DPC9) + (node (ref RR8) (pin 8)) + (node (ref U4) (pin 3)) + (node (ref U24) (pin 33)) + (node (ref U11) (pin 84)) + (node (ref U23) (pin 96))) + (net (code 373) (name /muxdata/DPC8) + (node (ref U11) (pin 86)) + (node (ref U24) (pin 32)) + (node (ref RR8) (pin 9)) + (node (ref U4) (pin 2)) + (node (ref U23) (pin 97))) + (net (code 374) (name /ESVIDEO-RVB/DPC7) + (node (ref U3) (pin 9)) + (node (ref RR7) (pin 9)) + (node (ref U10) (pin 100)) + (node (ref U8) (pin 9)) + (node (ref U9) (pin 21)) + (node (ref U24) (pin 28)) + (node (ref U11) (pin 88)) + (node (ref U23) (pin 5))) + (net (code 375) (name /ESVIDEO-RVB/DPC6) + (node (ref RR7) (pin 8)) + (node (ref U23) (pin 6)) + (node (ref U8) (pin 10)) + (node (ref U24) (pin 27)) + (node (ref U11) (pin 92)) + (node (ref U9) (pin 20)) + (node (ref U3) (pin 8)) + (node (ref U10) (pin 99))) + (net (code 376) (name /ESVIDEO-RVB/DPC5) + (node (ref U23) (pin 8)) + (node (ref U3) (pin 7)) + (node (ref U9) (pin 19)) + (node (ref U11) (pin 94)) + (node (ref U24) (pin 26)) + (node (ref RR7) (pin 7)) + (node (ref U10) (pin 97)) + (node (ref U8) (pin 11))) + (net (code 377) (name /ESVIDEO-RVB/DPC4) + (node (ref U11) (pin 95)) + (node (ref U23) (pin 9)) + (node (ref U9) (pin 18)) + (node (ref RR7) (pin 6)) + (node (ref U3) (pin 6)) + (node (ref U24) (pin 25)) + (node (ref U10) (pin 96)) + (node (ref U8) (pin 12))) + (net (code 378) (name /ESVIDEO-RVB/DPC3) + (node (ref U9) (pin 17)) + (node (ref U24) (pin 24)) + (node (ref U8) (pin 13)) + (node (ref U11) (pin 96)) + (node (ref U23) (pin 7)) + (node (ref U10) (pin 95)) + (node (ref U3) (pin 5)) + (node (ref RR7) (pin 5))) + (net (code 379) (name /ESVIDEO-RVB/DPC2) + (node (ref U3) (pin 4)) + (node (ref U23) (pin 11)) + (node (ref U9) (pin 16)) + (node (ref U11) (pin 98)) + (node (ref U10) (pin 94)) + (node (ref U8) (pin 14)) + (node (ref RR7) (pin 4)) + (node (ref U24) (pin 23))) + (net (code 380) (name /muxdata/DPC10) + (node (ref U11) (pin 83)) + (node (ref RR8) (pin 7)) + (node (ref U24) (pin 34)) + (node (ref U4) (pin 4)) + (node (ref U23) (pin 95))) + (net (code 381) (name /ESVIDEO-RVB/DPC0) + (node (ref U3) (pin 2)) + (node (ref U10) (pin 92)) + (node (ref RR7) (pin 2)) + (node (ref U24) (pin 21)) + (node (ref U23) (pin 13)) + (node (ref U9) (pin 14)) + (node (ref U11) (pin 100)) + (node (ref U8) (pin 16))) + (net (code 382) (name /buspci.sch/PTBE-1) + (node (ref U24) (pin 157)) + (node (ref U11) (pin 118)) + (node (ref U23) (pin 21))) + (net (code 383) (name /muxdata/DPC11) + (node (ref U4) (pin 5)) + (node (ref U11) (pin 82)) + (node (ref U24) (pin 35)) + (node (ref RR8) (pin 6)) + (node (ref U23) (pin 94))) + (net (code 384) (name /muxdata/DPC12) + (node (ref U4) (pin 6)) + (node (ref U11) (pin 80)) + (node (ref U24) (pin 36)) + (node (ref RR8) (pin 5)) + (node (ref U23) (pin 93))) + (net (code 385) (name /muxdata/DPC13) + (node (ref U23) (pin 90)) + (node (ref RR8) (pin 4)) + (node (ref U11) (pin 79)) + (node (ref U4) (pin 7)) + (node (ref U24) (pin 45))) + (net (code 386) (name /muxdata/DPC14) + (node (ref U23) (pin 88)) + (node (ref U4) (pin 8)) + (node (ref U24) (pin 46)) + (node (ref RR8) (pin 3)) + (node (ref U11) (pin 78))) + (net (code 387) (name /muxdata/DPC15) + (node (ref RR8) (pin 2)) + (node (ref U24) (pin 47)) + (node (ref U11) (pin 76)) + (node (ref U23) (pin 89)) + (node (ref U4) (pin 9))) + (net (code 388) (name /buspci.sch/ADR6) + (node (ref U11) (pin 132)) + (node (ref U24) (pin 143)) + (node (ref U23) (pin 39))) + (net (code 389) (name /RAMS/TVRAM7) + (node (ref U13) (pin 26)) + (node (ref U14) (pin 26)) + (node (ref U15) (pin 26)) + (node (ref U18) (pin 26)) + (node (ref U3) (pin 11)) + (node (ref U19) (pin 26)) + (node (ref U17) (pin 26)) + (node (ref U16) (pin 26)) + (node (ref U22) (pin 32)) + (node (ref U12) (pin 26))) + (net (code 390) (name /RAMS/TVRAM6) + (node (ref U12) (pin 24)) + (node (ref U18) (pin 24)) + (node (ref U13) (pin 24)) + (node (ref U22) (pin 31)) + (node (ref U16) (pin 24)) + (node (ref U17) (pin 24)) + (node (ref U15) (pin 24)) + (node (ref U14) (pin 24)) + (node (ref U19) (pin 24)) + (node (ref U3) (pin 12))) + (net (code 391) (name /RAMS/TVRAM5) + (node (ref U22) (pin 29)) + (node (ref U15) (pin 22)) + (node (ref U16) (pin 22)) + (node (ref U18) (pin 22)) + (node (ref U17) (pin 22)) + (node (ref U3) (pin 13)) + (node (ref U19) (pin 22)) + (node (ref U12) (pin 22)) + (node (ref U14) (pin 22)) + (node (ref U13) (pin 22))) + (net (code 392) (name /RAMS/TVRAM4) + (node (ref U22) (pin 28)) + (node (ref U19) (pin 20)) + (node (ref U17) (pin 20)) + (node (ref U12) (pin 20)) + (node (ref U3) (pin 14)) + (node (ref U15) (pin 20)) + (node (ref U14) (pin 20)) + (node (ref U13) (pin 20)) + (node (ref U18) (pin 20)) + (node (ref U16) (pin 20))) + (net (code 393) (name /RAMS/TVRAM3) + (node (ref U14) (pin 8)) + (node (ref U3) (pin 15)) + (node (ref U13) (pin 8)) + (node (ref U15) (pin 8)) + (node (ref U16) (pin 8)) + (node (ref U22) (pin 18)) + (node (ref U12) (pin 8)) + (node (ref U17) (pin 8)) + (node (ref U18) (pin 8)) + (node (ref U19) (pin 8))) + (net (code 394) (name /RAMS/TVRAM2) + (node (ref U18) (pin 6)) + (node (ref U14) (pin 6)) + (node (ref U16) (pin 6)) + (node (ref U3) (pin 16)) + (node (ref U17) (pin 6)) + (node (ref U15) (pin 6)) + (node (ref U22) (pin 20)) + (node (ref U13) (pin 6)) + (node (ref U12) (pin 6)) + (node (ref U19) (pin 6))) + (net (code 395) (name /RAMS/TVRAM1) + (node (ref U19) (pin 4)) + (node (ref U12) (pin 4)) + (node (ref U14) (pin 4)) + (node (ref U18) (pin 4)) + (node (ref U3) (pin 17)) + (node (ref U17) (pin 4)) + (node (ref U13) (pin 4)) + (node (ref U15) (pin 4)) + (node (ref U16) (pin 4)) + (node (ref U22) (pin 19))) + (net (code 396) (name /RAMS/TVRAM0) + (node (ref U16) (pin 2)) + (node (ref U14) (pin 2)) + (node (ref U12) (pin 2)) + (node (ref U13) (pin 2)) + (node (ref U22) (pin 17)) + (node (ref U17) (pin 2)) + (node (ref U15) (pin 2)) + (node (ref U18) (pin 2)) + (node (ref U3) (pin 18)) + (node (ref U19) (pin 2))) + (net (code 397) (name /RAMS/TVRAM8) + (node (ref U15) (pin 49)) + (node (ref U16) (pin 49)) + (node (ref U22) (pin 33)) + (node (ref U4) (pin 18)) + (node (ref U13) (pin 49)) + (node (ref U19) (pin 49)) + (node (ref U17) (pin 49)) + (node (ref U14) (pin 49)) + (node (ref U18) (pin 49)) + (node (ref U12) (pin 49))) + (net (code 398) (name /ESVIDEO-RVB/TVI1) + (node (ref U24) (pin 107)) + (node (ref U9) (pin 11))) + (net (code 399) (name /ESVIDEO-RVB/TVI0) + (node (ref U9) (pin 10)) + (node (ref U24) (pin 108))) + (net (code 400) (name /ESVIDEO-RVB/PCA2) + (node (ref U23) (pin 63)) + (node (ref U9) (pin 26)) + (node (ref U8) (pin 19))) + (net (code 401) (name /RAMS/TVRAM9) + (node (ref U17) (pin 51)) + (node (ref U14) (pin 51)) + (node (ref U13) (pin 51)) + (node (ref U12) (pin 51)) + (node (ref U18) (pin 51)) + (node (ref U19) (pin 51)) + (node (ref U16) (pin 51)) + (node (ref U15) (pin 51)) + (node (ref U22) (pin 34)) + (node (ref U4) (pin 17))) + (net (code 402) (name /RAMS/TVRAM10) + (node (ref U18) (pin 53)) + (node (ref U16) (pin 53)) + (node (ref U13) (pin 53)) + (node (ref U12) (pin 53)) + (node (ref U14) (pin 53)) + (node (ref U22) (pin 35)) + (node (ref U4) (pin 16)) + (node (ref U17) (pin 53)) + (node (ref U15) (pin 53)) + (node (ref U19) (pin 53))) + (net (code 403) (name /RAMS/TVRAM11) + (node (ref U13) (pin 55)) + (node (ref U17) (pin 55)) + (node (ref U16) (pin 55)) + (node (ref U22) (pin 36)) + (node (ref U14) (pin 55)) + (node (ref U4) (pin 15)) + (node (ref U18) (pin 55)) + (node (ref U12) (pin 55)) + (node (ref U19) (pin 55)) + (node (ref U15) (pin 55))) + (net (code 404) (name /RAMS/TVRAM12) + (node (ref U4) (pin 14)) + (node (ref U12) (pin 57)) + (node (ref U19) (pin 57)) + (node (ref U16) (pin 57)) + (node (ref U18) (pin 57)) + (node (ref U22) (pin 39)) + (node (ref U15) (pin 57)) + (node (ref U17) (pin 57)) + (node (ref U14) (pin 57)) + (node (ref U13) (pin 57))) + (net (code 405) (name /RAMS/TVRAM13) + (node (ref U4) (pin 13)) + (node (ref U16) (pin 61)) + (node (ref U15) (pin 61)) + (node (ref U13) (pin 61)) + (node (ref U17) (pin 61)) + (node (ref U14) (pin 61)) + (node (ref U12) (pin 61)) + (node (ref U22) (pin 40)) + (node (ref U18) (pin 61)) + (node (ref U19) (pin 61))) + (net (code 406) (name /RAMS/TVRAM14) + (node (ref U15) (pin 63)) + (node (ref U14) (pin 63)) + (node (ref U18) (pin 63)) + (node (ref U13) (pin 63)) + (node (ref U19) (pin 63)) + (node (ref U22) (pin 41)) + (node (ref U17) (pin 63)) + (node (ref U4) (pin 12)) + (node (ref U12) (pin 63)) + (node (ref U16) (pin 63))) + (net (code 407) (name /RAMS/TVRAM15) + (node (ref U15) (pin 65)) + (node (ref U14) (pin 65)) + (node (ref U18) (pin 65)) + (node (ref U12) (pin 65)) + (node (ref U19) (pin 65)) + (node (ref U4) (pin 11)) + (node (ref U16) (pin 65)) + (node (ref U22) (pin 42)) + (node (ref U17) (pin 65)) + (node (ref U13) (pin 65))) + (net (code 408) (name /RAMS/TVRAM16) + (node (ref U19) (pin 3)) + (node (ref U12) (pin 3)) + (node (ref U18) (pin 3)) + (node (ref U13) (pin 3)) + (node (ref U22) (pin 43)) + (node (ref U15) (pin 3)) + (node (ref U16) (pin 3)) + (node (ref U17) (pin 3)) + (node (ref U5) (pin 18)) + (node (ref U14) (pin 3))) + (net (code 409) (name /RAMS/TVRAM17) + (node (ref U15) (pin 5)) + (node (ref U18) (pin 5)) + (node (ref U19) (pin 5)) + (node (ref U12) (pin 5)) + (node (ref U14) (pin 5)) + (node (ref U22) (pin 44)) + (node (ref U16) (pin 5)) + (node (ref U5) (pin 17)) + (node (ref U17) (pin 5)) + (node (ref U13) (pin 5))) + (net (code 410) (name /RAMS/TVRAM18) + (node (ref U17) (pin 7)) + (node (ref U13) (pin 7)) + (node (ref U19) (pin 7)) + (node (ref U12) (pin 7)) + (node (ref U16) (pin 7)) + (node (ref U22) (pin 45)) + (node (ref U18) (pin 7)) + (node (ref U14) (pin 7)) + (node (ref U5) (pin 16)) + (node (ref U15) (pin 7))) + (net (code 411) (name /RAMS/TVRAM19) + (node (ref U22) (pin 46)) + (node (ref U5) (pin 15)) + (node (ref U16) (pin 9)) + (node (ref U17) (pin 9)) + (node (ref U19) (pin 9)) + (node (ref U15) (pin 9)) + (node (ref U14) (pin 9)) + (node (ref U13) (pin 9)) + (node (ref U12) (pin 9)) + (node (ref U18) (pin 9))) + (net (code 412) (name /RAMS/TVRAM20) + (node (ref U14) (pin 21)) + (node (ref U13) (pin 21)) + (node (ref U22) (pin 47)) + (node (ref U5) (pin 14)) + (node (ref U12) (pin 21)) + (node (ref U16) (pin 21)) + (node (ref U17) (pin 21)) + (node (ref U18) (pin 21)) + (node (ref U19) (pin 21)) + (node (ref U15) (pin 21))) + (net (code 413) (name /RAMS/TVRAM21) + (node (ref U22) (pin 48)) + (node (ref U14) (pin 23)) + (node (ref U17) (pin 23)) + (node (ref U13) (pin 23)) + (node (ref U19) (pin 23)) + (node (ref U15) (pin 23)) + (node (ref U5) (pin 13)) + (node (ref U18) (pin 23)) + (node (ref U16) (pin 23)) + (node (ref U12) (pin 23))) + (net (code 414) (name /RAMS/TVRAM22) + (node (ref U13) (pin 25)) + (node (ref U17) (pin 25)) + (node (ref U5) (pin 12)) + (node (ref U19) (pin 25)) + (node (ref U12) (pin 25)) + (node (ref U18) (pin 25)) + (node (ref U14) (pin 25)) + (node (ref U16) (pin 25)) + (node (ref U15) (pin 25)) + (node (ref U22) (pin 53))) + (net (code 415) (name /RAMS/TVRAM23) + (node (ref U12) (pin 27)) + (node (ref U19) (pin 27)) + (node (ref U13) (pin 27)) + (node (ref U17) (pin 27)) + (node (ref U15) (pin 27)) + (node (ref U5) (pin 11)) + (node (ref U18) (pin 27)) + (node (ref U16) (pin 27)) + (node (ref U14) (pin 27)) + (node (ref U22) (pin 54))) + (net (code 416) (name /buspci.sch/PTBE-2) + (node (ref U11) (pin 119)) + (node (ref U23) (pin 22)) + (node (ref U24) (pin 156))) + (net (code 417) (name /RAMS/MXA0) + (node (ref U24) (pin 128)) + (node (ref U16) (pin 12)) + (node (ref U15) (pin 12)) + (node (ref U17) (pin 12)) + (node (ref U19) (pin 12)) + (node (ref U13) (pin 12)) + (node (ref U14) (pin 12)) + (node (ref U18) (pin 12)) + (node (ref U12) (pin 12))) + (net (code 418) (name /RAMS/MXA8) + (node (ref U12) (pin 31)) + (node (ref U17) (pin 31)) + (node (ref U13) (pin 31)) + (node (ref U19) (pin 31)) + (node (ref U15) (pin 31)) + (node (ref U18) (pin 31)) + (node (ref U16) (pin 31)) + (node (ref U14) (pin 31)) + (node (ref U24) (pin 114))) + (net (code 419) (name /RAMS/MXA7) + (node (ref U16) (pin 28)) + (node (ref U24) (pin 115)) + (node (ref U17) (pin 28)) + (node (ref U19) (pin 28)) + (node (ref U14) (pin 28)) + (node (ref U12) (pin 28)) + (node (ref U13) (pin 28)) + (node (ref U18) (pin 28)) + (node (ref U15) (pin 28))) + (net (code 420) (name /RAMS/MXA6) + (node (ref U12) (pin 18)) + (node (ref U18) (pin 18)) + (node (ref U24) (pin 116)) + (node (ref U15) (pin 18)) + (node (ref U14) (pin 18)) + (node (ref U19) (pin 18)) + (node (ref U17) (pin 18)) + (node (ref U16) (pin 18)) + (node (ref U13) (pin 18))) + (net (code 421) (name /RAMS/MXA5) + (node (ref U17) (pin 17)) + (node (ref U13) (pin 17)) + (node (ref U18) (pin 17)) + (node (ref U14) (pin 17)) + (node (ref U24) (pin 123)) + (node (ref U16) (pin 17)) + (node (ref U15) (pin 17)) + (node (ref U12) (pin 17)) + (node (ref U19) (pin 17))) + (net (code 422) (name /RAMS/MXA4) + (node (ref U15) (pin 16)) + (node (ref U16) (pin 16)) + (node (ref U17) (pin 16)) + (node (ref U24) (pin 124)) + (node (ref U13) (pin 16)) + (node (ref U12) (pin 16)) + (node (ref U19) (pin 16)) + (node (ref U18) (pin 16)) + (node (ref U14) (pin 16))) + (net (code 423) (name /RAMS/MXA3) + (node (ref U24) (pin 125)) + (node (ref U14) (pin 15)) + (node (ref U12) (pin 15)) + (node (ref U19) (pin 15)) + (node (ref U15) (pin 15)) + (node (ref U16) (pin 15)) + (node (ref U18) (pin 15)) + (node (ref U17) (pin 15)) + (node (ref U13) (pin 15))) + (net (code 424) (name /RAMS/MXA2) + (node (ref U12) (pin 14)) + (node (ref U19) (pin 14)) + (node (ref U17) (pin 14)) + (node (ref U18) (pin 14)) + (node (ref U15) (pin 14)) + (node (ref U16) (pin 14)) + (node (ref U24) (pin 126)) + (node (ref U13) (pin 14)) + (node (ref U14) (pin 14))) + (net (code 425) (name /RAMS/MXA1) + (node (ref U24) (pin 127)) + (node (ref U17) (pin 13)) + (node (ref U18) (pin 13)) + (node (ref U12) (pin 13)) + (node (ref U15) (pin 13)) + (node (ref U19) (pin 13)) + (node (ref U16) (pin 13)) + (node (ref U13) (pin 13)) + (node (ref U14) (pin 13))) + (net (code 426) (name /RAMS/MXA9) + (node (ref U16) (pin 32)) + (node (ref U19) (pin 32)) + (node (ref U15) (pin 32)) + (node (ref U18) (pin 32)) + (node (ref U14) (pin 32)) + (node (ref U12) (pin 32)) + (node (ref U17) (pin 32)) + (node (ref U13) (pin 32)) + (node (ref U24) (pin 113))) + (net (code 427) (name /RAMS/MXA10) + (node (ref U18) (pin 19)) + (node (ref U17) (pin 19)) + (node (ref U15) (pin 19)) + (node (ref U19) (pin 19)) + (node (ref U13) (pin 19)) + (node (ref U24) (pin 109)) + (node (ref U16) (pin 19)) + (node (ref U14) (pin 19)) + (node (ref U12) (pin 19))) + (net (code 428) (name /RAMS/TVRAM24) + (node (ref U22) (pin 55)) + (node (ref U13) (pin 50)) + (node (ref U16) (pin 50)) + (node (ref U6) (pin 18)) + (node (ref U15) (pin 50)) + (node (ref U14) (pin 50)) + (node (ref U12) (pin 50)) + (node (ref U18) (pin 50)) + (node (ref U17) (pin 50)) + (node (ref U19) (pin 50))) + (net (code 429) (name /ESVIDEO-RVB/TVR7) + (node (ref U8) (pin 49)) + (node (ref U10) (pin 58)) + (node (ref U9) (pin 52)) + (node (ref U22) (pin 91))) + (net (code 430) (name /ESVIDEO-RVB/TVR6) + (node (ref U8) (pin 50)) + (node (ref U10) (pin 59)) + (node (ref U22) (pin 90)) + (node (ref U9) (pin 51))) + (net (code 431) (name /ESVIDEO-RVB/TVR5) + (node (ref U9) (pin 50)) + (node (ref U22) (pin 87)) + (node (ref U10) (pin 60)) + (node (ref U8) (pin 51))) + (net (code 432) (name /ESVIDEO-RVB/TVR4) + (node (ref U10) (pin 61)) + (node (ref U22) (pin 86)) + (node (ref U9) (pin 49)) + (node (ref U8) (pin 52))) + (net (code 433) (name /ESVIDEO-RVB/TVR3) + (node (ref U22) (pin 85)) + (node (ref U8) (pin 53)) + (node (ref U9) (pin 48)) + (node (ref U10) (pin 62))) + (net (code 434) (name /ESVIDEO-RVB/TVR2) + (node (ref U10) (pin 63)) + (node (ref U8) (pin 54)) + (node (ref U9) (pin 47)) + (node (ref U22) (pin 84))) + (net (code 435) (name /muxdata/DPC16) + (node (ref RR4) (pin 7)) + (node (ref U11) (pin 157)) + (node (ref U5) (pin 2))) + (net (code 436) (name /muxdata/DPC17) + (node (ref U11) (pin 145)) + (node (ref RR4) (pin 9)) + (node (ref U5) (pin 3))) + (net (code 437) (name /muxdata/DPC18) + (node (ref RR6) (pin 6)) + (node (ref U11) (pin 133)) + (node (ref U5) (pin 4))) + (net (code 438) (name /muxdata/DPC19) + (node (ref U5) (pin 5)) + (node (ref U11) (pin 125)) + (node (ref RR6) (pin 8))) + (net (code 439) (name /muxdata/DPC20) + (node (ref RR6) (pin 3)) + (node (ref U11) (pin 117)) + (node (ref U5) (pin 6))) + (net (code 440) (name /muxdata/DPC21) + (node (ref U11) (pin 105)) + (node (ref RR5) (pin 6)) + (node (ref U5) (pin 7))) + (net (code 441) (name /muxdata/DPC22) + (node (ref U5) (pin 8)) + (node (ref U11) (pin 93)) + (node (ref RR4) (pin 3))) + (net (code 442) (name /muxdata/DPC23) + (node (ref RR4) (pin 5)) + (node (ref U5) (pin 9)) + (node (ref U11) (pin 85))) + (net (code 443) (name /muxdata/DPC24) + (node (ref U11) (pin 77)) + (node (ref U6) (pin 2)) + (node (ref RR3) (pin 3))) + (net (code 444) (name /muxdata/DPC25) + (node (ref RR3) (pin 9)) + (node (ref U11) (pin 65)) + (node (ref U6) (pin 3))) + (net (code 445) (name /muxdata/DPC26) + (node (ref U11) (pin 53)) + (node (ref RR2) (pin 8)) + (node (ref U6) (pin 4))) + (net (code 446) (name /buspci.sch/ADR2) + (node (ref U24) (pin 137)) + (node (ref U23) (pin 48)) + (node (ref U11) (pin 68))) + (net (code 447) (name /buspci.sch/ADR3) + (node (ref U11) (pin 67)) + (node (ref U24) (pin 138)) + (node (ref U23) (pin 44))) + (net (code 448) (name /buspci.sch/PTBE-3) + (node (ref U11) (pin 120)) + (node (ref U23) (pin 23)) + (node (ref U24) (pin 155))) + (net (code 449) (name /muxdata/DPC27) + (node (ref RR2) (pin 5)) + (node (ref U11) (pin 45)) + (node (ref U6) (pin 5))) + (net (code 450) (name /buspci.sch/ADR4) + (node (ref U23) (pin 43)) + (node (ref U11) (pin 66)) + (node (ref U24) (pin 139))) + (net (code 451) (name /buspci.sch/ADR5) + (node (ref U11) (pin 64)) + (node (ref U24) (pin 140)) + (node (ref U23) (pin 42))) + (net (code 452) (name /ESVIDEO-RVB/TVR0) + (node (ref U8) (pin 56)) + (node (ref U22) (pin 82)) + (node (ref U9) (pin 45)) + (node (ref U10) (pin 65))) + (net (code 453) (name /ESVIDEO-RVB/TVR1) + (node (ref U8) (pin 55)) + (node (ref U22) (pin 83)) + (node (ref U10) (pin 64)) + (node (ref U9) (pin 46))) + (net (code 454) (name /ESVIDEO-RVB/TVB5) + (node (ref U8) (pin 27)) + (node (ref U10) (pin 50)) + (node (ref U22) (pin 97)) + (node (ref U9) (pin 66))) + (net (code 455) (name /ESVIDEO-RVB/TVB7) + (node (ref U9) (pin 68)) + (node (ref U10) (pin 48)) + (node (ref U22) (pin 99)) + (node (ref U8) (pin 25))) + (net (code 456) (name /ESVIDEO-RVB/TVB6) + (node (ref U9) (pin 67)) + (node (ref U8) (pin 26)) + (node (ref U22) (pin 98)) + (node (ref U10) (pin 49))) + (net (code 457) (name /ESVIDEO-RVB/TVB4) + (node (ref U10) (pin 51)) + (node (ref U8) (pin 28)) + (node (ref U22) (pin 96)) + (node (ref U9) (pin 65))) + (net (code 458) (name /ESVIDEO-RVB/TVB3) + (node (ref U10) (pin 52)) + (node (ref U9) (pin 64)) + (node (ref U8) (pin 29)) + (node (ref U22) (pin 95))) + (net (code 459) (name /ESVIDEO-RVB/TVB2) + (node (ref U8) (pin 30)) + (node (ref U9) (pin 63)) + (node (ref U22) (pin 94)) + (node (ref U10) (pin 53))) + (net (code 460) (name /ESVIDEO-RVB/TVB1) + (node (ref U9) (pin 62)) + (node (ref U8) (pin 31)) + (node (ref U22) (pin 93)) + (node (ref U10) (pin 54))) + (net (code 461) (name /ESVIDEO-RVB/TVB0) + (node (ref U10) (pin 55)) + (node (ref U8) (pin 32)) + (node (ref U22) (pin 92)) + (node (ref U9) (pin 61))) + (net (code 462) (name /ESVIDEO-RVB/TVG7) + (node (ref U9) (pin 60)) + (node (ref U8) (pin 33)) + (node (ref U10) (pin 67)) + (node (ref U22) (pin 81))) + (net (code 463) (name /ESVIDEO-RVB/TVG6) + (node (ref U10) (pin 68)) + (node (ref U9) (pin 59)) + (node (ref U8) (pin 34)) + (node (ref U22) (pin 80))) + (net (code 464) (name /ESVIDEO-RVB/TVG5) + (node (ref U9) (pin 58)) + (node (ref U10) (pin 69)) + (node (ref U8) (pin 35)) + (node (ref U22) (pin 78))) + (net (code 465) (name /muxdata/DPC31) + (node (ref RR1) (pin 3)) + (node (ref U6) (pin 9)) + (node (ref U11) (pin 5))) + (net (code 466) (name /muxdata/DPC30) + (node (ref U6) (pin 8)) + (node (ref U11) (pin 13)) + (node (ref RR1) (pin 5))) + (net (code 467) (name /muxdata/DPC29) + (node (ref U11) (pin 25)) + (node (ref RR1) (pin 8)) + (node (ref U6) (pin 7))) + (net (code 468) (name /muxdata/DPC28) + (node (ref U11) (pin 37)) + (node (ref U6) (pin 6)) + (node (ref RR2) (pin 3))) + (net (code 469) (name /ESVIDEO-RVB/TVG0) + (node (ref U22) (pin 67)) + (node (ref U8) (pin 48)) + (node (ref U10) (pin 74)) + (node (ref U9) (pin 53))) + (net (code 470) (name /ESVIDEO-RVB/TVG1) + (node (ref U10) (pin 73)) + (node (ref U22) (pin 68)) + (node (ref U8) (pin 47)) + (node (ref U9) (pin 54))) + (net (code 471) (name /ESVIDEO-RVB/TVG2) + (node (ref U9) (pin 55)) + (node (ref U22) (pin 69)) + (node (ref U10) (pin 72)) + (node (ref U8) (pin 46))) + (net (code 472) (name /ESVIDEO-RVB/TVG3) + (node (ref U10) (pin 71)) + (node (ref U9) (pin 56)) + (node (ref U8) (pin 45)) + (node (ref U22) (pin 70))) + (net (code 473) (name /ESVIDEO-RVB/TVG4) + (node (ref U9) (pin 57)) + (node (ref U8) (pin 36)) + (node (ref U10) (pin 70)) + (node (ref U22) (pin 71))) + (net (code 474) (name /RAMS/TVRAM31) + (node (ref U22) (pin 62)) + (node (ref U16) (pin 64)) + (node (ref U14) (pin 64)) + (node (ref U6) (pin 11)) + (node (ref U12) (pin 64)) + (node (ref U17) (pin 64)) + (node (ref U18) (pin 64)) + (node (ref U15) (pin 64)) + (node (ref U19) (pin 64)) + (node (ref U13) (pin 64))) + (net (code 475) (name /RAMS/TVRAM30) + (node (ref U12) (pin 62)) + (node (ref U14) (pin 62)) + (node (ref U13) (pin 62)) + (node (ref U16) (pin 62)) + (node (ref U6) (pin 12)) + (node (ref U17) (pin 62)) + (node (ref U15) (pin 62)) + (node (ref U18) (pin 62)) + (node (ref U19) (pin 62)) + (node (ref U22) (pin 61))) + (net (code 476) (name /RAMS/TVRAM29) + (node (ref U17) (pin 60)) + (node (ref U19) (pin 60)) + (node (ref U13) (pin 60)) + (node (ref U22) (pin 60)) + (node (ref U18) (pin 60)) + (node (ref U16) (pin 60)) + (node (ref U15) (pin 60)) + (node (ref U6) (pin 13)) + (node (ref U12) (pin 60)) + (node (ref U14) (pin 60))) + (net (code 477) (name /RAMS/TVRAM28) + (node (ref U6) (pin 14)) + (node (ref U16) (pin 58)) + (node (ref U12) (pin 58)) + (node (ref U14) (pin 58)) + (node (ref U19) (pin 58)) + (node (ref U15) (pin 58)) + (node (ref U17) (pin 58)) + (node (ref U13) (pin 58)) + (node (ref U18) (pin 58)) + (node (ref U22) (pin 59))) + (net (code 478) (name /RAMS/TVRAM27) + (node (ref U22) (pin 58)) + (node (ref U18) (pin 56)) + (node (ref U17) (pin 56)) + (node (ref U15) (pin 56)) + (node (ref U12) (pin 56)) + (node (ref U19) (pin 56)) + (node (ref U14) (pin 56)) + (node (ref U16) (pin 56)) + (node (ref U13) (pin 56)) + (node (ref U6) (pin 15))) + (net (code 479) (name /RAMS/TVRAM26) + (node (ref U19) (pin 54)) + (node (ref U22) (pin 57)) + (node (ref U13) (pin 54)) + (node (ref U12) (pin 54)) + (node (ref U6) (pin 16)) + (node (ref U16) (pin 54)) + (node (ref U14) (pin 54)) + (node (ref U17) (pin 54)) + (node (ref U18) (pin 54)) + (node (ref U15) (pin 54))) + (net (code 480) (name /RAMS/TVRAM25) + (node (ref U14) (pin 52)) + (node (ref U12) (pin 52)) + (node (ref U13) (pin 52)) + (node (ref U16) (pin 52)) + (node (ref U18) (pin 52)) + (node (ref U19) (pin 52)) + (node (ref U17) (pin 52)) + (node (ref U22) (pin 56)) + (node (ref U15) (pin 52)) + (node (ref U6) (pin 17))) + (net (code 481) (name /buspci.sch/BE-0) + (node (ref U24) (pin 144)) + (node (ref U23) (pin 38)) + (node (ref U11) (pin 87))) + (net (code 482) (name /buspci.sch/BE-1) + (node (ref U11) (pin 63)) + (node (ref U24) (pin 145)) + (node (ref U23) (pin 37))) + (net (code 483) (name /buspci.sch/BE-2) + (node (ref U24) (pin 146)) + (node (ref U11) (pin 62)) + (node (ref U23) (pin 36))) + (net (code 484) (name /buspci.sch/BE-3) + (node (ref U23) (pin 35)) + (node (ref U11) (pin 60)) + (node (ref U24) (pin 147))) + (net (code 485) (name /ESVIDEO-RVB/PCA1) + (node (ref U23) (pin 64)) + (node (ref U8) (pin 18)) + (node (ref U10) (pin 85)) + (node (ref U9) (pin 25))) + (net (code 486) (name /ESVIDEO-RVB/PCA0) + (node (ref U9) (pin 24)) + (node (ref U23) (pin 65)) + (node (ref U10) (pin 84)) + (node (ref U8) (pin 17))))) \ No newline at end of file diff --git a/demos/video/video.pro b/demos/video/video.pro new file mode 100644 index 0000000..2ffe167 --- /dev/null +++ b/demos/video/video.pro @@ -0,0 +1,38 @@ +update=18/05/2015 09:11:22 +version=1 +last_client=kicad +[general] +version=1 +RootSch=video.sch +BoardNm=video.brd +[cvpcb] +version=1 +NetIExt=net +[cvpcb/libraries] +EquName1=devcms +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead=video.net +UseCmpFile=0 +PadDrill=3.048 +PadDrillOvalY=3.048 +PadSizeH=3.81 +PadSizeV=5.08 +PcbTextSizeV=1.524 +PcbTextSizeH=1.524 +PcbTextThickness=0.2032 +ModuleTextSizeV=1.27 +ModuleTextSizeH=1.27 +ModuleTextSizeThickness=0.2032 +SolderMaskClearance=0.254 +SolderMaskMinWidth=0 +DrawSegmentWidth=0.3048 +BoardOutlineThickness=0.2032 +ModuleOutlineThickness=0.3048 +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +LibName1=libs/video_schlib +LibName2=power diff --git a/demos/video/video.sch b/demos/video/video.sch new file mode 100644 index 0000000..9f4d059 --- /dev/null +++ b/demos/video/video.sch @@ -0,0 +1,1014 @@ +EESchema Schematic File Version 2 +LIBS:video_schlib +LIBS:power +LIBS:video-cache +EELAYER 25 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 1 8 +Title "Video" +Date "Sun 22 Mar 2015" +Rev "2.0B" +Comp "Kicad EDA" +Comment1 "Main sheet" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 10550 5800 11250 5800 +Text Label 10600 5800 0 60 ~ 0 +CSYNC-OUT +Wire Wire Line + 10550 6050 11250 6050 +Text Label 10700 6050 0 60 ~ 0 +CLAMP +Text Label 10700 5950 0 60 ~ 0 +BLANK- +Wire Wire Line + 10550 5950 11250 5950 +Wire Wire Line + 10650 5650 11250 5650 +Text Label 10750 5650 0 60 ~ 0 +ACQ_ON +Wire Wire Line + 3800 8300 4400 8300 +Text Label 3900 8300 0 60 ~ 0 +ACQ_ON +Text Label 14250 4150 0 60 ~ 0 +C_OUT +Text Label 14250 4350 0 60 ~ 0 +Y_OUT +Wire Wire Line + 14900 4350 14200 4350 +Wire Wire Line + 14200 4150 14900 4150 +Connection ~ 14800 4250 +Connection ~ 14800 3950 +Wire Wire Line + 14900 3950 14800 3950 +Wire Wire Line + 14900 3750 14800 3750 +Wire Wire Line + 14800 3750 14800 4650 +Text Label 14800 2300 0 60 ~ 0 +Y_OUT +Text Label 14800 1900 0 60 ~ 0 +C_OUT +Wire Wire Line + 1450 8400 2000 8400 +Wire Wire Line + 1450 8300 2000 8300 +Wire Wire Line + 1450 8500 2000 8500 +Text Label 1500 8400 0 60 ~ 0 +IRQ- +Text Label 1500 8300 0 60 ~ 0 +X_IRQ +Text Label 1500 8500 0 60 ~ 0 +IRQ_SRL +Wire Wire Line + 3800 2150 4350 2150 +Wire Wire Line + 3800 2050 4350 2050 +Wire Wire Line + 3800 1950 4350 1950 +Text Label 3850 2150 0 60 ~ 0 +IRQ- +Text Label 3850 2050 0 60 ~ 0 +X_IRQ +Text Label 3850 1950 0 60 ~ 0 +IRQ_SRL +Text Label 3900 9300 0 60 ~ 0 +PCA[0..2] +Wire Bus Line + 3800 9300 4600 9300 +Text Label 6200 4450 0 60 ~ 0 +PCA[0..1] +Wire Bus Line + 6100 4450 6900 4450 +Wire Bus Line + 3800 5900 4600 5900 +Text Label 3900 5900 0 60 ~ 0 +TVI[0..1] +Wire Wire Line + 10450 5350 11250 5350 +Wire Wire Line + 10450 5450 11250 5450 +Text Label 10550 5350 0 60 ~ 0 +ACCES_RAM- +Text Label 10550 5450 0 60 ~ 0 +WRITE_RAM +Wire Wire Line + 3800 9100 4600 9100 +Wire Wire Line + 3800 9000 4600 9000 +Text Label 3900 9100 0 60 ~ 0 +ACCES_RAM- +Text Label 3900 9000 0 60 ~ 0 +WRITE_RAM +Text Label 10550 5200 0 60 ~ 0 +DQ[0..31] +Wire Bus Line + 10450 5200 11250 5200 +Wire Bus Line + 8800 6600 9750 6600 +Text Label 8900 6600 0 60 ~ 0 +TVRAM[0..31] +Wire Wire Line + 10750 4900 11250 4900 +Wire Wire Line + 10750 5000 11250 5000 +Text Label 10800 5000 0 60 ~ 0 +CLKCAD +Text Label 10800 4900 0 60 ~ 0 +CLKCDA +Wire Wire Line + 10650 4600 11250 4600 +Wire Wire Line + 10650 4500 11250 4500 +Wire Wire Line + 10650 4400 11250 4400 +Wire Wire Line + 10650 4300 11250 4300 +Text Label 10750 4600 0 60 ~ 0 +X_PROG- +Text Label 10750 4500 0 60 ~ 0 +X_DONE +Text Label 10750 4400 0 60 ~ 0 +X_CLK +Text Label 10750 4300 0 60 ~ 0 +X_DATA +Wire Wire Line + 3800 8800 4400 8800 +Wire Wire Line + 3800 8700 4400 8700 +Wire Wire Line + 3800 8600 4400 8600 +Wire Wire Line + 3800 8500 4400 8500 +Text Label 3900 8800 0 60 ~ 0 +X_PROG- +Text Label 3900 8700 0 60 ~ 0 +X_DONE +Text Label 3900 8600 0 60 ~ 0 +X_CLK +Text Label 3900 8500 0 60 ~ 0 +X_DATA +Wire Bus Line + 12900 4600 13850 4600 +Wire Bus Line + 12900 4500 13850 4500 +Wire Bus Line + 12900 4400 13850 4400 +Text Label 13000 4600 0 60 ~ 0 +TVB[0..7] +Text Label 13000 4500 0 60 ~ 0 +TVG[0..7] +Text Label 13000 4400 0 60 ~ 0 +TVR[0..7] +$Sheet +S 11250 4200 1650 1950 +U 4BF0367D +F0 "muxdata" 60 +F1 "muxdata.sch" 60 +F2 "X_DIN" I L 11250 4300 60 +F3 "X_CLK" I L 11250 4400 60 +F4 "CLKCDA" I L 11250 4900 60 +F5 "CLKCAD" I L 11250 5000 60 +F6 "X_DONE" O L 11250 4500 60 +F7 "X_PROG-" I L 11250 4600 60 +F8 "TVB[0..7]" B R 12900 4600 60 +F9 "TVG[0..7]" B R 12900 4500 60 +F10 "TVR[0..7]" B R 12900 4400 60 +F11 "VRAM[0..31]" B R 12900 4900 60 +F12 "DPC[0..31]" B L 11250 5200 60 +F13 "ACCES_RAM-" I L 11250 5350 60 +F14 "DATA_WR" I L 11250 5450 60 +F15 "ACQ_ON" I L 11250 5650 60 +F16 "CSYNC-OUT" I L 11250 5800 60 +F17 "BLANK-" I L 11250 5950 60 +F18 "CLAMP" I L 11250 6050 60 +$EndSheet +Wire Wire Line + 12600 2450 13300 2450 +Text Label 12650 2450 0 60 ~ 0 +CSYNC-OUT +Text Label 12600 2100 0 60 ~ 0 +BLUE_OUT +Text Label 12600 2000 0 60 ~ 0 +GREEN_OUT +Text Label 12600 1900 0 60 ~ 0 +RED_OUT +Wire Wire Line + 12550 2100 13300 2100 +Wire Wire Line + 12550 2000 13300 2000 +Wire Wire Line + 12550 1900 13300 1900 +Text Label 14200 4050 0 60 ~ 0 +BLUE_OUT +Text Label 14200 3850 0 60 ~ 0 +GREEN_OUT +Text Label 14200 3650 0 60 ~ 0 +RED_OUT +Wire Wire Line + 14150 4050 14900 4050 +Wire Wire Line + 14150 3850 14900 3850 +Wire Wire Line + 14150 3650 14900 3650 +Text Label 8900 2950 0 60 ~ 0 +BLUE_OUT +Text Label 8900 2850 0 60 ~ 0 +GREEN_OUT +Text Label 8900 2750 0 60 ~ 0 +RED_OUT +Wire Wire Line + 8850 2950 9500 2950 +Wire Wire Line + 8850 2850 9500 2850 +Wire Wire Line + 8850 2750 9500 2750 +$Comp +L GND #GND01 +U 1 1 84DFBB6C +P 14800 4650 +F 0 "#GND01" H 14800 4750 60 0001 C CNN +F 1 "GND" H 14800 4550 60 0000 C CNN +F 2 "" H 14800 4650 60 0001 C CNN +F 3 "" H 14800 4650 60 0001 C CNN + 1 14800 4650 + 1 0 0 -1 +$EndComp +$Comp +L DB9 J4 +U 1 1 84DFBB8F +P 15350 4050 +F 0 "J4" H 15350 4600 70 0000 C CNN +F 1 "DB9FEM" H 15350 3500 70 0000 C CNN +F 2 "Connect:DB9FC" H 15350 4050 60 0001 C CNN +F 3 "" H 15350 4050 60 0001 C CNN + 1 15350 4050 + 1 0 0 1 +$EndComp +Connection ~ 14800 4450 +Wire Wire Line + 14800 4250 14900 4250 +Wire Wire Line + 14800 4450 14900 4450 +Wire Wire Line + 14650 2700 15200 2700 +Wire Wire Line + 15200 2300 14650 2300 +Wire Wire Line + 14650 1900 15200 1900 +$Comp +L GND #GND02 +U 1 1 30705D34 +P 15350 2900 +F 0 "#GND02" H 15350 3000 60 0001 C CNN +F 1 "GND" H 15350 2800 60 0000 C CNN +F 2 "" H 15350 2900 60 0001 C CNN +F 3 "" H 15350 2900 60 0001 C CNN + 1 15350 2900 + 1 0 0 -1 +$EndComp +$Comp +L BNC P8 +U 1 1 30705D02 +P 15350 2700 +F 0 "P8" H 15360 2820 60 0000 C CNN +F 1 "BNC" V 15460 2640 40 0000 C CNN +F 2 "Discret:SUBCLICK" H 15350 2700 60 0001 C CNN +F 3 "" H 15350 2700 60 0001 C CNN + 1 15350 2700 + 1 0 0 -1 +$EndComp +$Sheet +S 13300 1750 1350 1100 +U 4BF0367F +F0 "modul" 60 +F1 "modul.sch" 60 +F2 "BLUE" I L 13300 1900 60 +F3 "GREEN" I L 13300 2000 60 +F4 "RED" I L 13300 2100 60 +F5 "CVBSOUT" O R 14650 2700 60 +F6 "YOUT" O R 14650 2300 60 +F7 "COUT" O R 14650 1900 60 +F8 "CSYNC-OUT" I L 13300 2450 60 +$EndSheet +Wire Wire Line + 9400 5000 8800 5000 +Wire Wire Line + 9400 5100 8800 5100 +Wire Wire Line + 9400 5200 8800 5200 +Text Label 8900 5000 0 60 ~ 0 +F_PALIN +Text Label 8900 5100 0 60 ~ 0 +HD_PAL- +Text Label 8900 5200 0 60 ~ 0 +VD_PAL- +Wire Wire Line + 2000 8150 1400 8150 +Wire Wire Line + 2000 8050 1400 8050 +Wire Wire Line + 2000 7950 1400 7950 +Text Label 1500 8150 0 60 ~ 0 +F_PALIN +Text Label 1500 8050 0 60 ~ 0 +HD_PAL- +Text Label 1500 7950 0 60 ~ 0 +VD_PAL- +Wire Wire Line + 6150 5050 6900 5050 +Wire Wire Line + 6150 4950 6900 4950 +Text Label 6200 5050 0 60 ~ 0 +BT812_WR- +Text Label 6200 4950 0 60 ~ 0 +BT812_RD- +Wire Wire Line + 3800 8050 4550 8050 +Wire Wire Line + 3800 7950 4550 7950 +Text Label 3850 8050 0 60 ~ 0 +BT812_WR- +Text Label 3850 7950 0 60 ~ 0 +BT812_RD- +Wire Wire Line + 6300 5600 6900 5600 +Text Label 6350 5600 0 60 ~ 0 +OE_PAL- +Wire Wire Line + 8850 3200 9450 3200 +Text Label 8900 3200 0 60 ~ 0 +OE_PAL- +Wire Wire Line + 6850 3100 6200 3100 +Text Label 6250 3100 0 60 ~ 0 +BLUE_IN +Wire Wire Line + 6850 3000 6200 3000 +Text Label 6250 3000 0 60 ~ 0 +GREEN_IN +Wire Wire Line + 6300 2900 6850 2900 +Text Label 6350 2900 0 60 ~ 0 +RED_IN +Wire Wire Line + 6900 4650 6250 4650 +Text Label 6300 4650 0 60 ~ 0 +GREEN_IN +Wire Wire Line + 6350 4750 6900 4750 +Text Label 6400 4750 0 60 ~ 0 +RED_IN +Wire Wire Line + 11950 3400 11300 3400 +Wire Wire Line + 11950 2600 11300 2600 +Wire Wire Line + 11300 1800 11950 1800 +Text Label 11350 3400 0 60 ~ 0 +BLUE_IN +Text Label 11350 2600 0 60 ~ 0 +GREEN_IN +Text Label 11450 1800 0 60 ~ 0 +RED_IN +$Comp +L GND #GND03 +U 1 1 32FA02CD +P 12100 2800 +F 0 "#GND03" H 12100 2800 40 0001 C CNN +F 1 "GND" H 12100 2730 40 0000 C CNN +F 2 "" H 12100 2800 60 0001 C CNN +F 3 "" H 12100 2800 60 0001 C CNN + 1 12100 2800 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND04 +U 1 1 32FA02C6 +P 12100 3600 +F 0 "#GND04" H 12100 3600 40 0001 C CNN +F 1 "GND" H 12100 3530 40 0000 C CNN +F 2 "" H 12100 3600 60 0001 C CNN +F 3 "" H 12100 3600 60 0001 C CNN + 1 12100 3600 + 1 0 0 -1 +$EndComp +$Comp +L GND #GND05 +U 1 1 32FA02C2 +P 12100 2000 +F 0 "#GND05" H 12100 2000 40 0001 C CNN +F 1 "GND" H 12100 1930 40 0000 C CNN +F 2 "" H 12100 2000 60 0001 C CNN +F 3 "" H 12100 2000 60 0001 C CNN + 1 12100 2000 + 1 0 0 -1 +$EndComp +$Comp +L BNC P3 +U 1 1 32F9F1AD +P 12100 3400 +F 0 "P3" H 12110 3520 60 0000 C CNN +F 1 "BNC" V 12210 3340 40 0000 C CNN +F 2 "Discret:SUBCLICK" H 12100 3400 60 0001 C CNN +F 3 "" H 12100 3400 60 0001 C CNN + 1 12100 3400 + 1 0 0 -1 +$EndComp +$Comp +L BNC P2 +U 1 1 32F9F1A3 +P 12100 2600 +F 0 "P2" H 12110 2720 60 0000 C CNN +F 1 "BNC" V 12210 2540 40 0000 C CNN +F 2 "Discret:SUBCLICK" H 12100 2600 60 0001 C CNN +F 3 "" H 12100 2600 60 0001 C CNN + 1 12100 2600 + 1 0 0 -1 +$EndComp +$Comp +L BNC P1 +U 1 1 32F9F198 +P 12100 1800 +F 0 "P1" H 12110 1920 60 0000 C CNN +F 1 "BNC" V 12210 1740 40 0000 C CNN +F 2 "Discret:SUBCLICK" H 12100 1800 60 0001 C CNN +F 3 "" H 12100 1800 60 0001 C CNN + 1 12100 1800 + 1 0 0 -1 +$EndComp +Text Label 6200 4350 0 60 ~ 0 +DQ[0..7] +Wire Bus Line + 6100 4350 6900 4350 +Wire Wire Line + 6350 4550 6900 4550 +Text Label 6400 4550 0 60 ~ 0 +SYSRST- +Wire Wire Line + 3800 3600 4350 3600 +Wire Bus Line + 8800 4600 9750 4600 +Wire Bus Line + 8800 4500 9750 4500 +Wire Bus Line + 8800 4400 9750 4400 +Text Label 8900 4600 0 60 ~ 0 +TVB[0..7] +Text Label 8900 4500 0 60 ~ 0 +TVG[0..7] +Text Label 8900 4400 0 60 ~ 0 +TVR[0..7] +$Sheet +S 6900 4200 1900 1550 +U 4BF03681 +F0 "pal-ntsc.sch" 60 +F1 "pal-ntsc.sch" 60 +F2 "F_PALIN" O R 8800 5000 60 +F3 "TVR[0..7]" B R 8800 4400 60 +F4 "PC_D[0..7]" B L 6900 4350 60 +F5 "PC_A[0..1]" I L 6900 4450 60 +F6 "RESET-" I L 6900 4550 60 +F7 "GREEN_IN" I L 6900 4650 60 +F8 "RED_IN" I L 6900 4750 60 +F9 "OE_PAL-" I L 6900 5600 60 +F10 "HD_PAL-" O R 8800 5100 60 +F11 "VD_PAL-" O R 8800 5200 60 +F12 "TVB[0..7]" B R 8800 4600 60 +F13 "TVG[0..7]" B R 8800 4500 60 +F14 "BT812_WR-" I L 6900 5050 60 +F15 "BT812_RD-" I L 6900 4950 60 +$EndSheet +Text Label 6150 1800 0 60 ~ 0 +PCA[0..2] +Wire Bus Line + 6050 1800 6850 1800 +Text Label 1400 6000 0 60 ~ 0 +RDFIFO- +Text Label 1400 5900 0 60 ~ 0 +WRFIFDO- +Wire Wire Line + 2000 6000 1400 6000 +Wire Wire Line + 2000 5900 1400 5900 +Text Label 1400 2750 0 60 ~ 0 +RDFIFO- +Text Label 1400 2650 0 60 ~ 0 +WRFIFDO- +Wire Wire Line + 1950 2750 1350 2750 +Wire Wire Line + 1950 2650 1350 2650 +Wire Wire Line + 3800 3450 4350 3450 +Wire Wire Line + 3800 3350 4350 3350 +Text Label 3900 3450 0 60 ~ 0 +RDEMPTY +Text Label 3900 3350 0 60 ~ 0 +WRFULL +Wire Wire Line + 1450 7750 2000 7750 +Wire Wire Line + 1450 7650 2000 7650 +Text Label 1500 7750 0 60 ~ 0 +RDEMPTY +Text Label 1500 7650 0 60 ~ 0 +WRFULL +Text Label 1400 6400 0 60 ~ 0 +PTRDY- +Wire Wire Line + 1400 6400 2000 6400 +Wire Wire Line + 1350 6950 2000 6950 +Text Label 1450 6950 0 60 ~ 0 +PTBURST +Wire Wire Line + 3800 2950 4450 2950 +Text Label 3900 2950 0 60 ~ 0 +PTBURST +Text Label 1400 2400 0 60 ~ 0 +PTRDY- +Wire Wire Line + 1350 2400 1950 2400 +Wire Wire Line + 2000 7050 1400 7050 +Text Label 1450 7050 0 60 ~ 0 +SELECT- +Wire Wire Line + 1500 6850 2000 6850 +Text Label 1600 6850 0 60 ~ 0 +PTWR +Wire Wire Line + 3800 3050 4300 3050 +Wire Wire Line + 1950 2500 1350 2500 +Text Label 3900 3050 0 60 ~ 0 +PTWR +Text Label 1400 2500 0 60 ~ 0 +SELECT- +Wire Wire Line + 1500 6750 2000 6750 +Wire Wire Line + 1400 6300 2000 6300 +Text Label 1400 6300 0 60 ~ 0 +PTATN- +Text Label 1550 6750 0 60 ~ 0 +PTADR- +Wire Wire Line + 2000 7150 1500 7150 +Text Label 1500 7150 0 60 ~ 0 +BPCLK +Wire Wire Line + 3800 3150 4300 3150 +Wire Wire Line + 3800 2650 4300 2650 +Wire Wire Line + 3800 2550 4300 2550 +Text Label 3900 3150 0 60 ~ 0 +BPCLK +Text Label 3850 2550 0 60 ~ 0 +PTATN- +Text Label 3850 2650 0 60 ~ 0 +PTADR- +Wire Bus Line + 2000 7450 1300 7450 +Text Label 1350 7450 0 60 ~ 0 +BE-[0..3] +Wire Bus Line + 3800 2750 4600 2750 +Text Label 3850 2750 0 60 ~ 0 +PTBE-[0..3] +Wire Bus Line + 1200 6650 2000 6650 +Wire Bus Line + 1950 1800 1250 1800 +Text Label 1300 1800 0 60 ~ 0 +BE-[0..3] +Text Label 1250 6650 0 60 ~ 0 +PTBE-[0..3] +Wire Wire Line + 1400 6550 2000 6550 +Wire Wire Line + 1400 7350 2000 7350 +Text Label 1500 7350 0 60 ~ 0 +PTNUM0 +Text Label 1500 6550 0 60 ~ 0 +PTNUM1 +Wire Wire Line + 1450 7250 2000 7250 +Text Label 1500 7250 0 60 ~ 0 +SYSRST- +Text Label 3900 3600 0 60 ~ 0 +SYSRST- +Text Label 3900 2450 0 60 ~ 0 +PTNUM1 +Text Label 3900 2350 0 60 ~ 0 +PTNUM0 +Wire Wire Line + 3800 2450 4300 2450 +Wire Wire Line + 3800 2350 4300 2350 +Text Label 1300 5400 0 60 ~ 0 +ADR[2..6] +Text Label 3950 5700 0 60 ~ 0 +BLANK- +Wire Wire Line + 3800 5700 4350 5700 +Text Label 3850 5400 0 60 ~ 0 +CSYNC-OUT +Text Label 1400 6150 0 60 ~ 0 +CSYNCIN- +Wire Wire Line + 1400 6150 2000 6150 +Text Label 8950 2400 0 60 ~ 0 +CSYNCIN- +Wire Wire Line + 8850 2400 9700 2400 +Wire Wire Line + 6150 3450 6850 3450 +Wire Wire Line + 3800 5400 4500 5400 +Text Label 6200 3450 0 60 ~ 0 +CSYNC-OUT +Text Label 6450 6550 0 60 ~ 0 +WRAM- +Wire Wire Line + 6450 6550 6950 6550 +Text Label 3900 6950 0 60 ~ 0 +WRAM- +Wire Wire Line + 3800 6950 4300 6950 +Wire Wire Line + 6350 2000 6850 2000 +Wire Wire Line + 6350 2100 6850 2100 +Wire Wire Line + 6350 2200 6850 2200 +Wire Wire Line + 6350 2300 6850 2300 +Text Label 6400 2000 0 60 ~ 0 +WRCAD- +Text Label 6400 2100 0 60 ~ 0 +RDCAD- +Text Label 6400 2200 0 60 ~ 0 +WRCDA- +Text Label 6400 2300 0 60 ~ 0 +RDCDA- +Wire Wire Line + 3800 7850 4300 7850 +Wire Wire Line + 3800 7750 4300 7750 +Wire Wire Line + 3800 7650 4300 7650 +Wire Wire Line + 3800 7550 4300 7550 +Text Label 3850 7850 0 60 ~ 0 +WRCAD- +Text Label 3850 7750 0 60 ~ 0 +RDCAD- +Text Label 3850 7650 0 60 ~ 0 +WRCDA- +Text Label 3850 7550 0 60 ~ 0 +RDCDA- +Text Label 6450 7900 0 60 ~ 0 +RAS7- +Text Label 6450 7800 0 60 ~ 0 +RAS6- +Text Label 6450 7700 0 60 ~ 0 +RAS5- +Text Label 6450 7600 0 60 ~ 0 +RAS4- +Text Label 6450 7500 0 60 ~ 0 +RAS3- +Text Label 6450 7400 0 60 ~ 0 +RAS2- +Text Label 6450 7300 0 60 ~ 0 +RAS1- +Text Label 6450 7200 0 60 ~ 0 +RAS0- +Wire Wire Line + 6450 7900 6950 7900 +Wire Wire Line + 6450 7800 6950 7800 +Wire Wire Line + 6450 7700 6950 7700 +Wire Wire Line + 6450 7600 6950 7600 +Wire Wire Line + 6450 7500 6950 7500 +Wire Wire Line + 6450 7400 6950 7400 +Wire Wire Line + 6450 7300 6950 7300 +Wire Wire Line + 6450 7200 6950 7200 +Text Label 6450 7000 0 60 ~ 0 +CAS3- +Text Label 6450 6900 0 60 ~ 0 +CAS2- +Text Label 6450 6800 0 60 ~ 0 +CAS1- +Text Label 6450 6700 0 60 ~ 0 +CAS0- +Wire Wire Line + 6450 7000 6950 7000 +Wire Wire Line + 6450 6900 6950 6900 +Wire Wire Line + 6450 6800 6950 6800 +Wire Wire Line + 6450 6700 6950 6700 +Text Label 3900 7350 0 60 ~ 0 +CAS3- +Text Label 3900 7250 0 60 ~ 0 +CAS2- +Text Label 3900 7150 0 60 ~ 0 +CAS1- +Text Label 3900 7050 0 60 ~ 0 +CAS0- +Text Label 3900 6800 0 60 ~ 0 +RAS7- +Text Label 3900 6700 0 60 ~ 0 +RAS6- +Text Label 3900 6600 0 60 ~ 0 +RAS5- +Text Label 3900 6500 0 60 ~ 0 +RAS4- +Text Label 3900 6400 0 60 ~ 0 +RAS3- +Text Label 3900 6300 0 60 ~ 0 +RAS2- +Text Label 3900 6200 0 60 ~ 0 +RAS1- +Text Label 3900 6100 0 60 ~ 0 +RAS0- +Wire Wire Line + 3800 7350 4300 7350 +Wire Wire Line + 3800 7250 4300 7250 +Wire Wire Line + 3800 7150 4300 7150 +Wire Wire Line + 3800 7050 4300 7050 +Wire Wire Line + 3800 6800 4300 6800 +Wire Wire Line + 3800 6700 4300 6700 +Wire Wire Line + 3800 6600 4300 6600 +Wire Wire Line + 3800 6500 4300 6500 +Wire Wire Line + 3800 6400 4300 6400 +Wire Wire Line + 3800 6300 4300 6300 +Wire Wire Line + 3800 6200 4300 6200 +Wire Wire Line + 3800 6100 4300 6100 +Text Label 1400 5600 0 60 ~ 0 +/PCWR +Text Label 1400 5700 0 60 ~ 0 +/PCRD +Wire Wire Line + 1400 5600 2000 5600 +Wire Wire Line + 1400 5700 2000 5700 +Wire Bus Line + 1200 5400 2000 5400 +Text Label 1300 5300 0 60 ~ 0 +DQ[0..15] +Wire Bus Line + 1200 5300 2000 5300 +Wire Wire Line + 6150 3350 6850 3350 +Text Label 6300 3350 0 60 ~ 0 +CLAMP +Wire Wire Line + 3800 5600 4300 5600 +Text Label 3950 5600 0 60 ~ 0 +CLAMP +Wire Bus Line + 6100 8050 6950 8050 +Text Label 6250 8050 0 60 ~ 0 +MXA[0..10] +Wire Bus Line + 3800 6000 4600 6000 +Text Label 3900 6000 0 60 ~ 0 +MXA[0..10] +Wire Wire Line + 6350 2700 6850 2700 +Wire Wire Line + 6350 2600 6850 2600 +Text Label 6400 2600 0 60 ~ 0 +CLKCAD +Text Label 6400 2700 0 60 ~ 0 +CLKCDA +Wire Wire Line + 3800 5300 4300 5300 +Wire Wire Line + 3800 5200 4300 5200 +Text Label 3850 5200 0 60 ~ 0 +CLKCAD +Text Label 3850 5300 0 60 ~ 0 +CLKCDA +$Sheet +S 2000 5000 1800 4650 +U 4BF03683 +F0 "graphic" 60 +F1 "graphic.sch" 60 +F2 "CSYNC-OUT" O R 3800 5400 60 +F3 "DQ[0..15]" B L 2000 5300 60 +F4 "ADR[2..6]" O L 2000 5400 60 +F5 "CADCLK" O R 3800 5200 60 +F6 "CDACLK" O R 3800 5300 60 +F7 "CLAMP" O R 3800 5600 60 +F8 "CSYNCIN-" I L 2000 6150 60 +F9 "MXA[0..10]" O R 3800 6000 60 +F10 "RAS7-" O R 3800 6800 60 +F11 "RAS6-" O R 3800 6700 60 +F12 "RAS5-" O R 3800 6600 60 +F13 "RAS4-" O R 3800 6500 60 +F14 "RAS3-" O R 3800 6400 60 +F15 "RAS2-" O R 3800 6300 60 +F16 "RAS1-" O R 3800 6200 60 +F17 "RAS0-" O R 3800 6100 60 +F18 "CAS2-" O R 3800 7250 60 +F19 "CAS1-" O R 3800 7150 60 +F20 "CAS0-" O R 3800 7050 60 +F21 "RD-" I L 2000 5700 60 +F22 "WR-" I L 2000 5600 60 +F23 "CAS3-" O R 3800 7350 60 +F24 "RDCDA-" O R 3800 7550 60 +F25 "WRCDA-" O R 3800 7650 60 +F26 "RDCAD-" O R 3800 7750 60 +F27 "WRCAD-" O R 3800 7850 60 +F28 "WRAM-" O R 3800 6950 60 +F29 "BLANK-" O R 3800 5700 60 +F30 "PTATN-" I L 2000 6300 60 +F31 "PTRDY-" O L 2000 6400 60 +F32 "PTNUM1" I L 2000 6550 60 +F33 "PTBE-[0..3]" I L 2000 6650 60 +F34 "PTADR-" O L 2000 6750 60 +F35 "PTWR" I L 2000 6850 60 +F36 "PTBURST-" I L 2000 6950 60 +F37 "SELECT-" O L 2000 7050 60 +F38 "BPCLK" I L 2000 7150 60 +F39 "SYSRST-" I L 2000 7250 60 +F40 "PTNUM0" I L 2000 7350 60 +F41 "BE-[0..3]" O L 2000 7450 60 +F42 "WRFULL" O L 2000 7650 60 +F43 "RDEMPTY" O L 2000 7750 60 +F44 "RDFIFO-" O L 2000 6000 60 +F45 "WRFIFO-" O L 2000 5900 60 +F46 "BT812_WR-" O R 3800 8050 60 +F47 "BT812_RD-" O R 3800 7950 60 +F48 "VD_PAL-" I L 2000 7950 60 +F49 "HD_PAL-" I L 2000 8050 60 +F50 "F_PALIN" I L 2000 8150 60 +F51 "X_DOUT" O R 3800 8500 60 +F52 "X_CLK" O R 3800 8600 60 +F53 "X_DONE" O R 3800 8700 60 +F54 "X_PROG-" O R 3800 8800 60 +F55 "WRITE_RAM" O R 3800 9000 60 +F56 "ACCES_RAM-" O R 3800 9100 60 +F57 "TVI[0..1]" O R 3800 5900 60 +F58 "PCA[0..2]" O R 3800 9300 60 +F59 "X_IRQ" B L 2000 8300 60 +F60 "IRQ-" I L 2000 8400 60 +F61 "IRQ_SLR" B L 2000 8500 60 +F62 "ACQ_ON" O R 3800 8300 60 +$EndSheet +Wire Bus Line + 8850 2200 9800 2200 +Text Label 8950 2200 0 60 ~ 0 +TVI[0..1] +Wire Bus Line + 12900 4900 13850 4900 +Text Label 13000 4900 0 60 ~ 0 +TVRAM[0..31] +$Sheet +S 6950 6450 1850 1700 +U 4BF03685 +F0 "RAMS" 60 +F1 "rams.sch" 60 +F2 "TVRAM[0..31]" T R 8800 6600 60 +F3 "WRAM-" I L 6950 6550 60 +F4 "CAS3-" I L 6950 7000 60 +F5 "RAS7-" I L 6950 7900 60 +F6 "RAS6-" I L 6950 7800 60 +F7 "RAS5-" I L 6950 7700 60 +F8 "RAS4-" I L 6950 7600 60 +F9 "RAS3-" I L 6950 7500 60 +F10 "RAS2-" I L 6950 7400 60 +F11 "RAS1-" I L 6950 7300 60 +F12 "RAS0-" I L 6950 7200 60 +F13 "CAS2-" I L 6950 6900 60 +F14 "CAS1-" I L 6950 6800 60 +F15 "CAS0-" I L 6950 6700 60 +F16 "MXA[0..10]" I L 6950 8050 60 +$EndSheet +Wire Bus Line + 6850 1900 6000 1900 +Wire Bus Line + 8850 2100 9800 2100 +Wire Bus Line + 8850 2000 9800 2000 +Wire Bus Line + 8850 1900 9800 1900 +Text Label 8950 2100 0 60 ~ 0 +TVB[0..7] +Text Label 8950 2000 0 60 ~ 0 +TVG[0..7] +$Sheet +S 1950 1600 1850 2400 +U 4BF03687 +F0 "buspci.sch" 60 +F1 "bus_pci.sch" 60 +F2 "WR-" I L 1950 1950 60 +F3 "RD-" I L 1950 2050 60 +F4 "DQ[0..31]" B R 3800 1800 60 +F5 "ADR[2..6]" I L 1950 2200 60 +F6 "BE-[0..3]" I L 1950 1800 60 +F7 "IRQ_SRL" B R 3800 1950 60 +F8 "X_IRQ" B R 3800 2050 60 +F9 "PTNUM0" O R 3800 2350 60 +F10 "PTNUM1" O R 3800 2450 60 +F11 "PTATN-" O R 3800 2550 60 +F12 "PTRDY-" I L 1950 2400 60 +F13 "PTBE-[0..3]" O R 3800 2750 60 +F14 "PTWR" O R 3800 3050 60 +F15 "PTBURST-" O R 3800 2950 60 +F16 "SELECT-" I L 1950 2500 60 +F17 "BPCLK" O R 3800 3150 60 +F18 "SYSRST-" O R 3800 3600 60 +F19 "WRFULL" O R 3800 3350 60 +F20 "RDEMPTY" O R 3800 3450 60 +F21 "WRFIFO-" I L 1950 2650 60 +F22 "RDFIFO-" I L 1950 2750 60 +F23 "IRQ-" O R 3800 2150 60 +F24 "PTADR-" O R 3800 2650 60 +$EndSheet +Text Label 1250 2200 0 60 ~ 0 +ADR[2..6] +Text Label 1400 1950 0 60 ~ 0 +/PCWR +Text Label 1400 2050 0 60 ~ 0 +/PCRD +Text Label 6150 1900 0 60 ~ 0 +DQ[0..7] +Text Label 8950 1900 0 60 ~ 0 +TVR[0..7] +Text Label 3900 1800 0 60 ~ 0 +DQ[0..31] +Text Label 6300 3250 0 60 ~ 0 +BLANK- +Wire Wire Line + 1250 1950 1950 1950 +Wire Wire Line + 1250 2050 1950 2050 +Wire Wire Line + 6150 3250 6850 3250 +Wire Bus Line + 3800 1800 4600 1800 +Wire Bus Line + 1150 2200 1950 2200 +$Sheet +S 6850 1650 2000 2150 +U 4BF03689 +F0 "ESVIDEO-RVB" 60 +F1 "esvideo.sch" 60 +F2 "DPC[0..7]" B L 6850 1900 60 +F3 "TVR[0..7]" O R 8850 1900 60 +F4 "BLANK-" I L 6850 3250 60 +F5 "TVG[0..7]" O R 8850 2000 60 +F6 "TVB[0..7]" O R 8850 2100 60 +F7 "WRCAD-" I L 6850 2000 60 +F8 "RDCAD-" I L 6850 2100 60 +F9 "WRCDA-" I L 6850 2200 60 +F10 "RDCDA-" I L 6850 2300 60 +F11 "CSYNCIN-" O R 8850 2400 60 +F12 "CSYNCOUT-" I L 6850 3450 60 +F13 "CLKCAD" I L 6850 2600 60 +F14 "CLKCDA" I L 6850 2700 60 +F15 "TVI[0..1]" O R 8850 2200 60 +F16 "CLAMP" I L 6850 3350 60 +F17 "BLUE_IN" I L 6850 3100 60 +F18 "GREEN_IN" I L 6850 3000 60 +F19 "RED_IN" I L 6850 2900 60 +F20 "RED" O R 8850 2750 60 +F21 "GREEN" O R 8850 2850 60 +F22 "BLUE" O R 8850 2950 60 +F23 "PCA[0..2]" I L 6850 1800 60 +F24 "OE_PAL-" O R 8850 3200 60 +$EndSheet +$EndSCHEMATC diff --git a/helpers/tools_to_build_newstroke-font/AUTHOR.txt b/helpers/tools_to_build_newstroke-font/AUTHOR.txt new file mode 100644 index 0000000..85567aa --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/AUTHOR.txt @@ -0,0 +1,4 @@ +Author: +vladimir uryvaev (vovanius@bk.ru) +Web site: +http://vovanium.ru/_media/sledy/newstroke diff --git a/helpers/tools_to_build_newstroke-font/README.txt b/helpers/tools_to_build_newstroke-font/README.txt new file mode 100644 index 0000000..152b34f --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/README.txt @@ -0,0 +1,32 @@ +Newstroke Font Readme +===================== + +Newstroke is a stroke (plotter) font originally designed for KiCAD. + +Project homepage: http://vovanium.ru/sledy/newstroke + +Files +----- +font.lib - main glyph library in KiCAD library format +symbol.lib - glyph library for most math, tech and other symbols +font_draft1.lib - old draft glyph library with the metrics from Hersheys Simplex +font.pro - KiCAD project +charlist.txt - unicode glyph map list +fontconv.awk - AWK script for 'compiling' project to c-source used by KiCAD +newstroke_font.h - generated c header with font + +Requirements +------------ +KiCAD (http://kicad.sourceforge.net/) - for glyph editing +AWK - for font generating + +Usage +----- +* Edit glyps with KiCAD EESchema library editor. +* Add Unicode positions to charlist. +* Generate font using following command line: + +awk -f fontconv.awk symbol.lib font.lib charlist.txt >newstroke_font.h + + +Released under CC0 licence. diff --git a/helpers/tools_to_build_newstroke-font/charlist.txt b/helpers/tools_to_build_newstroke-font/charlist.txt new file mode 100644 index 0000000..61974e3 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/charlist.txt @@ -0,0 +1,2914 @@ +# symbol list + +startchar 32 +font newstroke_font +// BASIC LATIN (0020-007F) ++ SPACE ++ EXCLAM ++ QUOTE ++ HASH ++ S_CAP LINE_V_CAP ++ PERCENT ++ AMPERSAND ++ APOSTROPHE ++ PAREN ++ !PAREN ++ ASTERISK ++ PLUS ++ COMMA ++ MINUS ++ FULL_STOP ++ SLASH ++ DIGIT_0 ++ DIGIT_1 ++ DIGIT_2 ++ DIGIT_3 ++ DIGIT_4 ++ DIGIT_5 ++ DIGIT_6 ++ DIGIT_7 ++ DIGIT_8 ++ DIGIT_9 ++ COLON ++ SEMICOLON ++ LESS ++ EQUAL ++ !LESS ++ QUESTION ++ AT ++ A_CAP ++ B_CAP ++ C_CAP ++ D_CAP ++ E_CAP ++ F_CAP ++ G_CAP ++ H_CAP ++ I_CAP ++ J_CAP ++ K_CAP ++ L_CAP ++ M_CAP ++ N_CAP ++ O_CAP ++ P_CAP ++ Q_CAP ++ R_CAP ++ S_CAP ++ T_CAP ++ U_CAP ++ V_CAP ++ W_CAP ++ X_CAP ++ Y_CAP ++ Z_CAP ++ BRACKET ++ BACKSLASH ++ !BRACKET ++ CIRCUMFLEX ++ LOW_LINE ++ GRAVE ++ A_SMALL ++ B_SMALL ++ C_SMALL ++ D_SMALL ++ E_SMALL ++ F_SMALL ++ G_SMALL ++ H_SMALL ++ I_SMALL DOT ABOVE=X ++ J_SMALL DOT ABOVE=X ++ K_SMALL ++ L_SMALL ++ M_SMALL ++ N_SMALL ++ O_SMALL ++ P_SMALL ++ Q_SMALL ++ R_SMALL ++ S_SMALL ++ T_SMALL ++ U_SMALL ++ V_SMALL ++ W_SMALL ++ X_SMALL ++ Y_SMALL ++ Z_SMALL ++ BRACE ++ LINE_V ++ !BRACE ++ TILDE ++ DEL + +// LATIN-1 SUPPLEMENT (0080-00FF) +skipcodes 32 0 ++ SPACE ++ +EXCLAM ++ C_SMALL LINE_V_SMALL ++ POUND ++ CURRENCY ++ YEN ++ BROKEN_BAR ++ SECTION ++ DIAERESIS ++ COPYRIGHT ++ ^A_TINY ++ GUILLEMET_DBL ++ NOT ++ 0 # (soft hyphen) ++ REGISTERED ++ MACRON ++ DEGREE ++ PLUS_MINUS ++ ^DIGIT_2_SMALL ++ ^DIGIT_3_SMALL ++ ACUTE ++ MU_SMALL ++ PI_SMALL ++ DOT ++ CEDILLA ++ ^DIGIT_1_SMALL ++ ^O_TINY ++ !GUILLEMET_DBL ++ FRAC_LINE DIGIT_1_SMALL NUM=- DIGIT_4_SMALL DENOM=- ++ FRAC_LINE DIGIT_1_SMALL NUM=- DIGIT_2_SMALL DENOM=- ++ FRAC_LINE DIGIT_3_SMALL NUM=- DIGIT_4_SMALL DENOM=- ++ +QUESTION ++ A_CAP GRAVE ABOVE=X ++ A_CAP ACUTE ABOVE=X ++ A_CAP CIRCUMFLEX ABOVE=X ++ A_CAP TILDE ABOVE=X ++ A_CAP DIAERESIS ABOVE=X ++ A_CAP RING TOP=X ++ AE_CAP ++ C_CAP CEDILLA ++ E_CAP GRAVE ABOVE=X ++ E_CAP ACUTE ABOVE=X ++ E_CAP CIRCUMFLEX ABOVE=X ++ E_CAP DIAERESIS ABOVE=X ++ I_CAP GRAVE ABOVE=X ++ I_CAP ACUTE ABOVE=X ++ I_CAP CIRCUMFLEX ABOVE=X # ++ I_CAP DIAERESIS ABOVE=X # ++ D_CAP STROKE_H MIDDLE=X ++ N_CAP TILDE ABOVE=X ++ O_CAP GRAVE ABOVE=X ++ O_CAP ACUTE ABOVE=X ++ O_CAP CIRCUMFLEX ABOVE=X ++ O_CAP TILDE ABOVE=X ++ O_CAP DIAERESIS ABOVE=X ++ MULTIPLY ++ O_CAP_STROKE ++ U_CAP GRAVE ABOVE=X ++ U_CAP ACUTE ABOVE=X ++ U_CAP CIRCUMFLEX ABOVE=X ++ U_CAP DIAERESIS ABOVE=X ++ Y_CAP ACUTE ABOVE=X ++ THORN_CAP ++ ESZETT ++ A_SMALL GRAVE ++ A_SMALL ACUTE ++ A_SMALL CIRCUMFLEX ++ A_SMALL TILDE ++ A_SMALL DIAERESIS ++ A_SMALL RING ++ AE_SMALL ++ C_SMALL CEDILLA ++ E_SMALL GRAVE ++ E_SMALL ACUTE ++ E_SMALL CIRCUMFLEX ++ E_SMALL DIAERESIS ++ I_SMALL GRAVE ++ I_SMALL ACUTE ++ CIRCUMFLEX I_SMALL ++ DIAERESIS I_SMALL ++ ETH_SMALL ++ N_SMALL TILDE ++ O_SMALL GRAVE ++ O_SMALL ACUTE ++ O_SMALL CIRCUMFLEX ++ O_SMALL TILDE ++ O_SMALL DIAERESIS ++ DIVIDE ++ O_SMALL_STROKE ++ U_SMALL GRAVE ++ U_SMALL ACUTE ++ U_SMALL CIRCUMFLEX ++ U_SMALL DIAERESIS ++ Y_SMALL ACUTE ++ THORN_SMALL ++ Y_SMALL DIAERESIS + +// LATIN EXTENDED-A (0100-017F) ++ A_CAP MACRON ABOVE=X ++ A_SMALL MACRON ++ A_CAP BREVE ABOVE=X ++ A_SMALL BREVE ++ A_CAP OGONEK BOTTOM2=X ++ A_SMALL OGONEK BOTTOM2=X ++ C_CAP ACUTE ABOVE=X ++ C_SMALL ACUTE ++ C_CAP CIRCUMFLEX ABOVE=X ++ C_SMALL CIRCUMFLEX ++ C_CAP DOT ABOVE=X ++ C_SMALL DOT ABOVE=X ++ C_CAP CARON ABOVE=X ++ C_SMALL CARON ++ D_CAP CARON ABOVE=X ++( D_SMALL ++) APOSTROPHE ++ D_CAP STROKE_H MIDDLE=X # ETH_CAP ++ D_SMALL STROKE_H MIDTOP=X ++ E_CAP MACRON ABOVE=X ++ E_SMALL MACRON ++ E_CAP BREVE ABOVE=X ++ E_SMALL BREVE ++ E_CAP DOT ABOVE=X ++ E_SMALL DOT ABOVE=X ++ E_CAP OGONEK ++ E_SMALL OGONEK ++ E_CAP CARON ABOVE=X ++ E_SMALL CARON ++ G_CAP CIRCUMFLEX ABOVE=X ++ G_SMALL CIRCUMFLEX ++ G_CAP BREVE ABOVE=X ++ G_SMALL BREVE ++ G_CAP DOT ABOVE=X ++ G_SMALL DOT ABOVE=X ++ G_CAP CEDILLA ++ G_SMALL +CEDILLA ABOVE=X ++ H_CAP CIRCUMFLEX ABOVE=X ++ H_SMALL CIRCUMFLEX ABOVE=X ++ H_CAP_STROKE ++ H_SMALL STROKE_H STROKE=X ++ I_CAP TILDE ABOVE=X # !!! ++ I_SMALL TILDE ABOVE=X # !!! ++ I_CAP MACRON ABOVE=X # !!! ++ I_SMALL MACRON ABOVE=X ++ I_CAP BREVE ABOVE=X ++ I_SMALL BREVE ABOVE=X ++ I_CAP OGONEK ++ I_SMALL OGONEK ++ I_CAP DOT ABOVE=X ++ I_SMALL ++( I_CAP ++) J_CAP ++( I_SMALL DOT ABOVE=X ++) J_SMALL DOT ABOVE=X ++ J_CAP CIRCUMFLEX ABOVE=X ++ J_SMALL CIRCUMFLEX ++ K_CAP CEDILLA ++ K_SMALL CEDILLA ++ K_SMALLCAP ++ L_CAP ACUTE ABOVE=X ++ L_SMALL ACUTE ++ L_CAP CEDILLA ++ L_SMALL CEDILLA ++ L_CAP ACUTE CARON=X ++w L_SMALL APOSTROPHE SAPOS=P ++ L_CAP DOT DOT=CENTER ++ L_SMALL_MIDDOT ++ L_CAP SLASH_SMALL_H MIDDLE=X ++ L_SMALL SLASH_SMALL_H MIDDLE=X ++ N_CAP ACUTE ABOVE=X ++ N_SMALL ACUTE ++ N_CAP CEDILLA ++ N_SMALL CEDILLA ++ N_CAP CARON ABOVE=X ++ N_SMALL CARON ++( APOSTROPHE ++) N_SMALL ++ ENG_CAP ++ ENG_SMALL ++ O_CAP MACRON ABOVE=X ++ O_SMALL MACRON ++ O_CAP BREVE ABOVE=X ++ O_SMALL BREVE ++ O_CAP ACUTE_DBL ABOVE=X ++ O_SMALL ACUTE_DBL ++ OE_CAP ++ OE_SMALL ++ R_CAP ACUTE ABOVE=X ++ R_SMALL ACUTE ++ R_CAP CEDILLA ++ R_SMALL CEDILLA ++ R_CAP CARON ABOVE=X ++ R_SMALL CARON ++ S_CAP ACUTE ABOVE=X ++ S_SMALL ACUTE ++ S_CAP CIRCUMFLEX ABOVE=X ++ S_SMALL CIRCUMFLEX ++ S_CAP CEDILLA ++ S_SMALL CEDILLA ++ S_CAP CARON ABOVE=X ++ S_SMALL CARON ++ T_CAP CEDILLA ++ T_SMALL CEDILLA ++ T_CAP CARON ABOVE=X ++ T_SMALL_CARON ++ T_CAP STROKE_H MIDDLE=X ++ T_SMALL STROKE_SMALL_H MIDDLE=X ++ U_CAP TILDE ABOVE=X ++ U_SMALL TILDE ++ U_CAP MACRON ABOVE=X ++ U_SMALL MACRON ++ U_CAP BREVE ABOVE=X ++ U_SMALL BREVE ++ U_CAP RING ABOVE=X ++ U_SMALL RING ++ U_CAP ACUTE_DBL ABOVE=X ++ U_SMALL ACUTE_DBL ++ U_CAP OGONEK ++ U_SMALL OGONEK BOTTOM2=X ++ W_CAP CIRCUMFLEX ABOVE=X ++ W_SMALL CIRCUMFLEX ++ Y_CAP CIRCUMFLEX ABOVE=X ++ Y_SMALL CIRCUMFLEX ++ T_CAP DIAERESIS ABOVE=X ++ Z_CAP ACUTE ABOVE=X ++ Z_SMALL ACUTE ++ Z_CAP DOT ABOVE=X ++ Z_SMALL DOT ABOVE=X ++ Z_CAP CARON ABOVE=X ++ Z_SMALL CARON ++ S_LONG_SMALL + +// LATIN EXTENDED-B (0180-024F) ++ B_SMALL STROKE_H MIDTOP=X ++ B_CAP_HOOK ++ BUKI_CAP ++ B_SMALL_TOPBAR ++ SOFT_CAP ++ SOFT_SMALL ++ %C_CAP ++ C_CAP !HORN HOOK=X ++ C_SMALL +HOOK TOP2=X ++ D_CAP STROKE_H MIDDLE=X ++ D_CAP_HOOK ++ !BUKI_CAP ++ !B_SMALL_TOPBAR ++ +DELTA_SMALL ++ !E_CAP ++ %E_LARGE + ++ EPSILON_LARGE ++ F_CAP HOOK BOTTOM=X ++ F_SMALL HOOK BOTTOM=X ++ G_CAP !HORN HOOK=X ++ GAMMA_AFR_CAP ++ HV_SMALL ++ IOTA_LARGE ++ I_CAP STROKE_H MIDDLE=X ++ K_CAP_HOOK ++ K_SMALLCAP +HOOK TOP1=X ++ L_SMALL STROKE_H MIDDLE=X ++ LAMBDA_SMALL SLASH_SMALL_H MIDTOP=X ++ %M_LARGE ++ N_CAP HOOK BOTTOM1=X ++ ETA_SMALL ++ FITA_CAP + ++ O_CAP HORN HORN=X ++ O_SMALL HORN HORN=X ++ OI_CAP ++ OI_SMALL ++ P_CAP_HOOK ++ P_SMALL +HOOK TOP=X ++ YR_CAP ++ !S_CAP ++ !S_SMALL ++ SIGMA_CAP ++ !ESH_SMALL_LOOP ++ T_SMALL HOOK BOTTOM=X ++ T_CAP_HOOK ++ T_SMALL_HOOK ++ T_CAP !HOOK BOTTOM=X ++ U_CAP HORN TOP2=X + ++ U_SMALL HORN TOP2=X ++ %OMEGA_CAP ++ UPSILON_LARGE ++ Y_CAP_HOOK ++ Y_SMALL_HOOK ++ Z_CAP STROKE_H MIDDLE=X ++ Z_SMALL STROKE_H MIDDLE=X ++ DIGIT_3 ++ !DIGIT_3 ++ !EZH_SMALL ++ EZH_SMALL_TAIL ++ DIGIT_2 STROKE_H MIDDLE=X ++ DIGIT_5 ++ DIGIT_5_SMALL ++ %KOPPA_CYR_CAP STROKE_H MIDBOTTOM=X ++ WYNN_SMALL + ++ LINE_V_LETTER ++ LINE_V_LETTER_DBL ++ LINE_V_LETTER STROKE_SMALL_H_DBL MIDDLE=X ++ EXCLAM ++( D_CAP ++) Z_CAP CARON ABOVE=X ++( D_CAP ++) Z_SMALL CARON ABOVE=X ++( D_SMALL ++) Z_SMALL CARON ABOVE=X ++( L_CAP ++) J_CAP ++( L_CAP ++) J_SMALL DOT ABOVE=X ++( L_SMALL ++) J_SMALL DOT ABOVE=X ++( N_CAP ++) J_CAP ++( N_CAP ++) J_SMALL DOT ABOVE=X ++( N_SMALL ++) J_SMALL DOT ABOVE=X ++ A_CAP CARON ABOVE=X ++ A_SMALL CARON ++ I_CAP CARON ABOVE=X + ++ I_SMALL CARON ++ O_CAP CARON ABOVE=X ++ O_SMALL CARON ++ U_CAP CARON ABOVE=X ++ U_SMALL CARON ++ U_CAP DIAERESIS ABOVE=X MACRON HIGH=X ++ U_SMALL DIAERESIS ABOVE=X MACRON HIGH=X ++ U_CAP DIAERESIS ABOVE=X ACUTE HIGH=X ++ U_SMALL DIAERESIS ABOVE=X ACUTE HIGH=X ++ U_CAP DIAERESIS ABOVE=X CARON HIGH=X ++ U_SMALL DIAERESIS ABOVE=X CARON HIGH=X ++ U_CAP DIAERESIS ABOVE=X GRAVE HIGH=X ++ U_SMALL DIAERESIS ABOVE=X GRAVE HIGH=X ++ +E_SMALL ++ A_CAP DIAERESIS ABOVE=X MACRON HIGH=X ++ A_SMALL DIAERESIS ABOVE=X MACRON HIGH=X + ++ A_CAP DOT ABOVE=X MACRON HIGH=X ++ A_SMALL DOT ABOVE=X MACRON HIGH=X ++ AE_CAP MACRON ABOVE=X ++ AE_SMALL MACRON ++ G_CAP STROKE_H MIDBOTTOM=X ++ G_SMALL STROKE_H MIDBOTTOM=X ++ G_CAP CARON ABOVE=X ++ G_SMALL CARON ++ K_CAP CARON ABOVE=X ++ K_SMALL CARON ABOVE=X ++ O_CAP_OGONEK ++ O_SMALL_OGONEK ++ O_CAP_OGONEK MACRON ABOVE=X ++ O_SMALL_OGONEK MACRON ABOVE=X ++ DIGIT_3 CARON ABOVE=X ++ EZH_SMALL CARON + ++ J_SMALL CARON ++( D_CAP ++) Z_CAP ++( D_CAP ++) Z_SMALL ++( D_SMALL ++) Z_SMALL ++ G_CAP ACUTE ABOVE=X ++ G_SMALL ACUTE ++ HV_CAP ++ WYNN_CAP ++ N_CAP GRAVE ABOVE=X ++ N_SMALL GRAVE ++ A_CAP RING_ACUTE ABOVE=X ++ A_SMALL RING_ACUTE ABOVE=X ++ AE_CAP ACUTE ABOVE=X ++ AE_SMALL ACUTE ABOVE=X ++ O_CAP_STROKE ACUTE ABOVE=X ++ O_SMALL_STROKE ACUTE ABOVE=X + ++ A_CAP GRAVE_DBL ABOVE=X ++ A_SMALL GRAVE_DBL ABOVE=X ++ A_CAP BREVE_INV ABOVE=X ++ A_SMALL BREVE_INV ABOVE=X ++ E_CAP GRAVE_DBL ABOVE=X ++ E_SMALL GRAVE_DBL ABOVE=X ++ E_CAP BREVE_INV ABOVE=X ++ E_SMALL BREVE_INV ABOVE=X ++ I_CAP GRAVE_DBL ABOVE=X ++ I_SMALL GRAVE_DBL ABOVE=X ++ I_CAP BREVE_INV ABOVE=X ++ I_SMALL BREVE_INV ABOVE=X ++ O_CAP GRAVE_DBL ABOVE=X ++ O_SMALL GRAVE_DBL ABOVE=X ++ O_CAP BREVE_INV ABOVE=X ++ O_SMALL BREVE_INV ABOVE=X + ++ R_CAP GRAVE_DBL ABOVE=X ++ R_SMALL GRAVE_DBL ABOVE=X ++ R_CAP BREVE_INV ABOVE=X ++ R_SMALL BREVE_INV ABOVE=X ++ U_CAP GRAVE_DBL ABOVE=X ++ U_SMALL GRAVE_DBL ABOVE=X ++ U_CAP BREVE_INV ABOVE=X ++ U_SMALL BREVE_INV ABOVE=X ++ S_CAP COMMA BELOW=X ++ S_SMALL COMMA BELOW=X ++ T_CAP COMMA BELOW=X ++ T_SMALL COMMA BELOW=X ++ YOGH_CAP ++ YOGH_SMALL ++ H_CAP CARON ABOVE=X ++ H_SMALL CARON ABOVE=X + ++ N_CAP LEG BOTTOM2=X ++ D_SMALL_CURL ++ OU_CAP ++ OU_SMALL ++ Z_CAP HOOK BOTTOM2=X ++ Z_SMALL HOOK BOTTOM2=X ++ A_CAP DOT ABOVE=X ++ A_SMALL DOT ABOVE=X ++ E_CAP CEDILLA BOTTOM=X ++ E_SMALL CEDILLA BOTTOM=X ++ O_CAP DIAERESIS ABOVE=X MACRON HIGH=X ++ O_SMALL DIAERESIS ABOVE=X MACRON HIGH=X ++ O_CAP TILDE ABOVE=X MACRON HIGH=X ++ O_SMALL TILDE ABOVE=X MACRON HIGH=X ++ O_CAP DOT ABOVE=X ++ O_SMALL DOT ABOVE=X + ++ O_CAP DOT ABOVE=X MACRON HIGH=X ++ O_SMALL DOT ABOVE=X MACRON HIGH=X ++ Y_CAP MACRON ABOVE=X ++ Y_SMALL MACRON ABOVE=X ++ L_SMALL_CURL ++ N_SMALL_CURL ++ T_SMALL_CURL ++ J_SMALL ++ DB_SMALL ++ QP_SMALL ++ A_CAP SLASH_CAP ++ C_CAP SLASH_CAP ++ C_SMALL SLASH_SMALL ++ L_CAP STROKE_H MIDDLE=X ++ T_CAP SLASH_CAP ++ S_SMALL_SWASHTAIL + ++ Z_SMALL_SWASHTAIL ++ !KOPPA_CYR_CAP ++ !KOPPA_CYR_SMALL ++ B_CAP STROKE_SMALL_H MIDBOTTOM=X ++ U_CAP_STROKE ++ %V_CAP ++ E_CAP SLASH_CAP ++ E_SMALL SLASH_SMALL ++ J_CAP STROKE_H MIDDLE=X ++ J_SMALL STROKE_SMALL_H MIDDLE=X DOT ABOVE=X ++ Q_LARGE_TAIL ++ Q_SMALL_TAIL ++ R_CAP STROKE_SMALL_H STROKE=X ++ R_SMALL STROKE_H MIDDLE=X ++ Y_CAP_STROKE ++ Y_SMALL_STROKE + +// IPA EXTENSIONS (0250-02AF) ++ +A_SMALL ++ ALPHA_SMALL ++ +ALPHA_SMALL ++ B_SMALL_HOOK ++ +C_SMALL ++ C_SMALL_CURL ++ D_SMALL !HOOK BOTTOM2=X ++ D_SMALL_HOOK ++ !E_SMALL ++ +E_SMALL ++ +E_SMALL_HOOK ++ EPSILON_SMALL ++ +EPSILON_SMALL ++ +EPSILON_SMALL_HOOK ++ +EPSILON_SMALL_CLOSED ++ J_SMALL STROKE_SMALL_H MIDDLE=X ++ G_SMALL +HOOK TOP2=X ++ G_SMALL_SCRIPT ++ G_SMALLCAP ++ GAMMA_AFR_SMALL ++ GAMMA_AFR_SMALLCAP ++ +H_SMALL ++ H_SMALL_HOOK ++ H_SMALL_HOOK HOOK BOTTOM2=X ++ I_SMALL STROKE_SMALL_H MIDDLE=X DOT ABOVE=X ++ IOTA_SMALL ++ I_SMALLCAP ++ L_SMALL TILDE MIDDLE=X ++ L_SMALL_BELT ++ L_SMALL_RETROHOOK ++ LEZH_SMALL ++ +M_SMALL ++ +M_SMALL LEG TOP1=X ++ M_SMALL HOOK BOTTOM3=X ++ N_SMALL HOOK BOTTOM1=X ++ N_SMALL !HOOK BOTTOM2=X ++ N_SMALLCAP ++ FITA_SMALL ++ OE_SMALLCAP ++ OMEGA_SMALL_CLOSED ++ PHI_SMALL_VAR ++ +R_SMALL ++ +R_SMALL +LEG BOTTOM=X ++ +R_SMALL !HOOK TOP1=X ++ R_SMALL LEG BOTTOM=X ++ R_SMALL !HOOK BOTTOM=X ++ R_SMALL_FISHHOOK ++ !R_SMALL_FISHHOOK ++ R_SMALLCAP ++ -R_SMALLCAP ++ S_SMALL !HOOK BOTTOM1=X ++ ESH_SMALL ++ J_SMALL STROKE_SMALL_H MIDDLE=X +HOOK TOP=X ++ !ESH_SQUAT_SMALL ++ ESH_SMALL_CURL ++ +T_SMALL ++ T_SMALL_RETROHOOK ++ U_SMALL_STROKE ++ +OMEGA_SMALLCAP ++ UPSILON_SMALL ++ +V_SMALL ++ +W_SMALL ++ +Y_SMALL ++ Y_SMALLCAP ++ Z_SMALL !HOOK BOTTOM2=X ++ Z_SMALL_CURL ++ EZH_SMALL ++ EZH_SMALL_CURL ++ !KOPPA_CYR_CAP ++ KOPPA_CYR_CAP ++ %KOPPA_CYR_CAP ++ C_CAP_STRETCHED ++ O_CAP DOT CENTER=CENTER ++ B_SMALLCAP ++ EPSILON_SMALL_CLOSED ++ G_SMALLCAP +HOOK TOP2=X ++ H_SMALLCAP ++ J_SMALL_CURL DOT ABOVE=X ++ +K_SMALL ++ L_SMALLCAP ++ Q_SMALL +HOOK TOP2=X ++ !KOPPA_CYR_CAP STROKE_H MIDBOTTOM=X ++ KOPPA_CYR_CAP STROKE_H MIDBOTTOM=X ++ DZ_SMALL ++ DEZH_SMALL ++ DZ_SMALL_CURL ++ TS_SMALL ++ TESH_SMALL ++ TC_SMALL_CURL ++ FENG_SMALL ++ LS_SMALL ++ LZ_SMALL ++ W_OVER_W ++ BIDENTAL_PERCUSSIVE ++ +H_SMALL -HOOK BOTTOM2=X ++ +H_SMALL_RETROHOOK -HOOK BOTTOM2=X + +// SPACING MODIFIER LETTERS (02B0-02FF) +skipcodes 80 0 + +// COMBINING DIACRITICAL MARKS (0300-036F) +skipcodes 112 0 + +// GREEK AND COPTIC (0370-03FF) ++ HETA_CAP ++ HETA_SMALL ++ SAMPI_ARCHAIC_CAP ++ SAMPI_ARCHAIC_SMALL ++ APOSTROPHE ++ APOSTROPHE_TURNED_LOW ++ IZHE_CAP ++ IZHE_SMALL +skipcodes 2 0 ++ IOTA_BELOW ++ !C_SMALL ++ C_SMALL DOT CENTER=CENTER ++ !C_SMALL DOT CENTER=CENTER ++ SEMICOLON +skipcodes 5 0 ++ ACUTE ++ DIAERESIS ACUTE HIGH=X ++p A_CAP ACUTE TONOS=X ++ DOT ++p E_CAP ACUTE TONOS=X ++p H_CAP ACUTE TONOS=X ++p I_CAP ACUTE TONOS=X ++ 0 ++p O_CAP ACUTE TONOS=X ++ 0 ++p Y_CAP ACUTE TONOS=X ++p OMEGA_CAP ACUTE TONOS=X ++ IOTA_SMALL DIAERESIS ABOVE=X ACUTE HIGH=X ++ A_CAP ++ B_CAP ++ GAMMA_CAP ++ DELTA_CAP ++ E_CAP ++ Z_CAP ++ H_CAP ++ THETA_CAP ++ I_CAP ++ K_CAP ++ LAMBDA_CAP ++ M_CAP ++ N_CAP ++ XI_CAP ++ O_CAP ++ PI_CAP ++ P_CAP ++ 0 ++ SIGMA_CAP ++ T_CAP ++ Y_CAP ++ PHI_CAP ++ X_CAP ++ PSI_CAP ++ OMEGA_CAP ++ I_CAP DIAERESIS ABOVE=X # !!! ++ Y_CAP DIAERESIS ABOVE=X ++ ALPHA_SMALL ACUTE ++ EPSILON_SMALL ACUTE ++ ETA_SMALL ACUTE ++ IOTA_SMALL ACUTE ++ UPSILON_SMALL DIAERESIS ABOVE=X ACUTE HIGH=X ++ ALPHA_SMALL ++ BETA_SMALL ++ GAMMA_SMALL ++ DELTA_SMALL ++ EPSILON_SMALL ++ ZETA_SMALL ++ ETA_SMALL ++ THETA_SMALL ++ IOTA_SMALL ++ K_SMALLCAP ++ LAMBDA_SMALL ++ MU_SMALL ++ NU_SMALL ++ XI_SMALL ++ O_SMALL ++ PI_SMALL ++ RHO_SMALL ++ SIGMA_SMALL_FINAL ++ SIGMA_SMALL ++ TAU_SMALL ++ UPSILON_SMALL ++ PHI_SMALL ++ CHI_SMALL ++ PSI_SMALL ++ OMEGA_SMALL ++ DIAERESIS IOTA_SMALL ++ UPSILON_SMALL DIAERESIS ++ O_SMALL ACUTE ++ UPSILON_SMALL ACUTE ++ OMEGA_SMALL ACUTE ++ KAI_CAP ++ BETA_SMALL_CURLED ++ THETA_SMALL_SCRIPT ++ UPSILON_CAP_HOOK ++w ACUTE UPSILON_CAP_HOOK S=P ++ UPSILON_CAP_HOOK DIAERESIS ABOVE=X ++ PHI_SMALL_VAR ++ OMEGA_PI_SMALL ++ KAI_SMALL ++ KOPPA_ARCHAIC_CAP ++ KOPPA_ARCHAIC_SMALL ++ STIGMA_CAP ++ STIGMA_SMALL ++ F_CAP ++ DIGAMMA_SMALL ++ KOPPA_CAP ++ KOPPA_SMALL ++ SAMPI_CAP ++ SAMPI_SMALL ++ SHEI_CAP ++ SHEI_SMALL ++ FEI_CAP ++ FEI_SMALL ++ KHEI_CAP ++ KHEI_SMALL ++ HORI_CAP ++ HORI_SMALL ++ GANGIA_CAP ++ GANGIA_SMALL ++ BUKI_LARGE ++ BUKI_SMALL ++ DEI_CAP ++ DEI_SMALL ++ KAPPA_SMALL_SCRIPT ++ RHO_SMALL_TAIL ++ C_SMALL ++ J_SMALL DOT ABOVE=X ++ FITA_CAP ++ IE_SMALL ++ !IE_SMALL ++ THORN_CAP ++ THORN_SMALL ++ C_CAP ++ SAN_CAP ++ SAN_SMALL ++ RHO_SMALL_STROKE ++ !C_CAP ++ C_CAP DOT CENTER=CENTER ++ !C_CAP DOT CENTER=CENTER + +// Cyrillic (0400-04FF) ++ E_CAP GRAVE ABOVE=X ++ E_CAP DIAERESIS ABOVE=X ++w T_CAP MIDDLE_HOOK_CAP MIDHOOK=X ++ GAMMA_CAP ACUTE ABOVE=X ++ IE_CAP ++ S_CAP ++ I_CAP ++ I_CAP DIAERESIS ABOVE=X # !!! ++ J_CAP ++ LJE_CAP ++ NJE_CAP ++ TSHE_CAP ++ K_CAP ACUTE ABOVE=X ++ IZHE_CAP GRAVE ABOVE=X ++ Y_LARGE BREVE ABOVE=X ++ DZHE_CAP ++ A_CAP ++ BUKI_CAP ++ B_CAP ++ GAMMA_CAP ++ DOBRO_CAP ++ E_CAP ++ ZHIVETE_CAP ++ ZEMLYA_CAP ++ IZHE_CAP ++ IZHE_CAP BREVE ABOVE=X ++ K_CAP ++ LYUDI_CAP ++ M_CAP ++ H_CAP ++ O_CAP ++ PI_CAP ++ P_CAP ++ C_CAP ++ T_CAP ++ Y_LARGE ++ PHI_CAP ++ X_CAP ++ TSY_CAP ++ CHERV_CAP ++ SHA_CAP ++ SHA_CAP DESCENDER BOTTOM3=X ++ HARD_CAP ++ YERY_CAP ++ SOFT_CAP ++ %IE_CAP ++ YU_CAP ++ YA_CAP ++ A_SMALL ++ BUKI_SMALL ++ B_SMALLCAP ++ GAMMA_SMALLCAP ++ DOBRO_SMALL ++ E_SMALL ++ ZHIVETE_SMALL ++ ZEMLYA_SMALL ++ IZHE_SMALL ++ IZHE_SMALL BREVE ++ K_SMALLCAP ++ LYUDI_SMALL ++ M_SMALLCAP ++ H_SMALLCAP ++ O_SMALL ++ PI_SMALLCAP ++ P_SMALL ++ C_SMALL ++ T_SMALLCAP ++ Y_SMALL ++ PHI_SMALL ++ X_SMALL ++ TSY_SMALL ++ CHERV_SMALL ++ SHA_SMALL ++ SHA_SMALL DESCENDER BOTTOM3=X ++ HARD_SMALL ++ YERY_SMALL ++ SOFT_SMALL ++ +IE_SMALL ++ YU_SMALL ++ YA_SMALL ++ E_SMALL GRAVE ++ E_SMALL DIAERESIS ++ DJE_SMALL ++ GAMMA_SMALLCAP ACUTE ++ IE_SMALL ++ S_SMALL ++ I_SMALL DOT ABOVE=X ++ DIAERESIS I_SMALL ++ J_SMALL DOT ABOVE=X ++ LJE_SMALL ++ NJE_SMALL ++ TSHE_SMALL ++ K_SMALLCAP ACUTE ++ IZHE_SMALL GRAVE ++ Y_SMALL BREVE ++ DZHE_SMALL ++ OMEGA_LARGE ++ OMEGA_SMALL ++ YAT_CAP ++ YAT_SMALL ++ IYE_CAP ++ IYE_SMALL ++ YUS_LITTLE_CAP ++ YUS_LITTLE_SMALL ++ IYUS_LITTLE_CAP ++ IYUS_LITTLE_SMALL ++ YUS_BIG_CAP ++ YUS_BIG_SMALL ++ IYUS_BIG_CAP ++ IYUS_BIG_SMALL ++ KSI_CAP ++ KSI_SMALL ++ PSI_CAP ++ PSI_SMALL ++ FITA_CAP ++ FITA_SMALL ++ V_CAP # Izhitsa ++ V_SMALL ++ V_CAP GRAVE_DBL ABOVE=X ++ V_SMALL GRAVE_DBL ++( O_CAP ++) Y_SMALL ++( O_SMALL ++) Y_SMALL ++ OMEGA_ROUND_CAP ++ OMEGA_ROUND_SMALL ++ OMEGA_LARGE POKRYTIE ABOVE=X ++ OMEGA_SMALL POKRYTIE ++ OMEGA_LARGE T_CAP_ABOVE ABOVE=X ++ OMEGA_SMALL T_CAP_ABOVE ++ KOPPA_CYR_CAP ++ KOPPA_CYR_SMALL ++ THOUSANDS_CYR ++ TITLO ++ PALATALIZATION_CYR ++ GRAVE ++ ACUTE ++ POKRYTIE ++ HUNDRED_THOUSANDS_CYR ++ MILLIONS_CYR ++ IZHE_CAP TAIL BOTTOM2=X BREVE ABOVE=X ++ IZHE_SMALL TAIL BOTTOM2=X BREVE ABOVE=X ++ SOFT_CAP STROKE_SMALL_H MIDTOP=X ++ SEMISOFT_SMALL ++ P_CAP !SLASH_SMALL_V TICK=X ++ P_SMALL !SLASH_SMALL_V TICK=X ++ GAMMA_CAP_UPTURN ++ GAMMA_SMALLCAP_UPTURN ++ GAMMA_CAP STROKE_H MIDDLE=X ++ GAMMA_SMALLCAP STROKE_H MIDDLE=X ++w GAMMA_CAP MIDDLE_HOOK_CAP MIDHOOK=X ++w GAMMA_SMALLCAP MIDDLE_HOOK_SMALL MIDHOOK=X ++ ZHIVETE_CAP DESCENDER BOTTOM3=X ++ ZHIVETE_SMALL DESCENDER BOTTOM3=X ++ ZEMLYA_CAP CEDILLA ++ ZEMLYA_SMALL CEDILLA ++ K_CAP DESCENDER BOTTOM2=X ++ K_SMALLCAP DESCENDER BOTTOM2=X ++ K_CAP STROKE_V MIDDLE=X ++ K_SMALLCAP STROKE_V MIDDLE=X ++ K_CAP STROKE_SMALL_H MIDTOP=X ++ K_SMALL STROKE_SMALL_H MIDTOP=X ++ K_CAP_BASHKIR ++ K_SMALL_BASHKIR ++ H_CAP DESCENDER BOTTOM2=X ++ H_SMALLCAP DESCENDER BOTTOM2=X ++ HGAMMA_CAP ++ HGAMMA_SMALLCAP ++w PI_CAP MIDDLE_HOOK_CAP MIDHOOK=X ++w PI_SMALLCAP MIDDLE_HOOK_SMALL MIDHOOK=X ++ HA_ABKHAZ_CAP ++ HA_ABKHAZ_SMALL ++ C_CAP CEDILLA ++ C_SMALL CEDILLA ++ T_CAP DESCENDER BOTTOM=X ++ T_SMALLCAP DESCENDER BOTTOM=X ++ Y_CAP ++ Y_SMALL_STRAIGHT ++ Y_CAP STROKE_H MIDBOTTOM=X ++ Y_SMALL_STRAIGHT STROKE_H MIDBOTTOM=X ++ X_CAP DESCENDER BOTTOM2=X ++ X_SMALL DESCENDER BOTTOM2=X ++ TTSE_CAP ++ TTSE_SMALL ++ CHERV_CAP DESCENDER BOTTOM=X ++ CHERV_SMALL DESCENDER BOTTOM=X ++ CHERV_CAP STROKE_V MIDDLE=X ++ CHERV_SMALL STROKE_V MIDDLE=X ++ H_LARGE ++ H_SMALL ++ CHE_LARGE ++ CHE_SMALL ++ CHE_LARGE OGONEK ++ CHE_SMALL OGONEK ++ I_CAP ++ ZHIVETE_CAP BREVE ABOVE=X ++ ZHIVETE_SMALL BREVE ++ K_CAP HOOK BOTTOM2=X ++ K_SMALLCAP HOOK BOTTOM2=X ++ LYUDI_CAP TAIL BOTTOM2=X ++ LYUDI_SMALL TAIL BOTTOM2=X ++ H_CAP HOOK BOTTOM2=X ++ H_SMALLCAP HOOK BOTTOM2=X ++ H_CAP TAIL BOTTOM2=X ++ H_SMALLCAP TAIL BOTTOM2=X ++ CHERV_CAP !DESCENDER BOTTOM=X ++ CHERV_SMALL !DESCENDER BOTTOM=X ++ M_CAP TAIL BOTTOM3=X ++ M_SMALLCAP TAIL BOTTOM3=X ++ I_CAP ++ A_CAP BREVE ABOVE=X ++ A_SMALL BREVE ++ A_CAP DIAERESIS ABOVE=X ++ A_SMALL DIAERESIS ++ AE_CAP ++ AE_SMALL ++ E_CAP BREVE ABOVE=X ++ E_SMALL BREVE ++ %E_LARGE ++ +E_SMALL ++ %E_LARGE DIAERESIS BELOW=X ++ +E_SMALL DIAERESIS ++ ZHIVETE_CAP DIAERESIS ABOVE=X ++ ZHIVETE_SMALL DIAERESIS ++ ZEMLYA_CAP DIAERESIS ABOVE=X ++ ZEMLYA_SMALL DIAERESIS ++ DIGIT_3 ++ EZH_SMALL ++ IZHE_CAP MACRON ABOVE=X ++ IZHE_SMALL MACRON ++ IZHE_CAP DIAERESIS ABOVE=X ++ IZHE_SMALL DIAERESIS ++ O_CAP DIAERESIS ABOVE=X ++ O_SMALL DIAERESIS ++ FITA_CAP ++ FITA_SMALL ++ FITA_CAP DIAERESIS ABOVE=X ++ FITA_SMALL DIAERESIS ++ !IE_CAP DIAERESIS ABOVE=X ++ !IE_SMALL DIAERESIS ++ Y_LARGE MACRON ABOVE=X ++ Y_SMALL MACRON ++ Y_LARGE DIAERESIS ABOVE=X ++ Y_SMALL DIAERESIS ++ Y_LARGE ACUTE_DBL ABOVE=X ++ Y_SMALL ACUTE_DBL ++ CHERV_CAP DIAERESIS ABOVE=X ++ CHERV_SMALL DIAERESIS ++ GAMMA_CAP DESCENDER BOTTOM=X ++ GAMMA_SMALLCAP DESCENDER BOTTOM=X ++ YERY_CAP DIAERESIS ABOVE=X ++ YERY_SMALL DIAERESIS ++ GAMMA_CAP_HOOK STROKE_H MIDDLE=X ++ GAMMA_SMALLCAP_HOOK STROKE_H MIDDLE=X ++ X_CAP HOOK BOTTOM2=X ++ X_SMALL HOOK BOTTOM2=X ++ X_CAP STROKE_H CENTER=X ++ X_SMALL STROKE_H CENTER=X + +// Cyrillic Supplement (500-52F) ++ !SOFT_CAP ++ !SOFT_SMALL ++ DJE_KOMI_CAP ++ DJE_KOMI_SMALL ++ ZJE_KOMI_CAP ++ ZJE_KOMI_SMALL ++ DZJE_KOMI_CAP ++ DZJE_KOMI_SMALL ++ LJE_KOMI_CAP ++ LJE_KOMI_SMALL ++ HV_CAP ++ HV_SMALLCAP ++ G_CAP ++ G_SMALLCAP ++ TJE_KOMI_CAP ++ TJE_KOMI_SMALL ++ EPSILON_LARGE ++ EPSILON_SMALL ++ LYUDI_CAP HOOK BOTTOM2=X ++ LYUDI_SMALL HOOK BOTTOM2=X ++ LYUDIX_CAP ++ LYUDIX_SMALL ++ PX_CAP ++ PX_SMALL ++ YAE_CAP ++ YAE_SMALL ++ Q_CAP ++ Q_SMALL ++ W_CAP ++ W_SMALL ++ K_CAP !SLASH_SMALL_H MIDARM=X ++ K_SMALLCAP !SLASH_SMALL_H MIDARM=X ++w LYUDI_CAP MIDDLE_HOOK_CAP MIDHOOK=X ++w LYUDI_SMALL MIDDLE_HOOK_SMALL MIDHOOK=X ++w H_CAP MIDDLE_HOOK_CAP MIDHOOK=X ++w H_SMALLCAP MIDDLE_HOOK_SMALL MIDHOOK=X +skipcodes 12 + +// Armenian (530-58F) +skipcodes 96 0 + +// Hebrew (590-5FF) +skipcodes 112 0 + +// Arabic (600-6FF) +skipcodes 256 0 + +// Syriac (700-74F) +skipcodes 80 0 + +// Arabic Supplement (750-77F) +skipcodes 48 0 + +// Taana (780-7BF) +skipcodes 64 0 + +// N'Ko (7C0-7FF) +skipcodes 64 0 + +// - (800-8FF) +skipcodes 256 0 + +// Devanagari (900-97F) +skipcodes 128 0 + +// Bengali (980-9FF) +skipcodes 128 0 + +// Gurmukhi (A00-A7F) +skipcodes 128 0 + +// Gujarati (A80-AFF) +skipcodes 128 0 + +// Oriya (B00-B7F) +skipcodes 128 0 + +// Tamil (B80-BFF) +skipcodes 128 0 + +// Telugu (C00-C7F) +skipcodes 128 0 + +// Kannada (C80-CFF) +skipcodes 128 0 + +// Malayalam (D00-D7F) +skipcodes 128 0 + +// Simhala (D80-DFF) +skipcodes 128 0 + +// Thai (E00-E7F) +skipcodes 128 0 + +// Lao (E80-EFF) +skipcodes 128 0 + +// Tibetan (F00-FFF) +skipcodes 256 0 + +// Myanmar (1000-109F) +skipcodes 160 0 + +// Geogian (10A0-10FF) +skipcodes 96 0 + +// Hangul Jamo (1100-11FF) +skipcodes 256 0 + +// Ethiopic (1200-137F) +skipcodes 384 0 + +// Ethiopic Supplement (1380-139F) +skipcodes 32 0 + +// Cherokee (13A0-13FF) +skipcodes 96 0 + +// Unified Canadian Aboriginal Syllabics (1400-167F) +skipcodes 640 0 + +// Ogham (1680-169F) +skipcodes 32 0 + +// Runic (16A0-16FF) +skipcodes 96 0 + +// Tagalog (1700-171F) +skipcodes 32 0 + +// Hanunoo (1720-173F) +skipcodes 32 0 + +// Buhid (1740-175F) +skipcodes 32 + +// Tagbanwa (1760-177F) +skipcodes 32 + +// Khmer (1780-17FF) +skipcodes 128 + +// Mongolian (1800-18AF) +skipcodes 176 + +// - (18B0-18FF) +skipcodes 80 + +// Limbu (1900-194F) +skipcodes 80 + +// Tai Le (1950-197F) +skipcodes 48 + +// New Tai Lue (1980-19DF) +skipcodes 96 + +// Khmer Symbols (19E0-19FF) +skipcodes 32 + +// Buginese (1A00-1A1F) +skipcodes 32 + +// - (1A20-1AFF) +skipcodes 224 + +// Balinese (1B00-1B7F) +skipcodes 128 + +// Sudanese (1B80-1BBF) +skipcodes 64 + +// - (1BC0-1BFF) +skipcodes 64 + +// Lepcha (1C00-1C4F) +skipcodes 80 + +// Ol Chiki (1C50-1C7F) +skipcodes 48 + +// - (1C80-1CFF) +skipcodes 128 + +// Phonetic Extensions (1D00-1D7F) ++ A_SMALLCAP ++ AE_SMALLCAP ++ +AE_SMALL ++ B_SMALLCAP STROKE_SMALL_H MIDBOTTOM=X ++ C_SMALL ++ D_SMALLCAP ++ D_SMALLCAP STROKE_SMALL_H MIDDLE=X ++ E_SMALLCAP ++ +EPSILON_SMALL ++ +I_SMALL +DOT ABOVE=X ++ J_SMALLCAP ++ K_SMALLCAP ++ L_SMALLCAP SLASH_SMALL_H MIDDLE=X ++ M_SMALLCAP ++ !N_SMALLCAP ++ O_SMALL + ++ +C_SMALL ++ O_SMALL_SIDE ++ +C_SMALL_SIDE ++ O_SMALL_STROKE_SIDE ++ +OE_SMALL ++ OU_SMALLCAP ++ +O_SMALL_HALF ++ O_SMALL_HALF ++ P_SMALLCAP ++ !R_SMALLCAP ++ +R_SMALLCAP ++ T_SMALLCAP ++ U_SMALLCAP ++ U_SMALL_SIDE ++p U_SMALL_SIDE DIAERESIS_SIDE ABOVE=X ++ +M_SMALL_SIDE + ++ V_SMALL ++ W_SMALL ++ Z_SMALL ++ DIGIT_3_SMALL ++ +S_CAP STROKE_V MIDDLE=X ++ +GAMMA_AFR_SMALLCAP ++ GAMMA_SMALLCAP ++ LAMBDA_SMALLCAP ++ PI_SMALLCAP ++ P_SMALLCAP ++ PSI_SMALLCAP ++ LYUDI_SMALL ++ ^A_SMALLCAP ++ ^AE_SMALLCAP ++ ^B_SMALLCAP ++ ^B_SMALLCAP STROKE_SMALL_H MIDDLE=X + ++ ^D_SMALLCAP ++ ^E_SMALLCAP ++ `E_SMALLCAP ++ ^G_SMALLCAP ++ ^H_SMALLCAP ++ ^I_SMALLCAP ++ ^J_SMALLCAP ++ ^K_SMALLCAP ++ ^L_SMALLCAP ++ ^M_SMALLCAP ++ ^N_SMALLCAP ++ `N_SMALLCAP ++ ^O_SMALL ++ ^OU_SMALLCAP ++ ^P_SMALLCAP ++ ^R_SMALLCAP + ++ ^T_SMALLCAP ++ ^U_SMALLCAP ++ ^W_SMALL ++ ^A_TINY ++ ^A_TINY_TURNED ++ ^ALPHA_TINY ++ ^AE_TINY_TURNED ++ ^B_TINY ++ ^D_TINY ++ ^E_TINY ++ ^E_TINY_TURNED ++ ^EPSILON_TINY ++ ^EPSILON_TINY_TURNED ++ ^G_TINY ++ ^I_TINY +DOT BELOW=X ++ ^K_TINY + ++ ^M_TINY ++ ^ENG_TINY ++ ^O_TINY ++ ^C_TINY_TURNED ++ ^O_TINY_HALF_TOP ++ ^O_TINY_HALF ++ ^P_TINY ++ ^T_TINY ++ ^U_TINY ++ ^U_TINY_SIDE ++ ^M_TINY_TURNED ++ ^V_TINY ++ ^GAMMA_AFR_TINYCAP_TURNED ++ ^BETA_TINY ++ ^GAMMA_TINY ++ ^DELTA_TINY + ++ ^PHI_TINY ++ ^CHI_TINY ++ .I_TINY DOT ABOVE=X ++ .R_TINY ++ .U_TINY ++ .V_TINY ++ .BETA_TINY ++ .GAMMA_TINY ++ .RHO_TINY ++ .PHI_TINY ++ .CHI_TINY ++ UE_SMALL ++ B_SMALL TILDE MIDTOP=X ++ D_SMALL TILDE MIDTOP=X ++ F_SMALL TILDE MIDDLE=X ++ M_SMALL TILDE MIDDLE=X + ++ N_SMALL TILDE MIDDLE=X ++ P_SMALL TILDE MIDBOTTOM=X ++ R_SMALL TILDE MIDDLE=X ++ R_SMALL_FISHHOOK TILDE MIDDLE=X ++ S_SMALL TILDE MIDDLE=X ++ T_SMALL TILDE MIDDLE=X ++ Z_SMALL TILDE MIDDLE=X ++ +G_SMALL ++ ^H_SMALLCAP ++ EZH_SMALL_LOOP ++( T_SMALL ++) H_SMALL SLASH_CAP ++ I_SMALLCAP STROKE_SMALL_H MIDDLE=X ++ IOTA_SMALL STROKE_SMALL_H MIDDLE=X ++ P_SMALL LINE_H MIDDLE=CENTER ++ U_SMALLCAP LINE_H MIDDLE=CENTER ++ +OMEGA_SMALLCAP LINE_H MIDDLE=CENTER + +// Phonetic Extensions Supplement (1D80-1DBF) +skipcodes 64 + +// Combining Diacritical Marks Supplement (1DC0-1DFF) +skipcodes 64 + +// Latin Extended Additional (1E00-1EFF) ++ A_CAP +RING BELOW=X ++ A_SMALL +RING BELOW=X ++ B_CAP DOT ABOVE=X ++ B_SMALL DOT ABOVE=X ++ B_CAP +DOT BELOW=X ++ B_SMALL +DOT BELOW=X ++ B_CAP +MACRON BELOW=X ++ B_SMALL +MACRON BELOW=X ++ C_CAP CEDILLA BOTTOM=X ACUTE ABOVE=X ++ C_SMALL CEDILLA BOTTOM=X ACUTE ABOVE=X ++ D_CAP DOT ABOVE=X ++ D_SMALL DOT ABOVE=X ++ D_CAP +DOT BELOW=X ++ D_SMALL +DOT BELOW=X ++ D_CAP +MACRON BELOW=X ++ D_SMALL +MACRON BELOW=X + ++ D_CAP CEDILLA BOTTOM=X ++ D_SMALL CEDILLA BOTTOM=X ++ D_CAP +CARON BELOW=X ++ D_SMALL +CARON BELOW=X ++ E_CAP MACRON ABOVE=X GRAVE HIGH=X ++ E_SMALL MACRON ABOVE=X GRAVE HIGH=X ++ E_CAP MACRON ABOVE=X ACUTE HIGH=X ++ E_SMALL MACRON ABOVE=X ACUTE HIGH=X ++ E_CAP +CARON BELOW=X ++ E_SMALL +CARON BELOW=X ++ E_CAP +TILDE BELOW=X ++ E_SMALL +TILDE BELOW=X ++ E_CAP CEDILLA BOTTOM=X BREVE ABOVE=X ++ E_SMALL CEDILLA BOTTOM=X BREVE ABOVE=X ++ F_CAP DOT ABOVE=X ++ F_SMALL DOT ABOVE=X + ++ G_CAP MACRON ABOVE=X ++ G_SMALL MACRON ABOVE=X ++ H_CAP DOT ABOVE=X ++ H_SMALL DOT ABOVE=X ++ H_CAP +DOT BELOW=X ++ H_SMALL +DOT BELOW=X ++ H_CAP DIAERESIS ABOVE=X ++ H_SMALL DIAERESIS ABOVE=X ++ H_CAP CEDILLA BOTTOM1=X ++ H_SMALL CEDILLA BOTTOM1=X ++ H_CAP +BREVE_INV BELOW=X ++ H_SMALL +BREVE_INV BELOW=X ++ I_CAP +TILDE BELOW=X ++ I_SMALL DOT ABOVE=X +TILDE BELOW=X ++ I_CAP DIAERESIS ABOVE=X ACUTE HIGH=X ++ I_SMALL DIAERESIS ABOVE=X ACUTE HIGH=X + ++ K_CAP ACUTE ABOVE=X ++ K_SMALL ACUTE ABOVE=X ++ K_CAP +DOT BELOW=X ++ K_SMALL +DOT BELOW=X ++ K_CAP +MACRON BELOW=X ++ K_SMALL +MACRON BELOW=X ++ L_CAP +DOT BELOW=X ++ L_SMALL +DOT BELOW=X ++ L_CAP MACRON ABOVE=X +DOT BELOW=X ++ L_SMALL MACRON ABOVE=X +DOT BELOW=X ++ L_CAP +MACRON BELOW=X ++ L_SMALL +MACRON BELOW=X ++ L_CAP +CARON BELOW=X ++ L_SMALL +CARON BELOW=X ++ M_CAP ACUTE ABOVE=X ++ M_SMALL ACUTE ABOVE=X + ++ M_CAP DOT ABOVE=X ++ M_SMALL DOT ABOVE=X ++ M_CAP +DOT BELOW=X ++ M_SMALL +DOT BELOW=X ++ N_CAP DOT ABOVE=X ++ N_SMALL DOT ABOVE=X ++ N_CAP +DOT BELOW=X ++ N_SMALL +DOT BELOW=X ++ N_CAP +MACRON BELOW=X ++ N_SMALL +MACRON BELOW=X ++ N_CAP +CARON BELOW=X ++ N_SMALL +CARON BELOW=X ++ O_CAP TILDE ABOVE=X ACUTE HIGH=X ++ O_SMALL TILDE ABOVE=X ACUTE HIGH=X ++ O_CAP TILDE ABOVE=X DIAERESIS HIGH=X ++ O_SMALL TILDE ABOVE=X DIAERESIS HIGH=X + ++ O_CAP MACRON ABOVE=X GRAVE HIGH=X ++ O_SMALL MACRON ABOVE=X GRAVE HIGH=X ++ O_CAP MACRON ABOVE=X ACUTE HIGH=X ++ O_SMALL MACRON ABOVE=X ACUTE HIGH=X ++ P_CAP ACUTE ABOVE=X ++ P_SMALL ACUTE ABOVE=X ++ P_CAP DOT ABOVE=X ++ P_SMALL DOT ABOVE=X ++ R_CAP DOT ABOVE=X ++ R_SMALL DOT ABOVE=X ++ R_CAP +DOT BELOW=X ++ R_SMALL +DOT BELOW=X ++ R_CAP MACRON ABOVE=X +DOT BELOW=X ++ R_SMALL MACRON ABOVE=X +DOT BELOW=X ++ R_CAP +MACRON BELOW=X ++ R_SMALL +MACRON BELOW=X ++ S_CAP DOT ABOVE=X ++ S_SMALL DOT ABOVE=X ++ S_CAP +DOT BELOW=X ++ S_SMALL +DOT BELOW=X ++ S_CAP ACUTE_DOT ABOVE=X ++ S_SMALL ACUTE_DOT ABOVE=X ++ S_CAP CARON ABOVE=X DOT HIGH=X ++ S_SMALL CARON ABOVE=X DOT HIGH=X ++ S_CAP DOT ABOVE=X +DOT BELOW=X ++ S_SMALL DOT ABOVE=X +DOT BELOW=X ++ T_CAP DOT ABOVE=X ++ T_SMALL DOT ABOVE=X ++ T_CAP +DOT BELOW=X ++ T_SMALL +DOT BELOW=X ++ T_CAP +MACRON BELOW=X ++ T_SMALL +MACRON BELOW=X + ++ T_CAP +CARON BELOW=X ++ T_SMALL +CARON BELOW=X ++ U_CAP +DIAERESIS BELOW=X ++ U_SMALL +DIAERESIS BELOW=X ++ U_CAP +TILDE BELOW=X ++ U_SMALL +TILDE BELOW=X ++ U_CAP +CARON BELOW=X ++ U_SMALL +CARON BELOW=X ++ U_CAP TILDE ABOVE=X ACUTE HIGH=X ++ U_SMALL TILDE ABOVE=X ACUTE HIGH=X ++ U_CAP MACRON ABOVE=X DIAERESIS HIGH=X ++ U_SMALL MACRON ABOVE=X DIAERESIS HIGH=X ++ V_CAP TILDE ABOVE=X ++ V_SMALL TILDE ABOVE=X ++ V_CAP +DOT BELOW=X ++ V_SMALL +DOT BELOW=X + ++ W_CAP GRAVE ABOVE=X ++ W_SMALL GRAVE ABOVE=X ++ W_CAP ACUTE ABOVE=X ++ W_SMALL ACUTE ABOVE=X ++ W_CAP DIAERESIS ABOVE=X ++ W_SMALL DIAERESIS ABOVE=X ++ W_CAP DOT ABOVE=X ++ W_SMALL DOT ABOVE=X ++ W_CAP +DOT BELOW=X ++ W_SMALL +DOT BELOW=X ++ X_CAP DOT ABOVE=X ++ X_SMALL DOT ABOVE=X ++ X_CAP DIAERESIS ABOVE=X ++ X_SMALL DIAERESIS ABOVE=X ++ Y_CAP DOT ABOVE=X ++ Y_SMALL DOT ABOVE=X + ++ Z_CAP CIRCUMFLEX ABOVE=X ++ Z_SMALL CIRCUMFLEX ABOVE=X ++ Z_CAP +DOT BELOW=X ++ Z_SMALL +DOT BELOW=X ++ Z_CAP +MACRON BELOW=X ++ Z_SMALL +MACRON BELOW=X ++ H_SMALL +MACRON BELOW=X ++ T_SMALL DIAERESIS ABOVE=X ++ W_SMALL RING ABOVE=X ++ Y_SMALL RING ABOVE=X ++w A_SMALL !RING_HALF HALFRING=X ++ S_LONG_SMALL DOT ABOVE=X ++ S_LONG_SMALL SLASH_SMALL_H MIDDLE=X ++ S_LONG_SMALL STROKE_SMALL_H MIDTOP=X ++ ESZETT_CAP ++ DELTA_SMALL + ++ A_CAP +DOT BELOW=X ++ A_SMALL +DOT BELOW=X ++ A_CAP +OGONEK ABOVE=X ++ A_SMALL +OGONEK ABOVE=X ++ A_CAP CIRCUMFLEX_ACUTE ABOVE=X ++ A_SMALL CIRCUMFLEX_ACUTE ABOVE=X ++ A_CAP CIRCUMFLEX_GRAVE ABOVE=X ++ A_SMALL CIRCUMFLEX_GRAVE ABOVE=X ++ A_CAP CIRCUMFLEX_HOOK ABOVE=X ++ A_SMALL CIRCUMFLEX_HOOK ABOVE=X ++ A_CAP CIRCUMFLEX ABOVE=X TILDE HIGH=X ++ A_SMALL CIRCUMFLEX ABOVE=X TILDE HIGH=X ++ A_CAP CIRCUMFLEX ABOVE=X +DOT BELOW=X ++ A_SMALL CIRCUMFLEX ABOVE=X +DOT BELOW=X ++ A_CAP BREVE ABOVE=X ACUTE HIGH=X ++ A_SMALL BREVE ABOVE=X ACUTE HIGH=X + ++ A_CAP BREVE ABOVE=X GRAVE HIGH=X ++ A_SMALL BREVE ABOVE=X GRAVE HIGH=X ++ A_CAP BREVE_HOOK ABOVE=X ++ A_SMALL BREVE_HOOK ABOVE=X ++ A_CAP BREVE ABOVE=X TILDE HIGH=X ++ A_SMALL BREVE ABOVE=X TILDE HIGH=X ++ A_CAP BREVE ABOVE=X +DOT BELOW=X ++ A_SMALL BREVE ABOVE=X +DOT BELOW=X ++ E_CAP +DOT BELOW=X ++ E_SMALL +DOT BELOW=X ++ E_CAP +OGONEK ABOVE=X ++ E_SMALL +OGONEK ABOVE=X ++ E_CAP TILDE ABOVE=X ++ E_SMALL TILDE ABOVE=X ++ E_CAP CIRCUMFLEX_ACUTE ABOVE=X ++ E_SMALL CIRCUMFLEX_ACUTE ABOVE=X + ++ E_CAP CIRCUMFLEX_GRAVE ABOVE=X ++ E_SMALL CIRCUMFLEX_GRAVE ABOVE=X ++ E_CAP CIRCUMFLEX_HOOK ABOVE=X ++ E_SMALL CIRCUMFLEX_HOOK ABOVE=X ++ E_CAP CIRCUMFLEX ABOVE=X TILDE HIGH=X ++ E_SMALL CIRCUMFLEX ABOVE=X TILDE HIGH=X ++ E_CAP CIRCUMFLEX ABOVE=X +DOT BELOW=X ++ E_SMALL CIRCUMFLEX ABOVE=X +DOT BELOW=X ++ I_CAP +OGONEK ABOVE=X ++ I_SMALL +OGONEK ABOVE=X ++ I_CAP +DOT BELOW=X ++ I_SMALL DOT ABOVE=X +DOT BELOW=X ++ O_CAP +DOT BELOW=X ++ O_SMALL +DOT BELOW=X ++ O_CAP +OGONEK ABOVE=X ++ O_SMALL +OGONEK ABOVE=X + ++ O_CAP CIRCUMFLEX_ACUTE ABOVE=X ++ O_SMALL CIRCUMFLEX_ACUTE ABOVE=X ++ O_CAP CIRCUMFLEX_GRAVE ABOVE=X ++ O_SMALL CIRCUMFLEX_GRAVE ABOVE=X ++ O_CAP CIRCUMFLEX_HOOK ABOVE=X ++ O_SMALL CIRCUMFLEX_HOOK ABOVE=X ++ O_CAP CIRCUMFLEX ABOVE=X TILDE HIGH=X ++ O_SMALL CIRCUMFLEX ABOVE=X TILDE HIGH=X ++ O_CAP CIRCUMFLEX ABOVE=X +DOT BELOW=X ++ O_SMALL CIRCUMFLEX ABOVE=X +DOT BELOW=X ++ O_CAP HORN HORN=X ACUTE ABOVE=X ++ O_SMALL HORN HORN=X ACUTE ABOVE=X ++ O_CAP HORN HORN=X GRAVE ABOVE=X ++ O_SMALL HORN HORN=X GRAVE ABOVE=X ++ O_CAP HORN HORN=X +OGONEK ABOVE=X ++ O_SMALL HORN HORN=X +OGONEK ABOVE=X + ++ O_CAP HORN HORN=X +TILDE ABOVE=X ++ O_SMALL HORN HORN=X +TILDE ABOVE=X ++ O_CAP HORN HORN=X +DOT BELOW=X ++ O_SMALL HORN HORN=X +DOT BELOW=X ++ U_CAP +DOT BELOW=X ++ U_SMALL +DOT BELOW=X ++ U_CAP +OGONEK ABOVE=X ++ U_SMALL +OGONEK ABOVE=X ++ U_CAP HORN TOP2=X ACUTE ABOVE=X ++ U_SMALL HORN TOP2=X ACUTE ABOVE=X ++ U_CAP HORN TOP2=X GRAVE ABOVE=X ++ U_SMALL HORN TOP2=X GRAVE ABOVE=X ++ U_CAP HORN TOP2=X +OGONEK ABOVE=X ++ U_SMALL HORN TOP2=X +OGONEK ABOVE=X ++ U_CAP HORN TOP2=X +TILDE ABOVE=X ++ U_SMALL HORN TOP2=X +TILDE ABOVE=X + ++ U_CAP HORN TOP2=X +DOT BELOW=X ++ U_SMALL HORN TOP2=X +DOT BELOW=X ++ Y_CAP GRAVE ABOVE=X ++ Y_SMALL GRAVE ABOVE=X ++ Y_CAP +DOT BELOW=X ++ Y_SMALL +DOT BELOW=X ++ Y_CAP +OGONEK ABOVE=X ++ Y_SMALL +OGONEK ABOVE=X ++ Y_CAP TILDE ABOVE=X ++ Y_SMALL TILDE ABOVE=X ++ LL_CAP ++ LL_SMALL ++ V_MIDWELSH_CAP ++ V_MIDWELSH_SMALL ++ Y_LARGE_LOOP ++ Y_SMALL_LOOP + +// Greek Extended (1F00-1FFF) ++ ALPHA_SMALL PSILI ABOVE=X ++ ALPHA_SMALL DASIA ABOVE=X ++ ALPHA_SMALL PSILI_VARIA ABOVE=X ++ ALPHA_SMALL DASIA_VARIA ABOVE=X ++ ALPHA_SMALL PSILI_OXIA ABOVE=X ++ ALPHA_SMALL DASIA_OXIA ABOVE=X ++ ALPHA_SMALL PSILI ABOVE=X TILDE HIGH=X ++ ALPHA_SMALL DASIA ABOVE=X TILDE HIGH=X ++p A_CAP PSILI TONOS=X ++p A_CAP DASIA TONOS=X ++p A_CAP PSILI_VARIA TONOS=X2 ++p A_CAP DASIA_VARIA TONOS=X2 ++p A_CAP PSILI_OXIA TONOS=X2 ++p A_CAP DASIA_OXIA TONOS=X2 ++p A_CAP TILDE PERIS=X PSILI TONOS=X ++p A_CAP TILDE PERIS=X DASIA TONOS=X + ++ EPSILON_SMALL PSILI ABOVE=X ++ EPSILON_SMALL DASIA ABOVE=X ++ EPSILON_SMALL PSILI_VARIA ABOVE=X ++ EPSILON_SMALL DASIA_VARIA ABOVE=X ++ EPSILON_SMALL PSILI_OXIA ABOVE=X ++ EPSILON_SMALL DASIA_OXIA ABOVE=X +skipcodes 2 ++p E_CAP PSILI TONOS=X ++p E_CAP DASIA TONOS=X ++p E_CAP PSILI_VARIA TONOS=X2 ++p E_CAP DASIA_VARIA TONOS=X2 ++p E_CAP PSILI_OXIA TONOS=X2 ++p E_CAP DASIA_OXIA TONOS=X2 +skipcodes 2 + ++ ETA_SMALL PSILI ABOVE=X ++ ETA_SMALL DASIA ABOVE=X ++ ETA_SMALL PSILI_VARIA ABOVE=X ++ ETA_SMALL DASIA_VARIA ABOVE=X ++ ETA_SMALL PSILI_OXIA ABOVE=X ++ ETA_SMALL DASIA_OXIA ABOVE=X ++ ETA_SMALL PSILI ABOVE=X TILDE HIGH=X ++ ETA_SMALL DASIA ABOVE=X TILDE HIGH=X ++p H_CAP PSILI TONOS=X ++p H_CAP DASIA TONOS=X ++p H_CAP PSILI_VARIA TONOS=X2 ++p H_CAP DASIA_VARIA TONOS=X2 ++p H_CAP PSILI_OXIA TONOS=X2 ++p H_CAP DASIA_OXIA TONOS=X2 ++p H_CAP TILDE PERIS=X PSILI TONOS=X ++p H_CAP TILDE PERIS=X DASIA TONOS=X + ++ IOTA_SMALL PSILI ABOVE=X ++ IOTA_SMALL DASIA ABOVE=X ++ IOTA_SMALL PSILI_VARIA ABOVE=X ++ IOTA_SMALL DASIA_VARIA ABOVE=X ++ IOTA_SMALL PSILI_OXIA ABOVE=X ++ IOTA_SMALL DASIA_OXIA ABOVE=X ++ IOTA_SMALL PSILI ABOVE=X TILDE HIGH=X ++ IOTA_SMALL DASIA ABOVE=X TILDE HIGH=X ++p I_CAP PSILI TONOS=X ++p I_CAP DASIA TONOS=X ++p I_CAP PSILI_VARIA TONOS=X2 ++p I_CAP DASIA_VARIA TONOS=X2 ++p I_CAP PSILI_OXIA TONOS=X2 ++p I_CAP DASIA_OXIA TONOS=X2 ++p I_CAP TILDE PERIS=X PSILI TONOS=X ++p I_CAP TILDE PERIS=X DASIA TONOS=X + ++ O_SMALL PSILI ABOVE=X ++ O_SMALL DASIA ABOVE=X ++ O_SMALL PSILI_VARIA ABOVE=X ++ O_SMALL DASIA_VARIA ABOVE=X ++ O_SMALL PSILI_OXIA ABOVE=X ++ O_SMALL DASIA_OXIA ABOVE=X +skipcodes 2 ++p O_CAP PSILI TONOS=X ++p O_CAP DASIA TONOS=X ++p O_CAP PSILI_VARIA TONOS=X2 ++p O_CAP DASIA_VARIA TONOS=X2 ++p O_CAP PSILI_OXIA TONOS=X2 ++p O_CAP DASIA_OXIA TONOS=X2 +skipcodes 2 + ++ UPSILON_SMALL PSILI ABOVE=X ++ UPSILON_SMALL DASIA ABOVE=X ++ UPSILON_SMALL PSILI_VARIA ABOVE=X ++ UPSILON_SMALL DASIA_VARIA ABOVE=X ++ UPSILON_SMALL PSILI_OXIA ABOVE=X ++ UPSILON_SMALL DASIA_OXIA ABOVE=X ++ UPSILON_SMALL PSILI ABOVE=X TILDE HIGH=X ++ UPSILON_SMALL DASIA ABOVE=X TILDE HIGH=X +skipcodes 1 ++p Y_CAP DASIA TONOS=X +skipcodes 1 ++p Y_CAP DASIA_VARIA TONOS=X2 +skipcodes 1 ++p Y_CAP DASIA_OXIA TONOS=X2 +skipcodes 1 ++p Y_CAP TILDE PERIS=X DASIA TONOS=X + ++ OMEGA_SMALL PSILI ABOVE=X ++ OMEGA_SMALL DASIA ABOVE=X ++ OMEGA_SMALL PSILI_VARIA ABOVE=X ++ OMEGA_SMALL DASIA_VARIA ABOVE=X ++ OMEGA_SMALL PSILI_OXIA ABOVE=X ++ OMEGA_SMALL DASIA_OXIA ABOVE=X ++ OMEGA_SMALL PSILI ABOVE=X TILDE HIGH=X ++ OMEGA_SMALL DASIA ABOVE=X TILDE HIGH=X ++p OMEGA_CAP PSILI TONOS=X ++p OMEGA_CAP DASIA TONOS=X ++p OMEGA_CAP PSILI_VARIA TONOS=X2 ++p OMEGA_CAP DASIA_VARIA TONOS=X2 ++p OMEGA_CAP PSILI_OXIA TONOS=X2 ++p OMEGA_CAP DASIA_OXIA TONOS=X2 ++p OMEGA_CAP TILDE PERIS=X PSILI TONOS=X ++p OMEGA_CAP TILDE PERIS=X DASIA TONOS=X + ++ ALPHA_SMALL ACUTE ABOVE=X ++ ALPHA_SMALL ACUTE ABOVE=X ++ EPSILON_SMALL ACUTE ABOVE=X ++ EPSILON_SMALL ACUTE ABOVE=X ++ ETA_SMALL ACUTE ABOVE=X ++ ETA_SMALL ACUTE ABOVE=X ++ IOTA_SMALL ACUTE ABOVE=X ++ IOTA_SMALL ACUTE ABOVE=X ++ O_SMALL ACUTE ABOVE=X ++ O_SMALL ACUTE ABOVE=X ++ UPSILON_SMALL ACUTE ABOVE=X ++ UPSILON_SMALL ACUTE ABOVE=X ++ OMEGA_SMALL ACUTE ABOVE=X ++ OMEGA_SMALL ACUTE ABOVE=X +skipcodes 2 + ++ ALPHA_SMALL PSILI ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL DASIA ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL PSILI_VARIA ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL DASIA_VARIA ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL PSILI_OXIA ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL DASIA_OXIA ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL PSILI ABOVE=X TILDE HIGH=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL DASIA ABOVE=X TILDE HIGH=X IOTA_BELOW BELOW=X ++p A_CAP PSILI TONOS=X IOTA_BELOW BELOW=X ++p A_CAP DASIA TONOS=X IOTA_BELOW BELOW=X ++p A_CAP PSILI_VARIA TONOS=X2 IOTA_BELOW BELOW=X ++p A_CAP DASIA_VARIA TONOS=X2 IOTA_BELOW BELOW=X ++p A_CAP PSILI_OXIA TONOS=X2 IOTA_BELOW BELOW=X ++p A_CAP DASIA_OXIA TONOS=X2 IOTA_BELOW BELOW=X ++p A_CAP TILDE PERIS=X PSILI TONOS=X IOTA_BELOW BELOW=X ++p A_CAP TILDE PERIS=X DASIA TONOS=X IOTA_BELOW BELOW=X + ++ ETA_SMALL PSILI ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL DASIA ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL PSILI_VARIA ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL DASIA_VARIA ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL PSILI_OXIA ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL DASIA_OXIA ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL PSILI ABOVE=X TILDE HIGH=X IOTA_BELOW BELOW=X ++ ETA_SMALL DASIA ABOVE=X TILDE HIGH=X IOTA_BELOW BELOW=X ++p H_CAP IOTA_BELOW BELOW=X ++p H_CAP DASIA TONOS=X IOTA_BELOW BELOW=X ++p H_CAP PSILI_VARIA TONOS=X2 IOTA_BELOW BELOW=X ++p H_CAP DASIA_VARIA TONOS=X2 IOTA_BELOW BELOW=X ++p H_CAP PSILI_OXIA TONOS=X2 IOTA_BELOW BELOW=X ++p H_CAP DASIA_OXIA TONOS=X2 IOTA_BELOW BELOW=X ++p H_CAP TILDE PERIS=X PSILI TONOS=X IOTA_BELOW BELOW=X ++p H_CAP TILDE PERIS=X DASIA TONOS=X IOTA_BELOW BELOW=X + ++ OMEGA_SMALL PSILI ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL DASIA ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL PSILI_VARIA ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL DASIA_VARIA ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL PSILI_OXIA ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL DASIA_OXIA ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL PSILI ABOVE=X TILDE HIGH=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL DASIA ABOVE=X TILDE HIGH=X IOTA_BELOW BELOW=X ++p OMEGA_CAP PSILI TONOS=X IOTA_BELOW BELOW=X ++p OMEGA_CAP DASIA TONOS=X IOTA_BELOW BELOW=X ++p OMEGA_CAP PSILI_VARIA TONOS=X2 IOTA_BELOW BELOW=X ++p OMEGA_CAP DASIA_VARIA TONOS=X2 IOTA_BELOW BELOW=X ++p OMEGA_CAP PSILI_OXIA TONOS=X2 IOTA_BELOW BELOW=X ++p OMEGA_CAP DASIA_OXIA TONOS=X2 IOTA_BELOW BELOW=X ++p OMEGA_CAP TILDE PERIS=X PSILI TONOS=X IOTA_BELOW BELOW=X ++p OMEGA_CAP TILDE PERIS=X DASIA TONOS=X IOTA_BELOW BELOW=X + ++ ALPHA_SMALL BREVE ABOVE=X ++ ALPHA_SMALL MACRON ABOVE=X ++ ALPHA_SMALL GRAVE ABOVE=X IOTA_BELOW BELOW=X ++ ALPHA_SMALL IOTA_BELOW BELOW=X ++ ALPHA_SMALL ACUTE ABOVE=X IOTA_BELOW BELOW=X +skipcodes 1 ++ ALPHA_SMALL TILDE ABOVE=X ++ ALPHA_SMALL TILDE ABOVE=X IOTA_BELOW BELOW=X ++ A_CAP BREVE ABOVE=X ++ A_CAP MACRON ABOVE=X ++p A_CAP GRAVE TONOS=X ++p A_CAP ACUTE TONOS=X ++ A_CAP IOTA_BELOW BELOW=X ++ PSILI ++ IOTA_BELOW ++ PSILI + ++ TILDE ++ DIAERESIS_TILDE ++ ETA_SMALL GRAVE ABOVE=X IOTA_BELOW BELOW=X ++ ETA_SMALL IOTA_BELOW BELOW=X ++ ETA_SMALL ACUTE ABOVE=X IOTA_BELOW BELOW=X +skipcodes 1 ++ ETA_SMALL TILDE ABOVE=X ++ ETA_SMALL TILDE ABOVE=X IOTA_BELOW BELOW=X ++p E_CAP GRAVE TONOS=X ++p E_CAP ACUTE TONOS=X ++p H_CAP GRAVE TONOS=X ++p H_CAP ACUTE TONOS=X ++ H_CAP IOTA_BELOW BELOW=X ++ PSILI_VARIA ++ PSILI_OXIA ++ PSILI TILDE HIGH=X + ++ IOTA_SMALL BREVE ABOVE=X ++ IOTA_SMALL MACRON ABOVE=X ++ IOTA_SMALL DIAERESIS ABOVE=X GRAVE HIGH=X ++ IOTA_SMALL DIAERESIS ABOVE=X ACUTE HIGH=X +skipcodes 2 ++ IOTA_SMALL TILDE ABOVE=X ++ IOTA_SMALL DIAERESIS_TILDE ABOVE=X ++ I_CAP BREVE ABOVE=X ++ I_CAP MACRON ABOVE=X ++p I_CAP GRAVE TONOS=X ++p I_CAP ACUTE TONOS=X +skipcodes 1 ++ DASIA_VARIA ++ DASIA_OXIA ++ DASIA TILDE HIGH=X + ++ UPSILON_SMALL BREVE ABOVE=X ++ UPSILON_SMALL MACRON ABOVE=X ++ UPSILON_SMALL DIAERESIS ABOVE=X GRAVE HIGH=X ++ UPSILON_SMALL DIAERESIS ABOVE=X ACUTE HIGH=X ++ RHO_SMALL PSILI ABOVE=X ++ RHO_SMALL DASIA ABOVE=X ++ UPSILON_SMALL TILDE ABOVE=X ++ UPSILON_SMALL DIAERESIS_TILDE ABOVE=X ++ Y_CAP BREVE ABOVE=X ++ Y_CAP MACRON ABOVE=X ++p Y_CAP GRAVE TONOS=X ++p Y_CAP ACUTE TONOS=X ++p P_CAP DASIA TONOS=X ++ DIAERESIS GRAVE HIGH=X ++ DIAERESIS ACUTE HIGH=X ++ GRAVE + +skipcodes 2 ++ OMEGA_SMALL GRAVE ABOVE=X IOTA_BELOW BELOW=X ++ OMEGA_SMALL IOTA_BELOW BELOW=X ++ OMEGA_SMALL ACUTE ABOVE=X IOTA_BELOW BELOW=X +skipcodes 1 ++ OMEGA_SMALL TILDE ABOVE=X ++ OMEGA_SMALL TILDE ABOVE=X IOTA_BELOW BELOW=X ++p O_CAP GRAVE TONOS=X ++p O_CAP ACUTE TONOS=X ++p OMEGA_CAP GRAVE TONOS=X ++p OMEGA_CAP ACUTE TONOS=X ++ OMEGA_CAP IOTA_BELOW BELOW=X ++ ACUTE ++ DASIA +skipcodes 1 +#skipcodes 256 +// General Punctuation (2000-206F) ++ SPACE_EM ++ SPACE_EN ++ SPACE_EM ++ SPACE_EN ++ SPACE_THICK ++ SPACE_MID ++ SPACE_THIN ++ SPACE_FIGURE ++ SPACE_PUNC ++ SPACE_THIN ++ SPACE_HAIR ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ HYPHEN ++ HYPHEN ++ DASH_FIGURE ++ DASH_EN ++ DASH_EM ++ DASH_EM ++ LINE_V_DBL ++ LOW_LINE_DBL ++ %COMMA ++ QUOTE_RIGHT ++ COMMA ++ !QUOTE_RIGHT ++ %COMMA_DBL ++ QUOTE_RIGHT_DBL ++ COMMA_DBL ++ !QUOTE_RIGHT_DBL ++ DEI_SMALL ++ DIESIS ++ CIRCLE_SMALL_BLACK ++ TRIANGLE_E_SMALL_BLACK ++ FULL_STOP ++( FULL_STOP ++) FULL_STOP ++( FULL_STOP ++| FULL_STOP ++) FULL_STOP ++ DOT ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ PERMILLE ++ PERMYRIAD ++ PRIME ++ PRIME_DBL ++ PRIME_TPL ++ !PRIME ++ !PRIME_DBL ++ !PRIME_TPL ++ +CARON ++ GUILLEMET ++ !GUILLEMET ++ MULTIPLY DOTS_4 ++( EXCLAM ++) EXCLAM ++ INTERROBANG ++ OVERLINE ++ *TIE ++ TIE ++ CARET_INSERTION ++ ASTERISM ++ HYPHEN ++ SLASH ++ BRACKET_QUILL ++ !BRACKET_QUILL ++( QUESTION ++) QUESTION ++( QUESTION ++) EXCLAM ++( EXCLAM ++) QUESTION ++ ET_TIRONIAN ++ !PI_SMALL ++ BULLET_LEFT ++ !BULLET_LEFT ++ %ASTERISK ++ !SEMICOLON ++ TIE *TIE ++ ASTERISK !ASTERISK ++ ABZUEGLICH ++ WAVE ++ BRACE_OVER ++ PLUS MULTIPLY ++ DOTS_3 ++ PRIME_X4 ++ DOTS_4 ++ DOTS_5 ++ COLON ++ DOTS_4 ++ PLUS PROPORTION ++ ELLIPSIS_VERT ++ DOTS_FOUR_VERT ++ SPACE_MID ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 +skipcodes 5 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 ++ 0 + +// Subscripts and Superscripts (2070-209F) ++ ^DIGIT_0_SMALL ++ ^I_TINY DOT ABOVE=X +skipcodes 2 0 ++ ^DIGIT_4_SMALL ++ ^DIGIT_5_SMALL ++ ^DIGIT_6_SMALL ++ ^DIGIT_7_SMALL ++ ^DIGIT_8_SMALL ++ ^DIGIT_9_SMALL ++ ^PLUS_SMALL ++ ^MINUS_SMALL ++ ^EQUAL_SMALL ++ ^PAREN_SMALL ++ `PAREN_SMALL ++ ^N_TINY ++ .DIGIT_0_SMALL ++ .DIGIT_1_SMALL ++ .DIGIT_2_SMALL ++ .DIGIT_3_SMALL ++ .DIGIT_4_SMALL ++ .DIGIT_5_SMALL ++ .DIGIT_6_SMALL ++ .DIGIT_7_SMALL ++ .DIGIT_8_SMALL ++ .DIGIT_9_SMALL ++ .PLUS_SMALL ++ .MINUS_SMALL ++ .EQUAL_SMALL ++ .PAREN_SMALL ++ ,PAREN_SMALL ++ 0 ++ .A_TINY ++ .E_TINY ++ .O_TINY ++ .X_TINY ++ .E_TINY_TURNED +skipcodes 11 0 + +// Currency Symbols (20A0-20CF) ++ ECU ++ C_CAP SLASH_CAP SLASH1=X SLASH_CAP SLASH2=X ++ C_CAP R_SMALL BOTTOM=BOTTOM ++ F_CAP STROKE_H MIDBOTTOM=X ++ POUND STROKE_H MIDDLE=X ++ M_SMALL SLASH_SMALL ++ N_CAP LINE_H_DBL ++( P_CAP ++| T_SMALL ++) S_SMALL ++( R_CAP ++) S_SMALL ++ W_CAP LINE_H_DBL ++ SHEQUEL_NEW ++ D_SMALL STROKE_H MIDTOP=X +MACRON BELOW=X ++ EURO ++ K_CAP STROKE_H MIDDLE=X ++ T_CAP SLASH_SMALL_H_DBL MIDDLE=X ++( DELTA_CAP ++) RHO_SMALL ++ PENNY_GERMAN ++ P_CAP LINE_H TOPRING=CENTER ++ G_CAP LINE_V_CAP ++ LAMBDA_CAP LINE_H_DBL ++ !S_CAP LINE_V_CAP ++ C_SMALL LINE_V_SMALL +skipcodes 26 0 + +// Combining Diacritical Marks For Symbols (20D0-20FF) +skipcodes 48 0 + +// Letterlike Symbols (2100-214F) +skipcodes 80 0 + +// Number Forms (2150-218F) +skipcodes 64 0 + +// Arrows (2190-21FF) ++ !ARROW_E ++ ARROW_N ++ ARROW_E ++ *ARROW_N ++ ARROW_E *ARROWHEAD_E ++ ARROW_N *ARROWHEAD_N ++ !ARROW_NE ++ ARROW_NE ++ ~ARROW_NE ++ *ARROW_NE ++ *ARROW_E_SLASH ++ ARROW_E_SLASH ++ !ARROW_E_WAVE ++ ARROW_E_WAVE ++ !ARROW_DBL_E ++ ARROW_DBL_N ++ ARROW_DBL_E ++ *ARROW_DBL_N ++ !ARROW_E_TAIL ++ ARROW_E_TAIL ++ !ARROW_E_BAR ++ ARROW_N_BAR ++ ARROW_E_BAR ++ *ARROW_N_BAR ++ ARROW_NS_BAR ++ !ARROW_E_HOOK ++ ARROW_E_HOOK ++ !ARROW_E_LOOP ++ ARROW_E_LOOP ++ ARROW_WE_WAVE ++ ARROW_WE_SLASH ++ ARROW_ZIGZAG ++ !ARROW_E_N ++ ARROW_E_N ++ *ARROW_E_N ++ ~ARROW_E_N ++ ~ARROW_N_E ++ *ARROW_E_N ++ !ARROW_CLOCKWISE_SEMI ++ ARROW_CLOCKWISE_SEMI ++ !ARROW_NE_TOP_BAR ++ TAB ++ !ARROW_CLOCKWISE_OPEN ++ ARROW_CLOCKWISE_OPEN ++ !HARPOON_UP_E ++ *HARPOON_UP_E ++ HARPOON_RIGHT_N ++ !HARPOON_RIGHT_N ++ HARPOON_UP_E ++ ~HARPOON_UP_E ++ ~HARPOON_RIGHT_N ++ *HARPOON_RIGHT_N ++ !ARROWS_W_E ++ ARROWS_N_S ++ ARROWS_W_E ++ !ARROWS_E_E ++ ARROWS_N_N ++ ARROWS_E_E ++ *ARROWS_N_N ++ HARPOONS_W_E ++ !HARPOONS_W_E ++ *ARROW_E_DBL_SLASH ++ ARROW_WE_DBL_SLASH ++ ARROW_E_DBL_SLASH ++ *ARROW_E_DBL ++ ARROW_N_DBL ++ ARROW_E_DBL ++ *ARROW_N_DBL ++ ARROW_WE_DBL ++ ARROW_NS_DBL ++ !ARROW_NE_DBL ++ ARROW_NE_DBL ++ ~ARROW_NE_DBL ++ *ARROW_NE_DBL ++ !ARROW_E_TPL ++ ARROW_E_TPL ++ !ARROW_E_SQUIGGLE ++ ARROW_E_SQUIGGLE ++ ARROW_N_STROKE_DBL ++ *ARROW_N_STROKE_DBL ++ *ARROW_E_DASHED ++ ARROW_N_DASHED ++ ARROW_E_DASHED ++ *ARROW_N_DASHED ++ *ARROW_BAR_E ++ ARROW_BAR_E ++ *ARROW_E_WHITE ++ ARROW_N_WHITE ++ ARROW_E_WHITE ++ *ARROW_N_WHITE ++ ARROW_N_BAR_WHITE ++ ARROW_N_PEDESTAL_WHITE ++ ARROW_N_PEDESTAL_WHITE_HBAR ++ ARROW_N_PEDESTAL_WHITE_VBAR ++ ARROW_DBL_N_WHITE ++ ARROW_DBL_N_PEDESTAL_WHITE ++ ARROW_E_WALL_WHITE ++ !ARROW_CORNER_NE ++ ~ARROW_CORNER_NE ++ ARROW_NS_WHITE ++ ARROW_E_SMALL_CIRCLE ++ !ARROWS_N_S ++ ARROWS_E_E_E ++ *ARROW_E_STROKE ++ ARROW_E_STROKE ++ ARROW_WE_STROKE ++ *ARROW_E_STROKE_DBL ++ ARROW_E_STROKE_DBL ++ ARROW_WE_STROKE_DBL ++ !ARROW_OPEN_E ++ ARROW_OPEN_E ++ ARROW_OPEN_WE + +// Mathematical Operators (2200-22FF) ++ =A_CAP ++ COMPLEMENT ++ DOBRO_SMALL ++ !E_CAP ++ %E_CAP SLASH_CAP ++ CIRCLE_LARGE_SLASH ++ DELTA_CAP ++ %DELTA_CAP ++ ELEMENT ++ ELEMENT_SLASH ++ ELEMENT_SMALL ++ %ELEMENT ++ %ELEMENT_SLASH ++ !ELEMENT_SMALL ++ RECTANGLE_V_BLACK ++ PI_CAP_HUGE + ++ ~PI_CAP_HUGE ++ SIGMA_CAP_HUGE ++ MINUS ++ *PLUS_MINUS ++ PLUS DOT ABOVE=X ++ SLASH ++ BACKSLASH ++ ASTERISK_OP ++ CIRCLE_SMALL ++ CIRCLE_SMALL_BLACK ++ RADICAL ++ RADICAL ^DIGIT_3_SMALL ++ RADICAL ^DIGIT_4_SMALL ++ PROPORTIONAL ++ INFINITY ++ ANGLE_RIGHT + ++ ANGLE ++ ANGLE_MEAS ++ ANGLE_ARC ++ LINE_V ++ LINE_V_SLASH ++ LINE_V_DBL ++ LINE_V_DBL_SLASH ++ *OR ++ OR ++ *UNION ++ UNION ++ INTEGRAL ++ INTEGRAL_DBL ++ INTEGRAL_TPL ++ INTEGRAL_CONTOUR ++ INTEGRAL_DBL_CONTOUR + ++ INTEGRAL_TPL_CONTOUR ++ INTEGRAL_CLOCKWISE ++ INTEGRAL_CONTOUR_CLOCKWISE ++ INTEGRAL_CONTOUR_COUNTERCLOCKWISE ++ THEREFORE ++ *THEREFORE ++ RATIO ++ PROPORTION ++ MINUS DOT ABOVE=BELOW ++ EXCESS ++ MINUS PROPORTION ++ WAVE RATIO ++ WAVE ++ !WAVE ++ !S_LAZY ++ SINE + ++ WREATH_PRODUCT ++ WAVE SLASH_REL ++ *WAVE_MINUS ++ WAVE_MINUS ++ WAVE_MINUS SLASH_REL ++ WAVE_EQUAL ++ WAVE_NOTEQUAL ++ WAVE_EQUAL SLASH_OP ++ ASYMP ++ ASYMP SLASH_REL ++ ASYMP_MINUS ++ WAVE_TPL ++ !WAVE_EQUAL ++ EQUIVALENT ++ EQUIVALENT_GEOM ++ DIFFERENCE + ++ EQUAL DOT ABOVE=X ++ EQUAL RATIO ++ IMAGEOF ++ !IMAGEOF ++ COLON_EQUAL ++ !COLON_EQUAL ++ EQUAL CIRCLE_SMALL CENTER=CENTER ++ EQUAL RING ABOVE=X ++ EQUAL BREVE_INV ABOVE=X ++ EQUAL CIRCUMFLEX ABOVE=X ++ EQUAL CARON ABOVE=X ++ EQUAL STAR_SMALL ABOVE=BELOW ++ EQUAL DELTA_CAP_ABOVE ++ EQUAL_DEF ++ EQUAL M_SMALL_ABOVE ++ EQUAL QUESTION_ABOVE + ++ EQUAL_SLASH ++ IDENTICAL ++ IDENTICAL SLASH_OP ++ STRICTEQV ++ LESS_MINUS ++ !LESS_MINUS ++ LESS_EQUAL ++ !LESS_EQUAL ++ LESS_NOTEQUAL ++ GREATER_NOTEQUAL ++ LESS_LESS ++ !LESS_LESS ++ BETWEEN ++ EQUIVALENT SLASH_REL ++ LESS SLASH_REL ++ !LESS SLASH_REL + ++ LESS_MINUS SLASH_OP ++ !LESS_MINUS SLASH_OP ++ LESS_WAVE ++ GREATER_WAVE ++ LESS_WAVE SLASH_OP ++ GREATER_WAVE SLASH_OP ++ LESS_GREATER ++ !LESS_GREATER ++ LESS_GREATER SLASH_OP ++ !LESS_GREATER SLASH_OP ++ PRECEDES ++ !PRECEDES ++ PRECEDESEQ ++ !PRECEDESEQ ++ PRECEDES_WAVE ++ SUCCEEDS_WAVE + ++ PRECEDES SLASH_REL ++ !PRECEDES SLASH_REL ++ SUBSET ++ !SUBSET ++ SUBSET SLASH_REL ++ !SUBSET SLASH_REL ++ SUBSET_MINUS ++ !SUBSET_MINUS ++ SUBSET_MINUS SLASH_OP ++ !SUBSET_MINUS SLASH_OP ++ SUBSET_MINUS SLASH_LINE_H CENTER_M=X ++ !SUBSET_MINUS SLASH_LINE_H CENTER_M=X ++ UNION ARROW_E_SMALL CENTER=CENTER ++ UNION DOT CENTER=CENTER ++ UNION PLUS_SMALL CENTER=CENTER ++ SQIMAGE + ++ !SQIMAGE ++ SQIMAGE_MINUS ++ !SQIMAGE_MINUS ++ *SQCUP ++ SQCUP ++ CIRCLE PLUS_SMALL CENTER=CENTER ++ CIRCLE MINUS_SMALL CENTER=CENTER ++ CIRCLE MULTIPLY_SMALL CENTER=CENTER ++ CIRCLE SLASH_SMALL CENTER=CENTER ++ CIRCLE DOT CENTER=CENTER ++ CIRCLE CIRCLE_SMALL CENTER=CENTER ++ CIRCLE ASTERISK CENTER=CENTER ++ CIRCLE EQUAL_SMALL CENTER=CENTER ++ CIRCLE DASH_OP_SMALL CENTER=CENTER ++ SQUARE PLUS_SMALL CENTER=CENTER ++ SQUARE MINUS_SMALL CENTER=CENTER + ++ SQUARE MULTIPLY_SMALL CENTER ++ SQUARE DOT CENTER ++ TACK ++ !TACK ++ *TACK_UP ++ TACK_UP ++ ASSERTION ++ MODELS ++ TRUE ++ FORCES ++ BAR_VERT_TPL_STILE_RIGHT ++ BAR_VERT_DBL_STILE_RIGHT_DBL ++ TACK SLASH_OP ++ TRUE SLASH_OP ++ FORCES SLASH_OP ++ BAR_VERT_DBL_STILE_RIGHT_DBL SLASH_OP + ++ PRECEDESREL ++ !PRECEDESREL ++ !TRIANGLE_TALL_E ++ TRIANGLE_TALL_E ++ !TRIANGLE_TALL_E_MINUS ++ TRIANGLE_TALL_E_MINUS ++ ORIGINAL ++ !ORIGINAL ++ MULTIMAP ++ TARGET ++ INTERCALATE ++ OR_MINUS ++ *OR_MINUS ++ MINUS_OR ++ ANGLE_RIGHT_ARC ++ TRIANGLE_RA + ++ *OR_HUGE ++ OR_HUGE ++ *UNION_HUGE ++ UNION_HUGE ++ LOZENGE ++ DOT ++ STAR_SMALL ++ DIVIDE MULTIPLY ++ BOWTIE ++ PRODUCT_NORMAL_FACTOR_SEMIDIRECT ++ !PRODUCT_NORMAL_FACTOR_SEMIDIRECT ++ PRODUCT_SEMIDIRECT ++ !PRODUCT_SEMIDIRECT ++ !WAVE_MINUS ++ OR_CURLY ++ *OR_CURLY + ++ SUBSET_DBL ++ !SUBSET_DBL ++ *UNION_DBL ++ UNION_DBL ++ PITCHFORK ++ EQUAL LINE_V_DBL ++ LESS DOT INSIDE=CENTER ++ !LESS DOT INSIDE=CENTER ++ LESS_TPL ++ !LESS_TPL ++ LESS_MINUS_GREATER ++ !LESS_MINUS_GREATER ++ ~LESS_MINUS ++ *LESS_MINUS ++ ~PRECEDESEQ ++ *PRECEDESEQ + ++ ~PRECEDESEQ SLASH_OP ++ *PRECEDESEQ SLASH_OP ++ SQIMAGE_MINUS SLASH_OP ++ !SQIMAGE_MINUS SLASH_OP ++ SQIMAGE_MINUS SLASH_LINE_H CENTER_M=X ++ !SQIMAGE_MINUS SLASH_LINE_H CENTER_M=X ++ LESS_WAVE SLASH_LINE_H CENTER_W=X ++ GREATER_WAVE SLASH_LINE_H CENTER_W=X ++ PRECEDES_WAVE SLASH_LINE_H CENTER_W=X ++ SUCCEEDS_WAVE SLASH_LINE_H CENTER_W=X ++ !TRIANGLE_TALL_E SLASH_OP ++ TRIANGLE_TALL_E SLASH_OP ++ !TRIANGLE_TALL_E_MINUS SLASH_OP ++ TRIANGLE_TALL_E_MINUS SLASH_OP ++ ELLIPSIS_VERT ++ ELLIPSIS_MID + ++ !ELLIPSIS_DIAG ++ ELLIPSIS_DIAG ++ ELEMENT_STROKE ++ ELEMENT_STROKEBAR ++ ELEMENT_STROKEBAR_SMALL ++ ELEMENT DOT ABOVE=X ++ =ELEMENT_MINUS ++ ~ELEMENT_MINUS_SMALL ++ ELEMENT_MINUS ++ ELEMENT_DBLSTROKE ++ !ELEMENT_STROKE ++ !ELEMENT_STROKEBAR ++ !ELEMENT_STROKEBAR_SMALL ++ %ELEMENT_MINUS ++ *ELEMENT_MINUS_SMALL ++ BAG_MEMBERSHIP + +// Miscellaneous Technical (2300-23FF) ++ CIRCLE SLASH_SYM ++ ELECTRIC ++ HOUSE ++ ARROWHEAD_N ++ *ARROWHEAD_N ++ *OR_MINUS ++ PERSPECTIVE ++ LINE_V_WAVY ++ ~FLOOR ++ *FLOOR ++ FLOOR ++ !FLOOR ++ CROP ++ !CROP ++ ~CROP ++ *CROP + ++ !NOT ++ PILLOW ++ CIRCLE_TOPHALF ++ CIRCLE_TOPHALF MINUS ++ SECTOR ++ TELEPHONE_RECORDER ++ PLUS CIRCLE_MID ++ HASH_SYM ++ PLACE_OF_INTEREST ++ *NOT ++ WATCH ++ HOURGLASS ++ CORNER ++ !CORNER ++ =CORNER ++ %CORNER + ++ INTEGRAL_TOP ++ *INTEGRAL_TOP ++ *SMILE ++ SMILE ++ ARROWHEAD_N_BETWEEN_BARS ++ OPTION_KEY ++ ERASE_TO_RIGHT ++ CLEAR_KEY ++ KEYBOARD ++ ANGLE_BRACKET ++ !ANGLE_BRACKET ++ !ERASE_TO_RIGHT ++ BENZENE ++ CYLINDRICITY ++ ALL_AROUND_PROFILE ++ SYMMETRY + ++ TOTAL_RUNOUT ++ DIMENSION_ORIGIN ++ TRIANGLE_E MINUS ++ SLOPE ++ SPACE_SYM ++ *ARROWHEAD_N ++ I_BEAM ++ SQUISH_QUAD ++ RECTANGLE_V_HUGE EQUAL ++ RECTANGLE_V_HUGE DIVIDE ++ RECTANGLE_V_HUGE DIAMOND ++ RECTANGLE_V_HUGE CIRCLE_SMALL ++ RECTANGLE_V_HUGE CIRCLE ++ CIRCLE LINE_V ++ CIRCLE CIRCLE_SMALL ++ MINUS SLASH_SYM + ++ MINUS !SLASH_SYM ++ RECTANGLE_V_HUGE_SLASH ++ !RECTANGLE_V_HUGE_SLASH ++ RECTANGLE_V_HUGE LESS ++ RECTANGLE_V_HUGE !LESS ++ !ARROW_E LINE_V_SYM ++ ARROW_E LINE_V_SYM ++ RECTANGLE_V_HUGE !ARROW_E ++ RECTANGLE_V_HUGE ARROW_E ++ CIRCLE !SLASH_OP ++ TACK_UP +OVERLINE BELOW=X ++ TRIANGLE_TALL LINE_V ++ RECTANGLE_V_HUGE OR ++ RECTANGLE_V_HUGE TRIANGLE_TALL ++ *TACK_UP CIRCLE_MID ++ ARROW_N MINUS + ++ RECTANGLE_V_HUGE ARROW_N ++ *TACK_UP MACRON BELOW=X ++ *TRIANGLE_TALL LINE_V ++ RECTANGLE_V_HUGE *OR ++ RECTANGLE_V_HUGE *TRIANGLE_TALL ++ TACK_UP CIRCLE_SMALL ++ *ARROW_N MINUS ++ RECTANGLE_V_HUGE *ARROW_N ++ LOW_LINE APOSTROPHE ++ TRIANGLE_TALL LOW_LINE ++ DIAMOND LOW_LINE ++ CIRCLE_SMALL LOW_LINE ++ CIRCLE LOW_LINE ++ *UNION CIRCLE_SMALL ++ RECTANGLE_V_HUGE APOSTROPHE ++ CIRCLE STAR_SMALL CENTER + ++ RECTANGLE_V_HUGE COLON ++ *TACK_UP DIAERESIS BELOW=X ++ *TRIANGLE_TALL DIAERESIS BELOW=X ++ STAR DIAERESIS ABOVE=X ++ CIRCLE_SMALL DIAERESIS ABOVE=X ++ CIRCLE DIAERESIS ABOVE=X ++ UNION LINE_V ++ SUBSET LINE_V ++ WAVE DIAERESIS ++ !LESS DIAERESIS ++ MINUS COMMA ++ *TRIANGLE_TALL WAVE ++ DIGIT_0 WAVE CENTER=CENTER ++ WAVE LINE_V ++ SEMICOLON LOW_LINE ++ RECTANGLE_V_HUGE EQUAL_SLASH + ++ RECTANGLE_V_HUGE QUESTION ++ OR WAVE ++ *OR WAVE ++ IOTA_SMALL ++ RHO_SMALL ++ OMEGA_SMALL ++ ALPHA_SMALL LOW_LINE ++ IE_SMALL LOW_LINE ++ IOTA_SMALL LOW_LINE ++ OMEGA_SMALL LOW_LINE ++ ALPHA_SMALL ++ RADICAL STROKE_H MIDDLE=X ++ ANGLE_RIGHT_ARROW_DOWN_ZIGZAG ++ NBSP_SYM ++ BELL ++ CIRCLE_SMALL_BLACK LINE_V + ++ *ARROWHEAD_N ^A_TINY ++ UNDERLINE_CONT ++ UNDERLINE_DISCONT ++ EMPHASIS ++ COMPOSITION ++ SQUARE LINE_V ++ ENTER_SYM ++ ALTERNATIVE_KEY ++ HELM ++ PAUSE ++ INTERRUPT ++ ESCAPE ++ UNDO ++ MONOSTABLE ++ HYSTERESIS ++ OPEN_H + ++ *OPEN_H ++ OPEN_H MINUS ++ *OPEN_H MINUS ++ DIRECT_CURRENT ++ HEXAGON_H_CAP ++ RECTANGLE_V_HUGE ++ PRIME ++ *NEXT_PAGE ++ NEXT_PAGE ++ SCREEN_PRINT ++ SCREEN_CLEAR ++ PAREN_TOP ++ LINE_V ++ ~PAREN_TOP ++ !PAREN_TOP ++ LINE_V + ++ *PAREN_TOP ++ BRACKET_TOP ++ LINE_V ++ ~BRACKET_TOP ++ !BRACKET_TOP ++ LINE_V ++ *BRACKET_TOP ++ BRACE_TOP ++ BRACE_MIDDLE ++ ~BRACE_TOP ++ LINE_V ++ !BRACE_TOP ++ !BRACE_MIDDLE ++ *BRACE_TOP ++ LINE_V ++ LINE_H + ++ MOUSTACHE ++ !MOUSTACHE ++ SIGMA_CAP_TOP ++ ~SIGMA_CAP_TOP ++ BRACKET_OVER ++ ~BRACKET_OVER ++ BRACKET_OVER *BRACKET_OVER ++ RADICAL ++ LINE_V ++ LINE_V ++ LINE_H_1 ++ LINE_H_3 ++ *LINE_H_3 ++ *LINE_H_1 ++ =FLOOR_CAP ++ FLOOR_CAP + ++ CIRCLE LINE_V ++ CIRCLE *TACK_UP_LARGE ++ CIRCLE TACK_UP_LARGE ++ TRIANGLE LINE_V ++ TRIANGLE *TACK_UP_LARGE ++ TRIANGLE TACK_UP_LARGE ++ WAVE LINE_V ++ WAVE *TACK_UP_LARGE ++ WAVE TACK_UP_LARGE ++ TACK_UP_LARGE ++ *TACK_UP_LARGE ++ %FLOOR_CAP ++ !FLOOR_CAP ++ SQUARE_FOOT ++ *ARROW_E_N_WHITE ++ *MINUS_OR + ++ LINE_V ++ BREVE_METRICAL ++ BREVE_METRICAL MACRON ABOVE=X ++ BREVE_METRICAL +MACRON BELOW=X ++ BREVE_METRICAL_X2 OVERLINE_LONG ABOVE=X ++ BREVE_METRICAL_X2 +OVERLINE_LONG BELOW=X ++ BREVE_METRICAL_JOINED ++ ~NOT ++ TETRASEME_METRICAL ++ PENTASEME_METRICAL ++ GROUND ++ FUSE ++ PAREN_OVER ++ *PAREN_OVER ++ BRACE_OVER ++ *BRACE_OVER + ++ TOR_BRACKET_OVER ++ *TOR_BRACKET_OVER ++ TRAPEZIUM ++ BENZENE_RING ++ MINUS ++ PARALLELOGRAM ++ MINUS SINE ++ MULTIPLY CIRCLE_SMALL CENTER=CENTER +skipcodes 24 0 + +// Control Pictures (2400-243F) +skipcodes 64 0 + +// Optical Character Recognition (2440-245F) +skipcodes 32 0 + +// Enclosed Alphanumerics (2460-24FF) +skipcodes 160 0 + +// Box Drawing (2500-257F) +skipcodes 128 0 + +// Block Elements (2580-259F) +skipcodes 32 0 + +// Geometric Shapes (25A0-25FF) ++ SQUARE_BLACK ++ SQUARE ++ SQUARE_ROUNDED ++ SQUARE SQUARE_SMALL_BLACK ++ SQUARE_FILLH ++ SQUARE_FILLV ++ SQUARE_FILLO ++ SQUARE_FILLB ++ SQUARE_FILLS ++ SQUARE_FILLD ++ SQUARE_SMALL_BLACK ++ SQUARE_SMALL ++ RECTANGLE_BLACK ++ RECTANGLE ++ RECTANGLE_V_BLACK ++ RECTANGLE_V + ++ PARALLELOGRAM_BLACK ++ PARALLELOGRAM ++ TRIANGLE_BLACK ++ TRIANGLE ++ TRIANGLE_SMALL_BLACK ++ TRIANGLE_SMALL ++ TRIANGLE_E_BLACK ++ TRIANGLE_E ++ TRIANGLE_E_SMALL_BLACK ++ TRIANGLE_E_SMALL ++ TRIANGLE_TALL_E_BLACK ++ TRIANGLE_TALL_E ++ *TRIANGLE_BLACK ++ *TRIANGLE ++ *TRIANGLE_SMALL_BLACK ++ *TRIANGLE_SMALL + ++ *TRIANGLE_E_BLACK ++ *TRIANGLE_E ++ *TRIANGLE_E_SMALL_BLACK ++ *TRIANGLE_E_SMALL ++ *TRIANGLE_TALL_E_BLACK ++ *TRIANGLE_TALL_E ++ DIAMOND_BLACK ++ DIAMOND ++ DIAMOND DIAMOND_SMALL_BLACK ++ CIRCLE CIRCLE_SMALL_BLACK ++ LOZENGE ++ CIRCLE ++ CIRCLE_DASHED ++ CIRCLE_FILLV ++ CIRCLE CIRCLE_SMALL ++ CIRCLE_BLACK + ++ CIRCLE CIRCLE_LEFTHALF_BLACK ++ CIRCLE *CIRCLE_LEFTHALF_BLACK ++ CIRCLE CIRCLE_TOPHALF_BLACK ++ CIRCLE *CIRCLE_TOPHALF_BLACK ++ CIRCLE_BLACKQ ++ *CIRCLE_BLACKQ *CIRCLE_LEFTHALF_BLACK ++ CIRCLE_LEFTHALF_BLACK ++ *CIRCLE_LEFTHALF_BLACK ++ CIRCLE_SMALL_BLACK_INVERSE ++ CIRCLE_INVERSE_HALF *CIRCLE_INVERSE_HALF ++ CIRCLE_INVERSE_HALF ++ *CIRCLE_INVERSE_HALF ++ CIRCLE_QUAD ++ !CIRCLE_QUAD ++ *CIRCLE_QUAD ++ ~CIRCLE_QUAD ++ CIRCLE_TOPHALF ++ *CIRCLE_TOPHALF ++ TRIANGLE_RA_BLACK ++ !TRIANGLE_RA_BLACK ++ *TRIANGLE_RA_BLACK ++ ~TRIANGLE_RA_BLACK ++ CIRCLE_SMALL ++ SQUARE SQUARE_LEFTHALF_BLACK ++ SQUARE *SQUARE_LEFTHALF_BLACK ++ SQUARE *TRIANGLE_RA_BLACK ++ SQUARE TRIANGLE_RA_BLACK ++ SQUARE LINE_V_SYM ++ TRIANGLE DOT CENTER ++ TRIANGLE_BLACKHALF ++ !TRIANGLE_BLACKHALF ++ CIRCLE_LARGE ++ SQUARE !QUADRANT ++ SQUARE *QUADRANT ++ SQUARE ~QUADRANT ++ SQUARE QUADRANT ++ CIRCLE !QUADRANT ++ CIRCLE *QUADRANT ++ CIRCLE ~QUADRANT ++ CIRCLE QUADRANT ++ *TRIANGLE_RA ++ ~TRIANGLE_RA ++ !TRIANGLE_RA ++ SQUARE ++ SQUARE_BLACK ++ SQUARE_SMALL ++ SQUARE_SMALL_BLACK ++ TRIANGLE_RA + +// Miscellaneous Symbols (2600-26FF) +skipcodes 256 0 + +// Dingbats (2700-27BF) +skipcodes 192 0 + +// Miscellaneous Mathematical Symbols A (27C0-27EF) +skipcodes 48 0 + +// Supplemental Arrows A (27F0-27FF) +skipcodes 16 0 + +// Braille Patterns (2800-28FF) +skipcodes 256 0 + +// Supplemental Arrows B (2900-297F) +skipcodes 128 0 + +// Miscellaneous Mathematical Symbols B (2980-29FF) +skipcodes 128 0 + +// Supplemental Mathematical Operators (2A00-2AFF) +skipcodes 256 0 + +// Miscellaneous Symbols and Arrows (2B00-2BFF) +skipcodes 256 0 diff --git a/helpers/tools_to_build_newstroke-font/coord.txt b/helpers/tools_to_build_newstroke-font/coord.txt new file mode 100644 index 0000000..3a289c4 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/coord.txt @@ -0,0 +1,31 @@ +C -0,750 +D -0,700 +E -0,650 +F -0,600 +G -0,550 +H -0,500 +I -0,450 +J -0,400 +K -0,350 +L -0,300 +M -0,250 +N -0,200 +O -0,150 +P -0,100 +Q -0,050 +R 0,000 +S 0,050 +T 0,100 +U 0,150 +V 0,200 +W 0,250 +X 0,300 +Y 0,350 +Z 0,400 +[ 0,450 +\ 0,500 +] 0,550 +^ 0,600 +_ 0,650 +` 0,700 +a 0,750 diff --git a/helpers/tools_to_build_newstroke-font/font-cache.lib b/helpers/tools_to_build_newstroke-font/font-cache.lib new file mode 100644 index 0000000..e531b60 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font-cache.lib @@ -0,0 +1,12409 @@ +EESchema-LIBRARY Version 2.3 Date: Ð’Ñк 31 Янв 2010 21:30:54 +# +# A_CAP +# +DEF A_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 300 250 300 N +P 3 0 1 0 -350 0 0 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -350 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 0 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X PERIS ~ -350 1300 100 R 50 50 1 1 I +X TONOS ~ -350 950 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_SMALL +# +DEF A_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_SMALL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 0 250 550 200 650 100 700 -100 700 -200 650 N +P 10 0 1 0 250 50 150 0 -100 0 -200 50 -250 150 -250 250 -200 350 -100 400 150 400 250 450 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X HALFRING ~ 250 850 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_SMALLCAP +# +DEF A_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 150 200 150 N +P 3 0 1 0 -250 0 0 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_TINY +# +DEF A_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_TINY" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 0 N +P 8 0 1 0 200 50 100 0 -50 0 -150 50 -200 150 -150 250 -50 300 200 300 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_TINY_TURNED +# +DEF A_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 500 -200 150 -150 50 -50 0 50 0 150 50 N +P 8 0 1 0 -200 450 -100 500 50 500 150 450 200 350 150 250 50 200 -200 200 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ABZUEGLICH +# +DEF ABZUEGLICH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ABZUEGLICH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 -150 250 1250 N +P 6 0 1 0 -200 1050 -150 1000 -200 950 -250 1000 -200 1050 -200 950 N +P 6 0 1 0 200 100 250 50 200 0 150 50 200 100 200 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ACUTE +# +DEF ACUTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ACUTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1100 -50 950 N +X P ~ -200 0 300 U 50 50 1 1 I +X S ~ 200 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ACUTE_DOT +# +DEF ACUTE_DOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ACUTE_DOT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 1100 0 950 N +P 6 0 1 0 -250 1100 -200 1050 -250 1000 -300 1050 -250 1100 -250 1000 N +X P ~ -350 0 300 U 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_CAP +# +DEF AE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 300 0 300 N +P 2 0 1 0 0 550 350 550 N +P 3 0 1 0 -500 0 -150 1050 500 1050 N +P 3 0 1 0 0 1050 0 0 500 0 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_SMALL +# +DEF AE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 650 -350 700 -150 700 -50 650 0 550 N +P 22 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 400 -350 400 -450 350 -500 250 -500 150 -450 50 -350 0 -150 0 -50 50 0 150 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_SMALLCAP +# +DEF AE_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 150 0 150 N +P 2 0 1 0 0 350 250 350 N +P 3 0 1 0 0 700 0 0 350 0 N +P 3 0 1 0 350 700 -100 700 -350 0 N +X ABOVE ~ 100 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_TINY_TURNED +# +DEF AE_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 300 50 200 0 150 0 50 50 0 150 N +P 19 0 1 0 -300 500 -150 500 -50 450 0 300 0 150 -50 50 -150 0 -200 0 -300 50 -350 150 -350 200 200 200 300 250 350 350 300 450 200 500 150 500 50 450 0 300 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALL_AROUND_PROFILE +# +DEF ALL_AROUND_PROFILE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALL_AROUND_PROFILE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 0 -400 0 -400 200 N +P 3 0 1 0 400 400 0 400 -400 0 N +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALPHA_SMALL +# +DEF ALPHA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALPHA_SMALL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 350 700 200 200 150 100 100 50 0 0 -100 0 -200 50 -250 100 -300 250 -300 450 -250 600 -200 650 -100 700 0 700 100 650 150 600 200 500 250 150 300 50 400 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALPHA_TINY +# +DEF ALPHA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALPHA_TINY" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 250 500 150 150 100 50 0 0 -100 0 -200 50 -250 150 -250 350 -200 450 -100 500 0 500 100 450 200 50 250 0 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1100 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALTERNATIVE_KEY +# +DEF ALTERNATIVE_KEY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALTERNATIVE_KEY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 600 0 N +P 3 0 1 0 400 600 600 800 400 1000 N +P 4 0 1 0 -600 0 -300 0 300 800 600 800 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AMPERSAND +# +DEF AMPERSAND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AMPERSAND" 0 -350 60 H V C CNN +DRAW +P 29 0 1 0 450 0 400 0 300 50 150 200 -100 500 -200 650 -250 800 -250 900 -200 1000 -100 1050 -50 1050 50 1000 100 900 100 850 50 750 0 700 -300 500 -350 450 -400 350 -400 200 -350 100 -300 50 -200 0 -50 0 50 50 100 100 250 300 300 450 300 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE +# +DEF ANGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_ARC +# +DEF ANGLE_ARC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_ARC" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 0 -400 400 400 800 N +P 5 0 1 0 50 100 100 200 150 400 100 600 50 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_BRACKET +# +DEF ANGLE_BRACKET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_BRACKET" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 -400 -150 400 150 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_MEAS +# +DEF ANGLE_MEAS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_MEAS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 800 -400 0 400 0 N +P 4 0 1 0 -100 400 0 300 100 50 100 -100 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_RIGHT +# +DEF ANGLE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_RIGHT_ARC +# +DEF ANGLE_RIGHT_ARC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_RIGHT_ARC" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 800 -400 0 400 0 N +P 6 0 1 0 -400 600 -300 600 -50 500 100 350 200 100 200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_RIGHT_ARROW_DOWN_ZIGZAG +# +DEF ANGLE_RIGHT_ARROW_DOWN_ZIGZAG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_RIGHT_ARROW_DOWN_ZIGZAG" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 -200 -600 -200 -600 0 N +P 3 0 1 0 -400 800 -400 0 400 0 N +P 4 0 1 0 -600 -200 -150 250 -650 500 -150 1000 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# APOSTROPHE +# +DEF APOSTROPHE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "APOSTROPHE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 1050 -50 850 N +X P ~ -250 0 300 U 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# APOSTROPHE_TURNED_LOW +# +DEF APOSTROPHE_TURNED_LOW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "APOSTROPHE_TURNED_LOW" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 0 -50 -200 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_BAR_E +# +DEF ARROW_BAR_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_BAR_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 400 600 400 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_CLOCKWISE_OPEN +# +DEF ARROW_CLOCKWISE_OPEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_CLOCKWISE_OPEN" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -450 800 -150 800 -150 500 N +P 14 0 1 0 250 700 300 650 350 500 350 400 300 250 200 150 50 100 -50 100 -200 150 -300 250 -350 400 -350 500 -300 650 -150 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_CLOCKWISE_SEMI +# +DEF ARROW_CLOCKWISE_SEMI U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_CLOCKWISE_SEMI" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 500 350 300 550 500 N +P 10 0 1 0 -350 450 -350 500 -300 650 -200 750 -50 800 50 800 200 750 300 650 350 500 350 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_CORNER_NE +# +DEF ARROW_CORNER_NE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_CORNER_NE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 200 600 N +P 3 0 1 0 -400 800 400 800 400 0 N +P 3 0 1 0 -150 600 200 600 200 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_E +# +DEF ARROW_DBL_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 3 0 1 0 -100 600 100 400 -100 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_N +# +DEF ARROW_DBL_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 300 0 500 200 300 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_N_PEDESTAL_WHITE +# +DEF ARROW_DBL_N_PEDESTAL_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_N_PEDESTAL_WHITE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -100 550 -250 550 0 800 250 550 100 550 N +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 400 -250 400 0 650 250 400 150 400 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_N_WHITE +# +DEF ARROW_DBL_N_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_N_WHITE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -100 550 -250 550 0 800 250 550 100 550 N +P 8 0 1 0 150 0 -150 0 -150 400 -250 400 0 650 250 400 150 400 150 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E +# +DEF ARROW_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_BAR +# +DEF ARROW_E_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 600 -400 200 N +P 2 0 1 0 400 400 -400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_DASHED +# +DEF ARROW_E_DASHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_DASHED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 -250 400 N +P 2 0 1 0 -50 400 50 400 N +P 2 0 1 0 250 400 400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_DBL +# +DEF ARROW_E_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 250 250 N +P 2 0 1 0 -400 550 250 550 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_DBL_SLASH +# +DEF ARROW_E_DBL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_DBL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 250 250 N +P 2 0 1 0 -400 550 250 550 N +P 2 0 1 0 0 650 -200 150 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_HOOK +# +DEF ARROW_E_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_HOOK" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +P 6 0 1 0 400 400 -250 400 -350 450 -400 550 -350 650 -250 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_LOOP +# +DEF ARROW_E_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_LOOP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +P 9 0 1 0 400 400 -250 400 -350 450 -400 550 -350 650 -250 700 -150 650 -100 550 -100 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_N +# +DEF ARROW_E_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_N" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 0 -200 600 400 600 N +P 3 0 1 0 200 400 400 600 200 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_N_WHITE +# +DEF ARROW_E_N_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_N_WHITE" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 450 600 200 850 200 750 -400 750 -400 0 -100 0 -100 450 200 450 200 350 450 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_SLASH +# +DEF ARROW_E_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 600 -200 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_SQUIGGLE +# +DEF ARROW_E_SQUIGGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_SQUIGGLE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +P 7 0 1 0 -400 300 -250 500 -100 300 50 500 200 300 300 400 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_STROKE +# +DEF ARROW_E_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -100 600 -100 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_STROKE_DBL +# +DEF ARROW_E_STROKE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_STROKE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -250 600 -250 200 N +P 2 0 1 0 0 600 0 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_TAIL +# +DEF ARROW_E_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_TAIL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 400 -200 400 N +P 3 0 1 0 -400 600 -200 400 -400 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_TPL +# +DEF ARROW_E_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_TPL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 150 150 150 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 650 150 650 N +P 3 0 1 0 50 750 400 400 50 50 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_WALL_WHITE +# +DEF ARROW_E_WALL_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_WALL_WHITE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -400 650 -200 650 -200 550 150 550 150 650 400 400 150 150 150 250 -200 250 -200 150 -400 150 -400 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_WAVE +# +DEF ARROW_E_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 200 400 500 100 500 N +P 8 0 1 0 400 500 250 350 150 300 50 350 -50 450 -150 500 -250 450 -400 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_WHITE +# +DEF ARROW_E_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_WHITE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 250 -400 550 150 550 150 650 400 400 150 150 150 250 -400 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N +# +DEF ARROW_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_BAR +# +DEF ARROW_N_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 200 0 -200 0 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_BAR_WHITE +# +DEF ARROW_N_BAR_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_BAR_WHITE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 150 0 -150 0 -150 200 150 200 150 0 N +P 8 0 1 0 150 400 -150 400 -150 550 -250 550 0 800 250 550 150 550 150 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_DBL +# +DEF ARROW_N_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 650 -150 0 N +P 2 0 1 0 150 650 150 0 N +P 3 0 1 0 250 550 0 800 -250 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_E +# +DEF ARROW_N_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 200 200 200 200 800 N +P 3 0 1 0 400 600 200 800 0 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_PEDESTAL_WHITE +# +DEF ARROW_N_PEDESTAL_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_PEDESTAL_WHITE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 550 -250 550 0 800 250 550 150 550 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_PEDESTAL_WHITE_HBAR +# +DEF ARROW_N_PEDESTAL_WHITE_HBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_PEDESTAL_WHITE_HBAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 650 150 650 N +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 550 -250 550 0 800 250 550 150 550 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_PEDESTAL_WHITE_VBAR +# +DEF ARROW_N_PEDESTAL_WHITE_VBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_PEDESTAL_WHITE_VBAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 800 0 0 N +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 550 -250 550 0 800 250 550 150 550 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_STROKE_DBL +# +DEF ARROW_N_STROKE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_STROKE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 150 200 150 N +P 2 0 1 0 -200 400 200 400 N +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_WHITE +# +DEF ARROW_N_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_WHITE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 150 0 -150 0 -150 550 -250 550 0 800 250 550 150 550 150 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NE +# +DEF ARROW_NE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 750 -350 50 N +P 3 0 1 0 0 750 350 750 350 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NE_TOP_BAR +# +DEF ARROW_NE_TOP_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NE_TOP_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 750 -350 50 N +P 2 0 1 0 350 950 -350 950 N +P 3 0 1 0 0 750 350 750 350 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NS_BAR +# +DEF ARROW_NS_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NS_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 200 0 N +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 200 0 0 200 200 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NS_WHITE +# +DEF ARROW_NS_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NS_WHITE" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -250 550 0 800 250 550 150 550 150 250 250 250 0 0 -250 250 -150 250 -150 550 -250 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_OPEN_E +# +DEF ARROW_OPEN_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_OPEN_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 400 -400 400 N +P 4 0 1 0 200 200 200 600 400 400 200 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_OPEN_WE +# +DEF ARROW_OPEN_WE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_OPEN_WE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 400 200 400 N +P 4 0 1 0 -200 200 -400 400 -200 600 -200 200 N +P 4 0 1 0 200 200 200 600 400 400 200 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_DBL +# +DEF ARROW_WE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 250 250 250 N +P 2 0 1 0 -250 550 250 550 N +P 3 0 1 0 -150 150 -400 400 -150 650 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_DBL_SLASH +# +DEF ARROW_WE_DBL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_DBL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 250 250 250 N +P 2 0 1 0 -250 550 250 550 N +P 2 0 1 0 50 650 -50 150 N +P 3 0 1 0 -150 150 -400 400 -150 650 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_STROKE +# +DEF ARROW_WE_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 600 0 200 N +P 3 0 1 0 -200 600 -400 400 -200 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_STROKE_DBL +# +DEF ARROW_WE_STROKE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_STROKE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -100 600 -100 200 N +P 2 0 1 0 100 600 100 200 N +P 3 0 1 0 -200 200 -400 400 -200 600 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_WAVE +# +DEF ARROW_WE_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -100 300 -400 300 -400 600 N +P 3 0 1 0 400 200 400 500 100 500 N +P 8 0 1 0 400 500 250 350 150 300 50 350 -50 450 -150 500 -250 450 -400 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWHEAD_E +# +DEF ARROWHEAD_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWHEAD_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWHEAD_N +# +DEF ARROWHEAD_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWHEAD_N" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_E_E +# +DEF ARROWS_E_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_E_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 400 600 -400 600 N +P 5 0 1 0 200 0 400 200 200 400 400 600 200 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_E_E_E +# +DEF ARROWS_E_E_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_E_E_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 2 0 1 0 -400 800 400 800 N +P 2 0 1 0 400 400 -400 400 N +P 7 0 1 0 200 1000 400 800 200 600 400 400 200 200 400 0 200 -200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_N_N +# +DEF ARROWS_N_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_N_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 800 N +P 2 0 1 0 200 800 200 0 N +P 5 0 1 0 -400 600 -200 800 0 600 200 800 400 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_N_S +# +DEF ARROWS_N_S U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_N_S" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 800 N +P 2 0 1 0 200 800 200 0 N +P 3 0 1 0 -400 600 -200 800 0 600 N +P 3 0 1 0 0 200 200 0 400 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_W_E +# +DEF ARROWS_W_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_W_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 400 600 -400 600 N +P 3 0 1 0 -200 400 -400 600 -200 800 N +P 3 0 1 0 200 0 400 200 200 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASSERTION +# +DEF ASSERTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASSERTION" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 400 200 400 N +P 2 0 1 0 -200 800 -200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISK +# +DEF ASTERISK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 800 N +P 3 0 1 0 -250 900 0 800 250 900 N +P 3 0 1 0 -150 600 0 800 150 600 N +X CENTER ~ 0 800 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISK_OP +# +DEF ASTERISK_OP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISK_OP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 350 200 N +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 350 600 -350 200 N +X ACCENT ~ 0 800 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISM +# +DEF ASTERISM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 450 -350 200 N +P 2 0 1 0 0 1050 0 800 N +P 2 0 1 0 350 450 350 200 N +P 3 0 1 0 -600 300 -350 200 -100 300 N +P 3 0 1 0 -500 0 -350 200 -200 0 N +P 3 0 1 0 -250 900 0 800 250 900 N +P 3 0 1 0 -150 600 0 800 150 600 N +P 3 0 1 0 100 300 350 200 600 300 N +P 3 0 1 0 200 0 350 200 500 0 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASYMP +# +DEF ASYMP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASYMP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 250 -350 300 -200 350 -50 300 50 200 200 150 350 200 400 250 N +P 8 0 1 0 -400 550 -350 600 -200 650 -50 600 50 500 200 450 350 500 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASYMP_MINUS +# +DEF ASYMP_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASYMP_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 8 0 1 0 -400 400 -350 450 -200 500 -50 450 50 350 200 300 350 350 400 400 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AT +# +DEF AT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AT" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 200 500 150 550 50 600 -50 600 -150 550 -200 500 -250 400 -250 300 -200 200 -150 150 -50 100 50 100 150 150 200 200 N +P 20 0 1 0 200 600 200 200 250 150 300 150 400 200 450 300 450 550 350 700 200 800 0 850 -200 800 -350 700 -450 550 -500 350 -450 150 -350 0 -200 -100 0 -150 200 -100 350 0 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_CAP +# +DEF B_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_CAP" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 50 550 200 500 250 450 300 350 300 200 250 100 200 50 100 0 -300 0 -300 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 -300 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDBOTTOM ~ -300 300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_CAP_HOOK +# +DEF B_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 1050 -300 0 100 0 200 50 250 100 300 200 300 350 250 450 200 500 50 550 -300 550 N +P 12 0 1 0 -600 800 -600 900 -550 1000 -450 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ -300 300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALL +# +DEF B_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 1050 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -200 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALL_HOOK +# +DEF B_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 1050 -100 1050 -200 1000 -250 900 -250 0 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALL_TOPBAR +# +DEF B_SMALL_TOPBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALL_TOPBAR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 250 1050 -250 1050 -250 0 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALLCAP +# +DEF B_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 50 350 200 300 250 200 250 150 200 50 100 0 -200 0 -200 700 50 700 150 650 200 550 200 500 150 400 50 350 -200 350 N +X MIDBOTTOM ~ -200 200 100 R 50 50 1 1 I +X MIDDLE ~ -200 350 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_TINY +# +DEF B_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 -150 0 N +P 10 0 1 0 -150 50 -50 0 50 0 150 50 200 150 200 350 150 450 50 500 -50 500 -150 450 N +X ABOVE ~ -150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -150 650 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BACKSLASH +# +DEF BACKSLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BACKSLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 1150 450 -200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BAG_MEMBERSHIP +# +DEF BAG_MEMBERSHIP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BAG_MEMBERSHIP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 500 500 500 N +P 4 0 1 0 500 1000 -550 1000 -550 0 500 0 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BAR_VERT_DBL_STILE_RIGHT_DBL +# +DEF BAR_VERT_DBL_STILE_RIGHT_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BAR_VERT_DBL_STILE_RIGHT_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 -400 0 N +P 2 0 1 0 -100 250 350 250 N +P 2 0 1 0 -100 550 350 550 N +P 2 0 1 0 -100 800 -100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BAR_VERT_TPL_STILE_RIGHT +# +DEF BAR_VERT_TPL_STILE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BAR_VERT_TPL_STILE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 -400 0 N +P 2 0 1 0 -150 800 -150 0 N +P 2 0 1 0 100 800 100 0 N +P 2 0 1 0 350 400 100 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BELL +# +DEF BELL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BELL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 400 -200 0 -400 0 N +P 3 0 1 0 200 400 200 0 400 0 N +P 9 0 1 0 -400 400 -400 500 -300 700 -100 800 100 800 300 700 400 500 400 400 -400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BENZENE +# +DEF BENZENE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BENZENE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 200 N +P 2 0 1 0 0 0 350 200 N +P 2 0 1 0 0 800 350 600 N +P 7 0 1 0 0 1100 600 750 600 50 0 -300 -600 50 -600 750 0 1100 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BENZENE_RING +# +DEF BENZENE_RING U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BENZENE_RING" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 1100 600 750 600 50 0 -300 -600 50 -600 750 0 1100 N +P 17 0 1 0 -50 750 50 750 200 700 300 600 350 450 350 350 300 200 200 100 50 50 -50 50 -200 100 -300 200 -350 350 -350 450 -300 600 -200 700 -50 750 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETA_SMALL +# +DEF BETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 50 600 150 550 200 500 250 400 250 200 200 100 150 50 50 0 -100 0 -200 50 -250 100 N +P 13 0 1 0 -350 -350 -300 -300 -250 -200 -250 900 -200 1000 -100 1050 50 1050 150 1000 200 900 200 750 150 650 50 600 -50 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETA_SMALL_CURLED +# +DEF BETA_SMALL_CURLED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETA_SMALL_CURLED" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 50 600 150 550 200 500 250 400 250 200 200 100 150 50 50 0 -100 0 -200 50 -250 150 -250 900 -200 1000 -100 1050 50 1050 150 1000 200 900 200 750 150 650 50 600 -50 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETA_TINY +# +DEF BETA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETA_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 400 0 400 N +P 17 0 1 0 -200 -250 -150 -150 -150 550 -100 650 0 700 50 700 150 650 200 550 150 450 50 400 150 350 200 250 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETWEEN +# +DEF BETWEEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETWEEN" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -150 1200 -100 1150 0 1000 50 900 100 750 150 500 150 300 100 50 50 -100 0 -200 -100 -350 -150 -400 N +P 12 0 1 0 150 -400 100 -350 0 -200 -50 -100 -100 50 -150 300 -150 500 -100 750 -50 900 0 1000 100 1150 150 1200 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BIDENTAL_PERCUSSIVE +# +DEF BIDENTAL_PERCUSSIVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BIDENTAL_PERCUSSIVE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 300 150 300 400 -300 400 -300 150 N +P 4 0 1 0 300 800 300 1050 -300 1050 -300 800 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BOWTIE +# +DEF BOWTIE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BOWTIE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 800 400 0 400 800 -400 0 -400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE +# +DEF BRACE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 -400 150 -400 50 -350 0 -250 0 250 -50 350 -150 400 -50 450 0 550 0 1050 50 1150 150 1200 200 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_MIDDLE +# +DEF BRACE_MIDDLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_MIDDLE" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 1150 0 900 -50 700 -100 600 -300 400 -100 200 -50 100 0 -100 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_OVER +# +DEF BRACE_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_OVER" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -800 -150 -800 -100 -750 0 -650 50 -150 50 -50 100 0 200 50 100 150 50 650 50 750 0 800 -100 800 -150 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_TOP +# +DEF BRACE_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_TOP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 300 1150 100 950 50 850 0 650 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET +# +DEF BRACKET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 200 -350 -50 -350 -50 1150 200 1150 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_OVER +# +DEF BRACKET_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_OVER" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -750 -150 -750 100 750 100 750 -150 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_QUILL +# +DEF BRACKET_QUILL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_QUILL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 400 200 400 N +P 4 0 1 0 200 -350 -50 -350 -50 1150 200 1150 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_TOP +# +DEF BRACKET_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_TOP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 300 1000 0 1000 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE +# +DEF BREVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 1100 -150 1000 -50 950 50 950 150 1000 200 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_HOOK +# +DEF BREVE_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_HOOK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 1100 -150 1000 -50 950 50 950 150 1000 200 1100 N +P 6 0 1 0 -100 1100 0 1200 50 1300 0 1400 -100 1450 -200 1450 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_INV +# +DEF BREVE_INV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_INV" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 950 -150 1050 -50 1100 50 1100 150 1050 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_METRICAL +# +DEF BREVE_METRICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_METRICAL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -200 500 -200 450 -150 350 -50 300 50 300 150 350 200 450 200 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_METRICAL_JOINED +# +DEF BREVE_METRICAL_JOINED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_METRICAL_JOINED" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 500 -400 450 -350 350 -250 300 -150 300 -50 350 0 450 0 500 N +P 8 0 1 0 0 500 0 450 50 350 150 300 250 300 350 350 400 450 400 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_METRICAL_X2 +# +DEF BREVE_METRICAL_X2 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_METRICAL_X2" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -550 500 -550 450 -500 350 -400 300 -300 300 -200 350 -150 450 -150 500 N +P 8 0 1 0 150 500 150 450 200 350 300 300 400 300 500 350 550 450 550 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BROKEN_BAR +# +DEF BROKEN_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BROKEN_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 -350 0 200 N +P 2 0 1 0 0 1050 0 500 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BUKI_CAP +# +DEF BUKI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BUKI_CAP" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 1050 -300 1050 -300 0 0 0 150 50 250 150 300 250 300 400 250 500 150 600 0 650 -300 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BUKI_LARGE +# +DEF BUKI_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BUKI_LARGE" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 300 1100 200 1050 -150 1050 -250 1000 -300 950 -350 850 -350 200 -300 100 -250 50 -150 0 100 0 200 50 250 100 300 200 300 550 250 650 200 700 100 750 -200 750 -300 700 -350 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BUKI_SMALL +# +DEF BUKI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BUKI_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 250 1100 200 1050 100 1000 -100 1000 -200 950 -250 900 -300 800 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 500 200 600 150 650 50 700 -150 700 -250 650 -300 600 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BULLET_LEFT +# +DEF BULLET_LEFT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BULLET_LEFT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 500 -200 300 N +P 2 0 1 0 250 550 250 250 N +P 5 0 1 0 -100 250 -100 550 -150 500 -150 300 -100 250 N +P 8 0 1 0 -50 550 -100 550 -200 500 -250 400 -200 300 -100 250 -50 250 -50 550 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_CAP +# +DEF C_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_CAP" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 250 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 550 100 D 50 50 1 1 I +X HOOK ~ -250 950 100 R 50 50 1 1 I +X SLASH1 ~ -250 550 100 D 50 50 1 1 I +X SLASH2 ~ 100 550 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_CAP_REV +# +DEF C_CAP_REV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_CAP_REV" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 100 -200 50 -50 0 50 0 200 50 300 150 350 250 400 450 400 600 350 800 300 900 200 1000 50 1050 -50 1050 -200 1000 -250 950 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_CAP_STRETCHED +# +DEF C_CAP_STRETCHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_CAP_STRETCHED" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 950 200 1000 50 1050 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 100 -350 -100 -300 -200 -200 -300 -50 -350 50 -350 200 -300 250 -250 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL +# +DEF C_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 50 100 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 350 100 R 50 50 1 1 I +X TOP2 ~ 100 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL_CURL +# +DEF C_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 150 150 250 50 300 -50 250 -250 -150 N +X TOP2 ~ 100 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL_REV +# +DEF C_SMALL_REV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL_REV" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -200 50 -100 0 100 0 200 50 250 100 300 200 300 500 250 600 200 650 100 700 -100 700 -200 650 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL_SIDE +# +DEF C_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -300 600 -350 500 -350 300 -300 200 -250 150 -150 100 150 100 250 150 300 200 350 300 350 500 300 600 N +X ABOVE ~ -600 400 100 R 50 50 1 1 I +X BELOW ~ 600 400 100 R 50 50 1 1 I +X BOTTOM ~ 350 400 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X TOP2 ~ -350 600 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_TINY_TURNED +# +DEF C_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 -250 100 R 50 50 1 1 I +X BELOW ~ 0 750 100 R 50 50 1 1 I +X BOTTOM ~ 0 500 100 R 50 50 1 1 I +X CENTER ~ 0 250 100 R 50 50 1 1 I +X TOP2 ~ -150 0 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CARET_INSERTION +# +DEF CARET_INSERTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CARET_INSERTION" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 -200 200 200 N +P 2 0 1 0 200 -200 0 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CARON +# +DEF CARON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CARON" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 1100 0 950 200 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CEDILLA +# +DEF CEDILLA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CEDILLA" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 -50 100 -100 150 -200 100 -300 0 -350 -150 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHE_LARGE +# +DEF CHE_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHE_LARGE" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 300 900 350 800 400 600 -400 500 -550 500 -650 550 -700 600 -750 700 -750 800 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHE_SMALL +# +DEF CHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -250 350 -350 350 -450 400 -500 500 -500 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHERV_CAP +# +DEF CHERV_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHERV_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 1050 250 0 N +P 6 0 1 0 -300 1050 -300 650 -250 550 -200 500 -100 450 250 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 450 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHERV_SMALL +# +DEF CHERV_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHERV_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 5 0 1 0 -200 700 -200 450 -150 350 -50 300 200 300 N +X BOTTOM ~ 200 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHI_SMALL +# +DEF CHI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 -300 -350 N +P 6 0 1 0 -300 700 -200 650 -150 550 100 -200 150 -300 250 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHI_TINY +# +DEF CHI_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHI_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 500 -200 -250 N +P 4 0 1 0 -200 500 -100 450 100 -200 200 -250 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE +# +DEF CIRCLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_BLACK +# +DEF CIRCLE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 200 N +P 2 0 1 0 -300 150 -100 0 N +P 2 0 1 0 -300 650 -100 800 N +P 2 0 1 0 -300 700 -300 100 N +P 2 0 1 0 -250 100 -250 700 N +P 2 0 1 0 -200 750 -200 50 N +P 2 0 1 0 -150 50 -150 750 N +P 2 0 1 0 -100 800 -100 0 N +P 2 0 1 0 -50 0 -50 800 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 50 0 50 800 N +P 2 0 1 0 100 0 300 150 N +P 2 0 1 0 100 800 100 0 N +P 2 0 1 0 100 800 300 650 N +P 2 0 1 0 150 50 150 750 N +P 2 0 1 0 200 750 200 50 N +P 2 0 1 0 250 100 250 700 N +P 2 0 1 0 300 700 300 100 N +P 2 0 1 0 350 200 350 600 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_BLACKQ +# +DEF CIRCLE_BLACKQ U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_BLACKQ" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 400 50 800 N +P 2 0 1 0 100 800 100 400 N +P 2 0 1 0 100 800 300 650 N +P 2 0 1 0 150 400 150 750 N +P 2 0 1 0 200 750 200 400 N +P 2 0 1 0 250 400 250 700 N +P 2 0 1 0 300 700 300 400 N +P 2 0 1 0 350 400 350 600 N +P 3 0 1 0 400 400 0 400 0 800 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_DASHED +# +DEF CIRCLE_DASHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_DASHED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 500 -350 600 N +P 2 0 1 0 -350 200 -400 300 N +P 2 0 1 0 -200 750 -100 800 N +P 2 0 1 0 -100 0 -200 50 N +P 2 0 1 0 100 800 200 750 N +P 2 0 1 0 200 50 100 0 N +P 2 0 1 0 350 600 400 500 N +P 2 0 1 0 400 300 350 200 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_FILLV +# +DEF CIRCLE_FILLV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_FILLV" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 750 -200 50 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 200 750 200 50 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_INVERSE_HALF +# +DEF CIRCLE_INVERSE_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_INVERSE_HALF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 450 -600 1150 N +P 2 0 1 0 -550 650 -450 850 N +P 2 0 1 0 -550 1150 -550 650 N +P 2 0 1 0 -500 750 -500 1150 N +P 2 0 1 0 -450 1150 -450 800 N +P 2 0 1 0 -400 850 -400 1150 N +P 2 0 1 0 -400 850 -250 1000 N +P 2 0 1 0 -350 1150 -350 900 N +P 2 0 1 0 -300 950 -300 1150 N +P 2 0 1 0 -250 950 -50 1050 N +P 2 0 1 0 -250 1150 -250 950 N +P 2 0 1 0 -200 1000 -200 1150 N +P 2 0 1 0 -150 550 -150 400 N +P 2 0 1 0 -150 1150 -150 1000 N +P 2 0 1 0 -100 400 -100 550 N +P 2 0 1 0 -100 1000 -100 1150 N +P 2 0 1 0 -50 550 -50 400 N +P 2 0 1 0 -50 1150 -50 1000 N +P 2 0 1 0 0 400 0 600 N +P 2 0 1 0 0 1000 0 1150 N +P 2 0 1 0 50 550 50 400 N +P 2 0 1 0 50 1050 250 950 N +P 2 0 1 0 50 1150 50 1000 N +P 2 0 1 0 100 400 100 550 N +P 2 0 1 0 100 1000 100 1150 N +P 2 0 1 0 150 550 150 400 N +P 2 0 1 0 150 1150 150 1000 N +P 2 0 1 0 200 1000 200 1150 N +P 2 0 1 0 250 1000 400 850 N +P 2 0 1 0 250 1150 250 950 N +P 2 0 1 0 300 950 300 1150 N +P 2 0 1 0 350 1150 350 900 N +P 2 0 1 0 400 850 400 1150 N +P 2 0 1 0 450 850 550 650 N +P 2 0 1 0 450 1150 450 800 N +P 2 0 1 0 500 750 500 1150 N +P 2 0 1 0 550 1150 550 650 N +P 2 0 1 0 600 450 600 1150 N +P 3 0 1 0 -150 500 0 600 150 500 N +P 6 0 1 0 -200 400 -150 550 0 600 150 550 200 400 -200 400 N +P 19 0 1 0 -600 400 -600 450 -550 650 -450 800 -400 850 -250 950 -50 1000 50 1000 250 950 400 850 450 800 550 650 600 450 600 400 650 400 650 1150 -650 1150 -650 400 -600 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_LARGE +# +DEF CIRCLE_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_LARGE" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -150 1050 100 1050 300 950 400 850 500 650 500 400 400 200 300 100 100 0 -150 0 -350 100 -450 200 -550 400 -550 650 -450 850 -350 950 -150 1050 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_LARGE_SLASH +# +DEF CIRCLE_LARGE_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_LARGE_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 0 500 1050 N +P 17 0 1 0 -150 1050 100 1050 300 950 400 850 500 650 500 400 400 200 300 100 100 0 -150 0 -350 100 -450 200 -550 400 -550 650 -450 850 -350 950 -150 1050 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_LEFTHALF_BLACK +# +DEF CIRCLE_LEFTHALF_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_LEFTHALF_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 200 N +P 2 0 1 0 -300 100 -300 700 N +P 2 0 1 0 -250 700 -250 100 N +P 2 0 1 0 -200 50 -200 750 N +P 2 0 1 0 -150 750 -150 50 N +P 2 0 1 0 -100 0 -300 150 N +P 2 0 1 0 -100 0 -100 800 N +P 2 0 1 0 -100 800 -300 650 N +P 2 0 1 0 -50 800 -50 0 N +P 9 0 1 0 0 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 0 800 0 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_MID +# +DEF CIRCLE_MID U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_MID" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_QUAD +# +DEF CIRCLE_QUAD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_QUAD" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 400 -400 500 -300 700 -100 800 0 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_SMALL +# +DEF CIRCLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -100 500 0 550 100 500 150 400 100 300 0 250 -100 300 -150 400 -100 500 N +X ABOVE ~ 0 800 100 R 50 50 1 1 I +X BELOW ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_SMALL_BLACK +# +DEF CIRCLE_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 500 -100 300 N +P 2 0 1 0 -50 300 -50 500 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 300 50 500 N +P 2 0 1 0 100 500 100 300 N +P 3 0 1 0 -100 350 0 250 100 350 N +P 3 0 1 0 -100 450 0 550 100 450 N +P 9 0 1 0 -100 500 0 550 100 500 150 400 100 300 0 250 -100 300 -150 400 -100 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_SMALL_BLACK_INVERSE +# +DEF CIRCLE_SMALL_BLACK_INVERSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_SMALL_BLACK_INVERSE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 1150 -600 -350 N +P 2 0 1 0 -550 -350 -550 1150 N +P 2 0 1 0 -500 1150 -500 -350 N +P 2 0 1 0 -450 -350 -450 1150 N +P 2 0 1 0 -400 1150 -400 -350 N +P 2 0 1 0 -350 -350 -350 1150 N +P 2 0 1 0 -300 -350 -300 200 N +P 2 0 1 0 -300 1150 -300 600 N +P 2 0 1 0 -250 150 -250 -350 N +P 2 0 1 0 -250 650 -250 1150 N +P 2 0 1 0 -200 -350 -200 100 N +P 2 0 1 0 -200 1150 -200 700 N +P 2 0 1 0 -150 50 -150 -350 N +P 2 0 1 0 -150 750 -150 1150 N +P 2 0 1 0 -100 -350 -100 50 N +P 2 0 1 0 -100 1150 -100 750 N +P 2 0 1 0 -50 50 -50 -350 N +P 2 0 1 0 -50 750 -50 1150 N +P 2 0 1 0 0 -350 0 50 N +P 2 0 1 0 0 1150 0 750 N +P 2 0 1 0 50 50 50 -350 N +P 2 0 1 0 50 750 50 1150 N +P 2 0 1 0 100 -350 100 50 N +P 2 0 1 0 100 1150 100 750 N +P 2 0 1 0 150 50 150 -350 N +P 2 0 1 0 150 750 150 1150 N +P 2 0 1 0 200 -350 200 100 N +P 2 0 1 0 200 1150 200 700 N +P 2 0 1 0 250 150 250 -350 N +P 2 0 1 0 250 650 250 1150 N +P 2 0 1 0 300 -350 300 200 N +P 2 0 1 0 300 1150 300 600 N +P 2 0 1 0 350 -350 350 1150 N +P 2 0 1 0 400 1150 400 -350 N +P 2 0 1 0 450 -350 450 1150 N +P 2 0 1 0 500 1150 500 -350 N +P 2 0 1 0 550 -350 550 1150 N +P 2 0 1 0 600 1150 600 -350 N +P 5 0 1 0 650 -350 -650 -350 -650 1150 650 1150 650 -350 N +P 17 0 1 0 -350 350 -350 450 -300 600 -200 700 -50 750 50 750 200 700 300 600 350 450 350 350 300 200 200 100 50 50 -50 50 -200 100 -300 200 -350 350 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_TOPHALF +# +DEF CIRCLE_TOPHALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_TOPHALF" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 400 -400 500 -300 700 -100 800 100 800 300 700 400 500 400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_TOPHALF_BLACK +# +DEF CIRCLE_TOPHALF_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_TOPHALF_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 400 N +P 2 0 1 0 -300 700 -300 400 N +P 2 0 1 0 -250 400 -250 700 N +P 2 0 1 0 -200 750 -200 400 N +P 2 0 1 0 -150 400 -150 750 N +P 2 0 1 0 -100 800 -300 650 N +P 2 0 1 0 -100 800 -100 400 N +P 2 0 1 0 -50 800 -50 400 N +P 2 0 1 0 0 800 0 400 N +P 2 0 1 0 50 800 50 400 N +P 2 0 1 0 100 400 100 800 N +P 2 0 1 0 100 800 300 650 N +P 2 0 1 0 150 750 150 400 N +P 2 0 1 0 200 400 200 750 N +P 2 0 1 0 250 700 250 400 N +P 2 0 1 0 300 700 300 400 N +P 2 0 1 0 350 600 350 400 N +P 9 0 1 0 -400 400 -400 500 -300 700 -100 800 100 800 300 700 400 500 400 400 -400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX +# +DEF CIRCUMFLEX U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 950 0 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX_ACUTE +# +DEF CIRCUMFLEX_ACUTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX_ACUTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 1100 300 1250 N +P 3 0 1 0 -200 950 0 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX_GRAVE +# +DEF CIRCUMFLEX_GRAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX_GRAVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 1100 -300 1250 N +P 3 0 1 0 -200 950 0 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX_HOOK +# +DEF CIRCUMFLEX_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX_HOOK" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 950 0 1100 200 950 N +P 6 0 1 0 300 950 400 1050 450 1150 400 1250 300 1300 200 1300 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CLEAR_KEY +# +DEF CLEAR_KEY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CLEAR_KEY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 400 800 -400 0 N +P 5 0 1 0 -600 800 600 800 600 0 -600 0 -600 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COLON +# +DEF COLON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COLON" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +P 6 0 1 0 0 650 50 600 0 550 -50 600 0 650 0 550 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COLON_EQUAL +# +DEF COLON_EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COLON_EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 550 600 550 N +P 2 0 1 0 600 250 -200 250 N +P 6 0 1 0 -550 250 -500 200 -550 150 -600 200 -550 250 -550 150 N +P 6 0 1 0 -550 650 -500 600 -550 550 -600 600 -550 650 -550 550 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMMA +# +DEF COMMA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMMA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 50 50 50 0 0 -100 -50 -150 N +X X ~ 0 50 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMMA_DBL +# +DEF COMMA_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMMA_DBL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -150 50 -150 0 -200 -100 -250 -150 N +P 4 0 1 0 250 50 250 0 200 -100 150 -150 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMPOSITION +# +DEF COMPOSITION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMPOSITION" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 800 0 0 -800 0 -800 800 0 800 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -1050 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COPYRIGHT +# +DEF COPYRIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COPYRIGHT" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 800 100 850 -100 850 -200 800 -300 700 -350 600 -350 400 -300 300 -200 200 -100 150 100 150 200 200 N +P 17 0 1 0 0 1200 -250 1150 -500 1000 -650 750 -700 500 -650 250 -500 0 -250 -150 0 -200 250 -150 500 0 650 250 700 500 650 750 500 1000 250 1150 0 1200 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CROP +# +DEF CROP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CROP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 200 0 0 N +P 2 0 1 0 200 400 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CURRENCY +# +DEF CURRENCY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CURRENCY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 100 -150 250 N +P 2 0 1 0 -300 750 -150 600 N +P 2 0 1 0 200 250 350 100 N +P 2 0 1 0 200 600 350 750 N +P 13 0 1 0 200 250 100 200 -50 200 -150 250 -200 350 -200 500 -150 600 -50 650 100 650 200 600 250 500 250 350 200 250 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CYLINDRICITY +# +DEF CYLINDRICITY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CYLINDRICITY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 650 -350 150 N +P 2 0 1 0 350 650 100 150 N +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_CAP +# +DEF D_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_CAP" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -300 0 -300 1050 -50 1050 100 1000 200 900 250 800 300 600 300 450 250 250 200 150 100 50 -50 0 -300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X MIDDLE ~ -250 550 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_CAP_HOOK +# +DEF D_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -600 800 -600 900 -550 1000 -450 1050 -50 1050 100 1000 200 900 250 800 300 600 300 450 250 250 200 150 100 50 -50 0 -300 0 -300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ -250 550 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALL +# +DEF D_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 0 250 1050 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X BOTTOM ~ 50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDTOP ~ 200 950 100 R 50 50 1 1 I +X TOP2 ~ 250 1050 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALL_CURL +# +DEF D_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 250 1050 250 150 300 50 400 0 500 0 600 50 650 150 600 250 500 300 400 250 200 -150 N +P 13 0 1 0 250 650 150 700 -50 700 -150 650 -200 600 -250 500 -250 200 -200 100 -150 50 -50 0 100 0 200 50 250 150 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALL_HOOK +# +DEF D_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 500 1050 400 1050 300 1000 250 900 250 0 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALLCAP +# +DEF D_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 50 700 -150 700 -150 0 50 0 150 50 200 100 250 250 250 450 200 600 150 650 50 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ -150 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_TINY +# +DEF D_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 700 150 0 N +P 10 0 1 0 150 450 50 500 -50 500 -150 450 -200 350 -200 150 -150 50 -50 0 50 0 150 50 N +X ABOVE ~ -150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ 150 650 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_EM +# +DEF DASH_EM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_EM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 350 450 350 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_EN +# +DEF DASH_EN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_EN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 350 -200 350 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_FIGURE +# +DEF DASH_FIGURE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_FIGURE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 450 400 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_OP_SMALL +# +DEF DASH_OP_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_OP_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 300 200 300 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASIA +# +DEF DASIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASIA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -50 1100 -50 1000 0 950 50 950 N +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X P ~ -200 0 300 U 50 50 1 1 I +X S ~ 200 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASIA_OXIA +# +DEF DASIA_OXIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASIA_OXIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1100 150 950 N +P 4 0 1 0 -250 1100 -250 1000 -200 950 -150 950 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASIA_VARIA +# +DEF DASIA_VARIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASIA_VARIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1100 250 950 N +P 4 0 1 0 -250 1100 -250 1000 -200 950 -150 950 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DB_SMALL +# +DEF DB_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DB_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +P 12 0 1 0 0 650 100 700 300 700 400 650 450 600 500 500 500 200 450 100 400 50 300 0 100 0 0 50 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEGREE +# +DEF DEGREE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEGREE" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 1050 -100 1000 -150 900 -100 800 0 750 100 800 150 900 100 1000 0 1050 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEI_CAP +# +DEF DEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 -350 N +P 4 0 1 0 -350 500 -350 700 350 700 350 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEI_SMALL +# +DEF DEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 2 0 1 0 0 1050 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_CAP +# +DEF DELTA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -350 0 0 1050 350 0 -350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_CAP_ABOVE +# +DEF DELTA_CAP_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_CAP_ABOVE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 1400 -200 850 200 850 0 1400 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_SMALL +# +DEF DELTA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_SMALL" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 50 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 500 200 600 150 650 50 700 -100 750 -200 800 -250 900 -200 1000 -100 1050 100 1050 200 1000 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_TINY +# +DEF DELTA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_TINY" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 50 500 -50 500 -150 450 -200 350 -200 150 -150 50 -50 0 50 0 150 50 200 150 200 350 150 450 50 500 -100 550 -150 600 -150 650 -100 700 150 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DESCENDER +# +DEF DESCENDER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DESCENDER" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 0 100 0 100 -250 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEZH_SMALL +# +DEF DEZH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEZH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 0 N +P 12 0 1 0 0 650 -100 700 -250 700 -350 650 -400 600 -450 500 -450 200 -400 100 -350 50 -250 0 -100 0 0 50 N +P 13 0 1 0 0 700 500 700 150 250 300 250 400 200 450 150 500 50 500 -150 450 -250 400 -300 300 -350 150 -350 50 -300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAERESIS +# +DEF DIAERESIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAERESIS" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 1050 -150 1000 -200 950 -250 1000 -200 1050 -200 950 N +P 6 0 1 0 200 1050 250 1000 200 950 150 1000 200 1050 200 950 N +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAERESIS_SIDE +# +DEF DIAERESIS_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAERESIS_SIDE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 200 0 150 -50 100 -100 150 -50 200 -50 100 N +P 6 0 1 0 -50 600 0 550 -50 500 -100 550 -50 600 -50 500 N +X HIGH ~ -350 350 100 R 50 50 1 1 I +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND +# +DEF DIAMOND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 850 450 400 0 -50 -450 400 0 850 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND_BLACK +# +DEF DIAMOND_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 450 -400 350 N +P 2 0 1 0 -350 300 -350 500 N +P 2 0 1 0 -300 550 -300 250 N +P 2 0 1 0 -250 200 -250 600 N +P 2 0 1 0 -200 650 -200 150 N +P 2 0 1 0 -150 100 -150 700 N +P 2 0 1 0 -100 750 -100 50 N +P 2 0 1 0 -50 0 -50 800 N +P 2 0 1 0 0 850 0 -50 N +P 2 0 1 0 50 0 50 800 N +P 2 0 1 0 100 750 100 50 N +P 2 0 1 0 150 100 150 700 N +P 2 0 1 0 200 650 200 150 N +P 2 0 1 0 250 200 250 600 N +P 2 0 1 0 300 550 300 250 N +P 2 0 1 0 350 300 350 500 N +P 2 0 1 0 400 450 400 350 N +P 5 0 1 0 0 850 450 400 0 -50 -450 400 0 850 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND_SMALL +# +DEF DIAMOND_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 550 150 400 0 250 -150 400 0 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND_SMALL_BLACK +# +DEF DIAMOND_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 450 -100 350 N +P 2 0 1 0 -50 300 -50 500 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 300 50 500 N +P 2 0 1 0 100 450 100 350 N +P 5 0 1 0 0 550 150 400 0 250 -150 400 0 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIESIS +# +DEF DIESIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIESIS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 250 0 N +P 2 0 1 0 -250 700 250 700 N +P 2 0 1 0 0 1050 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIFFERENCE +# +DEF DIFFERENCE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIFFERENCE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 250 -400 250 N +P 10 0 1 0 -400 550 -200 550 -200 600 -150 700 -50 750 50 750 150 700 200 600 200 550 400 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGAMMA_SMALL +# +DEF DIGAMMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGAMMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 550 0 550 N +P 7 0 1 0 250 1050 150 1050 50 1000 0 900 0 -200 -50 -300 -150 -350 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_0 +# +DEF DIGIT_0 U 0 40 Y Y 1 F N +F0 "U" 0 -150 60 H V C CNN +F1 "DIGIT_0" 0 -250 60 H V C CNN +DRAW +P 21 0 1 0 -50 1050 50 1050 150 1000 200 950 250 850 300 650 300 400 250 200 200 100 150 50 50 0 -50 0 -150 50 -200 100 -250 200 -300 400 -300 650 -250 850 -200 950 -150 1000 -50 1050 N +X CENTER ~ 0 550 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_0_SMALL +# +DEF DIGIT_0_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_0_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -50 700 50 700 150 650 200 500 200 200 150 50 50 0 -50 0 -150 50 -200 200 -200 500 -150 650 -50 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_1 +# +DEF DIGIT_1 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_1" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -300 0 N +P 5 0 1 0 0 0 0 1050 -100 900 -200 800 -300 750 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_1_SMALL +# +DEF DIGIT_1_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_1_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 0 -200 0 N +P 4 0 1 0 -200 550 -100 600 0 700 0 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_2 +# +DEF DIGIT_2 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_2" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 950 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 600 -350 0 300 0 N +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_2_SMALL +# +DEF DIGIT_2_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_2_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -200 650 -100 700 50 700 150 650 200 550 200 450 150 350 -200 0 200 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_3 +# +DEF DIGIT_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_3" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 -350 1050 300 1050 -50 650 100 650 200 600 250 550 300 450 300 200 250 100 200 50 100 0 -200 0 -300 50 -350 100 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_3_SMALL +# +DEF DIGIT_3_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_3_SMALL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -200 700 200 700 0 450 50 450 150 400 200 300 200 150 150 50 50 0 -100 0 -200 50 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_4 +# +DEF DIGIT_4 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_4" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 3 0 1 0 -50 1100 -300 350 350 350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_4_SMALL +# +DEF DIGIT_4_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_4_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 400 150 0 N +P 3 0 1 0 -50 700 -200 200 250 200 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_5 +# +DEF DIGIT_5 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_5" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 1050 -250 1050 -300 550 -250 600 -150 650 100 650 200 600 250 550 300 450 300 200 250 100 200 50 100 0 -150 0 -250 50 -300 100 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_5_SMALL +# +DEF DIGIT_5_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_5_SMALL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 700 -150 700 -200 400 -100 450 50 450 150 400 200 300 200 150 150 50 50 0 -100 0 -200 50 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_6 +# +DEF DIGIT_6 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_6" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 200 1050 0 1050 -100 1000 -150 950 -250 800 -300 600 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 450 250 550 200 600 100 650 -100 650 -200 600 -250 550 -300 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_6_SMALL +# +DEF DIGIT_6_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_6_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -200 300 -150 400 -50 450 50 450 150 400 200 300 200 150 150 50 50 0 -50 0 -150 50 -200 150 -200 400 -150 550 -100 650 0 700 150 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_7 +# +DEF DIGIT_7 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_7" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 1050 350 1050 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_7_SMALL +# +DEF DIGIT_7_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_7_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 250 700 -100 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_8 +# +DEF DIGIT_8 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_8" 0 -350 60 H V C CNN +DRAW +P 32 0 1 0 -100 600 -200 650 -250 700 -300 800 -300 850 -250 950 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 800 250 700 200 650 100 600 -100 600 -200 550 -250 500 -300 400 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 400 250 500 200 550 100 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_8_SMALL +# +DEF DIGIT_8_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_8_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -50 400 -150 450 -200 550 -150 650 -50 700 50 700 150 650 200 550 150 450 50 400 -50 400 -150 350 -200 250 -200 150 -150 50 -50 0 50 0 150 50 200 150 200 250 150 350 50 400 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_9 +# +DEF DIGIT_9 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_9" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -200 0 0 0 100 50 150 100 250 250 300 450 300 850 250 950 200 1000 100 1050 -100 1050 -200 1000 -250 950 -300 850 -300 600 -250 500 -200 450 -100 400 100 400 200 450 250 500 300 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_9_SMALL +# +DEF DIGIT_9_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_9_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 400 150 300 50 250 -50 250 -150 300 -200 400 -200 550 -150 650 -50 700 50 700 150 650 200 550 200 300 150 150 100 50 0 0 -150 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIMENSION_ORIGIN +# +DEF DIMENSION_ORIGIN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIMENSION_ORIGIN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 400 450 400 N +P 2 0 1 0 0 700 0 100 N +P 3 0 1 0 300 550 450 400 300 250 N +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIRECT_CURRENT +# +DEF DIRECT_CURRENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIRECT_CURRENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 -300 250 N +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 -50 250 50 250 N +P 2 0 1 0 300 250 400 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIVIDE +# +DEF DIVIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIVIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 400 -400 400 N +P 6 0 1 0 0 150 50 100 0 50 -50 100 0 150 0 50 N +P 6 0 1 0 0 750 50 700 0 650 -50 700 0 750 0 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DJE_KOMI_CAP +# +DEF DJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 150 50 50 150 0 300 0 400 50 450 150 450 700 N +P 13 0 1 0 0 1050 0 150 -50 50 -150 0 -300 0 -450 50 -550 150 -600 250 -600 400 -550 500 -450 600 -300 650 0 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DJE_KOMI_SMALL +# +DEF DJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 150 50 50 150 0 200 0 300 50 350 150 350 500 N +P 11 0 1 0 0 700 0 150 -50 50 -150 0 -250 0 -350 50 -400 150 -400 300 -350 400 -250 450 0 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DJE_SMALL +# +DEF DJE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DJE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 800 300 800 N +P 2 0 1 0 0 1050 0 0 N +P 10 0 1 0 0 400 50 450 150 500 250 500 350 450 400 350 400 0 350 -150 250 -300 200 -350 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOBRO_CAP +# +DEF DOBRO_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOBRO_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 450 -250 450 0 -450 0 -450 -250 N +P 7 0 1 0 250 0 250 1050 0 1050 -100 1000 -150 950 -200 850 -300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOBRO_SMALL +# +DEF DOBRO_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOBRO_SMALL" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 250 600 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 850 200 950 150 1000 50 1050 -150 1050 -250 1000 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOT +# +DEF DOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 450 -50 400 0 350 50 400 0 450 0 350 N +X ABOVE ~ 0 700 100 R 50 50 1 1 I +X BELOW ~ 0 100 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOT_MACRON +# +DEF DOT_MACRON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOT_MACRON" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1300 250 1300 N +P 6 0 1 0 0 1050 50 1000 0 950 -50 1000 0 1050 0 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_3 +# +DEF DOTS_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_3" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 450 -250 400 -300 350 -350 400 -300 450 -300 350 N +P 6 0 1 0 300 100 350 50 300 0 250 50 300 100 300 0 N +P 6 0 1 0 300 800 350 750 300 700 250 750 300 800 300 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_4 +# +DEF DOTS_4 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_4" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -350 450 -300 400 -350 350 -400 400 -350 450 -350 350 N +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +P 6 0 1 0 0 800 50 750 0 700 -50 750 0 800 0 700 N +P 6 0 1 0 350 450 400 400 350 350 300 400 350 450 350 350 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_5 +# +DEF DOTS_5 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_5" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 150 -250 100 -300 50 -350 100 -300 150 -300 50 N +P 6 0 1 0 -300 750 -250 700 -300 650 -350 700 -300 750 -300 650 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 300 150 350 100 300 50 250 100 300 150 300 50 N +P 6 0 1 0 300 750 350 700 300 650 250 700 300 750 300 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_FOUR_VERT +# +DEF DOTS_FOUR_VERT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_FOUR_VERT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 -150 50 -200 0 -250 -50 -200 0 -150 0 -250 N +P 6 0 1 0 0 250 50 200 0 150 -50 200 0 250 0 150 N +P 6 0 1 0 0 650 50 600 0 550 -50 600 0 650 0 550 N +P 6 0 1 0 0 1050 50 1000 0 950 -50 1000 0 1050 0 950 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZ_SMALL +# +DEF DZ_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZ_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 4 0 1 0 0 700 550 700 0 0 550 0 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +X ABOVED ~ -50 1300 100 R 50 50 1 1 I +X ABOVEZ ~ 300 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZ_SMALL_CURL +# +DEF DZ_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZ_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 10 0 1 0 0 700 550 700 0 0 400 0 500 50 550 150 500 250 400 300 300 250 100 -150 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +X ABOVED ~ -50 1300 100 R 50 50 1 1 I +X ABOVEZ ~ 300 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZHE_CAP +# +DEF DZHE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZHE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -250 N +P 4 0 1 0 -300 1050 -300 0 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZHE_SMALL +# +DEF DZHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -250 N +P 4 0 1 0 -250 700 -250 0 250 0 250 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZJE_KOMI_CAP +# +DEF DZJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 16 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 650 200 600 100 550 200 500 250 450 300 350 300 0 400 0 400 -250 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZJE_KOMI_SMALL +# +DEF DZJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 13 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 0 350 0 350 -250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_CAP +# +DEF E_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 550 100 550 N +P 4 0 1 0 250 0 -250 0 -250 1050 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X P ~ -500 0 300 U 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +X TONOS ~ -600 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_LARGE +# +DEF E_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_LARGE" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 300 900 350 800 400 600 -400 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -100 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_SMALL +# +DEF E_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -250 350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_SMALL_HOOK +# +DEF E_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -500 300 -500 400 -550 500 -650 550 -700 550 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_SMALLCAP +# +DEF E_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 350 100 350 N +P 4 0 1 0 200 700 -150 700 -150 0 200 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_TINY +# +DEF E_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_TINY" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 50 100 0 0 0 -100 50 -150 150 -150 350 -100 450 0 500 50 500 150 450 200 350 200 300 -150 250 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_TINY_TURNED +# +DEF E_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 0 0 -100 50 -150 150 -150 200 200 250 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ECU +# +DEF ECU U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ECU" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 300 700 -100 700 -100 0 300 0 N +P 11 0 1 0 100 1000 0 1050 -200 1050 -300 1000 -350 950 -400 850 -400 550 -350 450 -300 400 -200 350 150 350 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELECTRIC +# +DEF ELECTRIC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELECTRIC" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 500 0 200 0 600 400 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT +# +DEF ELEMENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 500 500 -550 500 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_DBLSTROKE +# +DEF ELEMENT_DBLSTROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_DBLSTROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 350 500 350 N +P 2 0 1 0 -500 650 500 650 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_MINUS +# +DEF ELEMENT_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 -250 500 -250 N +P 2 0 1 0 500 550 -550 550 N +P 10 0 1 0 500 1050 -150 1050 -350 950 -450 850 -550 650 -550 450 -450 250 -350 150 -150 50 500 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_MINUS_SMALL +# +DEF ELEMENT_MINUS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_MINUS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 400 -200 -400 -200 N +P 10 0 1 0 400 50 -100 50 -250 100 -350 200 -400 350 -400 450 -350 600 -250 700 -100 750 400 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_SLASH +# +DEF ELEMENT_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 450 1200 -500 -150 N +P 2 0 1 0 500 500 -550 500 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_SMALL +# +DEF ELEMENT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 10 0 1 0 400 50 -100 50 -250 100 -350 200 -400 350 -400 450 -350 600 -250 700 -100 750 400 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_STROKE +# +DEF ELEMENT_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -800 500 500 500 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_STROKEBAR +# +DEF ELEMENT_STROKEBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_STROKEBAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 500 500 500 N +P 2 0 1 0 500 700 500 300 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_STROKEBAR_SMALL +# +DEF ELEMENT_STROKEBAR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_STROKEBAR_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 400 550 400 250 N +P 10 0 1 0 400 50 -100 50 -250 100 -350 200 -400 350 -400 450 -350 600 -250 700 -100 750 400 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELLIPSIS_DIAG +# +DEF ELLIPSIS_DIAG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELLIPSIS_DIAG" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -500 950 -450 900 -500 850 -550 900 -500 950 -500 850 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 500 -50 550 -100 500 -150 450 -100 500 -50 500 -150 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELLIPSIS_MID +# +DEF ELLIPSIS_MID U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELLIPSIS_MID" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -500 450 -450 400 -500 350 -550 400 -500 450 -500 350 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 500 450 550 400 500 350 450 400 500 450 500 350 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELLIPSIS_VERT +# +DEF ELLIPSIS_VERT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELLIPSIS_VERT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 -50 50 -100 0 -150 -50 -100 0 -50 0 -150 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 0 950 50 900 0 850 -50 900 0 950 0 850 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EMPHASIS +# +DEF EMPHASIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EMPHASIS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 550 -700 550 N +P 2 0 1 0 -400 300 -600 150 N +P 2 0 1 0 -400 800 -600 950 N +P 2 0 1 0 600 150 400 300 N +P 2 0 1 0 600 950 400 800 N +P 2 0 1 0 700 550 500 550 N +P 11 0 1 0 100 350 0 300 -100 300 -200 350 -250 450 -250 500 -200 650 -100 750 0 800 200 800 100 300 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENG_CAP +# +DEF ENG_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENG_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 12 0 1 0 -300 900 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 -150 250 -250 200 -300 100 -350 -50 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENG_SMALL +# +DEF ENG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENG_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 10 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 -200 200 -300 100 -350 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENG_TINY +# +DEF ENG_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENG_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 500 -150 0 N +P 9 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 -100 150 -200 50 -250 0 -250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENTER_SYM +# +DEF ENTER_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENTER_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -650 400 150 400 N +P 3 0 1 0 -50 200 150 400 -50 600 N +P 6 0 1 0 -400 200 -400 0 400 0 400 800 -400 800 -400 600 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_LARGE +# +DEF EPSILON_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 19 0 1 0 250 1000 150 1050 -100 1050 -200 1000 -250 950 -300 850 -300 750 -250 650 -200 600 -100 550 -250 500 -300 450 -350 350 -350 200 -300 100 -250 50 -150 0 150 0 250 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_SMALL +# +DEF EPSILON_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -100 350 -200 300 -250 200 -250 150 -200 50 -100 0 100 0 200 50 N +P 9 0 1 0 0 350 -100 350 -200 400 -250 500 -250 550 -200 650 -100 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_SMALL_CLOSED +# +DEF EPSILON_SMALL_CLOSED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_SMALL_CLOSED" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 -100 350 -200 300 -250 200 -250 150 -200 50 -100 0 100 0 200 50 250 100 300 250 300 450 250 600 200 650 100 700 -100 700 -200 650 -250 550 -250 500 -200 400 -100 350 0 350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_SMALL_HOOK +# +DEF EPSILON_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 350 -100 350 -200 400 -250 500 -250 550 -200 650 -100 700 100 700 200 650 N +P 13 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 200 -200 300 -100 350 -450 300 -450 400 -500 500 -600 550 -650 550 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_TINY +# +DEF EPSILON_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 250 0 250 N +P 11 0 1 0 150 450 100 500 -100 500 -150 450 -150 300 -100 250 -150 200 -150 50 -100 0 100 0 150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_TINY_TURNED +# +DEF EPSILON_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 250 100 250 N +P 11 0 1 0 -150 450 -100 500 100 500 150 450 150 300 100 250 150 200 150 50 100 0 -100 0 -150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL +# +DEF EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 400 250 -400 250 N +X ABOVE ~ 0 850 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL_DEF +# +DEF EQUAL_DEF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL_DEF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 350 1200 550 1200 N +P 2 0 1 0 400 250 -400 250 N +P 4 0 1 0 550 1400 450 1350 400 1250 400 850 N +P 9 0 1 0 -250 1400 -250 850 -350 850 -450 900 -500 1000 -500 1100 -450 1200 -350 1250 -250 1250 N +P 9 0 1 0 -50 1050 200 1050 200 1200 150 1250 0 1250 -50 1200 -50 900 0 850 150 850 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL_SLASH +# +DEF EQUAL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 100 700 -100 100 N +P 2 0 1 0 400 250 -400 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL_SMALL +# +DEF EQUAL_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 200 300 200 N +P 2 0 1 0 -300 400 300 400 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUIVALENT +# +DEF EQUIVALENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUIVALENT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -400 150 -300 200 -100 250 100 250 300 200 400 150 N +P 6 0 1 0 -400 650 -300 600 -100 550 100 550 300 600 400 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUIVALENT_GEOM +# +DEF EQUIVALENT_GEOM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUIVALENT_GEOM" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -400 250 -200 250 -200 200 -150 100 -50 50 50 50 150 100 200 200 200 250 400 250 N +P 10 0 1 0 -400 550 -200 550 -200 600 -150 700 -50 750 50 750 150 700 200 600 200 550 400 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ERASE_TO_RIGHT +# +DEF ERASE_TO_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ERASE_TO_RIGHT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 400 800 -400 0 N +P 6 0 1 0 -600 800 400 800 800 400 400 0 -600 0 -600 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESCAPE +# +DEF ESCAPE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESCAPE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 350 -400 800 N +P 3 0 1 0 -400 600 -400 800 -200 800 N +P 11 0 1 0 50 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 350 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SMALL +# +DEF ESH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 1050 150 1050 50 1000 0 900 0 -200 -50 -300 -150 -350 -250 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SMALL_CURL +# +DEF ESH_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 1050 150 1050 50 1000 0 900 0 -200 -50 -300 -150 -350 -250 -300 -300 -200 -250 -100 -150 -50 200 -50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SMALL_LOOP +# +DEF ESH_SMALL_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SMALL_LOOP" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -250 -350 -150 -350 -50 -300 0 -200 0 900 50 1000 150 1050 250 1000 300 900 250 800 150 750 50 800 0 900 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SQUAT_SMALL +# +DEF ESH_SQUAT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SQUAT_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 1050 150 1050 50 1000 0 900 0 150 -50 50 -150 0 -250 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESZETT +# +DEF ESZETT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESZETT" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 -350 0 -350 850 -300 950 -250 1000 -150 1050 0 1050 100 1000 150 950 200 850 200 700 50 700 -50 650 -100 550 -100 500 -50 400 50 350 200 350 300 300 350 200 350 150 300 50 200 0 0 0 -100 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESZETT_CAP +# +DEF ESZETT_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESZETT_CAP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -400 0 -400 750 -350 900 -250 1000 -100 1050 400 1050 50 650 200 650 300 600 350 550 400 450 400 200 350 100 300 50 200 0 0 0 -100 50 -150 100 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ET_TIRONIAN +# +DEF ET_TIRONIAN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ET_TIRONIAN" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 700 200 700 -100 -350 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ETA_SMALL +# +DEF ETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 7 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ -200 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ETH_SMALL +# +DEF ETH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ETH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 1200 -50 900 N +P 17 0 1 0 250 650 150 700 -50 700 -150 650 -200 600 -250 500 -250 150 -200 50 -100 0 100 0 200 50 250 150 250 750 200 900 100 1000 0 1050 -200 1100 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EURO +# +DEF EURO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EURO" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 400 -50 400 N +P 2 0 1 0 -500 650 100 650 N +P 16 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 250 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EXCESS +# +DEF EXCESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EXCESS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 100 400 N +P 6 0 1 0 350 150 400 100 350 50 300 100 350 150 350 50 N +P 6 0 1 0 350 750 400 700 350 650 300 700 350 750 350 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EXCLAM +# +DEF EXCLAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EXCLAM" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +P 6 0 1 0 0 400 -50 1000 0 1050 50 1000 0 400 0 1050 N +X P ~ -250 0 300 U 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL +# +DEF EZH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -250 700 200 700 -150 250 0 250 100 200 150 150 200 50 200 -150 150 -250 100 -300 0 -350 -150 -350 -250 -300 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL_CURL +# +DEF EZH_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -250 700 200 700 -150 250 0 250 100 200 150 150 200 50 200 -150 150 -250 100 -300 0 -350 -100 -350 -200 -300 -250 -200 -200 -100 -100 -50 0 -100 150 -400 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL_LOOP +# +DEF EZH_SMALL_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL_LOOP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -250 700 200 700 -150 300 0 300 100 250 150 200 200 100 200 -150 150 -250 100 -300 0 -350 -100 -350 -200 -300 -250 -200 -250 -150 -200 -50 -100 0 200 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL_TAIL +# +DEF EZH_SMALL_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL_TAIL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 700 200 700 -150 350 50 350 150 300 200 200 200 150 150 50 50 0 -50 0 -150 -50 -200 -150 -200 -200 -150 -300 -50 -350 200 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# F_CAP +# +DEF F_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "F_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 550 -250 550 N +P 3 0 1 0 -250 0 -250 1050 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ -250 0 100 R 50 50 1 1 I +X MIDBOTTOM ~ -200 250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# F_SMALL +# +DEF F_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "F_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 5 0 1 0 0 0 0 900 50 1000 150 1050 250 1050 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FEI_CAP +# +DEF FEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1050 300 -350 N +P 11 0 1 0 -100 1050 -200 1000 -300 900 -350 700 -350 350 -300 150 -200 50 -100 0 100 0 200 50 300 150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FEI_SMALL +# +DEF FEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 -350 N +P 11 0 1 0 -50 700 -150 650 -200 600 -250 500 -250 200 -200 100 -150 50 -50 0 100 0 200 50 250 100 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FENG_SMALL +# +DEF FENG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FENG_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -500 700 -100 700 -100 0 N +P 5 0 1 0 -350 0 -350 900 -300 1000 -200 1050 -100 1050 N +P 10 0 1 0 -100 600 -50 650 50 700 200 700 300 650 350 550 350 -200 300 -300 200 -350 100 -350 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X MIDDLE ~ -350 350 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FITA_CAP +# +DEF FITA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FITA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 550 350 550 N +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FITA_SMALL +# +DEF FITA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FITA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 350 250 350 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FLOOR +# +DEF FLOOR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FLOOR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -50 1150 -50 -350 200 -350 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FLOOR_CAP +# +DEF FLOOR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FLOOR_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 0 -150 0 -150 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FORCES +# +DEF FORCES U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FORCES" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 -400 0 N +P 2 0 1 0 -100 400 400 400 N +P 2 0 1 0 -100 800 -100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FRAC_LINE +# +DEF FRAC_LINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FRAC_LINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 500 350 500 N +X DENOM ~ 0 -300 100 R 50 50 1 1 I +X NUM ~ 0 650 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FULL_STOP +# +DEF FULL_STOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FULL_STOP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FUSE +# +DEF FUSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FUSE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 400 500 400 N +P 5 0 1 0 -400 700 400 700 400 100 -400 100 -400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_CAP +# +DEF G_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_CAP" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 1000 100 1050 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 450 -350 250 -300 150 -200 50 -50 0 50 0 200 50 250 100 250 450 50 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X HOOK ~ -250 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 250 250 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_SMALL +# +DEF G_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 250 700 250 -150 200 -250 150 -300 50 -350 -100 -350 -200 -300 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 250 -150 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_SMALL_SCRIPT +# +DEF G_SMALL_SCRIPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_SMALL_SCRIPT" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 100 200 50 100 0 -100 0 -200 50 -250 150 -250 500 -200 600 -150 650 -50 700 250 700 250 -150 200 -250 150 -300 50 -350 -250 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 250 -150 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_SMALLCAP +# +DEF G_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 150 650 50 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 100 0 200 50 200 300 50 300 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X TOP2 ~ 150 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_TINY +# +DEF G_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_TINY" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 150 500 150 -100 100 -200 0 -250 -150 -250 N +P 10 0 1 0 150 450 50 500 -50 500 -150 450 -200 350 -200 150 -150 50 -50 0 50 0 150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X MIDBOTTOM ~ 150 -100 100 R 50 50 1 1 I +X TOP2 ~ 150 500 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_CAP +# +DEF GAMMA_AFR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_CAP" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -350 1050 150 0 150 -200 100 -300 0 -350 -100 -300 -150 -200 -150 0 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_SMALL +# +DEF GAMMA_AFR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -250 700 150 0 150 -200 100 -300 0 -350 -100 -300 -150 -200 -150 0 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_SMALLCAP +# +DEF GAMMA_AFR_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -250 700 100 250 150 150 100 50 0 0 -100 50 -150 150 -100 250 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_TINYCAP_TURNED +# +DEF GAMMA_AFR_TINYCAP_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_TINYCAP_TURNED" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 200 0 -100 350 -100 450 -50 500 50 500 100 450 100 350 -200 0 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_CAP +# +DEF GAMMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 0 -250 1050 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ -250 0 100 R 50 50 1 1 I +X MIDDLE ~ -200 500 100 R 50 50 1 1 I +X MIDHOOK ~ -250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_CAP_HOOK +# +DEF GAMMA_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 1050 -250 1050 -250 0 -50 0 -50 -200 -100 -300 -200 -350 -300 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ -200 500 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_CAP_UPTURN +# +DEF GAMMA_CAP_UPTURN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_CAP_UPTURN" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 0 -250 1050 300 1050 300 1300 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ -250 0 100 R 50 50 1 1 I +X MIDDLE ~ -200 500 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALL +# +DEF GAMMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 100 0 -350 N +P 5 0 1 0 -300 700 -250 700 -200 650 0 100 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALLCAP +# +DEF GAMMA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -150 0 -150 700 250 700 N +X BOTTOM ~ -150 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 350 100 R 50 50 1 1 I +X MIDHOOK ~ -150 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALLCAP_HOOK +# +DEF GAMMA_SMALLCAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALLCAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 700 -150 700 -150 0 50 0 50 -200 0 -300 -100 -350 -200 -350 N +X MIDDLE ~ -100 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALLCAP_UPTURN +# +DEF GAMMA_SMALLCAP_UPTURN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALLCAP_UPTURN" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -150 0 -150 700 250 700 250 950 N +X BOTTOM ~ -150 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_TINY +# +DEF GAMMA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 50 0 -250 N +P 4 0 1 0 -250 500 -150 450 0 50 200 500 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GANGIA_CAP +# +DEF GANGIA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GANGIA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 450 0 N +P 5 0 1 0 -450 1050 -400 1050 -300 1000 300 50 400 0 N +P 5 0 1 0 450 1050 400 1050 300 1000 -300 50 -400 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GANGIA_SMALL +# +DEF GANGIA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GANGIA_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -350 700 -250 650 200 50 300 0 -350 0 -250 50 200 650 300 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GRAVE +# +DEF GRAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GRAVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 1100 50 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GRAVE_DBL +# +DEF GRAVE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GRAVE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 950 -300 1100 N +P 2 0 1 0 200 950 50 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GREATER_NOTEQUAL +# +DEF GREATER_NOTEQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GREATER_NOTEQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 100 350 -100 -250 N +P 2 0 1 0 400 -100 -400 -100 N +P 3 0 1 0 -400 400 400 700 -400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GREATER_WAVE +# +DEF GREATER_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GREATER_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 250 400 550 -400 850 N +P 8 0 1 0 -400 50 -350 100 -200 150 -50 100 50 0 200 -50 350 0 400 50 N +X CENTER_W ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GROUND +# +DEF GROUND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GROUND" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 600 500 600 N +P 2 0 1 0 -300 300 300 300 N +P 2 0 1 0 0 1050 0 600 N +P 2 0 1 0 100 0 -100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GUILLEMET +# +DEF GUILLEMET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GUILLEMET" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 700 -150 400 150 100 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GUILLEMET_DBL +# +DEF GUILLEMET_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GUILLEMET_DBL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 700 -300 400 0 100 N +P 3 0 1 0 300 200 100 400 300 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_CAP +# +DEF H_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 2 0 1 0 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDHOOK ~ 300 700 100 R 50 50 1 1 I +X P ~ -550 0 300 U 50 50 1 1 I +X PERIS ~ -650 1300 100 R 50 50 1 1 I +X S ~ 550 0 300 U 50 50 1 1 I +X TONOS ~ -650 950 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_CAP_STROKE +# +DEF H_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 850 450 850 N +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 2 0 1 0 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_LARGE +# +DEF H_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 1050 -300 0 N +P 6 0 1 0 -300 550 0 550 150 500 250 400 300 250 300 0 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALL +# +DEF H_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 1050 N +P 7 0 1 0 200 0 200 550 150 650 50 700 -100 700 -200 650 -250 600 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X STROKE ~ -200 950 100 R 50 50 1 1 I +X TOP ~ -250 1050 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALL_HOOK +# +DEF H_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 1050 -100 1050 -200 1000 -250 900 -250 0 N +P 7 0 1 0 200 0 200 550 150 650 50 700 -100 700 -200 650 -250 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALL_RETROHOOK +# +DEF H_SMALL_RETROHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALL_RETROHOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -500 1050 -400 1050 -300 1000 -250 900 -250 0 N +P 7 0 1 0 200 0 200 550 150 650 50 700 -100 700 -200 650 -250 600 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALLCAP +# +DEF H_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 350 200 350 N +P 2 0 1 0 -250 700 -250 0 N +P 2 0 1 0 200 700 200 0 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDHOOK ~ 200 350 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HA_ABKHAZ_CAP +# +DEF HA_ABKHAZ_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HA_ABKHAZ_CAP" 0 -350 60 H V C CNN +DRAW +P 27 0 1 0 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 450 -350 250 -300 150 -200 50 -50 0 50 0 200 50 300 150 350 250 400 450 400 700 350 850 250 900 200 900 100 850 50 700 50 450 100 250 150 150 250 50 350 0 450 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HA_ABKHAZ_SMALL +# +DEF HA_ABKHAZ_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HA_ABKHAZ_SMALL" 0 -350 60 H V C CNN +DRAW +P 23 0 1 0 -50 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 450 250 550 150 600 50 550 0 450 0 200 50 100 100 50 200 0 350 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARD_CAP +# +DEF HARD_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARD_CAP" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -500 1050 -250 1050 -250 0 50 0 200 50 300 150 350 250 350 400 300 500 200 600 50 650 -250 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARD_SMALL +# +DEF HARD_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARD_SMALL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -400 700 -200 700 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARPOON_RIGHT_N +# +DEF HARPOON_RIGHT_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARPOON_RIGHT_N" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 0 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARPOON_UP_E +# +DEF HARPOON_UP_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARPOON_UP_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 400 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARPOONS_W_E +# +DEF HARPOONS_W_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARPOONS_W_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 250 400 250 200 50 N +P 3 0 1 0 400 550 -400 550 -200 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HASH +# +DEF HASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 450 700 N +P 2 0 1 0 0 1150 -300 -200 N +P 2 0 1 0 350 250 -400 250 N +P 3 0 1 0 50 -200 350 1150 350 1150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HASH_SYM +# +DEF HASH_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HASH_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 600 400 600 N +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 200 800 200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HELM +# +DEF HELM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HELM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 350 200 N +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 350 600 -350 200 N +P 13 0 1 0 0 700 -150 650 -250 550 -300 400 -250 250 -150 150 0 100 150 150 250 250 300 400 250 550 150 650 0 700 N +X ACCENT ~ 0 800 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HETA_CAP +# +DEF HETA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HETA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1050 -250 0 N +P 2 0 1 0 300 550 -250 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HETA_SMALL +# +DEF HETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 350 200 350 N +P 2 0 1 0 -200 700 -200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HEXAGON_H_CAP +# +DEF HEXAGON_H_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HEXAGON_H_CAP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -300 0 -600 500 -300 1000 300 1000 600 500 300 0 -300 0 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HGAMMA_CAP +# +DEF HGAMMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HGAMMA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 3 0 1 0 300 0 300 1050 850 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 950 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HGAMMA_SMALLCAP +# +DEF HGAMMA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HGAMMA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 350 200 350 N +P 2 0 1 0 -250 700 -250 0 N +P 3 0 1 0 200 0 200 700 600 700 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HOOK +# +DEF HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 -200 -50 -300 -150 -350 -250 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HORI_CAP +# +DEF HORI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HORI_CAP" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 -350 950 -300 1000 -150 1050 100 1050 250 1000 300 950 350 850 350 750 300 600 200 500 -400 0 -200 -150 -50 -200 200 -200 350 -150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HORI_SMALL +# +DEF HORI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HORI_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 450 200 350 100 250 -200 0 -100 -100 0 -150 150 -150 250 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HORN +# +DEF HORN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HORN" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 650 100 700 150 800 100 900 50 950 N +X X ~ 0 650 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HOURGLASS +# +DEF HOURGLASS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HOURGLASS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 0 0 250 250 0 N +P 3 0 1 0 -200 0 0 200 200 0 N +P 3 0 1 0 -100 0 0 100 100 0 N +P 3 0 1 0 50 0 0 50 -50 0 N +P 3 0 1 0 150 0 0 150 -150 0 N +P 5 0 1 0 350 700 0 550 -350 700 0 600 350 700 N +P 13 0 1 0 -400 1050 400 1050 400 800 350 700 -350 350 -400 250 -400 0 400 0 400 250 350 350 -350 700 -400 850 -400 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HUNDRED_THOUSANDS_CYR +# +DEF HUNDRED_THOUSANDS_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HUNDRED_THOUSANDS_CYR" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -1000 450 -950 550 -850 600 -750 550 -700 450 N +P 5 0 1 0 -750 -150 -700 -50 -600 0 -500 -50 -450 -150 N +P 5 0 1 0 -750 1050 -700 1150 -600 1200 -500 1150 -450 1050 N +P 5 0 1 0 -150 -400 -100 -300 0 -250 100 -300 150 -400 N +P 5 0 1 0 -150 1300 -100 1400 0 1450 100 1400 150 1300 N +P 5 0 1 0 450 -150 500 -50 600 0 700 -50 750 -150 N +P 5 0 1 0 450 1050 500 1150 600 1200 700 1150 750 1050 N +P 5 0 1 0 700 450 750 550 850 600 950 550 1000 450 N +X X ~ 0 500 100 L 50 50 1 1 I +X ~ ~ -1200 0 300 U 50 50 1 1 I +X ~ ~ 1200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HV_CAP +# +DEF HV_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HV_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -500 1050 N +P 2 0 1 0 -500 550 100 550 N +P 8 0 1 0 100 1050 100 150 150 50 250 0 400 0 500 50 550 150 550 700 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HV_SMALL +# +DEF HV_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HV_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 -450 1050 N +P 16 0 1 0 -450 600 -400 650 -300 700 -150 700 -50 650 0 550 0 150 50 50 150 0 300 0 400 50 450 100 500 200 500 550 450 650 400 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X STROKE ~ -400 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HV_SMALLCAP +# +DEF HV_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HV_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 350 100 350 N +P 2 0 1 0 -350 700 -350 0 N +P 8 0 1 0 100 700 100 150 150 50 250 0 300 0 400 50 450 150 450 450 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HYPHEN +# +DEF HYPHEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HYPHEN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 350 150 350 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HYSTERESIS +# +DEF HYSTERESIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HYSTERESIS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -450 0 200 0 200 800 N +P 3 0 1 0 -200 0 -200 800 450 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_BEAM +# +DEF I_BEAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_BEAM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -300 400 -300 N +P 2 0 1 0 -400 1050 400 1050 N +P 2 0 1 0 0 1050 0 -300 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_CAP +# +DEF I_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X MIDDLE ~ 0 550 100 R 50 50 1 1 I +X P ~ -250 0 300 U 50 50 1 1 I +X PERIS ~ -350 1300 100 R 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +X TONOS ~ -350 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_SMALL +# +DEF I_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_SMALLCAP +# +DEF I_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 700 N +P 2 0 1 0 150 0 -150 0 N +P 2 0 1 0 150 700 -150 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_TINY +# +DEF I_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IDENTICAL +# +DEF IDENTICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IDENTICAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 700 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IE_CAP +# +DEF IE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 100 550 N +P 16 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 250 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IE_SMALL +# +DEF IE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 350 50 350 N +P 12 0 1 0 200 50 100 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 100 700 200 650 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IMAGEOF +# +DEF IMAGEOF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IMAGEOF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 400 250 -400 250 N +P 6 0 1 0 -350 850 -300 800 -350 750 -400 800 -350 850 -350 750 N +P 6 0 1 0 350 50 400 0 350 -50 300 0 350 50 350 -50 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INFINITY +# +DEF INFINITY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INFINITY" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 100 500 200 550 300 500 350 400 300 300 200 250 100 300 -100 500 -200 550 -300 500 -350 400 -300 300 -200 250 -100 300 100 500 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL +# +DEF INTEGRAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CLOCKWISE +# +DEF INTEGRAL_CLOCKWISE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CLOCKWISE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 450 300 300 450 450 N +P 8 0 1 0 -300 400 -250 550 -150 650 0 700 150 650 250 550 300 400 300 300 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CONTOUR +# +DEF INTEGRAL_CONTOUR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CONTOUR" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 13 0 1 0 0 700 150 650 250 550 300 400 250 250 150 150 0 100 -150 150 -250 250 -300 400 -250 550 -150 650 0 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CONTOUR_CLOCKWISE +# +DEF INTEGRAL_CONTOUR_CLOCKWISE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CONTOUR_CLOCKWISE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 500 300 350 450 500 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 13 0 1 0 -300 400 -250 550 -150 650 0 700 150 650 250 550 300 400 250 250 150 150 0 100 -150 150 -250 250 -300 400 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CONTOUR_COUNTERCLOCKWISE +# +DEF INTEGRAL_CONTOUR_COUNTERCLOCKWISE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CONTOUR_COUNTERCLOCKWISE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 300 300 450 450 300 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 13 0 1 0 -300 400 -250 550 -150 650 0 700 150 650 250 550 300 400 250 250 150 150 0 100 -150 150 -250 250 -300 400 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_DBL +# +DEF INTEGRAL_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_DBL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -500 -100 -450 -200 -350 -250 -250 -200 -200 -100 -200 900 -150 1000 -50 1050 50 1000 100 900 N +P 10 0 1 0 -100 -100 -50 -200 50 -250 150 -200 200 -100 200 900 250 1000 350 1050 450 1000 500 900 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_DBL_CONTOUR +# +DEF INTEGRAL_DBL_CONTOUR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_DBL_CONTOUR" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -500 -100 -450 -200 -350 -250 -250 -200 -200 -100 -200 900 -150 1000 -50 1050 50 1000 100 900 N +P 10 0 1 0 -100 -100 -50 -200 50 -250 150 -200 200 -100 200 900 250 1000 350 1050 450 1000 500 900 N +P 15 0 1 0 200 700 350 650 450 550 500 400 450 250 350 150 200 100 -200 100 -350 150 -450 250 -500 400 -450 550 -350 650 -200 700 200 700 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_TOP +# +DEF INTEGRAL_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_TOP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 -350 0 700 50 900 100 1000 200 1050 300 1000 350 900 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_TPL +# +DEF INTEGRAL_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_TPL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -700 -100 -650 -200 -550 -250 -450 -200 -400 -100 -400 900 -350 1000 -250 1050 -150 1000 -100 900 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 10 0 1 0 100 -100 150 -200 250 -250 350 -200 400 -100 400 900 450 1000 550 1050 650 1000 700 900 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_TPL_CONTOUR +# +DEF INTEGRAL_TPL_CONTOUR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_TPL_CONTOUR" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -700 -100 -650 -200 -550 -250 -450 -200 -400 -100 -400 900 -350 1000 -250 1050 -150 1000 -100 900 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 10 0 1 0 100 -100 150 -200 250 -250 350 -200 400 -100 400 900 450 1000 550 1050 650 1000 700 900 N +P 15 0 1 0 400 700 550 650 650 550 700 400 650 250 550 150 400 100 -400 100 -550 150 -650 250 -700 400 -650 550 -550 650 -400 700 400 700 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTERCALATE +# +DEF INTERCALATE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTERCALATE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 200 1050 N +P 2 0 1 0 0 1050 0 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTERROBANG +# +DEF INTERROBANG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTERROBANG" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 1050 -50 400 N +P 6 0 1 0 -50 100 0 50 -50 0 -100 50 -50 100 -50 0 N +P 6 0 1 0 -50 100 0 50 -50 0 -100 50 -50 100 -50 0 N +P 12 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 900 250 800 200 700 150 650 50 600 0 550 -50 450 -50 400 N +P 12 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 900 250 800 200 700 150 650 50 600 0 550 -50 450 -50 400 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTERRUPT +# +DEF INTERRUPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTERRUPT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 0 -350 600 350 600 0 0 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IOTA_BELOW +# +DEF IOTA_BELOW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IOTA_BELOW" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 -250 0 -400 50 -450 100 -450 N +X X ~ 0 -250 100 L 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IOTA_LARGE +# +DEF IOTA_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IOTA_LARGE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 1050 0 200 50 100 100 50 200 0 300 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IOTA_SMALL +# +DEF IOTA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IOTA_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 700 0 150 50 50 150 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYE_CAP +# +DEF IYE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 1050 -450 0 N +P 2 0 1 0 350 550 -450 550 N +P 16 0 1 0 500 100 450 50 300 0 200 0 50 50 -50 150 -100 250 -150 450 -150 600 -100 800 -50 900 50 1000 200 1050 300 1050 450 1000 500 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYE_SMALL +# +DEF IYE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 -350 0 N +P 2 0 1 0 250 350 -350 350 N +P 12 0 1 0 400 50 300 0 100 0 0 50 -50 100 -100 200 -100 500 -50 600 0 650 100 700 300 700 400 650 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_BIG_CAP +# +DEF IYUS_BIG_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_BIG_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -600 1050 N +P 2 0 1 0 -600 550 50 550 N +P 5 0 1 0 200 0 200 550 -200 1050 600 1050 200 550 N +P 10 0 1 0 -250 0 -250 250 -200 400 -100 500 50 550 350 550 500 500 600 400 650 250 650 0 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_BIG_SMALL +# +DEF IYUS_BIG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_BIG_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 -450 700 N +P 2 0 1 0 -450 350 50 350 N +P 5 0 1 0 200 0 200 350 -100 700 500 700 200 350 N +P 10 0 1 0 -150 0 -150 150 -100 250 -50 300 50 350 350 350 450 300 500 250 550 150 550 0 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_LITTLE_CAP +# +DEF IYUS_LITTLE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_LITTLE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -600 1050 N +P 2 0 1 0 -600 400 500 400 N +P 2 0 1 0 200 400 200 0 N +P 3 0 1 0 -300 0 200 1050 700 0 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_LITTLE_SMALL +# +DEF IYUS_LITTLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_LITTLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 -400 700 N +P 2 0 1 0 200 300 200 0 N +P 2 0 1 0 400 300 -400 300 N +P 3 0 1 0 -150 0 200 700 550 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IZHE_CAP +# +DEF IZHE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IZHE_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 1050 -300 0 300 1050 300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IZHE_SMALL +# +DEF IZHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IZHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 700 -250 0 250 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_CAP +# +DEF J_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_CAP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 150 1050 150 300 100 150 0 50 -150 0 -250 0 N +X ABOVE ~ 150 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X MIDDLE ~ 150 550 100 R 50 50 1 1 I +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_SMALL +# +DEF J_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 700 0 -200 -50 -300 -150 -350 -200 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_SMALL_CURL +# +DEF J_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 700 0 -200 -50 -300 -150 -350 -250 -300 -300 -200 -250 -100 -150 -50 200 -50 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_SMALLCAP +# +DEF J_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 100 700 100 200 50 100 0 50 -100 0 -150 0 N +X ABOVE ~ 100 950 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X MIDDLE ~ 100 350 100 R 50 50 1 1 I +X P ~ -300 0 300 U 50 50 1 1 I +X S ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_CAP +# +DEF K_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 0 -150 600 N +P 2 0 1 0 300 1050 -300 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDARM ~ 150 900 100 R 50 50 1 1 I +X MIDDLE ~ -100 600 100 R 50 50 1 1 I +X MIDTOP ~ -300 850 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_CAP_BASHKIR +# +DEF K_CAP_BASHKIR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_CAP_BASHKIR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -150 600 N +P 2 0 1 0 300 1050 -300 450 N +P 3 0 1 0 -550 1050 -300 1050 -300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 600 100 R 50 50 1 1 I +X MIDTOP ~ -300 850 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_CAP_HOOK +# +DEF K_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 0 -150 600 N +P 6 0 1 0 -300 450 250 1000 350 1050 450 1000 500 900 500 800 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 600 100 R 50 50 1 1 I +X MIDTOP ~ -300 850 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_SMALL +# +DEF K_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 1050 N +P 2 0 1 0 -100 400 200 0 N +P 2 0 1 0 200 700 -200 300 N +X ABOVE ~ -200 1150 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -200 850 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_SMALL_BASHKIR +# +DEF K_SMALL_BASHKIR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_SMALL_BASHKIR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 400 200 0 N +P 2 0 1 0 200 700 -200 300 N +P 3 0 1 0 -400 700 -200 700 -200 0 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_SMALLCAP +# +DEF K_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 2 0 1 0 -100 400 200 0 N +P 2 0 1 0 200 700 -200 300 N +X BOTTOM1 ~ -200 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDARM ~ 100 600 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X TOP1 ~ -200 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_TINY +# +DEF K_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 -150 0 N +P 2 0 1 0 150 0 -50 300 N +P 2 0 1 0 150 500 -150 200 N +X ABOVE ~ -150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -150 600 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KAI_CAP +# +DEF KAI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KAI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 1050 -300 450 N +P 3 0 1 0 -150 600 300 0 -50 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KAI_SMALL +# +DEF KAI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KAI_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -300 700 -200 650 -150 550 -150 150 -200 50 -250 0 -300 50 -300 150 -250 250 200 450 250 550 250 650 200 700 150 650 100 550 100 150 150 50 250 0 200 -150 150 -250 100 -300 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KAPPA_SMALL_SCRIPT +# +DEF KAPPA_SMALL_SCRIPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KAPPA_SMALL_SCRIPT" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -300 700 -200 650 -150 550 -150 150 -200 50 -250 0 -300 50 -300 150 -250 250 200 450 250 550 250 650 200 700 150 650 100 550 100 150 150 50 250 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KEYBOARD +# +DEF KEYBOARD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KEYBOARD" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -1000 250 1000 250 N +P 2 0 1 0 -1000 750 1000 750 N +P 2 0 1 0 -750 500 -750 750 N +P 2 0 1 0 -700 0 -700 250 N +P 2 0 1 0 -650 250 -650 500 N +P 2 0 1 0 -600 750 -600 1000 N +P 2 0 1 0 -500 500 -500 750 N +P 2 0 1 0 -400 250 -400 500 N +P 2 0 1 0 -350 0 -350 250 N +P 2 0 1 0 -350 750 -350 1000 N +P 2 0 1 0 -250 500 -250 750 N +P 2 0 1 0 -150 250 -150 500 N +P 2 0 1 0 -100 750 -100 1000 N +P 2 0 1 0 0 500 0 750 N +P 2 0 1 0 100 250 100 500 N +P 2 0 1 0 150 750 150 1000 N +P 2 0 1 0 250 500 250 750 N +P 2 0 1 0 350 250 350 500 N +P 2 0 1 0 400 0 400 250 N +P 2 0 1 0 400 750 400 1000 N +P 2 0 1 0 500 500 500 750 N +P 2 0 1 0 600 250 600 500 N +P 2 0 1 0 650 750 650 1000 N +P 2 0 1 0 700 0 700 250 N +P 3 0 1 0 -1000 500 750 500 750 750 N +P 5 0 1 0 -1000 0 -1000 1000 1000 1000 1000 0 -1000 0 N +X ~ ~ -1250 0 300 U 50 50 1 1 I +X ~ ~ 1250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KHEI_CAP +# +DEF KHEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KHEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 -350 0 N +P 13 0 1 0 -350 500 -250 600 -100 650 100 650 200 600 300 500 350 350 350 200 300 50 250 -50 150 -150 0 -250 -200 -350 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KHEI_SMALL +# +DEF KHEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KHEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 250 750 250 700 200 550 100 450 0 400 -100 400 -200 450 -250 550 -250 600 -200 700 -100 750 0 750 100 700 200 550 250 400 250 200 200 100 150 50 50 0 -250 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_ARCHAIC_CAP +# +DEF KOPPA_ARCHAIC_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_ARCHAIC_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_ARCHAIC_SMALL +# +DEF KOPPA_ARCHAIC_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_ARCHAIC_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_CAP +# +DEF KOPPA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_CAP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -250 1050 -150 1000 -100 900 -300 400 300 650 100 150 150 50 250 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_CYR_CAP +# +DEF KOPPA_CYR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_CYR_CAP" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 1000 100 1050 -100 1050 -250 1000 -350 900 -400 800 -400 650 -350 550 -250 450 -100 400 100 400 100 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ 100 150 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_CYR_SMALL +# +DEF KOPPA_CYR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_CYR_SMALL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 400 -250 300 -200 250 -100 200 100 200 100 0 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_SMALL +# +DEF KOPPA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 1050 -250 550 250 550 0 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KSI_CAP +# +DEF KSI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KSI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 550 50 550 N +P 5 0 1 0 -200 1300 -50 1050 50 1250 100 1300 150 1300 N +P 24 0 1 0 -300 1000 -200 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 200 500 250 450 300 350 300 200 250 100 200 50 100 0 -150 0 -250 -50 -300 -150 -300 -200 -250 -300 -150 -350 250 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KSI_SMALL +# +DEF KSI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KSI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 5 0 1 0 -150 950 0 700 100 900 150 950 200 950 N +P 20 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 150 200 50 100 0 -50 0 -150 -50 -200 -150 -200 -200 -150 -300 -50 -350 200 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_CAP +# +DEF L_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 250 0 -250 0 -250 1050 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CARON ~ 100 800 100 R 50 50 1 1 I +X DOT ~ 150 600 100 R 50 50 1 1 I +X MIDDLE ~ -250 600 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL +# +DEF L_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X DOT ~ 350 600 100 R 50 50 1 1 I +X MIDDLE ~ 0 600 100 L 50 50 1 1 I +X P ~ -250 0 300 U 50 50 1 1 I +X S ~ 300 0 300 U 50 50 1 1 I +X SAPOS ~ 100 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_BELT +# +DEF L_SMALL_BELT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_BELT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +P 8 0 1 0 0 500 -50 600 -150 650 -250 600 -300 500 -250 400 -150 350 250 350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_CURL +# +DEF L_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 0 1050 0 150 50 50 150 0 250 0 350 50 400 150 350 250 250 300 150 250 -50 -150 N +X MIDDLE ~ 0 600 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_MIDDOT +# +DEF L_SMALL_MIDDOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_MIDDOT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +P 6 0 1 0 350 600 400 550 350 500 300 550 350 600 350 500 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_RETROHOOK +# +DEF L_SMALL_RETROHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_RETROHOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 1050 0 -200 50 -300 150 -350 250 -350 N +X MIDDLE ~ 0 600 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALLCAP +# +DEF L_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -150 700 -150 0 200 0 N +X ABOVE ~ -100 950 100 R 50 50 1 1 I +X MIDDLE ~ -150 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LAMBDA_CAP +# +DEF LAMBDA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LAMBDA_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 0 0 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LAMBDA_SMALL +# +DEF LAMBDA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LAMBDA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 -250 0 N +P 5 0 1 0 -250 1050 -150 1050 -100 1000 0 700 250 0 N +X MIDTOP ~ -50 850 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LAMBDA_SMALLCAP +# +DEF LAMBDA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LAMBDA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 0 0 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LEG +# +DEF LEG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LEG" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS +# +DEF LESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 700 -400 400 400 100 N +X INSIDE ~ 350 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_EQUAL +# +DEF LESS_EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +P 2 0 1 0 400 200 -400 200 N +P 3 0 1 0 400 400 -400 700 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_GREATER +# +DEF LESS_GREATER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_GREATER" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 400 400 100 -400 -200 N +P 3 0 1 0 400 400 -400 700 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_LESS +# +DEF LESS_LESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_LESS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 700 -800 400 0 100 N +P 3 0 1 0 800 700 0 400 800 100 N +X ~ ~ -1050 0 300 U 50 50 1 1 I +X ~ ~ 1050 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_MINUS +# +DEF LESS_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 50 -400 50 N +P 3 0 1 0 400 250 -400 550 400 850 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_MINUS_GREATER +# +DEF LESS_MINUS_GREATER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_MINUS_GREATER" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 400 -400 400 N +P 3 0 1 0 -400 200 400 0 -400 -200 N +P 3 0 1 0 400 600 -400 800 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_NOTEQUAL +# +DEF LESS_NOTEQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_NOTEQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +P 2 0 1 0 100 350 -100 -250 N +P 2 0 1 0 400 200 -400 200 N +P 3 0 1 0 400 400 -400 700 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_TPL +# +DEF LESS_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_TPL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 700 -1200 400 -400 100 N +P 3 0 1 0 400 700 -400 400 400 100 N +P 3 0 1 0 1200 700 400 400 1200 100 N +X ~ ~ -1450 0 300 U 50 50 1 1 I +X ~ ~ 1450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_WAVE +# +DEF LESS_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 250 -400 550 400 850 N +P 8 0 1 0 -400 50 -350 100 -200 150 -50 100 50 0 200 -50 350 0 400 50 N +X CENTER_W ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LEZH_SMALL +# +DEF LEZH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LEZH_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -300 1050 -300 150 -250 50 -150 0 -150 0 N +P 13 0 1 0 -300 700 200 700 -150 250 0 250 100 200 150 150 200 50 200 -150 150 -250 100 -300 0 -350 -150 -350 -250 -300 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H +# +DEF LINE_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 400 500 400 N +X CENTER ~ 0 400 100 D 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H_1 +# +DEF LINE_H_1 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H_1" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 1000 500 1000 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H_3 +# +DEF LINE_H_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H_3" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 700 500 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V +# +DEF LINE_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 -350 0 1150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_CAP +# +DEF LINE_V_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1200 0 -150 N +X X ~ 0 550 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_DBL +# +DEF LINE_V_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 1150 -150 -350 N +P 2 0 1 0 150 1150 150 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_DBL_SLASH +# +DEF LINE_V_DBL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_DBL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 250 300 550 N +P 2 0 1 0 -150 1150 -150 -350 N +P 2 0 1 0 150 1150 150 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_LETTER +# +DEF LINE_V_LETTER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_LETTER" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_LETTER_DBL +# +DEF LINE_V_LETTER_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_LETTER_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 1050 -150 -350 N +P 2 0 1 0 150 1050 150 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_SLASH +# +DEF LINE_V_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 300 200 500 N +P 2 0 1 0 0 1150 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_SMALL +# +DEF LINE_V_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 850 0 -150 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_SYM +# +DEF LINE_V_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_WAVY +# +DEF LINE_V_WAVY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_WAVY" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 0 1150 50 1100 100 1000 50 900 0 850 -50 750 0 650 50 600 100 500 50 400 0 350 -50 250 0 150 50 100 100 0 50 -100 0 -150 -50 -250 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_CAP +# +DEF LJE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_CAP" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 -750 0 -700 0 -600 50 -550 150 -450 750 -400 900 -300 1000 -150 1050 0 1050 0 0 300 0 450 50 550 150 600 250 600 400 550 500 450 600 300 650 0 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_KOMI_CAP +# +DEF LJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -500 0 -450 0 -350 50 -300 150 -200 750 -150 900 -50 1000 100 1050 250 1050 250 150 300 50 400 0 550 0 650 50 700 150 700 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_KOMI_SMALL +# +DEF LJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 -300 0 -200 50 -150 150 -100 550 -50 650 50 700 200 700 200 150 250 50 350 0 400 0 500 50 550 150 550 500 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_SMALL +# +DEF LJE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_SMALL" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 -500 0 -400 50 -350 150 -300 550 -250 650 -150 700 0 700 0 0 250 0 350 50 400 150 400 300 350 400 250 450 0 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LL_CAP +# +DEF LL_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LL_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 1050 -100 0 N +P 3 0 1 0 -400 1050 -400 0 400 0 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LL_SMALL +# +DEF LL_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LL_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 4 0 1 0 -150 1050 -150 150 -100 50 0 0 N +P 4 0 1 0 300 0 200 50 150 150 150 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOW_LINE +# +DEF LOW_LINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOW_LINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOW_LINE_DBL +# +DEF LOW_LINE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOW_LINE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -350 400 -350 N +P 2 0 1 0 -400 -100 400 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOZENGE +# +DEF LOZENGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOZENGE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 -300 -400 400 0 1050 400 400 0 -300 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LS_SMALL +# +DEF LS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LS_SMALL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -300 1050 -300 150 -250 50 -150 0 -50 50 50 0 250 0 350 50 400 150 400 200 350 300 250 350 100 350 0 400 -50 500 -50 550 0 650 100 700 250 700 350 650 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDI_CAP +# +DEF LYUDI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDI_CAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 250 0 250 1050 100 1050 -50 1000 -150 900 -200 750 -300 150 -350 50 -450 0 -500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDHOOK ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDI_SMALL +# +DEF LYUDI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDI_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 200 0 200 700 50 700 -50 650 -100 550 -150 150 -200 50 -300 0 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDHOOK ~ 200 350 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDIX_CAP +# +DEF LYUDIX_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDIX_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 0 600 1050 N +P 9 0 1 0 -700 0 -650 0 -550 50 -500 150 -400 750 -350 900 -250 1000 -100 1050 600 0 N +X ABOVE ~ 250 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ -100 0 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDIX_SMALL +# +DEF LYUDIX_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDIX_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 450 700 -150 0 N +P 7 0 1 0 -500 0 -400 50 -350 150 -300 550 -250 650 -150 700 450 0 N +X BOTTOM2 ~ -150 0 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LZ_SMALL +# +DEF LZ_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LZ_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 450 700 -100 0 N +P 5 0 1 0 -250 1050 -250 150 -200 50 -100 0 450 0 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_CAP +# +DEF M_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 0 300 350 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM3 ~ 350 0 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_LARGE +# +DEF M_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -500 1050 N +P 8 0 1 0 -500 900 -400 1000 -300 1050 -200 1050 -100 1000 -50 950 0 850 0 0 N +P 9 0 1 0 0 850 50 950 100 1000 200 1050 300 1050 400 1000 450 950 500 850 500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM3 ~ 500 0 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALL +# +DEF M_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 -450 700 N +P 7 0 1 0 -450 600 -400 650 -300 700 -150 700 -50 650 0 550 0 0 N +P 7 0 1 0 0 550 50 650 150 700 300 700 400 650 450 550 450 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -450 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 0 0 100 R 50 50 1 1 I +X BOTTOM3 ~ 450 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -450 700 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALL_ABOVE +# +DEF M_SMALL_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALL_ABOVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1250 -250 850 N +P 5 0 1 0 -250 1200 -200 1250 -50 1250 0 1200 0 850 N +P 5 0 1 0 0 1200 50 1250 200 1250 250 1200 250 850 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALL_SIDE +# +DEF M_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 -100 -350 -100 N +P 7 0 1 0 -250 -100 -300 -50 -350 50 -350 200 -300 300 -200 350 350 350 N +P 7 0 1 0 -200 350 -300 400 -350 500 -350 650 -300 750 -200 800 350 800 N +X ABOVE ~ -600 350 100 R 50 50 1 1 I +X BELOW ~ 600 350 100 R 50 50 1 1 I +X BOTTOM1 ~ 350 -100 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 350 100 R 50 50 1 1 I +X BOTTOM3 ~ 350 800 100 R 50 50 1 1 I +X TOP1 ~ -350 -100 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALLCAP +# +DEF M_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -300 0 -300 700 0 150 300 700 300 0 N +X BOTTOM3 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_TINY +# +DEF M_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 0 -350 500 N +P 6 0 1 0 -350 450 -250 500 -150 500 -50 450 0 350 0 0 N +P 7 0 1 0 0 350 50 450 150 500 200 500 300 450 350 350 350 0 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -350 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 0 0 100 R 50 50 1 1 I +X BOTTOM3 ~ 350 0 100 R 50 50 1 1 I +X TOP1 ~ -350 500 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_TINY_TURNED +# +DEF M_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 500 350 0 N +P 6 0 1 0 350 50 250 0 150 0 50 50 0 150 0 500 N +P 7 0 1 0 0 150 -50 50 -150 0 -200 0 -300 50 -350 150 -350 500 N +X ABOVE ~ 0 -250 100 R 50 50 1 1 I +X BELOW ~ 0 750 100 R 50 50 1 1 I +X BOTTOM1 ~ 350 500 100 R 50 50 1 1 I +X BOTTOM2 ~ 0 500 100 R 50 50 1 1 I +X BOTTOM3 ~ -350 500 100 R 50 50 1 1 I +X TOP1 ~ 350 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MACRON +# +DEF MACRON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MACRON" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1000 250 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MIDDLE_HOOK_CAP +# +DEF MIDDLE_HOOK_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MIDDLE_HOOK_CAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 0 700 300 700 450 650 550 550 600 400 600 -50 550 -200 450 -300 300 -350 200 -350 N +X X ~ 0 700 100 L 50 50 1 1 I +X ~ ~ -100 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MIDDLE_HOOK_SMALL +# +DEF MIDDLE_HOOK_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MIDDLE_HOOK_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 350 250 350 350 300 400 250 450 150 450 0 400 -150 300 -300 250 -350 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -100 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MILLIONS_CYR +# +DEF MILLIONS_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MILLIONS_CYR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -700 500 -1000 500 N +P 2 0 1 0 -500 0 -700 -200 N +P 2 0 1 0 -500 1000 -700 1200 N +P 2 0 1 0 0 -200 0 -500 N +P 2 0 1 0 0 1200 0 1500 N +P 2 0 1 0 500 0 700 -200 N +P 2 0 1 0 500 1000 700 1200 N +P 2 0 1 0 700 500 1000 500 N +X X ~ 0 500 100 L 50 50 1 1 I +X ~ ~ -1200 0 300 U 50 50 1 1 I +X ~ ~ 1200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS +# +DEF MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +X ABOVE ~ 0 700 100 R 50 50 1 1 I +X BELOW ~ 0 100 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS_OR +# +DEF MINUS_OR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS_OR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 800 N +P 3 0 1 0 400 550 0 0 -400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS_SMALL +# +DEF MINUS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 300 300 300 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MODELS +# +DEF MODELS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MODELS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 250 200 250 N +P 2 0 1 0 -200 550 200 550 N +P 2 0 1 0 -200 800 -200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MONOSTABLE +# +DEF MONOSTABLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MONOSTABLE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -450 0 -200 0 -200 800 200 800 200 0 450 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MOUSTACHE +# +DEF MOUSTACHE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MOUSTACHE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 1150 50 950 0 800 0 0 -50 -150 -250 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MU_SMALL +# +DEF MU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MU_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 3 0 1 0 250 150 300 50 400 0 N +P 7 0 1 0 -250 150 -200 50 -100 0 100 0 200 50 250 150 250 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MULTIMAP +# +DEF MULTIMAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MULTIMAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -400 400 100 400 150 300 250 250 350 300 400 400 350 500 250 550 150 500 100 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MULTIPLY +# +DEF MULTIPLY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MULTIPLY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 300 100 N +P 2 0 1 0 300 700 -300 100 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MULTIPLY_SMALL +# +DEF MULTIPLY_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MULTIPLY_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 550 250 50 N +P 2 0 1 0 250 550 -250 50 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_CAP +# +DEF N_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 0 -300 1050 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_SMALL +# +DEF N_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 7 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -200 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -200 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_SMALL_CURL +# +DEF N_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 16 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 150 300 50 400 0 500 0 600 50 650 150 600 250 500 300 400 250 200 -150 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_SMALLCAP +# +DEF N_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 0 -250 700 200 0 200 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_TINY +# +DEF N_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 500 -150 0 N +P 6 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 0 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NBSP_SYM +# +DEF NBSP_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NBSP_SYM" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -400 200 -200 200 -200 0 200 0 200 200 400 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NEXT_PAGE +# +DEF NEXT_PAGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NEXT_PAGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 200 0 0 N +P 2 0 1 0 0 800 0 600 N +P 3 0 1 0 200 200 400 400 200 600 N +P 5 0 1 0 -600 800 600 800 600 0 -600 0 -600 800 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NJE_CAP +# +DEF NJE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NJE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -600 1050 N +P 11 0 1 0 0 1050 0 0 300 0 450 50 550 150 600 250 600 400 550 500 450 600 300 650 -600 650 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NJE_SMALL +# +DEF NJE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NJE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 700 -450 0 N +P 9 0 1 0 0 700 0 0 250 0 350 50 400 150 400 250 350 350 250 400 -450 400 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NOT +# +DEF NOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NOT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 500 400 500 400 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NU_SMALL +# +DEF NU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NU_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -250 700 0 0 250 550 250 600 200 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_CAP +# +DEF O_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_CAP" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 550 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X HORN ~ 200 1000 100 R 50 50 1 1 I +X P ~ -550 0 300 U 50 50 1 1 I +X S ~ 550 0 300 U 50 50 1 1 I +X TONOS ~ -600 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_CAP_OGONEK +# +DEF O_CAP_OGONEK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_CAP_OGONEK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 0 -100 -100 -150 -200 -100 -300 0 -350 100 -350 N +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X HORN ~ 200 1000 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_CAP_STROKE +# +DEF O_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 1050 -400 0 N +P 17 0 1 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL +# +DEF O_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X HORN ~ 150 650 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_HALF +# +DEF O_SMALL_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_HALF" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 350 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_OGONEK +# +DEF O_SMALL_OGONEK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_OGONEK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 0 -100 -100 -150 -200 -100 -300 0 -350 100 -350 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X HORN ~ 150 650 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_SIDE +# +DEF O_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 350 400 350 250 300 150 250 100 150 50 -150 50 -250 100 -300 150 -350 250 -350 400 -300 500 -250 550 -150 600 150 600 250 550 300 500 350 400 N +X ABOVE ~ 50 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 50 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_STROKE +# +DEF O_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 700 -350 0 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_STROKE_SIDE +# +DEF O_SMALL_STROKE_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_STROKE_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 650 -350 0 N +P 17 0 1 0 350 400 350 250 300 150 250 100 150 50 -150 50 -250 100 -300 150 -350 250 -350 400 -300 500 -250 550 -150 600 150 600 250 550 300 500 350 400 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_TINY +# +DEF O_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_TINY" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -50 0 -150 50 -200 150 -200 350 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_TINY_HALF +# +DEF O_TINY_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_TINY_HALF" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -200 250 -200 150 -150 50 -50 0 50 0 150 50 200 150 200 250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_TINY_HALF_TOP +# +DEF O_TINY_HALF_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_TINY_HALF_TOP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -200 250 -200 350 -150 450 -50 500 50 500 150 450 200 350 200 250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OE_CAP +# +DEF OE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 550 350 550 N +P 2 0 1 0 0 1050 0 0 N +P 10 0 1 0 500 1050 -200 1050 -300 1000 -400 900 -450 700 -450 350 -400 150 -300 50 -200 0 500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OE_SMALL +# +DEF OE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OE_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 350 N +P 16 0 1 0 0 500 -50 600 -100 650 -200 700 -350 700 -450 650 -500 600 -550 500 -550 200 -500 100 -450 50 -350 0 -200 0 -100 50 -50 100 0 200 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OE_SMALLCAP +# +DEF OE_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OE_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 300 350 N +P 2 0 1 0 0 700 0 0 N +P 10 0 1 0 400 700 -250 700 -350 650 -400 600 -450 500 -450 200 -400 100 -350 50 -250 0 400 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OGONEK +# +DEF OGONEK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OGONEK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 0 -100 -100 -150 -200 -100 -300 0 -350 100 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OI_CAP +# +DEF OI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OI_CAP" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 50 1000 -50 1050 -250 1050 -350 1000 -450 900 -500 700 -500 350 -450 150 -350 50 -250 0 -50 0 50 50 150 150 200 350 200 700 150 900 50 1000 150 1050 350 1050 450 1000 500 900 500 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OI_SMALL +# +DEF OI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OI_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 0 650 -100 700 -250 700 -350 650 -400 600 -450 500 -450 200 -400 100 -350 50 -250 0 -100 0 0 50 50 100 100 200 100 500 50 600 0 650 100 700 200 700 300 650 350 550 350 -350 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_CAP +# +DEF OMEGA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_CAP" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -400 0 -150 0 -150 200 -250 250 -350 350 -400 500 -400 750 -350 900 -250 1000 -100 1050 100 1050 250 1000 350 900 400 750 400 500 350 350 250 250 150 200 150 0 400 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X P ~ -600 0 300 U 50 50 1 1 I +X PERIS ~ -700 1300 100 R 50 50 1 1 I +X S ~ 600 0 300 U 50 50 1 1 I +X TONOS ~ -700 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_LARGE +# +DEF OMEGA_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 200 0 450 N +P 23 0 1 0 -300 1050 -400 1000 -500 900 -550 750 -550 300 -500 150 -400 50 -300 0 -200 0 -100 50 -50 100 0 200 50 100 100 50 200 0 300 0 400 50 500 150 550 300 550 750 500 900 400 1000 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_PI_SMALL +# +DEF OMEGA_PI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_PI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 150 N +P 2 0 1 0 450 700 -450 700 N +P 17 0 1 0 -250 700 -300 650 -350 550 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 50 50 150 0 200 0 300 50 350 150 350 550 300 650 250 700 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_ROUND_CAP +# +DEF OMEGA_ROUND_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_ROUND_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 150 0 -150 N +P 2 0 1 0 0 1200 0 900 N +P 17 0 1 0 -250 1050 -400 1000 -500 900 -550 750 -550 300 -500 150 -400 50 -250 0 250 0 400 50 500 150 550 300 550 750 500 900 400 1000 250 1050 -250 1050 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_ROUND_SMALL +# +DEF OMEGA_ROUND_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_ROUND_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 100 0 -100 N +P 2 0 1 0 0 800 0 600 N +P 17 0 1 0 -150 700 -250 650 -300 600 -350 500 -350 200 -300 100 -250 50 -150 0 150 0 250 50 300 100 350 200 350 500 300 600 250 650 150 700 -150 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_SMALL +# +DEF OMEGA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 150 N +P 17 0 1 0 -250 700 -300 650 -350 550 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 50 50 150 0 200 0 300 50 350 150 350 550 300 650 250 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_SMALL_CLOSED +# +DEF OMEGA_SMALL_CLOSED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_SMALL_CLOSED" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 0 350 0 150 50 50 150 0 200 0 300 50 350 150 350 500 300 600 250 650 150 700 -150 700 -250 650 -300 600 -350 500 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_SMALLCAP +# +DEF OMEGA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -300 0 -150 0 -150 150 -250 250 -300 350 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 350 200 250 100 150 100 0 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OPEN_H +# +DEF OPEN_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OPEN_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 800 N +P 5 0 1 0 -400 400 0 800 400 400 0 0 -400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OPTION_KEY +# +DEF OPTION_KEY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OPTION_KEY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 800 600 800 N +P 4 0 1 0 -600 800 -300 800 300 0 600 0 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR +# +DEF OR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -450 800 0 0 450 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR_CURLY +# +DEF OR_CURLY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR_CURLY" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -400 800 -250 700 -150 600 -50 400 0 0 50 400 150 600 250 700 400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR_HUGE +# +DEF OR_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR_HUGE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -650 1050 0 -300 650 1050 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR_MINUS +# +DEF OR_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 3 0 1 0 400 800 0 250 -400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ORIGINAL +# +DEF ORIGINAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ORIGINAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 500 300 300 N +P 2 0 1 0 350 500 350 300 N +P 2 0 1 0 400 550 400 250 N +P 2 0 1 0 450 500 450 300 N +P 2 0 1 0 500 500 500 300 N +P 18 0 1 0 -250 400 -300 500 -400 550 -500 500 -550 400 -500 300 -400 250 -300 300 -250 400 250 400 300 300 400 250 500 300 550 400 500 500 400 550 300 500 250 400 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OU_CAP +# +DEF OU_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OU_CAP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -200 1050 -300 1000 -350 900 -350 800 -300 700 -250 650 -150 600 N +P 7 0 1 0 200 1050 300 1000 350 900 350 800 300 700 250 650 150 600 N +P 17 0 1 0 -150 600 150 600 250 550 300 500 350 400 350 200 300 100 250 50 150 0 -150 0 -250 50 -300 100 -350 200 -350 400 -300 500 -250 550 -150 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OU_SMALL +# +DEF OU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OU_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -250 850 -250 700 -200 600 0 500 200 600 250 700 250 850 N +P 13 0 1 0 -100 500 100 500 200 450 250 350 250 150 200 50 100 0 -100 0 -200 50 -250 150 -250 350 -200 450 -100 500 N +X ABOVE ~ 0 850 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OU_SMALLCAP +# +DEF OU_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OU_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -150 700 -200 650 -250 550 -200 450 -100 400 N +P 5 0 1 0 100 400 200 450 250 550 200 650 150 700 N +P 13 0 1 0 -100 400 100 400 200 350 250 250 250 150 200 50 100 0 -100 0 -200 50 -250 150 -250 250 -200 350 -100 400 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OVERLINE +# +DEF OVERLINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OVERLINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 1000 400 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OVERLINE_LONG +# +DEF OVERLINE_LONG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OVERLINE_LONG" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 1000 550 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_CAP +# +DEF P_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_CAP" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 0 -300 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X TICK ~ 200 550 100 R 50 50 1 1 I +X TONOS ~ -650 950 100 R 50 50 1 1 I +X TOPRING ~ 0 750 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_CAP_HOOK +# +DEF P_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 13 0 1 0 -600 800 -600 900 -550 1000 -450 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_SMALL +# +DEF P_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ -200 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TICK ~ 150 50 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_SMALLCAP +# +DEF P_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -200 0 -200 700 100 700 200 650 250 550 250 450 200 350 100 300 -200 300 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X TOPRING ~ 0 500 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_TINY +# +DEF P_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 -250 -150 500 N +P 10 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X TICK ~ 150 50 100 R 50 50 1 1 I +X TOP ~ 0 500 100 R 50 50 1 1 I +X TOP1 ~ -150 500 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PALATALIZATION_CYR +# +DEF PALATALIZATION_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PALATALIZATION_CYR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 950 150 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PARALLELOGRAM +# +DEF PARALLELOGRAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PARALLELOGRAM" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -500 150 -250 650 500 650 250 150 -500 150 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PARALLELOGRAM_BLACK +# +DEF PARALLELOGRAM_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PARALLELOGRAM_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 650 -300 550 N +P 2 0 1 0 -150 650 -350 450 N +P 2 0 1 0 -100 650 -400 350 N +P 2 0 1 0 -50 650 -450 250 N +P 2 0 1 0 0 650 -500 150 N +P 2 0 1 0 50 650 -450 150 N +P 2 0 1 0 100 650 -400 150 N +P 2 0 1 0 150 650 -350 150 N +P 2 0 1 0 200 650 -300 150 N +P 2 0 1 0 250 650 -250 150 N +P 2 0 1 0 300 250 200 150 N +P 2 0 1 0 300 650 -200 150 N +P 2 0 1 0 350 350 150 150 N +P 2 0 1 0 350 650 -150 150 N +P 2 0 1 0 400 450 100 150 N +P 2 0 1 0 400 650 -100 150 N +P 2 0 1 0 450 550 50 150 N +P 2 0 1 0 450 650 -50 150 N +P 2 0 1 0 500 650 0 150 N +P 5 0 1 0 -500 150 -250 650 500 650 250 150 -500 150 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN +# +DEF PAREN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 -400 150 -350 50 -200 0 -100 -50 50 -100 300 -100 500 -50 750 0 900 50 1000 150 1150 200 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_OVER +# +DEF PAREN_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_OVER" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -800 -100 -750 -50 -600 50 -500 100 -350 150 -100 200 100 200 350 150 500 100 600 50 750 -50 800 -100 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_SMALL +# +DEF PAREN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 100 850 50 800 0 650 -50 400 -50 200 0 -50 50 -200 100 -250 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_TOP +# +DEF PAREN_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_TOP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 300 1150 200 1000 150 900 100 750 50 500 0 0 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAUSE +# +DEF PAUSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAUSE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 400 -150 400 0 0 150 400 400 400 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PENNY_GERMAN +# +DEF PENNY_GERMAN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PENNY_GERMAN" 0 -350 60 H V C CNN +DRAW +P 23 0 1 0 -450 350 -400 400 -300 450 -200 400 -150 350 -50 300 50 350 300 600 350 750 350 900 300 1000 200 1050 150 1050 50 1000 0 900 0 750 50 600 300 350 350 250 350 200 300 100 250 50 100 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PENTASEME_METRICAL +# +DEF PENTASEME_METRICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PENTASEME_METRICAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 550 0 300 N +P 4 0 1 0 -400 550 -400 300 400 300 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERCENT +# +DEF PERCENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERCENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERMILLE +# +DEF PERMILLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERMILLE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 9 0 1 0 850 300 950 250 1000 150 950 50 850 0 750 50 700 150 750 250 850 300 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 1200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERMYRIAD +# +DEF PERMYRIAD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERMYRIAD" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 9 0 1 0 850 300 950 250 1000 150 950 50 850 0 750 50 700 150 750 250 850 300 N +P 9 0 1 0 1450 300 1550 250 1600 150 1550 50 1450 0 1350 50 1300 150 1350 250 1450 300 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 1800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_CAP +# +DEF PHI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 17 0 1 0 -100 900 100 900 250 850 350 750 400 650 400 450 350 350 250 250 100 200 -100 200 -250 250 -350 350 -400 450 -400 650 -350 750 -250 850 -100 900 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_SMALL +# +DEF PHI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_SMALL" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -250 700 -300 650 -350 550 -350 250 -300 150 -200 50 -100 0 100 0 200 50 300 150 350 250 350 550 300 650 200 700 150 700 50 650 0 550 0 -350 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_SMALL_VAR +# +DEF PHI_SMALL_VAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_SMALL_VAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 -350 N +P 17 0 1 0 -100 700 100 700 200 650 300 550 350 450 350 250 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 250 -350 450 -300 550 -200 650 -100 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_TINY +# +DEF PHI_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_TINY" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 500 -300 400 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 350 250 450 150 500 50 450 0 350 0 -250 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_CAP +# +DEF PI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 0 -300 1050 300 1050 300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDHOOK ~ 300 700 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_CAP_HUGE +# +DEF PI_CAP_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_CAP_HUGE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 -250 400 1050 -400 1050 -400 -250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_SMALL +# +DEF PI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 4 0 1 0 -150 700 -150 150 -200 50 -300 0 N +P 4 0 1 0 400 700 -250 700 -350 650 -400 550 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_SMALLCAP +# +DEF PI_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 0 -250 700 200 700 200 0 N +X MIDHOOK ~ 200 350 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PILLOW +# +DEF PILLOW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PILLOW" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 450 850 400 750 350 550 350 250 400 50 450 -50 350 0 150 50 -150 50 -350 0 -450 -50 -400 50 -350 250 -350 550 -400 750 -450 850 -350 800 -150 750 150 750 350 800 450 850 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PITCHFORK +# +DEF PITCHFORK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PITCHFORK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 800 0 0 N +P 10 0 1 0 -300 0 -300 400 -250 550 -200 600 -50 650 50 650 200 600 250 550 300 400 300 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS +# +DEF PLUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 0 0 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS_MINUS +# +DEF PLUS_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 600 400 600 N +P 2 0 1 0 0 200 0 1000 N +P 2 0 1 0 400 0 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS_SMALL +# +DEF PLUS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 300 300 300 N +P 2 0 1 0 0 600 0 0 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# POKRYTIE +# +DEF POKRYTIE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "POKRYTIE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 900 -250 1000 -150 1050 0 1050 150 1000 300 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# POUND +# +DEF POUND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "POUND" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 100 700 N +P 3 0 1 0 -300 0 250 0 250 0 N +P 6 0 1 0 -150 0 -150 900 -100 1000 0 1050 150 1050 250 1000 N +X MIDDLE ~ -100 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDES +# +DEF PRECEDES U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDES" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 400 800 300 650 200 550 0 450 -400 400 0 350 200 250 300 150 400 0 N +X INSIDE ~ 350 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDES_WAVE +# +DEF PRECEDES_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDES_WAVE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 0 -350 50 -200 100 -50 50 50 -50 200 -100 350 -50 400 0 N +P 9 0 1 0 400 950 300 800 200 700 0 600 -400 550 0 500 200 400 300 300 400 150 N +X CENTER_W ~ 0 0 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDESEQ +# +DEF PRECEDESEQ U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDESEQ" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 250 0 200 200 100 300 0 400 -150 N +P 9 0 1 0 400 950 300 800 200 700 0 600 -400 550 0 500 200 400 300 300 400 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDESREL +# +DEF PRECEDESREL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDESREL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 800 300 750 350 650 300 550 200 500 0 450 -400 400 0 350 200 300 300 250 350 150 300 50 200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME +# +DEF PRIME U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1050 -50 750 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME_DBL +# +DEF PRIME_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 1050 -200 750 N +P 2 0 1 0 250 1050 100 750 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME_TPL +# +DEF PRIME_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME_TPL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 -350 750 N +P 2 0 1 0 100 1050 -50 750 N +P 2 0 1 0 400 1050 250 750 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRODUCT_NORMAL_FACTOR_SEMIDIRECT +# +DEF PRODUCT_NORMAL_FACTOR_SEMIDIRECT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRODUCT_NORMAL_FACTOR_SEMIDIRECT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 800 -400 0 -400 800 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRODUCT_SEMIDIRECT +# +DEF PRODUCT_SEMIDIRECT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRODUCT_SEMIDIRECT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 0 400 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PROPORTION +# +DEF PROPORTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PROPORTION" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 150 -250 100 -300 50 -350 100 -300 150 -300 50 N +P 6 0 1 0 -300 750 -250 700 -300 650 -350 700 -300 750 -300 650 N +P 6 0 1 0 300 150 350 100 300 50 250 100 300 150 300 50 N +P 6 0 1 0 300 750 350 700 300 650 250 700 300 750 300 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PROPORTIONAL +# +DEF PROPORTIONAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PROPORTIONAL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 300 550 250 550 150 500 -50 300 -150 250 -250 300 -300 400 -250 500 -150 550 -50 500 150 300 250 250 300 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSI_CAP +# +DEF PSI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 14 0 1 0 -500 1050 -400 1000 -350 900 -350 650 -300 500 -250 450 -150 400 150 400 250 450 300 500 350 650 350 900 400 1000 500 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSI_SMALL +# +DEF PSI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 -350 N +P 10 0 1 0 -350 700 -350 250 -300 150 -200 50 -100 0 100 0 200 50 300 150 350 250 350 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSI_SMALLCAP +# +DEF PSI_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSI_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 0 N +P 10 0 1 0 -300 700 -250 650 -250 450 -200 350 -100 300 100 300 200 350 250 450 250 650 300 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSILI +# +DEF PSILI U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSILI" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -50 950 0 950 50 1000 50 1100 N +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X P ~ -200 0 300 U 50 50 1 1 I +X S ~ 200 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSILI_OXIA +# +DEF PSILI_OXIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSILI_OXIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1100 150 950 N +P 4 0 1 0 -250 950 -200 950 -150 1000 -150 1100 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSILI_VARIA +# +DEF PSILI_VARIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSILI_VARIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1100 250 950 N +P 4 0 1 0 -250 950 -200 950 -150 1000 -150 1100 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PX_CAP +# +DEF PX_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PX_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 500 1050 150 600 500 0 N +P 11 0 1 0 -400 0 -400 1050 0 1050 100 1000 150 950 200 850 200 700 150 600 100 550 0 500 -400 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PX_SMALL +# +DEF PX_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PX_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 -350 -350 N +P 3 0 1 0 450 700 150 350 450 0 N +P 12 0 1 0 -350 650 -250 700 -50 700 50 650 100 600 150 500 150 200 100 100 50 50 -50 0 -250 0 -350 50 N +X TOP ~ -100 700 100 R 50 50 1 1 I +X TOP1 ~ -350 700 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_CAP +# +DEF Q_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_CAP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 400 -100 300 -50 200 50 50 200 -50 250 -150 250 N +P 17 0 1 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_LARGE_TAIL +# +DEF Q_LARGE_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_LARGE_TAIL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 300 1050 300 -150 350 -250 400 -300 500 -350 600 -350 N +P 14 0 1 0 300 900 200 1000 100 1050 -100 1050 -200 1000 -300 900 -350 700 -350 350 -300 150 -200 50 -100 0 100 0 200 50 300 150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_SMALL +# +DEF Q_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 -350 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_SMALL_TAIL +# +DEF Q_SMALL_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_SMALL_TAIL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 700 250 -150 300 -250 350 -300 450 -350 550 -350 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QP_SMALL +# +DEF QP_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QP_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 -350 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +P 12 0 1 0 0 650 100 700 300 700 400 650 450 600 500 500 500 200 450 100 400 50 300 0 100 0 0 50 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUESTION +# +DEF QUESTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUESTION" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 100 0 50 -50 0 -100 50 -50 100 -50 0 N +P 12 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 900 250 800 200 700 150 650 50 600 0 550 -50 450 -50 400 N +X P ~ -450 0 300 U 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUESTION_ABOVE +# +DEF QUESTION_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUESTION_ABOVE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 950 50 900 0 850 -50 900 0 950 0 850 N +P 7 0 1 0 -200 1350 -100 1400 50 1400 150 1350 200 1250 150 1150 50 1100 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE +# +DEF QUOTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 -200 850 N +P 2 0 1 0 200 1050 200 850 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE_RIGHT +# +DEF QUOTE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 50 1050 50 1000 0 900 -50 850 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE_RIGHT_DBL +# +DEF QUOTE_RIGHT_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE_RIGHT_DBL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -150 1050 -150 1000 -200 900 -250 850 N +P 4 0 1 0 250 1050 250 1000 200 900 150 850 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_CAP +# +DEF R_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -50 500 N +P 11 0 1 0 -300 0 -300 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X STROKE ~ -300 500 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_SMALL +# +DEF R_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 0 -100 700 N +P 5 0 1 0 -100 500 -50 600 0 650 100 700 200 700 N +X ABOVE ~ 50 950 100 R 50 50 1 1 I +X BELOW ~ -100 -250 100 R 50 50 1 1 I +X BOTTOM ~ -100 0 100 R 50 50 1 1 I +X MIDDLE ~ -50 350 100 R 50 50 1 1 I +X TOP1 ~ -100 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_SMALL_FISHHOOK +# +DEF R_SMALL_FISHHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_SMALL_FISHHOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 50 0 N +P 6 0 1 0 200 700 100 700 0 650 -50 600 -100 450 -100 0 N +X ABOVE ~ 50 950 100 R 50 50 1 1 I +X BELOW ~ -100 -250 100 R 50 50 1 1 I +X BOTTOM ~ -100 0 100 R 50 50 1 1 I +X MIDDLE ~ -50 350 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_SMALLCAP +# +DEF R_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 300 250 0 N +P 9 0 1 0 -200 0 -200 700 100 700 200 650 250 550 250 450 200 350 100 300 -200 300 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_TINY +# +DEF R_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 500 -100 0 N +P 4 0 1 0 -100 350 -50 450 50 500 150 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ -100 -250 100 R 50 50 1 1 I +X BOTTOM ~ -100 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 250 100 R 50 50 1 1 I +X TOP1 ~ -100 500 100 R 50 50 1 1 I +X TOP2 ~ 150 500 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RADICAL +# +DEF RADICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RADICAL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 350 -50 400 50 0 800 1250 N +X MIDDLE ~ 500 750 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RATIO +# +DEF RATIO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RATIO" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 150 50 100 0 50 -50 100 0 150 0 50 N +P 6 0 1 0 0 750 50 700 0 650 -50 700 0 750 0 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE +# +DEF RECTANGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 650 400 650 400 150 -400 150 -400 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_BLACK +# +DEF RECTANGLE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 150 100 650 N +P 2 0 1 0 -400 200 50 650 N +P 2 0 1 0 -400 250 0 650 N +P 2 0 1 0 -400 300 -50 650 N +P 2 0 1 0 -400 350 -100 650 N +P 2 0 1 0 -400 400 -150 650 N +P 2 0 1 0 -400 450 -200 650 N +P 2 0 1 0 -400 500 -250 650 N +P 2 0 1 0 -400 550 -300 650 N +P 2 0 1 0 -400 600 -350 650 N +P 2 0 1 0 -350 150 150 650 N +P 2 0 1 0 -300 150 200 650 N +P 2 0 1 0 -250 150 250 650 N +P 2 0 1 0 -200 150 300 650 N +P 2 0 1 0 -150 150 350 650 N +P 2 0 1 0 -100 150 400 650 N +P 2 0 1 0 -50 150 400 600 N +P 2 0 1 0 0 150 400 550 N +P 2 0 1 0 50 150 400 500 N +P 2 0 1 0 100 150 400 450 N +P 2 0 1 0 150 150 400 400 N +P 2 0 1 0 200 150 400 350 N +P 2 0 1 0 250 150 400 300 N +P 2 0 1 0 300 150 400 250 N +P 2 0 1 0 350 150 400 200 N +P 5 0 1 0 -400 650 400 650 400 150 -400 150 -400 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V +# +DEF RECTANGLE_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -250 0 -250 800 250 800 250 0 -250 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_BLACK +# +DEF RECTANGLE_V_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 250 500 N +P 2 0 1 0 -250 50 250 550 N +P 2 0 1 0 -250 100 250 600 N +P 2 0 1 0 -250 150 250 650 N +P 2 0 1 0 -250 200 250 700 N +P 2 0 1 0 -250 250 250 750 N +P 2 0 1 0 -250 300 250 800 N +P 2 0 1 0 -250 350 200 800 N +P 2 0 1 0 -250 400 150 800 N +P 2 0 1 0 -250 450 100 800 N +P 2 0 1 0 -250 500 50 800 N +P 2 0 1 0 -250 550 0 800 N +P 2 0 1 0 -250 600 -50 800 N +P 2 0 1 0 -250 650 -100 800 N +P 2 0 1 0 -250 700 -150 800 N +P 2 0 1 0 -250 750 -200 800 N +P 2 0 1 0 -200 0 250 450 N +P 2 0 1 0 -150 0 250 400 N +P 2 0 1 0 -100 0 250 350 N +P 2 0 1 0 -50 0 250 300 N +P 2 0 1 0 0 0 250 250 N +P 2 0 1 0 50 0 250 200 N +P 2 0 1 0 100 0 250 150 N +P 2 0 1 0 150 0 250 100 N +P 2 0 1 0 200 0 250 50 N +P 5 0 1 0 -250 0 -250 800 250 800 250 0 -250 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_HUGE +# +DEF RECTANGLE_V_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_HUGE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 1050 450 1050 450 -300 -450 -300 -450 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_HUGE_SLASH +# +DEF RECTANGLE_V_HUGE_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_HUGE_SLASH" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -450 -300 -450 1050 450 1050 450 -300 -450 -300 450 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# REGISTERED +# +DEF REGISTERED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "REGISTERED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 150 0 450 N +P 9 0 1 0 -200 150 -200 850 100 850 200 800 250 700 250 600 200 500 100 450 -200 450 N +P 17 0 1 0 0 1200 -250 1150 -500 1000 -650 750 -700 500 -650 250 -500 0 -250 -150 0 -200 250 -150 500 0 650 250 700 500 650 750 500 1000 250 1150 0 1200 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_SMALL +# +DEF RHO_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 -350 -250 500 -200 600 -150 650 -50 700 100 700 200 650 250 600 300 500 300 200 250 100 200 50 100 0 -50 0 -150 50 -250 150 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_SMALL_STROKE +# +DEF RHO_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -250 50 -250 N +P 16 0 1 0 -250 -350 -250 500 -200 600 -150 650 -50 700 100 700 200 650 250 600 300 500 300 200 250 100 200 50 100 0 -50 0 -150 50 -250 150 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_SMALL_TAIL +# +DEF RHO_SMALL_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_SMALL_TAIL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 250 -350 -50 -350 -150 -300 -200 -250 -250 -150 -250 500 -200 600 -150 650 -50 700 100 700 200 650 250 600 300 500 300 200 250 100 200 50 100 0 -50 0 -150 50 -250 150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_TINY +# +DEF RHO_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_TINY" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -150 -250 -150 350 -100 450 0 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 150 -250 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RING +# +DEF RING U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RING" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 950 -100 1000 -150 1100 -100 1200 0 1250 100 1200 150 1100 100 1000 0 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RING_ACUTE +# +DEF RING_ACUTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RING_ACUTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 1350 300 1200 N +P 9 0 1 0 0 1250 -100 1200 -150 1100 -100 1000 0 950 100 1000 150 1100 100 1200 0 1250 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RING_HALF +# +DEF RING_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RING_HALF" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 950 -100 1000 -150 1100 -100 1200 0 1250 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_CAP +# +DEF S_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_CAP" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -300 50 -150 0 100 0 200 50 250 100 300 200 300 300 250 400 200 450 100 500 -100 550 -200 600 -250 650 -300 750 -300 850 -250 950 -200 1000 -100 1050 150 1050 300 1000 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X MIDDLE ~ 0 550 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_LAZY +# +DEF S_LAZY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_LAZY" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -250 550 -350 500 -400 400 -350 300 -250 250 -100 300 100 500 250 550 350 500 400 400 350 300 250 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_LONG_SMALL +# +DEF S_LONG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_LONG_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 900 50 1000 150 1050 250 1050 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X MIDTOP ~ 0 750 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_SMALL +# +DEF S_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -200 50 -100 0 100 0 200 50 250 150 250 200 200 300 100 350 -50 350 -150 400 -200 500 -200 550 -150 650 -50 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -200 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 50 350 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_SMALL_SWASHTAIL +# +DEF S_SMALL_SWASHTAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_SMALL_SWASHTAIL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -100 0 0 -150 100 -200 250 -200 N +P 16 0 1 0 -200 50 -100 0 100 0 200 50 250 150 250 200 200 300 100 350 -50 350 -150 400 -200 500 -200 550 -150 650 -50 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_ARCHAIC_CAP +# +DEF SAMPI_ARCHAIC_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_ARCHAIC_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 4 0 1 0 -350 600 -350 1050 350 1050 350 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_ARCHAIC_SMALL +# +DEF SAMPI_ARCHAIC_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_ARCHAIC_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 4 0 1 0 -250 600 -250 1050 250 1050 250 600 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_CAP +# +DEF SAMPI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1000 -200 750 N +P 4 0 1 0 300 900 150 750 100 650 100 200 N +P 11 0 1 0 -350 900 -250 1000 -100 1050 100 1050 200 1000 300 900 350 800 400 600 400 300 350 100 300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_SMALL +# +DEF SAMPI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 150 450 N +P 2 0 1 0 0 0 250 250 N +P 7 0 1 0 -300 700 -100 650 50 550 150 450 250 250 300 50 300 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAN_CAP +# +DEF SAN_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAN_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 0 700 350 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAN_SMALL +# +DEF SAN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAN_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -300 -350 -300 700 0 400 300 700 300 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SCREEN_CLEAR +# +DEF SCREEN_CLEAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SCREEN_CLEAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 600 -400 200 N +P 2 0 1 0 400 600 0 200 N +P 13 0 1 0 -550 150 -550 650 -500 750 -400 800 400 800 500 750 550 650 550 150 500 50 400 0 -400 0 -500 50 -550 150 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SCREEN_PRINT +# +DEF SCREEN_PRINT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SCREEN_PRINT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -300 950 -50 950 -50 1200 N +P 6 0 1 0 -300 400 -300 950 -50 1200 300 1200 300 400 -300 400 N +P 14 0 1 0 -300 800 -400 800 -500 750 -550 650 -550 150 -500 50 -400 0 400 0 500 50 550 150 550 650 500 750 400 800 300 800 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SECTION +# +DEF SECTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SECTION" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -200 -100 -100 -150 50 -150 150 -100 200 0 150 100 -150 400 -200 500 -200 550 -150 650 -50 700 N +P 11 0 1 0 200 1000 100 1050 -50 1050 -150 1000 -200 900 -150 800 150 500 200 400 200 350 150 250 50 200 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SECTOR +# +DEF SECTOR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SECTOR" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 700 -300 750 -100 800 100 800 300 750 400 700 0 0 -400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SEMICOLON +# +DEF SEMICOLON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SEMICOLON" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 50 50 50 0 0 -100 -50 -150 N +P 6 0 1 0 0 650 50 600 0 550 -50 600 0 650 0 550 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SEMISOFT_SMALL +# +DEF SEMISOFT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SEMISOFT_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 -50 700 N +P 9 0 1 0 -200 1050 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHA_CAP +# +DEF SHA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 0 N +P 4 0 1 0 -500 1050 -500 0 500 0 500 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM3 ~ 500 0 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHA_SMALL +# +DEF SHA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 0 N +P 4 0 1 0 -350 700 -350 0 350 0 350 700 N +X BOTTOM3 ~ 350 0 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHEI_CAP +# +DEF SHEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 200 0 450 N +P 5 0 1 0 500 150 350 -100 200 -250 50 -300 -250 -300 N +P 23 0 1 0 -300 1050 -400 1000 -500 900 -550 750 -550 300 -500 150 -400 50 -300 0 -200 0 -100 50 -50 100 0 200 50 100 100 50 200 0 300 0 400 50 500 150 550 300 550 750 500 900 400 1000 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHEI_SMALL +# +DEF SHEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 150 N +P 5 0 1 0 300 50 250 -50 50 -250 -100 -300 -150 -300 N +P 17 0 1 0 -250 700 -300 650 -350 550 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 50 50 150 0 200 0 300 50 350 150 350 550 300 650 250 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHEQUEL_NEW +# +DEF SHEQUEL_NEW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHEQUEL_NEW" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -450 0 -450 1050 -150 1050 0 1000 100 900 150 750 150 450 N +P 7 0 1 0 -150 650 -150 300 -100 150 0 50 150 0 450 0 450 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_CAP +# +DEF SIGMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 250 0 -300 0 50 550 -300 1050 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_CAP_HUGE +# +DEF SIGMA_CAP_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_CAP_HUGE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 400 -250 -450 -250 100 400 -450 1050 450 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_CAP_TOP +# +DEF SIGMA_CAP_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_CAP_TOP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 -350 -450 1050 500 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_SMALL +# +DEF SIGMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 350 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 500 200 600 150 650 50 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_SMALL_FINAL +# +DEF SIGMA_SMALL_FINAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_SMALL_FINAL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 -50 200 -150 200 -200 150 -300 50 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SINE +# +DEF SINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SINE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -400 400 -350 650 -300 750 -200 800 -100 750 -50 650 50 150 100 50 200 0 300 50 350 150 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH +# +DEF SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 450 1100 -450 -250 -450 -250 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_CAP +# +DEF SLASH_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1200 -300 -250 N +X X ~ 0 500 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_LINE_H +# +DEF SLASH_LINE_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_LINE_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 150 -50 -150 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_OP +# +DEF SLASH_OP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_OP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1000 -300 -200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_REL +# +DEF SLASH_REL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_REL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 800 -200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL +# +DEF SLASH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 950 -250 -250 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL_H +# +DEF SLASH_SMALL_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 250 150 450 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL_H_DBL +# +DEF SLASH_SMALL_H_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL_H_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 100 150 300 N +P 2 0 1 0 -150 400 150 600 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL_V +# +DEF SLASH_SMALL_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL_V" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 500 -100 200 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SYM +# +DEF SLASH_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 800 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLOPE +# +DEF SLOPE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLOPE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 0 -400 450 400 0 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMILE +# +DEF SMILE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMILE" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 400 500 350 450 250 400 0 350 -250 400 -350 450 -400 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SOFT_CAP +# +DEF SOFT_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SOFT_CAP" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -250 1050 -250 0 50 0 200 50 300 150 350 250 350 400 300 500 200 600 50 650 -250 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X MIDTOP ~ -250 900 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SOFT_SMALL +# +DEF SOFT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SOFT_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -200 700 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE +# +DEF SPACE U 0 40 Y Y 1 F N +F0 "U" 0 50 60 H V C CNN +F1 "SPACE" 0 -50 60 H V C CNN +DRAW +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_EM +# +DEF SPACE_EM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_EM" 0 -350 60 H V C CNN +DRAW +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_EN +# +DEF SPACE_EN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_EN" 0 -350 60 H V C CNN +DRAW +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_FIGURE +# +DEF SPACE_FIGURE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_FIGURE" 0 -350 60 H V C CNN +DRAW +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_HAIR +# +DEF SPACE_HAIR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_HAIR" 0 -350 60 H V C CNN +DRAW +X ~ ~ -50 0 300 U 50 50 1 1 I +X ~ ~ 50 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_MID +# +DEF SPACE_MID U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_MID" 0 -350 60 H V C CNN +DRAW +X ~ ~ -150 0 300 U 50 50 1 1 I +X ~ ~ 150 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_PUNC +# +DEF SPACE_PUNC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_PUNC" 0 -350 60 H V C CNN +DRAW +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_SYM +# +DEF SPACE_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_SYM" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 200 -400 0 400 0 400 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_THICK +# +DEF SPACE_THICK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_THICK" 0 -350 60 H V C CNN +DRAW +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_THIN +# +DEF SPACE_THIN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_THIN" 0 -350 60 H V C CNN +DRAW +X ~ ~ -100 0 300 U 50 50 1 1 I +X ~ ~ 100 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQCUP +# +DEF SQCUP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQCUP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 800 -400 0 400 0 400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQIMAGE +# +DEF SQIMAGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQIMAGE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 100 -400 100 -400 700 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQIMAGE_MINUS +# +DEF SQIMAGE_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQIMAGE_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 -50 -400 -50 N +P 4 0 1 0 400 250 -400 250 -400 850 400 850 N +X CENTER_M ~ 0 -50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE +# +DEF SQUARE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_BLACK +# +DEF SQUARE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 800 -350 0 N +P 2 0 1 0 -300 0 -300 800 N +P 2 0 1 0 -250 800 -250 0 N +P 2 0 1 0 -200 0 -200 800 N +P 2 0 1 0 -150 800 -150 0 N +P 2 0 1 0 -100 0 -100 800 N +P 2 0 1 0 -50 800 -50 0 N +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 50 800 50 0 N +P 2 0 1 0 100 0 100 800 N +P 2 0 1 0 150 800 150 0 N +P 2 0 1 0 200 0 200 800 N +P 2 0 1 0 250 800 250 0 N +P 2 0 1 0 300 0 300 800 N +P 2 0 1 0 350 800 350 0 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLB +# +DEF SQUARE_FILLB U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLB" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 -200 0 -400 200 N +P 2 0 1 0 100 0 -400 500 N +P 2 0 1 0 400 300 -100 800 N +P 2 0 1 0 400 600 200 800 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLD +# +DEF SQUARE_FILLD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLD" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 800 N +P 2 0 1 0 -400 300 100 800 N +P 2 0 1 0 -400 600 -200 800 N +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 -200 0 -400 200 N +P 2 0 1 0 -100 0 400 500 N +P 2 0 1 0 100 0 -400 500 N +P 2 0 1 0 200 0 400 200 N +P 2 0 1 0 400 300 -100 800 N +P 2 0 1 0 400 600 200 800 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLH +# +DEF SQUARE_FILLH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 600 400 600 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLO +# +DEF SQUARE_FILLO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLO" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 600 400 600 N +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 200 800 200 0 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLS +# +DEF SQUARE_FILLS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 800 N +P 2 0 1 0 -400 300 100 800 N +P 2 0 1 0 -400 600 -200 800 N +P 2 0 1 0 -100 0 400 500 N +P 2 0 1 0 200 0 400 200 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLV +# +DEF SQUARE_FILLV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLV" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 200 800 200 0 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FOOT +# +DEF SQUARE_FOOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FOOT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1050 -50 750 N +P 6 0 1 0 -250 800 -400 800 -400 0 400 0 400 800 250 800 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_LEFTHALF_BLACK +# +DEF SQUARE_LEFTHALF_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_LEFTHALF_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 0 -350 800 N +P 2 0 1 0 -300 800 -300 0 N +P 2 0 1 0 -250 0 -250 800 N +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 -150 0 -150 800 N +P 2 0 1 0 -100 800 -100 0 N +P 2 0 1 0 -50 0 -50 800 N +P 5 0 1 0 -400 0 -400 800 0 800 0 0 -400 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_ROUNDED +# +DEF SQUARE_ROUNDED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_ROUNDED" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -350 750 -250 800 250 800 350 750 400 650 400 150 350 50 250 0 -250 0 -350 50 -400 150 -400 650 -350 750 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_SMALL +# +DEF SQUARE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -150 250 -150 550 150 550 150 250 -150 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_SMALL_BLACK +# +DEF SQUARE_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 -100 250 N +P 2 0 1 0 -50 250 -50 550 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 250 50 550 N +P 2 0 1 0 100 550 100 250 N +P 5 0 1 0 -150 250 -150 550 150 550 150 250 -150 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUISH_QUAD +# +DEF SQUISH_QUAD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUISH_QUAD" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -250 1050 250 1050 250 -300 -250 -300 -250 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STAR +# +DEF STAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STAR" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 800 250 50 -400 500 400 500 -250 50 0 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STAR_SMALL +# +DEF STAR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STAR_SMALL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 450 100 150 -150 350 150 350 -100 150 0 450 N +X BELOW ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STIGMA_CAP +# +DEF STIGMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STIGMA_CAP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 250 1050 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 450 -350 250 -300 150 -200 50 -50 0 0 0 100 -50 150 -150 150 -200 100 -300 50 -350 -50 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STIGMA_SMALL +# +DEF STIGMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STIGMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 200 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 0 0 100 -50 150 -150 150 -200 100 -300 0 -350 -100 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STRICTEQV +# +DEF STRICTEQV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STRICTEQV" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -50 400 -50 N +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 -400 850 400 850 N +P 2 0 1 0 400 250 -400 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_H +# +DEF STROKE_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 350 200 350 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_SMALL_H +# +DEF STROKE_SMALL_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_SMALL_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 350 150 350 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_SMALL_H_DBL +# +DEF STROKE_SMALL_H_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_SMALL_H_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 200 150 200 N +P 2 0 1 0 -150 500 150 500 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_V +# +DEF STROKE_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_V" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 550 0 150 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUBSET +# +DEF SUBSET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUBSET" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 400 700 -200 700 -300 650 -350 600 -400 500 -400 300 -350 200 -300 150 -200 100 400 100 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUBSET_DBL +# +DEF SUBSET_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUBSET_DBL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 400 550 50 550 -50 500 -100 400 -50 300 50 250 400 250 N +P 10 0 1 0 400 -50 -50 -50 -200 0 -350 150 -400 300 -400 500 -350 650 -200 800 -50 850 400 850 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUBSET_MINUS +# +DEF SUBSET_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUBSET_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -50 400 -50 N +P 10 0 1 0 400 850 -200 850 -300 800 -350 750 -400 650 -400 450 -350 350 -300 300 -200 250 400 250 N +X CENTER_M ~ 0 -50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUCCEEDS_WAVE +# +DEF SUCCEEDS_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUCCEEDS_WAVE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 0 -350 50 -200 100 -50 50 50 -50 200 -100 350 -50 400 0 N +P 9 0 1 0 -400 150 -300 300 -200 400 0 500 400 550 0 600 -200 700 -300 800 -400 950 N +X CENTER_W ~ 0 0 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SYMMETRY +# +DEF SYMMETRY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SYMMETRY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -200 100 200 100 N +P 2 0 1 0 200 700 -200 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_CAP +# +DEF T_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 2 0 1 0 0 0 0 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X MIDHOOK ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_CAP_ABOVE +# +DEF T_CAP_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_CAP_ABOVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1100 250 1100 N +P 2 0 1 0 0 1100 0 950 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_CAP_HOOK +# +DEF T_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 5 0 1 0 -350 800 -350 900 -300 1000 -200 1050 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL +# +DEF T_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 5 0 1 0 0 1050 0 150 50 50 150 0 250 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 100 -250 100 R 50 50 1 1 I +X BOTTOM ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_CARON +# +DEF T_SMALL_CARON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_CARON" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 2 0 1 0 350 1050 300 900 N +P 5 0 1 0 0 1050 0 150 50 50 150 0 250 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_CURL +# +DEF T_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 11 0 1 0 0 1050 0 150 50 50 150 0 250 0 350 50 400 150 350 250 250 300 150 250 -50 -150 N +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_HOOK +# +DEF T_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 8 0 1 0 250 1050 150 1050 50 1000 0 900 0 150 50 50 150 0 250 0 N +X BELOW ~ 100 -250 100 R 50 50 1 1 I +X BOTTOM ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_RETROHOOK +# +DEF T_SMALL_RETROHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_RETROHOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 5 0 1 0 0 1050 0 -200 50 -300 150 -350 250 -350 N +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALLCAP +# +DEF T_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 2 0 1 0 0 700 0 0 N +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_TINY +# +DEF T_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 500 200 500 N +P 5 0 1 0 0 700 0 150 50 50 150 0 200 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 100 -250 100 R 50 50 1 1 I +X BOTTOM ~ 200 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TAB +# +DEF TAB U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TAB" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 800 -400 400 N +P 2 0 1 0 400 400 400 0 N +P 2 0 1 0 400 600 -400 600 N +P 3 0 1 0 -200 400 -400 600 -200 800 N +P 3 0 1 0 200 0 400 200 200 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TACK +# +DEF TACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 -400 800 N +P 2 0 1 0 -400 400 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TACK_UP +# +DEF TACK_UP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TACK_UP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 2 0 1 0 0 0 0 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TACK_UP_LARGE +# +DEF TACK_UP_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TACK_UP_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -300 400 -300 N +P 2 0 1 0 0 -300 0 1100 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TAIL +# +DEF TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TAIL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 0 150 0 -150 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TARGET +# +DEF TARGET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TARGET" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 -200 400 N +P 2 0 1 0 0 0 0 200 N +P 2 0 1 0 0 800 0 600 N +P 2 0 1 0 400 400 200 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TAU_SMALL +# +DEF TAU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TAU_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 550 -250 650 -150 700 300 700 N +P 4 0 1 0 0 700 0 150 50 50 150 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TC_SMALL_CURL +# +DEF TC_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TC_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 700 -100 700 N +P 6 0 1 0 -350 1050 -350 150 -300 50 -200 0 -100 0 0 50 N +P 17 0 1 0 400 650 300 700 100 700 0 650 -50 600 -100 500 -100 200 -50 100 0 50 100 0 250 0 350 50 400 150 350 250 250 300 150 250 -50 -150 N +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDDLE ~ -350 400 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TELEPHONE_RECORDER +# +DEF TELEPHONE_RECORDER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TELEPHONE_RECORDER" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 300 -400 0 N +P 13 0 1 0 100 800 250 750 350 650 400 500 350 350 250 250 100 200 -50 250 -150 350 -200 500 -150 650 -50 750 100 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TESH_SMALL +# +DEF TESH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TESH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 100 700 N +P 5 0 1 0 -200 1050 -200 150 -150 50 -50 0 100 0 N +P 8 0 1 0 350 1050 250 1050 150 1000 100 900 100 -200 50 -300 -50 -350 -150 -350 N +X MIDDLE ~ -200 400 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TETRASEME_METRICAL +# +DEF TETRASEME_METRICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TETRASEME_METRICAL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 550 -400 300 400 300 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THEREFORE +# +DEF THEREFORE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THEREFORE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -350 150 -300 100 -350 50 -400 100 -350 150 -350 50 N +P 6 0 1 0 0 750 50 700 0 650 -50 700 0 750 0 650 N +P 6 0 1 0 350 150 400 100 350 50 300 100 350 150 350 50 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THETA_CAP +# +DEF THETA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THETA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 550 150 550 N +P 21 0 1 0 -100 1050 100 1050 200 1000 300 900 350 800 400 650 400 400 350 250 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 250 -400 400 -400 650 -350 800 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THETA_SMALL +# +DEF THETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 550 250 550 N +P 17 0 1 0 -100 1050 50 1050 150 1000 200 950 250 800 250 250 200 100 150 50 50 0 -100 0 -200 50 -250 100 -300 250 -300 800 -250 950 -200 1000 -100 1050 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THETA_SMALL_SCRIPT +# +DEF THETA_SMALL_SCRIPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THETA_SMALL_SCRIPT" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 -400 550 -350 500 -300 400 -300 250 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 250 250 800 200 950 150 1000 50 1050 -100 1050 -200 1000 -250 950 -300 850 -300 750 -250 650 -200 600 -100 550 250 550 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THORN_CAP +# +DEF THORN_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THORN_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 10 0 1 0 -300 800 100 800 200 750 250 700 300 600 300 450 250 350 200 300 100 250 -300 250 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THORN_SMALL +# +DEF THORN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THORN_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1050 -250 -350 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THOUSANDS_CYR +# +DEF THOUSANDS_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THOUSANDS_CYR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 -100 150 600 N +P 2 0 1 0 -150 500 250 300 N +P 2 0 1 0 100 0 -300 200 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TIE +# +DEF TIE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TIE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -800 1050 -750 1100 -600 1200 -500 1250 -350 1300 -100 1350 100 1350 350 1300 500 1250 600 1200 750 1100 800 1050 N +X ~ ~ -150 0 300 U 50 50 1 1 I +X ~ ~ 150 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TILDE +# +DEF TILDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TILDE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -250 950 -200 1000 -100 1050 100 950 200 1000 250 1050 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TILDE_MACRON +# +DEF TILDE_MACRON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TILDE_MACRON" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1300 250 1300 N +P 6 0 1 0 -250 950 -200 1000 -100 1050 100 950 200 1000 250 1050 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TITLO +# +DEF TITLO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TITLO" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 950 -250 1050 250 1000 250 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TJE_KOMI_CAP +# +DEF TJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 8 0 1 0 0 1050 0 150 50 50 150 0 300 0 400 50 450 150 450 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TJE_KOMI_SMALL +# +DEF TJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 8 0 1 0 0 700 0 150 50 50 150 0 200 0 300 50 350 150 350 400 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TOR_BRACKET_OVER +# +DEF TOR_BRACKET_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TOR_BRACKET_OVER" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -800 -150 -600 100 600 100 800 -150 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TOTAL_RUNOUT +# +DEF TOTAL_RUNOUT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TOTAL_RUNOUT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 550 0 800 -200 650 N +P 3 0 1 0 400 550 400 800 200 650 N +P 4 0 1 0 0 800 -400 0 0 0 400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRAPEZIUM +# +DEF TRAPEZIUM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRAPEZIUM" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 0 -200 800 200 800 450 0 -450 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE +# +DEF TRIANGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 800 450 0 -450 0 0 800 N +X CENTER ~ 0 250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_BLACK +# +DEF TRIANGLE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 50 -400 0 N +P 2 0 1 0 -350 150 -350 0 N +P 2 0 1 0 -300 250 -300 0 N +P 2 0 1 0 -250 350 -250 0 N +P 2 0 1 0 -200 400 -200 0 N +P 2 0 1 0 -150 500 -150 0 N +P 2 0 1 0 -100 600 -100 0 N +P 2 0 1 0 -50 700 -50 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 50 700 50 0 N +P 2 0 1 0 100 600 100 0 N +P 2 0 1 0 150 500 150 0 N +P 2 0 1 0 200 400 200 0 N +P 2 0 1 0 250 350 250 0 N +P 2 0 1 0 300 250 300 0 N +P 2 0 1 0 350 150 350 0 N +P 3 0 1 0 400 0 0 750 -400 0 N +P 3 0 1 0 400 50 400 0 400 0 N +P 4 0 1 0 0 800 450 0 -450 0 0 800 N +X CENTER ~ 0 250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_BLACKHALF +# +DEF TRIANGLE_BLACKHALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_BLACKHALF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 0 750 N +P 2 0 1 0 -400 50 -400 0 N +P 2 0 1 0 -350 150 -350 0 N +P 2 0 1 0 -300 250 -300 0 N +P 2 0 1 0 -250 350 -250 0 N +P 2 0 1 0 -200 400 -200 0 N +P 2 0 1 0 -150 500 -150 0 N +P 2 0 1 0 -100 600 -100 0 N +P 2 0 1 0 -50 700 -50 0 N +P 2 0 1 0 0 800 0 0 N +P 4 0 1 0 0 800 450 0 -450 0 0 800 N +X CENTER ~ 0 250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E +# +DEF TRIANGLE_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 400 -400 -50 -400 850 400 400 N +X CENTER ~ -150 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E_BLACK +# +DEF TRIANGLE_E_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 800 -350 0 N +P 2 0 1 0 -300 750 -300 50 N +P 2 0 1 0 -250 750 -250 50 N +P 2 0 1 0 -200 700 -200 100 N +P 2 0 1 0 -150 700 -150 100 N +P 2 0 1 0 -100 650 -100 150 N +P 2 0 1 0 -50 650 -50 150 N +P 2 0 1 0 0 600 0 200 N +P 2 0 1 0 50 550 50 250 N +P 2 0 1 0 100 550 100 250 N +P 2 0 1 0 150 500 150 300 N +P 2 0 1 0 200 500 200 300 N +P 2 0 1 0 250 400 300 400 N +P 2 0 1 0 250 450 250 350 N +P 3 0 1 0 -400 800 350 400 -400 0 N +P 4 0 1 0 400 400 -400 -50 -400 850 400 400 N +X CENTER ~ -150 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E_SMALL +# +DEF TRIANGLE_E_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 200 400 -150 200 -150 600 200 400 N +X CENTER ~ -50 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E_SMALL_BLACK +# +DEF TRIANGLE_E_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 -100 250 N +P 2 0 1 0 -50 500 -50 300 N +P 2 0 1 0 0 500 0 300 N +P 2 0 1 0 50 400 150 400 N +P 2 0 1 0 50 450 50 350 N +P 3 0 1 0 -150 550 150 400 -150 250 N +P 4 0 1 0 200 400 -150 200 -150 600 200 400 N +X CENTER ~ -50 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_RA +# +DEF TRIANGLE_RA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_RA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 0 400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_RA_BLACK +# +DEF TRIANGLE_RA_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_RA_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 50 -350 0 N +P 2 0 1 0 -300 100 -300 0 N +P 2 0 1 0 -250 150 -250 0 N +P 2 0 1 0 -200 200 -200 0 N +P 2 0 1 0 -150 250 -150 0 N +P 2 0 1 0 -100 300 -100 0 N +P 2 0 1 0 -50 350 -50 0 N +P 2 0 1 0 0 400 0 0 N +P 2 0 1 0 50 450 50 0 N +P 2 0 1 0 100 500 100 0 N +P 2 0 1 0 150 550 150 0 N +P 2 0 1 0 200 600 200 0 N +P 2 0 1 0 250 650 250 0 N +P 2 0 1 0 300 700 300 0 N +P 2 0 1 0 350 750 350 0 N +P 4 0 1 0 400 0 400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_SMALL +# +DEF TRIANGLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 600 200 250 -200 250 0 600 N +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_SMALL_BLACK +# +DEF TRIANGLE_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 300 -150 250 N +P 2 0 1 0 -100 400 -100 250 N +P 2 0 1 0 -50 500 -50 250 N +P 2 0 1 0 0 600 0 250 N +P 2 0 1 0 50 500 50 250 N +P 2 0 1 0 100 400 100 250 N +P 2 0 1 0 150 300 150 250 N +P 3 0 1 0 -150 250 0 550 150 250 N +P 4 0 1 0 0 600 200 250 -200 250 0 600 N +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL +# +DEF TRIANGLE_TALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 800 300 0 -300 0 0 800 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_BLACK +# +DEF TRIANGLE_TALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 100 N +P 2 0 1 0 -200 250 -200 0 N +P 2 0 1 0 -150 400 -150 0 N +P 2 0 1 0 -100 500 -100 0 N +P 2 0 1 0 -50 650 -50 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 50 650 50 0 N +P 2 0 1 0 100 500 100 0 N +P 2 0 1 0 150 400 150 0 N +P 2 0 1 0 200 250 200 0 N +P 2 0 1 0 250 100 250 0 N +P 3 0 1 0 250 0 0 700 -250 0 N +P 4 0 1 0 0 800 300 0 -300 0 0 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_E +# +DEF TRIANGLE_TALL_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_E" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 400 -400 100 -400 700 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_E_BLACK +# +DEF TRIANGLE_TALL_E_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_E_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 650 -350 150 N +P 2 0 1 0 -300 650 -300 150 N +P 2 0 1 0 -250 600 -250 200 N +P 2 0 1 0 -200 600 -200 200 N +P 2 0 1 0 -150 600 -150 200 N +P 2 0 1 0 -100 550 -100 250 N +P 2 0 1 0 -50 550 -50 250 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 500 50 300 N +P 2 0 1 0 100 500 100 300 N +P 2 0 1 0 150 450 150 350 N +P 2 0 1 0 200 450 200 350 N +P 2 0 1 0 250 450 250 350 N +P 2 0 1 0 300 400 250 400 N +P 3 0 1 0 -400 650 350 400 -400 150 N +P 4 0 1 0 400 400 -400 100 -400 700 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_E_MINUS +# +DEF TRIANGLE_TALL_E_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_E_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 4 0 1 0 400 500 -400 200 -400 800 400 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRUE +# +DEF TRUE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRUE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 400 250 N +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 -400 800 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TS_SMALL +# +DEF TS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 700 -50 700 N +P 20 0 1 0 -300 1050 -300 150 -250 50 -150 0 -50 50 50 0 250 0 350 50 400 150 400 200 350 300 250 350 100 350 0 400 -50 500 -50 550 0 650 100 700 250 700 350 650 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSHE_CAP +# +DEF TSHE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSHE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 2 0 1 0 0 0 0 1050 N +P 6 0 1 0 0 700 300 700 450 650 550 550 600 400 600 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSHE_SMALL +# +DEF TSHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 800 300 800 N +P 2 0 1 0 0 1050 0 0 N +P 7 0 1 0 0 400 50 450 150 500 250 500 350 450 400 350 400 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSY_CAP +# +DEF TSY_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSY_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1050 300 0 N +P 4 0 1 0 -300 1050 -300 0 400 0 400 -250 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSY_SMALL +# +DEF TSY_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSY_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 0 N +P 4 0 1 0 -200 700 -200 0 350 0 350 -250 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TTSE_CAP +# +DEF TTSE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TTSE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 1050 0 1050 N +P 2 0 1 0 300 1050 300 0 N +P 4 0 1 0 -300 1050 -300 0 400 0 400 -250 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TTSE_SMALL +# +DEF TTSE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TTSE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 -450 700 N +P 2 0 1 0 250 700 250 0 N +P 4 0 1 0 -200 700 -200 0 350 0 350 -250 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_CAP +# +DEF U_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_CAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 1050 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_CAP_STROKE +# +DEF U_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 700 450 700 N +P 10 0 1 0 -300 1050 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALL +# +DEF U_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 7 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 100 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALL_SIDE +# +DEF U_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 550 350 550 N +P 7 0 1 0 -350 100 200 100 300 150 350 250 350 400 300 500 250 550 N +X ABOVE ~ -600 350 100 R 50 50 1 1 I +X BELOW ~ 600 350 100 R 50 50 1 1 I +X BOTTOM ~ 350 300 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 550 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP1 ~ -350 100 100 R 50 50 1 1 I +X TOP2 ~ -350 550 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALL_STROKE +# +DEF U_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 450 350 450 N +P 2 0 1 0 200 700 200 0 N +P 7 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 100 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALLCAP +# +DEF U_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 150 200 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_TINY +# +DEF U_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 500 150 0 N +P 6 0 1 0 -200 500 -200 150 -150 50 -50 0 50 0 150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 150 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP1 ~ -200 500 100 R 50 50 1 1 I +X TOP2 ~ 150 500 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_TINY_SIDE +# +DEF U_TINY_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_TINY_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 400 250 400 N +P 6 0 1 0 -250 50 100 50 200 100 250 200 250 300 200 400 N +X ABOVE ~ -500 250 100 R 50 50 1 1 I +X BELOW ~ 500 200 100 R 50 50 1 1 I +X BOTTOM ~ 250 200 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 400 100 R 50 50 1 1 I +X TOP1 ~ -250 50 100 R 50 50 1 1 I +X TOP2 ~ -250 400 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UE_SMALL +# +DEF UE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UE_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -450 700 -450 150 -400 50 -300 0 -150 0 -50 50 0 150 N +P 13 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 350 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNDERLINE_CONT +# +DEF UNDERLINE_CONT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNDERLINE_CONT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 600 0 N +P 6 0 1 0 -550 750 -450 800 -350 800 -250 750 -200 650 -200 300 N +P 6 0 1 0 150 400 200 350 150 300 100 350 150 400 150 300 N +P 6 0 1 0 550 400 600 350 550 300 500 350 550 400 550 300 N +P 8 0 1 0 -200 350 -300 300 -450 300 -550 350 -600 450 -550 550 -450 600 -200 600 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNDERLINE_DISCONT +# +DEF UNDERLINE_DISCONT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNDERLINE_DISCONT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -200 0 N +P 2 0 1 0 200 0 600 0 N +P 6 0 1 0 -550 750 -450 800 -350 800 -250 750 -200 650 -200 300 N +P 6 0 1 0 250 750 350 800 450 800 550 750 600 650 600 300 N +P 8 0 1 0 -200 350 -300 300 -450 300 -550 350 -600 450 -550 550 -450 600 -200 600 N +P 8 0 1 0 600 350 500 300 350 300 250 350 200 450 250 550 350 600 600 600 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNDO +# +DEF UNDO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNDO" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 650 -350 450 -150 450 N +P 6 0 1 0 350 450 250 550 100 600 -100 600 -250 550 -350 450 N +P 9 0 1 0 -200 150 -250 250 -350 300 -450 250 -500 150 -450 50 -350 0 -250 50 -200 150 N +P 9 0 1 0 200 150 250 50 350 0 450 50 500 150 450 250 350 300 250 250 200 150 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNION +# +DEF UNION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNION" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 800 -400 300 -300 100 -100 0 100 0 300 100 400 300 400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNION_DBL +# +DEF UNION_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNION_DBL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -150 800 -150 450 -100 350 0 300 100 350 150 450 150 800 N +P 10 0 1 0 -450 800 -450 350 -400 200 -250 50 -100 0 100 0 250 50 400 200 450 350 450 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNION_HUGE +# +DEF UNION_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNION_HUGE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -550 1050 -550 200 -500 0 -400 -150 -250 -250 -50 -300 50 -300 250 -250 400 -150 500 0 550 200 550 1050 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UPSILON_CAP_HOOK +# +DEF UPSILON_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UPSILON_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -350 1050 -250 1050 -150 1000 -50 900 0 800 0 0 N +P 7 0 1 0 0 800 50 950 100 1000 200 1050 250 1050 350 1000 400 900 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X P ~ -450 0 300 U 50 50 1 1 I +X S ~ 500 0 300 U 50 50 1 1 I +X TONOS ~ -650 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UPSILON_LARGE +# +DEF UPSILON_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UPSILON_LARGE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -300 1050 -300 200 -250 100 -200 50 -100 0 100 0 200 50 300 150 350 250 350 900 300 1000 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 250 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UPSILON_SMALL +# +DEF UPSILON_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UPSILON_SMALL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 100 250 200 250 550 200 650 150 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_CAP +# +DEF V_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 1050 0 0 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_MIDWELSH_CAP +# +DEF V_MIDWELSH_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_MIDWELSH_CAP" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -50 1050 -150 1000 -250 850 -300 700 -300 200 -250 100 -200 50 -100 0 100 0 200 50 300 150 350 250 350 350 300 550 200 700 150 750 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP1 ~ -50 1050 100 R 50 50 1 1 I +X TOP2 ~ 250 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_MIDWELSH_SMALL +# +DEF V_MIDWELSH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_MIDWELSH_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -50 700 -150 650 -200 600 -250 500 -250 200 -200 100 -150 50 -50 0 50 0 150 50 200 100 250 200 250 300 200 400 150 450 50 500 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_SMALL +# +DEF V_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 0 0 250 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_TINY +# +DEF V_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_TINY" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 500 0 0 200 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# W_CAP +# +DEF W_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "W_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 1050 -200 0 0 750 200 0 450 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# W_OVER_W +# +DEF W_OVER_W U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "W_OVER_W" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 400 -200 0 0 300 200 0 400 400 N +P 5 0 1 0 -400 1050 -200 650 0 950 200 650 400 1050 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# W_SMALL +# +DEF W_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "W_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 700 -200 0 0 500 200 0 400 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WATCH +# +DEF WATCH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WATCH" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 600 0 400 150 400 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE +# +DEF WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 400 -350 450 -200 500 -50 450 50 350 200 300 350 350 400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_EQUAL +# +DEF WAVE_EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 2 0 1 0 -400 400 400 400 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_MINUS +# +DEF WAVE_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 400 250 N +P 8 0 1 0 -400 550 -350 600 -200 650 -50 600 50 500 200 450 350 500 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_NOTEQUAL +# +DEF WAVE_NOTEQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_NOTEQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 150 550 -150 -50 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_TPL +# +DEF WAVE_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_TPL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 100 -350 150 -200 200 -50 150 50 50 200 0 350 50 400 100 N +P 8 0 1 0 -400 400 -350 450 -200 500 -50 450 50 350 200 300 350 350 400 400 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WREATH_PRODUCT +# +DEF WREATH_PRODUCT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WREATH_PRODUCT" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 0 800 50 750 100 600 50 450 -50 350 -100 200 -50 50 0 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WYNN_CAP +# +DEF WYNN_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WYNN_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 -350 N +P 11 0 1 0 -300 900 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 600 250 450 150 300 -300 -150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WYNN_SMALL +# +DEF WYNN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WYNN_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 9 0 1 0 -250 600 -200 650 -100 700 100 700 200 650 250 550 250 400 200 300 -250 -150 N +X TOP ~ 0 700 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# X_CAP +# +DEF X_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "X_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 350 0 N +P 2 0 1 0 350 1050 -350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X CENTER ~ 0 550 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# X_SMALL +# +DEF X_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "X_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 250 700 N +P 2 0 1 0 -300 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# X_TINY +# +DEF X_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "X_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 500 200 0 N +P 2 0 1 0 200 500 -200 0 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# XI_CAP +# +DEF XI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "XI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 250 0 N +P 2 0 1 0 -300 1050 250 1050 N +P 2 0 1 0 150 550 -200 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# XI_SMALL +# +DEF XI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "XI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1050 250 1050 N +P 7 0 1 0 -50 1050 -150 1000 -200 900 -200 750 -150 650 -50 600 150 600 N +P 15 0 1 0 -50 600 -150 550 -200 500 -250 400 -250 200 -200 100 -150 50 -50 0 50 0 150 -50 200 -150 200 -200 150 -300 50 -350 0 -350 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_CAP +# +DEF Y_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 300 100 R 50 50 1 1 I +X P ~ -450 0 300 U 50 50 1 1 I +X PERIS ~ -700 1300 100 R 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +X TONOS ~ -700 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_CAP_HOOK +# +DEF Y_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +P 7 0 1 0 -350 1050 0 500 300 1000 400 1050 500 1000 550 900 550 800 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_CAP_STROKE +# +DEF Y_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 900 350 900 N +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_LARGE +# +DEF Y_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 0 350 N +P 5 0 1 0 350 1050 -100 150 -200 50 -300 0 -350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL +# +DEF Y_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 5 0 1 0 250 700 0 0 -100 -250 -150 -300 -250 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_HOOK +# +DEF Y_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 9 0 1 0 -250 -350 -150 -300 -100 -250 0 0 200 650 300 700 400 650 450 550 450 450 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_LOOP +# +DEF Y_SMALL_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_LOOP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 11 0 1 0 250 700 0 0 -50 -200 -100 -300 -200 -350 -300 -300 -350 -200 -300 -100 -200 -50 -100 -100 -50 -200 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_STRAIGHT +# +DEF Y_SMALL_STRAIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_STRAIGHT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +P 3 0 1 0 -250 700 0 0 250 700 N +X MIDBOTTOM ~ 0 -100 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_STROKE +# +DEF Y_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 500 300 500 N +P 2 0 1 0 -250 700 0 0 N +P 5 0 1 0 250 700 0 0 -100 -250 -150 -300 -250 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALLCAP +# +DEF Y_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 0 N +P 3 0 1 0 -250 700 0 350 250 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 200 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YA_CAP +# +DEF YA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 -350 0 N +P 11 0 1 0 250 0 250 1050 -150 1050 -250 1000 -300 950 -350 850 -350 700 -300 600 -250 550 -150 500 250 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YA_SMALL +# +DEF YA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 300 -250 0 N +P 9 0 1 0 200 0 200 700 -100 700 -200 650 -250 550 -250 450 -200 350 -100 300 200 300 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAE_CAP +# +DEF YAE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 500 -500 0 N +P 3 0 1 0 100 1050 100 0 600 0 N +P 10 0 1 0 450 500 -300 500 -400 550 -450 600 -500 700 -500 850 -450 950 -400 1000 -300 1050 600 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAE_SMALL +# +DEF YAE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -250 300 N +P 9 0 1 0 0 550 0 700 -350 700 -450 650 -500 550 -500 450 -450 350 -350 300 0 300 N +P 13 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAT_CAP +# +DEF YAT_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAT_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 900 200 900 N +P 11 0 1 0 -250 1050 -250 0 50 0 200 50 300 150 350 250 350 400 300 500 200 600 50 650 -250 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAT_SMALL +# +DEF YAT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAT_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 700 100 700 N +P 9 0 1 0 -200 1050 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YEN +# +DEF YEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YEN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 350 400 350 N +P 2 0 1 0 -400 700 400 700 N +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YERY_CAP +# +DEF YERY_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YERY_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 500 1050 500 0 N +P 11 0 1 0 -450 1050 -450 0 -150 0 0 50 100 150 150 250 150 400 100 500 0 600 -150 650 -450 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YERY_SMALL +# +DEF YERY_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YERY_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 700 350 0 N +P 9 0 1 0 -350 700 -350 0 -100 0 0 50 50 150 50 300 0 400 -100 450 -350 450 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YOGH_CAP +# +DEF YOGH_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YOGH_CAP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 200 450 300 350 350 250 350 0 300 -100 200 -200 100 -250 -300 -350 N +P 12 0 1 0 -300 950 -250 1000 -150 1050 150 1050 250 1000 300 950 350 850 350 650 300 550 200 450 100 400 -200 300 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YOGH_SMALL +# +DEF YOGH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YOGH_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 150 200 200 150 250 50 250 -100 200 -200 150 -250 50 -300 -250 -350 N +P 11 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 350 200 250 150 200 50 150 -150 100 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YR_CAP +# +DEF YR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YR_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 2 0 1 0 -50 250 300 -350 N +P 10 0 1 0 -300 800 100 800 200 750 250 700 300 600 300 450 250 350 200 300 100 250 -300 250 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YU_CAP +# +DEF YU_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YU_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 1050 -500 0 N +P 2 0 1 0 -150 550 -500 550 N +P 17 0 1 0 100 1050 300 1050 400 1000 500 900 550 700 550 350 500 150 400 50 300 0 100 0 0 50 -100 150 -150 350 -150 700 -100 900 0 1000 100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YU_SMALL +# +DEF YU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YU_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 350 -100 350 N +P 2 0 1 0 -400 700 -400 0 N +P 17 0 1 0 100 0 0 50 -50 100 -100 200 -100 500 -50 600 0 650 100 700 250 700 350 650 400 600 450 500 450 200 400 100 350 50 250 0 100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_BIG_CAP +# +DEF YUS_BIG_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_BIG_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 550 -400 1050 400 1050 0 550 N +P 10 0 1 0 -450 0 -450 250 -400 400 -300 500 -150 550 150 550 300 500 400 400 450 250 450 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_BIG_SMALL +# +DEF YUS_BIG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_BIG_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 350 -300 700 300 700 0 350 N +P 10 0 1 0 -350 0 -350 150 -300 250 -250 300 -150 350 150 350 250 300 300 250 350 150 350 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_LITTLE_CAP +# +DEF YUS_LITTLE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_LITTLE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 400 300 400 N +P 2 0 1 0 0 400 0 0 N +P 3 0 1 0 -500 0 0 1050 500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_LITTLE_SMALL +# +DEF YUS_LITTLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_LITTLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 300 200 300 N +P 2 0 1 0 0 300 0 0 N +P 3 0 1 0 -350 0 0 700 350 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_CAP +# +DEF Z_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -350 1050 350 1050 -350 0 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -350 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 550 100 R 50 50 1 1 I +X TOP1 ~ -350 1050 100 R 50 50 1 1 I +X TOP2 ~ 350 1050 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_SMALL +# +DEF Z_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 700 250 700 -300 0 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -300 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_SMALL_CURL +# +DEF Z_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 700 250 700 -300 0 100 0 200 50 250 150 200 250 100 300 0 250 -200 -150 N +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -300 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_SMALL_SWASHTAIL +# +DEF Z_SMALL_SWASHTAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_SMALL_SWASHTAIL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -300 700 250 700 -300 0 -200 0 -100 -50 0 -150 100 -200 250 -200 N +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -300 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZEMLYA_CAP +# +DEF ZEMLYA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZEMLYA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 19 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 650 200 600 100 550 250 500 300 450 350 350 350 200 300 100 250 50 150 0 -150 0 -250 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZEMLYA_SMALL +# +DEF ZEMLYA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZEMLYA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 15 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 150 200 50 100 0 -100 0 -200 50 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZETA_SMALL +# +DEF ZETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 1050 250 1050 -100 700 -200 550 -250 400 -250 200 -200 100 -150 50 -50 0 50 0 150 -50 200 -150 200 -200 150 -300 50 -350 0 -350 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZHIVETE_CAP +# +DEF ZHIVETE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZHIVETE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 600 -600 0 N +P 2 0 1 0 0 0 0 1050 N +P 2 0 1 0 0 450 -600 1050 N +P 2 0 1 0 600 0 150 600 N +P 2 0 1 0 600 1050 0 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM3 ~ 600 0 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZHIVETE_SMALL +# +DEF ZHIVETE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZHIVETE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 350 -400 0 N +P 2 0 1 0 0 300 -400 700 N +P 2 0 1 0 0 700 0 0 N +P 2 0 1 0 400 0 50 350 N +P 2 0 1 0 400 700 0 300 N +X BOTTOM3 ~ 400 0 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZJE_KOMI_CAP +# +DEF ZJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 20 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 650 200 600 100 550 200 500 250 450 300 350 300 150 350 50 450 0 600 0 700 50 750 150 750 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 950 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZJE_KOMI_SMALL +# +DEF ZJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 17 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 150 300 50 400 0 450 0 550 50 600 150 600 500 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/helpers/tools_to_build_newstroke-font/font.dcm b/helpers/tools_to_build_newstroke-font/font.dcm new file mode 100644 index 0000000..87d1e61 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 Date: Ð’Ñк 31 Янв 2010 21:30:44 +# +#End Doc Library diff --git a/helpers/tools_to_build_newstroke-font/font.kicad_pcb b/helpers/tools_to_build_newstroke-font/font.kicad_pcb new file mode 100644 index 0000000..c5dcf2a --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font.kicad_pcb @@ -0,0 +1,376 @@ +(kicad_pcb (version 4) (host pcbnew "(2015-04-03 BZR 5570)-product") + + (general + (links 0) + (no_connects 0) + (area 9.113522 18.1229 196.183794 193.827146) + (thickness 1.6) + (drawings 89) + (tracks 0) + (zones 0) + (modules 0) + (nets 1) + ) + + (page A4) + (title_block + (date "29 jan 2010") + ) + + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.2032) + (trace_clearance 0.254) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2032) + (segment_width 0.381) + (edge_width 0.381) + (via_size 0.889) + (via_drill 0.635) + (via_min_size 0.889) + (via_min_drill 0.508) + (uvia_size 0.508) + (uvia_drill 0.127) + (uvias_allowed no) + (uvia_min_size 0.508) + (uvia_min_drill 0.127) + (pcb_text_width 0.3048) + (pcb_text_size 1.524 2.032) + (mod_edge_width 0.381) + (mod_text_size 1.524 1.524) + (mod_text_width 0.3048) + (pad_size 1.524 1.524) + (pad_drill 0.8128) + (pad_to_mask_clearance 0.254) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x00030_80000001) + (usegerberextensions false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (hpglpenoverlay 2) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + + (net_class Default "КлаÑÑ Ñ†ÐµÐ¿ÐµÐ¹ по умолчанию." + (clearance 0.254) + (trace_width 0.2032) + (via_dia 0.889) + (via_drill 0.635) + (uvia_dia 0.508) + (uvia_drill 0.127) + ) + + (gr_text ᶠᶡᶢᶣᶤᶥᶦᶧᶨᶩᶪᶫᶬᶭᶮᶯᶰᶱᶲᶳᶴᶵᶶᶷᶸᶹᶺᶻᶼᶽᶾᶿ (at 99.9998 55.99938) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ᶀá¶á¶‚ᶃᶄᶅᶆᶇᶈᶉᶊᶋᶌá¶á¶Žá¶á¶á¶‘ᶒᶓᶔᶕᶖᶗᶘᶙᶚᶛᶜá¶á¶žá¶Ÿ (at 99.9998 51.99888) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ᵠᵡᵢᵣᵤᵥᵦᵧᵨᵩᵪᵫᵬᵭᵮᵯᵰᵱᵲᵳᵴᵵᵶᵷᵸᵹᵺᵻᵼᵽᵾᵿ (at 99.9998 48.00092) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text áµ€áµáµ‚ᵃᵄᵅᵆᵇᵈᵉᵊᵋᵌáµáµŽáµáµáµ‘ᵒᵓᵔᵕᵖᵗᵘᵙᵚᵛᵜáµáµžáµŸ (at 99.9998 44.00042) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ᴠᴡᴢᴣᴤᴥᴦᴧᴨᴩᴪᴫᴬᴭᴮᴯᴰᴱᴲᴳᴴᴵᴶᴷᴸᴹᴺᴻᴼᴽᴾᴿ (at 99.9998 39.99992) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text á´€á´á´‚ᴃᴄᴅᴆᴇᴈᴉᴊᴋᴌá´á´Žá´á´á´‘ᴒᴓᴔᴕᴖᴗᴘᴙᴚᴛᴜá´á´žá´Ÿ (at 99.9998 35.99942) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ô€ÔÔ‚ÔƒÔ„Ô…Ô†Ô‡ÔˆÔ‰ÔŠÔ‹ÔŒÔÔŽÔÔÔ‘Ô’Ô“Ô”Ô•Ô–Ô—Ô˜Ô™ÔšÔ›ÔœÔÔžÔŸÔ Ô¡Ô¢Ô£ (at 39.99992 159.99968) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ῠῡῢΰῤῥῦῧῨῩῪΎῬ῭΅`ῲῳῴῶῷῸΌῺΏῼ´῾ (at 99.9998 124.00026) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text á¿€á¿á¿‚ῃῄῆῇῈΈῊΉῌá¿á¿Žá¿á¿á¿‘ῒΐῖῗῘῙῚΊá¿á¿žá¿Ÿ (at 99.9998 119.99976) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ᾠᾡᾢᾣᾤᾥᾦᾧᾨᾩᾪᾫᾬᾭᾮᾯᾰᾱᾲᾳᾴᾶᾷᾸᾹᾺΆᾼ᾽ι᾿ (at 99.9998 115.99926) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text á¾€á¾á¾‚ᾃᾄᾅᾆᾇᾈᾉᾊᾋᾌá¾á¾Žá¾á¾á¾‘ᾒᾓᾔᾕᾖᾗᾘᾙᾚᾛᾜá¾á¾žá¾Ÿ (at 99.9998 111.99876) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ὠὡὢὣὤὥὦὧὨὩὪὫὬὭὮὯὰάὲέὴήὶίὸόὺύὼώ (at 99.9998 108.0008) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text á½€á½á½‚ὃὄὅὈὉὊὋὌá½á½á½‘ὒὓὔὕὖὗὙὛá½á½Ÿ (at 99.9998 104.0003) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ἠἡἢἣἤἥἦἧἨἩἪἫἬἭἮἯἰἱἲἳἴἵἶἷἸἹἺἻἼἽἾἿ (at 99.9998 99.9998) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text á¼€á¼á¼‚ἃἄἅἆἇἈἉἊἋἌá¼á¼Žá¼á¼á¼‘ἒἓἔἕἘἙἚἛἜἠ(at 99.9998 95.9993) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ỠỡỢợỤụỦủỨứỪừỬửỮữỰựỲỳỴỵỶỷỸỹỺỻỼỽỾỿ (at 99.9998 91.9988) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ềá»á»‚ểỄễỆệỈỉỊịỌá»á»Žá»á»á»‘ỒồỔổỖỗỘộỚớỜá»á»žá»Ÿ (at 99.9998 88.00084) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ẠạẢảẤấẦầẨẩẪẫẬậẮắẰằẲẳẴẵẶặẸẹẺẻẼẽẾế (at 99.9998 84.00034) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ẁáºáº‚ẃẄẅẆẇẈẉẊẋẌáºáºŽáºáºáº‘ẒẓẔẕẖẗẘẙẚẛẜáºáºžáºŸ (at 99.9998 79.99984) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ṠṡṢṣṤṥṦṧṨṩṪṫṬṭṮṯṰṱṲṳṴṵṶṷṸṹṺṻṼṽṾṿ (at 99.9998 75.99934) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text á¹€á¹á¹‚ṃṄṅṆṇṈṉṊṋṌá¹á¹Žá¹á¹á¹‘ṒṓṔṕṖṗṘṙṚṛṜá¹á¹žá¹Ÿ (at 99.9998 71.99884) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ḠḡḢḣḤḥḦḧḨḩḪḫḬḭḮḯḰḱḲḳḴḵḶḷḸḹḺḻḼḽḾḿ (at 99.9998 68.00088) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ḁá¸á¸‚ḃḄḅḆḇḈḉḊḋḌá¸á¸Žá¸á¸á¸‘ḒḓḔḕḖḗḘḙḚḛḜá¸á¸žá¸Ÿ (at 99.9998 64.00038) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ʠʡʢʣʤʥʦʧʨʩʪʫʬʭʮʯ (at 39.99992 96.00184) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ê€ÊʂʃʄʅʆʇʈʉʊʋʌÊÊŽÊÊʑʒʓʔʕʖʗʘʙʚʛʜÊʞʟ (at 39.99992 92.00134) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ɠɡɢɣɤɥɦɧɨɩɪɫɬɭɮɯɰɱɲɳɴɵɶɷɸɹɺɻɼɽɾɿ (at 39.99992 88.00084) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text É€ÉɂɃɄɅɆɇɈɉɊɋɌÉÉŽÉÉɑɒɓɔɕɖɗɘəɚɛɜÉɞɟ (at 39.99992 84.00288) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ȠȡȢȣȤȥȦȧȨȩȪȫȬȭȮȯȰȱȲȳȴȵȶȷȸȹȺȻȼȽȾȿ (at 39.99992 80.00238) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text È€ÈȂȃȄȅȆȇȈȉȊȋȌÈÈŽÈÈȑȒȓȔȕȖȗȘșȚțȜÈȞȟ (at 39.99992 76.00188) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ǠǡǢǣǤǥǦǧǨǩǪǫǬǭǮǯǰDZDzdzǴǵǶǷǸǹǺǻǼǽǾǿ (at 39.99992 72.00138) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ç€ÇǂǃDŽDždžLJLjljNJNjnjÇÇŽÇÇǑǒǓǔǕǖǗǘǙǚǛǜÇǞǟ (at 39.99992 68.00088) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ƠơƢƣƤƥƦƧƨƩƪƫƬƭƮƯưƱƲƳƴƵƶƷƸƹƺƻƼƽƾƿ (at 39.99992 64.00292) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Æ€ÆƂƃƄƅƆƇƈƉƊƋƌÆÆŽÆÆƑƒƓƔƕƖƗƘƙƚƛƜÆƞƟ (at 39.99992 60.00242) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ◠◡◢◣◤◥◦◧◨◩◪◫◬◭◮◯◰◱◲◳◴◵◶◷◸◹◺◻◼◽◾◿ (at 159.99968 131.99872) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â—€â—◂◃◄◅◆◇◈◉◊○◌â—â—Žâ—â—◑◒◓◔◕◖◗◘◙◚◛◜â—â—žâ—Ÿ (at 159.99968 127.99822) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ■□▢▣▤▥▦▧▨▩▪▫▬▭▮▯▰▱▲△▴▵▶▷▸▹►▻▼▽▾▿ (at 159.99968 124.00026) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ∛~27~=3 (at 102.99954 189.99962) (layer F.SilkS) + (effects (font (size 5.25018 4.0005) (thickness 0.3048))) + ) + (gr_text â â¡â¢â£â¤â¥â¦â§ (at 159.99968 119.99976) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â€ââ‚âƒâ„â…â†â‡âˆâ‰âŠâ‹âŒââŽâââ‘â’â“â”â•â–â—â˜â™âšâ›âœââžâŸ (at 159.99968 115.99926) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⎠⎡⎢⎣⎤⎥⎦⎧⎨⎩⎪⎫⎬⎭⎮⎯⎰⎱⎲⎳⎴⎵⎶⎷⎸⎹⎺⎻⎼⎽⎾⎿ (at 159.99968 111.99876) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⎀âŽâŽ‚⎃⎄⎅⎆⎇⎈⎉⎊⎋⎌âŽâŽŽâŽâŽâŽ‘⎒⎓⎔⎕⎖⎗⎘⎙⎚⎛⎜âŽâŽžâŽŸ (at 159.99968 107.99826) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â â¡â¢â£â¤â¥â¦â§â¨â©âªâ«â¬â­â®â¯â°â±â²â³â´âµâ¶â·â¸â¹âºâ»â¼â½â¾â¿ (at 159.99968 104.0003) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â€ââ‚âƒâ„â…â†â‡âˆâ‰âŠâ‹âŒââŽâââ‘â’â“â”â•â–â—â˜â™âšâ›âœââžâŸ (at 159.99968 99.9998) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⌠⌡⌢⌣⌤⌥⌦⌧⌨〈〉⌫⌬⌭⌮⌯⌰⌱⌲⌳⌴⌵⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿ (at 159.99968 95.9993) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⌀âŒâŒ‚⌃⌄⌅⌆⌇⌈⌉⌊⌋⌌âŒâŒŽâŒâŒâŒ‘⌒⌓⌔⌕⌖⌗⌘⌙⌚⌛⌜âŒâŒžâŒŸ (at 159.99968 91.9988) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⋠⋡⋢⋣⋤⋥⋦⋧⋨⋩⋪⋫⋬⋭⋮⋯⋰⋱⋲⋳⋴⋵⋶⋷⋸⋹⋺⋻⋼⋽⋾⋿ (at 159.99968 87.9983) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â‹€â‹â‹‚⋃⋄⋅⋆⋇⋈⋉⋊⋋⋌â‹â‹Žâ‹â‹â‹‘⋒⋓⋔⋕⋖⋗⋘⋙⋚⋛⋜â‹â‹žâ‹Ÿ (at 159.99968 84.00034) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⊠⊡⊢⊣⊤⊥⊦⊧⊨⊩⊪⊫⊬⊭⊮⊯⊰⊱⊲⊳⊴⊵⊶⊷⊸⊹⊺⊻⊼⊽⊾⊿ (at 159.99968 79.99984) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⊀âŠâŠ‚⊃⊄⊅⊆⊇⊈⊉⊊⊋⊌âŠâŠŽâŠâŠâŠ‘⊒⊓⊔⊕⊖⊗⊘⊙⊚⊛⊜âŠâŠžâŠŸ (at 159.99968 75.99934) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ≠≡≢≣≤≥≦≧≨≩≪≫≬≭≮≯≰≱≲≳≴≵≶≷≸≹≺≻≼≽≾≿ (at 159.99968 71.99884) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ≀â‰â‰‚≃≄≅≆≇≈≉≊≋≌â‰â‰Žâ‰â‰â‰‘≒≓≔≕≖≗≘≙≚≛≜â‰â‰žâ‰Ÿ (at 159.99968 67.99834) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ∠∡∢∣∤∥∦∧∨∩∪∫∬∭∮∯∰∱∲∳∴∵∶∷∸∹∺∻∼∽∾∿ (at 159.99968 64.00038) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ∀âˆâˆ‚∃∄∅∆∇∈∉∊∋∌âˆâˆŽâˆâˆâˆ‘−∓∔∕∖∗∘∙√∛∜âˆâˆžâˆŸ (at 159.99968 59.99988) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⇠⇡⇢⇣⇤⇥⇦⇧⇨⇩⇪⇫⇬⇭⇮⇯⇰⇱⇲⇳⇴⇵⇶⇷⇸⇹⇺⇻⇼⇽⇾⇿ (at 159.99968 55.99938) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ⇀â‡â‡‚⇃⇄⇅⇆⇇⇈⇉⇊⇋⇌â‡â‡Žâ‡â‡â‡‘⇒⇓⇔⇕⇖⇗⇘⇙⇚⇛⇜â‡â‡žâ‡Ÿ (at 159.99968 51.99888) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ↠↡↢↣↤↥↦↧↨↩↪↫↬↭↮↯↰↱↲↳↴↵↶↷↸↹↺↻↼↽↾↿ (at 159.99968 47.99838) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â†â†‘→↓↔↕↖↗↘↙↚↛↜â†â†žâ†Ÿ (at 159.99968 44.00042) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₰₱₲₳₴₵ (at 159.99968 35.99942) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â°â±â´âµâ¶â·â¸â¹âºâ»â¼â½â¾â¿â‚€â‚₂₃₄₅₆₇₈₉₊₋₌â‚â‚Žâ‚â‚‘â‚’â‚“â‚” (at 159.99968 31.99892) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ‰‱′″‴‵‶‷‸‹›※‼‽‾‿â€ââ‚âƒâ„â…â†â‡âˆâ‰âŠâ‹âŒââŽâââ‘â’â“â”â•â–â—â˜â™âšâ›âœââž (at 159.99968 27.99842) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text â€â€‘‒–—―‖‗‘’‚‛“â€â€žâ€Ÿâ€ â€¡â€¢â€£â€¤â€¥â€¦â€§ (at 159.99968 24.00046) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ó Ó¡Ó¢Ó£Ó¤Ó¥Ó¦Ó§Ó¨Ó©ÓªÓ«Ó¬Ó­Ó®Ó¯Ó°Ó±Ó²Ó³Ó´ÓµÓ¶Ó·Ó¸Ó¹ÓºÓ»Ó¼Ó½Ó¾Ó¿ (at 39.99992 156.00172) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ó€ÓÓ‚ÓƒÓ„Ó…Ó†Ó‡ÓˆÓ‰ÓŠÓ‹ÓŒÓÓŽÓÓÓ‘Ó’Ó“Ó”Ó•Ó–Ó—Ó˜Ó™ÓšÓ›ÓœÓÓžÓŸ (at 39.99992 152.00122) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ò Ò¡Ò¢Ò£Ò¤Ò¥Ò¦Ò§Ò¨Ò©ÒªÒ«Ò¬Ò­Ò®Ò¯Ò°Ò±Ò²Ò³Ò´ÒµÒ¶Ò·Ò¸Ò¹ÒºÒ»Ò¼Ò½Ò¾Ò¿ (at 39.99992 148.00072) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ò€ÒÒ‚ÒƒÒ„Ò…Ò†Ò‡ÒˆÒ‰ÒŠÒ‹ÒŒÒÒŽÒÒÒ‘Ò’Ò“Ò”Ò•Ò–Ò—Ò˜Ò™ÒšÒ›ÒœÒÒžÒŸ (at 39.99992 144.00276) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ѠѡѢѣѤѥѦѧѨѩѪѫѬѭѮѯѰѱѲѳѴѵѶѷѸѹѺѻѼѽѾѿ (at 39.99992 140.00226) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text абвгдежзийклмнопрÑтуфхцчшщъыьÑÑŽÑ (at 39.99992 136.00176) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ÐБВГДЕЖЗИЙКЛМÐОПРСТУФХЦЧШЩЪЫЬЭЮЯ (at 39.99992 132.00126) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ЀÐЂЃЄЅІЇЈЉЊЋЌÐÐŽÐÑёђѓєѕіїјљњћќÑўџ (at 39.99992 128.00076) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ϠϡϢϣϤϥϦϧϨϩϪϫϬϭϮϯϰϱϲϳϴϵ϶ϷϸϹϺϻϼϽϾϿ (at 39.99992 124.0028) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ÏϑϒϓϔϕϖϗϘϙϚϛϜÏϞϟ (at 39.99992 120.0023) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ΰαβγδεζηθικλμνξοπÏςστυφχψωϊϋόÏÏŽÏ (at 39.99992 115.99926) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ÎΑΒΓΔΕΖΗΘΙΚΛΜÎΞΟΠΡΣΤΥΦΧΨΩΪΫάέήί (at 39.99992 112.0013) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ͰͱͲͳʹ͵Ͷͷͺͻͼͽ;΄΅Ά·ΈΉΊΌΎΠ(at 39.99992 108.0008) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "Сколько 2+2" (at 48.00092 185.0009) (layer B.Cu) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text ŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽžſ (at 39.99992 56.00192) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Å€ÅłŃńŅņŇňʼnŊŋŌÅÅŽÅÅőŒœŔŕŖŗŘřŚśŜÅŞş (at 39.99992 52.00142) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľĿ (at 39.99992 48.00092) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text Ä€ÄĂ㥹ĆćĈĉĊċČÄÄŽÄÄđĒēĔĕĖėĘęĚěĜÄĞğ (at 39.99992 44.00042) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ (at 41.00068 39.99992) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text ÀÃÂÃÄÅÆÇÈÉÊËÌÃÃŽÃÃÑÒÓÔÕÖ×ØÙÚÛÜÃÞß (at 39.99992 36.00196) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text  ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ (at 39.99992 32.00146) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text `abcdefghijklmnopqrstuvwxyz{|} (at 39.99992 28.0035) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ (at 39.99992 24.003) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text " !@#$%'()*+,-./0123456789:;<=>?" (at 39.99992 20.0025) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text "LPC2144\n2+2=x" (at 71.99884 184.00014) (layer F.Cu) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text R18 (at 61.00064 189.99962) (layer F.Cu) + (effects (font (size 2.032 1.524) (thickness 0.3048))) + ) + (gr_text R18 (at 61.00064 185.99912) (layer B.Cu) + (effects (font (size 2.032 1.524) (thickness 0.3048)) (justify mirror)) + ) + (gr_text "TEXT EXAMPLE\nQu? 2+2=4\nàáâãäåæ" (at 27.0002 185.0009) (layer F.SilkS) + (effects (font (size 1.50114 1.99898) (thickness 0.20066))) + ) + +) diff --git a/helpers/tools_to_build_newstroke-font/font.lib b/helpers/tools_to_build_newstroke-font/font.lib new file mode 100644 index 0000000..c340ba5 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font.lib @@ -0,0 +1,7348 @@ +EESchema-LIBRARY Version 2.3 Date: Ð’Ñк 31 Янв 2010 21:30:44 +# +# 0 +# +DEF 0 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "0" 0 -350 60 H V C CNN +DRAW +ENDDRAW +ENDDEF +# +# A_CAP +# +DEF A_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 300 250 300 N +P 3 0 1 0 -350 0 0 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -350 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 0 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X PERIS ~ -350 1300 100 R 50 50 1 1 I +X TONOS ~ -350 950 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_SMALL +# +DEF A_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_SMALL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 0 250 550 200 650 100 700 -100 700 -200 650 N +P 10 0 1 0 250 50 150 0 -100 0 -200 50 -250 150 -250 250 -200 350 -100 400 150 400 250 450 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X HALFRING ~ 250 850 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_SMALLCAP +# +DEF A_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 150 200 150 N +P 3 0 1 0 -250 0 0 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_TINY +# +DEF A_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_TINY" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 0 N +P 8 0 1 0 200 50 100 0 -50 0 -150 50 -200 150 -150 250 -50 300 200 300 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# A_TINY_TURNED +# +DEF A_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "A_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 500 -200 150 -150 50 -50 0 50 0 150 50 N +P 8 0 1 0 -200 450 -100 500 50 500 150 450 200 350 150 250 50 200 -200 200 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ABZUEGLICH +# +DEF ABZUEGLICH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ABZUEGLICH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 -150 250 1250 N +P 6 0 1 0 -200 1050 -150 1000 -200 950 -250 1000 -200 1050 -200 950 N +P 6 0 1 0 200 100 250 50 200 0 150 50 200 100 200 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ACUTE +# +DEF ACUTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ACUTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1100 -50 950 N +X P ~ -200 0 300 U 50 50 1 1 I +X S ~ 200 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ACUTE_DBL +# +DEF ACUTE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ACUTE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 1100 -200 950 N +P 2 0 1 0 300 1100 150 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ACUTE_DOT +# +DEF ACUTE_DOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ACUTE_DOT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 1100 0 950 N +P 6 0 1 0 -250 1100 -200 1050 -250 1000 -300 1050 -250 1100 -250 1000 N +X P ~ -350 0 300 U 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_CAP +# +DEF AE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 300 0 300 N +P 2 0 1 0 0 550 350 550 N +P 3 0 1 0 -500 0 -150 1050 500 1050 N +P 3 0 1 0 0 1050 0 0 500 0 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_SMALL +# +DEF AE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 650 -350 700 -150 700 -50 650 0 550 N +P 22 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 400 -350 400 -450 350 -500 250 -500 150 -450 50 -350 0 -150 0 -50 50 0 150 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_SMALLCAP +# +DEF AE_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 150 0 150 N +P 2 0 1 0 0 350 250 350 N +P 3 0 1 0 0 700 0 0 350 0 N +P 3 0 1 0 350 700 -100 700 -350 0 N +X ABOVE ~ 100 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AE_TINY_TURNED +# +DEF AE_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AE_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 300 50 200 0 150 0 50 50 0 150 N +P 19 0 1 0 -300 500 -150 500 -50 450 0 300 0 150 -50 50 -150 0 -200 0 -300 50 -350 150 -350 200 200 200 300 250 350 350 300 450 200 500 150 500 50 450 0 300 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALPHA_SMALL +# +DEF ALPHA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALPHA_SMALL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 350 700 200 200 150 100 100 50 0 0 -100 0 -200 50 -250 100 -300 250 -300 450 -250 600 -200 650 -100 700 0 700 100 650 150 600 200 500 250 150 300 50 400 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALPHA_TINY +# +DEF ALPHA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALPHA_TINY" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 250 500 150 150 100 50 0 0 -100 0 -200 50 -250 150 -250 350 -200 450 -100 500 0 500 100 450 200 50 250 0 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1100 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AMPERSAND +# +DEF AMPERSAND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AMPERSAND" 0 -350 60 H V C CNN +DRAW +P 29 0 1 0 450 0 400 0 300 50 150 200 -100 500 -200 650 -250 800 -250 900 -200 1000 -100 1050 -50 1050 50 1000 100 900 100 850 50 750 0 700 -300 500 -350 450 -400 350 -400 200 -350 100 -300 50 -200 0 -50 0 50 50 100 100 250 300 300 450 300 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_BRACKET +# +DEF ANGLE_BRACKET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_BRACKET" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 -400 -150 400 150 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# APOSTROPHE +# +DEF APOSTROPHE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "APOSTROPHE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 1050 -50 850 N +X P ~ -250 0 300 U 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# APOSTROPHE_TURNED_LOW +# +DEF APOSTROPHE_TURNED_LOW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "APOSTROPHE_TURNED_LOW" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 0 -50 -200 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AT +# +DEF AT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AT" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 200 500 150 550 50 600 -50 600 -150 550 -200 500 -250 400 -250 300 -200 200 -150 150 -50 100 50 100 150 150 200 200 N +P 20 0 1 0 200 600 200 200 250 150 300 150 400 200 450 300 450 550 350 700 200 800 0 850 -200 800 -350 700 -450 550 -500 350 -450 150 -350 0 -200 -100 0 -150 200 -100 350 0 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_CAP +# +DEF B_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_CAP" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 50 550 200 500 250 450 300 350 300 200 250 100 200 50 100 0 -300 0 -300 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 -300 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDBOTTOM ~ -300 300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_CAP_HOOK +# +DEF B_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 1050 -300 0 100 0 200 50 250 100 300 200 300 350 250 450 200 500 50 550 -300 550 N +P 12 0 1 0 -600 800 -600 900 -550 1000 -450 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ -300 300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALL +# +DEF B_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 1050 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -200 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALL_HOOK +# +DEF B_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 1050 -100 1050 -200 1000 -250 900 -250 0 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALL_TOPBAR +# +DEF B_SMALL_TOPBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALL_TOPBAR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 250 1050 -250 1050 -250 0 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_SMALLCAP +# +DEF B_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 50 350 200 300 250 200 250 150 200 50 100 0 -200 0 -200 700 50 700 150 650 200 550 200 500 150 400 50 350 -200 350 N +X MIDBOTTOM ~ -200 200 100 R 50 50 1 1 I +X MIDDLE ~ -200 350 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# B_TINY +# +DEF B_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "B_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 -150 0 N +P 10 0 1 0 -150 50 -50 0 50 0 150 50 200 150 200 350 150 450 50 500 -50 500 -150 450 N +X ABOVE ~ -150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -150 650 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BACKSLASH +# +DEF BACKSLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BACKSLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 1150 450 -200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETA_SMALL +# +DEF BETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 50 600 150 550 200 500 250 400 250 200 200 100 150 50 50 0 -100 0 -200 50 -250 100 N +P 13 0 1 0 -350 -350 -300 -300 -250 -200 -250 900 -200 1000 -100 1050 50 1050 150 1000 200 900 200 750 150 650 50 600 -50 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETA_SMALL_CURLED +# +DEF BETA_SMALL_CURLED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETA_SMALL_CURLED" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 50 600 150 550 200 500 250 400 250 200 200 100 150 50 50 0 -100 0 -200 50 -250 150 -250 900 -200 1000 -100 1050 50 1050 150 1000 200 900 200 750 150 650 50 600 -50 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETA_TINY +# +DEF BETA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETA_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 400 0 400 N +P 17 0 1 0 -200 -250 -150 -150 -150 550 -100 650 0 700 50 700 150 650 200 550 150 450 50 400 150 350 200 250 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BIDENTAL_PERCUSSIVE +# +DEF BIDENTAL_PERCUSSIVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BIDENTAL_PERCUSSIVE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 300 150 300 400 -300 400 -300 150 N +P 4 0 1 0 300 800 300 1050 -300 1050 -300 800 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE +# +DEF BRACE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 -400 150 -400 50 -350 0 -250 0 250 -50 350 -150 400 -50 450 0 550 0 1050 50 1150 150 1200 200 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET +# +DEF BRACKET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 200 -350 -50 -350 -50 1150 200 1150 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_QUILL +# +DEF BRACKET_QUILL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_QUILL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 400 200 400 N +P 4 0 1 0 200 -350 -50 -350 -50 1150 200 1150 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE +# +DEF BREVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 1100 -150 1000 -50 950 50 950 150 1000 200 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_HOOK +# +DEF BREVE_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_HOOK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 1100 -150 1000 -50 950 50 950 150 1000 200 1100 N +P 6 0 1 0 -100 1100 0 1200 50 1300 0 1400 -100 1450 -200 1450 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_INV +# +DEF BREVE_INV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_INV" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 950 -150 1050 -50 1100 50 1100 150 1050 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BUKI_CAP +# +DEF BUKI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BUKI_CAP" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 1050 -300 1050 -300 0 0 0 150 50 250 150 300 250 300 400 250 500 150 600 0 650 -300 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BUKI_LARGE +# +DEF BUKI_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BUKI_LARGE" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 300 1100 200 1050 -150 1050 -250 1000 -300 950 -350 850 -350 200 -300 100 -250 50 -150 0 100 0 200 50 250 100 300 200 300 550 250 650 200 700 100 750 -200 750 -300 700 -350 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BUKI_SMALL +# +DEF BUKI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BUKI_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 250 1100 200 1050 100 1000 -100 1000 -200 950 -250 900 -300 800 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 500 200 600 150 650 50 700 -150 700 -250 650 -300 600 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BULLET_LEFT +# +DEF BULLET_LEFT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BULLET_LEFT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 500 -200 300 N +P 2 0 1 0 250 550 250 250 N +P 5 0 1 0 -100 250 -100 550 -150 500 -150 300 -100 250 N +P 8 0 1 0 -50 550 -100 550 -200 500 -250 400 -200 300 -100 250 -50 250 -50 550 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_CAP +# +DEF C_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_CAP" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 250 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 550 100 D 50 50 1 1 I +X HOOK ~ -250 950 100 R 50 50 1 1 I +X SLASH1 ~ -250 550 100 D 50 50 1 1 I +X SLASH2 ~ 100 550 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_CAP_STRETCHED +# +DEF C_CAP_STRETCHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_CAP_STRETCHED" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 950 200 1000 50 1050 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 100 -350 -100 -300 -200 -200 -300 -50 -350 50 -350 200 -300 250 -250 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL +# +DEF C_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 50 100 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 350 100 R 50 50 1 1 I +X TOP2 ~ 100 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL_CURL +# +DEF C_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 150 150 250 50 300 -50 250 -250 -150 N +X TOP2 ~ 100 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_SMALL_SIDE +# +DEF C_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -300 600 -350 500 -350 300 -300 200 -250 150 -150 100 150 100 250 150 300 200 350 300 350 500 300 600 N +X ABOVE ~ -600 400 100 R 50 50 1 1 I +X BELOW ~ 600 400 100 R 50 50 1 1 I +X BOTTOM ~ 350 400 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X TOP2 ~ -350 600 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# C_TINY_TURNED +# +DEF C_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "C_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 -250 100 R 50 50 1 1 I +X BELOW ~ 0 750 100 R 50 50 1 1 I +X BOTTOM ~ 0 500 100 R 50 50 1 1 I +X CENTER ~ 0 250 100 R 50 50 1 1 I +X TOP2 ~ -150 0 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CARON +# +DEF CARON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CARON" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 1100 0 950 200 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CEDILLA +# +DEF CEDILLA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CEDILLA" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 -50 100 -100 150 -200 100 -300 0 -350 -150 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHE_LARGE +# +DEF CHE_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHE_LARGE" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 300 900 350 800 400 600 -400 500 -550 500 -650 550 -700 600 -750 700 -750 800 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHE_SMALL +# +DEF CHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -250 350 -350 350 -450 400 -500 500 -500 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHERV_CAP +# +DEF CHERV_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHERV_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 1050 250 0 N +P 6 0 1 0 -300 1050 -300 650 -250 550 -200 500 -100 450 250 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 450 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHERV_SMALL +# +DEF CHERV_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHERV_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 5 0 1 0 -200 700 -200 450 -150 350 -50 300 200 300 N +X BOTTOM ~ 200 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHI_SMALL +# +DEF CHI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 -300 -350 N +P 6 0 1 0 -300 700 -200 650 -150 550 100 -200 150 -300 250 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CHI_TINY +# +DEF CHI_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CHI_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 500 -200 -250 N +P 4 0 1 0 -200 500 -100 450 100 -200 200 -250 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX +# +DEF CIRCUMFLEX U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 950 0 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX_ACUTE +# +DEF CIRCUMFLEX_ACUTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX_ACUTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 1100 300 1250 N +P 3 0 1 0 -200 950 0 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX_GRAVE +# +DEF CIRCUMFLEX_GRAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX_GRAVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 1100 -300 1250 N +P 3 0 1 0 -200 950 0 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX_HOOK +# +DEF CIRCUMFLEX_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX_HOOK" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 950 0 1100 200 950 N +P 6 0 1 0 300 950 400 1050 450 1150 400 1250 300 1300 200 1300 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COLON +# +DEF COLON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COLON" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +P 6 0 1 0 0 650 50 600 0 550 -50 600 0 650 0 550 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMBINING +# +DEF COMBINING U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMBINING" 0 -350 60 H V C CNN +DRAW +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X P ~ 550 0 300 U 50 50 1 1 I +X S ~ 550 -100 300 D 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMMA +# +DEF COMMA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMMA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 50 50 50 0 0 -100 -50 -150 N +X X ~ 0 50 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMMA_DBL +# +DEF COMMA_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMMA_DBL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -150 50 -150 0 -200 -100 -250 -150 N +P 4 0 1 0 250 50 250 0 200 -100 150 -150 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_CAP +# +DEF D_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_CAP" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -300 0 -300 1050 -50 1050 100 1000 200 900 250 800 300 600 300 450 250 250 200 150 100 50 -50 0 -300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X MIDDLE ~ -250 550 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_CAP_HOOK +# +DEF D_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -600 800 -600 900 -550 1000 -450 1050 -50 1050 100 1000 200 900 250 800 300 600 300 450 250 250 200 150 100 50 -50 0 -300 0 -300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ -250 550 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALL +# +DEF D_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 0 250 1050 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X BOTTOM ~ 50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDTOP ~ 200 950 100 R 50 50 1 1 I +X TOP2 ~ 250 1050 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALL_CURL +# +DEF D_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 250 1050 250 150 300 50 400 0 500 0 600 50 650 150 600 250 500 300 400 250 200 -150 N +P 13 0 1 0 250 650 150 700 -50 700 -150 650 -200 600 -250 500 -250 200 -200 100 -150 50 -50 0 100 0 200 50 250 150 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALL_HOOK +# +DEF D_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 500 1050 400 1050 300 1000 250 900 250 0 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_SMALLCAP +# +DEF D_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 50 700 -150 700 -150 0 50 0 150 50 200 100 250 250 250 450 200 600 150 650 50 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ -150 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# D_TINY +# +DEF D_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "D_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 700 150 0 N +P 10 0 1 0 150 450 50 500 -50 500 -150 450 -200 350 -200 150 -150 50 -50 0 50 0 150 50 N +X ABOVE ~ -150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ 150 650 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_EM +# +DEF DASH_EM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_EM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 350 450 350 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_EN +# +DEF DASH_EN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_EN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 350 -200 350 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_FIGURE +# +DEF DASH_FIGURE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_FIGURE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 450 400 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASIA +# +DEF DASIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASIA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -50 1100 -50 1000 0 950 50 950 N +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X P ~ -200 0 300 U 50 50 1 1 I +X S ~ 200 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASIA_OXIA +# +DEF DASIA_OXIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASIA_OXIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1100 150 950 N +P 4 0 1 0 -250 1100 -250 1000 -200 950 -150 950 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASIA_VARIA +# +DEF DASIA_VARIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASIA_VARIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1100 250 950 N +P 4 0 1 0 -250 1100 -250 1000 -200 950 -150 950 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DB_SMALL +# +DEF DB_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DB_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +P 12 0 1 0 0 650 100 700 300 700 400 650 450 600 500 500 500 200 450 100 400 50 300 0 100 0 0 50 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEI_CAP +# +DEF DEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 -350 N +P 4 0 1 0 -350 500 -350 700 350 700 350 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEI_SMALL +# +DEF DEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 2 0 1 0 0 1050 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_CAP +# +DEF DELTA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -350 0 0 1050 350 0 -350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_SMALL +# +DEF DELTA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_SMALL" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 50 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 500 200 600 150 650 50 700 -100 750 -200 800 -250 900 -200 1000 -100 1050 100 1050 200 1000 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_TINY +# +DEF DELTA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_TINY" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 50 500 -50 500 -150 450 -200 350 -200 150 -150 50 -50 0 50 0 150 50 200 150 200 350 150 450 50 500 -100 550 -150 600 -150 650 -100 700 150 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DESCENDER +# +DEF DESCENDER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DESCENDER" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 0 100 0 100 -250 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEZH_SMALL +# +DEF DEZH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEZH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 0 N +P 12 0 1 0 0 650 -100 700 -250 700 -350 650 -400 600 -450 500 -450 200 -400 100 -350 50 -250 0 -100 0 0 50 N +P 13 0 1 0 0 700 500 700 150 250 300 250 400 200 450 150 500 50 500 -150 450 -250 400 -300 300 -350 150 -350 50 -300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAERESIS +# +DEF DIAERESIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAERESIS" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -200 1050 -150 1000 -200 950 -250 1000 -200 1050 -200 950 N +P 6 0 1 0 200 1050 250 1000 200 950 150 1000 200 1050 200 950 N +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAERESIS_SIDE +# +DEF DIAERESIS_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAERESIS_SIDE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 200 0 150 -50 100 -100 150 -50 200 -50 100 N +P 6 0 1 0 -50 600 0 550 -50 500 -100 550 -50 600 -50 500 N +X HIGH ~ -350 350 100 R 50 50 1 1 I +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAERESIS_TILDE +# +DEF DIAERESIS_TILDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAERESIS_TILDE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -250 1200 -200 1250 -100 1300 100 1200 200 1250 250 1300 N +P 6 0 1 0 -200 1050 -150 1000 -200 950 -250 1000 -200 1050 -200 950 N +P 6 0 1 0 200 1050 250 1000 200 950 150 1000 200 1050 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGAMMA_SMALL +# +DEF DIGAMMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGAMMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 550 0 550 N +P 7 0 1 0 250 1050 150 1050 50 1000 0 900 0 -200 -50 -300 -150 -350 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_0 +# +DEF DIGIT_0 U 0 40 Y Y 1 F N +F0 "U" 0 -150 60 H V C CNN +F1 "DIGIT_0" 0 -250 60 H V C CNN +DRAW +P 21 0 1 0 -50 1050 50 1050 150 1000 200 950 250 850 300 650 300 400 250 200 200 100 150 50 50 0 -50 0 -150 50 -200 100 -250 200 -300 400 -300 650 -250 850 -200 950 -150 1000 -50 1050 N +X CENTER ~ 0 550 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_0_SMALL +# +DEF DIGIT_0_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_0_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -50 700 50 700 150 650 200 500 200 200 150 50 50 0 -50 0 -150 50 -200 200 -200 500 -150 650 -50 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_1 +# +DEF DIGIT_1 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_1" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -300 0 N +P 5 0 1 0 0 0 0 1050 -100 900 -200 800 -300 750 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_1_SMALL +# +DEF DIGIT_1_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_1_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 0 -200 0 N +P 4 0 1 0 -200 550 -100 600 0 700 0 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_2 +# +DEF DIGIT_2 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_2" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 950 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 600 -350 0 300 0 N +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_2_SMALL +# +DEF DIGIT_2_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_2_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -200 650 -100 700 50 700 150 650 200 550 200 450 150 350 -200 0 200 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_3 +# +DEF DIGIT_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_3" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 -350 1050 300 1050 -50 650 100 650 200 600 250 550 300 450 300 200 250 100 200 50 100 0 -200 0 -300 50 -350 100 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_3_SMALL +# +DEF DIGIT_3_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_3_SMALL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -200 700 200 700 0 450 50 450 150 400 200 300 200 150 150 50 50 0 -100 0 -200 50 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_4 +# +DEF DIGIT_4 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_4" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 3 0 1 0 -50 1100 -300 350 350 350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_4_SMALL +# +DEF DIGIT_4_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_4_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 400 150 0 N +P 3 0 1 0 -50 700 -200 200 250 200 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_5 +# +DEF DIGIT_5 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_5" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 1050 -250 1050 -300 550 -250 600 -150 650 100 650 200 600 250 550 300 450 300 200 250 100 200 50 100 0 -150 0 -250 50 -300 100 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_5_SMALL +# +DEF DIGIT_5_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_5_SMALL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 700 -150 700 -200 400 -100 450 50 450 150 400 200 300 200 150 150 50 50 0 -100 0 -200 50 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_6 +# +DEF DIGIT_6 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_6" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 200 1050 0 1050 -100 1000 -150 950 -250 800 -300 600 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 450 250 550 200 600 100 650 -100 650 -200 600 -250 550 -300 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_6_SMALL +# +DEF DIGIT_6_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_6_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -200 300 -150 400 -50 450 50 450 150 400 200 300 200 150 150 50 50 0 -50 0 -150 50 -200 150 -200 400 -150 550 -100 650 0 700 150 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_7 +# +DEF DIGIT_7 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_7" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 1050 350 1050 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_7_SMALL +# +DEF DIGIT_7_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_7_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 250 700 -100 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_8 +# +DEF DIGIT_8 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_8" 0 -350 60 H V C CNN +DRAW +P 32 0 1 0 -100 600 -200 650 -250 700 -300 800 -300 850 -250 950 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 800 250 700 200 650 100 600 -100 600 -200 550 -250 500 -300 400 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 400 250 500 200 550 100 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_8_SMALL +# +DEF DIGIT_8_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_8_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -50 400 -150 450 -200 550 -150 650 -50 700 50 700 150 650 200 550 150 450 50 400 -50 400 -150 350 -200 250 -200 150 -150 50 -50 0 50 0 150 50 200 150 200 250 150 350 50 400 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_9 +# +DEF DIGIT_9 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_9" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -200 0 0 0 100 50 150 100 250 250 300 450 300 850 250 950 200 1000 100 1050 -100 1050 -200 1000 -250 950 -300 850 -300 600 -250 500 -200 450 -100 400 100 400 200 450 250 500 300 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_9_SMALL +# +DEF DIGIT_9_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_9_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 400 150 300 50 250 -50 250 -150 300 -200 400 -200 550 -150 650 -50 700 50 700 150 650 200 550 200 300 150 150 100 50 0 0 -150 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DJE_KOMI_CAP +# +DEF DJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 150 50 50 150 0 300 0 400 50 450 150 450 700 N +P 13 0 1 0 0 1050 0 150 -50 50 -150 0 -300 0 -450 50 -550 150 -600 250 -600 400 -550 500 -450 600 -300 650 0 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DJE_KOMI_SMALL +# +DEF DJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 150 50 50 150 0 200 0 300 50 350 150 350 500 N +P 11 0 1 0 0 700 0 150 -50 50 -150 0 -250 0 -350 50 -400 150 -400 300 -350 400 -250 450 0 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DJE_SMALL +# +DEF DJE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DJE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 800 300 800 N +P 2 0 1 0 0 1050 0 0 N +P 10 0 1 0 0 400 50 450 150 500 250 500 350 450 400 350 400 0 350 -150 250 -300 200 -350 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOBRO_CAP +# +DEF DOBRO_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOBRO_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 450 -250 450 0 -450 0 -450 -250 N +P 7 0 1 0 250 0 250 1050 0 1050 -100 1000 -150 950 -200 850 -300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOBRO_SMALL +# +DEF DOBRO_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOBRO_SMALL" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 250 600 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 850 200 950 150 1000 50 1050 -150 1050 -250 1000 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZ_SMALL +# +DEF DZ_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZ_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 4 0 1 0 0 700 550 700 0 0 550 0 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +X ABOVED ~ -50 1300 100 R 50 50 1 1 I +X ABOVEZ ~ 300 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZ_SMALL_CURL +# +DEF DZ_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZ_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 10 0 1 0 0 700 550 700 0 0 400 0 500 50 550 150 500 250 400 300 300 250 100 -150 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +X ABOVED ~ -50 1300 100 R 50 50 1 1 I +X ABOVEZ ~ 300 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZHE_CAP +# +DEF DZHE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZHE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -250 N +P 4 0 1 0 -300 1050 -300 0 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZHE_SMALL +# +DEF DZHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -250 N +P 4 0 1 0 -250 700 -250 0 250 0 250 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZJE_KOMI_CAP +# +DEF DZJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 16 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 650 200 600 100 550 200 500 250 450 300 350 300 0 400 0 400 -250 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DZJE_KOMI_SMALL +# +DEF DZJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DZJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 13 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 0 350 0 350 -250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_CAP +# +DEF E_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 550 100 550 N +P 4 0 1 0 250 0 -250 0 -250 1050 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X P ~ -500 0 300 U 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +X TONOS ~ -600 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_LARGE +# +DEF E_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_LARGE" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 300 900 350 800 400 600 -400 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -100 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_SMALL +# +DEF E_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -250 350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_SMALL_HOOK +# +DEF E_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -500 300 -500 400 -550 500 -650 550 -700 550 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_SMALLCAP +# +DEF E_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 350 100 350 N +P 4 0 1 0 200 700 -150 700 -150 0 200 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_TINY +# +DEF E_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_TINY" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 50 100 0 0 0 -100 50 -150 150 -150 350 -100 450 0 500 50 500 150 450 200 350 200 300 -150 250 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# E_TINY_TURNED +# +DEF E_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "E_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 0 0 -100 50 -150 150 -150 200 200 250 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ECU +# +DEF ECU U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ECU" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 300 700 -100 700 -100 0 300 0 N +P 11 0 1 0 100 1000 0 1050 -200 1050 -300 1000 -350 950 -400 850 -400 550 -350 450 -300 400 -200 350 150 350 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENG_CAP +# +DEF ENG_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENG_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 12 0 1 0 -300 900 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 -150 250 -250 200 -300 100 -350 -50 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENG_SMALL +# +DEF ENG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENG_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 10 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 -200 200 -300 100 -350 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENG_TINY +# +DEF ENG_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENG_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 500 -150 0 N +P 9 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 -100 150 -200 50 -250 0 -250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_LARGE +# +DEF EPSILON_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 19 0 1 0 250 1000 150 1050 -100 1050 -200 1000 -250 950 -300 850 -300 750 -250 650 -200 600 -100 550 -250 500 -300 450 -350 350 -350 200 -300 100 -250 50 -150 0 150 0 250 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_SMALL +# +DEF EPSILON_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -100 350 -200 300 -250 200 -250 150 -200 50 -100 0 100 0 200 50 N +P 9 0 1 0 0 350 -100 350 -200 400 -250 500 -250 550 -200 650 -100 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_SMALL_CLOSED +# +DEF EPSILON_SMALL_CLOSED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_SMALL_CLOSED" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 -100 350 -200 300 -250 200 -250 150 -200 50 -100 0 100 0 200 50 250 100 300 250 300 450 250 600 200 650 100 700 -100 700 -200 650 -250 550 -250 500 -200 400 -100 350 0 350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_SMALL_HOOK +# +DEF EPSILON_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 350 -100 350 -200 400 -250 500 -250 550 -200 650 -100 700 100 700 200 650 N +P 13 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 200 -200 300 -100 350 -450 300 -450 400 -500 500 -600 550 -650 550 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_TINY +# +DEF EPSILON_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 250 0 250 N +P 11 0 1 0 150 450 100 500 -100 500 -150 450 -150 300 -100 250 -150 200 -150 50 -100 0 100 0 150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EPSILON_TINY_TURNED +# +DEF EPSILON_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EPSILON_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 250 100 250 N +P 11 0 1 0 -150 450 -100 500 100 500 150 450 150 300 100 250 150 200 150 50 100 0 -100 0 -150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SMALL +# +DEF ESH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 1050 150 1050 50 1000 0 900 0 -200 -50 -300 -150 -350 -250 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SMALL_CURL +# +DEF ESH_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 1050 150 1050 50 1000 0 900 0 -200 -50 -300 -150 -350 -250 -300 -300 -200 -250 -100 -150 -50 200 -50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SMALL_LOOP +# +DEF ESH_SMALL_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SMALL_LOOP" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -250 -350 -150 -350 -50 -300 0 -200 0 900 50 1000 150 1050 250 1000 300 900 250 800 150 750 50 800 0 900 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESH_SQUAT_SMALL +# +DEF ESH_SQUAT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESH_SQUAT_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 1050 150 1050 50 1000 0 900 0 150 -50 50 -150 0 -250 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESZETT +# +DEF ESZETT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESZETT" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 -350 0 -350 850 -300 950 -250 1000 -150 1050 0 1050 100 1000 150 950 200 850 200 700 50 700 -50 650 -100 550 -100 500 -50 400 50 350 200 350 300 300 350 200 350 150 300 50 200 0 0 0 -100 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESZETT_CAP +# +DEF ESZETT_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESZETT_CAP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -400 0 -400 750 -350 900 -250 1000 -100 1050 400 1050 50 650 200 650 300 600 350 550 400 450 400 200 350 100 300 50 200 0 0 0 -100 50 -150 100 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ET_TIRONIAN +# +DEF ET_TIRONIAN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ET_TIRONIAN" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 700 200 700 -100 -350 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ETA_SMALL +# +DEF ETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 7 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ -200 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ETH_SMALL +# +DEF ETH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ETH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 1200 -50 900 N +P 17 0 1 0 250 650 150 700 -50 700 -150 650 -200 600 -250 500 -250 150 -200 50 -100 0 100 0 200 50 250 150 250 750 200 900 100 1000 0 1050 -200 1100 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EURO +# +DEF EURO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EURO" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 400 -50 400 N +P 2 0 1 0 -500 650 100 650 N +P 16 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 250 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP ~ 0 1050 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EXCLAM +# +DEF EXCLAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EXCLAM" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +P 6 0 1 0 0 400 -50 1000 0 1050 50 1000 0 400 0 1050 N +X P ~ -250 0 300 U 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL +# +DEF EZH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -250 700 200 700 -150 250 0 250 100 200 150 150 200 50 200 -150 150 -250 100 -300 0 -350 -150 -350 -250 -300 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL_CURL +# +DEF EZH_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -250 700 200 700 -150 250 0 250 100 200 150 150 200 50 200 -150 150 -250 100 -300 0 -350 -100 -350 -200 -300 -250 -200 -200 -100 -100 -50 0 -100 150 -400 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL_LOOP +# +DEF EZH_SMALL_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL_LOOP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -250 700 200 700 -150 300 0 300 100 250 150 200 200 100 200 -150 150 -250 100 -300 0 -350 -100 -350 -200 -300 -250 -200 -250 -150 -200 -50 -100 0 200 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EZH_SMALL_TAIL +# +DEF EZH_SMALL_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EZH_SMALL_TAIL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 700 200 700 -150 350 50 350 150 300 200 200 200 150 150 50 50 0 -50 0 -150 -50 -200 -150 -200 -200 -150 -300 -50 -350 200 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# F_CAP +# +DEF F_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "F_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 550 -250 550 N +P 3 0 1 0 -250 0 -250 1050 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ -250 0 100 R 50 50 1 1 I +X MIDBOTTOM ~ -200 250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# F_SMALL +# +DEF F_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "F_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 5 0 1 0 0 0 0 900 50 1000 150 1050 250 1050 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FEI_CAP +# +DEF FEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1050 300 -350 N +P 11 0 1 0 -100 1050 -200 1000 -300 900 -350 700 -350 350 -300 150 -200 50 -100 0 100 0 200 50 300 150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FEI_SMALL +# +DEF FEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 -350 N +P 11 0 1 0 -50 700 -150 650 -200 600 -250 500 -250 200 -200 100 -150 50 -50 0 100 0 200 50 250 100 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FENG_SMALL +# +DEF FENG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FENG_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -500 700 -100 700 -100 0 N +P 5 0 1 0 -350 0 -350 900 -300 1000 -200 1050 -100 1050 N +P 10 0 1 0 -100 600 -50 650 50 700 200 700 300 650 350 550 350 -200 300 -300 200 -350 100 -350 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X MIDDLE ~ -350 350 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FITA_CAP +# +DEF FITA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FITA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 550 350 550 N +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FITA_SMALL +# +DEF FITA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FITA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 350 250 350 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FLOOR +# +DEF FLOOR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FLOOR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -50 1150 -50 -350 200 -350 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FRAC_LINE +# +DEF FRAC_LINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FRAC_LINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 500 350 500 N +X DENOM ~ 0 -300 100 R 50 50 1 1 I +X NUM ~ 0 650 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FULL_STOP +# +DEF FULL_STOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FULL_STOP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_CAP +# +DEF G_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_CAP" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 200 1000 100 1050 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 450 -350 250 -300 150 -200 50 -50 0 50 0 200 50 250 100 250 450 50 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X HOOK ~ -250 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 250 250 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_SMALL +# +DEF G_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 250 700 250 -150 200 -250 150 -300 50 -350 -100 -350 -200 -300 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 250 -150 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_SMALL_SCRIPT +# +DEF G_SMALL_SCRIPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_SMALL_SCRIPT" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 100 200 50 100 0 -100 0 -200 50 -250 150 -250 500 -200 600 -150 650 -50 700 250 700 250 -150 200 -250 150 -300 50 -350 -250 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 250 -150 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_SMALLCAP +# +DEF G_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 150 650 50 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 100 0 200 50 200 300 50 300 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X TOP2 ~ 150 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# G_TINY +# +DEF G_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "G_TINY" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 150 500 150 -100 100 -200 0 -250 -150 -250 N +P 10 0 1 0 150 450 50 500 -50 500 -150 450 -200 350 -200 150 -150 50 -50 0 50 0 150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X MIDBOTTOM ~ 150 -100 100 R 50 50 1 1 I +X TOP2 ~ 150 500 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_CAP +# +DEF GAMMA_AFR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_CAP" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -350 1050 150 0 150 -200 100 -300 0 -350 -100 -300 -150 -200 -150 0 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_SMALL +# +DEF GAMMA_AFR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -250 700 150 0 150 -200 100 -300 0 -350 -100 -300 -150 -200 -150 0 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_SMALLCAP +# +DEF GAMMA_AFR_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -250 700 100 250 150 150 100 50 0 0 -100 50 -150 150 -100 250 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_AFR_TINYCAP_TURNED +# +DEF GAMMA_AFR_TINYCAP_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_AFR_TINYCAP_TURNED" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 200 0 -100 350 -100 450 -50 500 50 500 100 450 100 350 -200 0 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_CAP +# +DEF GAMMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 0 -250 1050 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ -250 0 100 R 50 50 1 1 I +X MIDDLE ~ -200 500 100 R 50 50 1 1 I +X MIDHOOK ~ -250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_CAP_HOOK +# +DEF GAMMA_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 1050 -250 1050 -250 0 -50 0 -50 -200 -100 -300 -200 -350 -300 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ -200 500 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_CAP_UPTURN +# +DEF GAMMA_CAP_UPTURN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_CAP_UPTURN" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 0 -250 1050 300 1050 300 1300 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ -250 0 100 R 50 50 1 1 I +X MIDDLE ~ -200 500 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALL +# +DEF GAMMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 100 0 -350 N +P 5 0 1 0 -300 700 -250 700 -200 650 0 100 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALLCAP +# +DEF GAMMA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -150 0 -150 700 250 700 N +X BOTTOM ~ -150 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 350 100 R 50 50 1 1 I +X MIDHOOK ~ -150 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALLCAP_HOOK +# +DEF GAMMA_SMALLCAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALLCAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 250 700 -150 700 -150 0 50 0 50 -200 0 -300 -100 -350 -200 -350 N +X MIDDLE ~ -100 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_SMALLCAP_UPTURN +# +DEF GAMMA_SMALLCAP_UPTURN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_SMALLCAP_UPTURN" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -150 0 -150 700 250 700 250 950 N +X BOTTOM ~ -150 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GAMMA_TINY +# +DEF GAMMA_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GAMMA_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 50 0 -250 N +P 4 0 1 0 -250 500 -150 450 0 50 200 500 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GANGIA_CAP +# +DEF GANGIA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GANGIA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 450 0 N +P 5 0 1 0 -450 1050 -400 1050 -300 1000 300 50 400 0 N +P 5 0 1 0 450 1050 400 1050 300 1000 -300 50 -400 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GANGIA_SMALL +# +DEF GANGIA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GANGIA_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -350 700 -250 650 200 50 300 0 -350 0 -250 50 200 650 300 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GRAVE +# +DEF GRAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GRAVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 1100 50 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GRAVE_DBL +# +DEF GRAVE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GRAVE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 950 -300 1100 N +P 2 0 1 0 200 950 50 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GUILLEMET +# +DEF GUILLEMET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GUILLEMET" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 700 -150 400 150 100 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GUILLEMET_DBL +# +DEF GUILLEMET_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GUILLEMET_DBL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 700 -300 400 0 100 N +P 3 0 1 0 300 200 100 400 300 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_CAP +# +DEF H_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 2 0 1 0 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDHOOK ~ 300 700 100 R 50 50 1 1 I +X P ~ -550 0 300 U 50 50 1 1 I +X PERIS ~ -650 1300 100 R 50 50 1 1 I +X S ~ 550 0 300 U 50 50 1 1 I +X TONOS ~ -650 950 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_CAP_STROKE +# +DEF H_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 850 450 850 N +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 2 0 1 0 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_LARGE +# +DEF H_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 1050 -300 0 N +P 6 0 1 0 -300 550 0 550 150 500 250 400 300 250 300 0 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALL +# +DEF H_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 1050 N +P 7 0 1 0 200 0 200 550 150 650 50 700 -100 700 -200 650 -250 600 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X STROKE ~ -200 950 100 R 50 50 1 1 I +X TOP ~ -250 1050 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALL_HOOK +# +DEF H_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 1050 -100 1050 -200 1000 -250 900 -250 0 N +P 7 0 1 0 200 0 200 550 150 650 50 700 -100 700 -200 650 -250 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALL_RETROHOOK +# +DEF H_SMALL_RETROHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALL_RETROHOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -500 1050 -400 1050 -300 1000 -250 900 -250 0 N +P 7 0 1 0 200 0 200 550 150 650 50 700 -100 700 -200 650 -250 600 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# H_SMALLCAP +# +DEF H_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "H_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 350 200 350 N +P 2 0 1 0 -250 700 -250 0 N +P 2 0 1 0 200 700 200 0 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDHOOK ~ 200 350 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HA_ABKHAZ_CAP +# +DEF HA_ABKHAZ_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HA_ABKHAZ_CAP" 0 -350 60 H V C CNN +DRAW +P 27 0 1 0 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 450 -350 250 -300 150 -200 50 -50 0 50 0 200 50 300 150 350 250 400 450 400 700 350 850 250 900 200 900 100 850 50 700 50 450 100 250 150 150 250 50 350 0 450 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HA_ABKHAZ_SMALL +# +DEF HA_ABKHAZ_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HA_ABKHAZ_SMALL" 0 -350 60 H V C CNN +DRAW +P 23 0 1 0 -50 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 450 250 550 150 600 50 550 0 450 0 200 50 100 100 50 200 0 350 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARD_CAP +# +DEF HARD_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARD_CAP" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -500 1050 -250 1050 -250 0 50 0 200 50 300 150 350 250 350 400 300 500 200 600 50 650 -250 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARD_SMALL +# +DEF HARD_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARD_SMALL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -400 700 -200 700 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HETA_CAP +# +DEF HETA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HETA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1050 -250 0 N +P 2 0 1 0 300 550 -250 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HETA_SMALL +# +DEF HETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 350 200 350 N +P 2 0 1 0 -200 700 -200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HGAMMA_CAP +# +DEF HGAMMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HGAMMA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 3 0 1 0 300 0 300 1050 850 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 950 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HGAMMA_SMALLCAP +# +DEF HGAMMA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HGAMMA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 350 200 350 N +P 2 0 1 0 -250 700 -250 0 N +P 3 0 1 0 200 0 200 700 600 700 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HOOK +# +DEF HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 -200 -50 -300 -150 -350 -250 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HORI_CAP +# +DEF HORI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HORI_CAP" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 -350 950 -300 1000 -150 1050 100 1050 250 1000 300 950 350 850 350 750 300 600 200 500 -400 0 -200 -150 -50 -200 200 -200 350 -150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HORI_SMALL +# +DEF HORI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HORI_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 450 200 350 100 250 -200 0 -100 -100 0 -150 150 -150 250 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HORN +# +DEF HORN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HORN" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 650 100 700 150 800 100 900 50 950 N +X X ~ 0 650 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HUNDRED_THOUSANDS_CYR +# +DEF HUNDRED_THOUSANDS_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HUNDRED_THOUSANDS_CYR" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -1000 450 -950 550 -850 600 -750 550 -700 450 N +P 5 0 1 0 -750 -150 -700 -50 -600 0 -500 -50 -450 -150 N +P 5 0 1 0 -750 1050 -700 1150 -600 1200 -500 1150 -450 1050 N +P 5 0 1 0 -150 -400 -100 -300 0 -250 100 -300 150 -400 N +P 5 0 1 0 -150 1300 -100 1400 0 1450 100 1400 150 1300 N +P 5 0 1 0 450 -150 500 -50 600 0 700 -50 750 -150 N +P 5 0 1 0 450 1050 500 1150 600 1200 700 1150 750 1050 N +P 5 0 1 0 700 450 750 550 850 600 950 550 1000 450 N +X X ~ 0 500 100 L 50 50 1 1 I +X ~ ~ -1200 0 300 U 50 50 1 1 I +X ~ ~ 1200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HV_CAP +# +DEF HV_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HV_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -500 1050 N +P 2 0 1 0 -500 550 100 550 N +P 8 0 1 0 100 1050 100 150 150 50 250 0 400 0 500 50 550 150 550 700 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HV_SMALL +# +DEF HV_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HV_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 -450 1050 N +P 16 0 1 0 -450 600 -400 650 -300 700 -150 700 -50 650 0 550 0 150 50 50 150 0 300 0 400 50 450 100 500 200 500 550 450 650 400 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X STROKE ~ -400 950 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HV_SMALLCAP +# +DEF HV_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HV_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 350 100 350 N +P 2 0 1 0 -350 700 -350 0 N +P 8 0 1 0 100 700 100 150 150 50 250 0 300 0 400 50 450 150 450 450 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HYPHEN +# +DEF HYPHEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HYPHEN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 350 150 350 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_CAP +# +DEF I_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X MIDDLE ~ 0 550 100 R 50 50 1 1 I +X P ~ -250 0 300 U 50 50 1 1 I +X PERIS ~ -350 1300 100 R 50 50 1 1 I +X S ~ 250 0 300 U 50 50 1 1 I +X TONOS ~ -350 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_SMALL +# +DEF I_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_SMALLCAP +# +DEF I_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 700 N +P 2 0 1 0 150 0 -150 0 N +P 2 0 1 0 150 700 -150 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_TINY +# +DEF I_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IE_CAP +# +DEF IE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 100 550 N +P 16 0 1 0 250 100 200 50 50 0 -50 0 -200 50 -300 150 -350 250 -400 450 -400 600 -350 800 -300 900 -200 1000 -50 1050 50 1050 200 1000 250 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IE_SMALL +# +DEF IE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 350 50 350 N +P 12 0 1 0 200 50 100 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 100 700 200 650 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTERROBANG +# +DEF INTERROBANG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTERROBANG" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 1050 -50 400 N +P 6 0 1 0 -50 100 0 50 -50 0 -100 50 -50 100 -50 0 N +P 6 0 1 0 -50 100 0 50 -50 0 -100 50 -50 100 -50 0 N +P 12 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 900 250 800 200 700 150 650 50 600 0 550 -50 450 -50 400 N +P 12 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 900 250 800 200 700 150 650 50 600 0 550 -50 450 -50 400 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IOTA_BELOW +# +DEF IOTA_BELOW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IOTA_BELOW" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 -250 0 -400 50 -450 100 -450 N +X X ~ 0 -250 100 L 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IOTA_LARGE +# +DEF IOTA_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IOTA_LARGE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 1050 0 200 50 100 100 50 200 0 300 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IOTA_SMALL +# +DEF IOTA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IOTA_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 700 0 150 50 50 150 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYE_CAP +# +DEF IYE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 1050 -450 0 N +P 2 0 1 0 350 550 -450 550 N +P 16 0 1 0 500 100 450 50 300 0 200 0 50 50 -50 150 -100 250 -150 450 -150 600 -100 800 -50 900 50 1000 200 1050 300 1050 450 1000 500 950 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYE_SMALL +# +DEF IYE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 -350 0 N +P 2 0 1 0 250 350 -350 350 N +P 12 0 1 0 400 50 300 0 100 0 0 50 -50 100 -100 200 -100 500 -50 600 0 650 100 700 300 700 400 650 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_BIG_CAP +# +DEF IYUS_BIG_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_BIG_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -600 1050 N +P 2 0 1 0 -600 550 50 550 N +P 5 0 1 0 200 0 200 550 -200 1050 600 1050 200 550 N +P 10 0 1 0 -250 0 -250 250 -200 400 -100 500 50 550 350 550 500 500 600 400 650 250 650 0 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_BIG_SMALL +# +DEF IYUS_BIG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_BIG_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 -450 700 N +P 2 0 1 0 -450 350 50 350 N +P 5 0 1 0 200 0 200 350 -100 700 500 700 200 350 N +P 10 0 1 0 -150 0 -150 150 -100 250 -50 300 50 350 350 350 450 300 500 250 550 150 550 0 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_LITTLE_CAP +# +DEF IYUS_LITTLE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_LITTLE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -600 1050 N +P 2 0 1 0 -600 400 500 400 N +P 2 0 1 0 200 400 200 0 N +P 3 0 1 0 -300 0 200 1050 700 0 N +X ABOVE ~ 200 1300 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IYUS_LITTLE_SMALL +# +DEF IYUS_LITTLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IYUS_LITTLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 -400 700 N +P 2 0 1 0 200 300 200 0 N +P 2 0 1 0 400 300 -400 300 N +P 3 0 1 0 -150 0 200 700 550 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IZHE_CAP +# +DEF IZHE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IZHE_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 1050 -300 0 300 1050 300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IZHE_SMALL +# +DEF IZHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IZHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 700 -250 0 250 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_CAP +# +DEF J_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_CAP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 150 1050 150 300 100 150 0 50 -150 0 -250 0 N +X ABOVE ~ 150 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X MIDDLE ~ 150 550 100 R 50 50 1 1 I +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_SMALL +# +DEF J_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 700 0 -200 -50 -300 -150 -350 -200 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_SMALL_CURL +# +DEF J_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 700 0 -200 -50 -300 -150 -350 -250 -300 -300 -200 -250 -100 -150 -50 200 -50 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# J_SMALLCAP +# +DEF J_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "J_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 100 700 100 200 50 100 0 50 -100 0 -150 0 N +X ABOVE ~ 100 950 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X MIDDLE ~ 100 350 100 R 50 50 1 1 I +X P ~ -300 0 300 U 50 50 1 1 I +X S ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_CAP +# +DEF K_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 0 -150 600 N +P 2 0 1 0 300 1050 -300 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDARM ~ 150 900 100 R 50 50 1 1 I +X MIDDLE ~ -100 600 100 R 50 50 1 1 I +X MIDTOP ~ -300 850 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_CAP_BASHKIR +# +DEF K_CAP_BASHKIR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_CAP_BASHKIR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -150 600 N +P 2 0 1 0 300 1050 -300 450 N +P 3 0 1 0 -550 1050 -300 1050 -300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 600 100 R 50 50 1 1 I +X MIDTOP ~ -300 850 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_CAP_HOOK +# +DEF K_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 0 -150 600 N +P 6 0 1 0 -300 450 250 1000 350 1050 450 1000 500 900 500 800 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 600 100 R 50 50 1 1 I +X MIDTOP ~ -300 850 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_SMALL +# +DEF K_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 1050 N +P 2 0 1 0 -100 400 200 0 N +P 2 0 1 0 200 700 -200 300 N +X ABOVE ~ -200 1150 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -200 850 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_SMALL_BASHKIR +# +DEF K_SMALL_BASHKIR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_SMALL_BASHKIR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 400 200 0 N +P 2 0 1 0 200 700 -200 300 N +P 3 0 1 0 -400 700 -200 700 -200 0 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_SMALLCAP +# +DEF K_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 2 0 1 0 -100 400 200 0 N +P 2 0 1 0 200 700 -200 300 N +X BOTTOM1 ~ -200 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDARM ~ 100 600 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X TOP1 ~ -200 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# K_TINY +# +DEF K_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "K_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 -150 0 N +P 2 0 1 0 150 0 -50 300 N +P 2 0 1 0 150 500 -150 200 N +X ABOVE ~ -150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDTOP ~ -150 600 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KAI_CAP +# +DEF KAI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KAI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 1050 -300 450 N +P 3 0 1 0 -150 600 300 0 -50 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KAI_SMALL +# +DEF KAI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KAI_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -300 700 -200 650 -150 550 -150 150 -200 50 -250 0 -300 50 -300 150 -250 250 200 450 250 550 250 650 200 700 150 650 100 550 100 150 150 50 250 0 200 -150 150 -250 100 -300 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KAPPA_SMALL_SCRIPT +# +DEF KAPPA_SMALL_SCRIPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KAPPA_SMALL_SCRIPT" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -300 700 -200 650 -150 550 -150 150 -200 50 -250 0 -300 50 -300 150 -250 250 200 450 250 550 250 650 200 700 150 650 100 550 100 150 150 50 250 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KHEI_CAP +# +DEF KHEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KHEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 -350 0 N +P 13 0 1 0 -350 500 -250 600 -100 650 100 650 200 600 300 500 350 350 350 200 300 50 250 -50 150 -150 0 -250 -200 -350 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KHEI_SMALL +# +DEF KHEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KHEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 250 750 250 700 200 550 100 450 0 400 -100 400 -200 450 -250 550 -250 600 -200 700 -100 750 0 750 100 700 200 550 250 400 250 200 200 100 150 50 50 0 -250 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_ARCHAIC_CAP +# +DEF KOPPA_ARCHAIC_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_ARCHAIC_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_ARCHAIC_SMALL +# +DEF KOPPA_ARCHAIC_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_ARCHAIC_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_CAP +# +DEF KOPPA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_CAP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -250 1050 -150 1000 -100 900 -300 400 300 650 100 150 150 50 250 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_CYR_CAP +# +DEF KOPPA_CYR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_CYR_CAP" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 1000 100 1050 -100 1050 -250 1000 -350 900 -400 800 -400 650 -350 550 -250 450 -100 400 100 400 100 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ 100 150 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_CYR_SMALL +# +DEF KOPPA_CYR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_CYR_SMALL" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 400 -250 300 -200 250 -100 200 100 200 100 0 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KOPPA_SMALL +# +DEF KOPPA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KOPPA_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 1050 -250 550 250 550 0 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KSI_CAP +# +DEF KSI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KSI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 550 50 550 N +P 5 0 1 0 -200 1300 -50 1050 50 1250 100 1300 150 1300 N +P 24 0 1 0 -300 1000 -200 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 200 500 250 450 300 350 300 200 250 100 200 50 100 0 -150 0 -250 -50 -300 -150 -300 -200 -250 -300 -150 -350 250 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KSI_SMALL +# +DEF KSI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KSI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 5 0 1 0 -150 950 0 700 100 900 150 950 200 950 N +P 20 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 150 200 50 100 0 -50 0 -150 -50 -200 -150 -200 -200 -150 -300 -50 -350 200 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_CAP +# +DEF L_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 250 0 -250 0 -250 1050 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CARON ~ 100 800 100 R 50 50 1 1 I +X DOT ~ 150 600 100 R 50 50 1 1 I +X MIDDLE ~ -250 600 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL +# +DEF L_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X DOT ~ 350 600 100 R 50 50 1 1 I +X MIDDLE ~ 0 600 100 L 50 50 1 1 I +X P ~ -250 0 300 U 50 50 1 1 I +X S ~ 300 0 300 U 50 50 1 1 I +X SAPOS ~ 100 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_BELT +# +DEF L_SMALL_BELT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_BELT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +P 8 0 1 0 0 500 -50 600 -150 650 -250 600 -300 500 -250 400 -150 350 250 350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_CURL +# +DEF L_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 0 1050 0 150 50 50 150 0 250 0 350 50 400 150 350 250 250 300 150 250 -50 -150 N +X MIDDLE ~ 0 600 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_MIDDOT +# +DEF L_SMALL_MIDDOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_MIDDOT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +P 6 0 1 0 350 600 400 550 350 500 300 550 350 600 350 500 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALL_RETROHOOK +# +DEF L_SMALL_RETROHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALL_RETROHOOK" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 1050 0 -200 50 -300 150 -350 250 -350 N +X MIDDLE ~ 0 600 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# L_SMALLCAP +# +DEF L_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "L_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -150 700 -150 0 200 0 N +X ABOVE ~ -100 950 100 R 50 50 1 1 I +X MIDDLE ~ -150 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LAMBDA_CAP +# +DEF LAMBDA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LAMBDA_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 0 0 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LAMBDA_SMALL +# +DEF LAMBDA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LAMBDA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 -250 0 N +P 5 0 1 0 -250 1050 -150 1050 -100 1000 0 700 250 0 N +X MIDTOP ~ -50 850 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LAMBDA_SMALLCAP +# +DEF LAMBDA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LAMBDA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 0 0 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -250 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LEG +# +DEF LEG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LEG" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LEZH_SMALL +# +DEF LEZH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LEZH_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -300 1050 -300 150 -250 50 -150 0 -150 0 N +P 13 0 1 0 -300 700 200 700 -150 250 0 250 100 200 150 150 200 50 200 -150 150 -250 100 -300 0 -350 -150 -350 -250 -300 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_LETTER +# +DEF LINE_V_LETTER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_LETTER" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_LETTER_DBL +# +DEF LINE_V_LETTER_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_LETTER_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 1050 -150 -350 N +P 2 0 1 0 150 1050 150 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_CAP +# +DEF LJE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_CAP" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 -750 0 -700 0 -600 50 -550 150 -450 750 -400 900 -300 1000 -150 1050 0 1050 0 0 300 0 450 50 550 150 600 250 600 400 550 500 450 600 300 650 0 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_KOMI_CAP +# +DEF LJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -500 0 -450 0 -350 50 -300 150 -200 750 -150 900 -50 1000 100 1050 250 1050 250 150 300 50 400 0 550 0 650 50 700 150 700 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_KOMI_SMALL +# +DEF LJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 -300 0 -200 50 -150 150 -100 550 -50 650 50 700 200 700 200 150 250 50 350 0 400 0 500 50 550 150 550 500 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LJE_SMALL +# +DEF LJE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LJE_SMALL" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 -500 0 -400 50 -350 150 -300 550 -250 650 -150 700 0 700 0 0 250 0 350 50 400 150 400 300 350 400 250 450 0 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LL_CAP +# +DEF LL_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LL_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 1050 -100 0 N +P 3 0 1 0 -400 1050 -400 0 400 0 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LL_SMALL +# +DEF LL_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LL_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 4 0 1 0 -150 1050 -150 150 -100 50 0 0 N +P 4 0 1 0 300 0 200 50 150 150 150 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 50 -250 100 R 50 50 1 1 I +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LS_SMALL +# +DEF LS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LS_SMALL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -300 1050 -300 150 -250 50 -150 0 -50 50 50 0 250 0 350 50 400 150 400 200 350 300 250 350 100 350 0 400 -50 500 -50 550 0 650 100 700 250 700 350 650 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDI_CAP +# +DEF LYUDI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDI_CAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 250 0 250 1050 100 1050 -50 1000 -150 900 -200 750 -300 150 -350 50 -450 0 -500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDHOOK ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDI_SMALL +# +DEF LYUDI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDI_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 200 0 200 700 50 700 -50 650 -100 550 -150 150 -200 50 -300 0 N +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X MIDHOOK ~ 200 350 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDIX_CAP +# +DEF LYUDIX_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDIX_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 0 600 1050 N +P 9 0 1 0 -700 0 -650 0 -550 50 -500 150 -400 750 -350 900 -250 1000 -100 1050 600 0 N +X ABOVE ~ 250 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ -100 0 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LYUDIX_SMALL +# +DEF LYUDIX_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LYUDIX_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 450 700 -150 0 N +P 7 0 1 0 -500 0 -400 50 -350 150 -300 550 -250 650 -150 700 450 0 N +X BOTTOM2 ~ -150 0 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LZ_SMALL +# +DEF LZ_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LZ_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 450 700 -100 0 N +P 5 0 1 0 -250 1050 -250 150 -200 50 -100 0 450 0 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_CAP +# +DEF M_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 0 300 350 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM3 ~ 350 0 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_LARGE +# +DEF M_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -500 1050 N +P 8 0 1 0 -500 900 -400 1000 -300 1050 -200 1050 -100 1000 -50 950 0 850 0 0 N +P 9 0 1 0 0 850 50 950 100 1000 200 1050 300 1050 400 1000 450 950 500 850 500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM3 ~ 500 0 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALL +# +DEF M_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 0 -450 700 N +P 7 0 1 0 -450 600 -400 650 -300 700 -150 700 -50 650 0 550 0 0 N +P 7 0 1 0 0 550 50 650 150 700 300 700 400 650 450 550 450 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -450 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 0 0 100 R 50 50 1 1 I +X BOTTOM3 ~ 450 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -450 700 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALL_SIDE +# +DEF M_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 -100 -350 -100 N +P 7 0 1 0 -250 -100 -300 -50 -350 50 -350 200 -300 300 -200 350 350 350 N +P 7 0 1 0 -200 350 -300 400 -350 500 -350 650 -300 750 -200 800 350 800 N +X ABOVE ~ -600 350 100 R 50 50 1 1 I +X BELOW ~ 600 350 100 R 50 50 1 1 I +X BOTTOM1 ~ 350 -100 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 350 100 R 50 50 1 1 I +X BOTTOM3 ~ 350 800 100 R 50 50 1 1 I +X TOP1 ~ -350 -100 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALLCAP +# +DEF M_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -300 0 -300 700 0 150 300 700 300 0 N +X BOTTOM3 ~ 300 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_TINY +# +DEF M_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 0 -350 500 N +P 6 0 1 0 -350 450 -250 500 -150 500 -50 450 0 350 0 0 N +P 7 0 1 0 0 350 50 450 150 500 200 500 300 450 350 350 350 0 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -350 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 0 0 100 R 50 50 1 1 I +X BOTTOM3 ~ 350 0 100 R 50 50 1 1 I +X TOP1 ~ -350 500 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_TINY_TURNED +# +DEF M_TINY_TURNED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_TINY_TURNED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 500 350 0 N +P 6 0 1 0 350 50 250 0 150 0 50 50 0 150 0 500 N +P 7 0 1 0 0 150 -50 50 -150 0 -200 0 -300 50 -350 150 -350 500 N +X ABOVE ~ 0 -250 100 R 50 50 1 1 I +X BELOW ~ 0 750 100 R 50 50 1 1 I +X BOTTOM1 ~ 350 500 100 R 50 50 1 1 I +X BOTTOM2 ~ 0 500 100 R 50 50 1 1 I +X BOTTOM3 ~ -350 500 100 R 50 50 1 1 I +X TOP1 ~ 350 0 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MACRON +# +DEF MACRON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MACRON" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1000 250 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MIDDLE_HOOK_CAP +# +DEF MIDDLE_HOOK_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MIDDLE_HOOK_CAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 0 700 300 700 450 650 550 550 600 400 600 -50 550 -200 450 -300 300 -350 200 -350 N +X X ~ 0 700 100 L 50 50 1 1 I +X ~ ~ -100 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MIDDLE_HOOK_SMALL +# +DEF MIDDLE_HOOK_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MIDDLE_HOOK_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 350 250 350 350 300 400 250 450 150 450 0 400 -150 300 -300 250 -350 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -100 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MILLIONS_CYR +# +DEF MILLIONS_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MILLIONS_CYR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -700 500 -1000 500 N +P 2 0 1 0 -500 0 -700 -200 N +P 2 0 1 0 -500 1000 -700 1200 N +P 2 0 1 0 0 -200 0 -500 N +P 2 0 1 0 0 1200 0 1500 N +P 2 0 1 0 500 0 700 -200 N +P 2 0 1 0 500 1000 700 1200 N +P 2 0 1 0 700 500 1000 500 N +X X ~ 0 500 100 L 50 50 1 1 I +X ~ ~ -1200 0 300 U 50 50 1 1 I +X ~ ~ 1200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MU_SMALL +# +DEF MU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MU_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 3 0 1 0 250 150 300 50 400 0 N +P 7 0 1 0 -250 150 -200 50 -100 0 100 0 200 50 250 150 250 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_CAP +# +DEF N_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 0 -300 1050 300 0 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_SMALL +# +DEF N_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 7 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -200 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -200 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_SMALL_CURL +# +DEF N_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 700 -200 0 N +P 16 0 1 0 -200 600 -150 650 -50 700 100 700 200 650 250 550 250 150 300 50 400 0 500 0 600 50 650 150 600 250 500 300 400 250 200 -150 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_SMALLCAP +# +DEF N_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 0 -250 700 200 0 200 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# N_TINY +# +DEF N_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "N_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 500 -150 0 N +P 6 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 0 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NJE_CAP +# +DEF NJE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NJE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -600 1050 N +P 11 0 1 0 0 1050 0 0 300 0 450 50 550 150 600 250 600 400 550 500 450 600 300 650 -600 650 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NJE_SMALL +# +DEF NJE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NJE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 700 -450 0 N +P 9 0 1 0 0 700 0 0 250 0 350 50 400 150 400 250 350 350 250 400 -450 400 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NU_SMALL +# +DEF NU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NU_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -250 700 0 0 250 550 250 600 200 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_CAP +# +DEF O_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_CAP" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 550 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X HORN ~ 200 1000 100 R 50 50 1 1 I +X P ~ -550 0 300 U 50 50 1 1 I +X S ~ 550 0 300 U 50 50 1 1 I +X TONOS ~ -600 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_CAP_OGONEK +# +DEF O_CAP_OGONEK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_CAP_OGONEK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 0 -100 -100 -150 -200 -100 -300 0 -350 100 -350 N +P 17 0 1 0 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X HORN ~ 200 1000 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_CAP_STROKE +# +DEF O_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 1050 -400 0 N +P 17 0 1 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL +# +DEF O_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X HORN ~ 150 650 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_HALF +# +DEF O_SMALL_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_HALF" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 350 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_OGONEK +# +DEF O_SMALL_OGONEK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_OGONEK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 0 -100 -100 -150 -200 -100 -300 0 -350 100 -350 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X HORN ~ 150 650 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_SIDE +# +DEF O_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 350 400 350 250 300 150 250 100 150 50 -150 50 -250 100 -300 150 -350 250 -350 400 -300 500 -250 550 -150 600 150 600 250 550 300 500 350 400 N +X ABOVE ~ 50 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 50 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_STROKE +# +DEF O_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 700 -350 0 N +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_SMALL_STROKE_SIDE +# +DEF O_SMALL_STROKE_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_SMALL_STROKE_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 650 -350 0 N +P 17 0 1 0 350 400 350 250 300 150 250 100 150 50 -150 50 -250 100 -300 150 -350 250 -350 400 -300 500 -250 550 -150 600 150 600 250 550 300 500 350 400 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_TINY +# +DEF O_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_TINY" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -50 0 -150 50 -200 150 -200 350 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_TINY_HALF +# +DEF O_TINY_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_TINY_HALF" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -200 250 -200 150 -150 50 -50 0 50 0 150 50 200 150 200 250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# O_TINY_HALF_TOP +# +DEF O_TINY_HALF_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "O_TINY_HALF_TOP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -200 250 -200 350 -150 450 -50 500 50 500 150 450 200 350 200 250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OE_CAP +# +DEF OE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 550 350 550 N +P 2 0 1 0 0 1050 0 0 N +P 10 0 1 0 500 1050 -200 1050 -300 1000 -400 900 -450 700 -450 350 -400 150 -300 50 -200 0 500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OE_SMALL +# +DEF OE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OE_SMALL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 350 N +P 16 0 1 0 0 500 -50 600 -100 650 -200 700 -350 700 -450 650 -500 600 -550 500 -550 200 -500 100 -450 50 -350 0 -200 0 -100 50 -50 100 0 200 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OE_SMALLCAP +# +DEF OE_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OE_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 300 350 N +P 2 0 1 0 0 700 0 0 N +P 10 0 1 0 400 700 -250 700 -350 650 -400 600 -450 500 -450 200 -400 100 -350 50 -250 0 400 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OGONEK +# +DEF OGONEK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OGONEK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 0 -100 -100 -150 -200 -100 -300 0 -350 100 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OI_CAP +# +DEF OI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OI_CAP" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 50 1000 -50 1050 -250 1050 -350 1000 -450 900 -500 700 -500 350 -450 150 -350 50 -250 0 -50 0 50 50 150 150 200 350 200 700 150 900 50 1000 150 1050 350 1050 450 1000 500 900 500 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OI_SMALL +# +DEF OI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OI_SMALL" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 0 650 -100 700 -250 700 -350 650 -400 600 -450 500 -450 200 -400 100 -350 50 -250 0 -100 0 0 50 50 100 100 200 100 500 50 600 0 650 100 700 200 700 300 650 350 550 350 -350 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_CAP +# +DEF OMEGA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_CAP" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -400 0 -150 0 -150 200 -250 250 -350 350 -400 500 -400 750 -350 900 -250 1000 -100 1050 100 1050 250 1000 350 900 400 750 400 500 350 350 250 250 150 200 150 0 400 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X P ~ -600 0 300 U 50 50 1 1 I +X PERIS ~ -700 1300 100 R 50 50 1 1 I +X S ~ 600 0 300 U 50 50 1 1 I +X TONOS ~ -700 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_LARGE +# +DEF OMEGA_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 200 0 450 N +P 23 0 1 0 -300 1050 -400 1000 -500 900 -550 750 -550 300 -500 150 -400 50 -300 0 -200 0 -100 50 -50 100 0 200 50 100 100 50 200 0 300 0 400 50 500 150 550 300 550 750 500 900 400 1000 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_PI_SMALL +# +DEF OMEGA_PI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_PI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 150 N +P 2 0 1 0 450 700 -450 700 N +P 17 0 1 0 -250 700 -300 650 -350 550 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 50 50 150 0 200 0 300 50 350 150 350 550 300 650 250 700 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_ROUND_CAP +# +DEF OMEGA_ROUND_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_ROUND_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 150 0 -150 N +P 2 0 1 0 0 1200 0 900 N +P 17 0 1 0 -250 1050 -400 1000 -500 900 -550 750 -550 300 -500 150 -400 50 -250 0 250 0 400 50 500 150 550 300 550 750 500 900 400 1000 250 1050 -250 1050 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_ROUND_SMALL +# +DEF OMEGA_ROUND_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_ROUND_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 100 0 -100 N +P 2 0 1 0 0 800 0 600 N +P 17 0 1 0 -150 700 -250 650 -300 600 -350 500 -350 200 -300 100 -250 50 -150 0 150 0 250 50 300 100 350 200 350 500 300 600 250 650 150 700 -150 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_SMALL +# +DEF OMEGA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 150 N +P 17 0 1 0 -250 700 -300 650 -350 550 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 50 50 150 0 200 0 300 50 350 150 350 550 300 650 250 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_SMALL_CLOSED +# +DEF OMEGA_SMALL_CLOSED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_SMALL_CLOSED" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 0 350 0 150 50 50 150 0 200 0 300 50 350 150 350 500 300 600 250 650 150 700 -150 700 -250 650 -300 600 -350 500 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OMEGA_SMALLCAP +# +DEF OMEGA_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OMEGA_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -300 0 -150 0 -150 150 -250 250 -300 350 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 350 200 250 100 150 100 0 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OU_CAP +# +DEF OU_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OU_CAP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -200 1050 -300 1000 -350 900 -350 800 -300 700 -250 650 -150 600 N +P 7 0 1 0 200 1050 300 1000 350 900 350 800 300 700 250 650 150 600 N +P 17 0 1 0 -150 600 150 600 250 550 300 500 350 400 350 200 300 100 250 50 150 0 -150 0 -250 50 -300 100 -350 200 -350 400 -300 500 -250 550 -150 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OU_SMALL +# +DEF OU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OU_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -250 850 -250 700 -200 600 0 500 200 600 250 700 250 850 N +P 13 0 1 0 -100 500 100 500 200 450 250 350 250 150 200 50 100 0 -100 0 -200 50 -250 150 -250 350 -200 450 -100 500 N +X ABOVE ~ 0 850 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OU_SMALLCAP +# +DEF OU_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OU_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -150 700 -200 650 -250 550 -200 450 -100 400 N +P 5 0 1 0 100 400 200 450 250 550 200 650 150 700 N +P 13 0 1 0 -100 400 100 400 200 350 250 250 250 150 200 50 100 0 -100 0 -200 50 -250 150 -250 250 -200 350 -100 400 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_CAP +# +DEF P_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_CAP" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 0 -300 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X TICK ~ 200 550 100 R 50 50 1 1 I +X TONOS ~ -650 950 100 R 50 50 1 1 I +X TOPRING ~ 0 750 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_CAP_HOOK +# +DEF P_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 13 0 1 0 -600 800 -600 900 -550 1000 -450 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_SMALL +# +DEF P_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ -200 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TICK ~ 150 50 100 R 50 50 1 1 I +X TOP ~ 0 700 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_SMALLCAP +# +DEF P_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -200 0 -200 700 100 700 200 650 250 550 250 450 200 350 100 300 -200 300 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X TOPRING ~ 0 500 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# P_TINY +# +DEF P_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "P_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 -250 -150 500 N +P 10 0 1 0 -150 450 -50 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X TICK ~ 150 50 100 R 50 50 1 1 I +X TOP ~ 0 500 100 R 50 50 1 1 I +X TOP1 ~ -150 500 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PALATALIZATION_CYR +# +DEF PALATALIZATION_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PALATALIZATION_CYR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 950 150 1100 200 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN +# +DEF PAREN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 -400 150 -350 50 -200 0 -100 -50 50 -100 300 -100 500 -50 750 0 900 50 1000 150 1150 200 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_SMALL +# +DEF PAREN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 100 850 50 800 0 650 -50 400 -50 200 0 -50 50 -200 100 -250 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PENNY_GERMAN +# +DEF PENNY_GERMAN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PENNY_GERMAN" 0 -350 60 H V C CNN +DRAW +P 23 0 1 0 -450 350 -400 400 -300 450 -200 400 -150 350 -50 300 50 350 300 600 350 750 350 900 300 1000 200 1050 150 1050 50 1000 0 900 0 750 50 600 300 350 350 250 350 200 300 100 250 50 100 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_CAP +# +DEF PHI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 17 0 1 0 -100 900 100 900 250 850 350 750 400 650 400 450 350 350 250 250 100 200 -100 200 -250 250 -350 350 -400 450 -400 650 -350 750 -250 850 -100 900 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_SMALL +# +DEF PHI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_SMALL" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 -250 700 -300 650 -350 550 -350 250 -300 150 -200 50 -100 0 100 0 200 50 300 150 350 250 350 550 300 650 200 700 150 700 50 650 0 550 0 -350 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_SMALL_VAR +# +DEF PHI_SMALL_VAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_SMALL_VAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 -350 N +P 17 0 1 0 -100 700 100 700 200 650 300 550 350 450 350 250 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 250 -350 450 -300 550 -200 650 -100 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PHI_TINY +# +DEF PHI_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PHI_TINY" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 500 -300 400 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 350 250 450 150 500 50 450 0 350 0 -250 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_CAP +# +DEF PI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 0 -300 1050 300 1050 300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDHOOK ~ 300 700 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_SMALL +# +DEF PI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 4 0 1 0 -150 700 -150 150 -200 50 -300 0 N +P 4 0 1 0 400 700 -250 700 -350 650 -400 550 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_SMALLCAP +# +DEF PI_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 0 -250 700 200 700 200 0 N +X MIDHOOK ~ 200 350 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# POKRYTIE +# +DEF POKRYTIE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "POKRYTIE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 900 -250 1000 -150 1050 0 1050 150 1000 300 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# POUND +# +DEF POUND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "POUND" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 100 700 N +P 3 0 1 0 -300 0 250 0 250 0 N +P 6 0 1 0 -150 0 -150 900 -100 1000 0 1050 150 1050 250 1000 N +X MIDDLE ~ -100 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSI_CAP +# +DEF PSI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 14 0 1 0 -500 1050 -400 1000 -350 900 -350 650 -300 500 -250 450 -150 400 150 400 250 450 300 500 350 650 350 900 400 1000 500 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSI_SMALL +# +DEF PSI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 -350 N +P 10 0 1 0 -350 700 -350 250 -300 150 -200 50 -100 0 100 0 200 50 300 150 350 250 350 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSI_SMALLCAP +# +DEF PSI_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSI_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 0 N +P 10 0 1 0 -300 700 -250 650 -250 450 -200 350 -100 300 100 300 200 350 250 450 250 650 300 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSILI +# +DEF PSILI U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSILI" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -50 950 0 950 50 1000 50 1100 N +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X P ~ -200 0 300 U 50 50 1 1 I +X S ~ 200 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSILI_OXIA +# +DEF PSILI_OXIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSILI_OXIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1100 150 950 N +P 4 0 1 0 -250 950 -200 950 -150 1000 -150 1100 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PSILI_VARIA +# +DEF PSILI_VARIA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PSILI_VARIA" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1100 250 950 N +P 4 0 1 0 -250 950 -200 950 -150 1000 -150 1100 N +X P ~ -400 0 300 U 50 50 1 1 I +X S ~ 400 0 300 U 50 50 1 1 I +X X ~ 0 950 100 L 50 50 1 1 I +X X2 ~ 200 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PX_CAP +# +DEF PX_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PX_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 500 1050 150 600 500 0 N +P 11 0 1 0 -400 0 -400 1050 0 1050 100 1000 150 950 200 850 200 700 150 600 100 550 0 500 -400 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PX_SMALL +# +DEF PX_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PX_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 -350 -350 N +P 3 0 1 0 450 700 150 350 450 0 N +P 12 0 1 0 -350 650 -250 700 -50 700 50 650 100 600 150 500 150 200 100 100 50 50 -50 0 -250 0 -350 50 N +X TOP ~ -100 700 100 R 50 50 1 1 I +X TOP1 ~ -350 700 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_CAP +# +DEF Q_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_CAP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 400 -100 300 -50 200 50 50 200 -50 250 -150 250 N +P 17 0 1 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_LARGE_TAIL +# +DEF Q_LARGE_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_LARGE_TAIL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 300 1050 300 -150 350 -250 400 -300 500 -350 600 -350 N +P 14 0 1 0 300 900 200 1000 100 1050 -100 1050 -200 1000 -300 900 -350 700 -350 350 -300 150 -200 50 -100 0 100 0 200 50 300 150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_SMALL +# +DEF Q_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 -350 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Q_SMALL_TAIL +# +DEF Q_SMALL_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Q_SMALL_TAIL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 700 250 -150 300 -250 350 -300 450 -350 550 -350 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QP_SMALL +# +DEF QP_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QP_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 -350 N +P 12 0 1 0 0 50 -100 0 -300 0 -400 50 -450 100 -500 200 -500 500 -450 600 -400 650 -300 700 -100 700 0 650 N +P 12 0 1 0 0 650 100 700 300 700 400 650 450 600 500 500 500 200 450 100 400 50 300 0 100 0 0 50 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUESTION +# +DEF QUESTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUESTION" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 100 0 50 -50 0 -100 50 -50 100 -50 0 N +P 12 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 900 250 800 200 700 150 650 50 600 0 550 -50 450 -50 400 N +X P ~ -450 0 300 U 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE +# +DEF QUOTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 -200 850 N +P 2 0 1 0 200 1050 200 850 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE_RIGHT +# +DEF QUOTE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 50 1050 50 1000 0 900 -50 850 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE_RIGHT_DBL +# +DEF QUOTE_RIGHT_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE_RIGHT_DBL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -150 1050 -150 1000 -200 900 -250 850 N +P 4 0 1 0 250 1050 250 1000 200 900 150 850 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_CAP +# +DEF R_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -50 500 N +P 11 0 1 0 -300 0 -300 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X STROKE ~ -300 500 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_SMALL +# +DEF R_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 0 -100 700 N +P 5 0 1 0 -100 500 -50 600 0 650 100 700 200 700 N +X ABOVE ~ 50 950 100 R 50 50 1 1 I +X BELOW ~ -100 -250 100 R 50 50 1 1 I +X BOTTOM ~ -100 0 100 R 50 50 1 1 I +X MIDDLE ~ -50 350 100 R 50 50 1 1 I +X TOP1 ~ -100 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_SMALL_FISHHOOK +# +DEF R_SMALL_FISHHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_SMALL_FISHHOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 50 0 N +P 6 0 1 0 200 700 100 700 0 650 -50 600 -100 450 -100 0 N +X ABOVE ~ 50 950 100 R 50 50 1 1 I +X BELOW ~ -100 -250 100 R 50 50 1 1 I +X BOTTOM ~ -100 0 100 R 50 50 1 1 I +X MIDDLE ~ -50 350 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_SMALLCAP +# +DEF R_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 300 250 0 N +P 9 0 1 0 -200 0 -200 700 100 700 200 650 250 550 250 450 200 350 100 300 -200 300 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# R_TINY +# +DEF R_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "R_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 500 -100 0 N +P 4 0 1 0 -100 350 -50 450 50 500 150 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ -100 -250 100 R 50 50 1 1 I +X BOTTOM ~ -100 0 100 R 50 50 1 1 I +X MIDDLE ~ -100 250 100 R 50 50 1 1 I +X TOP1 ~ -100 500 100 R 50 50 1 1 I +X TOP2 ~ 150 500 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_SMALL +# +DEF RHO_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 -350 -250 500 -200 600 -150 650 -50 700 100 700 200 650 250 600 300 500 300 200 250 100 200 50 100 0 -50 0 -150 50 -250 150 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_SMALL_STROKE +# +DEF RHO_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -250 50 -250 N +P 16 0 1 0 -250 -350 -250 500 -200 600 -150 650 -50 700 100 700 200 650 250 600 300 500 300 200 250 100 200 50 100 0 -50 0 -150 50 -250 150 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_SMALL_TAIL +# +DEF RHO_SMALL_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_SMALL_TAIL" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 250 -350 -50 -350 -150 -300 -200 -250 -250 -150 -250 500 -200 600 -150 650 -50 700 100 700 200 650 250 600 300 500 300 200 250 100 200 50 100 0 -50 0 -150 50 -250 150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RHO_TINY +# +DEF RHO_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RHO_TINY" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -150 -250 -150 350 -100 450 0 500 50 500 150 450 200 350 200 150 150 50 50 0 -50 0 -150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 150 -250 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RING +# +DEF RING U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RING" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 950 -100 1000 -150 1100 -100 1200 0 1250 100 1200 150 1100 100 1000 0 950 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RING_ACUTE +# +DEF RING_ACUTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RING_ACUTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 1350 300 1200 N +P 9 0 1 0 0 1250 -100 1200 -150 1100 -100 1000 0 950 100 1000 150 1100 100 1200 0 1250 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RING_HALF +# +DEF RING_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RING_HALF" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 950 -100 1000 -150 1100 -100 1200 0 1250 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_CAP +# +DEF S_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_CAP" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -300 50 -150 0 100 0 200 50 250 100 300 200 300 300 250 400 200 450 100 500 -100 550 -200 600 -250 650 -300 750 -300 850 -250 950 -200 1000 -100 1050 150 1050 300 1000 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X MIDDLE ~ 0 550 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_LONG_SMALL +# +DEF S_LONG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_LONG_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 900 50 1000 150 1050 250 1050 N +X ABOVE ~ 100 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X MIDTOP ~ 0 750 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_SMALL +# +DEF S_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -200 50 -100 0 100 0 200 50 250 150 250 200 200 300 100 350 -50 350 -150 400 -200 500 -200 550 -150 650 -50 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -200 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 50 350 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_SMALL_SWASHTAIL +# +DEF S_SMALL_SWASHTAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_SMALL_SWASHTAIL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -100 0 0 -150 100 -200 250 -200 N +P 16 0 1 0 -200 50 -100 0 100 0 200 50 250 150 250 200 200 300 100 350 -50 350 -150 400 -200 500 -200 550 -150 650 -50 700 100 700 200 650 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_ARCHAIC_CAP +# +DEF SAMPI_ARCHAIC_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_ARCHAIC_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 4 0 1 0 -350 600 -350 1050 350 1050 350 600 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_ARCHAIC_SMALL +# +DEF SAMPI_ARCHAIC_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_ARCHAIC_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 4 0 1 0 -250 600 -250 1050 250 1050 250 600 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_CAP +# +DEF SAMPI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1000 -200 750 N +P 4 0 1 0 300 900 150 750 100 650 100 200 N +P 11 0 1 0 -350 900 -250 1000 -100 1050 100 1050 200 1000 300 900 350 800 400 600 400 300 350 100 300 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAMPI_SMALL +# +DEF SAMPI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAMPI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 150 450 N +P 2 0 1 0 0 0 250 250 N +P 7 0 1 0 -300 700 -100 650 50 550 150 450 250 250 300 50 300 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAN_CAP +# +DEF SAN_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAN_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 0 700 350 1050 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SAN_SMALL +# +DEF SAN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SAN_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -300 -350 -300 700 0 400 300 700 300 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SECTION +# +DEF SECTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SECTION" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -200 -100 -100 -150 50 -150 150 -100 200 0 150 100 -150 400 -200 500 -200 550 -150 650 -50 700 N +P 11 0 1 0 200 1000 100 1050 -50 1050 -150 1000 -200 900 -150 800 150 500 200 400 200 350 150 250 50 200 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SEMICOLON +# +DEF SEMICOLON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SEMICOLON" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 50 50 50 0 0 -100 -50 -150 N +P 6 0 1 0 0 650 50 600 0 550 -50 600 0 650 0 550 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SEMISOFT_SMALL +# +DEF SEMISOFT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SEMISOFT_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 -50 700 N +P 9 0 1 0 -200 1050 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHA_CAP +# +DEF SHA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 0 N +P 4 0 1 0 -500 1050 -500 0 500 0 500 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM3 ~ 500 0 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHA_SMALL +# +DEF SHA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 0 0 N +P 4 0 1 0 -350 700 -350 0 350 0 350 700 N +X BOTTOM3 ~ 350 0 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHEI_CAP +# +DEF SHEI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHEI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 200 0 450 N +P 5 0 1 0 500 150 350 -100 200 -250 50 -300 -250 -300 N +P 23 0 1 0 -300 1050 -400 1000 -500 900 -550 750 -550 300 -500 150 -400 50 -300 0 -200 0 -100 50 -50 100 0 200 50 100 100 50 200 0 300 0 400 50 500 150 550 300 550 750 500 900 400 1000 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHEI_SMALL +# +DEF SHEI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHEI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 150 N +P 5 0 1 0 300 50 250 -50 50 -250 -100 -300 -150 -300 N +P 17 0 1 0 -250 700 -300 650 -350 550 -350 150 -300 50 -200 0 -150 0 -50 50 0 150 50 50 150 0 200 0 300 50 350 150 350 550 300 650 250 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SHEQUEL_NEW +# +DEF SHEQUEL_NEW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SHEQUEL_NEW" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -450 0 -450 1050 -150 1050 0 1000 100 900 150 750 150 450 N +P 7 0 1 0 -150 650 -150 300 -100 150 0 50 150 0 450 0 450 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_CAP +# +DEF SIGMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 250 0 -300 0 50 550 -300 1050 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_SMALL +# +DEF SIGMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 350 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 200 250 500 200 600 150 650 50 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_SMALL_FINAL +# +DEF SIGMA_SMALL_FINAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_SMALL_FINAL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 200 650 100 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 50 0 150 -50 200 -150 200 -200 150 -300 50 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH +# +DEF SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 450 1100 -450 -250 -450 -250 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_CAP +# +DEF SLASH_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1200 -300 -250 N +X X ~ 0 500 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL +# +DEF SLASH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 950 -250 -250 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL_H +# +DEF SLASH_SMALL_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 250 150 450 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL_H_DBL +# +DEF SLASH_SMALL_H_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL_H_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 100 150 300 N +P 2 0 1 0 -150 400 150 600 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL_V +# +DEF SLASH_SMALL_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL_V" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 500 -100 200 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SOFT_CAP +# +DEF SOFT_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SOFT_CAP" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -250 1050 -250 0 50 0 200 50 300 150 350 250 350 400 300 500 200 600 50 650 -250 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X MIDTOP ~ -250 900 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SOFT_SMALL +# +DEF SOFT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SOFT_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -200 700 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_EM +# +DEF SPACE_EM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_EM" 0 -350 60 H V C CNN +DRAW +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_EN +# +DEF SPACE_EN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_EN" 0 -350 60 H V C CNN +DRAW +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_FIGURE +# +DEF SPACE_FIGURE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_FIGURE" 0 -350 60 H V C CNN +DRAW +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_HAIR +# +DEF SPACE_HAIR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_HAIR" 0 -350 60 H V C CNN +DRAW +X ~ ~ -50 0 300 U 50 50 1 1 I +X ~ ~ 50 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_MID +# +DEF SPACE_MID U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_MID" 0 -350 60 H V C CNN +DRAW +X ~ ~ -150 0 300 U 50 50 1 1 I +X ~ ~ 150 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_PUNC +# +DEF SPACE_PUNC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_PUNC" 0 -350 60 H V C CNN +DRAW +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_THICK +# +DEF SPACE_THICK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_THICK" 0 -350 60 H V C CNN +DRAW +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_THIN +# +DEF SPACE_THIN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_THIN" 0 -350 60 H V C CNN +DRAW +X ~ ~ -100 0 300 U 50 50 1 1 I +X ~ ~ 100 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STIGMA_CAP +# +DEF STIGMA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STIGMA_CAP" 0 -350 60 H V C CNN +DRAW +P 18 0 1 0 250 1050 -50 1050 -200 1000 -300 900 -350 800 -400 600 -400 450 -350 250 -300 150 -200 50 -50 0 0 0 100 -50 150 -150 150 -200 100 -300 50 -350 -50 -350 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STIGMA_SMALL +# +DEF STIGMA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STIGMA_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 200 700 -100 700 -200 650 -250 600 -300 500 -300 200 -250 100 -200 50 -100 0 0 0 100 -50 150 -150 150 -200 100 -300 0 -350 -100 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_H +# +DEF STROKE_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 350 200 350 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_SMALL_H +# +DEF STROKE_SMALL_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_SMALL_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 350 150 350 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_SMALL_H_DBL +# +DEF STROKE_SMALL_H_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_SMALL_H_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 200 150 200 N +P 2 0 1 0 -150 500 150 500 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STROKE_V +# +DEF STROKE_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STROKE_V" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 550 0 150 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_CAP +# +DEF T_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 2 0 1 0 0 0 0 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X MIDHOOK ~ 0 700 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_CAP_ABOVE +# +DEF T_CAP_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_CAP_ABOVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1100 250 1100 N +P 2 0 1 0 0 1100 0 950 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_CAP_HOOK +# +DEF T_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +P 5 0 1 0 -350 800 -350 900 -300 1000 -200 1050 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL +# +DEF T_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 5 0 1 0 0 1050 0 150 50 50 150 0 250 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 100 -250 100 R 50 50 1 1 I +X BOTTOM ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_CARON +# +DEF T_SMALL_CARON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_CARON" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 2 0 1 0 350 1050 300 900 N +P 5 0 1 0 0 1050 0 150 50 50 150 0 250 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_CURL +# +DEF T_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 11 0 1 0 0 1050 0 150 50 50 150 0 250 0 350 50 400 150 350 250 250 300 150 250 -50 -150 N +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_HOOK +# +DEF T_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 8 0 1 0 250 1050 150 1050 50 1000 0 900 0 150 50 50 150 0 250 0 N +X BELOW ~ 100 -250 100 R 50 50 1 1 I +X BOTTOM ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALL_RETROHOOK +# +DEF T_SMALL_RETROHOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALL_RETROHOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 700 250 700 N +P 5 0 1 0 0 1050 0 -200 50 -300 150 -350 250 -350 N +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_SMALLCAP +# +DEF T_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 2 0 1 0 0 700 0 0 N +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# T_TINY +# +DEF T_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "T_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 500 200 500 N +P 5 0 1 0 0 700 0 150 50 50 150 0 200 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 100 -250 100 R 50 50 1 1 I +X BOTTOM ~ 200 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TAIL +# +DEF TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TAIL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 0 150 0 -150 -350 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TAU_SMALL +# +DEF TAU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TAU_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 550 -250 650 -150 700 300 700 N +P 4 0 1 0 0 700 0 150 50 50 150 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TC_SMALL_CURL +# +DEF TC_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TC_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 700 -100 700 N +P 6 0 1 0 -350 1050 -350 150 -300 50 -200 0 -100 0 0 50 N +P 17 0 1 0 400 650 300 700 100 700 0 650 -50 600 -100 500 -100 200 -50 100 0 50 100 0 250 0 350 50 400 150 350 250 250 300 150 250 -50 -150 N +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDDLE ~ -350 400 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TESH_SMALL +# +DEF TESH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TESH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 700 100 700 N +P 5 0 1 0 -200 1050 -200 150 -150 50 -50 0 100 0 N +P 8 0 1 0 350 1050 250 1050 150 1000 100 900 100 -200 50 -300 -50 -350 -150 -350 N +X MIDDLE ~ -200 400 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THETA_CAP +# +DEF THETA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THETA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 550 150 550 N +P 21 0 1 0 -100 1050 100 1050 200 1000 300 900 350 800 400 650 400 400 350 250 300 150 200 50 100 0 -100 0 -200 50 -300 150 -350 250 -400 400 -400 650 -350 800 -300 900 -200 1000 -100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THETA_SMALL +# +DEF THETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 550 250 550 N +P 17 0 1 0 -100 1050 50 1050 150 1000 200 950 250 800 250 250 200 100 150 50 50 0 -100 0 -200 50 -250 100 -300 250 -300 800 -250 950 -200 1000 -100 1050 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THETA_SMALL_SCRIPT +# +DEF THETA_SMALL_SCRIPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THETA_SMALL_SCRIPT" 0 -350 60 H V C CNN +DRAW +P 24 0 1 0 -400 550 -350 500 -300 400 -300 250 -250 100 -200 50 -100 0 50 0 150 50 200 100 250 250 250 800 200 950 150 1000 50 1050 -100 1050 -200 1000 -250 950 -300 850 -300 750 -250 650 -200 600 -100 550 250 550 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THORN_CAP +# +DEF THORN_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THORN_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 10 0 1 0 -300 800 100 800 200 750 250 700 300 600 300 450 250 350 200 300 100 250 -300 250 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THORN_SMALL +# +DEF THORN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THORN_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1050 -250 -350 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THOUSANDS_CYR +# +DEF THOUSANDS_CYR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THOUSANDS_CYR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 -100 150 600 N +P 2 0 1 0 -150 500 250 300 N +P 2 0 1 0 100 0 -300 200 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TIE +# +DEF TIE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TIE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -800 1050 -750 1100 -600 1200 -500 1250 -350 1300 -100 1350 100 1350 350 1300 500 1250 600 1200 750 1100 800 1050 N +X ~ ~ -150 0 300 U 50 50 1 1 I +X ~ ~ 150 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TILDE +# +DEF TILDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TILDE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -250 950 -200 1000 -100 1050 100 950 200 1000 250 1050 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TITLO +# +DEF TITLO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TITLO" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 950 -250 1050 250 1000 250 1100 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TJE_KOMI_CAP +# +DEF TJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 8 0 1 0 0 1050 0 150 50 50 150 0 300 0 400 50 450 150 450 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDDLE ~ 0 500 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TJE_KOMI_SMALL +# +DEF TJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 250 700 N +P 8 0 1 0 0 700 0 150 50 50 150 0 200 0 300 50 350 150 350 400 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TS_SMALL +# +DEF TS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 700 -50 700 N +P 20 0 1 0 -300 1050 -300 150 -250 50 -150 0 -50 50 50 0 250 0 350 50 400 150 400 200 350 300 250 350 100 350 0 400 -50 500 -50 550 0 650 100 700 250 700 350 650 N +X ABOVE ~ 150 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSHE_CAP +# +DEF TSHE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSHE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 2 0 1 0 0 0 0 1050 N +P 6 0 1 0 0 700 300 700 450 650 550 550 600 400 600 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSHE_SMALL +# +DEF TSHE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSHE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 800 300 800 N +P 2 0 1 0 0 1050 0 0 N +P 7 0 1 0 0 400 50 450 150 500 250 500 350 450 400 350 400 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSY_CAP +# +DEF TSY_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSY_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1050 300 0 N +P 4 0 1 0 -300 1050 -300 0 400 0 400 -250 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TSY_SMALL +# +DEF TSY_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TSY_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 0 N +P 4 0 1 0 -200 700 -200 0 350 0 350 -250 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TTSE_CAP +# +DEF TTSE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TTSE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 1050 0 1050 N +P 2 0 1 0 300 1050 300 0 N +P 4 0 1 0 -300 1050 -300 0 400 0 400 -250 N +X ABOVE ~ -300 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TTSE_SMALL +# +DEF TTSE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TTSE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 700 -450 700 N +P 2 0 1 0 250 700 250 0 N +P 4 0 1 0 -200 700 -200 0 350 0 350 -250 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_CAP +# +DEF U_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_CAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 1050 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1550 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_CAP_STROKE +# +DEF U_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 700 450 700 N +P 10 0 1 0 -300 1050 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 300 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALL +# +DEF U_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 7 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 100 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALL_SIDE +# +DEF U_SMALL_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALL_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 550 350 550 N +P 7 0 1 0 -350 100 200 100 300 150 350 250 350 400 300 500 250 550 N +X ABOVE ~ -600 350 100 R 50 50 1 1 I +X BELOW ~ 600 350 100 R 50 50 1 1 I +X BOTTOM ~ 350 300 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 550 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP1 ~ -350 100 100 R 50 50 1 1 I +X TOP2 ~ -350 550 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALL_STROKE +# +DEF U_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 450 350 450 N +P 2 0 1 0 200 700 200 0 N +P 7 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 100 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_SMALLCAP +# +DEF U_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 150 200 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X TOP2 ~ 200 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_TINY +# +DEF U_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 150 500 150 0 N +P 6 0 1 0 -200 500 -200 150 -150 50 -50 0 50 0 150 50 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM ~ -50 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 150 0 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X TOP1 ~ -200 500 100 R 50 50 1 1 I +X TOP2 ~ 150 500 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# U_TINY_SIDE +# +DEF U_TINY_SIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "U_TINY_SIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 400 250 400 N +P 6 0 1 0 -250 50 100 50 200 100 250 200 250 300 200 400 N +X ABOVE ~ -500 250 100 R 50 50 1 1 I +X BELOW ~ 500 200 100 R 50 50 1 1 I +X BOTTOM ~ 250 200 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 400 100 R 50 50 1 1 I +X TOP1 ~ -250 50 100 R 50 50 1 1 I +X TOP2 ~ -250 400 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UE_SMALL +# +DEF UE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UE_SMALL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -450 700 -450 150 -400 50 -300 0 -150 0 -50 50 0 150 N +P 13 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 350 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UPSILON_CAP_HOOK +# +DEF UPSILON_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UPSILON_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -350 1050 -250 1050 -150 1000 -50 900 0 800 0 0 N +P 7 0 1 0 0 800 50 950 100 1000 200 1050 250 1050 350 1000 400 900 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X P ~ -450 0 300 U 50 50 1 1 I +X S ~ 500 0 300 U 50 50 1 1 I +X TONOS ~ -650 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UPSILON_LARGE +# +DEF UPSILON_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UPSILON_LARGE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -300 1050 -300 200 -250 100 -200 50 -100 0 100 0 200 50 300 150 350 250 350 900 300 1000 250 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP1 ~ -300 1050 100 R 50 50 1 1 I +X TOP2 ~ 250 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UPSILON_SMALL +# +DEF UPSILON_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UPSILON_SMALL" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -250 700 -250 150 -200 50 -100 0 50 0 150 50 200 100 250 200 250 550 200 650 150 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_CAP +# +DEF V_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 1050 0 0 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_MIDWELSH_CAP +# +DEF V_MIDWELSH_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_MIDWELSH_CAP" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -50 1050 -150 1000 -250 850 -300 700 -300 200 -250 100 -200 50 -100 0 100 0 200 50 300 150 350 250 350 350 300 550 200 700 150 750 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM ~ 0 0 100 R 50 50 1 1 I +X TOP1 ~ -50 1050 100 R 50 50 1 1 I +X TOP2 ~ 250 1050 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_MIDWELSH_SMALL +# +DEF V_MIDWELSH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_MIDWELSH_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -50 700 -150 650 -200 600 -250 500 -250 200 -200 100 -150 50 -50 0 50 0 150 50 200 100 250 200 250 300 200 400 150 450 50 500 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X HIGH ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_SMALL +# +DEF V_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_SMALL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 0 0 250 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# V_TINY +# +DEF V_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "V_TINY" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 500 0 0 200 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# W_CAP +# +DEF W_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "W_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 1050 -200 0 0 750 200 0 450 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# W_OVER_W +# +DEF W_OVER_W U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "W_OVER_W" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 400 -200 0 0 300 200 0 400 400 N +P 5 0 1 0 -400 1050 -200 650 0 950 200 650 400 1050 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# W_SMALL +# +DEF W_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "W_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 700 -200 0 0 500 200 0 400 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WYNN_CAP +# +DEF WYNN_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WYNN_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 -350 N +P 11 0 1 0 -300 900 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 600 250 450 150 300 -300 -150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WYNN_SMALL +# +DEF WYNN_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WYNN_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 9 0 1 0 -250 600 -200 650 -100 700 100 700 200 650 250 550 250 400 200 300 -250 -150 N +X TOP ~ 0 700 100 R 50 50 1 1 I +X TOP1 ~ -250 700 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# X_CAP +# +DEF X_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "X_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 350 0 N +P 2 0 1 0 350 1050 -350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM2 ~ 300 0 100 R 50 50 1 1 I +X CENTER ~ 0 550 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# X_SMALL +# +DEF X_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "X_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 250 700 N +P 2 0 1 0 -300 700 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BOTTOM2 ~ 200 0 100 R 50 50 1 1 I +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# X_TINY +# +DEF X_TINY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "X_TINY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 500 200 0 N +P 2 0 1 0 200 500 -200 0 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# XI_CAP +# +DEF XI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "XI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 250 0 N +P 2 0 1 0 -300 1050 250 1050 N +P 2 0 1 0 150 550 -200 550 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# XI_SMALL +# +DEF XI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "XI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1050 250 1050 N +P 7 0 1 0 -50 1050 -150 1000 -200 900 -200 750 -150 650 -50 600 150 600 N +P 15 0 1 0 -50 600 -150 550 -200 500 -250 400 -250 200 -200 100 -150 50 -50 0 50 0 150 -50 200 -150 200 -200 150 -300 50 -350 0 -350 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_CAP +# +DEF Y_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 300 100 R 50 50 1 1 I +X P ~ -450 0 300 U 50 50 1 1 I +X PERIS ~ -700 1300 100 R 50 50 1 1 I +X S ~ 450 0 300 U 50 50 1 1 I +X TONOS ~ -700 950 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_CAP_HOOK +# +DEF Y_CAP_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_CAP_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +P 7 0 1 0 -350 1050 0 500 300 1000 400 1050 500 1000 550 900 550 800 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_CAP_STROKE +# +DEF Y_CAP_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_CAP_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 900 350 900 N +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_LARGE +# +DEF Y_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 0 350 N +P 5 0 1 0 350 1050 -100 150 -200 50 -300 0 -350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_LARGE_LOOP +# +DEF Y_LARGE_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_LARGE_LOOP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 0 350 N +P 11 0 1 0 350 1050 0 350 -100 150 -150 50 -250 0 -350 50 -400 150 -350 250 -250 300 -150 250 -100 150 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL +# +DEF Y_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 5 0 1 0 250 700 0 0 -100 -250 -150 -300 -250 -350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_HOOK +# +DEF Y_SMALL_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_HOOK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 9 0 1 0 -250 -350 -150 -300 -100 -250 0 0 200 650 300 700 400 650 450 550 450 450 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_LOOP +# +DEF Y_SMALL_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_LOOP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 11 0 1 0 250 700 0 0 -50 -200 -100 -300 -200 -350 -300 -300 -350 -200 -300 -100 -200 -50 -100 -100 -50 -200 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 200 -250 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_STRAIGHT +# +DEF Y_SMALL_STRAIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_STRAIGHT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 -350 N +P 3 0 1 0 -250 700 0 0 250 700 N +X MIDBOTTOM ~ 0 -100 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALL_STROKE +# +DEF Y_SMALL_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALL_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 500 300 500 N +P 2 0 1 0 -250 700 0 0 N +P 5 0 1 0 250 700 0 0 -100 -250 -150 -300 -250 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Y_SMALLCAP +# +DEF Y_SMALLCAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Y_SMALLCAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 0 0 N +P 3 0 1 0 -250 700 0 350 250 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X MIDBOTTOM ~ 0 200 100 R 50 50 1 1 I +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YA_CAP +# +DEF YA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 -350 0 N +P 11 0 1 0 250 0 250 1050 -150 1050 -250 1000 -300 950 -350 850 -350 700 -300 600 -250 550 -150 500 250 500 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YA_SMALL +# +DEF YA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 300 -250 0 N +P 9 0 1 0 200 0 200 700 -100 700 -200 650 -250 550 -250 450 -200 350 -100 300 200 300 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAE_CAP +# +DEF YAE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 500 -500 0 N +P 3 0 1 0 100 1050 100 0 600 0 N +P 10 0 1 0 450 500 -300 500 -400 550 -450 600 -500 700 -500 850 -450 950 -400 1000 -300 1050 600 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAE_SMALL +# +DEF YAE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -250 300 N +P 9 0 1 0 0 550 0 700 -350 700 -450 650 -500 550 -500 450 -450 350 -350 300 0 300 N +P 13 0 1 0 450 50 350 0 150 0 50 50 0 150 0 550 50 650 150 700 350 700 450 650 500 550 500 450 0 350 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAT_CAP +# +DEF YAT_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAT_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 900 200 900 N +P 11 0 1 0 -250 1050 -250 0 50 0 200 50 300 150 350 250 350 400 300 500 200 600 50 650 -250 650 N +X ABOVE ~ -200 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YAT_SMALL +# +DEF YAT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YAT_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 700 100 700 N +P 9 0 1 0 -200 1050 -200 0 50 0 150 50 200 150 200 300 150 400 50 450 -200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YEN +# +DEF YEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YEN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 350 400 350 N +P 2 0 1 0 -400 700 400 700 N +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YERY_CAP +# +DEF YERY_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YERY_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 500 1050 500 0 N +P 11 0 1 0 -450 1050 -450 0 -150 0 0 50 100 150 150 250 150 400 100 500 0 600 -150 650 -450 650 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YERY_SMALL +# +DEF YERY_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YERY_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 700 350 0 N +P 9 0 1 0 -350 700 -350 0 -100 0 0 50 50 150 50 300 0 400 -100 450 -350 450 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YOGH_CAP +# +DEF YOGH_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YOGH_CAP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 200 450 300 350 350 250 350 0 300 -100 200 -200 100 -250 -300 -350 N +P 12 0 1 0 -300 950 -250 1000 -150 1050 150 1050 250 1000 300 950 350 850 350 650 300 550 200 450 100 400 -200 300 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YOGH_SMALL +# +DEF YOGH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YOGH_SMALL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 150 200 200 150 250 50 250 -100 200 -200 150 -250 50 -300 -250 -350 N +P 11 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 350 200 250 150 200 50 150 -150 100 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YR_CAP +# +DEF YR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YR_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 -300 0 N +P 2 0 1 0 -50 250 300 -350 N +P 10 0 1 0 -300 800 100 800 200 750 250 700 300 600 300 450 250 350 200 300 100 250 -300 250 N +X ABOVE ~ -250 1300 100 R 50 50 1 1 I +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YU_CAP +# +DEF YU_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YU_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 1050 -500 0 N +P 2 0 1 0 -150 550 -500 550 N +P 17 0 1 0 100 1050 300 1050 400 1000 500 900 550 700 550 350 500 150 400 50 300 0 100 0 0 50 -100 150 -150 350 -150 700 -100 900 0 1000 100 1050 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YU_SMALL +# +DEF YU_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YU_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 350 -100 350 N +P 2 0 1 0 -400 700 -400 0 N +P 17 0 1 0 100 0 0 50 -50 100 -100 200 -100 500 -50 600 0 650 100 700 250 700 350 650 400 600 450 500 450 200 400 100 350 50 250 0 100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_BIG_CAP +# +DEF YUS_BIG_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_BIG_CAP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 550 -400 1050 400 1050 0 550 N +P 10 0 1 0 -450 0 -450 250 -400 400 -300 500 -150 550 150 550 300 500 400 400 450 250 450 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_BIG_SMALL +# +DEF YUS_BIG_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_BIG_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 0 0 350 -300 700 300 700 0 350 N +P 10 0 1 0 -350 0 -350 150 -300 250 -250 300 -150 350 150 350 250 300 300 250 350 150 350 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_LITTLE_CAP +# +DEF YUS_LITTLE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_LITTLE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 400 300 400 N +P 2 0 1 0 0 400 0 0 N +P 3 0 1 0 -500 0 0 1050 500 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# YUS_LITTLE_SMALL +# +DEF YUS_LITTLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "YUS_LITTLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 300 200 300 N +P 2 0 1 0 0 300 0 0 N +P 3 0 1 0 -350 0 0 700 350 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_CAP +# +DEF Z_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_CAP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -350 1050 350 1050 -350 0 350 0 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -350 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 350 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 550 100 R 50 50 1 1 I +X TOP1 ~ -350 1050 100 R 50 50 1 1 I +X TOP2 ~ 350 1050 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_SMALL +# +DEF Z_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 700 250 700 -300 0 250 0 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X BOTTOM2 ~ 250 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -300 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_SMALL_CURL +# +DEF Z_SMALL_CURL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_SMALL_CURL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 700 250 700 -300 0 100 0 200 50 250 150 200 250 100 300 0 250 -200 -150 N +X BOTTOM1 ~ -300 0 100 R 50 50 1 1 I +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -300 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Z_SMALL_SWASHTAIL +# +DEF Z_SMALL_SWASHTAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "Z_SMALL_SWASHTAIL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -300 700 250 700 -300 0 -200 0 -100 -50 0 -150 100 -200 250 -200 N +X MIDDLE ~ 0 350 100 R 50 50 1 1 I +X TOP1 ~ -300 700 100 R 50 50 1 1 I +X TOP2 ~ 250 700 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZEMLYA_CAP +# +DEF ZEMLYA_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZEMLYA_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 19 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 650 200 600 100 550 250 500 300 450 350 350 350 200 300 100 250 50 150 0 -150 0 -250 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZEMLYA_SMALL +# +DEF ZEMLYA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZEMLYA_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 15 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 150 200 50 100 0 -100 0 -200 50 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZETA_SMALL +# +DEF ZETA_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZETA_SMALL" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 1050 250 1050 -100 700 -200 550 -250 400 -250 200 -200 100 -150 50 -50 0 50 0 150 -50 200 -150 200 -200 150 -300 50 -350 0 -350 N +X ABOVE ~ 0 1150 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZHIVETE_CAP +# +DEF ZHIVETE_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZHIVETE_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 600 -600 0 N +P 2 0 1 0 0 0 0 1050 N +P 2 0 1 0 0 450 -600 1050 N +P 2 0 1 0 600 0 150 600 N +P 2 0 1 0 600 1050 0 450 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X BOTTOM3 ~ 600 0 100 R 50 50 1 1 I +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZHIVETE_SMALL +# +DEF ZHIVETE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZHIVETE_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 350 -400 0 N +P 2 0 1 0 0 300 -400 700 N +P 2 0 1 0 0 700 0 0 N +P 2 0 1 0 400 0 50 350 N +P 2 0 1 0 400 700 0 300 N +X BOTTOM3 ~ 400 0 100 R 50 50 1 1 I +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZJE_KOMI_CAP +# +DEF ZJE_KOMI_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZJE_KOMI_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 100 550 N +P 20 0 1 0 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 650 200 600 100 550 200 500 250 450 300 350 300 150 350 50 450 0 600 0 700 50 750 150 750 700 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 950 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ZJE_KOMI_SMALL +# +DEF ZJE_KOMI_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ZJE_KOMI_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 350 100 350 N +P 17 0 1 0 -200 650 -100 700 100 700 200 650 250 550 250 500 200 400 100 350 200 300 250 200 250 150 300 50 400 0 450 0 550 50 600 150 600 500 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/helpers/tools_to_build_newstroke-font/font.pro b/helpers/tools_to_build_newstroke-font/font.pro new file mode 100644 index 0000000..dfd874a --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font.pro @@ -0,0 +1,41 @@ +update=Срд 13 Янв 2010 11:45:35 +last_client=eeschema +[general] +version=1 +[eeschema] +version=1 +LibDir=/home/vovanium/projects/kicad-library +NetFmt=1 +HPGLSpd=20 +HPGLDm=15 +HPGLNum=1 +offX_A4=0 +offY_A4=0 +offX_A3=0 +offY_A3=0 +offX_A2=0 +offY_A2=0 +offX_A1=0 +offY_A1=0 +offX_A0=0 +offY_A0=0 +offX_A=0 +offY_A=0 +offX_B=0 +offY_B=0 +offX_C=0 +offY_C=0 +offX_D=0 +offY_D=0 +offX_E=0 +offY_E=0 +RptD_X=0 +RptD_Y=100 +RptLab=1 +SimCmd= +UseNetN=0 +LabSize=60 +[eeschema/libraries] +LibName1=font +LibName2=power +LibName3=symbol diff --git a/helpers/tools_to_build_newstroke-font/font.sch b/helpers/tools_to_build_newstroke-font/font.sch new file mode 100644 index 0000000..4e30660 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font.sch @@ -0,0 +1,5128 @@ +EESchema Schematic File Version 2 date Ð’Ñк 31 Янв 2010 21:30:52 +LIBS:font +LIBS:power +LIBS:symbol +LIBS:font-cache +EELAYER 24 0 +EELAYER END +$Descr A0 46800 33070 +Sheet 1 2 +Title "" +Date "19 dec 2009" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L RHO_TINY U? +U 1 1 4B65E0E7 +P 36900 19500 +F 0 "U?" H 36900 19250 60 0000 C CNN +F 1 "RHO_TINY" H 36900 19150 60 0000 C CNN + 1 36900 19500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_AFR_TINYCAP_TURNED U? +U 1 1 4B65E06C +P 39900 7500 +F 0 "U?" H 39900 7250 60 0000 C CNN +F 1 "GAMMA_AFR_TINYCAP_TURNED" H 39900 7150 60 0000 C CNN + 1 39900 7500 + 1 0 0 -1 +$EndComp +$Comp +L C_TINY_TURNED U? +U 1 1 4B65DF96 +P 39250 7500 +F 0 "U?" H 39250 7250 60 0000 C CNN +F 1 "C_TINY_TURNED" H 39250 7150 60 0000 C CNN + 1 39250 7500 + 1 0 0 -1 +$EndComp +$Comp +L AE_TINY_TURNED U? +U 1 1 4B65DEE4 +P 11150 7500 +F 0 "U?" H 11150 7250 60 0000 C CNN +F 1 "AE_TINY_TURNED" H 11150 7150 60 0000 C CNN + 1 11150 7500 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL_SIDE U? +U 1 1 4B65DE12 +P 38400 7500 +F 0 "U?" H 38400 7250 60 0000 C CNN +F 1 "C_SMALL_SIDE" H 38400 7150 60 0000 C CNN + 1 38400 7500 + 1 0 0 -1 +$EndComp +$Comp +L EZH_SMALL_LOOP U? +U 1 1 4B65DB9F +P 37350 25500 +F 0 "U?" H 37350 25250 60 0000 C CNN +F 1 "EZH_SMALL_LOOP" H 37350 25150 60 0000 C CNN + 1 37350 25500 + 1 0 0 -1 +$EndComp +$Comp +L UE_SMALL U? +U 1 1 4B65D983 +P 17150 25500 +F 0 "U?" H 17150 25250 60 0000 C CNN +F 1 "UE_SMALL" H 17150 25150 60 0000 C CNN + 1 17150 25500 + 1 0 0 -1 +$EndComp +$Comp +L R_TINY U? +U 1 1 4B65D911 +P 36300 19500 +F 0 "U?" H 36300 19250 60 0000 C CNN +F 1 "R_TINY" H 36300 19150 60 0000 C CNN + 1 36300 19500 + 1 0 0 -1 +$EndComp +$Comp +L CHI_TINY U? +U 1 1 4B65D898 +P 25450 25500 +F 0 "U?" H 25450 25250 60 0000 C CNN +F 1 "CHI_TINY" H 25450 25150 60 0000 C CNN + 1 25450 25500 + 1 0 0 -1 +$EndComp +$Comp +L PHI_TINY U? +U 1 1 4B65D7FB +P 21400 25500 +F 0 "U?" H 21400 25250 60 0000 C CNN +F 1 "PHI_TINY" H 21400 25150 60 0000 C CNN + 1 21400 25500 + 1 0 0 -1 +$EndComp +$Comp +L DELTA_TINY U? +U 1 1 4B65D74C +P 15150 10500 +F 0 "U?" H 15150 10250 60 0000 C CNN +F 1 "DELTA_TINY" H 15150 10150 60 0000 C CNN + 1 15150 10500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_TINY U? +U 1 1 4B65D6D3 +P 37500 7500 +F 0 "U?" H 37500 7250 60 0000 C CNN +F 1 "GAMMA_TINY" H 37500 7150 60 0000 C CNN + 1 37500 7500 + 1 0 0 -1 +$EndComp +$Comp +L BETA_TINY U? +U 1 1 4B65D66B +P 20600 7500 +F 0 "U?" H 20600 7250 60 0000 C CNN +F 1 "BETA_TINY" H 20600 7150 60 0000 C CNN + 1 20600 7500 + 1 0 0 -1 +$EndComp +$Comp +L V_TINY U? +U 1 1 4B65D5DC +P 16150 25500 +F 0 "U?" H 16150 25250 60 0000 C CNN +F 1 "V_TINY" H 16150 25150 60 0000 C CNN + 1 16150 25500 + 1 0 0 -1 +$EndComp +$Comp +L M_TINY_TURNED U? +U 1 1 4B65D564 +P 25800 16500 +F 0 "U?" H 25800 16250 60 0000 C CNN +F 1 "M_TINY_TURNED" H 25800 16150 60 0000 C CNN + 1 25800 16500 + 1 0 0 -1 +$EndComp +$Comp +L U_TINY_SIDE U? +U 1 1 4B65D4B2 +P 15400 25500 +F 0 "U?" H 15400 25250 60 0000 C CNN +F 1 "U_TINY_SIDE" H 15400 25150 60 0000 C CNN + 1 15400 25500 + 1 0 0 -1 +$EndComp +$Comp +L U_TINY U? +U 1 1 4B65D423 +P 14600 25500 +F 0 "U?" H 14600 25250 60 0000 C CNN +F 1 "U_TINY" H 14600 25150 60 0000 C CNN + 1 14600 25500 + 1 0 0 -1 +$EndComp +$Comp +L T_TINY U? +U 1 1 4B65D3C4 +P 29600 22500 +F 0 "U?" H 29600 22250 60 0000 C CNN +F 1 "T_TINY" H 29600 22150 60 0000 C CNN + 1 29600 22500 + 1 0 0 -1 +$EndComp +$Comp +L P_TINY U? +U 1 1 4B65D34E +P 35650 19500 +F 0 "U?" H 35650 19250 60 0000 C CNN +F 1 "P_TINY" H 35650 19150 60 0000 C CNN + 1 35650 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_TINY_HALF_TOP U? +U 1 1 4B65D2EF +P 20950 19500 +F 0 "U?" H 20950 19250 60 0000 C CNN +F 1 "O_TINY_HALF_TOP" H 20950 19150 60 0000 C CNN + 1 20950 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_TINY_HALF U? +U 1 1 4B65D2BA +P 20250 19500 +F 0 "U?" H 20250 19250 60 0000 C CNN +F 1 "O_TINY_HALF" H 20250 19150 60 0000 C CNN + 1 20250 19500 + 1 0 0 -1 +$EndComp +$Comp +L ENG_TINY U? +U 1 1 4B65D252 +P 34450 16500 +F 0 "U?" H 34450 16250 60 0000 C CNN +F 1 "ENG_TINY" H 34450 16150 60 0000 C CNN + 1 34450 16500 + 1 0 0 -1 +$EndComp +$Comp +L M_TINY U? +U 1 1 4B65CB37 +P 24700 16500 +F 0 "U?" H 24700 16250 60 0000 C CNN +F 1 "M_TINY" H 24700 16150 60 0000 C CNN + 1 24700 16500 + 1 0 0 -1 +$EndComp +$Comp +L K_TINY U? +U 1 1 4B65CA99 +P 44600 13500 +F 0 "U?" H 44600 13250 60 0000 C CNN +F 1 "K_TINY" H 44600 13150 60 0000 C CNN + 1 44600 13500 + 1 0 0 -1 +$EndComp +$Comp +L G_TINY U? +U 1 1 4B65C9D3 +P 36800 7500 +F 0 "U?" H 36800 7250 60 0000 C CNN +F 1 "G_TINY" H 36800 7150 60 0000 C CNN + 1 36800 7500 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_TINY_TURNED U? +U 1 1 4B65C928 +P 32550 10500 +F 0 "U?" H 32550 10250 60 0000 C CNN +F 1 "EPSILON_TINY_TURNED" H 32550 10150 60 0000 C CNN + 1 32550 10500 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_TINY U? +U 1 1 4B65C8CC +P 31950 10500 +F 0 "U?" H 31950 10250 60 0000 C CNN +F 1 "EPSILON_TINY" H 31950 10150 60 0000 C CNN + 1 31950 10500 + 1 0 0 -1 +$EndComp +$Comp +L D_TINY U? +U 1 1 4B65C870 +P 14450 10500 +F 0 "U?" H 14450 10250 60 0000 C CNN +F 1 "D_TINY" H 14450 10150 60 0000 C CNN + 1 14450 10500 + 1 0 0 -1 +$EndComp +$Comp +L B_TINY U? +U 1 1 4B65C825 +P 19900 7500 +F 0 "U?" H 19900 7250 60 0000 C CNN +F 1 "B_TINY" H 19900 7150 60 0000 C CNN + 1 19900 7500 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_TINY U? +U 1 1 4B65C780 +P 10100 7500 +F 0 "U?" H 10100 7250 60 0000 C CNN +F 1 "ALPHA_TINY" H 10100 7150 60 0000 C CNN + 1 10100 7500 + 1 0 0 -1 +$EndComp +$Comp +L A_TINY_TURNED U? +U 1 1 4B65C698 +P 9200 7500 +F 0 "U?" H 9200 7250 60 0000 C CNN +F 1 "A_TINY_TURNED" H 9200 7150 60 0000 C CNN + 1 9200 7500 + 1 0 0 -1 +$EndComp +$Comp +L OU_SMALLCAP U? +U 1 1 4B65C612 +P 19350 19500 +F 0 "U?" H 19350 19250 60 0000 C CNN +F 1 "OU_SMALLCAP" H 19350 19150 60 0000 C CNN + 1 19350 19500 + 1 0 0 -1 +$EndComp +$Comp +L PSI_SMALLCAP U? +U 1 1 4B65C547 +P 27350 25500 +F 0 "U?" H 27350 25250 60 0000 C CNN +F 1 "PSI_SMALLCAP" H 27350 25150 60 0000 C CNN + 1 27350 25500 + 1 0 0 -1 +$EndComp +$Comp +L LAMBDA_SMALLCAP U? +U 1 1 4B65C488 +P 14300 16500 +F 0 "U?" H 14300 16250 60 0000 C CNN +F 1 "LAMBDA_SMALLCAP" H 14300 16150 60 0000 C CNN + 1 14300 16500 + 1 0 0 -1 +$EndComp +$Comp +L M_SMALL_SIDE U? +U 1 1 4B65C338 +P 23600 16500 +F 0 "U?" H 23600 16250 60 0000 C CNN +F 1 "M_SMALL_SIDE" H 23600 16150 60 0000 C CNN + 1 23600 16500 + 1 0 0 -1 +$EndComp +$Comp +L U_SMALL_SIDE U? +U 1 1 4B65C24B +P 43150 31500 +F 0 "U?" H 43150 31250 60 0000 C CNN +F 1 "U_SMALL_SIDE" H 43150 31150 60 0000 C CNN + 1 43150 31500 + 1 0 0 -1 +$EndComp +$Comp +L DIAERESIS_SIDE U? +U 1 1 4B65C240 +P 42550 31500 +F 0 "U?" H 42550 31250 60 0000 C CNN +F 1 "DIAERESIS_SIDE" H 42550 31150 60 0000 C CNN + 1 42550 31500 + 1 0 0 -1 +$EndComp +$Comp +L U_SMALL_SIDE U? +U 1 1 4B65C1E3 +P 13700 25500 +F 0 "U?" H 13700 25250 60 0000 C CNN +F 1 "U_SMALL_SIDE" H 13700 25150 60 0000 C CNN + 1 13700 25500 + 1 0 0 -1 +$EndComp +$Comp +L U_SMALLCAP U? +U 1 1 4B65C0F2 +P 12700 25500 +F 0 "U?" H 12700 25250 60 0000 C CNN +F 1 "U_SMALLCAP" H 12700 25150 60 0000 C CNN + 1 12700 25500 + 1 0 0 -1 +$EndComp +$Comp +L P_SMALLCAP U? +U 1 1 4B65C061 +P 34850 19500 +F 0 "U?" H 34850 19250 60 0000 C CNN +F 1 "P_SMALLCAP" H 34850 19150 60 0000 C CNN + 1 34850 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_HALF U? +U 1 1 4B65BF85 +P 18350 19500 +F 0 "U?" H 18350 19250 60 0000 C CNN +F 1 "O_SMALL_HALF" H 18350 19150 60 0000 C CNN + 1 18350 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_STROKE_SIDE U? +U 1 1 4B65BF52 +P 17300 19500 +F 0 "U?" H 17300 19250 60 0000 C CNN +F 1 "O_SMALL_STROKE_SIDE" H 17300 19150 60 0000 C CNN + 1 17300 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_SIDE U? +U 1 1 4B65BF18 +P 16200 19500 +F 0 "U?" H 16200 19250 60 0000 C CNN +F 1 "O_SMALL_SIDE" H 16200 19150 60 0000 C CNN + 1 16200 19500 + 1 0 0 -1 +$EndComp +$Comp +L J_SMALLCAP U? +U 1 1 4B65BE51 +P 33850 13500 +F 0 "U?" H 33850 13250 60 0000 C CNN +F 1 "J_SMALLCAP" H 33850 13150 60 0000 C CNN + 1 33850 13500 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALLCAP U? +U 1 1 4B65BDC5 +P 31300 10500 +F 0 "U?" H 31300 10250 60 0000 C CNN +F 1 "E_SMALLCAP" H 31300 10150 60 0000 C CNN + 1 31300 10500 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALLCAP U? +U 1 1 4B65BDBB +P 13650 10500 +F 0 "U?" H 13650 10250 60 0000 C CNN +F 1 "D_SMALLCAP" H 13650 10150 60 0000 C CNN + 1 13650 10500 + 1 0 0 -1 +$EndComp +$Comp +L AE_SMALLCAP U? +U 1 1 4B65BC61 +P 8300 7500 +F 0 "U?" H 8300 7250 60 0000 C CNN +F 1 "AE_SMALLCAP" H 8300 7150 60 0000 C CNN + 1 8300 7500 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALLCAP U? +U 1 1 4B65BB86 +P 7400 7500 +F 0 "U?" H 7400 7250 60 0000 C CNN +F 1 "A_SMALLCAP" H 7400 7150 60 0000 C CNN + 1 7400 7500 + 1 0 0 -1 +$EndComp +$Comp +L ESZETT_CAP U? +U 1 1 4B631AD8 +P 8600 21000 +F 0 "U?" H 8600 20750 60 0000 C CNN +F 1 "ESZETT_CAP" H 8600 20650 60 0000 C CNN + 1 8600 21000 + 1 0 0 -1 +$EndComp +$Comp +L ACUTE_DOT U? +U 1 1 4B631960 +P 31200 30000 +F 0 "U?" H 31200 29750 60 0000 C CNN +F 1 "ACUTE_DOT" H 31200 29650 60 0000 C CNN + 1 31200 30000 + 1 0 0 -1 +$EndComp +$Comp +L S_SMALL U? +U 1 1 4B631955 +P 31200 30000 +F 0 "U?" H 31200 29750 60 0000 C CNN +F 1 "S_SMALL" H 31200 29650 60 0000 C CNN + 1 31200 30000 + 1 0 0 -1 +$EndComp +$Comp +L RING_HALF U? +U 1 1 4B6317FB +P 30250 30000 +F 0 "U?" H 30250 29750 60 0000 C CNN +F 1 "RING_HALF" H 30250 29650 60 0000 C CNN + 1 30250 30000 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_HOOK U? +U 1 1 4B63171E +P 26250 30000 +F 0 "U?" H 26250 29750 60 0000 C CNN +F 1 "BREVE_HOOK" H 26250 29650 60 0000 C CNN + 1 26250 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B631712 +P 26250 30000 +F 0 "U?" H 26250 29750 60 0000 C CNN +F 1 "A_SMALL" H 26250 29650 60 0000 C CNN + 1 26250 30000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX_GRAVE U? +U 1 1 4B631692 +P 25300 30000 +F 0 "U?" H 25300 29750 60 0000 C CNN +F 1 "CIRCUMFLEX_GRAVE" H 25300 29650 60 0000 C CNN + 1 25300 30000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX_ACUTE U? +U 1 1 4B63168A +P 24350 30000 +F 0 "U?" H 24350 29750 60 0000 C CNN +F 1 "CIRCUMFLEX_ACUTE" H 24350 29650 60 0000 C CNN + 1 24350 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B631680 +P 25300 30000 +F 0 "U?" H 25300 29750 60 0000 C CNN +F 1 "A_SMALL" H 25300 29650 60 0000 C CNN + 1 25300 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B631676 +P 24350 30000 +F 0 "U?" H 24350 29750 60 0000 C CNN +F 1 "A_SMALL" H 24350 29650 60 0000 C CNN + 1 24350 30000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX_HOOK U? +U 1 1 4B6315F2 +P 23400 30000 +F 0 "U?" H 23400 29750 60 0000 C CNN +F 1 "CIRCUMFLEX_HOOK" H 23400 29650 60 0000 C CNN + 1 23400 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B6315EA +P 23400 30000 +F 0 "U?" H 23400 29750 60 0000 C CNN +F 1 "A_SMALL" H 23400 29650 60 0000 C CNN + 1 23400 30000 + 1 0 0 -1 +$EndComp +$Comp +L LL_SMALL U? +U 1 1 4B631516 +P 13450 16500 +F 0 "U?" H 13450 16250 60 0000 C CNN +F 1 "LL_SMALL" H 13450 16150 60 0000 C CNN + 1 13450 16500 + 1 0 0 -1 +$EndComp +$Comp +L LL_CAP U? +U 1 1 4B6314CA +P 8700 15000 +F 0 "U?" H 8700 14750 60 0000 C CNN +F 1 "LL_CAP" H 8700 14650 60 0000 C CNN + 1 8700 15000 + 1 0 0 -1 +$EndComp +$Comp +L V_MIDWELSH_CAP U? +U 1 1 4B631419 +P 11350 24000 +F 0 "U?" H 11350 23750 60 0000 C CNN +F 1 "V_MIDWELSH_CAP" H 11350 23650 60 0000 C CNN + 1 11350 24000 + 1 0 0 -1 +$EndComp +$Comp +L V_MIDWELSH_SMALL U? +U 1 1 4B63136F +P 11750 25500 +F 0 "U?" H 11750 25250 60 0000 C CNN +F 1 "V_MIDWELSH_SMALL" H 11750 25150 60 0000 C CNN + 1 11750 25500 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALL_LOOP U? +U 1 1 4B63128F +P 10850 25500 +F 0 "U?" H 10850 25250 60 0000 C CNN +F 1 "Y_SMALL_LOOP" H 10850 25150 60 0000 C CNN + 1 10850 25500 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62F1E4 +P 30250 30000 +F 0 "U?" H 30250 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 30250 29650 60 0000 C CNN + 1 30250 30000 + 1 0 0 -1 +$EndComp +$Comp +L DASIA_OXIA U? +U 1 1 4B62EFF7 +P 22400 30000 +F 0 "U?" H 22400 29750 60 0000 C CNN +F 1 "DASIA_OXIA" H 22400 29650 60 0000 C CNN + 1 22400 30000 + 1 0 0 -1 +$EndComp +$Comp +L PSILI_OXIA U? +U 1 1 4B62EFEE +P 21350 30000 +F 0 "U?" H 21350 29750 60 0000 C CNN +F 1 "PSILI_OXIA" H 21350 29650 60 0000 C CNN + 1 21350 30000 + 1 0 0 -1 +$EndComp +$Comp +L DASIA_VARIA U? +U 1 1 4B62EFE0 +P 20300 30000 +F 0 "U?" H 20300 29750 60 0000 C CNN +F 1 "DASIA_VARIA" H 20300 29650 60 0000 C CNN + 1 20300 30000 + 1 0 0 -1 +$EndComp +$Comp +L PSILI_VARIA U? +U 1 1 4B62EFC6 +P 19250 30000 +F 0 "U?" H 19250 29750 60 0000 C CNN +F 1 "PSILI_VARIA" H 19250 29650 60 0000 C CNN + 1 19250 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62EFAC +P 22400 30000 +F 0 "U?" H 22400 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 22400 29650 60 0000 C CNN + 1 22400 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62EFA7 +P 21350 30000 +F 0 "U?" H 21350 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 21350 29650 60 0000 C CNN + 1 21350 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62EFA3 +P 20300 30000 +F 0 "U?" H 20300 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 20300 29650 60 0000 C CNN + 1 20300 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62EF99 +P 19250 30000 +F 0 "U?" H 19250 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 19250 29650 60 0000 C CNN + 1 19250 30000 + 1 0 0 -1 +$EndComp +$Comp +L DASIA U? +U 1 1 4B62ED43 +P 18200 30000 +F 0 "U?" H 18200 29750 60 0000 C CNN +F 1 "DASIA" H 18200 29650 60 0000 C CNN + 1 18200 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62ED35 +P 18200 30000 +F 0 "U?" H 18200 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 18200 29650 60 0000 C CNN + 1 18200 30000 + 1 0 0 -1 +$EndComp +$Comp +L PSILI U? +U 1 1 4B62DB66 +P 17150 30000 +F 0 "U?" H 17150 29750 60 0000 C CNN +F 1 "PSILI" H 17150 29650 60 0000 C CNN + 1 17150 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B62DB45 +P 17150 30000 +F 0 "U?" H 17150 29750 60 0000 C CNN +F 1 "ALPHA_SMALL" H 17150 29650 60 0000 C CNN + 1 17150 30000 + 1 0 0 -1 +$EndComp +$Comp +L MIDDLE_HOOK_CAP U? +U 1 1 4B62CEEC +P 41450 31500 +F 0 "U?" H 41450 31250 60 0000 C CNN +F 1 "MIDDLE_HOOK_CAP" H 41450 31150 60 0000 C CNN + 1 41450 31500 + 1 0 0 -1 +$EndComp +$Comp +L PI_CAP U? +U 1 1 4B62CEE4 +P 41150 31500 +F 0 "U?" H 41150 31250 60 0000 C CNN +F 1 "PI_CAP" H 41150 31150 60 0000 C CNN + 1 41150 31500 + 1 0 0 -1 +$EndComp +$Comp +L MIDDLE_HOOK_SMALL U? +U 1 1 4B62CD59 +P 39950 31500 +F 0 "U?" H 39950 31250 60 0000 C CNN +F 1 "MIDDLE_HOOK_SMALL" H 39950 31150 60 0000 C CNN + 1 39950 31500 + 1 0 0 -1 +$EndComp +$Comp +L PI_SMALLCAP U? +U 1 1 4B62CD4E +P 39750 31500 +F 0 "U?" H 39750 31250 60 0000 C CNN +F 1 "PI_SMALLCAP" H 39750 31150 60 0000 C CNN + 1 39750 31500 + 1 0 0 -1 +$EndComp +$Comp +L PENNY_GERMAN U? +U 1 1 4B61FA44 +P 40150 4500 +F 0 "U?" H 40150 4250 60 0000 C CNN +F 1 "PENNY_GERMAN" H 40150 4150 60 0000 C CNN + 1 40150 4500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_SMALL_H_DBL U? +U 1 1 4B61F7E1 +P 38850 31350 +F 0 "U?" H 38850 31100 60 0000 C CNN +F 1 "SLASH_SMALL_H_DBL" H 38850 31000 60 0000 C CNN + 1 38850 31350 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP U? +U 1 1 4B61F7CA +P 38850 31500 +F 0 "U?" H 38850 31250 60 0000 C CNN +F 1 "T_CAP" H 38850 31150 60 0000 C CNN + 1 38850 31500 + 1 0 0 -1 +$EndComp +$Comp +L EURO U? +U 1 1 4B61F5AD +P 39150 4500 +F 0 "U?" H 39150 4250 60 0000 C CNN +F 1 "EURO" H 39150 4150 60 0000 C CNN + 1 39150 4500 + 1 0 0 -1 +$EndComp +$Comp +L SHEQUEL_NEW U? +U 1 1 4B61F3C3 +P 37850 4500 +F 0 "U?" H 37850 4250 60 0000 C CNN +F 1 "SHEQUEL_NEW" H 37850 4150 60 0000 C CNN + 1 37850 4500 + 1 0 0 -1 +$EndComp +$Comp +L FRAC_LINE U? +U 1 1 4B61EBA1 +P 10350 4500 +F 0 "U?" H 10350 4250 60 0000 C CNN +F 1 "FRAC_LINE" H 10350 4150 60 0000 C CNN + 1 10350 4500 + 1 0 0 -1 +$EndComp +$Comp +L TIE U? +U 1 1 4B616912 +P 12300 4500 +F 0 "U?" H 12300 4250 60 0000 C CNN +F 1 "TIE" H 12300 4150 60 0000 C CNN + 1 12300 4500 + 1 0 0 -1 +$EndComp +$Comp +L DZ_SMALL U? +U 1 1 4B5F1794 +P 7650 10500 +F 0 "U?" H 7650 10250 60 0000 C CNN +F 1 "DZ_SMALL" H 7650 10150 60 0000 C CNN + 1 7650 10500 + 1 0 0 -1 +$EndComp +$Comp +L ECU U? +U 1 1 4B61B856 +P 33750 4500 +F 0 "U?" H 33750 4250 60 0000 C CNN +F 1 "ECU" H 33750 4150 60 0000 C CNN + 1 33750 4500 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE_BRACKET U? +U 1 1 4B619E04 +P 26750 3000 +F 0 "U?" H 26750 2750 60 0000 C CNN +F 1 "ANGLE_BRACKET" H 26750 2650 60 0000 C CNN + 1 26750 3000 + 1 0 0 -1 +$EndComp +$Comp +L ET_TIRONIAN U? +U 1 1 4B616AFF +P 20300 4500 +F 0 "U?" H 20300 4250 60 0000 C CNN +F 1 "ET_TIRONIAN" H 20300 4150 60 0000 C CNN + 1 20300 4500 + 1 0 0 -1 +$EndComp +$Comp +L BRACKET_QUILL U? +U 1 1 4B616A7E +P 23250 3000 +F 0 "U?" H 23250 2750 60 0000 C CNN +F 1 "BRACKET_QUILL" H 23250 2650 60 0000 C CNN + 1 23250 3000 + 1 0 0 -1 +$EndComp +$Comp +L ABZUEGLICH U? +U 1 1 4B616A23 +P 9400 4500 +F 0 "U?" H 9400 4250 60 0000 C CNN +F 1 "ABZUEGLICH" H 9400 4150 60 0000 C CNN + 1 9400 4500 + 1 0 0 -1 +$EndComp +$Comp +L BULLET_LEFT U? +U 1 1 4B6166E7 +P 30350 4500 +F 0 "U?" H 30350 4250 60 0000 C CNN +F 1 "BULLET_LEFT" H 30350 4150 60 0000 C CNN + 1 30350 4500 + 1 0 0 -1 +$EndComp +$Comp +L INTERROBANG U? +U 1 1 4B616613 +P 29400 4500 +F 0 "U?" H 29400 4250 60 0000 C CNN +F 1 "INTERROBANG" H 29400 4150 60 0000 C CNN + 1 29400 4500 + 1 0 0 -1 +$EndComp +$Comp +L EZH_SMALL_CURL U? +U 1 1 4B605899 +P 34750 25500 +F 0 "U?" H 34750 25250 60 0000 C CNN +F 1 "EZH_SMALL_CURL" H 34750 25150 60 0000 C CNN + 1 34750 25500 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALL_RETROHOOK U? +U 1 1 4B60547E +P 22400 13500 +F 0 "U?" H 22400 13250 60 0000 C CNN +F 1 "H_SMALL_RETROHOOK" H 22400 13150 60 0000 C CNN + 1 22400 13500 + 1 0 0 -1 +$EndComp +$Comp +L BIDENTAL_PERCUSSIVE U? +U 1 1 4B6053E9 +P 36100 4500 +F 0 "U?" H 36100 4250 60 0000 C CNN +F 1 "BIDENTAL_PERCUSSIVE" H 36100 4150 60 0000 C CNN + 1 36100 4500 + 1 0 0 -1 +$EndComp +$Comp +L W_OVER_W U? +U 1 1 4B605394 +P 9900 25500 +F 0 "U?" H 9900 25250 60 0000 C CNN +F 1 "W_OVER_W" H 9900 25150 60 0000 C CNN + 1 9900 25500 + 1 0 0 -1 +$EndComp +$Comp +L LZ_SMALL U? +U 1 1 4B605315 +P 12450 16500 +F 0 "U?" H 12450 16250 60 0000 C CNN +F 1 "LZ_SMALL" H 12450 16150 60 0000 C CNN + 1 12450 16500 + 1 0 0 -1 +$EndComp +$Comp +L LS_SMALL U? +U 1 1 4B60526C +P 11350 16500 +F 0 "U?" H 11350 16250 60 0000 C CNN +F 1 "LS_SMALL" H 11350 16150 60 0000 C CNN + 1 11350 16500 + 1 0 0 -1 +$EndComp +$Comp +L FENG_SMALL U? +U 1 1 4B60513B +P 35900 7500 +F 0 "U?" H 35900 7250 60 0000 C CNN +F 1 "FENG_SMALL" H 35900 7150 60 0000 C CNN + 1 35900 7500 + 1 0 0 -1 +$EndComp +$Comp +L TC_SMALL_CURL U? +U 1 1 4B6050A3 +P 28800 22500 +F 0 "U?" H 28800 22250 60 0000 C CNN +F 1 "TC_SMALL_CURL" H 28800 22150 60 0000 C CNN + 1 28800 22500 + 1 0 0 -1 +$EndComp +$Comp +L TESH_SMALL U? +U 1 1 4B604FD9 +P 27750 22500 +F 0 "U?" H 27750 22250 60 0000 C CNN +F 1 "TESH_SMALL" H 27750 22150 60 0000 C CNN + 1 27750 22500 + 1 0 0 -1 +$EndComp +$Comp +L TS_SMALL U? +U 1 1 4B604EB8 +P 26700 22500 +F 0 "U?" H 26700 22250 60 0000 C CNN +F 1 "TS_SMALL" H 26700 22150 60 0000 C CNN + 1 26700 22500 + 1 0 0 -1 +$EndComp +$Comp +L DZ_SMALL_CURL U? +U 1 1 4B604DD8 +P 11200 10500 +F 0 "U?" H 11200 10250 60 0000 C CNN +F 1 "DZ_SMALL_CURL" H 11200 10150 60 0000 C CNN + 1 11200 10500 + 1 0 0 -1 +$EndComp +$Comp +L DEZH_SMALL U? +U 1 1 4B604D70 +P 12550 10500 +F 0 "U?" H 12550 10250 60 0000 C CNN +F 1 "DEZH_SMALL" H 12550 10150 60 0000 C CNN + 1 12550 10500 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALLCAP U? +U 1 1 4B604CB5 +P 10450 16500 +F 0 "U?" H 10450 16250 60 0000 C CNN +F 1 "L_SMALLCAP" H 10450 16150 60 0000 C CNN + 1 10450 16500 + 1 0 0 -1 +$EndComp +$Comp +L J_SMALL_CURL U? +U 1 1 4B604C59 +P 32850 13500 +F 0 "U?" H 32850 13250 60 0000 C CNN +F 1 "J_SMALL_CURL" H 32850 13150 60 0000 C CNN + 1 32850 13500 + 1 0 0 -1 +$EndComp +$Comp +L C_CAP_STRETCHED U? +U 1 1 4B604B62 +P 32400 6000 +F 0 "U?" H 32400 5750 60 0000 C CNN +F 1 "C_CAP_STRETCHED" H 32400 5650 60 0000 C CNN + 1 32400 6000 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL_RETROHOOK U? +U 1 1 4B604A86 +P 25800 22500 +F 0 "U?" H 25800 22250 60 0000 C CNN +F 1 "T_SMALL_RETROHOOK" H 25800 22150 60 0000 C CNN + 1 25800 22500 + 1 0 0 -1 +$EndComp +$Comp +L U_SMALL_STROKE U? +U 1 1 4B604A30 +P 8900 25500 +F 0 "U?" H 8900 25250 60 0000 C CNN +F 1 "U_SMALL_STROKE" H 8900 25150 60 0000 C CNN + 1 8900 25500 + 1 0 0 -1 +$EndComp +$Comp +L Z_SMALL_CURL U? +U 1 1 4B6049A6 +P 36550 25500 +F 0 "U?" H 36550 25250 60 0000 C CNN +F 1 "Z_SMALL_CURL" H 36550 25150 60 0000 C CNN + 1 36550 25500 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALLCAP U? +U 1 1 4B60494B +P 8050 25500 +F 0 "U?" H 8050 25250 60 0000 C CNN +F 1 "Y_SMALLCAP" H 8050 25150 60 0000 C CNN + 1 8050 25500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALLCAP U? +U 1 1 4B6048CB +P 14400 19500 +F 0 "U?" H 14400 19250 60 0000 C CNN +F 1 "OMEGA_SMALLCAP" H 14400 19150 60 0000 C CNN + 1 14400 19500 + 1 0 0 -1 +$EndComp +$Comp +L ESH_SQUAT_SMALL U? +U 1 1 4B6047F5 +P 13850 22500 +F 0 "U?" H 13850 22250 60 0000 C CNN +F 1 "ESH_SQUAT_SMALL" H 13850 22150 60 0000 C CNN + 1 13850 22500 + 1 0 0 -1 +$EndComp +$Comp +L ESH_SMALL_CURL U? +U 1 1 4B6045EF +P 13150 22500 +F 0 "U?" H 13150 22250 60 0000 C CNN +F 1 "ESH_SMALL_CURL" H 13150 22150 60 0000 C CNN + 1 13150 22500 + 1 0 0 -1 +$EndComp +$Comp +L ESH_SMALL U? +U 1 1 4B604546 +P 12450 22500 +F 0 "U?" H 12450 22250 60 0000 C CNN +F 1 "ESH_SMALL" H 12450 22150 60 0000 C CNN + 1 12450 22500 + 1 0 0 -1 +$EndComp +$Comp +L R_SMALLCAP U? +U 1 1 4B6044C1 +P 33950 19500 +F 0 "U?" H 33950 19250 60 0000 C CNN +F 1 "R_SMALLCAP" H 33950 19150 60 0000 C CNN + 1 33950 19500 + 1 0 0 -1 +$EndComp +$Comp +L R_SMALL_FISHHOOK U? +U 1 1 4B60441C +P 33200 19500 +F 0 "U?" H 33200 19250 60 0000 C CNN +F 1 "R_SMALL_FISHHOOK" H 33200 19150 60 0000 C CNN + 1 33200 19500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALL_CLOSED U? +U 1 1 4B6043A4 +P 13350 19500 +F 0 "U?" H 13350 19250 60 0000 C CNN +F 1 "OMEGA_SMALL_CLOSED" H 13350 19150 60 0000 C CNN + 1 13350 19500 + 1 0 0 -1 +$EndComp +$Comp +L OE_SMALLCAP U? +U 1 1 4B604338 +P 12250 19500 +F 0 "U?" H 12250 19250 60 0000 C CNN +F 1 "OE_SMALLCAP" H 12250 19150 60 0000 C CNN + 1 12250 19500 + 1 0 0 -1 +$EndComp +$Comp +L N_SMALLCAP U? +U 1 1 4B60422F +P 32900 16500 +F 0 "U?" H 32900 16250 60 0000 C CNN +F 1 "N_SMALLCAP" H 32900 16150 60 0000 C CNN + 1 32900 16500 + 1 0 0 -1 +$EndComp +$Comp +L LEG U? +U 1 1 4B6041B5 +P 38050 31500 +F 0 "U?" H 38050 31250 60 0000 C CNN +F 1 "LEG" H 38050 31150 60 0000 C CNN + 1 38050 31500 + 1 0 0 -1 +$EndComp +$Comp +L R_SMALL U? +U 1 1 4B60417F +P 38150 31500 +F 0 "U?" H 38150 31250 60 0000 C CNN +F 1 "R_SMALL" H 38150 31150 60 0000 C CNN + 1 38150 31500 + 1 0 0 -1 +$EndComp +$Comp +L LEZH_SMALL U? +U 1 1 4B604116 +P 35700 25500 +F 0 "U?" H 35700 25250 60 0000 C CNN +F 1 "LEZH_SMALL" H 35700 25150 60 0000 C CNN + 1 35700 25500 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_RETROHOOK U? +U 1 1 4B60408F +P 9750 16500 +F 0 "U?" H 9750 16250 60 0000 C CNN +F 1 "L_SMALL_RETROHOOK" H 9750 16150 60 0000 C CNN + 1 9750 16500 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_BELT U? +U 1 1 4B604028 +P 9150 16500 +F 0 "U?" H 9150 16250 60 0000 C CNN +F 1 "L_SMALL_BELT" H 9150 16150 60 0000 C CNN + 1 9150 16500 + 1 0 0 -1 +$EndComp +$Comp +L I_SMALLCAP U? +U 1 1 4B603F44 +P 32300 13500 +F 0 "U?" H 32300 13250 60 0000 C CNN +F 1 "I_SMALLCAP" H 32300 13150 60 0000 C CNN + 1 32300 13500 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALL_HOOK U? +U 1 1 4B603EBC +P 21450 13500 +F 0 "U?" H 21450 13250 60 0000 C CNN +F 1 "H_SMALL_HOOK" H 21450 13150 60 0000 C CNN + 1 21450 13500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_AFR_SMALLCAP U? +U 1 1 4B603E7B +P 34900 7500 +F 0 "U?" H 34900 7250 60 0000 C CNN +F 1 "GAMMA_AFR_SMALLCAP" H 34900 7150 60 0000 C CNN + 1 34900 7500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_AFR_SMALL U? +U 1 1 4B603E35 +P 34100 7500 +F 0 "U?" H 34100 7250 60 0000 C CNN +F 1 "GAMMA_AFR_SMALL" H 34100 7150 60 0000 C CNN + 1 34100 7500 + 1 0 0 -1 +$EndComp +$Comp +L G_SMALL_SCRIPT U? +U 1 1 4B603D9C +P 33200 7500 +F 0 "U?" H 33200 7250 60 0000 C CNN +F 1 "G_SMALL_SCRIPT" H 33200 7150 60 0000 C CNN + 1 33200 7500 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_SMALL_CLOSED U? +U 1 1 4B603C6A +P 28900 10500 +F 0 "U?" H 28900 10250 60 0000 C CNN +F 1 "EPSILON_SMALL_CLOSED" H 28900 10150 60 0000 C CNN + 1 28900 10500 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_SMALL_HOOK U? +U 1 1 4B603C0F +P 28050 10500 +F 0 "U?" H 28050 10250 60 0000 C CNN +F 1 "EPSILON_SMALL_HOOK" H 28050 10150 60 0000 C CNN + 1 28050 10500 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL_HOOK U? +U 1 1 4B603B5F +P 26850 10500 +F 0 "U?" H 26850 10250 60 0000 C CNN +F 1 "E_SMALL_HOOK" H 26850 10150 60 0000 C CNN + 1 26850 10500 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALL_HOOK U? +U 1 1 4B603B03 +P 10000 10500 +F 0 "U?" H 10000 10250 60 0000 C CNN +F 1 "D_SMALL_HOOK" H 10000 10150 60 0000 C CNN + 1 10000 10500 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL_CURL U? +U 1 1 4B603A6A +P 32350 7500 +F 0 "U?" H 32350 7250 60 0000 C CNN +F 1 "C_SMALL_CURL" H 32350 7150 60 0000 C CNN + 1 32350 7500 + 1 0 0 -1 +$EndComp +$Comp +L B_SMALL_HOOK U? +U 1 1 4B603A0D +P 19100 7500 +F 0 "U?" H 19100 7250 60 0000 C CNN +F 1 "B_SMALL_HOOK" H 19100 7150 60 0000 C CNN + 1 19100 7500 + 1 0 0 -1 +$EndComp +$Comp +L DZJE_KOMI_CAP U? +U 1 1 4B602968 +P 32050 24000 +F 0 "U?" H 32050 23750 60 0000 C CNN +F 1 "DZJE_KOMI_CAP" H 32050 23650 60 0000 C CNN + 1 32050 24000 + 1 0 0 -1 +$EndComp +$Comp +L DZJE_KOMI_SMALL U? +U 1 1 4B602931 +P 34700 25500 +F 0 "U?" H 34700 25250 60 0000 C CNN +F 1 "DZJE_KOMI_SMALL" H 34700 25150 60 0000 C CNN + 1 34700 25500 + 1 0 0 -1 +$EndComp +$Comp +L ZJE_KOMI_SMALL U? +U 1 1 4B6028E0 +P 33550 25500 +F 0 "U?" H 33550 25250 60 0000 C CNN +F 1 "ZJE_KOMI_SMALL" H 33550 25150 60 0000 C CNN + 1 33550 25500 + 1 0 0 -1 +$EndComp +$Comp +L ZJE_KOMI_CAP U? +U 1 1 4B60288C +P 30650 24000 +F 0 "U?" H 30650 23750 60 0000 C CNN +F 1 "ZJE_KOMI_CAP" H 30650 23650 60 0000 C CNN + 1 30650 24000 + 1 0 0 -1 +$EndComp +$Comp +L LJE_KOMI_CAP U? +U 1 1 4B6027D7 +P 7150 15000 +F 0 "U?" H 7150 14750 60 0000 C CNN +F 1 "LJE_KOMI_CAP" H 7150 14650 60 0000 C CNN + 1 7150 15000 + 1 0 0 -1 +$EndComp +$Comp +L DJE_KOMI_SMALL U? +U 1 1 4B602783 +P 9000 10500 +F 0 "U?" H 9000 10250 60 0000 C CNN +F 1 "DJE_KOMI_SMALL" H 9000 10150 60 0000 C CNN + 1 9000 10500 + 1 0 0 -1 +$EndComp +$Comp +L LJE_KOMI_SMALL U? +U 1 1 4B602774 +P 7950 16500 +F 0 "U?" H 7950 16250 60 0000 C CNN +F 1 "LJE_KOMI_SMALL" H 7950 16150 60 0000 C CNN + 1 7950 16500 + 1 0 0 -1 +$EndComp +$Comp +L DJE_KOMI_CAP U? +U 1 1 4B6025E2 +P 5700 9000 +F 0 "U?" H 5700 8750 60 0000 C CNN +F 1 "DJE_KOMI_CAP" H 5700 8650 60 0000 C CNN + 1 5700 9000 + 1 0 0 -1 +$EndComp +$Comp +L PX_SMALL U? +U 1 1 4B602421 +P 32250 19500 +F 0 "U?" H 32250 19250 60 0000 C CNN +F 1 "PX_SMALL" H 32250 19150 60 0000 C CNN + 1 32250 19500 + 1 0 0 -1 +$EndComp +$Comp +L PX_CAP U? +U 1 1 4B6023D6 +P 32150 18000 +F 0 "U?" H 32150 17750 60 0000 C CNN +F 1 "PX_CAP" H 32150 17650 60 0000 C CNN + 1 32150 18000 + 1 0 0 -1 +$EndComp +$Comp +L LYUDIX_SMALL U? +U 1 1 4B60230D +P 6900 16500 +F 0 "U?" H 6900 16250 60 0000 C CNN +F 1 "LYUDIX_SMALL" H 6900 16150 60 0000 C CNN + 1 6900 16500 + 1 0 0 -1 +$EndComp +$Comp +L LYUDIX_CAP U? +U 1 1 4B6022A1 +P 5800 15000 +F 0 "U?" H 5800 14750 60 0000 C CNN +F 1 "LYUDIX_CAP" H 5800 14650 60 0000 C CNN + 1 5800 15000 + 1 0 0 -1 +$EndComp +$Comp +L YAE_SMALL U? +U 1 1 4B602104 +P 5500 7500 +F 0 "U?" H 5500 7250 60 0000 C CNN +F 1 "YAE_SMALL" H 5500 7150 60 0000 C CNN + 1 5500 7500 + 1 0 0 -1 +$EndComp +$Comp +L YAE_CAP U? +U 1 1 4B5F35B5 +P 4450 6000 +F 0 "U?" H 4450 5750 60 0000 C CNN +F 1 "YAE_CAP" H 4450 5650 60 0000 C CNN + 1 4450 6000 + 1 0 0 -1 +$EndComp +$Comp +L TJE_KOMI_SMALL U? +U 1 1 4B5F32DC +P 25000 22500 +F 0 "U?" H 25000 22250 60 0000 C CNN +F 1 "TJE_KOMI_SMALL" H 25000 22150 60 0000 C CNN + 1 25000 22500 + 1 0 0 -1 +$EndComp +$Comp +L TJE_KOMI_CAP U? +U 1 1 4B5F32D6 +P 21850 21000 +F 0 "U?" H 21850 20750 60 0000 C CNN +F 1 "TJE_KOMI_CAP" H 21850 20650 60 0000 C CNN + 1 21850 21000 + 1 0 0 -1 +$EndComp +$Comp +L G_SMALLCAP U? +U 1 1 4B5F315F +P 31450 7500 +F 0 "U?" H 31450 7250 60 0000 C CNN +F 1 "G_SMALLCAP" H 31450 7150 60 0000 C CNN + 1 31450 7500 + 1 0 0 -1 +$EndComp +$Comp +L HV_SMALLCAP U? +U 1 1 4B5F30CE +P 20350 13500 +F 0 "U?" H 20350 13250 60 0000 C CNN +F 1 "HV_SMALLCAP" H 20350 13150 60 0000 C CNN + 1 20350 13500 + 1 0 0 -1 +$EndComp +$Comp +L MILLIONS_CYR U? +U 1 1 4B5F2C4F +P 43450 3000 +F 0 "U?" H 43450 2750 60 0000 C CNN +F 1 "MILLIONS_CYR" H 43450 2650 60 0000 C CNN + 1 43450 3000 + 1 0 0 -1 +$EndComp +$Comp +L HUNDRED_THOUSANDS_CYR U? +U 1 1 4B5F2BA3 +P 41050 3000 +F 0 "U?" H 41050 2750 60 0000 C CNN +F 1 "HUNDRED_THOUSANDS_CYR" H 41050 2650 60 0000 C CNN + 1 41050 3000 + 1 0 0 -1 +$EndComp +$Comp +L PALATALIZATION_CYR U? +U 1 1 4B5F29F6 +P 29300 30000 +F 0 "U?" H 29300 29750 60 0000 C CNN +F 1 "PALATALIZATION_CYR" H 29300 29650 60 0000 C CNN + 1 29300 30000 + 1 0 0 -1 +$EndComp +$Comp +L LYUDI_SMALL U? +U 1 1 4B5F29ED +P 29300 30000 +F 0 "U?" H 29300 29750 60 0000 C CNN +F 1 "LYUDI_SMALL" H 29300 29650 60 0000 C CNN + 1 29300 30000 + 1 0 0 -1 +$EndComp +$Comp +L TITLO U? +U 1 1 4B5F298D +P 28350 30000 +F 0 "U?" H 28350 29750 60 0000 C CNN +F 1 "TITLO" H 28350 29650 60 0000 C CNN + 1 28350 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B5F2987 +P 28350 30000 +F 0 "U?" H 28350 29750 60 0000 C CNN +F 1 "A_SMALL" H 28350 29650 60 0000 C CNN + 1 28350 30000 + 1 0 0 -1 +$EndComp +$Comp +L THOUSANDS_CYR U? +U 1 1 4B5F2916 +P 39400 3000 +F 0 "U?" H 39400 2750 60 0000 C CNN +F 1 "THOUSANDS_CYR" H 39400 2650 60 0000 C CNN + 1 39400 3000 + 1 0 0 -1 +$EndComp +$Comp +L HV_CAP U? +U 1 1 4B5F228D +P 20300 12000 +F 0 "U?" H 20300 11750 60 0000 C CNN +F 1 "HV_CAP" H 20300 11650 60 0000 C CNN + 1 20300 12000 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALL_STROKE U? +U 1 1 4B5F2046 +P 7300 25500 +F 0 "U?" H 7300 25250 60 0000 C CNN +F 1 "Y_SMALL_STROKE" H 7300 25150 60 0000 C CNN + 1 7300 25500 + 1 0 0 -1 +$EndComp +$Comp +L Y_CAP_STROKE U? +U 1 1 4B5F200C +P 10350 24000 +F 0 "U?" H 10350 23750 60 0000 C CNN +F 1 "Y_CAP_STROKE" H 10350 23650 60 0000 C CNN + 1 10350 24000 + 1 0 0 -1 +$EndComp +$Comp +L Q_SMALL_TAIL U? +U 1 1 4B5F1F9E +P 5250 22500 +F 0 "U?" H 5250 22250 60 0000 C CNN +F 1 "Q_SMALL_TAIL" H 5250 22150 60 0000 C CNN + 1 5250 22500 + 1 0 0 -1 +$EndComp +$Comp +L Q_LARGE_TAIL U? +U 1 1 4B5F1F56 +P 4250 21000 +F 0 "U?" H 4250 20750 60 0000 C CNN +F 1 "Q_LARGE_TAIL" H 4250 20650 60 0000 C CNN + 1 4250 21000 + 1 0 0 -1 +$EndComp +$Comp +L U_CAP_STROKE U? +U 1 1 4B5F1E8E +P 9350 24000 +F 0 "U?" H 9350 23750 60 0000 C CNN +F 1 "U_CAP_STROKE" H 9350 23650 60 0000 C CNN + 1 9350 24000 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_OGONEK U? +U 1 1 4B5F1D50 +P 11150 19500 +F 0 "U?" H 11150 19250 60 0000 C CNN +F 1 "O_SMALL_OGONEK" H 11150 19150 60 0000 C CNN + 1 11150 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_CAP_OGONEK U? +U 1 1 4B5F1D1A +P 12900 18000 +F 0 "U?" H 12900 17750 60 0000 C CNN +F 1 "O_CAP_OGONEK" H 12900 17650 60 0000 C CNN + 1 12900 18000 + 1 0 0 -1 +$EndComp +$Comp +L STROKE_SMALL_H_DBL U? +U 1 1 4B5F14C9 +P 35700 31500 +F 0 "U?" H 35700 31250 60 0000 C CNN +F 1 "STROKE_SMALL_H_DBL" H 35700 31150 60 0000 C CNN + 1 35700 31500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_LETTER U? +U 1 1 4B5F14BB +P 35700 31500 +F 0 "U?" H 35700 31250 60 0000 C CNN +F 1 "LINE_V_LETTER" H 35700 31150 60 0000 C CNN + 1 35700 31500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_LETTER_DBL U? +U 1 1 4B5F1461 +P 38500 3000 +F 0 "U?" H 38500 2750 60 0000 C CNN +F 1 "LINE_V_LETTER_DBL" H 38500 2650 60 0000 C CNN + 1 38500 3000 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_LETTER U? +U 1 1 4B5F141D +P 37850 3000 +F 0 "U?" H 37850 2750 60 0000 C CNN +F 1 "LINE_V_LETTER" H 37850 2650 60 0000 C CNN + 1 37850 3000 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALL_HOOK U? +U 1 1 4B5F13A9 +P 6300 25500 +F 0 "U?" H 6300 25250 60 0000 C CNN +F 1 "Y_SMALL_HOOK" H 6300 25150 60 0000 C CNN + 1 6300 25500 + 1 0 0 -1 +$EndComp +$Comp +L Y_CAP_HOOK U? +U 1 1 4B5F134B +P 8100 24000 +F 0 "U?" H 8100 23750 60 0000 C CNN +F 1 "Y_CAP_HOOK" H 8100 23650 60 0000 C CNN + 1 8100 24000 + 1 0 0 -1 +$EndComp +$Comp +L UPSILON_LARGE U? +U 1 1 4B5F12D5 +P 7100 24000 +F 0 "U?" H 7100 23750 60 0000 C CNN +F 1 "UPSILON_LARGE" H 7100 23650 60 0000 C CNN + 1 7100 24000 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL_HOOK U? +U 1 1 4B5F11A3 +P 24300 22500 +F 0 "U?" H 24300 22250 60 0000 C CNN +F 1 "T_SMALL_HOOK" H 24300 22150 60 0000 C CNN + 1 24300 22500 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL_CARON U? +U 1 1 4B5F119E +P 23600 22500 +F 0 "U?" H 23600 22250 60 0000 C CNN +F 1 "T_SMALL_CARON" H 23600 22150 60 0000 C CNN + 1 23600 22500 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP_HOOK U? +U 1 1 4B5F10F9 +P 21050 21000 +F 0 "U?" H 21050 20750 60 0000 C CNN +F 1 "T_CAP_HOOK" H 21050 20650 60 0000 C CNN + 1 21050 21000 + 1 0 0 -1 +$EndComp +$Comp +L P_CAP_HOOK U? +U 1 1 4B5F1069 +P 31000 18000 +F 0 "U?" H 31000 17750 60 0000 C CNN +F 1 "P_CAP_HOOK" H 31000 17650 60 0000 C CNN + 1 31000 18000 + 1 0 0 -1 +$EndComp +$Comp +L K_CAP_HOOK U? +U 1 1 4B5F1006 +P 44050 12000 +F 0 "U?" H 44050 11750 60 0000 C CNN +F 1 "K_CAP_HOOK" H 44050 11650 60 0000 C CNN + 1 44050 12000 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_AFR_CAP U? +U 1 1 4B5F0F84 +P 31350 6000 +F 0 "U?" H 31350 5750 60 0000 C CNN +F 1 "GAMMA_AFR_CAP" H 31350 5650 60 0000 C CNN + 1 31350 6000 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_LARGE U? +U 1 1 4B5F0EBE +P 27750 9000 +F 0 "U?" H 27750 8750 60 0000 C CNN +F 1 "EPSILON_LARGE" H 27750 8650 60 0000 C CNN + 1 27750 9000 + 1 0 0 -1 +$EndComp +$Comp +L D_CAP_HOOK U? +U 1 1 4B5F0DD9 +P 4400 9000 +F 0 "U?" H 4400 8750 60 0000 C CNN +F 1 "D_CAP_HOOK" H 4400 8650 60 0000 C CNN + 1 4400 9000 + 1 0 0 -1 +$EndComp +$Comp +L B_SMALL_TOPBAR U? +U 1 1 4B5F0CAA +P 18150 7500 +F 0 "U?" H 18150 7250 60 0000 C CNN +F 1 "B_SMALL_TOPBAR" H 18150 7150 60 0000 C CNN + 1 18150 7500 + 1 0 0 -1 +$EndComp +$Comp +L B_CAP_HOOK U? +U 1 1 4B5F0C82 +P 16850 6000 +F 0 "U?" H 16850 5750 60 0000 C CNN +F 1 "B_CAP_HOOK" H 16850 5650 60 0000 C CNN + 1 16850 6000 + 1 0 0 -1 +$EndComp +$Comp +L ESH_SMALL_LOOP U? +U 1 1 4B5F0A79 +P 11700 22500 +F 0 "U?" H 11700 22250 60 0000 C CNN +F 1 "ESH_SMALL_LOOP" H 11700 22150 60 0000 C CNN + 1 11700 22500 + 1 0 0 -1 +$EndComp +$Comp +L YR_CAP U? +U 1 1 4B5EFE27 +P 29750 18000 +F 0 "U?" H 29750 17750 60 0000 C CNN +F 1 "YR_CAP" H 29750 17650 60 0000 C CNN + 1 29750 18000 + 1 0 0 -1 +$EndComp +$Comp +L HV_SMALL U? +U 1 1 4B5EFCBC +P 19050 13500 +F 0 "U?" H 19050 13250 60 0000 C CNN +F 1 "HV_SMALL" H 19050 13150 60 0000 C CNN + 1 19050 13500 + 1 0 0 -1 +$EndComp +$Comp +L IOTA_LARGE U? +U 1 1 4B5EFC06 +P 32050 12000 +F 0 "U?" H 32050 11750 60 0000 C CNN +F 1 "IOTA_LARGE" H 32050 11650 60 0000 C CNN + 1 32050 12000 + 1 0 0 -1 +$EndComp +$Comp +L M_LARGE U? +U 1 1 4B5EFB5E +P 21500 15000 +F 0 "U?" H 21500 14750 60 0000 C CNN +F 1 "M_LARGE" H 21500 14650 60 0000 C CNN + 1 21500 15000 + 1 0 0 -1 +$EndComp +$Comp +L HORN U? +U 1 1 4B5EFA37 +P 35150 31500 +F 0 "U?" H 35150 31250 60 0000 C CNN +F 1 "HORN" H 35150 31150 60 0000 C CNN + 1 35150 31500 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B5EFA2D +P 35000 31500 +F 0 "U?" H 35000 31250 60 0000 C CNN +F 1 "O_SMALL" H 35000 31150 60 0000 C CNN + 1 35000 31500 + 1 0 0 -1 +$EndComp +$Comp +L EZH_SMALL_TAIL U? +U 1 1 4B5EF89A +P 32800 25500 +F 0 "U?" H 32800 25250 60 0000 C CNN +F 1 "EZH_SMALL_TAIL" H 32800 25150 60 0000 C CNN + 1 32800 25500 + 1 0 0 -1 +$EndComp +$Comp +L RING_ACUTE U? +U 1 1 4B5EF101 +P 27400 30000 +F 0 "U?" H 27400 29750 60 0000 C CNN +F 1 "RING_ACUTE" H 27400 29650 60 0000 C CNN + 1 27400 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B5EF0F2 +P 27400 30000 +F 0 "U?" H 27400 29750 60 0000 C CNN +F 1 "A_SMALL" H 27400 29650 60 0000 C CNN + 1 27400 30000 + 1 0 0 -1 +$EndComp +$Comp +L Z_SMALL_SWASHTAIL U? +U 1 1 4B5EE337 +P 32000 25500 +F 0 "U?" H 32000 25250 60 0000 C CNN +F 1 "Z_SMALL_SWASHTAIL" H 32000 25150 60 0000 C CNN + 1 32000 25500 + 1 0 0 -1 +$EndComp +$Comp +L S_SMALL_SWASHTAIL U? +U 1 1 4B5EE2BF +P 10900 22500 +F 0 "U?" H 10900 22250 60 0000 C CNN +F 1 "S_SMALL_SWASHTAIL" H 10900 22150 60 0000 C CNN + 1 10900 22500 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL_CURL U? +U 1 1 4B5EE1D1 +P 22800 22500 +F 0 "U?" H 22800 22250 60 0000 C CNN +F 1 "T_SMALL_CURL" H 22800 22150 60 0000 C CNN + 1 22800 22500 + 1 0 0 -1 +$EndComp +$Comp +L N_SMALL_CURL U? +U 1 1 4B5EE13F +P 31600 16500 +F 0 "U?" H 31600 16250 60 0000 C CNN +F 1 "N_SMALL_CURL" H 31600 16150 60 0000 C CNN + 1 31600 16500 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_CURL U? +U 1 1 4B5EE0F4 +P 5700 16500 +F 0 "U?" H 5700 16250 60 0000 C CNN +F 1 "L_SMALL_CURL" H 5700 16150 60 0000 C CNN + 1 5700 16500 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALL_CURL U? +U 1 1 4B5EE07A +P 6150 10500 +F 0 "U?" H 6150 10250 60 0000 C CNN +F 1 "D_SMALL_CURL" H 6150 10150 60 0000 C CNN + 1 6150 10500 + 1 0 0 -1 +$EndComp +$Comp +L HOOK U? +U 1 1 4B5DBEA9 +P 33400 31500 +F 0 "U?" H 33400 31250 60 0000 C CNN +F 1 "HOOK" H 33400 31150 60 0000 C CNN + 1 33400 31500 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL U? +U 1 1 4B5DBEA1 +P 33200 31500 +F 0 "U?" H 33200 31250 60 0000 C CNN +F 1 "T_SMALL" H 33200 31150 60 0000 C CNN + 1 33200 31500 + 1 0 0 -1 +$EndComp +$Comp +L OI_SMALL U? +U 1 1 4B5DBDA7 +P 10050 19500 +F 0 "U?" H 10050 19250 60 0000 C CNN +F 1 "OI_SMALL" H 10050 19150 60 0000 C CNN + 1 10050 19500 + 1 0 0 -1 +$EndComp +$Comp +L OI_CAP U? +U 1 1 4B5DBD09 +P 11600 18000 +F 0 "U?" H 11600 17750 60 0000 C CNN +F 1 "OI_CAP" H 11600 17650 60 0000 C CNN + 1 11600 18000 + 1 0 0 -1 +$EndComp +$Comp +L WYNN_CAP U? +U 1 1 4B5DBC49 +P 32750 27000 +F 0 "U?" H 32750 26750 60 0000 C CNN +F 1 "WYNN_CAP" H 32750 26650 60 0000 C CNN + 1 32750 27000 + 1 0 0 -1 +$EndComp +$Comp +L WYNN_SMALL U? +U 1 1 4B5DBB58 +P 32500 28500 +F 0 "U?" H 32500 28250 60 0000 C CNN +F 1 "WYNN_SMALL" H 32500 28150 60 0000 C CNN + 1 32500 28500 + 1 0 0 -1 +$EndComp +$Comp +L QP_SMALL U? +U 1 1 4B5DA65B +P 4100 22500 +F 0 "U?" H 4100 22250 60 0000 C CNN +F 1 "QP_SMALL" H 4100 22150 60 0000 C CNN + 1 4100 22500 + 1 0 0 -1 +$EndComp +$Comp +L DB_SMALL U? +U 1 1 4B5DA60D +P 5000 10500 +F 0 "U?" H 5000 10250 60 0000 C CNN +F 1 "DB_SMALL" H 5000 10150 60 0000 C CNN + 1 5000 10500 + 1 0 0 -1 +$EndComp +$Comp +L OU_CAP U? +U 1 1 4B5DA4E1 +P 10350 18000 +F 0 "U?" H 10350 17750 60 0000 C CNN +F 1 "OU_CAP" H 10350 17650 60 0000 C CNN + 1 10350 18000 + 1 0 0 -1 +$EndComp +$Comp +L OU_SMALL U? +U 1 1 4B5DA4D5 +P 8950 19500 +F 0 "U?" H 8950 19250 60 0000 C CNN +F 1 "OU_SMALL" H 8950 19150 60 0000 C CNN + 1 8950 19500 + 1 0 0 -1 +$EndComp +$Comp +L YOGH_SMALL U? +U 1 1 4B5DA2E0 +P 30500 7500 +F 0 "U?" H 30500 7250 60 0000 C CNN +F 1 "YOGH_SMALL" H 30500 7150 60 0000 C CNN + 1 30500 7500 + 1 0 0 -1 +$EndComp +$Comp +L YOGH_CAP U? +U 1 1 4B5DA20A +P 30350 6000 +F 0 "U?" H 30350 5750 60 0000 C CNN +F 1 "YOGH_CAP" H 30350 5650 60 0000 C CNN + 1 30350 6000 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_SMALL U? +U 1 1 4B5D9798 +P 30650 31500 +F 0 "U?" H 30650 31250 60 0000 C CNN +F 1 "SLASH_SMALL" H 30650 31150 60 0000 C CNN + 1 30650 31500 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B5D9790 +P 30650 31500 +F 0 "U?" H 30650 31250 60 0000 C CNN +F 1 "C_SMALL" H 30650 31150 60 0000 C CNN + 1 30650 31500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_CAP U? +U 1 1 4B5D9720 +P 29700 31500 +F 0 "U?" H 29700 31250 60 0000 C CNN +F 1 "SLASH_CAP" H 29700 31150 60 0000 C CNN + 1 29700 31500 + 1 0 0 -1 +$EndComp +$Comp +L A_CAP U? +U 1 1 4B5D9718 +P 29700 31500 +F 0 "U?" H 29700 31250 60 0000 C CNN +F 1 "A_CAP" H 29700 31150 60 0000 C CNN + 1 29700 31500 + 1 0 0 -1 +$EndComp +$Comp +L DOT_MACRON U? +U 1 1 4B5D96BD +P 16200 30000 +F 0 "U?" H 16200 29750 60 0000 C CNN +F 1 "DOT_MACRON" H 16200 29650 60 0000 C CNN + 1 16200 30000 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B5D96B5 +P 16200 30000 +F 0 "U?" H 16200 29750 60 0000 C CNN +F 1 "O_SMALL" H 16200 29650 60 0000 C CNN + 1 16200 30000 + 1 0 0 -1 +$EndComp +$Comp +L TILDE_MACRON U? +U 1 1 4B5D966E +P 15250 30000 +F 0 "U?" H 15250 29750 60 0000 C CNN +F 1 "TILDE_MACRON" H 15250 29650 60 0000 C CNN + 1 15250 30000 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B5D9662 +P 15250 30000 +F 0 "U?" H 15250 29750 60 0000 C CNN +F 1 "O_SMALL" H 15250 29650 60 0000 C CNN + 1 15250 30000 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_INV U? +U 1 1 4B5D94AD +P 13300 30000 +F 0 "U?" H 13300 29750 60 0000 C CNN +F 1 "BREVE_INV" H 13300 29650 60 0000 C CNN + 1 13300 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B5D94A4 +P 13300 30000 +F 0 "U?" H 13300 29750 60 0000 C CNN +F 1 "A_SMALL" H 13300 29650 60 0000 C CNN + 1 13300 30000 + 1 0 0 -1 +$EndComp +$Comp +L EZH_SMALL U? +U 1 1 4B59D9EC +P 31150 25500 +F 0 "U?" H 31150 25250 60 0000 C CNN +F 1 "EZH_SMALL" H 31150 25150 60 0000 C CNN + 1 31150 25500 + 1 0 0 -1 +$EndComp +$Comp +L GRAVE_DBL U? +U 1 1 4B59D775 +P 12450 30000 +F 0 "U?" H 12450 29750 60 0000 C CNN +F 1 "GRAVE_DBL" H 12450 29650 60 0000 C CNN + 1 12450 30000 + 1 0 0 -1 +$EndComp +$Comp +L V_SMALL U? +U 1 1 4B59D76C +P 12450 30000 +F 0 "U?" H 12450 29750 60 0000 C CNN +F 1 "V_SMALL" H 12450 29650 60 0000 C CNN + 1 12450 30000 + 1 0 0 -1 +$EndComp +$Comp +L KOPPA_CYR_SMALL U? +U 1 1 4B59D566 +P 3000 22500 +F 0 "U?" H 3000 22250 60 0000 C CNN +F 1 "KOPPA_CYR_SMALL" H 3000 22150 60 0000 C CNN + 1 3000 22500 + 1 0 0 -1 +$EndComp +$Comp +L KOPPA_CYR_CAP U? +U 1 1 4B59D4B6 +P 3300 21000 +F 0 "U?" H 3300 20750 60 0000 C CNN +F 1 "KOPPA_CYR_CAP" H 3300 20650 60 0000 C CNN + 1 3300 21000 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP_ABOVE U? +U 1 1 4B59D385 +P 11500 30000 +F 0 "U?" H 11500 29750 60 0000 C CNN +F 1 "T_CAP_ABOVE" H 11500 29650 60 0000 C CNN + 1 11500 30000 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALL U? +U 1 1 4B59D37A +P 11500 30000 +F 0 "U?" H 11500 29750 60 0000 C CNN +F 1 "OMEGA_SMALL" H 11500 29650 60 0000 C CNN + 1 11500 30000 + 1 0 0 -1 +$EndComp +$Comp +L POKRYTIE U? +U 1 1 4B59D2EA +P 10400 30000 +F 0 "U?" H 10400 29750 60 0000 C CNN +F 1 "POKRYTIE" H 10400 29650 60 0000 C CNN + 1 10400 30000 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALL U? +U 1 1 4B59D2E1 +P 10400 30000 +F 0 "U?" H 10400 29750 60 0000 C CNN +F 1 "OMEGA_SMALL" H 10400 29650 60 0000 C CNN + 1 10400 30000 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_ROUND_SMALL U? +U 1 1 4B59D147 +P 8000 19500 +F 0 "U?" H 8000 19250 60 0000 C CNN +F 1 "OMEGA_ROUND_SMALL" H 8000 19150 60 0000 C CNN + 1 8000 19500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_ROUND_CAP U? +U 1 1 4B59D0DA +P 9050 18000 +F 0 "U?" H 9050 17750 60 0000 C CNN +F 1 "OMEGA_ROUND_CAP" H 9050 17650 60 0000 C CNN + 1 9050 18000 + 1 0 0 -1 +$EndComp +$Comp +L KSI_SMALL U? +U 1 1 4B59CCB5 +P 39350 16500 +F 0 "U?" H 39350 16250 60 0000 C CNN +F 1 "KSI_SMALL" H 39350 16150 60 0000 C CNN + 1 39350 16500 + 1 0 0 -1 +$EndComp +$Comp +L KSI_CAP U? +U 1 1 4B59CCB0 +P 39500 14950 +F 0 "U?" H 39500 14700 60 0000 C CNN +F 1 "KSI_CAP" H 39500 14600 60 0000 C CNN + 1 39500 14950 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_SMALL_V U? +U 1 1 4B59CAE1 +P 750 31500 +F 0 "U?" H 750 31250 60 0000 C CNN +F 1 "SLASH_SMALL_V" H 750 31150 60 0000 C CNN + 1 750 31500 + 1 0 0 -1 +$EndComp +$Comp +L SEMISOFT_SMALL U? +U 1 1 4B59C75D +P 45700 25500 +F 0 "U?" H 45700 25250 60 0000 C CNN +F 1 "SEMISOFT_SMALL" H 45700 25150 60 0000 C CNN + 1 45700 25500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_SMALLCAP_UPTURN U? +U 1 1 4B59C63F +P 29750 7500 +F 0 "U?" H 29750 7250 60 0000 C CNN +F 1 "GAMMA_SMALLCAP_UPTURN" H 29750 7150 60 0000 C CNN + 1 29750 7500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_CAP_UPTURN U? +U 1 1 4B59C5FD +P 29500 6000 +F 0 "U?" H 29500 5750 60 0000 C CNN +F 1 "GAMMA_CAP_UPTURN" H 29500 5650 60 0000 C CNN + 1 29500 6000 + 1 0 0 -1 +$EndComp +$Comp +L HA_ABKHAZ_SMALL U? +U 1 1 4B59C561 +P 31500 28500 +F 0 "U?" H 31500 28250 60 0000 C CNN +F 1 "HA_ABKHAZ_SMALL" H 31500 28150 60 0000 C CNN + 1 31500 28500 + 1 0 0 -1 +$EndComp +$Comp +L HA_ABKHAZ_CAP U? +U 1 1 4B59C504 +P 31600 27000 +F 0 "U?" H 31600 26750 60 0000 C CNN +F 1 "HA_ABKHAZ_CAP" H 31600 26650 60 0000 C CNN + 1 31600 27000 + 1 0 0 -1 +$EndComp +$Comp +L HGAMMA_SMALLCAP U? +U 1 1 4B59C121 +P 17650 13500 +F 0 "U?" H 17650 13250 60 0000 C CNN +F 1 "HGAMMA_SMALLCAP" H 17650 13150 60 0000 C CNN + 1 17650 13500 + 1 0 0 -1 +$EndComp +$Comp +L HGAMMA_CAP U? +U 1 1 4B59C0B4 +P 18600 12000 +F 0 "U?" H 18600 11750 60 0000 C CNN +F 1 "HGAMMA_CAP" H 18600 11650 60 0000 C CNN + 1 18600 12000 + 1 0 0 -1 +$EndComp +$Comp +L K_SMALL_BASHKIR U? +U 1 1 4B59BFFA +P 43750 13500 +F 0 "U?" H 43750 13250 60 0000 C CNN +F 1 "K_SMALL_BASHKIR" H 43750 13150 60 0000 C CNN + 1 43750 13500 + 1 0 0 -1 +$EndComp +$Comp +L K_CAP_BASHKIR U? +U 1 1 4B59BFF2 +P 43000 12000 +F 0 "U?" H 43000 11750 60 0000 C CNN +F 1 "K_CAP_BASHKIR" H 43000 11650 60 0000 C CNN + 1 43000 12000 + 1 0 0 -1 +$EndComp +$Comp +L CHE_SMALL U? +U 1 1 4B59BAE3 +P 25600 10500 +F 0 "U?" H 25600 10250 60 0000 C CNN +F 1 "CHE_SMALL" H 25600 10150 60 0000 C CNN + 1 25600 10500 + 1 0 0 -1 +$EndComp +$Comp +L CHE_LARGE U? +U 1 1 4B59BADA +P 26600 9000 +F 0 "U?" H 26600 8750 60 0000 C CNN +F 1 "CHE_LARGE" H 26600 8650 60 0000 C CNN + 1 26600 9000 + 1 0 0 -1 +$EndComp +$Comp +L TTSE_SMALL U? +U 1 1 4B59BA0E +P 17400 28500 +F 0 "U?" H 17400 28250 60 0000 C CNN +F 1 "TTSE_SMALL" H 17400 28150 60 0000 C CNN + 1 17400 28500 + 1 0 0 -1 +$EndComp +$Comp +L TTSE_CAP U? +U 1 1 4B59BA07 +P 18000 27000 +F 0 "U?" H 18000 26750 60 0000 C CNN +F 1 "TTSE_CAP" H 18000 26650 60 0000 C CNN + 1 18000 27000 + 1 0 0 -1 +$EndComp +$Comp +L H_LARGE U? +U 1 1 4B59B59C +P 17500 12000 +F 0 "U?" H 17500 11750 60 0000 C CNN +F 1 "H_LARGE" H 17500 11650 60 0000 C CNN + 1 17500 12000 + 1 0 0 -1 +$EndComp +$Comp +L E_LARGE U? +U 1 1 4B59B415 +P 25100 9000 +F 0 "U?" H 25100 8750 60 0000 C CNN +F 1 "E_LARGE" H 25100 8650 60 0000 C CNN + 1 25100 9000 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_SMALLCAP_HOOK U? +U 1 1 4B59B2B0 +P 29000 7500 +F 0 "U?" H 29000 7250 60 0000 C CNN +F 1 "GAMMA_SMALLCAP_HOOK" H 29000 7150 60 0000 C CNN + 1 29000 7500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_CAP_HOOK U? +U 1 1 4B59B2AA +P 28600 6000 +F 0 "U?" H 28600 5750 60 0000 C CNN +F 1 "GAMMA_CAP_HOOK" H 28600 5650 60 0000 C CNN + 1 28600 6000 + 1 0 0 -1 +$EndComp +$Comp +L TAIL U? +U 1 1 4B59AF14 +P 22200 31500 +F 0 "U?" H 22200 31250 60 0000 C CNN +F 1 "TAIL" H 22200 31150 60 0000 C CNN + 1 22200 31500 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALLCAP U? +U 1 1 4B59AF0D +P 22000 31500 +F 0 "U?" H 22000 31250 60 0000 C CNN +F 1 "H_SMALLCAP" H 22000 31150 60 0000 C CNN + 1 22000 31500 + 1 0 0 -1 +$EndComp +$Comp +L HOOK U? +U 1 1 4B59AEEB +P 21250 31500 +F 0 "U?" H 21250 31250 60 0000 C CNN +F 1 "HOOK" H 21250 31150 60 0000 C CNN + 1 21250 31500 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALLCAP U? +U 1 1 4B59AEE3 +P 21050 31500 +F 0 "U?" H 21050 31250 60 0000 C CNN +F 1 "H_SMALLCAP" H 21050 31150 60 0000 C CNN + 1 21050 31500 + 1 0 0 -1 +$EndComp +$Comp +L STROKE_V U? +U 1 1 4B59AD99 +P 20050 31400 +F 0 "U?" H 20050 31150 60 0000 C CNN +F 1 "STROKE_V" H 20050 31050 60 0000 C CNN + 1 20050 31400 + 1 0 0 -1 +$EndComp +$Comp +L CHERV_CAP U? +U 1 1 4B59AD92 +P 20050 31500 +F 0 "U?" H 20050 31250 60 0000 C CNN +F 1 "CHERV_CAP" H 20050 31150 60 0000 C CNN + 1 20050 31500 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALL_STRAIGHT U? +U 1 1 4B59ABED +P 5500 25500 +F 0 "U?" H 5500 25250 60 0000 C CNN +F 1 "Y_SMALL_STRAIGHT" H 5500 25150 60 0000 C CNN + 1 5500 25500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_SMALL_H U? +U 1 1 4B599C9A +P 19200 31250 +F 0 "U?" H 19200 31000 60 0000 C CNN +F 1 "SLASH_SMALL_H" H 19200 30900 60 0000 C CNN + 1 19200 31250 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL U? +U 1 1 4B599C92 +P 19200 31500 +F 0 "U?" H 19200 31250 60 0000 C CNN +F 1 "L_SMALL" H 19200 31150 60 0000 C CNN + 1 19200 31500 + 1 0 0 -1 +$EndComp +$Comp +L STROKE_H U? +U 1 1 4B599AE0 +P 18550 31350 +F 0 "U?" H 18550 31100 60 0000 C CNN +F 1 "STROKE_H" H 18550 31000 60 0000 C CNN + 1 18550 31350 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP U? +U 1 1 4B599AD9 +P 18550 31500 +F 0 "U?" H 18550 31250 60 0000 C CNN +F 1 "T_CAP" H 18550 31150 60 0000 C CNN + 1 18550 31500 + 1 0 0 -1 +$EndComp +$Comp +L STROKE_SMALL_H U? +U 1 1 4B599A16 +P 17800 31450 +F 0 "U?" H 17800 31200 60 0000 C CNN +F 1 "STROKE_SMALL_H" H 17800 31100 60 0000 C CNN + 1 17800 31450 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL U? +U 1 1 4B599A0A +P 17800 31500 +F 0 "U?" H 17800 31250 60 0000 C CNN +F 1 "T_SMALL" H 17800 31150 60 0000 C CNN + 1 17800 31500 + 1 0 0 -1 +$EndComp +$Comp +L DESCENDER U? +U 1 1 4B5860A1 +P 17300 31500 +F 0 "U?" H 17300 31250 60 0000 C CNN +F 1 "DESCENDER" H 17300 31150 60 0000 C CNN + 1 17300 31500 + 1 0 0 -1 +$EndComp +$Comp +L SHA_SMALL U? +U 1 1 4B586099 +P 16950 31500 +F 0 "U?" H 16950 31250 60 0000 C CNN +F 1 "SHA_SMALL" H 16950 31150 60 0000 C CNN + 1 16950 31500 + 1 0 0 -1 +$EndComp +$Comp +L IYUS_BIG_SMALL U? +U 1 1 4B585BC8 +P 28600 28500 +F 0 "U?" H 28600 28250 60 0000 C CNN +F 1 "IYUS_BIG_SMALL" H 28600 28150 60 0000 C CNN + 1 28600 28500 + 1 0 0 -1 +$EndComp +$Comp +L YUS_BIG_SMALL U? +U 1 1 4B585B8C +P 27350 28500 +F 0 "U?" H 27350 28250 60 0000 C CNN +F 1 "YUS_BIG_SMALL" H 27350 28150 60 0000 C CNN + 1 27350 28500 + 1 0 0 -1 +$EndComp +$Comp +L IYUS_BIG_CAP U? +U 1 1 4B585B45 +P 29600 27000 +F 0 "U?" H 29600 26750 60 0000 C CNN +F 1 "IYUS_BIG_CAP" H 29600 26650 60 0000 C CNN + 1 29600 27000 + 1 0 0 -1 +$EndComp +$Comp +L YUS_BIG_CAP U? +U 1 1 4B585AC4 +P 28100 27000 +F 0 "U?" H 28100 26750 60 0000 C CNN +F 1 "YUS_BIG_CAP" H 28100 26650 60 0000 C CNN + 1 28100 27000 + 1 0 0 -1 +$EndComp +$Comp +L IYUS_LITTLE_SMALL U? +U 1 1 4B585A11 +P 26150 28500 +F 0 "U?" H 26150 28250 60 0000 C CNN +F 1 "IYUS_LITTLE_SMALL" H 26150 28150 60 0000 C CNN + 1 26150 28500 + 1 0 0 -1 +$EndComp +$Comp +L YUS_LITTLE_SMALL U? +U 1 1 4B585A09 +P 25050 28500 +F 0 "U?" H 25050 28250 60 0000 C CNN +F 1 "YUS_LITTLE_SMALL" H 25050 28150 60 0000 C CNN + 1 25050 28500 + 1 0 0 -1 +$EndComp +$Comp +L IYUS_LITTLE_CAP U? +U 1 1 4B585978 +P 26650 27000 +F 0 "U?" H 26650 26750 60 0000 C CNN +F 1 "IYUS_LITTLE_CAP" H 26650 26650 60 0000 C CNN + 1 26650 27000 + 1 0 0 -1 +$EndComp +$Comp +L YUS_LITTLE_CAP U? +U 1 1 4B5858FE +P 25200 27000 +F 0 "U?" H 25200 26750 60 0000 C CNN +F 1 "YUS_LITTLE_CAP" H 25200 26650 60 0000 C CNN + 1 25200 27000 + 1 0 0 -1 +$EndComp +$Comp +L IYE_SMALL U? +U 1 1 4B585825 +P 23450 10500 +F 0 "U?" H 23450 10250 60 0000 C CNN +F 1 "IYE_SMALL" H 23450 10150 60 0000 C CNN + 1 23450 10500 + 1 0 0 -1 +$EndComp +$Comp +L IYE_CAP U? +U 1 1 4B585820 +P 23800 9000 +F 0 "U?" H 23800 8750 60 0000 C CNN +F 1 "IYE_CAP" H 23800 8650 60 0000 C CNN + 1 23800 9000 + 1 0 0 -1 +$EndComp +$Comp +L YAT_CAP U? +U 1 1 4B5856BF +P 45650 24000 +F 0 "U?" H 45650 23750 60 0000 C CNN +F 1 "YAT_CAP" H 45650 23650 60 0000 C CNN + 1 45650 24000 + 1 0 0 -1 +$EndComp +$Comp +L YAT_SMALL U? +U 1 1 4B585667 +P 44850 25500 +F 0 "U?" H 44850 25250 60 0000 C CNN +F 1 "YAT_SMALL" H 44850 25150 60 0000 C CNN + 1 44850 25500 + 1 0 0 -1 +$EndComp +$Comp +L DZHE_SMALL U? +U 1 1 4B58532F +P 16300 28500 +F 0 "U?" H 16300 28250 60 0000 C CNN +F 1 "DZHE_SMALL" H 16300 28150 60 0000 C CNN + 1 16300 28500 + 1 0 0 -1 +$EndComp +$Comp +L DZHE_CAP U? +U 1 1 4B5852C2 +P 16750 27000 +F 0 "U?" H 16750 26750 60 0000 C CNN +F 1 "DZHE_CAP" H 16750 26650 60 0000 C CNN + 1 16750 27000 + 1 0 0 -1 +$EndComp +$Comp +L NJE_SMALL U? +U 1 1 4B5851D2 +P 16550 13500 +F 0 "U?" H 16550 13250 60 0000 C CNN +F 1 "NJE_SMALL" H 16550 13150 60 0000 C CNN + 1 16550 13500 + 1 0 0 -1 +$EndComp +$Comp +L NJE_CAP U? +U 1 1 4B585167 +P 16150 12000 +F 0 "U?" H 16150 11750 60 0000 C CNN +F 1 "NJE_CAP" H 16150 11650 60 0000 C CNN + 1 16150 12000 + 1 0 0 -1 +$EndComp +$Comp +L LJE_SMALL U? +U 1 1 4B5850DE +P 4850 16500 +F 0 "U?" H 4850 16250 60 0000 C CNN +F 1 "LJE_SMALL" H 4850 16150 60 0000 C CNN + 1 4850 16500 + 1 0 0 -1 +$EndComp +$Comp +L LJE_CAP U? +U 1 1 4B585076 +P 4200 15000 +F 0 "U?" H 4200 14750 60 0000 C CNN +F 1 "LJE_CAP" H 4200 14650 60 0000 C CNN + 1 4200 15000 + 1 0 0 -1 +$EndComp +$Comp +L TSHE_CAP U? +U 1 1 4B584EF1 +P 19750 21000 +F 0 "U?" H 19750 20750 60 0000 C CNN +F 1 "TSHE_CAP" H 19750 20650 60 0000 C CNN + 1 19750 21000 + 1 0 0 -1 +$EndComp +$Comp +L TSHE_SMALL U? +U 1 1 4B584EA2 +P 21950 22500 +F 0 "U?" H 21950 22250 60 0000 C CNN +F 1 "TSHE_SMALL" H 21950 22150 60 0000 C CNN + 1 21950 22500 + 1 0 0 -1 +$EndComp +$Comp +L DJE_SMALL U? +U 1 1 4B584D51 +P 21100 22500 +F 0 "U?" H 21100 22250 60 0000 C CNN +F 1 "DJE_SMALL" H 21100 22150 60 0000 C CNN + 1 21100 22500 + 1 0 0 -1 +$EndComp +$Comp +L RHO_SMALL_STROKE U? +U 1 1 4B5848B2 +P 28550 19500 +F 0 "U?" H 28550 19250 60 0000 C CNN +F 1 "RHO_SMALL_STROKE" H 28550 19150 60 0000 C CNN + 1 28550 19500 + 1 0 0 -1 +$EndComp +$Comp +L SAN_SMALL U? +U 1 1 4B58481A +P 22500 16500 +F 0 "U?" H 22500 16250 60 0000 C CNN +F 1 "SAN_SMALL" H 22500 16150 60 0000 C CNN + 1 22500 16500 + 1 0 0 -1 +$EndComp +$Comp +L SAN_CAP U? +U 1 1 4B5847DA +P 20150 15000 +F 0 "U?" H 20150 14750 60 0000 C CNN +F 1 "SAN_CAP" H 20150 14650 60 0000 C CNN + 1 20150 15000 + 1 0 0 -1 +$EndComp +$Comp +L DEI_SMALL U? +U 1 1 4B58477E +P 22400 28500 +F 0 "U?" H 22400 28250 60 0000 C CNN +F 1 "DEI_SMALL" H 22400 28150 60 0000 C CNN + 1 22400 28500 + 1 0 0 -1 +$EndComp +$Comp +L DEI_CAP U? +U 1 1 4B58470F +P 23200 27000 +F 0 "U?" H 23200 26750 60 0000 C CNN +F 1 "DEI_CAP" H 23200 26650 60 0000 C CNN + 1 23200 27000 + 1 0 0 -1 +$EndComp +$Comp +L BUKI_LARGE U? +U 1 1 4B5845DC +P 14550 6000 +F 0 "U?" H 14550 5750 60 0000 C CNN +F 1 "BUKI_LARGE" H 14550 5650 60 0000 C CNN + 1 14550 6000 + 1 0 0 -1 +$EndComp +$Comp +L GANGIA_SMALL U? +U 1 1 4B584538 +P 21500 28500 +F 0 "U?" H 21500 28250 60 0000 C CNN +F 1 "GANGIA_SMALL" H 21500 28150 60 0000 C CNN + 1 21500 28500 + 1 0 0 -1 +$EndComp +$Comp +L GANGIA_CAP U? +U 1 1 4B58448A +P 22100 27000 +F 0 "U?" H 22100 26750 60 0000 C CNN +F 1 "GANGIA_CAP" H 22100 26650 60 0000 C CNN + 1 22100 27000 + 1 0 0 -1 +$EndComp +$Comp +L HORI_SMALL U? +U 1 1 4B584403 +P 20550 28500 +F 0 "U?" H 20550 28250 60 0000 C CNN +F 1 "HORI_SMALL" H 20550 28150 60 0000 C CNN + 1 20550 28500 + 1 0 0 -1 +$EndComp +$Comp +L HORI_CAP U? +U 1 1 4B58439B +P 21000 27000 +F 0 "U?" H 21000 26750 60 0000 C CNN +F 1 "HORI_CAP" H 21000 26650 60 0000 C CNN + 1 21000 27000 + 1 0 0 -1 +$EndComp +$Comp +L GUILLEMET U? +U 1 1 4B54605A +P 26800 4500 +F 0 "U?" H 26800 4250 60 0000 C CNN +F 1 "GUILLEMET" H 26800 4150 60 0000 C CNN + 1 26800 4500 + 1 0 0 -1 +$EndComp +$Comp +L PAREN_SMALL U? +U 1 1 4B544973 +P 8750 4500 +F 0 "U?" H 8750 4250 60 0000 C CNN +F 1 "PAREN_SMALL" H 8750 4150 60 0000 C CNN + 1 8750 4500 + 1 0 0 -1 +$EndComp +$Comp +L E_TINY_TURNED U? +U 1 1 4B54482C +P 30500 10500 +F 0 "U?" H 30500 10250 60 0000 C CNN +F 1 "E_TINY_TURNED" H 30500 10150 60 0000 C CNN + 1 30500 10500 + 1 0 0 -1 +$EndComp +$Comp +L X_TINY U? +U 1 1 4B5447D3 +P 24800 25500 +F 0 "U?" H 24800 25250 60 0000 C CNN +F 1 "X_TINY" H 24800 25150 60 0000 C CNN + 1 24800 25500 + 1 0 0 -1 +$EndComp +$Comp +L E_TINY U? +U 1 1 4B5447C9 +P 29750 10500 +F 0 "U?" H 29750 10250 60 0000 C CNN +F 1 "E_TINY" H 29750 10150 60 0000 C CNN + 1 29750 10500 + 1 0 0 -1 +$EndComp +$Comp +L N_TINY U? +U 1 1 4B5446E8 +P 33700 16500 +F 0 "U?" H 33700 16250 60 0000 C CNN +F 1 "N_TINY" H 33700 16150 60 0000 C CNN + 1 33700 16500 + 1 0 0 -1 +$EndComp +$Comp +L I_TINY U? +U 1 1 4B544676 +P 33350 13500 +F 0 "U?" H 33350 13250 60 0000 C CNN +F 1 "I_TINY" H 33350 13150 60 0000 C CNN + 1 33350 13500 + 1 0 0 -1 +$EndComp +$Comp +L QUOTE_RIGHT_DBL U? +U 1 1 4B543E72 +P 13100 3000 +F 0 "U?" H 13100 2750 60 0000 C CNN +F 1 "QUOTE_RIGHT_DBL" H 13100 2650 60 0000 C CNN + 1 13100 3000 + 1 0 0 -1 +$EndComp +$Comp +L QUOTE_RIGHT U? +U 1 1 4B543E68 +P 13750 3000 +F 0 "U?" H 13750 2750 60 0000 C CNN +F 1 "QUOTE_RIGHT" H 13750 2650 60 0000 C CNN + 1 13750 3000 + 1 0 0 -1 +$EndComp +$Comp +L COMMA_DBL U? +U 1 1 4B543E56 +P 14400 3000 +F 0 "U?" H 14400 2750 60 0000 C CNN +F 1 "COMMA_DBL" H 14400 2650 60 0000 C CNN + 1 14400 3000 + 1 0 0 -1 +$EndComp +$Comp +L DASH_FIGURE U? +U 1 1 4B543B3E +P 37100 3000 +F 0 "U?" H 37100 2750 60 0000 C CNN +F 1 "DASH_FIGURE" H 37100 2650 60 0000 C CNN + 1 37100 3000 + 1 0 0 -1 +$EndComp +$Comp +L HYPHEN U? +U 1 1 4B543AC4 +P 36300 3000 +F 0 "U?" H 36300 2750 60 0000 C CNN +F 1 "HYPHEN" H 36300 2650 60 0000 C CNN + 1 36300 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_PUNC U? +U 1 1 4B543A6E +P 35550 3000 +F 0 "U?" H 35550 2750 60 0000 C CNN +F 1 "SPACE_PUNC" H 35550 2650 60 0000 C CNN + 1 35550 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_FIGURE U? +U 1 1 4B5439EB +P 34800 3000 +F 0 "U?" H 34800 2850 60 0000 C CNN +F 1 "SPACE_FIGURE" H 34800 2750 60 0000 C CNN + 1 34800 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_HAIR U? +U 1 1 4B5439BC +P 34250 3000 +F 0 "U?" H 34250 2750 60 0000 C CNN +F 1 "SPACE_HAIR" H 34250 2650 60 0000 C CNN + 1 34250 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_THIN U? +U 1 1 4B5439B5 +P 34100 3000 +F 0 "U?" H 34100 2750 60 0000 C CNN +F 1 "SPACE_THIN" H 34100 2650 60 0000 C CNN + 1 34100 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_MID U? +U 1 1 4B5439AF +P 33850 3000 +F 0 "U?" H 33850 2750 60 0000 C CNN +F 1 "SPACE_MID" H 33850 2650 60 0000 C CNN + 1 33850 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_THICK U? +U 1 1 4B5439A8 +P 33500 3000 +F 0 "U?" H 33500 2750 60 0000 C CNN +F 1 "SPACE_THICK" H 33500 2650 60 0000 C CNN + 1 33500 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_EN U? +U 1 1 4B54383C +P 33000 3000 +F 0 "U?" H 33000 2750 60 0000 C CNN +F 1 "SPACE_EN" H 33000 2650 60 0000 C CNN + 1 33000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DASH_EN U? +U 1 1 4B54380C +P 32400 3000 +F 0 "U?" H 32400 2750 60 0000 C CNN +F 1 "DASH_EN" H 32400 2650 60 0000 C CNN + 1 32400 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_EM U? +U 1 1 4B5437A2 +P 31500 3000 +F 0 "U?" H 31500 2750 60 0000 C CNN +F 1 "SPACE_EM" H 31500 2650 60 0000 C CNN + 1 31500 3000 + 1 0 0 -1 +$EndComp +$Comp +L DASH_EM U? +U 1 1 4B543795 +P 30300 3000 +F 0 "U?" H 30300 2750 60 0000 C CNN +F 1 "DASH_EM" H 30300 2650 60 0000 C CNN + 1 30300 3000 + 1 0 0 -1 +$EndComp +$Comp +L FLOOR U? +U 1 1 4B543498 +P 26050 3000 +F 0 "U?" H 26050 2750 60 0000 C CNN +F 1 "FLOOR" H 26050 2650 60 0000 C CNN + 1 26050 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_9_SMALL U? +U 1 1 4B4EFB34 +P 8100 4500 +F 0 "U?" H 8100 4250 60 0000 C CNN +F 1 "DIGIT_9_SMALL" H 8100 4150 60 0000 C CNN + 1 8100 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_8_SMALL U? +U 1 1 4B4EFAE4 +P 7300 4500 +F 0 "U?" H 7300 4250 60 0000 C CNN +F 1 "DIGIT_8_SMALL" H 7300 4150 60 0000 C CNN + 1 7300 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_7_SMALL U? +U 1 1 4B4EFA6C +P 6500 4500 +F 0 "U?" H 6500 4250 60 0000 C CNN +F 1 "DIGIT_7_SMALL" H 6500 4150 60 0000 C CNN + 1 6500 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_6_SMALL U? +U 1 1 4B4EF963 +P 5700 4500 +F 0 "U?" H 5700 4250 60 0000 C CNN +F 1 "DIGIT_6_SMALL" H 5700 4150 60 0000 C CNN + 1 5700 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_5_SMALL U? +U 1 1 4B4EF8E8 +P 4900 4500 +F 0 "U?" H 4900 4250 60 0000 C CNN +F 1 "DIGIT_5_SMALL" H 4900 4150 60 0000 C CNN + 1 4900 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_4_SMALL U? +U 1 1 4B4EF59D +P 4100 4500 +F 0 "U?" H 4100 4250 60 0000 C CNN +F 1 "DIGIT_4_SMALL" H 4100 4150 60 0000 C CNN + 1 4100 4500 + 1 0 0 -1 +$EndComp +$Sheet +S 43150 4150 2150 2050 +U 4B4DD1FE +F0 "Symbols" 60 +F1 "symbols.sch" 60 +$EndSheet +$Comp +L T_SMALLCAP U? +U 1 1 4B33BD4A +P 20500 22500 +F 0 "U?" H 20500 22250 60 0000 C CNN +F 1 "T_SMALLCAP" H 20500 22150 60 0000 C CNN + 1 20500 22500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_SMALLCAP U? +U 1 1 4B33BBEE +P 23350 7500 +F 0 "U?" H 23350 7250 60 0000 C CNN +F 1 "GAMMA_SMALLCAP" H 23350 7150 60 0000 C CNN + 1 23350 7500 + 1 0 0 -1 +$EndComp +$Comp +L B_SMALLCAP U? +U 1 1 4B33BB27 +P 17200 7500 +F 0 "U?" H 17200 7250 60 0000 C CNN +F 1 "B_SMALLCAP" H 17200 7150 60 0000 C CNN + 1 17200 7500 + 1 0 0 -1 +$EndComp +$Comp +L YA_CAP U? +U 1 1 4B33BAA5 +P 3250 6000 +F 0 "U?" H 3250 5750 60 0000 C CNN +F 1 "YA_CAP" H 3250 5650 60 0000 C CNN + 1 3250 6000 + 1 0 0 -1 +$EndComp +$Comp +L YA_SMALL U? +U 1 1 4B33BA9D +P 4350 7500 +F 0 "U?" H 4350 7250 60 0000 C CNN +F 1 "YA_SMALL" H 4350 7150 60 0000 C CNN + 1 4350 7500 + 1 0 0 -1 +$EndComp +$Comp +L YU_SMALL U? +U 1 1 4B33B99A +P 6800 19500 +F 0 "U?" H 6800 19250 60 0000 C CNN +F 1 "YU_SMALL" H 6800 19150 60 0000 C CNN + 1 6800 19500 + 1 0 0 -1 +$EndComp +$Comp +L YU_CAP U? +U 1 1 4B33B993 +P 7550 18000 +F 0 "U?" H 7550 17750 60 0000 C CNN +F 1 "YU_CAP" H 7550 17650 60 0000 C CNN + 1 7550 18000 + 1 0 0 -1 +$EndComp +$Comp +L YERY_CAP U? +U 1 1 4B33B8E8 +P 44300 24000 +F 0 "U?" H 44300 23750 60 0000 C CNN +F 1 "YERY_CAP" H 44300 23650 60 0000 C CNN + 1 44300 24000 + 1 0 0 -1 +$EndComp +$Comp +L YERY_SMALL U? +U 1 1 4B33B8E0 +P 43750 25500 +F 0 "U?" H 43750 25250 60 0000 C CNN +F 1 "YERY_SMALL" H 43750 25150 60 0000 C CNN + 1 43750 25500 + 1 0 0 -1 +$EndComp +$Comp +L HARD_SMALL U? +U 1 1 4B33B8D9 +P 42750 25500 +F 0 "U?" H 42750 25250 60 0000 C CNN +F 1 "HARD_SMALL" H 42750 25150 60 0000 C CNN + 1 42750 25500 + 1 0 0 -1 +$EndComp +$Comp +L SOFT_SMALL U? +U 1 1 4B33B8CA +P 41850 25500 +F 0 "U?" H 41850 25250 60 0000 C CNN +F 1 "SOFT_SMALL" H 41850 25150 60 0000 C CNN + 1 41850 25500 + 1 0 0 -1 +$EndComp +$Comp +L HARD_CAP U? +U 1 1 4B33B4C7 +P 43050 24000 +F 0 "U?" H 43050 23750 60 0000 C CNN +F 1 "HARD_CAP" H 43050 23650 60 0000 C CNN + 1 43050 24000 + 1 0 0 -1 +$EndComp +$Comp +L SOFT_CAP U? +U 1 1 4B33B4BE +P 41900 24000 +F 0 "U?" H 41900 23750 60 0000 C CNN +F 1 "SOFT_CAP" H 41900 23650 60 0000 C CNN + 1 41900 24000 + 1 0 0 -1 +$EndComp +$Comp +L SHA_CAP U? +U 1 1 4B33AE43 +P 9600 27000 +F 0 "U?" H 9600 26750 60 0000 C CNN +F 1 "SHA_CAP" H 9600 26650 60 0000 C CNN + 1 9600 27000 + 1 0 0 -1 +$EndComp +$Comp +L SHA_SMALL U? +U 1 1 4B33AE22 +P 9050 28500 +F 0 "U?" H 9050 28250 60 0000 C CNN +F 1 "SHA_SMALL" H 9050 28150 60 0000 C CNN + 1 9050 28500 + 1 0 0 -1 +$EndComp +$Comp +L CHERV_SMALL U? +U 1 1 4B33AD07 +P 15300 28500 +F 0 "U?" H 15300 28250 60 0000 C CNN +F 1 "CHERV_SMALL" H 15300 28150 60 0000 C CNN + 1 15300 28500 + 1 0 0 -1 +$EndComp +$Comp +L CHERV_CAP U? +U 1 1 4B33ACFF +P 15700 27000 +F 0 "U?" H 15700 26750 60 0000 C CNN +F 1 "CHERV_CAP" H 15700 26650 60 0000 C CNN + 1 15700 27000 + 1 0 0 -1 +$EndComp +$Comp +L FEI_CAP U? +U 1 1 4B33A931 +P 13550 27000 +F 0 "U?" H 13550 26750 60 0000 C CNN +F 1 "FEI_CAP" H 13550 26650 60 0000 C CNN + 1 13550 27000 + 1 0 0 -1 +$EndComp +$Comp +L FEI_SMALL U? +U 1 1 4B33A929 +P 13450 28500 +F 0 "U?" H 13450 28250 60 0000 C CNN +F 1 "FEI_SMALL" H 13450 28150 60 0000 C CNN + 1 13450 28500 + 1 0 0 -1 +$EndComp +$Comp +L TSY_SMALL U? +U 1 1 4B33A8B5 +P 14400 28500 +F 0 "U?" H 14400 28250 60 0000 C CNN +F 1 "TSY_SMALL" H 14400 28150 60 0000 C CNN + 1 14400 28500 + 1 0 0 -1 +$EndComp +$Comp +L TSY_CAP U? +U 1 1 4B33A8AD +P 14650 27000 +F 0 "U?" H 14650 26750 60 0000 C CNN +F 1 "TSY_CAP" H 14650 26650 60 0000 C CNN + 1 14650 27000 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALLCAP U? +U 1 1 4B33A6CF +P 14400 13500 +F 0 "U?" H 14400 13250 60 0000 C CNN +F 1 "H_SMALLCAP" H 14400 13150 60 0000 C CNN + 1 14400 13500 + 1 0 0 -1 +$EndComp +$Comp +L M_SMALLCAP U? +U 1 1 4B33A61C +P 21400 16500 +F 0 "U?" H 21400 16250 60 0000 C CNN +F 1 "M_SMALLCAP" H 21400 16150 60 0000 C CNN + 1 21400 16500 + 1 0 0 -1 +$EndComp +$Comp +L LYUDI_CAP U? +U 1 1 4B33A597 +P 2850 15000 +F 0 "U?" H 2850 14750 60 0000 C CNN +F 1 "LYUDI_CAP" H 2850 14650 60 0000 C CNN + 1 2850 15000 + 1 0 0 -1 +$EndComp +$Comp +L LYUDI_SMALL U? +U 1 1 4B33A58E +P 3750 16500 +F 0 "U?" H 3750 16250 60 0000 C CNN +F 1 "LYUDI_SMALL" H 3750 16150 60 0000 C CNN + 1 3750 16500 + 1 0 0 -1 +$EndComp +$Comp +L ZEMLYA_SMALL U? +U 1 1 4B33A2B6 +P 30300 25500 +F 0 "U?" H 30300 25250 60 0000 C CNN +F 1 "ZEMLYA_SMALL" H 30300 25150 60 0000 C CNN + 1 30300 25500 + 1 0 0 -1 +$EndComp +$Comp +L ZEMLYA_CAP U? +U 1 1 4B33A2AF +P 29650 24000 +F 0 "U?" H 29650 23750 60 0000 C CNN +F 1 "ZEMLYA_CAP" H 29650 23650 60 0000 C CNN + 1 29650 24000 + 1 0 0 -1 +$EndComp +$Comp +L DOBRO_CAP U? +U 1 1 4B33A1EC +P 3050 9000 +F 0 "U?" H 3050 8750 60 0000 C CNN +F 1 "DOBRO_CAP" H 3050 8650 60 0000 C CNN + 1 3050 9000 + 1 0 0 -1 +$EndComp +$Comp +L DOBRO_SMALL U? +U 1 1 4B33A1DE +P 3850 10500 +F 0 "U?" H 3850 10250 60 0000 C CNN +F 1 "DOBRO_SMALL" H 3850 10150 60 0000 C CNN + 1 3850 10500 + 1 0 0 -1 +$EndComp +$Comp +L ZHIVETE_SMALL U? +U 1 1 4B33A1CA +P 42650 13500 +F 0 "U?" H 42650 13250 60 0000 C CNN +F 1 "ZHIVETE_SMALL" H 42650 13150 60 0000 C CNN + 1 42650 13500 + 1 0 0 -1 +$EndComp +$Comp +L ZHIVETE_CAP U? +U 1 1 4B33A1C4 +P 41550 12000 +F 0 "U?" H 41550 11750 60 0000 C CNN +F 1 "ZHIVETE_CAP" H 41550 11650 60 0000 C CNN + 1 41550 12000 + 1 0 0 -1 +$EndComp +$Comp +L BUKI_SMALL U? +U 1 1 4B339D9D +P 13450 7500 +F 0 "U?" H 13450 7250 60 0000 C CNN +F 1 "BUKI_SMALL" H 13450 7150 60 0000 C CNN + 1 13450 7500 + 1 0 0 -1 +$EndComp +$Comp +L BUKI_CAP U? +U 1 1 4B339D95 +P 13500 6000 +F 0 "U?" H 13500 5750 60 0000 C CNN +F 1 "BUKI_CAP" H 13500 5650 60 0000 C CNN + 1 13500 6000 + 1 0 0 -1 +$EndComp +$Comp +L KHEI_SMALL U? +U 1 1 4B338955 +P 19700 28500 +F 0 "U?" H 19700 28250 60 0000 C CNN +F 1 "KHEI_SMALL" H 19700 28150 60 0000 C CNN + 1 19700 28500 + 1 0 0 -1 +$EndComp +$Comp +L KHEI_CAP U? +U 1 1 4B338751 +P 19850 27000 +F 0 "U?" H 19850 26750 60 0000 C CNN +F 1 "KHEI_CAP" H 19850 26650 60 0000 C CNN + 1 19850 27000 + 1 0 0 -1 +$EndComp +$Comp +L SHEI_SMALL U? +U 1 1 4B336D78 +P 7900 28500 +F 0 "U?" H 7900 28250 60 0000 C CNN +F 1 "SHEI_SMALL" H 7900 28150 60 0000 C CNN + 1 7900 28500 + 1 0 0 -1 +$EndComp +$Comp +L SHEI_CAP U? +U 1 1 4B336B50 +P 8100 27000 +F 0 "U?" H 8100 26750 60 0000 C CNN +F 1 "SHEI_CAP" H 8100 26650 60 0000 C CNN + 1 8100 27000 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_LARGE U? +U 1 1 4B336B04 +P 6050 18000 +F 0 "U?" H 6050 17750 60 0000 C CNN +F 1 "OMEGA_LARGE" H 6050 17650 60 0000 C CNN + 1 6050 18000 + 1 0 0 -1 +$EndComp +$Comp +L SAMPI_SMALL U? +U 1 1 4B3361F5 +P 6200 28500 +F 0 "U?" H 6200 28250 60 0000 C CNN +F 1 "SAMPI_SMALL" H 6200 28150 60 0000 C CNN + 1 6200 28500 + 1 0 0 -1 +$EndComp +$Comp +L SAMPI_CAP U? +U 1 1 4B336026 +P 6200 27000 +F 0 "U?" H 6200 26750 60 0000 C CNN +F 1 "SAMPI_CAP" H 6200 26650 60 0000 C CNN + 1 6200 27000 + 1 0 0 -1 +$EndComp +$Comp +L KOPPA_SMALL U? +U 1 1 4B335E13 +P 4800 28500 +F 0 "U?" H 4800 28250 60 0000 C CNN +F 1 "KOPPA_SMALL" H 4800 28150 60 0000 C CNN + 1 4800 28500 + 1 0 0 -1 +$EndComp +$Comp +L KOPPA_CAP U? +U 1 1 4B335E0C +P 4850 27000 +F 0 "U?" H 4850 26750 60 0000 C CNN +F 1 "KOPPA_CAP" H 4850 26650 60 0000 C CNN + 1 4850 27000 + 1 0 0 -1 +$EndComp +$Comp +L UPSILON_CAP_HOOK U? +U 1 1 4B335D9F +P 6050 24000 +F 0 "U?" H 6050 23750 60 0000 C CNN +F 1 "UPSILON_CAP_HOOK" H 6050 23650 60 0000 C CNN + 1 6050 24000 + 1 0 0 -1 +$EndComp +$Comp +L IOTA_BELOW U? +U 1 1 4B3359F3 +P 15800 31500 +F 0 "U?" H 15800 31250 60 0000 C CNN +F 1 "IOTA_BELOW" H 15800 31150 60 0000 C CNN + 1 15800 31500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALL U? +U 1 1 4B3359EB +P 15800 31500 +F 0 "U?" H 15800 31250 60 0000 C CNN +F 1 "OMEGA_SMALL" H 15800 31150 60 0000 C CNN + 1 15800 31500 + 1 0 0 -1 +$EndComp +$Comp +L APOSTROPHE_TURNED_LOW U? +U 1 1 4B3354D1 +P 36900 4500 +F 0 "U?" H 36900 4250 60 0000 C CNN +F 1 "APOSTROPHE_TURNED_LOW" H 36900 4150 60 0000 C CNN + 1 36900 4500 + 1 0 0 -1 +$EndComp +$Comp +L SAMPI_ARCHAIC_SMALL U? +U 1 1 4B335458 +P 2800 28500 +F 0 "U?" H 2800 28250 60 0000 C CNN +F 1 "SAMPI_ARCHAIC_SMALL" H 2800 28150 60 0000 C CNN + 1 2800 28500 + 1 0 0 -1 +$EndComp +$Comp +L SAMPI_ARCHAIC_CAP U? +U 1 1 4B33544D +P 2900 27000 +F 0 "U?" H 2900 26750 60 0000 C CNN +F 1 "SAMPI_ARCHAIC_CAP" H 2900 26650 60 0000 C CNN + 1 2900 27000 + 1 0 0 -1 +$EndComp +$Comp +L IZHE_SMALL U? +U 1 1 4B335437 +P 15350 13500 +F 0 "U?" H 15350 13250 60 0000 C CNN +F 1 "IZHE_SMALL" H 15350 13150 60 0000 C CNN + 1 15350 13500 + 1 0 0 -1 +$EndComp +$Comp +L IZHE_CAP U? +U 1 1 4B335420 +P 14750 12000 +F 0 "U?" H 14750 11750 60 0000 C CNN +F 1 "IZHE_CAP" H 14750 11650 60 0000 C CNN + 1 14750 12000 + 1 0 0 -1 +$EndComp +$Comp +L HETA_SMALL U? +U 1 1 4B3351C6 +P 950 28500 +F 0 "U?" H 950 28250 60 0000 C CNN +F 1 "HETA_SMALL" H 950 28150 60 0000 C CNN + 1 950 28500 + 1 0 0 -1 +$EndComp +$Comp +L HETA_CAP U? +U 1 1 4B3351BC +P 1000 27000 +F 0 "U?" H 1000 26750 60 0000 C CNN +F 1 "HETA_CAP" H 1000 26650 60 0000 C CNN + 1 1000 27000 + 1 0 0 -1 +$EndComp +$Comp +L Y_LARGE U? +U 1 1 4B324FE7 +P 5150 24000 +F 0 "U?" H 5150 23750 60 0000 C CNN +F 1 "Y_LARGE" H 5150 23650 60 0000 C CNN + 1 5150 24000 + 1 0 0 -1 +$EndComp +$Comp +L PI_SMALLCAP U? +U 1 1 4B324F28 +P 23450 19500 +F 0 "U?" H 23450 19250 60 0000 C CNN +F 1 "PI_SMALLCAP" H 23450 19150 60 0000 C CNN + 1 23450 19500 + 1 0 0 -1 +$EndComp +$Comp +L FITA_SMALL U? +U 1 1 4B324EB2 +P 26950 13500 +F 0 "U?" H 26950 13250 60 0000 C CNN +F 1 "FITA_SMALL" H 26950 13150 60 0000 C CNN + 1 26950 13500 + 1 0 0 -1 +$EndComp +$Comp +L FITA_CAP U? +U 1 1 4B324D4C +P 26300 12000 +F 0 "U?" H 26300 11750 60 0000 C CNN +F 1 "FITA_CAP" H 26300 11650 60 0000 C CNN + 1 26300 12000 + 1 0 0 -1 +$EndComp +$Comp +L C_CAP_REV U? +U 1 1 4B324C91 +P 27500 6000 +F 0 "U?" H 27500 5750 60 0000 C CNN +F 1 "C_CAP_REV" H 27500 5650 60 0000 C CNN + 1 27500 6000 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL_REV U? +U 1 1 4B324C88 +P 28100 7500 +F 0 "U?" H 28100 7250 60 0000 C CNN +F 1 "C_SMALL_REV" H 28100 7150 60 0000 C CNN + 1 28100 7500 + 1 0 0 -1 +$EndComp +$Comp +L IE_SMALL U? +U 1 1 4B324C54 +P 22450 10500 +F 0 "U?" H 22450 10250 60 0000 C CNN +F 1 "IE_SMALL" H 22450 10150 60 0000 C CNN + 1 22450 10500 + 1 0 0 -1 +$EndComp +$Comp +L IE_CAP U? +U 1 1 4B324C40 +P 22650 9000 +F 0 "U?" H 22650 8750 60 0000 C CNN +F 1 "IE_CAP" H 22650 8650 60 0000 C CNN + 1 22650 9000 + 1 0 0 -1 +$EndComp +$Comp +L STIGMA_SMALL U? +U 1 1 4B32479A +P 25100 7500 +F 0 "U?" H 25100 7250 60 0000 C CNN +F 1 "STIGMA_SMALL" H 25100 7150 60 0000 C CNN + 1 25100 7500 + 1 0 0 -1 +$EndComp +$Comp +L STIGMA_CAP U? +U 1 1 4B324788 +P 24700 6000 +F 0 "U?" H 24700 5750 60 0000 C CNN +F 1 "STIGMA_CAP" H 24700 5650 60 0000 C CNN + 1 24700 6000 + 1 0 0 -1 +$EndComp +$Comp +L DIGAMMA_SMALL U? +U 1 1 4B324256 +P 26350 7500 +F 0 "U?" H 26350 7250 60 0000 C CNN +F 1 "DIGAMMA_SMALL" H 26350 7150 60 0000 C CNN + 1 26350 7500 + 1 0 0 -1 +$EndComp +$Comp +L KOPPA_ARCHAIC_SMALL U? +U 1 1 4B32413C +P 1950 22500 +F 0 "U?" H 1950 22250 60 0000 C CNN +F 1 "KOPPA_ARCHAIC_SMALL" H 1950 22150 60 0000 C CNN + 1 1950 22500 + 1 0 0 -1 +$EndComp +$Comp +L KOPPA_ARCHAIC_CAP U? +U 1 1 4B324133 +P 2150 21000 +F 0 "U?" H 2150 20750 60 0000 C CNN +F 1 "KOPPA_ARCHAIC_CAP" H 2150 20650 60 0000 C CNN + 1 2150 21000 + 1 0 0 -1 +$EndComp +$Comp +L KAI_SMALL U? +U 1 1 4B3240BC +P 41650 13500 +F 0 "U?" H 41650 13250 60 0000 C CNN +F 1 "KAI_SMALL" H 41650 13150 60 0000 C CNN + 1 41650 13500 + 1 0 0 -1 +$EndComp +$Comp +L KAI_CAP U? +U 1 1 4B3240B3 +P 40250 12000 +F 0 "U?" H 40250 11750 60 0000 C CNN +F 1 "KAI_CAP" H 40250 11650 60 0000 C CNN + 1 40250 12000 + 1 0 0 -1 +$EndComp +$Comp +L KAPPA_SMALL_SCRIPT U? +U 1 1 4B3225F7 +P 40800 13500 +F 0 "U?" H 40800 13250 60 0000 C CNN +F 1 "KAPPA_SMALL_SCRIPT" H 40800 13150 60 0000 C CNN + 1 40800 13500 + 1 0 0 -1 +$EndComp +$Comp +L OE_SMALL U? +U 1 1 4B3218F5 +P 3150 19500 +F 0 "U?" H 3150 19250 60 0000 C CNN +F 1 "OE_SMALL" H 3150 19150 60 0000 C CNN + 1 3150 19500 + 1 0 0 -1 +$EndComp +$Comp +L OE_CAP U? +U 1 1 4B321784 +P 3400 18000 +F 0 "U?" H 3400 17750 60 0000 C CNN +F 1 "OE_CAP" H 3400 17650 60 0000 C CNN + 1 3400 18000 + 1 0 0 -1 +$EndComp +$Comp +L RHO_SMALL_TAIL U? +U 1 1 4B3213EB +P 29550 19500 +F 0 "U?" H 29550 19250 60 0000 C CNN +F 1 "RHO_SMALL_TAIL" H 29550 19150 60 0000 C CNN + 1 29550 19500 + 1 0 0 -1 +$EndComp +$Comp +L THETA_SMALL_SCRIPT U? +U 1 1 4B320EB2 +P 26000 13500 +F 0 "U?" H 26000 13250 60 0000 C CNN +F 1 "THETA_SMALL_SCRIPT" H 26000 13150 60 0000 C CNN + 1 26000 13500 + 1 0 0 -1 +$EndComp +$Comp +L BETA_SMALL_CURLED U? +U 1 1 4B320DDB +P 16300 7500 +F 0 "U?" H 16300 7250 60 0000 C CNN +F 1 "BETA_SMALL_CURLED" H 16300 7150 60 0000 C CNN + 1 16300 7500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_PI_SMALL U? +U 1 1 4B320C4D +P 5550 19500 +F 0 "U?" H 5550 19250 60 0000 C CNN +F 1 "OMEGA_PI_SMALL" H 5550 19150 60 0000 C CNN + 1 5550 19500 + 1 0 0 -1 +$EndComp +$Comp +L PHI_SMALL_VAR U? +U 1 1 4B320C07 +P 19300 25500 +F 0 "U?" H 19300 25250 60 0000 C CNN +F 1 "PHI_SMALL_VAR" H 19300 25150 60 0000 C CNN + 1 19300 25500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALL U? +U 1 1 4B320827 +P 4400 19500 +F 0 "U?" H 4400 19250 60 0000 C CNN +F 1 "OMEGA_SMALL" H 4400 19150 60 0000 C CNN + 1 4400 19500 + 1 0 0 -1 +$EndComp +$Comp +L PSI_SMALL U? +U 1 1 4B32078C +P 26350 25500 +F 0 "U?" H 26350 25250 60 0000 C CNN +F 1 "PSI_SMALL" H 26350 25150 60 0000 C CNN + 1 26350 25500 + 1 0 0 -1 +$EndComp +$Comp +L CHI_SMALL U? +U 1 1 4B320751 +P 24050 25500 +F 0 "U?" H 24050 25250 60 0000 C CNN +F 1 "CHI_SMALL" H 24050 25150 60 0000 C CNN + 1 24050 25500 + 1 0 0 -1 +$EndComp +$Comp +L PHI_SMALL U? +U 1 1 4B3206BF +P 20400 25500 +F 0 "U?" H 20400 25250 60 0000 C CNN +F 1 "PHI_SMALL" H 20400 25150 60 0000 C CNN + 1 20400 25500 + 1 0 0 -1 +$EndComp +$Comp +L UPSILON_SMALL U? +U 1 1 4B3205E2 +P 4650 25500 +F 0 "U?" H 4650 25250 60 0000 C CNN +F 1 "UPSILON_SMALL" H 4650 25150 60 0000 C CNN + 1 4650 25500 + 1 0 0 -1 +$EndComp +$Comp +L TAU_SMALL U? +U 1 1 4B3202CC +P 19650 22500 +F 0 "U?" H 19650 22250 60 0000 C CNN +F 1 "TAU_SMALL" H 19650 22150 60 0000 C CNN + 1 19650 22500 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_SMALL U? +U 1 1 4B31FE4E +P 6500 22500 +F 0 "U?" H 6500 22250 60 0000 C CNN +F 1 "SIGMA_SMALL" H 6500 22150 60 0000 C CNN + 1 6500 22500 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_SMALL_FINAL U? +U 1 1 4B31FCE5 +P 7500 22500 +F 0 "U?" H 7500 22250 60 0000 C CNN +F 1 "SIGMA_SMALL_FINAL" H 7500 22150 60 0000 C CNN + 1 7500 22500 + 1 0 0 -1 +$EndComp +$Comp +L RHO_SMALL U? +U 1 1 4B31FAA4 +P 27500 19500 +F 0 "U?" H 27500 19250 60 0000 C CNN +F 1 "RHO_SMALL" H 27500 19150 60 0000 C CNN + 1 27500 19500 + 1 0 0 -1 +$EndComp +$Comp +L XI_SMALL U? +U 1 1 4B31F7D5 +P 38550 16500 +F 0 "U?" H 38550 16250 60 0000 C CNN +F 1 "XI_SMALL" H 38550 16150 60 0000 C CNN + 1 38550 16500 + 1 0 0 -1 +$EndComp +$Comp +L NU_SMALL U? +U 1 1 4B31F6F2 +P 30700 16500 +F 0 "U?" H 30700 16250 60 0000 C CNN +F 1 "NU_SMALL" H 30700 16150 60 0000 C CNN + 1 30700 16500 + 1 0 0 -1 +$EndComp +$Comp +L LAMBDA_SMALL U? +U 1 1 4B310A91 +P 2900 16500 +F 0 "U?" H 2900 16250 60 0000 C CNN +F 1 "LAMBDA_SMALL" H 2900 16150 60 0000 C CNN + 1 2900 16500 + 1 0 0 -1 +$EndComp +$Comp +L THETA_SMALL U? +U 1 1 4B310A1A +P 25050 13500 +F 0 "U?" H 25050 13250 60 0000 C CNN +F 1 "THETA_SMALL" H 25050 13150 60 0000 C CNN + 1 25050 13500 + 1 0 0 -1 +$EndComp +$Comp +L IOTA_SMALL U? +U 1 1 4B310994 +P 31250 13500 +F 0 "U?" H 31250 13250 60 0000 C CNN +F 1 "IOTA_SMALL" H 31250 13150 60 0000 C CNN + 1 31250 13500 + 1 0 0 -1 +$EndComp +$Comp +L ETA_SMALL U? +U 1 1 4B31098B +P 13400 13500 +F 0 "U?" H 13400 13250 60 0000 C CNN +F 1 "ETA_SMALL" H 13400 13150 60 0000 C CNN + 1 13400 13500 + 1 0 0 -1 +$EndComp +$Comp +L ZETA_SMALL U? +U 1 1 4B31097D +P 29550 25500 +F 0 "U?" H 29550 25250 60 0000 C CNN +F 1 "ZETA_SMALL" H 29550 25150 60 0000 C CNN + 1 29550 25500 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_SMALL U? +U 1 1 4B310769 +P 21550 10500 +F 0 "U?" H 21550 10250 60 0000 C CNN +F 1 "EPSILON_SMALL" H 21550 10150 60 0000 C CNN + 1 21550 10500 + 1 0 0 -1 +$EndComp +$Comp +L DELTA_SMALL U? +U 1 1 4B310761 +P 1000 10500 +F 0 "U?" H 1000 10250 60 0000 C CNN +F 1 "DELTA_SMALL" H 1000 10150 60 0000 C CNN + 1 1000 10500 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_SMALL U? +U 1 1 4B310549 +P 22550 7500 +F 0 "U?" H 22550 7250 60 0000 C CNN +F 1 "GAMMA_SMALL" H 22550 7150 60 0000 C CNN + 1 22550 7500 + 1 0 0 -1 +$EndComp +$Comp +L BETA_SMALL U? +U 1 1 4B310541 +P 15350 7500 +F 0 "U?" H 15350 7250 60 0000 C CNN +F 1 "BETA_SMALL" H 15350 7150 60 0000 C CNN + 1 15350 7500 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B310539 +P 1950 7500 +F 0 "U?" H 1950 7250 60 0000 C CNN +F 1 "ALPHA_SMALL" H 1950 7150 60 0000 C CNN + 1 1950 7500 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_CAP U? +U 1 1 4B310202 +P 4700 18000 +F 0 "U?" H 4700 17750 60 0000 C CNN +F 1 "OMEGA_CAP" H 4700 17650 60 0000 C CNN + 1 4700 18000 + 1 0 0 -1 +$EndComp +$Comp +L PSI_CAP U? +U 1 1 4B30FF79 +P 26350 24000 +F 0 "U?" H 26350 23750 60 0000 C CNN +F 1 "PSI_CAP" H 26350 23650 60 0000 C CNN + 1 26350 24000 + 1 0 0 -1 +$EndComp +$Comp +L PHI_CAP U? +U 1 1 4B30FE95 +P 19300 24000 +F 0 "U?" H 19300 23750 60 0000 C CNN +F 1 "PHI_CAP" H 19300 23650 60 0000 C CNN + 1 19300 24000 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_CAP U? +U 1 1 4B30FD63 +P 6500 21000 +F 0 "U?" H 6500 20750 60 0000 C CNN +F 1 "SIGMA_CAP" H 6500 20650 60 0000 C CNN + 1 6500 21000 + 1 0 0 -1 +$EndComp +$Comp +L PI_CAP U? +U 1 1 4B30FD55 +P 22350 18000 +F 0 "U?" H 22350 17750 60 0000 C CNN +F 1 "PI_CAP" H 22350 17650 60 0000 C CNN + 1 22350 18000 + 1 0 0 -1 +$EndComp +$Comp +L XI_CAP U? +U 1 1 4B30FCBD +P 38550 14950 +F 0 "U?" H 38550 14700 60 0000 C CNN +F 1 "XI_CAP" H 38550 14600 60 0000 C CNN + 1 38550 14950 + 1 0 0 -1 +$EndComp +$Comp +L LAMBDA_CAP U? +U 1 1 4B30FCAE +P 1800 15000 +F 0 "U?" H 1800 14750 60 0000 C CNN +F 1 "LAMBDA_CAP" H 1800 14650 60 0000 C CNN + 1 1800 15000 + 1 0 0 -1 +$EndComp +$Comp +L THETA_CAP U? +U 1 1 4B30FC0C +P 25150 12000 +F 0 "U?" H 25150 11750 60 0000 C CNN +F 1 "THETA_CAP" H 25150 11650 60 0000 C CNN + 1 25150 12000 + 1 0 0 -1 +$EndComp +$Comp +L DELTA_CAP U? +U 1 1 4B30FBFF +P 950 9000 +F 0 "U?" H 950 8750 60 0000 C CNN +F 1 "DELTA_CAP" H 950 8650 60 0000 C CNN + 1 950 9000 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_CAP U? +U 1 1 4B30FBF3 +P 22650 6000 +F 0 "U?" H 22650 5750 60 0000 C CNN +F 1 "GAMMA_CAP" H 22650 5650 60 0000 C CNN + 1 22650 6000 + 1 0 0 -1 +$EndComp +$Comp +L S_LONG_SMALL U? +U 1 1 4B2FF6D0 +P 9000 22500 +F 0 "U?" H 9000 22250 60 0000 C CNN +F 1 "S_LONG_SMALL" H 9000 22150 60 0000 C CNN + 1 9000 22500 + 1 0 0 -1 +$EndComp +$Comp +L ENG_SMALL U? +U 1 1 4B2FEDC3 +P 29800 16500 +F 0 "U?" H 29800 16250 60 0000 C CNN +F 1 "ENG_SMALL" H 29800 16150 60 0000 C CNN + 1 29800 16500 + 1 0 0 -1 +$EndComp +$Comp +L ENG_CAP U? +U 1 1 4B2FEDB9 +P 30050 15000 +F 0 "U?" H 30050 14750 60 0000 C CNN +F 1 "ENG_CAP" H 30050 14650 60 0000 C CNN + 1 30050 15000 + 1 0 0 -1 +$EndComp +$Comp +L K_SMALLCAP U? +U 1 1 4B2FEB9B +P 39950 13500 +F 0 "U?" H 39950 13250 60 0000 C CNN +F 1 "K_SMALLCAP" H 39950 13150 60 0000 C CNN + 1 39950 13500 + 1 0 0 -1 +$EndComp +$Comp +L H_CAP_STROKE U? +U 1 1 4B2FEA6A +P 13650 12000 +F 0 "U?" H 13650 11750 60 0000 C CNN +F 1 "H_CAP_STROKE" H 13650 11650 60 0000 C CNN + 1 13650 12000 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_MIDDOT U? +U 1 1 4B2FE870 +P 2000 16500 +F 0 "U?" H 2000 16250 60 0000 C CNN +F 1 "L_SMALL_MIDDOT" H 2000 16150 60 0000 C CNN + 1 2000 16500 + 1 0 0 -1 +$EndComp +$Comp +L BREVE U? +U 1 1 4B2FDD03 +P 8300 30000 +F 0 "U?" H 8300 29750 60 0000 C CNN +F 1 "BREVE" H 8300 29650 60 0000 C CNN + 1 8300 30000 + 1 0 0 -1 +$EndComp +$Comp +L G_SMALL U? +U 1 1 4B2FDCF7 +P 8300 30000 +F 0 "U?" H 8300 29750 60 0000 C CNN +F 1 "G_SMALL" H 8300 29650 60 0000 C CNN + 1 8300 30000 + 1 0 0 -1 +$EndComp +$Comp +L CARON U? +U 1 1 4B2FDCCB +P 7450 30000 +F 0 "U?" H 7450 29750 60 0000 C CNN +F 1 "CARON" H 7450 29650 60 0000 C CNN + 1 7450 30000 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B2FDCC4 +P 7450 30000 +F 0 "U?" H 7450 29750 60 0000 C CNN +F 1 "C_SMALL" H 7450 29650 60 0000 C CNN + 1 7450 30000 + 1 0 0 -1 +$EndComp +$Comp +L OGONEK U? +U 1 1 4B2FDB5A +P 10000 31500 +F 0 "U?" H 10000 31250 60 0000 C CNN +F 1 "OGONEK" H 10000 31150 60 0000 C CNN + 1 10000 31500 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2FDB46 +P 10000 31500 +F 0 "U?" H 10000 31250 60 0000 C CNN +F 1 "E_SMALL" H 10000 31150 60 0000 C CNN + 1 10000 31500 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_STROKE U? +U 1 1 4B2FCFB5 +P 1950 19500 +F 0 "U?" H 1950 19250 60 0000 C CNN +F 1 "O_SMALL_STROKE" H 1950 19150 60 0000 C CNN + 1 1950 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_CAP_STROKE U? +U 1 1 4B2FCFAB +P 2200 18000 +F 0 "U?" H 2200 17750 60 0000 C CNN +F 1 "O_CAP_STROKE" H 2200 17650 60 0000 C CNN + 1 2200 18000 + 1 0 0 -1 +$EndComp +$Comp +L PI_SMALL U? +U 1 1 4B2FA49D +P 22400 19500 +F 0 "U?" H 22400 19250 60 0000 C CNN +F 1 "PI_SMALL" H 22400 19150 60 0000 C CNN + 1 22400 19500 + 1 0 0 -1 +$EndComp +$Comp +L MU_SMALL U? +U 1 1 4B2FA03E +P 20250 16500 +F 0 "U?" H 20250 16250 60 0000 C CNN +F 1 "MU_SMALL" H 20250 16150 60 0000 C CNN + 1 20250 16500 + 1 0 0 -1 +$EndComp +$Comp +L SECTION U? +U 1 1 4B2F9C1F +P 22900 4500 +F 0 "U?" H 22900 4250 60 0000 C CNN +F 1 "SECTION" H 22900 4150 60 0000 C CNN + 1 22900 4500 + 1 0 0 -1 +$EndComp +$Comp +L A_TINY U? +U 1 1 4B2F9040 +P 6600 7500 +F 0 "U?" H 6600 7250 60 0000 C CNN +F 1 "A_TINY" H 6600 7150 60 0000 C CNN + 1 6600 7500 + 1 0 0 -1 +$EndComp +$Comp +L O_TINY U? +U 1 1 4B2F903B +P 15250 19500 +F 0 "U?" H 15250 19250 60 0000 C CNN +F 1 "O_TINY" H 15250 19150 60 0000 C CNN + 1 15250 19500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_3_SMALL U? +U 1 1 4B2F8F1B +P 3300 4500 +F 0 "U?" H 3300 4250 60 0000 C CNN +F 1 "DIGIT_3_SMALL" H 3300 4150 60 0000 C CNN + 1 3300 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_2_SMALL U? +U 1 1 4B2F8F13 +P 2500 4500 +F 0 "U?" H 2500 4250 60 0000 C CNN +F 1 "DIGIT_2_SMALL" H 2500 4150 60 0000 C CNN + 1 2500 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_1_SMALL U? +U 1 1 4B2F8F0C +P 1700 4500 +F 0 "U?" H 1700 4250 60 0000 C CNN +F 1 "DIGIT_1_SMALL" H 1700 4150 60 0000 C CNN + 1 1700 4500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_0_SMALL U? +U 1 1 4B2F8F03 +P 900 4500 +F 0 "U?" H 900 4250 60 0000 C CNN +F 1 "DIGIT_0_SUP" H 900 4150 60 0000 C CNN + 1 900 4500 + 1 0 0 -1 +$EndComp +$Comp +L MACRON U? +U 1 1 4B2F88C4 +P 6500 30000 +F 0 "U?" H 6500 29750 60 0000 C CNN +F 1 "MACRON" H 6500 29650 60 0000 C CNN + 1 6500 30000 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B2F88A1 +P 6500 30000 +F 0 "U?" H 6500 29750 60 0000 C CNN +F 1 "O_SMALL" H 6500 29650 60 0000 C CNN + 1 6500 30000 + 1 0 0 -1 +$EndComp +$Comp +L GUILLEMET_DBL U? +U 1 1 4B2F875F +P 25950 4500 +F 0 "U?" H 25950 4250 60 0000 C CNN +F 1 "GUILLEMET_DBL" H 25950 4150 60 0000 C CNN + 1 25950 4500 + 1 0 0 -1 +$EndComp +$Comp +L YEN U? +U 1 1 4B2F833A +P 24850 4500 +F 0 "U?" H 24850 4250 60 0000 C CNN +F 1 "YEN" H 24850 4150 60 0000 C CNN + 1 24850 4500 + 1 0 0 -1 +$EndComp +$Comp +L POUND U? +U 1 1 4B2F8139 +P 21850 4500 +F 0 "U?" H 21850 4250 60 0000 C CNN +F 1 "POUND" H 21850 4150 60 0000 C CNN + 1 21850 4500 + 1 0 0 -1 +$EndComp +$Comp +L THORN_SMALL U? +U 1 1 4B2F7DE3 +P 30550 19500 +F 0 "U?" H 30550 19250 60 0000 C CNN +F 1 "THORN_SMALL" H 30550 19150 60 0000 C CNN + 1 30550 19500 + 1 0 0 -1 +$EndComp +$Comp +L THORN_CAP U? +U 1 1 4B2F7DDA +P 27650 18000 +F 0 "U?" H 27650 17750 60 0000 C CNN +F 1 "THORN_CAP" H 27650 17650 60 0000 C CNN + 1 27650 18000 + 1 0 0 -1 +$EndComp +$Comp +L ETH_SMALL U? +U 1 1 4B2F7DCF +P 2850 10500 +F 0 "U?" H 2850 10250 60 0000 C CNN +F 1 "ETH_SMALL" H 2850 10150 60 0000 C CNN + 1 2850 10500 + 1 0 0 -1 +$EndComp +$Comp +L ESZETT U? +U 1 1 4B2F7DA4 +P 9950 22500 +F 0 "U?" H 9950 22250 60 0000 C CNN +F 1 "ESZETT" H 9950 22150 60 0000 C CNN + 1 9950 22500 + 1 0 0 -1 +$EndComp +$Comp +L CEDILLA U? +U 1 1 4B2F7AA6 +P 7250 31500 +F 0 "U?" H 7250 31250 60 0000 C CNN +F 1 "CEDILLA" H 7250 31150 60 0000 C CNN + 1 7250 31500 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B2F7A97 +P 7250 31500 +F 0 "U?" H 7250 31250 60 0000 C CNN +F 1 "C_SMALL" H 7250 31150 60 0000 C CNN + 1 7250 31500 + 1 0 0 -1 +$EndComp +$Comp +L AE_SMALL U? +U 1 1 4B2F7684 +P 3200 7500 +F 0 "U?" H 3200 7250 60 0000 C CNN +F 1 "AE_SMALL" H 3200 7150 60 0000 C CNN + 1 3200 7500 + 1 0 0 -1 +$EndComp +$Comp +L AE_CAP U? +U 1 1 4B2F767A +P 2000 6000 +F 0 "U?" H 2000 5750 60 0000 C CNN +F 1 "AE_CAP" H 2000 5650 60 0000 C CNN + 1 2000 6000 + 1 0 0 -1 +$EndComp +$Comp +L DIAERESIS U? +U 1 1 4B2F6F29 +P 2750 30000 +F 0 "U?" H 2750 29750 60 0000 C CNN +F 1 "DIAERESIS" H 2750 29650 60 0000 C CNN + 1 2750 30000 + 1 0 0 -1 +$EndComp +$Comp +L TILDE U? +U 1 1 4B2F6574 +P 5500 30000 +F 0 "U?" H 5500 29750 60 0000 C CNN +F 1 "TILDE" H 5500 29650 60 0000 C CNN + 1 5500 30000 + 1 0 0 -1 +$EndComp +$Comp +L N_SMALL U? +U 1 1 4B2F656C +P 5500 30000 +F 0 "U?" H 5500 29750 60 0000 C CNN +F 1 "N_SMALL" H 5500 29650 60 0000 C CNN + 1 5500 30000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX U? +U 1 1 4B2F654D +P 3650 30000 +F 0 "U?" H 3650 29750 60 0000 C CNN +F 1 "CIRCUMFLEX" H 3650 29650 60 0000 C CNN + 1 3650 30000 + 1 0 0 -1 +$EndComp +$Comp +L RING U? +U 1 1 4B2F647B +P 4550 30000 +F 0 "U?" H 4550 29750 60 0000 C CNN +F 1 "RING" H 4550 29650 60 0000 C CNN + 1 4550 30000 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B2F645D +P 4550 30000 +F 0 "U?" H 4550 29750 60 0000 C CNN +F 1 "A_SMALL" H 4550 29650 60 0000 C CNN + 1 4550 30000 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F644A +P 3650 30000 +F 0 "U?" H 3650 29750 60 0000 C CNN +F 1 "E_SMALL" H 3650 29650 60 0000 C CNN + 1 3650 30000 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F643F +P 2750 30000 +F 0 "U?" H 2750 29750 60 0000 C CNN +F 1 "E_SMALL" H 2750 29650 60 0000 C CNN + 1 2750 30000 + 1 0 0 -1 +$EndComp +$Comp +L ACUTE U? +U 1 1 4B2F640F +P 1850 30000 +F 0 "U?" H 1850 29750 60 0000 C CNN +F 1 "ACUTE" H 1850 29650 60 0000 C CNN + 1 1850 30000 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F63F5 +P 1850 30000 +F 0 "U?" H 1850 29750 60 0000 C CNN +F 1 "E_SMALL" H 1850 29650 60 0000 C CNN + 1 1850 30000 + 1 0 0 -1 +$EndComp +$Comp +L GRAVE U? +U 1 1 4B2F63CB +P 950 30000 +F 0 "U?" H 950 29750 60 0000 C CNN +F 1 "GRAVE" H 950 29650 60 0000 C CNN + 1 950 30000 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F63C1 +P 950 30000 +F 0 "U?" H 950 29750 60 0000 C CNN +F 1 "E_SMALL" H 950 29650 60 0000 C CNN + 1 950 30000 + 1 0 0 -1 +$EndComp +$Comp +L Z_SMALL U? +U 1 1 4B2D551C +P 28650 25500 +F 0 "U?" H 28650 25250 60 0000 C CNN +F 1 "Z_SMALL" H 28650 25150 60 0000 C CNN + 1 28650 25500 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALL U? +U 1 1 4B2D54F5 +P 3750 25500 +F 0 "U?" H 3750 25250 60 0000 C CNN +F 1 "Y_SMALL" H 3750 25150 60 0000 C CNN + 1 3750 25500 + 1 0 0 -1 +$EndComp +$Comp +L X_SMALL U? +U 1 1 4B2D54ED +P 23200 25500 +F 0 "U?" H 23200 25250 60 0000 C CNN +F 1 "X_SMALL" H 23200 25150 60 0000 C CNN + 1 23200 25500 + 1 0 0 -1 +$EndComp +$Comp +L W_SMALL U? +U 1 1 4B2D54E6 +P 2800 25500 +F 0 "U?" H 2800 25250 60 0000 C CNN +F 1 "W_SMALL" H 2800 25150 60 0000 C CNN + 1 2800 25500 + 1 0 0 -1 +$EndComp +$Comp +L V_SMALL U? +U 1 1 4B2D54E0 +P 1850 25500 +F 0 "U?" H 1850 25250 60 0000 C CNN +F 1 "V_SMALL" H 1850 25150 60 0000 C CNN + 1 1850 25500 + 1 0 0 -1 +$EndComp +$Comp +L U_SMALL U? +U 1 1 4B2D529E +P 1000 25500 +F 0 "U?" H 1000 25250 60 0000 C CNN +F 1 "U_SMALL" H 1000 25150 60 0000 C CNN + 1 1000 25500 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL U? +U 1 1 4B2D5211 +P 18800 22500 +F 0 "U?" H 18800 22250 60 0000 C CNN +F 1 "T_SMALL" H 18800 22150 60 0000 C CNN + 1 18800 22500 + 1 0 0 -1 +$EndComp +$Comp +L S_SMALL U? +U 1 1 4B2D5169 +P 8300 22500 +F 0 "U?" H 8300 22250 60 0000 C CNN +F 1 "S_SMALL" H 8300 22150 60 0000 C CNN + 1 8300 22500 + 1 0 0 -1 +$EndComp +$Comp +L R_SMALL U? +U 1 1 4B2D4FA4 +P 31350 19500 +F 0 "U?" H 31350 19250 60 0000 C CNN +F 1 "R_SMALL" H 31350 19150 60 0000 C CNN + 1 31350 19500 + 1 0 0 -1 +$EndComp +$Comp +L Q_SMALL U? +U 1 1 4B2D4F9E +P 950 22500 +F 0 "U?" H 950 22250 60 0000 C CNN +F 1 "Q_SMALL" H 950 22150 60 0000 C CNN + 1 950 22500 + 1 0 0 -1 +$EndComp +$Comp +L P_SMALL U? +U 1 1 4B2D4EF9 +P 26550 19500 +F 0 "U?" H 26550 19250 60 0000 C CNN +F 1 "P_SMALL" H 26550 19150 60 0000 C CNN + 1 26550 19500 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B2D4EF4 +P 1000 19500 +F 0 "U?" H 1000 19250 60 0000 C CNN +F 1 "O_SMALL" H 1000 19150 60 0000 C CNN + 1 1000 19500 + 1 0 0 -1 +$EndComp +$Comp +L N_SMALL U? +U 1 1 4B2D4EEE +P 28850 16500 +F 0 "U?" H 28850 16250 60 0000 C CNN +F 1 "N_SMALL" H 28850 16150 60 0000 C CNN + 1 28850 16500 + 1 0 0 -1 +$EndComp +$Comp +L M_SMALL U? +U 1 1 4B2D4CFB +P 19050 16500 +F 0 "U?" H 19050 16250 60 0000 C CNN +F 1 "M_SMALL" H 19050 16150 60 0000 C CNN + 1 19050 16500 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL U? +U 1 1 4B2D4B57 +P 750 16500 +F 0 "U?" H 750 16250 60 0000 C CNN +F 1 "L_SMALL" H 750 16150 60 0000 C CNN + 1 750 16500 + 1 0 0 -1 +$EndComp +$Comp +L K_SMALL U? +U 1 1 4B2D4B51 +P 39100 13500 +F 0 "U?" H 39100 13250 60 0000 C CNN +F 1 "K_SMALL" H 39100 13150 60 0000 C CNN + 1 39100 13500 + 1 0 0 -1 +$EndComp +$Comp +L J_SMALL U? +U 1 1 4B2D4A3A +P 31800 13500 +F 0 "U?" H 31800 13250 60 0000 C CNN +F 1 "J_SMALL" H 31800 13150 60 0000 C CNN + 1 31800 13500 + 1 0 0 -1 +$EndComp +$Comp +L I_SMALL U? +U 1 1 4B2D4A31 +P 30750 13500 +F 0 "U?" H 30750 13250 60 0000 C CNN +F 1 "I_SMALL" H 30750 13150 60 0000 C CNN + 1 30750 13500 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALL U? +U 1 1 4B2D4971 +P 12500 13500 +F 0 "U?" H 12500 13250 60 0000 C CNN +F 1 "H_SMALL" H 12500 13150 60 0000 C CNN + 1 12500 13500 + 1 0 0 -1 +$EndComp +$Comp +L G_SMALL U? +U 1 1 4B2D4627 +P 27200 7500 +F 0 "U?" H 27200 7250 60 0000 C CNN +F 1 "G_SMALL" H 27200 7150 60 0000 C CNN + 1 27200 7500 + 1 0 0 -1 +$EndComp +$Comp +L F_SMALL U? +U 1 1 4B2D4525 +P 25750 7500 +F 0 "U?" H 25750 7250 60 0000 C CNN +F 1 "F_SMALL" H 25750 7150 60 0000 C CNN + 1 25750 7500 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2D4418 +P 24500 10500 +F 0 "U?" H 24500 10250 60 0000 C CNN +F 1 "E_SMALL" H 24500 10150 60 0000 C CNN + 1 24500 10500 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALL U? +U 1 1 4B2D435E +P 1900 10500 +F 0 "U?" H 1900 10250 60 0000 C CNN +F 1 "D_SMALL" H 1900 10150 60 0000 C CNN + 1 1900 10500 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B2D4353 +P 24200 7500 +F 0 "U?" H 24200 7250 60 0000 C CNN +F 1 "C_SMALL" H 24200 7150 60 0000 C CNN + 1 24200 7500 + 1 0 0 -1 +$EndComp +$Comp +L B_SMALL U? +U 1 1 4B2D434B +P 14400 7500 +F 0 "U?" H 14400 7250 60 0000 C CNN +F 1 "B_SMALL" H 14400 7150 60 0000 C CNN + 1 14400 7500 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B2D41F7 +P 950 7500 +F 0 "U?" H 950 7250 60 0000 C CNN +F 1 "A_SMALL" H 950 7150 60 0000 C CNN + 1 950 7500 + 1 0 0 -1 +$EndComp +$Comp +L AT U? +U 1 1 4B2D3E66 +P 34900 4500 +F 0 "U?" H 34900 4250 60 0000 C CNN +F 1 "AT" H 34900 4150 60 0000 C CNN + 1 34900 4500 + 1 0 0 -1 +$EndComp +$Comp +L AMPERSAND U? +U 1 1 4B2D38B3 +P 31500 4500 +F 0 "U?" H 31500 4250 60 0000 C CNN +F 1 "AMPERSAND" H 31500 4150 60 0000 C CNN + 1 31500 4500 + 1 0 0 -1 +$EndComp +$Comp +L BRACKET U? +U 1 1 4B2D32E4 +P 25350 3000 +F 0 "U?" H 25350 2750 60 0000 C CNN +F 1 "BRACKET" H 25350 2650 60 0000 C CNN + 1 25350 3000 + 1 0 0 -1 +$EndComp +$Comp +L BRACE U? +U 1 1 4B2D3140 +P 24650 3000 +F 0 "U?" H 24650 2750 60 0000 C CNN +F 1 "BRACE" H 24650 2650 60 0000 C CNN + 1 24650 3000 + 1 0 0 -1 +$EndComp +$Comp +L BACKSLASH U? +U 1 1 4B2D2FAF +P 29350 3000 +F 0 "U?" H 29350 2750 60 0000 C CNN +F 1 "BACKSLASH" H 29350 2650 60 0000 C CNN + 1 29350 3000 + 1 0 0 -1 +$EndComp +$Comp +L PAREN U? +U 1 1 4B2D2F71 +P 23950 3000 +F 0 "U?" H 23950 2750 60 0000 C CNN +F 1 "PAREN" H 23950 2650 60 0000 C CNN + 1 23950 3000 + 1 0 0 -1 +$EndComp +$Comp +L SLASH U? +U 1 1 4B2D2CD3 +P 19150 3000 +F 0 "U?" H 19150 2750 60 0000 C CNN +F 1 "SLASH" H 19150 2650 60 0000 C CNN + 1 19150 3000 + 1 0 0 -1 +$EndComp +$Comp +L QUOTE U? +U 1 1 4B2D2CC8 +P 18200 3000 +F 0 "U?" H 18200 2750 60 0000 C CNN +F 1 "QUOTE" H 18200 2650 60 0000 C CNN + 1 18200 3000 + 1 0 0 -1 +$EndComp +$Comp +L EXCLAM U? +U 1 1 4B2D2943 +P 17550 3000 +F 0 "U?" H 17550 2750 60 0000 C CNN +F 1 "EXCLAM" H 17550 2650 60 0000 C CNN + 1 17550 3000 + 1 0 0 -1 +$EndComp +$Comp +L APOSTROPHE U? +U 1 1 4B2D2932 +P 17050 3000 +F 0 "U?" H 17050 2750 60 0000 C CNN +F 1 "APOSTROPHE" H 17050 2650 60 0000 C CNN + 1 17050 3000 + 1 0 0 -1 +$EndComp +$Comp +L COLON U? +U 1 1 4B2D2727 +P 16550 3000 +F 0 "U?" H 16550 2750 60 0000 C CNN +F 1 "COLON" H 16550 2650 60 0000 C CNN + 1 16550 3000 + 1 0 0 -1 +$EndComp +$Comp +L SEMICOLON U? +U 1 1 4B2D271D +P 16050 3000 +F 0 "U?" H 16050 2750 60 0000 C CNN +F 1 "SEMICOLON" H 16050 2650 60 0000 C CNN + 1 16050 3000 + 1 0 0 -1 +$EndComp +$Comp +L FULL_STOP U? +U 1 1 4B2D2713 +P 15550 3000 +F 0 "U?" H 15550 2750 60 0000 C CNN +F 1 "FULL_STOP" H 15550 2650 60 0000 C CNN + 1 15550 3000 + 1 0 0 -1 +$EndComp +$Comp +L COMMA U? +U 1 1 4B2D2709 +P 15050 3000 +F 0 "U?" H 15050 2750 60 0000 C CNN +F 1 "COMMA" H 15050 2650 60 0000 C CNN + 1 15050 3000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE U? +U 1 1 4B2D197B +P 11800 3000 +F 0 "U?" H 11800 3050 60 0000 C CNN +F 1 "SPACE" H 11800 2950 60 0000 C CNN + 1 11800 3000 + 1 0 0 -1 +$EndComp +$Comp +L Z_CAP U? +U 1 1 4B2D17DA +P 28700 24000 +F 0 "U?" H 28700 23750 60 0000 C CNN +F 1 "Z_CAP" H 28700 23650 60 0000 C CNN + 1 28700 24000 + 1 0 0 -1 +$EndComp +$Comp +L Y_CAP U? +U 1 1 4B2D17CC +P 4150 24000 +F 0 "U?" H 4150 23750 60 0000 C CNN +F 1 "Y_CAP" H 4150 23650 60 0000 C CNN + 1 4150 24000 + 1 0 0 -1 +$EndComp +$Comp +L X_CAP U? +U 1 1 4B2D17B1 +P 23250 24000 +F 0 "U?" H 23250 23750 60 0000 C CNN +F 1 "X_CAP" H 23250 23650 60 0000 C CNN + 1 23250 24000 + 1 0 0 -1 +$EndComp +$Comp +L W_CAP U? +U 1 1 4B2D17AA +P 3100 24000 +F 0 "U?" H 3100 23750 60 0000 C CNN +F 1 "W_CAP" H 3100 23650 60 0000 C CNN + 1 3100 24000 + 1 0 0 -1 +$EndComp +$Comp +L V_CAP U? +U 1 1 4B2D1643 +P 2050 24000 +F 0 "U?" H 2050 23750 60 0000 C CNN +F 1 "V_CAP" H 2050 23650 60 0000 C CNN + 1 2050 24000 + 1 0 0 -1 +$EndComp +$Comp +L U_CAP U? +U 1 1 4B2D1638 +P 1050 24000 +F 0 "U?" H 1050 23750 60 0000 C CNN +F 1 "U_CAP" H 1050 23650 60 0000 C CNN + 1 1050 24000 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP U? +U 1 1 4B2D160C +P 18950 21000 +F 0 "U?" H 18950 20750 60 0000 C CNN +F 1 "T_CAP" H 18950 20650 60 0000 C CNN + 1 18950 21000 + 1 0 0 -1 +$EndComp +$Comp +L S_CAP U? +U 1 1 4B2D14C4 +P 7450 21000 +F 0 "U?" H 7450 20750 60 0000 C CNN +F 1 "S_CAP" H 7450 20650 60 0000 C CNN + 1 7450 21000 + 1 0 0 -1 +$EndComp +$Comp +L R_CAP U? +U 1 1 4B2D12B5 +P 28700 18000 +F 0 "U?" H 28700 17750 60 0000 C CNN +F 1 "R_CAP" H 28700 17650 60 0000 C CNN + 1 28700 18000 + 1 0 0 -1 +$EndComp +$Comp +L Q_CAP U? +U 1 1 4B2D12A6 +P 1050 21000 +F 0 "U?" H 1050 20750 60 0000 C CNN +F 1 "Q_CAP" H 1050 20650 60 0000 C CNN + 1 1050 21000 + 1 0 0 -1 +$EndComp +$Comp +L P_CAP U? +U 1 1 4B2D129F +P 26600 18000 +F 0 "U?" H 26600 17750 60 0000 C CNN +F 1 "P_CAP" H 26600 17650 60 0000 C CNN + 1 26600 18000 + 1 0 0 -1 +$EndComp +$Comp +L O_CAP U? +U 1 1 4B2D1295 +P 1100 18000 +F 0 "U?" H 1100 17750 60 0000 C CNN +F 1 "O_CAP" H 1100 17650 60 0000 C CNN + 1 1100 18000 + 1 0 0 -1 +$EndComp +$Comp +L N_CAP U? +U 1 1 4B2D128D +P 28950 15000 +F 0 "U?" H 28950 14750 60 0000 C CNN +F 1 "N_CAP" H 28950 14650 60 0000 C CNN + 1 28950 15000 + 1 0 0 -1 +$EndComp +$Comp +L M_CAP U? +U 1 1 4B2D0DC8 +P 18950 15000 +F 0 "U?" H 18950 14750 60 0000 C CNN +F 1 "M_CAP" H 18950 14650 60 0000 C CNN + 1 18950 15000 + 1 0 0 -1 +$EndComp +$Comp +L L_CAP U? +U 1 1 4B2D0DC0 +P 1000 15000 +F 0 "U?" H 1000 14750 60 0000 C CNN +F 1 "L_CAP" H 1000 14650 60 0000 C CNN + 1 1000 15000 + 1 0 0 -1 +$EndComp +$Comp +L K_CAP U? +U 1 1 4B2D0DB7 +P 39200 12000 +F 0 "U?" H 39200 11750 60 0000 C CNN +F 1 "K_CAP" H 39200 11650 60 0000 C CNN + 1 39200 12000 + 1 0 0 -1 +$EndComp +$Comp +L J_CAP U? +U 1 1 4B2D09CA +P 31400 12000 +F 0 "U?" H 31400 11750 60 0000 C CNN +F 1 "J_CAP" H 31400 11650 60 0000 C CNN + 1 31400 12000 + 1 0 0 -1 +$EndComp +$Comp +L I_CAP U? +U 1 1 4B2D09C2 +P 30750 12000 +F 0 "U?" H 30750 11750 60 0000 C CNN +F 1 "I_CAP" H 30750 11650 60 0000 C CNN + 1 30750 12000 + 1 0 0 -1 +$EndComp +$Comp +L H_CAP U? +U 1 1 4B2D0897 +P 12550 12000 +F 0 "U?" H 12550 11750 60 0000 C CNN +F 1 "H_CAP" H 12550 11650 60 0000 C CNN + 1 12550 12000 + 1 0 0 -1 +$EndComp +$Comp +L G_CAP U? +U 1 1 4B2D0789 +P 26600 6000 +F 0 "U?" H 26600 5750 60 0000 C CNN +F 1 "G_CAP" H 26600 5650 60 0000 C CNN + 1 26600 6000 + 1 0 0 -1 +$EndComp +$Comp +L F_CAP U? +U 1 1 4B2D05A7 +P 25600 6000 +F 0 "U?" H 25600 5750 60 0000 C CNN +F 1 "F_CAP" H 25600 5650 60 0000 C CNN + 1 25600 6000 + 1 0 0 -1 +$EndComp +$Comp +L E_CAP U? +U 1 1 4B2D0598 +P 21600 9000 +F 0 "U?" H 21600 8750 60 0000 C CNN +F 1 "E_CAP" H 21600 8650 60 0000 C CNN + 1 21600 9000 + 1 0 0 -1 +$EndComp +$Comp +L D_CAP U? +U 1 1 4B2D0440 +P 1950 9000 +F 0 "U?" H 1950 8750 60 0000 C CNN +F 1 "D_CAP" H 1950 8650 60 0000 C CNN + 1 1950 9000 + 1 0 0 -1 +$EndComp +$Comp +L C_CAP U? +U 1 1 4B2D016F +P 23650 6000 +F 0 "U?" H 23650 5750 60 0000 C CNN +F 1 "C_CAP" H 23650 5650 60 0000 C CNN + 1 23650 6000 + 1 0 0 -1 +$EndComp +$Comp +L B_CAP U? +U 1 1 4B2D0053 +P 15600 6000 +F 0 "U?" H 15600 5750 60 0000 C CNN +F 1 "B_CAP" H 15600 5650 60 0000 C CNN + 1 15600 6000 + 1 0 0 -1 +$EndComp +$Comp +L A_CAP U? +U 1 1 4B2CFDB5 +P 950 6000 +F 0 "U?" H 950 5700 60 0000 C CNN +F 1 "A_CAP" H 950 5600 60 0000 C CNN + 1 950 6000 + 1 0 0 -1 +$EndComp +$Comp +L QUESTION U? +U 1 1 4B2CF927 +P 10950 3000 +F 0 "U?" H 10950 2750 60 0000 C CNN +F 1 "QUESTION" H 10950 2650 60 0000 C CNN + 1 10950 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_9 U? +U 1 1 4B2CEF90 +P 10000 3000 +F 0 "U?" H 10000 2750 60 0000 C CNN +F 1 "DIGIT_9" H 10000 2650 60 0000 C CNN + 1 10000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_8 U? +U 1 1 4B2CEF67 +P 9000 3000 +F 0 "U?" H 9000 2750 60 0000 C CNN +F 1 "DIGIT_8" H 9000 2650 60 0000 C CNN + 1 9000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_7 U? +U 1 1 4B2CEF56 +P 8000 3000 +F 0 "U?" H 8000 2750 60 0000 C CNN +F 1 "DIGIT_7" H 8000 2650 60 0000 C CNN + 1 8000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_6 U? +U 1 1 4B2CEF43 +P 7000 3000 +F 0 "U?" H 7000 2750 60 0000 C CNN +F 1 "DIGIT_6" H 7000 2650 60 0000 C CNN + 1 7000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_5 U? +U 1 1 4B2CEF2D +P 6000 3000 +F 0 "U?" H 6000 2750 60 0000 C CNN +F 1 "DIGIT_5" H 6000 2650 60 0000 C CNN + 1 6000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_4 U? +U 1 1 4B2CEF1F +P 5000 3000 +F 0 "U?" H 5000 2750 60 0000 C CNN +F 1 "DIGIT_4" H 5000 2650 60 0000 C CNN + 1 5000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_3 U? +U 1 1 4B2CEEFB +P 4000 3000 +F 0 "U?" H 4000 2750 60 0000 C CNN +F 1 "DIGIT_3" H 4000 2650 60 0000 C CNN + 1 4000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_2 U? +U 1 1 4B2CEED7 +P 3000 3000 +F 0 "U?" H 3000 2750 60 0000 C CNN +F 1 "DIGIT_2" H 3000 2650 60 0000 C CNN + 1 3000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_1 U? +U 1 1 4B2CEEC5 +P 2000 3000 +F 0 "U?" H 2000 2750 60 0000 C CNN +F 1 "DIGIT_1" H 2000 2650 60 0000 C CNN + 1 2000 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_0 U? +U 1 1 4B2CEEA2 +P 1000 3000 +F 0 "U?" H 1000 2750 60 0000 C CNN +F 1 "DIGIT_0" H 1000 2650 60 0000 C CNN + 1 1000 3000 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/helpers/tools_to_build_newstroke-font/font_draft.sch b/helpers/tools_to_build_newstroke-font/font_draft.sch new file mode 100644 index 0000000..9951a03 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font_draft.sch @@ -0,0 +1,2213 @@ +EESchema Schematic File Version 2 date Срд 23 Дек 2009 13:10:18 +LIBS:font +LIBS:power +LIBS:font-cache +EELAYER 24 0 +EELAYER END +$Descr A1 33070 23400 +Sheet 1 1 +Title "" +Date "19 dec 2009" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L KAPPA_SMALL_SCRIPT U? +U 1 1 4B321655 +P 10800 20900 +F 0 "U?" H 10800 20650 60 0000 C CNN +F 1 "KAPPA_SMALL_SCRIPT" H 10800 20550 60 0000 C CNN + 1 10800 20900 + 1 0 0 -1 +$EndComp +$Comp +L RHO_SMALL_TAIL U? +U 1 1 4B3213EB +P 17500 20900 +F 0 "U?" H 17500 20650 60 0000 C CNN +F 1 "RHO_SMALL_TAIL" H 17500 20550 60 0000 C CNN + 1 17500 20900 + 1 0 0 -1 +$EndComp +$Comp +L MIDDOT_SMALL U? +U 1 1 4B3211C7 +P 25950 12850 +F 0 "U?" H 25950 12600 60 0000 C CNN +F 1 "MIDDOT_SMALL" H 25950 12500 60 0000 C CNN + 1 25950 12850 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B32119F +P 25950 12850 +F 0 "U?" H 25950 12600 60 0000 C CNN +F 1 "C_SMALL" H 25950 12500 60 0000 C CNN + 1 25950 12850 + 1 0 0 -1 +$EndComp +$Comp +L C_CAP U? +U 1 1 4B32118F +P 25000 12850 +F 0 "U?" H 25000 12600 60 0000 C CNN +F 1 "C_CAP" H 25000 12500 60 0000 C CNN + 1 25000 12850 + 1 0 0 -1 +$EndComp +$Comp +L THETA_SMALL_SCRIPT U? +U 1 1 4B320EB2 +P 9350 20900 +F 0 "U?" H 9350 20650 60 0000 C CNN +F 1 "THETA_SMALL_SCRIPT" H 9350 20550 60 0000 C CNN + 1 9350 20900 + 1 0 0 -1 +$EndComp +$Comp +L BETA_SMALL_CURLED U? +U 1 1 4B320DDB +P 3000 20900 +F 0 "U?" H 3000 20650 60 0000 C CNN +F 1 "BETA_SMALL_CURLED" H 3000 20550 60 0000 C CNN + 1 3000 20900 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_PI_SMALL U? +U 1 1 4B320C4D +P 27700 20900 +F 0 "U?" H 27700 20650 60 0000 C CNN +F 1 "OMEGA_PI_SMALL" H 27700 20550 60 0000 C CNN + 1 27700 20900 + 1 0 0 -1 +$EndComp +$Comp +L PHI_SMALL_VAR U? +U 1 1 4B320C07 +P 23500 20900 +F 0 "U?" H 23500 20650 60 0000 C CNN +F 1 "PHI_SMALL_VAR" H 23500 20550 60 0000 C CNN + 1 23500 20900 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_SMALL U? +U 1 1 4B320827 +P 26550 20900 +F 0 "U?" H 26550 20650 60 0000 C CNN +F 1 "OMEGA_SMALL" H 26550 20550 60 0000 C CNN + 1 26550 20900 + 1 0 0 -1 +$EndComp +$Comp +L PSI_SMALL U? +U 1 1 4B32078C +P 25450 20900 +F 0 "U?" H 25450 20650 60 0000 C CNN +F 1 "PSI_SMALL" H 25450 20550 60 0000 C CNN + 1 25450 20900 + 1 0 0 -1 +$EndComp +$Comp +L CHI_SMALL U? +U 1 1 4B320751 +P 24500 20900 +F 0 "U?" H 24500 20650 60 0000 C CNN +F 1 "CHI_SMALL" H 24500 20550 60 0000 C CNN + 1 24500 20900 + 1 0 0 -1 +$EndComp +$Comp +L PHI_SMALL U? +U 1 1 4B3206BF +P 22400 20900 +F 0 "U?" H 22400 20650 60 0000 C CNN +F 1 "PHI_SMALL" H 22400 20550 60 0000 C CNN + 1 22400 20900 + 1 0 0 -1 +$EndComp +$Comp +L UPSILON_SMALL U? +U 1 1 4B3205E2 +P 21400 20900 +F 0 "U?" H 21400 20650 60 0000 C CNN +F 1 "UPSILON_SMALL" H 21400 20550 60 0000 C CNN + 1 21400 20900 + 1 0 0 -1 +$EndComp +$Comp +L TAU_SMALL U? +U 1 1 4B3202CC +P 20400 20900 +F 0 "U?" H 20400 20650 60 0000 C CNN +F 1 "TAU_SMALL" H 20400 20550 60 0000 C CNN + 1 20400 20900 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_SMALL U? +U 1 1 4B31FE4E +P 19400 20900 +F 0 "U?" H 19400 20650 60 0000 C CNN +F 1 "SIGMA_SMALL" H 19400 20550 60 0000 C CNN + 1 19400 20900 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_SMALL_FINAL U? +U 1 1 4B31FCE5 +P 18500 20900 +F 0 "U?" H 18500 20650 60 0000 C CNN +F 1 "SIGMA_SMALL_FINAL" H 18500 20550 60 0000 C CNN + 1 18500 20900 + 1 0 0 -1 +$EndComp +$Comp +L RHO_SMALL U? +U 1 1 4B31FAA4 +P 16500 20900 +F 0 "U?" H 16500 20650 60 0000 C CNN +F 1 "RHO_SMALL" H 16500 20550 60 0000 C CNN + 1 16500 20900 + 1 0 0 -1 +$EndComp +$Comp +L XI_SMALL U? +U 1 1 4B31F7D5 +P 14450 20900 +F 0 "U?" H 14450 20650 60 0000 C CNN +F 1 "XI_SMALL" H 14450 20550 60 0000 C CNN + 1 14450 20900 + 1 0 0 -1 +$EndComp +$Comp +L NU_SMALL U? +U 1 1 4B31F6F2 +P 13500 20900 +F 0 "U?" H 13500 20650 60 0000 C CNN +F 1 "NU_SMALL" H 13500 20550 60 0000 C CNN + 1 13500 20900 + 1 0 0 -1 +$EndComp +$Comp +L DIAERESIS_ACUTE U? +U 1 1 4B31F611 +P 23850 12850 +F 0 "U?" H 23850 12600 60 0000 C CNN +F 1 "DIAERESIS_ACUTE" H 23850 12500 60 0000 C CNN + 1 23850 12850 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B31F5FE +P 23850 12850 +F 0 "U?" H 23850 12600 60 0000 C CNN +F 1 "ALPHA_SMALL" H 23850 12500 60 0000 C CNN + 1 23850 12850 + 1 0 0 -1 +$EndComp +$Comp +L LAMBDA_SMALL U? +U 1 1 4B310A91 +P 11600 20900 +F 0 "U?" H 11600 20650 60 0000 C CNN +F 1 "LAMBDA_SMALL" H 11600 20550 60 0000 C CNN + 1 11600 20900 + 1 0 0 -1 +$EndComp +$Comp +L THETA_SMALL U? +U 1 1 4B310A1A +P 8400 20900 +F 0 "U?" H 8400 20650 60 0000 C CNN +F 1 "THETA_SMALL" H 8400 20550 60 0000 C CNN + 1 8400 20900 + 1 0 0 -1 +$EndComp +$Comp +L IOTA_SMALL U? +U 1 1 4B310994 +P 10050 20900 +F 0 "U?" H 10050 20650 60 0000 C CNN +F 1 "IOTA_SMALL" H 10050 20550 60 0000 C CNN + 1 10050 20900 + 1 0 0 -1 +$EndComp +$Comp +L ETA_SMALL U? +U 1 1 4B31098B +P 7400 20900 +F 0 "U?" H 7400 20650 60 0000 C CNN +F 1 "ETA_SMALL" H 7400 20550 60 0000 C CNN + 1 7400 20900 + 1 0 0 -1 +$EndComp +$Comp +L ZETA_SMALL U? +U 1 1 4B31097D +P 6550 20900 +F 0 "U?" H 6550 20650 60 0000 C CNN +F 1 "ZETA_SMALL" H 6550 20550 60 0000 C CNN + 1 6550 20900 + 1 0 0 -1 +$EndComp +$Comp +L EPSILON_SMALL U? +U 1 1 4B310769 +P 5650 20900 +F 0 "U?" H 5650 20650 60 0000 C CNN +F 1 "EPSILON_SMALL" H 5650 20550 60 0000 C CNN + 1 5650 20900 + 1 0 0 -1 +$EndComp +$Comp +L DELTA_SMALL U? +U 1 1 4B310761 +P 4750 20900 +F 0 "U?" H 4750 20650 60 0000 C CNN +F 1 "DELTA_SMALL" H 4750 20550 60 0000 C CNN + 1 4750 20900 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_SMALL U? +U 1 1 4B310549 +P 3850 20900 +F 0 "U?" H 3850 20650 60 0000 C CNN +F 1 "GAMMA_SMALL" H 3850 20550 60 0000 C CNN + 1 3850 20900 + 1 0 0 -1 +$EndComp +$Comp +L BETA_SMALL U? +U 1 1 4B310541 +P 2050 20900 +F 0 "U?" H 2050 20650 60 0000 C CNN +F 1 "BETA_SMALL" H 2050 20550 60 0000 C CNN + 1 2050 20900 + 1 0 0 -1 +$EndComp +$Comp +L ALPHA_SMALL U? +U 1 1 4B310539 +P 1000 20900 +F 0 "U?" H 1000 20650 60 0000 C CNN +F 1 "ALPHA_SMALL" H 1000 20550 60 0000 C CNN + 1 1000 20900 + 1 0 0 -1 +$EndComp +$Comp +L OMEGA_CAP U? +U 1 1 4B310202 +P 29700 19100 +F 0 "U?" H 29700 18850 60 0000 C CNN +F 1 "OMEGA_CAP" H 29700 18750 60 0000 C CNN + 1 29700 19100 + 1 0 0 -1 +$EndComp +$Comp +L PSI_CAP U? +U 1 1 4B30FF79 +P 28550 19100 +F 0 "U?" H 28550 18850 60 0000 C CNN +F 1 "PSI_CAP" H 28550 18750 60 0000 C CNN + 1 28550 19100 + 1 0 0 -1 +$EndComp +$Comp +L PHI_CAP U? +U 1 1 4B30FE95 +P 27450 19100 +F 0 "U?" H 27450 18850 60 0000 C CNN +F 1 "PHI_CAP" H 27450 18750 60 0000 C CNN + 1 27450 19100 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_CAP U? +U 1 1 4B30FD63 +P 26450 19100 +F 0 "U?" H 26450 18850 60 0000 C CNN +F 1 "SIGMA_CAP" H 26450 18750 60 0000 C CNN + 1 26450 19100 + 1 0 0 -1 +$EndComp +$Comp +L PI_CAP U? +U 1 1 4B30FD55 +P 25400 19100 +F 0 "U?" H 25400 18850 60 0000 C CNN +F 1 "PI_CAP" H 25400 18750 60 0000 C CNN + 1 25400 19100 + 1 0 0 -1 +$EndComp +$Comp +L XI_CAP U? +U 1 1 4B30FCBD +P 24400 19100 +F 0 "U?" H 24400 18850 60 0000 C CNN +F 1 "XI_CAP" H 24400 18750 60 0000 C CNN + 1 24400 19100 + 1 0 0 -1 +$EndComp +$Comp +L LAMBDA_CAP U? +U 1 1 4B30FCAE +P 23450 19100 +F 0 "U?" H 23450 18850 60 0000 C CNN +F 1 "LAMBDA_CAP" H 23450 18750 60 0000 C CNN + 1 23450 19100 + 1 0 0 -1 +$EndComp +$Comp +L THETA_CAP U? +U 1 1 4B30FC0C +P 22400 19100 +F 0 "U?" H 22400 18850 60 0000 C CNN +F 1 "THETA_CAP" H 22400 18750 60 0000 C CNN + 1 22400 19100 + 1 0 0 -1 +$EndComp +$Comp +L DELTA_CAP U? +U 1 1 4B30FBFF +P 21350 19100 +F 0 "U?" H 21350 18850 60 0000 C CNN +F 1 "DELTA_CAP" H 21350 18750 60 0000 C CNN + 1 21350 19100 + 1 0 0 -1 +$EndComp +$Comp +L GAMMA_CAP U? +U 1 1 4B30FBF3 +P 20500 19100 +F 0 "U?" H 20500 18850 60 0000 C CNN +F 1 "GAMMA_CAP" H 20500 18750 60 0000 C CNN + 1 20500 19100 + 1 0 0 -1 +$EndComp +$Comp +L IJ_SMALL U? +U 1 1 4B2FFE49 +P 19750 19100 +F 0 "U?" H 19750 18850 60 0000 C CNN +F 1 "IJ_SMALL" H 19750 18750 60 0000 C CNN + 1 19750 19100 + 1 0 0 -1 +$EndComp +$Comp +L IJ_CAP U? +U 1 1 4B2FFE3D +P 18600 19100 +F 0 "U?" H 18600 18850 60 0000 C CNN +F 1 "IJ_CAP" H 18600 18750 60 0000 C CNN + 1 18600 19100 + 1 0 0 -1 +$EndComp +$Comp +L S_LONG_SMALL U? +U 1 1 4B2FF6D0 +P 17350 19100 +F 0 "U?" H 17350 18850 60 0000 C CNN +F 1 "S_LONG_SMALL" H 17350 18750 60 0000 C CNN + 1 17350 19100 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL_STROKE U? +U 1 1 4B2FF642 +P 16650 19100 +F 0 "U?" H 16650 18850 60 0000 C CNN +F 1 "T_SMALL_STROKE" H 16650 18750 60 0000 C CNN + 1 16650 19100 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP_STROKE U? +U 1 1 4B2FF638 +P 16000 19100 +F 0 "U?" H 16000 18850 60 0000 C CNN +F 1 "T_CAP_STROKE" H 16000 18750 60 0000 C CNN + 1 16000 19100 + 1 0 0 -1 +$EndComp +$Comp +L APOSTROPHE_N_SMALL U? +U 1 1 4B2FF491 +P 15100 19100 +F 0 "U?" H 15100 18850 60 0000 C CNN +F 1 "APOSTROPHE_N_SMALL" H 15100 18750 60 0000 C CNN + 1 15100 19100 + 1 0 0 -1 +$EndComp +$Comp +L ENG_SMALL U? +U 1 1 4B2FEDC3 +P 13950 19100 +F 0 "U?" H 13950 18850 60 0000 C CNN +F 1 "ENG_SMALL" H 13950 18750 60 0000 C CNN + 1 13950 19100 + 1 0 0 -1 +$EndComp +$Comp +L ENG_CAP U? +U 1 1 4B2FEDB9 +P 12950 19100 +F 0 "U?" H 12950 18850 60 0000 C CNN +F 1 "ENG_CAP" H 12950 18750 60 0000 C CNN + 1 12950 19100 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_STROKE U? +U 1 1 4B2FECFF +P 12050 19100 +F 0 "U?" H 12050 18850 60 0000 C CNN +F 1 "L_SMALL_STROKE" H 12050 18750 60 0000 C CNN + 1 12050 19100 + 1 0 0 -1 +$EndComp +$Comp +L L_CAP_STROKE U? +U 1 1 4B2FECF6 +P 11400 19100 +F 0 "U?" H 11400 18850 60 0000 C CNN +F 1 "L_CAP_STROKE" H 11400 18750 60 0000 C CNN + 1 11400 19100 + 1 0 0 -1 +$EndComp +$Comp +L K_SMALLCAP U? +U 1 1 4B2FEB9B +P 10450 19100 +F 0 "U?" H 10450 18850 60 0000 C CNN +F 1 "K_SMALLCAP" H 10450 18750 60 0000 C CNN + 1 10450 19100 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALL_STROKE U? +U 1 1 4B2FEA77 +P 9550 19100 +F 0 "U?" H 9550 18850 60 0000 C CNN +F 1 "H_SMALL_STROKE" H 9550 18750 60 0000 C CNN + 1 9550 19100 + 1 0 0 -1 +$EndComp +$Comp +L H_CAP_STROKE U? +U 1 1 4B2FEA6A +P 8400 19100 +F 0 "U?" H 8400 18850 60 0000 C CNN +F 1 "H_CAP_STROKE" H 8400 18750 60 0000 C CNN + 1 8400 19100 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_MIDDOT U? +U 1 1 4B2FE870 +P 7350 19100 +F 0 "U?" H 7350 18850 60 0000 C CNN +F 1 "L_SMALL_MIDDOT" H 7350 18750 60 0000 C CNN + 1 7350 19100 + 1 0 0 -1 +$EndComp +$Comp +L L_CAP_MIDDOT U? +U 1 1 4B2FE868 +P 6750 19100 +F 0 "U?" H 6750 18850 60 0000 C CNN +F 1 "L_CAP_MIDDOT" H 6750 18750 60 0000 C CNN + 1 6750 19100 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL_CARON U? +U 1 1 4B2FE827 +P 5800 19100 +F 0 "U?" H 5800 18850 60 0000 C CNN +F 1 "L_SMALL_CARON" H 5800 18750 60 0000 C CNN + 1 5800 19100 + 1 0 0 -1 +$EndComp +$Comp +L L_CAP_CARON U? +U 1 1 4B2FE7DA +P 5200 19100 +F 0 "U?" H 5200 18850 60 0000 C CNN +F 1 "L_CAP_CARON" H 5200 18750 60 0000 C CNN + 1 5200 19100 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALL_STROKE U? +U 1 1 4B2FE72E +P 4150 19100 +F 0 "U?" H 4150 18850 60 0000 C CNN +F 1 "D_SMALL_STROKE" H 4150 18750 60 0000 C CNN + 1 4150 19100 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALL_CARON U? +U 1 1 4B2FE710 +P 3000 19100 +F 0 "U?" H 3000 18850 60 0000 C CNN +F 1 "D_SMALL_CARON" H 3000 18750 60 0000 C CNN + 1 3000 19100 + 1 0 0 -1 +$EndComp +$Comp +L I_SMALL U? +U 1 1 4B2FE533 +P 23100 12850 +F 0 "U?" H 23100 12600 60 0000 C CNN +F 1 "I_SMALL" H 23100 12500 60 0000 C CNN + 1 23100 12850 + 1 0 0 -1 +$EndComp +$Comp +L DOT_ABOVE_CAP U? +U 1 1 4B2FE51E +P 22600 12850 +F 0 "U?" H 22600 12600 60 0000 C CNN +F 1 "DOT_ABOVE_CAP" H 22600 12500 60 0000 C CNN + 1 22600 12850 + 1 0 0 -1 +$EndComp +$Comp +L I_CAP U? +U 1 1 4B2FE50B +P 22600 12850 +F 0 "U?" H 22600 12600 60 0000 C CNN +F 1 "I_CAP" H 22600 12500 60 0000 C CNN + 1 22600 12850 + 1 0 0 -1 +$EndComp +$Comp +L OGONEK_A U? +U 1 1 4B2FE279 +P 21000 12850 +F 0 "U?" H 21000 12600 60 0000 C CNN +F 1 "OGONEK_A" H 21000 12500 60 0000 C CNN + 1 21000 12850 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B2FE25B +P 21900 12850 +F 0 "U?" H 21900 12600 60 0000 C CNN +F 1 "A_SMALL" H 21900 12500 60 0000 C CNN + 1 21900 12850 + 1 0 0 -1 +$EndComp +$Comp +L OGONEK_U U? +U 1 1 4B2FE225 +P 21900 12850 +F 0 "U?" H 21900 12600 60 0000 C CNN +F 1 "OGONEK_U" H 21900 12500 60 0000 C CNN + 1 21900 12850 + 1 0 0 -1 +$EndComp +$Comp +L A_CAP U? +U 1 1 4B2FE208 +P 21000 12850 +F 0 "U?" H 21000 12600 60 0000 C CNN +F 1 "A_CAP" H 21000 12500 60 0000 C CNN + 1 21000 12850 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_CAP U? +U 1 1 4B2FDD10 +P 19150 12850 +F 0 "U?" H 19150 12600 60 0000 C CNN +F 1 "BREVE_CAP" H 19150 12500 60 0000 C CNN + 1 19150 12850 + 1 0 0 -1 +$EndComp +$Comp +L BREVE U? +U 1 1 4B2FDD03 +P 20050 12850 +F 0 "U?" H 20050 12600 60 0000 C CNN +F 1 "BREVE" H 20050 12500 60 0000 C CNN + 1 20050 12850 + 1 0 0 -1 +$EndComp +$Comp +L G_SMALL U? +U 1 1 4B2FDCF7 +P 20050 12850 +F 0 "U?" H 20050 12600 60 0000 C CNN +F 1 "G_SMALL" H 20050 12500 60 0000 C CNN + 1 20050 12850 + 1 0 0 -1 +$EndComp +$Comp +L G_CAP U? +U 1 1 4B2FDCF0 +P 19150 12850 +F 0 "U?" H 19150 12600 60 0000 C CNN +F 1 "G_CAP" H 19150 12500 60 0000 C CNN + 1 19150 12850 + 1 0 0 -1 +$EndComp +$Comp +L CARON_CAP U? +U 1 1 4B2FDCD4 +P 17200 12850 +F 0 "U?" H 17200 12600 60 0000 C CNN +F 1 "CARON_CAP" H 17200 12500 60 0000 C CNN + 1 17200 12850 + 1 0 0 -1 +$EndComp +$Comp +L CARON U? +U 1 1 4B2FDCCB +P 18150 12850 +F 0 "U?" H 18150 12600 60 0000 C CNN +F 1 "CARON" H 18150 12500 60 0000 C CNN + 1 18150 12850 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B2FDCC4 +P 18150 12850 +F 0 "U?" H 18150 12600 60 0000 C CNN +F 1 "C_SMALL" H 18150 12500 60 0000 C CNN + 1 18150 12850 + 1 0 0 -1 +$EndComp +$Comp +L C_CAP U? +U 1 1 4B2FDCBB +P 17200 12850 +F 0 "U?" H 17200 12600 60 0000 C CNN +F 1 "C_CAP" H 17200 12500 60 0000 C CNN + 1 17200 12850 + 1 0 0 -1 +$EndComp +$Comp +L MIDDOT U? +U 1 1 4B2FDC51 +P 25000 12850 +F 0 "U?" H 25000 12600 60 0000 C CNN +F 1 "MIDDOT" H 25000 12500 60 0000 C CNN + 1 25000 12850 + 1 0 0 -1 +$EndComp +$Comp +L OGONEK U? +U 1 1 4B2FDB5A +P 16150 12850 +F 0 "U?" H 16150 12600 60 0000 C CNN +F 1 "OGONEK" H 16150 12500 60 0000 C CNN + 1 16150 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2FDB46 +P 16150 12850 +F 0 "U?" H 16150 12600 60 0000 C CNN +F 1 "E_SMALL" H 16150 12500 60 0000 C CNN + 1 16150 12850 + 1 0 0 -1 +$EndComp +$Comp +L RING_ABOVE_CAP U? +U 1 1 4B2FD875 +P 8350 12850 +F 0 "U?" H 8350 12600 60 0000 C CNN +F 1 "RING_ABOVE_CAP" H 8350 12500 60 0000 C CNN + 1 8350 12850 + 1 0 0 -1 +$EndComp +$Comp +L A_CAP U? +U 1 1 4B2FD86E +P 8350 12850 +F 0 "U?" H 8350 12600 60 0000 C CNN +F 1 "A_CAP" H 8350 12500 60 0000 C CNN + 1 8350 12850 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_STROKE U? +U 1 1 4B2FCFB5 +P 2100 19100 +F 0 "U?" H 2100 18850 60 0000 C CNN +F 1 "O_SMALL_STROKE" H 2100 18750 60 0000 C CNN + 1 2100 19100 + 1 0 0 -1 +$EndComp +$Comp +L O_CAP_STROKE U? +U 1 1 4B2FCFAB +P 1050 19100 +F 0 "U?" H 1050 18850 60 0000 C CNN +F 1 "O_CAP_STROKE" H 1050 18750 60 0000 C CNN + 1 1050 19100 + 1 0 0 -1 +$EndComp +$Comp +L PI_SMALL U? +U 1 1 4B2FA49D +P 15450 20900 +F 0 "U?" H 15450 20650 60 0000 C CNN +F 1 "PI_SMALL" H 15450 20550 60 0000 C CNN + 1 15450 20900 + 1 0 0 -1 +$EndComp +$Comp +L MU_SMALL U? +U 1 1 4B2FA03E +P 12500 20900 +F 0 "U?" H 12500 20650 60 0000 C CNN +F 1 "MU_SMALL" H 12500 20550 60 0000 C CNN + 1 12500 20900 + 1 0 0 -1 +$EndComp +$Comp +L SECTION U? +U 1 1 4B2F9C1F +P 4550 17100 +F 0 "U?" H 4550 16850 60 0000 C CNN +F 1 "SECTION" H 4550 16750 60 0000 C CNN + 1 4550 17100 + 1 0 0 -1 +$EndComp +$Comp +L BROKEN_BAR U? +U 1 1 4B2F9A05 +P 31750 15300 +F 0 "U?" H 31750 15050 60 0000 C CNN +F 1 "BROKEN_BAR" H 31750 14950 60 0000 C CNN + 1 31750 15300 + 1 0 0 -1 +$EndComp +$Comp +L REGISTERED U? +U 1 1 4B2F9974 +P 3200 17100 +F 0 "U?" H 3200 16850 60 0000 C CNN +F 1 "REGISTERED" H 3200 16750 60 0000 C CNN + 1 3200 17100 + 1 0 0 -1 +$EndComp +$Comp +L COPYRIGHT U? +U 1 1 4B2F9968 +P 1400 17100 +F 0 "U?" H 1400 16850 60 0000 C CNN +F 1 "COPYRIGHT" H 1400 16750 60 0000 C CNN + 1 1400 17100 + 1 0 0 -1 +$EndComp +$Comp +L NOT U? +U 1 1 4B2F9425 +P 30850 15300 +F 0 "U?" H 30850 15050 60 0000 C CNN +F 1 "NOT" H 30850 14950 60 0000 C CNN + 1 30850 15300 + 1 0 0 -1 +$EndComp +$Comp +L PLUS_MINUS U? +U 1 1 4B2F93E7 +P 29550 15300 +F 0 "U?" H 29550 15050 60 0000 C CNN +F 1 "PLUS_MINUS" H 29550 14950 60 0000 C CNN + 1 29550 15300 + 1 0 0 -1 +$EndComp +$Comp +L FRAC_3_4 U? +U 1 1 4B2F93A2 +P 28100 15300 +F 0 "U?" H 28100 15050 60 0000 C CNN +F 1 "FRAC_3_4" H 28100 14950 60 0000 C CNN + 1 28100 15300 + 1 0 0 -1 +$EndComp +$Comp +L FRAC_1_2 U? +U 1 1 4B2F939A +P 26550 15300 +F 0 "U?" H 26550 15050 60 0000 C CNN +F 1 "FRAC_1_2" H 26550 14950 60 0000 C CNN + 1 26550 15300 + 1 0 0 -1 +$EndComp +$Comp +L FRAC_1_4 U? +U 1 1 4B2F9394 +P 25000 15300 +F 0 "U?" H 25000 15050 60 0000 C CNN +F 1 "FRAC_1_4" H 25000 14950 60 0000 C CNN + 1 25000 15300 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL_SUP U? +U 1 1 4B2F9040 +P 23850 15300 +F 0 "U?" H 23850 15050 60 0000 C CNN +F 1 "A_SMALL_SUP" H 23850 14950 60 0000 C CNN + 1 23850 15300 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL_SUP U? +U 1 1 4B2F903B +P 23050 15300 +F 0 "U?" H 23050 15050 60 0000 C CNN +F 1 "O_SMALL_SUP" H 23050 14950 60 0000 C CNN + 1 23050 15300 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_3_SUP U? +U 1 1 4B2F8F1B +P 22250 15300 +F 0 "U?" H 22250 15050 60 0000 C CNN +F 1 "DIGIT_3_SUP" H 22250 14950 60 0000 C CNN + 1 22250 15300 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_2_SUP U? +U 1 1 4B2F8F13 +P 21450 15300 +F 0 "U?" H 21450 15050 60 0000 C CNN +F 1 "DIGIT_2_SUP" H 21450 14950 60 0000 C CNN + 1 21450 15300 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_1_SUP U? +U 1 1 4B2F8F0C +P 20650 15300 +F 0 "U?" H 20650 15050 60 0000 C CNN +F 1 "DIGIT_1_SUP" H 20650 14950 60 0000 C CNN + 1 20650 15300 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_0_SUP U? +U 1 1 4B2F8F03 +P 19850 15300 +F 0 "U?" H 19850 15050 60 0000 C CNN +F 1 "DIGIT_0_SUP" H 19850 14950 60 0000 C CNN + 1 19850 15300 + 1 0 0 -1 +$EndComp +$Comp +L DEGREE U? +U 1 1 4B2F89E6 +P 19050 15300 +F 0 "U?" H 19050 15050 60 0000 C CNN +F 1 "DEGREE" H 19050 14950 60 0000 C CNN + 1 19050 15300 + 1 0 0 -1 +$EndComp +$Comp +L MACRON_CAP U? +U 1 1 4B2F8930 +P 14200 12850 +F 0 "U?" H 14200 12600 60 0000 C CNN +F 1 "MACRON_CAP" H 14200 12500 60 0000 C CNN + 1 14200 12850 + 1 0 0 -1 +$EndComp +$Comp +L MACRON U? +U 1 1 4B2F88C4 +P 15250 12850 +F 0 "U?" H 15250 12600 60 0000 C CNN +F 1 "MACRON" H 15250 12500 60 0000 C CNN + 1 15250 12850 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B2F88A1 +P 15250 12850 +F 0 "U?" H 15250 12600 60 0000 C CNN +F 1 "O_SMALL" H 15250 12500 60 0000 C CNN + 1 15250 12850 + 1 0 0 -1 +$EndComp +$Comp +L O_CAP U? +U 1 1 4B2F8895 +P 14200 12850 +F 0 "U?" H 14200 12600 60 0000 C CNN +F 1 "O_CAP" H 14200 12500 60 0000 C CNN + 1 14200 12850 + 1 0 0 -1 +$EndComp +$Comp +L GUILLEMET_DBL_RIGHT U? +U 1 1 4B2F8767 +P 18150 15300 +F 0 "U?" H 18150 15050 60 0000 C CNN +F 1 "GUILLEMET_DBL_RIGHT" H 18150 14950 60 0000 C CNN + 1 18150 15300 + 1 0 0 -1 +$EndComp +$Comp +L GUILLEMET_DBL_LEFT U? +U 1 1 4B2F875F +P 17150 15300 +F 0 "U?" H 17150 15050 60 0000 C CNN +F 1 "GUILLEMET_DBL_LEFT" H 17150 14950 60 0000 C CNN + 1 17150 15300 + 1 0 0 -1 +$EndComp +$Comp +L YEN U? +U 1 1 4B2F833A +P 16050 15300 +F 0 "U?" H 16050 15050 60 0000 C CNN +F 1 "YEN" H 16050 14950 60 0000 C CNN + 1 16050 15300 + 1 0 0 -1 +$EndComp +$Comp +L CENT U? +U 1 1 4B2F8334 +P 15000 15300 +F 0 "U?" H 15000 15050 60 0000 C CNN +F 1 "CENT" H 15000 14950 60 0000 C CNN + 1 15000 15300 + 1 0 0 -1 +$EndComp +$Comp +L CURRENCY U? +U 1 1 4B2F8327 +P 14000 15300 +F 0 "U?" H 14000 15050 60 0000 C CNN +F 1 "CURRENCY" H 14000 14950 60 0000 C CNN + 1 14000 15300 + 1 0 0 -1 +$EndComp +$Comp +L POUND U? +U 1 1 4B2F8139 +P 13050 15300 +F 0 "U?" H 13050 15050 60 0000 C CNN +F 1 "POUND" H 13050 14950 60 0000 C CNN + 1 13050 15300 + 1 0 0 -1 +$EndComp +$Comp +L QUESTION_DOWN U? +U 1 1 4B2F806E +P 12100 15300 +F 0 "U?" H 12100 15050 60 0000 C CNN +F 1 "QUESTION_DOWN" H 12100 14950 60 0000 C CNN + 1 12100 15300 + 1 0 0 -1 +$EndComp +$Comp +L EXCLAM_DOWN U? +U 1 1 4B2F8064 +P 11400 15300 +F 0 "U?" H 11400 15050 60 0000 C CNN +F 1 "EXCLAM_DOWN" H 11400 14950 60 0000 C CNN + 1 11400 15300 + 1 0 0 -1 +$EndComp +$Comp +L THORN_SMALL U? +U 1 1 4B2F7DE3 +P 10700 15300 +F 0 "U?" H 10700 15050 60 0000 C CNN +F 1 "THORN_SMALL" H 10700 14950 60 0000 C CNN + 1 10700 15300 + 1 0 0 -1 +$EndComp +$Comp +L THORN_CAP U? +U 1 1 4B2F7DDA +P 9700 15300 +F 0 "U?" H 9700 15050 60 0000 C CNN +F 1 "THORN_CAP" H 9700 14950 60 0000 C CNN + 1 9700 15300 + 1 0 0 -1 +$EndComp +$Comp +L ETH_SMALL U? +U 1 1 4B2F7DCF +P 8650 15300 +F 0 "U?" H 8650 15050 60 0000 C CNN +F 1 "ETH_SMALL" H 8650 14950 60 0000 C CNN + 1 8650 15300 + 1 0 0 -1 +$EndComp +$Comp +L ETH_CAP U? +U 1 1 4B2F7DC6 +P 7700 15300 +F 0 "U?" H 7700 15050 60 0000 C CNN +F 1 "ETH_CAP" H 7700 14950 60 0000 C CNN + 1 7700 15300 + 1 0 0 -1 +$EndComp +$Comp +L ESZETT U? +U 1 1 4B2F7DA4 +P 6450 15300 +F 0 "U?" H 6450 15050 60 0000 C CNN +F 1 "ESZETT" H 6450 14950 60 0000 C CNN + 1 6450 15300 + 1 0 0 -1 +$EndComp +$Comp +L CEDILLA U? +U 1 1 4B2F7AA6 +P 13250 12850 +F 0 "U?" H 13250 12600 60 0000 C CNN +F 1 "CEDILLA" H 13250 12500 60 0000 C CNN + 1 13250 12850 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B2F7A97 +P 13250 12850 +F 0 "U?" H 13250 12600 60 0000 C CNN +F 1 "C_SMALL" H 13250 12500 60 0000 C CNN + 1 13250 12850 + 1 0 0 -1 +$EndComp +$Comp +L AE_SMALL U? +U 1 1 4B2F7684 +P 5150 15300 +F 0 "U?" H 5150 15050 60 0000 C CNN +F 1 "AE_SMALL" H 5150 14950 60 0000 C CNN + 1 5150 15300 + 1 0 0 -1 +$EndComp +$Comp +L AE_CAP U? +U 1 1 4B2F767A +P 3750 15300 +F 0 "U?" H 3750 15050 60 0000 C CNN +F 1 "AE_CAP" H 3750 14950 60 0000 C CNN + 1 3750 15300 + 1 0 0 -1 +$EndComp +$Comp +L DIVIDE U? +U 1 1 4B2F7477 +P 2450 15300 +F 0 "U?" H 2450 15050 60 0000 C CNN +F 1 "DIVIDE" H 2450 14950 60 0000 C CNN + 1 2450 15300 + 1 0 0 -1 +$EndComp +$Comp +L MULTIPLY U? +U 1 1 4B2F746A +P 1150 15300 +F 0 "U?" H 1150 15050 60 0000 C CNN +F 1 "MULTIPLY" H 1150 14950 60 0000 C CNN + 1 1150 15300 + 1 0 0 -1 +$EndComp +$Comp +L DIAERESIS U? +U 1 1 4B2F6F29 +P 5600 12850 +F 0 "U?" H 5600 12600 60 0000 C CNN +F 1 "DIAERESIS" H 5600 12500 60 0000 C CNN + 1 5600 12850 + 1 0 0 -1 +$EndComp +$Comp +L DIAERESIS_CAP U? +U 1 1 4B2F6F1E +P 4700 12850 +F 0 "U?" H 4700 12600 60 0000 C CNN +F 1 "DIAERESIS_CAP" H 4700 12500 60 0000 C CNN + 1 4700 12850 + 1 0 0 -1 +$EndComp +$Comp +L TILDE_CAP U? +U 1 1 4B2F6580 +P 11200 12850 +F 0 "U?" H 11200 12600 60 0000 C CNN +F 1 "TILDE_CAP" H 11200 12500 60 0000 C CNN + 1 11200 12850 + 1 0 0 -1 +$EndComp +$Comp +L TILDE U? +U 1 1 4B2F6574 +P 12250 12850 +F 0 "U?" H 12250 12600 60 0000 C CNN +F 1 "TILDE" H 12250 12500 60 0000 C CNN + 1 12250 12850 + 1 0 0 -1 +$EndComp +$Comp +L N_SMALL U? +U 1 1 4B2F656C +P 12250 12850 +F 0 "U?" H 12250 12600 60 0000 C CNN +F 1 "N_SMALL" H 12250 12500 60 0000 C CNN + 1 12250 12850 + 1 0 0 -1 +$EndComp +$Comp +L N_CAP U? +U 1 1 4B2F6562 +P 11200 12850 +F 0 "U?" H 11200 12600 60 0000 C CNN +F 1 "N_CAP" H 11200 12500 60 0000 C CNN + 1 11200 12850 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX U? +U 1 1 4B2F654D +P 7450 12850 +F 0 "U?" H 7450 12600 60 0000 C CNN +F 1 "CIRCUMFLEX" H 7450 12500 60 0000 C CNN + 1 7450 12850 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX_CAP U? +U 1 1 4B2F6545 +P 6550 12850 +F 0 "U?" H 6550 12600 60 0000 C CNN +F 1 "CIRCUMFLEX_CAP" H 6550 12500 60 0000 C CNN + 1 6550 12850 + 1 0 0 -1 +$EndComp +$Comp +L RING_ABOVE_A U? +U 1 1 4B2F6483 +P 9250 12850 +F 0 "U?" H 9250 12600 60 0000 C CNN +F 1 "RING_ABOVE_A" H 9250 12500 60 0000 C CNN + 1 9250 12850 + 1 0 0 -1 +$EndComp +$Comp +L RING_ABOVE U? +U 1 1 4B2F647B +P 10150 12850 +F 0 "U?" H 10150 12600 60 0000 C CNN +F 1 "RING_ABOVE" H 10150 12500 60 0000 C CNN + 1 10150 12850 + 1 0 0 -1 +$EndComp +$Comp +L A_CAP U? +U 1 1 4B2F6468 +P 9250 12850 +F 0 "U?" H 9250 12600 60 0000 C CNN +F 1 "A_CAP" H 9250 12500 60 0000 C CNN + 1 9250 12850 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B2F645D +P 10150 12850 +F 0 "U?" H 10150 12600 60 0000 C CNN +F 1 "A_SMALL" H 10150 12500 60 0000 C CNN + 1 10150 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F644A +P 7450 12850 +F 0 "U?" H 7450 12600 60 0000 C CNN +F 1 "E_SMALL" H 7450 12500 60 0000 C CNN + 1 7450 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_CAP U? +U 1 1 4B2F6446 +P 6550 12850 +F 0 "U?" H 6550 12600 60 0000 C CNN +F 1 "E_CAP" H 6550 12500 60 0000 C CNN + 1 6550 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F643F +P 5600 12850 +F 0 "U?" H 5600 12600 60 0000 C CNN +F 1 "E_SMALL" H 5600 12500 60 0000 C CNN + 1 5600 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_CAP U? +U 1 1 4B2F643A +P 4700 12850 +F 0 "U?" H 4700 12600 60 0000 C CNN +F 1 "E_CAP" H 4700 12500 60 0000 C CNN + 1 4700 12850 + 1 0 0 -1 +$EndComp +$Comp +L ACUTE_CAP U? +U 1 1 4B2F6419 +P 2850 12850 +F 0 "U?" H 2850 12600 60 0000 C CNN +F 1 "ACUTE_CAP" H 2850 12500 60 0000 C CNN + 1 2850 12850 + 1 0 0 -1 +$EndComp +$Comp +L ACUTE U? +U 1 1 4B2F640F +P 3750 12850 +F 0 "U?" H 3750 12600 60 0000 C CNN +F 1 "ACUTE" H 3750 12500 60 0000 C CNN + 1 3750 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F63F5 +P 3750 12850 +F 0 "U?" H 3750 12600 60 0000 C CNN +F 1 "E_SMALL" H 3750 12500 60 0000 C CNN + 1 3750 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_CAP U? +U 1 1 4B2F63ED +P 2850 12850 +F 0 "U?" H 2850 12600 60 0000 C CNN +F 1 "E_CAP" H 2850 12500 60 0000 C CNN + 1 2850 12850 + 1 0 0 -1 +$EndComp +$Comp +L GRAVE_CAP U? +U 1 1 4B2F63DE +P 1000 12850 +F 0 "U?" H 1000 12600 60 0000 C CNN +F 1 "GRAVE_CAP" H 1000 12500 60 0000 C CNN + 1 1000 12850 + 1 0 0 -1 +$EndComp +$Comp +L GRAVE U? +U 1 1 4B2F63CB +P 1900 12850 +F 0 "U?" H 1900 12600 60 0000 C CNN +F 1 "GRAVE" H 1900 12500 60 0000 C CNN + 1 1900 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2F63C1 +P 1900 12850 +F 0 "U?" H 1900 12600 60 0000 C CNN +F 1 "E_SMALL" H 1900 12500 60 0000 C CNN + 1 1900 12850 + 1 0 0 -1 +$EndComp +$Comp +L E_CAP U? +U 1 1 4B2F63AF +P 1000 12850 +F 0 "U?" H 1000 12600 60 0000 C CNN +F 1 "E_CAP" H 1000 12500 60 0000 C CNN + 1 1000 12850 + 1 0 0 -1 +$EndComp +$Comp +L Z_SMALL U? +U 1 1 4B2D551C +P 22350 10450 +F 0 "U?" H 22350 10200 60 0000 C CNN +F 1 "Z_SMALL" H 22350 10100 60 0000 C CNN + 1 22350 10450 + 1 0 0 -1 +$EndComp +$Comp +L Y_SMALL U? +U 1 1 4B2D54F5 +P 21500 10450 +F 0 "U?" H 21500 10200 60 0000 C CNN +F 1 "Y_SMALL" H 21500 10100 60 0000 C CNN + 1 21500 10450 + 1 0 0 -1 +$EndComp +$Comp +L X_SMALL U? +U 1 1 4B2D54ED +P 20700 10450 +F 0 "U?" H 20700 10200 60 0000 C CNN +F 1 "X_SMALL" H 20700 10100 60 0000 C CNN + 1 20700 10450 + 1 0 0 -1 +$EndComp +$Comp +L W_SMALL U? +U 1 1 4B2D54E6 +P 19700 10450 +F 0 "U?" H 19700 10200 60 0000 C CNN +F 1 "W_SMALL" H 19700 10100 60 0000 C CNN + 1 19700 10450 + 1 0 0 -1 +$EndComp +$Comp +L V_SMALL U? +U 1 1 4B2D54E0 +P 18750 10450 +F 0 "U?" H 18750 10200 60 0000 C CNN +F 1 "V_SMALL" H 18750 10100 60 0000 C CNN + 1 18750 10450 + 1 0 0 -1 +$EndComp +$Comp +L U_SMALL U? +U 1 1 4B2D529E +P 17900 10450 +F 0 "U?" H 17900 10200 60 0000 C CNN +F 1 "U_SMALL" H 17900 10100 60 0000 C CNN + 1 17900 10450 + 1 0 0 -1 +$EndComp +$Comp +L T_SMALL U? +U 1 1 4B2D5211 +P 17050 10450 +F 0 "U?" H 17050 10200 60 0000 C CNN +F 1 "T_SMALL" H 17050 10100 60 0000 C CNN + 1 17050 10450 + 1 0 0 -1 +$EndComp +$Comp +L S_SMALL U? +U 1 1 4B2D5169 +P 16400 10450 +F 0 "U?" H 16400 10200 60 0000 C CNN +F 1 "S_SMALL" H 16400 10100 60 0000 C CNN + 1 16400 10450 + 1 0 0 -1 +$EndComp +$Comp +L R_SMALL U? +U 1 1 4B2D4FA4 +P 15650 10450 +F 0 "U?" H 15650 10200 60 0000 C CNN +F 1 "R_SMALL" H 15650 10100 60 0000 C CNN + 1 15650 10450 + 1 0 0 -1 +$EndComp +$Comp +L Q_SMALL U? +U 1 1 4B2D4F9E +P 14800 10450 +F 0 "U?" H 14800 10200 60 0000 C CNN +F 1 "Q_SMALL" H 14800 10100 60 0000 C CNN + 1 14800 10450 + 1 0 0 -1 +$EndComp +$Comp +L P_SMALL U? +U 1 1 4B2D4EF9 +P 13900 10450 +F 0 "U?" H 13900 10200 60 0000 C CNN +F 1 "P_SMALL" H 13900 10100 60 0000 C CNN + 1 13900 10450 + 1 0 0 -1 +$EndComp +$Comp +L O_SMALL U? +U 1 1 4B2D4EF4 +P 12950 10450 +F 0 "U?" H 12950 10200 60 0000 C CNN +F 1 "O_SMALL" H 12950 10100 60 0000 C CNN + 1 12950 10450 + 1 0 0 -1 +$EndComp +$Comp +L N_SMALL U? +U 1 1 4B2D4EEE +P 11950 10450 +F 0 "U?" H 11950 10200 60 0000 C CNN +F 1 "N_SMALL" H 11950 10100 60 0000 C CNN + 1 11950 10450 + 1 0 0 -1 +$EndComp +$Comp +L M_SMALL U? +U 1 1 4B2D4CFB +P 10800 10450 +F 0 "U?" H 10800 10200 60 0000 C CNN +F 1 "M_SMALL" H 10800 10100 60 0000 C CNN + 1 10800 10450 + 1 0 0 -1 +$EndComp +$Comp +L L_SMALL U? +U 1 1 4B2D4B57 +P 9750 10450 +F 0 "U?" H 9750 10200 60 0000 C CNN +F 1 "L_SMALL" H 9750 10100 60 0000 C CNN + 1 9750 10450 + 1 0 0 -1 +$EndComp +$Comp +L K_SMALL U? +U 1 1 4B2D4B51 +P 9100 10450 +F 0 "U?" H 9100 10200 60 0000 C CNN +F 1 "K_SMALL" H 9100 10100 60 0000 C CNN + 1 9100 10450 + 1 0 0 -1 +$EndComp +$Comp +L DOT_ABOVE U? +U 1 1 4B2D4A89 +P 23100 12850 +F 0 "U?" H 23100 12600 60 0000 C CNN +F 1 "DOT_ABOVE" H 23100 12500 60 0000 C CNN + 1 23100 12850 + 1 0 0 -1 +$EndComp +$Comp +L J_SMALL U? +U 1 1 4B2D4A3A +P 8400 10450 +F 0 "U?" H 8400 10200 60 0000 C CNN +F 1 "J_SMALL" H 8400 10100 60 0000 C CNN + 1 8400 10450 + 1 0 0 -1 +$EndComp +$Comp +L I_SMALL U? +U 1 1 4B2D4A31 +P 7900 10450 +F 0 "U?" H 7900 10200 60 0000 C CNN +F 1 "I_SMALL" H 7900 10100 60 0000 C CNN + 1 7900 10450 + 1 0 0 -1 +$EndComp +$Comp +L H_SMALL U? +U 1 1 4B2D4971 +P 7200 10450 +F 0 "U?" H 7200 10200 60 0000 C CNN +F 1 "H_SMALL" H 7200 10100 60 0000 C CNN + 1 7200 10450 + 1 0 0 -1 +$EndComp +$Comp +L G_SMALL U? +U 1 1 4B2D4627 +P 6200 10450 +F 0 "U?" H 6200 10200 60 0000 C CNN +F 1 "G_SMALL" H 6200 10100 60 0000 C CNN + 1 6200 10450 + 1 0 0 -1 +$EndComp +$Comp +L F_SMALL U? +U 1 1 4B2D4525 +P 5400 10450 +F 0 "U?" H 5400 10200 60 0000 C CNN +F 1 "F_SMALL" H 5400 10100 60 0000 C CNN + 1 5400 10450 + 1 0 0 -1 +$EndComp +$Comp +L E_SMALL U? +U 1 1 4B2D4418 +P 4700 10450 +F 0 "U?" H 4700 10200 60 0000 C CNN +F 1 "E_SMALL" H 4700 10100 60 0000 C CNN + 1 4700 10450 + 1 0 0 -1 +$EndComp +$Comp +L D_SMALL U? +U 1 1 4B2D435E +P 3750 10450 +F 0 "U?" H 3750 10200 60 0000 C CNN +F 1 "D_SMALL" H 3750 10100 60 0000 C CNN + 1 3750 10450 + 1 0 0 -1 +$EndComp +$Comp +L C_SMALL U? +U 1 1 4B2D4353 +P 2900 10450 +F 0 "U?" H 2900 10200 60 0000 C CNN +F 1 "C_SMALL" H 2900 10100 60 0000 C CNN + 1 2900 10450 + 1 0 0 -1 +$EndComp +$Comp +L B_SMALL U? +U 1 1 4B2D434B +P 1950 10450 +F 0 "U?" H 1950 10200 60 0000 C CNN +F 1 "B_SMALL" H 1950 10100 60 0000 C CNN + 1 1950 10450 + 1 0 0 -1 +$EndComp +$Comp +L A_SMALL U? +U 1 1 4B2D41F7 +P 950 10450 +F 0 "U?" H 950 10200 60 0000 C CNN +F 1 "A_SMALL" H 950 10100 60 0000 C CNN + 1 950 10450 + 1 0 0 -1 +$EndComp +$Comp +L AT U? +U 1 1 4B2D3E66 +P 29350 10450 +F 0 "U?" H 29350 10200 60 0000 C CNN +F 1 "AT" H 29350 10100 60 0000 C CNN + 1 29350 10450 + 1 0 0 -1 +$EndComp +$Comp +L PERCENT U? +U 1 1 4B2D3A56 +P 28050 10450 +F 0 "U?" H 28050 10200 60 0000 C CNN +F 1 "PERCENT" H 28050 10100 60 0000 C CNN + 1 28050 10450 + 1 0 0 -1 +$EndComp +$Comp +L DOLLAR U? +U 1 1 4B2D3977 +P 26950 10450 +F 0 "U?" H 26950 10200 60 0000 C CNN +F 1 "DOLLAR" H 26950 10100 60 0000 C CNN + 1 26950 10450 + 1 0 0 -1 +$EndComp +$Comp +L HASH U? +U 1 1 4B2D38C0 +P 25900 10450 +F 0 "U?" H 25900 10200 60 0000 C CNN +F 1 "HASH" H 25900 10100 60 0000 C CNN + 1 25900 10450 + 1 0 0 -1 +$EndComp +$Comp +L AMPERSAND U? +U 1 1 4B2D38B3 +P 24750 10450 +F 0 "U?" H 24750 10200 60 0000 C CNN +F 1 "AMPERSAND" H 24750 10100 60 0000 C CNN + 1 24750 10450 + 1 0 0 -1 +$EndComp +$Comp +L ASTERISK U? +U 1 1 4B2D3537 +P 30500 3500 +F 0 "U?" H 30500 3250 60 0000 C CNN +F 1 "ASTERISK" H 30500 3150 60 0000 C CNN + 1 30500 3500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCUMFLEX U? +U 1 1 4B2D346E +P 29700 3500 +F 0 "U?" H 29700 3250 60 0000 C CNN +F 1 "CIRCUMFLEX" H 29700 3150 60 0000 C CNN + 1 29700 3500 + 1 0 0 -1 +$EndComp +$Comp +L LOW_LINE U? +U 1 1 4B2D344C +P 28900 3500 +F 0 "U?" H 28900 3250 60 0000 C CNN +F 1 "LOW_LINE" H 28900 3150 60 0000 C CNN + 1 28900 3500 + 1 0 0 -1 +$EndComp +$Comp +L GRAVE U? +U 1 1 4B2D3381 +P 28250 3500 +F 0 "U?" H 28250 3250 60 0000 C CNN +F 1 "GRAVE" H 28250 3150 60 0000 C CNN + 1 28250 3500 + 1 0 0 -1 +$EndComp +$Comp +L BRACKET_RIGHT U? +U 1 1 4B2D32F2 +P 27650 3500 +F 0 "U?" H 27650 3250 60 0000 C CNN +F 1 "BRACKET_RIGHT" H 27650 3150 60 0000 C CNN + 1 27650 3500 + 1 0 0 -1 +$EndComp +$Comp +L BRACKET_LEFT U? +U 1 1 4B2D32E4 +P 26950 3500 +F 0 "U?" H 26950 3250 60 0000 C CNN +F 1 "BRACKET_LEFT" H 26950 3150 60 0000 C CNN + 1 26950 3500 + 1 0 0 -1 +$EndComp +$Comp +L VERTICAL_LINE U? +U 1 1 4B2D32D6 +P 26400 3500 +F 0 "U?" H 26400 3250 60 0000 C CNN +F 1 "VERTICAL_LINE" H 26400 3150 60 0000 C CNN + 1 26400 3500 + 1 0 0 -1 +$EndComp +$Comp +L BRACE_RIGHT U? +U 1 1 4B2D315F +P 25850 3500 +F 0 "U?" H 25850 3250 60 0000 C CNN +F 1 "BRACE_RIGHT" H 25850 3150 60 0000 C CNN + 1 25850 3500 + 1 0 0 -1 +$EndComp +$Comp +L BRACE_LEFT U? +U 1 1 4B2D3140 +P 25150 3500 +F 0 "U?" H 25150 3250 60 0000 C CNN +F 1 "BRACE_LEFT" H 25150 3150 60 0000 C CNN + 1 25150 3500 + 1 0 0 -1 +$EndComp +$Comp +L BACKSLASH U? +U 1 1 4B2D2FAF +P 31450 3500 +F 0 "U?" H 31450 3250 60 0000 C CNN +F 1 "BACKSLASH" H 31450 3150 60 0000 C CNN + 1 31450 3500 + 1 0 0 -1 +$EndComp +$Comp +L PAREN_RIGHT U? +U 1 1 4B2D2F7C +P 24450 3500 +F 0 "U?" H 24450 3250 60 0000 C CNN +F 1 "PAREN_RIGHT" H 24450 3150 60 0000 C CNN + 1 24450 3500 + 1 0 0 -1 +$EndComp +$Comp +L PAREN_LEFT U? +U 1 1 4B2D2F71 +P 23750 3500 +F 0 "U?" H 23750 3250 60 0000 C CNN +F 1 "PAREN_LEFT" H 23750 3150 60 0000 C CNN + 1 23750 3500 + 1 0 0 -1 +$EndComp +$Comp +L GREATER U? +U 1 1 4B2D2CFA +P 22800 3500 +F 0 "U?" H 22800 3250 60 0000 C CNN +F 1 "GREATER" H 22800 3150 60 0000 C CNN + 1 22800 3500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B2D2CEE +P 21550 3500 +F 0 "U?" H 21550 3250 60 0000 C CNN +F 1 "EQUAL" H 21550 3150 60 0000 C CNN + 1 21550 3500 + 1 0 0 -1 +$EndComp +$Comp +L LESS U? +U 1 1 4B2D2CE5 +P 20300 3500 +F 0 "U?" H 20300 3250 60 0000 C CNN +F 1 "LESS" H 20300 3150 60 0000 C CNN + 1 20300 3500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH U? +U 1 1 4B2D2CD3 +P 19150 3500 +F 0 "U?" H 19150 3250 60 0000 C CNN +F 1 "SLASH" H 19150 3150 60 0000 C CNN + 1 19150 3500 + 1 0 0 -1 +$EndComp +$Comp +L QUOTE U? +U 1 1 4B2D2CC8 +P 18200 3500 +F 0 "U?" H 18200 3250 60 0000 C CNN +F 1 "QUOTE" H 18200 3150 60 0000 C CNN + 1 18200 3500 + 1 0 0 -1 +$EndComp +$Comp +L EXCLAM U? +U 1 1 4B2D2943 +P 17550 3500 +F 0 "U?" H 17550 3250 60 0000 C CNN +F 1 "EXCLAM" H 17550 3150 60 0000 C CNN + 1 17550 3500 + 1 0 0 -1 +$EndComp +$Comp +L APOSTROPHE U? +U 1 1 4B2D2932 +P 17050 3500 +F 0 "U?" H 17050 3250 60 0000 C CNN +F 1 "APOSTROPHE" H 17050 3150 60 0000 C CNN + 1 17050 3500 + 1 0 0 -1 +$EndComp +$Comp +L COLON U? +U 1 1 4B2D2727 +P 16550 3500 +F 0 "U?" H 16550 3250 60 0000 C CNN +F 1 "COLON" H 16550 3150 60 0000 C CNN + 1 16550 3500 + 1 0 0 -1 +$EndComp +$Comp +L SEMICOLON U? +U 1 1 4B2D271D +P 16050 3500 +F 0 "U?" H 16050 3250 60 0000 C CNN +F 1 "SEMICOLON" H 16050 3150 60 0000 C CNN + 1 16050 3500 + 1 0 0 -1 +$EndComp +$Comp +L FULL_STOP U? +U 1 1 4B2D2713 +P 15550 3500 +F 0 "U?" H 15550 3250 60 0000 C CNN +F 1 "FULL_STOP" H 15550 3150 60 0000 C CNN + 1 15550 3500 + 1 0 0 -1 +$EndComp +$Comp +L COMMA U? +U 1 1 4B2D2709 +P 15050 3500 +F 0 "U?" H 15050 3250 60 0000 C CNN +F 1 "COMMA" H 15050 3150 60 0000 C CNN + 1 15050 3500 + 1 0 0 -1 +$EndComp +$Comp +L MINUS U? +U 1 1 4B2D2701 +P 14150 3500 +F 0 "U?" H 14150 3250 60 0000 C CNN +F 1 "MINUS" H 14150 3150 60 0000 C CNN + 1 14150 3500 + 1 0 0 -1 +$EndComp +$Comp +L PLUS U? +U 1 1 4B2D26F3 +P 12850 3500 +F 0 "U?" H 12850 3250 60 0000 C CNN +F 1 "PLUS" H 12850 3150 60 0000 C CNN + 1 12850 3500 + 1 0 0 -1 +$EndComp +Text Notes 500 9000 0 1050 ~ 0 +abcdefghijklmnopqrstuvwxyz +Text Notes 24050 8950 0 1050 ~ 0 +&#$%@ +$Comp +L SPACE U? +U 1 1 4B2D197B +P 11800 3500 +F 0 "U?" H 11800 3550 60 0000 C CNN +F 1 "SPACE" H 11800 3450 60 0000 C CNN + 1 11800 3500 + 1 0 0 -1 +$EndComp +$Comp +L Z_CAP U? +U 1 1 4B2D17DA +P 25750 6900 +F 0 "U?" H 25750 6650 60 0000 C CNN +F 1 "Z_CAP" H 25750 6550 60 0000 C CNN + 1 25750 6900 + 1 0 0 -1 +$EndComp +$Comp +L Y_CAP U? +U 1 1 4B2D17CC +P 24800 6900 +F 0 "U?" H 24800 6650 60 0000 C CNN +F 1 "Y_CAP" H 24800 6550 60 0000 C CNN + 1 24800 6900 + 1 0 0 -1 +$EndComp +$Comp +L X_CAP U? +U 1 1 4B2D17B1 +P 23850 6900 +F 0 "U?" H 23850 6650 60 0000 C CNN +F 1 "X_CAP" H 23850 6550 60 0000 C CNN + 1 23850 6900 + 1 0 0 -1 +$EndComp +$Comp +L W_CAP U? +U 1 1 4B2D17AA +P 22750 6900 +F 0 "U?" H 22750 6650 60 0000 C CNN +F 1 "W_CAP" H 22750 6550 60 0000 C CNN + 1 22750 6900 + 1 0 0 -1 +$EndComp +$Comp +L V_CAP U? +U 1 1 4B2D1643 +P 21700 6900 +F 0 "U?" H 21700 6650 60 0000 C CNN +F 1 "V_CAP" H 21700 6550 60 0000 C CNN + 1 21700 6900 + 1 0 0 -1 +$EndComp +$Comp +L U_CAP U? +U 1 1 4B2D1638 +P 20700 6900 +F 0 "U?" H 20700 6650 60 0000 C CNN +F 1 "U_CAP" H 20700 6550 60 0000 C CNN + 1 20700 6900 + 1 0 0 -1 +$EndComp +$Comp +L T_CAP U? +U 1 1 4B2D160C +P 19750 6900 +F 0 "U?" H 19750 6650 60 0000 C CNN +F 1 "T_CAP" H 19750 6550 60 0000 C CNN + 1 19750 6900 + 1 0 0 -1 +$EndComp +$Comp +L S_CAP U? +U 1 1 4B2D14C4 +P 18850 6900 +F 0 "U?" H 18850 6650 60 0000 C CNN +F 1 "S_CAP" H 18850 6550 60 0000 C CNN + 1 18850 6900 + 1 0 0 -1 +$EndComp +$Comp +L R_CAP U? +U 1 1 4B2D12B5 +P 17850 6900 +F 0 "U?" H 17850 6650 60 0000 C CNN +F 1 "R_CAP" H 17850 6550 60 0000 C CNN + 1 17850 6900 + 1 0 0 -1 +$EndComp +$Comp +L Q_CAP U? +U 1 1 4B2D12A6 +P 16750 6900 +F 0 "U?" H 16750 6650 60 0000 C CNN +F 1 "Q_CAP" H 16750 6550 60 0000 C CNN + 1 16750 6900 + 1 0 0 -1 +$EndComp +$Comp +L P_CAP U? +U 1 1 4B2D129F +P 15700 6900 +F 0 "U?" H 15700 6650 60 0000 C CNN +F 1 "P_CAP" H 15700 6550 60 0000 C CNN + 1 15700 6900 + 1 0 0 -1 +$EndComp +$Comp +L O_CAP U? +U 1 1 4B2D1295 +P 14600 6900 +F 0 "U?" H 14600 6650 60 0000 C CNN +F 1 "O_CAP" H 14600 6550 60 0000 C CNN + 1 14600 6900 + 1 0 0 -1 +$EndComp +$Comp +L N_CAP U? +U 1 1 4B2D128D +P 13500 6900 +F 0 "U?" H 13500 6650 60 0000 C CNN +F 1 "N_CAP" H 13500 6550 60 0000 C CNN + 1 13500 6900 + 1 0 0 -1 +$EndComp +$Comp +L M_CAP U? +U 1 1 4B2D0DC8 +P 12350 6900 +F 0 "U?" H 12350 6650 60 0000 C CNN +F 1 "M_CAP" H 12350 6550 60 0000 C CNN + 1 12350 6900 + 1 0 0 -1 +$EndComp +$Comp +L L_CAP U? +U 1 1 4B2D0DC0 +P 11400 6900 +F 0 "U?" H 11400 6650 60 0000 C CNN +F 1 "L_CAP" H 11400 6550 60 0000 C CNN + 1 11400 6900 + 1 0 0 -1 +$EndComp +$Comp +L K_CAP U? +U 1 1 4B2D0DB7 +P 10400 6900 +F 0 "U?" H 10400 6650 60 0000 C CNN +F 1 "K_CAP" H 10400 6550 60 0000 C CNN + 1 10400 6900 + 1 0 0 -1 +$EndComp +$Comp +L J_CAP U? +U 1 1 4B2D09CA +P 9450 6900 +F 0 "U?" H 9450 6650 60 0000 C CNN +F 1 "J_CAP" H 9450 6550 60 0000 C CNN + 1 9450 6900 + 1 0 0 -1 +$EndComp +$Comp +L I_CAP U? +U 1 1 4B2D09C2 +P 8800 6900 +F 0 "U?" H 8800 6650 60 0000 C CNN +F 1 "I_CAP" H 8800 6550 60 0000 C CNN + 1 8800 6900 + 1 0 0 -1 +$EndComp +$Comp +L H_CAP U? +U 1 1 4B2D0897 +P 8000 6900 +F 0 "U?" H 8000 6650 60 0000 C CNN +F 1 "H_CAP" H 8000 6550 60 0000 C CNN + 1 8000 6900 + 1 0 0 -1 +$EndComp +$Comp +L G_CAP U? +U 1 1 4B2D0789 +P 7000 6900 +F 0 "U?" H 7000 6650 60 0000 C CNN +F 1 "G_CAP" H 7000 6550 60 0000 C CNN + 1 7000 6900 + 1 0 0 -1 +$EndComp +$Comp +L F_CAP U? +U 1 1 4B2D05A7 +P 6000 6900 +F 0 "U?" H 6000 6650 60 0000 C CNN +F 1 "F_CAP" H 6000 6550 60 0000 C CNN + 1 6000 6900 + 1 0 0 -1 +$EndComp +$Comp +L E_CAP U? +U 1 1 4B2D0598 +P 5050 6900 +F 0 "U?" H 5050 6650 60 0000 C CNN +F 1 "E_CAP" H 5050 6550 60 0000 C CNN + 1 5050 6900 + 1 0 0 -1 +$EndComp +$Comp +L D_CAP U? +U 1 1 4B2D0440 +P 4050 6900 +F 0 "U?" H 4050 6650 60 0000 C CNN +F 1 "D_CAP" H 4050 6550 60 0000 C CNN + 1 4050 6900 + 1 0 0 -1 +$EndComp +$Comp +L C_CAP U? +U 1 1 4B2D016F +P 3050 6900 +F 0 "U?" H 3050 6650 60 0000 C CNN +F 1 "C_CAP" H 3050 6550 60 0000 C CNN + 1 3050 6900 + 1 0 0 -1 +$EndComp +$Comp +L B_CAP U? +U 1 1 4B2D0053 +P 1950 6900 +F 0 "U?" H 1950 6650 60 0000 C CNN +F 1 "B_CAP" H 1950 6550 60 0000 C CNN + 1 1950 6900 + 1 0 0 -1 +$EndComp +$Comp +L A_CAP U? +U 1 1 4B2CFDB5 +P 950 6900 +F 0 "U?" H 950 6600 60 0000 C CNN +F 1 "A_CAP" H 950 6500 60 0000 C CNN + 1 950 6900 + 1 0 0 -1 +$EndComp +Text Notes 500 5700 0 1050 ~ 0 +ABCDEFGHIJKLMNOPQRSTUVWXYZ +$Comp +L QUESTION U? +U 1 1 4B2CF927 +P 10950 3500 +F 0 "U?" H 10950 3250 60 0000 C CNN +F 1 "QUESTION" H 10950 3150 60 0000 C CNN + 1 10950 3500 + 1 0 0 -1 +$EndComp +Text Notes 500 1950 0 1050 ~ 0 +0123456789? +-,.;:'!"/<=>(){}|[]`_^*\ +$Comp +L DIGIT_9 U? +U 1 1 4B2CEF90 +P 10000 3500 +F 0 "U?" H 10000 3250 60 0000 C CNN +F 1 "DIGIT_9" H 10000 3150 60 0000 C CNN + 1 10000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_8 U? +U 1 1 4B2CEF67 +P 9000 3500 +F 0 "U?" H 9000 3250 60 0000 C CNN +F 1 "DIGIT_8" H 9000 3150 60 0000 C CNN + 1 9000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_7 U? +U 1 1 4B2CEF56 +P 8000 3500 +F 0 "U?" H 8000 3250 60 0000 C CNN +F 1 "DIGIT_7" H 8000 3150 60 0000 C CNN + 1 8000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_6 U? +U 1 1 4B2CEF43 +P 7000 3500 +F 0 "U?" H 7000 3250 60 0000 C CNN +F 1 "DIGIT_6" H 7000 3150 60 0000 C CNN + 1 7000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_5 U? +U 1 1 4B2CEF2D +P 6000 3500 +F 0 "U?" H 6000 3250 60 0000 C CNN +F 1 "DIGIT_5" H 6000 3150 60 0000 C CNN + 1 6000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_4 U? +U 1 1 4B2CEF1F +P 5000 3500 +F 0 "U?" H 5000 3250 60 0000 C CNN +F 1 "DIGIT_4" H 5000 3150 60 0000 C CNN + 1 5000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_3 U? +U 1 1 4B2CEEFB +P 4000 3500 +F 0 "U?" H 4000 3250 60 0000 C CNN +F 1 "DIGIT_3" H 4000 3150 60 0000 C CNN + 1 4000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_2 U? +U 1 1 4B2CEED7 +P 3000 3500 +F 0 "U?" H 3000 3250 60 0000 C CNN +F 1 "DIGIT_2" H 3000 3150 60 0000 C CNN + 1 3000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_1 U? +U 1 1 4B2CEEC5 +P 2000 3500 +F 0 "U?" H 2000 3250 60 0000 C CNN +F 1 "DIGIT_1" H 2000 3150 60 0000 C CNN + 1 2000 3500 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_0 U? +U 1 1 4B2CEEA2 +P 1000 3500 +F 0 "U?" H 1000 3250 60 0000 C CNN +F 1 "DIGIT_0" H 1000 3150 60 0000 C CNN + 1 1000 3500 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/helpers/tools_to_build_newstroke-font/font_draft1.lib b/helpers/tools_to_build_newstroke-font/font_draft1.lib new file mode 100644 index 0000000..8df31cc --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/font_draft1.lib @@ -0,0 +1,1215 @@ +EESchema-LIBRARY Version 2.3 Date: Сбт 19 Дек 2009 23:27:17 +# +# AMPERSAND +# +DEF AMPERSAND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AMPERSAND" 0 -350 60 H V C CNN +DRAW +P 29 0 1 0 450 0 400 0 300 50 150 200 -100 500 -200 650 -250 800 -250 900 -200 1000 -100 1050 -50 1050 50 1000 100 900 100 850 50 750 0 700 -300 500 -350 450 -400 350 -400 200 -350 100 -300 50 -200 0 -50 0 50 50 100 100 250 300 300 450 300 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# APOSTROPHE +# +DEF APOSTROPHE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "APOSTROPHE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 750 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISK +# +DEF ASTERISK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 800 N +P 3 0 1 0 -250 900 0 800 250 900 N +P 3 0 1 0 -150 600 0 800 150 600 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AT +# +DEF AT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "AT" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 200 500 150 550 50 600 -50 600 -150 550 -200 500 -250 400 -250 300 -200 200 -150 150 -50 100 50 100 150 150 200 200 N +P 20 0 1 0 200 600 200 200 250 150 300 150 400 200 450 300 450 550 350 700 200 800 0 850 -200 800 -350 700 -450 550 -500 350 -450 150 -350 0 -200 -100 0 -150 200 -100 350 0 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BACKSLASH +# +DEF BACKSLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BACKSLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 1150 450 -200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_LEFT +# +DEF BRACE_LEFT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_LEFT" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 -350 150 -350 50 -300 0 -200 0 300 -50 400 -150 450 -50 500 0 600 0 1100 50 1200 150 1250 200 1250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_RIGHT +# +DEF BRACE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -200 -350 -150 -350 -50 -300 0 -200 0 300 50 400 150 450 50 500 0 600 0 1100 -50 1200 -150 1250 -200 1250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_LEFT +# +DEF BRACKET_LEFT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_LEFT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 200 -300 -50 -300 -50 1200 200 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_RIGHT +# +DEF BRACKET_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_RIGHT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -200 -300 50 -300 50 1200 -200 1200 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_A +# +DEF CAPITAL_A U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_A" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 300 250 300 N +P 3 0 1 0 -350 0 0 1050 350 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_B +# +DEF CAPITAL_B U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_B" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 50 550 200 500 250 450 300 350 300 200 250 100 200 50 100 0 -300 0 -300 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 -300 550 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_C +# +DEF CAPITAL_C U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_C" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 350 100 300 50 150 0 50 0 -100 50 -200 150 -250 250 -300 450 -300 600 -250 800 -200 900 -100 1000 50 1050 150 1050 300 1000 350 950 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_D +# +DEF CAPITAL_D U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_D" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -300 0 -300 1050 -50 1050 100 1000 200 900 250 800 300 600 300 450 250 250 200 150 100 50 -50 0 -300 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_E +# +DEF CAPITAL_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 550 100 550 N +P 4 0 1 0 250 0 -250 0 -250 1050 250 1050 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_F +# +DEF CAPITAL_F U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_F" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 550 100 550 N +P 2 0 1 0 100 550 -250 550 N +P 3 0 1 0 -250 0 -250 1050 250 1050 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_G +# +DEF CAPITAL_G U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_G" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 300 1000 200 1050 50 1050 -100 1000 -200 900 -250 800 -300 600 -300 450 -250 250 -200 150 -100 50 50 0 150 0 300 50 350 100 350 450 150 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_H +# +DEF CAPITAL_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 -300 550 300 550 N +P 2 0 1 0 300 0 300 1050 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_I +# +DEF CAPITAL_I U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_I" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 1050 N +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_J +# +DEF CAPITAL_J U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_J" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 150 1050 150 300 100 150 0 50 -150 0 -250 0 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_K +# +DEF CAPITAL_K U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_K" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 -300 1050 N +P 2 0 1 0 300 0 -150 600 N +P 2 0 1 0 300 1050 -300 450 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_L +# +DEF CAPITAL_L U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_L" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 0 -250 0 -250 1050 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_M +# +DEF CAPITAL_M U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_M" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 0 300 350 1050 350 0 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_N +# +DEF CAPITAL_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_N" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -300 0 -300 1050 300 0 300 1050 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_O +# +DEF CAPITAL_O U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_O" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_P +# +DEF CAPITAL_P U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_P" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 0 -300 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_Q +# +DEF CAPITAL_Q U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_Q" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 400 -100 300 -50 200 50 50 200 -50 250 -150 250 N +P 17 0 1 0 -100 0 -200 50 -300 150 -350 350 -350 700 -300 900 -200 1000 -100 1050 100 1050 200 1000 300 900 350 700 350 350 300 150 200 50 100 0 -100 0 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_R +# +DEF CAPITAL_R U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_R" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 -50 500 N +P 11 0 1 0 -300 0 -300 1050 100 1050 200 1000 250 950 300 850 300 700 250 600 200 550 100 500 -300 500 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_S +# +DEF CAPITAL_S U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_S" 0 -350 60 H V C CNN +DRAW +P 20 0 1 0 -300 50 -150 0 100 0 200 50 250 100 300 200 300 300 250 400 200 450 100 500 -100 550 -200 600 -250 650 -300 750 -300 850 -250 950 -200 1000 -100 1050 150 1050 300 1000 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_T +# +DEF CAPITAL_T U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_T" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 1050 300 1050 N +P 2 0 1 0 0 0 0 1050 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_U +# +DEF CAPITAL_U U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_U" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 1000 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 1000 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_V +# +DEF CAPITAL_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_V" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 1050 0 0 350 1050 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_W +# +DEF CAPITAL_W U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_W" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 1050 -200 0 0 750 200 0 450 1050 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_X +# +DEF CAPITAL_X U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_X" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 300 1050 N +P 2 0 1 0 -300 1050 300 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_Y +# +DEF CAPITAL_Y U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_Y" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 500 0 0 N +P 3 0 1 0 -350 1050 0 500 350 1050 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CAPITAL_Z +# +DEF CAPITAL_Z U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CAPITAL_Z" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 300 0 -300 0 300 1050 -300 1050 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCUMFLEX +# +DEF CIRCUMFLEX U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCUMFLEX" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 900 0 1100 200 900 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COLON +# +DEF COLON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COLON" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 50 0 0 -50 0 -50 50 0 50 0 0 N +P 6 0 1 0 -50 650 0 600 -50 600 -50 650 0 650 0 600 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMMA +# +DEF COMMA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMMA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 50 0 -50 -50 -150 -100 -200 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEL +# +DEF DEL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 350 1050 350 0 -350 0 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_0 +# +DEF DIGIT_0 U 0 40 Y Y 1 F N +F0 "U" 0 -150 60 H V C CNN +F1 "DIGIT_0" 0 -250 60 H V C CNN +DRAW +P 21 0 1 0 -50 1050 50 1050 150 1000 200 950 250 850 300 650 300 400 250 200 200 100 150 50 50 0 -50 0 -150 50 -200 100 -250 200 -300 400 -300 650 -250 850 -200 950 -150 1000 -50 1050 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_1 +# +DEF DIGIT_1 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_1" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 250 0 N +P 5 0 1 0 50 0 50 1050 -50 900 -150 800 -250 750 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_2 +# +DEF DIGIT_2 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_2" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -300 950 -250 1000 -150 1050 100 1050 200 1000 250 950 300 850 300 750 250 600 -350 0 300 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_3 +# +DEF DIGIT_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_3" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 -350 1050 300 1050 -50 650 100 650 200 600 250 550 300 450 300 200 250 100 200 50 100 0 -200 0 -300 50 -350 100 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_4 +# +DEF DIGIT_4 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_4" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 700 200 0 N +P 3 0 1 0 -50 1100 -300 350 350 350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_5 +# +DEF DIGIT_5 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_5" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 250 1050 -250 1050 -300 550 -250 600 -150 650 100 650 200 600 250 550 300 450 300 200 250 100 200 50 100 0 -150 0 -250 50 -300 100 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_6 +# +DEF DIGIT_6 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_6" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 200 1050 0 1050 -100 1000 -150 950 -250 800 -300 600 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 450 250 550 200 600 100 650 -100 650 -200 600 -250 550 -300 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_7 +# +DEF DIGIT_7 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_7" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 1050 350 1050 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_8 +# +DEF DIGIT_8 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_8" 0 -350 60 H V C CNN +DRAW +P 32 0 1 0 -100 600 -200 650 -250 700 -300 800 -300 850 -250 950 -200 1000 -100 1050 100 1050 200 1000 250 950 300 850 300 800 250 700 200 650 100 600 -100 600 -200 550 -250 500 -300 400 -300 200 -250 100 -200 50 -100 0 100 0 200 50 250 100 300 200 300 400 250 500 200 550 100 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIGIT_9 +# +DEF DIGIT_9 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIGIT_9" 0 -350 60 H V C CNN +DRAW +P 22 0 1 0 -200 0 0 0 100 50 150 100 250 250 300 450 300 850 250 950 200 1000 100 1050 -100 1050 -200 1000 -250 950 -300 850 -300 600 -250 500 -200 450 -100 400 100 400 200 450 250 500 300 600 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOLLAR +# +DEF DOLLAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOLLAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1150 0 -100 N +P 20 0 1 0 -300 50 -150 0 100 0 200 50 250 100 300 200 300 300 250 400 200 450 100 500 -100 550 -200 600 -250 650 -300 750 -300 850 -250 950 -200 1000 -100 1050 150 1050 300 1000 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOT_ABOVE +# +DEF DOT_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOT_ABOVE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 1050 0 1000 -50 1000 -50 1050 0 1050 0 1000 N +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL +# +DEF EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 650 400 650 N +P 2 0 1 0 400 350 -400 350 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EXCLAM +# +DEF EXCLAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EXCLAM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 350 N +P 6 0 1 0 -50 50 0 0 -50 0 -50 50 0 50 0 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FULL_STOP +# +DEF FULL_STOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FULL_STOP" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 50 0 0 -50 0 -50 50 0 50 0 0 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GRAVE +# +DEF GRAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GRAVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 1100 0 950 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GREATER +# +DEF GREATER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GREATER" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 200 350 500 -400 800 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HASH +# +DEF HASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 450 700 N +P 2 0 1 0 0 1150 -300 -200 N +P 2 0 1 0 350 250 -400 250 N +P 3 0 1 0 50 -200 350 1150 350 1150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS +# +DEF LESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 350 200 -400 500 350 800 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOW_LINE +# +DEF LOW_LINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOW_LINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS +# +DEF MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 500 400 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_LEFT +# +DEF PAREN_LEFT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_LEFT" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 -350 150 -300 50 -150 0 -50 -50 100 -100 350 -100 550 -50 800 0 950 50 1050 150 1200 200 1250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_RIGHT +# +DEF PAREN_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_RIGHT" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -200 -350 -150 -300 -50 -150 0 -50 50 100 100 350 100 550 50 800 0 950 -50 1050 -150 1200 -200 1250 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERCENT +# +DEF PERCENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERCENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS +# +DEF PLUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 500 400 500 N +P 2 0 1 0 0 100 0 900 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUESTION +# +DEF QUESTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUESTION" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -50 0 -50 50 0 50 0 0 -50 0 0 50 N +P 14 0 1 0 -250 950 -200 1000 -100 1050 50 1050 150 1000 200 950 250 850 250 750 200 650 150 600 50 550 0 500 -50 400 -50 350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUOTE +# +DEF QUOTE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUOTE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 -200 750 N +P 2 0 1 0 200 1050 200 750 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SEMICOLON +# +DEF SEMICOLON U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SEMICOLON" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 50 0 -50 -50 -150 -100 -200 N +P 6 0 1 0 -50 650 0 600 -50 600 -50 650 0 650 0 600 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH +# +DEF SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 450 1150 -450 -200 -450 -200 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_A +# +DEF SMALL_A U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_A" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 0 250 550 200 650 100 700 -100 700 -200 650 N +P 10 0 1 0 250 50 150 0 -100 0 -200 50 -250 150 -250 250 -200 350 -100 400 150 400 250 450 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_B +# +DEF SMALL_B U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_B" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 1050 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_C +# +DEF SMALL_C U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_C" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_D +# +DEF SMALL_D U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_D" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 0 250 1050 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_E +# +DEF SMALL_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_E" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 50 100 0 -100 0 -200 50 -250 150 -250 550 -200 650 -100 700 100 700 200 650 250 550 250 450 -250 350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_F +# +DEF SMALL_F U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_F" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 700 200 700 N +P 5 0 1 0 0 0 0 900 50 1000 150 1050 250 1050 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_G +# +DEF SMALL_G U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_G" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 250 700 250 -150 200 -250 150 -300 50 -350 -100 -350 -200 -300 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_H +# +DEF SMALL_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 1050 N +P 7 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_I +# +DEF SMALL_I U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_I" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 700 N +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_J +# +DEF SMALL_J U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_J" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 700 0 -200 -50 -300 -150 -350 -200 -350 N +X ~ ~ -300 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_K +# +DEF SMALL_K U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_K" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 1050 N +P 2 0 1 0 200 0 -150 350 N +P 2 0 1 0 200 700 -200 300 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_L +# +DEF SMALL_L U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_L" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 150 0 50 50 0 150 0 1050 N +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_M +# +DEF SMALL_M U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_M" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 0 -500 700 N +P 7 0 1 0 0 0 0 600 -50 650 -150 700 -350 700 -450 650 -500 600 N +P 8 0 1 0 550 0 550 500 500 600 450 650 350 700 150 700 50 650 0 600 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_N +# +DEF SMALL_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 0 N +P 7 0 1 0 250 0 250 500 200 600 150 650 50 700 -150 700 -250 650 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_O +# +DEF SMALL_O U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_O" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -100 0 -200 50 -250 100 -300 200 -300 500 -250 600 -200 650 -100 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -100 0 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_P +# +DEF SMALL_P U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_P" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 -250 -350 N +P 12 0 1 0 -250 650 -150 700 50 700 150 650 200 600 250 500 250 200 200 100 150 50 50 0 -150 0 -250 50 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_Q +# +DEF SMALL_Q U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_Q" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 -350 N +P 12 0 1 0 250 50 150 0 -50 0 -150 50 -200 100 -250 200 -250 500 -200 600 -150 650 -50 700 150 700 250 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_R +# +DEF SMALL_R U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_R" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 0 -100 700 N +P 5 0 1 0 -100 600 -50 650 50 700 150 700 250 650 N +X ~ ~ -350 0 300 U 50 50 1 1 I +X ~ ~ 300 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_S +# +DEF SMALL_S U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_S" 0 -350 60 H V C CNN +DRAW +P 16 0 1 0 -250 50 -150 0 50 0 150 50 200 150 200 200 150 300 50 350 -100 350 -200 400 -250 500 -250 550 -200 650 -100 700 50 700 150 650 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_T +# +DEF SMALL_T U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_T" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 700 200 700 N +P 5 0 1 0 200 0 150 0 50 50 0 150 0 1050 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 350 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_U +# +DEF SMALL_U U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_U" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 700 250 0 N +P 7 0 1 0 -250 700 -250 200 -200 100 -150 50 -50 0 150 0 250 50 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_V +# +DEF SMALL_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_V" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 700 0 0 250 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_W +# +DEF SMALL_W U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_W" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 700 -200 0 0 500 200 0 400 700 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_X +# +DEF SMALL_X U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_X" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 0 250 700 N +P 2 0 1 0 -300 700 250 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_Y +# +DEF SMALL_Y U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_Y" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 700 0 0 N +P 5 0 1 0 250 700 0 0 -100 -250 -150 -300 -250 -350 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMALL_Z +# +DEF SMALL_Z U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMALL_Z" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 700 200 700 -250 0 200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE +# +DEF SPACE U 0 40 Y Y 1 F N +F0 "U" 0 50 60 H V C CNN +F1 "SPACE" 0 -50 60 H V C CNN +DRAW +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TILDE +# +DEF TILDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TILDE" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -350 950 -300 1000 -200 1050 -150 1050 -50 1000 0 950 100 900 150 900 250 950 300 1000 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# VERTICAL_LINE +# +DEF VERTICAL_LINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "VERTICAL_LINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 -350 0 1250 N +X ~ ~ -200 0 300 U 50 50 1 1 I +X ~ ~ 200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/helpers/tools_to_build_newstroke-font/fontconv.awk b/helpers/tools_to_build_newstroke-font/fontconv.awk new file mode 100644 index 0000000..df34dd1 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/fontconv.awk @@ -0,0 +1,334 @@ +#! /usr/bin/awk -f +# +# awk script to convert KiCAD font. + +BEGIN { + print "/* Automatically converted font */" + missed = 0 + printstats = 1 + + code0 = 82 # ascii code for R + scale = 50 + base = 9 + fontend = "" + symdef = "DEL" + cap_height = -21 + x_height = -14 + sym_height = -16 + sup_offset = -13 + sub_offset = 6 + # transformations props + # SX SY OY + transf["!"] = "-1 +1 0" # revert + transf["-"] = "+1 -1 "x_height # invert small + transf["="] = "+1 -1 "cap_height # invert cap + transf["~"] = "+1 -1 "sym_height # invert symbol + transf["+"] = "-1 -1 "x_height # turn small + transf["%"] = "-1 -1 "cap_height # turn cap + transf["*"] = "-1 -1 "sym_height # turn symbol + transf["^"] = "+1 +1 "sup_offset # superscript + transf["`"] = "-1 +1 "sup_offset # superscript reversed + transf["."] = "+1 +1 "sub_offset # subscript + transf[","] = "-1 +1 "sub_offset # subscript reversed +} + +function ntochar(x) { + return sprintf("%c",x+code0) +} + +function cname(glyph) { + if(substr(glyph,1,1) in transf) { + return substr(glyph,2) + } else { + return glyph + } +} + +function gsx(glyph, tr) { + if(substr(glyph,1,1) in transf) { + tr = transf[substr(glyph,1,1)] + return 0+substr(tr,1,2) + } else { + return 1; + } +} + +function gsy(glyph, tr) { + if(substr(glyph,1,1) in transf) { + tr = transf[substr(glyph,1,1)] + return 0+substr(tr,4,2) + } else { + return 1; + } +} + +function goy(glyph, tr) { + #print "// "substr(glyph,1,1) + if(substr(glyph,1,1) in transf) { + tr = transf[substr(glyph,1,1)] + return 0+substr(tr,7) + } else { + return 0; + } +} + +function graph(glyph, subst, ofx, ofy, sx, sy, cn, data, i, j, o, c) { + if(subst=="")subst=symdef + if(ofx=="") ofx = 0 + if(ofy=="") ofy = 0 + if(!(cname(glyph) in fontnst)) { + print " /* glyph "glyph" not found!!! */" + glyph = subst + } + sx = gsx(glyph) + sy = gsy(glyph) + ofy += goy(glyph) + base + #print "/* g ofx="ofx" ofy="ofy" */" + cn = cname(glyph) + data = "" + for(i = 0; i0) data = data " R" + for(j = 0; j0 && $2=="~" || $2=="S") { + xright = $4/scale + fontmr[name] = $4/scale + # print "//Right:" xright + } else if($4<=0 && $2=="~" || $2=="P") { + xleft = $4/scale + fontml[name] = $4/scale + # print "//Left:" xleft + } +} + +$1 == "ENDDEF" { + metr = ntochar(xleft) ntochar(xright) + fontnst[name] = nst + fontuse[name] = 0 + fi[name] = name +} + +# parsing font index +$1 == "font" { + print fontend + print "const static char* "$2"[] =" + print "{" + fontend = "};" +} +$1 == "startchar" { + codeno = $2 +} +$1 == "+" || $1 == "+w" || $1 == "+p" { + comx = 0 + rem = (codeno%16)?"":sprintf(" /* U+%X %s %s */", codeno, $2, $3) + #print "// c "codeno + codeno+=1 + str = compose() + met = ("+w"==$1) ? metric2($2, $3, 0, ofx2) : ("+p"==$1) ? metric2($3, $2, ofx2, 0) : metric($2) + print " \""cesc(met str) "\","rem +} +$1 == "+(" { + comx = 0 + rem = (codeno%16)?"":sprintf(" /* U+%X %s %s */", codeno, $2, $3) + #print "// c "codeno + codeno+=1 + str = compose(comx) + gf = $2 + gp = $2 +} +$1 == "+|" { + comx = comx + dist(gp, $2) + #print "// "comx + str = str " R" compose(comx) + gp = $2 +} +$1 == "+)" { + comx = comx + dist(gp, $2) + #print "// "comx + str = str " R" compose(comx) + met = metric2(gf, $2, 0, comx) + print " \"" cesc(met str) "\","rem +} + +$1 == "skipcodes" { + #print " // skip "$2 + for(i = 0; i<$2; i++) { + print " \""cesc(metric(symdef) graph(symdef))"\"," ((codeno%16)?"":sprintf(" /* U+%X */", codeno)) + codeno += 1 + } +} +$1 == "//" { + print " /* "$0" */" +} +$1 == "stats" { + printstats = $2 +} + +END { + print fontend + if(printstats) { + if(missed>0) print "/* Missed glyphs: " missed " */" + print "/* --- unused glyphs --- */" + for(f in fi) { + if(0==fontuse[f]) print "/* "f" */" + } + } +} \ No newline at end of file diff --git a/helpers/tools_to_build_newstroke-font/newstroke_font.h b/helpers/tools_to_build_newstroke-font/newstroke_font.h new file mode 100644 index 0000000..2a13634 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/newstroke_font.h @@ -0,0 +1,11330 @@ +/* Automatically converted font */ + +const static char* newstroke_font[] = +{ + /* // BASIC LATIN (0020-007F) */ + "JZ", /* U+20 SPACE */ + "MWRYSZR[QZRYR[ RRSQGRFSGRSRF", + "JZNFNJ RVFVJ", + "H]LM[M RRDL_ RYVJV RS_YD", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RRCR^", + "F^J[ZF RMFOGPIOKMLKKJIKGMF RYZZXYVWUUVTXUZW[YZ", + "E_[[Z[XZUWPQNNMKMINGPFQFSGTITJSLRMLQKRJTJWKYLZN[Q[SZTYWUXRXP", + "MWSFQJ", + "KYVcUbS_R]QZPUPQQLRISGUDVC", + "KYNcObQ_R]SZTUTQSLRIQGODNC", + "JZRFRK RMIRKWI ROORKUO", + "E_JSZS RR[RK", + "MWSZS[R]Q^", + "E_JSZS", + "MWRYSZR[QZRYR[", + "G][EI`", + "H\\QFSFUGVHWJXNXSWWVYUZS[Q[OZNYMWLSLNMJNHOGQF", /* U+30 DIGIT_0 */ + "H\\X[L[ RR[RFPINKLL", + "H\\LHMGOFTFVGWHXJXLWOK[X[", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY", + "H\\VMV[ RQELTYT", + "H\\WFMFLPMOONTNVOWPXRXWWYVZT[O[MZLY", + "H\\VFRFPGOHMKLOLWMYNZP[T[VZWYXWXRWPVOTNPNNOMPLR", + "H\\KFYFP[", + "H\\PONNMMLKLJMHNGPFTFVGWHXJXKWMVNTOPONPMQLSLWMYNZP[T[VZWYXWXSWQVPTO", + "H\\N[R[TZUYWVXRXJWHVGTFPFNGMHLJLOMQNRPSTSVRWQXO", + "MWRYSZR[QZRYR[ RRNSORPQORNRP", + "MWSZS[R]Q^ RRNSORPQORNRP", + "E_ZMJSZY", + "E_JPZP RZVJV", + "E_JMZSJY", + "I[QYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS", + "D_VQUPSOQOOPNQMSMUNWOXQYSYUXVW RVOVWWXXXZW[U[PYMVKRJNKKMIPHTIXK[N]R^V]Y[", /* U+40 AT */ + "I[MUWU RK[RFY[", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[", + "H[MPTP RW[M[MFWF", + "HZTPMP RM[MFWF", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR", + "G]L[LF RLPXP RX[XF", + "MWR[RF", + "JZUFUUTXRZO[M[", + "G\\L[LF RX[OO RXFLR", + "HYW[M[MF", + "F^K[KFRUYFY[", + "G]L[LFX[XF", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G\\L[LFTFVGWHXJXMWOVPTQLQ", /* U+50 P_CAP */ + "G]Z]X\\VZSWQVOV RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG", + "JZLFXF RR[RF", + "G]LFLWMYNZP[T[VZWYXWXF", + "I[KFR[YF", + "F^IFN[RLV[[F", + "H\\KFY[ RYFK[", + "I[RQR[ RKFRQYF", + "H\\KFYFK[Y[", + "KYVbQbQDVD", + "KYID[_", + "KYNbSbSDND", + "LXNHREVH", + "JZJ]Z]", + "NVPESH", /* U+60 GRAVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ", + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT", + "MYOMWM RR[RISGUFWF", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN", + "H[M[MF RV[VPUNSMPMNNMO", + "MWR[RM RRFQGRHSGRFRH", + "MWRMR_QaObNb RRFQGRHSGRFRH", + "IZN[NF RPSV[ RVMNU", + "MXU[SZRXRF", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[", + "I\\NMN[ RNOONQMTMVNWPW[", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ", /* U+70 P_SMALL */ + "I\\WMWb RWZU[Q[OZNYMWMQNOONQMUMWN", + "KXP[PM RPQQORNTMVM", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN", + "MYOMWM RRFRXSZU[W[", + "H[VMV[ RMMMXNZP[S[UZVY", + "JZMMR[WM", + "G]JMN[RQV[ZM", + "IZL[WM RLMW[", + "JZMMR[ RWMR[P`OaMb", + "IZLMWML[W[", + "KYVcUcSbR`RVQTOSQRRPRFSDUCVC", + "H\\RbRD", + "KYNcOcQbR`RVSTUSSRRPRFQDOCNC", + "KZMHNGPFTHVGWF", + "F^K[KFYFY[K[", + /* // LATIN-1 SUPPLEMENT (0080-00FF) */ + "F^K[KFYFY[K[", /* U+80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "JZ", /* U+A0 SPACE */ + "MWROQNRMSNRORM RRUSaRbQaRURb", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRJR^", + "H[LMTM RL[W[ RO[OIPGRFUFWG", + "H]LYOV RLLOO RVVYY RVOYL RVVTWQWOVNTNQOOQNTNVOWQWTVV", + "F^JTZT RJMZM RRQR[ RKFRQYF", + "MWRbRW RRFRQ", + "I[N]P^S^U]V[UYOSNQNPONQM RVGTFQFOGNIOKUQVSVTUVSW", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH", + "@dVKTJPJNKLMKOKSLUNWPXTXVW RRCMDHGELDQEVH[M^R_W^\\[_V`Q_L\\GWDRC", + "KZOEQDSDUEVGVN RVMTNQNOMNKOIQHVH", + "H\\RMLSRY RXWTSXO", + "E_JQZQZV", + "RR", + "@dWXRR RNXNJTJVKWMWOVQTRNR RRCMDHGELDQEVH[M^R_W^\\[_V`Q_L\\GWDRC", + "LXMGWG", + "JZRFPGOIPKRLTKUITGRF", /* U+B0 DEGREE */ + "E_JOZO RRWRG RZ[J[", + "JZNAP@S@UAVCVEUGNNVN", + "JZN@V@RESEUFVHVKUMSNPNNM", + "NVTEQH", + "H^MMMb RWXXZZ[ RMXNZP[T[VZWXWM", + "F]VMV[ ROMOXNZL[ RZMMMKNJP", + "JZRRQSRTSSRRRT", + "MWR\\T]U_TaRbOb", + "JZVNNN RNCPBR@RN", + "KYQNOMNKNGOEQDSDUEVGVKUMSNQN", + "H\\RMXSRY RLWPSLO", + "G]KQYQ RVNNN RNCPBR@RN RUYUa RQSN]W]", + "G]KQYQ RVNNN RNCPBR@RN RNTPSSSUTVVVXUZNaVa", + "G]KQYQ RN@V@RESEUFVHVKUMSNPNNM RUYUa RQSN]W]", + "I[SORNSMTNSOSM RWaUbPbNaM_M]N[OZQYRXSVSU", + "I[MUWU RK[RFY[ RP>SA", /* U+C0 A_CAP GRAVE */ + "I[MUWU RK[RFY[ RT>QA", + "I[MUWU RK[RFY[ RNAR>VA", + "I[MUWU RK[RFY[ RMAN@P?TAV@W?", + "I[MUWU RK[RFY[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I[MUWU RK[RFY[ RRFPEOCPAR@TAUCTERF", + "F`JURU RRPYP RH[OF\\F RRFR[\\[", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR\\T]U_TaRbOb", + "H[MPTP RW[M[MFWF RP>SA", + "H[MPTP RW[M[MFWF RT>QA", + "H[MPTP RW[M[MFWF RNAR>VA", + "H[MPTP RW[M[MFWF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "MWR[RF RP>SA", + "MWR[RF RT>QA", + "MWR[RF RNAR>VA", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RIPQP", /* U+D0 D_CAP STROKE_H */ + "G]L[LFX[XF RMAN@P?TAV@W?", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RP>SA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RT>QA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAR>VA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W?", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "E_LMXY RXMLY", + "G]ZFJ[ RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[", + "G]LFLWMYNZP[T[VZWYXWXF RP>SA", + "G]LFLWMYNZP[T[VZWYXWXF RT>QA", + "G]LFLWMYNZP[T[VZWYXWXF RNAR>VA", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I[RQR[ RKFRQYF RT>QA", + "G\\LFL[ RLKTKVLWMXOXRWTVUTVLV", + "F]K[KJLHMGOFRFTGUHVJVMSMQNPPPQQSSTVTXUYWYXXZV[R[PZ", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RPESH", /* U+E0 A_SMALL GRAVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RTEQH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHREVH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RMHNGPFTHVGWF", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRHPGOEPCRBTCUETGRH", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX", + "HZVZT[P[NZMYLWLQMONNPMTMVN RR\\T]U_TaRbOb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RPESH", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RTEQH", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHREVH", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNFOGNHMGNFNH RVFWGVHUGVFVH", + "MWR[RM RPESH", + "MWR[RM RTEQH", + "LXNHREVH RR[RM", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RR[RM", + "I\\SCQI RWNUMQMONNOMQMXNZP[T[VZWXWLVITGRFNE", /* U+F0 ETH_SMALL */ + "I\\NMN[ RNOONQMTMVNWPW[ RMHNGPFTHVGWF", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RPESH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEQH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHREVH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMHNGPFTHVGWF", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_ZSJS RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "H[XMK[ RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "H[VMV[ RMMMXNZP[S[UZVY RPESH", + "H[VMV[ RMMMXNZP[S[UZVY RTEQH", + "H[VMV[ RMMMXNZP[S[UZVY RNHREVH", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH", + "JZMMR[ RWMR[P`OaMb RTEQH", + "H[MFMb RMNOMSMUNVOWQWWVYUZS[O[MZ", + "JZMMR[ RWMR[P`OaMb RNFOGNHMGNFNH RVFWGVHUGVFVH", + /* // LATIN EXTENDED-A (0100-017F) */ + "I[MUWU RK[RFY[ RM@W@", /* U+100 A_CAP MACRON */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RMGWG", + "I[MUWU RK[RFY[ RN>O@QASAU@V>", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE", + "I[MUWU RK[RFY[ RY[W]V_WaYb[b", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RW[U]T_UaWbYb", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RT>QA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RTEQH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RNAR>VA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RNHREVH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR?Q@RAS@R?RA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRFQGRHSGRFRH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RN>RAV>", + "HZVZT[P[NZMYLWLQMONNPMTMVN RNERHVE", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RN>RAV>", + "IfW[WF RWZU[Q[OZNYMWMQNOONQMUMWN RbF`J", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RIPQP", /* U+110 D_CAP STROKE_H */ + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RRHZH", + "H[MPTP RW[M[MFWF RM@W@", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMGWG", + "H[MPTP RW[M[MFWF RN>O@QASAU@V>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNEOGQHSHUGVE", + "H[MPTP RW[M[MFWF RR?Q@RAS@R?RA", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RRFQGRHSGRFRH", + "H[MPTP RW[M[MFWF RR[P]O_PaRbTb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RR[P]O_PaRbTb", + "H[MPTP RW[M[MFWF RN>RAV>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNERHVE", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RNAR>VA", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RNHREVH", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RN>O@QASAU@V>", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RNEOGQHSHUGVE", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RR?Q@RAS@R?RA", /* U+120 G_CAP DOT */ + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RRFQGRHSGRFRH", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RR\\T]U_TaRbOb", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RRGPFODPBRAUA", + "G]L[LF RLPXP RX[XF RNAR>VA", + "H[M[MF RV[VPUNSMPMNNMO RIAM>QA", + "G]IJ[J RL[LF RLPXP RX[XF", + "H[M[MF RV[VPUNSMPMNNMO RJHRH", + "MWR[RF RMAN@P?TAV@W?", + "MWR[RM RMHNGPFTHVGWF", + "MWR[RF RM@W@", + "MWR[RM RMGWG", + "MWR[RF RN>O@QASAU@V>", + "MWR[RM RNEOGQHSHUGVE", + "MWR[RF RR[P]O_PaRbTb", + "MWR[RM RR[P]O_PaRbTb", + "MWR[RF RR?Q@RAS@R?RA", /* U+130 I_CAP DOT */ + "MWR[RM", + "MgR[RF RbFbUaX_Z\\[Z[", + "MaR[RM RRFQGRHSGRFRH R\\M\\_[aYbXb R\\F[G\\H]G\\F\\H", + "JZUFUUTXRZO[M[ RQAU>YA", + "MWRMR_QaObNb RNHREVH", + "G\\L[LF RX[OO RXFLR RR\\T]U_TaRbOb", + "IZN[NF RPSV[ RVMNU RR\\T]U_TaRbOb", + "IZNMN[ RPSV[ RVMNU", + "HYW[M[MF RO>LA", + "MXU[SZRXRF RTEQH", + "HYW[M[MF RR\\T]U_TaRbOb", + "MXU[SZRXRF RR\\T]U_TaRbOb", + "HYW[M[MF RVHSK", + "M^U[SZRXRF RZFXJ", + "HYW[M[MF RUNTOUPVOUNUP", + "M\\U[SZRXRF RYOZPYQXPYOYQ", /* U+140 L_SMALL_MIDDOT */ + "HYW[M[MF RJQPM", + "MXU[SZRXRF ROQUM", + "G]L[LFX[XF RT>QA", + "I\\NMN[ RNOONQMTMVNWPW[ RTEQH", + "G]L[LFX[XF RR\\T]U_TaRbOb", + "I\\NMN[ RNOONQMTMVNWPW[ RR\\T]U_TaRbOb", + "G]L[LFX[XF RN>RAV>", + "I\\NMN[ RNOONQMTMVNWPW[ RNERHVE", + "MjSFQJ R\\M\\[ R\\O]N_MbMdNePe[", + "G]LFL[ RLINGPFTFVGWHXJX^W`VaTbQb", + "I\\NMN[ RNOONQMTMVNWPW_VaTbRb", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RM@W@", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMGWG", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN>O@QASAU@V>", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNEOGQHSHUGVE", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RQ>NA RX>UA", /* U+150 O_CAP ACUTE_DBL */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RQENH RXEUH", + "E`RPYP RRFR[ R\\FNFLGJIIMITJXLZN[\\[", + "C`[ZY[U[SZRXRPSNUMYM[N\\P\\RRT RRQQOPNNMKMINHOGQGWHYIZK[N[PZQYRW", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RT>QA", + "KXP[PM RPQQORNTMVM RTEQH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RR\\T]U_TaRbOb", + "KXP[PM RPQQORNTMVM RR\\T]U_TaRbOb", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RN>RAV>", + "KXP[PM RPQQORNTMVM RNERHVE", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RT>QA", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RTEQH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RNAR>VA", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RNHREVH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RR\\T]U_TaRbOb", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RR\\T]U_TaRbOb", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RN>RAV>", /* U+160 S_CAP CARON */ + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RNERHVE", + "JZLFXF RR[RF RR\\T]U_TaRbOb", + "MYOMWM RRFRXSZU[W[ RR\\T]U_TaRbOb", + "JZLFXF RR[RF RN>RAV>", + "M[OMWM RYFXI RRFRXSZU[W[", + "JZLFXF RR[RF RNQVQ", + "MYOMWM RRFRXSZU[W[ ROSUS", + "G]LFLWMYNZP[T[VZWYXWXF RMAN@P?TAV@W?", + "H[VMV[ RMMMXNZP[S[UZVY RMHNGPFTHVGWF", + "G]LFLWMYNZP[T[VZWYXWXF RM@W@", + "H[VMV[ RMMMXNZP[S[UZVY RMGWG", + "G]LFLWMYNZP[T[VZWYXWXF RN>O@QASAU@V>", + "H[VMV[ RMMMXNZP[S[UZVY RNEOGQHSHUGVE", + "G]LFLWMYNZP[T[VZWYXWXF RRAP@O>PT@RA", + "H[VMV[ RMMMXNZP[S[UZVY RRHPGOEPCRBTCUETGRH", + "G]LFLWMYNZP[T[VZWYXWXF RQ>NA RX>UA", /* U+170 U_CAP ACUTE_DBL */ + "H[VMV[ RMMMXNZP[S[UZVY RQENH RXEUH", + "G]LFLWMYNZP[T[VZWYXWXF RR[P]O_PaRbTb", + "H[VMV[ RMMMXNZP[S[UZVY RV[T]S_TaVbXb", + "F^IFN[RLV[[F RNAR>VA", + "G]JMN[RQV[ZM RNHREVH", + "I[RQR[ RKFRQYF RNAR>VA", + "JZMMR[ RWMR[P`OaMb RNHREVH", + "JZLFXF RR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H\\KFYFK[Y[ RT>QA", + "IZLMWML[W[ RTEQH", + "H\\KFYFK[Y[ RR?Q@RAS@R?RA", + "IZLMWML[W[ RRFQGRHSGRFRH", + "H\\KFYFK[Y[ RN>RAV>", + "IZLMWML[W[ RNERHVE", + "MYR[RISGUFWF", + /* // LATIN EXTENDED-B (0180-024F) */ + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RJHRH", /* U+180 B_SMALL STROKE_H */ + "C\\LFL[T[VZWYXWXTWRVQSPLP RFKFIGGIFSFUGVHWJWLVNUOSP", + "G\\VFLFL[R[UZWXXVXSWQUORNLN", + "H[WFMFM[ RMNOMSMUNVOWQWWVYUZS[O[MZ", + "H]MFM[S[VZXXYVYSXQVOSNMN", + "IZNMN[S[UZVXVUUSSRNR", + "I^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZMY", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RMHKGJEKCLB", + "HZVZT[P[NZMYLWLQMONNPMTMVN RTMTIUGWFYF", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RIPQP", + "C\\FKFIGGIFQFTGVIWKXOXRWVVXTZQ[L[LF", + "H]NFXFX[R[OZMXLVLSMQOORNXN", + "I\\MFWFW[ RWNUMQMONNOMQMWNYOZQ[U[WZ", + "I\\Q[T[VZWYXWXQWOVNTMQMONNOMQMWNYOZQ[T\\V]W_VaTbPbNa", + "I\\WPPP RM[W[WFMF", + "F^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZLXKVJRZP", + "G[PPTP RWGUFPFNGMHLJLLMNNOPPMQLRKTKWLYMZO[U[WZ", /* U+190 EPSILON_LARGE */ + "HZTPMP RM[MFWF RM[M_LaJbHb", + "MYOMWM RR[RISGUFWF RR[R_QaObMb", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RMHKGJEKCLB", + "I[KFU[U_TaRbPaO_O[YF", + "D`I[IF RIOJNLMOMQNRPRXSZU[X[ZZ[Y\\W\\P[NZM", + "MZRFRWSYTZV[X[", + "MWR[RF RNPVP", + "G_L[LF RX[OO RLRWGYF[G\\I\\K", + "IZNMN[ RPSV[ RVMNU RNMNIOGQFSF", + "MXU[SZRXRF RNOVO", + "JZRMM[ RMFOFPGRMW[ RNLTH", + "Ca\\F\\[ R\\XZZX[V[TZSYRWRF RRWQYPZN[L[JZIYHWHF", + "G]L[LFX[XF RL[L_KaIbGb", + "I\\NMN[ RNOONQMTMVNWPWb", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA", /* U+1A0 O_CAP HORN */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH", + "DaSGQFMFKGIIHMHTIXKZM[Q[SZUXVTVMUISGUFYF[G\\I\\b", + "E^RNPMMMKNJOIQIWJYKZM[P[RZSYTWTQSORNTMVMXNYPYb", + "C\\LFL[ RFKFIGGIFTFVGWHXJXMWOVPTQLQ", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RRMRISGUFWF", + "G\\LFL[ RQVXb RLKTKVLWMXOXRWTVUTVLV", + "H\\XZU[P[NZMYLWLUMSNRPQTPVOWNXLXJWHVGTFOFLG", + "IZVZT[P[NZMXMWNUPTSTUSVQVPUNSMPMNN", + "H[W[L[SPLFWF", + "JYWbUbSaR_RIQGOFMGLIMKOLQKRI", + "MYOMWM RRFRXSZU[W[ RW[W_VaTbRb", + "HZR[RF RKKKILGNFXF", + "MYOMWM RWFUFSGRIRXSZU[W[", + "JZLFXF RR[RF RR[R_SaUbWb", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG", /* U+1B0 U_SMALL HORN */ + "F^ZFUFUJWKYMZPZUYXWZT[P[MZKXJUJPKMMKOJOFJF", + "G]LFLWMYNZP[T[VZXXYVYIXGWF", + "I`RQR[ RKFRQXGZF\\G]I]K", + "J^MMR[ RMbOaP`R[VNXMZN[P[R", + "H\\KFYFK[Y[ RNPVP", + "IZLMWML[W[ RNTVT", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY", + "H\\YFLFSNPNNOMPLRLWMYNZP[V[XZYY", + "JZWMNMUVRVPWOXNZN^O`PaRbUbWa", + "JZMMVMOTSTUUVWVXUZS[Q[O\\N^N_OaQbVb", + "H\\LHMGOFTFVGWHXJXLWOK[X[ RNSVS", + "H\\WFMFLPMOONTNVOWPXRXWWYVZT[O[MZLY", + "JZVMOMNSPRSRUSVUVXUZS[P[NZ", + "J^MZP[T[WZYXZVZSYQWOTNPNPF RLITI", + "H[MMMb RMONNPMTMVNWPWSVUM^", + "MWRFRb", /* U+1C0 LINE_V_LETTER */ + "JZOFOb RUFUb", + "MWRFRb ROWUW ROQUQ", + "MWRYSZR[QZRYR[ RRSQGRFSGRSRF", + "GpL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_FmF_[m[ Rb>fAj>", + "GmL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_MjM_[j[ RaEeHiE", + "ImW[WF RWZU[Q[OZNYMWMQNOONQMUMWN R_MjM_[j[ RaEeHiE", + "HiW[M[MF RdFdUcXaZ^[\\[", + "HcW[M[MF R^M^_]a[bZb R^F]G^H_G^F^H", + "MbU[SZRXRF R]M]_\\aZbYb R]F\\G]H^G]F]H", + "GmL[LFX[XF RhFhUgXeZb[`[", + "GgL[LFX[XF RbMb_aa_b^b RbFaGbHcGbFbH", + "IfNMN[ RNOONQMTMVNWPW[ RaMa_`a^b]b RaF`GaHbGaFaH", + "I[MUWU RK[RFY[ RN>RAV>", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNERHVE", + "MWR[RF RN>RAV>", + "MWR[RM RNERHVE", /* U+1D0 I_SMALL CARON */ + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN>RAV>", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNERHVE", + "G]LFLWMYNZP[T[VZWYXWXF RN>RAV>", + "H[VMV[ RMMMXNZP[S[UZVY RNERHVE", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RM;W;", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH RM@W@", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RT9Q<", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RN9RRAV>", + "G]LFLWMYNZP[T[VZWYXWXF RN?O@NAM@N?NA RV?W@VAU@V?VA RP9S<", + "H[VMV[ RMMMXNZP[S[UZVY RNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT", + "I[MUWU RK[RFY[ RN?O@NAM@N?NA RV?W@VAU@V?VA RM;W;", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNFOGNHMGNFNH RVFWGVHUGVFVH RM@W@", + "I[MUWU RK[RFY[ RR?Q@RAS@R?RA RM;W;", /* U+1E0 A_CAP DOT */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRFQGRHSGRFRH RM@W@", + "F`JURU RRPYP RH[OF\\F RRFR[\\[ RO@Y@", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX RMGWG", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RSV[V", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RS^[^", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RN>RAV>", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RNERHVE", + "G\\L[LF RX[OO RXFLR RN>RAV>", + "IZN[NF RPSV[ RVMNU RJANDRA", + "G]R[P]O_PaRbTb RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[R[P]O_PaRbTb RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "G]R[P]O_PaRbTb RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RM@W@", + "H[R[P]O_PaRbTb RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMGWG", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY RN>RAV>", + "JZMMVMOVRVTWUXVZV^U`TaRbObMa RNERHVE", + "MWRMR_QaObNb RNERHVE", /* U+1F0 J_SMALL CARON */ + "GpL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_FmF_[m[", + "GmL[LFQFTGVIWKXOXRWVVXTZQ[L[ R_MjM_[j[", + "ImW[WF RWZU[Q[OZNYMWMQNOONQMUMWN R_MjM_[j[", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RT>QA", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RTEQH", + "CaH[HF RHPTP RTFTXUZW[Z[\\Z]X]M", + "G\\LFLb RLINGPFTFVGWHXJXOWRUUL^", + "G]L[LFX[XF RP>SA", + "I\\NMN[ RNOONQMTMVNWPW[ RPESH", + "I[MUWU RK[RFY[ RZ9X< RR;PP@RAT@U>TSA", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX RTEQH", + "G]ZFJ[ RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[ RT>QA", + "H[XMK[ RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEQH", + "I[MUWU RK[RFY[ ROAL> RVAS>", /* U+200 A_CAP GRAVE_DBL */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR ROHLE RVHSE", + "I[MUWU RK[RFY[ RNAO?Q>S>U?VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHOFQESEUFVH", + "H[MPTP RW[M[MFWF ROAL> RVAS>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT ROHLE RVHSE", + "H[MPTP RW[M[MFWF RNAO?Q>S>U?VA", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHOFQESEUFVH", + "MWR[RF ROAL> RVAS>", + "MWR[RM ROHLE RVHSE", + "MWR[RF RNAO?Q>S>U?VA", + "MWR[RM RNHOFQESEUFVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF ROAL> RVAS>", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ ROHLE RVHSE", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAO?Q>S>U?VA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHOFQESEUFVH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ ROAL> RVAS>", /* U+210 R_CAP GRAVE_DBL */ + "KXP[PM RPQQORNTMVM RPHME RWHTE", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RNAO?Q>S>U?VA", + "KXP[PM RPQQORNTMVM ROHPFRETEVFWH", + "G]LFLWMYNZP[T[VZWYXWXF ROAL> RVAS>", + "H[VMV[ RMMMXNZP[S[UZVY ROHLE RVHSE", + "G]LFLWMYNZP[T[VZWYXWXF RNAO?Q>S>U?VA", + "H[VMV[ RMMMXNZP[S[UZVY RNHOFQESEUFVH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RS`SaRcQd", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RS`SaRcQd", + "JZLFXF RR[RF RS`SaRcQd", + "MYOMWM RRFRXSZU[W[ RU`UaTcSd", + "I]VRXTYVY[X]V_T`Lb RLHMGOFUFWGXHYJYNXPVRTSNU", + "J[UWVXWZW]V_U`SaMb RMNOMSMUNVOWQWTVVUWSXOY", + "G]L[LF RLPXP RX[XF RN>RAV>", + "H[M[MF RV[VPUNSMPMNNMO RI>MAQ>", + "G]L[LFX[XF RX[Xb", /* U+220 N_CAP LEG */ + "IbWFWXXZZ[\\[^Z_X^V\\UZVV^ RWNUMQMONNOMQMWNYOZQ[T[VZWX", + "G]NFLGKIKKLMMNOO RVFXGYIYKXMWNUO ROOUOWPXQYSYWXYWZU[O[MZLYKWKSLQMPOO", + "J[MJMMNORQVOWMWJ RPQTQVRWTWXVZT[P[NZMXMTNRPQ", + "H\\KFYFK[Y[ RY[Y_XaVbTb", + "IZLMWML[W[ RW[W_VaTbRb", + "I[MUWU RK[RFY[ RR?Q@RAS@R?RA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRFQGRHSGRFRH", + "H[MPTP RW[M[MFWF RR\\T]U_TaRbOb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RR\\T]U_TaRbOb", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA RM;W;", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH RM@W@", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W? RM;W;", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMHNGPFTHVGWF RM@W@", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RR?Q@RAS@R?RA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRFQGRHSGRFRH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RR?Q@RAS@R?RA RM;W;", /* U+230 O_CAP DOT */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRFQGRHSGRFRH RM@W@", + "I[RQR[ RKFRQYF RM@W@", + "JZMMR[ RWMR[P`OaMb RMGWG", + "M]RFRXSZU[W[YZZXYVWUUVQ^", + "IbNMN[ RNOONQMTMVNWPWXXZZ[\\[^Z_X^V\\UZVV^", + "M]OMWM RRFRXSZU[W[YZZXYVWUUVQ^", + "MWRMR_QaObNb", + "D`R[RF RRZP[L[JZIYHWHQIOJNLMPMRN RTMXMZN[O\\Q\\W[YZZX[T[RZ", + "D`RMRb RRZP[L[JZIYHWHQIOJNLMPMRN RTMXMZN[O\\Q\\W[YZZX[T[RZ", + "I[MUWU RK[RFY[ RXCL`", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RXCL`", + "HZVZT[P[NZMYLWLQMONNPMTMVN RWHM`", + "HYW[M[MF RIOQO", + "JZLFXF RR[RF RXCL`", + "J[P[R^T_W_ RNZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN", + "IZLMWML[N[P\\R^T_W_", /* U+240 Z_SMALL_SWASHTAIL */ + "J^MGPFTFWGYIZKZNYPWRTSPSP[", + "J^NNPMTMVNWOXQXSWUVVTWPWP[", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RIUOU", + "G]IM[M RLFLWMYNZP[T[VZWYXWXF", + "I[Y[RFK[", + "H[MPTP RW[M[MFWF RXCL`", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RWHM`", + "JZUFUUTXRZO[M[ RQPYP", + "MWRMR_QaObNb ROTUT RRFQGRHSGRFRH", + "G]XFX^Y`Za\\b^b RXIVGTFPFNGLIKMKTLXNZP[T[VZXX", + "I\\WMW^X`Ya[b]b RWZU[Q[OZNYMWMQNOONQMUMWN", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RIQOQ", + "KXP[PM RPQQORNTMVM RMTUT", + "I[KIYI RRQR[ RKFRQYF", + "JZLQXQ RMMR[ RWMR[P`OaMb", + /* // IPA EXTENSIONS (0250-02AF) */ + "H[MMMXNZP[T[VZ RMNOMTMVNWPWRVTTUOUMV", /* U+250 +A_SMALL */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[", + "G\\K[NQOOPNRMTMVNWOXRXVWYVZT[R[PZOYNWMPLNJM", + "H[RFPFNGMIM[ RMNOMSMUNVOWQWWVYUZS[O[MZ", + "J\\NNPMTMVNWOXQXWWYVZT[P[NZ", + "HZVNTMPMNNMOLQLWMYNZP[S[UZVXUVSUQVM^", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RW[W_XaZb\\b", + "I\\\\FZFXGWIW[ RWZU[Q[OZNYMWMQNOONQMUMWN", + "I[NZP[T[VZWXWPVNTMPMNNMPMRWT", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT", + "IbNNPMTMVNWPWXVZT[P[NZMXMV\\S\\U]W_X`X", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN", + "J[TTVSWQWPVNTMPMNN RRTTTVUWWWXVZT[P[NZ", + "JaRTTTVUWWWXVZT[P[NZ RNNPMTMVNWPWQVSTT[S[U\\W^X_X", + "H[TTVSWQWPVNTMPMNNMOLRLVMYNZP[T[VZWXWWVUTTRT", + "MWRMR_QaObNb ROTUT", + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RWMWIXGZF\\F", /* U+260 G_SMALL +HOOK */ + "I\\WYVZT[P[NZMXMQNOONQMWMW^V`UaSbMb", + "HZUNSMPMNNMOLQLWMYNZP[T[VZVUSU", + "JZMMU[U_TaRbPaO_O[WM", + "JZMMTVUXTZR[PZOXPVWM", + "I\\WMWb RNMNXOZQ[T[VZWY", + "H[RFPFNGMIM[ RV[VPUNSMPMNNMO", + "H[RFPFNGMIM[ RV[VPUNSMPMNNMO RV[V_UaSbQb", + "MWR[RM ROTUT RRFQGRHSGRFRH", + "MXRMRXSZU[", + "MWR[RM RU[O[ RUMOM", + "MXU[SZRXRF RMONNPMTOVNWM", + "IYU[SZRXRF RRQQOONMOLQMSOTWT", + "MXRFR_SaUbWb", + "GZLFLXMZO[ RLMVMOVRVTWUXVZV^U`TaRbObMa", + "D`[M[[ R[YZZX[U[SZRXRM RRXQZO[L[JZIXIM", + "D`[M[[ R[YZZX[U[SZRXRM RRXQZO[L[JZIXIM R[[[b", /* U+270 +M_SMALL LEG */ + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ R[[[_ZaXbVb", + "I\\NMN[ RNOONQMTMVNWPW[ RN[N_MaKbIb", + "I\\NMN[ RNOONQMTMVNWPW[ RW[W_XaZb\\b", + "H[M[MMV[VM", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "E]RTXT RRMR[ RZMMMKNJOIQIWJYKZM[Z[", + "G]RTRXSZU[V[XZYXYQXOWNUMOMMNLOKQKXLZN[O[QZRX", + "G]RFRb RPMTMVNXPYRYVXXVZT[P[NZLXKVKRLPNNPM", + "LYTMT[ RTWSYRZP[N[", + "LYTMT[ RTWSYRZP[N[ RTMTF", + "LYTMT[ RTWSYRZP[N[ RT[T_UaWbYb", + "KXP[PM RPQQORNTMVM RP[Pb", + "KXP[PM RPQQORNTMVM RP[P_QaSbUb", + "KXM[S[ RVMTMRNQOPRP[", + "LYW[Q[ RNMPMRNSOTRT[", + "I[RUW[ RN[NMTMVNWPWRVTTUNU", /* U+280 R_SMALLCAP */ + "I[RSWM RNMN[T[VZWXWVVTTSNS", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RN[N_OaQbSb", + "KYWFUFSGRIR_QaObMb", + "MWRMR_QaObNb ROTUT RRMRISGUFWF", + "KYMFOFQGRIRXSZU[W[", + "KYWFUFSGRIR_QaObMaL_M]O\\V\\", + "KWU[M[ RRbRPQNOMMM", + "MYOMWM RRFR_SaUbWb", + "H[JRYR RVMV[ RMMMXNZP[S[UZVY", + "I\\XMUMUPWRXTXWWYVZT[Q[OZNYMWMTNRPPPMMM", + "H[MMMXNZP[S[UZVYWWWPVNUM", + "JZW[RMM[", + "G]Z[VMRWNMJ[", + "JZW[RM RM[RMTHUGWF", + "KYRTR[ RMMRTWM", + "IZLMWML[W[ RW[W_XaZb\\b", /* U+290 Z_SMALL !HOOK */ + "IZLMWML[T[VZWXVVTURVN^", + "JZMMVMOVRVTWUXVZV^U`TaRbObMa", + "JZMMVMOVRVTWUXVZV^U`TaRbPbNaM_N]P\\R]Uc", + "J^MGPFTFWGYIZKZNYPWRTSPSP[", + "FZWGTFPFMGKIJKJNKPMRPSTST[", + "J^MZP[T[WZYXZVZSYQWOTNPNPF", + "F[WHVGSFQFNGLIKKJOJYK]L_NaQbSbVaW`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RROQPRQSPRORQ", + "I[STVUWWWXVZT[N[NMSMUNVPVQUSSTNT", + "I\\PTNUMWMXNZP[T[VZWYXVXRWOVNTMPMNNMPMQNSPTRT", + "HZUNSMPMNNMOLQLWMYNZP[T[VZVUSU RUMUIVGXFZF", + "H[MTVT RMMM[ RVMV[", + "LXRMR_QaObMaL_M]O\\V\\ RRFQGRHSGRFRH", + "J[VMVb RTUNM RN[VS", + "JYOMO[V[", + "I\\WMWb RWZU[Q[OZNYMWMQNOONQMUMWN RWMWIXGZF\\F", /* U+2A0 Q_SMALL +HOOK */ + "J^MGPFTFWGYIZKZNYPWRTSPSP[ RLXTX", + "FZWGTFPFMGKIJKJNKPMRPSTST[ RPXXX", + "D`R[RF RRM]MR[][ RRZP[L[JZIYHWHQIOJNLMPMRN", + "E`RFR[ RRNPMMMKNJOIQIWJYKZM[P[RZ RRM\\MUVXVZW[X\\Z\\^[`ZaXbUbSa", + "D`R[RF RRM]MR[Z[\\Z]X\\VZUXVT^ RRZP[L[JZIYHWHQIOJNLMPMRN", + "G^IMQM RLFLXMZO[QZS[W[YZZXZWYUWTTTRSQQQPRNTMWMYN", + "I[KMTM RNFNXOZQ[T[ RYFWFUGTIT_SaQbOb", + "F^HMPM RKFKXLZN[P[RZ RZNXMTMRNQOPQPWQYRZT[W[YZZXYVWUUVQ^", + "F]HMPMP[ RK[KILGNFPF RPOQNSMVMXNYPY_XaVbTb", + "G^LFLXMZO[QZS[W[YZZXZWYUWTTTRSQQQPRNTMWMYN", + "H^MM[MP[ RMFMXNZP[[[", + "G]JSN[RUV[ZS RJFNNRHVNZF", + "G]XXXSLSLX RXKXFLFLK", + "I\\WMWb RNMNXOZQ[T[VZWY RNMNIMGKFIF", + "I\\\\bZbXaW_WM RNMNXOZQ[T[VZWY RNMNIMGKFIF", + /* // SPACING MODIFIER LETTERS (02B0-02FF) */ + "F^K[KFYFY[K[", /* U+2B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // COMBINING DIACRITICAL MARKS (0300-036F) */ + "F^K[KFYFY[K[", /* U+300 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+310 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+320 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+330 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+340 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+350 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+360 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // GREEK AND COPTIC (0370-03FF) */ + "H[MFM[ RXPMP", /* U+370 HETA_CAP */ + "IZNTVT RNMN[", + "G]R[RF RKOKFYFYO", + "I[R[RF RMOMFWFWO", + "MWSFQJ", + "MWS[Q_", + "G]LFL[XFX[", + "H\\MMM[WMW[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "NVR`RcSdTd", + "J\\NZP[T[VZWYXWXQWOVNTMPMNN", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRSQTRUSTRSRU", + "J\\NZP[T[VZWYXWXQWOVNTMPMNN RRSQTRUSTRSRU", + "MWSZS[R]Q^ RRNSORPQORNRP", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+380 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "NVTEQH", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "G[MUWU RK[RFY[ RMEJH", + "JZRRQSRTSSRRRT", + "B[MPTP RW[M[MFWF RHEEH", + "A]L[LF RLPXP RX[XF RGEDH", + "GWR[RF RMEJH", + "RR", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH", + "RR", + "@[RQR[ RKFRQYF RFECH", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RFECH", + "MXRMRXSZU[ RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", /* U+390 IOTA_SMALL DIAERESIS */ + "I[MUWU RK[RFY[", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP", + "HZM[MFXF", + "I[K[RFY[K[", + "H[MPTP RW[M[MFWF", + "H\\KFYFK[Y[", + "G]L[LF RLPXP RX[XF", + "F^OPUP RPFTFVGXIYKZNZSYVXXVZT[P[NZLXKVJSJNKKLINGPF", + "MWR[RF", + "G\\L[LF RX[OO RXFLR", + "I[K[RFY[", + "F^K[KFRUYFY[", + "G]L[LFX[XF", + "H[L[W[ RLFWF RUPNP", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G]L[LFXFX[", /* U+3A0 PI_CAP */ + "G\\L[LFTFVGWHXJXMWOVPTQLQ", + "RR", + "H[W[L[SPLFWF", + "JZLFXF RR[RF", + "I[RQR[ RKFRQYF", + "G]R[RF RPITIWJYLZNZRYTWVTWPWMVKTJRJNKLMJPI", + "H\\KFY[ RYFK[", + "G]R[RF RHFJGKIKNLQMROSUSWRXQYNYIZG\\F", + "F^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I[RQR[ RKFRQYF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RTEQH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RTEQH", + "I\\NMN[ RNOONQMTMVNWPWb RTEQH", + "MXRMRXSZU[ RTEQH", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", /* U+3B0 UPSILON_SMALL DIAERESIS */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[", + "H[SOUPVQWSWWVYUZS[P[NZMY RKbLaM_MINGPFSFUGVIVLUNSOQO", + "JZRYRb RLMMMNNRYWM", + "H[SMPMNNMOLQLWMYNZP[S[UZVYWWWQVOUNSMPLNKMINGPFTFVG", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN", + "HZMFWFPMNPMSMWNYOZQ[S[U\\V^V_UaSbRb", + "I\\NMN[ RNOONQMTMVNWPWb", + "H[LPWP RPFSFUGVHWKWVVYUZS[P[NZMYLVLKMHNGPF", + "MXRMRXSZU[", + "IZNMN[ RPSV[ RVMNU", + "JZRMM[ RMFOFPGRMW[", + "H^MMMb RWXXZZ[ RMXNZP[T[VZWXWM", + "J[MMR[WPWOVM", + "HZMFWF RQFOGNINLONQOUO RQOOPNQMSMWNYOZQ[S[U\\V^V_UaSbRb", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "F]VMV[ ROMOXNZL[ RZMMMKNJP", /* U+3C0 PI_SMALL */ + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "HZVNTMPMNNMOLQLWMYNZP[S[U\\V^V_UaSb", + "H\\YMPMNNMOLQLWMYNZP[S[UZVYWWWQVOUNSM", + "H\\LPMNOMXM RRMRXSZU[", + "H[MMMXNZP[S[UZVYWWWPVNUM", + "G]MMLNKPKVLXNZP[T[VZXXYVYPXNVMUMSNRPRb", + "IZWMLb RLMNNOPT_UaWb", + "G]RMRb RKMKVLXNZP[T[VZXXYVYM", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RRMRXSZU[", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEQH", + "H[MMMXNZP[S[UZVYWWWPVNUM RTEQH", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEQH", + "G\\L[LF RXFLR ROOX[Qb", + "H[SOUPVQWSWWVYUZS[P[NZMXMINGPFSFUGVIVLUNSOQO", /* U+3D0 BETA_SMALL_CURLED */ + "H[JPKQLSLVMYNZP[S[UZVYWVWKVHUGSFPFNGMHLJLLMNNOPPWP", + "I\\KFMFOGQIRKR[ RRKSHTGVFWFYGZI", + "NiTEQH RXFZF\\G^I_K_[ R_K`HaGcFdFfGgI", + "I\\KFMFOGQIRKR[ RRKSHTGVFWFYGZI RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G]RFRb RPMTMVNXPYRYVXXVZT[P[NZLXKVKRLPNNPM", + "F^RTRX R[MIM RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "IZLMNNOPOXNZM[LZLXMVVRWPWNVMUNTPTXUZW[V^U`TaRb", + "G]R[Rb RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[R[Rb RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "FZWFQFNGLIKKJOJRKVLXNZQ[R[T\\U^U_TaSbQb", + "HZVMPMNNMOLQLWMYNZP[R[T\\U^U_TaRbPb", + "HZTPMP RM[MFWF", + "MZVPRP RWFUFSGRIR_QaOb", + "H\\MFOGPILSXNTXUZW[", + "I[RFMPWPR[", + "H\\NGNL RXIULTNTW RKIMGPFTFVGXIYKZOZUYYX[", /* U+3E0 SAMPI_CAP */ + "H\\L[UR RR[WV RLMPNSPURWVXZXb", + "CaRWRR R\\XY]V`SaMa RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF", + "G]RTRX RXZW\\S`PaOa RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "G]XFXb RPFNGLIKMKTLXNZP[T[VZXX", + "I\\WMWb RQMONNOMQMWNYOZQ[T[VZWY", + "F]KFK[ RKQMOPNTNVOXQYTYWXZW\\U^R`Nb", + "I[WLWMVPTRRSPSNRMPMONMPLRLTMVPWSWWVYUZS[M[", + "F]KHLGOFTFWGXHYJYLXOVQJ[N^Q_V_Y^", + "J[NNPMTMVNWPWRVTTVN[P]R^U^W]", + "G]I[[[ RIFJFLGXZZ[ R[FZFXGLZJ[", + "H[KMMNVZX[K[MZVNXM", + "G\\XEVFOFMGLHKJKWLYMZO[T[VZWYXWXPWNVMTLNLLMKN", + "H[WEVFTGPGNHMILKLWMYNZP[S[UZVYWWWQVOUNSMOMMNLO", + "G]RFRb RKQKMYMYQ", + "I[MMWM RRFRb", + "IZLMNNOPOXNZM[LZLXMVVRWPWNVMUNTPTXUZW[", /* U+3F0 KAPPA_SMALL_SCRIPT */ + "H\\WbQbOaN`M^MQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "MWRMR_QaObNb RRFQGRHSGRFRH", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "HZLTST RVZT[P[NZMYLWLQMONNPMTMVN", + "J\\XTQT RNZP[T[VZWYXWXQWOVNTMPMNN", + "G\\LFL[ RLKTKVLWMXOXRWTVUTVLV", + "H[MFMb RMNOMSMUNVOWQWWVYUZS[O[MZ", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "F^K[KFRMYFY[", + "G]LbLMRSXMX[", + "G\\J`S` RMbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "I^MYNZQ[S[VZXXYVZRZOYKXIVGSFQFNGMH", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RROQPRQSPRORQ", + "I^MYNZQ[S[VZXXYVZRZOYKXIVGSFQFNGMH RROQPRQSPRORQ", + /* // Cyrillic (0400-04FF) */ + "H[MPTP RW[M[MFWF RP>SA", /* U+400 E_CAP GRAVE */ + "H[MPTP RW[M[MFWF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "JbLFXF RR[RF RRMXM[N]P^S^\\]_[aXbVb", + "HZM[MFXF RT>QA", + "F[JPTP RWYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG", + "MWR[RF", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "JZUFUUTXRZO[M[", + "AbC[D[FZGXILJILGOFRFR[X[[Z]X^V^S]Q[OXNRN", + "AbF[FF RRFR[X[[Z]X^V^S]Q[OXNFN", + "JbLFXF RR[RF RRMXM[N]P^S^[", + "G\\L[LF RX[OO RXFLR RT>QA", + "G]LFL[XFX[ RP>SA", + "G[KFRT RYFPXNZL[K[ RN>O@QASAU@V>", + "G]R[R` RLFL[X[XF", + "I[MUWU RK[RFY[", /* U+410 A_CAP */ + "G\\VFLFL[R[UZWXXVXSWQUORNLN", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP", + "HZM[MFXF", + "F^[`[[I[I` RW[WFRFPGOHNJL[", + "H[MPTP RW[M[MFWF", + "BbOOF[ RR[RF RRRFF R^[UO R^FRR", + "I]PPTP RMGOFTFVGWHXJXLWNVOTPWQXRYTYWXYWZU[O[MZ", + "G]LFL[XFX[", + "G]LFL[XFX[ RN>O@QASAU@V>", + "G\\L[LF RX[OO RXFLR", + "F\\W[WFTFQGOINLLXKZI[H[", + "F^K[KFRUYFY[", + "G]L[LF RLPXP RX[XF", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "G]L[LFXFX[", + "G\\L[LFTFVGWHXJXMWOVPTQLQ", /* U+420 P_CAP */ + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "JZLFXF RR[RF", + "G[KFRT RYFPXNZL[K[", + "G]R[RF RPITIWJYLZNZRYTWVTWPWMVKTJRJNKLMJPI", + "H\\KFY[ RYFK[", + "G]XFX[ RLFL[Z[Z`", + "H\\WFW[ RLFLNMPNQPRWR", + "CaRFR[ RHFH[\\[\\F", + "CaRFR[ RHFH[\\[\\F R\\[^[^`", + "F]HFMFM[S[VZXXYVYSXQVOSNMN", + "Da\\F\\[ RIFI[O[RZTXUVUSTQROONIN", + "H]MFM[S[VZXXYVYSXQVOSNMN", + "I^ZQPQ RMHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZMY", + "CaHFH[ ROPHP RTFXFZG\\I]M]T\\XZZX[T[RZPXOTOMPIRGTF", + "G\\RQK[ RW[WFOFMGLHKJKMLOMPOQWQ", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR", /* U+430 A_SMALL */ + "H[WEVFTGPGNHMILKLWMYNZP[S[UZVYWWWQVOUNSMOMMNLO", + "I[STVUWWWXVZT[N[NMSMUNVPVQUSSTNT", + "JYO[OMWM", + "H[WOVNTMPMNNMOLQLWMYNZP[S[UZVYWWWJVHUGSFOFMG", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWWXVZT[P[NZ", + "H\\MMM[WMW[", + "H\\MMM[WMW[ RNEOGQHSHUGVE", + "IZNMN[ RPSV[ RVMNU", + "I[V[VMSMQNPPOXNZL[", + "G]L[LMRXXMX[", + "H[MTVT RMMM[ RVMV[", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "H[M[MMVMV[", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ", /* U+440 P_SMALL */ + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "KYMMWM RRMR[", + "JZMMR[ RWMR[P`OaMb", + "G]MMLNKPKVLXNZP[T[VZXXYVYPXNVMUMSNRPRb", + "IZL[WM RLMW[", + "I\\WMW[ RNMN[Y[Y`", + "J\\VMV[ RNMNROTQUVU", + "F^RMR[ RKMK[Y[YM", + "F^RMR[ RKMK[Y[YM RY[[[[`", + "HZJMNMN[S[UZVXVUUSSRNR", + "F^YMY[ RKMK[P[RZSXSURSPRKR", + "IZNMN[S[UZVXVUUSSRNR", + "J\\XTQT RNNPMTMVNWOXQXWWYVZT[P[NZ", + "E_JTPT RJMJ[ RT[RZQYPWPQQORNTMWMYNZO[Q[WZYYZW[T[", + "I[RUM[ RV[VMPMNNMPMRNTPUVU", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RPESH", /* U+450 E_SMALL GRAVE */ + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNFOGNHMGNFNH RVFWGVHUGVFVH", + "M^OKXK RRFR[ RRSSRUQWQYRZTZ[Y^WaVb", + "JYO[OMWM RTEQH", + "HZLTST RVZT[P[NZMYLWLQMONNPMTMVN", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN", + "MWR[RM RRFQGRHSGRFRH", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RR[RM", + "MWRMR_QaObNb RRFQGRHSGRFRH", + "E^H[JZKXLPMNOMRMR[W[YZZXZUYSWRRR", + "D^IMI[ RRMR[W[YZZXZVYTWSIS", + "M^OKXK RRFR[ RRSSRUQWQYRZTZ[", + "IZNMN[ RPSV[ RVMNU RTEQH", + "H\\MMM[WMW[ RPESH", + "JZMMR[ RWMR[P`OaMb RNEOGQHSHUGVE", + "H]R[R` RMMM[W[WM", + "CaRWRR RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF", /* U+460 OMEGA_LARGE */ + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "F]IIVI RMFM[S[VZXXYVYSXQVOSNMN", + "HZJMTM RNFN[S[UZVXVUUSSRNR", + "D`IFI[ RYPIP R\\Y[ZX[V[SZQXPVOROOPKQISGVFXF[G\\H", + "F^KMK[ RWTKT RZZX[T[RZQYPWPQQORNTMXMZN", + "F^LSXS RRSR[ RH[RF\\[", + "I[NUVU RRUR[ RK[RMY[", + "AbF[FF RFS\\S RVSV[ RL[VF`[", + "E_J[JM RVUV[ RZUJU RO[VM][", + "E_R[RPJFZFRP RI[IVJSLQOPUPXQZS[V[[", + "G]R[RTLMXMRT RK[KXLVMUOTUTWUXVYXY[", + "AcF[FF RFPSP RV[VPNF^FVP RM[MVNSPQSPYP\\Q^S_V_[", + "DaI[IM RITST RV[VTPM\\MVT RO[OXPVQUSTYT[U\\V]X][", + "H\\OPSP RNAQFSBTAUA RLGNFSFUGVHWJWLVNUOSPVQWRXTXWWYVZT[O[M\\L^L_MaObWb", + "J[RTTT ROHRMTIUHVH RNNPMTMVNWPWQVSTTVUWWWXVZT[Q[O\\N^N_OaQbVb", + "G]R[RF RHFJGKIKNLQMROSUSWRXQYNYIZG\\F", /* U+470 PSI_CAP */ + "G]RMRb RKMKVLXNZP[T[VZXXYVYM", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "I[KFR[YF", + "JZMMR[WM", + "I[KFR[YF ROAL> RVAS>", + "JZMMR[WM ROHLE RVHSE", + "GmPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF R`Me[ RjMe[c`ba`b", + "HkP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ R^Mc[ RhMc[a``a^b", + "CaRXR^ RRCRI RMFJGHIGLGUHXJZM[W[ZZ\\X]U]L\\IZGWFMF", + "G]RYR] RRKRO ROMMNLOKQKWLYMZO[U[WZXYYWYQXOWNUMOM", + "CaRWRR RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF RLBM@O?R?U@X@", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RLIMGOFRFUGXG", + "CaRWRR RLFJGHIGLGUHXJZL[N[PZQYRWSYTZV[X[ZZ\\X]U]L\\IZGXF RMR?PAOCPDR RC^D\\F[H\\I^ RCFDDFCHDIF ROcPaR`TaUc ROAP?R>T?UA R[^\\\\^[`\\a^ R[F\\D^C`DaF R`RaPcOePfR", + ":jDQ>Q RH[D_ RHGDC RR_Re RRCR= R\\[`_ R\\G`C R`QfQ", + "G]LFL[XFX[ RX[[[Ub RN>O@QASAU@V>", + "H\\MMM[WMW[ RW[Z[Tb RNEOGQHSHUGVE", + "H]MFM[S[VZXXYVYSXQVOSNMN RJIPI", + "IZKMQM RNFN[S[UZVXVUUSSRNR", + "G\\L[LFTFVGWHXJXMWOVPTQLQ RTMXS", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RSWW]", + "HZM[MFXFXA", /* U+490 GAMMA_CAP_UPTURN */ + "JYO[OMWMWH", + "HZM[MFXF RJQRQ", + "JYO[OMWM RLTTT", + "H]M[MFXF RMMSMVNXPYSY\\X_VaSbQb", + "J\\O[OMWM ROTTTVUWVXXX[W^UaTb", + "BbOOF[ RR[RF RRRFF R^[UO R^FRR R^[`[``", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU RZ[\\[\\`", + "I]PPTP RMGOFTFVGWHXJXLWNVOTPWQXRYTYWXYWZU[O[MZ RR\\T]U_TaRbOb", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWWXVZT[P[NZ RR\\T]U_TaRbOb", + "G\\L[LF RX[OO RXFLR RX[Z[Z`", + "IZNMN[ RPSV[ RVMNU RV[X[X`", + "G\\L[LF RX[OO RXFLR RPKPS", + "IZNMN[ RPSV[ RVMNU RRORW", + "G\\L[LF RX[OO RXFLR RIJOJ", + "IZN[NF RPSV[ RVMNU RKJQJ", + "E\\X[OO RXFLR RGFLFL[", /* U+4A0 K_CAP_BASHKIR */ + "HZPSV[ RVMNU RJMNMN[", + "G]L[LF RLPXP RX[XF RX[Z[Z`", + "H[MTVT RMMM[ RVMV[ RV[X[X`", + "GeL[LF RLPXP RX[XFcF", + "H`MTVT RMMM[ RV[VM^M", + "GhL[LFXFX[ RXM^MaNcPdSd\\c_aa^b\\b", + "HcM[MMVMV[ RVT[T]U^V_X_[^^\\a[b", + "F^QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZMYJWIVITJSMSRTVUXWZY[[[", + "H\\QMPMNNMOLQLWMYNZP[T[VZWYXWXRWPUOSPRRRWSYTZV[Y[", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR\\T]U_TaRbOb", + "HZVZT[P[NZMYLWLQMONNPMTMVN RR\\T]U_TaRbOb", + "JZLFXF RR[RF RR[T[T`", + "KYMMWM RRMR[ RR[T[T`", + "I[RQR[ RKFRQYF", + "JZR[Rb RMMR[WM", + "I[RQR[ RKFRQYF RNUVU", /* U+4B0 Y_CAP STROKE_H */ + "JZR[Rb RMMR[WM RN]V]", + "H\\KFY[ RYFK[ RX[Z[Z`", + "IZL[WM RLMW[ RV[X[X`", + "D]FFRF RXFX[ RLFL[Z[Z`", + "G\\RMIM RWMW[ RNMN[Y[Y`", + "H\\WFW[ RLFLNMPNQPRWR RW[Y[Y`", + "J\\VMV[ RNMNROTQUVU RV[X[X`", + "H\\WFW[ RLFLNMPNQPRWR RRNRV", + "J\\VMV[ RNMNROTQUVU RRQRY", + "G]L[LF RL[ RLPRPUQWSXVX[", + "H[M[MF RV[VPUNSMPMNNMO", + "@^WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGXIYKZOJQGQEPDOCMCK", + "E[VZT[P[NZMXMPNNPMTMVNWPWRMTKTISHQHO", + "@^WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGXIYKZOJQGQEPDOCMCK RR[P]O_PaRbTb", + "E[VZT[P[NZMXMPNNPMTMVNWPWRMTKTISHQHO RR[P]O_PaRbTb", + "MWR[RF", /* U+4C0 I_CAP */ + "BbOOF[ RR[RF RRRFF R^[UO R^FRR RN>O@QASAU@V>", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU RNEOGQHSHUGVE", + "G\\L[LF RX[OO RXFLR RX[X_WaUbSb", + "IZNMN[ RPSV[ RVMNU RV[V_UaSbQb", + "F\\W[WFTFQGOINLLXKZI[H[ RW[Z[Tb", + "I[V[VMSMQNPPOXNZL[ RV[Y[Sb", + "G]L[LF RLPXP RX[XF RX[X_WaUbSb", + "H[MTVT RMMM[ RVMV[ RV[V_UaSbQb", + "G]L[LF RLPXP RX[XF RX[[[Ub", + "H[MTVT RMMM[ RVMV[ RV[Y[Sb", + "H\\WFW[ RLFLNMPNQPRWR RW[U[U`", + "J\\VMV[ RNMNROTQUVU RV[T[T`", + "F^K[KFRUYFY[ RY[\\[Vb", + "G]L[LMRXXMX[ RX[[[Ub", + "MWR[RF", + "I[MUWU RK[RFY[ RN>O@QASAU@V>", /* U+4D0 A_CAP BREVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE", + "I[MUWU RK[RFY[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNFOGNHMGNFNH RVFWGVHUGVFVH", + "F`JURU RRPYP RH[OF\\F RRFR[\\[", + "D`INKMOMQNRP R[ZY[U[SZRXRPSNUMYM[N\\P\\RRSKSITHVHXIZK[O[QZRX", + "H[MPTP RW[M[MFWF RN>O@QASAU@V>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNEOGQHSHUGVE", + "F^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZLXKVJRZP", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT", + "F^MHNGQFSFVGXIYKZOZRYVXXVZS[Q[NZLXKVJRZP RNBOCNDMCNBND RVBWCVDUCVBVD", + "I[NNPMTMVNWPWXVZT[P[NZMXMVWT RNFOGNHMGNFNH RVFWGVHUGVFVH", + "BbOOF[ RR[RF RRRFF R^[UO R^FRR RN?O@NAM@N?NA RV?W@VAU@V?VA", + "F^QTJ[ RRUJM RRMR[ RZ[ST RZMRU RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I]PPTP RMGOFTFVGWHXJXLWNVOTPWQXRYTYWXYWZU[O[MZ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWWXVZT[P[NZ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "H\\KFXFQNTNVOWPXRXWWYVZT[N[LZKY", /* U+4E0 DIGIT_3 */ + "JZMMVMOVRVTWUXVZV^U`TaRbObMa", + "G]LFL[XFX[ RM@W@", + "H\\MMM[WMW[ RMGWG", + "G]LFL[XFX[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H\\MMM[WMW[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "G]KPYP RPFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H[LTWT RP[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I^ZPPP RMYNZQ[S[VZXXYVZRZOYKXIVGSFQFNGMH RN?O@NAM@N?NA RV?W@VAU@V?VA", + "J\\XTQT RNZP[T[VZWYXWXQWOVNTMPMNN RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G[KFRT RYFPXNZL[K[ RM@W@", + "JZMMR[ RWMR[P`OaMb RMGWG", + "G[KFRT RYFPXNZL[K[ RN?O@NAM@N?NA RV?W@VAU@V?VA", /* U+4F0 Y_LARGE DIAERESIS */ + "JZMMR[ RWMR[P`OaMb RNFOGNHMGNFNH RVFWGVHUGVFVH", + "G[KFRT RYFPXNZL[K[ RQ>NA RX>UA", + "JZMMR[ RWMR[P`OaMb RQENH RXEUH", + "H\\WFW[ RLFLNMPNQPRWR RN?O@NAM@N?NA RV?W@VAU@V?VA", + "J\\VMV[ RNMNROTQUVU RNFOGNHMGNFNH RVFWGVHUGVFVH", + "HZM[MFXF RM[O[O`", + "JYO[OMWM RO[Q[Q`", + "Da\\F\\[ RIFI[O[RZTXUVUSTQROONIN RN?O@NAM@N?NA RV?W@VAU@V?VA", + "F^YMY[ RKMK[P[RZSXSURSPRKR RNFOGNHMGNFNH RVFWGVHUGVFVH", + "HZWFMFM[Q[Q_PaNbLb RJQRQ", + "JYWMOMO[S[S_RaPbNb RLTTT", + "H\\KFY[ RYFK[ RX[X_WaUbSb", + "IZL[WM RLMW[ RV[V_UaSbQb", + "H\\KFY[ RYFK[ RNPVP", + "IZL[WM RLMW[ RNTVT", + /* // Cyrillic Supplement (500-52F) */ + "G\\WFW[Q[NZLXKVKSLQNOQNWN", /* U+500 !SOFT_CAP */ + "J[VMV[Q[OZNXNUOSQRVR", + "B_RXSZU[X[ZZ[X[M RRFRXQZO[L[IZGXFVFSGQIOLNRN", + "E]RXSZU[V[XZYXYQ RRMRXQZO[M[KZJXJUKSMRRR", + "IePPTP RMGOFTFVGWHXJXLWNVOTPVQWRXTXXYZ[[^[`ZaXaM", + "KbRTTT RNNPMTMVNWPWQVSTTVUWWWXXZZ[[[]Z^X^Q", + "I\\PPTP RMGOFTFVGWHXJXLWNVOTPVQWRXTX[Z[Z`", + "K[RTTT RNNPMTMVNWPWQVSTTVUWWW[Y[Y`", + "FdH[I[KZLXNLOIQGTFWFWXXZZ[][_Z`X`M", + "IaL[NZOXPPQNSMVMVXWZY[Z[\\Z]X]Q", + "CaH[HF RHPTP RTFTXUZW[Z[\\Z]X]M", + "F^KTTT RKMK[ RTMTXUZW[X[ZZ[X[R", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR", + "HZUNSMPMNNMOLQLWMYNZP[T[VZVUSU", + "J_LFXF RRFRXSZU[X[ZZ[X[M", + "K]MMWM RRMRXSZU[V[XZYXYS", + "G[PPTP RWGUFPFNGMHLJLLMNNOPPMQLRKTKWLYMZO[U[WZ", /* U+510 EPSILON_LARGE */ + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN", + "F\\W[WFTFQGOINLLXKZI[H[ RW[W_VaTbRb", + "I[V[VMSMQNPPOXNZL[ RV[V_UaSbQb", + "BaP[^F RD[E[GZHXJLKIMGPF^[", + "E^[MO[ RH[JZKXLPMNOM[[", + "E_\\FUO\\[ RJ[JFRFTGUHVJVMUOTPRQJQ", + "F^KMKb R[MUT[[ RKNMMQMSNTOUQUWTYSZQ[M[KZ", + "DaOQH[ RTFT[^[ R[QLQJPIOHMHJIHJGLF^F", + "D`H[MU RRPRMKMINHPHRITKURU R[ZY[U[SZRXRPSNUMYM[N\\P\\RRT", + "G]Z]X\\VZSWQVOV RP[NZLXKTKMLINGPFTFVGXIYMYTXXVZT[P[", + "I\\WMWb RWZU[Q[OZNYMWMQNOONQMUMWN", + "F^IFN[RLV[[F", + "G]JMN[RQV[ZM", + "G\\L[LF RX[OO RXFLR RXKRG", + "IZNMN[ RPSV[ RVMNU RWQQM", + "FgW[WFTFQGOINLLXKZI[H[ RWM]M`NbPcSc\\b_`a]b[b", /* U+520 LYUDI_CAP MIDDLE_HOOK_CAP */ + "IcV[VMSMQNPPOXNZL[ RVT[T]U^V_X_[^^\\a[b", + "GhL[LF RLPXP RX[XF RXM^MaNcPdSd\\c_aa^b\\b", + "HcMTVT RMMM[ RVMV[ RVT[T]U^V_X_[^^\\a[b", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Armenian (530-58F) */ + "F^K[KFYFY[K[", /* U+530 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+540 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+550 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+560 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+570 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+580 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Hebrew (590-5FF) */ + "F^K[KFYFY[K[", /* U+590 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+5F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Arabic (600-6FF) */ + "F^K[KFYFY[K[", /* U+600 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+610 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+620 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+630 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+640 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+650 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+660 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+670 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+680 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+690 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+6F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Syriac (700-74F) */ + "F^K[KFYFY[K[", /* U+700 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+710 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+720 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+730 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+740 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Arabic Supplement (750-77F) */ + "F^K[KFYFY[K[", /* U+750 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+760 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+770 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Taana (780-7BF) */ + "F^K[KFYFY[K[", /* U+780 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+790 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // N'Ko (7C0-7FF) */ + "F^K[KFYFY[K[", /* U+7C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+7F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (800-8FF) */ + "F^K[KFYFY[K[", /* U+800 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+810 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+820 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+830 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+840 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+850 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+860 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+870 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+880 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+890 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+8F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Devanagari (900-97F) */ + "F^K[KFYFY[K[", /* U+900 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+910 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+920 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+930 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+940 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+950 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+960 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+970 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Bengali (980-9FF) */ + "F^K[KFYFY[K[", /* U+980 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+990 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+9F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Gurmukhi (A00-A7F) */ + "F^K[KFYFY[K[", /* U+A00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Gujarati (A80-AFF) */ + "F^K[KFYFY[K[", /* U+A80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+A90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+AF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Oriya (B00-B7F) */ + "F^K[KFYFY[K[", /* U+B00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tamil (B80-BFF) */ + "F^K[KFYFY[K[", /* U+B80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+B90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+BF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Telugu (C00-C7F) */ + "F^K[KFYFY[K[", /* U+C00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Kannada (C80-CFF) */ + "F^K[KFYFY[K[", /* U+C80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+C90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+CF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Malayalam (D00-D7F) */ + "F^K[KFYFY[K[", /* U+D00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Simhala (D80-DFF) */ + "F^K[KFYFY[K[", /* U+D80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+D90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+DF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Thai (E00-E7F) */ + "F^K[KFYFY[K[", /* U+E00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Lao (E80-EFF) */ + "F^K[KFYFY[K[", /* U+E80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+E90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+ED0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+EF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tibetan (F00-FFF) */ + "F^K[KFYFY[K[", /* U+F00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+F90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+FF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Myanmar (1000-109F) */ + "F^K[KFYFY[K[", /* U+1000 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1010 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1020 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1030 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1040 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1050 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1060 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1070 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1080 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1090 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Geogian (10A0-10FF) */ + "F^K[KFYFY[K[", /* U+10A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+10F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Hangul Jamo (1100-11FF) */ + "F^K[KFYFY[K[", /* U+1100 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1110 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1120 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1130 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1140 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1150 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1160 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1170 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1180 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1190 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+11F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ethiopic (1200-137F) */ + "F^K[KFYFY[K[", /* U+1200 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1210 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1220 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1230 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1240 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1250 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1260 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1270 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1280 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1290 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+12F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1300 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1310 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1320 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1330 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1340 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1350 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1360 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1370 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ethiopic Supplement (1380-139F) */ + "F^K[KFYFY[K[", /* U+1380 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1390 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Cherokee (13A0-13FF) */ + "F^K[KFYFY[K[", /* U+13A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+13F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Unified Canadian Aboriginal Syllabics (1400-167F) */ + "F^K[KFYFY[K[", /* U+1400 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1410 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1420 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1430 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1440 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1450 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1460 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1470 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1480 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1490 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+14F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1500 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1510 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1520 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1530 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1540 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1550 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1560 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1570 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1580 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1590 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+15F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1600 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1610 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1620 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1630 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1640 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1650 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1660 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1670 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ogham (1680-169F) */ + "F^K[KFYFY[K[", /* U+1680 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1690 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Runic (16A0-16FF) */ + "F^K[KFYFY[K[", /* U+16A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+16F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tagalog (1700-171F) */ + "F^K[KFYFY[K[", /* U+1700 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1710 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Hanunoo (1720-173F) */ + "F^K[KFYFY[K[", /* U+1720 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1730 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Buhid (1740-175F) */ + "F^K[KFYFY[K[", /* U+1740 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1750 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tagbanwa (1760-177F) */ + "F^K[KFYFY[K[", /* U+1760 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1770 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Khmer (1780-17FF) */ + "F^K[KFYFY[K[", /* U+1780 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1790 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+17F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Mongolian (1800-18AF) */ + "F^K[KFYFY[K[", /* U+1800 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1810 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1820 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1830 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1840 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1850 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1860 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1870 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1880 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1890 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (18B0-18FF) */ + "F^K[KFYFY[K[", /* U+18B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+18F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Limbu (1900-194F) */ + "F^K[KFYFY[K[", /* U+1900 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1910 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1920 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1930 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1940 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Tai Le (1950-197F) */ + "F^K[KFYFY[K[", /* U+1950 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1960 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1970 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // New Tai Lue (1980-19DF) */ + "F^K[KFYFY[K[", /* U+1980 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1990 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Khmer Symbols (19E0-19FF) */ + "F^K[KFYFY[K[", /* U+19E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+19F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Buginese (1A00-1A1F) */ + "F^K[KFYFY[K[", /* U+1A00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (1A20-1AFF) */ + "F^K[KFYFY[K[", /* U+1A20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1A90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1AF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Balinese (1B00-1B7F) */ + "F^K[KFYFY[K[", /* U+1B00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Sudanese (1B80-1BBF) */ + "F^K[KFYFY[K[", /* U+1B80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1B90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (1BC0-1BFF) */ + "F^K[KFYFY[K[", /* U+1BC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1BF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Lepcha (1C00-1C4F) */ + "F^K[KFYFY[K[", /* U+1C00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Ol Chiki (1C50-1C7F) */ + "F^K[KFYFY[K[", /* U+1C50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // - (1C80-1CFF) */ + "F^K[KFYFY[K[", /* U+1C80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1C90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1CF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Phonetic Extensions (1D00-1D7F) */ + "JZNXVX RM[RMW[", /* U+1D00 A_SMALLCAP */ + "H\\LXRX RRTWT RRMR[Y[ RYMPMK[", + "D`[ZY[U[SZRX RINKMOMQNRPRXQZO[K[IZHXHVRUYU[T\\R\\P[NYMUMSNRP", + "I[STVUWWWXVZT[N[NMSMUNVPVQUSSTNT RKWQW", + "HZVZT[P[NZMYLWLQMONNPMTMVN", + "J[SMOMO[S[UZVYWVWRVOUNSM", + "J[SMOMO[S[UZVYWVWRVOUNSM RLTRT", + "JYOTTT RVMOMO[V[", + "J[TTVSWQWPVNTMPMNN RRTTTVUWWWXVZT[P[NZ", + "MWRMR[ RRbSaR`QaRbR`", + "LYTMTWSYRZP[O[", + "IZNMN[ RPSV[ RVMNU", + "JYOMO[V[ RLVRR", + "G]L[LMRXXMX[", + "I\\W[WMN[NM", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[", + "J\\NNPMTMVNWOXQXWWYVZT[P[NZ", /* U+1D10 +C_SMALL */ + "G]YSYVXXWYUZOZMYLXKVKSLQMPOOUOWPXQYS", + "G]XYYWYSXQWPUOOOMPLQKSKWLY", + "G]YNK[ RYSYVXXWYUZOZMYLXKVKSLQMPOOUOWPXQYS", + "DaINKMOMQNRPRXQZO[K[IZHXHVRT RRWSYTZV[Y[[Z\\Y]W]Q\\O[NYMVMTNSORQ", + "G]OMNNMPNRPS RTSVRWPVNUM RPSTSVTWVWXVZT[P[NZMXMVNTPS", + "I\\XTXQWOVNTMQMONNOMQMT", + "H[LTLWMYNZP[S[UZVYWWWT", + "I[N[NMTMVNWPWRVTTUNU", + "I[RUM[ RV[VMPMNNMPMRNTPUVU", + "I[RSMM RVMV[P[NZMXMVNTPSVS", + "KYMMWM RRMR[", + "H[MMMXNZP[S[UZVXVM", + "G]KPYP RKYVYXXYVYSXQWP", + "@]KPYP RKYVYXXYVYSXQWP REWFXEYDXEWEY REOFPEQDPEOEQ", + "G]KKYK RWKXLYNYQXSVTKT RVTXUYWYZX\\V]K]", + "JZMMR[WM", /* U+1D20 V_SMALL */ + "G]JMN[RQV[ZM", + "IZLMWML[W[", + "JZNMVMRRSRUSVUVXUZS[P[NZ", + "H\\XNUMPMNNMOLQLSMUNVPWTXVYWZX\\X^W`VaTbObLa RRTR\\", + "JZW[PROPPNRMTNUPTRM[", + "JYO[OMWM", + "JZM[RMW[", + "H[M[MMVMV[", + "I[N[NMTMVNWPWRVTTUNU", + "I[RMR[ RLMMNMRNTPUTUVTWRWNXM", + "I[V[VMSMQNPPOXNZL[", + "JZNKVK RMNR@WN", + "H\\LKRK RRGWG RR@RNYN RY@P@KN", + "I[SGVHWJWKVMTNNNN@S@UAVCVDUFSGNG", + "I[SGVHWJWKVMTNNNN@S@UAVCVDUFSGNG RKGQG", + "J[S@O@ONSNUMVLWIWEVBUAS@", /* U+1D30 ^D_SMALLCAP */ + "JYOGTG RV@O@ONVN", + "KZUGPG RN@U@UNNN", + "HZUAS@P@NAMBLDLJMLNMPNTNVMVHSH", + "H[MGVG RM@MN RV@VN", + "MWRNR@ RUNON RU@O@", + "LYT@TJSLRMPNON", + "IZN@NN RPFVN RV@NH", + "JYO@ONVN", + "G]LNL@RKX@XN", + "H[MNM@VNV@", + "I\\WNW@NNN@", + "H[PNNMMLLJLDMBNAP@S@UAVBWDWJVLUMSNPN", + "G]O@NAMCNEPF RTFVEWCVAU@ RPFTFVGWIWKVMTNPNNMMKMINGPF", + "I[NNN@T@VAWCWEVGTHNH", + "I[RHWN RNNN@T@VAWCWEVGTHNH", + "KYM@W@ RR@RN", /* U+1D40 ^T_SMALLCAP */ + "H[M@MKNMPNSNUMVKV@", + "G]J@NNRDVNZ@", + "KZOEQDSDUEVGVN RVMTNQNOMNKOIQHVH", + "JYNDNKOMQNSNUM RNEPDSDUEVGUISJNJ", + "H]WDUKTMRNPNNMMKMGNEPDRDTEVMWN", + "H\\XMVNUNSMRK RLDODQERHRKQMONNNLMKKKJVJXIYGXEVDUDSERH", + "KYO@ON ROMQNSNUMVKVGUESDQDOE", + "KYU@UN RUESDQDOENGNKOMQNSNUM", + "LYVMTNRNPMOKOGPERDSDUEVGVHOI", + "LYOEQDSDUEVGVKUMSNRNPMOKOJVI", + "LXPIRI RUETDPDOEOHPIOJOMPNTNUM", + "LXRITI ROEPDTDUEUHTIUJUMTNPNOM", + "KYUDUPTRRSOS RUESDQDOENGNKOMQNSNUM", + "NVRDRN RRUSTRSQTRURS", + "IZO@ON RUNQH RUDOJ", + "G]KNKD RKEMDODQERGRN RRGSEUDVDXEYGYN", /* U+1D50 ^M_TINY */ + "KZODON ROEQDSDUEVGVPURSSRS", + "KYQNOMNKNGOEQDSDUEVGVKUMSNQN", + "LYOEQDSDUEVGVKUMSNQNOM", + "KYNINGOEQDSDUEVGVI", + "KYNINKOMQNSNUMVKVI", + "KYOSOD ROEQDSDUEVGVKUMSNQNOM", + "NXPDVD RR@RKSMUNVN", + "KYUDUN RNDNKOMQNSNUM", + "I[MFWF RMMTMVLWJWHVF", + "G]YDYN RYMWNUNSMRKRD RRKQMONNNLMKKKD", + "LXNDRNVD", + "LXVNPGPEQDSDTETGNN", + "KYSFRF RNSOQOCPAR@S@UAVCUESFUGVIVKUMSNQNOM", + "KXRMRS RMDOERMVD", + "KYSDQDOENGNKOMQNSNUMVKVGUESDPCOBOAP@U@", + "I[MDLFLJMLNMPNTNVMWLXJXGWEUDSERGRS", /* U+1D60 ^PHI_TINY */ + "LXVDNS RNDPETRVS", + "NVRWRa RRPQQRRSQRPRR", + "LWPWPa RPZQXSWUW", + "KYUWUa RNWN^O`QaSaU`", + "LXNWRaVW", + "KYSYRY RNfOdOVPTRSSSUTVVUXSYUZV\\V^U`SaQaO`", + "KXR`Rf RMWOXR`VW", + "KYOfOZPXRWSWUXVZV^U`SaQaO`", + "I[MWLYL]M_N`PaTaV`W_X]XZWXUWSXRZRf", + "LXVWNf RNWPXTeVf", + "D`IMIXJZL[O[QZRX R[ZY[U[SZRXRPSNUMYM[N\\P\\RRT", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RIHJGLFPHRGSF", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RQHRGTFXHZG[F", + "MYOMWM RR[RISGUFWF RMTNSPRTTVSWR", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RMTNSPRTTVSWR", + "I\\NMN[ RNOONQMTMVNWPW[ RMTNSPRTTVSWR", /* U+1D70 N_SMALL TILDE */ + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RI`J_L^P`R_S^", + "KXP[PM RPQQORNTMVM RLTMSORSTUSVR", + "KXM[S[ RVMTMRNQOPRP[ RLTMSORSTUSVR", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RNTOSQRUTWSXR", + "MYOMWM RRFRXSZU[W[ RMSNRPQTSVRWQ", + "IZLMWML[W[ RMTNSPRTTVSWR", + "H[M[MJNHOGQFTFVG RMNOMSMUNVOWQWWVYUZS[O[MZ", + "H[MGVG RM@MN RV@VN", + "JZMMVMOURUTVUWVYV^U`TaRbPbNaM_M^N\\P[V[", + "MlOMWM RRFRXSZU[W[ R^[^F Rg[gPfNdMaM_N^O RiC]`", + "MWR[RM RU[O[ RUMOM ROTUT", + "MXRMRXSZU[ ROTUT", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RHT\\T", + "H[MMMXNZP[S[UZVXVM RHT\\T", + "I\\XMUMUPWRXTXWWYVZT[Q[OZNYMWMTNRPPPMMM RHU\\U", + /* // Phonetic Extensions Supplement (1D80-1DBF) */ + "F^K[KFYFY[K[", /* U+1D80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1D90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Combining Diacritical Marks Supplement (1DC0-1DFF) */ + "F^K[KFYFY[K[", /* U+1DC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+1DF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Latin Extended Additional (1E00-1EFF) */ + "I[MUWU RK[RFY[ RR`TaUcTeRfPeOcPaR`", /* U+1E00 A_CAP +RING */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RR`TaUcTeRfPeOcPaR`", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RR?Q@RAS@R?RA", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RN?M@NAO@N?NA", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RRbSaR`QaRbR`", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RRbSaR`QaRbR`", + "G\\SPVQWRXTXWWYVZT[L[LFSFUGVHWJWLVNUOSPLP RWaMa", + "H[M[MF RMNOMSMUNVOWQWWVYUZS[O[MZ RWaMa", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR\\T]U_TaRbOb RT>QA", + "HZVZT[P[NZMYLWLQMONNPMTMVN RR\\T]U_TaRbOb RTEQH", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RR?Q@RAS@R?RA", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RV?U@VAW@V?VA", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RRbSaR`QaRbR`", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RSbTaS`RaSbS`", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RWaMa", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RXaNa", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RQ\\S]T_SaQbNb", /* U+1E10 D_CAP CEDILLA */ + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RS\\U]V_UaSbPb", + "G\\L[LFQFTGVIWKXOXRWVVXTZQ[L[ RVcR`Nc", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RWcS`Oc", + "H[MPTP RW[M[MFWF RM@W@ RP9S<", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMGWG RP>SA", + "H[MPTP RW[M[MFWF RM@W@ RT9Q<", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMGWG RT>QA", + "H[MPTP RW[M[MFWF RVcR`Nc", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RVcR`Nc", + "H[MPTP RW[M[MFWF RW`VaTbP`NaMb", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RW`VaTbP`NaMb", + "H[MPTP RW[M[MFWF RR\\T]U_TaRbOb RN>O@QASAU@V>", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RR\\T]U_TaRbOb RNEOGQHSHUGVE", + "HZTPMP RM[MFWF RR?Q@RAS@R?RA", + "MYOMWM RR[RISGUFWF RT?S@TAU@T?TA", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RM@W@", /* U+1E20 G_CAP MACRON */ + "I\\WMW^V`UaSbPbNa RWZU[Q[OZNYMWMQNOONQMUMWN RMGWG", + "G]L[LF RLPXP RX[XF RR?Q@RAS@R?RA", + "H[M[MF RV[VPUNSMPMNNMO RM?L@MAN@M?MA", + "G]L[LF RLPXP RX[XF RRbSaR`QaRbR`", + "H[M[MF RV[VPUNSMPMNNMO RRbSaR`QaRbR`", + "G]L[LF RLPXP RX[XF RN?O@NAM@N?NA RV?W@VAU@V?VA", + "H[M[MF RV[VPUNSMPMNNMO RI?J@IAH@I?IA RQ?R@QAP@Q?QA", + "G]L[LF RLPXP RX[XF RL\\N]O_NaLbIb", + "H[M[MF RV[VPUNSMPMNNMO RM\\O]P_OaMbJb", + "G]L[LF RLPXP RX[XF RV`UbScQcObN`", + "H[M[MF RV[VPUNSMPMNNMO RV`UbScQcObN`", + "MWR[RF RW`VaTbP`NaMb", + "MWR[RM RRFQGRHSGRFRH RW`VaTbP`NaMb", + "MWR[RF RN?O@NAM@N?NA RV?W@VAU@V?VA RT9Q<", + "MWR[RM RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "G\\L[LF RX[OO RXFLR RT>QA", /* U+1E30 K_CAP ACUTE */ + "IZN[NF RPSV[ RVMNU RPAMD", + "G\\L[LF RX[OO RXFLR RRbSaR`QaRbR`", + "IZN[NF RPSV[ RVMNU RRbSaR`QaRbR`", + "G\\L[LF RX[OO RXFLR RWaMa", + "IZN[NF RPSV[ RVMNU RWaMa", + "HYW[M[MF RRbSaR`QaRbR`", + "MXU[SZRXRF RSbTaS`RaSbS`", + "HYW[M[MF RH@R@ RRbSaR`QaRbR`", + "MXU[SZRXRF RM@W@ RSbTaS`RaSbS`", + "HYW[M[MF RWaMa", + "MXU[SZRXRF RXaNa", + "HYW[M[MF RVcR`Nc", + "MXU[SZRXRF RWcS`Oc", + "F^K[KFRUYFY[ RT>QA", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RTEQH", + "F^K[KFRUYFY[ RR?Q@RAS@R?RA", /* U+1E40 M_CAP DOT */ + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RRFQGRHSGRFRH", + "F^K[KFRUYFY[ RRbSaR`QaRbR`", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RRbSaR`QaRbR`", + "G]L[LFX[XF RR?Q@RAS@R?RA", + "I\\NMN[ RNOONQMTMVNWPW[ RRFQGRHSGRFRH", + "G]L[LFX[XF RRbSaR`QaRbR`", + "I\\NMN[ RNOONQMTMVNWPW[ RRbSaR`QaRbR`", + "G]L[LFX[XF RWaMa", + "I\\NMN[ RNOONQMTMVNWPW[ RWaMa", + "G]L[LFX[XF RVcR`Nc", + "I\\NMN[ RNOONQMTMVNWPW[ RVcR`Nc", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W? RT9Q<", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMHNGPFTHVGWF RT>QA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RMAN@P?TAV@W? RN:O;NSA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RM@W@ RT9Q<", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RMGWG RT>QA", + "G\\L[LFTFVGWHXJXMWOVPTQLQ RT>QA", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RTEQH", + "G\\L[LFTFVGWHXJXMWOVPTQLQ RR?Q@RAS@R?RA", + "H[MMMb RMNOMSMUNVOWQWWVYUZS[O[MZ RRFQGRHSGRFRH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RR?Q@RAS@R?RA", + "KXP[PM RPQQORNTMVM RSFRGSHTGSFSH", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RRbSaR`QaRbR`", + "KXP[PM RPQQORNTMVM RPbQaP`OaPbP`", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RM@W@ RRbSaR`QaRbR`", + "KXP[PM RPQQORNTMVM RNGXG RPbQaP`OaPbP`", + "G\\X[QQ RL[LFTFVGWHXJXMWOVPTQLQ RWaMa", + "KXP[PM RPQQORNTMVM RUaKa", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RR?Q@RAS@R?RA", /* U+1E60 S_CAP DOT */ + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RRFQGRHSGRFRH", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RRbSaR`QaRbR`", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RRbSaR`QaRbR`", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RU>RA RM>N?M@L?M>M@", + "J[NZP[T[VZWXWWVUTTQTOSNQNPONQMTMVN RUERH RMENFMGLFMEMG", + "H\\LZO[T[VZWYXWXUWSVRTQPPNOMNLLLJMHNGPFUFXG RN>RAV> RR:Q;RQA", + "G]LFLWMYNZP[T[VZWYXWXF RM@W@ RN:O;NSA", /* U+1E80 W_CAP GRAVE */ + "G]JMN[RQV[ZM RPESH", + "F^IFN[RLV[[F RT>QA", + "G]JMN[RQV[ZM RTEQH", + "F^IFN[RLV[[F RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G]JMN[RQV[ZM RNFOGNHMGNFNH RVFWGVHUGVFVH", + "F^IFN[RLV[[F RR?Q@RAS@R?RA", + "G]JMN[RQV[ZM RRFQGRHSGRFRH", + "F^IFN[RLV[[F RRbSaR`QaRbR`", + "G]JMN[RQV[ZM RRbSaR`QaRbR`", + "H\\KFY[ RYFK[ RR?Q@RAS@R?RA", + "IZL[WM RLMW[ RRFQGRHSGRFRH", + "H\\KFY[ RYFK[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "IZL[WM RLMW[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I[RQR[ RKFRQYF RR?Q@RAS@R?RA", + "JZMMR[ RWMR[P`OaMb RRFQGRHSGRFRH", + "H\\KFYFK[Y[ RNAR>VA", /* U+1E90 Z_CAP CIRCUMFLEX */ + "IZLMWML[W[ RNHREVH", + "H\\KFYFK[Y[ RRbSaR`QaRbR`", + "IZLMWML[W[ RRbSaR`QaRbR`", + "H\\KFYFK[Y[ RWaMa", + "IZLMWML[W[ RWaMa", + "H[M[MF RV[VPUNSMPMNNMO RWaMa", + "MYOMWM RRFRXSZU[W[ RN?O@NAM@N?NA RV?W@VAU@V?VA", + "G]JMN[RQV[ZM RRHPGOEPCRBTCUETGRH", + "JZMMR[ RWMR[P`OaMb RRHPGOEPCRBTCUETGRH", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RWJYIZGYEWD", + "MYR[RISGUFWF RT?S@TAU@T?TA", + "MYR[RISGUFWF ROSUO", + "MYR[RISGUFWF ROLUL", + "E^J[JLKIMGPFZFSNVNXOYPZRZWYYXZV[R[PZOY", + "H[SMPMNNMOLQLWMYNZP[S[UZVYWWWQVOUNSMPLNKMINGPFTFVG", + "I[MUWU RK[RFY[ RRbSaR`QaRbR`", /* U+1EA0 A_CAP +DOT */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRbSaR`QaRbR`", + "I[MUWU RK[RFY[ RRAT?U=T;R:P:", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RRHTFUDTBRAPA", + "I[MUWU RK[RFY[ RU>X; RNAR>VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RUEXB RNHREVH", + "I[MUWU RK[RFY[ RO>L; RNAR>VA", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR ROELB RNHREVH", + "I[MUWU RK[RFY[ RNAR>VA RXAZ?[=Z;X:V:", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHREVH RXHZF[DZBXAVA", + "I[MUWU RK[RFY[ RNAR>VA RMVA RRbSaR`QaRbR`", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNHREVH RRbSaR`QaRbR`", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RT9Q<", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE RT>QA", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RP9S<", /* U+1EB0 A_CAP BREVE */ + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE RP>SA", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RP>RN>", + "I[MUWU RK[RFY[ RN>O@QASAU@V> RMO@QASAU@V> RRbSaR`QaRbR`", + "I\\W[WPVNTMPMNN RWZU[P[NZMXMVNTPSUSWR RNEOGQHSHUGVE RRbSaR`QaRbR`", + "H[MPTP RW[M[MFWF RRbSaR`QaRbR`", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RRbSaR`QaRbR`", + "H[MPTP RW[M[MFWF RRAT?U=T;R:P:", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RRHTFUDTBRAPA", + "H[MPTP RW[M[MFWF RMAN@P?TAV@W?", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RMHNGPFTHVGWF", + "H[MPTP RW[M[MFWF RU>X; RNAR>VA", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RUEXB RNHREVH", + "H[MPTP RW[M[MFWF RO>L; RNAR>VA", /* U+1EC0 E_CAP CIRCUMFLEX_GRAVE */ + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT ROELB RNHREVH", + "H[MPTP RW[M[MFWF RNAR>VA RXAZ?[=Z;X:V:", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHREVH RXHZF[DZBXAVA", + "H[MPTP RW[M[MFWF RNAR>VA RMVA RRbSaR`QaRbR`", + "I[VZT[P[NZMXMPNNPMTMVNWPWRMT RNHREVH RRbSaR`QaRbR`", + "MWR[RF RRAT?U=T;R:P:", + "MWR[RM RRHTFUDTBRAPA", + "MWR[RF RRbSaR`QaRbR`", + "MWR[RM RRFQGRHSGRFRH RRbSaR`QaRbR`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RRbSaR`QaRbR`", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRbSaR`QaRbR`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RRAT?U=T;R:P:", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RRHTFUDTBRAPA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RU>X; RNAR>VA", /* U+1ED0 O_CAP CIRCUMFLEX_ACUTE */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUEXB RNHREVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RO>L; RNAR>VA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ ROELB RNHREVH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAR>VA RXAZ?[=Z;X:V:", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHREVH RXHZF[DZBXAVA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RNAR>VA RMVA RRbSaR`QaRbR`", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RNHREVH RRbSaR`QaRbR`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RT>QA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RTEQH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RP>SA", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RPESH", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RRAT?U=T;R:P:", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RRHTFUDTBRAPA", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RWAVBTCPANBMC", /* U+1EE0 O_CAP HORN */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RWHVITJPHNIMJ", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RVGXFYDXBWA RRbSaR`QaRbR`", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RUNWMXKWIVH RRbSaR`QaRbR`", + "G]LFLWMYNZP[T[VZWYXWXF RRbSaR`QaRbR`", + "H[VMV[ RMMMXNZP[S[UZVY RRbSaR`QaRbR`", + "G]LFLWMYNZP[T[VZWYXWXF RRAT?U=T;R:P:", + "H[VMV[ RMMMXNZP[S[UZVY RRHTFUDTBRAPA", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RT>QA", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RTEQH", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RP>SA", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RPESH", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RRAT?U=T;R:P:", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RRHTFUDTBRAPA", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RWAVBTCPANBMC", + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RWHVITJPHNIMJ", + "G]LFLWMYNZP[T[VZWYXWXF RXFZE[CZAY@ RRbSaR`QaRbR`", /* U+1EF0 U_CAP HORN */ + "H[VMV[ RMMMXNZP[S[UZVY RVMXLYJXHWG RRbSaR`QaRbR`", + "I[RQR[ RKFRQYF RP>SA", + "JZMMR[ RWMR[P`OaMb RPESH", + "I[RQR[ RKFRQYF RRbSaR`QaRbR`", + "JZMMR[ RWMR[P`OaMb RVbWaV`UaVbV`", + "I[RQR[ RKFRQYF RRAT?U=T;R:P:", + "JZMMR[ RWMR[P`OaMb RRHTFUDTBRAPA", + "I[RQR[ RKFRQYF RMAN@P?TAV@W?", + "JZMMR[ RWMR[P`OaMb RMHNGPFTHVGWF", + "E\\PFP[ RJFJ[Z[", + "J[MMWM ROFOXPZR[ RX[VZUXUF", + "G]QFOGMJLMLWMYNZP[T[VZXXYVYTXPVMUL", + "H[QMONNOMQMWNYOZQ[S[UZVYWWWUVSURSQ", + "G[KFRT RYFRTPXOZM[KZJXKVMUOVPX", + "JZMMR[ RWMR[Q_PaNbLaK_L]N\\P]Q_", + /* // Greek Extended (1F00-1FFF) */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQHRHSGSE", /* U+1F00 ALPHA_SMALL PSILI */ + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQEQGRHSH", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RTEWH RMHNHOGOE", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RTEWH RMEMGNHOH", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RXEUH RMHNHOGOE", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RXEUH RMEMGNHOH", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQHRHSGSE RMAN@P?TAV@W?", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RQEQGRHSH RMAN@P?TAV@W?", + "G[MUWU RK[RFY[ RJHKHLGLE", + "G[MUWU RK[RFY[ RJEJGKHLH", + "?[MUWU RK[RFY[ RIELH RBHCHDGDE", + "?[MUWU RK[RFY[ RIELH RBEBGCHDH", + "?[MUWU RK[RFY[ RMEJH RBHCHDGDE", + "?[MUWU RK[RFY[ RMEJH RBEBGCHDH", + "D[MUWU RK[RFY[ RFAG@I?MAO@P? RJHKHLGLE", + "D[MUWU RK[RFY[ RFAG@I?MAO@P? RJEJGKHLH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RQHRHSGSE", /* U+1F10 EPSILON_SMALL PSILI */ + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RQEQGRHSH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RTEWH RMHNHOGOE", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RTEWH RMEMGNHOH", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RXEUH RMHNHOGOE", + "IZPTNUMWMXNZP[T[VZ RRTPTNSMQMPNNPMTMVN RXEUH RMEMGNHOH", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "B[MPTP RW[M[MFWF REHFHGGGE", + "B[MPTP RW[M[MFWF REEEGFHGH", + ":[MPTP RW[M[MFWF RDEGH R=H>H?G?E", + ":[MPTP RW[M[MFWF RDEGH R=E=G>H?H", + ":[MPTP RW[M[MFWF RHEEH R=H>H?G?E", + ":[MPTP RW[M[MFWF RHEEH R=E=G>H?H", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "I\\NMN[ RNOONQMTMVNWPWb RQHRHSGSE", /* U+1F20 ETA_SMALL PSILI */ + "I\\NMN[ RNOONQMTMVNWPWb RQEQGRHSH", + "I\\NMN[ RNOONQMTMVNWPWb RTEWH RMHNHOGOE", + "I\\NMN[ RNOONQMTMVNWPWb RTEWH RMEMGNHOH", + "I\\NMN[ RNOONQMTMVNWPWb RXEUH RMHNHOGOE", + "I\\NMN[ RNOONQMTMVNWPWb RXEUH RMEMGNHOH", + "I\\NMN[ RNOONQMTMVNWPWb RQHRHSGSE RMAN@P?TAV@W?", + "I\\NMN[ RNOONQMTMVNWPWb RQEQGRHSH RMAN@P?TAV@W?", + "A]L[LF RLPXP RX[XF RDHEHFGFE", + "A]L[LF RLPXP RX[XF RDEDGEHFH", + "9]L[LF RLPXP RX[XF RCEFH RG>E", + "9]L[LF RLPXP RX[XF RCEFH RH", + "9]L[LF RLPXP RX[XF RGEDH RG>E", + "9]L[LF RLPXP RX[XF RGEDH RH", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDHEHFGFE", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDEDGEHFH", + "MXRMRXSZU[ RQHRHSGSE", /* U+1F30 IOTA_SMALL PSILI */ + "MXRMRXSZU[ RQEQGRHSH", + "MXRMRXSZU[ RTEWH RMHNHOGOE", + "MXRMRXSZU[ RTEWH RMEMGNHOH", + "MXRMRXSZU[ RXEUH RMHNHOGOE", + "MXRMRXSZU[ RXEUH RMEMGNHOH", + "MXRMRXSZU[ RQHRHSGSE RMAN@P?TAV@W?", + "MXRMRXSZU[ RQEQGRHSH RMAN@P?TAV@W?", + "GWR[RF RJHKHLGLE", + "GWR[RF RJEJGKHLH", + "?WR[RF RIELH RBHCHDGDE", + "?WR[RF RIELH RBEBGCHDH", + "?WR[RF RMEJH RBHCHDGDE", + "?WR[RF RMEJH RBEBGCHDH", + "DWR[RF RFAG@I?MAO@P? RJHKHLGLE", + "DWR[RF RFAG@I?MAO@P? RJEJGKHLH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RQHRHSGSE", /* U+1F40 O_SMALL PSILI */ + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RQEQGRHSH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEWH RMHNHOGOE", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RTEWH RMEMGNHOH", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RXEUH RMHNHOGOE", + "H[P[NZMYLWLQMONNPMSMUNVOWQWWVYUZS[P[ RXEUH RMEMGNHOH", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF REHFHGGGE", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF REEEGFHGH", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RDEGH R=H>H?G?E", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RDEGH R=E=G>H?H", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH R=H>H?G?E", + ":]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH R=E=G>H?H", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "H[MMMXNZP[S[UZVYWWWPVNUM RQHRHSGSE", /* U+1F50 UPSILON_SMALL PSILI */ + "H[MMMXNZP[S[UZVYWWWPVNUM RQEQGRHSH", + "H[MMMXNZP[S[UZVYWWWPVNUM RTEWH RMHNHOGOE", + "H[MMMXNZP[S[UZVYWWWPVNUM RTEWH RMEMGNHOH", + "H[MMMXNZP[S[UZVYWWWPVNUM RXEUH RMHNHOGOE", + "H[MMMXNZP[S[UZVYWWWPVNUM RXEUH RMEMGNHOH", + "H[MMMXNZP[S[UZVYWWWPVNUM RQHRHSGSE RMAN@P?TAV@W?", + "H[MMMXNZP[S[UZVYWWWPVNUM RQEQGRHSH RMAN@P?TAV@W?", + "F^K[KFYFY[K[", + "@[RQR[ RKFRQYF RCECGDHEH", + "F^K[KFYFY[K[", + "8[RQR[ RKFRQYF RBEEH R;E;GG>E RR`RcSdTd", + "9]L[LF RLPXP RX[XF RCEFH RH RR`RcSdTd", + "9]L[LF RLPXP RX[XF RGEDH RG>E RR`RcSdTd", + "9]L[LF RLPXP RX[XF RGEDH RH RR`RcSdTd", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDHEHFGFE RR`RcSdTd", + ">]L[LF RLPXP RX[XF R@AA@C?GAI@J? RDEDGEHFH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQHRHSGSE RR`RcSdTd", /* U+1FA0 OMEGA_SMALL PSILI */ + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQEQGRHSH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEWH RMHNHOGOE RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEWH RMEMGNHOH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RXEUH RMHNHOGOE RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RXEUH RMEMGNHOH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQHRHSGSE RMAN@P?TAV@W? RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RQEQGRHSH RMAN@P?TAV@W? RR`RcSdTd", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RCHDHEGEE RR`RcSdTd", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RCECGDHEH RR`RcSdTd", + "8^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RBEEH R;HO@QASAU@V>", + "I[MUWU RK[RFY[ RM@W@", + "G[MUWU RK[RFY[ RIELH", + "G[MUWU RK[RFY[ RMEJH", + "I[MUWU RK[RFY[ RR`RcSdTd", + "NVQHRHSGSE", + "NVR`RcSdTd", + "NVQHRHSGSE", + "KZMHNGPFTHVGWF", /* U+1FC0 TILDE */ + "LXMCNBPATCVBWA RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I\\NMN[ RNOONQMTMVNWPWb RPESH RN`NcOdPd", + "I\\NMN[ RNOONQMTMVNWPWb RN`NcOdPd", + "I\\NMN[ RNOONQMTMVNWPWb RTEQH RN`NcOdPd", + "F^K[KFYFY[K[", + "I\\NMN[ RNOONQMTMVNWPWb RMHNGPFTHVGWF", + "I\\NMN[ RNOONQMTMVNWPWb RMHNGPFTHVGWF RN`NcOdPd", + "B[MPTP RW[M[MFWF RDEGH", + "B[MPTP RW[M[MFWF RHEEH", + "A]L[LF RLPXP RX[XF RCEFH", + "A]L[LF RLPXP RX[XF RGEDH", + "G]L[LF RLPXP RX[XF RR`RcSdTd", + "JZTEWH RMHNHOGOE", + "JZXEUH RMHNHOGOE", + "NVQHRHSGSE RMAN@P?TAV@W?", + "MXRMRXSZU[ RNEOGQHSHUGVE", /* U+1FD0 IOTA_SMALL BREVE */ + "MXRMRXSZU[ RMGWG", + "MXRMRXSZU[ RNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "MXRMRXSZU[ RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "MXRMRXSZU[ RMHNGPFTHVGWF", + "MXRMRXSZU[ RMCNBPATCVBWA RNFOGNHMGNFNH RVFWGVHUGVFVH", + "MWR[RF RN>O@QASAU@V>", + "MWR[RF RM@W@", + "GWR[RF RIELH", + "GWR[RF RMEJH", + "F^K[KFYFY[K[", + "JZTEWH RMEMGNHOH", + "JZXEUH RMEMGNHOH", + "NVQEQGRHSH RMAN@P?TAV@W?", + "H[MMMXNZP[S[UZVYWWWPVNUM RNEOGQHSHUGVE", /* U+1FE0 UPSILON_SMALL BREVE */ + "H[MMMXNZP[S[UZVYWWWPVNUM RMGWG", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "H[MMMXNZP[S[UZVYWWWPVNUM RNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX RQHRHSGSE", + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX RQEQGRHSH", + "H[MMMXNZP[S[UZVYWWWPVNUM RMHNGPFTHVGWF", + "H[MMMXNZP[S[UZVYWWWPVNUM RMCNBPATCVBWA RNFOGNHMGNFNH RVFWGVHUGVFVH", + "I[RQR[ RKFRQYF RN>O@QASAU@V>", + "I[RQR[ RKFRQYF RM@W@", + "@[RQR[ RKFRQYF RBEEH", + "@[RQR[ RKFRQYF RFECH", + "A\\L[LFTFVGWHXJXMWOVPTQLQ RDEDGEHFH", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RP>SA", + "LXNFOGNHMGNFNH RVFWGVHUGVFVH RT>QA", + "NVPESH", + "F^K[KFYFY[K[", /* U+1FF0 */ + "F^K[KFYFY[K[", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RPESH RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RR`RcSdTd", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RTEQH RR`RcSdTd", + "F^K[KFYFY[K[", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RMHNGPFTHVGWF", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RMHNGPFTHVGWF RR`RcSdTd", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RDEGH", + "B]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RHEEH", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RBEEH", + "@^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RFECH", + "F^J[O[OWMVKTJQJLKIMGPFTFWGYIZLZQYTWVUWU[Z[ RR`RcSdTd", + "NVTEQH", + "NVQEQGRHSH", + "F^K[KFYFY[K[", + /* // General Punctuation (2000-206F) */ + "F^", /* U+2000 SPACE_EM */ + "LX", + "F^", + "LX", + "NV", + "OU", + "PT", + "H\\", + "MW", + "PT", + "QS", + "RR", + "RR", + "RR", + "RR", + "RR", + "LXOTUT", /* U+2010 HYPHEN */ + "LXOTUT", + "H\\JRZR", + "LXVTNT", + "F^IT[T", + "F^IT[T", + "H\\ODOb RUDUb", + "JZJbZb RJ]Z]", + "MWQGQFRDSC", + "MWSFSGRIQJ", + "MWSZS[R]Q^", + "MWQFQGRISJ", + "JZUGUFVDWC RMGMFNDOC", + "JZOFOGNIMJ RWFWGVIUJ", + "JZOZO[N]M^ RWZW[V]U^", + "JZUFUGVIWJ RMFMGNIOJ", + "I[MMWM RRFRb", /* U+2020 DEI_SMALL */ + "I[M[W[ RMMWM RRFRb", + "E_PQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ", + "E_PPPV RQQQU RRQRU RSSUS RSRST ROPUSOV RVSOWOOVS", + "MWRYSZR[QZRYR[", + "MaRYSZR[QZRYR[ R\\Y]Z\\[[Z\\Y\\[", + "MkRYSZR[QZRYR[ R\\Y]Z\\[[Z\\Y\\[ RfYgZf[eZfYf[", + "JZRRQSRTSSRRRT", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + "FjJ[ZF RMFOGPIOKMLKKJIKGMF RcUeVfXeZc[aZ`XaVcU RYZZXYVWUUVTXUZW[YZ", /* U+2030 PERMILLE */ + "FvJ[ZF RMFOGPIOKMLKKJIKGMF RcUeVfXeZc[aZ`XaVcU RoUqVrXqZo[mZlXmVoU RYZZXYVWUUVTXUZW[YZ", + "MWTFQL", + "JZQFNL RWFTL", + "G]NFKL RTFQL RZFWL", + "MWPFSL", + "JZSFVL RMFPL", + "G]VFYL RPFSL RJFML", + "LXVcR`Nc", + "KYUMOSUY", + "KYOMUSOY", + "E_LMXY RXMLY RKRLSKTJSKRKT RRYSZR[QZRYR[ RRKSLRMQLRKRM RYRZSYTXSYRYT", + "MaRYSZR[QZRYR[ RRSQGRFSGRSRF R\\Y]Z\\[[Z\\Y\\[ R\\S[G\\F]G\\S\\F", + "I[QFQS RQYRZQ[PZQYQ[ RQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS RMGOFTFVGWIWKVMUNSORPQRQS", + "E_JGZG", + "OUb`aa^c\\dYeTfPfKeHdFcCaB`", + "OUBFCEFCHBKAP@T@YA\\B^CaEbF", /* U+2040 TIE */ + "E_N_VW RV_R[", + "CaKRKW RRFRK RYRYW RFUKWPU RH[KWN[ RMIRKWI ROORKUO RTUYW^U RV[YW\\[", + "LXOTUT", + "G][EI`", + "KYQSVS RVbQbQDVD", + "KYSSNS RNbSbSDND", + "ImQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS RcYdZc[bZcYc[ R_GaFfFhGiIiKhMgNeOdPcRcS", + "IeQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS R`YaZ`[_Z`Y`[ R`S_G`FaG`S`F", + "MiRYSZR[QZRYR[ RRSQGRFSGRSRF R_Y`Z_[^Z_Y_[ R[G]FbFdGeIeKdMcNaO`P_R_S", + "KYNMVMPb", + "G^NMN[ RUMUXVZX[ RJMWMYNZP", + "H\\NQNU RWPWV RPVPPOQOUPV RQPPPNQMSNUPVQVQP", + "H\\VQVU RMPMV RTVTPUQUUTV RSPTPVQWSVUTVSVSP", + "JZR[RV RWXRVMX RURRVOR", + "MWQZQ[R]S^ RRNQORPSORNRP", + "OUBFCEFCHBKAP@T@YA\\B^CaEbF Rb`aa^c\\dYeTfPfKeHdFcCaB`", /* U+2050 TIE *TIE */ + "JZRFRK RMIRKWI ROORKUO RRFRK RWIRKMI RUORKOO", + "JZM^WB RNFOGNHMGNFNH RVYWZV[UZVYV[", + "E_JSKRNQQRSTVUYTZS", + ">fB^B]C[EZOZQYRWSYUZ_Za[b]b^", + "E_JSZS RR[RK RLMXY RXMLY", + "E_LRMSLTKSLRLT RXYYZX[WZXYX[ RXKYLXMWLXKXM", + "D`KFHL RQFNL RWFTL R]FZL", + "E_KRLSKTJSKRKT RRYSZR[QZRYR[ RRKSLRMQLRKRM RYRZSYTXSYRYT", + "E_LXMYLZKYLXLZ RLLMMLNKMLLLN RRRSSRTQSRRRT RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "MWRYSZR[QZRYR[ RRNSORPQORNRP", + "E_KRLSKTJSKRKT RRYSZR[QZRYR[ RRKSLRMQLRKRM RYRZSYTXSYRYT", + "E_JSZS RR[RK RLXMYLZKYLXLZ RLLMMLNKMLLLN RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "CaR\\S]R^Q]R\\R^ RRRSSRTQSRRRT RRHSIRJQIRHRJ", + "CaR^S_R`Q_R^R` RRVSWRXQWRVRX RRNSORPQORNRP RRFSGRHQGRFRH", + "OU", + "RR", /* U+2060 0 */ + "RR", + "RR", + "RR", + "RR", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "RR", + "RR", + "RR", + "RR", + "RR", + "RR", + /* // Subscripts and Superscripts (2070-209F) */ + "JZQ@S@UAVDVJUMSNQNOMNJNDOAQ@", /* U+2070 ^DIGIT_0_SMALL */ + "NVRDRN RR=Q>R?S>R=R?", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "JZUFUN RQ@NJWJ", + "JZV@O@NFPESEUFVHVKUMSNPNNM", + "JZNHOFQESEUFVHVKUMSNQNOMNKNFOCPAR@U@", + "JZM@W@PN", + "JZQFOENCOAQ@S@UAVCUESFQFOGNINKOMQNSNUMVKVIUGSF", + "JZVFUHSIQIOHNFNCOAQ@S@UAVCVHUKTMRNON", + "I[LHXH RRBRN", + "I[LHXH", + "I[LJXJ RLFXF", + "MWT=S>RAQFQJROSRTS", + "MWP=Q>RASFSJROQRPS", + "KZODON ROEQDSDUEVGVN", + "JZQSSSUTVWV]U`SaQaO`N]NWOTQS", /* U+2080 .DIGIT_0_SMALL */ + "JZVaNa RNVPURSRa", + "JZNTPSSSUTVVVXUZNaVa", + "JZNSVSRXSXUYV[V^U`SaPaN`", + "JZUYUa RQSN]W]", + "JZVSOSNYPXSXUYV[V^U`SaPaN`", + "JZN[OYQXSXUYV[V^U`SaQaO`N^NYOVPTRSUS", + "JZMSWSPa", + "JZQYOXNVOTQSSSUTVVUXSYQYOZN\\N^O`QaSaU`V^V\\UZSY", + "JZVYU[S\\Q\\O[NYNVOTQSSSUTVVV[U^T`RaOa", + "I[L[X[ RRURa", + "I[L[X[", + "I[L]X] RLYXY", + "MWTPSQRTQYQ]RbSeTf", + "MWPPQQRTSYS]RbQePf", + "RR", + "KZOXQWSWUXVZVa RV`TaQaO`N^O\\Q[V[", /* U+2090 .A_TINY */ + "LYV`TaRaP`O^OZPXRWSWUXVZV[O\\", + "KYQaO`N^NZOXQWSWUXVZV^U`SaQa", + "KYNWVa RVWNa", + "LYOXQWSWUXVZV^U`SaRaP`O^O]V\\", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Currency Symbols (20A0-20CF) */ + "F[XMPMP[X[ RTGRFNFLGKHJJJPKRLSNTUT", /* U+20A0 ECU */ + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RSBG_ RZBN_", + "F[WYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH RR[RM RRQSOTNVMXM", + "HZTPMP RM[MFWF RJVRV", + "H[LMTM RL[W[ RO[OIPGRFUFWG RLSTS", + "D`I[IM RIOJNLMOMQNRPR[ RRPSNUMXMZN[P[[ RWHM`", + "G]L[LFX[XF RHV\\V RHP\\P", + "GyL[LFTFVGWHXJXMWOVPTQLQ R^MfM RaFaXbZd[f[ RlZn[r[tZuXuWtUrToTmSlQlPmNoMrMtN", + "GmX[QQ RL[LFTFVGWHXJXMWOVPTQLQ R`Zb[f[hZiXiWhUfTcTaS`Q`PaNcMfMhN", + "F^IFN[RLV[[F RHV\\V RHP\\P", + "D`I[IFOFRGTIULUR RONOUPXRZU[[[[F", + "I\\W[WF RWZU[Q[OZNYMWMQNOONQMUMWN RRHZH RXaNa", + "F[HSQS RHNTN RWYVZS[Q[NZLXKVJRJOKKLINGQFSFVGWH", + "G\\L[LF RX[OO RXFLR RLOTO", + "JZLFXF RR[RF ROVUR ROPUL", + "IoK[RFY[K[ R`b`QaObNdMgMiNjOkQkWjYiZg[d[bZ`X", + "G]ITJSLRNSOTQUSTXOYLYIXGVFUFSGRIRLSOXTYVYWXYWZT[", /* U+20B0 PENNY_GERMAN */ + "G\\L[LFTFVGWHXJXMWOVPTQLQ RHL\\L", + "F[VGTFQFNGLIKKJOJRKVLXNZQ[S[VZWYWRSR RRCR^", + "I[K[RFY[ RHV\\V RHP\\P", + "H\\XZU[P[NZMYLWLUMSNRPQTPVOWNXLXJWHVGTFOFLG RRCR^", + "HZVZT[P[NZMYLWLQMONNPMTMVN RRJR^", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+20C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Combining Diacritical Marks For Symbols (20D0-20FF) */ + "F^K[KFYFY[K[", /* U+20D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+20E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+20F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Letterlike Symbols (2100-214F) */ + "F^K[KFYFY[K[", /* U+2100 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2110 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2120 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2130 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2140 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Number Forms (2150-218F) */ + "F^K[KFYFY[K[", /* U+2150 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2160 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2170 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2180 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Arrows (2190-21FF) */ + "E_ZSJS RNWJSNO", /* U+2190 !ARROW_E */ + "E_R[RK RNORKVO", + "E_JSZS RVWZSVO", + "E_RKR[ RVWR[NW", + "E_JSZS RVWZSVO RNOJSNW", + "E_R[RK RNORKVO RVWR[NW", + "E_KLYZ RRLKLKS", + "E_YLKZ RRLYLYS", + "E_YZKL RRZYZYS", + "E_KZYL RRZKZKS", + "E_ZSJS RRWVO RNOJSNW", + "E_JSZS RRONW RVWZSVO", + "E_JWJQPQ RJQMTOUQTSRUQWRZU", + "E_ZWZQTQ RZQWTUUSTQROQMRJU", + "E_ZSJS RTOPSTW RNWJSNO", + "E_R[RK RNURQVU RNORKVO", + "E_JSZS RPOTSPW RVWZSVO", /* U+21A0 ARROW_DBL_E */ + "E_RKR[ RVQRUNQ RVWR[NW", + "E_JSVS RZOVSZW RNWJSNO", + "E_ZSNS RJONSJW RVWZSVO", + "E_ZOZW RJSZS RNWJSNO", + "E_R[RK RV[N[ RNORKVO", + "E_JOJW RZSJS RVWZSVO", + "E_RKR[ RNKVK RVWR[NW", + "E_N[V[ RR[RK RNWR[VW RNORKVO", + "E_NWJSNO RJSWSYRZPYNWM", + "E_VWZSVO RZSMSKRJPKNMM", + "E_NWJSNO RJSWSYRZPYNWMUNTPTW", + "E_VWZSVO RZSMSKRJPKNMMONPPPW", + "E_PUJUJO RZWZQTQ RZQWTUUSTQROQMRJU", + "E_JSZS RTOPW RNOJSNW RVWZSVO", + "E_PWR[VY ROKLTVOR[", + "E_V[VOJO RNSJONK", /* U+21B0 !ARROW_E_N */ + "E_N[NOZO RVSZOVK", + "E_VKVWJW RNSJWN[", + "E_NKNWZW RVSZWV[", + "E_JOVOV[ RZWV[RW", + "E_VKVWJW RNSJWN[", + "E_OQKUGQ RYRYQXNVLSKQKNLLNKQKU", + "E_UQYU]Q RKRKQLNNLQKSKVLXNYQYU", + "E_KLYZ RKHYH RRLKLKS", + "E_JWZW RJKJS RZSZ[ RZOJO RNSJONK RV[ZWVS", + "E_[KUKUQ RMMLNKQKSLVNXQYSYVXXVYSYQXNUK", + "E_IKOKOQ RWMXNYQYSXVVXSYQYNXLVKSKQLNOK", + "E_ZSJSNO", + "E_ZSJSNW", + "E_R[RKVO", + "E_R[RKNO", + "E_JSZSVO", /* U+21C0 HARPOON_UP_E */ + "E_JSZSVW", + "E_RKR[VW", + "E_RKR[NW", + "E_ZWJW RJOZO RVSZOVK RN[JWNS", + "E_N[NK RVKV[ RJONKRO RRWV[ZW", + "E_JWZW RZOJO RNSJONK RV[ZWVS", + "E_ZWJW RJOZO RN[JWNSJONK", + "E_N[NK RVKV[ RJONKROVKZO", + "E_JWZW RZOJO RV[ZWVSZOVK", + "E_VKV[ RN[NK RZWV[RWN[JW", + "E_JVZVVZ RZPJPNL", + "E_ZVJVNZ RJPZPVL", + "E_ZPMP RZVMV RRXVN ROXJSON", + "E_MVWV RMPWP RSNQX ROXJSON RUNZSUX", + "E_JVWV RJPWP RRNNX RUNZSUX", + "E_ZPMP RZVMV ROXJSON", /* U+21D0 *ARROW_E_DBL */ + "E_ONO[ RUNU[ RWPRKMP", + "E_JVWV RJPWP RUNZSUX", + "E_UXUK ROXOK RMVR[WV", + "E_MVWV RMPWP ROXJSON RUNZSUX", + "E_OXON RUXUN RMVR[WV RWPRKMP", + "E_[XOL RW\\KP RSLKLKT", + "E_IXUL RM\\YP RQLYLYT", + "E_INUZ RMJYV RQZYZYR", + "E_[NOZ RWJKV RSZKZKR", + "E_ZXOX RZSJS RZNON RQLJSQZ", + "E_JXUX RJSZS RJNUN RSLZSSZ", + "E_NWJSNO RZUWQTUQQNULSJS", + "E_VWZSVO RJUMQPUSQVUXSZS", + "E_NXVX RNSVS RR[RK RNORKVO", + "E_VNNN RVSNS RRKR[ RVWR[NW", + "E_ZSWS RSSQS RMSJS RNOJSNW", /* U+21E0 *ARROW_E_DASHED */ + "E_R[RX RRTRR RRNRK RNORKVO", + "E_JSMS RQSSS RWSZS RVWZSVO", + "E_RKRN RRRRT RRXR[ RVWR[NW", + "E_ZSJS RJWJO RNOJSNW", + "E_JSZS RZOZW RVWZSVO", + "E_ZPZVOVOXJSONOPZP", + "E_U[O[OPMPRKWPUPU[", + "E_JVJPUPUNZSUXUVJV", + "E_OKUKUVWVR[MVOVOK", + "E_U[O[OWUWU[ RUSOSOPMPRKWPUPUS", + "E_W[M[MWOWOPMPRKWPUPUWWWW[", + "E_ONUN RW[M[MWOWOPMPRKWPUPUWWWW[", + "E_RKR[ RW[M[MWOWOPMPRKWPUPUWWWW[", + "E_PPMPRKWPTP RU[O[OSMSRNWSUSU[", + "E_PPMPRKWPTP RW[M[MWOWOSMSRNWSUSUWWWW[", + "E_JNNNNPUPUNZSUXUVNVNXJXJN", /* U+21F0 ARROW_E_WALL_WHITE */ + "E_Z[NO RZKJKJ[ RUONONV", + "E_JKVW RJ[Z[ZK ROWVWVP", + "E_MPRKWPUPUVWVR[MVOVOPMP", + "E_JSZS RVWZSVO RTRTTSVQWOWMVLTLRMPOOQOSPTR", + "E_V[VK RNKN[ RZOVKRO RRWN[JW", + "E_J[Z[ RJKZK RZSJS RVGZKVOZSVWZ[V_", + "E_ZSJS RTWTO RNOJSNW", + "E_JSZS RPOPW RVWZSVO", + "E_JSZS RRORW RNOJSNW RVWZSVO", + "E_ZSJS RWWWO RRWRO RNOJSNW", + "E_JSZS RMOMW RRORW RVWZSVO", + "E_JSZS RPOPW RTOTW RNWJSNO RVWZSVO", + "E_NSZS RNWNOJSNW", + "E_VSJS RVWVOZSVW", + "E_NSVS RNWJSNONW RVWVOZSVW", + /* // Mathematical Operators (2200-22FF) */ + "I[MLWL RKFR[YF", /* U+2200 =A_CAP */ + "HZVHUGSFPFNGMHLKLVMYNZP[S[UZVY", + "H[WOVNTMPMNNMOLQLWMYNZP[S[UZVYWWWJVHUGSFOFMG", + "I\\WPPP RM[W[WFMF", + "I\\WQPQ RMFWFW[M[ RXCL`", + "C`G[\\F ROFTFXHZJ\\N\\SZWXYT[O[KYIWGSGNIJKHOF", + "I[K[RFY[K[", + "I[YFR[KFYF", + "C`\\QGQ R\\GOGKIIKGOGSIWKYO[\\[", + "C`[CH^ R\\QGQ R\\GOGKIIKGOGSIWKYO[\\[", + "E_JSZS RZZPZMYKWJTJRKOMMPLZL", + "DaHP]P RHZUZYX[V]R]N[JYHUFHF", + "DaI^\\C RHP]P RHZUZYX[V]R]N[JYHUFHF", + "E_ZSJS RJZTZWYYWZTZRYOWMTLJL", + "E_M[WQ RMZWP RMYWO RMXWN RMWWM RMVWL RMUWK RMTVK RMSUK RMRTK RMQSK RMPRK RMOQK RMNPK RMMOK RMLNK RN[WR RO[WS RP[WT RQ[WU RR[WV RS[WW RT[WX RU[WY RV[WZ RM[MKWKW[M[", + "E_Z`ZFJFJ`", + "E_ZFZ`J`JF", /* U+2210 ~PI_CAP_HUGE */ + "E_Z`I`TSIF[F", + "E_JSZS", + "E_ZWJW RROR_ RJKZK", + "E_JSZS RR[RK RRDQERFSERDRF", + "G][EI`", + "KYID[_", + "E_KOYW RR[RK RYOKW", + "E_PQRPTQUSTURVPUOSPQ", + "E_PQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ", + "IbMTQSS[bB", + "IbMTQSS[bB RN@V@RESEUFVHVKUMSNPNNM", + "IbMTQSS[bB RUFUN RQ@NJWJ", + "E_XPWPUQQUOVMULSMQOPQQUUWVXV", + "E_TQVPXQYSXUVVTUPQNPLQKSLUNVPUTQ", + "E_JKJ[Z[", + "E_ZKJ[Z[", /* U+2220 ANGLE */ + "E_ZKJ[Z[ RPSRUTZT]", + "E_Z[JSZK RSYTWUSTOSM", + "H\\RbRD", + "H\\NUVQ RRDRb", + "H\\ODOb RUDUb", + "H\\LVXP RODOb RUDUb", + "E_[[RKI[", + "E_IKR[[K", + "E_Z[ZQXMTKPKLMJQJ[", + "E_JKJULYP[T[XYZUZK", + "H\\L]M_O`Q_R]RISGUFWGXI", + "D`H]I_K`M_N]NIOGQFSGTI RP]Q_S`U_V]VIWGYF[G\\I", + "@dD]E_G`I_J]JIKGMFOGPI RL]M_O`Q_R]RISGUFWGXI RT]U_W`Y_Z]ZI[G]F_G`I", + "H\\L]M_O`Q_R]RISGUFWGXI RRMUNWPXSWVUXRYOXMVLSMPONRM", + "D`H]I_K`M_N]NIOGQFSGTI RP]Q_S`U_V]VIWGYF[G\\I RVMYN[P\\S[VYXVYNYKXIVHSIPKNNMVM", + "@dD]E_G`I_J]JIKGMFOGPI RL]M_O`Q_R]RISGUFWGXI RT]U_W`Y_Z]ZI[G]F_G`I RZM]N_P`S_V]XZYJYGXEVDSEPGNJMZM", /* U+2230 INTEGRAL_TPL_CONTOUR */ + "H\\URXU[R RLSMPONRMUNWPXSXU RL]M_O`Q_R]RISGUFWGXI", + "H\\UQXT[Q RL]M_O`Q_R]RISGUFWGXI RLSMPONRMUNWPXSWVUXRYOXMVLS", + "H\\UUXR[U RL]M_O`Q_R]RISGUFWGXI RLSMPONRMUNWPXSWVUXRYOXMVLS", + "E_KXLYKZJYKXKZ RRLSMRNQMRLRN RYXZYYZXYYXYZ", + "E_YNXMYLZMYNYL RRZQYRXSYRZRX RKNJMKLLMKNKL", + "JZRXSYRZQYRXRZ RRLSMRNQMRLRN", + "E_LXMYLZKYLXLZ RLLMMLNKMLLLN RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "E_JSZS RRFQGRHSGRFRH", + "E_JSTS RYXZYYZXYYXYZ RYLZMYNXMYLYN", + "E_JSZS RLXMYLZKYLXLZ RLLMMLNKMLLLN RXXYYXZWYXXXZ RXLYMXNWMXLXN", + "E_JSKRNQQRSTVUYTZS RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "E_JSKRNQQRSTVUYTZS", + "E_ZSYRVQSRQTNUKTJS", + "E_WPYQZSYUWVTUPQMPKQJSKUMV", + "E_JSKNLLNKPLQNSXTZV[XZYXZS", + "E_RKSLTOSRQTPWQZR[", /* U+2240 WREATH_PRODUCT */ + "E_JSKRNQQRSTVUYTZS RVKN[", + "E_ZPJP RZVYWVXSWQUNTKUJV", + "E_JVZV RJPKONNQOSQVRYQZP", + "E_JVZV RJPKONNQOSQVRYQZP RVKN[", + "E_JYZY RJSZS RJMKLNKQLSNVOYNZM", + "E_JYZY RJSZS RUPO\\ RJMKLNKQLSNVOYNZM", + "E_JYZY RJSZS RJMKLNKQLSNVOYNZM RXGL_", + "E_JVKUNTQUSWVXYWZV RJPKONNQOSQVRYQZP", + "E_JVKUNTQUSWVXYWZV RJPKONNQOSQVRYQZP RVKN[", + "E_JYZY RJSKRNQQRSTVUYTZS RJMKLNKQLSNVOYNZM", + "E_JYKXNWQXSZV[YZZY RJSKRNQQRSTVUYTZS RJMKLNKQLSNVOYNZM", + "E_ZYJY RZSJS RZMYLVKSLQNNOKNJM", + "E_JXLWPVTVXWZX RJNLOPPTPXOZN", + "E_JVNVNWOYQZSZUYVWVVZV RJPNPNOOMQLSLUMVOVPZP", + "E_ZVJV RJPNPNOOMQLSLUMVOVPZP", + "E_JPZP RZVJV RRHQIRJSIRHRJ", /* U+2250 EQUAL DOT */ + "E_JPZP RZVJV RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "E_JPZP RZVJV RKJLKKLJKKJKL RYZZ[Y\\X[YZY\\", + "E_ZPJP RJVZV RYJXKYLZKYJYL RKZJ[K\\L[KZK\\", + "AcNP^P R^VNV RGVHWGXFWGVGX RGNHOGPFOGNGP", + "AcVPFP RFVVV R]V\\W]X^W]V]X R]N\\O]P^O]N]P", + "E_JPZP RZVJV RPQRPTQUSTURVPUOSPQ", + "E_JPZP RZVJV RRJPIOGPERDTEUGTIRJ", + "E_JPZP RZVJV RNJOHQGSGUHVJ", + "E_JPZP RZVJV RNJRGVJ", + "E_JPZP RZVJV RNGRJVG", + "E_JPZP RZVJV RRATGOCUCPGRA", + "E_JPZP RZVJV RR?NJVJR?", + "E_JPZP RYC]C RZVJV R]?[@ZBZJ RM?MJKJIIHGHEICKBMB RQFVFVCUBRBQCQIRJUJ", + "E_JPZP RZVJV RMBMJ RMCNBQBRCRJ RRCSBVBWCWJ", + "E_JPZP RZVJV RRHSIRJQIRHRJ RN@P?S?U@VBUDSE", + "E_JPZP RTMPY RZVJV", /* U+2260 EQUAL_SLASH */ + "E_JYZY RJSZS RJMZM", + "E_JYZY RJSZS RJMZM RXGL_", + "E_J\\Z\\ RJPZP RJJZJ RZVJV", + "E_ZZJZ RZVJPZJ", + "E_JZZZ RJVZPJJ", + "E_J]Z] RZWJW RZSJMZG", + "E_Z]J] RJWZW RJSZMJG", + "E_J]Z] RTTP` RZWJW RZSJMZG", + "E_JWZW RTTP` RZ]J] RJSZMJG", + "=gRMBSRY RbMRSbY", + "=gRMbSRY RBMRSBY", + "I[OCPDRGSITLUQUUTZS]R_PbOc RUcTbR_Q]PZOUOQPLQIRGTDUC", + "E_JXLWPVTVXWZX RJNLOPPTPXOZN RVKN[", + "E_ZMJSZY RVKN[", + "E_JMZSJY RVKN[", + "E_ZZJZ RZVJPZJ RXGL_", /* U+2270 LESS_MINUS SLASH_OP */ + "E_JZZZ RJVZPJJ RXGL_", + "E_ZVJPZJ RJZKYNXQYS[V\\Y[ZZ", + "E_JVZPJJ RJZKYNXQYS[V\\Y[ZZ", + "E_ZVJPZJ RJZKYNXQYS[V\\Y[ZZ RXGL_", + "E_JVZPJJ RJZKYNXQYS[V\\Y[ZZ RXGL_", + "E_JSZYJ_ RZSJMZG", + "E_ZSJYZ_ RJSZMJG", + "E_JSZYJ_ RZSJMZG RXGL_", + "E_ZSJYZ_ RJSZMJG RXGL_", + "E_ZKXNVPRRJSRTVVXXZ[", + "E_JKLNNPRRZSRTNVLXJ[", + "E_JVRWVYX[Z^ RZHXKVMROJPRQVSXUZX", + "E_ZVRWNYL[J^ RJHLKNMROZPRQNSLUJX", + "E_J[KZNYQZS\\V]Y\\Z[ RZHXKVMROJPRQVSXUZX", + "E_J[KZNYQZS\\V]Y\\Z[ RJXLUNSRQZPRONMLKJH", + "E_ZKXNVPRRJSRTVVXXZ[ RVKN[", /* U+2280 PRECEDES SLASH_REL */ + "E_JKLNNPRRZSRTNVLXJ[ RVKN[", + "E_ZMNMLNKOJQJUKWLXNYZY", + "E_JMVMXNYOZQZUYWXXVYJY", + "E_ZMNMLNKOJQJUKWLXNYZY RVKN[", + "E_JMVMXNYOZQZUYWXXVYJY RVKN[", + "E_J\\Z\\ RZJNJLKKLJNJRKTLUNVZV", + "E_Z\\J\\ RJJVJXKYLZNZRYTXUVVJV", + "E_J\\Z\\ RZJNJLKKLJNJRKTLUNVZV RXGL_", + "E_Z\\J\\ RJJVJXKYLZNZRYTXUVVJV RXGL_", + "E_J\\Z\\ RZJNJLKKLJNJRKTLUNVZV RSYQ_", + "E_Z\\J\\ RJJVJXKYLZNZRYTXUVVJV RSYQ_", + "E_JKJULYP[T[XYZUZK ROSUS RSUUSSQ", + "E_JKJULYP[T[XYZUZK RRRQSRTSSRRRT", + "E_JKJULYP[T[XYZUZK RLSXS RRMRY", + "E_ZYJYJMZM", + "E_JYZYZMJM", /* U+2290 !SQIMAGE */ + "E_Z\\J\\ RZVJVJJZJ", + "E_J\\Z\\ RJVZVZJJJ", + "E_Z[ZKJKJ[", + "E_JKJ[Z[ZK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLSXS RRMRY", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLSXS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RMNWX RWNMX", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RWFM^", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRRQSRTSSRRRT", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQRPTQUSTURVPUOSPQ", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRNRS RMQRSWQ ROWRSUW", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLUXU RLQXQ", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RNSVS", + "E_JKZKZ[J[JK RLSXS RRMRY", + "E_JKZKZ[J[JK RLSXS", + "E_JKZKZ[J[JK RMNWX RWNMX", /* U+22A0 SQUARE MULTIPLY_SMALL */ + "E_JKZKZ[J[JK RRRQSRTSSRRRT", + "E_J[JK RJSZS", + "E_Z[ZK RZSJS", + "E_ZKJK RRKR[", + "E_J[Z[ RR[RK", + "I[NSVS RNKN[", + "I[NVVV RNPVP RNKN[", + "E_JVZV RJPZP RJKJ[", + "E_JKJ[ RPSZS RPKP[", + "E_JKJ[ ROKO[ RTKT[ RYSTS", + "E_JKJ[ RPVYV RPPYP RPKP[", + "E_J[JK RJSZS RXGL_", + "E_JVZV RJPZP RJKJ[ RXGL_", + "E_JKJ[ RPSZS RPKP[ RXGL_", + "E_JKJ[ RPVYV RPPYP RPKP[ RXGL_", + "E_VKXLYNXPVQRRJSRTVUXVYXXZV[", /* U+22B0 PRECEDESREL */ + "E_NKLLKNLPNQRRZSRTNULVKXLZN[", + "E_JSZYZMJS", + "E_ZSJYJMZS", + "E_Z[J[ RJQZWZKJQ", + "E_J[Z[ RZQJWJKZQ", + "BbXQXU RYQYU RZPZV R[Q[U R\\Q\\U RMSLQJPHQGSHUJVLUMSWSXUZV\\U]S\\QZPXQWS", + "BbLQLU RKQKU RJPJV RIQIU RHQHU RWSXQZP\\Q]S\\UZVXUWSMSLUJVHUGSHQJPLQMS", + "E_JSTSUUWVYUZSYQWPUQTS", + "E_JSNS RR[RW RRKRO RZSVS", + "I[NFVF RRFR[", + "E_J[Z[ RZKRVJK", + "E_ZKJK RJ[RPZ[", + "E_JKZK RZPR[JP", + "E_JKJ[Z[ RJOLOQQTTVYV[", + "E_Z[ZKJ[Z[", + "Bb_`REE`", /* U+22C0 *OR_HUGE */ + "BbEFRa_F", + "Bb]`]O\\KZHWFSEQEMFJHHKGOG`", + "BbGFGWH[J^M`QaSaW`Z^\\[]W]F", + "E_RaJSRFZSRa", + "JZRRQSRTSSRRRT", + "I[RRTXOTUTPXRR", + "E_ZSJS RRXSYRZQYRXRZ RRLSMRNQMRLRN RLMXY RXMLY", + "E_JKZ[ZKJ[JK", + "E_ZKJ[JKZ[", + "E_JKZ[ZKJ[", + "E_JKZ[ RRSJ[", + "E_ZKJ[ RRSZ[", + "E_ZVJV RZPYOVNSOQQNRKQJP", + "E_JKMMOOQSR[SSUOWMZK", + "E_Z[WYUWSSRKQSOWMYJ[", + "E_ZPSPQQPSQUSVZV RZ\\Q\\N[KXJUJQKNNKQJZJ", /* U+22D0 SUBSET_DBL */ + "E_JPQPSQTSSUQVJV RJ\\S\\V[YXZUZQYNVKSJJJ", + "E_U[UTTRRQPROTO[ R[[[RZOWLTKPKMLJOIRI[", + "E_OKORPTRUTTURUK RIKITJWMZP[T[WZZW[T[K", + "E_RKR[ RL[LSMPNOQNSNVOWPXSX[", + "E_JPZP RZVJV RODOb RUDUb", + "E_ZMJSZY RYRXSYTZSYRYT", + "E_JMZSJY RKRJSKTLSKRKT", + "5oJM:SJY RZMJSZY RjMZSjY", + "5oZMjSZY RJMZSJY R:MJS:Y", + "E_ZSJS RJWZ[J_ RZOJKZG", + "E_JSZS RZWJ[Z_ RJOZKJG", + "E_ZLJL RZPJVZ\\", + "E_JLZL RJPZVJ\\", + "E_JPROVMXKZH RZ^X[VYRWJVRUVSXQZN", + "E_ZPRONMLKJH RJ^L[NYRWZVRUNSLQJN", + "E_JPROVMXKZH RZ^X[VYRWJVRUVSXQZN RXGL_", /* U+22E0 ~PRECEDESEQ SLASH_OP */ + "E_ZPRONMLKJH RJ^L[NYRWZVRUNSLQJN RXGL_", + "E_Z\\J\\ RZVJVJJZJ RXGL_", + "E_J\\Z\\ RJVZVZJJJ RXGL_", + "E_Z\\J\\ RZVJVJJZJ RSYQ_", + "E_J\\Z\\ RJVZVZJJJ RSYQ_", + "E_ZVJPZJ RJZKYNXQYS[V\\Y[ZZ RSWQ]", + "E_JVZPJJ RJZKYNXQYS[V\\Y[ZZ RSWQ]", + "E_J[KZNYQZS\\V]Y\\Z[ RZHXKVMROJPRQVSXUZX RSXQ^", + "E_J[KZNYQZS\\V]Y\\Z[ RJXLUNSRQZPRONMLKJH RSXQ^", + "E_JSZYZMJS RXGL_", + "E_ZSJYJMZS RXGL_", + "E_Z[J[ RJQZWZKJQ RXGL_", + "E_J[Z[ RZQJWJKZQ RXGL_", + "CaR\\S]R^Q]R\\R^ RRRSSRTQSRRRT RRHSIRJQIRHRJ", + "CaHRISHTGSHRHT RRRSSRTQSRRRT R\\R]S\\T[S\\R\\T", + "Ca\\H[I\\J]I\\H\\J RRRQSRTSSRRRT RH\\G]H^I]H\\H^", /* U+22F0 !ELLIPSIS_DIAG */ + "CaHHIIHJGIHHHJ RRRSSRTQSRRRT R\\\\]]\\^[]\\\\\\^", + ">`BQ\\Q R\\GOGKIIKGOGSIWKYO[\\[", + ">`GQ\\Q R\\M\\U R\\GOGKIIKGOGSIWKYO[\\[", + "E_JSZS RZPZV RZZPZMYKWJTJRKOMMPLZL", + "C`\\QGQ R\\GOGKIIKGOGSIWKYO[\\[ RR@QARBSAR@RB", + "C`GA\\A R\\QGQ R\\[O[KYIWGSGOIKKIOG\\G", + "E_JSZS RZGJG RZLPLMMKOJRJTKWMYPZZZ", + "C`G`\\` R\\PGP R\\FOFKHIJGNGRIVKXOZ\\Z", + "C`HT\\T RHN\\N R\\GOGKIIKGOGSIWKYO[\\[", + "DfbQHQ RHGUGYI[K]O]S[WYYU[H[", + "Df]QHQ RHMHU RHGUGYI[K]O]S[WYYU[H[", + "E_ZSJS RJPJV RJZTZWYYWZTZRYOWMTLJL", + "Da]AHA RHQ]Q RH[U[YY[W]S]O[KYIUGHG", + "E_ZSJS RJGZG RJLTLWMYOZRZTYWWYTZJZ", + "C`GQ\\Q R\\GGGG[\\[", + /* // Miscellaneous Technical (2300-23FF) */ + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RZKJ[", /* U+2300 CIRCLE SLASH_SYM */ + "E_JQRWROZU", + "E_J[JORGZOZ[J[", + "E_NORKVO", + "E_VWR[NW", + "E_ZKJK RJ[RPZ[", + "E_JNZN RJHZH RJ[RSZ[", + "H\\RDSETGSIRJQLRNSOTQSSRTQVRXSYT[S]R^Q`Rb", + "KYQbQDVD", + "KYSbSDND", + "KYQDQbVb", + "KYSDSbNb", + "E_RWR[ RVSZS", + "E_RWR[ RNSJS", + "E_RORK RVSZS", + "E_RORK RNSJS", + "E_ZQJQJV", /* U+2310 !NOT */ + "D`[JZLYPYVZZ[\\Y[UZOZK[I\\JZKVKPJLIJKKOLULYK[J", + "E_JSJQLMPKTKXMZQZS", + "E_JSJQLMPKTKXMZQZS RJSZS", + "E_JMLLPKTKXLZMR[JM", + "E_PUJ[ RTKWLYNZQYTWVTWQVOTNQONQLTK", + "E_JSZS RR[RK RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_JWZW RJOZO RNKN[ RVKV[", + "E_LPXPZO[MZKXJVKUMUYV[X\\Z[[YZWXVLVJWIYJ[L\\N[OYOMNKLJJKIMJOLP", + "E_ZUJUJP", + "E_RORSUS RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_M[RVW[ RN[RWV[ RP[RYT[ RS[RZQ[ RU[RXO[ RYMRPKMROYM RJFZFZKYMKTJVJ[Z[ZVYTKMJJJF", + "JZVFNFNM", + "JZNFVFVM", + "JZV[N[NT", + "JZN[V[VT", + "H\\RbRMSITGVFXGYI", /* U+2320 INTEGRAL_TOP */ + "H\\RDRYQ]P_N`L_K]", + "E_JUKTMSRRWSYTZU", + "E_ZQYRWSRTMSKRJQ", + "E_LKHK RXK\\K RNORKVO", + "@dXK^K RFKLKX[^[", + "AfJKZ[ RZKJ[ RFKZKbSZ[F[FK", + "AcJKZ[ RZKJ[ RFK^K^[F[FK", + "9k>VfV R>LfL RCQCL RD[DV REVEQ RFLFG RHQHL RJVJQ RK[KV RKLKG RMQML ROVOQ RPLPG RRQRL RTVTQ RULUG RWQWL RYVYQ RZ[ZV RZLZG R\\Q\\L R^V^Q R_L_G R`[`V R>QaQaL R>[>GfGf[>[", + "KYUcOSUC", + "KYOcUSOC", + ">cZKJ[ RJKZ[ R^KJKBSJ[^[^K", + "AcKOKW RR[YW RRKYO RRE^L^ZRaFZFLRE", + "H\\PNKX RYNTX RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_N[J[JW RZSRSJ[ RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_JSZS RNYVY RVMNM", + "E_RPRKNN RZPZKVN RRKJ[R[ZK", /* U+2330 TOTAL_RUNOUT */ + "H\\LS[S RRMRY RXP[SXV RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_ZSJ\\JJZS RJSZS", + "E_J[JRZ[J[", + "E_JWJ[Z[ZW", + "E_VWR[NW", + "D`JaZa RJFZF RRFRa", + "D`MFWFWaMaMF", + "D`IF[F[aIaIF RJPZP RZVJV", + "D`IF[F[aIaIF RZSJS RRXSYRZQYRXRZ RRLSMRNQMRLRN", + "D`IF[F[aIaIF RRJ[SR\\ISRJ", + "D`IF[F[aIaIF RPQRPTQUSTURVPUOSPQ", + "D`IF[F[aIaIF RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRbRD", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQRPTQUSTURVPUOSPQ", + "E_JSZS RZKJ[", + "E_JSZS RJKZ[", /* U+2340 MINUS !SLASH_SYM */ + "D`IaIF[F[aIa[F", + "D`[a[FIFIa[aIF", + "D`IF[F[aIaIF RZMJSZY", + "D`IF[F[aIaIF RJMZSJY", + "E_ZSJS RNWJSNO RR[RK", + "E_JSZS RVWZSVO RR[RK", + "D`IF[F[aIaIF RZSJS RNWJSNO", + "D`IF[F[aIaIF RJSZS RVWZSVO", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RLGX_", + "E_J[Z[ RR[RK RZaJa", + "E_RKX[L[RK RRbRD", + "D`IF[F[aIaIF RIKR[[K", + "D`IF[F[aIaIF RRKX[L[RK", + "E_ZKJK RRKR[ RVRUPSOQOOPNRNTOVQWSWUVVTVR", + "E_R[RK RNORKVO RJSZS", + "D`IF[F[aIaIF RR[RK RNORKVO", /* U+2350 RECTANGLE_V_HUGE ARROW_N */ + "E_ZKJK RRKR[ RMEWE", + "E_R[LKXKR[ RRbRD", + "D`IF[F[aIaIF R[[RKI[", + "D`IF[F[aIaIF RR[LKXKR[", + "E_J[Z[ RR[RK RPQRPTQUSTURVPUOSPQ", + "E_RKR[ RVWR[NW RJSZS", + "D`IF[F[aIaIF RRKR[ RVWR[NW", + "JZJ]Z] RSFQJ", + "E_RKX[L[RK RJ]Z]", + "E_RJ[SR\\ISRJ RJ]Z]", + "E_PQRPTQUSTURVPUOSPQ RJ]Z]", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RJ]Z]", + "E_Z[ZQXMTKPKLMJQJ[ RPQRPTQUSTURVPUOSPQ", + "D`IF[F[aIaIF RSFQJ", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRPTVORURPVRP", + "D`IF[F[aIaIF RRYSZR[QZRYR[ RRNSORPQORNRP", /* U+2360 RECTANGLE_V_HUGE COLON */ + "E_ZKJK RRKR[ RNDOENFMENDNF RVDWEVFUEVDVF", + "E_R[LKXKR[ RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_RKWZJQZQMZRK RNDOENFMENDNF RVDWEVFUEVDVF", + "E_PQRPTQUSTURVPUOSPQ RNIOJNKMJNINK RVIWJVKUJVIVK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RNDOENFMENDNF RVDWEVFUEVDVF", + "E_JKJULYP[T[XYZUZK RRbRD", + "E_ZMNMLNKOJQJUKWLXNYZY RRbRD", + "E_JSKRNQQRSTVUYTZS RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_JMZSJY RNFOGNHMGNFNH RVFWGVHUGVFVH", + "E_JSZS RSZS[R]Q^", + "E_R[LKXKR[ RJSKRNQQRSTVUYTZS", + "H\\QFSFUGVHWJXNXSWWVYUZS[Q[OZNYMWLSLNMJNHOGQF RJPKONNQOSQVRYQZP", + "E_JSKRNQQRSTVUYTZS RRbRD", + "MWSZS[R]Q^ RRNSORPQORNRP RJ]Z]", + "D`IF[F[aIaIF RJPZP RTMPY RZVJV", + "D`IF[F[aIaIF RQYRZQ[PZQYQ[ RMGOFTFVGWIWKVMUNSORPQRQS", /* U+2370 RECTANGLE_V_HUGE QUESTION */ + "E_IKR[[K RJSKRNQQRSTVUYTZS", + "E_[[RKI[ RJSKRNQQRSTVUYTZS", + "MXRMRXSZU[", + "H\\MbMQNOONQMTMVNWOXQXWWYVZT[Q[OZMX", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[ RJ]Z]", + "HZLTST RVZT[P[NZMYLWLQMONNPMTMVN RJ]Z]", + "MXRMRXSZU[ RJ]Z]", + "G]RTRX RMMLNKPKXLZN[O[QZRXSZU[V[XZYXYPXNWM RJ]Z]", + "H]YMVWUYTZR[P[NZMYLVLRMONNPMRMTNUOVQWXXZZ[", + "IbMTQSS[bB RXL`L", + "A_J_F_F[ RJKJ[Z[ RF_OVEQOG", + "E_JWNWN[V[VWZW", + "E_NSN[J[ RVSV[Z[ RJSJQLMPKTKXMZQZSJS", + "E_PQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ RRbRD", + "E_VWR[NW ROEQDSDUEVGVN RVMTNQNOMNKOIQHVH", /* U+2380 *ARROWHEAD_N ^A_TINY */ + "BbF[^[ RGLIKKKMLNNNU RUSVTUUTTUSUU R]S^T]U\\T]S]U RNTLUIUGTFRGPIONO", + "BbF[N[ RV[^[ RGLIKKKMLNNNU RWLYK[K]L^N^U RNTLUIUGTFRGPIONO R^T\\UYUWTVRWPYO^O", + "BbHPDP RJUFX RJKFH R^XZU R^HZK R`P\\P RTTRUPUNTMRMQNNPLRKVKTU", + "=_RKR[B[BKRK RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_JKZKZ[J[JK RRbRD", + "C_ESUS RQWUSQO RJWJ[Z[ZKJKJO", + "@dX[^[ RZO^KZG RF[L[XK^K", + "E_KOYW RR[RK RYOKW RRMONMPLSMVOXRYUXWVXSWPUNRM", + "E_JSOSR[USZS RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_R[KOYOR[ RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_STJK RJOJKNK RSKTKXMZQZUXYT[P[LYJUJT", + "D`KNKROR RYRWPTOPOMPKR RNXMVKUIVHXIZK[MZNX RVXWZY[[Z\\X[VYUWVVX", + "E_I[N[NKVKV[[[", + "E_I[V[VK RN[NK[K", + "E_JKZK RJSRKZSR[JS", + "E_Z[J[ RZSR[JSRKZS", /* U+2390 *OPEN_H */ + "E_JKZK RJSRKZSR[JS RJSZS", + "E_Z[J[ RZSR[JSRKZS RJSZS", + "E_JVLV RJPZP RQVSV RXVZV", + "BbL[FQLGXG^QX[L[", + "D`IF[F[aIaIF", + "MWTFQL", + "AcZSJS RRORK RR[RW RNOJSNW R^[F[FK^K^[", + "AcJSZS RRWR[ RRKRO RVWZSVO RFK^K^[F[FK", + "BbLHQHQC RLSLHQCXCXSLS RLKJKHLGNGXHZJ[Z[\\Z]X]N\\LZKXK", + "BbROJW RZORW RGXGNHLJKZK\\L]N]X\\ZZ[J[HZGX", + "H\\XDVGUITLSQR[Rb", + "H\\RbRD", + "H\\XbV_U]TZSURKRD", + "H\\LDNGOIPLQQR[Rb", + "H\\RbRD", + "H\\LbN_O]PZQURKRD", /* U+23A0 *PAREN_TOP */ + "H\\XGRGRb", + "H\\RbRD", + "H\\X_R_RD", + "H\\LGRGRb", + "H\\RbRD", + "H\\L_R_RD", + "H\\XDTHSJRNRb", + "H\\RDRIQMPOLSPWQYR]Rb", + "H\\XbT^S\\RXRD", + "H\\RbRD", + "H\\LDPHQJRNRb", + "H\\RDRISMTOXSTWSYR]Rb", + "H\\LbP^Q\\RXRD", + "H\\RbRD", + "H\\HS\\S", + "H\\WDSHRKR[Q^Mb", /* U+23B0 MOUSTACHE */ + "H\\MDQHRKR[S^Wb", + "E_VbIF\\F", + "E_VDI`\\`", + ">fC^CYaYa^", + ">fCHCMaMaH", + ">fC^CYaYa^ RaHaMCMCH", + "IbMTQSS[bB", + "H\\RbRD", + "H\\RbRD", + "H\\HG\\G", + "H\\HM\\M", + "H\\\\YHY", + "H\\\\_H_", + "E_UFOFO[", + "E_U[O[OF", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRbRD", /* U+23C0 CIRCLE LINE_V */ + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RZEJE RRERa", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RJaZa RRaRE", + "E_RK[[I[RK RRbRD", + "E_RK[[I[RK RZEJE RRERa", + "E_RK[[I[RK RJaZa RRaRE", + "E_JSKRNQQRSTVUYTZS RRbRD", + "E_JSKRNQQRSTVUYTZS RZEJE RRERa", + "E_JSKRNQQRSTVUYTZS RJaZa RRaRE", + "E_JaZa RRaRE", + "E_ZEJE RRERa", + "E_OFUFU[", + "E_O[U[UF", + "D`TFQL RMKJKJ[Z[ZKWK", + "E_IWN\\NZZZZKTKTTNTNRIW", + "E_Z[J[ RJVRKZV", + "H\\RbRD", /* U+23D0 LINE_V */ + "H\\NQNROTQUSUUTVRVQ", + "H\\NQNROTQUSUUTVRVQ RMKWK", + "H\\NQNROTQUSUUTVRVQ RW[M[", + "CaGQGRHTJULUNTOROQ RUQURVTXUZU\\T]R]Q RGK]K", + "CaGQGRHTJULUNTOROQ RUQURVTXUZU\\T]R]Q R][G[", + "E_JQJRKTMUOUQTRRRQ RRRSTUUWUYTZRZQ", + "E_JUZUZP", + "E_JPJUZUZP", + "E_RPRU RJPJUZUZP", + "E_HO\\O RLUXU RRFRO RT[P[", + "E_HS\\S RJMZMZYJYJM", + ">fB]C\\FZHYKXPWTWYX\\Y^Za\\b]", + ">fbIaJ^L\\MYNTOPOKNHMFLCJBI", + ">fB^B]C[EZOZQYRWSYUZ_Za[b]b^", + ">fbHbIaK_LULSMROQMOLELCKBIBH", + ">fB^FY^Yb^", /* U+23E0 TOR_BRACKET_OVER */ + ">fbH^MFMBH", + "E_I[NKVK[[I[", + "AcRE^L^ZRaFZFLRE RQLSLVMXOYRYTXWVYSZQZNYLWKTKRLONMQL", + "E_JSZS", + "E_HXMN\\NWXHX", + "E_JSZS RJSKNLLNKPLQNSXTZV[XZYXZS", + "E_LMXY RXMLY RPQRPTQUSTURVPUOSPQ", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+23F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Control Pictures (2400-243F) */ + "F^K[KFYFY[K[", /* U+2400 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2410 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2420 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2430 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Optical Character Recognition (2440-245F) */ + "F^K[KFYFY[K[", /* U+2440 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2450 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Enclosed Alphanumerics (2460-24FF) */ + "F^K[KFYFY[K[", /* U+2460 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2470 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2480 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2490 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+24F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Box Drawing (2500-257F) */ + "F^K[KFYFY[K[", /* U+2500 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2510 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2520 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2530 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2540 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2550 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2560 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2570 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Block Elements (2580-259F) */ + "F^K[KFYFY[K[", /* U+2580 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2590 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Geometric Shapes (25A0-25FF) */ + "E_KKK[ RL[LK RMKM[ RN[NK ROKO[ RP[PK RQKQ[ RR[RK RSKS[ RT[TK RUKU[ RV[VK RWKW[ RX[XK RYKY[ RJKZKZ[J[JK", /* U+25A0 SQUARE_BLACK */ + "E_JKZKZ[J[JK", + "E_KLMKWKYLZNZXYZW[M[KZJXJNKL", + "E_JKZKZ[J[JK RPPPV RQVQP RRPRV RSVSP RTPTV ROVOPUPUVOV", + "E_JWZW RJSZS RJOZO RJKZKZ[J[JK", + "E_NKN[ RRKR[ RVKV[ RJKZKZ[J[JK", + "E_JWZW RJSZS RJOZO RNKN[ RRKR[ RVKV[ RJKZKZ[J[JK", + "E_JKZ[ RN[JW RT[JQ RZUPK RZOVK RJKZKZ[J[JK", + "E_J[ZK RJUTK RJONK RP[ZQ RV[ZW RJKZKZ[J[JK", + "E_J[ZK RJUTK RJONK RJKZ[ RN[JW RP[ZQ RT[JQ RV[ZW RZUPK RZOVK RJKZKZ[J[JK", + "E_PPPV RQVQP RRPRV RSVSP RTPTV ROVOPUPUVOV", + "E_OVOPUPUVOV", + "E_JXTN RJWSN RJVRN RJUQN RJTPN RJSON RJRNN RJQMN RJPLN RJOKN RKXUN RLXVN RMXWN RNXXN ROXYN RPXZN RQXZO RRXZP RSXZQ RTXZR RUXZS RVXZT RWXZU RXXZV RYXZW RJNZNZXJXJN", + "E_JNZNZXJXJN", + "E_M[WQ RMZWP RMYWO RMXWN RMWWM RMVWL RMUWK RMTVK RMSUK RMRTK RMQSK RMPRK RMOQK RMNPK RMMOK RMLNK RN[WR RO[WS RP[WT RQ[WU RR[WV RS[WW RT[WX RU[WY RV[WZ RM[MKWKW[M[", + "E_M[MKWKW[M[", + "E_NNLP RONKR RPNJT RQNIV RRNHX RSNIX RTNJX RUNKX RVNLX RWNMX RXVVX RXNNX RYTUX RYNOX RZRTX RZNPX R[PSX R[NQX R\\NRX RHXMN\\NWXHX", /* U+25B0 PARALLELOGRAM_BLACK */ + "E_HXMN\\NWXHX", + "E_JZJ[ RKXK[ RLVL[ RMTM[ RNSN[ ROQO[ RPOP[ RQMQ[ RRKR[ RSMS[ RTOT[ RUQU[ RVSV[ RWTW[ RXVX[ RYXY[ RZ[RLJ[ RZZZ[ RRK[[I[RK", + "E_RK[[I[RK", + "E_OUOV RPSPV RQQQV RRORV RSQSV RTSTV RUUUV ROVRPUV RROVVNVRO", + "E_ROVVNVRO", + "E_KKK[ RLLLZ RMLMZ RNMNY ROMOY RPNPX RQNQX RRORW RSPSV RTPTV RUQUU RVQVU RWSXS RWRWT RJKYSJ[ RZSJ\\JJZS", + "E_ZSJ\\JJZS", + "E_PPPV RQQQU RRQRU RSSUS RSRST ROPUSOV RVSOWOOVS", + "E_VSOWOOVS", + "E_KNKX RLNLX RMOMW RNONW ROOOW RPPPV RQPQV RRPRV RSQSU RTQTU RURUT RVRVT RWRWT RXSWS RJNYSJX RZSJYJMZS", + "E_ZSJYJMZS", + "E_ZLZK RYNYK RXPXK RWRWK RVSVK RUUUK RTWTK RSYSK RR[RK RQYQK RPWPK ROUOK RNSNK RMRMK RLPLK RKNKK RJKRZZK RJLJK RR[IK[KR[", + "E_R[IK[KR[", + "E_UQUP RTSTP RSUSP RRWRP RQUQP RPSPP ROQOP RUPRVOP RRWNPVPRW", + "E_RWNPVPRW", + "E_Y[YK RXZXL RWZWL RVYVM RUYUM RTXTN RSXSN RRWRO RQVQP RPVPP ROUOQ RNUNQ RMSLS RMTMR RZ[KSZK RJSZJZ\\JS", /* U+25C0 *TRIANGLE_E_BLACK */ + "E_JSZJZ\\JS", + "E_TVTP RSUSQ RRURQ RQSOS RQTQR RUVOSUP RNSUOUWNS", + "E_NSUOUWNS", + "E_YXYN RXXXN RWWWO RVWVO RUWUO RTVTP RSVSP RRVRP RQUQQ RPUPQ ROTOR RNTNR RMTMR RLSMS RZXKSZN RJSZMZYJS", + "E_JSZMZYJS", + "E_JRJT RKUKQ RLPLV RMWMO RNNNX ROYOM RPLPZ RQ[QK RRJR\\ RS[SK RTLTZ RUYUM RVNVX RWWWO RXPXV RYUYQ RZRZT RRJ[SR\\ISRJ", + "E_RJ[SR\\ISRJ", + "E_RJ[SR\\ISRJ RPRPT RQUQQ RRPRV RSUSQ RTRTT RRPUSRVOSRP", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQPU RQUQQ RRPRV RSUSQ RTQTU RPTRVTT RPRRPTR RPQRPTQUSTURVPUOSPQ", + "E_RaJSRFZSRa", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_JQKO RKWJU RNLPK RP[NZ RTKVL RVZT[ RYOZQ RZUYW", + "E_NLNZ RRKR[ RVLVZ RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RPQRPTQUSTURVPUOSPQ", + "E_KOKW RLXP[ RLNPK RLMLY RMYMM RNLNZ ROZOL RPKP[ RQ[QK RRKR[ RS[SK RT[XX RTKT[ RTKXN RUZUL RVLVZ RWYWM RXMXY RYWYO RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RKOKW RLYLM RMMMY RNZNL ROLOZ RP[LX RP[PK RLN RQKQ[ RR[P[LYJUJQLMPKRKR[", /* U+25D0 CIRCLE CIRCLE_LEFTHALF_BLACK */ + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RYWYO RXMXY RWYWM RVLVZ RUZUL RTKXN RTKT[ RXX RS[SK RRKTKXMZQZUXYT[R[RK", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RKOKS RLMLS RMSMM RNLNS ROSOL RPKLN RPKPS RQKQS RRKRS RSKSS RTSTK RXN RULUS RVSVL RWMWS RXMXS RYOYS RJSJQLMPKTKXMZQZSJS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RYWYS RXYXS RWSWY RVZVS RUSUZ RT[XX RT[TS RS[SS RR[RS RQ[QS RPSP[ RLX ROZOS RNSNZ RMYMS RLYLS RKWKS RZSZUXYT[P[LYJUJSZS", + "E_SSSK RTKTS RTKXN RUSUL RVLVS RWSWM RXMXS RYSYO RZSRSRK RPKTKXMZQZUXYT[P[LYJUJQLMPK", + "E_QSQ[ RP[PS RP[LX ROSOZ RNZNS RMSMY RLYLS RKSKW RJSRSR[ RT[P[LYJUJQLMPKTKXMZQZUXYT[ RYWYO RXMXY RWYWM RVLVZ RUZUL RTKXN RTKT[ RXX RS[SK RRKTKXMZQZUXYT[R[RK", + "E_KOKW RLYLM RMMMY RNZNL ROLOZ RP[LX RP[PK RLN RQKQ[ RR[P[LYJUJQLMPKRKR[", + "E_YWYO RXMXY RWYWM RVLVZ RUZUL RTKXN RTKT[ RXX RS[SK RRKTKXMZQZUXYT[R[RK", + "E_FDFb RGbGD RHDHb RIbID RJDJb RKbKD RLbLW RLDLO RMXMb RMNMD RNbNY RNDNM ROZOb ROLOD RPbPZ RPDPL RQZQb RQLQD RRbRZ RRDRL RSZSb RSLSD RTbTZ RTDTL RUZUb RULUD RVbVY RVDVM RWXWb RWNWD RXbXW RXDXO RYbYD RZDZb R[b[D R\\D\\b R]b]D R^D^b R_bEbED_D_b RKTKRLONMQLSLVMXOYRYTXWVYSZQZNYLWKT", + "E_FRFD RGNIJ RGDGN RHLHD RIDIK RJJJD RJJMG RKDKI RLHLD RMHQF RMDMH RNGND ROPOS RODOG RPSPP RPGPD RQPQS RQDQG RRSRO RRGRD RSPSS RSFWH RSDSG RTSTP RTGTD RUPUS RUDUG RVGVD RWGZJ RWDWH RXHXD RYDYI RZJZD R[J]N R[D[K R\\L\\D R]D]N R^R^D ROQROUQ RNSOPROUPVSNS RFSFRGNIKJJMHQGSGWHZJ[K]N^R^S_S_DEDESFS R^T^b R]X[\\ R]b]X R\\Z\\b R[b[[ RZ\\Zb RZ\\W_ RYbY] RX^Xb RW^S` RWbW^ RV_Vb RUVUS RUbU_ RTSTV RT_Tb RSVSS RSbS_ RRSRW RR_Rb RQVQS RQ`M^ RQbQ_ RPSPV RP_Pb ROVOS RObO_ RN_Nb RM_J\\ RMbM^ RL^Lb RKbK] RJ\\Jb RI\\GX RIbI[ RHZHb RGbGX RFTFb RUURWOU RVSUVRWOVNSVS R^S^T]X[[Z\\W^S_Q_M^J\\I[GXFTFSESEb_b_S^S", + "E_FRFD RGNIJ RGDGN RHLHD RIDIK RJJJD RJJMG RKDKI RLHLD RMHQF RMDMH RNGND ROPOS RODOG RPSPP RPGPD RQPQS RQDQG RRSRO RRGRD RSPSS RSFWH RSDSG RTSTP RTGTD RUPUS RUDUG RVGVD RWGZJ RWDWH RXHXD RYDYI RZJZD R[J]N R[D[K R\\L\\D R]D]N R^R^D ROQROUQ RNSOPROUPVSNS RFSFRGNIKJJMHQGSGWHZJ[K]N^R^S_S_DEDESFS", + "E_^T^b R]X[\\ R]b]X R\\Z\\b R[b[[ RZ\\Zb RZ\\W_ RYbY] RX^Xb RW^S` RWbW^ RV_Vb RUVUS RUbU_ RTSTV RT_Tb RSVSS RSbS_ RRSRW RR_Rb RQVQS RQ`M^ RQbQ_ RPSPV RP_Pb ROVOS RObO_ RN_Nb RM_J\\ RMbM^ RL^Lb RKbK] RJ\\Jb RI\\GX RIbI[ RHZHb RGbGX RFTFb RUURWOU RVSUVRWOVNSVS R^S^T]X[[Z\\W^S_Q_M^J\\I[GXFTFSESEb_b_S^S", + "E_JSJQLMPKRK", + "E_ZSZQXMTKRK", + "E_ZSZUXYT[R[", + "E_JSJULYP[R[", + "E_JSJQLMPKTKXMZQZS", /* U+25E0 CIRCLE_TOPHALF */ + "E_ZSZUXYT[P[LYJUJS", + "E_KZK[ RLYL[ RMXM[ RNWN[ ROVO[ RPUP[ RQTQ[ RRSR[ RSRS[ RTQT[ RUPU[ RVOV[ RWNW[ RXMX[ RYLY[ RZ[ZKJ[Z[", + "E_YZY[ RXYX[ RWXW[ RVWV[ RUVU[ RTUT[ RSTS[ RRSR[ RQRQ[ RPQP[ ROPO[ RNON[ RMNM[ RLML[ RKLK[ RJ[JKZ[J[", + "E_YLYK RXMXK RWNWK RVOVK RUPUK RTQTK RSRSK RRSRK RQTQK RPUPK ROVOK RNWNK RMXMK RLYLK RKZKK RJKJ[ZKJK", + "E_KLKK RLMLK RMNMK RNONK ROPOK RPQPK RQRQK RRSRK RSTSK RTUTK RUVUK RVWVK RWXWK RXYXK RYZYK RZKZ[JKZK", + "E_PQRPTQUSTURVPUOSPQ", + "E_JKZKZ[J[JK RK[KK RLKL[ RM[MK RNKN[ RO[OK RPKP[ RQ[QK RJ[JKRKR[J[", + "E_JKZKZ[J[JK RYKY[ RX[XK RWKW[ RV[VK RUKU[ RT[TK RSKS[ RZKZ[R[RKZK", + "E_JKZKZ[J[JK RYLYK RXMXK RWNWK RVOVK RUPUK RTQTK RSRSK RRSRK RQTQK RPUPK ROVOK RNWNK RMXMK RLYLK RKZKK RJKJ[ZKJK", + "E_JKZKZ[J[JK RKZK[ RLYL[ RMXM[ RNWN[ ROVO[ RPUP[ RQTQ[ RRSR[ RSRS[ RTQT[ RUPU[ RVOV[ RWNW[ RXMX[ RYLY[ RZ[ZKJ[Z[", + "E_JKZKZ[J[JK RR[RK", + "E_RK[[I[RK RRUQVRWSVRURW", + "E_J[RL RJZJ[ RKXK[ RLVL[ RMTM[ RNSN[ ROQO[ RPOP[ RQMQ[ RRKR[ RRK[[I[RK", + "E_Z[RL RZZZ[ RYXY[ RXVX[ RWTW[ RVSV[ RUQU[ RTOT[ RSMS[ RRKR[ RRKI[[[RK", + "C`OFTFXHZJ\\N\\SZWXYT[O[KYIWGSGNIJKHOF", + "E_JKZKZ[J[JK RRKRSJS", /* U+25F0 SQUARE !QUADRANT */ + "E_JKZKZ[J[JK RR[RSJS", + "E_JKZKZ[J[JK RR[RSZS", + "E_JKZKZ[J[JK RRKRSZS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRKRSJS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RR[RSJS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RR[RSZS", + "E_PKTKXMZQZUXYT[P[LYJUJQLMPK RRKRSZS", + "E_JKJ[ZKJK", + "E_ZKZ[JKZK", + "E_J[JKZ[J[", + "E_JKZKZ[J[JK", + "E_KKK[ RL[LK RMKM[ RN[NK ROKO[ RP[PK RQKQ[ RR[RK RSKS[ RT[TK RUKU[ RV[VK RWKW[ RX[XK RYKY[ RJKZKZ[J[JK", + "E_OVOPUPUVOV", + "E_PPPV RQVQP RRPRV RSVSP RTPTV ROVOPUPUVOV", + "E_Z[ZKJ[Z[", + /* // Miscellaneous Symbols (2600-26FF) */ + "F^K[KFYFY[K[", /* U+2600 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2610 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2620 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2630 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2640 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2650 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2660 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2670 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2680 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2690 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+26F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Dingbats (2700-27BF) */ + "F^K[KFYFY[K[", /* U+2700 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2710 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2720 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2730 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2740 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2750 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2760 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2770 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2780 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2790 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Miscellaneous Mathematical Symbols A (27C0-27EF) */ + "F^K[KFYFY[K[", /* U+27C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+27E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Supplemental Arrows A (27F0-27FF) */ + "F^K[KFYFY[K[", /* U+27F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Braille Patterns (2800-28FF) */ + "F^K[KFYFY[K[", /* U+2800 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2810 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2820 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2830 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2840 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2850 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2860 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2870 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2880 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2890 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+28F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Supplemental Arrows B (2900-297F) */ + "F^K[KFYFY[K[", /* U+2900 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2910 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2920 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2930 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2940 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2950 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2960 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2970 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Miscellaneous Mathematical Symbols B (2980-29FF) */ + "F^K[KFYFY[K[", /* U+2980 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2990 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29A0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29B0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29C0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29D0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29E0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+29F0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Supplemental Mathematical Operators (2A00-2AFF) */ + "F^K[KFYFY[K[", /* U+2A00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2A90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2AF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + /* // Miscellaneous Symbols and Arrows (2B00-2BFF) */ + "F^K[KFYFY[K[", /* U+2B00 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B10 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B20 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B30 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B40 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B50 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B60 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B70 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B80 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2B90 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BA0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BB0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BC0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BD0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BE0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", /* U+2BF0 */ + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", + "F^K[KFYFY[K[", +}; +/* --- unused glyphs --- */ +/* RECTANGLE_V_BLACK_SMALL */ +/* TRIANGLE_TALL_BLACK */ +/* COMBINING */ +/* DIAMOND_SMALL */ diff --git a/helpers/tools_to_build_newstroke-font/symbol.dcm b/helpers/tools_to_build_newstroke-font/symbol.dcm new file mode 100644 index 0000000..33a9cca --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/symbol.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 Date: Чтв 28 Янв 2010 20:43:31 +# +#End Doc Library diff --git a/helpers/tools_to_build_newstroke-font/symbol.lib b/helpers/tools_to_build_newstroke-font/symbol.lib new file mode 100644 index 0000000..411e807 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/symbol.lib @@ -0,0 +1,5337 @@ +EESchema-LIBRARY Version 2.3 Date: Чтв 28 Янв 2010 20:43:31 +# +# ALL_AROUND_PROFILE +# +DEF ALL_AROUND_PROFILE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALL_AROUND_PROFILE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 0 -400 0 -400 200 N +P 3 0 1 0 400 400 0 400 -400 0 N +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ALTERNATIVE_KEY +# +DEF ALTERNATIVE_KEY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ALTERNATIVE_KEY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 0 600 0 N +P 3 0 1 0 400 600 600 800 400 1000 N +P 4 0 1 0 -600 0 -300 0 300 800 600 800 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE +# +DEF ANGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_ARC +# +DEF ANGLE_ARC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_ARC" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 0 -400 400 400 800 N +P 5 0 1 0 50 100 100 200 150 400 100 600 50 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_MEAS +# +DEF ANGLE_MEAS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_MEAS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 800 -400 0 400 0 N +P 4 0 1 0 -100 400 0 300 100 50 100 -100 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_RIGHT +# +DEF ANGLE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_RIGHT_ARC +# +DEF ANGLE_RIGHT_ARC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_RIGHT_ARC" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 800 -400 0 400 0 N +P 6 0 1 0 -400 600 -300 600 -50 500 100 350 200 100 200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ANGLE_RIGHT_ARROW_DOWN_ZIGZAG +# +DEF ANGLE_RIGHT_ARROW_DOWN_ZIGZAG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ANGLE_RIGHT_ARROW_DOWN_ZIGZAG" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 -200 -600 -200 -600 0 N +P 3 0 1 0 -400 800 -400 0 400 0 N +P 4 0 1 0 -600 -200 -150 250 -650 500 -150 1000 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_BAR_E +# +DEF ARROW_BAR_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_BAR_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 400 600 400 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_CLOCKWISE_OPEN +# +DEF ARROW_CLOCKWISE_OPEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_CLOCKWISE_OPEN" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -450 800 -150 800 -150 500 N +P 14 0 1 0 250 700 300 650 350 500 350 400 300 250 200 150 50 100 -50 100 -200 150 -300 250 -350 400 -350 500 -300 650 -150 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_CLOCKWISE_SEMI +# +DEF ARROW_CLOCKWISE_SEMI U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_CLOCKWISE_SEMI" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 500 350 300 550 500 N +P 10 0 1 0 -350 450 -350 500 -300 650 -200 750 -50 800 50 800 200 750 300 650 350 500 350 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_CORNER_NE +# +DEF ARROW_CORNER_NE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_CORNER_NE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 200 600 N +P 3 0 1 0 -400 800 400 800 400 0 N +P 3 0 1 0 -150 600 200 600 200 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_E +# +DEF ARROW_DBL_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 3 0 1 0 -100 600 100 400 -100 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_N +# +DEF ARROW_DBL_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 300 0 500 200 300 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_N_PEDESTAL_WHITE +# +DEF ARROW_DBL_N_PEDESTAL_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_N_PEDESTAL_WHITE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -100 550 -250 550 0 800 250 550 100 550 N +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 400 -250 400 0 650 250 400 150 400 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_DBL_N_WHITE +# +DEF ARROW_DBL_N_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_DBL_N_WHITE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -100 550 -250 550 0 800 250 550 100 550 N +P 8 0 1 0 150 0 -150 0 -150 400 -250 400 0 650 250 400 150 400 150 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E +# +DEF ARROW_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_BAR +# +DEF ARROW_E_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 600 -400 200 N +P 2 0 1 0 400 400 -400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_DASHED +# +DEF ARROW_E_DASHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_DASHED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 -250 400 N +P 2 0 1 0 -50 400 50 400 N +P 2 0 1 0 250 400 400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_DBL +# +DEF ARROW_E_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 250 250 N +P 2 0 1 0 -400 550 250 550 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_DBL_SLASH +# +DEF ARROW_E_DBL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_DBL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 250 250 N +P 2 0 1 0 -400 550 250 550 N +P 2 0 1 0 0 650 -200 150 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_HOOK +# +DEF ARROW_E_HOOK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_HOOK" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +P 6 0 1 0 400 400 -250 400 -350 450 -400 550 -350 650 -250 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_LOOP +# +DEF ARROW_E_LOOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_LOOP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +P 9 0 1 0 400 400 -250 400 -350 450 -400 550 -350 650 -250 700 -150 650 -100 550 -100 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_N +# +DEF ARROW_E_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_N" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 0 -200 600 400 600 N +P 3 0 1 0 200 400 400 600 200 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_N_WHITE +# +DEF ARROW_E_N_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_N_WHITE" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 450 600 200 850 200 750 -400 750 -400 0 -100 0 -100 450 200 450 200 350 450 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_SLASH +# +DEF ARROW_E_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 600 -200 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_SMALL +# +DEF ARROW_E_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 400 150 400 N +P 3 0 1 0 50 300 150 400 50 500 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_SMALL_CIRCLE +# +DEF ARROW_E_SMALL_CIRCLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_SMALL_CIRCLE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 3 0 1 0 200 200 400 400 200 600 N +P 13 0 1 0 100 450 100 350 50 250 -50 200 -150 200 -250 250 -300 350 -300 450 -250 550 -150 600 -50 600 50 550 100 450 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_SQUIGGLE +# +DEF ARROW_E_SQUIGGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_SQUIGGLE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +P 7 0 1 0 -400 300 -250 500 -100 300 50 500 200 300 300 400 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_STROKE +# +DEF ARROW_E_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -100 600 -100 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_STROKE_DBL +# +DEF ARROW_E_STROKE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_STROKE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -250 600 -250 200 N +P 2 0 1 0 0 600 0 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_TAIL +# +DEF ARROW_E_TAIL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_TAIL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 400 -200 400 N +P 3 0 1 0 -400 600 -200 400 -400 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_TPL +# +DEF ARROW_E_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_TPL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 150 150 150 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 650 150 650 N +P 3 0 1 0 50 750 400 400 50 50 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_WALL_WHITE +# +DEF ARROW_E_WALL_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_WALL_WHITE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -400 650 -200 650 -200 550 150 550 150 650 400 400 150 150 150 250 -200 250 -200 150 -400 150 -400 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_WAVE +# +DEF ARROW_E_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 200 400 500 100 500 N +P 8 0 1 0 400 500 250 350 150 300 50 350 -50 450 -150 500 -250 450 -400 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_E_WHITE +# +DEF ARROW_E_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_E_WHITE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 250 -400 550 150 550 150 650 400 400 150 150 150 250 -400 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N +# +DEF ARROW_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_BAR +# +DEF ARROW_N_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 200 0 -200 0 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_BAR_WHITE +# +DEF ARROW_N_BAR_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_BAR_WHITE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 150 0 -150 0 -150 200 150 200 150 0 N +P 8 0 1 0 150 400 -150 400 -150 550 -250 550 0 800 250 550 150 550 150 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_DASHED +# +DEF ARROW_N_DASHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_DASHED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 150 N +P 2 0 1 0 0 350 0 450 N +P 2 0 1 0 0 650 0 800 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_DBL +# +DEF ARROW_N_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 650 -150 0 N +P 2 0 1 0 150 650 150 0 N +P 3 0 1 0 250 550 0 800 -250 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_E +# +DEF ARROW_N_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 200 200 200 200 800 N +P 3 0 1 0 400 600 200 800 0 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_PEDESTAL_WHITE +# +DEF ARROW_N_PEDESTAL_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_PEDESTAL_WHITE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 550 -250 550 0 800 250 550 150 550 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_PEDESTAL_WHITE_HBAR +# +DEF ARROW_N_PEDESTAL_WHITE_HBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_PEDESTAL_WHITE_HBAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 650 150 650 N +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 550 -250 550 0 800 250 550 150 550 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_PEDESTAL_WHITE_VBAR +# +DEF ARROW_N_PEDESTAL_WHITE_VBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_PEDESTAL_WHITE_VBAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 800 0 0 N +P 12 0 1 0 250 0 -250 0 -250 200 -150 200 -150 550 -250 550 0 800 250 550 150 550 150 200 250 200 250 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_STROKE_DBL +# +DEF ARROW_N_STROKE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_STROKE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 150 200 150 N +P 2 0 1 0 -200 400 200 400 N +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_N_WHITE +# +DEF ARROW_N_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_N_WHITE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 150 0 -150 0 -150 550 -250 550 0 800 250 550 150 550 150 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NE +# +DEF ARROW_NE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 750 -350 50 N +P 3 0 1 0 0 750 350 750 350 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NE_DBL +# +DEF ARROW_NE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -450 150 150 750 N +P 2 0 1 0 -250 -50 350 550 N +P 3 0 1 0 -50 750 350 750 350 350 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NE_TOP_BAR +# +DEF ARROW_NE_TOP_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NE_TOP_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 350 750 -350 50 N +P 2 0 1 0 350 950 -350 950 N +P 3 0 1 0 0 750 350 750 350 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NS_BAR +# +DEF ARROW_NS_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NS_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 200 0 N +P 2 0 1 0 0 0 0 800 N +P 3 0 1 0 -200 200 0 0 200 200 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NS_DBL +# +DEF ARROW_NS_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NS_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 150 -150 650 N +P 2 0 1 0 150 150 150 650 N +P 3 0 1 0 -250 250 0 0 250 250 N +P 3 0 1 0 250 550 0 800 -250 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_NS_WHITE +# +DEF ARROW_NS_WHITE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_NS_WHITE" 0 -350 60 H V C CNN +DRAW +P 11 0 1 0 -250 550 0 800 250 550 150 550 150 250 250 250 0 0 -250 250 -150 250 -150 550 -250 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_OPEN_E +# +DEF ARROW_OPEN_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_OPEN_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 400 -400 400 N +P 4 0 1 0 200 200 200 600 400 400 200 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_OPEN_WE +# +DEF ARROW_OPEN_WE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_OPEN_WE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 400 200 400 N +P 4 0 1 0 -200 200 -400 400 -200 600 -200 200 N +P 4 0 1 0 200 200 200 600 400 400 200 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_DBL +# +DEF ARROW_WE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 250 250 250 N +P 2 0 1 0 -250 550 250 550 N +P 3 0 1 0 -150 150 -400 400 -150 650 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_DBL_SLASH +# +DEF ARROW_WE_DBL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_DBL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 250 250 250 N +P 2 0 1 0 -250 550 250 550 N +P 2 0 1 0 50 650 -50 150 N +P 3 0 1 0 -150 150 -400 400 -150 650 N +P 3 0 1 0 150 650 400 400 150 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_SLASH +# +DEF ARROW_WE_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 100 600 -100 200 N +P 3 0 1 0 -200 600 -400 400 -200 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_STROKE +# +DEF ARROW_WE_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 600 0 200 N +P 3 0 1 0 -200 600 -400 400 -200 200 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_STROKE_DBL +# +DEF ARROW_WE_STROKE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_STROKE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -100 600 -100 200 N +P 2 0 1 0 100 600 100 200 N +P 3 0 1 0 -200 200 -400 400 -200 600 N +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_WE_WAVE +# +DEF ARROW_WE_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_WE_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -100 300 -400 300 -400 600 N +P 3 0 1 0 400 200 400 500 100 500 N +P 8 0 1 0 400 500 250 350 150 300 50 350 -50 450 -150 500 -250 450 -400 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROW_ZIGZAG +# +DEF ARROW_ZIGZAG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROW_ZIGZAG" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -100 200 0 0 200 100 N +P 4 0 1 0 -150 800 -300 350 200 600 0 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWHEAD_E +# +DEF ARROWHEAD_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWHEAD_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 200 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWHEAD_N +# +DEF ARROWHEAD_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWHEAD_N" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWHEAD_N_BETWEEN_BARS +# +DEF ARROWHEAD_N_BETWEEN_BARS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWHEAD_N_BETWEEN_BARS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 800 -500 800 N +P 2 0 1 0 300 800 500 800 N +P 3 0 1 0 -200 600 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_E_E +# +DEF ARROWS_E_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_E_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 400 600 -400 600 N +P 5 0 1 0 200 0 400 200 200 400 400 600 200 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_E_E_E +# +DEF ARROWS_E_E_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_E_E_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 2 0 1 0 -400 800 400 800 N +P 2 0 1 0 400 400 -400 400 N +P 7 0 1 0 200 1000 400 800 200 600 400 400 200 200 400 0 200 -200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_N_N +# +DEF ARROWS_N_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_N_N" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 800 N +P 2 0 1 0 200 800 200 0 N +P 5 0 1 0 -400 600 -200 800 0 600 200 800 400 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_N_S +# +DEF ARROWS_N_S U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_N_S" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 0 -200 800 N +P 2 0 1 0 200 800 200 0 N +P 3 0 1 0 -400 600 -200 800 0 600 N +P 3 0 1 0 0 200 200 0 400 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ARROWS_W_E +# +DEF ARROWS_W_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ARROWS_W_E" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 400 600 -400 600 N +P 3 0 1 0 -200 400 -400 600 -200 800 N +P 3 0 1 0 200 0 400 200 200 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASSERTION +# +DEF ASSERTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASSERTION" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 400 200 400 N +P 2 0 1 0 -200 800 -200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISK +# +DEF ASTERISK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1050 0 800 N +P 3 0 1 0 -250 900 0 800 250 900 N +P 3 0 1 0 -150 600 0 800 150 600 N +X CENTER ~ 0 800 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISK_OP +# +DEF ASTERISK_OP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISK_OP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 350 200 N +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 350 600 -350 200 N +X ACCENT ~ 0 800 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASTERISM +# +DEF ASTERISM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASTERISM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 450 -350 200 N +P 2 0 1 0 0 1050 0 800 N +P 2 0 1 0 350 450 350 200 N +P 3 0 1 0 -600 300 -350 200 -100 300 N +P 3 0 1 0 -500 0 -350 200 -200 0 N +P 3 0 1 0 -250 900 0 800 250 900 N +P 3 0 1 0 -150 600 0 800 150 600 N +P 3 0 1 0 100 300 350 200 600 300 N +P 3 0 1 0 200 0 350 200 500 0 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASYMP +# +DEF ASYMP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASYMP" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 250 -350 300 -200 350 -50 300 50 200 200 150 350 200 400 250 N +P 8 0 1 0 -400 550 -350 600 -200 650 -50 600 50 500 200 450 350 500 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ASYMP_MINUS +# +DEF ASYMP_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ASYMP_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 8 0 1 0 -400 400 -350 450 -200 500 -50 450 50 350 200 300 350 350 400 400 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BAG_MEMBERSHIP +# +DEF BAG_MEMBERSHIP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BAG_MEMBERSHIP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 500 500 500 N +P 4 0 1 0 500 1000 -550 1000 -550 0 500 0 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BAR_VERT_DBL_STILE_RIGHT_DBL +# +DEF BAR_VERT_DBL_STILE_RIGHT_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BAR_VERT_DBL_STILE_RIGHT_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 -400 0 N +P 2 0 1 0 -100 250 350 250 N +P 2 0 1 0 -100 550 350 550 N +P 2 0 1 0 -100 800 -100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BAR_VERT_TPL_STILE_RIGHT +# +DEF BAR_VERT_TPL_STILE_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BAR_VERT_TPL_STILE_RIGHT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 -400 0 N +P 2 0 1 0 -150 800 -150 0 N +P 2 0 1 0 100 800 100 0 N +P 2 0 1 0 350 400 100 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BELL +# +DEF BELL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BELL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -200 400 -200 0 -400 0 N +P 3 0 1 0 200 400 200 0 400 0 N +P 9 0 1 0 -400 400 -400 500 -300 700 -100 800 100 800 300 700 400 500 400 400 -400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BENZENE +# +DEF BENZENE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BENZENE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 200 N +P 2 0 1 0 0 0 350 200 N +P 2 0 1 0 0 800 350 600 N +P 7 0 1 0 0 1100 600 750 600 50 0 -300 -600 50 -600 750 0 1100 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BENZENE_RING +# +DEF BENZENE_RING U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BENZENE_RING" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 1100 600 750 600 50 0 -300 -600 50 -600 750 0 1100 N +P 17 0 1 0 -50 750 50 750 200 700 300 600 350 450 350 350 300 200 200 100 50 50 -50 50 -200 100 -300 200 -350 350 -350 450 -300 600 -200 700 -50 750 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BETWEEN +# +DEF BETWEEN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BETWEEN" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -150 1200 -100 1150 0 1000 50 900 100 750 150 500 150 300 100 50 50 -100 0 -200 -100 -350 -150 -400 N +P 12 0 1 0 150 -400 100 -350 0 -200 -50 -100 -100 50 -150 300 -150 500 -100 750 -50 900 0 1000 100 1150 150 1200 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BOWTIE +# +DEF BOWTIE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BOWTIE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 800 400 0 400 800 -400 0 -400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_MIDDLE +# +DEF BRACE_MIDDLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_MIDDLE" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 1150 0 900 -50 700 -100 600 -300 400 -100 200 -50 100 0 -100 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_OVER +# +DEF BRACE_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_OVER" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -800 -150 -800 -100 -750 0 -650 50 -150 50 -50 100 0 200 50 100 150 50 650 50 750 0 800 -100 800 -150 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACE_TOP +# +DEF BRACE_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACE_TOP" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 300 1150 100 950 50 850 0 650 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_OVER +# +DEF BRACKET_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_OVER" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -750 -150 -750 100 750 100 750 -150 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BRACKET_TOP +# +DEF BRACKET_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BRACKET_TOP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 300 1000 0 1000 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_METRICAL +# +DEF BREVE_METRICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_METRICAL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -200 500 -200 450 -150 350 -50 300 50 300 150 350 200 450 200 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_METRICAL_JOINED +# +DEF BREVE_METRICAL_JOINED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_METRICAL_JOINED" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 500 -400 450 -350 350 -250 300 -150 300 -50 350 0 450 0 500 N +P 8 0 1 0 0 500 0 450 50 350 150 300 250 300 350 350 400 450 400 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BREVE_METRICAL_X2 +# +DEF BREVE_METRICAL_X2 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BREVE_METRICAL_X2" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -550 500 -550 450 -500 350 -400 300 -300 300 -200 350 -150 450 -150 500 N +P 8 0 1 0 150 500 150 450 200 350 300 300 400 300 500 350 550 450 550 500 N +X ABOVE ~ 0 750 100 R 50 50 1 1 I +X BELOW ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# BROKEN_BAR +# +DEF BROKEN_BAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "BROKEN_BAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 -350 0 200 N +P 2 0 1 0 0 1050 0 500 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CARET_INSERTION +# +DEF CARET_INSERTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CARET_INSERTION" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 -200 200 200 N +P 2 0 1 0 200 -200 0 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE +# +DEF CIRCLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_BLACK +# +DEF CIRCLE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 200 N +P 2 0 1 0 -300 150 -100 0 N +P 2 0 1 0 -300 650 -100 800 N +P 2 0 1 0 -300 700 -300 100 N +P 2 0 1 0 -250 100 -250 700 N +P 2 0 1 0 -200 750 -200 50 N +P 2 0 1 0 -150 50 -150 750 N +P 2 0 1 0 -100 800 -100 0 N +P 2 0 1 0 -50 0 -50 800 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 50 0 50 800 N +P 2 0 1 0 100 0 300 150 N +P 2 0 1 0 100 800 100 0 N +P 2 0 1 0 100 800 300 650 N +P 2 0 1 0 150 50 150 750 N +P 2 0 1 0 200 750 200 50 N +P 2 0 1 0 250 100 250 700 N +P 2 0 1 0 300 700 300 100 N +P 2 0 1 0 350 200 350 600 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_BLACKQ +# +DEF CIRCLE_BLACKQ U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_BLACKQ" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 400 50 800 N +P 2 0 1 0 100 800 100 400 N +P 2 0 1 0 100 800 300 650 N +P 2 0 1 0 150 400 150 750 N +P 2 0 1 0 200 750 200 400 N +P 2 0 1 0 250 400 250 700 N +P 2 0 1 0 300 700 300 400 N +P 2 0 1 0 350 400 350 600 N +P 3 0 1 0 400 400 0 400 0 800 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_DASHED +# +DEF CIRCLE_DASHED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_DASHED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 500 -350 600 N +P 2 0 1 0 -350 200 -400 300 N +P 2 0 1 0 -200 750 -100 800 N +P 2 0 1 0 -100 0 -200 50 N +P 2 0 1 0 100 800 200 750 N +P 2 0 1 0 200 50 100 0 N +P 2 0 1 0 350 600 400 500 N +P 2 0 1 0 400 300 350 200 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_FILLV +# +DEF CIRCLE_FILLV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_FILLV" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 750 -200 50 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 200 750 200 50 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_INVERSE_HALF +# +DEF CIRCLE_INVERSE_HALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_INVERSE_HALF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 450 -600 1150 N +P 2 0 1 0 -550 650 -450 850 N +P 2 0 1 0 -550 1150 -550 650 N +P 2 0 1 0 -500 750 -500 1150 N +P 2 0 1 0 -450 1150 -450 800 N +P 2 0 1 0 -400 850 -400 1150 N +P 2 0 1 0 -400 850 -250 1000 N +P 2 0 1 0 -350 1150 -350 900 N +P 2 0 1 0 -300 950 -300 1150 N +P 2 0 1 0 -250 950 -50 1050 N +P 2 0 1 0 -250 1150 -250 950 N +P 2 0 1 0 -200 1000 -200 1150 N +P 2 0 1 0 -150 550 -150 400 N +P 2 0 1 0 -150 1150 -150 1000 N +P 2 0 1 0 -100 400 -100 550 N +P 2 0 1 0 -100 1000 -100 1150 N +P 2 0 1 0 -50 550 -50 400 N +P 2 0 1 0 -50 1150 -50 1000 N +P 2 0 1 0 0 400 0 600 N +P 2 0 1 0 0 1000 0 1150 N +P 2 0 1 0 50 550 50 400 N +P 2 0 1 0 50 1050 250 950 N +P 2 0 1 0 50 1150 50 1000 N +P 2 0 1 0 100 400 100 550 N +P 2 0 1 0 100 1000 100 1150 N +P 2 0 1 0 150 550 150 400 N +P 2 0 1 0 150 1150 150 1000 N +P 2 0 1 0 200 1000 200 1150 N +P 2 0 1 0 250 1000 400 850 N +P 2 0 1 0 250 1150 250 950 N +P 2 0 1 0 300 950 300 1150 N +P 2 0 1 0 350 1150 350 900 N +P 2 0 1 0 400 850 400 1150 N +P 2 0 1 0 450 850 550 650 N +P 2 0 1 0 450 1150 450 800 N +P 2 0 1 0 500 750 500 1150 N +P 2 0 1 0 550 1150 550 650 N +P 2 0 1 0 600 450 600 1150 N +P 3 0 1 0 -150 500 0 600 150 500 N +P 6 0 1 0 -200 400 -150 550 0 600 150 550 200 400 -200 400 N +P 19 0 1 0 -600 400 -600 450 -550 650 -450 800 -400 850 -250 950 -50 1000 50 1000 250 950 400 850 450 800 550 650 600 450 600 400 650 400 650 1150 -650 1150 -650 400 -600 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_LARGE +# +DEF CIRCLE_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_LARGE" 0 -350 60 H V C CNN +DRAW +P 17 0 1 0 -150 1050 100 1050 300 950 400 850 500 650 500 400 400 200 300 100 100 0 -150 0 -350 100 -450 200 -550 400 -550 650 -450 850 -350 950 -150 1050 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_LARGE_SLASH +# +DEF CIRCLE_LARGE_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_LARGE_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 0 500 1050 N +P 17 0 1 0 -150 1050 100 1050 300 950 400 850 500 650 500 400 400 200 300 100 100 0 -150 0 -350 100 -450 200 -550 400 -550 650 -450 850 -350 950 -150 1050 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_LEFTHALF_BLACK +# +DEF CIRCLE_LEFTHALF_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_LEFTHALF_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 200 N +P 2 0 1 0 -300 100 -300 700 N +P 2 0 1 0 -250 700 -250 100 N +P 2 0 1 0 -200 50 -200 750 N +P 2 0 1 0 -150 750 -150 50 N +P 2 0 1 0 -100 0 -300 150 N +P 2 0 1 0 -100 0 -100 800 N +P 2 0 1 0 -100 800 -300 650 N +P 2 0 1 0 -50 800 -50 0 N +P 9 0 1 0 0 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 0 800 0 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_MID +# +DEF CIRCLE_MID U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_MID" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_QUAD +# +DEF CIRCLE_QUAD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_QUAD" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 400 -400 500 -300 700 -100 800 0 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_SMALL +# +DEF CIRCLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -100 500 0 550 100 500 150 400 100 300 0 250 -100 300 -150 400 -100 500 N +X ABOVE ~ 0 800 100 R 50 50 1 1 I +X BELOW ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_SMALL_BLACK +# +DEF CIRCLE_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 500 -100 300 N +P 2 0 1 0 -50 300 -50 500 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 300 50 500 N +P 2 0 1 0 100 500 100 300 N +P 3 0 1 0 -100 350 0 250 100 350 N +P 3 0 1 0 -100 450 0 550 100 450 N +P 9 0 1 0 -100 500 0 550 100 500 150 400 100 300 0 250 -100 300 -150 400 -100 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_SMALL_BLACK_INVERSE +# +DEF CIRCLE_SMALL_BLACK_INVERSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_SMALL_BLACK_INVERSE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 1150 -600 -350 N +P 2 0 1 0 -550 -350 -550 1150 N +P 2 0 1 0 -500 1150 -500 -350 N +P 2 0 1 0 -450 -350 -450 1150 N +P 2 0 1 0 -400 1150 -400 -350 N +P 2 0 1 0 -350 -350 -350 1150 N +P 2 0 1 0 -300 -350 -300 200 N +P 2 0 1 0 -300 1150 -300 600 N +P 2 0 1 0 -250 150 -250 -350 N +P 2 0 1 0 -250 650 -250 1150 N +P 2 0 1 0 -200 -350 -200 100 N +P 2 0 1 0 -200 1150 -200 700 N +P 2 0 1 0 -150 50 -150 -350 N +P 2 0 1 0 -150 750 -150 1150 N +P 2 0 1 0 -100 -350 -100 50 N +P 2 0 1 0 -100 1150 -100 750 N +P 2 0 1 0 -50 50 -50 -350 N +P 2 0 1 0 -50 750 -50 1150 N +P 2 0 1 0 0 -350 0 50 N +P 2 0 1 0 0 1150 0 750 N +P 2 0 1 0 50 50 50 -350 N +P 2 0 1 0 50 750 50 1150 N +P 2 0 1 0 100 -350 100 50 N +P 2 0 1 0 100 1150 100 750 N +P 2 0 1 0 150 50 150 -350 N +P 2 0 1 0 150 750 150 1150 N +P 2 0 1 0 200 -350 200 100 N +P 2 0 1 0 200 1150 200 700 N +P 2 0 1 0 250 150 250 -350 N +P 2 0 1 0 250 650 250 1150 N +P 2 0 1 0 300 -350 300 200 N +P 2 0 1 0 300 1150 300 600 N +P 2 0 1 0 350 -350 350 1150 N +P 2 0 1 0 400 1150 400 -350 N +P 2 0 1 0 450 -350 450 1150 N +P 2 0 1 0 500 1150 500 -350 N +P 2 0 1 0 550 -350 550 1150 N +P 2 0 1 0 600 1150 600 -350 N +P 5 0 1 0 650 -350 -650 -350 -650 1150 650 1150 650 -350 N +P 17 0 1 0 -350 350 -350 450 -300 600 -200 700 -50 750 50 750 200 700 300 600 350 450 350 350 300 200 200 100 50 50 -50 50 -200 100 -300 200 -350 350 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_TOPHALF +# +DEF CIRCLE_TOPHALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_TOPHALF" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 400 -400 500 -300 700 -100 800 100 800 300 700 400 500 400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CIRCLE_TOPHALF_BLACK +# +DEF CIRCLE_TOPHALF_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CIRCLE_TOPHALF_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 -350 400 N +P 2 0 1 0 -300 700 -300 400 N +P 2 0 1 0 -250 400 -250 700 N +P 2 0 1 0 -200 750 -200 400 N +P 2 0 1 0 -150 400 -150 750 N +P 2 0 1 0 -100 800 -300 650 N +P 2 0 1 0 -100 800 -100 400 N +P 2 0 1 0 -50 800 -50 400 N +P 2 0 1 0 0 800 0 400 N +P 2 0 1 0 50 800 50 400 N +P 2 0 1 0 100 400 100 800 N +P 2 0 1 0 100 800 300 650 N +P 2 0 1 0 150 750 150 400 N +P 2 0 1 0 200 400 200 750 N +P 2 0 1 0 250 700 250 400 N +P 2 0 1 0 300 700 300 400 N +P 2 0 1 0 350 600 350 400 N +P 9 0 1 0 -400 400 -400 500 -300 700 -100 800 100 800 300 700 400 500 400 400 -400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CLEAR_KEY +# +DEF CLEAR_KEY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CLEAR_KEY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 400 800 -400 0 N +P 5 0 1 0 -600 800 600 800 600 0 -600 0 -600 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COLON_EQUAL +# +DEF COLON_EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COLON_EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 550 600 550 N +P 2 0 1 0 600 250 -200 250 N +P 6 0 1 0 -550 250 -500 200 -550 150 -600 200 -550 250 -550 150 N +P 6 0 1 0 -550 650 -500 600 -550 550 -600 600 -550 650 -550 550 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMPLEMENT +# +DEF COMPLEMENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMPLEMENT" 0 -350 60 H V C CNN +DRAW +P 14 0 1 0 200 950 150 1000 50 1050 -100 1050 -200 1000 -250 950 -300 800 -300 250 -250 100 -200 50 -100 0 50 0 150 50 200 100 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COMPOSITION +# +DEF COMPOSITION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COMPOSITION" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 800 0 0 -800 0 -800 800 0 800 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -1050 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# COPYRIGHT +# +DEF COPYRIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "COPYRIGHT" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 200 800 100 850 -100 850 -200 800 -300 700 -350 600 -350 400 -300 300 -200 200 -100 150 100 150 200 200 N +P 17 0 1 0 0 1200 -250 1150 -500 1000 -650 750 -700 500 -650 250 -500 0 -250 -150 0 -200 250 -150 500 0 650 250 700 500 650 750 500 1000 250 1150 0 1200 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CORNER +# +DEF CORNER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CORNER" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 1050 -200 1050 -200 700 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CROP +# +DEF CROP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CROP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 200 0 0 N +P 2 0 1 0 200 400 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CURRENCY +# +DEF CURRENCY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CURRENCY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 100 -150 250 N +P 2 0 1 0 -300 750 -150 600 N +P 2 0 1 0 200 250 350 100 N +P 2 0 1 0 200 600 350 750 N +P 13 0 1 0 200 250 100 200 -50 200 -150 250 -200 350 -200 500 -150 600 -50 650 100 650 200 600 250 500 250 350 200 250 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# CYLINDRICITY +# +DEF CYLINDRICITY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "CYLINDRICITY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 650 -350 150 N +P 2 0 1 0 350 650 100 150 N +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DASH_OP_SMALL +# +DEF DASH_OP_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DASH_OP_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 300 200 300 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEGREE +# +DEF DEGREE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEGREE" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 0 1050 -100 1000 -150 900 -100 800 0 750 100 800 150 900 100 1000 0 1050 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DEL +# +DEF DEL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DEL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -350 0 -350 1050 350 1050 350 0 -350 0 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DELTA_CAP_ABOVE +# +DEF DELTA_CAP_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DELTA_CAP_ABOVE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 1400 -200 850 200 850 0 1400 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND +# +DEF DIAMOND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 850 450 400 0 -50 -450 400 0 850 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND_BLACK +# +DEF DIAMOND_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 450 -400 350 N +P 2 0 1 0 -350 300 -350 500 N +P 2 0 1 0 -300 550 -300 250 N +P 2 0 1 0 -250 200 -250 600 N +P 2 0 1 0 -200 650 -200 150 N +P 2 0 1 0 -150 100 -150 700 N +P 2 0 1 0 -100 750 -100 50 N +P 2 0 1 0 -50 0 -50 800 N +P 2 0 1 0 0 850 0 -50 N +P 2 0 1 0 50 0 50 800 N +P 2 0 1 0 100 750 100 50 N +P 2 0 1 0 150 100 150 700 N +P 2 0 1 0 200 650 200 150 N +P 2 0 1 0 250 200 250 600 N +P 2 0 1 0 300 550 300 250 N +P 2 0 1 0 350 300 350 500 N +P 2 0 1 0 400 450 400 350 N +P 5 0 1 0 0 850 450 400 0 -50 -450 400 0 850 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND_SMALL +# +DEF DIAMOND_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 550 150 400 0 250 -150 400 0 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIAMOND_SMALL_BLACK +# +DEF DIAMOND_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIAMOND_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 450 -100 350 N +P 2 0 1 0 -50 300 -50 500 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 300 50 500 N +P 2 0 1 0 100 450 100 350 N +P 5 0 1 0 0 550 150 400 0 250 -150 400 0 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIESIS +# +DEF DIESIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIESIS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 250 0 N +P 2 0 1 0 -250 700 250 700 N +P 2 0 1 0 0 1050 0 -350 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIFFERENCE +# +DEF DIFFERENCE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIFFERENCE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 250 -400 250 N +P 10 0 1 0 -400 550 -200 550 -200 600 -150 700 -50 750 50 750 150 700 200 600 200 550 400 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIMENSION_ORIGIN +# +DEF DIMENSION_ORIGIN U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIMENSION_ORIGIN" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 400 450 400 N +P 2 0 1 0 0 700 0 100 N +P 3 0 1 0 300 550 450 400 300 250 N +P 13 0 1 0 200 450 150 550 50 600 -50 600 -150 550 -200 450 -200 350 -150 250 -50 200 50 200 150 250 200 350 200 450 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIRECT_CURRENT +# +DEF DIRECT_CURRENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIRECT_CURRENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 -300 250 N +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 -50 250 50 250 N +P 2 0 1 0 300 250 400 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DIVIDE +# +DEF DIVIDE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DIVIDE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 400 -400 400 N +P 6 0 1 0 0 150 50 100 0 50 -50 100 0 150 0 50 N +P 6 0 1 0 0 750 50 700 0 650 -50 700 0 750 0 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOT +# +DEF DOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 450 -50 400 0 350 50 400 0 450 0 350 N +X ABOVE ~ 0 700 100 R 50 50 1 1 I +X BELOW ~ 0 100 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_3 +# +DEF DOTS_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_3" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 450 -250 400 -300 350 -350 400 -300 450 -300 350 N +P 6 0 1 0 300 100 350 50 300 0 250 50 300 100 300 0 N +P 6 0 1 0 300 800 350 750 300 700 250 750 300 800 300 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_4 +# +DEF DOTS_4 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_4" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -350 450 -300 400 -350 350 -400 400 -350 450 -350 350 N +P 6 0 1 0 0 100 50 50 0 0 -50 50 0 100 0 0 N +P 6 0 1 0 0 800 50 750 0 700 -50 750 0 800 0 700 N +P 6 0 1 0 350 450 400 400 350 350 300 400 350 450 350 350 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_5 +# +DEF DOTS_5 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_5" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 150 -250 100 -300 50 -350 100 -300 150 -300 50 N +P 6 0 1 0 -300 750 -250 700 -300 650 -350 700 -300 750 -300 650 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 300 150 350 100 300 50 250 100 300 150 300 50 N +P 6 0 1 0 300 750 350 700 300 650 250 700 300 750 300 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# DOTS_FOUR_VERT +# +DEF DOTS_FOUR_VERT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "DOTS_FOUR_VERT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 -150 50 -200 0 -250 -50 -200 0 -150 0 -250 N +P 6 0 1 0 0 250 50 200 0 150 -50 200 0 250 0 150 N +P 6 0 1 0 0 650 50 600 0 550 -50 600 0 650 0 550 N +P 6 0 1 0 0 1050 50 1000 0 950 -50 1000 0 1050 0 950 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELECTRIC +# +DEF ELECTRIC U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELECTRIC" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 500 0 200 0 600 400 300 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT +# +DEF ELEMENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 500 500 -550 500 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_DBLSTROKE +# +DEF ELEMENT_DBLSTROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_DBLSTROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 350 500 350 N +P 2 0 1 0 -500 650 500 650 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ABOVE ~ 0 1250 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_MINUS +# +DEF ELEMENT_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 -250 500 -250 N +P 2 0 1 0 500 550 -550 550 N +P 10 0 1 0 500 1050 -150 1050 -350 950 -450 850 -550 650 -550 450 -450 250 -350 150 -150 50 500 50 N +X ABOVE ~ 0 1300 100 R 50 50 1 1 I +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_MINUS_SMALL +# +DEF ELEMENT_MINUS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_MINUS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 400 -200 -400 -200 N +P 10 0 1 0 400 50 -100 50 -250 100 -350 200 -400 350 -400 450 -350 600 -250 700 -100 750 400 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_SLASH +# +DEF ELEMENT_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 450 1200 -500 -150 N +P 2 0 1 0 500 500 -550 500 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_SMALL +# +DEF ELEMENT_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 10 0 1 0 400 50 -100 50 -250 100 -350 200 -400 350 -400 450 -350 600 -250 700 -100 750 400 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_STROKE +# +DEF ELEMENT_STROKE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_STROKE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -800 500 500 500 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_STROKEBAR +# +DEF ELEMENT_STROKEBAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_STROKEBAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 500 500 500 N +P 2 0 1 0 500 700 500 300 N +P 10 0 1 0 500 1000 -150 1000 -350 900 -450 800 -550 600 -550 400 -450 200 -350 100 -150 0 500 0 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELEMENT_STROKEBAR_SMALL +# +DEF ELEMENT_STROKEBAR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELEMENT_STROKEBAR_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 400 550 400 250 N +P 10 0 1 0 400 50 -100 50 -250 100 -350 200 -400 350 -400 450 -350 600 -250 700 -100 750 400 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELLIPSIS_DIAG +# +DEF ELLIPSIS_DIAG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELLIPSIS_DIAG" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -500 950 -450 900 -500 850 -550 900 -500 950 -500 850 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 500 -50 550 -100 500 -150 450 -100 500 -50 500 -150 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELLIPSIS_MID +# +DEF ELLIPSIS_MID U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELLIPSIS_MID" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -500 450 -450 400 -500 350 -550 400 -500 450 -500 350 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 500 450 550 400 500 350 450 400 500 450 500 350 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ELLIPSIS_VERT +# +DEF ELLIPSIS_VERT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ELLIPSIS_VERT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 -50 50 -100 0 -150 -50 -100 0 -50 0 -150 N +P 6 0 1 0 0 450 50 400 0 350 -50 400 0 450 0 350 N +P 6 0 1 0 0 950 50 900 0 850 -50 900 0 950 0 850 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 750 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EMPHASIS +# +DEF EMPHASIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EMPHASIS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 550 -700 550 N +P 2 0 1 0 -400 300 -600 150 N +P 2 0 1 0 -400 800 -600 950 N +P 2 0 1 0 600 150 400 300 N +P 2 0 1 0 600 950 400 800 N +P 2 0 1 0 700 550 500 550 N +P 11 0 1 0 100 350 0 300 -100 300 -200 350 -250 450 -250 500 -200 650 -100 750 0 800 200 800 100 300 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ENTER_SYM +# +DEF ENTER_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ENTER_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -650 400 150 400 N +P 3 0 1 0 -50 200 150 400 -50 600 N +P 6 0 1 0 -400 200 -400 0 400 0 400 800 -400 800 -400 600 N +X ~ ~ -750 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL +# +DEF EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 400 250 -400 250 N +X ABOVE ~ 0 850 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL_DEF +# +DEF EQUAL_DEF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL_DEF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 350 1200 550 1200 N +P 2 0 1 0 400 250 -400 250 N +P 4 0 1 0 550 1400 450 1350 400 1250 400 850 N +P 9 0 1 0 -250 1400 -250 850 -350 850 -450 900 -500 1000 -500 1100 -450 1200 -350 1250 -250 1250 N +P 9 0 1 0 -50 1050 200 1050 200 1200 150 1250 0 1250 -50 1200 -50 900 0 850 150 850 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL_SLASH +# +DEF EQUAL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 100 700 -100 100 N +P 2 0 1 0 400 250 -400 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUAL_SMALL +# +DEF EQUAL_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUAL_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 200 300 200 N +P 2 0 1 0 -300 400 300 400 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUIVALENT +# +DEF EQUIVALENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUIVALENT" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -400 150 -300 200 -100 250 100 250 300 200 400 150 N +P 6 0 1 0 -400 650 -300 600 -100 550 100 550 300 600 400 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EQUIVALENT_GEOM +# +DEF EQUIVALENT_GEOM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EQUIVALENT_GEOM" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -400 250 -200 250 -200 200 -150 100 -50 50 50 50 150 100 200 200 200 250 400 250 N +P 10 0 1 0 -400 550 -200 550 -200 600 -150 700 -50 750 50 750 150 700 200 600 200 550 400 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ERASE_TO_RIGHT +# +DEF ERASE_TO_RIGHT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ERASE_TO_RIGHT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 400 800 -400 0 N +P 6 0 1 0 -600 800 400 800 800 400 400 0 -600 0 -600 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ESCAPE +# +DEF ESCAPE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ESCAPE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 350 -400 800 N +P 3 0 1 0 -400 600 -400 800 -200 800 N +P 11 0 1 0 50 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 350 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# EXCESS +# +DEF EXCESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "EXCESS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 100 400 N +P 6 0 1 0 350 150 400 100 350 50 300 100 350 150 350 50 N +P 6 0 1 0 350 750 400 700 350 650 300 700 350 750 350 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FLOOR_CAP +# +DEF FLOOR_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FLOOR_CAP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 0 -150 0 -150 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FORCES +# +DEF FORCES U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FORCES" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 -400 0 N +P 2 0 1 0 -100 400 400 400 N +P 2 0 1 0 -100 800 -100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# FUSE +# +DEF FUSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "FUSE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 400 500 400 N +P 5 0 1 0 -400 700 400 700 400 100 -400 100 -400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GREATER_NOTEQUAL +# +DEF GREATER_NOTEQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GREATER_NOTEQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 100 350 -100 -250 N +P 2 0 1 0 400 -100 -400 -100 N +P 3 0 1 0 -400 400 400 700 -400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GREATER_WAVE +# +DEF GREATER_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GREATER_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 250 400 550 -400 850 N +P 8 0 1 0 -400 50 -350 100 -200 150 -50 100 50 0 200 -50 350 0 400 50 N +X CENTER_W ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GROUND +# +DEF GROUND U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "GROUND" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 600 500 600 N +P 2 0 1 0 -300 300 300 300 N +P 2 0 1 0 0 1050 0 600 N +P 2 0 1 0 100 0 -100 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARPOON_RIGHT_N +# +DEF HARPOON_RIGHT_N U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARPOON_RIGHT_N" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 0 0 800 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARPOON_UP_E +# +DEF HARPOON_UP_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARPOON_UP_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 400 400 400 200 600 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HARPOONS_W_E +# +DEF HARPOONS_W_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HARPOONS_W_E" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 250 400 250 200 50 N +P 3 0 1 0 400 550 -400 550 -200 750 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HASH +# +DEF HASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 450 700 N +P 2 0 1 0 0 1150 -300 -200 N +P 2 0 1 0 350 250 -400 250 N +P 3 0 1 0 50 -200 350 1150 350 1150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HASH_SYM +# +DEF HASH_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HASH_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 600 400 600 N +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 200 800 200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HELM +# +DEF HELM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HELM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 600 350 200 N +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 350 600 -350 200 N +P 13 0 1 0 0 700 -150 650 -250 550 -300 400 -250 250 -150 150 0 100 150 150 250 250 300 400 250 550 150 650 0 700 N +X ACCENT ~ 0 800 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HEXAGON_H_CAP +# +DEF HEXAGON_H_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HEXAGON_H_CAP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -300 0 -600 500 -300 1000 300 1000 600 500 300 0 -300 0 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HOURGLASS +# +DEF HOURGLASS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HOURGLASS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -250 0 0 250 250 0 N +P 3 0 1 0 -200 0 0 200 200 0 N +P 3 0 1 0 -100 0 0 100 100 0 N +P 3 0 1 0 50 0 0 50 -50 0 N +P 3 0 1 0 150 0 0 150 -150 0 N +P 5 0 1 0 350 700 0 550 -350 700 0 600 350 700 N +P 13 0 1 0 -400 1050 400 1050 400 800 350 700 -350 350 -400 250 -400 0 400 0 400 250 350 350 -350 700 -400 850 -400 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HOUSE +# +DEF HOUSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HOUSE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -400 0 -400 600 0 1000 400 600 400 0 -400 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# HYSTERESIS +# +DEF HYSTERESIS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "HYSTERESIS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -450 0 200 0 200 800 N +P 3 0 1 0 -200 0 -200 800 450 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# I_BEAM +# +DEF I_BEAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "I_BEAM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -300 400 -300 N +P 2 0 1 0 -400 1050 400 1050 N +P 2 0 1 0 0 1050 0 -300 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IDENTICAL +# +DEF IDENTICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IDENTICAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 700 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# IMAGEOF +# +DEF IMAGEOF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "IMAGEOF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 400 250 -400 250 N +P 6 0 1 0 -350 850 -300 800 -350 750 -400 800 -350 850 -350 750 N +P 6 0 1 0 350 50 400 0 350 -50 300 0 350 50 350 -50 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INFINITY +# +DEF INFINITY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INFINITY" 0 -350 60 H V C CNN +DRAW +P 15 0 1 0 100 500 200 550 300 500 350 400 300 300 200 250 100 300 -100 500 -200 550 -300 500 -350 400 -300 300 -200 250 -100 300 100 500 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL +# +DEF INTEGRAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CLOCKWISE +# +DEF INTEGRAL_CLOCKWISE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CLOCKWISE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 450 300 300 450 450 N +P 8 0 1 0 -300 400 -250 550 -150 650 0 700 150 650 250 550 300 400 300 300 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CONTOUR +# +DEF INTEGRAL_CONTOUR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CONTOUR" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 13 0 1 0 0 700 150 650 250 550 300 400 250 250 150 150 0 100 -150 150 -250 250 -300 400 -250 550 -150 650 0 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CONTOUR_CLOCKWISE +# +DEF INTEGRAL_CONTOUR_CLOCKWISE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CONTOUR_CLOCKWISE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 500 300 350 450 500 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 13 0 1 0 -300 400 -250 550 -150 650 0 700 150 650 250 550 300 400 250 250 150 150 0 100 -150 150 -250 250 -300 400 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_CONTOUR_COUNTERCLOCKWISE +# +DEF INTEGRAL_CONTOUR_COUNTERCLOCKWISE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_CONTOUR_COUNTERCLOCKWISE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 150 300 300 450 450 300 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 13 0 1 0 -300 400 -250 550 -150 650 0 700 150 650 250 550 300 400 250 250 150 150 0 100 -150 150 -250 250 -300 400 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_DBL +# +DEF INTEGRAL_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_DBL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -500 -100 -450 -200 -350 -250 -250 -200 -200 -100 -200 900 -150 1000 -50 1050 50 1000 100 900 N +P 10 0 1 0 -100 -100 -50 -200 50 -250 150 -200 200 -100 200 900 250 1000 350 1050 450 1000 500 900 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_DBL_CONTOUR +# +DEF INTEGRAL_DBL_CONTOUR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_DBL_CONTOUR" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -500 -100 -450 -200 -350 -250 -250 -200 -200 -100 -200 900 -150 1000 -50 1050 50 1000 100 900 N +P 10 0 1 0 -100 -100 -50 -200 50 -250 150 -200 200 -100 200 900 250 1000 350 1050 450 1000 500 900 N +P 15 0 1 0 200 700 350 650 450 550 500 400 450 250 350 150 200 100 -200 100 -350 150 -450 250 -500 400 -450 550 -350 650 -200 700 200 700 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_TOP +# +DEF INTEGRAL_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_TOP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 0 -350 0 700 50 900 100 1000 200 1050 300 1000 350 900 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_TPL +# +DEF INTEGRAL_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_TPL" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -700 -100 -650 -200 -550 -250 -450 -200 -400 -100 -400 900 -350 1000 -250 1050 -150 1000 -100 900 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 10 0 1 0 100 -100 150 -200 250 -250 350 -200 400 -100 400 900 450 1000 550 1050 650 1000 700 900 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTEGRAL_TPL_CONTOUR +# +DEF INTEGRAL_TPL_CONTOUR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTEGRAL_TPL_CONTOUR" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -700 -100 -650 -200 -550 -250 -450 -200 -400 -100 -400 900 -350 1000 -250 1050 -150 1000 -100 900 N +P 10 0 1 0 -300 -100 -250 -200 -150 -250 -50 -200 0 -100 0 900 50 1000 150 1050 250 1000 300 900 N +P 10 0 1 0 100 -100 150 -200 250 -250 350 -200 400 -100 400 900 450 1000 550 1050 650 1000 700 900 N +P 15 0 1 0 400 700 550 650 650 550 700 400 650 250 550 150 400 100 -400 100 -550 150 -650 250 -700 400 -650 550 -550 650 -400 700 400 700 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTERCALATE +# +DEF INTERCALATE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTERCALATE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 200 1050 N +P 2 0 1 0 0 1050 0 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# INTERRUPT +# +DEF INTERRUPT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "INTERRUPT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 0 -350 600 350 600 0 0 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# KEYBOARD +# +DEF KEYBOARD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "KEYBOARD" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -1000 250 1000 250 N +P 2 0 1 0 -1000 750 1000 750 N +P 2 0 1 0 -750 500 -750 750 N +P 2 0 1 0 -700 0 -700 250 N +P 2 0 1 0 -650 250 -650 500 N +P 2 0 1 0 -600 750 -600 1000 N +P 2 0 1 0 -500 500 -500 750 N +P 2 0 1 0 -400 250 -400 500 N +P 2 0 1 0 -350 0 -350 250 N +P 2 0 1 0 -350 750 -350 1000 N +P 2 0 1 0 -250 500 -250 750 N +P 2 0 1 0 -150 250 -150 500 N +P 2 0 1 0 -100 750 -100 1000 N +P 2 0 1 0 0 500 0 750 N +P 2 0 1 0 100 250 100 500 N +P 2 0 1 0 150 750 150 1000 N +P 2 0 1 0 250 500 250 750 N +P 2 0 1 0 350 250 350 500 N +P 2 0 1 0 400 0 400 250 N +P 2 0 1 0 400 750 400 1000 N +P 2 0 1 0 500 500 500 750 N +P 2 0 1 0 600 250 600 500 N +P 2 0 1 0 650 750 650 1000 N +P 2 0 1 0 700 0 700 250 N +P 3 0 1 0 -1000 500 750 500 750 750 N +P 5 0 1 0 -1000 0 -1000 1000 1000 1000 1000 0 -1000 0 N +X ~ ~ -1250 0 300 U 50 50 1 1 I +X ~ ~ 1250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS +# +DEF LESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 700 -400 400 400 100 N +X INSIDE ~ 350 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_EQUAL +# +DEF LESS_EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +P 2 0 1 0 400 200 -400 200 N +P 3 0 1 0 400 400 -400 700 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_GREATER +# +DEF LESS_GREATER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_GREATER" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 400 400 100 -400 -200 N +P 3 0 1 0 400 400 -400 700 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_LESS +# +DEF LESS_LESS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_LESS" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 700 -800 400 0 100 N +P 3 0 1 0 800 700 0 400 800 100 N +X ~ ~ -1050 0 300 U 50 50 1 1 I +X ~ ~ 1050 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_MINUS +# +DEF LESS_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 50 -400 50 N +P 3 0 1 0 400 250 -400 550 400 850 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_MINUS_GREATER +# +DEF LESS_MINUS_GREATER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_MINUS_GREATER" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 400 -400 400 N +P 3 0 1 0 -400 200 400 0 -400 -200 N +P 3 0 1 0 400 600 -400 800 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_NOTEQUAL +# +DEF LESS_NOTEQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_NOTEQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +P 2 0 1 0 100 350 -100 -250 N +P 2 0 1 0 400 200 -400 200 N +P 3 0 1 0 400 400 -400 700 400 1000 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_TPL +# +DEF LESS_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_TPL" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 700 -1200 400 -400 100 N +P 3 0 1 0 400 700 -400 400 400 100 N +P 3 0 1 0 1200 700 400 400 1200 100 N +X ~ ~ -1450 0 300 U 50 50 1 1 I +X ~ ~ 1450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LESS_WAVE +# +DEF LESS_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LESS_WAVE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 400 250 -400 550 400 850 N +P 8 0 1 0 -400 50 -350 100 -200 150 -50 100 50 0 200 -50 350 0 400 50 N +X CENTER_W ~ 0 50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H +# +DEF LINE_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 400 500 400 N +X CENTER ~ 0 400 100 D 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H_1 +# +DEF LINE_H_1 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H_1" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 1000 500 1000 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H_3 +# +DEF LINE_H_3 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H_3" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 700 500 700 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_H_DBL +# +DEF LINE_H_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_H_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -500 250 500 250 N +P 2 0 1 0 -500 550 500 550 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V +# +DEF LINE_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 -350 0 1150 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_CAP +# +DEF LINE_V_CAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_CAP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 1200 0 -150 N +X X ~ 0 550 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_DBL +# +DEF LINE_V_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 1150 -150 -350 N +P 2 0 1 0 150 1150 150 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_DBL_SLASH +# +DEF LINE_V_DBL_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_DBL_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 250 300 550 N +P 2 0 1 0 -150 1150 -150 -350 N +P 2 0 1 0 150 1150 150 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_SLASH +# +DEF LINE_V_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_SLASH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 300 200 500 N +P 2 0 1 0 0 1150 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_SMALL +# +DEF LINE_V_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 850 0 -150 N +X X ~ 0 350 100 L 50 50 1 1 I +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_SYM +# +DEF LINE_V_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 0 0 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LINE_V_WAVY +# +DEF LINE_V_WAVY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LINE_V_WAVY" 0 -350 60 H V C CNN +DRAW +P 19 0 1 0 0 1150 50 1100 100 1000 50 900 0 850 -50 750 0 650 50 600 100 500 50 400 0 350 -50 250 0 150 50 100 100 0 50 -100 0 -150 -50 -250 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOW_LINE +# +DEF LOW_LINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOW_LINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -100 400 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOW_LINE_DBL +# +DEF LOW_LINE_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOW_LINE_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -350 400 -350 N +P 2 0 1 0 -400 -100 400 -100 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LOZENGE +# +DEF LOZENGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "LOZENGE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 0 -300 -400 400 0 1050 400 400 0 -300 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# M_SMALL_ABOVE +# +DEF M_SMALL_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "M_SMALL_ABOVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 1250 -250 850 N +P 5 0 1 0 -250 1200 -200 1250 -50 1250 0 1200 0 850 N +P 5 0 1 0 0 1200 50 1250 200 1250 250 1200 250 850 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS +# +DEF MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +X ABOVE ~ 0 700 100 R 50 50 1 1 I +X BELOW ~ 0 100 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS_OR +# +DEF MINUS_OR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS_OR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 800 N +P 3 0 1 0 400 550 0 0 -400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MINUS_SMALL +# +DEF MINUS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MINUS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 300 300 300 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MODELS +# +DEF MODELS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MODELS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 250 200 250 N +P 2 0 1 0 -200 550 200 550 N +P 2 0 1 0 -200 800 -200 0 N +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MONOSTABLE +# +DEF MONOSTABLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MONOSTABLE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -450 0 -200 0 -200 800 200 800 200 0 450 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MOUSTACHE +# +DEF MOUSTACHE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MOUSTACHE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 250 1150 50 950 0 800 0 0 -50 -150 -250 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MULTIMAP +# +DEF MULTIMAP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MULTIMAP" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 -400 400 100 400 150 300 250 250 350 300 400 400 350 500 250 550 150 500 100 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MULTIPLY +# +DEF MULTIPLY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MULTIPLY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 700 300 100 N +P 2 0 1 0 300 700 -300 100 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MULTIPLY_SMALL +# +DEF MULTIPLY_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "MULTIPLY_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 550 250 50 N +P 2 0 1 0 250 550 -250 50 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NBSP_SYM +# +DEF NBSP_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NBSP_SYM" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -400 200 -200 200 -200 0 200 0 200 200 400 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NEXT_PAGE +# +DEF NEXT_PAGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NEXT_PAGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 200 0 0 N +P 2 0 1 0 0 800 0 600 N +P 3 0 1 0 200 200 400 400 200 600 N +P 5 0 1 0 -600 800 600 800 600 0 -600 0 -600 800 N +X ~ ~ -850 0 300 U 50 50 1 1 I +X ~ ~ 850 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# NOT +# +DEF NOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "NOT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -400 500 400 500 400 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OPEN_H +# +DEF OPEN_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OPEN_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 800 N +P 5 0 1 0 -400 400 0 800 400 400 0 0 -400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OPTION_KEY +# +DEF OPTION_KEY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OPTION_KEY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 800 600 800 N +P 4 0 1 0 -600 800 -300 800 300 0 600 0 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR +# +DEF OR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -450 800 0 0 450 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR_CURLY +# +DEF OR_CURLY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR_CURLY" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 -400 800 -250 700 -150 600 -50 400 0 0 50 400 150 600 250 700 400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR_HUGE +# +DEF OR_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR_HUGE" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -650 1050 0 -300 650 1050 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OR_MINUS +# +DEF OR_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OR_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 3 0 1 0 400 800 0 250 -400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# ORIGINAL +# +DEF ORIGINAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "ORIGINAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 500 300 300 N +P 2 0 1 0 350 500 350 300 N +P 2 0 1 0 400 550 400 250 N +P 2 0 1 0 450 500 450 300 N +P 2 0 1 0 500 500 500 300 N +P 18 0 1 0 -250 400 -300 500 -400 550 -500 500 -550 400 -500 300 -400 250 -300 300 -250 400 250 400 300 300 400 250 500 300 550 400 500 500 400 550 300 500 250 400 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OVERLINE +# +DEF OVERLINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OVERLINE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 1000 400 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# OVERLINE_LONG +# +DEF OVERLINE_LONG U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "OVERLINE_LONG" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -550 1000 550 1000 N +X X ~ 0 950 100 L 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PARALLELOGRAM +# +DEF PARALLELOGRAM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PARALLELOGRAM" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -500 150 -250 650 500 650 250 150 -500 150 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PARALLELOGRAM_BLACK +# +DEF PARALLELOGRAM_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PARALLELOGRAM_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 650 -300 550 N +P 2 0 1 0 -150 650 -350 450 N +P 2 0 1 0 -100 650 -400 350 N +P 2 0 1 0 -50 650 -450 250 N +P 2 0 1 0 0 650 -500 150 N +P 2 0 1 0 50 650 -450 150 N +P 2 0 1 0 100 650 -400 150 N +P 2 0 1 0 150 650 -350 150 N +P 2 0 1 0 200 650 -300 150 N +P 2 0 1 0 250 650 -250 150 N +P 2 0 1 0 300 250 200 150 N +P 2 0 1 0 300 650 -200 150 N +P 2 0 1 0 350 350 150 150 N +P 2 0 1 0 350 650 -150 150 N +P 2 0 1 0 400 450 100 150 N +P 2 0 1 0 400 650 -100 150 N +P 2 0 1 0 450 550 50 150 N +P 2 0 1 0 450 650 -50 150 N +P 2 0 1 0 500 650 0 150 N +P 5 0 1 0 -500 150 -250 650 500 650 250 150 -500 150 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_OVER +# +DEF PAREN_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_OVER" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -800 -100 -750 -50 -600 50 -500 100 -350 150 -100 200 100 200 350 150 500 100 600 50 750 -50 800 -100 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAREN_TOP +# +DEF PAREN_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAREN_TOP" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 300 1150 200 1000 150 900 100 750 50 500 0 0 0 -350 N +X ~ ~ -500 0 300 U 50 50 1 1 I +X ~ ~ 500 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PAUSE +# +DEF PAUSE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PAUSE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 400 -150 400 0 0 150 400 400 400 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PENTASEME_METRICAL +# +DEF PENTASEME_METRICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PENTASEME_METRICAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 550 0 300 N +P 4 0 1 0 -400 550 -400 300 400 300 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERCENT +# +DEF PERCENT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERCENT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 600 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERMILLE +# +DEF PERMILLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERMILLE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 9 0 1 0 850 300 950 250 1000 150 950 50 850 0 750 50 700 150 750 250 850 300 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 1200 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERMYRIAD +# +DEF PERMYRIAD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERMYRIAD" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 1050 N +P 9 0 1 0 -250 1050 -150 1000 -100 900 -150 800 -250 750 -350 800 -400 900 -350 1000 -250 1050 N +P 9 0 1 0 850 300 950 250 1000 150 950 50 850 0 750 50 700 150 750 250 850 300 N +P 9 0 1 0 1450 300 1550 250 1600 150 1550 50 1450 0 1350 50 1300 150 1350 250 1450 300 N +P 10 0 1 0 350 50 400 150 350 250 250 300 150 250 100 150 150 50 250 0 350 50 350 50 N +X ~ ~ -600 0 300 U 50 50 1 1 I +X ~ ~ 1800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PERSPECTIVE +# +DEF PERSPECTIVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PERSPECTIVE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 650 400 650 N +P 2 0 1 0 -400 950 400 950 N +P 3 0 1 0 -400 0 0 400 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PI_CAP_HUGE +# +DEF PI_CAP_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PI_CAP_HUGE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 -250 400 1050 -400 1050 -400 -250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PILLOW +# +DEF PILLOW U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PILLOW" 0 -350 60 H V C CNN +DRAW +P 21 0 1 0 450 850 400 750 350 550 350 250 400 50 450 -50 350 0 150 50 -150 50 -350 0 -450 -50 -400 50 -350 250 -350 550 -400 750 -450 850 -350 800 -150 750 150 750 350 800 450 850 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PITCHFORK +# +DEF PITCHFORK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PITCHFORK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 800 0 0 N +P 10 0 1 0 -300 0 -300 400 -250 550 -200 600 -50 650 50 650 200 600 250 550 300 400 300 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLACE_OF_INTEREST +# +DEF PLACE_OF_INTEREST U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLACE_OF_INTEREST" 0 -350 60 H V C CNN +DRAW +P 29 0 1 0 -300 550 300 550 400 600 450 700 400 800 300 850 200 800 150 700 150 100 200 0 300 -50 400 0 450 100 400 200 300 250 -300 250 -400 200 -450 100 -400 0 -300 -50 -200 0 -150 100 -150 700 -200 800 -300 850 -400 800 -450 700 -400 600 -300 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS +# +DEF PLUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 0 0 0 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS_MINUS +# +DEF PLUS_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 600 400 600 N +P 2 0 1 0 0 200 0 1000 N +P 2 0 1 0 400 0 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PLUS_SMALL +# +DEF PLUS_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PLUS_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -300 300 300 300 N +P 2 0 1 0 0 600 0 0 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDES +# +DEF PRECEDES U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDES" 0 -350 60 H V C CNN +DRAW +P 9 0 1 0 400 800 300 650 200 550 0 450 -400 400 0 350 200 250 300 150 400 0 N +X INSIDE ~ 350 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDES_WAVE +# +DEF PRECEDES_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDES_WAVE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 0 -350 50 -200 100 -50 50 50 -50 200 -100 350 -50 400 0 N +P 9 0 1 0 400 950 300 800 200 700 0 600 -400 550 0 500 200 400 300 300 400 150 N +X CENTER_W ~ 0 0 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDESEQ +# +DEF PRECEDESEQ U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDESEQ" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 250 0 200 200 100 300 0 400 -150 N +P 9 0 1 0 400 950 300 800 200 700 0 600 -400 550 0 500 200 400 300 300 400 150 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRECEDESREL +# +DEF PRECEDESREL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRECEDESREL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 200 800 300 750 350 650 300 550 200 500 0 450 -400 400 0 350 200 300 300 250 350 150 300 50 200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME +# +DEF PRIME U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1050 -50 750 N +X ~ ~ -250 0 300 U 50 50 1 1 I +X ~ ~ 250 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME_DBL +# +DEF PRIME_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME_DBL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 1050 -200 750 N +P 2 0 1 0 250 1050 100 750 N +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME_TPL +# +DEF PRIME_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME_TPL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 1050 -350 750 N +P 2 0 1 0 100 1050 -50 750 N +P 2 0 1 0 400 1050 250 750 N +X ~ ~ -550 0 300 U 50 50 1 1 I +X ~ ~ 550 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRIME_X4 +# +DEF PRIME_X4 U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRIME_X4" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 1050 -500 750 N +P 2 0 1 0 -50 1050 -200 750 N +P 2 0 1 0 250 1050 100 750 N +P 2 0 1 0 550 1050 400 750 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRODUCT_NORMAL_FACTOR_SEMIDIRECT +# +DEF PRODUCT_NORMAL_FACTOR_SEMIDIRECT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRODUCT_NORMAL_FACTOR_SEMIDIRECT" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 800 -400 0 -400 800 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PRODUCT_SEMIDIRECT +# +DEF PRODUCT_SEMIDIRECT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PRODUCT_SEMIDIRECT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 0 400 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PROPORTION +# +DEF PROPORTION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PROPORTION" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -300 150 -250 100 -300 50 -350 100 -300 150 -300 50 N +P 6 0 1 0 -300 750 -250 700 -300 650 -350 700 -300 750 -300 650 N +P 6 0 1 0 300 150 350 100 300 50 250 100 300 150 300 50 N +P 6 0 1 0 300 750 350 700 300 650 250 700 300 750 300 650 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PROPORTIONAL +# +DEF PROPORTIONAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "PROPORTIONAL" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 300 550 250 550 150 500 -50 300 -150 250 -250 300 -300 400 -250 500 -150 550 -50 500 150 300 250 250 300 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUADRANT +# +DEF QUADRANT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUADRANT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 800 0 400 400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# QUESTION_ABOVE +# +DEF QUESTION_ABOVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "QUESTION_ABOVE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 950 50 900 0 850 -50 900 0 950 0 850 N +P 7 0 1 0 -200 1350 -100 1400 50 1400 150 1350 200 1250 150 1150 50 1100 N +X X ~ 0 850 100 L 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RADICAL +# +DEF RADICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RADICAL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -250 350 -50 400 50 0 800 1250 N +X MIDDLE ~ 500 750 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RATIO +# +DEF RATIO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RATIO" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 150 50 100 0 50 -50 100 0 150 0 50 N +P 6 0 1 0 0 750 50 700 0 650 -50 700 0 750 0 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE +# +DEF RECTANGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 650 400 650 400 150 -400 150 -400 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_BLACK +# +DEF RECTANGLE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 150 100 650 N +P 2 0 1 0 -400 200 50 650 N +P 2 0 1 0 -400 250 0 650 N +P 2 0 1 0 -400 300 -50 650 N +P 2 0 1 0 -400 350 -100 650 N +P 2 0 1 0 -400 400 -150 650 N +P 2 0 1 0 -400 450 -200 650 N +P 2 0 1 0 -400 500 -250 650 N +P 2 0 1 0 -400 550 -300 650 N +P 2 0 1 0 -400 600 -350 650 N +P 2 0 1 0 -350 150 150 650 N +P 2 0 1 0 -300 150 200 650 N +P 2 0 1 0 -250 150 250 650 N +P 2 0 1 0 -200 150 300 650 N +P 2 0 1 0 -150 150 350 650 N +P 2 0 1 0 -100 150 400 650 N +P 2 0 1 0 -50 150 400 600 N +P 2 0 1 0 0 150 400 550 N +P 2 0 1 0 50 150 400 500 N +P 2 0 1 0 100 150 400 450 N +P 2 0 1 0 150 150 400 400 N +P 2 0 1 0 200 150 400 350 N +P 2 0 1 0 250 150 400 300 N +P 2 0 1 0 300 150 400 250 N +P 2 0 1 0 350 150 400 200 N +P 5 0 1 0 -400 650 400 650 400 150 -400 150 -400 650 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V +# +DEF RECTANGLE_V U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -250 0 -250 800 250 800 250 0 -250 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_BLACK +# +DEF RECTANGLE_V_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 250 500 N +P 2 0 1 0 -250 50 250 550 N +P 2 0 1 0 -250 100 250 600 N +P 2 0 1 0 -250 150 250 650 N +P 2 0 1 0 -250 200 250 700 N +P 2 0 1 0 -250 250 250 750 N +P 2 0 1 0 -250 300 250 800 N +P 2 0 1 0 -250 350 200 800 N +P 2 0 1 0 -250 400 150 800 N +P 2 0 1 0 -250 450 100 800 N +P 2 0 1 0 -250 500 50 800 N +P 2 0 1 0 -250 550 0 800 N +P 2 0 1 0 -250 600 -50 800 N +P 2 0 1 0 -250 650 -100 800 N +P 2 0 1 0 -250 700 -150 800 N +P 2 0 1 0 -250 750 -200 800 N +P 2 0 1 0 -200 0 250 450 N +P 2 0 1 0 -150 0 250 400 N +P 2 0 1 0 -100 0 250 350 N +P 2 0 1 0 -50 0 250 300 N +P 2 0 1 0 0 0 250 250 N +P 2 0 1 0 50 0 250 200 N +P 2 0 1 0 100 0 250 150 N +P 2 0 1 0 150 0 250 100 N +P 2 0 1 0 200 0 250 50 N +P 5 0 1 0 -250 0 -250 800 250 800 250 0 -250 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_BLACK_SMALL +# +DEF RECTANGLE_V_BLACK_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_BLACK_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -50 600 -50 200 N +P 2 0 1 0 0 600 0 200 N +P 2 0 1 0 50 600 50 200 N +P 5 0 1 0 -100 600 100 600 100 200 -100 200 -100 600 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_HUGE +# +DEF RECTANGLE_V_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_HUGE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 1050 450 1050 450 -300 -450 -300 -450 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RECTANGLE_V_HUGE_SLASH +# +DEF RECTANGLE_V_HUGE_SLASH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "RECTANGLE_V_HUGE_SLASH" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -450 -300 -450 1050 450 1050 450 -300 -450 -300 450 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# REGISTERED +# +DEF REGISTERED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "REGISTERED" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 150 0 450 N +P 9 0 1 0 -200 150 -200 850 100 850 200 800 250 700 250 600 200 500 100 450 -200 450 N +P 17 0 1 0 0 1200 -250 1150 -500 1000 -650 750 -700 500 -650 250 -500 0 -250 -150 0 -200 250 -150 500 0 650 250 700 500 650 750 500 1000 250 1150 0 1200 N +X ~ ~ -900 0 300 U 50 50 1 1 I +X ~ ~ 900 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# S_LAZY +# +DEF S_LAZY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "S_LAZY" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -250 550 -350 500 -400 400 -350 300 -250 250 -100 300 100 500 250 550 350 500 400 400 350 300 250 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SCREEN_CLEAR +# +DEF SCREEN_CLEAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SCREEN_CLEAR" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 0 600 -400 200 N +P 2 0 1 0 400 600 0 200 N +P 13 0 1 0 -550 150 -550 650 -500 750 -400 800 400 800 500 750 550 650 550 150 500 50 400 0 -400 0 -500 50 -550 150 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SCREEN_PRINT +# +DEF SCREEN_PRINT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SCREEN_PRINT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -300 950 -50 950 -50 1200 N +P 6 0 1 0 -300 400 -300 950 -50 1200 300 1200 300 400 -300 400 N +P 14 0 1 0 -300 800 -400 800 -500 750 -550 650 -550 150 -500 50 -400 0 400 0 500 50 550 150 550 650 500 750 400 800 300 800 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SECTOR +# +DEF SECTOR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SECTOR" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 700 -300 750 -100 800 100 800 300 750 400 700 0 0 -400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_CAP_HUGE +# +DEF SIGMA_CAP_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_CAP_HUGE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 400 -250 -450 -250 100 400 -450 1050 450 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SIGMA_CAP_TOP +# +DEF SIGMA_CAP_TOP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SIGMA_CAP_TOP" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 200 -350 -450 1050 500 1050 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SINE +# +DEF SINE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SINE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -400 400 -350 650 -300 750 -200 800 -100 750 -50 650 50 150 100 50 200 0 300 50 350 150 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_LINE_H +# +DEF SLASH_LINE_H U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_LINE_H" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 50 150 -50 -150 N +X X ~ 0 0 100 L 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_OP +# +DEF SLASH_OP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_OP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 300 1000 -300 -200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_REL +# +DEF SLASH_REL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_REL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 200 800 -200 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SMALL +# +DEF SLASH_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SMALL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 250 550 -250 50 N +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLASH_SYM +# +DEF SLASH_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLASH_SYM" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 800 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SLOPE +# +DEF SLOPE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SLOPE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 0 -400 450 400 0 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SMILE +# +DEF SMILE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SMILE" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 400 500 350 450 250 400 0 350 -250 400 -350 450 -400 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE +# +DEF SPACE U 0 40 Y Y 1 F N +F0 "U" 0 50 60 H V C CNN +F1 "SPACE" 0 -50 60 H V C CNN +DRAW +X ~ ~ -400 0 300 U 50 50 1 1 I +X ~ ~ 400 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SPACE_SYM +# +DEF SPACE_SYM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SPACE_SYM" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 200 -400 0 400 0 400 200 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQCUP +# +DEF SQCUP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQCUP" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 800 -400 0 400 0 400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQIMAGE +# +DEF SQIMAGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQIMAGE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 100 -400 100 -400 700 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQIMAGE_MINUS +# +DEF SQIMAGE_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQIMAGE_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 400 -50 -400 -50 N +P 4 0 1 0 400 250 -400 250 -400 850 400 850 N +X CENTER_M ~ 0 -50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE +# +DEF SQUARE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_BLACK +# +DEF SQUARE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 800 -350 0 N +P 2 0 1 0 -300 0 -300 800 N +P 2 0 1 0 -250 800 -250 0 N +P 2 0 1 0 -200 0 -200 800 N +P 2 0 1 0 -150 800 -150 0 N +P 2 0 1 0 -100 0 -100 800 N +P 2 0 1 0 -50 800 -50 0 N +P 2 0 1 0 0 0 0 800 N +P 2 0 1 0 50 800 50 0 N +P 2 0 1 0 100 0 100 800 N +P 2 0 1 0 150 800 150 0 N +P 2 0 1 0 200 0 200 800 N +P 2 0 1 0 250 800 250 0 N +P 2 0 1 0 300 0 300 800 N +P 2 0 1 0 350 800 350 0 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLB +# +DEF SQUARE_FILLB U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLB" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 -200 0 -400 200 N +P 2 0 1 0 100 0 -400 500 N +P 2 0 1 0 400 300 -100 800 N +P 2 0 1 0 400 600 200 800 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLD +# +DEF SQUARE_FILLD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLD" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 800 N +P 2 0 1 0 -400 300 100 800 N +P 2 0 1 0 -400 600 -200 800 N +P 2 0 1 0 -400 800 400 0 N +P 2 0 1 0 -200 0 -400 200 N +P 2 0 1 0 -100 0 400 500 N +P 2 0 1 0 100 0 -400 500 N +P 2 0 1 0 200 0 400 200 N +P 2 0 1 0 400 300 -100 800 N +P 2 0 1 0 400 600 200 800 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLH +# +DEF SQUARE_FILLH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLH" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 600 400 600 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLO +# +DEF SQUARE_FILLO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLO" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -400 600 400 600 N +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 200 800 200 0 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLS +# +DEF SQUARE_FILLS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 800 N +P 2 0 1 0 -400 300 100 800 N +P 2 0 1 0 -400 600 -200 800 N +P 2 0 1 0 -100 0 400 500 N +P 2 0 1 0 200 0 400 200 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FILLV +# +DEF SQUARE_FILLV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FILLV" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 200 800 200 0 N +P 5 0 1 0 -400 800 400 800 400 0 -400 0 -400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_FOOT +# +DEF SQUARE_FOOT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_FOOT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 100 1050 -50 750 N +P 6 0 1 0 -250 800 -400 800 -400 0 400 0 400 800 250 800 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_LEFTHALF_BLACK +# +DEF SQUARE_LEFTHALF_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_LEFTHALF_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 0 -350 800 N +P 2 0 1 0 -300 800 -300 0 N +P 2 0 1 0 -250 0 -250 800 N +P 2 0 1 0 -200 800 -200 0 N +P 2 0 1 0 -150 0 -150 800 N +P 2 0 1 0 -100 800 -100 0 N +P 2 0 1 0 -50 0 -50 800 N +P 5 0 1 0 -400 0 -400 800 0 800 0 0 -400 0 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_ROUNDED +# +DEF SQUARE_ROUNDED U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_ROUNDED" 0 -350 60 H V C CNN +DRAW +P 13 0 1 0 -350 750 -250 800 250 800 350 750 400 650 400 150 350 50 250 0 -250 0 -350 50 -400 150 -400 650 -350 750 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_SMALL +# +DEF SQUARE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_SMALL" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -150 250 -150 550 150 550 150 250 -150 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUARE_SMALL_BLACK +# +DEF SQUARE_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUARE_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 -100 250 N +P 2 0 1 0 -50 250 -50 550 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 250 50 550 N +P 2 0 1 0 100 550 100 250 N +P 5 0 1 0 -150 250 -150 550 150 550 150 250 -150 250 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SQUISH_QUAD +# +DEF SQUISH_QUAD U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SQUISH_QUAD" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -250 1050 250 1050 250 -300 -250 -300 -250 1050 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STAR +# +DEF STAR U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STAR" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 800 250 50 -400 500 400 500 -250 50 0 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STAR_SMALL +# +DEF STAR_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STAR_SMALL" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 0 450 100 150 -150 350 150 350 -100 150 0 450 N +X BELOW ~ 0 0 100 R 50 50 1 1 I +X CENTER ~ 0 300 100 R 50 50 1 1 I +X ~ ~ -450 0 300 U 50 50 1 1 I +X ~ ~ 450 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# STRICTEQV +# +DEF STRICTEQV U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "STRICTEQV" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -50 400 -50 N +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 -400 850 400 850 N +P 2 0 1 0 400 250 -400 250 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUBSET +# +DEF SUBSET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUBSET" 0 -350 60 H V C CNN +DRAW +P 10 0 1 0 400 700 -200 700 -300 650 -350 600 -400 500 -400 300 -350 200 -300 150 -200 100 400 100 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUBSET_DBL +# +DEF SUBSET_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUBSET_DBL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 400 550 50 550 -50 500 -100 400 -50 300 50 250 400 250 N +P 10 0 1 0 400 -50 -50 -50 -200 0 -350 150 -400 300 -400 500 -350 650 -200 800 -50 850 400 850 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUBSET_MINUS +# +DEF SUBSET_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUBSET_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -50 400 -50 N +P 10 0 1 0 400 850 -200 850 -300 800 -350 750 -400 650 -400 450 -350 350 -300 300 -200 250 400 250 N +X CENTER_M ~ 0 -50 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SUCCEEDS_WAVE +# +DEF SUCCEEDS_WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SUCCEEDS_WAVE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 0 -350 50 -200 100 -50 50 50 -50 200 -100 350 -50 400 0 N +P 9 0 1 0 -400 150 -300 300 -200 400 0 500 400 550 0 600 -200 700 -300 800 -400 950 N +X CENTER_W ~ 0 0 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SYMMETRY +# +DEF SYMMETRY U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "SYMMETRY" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 -200 100 200 100 N +P 2 0 1 0 200 700 -200 700 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TAB +# +DEF TAB U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TAB" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 200 400 200 N +P 2 0 1 0 -400 800 -400 400 N +P 2 0 1 0 400 400 400 0 N +P 2 0 1 0 400 600 -400 600 N +P 3 0 1 0 -200 400 -400 600 -200 800 N +P 3 0 1 0 200 0 400 200 200 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TACK +# +DEF TACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 -400 800 N +P 2 0 1 0 -400 400 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TACK_UP +# +DEF TACK_UP U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TACK_UP" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 2 0 1 0 0 0 0 800 N +X ABOVE ~ 0 1050 100 R 50 50 1 1 I +X BELOW ~ 0 -250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TACK_UP_LARGE +# +DEF TACK_UP_LARGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TACK_UP_LARGE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 -300 400 -300 N +P 2 0 1 0 0 -300 0 1100 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TARGET +# +DEF TARGET U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TARGET" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 400 -200 400 N +P 2 0 1 0 0 0 0 200 N +P 2 0 1 0 0 800 0 600 N +P 2 0 1 0 400 400 200 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TELEPHONE_RECORDER +# +DEF TELEPHONE_RECORDER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TELEPHONE_RECORDER" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 300 -400 0 N +P 13 0 1 0 100 800 250 750 350 650 400 500 350 350 250 250 100 200 -50 250 -150 350 -200 500 -150 650 -50 750 100 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TETRASEME_METRICAL +# +DEF TETRASEME_METRICAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TETRASEME_METRICAL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -400 550 -400 300 400 300 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# THEREFORE +# +DEF THEREFORE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "THEREFORE" 0 -350 60 H V C CNN +DRAW +P 6 0 1 0 -350 150 -300 100 -350 50 -400 100 -350 150 -350 50 N +P 6 0 1 0 0 750 50 700 0 650 -50 700 0 750 0 650 N +P 6 0 1 0 350 150 400 100 350 50 300 100 350 150 350 50 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TOR_BRACKET_OVER +# +DEF TOR_BRACKET_OVER U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TOR_BRACKET_OVER" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 -800 -150 -600 100 600 100 800 -150 N +X ~ ~ -1000 0 300 U 50 50 1 1 I +X ~ ~ 1000 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TOTAL_RUNOUT +# +DEF TOTAL_RUNOUT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TOTAL_RUNOUT" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 550 0 800 -200 650 N +P 3 0 1 0 400 550 400 800 200 650 N +P 4 0 1 0 0 800 -400 0 0 0 400 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRAPEZIUM +# +DEF TRAPEZIUM U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRAPEZIUM" 0 -350 60 H V C CNN +DRAW +P 5 0 1 0 -450 0 -200 800 200 800 450 0 -450 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE +# +DEF TRIANGLE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 800 450 0 -450 0 0 800 N +X CENTER ~ 0 250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_BLACK +# +DEF TRIANGLE_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 50 -400 0 N +P 2 0 1 0 -350 150 -350 0 N +P 2 0 1 0 -300 250 -300 0 N +P 2 0 1 0 -250 350 -250 0 N +P 2 0 1 0 -200 400 -200 0 N +P 2 0 1 0 -150 500 -150 0 N +P 2 0 1 0 -100 600 -100 0 N +P 2 0 1 0 -50 700 -50 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 50 700 50 0 N +P 2 0 1 0 100 600 100 0 N +P 2 0 1 0 150 500 150 0 N +P 2 0 1 0 200 400 200 0 N +P 2 0 1 0 250 350 250 0 N +P 2 0 1 0 300 250 300 0 N +P 2 0 1 0 350 150 350 0 N +P 3 0 1 0 400 0 0 750 -400 0 N +P 3 0 1 0 400 50 400 0 400 0 N +P 4 0 1 0 0 800 450 0 -450 0 0 800 N +X CENTER ~ 0 250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_BLACKHALF +# +DEF TRIANGLE_BLACKHALF U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_BLACKHALF" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 0 750 N +P 2 0 1 0 -400 50 -400 0 N +P 2 0 1 0 -350 150 -350 0 N +P 2 0 1 0 -300 250 -300 0 N +P 2 0 1 0 -250 350 -250 0 N +P 2 0 1 0 -200 400 -200 0 N +P 2 0 1 0 -150 500 -150 0 N +P 2 0 1 0 -100 600 -100 0 N +P 2 0 1 0 -50 700 -50 0 N +P 2 0 1 0 0 800 0 0 N +P 4 0 1 0 0 800 450 0 -450 0 0 800 N +X CENTER ~ 0 250 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E +# +DEF TRIANGLE_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 400 -400 -50 -400 850 400 400 N +X CENTER ~ -150 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E_BLACK +# +DEF TRIANGLE_E_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 800 -350 0 N +P 2 0 1 0 -300 750 -300 50 N +P 2 0 1 0 -250 750 -250 50 N +P 2 0 1 0 -200 700 -200 100 N +P 2 0 1 0 -150 700 -150 100 N +P 2 0 1 0 -100 650 -100 150 N +P 2 0 1 0 -50 650 -50 150 N +P 2 0 1 0 0 600 0 200 N +P 2 0 1 0 50 550 50 250 N +P 2 0 1 0 100 550 100 250 N +P 2 0 1 0 150 500 150 300 N +P 2 0 1 0 200 500 200 300 N +P 2 0 1 0 250 400 300 400 N +P 2 0 1 0 250 450 250 350 N +P 3 0 1 0 -400 800 350 400 -400 0 N +P 4 0 1 0 400 400 -400 -50 -400 850 400 400 N +X CENTER ~ -150 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E_SMALL +# +DEF TRIANGLE_E_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 200 400 -150 200 -150 600 200 400 N +X CENTER ~ -50 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_E_SMALL_BLACK +# +DEF TRIANGLE_E_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_E_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -100 550 -100 250 N +P 2 0 1 0 -50 500 -50 300 N +P 2 0 1 0 0 500 0 300 N +P 2 0 1 0 50 400 150 400 N +P 2 0 1 0 50 450 50 350 N +P 3 0 1 0 -150 550 150 400 -150 250 N +P 4 0 1 0 200 400 -150 200 -150 600 200 400 N +X CENTER ~ -50 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_RA +# +DEF TRIANGLE_RA U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_RA" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 0 400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_RA_BLACK +# +DEF TRIANGLE_RA_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_RA_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 50 -350 0 N +P 2 0 1 0 -300 100 -300 0 N +P 2 0 1 0 -250 150 -250 0 N +P 2 0 1 0 -200 200 -200 0 N +P 2 0 1 0 -150 250 -150 0 N +P 2 0 1 0 -100 300 -100 0 N +P 2 0 1 0 -50 350 -50 0 N +P 2 0 1 0 0 400 0 0 N +P 2 0 1 0 50 450 50 0 N +P 2 0 1 0 100 500 100 0 N +P 2 0 1 0 150 550 150 0 N +P 2 0 1 0 200 600 200 0 N +P 2 0 1 0 250 650 250 0 N +P 2 0 1 0 300 700 300 0 N +P 2 0 1 0 350 750 350 0 N +P 4 0 1 0 400 0 400 800 -400 0 400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_SMALL +# +DEF TRIANGLE_SMALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_SMALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 600 200 250 -200 250 0 600 N +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_SMALL_BLACK +# +DEF TRIANGLE_SMALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_SMALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -150 300 -150 250 N +P 2 0 1 0 -100 400 -100 250 N +P 2 0 1 0 -50 500 -50 250 N +P 2 0 1 0 0 600 0 250 N +P 2 0 1 0 50 500 50 250 N +P 2 0 1 0 100 400 100 250 N +P 2 0 1 0 150 300 150 250 N +P 3 0 1 0 -150 250 0 550 150 250 N +P 4 0 1 0 0 600 200 250 -200 250 0 600 N +X CENTER ~ 0 350 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL +# +DEF TRIANGLE_TALL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 0 800 300 0 -300 0 0 800 N +X ABOVE ~ 0 950 100 R 50 50 1 1 I +X BELOW ~ 0 -150 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_BLACK +# +DEF TRIANGLE_TALL_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -250 0 -250 100 N +P 2 0 1 0 -200 250 -200 0 N +P 2 0 1 0 -150 400 -150 0 N +P 2 0 1 0 -100 500 -100 0 N +P 2 0 1 0 -50 650 -50 0 N +P 2 0 1 0 0 800 0 0 N +P 2 0 1 0 50 650 50 0 N +P 2 0 1 0 100 500 100 0 N +P 2 0 1 0 150 400 150 0 N +P 2 0 1 0 200 250 200 0 N +P 2 0 1 0 250 100 250 0 N +P 3 0 1 0 250 0 0 700 -250 0 N +P 4 0 1 0 0 800 300 0 -300 0 0 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_E +# +DEF TRIANGLE_TALL_E U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_E" 0 -350 60 H V C CNN +DRAW +P 4 0 1 0 400 400 -400 100 -400 700 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_E_BLACK +# +DEF TRIANGLE_TALL_E_BLACK U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_E_BLACK" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -350 650 -350 150 N +P 2 0 1 0 -300 650 -300 150 N +P 2 0 1 0 -250 600 -250 200 N +P 2 0 1 0 -200 600 -200 200 N +P 2 0 1 0 -150 600 -150 200 N +P 2 0 1 0 -100 550 -100 250 N +P 2 0 1 0 -50 550 -50 250 N +P 2 0 1 0 0 550 0 250 N +P 2 0 1 0 50 500 50 300 N +P 2 0 1 0 100 500 100 300 N +P 2 0 1 0 150 450 150 350 N +P 2 0 1 0 200 450 200 350 N +P 2 0 1 0 250 450 250 350 N +P 2 0 1 0 300 400 250 400 N +P 3 0 1 0 -400 650 350 400 -400 150 N +P 4 0 1 0 400 400 -400 100 -400 700 400 400 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRIANGLE_TALL_E_MINUS +# +DEF TRIANGLE_TALL_E_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRIANGLE_TALL_E_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 0 400 0 N +P 4 0 1 0 400 500 -400 200 -400 800 400 500 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# TRUE +# +DEF TRUE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "TRUE" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 400 250 N +P 2 0 1 0 -400 550 400 550 N +P 2 0 1 0 -400 800 -400 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNDERLINE_CONT +# +DEF UNDERLINE_CONT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNDERLINE_CONT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 600 0 N +P 6 0 1 0 -550 750 -450 800 -350 800 -250 750 -200 650 -200 300 N +P 6 0 1 0 150 400 200 350 150 300 100 350 150 400 150 300 N +P 6 0 1 0 550 400 600 350 550 300 500 350 550 400 550 300 N +P 8 0 1 0 -200 350 -300 300 -450 300 -550 350 -600 450 -550 550 -450 600 -200 600 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNDERLINE_DISCONT +# +DEF UNDERLINE_DISCONT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNDERLINE_DISCONT" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -600 0 -200 0 N +P 2 0 1 0 200 0 600 0 N +P 6 0 1 0 -550 750 -450 800 -350 800 -250 750 -200 650 -200 300 N +P 6 0 1 0 250 750 350 800 450 800 550 750 600 650 600 300 N +P 8 0 1 0 -200 350 -300 300 -450 300 -550 350 -600 450 -550 550 -450 600 -200 600 N +P 8 0 1 0 600 350 500 300 350 300 250 350 200 450 250 550 350 600 600 600 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNDO +# +DEF UNDO U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNDO" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 -350 650 -350 450 -150 450 N +P 6 0 1 0 350 450 250 550 100 600 -100 600 -250 550 -350 450 N +P 9 0 1 0 -200 150 -250 250 -350 300 -450 250 -500 150 -450 50 -350 0 -250 50 -200 150 N +P 9 0 1 0 200 150 250 50 350 0 450 50 500 150 450 250 350 300 250 250 200 150 N +X ~ ~ -700 0 300 U 50 50 1 1 I +X ~ ~ 700 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNION +# +DEF UNION U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNION" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 800 -400 300 -300 100 -100 0 100 0 300 100 400 300 400 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNION_DBL +# +DEF UNION_DBL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNION_DBL" 0 -350 60 H V C CNN +DRAW +P 7 0 1 0 -150 800 -150 450 -100 350 0 300 100 350 150 450 150 800 N +P 10 0 1 0 -450 800 -450 350 -400 200 -250 50 -100 0 100 0 250 50 400 200 450 350 450 800 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# UNION_HUGE +# +DEF UNION_HUGE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "UNION_HUGE" 0 -350 60 H V C CNN +DRAW +P 12 0 1 0 -550 1050 -550 200 -500 0 -400 -150 -250 -250 -50 -300 50 -300 250 -250 400 -150 500 0 550 200 550 1050 N +X ~ ~ -800 0 300 U 50 50 1 1 I +X ~ ~ 800 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WATCH +# +DEF WATCH U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WATCH" 0 -350 60 H V C CNN +DRAW +P 3 0 1 0 0 600 0 400 150 400 N +P 13 0 1 0 -100 800 100 800 300 700 400 500 400 300 300 100 100 0 -100 0 -300 100 -400 300 -400 500 -300 700 -100 800 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE +# +DEF WAVE U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 400 -350 450 -200 500 -50 450 50 350 200 300 350 350 400 400 N +X CENTER ~ 0 400 100 R 50 50 1 1 I +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_EQUAL +# +DEF WAVE_EQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_EQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 2 0 1 0 -400 400 400 400 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_MINUS +# +DEF WAVE_MINUS U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_MINUS" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 250 400 250 N +P 8 0 1 0 -400 550 -350 600 -200 650 -50 600 50 500 200 450 350 500 400 550 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_NOTEQUAL +# +DEF WAVE_NOTEQUAL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_NOTEQUAL" 0 -350 60 H V C CNN +DRAW +P 2 0 1 0 -400 100 400 100 N +P 2 0 1 0 -400 400 400 400 N +P 2 0 1 0 150 550 -150 -50 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WAVE_TPL +# +DEF WAVE_TPL U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WAVE_TPL" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 -400 100 -350 150 -200 200 -50 150 50 50 200 0 350 50 400 100 N +P 8 0 1 0 -400 400 -350 450 -200 500 -50 450 50 350 200 300 350 350 400 400 N +P 8 0 1 0 -400 700 -350 750 -200 800 -50 750 50 650 200 600 350 650 400 700 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# WREATH_PRODUCT +# +DEF WREATH_PRODUCT U 0 40 Y Y 1 F N +F0 "U" 0 -250 60 H V C CNN +F1 "WREATH_PRODUCT" 0 -350 60 H V C CNN +DRAW +P 8 0 1 0 0 800 50 750 100 600 50 450 -50 350 -100 200 -50 50 0 0 N +X ~ ~ -650 0 300 U 50 50 1 1 I +X ~ ~ 650 0 300 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/helpers/tools_to_build_newstroke-font/symbols.sch b/helpers/tools_to_build_newstroke-font/symbols.sch new file mode 100644 index 0000000..7915abe --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/symbols.sch @@ -0,0 +1,3241 @@ +EESchema Schematic File Version 2 date Ð’Ñк 31 Янв 2010 21:30:52 +LIBS:font +LIBS:power +LIBS:symbol +LIBS:font-cache +EELAYER 24 0 +EELAYER END +$Descr A0 46800 33070 +Sheet 2 2 +Title "noname.sch" +Date "13 jan 2010" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L LINE_V_CAP U? +U 1 1 4B61BC28 +P 2300 3000 +F 0 "U?" H 2300 2750 60 0000 C CNN +F 1 "LINE_V_CAP" H 2300 2650 60 0000 C CNN + 1 2300 3000 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_SMALL U? +U 1 1 4B61BC1D +P 1800 3000 +F 0 "U?" H 1800 2750 60 0000 C CNN +F 1 "LINE_V_SMALL" H 1800 2650 60 0000 C CNN + 1 1800 3000 + 1 0 0 -1 +$EndComp +$Comp +L ASTERISM U? +U 1 1 4B61B59F +P 33000 3000 +F 0 "U?" H 33000 2750 60 0000 C CNN +F 1 "ASTERISM" H 33000 2650 60 0000 C CNN + 1 33000 3000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_SMALL_BLACK_INVERSE U? +U 1 1 4B61B469 +P 24350 22500 +F 0 "U?" H 24350 22250 60 0000 C CNN +F 1 "CIRCLE_SMALL_BLACK_INVERSE" H 24350 22150 60 0000 C CNN + 1 24350 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_INVERSE_HALF U? +U 1 1 4B61A5D3 +P 23050 22500 +F 0 "U?" H 23050 22250 60 0000 C CNN +F 1 "CIRCLE_INVERSE_HALF" H 23050 22150 60 0000 C CNN + 1 23050 22500 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_BLACKHALF U? +U 1 1 4B619F56 +P 20650 24000 +F 0 "U?" H 20650 23750 60 0000 C CNN +F 1 "TRIANGLE_BLACKHALF" H 20650 23650 60 0000 C CNN + 1 20650 24000 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE_RIGHT_ARROW_DOWN_ZIGZAG U? +U 1 1 4B619D15 +P 21750 22500 +F 0 "U?" H 21750 22250 60 0000 C CNN +F 1 "ANGLE_RIGHT_ARROW_DOWN_ZIGZAG" H 21750 22150 60 0000 C CNN + 1 21750 22500 + 1 0 0 -1 +$EndComp +$Comp +L SCREEN_PRINT U? +U 1 1 4B619B4F +P 20100 22500 +F 0 "U?" H 20100 22250 60 0000 C CNN +F 1 "SCREEN_PRINT" H 20100 22150 60 0000 C CNN + 1 20100 22500 + 1 0 0 -1 +$EndComp +$Comp +L SCREEN_CLEAR U? +U 1 1 4B619B49 +P 18500 22500 +F 0 "U?" H 18500 22250 60 0000 C CNN +F 1 "SCREEN_CLEAR" H 18500 22150 60 0000 C CNN + 1 18500 22500 + 1 0 0 -1 +$EndComp +$Comp +L HEXAGON_H_CAP U? +U 1 1 4B6199DB +P 16900 22500 +F 0 "U?" H 16900 22250 60 0000 C CNN +F 1 "HEXAGON_H_CAP" H 16900 22150 60 0000 C CNN + 1 16900 22500 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_CAP_TOP U? +U 1 1 4B619939 +P 10150 28500 +F 0 "U?" H 10150 28250 60 0000 C CNN +F 1 "SIGMA_CAP_TOP" H 10150 28150 60 0000 C CNN + 1 10150 28500 + 1 0 0 -1 +$EndComp +$Comp +L PENTASEME_METRICAL U? +U 1 1 4B61964B +P 34950 30000 +F 0 "U?" H 34950 29750 60 0000 C CNN +F 1 "PENTASEME_METRICAL" H 34950 29650 60 0000 C CNN + 1 34950 30000 + 1 0 0 -1 +$EndComp +$Comp +L TETRASEME_METRICAL U? +U 1 1 4B619644 +P 33650 30000 +F 0 "U?" H 33650 29750 60 0000 C CNN +F 1 "TETRASEME_METRICAL" H 33650 29650 60 0000 C CNN + 1 33650 30000 + 1 0 0 -1 +$EndComp +$Comp +L EMPHASIS U? +U 1 1 4B619406 +P 32200 30000 +F 0 "U?" H 32200 29750 60 0000 C CNN +F 1 "EMPHASIS" H 32200 29650 60 0000 C CNN + 1 32200 30000 + 1 0 0 -1 +$EndComp +$Comp +L UNDERLINE_DISCONT U? +U 1 1 4B61931D +P 30600 30000 +F 0 "U?" H 30600 29750 60 0000 C CNN +F 1 "UNDERLINE_DISCONT" H 30600 29650 60 0000 C CNN + 1 30600 30000 + 1 0 0 -1 +$EndComp +$Comp +L UNDERLINE_CONT U? +U 1 1 4B619316 +P 29000 30000 +F 0 "U?" H 29000 29750 60 0000 C CNN +F 1 "UNDERLINE_CONT" H 29000 29650 60 0000 C CNN + 1 29000 30000 + 1 0 0 -1 +$EndComp +$Comp +L ENTER_SYM U? +U 1 1 4B6191FB +P 27550 30000 +F 0 "U?" H 27550 29750 60 0000 C CNN +F 1 "ENTER_SYM" H 27550 29650 60 0000 C CNN + 1 27550 30000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_N_WHITE U? +U 1 1 4B619128 +P 16200 19600 +F 0 "U?" H 16200 19350 60 0000 C CNN +F 1 "ARROW_E_N_WHITE" H 16200 19250 60 0000 C CNN + 1 16200 19600 + 1 0 0 -1 +$EndComp +$Comp +L OVERLINE U? +U 1 1 4B619089 +P 18300 10400 +F 0 "U?" H 18300 10150 60 0000 C CNN +F 1 "OVERLINE" H 18300 10050 60 0000 C CNN + 1 18300 10400 + 1 0 0 -1 +$EndComp +$Comp +L TACK_UP U? +U 1 1 4B619083 +P 18300 10500 +F 0 "U?" H 18300 10250 60 0000 C CNN +F 1 "TACK_UP" H 18300 10150 60 0000 C CNN + 1 18300 10500 + 1 0 0 -1 +$EndComp +$Comp +L OVERLINE_LONG U? +U 1 1 4B618F60 +P 16900 10700 +F 0 "U?" H 16900 10450 60 0000 C CNN +F 1 "OVERLINE_LONG" H 16900 10350 60 0000 C CNN + 1 16900 10700 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_METRICAL_X2 U? +U 1 1 4B618F53 +P 16900 10500 +F 0 "U?" H 16900 10250 60 0000 C CNN +F 1 "BREVE_METRICAL_X2" H 16900 10150 60 0000 C CNN + 1 16900 10500 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_METRICAL_JOINED U? +U 1 1 4B618EE9 +P 26150 30000 +F 0 "U?" H 26150 29750 60 0000 C CNN +F 1 "BREVE_METRICAL_JOINED" H 26150 29650 60 0000 C CNN + 1 26150 30000 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_METRICAL_X2 U? +U 1 1 4B618EE3 +P 24750 30000 +F 0 "U?" H 24750 29750 60 0000 C CNN +F 1 "BREVE_METRICAL_X2" H 24750 29650 60 0000 C CNN + 1 24750 30000 + 1 0 0 -1 +$EndComp +$Comp +L BREVE_METRICAL U? +U 1 1 4B618E44 +P 23500 30000 +F 0 "U?" H 23500 29750 60 0000 C CNN +F 1 "BREVE_METRICAL" H 23500 29650 60 0000 C CNN + 1 23500 30000 + 1 0 0 -1 +$EndComp +$Comp +L LINE_H_1 U? +U 1 1 4B618AD7 +P 9000 28500 +F 0 "U?" H 9000 28250 60 0000 C CNN +F 1 "LINE_H_1" H 9000 28150 60 0000 C CNN + 1 9000 28500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_H_3 U? +U 1 1 4B618AD0 +P 8000 28500 +F 0 "U?" H 8000 28250 60 0000 C CNN +F 1 "LINE_H_3" H 8000 28150 60 0000 C CNN + 1 8000 28500 + 1 0 0 -1 +$EndComp +$Comp +L TRAPEZIUM U? +U 1 1 4B61892A +P 31050 25450 +F 0 "U?" H 31050 25200 60 0000 C CNN +F 1 "TRAPEZIUM" H 31050 25100 60 0000 C CNN + 1 31050 25450 + 1 0 0 -1 +$EndComp +$Comp +L TOR_BRACKET_OVER U? +U 1 1 4B6188B5 +P 22000 30000 +F 0 "U?" H 22000 29750 60 0000 C CNN +F 1 "TOR_BRACKET_OVER" H 22000 29650 60 0000 C CNN + 1 22000 30000 + 1 0 0 -1 +$EndComp +$Comp +L BRACE_OVER U? +U 1 1 4B6187FF +P 20000 30000 +F 0 "U?" H 20000 29750 60 0000 C CNN +F 1 "BRACE_OVER" H 20000 29650 60 0000 C CNN + 1 20000 30000 + 1 0 0 -1 +$EndComp +$Comp +L BRACKET_OVER U? +U 1 1 4B6187FA +P 18000 30000 +F 0 "U?" H 18000 29750 60 0000 C CNN +F 1 "BRACKET_OVER" H 18000 29650 60 0000 C CNN + 1 18000 30000 + 1 0 0 -1 +$EndComp +$Comp +L PAREN_OVER U? +U 1 1 4B6187E7 +P 16000 30000 +F 0 "U?" H 16000 29750 60 0000 C CNN +F 1 "PAREN_OVER" H 16000 29650 60 0000 C CNN + 1 16000 30000 + 1 0 0 -1 +$EndComp +$Comp +L FUSE U? +U 1 1 4B618583 +P 14350 30000 +F 0 "U?" H 14350 29750 60 0000 C CNN +F 1 "FUSE" H 14350 29650 60 0000 C CNN + 1 14350 30000 + 1 0 0 -1 +$EndComp +$Comp +L LINE_H U? +U 1 1 4B618440 +P 7000 28500 +F 0 "U?" H 7000 28250 60 0000 C CNN +F 1 "LINE_H" H 7000 28150 60 0000 C CNN + 1 7000 28500 + 1 0 0 -1 +$EndComp +$Comp +L NEXT_PAGE U? +U 1 1 4B618374 +P 12850 30000 +F 0 "U?" H 12850 29750 60 0000 C CNN +F 1 "NEXT_PAGE" H 12850 29650 60 0000 C CNN + 1 12850 30000 + 1 0 0 -1 +$EndComp +$Comp +L UNDO U? +U 1 1 4B6182ED +P 11300 30000 +F 0 "U?" H 11300 29750 60 0000 C CNN +F 1 "UNDO" H 11300 29650 60 0000 C CNN + 1 11300 30000 + 1 0 0 -1 +$EndComp +$Comp +L COMPOSITION U? +U 1 1 4B618163 +P 9950 30000 +F 0 "U?" H 9950 29750 60 0000 C CNN +F 1 "COMPOSITION" H 9950 29650 60 0000 C CNN + 1 9950 30000 + 1 0 0 -1 +$EndComp +$Comp +L ALL_AROUND_PROFILE U? +U 1 1 4B617CF0 +P 8250 30000 +F 0 "U?" H 8250 29750 60 0000 C CNN +F 1 "ALL_AROUND_PROFILE" H 8250 29650 60 0000 C CNN + 1 8250 30000 + 1 0 0 -1 +$EndComp +$Comp +L TOTAL_RUNOUT U? +U 1 1 4B617C7A +P 6950 30000 +F 0 "U?" H 6950 29750 60 0000 C CNN +F 1 "TOTAL_RUNOUT" H 6950 29650 60 0000 C CNN + 1 6950 30000 + 1 0 0 -1 +$EndComp +$Comp +L KEYBOARD U? +U 1 1 4B617BF6 +P 5050 30000 +F 0 "U?" H 5050 29750 60 0000 C CNN +F 1 "KEYBOARD" H 5050 29650 60 0000 C CNN + 1 5050 30000 + 1 0 0 -1 +$EndComp +$Comp +L I_BEAM U? +U 1 1 4B617A6B +P 21200 12000 +F 0 "U?" H 21200 11750 60 0000 C CNN +F 1 "I_BEAM" H 21200 11650 60 0000 C CNN + 1 21200 12000 + 1 0 0 -1 +$EndComp +$Comp +L SLOPE U? +U 1 1 4B6179FF +P 19350 24000 +F 0 "U?" H 19350 23750 60 0000 C CNN +F 1 "SLOPE" H 19350 23650 60 0000 C CNN + 1 19350 24000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_MID U? +U 1 1 4B617982 +P 15600 22500 +F 0 "U?" H 15600 22250 60 0000 C CNN +F 1 "CIRCLE_MID" H 15600 22150 60 0000 C CNN + 1 15600 22500 + 1 0 0 -1 +$EndComp +$Comp +L DIMENSION_ORIGIN U? +U 1 1 4B61792B +P 3300 30000 +F 0 "U?" H 3300 29750 60 0000 C CNN +F 1 "DIMENSION_ORIGIN" H 3300 29650 60 0000 C CNN + 1 3300 30000 + 1 0 0 -1 +$EndComp +$Comp +L SYMMETRY U? +U 1 1 4B617873 +P 2150 30000 +F 0 "U?" H 2150 29750 60 0000 C CNN +F 1 "SYMMETRY" H 2150 29650 60 0000 C CNN + 1 2150 30000 + 1 0 0 -1 +$EndComp +$Comp +L CYLINDRICITY U? +U 1 1 4B617808 +P 1000 30000 +F 0 "U?" H 1000 29750 60 0000 C CNN +F 1 "CYLINDRICITY" H 1000 29650 60 0000 C CNN + 1 1000 30000 + 1 0 0 -1 +$EndComp +$Comp +L BENZENE_RING U? +U 1 1 4B6175B6 +P 41100 32000 +F 0 "U?" H 41100 31750 60 0000 C CNN +F 1 "BENZENE_RING" H 41100 31650 60 0000 C CNN + 1 41100 32000 + 1 0 0 -1 +$EndComp +$Comp +L BENZENE U? +U 1 1 4B617462 +P 39400 32000 +F 0 "U?" H 39400 31750 60 0000 C CNN +F 1 "BENZENE" H 39400 31650 60 0000 C CNN + 1 39400 32000 + 1 0 0 -1 +$EndComp +$Comp +L MOUSTACHE U? +U 1 1 4B616F60 +P 6000 28500 +F 0 "U?" H 6000 28250 60 0000 C CNN +F 1 "MOUSTACHE" H 6000 28150 60 0000 C CNN + 1 6000 28500 + 1 0 0 -1 +$EndComp +$Comp +L BRACE_MIDDLE U? +U 1 1 4B616EF3 +P 5000 28500 +F 0 "U?" H 5000 28250 60 0000 C CNN +F 1 "BRACE_MIDDLE" H 5000 28150 60 0000 C CNN + 1 5000 28500 + 1 0 0 -1 +$EndComp +$Comp +L BRACE_TOP U? +U 1 1 4B616EA4 +P 4000 28500 +F 0 "U?" H 4000 28250 60 0000 C CNN +F 1 "BRACE_TOP" H 4000 28150 60 0000 C CNN + 1 4000 28500 + 1 0 0 -1 +$EndComp +$Comp +L BRACKET_TOP U? +U 1 1 4B616E2C +P 3000 28500 +F 0 "U?" H 3000 28250 60 0000 C CNN +F 1 "BRACKET_TOP" H 3000 28150 60 0000 C CNN + 1 3000 28500 + 1 0 0 -1 +$EndComp +$Comp +L PAREN_TOP U? +U 1 1 4B616DF6 +P 2000 28500 +F 0 "U?" H 2000 28250 60 0000 C CNN +F 1 "PAREN_TOP" H 2000 28150 60 0000 C CNN + 1 2000 28500 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_TOP U? +U 1 1 4B616D01 +P 1000 28500 +F 0 "U?" H 1000 28250 60 0000 C CNN +F 1 "INTEGRAL_TOP" H 1000 28150 60 0000 C CNN + 1 1000 28500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_WAVY U? +U 1 1 4B606B02 +P 38050 32000 +F 0 "U?" H 38050 31750 60 0000 C CNN +F 1 "LINE_V_WAVY" H 38050 31650 60 0000 C CNN + 1 38050 32000 + 1 0 0 -1 +$EndComp +$Comp +L HOURGLASS U? +U 1 1 4B606A17 +P 36900 32000 +F 0 "U?" H 36900 31750 60 0000 C CNN +F 1 "HOURGLASS" H 36900 31650 60 0000 C CNN + 1 36900 32000 + 1 0 0 -1 +$EndComp +$Comp +L CARET_INSERTION U? +U 1 1 4B6064AA +P 31600 3000 +F 0 "U?" H 31600 2750 60 0000 C CNN +F 1 "CARET_INSERTION" H 31600 2650 60 0000 C CNN + 1 31600 3000 + 1 0 0 -1 +$EndComp +$Comp +L DOTS_5 U? +U 1 1 4B6063EC +P 35600 32000 +F 0 "U?" H 35600 31750 60 0000 C CNN +F 1 "DOTS_5" H 35600 31650 60 0000 C CNN + 1 35600 32000 + 1 0 0 -1 +$EndComp +$Comp +L DOTS_3 U? +U 1 1 4B6063C9 +P 34300 32000 +F 0 "U?" H 34300 31750 60 0000 C CNN +F 1 "DOTS_3" H 34300 31650 60 0000 C CNN + 1 34300 32000 + 1 0 0 -1 +$EndComp +$Comp +L DOTS_4 U? +U 1 1 4B6063A3 +P 33000 32000 +F 0 "U?" H 33000 31750 60 0000 C CNN +F 1 "DOTS_4" H 33000 31650 60 0000 C CNN + 1 33000 32000 + 1 0 0 -1 +$EndComp +$Comp +L DOTS_FOUR_VERT U? +U 1 1 4B60623E +P 25750 9000 +F 0 "U?" H 25750 8750 60 0000 C CNN +F 1 "DOTS_FOUR_VERT" H 25750 8650 60 0000 C CNN + 1 25750 9000 + 1 0 0 -1 +$EndComp +$Comp +L DIESIS U? +U 1 1 4B605F9F +P 30500 3000 +F 0 "U?" H 30500 2750 60 0000 C CNN +F 1 "DIESIS" H 30500 2650 60 0000 C CNN + 1 30500 3000 + 1 0 0 -1 +$EndComp +$Comp +L LOW_LINE_DBL U? +U 1 1 4B605E59 +P 29650 3000 +F 0 "U?" H 29650 2750 60 0000 C CNN +F 1 "LOW_LINE_DBL" H 29650 2650 60 0000 C CNN + 1 29650 3000 + 1 0 0 -1 +$EndComp +$Comp +L SMILE U? +U 1 1 4B583E45 +P 31700 32000 +F 0 "U?" H 31700 31750 60 0000 C CNN +F 1 "SMILE" H 31700 31650 60 0000 C CNN + 1 31700 32000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_RA_BLACK U? +U 1 1 4B583DE7 +P 18050 24000 +F 0 "U?" H 18050 23750 60 0000 C CNN +F 1 "TRIANGLE_RA_BLACK" H 18050 23650 60 0000 C CNN + 1 18050 24000 + 1 0 0 -1 +$EndComp +$Comp +L SPACE_SYM U? +U 1 1 4B583DC0 +P 30400 32000 +F 0 "U?" H 30400 31750 60 0000 C CNN +F 1 "SPACE_SYM" H 30400 31650 60 0000 C CNN + 1 30400 32000 + 1 0 0 -1 +$EndComp +$Comp +L NBSP_SYM U? +U 1 1 4B583DAB +P 29100 32000 +F 0 "U?" H 29100 31750 60 0000 C CNN +F 1 "NBSP_SYM" H 29100 31650 60 0000 C CNN + 1 29100 32000 + 1 0 0 -1 +$EndComp +$Comp +L BELL U? +U 1 1 4B583D9A +P 27800 32000 +F 0 "U?" H 27800 31750 60 0000 C CNN +F 1 "BELL" H 27800 31650 60 0000 C CNN + 1 27800 32000 + 1 0 0 -1 +$EndComp +$Comp +L ERASE_TO_RIGHT U? +U 1 1 4B583D66 +P 26150 32000 +F 0 "U?" H 26150 31750 60 0000 C CNN +F 1 "ERASE_TO_RIGHT" H 26150 31650 60 0000 C CNN + 1 26150 32000 + 1 0 0 -1 +$EndComp +$Comp +L CLEAR_KEY U? +U 1 1 4B583D48 +P 24450 32000 +F 0 "U?" H 24450 31750 60 0000 C CNN +F 1 "CLEAR_KEY" H 24450 31650 60 0000 C CNN + 1 24450 32000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_TOPHALF_BLACK U? +U 1 1 4B583D3A +P 14450 22500 +F 0 "U?" H 14450 22250 60 0000 C CNN +F 1 "CIRCLE_TOPHALF_BLACK" H 14450 22150 60 0000 C CNN + 1 14450 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_TOPHALF U? +U 1 1 4B583D2E +P 13150 22500 +F 0 "U?" H 13150 22250 60 0000 C CNN +F 1 "CIRCLE_TOPHALF" H 13150 22150 60 0000 C CNN + 1 13150 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_QUAD U? +U 1 1 4B583D1F +P 11850 22500 +F 0 "U?" H 11850 22250 60 0000 C CNN +F 1 "CIRCLE_QUAD" H 11850 22150 60 0000 C CNN + 1 11850 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_LEFTHALF_BLACK U? +U 1 1 4B583D10 +P 10550 22500 +F 0 "U?" H 10550 22250 60 0000 C CNN +F 1 "CIRCLE_LEFTHALF_BLACK" H 10550 22150 60 0000 C CNN + 1 10550 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_BLACKQ U? +U 1 1 4B583CFB +P 9250 22500 +F 0 "U?" H 9250 22250 60 0000 C CNN +F 1 "CIRCLE_BLACKQ" H 9250 22150 60 0000 C CNN + 1 9250 22500 + 1 0 0 -1 +$EndComp +$Comp +L SECTOR U? +U 1 1 4B583CDC +P 24350 9000 +F 0 "U?" H 24350 8750 60 0000 C CNN +F 1 "SECTOR" H 24350 8650 60 0000 C CNN + 1 24350 9000 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_LEFTHALF_BLACK U? +U 1 1 4B583CBA +P 29750 25450 +F 0 "U?" H 29750 25200 60 0000 C CNN +F 1 "SQUARE_LEFTHALF_BLACK" H 29750 25100 60 0000 C CNN + 1 29750 25450 + 1 0 0 -1 +$EndComp +$Comp +L BAG_MEMBERSHIP U? +U 1 1 4B549C3C +P 43450 4450 +F 0 "U?" H 43450 4200 60 0000 C CNN +F 1 "BAG_MEMBERSHIP" H 43450 4100 60 0000 C CNN + 1 43450 4450 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_DBLSTROKE U? +U 1 1 4B549BE7 +P 44900 4450 +F 0 "U?" H 44900 4200 60 0000 C CNN +F 1 "ELEMENT_DBLSTROKE" H 44900 4100 60 0000 C CNN + 1 44900 4450 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_MINUS_SMALL U? +U 1 1 4B549B34 +P 11500 4500 +F 0 "U?" H 11500 4250 60 0000 C CNN +F 1 "ELEMENT_MINUS_SMALL" H 11500 4150 60 0000 C CNN + 1 11500 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_MINUS U? +U 1 1 4B549AF6 +P 10150 4500 +F 0 "U?" H 10150 4250 60 0000 C CNN +F 1 "ELEMENT_MINUS" H 10150 4150 60 0000 C CNN + 1 10150 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_STROKEBAR_SMALL U? +U 1 1 4B549ACA +P 8750 4500 +F 0 "U?" H 8750 4250 60 0000 C CNN +F 1 "ELEMENT_STROKEBAR_SMALL" H 8750 4150 60 0000 C CNN + 1 8750 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_STROKEBAR U? +U 1 1 4B549A5B +P 7400 4500 +F 0 "U?" H 7400 4250 60 0000 C CNN +F 1 "ELEMENT_STROKEBAR" H 7400 4150 60 0000 C CNN + 1 7400 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_STROKE U? +U 1 1 4B549A32 +P 5700 4500 +F 0 "U?" H 5700 4250 60 0000 C CNN +F 1 "ELEMENT_STROKE" H 5700 4150 60 0000 C CNN + 1 5700 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELLIPSIS_DIAG U? +U 1 1 4B54991C +P 20050 9000 +F 0 "U?" H 20050 8750 60 0000 C CNN +F 1 "ELLIPSIS_DIAG" H 20050 8650 60 0000 C CNN + 1 20050 9000 + 1 0 0 -1 +$EndComp +$Comp +L ELLIPSIS_VERT U? +U 1 1 4B5498EE +P 18550 9000 +F 0 "U?" H 18550 8750 60 0000 C CNN +F 1 "ELLIPSIS_VERT" H 18550 8650 60 0000 C CNN + 1 18550 9000 + 1 0 0 -1 +$EndComp +$Comp +L ELLIPSIS_MID U? +U 1 1 4B5498BB +P 17050 9000 +F 0 "U?" H 17050 8750 60 0000 C CNN +F 1 "ELLIPSIS_MID" H 17050 8650 60 0000 C CNN + 1 17050 9000 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_LINE_H U? +U 1 1 4B549655 +P 15500 10550 +F 0 "U?" H 15500 10300 60 0000 C CNN +F 1 "SLASH_LINE_H" H 15500 10200 60 0000 C CNN + 1 15500 10550 + 1 0 0 -1 +$EndComp +$Comp +L SUBSET_MINUS U? +U 1 1 4B549646 +P 15500 10500 +F 0 "U?" H 15500 10250 60 0000 C CNN +F 1 "SUBSET_MINUS" H 15500 10150 60 0000 C CNN + 1 15500 10500 + 1 0 0 -1 +$EndComp +$Comp +L PITCHFORK U? +U 1 1 4B5493D2 +P 42800 7500 +F 0 "U?" H 42800 7250 60 0000 C CNN +F 1 "PITCHFORK" H 42800 7150 60 0000 C CNN + 1 42800 7500 + 1 0 0 -1 +$EndComp +$Comp +L UNION_DBL U? +U 1 1 4B54936D +P 41500 7500 +F 0 "U?" H 41500 7250 60 0000 C CNN +F 1 "UNION_DBL" H 41500 7150 60 0000 C CNN + 1 41500 7500 + 1 0 0 -1 +$EndComp +$Comp +L SUBSET_DBL U? +U 1 1 4B5492A5 +P 33450 6000 +F 0 "U?" H 33450 5750 60 0000 C CNN +F 1 "SUBSET_DBL" H 33450 5650 60 0000 C CNN + 1 33450 6000 + 1 0 0 -1 +$EndComp +$Comp +L OR_CURLY U? +U 1 1 4B5491BF +P 40200 7500 +F 0 "U?" H 40200 7250 60 0000 C CNN +F 1 "OR_CURLY" H 40200 7150 60 0000 C CNN + 1 40200 7500 + 1 0 0 -1 +$EndComp +$Comp +L PRODUCT_SEMIDIRECT U? +U 1 1 4B54915F +P 15650 9000 +F 0 "U?" H 15650 8750 60 0000 C CNN +F 1 "PRODUCT_SEMIDIRECT" H 15650 8650 60 0000 C CNN + 1 15650 9000 + 1 0 0 -1 +$EndComp +$Comp +L PRODUCT_NORMAL_FACTOR_SEMIDIRECT U? +U 1 1 4B549088 +P 14350 9000 +F 0 "U?" H 14350 8750 60 0000 C CNN +F 1 "PRODUCT_NORMAL_FACTOR_SEMIDIRECT" H 14350 8650 60 0000 C CNN + 1 14350 9000 + 1 0 0 -1 +$EndComp +$Comp +L BOWTIE U? +U 1 1 4B549031 +P 13050 9000 +F 0 "U?" H 13050 8750 60 0000 C CNN +F 1 "BOWTIE" H 13050 8650 60 0000 C CNN + 1 13050 9000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_RA U? +U 1 1 4B548FC4 +P 16750 24000 +F 0 "U?" H 16750 23750 60 0000 C CNN +F 1 "TRIANGLE_RA" H 16750 23650 60 0000 C CNN + 1 16750 24000 + 1 0 0 -1 +$EndComp +$Comp +L MINUS_OR U? +U 1 1 4B548F82 +P 38900 7500 +F 0 "U?" H 38900 7250 60 0000 C CNN +F 1 "MINUS_OR" H 38900 7150 60 0000 C CNN + 1 38900 7500 + 1 0 0 -1 +$EndComp +$Comp +L OR_MINUS U? +U 1 1 4B548F3A +P 37600 7500 +F 0 "U?" H 37600 7250 60 0000 C CNN +F 1 "OR_MINUS" H 37600 7150 60 0000 C CNN + 1 37600 7500 + 1 0 0 -1 +$EndComp +$Comp +L INTERCALATE U? +U 1 1 4B548EC3 +P 36500 7500 +F 0 "U?" H 36500 7250 60 0000 C CNN +F 1 "INTERCALATE" H 36500 7150 60 0000 C CNN + 1 36500 7500 + 1 0 0 -1 +$EndComp +$Comp +L TARGET U? +U 1 1 4B548E63 +P 22950 32000 +F 0 "U?" H 22950 31750 60 0000 C CNN +F 1 "TARGET" H 22950 31650 60 0000 C CNN + 1 22950 32000 + 1 0 0 -1 +$EndComp +$Comp +L MULTIMAP U? +U 1 1 4B548E03 +P 23050 9000 +F 0 "U?" H 23050 8750 60 0000 C CNN +F 1 "MULTIMAP" H 23050 8650 60 0000 C CNN + 1 23050 9000 + 1 0 0 -1 +$EndComp +$Comp +L ORIGINAL U? +U 1 1 4B548DB3 +P 21600 9000 +F 0 "U?" H 21600 8750 60 0000 C CNN +F 1 "ORIGINAL" H 21600 8650 60 0000 C CNN + 1 21600 9000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_TALL_E_MINUS U? +U 1 1 4B548D1C +P 32150 6000 +F 0 "U?" H 32150 5750 60 0000 C CNN +F 1 "TRIANGLE_TALL_E_MINUS" H 32150 5650 60 0000 C CNN + 1 32150 6000 + 1 0 0 -1 +$EndComp +$Comp +L PRECEDESREL U? +U 1 1 4B548CCD +P 30850 6000 +F 0 "U?" H 30850 5750 60 0000 C CNN +F 1 "PRECEDESREL" H 30850 5650 60 0000 C CNN + 1 30850 6000 + 1 0 0 -1 +$EndComp +$Comp +L BAR_VERT_DBL_STILE_RIGHT_DBL U? +U 1 1 4B548AFC +P 35400 7500 +F 0 "U?" H 35400 7250 60 0000 C CNN +F 1 "BAR_VERT_DBL_STILE_RIGHT_DBL" H 35400 7150 60 0000 C CNN + 1 35400 7500 + 1 0 0 -1 +$EndComp +$Comp +L BAR_VERT_TPL_STILE_RIGHT U? +U 1 1 4B548AA6 +P 34100 7500 +F 0 "U?" H 34100 7250 60 0000 C CNN +F 1 "BAR_VERT_TPL_STILE_RIGHT" H 34100 7150 60 0000 C CNN + 1 34100 7500 + 1 0 0 -1 +$EndComp +$Comp +L FORCES U? +U 1 1 4B548A5E +P 32800 7500 +F 0 "U?" H 32800 7250 60 0000 C CNN +F 1 "FORCES" H 32800 7150 60 0000 C CNN + 1 32800 7500 + 1 0 0 -1 +$EndComp +$Comp +L TRUE U? +U 1 1 4B548A15 +P 31500 7500 +F 0 "U?" H 31500 7250 60 0000 C CNN +F 1 "TRUE" H 31500 7150 60 0000 C CNN + 1 31500 7500 + 1 0 0 -1 +$EndComp +$Comp +L MODELS U? +U 1 1 4B5489D4 +P 30400 7500 +F 0 "U?" H 30400 7250 60 0000 C CNN +F 1 "MODELS" H 30400 7150 60 0000 C CNN + 1 30400 7500 + 1 0 0 -1 +$EndComp +$Comp +L ASSERTION U? +U 1 1 4B5489CD +P 29500 7500 +F 0 "U?" H 29500 7250 60 0000 C CNN +F 1 "ASSERTION" H 29500 7150 60 0000 C CNN + 1 29500 7500 + 1 0 0 -1 +$EndComp +$Comp +L DASH_OP_SMALL U? +U 1 1 4B5488F0 +P 6350 13500 +F 0 "U?" H 6350 13250 60 0000 C CNN +F 1 "DASH_OP_SMALL" H 6350 13150 60 0000 C CNN + 1 6350 13500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_SMALL U? +U 1 1 4B548889 +P 5450 13500 +F 0 "U?" H 5450 13250 60 0000 C CNN +F 1 "SLASH_SMALL" H 5450 13150 60 0000 C CNN + 1 5450 13500 + 1 0 0 -1 +$EndComp +$Comp +L BETWEEN U? +U 1 1 4B54879E +P 28600 7500 +F 0 "U?" H 28600 7250 60 0000 C CNN +F 1 "BETWEEN" H 28600 7150 60 0000 C CNN + 1 28600 7500 + 1 0 0 -1 +$EndComp +$Comp +L M_SMALL_ABOVE U? +U 1 1 4B54866C +P 11600 10500 +F 0 "U?" H 11600 10250 60 0000 C CNN +F 1 "M_SMALL_ABOVE" H 11600 10150 60 0000 C CNN + 1 11600 10500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B54865C +P 14200 10500 +F 0 "U?" H 14200 10250 60 0000 C CNN +F 1 "EQUAL" H 14200 10150 60 0000 C CNN + 1 14200 10500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B548659 +P 12900 10500 +F 0 "U?" H 12900 10250 60 0000 C CNN +F 1 "EQUAL" H 12900 10150 60 0000 C CNN + 1 12900 10500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B548652 +P 11600 10500 +F 0 "U?" H 11600 10250 60 0000 C CNN +F 1 "EQUAL" H 11600 10150 60 0000 C CNN + 1 11600 10500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B5485A2 +P 10300 10500 +F 0 "U?" H 10300 10250 60 0000 C CNN +F 1 "EQUAL" H 10300 10150 60 0000 C CNN + 1 10300 10500 + 1 0 0 -1 +$EndComp +$Comp +L QUESTION_ABOVE U? +U 1 1 4B54859B +P 10300 10500 +F 0 "U?" H 10300 10250 60 0000 C CNN +F 1 "QUESTION_ABOVE" H 10300 10150 60 0000 C CNN + 1 10300 10500 + 1 0 0 -1 +$EndComp +$Comp +L DELTA_CAP_ABOVE U? +U 1 1 4B548545 +P 9000 10500 +F 0 "U?" H 9000 10250 60 0000 C CNN +F 1 "DELTA_CAP_ABOVE" H 9000 10150 60 0000 C CNN + 1 9000 10500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B54852C +P 9000 10500 +F 0 "U?" H 9000 10250 60 0000 C CNN +F 1 "EQUAL" H 9000 10150 60 0000 C CNN + 1 9000 10500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL_DEF U? +U 1 1 4B54844C +P 40600 4500 +F 0 "U?" H 40600 4250 60 0000 C CNN +F 1 "EQUAL_DEF" H 40600 4150 60 0000 C CNN + 1 40600 4500 + 1 0 0 -1 +$EndComp +$Comp +L IMAGEOF U? +U 1 1 4B548360 +P 39300 4500 +F 0 "U?" H 39300 4250 60 0000 C CNN +F 1 "IMAGEOF" H 39300 4150 60 0000 C CNN + 1 39300 4500 + 1 0 0 -1 +$EndComp +$Comp +L COLON_EQUAL U? +U 1 1 4B548298 +P 37800 4500 +F 0 "U?" H 37800 4250 60 0000 C CNN +F 1 "COLON_EQUAL" H 37800 4150 60 0000 C CNN + 1 37800 4500 + 1 0 0 -1 +$EndComp +$Comp +L EXCESS U? +U 1 1 4B54827D +P 36300 4500 +F 0 "U?" H 36300 4250 60 0000 C CNN +F 1 "EXCESS" H 36300 4150 60 0000 C CNN + 1 36300 4500 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_CONTOUR_COUNTERCLOCKWISE U? +U 1 1 4B5481A3 +P 20000 12000 +F 0 "U?" H 20000 11750 60 0000 C CNN +F 1 "INTEGRAL_CONTOUR_COUNTERCLOCKWISE" H 20000 11650 60 0000 C CNN + 1 20000 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_CONTOUR_CLOCKWISE U? +U 1 1 4B54819A +P 19000 12000 +F 0 "U?" H 19000 11750 60 0000 C CNN +F 1 "INTEGRAL_CONTOUR_CLOCKWISE" H 19000 11650 60 0000 C CNN + 1 19000 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_CLOCKWISE U? +U 1 1 4B548192 +P 18000 12000 +F 0 "U?" H 18000 11750 60 0000 C CNN +F 1 "INTEGRAL_CLOCKWISE" H 18000 11650 60 0000 C CNN + 1 18000 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_TPL_CONTOUR U? +U 1 1 4B5480BF +P 16600 12000 +F 0 "U?" H 16600 11750 60 0000 C CNN +F 1 "INTEGRAL_TPL_CONTOUR" H 16600 11650 60 0000 C CNN + 1 16600 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_DBL_CONTOUR U? +U 1 1 4B5480B9 +P 15000 12000 +F 0 "U?" H 15000 11750 60 0000 C CNN +F 1 "INTEGRAL_DBL_CONTOUR" H 15000 11650 60 0000 C CNN + 1 15000 12000 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_SYM U? +U 1 1 4B546929 +P 7700 10500 +F 0 "U?" H 7700 10250 60 0000 C CNN +F 1 "LINE_V_SYM" H 7700 10150 60 0000 C CNN + 1 7700 10500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E U? +U 1 1 4B54691E +P 7700 10500 +F 0 "U?" H 7700 10250 60 0000 C CNN +F 1 "ARROW_E" H 7700 10150 60 0000 C CNN + 1 7700 10500 + 1 0 0 -1 +$EndComp +$Comp +L ALTERNATIVE_KEY U? +U 1 1 4B546477 +P 21400 32000 +F 0 "U?" H 21400 31750 60 0000 C CNN +F 1 "ALTERNATIVE_KEY" H 21400 31650 60 0000 C CNN + 1 21400 32000 + 1 0 0 -1 +$EndComp +$Comp +L OPTION_KEY U? +U 1 1 4B54640F +P 19600 32000 +F 0 "U?" H 19600 31750 60 0000 C CNN +F 1 "OPTION_KEY" H 19600 31650 60 0000 C CNN + 1 19600 32000 + 1 0 0 -1 +$EndComp +$Comp +L PILLOW U? +U 1 1 4B546307 +P 11700 9000 +F 0 "U?" H 11700 8750 60 0000 C CNN +F 1 "PILLOW" H 11700 8650 60 0000 C CNN + 1 11700 9000 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FOOT U? +U 1 1 4B5461FC +P 10300 9000 +F 0 "U?" H 10300 8750 60 0000 C CNN +F 1 "SQUARE_FOOT" H 10300 8650 60 0000 C CNN + 1 10300 9000 + 1 0 0 -1 +$EndComp +$Comp +L GROUND U? +U 1 1 4B546114 +P 18050 32000 +F 0 "U?" H 18050 31750 60 0000 C CNN +F 1 "GROUND" H 18050 31650 60 0000 C CNN + 1 18050 32000 + 1 0 0 -1 +$EndComp +$Comp +L FLOOR_CAP U? +U 1 1 4B546006 +P 28600 3000 +F 0 "U?" H 28600 2750 60 0000 C CNN +F 1 "FLOOR_CAP" H 28600 2650 60 0000 C CNN + 1 28600 3000 + 1 0 0 -1 +$EndComp +$Comp +L TACK_UP_LARGE U? +U 1 1 4B545FF7 +P 27500 7500 +F 0 "U?" H 27500 7250 60 0000 C CNN +F 1 "TACK_UP_LARGE" H 27500 7150 60 0000 C CNN + 1 27500 7500 + 1 0 0 -1 +$EndComp +$Comp +L TACK_UP U? +U 1 1 4B545EA9 +P 26200 7500 +F 0 "U?" H 26200 7250 60 0000 C CNN +F 1 "TACK_UP" H 26200 7150 60 0000 C CNN + 1 26200 7500 + 1 0 0 -1 +$EndComp +$Comp +L TACK U? +U 1 1 4B545E2E +P 24900 7500 +F 0 "U?" H 24900 7250 60 0000 C CNN +F 1 "TACK" H 24900 7150 60 0000 C CNN + 1 24900 7500 + 1 0 0 -1 +$EndComp +$Comp +L SUCCEEDS_WAVE U? +U 1 1 4B545A51 +P 21750 6000 +F 0 "U?" H 21750 5750 60 0000 C CNN +F 1 "SUCCEEDS_WAVE" H 21750 5650 60 0000 C CNN + 1 21750 6000 + 1 0 0 -1 +$EndComp +$Comp +L PRECEDES_WAVE U? +U 1 1 4B545A46 +P 20450 6000 +F 0 "U?" H 20450 5750 60 0000 C CNN +F 1 "PRECEDES_WAVE" H 20450 5650 60 0000 C CNN + 1 20450 6000 + 1 0 0 -1 +$EndComp +$Comp +L PRECEDESEQ U? +U 1 1 4B5459A2 +P 19150 6000 +F 0 "U?" H 19150 5750 60 0000 C CNN +F 1 "PRECEDESEQ" H 19150 5650 60 0000 C CNN + 1 19150 6000 + 1 0 0 -1 +$EndComp +$Comp +L PRECEDES U? +U 1 1 4B54595E +P 17850 6000 +F 0 "U?" H 17850 5750 60 0000 C CNN +F 1 "PRECEDES" H 17850 5650 60 0000 C CNN + 1 17850 6000 + 1 0 0 -1 +$EndComp +$Comp +L GREATER_WAVE U? +U 1 1 4B5455A7 +P 16550 6000 +F 0 "U?" H 16550 5750 60 0000 C CNN +F 1 "GREATER_WAVE" H 16550 5650 60 0000 C CNN + 1 16550 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_WAVE U? +U 1 1 4B54559D +P 15250 6000 +F 0 "U?" H 15250 5750 60 0000 C CNN +F 1 "LESS_WAVE" H 15250 5650 60 0000 C CNN + 1 15250 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_GREATER U? +U 1 1 4B5453F0 +P 13950 6000 +F 0 "U?" H 13950 5750 60 0000 C CNN +F 1 "LESS_GREATER" H 13950 5650 60 0000 C CNN + 1 13950 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_MINUS_GREATER U? +U 1 1 4B545382 +P 12650 6000 +F 0 "U?" H 12650 5750 60 0000 C CNN +F 1 "LESS_MINUS_GREATER" H 12650 5650 60 0000 C CNN + 1 12650 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_TPL U? +U 1 1 4B545186 +P 10550 6000 +F 0 "U?" H 10550 5750 60 0000 C CNN +F 1 "LESS_TPL" H 10550 5650 60 0000 C CNN + 1 10550 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_LESS U? +U 1 1 4B545175 +P 8050 6000 +F 0 "U?" H 8050 5750 60 0000 C CNN +F 1 "LESS_LESS" H 8050 5650 60 0000 C CNN + 1 8050 6000 + 1 0 0 -1 +$EndComp +$Comp +L DIFFERENCE U? +U 1 1 4B544E6C +P 35000 4500 +F 0 "U?" H 35000 4250 60 0000 C CNN +F 1 "DIFFERENCE" H 35000 4150 60 0000 C CNN + 1 35000 4500 + 1 0 0 -1 +$EndComp +$Comp +L EQUIVALENT U? +U 1 1 4B544E62 +P 33700 4500 +F 0 "U?" H 33700 4250 60 0000 C CNN +F 1 "EQUIVALENT" H 33700 4150 60 0000 C CNN + 1 33700 4500 + 1 0 0 -1 +$EndComp +$Comp +L EQUIVALENT_GEOM U? +U 1 1 4B544E58 +P 32400 4500 +F 0 "U?" H 32400 4250 60 0000 C CNN +F 1 "EQUIVALENT_GEOM" H 32400 4150 60 0000 C CNN + 1 32400 4500 + 1 0 0 -1 +$EndComp +$Comp +L PRIME_TPL U? +U 1 1 4B544198 +P 26700 3000 +F 0 "U?" H 26700 2750 60 0000 C CNN +F 1 "PRIME_TPL" H 26700 2650 60 0000 C CNN + 1 26700 3000 + 1 0 0 -1 +$EndComp +$Comp +L PRIME_DBL U? +U 1 1 4B544190 +P 25750 3000 +F 0 "U?" H 25750 2750 60 0000 C CNN +F 1 "PRIME_DBL" H 25750 2650 60 0000 C CNN + 1 25750 3000 + 1 0 0 -1 +$EndComp +$Comp +L PRIME U? +U 1 1 4B544183 +P 25100 3000 +F 0 "U?" H 25100 2750 60 0000 C CNN +F 1 "PRIME" H 25100 2650 60 0000 C CNN + 1 25100 3000 + 1 0 0 -1 +$EndComp +$Comp +L PERMYRIAD U? +U 1 1 4B54407E +P 23050 3000 +F 0 "U?" H 23050 2750 60 0000 C CNN +F 1 "PERMYRIAD" H 23050 2650 60 0000 C CNN + 1 23050 3000 + 1 0 0 -1 +$EndComp +$Comp +L PERMILLE U? +U 1 1 4B544072 +P 21250 3000 +F 0 "U?" H 21250 2750 60 0000 C CNN +F 1 "PERMILLE" H 21250 2650 60 0000 C CNN + 1 21250 3000 + 1 0 0 -1 +$EndComp +$Comp +L DIRECT_CURRENT U? +U 1 1 4B50A5B1 +P 16750 32000 +F 0 "U?" H 16750 31750 60 0000 C CNN +F 1 "DIRECT_CURRENT" H 16750 31650 60 0000 C CNN + 1 16750 32000 + 1 0 0 -1 +$EndComp +$Comp +L OPEN_H U? +U 1 1 4B50A4D1 +P 15450 32000 +F 0 "U?" H 15450 31750 60 0000 C CNN +F 1 "OPEN_H" H 15450 31650 60 0000 C CNN + 1 15450 32000 + 1 0 0 -1 +$EndComp +$Comp +L HYSTERESIS U? +U 1 1 4B50A47B +P 14150 32000 +F 0 "U?" H 14150 31750 60 0000 C CNN +F 1 "HYSTERESIS" H 14150 31650 60 0000 C CNN + 1 14150 32000 + 1 0 0 -1 +$EndComp +$Comp +L MONOSTABLE U? +U 1 1 4B50A447 +P 12850 32000 +F 0 "U?" H 12850 31750 60 0000 C CNN +F 1 "MONOSTABLE" H 12850 31650 60 0000 C CNN + 1 12850 32000 + 1 0 0 -1 +$EndComp +$Comp +L ESCAPE U? +U 1 1 4B50A3FE +P 11550 32000 +F 0 "U?" H 11550 31750 60 0000 C CNN +F 1 "ESCAPE" H 11550 31650 60 0000 C CNN + 1 11550 32000 + 1 0 0 -1 +$EndComp +$Comp +L INTERRUPT U? +U 1 1 4B50A392 +P 10250 32000 +F 0 "U?" H 10250 31750 60 0000 C CNN +F 1 "INTERRUPT" H 10250 31650 60 0000 C CNN + 1 10250 32000 + 1 0 0 -1 +$EndComp +$Comp +L PAUSE U? +U 1 1 4B50A38B +P 8950 32000 +F 0 "U?" H 8950 31750 60 0000 C CNN +F 1 "PAUSE" H 8950 31650 60 0000 C CNN + 1 8950 32000 + 1 0 0 -1 +$EndComp +$Comp +L HELM U? +U 1 1 4B50A324 +P 7650 32000 +F 0 "U?" H 7650 31750 60 0000 C CNN +F 1 "HELM" H 7650 31650 60 0000 C CNN + 1 7650 32000 + 1 0 0 -1 +$EndComp +$Comp +L SQUISH_QUAD U? +U 1 1 4B50A161 +P 13600 12000 +F 0 "U?" H 13600 11750 60 0000 C CNN +F 1 "SQUISH_QUAD" H 13600 11650 60 0000 C CNN + 1 13600 12000 + 1 0 0 -1 +$EndComp +$Comp +L WATCH U? +U 1 1 4B50A099 +P 6350 32000 +F 0 "U?" H 6350 31750 60 0000 C CNN +F 1 "WATCH" H 6350 31650 60 0000 C CNN + 1 6350 32000 + 1 0 0 -1 +$EndComp +$Comp +L HASH_SYM U? +U 1 1 4B509FB6 +P 5050 32000 +F 0 "U?" H 5050 31750 60 0000 C CNN +F 1 "HASH_SYM" H 5050 31650 60 0000 C CNN + 1 5050 32000 + 1 0 0 -1 +$EndComp +$Comp +L TELEPHONE_RECORDER U? +U 1 1 4B509F37 +P 3750 32000 +F 0 "U?" H 3750 31750 60 0000 C CNN +F 1 "TELEPHONE_RECORDER" H 3750 31650 60 0000 C CNN + 1 3750 32000 + 1 0 0 -1 +$EndComp +$Comp +L CROP U? +U 1 1 4B509E8C +P 2450 32000 +F 0 "U?" H 2450 31750 60 0000 C CNN +F 1 "CROP" H 2450 31650 60 0000 C CNN + 1 2450 32000 + 1 0 0 -1 +$EndComp +$Comp +L ELECTRIC U? +U 1 1 4B509DF8 +P 1150 32000 +F 0 "U?" H 1150 31750 60 0000 C CNN +F 1 "ELECTRIC" H 1150 31650 60 0000 C CNN + 1 1150 32000 + 1 0 0 -1 +$EndComp +$Comp +L ARROWHEAD_N U? +U 1 1 4B509B15 +P 18050 18000 +F 0 "U?" H 18050 17750 60 0000 C CNN +F 1 "ARROWHEAD_N" H 18050 17650 60 0000 C CNN + 1 18050 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROWHEAD_E U? +U 1 1 4B509AC5 +P 27150 16500 +F 0 "U?" H 27150 16250 60 0000 C CNN +F 1 "ARROWHEAD_E" H 27150 16150 60 0000 C CNN + 1 27150 16500 + 1 0 0 -1 +$EndComp +$Comp +L STAR U? +U 1 1 4B5099F3 +P 23600 7500 +F 0 "U?" H 23600 7250 60 0000 C CNN +F 1 "STAR" H 23600 7150 60 0000 C CNN + 1 23600 7500 + 1 0 0 -1 +$EndComp +$Comp +L STAR_SMALL U? +U 1 1 4B50990E +P 4550 13500 +F 0 "U?" H 4550 13250 60 0000 C CNN +F 1 "STAR_SMALL" H 4550 13150 60 0000 C CNN + 1 4550 13500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_FILLV U? +U 1 1 4B505BEA +P 7950 22500 +F 0 "U?" H 7950 22250 60 0000 C CNN +F 1 "CIRCLE_FILLV" H 7950 22150 60 0000 C CNN + 1 7950 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_BLACK U? +U 1 1 4B505A3B +P 6650 22500 +F 0 "U?" H 6650 22250 60 0000 C CNN +F 1 "CIRCLE_BLACK" H 6650 22150 60 0000 C CNN + 1 6650 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_DASHED U? +U 1 1 4B505579 +P 2450 22500 +F 0 "U?" H 2450 22250 60 0000 C CNN +F 1 "CIRCLE_DASHED" H 2450 22150 60 0000 C CNN + 1 2450 22500 + 1 0 0 -1 +$EndComp +$Comp +L LOZENGE U? +U 1 1 4B505465 +P 28450 25450 +F 0 "U?" H 28450 25200 60 0000 C CNN +F 1 "LOZENGE" H 28450 25100 60 0000 C CNN + 1 28450 25450 + 1 0 0 -1 +$EndComp +$Comp +L DIAMOND_SMALL_BLACK U? +U 1 1 4B505415 +P 19350 25450 +F 0 "U?" H 19350 25200 60 0000 C CNN +F 1 "DIAMOND_SMALL_BLACK" H 19350 25100 60 0000 C CNN + 1 19350 25450 + 1 0 0 -1 +$EndComp +$Comp +L DIAMOND_SMALL U? +U 1 1 4B50540E +P 18050 25450 +F 0 "U?" H 18050 25200 60 0000 C CNN +F 1 "DIAMOND_SMALL" H 18050 25100 60 0000 C CNN + 1 18050 25450 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_TALL_E_BLACK U? +U 1 1 4B505321 +P 15450 24000 +F 0 "U?" H 15450 23750 60 0000 C CNN +F 1 "TRIANGLE_TALL_E_BLACK" H 15450 23650 60 0000 C CNN + 1 15450 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_TALL_BLACK U? +U 1 1 4B505189 +P 14150 24000 +F 0 "U?" H 14150 23750 60 0000 C CNN +F 1 "TRIANGLE_TALL_BLACK" H 14150 23650 60 0000 C CNN + 1 14150 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_E_SMALL_BLACK U? +U 1 1 4B504EC0 +P 12850 24000 +F 0 "U?" H 12850 23750 60 0000 C CNN +F 1 "TRIANGLE_E_SMALL_BLACK" H 12850 23650 60 0000 C CNN + 1 12850 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_E_SMALL U? +U 1 1 4B504EB8 +P 11550 24000 +F 0 "U?" H 11550 23750 60 0000 C CNN +F 1 "TRIANGLE_E_SMALL" H 11550 23650 60 0000 C CNN + 1 11550 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_E_BLACK U? +U 1 1 4B504C41 +P 10250 24000 +F 0 "U?" H 10250 23750 60 0000 C CNN +F 1 "TRIANGLE_E_BLACK" H 10250 23650 60 0000 C CNN + 1 10250 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_SMALL_BLACK U? +U 1 1 4B504BA5 +P 8950 24000 +F 0 "U?" H 8950 23750 60 0000 C CNN +F 1 "TRIANGLE_SMALL_BLACK" H 8950 23650 60 0000 C CNN + 1 8950 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_SMALL U? +U 1 1 4B504B22 +P 7650 24000 +F 0 "U?" H 7650 23750 60 0000 C CNN +F 1 "TRIANGLE_SMALL" H 7650 23650 60 0000 C CNN + 1 7650 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_BLACK U? +U 1 1 4B504A91 +P 6350 24000 +F 0 "U?" H 6350 23750 60 0000 C CNN +F 1 "TRIANGLE_BLACK" H 6350 23650 60 0000 C CNN + 1 6350 24000 + 1 0 0 -1 +$EndComp +$Comp +L PARALLELOGRAM_BLACK U? +U 1 1 4B504976 +P 27150 25450 +F 0 "U?" H 27150 25200 60 0000 C CNN +F 1 "PARALLELOGRAM_BLACK" H 27150 25100 60 0000 C CNN + 1 27150 25450 + 1 0 0 -1 +$EndComp +$Comp +L PARALLELOGRAM U? +U 1 1 4B50496E +P 25850 25450 +F 0 "U?" H 25850 25200 60 0000 C CNN +F 1 "PARALLELOGRAM" H 25850 25100 60 0000 C CNN + 1 25850 25450 + 1 0 0 -1 +$EndComp +$Comp +L RECTANGLE_V_BLACK U? +U 1 1 4B5048A1 +P 24550 25450 +F 0 "U?" H 24550 25200 60 0000 C CNN +F 1 "RECTANGLE_V_BLACK" H 24550 25100 60 0000 C CNN + 1 24550 25450 + 1 0 0 -1 +$EndComp +$Comp +L RECTANGLE_BLACK U? +U 1 1 4B50489B +P 23250 25450 +F 0 "U?" H 23250 25200 60 0000 C CNN +F 1 "RECTANGLE_BLACK" H 23250 25100 60 0000 C CNN + 1 23250 25450 + 1 0 0 -1 +$EndComp +$Comp +L RECTANGLE_V U? +U 1 1 4B504891 +P 21950 25450 +F 0 "U?" H 21950 25200 60 0000 C CNN +F 1 "RECTANGLE_V" H 21950 25100 60 0000 C CNN + 1 21950 25450 + 1 0 0 -1 +$EndComp +$Comp +L RECTANGLE U? +U 1 1 4B50488C +P 20650 25450 +F 0 "U?" H 20650 25200 60 0000 C CNN +F 1 "RECTANGLE" H 20650 25100 60 0000 C CNN + 1 20650 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_ROUNDED U? +U 1 1 4B5045DE +P 11550 25450 +F 0 "U?" H 11550 25200 60 0000 C CNN +F 1 "SQUARE_ROUNDED" H 11550 25100 60 0000 C CNN + 1 11550 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FILLD U? +U 1 1 4B504582 +P 10250 25450 +F 0 "U?" H 10250 25200 60 0000 C CNN +F 1 "SQUARE_FILLD" H 10250 25100 60 0000 C CNN + 1 10250 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FILLS U? +U 1 1 4B504576 +P 8950 25450 +F 0 "U?" H 8950 25200 60 0000 C CNN +F 1 "SQUARE_FILLS" H 8950 25100 60 0000 C CNN + 1 8950 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FILLB U? +U 1 1 4B504570 +P 7650 25450 +F 0 "U?" H 7650 25200 60 0000 C CNN +F 1 "SQUARE_FILLB" H 7650 25100 60 0000 C CNN + 1 7650 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FILLO U? +U 1 1 4B5044C1 +P 6350 25450 +F 0 "U?" H 6350 25200 60 0000 C CNN +F 1 "SQUARE_FILLO" H 6350 25100 60 0000 C CNN + 1 6350 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FILLH U? +U 1 1 4B5044BB +P 5050 25450 +F 0 "U?" H 5050 25200 60 0000 C CNN +F 1 "SQUARE_FILLH" H 5050 25100 60 0000 C CNN + 1 5050 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_FILLV U? +U 1 1 4B504477 +P 3750 25450 +F 0 "U?" H 3750 25200 60 0000 C CNN +F 1 "SQUARE_FILLV" H 3750 25100 60 0000 C CNN + 1 3750 25450 + 1 0 0 -1 +$EndComp +$Comp +L PROPORTIONAL U? +U 1 1 4B4F5B3C +P 31100 4500 +F 0 "U?" H 31100 4250 60 0000 C CNN +F 1 "PROPORTIONAL" H 31100 4150 60 0000 C CNN + 1 31100 4500 + 1 0 0 -1 +$EndComp +$Comp +L INFINITY U? +U 1 1 4B4F5AA7 +P 8950 9000 +F 0 "U?" H 8950 8750 60 0000 C CNN +F 1 "INFINITY" H 8950 8650 60 0000 C CNN + 1 8950 9000 + 1 0 0 -1 +$EndComp +$Comp +L DIGIT_3_SMALL U? +U 1 1 4B4F593C +P 6250 9850 +F 0 "U?" H 6250 9600 60 0000 C CNN +F 1 "DIGIT_3_SMALL" H 6250 9500 60 0000 C CNN + 1 6250 9850 + 1 0 0 -1 +$EndComp +$Comp +L RADICAL U? +U 1 1 4B4F591D +P 6250 10500 +F 0 "U?" H 6250 10250 60 0000 C CNN +F 1 "RADICAL" H 6250 10150 60 0000 C CNN + 1 6250 10500 + 1 0 0 -1 +$EndComp +$Comp +L DIAMOND_BLACK U? +U 1 1 4B4F54AE +P 16750 25450 +F 0 "U?" H 16750 25200 60 0000 C CNN +F 1 "DIAMOND_BLACK" H 16750 25100 60 0000 C CNN + 1 16750 25450 + 1 0 0 -1 +$EndComp +$Comp +L DIAMOND U? +U 1 1 4B4F54A9 +P 15450 25450 +F 0 "U?" H 15450 25200 60 0000 C CNN +F 1 "DIAMOND" H 15450 25100 60 0000 C CNN + 1 15450 25450 + 1 0 0 -1 +$EndComp +$Comp +L RECTANGLE_V_HUGE_SLASH U? +U 1 1 4B4F5390 +P 12200 12000 +F 0 "U?" H 12200 11750 60 0000 C CNN +F 1 "RECTANGLE_V_HUGE_SLASH" H 12200 11650 60 0000 C CNN + 1 12200 12000 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL_SLASH U? +U 1 1 4B4F52B8 +P 22000 4500 +F 0 "U?" H 22000 4250 60 0000 C CNN +F 1 "EQUAL_SLASH" H 22000 4150 60 0000 C CNN + 1 22000 4500 + 1 0 0 -1 +$EndComp +$Comp +L WAVE_MINUS U? +U 1 1 4B4F51F1 +P 2450 10500 +F 0 "U?" H 2450 10250 60 0000 C CNN +F 1 "WAVE_MINUS" H 2450 10150 60 0000 C CNN + 1 2450 10500 + 1 0 0 -1 +$EndComp +$Comp +L DIVIDE U? +U 1 1 4B4F515C +P 5100 10500 +F 0 "U?" H 5100 10250 60 0000 C CNN +F 1 "DIVIDE" H 5100 10150 60 0000 C CNN + 1 5100 10500 + 1 0 0 -1 +$EndComp +$Comp +L RECTANGLE_V_HUGE U? +U 1 1 4B4F514E +P 5100 10500 +F 0 "U?" H 5100 10250 60 0000 C CNN +F 1 "RECTANGLE_V_HUGE" H 5100 10150 60 0000 C CNN + 1 5100 10500 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_SMALL_BLACK U? +U 1 1 4B4F505F +P 14150 25450 +F 0 "U?" H 14150 25200 60 0000 C CNN +F 1 "SQUARE_SMALL_BLACK" H 14150 25100 60 0000 C CNN + 1 14150 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_SMALL U? +U 1 1 4B4F5059 +P 12850 25450 +F 0 "U?" H 12850 25200 60 0000 C CNN +F 1 "SQUARE_SMALL" H 12850 25100 60 0000 C CNN + 1 12850 25450 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE_BLACK U? +U 1 1 4B4F4FA6 +P 2450 25450 +F 0 "U?" H 2450 25200 60 0000 C CNN +F 1 "SQUARE_BLACK" H 2450 25100 60 0000 C CNN + 1 2450 25450 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_SYM U? +U 1 1 4B4F321A +P 3750 10500 +F 0 "U?" H 3750 10250 60 0000 C CNN +F 1 "SLASH_SYM" H 3750 10150 60 0000 C CNN + 1 3750 10500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE U? +U 1 1 4B4F3213 +P 3750 10500 +F 0 "U?" H 3750 10250 60 0000 C CNN +F 1 "CIRCLE" H 3750 10150 60 0000 C CNN + 1 3750 10500 + 1 0 0 -1 +$EndComp +$Comp +L OR_HUGE U? +U 1 1 4B4F1F15 +P 10700 12000 +F 0 "U?" H 10700 11750 60 0000 C CNN +F 1 "OR_HUGE" H 10700 11650 60 0000 C CNN + 1 10700 12000 + 1 0 0 -1 +$EndComp +$Comp +L UNION_HUGE U? +U 1 1 4B4F1EF1 +P 9100 12000 +F 0 "U?" H 9100 11750 60 0000 C CNN +F 1 "UNION_HUGE" H 9100 11650 60 0000 C CNN + 1 9100 12000 + 1 0 0 -1 +$EndComp +$Comp +L SQCUP U? +U 1 1 4B4F1AAA +P 22300 7500 +F 0 "U?" H 22300 7250 60 0000 C CNN +F 1 "SQCUP" H 22300 7150 60 0000 C CNN + 1 22300 7500 + 1 0 0 -1 +$EndComp +$Comp +L SQIMAGE_MINUS U? +U 1 1 4B4F19ED +P 26950 6000 +F 0 "U?" H 26950 5750 60 0000 C CNN +F 1 "SQIMAGE_MINUS" H 26950 5650 60 0000 C CNN + 1 26950 6000 + 1 0 0 -1 +$EndComp +$Comp +L SUBSET_MINUS U? +U 1 1 4B4F19E6 +P 25650 6000 +F 0 "U?" H 25650 5750 60 0000 C CNN +F 1 "SUBSET_MINUS" H 25650 5650 60 0000 C CNN + 1 25650 6000 + 1 0 0 -1 +$EndComp +$Comp +L SQIMAGE U? +U 1 1 4B4F1914 +P 24350 6000 +F 0 "U?" H 24350 5750 60 0000 C CNN +F 1 "SQIMAGE" H 24350 5650 60 0000 C CNN + 1 24350 6000 + 1 0 0 -1 +$EndComp +$Comp +L SUBSET U? +U 1 1 4B4F190B +P 23050 6000 +F 0 "U?" H 23050 5750 60 0000 C CNN +F 1 "SUBSET" H 23050 5650 60 0000 C CNN + 1 23050 6000 + 1 0 0 -1 +$EndComp +$Comp +L THEREFORE U? +U 1 1 4B4F15F7 +P 21000 7500 +F 0 "U?" H 21000 7250 60 0000 C CNN +F 1 "THEREFORE" H 21000 7150 60 0000 C CNN + 1 21000 7500 + 1 0 0 -1 +$EndComp +$Comp +L RATIO U? +U 1 1 4B4F1549 +P 19950 7500 +F 0 "U?" H 19950 7250 60 0000 C CNN +F 1 "RATIO" H 19950 7150 60 0000 C CNN + 1 19950 7500 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_TALL_E U? +U 1 1 4B4F114E +P 5050 24000 +F 0 "U?" H 5050 23750 60 0000 C CNN +F 1 "TRIANGLE_TALL_E" H 5050 23650 60 0000 C CNN + 1 5050 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_TALL U? +U 1 1 4B4F1149 +P 3750 24000 +F 0 "U?" H 3750 23750 60 0000 C CNN +F 1 "TRIANGLE_TALL" H 3750 23650 60 0000 C CNN + 1 3750 24000 + 1 0 0 -1 +$EndComp +$Comp +L SQUARE U? +U 1 1 4B4F1079 +P 1150 25500 +F 0 "U?" H 1150 25250 60 0000 C CNN +F 1 "SQUARE" H 1150 25150 60 0000 C CNN + 1 1150 25500 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE_E U? +U 1 1 4B4F106B +P 2450 24000 +F 0 "U?" H 2450 23750 60 0000 C CNN +F 1 "TRIANGLE_E" H 2450 23650 60 0000 C CNN + 1 2450 24000 + 1 0 0 -1 +$EndComp +$Comp +L TRIANGLE U? +U 1 1 4B4F1004 +P 1150 24000 +F 0 "U?" H 1150 23750 60 0000 C CNN +F 1 "TRIANGLE" H 1150 23650 60 0000 C CNN + 1 1150 24000 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE_RIGHT_ARC U? +U 1 1 4B4F0F8D +P 7650 9000 +F 0 "U?" H 7650 8750 60 0000 C CNN +F 1 "ANGLE_RIGHT_ARC" H 7650 8650 60 0000 C CNN + 1 7650 9000 + 1 0 0 -1 +$EndComp +$Comp +L GREATER_NOTEQUAL U? +U 1 1 4B4F0B5C +P 6350 6000 +F 0 "U?" H 6350 5750 60 0000 C CNN +F 1 "GREATER_NOTEQUAL" H 6350 5650 60 0000 C CNN + 1 6350 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_NOTEQUAL U? +U 1 1 4B4F0B0D +P 5050 6000 +F 0 "U?" H 5050 5750 60 0000 C CNN +F 1 "LESS_NOTEQUAL" H 5050 5650 60 0000 C CNN + 1 5050 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_EQUAL U? +U 1 1 4B4F0A6B +P 3750 6000 +F 0 "U?" H 3750 5750 60 0000 C CNN +F 1 "LESS_EQUAL" H 3750 5650 60 0000 C CNN + 1 3750 6000 + 1 0 0 -1 +$EndComp +$Comp +L LESS_MINUS U? +U 1 1 4B4F09F7 +P 2450 6000 +F 0 "U?" H 2450 5750 60 0000 C CNN +F 1 "LESS_MINUS" H 2450 5650 60 0000 C CNN + 1 2450 6000 + 1 0 0 -1 +$EndComp +$Comp +L DOT U? +U 1 1 4B4F015D +P 19150 7500 +F 0 "U?" H 19150 7250 60 0000 C CNN +F 1 "DOT" H 19150 7150 60 0000 C CNN + 1 19150 7500 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL_SMALL U? +U 1 1 4B4EFE88 +P 3650 13500 +F 0 "U?" H 3650 13250 60 0000 C CNN +F 1 "EQUAL_SMALL" H 3650 13150 60 0000 C CNN + 1 3650 13500 + 1 0 0 -1 +$EndComp +$Comp +L MULTIPLY_SMALL U? +U 1 1 4B4EFD80 +P 2750 13500 +F 0 "U?" H 2750 13250 60 0000 C CNN +F 1 "MULTIPLY_SMALL" H 2750 13150 60 0000 C CNN + 1 2750 13500 + 1 0 0 -1 +$EndComp +$Comp +L MINUS_SMALL U? +U 1 1 4B4EFD30 +P 1850 13500 +F 0 "U?" H 1850 13250 60 0000 C CNN +F 1 "MINUS_SMALL" H 1850 13150 60 0000 C CNN + 1 1850 13500 + 1 0 0 -1 +$EndComp +$Comp +L PLUS_SMALL U? +U 1 1 4B4EFD26 +P 950 13500 +F 0 "U?" H 950 13250 60 0000 C CNN +F 1 "PLUS_SMALL" H 950 13150 60 0000 C CNN + 1 950 13500 + 1 0 0 -1 +$EndComp +$Comp +L STRICTEQV U? +U 1 1 4B4E13A1 +P 25900 4500 +F 0 "U?" H 25900 4250 60 0000 C CNN +F 1 "STRICTEQV" H 25900 4150 60 0000 C CNN + 1 25900 4500 + 1 0 0 -1 +$EndComp +$Comp +L IDENTICAL U? +U 1 1 4B4E1301 +P 20700 4500 +F 0 "U?" H 20700 4250 60 0000 C CNN +F 1 "IDENTICAL" H 20700 4150 60 0000 C CNN + 1 20700 4500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_OP U? +U 1 1 4B4E11F7 +P 1150 10500 +F 0 "U?" H 1150 10250 60 0000 C CNN +F 1 "SLASH_OP" H 1150 10150 60 0000 C CNN + 1 1150 10500 + 1 0 0 -1 +$EndComp +$Comp +L WAVE_EQUAL U? +U 1 1 4B4E11EC +P 1150 10500 +F 0 "U?" H 1150 10250 60 0000 C CNN +F 1 "WAVE_EQUAL" H 1150 10150 60 0000 C CNN + 1 1150 10500 + 1 0 0 -1 +$EndComp +$Comp +L SLASH_REL U? +U 1 1 4B4E10CD +P 2450 10500 +F 0 "U?" H 2450 10250 60 0000 C CNN +F 1 "SLASH_REL" H 2450 10150 60 0000 C CNN + 1 2450 10500 + 1 0 0 -1 +$EndComp +$Comp +L WAVE_TPL U? +U 1 1 4B4E103D +P 29800 4500 +F 0 "U?" H 29800 4250 60 0000 C CNN +F 1 "WAVE_TPL" H 29800 4150 60 0000 C CNN + 1 29800 4500 + 1 0 0 -1 +$EndComp +$Comp +L ASYMP_MINUS U? +U 1 1 4B4E1000 +P 28500 4500 +F 0 "U?" H 28500 4250 60 0000 C CNN +F 1 "ASYMP_MINUS" H 28500 4150 60 0000 C CNN + 1 28500 4500 + 1 0 0 -1 +$EndComp +$Comp +L WAVE_NOTEQUAL U? +U 1 1 4B4E0FB2 +P 27200 4500 +F 0 "U?" H 27200 4250 60 0000 C CNN +F 1 "WAVE_NOTEQUAL" H 27200 4150 60 0000 C CNN + 1 27200 4500 + 1 0 0 -1 +$EndComp +$Comp +L WAVE_EQUAL U? +U 1 1 4B4E0F20 +P 24600 4500 +F 0 "U?" H 24600 4250 60 0000 C CNN +F 1 "WAVE_EQUAL" H 24600 4150 60 0000 C CNN + 1 24600 4500 + 1 0 0 -1 +$EndComp +$Comp +L WREATH_PRODUCT U? +U 1 1 4B4E0EA1 +P 18100 7500 +F 0 "U?" H 18100 7250 60 0000 C CNN +F 1 "WREATH_PRODUCT" H 18100 7150 60 0000 C CNN + 1 18100 7500 + 1 0 0 -1 +$EndComp +$Comp +L S_LAZY U? +U 1 1 4B4E0E0D +P 23300 4500 +F 0 "U?" H 23300 4250 60 0000 C CNN +F 1 "S_LAZY" H 23300 4150 60 0000 C CNN + 1 23300 4500 + 1 0 0 -1 +$EndComp +$Comp +L ASYMP U? +U 1 1 4B4E0C5D +P 19400 4500 +F 0 "U?" H 19400 4250 60 0000 C CNN +F 1 "ASYMP" H 19400 4150 60 0000 C CNN + 1 19400 4500 + 1 0 0 -1 +$EndComp +$Comp +L WAVE_MINUS U? +U 1 1 4B4E0C14 +P 18100 4500 +F 0 "U?" H 18100 4250 60 0000 C CNN +F 1 "WAVE_MINUS" H 18100 4150 60 0000 C CNN + 1 18100 4500 + 1 0 0 -1 +$EndComp +$Comp +L PROPORTION U? +U 1 1 4B4E0B36 +P 16800 7500 +F 0 "U?" H 16800 7250 60 0000 C CNN +F 1 "PROPORTION" H 16800 7150 60 0000 C CNN + 1 16800 7500 + 1 0 0 -1 +$EndComp +$Comp +L SINE U? +U 1 1 4B4E0A6C +P 6350 9000 +F 0 "U?" H 6350 8750 60 0000 C CNN +F 1 "SINE" H 6350 8650 60 0000 C CNN + 1 6350 9000 + 1 0 0 -1 +$EndComp +$Comp +L WAVE U? +U 1 1 4B4E09DF +P 15500 7500 +F 0 "U?" H 15500 7250 60 0000 C CNN +F 1 "WAVE" H 15500 7150 60 0000 C CNN + 1 15500 7500 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_CONTOUR U? +U 1 1 4B4E095D +P 7800 12000 +F 0 "U?" H 7800 11750 60 0000 C CNN +F 1 "INTEGRAL_CONTOUR" H 7800 11650 60 0000 C CNN + 1 7800 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_TPL U? +U 1 1 4B4E08BB +P 6400 12000 +F 0 "U?" H 6400 11750 60 0000 C CNN +F 1 "INTEGRAL_TPL" H 6400 11650 60 0000 C CNN + 1 6400 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL_DBL U? +U 1 1 4B4E0867 +P 4800 12000 +F 0 "U?" H 4800 11750 60 0000 C CNN +F 1 "INTEGRAL_DBL" H 4800 11650 60 0000 C CNN + 1 4800 12000 + 1 0 0 -1 +$EndComp +$Comp +L INTEGRAL U? +U 1 1 4B4E0862 +P 3600 12000 +F 0 "U?" H 3600 11750 60 0000 C CNN +F 1 "INTEGRAL" H 3600 11650 60 0000 C CNN + 1 3600 12000 + 1 0 0 -1 +$EndComp +$Comp +L UNION U? +U 1 1 4B4E07AB +P 14200 7500 +F 0 "U?" H 14200 7250 60 0000 C CNN +F 1 "UNION" H 14200 7150 60 0000 C CNN + 1 14200 7500 + 1 0 0 -1 +$EndComp +$Comp +L OR U? +U 1 1 4B4E0708 +P 12900 7500 +F 0 "U?" H 12900 7250 60 0000 C CNN +F 1 "OR" H 12900 7150 60 0000 C CNN + 1 12900 7500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_DBL_SLASH U? +U 1 1 4B4E0698 +P 15650 4500 +F 0 "U?" H 15650 4250 60 0000 C CNN +F 1 "LINE_V_DBL_SLASH" H 15650 4150 60 0000 C CNN + 1 15650 4500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_DBL U? +U 1 1 4B4E0691 +P 14650 4500 +F 0 "U?" H 14650 4250 60 0000 C CNN +F 1 "LINE_V_DBL" H 14650 4150 60 0000 C CNN + 1 14650 4500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V_SLASH U? +U 1 1 4B4E0629 +P 13650 4500 +F 0 "U?" H 13650 4250 60 0000 C CNN +F 1 "LINE_V_SLASH" H 13650 4150 60 0000 C CNN + 1 13650 4500 + 1 0 0 -1 +$EndComp +$Comp +L LINE_V U? +U 1 1 4B4E0623 +P 12650 4500 +F 0 "U?" H 12650 4250 60 0000 C CNN +F 1 "LINE_V" H 12650 4150 60 0000 C CNN + 1 12650 4500 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE_ARC U? +U 1 1 4B4E04D3 +P 5050 9000 +F 0 "U?" H 5050 8750 60 0000 C CNN +F 1 "ANGLE_ARC" H 5050 8650 60 0000 C CNN + 1 5050 9000 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE_MEAS U? +U 1 1 4B4E0417 +P 3750 9000 +F 0 "U?" H 3750 8750 60 0000 C CNN +F 1 "ANGLE_MEAS" H 3750 8650 60 0000 C CNN + 1 3750 9000 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE_RIGHT U? +U 1 1 4B4E038E +P 2450 9000 +F 0 "U?" H 2450 8750 60 0000 C CNN +F 1 "ANGLE_RIGHT" H 2450 8650 60 0000 C CNN + 1 2450 9000 + 1 0 0 -1 +$EndComp +$Comp +L ANGLE U? +U 1 1 4B4E0387 +P 1150 9000 +F 0 "U?" H 1150 8750 60 0000 C CNN +F 1 "ANGLE" H 1150 8650 60 0000 C CNN + 1 1150 9000 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_SMALL_BLACK U? +U 1 1 4B4E0282 +P 11600 7500 +F 0 "U?" H 11600 7250 60 0000 C CNN +F 1 "CIRCLE_SMALL_BLACK" H 11600 7150 60 0000 C CNN + 1 11600 7500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_SMALL U? +U 1 1 4B4E027B +P 10300 7500 +F 0 "U?" H 10300 7250 60 0000 C CNN +F 1 "CIRCLE_SMALL" H 10300 7150 60 0000 C CNN + 1 10300 7500 + 1 0 0 -1 +$EndComp +$Comp +L ASTERISK_OP U? +U 1 1 4B4E023C +P 6400 7500 +F 0 "U?" H 6400 7250 60 0000 C CNN +F 1 "ASTERISK_OP" H 6400 7150 60 0000 C CNN + 1 6400 7500 + 1 0 0 -1 +$EndComp +$Comp +L SIGMA_CAP_HUGE U? +U 1 1 4B4DFE89 +P 2450 12000 +F 0 "U?" H 2450 11750 60 0000 C CNN +F 1 "SIGMA_CAP_HUGE" H 2450 11650 60 0000 C CNN + 1 2450 12000 + 1 0 0 -1 +$EndComp +$Comp +L PI_CAP_HUGE U? +U 1 1 4B4DFE80 +P 1150 12000 +F 0 "U?" H 1150 11750 60 0000 C CNN +F 1 "PI_CAP_HUGE" H 1150 11650 60 0000 C CNN + 1 1150 12000 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_SMALL U? +U 1 1 4B4DFD50 +P 4050 4500 +F 0 "U?" H 4050 4250 60 0000 C CNN +F 1 "ELEMENT_SMALL" H 4050 4150 60 0000 C CNN + 1 4050 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT_SLASH U? +U 1 1 4B4DFD46 +P 2700 4500 +F 0 "U?" H 2700 4250 60 0000 C CNN +F 1 "ELEMENT_SLASH" H 2700 4150 60 0000 C CNN + 1 2700 4500 + 1 0 0 -1 +$EndComp +$Comp +L ELEMENT U? +U 1 1 4B4DFD3B +P 1250 4500 +F 0 "U?" H 1250 4250 60 0000 C CNN +F 1 "ELEMENT" H 1250 4150 60 0000 C CNN + 1 1250 4500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_LARGE_SLASH U? +U 1 1 4B4DFD19 +P 5300 22500 +F 0 "U?" H 5300 22250 60 0000 C CNN +F 1 "CIRCLE_LARGE_SLASH" H 5300 22150 60 0000 C CNN + 1 5300 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE_LARGE U? +U 1 1 4B4DFD14 +P 3850 22500 +F 0 "U?" H 3850 22250 60 0000 C CNN +F 1 "CIRCLE_LARGE" H 3850 22150 60 0000 C CNN + 1 3850 22500 + 1 0 0 -1 +$EndComp +$Comp +L CIRCLE U? +U 1 1 4B4DFCFC +P 1150 22500 +F 0 "U?" H 1150 22250 60 0000 C CNN +F 1 "CIRCLE" H 1150 22150 60 0000 C CNN + 1 1150 22500 + 1 0 0 -1 +$EndComp +$Comp +L HARPOONS_W_E U? +U 1 1 4B4DF569 +P 44850 16500 +F 0 "U?" H 44850 16250 60 0000 C CNN +F 1 "HARPOONS_W_E" H 44850 16150 60 0000 C CNN + 1 44850 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROWS_E_E_E U? +U 1 1 4B4DF54C +P 43550 16500 +F 0 "U?" H 43550 16250 60 0000 C CNN +F 1 "ARROWS_E_E_E" H 43550 16150 60 0000 C CNN + 1 43550 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROWS_N_N U? +U 1 1 4B4DF4B7 +P 40600 18000 +F 0 "U?" H 40600 17750 60 0000 C CNN +F 1 "ARROWS_N_N" H 40600 17650 60 0000 C CNN + 1 40600 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROWS_N_S U? +U 1 1 4B4DF4B1 +P 39300 18000 +F 0 "U?" H 39300 17750 60 0000 C CNN +F 1 "ARROWS_N_S" H 39300 17650 60 0000 C CNN + 1 39300 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROWS_E_E U? +U 1 1 4B4DF3B0 +P 42250 16500 +F 0 "U?" H 42250 16250 60 0000 C CNN +F 1 "ARROWS_E_E" H 42250 16150 60 0000 C CNN + 1 42250 16500 + 1 0 0 -1 +$EndComp +$Comp +L TAB U? +U 1 1 4B4DF375 +P 40950 16500 +F 0 "U?" H 40950 16250 60 0000 C CNN +F 1 "TAB" H 40950 16150 60 0000 C CNN + 1 40950 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROWS_W_E U? +U 1 1 4B4DF36F +P 39650 16500 +F 0 "U?" H 39650 16250 60 0000 C CNN +F 1 "ARROWS_W_E" H 39650 16150 60 0000 C CNN + 1 39650 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_CORNER_NE U? +U 1 1 4B4DF267 +P 3750 19500 +F 0 "U?" H 3750 19250 60 0000 C CNN +F 1 "ARROW_CORNER_NE" H 3750 19150 60 0000 C CNN + 1 3750 19500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_NE_TOP_BAR U? +U 1 1 4B4DF25E +P 2450 19500 +F 0 "U?" H 2450 19250 60 0000 C CNN +F 1 "ARROW_NE_TOP_BAR" H 2450 19150 60 0000 C CNN + 1 2450 19500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_CLOCKWISE_OPEN U? +U 1 1 4B4DF0A2 +P 14900 19600 +F 0 "U?" H 14900 19350 60 0000 C CNN +F 1 "ARROW_CLOCKWISE_OPEN" H 14900 19250 60 0000 C CNN + 1 14900 19600 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_CLOCKWISE_SEMI U? +U 1 1 4B4DF09C +P 13600 19600 +F 0 "U?" H 13600 19350 60 0000 C CNN +F 1 "ARROW_CLOCKWISE_SEMI" H 13600 19250 60 0000 C CNN + 1 13600 19600 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_E U? +U 1 1 4B4DEEBC +P 12300 19600 +F 0 "U?" H 12300 19350 60 0000 C CNN +F 1 "ARROW_N_E" H 12300 19250 60 0000 C CNN + 1 12300 19600 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_N U? +U 1 1 4B4DEE76 +P 11000 19600 +F 0 "U?" H 11000 19350 60 0000 C CNN +F 1 "ARROW_E_N" H 11000 19250 60 0000 C CNN + 1 11000 19600 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_NS_WHITE U? +U 1 1 4B4DEB6D +P 33600 18000 +F 0 "U?" H 33600 17750 60 0000 C CNN +F 1 "ARROW_NS_WHITE" H 33600 17650 60 0000 C CNN + 1 33600 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_PEDESTAL_WHITE_VBAR U? +U 1 1 4B4DEB1A +P 16750 18000 +F 0 "U?" H 16750 17750 60 0000 C CNN +F 1 "ARROW_N_PEDESTAL_WHITE_VBAR" H 16750 17650 60 0000 C CNN + 1 16750 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_PEDESTAL_WHITE_HBAR U? +U 1 1 4B4DEB13 +P 15450 18000 +F 0 "U?" H 15450 17750 60 0000 C CNN +F 1 "ARROW_N_PEDESTAL_WHITE_HBAR" H 15450 17650 60 0000 C CNN + 1 15450 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_DBL_N_PEDESTAL_WHITE U? +U 1 1 4B4DEAF2 +P 14150 18000 +F 0 "U?" H 14150 17750 60 0000 C CNN +F 1 "ARROW_DBL_N_PEDESTAL_WHITE" H 14150 17650 60 0000 C CNN + 1 14150 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_DBL_N_WHITE U? +U 1 1 4B4DEAE8 +P 12850 18000 +F 0 "U?" H 12850 17750 60 0000 C CNN +F 1 "ARROW_DBL_N_WHITE" H 12850 17650 60 0000 C CNN + 1 12850 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_PEDESTAL_WHITE U? +U 1 1 4B4DEADC +P 11550 18000 +F 0 "U?" H 11550 17750 60 0000 C CNN +F 1 "ARROW_N_PEDESTAL_WHITE" H 11550 17650 60 0000 C CNN + 1 11550 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_BAR_WHITE U? +U 1 1 4B4DEAD4 +P 10250 18000 +F 0 "U?" H 10250 17750 60 0000 C CNN +F 1 "ARROW_N_BAR_WHITE" H 10250 17650 60 0000 C CNN + 1 10250 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_WHITE U? +U 1 1 4B4DEACB +P 8950 18000 +F 0 "U?" H 8950 17750 60 0000 C CNN +F 1 "ARROW_N_WHITE" H 8950 17650 60 0000 C CNN + 1 8950 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_STROKE_DBL U? +U 1 1 4B4DE848 +P 7650 18000 +F 0 "U?" H 7650 17750 60 0000 C CNN +F 1 "ARROW_N_STROKE_DBL" H 7650 17650 60 0000 C CNN + 1 7650 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_DBL U? +U 1 1 4B4DE7AE +P 6350 18000 +F 0 "U?" H 6350 17750 60 0000 C CNN +F 1 "ARROW_N_DBL" H 6350 17650 60 0000 C CNN + 1 6350 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_WE_DBL_SLASH U? +U 1 1 4B4DE74A +P 37800 16500 +F 0 "U?" H 37800 16250 60 0000 C CNN +F 1 "ARROW_WE_DBL_SLASH" H 37800 16150 60 0000 C CNN + 1 37800 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_NS_BAR U? +U 1 1 4B4DE183 +P 32300 18000 +F 0 "U?" H 32300 17750 60 0000 C CNN +F 1 "ARROW_NS_BAR" H 32300 17650 60 0000 C CNN + 1 32300 18000 + 1 0 0 -1 +$EndComp +$Comp +L HARPOON_RIGHT_N U? +U 1 1 4B4DE0A9 +P 5050 18000 +F 0 "U?" H 5050 17750 60 0000 C CNN +F 1 "HARPOON_RIGHT_N" H 5050 17650 60 0000 C CNN + 1 5050 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N_BAR U? +U 1 1 4B4DE038 +P 3750 18000 +F 0 "U?" H 3750 17750 60 0000 C CNN +F 1 "ARROW_N_BAR" H 3750 17650 60 0000 C CNN + 1 3750 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_DBL_N U? +U 1 1 4B4DDFEE +P 2450 18000 +F 0 "U?" H 2450 17750 60 0000 C CNN +F 1 "ARROW_DBL_N" H 2450 17650 60 0000 C CNN + 1 2450 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_BAR_E U? +U 1 1 4B4DDE05 +P 25850 16500 +F 0 "U?" H 25850 16250 60 0000 C CNN +F 1 "ARROW_BAR_E" H 25850 16150 60 0000 C CNN + 1 25850 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_TPL U? +U 1 1 4B4DDCA8 +P 24550 16500 +F 0 "U?" H 24550 16250 60 0000 C CNN +F 1 "ARROW_E_TPL" H 24550 16150 60 0000 C CNN + 1 24550 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_WE_DBL U? +U 1 1 4B4DDBD6 +P 36500 16500 +F 0 "U?" H 36500 16250 60 0000 C CNN +F 1 "ARROW_WE_DBL" H 36500 16150 60 0000 C CNN + 1 36500 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_WALL_WHITE U? +U 1 1 4B4DDB77 +P 23250 16500 +F 0 "U?" H 23250 16250 60 0000 C CNN +F 1 "ARROW_E_WALL_WHITE" H 23250 16150 60 0000 C CNN + 1 23250 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_OPEN_WE U? +U 1 1 4B4DDB07 +P 35200 16500 +F 0 "U?" H 35200 16250 60 0000 C CNN +F 1 "ARROW_OPEN_WE" H 35200 16150 60 0000 C CNN + 1 35200 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_WE_STROKE_DBL U? +U 1 1 4B4DDAC4 +P 33900 16500 +F 0 "U?" H 33900 16250 60 0000 C CNN +F 1 "ARROW_WE_STROKE_DBL" H 33900 16150 60 0000 C CNN + 1 33900 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_STROKE_DBL U? +U 1 1 4B4DDA8A +P 21950 16500 +F 0 "U?" H 21950 16250 60 0000 C CNN +F 1 "ARROW_E_STROKE_DBL" H 21950 16150 60 0000 C CNN + 1 21950 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_OPEN_E U? +U 1 1 4B4DDA15 +P 20650 16500 +F 0 "U?" H 20650 16250 60 0000 C CNN +F 1 "ARROW_OPEN_E" H 20650 16150 60 0000 C CNN + 1 20650 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_WHITE U? +U 1 1 4B4DD9B8 +P 19350 16500 +F 0 "U?" H 19350 16250 60 0000 C CNN +F 1 "ARROW_E_WHITE" H 19350 16150 60 0000 C CNN + 1 19350 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_DBL_SLASH U? +U 1 1 4B4DD886 +P 18050 16500 +F 0 "U?" H 18050 16250 60 0000 C CNN +F 1 "ARROW_E_DBL_SLASH" H 18050 16150 60 0000 C CNN + 1 18050 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_DBL U? +U 1 1 4B4DD7FC +P 16750 16500 +F 0 "U?" H 16750 16250 60 0000 C CNN +F 1 "ARROW_E_DBL" H 16750 16150 60 0000 C CNN + 1 16750 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_SQUIGGLE U? +U 1 1 4B4DD55B +P 15450 16500 +F 0 "U?" H 15450 16250 60 0000 C CNN +F 1 "ARROW_E_SQUIGGLE" H 15450 16150 60 0000 C CNN + 1 15450 16500 + 1 0 0 -1 +$EndComp +$Comp +L HARPOON_UP_E U? +U 1 1 4B4DD469 +P 14150 16500 +F 0 "U?" H 14150 16250 60 0000 C CNN +F 1 "HARPOON_UP_E" H 14150 16150 60 0000 C CNN + 1 14150 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_NE U? +U 1 1 4B4DD441 +P 1150 19500 +F 0 "U?" H 1150 19250 60 0000 C CNN +F 1 "ARROW_NE" H 1150 19150 60 0000 C CNN + 1 1150 19500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_DASHED U? +U 1 1 4B4DD3C3 +P 12850 16500 +F 0 "U?" H 12850 16250 60 0000 C CNN +F 1 "ARROW_E_DASHED" H 12850 16150 60 0000 C CNN + 1 12850 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_WE_WAVE U? +U 1 1 4B4DD3AD +P 32600 16500 +F 0 "U?" H 32600 16250 60 0000 C CNN +F 1 "ARROW_WE_WAVE" H 32600 16150 60 0000 C CNN + 1 32600 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_WE_STROKE U? +U 1 1 4B4DD39B +P 31300 16500 +F 0 "U?" H 31300 16250 60 0000 C CNN +F 1 "ARROW_WE_STROKE" H 31300 16150 60 0000 C CNN + 1 31300 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_N U? +U 1 1 4B4DD36F +P 1150 18000 +F 0 "U?" H 1150 17750 60 0000 C CNN +F 1 "ARROW_N" H 1150 17650 60 0000 C CNN + 1 1150 18000 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_WAVE U? +U 1 1 4B4DD358 +P 11550 16500 +F 0 "U?" H 11550 16250 60 0000 C CNN +F 1 "ARROW_E_WAVE" H 11550 16150 60 0000 C CNN + 1 11550 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_TAIL U? +U 1 1 4B4DD349 +P 10250 16500 +F 0 "U?" H 10250 16250 60 0000 C CNN +F 1 "ARROW_E_TAIL" H 10250 16150 60 0000 C CNN + 1 10250 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_LOOP U? +U 1 1 4B4DD333 +P 8950 16500 +F 0 "U?" H 8950 16250 60 0000 C CNN +F 1 "ARROW_E_LOOP" H 8950 16150 60 0000 C CNN + 1 8950 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_HOOK U? +U 1 1 4B4DD328 +P 7650 16500 +F 0 "U?" H 7650 16250 60 0000 C CNN +F 1 "ARROW_E_HOOK" H 7650 16150 60 0000 C CNN + 1 7650 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_DBL_E U? +U 1 1 4B4DD30B +P 6350 16500 +F 0 "U?" H 6350 16250 60 0000 C CNN +F 1 "ARROW_DBL_E" H 6350 16150 60 0000 C CNN + 1 6350 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_BAR U? +U 1 1 4B4DD2F9 +P 5050 16500 +F 0 "U?" H 5050 16250 60 0000 C CNN +F 1 "ARROW_E_BAR" H 5050 16150 60 0000 C CNN + 1 5050 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_SLASH U? +U 1 1 4B4DD2F1 +P 3750 16500 +F 0 "U?" H 3750 16250 60 0000 C CNN +F 1 "ARROW_E_SLASH" H 3750 16150 60 0000 C CNN + 1 3750 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E_STROKE U? +U 1 1 4B4DD2E9 +P 2450 16500 +F 0 "U?" H 2450 16250 60 0000 C CNN +F 1 "ARROW_E_STROKE" H 2450 16150 60 0000 C CNN + 1 2450 16500 + 1 0 0 -1 +$EndComp +$Comp +L ARROW_E U? +U 1 1 4B4DD2C9 +P 1150 16500 +F 0 "U?" H 1150 16250 60 0000 C CNN +F 1 "ARROW_E" H 1150 16150 60 0000 C CNN + 1 1150 16500 + 1 0 0 -1 +$EndComp +$Comp +L PLUS U? +U 1 1 4B4DD2B6 +P 1150 7500 +F 0 "U?" H 1150 7250 60 0000 C CNN +F 1 "PLUS" H 1150 7150 60 0000 C CNN + 1 1150 7500 + 1 0 0 -1 +$EndComp +$Comp +L MINUS U? +U 1 1 4B4DD2B5 +P 2450 7500 +F 0 "U?" H 2450 7250 60 0000 C CNN +F 1 "MINUS" H 2450 7150 60 0000 C CNN + 1 2450 7500 + 1 0 0 -1 +$EndComp +$Comp +L LESS U? +U 1 1 4B4DD2B4 +P 1150 6000 +F 0 "U?" H 1150 5750 60 0000 C CNN +F 1 "LESS" H 1150 5650 60 0000 C CNN + 1 1150 6000 + 1 0 0 -1 +$EndComp +$Comp +L EQUAL U? +U 1 1 4B4DD2B3 +P 16800 4500 +F 0 "U?" H 16800 4250 60 0000 C CNN +F 1 "EQUAL" H 16800 4150 60 0000 C CNN + 1 16800 4500 + 1 0 0 -1 +$EndComp +$Comp +L LOW_LINE U? +U 1 1 4B4DD2B2 +P 20250 3000 +F 0 "U?" H 20250 2750 60 0000 C CNN +F 1 "LOW_LINE" H 20250 2650 60 0000 C CNN + 1 20250 3000 + 1 0 0 -1 +$EndComp +$Comp +L ASTERISK U? +U 1 1 4B4DD2B1 +P 14650 3000 +F 0 "U?" H 14650 2750 60 0000 C CNN +F 1 "ASTERISK" H 14650 2650 60 0000 C CNN + 1 14650 3000 + 1 0 0 -1 +$EndComp +$Comp +L PERCENT U? +U 1 1 4B4DD2B0 +P 15650 3000 +F 0 "U?" H 15650 2750 60 0000 C CNN +F 1 "PERCENT" H 15650 2650 60 0000 C CNN + 1 15650 3000 + 1 0 0 -1 +$EndComp +$Comp +L MULTIPLY U? +U 1 1 4B4DD2AF +P 3750 7500 +F 0 "U?" H 3750 7250 60 0000 C CNN +F 1 "MULTIPLY" H 3750 7150 60 0000 C CNN + 1 3750 7500 + 1 0 0 -1 +$EndComp +$Comp +L DIVIDE U? +U 1 1 4B4DD2AE +P 5050 7500 +F 0 "U?" H 5050 7250 60 0000 C CNN +F 1 "DIVIDE" H 5050 7150 60 0000 C CNN + 1 5050 7500 + 1 0 0 -1 +$EndComp +$Comp +L CURRENCY U? +U 1 1 4B4DD2AD +P 7300 3000 +F 0 "U?" H 7300 2750 60 0000 C CNN +F 1 "CURRENCY" H 7300 2650 60 0000 C CNN + 1 7300 3000 + 1 0 0 -1 +$EndComp +$Comp +L DEGREE U? +U 1 1 4B4DD2AC +P 8250 3000 +F 0 "U?" H 8250 2750 60 0000 C CNN +F 1 "DEGREE" H 8250 2650 60 0000 C CNN + 1 8250 3000 + 1 0 0 -1 +$EndComp +$Comp +L PLUS_MINUS U? +U 1 1 4B4DD2AB +P 7700 7500 +F 0 "U?" H 7700 7250 60 0000 C CNN +F 1 "PLUS_MINUS" H 7700 7150 60 0000 C CNN + 1 7700 7500 + 1 0 0 -1 +$EndComp +$Comp +L NOT U? +U 1 1 4B4DD2AA +P 9000 7500 +F 0 "U?" H 9000 7250 60 0000 C CNN +F 1 "NOT" H 9000 7150 60 0000 C CNN + 1 9000 7500 + 1 0 0 -1 +$EndComp +$Comp +L COPYRIGHT U? +U 1 1 4B4DD2A9 +P 17150 3000 +F 0 "U?" H 17150 2750 60 0000 C CNN +F 1 "COPYRIGHT" H 17150 2650 60 0000 C CNN + 1 17150 3000 + 1 0 0 -1 +$EndComp +$Comp +L REGISTERED U? +U 1 1 4B4DD2A8 +P 18950 3000 +F 0 "U?" H 18950 2750 60 0000 C CNN +F 1 "REGISTERED" H 18950 2650 60 0000 C CNN + 1 18950 3000 + 1 0 0 -1 +$EndComp +$Comp +L BROKEN_BAR U? +U 1 1 4B4DD2A7 +P 11500 3000 +F 0 "U?" H 11500 2750 60 0000 C CNN +F 1 "BROKEN_BAR" H 11500 2650 60 0000 C CNN + 1 11500 3000 + 1 0 0 -1 +$EndComp +$Comp +L HASH U? +U 1 1 4B4DCF27 +P 1000 3000 +F 0 "U?" H 1000 2750 60 0000 C CNN +F 1 "HASH" H 1000 2650 60 0000 C CNN + 1 1000 3000 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/helpers/tools_to_build_newstroke-font/test.h b/helpers/tools_to_build_newstroke-font/test.h new file mode 100644 index 0000000..b3e9df3 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/test.h @@ -0,0 +1,7 @@ +/* Automatically converted font */ + "MWRYSZR[QZRYR[ RRSQGRFSGRSRF", /* U+0 */ + "MaRYSZR[QZRYR[ RRSQGRFSGRSRF R\\Y]Z\\[[Z\\Y\\[ R\\S[G\\F]G\\S\\F", + "MaRYSZR[QZRYR[ RRSQGRFSGRSRF RRYSZR[QZRYR[ RRSQGRFSGRSRF", + "CaRFR[ RHFH[\\[\\F R\\[^[^`", + "G]PFTFVGXIYMYTXXVZT[P[NZLXKTKMLINGPF RRATATF", + diff --git a/helpers/tools_to_build_newstroke-font/testlist.txt b/helpers/tools_to_build_newstroke-font/testlist.txt new file mode 100644 index 0000000..f1ac854 --- /dev/null +++ b/helpers/tools_to_build_newstroke-font/testlist.txt @@ -0,0 +1,11 @@ ++ EXCLAM ++w EXCLAM EXCLAM S=P ++( EXCLAM ++) EXCLAM ++( EXCLAM ++| EXCLAM ++) EXCLAM ++ SHA_CAP DESCENDER BOTTOM3=X ++ O_CAP DESCENDER ABOVE=X + +stats 0 \ No newline at end of file diff --git a/include/HersheyCyrillic.h.unused b/include/HersheyCyrillic.h.unused new file mode 100644 index 0000000..18b1700 --- /dev/null +++ b/include/HersheyCyrillic.h.unused @@ -0,0 +1,70 @@ +/* Hershey Cyrillic definition + * First shape has unicode value 0x410 +*/ +const static char* hershey_cyrillic[] = +{ + "H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[", + "G]LFL[ RMFM[ RIFYFYLXF RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[", + "G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[", + "I[NFN[ ROFO[ RKFZFZLYF RK[R[", + "F^NFNLMTLXKZJ[ RXFX[ RYFY[ RKF\\F RG[\\[ RG[Gb RH[Gb R[[\\b R\\[\\b", + "G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[", + "CbRFR[ RSFS[ ROFVF RGGHHGIFHFGGFHFIGJIKMLONPWPYOZM[I\\G]F^F_G_H^I]H^G RNPLQKSJXIZH[ RNPMQLSKXJZI[G[FZEX RWPYQZS[X\\Z][ RWPXQYSZX[Z\\[^[_Z`X RO[V[", + "H\\LIKFKLLINGPFTFWGXIXLWNTOQO RTFVGWIWLVNTO RTOVPXRYTYWXYWZT[O[MZLYKWKVLUMVLW RWQXTXWWYVZT[", + "F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RXHLY RH[O[ RU[\\[", + "F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RXHLY RH[O[ RU[\\[ RN@N?M?M@NBPCTCVBW@", + "F^KFK[ RLFL[ RHFOF RLPSPUOVMWIXGYFZF[G[HZIYHZG RSPUQVSWXXZY[ RSPTQUSVXWZX[Z[[Z\\X RH[O[", + "E^MFMLLTKXJZI[H[GZGYHXIYHZ RXFX[ RYFY[ RJF\\F RU[\\[", + "F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][", + "F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[", + "G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF", + "F^KFK[ RLFL[ RXFX[ RYFY[ RHF\\F RH[O[ RU[\\[", + "G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[", + "G\\XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXXYV RQFOGMILKKNKSLVMXOZQ[", + "I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[", + "H]KFRV RLFSV RZFSVQYPZN[M[LZLYMXNYMZ RIFOF RVF\\F", + "F_RFR[ RSFS[ ROFVF RPILJJLIOIRJULWPXUXYW[U\\R\\O[LYJUIPI RPIMJKLJOJRKUMWPX RUXXWZU[R[OZLXJUI RO[V[", + "H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[", + "F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RH[\\[ R[[\\b R\\[\\b", + "F]KFKQLSOTRTUSWQ RLFLQMSOT RWFW[ RXFX[ RHFOF RTF[F RT[[[", + "BcGFG[ RHFH[ RRFR[ RSFS[ R]F][ R^F^[ RDFKF ROFVF RZFaF RD[a[", + "BcGFG[ RHFH[ RRFR[ RSFS[ R]F][ R^F^[ RDFKF ROFVF RZFaF RD[a[ R`[ab Ra[ab", + "F`PFP[ RQFQ[ RIFHLHFTF RQPXP[Q\\R]T]W\\Y[ZX[M[ RXPZQ[R\\T\\W[YZZX[", /* Ъ */ + "CaHFH[ RIFI[ REFLF RIPPPSQTRUTUWTYSZP[E[ RPPRQSRTTTWSYRZP[ R[F[[ R\\F\\[ RXF_F RX[_[", /* Ы */ + "H]MFM[ RNFN[ RJFQF RNPUPXQYRZTZWYYXZU[J[ RUPWQXRYTYWXYWZU[", /* Ь */ + "H]LIKFKLLINGQFSFVGXIYKZNZSYVXXVZS[P[MZLYKWKVLUMVLW RSFUGWIXKYNYSXVWXUZS[ RPPYP", /* Э */ + "CbHFH[ RIFI[ REFLF RE[L[ RVFSGQIPKOOORPVQXSZV[X[[Z]X^V_R_O^K]I[GXFVF RVFTGRIQKPOPRQVRXTZV[ RX[ZZ\\X]V^R^O]K\\IZGXF RIPOP", /* Ю */ + "G]WFW[ RXFX[ R[FOFLGKHJJJLKNLOOPWP ROFMGLHKJKLLNMOOP RRPPQORLYKZJZIY RPQOSMZL[J[IYIX RT[[[", /* Я */ + "I]NONPMPMONNPMTMVNWOXQXXYZZ[ RWOWXXZZ[[[ RWQVRPSMTLVLXMZP[S[UZWX RPSNTMVMXNZP[", /* letter */ + "H\\XFWGQINKLNKQKULXNZQ[S[VZXXYUYSXPVNSMQMNNLPKS RXFWHUIQJNLLN RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM", + "H\\MMM[ RNMN[ RJMUMXNYPYQXSUT RUMWNXPXQWSUT RNTUTXUYWYXXZU[J[ RUTWUXWXXWZU[", + "HZMMM[ RNMN[ RJMXMXRWM RJ[Q[", + "F]NMNQMWLZK[ RWMW[ RXMX[ RKM[M RI[H`H[[[[`Z[", + "H[LSXSXQWOVNTMQMNNLPKSKULXNZQ[S[VZXX RWSWPVN RQMONMPLSLUMXOZQ[", + "E`RMR[ RSMS[ ROMVM RJNIOHNIMJMKNMRNSPTUTWSXRZN[M\\M]N\\O[N RPTNUMVKZJ[ RPTNVLZK[I[HZGX RUTWUXVZZ[[ RUTWVYZZ[\\[]Z^X RO[V[", + "I[MOLMLQMONNPMTMWNXPXQWSTT RTMVNWPWQVSTT RQTTTWUXWXXWZT[P[MZLXLWMVNWMX RTTVUWWWXVZT[", + "G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[P[ RT[[[ RWNMZ", + "G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[P[ RT[[[ RWNMZ ROGOFNFNGOIQJSJUIVG", + "H\\MMM[ RNMN[ RJMQM RNTPTSSTRVNWMXMYNXOWN RPTSUTVVZW[ RPTRUSVUZV[X[YZZX RJ[Q[", + "G]NMNQMWLZK[J[IZJYKZ RWMW[ RXMX[ RKM[M RT[[[", + "G^LML[ RLMR[ RMMRY RXMR[ RXMX[ RYMY[ RIMMM RXM\\M RI[O[ RU[\\[", + "G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RMTWT RI[P[ RT[[[", + "H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM", + "G]LML[ RMMM[ RWMW[ RXMX[ RIM[M RI[P[ RT[[[", + "G\\LMLb RMMMb RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIMMM RIbPb", + "H[WPVQWRXQXPVNTMQMNNLPKSKULXNZQ[S[VZXX RQMONMPLSLUMXOZQ[", + "I\\RMR[ RSMS[ RMMLRLMYMYRXM RO[V[", + "I[LMR[ RMMRY RXMR[P_NaLbKbJaK`La RJMPM RTMZM", + "H]RFRb RSFSb ROFSF RRPQNPMNMLNKQKWLZN[P[QZRX RNMMNLQLWMZN[ RWMXNYQYWXZW[ RSPTNUMWMYNZQZWYZW[U[TZSX RObVb", + "H\\LMW[ RMMX[ RXML[ RJMPM RTMZM RJ[P[ RT[Z[", + "G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[[[[`Z[", + "G]LMLTMVPWRWUVWT RMMMTNVPW RWMW[ RXMX[ RIMPM RTM[M RT[[[", + "CbHMH[ RIMI[ RRMR[ RSMS[ R\\M\\[ R]M][ REMLM ROMVM RYM`M RE[`[", + "CbHMH[ RIMI[ RRMR[ RSMS[ R\\M\\[ R]M][ REMLM ROMVM RYM`M RE[`[``_[", + "H]QMQ[ RRMR[ RLMKRKMUM RRTVTYUZWZXYZV[N[ RVTXUYWYXXZV[", /* ÑŠ */ + "E_JMJ[ RKMK[ RGMNM RKTOTRUSWSXRZO[G[ ROTQURWRXQZO[ RYMY[ RZMZ[ RVM]M RV[][", /* Ñ‹ */ + "J[OMO[ RPMP[ RLMSM RPTTTWUXWXXWZT[L[ RTTVUWWWXVZT[", /* ÑŒ */ + "H]LIKFKLLINGQFSFVGXIYKZNZSYVXXVZS[P[MZLYKWKVLUMVLW RSFUGWIXKYNYSXVWXUZS[ RPPYP", /* Ñ */ + "DaIMI[ RJMJ[ RFMMM RF[M[ RVMSNQPPSPUQXSZV[X[[Z]X^U^S]P[NXMVM RVMTNRPQSQURXTZV[ RX[ZZ\\X]U]S\\PZNXM RJTPT", /* ÑŽ */ + "G\\VMV[ RWMW[ RZMOMLNKPKQLSOTVT ROMMNLPLQMSOT RTTQUPVNZM[ RTTRUQVOZN[L[KZJX RS[Z[" /* Ñ */ +}; diff --git a/include/base_struct.h b/include/base_struct.h new file mode 100644 index 0000000..e6238f3 --- /dev/null +++ b/include/base_struct.h @@ -0,0 +1,567 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013-2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2008-2015 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2008-2015 Wayne Stambaugh + * Copyright (C) 2004-2015 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file base_struct.h + * @brief Basic classes for most KiCad items. + */ + +#ifndef BASE_STRUCT_H_ +#define BASE_STRUCT_H_ + +#include + +#include +#include +#include +#include +#include + +#if defined(DEBUG) +#include // needed for Show() +extern std::ostream& operator <<( std::ostream& out, const wxSize& size ); + +extern std::ostream& operator <<( std::ostream& out, const wxPoint& pt ); +#endif + + +/// Flag to enable find and replace tracing using the WXTRACE environment variable. +extern const wxString traceFindReplace; + + +/** + * Enum FILL_T + * is the set of fill types used in plotting or drawing enclosed areas. + */ +enum FILL_T { + NO_FILL, // Poly, Square, Circle, Arc = option No Fill + FILLED_SHAPE, /* Poly, Square, Circle, Arc = option Fill + * with current color ("Solid shape") */ + FILLED_WITH_BG_BODYCOLOR /* Poly, Square, Circle, Arc = option Fill + * with background body color, translucent + * (texts inside this shape can be seen) + * not filled in B&W mode when plotting or + * printing */ +}; + + +enum SEARCH_RESULT { + SEARCH_QUIT, + SEARCH_CONTINUE +}; + + +class wxFindReplaceData; +class EDA_ITEM; +class EDA_DRAW_FRAME; +class EDA_RECT; +class DHEAD; +class MSG_PANEL_ITEM; + + +/** + * Class INSPECTOR + * is an abstract class that is used to inspect and possibly collect the + * (search) results of Iterating over a list or tree of KICAD_T objects. + * Extend from this class and implement the Inspect function and provide for + * a way for the extension to collect the results of the search/scan data and + * provide them to the caller. + */ +class INSPECTOR +{ +public: + virtual ~INSPECTOR() + { + } + + + /** + * Function Inspect + * is the examining function within the INSPECTOR which is passed to the + * EDA_ITEM::Iterate() function. It is used primarily for searching, but + * not limited to that. It can also collect or modify the scanned objects. + * + * @param aItem An EDA_ITEM to examine. + * @param aTestData is arbitrary data needed by the inspector to determine + * if the EDA_ITEM under test meets its match criteria. + * @return A #SEARCH_RESULT type #SEARCH_QUIT if the iterator function is to + * stop the scan, else #SEARCH_CONTINUE; + */ + virtual SEARCH_RESULT Inspect( EDA_ITEM* aItem, const void* aTestData ) = 0; +}; + + +// These define are used for the .m_Flags and .m_UndoRedoStatus member of the +// class EDA_ITEM +#define IS_CHANGED (1 << 0) ///< Item was edited, and modified +#define IS_LINKED (1 << 1) ///< Used in calculation to mark linked items (temporary use) +#define IN_EDIT (1 << 2) ///< Item currently edited +#define IS_MOVED (1 << 3) ///< Item being moved +#define IS_NEW (1 << 4) ///< New item, just created +#define IS_RESIZED (1 << 5) ///< Item being resized +#define IS_DRAGGED (1 << 6) ///< Item being dragged +#define IS_DELETED (1 << 7) +#define IS_WIRE_IMAGE (1 << 8) ///< Item to be drawn as wireframe while editing +#define STARTPOINT (1 << 9) +#define ENDPOINT (1 << 10) +#define SELECTED (1 << 11) +#define SELECTEDNODE (1 << 12) ///< flag indicating that the structure has already selected +#define STRUCT_DELETED (1 << 13) ///< flag indication structures to be erased +#define CANDIDATE (1 << 14) ///< flag indicating that the structure is connected +#define SKIP_STRUCT (1 << 15) ///< flag indicating that the structure should be ignored +#define DO_NOT_DRAW (1 << 16) ///< Used to disable draw function +#define IS_CANCELLED (1 << 17) ///< flag set when edit dialogs are canceled when editing a + ///< new object +#define TRACK_LOCKED (1 << 18) ///< Pcbnew: track locked: protected from global deletion +#define TRACK_AR (1 << 19) ///< Pcbnew: autorouted track +#define FLAG1 (1 << 20) ///< Pcbnew: flag used in local computations +#define FLAG0 (1 << 21) ///< Pcbnew: flag used in local computations +#define BEGIN_ONPAD (1 << 22) ///< Pcbnew: flag set for track segment starting on a pad +#define END_ONPAD (1 << 23) ///< Pcbnew: flag set for track segment ending on a pad +#define BUSY (1 << 24) ///< Pcbnew: flag indicating that the structure has + ///< already been edited, in some functions +#define HIGHLIGHTED (1 << 25) ///< item is drawn in normal colors, when the rest is darkened +#define BRIGHTENED (1 << 26) ///< item is drawn with a bright contour + +#define DP_COUPLED (1 << 27) ///< item is coupled with another item making a differential pair + ///< (applies to segments only) + +#define EDA_ITEM_ALL_FLAGS -1 + +typedef unsigned STATUS_FLAGS; + +/** + * Class EDA_ITEM + * is a base class for most all the KiCad significant classes, used in + * schematics and boards. + */ +class EDA_ITEM : public KIGFX::VIEW_ITEM +{ +private: + + /** + * Run time identification, _keep private_ so it can never be changed after + * a constructor sets it. See comment near SetType() regarding virtual + * functions. + */ + KICAD_T m_StructType; + STATUS_FLAGS m_Status; + +protected: + EDA_ITEM* Pnext; ///< next in linked list + EDA_ITEM* Pback; ///< previous in linked list + DHEAD* m_List; ///< which DLIST I am on. + + EDA_ITEM* m_Parent; ///< Linked list: Link (parent struct) + time_t m_TimeStamp; ///< Time stamp used for logical links + + /// Set to true to override the visibility setting of the item. + bool m_forceVisible; + + /// Flag bits for editing and other uses. + STATUS_FLAGS m_Flags; + + // Link to an copy of the item use to save the item's state for undo/redo feature. + EDA_ITEM* m_Image; + +private: + + void initVars(); + +protected: + + EDA_ITEM( EDA_ITEM* parent, KICAD_T idType ); + EDA_ITEM( KICAD_T idType ); + EDA_ITEM( const EDA_ITEM& base ); + +public: + + virtual ~EDA_ITEM() { }; + + /** + * Function Type() + * + * returns the type of object. This attribute should never be changed + * after a constructor sets it, so there is no public "setter" method. + * @return KICAD_T - the type of object. + */ + inline KICAD_T Type() const + { + return m_StructType; + } + + void SetTimeStamp( time_t aNewTimeStamp ) { m_TimeStamp = aNewTimeStamp; } + time_t GetTimeStamp() const { return m_TimeStamp; } + + EDA_ITEM* Next() const { return Pnext; } + EDA_ITEM* Back() const { return Pback; } + EDA_ITEM* GetParent() const { return m_Parent; } + DHEAD* GetList() const { return m_List; } + + void SetNext( EDA_ITEM* aNext ) { Pnext = aNext; } + void SetBack( EDA_ITEM* aBack ) { Pback = aBack; } + void SetParent( EDA_ITEM* aParent ) { m_Parent = aParent; } + void SetList( DHEAD* aList ) { m_List = aList; } + + inline bool IsNew() const { return m_Flags & IS_NEW; } + inline bool IsModified() const { return m_Flags & IS_CHANGED; } + inline bool IsMoving() const { return m_Flags & IS_MOVED; } + inline bool IsDragging() const { return m_Flags & IS_DRAGGED; } + inline bool IsWireImage() const { return m_Flags & IS_WIRE_IMAGE; } + inline bool IsSelected() const { return m_Flags & SELECTED; } + inline bool IsResized() const { return m_Flags & IS_RESIZED; } + inline bool IsHighlighted() const { return m_Flags & HIGHLIGHTED; } + inline bool IsBrightened() const { return m_Flags & BRIGHTENED; } + + inline void SetWireImage() { SetFlags( IS_WIRE_IMAGE ); } + inline void SetSelected() { SetFlags( SELECTED ); ViewUpdate( COLOR ); } + inline void SetHighlighted() { SetFlags( HIGHLIGHTED ); ViewUpdate( COLOR ); } + inline void SetBrightened() { SetFlags( BRIGHTENED ); } + + inline void ClearSelected() { ClearFlags( SELECTED ); ViewUpdate( COLOR ); } + inline void ClearHighlighted() { ClearFlags( HIGHLIGHTED ); ViewUpdate( COLOR ); } + inline void ClearBrightened() { ClearFlags( BRIGHTENED ); } + + void SetModified(); + + int GetState( int type ) const + { + return m_Status & type; + } + + void SetState( int type, int state ) + { + if( state ) + m_Status |= type; // state = ON or OFF + else + m_Status &= ~type; + } + + STATUS_FLAGS GetStatus() const { return m_Status; } + void SetStatus( STATUS_FLAGS aStatus ) { m_Status = aStatus; } + + void SetFlags( STATUS_FLAGS aMask ) { m_Flags |= aMask; } + void ClearFlags( STATUS_FLAGS aMask = EDA_ITEM_ALL_FLAGS ) { m_Flags &= ~aMask; } + STATUS_FLAGS GetFlags() const { return m_Flags; } + + void SetImage( EDA_ITEM* aItem ) { m_Image = aItem; } + + /** + * Function SetForceVisible + * is used to set and cleag force visible flag used to force the item to be drawn + * even if it's draw attribute is set to not visible. + * + * @param aEnable True forces the item to be drawn. False uses the item's visibility + * setting to determine if the item is to be drawn. + */ + void SetForceVisible( bool aEnable ) { m_forceVisible = aEnable; } + + /** + * Function GetMsgPanelInfo + * populates \a aList of #MSG_PANEL_ITEM objects with it's internal state for display + * purposes. + * + * @note This method replaces DisplayInfo() so that KiCad objects no longer have any + * knowledge of wxWidgets UI objects. + * + * @param aList is the list to populate. + */ + virtual void GetMsgPanelInfo( std::vector< MSG_PANEL_ITEM >& aList ) + { + } + + /** + * Function HitTest + * tests if \a aPosition is contained within or on the bounding area of an item. + * + * @param aPosition A reference to a wxPoint object containing the coordinates to test. + * @return True if \a aPosition is within or on the item bounding area. + */ + virtual bool HitTest( const wxPoint& aPosition ) const + { + return false; // derived classes should override this function + } + + + /** + * Function GetBoundingBox + * returns the orthogonal, bounding box of this object for display + * purposes. + * This box should be an enclosing perimeter for visible components of this + * object, and the units should be in the pcb or schematic coordinate + * system. + * It is OK to overestimate the size by a few counts. + */ + virtual const EDA_RECT GetBoundingBox() const + { +#if defined(DEBUG) + printf( "Missing GetBoundingBox()\n" ); + Show( 0, std::cout ); // tell me which classes still need GetBoundingBox support +#endif + + // return a zero-sized box per default. derived classes should override + // this + return EDA_RECT( wxPoint( 0, 0 ), wxSize( 0, 0 ) ); + } + + /** + * Function Clone + * creates a duplicate of this item with linked list members set to NULL. + * + * The default version will return NULL in release builds and likely crash the + * program. In debug builds, a warning message indicating the derived class + * has not implemented cloning. This really should be a pure virtual function. + * Due to the fact that there are so many objects derived from EDA_ITEM, the + * decision was made to return NULL until all the objects derived from EDA_ITEM + * implement cloning. Once that happens, this function should be made pure. + * + * @return A clone of the item. + */ + virtual EDA_ITEM* Clone() const; // should not be inline, to save the ~ 6 bytes per call site. + + /** + * Function IterateForward + * walks through the object tree calling the inspector() on each object + * type requested in scanTypes. + * + * @param listStart The first in a list of EDA_ITEMs to iterate over. + * @param inspector Is an INSPECTOR to call on each object that is one of + * the requested scanTypes. + * @param testData Is an aid to testFunc, and should be sufficient to allow + * it to fully determine if an item meets the match criteria, + * but it may also be used to collect output. + * @param scanTypes A KICAD_T array that is EOT terminated, and provides both + * the order and interest level of of the types of objects to + * be iterated over. + * @return SEARCH_RESULT SEARCH_QUIT if the called INSPECTOR returned + * SEARCH_QUIT, else SCAN_CONTINUE; + */ + static SEARCH_RESULT IterateForward( EDA_ITEM* listStart, + INSPECTOR* inspector, + const void* testData, + const KICAD_T scanTypes[] ); + + /** + * Function Visit + * may be re-implemented for each derived class in order to handle + * all the types given by its member data. Implementations should call + * inspector->Inspect() on types in scanTypes[], and may use + * IterateForward() + * to do so on lists of such data. + * @param inspector An INSPECTOR instance to use in the inspection. + * @param testData Arbitrary data used by the inspector. + * @param scanTypes Which KICAD_T types are of interest and the order + * is significant too, terminated by EOT. + * @return SEARCH_RESULT SEARCH_QUIT if the Iterator is to stop the scan, + * else SCAN_CONTINUE, and determined by the inspector. + */ + virtual SEARCH_RESULT Visit( INSPECTOR* inspector, const void* testData, + const KICAD_T scanTypes[] ); + + /** + * Function GetClass + * returns the class name. + * @return wxString + */ + virtual wxString GetClass() const = 0; + + /** + * Function GetSelectMenuText + * returns the text to display to be used in the selection clarification context menu + * when multiple items are found at the current cursor position. The default version + * of this function raises an assertion in the debug mode and returns a string to + * indicate that it was not overridden to provide the object specific text. + * + * @return The menu text string. + */ + virtual wxString GetSelectMenuText() const; + + /** + * Function GetMenuImage + * returns a pointer to an image to be used in menus. The default version returns + * the right arrow image. Override this function to provide object specific menu + * images. + * @return The menu image associated with the item. + */ + virtual BITMAP_DEF GetMenuImage() const { return right_xpm; } + + /** + * Function Matches + * compares the item against the search criteria in \a aSearchData. + * + * The base class returns false since many of the objects derived from EDA_ITEM + * do not have any text to search. + * + * @param aSearchData A reference to a wxFindReplaceData object containing the + * search criteria. + * @param aAuxData A pointer to optional data required for the search or NULL + * if not used. + * @param aFindLocation A pointer to a wxPoint object to store the location of + * matched item. The pointer can be NULL if it is not used. + * @return True if the item's text matches the search criteria in \a aSearchData. + */ + virtual bool Matches( wxFindReplaceData& aSearchData, void* aAuxData, wxPoint* aFindLocation ) + { + return false; + } + + /** + * Helper function used in search and replace dialog + * Function Replace + * performs a text replace on \a aText using the find and replace criteria in + * \a aSearchData on items that support text find and replace. + * + * @param aSearchData A reference to a wxFindReplaceData object containing the + * search and replace criteria. + * @param aText A reference to a wxString object containing the text to be + * replaced. + * @return True if \a aText was modified, otherwise false. + */ + bool Replace( wxFindReplaceData& aSearchData, wxString& aText ); + + /** + * Function Replace + * performs a text replace using the find and replace criteria in \a aSearchData + * on items that support text find and replace. + * + * This function must be overridden for items that support text replace. + * + * @param aSearchData A reference to a wxFindReplaceData object containing the + * search and replace criteria. + * @param aAuxData A pointer to optional data required for the search or NULL + * if not used. + * @return True if the item text was modified, otherwise false. + */ + virtual bool Replace( wxFindReplaceData& aSearchData, void* aAuxData = NULL ) { return false; } + + /** + * Function IsReplaceable + *

    + * Override this method in any derived object that supports test find and + * replace. + *

    + * + * @return True if the item has replaceable text that can be modified using + * the find and replace dialog. + */ + virtual bool IsReplaceable() const { return false; } + + /** + * Test if another item is less than this object. + * + * @param aItem - Item to compare against. + * @return - True if \a aItem is less than the item. + */ + bool operator<( const EDA_ITEM& aItem ) const; + + /** + * Function Sort + * is a helper function to be used by the C++ STL sort algorithm for sorting a STL + * container of EDA_ITEM pointers. + * + * @param aLeft The left hand item to compare. + * @param aRight The right hand item to compare. + * @return True if \a aLeft is less than \a aRight. + */ + static bool Sort( const EDA_ITEM* aLeft, const EDA_ITEM* aRight ) { return *aLeft < *aRight; } + +#if 0 + /** + * Operator assignment + * is used to assign the members of \a aItem to another object. + * + * @warning This is still a work in progress and not ready for prime time. Do not use + * as there is a known issue with wxString buffers. + */ + virtual EDA_ITEM& operator=( const EDA_ITEM& aItem ); + #define USE_EDA_ITEM_OP_EQ +#endif + + /// @copydoc VIEW_ITEM::ViewBBox() + virtual const BOX2I ViewBBox() const; + + /// @copydoc VIEW_ITEM::ViewGetLayers() + virtual void ViewGetLayers( int aLayers[], int& aCount ) const; + +#if defined(DEBUG) + + /** + * Function Show + * is used to output the object tree, currently for debugging only. + * @param nestLevel An aid to prettier tree indenting, and is the level + * of nesting of this object within the overall tree. + * @param os The ostream& to output to. + */ + virtual void Show( int nestLevel, std::ostream& os ) const = 0; + // pure virtual so compiler warns if somebody mucks up a derived declaration + + void ShowDummy( std::ostream& os ) const; ///< call this if you are a lazy developer + + /** + * Function NestedSpace + * outputs nested space for pretty indenting. + * @param nestLevel The nest count + * @param os The ostream&, where to output + * @return std::ostream& - for continuation. + **/ + static std::ostream& NestedSpace( int nestLevel, std::ostream& os ); + +#endif + +protected: + /** + * Function Matches + * compares \a aText against search criteria in \a aSearchData. + * This is a helper function for simplify derived class logic. + * + * @param aText A reference to a wxString object containing the string to test. + * @param aSearchData The criteria to search against. + * @return True if \a aText matches the search criteria in \a aSearchData. + */ + bool Matches( const wxString& aText, wxFindReplaceData& aSearchData ); +}; + + +/** + * Function new_clone + * provides cloning capabilities for all Boost pointer containers of EDA_ITEM pointers. + * + * @param aItem EDA_ITEM to clone. + * @return Clone of \a aItem. + */ +inline EDA_ITEM* new_clone( const EDA_ITEM& aItem ) { return aItem.Clone(); } + + +/** + * Define list of drawing items for screens. + * + * The standard C++ container was chosen so the pointer can be removed from a list without + * it being destroyed. + */ +typedef std::vector< EDA_ITEM* > EDA_ITEMS; + + +#endif // BASE_STRUCT_H_ diff --git a/include/base_units.h b/include/base_units.h new file mode 100644 index 0000000..c4092b1 --- /dev/null +++ b/include/base_units.h @@ -0,0 +1,194 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 CERN + * Copyright (C) 1992-2011 KiCad Developers, see change_log.txt for contributors. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @author Wayne Stambaugh + * @file base_units.h + * @brief Implementation of conversion functions that require both schematic and board + * internal units. + */ + +#ifndef _BASE_UNITS_H_ +#define _BASE_UNITS_H_ + + +#include +#include + +/** Helper function Double2Str to print a float number without + * using scientific notation and no trailing 0 + * We want to avoid scientific notation in S-expr files (not easy to read) + * for floating numbers. + * So we cannot always just use the %g or the %f format to print a fp number + * this helper function uses the %f format when needed, or %g when %f is + * not well working and then removes trailing 0 + */ +std::string Double2Str( double aValue ); + +/** + * Function StripTrailingZeros + * Remove trailing 0 from a string containing a converted float number. + * The trailing 0 are removed if the mantissa has more + * than aTrailingZeroAllowed digits and some trailing 0 + */ +void StripTrailingZeros( wxString& aStringValue, unsigned aTrailingZeroAllowed = 1 ); + + +/** + * Function To_User_Unit + * convert \a aValue in internal units to the appropriate user units defined by \a aUnit. + * + * @return The converted value, in double + * @param aUnit The units to convert \a aValue to. + * @param aValue The value in internal units to convert. + */ +double To_User_Unit( EDA_UNITS_T aUnit, double aValue ); + +/** + * Function CoordinateToString + * is a helper to convert the \a integer coordinate \a aValue to a string in inches, + * millimeters, or unscaled units according to the current user units setting. + * + * Should be used only to display a coordinate in status, but not in dialogs, + * because the mantissa of the number displayed has 4 digits max for readability. + * (i.e. the value shows the decimils or the microns ) + * However the actual internal value could need up to 8 digits to be printed + * + * @param aValue The integer coordinate to convert. + * @param aConvertToMils Convert inch values to mils if true. This setting has no effect if + * the current user unit is millimeters. + * @return The converted string for display in user interface elements. + */ +wxString CoordinateToString( int aValue, bool aConvertToMils = false ); + +/** + * Function AngleToStringDegrees + * is a helper to convert the \a double \a aAngle (in internal unit) + * to a string in degrees + */ +wxString AngleToStringDegrees( double aAngle ); + +/** + * Function LenghtDoubleToString + * is a helper to convert the \a double length \a aValue to a string in inches, + * millimeters, or unscaled units according to the current user units setting. + * + * Should be used only to display a coordinate in status, but not in dialogs, + * because the mantissa of the number displayed has 4 digits max for readability. + * (i.e. the value shows the decimils or the microns ) + * However the actual internal value could need up to 8 digits to be printed + * + * @param aValue The double value to convert. + * @param aConvertToMils Convert inch values to mils if true. This setting has no effect if + * the current user unit is millimeters. + * @return The converted string for display in user interface elements. + */ +wxString LengthDoubleToString( double aValue, bool aConvertToMils = false ); + +/** + * Function StringFromValue + * returns the string from \a aValue according to units (inch, mm ...) for display, + * and the initial unit for value. + * + * For readability, the mantissa has 3 or more digits (max 8 digits), + * the trailing 0 are removed if the mantissa has more than 3 digits + * and some trailing 0 + * This function should be used to display values in dialogs because a value + * entered in mm (for instance 2.0 mm) could need up to 8 digits mantissa + * if displayed in inch to avoid truncation or rounding made just by the printf function. + * otherwise the actual value is rounded when read from dialog and converted + * in internal units, and therefore modified. + * + * @param aUnit = display units (INCHES, MILLIMETRE ..) + * @param aValue = value in Internal_Unit + * @param aAddUnitSymbol = true to add symbol unit to the string value + * @return A wxString object containing value and optionally the symbol unit (like 2.000 mm) + */ +wxString StringFromValue( EDA_UNITS_T aUnit, int aValue, bool aAddUnitSymbol = false ); + +/** + * Operator << overload + * outputs a point to the argument string in a format resembling + * "@ (x,y) + * @param aString Where to put the text describing the point value + * @param aPoint The point to output. + * @return wxString& - the input string + */ +wxString& operator <<( wxString& aString, const wxPoint& aPoint ); + +/** + * Function PutValueInLocalUnits + * converts \a aValue from internal units to user units and append the units notation + * (mm or ")then inserts the string an \a aTextCtrl. + * + * This function is used in dialog boxes for entering values depending on selected units. + */ +void PutValueInLocalUnits( wxTextCtrl& aTextCtr, int aValue ); + +/** + * Return in internal units the value "val" given in a real unit + * such as "in", "mm" or "deg" + */ +double From_User_Unit( EDA_UNITS_T aUnit, double aValue ); + + +/** + * Function DoubleValueFromString + * converts \a aTextValue to a double + * @param aUnits The units of \a aTextValue. + * @param aTextValue A reference to a wxString object containing the string to convert. + * @return A double representing that value in internal units + */ +double DoubleValueFromString( EDA_UNITS_T aUnits, const wxString& aTextValue ); + +/** + * Function ValueFromString + * converts \a aTextValue in \a aUnits to internal units used by the application. + * + * @param aUnits The units of \a aTextValue. + * @param aTextValue A reference to a wxString object containing the string to convert. + * @return The string from Value, according to units (inch, mm ...) for display, + */ +int ValueFromString( EDA_UNITS_T aUnits, const wxString& aTextValue ); + +/** + * Function ValueFromString + + * converts \a aTextValue in \a aUnits to internal units used by the application, + * unit type will be obtained from g_UserUnit. + * + * @param aTextValue A reference to a wxString object containing the string to convert. + * @return The string from Value, according to units (inch, mm ...) for display, + */ + +int ValueFromString( const wxString& aTextValue ); + +/** + * Convert the number Value in a string according to the internal units + * and the selected unit (g_UserUnit) and put it in the wxTextCtrl TextCtrl + */ +int ValueFromTextCtrl( const wxTextCtrl& aTextCtr ); + +#endif // _BASE_UNITS_H_ diff --git a/include/bezier_curves.h b/include/bezier_curves.h new file mode 100644 index 0000000..1e5c8a7 --- /dev/null +++ b/include/bezier_curves.h @@ -0,0 +1,60 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef BEZIER_CURVES_H +#define BEZIER_CURVES_H + +#include + +#include + + +/** + * Function Bezier2Poly + * convert a Bezier curve to a polyline + * @param c1 - First point to convert. + * @param c2 - Second point to convert. + * @param c3 - Third point to convert. + * @return a std::vector containing the points of the polyline + */ +std::vector Bezier2Poly(wxPoint c1, wxPoint c2, wxPoint c3); + +std::vector Bezier2Poly(int x1, int y1, int x2, int y2, int x3, int y3); + +/** + * Function Bezier2Poly + * convert a Bezier curve to a polyline + * @return a std::vector containing the points of the polyline + * @param c1 - First point to convert. + * @param c2 - Second point to convert. + * @param c3 - Third point to convert. + * @param c4 - Fourth point to convert. + * @return a std::vector containing the points of the polyline + */ +std::vector Bezier2Poly( wxPoint c1, wxPoint c2, wxPoint c3,wxPoint c4 ); + +std::vector Bezier2Poly(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4); + + +#endif // BEZIER_CURVES_H diff --git a/include/bin_mod.h b/include/bin_mod.h new file mode 100644 index 0000000..1f687ad --- /dev/null +++ b/include/bin_mod.h @@ -0,0 +1,66 @@ +#ifndef BIN_MOD_H_ +#define BIN_MOD_H_ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#if 0 + #include // wx 3.0: +#else + #include +#endif + +#include + +#include + +class wxConfigBase; + +/** + * Struct BIN_MOD + * pertains to a single program module, either an EXE or a DSO/DLL ("bin_mod"). + * It manages miscellaneous configuration file information pertinent to one bin_mod. + * Because it serves in both DSO/DLLs and in EXEs, its name is neutral. + *

    + * Accessors are in containing (wrapper) classes. + */ +struct BIN_MOD +{ + BIN_MOD( const char* aName ); + ~BIN_MOD(); + + void Init(); + void End(); + + const char* m_name; ///< name of this binary module, static C string. + + wxConfigBase* m_config; ///< maybe from $HOME/.${m_name} + wxFileHistory m_history; + wxString m_help_file; + + SEARCH_STACK m_search; + + +}; + +#endif // BIN_MOD_H_ diff --git a/include/bitmaps.h b/include/bitmaps.h new file mode 100644 index 0000000..c0711c8 --- /dev/null +++ b/include/bitmaps.h @@ -0,0 +1,570 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#ifndef BITMAPS_H_ +#define BITMAPS_H_ + +//FIXME: cannot include only this file in wxWidgets 2.9.3 +// test if it works under stable release +// #include // only to define wxBitmap +class wxBitmap; // only to define wxBitmap + +#include + + +/// PNG memory record (file in memory). +struct BITMAP_OPAQUE +{ + const unsigned char* png; + int byteCount; + const char* name; // for debug, or future lazy dynamic linking +}; + +// declared as single element _array_, so its name assigns to pointer +#define EXTERN_BITMAP(x) extern const BITMAP_OPAQUE x[1]; + + +/// a BITMAP_DEF is really a const pointer to an opaque +/// structure. So you should never need to use 'const' with it. +typedef const BITMAP_OPAQUE *BITMAP_DEF; + + +/** + * Function KiBitmap + * constructs a wxBitmap from a memory record, held in a + * BITMAP_DEF. + */ +wxBitmap KiBitmap( BITMAP_DEF aBitmap ); + + +/** + * Function KiBitmapNew + * allocates a wxBitmap on heap from a memory record, held in a + * BITMAP_DEF. + * + * @return wxBitmap* - caller owns it. + */ +wxBitmap* KiBitmapNew( BITMAP_DEF aBitmap ); + + +// may eventually generate this file automatically. + +EXTERN_BITMAP( shape_3d_xpm ) +EXTERN_BITMAP( add_arc_xpm ) +EXTERN_BITMAP( add_bus2bus_xpm ) +EXTERN_BITMAP( add_bus_xpm ) +EXTERN_BITMAP( add_circle_xpm ) +EXTERN_BITMAP( add_component_xpm ) +EXTERN_BITMAP( add_corner_xpm ) +EXTERN_BITMAP( add_dashed_line_xpm ) +EXTERN_BITMAP( add_dimension_xpm ) +EXTERN_BITMAP( add_entry_xpm ) +EXTERN_BITMAP( add_glabel_xpm ) +EXTERN_BITMAP( add_hierarchical_label_xpm ) +EXTERN_BITMAP( add_hierarchical_subsheet_xpm ) +EXTERN_BITMAP( add_hierar_pin_xpm ) +EXTERN_BITMAP( add_junction_xpm ) +EXTERN_BITMAP( add_keepout_area_xpm ) +EXTERN_BITMAP( add_line2bus_xpm ) +EXTERN_BITMAP( add_line_label_xpm ) +EXTERN_BITMAP( add_line_xpm ) +EXTERN_BITMAP( add_mires_xpm ) +EXTERN_BITMAP( add_polygon_xpm ) +EXTERN_BITMAP( add_power_xpm ) +EXTERN_BITMAP( add_rectangle_xpm ) +EXTERN_BITMAP( add_text_xpm ) +EXTERN_BITMAP( add_tracks_xpm ) +EXTERN_BITMAP( add_zone_cutout_xpm ) +EXTERN_BITMAP( add_zone_xpm ) +EXTERN_BITMAP( anchor_xpm ) +EXTERN_BITMAP( annotate_down_right_xpm ) +EXTERN_BITMAP( annotate_right_down_xpm ) +EXTERN_BITMAP( annotate_xpm ) +EXTERN_BITMAP( array_line_xpm ) +EXTERN_BITMAP( array_module_xpm ) +EXTERN_BITMAP( array_pad_xpm ) +EXTERN_BITMAP( array_target_xpm ) +EXTERN_BITMAP( array_text_xpm ) +EXTERN_BITMAP( array_zone_xpm ) +EXTERN_BITMAP( auto_associe_xpm ) +EXTERN_BITMAP( auto_delete_track_xpm ) +EXTERN_BITMAP( auto_track_width_xpm ) +EXTERN_BITMAP( axis3d_back_xpm ) +EXTERN_BITMAP( axis3d_bottom_xpm ) +EXTERN_BITMAP( axis3d_front_xpm ) +EXTERN_BITMAP( axis3d_left_xpm ) +EXTERN_BITMAP( axis3d_right_xpm ) +EXTERN_BITMAP( axis3d_top_xpm ) +EXTERN_BITMAP( axis3d_xpm ) +EXTERN_BITMAP( bom_xpm ) +EXTERN_BITMAP( book_xpm ) +EXTERN_BITMAP( break_bus_xpm ) +EXTERN_BITMAP( break_line_xpm ) +EXTERN_BITMAP( browse_files_xpm ) +EXTERN_BITMAP( cancel_xpm ) +EXTERN_BITMAP( change_entry_orient_xpm ) +EXTERN_BITMAP( change_label_xpm ) +EXTERN_BITMAP( change_hlabel_xpm ) +EXTERN_BITMAP( change_glabel_xpm ) +EXTERN_BITMAP( change_text_xpm ) +EXTERN_BITMAP( contrast_mode_xpm ) +EXTERN_BITMAP( checked_ok_xpm ) +EXTERN_BITMAP( component_select_alternate_shape_xpm ) +EXTERN_BITMAP( component_select_unit_xpm ) +EXTERN_BITMAP( config_xpm ) +EXTERN_BITMAP( copper_layers_setup_xpm ) +EXTERN_BITMAP( copyblock_xpm ) +EXTERN_BITMAP( copycomponent_xpm ) +EXTERN_BITMAP( copy_button_xpm ) +EXTERN_BITMAP( copy_library_xpm ) +EXTERN_BITMAP( create_cmp_file_xpm ) +EXTERN_BITMAP( cursor_shape_xpm ) +EXTERN_BITMAP( cursor_xpm ) +EXTERN_BITMAP( cut_button_xpm ) +EXTERN_BITMAP( cvpcb_xpm ) +EXTERN_BITMAP( dashline_xpm ) +EXTERN_BITMAP( datasheet_xpm ) +EXTERN_BITMAP( delete_arc_xpm ) +EXTERN_BITMAP( delete_association_xpm ) +EXTERN_BITMAP( delete_bus_xpm ) +EXTERN_BITMAP( delete_circle_xpm ) +EXTERN_BITMAP( delete_connection_xpm ) +EXTERN_BITMAP( delete_cotation_xpm ) +EXTERN_BITMAP( delete_field_xpm ) +EXTERN_BITMAP( delete_glabel_xpm ) +EXTERN_BITMAP( delete_line_xpm ) +EXTERN_BITMAP( delete_module_xpm ) +EXTERN_BITMAP( delete_net_xpm ) +EXTERN_BITMAP( delete_node_xpm ) +EXTERN_BITMAP( delete_pad_xpm ) +EXTERN_BITMAP( delete_pinsheet_xpm ) +EXTERN_BITMAP( delete_pin_xpm ) +EXTERN_BITMAP( delete_polygon_xpm ) +EXTERN_BITMAP( delete_rectangle_xpm ) +EXTERN_BITMAP( delete_segment_xpm ) +EXTERN_BITMAP( delete_sheet_xpm ) +EXTERN_BITMAP( delete_text_xpm ) +EXTERN_BITMAP( delete_track_xpm ) +EXTERN_BITMAP( delete_xpm ) +EXTERN_BITMAP( dialog_warning_xpm ) +EXTERN_BITMAP( directory_xpm ) +EXTERN_BITMAP( display_options_xpm ) +EXTERN_BITMAP( down_xpm ) +EXTERN_BITMAP( ortho_xpm ) +EXTERN_BITMAP( drag_module_xpm ) +EXTERN_BITMAP( drag_outline_segment_xpm ) +EXTERN_BITMAP( drag_pad_xpm ) +EXTERN_BITMAP( drag_segment_withslope_xpm ) +EXTERN_BITMAP( drag_track_segment_xpm ) +EXTERN_BITMAP( drc_off_xpm ) +EXTERN_BITMAP( drc_xpm ) +EXTERN_BITMAP( duplicate_line_xpm ) +EXTERN_BITMAP( duplicate_module_xpm ) +EXTERN_BITMAP( duplicate_pad_xpm ) +EXTERN_BITMAP( duplicate_target_xpm ) +EXTERN_BITMAP( duplicate_text_xpm ) +EXTERN_BITMAP( duplicate_zone_xpm ) +EXTERN_BITMAP( edges_sketch_xpm ) +EXTERN_BITMAP( edit_comp_footprint_xpm ) +EXTERN_BITMAP( edit_component_xpm ) +EXTERN_BITMAP( edit_comp_ref_xpm ) +EXTERN_BITMAP( edit_comp_value_xpm ) +EXTERN_BITMAP( edit_module_xpm ) +EXTERN_BITMAP( editor_xpm ) +EXTERN_BITMAP( edit_part_xpm ) +EXTERN_BITMAP( edit_sheet_xpm ) +EXTERN_BITMAP( edit_text_xpm ) +EXTERN_BITMAP( edit_xpm ) +EXTERN_BITMAP( eeschema_xpm ) +EXTERN_BITMAP( enter_sheet_xpm ) +EXTERN_BITMAP( erc_xpm ) +EXTERN_BITMAP( ercerr_xpm ) +EXTERN_BITMAP( ercwarn_xpm ) +EXTERN_BITMAP( erc_green_xpm ) +EXTERN_BITMAP( exit_xpm ) +EXTERN_BITMAP( export_dsn_xpm ) +EXTERN_BITMAP( export_idf_xpm ) +EXTERN_BITMAP( export_footprint_names_xpm ) +EXTERN_BITMAP( export_module_xpm ) +EXTERN_BITMAP( export_options_pad_xpm ) +EXTERN_BITMAP( export_xpm ) +EXTERN_BITMAP( fabrication_xpm ) +EXTERN_BITMAP( file_footprint_xpm ) +EXTERN_BITMAP( fill_zone_xpm ) +EXTERN_BITMAP( find_xpm ) +EXTERN_BITMAP( find_replace_xpm ) +EXTERN_BITMAP( flag_xpm ) +EXTERN_BITMAP( fonts_xpm ) +EXTERN_BITMAP( footprint_text_xpm ) +EXTERN_BITMAP( gbr_select_mode0_xpm ) +EXTERN_BITMAP( gbr_select_mode1_xpm ) +EXTERN_BITMAP( gbr_select_mode2_xpm ) +EXTERN_BITMAP( gerbview_drill_file_xpm ) +EXTERN_BITMAP( gerber_file_xpm ) +EXTERN_BITMAP( gerber_recent_files_xpm ) +EXTERN_BITMAP( gerbview_clear_layers_xpm ) +EXTERN_BITMAP( gerbview_open_recent_drill_files_xpm ) +EXTERN_BITMAP( gerbview_show_negative_objects_xpm ); +EXTERN_BITMAP( general_deletions_xpm ) +EXTERN_BITMAP( general_ratsnest_xpm ) +EXTERN_BITMAP( glabel2label_xpm ) +EXTERN_BITMAP( glabel2text_xpm ) +EXTERN_BITMAP( gl_change_xpm ) +EXTERN_BITMAP( global_options_pad_xpm ) +EXTERN_BITMAP( green_xpm ) +EXTERN_BITMAP( grid_select_axis_xpm ) +EXTERN_BITMAP( grid_select_xpm ) +EXTERN_BITMAP( grid_xpm ) +EXTERN_BITMAP( hammer_xpm ) +EXTERN_BITMAP( help_xpm ) +EXTERN_BITMAP( hidden_pin_xpm ) +EXTERN_BITMAP( hierarchy_cursor_xpm ) +EXTERN_BITMAP( hierarchy_nav_xpm ) +EXTERN_BITMAP( hotkeys_xpm ) +EXTERN_BITMAP( html_xpm ) +EXTERN_BITMAP( icon_cvpcb_small_xpm ) +EXTERN_BITMAP( icon_cvpcb_xpm ) +EXTERN_BITMAP( icon_eeschema_xpm ) +EXTERN_BITMAP( icon_gerbview_small_xpm ) +EXTERN_BITMAP( icon_gerbview_xpm ) +EXTERN_BITMAP( icon_kicad_xpm ) +EXTERN_BITMAP( icon_modedit_xpm ) +EXTERN_BITMAP( icon_pcbnew_xpm ) +EXTERN_BITMAP( icon_txt_xpm ) +EXTERN_BITMAP( icon_3d_xpm ) +EXTERN_BITMAP( icon_bitmap2component_xpm ) +EXTERN_BITMAP( icon_pcbcalculator_xpm ) +EXTERN_BITMAP( icon_pagelayout_editor_xpm ) +EXTERN_BITMAP( image_xpm ) +EXTERN_BITMAP( import_cmp_from_lib_xpm ) +EXTERN_BITMAP( import_footprint_names_xpm ) +EXTERN_BITMAP( import_hierarchical_label_xpm ) +EXTERN_BITMAP( import_module_xpm ) +EXTERN_BITMAP( import_xpm ) +EXTERN_BITMAP( import3d_xpm ) +EXTERN_BITMAP( info_xpm ) +EXTERN_BITMAP( insert_module_board_xpm ) +EXTERN_BITMAP( invisible_text_xpm ) +EXTERN_BITMAP( kicad_icon_small_xpm ) +EXTERN_BITMAP( label2glabel_xpm ) +EXTERN_BITMAP( label2text_xpm ) +EXTERN_BITMAP( label_xpm ) +EXTERN_BITMAP( lang_bg_xpm ) +EXTERN_BITMAP( lang_catalan_xpm ) +EXTERN_BITMAP( lang_chinese_xpm ) +EXTERN_BITMAP( lang_cs_xpm ) +EXTERN_BITMAP( lang_def_xpm ) +EXTERN_BITMAP( lang_de_xpm ) +EXTERN_BITMAP( lang_en_xpm ) +EXTERN_BITMAP( lang_es_xpm ) +EXTERN_BITMAP( lang_fr_xpm ) +EXTERN_BITMAP( lang_fi_xpm ) +EXTERN_BITMAP( lang_gr_xpm ) +EXTERN_BITMAP( lang_hu_xpm ) +EXTERN_BITMAP( lang_it_xpm ) +EXTERN_BITMAP( lang_jp_xpm ) +EXTERN_BITMAP( lang_ko_xpm ) +EXTERN_BITMAP( lang_nl_xpm ) +EXTERN_BITMAP( lang_pl_xpm ) +EXTERN_BITMAP( lang_pt_xpm ) +EXTERN_BITMAP( lang_ru_xpm ) +EXTERN_BITMAP( lang_sl_xpm ) +EXTERN_BITMAP( language_xpm ) +EXTERN_BITMAP( layers_manager_xpm ) +EXTERN_BITMAP( leave_sheet_xpm ) +EXTERN_BITMAP( left_xpm ) +EXTERN_BITMAP( libedit_icon_xpm ) +EXTERN_BITMAP( libedit_xpm ) +EXTERN_BITMAP( libedprt_xpm ) +EXTERN_BITMAP( lib_next_xpm ) +EXTERN_BITMAP( lib_previous_xpm ) +EXTERN_BITMAP( library_browse_xpm ) +EXTERN_BITMAP( library_update_xpm ) +EXTERN_BITMAP( library_xpm ) +EXTERN_BITMAP( library_table_xpm ) +EXTERN_BITMAP( libview_xpm ) +EXTERN_BITMAP( lines90_xpm ) +EXTERN_BITMAP( list_nets_xpm ) +EXTERN_BITMAP( load_module_board_xpm ) +EXTERN_BITMAP( load_module_lib_xpm ) +EXTERN_BITMAP( local_ratsnest_xpm ) +EXTERN_BITMAP( locked_xpm ) +EXTERN_BITMAP( macros_record_xpm ) +EXTERN_BITMAP( mirepcb_xpm ) +EXTERN_BITMAP( mirror_h_xpm ) +EXTERN_BITMAP( mirror_v_xpm ) +EXTERN_BITMAP( mirror_footprint_axisX_xpm ) +EXTERN_BITMAP( mirror_footprint_axisY_xpm ) +EXTERN_BITMAP( mode_module_xpm ) +EXTERN_BITMAP( mode_track_xpm ) +EXTERN_BITMAP( modratsnest_xpm ) +EXTERN_BITMAP( module_check_xpm ) +EXTERN_BITMAP( module_editor_xpm ) +EXTERN_BITMAP( module_wizard_xpm ) +EXTERN_BITMAP( module_filtered_list_xpm ) +EXTERN_BITMAP( module_pin_filtered_list_xpm ) +EXTERN_BITMAP( module_library_list_xpm ) +EXTERN_BITMAP( module_full_list_xpm ) +EXTERN_BITMAP( module_options_xpm ) +EXTERN_BITMAP( module_ratsnest_xpm ) +EXTERN_BITMAP( module_xpm ) +EXTERN_BITMAP( modview_icon_xpm ) +EXTERN_BITMAP( morgan1_xpm ) +EXTERN_BITMAP( morgan2_xpm ) +EXTERN_BITMAP( move_arc_xpm ) +EXTERN_BITMAP( move_circle_xpm ) +EXTERN_BITMAP( move_field_xpm ) +EXTERN_BITMAP( move_glabel_xpm ) +EXTERN_BITMAP( move_line_xpm ) +EXTERN_BITMAP( move_module_xpm ) +EXTERN_BITMAP( move_pad_xpm ) +EXTERN_BITMAP( move_pinsheet_xpm ) +EXTERN_BITMAP( move_pin_xpm ) +EXTERN_BITMAP( move_polygon_xpm ) +EXTERN_BITMAP( move_rectangle_xpm ) +EXTERN_BITMAP( move_sheet_xpm ) +EXTERN_BITMAP( move_text_xpm ) +EXTERN_BITMAP( move_target_xpm ) +EXTERN_BITMAP( move_track_segment_xpm ) +EXTERN_BITMAP( move_track_xpm ) +EXTERN_BITMAP( move_zone_xpm ) +EXTERN_BITMAP( move_xpm ) +EXTERN_BITMAP( mw_add_gap_xpm ) +EXTERN_BITMAP( mw_add_line_xpm ) +EXTERN_BITMAP( mw_add_shape_xpm ) +EXTERN_BITMAP( mw_add_stub_arc_xpm ) +EXTERN_BITMAP( mw_add_stub_xpm ) +EXTERN_BITMAP( mw_toolbar_xpm ) +EXTERN_BITMAP( net_highlight_xpm ) +EXTERN_BITMAP( netlist_xpm ) +EXTERN_BITMAP( net_locked_xpm ) +EXTERN_BITMAP( net_unlocked_xpm ) +EXTERN_BITMAP( new_component_xpm ) +EXTERN_BITMAP( new_cvpcb_xpm ) +EXTERN_BITMAP( new_footprint_xpm ) +EXTERN_BITMAP( new_gerb_xpm ) +EXTERN_BITMAP( new_library_xpm ) +EXTERN_BITMAP( new_pcb_xpm ) +EXTERN_BITMAP( new_project_xpm ) +EXTERN_BITMAP( new_project_with_template_xpm ) +EXTERN_BITMAP( new_python_xpm ) +EXTERN_BITMAP( new_sch_xpm ) +EXTERN_BITMAP( noconn_xpm ) +EXTERN_BITMAP( normal_xpm ) +EXTERN_BITMAP( online_help_xpm ) +EXTERN_BITMAP( open_brd_file_xpm ) +EXTERN_BITMAP( open_document_xpm ) +EXTERN_BITMAP( open_library_xpm ) +EXTERN_BITMAP( open_project_xpm ) +EXTERN_BITMAP( options_all_tracks_and_vias_xpm ) +EXTERN_BITMAP( options_all_tracks_xpm ) +EXTERN_BITMAP( options_all_vias_xpm ) +EXTERN_BITMAP( options_arc_xpm ) +EXTERN_BITMAP( options_circle_xpm ) +EXTERN_BITMAP( options_module_xpm ) +EXTERN_BITMAP( options_new_pad_xpm ) +EXTERN_BITMAP( options_pad_xpm ) +EXTERN_BITMAP( options_pinsheet_xpm ) +EXTERN_BITMAP( options_pin_xpm ) +EXTERN_BITMAP( options_rectangle_xpm ) +EXTERN_BITMAP( options_segment_xpm ) +EXTERN_BITMAP( options_text_xpm ) +EXTERN_BITMAP( options_tracks_xpm ) +EXTERN_BITMAP( options_track_xpm ) +EXTERN_BITMAP( options_vias_xpm ) +EXTERN_BITMAP( opt_show_polygon_xpm ) +EXTERN_BITMAP( orient_xpm ) +EXTERN_BITMAP( pad_sketch_xpm ) +EXTERN_BITMAP( pad_xpm ) +EXTERN_BITMAP( pad_dimensions_xpm ) +EXTERN_BITMAP( pad_enumerate_xpm ) +EXTERN_BITMAP( pads_mask_layers_xpm ) +EXTERN_BITMAP( pagelayout_load_xpm ) +EXTERN_BITMAP( pagelayout_load_default_xpm ) +EXTERN_BITMAP( pagelayout_new_xpm ) +EXTERN_BITMAP( pagelayout_recent_xpm ) +EXTERN_BITMAP( pagelayout_normal_view_mode_xpm ) +EXTERN_BITMAP( pagelayout_special_view_mode_xpm ) +EXTERN_BITMAP( palette_xpm ) +EXTERN_BITMAP( part_properties_xpm ) +EXTERN_BITMAP( paste_xpm ) +EXTERN_BITMAP( pcbnew_xpm ) +EXTERN_BITMAP( pcb_offset_xpm ) +EXTERN_BITMAP( pin2pin_xpm ) +EXTERN_BITMAP( pin_name_to_xpm ) +EXTERN_BITMAP( pin_number_to_xpm ) +EXTERN_BITMAP( pin_size_to_xpm ) +EXTERN_BITMAP( pin_table_xpm ) +EXTERN_BITMAP( pinorient_right_xpm ) +EXTERN_BITMAP( pinorient_left_xpm ) +EXTERN_BITMAP( pinorient_up_xpm ) +EXTERN_BITMAP( pinorient_down_xpm ) +EXTERN_BITMAP( pinshape_nonlogic_xpm ) +EXTERN_BITMAP( pinshape_normal_xpm ) +EXTERN_BITMAP( pinshape_invert_xpm ) +EXTERN_BITMAP( pinshape_clock_fall_xpm ) +EXTERN_BITMAP( pinshape_clock_normal_xpm ) +EXTERN_BITMAP( pinshape_clock_invert_xpm ) +EXTERN_BITMAP( pinshape_active_low_input_xpm ) +EXTERN_BITMAP( pinshape_clock_active_low_xpm ) +EXTERN_BITMAP( pinshape_active_low_output_xpm ) +EXTERN_BITMAP( pintype_input_xpm ) +EXTERN_BITMAP( pintype_output_xpm ) +EXTERN_BITMAP( pintype_bidi_xpm ) +EXTERN_BITMAP( pintype_3states_xpm ) +EXTERN_BITMAP( pintype_passive_xpm ) +EXTERN_BITMAP( pintype_notspecif_xpm ) +EXTERN_BITMAP( pintype_powerinput_xpm ) +EXTERN_BITMAP( pintype_poweroutput_xpm ) +EXTERN_BITMAP( pintype_opencoll_xpm ) +EXTERN_BITMAP( pintype_openemit_xpm ) +EXTERN_BITMAP( pintype_noconnect_xpm ) +EXTERN_BITMAP( pin_to_xpm ) +EXTERN_BITMAP( pin_xpm ) +EXTERN_BITMAP( plot_xpm ) +EXTERN_BITMAP( plot_dxf_xpm ) +EXTERN_BITMAP( plot_hpg_xpm ) +EXTERN_BITMAP( plot_pdf_xpm ) +EXTERN_BITMAP( plot_ps_xpm ) +EXTERN_BITMAP( plot_svg_xpm ) +EXTERN_BITMAP( polar_coord_xpm ) +EXTERN_BITMAP( post_compo_xpm ) +EXTERN_BITMAP( post_drill_xpm ) +EXTERN_BITMAP( post_module_xpm ) +EXTERN_BITMAP( preference_xpm ) +EXTERN_BITMAP( print_button_xpm ) +EXTERN_BITMAP( ps_router_xpm ) +EXTERN_BITMAP( ps_diff_pair_xpm ) +EXTERN_BITMAP( ps_diff_pair_gap_xpm ) +EXTERN_BITMAP( ps_diff_pair_tune_length_xpm ) +EXTERN_BITMAP( ps_diff_pair_tune_phase_xpm ) +EXTERN_BITMAP( ps_diff_pair_via_gap_xpm ) +EXTERN_BITMAP( ps_tune_length_xpm ) +EXTERN_BITMAP( py_script_xpm ) +EXTERN_BITMAP( ratsnest_xpm ) +EXTERN_BITMAP( read_setup_xpm ) +EXTERN_BITMAP( redo_xpm ) +EXTERN_BITMAP( red_xpm ) +EXTERN_BITMAP( reload2_xpm ) +EXTERN_BITMAP( reload_xpm ) +EXTERN_BITMAP( repaint_xpm ) +EXTERN_BITMAP( reset_text_xpm ) +EXTERN_BITMAP( resize_sheet_xpm ) +EXTERN_BITMAP( rescue_pcbnew_xpm ) +EXTERN_BITMAP( revert_pcbnew_xpm ) +EXTERN_BITMAP( right_xpm ) +EXTERN_BITMAP( rotate_field_xpm ) +EXTERN_BITMAP( rotate_glabel_xpm ) +EXTERN_BITMAP( rotate_module_cw_xpm ) +EXTERN_BITMAP( rotate_module_ccw_xpm ) +EXTERN_BITMAP( rotate_pin_xpm ) +EXTERN_BITMAP( rotate_cw_xpm ) +EXTERN_BITMAP( rotate_ccw_xpm ) +EXTERN_BITMAP( rotate_neg_x_xpm ) +EXTERN_BITMAP( rotate_pos_x_xpm ) +EXTERN_BITMAP( rotate_neg_y_xpm ) +EXTERN_BITMAP( rotate_pos_y_xpm ) +EXTERN_BITMAP( rotate_neg_z_xpm ) +EXTERN_BITMAP( rotate_pos_z_xpm ) +EXTERN_BITMAP( save_as_xpm ) +EXTERN_BITMAP( save_library_xpm ) +EXTERN_BITMAP( save_netlist_xpm ) +EXTERN_BITMAP( save_part_in_mem_xpm ) +EXTERN_BITMAP( save_project_xpm ) +EXTERN_BITMAP( save_setup_xpm ) +EXTERN_BITMAP( save_xpm ) +EXTERN_BITMAP( schematic_xpm ) +EXTERN_BITMAP( select_grid_xpm ) +EXTERN_BITMAP( select_layer_pair_xpm ) +EXTERN_BITMAP( select_w_layer_xpm ) +EXTERN_BITMAP( sheetset_xpm ) +EXTERN_BITMAP( setcolor_3d_bg_xpm ) +EXTERN_BITMAP( setcolor_silkscreen_xpm ) +EXTERN_BITMAP( setcolor_soldermask_xpm ) +EXTERN_BITMAP( setcolor_solderpaste_xpm ) +EXTERN_BITMAP( setcolor_copper_xpm ) +EXTERN_BITMAP( setcolor_board_body_xpm ) +EXTERN_BITMAP( show_dcodenumber_xpm ) +EXTERN_BITMAP( show_footprint_xpm ) +EXTERN_BITMAP( show_mod_edge_xpm ) +EXTERN_BITMAP( showtrack_xpm ) +EXTERN_BITMAP( show_zone_xpm ) +EXTERN_BITMAP( show_zone_disable_xpm ) +EXTERN_BITMAP( show_zone_outline_only_xpm ) +EXTERN_BITMAP( svg_file_xpm ) +EXTERN_BITMAP( swap_layer_xpm ) +EXTERN_BITMAP( text_sketch_xpm ) +EXTERN_BITMAP( three_d_xpm ) +EXTERN_BITMAP( tool_ratsnest_xpm ) +EXTERN_BITMAP( tools_xpm ) +EXTERN_BITMAP( track_locked_xpm ) +EXTERN_BITMAP( track_sketch_xpm ) +EXTERN_BITMAP( track_unlocked_xpm ) +EXTERN_BITMAP( transistor_xpm ) +EXTERN_BITMAP( tree_nosel_xpm ) +EXTERN_BITMAP( tree_sel_xpm ) +EXTERN_BITMAP( undelete_xpm ) +EXTERN_BITMAP( undo_xpm ) +EXTERN_BITMAP( unit_inch_xpm ) +EXTERN_BITMAP( unit_mm_xpm ) +EXTERN_BITMAP( unknown_xpm ) +EXTERN_BITMAP( unlocked_xpm ) +EXTERN_BITMAP( unzip_xpm ) +EXTERN_BITMAP( update_module_board_xpm ) +EXTERN_BITMAP( up_xpm ) +EXTERN_BITMAP( use_3D_copper_thickness_xpm ) +EXTERN_BITMAP( via_xpm ) +EXTERN_BITMAP( via_microvia_xpm ) +EXTERN_BITMAP( via_buried_xpm ) +EXTERN_BITMAP( via_sketch_xpm ) +EXTERN_BITMAP( viewlibs_icon_xpm ) +EXTERN_BITMAP( warning_xpm ) +EXTERN_BITMAP( web_support_xpm ) +EXTERN_BITMAP( width_net_xpm ) +EXTERN_BITMAP( width_segment_xpm ) +EXTERN_BITMAP( width_track_via_xpm ) +EXTERN_BITMAP( width_track_xpm ) +EXTERN_BITMAP( width_vias_xpm ) +EXTERN_BITMAP( window_close_xpm ) +EXTERN_BITMAP( wizard_add_fplib_icon_xpm ) +EXTERN_BITMAP( wizard_add_fplib_small_xpm ) +EXTERN_BITMAP( zip_tool_xpm ) +EXTERN_BITMAP( zip_xpm ) +EXTERN_BITMAP( zone_duplicate_xpm ) +EXTERN_BITMAP( zone_unfill_xpm ) +EXTERN_BITMAP( zoom_area_xpm ) +EXTERN_BITMAP( zoom_center_on_screen_xpm ) +EXTERN_BITMAP( zoom_redraw_xpm ) +EXTERN_BITMAP( zoom_fit_in_page_xpm ) +EXTERN_BITMAP( zoom_in_xpm ) +EXTERN_BITMAP( zoom_out_xpm ) +EXTERN_BITMAP( zoom_page_xpm ) +EXTERN_BITMAP( zoom_selection_xpm ) +EXTERN_BITMAP( zoom_xpm ) +EXTERN_BITMAP( tune_diff_pair_length_legend_xpm ) +EXTERN_BITMAP( tune_diff_pair_skew_legend_xpm ) +EXTERN_BITMAP( tune_single_track_length_legend_xpm ) + +#endif // BITMAPS_H_ diff --git a/include/block_commande.h b/include/block_commande.h new file mode 100644 index 0000000..8c7d5e8 --- /dev/null +++ b/include/block_commande.h @@ -0,0 +1,211 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2004-2011 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * This file is part of the common library. + * @file block_commande.h + * @see common.h + */ + +#ifndef __INCLUDE__BLOCK_COMMANDE_H__ +#define __INCLUDE__BLOCK_COMMANDE_H__ + + +#include +#include +#include + +/* Block state codes. */ +typedef enum { + STATE_NO_BLOCK, + STATE_BLOCK_INIT, + STATE_BLOCK_END, + STATE_BLOCK_MOVE, + STATE_BLOCK_STOP +} BLOCK_STATE_T; + + +/* Block command codes. */ +typedef enum { + BLOCK_IDLE, + BLOCK_MOVE, + BLOCK_COPY, + BLOCK_COPY_AND_INCREMENT, + BLOCK_SAVE, + BLOCK_DELETE, + BLOCK_PASTE, + BLOCK_DRAG, + BLOCK_DRAG_ITEM, // like BLOCK_DRAG, when used to drag a selected component + // and not using an area defined by a mouse drag + BLOCK_ROTATE, + BLOCK_FLIP, + BLOCK_ZOOM, + BLOCK_ABORT, + BLOCK_PRESELECT_MOVE, + BLOCK_MOVE_EXACT, + BLOCK_SELECT_ITEMS_ONLY, + BLOCK_MIRROR_X, + BLOCK_MIRROR_Y +} BLOCK_COMMAND_T; + + +class BLOCK_SELECTOR : public EDA_RECT +{ + BLOCK_STATE_T m_state; //< State (enum BLOCK_STATE_T) of the block. + BLOCK_COMMAND_T m_command; //< Command (enum BLOCK_COMMAND_T) operation. + PICKED_ITEMS_LIST m_items; //< List of items selected in this block. + EDA_COLOR_T m_color; //< Block Color (for drawings). + wxPoint m_moveVector; //< Move distance to move the block. + wxPoint m_lastCursorPosition; //< Last Mouse position in block command + //< last cursor position in move commands + //< 0,0 in paste command. + +public: + BLOCK_SELECTOR(); + ~BLOCK_SELECTOR(); + + void SetState( BLOCK_STATE_T aState ) { m_state = aState; } + + BLOCK_STATE_T GetState() const { return m_state; } + + void SetCommand( BLOCK_COMMAND_T aCommand ) { m_command = aCommand; } + + BLOCK_COMMAND_T GetCommand() const { return m_command; } + + void SetColor( EDA_COLOR_T aColor ) { m_color = aColor; } + + EDA_COLOR_T GetColor() const { return m_color; } + + /** + * Function SetLastCursorPosition + * sets the last cursor position to \a aPosition. + * + * @param aPosition The current cursor position. + */ + void SetLastCursorPosition( const wxPoint& aPosition ) { m_lastCursorPosition = aPosition; } + + wxPoint GetLastCursorPosition() const { return m_lastCursorPosition; } + + void SetMoveVector( const wxPoint& aMoveVector ) { m_moveVector = aMoveVector; } + + wxPoint GetMoveVector() const { return m_moveVector; } + + /** + * Function InitData + * sets the initial values of a BLOCK_SELECTOR, before starting a block + * command + */ + void InitData( EDA_DRAW_PANEL* Panel, const wxPoint& startpos ); + + /** + * Function SetMessageBlock + * Displays the type of block command in the status bar of the window + */ + void SetMessageBlock( EDA_DRAW_FRAME* frame ); + + void Draw( EDA_DRAW_PANEL* aPanel, + wxDC* aDC, + const wxPoint& aOffset, + GR_DRAWMODE aDrawMode, + EDA_COLOR_T aColor ); + + /** + * Function PushItem + * adds \a aItem to the list of items. + * @param aItem = an ITEM_PICKER to add to the list + */ + void PushItem( ITEM_PICKER& aItem ); + + /** + * Function ClearListAndDeleteItems + * deletes only the list of EDA_ITEM * pointers, AND the data printed + * by m_Item + */ + void ClearListAndDeleteItems(); + + /** + * Function ClearItemsList + * clear only the list of #EDA_ITEM pointers, it does _NOT_ delete the #EDA_ITEM object + * itself + */ + void ClearItemsList(); + + unsigned GetCount() const + { + return m_items.GetCount(); + } + + PICKED_ITEMS_LIST& GetItems() { return m_items; } + + EDA_ITEM* GetItem( unsigned aIndex ) + { + if( aIndex < m_items.GetCount() ) + return m_items.GetPickedItem( aIndex ); + + return NULL; + } + + /** + * Function IsDragging + * returns true if the current block command is a drag operation. + */ + bool IsDragging() const + { + return m_command == BLOCK_DRAG || m_command == BLOCK_DRAG_ITEM; + } + + /** + * Function IsIdle + * returns true if there is currently no block operation in progress. + */ + inline bool IsIdle() const { return m_command == BLOCK_IDLE; } + + /** + * Function Clear + * clears the block selector by setting the command to idle, the state to no block, + * and clears the selected item list. + */ + void Clear(); +}; + + +/** + * Function AbortBlockCurrentCommand + * cancels the current block operation. + */ +void AbortBlockCurrentCommand( EDA_DRAW_PANEL* aPanel, wxDC* aDC ); + + +/** + * Function DrawAndSizingBlockOutlines + * redraws the outlines of the block which shows the search area for block commands. + * + * The first point of the rectangle showing the area is initialized by InitBlockLocateDatas(). + * The other point of the rectangle is the mouse cursor position. + */ +void DrawAndSizingBlockOutlines( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPosition, + bool aErase ); + + +#endif /* __INCLUDE__BLOCK_COMMANDE_H__ */ diff --git a/include/build_version.h b/include/build_version.h new file mode 100644 index 0000000..8d3638b --- /dev/null +++ b/include/build_version.h @@ -0,0 +1,39 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* Date for kicad build version */ + +#ifndef KICAD_BUILD_VERSION_H +#define KICAD_BUILD_VERSION_H + +class wxString; + + +/** + * Function GetBuildVersion + * Return the build date and version + */ +wxString GetBuildVersion(); + +#endif // KICAD_BUILD_VERSION_H diff --git a/include/class_base_screen.h b/include/class_base_screen.h new file mode 100644 index 0000000..fe77668 --- /dev/null +++ b/include/class_base_screen.h @@ -0,0 +1,508 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2015 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2011 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_base_screen.h + * @brief BASE_SCREEN class implementation. + */ + +#ifndef CLASS_BASE_SCREEN_H_ +#define CLASS_BASE_SCREEN_H_ + +#include +#include +#include +#include +#include +#include + +/** + * Class GRID_TYPE + * is for grid arrays. + */ +class GRID_TYPE +{ +public: + int m_CmdId; // The command id of this grid ( first id is ID_POPUP_GRID_LEVEL_1000 ) + wxRealPoint m_Size; // the size in internal unit of the grid (can differ for X and Y axis) + + GRID_TYPE& operator=( const GRID_TYPE& item ) + { + if( this != &item ) + { + m_CmdId = item.m_CmdId; + m_Size = item.m_Size; + } + + return *this; + } + + const bool operator==( const GRID_TYPE& item ) const + { + return m_Size == item.m_Size && m_CmdId == item.m_CmdId; + } +}; + + +typedef std::vector GRIDS; + + +/** + * Class BASE_SCREEN + * handles how to draw a screen (a board, a schematic ...) + */ +class BASE_SCREEN : public EDA_ITEM +{ +private: + GRIDS m_grids; ///< List of valid grid sizes. + bool m_FlagModified; ///< Indicates current drawing has been modified. + bool m_FlagSave; ///< Indicates automatic file save. + EDA_ITEM* m_CurrentItem; ///< Currently selected object + GRID_TYPE m_Grid; ///< Current grid selection. + wxPoint m_scrollCenter; ///< Current scroll center point in logical units. + wxPoint m_MousePosition; ///< Mouse cursor coordinate in logical units. + int m_UndoRedoCountMax; ///< undo/Redo command Max depth + + /** + * The cross hair position in logical (drawing) units. The cross hair is not the cursor + * position. It is an addition indicator typically drawn on grid to indicate to the + * user where the current action will be performed. + */ + wxPoint m_crossHairPosition; + + double m_Zoom; ///< Current zoom coefficient. + + //----< Old public API now is private, and migratory>------------------------ + // called only from EDA_DRAW_FRAME + friend class EDA_DRAW_FRAME; + + /** + * Function getCrossHairPosition + * return the current cross hair position in logical (drawing) coordinates. + * @param aInvertY Inverts the Y axis position. + * @return The cross hair position in drawing coordinates. + */ + wxPoint getCrossHairPosition( bool aInvertY ) const + { + if( aInvertY ) + return wxPoint( m_crossHairPosition.x, -m_crossHairPosition.y ); + + return wxPoint( m_crossHairPosition.x, m_crossHairPosition.y ); + } + + /** + * Function setCrossHairPosition + * sets the screen cross hair position to \a aPosition in logical (drawing) units. + * @param aPosition The new cross hair position. + * @param aGridOrigin Origin point of the snap grid. + * @param aSnapToGrid Sets the cross hair position to the nearest grid position to + * \a aPosition. + * + */ + void setCrossHairPosition( const wxPoint& aPosition, const wxPoint& aGridOrigin, bool aSnapToGrid ); + + /** + * Function getCursorScreenPosition + * returns the cross hair position in device (display) units.b + * @return The current cross hair position. + */ + wxPoint getCrossHairScreenPosition() const; + + /** + * Function getNearestGridPosition + * returns the nearest \a aGridSize location to \a aPosition. + * @param aPosition The position to check. + * @param aGridOrigin The origin point of the snap grid. + * @param aGridSize The grid size to locate to if provided. If NULL then the current + * grid size is used. + * @return The nearst grid position. + */ + wxPoint getNearestGridPosition( const wxPoint& aPosition, const wxPoint& aGridOrigin, + wxRealPoint* aGridSize ) const; + + /** + * Function getCursorPosition + * returns the current cursor position in logical (drawing) units. + * @param aOnGrid Returns the nearest grid position at the current cursor position. + * @param aGridOrigin Origin point of the snap grid. + * @param aGridSize Custom grid size instead of the current grid size. Only valid + * if \a aOnGrid is true. + * @return The current cursor position. + */ + wxPoint getCursorPosition( bool aOnGrid, const wxPoint& aGridOrigin, wxRealPoint* aGridSize ) const; + + void setMousePosition( const wxPoint& aPosition ) { m_MousePosition = aPosition; } + + /** + * Function RefPos + * Return the reference position, coming from either the mouse position + * or the cursor position. + * + * @param useMouse If true, return mouse position, else cursor's. + * + * @return wxPoint - The reference point, either the mouse position or + * the cursor position. + */ + wxPoint refPos( bool useMouse ) const + { + return useMouse ? m_MousePosition : m_crossHairPosition; + } + + const wxPoint& getScrollCenterPosition() const { return m_scrollCenter; } + void setScrollCenterPosition( const wxPoint& aPoint ) { m_scrollCenter = aPoint; } + + //---------------------------- + + +public: + static wxString m_PageLayoutDescrFileName; ///< the name of the page layout descr file, + ///< or emty to used the default pagelayout + + wxPoint m_DrawOrg; ///< offsets for drawing the circuit on the screen + + wxPoint m_O_Curseur; ///< Relative Screen cursor coordinate (on grid) + ///< in user units. (coordinates from last reset position) + + // Scrollbars management: + int m_ScrollPixelsPerUnitX; ///< Pixels per scroll unit in the horizontal direction. + int m_ScrollPixelsPerUnitY; ///< Pixels per scroll unit in the vertical direction. + + wxSize m_ScrollbarNumber; /**< Current virtual draw area size in scroll units. + * m_ScrollbarNumber * m_ScrollPixelsPerUnit = + * virtual draw area size in pixels */ + + wxPoint m_ScrollbarPos; ///< Current scroll bar position in scroll units. + + wxPoint m_StartVisu; /**< Coordinates in drawing units of the current + * view position (upper left corner of device) + */ + + bool m_Center; /**< Center on screen. If true (0.0) is centered + * on screen coordinates can be < 0 and + * > 0 except for schematics. + * false: when coordinates can only be >= 0 + * Schematic */ + bool m_FirstRedraw; + + // Undo/redo list of commands + UNDO_REDO_CONTAINER m_UndoList; ///< Objects list for the undo command (old data) + UNDO_REDO_CONTAINER m_RedoList; ///< Objects list for the redo command (old data) + + // block control + BLOCK_SELECTOR m_BlockLocate; ///< Block description for block commands + + int m_ScreenNumber; + int m_NumberOfScreens; + + std::vector m_ZoomList; ///< standard zoom (i.e. scale) coefficients. + bool m_IsPrinting; + +public: + BASE_SCREEN( KICAD_T aType = SCREEN_T ); + ~BASE_SCREEN(); + + /** + * Function SetCurItem + * sets the currently selected object, m_CurrentItem. + * @param aItem Any object derived from EDA_ITEM + */ + void SetCurItem( EDA_ITEM* aItem ) { m_CurrentItem = aItem; } + + EDA_ITEM* GetCurItem() const { return m_CurrentItem; } + + void InitDataPoints( const wxSize& aPageSizeInternalUnits ); + + /** + * Function MilsToIuScalar + * returns the scalar required to convert mils to internal units. + * + * @note This is a temporary hack until the derived objects SCH_SCREEN and PCB_SCREEN + * no longer need to be derived from BASE_SCREEN. I does allow removal of the + * obsolete GetInternalUnits function. + */ + virtual int MilsToIuScalar() { return 1; } + + /* general Undo/Redo command control */ + + /** + * Function ClearUndoORRedoList (virtual). + * this function must remove the aItemCount old commands from aList + * and delete commands, pickers and picked items if needed + * Because picked items must be deleted only if they are not in use, this + * is a virtual pure function that must be created for SCH_SCREEN and + * PCB_SCREEN + * @param aList = the UNDO_REDO_CONTAINER of commands + * @param aItemCount = number of old commands to delete. -1 to remove all + * old commands this will empty the list of commands. + * Commands are deleted from the older to the last. + */ + virtual void ClearUndoORRedoList( UNDO_REDO_CONTAINER& aList, int aItemCount = -1 ) = 0; + + /** + * Function ClearUndoRedoList + * clear undo and redo list, using ClearUndoORRedoList() + * picked items are deleted by ClearUndoORRedoList() according to their + * status + */ + virtual void ClearUndoRedoList(); + + /** + * Function PushCommandToUndoList + * add a command to undo in undo list + * delete the very old commands when the max count of undo commands is + * reached + * ( using ClearUndoORRedoList) + */ + virtual void PushCommandToUndoList( PICKED_ITEMS_LIST* aItem ); + + /** + * Function PushCommandToRedoList + * add a command to redo in redo list + * delete the very old commands when the max count of redo commands is + * reached + * ( using ClearUndoORRedoList) + */ + virtual void PushCommandToRedoList( PICKED_ITEMS_LIST* aItem ); + + /** PopCommandFromUndoList + * return the last command to undo and remove it from list + * nothing is deleted. + */ + virtual PICKED_ITEMS_LIST* PopCommandFromUndoList(); + + /** PopCommandFromRedoList + * return the last command to undo and remove it from list + * nothing is deleted. + */ + virtual PICKED_ITEMS_LIST* PopCommandFromRedoList(); + + int GetUndoCommandCount() const + { + return m_UndoList.m_CommandsList.size(); + } + + int GetRedoCommandCount() const + { + return m_RedoList.m_CommandsList.size(); + } + + int GetMaxUndoItems() const { return m_UndoRedoCountMax; } + + void SetMaxUndoItems( int aMax ) + { + if( aMax >= 0 && aMax < ABS_MAX_UNDO_ITEMS ) + m_UndoRedoCountMax = aMax; + else + { + wxFAIL_MSG( "Maximum undo items not within limits" ); + m_UndoRedoCountMax = DEFAULT_MAX_UNDO_ITEMS; + } + } + + void SetModify() { m_FlagModified = true; } + void ClrModify() { m_FlagModified = false; } + void SetSave() { m_FlagSave = true; } + void ClrSave() { m_FlagSave = false; } + bool IsModify() const { return m_FlagModified; } + bool IsSave() const { return m_FlagSave; } + + + //------------------------------------------------------------- + + /** + * Function GetZoom + * returns the current "zoom factor", which is a measure of + * "internal units per device unit", or "world units per device unit". + * A device unit is typically a pixel. + */ + double GetZoom() const { return m_Zoom; } + + /** + * Function SetZoom + * adjusts the current zoom factor. + * + * @param iu_per_du is the number of internal units (world units) per + * device units (pixels typically). + */ + bool SetZoom( double iu_per_du ); + + bool SetNextZoom(); + bool SetPreviousZoom(); + bool SetFirstZoom(); + bool SetLastZoom(); + + /** + * Function GetMaxAllowedZoom + * returns the maximum allowed zoom factor, which was established as the last entry + * in m_ZoomList. + */ + double GetMaxAllowedZoom() const { return m_ZoomList.size() ? *m_ZoomList.rbegin() : 1.0; } + + /** + * Function GetMinAllowedZoom + * returns the minimum allowed zoom factor, which was established as the first entry + * in m_ZoomList. + */ + double GetMinAllowedZoom() const { return m_ZoomList.size() ? *m_ZoomList.begin() : 1.0; } + + /** + * Function SetScalingFactor + * sets the scaling factor of "internal unit per device unit". + * If the output device is a screen, then "device units" are pixels. The + * "logical unit" is wx terminology, and corresponds to KiCad's "Internal Unit (IU)". + *

    + * This scaling factor is "internal units per device unit". This function is + * the same thing currently as SetZoom(), but clamps the argument within a + * legal range. + + * @param iu_per_du is the current scale used to draw items onto the device + * context wxDC. + */ + void SetScalingFactor( double iu_per_du ); + + /** + * Function GetScalingFactor + * returns the inverse of the current scale used to draw items on screen. + *

    + * This function somehow got designed to be the inverse of SetScalingFactor(). + *

    + * device coordinates = user coordinates * GetScalingFactor() + */ + double GetScalingFactor() const; + + + //-------------------------------------------------------------- + + /** + * Return the command ID of the currently selected grid. + * + * @return int - Currently selected grid command ID. + */ + int GetGridCmdId() const { return m_Grid.m_CmdId; } + + /** + * Return the grid size of the currently selected grid. + * + * @return wxRealPoint - The currently selected grid size. + */ + const wxRealPoint& GetGridSize() const { return m_Grid.m_Size; } + + /** + * Return the grid object of the currently selected grid. + * + * @return GRID_TYPE - The currently selected grid. + */ + const GRID_TYPE& GetGrid() const { return m_Grid; } + + /** + * set the current grid size m_Grid. + * The size must be existing in grid list (in m_grids) + * If not, the near existing grid size is used + * @param size = the size of the new grid + * @return the grid id offset (id from ID_POPUP_GRID_LEVEL_1000 ) + * of the currently selected grid. + */ + int SetGrid( const wxRealPoint& size ); + + /** + * Function SetGrid + * sets the grid size from command ID (not an index in grid list, but a wxID). + * @param aCommandId = the wxWidgets command ID + * @return the grid id offset (id from ID_POPUP_GRID_LEVEL_1000 ) + * of the currently selected grid. + */ + int SetGrid( int aCommandId ); + + void SetGridList( GRIDS& sizelist ); + void AddGrid( const GRID_TYPE& grid ); + void AddGrid( const wxRealPoint& size, int id ); + void AddGrid( const wxRealPoint& size, EDA_UNITS_T aUnit, int id ); + + /** + * Function GridExists + * tests for grid command ID (not an index in grid list, but a wxID) exists in grid list. + * @param aCommandId = the wxWidgets command ID + * @return true if the grid exists in grid list. + */ + bool GridExists( int aCommandId ); + + /** + * Function GetGridCount(). + * Return the size of the grid list. + * + * @returns - The size of the grid list. + */ + size_t GetGridCount() const { return m_grids.size(); } + + /** + * Function GetGrid() + * Returns the grid object at \a aIndex. + * + * @param aIndex - The grid list index. + * @return - The grid object at \a aIndex or the current grid if the grid list is empty. + */ + GRID_TYPE& GetGrid( size_t aIndex ); + + /** + * Function GetGrids(). + * Returns the current list of grids. + */ + const GRIDS& GetGrids() const + { + return m_grids; + } + + /** + * Function BuildGridsChoiceList(). + * Build the human readable list of grid list, for menus or combo boxes + * the list shows the grid size both in mils or mm. + * @param aGridsList = a wxArrayString to populate + * @param aMmFirst = true to have mm first and mils after + * false to have mils first and mm after + * @return the index of the curr grid in list, if found or -1 + */ + int BuildGridsChoiceList( wxArrayString& aGridsList, bool aMmFirst) const; + + + /** + * Function GetClass + * returns the class name. + * @return wxString + */ + virtual wxString GetClass() const + { + return wxT( "BASE_SCREEN" ); + } + + inline bool IsBlockActive() const { return !m_BlockLocate.IsIdle(); } + + void ClearBlockCommand() { m_BlockLocate.Clear(); } + +#if defined(DEBUG) + void Show( int nestLevel, std::ostream& os ) const; // overload +#endif +}; + +#endif // CLASS_BASE_SCREEN_H_ diff --git a/include/class_bitmap_base.h b/include/class_bitmap_base.h new file mode 100644 index 0000000..53c5b83 --- /dev/null +++ b/include/class_bitmap_base.h @@ -0,0 +1,216 @@ +/** + * @file class_bitmap_base.h + * + */ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 jean-pierre.charras jp.charras at wanadoo.fr + * Copyright (C) 2013 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _BITMAP_BASE_H_ +#define _BITMAP_BASE_H_ + + +class PLOTTER; + +/** + * This class handle bitmap images in KiCad. + * It is not intended to be used alone, but inside an other class, + * so all methods are protected ( or private ) + * It is used in SCH_BITMAP class and WS_DRAW_ITEM_BITMAP (and other in future) + * + * Remember not all plotters are able to plot a bitmap + * Mainly GERBER plotters cannot. + */ +class BITMAP_BASE +{ +public: + double m_Scale; // The scaling factor of the bitmap + // With m_pixelScaleFactor, controls the actual draw size +private: + wxImage* m_image; // the raw image data (png format) + wxBitmap* m_bitmap; // the bitmap used to draw/plot image + double m_pixelScaleFactor; // The scaling factor of the bitmap + // to convert the bitmap size (in pixels) + // to internal KiCad units + // Usually does not change + int m_ppi; // the bitmap definition. the default is 300PPI + + +public: BITMAP_BASE( const wxPoint& pos = wxPoint( 0, 0 ) ); + + BITMAP_BASE( const BITMAP_BASE& aSchBitmap ); + + ~BITMAP_BASE() + { + delete m_bitmap; + delete m_image; + } + + + /* + * Accessors: + */ + double GetPixelScaleFactor() { return m_pixelScaleFactor; } + void SetPixelScaleFactor( double aSF ) { m_pixelScaleFactor = aSF; } + wxImage* GetImageData() { return m_image; } + + /* + * Function RebuildBitmap + * Rebuild the internal bitmap used to draw/plot image + * must be called after a m_image change + */ + void RebuildBitmap() { *m_bitmap = wxBitmap( *m_image ); } + + /** + * Function ImportData + * Copy aItem image to me and update m_bitmap + */ + void ImportData( BITMAP_BASE* aItem ); + + /** + * Function GetScalingFactor + * @return the scaling factor from pixel size to actual draw size + * this scaling factor depend on m_pixelScaleFactor and m_Scale + * m_pixelScaleFactor gives the scaling factor between a pixel size and + * the internal schematic units + * m_Scale is an user dependant value, and gives the "zoom" value + * m_Scale = 1.0 = original size of bitmap. + * m_Scale < 1.0 = the bitmap is drawn smaller than its original size. + * m_Scale > 1.0 = the bitmap is drawn bigger than its original size. + */ + double GetScalingFactor() const + { + return m_pixelScaleFactor * m_Scale; + } + + + /** + * Function GetSize + * @return the actual size (in user units, not in pixels) of the image + */ + wxSize GetSize() const; + + /** + * Function GetSizePixels + * @return the size in pixels of the image + */ + wxSize GetSizePixels() const + { + if( m_image ) + return wxSize( m_image->GetWidth(), m_image->GetHeight() ); + else + return wxSize(0,0); + } + + /** + * @return the bitmap definition in ppi + * the default is 300 ppi + */ + int GetPPI() const + { + return m_ppi; + } + + /** + * Function GetBoundingBox + * returns the orthogonal, bounding box of this object for display + * purposes. This box should be an enclosing perimeter for visible + * components of this object, and the units should be in the pcb or + * schematic coordinate system. It is OK to overestimate the size + * by a few counts. + */ + const EDA_RECT GetBoundingBox() const; + + void DrawBitmap( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPos ); + + /** + * Function ReadImageFile + * Reads and stores in memory an image file. + * Init the bitmap format used to draw this item. + * supported images formats are format supported by wxImage + * if all handlers are loaded + * by default, .png, .jpeg are alway loaded + * @param aFullFilename The full filename of the image file to read. + * @return bool - true if success reading else false. + */ + bool ReadImageFile( const wxString& aFullFilename ); + + /** + * writes the bitmap data to aFile + * The format is png, in Hexadecimal form: + * If the hexadecimal data is converted to binary it gives exactly a .png image data + * @param aFile The FILE to write to. + * @return bool - true if success writing else false. + */ + bool SaveData( FILE* aFile ) const; + + /** + * writes the bitmap data to an array string + * The format is png, in Hexadecimal form: + * If the hexadecimal data is converted to binary it gives exactly a .png image data + * @param aPngStrings The wxArrayString to write to. + */ + void SaveData( wxArrayString& aPngStrings ) const; + + /** + * Load an image data saved by SaveData (png, in Hexadecimal form) + * @param aLine - the LINE_READER used to read the data file. + * @param aErrorMsg - Description of the error if an error occurs while loading the + * png bimap data. + * @return true if the bitmap loaded successfully. + */ + bool LoadData( LINE_READER& aLine, wxString& aErrorMsg ); + + + /** + * Function Mirror + * Mirror image vertically (i.e. relative to its horizontal X axis ) + * or horizontally (i.e relative to its vertical Y axis) + * @param aVertically = false to mirror horizontally + * or true to mirror vertically + */ + void Mirror( bool aVertically ); + + /** + * Function Rotate + * Rotate image CW or CCW. + * @param aRotateCCW = true to rotate CCW + */ + void Rotate( bool aRotateCCW ); + + /** + * Function PlotImage + * Plot bitmap on plotter. + * If the plotter does not support bitmaps, plot a + * @param aPlotter = the plotter to use + * @param aPos = the position od the center of the bitmap + * @param aDefaultColor = the color used to plot the rectangle when bitmap is not supported + * @param aDefaultPensize = the pen size used to plot the rectangle when bitmap is not supported + */ + void PlotImage( PLOTTER* aPlotter, const wxPoint& aPos, + EDA_COLOR_T aDefaultColor, int aDefaultPensize ); +}; + + +#endif // _BITMAP_BASE_H_ diff --git a/include/class_board_design_settings.h b/include/class_board_design_settings.h new file mode 100644 index 0000000..a7b200e --- /dev/null +++ b/include/class_board_design_settings.h @@ -0,0 +1,568 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009-2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef BOARD_DESIGN_SETTINGS_H_ +#define BOARD_DESIGN_SETTINGS_H_ + +#include // NB_COLORS +#include +#include +#include +#include + +// Some default values for the board editor and the fp editor (given in mm) +#define DEFAULT_TEXT_MODULE_SIZE 1.0 +#define DEFAULT_GR_MODULE_THICKNESS 0.15 // given in mm + +// Board thickness, mainly for 3D view: +#define DEFAULT_BOARD_THICKNESS_MM 1.6 + +// Default values for some board items (given in mm) +#define DEFAULT_TEXT_PCB_SIZE 1.5 +#define DEFAULT_TEXT_PCB_THICKNESS 0.3 +#define DEFAULT_PCB_EDGE_THICKNESS 0.15 +#define DEFAULT_GRAPHIC_THICKNESS 0.2 + +#define DEFAULT_SOLDERMASK_CLEARANCE 0.2 +#define DEFAULT_SOLDERMASK_MIN_WIDTH Millimeter2iu( 0.0 ) + +#define DEFAULT_CUSTOMTRACKWIDTH 0.2 +#define DEFAULT_TRACKMINWIDTH 0.2 // track width min value +#define DEFAULT_VIASMINSIZE 0.4 // vias (not micro vias) min diameter +#define DEFAULT_VIASMINDRILL 0.3 // vias (not micro vias) min drill diameter +#define DEFAULT_MICROVIASMINSIZE 0.2 // micro vias (not vias) min diameter +#define DEFAULT_MICROVIASMINDRILL 0.1 // micro vias (not vias) min drill diameter + +/** + * Struct VIA_DIMENSION + * is a small helper container to handle a stock of specific vias each with + * unique diameter and drill sizes in the BOARD class. + */ +struct VIA_DIMENSION +{ + int m_Diameter; // <= 0 means use Netclass via diameter + int m_Drill; // <= 0 means use Netclass via drill + + VIA_DIMENSION() + { + m_Diameter = 0; + m_Drill = 0; + } + + VIA_DIMENSION( int aDiameter, int aDrill ) + { + m_Diameter = aDiameter; + m_Drill = aDrill; + } + + bool operator==( const VIA_DIMENSION& aOther ) const + { + return ( m_Diameter == aOther.m_Diameter ) && ( m_Drill == aOther.m_Drill ); + } + + bool operator<( const VIA_DIMENSION& aOther ) const + { + if( m_Diameter != aOther.m_Diameter ) + return m_Diameter < aOther.m_Diameter; + + return m_Drill < aOther.m_Drill; + } +}; + + +/** + * Class BOARD_DESIGN_SETTINGS + * contains design settings for a BOARD object. + */ +class BOARD_DESIGN_SETTINGS +{ +public: + // The first value is the current netclass via size + /// Vias size and drill list + std::vector m_ViasDimensionsList; + + // The first value is the current netclass track width + /// Track width list + std::vector m_TrackWidthList; + + /// List of current netclasses. There is always the default netclass. + NETCLASSES m_NetClasses; + + bool m_MicroViasAllowed; ///< true to allow micro vias + bool m_BlindBuriedViaAllowed; ///< true to allow blind/buried vias + VIATYPE_T m_CurrentViaType; ///< via type (VIA_BLIND_BURIED, VIA_THROUGH VIA_MICROVIA) + + /// if true, when creating a new track starting on an existing track, use this track width + bool m_UseConnectedTrackWidth; + int m_DrawSegmentWidth; ///< current graphic line width (not EDGE layer) + int m_EdgeSegmentWidth; ///< current graphic line width (EDGE layer only) + int m_PcbTextWidth; ///< current Pcb (not module) Text width + wxSize m_PcbTextSize; ///< current Pcb (not module) Text size + int m_TrackMinWidth; ///< track min value for width ((min copper size value + int m_ViasMinSize; ///< vias (not micro vias) min diameter + int m_ViasMinDrill; ///< vias (not micro vias) min drill diameter + int m_MicroViasMinSize; ///< micro vias (not vias) min diameter + int m_MicroViasMinDrill; ///< micro vias (not vias) min drill diameter + + // Global mask margins: + int m_SolderMaskMargin; ///< Solder mask margin + int m_SolderMaskMinWidth; ///< Solder mask min width + // 2 areas near than m_SolderMaskMinWidth + // are merged + int m_SolderPasteMargin; ///< Solder paste margin absolute value + double m_SolderPasteMarginRatio; ///< Solder pask margin ratio value of pad size + ///< The final margin is the sum of these 2 values + + // Variables used in footprint edition (default value in item/footprint creation) + int m_ModuleSegmentWidth; ///< Default width for all graphic lines + // Note: the default layer is the active layer + wxSize m_ModuleTextSize; ///< Default footprint texts size + int m_ModuleTextWidth; ///< Default footprint texts thickness + + wxString m_RefDefaultText; ///< Default ref text on fp creation + // if empty, use footprint name as default + bool m_RefDefaultVisibility; ///< Default ref text visibility on fp creation + int m_RefDefaultlayer; ///< Default ref text layer on fp creation + // should be a LAYER_ID, but use an int + // to save this param in config + + wxString m_ValueDefaultText; ///< Default value text on fp creation + // if empty, use footprint name as default + bool m_ValueDefaultVisibility; ///< Default value text visibility on fp creation + int m_ValueDefaultlayer; ///< Default value text layer on fp creation + // should be a LAYER_ID, but use an int + // to save this param in config + + // Miscellaneous + wxPoint m_AuxOrigin; ///< origin for plot exports + wxPoint m_GridOrigin; ///< origin for grid offsets + + D_PAD m_Pad_Master; ///< A dummy pad to store all default parameters + // when importing values or create a new pad + +private: + /// Index for #m_ViasDimensionsList to select the current via size. + /// 0 is the index selection of the default value Netclass + unsigned m_viaSizeIndex; + + // Index for m_TrackWidthList to select the value. + /// 0 is the index selection of the default value Netclass + unsigned m_trackWidthIndex; + + ///> Use custom values for track/via sizes (not specified in net class nor in the size lists). + bool m_useCustomTrackVia; + + ///> Custom track width (used after UseCustomTrackViaSize( true ) was called). + int m_customTrackWidth; + + ///> Custom via size (used after UseCustomTrackViaSize( true ) was called). + VIA_DIMENSION m_customViaSize; + + int m_copperLayerCount; ///< Number of copper layers for this design + + LSET m_enabledLayers; ///< Bit-mask for layer enabling + LSET m_visibleLayers; ///< Bit-mask for layer visibility + + int m_visibleElements; ///< Bit-mask for element category visibility + int m_boardThickness; ///< Board thickness for 3D viewer + + /// Current net class name used to display netclass info. + /// This is also the last used netclass after starting a track. + wxString m_currentNetClassName; + +public: + BOARD_DESIGN_SETTINGS(); + + /** + * Function GetDefault + * @return the default netclass. + */ + inline NETCLASSPTR GetDefault() const + { + return m_NetClasses.GetDefault(); + } + + /** + * Function GetCurrentNetClassName + * @return the current net class name. + */ + inline const wxString& GetCurrentNetClassName() const + { + return m_currentNetClassName; + } + + /** + * Function UseNetClassTrack + * returns true if netclass values should be used to obtain appropriate track width. + */ + inline bool UseNetClassTrack() const + { + return ( m_trackWidthIndex == 0 && !m_useCustomTrackVia ); + } + + /** + * Function UseNetClassVia + * returns true if netclass values should be used to obtain appropriate via size. + */ + inline bool UseNetClassVia() const + { + return ( m_viaSizeIndex == 0 && !m_useCustomTrackVia ); + } + + /** + * Function SetCurrentNetClass + * Must be called after a netclass selection (or after a netclass parameter change + * Initialize vias and tracks values displayed in comb boxes of the auxiliary toolbar + * and some others parameters (netclass name ....) + * @param aNetClassName = the new netclass name + * @return true if lists of tracks and vias sizes are modified + */ + bool SetCurrentNetClass( const wxString& aNetClassName ); + + /** + * Function GetBiggestClearanceValue + * @return the biggest clearance value found in NetClasses list + */ + int GetBiggestClearanceValue(); + + /** + * Function GetSmallestClearanceValue + * @return the smallest clearance value found in NetClasses list + */ + int GetSmallestClearanceValue(); + + /** + * Function GetCurrentMicroViaSize + * @return the current micro via size, + * that is the current netclass value + */ + int GetCurrentMicroViaSize(); + + /** + * Function GetCurrentMicroViaDrill + * @return the current micro via drill, + * that is the current netclass value + */ + int GetCurrentMicroViaDrill(); + + /** + * Function GetTrackWidthIndex + * @return the current track width list index. + */ + inline unsigned GetTrackWidthIndex() const { return m_trackWidthIndex; } + + /** + * Function SetTrackWidthIndex + * sets the current track width list index to \a aIndex. + * + * @param aIndex is the track width list index. + */ + void SetTrackWidthIndex( unsigned aIndex ); + + /** + * Function GetCurrentTrackWidth + * @return the current track width, according to the selected options + * ( using the default netclass value or a preset/custom value ) + * the default netclass is always in m_TrackWidthList[0] + */ + inline int GetCurrentTrackWidth() const + { + return m_useCustomTrackVia ? m_customTrackWidth : m_TrackWidthList[m_trackWidthIndex]; + } + + /** + * Function SetCustomTrackWidth + * Sets custom width for track (i.e. not available in netclasses or preset list). To have + * it returned with GetCurrentTrackWidth() you need to enable custom track & via sizes + * (UseCustomTrackViaSize()). + * @param aWidth is the new track width. + */ + inline void SetCustomTrackWidth( int aWidth ) + { + m_customTrackWidth = aWidth; + } + + /** + * Function GetCustomTrackWidth + * @return Current custom width for a track. + */ + inline int GetCustomTrackWidth() const + { + return m_customTrackWidth; + } + + /** + * Function GetViaSizeIndex + * @return the current via size list index. + */ + inline unsigned GetViaSizeIndex() const + { + return m_viaSizeIndex; + } + + /** + * Function SetViaSizeIndex + * sets the current via size list index to \a aIndex. + * + * @param aIndex is the via size list index. + */ + void SetViaSizeIndex( unsigned aIndex ); + + /** + * Function GetCurrentViaSize + * @return the current via size, according to the selected options + * ( using the default netclass value or a preset/custom value ) + * the default netclass is always in m_TrackWidthList[0] + */ + inline int GetCurrentViaSize() const + { + if( m_useCustomTrackVia ) + return m_customViaSize.m_Diameter; + else + return m_ViasDimensionsList[m_viaSizeIndex].m_Diameter; + } + + /** + * Function SetCustomViaSize + * Sets custom size for via diameter (i.e. not available in netclasses or preset list). To have + * it returned with GetCurrentViaSize() you need to enable custom track & via sizes + * (UseCustomTrackViaSize()). + * @param aSize is the new drill diameter. + */ + inline void SetCustomViaSize( int aSize ) + { + m_customViaSize.m_Diameter = aSize; + } + + /** + * Function GetCustomViaSize + * @return Current custom size for the via diameter. + */ + inline int GetCustomViaSize() const + { + return m_customViaSize.m_Diameter; + } + + /** + * Function GetCurrentViaDrill + * @return the current via size, according to the selected options + * ( using the default netclass value or a preset/custom value ) + * the default netclass is always in m_TrackWidthList[0] + */ + int GetCurrentViaDrill() const; + + /** + * Function SetCustomViaDrill + * Sets custom size for via drill (i.e. not available in netclasses or preset list). To have + * it returned with GetCurrentViaDrill() you need to enable custom track & via sizes + * (UseCustomTrackViaSize()). + * @param aDrill is the new drill size. + */ + inline void SetCustomViaDrill( int aDrill ) + { + m_customViaSize.m_Drill = aDrill; + } + + /** + * Function GetCustomViaDrill + * @return Current custom size for the via drill. + */ + inline int GetCustomViaDrill() const + { + return m_customViaSize.m_Drill; + } + + /** + * Function UseCustomTrackViaSize + * Enables/disables custom track/via size settings. If enabled, values set with + * SetCustomTrackWidth()/SetCustomViaSize()/SetCustomViaDrill() are used for newly created + * tracks and vias. + * @param aEnabled decides if custom settings should be used for new tracks/vias. + */ + inline void UseCustomTrackViaSize( bool aEnabled ) + { + m_useCustomTrackVia = aEnabled; + } + + /** + * Function UseCustomTrackViaSize + * @return True if custom sizes of tracks & vias are enabled, false otherwise. + */ + inline bool UseCustomTrackViaSize() const + { + return m_useCustomTrackVia; + } + + /** + * Function GetVisibleLayers + * returns a bit-mask of all the layers that are visible + * @return int - the visible layers in bit-mapped form. + */ + inline LSET GetVisibleLayers() const + { + return m_visibleLayers; + } + + /** + * Function SetVisibleAlls + * Set the bit-mask of all visible elements categories, + * including enabled layers + */ + void SetVisibleAlls(); + + /** + * Function SetVisibleLayers + * changes the bit-mask of visible layers + * @param aMask = The new bit-mask of visible layers + */ + inline void SetVisibleLayers( LSET aMask ) + { + m_visibleLayers = aMask & m_enabledLayers; + } + + /** + * Function IsLayerVisible + * tests whether a given layer is visible + * @param aLayerId = The layer to be tested + * @return bool - true if the layer is visible. + */ + inline bool IsLayerVisible( LAYER_ID aLayerId ) const + { + // If a layer is disabled, it is automatically invisible + return (m_visibleLayers & m_enabledLayers)[aLayerId]; + } + + /** + * Function SetLayerVisibility + * changes the visibility of a given layer + * @param aLayerId = The layer to be changed + * @param aNewState = The new visibility state of the layer + */ + void SetLayerVisibility( LAYER_ID aLayerId, bool aNewState ); + + /** + * Function GetVisibleElements + * returns a bit-mask of all the element categories that are visible + * @return int - the visible element categories in bit-mapped form. + */ + inline int GetVisibleElements() const + { + return m_visibleElements; + } + + /** + * Function SetVisibleElements + * changes the bit-mask of visible element categories + * @param aMask = The new bit-mask of visible element categories + */ + inline void SetVisibleElements( int aMask ) + { + m_visibleElements = aMask; + } + + /** + * Function IsElementVisible + * tests whether a given element category is visible. Keep this as an + * inline function. + * @param aElementCategory is from the enum by the same name + * @return bool - true if the element is visible. + * @see enum PCB_VISIBLE + */ + inline bool IsElementVisible( int aElementCategory ) const + { + assert( aElementCategory >= 0 && aElementCategory < END_PCB_VISIBLE_LIST ); + + return ( m_visibleElements & ( 1 << aElementCategory ) ); + } + + /** + * Function SetElementVisibility + * changes the visibility of an element category + * @param aElementCategory is from the enum by the same name + * @param aNewState = The new visibility state of the element category + * @see enum PCB_VISIBLE + */ + void SetElementVisibility( int aElementCategory, bool aNewState ); + + /** + * Function GetEnabledLayers + * returns a bit-mask of all the layers that are enabled + * @return int - the enabled layers in bit-mapped form. + */ + inline LSET GetEnabledLayers() const + { + return m_enabledLayers; + } + + /** + * Function SetEnabledLayers + * changes the bit-mask of enabled layers + * @param aMask = The new bit-mask of enabled layers + */ + void SetEnabledLayers( LSET aMask ); + + /** + * Function IsLayerEnabled + * tests whether a given layer is enabled + * @param aLayerId = The layer to be tested + * @return bool - true if the layer is enabled + */ + inline bool IsLayerEnabled( LAYER_ID aLayerId ) const + { + return m_enabledLayers[aLayerId]; + } + + /** + * Function GetCopperLayerCount + * @return int - the number of neabled copper layers + */ + inline int GetCopperLayerCount() const + { + return m_copperLayerCount; + } + + /** + * Function SetCopperLayerCount + * do what its name says... + * @param aNewLayerCount = The new number of enabled copper layers + */ + void SetCopperLayerCount( int aNewLayerCount ); + + /** + * Function AppendConfigs + * appends to @a aResult the configuration setting accessors which will later + * allow reading or writing of configuration file information directly into + * this object. + */ + void AppendConfigs( PARAM_CFG_ARRAY* aResult ); + + inline int GetBoardThickness() const { return m_boardThickness; } + inline void SetBoardThickness( int aThickness ) { m_boardThickness = aThickness; } + +private: + void formatNetClass( NETCLASS* aNetClass, OUTPUTFORMATTER* aFormatter, int aNestLevel, + int aControlBits ) const throw( IO_ERROR ); +}; + +#endif // BOARD_DESIGN_SETTINGS_H_ diff --git a/include/class_board_item.h b/include/class_board_item.h new file mode 100644 index 0000000..7b202ff --- /dev/null +++ b/include/class_board_item.h @@ -0,0 +1,335 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_board_item.h + * @brief Classes BOARD_ITEM and BOARD_CONNECTED_ITEM. + */ + +#ifndef BOARD_ITEM_STRUCT_H +#define BOARD_ITEM_STRUCT_H + + +#include +#include +#include + +/// Abbrevation for fomatting internal units to a string. +#define FMT_IU BOARD_ITEM::FormatInternalUnits +#define FMT_ANGLE BOARD_ITEM::FormatAngle + +class BOARD; +class EDA_DRAW_PANEL; + + +/** + * Enum STROKE_T + * is the set of shapes for segments (graphic segments and tracks) which are often + * in the .m_Shape member + */ +enum STROKE_T +{ + S_SEGMENT = 0, ///< usual segment : line with rounded ends + S_RECT, ///< segment with non rounded ends + S_ARC, ///< Arcs (with rounded ends) + S_CIRCLE, ///< ring + S_POLYGON, ///< polygon (not yet used for tracks, but could be in microwave apps) + S_CURVE, ///< Bezier Curve + S_LAST ///< last value for this list +}; + + +/** + * Class BOARD_ITEM + * is a base class for any item which can be embedded within the BOARD + * container class, and therefore instances of derived classes should only be + * found in Pcbnew or other programs that use class BOARD and its contents. + * The corresponding class in Eeschema is SCH_ITEM. + */ +class BOARD_ITEM : public EDA_ITEM +{ + // These are made private here so they may not be used. + // Instead everything derived from BOARD_ITEM is handled via DLIST<>'s + // use of DHEAD's member functions. + void SetNext( EDA_ITEM* aNext ) { Pnext = aNext; } + void SetBack( EDA_ITEM* aBack ) { Pback = aBack; } + +protected: + LAYER_ID m_Layer; + + static int getTrailingInt( wxString aStr ); + static int getNextNumberInSequence( std::set aSeq, bool aFillSequenceGaps ); + +public: + + BOARD_ITEM( BOARD_ITEM* aParent, KICAD_T idtype ) : + EDA_ITEM( aParent, idtype ), m_Layer( F_Cu ) + { + } + + // Do not create a copy constructor. The one generated by the compiler is adequate. + + virtual const wxPoint& GetPosition() const = 0; + + /** + * Function GetCenter() + * + * This defaults to the same point as returned by GetPosition(), unless + * overridden + * + * @return centre point of the item + */ + virtual const wxPoint GetCenter() const { return GetPosition(); } + + virtual void SetPosition( const wxPoint& aPos ) = 0; + + /** + * Function IsConnected() + * Returns information if the object is derived from BOARD_CONNECTED_ITEM. + * @return True if the object is of BOARD_CONNECTED_ITEM type, false otherwise. + */ + virtual bool IsConnected() const + { + return false; + } + + /** + * A value of wxPoint(0,0) which can be passed to the Draw() functions. + */ + static wxPoint ZeroOffset; + + BOARD_ITEM* Next() const { return static_cast( Pnext ); } + BOARD_ITEM* Back() const { return static_cast( Pback ); } + BOARD_ITEM* GetParent() const { return (BOARD_ITEM*) m_Parent; } + + /** + * Function GetLayer + * returns the primary layer this item is on. + */ + LAYER_ID GetLayer() const { return m_Layer; } + + /** + * Function GetLayerSet + * returns a "layer mask", which is a bitmap of all layers on which the + * TRACK segment or VIA physically resides. + * @return int - a layer mask, see layers_id_colors_visibility.h. + */ + virtual LSET GetLayerSet() const { return LSET( m_Layer ); } + + /** + * Function SetLayer + * sets the layer this item is on. + * @param aLayer The layer number. + * is virtual because some items (in fact: class DIMENSION) + * have a slightly different initialization + */ + virtual void SetLayer( LAYER_ID aLayer ) + { + // trap any invalid layers, then go find the caller and fix it. + // wxASSERT( unsigned( aLayer ) < unsigned( NB_PCB_LAYERS ) ); + m_Layer = aLayer; + } + + /** + * Function Draw + * BOARD_ITEMs have their own color information. + */ + virtual void Draw( EDA_DRAW_PANEL* panel, wxDC* DC, + GR_DRAWMODE aDrawMode, const wxPoint& offset = ZeroOffset ) = 0; + + /** + * Swap data between aItem and aImage. + * aItem and aImage should have the same type + * Used in undo redo command to swap values between an item and its copy + * Only values like layer, size .. which are modified by edition are swapped, + * not the pointers like + * Pnext and Pback because aItem is not changed in the linked list + * @param aImage = the item image which contains data to swap + */ + void SwapData( BOARD_ITEM* aImage ); + + /** + * Function IsOnLayer + * tests to see if this object is on the given layer. Is virtual so + * objects like D_PAD, which reside on multiple layers can do their own + * form of testing. + * @param aLayer The layer to test for. + * @return bool - true if on given layer, else false. + */ + virtual bool IsOnLayer( LAYER_ID aLayer ) const + { + return m_Layer == aLayer; + } + + /** + * Function IsTrack + * tests to see if this object is a track or via (or microvia). + * form of testing. + * @return bool - true if a track or via, else false. + */ + bool IsTrack() const + { + return ( Type() == PCB_TRACE_T ) || ( Type() == PCB_VIA_T ); + } + + /** + * Function IsLocked + * @return bool - true if the object is locked, else false + */ + virtual bool IsLocked() const + { + return false; // only MODULEs can be locked at this time. + } + + /** + * Function UnLink + * detaches this object from its owner. This base class implementation + * should work for all derived classes which are held in a DLIST<>. + */ + virtual void UnLink(); + + /** + * Function DeleteStructure + * deletes this object after UnLink()ing it from its owner if it has one. + */ + void DeleteStructure() + { + if( GetList() != NULL ) + UnLink(); + + delete this; + } + + /** + * Function ShowShape + * converts the enum STROKE_T integer value to a wxString. + */ + static wxString ShowShape( STROKE_T aShape ); + + // Some geometric transforms, that must be rewritten for derived classes + /** + * Function Move + * move this object. + * @param aMoveVector - the move vector for this object. + */ + virtual void Move( const wxPoint& aMoveVector ) + { + wxMessageBox( wxT( "virtual BOARD_ITEM::Move used, should not occur" ), GetClass() ); + } + + /** + * Function Rotate + * Rotate this object. + * @param aRotCentre - the rotation point. + * @param aAngle - the rotation angle in 0.1 degree. + */ + virtual void Rotate( const wxPoint& aRotCentre, double aAngle ) + { + wxMessageBox( wxT( "virtual BOARD_ITEM::Rotate used, should not occur" ), GetClass() ); + } + + /** + * Function Flip + * Flip this object, i.e. change the board side for this object + * @param aCentre - the rotation point. + */ + virtual void Flip( const wxPoint& aCentre ) + { + wxMessageBox( wxT( "virtual BOARD_ITEM::Flip used, should not occur" ), GetClass() ); + } + + /** + * Function GetBoard + * returns the BOARD in which this BOARD_ITEM resides, or NULL if none. + */ + virtual BOARD* GetBoard() const; + + /** + * Function GetLayerName + * returns the name of the PCB layer on which the item resides. + * + * @return wxString containing the layer name associated with this item. + */ + wxString GetLayerName() const; + + virtual bool HitTest( const wxPoint& aPosition ) const + { + return EDA_ITEM::HitTest( aPosition ); + } + + /** + * Function HitTest + * tests if the \a aRect intersects or contains this object (depending on \a aContained). + * + * @param aRect A reference to an EDA_RECT object containg the area to test. + * @param aContained Test if \a aRect contains this object completly. + * @param aAccuracy Increase the item bounding box by this amount. + * @return bool - True if \a aRect contains this object completly or if \a aRect intersects + * the object and \a aContained is False, otherwise false. + */ + virtual bool HitTest( const EDA_RECT& aRect, bool aContained = true, int aAccuracy = 0) const + { + return false; // derived classes should override this function + } + + + /** + * Function FormatInternalUnits + * converts \a aValue from board internal units to a string appropriate for writing to file. + * + * @note Internal units for board items can be either deci-mils or nanometers depending + * on how KiCad is build. + * @param aValue A coordinate value to convert. + * @return A std::string object containing the converted value. + */ + static std::string FormatInternalUnits( int aValue ); + + /** + * Function FormatAngle + * converts \a aAngle from board units to a string appropriate for writing to file. + * + * @note Internal angles for board items can be either degrees or tenths of degree + * on how KiCad is built. + * @param aAngle A angle value to convert. + * @return A std::string object containing the converted angle. + */ + static std::string FormatAngle( double aAngle ); + + static std::string FormatInternalUnits( const wxPoint& aPoint ); + + static std::string FormatInternalUnits( const wxSize& aSize ); + + /// @copydoc VIEW_ITEM::ViewGetLayers() + virtual void ViewGetLayers( int aLayers[], int& aCount ) const; + + /*! + * Function IncrementItemReference + * Implement if the concept of "incrementing" makes sense for an + * item (e.g. modules and pads) + * @return if item reference was incremented + */ + virtual bool IncrementItemReference() { return false; } +}; + +#endif /* BOARD_ITEM_STRUCT_H */ diff --git a/include/class_collector.h b/include/class_collector.h new file mode 100644 index 0000000..d14abeb --- /dev/null +++ b/include/class_collector.h @@ -0,0 +1,287 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2008 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2004-2007 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_collector.h + * @brief COLLECTOR class definition. + */ + +#ifndef COLLECTOR_H +#define COLLECTOR_H + +#include + +#include +#include // SEARCH_RESULT +#include // GetNewTimeStamp() + + +class EDA_ITEM; + + +/** + * Class COLLECTOR + * is an abstract class that will find and hold all the objects according to + * an inspection done by the Inspect() function which must be implemented by + * any derived class. When Inspect() finds an object that it wants to collect, + * i.e. one that it "likes", then it only has to do an Append( testItem ) + * on it to add it to its collection, but in all cases for the scan to continue, + * Inspect() must return SEARCH_CONTINUE. + * + * Later, after collection, the user can iterate through all the objects + * in the remembered collection using GetCount() and the [int] operator. + */ +class COLLECTOR : public INSPECTOR +{ +protected: + /// Which object types to scan + const KICAD_T* m_ScanTypes; + + /// A place to hold collected objects without taking ownership of their memory. + std::vector m_List; + + /// A point to test against, and that was used to make the collection. + wxPoint m_RefPos; + + /// A bounding box to test against, and that was used to make the collection. + EDA_RECT m_RefBox; + + /// The time at which the collection was made. + time_t m_TimeAtCollection; + +public: + COLLECTOR() + { + m_ScanTypes = 0; + m_TimeAtCollection = 0; + } + + virtual ~COLLECTOR() {} + + /** + * Function IsValidIndex + * tests if \a aIndex is with the limits of the list of collected items. + * + * @param aIndex The index to test. + * @return True if \a aIndex is with the limits of the list of collected items, + * otherwise false. + */ + bool IsValidIndex( int aIndex ) + { + return ( (unsigned) aIndex < m_List.size() ); + } + + /** + * Function GetCount + * returns the number of objects in the list + */ + int GetCount() const + { + return (int) m_List.size(); + } + + /** + * Function Empty + * sets the list to empty + */ + void Empty() + { + m_List.clear(); + } + + /** + * Function Append + * adds an item to the end of the list. + * @param item An EDA_ITEM* to add. + */ + void Append( EDA_ITEM* item ) + { + m_List.push_back( item ); + } + + /** + * Function Remove + * removes the item at \a aIndex (first position is 0); + * @param aIndex The index into the list. + */ + void Remove( int aIndex ) + { + m_List.erase( m_List.begin() + aIndex ); + } + + /** + * Function Remove + * removes the item aItem (if exists in the collector). + * @param aItem the item to be removed. + */ + void Remove( const EDA_ITEM* aItem ) + { + for( size_t i = 0; i < m_List.size(); i++ ) + { + if( m_List[i] == aItem ) + { + m_List.erase( m_List.begin() + i); + return; + } + } + } + + /** + * Function operator[int] + * is used for read only access and returns the object at \a aIndex. + * @param aIndex The index into the list. + * @return EDA_ITEM* - or something derived from it, or NULL. + */ + EDA_ITEM* operator[]( int aIndex ) const + { + if( (unsigned)aIndex < (unsigned)GetCount() ) // (unsigned) excludes aIndex<0 also + return m_List[ aIndex ]; + + return NULL; + } + + /** + * Function BasePtr + * returns the address of the first element in the array. Only call this + * if there is at least one element in the vector m_List, otherwise a + * C++ exception should get thrown. + */ + EDA_ITEM* const* BasePtr() const + { + return &m_List[0]; + } + + /** + * Function HasItem + * tests if \a aItem has already been collected. + * + * @param aItem The EDA_ITEM* to be tested. + * @return True if \a aItem is already collected. + */ + bool HasItem( const EDA_ITEM* aItem ) const + { + for( size_t i = 0; i < m_List.size(); i++ ) + { + if( m_List[i] == aItem ) + return true; + } + + return false; + } + + /** + * Function SetScanTypes + * records the list of KICAD_T types to consider for collection by + * the Inspect() function. + * @param scanTypes An array of KICAD_T, terminated by EOT. No copy is + * is made of this array (so cannot come from caller's stack). + */ + void SetScanTypes( const KICAD_T* scanTypes ) + { + m_ScanTypes = scanTypes; + } + + void SetTimeNow() + { + m_TimeAtCollection = GetNewTimeStamp(); + } + + time_t GetTime() + { + return m_TimeAtCollection; + } + + void SetRefPos( const wxPoint& aRefPos ) { m_RefPos = aRefPos; } + const wxPoint& GetRefPos() const { return m_RefPos; } + + void SetBoundingBox( const EDA_RECT& aRefBox ) { m_RefBox = aRefBox; } + const EDA_RECT& GetBoundingBox() const { return m_RefBox; } + + /** + * Function IsSimilarPointAndTime + * returns true if the given reference point is "similar" (defined here) + * to the internal reference point and the current time is within a few + * seconds of the internal m_TimeAtCollection. + * + * @param aRefPos A wxPoint to compare to. + * @return bool - true if the point and time are similar, else false. + */ + bool IsSimilarPointAndTime( const wxPoint& aRefPos ) + { + const int distMax = 2; // adjust these here + const time_t timeMax = 3; // seconds + + int dx = abs( aRefPos.x - m_RefPos.x ); + int dy = abs( aRefPos.y - m_RefPos.y ); + + if( dx <= distMax && dy <= distMax && + (int)GetNewTimeStamp() - m_TimeAtCollection <= timeMax ) + return true; + else + return false; + } + /** + * Function CountType + * counts the number of items matching aType + * @param aType type we are interested in + * @return number of occurences + */ + int CountType( KICAD_T aType ) + { + int cnt = 0; + for( size_t i = 0; i < m_List.size(); i++ ) + { + if( m_List[i]->Type() == aType ) + cnt++; + } + return cnt; + } + + /** + * Function Collect + * scans an EDA_ITEM using this class's Inspector method, which does + * the collection. + * @param container An EDA_ITEM to scan, including those items it contains. + * @param aRefPos A wxPoint to use in hit-testing. + * + * example implementation, in derived class: + * + void Collect( EDA_ITEM* container, const wxPoint& aRefPos ) + { + example implementation: + + SetRefPos( aRefPos ); // remember where the snapshot was taken from + + Empty(); // empty the collection + + // visit the board with the INSPECTOR (me). + container->Visit( this, // INSPECTOR* inspector + NULL, // const void* testData, + m_ScanTypes); + SetTimeNow(); // when it was taken + } + */ +}; + +#endif // COLLECTOR_H diff --git a/include/class_colors_design_settings.h b/include/class_colors_design_settings.h new file mode 100644 index 0000000..0cbc76b --- /dev/null +++ b/include/class_colors_design_settings.h @@ -0,0 +1,89 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_colors_design_settings.h + * @brief Handle colors used to draw all items or layers. + */ + +#ifndef _COLORS_DESIGN_SETTING_H +#define _COLORS_DESIGN_SETTING_H +#include + + +/** + * Class COLORS_DESIGN_SETTINGS + * is a list of color settings for designs in Eeschema, Pcbnew and GerbView + */ +class COLORS_DESIGN_SETTINGS +{ +public: + // Color options for screen display of the Printed Board and schematic: + + // Common to Eeschema, Pcbnew, GerbView + EDA_COLOR_T m_LayersColors[LAYER_ID_COUNT]; ///< Layer colors (tracks and graphic items) + + // Common to Eeschema, Pcbnew + EDA_COLOR_T m_ItemsColors[32]; ///< All others items but layers + +public: + COLORS_DESIGN_SETTINGS(); + + /** + * Function GetLayerColor + * @return the color for aLayer which is one of the layer indices given + * in pcbstruct.h or in schematic + */ + EDA_COLOR_T GetLayerColor( LAYER_NUM aLayer ) const; + + /** + * Function SetLayerColor + * sets the color for aLayer which is one of the layer indices given + * in pcbstruct.h or in schematic + */ + void SetLayerColor( LAYER_NUM aLayer, EDA_COLOR_T aColor ); + + /** + * Function GetItemColor + * @return the color for an item which is one of the item indices given + * in pcbstruct.h, enum PCB_VISIBLE or in schematic + */ + EDA_COLOR_T GetItemColor( int aItemIdx ) const; + + /** + * Function SetItemColor + * sets the color for an item which is one of the item indices given + * in pcbstruct.h, enum PCB_VISIBLE or in schematic + */ + void SetItemColor( int aItemIdx, EDA_COLOR_T aColor ); + + /** + * Function SetAllColorsAs + * sets alls colors to aColor + * Usefull to create a monochrome color selection for printing purpose + */ + void SetAllColorsAs( EDA_COLOR_T aColor); +}; + +#endif // _COLORS_DESIGN_SETTING_H diff --git a/include/class_draw_panel_gal.h b/include/class_draw_panel_gal.h new file mode 100644 index 0000000..cc52294 --- /dev/null +++ b/include/class_draw_panel_gal.h @@ -0,0 +1,219 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013-2014 CERN + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_draw_panel_gal.h: + * @brief EDA_DRAW_PANEL_GAL class definition. + */ + +#ifndef PANELGAL_WXSTRUCT_H +#define PANELGAL_WXSTRUCT_H + +#include +#include +#include +#include +#include + +class BOARD; +class TOOL_DISPATCHER; + +namespace KIGFX +{ +class GAL; +class VIEW; +class WX_VIEW_CONTROLS; +class VIEW_CONTROLS; +class PAINTER; +}; + + +class EDA_DRAW_PANEL_GAL : public wxScrolledCanvas +{ +public: + enum GAL_TYPE { + GAL_TYPE_NONE, ///< Not used + GAL_TYPE_OPENGL, ///< OpenGL implementation + GAL_TYPE_CAIRO, ///< Cairo implementation + GAL_TYPE_LAST ///< Sentinel, do not use as a parameter + }; + + EDA_DRAW_PANEL_GAL( wxWindow* aParentWindow, wxWindowID aWindowId, const wxPoint& aPosition, + const wxSize& aSize, GAL_TYPE aGalType = GAL_TYPE_OPENGL ); + ~EDA_DRAW_PANEL_GAL(); + + virtual void SetFocus(); + + /** + * Function SwitchBackend + * Switches method of rendering graphics. + * @param aGalType is a type of rendering engine that you want to use. + */ + bool SwitchBackend( GAL_TYPE aGalType ); + + /** + * Function GetBackend + * Returns the type of backend currently used by GAL canvas. + */ + inline GAL_TYPE GetBackend() const + { + return m_backend; + } + + /** + * Function GetGAL() + * Returns a pointer to the GAL instance used in the panel. + * @return The instance of GAL. + */ + KIGFX::GAL* GetGAL() const + { + return m_gal; + } + + /** + * Function GetView() + * Returns a pointer to the VIEW instance used in the panel. + * @return The instance of VIEW. + */ + KIGFX::VIEW* GetView() const + { + return m_view; + } + + /** + * Function GetViewControls() + * Returns a pointer to the VIEW_CONTROLS instance used in the panel. + * @return The instance of VIEW_CONTROLS. + */ + KIGFX::VIEW_CONTROLS* GetViewControls() const + { + return (KIGFX::VIEW_CONTROLS*)( m_viewControls ); + } + + /// @copydoc wxWindow::Refresh() + void Refresh( bool aEraseBackground = true, const wxRect* aRect = NULL ); + + /** + * Function ForceRefresh() + * Forces a redraw. + */ + void ForceRefresh(); + + /** + * Function SetEventDispatcher() + * Sets a dispatcher that processes events and forwards them to tools. + * @param aEventDispatcher is the object that will be used for dispatching events. + * DRAW_PANEL_GAL does not take over the ownership. Passing NULL disconnects all event + * handlers from the DRAW_PANEL_GAL and parent frame. + */ + void SetEventDispatcher( TOOL_DISPATCHER* aEventDispatcher ); + + /** + * Function StartDrawing() + * Begins drawing if it was stopped previously. + */ + void StartDrawing(); + + /** + * Function StopDrawing() + * Prevents the GAL canvas from further drawing till it is recreated + * or StartDrawing() is called. + */ + void StopDrawing(); + + /** + * Function SetHighContrastLayer + * Takes care of display settings for the given layer to be displayed in high contrast mode. + */ + virtual void SetHighContrastLayer( LAYER_ID aLayer ); + + /** + * Function SetTopLayer + * Moves the selected layer to the top, so it is displayed above all others. + */ + virtual void SetTopLayer( LAYER_ID aLayer ); + + virtual void GetMsgPanelInfo( std::vector& aList ) + { + assert( false ); + } + + /** + * Function GetLegacyZoom() + * Returns current view scale converted to zoom value used by the legacy canvas. + */ + double GetLegacyZoom() const; + +protected: + void onPaint( wxPaintEvent& WXUNUSED( aEvent ) ); + void onSize( wxSizeEvent& aEvent ); + void onEvent( wxEvent& aEvent ); + void onEnter( wxEvent& aEvent ); + void onLostFocus( wxFocusEvent& aEvent ); + void onRefreshTimer( wxTimerEvent& aEvent ); + + static const int MinRefreshPeriod = 17; ///< 60 FPS. + + /// Pointer to the parent window + wxWindow* m_parent; + + /// Last timestamp when the panel was refreshed + wxLongLong m_lastRefresh; + + /// Is there a redraw event requested? + bool m_pendingRefresh; + + /// True if GAL is currently redrawing the view + bool m_drawing; + + /// Flag that determines if VIEW may use GAL for redrawing the screen. + bool m_drawingEnabled; + + /// Timer responsible for preventing too frequent refresh + wxTimer m_refreshTimer; + + /// Interface for drawing objects on a 2D-surface + KIGFX::GAL* m_gal; + + /// Stores view settings (scale, center, etc.) and items to be drawn + KIGFX::VIEW* m_view; + + /// Contains information about how to draw items using GAL + KIGFX::PAINTER* m_painter; + + /// Control for VIEW (moving, zooming, etc.) + KIGFX::WX_VIEW_CONTROLS* m_viewControls; + + /// Currently used GAL + GAL_TYPE m_backend; + + /// Processes and forwards events to tools + TOOL_DISPATCHER* m_eventDispatcher; + + /// Flag to indicate that focus should be regained on the next mouse event. It is a workaround + /// for cases when the panel loses keyboard focus, so it does not react to hotkeys anymore. + bool m_lostFocus; +}; + +#endif diff --git a/include/class_drawpanel.h b/include/class_drawpanel.h new file mode 100644 index 0000000..14ad104 --- /dev/null +++ b/include/class_drawpanel.h @@ -0,0 +1,504 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2011 Wayne Stambaugh + * Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_drawpanel.h: + * @brief EDA_DRAW_PANEL class definition. + */ + +#ifndef PANEL_WXSTRUCT_H +#define PANEL_WXSTRUCT_H + +#include +#include +#include + + +class BASE_SCREEN; +class PCB_SCREEN; + + +/** + * Mouse capture callback function prototype. + */ +typedef void ( *MOUSE_CAPTURE_CALLBACK )( EDA_DRAW_PANEL* aPanel, wxDC* aDC, + const wxPoint& aPosition, bool aErase ); + +/** + * End mouse capture callback function prototype. + */ +typedef void ( *END_MOUSE_CAPTURE_CALLBACK )( EDA_DRAW_PANEL* aPanel, wxDC* aDC ); + + +class EDA_DRAW_PANEL : public wxScrolledWindow +{ +private: + int m_currentCursor; ///< Current mouse cursor shape id. + int m_defaultCursor; ///< The default mouse cursor shape id. + bool m_showCrossHair; ///< Indicate if cross hair is to be shown. + int m_cursorLevel; ///< Index for cursor redraw in XOR mode. + int m_scrollIncrementX; ///< X axis scroll increment in pixels per unit. + int m_scrollIncrementY; ///< Y axis scroll increment in pixels per unit. + + wxPoint m_CursorStartPos; ///< Used for testing the cursor movement. + wxPoint m_PanStartCenter; ///< Initial scroll center position when pan started + wxPoint m_PanStartEventPosition; ///< Initial position of mouse event when pan started + + /// The drawing area used to redraw the screen which is usually the visible area + /// of the drawing in internal units. + EDA_RECT m_ClipBox; + + bool m_abortRequest; ///< Flag used to abort long commands. + + bool m_enableZoomNoCenter; ///< True to enable zooming around the crosshair instead of the center + bool m_enableMousewheelPan; ///< True to enable mousewheel panning by default. + bool m_enableMiddleButtonPan; ///< True to enable middle mouse button panning. + bool m_panScrollbarLimits; ///< has meaning only if m_enableMiddleButtonPan = true + ///< true to limit panning to scrollbar current limits + ///< false to used unlimited pan + + bool m_enableAutoPan; ///< True to enable automatic panning. + + bool m_requestAutoPan; ///< true to request an auto pan. Valid only when m_enableAutoPan = true. + + bool m_ignoreMouseEvents; ///< Ignore mouse events when true. + + /* Used to inhibit a response to a mouse left button release, after a double click + * (when releasing the left button at the end of the second click. Used in Eeschema + * to inhibit a mouse left release command when switching between hierarchical sheets + * on a double click. + */ + bool m_ignoreNextLeftButtonRelease; ///< Ignore the next mouse left button release when true. + + bool m_enableBlockCommands; ///< True enables block commands. + + /** + * Count the drag events. Used to filter mouse moves before starting a + * block command. A block command can be started only if + * MinDragEventCount > MIN_DRAG_COUNT_FOR_START_BLOCK_COMMAND in order to avoid + * spurious block commands. + */ + int m_minDragEventCount; + + /// True when drawing in mirror mode. Used by the draw arc function, because arcs + /// are oriented, and in mirror mode, orientations are reversed. + bool m_PrintIsMirrored; + + /// Mouse capture move callback function. + MOUSE_CAPTURE_CALLBACK m_mouseCaptureCallback; + + /// Abort mouse capture callback function. + END_MOUSE_CAPTURE_CALLBACK m_endMouseCaptureCallback; + + /// useful to avoid false start block in certain cases + /// (like switch from a sheet to an other sheet + /// >= 0 (or >= n) if a block can start + int m_canStartBlock; + +public: + + EDA_DRAW_PANEL( EDA_DRAW_FRAME* parent, int id, const wxPoint& pos, const wxSize& size ); + ~EDA_DRAW_PANEL(); + + /** + * Function GetDisplayOptions + * A way to pass info to draw functions. + * this is just an accessor to the GetDisplayOptions() parent frame function. + */ + void* GetDisplayOptions(); + + BASE_SCREEN* GetScreen(); + + EDA_DRAW_FRAME* GetParent() const; + + void OnPaint( wxPaintEvent& event ); + + EDA_RECT* GetClipBox() { return &m_ClipBox; } + + void SetClipBox( const EDA_RECT& aRect ) { m_ClipBox = aRect; } + + bool GetAbortRequest() const { return m_abortRequest; } + + void SetAbortRequest( bool aAbortRequest ) { m_abortRequest = aAbortRequest; } + + bool GetEnableMousewheelPan() const { return m_enableMousewheelPan; } + + void SetEnableMousewheelPan( bool aEnable ); + + bool GetEnableMiddleButtonPan() const { return m_enableMiddleButtonPan; } + + void SetEnableMiddleButtonPan( bool aEnable ) { m_enableMiddleButtonPan = aEnable; } + + bool GetEnableZoomNoCenter() const { return m_enableZoomNoCenter; } + + void SetEnableZoomNoCenter( bool aEnable ); + + bool GetMiddleButtonPanLimited() const { return m_panScrollbarLimits; } + + void SetMiddleButtonPanLimited( bool aEnable ) { m_panScrollbarLimits = aEnable; } + + bool GetEnableAutoPan() const { return m_enableAutoPan; } + + void SetEnableAutoPan( bool aEnable ) { m_enableAutoPan = aEnable; } + + void SetAutoPanRequest( bool aEnable ) { m_requestAutoPan = aEnable; } + + void SetIgnoreMouseEvents( bool aIgnore ) { m_ignoreMouseEvents = aIgnore; } + + void SetIgnoreLeftButtonReleaseEvent( bool aIgnore ) { m_ignoreNextLeftButtonRelease = aIgnore; } + + void SetEnableBlockCommands( bool aEnable ) { m_enableBlockCommands = aEnable; } + + bool GetPrintMirrored() const { return m_PrintIsMirrored; } + void SetPrintMirrored( bool aMirror ) { m_PrintIsMirrored = aMirror; } + + void SetCanStartBlock( int aStartBlock ) { m_canStartBlock = aStartBlock; } + + /** + * Function DrawBackGround + * @param DC = current Device Context + * Draws (if allowed) : + * the grid + * X and Y axis + * X and Y auxiliary axis + */ + void DrawBackGround( wxDC* DC ); + + /** + * Function DrawGrid + * draws a grid to \a aDC. + * @see m_ClipBox to determine the damaged area of the drawing to draw the grid. + * @see EDA_DRAW_FRAME::IsGridVisible() to determine if grid is shown. + * @see EDA_DRAW_FRAME::GetGridColor() for the color of the grid. + * @param aDC The device context to draw the grid. + */ + void DrawGrid( wxDC* aDC ); + + /** + * Function DrawAuxiliaryAxis + * Draw the Auxiliary Axis, used in Pcbnew which as origin coordinates + * for gerber and excellon files + * @param aDC = current Device Context + * @param aDrawMode = draw mode (GR_COPY, GR_OR ..) + */ + void DrawAuxiliaryAxis( wxDC* aDC, GR_DRAWMODE aDrawMode ); + + /** + * Function DrawGridAxis + * Draw on auxiliary axis, used in Pcbnew to show grid origin, when + * the grid origin is set by user, and is not (0,0) + * @param aDC = current Device Context + * @param aDrawMode = draw mode (GR_COPY, GR_OR ..) + * @param aGridOrigin = the absolute coordinate of grid origin for snap. + */ + void DrawGridAxis( wxDC* aDC, GR_DRAWMODE aDrawMode, const wxPoint& aGridOrigin ); + + void OnEraseBackground( wxEraseEvent& event ) { } + + /** + * Function OnActivate + * handles window activation events. + *

    + * The member m_canStartBlock is initialize to avoid a block start command on activation + * (because a left mouse button can be pressed and no block command wanted. This happens + * when enter on a hierarchy sheet on double click. + *

    + */ + void OnActivate( wxActivateEvent& event ); + + /** + * Function DoPrepareDC + * sets up the device context \a aDC for drawing. + *

    + * This overrides wxScrolledWindow::DoPrepareDC() for setting up the the device context + * used for drawing. The scale factor and drawing logical offset are set and the base + * method is called to set the DC device origin (scroll bar position). This connects + * everything together to achieve the appropriate coordinate manipulation using wxDC + * LogicalToDeviceXXX and DeviceToLogixalXXX methods. This gets called automatically + * for a paint event. If you do any drawing outside the paint event, you must call + * DoPrepareDC manually. + *

    + * @param aDC The device context to prepare. + */ + virtual void DoPrepareDC( wxDC& aDC ); + + /** + * Function DeviceToLogical + * converts \a aRect from device to drawing (logical) coordinates. + *

    + * \a aRect must be in scrolled device units. + *

    + * @param aRect The rectangle to convert. + * @param aDC The device context used for the conversion. + * @return A rectangle converted to drawing units. + */ + wxRect DeviceToLogical( const wxRect& aRect, wxDC& aDC ); + + /* Mouse and keys events */ + + /** + * Function OnMouseWheel + * handles mouse wheel events. + *

    + * The mouse wheel is used to provide support for zooming and panning. This + * is accomplished by converting mouse wheel events in pseudo menu command + * events and sending them to the appropriate parent window event handler. + *

    + */ + void OnMouseWheel( wxMouseEvent& event ); +#ifdef USE_OSX_MAGNIFY_EVENT + void OnMagnify( wxMouseEvent& event ); +#endif + void OnMouseEvent( wxMouseEvent& event ); + void OnMouseEntering( wxMouseEvent& aEvent ); + void OnMouseLeaving( wxMouseEvent& event ); + void OnKeyEvent( wxKeyEvent& event ); + void OnCharHook( wxKeyEvent& event ); + + void OnPan( wxCommandEvent& event ); + + void EraseScreen( wxDC* DC ); + void OnScrollWin( wxCommandEvent& event ); + void OnScroll( wxScrollWinEvent& event ); + + void SetZoom( double mode ); + double GetZoom(); + + void SetGrid( const wxRealPoint& size ); + wxRealPoint GetGrid(); + + /** + * Function OnRightClick + * builds and displays a context menu on a right mouse button click. + * @return true if the context menu is shown, or false + */ + bool OnRightClick( wxMouseEvent& event ); + + /** + * Function IsPointOnDisplay + * @param aPosition The position to test in logical (drawing) units. + * @return true if \a aPosition is visible on the screen. + * false if \a aPosition is not visible on the screen. + */ + bool IsPointOnDisplay( const wxPoint& aPosition ); + + /** + * Function SetClipBox + * sets the clip box in drawing (logical) units from \a aRect in device units. + *

    + * If \a aRect is NULL, then the entire visible area of the screen is used as the clip + * area. The clip box is used when drawing to determine which objects are not visible + * and do not need to be drawn. Note that this is not the same as setting the device + * context clipping with wxDC::SetClippingRegion(). This is the rectangle used by the + * drawing functions in gr_basic.cpp used to determine if the item to draw is off screen + * and therefore not drawn. + *

    + * @param aDC The device context use for drawing with the correct scale and + * offsets already configured. See DoPrepareDC(). + * @param aRect The clip rectangle in device units or NULL for the entire visible area + * of the screen. + */ + void SetClipBox( wxDC& aDC, const wxRect* aRect = NULL ); + + void ReDraw( wxDC* aDC, bool aEraseBackground = true ); + + /** + * Function RefreshDrawingRect + * redraws the contents of \a aRect in drawing units. \a aRect is converted to + * screen coordinates and wxWindow::RefreshRect() is called to repaint the region. + * @param aRect The rectangle to repaint. + * @param aEraseBackground Erases the background if true. + */ + void RefreshDrawingRect( const EDA_RECT& aRect, bool aEraseBackground = true ); + + /// @copydoc wxWindow::Refresh() + virtual void Refresh( bool eraseBackground = true, const wxRect* rect = NULL ); + + /** + * Function GetScreenCenterLogicalPosition + * @return The current screen center position in logical (drawing) units. + */ + wxPoint GetScreenCenterLogicalPosition(); + + /** + * Function MoveCursorToCrossHair + * warps the cursor to the current cross hair position. + */ + void MoveCursorToCrossHair(); + + /** + * Function ToDeviceXY + * transforms logical to device coordinates + */ + wxPoint ToDeviceXY( const wxPoint& pos ); + + /** + * Function ToLogicalXY + * transforms device to logical coordinates + */ + wxPoint ToLogicalXY( const wxPoint& pos ); + + /** + * Function MoveCursor + * moves the mouse pointer to \a aPosition in logical (drawing) units. + * @param aPosition The position in logical units to move the cursor. + */ + void MoveCursor( const wxPoint& aPosition ); + + /* Cursor functions */ + /** + * Function DrawCrossHair + * draws the user cross hair. + *

    + * The user cross hair is not the mouse cursor although they may be at the same screen + * position. The mouse cursor is still render by the OS. This is a drawn cross hair + * that is used to snap to grid when grid snapping is enabled. This is as an indicator + * to where the next user action will take place. + *

    + * @param aDC - the device context to draw the cursor + * @param aColor - the color to draw the cursor + */ + void DrawCrossHair( wxDC* aDC, EDA_COLOR_T aColor = WHITE ); + + // Hide the cross hair. + void CrossHairOff( wxDC* DC ); + + // Show the cross hair. + void CrossHairOn( wxDC* DC ); + + /** + * Function SetMouseCapture + * sets the mouse capture and end mouse capture callbacks to \a aMouseCaptureCallback + * and \a aEndMouseCaptureCallback respectively. + */ + void SetMouseCapture( MOUSE_CAPTURE_CALLBACK aMouseCaptureCallback, + END_MOUSE_CAPTURE_CALLBACK aEndMouseCaptureCallback ) + { + m_mouseCaptureCallback = aMouseCaptureCallback; + m_endMouseCaptureCallback = aEndMouseCaptureCallback; + } + + + void SetMouseCaptureCallback( MOUSE_CAPTURE_CALLBACK aMouseCaptureCallback ) + { + m_mouseCaptureCallback = aMouseCaptureCallback; + } + + + /** + * Function EndMouseCapture + * ends mouse a capture. + * + * Check to see if the cursor is being managed for block or editing commands and release it. + * @param aId The command ID to restore or -1 to keep the current command ID. + * @param aCursorId The wxWidgets stock cursor ID to set the cursor to or -1 to keep the + * current cursor. + * @param aTitle The tool message to display in the status bar or wxEmptyString to clear + * the message. + * @param aCallEndFunc Call the abort mouse capture callback if true. + */ + void EndMouseCapture( int aId = -1, int aCursorId = -1, + const wxString& aTitle = wxEmptyString, + bool aCallEndFunc = true ); + + inline bool IsMouseCaptured() const { return m_mouseCaptureCallback != NULL; } + + /** + * Function CallMouseCapture + * calls the mouse capture callback. + * + * @param aDC A point to a wxDC object to perform any drawing upon. + * @param aPosition A referecnce to a wxPoint object containing the current cursor + * position. + * @param aErase True indicates the item being drawn should be erase before drawing + * it a \a aPosition. + */ + void CallMouseCapture( wxDC* aDC, const wxPoint& aPosition, bool aErase ); + + /** + * Function CallEndMouseCapture + * calls the end mouse capture callback. + * + * @param aDC A point to a wxDC object to perform any drawing upon. + */ + void CallEndMouseCapture( wxDC* aDC ); + + /** + * Function SetCurrentCursor + * Set the current cursor shape for drawpanel + */ + void SetCurrentCursor( int aCursor ) + { + m_currentCursor = aCursor; + SetCursor( (wxStockCursor) m_currentCursor ); + } + + /** + * Function GetDefaultCursor + * return the default cursor shape + */ + int GetDefaultCursor() const { return m_defaultCursor; } + + /** + * Function GetCurrentCursor + * return the current cursor shape, depending on the current selected tool + */ + int GetCurrentCursor() const { return m_currentCursor; } + + + DECLARE_EVENT_TABLE() +}; + + +/** + * Class EDA_CROSS_HAIR_MANAGER + * is used to hide the cross hair and restore it when the class goes out of scope. + */ +class EDA_CROSS_HAIR_MANAGER +{ +public: + EDA_CROSS_HAIR_MANAGER( EDA_DRAW_PANEL* aPanel, wxDC* aDC ) : + m_panel( aPanel ), + m_dc( aDC ) + { + if( aPanel && aDC ) + aPanel->CrossHairOff( aDC ); + } + + ~EDA_CROSS_HAIR_MANAGER() + { + if( m_panel && m_dc ) + m_panel->CrossHairOn( m_dc ); + } + +private: + EDA_DRAW_PANEL* m_panel; + wxDC* m_dc; + + DECLARE_NO_COPY_CLASS( EDA_CROSS_HAIR_MANAGER ) +}; + + +#endif /* #ifndef PANEL_WXSTRUCT_H */ diff --git a/include/class_drc_item.h b/include/class_drc_item.h new file mode 100644 index 0000000..73a77ed --- /dev/null +++ b/include/class_drc_item.h @@ -0,0 +1,274 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007 Dick Hollenbeck, dick@softplc.com + * Copyright (C) 2007 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _CLASS_DRC_ITEM_H +#define _CLASS_DRC_ITEM_H + +#include + + +/** + * Class DRC_ITEM + * is a holder for a DRC (in Pcbnew) or ERC (in Eeschema) error item. + * It is generated when two objects are too close (DRC) + * or two connected objects (pins) have incompatible electrical types (ERC). + * There are holders for information on two items. The + * information held is the board coordinate and the MenuText for each item. + * Also held is the type of error by number and the location of the MARKER. + * A function is provided to translate that number into text. + * Some errors involve only one item (item with an incorrect param) so + * m_hasSecondItem is set to false in this case. + */ +class DRC_ITEM +{ +protected: + int m_ErrorCode; ///< the error code's numeric value + wxString m_MainText; ///< text for the first BOARD_ITEM or SCH_ITEM + wxString m_AuxiliaryText; ///< text for the second BOARD_ITEM or SCH_ITEM + wxPoint m_MainPosition; ///< the location of the first (or main ) BOARD_ITEM or SCH_ITEM. This is also the position of the marker + wxPoint m_AuxiliaryPosition; ///< the location of the second BOARD_ITEM or SCH_ITEM + bool m_hasSecondItem; ///< true when 2 items create a DRC/ERC error, false if only one item + bool m_noCoordinate; + +public: + + DRC_ITEM() + { + m_ErrorCode = 0; + m_hasSecondItem = false; + m_noCoordinate = false; + } + + DRC_ITEM( int aErrorCode, + const wxString& aMainText, const wxString& bAuxiliaryText, + const wxPoint& aMainPos, const wxPoint& bAuxiliaryPos ) + { + SetData( aErrorCode, + aMainText, bAuxiliaryText, + aMainPos, bAuxiliaryPos ); + } + + DRC_ITEM( int aErrorCode, + const wxString& aText, const wxPoint& aPos ) + { + SetData( aErrorCode, aText, aPos ); + } + + + /** + * Function SetData + * initialize all data in item + * @param aErrorCode = error code + * @param aMainText = the text concerning the schematic or board item + * @param aMainPos = position the item and therefore of this issue + */ + void SetData( int aErrorCode, + const wxString& aMainText, const wxPoint& aMainPos ) + { + SetData( aErrorCode, + aMainText, aMainText, + aMainPos, aMainPos ); + m_hasSecondItem = false; + } + + /** + * Function SetData + * initialize all data in item + * @param aErrorCode = error code + * @param aMainText = the first text (main text) concerning the main schematic or board item + * @param bAuxiliaryText = the second text (main text) concerning the second schematic or board item + * @param aMainPos = position the first item and therefore of this issue + * @param bAuxiliaryPos = position the second item + */ + void SetData( int aErrorCode, + const wxString& aMainText, const wxString& bAuxiliaryText, + const wxPoint& aMainPos, const wxPoint& bAuxiliaryPos ) + { + m_ErrorCode = aErrorCode; + m_MainText = aMainText; + m_AuxiliaryText = bAuxiliaryText; + m_MainPosition = aMainPos; + m_AuxiliaryPosition = bAuxiliaryPos; + m_hasSecondItem = true; + m_noCoordinate = false; + } + + /** + * Function SetAuxiliaryData + * initialize data for the second (auxiliary) item + * @param aAuxiliaryText = the second text (main text) concerning the second schematic or board item + * @param aAuxiliaryPos = position the second item + */ + void SetAuxiliaryData( const wxString& aAuxiliaryText, const wxPoint& aAuxiliaryPos ) + { + m_AuxiliaryText = aAuxiliaryText; + m_AuxiliaryPosition = aAuxiliaryPos; + m_hasSecondItem = true; + } + + + bool HasSecondItem() const { return m_hasSecondItem; } + + void SetShowNoCoordinate() { m_noCoordinate = true; } + + /** acces to A and B texts + */ + wxString GetMainText() const { return m_MainText; } + wxString GetAuxiliaryText() const { return m_AuxiliaryText; } + + + /** + * Function ShowHtml + * translates this object into a fragment of HTML suitable for the + * wxWidget's wxHtmlListBox class. + * @return wxString - the html text. + */ + wxString ShowHtml() const + { + wxString ret; + wxString mainText = m_MainText; + // a wxHtmlWindows does not like < and > in the text to display + // because these chars have a special meaning in html + mainText.Replace( wxT("<"), wxT("<") ); + mainText.Replace( wxT(">"), wxT(">") ); + + wxString errText = GetErrorText(); + errText.Replace( wxT("<"), wxT("<") ); + errText.Replace( wxT(">"), wxT(">") ); + + + if( m_noCoordinate ) + { + // omit the coordinate, a NETCLASS has no location + ret.Printf( _( "ErrType(%d): %s
    • %s
    " ), + m_ErrorCode, + GetChars( errText ), + GetChars( mainText ) ); + } + else if( m_hasSecondItem ) + { + wxString auxText = m_AuxiliaryText; + auxText.Replace( wxT("<"), wxT("<") ); + auxText.Replace( wxT(">"), wxT(">") ); + + // an html fragment for the entire message in the listbox. feel free + // to add color if you want: + ret.Printf( _( "ErrType(%d): %s
    • %s: %s
    • %s: %s
    " ), + m_ErrorCode, + GetChars( errText ), + GetChars( ShowCoord( m_MainPosition )), GetChars( mainText ), + GetChars( ShowCoord( m_AuxiliaryPosition )), GetChars( auxText ) ); + } + else + { + ret.Printf( _( "ErrType(%d): %s
    • %s: %s
    " ), + m_ErrorCode, + GetChars( errText ), + GetChars( ShowCoord( m_MainPosition ) ), GetChars( mainText ) ); + } + + return ret; + } + + + /** + * Function ShowReport + * translates this object into a text string suitable for saving + * to disk in a report. + * @return wxString - the simple multi-line report text. + */ + wxString ShowReport() const + { + wxString ret; + + if( m_hasSecondItem ) + { + ret.Printf( wxT( "ErrType(%d): %s\n %s: %s\n %s: %s\n" ), + m_ErrorCode, + GetChars( GetErrorText() ), + GetChars( ShowCoord( m_MainPosition ) ), GetChars( m_MainText ), + GetChars( ShowCoord( m_AuxiliaryPosition ) ), GetChars( m_AuxiliaryText ) ); + } + else + { + ret.Printf( wxT( "ErrType(%d): %s\n %s: %s\n" ), + m_ErrorCode, + GetChars( GetErrorText() ), + GetChars( ShowCoord( m_MainPosition ) ), GetChars( m_MainText ) ); + } + + return ret; + } + + + /** + * Function GetErrorCode + * returns the error code. + */ + int GetErrorCode() const + { + return m_ErrorCode; + } + + /** + * Function GetErrorText + * returns the string form of a drc error code. + */ + wxString GetErrorText() const; + + const wxString& GetTextA() const + { + return m_MainText; + } + + + const wxString& GetTextB() const + { + return m_AuxiliaryText; + } + + + const wxPoint& GetPointA() const + { + return m_MainPosition; + } + + + const wxPoint& GetPointB() const + { + return m_AuxiliaryPosition; + } + + + /** + * Function ShowCoord + * formats a coordinate or position to text. + * @param aPos The position to format + * @return wxString - The formated string + */ + static wxString ShowCoord( const wxPoint& aPos ); +}; + + +#endif // _CLASS_DRC_ITEM_H diff --git a/include/class_eda_rect.h b/include/class_eda_rect.h new file mode 100644 index 0000000..57aa3a4 --- /dev/null +++ b/include/class_eda_rect.h @@ -0,0 +1,226 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2004-2014 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_eda_rect.h + */ + +#ifndef CLASS_EDA_RECT_H +#define CLASS_EDA_RECT_H + +/** + * Class EDA_RECT + * handles the component boundary box. + * This class is similar to wxRect, but some wxRect functions are very curious, + * and are working only if dimensions are >= 0 (not always the case in KiCad) + * and also KiCad needs some specific method. + * so I prefer this more suitable class + */ +class EDA_RECT +{ +private: + wxPoint m_Pos; // Rectangle Origin + wxSize m_Size; // Rectangle Size + +public: + EDA_RECT() { }; + + EDA_RECT( const wxPoint& aPos, const wxSize& aSize ) : + m_Pos( aPos ), + m_Size( aSize ) + { } + + wxPoint Centre() const + { + return wxPoint( m_Pos.x + ( m_Size.x >> 1 ), + m_Pos.y + ( m_Size.y >> 1 ) ); + } + + /** + * Function Move + * moves the rectangle by the \a aMoveVector. + * @param aMoveVector A wxPoint that is the value to move this rectangle + */ + void Move( const wxPoint& aMoveVector ); + + /** + * Function Normalize + * ensures that the height ant width are positive. + */ + void Normalize(); + + /** + * Function Contains + * @param aPoint = the wxPoint to test + * @return true if aPoint is inside the boundary box. A point on a edge is seen as inside + */ + bool Contains( const wxPoint& aPoint ) const; + /** + * Function Contains + * @param x = the x coordinate of the point to test + * @param y = the x coordinate of the point to test + * @return true if point is inside the boundary box. A point on a edge is seen as inside + */ + bool Contains( int x, int y ) const { return Contains( wxPoint( x, y ) ); } + + /** + * Function Contains + * @param aRect = the EDA_RECT to test + * @return true if aRect is Contained. A common edge is seen as contained + */ + bool Contains( const EDA_RECT& aRect ) const; + + const wxSize& GetSize() const { return m_Size; } + int GetX() const { return m_Pos.x; } + int GetY() const { return m_Pos.y; } + + const wxPoint& GetOrigin() const { return m_Pos; } + const wxPoint& GetPosition() const { return m_Pos; } + const wxPoint GetEnd() const { return wxPoint( m_Pos.x + m_Size.x, m_Pos.y + m_Size.y ); } + + int GetWidth() const { return m_Size.x; } + int GetHeight() const { return m_Size.y; } + int GetRight() const { return m_Pos.x + m_Size.x; } + int GetLeft() const { return m_Pos.x; } + int GetBottom() const { return m_Pos.y + m_Size.y; } // Y axis from top to bottom + + void SetOrigin( const wxPoint& pos ) { m_Pos = pos; } + void SetOrigin( int x, int y ) { m_Pos.x = x; m_Pos.y = y; } + void SetSize( const wxSize& size ) { m_Size = size; } + void SetSize( int w, int h ) { m_Size.x = w; m_Size.y = h; } + void Offset( int dx, int dy ) { m_Pos.x += dx; m_Pos.y += dy; } + void Offset( const wxPoint& offset ) { m_Pos.x += offset.x; m_Pos.y += + offset.y; } + void SetX( int val ) { m_Pos.x = val; } + void SetY( int val ) { m_Pos.y = val; } + void SetWidth( int val ) { m_Size.x = val; } + void SetHeight( int val ) { m_Size.y = val; } + void SetEnd( int x, int y ) { SetEnd( wxPoint( x, y ) ); } + void SetEnd( const wxPoint& pos ) + { + m_Size.x = pos.x - m_Pos.x; m_Size.y = pos.y - m_Pos.y; + } + + /** + * Function RevertYAxis + * Mirror the rectangle from the X axis (negate Y pos and size) + */ + void RevertYAxis() + { + m_Pos.y = -m_Pos.y; + m_Size.y = -m_Size.y; + Normalize(); + } + + /** + * Function Intersects + * tests for a common area between rectangles. + * + * @param aRect A rectangle to test intersection with. + * @return bool - true if the argument rectangle intersects this rectangle. + * (i.e. if the 2 rectangles have at least a common point) + */ + bool Intersects( const EDA_RECT& aRect ) const; + + /** + * Function Intersects + * tests for a common area between a segment and this rectangle. + * + * @param aPoint1 First point of the segment to test intersection with. + * @param aPoint2 Second point of the segment to test intersection with. + * @return bool - true if the argument segment intersects this rectangle. + * (i.e. if the segment and rectangle have at least a common point) + */ + bool Intersects( const wxPoint& aPoint1, const wxPoint& aPoint2 ) const; + + /** + * Function operator(wxRect) + * overloads the cast operator to return a wxRect + * wxRect does not accept negative values for size, so ensure the + * wxRect size is always >= 0 + */ + operator wxRect() const + { + EDA_RECT rect( m_Pos, m_Size ); + rect.Normalize(); + return wxRect( rect.m_Pos, rect.m_Size ); + } + + /** + * Function Inflate + * inflates the rectangle horizontally by \a dx and vertically by \a dy. If \a dx + * and/or \a dy is negative the rectangle is deflated. + */ + EDA_RECT& Inflate( wxCoord dx, wxCoord dy ); + + /** + * Function Inflate + * inflates the rectangle horizontally and vertically by \a aDelta. If \a aDelta + * is negative the rectangle is deflated. + */ + EDA_RECT& Inflate( int aDelta ); + + /** + * Function Merge + * modifies the position and size of the rectangle in order to contain \a aRect. It is + * mainly used to calculate bounding boxes. + * @param aRect The rectangle to merge with this rectangle. + */ + void Merge( const EDA_RECT& aRect ); + + /** + * Function Merge + * modifies the position and size of the rectangle in order to contain the given point. + * @param aPoint The point to merge with the rectangle. + */ + void Merge( const wxPoint& aPoint ); + + /** + * Function GetArea + * returns the area of the rectangle. + * @return The area of the rectangle. + */ + double GetArea() const; + + /** + * Function Common + * returns the area that is common with another rectangle. + * @param aRect is the rectangle to find the common area with. + * @return The common area rect or 0-sized rectangle if there is no intersection. + */ + EDA_RECT Common( const EDA_RECT& aRect ) const; + + /** + * Function GetBoundingBoxRotated + * @return the bounding box of this, after rotation + * @param aAngle = the rotation angle in 0.1 deg. + * @param aRotCenter = the rotation point. + * useful to calculate bounding box of rotated items, when + * rotation if not k*90 degrees + */ + const EDA_RECT GetBoundingBoxRotated( wxPoint aRotCenter, double aAngle ); +}; + + +#endif // CLASS_EDA_RECT_H diff --git a/include/class_layer_box_selector.h b/include/class_layer_box_selector.h new file mode 100644 index 0000000..1f07df7 --- /dev/null +++ b/include/class_layer_box_selector.h @@ -0,0 +1,106 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2011-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef CLASS_LAYER_BOX_SELECTOR_H +#define CLASS_LAYER_BOX_SELECTOR_H 1 + +#include +#include // EDA_COLOR_T definition +#include + +struct EDA_HOTKEY_CONFIG; + +/* Basic class to build a layer list. + * this is an basic abstract class to build a layer list selector. + * To display this list, you should therefore derive this class + */ +class LAYER_SELECTOR +{ +protected: + bool m_layerhotkeys; + +public: + // Hotkey Info + struct EDA_HOTKEY_CONFIG* m_hotkeys; + +public: + LAYER_SELECTOR(); + + // Returns a color index from the layer id + // Virtual function because GerbView uses its own functions in a derived class + virtual EDA_COLOR_T GetLayerColor( LAYER_NUM aLayer ) const = 0; + + // Returns the name of the layer id + // Virtual pure function because GerbView uses its own functions in a derived class + virtual wxString GetLayerName( LAYER_NUM aLayer ) const = 0; + + // Returns true if the layer id is enabled (i.e. is it should be displayed) + // Virtual function pure because GerbView uses its own functions in a derived class + virtual bool IsLayerEnabled( LAYER_NUM aLayer ) const = 0; + + bool SetLayersOrdered( bool value ); + bool SetLayersHotkeys( bool value ); + +protected: + // Fills the layer bitmap aLayerbmp with the layer color + void SetBitmapLayer( wxBitmap& aLayerbmp, LAYER_NUM aLayer ); +}; + + +/* class to display a layer list in a wxBitmapComboBox. + */ +class LAYER_BOX_SELECTOR : public wxBitmapComboBox, public LAYER_SELECTOR +{ +public: + // Hotkey Info + struct EDA_HOTKEY_CONFIG* m_hotkeys; + +public: + LAYER_BOX_SELECTOR( wxWindow* parent, wxWindowID id, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + int n = 0, const wxString choices[] = NULL ); + + LAYER_BOX_SELECTOR( wxWindow* parent, wxWindowID id, + const wxPoint& pos, const wxSize& size, + const wxArrayString& choices ); + + // Get Current Item # + int GetChoice(); + + // Get Current Layer + LAYER_NUM GetLayerSelection() const; + + // Set Layer # + int SetLayerSelection( LAYER_NUM layer ); + + // Reload the Layers + // Virtual pure function because GerbView uses its own functions in a derived class + virtual void Resync() = 0; + + // Reload the Layers bitmaps colors + void ResyncBitmapOnly(); +}; + +#endif // CLASS_LAYER_BOX_SELECTOR_H diff --git a/include/class_macros_record.h b/include/class_macros_record.h new file mode 100644 index 0000000..541c7d8 --- /dev/null +++ b/include/class_macros_record.h @@ -0,0 +1,45 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2011-2014 Andrey Fedorushkov + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _CLASS_MACROS_RECORD_H +#define _CLASS_MACROS_RECORD_H + +#include + +class MACROS_RECORD +{ +public: + int m_HotkeyCode; + int m_Idcommand; + wxPoint m_Position; +}; + +class MACROS_RECORDED +{ +public: + wxPoint m_StartPosition; + std::list m_Record; +}; + +#endif // _CLASS_MACROS_RECORD_H diff --git a/include/class_marker_base.h b/include/class_marker_base.h new file mode 100644 index 0000000..b91de15 --- /dev/null +++ b/include/class_marker_base.h @@ -0,0 +1,233 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#ifndef _CLASS_MARKER_BASE_H +#define _CLASS_MARKER_BASE_H + +#include +#include + + +/* Marker are mainly used to show a DRC or ERC error or warning + */ + + +class MARKER_BASE +{ +public: + enum TYPEMARKER { // Marker type: can be used to identify the purpose of the marker + MARKER_UNSPEC, + MARKER_ERC, + MARKER_PCB, + MARKER_SIMUL + }; + enum MARKER_SEVERITY { // Severity of the marker: this is the level of error + MARKER_SEVERITY_UNSPEC, + MARKER_SEVERITY_INFO, + MARKER_SEVERITY_WARNING, + MARKER_SEVERITY_ERROR + }; + + wxPoint m_Pos; ///< position of the marker + +protected: + TYPEMARKER m_MarkerType; ///< The type of marker (useful to filter markers) + MARKER_SEVERITY m_ErrorLevel; ///< Specify the severity of the error + EDA_COLOR_T m_Color; ///< color + EDA_RECT m_ShapeBoundingBox; ///< Bounding box of the graphic symbol, relative + ///< to the position of the shape, used for Hit + ///< Tests + int m_ScalingFactor; ///< Scaling factor for m_Size and m_Corners (can + ///< set the physical size + DRC_ITEM m_drc; + + void init(); + +public: + + MARKER_BASE(); + + /** + * Constructor + * @param aErrorCode The categorizing identifier for an error + * @param aMarkerPos The position of the MARKER on the BOARD + * @param aText Text describing the first of two objects + * @param aPos The position of the first of two objects + * @param bText Text describing the second of the two conflicting objects + * @param bPos The position of the second of two objects + */ + MARKER_BASE( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos, + const wxString& bText, const wxPoint& bPos ); + + /** + * Constructor + * @param aErrorCode The categorizing identifier for an error + * @param aMarkerPos The position of the MARKER on the BOARD + * @param aText Text describing the object + * @param aPos The position of the object + */ + MARKER_BASE( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos ); + + /** + * Contructor + * makes a copy of \a aMarker but does not copy the DRC_ITEM. + * + * @param aMarker The marker to copy. + */ + MARKER_BASE( const MARKER_BASE& aMarker ); + + ~MARKER_BASE(); + + /** + * Function DrawMarker + * draws the shape is the polygon defined in m_Corners (array of wxPoints). + */ + void DrawMarker( EDA_DRAW_PANEL* aPanel, wxDC* aDC, GR_DRAWMODE aDrawMode, + const wxPoint& aOffset ); + + /** + * Function GetPos + * returns the position of this MARKER, const. + */ + const wxPoint& GetPos() const + { + return m_Pos; + } + + /** + * Function SetColor + * Set the color of this marker + */ + void SetColor( EDA_COLOR_T aColor ) + { + m_Color = aColor; + } + + /** + * accessors to set/get error levels (warning, error, fatal error..) + */ + void SetErrorLevel( MARKER_SEVERITY aErrorLevel ) + { + m_ErrorLevel = aErrorLevel; + } + + MARKER_SEVERITY GetErrorLevel() const + { + return m_ErrorLevel; + } + + /** accessors to set/get marker type (DRC, ERC, or other) + */ + void SetMarkerType( enum TYPEMARKER aMarkerType ) + { + m_MarkerType = aMarkerType; + } + + enum TYPEMARKER GetMarkerType() const + { + return m_MarkerType; + } + + /** + * Function SetData + * fills in all the reportable data associated with a MARKER. + * @param aErrorCode The categorizing identifier for an error + * @param aMarkerPos The position of the MARKER on the BOARD + * @param aText Text describing the first of two objects + * @param aPos The position of the first of two objects + * @param bText Text describing the second of the two conflicting objects + * @param bPos The position of the second of two objects + */ + void SetData( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos, + const wxString& bText, const wxPoint& bPos ); + + /** + * Function SetData + * fills in all the reportable data associated with a MARKER. + * @param aErrorCode The categorizing identifier for an error + * @param aMarkerPos The position of the MARKER on the BOARD + * @param aText Text describing the object + * @param aPos The position of the object + */ + void SetData( int aErrorCode, const wxPoint& aMarkerPos, + const wxString& aText, const wxPoint& aPos ); + + /** + * Function SetAuxiliaryData + * initialize data for the second (auxiliary) item + * @param aAuxiliaryText = the second text (main text) concerning the second schematic or + * board item + * @param aAuxiliaryPos = position the second item + */ + void SetAuxiliaryData( const wxString& aAuxiliaryText, const wxPoint& aAuxiliaryPos ) + { + m_drc.SetAuxiliaryData( aAuxiliaryText, aAuxiliaryPos ); + } + + void SetShowNoCoordinate() + { + m_drc.SetShowNoCoordinate(); + } + + /** + * Function GetReporter + * returns the DRC_ITEM held within this MARKER so that its + * interface may be used. + * @return const& DRC_ITEM + */ + const DRC_ITEM& GetReporter() const + { + return m_drc; + } + + /** + * Function DisplayMarkerInfo + * displays the full info of this marker, in a HTML window. + */ + void DisplayMarkerInfo( EDA_DRAW_FRAME* aFrame ); + + /** + * Function HitTestMarker + * tests if the given wxPoint is within the bounds of this object. + * @param ref_pos A wxPoint to test + * @return bool - true if a hit, else false + */ + bool HitTestMarker( const wxPoint& ref_pos ) const; + + /** + * Function GetBoundingBoxMarker + * returns the orthogonal, bounding box of this object for display purposes. + * This box should be an enclosing perimeter for visible components of this + * object, and the units should be in the pcb or schematic coordinate system. + * It is OK to overestimate the size by a few counts. + */ + EDA_RECT GetBoundingBoxMarker() const; +}; + + +#endif // _CLASS_MARKER_BASE_H diff --git a/include/class_page_info.h b/include/class_page_info.h new file mode 100644 index 0000000..a9896f6 --- /dev/null +++ b/include/class_page_info.h @@ -0,0 +1,238 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2013 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2008-2013 Wayne Stambaugh + * Copyright (C) 1992-2013 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_page_info.h + */ + +#ifndef CLASS_PAGE_INFO_H_ +#define CLASS_PAGE_INFO_H_ + +#include + +#include // for OUTPUTFORMATTER and IO_ERROR +#include // for IU_PER_MILS + + +/** + * Class PAGE_INFO + * describes the page size and margins of a paper page on which to + * eventually print or plot. Paper sizes are often described in inches. + * Here paper is described in 1/1000th of an inch (mils). For convenience + * there are some read only accessors for internal units (IU), which is a compile + * time calculation, not runtime. + * + * @author Dick Hollenbeck + */ +class PAGE_INFO +{ +public: + + PAGE_INFO( const wxString& aType = PAGE_INFO::A3, bool IsPortrait = false ); + + // paper size names which are part of the public API, pass to SetType() or + // above constructor. + + // these were once wxStrings, but it caused static construction sequence problems: + static const wxChar A4[]; + static const wxChar A3[]; + static const wxChar A2[]; + static const wxChar A1[]; + static const wxChar A0[]; + static const wxChar A[]; + static const wxChar B[]; + static const wxChar C[]; + static const wxChar D[]; + static const wxChar E[]; + static const wxChar GERBER[]; + static const wxChar USLetter[]; + static const wxChar USLegal[]; + static const wxChar USLedger[]; + static const wxChar Custom[]; ///< "User" defined page type + + + /** + * Function SetType + * sets the name of the page type and also the sizes and margins + * commonly associated with that type name. + * + * @param aStandardPageDescriptionName is a wxString constant giving one of: + * "A4" "A3" "A2" "A1" "A0" "A" "B" "C" "D" "E" "GERBER", "USLetter", "USLegal", + * "USLedger", or "User". If "User" then the width and height are custom, + * and will be set according to previous calls to + * static PAGE_INFO::SetUserWidthMils() and + * static PAGE_INFO::SetUserHeightMils(); + * @param IsPortrait Set to true to set page orientation to portrait mode. + * + * @return bool - true if @a aStandarePageDescription was a recognized type. + */ + bool SetType( const wxString& aStandardPageDescriptionName, bool IsPortrait = false ); + const wxString& GetType() const { return m_type; } + + /** + * Function IsDefault + * @return True if the object has the default page settings which are A3, landscape. + */ + bool IsDefault() const { return m_type == PAGE_INFO::A3 && !m_portrait; } + + /** + * Function IsCustom + * returns true if the type is Custom + */ + bool IsCustom() const; + + /** + * Function SetPortrait + * will rotate the paper page 90 degrees. This PAGE_INFO may either be in + * portrait or landscape mode. Use this function to change from one to the + * other mode. + * @param isPortrait if true and not already in portrait mode, will change + * this PAGE_INFO to portrait mode. Or if false and not already in landscape mode, + * will change this PAGE_INFO to landscape mode. + */ + void SetPortrait( bool isPortrait ); + bool IsPortrait() const { return m_portrait; } + + /** + * Function GetWxOrientation. + * @return ws' style printing orientation (wxPORTRAIT or wxLANDSCAPE). + */ + wxPrintOrientation GetWxOrientation() const { return IsPortrait() ? wxPORTRAIT : wxLANDSCAPE; } + + /** + * Function GetPaperId + * @return wxPaperSize - wxPrintData's style paper id associated with + * page type name. + */ + wxPaperSize GetPaperId() const { return m_paper_id; } + + void SetWidthMils( int aWidthInMils ); + int GetWidthMils() const { return m_size.x; } + + void SetHeightMils( int aHeightInMils ); + int GetHeightMils() const { return m_size.y; } + + const wxSize& GetSizeMils() const { return m_size; } + + // Accessors returning "Internal Units (IU)". IUs are mils in EESCHEMA, + // and either deci-mils or nanometers in PCBNew. +#if defined(PCBNEW) || defined(EESCHEMA) || defined(GERBVIEW) || defined(PL_EDITOR) + int GetWidthIU() const { return IU_PER_MILS * GetWidthMils(); } + int GetHeightIU() const { return IU_PER_MILS * GetHeightMils(); } + const wxSize GetSizeIU() const { return wxSize( GetWidthIU(), GetHeightIU() ); } +#endif + + /** + * Function SetCustomWidthMils + * sets the width of Custom page in mils, for any custom page + * constructed or made via SetType() after making this call. + */ + static void SetCustomWidthMils( int aWidthInMils ); + + /** + * Function SetCustomHeightMils + * sets the height of Custom page in mils, for any custom page + * constructed or made via SetType() after making this call. + */ + static void SetCustomHeightMils( int aHeightInMils ); + + /** + * Function GetCustomWidthMils. + * @return int - custom paper width in mils. + */ + static int GetCustomWidthMils() { return s_user_width; } + + /** + * Function GetCustomHeightMils. + * @return int - custom paper height in mils. + */ + static int GetCustomHeightMils() { return s_user_height; } + + /** + * Function GetStandardSizes + * returns the standard page types, such as "A4", "A3", etc. + static wxArrayString GetStandardSizes(); + */ + + /** + * Function Format + * outputs the page class to \a aFormatter in s-expression form. + * + * @param aFormatter The #OUTPUTFORMATTER object to write to. + * @param aNestLevel The indentation next level. + * @param aControlBits The control bit definition for object specific formatting. + * @throw IO_ERROR on write error. + */ + void Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aControlBits ) const + throw( IO_ERROR ); + +protected: + // only the class implementation(s) may use this constructor + PAGE_INFO( const wxSize& aSizeMils, const wxString& aName, wxPaperSize aPaperId ); + + +private: + + // standard pre-defined sizes + static const PAGE_INFO pageA4; + static const PAGE_INFO pageA3; + static const PAGE_INFO pageA2; + static const PAGE_INFO pageA1; + static const PAGE_INFO pageA0; + static const PAGE_INFO pageA; + static const PAGE_INFO pageB; + static const PAGE_INFO pageC; + static const PAGE_INFO pageD; + static const PAGE_INFO pageE; + static const PAGE_INFO pageGERBER; + + static const PAGE_INFO pageUSLetter; + static const PAGE_INFO pageUSLegal; + static const PAGE_INFO pageUSLedger; + + static const PAGE_INFO pageUser; + + // all dimensions here are in mils + + wxString m_type; ///< paper type: A4, A3, etc. + wxSize m_size; ///< mils + +/// Min and max page sizes for clamping. +#define MIN_PAGE_SIZE 4000 +#define MAX_PAGE_SIZE 48000 + + bool m_portrait; ///< true if portrait, false if landscape + + wxPaperSize m_paper_id; ///< wx' style paper id. + + static int s_user_height; + static int s_user_width; + + void updatePortrait(); + + void setMargins(); +}; + +#endif // CLASS_PAGE_INFO_H_ diff --git a/include/class_pcb_screen.h b/include/class_pcb_screen.h new file mode 100644 index 0000000..dc65b3d --- /dev/null +++ b/include/class_pcb_screen.h @@ -0,0 +1,105 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_pcb_screen.h + */ + +#ifndef CLASS_PCB_SCREEN_H_ +#define CLASS_PCB_SCREEN_H_ + + +#include +#include + + +class UNDO_REDO_CONTAINER; + + +/* Handle info to display a board */ +class PCB_SCREEN : public BASE_SCREEN +{ +public: + LAYER_ID m_Active_Layer; + LAYER_ID m_Route_Layer_TOP; + LAYER_ID m_Route_Layer_BOTTOM; + +public: + + /** + * Constructor + * @param aPageSizeIU is the size of the initial paper page in internal units. + */ + PCB_SCREEN( const wxSize& aPageSizeIU ); + + ~PCB_SCREEN(); + + PCB_SCREEN* Next() const { return static_cast( Pnext ); } + + void SetNextZoom(); + void SetPreviousZoom(); + void SetLastZoom(); + + virtual int MilsToIuScalar(); + + /** + * Function GetCurItem + * returns the currently selected BOARD_ITEM, overriding + * BASE_SCREEN::GetCurItem(). + * @return BOARD_ITEM* - the one selected, or NULL. + */ + BOARD_ITEM* GetCurItem() const + { + return (BOARD_ITEM*) BASE_SCREEN::GetCurItem(); + } + + /** + * Function SetCurItem + * sets the currently selected object, m_CurrentItem. + * @param aItem Any object derived from BOARD_ITEM + */ + void SetCurItem( BOARD_ITEM* aItem ) { BASE_SCREEN::SetCurItem( (EDA_ITEM*)aItem ); } + + /* full undo redo management : */ + + // use BASE_SCREEN::ClearUndoRedoList() + // use BASE_SCREEN::PushCommandToUndoList( PICKED_ITEMS_LIST* aItem ) + // use BASE_SCREEN::PushCommandToRedoList( PICKED_ITEMS_LIST* aItem ) + + /** + * Function ClearUndoORRedoList + * free the undo or redo list from List element + * Wrappers are deleted. + * datas pointed by wrappers are deleted if not in use in schematic + * i.e. when they are copy of a schematic item or they are no more in use + * (DELETED) + * @param aList = the UNDO_REDO_CONTAINER to clear + * @param aItemCount = the count of items to remove. < 0 for all items + * items are removed from the beginning of the list. + * So this function can be called to remove old commands + */ + void ClearUndoORRedoList( UNDO_REDO_CONTAINER& aList, int aItemCount = -1 ); +}; + +#endif // CLASS_PCB_SCREEN_H_ diff --git a/include/class_title_block.h b/include/class_title_block.h new file mode 100644 index 0000000..7259382 --- /dev/null +++ b/include/class_title_block.h @@ -0,0 +1,165 @@ +#ifndef TITLE_BLOCK_H_ +#define TITLE_BLOCK_H_ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 1992-2012 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include + + +class OUTPUTFORMATTER; +struct IO_ERROR; + + +/** + * Class TITLE_BLOCK + * holds the information shown in the lower right corner of a plot, printout, or + * editing view. + * + * @author Dick Hollenbeck + */ +class TITLE_BLOCK +{ + // Texts are stored in wxArraystring. + // textsIdx gives the index of known texts in + // this array + enum textsIdx + { + titleIdx = 0, + dateIdx, + revisionIdx, + companyIdx, + m_commentIdx + }; + +public: + + TITLE_BLOCK() {}; + virtual ~TITLE_BLOCK() {}; // a virtual dtor seems needed to build + // python lib without warning + + void SetTitle( const wxString& aTitle ) + { + setTbText( titleIdx, aTitle ); + } + + const wxString& GetTitle() const + { + return getTbText( titleIdx ); + } + + /** + * Function SetDate + * sets the date field, and defaults to the current time and date. + */ + void SetDate( const wxString& aDate ) + { + setTbText( dateIdx, aDate ); + } + + const wxString& GetDate() const + { + return getTbText( dateIdx ); + } + + void SetRevision( const wxString& aRevision ) + { + setTbText( revisionIdx, aRevision ); + } + + const wxString& GetRevision() const + { + return getTbText( revisionIdx ); + } + + void SetCompany( const wxString& aCompany ) + { + setTbText( companyIdx, aCompany ); + } + + const wxString& GetCompany() const + { + return getTbText( companyIdx ); + } + + void SetComment( int aIdx, const wxString& aComment ) + { + aIdx += m_commentIdx; + return setTbText( aIdx, aComment ); + } + + const wxString& GetComment( int aIdx ) const + { + aIdx += m_commentIdx; + return getTbText( aIdx ); + } + + // Only for old code compatibility. Will be removed later + void SetComment1( const wxString& aComment ) { SetComment( 0, aComment ); } + void SetComment2( const wxString& aComment ) { SetComment( 1, aComment ); } + void SetComment3( const wxString& aComment ) { SetComment( 2, aComment ); } + void SetComment4( const wxString& aComment ) { SetComment( 3, aComment ); } + const wxString& GetComment1( ) const { return GetComment( 0 ); } + const wxString& GetComment2( ) const { return GetComment( 1 ); } + const wxString& GetComment3( ) const { return GetComment( 2 ); } + const wxString& GetComment4( ) const { return GetComment( 3 ); } + + + void Clear() + { + m_tbTexts.Clear(); + } + + /** + * Function Format + * outputs the object to \a aFormatter in s-expression form. + * + * @param aFormatter The #OUTPUTFORMATTER object to write to. + * @param aNestLevel The indentation next level. + * @param aControlBits The control bit definition for object specific formatting. + * @throw IO_ERROR on write error. + */ + virtual void Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aControlBits ) const + throw( IO_ERROR ); + +private: + wxArrayString m_tbTexts; + + void setTbText( int aIdx, const wxString& aText ) + { + if( (int)m_tbTexts.GetCount() <= aIdx ) + m_tbTexts.Add( wxEmptyString, aIdx + 1 - m_tbTexts.GetCount() ); + m_tbTexts[aIdx] = aText; + } + + const wxString& getTbText( int aIdx ) const + { + static const wxString m_emptytext; + + if( (int)m_tbTexts.GetCount() > aIdx ) + return m_tbTexts[aIdx]; + else + return m_emptytext; + } +}; + +#endif // TITLE_BLOCK_H_ diff --git a/include/class_undoredo_container.h b/include/class_undoredo_container.h new file mode 100644 index 0000000..13c9e85 --- /dev/null +++ b/include/class_undoredo_container.h @@ -0,0 +1,328 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009 jean-pierre.charras@gipsa-lab.inpg.fr + * Copyright (C) 2011 Wayne Stambaugh + * Copyright (C) 2009 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _CLASS_UNDOREDO_CONTAINER_H +#define _CLASS_UNDOREDO_CONTAINER_H +#include + +#include + + +class PICKED_ITEMS_LIST; + + +/** + * Undo Redo considerations: + * Basically we have 3 cases + * New item + * Deleted item + * Modified item + * there is also a specific case in Eeschema, when wires are modified + * If an item is modified, a copy of the "old" item parameters value is held. + * When an item is deleted or added (new item) the pointer points the item, and there is + * no other copy. + * However, because there are some commands that concern a lot of items + * and modify them, but modifications are easy to undo/redo, + * so a copy of old items is not necessary. They are block command + * Move block + * Rotate block + * Mirror or Flip block + * and they are undo/redo by the same command + */ + + +/* Type of undo/redo operations + * each type must be redo/undone by a specific operation + */ +enum UNDO_REDO_T { + UR_UNSPECIFIED = 0, // illegal + UR_CHANGED, // params of items have a value changed: undo is made by exchange + // values with a copy of these values + UR_NEW, // new item, undo by changing in deleted + UR_DELETED, // deleted item, undo by changing in deleted + UR_MOVED, // moved item, undo by move it + UR_MIRRORED_X, // mirrored item, undo by mirror X + UR_MIRRORED_Y, // mirrored item, undo by mirror Y + UR_ROTATED, // Rotated item (counterclockwise), undo by rotating it + UR_ROTATED_CLOCKWISE, // Rotated item (clockwise), undo by rotating it + UR_FLIPPED, // flipped (board items only), undo by flipping it + UR_WIRE_IMAGE, // Specific to Eeschema for handling wires changes. + UR_MODEDIT, // Specific to the module editor (modedit creates a full copy of + // the current module when changed) + UR_LIBEDIT, // Specific to the component editor (libedit creates a full copy + // of the current component when changed) + UR_EXCHANGE_T ///< Use for changing the schematic text type where swapping + ///< data structure is insufficient to restor the change. +}; + + +class ITEM_PICKER +{ +private: + STATUS_FLAGS m_pickerFlags; /* a copy of m_Flags member. useful in mode/drag + * undo/redo commands */ + UNDO_REDO_T m_undoRedoStatus; /* type of operation to undo/redo for this item */ + EDA_ITEM* m_pickedItem; /* Pointer on the schematic or board item that is concerned + * (picked), or in undo redo commands, the copy of an + * edited item. */ + KICAD_T m_pickedItemType; /* type of schematic or board item that is concerned */ + + EDA_ITEM* m_link; /* Pointer on an other item. Used in undo redo command + * used when a duplicate exists i.e. when an item is + * modified, and the copy of initial item exists (the + * duplicate) m_Item points the duplicate (i.e the old + * copy of an active item) and m_Link points the active + * item in schematic */ + +public: + ITEM_PICKER( EDA_ITEM* aItem = NULL, UNDO_REDO_T aUndoRedoStatus = UR_UNSPECIFIED ); + + EDA_ITEM* GetItem() const { return m_pickedItem; } + + void SetItem( EDA_ITEM* aItem ) + { + m_pickedItem = aItem; + m_pickedItemType = aItem ? aItem->Type() : TYPE_NOT_INIT; + } + + KICAD_T GetItemType() const { return m_pickedItemType; } + + void SetStatus( UNDO_REDO_T aStatus ) { m_undoRedoStatus = aStatus; } + + UNDO_REDO_T GetStatus() const { return m_undoRedoStatus; } + + void SetFlags( STATUS_FLAGS aFlags ) { m_pickerFlags = aFlags; } + + STATUS_FLAGS GetFlags() const { return m_pickerFlags; } + + void SetLink( EDA_ITEM* aItem ) { m_link = aItem; } + + EDA_ITEM* GetLink() const { return m_link; } +}; + + +/** + * Class PICKED_ITEMS_LIST + * is a holder to handle information on schematic or board items. + * The information held is a pointer on each item, and the command made. + */ +class PICKED_ITEMS_LIST +{ +public: + UNDO_REDO_T m_Status; /* info about operation to undo/redo for this item. can be + * UR_UNSPECIFIED */ + wxPoint m_TransformPoint; /* used to undo redo command by the same command: usually + * need to know the rotate point or the move vector */ + +private: + std::vector m_ItemsList; + +public: + PICKED_ITEMS_LIST(); + ~PICKED_ITEMS_LIST(); + + /** + * Function PushItem + * pushes \a aItem to the top of the list + * @param aItem Picker to push on to the list. + */ + void PushItem( const ITEM_PICKER& aItem ); + + /** + * Function PopItem + * @return The picker removed from the top of the list. + */ + ITEM_PICKER PopItem(); + + /** + * Function IsItemInList + * @return True if \a aItem is found in the pick list. + */ + bool ContainsItem( const EDA_ITEM* aItem ) const; + + /** + * Function FindItem + * @return Index of the searched item. If the item is not stored in the list, negative value + * is returned. + */ + int FindItem( const EDA_ITEM* aItem ) const; + + /** + * Function ClearItemsList + * deletes only the list of pickers, NOT the picked data itself. + */ + void ClearItemsList(); + + /** + * Function ClearListAndDeleteItems + * deletes the list of pickers, AND the data pointed by m_PickedItem or + * m_PickedItemLink, according to the type of undo/redo command recorded + */ + void ClearListAndDeleteItems(); + + /** + * Function GetCount + * @return The count of pickers stored in this list. + */ + unsigned GetCount() const + { + return m_ItemsList.size(); + } + + /** + * Function ReversePickersListOrder + * reverses the order of pickers stored in this list. + *

    + * This is useful when pop a list from Undo to Redo (and vice-versa) because + * sometimes undo (or redo) a command needs to keep the order of successive + * changes. Obviously, undo and redo are in reverse order + */ + void ReversePickersListOrder(); + + /** + * Function GetItemWrapper + * @return The picker of a picked item. + * @param aIdx Index of the picker in the picked list + * if this picker does not exist, a picker is returned, + * with its members set to 0 or NULL + */ + ITEM_PICKER GetItemWrapper( unsigned int aIdx ) const; + + /** + * Function GetPickedItem + * @return A pointer to the picked item + * @param aIdx Index of the picked item in the picked list + */ + EDA_ITEM* GetPickedItem( unsigned int aIdx ) const; + + /** + * Function GetPickedItemLink + * @return link of the picked item, or null if does not exist + * @param aIdx Index of the picked item in the picked list + */ + EDA_ITEM* GetPickedItemLink( unsigned int aIdx ) const; + + /** + * Function GetPickedItemStatus + * @return The type of undo/redo operation associated to the picked item, + * or UR_UNSPECIFIED if does not exist + * @param aIdx Index of the picked item in the picked list + */ + UNDO_REDO_T GetPickedItemStatus( unsigned int aIdx ) const; + + /** + * Function GetPickerFlags + * returns the value of the picker flag. + * @param aIdx Index of the picker in the picked list + * @return The value stored in the picker, if the picker exists, or 0 if does not exist + */ + STATUS_FLAGS GetPickerFlags( unsigned aIdx ) const; + + /** + * Function SetPickedItem + * @param aItem A pointer to the item to pick + * @param aIdx Index of the picker in the picked list + * @return True if the picker exists or false if does not exist + */ + bool SetPickedItem( EDA_ITEM* aItem, unsigned aIdx ); + + /** + * Function SetPickedItem + * @param aItem A pointer to the item to pick + * @param aStatus The type of undo/redo operation associated to the item to pick + * @param aIdx Index of the picker in the picked list + * @return True if the picker exists or false if does not exist + */ + bool SetPickedItem( EDA_ITEM* aItem, UNDO_REDO_T aStatus, unsigned aIdx ); + + /** + * Function SetPickedItemLink + * set the link associated to a given picked item. + * @param aLink = the link to the item associated to the picked item + * @param aIdx = index of the picker in the picked list + * @return true if the picker exists, or false if does not exist + */ + bool SetPickedItemLink( EDA_ITEM* aLink, unsigned aIdx ); + + /** + * Function SetPickedItemStatus + * sets the type of undo/redo operation for a given picked item. + * @param aStatus The type of undo/redo operation associated to the picked item + * @param aIdx Index of the picker in the picked list + * @return True if the picker exists or false if does not exist + */ + bool SetPickedItemStatus( UNDO_REDO_T aStatus, unsigned aIdx ); + + /** + * Function SetPickerFlags + * set the flags of the picker (usually to the picked item m_Flags value) + * @param aFlags The flag value to save in picker + * @param aIdx Index of the picker in the picked list + * @return True if the picker exists or false if does not exist + */ + bool SetPickerFlags( STATUS_FLAGS aFlags, unsigned aIdx ); + + /** + * Function RemovePicker + * removes one entry (one picker) from the list of picked items. + * @param aIdx Index of the picker in the picked list + * @return True if ok or false if did not exist + */ + bool RemovePicker( unsigned aIdx ); + + /** + * Function CopyList + * copies all data from aSource to the list. + * Items picked are not copied. just pointer in them are copied + * @param aSource The list of items to copy to the list. + */ + void CopyList( const PICKED_ITEMS_LIST& aSource ); +}; + + +/** + * Class UNDO_REDO_CONTAINER + * is a holder to handle alist of undo (or redo) command. + * this class handles a list of ITEM_PICKER (each manage one schematic or board item). + */ +class UNDO_REDO_CONTAINER +{ +public: + std::vector m_CommandsList; // the list of possible undo/redo commands + +public: + + UNDO_REDO_CONTAINER(); + ~UNDO_REDO_CONTAINER(); + + void PushCommand( PICKED_ITEMS_LIST* aCommand ); + + PICKED_ITEMS_LIST* PopCommand(); + + void ClearCommandList(); +}; + + +#endif // _CLASS_UNDOREDO_CONTAINER_H diff --git a/include/class_worksheet_dataitem.h b/include/class_worksheet_dataitem.h new file mode 100644 index 0000000..47f72cb --- /dev/null +++ b/include/class_worksheet_dataitem.h @@ -0,0 +1,537 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file class_worksheet_dataitem.h + * @brief description of graphic items and texts to build a title block + */ + +#ifndef CLASS_WORKSHEET_DATA_ITEM_H +#define CLASS_WORKSHEET_DATA_ITEM_H + +#include +#include +#include + +class WS_DRAW_ITEM_TEXT; // Forward declaration + +#define TB_DEFAULT_TEXTSIZE 1.5 // default worksheet text size in mm + +// Text attributes set in m_flags (ORed bits) +#define USE_BOLD 1 // has meaning for texts +#define USE_THICK_LINE 1 // equivalent to bold for lines +#define USE_ITALIC (1<<1) // has meaning for texts +#define USE_ALT_COLOR (1<<2) +#define SELECTED_STATE (1<<3) // When set, use the hight light color to draw item +#define NEW_ITEM (1<<4) // Set for new items which can be deleted + // by an abort command +#define LOCATE_STARTPOINT (1<<5) // Used in locate function:set by locate function + // if the start point is located +#define LOCATE_ENDPOINT (1<<6) // Used in locate function:set by locate function + // if the end point is located +#define PAGE1OPTION (3<<7) // flag to manage items drawn or not drawn only + // on page 1: NONE = item on all pages +#define PAGE1OPTION_NONE (0<<7) // NONE = item on all pages +#define PAGE1OPTION_PAGE1ONLY (1<<7) // = item only on page 1 +#define PAGE1OPTION_NOTONPAGE1 (2<<7) // = item on all pages but page 1 + +// A coordinate is relative to a page corner. +// Any of the 4 corners can be a reference. +// The default is the right bottom corner +enum corner_anchor +{ + RB_CORNER, // right bottom corner + RT_CORNER, // right top corner + LB_CORNER, // left bottom corner + LT_CORNER, // left top corner +}; + +// a coordinate point +// The position is always relative to the corner anchor +// Note the coordinate is from the anchor point +// to the opposite corner. +class POINT_COORD +{ +public: + DPOINT m_Pos; + int m_Anchor; +public: + POINT_COORD() { m_Anchor = RB_CORNER; } + POINT_COORD( DPOINT aPos, enum corner_anchor aAnchor = RB_CORNER ) + { + m_Pos = aPos; + m_Anchor = aAnchor; + } +}; + + +// Work sheet structure type definitions. +// Basic items are: +// * segment and rect (defined by 2 points) +// * text (defined by a coordinate), the text and its justifications +// * poly polygon defined by a coordinate, and a set of list of corners +// ( because we use it for logos, there are more than one polygon +// in this description +class WORKSHEET_DATAITEM +{ +public: + enum WS_ItemType { + WS_TEXT, + WS_SEGMENT, + WS_RECT, + WS_POLYPOLYGON, + WS_BITMAP + }; + +protected: + WS_ItemType m_type; + int m_flags; + +public: + wxString m_Name; // a item name used in page layout + // editor to identify items + wxString m_Info; // a comment, only useful in page + // layout editor + POINT_COORD m_Pos; + POINT_COORD m_End; + double m_LineWidth; + int m_RepeatCount; // repeat count for duplicate items + DPOINT m_IncrementVector; // For duplicate items: move vector + // for position increment + int m_IncrementLabel; + + // These variables are static, because these values are common to all + // instances of WORKSHEET_DATAITEM. + // They are default or common values. + static double m_WSunits2Iu; // conversion factor between + // ws units (mils) and draw/plot units + static DPOINT m_RB_Corner; // cordinates of the right bottom corner + // (ws units) + static DPOINT m_LT_Corner; // cordinates of the left top corner + // (ws units) + static double m_DefaultLineWidth; // Default line width, + // when not defined inside a line + // or a rect + static DSIZE m_DefaultTextSize; // Default text size, + // when not defined inside a tbtext + static double m_DefaultTextThickness;// Default text thickness, + // when not defined inside a tbtext + static bool m_SpecialMode; // Used in page layout editor + // When set to true, base texts + // instead of full texts are displayed + static EDA_COLOR_T m_Color; // the default color to draw items + static EDA_COLOR_T m_AltColor; // an alternate color to draw items + static EDA_COLOR_T m_SelectedColor; // the color to draw selected items + // (used in page layout editor + + +public: + WORKSHEET_DATAITEM( WS_ItemType aType ); + + virtual ~WORKSHEET_DATAITEM() {} + + void SetStart( double aPosx, double aPosy, enum corner_anchor aAnchor = RB_CORNER ) + { + m_Pos.m_Pos.x = aPosx; + m_Pos.m_Pos.y = aPosy; + m_Pos.m_Anchor = aAnchor; + } + + void SetEnd( double aPosx, double aPosy, enum corner_anchor aAnchor = RB_CORNER ) + { + m_End.m_Pos.x = aPosx; + m_End.m_Pos.y = aPosy; + m_End.m_Anchor = aAnchor; + } + + // Accessors: + WS_ItemType GetType() const { return m_type; } + int GetFlags() const { return m_flags; } + void SetFlags( int aMask ) { m_flags |= aMask; } + void ClearFlags( int aMask ) { m_flags &= ~aMask; } + + /** + * @return true if the item has a end point (segment; rect) + * of false (text, polugon) + */ + virtual bool HasEndPoint() { return true; } + + /** + * @return 0 if the item has no specific option for page 1 + * 1 if the item is only on page 1 + * -1 if the item is not on page 1 + */ + int GetPage1Option(); + + /** + * Set the option for page 1 + * @param aChoice = 0 if the item has no specific option for page 1 + * > 0 if the item is only on page 1 + * < 0 if the item is not on page 1 + */ + void SetPage1Option( int aChoice ); + + // Coordinate handling + const wxPoint GetStartPosUi( int ii = 0 ) const; + const wxPoint GetEndPosUi( int ii = 0 ) const; + const DPOINT GetStartPos( int ii = 0 ) const; + const DPOINT GetEndPos( int ii = 0 ) const; + virtual int GetPenSizeUi() + { + if( m_LineWidth ) + return KiROUND( m_LineWidth * m_WSunits2Iu ); + else + return KiROUND( m_DefaultLineWidth * m_WSunits2Iu ); + } + + static int GetMarkerSizeUi() + { + return KiROUND( 0.5 * m_WSunits2Iu ); + } + + /** + * move item to a new position + * @param aPosition = the new position of item, in mm + */ + void MoveTo( DPOINT aPosition ); + + /** + * move item to a new position + * @param aPosition = the new position of the starting point in graphic units + */ + void MoveToUi( wxPoint aPosition ); + + /** + * move the starting point of the item to a new position + * @param aPosition = the new position of the starting point, in mm + */ + void MoveStartPointTo( DPOINT aPosition ); + + /** + * move the starting point of the item to a new position + * @param aPosition = the new position of item in graphic units + */ + void MoveStartPointToUi( wxPoint aPosition ); + + + /** + * move the ending point of the item to a new position + * has meaning only for items defined by 2 points + * (segments and rectangles) + * @param aPosition = the new position of the ending point, in mm + */ + void MoveEndPointTo( DPOINT aPosition ); + + /** + * move the ending point of the item to a new position + * has meaning only for items defined by 2 points + * (segments and rectangles) + * @param aPosition = the new position of the ending point in graphic units + */ + void MoveEndPointToUi( wxPoint aPosition ); + + /** + * @return true if the item is inside the rectangle defined by the + * 4 corners, false otherwise. + */ + virtual bool IsInsidePage( int ii ) const; + + const wxString GetClassName() const; + + /** + * @return true if the selected state on ON + */ + bool IsSelected() { return (m_flags & SELECTED_STATE) != 0; } + + /** + * Function SetSelected + * Toggles on/off the selected flag (used in edition functions + * @param aState = the flag value + */ + void SetSelected( bool aState ) + { + if( aState ) + m_flags |= SELECTED_STATE; + else + m_flags &= ~SELECTED_STATE; + } + + bool UseAltColor() {return m_flags & USE_ALT_COLOR; } + + EDA_COLOR_T GetItemColor() + { + if( IsSelected() ) + return m_SelectedColor; + + if( UseAltColor() ) + return m_AltColor; + + return m_Color; + } +}; + + +class WORKSHEET_DATAITEM_POLYPOLYGON : public WORKSHEET_DATAITEM +{ +public: + double m_Orient; // Orientation in degrees + std::vector m_Corners; // corner list + +private: + std::vector m_polyIndexEnd; // index of the last point of each polygon + DPOINT m_minCoord; // min coord of corners, relative to m_Pos + DPOINT m_maxCoord; // max coord of corners, relative to m_Pos + +public: + WORKSHEET_DATAITEM_POLYPOLYGON( ); + + virtual int GetPenSizeUi() + { + return KiROUND( m_LineWidth * m_WSunits2Iu ); + } + + /** + * @return false (no end point) + */ + virtual bool HasEndPoint() { return false; }; + + /** + * add a corner in corner list + * @param aCorner: the item to append + */ + void AppendCorner( const DPOINT& aCorner ) + { + m_Corners.push_back( aCorner ); + } + + /** + * Closes the current contour, by storing the index of the last corner + * of the current polygon in m_polyIndexEnd. + */ + void CloseContour() + { + m_polyIndexEnd.push_back( m_Corners.size() -1 ); + } + + /** + * @return the count of contours in the poly polygon + */ + int GetPolyCount() const { return (int) m_polyIndexEnd.size(); } + + /** + * @return the index of the first corner of the contour aCountour + * @param aContour = the index of the contour + */ + unsigned GetPolyIndexStart( unsigned aContour) const + { + if( aContour == 0 ) + return 0; + else + return m_polyIndexEnd[aContour-1] + 1; + } + + /** + * @return the index of the last corner of the contour aCountour + * @param aContour = the index of the contour + */ + unsigned GetPolyIndexEnd( unsigned aContour) const + { + return m_polyIndexEnd[aContour]; + } + + /** + * @return the coordinate (in mm) of the corner aIdx, + * for the repeated item aRepeat + */ + const DPOINT GetCornerPosition( unsigned aIdx, int aRepeat = 0 ) const; + + /** + * @return the coordinate (in draw/plot units) of the corner aIdx, + * for the repeated item aRepeat + */ + const wxPoint GetCornerPositionUi( unsigned aIdx, int aRepeat = 0 ) const; + + /** + * calculate the bounding box of the set polygons + */ + void SetBoundingBox(); + + bool IsInsidePage( int ii ) const; +}; + + +class WORKSHEET_DATAITEM_TEXT : public WORKSHEET_DATAITEM +{ +public: + wxString m_TextBase; // The basic text, with format symbols + wxString m_FullText; // The expanded text, shown on screen + double m_Orient; // Orientation in degrees + EDA_TEXT_HJUSTIFY_T m_Hjustify; + EDA_TEXT_VJUSTIFY_T m_Vjustify; + DSIZE m_TextSize; + DSIZE m_BoundingBoxSize; // When not null, this is the max + // size of the full text. + // the text size will be modified + // to keep the full text insite this + // bound. + DSIZE m_ConstrainedTextSize; // Actual text size, if constrained by + // the m_BoundingBoxSize constraint + + +public: + WORKSHEET_DATAITEM_TEXT( const wxString& aTextBase ); + + /** + * @return false (no end point) + */ + virtual bool HasEndPoint() { return false; }; + + virtual int GetPenSizeUi() + { + if( m_LineWidth ) + return KiROUND( m_LineWidth * m_WSunits2Iu ); + else + return KiROUND( m_DefaultTextThickness * m_WSunits2Iu ); + } + + /** + * move item to a new position + * @param aPosition = the new position of item + */ + void MoveTo( DPOINT aPosition ); + + /** + * transfert the text justification and orientation + * to aGText + */ + void TransfertSetupToGraphicText( WS_DRAW_ITEM_TEXT* aGText ); + + /** + * Try to build text wihich is an increment of m_TextBase + * has meaning only if m_TextBase is a basic text (one char) + * If the basic char is a digit, build a number + * If the basic char is a letter, use the letter with ascii code + * aIncr + (basic char ascc code) + * @param aIncr = the increment value + * return the incremented label in m_FullText + */ + void IncrementLabel( int aIncr ); + + /** + * Calculates m_ConstrainedTextSize from m_TextSize + * to keep the X size and the full Y size of the text + * smaller than m_BoundingBoxSize + * if m_BoundingBoxSize.x or m_BoundingBoxSize.y > 0 + * if m_BoundingBoxSize.x or m_BoundingBoxSize.y == 0 + * the corresponding text size is not constrained + */ + void SetConstrainedTextSize(); + + + /** Replace the '\''n' sequence by EOL + * and the sequence '\''\' by only one '\' + * inside m_FullText + * @return true if the EOL symbol is found or is inserted (multiline text) + */ + bool ReplaceAntiSlashSequence(); + + /** + * @return true is a bold font should be selected + */ + bool IsBold() { return (m_flags & USE_BOLD) != 0; } + + /** + * Function SetBold + * Toggles on/off the bold option flag + * @param aState = the bold option value + */ + void SetBold( bool aState ) + { + if( aState ) + m_flags |= USE_BOLD; + else + m_flags &= ~USE_BOLD; + } + + /** + * @return true is an italic font should be selected + */ + bool IsItalic() const { return (m_flags & USE_ITALIC) != 0; } + + /** + * Function SetItalic + * Toggles on/off the italic option flag + * @param aState = the italic option value + */ + void SetItalic( bool aState ) + { + if( aState ) + m_flags |= USE_ITALIC; + else + m_flags &= ~USE_ITALIC; + } +}; + + +class BITMAP_BASE; +class WORKSHEET_DATAITEM_BITMAP : public WORKSHEET_DATAITEM +{ +public: + BITMAP_BASE* m_ImageBitmap; + +public: + WORKSHEET_DATAITEM_BITMAP(BITMAP_BASE* aImage) + : WORKSHEET_DATAITEM( WS_BITMAP ) + { + m_ImageBitmap = aImage; + } + + /** + * @return false (no end point) + */ + virtual bool HasEndPoint() { return false; } + + /** + * @return the PPI of the bitmap + */ + int GetPPI() const; + + /** + * adjust the PPI of the bitmap + * @param aBitmapPPI = the ned PPI for the bitmap + */ + void SetPPI( int aBitmapPPI ); + + /** + * set the pixel scale factor of the bitmap + * this factor depend on the application internal unit + * and the pixel per inch bitmap factor + * the pixel scale factor is the pixel size to application internal unit + * and should be initialized before printing or drawing the bitmap + */ + void SetPixelScaleFactor(); +}; + + +#endif // CLASS_WORKSHEET_DATA_ITEM_H diff --git a/include/colors.h b/include/colors.h new file mode 100644 index 0000000..6b58bb7 --- /dev/null +++ b/include/colors.h @@ -0,0 +1,213 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see AUTHORS.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef COLORS_H_ +#define COLORS_H_ + +#include + +/** The color enumeration. Also contains a flag and the alpha value in + * the upper bits + */ +enum EDA_COLOR_T +{ + UNSPECIFIED_COLOR = -1, + BLACK = 0, + DARKDARKGRAY, + DARKGRAY, + LIGHTGRAY, + WHITE, + LIGHTYELLOW, + DARKBLUE, + DARKGREEN, + DARKCYAN, + DARKRED, + DARKMAGENTA, + DARKBROWN, + BLUE, + GREEN, + CYAN, + RED, + MAGENTA, + BROWN, + LIGHTBLUE, + LIGHTGREEN, + LIGHTCYAN, + LIGHTRED, + LIGHTMAGENTA, + YELLOW, + PUREBLUE, + PUREGREEN, + PURECYAN, + PURERED, + PUREMAGENTA, + PUREYELLOW, + NBCOLORS, ///< Number of colors + HIGHLIGHT_FLAG = ( 1<<19 ), + MASKCOLOR = 31 ///< mask for color index into g_ColorRefs[] +}; + +/// Checked cast. Use only when necessary (usually I/O) +inline EDA_COLOR_T ColorFromInt( int aColor ) +{ + wxASSERT( aColor >= UNSPECIFIED_COLOR && aColor < NBCOLORS ); + return static_cast( aColor ); +} + +inline EDA_COLOR_T NextColor( EDA_COLOR_T& aColor ) +{ + // We have to accept NBCOLORS for loop termination conditions + wxASSERT( aColor >= UNSPECIFIED_COLOR && aColor <= NBCOLORS ); + aColor = static_cast( int( aColor ) + 1 ); + return aColor; +} + +/// Return only the plain color part +inline EDA_COLOR_T ColorGetBase( EDA_COLOR_T aColor) +{ + EDA_COLOR_T base = static_cast( aColor & MASKCOLOR ); + return base; +} + +/// Mix two colors in some way (hopefully like a logical OR) +EDA_COLOR_T ColorMix( EDA_COLOR_T aColor1, EDA_COLOR_T aColor2 ); + +/// Force the color part of a color to darkdarkgray +inline void ColorTurnToDarkDarkGray( EDA_COLOR_T *aColor ) +{ + *aColor = static_cast( (int(*aColor) & ~MASKCOLOR) | DARKDARKGRAY ); +} + +inline void ColorChangeHighlightFlag( EDA_COLOR_T *aColor, bool flag ) +{ + if( flag ) + *aColor = static_cast( (int(*aColor) | HIGHLIGHT_FLAG ) ); + else + *aColor = static_cast( (int(*aColor) & ~HIGHLIGHT_FLAG ) ); +} + +/** + * Function SetAlpha + * ORs in the alpha blend parameter in to a color index. + */ +inline void SetAlpha( EDA_COLOR_T* aColor, unsigned char aBlend ) +{ + const unsigned char MASKALPHA = 0xFF; + + *aColor = static_cast((*aColor & ~(MASKALPHA << 24)) + | ((aBlend & MASKALPHA) << 24)); +} + +/** + * Function GetAlpha + * returns the alpha blend parameter from a color index. + */ +inline unsigned char GetAlpha( EDA_COLOR_T aColor ) +{ + const unsigned char MASKALPHA = 0xFF; + return (aColor >> 24) & MASKALPHA; +} + + +struct StructColors +{ + unsigned char m_Blue; + unsigned char m_Green; + unsigned char m_Red; + EDA_COLOR_T m_Numcolor; + + const wxChar* m_ColorName; + EDA_COLOR_T m_LightColor; +}; + +/// list of existing Colors +extern const StructColors g_ColorRefs[NBCOLORS]; + +/// Step a color to the highlighted version if the highlight flag is set +inline void ColorApplyHighlightFlag( EDA_COLOR_T *aColor ) +{ + EDA_COLOR_T base = ColorGetBase( *aColor ); + wxASSERT( base > UNSPECIFIED_COLOR && base < NBCOLORS ); + if( *aColor & HIGHLIGHT_FLAG ) + *aColor = g_ColorRefs[base].m_LightColor; +} + +/// Find a color by name +EDA_COLOR_T ColorByName( const wxString& aName ); + +/// Find the nearest color match +EDA_COLOR_T ColorFindNearest( const wxColour &aColor ); + +/** + * Find the nearest color match + * @param aR is the red component of the color to be matched (in range 0-255) + * @param aG is the green component of the color to be matched (in range 0-255) + * @param aB is the blue component of the color to be matched (in range 0-255) + */ +EDA_COLOR_T ColorFindNearest( int aR, int aG, int aB ); + +/** + * Check if a color is light i.e. if black would be more readable than + * white on it + */ +bool ColorIsLight( EDA_COLOR_T aColor ); + +inline const wxChar *ColorGetName( EDA_COLOR_T aColor ) +{ + EDA_COLOR_T base = ColorGetBase( aColor ); + wxASSERT( base > UNSPECIFIED_COLOR && base < NBCOLORS ); + return g_ColorRefs[base].m_ColorName; +} + +inline void ColorSetBrush( wxBrush *aBrush, EDA_COLOR_T aColor ) +{ + EDA_COLOR_T base = ColorGetBase( aColor ); + wxASSERT( base > UNSPECIFIED_COLOR && base < NBCOLORS ); + const StructColors &col = g_ColorRefs[base]; + aBrush->SetColour( col.m_Red, col.m_Green, col.m_Blue ); +} + +/** + * Function MakeColour + * returns a wxWidgets wxColor from a KiCad color index with alpha value. + * Note that alpha support is not available on every wxWidgets platform. On + * such platform the behavior is the same as for wxALPHA_OPAQUE and that + * means the alpha value has no effect and will be ignored. + * @return wxColour - given a KiCad color index with alpha value + */ +inline wxColour MakeColour( EDA_COLOR_T aColor ) +{ + int alpha = GetAlpha( aColor ); + alpha = alpha ? alpha : wxALPHA_OPAQUE; + EDA_COLOR_T ndx = ColorGetBase( aColor ); + wxASSERT( ndx > UNSPECIFIED_COLOR && ndx < NBCOLORS ); + + return wxColour( g_ColorRefs[ndx].m_Red, + g_ColorRefs[ndx].m_Green, + g_ColorRefs[ndx].m_Blue + ,(unsigned char) alpha + ); +} + +#endif // COLORS_H_ diff --git a/include/colors_selection.h b/include/colors_selection.h new file mode 100644 index 0000000..d0bd568 --- /dev/null +++ b/include/colors_selection.h @@ -0,0 +1,34 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* colors_selection.h */ + +#ifndef _COLORS_SELECTION_H_ +#define _COLORS_SELECTION_H_ + +#include +// Colors for layers and items +extern COLORS_DESIGN_SETTINGS g_ColorsSettings; + +#endif // _COLORS_SELECTION_H_ diff --git a/include/common.h b/include/common.h new file mode 100644 index 0000000..ac13b32 --- /dev/null +++ b/include/common.h @@ -0,0 +1,422 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014-2016 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 2007-2015 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2008-2015 Wayne Stambaugh + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * The common library + * @file common.h + */ + +#ifndef INCLUDE__COMMON_H_ +#define INCLUDE__COMMON_H_ + +#include + +#include +#include +#include + +#include +#include + + +class wxAboutDialogInfo; +class SEARCH_STACK; +class wxSingleInstanceChecker; +class REPORTER; + + +// Flag for special keys +#define GR_KB_RIGHTSHIFT 0x10000000 /* Keybd states: right + * shift key depressed */ +#define GR_KB_LEFTSHIFT 0x20000000 /* left shift key depressed + */ +#define GR_KB_CTRL 0x40000000 // CTRL depressed +#define GR_KB_ALT 0x80000000 // ALT depressed +#define GR_KB_SHIFT (GR_KB_LEFTSHIFT | GR_KB_RIGHTSHIFT) +#define GR_KB_SHIFTCTRL (GR_KB_SHIFT | GR_KB_CTRL) +#define MOUSE_MIDDLE 0x08000000 /* Middle button mouse + * flag for block commands + */ + +/// default name for nameless projects +#define NAMELESS_PROJECT wxT( "noname" ) + + +/// Pseudo key codes for command panning +enum pseudokeys { + EDA_PANNING_UP_KEY = 1, + EDA_PANNING_DOWN_KEY, + EDA_PANNING_LEFT_KEY, + EDA_PANNING_RIGHT_KEY, + EDA_ZOOM_IN_FROM_MOUSE, + EDA_ZOOM_OUT_FROM_MOUSE, + EDA_ZOOM_CENTER_FROM_MOUSE +}; + +#define ESC 27 + +// TODO Executable names TODO +#ifdef __WINDOWS__ +#define CVPCB_EXE wxT( "cvpcb.exe" ) +#define PCBNEW_EXE wxT( "pcbnew.exe" ) +#define EESCHEMA_EXE wxT( "eeschema.exe" ) +#define GERBVIEW_EXE wxT( "gerbview.exe" ) +#define BITMAPCONVERTER_EXE wxT( "bitmap2component.exe" ) +#define PCB_CALCULATOR_EXE wxT( "pcb_calculator.exe" ) +#define PL_EDITOR_EXE wxT( "pl_editor.exe" ) +#else +#define CVPCB_EXE wxT( "cvpcb" ) +#define PCBNEW_EXE wxT( "pcbnew" ) +#define EESCHEMA_EXE wxT( "eeschema" ) +#define GERBVIEW_EXE wxT( "gerbview" ) +#define BITMAPCONVERTER_EXE wxT( "bitmap2component" ) +#define PCB_CALCULATOR_EXE wxT( "pcb_calculator" ) +#define PL_EDITOR_EXE wxT( "pl_editor" ) +#endif + + +// Graphic Texts Orientation in 0.1 degree +#define TEXT_ORIENT_HORIZ 0 +#define TEXT_ORIENT_VERT 900 + + + +//----------------------------------------------------------------- + +/** + * KiROUND + * rounds a floating point number to an int using + * "round halfway cases away from zero". + * In Debug build an assert fires if will not fit into an int. + */ + +#if !defined( DEBUG ) + +/// KiROUND: a function so v is not evaluated twice. Unfortunately, compiler +/// is unable to pre-compute constants using this. +static inline int KiROUND( double v ) +{ + return int( v < 0 ? v - 0.5 : v + 0.5 ); +} + +/// KIROUND: a macro so compiler can pre-compute constants. Use this with compile +/// time constants rather than the inline function above. +#define KIROUND( v ) int( (v) < 0 ? (v) - 0.5 : (v) + 0.5 ) + +#else + +// DEBUG: KiROUND() is a macro to capture line and file, then calls this inline + +static inline int kiRound_( double v, int line, const char* filename ) +{ + v = v < 0 ? v - 0.5 : v + 0.5; + if( v > INT_MAX + 0.5 ) + { + printf( "%s: in file %s on line %d, val: %.16g too ' > 0 ' for int\n", __FUNCTION__, filename, line, v ); + } + else if( v < INT_MIN - 0.5 ) + { + printf( "%s: in file %s on line %d, val: %.16g too ' < 0 ' for int\n", __FUNCTION__, filename, line, v ); + } + return int( v ); +} + +#define KiROUND( v ) kiRound_( v, __LINE__, __FILE__ ) + +// in Debug build, use the overflow catcher since code size is immaterial +#define KIROUND( v ) KiROUND( v ) + +#endif + +//---------------------------------------------------------------- + + + +/// Convert mm to mils. +inline int Mm2mils( double x ) { return KiROUND( x * 1000./25.4 ); } + +/// Convert mils to mm. +inline int Mils2mm( double x ) { return KiROUND( x * 25.4 / 1000. ); } + + +enum EDA_UNITS_T { + INCHES = 0, + MILLIMETRES = 1, + UNSCALED_UNITS = 2, + DEGREES = 3, +}; + + +extern EDA_UNITS_T g_UserUnit; ///< display units + +/// Draw color for moving objects. +extern EDA_COLOR_T g_GhostColor; + + +/** + * Class LOCALE_IO + * is a class that can be instantiated within a scope in which you are expecting + * exceptions to be thrown. Its constructor set a "C" laguage locale option, + * to read/print files with fp numbers. + * Its destructor insures that the default locale is restored if an exception + * is thrown, or not. + */ +class LOCALE_IO +{ +public: + LOCALE_IO(); + ~LOCALE_IO(); + +private: + void setUserLocale( const char* aUserLocale ); + + // allow for nesting of LOCALE_IO instantiations + static int m_c_count; + + // The locale in use before switching to the "C" locale + // (the locale can be set by user, and is not always the system locale) + std::string m_user_locale; +}; + + +/** + * Function GetTextSize + * returns the size of @a aSingleLine of text when it is rendered in @a aWindow + * using whatever font is currently set in that window. + */ +wxSize GetTextSize( const wxString& aSingleLine, wxWindow* aWindow ); + +/** + * Function EnsureTextCtrlWidth + * sets the minimum pixel width on a text control in order to make a text + * string be fully visible within it. The current font within the text + * control is considered. + * The text can come either from the control or be given as an argument. + * If the text control is larger than needed, then nothing is done. + * @param aCtrl the text control to potentially make wider. + * @param aString the text that is used in sizing the control's pixel width. + * If NULL, then + * the text already within the control is used. + * @return bool - true if the \a aCtrl had its size changed, else false. + */ +bool EnsureTextCtrlWidth( wxTextCtrl* aCtrl, const wxString* aString = NULL ); + + +/** + * Function ProcessExecute + * runs a child process. + * @param aCommandLine The process and any arguments to it all in a single + * string. + * @param aFlags The same args as allowed for wxExecute() + * @param callback wxProcess implementing OnTerminate to be run when the + child process finishes + * @return int - pid of process, 0 in case of error (like return values of + * wxExecute()) + */ +int ProcessExecute( const wxString& aCommandLine, int aFlags = wxEXEC_ASYNC, + wxProcess *callback = NULL ); + + +/**************/ +/* common.cpp */ +/**************/ + +/** + * @return an unique time stamp that changes after each call + */ +time_t GetNewTimeStamp(); + +EDA_COLOR_T DisplayColorFrame( wxWindow* parent, int OldColor ); +int GetCommandOptions( const int argc, const char** argv, + const char* stringtst, const char** optarg, + int* optind ); + +/** + * Returns the units symbol. + * + * @param aUnits - Units type, default is current units setting. + * @param aFormatString - A formatting string to embed the units symbol into. Note: + * the format string must contain the %s format specifier. + * @return The formatted units symbol. + */ +wxString ReturnUnitSymbol( EDA_UNITS_T aUnits = g_UserUnit, + const wxString& aFormatString = _( " (%s):" ) ); + +/** + * Get a human readable units string. + * + * The strings returned are full text name and not abbreviations or symbolic + * representations of the units. Use ReturnUnitSymbol() for that. + * + * @param aUnits - The units text to return. + * @return The human readable units string. + */ +wxString GetUnitsLabel( EDA_UNITS_T aUnits ); +wxString GetAbbreviatedUnitsLabel( EDA_UNITS_T aUnit = g_UserUnit ); + +void AddUnitSymbol( wxStaticText& Stext, EDA_UNITS_T aUnit = g_UserUnit ); + +/** + * Round to the nearest precision. + * + * Try to approximate a coordinate using a given precision to prevent + * rounding errors when converting from inches to mm. + * + * ie round the unit value to 0 if unit is 1 or 2, or 8 or 9 + */ +double RoundTo0( double x, double precision ); + +/** + * Function wxStringSplit + * splits \a aString to a string list separated at \a aSplitter. + * @param aText is the text to split + * @param aStrings will contain the splitted lines + * @param aSplitter is the 'split' character + */ +void wxStringSplit( const wxString& aText, wxArrayString& aStrings, wxChar aSplitter ); + +/** + * Function GetRunningMicroSecs + * returns an ever increasing indication of elapsed microseconds. Use this + * by computing differences between two calls. + * @author Dick Hollenbeck + */ +unsigned GetRunningMicroSecs(); + + +/** + * Function SystemDirsAppend + * appends system places to aSearchStack in a platform specific way, and pertinent + * to KiCad programs. It seems to be a place to collect bad ideas and keep them + * out of view. + */ +void SystemDirsAppend( SEARCH_STACK* aSearchStack ); + + +/** + * Function SearchHelpFileFullPath + * returns the help file's full path. + *

    + * Return the KiCad help file with path and extension. + * Help files can be html (.html ext) or pdf (.pdf ext) files. + * A \.html file is searched and if not found, + * \.pdf file is searched in the same path. + * If the help file for the current locale is not found, an attempt to find + * the English version of the help file is made. + * Help file is searched in directories in this order: + * help/\ like help/en_GB + * help/\ like help/en + * help/en + *

    + * @param aSearchStack contains some possible base dirs that may be above the + * the one actually holding @a aBaseName. These are starting points for nested searches. + * @param aBaseName is the name of the help file to search for,

    without extension

    . + * @return wxEmptyString is returned if aBaseName is not found, else the full path & filename. + */ +wxString SearchHelpFileFullPath( const SEARCH_STACK& aSearchStack, const wxString& aBaseName ); + +/** + * Helper function EnsureFileDirectoryExists + * make \a aTargetFullFileName absolute and creates the path of this file if it doesn't yet exist. + * @param aTargetFullFileName the wxFileName containing the full path and file name to modify. The path + * may be absolute or relative to \a aBaseFilename . + * @param aBaseFilename a full filename. Only its path is used to set the aTargetFullFileName path. + * @param aReporter a point to a REPORTER object use to show messages (can be NULL) + * @return true if \a aOutputDir already exists or was successfully created. + */ +bool EnsureFileDirectoryExists( wxFileName* aTargetFullFileName, + const wxString& aBaseFilename, + REPORTER* aReporter = NULL ); + +/** + * Function LockFile + * tests to see if aFileName can be locked (is not already locked) and only then + * returns a wxSingleInstanceChecker protecting aFileName. Caller owns the return value. + */ +wxSingleInstanceChecker* LockFile( const wxString& aFileName ); + + +/// Put aPriorityPath in front of all paths in the value of aEnvVar. +const wxString PrePendPath( const wxString& aEnvVar, const wxString& aPriorityPath ); + +/** + * Function GetNewConfig + * + * Use this function instead of creating a new wxConfig so we can put config files in + * a more proper place for each platform. This is generally $HOME/.config/kicad/ in Linux + * according to the FreeDesktop specification at + * http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html + * The config object created here should be destroyed by the caller. + * + * @param aProgName is the name of the program calling this function - can be obtained by + * calling Pgm().App().GetAppName(). This will be the actual file name of the config file. + * @return A pointer to a new wxConfigBase derived object is returned. The caller is in charge + * of deleting it. + */ +wxConfigBase* GetNewConfig( const wxString& aProgName ); + +/** + * Function GetKicadLockFilePath + * @return A wxString containing the path for lockfiles in Kicad + */ +wxString GetKicadLockFilePath(); + +/** + * Function GetKicadConfigPath + * @return A wxString containing the config path for Kicad + */ +wxString GetKicadConfigPath(); + +/** + * Function ExpandEnvVarSubstitutions + * replaces any environment variable references with their values + * @param aString = a string containing (perhaps) references to env var + * @return a string where env var are replaced by their value + */ +const wxString ExpandEnvVarSubstitutions( const wxString& aString ); + + +#ifdef __WXMAC__ +/** + * OSX specific function GetOSXKicadUserDataDir + * @return A wxString pointing to the user data directory for Kicad + */ +wxString GetOSXKicadUserDataDir(); + +/** + * OSX specific function GetOSXMachineDataDir + * @return A wxString pointing to the machine data directory for Kicad + */ +wxString GetOSXKicadMachineDataDir(); + +/** + * OSX specific function GetOSXKicadDataDir + * @return A wxString pointing to the bundle data directory for Kicad + */ +wxString GetOSXKicadDataDir(); +#endif + +#endif // INCLUDE__COMMON_H_ diff --git a/include/config_params.h b/include/config_params.h new file mode 100644 index 0000000..16cd089 --- /dev/null +++ b/include/config_params.h @@ -0,0 +1,366 @@ +#ifndef CONFIG_PARAMS_H_ +#define CONFIG_PARAMS_H_ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2008-2011 Wayne Stambaugh + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * The common library + * @file config_params.h + */ + +#include +#include +#include +#include +#include + +/// Names of sub sections where to store project info in *.pro project config files +#define GROUP_PCB wxT( "/pcbnew" ) /// parameters for Pcbnew/Modedit +#define GROUP_SCH wxT( "/eeschema" ) /// library list and lib paths list +#define GROUP_SCH_EDITOR wxT( "/schematic_editor" ) /// parameters for schematic editor + /// (and few for component editor). + /// Does not store libs list +#define GROUP_PCB_LIBS wxT( "/pcbnew/libraries" ) /// PCB library list, should be removed soon + /// (Now in fp lib tables) +#define GROUP_SCH_LIBS wxT( "/eeschema/libraries" ) /// library list section + +#define GROUP_CVP wxT("/cvpcb") +#define GROUP_CVP_EQU wxT("/cvpcb/equfiles") + + +#define CONFIG_VERSION 1 + + +/** + * Function ConfigBaseWriteDouble + * This is a helper function to write doubles in config + * We cannot use wxConfigBase->Write for a double, because + * this function uses a format with very few digits in mantissa, + * and truncation issues are frequent. + * We use here a better floating format. + */ +void ConfigBaseWriteDouble( wxConfigBase* aConfig, const wxString& aKey, double aValue ); + + +/** Type of parameter in the configuration file */ +enum paramcfg_id { + PARAM_INT, + PARAM_INT_WITH_SCALE, + PARAM_SETCOLOR, + PARAM_DOUBLE, + PARAM_BOOL, + PARAM_LIBNAME_LIST, + PARAM_WXSTRING, + PARAM_FILENAME, + PARAM_COMMAND_ERASE, + PARAM_FIELDNAME_LIST +}; + + +/** + * Class PARAM_CFG_BASE + * is a base class which establishes the interface functions ReadParam and SaveParam, + * which are implemented by a number of derived classes, and these function's + * doxygen comments are inherited also. + *

    + * See kicad.odt or kicad.pdf, chapter 2 : + * "Installation and configuration/Initialization of the default config". + */ +class PARAM_CFG_BASE +{ +public: + wxString m_Ident; ///< Keyword in config data + paramcfg_id m_Type; ///< Type of parameter + wxString m_Group; ///< Group name (this is like a path in the config data) + bool m_Setup; ///< Install or Project based parameter, true == install + +public: + PARAM_CFG_BASE( const wxString& ident, const paramcfg_id type, + const wxChar* group = NULL ); + virtual ~PARAM_CFG_BASE() {} + + /** + * Function ReadParam + * reads the value of the parameter stored in aConfig + * @param aConfig = the wxConfigBase that holds the parameter + */ + virtual void ReadParam( wxConfigBase* aConfig ) const {}; + + /** + * Function SaveParam + * saves the value of the parameter stored in aConfig + * @param aConfig = the wxConfigBase that can store the parameter + */ + virtual void SaveParam( wxConfigBase* aConfig ) const {}; +}; + + +/** + * Configuration parameter - Integer Class + * + */ +class PARAM_CFG_INT : public PARAM_CFG_BASE +{ +public: + int* m_Pt_param; ///< Pointer to the parameter value + int m_Min, m_Max; ///< Minimum and maximum values of the param type + int m_Default; ///< The default value of the parameter + +public: + PARAM_CFG_INT( const wxString& ident, int* ptparam, + int default_val = 0, + int min = std::numeric_limits::min(), + int max = std::numeric_limits::max(), + const wxChar* group = NULL ); + PARAM_CFG_INT( bool Insetup, const wxString& ident, int* ptparam, + int default_val = 0, + int min = std::numeric_limits::min(), + int max = std::numeric_limits::max(), + const wxChar* group = NULL ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + +/** + * Configuration parameter - Integer Class + * with unit conversion. + * Mainly used to store an integer value in millimeters (or inches) + * and retrieve it in internal units + * the stored value is a floating number + */ +class PARAM_CFG_INT_WITH_SCALE : public PARAM_CFG_INT +{ +public: + double m_BIU_to_cfgunit; ///< the factor to convert the saved value in internal value + +public: + PARAM_CFG_INT_WITH_SCALE( const wxString& ident, int* ptparam, + int default_val = 0, + int min = std::numeric_limits::min(), + int max = std::numeric_limits::max(), + const wxChar* group = NULL, + double aBiu2cfgunit = 1.0); + PARAM_CFG_INT_WITH_SCALE( bool Insetup, const wxString& ident, int* ptparam, + int default_val = 0, + int min = std::numeric_limits::min(), + int max = std::numeric_limits::max(), + const wxChar* group = NULL, + double aBiu2cfgunit = 1.0 ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +/** + * Configuration parameter - SetColor Class + * + */ +class PARAM_CFG_SETCOLOR : public PARAM_CFG_BASE +{ +public: + EDA_COLOR_T* m_Pt_param; ///< Pointer to the parameter value + EDA_COLOR_T m_Default; ///< The default value of the parameter + +public: + PARAM_CFG_SETCOLOR( const wxString& ident, EDA_COLOR_T* ptparam, + EDA_COLOR_T default_val, const wxChar* group = NULL ); + PARAM_CFG_SETCOLOR( bool Insetup, const wxString& ident, EDA_COLOR_T* ptparam, + EDA_COLOR_T default_val, const wxChar* group = NULL ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +/** + * Configuration parameter - Double Precision Class + * + */ +class PARAM_CFG_DOUBLE : public PARAM_CFG_BASE +{ +public: + double* m_Pt_param; ///< Pointer to the parameter value + double m_Default; ///< The default value of the parameter + double m_Min, m_Max; ///< Minimum and maximum values of the param type + +public: + PARAM_CFG_DOUBLE( const wxString& ident, double* ptparam, + double default_val = 0.0, double min = 0.0, double max = 10000.0, + const wxChar* group = NULL ); + PARAM_CFG_DOUBLE( bool Insetup, const wxString& ident, double* ptparam, + double default_val = 0.0, double min = 0.0, double max = 10000.0, + const wxChar* group = NULL ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +/** + * Configuration parameter - Boolean Class + * + */ +class PARAM_CFG_BOOL : public PARAM_CFG_BASE +{ +public: + bool* m_Pt_param; ///< Pointer to the parameter value + int m_Default; ///< The default value of the parameter + +public: + PARAM_CFG_BOOL( const wxString& ident, bool* ptparam, + int default_val = false, const wxChar* group = NULL ); + PARAM_CFG_BOOL( bool Insetup, const wxString& ident, bool* ptparam, + int default_val = false, const wxChar* group = NULL ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +/** + * Configuration parameter - wxString Class + * + */ +class PARAM_CFG_WXSTRING : public PARAM_CFG_BASE +{ +public: + wxString* m_Pt_param; ///< Pointer to the parameter value + wxString m_default; ///< The default value of the parameter + +public: + PARAM_CFG_WXSTRING( const wxString& ident, wxString* ptparam, const wxChar* group = NULL ); + + PARAM_CFG_WXSTRING( bool Insetup, + const wxString& ident, + wxString* ptparam, + const wxString& default_val = wxEmptyString, + const wxChar* group = NULL ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +/** + * Configuration parameter - PARAM_CFG_FILENAME Class + * Same as PARAM_CFG_WXSTRING, but stores "\" as "/". + * and replace "/" by "\" under Windows. + * Used to store paths and filenames in config files + */ +class PARAM_CFG_FILENAME : public PARAM_CFG_BASE +{ +public: + wxString* m_Pt_param; ///< Pointer to the parameter value + +public: + PARAM_CFG_FILENAME( const wxString& ident, wxString* ptparam, + const wxChar* group = NULL ); + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +class PARAM_CFG_LIBNAME_LIST : public PARAM_CFG_BASE +{ +public: + wxArrayString* m_Pt_param; ///< Pointer to the parameter value + +public: + PARAM_CFG_LIBNAME_LIST( const wxChar* ident, + wxArrayString* ptparam, + const wxChar* group = NULL ); + + virtual void ReadParam( wxConfigBase* aConfig ) const; + virtual void SaveParam( wxConfigBase* aConfig ) const; +}; + + +/** A list of parameters type */ +//typedef boost::ptr_vector PARAM_CFG_ARRAY; +class PARAM_CFG_ARRAY : public boost::ptr_vector +{ +}; + + +/** + * Function wxConfigSaveSetups + * writes @a aList of PARAM_CFG_ARRAY elements to save configuration values + * to @a aCfg. Only elements with m_Setup set true will be saved, hence the + * function name. + * + * @param aCfg where to save + * @param aList holds some configuration parameters, not all of which will + * necessarily be saved. + */ +void wxConfigSaveSetups( wxConfigBase* aCfg, const PARAM_CFG_ARRAY& aList ); + +/** + * Function wxConfigSaveParams + * writes @a aList of PARAM_CFG_ARRAY elements to save configuration values + * to @a aCfg. Only elements with m_Setup set false will be saved, hence the + * function name. + * + * @param aCfg where to save + * @param aList holds some configuration parameters, not all of which will + * necessarily be saved. + * @param aGroup indicates in which group the value should be saved, + * unless the PARAM_CFG_ARRAY element provides its own group, in which case it will + * take precedence. aGroup may be empty. + */ +void wxConfigSaveParams( wxConfigBase* aCfg, + const PARAM_CFG_ARRAY& aList, const wxString& aGroup ); + +/** + * Function wxConfigLoadSetups + * uses @a aList of PARAM_CFG_ARRAY elements to load configuration values + * from @a aCfg. Only elements whose m_Setup field is true will be loaded. + * + * @param aCfg where to load from. + * @param aList holds some configuration parameters, not all of which will + * necessarily be loaded. + */ +void wxConfigLoadSetups( wxConfigBase* aCfg, const PARAM_CFG_ARRAY& aList ); + +/** + * Function wxConfigLoadParams + * uses @a aList of PARAM_CFG_ARRAY elements to load configuration values + * from @a aCfg. Only elements whose m_Setup field is false will be loaded. + * + * @param aCfg where to load from. + * + * @param aList holds some configuration parameters, not all of which will + * necessarily be loaded. + * + * @param aGroup indicates in which group the value should be saved, + * unless the PARAM_CFG_ARRAY element provides its own group, in which case it will + * take precedence. aGroup may be empty. + */ +void wxConfigLoadParams( wxConfigBase* aCfg, + const PARAM_CFG_ARRAY& aList, const wxString& aGroup ); + + +#endif // CONFIG_PARAMS_H_ diff --git a/include/confirm.h b/include/confirm.h new file mode 100644 index 0000000..5a10bb4 --- /dev/null +++ b/include/confirm.h @@ -0,0 +1,110 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2013 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * This file is part of the common library + * @file confirm.h + * @see common.h + */ + + +#ifndef __INCLUDE__CONFIRM_H__ +#define __INCLUDE__CONFIRM_H__ 1 + +/** + * Function DisplayExitDialog + * displays a dialog with 3 buttons: + * Save and Exit + * Cancel + * Exit without save + * + * @param aParent = the parent window + * @param aMessage = the main message to put in dialog + * If empty, the standard message will be shown: + * Save the changes before closing? + * @return wxID_YES, wxID_CANCEL, wxID_NO. + */ +int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ); + + +/** + * Function DisplayError + * displays an error or warning message box with \a aMessage. + * + * @warning Setting \a displaytime does not work. Do not use it. + */ +void DisplayError( wxWindow* parent, const wxString& aMessage, int displaytime = 0 ); + +/** + * Function DisplayInfoMessage + * displays an informational message box with \a aMessage. + * + * @warning Setting \a displaytime does not work. Do not use it. + */ +void DisplayInfoMessage( wxWindow* parent, const wxString& aMessage, int displaytime = 0 ); + +/** + * Function IsOK + * displays a yes/no dialog with \a aMessage and returns the user response. + * + * @param aParent is the parent window. NULL can be used if the parent is the top level window. + * @param aMessage is the message to display in the dialog box. + * + * @return True if user selected the yes button, otherwise false. + */ +bool IsOK( wxWindow* aParent, const wxString& aMessage ); + +/** + * Function YesNoCancelDialog + * displays a yes/no/cancel dialog with \a aMessage and returns the user response. + * + * @param aParent is the parent window. NULL can be used if the parent is the top level window. + * @param aPrimaryMessage is the message to display in the top part of the dialog box using + * a bold font. + * @param aSecondaryMessage is the message to display in the lower part of the dialog box + * using the default system UI font. + * @param aYesButtonText is the text to display in the yes button when defined. + * @param aNoButtonText is the text to display in the no button when defiend. + * @param aCancelButtonText is the text to display in the cancel button when defined. + * + * @return wxID_YES, wxID_NO, or wxID_CANCEL depending on the button the user selected. + */ +int YesNoCancelDialog( wxWindow* aParent, + const wxString& aPrimaryMessage, + const wxString& aSecondaryMessage, + const wxString& aYesButtonText = wxEmptyString, + const wxString& aNoButtonText = wxEmptyString, + const wxString& aCancelButtonText = wxEmptyString ); + + +/** + * Function DisplayHtmlInforMessage + * displays \a aMessage in HTML format. + */ +void DisplayHtmlInfoMessage( wxWindow* parent, const wxString& title, + const wxString& aMessage, + const wxSize& size = wxDefaultSize ); + + +#endif /* __INCLUDE__CONFIRM_H__ */ diff --git a/include/convert_basic_shapes_to_polygon.h b/include/convert_basic_shapes_to_polygon.h new file mode 100644 index 0000000..23940ec --- /dev/null +++ b/include/convert_basic_shapes_to_polygon.h @@ -0,0 +1,99 @@ +/** + * @file convert_basic_shapes_to_polygon.h + */ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2012 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef CONVERT_BASIC_SHAPES_TO_POLYGON_H +#define CONVERT_BASIC_SHAPES_TO_POLYGON_H + +#include + +#include +#include +#include + +#include +/** + * Function TransformCircleToPolygon + * convert a circle to a polygon, using multiple straight lines + * @param aCornerBuffer = a buffer to store the polygon + * @param aCenter = the center of the circle + * @param aRadius = the radius of the circle + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * Note: the polygon is inside the circle, so if you want to have the polygon + * outside the circle, you should give aRadius calculated with a correction factor + */ +void TransformCircleToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aCenter, int aRadius, + int aCircleToSegmentsCount ); + +/** + * Function TransformRoundedEndsSegmentToPolygon + * convert a segment with rounded ends to a polygon + * Convert arcs to multiple straight lines + * @param aCornerBuffer = a buffer to store the polygon + * @param aStart = the segment start point coordinate + * @param aEnd = the segment end point coordinate + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * @param aWidth = the segment width + * Note: the polygon is inside the arc ends, so if you want to have the polygon + * outside the circle, you should give aStart and aEnd calculated with a correction factor + */ +void TransformRoundedEndsSegmentToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aStart, wxPoint aEnd, + int aCircleToSegmentsCount, + int aWidth ); + + +/** + * Function TransformArcToPolygon + * Creates a polygon from an Arc + * Convert arcs to multiple straight segments + * @param aCornerBuffer = a buffer to store the polygon + * @param aCentre = centre of the arc or circle + * @param aStart = start point of the arc, or a point on the circle + * @param aArcAngle = arc angle in 0.1 degrees. For a circle, aArcAngle = 3600 + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * @param aWidth = width (thickness) of the line + */ +void TransformArcToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aCentre, wxPoint aStart, double aArcAngle, + int aCircleToSegmentsCount, int aWidth ); + +/** + * Function TransformRingToPolygon + * Creates a polygon from a ring + * Convert arcs to multiple straight segments + * @param aCornerBuffer = a buffer to store the polygon + * @param aCentre = centre of the arc or circle + * @param aRadius = radius of the circle + * @param aCircleToSegmentsCount = the number of segments to approximate a circle + * @param aWidth = width (thickness) of the ring + */ +void TransformRingToPolygon( SHAPE_POLY_SET& aCornerBuffer, + wxPoint aCentre, int aRadius, + int aCircleToSegmentsCount, int aWidth ); + +#endif // CONVERT_BASIC_SHAPES_TO_POLYGON_H diff --git a/include/convert_from_iu.h b/include/convert_from_iu.h new file mode 100644 index 0000000..1164d21 --- /dev/null +++ b/include/convert_from_iu.h @@ -0,0 +1,69 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 CERN + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file convert_from_iu.h + * @brief Definitions and functions to convert from internal units to user units + * depending upon the application and/or build options. + */ + + +#ifndef _CONVERT_FROM_IU_ +#define _CONVERT_FROM_IU_ + + +/// Convert from internal units to user units. +#if defined(PCBNEW) || defined(CVPCB) || defined(GERBVIEW) + #if defined(GERBVIEW) + #define MM_PER_IU 1.0 / 1e5 // Gerbview uses 10 micrometer. + #else + #define MM_PER_IU 1.0 / 1e6 // Pcbnew in nanometers. + #endif + #define MILS_PER_IU ( MM_PER_IU * 0.0254 ) + #define DECIMILS_PER_IU (MM_PER_IU * 0.00254 ) + +/// Convert PCBNEW internal units (iu) to mils. +inline int Iu2Mils( int iu ) +{ + double x = iu * MILS_PER_IU; + return int( x < 0 ? x - 0.5 : x + 0.5 ); +} + +/// Convert PCBNEW internal units (iu) to deci-mils. +inline int Iu2DMils( int iu ) +{ + double x = iu * DECIMILS_PER_IU; + return int( x < 0 ? x - 0.5 : x + 0.5 ); +} + +#else // Eeschema and anything else. +#define MILS_PER_IU 1.0 +#define MM_PER_IU (MILS_PER_IU / 0.0254) + +inline int Iu2Mils( int iu ) +{ + return iu; +} +#endif + +#endif // #define _CONVERT_FROM_IU_ diff --git a/include/convert_to_biu.h b/include/convert_to_biu.h new file mode 100644 index 0000000..646a319 --- /dev/null +++ b/include/convert_to_biu.h @@ -0,0 +1,101 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef CONVERT_TO_BIU_H_ +#define CONVERT_TO_BIU_H_ + +/** + * @file convert_to_biu.h + */ + + +/** + * @brief some define and functions to convert a value in mils, decimils or mm + * to the internal unit used in pcbnew, cvpcb or gerbview (nanometer or deci-mil) + * depending on compile time option + */ + + + +/// Scaling factor to convert mils to internal units. +#if defined(PCBNEW) || defined(CVPCB) || defined(GERBVIEW) + #if defined(GERBVIEW) + #define IU_PER_MM 1e5 // Gerbview IU is 10 nanometers. + #else + #define IU_PER_MM 1e6 // Pcbnew IU is 1 nanometer. + #endif + #define IU_PER_MILS (IU_PER_MM * 0.0254) + #define IU_PER_DECIMILS (IU_PER_MM * 0.00254) + +/// Convert mils to PCBNEW internal units (iu). +inline int Mils2iu( int mils ) +{ + double x = mils * IU_PER_MILS; + return int( x < 0 ? x - 0.5 : x + 0.5 ); +} + +/// Convert deci-mils to PCBNEW internal units (iu). +inline int DMils2iu( int dmils ) +{ + double x = dmils * IU_PER_DECIMILS; + return int( x < 0 ? x - 0.5 : x + 0.5 ); +} + +#elif defined (PL_EDITOR) +#define IU_PER_MM 1e3 // internal units in micron (should be enough) +#define IU_PER_MILS (IU_PER_MM * 0.0254) +#define IU_PER_DECIMILS (IU_PER_MM * 0.00254) +/// Convert mils to page layout editor internal units (iu). +inline int Mils2iu( int mils ) +{ + double x = mils * IU_PER_MILS; + return int( x < 0 ? x - 0.5 : x + 0.5 ); +} + +/// Convert deci-mils to page layout editor internal units (iu). +inline int DMils2iu( int dmils ) +{ + double x = dmils * IU_PER_DECIMILS; + return int( x < 0 ? x - 0.5 : x + 0.5 ); +} + +#else // Eeschema and anything else. +#define IU_PER_DECIMILS 0.1 +#define IU_PER_MILS 1.0 +#define IU_PER_MM (IU_PER_MILS / 0.0254) + +inline int Mils2iu( int mils ) +{ + return mils; +} +#endif + +/// Convert mm to internal units (iu). +inline int Millimeter2iu( double mm ) +{ + return (int) ( mm < 0 ? mm * IU_PER_MM - 0.5 : mm * IU_PER_MM + 0.5); +} + + +#endif // CONVERT_TO_BIU_H_ diff --git a/include/core/typeinfo.h b/include/core/typeinfo.h new file mode 100644 index 0000000..8c89e4c --- /dev/null +++ b/include/core/typeinfo.h @@ -0,0 +1,179 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 CERN + * Copyright (C) 2004-2013 KiCad Developers, see change_log.txt for contributors. + * @author Tomasz Wlostowski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef __KICAD_TYPEINFO_H +#define __KICAD_TYPEINFO_H + +#include + +class EDA_ITEM; + +/** + * Enum KICAD_T + * is the set of class identification values, stored in EDA_ITEM::m_StructType + */ +enum KICAD_T +{ + NOT_USED = -1, ///< the 3d code uses this value + + EOT = 0, ///< search types array terminator (End Of Types) + + TYPE_NOT_INIT = 0, + PCB_T, + SCREEN_T, ///< not really an item, used to identify a screen + + // Items in pcb + PCB_MODULE_T, ///< class MODULE, a footprint + PCB_PAD_T, ///< class D_PAD, a pad in a footprint + PCB_LINE_T, ///< class DRAWSEGMENT, a segment not on copper layers + PCB_TEXT_T, ///< class TEXTE_PCB, text on a layer + PCB_MODULE_TEXT_T, ///< class TEXTE_MODULE, text in a footprint + PCB_MODULE_EDGE_T, ///< class EDGE_MODULE, a footprint edge + PCB_TRACE_T, ///< class TRACK, a track segment (segment on a copper layer) + PCB_VIA_T, ///< class VIA, a via (like a track segment on a copper layer) + PCB_ZONE_T, ///< class SEGZONE, a segment used to fill a zone area (segment on a + ///< copper layer) + PCB_MARKER_T, ///< class MARKER_PCB, a marker used to show something + PCB_DIMENSION_T, ///< class DIMENSION, a dimension (graphic item) + PCB_TARGET_T, ///< class PCB_TARGET, a target (graphic item) + PCB_ZONE_AREA_T, ///< class ZONE_CONTAINER, a zone area + PCB_ITEM_LIST_T, ///< class BOARD_ITEM_LIST, a list of board items + + // Schematic draw Items. The order of these items effects the sort order. + // It is currently ordered to mimic the old Eeschema locate behavior where + // the smallest item is the selected item. + SCH_MARKER_T, + SCH_JUNCTION_T, + SCH_NO_CONNECT_T, + SCH_BUS_WIRE_ENTRY_T, + SCH_BUS_BUS_ENTRY_T, + SCH_LINE_T, + SCH_BITMAP_T, + SCH_TEXT_T, + SCH_LABEL_T, + SCH_GLOBAL_LABEL_T, + SCH_HIERARCHICAL_LABEL_T, + SCH_FIELD_T, + SCH_COMPONENT_T, + SCH_SHEET_PIN_T, + SCH_SHEET_T, + + // Be prudent with these 3 types: + // they should be used only to locate a specific field type + // among SCH_FIELD_T items types + SCH_FIELD_LOCATE_REFERENCE_T, + SCH_FIELD_LOCATE_VALUE_T, + SCH_FIELD_LOCATE_FOOTPRINT_T, + + // General + SCH_SCREEN_T, + + /* + * Draw items in library component. + * + * The order of these items effects the sort order for items inside the + * "DRAW/ENDDRAW" section of the component definition in a library file. + * If you add a new draw item, type, please make sure you add it so the + * sort order is logical. + */ + LIB_PART_T, + LIB_ALIAS_T, + LIB_ARC_T, + LIB_CIRCLE_T, + LIB_TEXT_T, + LIB_RECTANGLE_T, + LIB_POLYLINE_T, + LIB_BEZIER_T, + LIB_PIN_T, + + /* + * Fields are not saved inside the "DRAW/ENDDRAW". Add new draw item + * types before this line. + */ + LIB_FIELD_T, + + /* + * For GerbView: items type: + */ + TYPE_GERBER_DRAW_ITEM, + + /* + * for Pl_Editor, in undo/redo commands + */ + TYPE_PL_EDITOR_LAYOUT, + + // End value + MAX_STRUCT_TYPE_ID +}; + +template +struct remove_pointer +{ + typedef T type; +}; + +template +struct remove_pointer +{ + typedef typename remove_pointer::type type; +}; + +/** + * Function IsA() + * + * Checks if the type of aObject is T. + * @param aObject object for type check + * @return true, if aObject type equals T. + */ +template +bool IsA( const I* aObject ) +{ + return aObject && remove_pointer::type::ClassOf( aObject ); +} + +template +bool IsA( const I& aObject ) +{ + return remove_pointer::type::ClassOf( &aObject ); +} + +/** + * Function dyn_cast() + * + * A lightweight dynamic downcast. Casts aObject to type Casted*. + * Uses EDA_ITEM::Type() and EDA_ITEM::ClassOf() to check if type matches. + * @param aObject object to be casted + * @return down-casted object or NULL if type doesn't match Casted. + */ +template +Casted dyn_cast( From aObject ) +{ + if( remove_pointer::type::ClassOf ( aObject ) ) + return static_cast( aObject ); + + return NULL; +} + +#endif // __KICAD_TYPEINFO_H diff --git a/include/dialog_env_var_config.h b/include/dialog_env_var_config.h new file mode 100644 index 0000000..7705e54 --- /dev/null +++ b/include/dialog_env_var_config.h @@ -0,0 +1,64 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2015 Wayne Stambaugh + * Copyright (C) 2015 Kicad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _DIALOG_ENV_VAR_CONFIG_H_ +#define _DIALOG_ENV_VAR_CONFIG_H_ + +class EDA_DRAW_FRAME; + +#include <../common/dialogs/dialog_env_var_config_base.h> + +#include + + +/** + * DIALOG_ENV_VAR_CONFIG class declaration + */ + +class DIALOG_ENV_VAR_CONFIG: public DIALOG_ENV_VAR_CONFIG_BASE +{ +private: + ENV_VAR_MAP m_envVarMap; + bool m_extDefsChanged; + +protected: + virtual void OnAddRow( wxCommandEvent& aEvent ); + virtual void OnDeleteSelectedRows( wxCommandEvent& aEvent ); + virtual void OnHelpRequest( wxCommandEvent& aEvent ); + +public: + DIALOG_ENV_VAR_CONFIG( wxWindow* parent, const ENV_VAR_MAP& aEnvVarMap ); + + bool TransferDataToWindow(); + bool TransferDataFromWindow(); + + bool ExternalDefsChanged() const { return m_extDefsChanged; } + + const ENV_VAR_MAP& GetEnvVarMap() const + { + return m_envVarMap; + } +}; + +#endif // _DIALOG_ENV_VAR_CONFIG_H_ diff --git a/include/dialog_get_component.h b/include/dialog_get_component.h new file mode 100644 index 0000000..583f10b --- /dev/null +++ b/include/dialog_get_component.h @@ -0,0 +1,81 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * This file is part of the common libary. + * @file dialog_get_component.h + */ + +#ifndef __INCLUDE_DIALOG_GET_COMPONENT_H__ +#define __INCLUDE_DIALOG_GET_COMPONENT_H__ + +#include <../common/dialogs/dialog_get_component_base.h> + +void AddHistoryComponentName( wxArrayString& HistoryList, + const wxString& Name ); + +/* Dialog frame to choose a component name */ +class DIALOG_GET_COMPONENT : public DIALOG_GET_COMPONENT_BASE +{ +private: + bool m_auxToolSelector; + wxString m_Text; + bool m_selectionIsKeyword; + +public: + bool m_GetExtraFunction; + +public: + // Constructor and destructor + DIALOG_GET_COMPONENT( EDA_DRAW_FRAME* parent, + wxArrayString& HistoryList, const wxString& Title, + bool show_extra_tool ); + ~DIALOG_GET_COMPONENT() {}; + + /** + * Function GetComponentName + * @return the selection (name or keyword) + */ + wxString GetComponentName( void ); + + /** + * Function IsKeyword + * @return true if the returned string is a keyword + */ + bool IsKeyword( void ) + { + return m_selectionIsKeyword; + } + + void SetComponentName( const wxString& name ); + +private: + void initDialog( wxArrayString& aHistoryList ); + void OnCancel( wxCommandEvent& event ); + void Accept( wxCommandEvent& event ); + void GetExtraSelection( wxCommandEvent& event ); +}; + + +#endif /* __INCLUDE_DIALOG_GET_COMPONENT_H__ */ diff --git a/include/dialog_helpers.h b/include/dialog_helpers.h new file mode 100644 index 0000000..657470a --- /dev/null +++ b/include/dialog_helpers.h @@ -0,0 +1,218 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file dialog_helpers.h + * @brief Helper dialog and control classes. + * @note Due to use of wxFormBuilder to create dialogs many of them should be removed. + */ + +#ifndef DIALOG_HELPERS_H_ +#define DIALOG_HELPERS_H_ + + +#include // EDA_UNITS_T +#include +#include <../common/dialogs/dialog_list_selector_base.h> + + +class EDA_DRAW_FRAME; + +#define SORT_LIST true + +/** + * class EDA_LIST_DIALOG + * + * A dialog which shows: + * a list of elements for selection, + * a text control to display help or info about the selected item. + * 2 buttons (OK and Cancel) + * + */ +class EDA_LIST_DIALOG : public EDA_LIST_DIALOG_BASE +{ +public: + + /** + * Constructor: + * @param aParent Pointer to the parent window. + * @param aTitle = The title shown on top. + * @param aItemHeaders is an array containing the column header names for the dialog. + * @param aItemList = A wxArrayString of the list of elements. + * @param aRefText = An item name if an item must be preselected. + * @param aCallBackFunction = callback function to display comments + * @param aCallBackFunctionData = a pointer to pass to @a aCallBackFunction + * @param aSortList = true to sort list items by alphabetic order. + */ + EDA_LIST_DIALOG( EDA_DRAW_FRAME* aParent, const wxString& aTitle, + const wxArrayString& aItemHeaders, + const std::vector& aItemList, + const wxString& aRefText, + void (* aCallBackFunction)( wxString& text, void* data ) = NULL, + void* aCallBackFunctionData = NULL, + bool aSortList = false ); + + // ~EDA_LIST_DIALOG() {} + + void Append( const wxArrayString& aItemStr ); + void InsertItems( const std::vector& aItemList, int aPosition = 0 ); + + /** + * Function GetTextSelection + * return the selected text from \a aColumn in the wxListCtrl in the dialog. + * + * @param aColumn is the column to return the text from. + * @return a wxString object containing the selected text from \a aColumn. + */ + wxString GetTextSelection( int aColumn = 0 ); + +private: + void onClose( wxCloseEvent& event ); + void onCancelClick( wxCommandEvent& event ); + void onOkClick( wxCommandEvent& event ); + void onListItemSelected( wxListEvent& event ); + void onListItemActivated( wxListEvent& event ); + void textChangeInFilterBox(wxCommandEvent& event); + + void initDialog( const wxArrayString& aItemHeaders, + const wxString& aSelection); + void sortList(); + bool m_sortList; + void (* m_cb_func)( wxString& text, void* data ); + void* m_cb_data; + const std::vector* m_itemsListCp; +}; + + +/** + * Class EDA_GRAPHIC_TEXT_CTRL + * is a custom text edit control to edit/enter Kicad dimensions ( INCHES or MM ) + */ +class EDA_GRAPHIC_TEXT_CTRL +{ +public: + EDA_UNITS_T m_UserUnit; + + wxTextCtrl* m_FrameText; + wxTextCtrl* m_FrameSize; +private: + wxStaticText* m_Title; + +public: + EDA_GRAPHIC_TEXT_CTRL( wxWindow* parent, const wxString& Title, + const wxString& TextToEdit, int textsize, + EDA_UNITS_T user_unit, wxBoxSizer* BoxSizer, int framelen = 200 ); + + ~EDA_GRAPHIC_TEXT_CTRL(); + + const wxString GetText() const; + int GetTextSize(); + void Enable( bool state ); + void SetTitle( const wxString& title ); + + void SetFocus() { m_FrameText->SetFocus(); } + void SetValue( const wxString& value ); + void SetValue( int value ); + + /** + * Function FormatSize + * formats a string containing the size in the desired units. + */ + static wxString FormatSize( EDA_UNITS_T user_unit, int textSize ); + + static int ParseSize( const wxString& sizeText, EDA_UNITS_T user_unit ); +}; + + +/**************************************************************************/ +/* Class to edit/enter a coordinate (pair of values) ( INCHES or MM ) in */ +/* dialog boxes, */ +/**************************************************************************/ +class EDA_POSITION_CTRL +{ +public: + EDA_UNITS_T m_UserUnit; + wxPoint m_Pos_To_Edit; + + wxTextCtrl* m_FramePosX; + wxTextCtrl* m_FramePosY; +private: + wxStaticText* m_TextX, * m_TextY; + +public: + EDA_POSITION_CTRL( wxWindow* parent, const wxString& title, + const wxPoint& pos_to_edit, EDA_UNITS_T user_unit, wxBoxSizer* BoxSizer ); + + ~EDA_POSITION_CTRL(); + + void Enable( bool x_win_on, bool y_win_on ); + void SetValue( int x_value, int y_value ); + wxPoint GetValue(); +}; + + +/************************************************************* + * Class to edit/enter a size (pair of values for X and Y size) + * ( INCHES or MM ) in dialog boxes + ***************************************************************/ +class EDA_SIZE_CTRL : public EDA_POSITION_CTRL +{ +public: + EDA_SIZE_CTRL( wxWindow* parent, const wxString& title, + const wxSize& size_to_edit, EDA_UNITS_T user_unit, wxBoxSizer* BoxSizer ); + + ~EDA_SIZE_CTRL() { } + wxSize GetValue(); +}; + + +/****************************************************************/ +/* Class to edit/enter a value ( INCHES or MM ) in dialog boxes */ +/****************************************************************/ +class EDA_VALUE_CTRL +{ +public: + EDA_UNITS_T m_UserUnit; + int m_Value; + wxTextCtrl* m_ValueCtrl; +private: + wxStaticText* m_Text; + +public: + EDA_VALUE_CTRL( wxWindow* parent, const wxString& title, int value, + EDA_UNITS_T user_unit, wxBoxSizer* BoxSizer ); + + ~EDA_VALUE_CTRL(); + + int GetValue(); + void SetValue( int new_value ); + void Enable( bool enbl ); + + void SetToolTip( const wxString& text ) + { + m_ValueCtrl->SetToolTip( text ); + } +}; + +#endif // DIALOG_HELPERS_H_ diff --git a/include/dialog_hotkeys_editor.h b/include/dialog_hotkeys_editor.h new file mode 100644 index 0000000..55951c2 --- /dev/null +++ b/include/dialog_hotkeys_editor.h @@ -0,0 +1,256 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2004-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file dialog_hotkeys_editor.h + */ + +#ifndef __dialog_hotkeys_editor__ +#define __dialog_hotkeys_editor__ + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include <../common/dialogs/dialog_hotkeys_editor_base.h> + +class HOTKEYS_EDITOR_DIALOG; + +/** + * Class HOTKEY_LIST_CTRL + * is a class to contain the contents of a hotkey editor tab page. + */ +class HOTKEY_LIST_CTRL : public wxListCtrl +{ +public: + HOTKEY_LIST_CTRL( wxWindow* aParent, struct EDA_HOTKEY_CONFIG* aSection ); + ~HOTKEY_LIST_CTRL() {}; + + /** + * Function DeselectRow + * Deselect the given row + * + * @param aRow is the row to deselect + */ + void DeselectRow( int aRow ); + + /** + * Function GetHotkeys + * Access to return the vector used for the list control data. This will contain the + * "live" state of the user's configuration. + * + * @return Pointer to vector of hotkey settings + */ + std::vector< EDA_HOTKEY* >& GetHotkeys() { return m_hotkeys; } + + /** + * Function RestoreFrom + * Restores list control hotkey keycodes to the keycodes present in the + * given hotkey configuration array. + * + * @param aSection is a pointer to the hotkey configuration array + */ + void RestoreFrom( struct EDA_HOTKEY_CONFIG* aSection ); + +private: + int m_curEditingRow; + wxString* m_sectionTag; + std::vector< EDA_HOTKEY* > m_hotkeys; + + /** + * Function recalculateColumns + * Adjusts the width of grid columns in proportion of the max text length of both + */ + void recalculateColumns(); + +protected: + /** + * Function OnGetItemText + * Returns the requested row, column data to the list control. + * + * @param aRow is the row of the data which matches our hotkeys vector as a index + * @param aColumn is the column of the data which is either Command(0) or KeyCode(1) + * + * @return String containing the text for the specified row, column combination + */ + wxString OnGetItemText( long aRow, long aColumn ) const; + + /** + * Function OnChar + * Decoded key press handler which is used to set key codes in the list control + * + * @param aEvent is the key press event, the keycode is retrieved from it + */ + void OnChar( wxKeyEvent& aEvent ); + + /** + * Function OnListItemSelected + * Item selection handler which is used to record what index is selected to alter + * update with the key press + * + * @param aEvent is the button press event, unused + */ + void OnListItemSelected( wxListEvent& aEvent ); + + /** + * Function OnSize + * Sizing update handler to recompute the column widths dynamically and maximize them. + * Due to wxWidget's broken autosizing support (it's completely inconsistent across + * platforms), we just do it based on a scale of + * + * @param aEvent is the button press event, unused + */ + void OnSize( wxSizeEvent& aEvent ); +}; + +/** + * Class HOTKEY_SECTION_PAGE + * is a class to contain the contents of a hotkey editor tab page. + */ +class HOTKEY_SECTION_PAGE : public wxPanel +{ +public: +private: + EDA_HOTKEY_CONFIG* m_hotkeySection; + HOTKEY_LIST_CTRL *m_hotkeyList; + HOTKEYS_EDITOR_DIALOG* m_dialog; + +public: + /** Constructor to create a setup page for one netlist format. + * Used in Netlist format Dialog box creation + * @param parent = wxNotebook * parent + * @param title = title (name) of the notebook page + * @param id_NetType = netlist type id + */ + HOTKEY_SECTION_PAGE( HOTKEYS_EDITOR_DIALOG* aDialog, wxNotebook* aParent, + const wxString& aTitle, + EDA_HOTKEY_CONFIG* aSection ); + ~HOTKEY_SECTION_PAGE() {}; + + /** + * Function Restore + * Resets the hotkeys back to their original unedited state + */ + void Restore(); + + /** + * Function GetHotkeys + * Accessor to retrieve hotkeys list from list control + * + * @return Pointer to vector used for list control data + */ + std::vector< EDA_HOTKEY* >& GetHotkeys() { return m_hotkeyList->GetHotkeys(); } + + /** + * Function GetHotkeySection + * Accessor to retrieve hotkey configuration array assigned to a tab control page + * + * @return Pointer to hotkey configuration array + */ + EDA_HOTKEY_CONFIG* GetHotkeySection() { return m_hotkeySection; } + + /** + * Function GetDialog + * Returns pointer to parent dialog window + * + * @return Pointer to parent dialog window + */ + HOTKEYS_EDITOR_DIALOG* GetDialog() { return m_dialog; } +}; + +/** + * Class HOTKEYS_EDITOR_DIALOG + * is the child class of HOTKEYS_EDITOR_DIALOG_BASE. This is the class + * used to create a hotkey editor. + */ +class HOTKEYS_EDITOR_DIALOG : public HOTKEYS_EDITOR_DIALOG_BASE +{ +protected: + EDA_BASE_FRAME* m_parent; + struct EDA_HOTKEY_CONFIG* m_hotkeys; + + std::vector m_hotkeySectionPages; + +public: + HOTKEYS_EDITOR_DIALOG( EDA_BASE_FRAME* aParent, EDA_HOTKEY_CONFIG* aHotkeys ); + + ~HOTKEYS_EDITOR_DIALOG() {}; + + /** + * Function CanSetKey + * Check if we can set a hotkey, this will prompt the user if there + * is a conflict between keys. The key code should have already been + * checked that it's not for the same entry as its currently in or else + * it'll prompt the change on itself. + * The function will do conflict detection depending on aSectionTag. + * g_CommonSectionTag means the key code must be checked with all sections. + * While other tags means the key code only must be checked with the aSectionTag + * section and g_CommonSectionTag section. + * + * @param aKey is the key code that wants to be set + * @param aSectionTag is the section tag that the key code came from + * + * @return True if the user accepted the overwrite or no conflict existed + */ + bool CanSetKey( long aKey, const wxString* aSectionTag ); + +private: + /** + * Function OnOKClicked + * Close the dialog and make save all changes to hotkeys + * + * @param aEvent is the button press event, unused + */ + void OnOKClicked( wxCommandEvent& aEvent ); + + /** + * Function UndoClicked + * Reinit the hotkeys to the initial state (removes all pending changes) + * + * @param aEvent is the button press event, unused + */ + void UndoClicked( wxCommandEvent& aEvent ); +}; + +/** + * Function InstallHotkeyFrame + * Create a hotkey editor dialog window with the provided hotkey configuration array + * + * @param aParent is the parent window + * @param aHotkeys is the hotkey configuration array + */ +void InstallHotkeyFrame( EDA_BASE_FRAME* aParent, EDA_HOTKEY_CONFIG* aHotkeys ); + +#endif diff --git a/include/dialog_shim.h b/include/dialog_shim.h new file mode 100644 index 0000000..dafe7e8 --- /dev/null +++ b/include/dialog_shim.h @@ -0,0 +1,134 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012-2016 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef DIALOG_SHIM_ +#define DIALOG_SHIM_ + +#include +#include +#include + +#define DLGSHIM_USE_SETFOCUS 0 + +class WDO_ENABLE_DISABLE; +class EVENT_LOOP; + +// These macros are for DIALOG_SHIM only, NOT for KIWAY_PLAYER. KIWAY_PLAYER +// has its own support for quasi modal and its platform specific issues are different +// than for a wxDialog. + #define SHOWQUASIMODAL ShowQuasiModal + #define ENDQUASIMODAL EndQuasiModal + + +/** + * Class DIALOG_SHIM + * may sit in the inheritance tree between wxDialog and any class written by + * wxFormBuilder. To put it there, use wxFormBuilder tool and set: + *
    subclass name = DIALOG_SHIM + *
    subclass header = dialog_shim.h + *
    + * in the dialog window's properties. + **/ +class DIALOG_SHIM : public wxDialog, public KIWAY_HOLDER +{ + /** + * Function OnCloseWindow + * + * properly handles the wxCloseEvent when in the quasimodal mode when not calling + * EndQuasiModal which is possible with any dialog derived from #DIALOG_SHIM. + */ + void OnCloseWindow( wxCloseEvent& aEvent ); + + /** + * Function OnCloseWindow + * + * properly handles the default button events when in the quasimodal mode when not + * calling EndQuasiModal which is possible with any dialog derived from #DIALOG_SHIM. + */ + void OnButton( wxCommandEvent& aEvent ); + +public: + + DIALOG_SHIM( wxWindow* aParent, wxWindowID id, const wxString& title, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + long style = wxDEFAULT_DIALOG_STYLE, + const wxString& name = wxDialogNameStr + ); + + ~DIALOG_SHIM(); + + int ShowQuasiModal(); // disable only the parent window, otherwise modal. + + void EndQuasiModal( int retCode ); // End quasi-modal mode + + bool IsQuasiModal() { return m_qmodal_showing; } + + bool Show( bool show ); // override wxDialog::Show + + bool Enable( bool enable ); // override wxDialog::Enable virtual + +protected: + + /** + * In all dialogs, we must call the same functions to fix minimal + * dlg size, the default position and perhaps some others to fix a few issues + * depending on Windows Managers + * this helper function does these calls. + * + * FinishDialogSettings must be called from derived classes, + * when all widgets are initialized, and therefore their size fixed. + * If TransferDataToWindow() is used to initialize widgets, at end of TransferDataToWindow, + * or better at end of a wxInitDialogEvent handler + * + * In any case, the best way is to call it in a wxInitDialogEvent handler + * after calling TransfertDataToWindow(), which is the default + * wxInitDialogEvent handler wxDialog + */ + void FinishDialogSettings(); + + /** A ugly hack to fix an issue on OSX: + * when typing ctrl+c in a wxTextCtrl inside a dialog, it is closed instead of + * copying a text if a button with wxID_CANCEL is used in a wxStdDialogButtonSizer, + * when the dlg is created by wxFormBuilder: + * the label is &Cancel, and this accelerator key has priority + * to copy text standard accelerator, and the dlg is closed when trying to copy text + * this function do nothing on other platforms + */ + void FixOSXCancelButtonIssue(); + + std::string m_hash_key; // alternate for class_map when classname re-used. + + // variables for quasi-modal behavior support, only used by a few derivatives. + EVENT_LOOP* m_qmodal_loop; // points to nested event_loop, NULL means not qmodal and dismissed + bool m_qmodal_showing; + WDO_ENABLE_DISABLE* m_qmodal_parent_disabler; + +#if DLGSHIM_USE_SETFOCUS +private: + void onInit( wxInitDialogEvent& aEvent ); +#endif +}; + +#endif // DIALOG_SHIM_ diff --git a/include/dlist.h b/include/dlist.h new file mode 100644 index 0000000..2acf802 --- /dev/null +++ b/include/dlist.h @@ -0,0 +1,258 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2008 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 1992-2008 Kicad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +#ifndef DLIST_H_ +#define DLIST_H_ + + +#include // NULL definition. + + +class EDA_ITEM; + + +/** + * Class DHEAD + * is only for use by template class DLIST, use that instead. + */ +class DHEAD +{ +protected: + EDA_ITEM* first; ///< first element in list, or NULL if list empty + EDA_ITEM* last; ///< last elment in list, or NULL if empty + unsigned count; ///< how many elements are in the list, automatically maintained. + bool meOwner; ///< I must delete the objects I hold in my destructor + + /** + * Constructor DHEAD + * is protected so that a DHEAD can only be instantiated from within a + * DLIST template. + */ + DHEAD() : + first(0), + last(0), + count(0), + meOwner(true) + { + } + + ~DHEAD(); + + /** + * Function append + * adds \a aNewElement to the end of the list. + * @param aNewElement The element to insert. + */ + void append( EDA_ITEM* aNewElement ); + + /** + * Function append + * adds \a aList to the end of the list. + * @param aList The list to aList. + */ + void append( DHEAD& aList ); + + /** + * Function insert + * puts \a aNewElement just in front of \a aElementAfterMe in the list sequence. + * If \a aElementAfterMe is NULL, then simply append(). + * @param aNewElement The element to insert. + * @param aElementAfterMe The element to insert \a aNewElement before, + * if NULL then append \a aNewElement onto end of list. + */ + void insert( EDA_ITEM* aNewElement, EDA_ITEM* aElementAfterMe ); + + /** + * Function insert + * puts \a aNewElement in front of list sequence. + * @param aNewElement The element to insert. + */ + void insert( EDA_ITEM* aNewElement ) + { + insert( aNewElement, first ); + } + + /** + * Function remove + * removes \a aElement from the list, but does not delete it. + * @param aElement The element to remove. + */ + void remove( EDA_ITEM* aElement ); + + +public: + + /** + * Function DeleteAll + * deletes all items on the list and leaves the list empty. The destructor + * for each item is called. + */ + void DeleteAll(); + + /** + * Function SetOwnership + * controls whether the list owns the objects and is responsible for + * deleteing their memory at time of this object's destruction. + */ + void SetOwnership( bool Iown ) { meOwner = Iown; } + + + /** + * Function GetCount + * returns the number of elements in the list. + */ + unsigned GetCount() const { return count; } + +#if defined(DEBUG) + void VerifyListIntegrity(); +#endif +}; + + +/** + * Class DLIST + * is the head of a doubly linked list. It contains pointers to the first + * and last elements in a doubly linked list. The elements in the list must + * be of class T or derived from T, and T must be derived from EDA_ITEM. + * @see DHEAD for additional public functions. + */ +template +class DLIST : public DHEAD +{ +public: + + /** + * operator T* + * is a casting operator that returns \a GetFirst(), a T* + */ + operator T* () const { return GetFirst(); } + + /** + * operator -> + * is a dereferencing operator that returns \a GetFirst(), a T* + */ + T* operator -> () const { return GetFirst(); } + + /** + * Function GetFirst + * returns the first T* in the list without removing it, or NULL if + * the list is empty. + */ + T* GetFirst() const { return (T*) first; } + + /** + * Function GetLast + * returns the last T* in the list without removing it, + * or NULL if the list is empty. + */ + T* GetLast() const { return (T*) last; } + + /** + * Function Append + * adds \a aNewElement to the end of the list. + * @param aNewElement The element to insert. + */ + void Append( T* aNewElement ) + { + append( aNewElement ); + } + + /** + * Function Append + * adds \a aList to the end of the list. + * @param aList The list to append to the end of the list. + */ + void Append( DLIST& aList ) + { + append( aList ); + } + + /** + * Function Insert + * puts \a aNewElement just in front of \a aElementAfterMe in the list sequence. + * If aElementAfterMe is NULL, then simply Append() + * @param aNewElement The element to insert. + * @param aElementAfterMe The element to insert \a aNewElement before, + * if NULL then append \a aNewElement onto end of list. + */ + void Insert( T* aNewElement, T* aElementAfterMe ) + { + insert( aNewElement, aElementAfterMe ); + } + + /** + * Function Remove + * removes \a aElement from the list, but does not delete it. + * @param aElement The element to remove from the list. + * @return T* - the removed element, so you can easily delete it upon return. + */ + T* Remove( T* aElement ) + { + remove( aElement ); + return aElement; + } + + //-----< STL like functions >--------------------------------------- + T* begin() const { return GetFirst(); } + T* end() const { return NULL; } + + T* PopFront() + { + if( GetFirst() ) + return Remove( GetFirst() ); + return NULL; + } + + T* PopBack() + { + if( GetLast() ) + return Remove( GetLast() ); + return NULL; + } + + /** + * Function PushFront + * puts aNewElement at front of list sequence. + * @param aNewElement The element to insert at the front of the list. + */ + void PushFront( T* aNewElement ) + { + insert( aNewElement ); + } + + /** + * Function PushBack + * puts aNewElement at the end of the list sequence. + * @param aNewElement The element to push to the end of the list. + */ + void PushBack( T* aNewElement ) + { + append( aNewElement ); + } + + //------------------------------------------- +}; + +#endif // DLIST_H_ diff --git a/include/draw_frame.h b/include/draw_frame.h new file mode 100644 index 0000000..6abdb05 --- /dev/null +++ b/include/draw_frame.h @@ -0,0 +1,812 @@ +#ifndef EDA_DRAW_FRAME_H_ +#define EDA_DRAW_FRAME_H_ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2011 Wayne Stambaugh + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include +#include +#include + +class wxSingleInstanceChecker; +class EDA_HOTKEY; + +#define DEFAULT_MAX_UNDO_ITEMS 0 +#define ABS_MAX_UNDO_ITEMS (INT_MAX / 2) + +/** + * Class EDA_DRAW_FRAME + * is the base class for create windows for drawing purpose. The Eeschema, Pcbnew and + * GerbView main windows are just a few examples of classes derived from EDA_DRAW_FRAME. + */ +class EDA_DRAW_FRAME : public KIWAY_PLAYER +{ + /// Let the #EDA_DRAW_PANEL object have access to the protected data since + /// it is closely tied to the #EDA_DRAW_FRAME. + friend class EDA_DRAW_PANEL; + + ///< Id of active button on the vertical toolbar. + int m_toolId; + + BASE_SCREEN* m_currentScreen; ///< current used SCREEN + + bool m_snapToGrid; ///< Indicates if cursor should be snapped to grid. + bool m_galCanvasActive; ///< whether to use new GAL engine + + EDA_DRAW_PANEL_GAL* m_galCanvas; + +protected: + + wxSingleInstanceChecker* m_file_checker; ///< prevents opening same file multiple times. + + EDA_HOTKEY_CONFIG* m_hotkeysDescrList; + int m_LastGridSizeId; // the command id offset (>= 0) of the last selected grid + // 0 is for the grid corresponding to + // a wxCommand ID = ID_POPUP_GRID_LEVEL_1000. + bool m_drawGrid; // hide/Show grid + bool m_showPageLimits; ///< true to display the page limits + EDA_COLOR_T m_gridColor; // Grid color + EDA_COLOR_T m_drawBgColor; ///< the background color of the draw canvas + ///< BLACK for Pcbnew, BLACK or WHITE for eeschema + double m_zoomLevelCoeff; ///< a suitable value to convert the internal zoom scaling factor + // to a zoom level value which rougly gives 1.0 when the board/schematic + // is at scale = 1 + int m_UndoRedoCountMax; ///< default Undo/Redo command Max depth, to be handed + // to screens + + /// The area to draw on. + EDA_DRAW_PANEL* m_canvas; + + TOOL_MANAGER* m_toolManager; + TOOL_DISPATCHER* m_toolDispatcher; + + /// Tool ID of previously active draw tool bar button. + int m_lastDrawToolId; + + /// The shape of the KiCad cursor. The default value (0) is the normal cross + /// hair cursor. Set to non-zero value to draw the full screen cursor. + /// @note This is not the system mouse cursor. + int m_cursorShape; + + /// True shows the X and Y axis indicators. + bool m_showAxis; + + /// True shows the grid axis indicators. + bool m_showGridAxis; + + /// True shows the origin axis used to indicate the coordinate offset for + /// drill, gerber, and component position files. + bool m_showOriginAxis; + + /// True shows the drawing border and title block. + bool m_showBorderAndTitleBlock; + + /// Choice box to choose the grid size. + wxChoice* m_gridSelectBox; + + /// Choice box to choose the zoom value. + wxChoice* m_zoomSelectBox; + + /// The tool bar that contains the buttons for quick access to the application draw + /// tools. It typically is located on the right side of the main window. + wxAuiToolBar* m_drawToolBar; + + /// The options tool bar typcially located on the left edge of the main window. + wxAuiToolBar* m_optionsToolBar; + + /// Panel used to display information at the bottom of the main window. + EDA_MSG_PANEL* m_messagePanel; + + int m_MsgFrameHeight; + +#ifdef USE_WX_OVERLAY + // MAC Uses overlay to workaround the wxINVERT and wxXOR miss + wxOverlay m_overlay; +#endif + + /// One-shot to avoid a recursive mouse event during hotkey movement + bool m_movingCursorWithKeyboard; + + void SetScreen( BASE_SCREEN* aScreen ) { m_currentScreen = aScreen; } + + /** + * Function unitsChangeRefresh + * is called when when the units setting has changed to allow for any derived classes + * to handle refreshing and controls that have units based measurements in them. The + * default version only updates the status bar. Don't forget to call the default + * in your derived class or the status bar will not get updated properly. + */ + virtual void unitsChangeRefresh(); + + /** + * Function GeneralControlKeyMovement + * Handle the common part of GeneralControl dedicated to global + * cursor keys (i.e. cursor movement by keyboard) */ + void GeneralControlKeyMovement( int aHotKey, wxPoint *aPos, bool aSnapToGrid ); + + /* Function RefreshCrosshair + * Move and refresh the crosshair after movement; also call the + * mouse capture function, if active. + */ + void RefreshCrossHair( const wxPoint &aOldPos, const wxPoint &aEvtPos, wxDC* aDC ); +public: + EDA_DRAW_FRAME( KIWAY* aKiway, wxWindow* aParent, + FRAME_T aFrameType, + const wxString& aTitle, + const wxPoint& aPos, const wxSize& aSize, + long aStyle, + const wxString& aFrameName ); + + ~EDA_DRAW_FRAME(); + + /** + * Function LockFile + * marks a schematic file as being in use. Use ReleaseFile() to undo this. + * @param aFileName = full path to the file. + * @return false if the file was already locked, true otherwise. + */ + bool LockFile( const wxString& aFileName ); + + /** + * Function ReleaseFile + * Release the current file marked in use. See m_file_checker. + */ + void ReleaseFile(); + + virtual void SetPageSettings( const PAGE_INFO& aPageSettings ) = 0; + virtual const PAGE_INFO& GetPageSettings() const = 0; + + /** + * Function GetPageSizeIU + * works off of GetPageSettings() to return the size of the paper page in + * the internal units of this particular view. + */ + virtual const wxSize GetPageSizeIU() const = 0; + + /** + * Function GetAuxOrigin + * returns the origin of the axis used for plotting and various exports. + */ + virtual const wxPoint& GetAuxOrigin() const = 0; + virtual void SetAuxOrigin( const wxPoint& aPosition ) = 0; + + /** + * Function GetGridOrigin + * returns the absolute coordinates of the origin of the snap grid. This is + * treated as a relative offset, and snapping will occur at multiples of the grid + * size relative to this point. + */ + virtual const wxPoint& GetGridOrigin() const = 0; + virtual void SetGridOrigin( const wxPoint& aPosition ) = 0; + + //----------------------------------------------- + /** + * Function GetCrossHairPosition + * return the current cross hair position in logical (drawing) coordinates. + * @param aInvertY Inverts the Y axis position. + * @return The cross hair position in drawing coordinates. + */ + wxPoint GetCrossHairPosition( bool aInvertY = false ) const; + + /** + * Function SetCrossHairPosition + * sets the screen cross hair position to \a aPosition in logical (drawing) units. + * @param aPosition The new cross hair position. + * @param aSnapToGrid Sets the cross hair position to the nearest grid position to + * \a aPosition. + * + */ + void SetCrossHairPosition( const wxPoint& aPosition, bool aSnapToGrid = true ); + + /** + * Function GetCursorPosition + * returns the current cursor position in logical (drawing) units. + * @param aOnGrid Returns the nearest grid position at the current cursor position. + * @param aGridSize Custom grid size instead of the current grid size. Only valid + * if \a aOnGrid is true. + * @return The current cursor position. + */ + wxPoint GetCursorPosition( bool aOnGrid, wxRealPoint* aGridSize = NULL ) const; + + /** + * Function GetNearestGridPosition + * returns the nearest \a aGridSize location to \a aPosition. + * @param aPosition The position to check. + * @param aGridSize The grid size to locate to if provided. If NULL then the current + * grid size is used. + * @return The nearst grid position. + */ + wxPoint GetNearestGridPosition( const wxPoint& aPosition, wxRealPoint* aGridSize = NULL ) const; + + /** + * Function GetCursorScreenPosition + * returns the cross hair position in device (display) units.b + * @return The current cross hair position. + */ + wxPoint GetCrossHairScreenPosition() const; + + void SetMousePosition( const wxPoint& aPosition ); + + /** + * Function RefPos + * Return the reference position, coming from either the mouse position + * or the cursor position. + * + * @param useMouse If true, return mouse position, else cursor's. + * + * @return wxPoint - The reference point, either the mouse position or + * the cursor position. + */ + wxPoint RefPos( bool useMouse ) const; + + const wxPoint& GetScrollCenterPosition() const; + void SetScrollCenterPosition( const wxPoint& aPoint ); + + //---------------------------------------------- + + + virtual const TITLE_BLOCK& GetTitleBlock() const = 0; + virtual void SetTitleBlock( const TITLE_BLOCK& aTitleBlock ) = 0; + + // the background color of the draw canvas: + // Virtual because some frames can have a specific way to get/set the bg color + /** + * @return the EDA_COLOR_T for the canvas background + */ + virtual EDA_COLOR_T GetDrawBgColor() const { return m_drawBgColor; } + + /** + * @param aColor: the EDA_COLOR_T for the canvas background + */ + virtual void SetDrawBgColor( EDA_COLOR_T aColor) { m_drawBgColor= aColor ; } + + int GetCursorShape() const { return m_cursorShape; } + + virtual void SetCursorShape( int aCursorShape ) { m_cursorShape = aCursorShape; } + + bool GetShowBorderAndTitleBlock() const { return m_showBorderAndTitleBlock; } + + void SetShowBorderAndTitleBlock( bool aShow ) { m_showBorderAndTitleBlock = aShow; } + bool ShowPageLimits() const { return m_showPageLimits; } + void SetShowPageLimits( bool aShow ) { m_showPageLimits = aShow; } + + EDA_DRAW_PANEL* GetCanvas() { return m_canvas; } + + virtual wxString GetScreenDesc() const; + + /** + * Function GetScreen + * returns a pointer to a BASE_SCREEN or one of its + * derivatives. It is overloaded by derived classes to return + * SCH_SCREEN or PCB_SCREEN. + */ + virtual BASE_SCREEN* GetScreen() const { return m_currentScreen; } + + /** + * Execute a remote command send via a socket to the application, + * port KICAD_PCB_PORT_SERVICE_NUMBER (currently 4242) + * It called by EDA_DRAW_FRAME::OnSockRequest(). + * this is a virtual function becuse the actual commands depends on the + * application. + * the basic function do nothing + * @param cmdline = received command from socket + */ + virtual void ExecuteRemoteCommand( const char* cmdline ){} + + void OnMenuOpen( wxMenuEvent& event ); + void OnMouseEvent( wxMouseEvent& event ); + + /** + * function SkipNextLeftButtonReleaseEvent + * after calling this function, if the left mouse button + * is down, the next left mouse button release event will be ignored. + * It is is usefull for instance when closing a dialog on a mouse click, + * to skip the next mouse left button release event + * by the parent window, because the mouse button + * clicked on the dialog is often released in the parent frame, + * and therefore creates a left button released mouse event + * which can be unwanted in some cases + */ + void SkipNextLeftButtonReleaseEvent(); + + ///> @copydoc EDA_BASE_FRAME::WriteHotkeyConfig + int WriteHotkeyConfig( struct EDA_HOTKEY_CONFIG* aDescList, wxString* aFullFileName = NULL ); + + /** + * Function GetHotkeyConfig() + * Returns a structure containing currently used hotkey mapping. + */ + EDA_HOTKEY_CONFIG* GetHotkeyConfig() const { return m_hotkeysDescrList; } + + /** + * Function GetHotKeyDescription + * Searches lists of hot key identifiers (HK_xxx) used in the frame to find a matching + * hot key descriptor. + * @param aCommand is the hot key identifier. + * @return Hot key descriptor or NULL if none found. + */ + virtual EDA_HOTKEY* GetHotKeyDescription( int aCommand ) const = 0; + + virtual bool OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition, + EDA_ITEM* aItem = NULL ); + + /** + * Function AddMenuZoomAndGrid (virtual) + * Add standard zoom commands and submenu zoom and grid selection to a popup menu + * uses zoom hotkeys info base to add hotkeys info to menu commands + * @param aMasterMenu = the menu to populate. + */ + virtual void AddMenuZoomAndGrid( wxMenu* aMasterMenu ); + + /** + * Function GetZoomLevelIndicator + * returns a human readable value which can be displayed as zoom + * level indicator in dialogs. + * this can be a percentage or other indicator. + * it is virtual because it could be different for pcbnew, gerbview or eeschema + * (different internal units and different purposes) + * note also adjust m_zoomLevelCoeff is the way to adjust the displayed value + */ + virtual const wxString GetZoomLevelIndicator() const; + + /** + * Function GetZoomLevelCoeff + * returns the coefficient to convert internal display scale factor to zoom level. + */ + inline double GetZoomLevelCoeff() const { return m_zoomLevelCoeff; } + + void EraseMsgBox(); + void Process_PageSettings( wxCommandEvent& event ); + + virtual void ReCreateHToolbar() = 0; + virtual void ReCreateVToolbar() = 0; + virtual void ReCreateMenuBar(); + virtual void ReCreateAuxiliaryToolbar(); + + /** + * Function SetToolID + * sets the tool command ID to \a aId and sets the cursor to \a aCursor. The + * command ID must be greater or equal ::ID_NO_TOOL_SELECTED. If the command + * ID is less than ::ID_NO_TOOL_SELECTED, the tool command ID is set to + * ::ID_NO_TOOL_SELECTED. On debug builds, an assertion will be raised when + * \a aId is invalid. + * @param aId New tool command ID if greater than or equal to ::ID_NO_TOOL_SELECTED. + If less than zero, the current tool command ID is retained. + * @param aCursor Sets the cursor shape if greater than or equal to zero. + * @param aToolMsg The tool message to set in the status bar. + */ + virtual void SetToolID( int aId, int aCursor, const wxString& aToolMsg ); + + int GetToolId() const { return m_toolId; } + + /* These 4 functions provide a basic way to show/hide grid + * and /get/set grid color. + * These parameters are saved in KiCad config for each main frame + */ + /** + * Function IsGridVisible() , virtual + * @return true if the grid must be shown + */ + virtual bool IsGridVisible() const + { + return m_drawGrid; + } + + /** + * Function SetGridVisibility() , virtual + * It may be overloaded by derived classes + * @param aVisible = true if the grid must be shown + */ + virtual void SetGridVisibility( bool aVisible ) + { + m_drawGrid = aVisible; + } + + /** + * Function GetGridColor() , virtual + * @return the color of the grid + */ + virtual EDA_COLOR_T GetGridColor() const + { + return m_gridColor; + } + + /** + * Function SetGridColor() , virtual + * @param aColor = the new color of the grid + */ + virtual void SetGridColor( EDA_COLOR_T aColor ) + { + m_gridColor = aColor; + } + + /** + * Function GetGridPosition + * returns the nearest grid position to \a aPosition if a screen is defined and snap to + * grid is enabled. Otherwise, the original positions is returned. + * @see m_snapToGrid and m_BaseScreen members. + * @param aPosition The position to test. + * @return The wxPoint of the appropriate cursor position. + */ + wxPoint GetGridPosition( const wxPoint& aPosition ) const; + + /** + * Function SetNextGrid() + * changes the grid size settings to the next one available. + */ + virtual void SetNextGrid(); + + /** + * Function SetPrevGrid() + * changes the grid size settings to the previous one available. + */ + virtual void SetPrevGrid(); + + /** + * Function SetPresetGrid() + * changes the grid size to one of the preset values. + * @param aIndex is the index from the list. + */ + void SetPresetGrid( int aIndex ); + + /** + * Command event handler for selecting grid sizes. + * + * All commands that set the grid size should eventually end up here. + * This is where the application setting is saved. If you override + * this method, make sure you call down to the base class. + * + * @param event - Command event passed by selecting grid size from the + * grid size combobox on the toolbar. + */ + virtual void OnSelectGrid( wxCommandEvent& event ); + + /** + * Functions OnSelectZoom + * sets the zoom factor when selected by the zoom list box in the main tool bar. + * @note List position 0 is fit to page + * List position >= 1 = zoom (1 to zoom max) + * Last list position is custom zoom not in zoom list. + */ + virtual void OnSelectZoom( wxCommandEvent& event ); + + // Command event handlers shared by all applications derived from EDA_DRAW_FRAME. + void OnToggleGridState( wxCommandEvent& aEvent ); + void OnSelectUnits( wxCommandEvent& aEvent ); + void OnToggleCrossHairStyle( wxCommandEvent& aEvent ); + + // Update user interface event handlers shared by all applications derived from + // EDA_DRAW_FRAME. + void OnUpdateUndo( wxUpdateUIEvent& aEvent ); + void OnUpdateRedo( wxUpdateUIEvent& aEvent ); + void OnUpdateGrid( wxUpdateUIEvent& aEvent ); + void OnUpdateUnits( wxUpdateUIEvent& aEvent ); + void OnUpdateCrossHairStyle( wxUpdateUIEvent& aEvent ); + + /** + * Function GeneralControl + * performs application specific control using \a aDC at \a aPosition in logical units. + *

    + * Override this function for application specific control. This function gets + * called on every mouse and key event. + *

    + * @param aDC A device context. + * @param aPosition The current cursor position in logical (drawing) units. + * @param aHotKey A key event used for application specific control if not zero. + */ + virtual bool GeneralControl( wxDC* aDC, const wxPoint& aPosition, int aHotKey = 0 ) + { + return false; + } + + /** + * Function OnSize + * recalculates the size of toolbars and display panel when the frame size changes. + */ + virtual void OnSize( wxSizeEvent& event ); + + void OnEraseBackground( wxEraseEvent& SizeEvent ); + + virtual void OnZoom( wxCommandEvent& event ); + + /** + * Function SetNextZoom() + * changes the zoom to the next one available. + */ + void SetNextZoom(); + + /** + * Function SetPrevZoom() + * changes the zoom to the previous one available. + */ + void SetPrevZoom(); + + /** + * Function SetPresetZoom() + * changes zoom to one of the preset values. + * @param aIndex is the zoom index from the list. + */ + void SetPresetZoom( int aIndex ); + + /** + * Function RedrawScreen + * redraws the entire screen area by updating the scroll bars and mouse pointer in + * order to have \a aCenterPoint at the center of the screen. + * @param aCenterPoint The position in logical units to center the scroll bars. + * @param aWarpPointer Moves the mouse cursor to \a aCenterPoint if true. + */ + void RedrawScreen( const wxPoint& aCenterPoint, bool aWarpPointer ); + + /** + * Function RedrawScreen2 + * puts the crosshair back to the screen position it had before zooming + * @param posBefore screen position of the crosshair before zooming + */ + void RedrawScreen2( const wxPoint& posBefore ); + + /** + * Function Zoom_Automatique + * redraws the screen with best zoom level and the best centering + * that shows all the page or the board + */ + void Zoom_Automatique( bool aWarpPointer ); + + /* Set the zoom level to show the area Rect */ + void Window_Zoom( EDA_RECT& Rect ); + + /** Return the zoom level which displays the full page on screen */ + virtual double BestZoom() = 0; + + /** + * Function GetZoom + * @return The current zoom level. + */ + double GetZoom(); + + /** + * Function DrawWorkSheet + * Draws on screen the page layout with the frame and the basic inscriptions. + * @param aDC The device context. + * @param aScreen screen to draw + * @param aLineWidth The pen width to use to draw the layout. + * @param aScale The mils to Iu conversion factor. + * @param aFilename The filename to display in basic inscriptions. + */ + void DrawWorkSheet( wxDC* aDC, BASE_SCREEN* aScreen, int aLineWidth, + double aScale, const wxString &aFilename ); + + void DisplayToolMsg( const wxString& msg ); + virtual void RedrawActiveWindow( wxDC* DC, bool EraseBg ) = 0; + virtual void OnLeftClick( wxDC* DC, const wxPoint& MousePos ) = 0; + virtual void OnLeftDClick( wxDC* DC, const wxPoint& MousePos ); + virtual bool OnRightClick( const wxPoint& MousePos, wxMenu* PopMenu ) = 0; + virtual void ToolOnRightClick( wxCommandEvent& event ); + void AdjustScrollBars( const wxPoint& aCenterPosition ); + + /** + * Function OnActivate (virtual) + * is called when activating the frame. + * In derived classes with a overriding OnActivate function, + * do not forget to call this EDA_DRAW_FRAME::OnActivate( event ) basic function. + */ + virtual void OnActivate( wxActivateEvent& event ); + + /** + * Function UpdateStatusBar + * updates the status bar information. + * + * The base method updates the absolute and relative coordinates and the + * zoom information. If you override this virtual method, make sure to call + * this subclassed method. The status bar can draw itself. This is not + * a drawing function per se, but rather updates lines of text held by + * the components within the status bar which is owned by the wxFrame. + *

    + * On a MAC, be careful about calling this function when there is an + * existing wxDC in existence on a sibling window. + */ + virtual void UpdateStatusBar(); + + /** + * Function DisplayUnitsMsg + * displays current unit pane on the status bar. + */ + void DisplayUnitsMsg(); + + /* Handlers for block commands */ + virtual void InitBlockPasteInfos(); + + /** + * Function HandleBlockBegin + * initializes the block command including the command type, initial position, + * and other variables. + */ + virtual bool HandleBlockBegin( wxDC* aDC, int aKey, const wxPoint& aPosition ); + + /** + * Function BlockCommand + * Returns the block command code (BLOCK_MOVE, BLOCK_COPY...) corresponding to the + * keys pressed (ALT, SHIFT, SHIFT ALT ..) when block command is started by dragging + * the mouse. + * + * @param aKey = the key modifiers (Alt, Shift ...) + * @return the block command id (BLOCK_MOVE, BLOCK_COPY...) + */ + virtual int BlockCommand( int aKey ); + + /** + * Function HandleBlockPlace( ) + * Called after HandleBlockEnd, when a block command needs to be + * executed after the block is moved to its new place + * (bloc move, drag, copy .. ) + * Parameters must be initialized in GetScreen()->m_BlockLocate + */ + virtual void HandleBlockPlace( wxDC* DC ); + + /** + * Function HandleBlockEnd( ) + * Handle the "end" of a block command, + * i.e. is called at the end of the definition of the area of a block. + * depending on the current block command, this command is executed + * or parameters are initialized to prepare a call to HandleBlockPlace + * in GetScreen()->m_BlockLocate + * @return false if no item selected, or command finished, + * true if some items found and HandleBlockPlace must be called later + */ + virtual bool HandleBlockEnd( wxDC* DC ); + + /** + * Function CopyToClipboard + * copies the current page or the current block to the clipboard. + */ + void CopyToClipboard( wxCommandEvent& event ); + + /* interprocess communication */ + void OnSockRequest( wxSocketEvent& evt ); + void OnSockRequestServer( wxSocketEvent& evt ); + + void LoadSettings( wxConfigBase* aCfg ); // override virtual + + void SaveSettings( wxConfigBase* aCfg ); // override virtual + + /** + * Append a message to the message panel. + * + * This helper method checks to make sure the message panel exists in + * the frame and appends a message to it using the message panel + * AppendMessage() method. + * + * @param textUpper - The message upper text. + * @param textLower - The message lower text. + * @param color - A color ID from the KiCad color list (see colors.h). + * @param pad - Number of spaces to pad between messages (default = 4). + */ + void AppendMsgPanel( const wxString& textUpper, const wxString& textLower, + EDA_COLOR_T color, int pad = 6 ); + + /** + * Clear all messages from the message panel. + */ + void ClearMsgPanel( void ); + + /** + * Function SetMsgPanel + * clears the message panel and populates it with the contents of \a aList. + * + * @param aList is the list of #MSG_PANEL_ITEM objects to fill the message panel. + */ + void SetMsgPanel( const std::vector< MSG_PANEL_ITEM >& aList ); + + void SetMsgPanel( EDA_ITEM* aItem ); + + /** + * Function UpdateMsgPanel + * redraws the message panel. + */ + virtual void UpdateMsgPanel(); + + /** + * Function PushPreferences + * Pushes a few preferences from a parent window to a child window. + * (i.e. from eeschema to schematic symbol editor) + * + * @param aParentCanvas is the parent canvas to push preferences from. + */ + void PushPreferences( const EDA_DRAW_PANEL* aParentCanvas ); + + /** + * Function PrintPage + * used to print a page + * Print the page pointed by current screen, set by the calling print function + * @param aDC = wxDC given by the calling print function + * @param aPrintMask = not used here + * @param aPrintMirrorMode = not used here (Set when printing in mirror mode) + * @param aData = a pointer on an auxiliary data (not always used, NULL if not used) + */ + virtual void PrintPage( wxDC* aDC, LSET aPrintMask, bool aPrintMirrorMode, void* aData = NULL ); + + /** + * Function CoordinateToString + * is a helper to convert the \a integer coordinate \a aValue to a string in inches or mm + * according to the current user units setting. + * @param aValue The coordinate to convert. + * @param aConvertToMils Convert inch values to mils if true. This setting has no effect if + * the current user unit is millimeters. + * @return The converted string for display in user interface elements. + */ + wxString CoordinateToString( int aValue, bool aConvertToMils = false ) const; + + /** + * Function LengthDoubleToString + * is a helper to convert the \a double value \a aValue to a string in inches or mm + * according to the current user units setting. + * @param aValue The coordinate to convert. + * @param aConvertToMils Convert inch values to mils if true. This setting has no effect if + * the current user unit is millimeters. + * @return The converted string for display in user interface elements. + */ + wxString LengthDoubleToString( double aValue, bool aConvertToMils = false ) const; + + /** + * Function UseGalCanvas + * used to switch between standard and GAL-based canvas. + * + * @param aEnable True for GAL-based canvas, false for standard canvas. + */ + virtual void UseGalCanvas( bool aEnable ); + + /** + * Function IsGalCanvasActive + * is used to check which canvas (GAL-based or standard) is currently in use. + * + * @return True for GAL-based canvas, false for standard canvas. + */ + bool IsGalCanvasActive() const { return m_galCanvasActive; } + + /** + * Function GetGalCanvas + * returns a pointer to GAL-based canvas of given EDA draw frame. + * + * @return Pointer to GAL-based canvas. + */ + EDA_DRAW_PANEL_GAL* GetGalCanvas() const { return m_galCanvas; } + void SetGalCanvas( EDA_DRAW_PANEL_GAL* aPanel ) { m_galCanvas = aPanel; } + + /** + * Function GetToolManager + * returns the tool manager instance, if any. + */ + TOOL_MANAGER* GetToolManager() const { return m_toolManager; } + + /** + * Function GetDisplayOptions + * A way to pass info to draw functions. the base class has no knowledge about + * these options. It is virtual because this function must be overloaded to + * pass usefull info. + */ + virtual void* GetDisplayOptions() { return NULL; } + + DECLARE_EVENT_TABLE() +}; + +#endif // EDA_DRAW_FRAME_H_ diff --git a/include/drawtxt.h b/include/drawtxt.h new file mode 100644 index 0000000..9f4ad95 --- /dev/null +++ b/include/drawtxt.h @@ -0,0 +1,155 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009-2014 Jerry Jacobs + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * This file is part of the common libary + * @file drawtxt.h + * @see common.h + */ + +#ifndef __INCLUDE__DRAWTXT_H__ +#define __INCLUDE__DRAWTXT_H__ 1 + +#include +#include // EDA_TEXT_HJUSTIFY_T and EDA_TEXT_VJUSTIFY_T + +/* Minimum dimension in pixel for drawing/no drawing a text + * used in Pcbnew to decide to draw (or not) some texts + * ( like net names on pads/tracks ) + * When a text height is smaller than MIN_TEXT_SIZE, + * it is not drawn by Pcbnew + */ +#define MIN_TEXT_SIZE 5 + +/* Absolute minimum dimension in pixel to draw a text as text or a line + * When a text height is smaller than MIN_DRAWABLE_TEXT_SIZE, + * it is drawn, but like a line by the draw text function +*/ +#define MIN_DRAWABLE_TEXT_SIZE 3 + +class EDA_DRAW_PANEL; +class PLOTTER; + +/** + * Function Clamp_Text_PenSize + *As a rule, pen width should not be >1/4em, otherwise the character + * will be cluttered up in its own fatness + * The pen width max is aSize/4 for bold texts, and aSize/6 for normal texts + * The "best" pen width is aSize/5 for bold texts, + * so the clamp is consistant with bold option. + * @param aPenSize = the pen size to clamp + * @param aSize the char size (height or width, od its wxSize) + * @param aBold = true if text accept bold pen size + * @return the max pen size allowed + */ +int Clamp_Text_PenSize( int aPenSize, int aSize, bool aBold = true ); +int Clamp_Text_PenSize( int aPenSize, wxSize aSize, bool aBold = true ); + +/** + * Function GetPensizeForBold + * @return the "best" value for a pen size to draw/plot a bold text + * @param aTextSize = the char size (height or width) + */ +int GetPenSizeForBold( int aTextSize ); + +/** + * Function GraphicTextWidth + * @return the X size of the graphic text + * the full X size is GraphicTextWidth + the thickness of graphic lines + */ +int GraphicTextWidth( const wxString& aText, int size_h, bool italic, bool bold ); + +/** + * Function NegableTextLength + * Return the text length of a negable string, excluding the ~ markers */ +int NegableTextLength( const wxString& aText ); + +/** + * Helper function for texts with over bar, can be used as strut value + * for multiline text (add interline spacing) + */ +int OverbarPositionY( int size_v ); + +/** + * Function DrawGraphicText + * Draw a graphic text (like module texts) + * @param aClipBox = the clipping rect, or NULL if no clipping + * @param aDC = the current Device Context. NULL if draw within a 3D GL Canvas + * @param aPos = text position (according to h_justify, v_justify) + * @param aColor (enum EDA_COLOR_T) = text color + * @param aText = text to draw + * @param aOrient = angle in 0.1 degree + * @param aSize = text size (size.x or size.y can be < 0 for mirrored texts) + * @param aH_justify = horizontal justification (Left, center, right) + * @param aV_justify = vertical justification (bottom, center, top) + * @param aWidth = line width (pen width) (default = 0) + * if width < 0 : draw segments in sketch mode, width = abs(width) + * Use a value min(aSize.x, aSize.y) / 5 for a bold text + * @param aItalic = true to simulate an italic font + * @param aBold = true to use a bold font + * @param aCallback() = function called (if non null) to draw each segment. + * used to draw 3D texts or for plotting, NULL for normal drawings + * @param aPlotter = a pointer to a PLOTTER instance, when this function is used to plot + * the text. NULL to draw this text. + */ +void DrawGraphicText( EDA_RECT* aClipBox, + wxDC * aDC, + const wxPoint &aPos, + enum EDA_COLOR_T aColor, + const wxString &aText, + double aOrient, + const wxSize &aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + void (*aCallback)( int x0, int y0, int xf, int yf ) = NULL, + PLOTTER * aPlotter = NULL ); + + +/** + * Draw graphic text with a border, so that it can be read on different + * backgrounds. See DrawGraphicText for most of the parameters. + * If aBgColor is a dark color text is drawn in aColor2 with aColor1 + * border; otherwise colors are swapped. + */ +void DrawGraphicHaloText( EDA_RECT* aClipBox, + wxDC * aDC, + const wxPoint &aPos, + enum EDA_COLOR_T aBgColor, + enum EDA_COLOR_T aColor1, + enum EDA_COLOR_T aColor2, + const wxString &aText, + double aOrient, + const wxSize &aSize, + enum EDA_TEXT_HJUSTIFY_T aH_justify, + enum EDA_TEXT_VJUSTIFY_T aV_justify, + int aWidth, + bool aItalic, + bool aBold, + void (*aCallback)( int x0, int y0, int xf, int yf ) = NULL, + PLOTTER * aPlotter = NULL ); + +#endif /* __INCLUDE__DRAWTXT_H__ */ diff --git a/include/dsnlexer.h b/include/dsnlexer.h new file mode 100644 index 0000000..ded81c7 --- /dev/null +++ b/include/dsnlexer.h @@ -0,0 +1,544 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2007-2010 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2007-2015 Kicad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef DSNLEXER_H_ +#define DSNLEXER_H_ + +#include +#include +#include +#include + +#include + +#ifndef SWIG +/** + * Struct KEYWORD + * holds a keyword string and its unique integer token. + */ +struct KEYWORD +{ + const char* name; ///< unique keyword. + int token; ///< a zero based index into an array of KEYWORDs +}; +#endif + +// something like this macro can be used to help initialize a KEYWORD table. +// see SPECCTRA_DB::keywords[] as an example. + +//#define TOKDEF(x) { #x, T_##x } + + +/** + * Enum DSN_SYNTAX_T + * lists all the DSN lexer's tokens that are supported in lexing. It is up + * to the parser if it wants also to support them. + */ +enum DSN_SYNTAX_T { + DSN_NONE = -11, + DSN_COMMENT = -10, + DSN_STRING_QUOTE = -9, + DSN_QUOTE_DEF = -8, + DSN_DASH = -7, + DSN_SYMBOL = -6, + DSN_NUMBER = -5, + DSN_RIGHT = -4, // right bracket, ')' + DSN_LEFT = -3, // left bracket, '(' + DSN_STRING = -2, // a quoted string, stripped of the quotes + DSN_EOF = -1 // special case for end of file +}; + + +/** + * Class DSNLEXER + * implements a lexical analyzer for the SPECCTRA DSN file format. It + * reads lexical tokens from the current LINE_READER through the NextTok() + * function. + */ +class DSNLEXER +{ +#ifndef SWIG +protected: + bool iOwnReaders; ///< on readerStack, should I delete them? + const char* start; + const char* next; + const char* limit; + char dummy[1]; ///< when there is no reader. + + typedef std::vector READER_STACK; + + READER_STACK readerStack; ///< all the LINE_READERs by pointer. + LINE_READER* reader; ///< no ownership. ownership is via readerStack, maybe, if iOwnReaders + + bool specctraMode; ///< if true, then: + ///< 1) stringDelimiter can be changed + ///< 2) Kicad quoting protocol is not in effect + ///< 3) space_in_quoted_tokens is functional + ///< else not. + + char stringDelimiter; + bool space_in_quoted_tokens; ///< blank spaces within quoted strings + + bool commentsAreTokens; ///< true if should return comments as tokens + + int prevTok; ///< curTok from previous NextTok() call. + int curOffset; ///< offset within current line of the current token + + int curTok; ///< the current token obtained on last NextTok() + std::string curText; ///< the text of the current token + + const KEYWORD* keywords; ///< table sorted by CMake for bsearch() + unsigned keywordCount; ///< count of keywords table + KEYWORD_MAP keyword_hash; ///< fast, specialized "C string" hashtable + + void init(); + + int readLine() throw( IO_ERROR ) + { + if( reader ) + { + reader->ReadLine(); + + unsigned len = reader->Length(); + + // start may have changed in ReadLine(), which can resize and + // relocate reader's line buffer. + start = reader->Line(); + + next = start; + limit = next + len; + + return len; + } + return 0; + } + + /** + * Function findToken + * takes aToken string and looks up the string in the keywords table. + * + * @param aToken is a string to lookup in the keywords table. + * @return int - with a value from the enum DSN_T matching the keyword text, + * or DSN_SYMBOL if @a aToken is not in the kewords table. + */ + int findToken( const std::string& aToken ); + + bool isStringTerminator( char cc ) + { + if( !space_in_quoted_tokens && cc==' ' ) + return true; + + if( cc == stringDelimiter ) + return true; + + return false; + } + +#endif + +public: + + /** + * Constructor ( FILE*, const wxString& ) + * intializes a DSN lexer and prepares to read from aFile which + * is already open and has aFilename. + * + * @param aKeywordTable is an array of KEYWORDS holding \a aKeywordCount. This + * token table need not contain the lexer separators such as '(' ')', etc. + * @param aKeywordCount is the count of tokens in aKeywordTable. + * @param aFile is an open file, which will be closed when this is destructed. + * @param aFileName is the name of the file + */ + DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, + FILE* aFile, const wxString& aFileName ); + + /** + * Constructor ( const KEYWORD*, unsigned, const std::string&, const wxString& ) + * intializes a DSN lexer and prepares to read from @a aSExpression. + * + * @param aKeywordTable is an array of KEYWORDS holding \a aKeywordCount. This + * token table need not contain the lexer separators such as '(' ')', etc. + * @param aKeywordCount is the count of tokens in aKeywordTable. + * @param aSExpression is text to feed through a STRING_LINE_READER + * @param aSource is a description of aSExpression, used for error reporting. + */ + DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, + const std::string& aSExpression, const wxString& aSource = wxEmptyString ); + + /** + * Constructor ( const std::string&, const wxString& ) + * intializes a DSN lexer and prepares to read from @a aSExpression. Use this + * one without a keyword table with the DOM parser in ptree.h. + * + * @param aSExpression is text to feed through a STRING_LINE_READER + * @param aSource is a description of aSExpression, used for error reporting. + */ + DSNLEXER( const std::string& aSExpression, const wxString& aSource = wxEmptyString ); + + /** + * Constructor ( LINE_READER* ) + * intializes a DSN lexer and prepares to read from @a aLineReader which + * is already open, and may be in use by other DSNLEXERs also. No ownership + * is taken of @a aLineReader. This enables it to be used by other DSNLEXERs also. + * + * @param aKeywordTable is an array of KEYWORDS holding \a aKeywordCount. This + * token table need not contain the lexer separators such as '(' ')', etc. + * + * @param aKeywordCount is the count of tokens in aKeywordTable. + * + * @param aLineReader is any subclassed instance of LINE_READER, such as + * STRING_LINE_READER or FILE_LINE_READER. No ownership is taken. + */ + DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, + LINE_READER* aLineReader = NULL ); + + virtual ~DSNLEXER(); + + /** + * Useable only for DSN lexers which share the same LINE_READER + * Synchronizes the pointers handling the data read by the LINE_READER + * Allows 2 DNSLEXER to share the same current line, when switching from a + * DNSLEXER to an other DNSLEXER + * @param aLexer = the model + * @return true if the sync can be made ( at least the same line reader ) + */ + bool SyncLineReaderWith( DSNLEXER& aLexer ); + + /** + * Function SetSpecctraMode + * changes the behavior of this lexer into or out of "specctra mode". If + * specctra mode, then: + * 1) stringDelimiter can be changed + * 2) Kicad quoting protocol is not in effect + * 3) space_in_quoted_tokens is functional + * else none of the above are true. The default mode is non-specctra mode, meaning: + * 1) stringDelimiter cannot be changed + * 2) Kicad quoting protocol is in effect + * 3) space_in_quoted_tokens is not functional + */ + void SetSpecctraMode( bool aMode ); + + /** + * Function PushReader + * manages a stack of LINE_READERs in order to handle nested file inclusion. + * This function pushes aLineReader onto the top of a stack of LINE_READERs and makes + * it the current LINE_READER with its own GetSource(), line number and line text. + * A grammar must be designed such that the "include" token (whatever its various names), + * and any of its parameters are not followed by anything on that same line, + * because PopReader always starts reading from a new line upon returning to + * the original LINE_READER. + */ + void PushReader( LINE_READER* aLineReader ); + + /** + * Function PopReader + * deletes the top most LINE_READER from an internal stack of LINE_READERs and + * in the case of FILE_LINE_READER this means the associated FILE is closed. + * The most recently used former LINE_READER on the stack becomes the + * current LINE_READER and its previous position in its input stream and the + * its latest line number should pertain. PopReader always starts reading + * from a new line upon returning to the previous LINE_READER. A pop is only + * possible if there are at least 2 LINE_READERs on the stack, since popping + * the last one is not supported. + * + * @return LINE_READER* - is the one that was in use before the pop, or NULL + * if there was not at least two readers on the stack and therefore the + * pop failed. + */ + LINE_READER* PopReader(); + + // Some functions whose return value is best overloaded to return an enum + // in a derived class. + //----------------------------------- + + /** + * Function NextTok + * returns the next token found in the input file or DSN_EOF when reaching + * the end of file. Users should wrap this function to return an enum + * to aid in grammar debugging while running under a debugger, but leave + * this lower level function returning an int (so the enum does not collide + * with another usage). + * @return int - the type of token found next. + * @throw IO_ERROR - only if the LINE_READER throws it. + */ + int NextTok() throw( IO_ERROR ); + + /** + * Function NeedSYMBOL + * calls NextTok() and then verifies that the token read in + * satisfies bool IsSymbol(). + * If not, an IO_ERROR is thrown. + * @return int - the actual token read in. + * @throw IO_ERROR, if the next token does not satisfy IsSymbol() + */ + int NeedSYMBOL() throw( IO_ERROR ); + + /** + * Function NeedSYMBOLorNUMBER + * calls NextTok() and then verifies that the token read in + * satisfies bool IsSymbol() or tok==DSN_NUMBER. + * If not, an IO_ERROR is thrown. + * @return int - the actual token read in. + * @throw IO_ERROR, if the next token does not satisfy the above test + */ + int NeedSYMBOLorNUMBER() throw( IO_ERROR ); + + /** + * Function NeedNUMBER + * calls NextTok() and then verifies that the token read is type DSN_NUMBER. + * If not, and IO_ERROR is thrown using text from aExpectation. + * @return int - the actual token read in. + * @throw IO_ERROR, if the next token does not satisfy the above test + */ + int NeedNUMBER( const char* aExpectation ) throw( IO_ERROR ); + + /** + * Function CurTok + * returns whatever NextTok() returned the last time it was called. + */ + int CurTok() + { + return curTok; + } + + /** + * Function PrevTok + * returns whatever NextTok() returned the 2nd to last time it was called. + */ + int PrevTok() + { + return prevTok; + } + + //---------------------------------- + + + /** + * Function SetStringDelimiter + * changes the string delimiter from the default " to some other character + * and returns the old value. + * @param aStringDelimiter The character in lowest 8 bits. + * @return int - The old delimiter in the lowest 8 bits. + */ + char SetStringDelimiter( char aStringDelimiter ) + { + int old = stringDelimiter; + if( specctraMode ) + stringDelimiter = aStringDelimiter; + return old; + } + + /** + * Function SetSpaceInQuotedTokens + * changes the setting controlling whether a space in a quoted string is + * a terminator. + * @param val If true, means + */ + bool SetSpaceInQuotedTokens( bool val ) + { + bool old = space_in_quoted_tokens; + if( specctraMode ) + space_in_quoted_tokens = val; + return old; + } + + /** + * Function SetCommentsAreTokens + * changes the handling of comments. If set true, comments are returns + * as single line strings with a terminating newline, else they are + * consumed by the lexer and not returned. + */ + bool SetCommentsAreTokens( bool val ) + { + bool old = commentsAreTokens; + commentsAreTokens = val; + return old; + } + + /** + * Function ReadCommentLines + * checks the next sequence of tokens and reads them into a wxArrayString + * if they are comments. Reading continues until a non-comment token is + * encountered, and such last read token remains as CurTok() and as CurText(). + * No push back or "un get" mechanism is used for this support. Upon return + * you simply avoid calling NextTok() for the next token, but rather CurTok(). + * + * @return wxArrayString* - heap allocated block of comments, or NULL if none; + * caller owns the allocation and must delete if not NULL. + */ + wxArrayString* ReadCommentLines() throw( IO_ERROR ); + + /** + * Function IsSymbol + * tests a token to see if it is a symbol. This means it cannot be a + * special delimiter character such as DSN_LEFT, DSN_RIGHT, DSN_QUOTE, etc. It may + * however, coincidentally match a keyword and still be a symbol. + */ + static bool IsSymbol( int aTok ); + + /** + * Function Expecting + * throws an IO_ERROR exception with an input file specific error message. + * @param aTok is the token/keyword type which was expected at the current input location. + * @throw IO_ERROR with the location within the input file of the problem. + */ + void Expecting( int aTok ) throw( IO_ERROR ); + + /** + * Function Expecting + * throws an IO_ERROR exception with an input file specific error message. + * @param aTokenList is the token/keyword type which was expected at the + * current input location, e.g. "pin|graphic|property" + * @throw IO_ERROR with the location within the input file of the problem. + */ + void Expecting( const char* aTokenList ) throw( IO_ERROR ); + + /** + * Function Unexpected + * throws an IO_ERROR exception with an input file specific error message. + * @param aTok is the token/keyword type which was not expected at the + * current input location. + * @throw IO_ERROR with the location within the input file of the problem. + */ + void Unexpected( int aTok ) throw( IO_ERROR ); + + /** + * Function Unexpected + * throws an IO_ERROR exception with an input file specific error message. + * @param aToken is the token which was not expected at the + * current input location. + * @throw IO_ERROR with the location within the input file of the problem. + */ + void Unexpected( const char* aToken ) throw( IO_ERROR ); + + /** + * Function Duplicate + * throws an IO_ERROR exception with a message saying specifically that aTok + * is a duplicate of one already seen in current context. + * @param aTok is the token/keyword type which was not expected at the + * current input location. + * @throw IO_ERROR with the location within the input file of the problem. + */ + void Duplicate( int aTok ) throw( IO_ERROR ); + + /** + * Function NeedLEFT + * calls NextTok() and then verifies that the token read in is a DSN_LEFT. + * If it is not, an IO_ERROR is thrown. + * @throw IO_ERROR, if the next token is not a DSN_LEFT + */ + void NeedLEFT() throw( IO_ERROR ); + + /** + * Function NeedRIGHT + * calls NextTok() and then verifies that the token read in is a DSN_RIGHT. + * If it is not, an IO_ERROR is thrown. + * @throw IO_ERROR, if the next token is not a DSN_RIGHT + */ + void NeedRIGHT() throw( IO_ERROR ); + + /** + * Function GetTokenText + * returns the C string representation of a DSN_T value. + */ + const char* GetTokenText( int aTok ); + + /** + * Function GetTokenString + * returns a quote wrapped wxString representation of a token value. + */ + wxString GetTokenString( int aTok ); + + static const char* Syntax( int aTok ); + + /** + * Function CurText + * returns a pointer to the current token's text. + */ + const char* CurText() + { + return curText.c_str(); + } + + /** + * Function CurStr + * returns a reference to current token in std::string form. + */ + const std::string& CurStr() + { + return curText; + } + + /** + * Function FromUTF8 + * returns the current token text as a wxString, assuming that the input + * byte stream is UTF8 encoded. + */ + wxString FromUTF8() + { + return wxString::FromUTF8( curText.c_str() ); + } + + /** + * Function CurLineNumber + * returns the current line number within my LINE_READER + */ + int CurLineNumber() + { + return reader->LineNumber(); + } + + /** + * Function CurLine + * returns the current line of text, from which the CurText() would return + * its token. + */ + const char* CurLine() + { + return (const char*)(*reader); + } + + /** + * Function CurFilename + * returns the current LINE_READER source. + * @return const wxString& - the source of the lines of text, + * e.g. a filename or "clipboard". + */ + const wxString& CurSource() + { + return reader->GetSource(); + } + + /** + * Function CurOffset + * returns the byte offset within the current line, using a 1 based index. + * @return int - a one based index into the current line. + */ + int CurOffset() + { + return curOffset + 1; + } +}; + +#endif // DSNLEXER_H_ diff --git a/include/eda_dde.h b/include/eda_dde.h new file mode 100644 index 0000000..21cf722 --- /dev/null +++ b/include/eda_dde.h @@ -0,0 +1,51 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file eda_dde.h + * @brief DDE server & client. + */ + +#ifndef EDA_DDE_H_ +#define EDA_DDE_H_ + +#include + + +// TCP/IP ports used by Pcbnew and Eeschema respectively. + +///< Pcbnew listens on this port for commands from Eeschema +#define KICAD_PCB_PORT_SERVICE_NUMBER 4242 + +///< Eeschema listens on this port for commands from Pcbnew +#define KICAD_SCH_PORT_SERVICE_NUMBER 4243 + + +#define MSG_TO_PCB KICAD_PCB_PORT_SERVICE_NUMBER +#define MSG_TO_SCH KICAD_SCH_PORT_SERVICE_NUMBER + +wxSocketServer* CreateServer( wxWindow * window, int port, bool local = true ); +bool SendCommand( int port, const char* cmdline ); + +#endif // EDA_DDE_H_ diff --git a/include/eda_doc.h b/include/eda_doc.h new file mode 100644 index 0000000..b9df60d --- /dev/null +++ b/include/eda_doc.h @@ -0,0 +1,57 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2009-2014 Jerry Jacobs + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * This file is part of the common library. + * @file eda_doc.h + * @see common.h + */ + +#ifndef __INCLUDE__EDA_DOC_H__ +#define __INCLUDE__EDA_DOC_H__ 1 + + +/** + * Function KeyWordOk + * searches \a aKeyList for any words found in \a aDatabase. + * + * @return 0 if no keyword is found or 1 if keyword is found. + */ +int KeyWordOk( const wxString& aKeyList, const wxString& aDatabase ); + +/** + * Function GetAssociatedDocument + * open a document (file) with the suitable browser + * @param aParent = main frame + * @param aDocName = filename of file to open (Full filename or short filename) + * if \a aDocName begins with http: or ftp: or www. the default internet browser is launched + * @param aPaths = a wxPathList to explore. + * if NULL or aDocName is a full filename, aPath is not used. +*/ +bool GetAssociatedDocument( wxWindow* aParent, + const wxString& aDocName, + const wxPathList* aPaths = NULL ); + + +#endif /* __INCLUDE__EDA_DOC_H__ */ diff --git a/include/eda_text.h b/include/eda_text.h new file mode 100644 index 0000000..cd14c46 --- /dev/null +++ b/include/eda_text.h @@ -0,0 +1,331 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 Jean-Pierre Charras, jpe.charras at wanadoo.fr + * Copyright (C) 2004-2013 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file eda_text.h + * @brief Definition of base KiCad text object. + */ + +#ifndef EDA_TEXT_H_ +#define EDA_TEXT_H_ + +#include // NORMALIZE_ANGLE_POS( angle ); +#include // wxStringSplit +#include // EDA_DRAW_MODE_T +#include // EDA_RECT + + +// Graphic Text justify: +// Values -1,0,1 are used in computations, do not change them +enum EDA_TEXT_HJUSTIFY_T { + GR_TEXT_HJUSTIFY_LEFT = -1, + GR_TEXT_HJUSTIFY_CENTER = 0, + GR_TEXT_HJUSTIFY_RIGHT = 1 +}; + + +enum EDA_TEXT_VJUSTIFY_T { + GR_TEXT_VJUSTIFY_TOP = -1, + GR_TEXT_VJUSTIFY_CENTER = 0, + GR_TEXT_VJUSTIFY_BOTTOM = 1 +}; + + +/* Options to draw items with thickness ( segments, arcs, circles, texts...) */ +enum EDA_DRAW_MODE_T { + FILLED = true, // normal mode: solid segments + SKETCH = false // sketch mode: draw segments outlines only +}; + + +/** This is the "default-of-the-default" hardcoded text size; individual + * application define their own default policy starting with this + * (usually with a user option or project). DO NOT change this value if + * you do not fully realize the effect it has on sexp serialization + * (text size equal to this is not explicitly wrote, so it would change + * subsequent reads) */ +#define DEFAULT_SIZE_TEXT 60 // default text height (in mils, i.e. 1/1000") +#define TEXT_NO_VISIBLE 1 //< EDA_TEXT::m_Attribut(e?) visibility flag. +#define DIM_ANCRE_TEXTE 2 // Anchor size for text + + +/** + * Class EDA_TEXT + * is a basic class to handle texts (labels, texts on components or footprints + * ..) not used directly. The "used" text classes are derived from EDA_ITEM and + * EDA_TEXT using multiple inheritance. + */ +class EDA_TEXT +{ +protected: + wxString m_Text; ///< The 'base' text, maybe later processed for display + int m_Thickness; ///< pen size used to draw this text + double m_Orient; ///< Orient in 0.1 degrees + wxPoint m_Pos; ///< XY position of anchor text. + wxSize m_Size; ///< XY size of text + bool m_Mirror; ///< true if mirrored + int m_Attributs; ///< bit flags such as visible, etc. + bool m_Italic; ///< should be italic font (if available) + bool m_Bold; ///< should be bold font (if available) + EDA_TEXT_HJUSTIFY_T m_HJustify; ///< horizontal justification + EDA_TEXT_VJUSTIFY_T m_VJustify; ///< vertical justification + bool m_MultilineAllowed; /**< true to use multiline option, false + * to use only single line text + * Single line is faster in + * calculations than multiline */ + +public: + EDA_TEXT( const wxString& text = wxEmptyString ); + EDA_TEXT( const EDA_TEXT& aText ); + virtual ~EDA_TEXT(); + + /** + * Function GetText + * returns the string associated with the text object. + * + * @return a const wxString reference containing the string of the item. + */ + const wxString& GetText() const { return m_Text; } + + /** + * Returns the string actually shown after processing of the base + * text. Default is no processing */ + virtual wxString GetShownText() const { return m_Text; } + + /** + * Returns a shortened version (max 15 characters) of the shown text */ + wxString ShortenedShownText() const; + + virtual void SetText( const wxString& aText ) { m_Text = aText; } + + /** + * Function SetThickness + * sets text thickness. + * @param aNewThickness is the new text thickness. + */ + void SetThickness( int aNewThickness ) { m_Thickness = aNewThickness; }; + + /** + * Function GetThickness + * returns text thickness. + * @return int - text thickness. + */ + int GetThickness() const { return m_Thickness; }; + + void SetOrientation( double aOrientation ) + { + NORMALIZE_ANGLE_POS( aOrientation ); + m_Orient = aOrientation; + } + double GetOrientation() const { return m_Orient; } + + void SetItalic( bool isItalic ) { m_Italic = isItalic; } + bool IsItalic() const { return m_Italic; } + + void SetBold( bool aBold ) { m_Bold = aBold; } + bool IsBold() const { return m_Bold; } + + void SetVisible( bool aVisible ) + { + ( aVisible ) ? m_Attributs &= ~TEXT_NO_VISIBLE : m_Attributs |= TEXT_NO_VISIBLE; + } + bool IsVisible() const { return !( m_Attributs & TEXT_NO_VISIBLE ); } + + void SetMirrored( bool isMirrored ) { m_Mirror = isMirrored; } + bool IsMirrored() const { return m_Mirror; } + + void SetAttributes( int aAttributes ) { m_Attributs = aAttributes; } + int GetAttributes() const { return m_Attributs; } + + bool IsDefaultFormatting() const; + + /** + * Function SetSize + * sets text size. + * @param aNewSize is the new text size. + */ + void SetSize( const wxSize& aNewSize ) { m_Size = aNewSize; }; + + /** + * Function GetSize + * returns text size. + * @return wxSize - text size. + */ + const wxSize& GetSize() const { return m_Size; }; + + void SetWidth( int aWidth ) { m_Size.x = aWidth; } + int GetWidth() const { return m_Size.x; } + + void SetHeight( int aHeight ) { m_Size.y = aHeight; } + int GetHeight() const { return m_Size.y; } + + /// named differently than the ones using multiple inheritance and including this class + void SetTextPosition( const wxPoint& aPoint ) { m_Pos = aPoint; } + const wxPoint& GetTextPosition() const { return m_Pos; } + + void SetMultilineAllowed( bool aAllow ) { m_MultilineAllowed = aAllow; } + bool IsMultilineAllowed() const { return m_MultilineAllowed; } + + void Offset( const wxPoint& aOffset ) { m_Pos += aOffset; } + + void Empty() { m_Text.Empty(); } + + /** + * Function Draw + * @param aClipBox = the clipping rect, or NULL if no clipping + * @param aDC = the current Device Context + * @param aOffset = draw offset (usually (0,0)) + * @param aColor = text color + * @param aDrawMode = GR_OR, GR_XOR.., -1 to use the current mode. + * @param aDisplay_mode = FILLED or SKETCH + * @param aAnchor_color = anchor color ( UNSPECIFIED_COLOR = do not draw anchor ). + */ + void Draw( EDA_RECT* aClipBox, wxDC* aDC, + const wxPoint& aOffset, EDA_COLOR_T aColor, + GR_DRAWMODE aDrawMode, EDA_DRAW_MODE_T aDisplay_mode = FILLED, + EDA_COLOR_T aAnchor_color = EDA_COLOR_T(UNSPECIFIED_COLOR) ); + + /** + * Convert the text shape to a list of segment + * each segment is stored as 2 wxPoints: the starting point and the ending point + * there are therefore 2*n points + * @param aCornerBuffer = a buffer to store the polygon + */ + void TransformTextShapeToSegmentList( std::vector& aCornerBuffer ) const; + + /** + * Function TextHitTest + * Test if \a aPoint is within the bounds of this object. + * @param aPoint- A wxPoint to test + * @param aAccuracy - Amount to inflate the bounding box. + * @return bool - true if a hit, else false + */ + bool TextHitTest( const wxPoint& aPoint, int aAccuracy = 0 ) const; + + /** + * Function TextHitTest (overloaded) + * Tests if object bounding box is contained within or intersects \a aRect. + * + * @param aRect - Rect to test against. + * @param aContains - Test for containment instead of intersection if true. + * @param aAccuracy - Amount to inflate the bounding box. + * @return bool - true if a hit, else false + */ + bool TextHitTest( const EDA_RECT& aRect, bool aContains = false, int aAccuracy = 0 ) const; + + /** + * Function LenSize + * @return the text length in internal units + * @param aLine : the line of text to consider. + * For single line text, this parameter is always m_Text + */ + int LenSize( const wxString& aLine ) const; + + /** + * Function GetTextBox + * useful in multiline texts to calculate the full text or a line area (for + * zones filling, locate functions....) + * @return the rect containing the line of text (i.e. the position and the + * size of one line) + * this rectangle is calculated for 0 orient text. + * If orientation is not 0 the rect must be rotated to match the + * physical area + * @param aLine The line of text to consider. + * for single line text, aLine is unused + * If aLine == -1, the full area (considering all lines) is returned + * @param aThickness Overrides the current thickness when greater than 0. + * this is needed when the current m_Thickness is 0 and a default line thickness + * is used + * @param aInvertY Invert the Y axis when calculating bounding box. + */ + EDA_RECT GetTextBox( int aLine = -1, int aThickness = -1, bool aInvertY = false ) const; + + /** + * Function GetInterline + * return the distance between 2 text lines + * has meaning only for multiline texts + * @param aTextThickness Overrides the current thickness when greater than 0. + * this is needed when the current m_Thickness is 0 and a default line thickness + * is used + */ + int GetInterline( int aTextThickness = -1 ) const; + + /** + * Function GetTextStyleName + * @return a wxString with the style name( Normal, Italic, Bold, Bold+Italic) + */ + wxString GetTextStyleName(); + + EDA_TEXT_HJUSTIFY_T GetHorizJustify() const { return m_HJustify; }; + EDA_TEXT_VJUSTIFY_T GetVertJustify() const { return m_VJustify; }; + + void SetHorizJustify( EDA_TEXT_HJUSTIFY_T aType ) { m_HJustify = aType; }; + void SetVertJustify( EDA_TEXT_VJUSTIFY_T aType ) { m_VJustify = aType; }; + + /** + * Function GetPositionsOfLinesOfMultilineText + * Populates aPositions with the position of each line of + * a multiline text, according to the vertical justification and the + * rotation of the whole text + * @param aPositions is the list to populate by the wxPoint positions + * @param aLineCount is the number of lines (not recalculated here + * for efficiency reasons + */ + void GetPositionsOfLinesOfMultilineText( + std::vector& aPositions, int aLineCount ) const; + /** + * Function Format + * outputs the object to \a aFormatter in s-expression form. + * + * @param aFormatter The #OUTPUTFORMATTER object to write to. + * @param aNestLevel The indentation next level. + * @param aControlBits The control bit definition for object specific formatting. + * @throw IO_ERROR on write error. + */ + virtual void Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aControlBits ) const + throw( IO_ERROR ); + +private: + + /** + * Function drawOneLineOfText + * Draw a single text line. + * Used to draw each line of this EDA_TEXT, that can be multiline + * @param aClipBox = the clipping rect, or NULL if no clipping + * @param aDC = the current Device Context + * @param aOffset = draw offset (usually (0,0)) + * @param aColor = text color + * @param aDrawMode = GR_OR, GR_XOR.., -1 to use the current mode. + * @param aFillMode = FILLED or SKETCH + * @param aText = the single line of text to draw. + * @param aPos = the position of this line ). + */ + void drawOneLineOfText( EDA_RECT* aClipBox, wxDC* aDC, + const wxPoint& aOffset, EDA_COLOR_T aColor, + GR_DRAWMODE aDrawMode, EDA_DRAW_MODE_T aFillMode, + const wxString& aText, const wxPoint &aPos ); +}; + + +#endif // EDA_TEXT_H_ diff --git a/include/fctsys.h b/include/fctsys.h new file mode 100644 index 0000000..0769e42 --- /dev/null +++ b/include/fctsys.h @@ -0,0 +1,47 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef FCTSYS_H_ +#define FCTSYS_H_ + +#include + +/** + * @note This appears to already be included in the OSX build of wxWidgets. + * Will someone with OSX please remove this and see if it compiles? + */ +#ifdef __WXMAC__ +#include +#endif + +#ifdef DEBUG +#define DBG(x) x +#else +#define DBG(x) // nothing +#endif + + +#include + +#endif // FCTSYS_H__ diff --git a/include/filter_reader.h b/include/filter_reader.h new file mode 100644 index 0000000..1544302 --- /dev/null +++ b/include/filter_reader.h @@ -0,0 +1,99 @@ + +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2007-2010 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2007 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef FILTER_READER_H_ +#define FILTER_READER_H_ + +#include +#include + + +/** + * Class FILTER_READER + * reads lines of text from another LINE_READER, but only returns non-comment + * lines and non-blank lines from its ReadLine() function. + */ +class FILTER_READER : public LINE_READER +{ + LINE_READER& reader; + +public: + + /** + * Constructor ( LINE_READER& ) + * does not take ownership over @a aReader, so will not destroy it. + */ + FILTER_READER( LINE_READER& aReader ); + + ~FILTER_READER(); + + char* ReadLine() throw( IO_ERROR ); + + const wxString& GetSource() const + { + return reader.GetSource(); + } + + unsigned LineNumber() const + { + return reader.LineNumber(); + } +}; + + +/** + * Class WHITESPACE_FILTER_READER + * reads lines of text from another LINE_READER, but only returns non-comment + * lines and non-blank lines with leading whitespace characters (space and tab) + * removed from its ReadLine() function. + */ +class WHITESPACE_FILTER_READER : public LINE_READER +{ + LINE_READER& reader; + +public: + + /** + * Constructor ( LINE_READER& ) + * does not take ownership over @a aReader, so will not destroy it. + */ + WHITESPACE_FILTER_READER( LINE_READER& aReader ); + + ~WHITESPACE_FILTER_READER(); + + char* ReadLine() throw( IO_ERROR ); + + const wxString& GetSource() const + { + return reader.GetSource(); + } + + unsigned LineNumber() const + { + return reader.LineNumber(); + } +}; + +#endif // FILTER_READER_H_ diff --git a/include/footprint_info.h b/include/footprint_info.h new file mode 100644 index 0000000..7af63e4 --- /dev/null +++ b/include/footprint_info.h @@ -0,0 +1,256 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2011 Jean-Pierre Charras, + * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* + * @file footprint_info.h + */ + +#ifndef FOOTPRINT_INFO_H_ +#define FOOTPRINT_INFO_H_ + + +#include +#include + +#include +#include + + +#define USE_FPI_LAZY 0 // 1:yes lazy, 0:no early + + +class FP_LIB_TABLE; +class FOOTPRINT_LIST; +class wxTopLevelWindow; + + +/* + * Class FOOTPRINT_INFO + * is a helper class to handle the list of footprints available in libraries. It stores + * footprint names, doc and keywords + */ +class FOOTPRINT_INFO +{ + friend bool operator<( const FOOTPRINT_INFO& item1, const FOOTPRINT_INFO& item2 ); + +public: + + // These two accessors do not have to call ensure_loaded(), because constructor + // fills in these fields: + + const wxString& GetFootprintName() const { return m_fpname; } + const wxString& GetNickname() const { return m_nickname; } + + FOOTPRINT_INFO( FOOTPRINT_LIST* aOwner, const wxString& aNickname, const wxString& aFootprintName ) : + m_owner( aOwner ), + m_loaded( false ), + m_nickname( aNickname ), + m_fpname( aFootprintName ), + m_num( 0 ), + m_pad_count( 0 ), + m_unique_pad_count( 0 ) + { +#if !USE_FPI_LAZY + load(); +#endif + } + + const wxString& GetDoc() + { + ensure_loaded(); + return m_doc; + } + + const wxString& GetKeywords() + { + ensure_loaded(); + return m_keywords; + } + + unsigned GetPadCount() + { + ensure_loaded(); + return m_pad_count; + } + + unsigned GetUniquePadCount() + { + ensure_loaded(); + return m_unique_pad_count; + } + + int GetOrderNum() + { + ensure_loaded(); + return m_num; + } + + /** + * Function InLibrary + * tests if the #FOOTPRINT_INFO object was loaded from \a aLibrary. + * + * @param aLibrary is the nickname of the library to test. + * + * @return true if the #FOOTPRINT_INFO object was loaded from \a aLibrary. Otherwise + * false. + */ + bool InLibrary( const wxString& aLibrary ) const; + +private: + + void ensure_loaded() + { + if( !m_loaded ) + load(); + } + + /// lazily load stuff not filled in by constructor. This may throw IO_ERRORS. + void load(); + + FOOTPRINT_LIST* m_owner; ///< provides access to FP_LIB_TABLE + + bool m_loaded; + + wxString m_nickname; ///< library as known in FP_LIB_TABLE + wxString m_fpname; ///< Module name. + int m_num; ///< Order number in the display list. + int m_pad_count; ///< Number of pads + int m_unique_pad_count; ///< Number of unique pads + wxString m_doc; ///< Footprint description. + wxString m_keywords; ///< Footprint keywords. +}; + + +/// FOOTPRINT object list sort function. +inline bool operator<( const FOOTPRINT_INFO& item1, const FOOTPRINT_INFO& item2 ) +{ + int retv = StrNumCmp( item1.m_nickname, item2.m_nickname, INT_MAX, true ); + + if( retv != 0 ) + return retv < 0; + + return StrNumCmp( item1.m_fpname, item2.m_fpname, INT_MAX, true ) < 0; +} + + +/** + * Class FOOTPRINT_LIST + * holds a list of FOOTPRINT_INFO objects, along with a list of IO_ERRORs or + * PARSE_ERRORs that were thrown acquiring the FOOTPRINT_INFOs. + */ +class FOOTPRINT_LIST +{ + FP_LIB_TABLE* m_lib_table; ///< no ownership + volatile int m_error_count; ///< thread safe to read. + + typedef boost::ptr_vector< FOOTPRINT_INFO > FPILIST; + typedef boost::ptr_vector< IO_ERROR > ERRLIST; + + FPILIST m_list; + ERRLIST m_errors; ///< some can be PARSE_ERRORs also + + MUTEX m_errors_lock; + MUTEX m_list_lock; + + /** + * Function loader_job + * loads footprints from @a aNicknameList and calls AddItem() on to help fill + * m_list. + * + * @param aNicknameList is a wxString[] holding libraries to load all footprints from. + * @param aJobZ is the size of the job, i.e. the count of nicknames. + */ + void loader_job( const wxString* aNicknameList, int aJobZ ); + + void addItem( FOOTPRINT_INFO* aItem ) + { + // m_list is not thread safe, and this function is called from + // worker threads, lock m_list. + MUTLOCK lock( m_list_lock ); + + m_list.push_back( aItem ); + } + + +public: + + FOOTPRINT_LIST() : + m_lib_table( 0 ), + m_error_count( 0 ) + { + } + + /** + * Function GetCount + * @return the number of items stored in list + */ + unsigned GetCount() const { return m_list.size(); } + + /// Was forced to add this by modview_frame.cpp + const FPILIST& GetList() const { return m_list; } + + /** + * Function GetModuleInfo + * @param aFootprintName = the footprint name inside the FOOTPRINT_INFO of interest. + * @return FOOTPRINT_INF* - the item stored in list if found + */ + FOOTPRINT_INFO* GetModuleInfo( const wxString& aFootprintName ); + + /** + * Function GetItem + * @param aIdx = index of the given item + * @return the aIdx item in list + */ + FOOTPRINT_INFO& GetItem( unsigned aIdx ) { return m_list[aIdx]; } + + /** + * Function AddItem + * add aItem in list + * @param aItem = item to add + */ + void AddItem( FOOTPRINT_INFO* aItem ); + + unsigned GetErrorCount() const { return m_errors.size(); } + + const IO_ERROR* GetError( unsigned aIdx ) const { return &m_errors[aIdx]; } + + /** + * Function ReadFootprintFiles + * reads all the footprints provided by the combination of aTable and aNickname. + * + * @param aTable defines all the libraries. + * @param aNickname is the library to read from, or if NULL means read all + * footprints from all known libraries in aTable. + * @return bool - true if it ran to completion, else false if it aborted after + * some number of errors. If true, it does not mean there were no errors, check + * GetErrorCount() for that, should be zero to indicate success. + */ + bool ReadFootprintFiles( FP_LIB_TABLE* aTable, const wxString* aNickname = NULL ); + + void DisplayErrors( wxTopLevelWindow* aCaller = NULL ); + + FP_LIB_TABLE* GetTable() const { return m_lib_table; } +}; + +#endif // FOOTPRINT_INFO_H_ diff --git a/include/fp_lib_table.h b/include/fp_lib_table.h new file mode 100644 index 0000000..a56897a --- /dev/null +++ b/include/fp_lib_table.h @@ -0,0 +1,635 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010-2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 Wayne Stambaugh + * Copyright (C) 2012-2015 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef FP_LIB_TABLE_H_ +#define FP_LIB_TABLE_H_ + +#include +#include +#include +#include +#include +#include + +#define FP_LATE_ENVVAR 1 ///< late=1/early=0 environment variable expansion + +class wxFileName; +class OUTPUTFORMATTER; +class MODULE; +class FP_LIB_TABLE_LEXER; +class FPID; + +/** + * Class FP_LIB_TABLE + * holds FP_LIB_TABLE::ROW records (rows), and can be searched based on library nickName. + *

    + * This class owns the footprint library table, which is like fstab in concept and maps + * logical library name to the library URI, type, and options. It is heavily based on the SWEET + * parser work done by Dick Hollenbeck and can be seen in new/sch_lib_table.h. A footprint + * library table had the following columns: + *

      + *
    • Logical Library Name (Nickname) + *
    • Library Type, used to determine which plugin to load to access the library. + *
    • Library URI. The full URI to the library source, form dependent on Type. + *
    • Options, used for as yet to be defined information such as user names or passwords + *
    + *

    + * The Library Type can be one of: + *

      + *
    • "file" + *
    • "ftp" + *
    • "http" + *
    + *

    + * For now, the Library URI types needed to support the various types can be one of those + * shown below, which are typical of each type: + *

      + *
    • "file://C:/mylibdir" + *
    • "ftp://kicad.org/partlib/trunk" + *
    • "http://kicad.org/partlib" + *
    + *

    + * The footprint library table is built up from several additive entries (table fragments), + * and the final table is a (conceptual) merging of the table fragments. Two + * anticipated sources of the entries are a personal table saved in the KiCad configuration + * and a project resident table that resides in project file. The project footprint table + * entries are considered a higher priority in the final dynamically assembled library table. + * An row in the project file contribution to the library table takes precedence over the + * personal table if there is a collision of logical library names. Otherwise, the entries + * simply combine without issue to make up the applicable library table. + * + * @author Wayne Stambaugh + */ +class FP_LIB_TABLE : public PROJECT::_ELEM +{ + friend class DIALOG_FP_LIB_TABLE; + +public: + + /** + * Class ROW + * holds a record identifying a footprint library accessed by the appropriate #PLUGIN + * object in the #FP_LIB_TABLE. + */ + class ROW + { + friend class FP_LIB_TABLE; + friend class DIALOG_FP_LIB_TABLE; + + public: + + typedef IO_MGR::PCB_FILE_T LIB_T; + + ROW() : + type( IO_MGR::KICAD ), + properties( 0 ) + { + } + + ROW( const wxString& aNick, const wxString& aURI, const wxString& aType, + const wxString& aOptions, const wxString& aDescr = wxEmptyString ) : + nickName( aNick ), + description( aDescr ), + properties( 0 ) + { + SetOptions( aOptions ), + SetFullURI( aURI ); + SetType( aType ); + } + + ROW( const ROW& a ); + + ~ROW() + { + delete properties; + } + + ROW& operator=( const ROW& r ); + + /// Used in DIALOG_FP_LIB_TABLE for detecting an edit. + bool operator==( const ROW& r ) const; + + bool operator!=( const ROW& r ) const { return !( *this == r ); } + + //----------------------------------------------------------- + + /** + * Function GetNickName + * returns the short name of this library table row. + */ + const wxString& GetNickName() const { return nickName; } + + /** + * Function SetNickName + * changes the logical name of this library, useful for an editor. + */ + void SetNickName( const wxString& aNickName ) { nickName = aNickName; } + + /** + * Function GetType + * returns the type of LIB represented by this row. + */ + const wxString GetType() const { return IO_MGR::ShowType( type ); } + + /** + * Function SetType + * changes the type represented by this row. + */ + void SetType( const wxString& aType ); + + /** + * Function GetFullURI + * returns the full location specifying URI for the LIB, either in original + * UI form or in environment variable expanded form. + * + * @param aSubstituted Tells if caller wanted the substituted form, else not. + */ + const wxString GetFullURI( bool aSubstituted = false ) const; + + /** + * Function SetFullURI + * changes the full URI for the library. + */ + void SetFullURI( const wxString& aFullURI ); + + /** + * Function GetOptions + * returns the options string, which may hold a password or anything else needed to + * instantiate the underlying LIB_SOURCE. + */ + const wxString& GetOptions() const { return options; } + + /** + * Function SetOptions + */ + void SetOptions( const wxString& aOptions ) + { + options = aOptions; + + // set PROPERTIES* from options + setProperties( ParseOptions( TO_UTF8( aOptions ) ) ); + } + + /** + * Function GetDescr + * returns the description of the library referenced by this row. + */ + const wxString& GetDescr() const { return description; } + + /** + * Function SetDescr + * changes the description of the library referenced by this row. + */ + void SetDescr( const wxString& aDescr ) { description = aDescr; } + + /** + * Function GetProperties + * returns the constant PROPERTIES for this library (ROW). These are + * the "options" in a table. + */ + const PROPERTIES* GetProperties() const { return properties; } + + //---------------------------------------------------------- + + /** + * Function Format + * serializes this object as utf8 text to an OUTPUTFORMATTER, and tries to + * make it look good using multiple lines and indentation. + * @param out is an #OUTPUTFORMATTER + * @param nestLevel is the indentation level to base all lines of the output. + * Actual indentation will be 2 spaces for each nestLevel. + */ + void Format( OUTPUTFORMATTER* out, int nestLevel ) const + throw( IO_ERROR, boost::interprocess::lock_exception ); + + private: + + /** + * Function setProperties + * sets this ROW's PROPERTIES by taking ownership of @a aProperties. + * @param aProperties ownership is given over to this ROW. + */ + void setProperties( const PROPERTIES* aProperties ) + { + delete properties; + properties = aProperties; + } + + void setPlugin( PLUGIN* aPlugin ) + { + plugin.set( aPlugin ); + } + + wxString nickName; + wxString uri_user; ///< what user entered from UI or loaded from disk + +#if !FP_LATE_ENVVAR + wxString uri_expanded; ///< from ExpandSubstitutions() +#endif + + LIB_T type; + wxString options; + wxString description; + + const PROPERTIES* properties; + PLUGIN::RELEASER plugin; + }; + + /** + * Constructor FP_LIB_TABLE + * builds a library table by pre-pending this table fragment in front of + * @a aFallBackTable. Loading of this table fragment is done by using Parse(). + * + * @param aFallBackTable is another FP_LIB_TABLE which is searched only when + * a row is not found in this table. No ownership is + * taken of aFallBackTable. + */ + FP_LIB_TABLE( FP_LIB_TABLE* aFallBackTable = NULL ); + + ~FP_LIB_TABLE(); + + /// Delete all rows. + void Clear() + { + rows.clear(); + nickIndex.clear(); + } + + bool operator==( const FP_LIB_TABLE& r ) const + { + if( rows.size() == r.rows.size() ) + { + unsigned i; + for( i = 0; i < rows.size() && rows[i] == r.rows[i]; ++i ) + ; + + if( i == rows.size() ) + return true; + } + + return false; + } + + bool operator!=( const FP_LIB_TABLE& r ) const { return !( *this == r ); } + + int GetCount() { return rows.size(); } + + ROW& At( int aIndex ) { return rows[aIndex]; } + + /** + * Function Parse + * fills this table fragment from information in the input stream \a aParser, which + * is a DSNLEXER customized for the grammar needed to describe instances of this object. + * The entire textual element spec is
    + * + *

    +     * (fp_lib_table
    +     *   (lib (name LOGICAL)(descr DESCRIPTION)(uri FULL_URI)(type TYPE)(options OPTIONS))
    +     *   (lib (name LOGICAL)(descr DESCRIPTION)(uri FULL_URI)(type TYPE)(options OPTIONS))
    +     *   (lib (name LOGICAL)(descr DESCRIPTION)(uri FULL_URI)(type TYPE)(options OPTIONS))
    +     *  )
    +     * 
    + * + * When this function is called, the input token stream given by \a aParser + * is assumed to be positioned at the '^' in the following example, i.e. just + * after the identifying keyword and before the content specifying stuff. + *
    + * (lib_table ^ (....) ) + * + * @param aParser is the input token stream of keywords and symbols. + */ + void Parse( FP_LIB_TABLE_LEXER* aParser ) throw( IO_ERROR, PARSE_ERROR ); + + /** + * Function ParseOptions + * parses @a aOptionsList and places the result into a PROPERTIES object + * which is returned. If the options field is empty, then the returned PROPERTIES + * will be a NULL pointer. + *

    + * Typically aOptionsList comes from the "options" field within a ROW and + * the format is simply a comma separated list of name value pairs. e.g.: + * [name1[=value1][|name2[=value2]]] etc. When using the UI to create or edit + * a fp lib table, this formatting is handled for you. + */ + static PROPERTIES* ParseOptions( const std::string& aOptionsList ); + + /** + * Function FormatOptions + * returns a list of options from the aProperties parameter. The name=value + * pairs will be separted with the '|' character. The =value portion may not + * be present. You might expect something like "name1=value1|name2=value2|flag_me". + * Notice that flag_me does not have a value. This is ok. + * + * @param aProperties is the PROPERTIES to format or NULL. If NULL the returned + * string will be empty. + */ + static UTF8 FormatOptions( const PROPERTIES* aProperties ); + + /** + * Function Format + * serializes this object as utf8 text to an #OUTPUTFORMATTER, and tries to + * make it look good using multiple lines and indentation. + * + * @param out is an #OUTPUTFORMATTER + * @param nestLevel is the indentation level to base all lines of the output. + * Actual indentation will be 2 spaces for each nestLevel. + */ + void Format( OUTPUTFORMATTER* out, int nestLevel ) const + throw( IO_ERROR, boost::interprocess::lock_exception ); + + /** + * Function GetLogicalLibs + * returns the logical library names, all of them that are pertinent to + * a lookup done on this FP_LIB_TABLE. + */ + std::vector GetLogicalLibs(); + + //-------------------------------- + + /** + * Function FootprintEnumerate + * returns a list of footprint names contained within the library given by + * @a aNickname. + * + * @param aNickname is a locator for the "library", it is a "name" + * in FP_LIB_TABLE::ROW + * + * @return wxArrayString - is the array of available footprint names inside + * a library + * + * @throw IO_ERROR if the library cannot be found, or footprint cannot be loaded. + */ + wxArrayString FootprintEnumerate( const wxString& aNickname ); + + /** + * Function FootprintLoad + * loads a footprint having @a aFootprintName from the library given by @a aNickname. + * + * @param aNickname is a locator for the "library", it is a "name" + * in FP_LIB_TABLE::ROW + * + * @param aFootprintName is the name of the footprint to load. + * + * @return MODULE* - if found caller owns it, else NULL if not found. + * + * @throw IO_ERROR if the library cannot be found or read. No exception + * is thrown in the case where aFootprintName cannot be found. + */ + MODULE* FootprintLoad( const wxString& aNickname, const wxString& aFootprintName ); + + /** + * Enum SAVE_T + * is the set of return values from FootprintSave() below. + */ + enum SAVE_T + { + SAVE_OK, + SAVE_SKIPPED, + }; + + /** + * Function FootprintSave + * will write @a aFootprint to an existing library given by @a aNickname. + * If a footprint by the same name already exists, it is replaced. + * + * @param aNickname is a locator for the "library", it is a "name" + * in FP_LIB_TABLE::ROW + * + * @param aFootprint is what to store in the library. The caller continues + * to own the footprint after this call. + * + * @param aOverwrite when true means overwrite any existing footprint by the + * same name, else if false means skip the write and return SAVE_SKIPPED. + * + * @return SAVE_T - SAVE_OK or SAVE_SKIPPED. If error saving, then IO_ERROR is thrown. + * + * @throw IO_ERROR if there is a problem saving. + */ + SAVE_T FootprintSave( const wxString& aNickname, const MODULE* aFootprint, bool aOverwrite = true ); + + /** + * Function FootprintDelete + * deletes the @a aFootprintName from the library given by @a aNickname. + * + * @param aNickname is a locator for the "library", it is a "name" + * in FP_LIB_TABLE::ROW + * + * @param aFootprintName is the name of a footprint to delete from the specified library. + * + * @throw IO_ERROR if there is a problem finding the footprint or the library, or deleting it. + */ + void FootprintDelete( const wxString& aNickname, const wxString& aFootprintName ); + + /** + * Function IsFootprintLibWritable + * returns true iff the library given by @a aNickname is writable. (Often + * system libraries are read only because of where they are installed.) + * + * @throw IO_ERROR if no library at aLibraryPath exists. + */ + bool IsFootprintLibWritable( const wxString& aNickname ); + + void FootprintLibDelete( const wxString& aNickname ); + + void FootprintLibCreate( const wxString& aNickname ); + + //-------------------------------- + + /** + * Function FootprintLoadWithOptionalNickname + * loads a footprint having @a aFootprintId with possibly an empty nickname. + * + * @param aFootprintId the [nickname] & fooprint name of the footprint to load. + * + * @return MODULE* - if found caller owns it, else NULL if not found. + * + * @throw IO_ERROR if the library cannot be found or read. No exception + * is thrown in the case where aFootprintName cannot be found. + * @throw PARSE_ERROR if @a aFootprintId is not parsed OK. + */ + MODULE* FootprintLoadWithOptionalNickname( const FPID& aFootprintId ) + throw( IO_ERROR, PARSE_ERROR, boost::interprocess::lock_exception ); + + /** + * Function GetDescription + * returns the library desicription from @a aNickname, or an empty string + * if aNickname does not exist. + */ + const wxString GetDescription( const wxString& aNickname ); + + /** + * Function InsertRow + * adds aRow if it does not already exist or if doReplace is true. If doReplace + * is not true and the key for aRow already exists, the function fails and returns false. + * The key for the table is the nickName, and all in this table must be unique. + * @param aRow is the new row to insert, or to forcibly add if doReplace is true. + * @param doReplace if true, means insert regardless of whether aRow's key already + * exists. If false, then fail if the key already exists. + * @return bool - true if the operation succeeded. + */ + bool InsertRow( const ROW& aRow, bool doReplace = false ); + + /** + * Function FindRow + * returns a ROW if aNickName is found in this table or in any chained + * fallBack table fragment. The PLUGIN is loaded and attached + * to the "plugin" field of the ROW if not already loaded. + * + * @throw IO_ERROR if aNickName cannot be found. + */ + const ROW* FindRow( const wxString& aNickName ) throw( IO_ERROR ); + + /** + * Function FindRowByURI + * returns a #FP_LIB_TABLE::ROW if aURE is found in this table or in any chained + * fallBack table fragments, else NULL. + */ + const ROW* FindRowByURI( const wxString& aURI ); + + /** + * Function IsEmpty + * @param aIncludeFallback is used to determine if the fallback table should be + * included in the test. + * @return true if the footprint library table is empty. + */ + bool IsEmpty( bool aIncludeFallback = true ); + + /** + * Function ExpandSubstitutions + * replaces any environment variable references with their values and is + * here to fully embellish the ROW::uri in a platform independent way. + * This enables (fp_lib_table)s to have platform dependent environment + * variables in them, allowing for a uniform table across platforms. + */ + static const wxString ExpandSubstitutions( const wxString& aString ); + + /** + * Function LoadGlobalTable + * loads the global footprint library table into \a aTable. + * + * This probably should be move into the application object when KiCad is changed + * to a single process application. This is the least painful solution for the + * time being. + * + * @param aTable the #FP_LIB_TABLE object to load. + * @return true if the global library table exists and is loaded properly. + * @throw IO_ERROR if an error occurs attempting to load the footprint library + * table. + */ + static bool LoadGlobalTable( FP_LIB_TABLE& aTable ) + throw (IO_ERROR, PARSE_ERROR, boost::interprocess::lock_exception ); + + /** + * Function GetGlobalTableFileName + * @return the platform specific global footprint library path and file name. + */ + static wxString GetGlobalTableFileName(); + +#if 0 + /** + * Function GetFileName + * @return the footprint library file name. + */ + static const wxString GetFileName(); +#endif + + /** + * Function GlobalPathEnvVarVariableName + * returns the name of the environment variable used to hold the directory of + * locally installed "KiCad sponsored" system footprint libraries. These can + * be either legacy or pretty format. The only thing special about this + * particular environment variable is that it is set automatically by + * KiCad on program startup, iff it is not set already in the environment. + */ + static const wxString GlobalPathEnvVariableName(); + + /** + * Function Load + * loads the footprint library table using the path defined in \a aFileName with + * \a aFallBackTable. + * + * @param aFileName contains the full path to the s-expression file. + * + * @throw IO_ERROR if an error occurs attempting to load the footprint library + * table. + */ + void Load( const wxString& aFileName ) throw( IO_ERROR ); + + /** + * Function Save + * writes this table to aFileName in s-expression form. + * @param aFileName is the name of the file to write to. + */ + void Save( const wxString& aFileName ) const + throw( IO_ERROR, boost::interprocess::lock_exception ); + +protected: + + /** + * Function findRow + * returns a ROW if aNickname is found in this table or in any chained + * fallBack table fragment, else NULL. + */ + ROW* findRow( const wxString& aNickname ) const; + + void reindex() + { + nickIndex.clear(); + + for( ROWS_CITER it = rows.begin(); it != rows.end(); ++it ) + nickIndex.insert( INDEX_VALUE( it->nickName, it - rows.begin() ) ); + } + + void ensureIndex() + { + // The dialog lib table editor may not maintain the nickIndex. + // Lazy indexing may be required. To handle lazy indexing, we must enforce + // that "nickIndex" is either empty or accurate, but never inaccurate. + if( !nickIndex.size() ) + reindex(); + } + + typedef std::vector ROWS; + typedef ROWS::iterator ROWS_ITER; + typedef ROWS::const_iterator ROWS_CITER; + + ROWS rows; + + /// this is a non-owning index into the ROWS table + typedef std::map INDEX; // "int" is std::vector array index + typedef INDEX::iterator INDEX_ITER; + typedef INDEX::const_iterator INDEX_CITER; + typedef INDEX::value_type INDEX_VALUE; + + /// this particular key is the nickName within each row. + INDEX nickIndex; + + FP_LIB_TABLE* fallBack; +}; + + +extern FP_LIB_TABLE GFootprintTable; // KIFACE scope. + +#endif // FP_LIB_TABLE_H_ diff --git a/include/fpid.h b/include/fpid.h new file mode 100644 index 0000000..137137d --- /dev/null +++ b/include/fpid.h @@ -0,0 +1,198 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2010-2012 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2012 Wayne Stambaugh + * Copyright (C) 2010 KiCad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef _FPID_H_ +#define _FPID_H_ + +#include +#include + +/** + * Class FPID + * is a Logical Footprint ID and consists of various portions much like a URI. + * It is a container for the separated portions of a logical footprint id so they + * can be accessed individually. The various portions of an FPID are: + * logicalLibraryName (nick name), footprint name, and revision. The logical library + * name and the footprint name are mandatory. The revision is optional and currently is + * not used. + * + * Example FPID string: + * "smt:R_0805/rev0". + * + *

    + *

      + *
    • "smt" is the logical library name used to look up library information saved in the + * #FP_LIB_TABLE. + *
    • "R" is the name of the footprint within the library. + *
    • "rev0" is the revision, which is optional. If missing then its + * / delimiter should also not be present. A revision must begin with + * "rev" and be followed by at least one or more decimal digits. + *
    + * + * @author Dick Hollenbeck + */ +class FPID +{ +public: + + FPID() {} + + /** + * Constructor FPID + * takes \a aId string and parses it. A typical FPID string consists of a + * library nickname followed by a footprint name. + * e.g.: "smt:R_0805", or + * e.g.: "mylib:R_0805" + * + * @param aId is a string to be parsed into the FPID object. + */ + FPID( const std::string& aId ) throw( PARSE_ERROR ); + + FPID( const wxString& aId ) throw( PARSE_ERROR ); + + /** + * Function Parse + * [re-]stuffs this FPID with the information from @a aId. + * + * @param aId is the string to populate the #FPID object. + * @return int - minus 1 (i.e. -1) means success, >= 0 indicates the character offset into + * aId at which an error was detected. + */ + int Parse( const UTF8& aId ); + + + /** + * Function GetLibNickname + * returns the logical library name portion of a FPID. + */ + const UTF8& GetLibNickname() const + { + return nickname; + } + + /** + * Function SetLibNickname + * overrides the logical footprint library name portion of the FPID to @a aNickname. + * @return int - minus 1 (i.e. -1) means success, >= 0 indicates the character offset + * into the parameter at which an error was detected, usually because it + * contained '/' or ':'. + */ + int SetLibNickname( const UTF8& aNickname ); + + /** + * Function GetFootprintName + * returns the footprint name, i.e. footprintName. + */ + const UTF8& GetFootprintName() const { return footprint; } + + /** + * Function SetFootprintName + * overrides the footprint name portion of the FPID to @a aFootprintName + * @return int - minus 1 (i.e. -1) means success, >= 0 indicates the character offset + * into the parameter at which an error was detected, usually because it + * contained '/'. + */ + int SetFootprintName( const UTF8& aFootprintName ); + + int SetRevision( const UTF8& aRevision ); + + const UTF8& GetRevision() const { return revision; } + + UTF8 GetFootprintNameAndRev() const; + + /** + * Function Format + * returns the fully formatted text of the FPID. + */ + UTF8 Format() const; + + /** + * Function Format + * returns a wxString in the proper format as an FPID for a combination of + * aLibNickname, aFootprintName, and aRevision. + * + * @throw PARSE_ERROR if any of the pieces are illegal. + static UTF8 Format( const UTF8& aLibNickname, const UTF8& aFootprintName, + const UTF8& aRevision = "" ) + throw( PARSE_ERROR ); + */ + + /** + * Function IsValid + * @return true is the #FPID is valid. + * + * A valid #FPID must have both the footprint library nickname and the footprint name + * defined. The revision field is optional. + * + * @note A return value of true does not indicated that the #FPID is a valid #FP_LIB_TABLE + * entry. + */ + bool IsValid() const { return !nickname.empty() && !footprint.empty(); } + + /** + * Function IsLegacy + * @return true if the #FPID only has the #footprint name defined. + */ + bool IsLegacy() const { return nickname.empty() && !footprint.empty() && revision.empty(); } + + /** + * Function clear + * clears the contents of the library nickname, footprint name, and revision strings. + */ + void clear(); + + /** + * Function empty + * @return a boolean true value if the FPID is empty. Otherwise return false. + */ + bool empty() const { return nickname.empty() && footprint.empty() && revision.empty(); } + + /** + * Function Compare + * compares the contents of FPID objects by performing a std::string comparison of the + * library nickname, footprint name, and revision strings respectively. + * + * @param aFPID is the FPID to compare against. + * @return -1 if less than \a aFPID, 1 if greater than \a aFPID, and 0 if equal to \a aFPID. + */ + int compare( const FPID& aFPID ) const; + + bool operator < ( const FPID& aFPID ) const { return this->compare( aFPID ) < 0; } + bool operator > ( const FPID& aFPID ) const { return this->compare( aFPID ) > 0; } + bool operator ==( const FPID& aFPID ) const { return this->compare( aFPID ) == 0; } + bool operator !=( const FPID& aFPID ) const { return !(*this == aFPID); } + +#if defined(DEBUG) + static void Test(); +#endif + +protected: + UTF8 nickname; ///< The nickname of the footprint library or empty. + UTF8 footprint; ///< The name of the footprint in the logical library. + UTF8 revision; ///< The footprint revision. +}; + + +#endif // _FPID_H_ diff --git a/include/frame_type.h b/include/frame_type.h new file mode 100644 index 0000000..d5b411c --- /dev/null +++ b/include/frame_type.h @@ -0,0 +1,70 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2014 CERN + * Copyright (C) 1992-2014 KiCad Developers, see CHANGELOG.TXT for contributors. + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef FRAME_T_H_ +#define FRAME_T_H_ + +/** + * Enum FRAME_T + * is the set of EDA_BASE_FRAME derivatives, typically stored in + * EDA_BASE_FRAME::m_Ident. + */ +enum FRAME_T +{ + FRAME_SCH, + FRAME_SCH_LIB_EDITOR, + FRAME_SCH_VIEWER, + FRAME_SCH_VIEWER_MODAL, + + FRAME_PCB, + FRAME_PCB_MODULE_EDITOR, + FRAME_PCB_MODULE_VIEWER, + FRAME_PCB_MODULE_VIEWER_MODAL, + FRAME_PCB_FOOTPRINT_WIZARD_MODAL, + FRAME_PCB_DISPLAY3D, + + FRAME_CVPCB, + FRAME_CVPCB_DISPLAY, + + FRAME_GERBER, + + FRAME_PL_EDITOR, + + FRAME_BM2CMP, + + FRAME_CALC, + + KIWAY_PLAYER_COUNT, // counts subset of FRAME_T's which are KIWAY_PLAYER derivatives + + // C++ project manager is not a KIWAY_PLAYER + KICAD_MAIN_FRAME_T = KIWAY_PLAYER_COUNT, + + FRAME_T_COUNT +}; + + //TEXT_EDITOR_FRAME_T, + + +#endif // FRAME_T_H_ diff --git a/include/gal/cairo/cairo_compositor.h b/include/gal/cairo/cairo_compositor.h new file mode 100644 index 0000000..6d5d74a --- /dev/null +++ b/include/gal/cairo/cairo_compositor.h @@ -0,0 +1,127 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file cairo_compositor.h + * @brief Class that handles multitarget rendering (ie. to different textures/surfaces) and + * later compositing into a single image (Cairo flavour). + */ + +#ifndef CAIRO_COMPOSITOR_H_ +#define CAIRO_COMPOSITOR_H_ + +#include +#include +#include +#include + +namespace KIGFX +{ +class CAIRO_COMPOSITOR : public COMPOSITOR +{ +public: + CAIRO_COMPOSITOR( cairo_t** aMainContext ); + virtual ~CAIRO_COMPOSITOR(); + + /// @copydoc COMPOSITOR::Initialize() + virtual void Initialize(); + + /// @copydoc COMPOSITOR::Resize() + virtual void Resize( unsigned int aWidth, unsigned int aHeight ); + + /// @copydoc COMPOSITOR::CreateBuffer() + virtual unsigned int CreateBuffer(); + + /// @copydoc COMPOSITOR::GetBuffer() + inline virtual unsigned int GetBuffer() const + { + return m_current + 1; + } + + /// @copydoc COMPOSITOR::SetBuffer() + virtual void SetBuffer( unsigned int aBufferHandle ); + + /// @copydoc COMPOSITOR::ClearBuffer() + virtual void ClearBuffer(); + + /// @copydoc COMPOSITOR::DrawBuffer() + virtual void DrawBuffer( unsigned int aBufferHandle ); + + /** + * Function SetMainContext() + * Sets a context to be treated as the main context (ie. as a target of buffers rendering and + * as a source of settings for newly created buffers). + * + * @param aMainContext is the context that should be treated as the main one. + */ + inline virtual void SetMainContext( cairo_t* aMainContext ) + { + m_mainContext = aMainContext; + + // Use the context's transformation matrix + cairo_get_matrix( m_mainContext, &m_matrix ); + } + +protected: + typedef boost::shared_array BitmapPtr; + typedef struct + { + cairo_t* context; ///< Main texture handle + cairo_surface_t* surface; ///< Point to which an image from texture is attached + BitmapPtr bitmap; ///< Pixel storage + } CAIRO_BUFFER; + + unsigned int m_current; ///< Currently used buffer handle + typedef std::deque CAIRO_BUFFERS; + + /// Pointer to the current context, so it can be changed + cairo_t** m_currentContext; + + /// Rendering target used for compositing (the main display) + cairo_t* m_mainContext; + + /// Transformation matrix + cairo_matrix_t m_matrix; + + /// Stores information about initialized buffers + CAIRO_BUFFERS m_buffers; + + unsigned int m_stride; ///< Stride to use given the desired format and width + unsigned int m_bufferSize; ///< Amount of memory needed to store a buffer + + /** + * Function clean() + * performs freeing of resources. + */ + void clean(); + + /// Returns number of currently used buffers + unsigned int usedBuffers() + { + return m_buffers.size(); + } +}; +} // namespace KIGFX + +#endif /* COMPOSITOR_H_ */ diff --git a/include/gal/cairo/cairo_gal.h b/include/gal/cairo/cairo_gal.h new file mode 100644 index 0000000..1f395f7 --- /dev/null +++ b/include/gal/cairo/cairo_gal.h @@ -0,0 +1,405 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * CairoGal - Graphics Abstraction Layer for Cairo + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef CAIROGAL_H_ +#define CAIROGAL_H_ + +#include +#include + +#include + +#include +#include +#include + +#if defined(__WXMSW__) +#define SCREEN_DEPTH 24 +#else +#if wxCHECK_VERSION( 2, 9, 0 ) +#define SCREEN_DEPTH wxBITMAP_SCREEN_DEPTH +#else +#define SCREEN_DEPTH 32 +#endif +#endif + +/** + * @brief Class CAIRO_GAL is the cairo implementation of the graphics abstraction layer. + * + * Quote from Wikipedia: + * " Cairo is a software library used to provide a vector graphics-based, device-independent + * API for software developers. It is designed to provide primitives for 2-dimensional + * drawing across a number of different backends. " + *
    + * Cairo offers also backends for Postscript and PDF surfaces. So it can be used for printing + * of KiCad graphics surfaces as well. + * + */ +namespace KIGFX +{ +class CAIRO_COMPOSITOR; + +class CAIRO_GAL : public GAL, public wxWindow +{ +public: + /** + * Constructor CAIRO_GAL + * + * @param aParent is the wxWidgets immediate wxWindow parent of this object. + * + * @param aMouseListener is the wxEvtHandler that should receive the mouse events, + * this can be can be any wxWindow, but is often a wxFrame container. + * + * @param aPaintListener is the wxEvtHandler that should receive the paint + * event. This can be any wxWindow, but is often a derived instance + * of this class or a containing wxFrame. The "paint event" here is + * a wxCommandEvent holding EVT_GAL_REDRAW, as sent by PostPaint(). + * + * @param aName is the name of this window for use by wxWindow::FindWindowByName() + */ + CAIRO_GAL( wxWindow* aParent, wxEvtHandler* aMouseListener = NULL, + wxEvtHandler* aPaintListener = NULL, const wxString& aName = wxT( "CairoCanvas" ) ); + + virtual ~CAIRO_GAL(); + + // --------------- + // Drawing methods + // --------------- + + /// @copydoc GAL::BeginDrawing() + virtual void BeginDrawing(); + + /// @copydoc GAL::EndDrawing() + virtual void EndDrawing(); + + /// @copydoc GAL::DrawLine() + virtual void DrawLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ); + + /// @copydoc GAL::DrawSegment() + virtual void DrawSegment( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint, double aWidth ); + + /// @copydoc GAL::DrawCircle() + virtual void DrawCircle( const VECTOR2D& aCenterPoint, double aRadius ); + + /// @copydoc GAL::DrawArc() + virtual void DrawArc( const VECTOR2D& aCenterPoint, double aRadius, + double aStartAngle, double aEndAngle ); + + /// @copydoc GAL::DrawRectangle() + virtual void DrawRectangle( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ); + + /// @copydoc GAL::DrawPolyline() + virtual void DrawPolyline( const std::deque& aPointList ) { drawPoly( aPointList ); } + virtual void DrawPolyline( const VECTOR2D aPointList[], int aListSize ) { drawPoly( aPointList, aListSize ); } + + /// @copydoc GAL::DrawPolygon() + virtual void DrawPolygon( const std::deque& aPointList ) { drawPoly( aPointList ); } + virtual void DrawPolygon( const VECTOR2D aPointList[], int aListSize ) { drawPoly( aPointList, aListSize ); } + + /// @copydoc GAL::DrawCurve() + virtual void DrawCurve( const VECTOR2D& startPoint, const VECTOR2D& controlPointA, + const VECTOR2D& controlPointB, const VECTOR2D& endPoint ); + + // -------------- + // Screen methods + // -------------- + + /// @brief Resizes the canvas. + virtual void ResizeScreen( int aWidth, int aHeight ); + + /// @brief Shows/hides the GAL canvas + virtual bool Show( bool aShow ); + + /// @copydoc GAL::Flush() + virtual void Flush(); + + /// @copydoc GAL::ClearScreen() + virtual void ClearScreen( const COLOR4D& aColor ); + + // ----------------- + // Attribute setting + // ----------------- + + /// @copydoc GAL::SetIsFill() + virtual void SetIsFill( bool aIsFillEnabled ); + + /// @copydoc GAL::SetIsStroke() + virtual void SetIsStroke( bool aIsStrokeEnabled ); + + /// @copydoc GAL::SetStrokeColor() + virtual void SetStrokeColor( const COLOR4D& aColor ); + + /// @copydoc GAL::SetFillColor() + virtual void SetFillColor( const COLOR4D& aColor ); + + /// @copydoc GAL::SetLineWidth() + virtual void SetLineWidth( double aLineWidth ); + + /// @copydoc GAL::SetLayerDepth() + virtual void SetLayerDepth( double aLayerDepth ); + + // -------------- + // Transformation + // -------------- + + /// @copydoc GAL::Transform() + virtual void Transform( const MATRIX3x3D& aTransformation ); + + /// @copydoc GAL::Rotate() + virtual void Rotate( double aAngle ); + + /// @copydoc GAL::Translate() + virtual void Translate( const VECTOR2D& aTranslation ); + + /// @copydoc GAL::Scale() + virtual void Scale( const VECTOR2D& aScale ); + + /// @copydoc GAL::Save() + virtual void Save(); + + /// @copydoc GAL::Restore() + virtual void Restore(); + + // -------------------------------------------- + // Group methods + // --------------------------------------------- + + /// @copydoc GAL::BeginGroup() + virtual int BeginGroup(); + + /// @copydoc GAL::EndGroup() + virtual void EndGroup(); + + /// @copydoc GAL::DrawGroup() + virtual void DrawGroup( int aGroupNumber ); + + /// @copydoc GAL::ChangeGroupColor() + virtual void ChangeGroupColor( int aGroupNumber, const COLOR4D& aNewColor ); + + /// @copydoc GAL::ChangeGroupDepth() + virtual void ChangeGroupDepth( int aGroupNumber, int aDepth ); + + /// @copydoc GAL::DeleteGroup() + virtual void DeleteGroup( int aGroupNumber ); + + /// @copydoc GAL::ClearCache() + virtual void ClearCache(); + + // -------------------------------------------------------- + // Handling the world <-> screen transformation + // -------------------------------------------------------- + + /// @copydoc GAL::SaveScreen() + virtual void SaveScreen(); + + /// @copydoc GAL::RestoreScreen() + virtual void RestoreScreen(); + + /// @copydoc GAL::SetTarget() + virtual void SetTarget( RENDER_TARGET aTarget ); + + /// @copydoc GAL::GetTarget() + virtual RENDER_TARGET GetTarget() const; + + /// @copydoc GAL::ClearTarget() + virtual void ClearTarget( RENDER_TARGET aTarget ); + + // ------- + // Cursor + // ------- + + /// @copydoc GAL::SetCursorSize() + virtual void SetCursorSize( unsigned int aCursorSize ); + + /// @copydoc GAL::DrawCursor() + virtual void DrawCursor( const VECTOR2D& aCursorPosition ); + + /** + * Function PostPaint + * posts an event to m_paint_listener. A post is used so that the actual drawing + * function can use a device context type that is not specific to the wxEVT_PAINT event. + */ + void PostPaint() + { + if( paintListener ) + { + wxPaintEvent redrawEvent; + wxPostEvent( paintListener, redrawEvent ); + } + } + + void SetMouseListener( wxEvtHandler* aMouseListener ) + { + mouseListener = aMouseListener; + } + + void SetPaintListener( wxEvtHandler* aPaintListener ) + { + paintListener = aPaintListener; + } + +protected: + virtual void drawGridLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ); + +private: + /// Super class definition + typedef GAL super; + + // Compositing variables + boost::shared_ptr compositor; ///< Object for layers compositing + unsigned int mainBuffer; ///< Handle to the main buffer + unsigned int overlayBuffer; ///< Handle to the overlay buffer + RENDER_TARGET currentTarget; ///< Current rendering target + bool validCompositor; ///< Compositor initialization flag + + // Variables related to wxWidgets + wxWindow* parentWindow; ///< Parent window + wxEvtHandler* mouseListener; ///< Mouse listener + wxEvtHandler* paintListener; ///< Paint listener + unsigned int bufferSize; ///< Size of buffers cairoOutput, bitmapBuffers + unsigned char* wxOutput; ///< wxImage comaptible buffer + + // Cursor variables + std::deque savedCursorPixels; ///< Saved pixels of the cursor + bool isDeleteSavedPixels; ///< True, if the saved pixels can be discarded + wxPoint savedCursorPosition; ///< The last cursor position + wxBitmap* cursorPixels; ///< Cursor pixels + wxBitmap* cursorPixelsSaved; ///< Saved cursor pixels + + /// Maximum number of arguments for one command + static const int MAX_CAIRO_ARGUMENTS = 6; + + /// Definitions for the command recorder + enum GRAPHICS_COMMAND + { + CMD_SET_FILL, ///< Enable/disable filling + CMD_SET_STROKE, ///< Enable/disable stroking + CMD_SET_FILLCOLOR, ///< Set the fill color + CMD_SET_STROKECOLOR, ///< Set the stroke color + CMD_SET_LINE_WIDTH, ///< Set the line width + CMD_STROKE_PATH, ///< Set the stroke path + CMD_FILL_PATH, ///< Set the fill path + CMD_TRANSFORM, ///< Transform the actual context + CMD_ROTATE, ///< Rotate the context + CMD_TRANSLATE, ///< Translate the context + CMD_SCALE, ///< Scale the context + CMD_SAVE, ///< Save the transformation matrix + CMD_RESTORE, ///< Restore the transformation matrix + CMD_CALL_GROUP ///< Call a group + }; + + /// Type definition for an graphics group element + typedef struct + { + GRAPHICS_COMMAND command; ///< Command to execute + double arguments[MAX_CAIRO_ARGUMENTS]; ///< Arguments for Cairo commands + bool boolArgument; ///< A bool argument + int intArgument; ///< An int argument + cairo_path_t* cairoPath; ///< Pointer to a Cairo path + } GROUP_ELEMENT; + + // Variables for the grouping function + bool isGrouping; ///< Is grouping enabled ? + bool isElementAdded; ///< Was an graphic element added ? + typedef std::deque GROUP; ///< A graphic group type definition + std::map groups; ///< List of graphic groups + unsigned int groupCounter; ///< Counter used for generating keys for groups + GROUP* currentGroup; ///< Currently used group + + // Variables related to Cairo <-> wxWidgets + cairo_matrix_t cairoWorldScreenMatrix; ///< Cairo world to screen transformation matrix + cairo_t* currentContext; ///< Currently used Cairo context for drawing + cairo_t* context; ///< Cairo image + cairo_surface_t* surface; ///< Cairo surface + unsigned int* bitmapBuffer; ///< Storage of the cairo image + unsigned int* bitmapBufferBackup; ///< Backup storage of the cairo image + int stride; ///< Stride value for Cairo + bool isInitialized; ///< Are Cairo image & surface ready to use + COLOR4D backgroundColor; ///< Background color + + // Methods + void storePath(); ///< Store the actual path + + // Event handlers + /** + * @brief Paint event handler. + * + * @param aEvent is the paint event. + */ + void onPaint( wxPaintEvent& aEvent ); + + /** + * @brief Mouse event handler, forwards the event to the child. + * + * @param aEvent is the mouse event to be forwarded. + */ + void skipMouseEvent( wxMouseEvent& aEvent ); + + /** + * @brief Prepares cursor bitmap. + */ + virtual void initCursor(); + + /** + * @brief Blits cursor into the current screen. + */ + virtual void blitCursor( wxBufferedDC& clientDC ); + + /// Prepare Cairo surfaces for drawing + void initSurface(); + + /// Destroy Cairo surfaces when are not needed anymore + void deinitSurface(); + + /// Allocate the bitmaps for drawing + void allocateBitmaps(); + + /// Allocate the bitmaps for drawing + void deleteBitmaps(); + + /// Prepare the compositor + void setCompositor(); + + /// Drawing polygons & polylines is the same in cairo, so here is the common code + void drawPoly( const std::deque& aPointList ); + void drawPoly( const VECTOR2D aPointList[], int aListSize ); + + /** + * @brief Returns a valid key that can be used as a new group number. + * + * @return An unique group number that is not used by any other group. + */ + unsigned int getNewGroupNumber(); + + /// Format used to store pixels + static const cairo_format_t GAL_FORMAT = CAIRO_FORMAT_RGB24; + + ///> Opacity of a single layer + static const float LAYER_ALPHA; +}; +} // namespace KIGFX + +#endif // CAIROGAL_H_ diff --git a/include/gal/color4d.h b/include/gal/color4d.h new file mode 100644 index 0000000..46ae899 --- /dev/null +++ b/include/gal/color4d.h @@ -0,0 +1,222 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * Color class + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef COLOR4D_H_ +#define COLOR4D_H_ + +#include +#include + +namespace KIGFX +{ +/** + * Class COLOR4D + * is the color representation with 4 components: red, green, blue, alpha. + */ +class COLOR4D +{ +public: + // Constructor (creates the Color 0,0,0,0) + COLOR4D() : + r( 0 ), g( 0 ), b( 0 ), a( 1 ) + { + } + + /** + * @brief Constructor + * + * @param aRed is the red component [0.0 .. 1.0]. + * @param aGreen is the green component [0.0 .. 1.0]. + * @param aBlue is the blue component [0.0 .. 1.0]. + * @param aAlpha is the alpha value [0.0 .. 1.0]. + */ + COLOR4D( double aRed, double aGreen, double aBlue, double aAlpha ) : + r( aRed ), g( aGreen ), b( aBlue ), a( aAlpha ) + { + assert( r >= 0.0 && r <= 1.0 ); + assert( g >= 0.0 && g <= 1.0 ); + assert( b >= 0.0 && b <= 1.0 ); + assert( a >= 0.0 && a <= 1.0 ); + } + + /** + * @brief Constructor + * + * @param aColor is one of KiCad's palette colors. + * @see EDA_COLOR_T + */ + COLOR4D( EDA_COLOR_T aColor ); + +#ifdef WX_COMPATIBILITY + /** + * @brief Constructor + * + * @param aColor is the color type used by wxWidgets. + */ + COLOR4D( const wxColour& aColor ); +#endif /* WX_COMPATIBLITY */ + + /** + * Function Brighten + * Makes the color brighter by a given factor. + * @param aFactor Specifies how bright the color should become (valid values: 0.0 .. 1.0). + * @return COLOR4D& Brightened color. + */ + COLOR4D& Brighten( double aFactor ) + { + assert( aFactor >= 0.0 && aFactor <= 1.0 ); + + r = r * ( 1.0 - aFactor ) + aFactor; + g = g * ( 1.0 - aFactor ) + aFactor; + b = b * ( 1.0 - aFactor ) + aFactor; + + return *this; + } + + /** + * Function Darken + * Makes the color darker by a given factor. + * @param aFactor Specifies how dark the color should become (valid values: 0.0 .. 1.0). + * @return COLOR4D& Darkened color. + */ + COLOR4D& Darken( double aFactor ) + { + assert( aFactor >= 0.0 && aFactor <= 1.0 ); + + r = r * ( 1.0 - aFactor ); + g = g * ( 1.0 - aFactor ); + b = b * ( 1.0 - aFactor ); + + return *this; + } + + /** + * Function Invert + * Makes the color inverted, alpha remains the same. + * @return COLOR4D& Inverted color. + */ + COLOR4D& Invert() + { + r = ( 1.0 - r ); + g = ( 1.0 - g ); + b = ( 1.0 - b ); + + return *this; + } + + /** + * Saturates the color to a given factor (in HSV model) + */ + COLOR4D& Saturate( double aFactor ); + + /** + * Function Brightened + * Returns a color that is brighter by a given factor, without modifying object. + * @param aFactor Specifies how bright the color should become (valid values: 0.0 .. 1.0). + * @return COLOR4D Highlighted color. + */ + COLOR4D Brightened( double aFactor ) const + { + assert( aFactor >= 0.0 && aFactor <= 1.0 ); + + return COLOR4D( r * ( 1.0 - aFactor ) + aFactor, + g * ( 1.0 - aFactor ) + aFactor, + b * ( 1.0 - aFactor ) + aFactor, + a ); + } + + /** + * Function Darkened + * Returns a color that is darker by a given factor, without modifying object. + * @param aFactor Specifies how dark the color should become (valid values: 0.0 .. 1.0). + * @return COLOR4D Darkened color. + */ + COLOR4D Darkened( double aFactor ) const + { + assert( aFactor >= 0.0 && aFactor <= 1.0 ); + + return COLOR4D( r * ( 1.0 - aFactor ), + g * ( 1.0 - aFactor ), + b * ( 1.0 - aFactor ), + a ); + } + + /** + * Function Inverted + * Returns an inverted color, alpha remains the same. + * @return COLOR4D& Inverted color. + */ + COLOR4D Inverted() const + { + return COLOR4D( 1.0 - r, 1.0 - g, 1.0 - b, a ); + } + + /** + * Function GetBrightness + * Returns the brightness value of the color ranged from 0.0 to 1.0. + * @return The brightness value. + */ + double GetBrightness() const + { + // Weighted W3C formula + return r * 0.299 + g * 0.587 + b * 0.117; + } + + /** + * Function ToHSV() + * Converts current color (stored in RGB) to HSV format. + * + * @param aOutH is conversion result for hue component. + * @param aOutS is conversion result for saturation component. + * @param aOutV is conversion result for value component. + */ + void ToHSV( double& aOutH, double& aOutS, double& aOutV ) const; + + /** + * Function FromHSV() + * Changes currently used color to the one given by hue, saturation and value parameters. + * + * @param aInH is hue component. + * @param aInS is saturation component. + * @param aInV is value component. + */ + void FromHSV( double aInH, double aInS, double aInV ); + + /// @brief Equality operator, are two colors equal + const bool operator==( const COLOR4D& aColor ); + + /// @brief Not equality operator, are two colors not equal + const bool operator!=( const COLOR4D& aColor ); + + // Color components: red, green, blue, alpha + double r; ///< Red component + double g; ///< Green component + double b; ///< Blue component + double a; ///< Alpha component +}; +} // namespace KIGFX + +#endif /* COLOR4D_H_ */ diff --git a/include/gal/compositor.h b/include/gal/compositor.h new file mode 100644 index 0000000..cd1d636 --- /dev/null +++ b/include/gal/compositor.h @@ -0,0 +1,106 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file compositor.h + * @brief Class that handles multitarget rendering (ie. to different textures/surfaces) and + * later compositing into a single image. + */ + +#ifndef COMPOSITOR_H_ +#define COMPOSITOR_H_ + +namespace KIGFX +{ + +class COMPOSITOR +{ +public: + virtual ~COMPOSITOR() + { + } + + /** + * Function Reset() + * performs primary initialiation, necessary to use the object. + */ + virtual void Initialize() = 0; + + /** + * Function Resize() + * clears the state of COMPOSITOR, so it has to be reinitialized again with the new dimensions. + * + * @param aWidth is the framebuffer width (in pixels). + * @param aHeight is the framebuffer height (in pixels). + */ + virtual void Resize( unsigned int aWidth, unsigned int aHeight ) = 0; + + /** + * Function CreateBuffer() + * prepares a new buffer that may be used as a rendering target. + * + * @return is the handle of the buffer. In case of failure 0 (zero) is returned as the handle. + */ + virtual unsigned int CreateBuffer() = 0; + + /** + * Function GetBuffer() + * returns currently used buffer handle. + * + * @return Currently used buffer handle. + */ + virtual unsigned int GetBuffer() const = 0; + + /** + * Function SetBuffer() + * sets the selected buffer as the rendering target. All the following drawing functions are + * going to be rendered in the selected buffer. + * + * @param aBufferHandle is the handle of the buffer or 0 in case of rendering directly to the + * display. + */ + virtual void SetBuffer( unsigned int aBufferHandle ) = 0; + + /** + * Function ClearBuffer() + * clears the selected buffer (set by the SetBuffer() function). + */ + virtual void ClearBuffer() = 0; + + /** + * Function DrawBuffer() + * draws the selected buffer on the screen. + * + * @param aBufferHandle is the handle of the buffer to be drawn. + */ + virtual void DrawBuffer( unsigned int aBufferHandle ) = 0; + +protected: + unsigned int m_width; ///< Width of the buffer (in pixels) + unsigned int m_height; ///< Height of the buffer (in pixels) +}; + +} // namespace KIGFX + +#endif /* COMPOSITOR_H_ */ diff --git a/include/gal/definitions.h b/include/gal/definitions.h new file mode 100644 index 0000000..4ee1d6f --- /dev/null +++ b/include/gal/definitions.h @@ -0,0 +1,48 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * Macro definitions + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef DEFINITIONS_H_ +#define DEFINITIONS_H_ + +/// Swap the variables if a condition is met. +#define SWAP( varA, condition, varB ) if( varA condition varB ) { double tmp = varA; varA = varB; \ + varB = tmp; } + +namespace KIGFX +{ +/** + * RENDER_TARGET: Possible rendering targets + */ +enum RENDER_TARGET +{ + TARGET_CACHED = 0, ///< Main rendering target (cached) + TARGET_NONCACHED, ///< Auxiliary rendering target (noncached) + TARGET_OVERLAY, ///< Items that may change while the view stays the same (noncached) + TARGETS_NUMBER ///< Number of available rendering targets +}; +} // namespace KIGFX + +#endif /* DEFINITIONS_H_ */ diff --git a/include/gal/graphics_abstraction_layer.h b/include/gal/graphics_abstraction_layer.h new file mode 100644 index 0000000..40cebbf --- /dev/null +++ b/include/gal/graphics_abstraction_layer.h @@ -0,0 +1,910 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2012 Torsten Hueter, torstenhtr gmx.de + * Copyright (C) 2012 Kicad Developers, see change_log.txt for contributors. + * + * Graphics Abstraction Layer (GAL) - base class + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef GRAPHICSABSTRACTIONLAYER_H_ +#define GRAPHICSABSTRACTIONLAYER_H_ + +#include +#include +#include + +#include + +#include +#include +#include +#include + +namespace KIGFX +{ +/** + * GridStyle: Type definition of the grid style + */ +enum GRID_STYLE +{ + GRID_STYLE_LINES, ///< Use lines for the grid + GRID_STYLE_DOTS ///< Use dots for the grid +}; + +/** + * @brief Class GAL is the abstract interface for drawing on a 2D-surface. + * + * The functions are optimized for drawing shapes of an EDA-program such as KiCad. Most methods + * are abstract and need to be implemented by a lower layer, for example by a cairo or OpenGL implementation. + *
    + * Almost all methods use world coordinates as arguments. The board design is defined in world space units; + * for drawing purposes these are transformed to screen units with this layer. So zooming is handled here as well. + * + */ +class GAL +{ +public: + // Constructor / Destructor + GAL(); + virtual ~GAL(); + + /// @brief Returns the initalization status for the canvas. + virtual bool IsInitialized() const { return true; } + + // --------------- + // Drawing methods + // --------------- + + /// @brief Begin the drawing, needs to be called for every new frame. + virtual void BeginDrawing() {}; + + /// @brief End the drawing, needs to be called for every new frame. + virtual void EndDrawing() {}; + + /** + * @brief Draw a line. + * + * Start and end points are defined as 2D-Vectors. + * + * @param aStartPoint is the start point of the line. + * @param aEndPoint is the end point of the line. + */ + virtual void DrawLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) {}; + + /** + * @brief Draw a rounded segment. + * + * Start and end points are defined as 2D-Vectors. + * + * @param aStartPoint is the start point of the segment. + * @param aEndPoint is the end point of the segment. + * @param aWidth is a width of the segment + */ + virtual void DrawSegment( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint, double aWidth ) {}; + + /** + * @brief Draw a polyline + * + * @param aPointList is a list of 2D-Vectors containing the polyline points. + */ + virtual void DrawPolyline( const std::deque& aPointList ) {}; + virtual void DrawPolyline( const VECTOR2D aPointList[], int aListSize ) {}; + + /** + * @brief Draw a circle using world coordinates. + * + * @param aCenterPoint is the center point of the circle. + * @param aRadius is the radius of the circle. + */ + virtual void DrawCircle( const VECTOR2D& aCenterPoint, double aRadius ) {}; + + /** + * @brief Draw an arc. + * + * @param aCenterPoint is the center point of the arc. + * @param aRadius is the arc radius. + * @param aStartAngle is the start angle of the arc. + * @param aEndAngle is the end angle of the arc. + */ + virtual void + DrawArc( const VECTOR2D& aCenterPoint, double aRadius, double aStartAngle, double aEndAngle ) {}; + + /** + * @brief Draw a rectangle. + * + * @param aStartPoint is the start point of the rectangle. + * @param aEndPoint is the end point of the rectangle. + */ + virtual void DrawRectangle( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) {}; + + /** + * @brief Draw a polygon. + * + * @param aPointList is the list of the polygon points. + */ + virtual void DrawPolygon( const std::deque& aPointList ) {}; + virtual void DrawPolygon( const VECTOR2D aPointList[], int aListSize ) {}; + + /** + * @brief Draw a cubic bezier spline. + * + * @param startPoint is the start point of the spline. + * @param controlPointA is the first control point. + * @param controlPointB is the second control point. + * @param endPoint is the end point of the spline. + */ + virtual void DrawCurve( const VECTOR2D& startPoint, const VECTOR2D& controlPointA, + const VECTOR2D& controlPointB, const VECTOR2D& endPoint ) {}; + + // -------------- + // Screen methods + // -------------- + + /// @brief Resizes the canvas. + virtual void ResizeScreen( int aWidth, int aHeight ) {}; + + /// @brief Shows/hides the GAL canvas + virtual bool Show( bool aShow ) { return true; }; + + /// @brief Returns GAL canvas size in pixels + const VECTOR2I& GetScreenPixelSize() const + { + return screenSize; + } + + /// @brief Force all remaining objects to be drawn. + virtual void Flush() {}; + + /** + * @brief Clear the screen. + * @param aColor is the color used for clearing. + */ + virtual void ClearScreen( const COLOR4D& aColor ) {}; + + // ----------------- + // Attribute setting + // ----------------- + + /** + * @brief Enable/disable fill. + * + * @param aIsFillEnabled is true, when the graphics objects should be filled, else false. + */ + inline virtual void SetIsFill( bool aIsFillEnabled ) + { + isFillEnabled = aIsFillEnabled; + } + + /** + * @brief Enable/disable stroked outlines. + * + * @param aIsStrokeEnabled is true, if the outline of an object should be stroked. + */ + inline virtual void SetIsStroke( bool aIsStrokeEnabled ) + { + isStrokeEnabled = aIsStrokeEnabled; + } + + /** + * @brief Set the fill color. + * + * @param aColor is the color for filling. + */ + inline virtual void SetFillColor( const COLOR4D& aColor ) + { + fillColor = aColor; + } + + /** + * @brief Set the stroke color. + * + * @param aColor is the color for stroking the outline. + */ + inline virtual void SetStrokeColor( const COLOR4D& aColor ) + { + strokeColor = aColor; + } + + /** + * @brief Get the stroke color. + * + * @return the color for stroking the outline. + */ + inline const COLOR4D& GetStrokeColor() const + { + return strokeColor; + } + + /** + * @brief Set the line width. + * + * @param aLineWidth is the line width. + */ + inline virtual void SetLineWidth( double aLineWidth ) + { + lineWidth = aLineWidth; + } + + /** + * @brief Get the line width. + * + * @return the actual line width. + */ + inline double GetLineWidth() const + { + return lineWidth; + } + + /** + * @brief Set the depth of the layer (position on the z-axis) + * + * @param aLayerDepth the layer depth for the objects. + */ + inline virtual void SetLayerDepth( double aLayerDepth ) + { + assert( aLayerDepth <= depthRange.y ); + assert( aLayerDepth >= depthRange.x ); + + layerDepth = aLayerDepth; + } + + // ---- + // Text + // ---- + /** + * @brief Draws a vector type text using preloaded Newstroke font. + * + * @param aText is the text to be drawn. + * @param aPosition is the text position in world coordinates. + * @param aRotationAngle is the text rotation angle. + */ + inline virtual void StrokeText( const wxString& aText, const VECTOR2D& aPosition, + double aRotationAngle ) + { + strokeFont.Draw( aText, aPosition, aRotationAngle ); + } + + /** + * @brief Loads attributes of the given text (bold/italic/underline/mirrored and so on). + * + * @param aText is the text item. + */ + virtual void SetTextAttributes( const EDA_TEXT* aText ); + + /// @copydoc STROKE_FONT::SetGlyphSize() + inline void SetGlyphSize( const VECTOR2D aGlyphSize ) + { + strokeFont.SetGlyphSize( aGlyphSize ); + } + + /// @copydoc STROKE_FONT::SetBold() + inline void SetBold( const bool aBold ) + { + strokeFont.SetBold( aBold ); + } + + /// @copydoc STROKE_FONT::SetItalic() + inline void SetItalic( const bool aItalic ) + { + strokeFont.SetItalic( aItalic ); + } + + /// @copydoc STROKE_FONT::SetMirrored() + inline void SetMirrored( const bool aMirrored ) + { + strokeFont.SetMirrored( aMirrored ); + } + + /// @copydoc STROKE_FONT::SetHorizontalJustify() + inline void SetHorizontalJustify( const EDA_TEXT_HJUSTIFY_T aHorizontalJustify ) + { + strokeFont.SetHorizontalJustify( aHorizontalJustify ); + } + + /// @copydoc STROKE_FONT::SetVerticalJustify() + inline void SetVerticalJustify( const EDA_TEXT_VJUSTIFY_T aVerticalJustify ) + { + strokeFont.SetVerticalJustify( aVerticalJustify ); + } + + // -------------- + // Transformation + // -------------- + + /** + * @brief Transform the context. + * + * @param aTransformation is the ransformation matrix. + */ + virtual void Transform( const MATRIX3x3D& aTransformation ) {}; + + /** + * @brief Rotate the context. + * + * @param aAngle is the rotation angle in radians. + */ + virtual void Rotate( double aAngle ) {}; + + /** + * @brief Translate the context. + * + * @param aTranslation is the translation vector. + */ + virtual void Translate( const VECTOR2D& aTranslation ) {}; + + /** + * @brief Scale the context. + * + * @param aScale is the scale factor for the x- and y-axis. + */ + virtual void Scale( const VECTOR2D& aScale ) {}; + + /// @brief Save the context. + virtual void Save() {}; + + /// @brief Restore the context. + virtual void Restore() {}; + + // -------------------------------------------- + // Group methods + // --------------------------------------------- + + /** + * @brief Begin a group. + * + * A group is a collection of graphic items. + * Hierarchical groups are possible, attributes and transformations can be used. + * + * @return the number of the group. + */ + virtual int BeginGroup() { return 0; }; + + /// @brief End the group. + virtual void EndGroup() {}; + + /** + * @brief Draw the stored group. + * + * @param aGroupNumber is the group number. + */ + virtual void DrawGroup( int aGroupNumber ) {}; + + /** + * @brief Changes the color used to draw the group. + * + * @param aGroupNumber is the group number. + * @param aNewColor is the new color. + */ + virtual void ChangeGroupColor( int aGroupNumber, const COLOR4D& aNewColor ) {}; + + /** + * @brief Changes the depth (Z-axis position) of the group. + * + * @param aGroupNumber is the group number. + * @param aDepth is the new depth. + */ + virtual void ChangeGroupDepth( int aGroupNumber, int aDepth ) {}; + + /** + * @brief Delete the group from the memory. + * + * @param aGroupNumber is the group number. + */ + virtual void DeleteGroup( int aGroupNumber ) {}; + + /** + * @brief Delete all data created during caching of graphic items. + */ + virtual void ClearCache() {}; + + // -------------------------------------------------------- + // Handling the world <-> screen transformation + // -------------------------------------------------------- + + /// @brief Compute the world <-> screen transformation matrix + virtual void ComputeWorldScreenMatrix(); + + /** + * @brief Get the world <-> screen transformation matrix. + * + * @return the transformation matrix. + */ + const MATRIX3x3D& GetWorldScreenMatrix() const + { + return worldScreenMatrix; + } + + /** + * @brief Get the screen <-> world transformation matrix. + * + * @return the transformation matrix. + */ + const MATRIX3x3D& GetScreenWorldMatrix() const + { + return screenWorldMatrix; + } + + /** + * @brief Set the world <-> screen transformation matrix. + * + * @param aMatrix is the 3x3 world <-> screen transformation matrix. + */ + inline void SetWorldScreenMatrix( const MATRIX3x3D& aMatrix ) + { + worldScreenMatrix = aMatrix; + } + + /** + * @brief Set the unit length. + * + * This defines the length [inch] per one integer. For instance a value 0.001 means + * that the coordinate [1000, 1000] corresponds with a point at (1 inch, 1 inch) or + * 1 mil resolution per integer. + * + * @param aWorldUnitLength is the world Unit length. + */ + inline void SetWorldUnitLength( double aWorldUnitLength ) + { + worldUnitLength = aWorldUnitLength; + } + + /** + * @brief Set the dots per inch of the screen. + * + * This value depends on the user screen, it should be configurable by the application. + * For instance a typical notebook with HD+ resolution (1600x900) has 106 DPI. + * + * @param aScreenDPI are the screen DPI. + */ + inline void SetScreenDPI( double aScreenDPI ) + { + screenDPI = aScreenDPI; + } + + /** + * @brief Set the Point in world space to look at. + * + * This point corresponds with the center of the actual drawing area. + * + * @param aPoint is the look at point (center of the actual drawing area). + */ + inline void SetLookAtPoint( const VECTOR2D& aPoint ) + { + lookAtPoint = aPoint; + } + + /** + * @brief Get the look at point. + * + * @return the look at point. + */ + inline const VECTOR2D& GetLookAtPoint() const + { + return lookAtPoint; + } + + /** + * @brief Set the zoom factor of the scene. + * + * @param aZoomFactor is the zoom factor. + */ + inline void SetZoomFactor( double aZoomFactor ) + { + zoomFactor = aZoomFactor; + } + + /** + * @brief Get the zoom factor + * + * @return the zoom factor. + */ + inline double GetZoomFactor() const + { + return zoomFactor; + } + + /** + * @brief Set the range of the layer depth. + * + * Usually required for the OpenGL implementation, any object outside this range is not drawn. + * + * @param aDepthRange is the depth range where component x is the near clipping plane and y + * is the far clipping plane. + */ + inline void SetDepthRange( const VECTOR2D& aDepthRange ) + { + depthRange = aDepthRange; + } + + /** + * @brief Returns the minimum depth in the currently used range (the top). + */ + inline double GetMinDepth() const + { + return depthRange.x; + } + + /** + * @brief Returns the maximum depth in the currently used range (the bottom). + */ + inline double GetMaxDepth() const + { + return depthRange.y; + } + + /** + * @brief Get the world scale. + * + * @return the actual world scale factor. + */ + inline double GetWorldScale() const + { + return worldScale; + } + + /** + * @brief Sets flipping of the screen. + * + * @param xAxis is the flip flag for the X axis. + * @param yAxis is the flip flag for the Y axis. + */ + inline void SetFlip( bool xAxis, bool yAxis ) + { + if( xAxis ) + flipX = -1.0; // flipped + else + flipX = 1.0; // regular + + if( yAxis ) + flipY = -1.0; // flipped + else + flipY = 1.0; // regular + } + + // --------------------------- + // Buffer manipulation methods + // --------------------------- + + /** + * @brief Save the screen contents. + */ + virtual void SaveScreen() {}; + + /** + * @brief Restore the screen contents. + */ + virtual void RestoreScreen() {}; + + /** + * @brief Sets the target for rendering. + * + * @param aTarget is the new target for rendering. + */ + virtual void SetTarget( RENDER_TARGET aTarget ) {}; + + /** + * @brief Gets the currently used target for rendering. + * + * @return The current rendering target. + */ + virtual RENDER_TARGET GetTarget() const { return TARGET_CACHED; }; + + /** + * @brief Clears the target for rendering. + * + * @param aTarget is the target to be cleared. + */ + virtual void ClearTarget( RENDER_TARGET aTarget ) {}; + + // ------------- + // Grid methods + // ------------- + + /** + * @brief Sets the visibility setting of the grid. + * + * @param aVisibility is the new visibility setting of the grid. + */ + inline void SetGridVisibility( bool aVisibility ) + { + gridVisibility = aVisibility; + } + + /** + * @brief Set the origin point for the grid. + * + * @param aGridOrigin is a vector containing the grid origin point, in world coordinates. + */ + inline void SetGridOrigin( const VECTOR2D& aGridOrigin ) + { + gridOrigin = aGridOrigin; + + if( gridSize.x == 0.0 || gridSize.y == 0.0 ) + gridOffset = VECTOR2D(0.0, 0.0); + else + gridOffset = VECTOR2D( (long) gridOrigin.x % (long) gridSize.x, + (long) gridOrigin.y % (long) gridSize.y ); + } + + /** + * @brief Set the threshold for grid drawing. + * + * @param aThreshold is the minimum grid cell size (in pixels) for which the grid is drawn. + */ + inline void SetGridDrawThreshold( int aThreshold ) + { + gridDrawThreshold = aThreshold; + } + + /** + * @brief Set the grid size. + * + * @param aGridSize is a vector containing the grid size in x and y direction. + */ + inline void SetGridSize( const VECTOR2D& aGridSize ) + { + gridSize = aGridSize; + + gridOffset = VECTOR2D( (long) gridOrigin.x % (long) gridSize.x, + (long) gridOrigin.y % (long) gridSize.y ); + } + + /** + * @brief Returns the grid size. + * + * @return A vector containing the grid size in x and y direction. + */ + inline const VECTOR2D& GetGridSize() const + { + return gridSize; + } + + /** + * @brief Set the grid color. + * + * @param aGridColor is the grid color, it should have a low alpha value for the best effect. + */ + inline void SetGridColor( const COLOR4D& aGridColor ) + { + gridColor = aGridColor; + } + + /** + * @brief Draw every tick line wider. + * + * @param aInterval increase the width of every aInterval line, if 0 do not use this feature. + */ + inline void SetCoarseGrid( int aInterval ) + { + gridTick = aInterval; + } + + /** + * @brief Get the grid line width. + * + * @return the grid line width + */ + inline double GetGridLineWidth() const + { + return gridLineWidth; + } + + /** + * @brief Set the grid line width. + * + * @param aGridLineWidth is the rid line width. + */ + inline void SetGridLineWidth( double aGridLineWidth ) + { + gridLineWidth = aGridLineWidth; + } + + ///> @brief Draw the grid + void DrawGrid(); + + /** + * Function GetGridPoint() + * For a given point it returns the nearest point belonging to the grid in world coordinates. + * + * @param aPoint is the point for which the grid point is searched. + * @return The nearest grid point in world coordinates. + */ + VECTOR2D GetGridPoint( const VECTOR2D& aPoint ) const; + + /** + * @brief Change the grid display style. + * + * @param aGridStyle is the new style for grid. + */ + inline virtual void SetGridStyle( GRID_STYLE aGridStyle ) + { + gridStyle = aGridStyle; + } + + /** + * @brief Compute the point position in world coordinates from given screen coordinates. + * + * @param aPoint the pointposition in screen coordinates. + * @return the point position in world coordinates. + */ + inline VECTOR2D ToWorld( const VECTOR2D& aPoint ) const + { + return VECTOR2D( screenWorldMatrix * aPoint ); + } + + /** + * @brief Compute the point position in screen coordinates from given world coordinates. + * + * @param aPoint the pointposition in world coordinates. + * @return the point position in screen coordinates. + */ + inline VECTOR2D ToScreen( const VECTOR2D& aPoint ) const + { + return VECTOR2D( worldScreenMatrix * aPoint ); + } + + /** + * @brief Enable/disable cursor. + * + * @param aCursorEnabled is true if the cursor should be drawn, else false. + */ + inline void SetCursorEnabled( bool aCursorEnabled ) + { + isCursorEnabled = aCursorEnabled; + } + + /** + * @brief Set the cursor color. + * + * @param aCursorColor is the color of the cursor. + */ + inline void SetCursorColor( const COLOR4D& aCursorColor ) + { + cursorColor = aCursorColor; + } + + /** + * @brief Returns the cursor size. + * + * @return The current cursor size (in pixels). + */ + inline unsigned int GetCursorSize() const + { + return cursorSize; + } + + /** + * @brief Set the cursor size. + * + * @param aCursorSize is the size of the cursor expressed in pixels. + */ + virtual inline void SetCursorSize( unsigned int aCursorSize ) + { + cursorSize = aCursorSize; + } + + /** + * @brief Draw the cursor. + * + * @param aCursorPosition is the cursor position in screen coordinates. + */ + virtual void DrawCursor( const VECTOR2D& aCursorPosition ) {}; + + /** + * @brief Changes the current depth to deeper, so it is possible to draw objects right beneath + * other. + */ + inline void AdvanceDepth() + { + layerDepth -= 0.001; + } + + /** + * @brief Stores current drawing depth on the depth stack. + */ + inline void PushDepth() + { + depthStack.push( layerDepth ); + } + + /** + * @brief Restores previously stored drawing depth for the depth stack. + */ + inline void PopDepth() + { + layerDepth = depthStack.top(); + depthStack.pop(); + } + + static const double METRIC_UNIT_LENGTH; + +protected: + std::stack depthStack; ///< Stored depth values + VECTOR2I screenSize; ///< Screen size in screen coordinates + + double worldUnitLength; ///< The unit length of the world coordinates [inch] + double screenDPI; ///< The dots per inch of the screen + VECTOR2D lookAtPoint; ///< Point to be looked at in world space + + double zoomFactor; ///< The zoom factor + MATRIX3x3D worldScreenMatrix; ///< World transformation + MATRIX3x3D screenWorldMatrix; ///< Screen transformation + double worldScale; ///< The scale factor world->screen + double flipX; ///< Flag for X axis flipping + double flipY; ///< Flag for Y axis flipping + + double lineWidth; ///< The line width + + bool isFillEnabled; ///< Is filling of graphic objects enabled ? + bool isStrokeEnabled; ///< Are the outlines stroked ? + + COLOR4D fillColor; ///< The fill color + COLOR4D strokeColor; ///< The color of the outlines + + double layerDepth; ///< The actual layer depth + VECTOR2D depthRange; ///< Range of the depth + + // Grid settings + bool gridVisibility; ///< Should the grid be shown + GRID_STYLE gridStyle; ///< Grid display style + VECTOR2D gridSize; ///< The grid size + VECTOR2D gridOrigin; ///< The grid origin + VECTOR2D gridOffset; ///< The grid offset to compensate cursor position + COLOR4D gridColor; ///< Color of the grid + int gridTick; ///< Every tick line gets the double width + double gridLineWidth; ///< Line width of the grid + int gridDrawThreshold; ///< Minimum screen size of the grid (pixels) + ///< below which the grid is not drawn + + // Cursor settings + bool isCursorEnabled; ///< Is the cursor enabled? + COLOR4D cursorColor; ///< Cursor color + unsigned int cursorSize; ///< Size of the cursor in pixels + VECTOR2D cursorPosition; ///< Current cursor position (world coordinates) + + /// Instance of object that stores information about how to draw texts + STROKE_FONT strokeFont; + + /// Compute the scaling factor for the world->screen matrix + inline void ComputeWorldScale() + { + worldScale = screenDPI * worldUnitLength * zoomFactor; + } + + /** + * @brief Draw a grid line (usually a simplified line function). + * + * @param aStartPoint is the start point of the line. + * @param aEndPoint is the end point of the line. + */ + virtual void drawGridLine( const VECTOR2D& aStartPoint, const VECTOR2D& aEndPoint ) {}; + + /// Possible depth range + static const int MIN_DEPTH; + static const int MAX_DEPTH; + + /// Depth level on which the grid is drawn + static const int GRID_DEPTH; + +}; +} // namespace KIGFX + +#endif /* GRAPHICSABSTRACTIONLAYER_H_ */ diff --git a/include/gal/opengl/cached_container.h b/include/gal/opengl/cached_container.h new file mode 100644 index 0000000..7bfc784 --- /dev/null +++ b/include/gal/opengl/cached_container.h @@ -0,0 +1,170 @@ +/* + * This program source code file is part of KiCad, a free EDA CAD application. + * + * Copyright (C) 2013 CERN + * @author Maciej Suminski + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/** + * @file cached_container.h + * @brief Class to store instances of VERTEX with caching. It allows storing VERTEX objects and + * associates them with VERTEX_ITEMs. This leads to a possibility of caching vertices data in the + * GPU memory and a fast reuse of that data. + */ + +#ifndef CACHED_CONTAINER_H_ +#define CACHED_CONTAINER_H_ + +#include +#include +#include + +// Debug messages verbosity level +// #define CACHED_CONTAINER_TEST 1 + +namespace KIGFX +{ +class VERTEX_ITEM; +class SHADER; + +class CACHED_CONTAINER : public VERTEX_CONTAINER +{ +public: + CACHED_CONTAINER( unsigned int aSize = defaultInitSize ); + + ///> @copydoc VERTEX_CONTAINER::SetItem() + virtual void SetItem( VERTEX_ITEM* aItem ); + + ///> @copydoc VERTEX_CONTAINER::FinishItem() + virtual void FinishItem(); + + ///> @copydoc VERTEX_CONTAINER::Allocate() + virtual VERTEX* Allocate( unsigned int aSize ); + + ///> @copydoc VERTEX_CONTAINER::Delete() + virtual void Delete( VERTEX_ITEM* aItem ); + + ///> @copydoc VERTEX_CONTAINER::Clear() + virtual void Clear(); + +protected: + ///> Maps size of free memory chunks to their offsets + typedef std::pair CHUNK; + typedef std::multimap FREE_CHUNK_MAP; + + /// List of all the stored items + typedef std::set ITEMS; + + ///> Stores size & offset of free chunks. + FREE_CHUNK_MAP m_freeChunks; + + ///> Stored VERTEX_ITEMs + ITEMS m_items; + + ///> Currently modified item + VERTEX_ITEM* m_item; + + ///> Properties of currently modified chunk & item + unsigned int m_chunkSize; + unsigned int m_chunkOffset; + unsigned int m_itemSize; + + /** + * Function reallocate() + * resizes the chunk that stores the current item to the given size. + * + * @param aSize is the number of vertices to be stored. + * @return offset of the new chunk. + */ + virtual unsigned int reallocate( unsigned int aSize ); + + /** + * Function defragment() + * removes empty spaces between chunks, so after that there is a long continous space + * for storing vertices at the and of the container. + * + * @param aTarget is the already allocated destination for defragmented data. It has to be + * at least of the same size as the current container. If left NULL, it will be allocated + * inside the defragment() function. + * @return false in case of failure (eg. memory shortage) + */ + virtual bool defragment( VERTEX* aTarget = NULL ); + + /** + * Function mergeFreeChunks() + * looks for consecutive free memory chunks and merges them, decreasing fragmentation of + * memory. + */ + virtual void mergeFreeChunks(); + + /** + * Function resizeContainer() + * + * prepares a bigger container of a given size. + * @param aNewSize is the new size of container, expressed in vertices + * @return false in case of failure (eg. memory shortage) + */ + virtual bool resizeContainer( unsigned int aNewSize ); + + /** + * Function getPowerOf2() + * returns the nearest power of 2, bigger than aNumber. + * + * @param aNumber is the number for which we look for a bigger power of 2. + */ + unsigned int getPowerOf2( unsigned int aNumber ) const; + +private: + /** + * Function getChunkSize() + * returns size of the given chunk. + * + * @param aChunk is the chunk. + */ + inline int getChunkSize( const CHUNK& aChunk ) const + { + return aChunk.first; + } + + /** + * Function getChunkOffset() + * returns offset of the chunk. + * + * @param aChunk is the chunk. + */ + inline unsigned int getChunkOffset( const CHUNK& aChunk ) const + { + return aChunk.second; + } + + /// Debug & test functions +#if CACHED_CONTAINER_TEST > 0 + void showFreeChunks(); + void showReservedChunks(); + void test(); +#else + inline void showFreeChunks() {} + inline void showReservedChunks() {} + inline void test() {} +#endif /* CACHED_CONTAINER_TEST */ +}; +} // namespace KIGFX + +#endif /* CACHED_CONTAINER_H_ */ diff --git a/include/gal/opengl/glm/core/_detail.hpp b/include/gal/opengl/glm/core/_detail.hpp new file mode 100644 index 0000000..e6b42c2 --- /dev/null +++ b/include/gal/opengl/glm/core/_detail.hpp @@ -0,0 +1,482 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/_detail.hpp +/// @date 2008-07-24 / 2011-06-14 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_detail +#define glm_core_detail + +#include "setup.hpp" +#include +#if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) +#include +#endif + +namespace glm{ +namespace detail +{ + class half; + +#if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) // C99 detected, 64 bit types available + typedef int64_t sint64; + typedef uint64_t uint64; +#elif(GLM_COMPILER & GLM_COMPILER_VC) + typedef signed __int64 sint64; + typedef unsigned __int64 uint64; +#elif(GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_LLVM_GCC | GLM_COMPILER_CLANG)) + __extension__ typedef signed long long sint64; + __extension__ typedef unsigned long long uint64; +#elif(GLM_COMPILER & GLM_COMPILER_BC) + typedef Int64 sint64; + typedef Uint64 uint64; +#else//unknown compiler + typedef signed long long sint64; + typedef unsigned long long uint64; +#endif//GLM_COMPILER + + template + struct If + { + template + static GLM_FUNC_QUALIFIER T apply(F functor, const T& val) + { + return functor(val); + } + }; + + template<> + struct If + { + template + static GLM_FUNC_QUALIFIER T apply(F, const T& val) + { + return val; + } + }; + + //template + //struct traits + //{ + // static const bool is_signed = false; + // static const bool is_float = false; + // static const bool is_vector = false; + // static const bool is_matrix = false; + // static const bool is_genType = false; + // static const bool is_genIType = false; + // static const bool is_genUType = false; + //}; + + //template <> + //struct traits + //{ + // static const bool is_float = true; + // static const bool is_genType = true; + //}; + + //template <> + //struct traits + //{ + // static const bool is_float = true; + // static const bool is_genType = true; + //}; + + //template <> + //struct traits + //{ + // static const bool is_float = true; + // static const bool is_genType = true; + //}; + + //template + //struct desc + //{ + // typedef genType type; + // typedef genType * pointer; + // typedef genType const* const_pointer; + // typedef genType const *const const_pointer_const; + // typedef genType *const pointer_const; + // typedef genType & reference; + // typedef genType const& const_reference; + // typedef genType const& param_type; + + // typedef typename genType::value_type value_type; + // typedef typename genType::size_type size_type; + // static const typename size_type value_size; + //}; + + //template + //const typename desc::size_type desc::value_size = genType::value_size(); + + union uif32 + { + GLM_FUNC_QUALIFIER uif32() : + i(0) + {} + + GLM_FUNC_QUALIFIER uif32(float f) : + f(f) + {} + + GLM_FUNC_QUALIFIER uif32(unsigned int i) : + i(i) + {} + + float f; + unsigned int i; + }; + + union uif64 + { + GLM_FUNC_QUALIFIER uif64() : + i(0) + {} + + GLM_FUNC_QUALIFIER uif64(double f) : + f(f) + {} + + GLM_FUNC_QUALIFIER uif64(uint64 i) : + i(i) + {} + + double f; + uint64 i; + }; + + typedef uif32 uif; + + ////////////////// + // int + + template + struct is_int + { + enum is_int_enum + { + _YES = 0, + _NO = 1 + }; + }; + +#define GLM_DETAIL_IS_INT(T) \ + template <> \ + struct is_int \ + { \ + enum is_int_enum \ + { \ + _YES = 1, \ + _NO = 0 \ + }; \ + } + + ////////////////// + // uint + + template + struct is_uint + { + enum is_uint_enum + { + _YES = 0, + _NO = 1 + }; + }; + +#define GLM_DETAIL_IS_UINT(T) \ + template <> \ + struct is_uint \ + { \ + enum is_uint_enum \ + { \ + _YES = 1, \ + _NO = 0 \ + }; \ + } + + //GLM_DETAIL_IS_UINT(unsigned long long) + + ////////////////// + // float + + template + struct is_float + { + enum is_float_enum + { + _YES = 0, + _NO = 1 + }; + }; + +#define GLM_DETAIL_IS_FLOAT(T) \ + template <> \ + struct is_float \ + { \ + enum is_float_enum \ + { \ + _YES = 1, \ + _NO = 0 \ + }; \ + } + + GLM_DETAIL_IS_FLOAT(detail::half); + GLM_DETAIL_IS_FLOAT(float); + GLM_DETAIL_IS_FLOAT(double); + GLM_DETAIL_IS_FLOAT(long double); + + ////////////////// + // bool + + template + struct is_bool + { + enum is_bool_enum + { + _YES = 0, + _NO = 1 + }; + }; + + template <> + struct is_bool + { + enum is_bool_enum + { + _YES = 1, + _NO = 0 + }; + }; + + ////////////////// + // vector + + template + struct is_vector + { + enum is_vector_enum + { + _YES = 0, + _NO = 1 + }; + }; + +# define GLM_DETAIL_IS_VECTOR(TYPE) \ + template \ + struct is_vector > \ + { \ + enum is_vector_enum \ + { \ + _YES = 1, \ + _NO = 0 \ + }; \ + } + + ////////////////// + // matrix + + template + struct is_matrix + { + enum is_matrix_enum + { + _YES = 0, + _NO = 1 + }; + }; + +#define GLM_DETAIL_IS_MATRIX(T) \ + template <> \ + struct is_matrix \ + { \ + enum is_matrix_enum \ + { \ + _YES = 1, \ + _NO = 0 \ + }; \ + } + + ////////////////// + // type + + template + struct type + { + enum type_enum + { + is_float = is_float::_YES, + is_int = is_int::_YES, + is_uint = is_uint::_YES, + is_bool = is_bool::_YES + }; + }; + + ////////////////// + // type + + typedef signed char int8; + typedef signed short int16; + typedef signed int int32; + typedef detail::sint64 int64; + + typedef unsigned char uint8; + typedef unsigned short uint16; + typedef unsigned int uint32; + typedef detail::uint64 uint64; + + typedef detail::half float16; + typedef float float32; + typedef double float64; + + ////////////////// + // float_or_int_trait + + struct float_or_int_value + { + enum + { + GLM_ERROR, + GLM_FLOAT, + GLM_INT + }; + }; + + template + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_ERROR}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_INT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_FLOAT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_FLOAT}; + }; + + template <> + struct float_or_int_trait + { + enum{ID = float_or_int_value::GLM_FLOAT}; + }; + +}//namespace detail +}//namespace glm + +#if((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2005)) +# define GLM_DEPRECATED __declspec(deprecated) +# define GLM_ALIGN(x) __declspec(align(x)) +# define GLM_ALIGNED_STRUCT(x) __declspec(align(x)) struct +# define GLM_RESTRICT __declspec(restrict) +# define GLM_RESTRICT_VAR __restrict +# define GLM_CONSTEXPR +#elif(GLM_COMPILER & GLM_COMPILER_INTEL) +# define GLM_DEPRECATED +# define GLM_ALIGN(x) __declspec(align(x)) +# define GLM_ALIGNED_STRUCT(x) __declspec(align(x)) struct +# define GLM_RESTRICT +# define GLM_RESTRICT_VAR __restrict +# define GLM_CONSTEXPR +#elif(((GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_LLVM_GCC)) && (GLM_COMPILER >= GLM_COMPILER_GCC31)) || (GLM_COMPILER & GLM_COMPILER_CLANG)) +# define GLM_DEPRECATED __attribute__((__deprecated__)) +# define GLM_ALIGN(x) __attribute__((aligned(x))) +# define GLM_ALIGNED_STRUCT(x) struct __attribute__((aligned(x))) +# if(GLM_COMPILER >= GLM_COMPILER_GCC33) +# define GLM_RESTRICT __restrict__ +# define GLM_RESTRICT_VAR __restrict__ +# else +# define GLM_RESTRICT +# define GLM_RESTRICT_VAR +# endif +# define GLM_RESTRICT __restrict__ +# define GLM_RESTRICT_VAR __restrict__ +# if((GLM_COMPILER >= GLM_COMPILER_GCC47) && ((GLM_LANG & GLM_LANG_CXX0X) == GLM_LANG_CXX0X)) +# define GLM_CONSTEXPR constexpr +# else +# define GLM_CONSTEXPR +# endif +#else +# define GLM_DEPRECATED +# define GLM_ALIGN +# define GLM_ALIGNED_STRUCT(x) +# define GLM_RESTRICT +# define GLM_RESTRICT_VAR +# define GLM_CONSTEXPR +#endif//GLM_COMPILER + +#endif//glm_core_detail diff --git a/include/gal/opengl/glm/core/_fixes.hpp b/include/gal/opengl/glm/core/_fixes.hpp new file mode 100644 index 0000000..b4cec5f --- /dev/null +++ b/include/gal/opengl/glm/core/_fixes.hpp @@ -0,0 +1,55 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/_fixes.hpp +/// @date 2011-02-21 / 2011-11-22 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +#include + +//! Workaround for compatibility with other libraries +#ifdef max +#undef max +#endif + +//! Workaround for compatibility with other libraries +#ifdef min +#undef min +#endif + +//! Workaround for Android +#ifdef isnan +#undef isnan +#endif + +//! Workaround for Android +#ifdef isinf +#undef isinf +#endif + +//! Workaround for Chrone Native Client +#ifdef log2 +#undef log2 +#endif + diff --git a/include/gal/opengl/glm/core/_swizzle.hpp b/include/gal/opengl/glm/core/_swizzle.hpp new file mode 100644 index 0000000..dc06944 --- /dev/null +++ b/include/gal/opengl/glm/core/_swizzle.hpp @@ -0,0 +1,861 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/_swizzle.hpp +/// @date 2006-04-20 / 2011-02-16 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_swizzle +#define glm_core_swizzle + +#include "_swizzle_func.hpp" + +namespace glm +{ + enum comp + { + X = 0, + R = 0, + S = 0, + Y = 1, + G = 1, + T = 1, + Z = 2, + B = 2, + P = 2, + W = 3, + A = 3, + Q = 3 + }; +}//namespace glm + +namespace glm{ +namespace detail +{ + // Internal class for implementing swizzle operators + template + struct _swizzle_base0 + { + typedef T value_type; + + protected: + GLM_FUNC_QUALIFIER value_type& elem (size_t i) { return (reinterpret_cast(_buffer))[i]; } + GLM_FUNC_QUALIFIER const value_type& elem (size_t i) const { return (reinterpret_cast(_buffer))[i]; } + + // Use an opaque buffer to *ensure* the compiler doesn't call a constructor. + // The size 1 buffer is assumed to aligned to the actual members so that the + // elem() + char _buffer[1]; + }; + + template + struct _swizzle_base1 : public _swizzle_base0 + { + }; + + template + struct _swizzle_base1 : public _swizzle_base0 + { + GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1)); } + }; + + template + struct _swizzle_base1 : public _swizzle_base0 + { + GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2)); } + }; + + template + struct _swizzle_base1 : public _swizzle_base0 + { + GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); } + }; + + // Internal class for implementing swizzle operators + /* + Template parameters: + + ValueType = type of scalar values (e.g. float, double) + VecType = class the swizzle is applies to (e.g. tvec3) + N = number of components in the vector (e.g. 3) + E0...3 = what index the n-th element of this swizzle refers to in the unswizzled vec + + DUPLICATE_ELEMENTS = 1 if there is a repeated element, 0 otherwise (used to specialize swizzles + containing duplicate elements so that they cannot be used as r-values). + */ + template + struct _swizzle_base2 : public _swizzle_base1 + { + typedef VecType vec_type; + typedef ValueType value_type; + + GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const ValueType& t) + { + for (int i = 0; i < N; ++i) + (*this)[i] = t; + return *this; + } + + GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const VecType& that) + { + struct op { + GLM_FUNC_QUALIFIER void operator() (value_type& e, value_type& t) { e = t; } + }; + _apply_op(that, op()); + return *this; + } + + GLM_FUNC_QUALIFIER void operator -= (const VecType& that) + { + struct op { + GLM_FUNC_QUALIFIER void operator() (value_type& e, value_type& t) { e -= t; } + }; + _apply_op(that, op()); + } + + GLM_FUNC_QUALIFIER void operator += (const VecType& that) + { + struct op { + GLM_FUNC_QUALIFIER void operator() (value_type& e, value_type& t) { e += t; } + }; + _apply_op(that, op()); + } + + GLM_FUNC_QUALIFIER void operator *= (const VecType& that) + { + struct op { + GLM_FUNC_QUALIFIER void operator() (value_type& e, value_type& t) { e *= t; } + }; + _apply_op(that, op()); + } + + GLM_FUNC_QUALIFIER void operator /= (const VecType& that) + { + struct op { + GLM_FUNC_QUALIFIER void operator() (value_type& e, value_type& t) { e /= t; } + }; + _apply_op(that, op()); + } + + GLM_FUNC_QUALIFIER value_type& operator[] (size_t i) + { +#ifndef __CUDA_ARCH__ + static +#endif + const int offset_dst[4] = { E0, E1, E2, E3 }; + return this->elem(offset_dst[i]); + } + GLM_FUNC_QUALIFIER value_type operator[] (size_t i) const + { +#ifndef __CUDA_ARCH__ + static +#endif + const int offset_dst[4] = { E0, E1, E2, E3 }; + return this->elem(offset_dst[i]); + } + protected: + template + GLM_FUNC_QUALIFIER void _apply_op(const VecType& that, T op) + { + // Make a copy of the data in this == &that. + // The copier should optimize out the copy in cases where the function is + // properly inlined and the copy is not necessary. + ValueType t[N]; + for (int i = 0; i < N; ++i) + t[i] = that[i]; + for (int i = 0; i < N; ++i) + op( (*this)[i], t[i] ); + } + }; + + // Specialization for swizzles containing duplicate elements. These cannot be modified. + template + struct _swizzle_base2 : public _swizzle_base1 + { + typedef VecType vec_type; + typedef ValueType value_type; + + struct Stub {}; + GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; } + + GLM_FUNC_QUALIFIER value_type operator[] (size_t i) const + { +#ifndef __CUDA_ARCH__ + static +#endif + const int offset_dst[4] = { E0, E1, E2, E3 }; + return this->elem(offset_dst[i]); + } + }; + + template + struct swizzle : public _swizzle_base2 + { + typedef _swizzle_base2 base_type; + + using base_type::operator=; + + GLM_FUNC_QUALIFIER operator VecType () const { return (*this)(); } + }; + +// +// To prevent the C++ syntax from getting entirely overwhelming, define some alias macros +// +#define _GLM_SWIZZLE_TEMPLATE1 template +#define _GLM_SWIZZLE_TEMPLATE2 template +#define _GLM_SWIZZLE_TYPE1 glm::detail::swizzle +#define _GLM_SWIZZLE_TYPE2 glm::detail::swizzle + +// +// Wrapper for a binary operator (e.g. u.yy + v.zy) +// +#define _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) \ + _GLM_SWIZZLE_TEMPLATE2 \ + GLM_FUNC_QUALIFIER V operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE2& b) \ + { \ + return a() OPERAND b(); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER V operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const V& b) \ + { \ + return a() OPERAND b; \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER V operator OPERAND ( const V& a, const _GLM_SWIZZLE_TYPE1& b) \ + { \ + return a OPERAND b(); \ + } + +// +// Wrapper for a operand between a swizzle and a binary (e.g. 1.0f - u.xyz) +// +#define _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER V operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const T& b) \ + { \ + return a() OPERAND b; \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER V operator OPERAND ( const T& a, const _GLM_SWIZZLE_TYPE1& b) \ + { \ + return a OPERAND b(); \ + } + +// +// Macro for wrapping a function taking one argument (e.g. abs()) +// +#define _GLM_SWIZZLE_FUNCTION_1_ARGS(RETURN_TYPE,FUNCTION) \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a) \ + { \ + return FUNCTION(a()); \ + } + +// +// Macro for wrapping a function taking two vector arguments (e.g. dot()). +// +#define _GLM_SWIZZLE_FUNCTION_2_ARGS(RETURN_TYPE,FUNCTION) \ + _GLM_SWIZZLE_TEMPLATE2 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE2& b) \ + { \ + return FUNCTION(a(), b()); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE1& b) \ + { \ + return FUNCTION(a(), b()); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const typename V& b) \ + { \ + return FUNCTION(a(), b); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const V& a, const _GLM_SWIZZLE_TYPE1& b) \ + { \ + return FUNCTION(a, b()); \ + } + +// +// Macro for wrapping a function take 2 vec arguments followed by a scalar (e.g. mix()). +// +#define _GLM_SWIZZLE_FUNCTION_2_ARGS_SCALAR(RETURN_TYPE,FUNCTION) \ + _GLM_SWIZZLE_TEMPLATE2 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE2& b, const T& c) \ + { \ + return FUNCTION(a(), b(), c); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZLE_TYPE1& b, const T& c) \ + { \ + return FUNCTION(a(), b(), c); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const _GLM_SWIZZLE_TYPE1& a, const typename S0::vec_type& b, const T& c)\ + { \ + return FUNCTION(a(), b, c); \ + } \ + _GLM_SWIZZLE_TEMPLATE1 \ + GLM_FUNC_QUALIFIER typename _GLM_SWIZZLE_TYPE1::RETURN_TYPE FUNCTION(const typename V& a, const _GLM_SWIZZLE_TYPE1& b, const T& c) \ + { \ + return FUNCTION(a, b(), c); \ + } + +}//namespace detail +}//namespace glm + +namespace glm +{ + namespace detail + { + _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(-) + _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(*) + _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(+) + _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(-) + _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(*) + _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(/) + } + + // + // Swizzles are distinct types from the unswizzled type. The below macros will + // provide template specializations for the swizzle types for the given functions + // so that the compiler does not have any ambiguity to choosing how to handle + // the function. + // + // The alternative is to use the operator()() when calling the function in order + // to explicitly convert the swizzled type to the unswizzled type. + // + + //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, abs); + //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, acos); + //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, acosh); + //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, all); + //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, any); + + //_GLM_SWIZZLE_FUNCTION_2_ARGS(value_type, dot); + //_GLM_SWIZZLE_FUNCTION_2_ARGS(vec_type, cross); + //_GLM_SWIZZLE_FUNCTION_2_ARGS(vec_type, step); + //_GLM_SWIZZLE_FUNCTION_2_ARGS_SCALAR(vec_type, mix); +} + +#define _GLM_SWIZZLE2_2_MEMBERS(T,P,E0,E1) \ + struct { glm::detail::swizzle<2,T,P,0,0,-1,-2> E0 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P,0,1,-1,-2> E0 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P,1,0,-1,-2> E1 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P,1,1,-1,-2> E1 ## E1; }; + +#define _GLM_SWIZZLE2_3_MEMBERS(T,P2,E0,E1) \ + struct { glm::detail::swizzle<3,T,P2,0,0,0,-1> E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P2,0,0,1,-1> E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P2,0,1,0,-1> E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P2,0,1,1,-1> E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P2,1,0,0,-1> E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P2,1,0,1,-1> E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P2,1,1,0,-1> E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P2,1,1,1,-1> E1 ## E1 ## E1; }; + +#define _GLM_SWIZZLE2_4_MEMBERS(T,P2,E0,E1) \ + struct { glm::detail::swizzle<4,T,P2,0,0,0,0> E0 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,0,1> E0 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,1,0> E0 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,1,1> E0 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,0,0> E0 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,0,1> E0 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,1,0> E0 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,1,1> E0 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,0,0> E1 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,0,1> E1 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,1,0> E1 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,1,1> E1 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,0,0> E1 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,0,1> E1 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,1,0> E1 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,1,1> E1 ## E1 ## E1 ## E1; }; + +#define _GLM_SWIZZLE3_2_MEMBERS(T,P2,E0,E1,E2) \ + struct { glm::detail::swizzle<2,T,P2,0,0,-1,-2> E0 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P2,0,1,-1,-2> E0 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P2,0,2,-1,-2> E0 ## E2; }; \ + struct { glm::detail::swizzle<2,T,P2,1,0,-1,-2> E1 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P2,1,1,-1,-2> E1 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P2,1,2,-1,-2> E1 ## E2; }; \ + struct { glm::detail::swizzle<2,T,P2,2,0,-1,-2> E2 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P2,2,1,-1,-2> E2 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P2,2,2,-1,-2> E2 ## E2; }; + +#define _GLM_SWIZZLE3_3_MEMBERS(T,P,E0,E1,E2) \ + struct { glm::detail::swizzle<3,T,P,0,0,0,-1> E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,0,1,-1> E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,0,2,-1> E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,0,-1> E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,1,-1> E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,2,-1> E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,0,-1> E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,1,-1> E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,2,-1> E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,0,-1> E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,1,-1> E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,2,-1> E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,0,-1> E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,1,-1> E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,2,-1> E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,0,-1> E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,1,-1> E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,2,-1> E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,0,-1> E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,1,-1> E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,2,-1> E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,0,-1> E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,1,-1> E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,2,-1> E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,0,-1> E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,1,-1> E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,2,-1> E2 ## E2 ## E2; }; + +#define _GLM_SWIZZLE3_4_MEMBERS(T,P2,E0,E1,E2) \ + struct { glm::detail::swizzle<4,T,P2,0,0,0,0> E0 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,0,1> E0 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,0,2> E0 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,1,0> E0 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,1,1> E0 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,1,2> E0 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,2,0> E0 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,2,1> E0 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,0,2,2> E0 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,0,0> E0 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,0,1> E0 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,0,2> E0 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,1,0> E0 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,1,1> E0 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,1,2> E0 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,2,0> E0 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,2,1> E0 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,1,2,2> E0 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,0,0> E0 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,0,1> E0 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,0,2> E0 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,1,0> E0 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,1,1> E0 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,1,2> E0 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,2,0> E0 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,2,1> E0 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,0,2,2,2> E0 ## E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,0,0> E1 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,0,1> E1 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,0,2> E1 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,1,0> E1 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,1,1> E1 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,1,2> E1 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,2,0> E1 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,2,1> E1 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,0,2,2> E1 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,0,0> E1 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,0,1> E1 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,0,2> E1 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,1,0> E1 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,1,1> E1 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,1,2> E1 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,2,0> E1 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,2,1> E1 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,1,2,2> E1 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,0,0> E1 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,0,1> E1 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,0,2> E1 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,1,0> E1 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,1,1> E1 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,1,2> E1 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,2,0> E1 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,2,1> E1 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,1,2,2,2> E1 ## E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,0,0> E2 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,0,1> E2 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,0,2> E2 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,1,0> E2 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,1,1> E2 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,1,2> E2 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,2,0> E2 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,2,1> E2 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,0,2,2> E2 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,0,0> E2 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,0,1> E2 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,0,2> E2 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,1,0> E2 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,1,1> E2 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,1,2> E2 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,2,0> E2 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,2,1> E2 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,1,2,2> E2 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,0,0> E2 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,0,1> E2 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,0,2> E2 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,1,0> E2 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,1,1> E2 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,1,2> E2 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,2,0> E2 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,2,1> E2 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P2,2,2,2,2> E2 ## E2 ## E2 ## E2; }; + +#define _GLM_SWIZZLE4_2_MEMBERS(T,P,E0,E1,E2,E3) \ + struct { glm::detail::swizzle<2,T,P,0,0,-1,-2> E0 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P,0,1,-1,-2> E0 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P,0,2,-1,-2> E0 ## E2; }; \ + struct { glm::detail::swizzle<2,T,P,0,3,-1,-2> E0 ## E3; }; \ + struct { glm::detail::swizzle<2,T,P,1,0,-1,-2> E1 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P,1,1,-1,-2> E1 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P,1,2,-1,-2> E1 ## E2; }; \ + struct { glm::detail::swizzle<2,T,P,1,3,-1,-2> E1 ## E3; }; \ + struct { glm::detail::swizzle<2,T,P,2,0,-1,-2> E2 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P,2,1,-1,-2> E2 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P,2,2,-1,-2> E2 ## E2; }; \ + struct { glm::detail::swizzle<2,T,P,2,3,-1,-2> E2 ## E3; }; \ + struct { glm::detail::swizzle<2,T,P,3,0,-1,-2> E3 ## E0; }; \ + struct { glm::detail::swizzle<2,T,P,3,1,-1,-2> E3 ## E1; }; \ + struct { glm::detail::swizzle<2,T,P,3,2,-1,-2> E3 ## E2; }; \ + struct { glm::detail::swizzle<2,T,P,3,3,-1,-2> E3 ## E3; }; + +#define _GLM_SWIZZLE4_3_MEMBERS(T,P,E0,E1,E2,E3) \ + struct { glm::detail::swizzle<3,T,P,0,0,0,-1> E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,0,1,-1> E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,0,2,-1> E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,0,0,3,-1> E0 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,0,-1> E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,1,-1> E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,2,-1> E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,0,1,3,-1> E0 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,0,-1> E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,1,-1> E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,2,-1> E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,0,2,3,-1> E0 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,0,3,0,-1> E0 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,0,3,1,-1> E0 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,0,3,2,-1> E0 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,0,3,3,-1> E0 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,0,-1> E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,1,-1> E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,2,-1> E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,0,3,-1> E1 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,0,-1> E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,1,-1> E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,2,-1> E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,1,3,-1> E1 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,0,-1> E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,1,-1> E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,2,-1> E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,2,3,-1> E1 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,1,3,0,-1> E1 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,1,3,1,-1> E1 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,1,3,2,-1> E1 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,1,3,3,-1> E1 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,0,-1> E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,1,-1> E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,2,-1> E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,0,3,-1> E2 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,0,-1> E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,1,-1> E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,2,-1> E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,1,3,-1> E2 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,0,-1> E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,1,-1> E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,2,-1> E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,2,3,-1> E2 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,2,3,0,-1> E2 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,2,3,1,-1> E2 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,2,3,2,-1> E2 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,2,3,3,-1> E2 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,3,0,0,-1> E3 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,3,0,1,-1> E3 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,3,0,2,-1> E3 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,3,0,3,-1> E3 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,3,1,0,-1> E3 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,3,1,1,-1> E3 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,3,1,2,-1> E3 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,3,1,3,-1> E3 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,3,2,0,-1> E3 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,3,2,1,-1> E3 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,3,2,2,-1> E3 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,3,2,3,-1> E3 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<3,T,P,3,3,0,-1> E3 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<3,T,P,3,3,1,-1> E3 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<3,T,P,3,3,2,-1> E3 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<3,T,P,3,3,3,-1> E3 ## E3 ## E3; }; + +#define _GLM_SWIZZLE4_4_MEMBERS(T,P,E0,E1,E2,E3) \ + struct { glm::detail::swizzle<4,T,P,0,0,0,0> E0 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,0,1> E0 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,0,2> E0 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,0,3> E0 ## E0 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,1,0> E0 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,1,1> E0 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,1,2> E0 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,1,3> E0 ## E0 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,2,0> E0 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,2,1> E0 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,2,2> E0 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,2,3> E0 ## E0 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,3,0> E0 ## E0 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,3,1> E0 ## E0 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,3,2> E0 ## E0 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,0,3,3> E0 ## E0 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,0,0> E0 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,0,1> E0 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,0,2> E0 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,0,3> E0 ## E1 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,1,0> E0 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,1,1> E0 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,1,2> E0 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,1,3> E0 ## E1 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,2,0> E0 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,2,1> E0 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,2,2> E0 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,2,3> E0 ## E1 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,3,0> E0 ## E1 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,3,1> E0 ## E1 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,3,2> E0 ## E1 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,1,3,3> E0 ## E1 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,0,0> E0 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,0,1> E0 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,0,2> E0 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,0,3> E0 ## E2 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,1,0> E0 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,1,1> E0 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,1,2> E0 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,1,3> E0 ## E2 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,2,0> E0 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,2,1> E0 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,2,2> E0 ## E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,2,3> E0 ## E2 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,3,0> E0 ## E2 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,3,1> E0 ## E2 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,3,2> E0 ## E2 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,2,3,3> E0 ## E2 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,0,0> E0 ## E3 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,0,1> E0 ## E3 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,0,2> E0 ## E3 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,0,3> E0 ## E3 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,1,0> E0 ## E3 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,1,1> E0 ## E3 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,1,2> E0 ## E3 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,1,3> E0 ## E3 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,2,0> E0 ## E3 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,2,1> E0 ## E3 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,2,2> E0 ## E3 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,2,3> E0 ## E3 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,3,0> E0 ## E3 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,3,1> E0 ## E3 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,3,2> E0 ## E3 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,0,3,3,3> E0 ## E3 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,0,0> E1 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,0,1> E1 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,0,2> E1 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,0,3> E1 ## E0 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,1,0> E1 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,1,1> E1 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,1,2> E1 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,1,3> E1 ## E0 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,2,0> E1 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,2,1> E1 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,2,2> E1 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,2,3> E1 ## E0 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,3,0> E1 ## E0 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,3,1> E1 ## E0 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,3,2> E1 ## E0 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,0,3,3> E1 ## E0 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,0,0> E1 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,0,1> E1 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,0,2> E1 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,0,3> E1 ## E1 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,1,0> E1 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,1,1> E1 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,1,2> E1 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,1,3> E1 ## E1 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,2,0> E1 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,2,1> E1 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,2,2> E1 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,2,3> E1 ## E1 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,3,0> E1 ## E1 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,3,1> E1 ## E1 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,3,2> E1 ## E1 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,1,3,3> E1 ## E1 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,0,0> E1 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,0,1> E1 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,0,2> E1 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,0,3> E1 ## E2 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,1,0> E1 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,1,1> E1 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,1,2> E1 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,1,3> E1 ## E2 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,2,0> E1 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,2,1> E1 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,2,2> E1 ## E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,2,3> E1 ## E2 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,3,0> E1 ## E2 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,3,1> E1 ## E2 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,3,2> E1 ## E2 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,2,3,3> E1 ## E2 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,0,0> E1 ## E3 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,0,1> E1 ## E3 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,0,2> E1 ## E3 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,0,3> E1 ## E3 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,1,0> E1 ## E3 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,1,1> E1 ## E3 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,1,2> E1 ## E3 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,1,3> E1 ## E3 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,2,0> E1 ## E3 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,2,1> E1 ## E3 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,2,2> E1 ## E3 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,2,3> E1 ## E3 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,3,0> E1 ## E3 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,3,1> E1 ## E3 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,3,2> E1 ## E3 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,1,3,3,3> E1 ## E3 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,0,0> E2 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,0,1> E2 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,0,2> E2 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,0,3> E2 ## E0 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,1,0> E2 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,1,1> E2 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,1,2> E2 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,1,3> E2 ## E0 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,2,0> E2 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,2,1> E2 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,2,2> E2 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,2,3> E2 ## E0 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,3,0> E2 ## E0 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,3,1> E2 ## E0 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,3,2> E2 ## E0 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,0,3,3> E2 ## E0 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,0,0> E2 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,0,1> E2 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,0,2> E2 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,0,3> E2 ## E1 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,1,0> E2 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,1,1> E2 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,1,2> E2 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,1,3> E2 ## E1 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,2,0> E2 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,2,1> E2 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,2,2> E2 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,2,3> E2 ## E1 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,3,0> E2 ## E1 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,3,1> E2 ## E1 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,3,2> E2 ## E1 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,1,3,3> E2 ## E1 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,0,0> E2 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,0,1> E2 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,0,2> E2 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,0,3> E2 ## E2 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,1,0> E2 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,1,1> E2 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,1,2> E2 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,1,3> E2 ## E2 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,2,0> E2 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,2,1> E2 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,2,2> E2 ## E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,2,3> E2 ## E2 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,3,0> E2 ## E2 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,3,1> E2 ## E2 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,3,2> E2 ## E2 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,2,3,3> E2 ## E2 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,0,0> E2 ## E3 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,0,1> E2 ## E3 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,0,2> E2 ## E3 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,0,3> E2 ## E3 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,1,0> E2 ## E3 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,1,1> E2 ## E3 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,1,2> E2 ## E3 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,1,3> E2 ## E3 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,2,0> E2 ## E3 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,2,1> E2 ## E3 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,2,2> E2 ## E3 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,2,3> E2 ## E3 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,3,0> E2 ## E3 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,3,1> E2 ## E3 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,3,2> E2 ## E3 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,2,3,3,3> E2 ## E3 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,0,0> E3 ## E0 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,0,1> E3 ## E0 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,0,2> E3 ## E0 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,0,3> E3 ## E0 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,1,0> E3 ## E0 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,1,1> E3 ## E0 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,1,2> E3 ## E0 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,1,3> E3 ## E0 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,2,0> E3 ## E0 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,2,1> E3 ## E0 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,2,2> E3 ## E0 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,2,3> E3 ## E0 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,3,0> E3 ## E0 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,3,1> E3 ## E0 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,3,2> E3 ## E0 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,0,3,3> E3 ## E0 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,0,0> E3 ## E1 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,0,1> E3 ## E1 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,0,2> E3 ## E1 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,0,3> E3 ## E1 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,1,0> E3 ## E1 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,1,1> E3 ## E1 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,1,2> E3 ## E1 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,1,3> E3 ## E1 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,2,0> E3 ## E1 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,2,1> E3 ## E1 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,2,2> E3 ## E1 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,2,3> E3 ## E1 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,3,0> E3 ## E1 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,3,1> E3 ## E1 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,3,2> E3 ## E1 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,1,3,3> E3 ## E1 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,0,0> E3 ## E2 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,0,1> E3 ## E2 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,0,2> E3 ## E2 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,0,3> E3 ## E2 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,1,0> E3 ## E2 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,1,1> E3 ## E2 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,1,2> E3 ## E2 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,1,3> E3 ## E2 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,2,0> E3 ## E2 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,2,1> E3 ## E2 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,2,2> E3 ## E2 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,2,3> E3 ## E2 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,3,0> E3 ## E2 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,3,1> E3 ## E2 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,3,2> E3 ## E2 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,2,3,3> E3 ## E2 ## E3 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,0,0> E3 ## E3 ## E0 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,0,1> E3 ## E3 ## E0 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,0,2> E3 ## E3 ## E0 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,0,3> E3 ## E3 ## E0 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,1,0> E3 ## E3 ## E1 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,1,1> E3 ## E3 ## E1 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,1,2> E3 ## E3 ## E1 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,1,3> E3 ## E3 ## E1 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,2,0> E3 ## E3 ## E2 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,2,1> E3 ## E3 ## E2 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,2,2> E3 ## E3 ## E2 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,2,3> E3 ## E3 ## E2 ## E3; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,3,0> E3 ## E3 ## E3 ## E0; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,3,1> E3 ## E3 ## E3 ## E1; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,3,2> E3 ## E3 ## E3 ## E2; }; \ + struct { glm::detail::swizzle<4,T,P,3,3,3,3> E3 ## E3 ## E3 ## E3; }; + +#endif//glm_core_swizzle diff --git a/include/gal/opengl/glm/core/_swizzle_func.hpp b/include/gal/opengl/glm/core/_swizzle_func.hpp new file mode 100644 index 0000000..be66784 --- /dev/null +++ b/include/gal/opengl/glm/core/_swizzle_func.hpp @@ -0,0 +1,787 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/_swizzle_func.hpp +/// @date 2011-10-16 / 2011-10-16 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_swizzle_func +#define glm_core_swizzle_func + +#define GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \ + SWIZZLED_TYPE A ## B() CONST \ + { \ + return SWIZZLED_TYPE(this->A, this->B); \ + } + +#define GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C) \ + SWIZZLED_TYPE A ## B ## C() CONST \ + { \ + return SWIZZLED_TYPE(this->A, this->B, this->C); \ + } + +#define GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C, D) \ + SWIZZLED_TYPE A ## B ## C ## D() CONST \ + { \ + return SWIZZLED_TYPE(this->A, this->B, this->C, this->D); \ + } + +#define GLM_SWIZZLE_GEN_VEC2_ENTRY_DEF(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \ + template \ + SWIZZLED_TYPE CLASS_TYPE::A ## B() CONST \ + { \ + return SWIZZLED_TYPE(this->A, this->B); \ + } + +#define GLM_SWIZZLE_GEN_VEC3_ENTRY_DEF(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C) \ + template \ + SWIZZLED_TYPE CLASS_TYPE::A ## B ## C() CONST \ + { \ + return SWIZZLED_TYPE(this->A, this->B, this->C); \ + } + +#define GLM_SWIZZLE_GEN_VEC4_ENTRY_DEF(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C, D) \ + template \ + SWIZZLED_TYPE CLASS_TYPE::A ## B ## C ## D() CONST \ + { \ + return SWIZZLED_TYPE(this->A, this->B, this->C, this->D); \ + } + +#define GLM_MUTABLE + +#define GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A) + +#define GLM_SWIZZLE_GEN_REF_FROM_VEC2(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE) \ + GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, x, y) \ + GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, r, g) \ + GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, s, t) + +//GLM_SWIZZLE_GEN_REF_FROM_VEC2(valType, detail::vec2, detail::ref2) + +#define GLM_SWIZZLE_GEN_REF2_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, B) + +#define GLM_SWIZZLE_GEN_REF3_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, B, A) + +#define GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_REF3_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_REF2_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C) + +#define GLM_SWIZZLE_GEN_REF_FROM_VEC3(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE) \ + GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, x, y, z) \ + GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, r, g, b) \ + GLM_SWIZZLE_GEN_REF_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, s, t, q) + +//GLM_SWIZZLE_GEN_REF_FROM_VEC3(valType, detail::vec3, detail::ref2, detail::ref3) + +#define GLM_SWIZZLE_GEN_REF2_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, A, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, B, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, C, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, D, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, D, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, GLM_MUTABLE, D, C) + +#define GLM_SWIZZLE_GEN_REF3_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, B, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, D, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, D, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, A, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, D, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, D, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, A, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, B, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, D, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, D, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, C, B) + +#define GLM_SWIZZLE_GEN_REF4_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, C, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, C, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, B, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, C, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, C, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, A, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , B, A, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, B, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, B, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, A, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , C, A, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, , D, B, C, A) + +#define GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_REF2_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_REF3_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_REF4_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) + +#define GLM_SWIZZLE_GEN_REF_FROM_VEC4(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \ + GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y, z, w) \ + GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g, b, a) \ + GLM_SWIZZLE_GEN_REF_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t, q, p) + +//GLM_SWIZZLE_GEN_REF_FROM_VEC4(valType, detail::vec4, detail::ref2, detail::ref3, detail::ref4) + +#define GLM_SWIZZLE_GEN_VEC2_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B) + +#define GLM_SWIZZLE_GEN_VEC3_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B) + +#define GLM_SWIZZLE_GEN_VEC4_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, B) + +#define GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC2_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC3_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B) \ + GLM_SWIZZLE_GEN_VEC4_FROM_VEC2_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B) + +#define GLM_SWIZZLE_GEN_VEC_FROM_VEC2(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC2_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t) + +//GLM_SWIZZLE_GEN_VEC_FROM_VEC2(valType, detail::vec2, detail::vec2, detail::vec3, detail::vec4) + +#define GLM_SWIZZLE_GEN_VEC2_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C) + +#define GLM_SWIZZLE_GEN_VEC3_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C) + +#define GLM_SWIZZLE_GEN_VEC4_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, C) + +#define GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC2_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_FROM_VEC3_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B, C) + +#define GLM_SWIZZLE_GEN_VEC_FROM_VEC3(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y, z) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g, b) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC3_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t, q) + +//GLM_SWIZZLE_GEN_VEC_FROM_VEC3(valType, detail::vec3, detail::vec2, detail::vec3, detail::vec4) + +#define GLM_SWIZZLE_GEN_VEC2_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C) \ + GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D) + +#define GLM_SWIZZLE_GEN_VEC3_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C) \ + GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D) + +#define GLM_SWIZZLE_GEN_VEC4_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, A, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, B, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, C, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, A, D, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, A, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, B, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, C, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, B, D, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, A, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, B, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, C, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, C, D, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, A, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, B, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, C, D, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, A, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, B, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, C, D) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, A) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, B) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, C) \ + GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, CLASS_TYPE, SWIZZLED_TYPE, const, D, D, D, D) + +#define GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC2_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC3_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC3_TYPE, A, B, C, D) \ + GLM_SWIZZLE_GEN_VEC4_FROM_VEC4_SWIZZLE(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC4_TYPE, A, B, C, D) + +#define GLM_SWIZZLE_GEN_VEC_FROM_VEC4(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, x, y, z, w) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, r, g, b, a) \ + GLM_SWIZZLE_GEN_VEC_FROM_VEC4_COMP(TMPL_TYPE, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, SWIZZLED_VEC4_TYPE, s, t, q, p) + +//GLM_SWIZZLE_GEN_VEC_FROM_VEC4(valType, detail::vec4, detail::vec2, detail::vec3, detail::vec4) + +#endif//glm_core_swizzle_func diff --git a/include/gal/opengl/glm/core/_vectorize.hpp b/include/gal/opengl/glm/core/_vectorize.hpp new file mode 100644 index 0000000..9984014 --- /dev/null +++ b/include/gal/opengl/glm/core/_vectorize.hpp @@ -0,0 +1,159 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/_vectorize.hpp +/// @date 2011-10-14 / 2011-10-14 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +#define VECTORIZE2_VEC(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec2 func( \ + detail::tvec2 const & v) \ + { \ + return detail::tvec2( \ + func(v.x), \ + func(v.y)); \ + } + +#define VECTORIZE3_VEC(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec3 func( \ + detail::tvec3 const & v) \ + { \ + return detail::tvec3( \ + func(v.x), \ + func(v.y), \ + func(v.z)); \ + } + +#define VECTORIZE4_VEC(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec4 func( \ + detail::tvec4 const & v) \ + { \ + return detail::tvec4( \ + func(v.x), \ + func(v.y), \ + func(v.z), \ + func(v.w)); \ + } + +#define VECTORIZE_VEC(func) \ + VECTORIZE2_VEC(func) \ + VECTORIZE3_VEC(func) \ + VECTORIZE4_VEC(func) + +#define VECTORIZE2_VEC_SCA(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec2 func \ + ( \ + detail::tvec2 const & x, \ + typename detail::tvec2::value_type const & y \ + ) \ + { \ + return detail::tvec2( \ + func(x.x, y), \ + func(x.y, y)); \ + } + +#define VECTORIZE3_VEC_SCA(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec3 func \ + ( \ + detail::tvec3 const & x, \ + typename detail::tvec3::value_type const & y \ + ) \ + { \ + return detail::tvec3( \ + func(x.x, y), \ + func(x.y, y), \ + func(x.z, y)); \ + } + +#define VECTORIZE4_VEC_SCA(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec4 func \ + ( \ + detail::tvec4 const & x, \ + typename detail::tvec4::value_type const & y \ + ) \ + { \ + return detail::tvec4( \ + func(x.x, y), \ + func(x.y, y), \ + func(x.z, y), \ + func(x.w, y)); \ + } + +#define VECTORIZE_VEC_SCA(func) \ + VECTORIZE2_VEC_SCA(func) \ + VECTORIZE3_VEC_SCA(func) \ + VECTORIZE4_VEC_SCA(func) + +#define VECTORIZE2_VEC_VEC(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec2 func \ + ( \ + detail::tvec2 const & x, \ + detail::tvec2 const & y \ + ) \ + { \ + return detail::tvec2( \ + func(x.x, y.x), \ + func(x.y, y.y)); \ + } + +#define VECTORIZE3_VEC_VEC(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec3 func \ + ( \ + detail::tvec3 const & x, \ + detail::tvec3 const & y \ + ) \ + { \ + return detail::tvec3( \ + func(x.x, y.x), \ + func(x.y, y.y), \ + func(x.z, y.z)); \ + } + +#define VECTORIZE4_VEC_VEC(func) \ + template \ + GLM_FUNC_QUALIFIER detail::tvec4 func \ + ( \ + detail::tvec4 const & x, \ + detail::tvec4 const & y \ + ) \ + { \ + return detail::tvec4( \ + func(x.x, y.x), \ + func(x.y, y.y), \ + func(x.z, y.z), \ + func(x.w, y.w)); \ + } + +#define VECTORIZE_VEC_VEC(func) \ + VECTORIZE2_VEC_VEC(func) \ + VECTORIZE3_VEC_VEC(func) \ + VECTORIZE4_VEC_VEC(func) diff --git a/include/gal/opengl/glm/core/dummy.cpp b/include/gal/opengl/glm/core/dummy.cpp new file mode 100644 index 0000000..38fcca0 --- /dev/null +++ b/include/gal/opengl/glm/core/dummy.cpp @@ -0,0 +1,40 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/dummy.cpp +/// @date 2011-01-19 / 2011-06-15 +/// @author Christophe Riccio +/// +/// GLM is a header only library. There is nothing to compile. +/// dummy.cpp exist only a wordaround for CMake file. +/////////////////////////////////////////////////////////////////////////////////// + +#define GLM_MESSAGES +#include "../glm.hpp" + +//#error "GLM is a header only library" + +int main() +{ + +} diff --git a/include/gal/opengl/glm/core/func_common.hpp b/include/gal/opengl/glm/core/func_common.hpp new file mode 100644 index 0000000..fcf7eb7 --- /dev/null +++ b/include/gal/opengl/glm/core/func_common.hpp @@ -0,0 +1,430 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_common.hpp +/// @date 2008-03-08 / 2010-01-26 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.3 Common Functions +/// +/// @defgroup core_func_common Common functions +/// @ingroup core +/// +/// These all operate component-wise. The description is per component. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef GLM_CORE_func_common +#define GLM_CORE_func_common GLM_VERSION + +#include "_fixes.hpp" + +namespace glm +{ + /// @addtogroup core_func_common + /// @{ + + /// Returns x if x >= 0; otherwise, it returns -x. + /// + /// @tparam genType floating-point or signed integer; scalar or vector types. + /// + /// @see GLSL abs man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType abs(genType const & x); + + /// Returns 1.0 if x > 0, 0.0 if x == 0, or -1.0 if x < 0. + /// + /// @tparam genType Floating-point or signed integer; scalar or vector types. + /// + /// @see GLSL sign man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType sign(genType const & x); + + /// Returns a value equal to the nearest integer that is less then or equal to x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL floor man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType floor(genType const & x); + + /// Returns a value equal to the nearest integer to x + /// whose absolute value is not larger than the absolute value of x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL trunc man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType trunc(genType const & x); + + /// Returns a value equal to the nearest integer to x. + /// The fraction 0.5 will round in a direction chosen by the + /// implementation, presumably the direction that is fastest. + /// This includes the possibility that round(x) returns the + /// same value as roundEven(x) for all values of x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL round man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType round(genType const & x); + + /// Returns a value equal to the nearest integer to x. + /// A fractional part of 0.5 will round toward the nearest even + /// integer. (Both 3.5 and 4.5 for x will return 4.0.) + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL roundEven man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + /// @see New round to even technique + template + GLM_FUNC_DECL genType roundEven(genType const & x); + + /// Returns a value equal to the nearest integer + /// that is greater than or equal to x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL ceil man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType ceil(genType const & x); + + /// Return x - floor(x). + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL fract man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType fract(genType const & x); + + /// Modulus. Returns x - y * floor(x / y) + /// for each component in x using the floating point value y. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL mod man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType mod( + genType const & x, + genType const & y); + + /// Modulus. Returns x - y * floor(x / y) + /// for each component in x using the floating point value y. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL mod man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType mod( + genType const & x, + typename genType::value_type const & y); + + /// Returns the fractional part of x and sets i to the integer + /// part (as a whole number floating point value). Both the + /// return value and the output parameter will have the same + /// sign as x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL modf man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType modf( + genType const & x, + genType & i); + + /// Returns y if y < x; otherwise, it returns x. + /// + /// @tparam genType Floating-point or integer; scalar or vector types. + /// + /// @see GLSL min man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType min( + genType const & x, + genType const & y); + + template + GLM_FUNC_DECL genType min( + genType const & x, + typename genType::value_type const & y); + + /// Returns y if x < y; otherwise, it returns x. + /// + /// @tparam genType Floating-point or integer; scalar or vector types. + /// + /// @see GLSL max man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType max( + genType const & x, + genType const & y); + + template + GLM_FUNC_DECL genType max( + genType const & x, + typename genType::value_type const & y); + + /// Returns min(max(x, minVal), maxVal) for each component in x + /// using the floating-point values minVal and maxVal. + /// + /// @tparam genType Floating-point or integer; scalar or vector types. + /// + /// @see GLSL clamp man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType clamp( + genType const & x, + genType const & minVal, + genType const & maxVal); + + template + GLM_FUNC_DECL genType clamp( + genType const & x, + typename genType::value_type const & minVal, + typename genType::value_type const & maxVal); + + /// If genTypeU is a floating scalar or vector: + /// Returns x * (1.0 - a) + y * a, i.e., the linear blend of + /// x and y using the floating-point value a. + /// The value for a is not restricted to the range [0, 1]. + /// + /// If genTypeU is a boolean scalar or vector: + /// Selects which vector each returned component comes + /// from. For a component of that is false, the + /// corresponding component of x is returned. For a + /// component of a that is true, the corresponding + /// component of y is returned. Components of x and y that + /// are not selected are allowed to be invalid floating point + /// values and will have no effect on the results. Thus, this + /// provides different functionality than + /// genType mix(genType x, genType y, genType(a)) + /// where a is a Boolean vector. + /// + /// @see GLSL mix man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + /// + /// @param[in] x Value to interpolate. + /// @param[in] y Value to interpolate. + /// @param[in] a Interpolant. + /// + /// @tparam genTypeT Floating point scalar or vector. + /// @tparam genTypeU Floating point or boolean scalar or vector. It can't be a vector if it is the length of genTypeT. + /// + /// @code + /// #include + /// ... + /// float a; + /// bool b; + /// glm::dvec3 e; + /// glm::dvec3 f; + /// glm::vec4 g; + /// glm::vec4 h; + /// ... + /// glm::vec4 r = glm::mix(g, h, a); // Interpolate with a floating-point scalar two vectors. + /// glm::vec4 s = glm::mix(g, h, b); // Teturns g or h; + /// glm::dvec3 t = glm::mix(e, f, a); // Types of the third parameter is not required to match with the first and the second. + /// glm::vec4 u = glm::mix(g, h, r); // Interpolations can be perform per component with a vector for the last parameter. + /// @endcode + template + GLM_FUNC_DECL genTypeT mix(genTypeT const & x, genTypeT const & y, genTypeU const & a); + + //! Returns 0.0 if x < edge, otherwise it returns 1.0. + //! + /// @see GLSL step man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType step( + genType const & edge, + genType const & x); + + template + GLM_FUNC_DECL genType step( + typename genType::value_type const & edge, + genType const & x); + + /// Returns 0.0 if x <= edge0 and 1.0 if x >= edge1 and + /// performs smooth Hermite interpolation between 0 and 1 + /// when edge0 < x < edge1. This is useful in cases where + /// you would want a threshold function with a smooth + /// transition. This is equivalent to: + /// genType t; + /// t = clamp ((x - edge0) / (edge1 - edge0), 0, 1); + /// return t * t * (3 - 2 * t); + /// Results are undefined if edge0 >= edge1. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL smoothstep man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType smoothstep( + genType const & edge0, + genType const & edge1, + genType const & x); + + template + GLM_FUNC_DECL genType smoothstep( + typename genType::value_type const & edge0, + typename genType::value_type const & edge1, + genType const & x); + + /// Returns true if x holds a NaN (not a number) + /// representation in the underlying implementation's set of + /// floating point representations. Returns false otherwise, + /// including for implementations with no NaN + /// representations. + /// + /// /!\ When using compiler fast math, this function may fail. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL isnan man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL typename genType::bool_type isnan(genType const & x); + + /// Returns true if x holds a positive infinity or negative + /// infinity representation in the underlying implementation's + /// set of floating point representations. Returns false + /// otherwise, including for implementations with no infinity + /// representations. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL isinf man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL typename genType::bool_type isinf(genType const & x); + + /// Returns a signed integer value representing + /// the encoding of a floating-point value. The floatingpoint + /// value's bit-level representation is preserved. + /// + /// @tparam genType Single-precision floating-point scalar or vector types. + /// @tparam genIType Signed integer scalar or vector types. + /// + /// @see GLSL floatBitsToInt man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genIType floatBitsToInt(genType const & value); + + /// Returns a unsigned integer value representing + /// the encoding of a floating-point value. The floatingpoint + /// value's bit-level representation is preserved. + /// + /// @tparam genType Single-precision floating-point scalar or vector types. + /// @tparam genUType Unsigned integer scalar or vector types. + /// + /// @see GLSL floatBitsToUint man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genUType floatBitsToUint(genType const & value); + + /// Returns a floating-point value corresponding to a signed + /// integer encoding of a floating-point value. + /// If an inf or NaN is passed in, it will not signal, and the + /// resulting floating point value is unspecified. Otherwise, + /// the bit-level representation is preserved. + /// + /// @tparam genType Single-precision floating-point scalar or vector types. + /// @tparam genIType Signed integer scalar or vector types. + /// + /// @see GLSL intBitsToFloat man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + /// + /// @todo Clarify this declaration, we don't need to actually specify the return type + template + GLM_FUNC_DECL genType intBitsToFloat(genIType const & value); + + /// Returns a floating-point value corresponding to a + /// unsigned integer encoding of a floating-point value. + /// If an inf or NaN is passed in, it will not signal, and the + /// resulting floating point value is unspecified. Otherwise, + /// the bit-level representation is preserved. + /// + /// @tparam genType Single-precision floating-point scalar or vector types. + /// @tparam genUType Unsigned integer scalar or vector types. + /// + /// @see GLSL uintBitsToFloat man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + /// + /// @todo Clarify this declaration, we don't need to actually specify the return type + template + GLM_FUNC_DECL genType uintBitsToFloat(genUType const & value); + + /// Computes and returns a * b + c. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL fma man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType fma(genType const & a, genType const & b, genType const & c); + + /// Splits x into a floating-point significand in the range + /// [0.5, 1.0) and an integral exponent of two, such that: + /// x = significand * exp(2, exponent) + /// + /// The significand is returned by the function and the + /// exponent is returned in the parameter exp. For a + /// floating-point value of zero, the significant and exponent + /// are both zero. For a floating-point value that is an + /// infinity or is not a number, the results are undefined. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL frexp man page + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType frexp(genType const & x, genIType & exp); + + /// Builds a floating-point number from x and the + /// corresponding integral exponent of two in exp, returning: + /// significand * exp(2, exponent) + /// + /// If this product is too large to be represented in the + /// floating-point type, the result is undefined. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL ldexp man page; + /// @see GLSL 4.20.8 specification, section 8.3 Common Functions + template + GLM_FUNC_DECL genType ldexp(genType const & x, genIType const & exp); + + /// @} +}//namespace glm + +#include "func_common.inl" + +#endif//GLM_CORE_func_common diff --git a/include/gal/opengl/glm/core/func_common.inl b/include/gal/opengl/glm/core/func_common.inl new file mode 100644 index 0000000..1c0d9df --- /dev/null +++ b/include/gal/opengl/glm/core/func_common.inl @@ -0,0 +1,1226 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_common.inl +/// @date 2008-08-03 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm{ +namespace detail +{ + template + struct Abs_ + {}; + + template + struct Abs_ + { + GLM_FUNC_QUALIFIER static genFIType get(genFIType const & x) + { + GLM_STATIC_ASSERT( + detail::type::is_float || + detail::type::is_int, "'abs' only accept floating-point and integer inputs"); + return x >= genFIType(0) ? x : -x; + // TODO, perf comp with: *(((int *) &x) + 1) &= 0x7fffffff; + } + }; + + template + struct Abs_ + { + GLM_FUNC_QUALIFIER static genFIType get(genFIType const & x) + { + GLM_STATIC_ASSERT( + detail::type::is_uint, "'abs' only accept floating-point and integer inputs"); + return x; + } + }; +}//namespace detail + + // abs + template + GLM_FUNC_QUALIFIER genFIType abs + ( + genFIType const & x + ) + { + return detail::Abs_::is_signed>::get(x); + } + + VECTORIZE_VEC(abs) + + // sign + //Try something like based on x >> 31 to get the sign bit + template + GLM_FUNC_QUALIFIER genFIType sign + ( + genFIType const & x + ) + { + GLM_STATIC_ASSERT( + detail::type::is_float || + detail::type::is_int, "'sign' only accept signed inputs"); + + genFIType result; + if(x > genFIType(0)) + result = genFIType(1); + else if(x < genFIType(0)) + result = genFIType(-1); + else + result = genFIType(0); + return result; + } + + VECTORIZE_VEC(sign) + + // floor + template <> + GLM_FUNC_QUALIFIER detail::half floor(detail::half const & x) + { + return detail::half(::std::floor(float(x))); + } + + template + GLM_FUNC_QUALIFIER genType floor(genType const & x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'floor' only accept floating-point inputs"); + + return ::std::floor(x); + } + + VECTORIZE_VEC(floor) + + // trunc + template + GLM_FUNC_QUALIFIER genType trunc(genType const & x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'trunc' only accept floating-point inputs"); + return x < 0 ? -floor(-x) : floor(x); + } + + VECTORIZE_VEC(trunc) + + // round + template + GLM_FUNC_QUALIFIER genType round(genType const& x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'round' only accept floating-point inputs"); + + if(x < 0) + return genType(int(x - genType(0.5))); + return genType(int(x + genType(0.5))); + } + + VECTORIZE_VEC(round) + +/* + // roundEven + template + GLM_FUNC_QUALIFIER genType roundEven(genType const& x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'roundEven' only accept floating-point inputs"); + + return genType(int(x + genType(int(x) % 2))); + } +*/ + + // roundEven + template + GLM_FUNC_QUALIFIER genType roundEven(genType const & x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'roundEven' only accept floating-point inputs"); + + int Integer = int(x); + genType IntegerPart = genType(Integer); + genType FractionalPart = fract(x); + + if(FractionalPart > genType(0.5) || FractionalPart < genType(0.5)) + { + return round(x); + } + else if((Integer % 2) == 0) + { + return IntegerPart; + } + else if(x <= genType(0)) // Work around... + { + return IntegerPart - 1; + } + else + { + return IntegerPart + 1; + } + //else // Bug on MinGW 4.5.2 + //{ + // return mix(IntegerPart + genType(-1), IntegerPart + genType(1), x <= genType(0)); + //} + } + + VECTORIZE_VEC(roundEven) + + // ceil + template + GLM_FUNC_QUALIFIER genType ceil(genType const & x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'ceil' only accept floating-point inputs"); + + return ::std::ceil(x); + } + + VECTORIZE_VEC(ceil) + + // fract + template + GLM_FUNC_QUALIFIER genType fract + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'fract' only accept floating-point inputs"); + + return x - ::std::floor(x); + } + + VECTORIZE_VEC(fract) + + // mod + template + GLM_FUNC_QUALIFIER genType mod + ( + genType const & x, + genType const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mod' only accept floating-point inputs"); + + return x - y * floor(x / y); + } + + VECTORIZE_VEC_SCA(mod) + VECTORIZE_VEC_VEC(mod) + + // modf + template + GLM_FUNC_QUALIFIER genType modf + ( + genType const & x, + genType & i + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'modf' only accept floating-point inputs"); + + return std::modf(x, &i); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 modf + ( + detail::tvec2 const & x, + detail::tvec2 & i + ) + { + return detail::tvec2( + modf(x.x, i.x), + modf(x.y, i.y)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 modf + ( + detail::tvec3 const & x, + detail::tvec3 & i + ) + { + return detail::tvec3( + modf(x.x, i.x), + modf(x.y, i.y), + modf(x.z, i.z)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 modf + ( + detail::tvec4 const & x, + detail::tvec4 & i + ) + { + return detail::tvec4( + modf(x.x, i.x), + modf(x.y, i.y), + modf(x.z, i.z), + modf(x.w, i.w)); + } + + //// Only valid if (INT_MIN <= x-y <= INT_MAX) + //// min(x,y) + //r = y + ((x - y) & ((x - y) >> (sizeof(int) * + //CHAR_BIT - 1))); + //// max(x,y) + //r = x - ((x - y) & ((x - y) >> (sizeof(int) * + //CHAR_BIT - 1))); + + // min + template + GLM_FUNC_QUALIFIER genType min + ( + genType const & x, + genType const & y + ) + { + GLM_STATIC_ASSERT( + detail::type::is_float || + detail::type::is_int || + detail::type::is_uint, "'min' only accept numbers"); + + return x < y ? x : y; + } + + VECTORIZE_VEC_SCA(min) + VECTORIZE_VEC_VEC(min) + + // max + template + GLM_FUNC_QUALIFIER genType max + ( + genType const & x, + genType const & y + ) + { + GLM_STATIC_ASSERT( + detail::type::is_float || + detail::type::is_int || + detail::type::is_uint, "'max' only accept numbers"); + + return x > y ? x : y; + } + + VECTORIZE_VEC_SCA(max) + VECTORIZE_VEC_VEC(max) + + // clamp + template + GLM_FUNC_QUALIFIER valType clamp + ( + valType const & x, + valType const & minVal, + valType const & maxVal + ) + { + GLM_STATIC_ASSERT( + detail::type::is_float || + detail::type::is_int || + detail::type::is_uint, "'clamp' only accept numbers"); + + return min(maxVal, max(minVal, x)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 clamp + ( + detail::tvec2 const & x, + typename detail::tvec2::value_type const & minVal, + typename detail::tvec2::value_type const & maxVal + ) + { + return detail::tvec2( + clamp(x.x, minVal, maxVal), + clamp(x.y, minVal, maxVal)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 clamp + ( + detail::tvec3 const & x, + typename detail::tvec3::value_type const & minVal, + typename detail::tvec3::value_type const & maxVal + ) + { + return detail::tvec3( + clamp(x.x, minVal, maxVal), + clamp(x.y, minVal, maxVal), + clamp(x.z, minVal, maxVal)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 clamp + ( + detail::tvec4 const & x, + typename detail::tvec4::value_type const & minVal, + typename detail::tvec4::value_type const & maxVal + ) + { + return detail::tvec4( + clamp(x.x, minVal, maxVal), + clamp(x.y, minVal, maxVal), + clamp(x.z, minVal, maxVal), + clamp(x.w, minVal, maxVal)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 clamp + ( + detail::tvec2 const & x, + detail::tvec2 const & minVal, + detail::tvec2 const & maxVal + ) + { + return detail::tvec2( + clamp(x.x, minVal.x, maxVal.x), + clamp(x.y, minVal.y, maxVal.y)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 clamp + ( + detail::tvec3 const & x, + detail::tvec3 const & minVal, + detail::tvec3 const & maxVal + ) + { + return detail::tvec3( + clamp(x.x, minVal.x, maxVal.x), + clamp(x.y, minVal.y, maxVal.y), + clamp(x.z, minVal.z, maxVal.z)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 clamp + ( + detail::tvec4 const & x, + detail::tvec4 const & minVal, + detail::tvec4 const & maxVal + ) + { + return detail::tvec4( + clamp(x.x, minVal.x, maxVal.x), + clamp(x.y, minVal.y, maxVal.y), + clamp(x.z, minVal.z, maxVal.z), + clamp(x.w, minVal.w, maxVal.w)); + } + + // mix + template + GLM_FUNC_QUALIFIER genType mix + ( + genType const & x, + genType const & y, + genType const & a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float , "'genType' is not floating-point type"); + + return x + a * (y - x); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 mix + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + valType const & a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float , "'genType' is not floating-point type"); + + return x + a * (y - x); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 mix + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + valType const & a + ) + { + return x + a * (y - x); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 mix + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + valType const & a + ) + { + return x + a * (y - x); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 mix + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + detail::tvec2 const & a + ) + { + return x + a * (y - x); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 mix + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + detail::tvec3 const & a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float , "'genType' is not floating-point type"); + + return x + a * (y - x); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 mix + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + detail::tvec4 const & a + ) + { + return x + a * (y - x); + } + + //template + //GLM_FUNC_QUALIFIER genTypeT mix + //( + // genTypeT const & x, + // genTypeT const & y, + // float const & a + //) + //{ + // // It could be a vector too + // //GLM_STATIC_ASSERT( + // // detail::type::is_float && + // // detail::type::is_float); + + // return x + a * (y - x); + //} + + template <> + GLM_FUNC_QUALIFIER float mix + ( + float const & x, + float const & y, + bool const & a + ) + { + return a ? y : x; + } + + template <> + GLM_FUNC_QUALIFIER double mix + ( + double const & x, + double const & y, + bool const & a + ) + { + return a ? y : x; + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 mix + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + bool a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mix' only accept floating-point inputs"); + + return a ? y : x; + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 mix + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + bool a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mix' only accept floating-point inputs"); + + return a ? y : x; + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 mix + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + bool a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mix' only accept floating-point inputs"); + + return a ? y : x; + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 mix + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + typename detail::tvec2::bool_type a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mix' only accept floating-point inputs"); + + detail::tvec2 result; + for + ( + typename detail::tvec2::size_type i = 0; + i < x.length(); ++i + ) + { + result[i] = a[i] ? y[i] : x[i]; + } + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 mix + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + typename detail::tvec3::bool_type a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mix' only accept floating-point inputs"); + + detail::tvec3 result; + for + ( + typename detail::tvec3::size_type i = 0; + i < x.length(); ++i + ) + { + result[i] = a[i] ? y[i] : x[i]; + } + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 mix + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + typename detail::tvec4::bool_type a + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'mix' only accept floating-point inputs"); + + detail::tvec4 result; + for + ( + typename detail::tvec4::size_type i = 0; + i < x.length(); ++i + ) + { + result[i] = a[i] ? y[i] : x[i]; + } + return result; + } + + // step + template + GLM_FUNC_QUALIFIER genType step + ( + genType const & edge, + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'step' only accept floating-point inputs"); + + return x < edge ? genType(0) : genType(1); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 step + ( + typename detail::tvec2::value_type const & edge, + detail::tvec2 const & x + ) + { + return detail::tvec2( + x.x < edge ? T(0) : T(1), + x.y < edge ? T(0) : T(1)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 step + ( + typename detail::tvec3::value_type const & edge, + detail::tvec3 const & x + ) + { + return detail::tvec3( + x.x < edge ? T(0) : T(1), + x.y < edge ? T(0) : T(1), + x.z < edge ? T(0) : T(1)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 step + ( + typename detail::tvec4::value_type const & edge, + detail::tvec4 const & x + ) + { + return detail::tvec4( + x.x < edge ? T(0) : T(1), + x.y < edge ? T(0) : T(1), + x.z < edge ? T(0) : T(1), + x.w < edge ? T(0) : T(1)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 step + ( + detail::tvec2 const & edge, + detail::tvec2 const & x + ) + { + return detail::tvec2( + x.x < edge.x ? T(0) : T(1), + x.y < edge.y ? T(0) : T(1)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 step + ( + detail::tvec3 const & edge, + detail::tvec3 const & x + ) + { + return detail::tvec3( + x.x < edge.x ? T(0) : T(1), + x.y < edge.y ? T(0) : T(1), + x.z < edge.z ? T(0) : T(1)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 step + ( + detail::tvec4 const & edge, + detail::tvec4 const & x + ) + { + return detail::tvec4( + x.x < edge.x ? T(0) : T(1), + x.y < edge.y ? T(0) : T(1), + x.z < edge.z ? T(0) : T(1), + x.w < edge.w ? T(0) : T(1)); + } + + // smoothstep + template + GLM_FUNC_QUALIFIER genType smoothstep + ( + genType const & edge0, + genType const & edge1, + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'smoothstep' only accept floating-point inputs"); + + genType tmp = clamp((x - edge0) / (edge1 - edge0), genType(0), genType(1)); + return tmp * tmp * (genType(3) - genType(2) * tmp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 smoothstep + ( + typename detail::tvec2::value_type const & edge0, + typename detail::tvec2::value_type const & edge1, + detail::tvec2 const & x + ) + { + return detail::tvec2( + smoothstep(edge0, edge1, x.x), + smoothstep(edge0, edge1, x.y)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 smoothstep + ( + typename detail::tvec3::value_type const & edge0, + typename detail::tvec3::value_type const & edge1, + detail::tvec3 const & x + ) + { + return detail::tvec3( + smoothstep(edge0, edge1, x.x), + smoothstep(edge0, edge1, x.y), + smoothstep(edge0, edge1, x.z)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 smoothstep + ( + typename detail::tvec4::value_type const & edge0, + typename detail::tvec4::value_type const & edge1, + detail::tvec4 const & x + ) + { + return detail::tvec4( + smoothstep(edge0, edge1, x.x), + smoothstep(edge0, edge1, x.y), + smoothstep(edge0, edge1, x.z), + smoothstep(edge0, edge1, x.w)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 smoothstep + ( + detail::tvec2 const & edge0, + detail::tvec2 const & edge1, + detail::tvec2 const & x + ) + { + return detail::tvec2( + smoothstep(edge0.x, edge1.x, x.x), + smoothstep(edge0.y, edge1.y, x.y)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 smoothstep + ( + detail::tvec3 const & edge0, + detail::tvec3 const & edge1, + detail::tvec3 const & x + ) + { + return detail::tvec3( + smoothstep(edge0.x, edge1.x, x.x), + smoothstep(edge0.y, edge1.y, x.y), + smoothstep(edge0.z, edge1.z, x.z)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 smoothstep + ( + detail::tvec4 const & edge0, + detail::tvec4 const & edge1, + detail::tvec4 const & x + ) + { + return detail::tvec4( + smoothstep(edge0.x, edge1.x, x.x), + smoothstep(edge0.y, edge1.y, x.y), + smoothstep(edge0.z, edge1.z, x.z), + smoothstep(edge0.w, edge1.w, x.w)); + } + + // TODO: Not working on MinGW... + template + GLM_FUNC_QUALIFIER bool isnan(genType const & x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'isnan' only accept floating-point inputs"); + +# if(GLM_COMPILER & (GLM_COMPILER_VC | GLM_COMPILER_INTEL)) + return _isnan(x) != 0; +# elif(GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_CLANG)) +# if(GLM_PLATFORM & GLM_PLATFORM_ANDROID) + return _isnan(x) != 0; +# else + return std::isnan(x); +# endif +# elif(GLM_COMPILER & GLM_COMPILER_CUDA) + return isnan(x) != 0; +# else + return std::isnan(x); +# endif + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec2::bool_type isnan + ( + detail::tvec2 const & x + ) + { + return typename detail::tvec2::bool_type( + isnan(x.x), + isnan(x.y)); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec3::bool_type isnan + ( + detail::tvec3 const & x + ) + { + return typename detail::tvec3::bool_type( + isnan(x.x), + isnan(x.y), + isnan(x.z)); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec4::bool_type isnan + ( + detail::tvec4 const & x + ) + { + return typename detail::tvec4::bool_type( + isnan(x.x), + isnan(x.y), + isnan(x.z), + isnan(x.w)); + } + + template + GLM_FUNC_QUALIFIER bool isinf( + genType const & x) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'isinf' only accept floating-point inputs"); + +# if(GLM_COMPILER & (GLM_COMPILER_INTEL | GLM_COMPILER_VC)) + return _fpclass(x) == _FPCLASS_NINF || _fpclass(x) == _FPCLASS_PINF; +# elif(GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_CLANG)) +# if(GLM_PLATFORM & GLM_PLATFORM_ANDROID) + return _isinf(x) != 0; +# else + return std::isinf(x); +# endif +# elif(GLM_COMPILER & GLM_COMPILER_CUDA) + // http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/docs/online/group__CUDA__MATH__DOUBLE_g13431dd2b40b51f9139cbb7f50c18fab.html#g13431dd2b40b51f9139cbb7f50c18fab + return isinf(double(x)) != 0; +# else + return std::isinf(x); +# endif + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec2::bool_type isinf + ( + detail::tvec2 const & x + ) + { + return typename detail::tvec2::bool_type( + isinf(x.x), + isinf(x.y)); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec3::bool_type isinf + ( + detail::tvec3 const & x + ) + { + return typename detail::tvec3::bool_type( + isinf(x.x), + isinf(x.y), + isinf(x.z)); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec4::bool_type isinf + ( + detail::tvec4 const & x + ) + { + return typename detail::tvec4::bool_type( + isinf(x.x), + isinf(x.y), + isinf(x.z), + isinf(x.w)); + } + + GLM_FUNC_QUALIFIER int floatBitsToInt(float const & value) + { + union + { + float f; + int i; + } fi; + + fi.f = value; + return fi.i; + } + + GLM_FUNC_QUALIFIER detail::tvec2 floatBitsToInt + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + floatBitsToInt(value.x), + floatBitsToInt(value.y)); + } + + GLM_FUNC_QUALIFIER detail::tvec3 floatBitsToInt + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + floatBitsToInt(value.x), + floatBitsToInt(value.y), + floatBitsToInt(value.z)); + } + + GLM_FUNC_QUALIFIER detail::tvec4 floatBitsToInt + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + floatBitsToInt(value.x), + floatBitsToInt(value.y), + floatBitsToInt(value.z), + floatBitsToInt(value.w)); + } + + GLM_FUNC_QUALIFIER uint floatBitsToUint(float const & value) + { + union + { + float f; + uint u; + } fu; + + fu.f = value; + return fu.u; + } + + GLM_FUNC_QUALIFIER detail::tvec2 floatBitsToUint + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + floatBitsToUint(value.x), + floatBitsToUint(value.y)); + } + + GLM_FUNC_QUALIFIER detail::tvec3 floatBitsToUint + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + floatBitsToUint(value.x), + floatBitsToUint(value.y), + floatBitsToUint(value.z)); + } + + GLM_FUNC_QUALIFIER detail::tvec4 floatBitsToUint + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + floatBitsToUint(value.x), + floatBitsToUint(value.y), + floatBitsToUint(value.z), + floatBitsToUint(value.w)); + } + + GLM_FUNC_QUALIFIER float intBitsToFloat(int const & value) + { + union + { + float f; + int i; + } fi; + + fi.i = value; + return fi.f; + } + + GLM_FUNC_QUALIFIER detail::tvec2 intBitsToFloat + + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + intBitsToFloat(value.x), + intBitsToFloat(value.y)); + } + + GLM_FUNC_QUALIFIER detail::tvec3 intBitsToFloat + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + intBitsToFloat(value.x), + intBitsToFloat(value.y), + intBitsToFloat(value.z)); + } + + GLM_FUNC_QUALIFIER detail::tvec4 intBitsToFloat + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + intBitsToFloat(value.x), + intBitsToFloat(value.y), + intBitsToFloat(value.z), + intBitsToFloat(value.w)); + } + + GLM_FUNC_QUALIFIER float uintBitsToFloat(uint const & value) + { + union + { + float f; + uint u; + } fu; + + fu.u = value; + return fu.f; + } + + GLM_FUNC_QUALIFIER detail::tvec2 uintBitsToFloat + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + uintBitsToFloat(value.x), + uintBitsToFloat(value.y)); + } + + GLM_FUNC_QUALIFIER detail::tvec3 uintBitsToFloat + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + uintBitsToFloat(value.x), + uintBitsToFloat(value.y), + uintBitsToFloat(value.z)); + } + + GLM_FUNC_QUALIFIER detail::tvec4 uintBitsToFloat + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + uintBitsToFloat(value.x), + uintBitsToFloat(value.y), + uintBitsToFloat(value.z), + uintBitsToFloat(value.w)); + } + + template + GLM_FUNC_QUALIFIER genType fma + ( + genType const & a, + genType const & b, + genType const & c + ) + { + return a * b + c; + } + + template + GLM_FUNC_QUALIFIER genType frexp + ( + genType const & x, + int & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 frexp + ( + detail::tvec2 const & x, + detail::tvec2 & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 frexp + ( + detail::tvec3 const & x, + detail::tvec3 & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 frexp + ( + detail::tvec4 const & x, + detail::tvec4 & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER genType ldexp + ( + genType const & x, + int const & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 ldexp + ( + detail::tvec2 const & x, + detail::tvec2 const & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 ldexp + ( + detail::tvec3 const & x, + detail::tvec3 const & exp + ) + { + return std::frexp(x, exp); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 ldexp + ( + detail::tvec4 const & x, + detail::tvec4 const & exp + ) + { + return std::frexp(x, exp); + } + +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_exponential.hpp b/include/gal/opengl/glm/core/func_exponential.hpp new file mode 100644 index 0000000..dc76fcb --- /dev/null +++ b/include/gal/opengl/glm/core/func_exponential.hpp @@ -0,0 +1,123 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_exponential.hpp +/// @date 2008-08-08 / 2011-06-14 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions +/// +/// @defgroup core_func_exponential Exponential functions +/// @ingroup core +/// +/// These all operate component-wise. The description is per component. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_func_exponential +#define glm_core_func_exponential GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_exponential + /// @{ + + /// Returns 'base' raised to the power 'exponent'. + /// + /// @param base Floating point value. pow function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision. + /// @param exponent Floating point value representing the 'exponent'. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL pow man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType pow(genType const & base, genType const & exponent); + + /// Returns the natural exponentiation of x, i.e., e^x. + /// + /// @param x exp function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL exp man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType exp(genType const & x); + + /// Returns the natural logarithm of x, i.e., + /// returns the value y which satisfies the equation x = e^y. + /// Results are undefined if x <= 0. + /// + /// @param x log function is defined for input values of x defined in the range (0, inf+) in the limit of the type precision. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL log man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType log(genType const & x); + + /// Returns 2 raised to the x power. + /// + /// @param x exp2 function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL exp2 man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType exp2(genType const & x); + + /// Returns the base 2 log of x, i.e., returns the value y, + /// which satisfies the equation x = 2 ^ y. + /// + /// @param x log2 function is defined for input values of x defined in the range (0, inf+) in the limit of the type precision. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL log2 man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType log2(genType const & x); + + /// Returns the positive square root of x. + /// + /// @param x sqrt function is defined for input values of x defined in the range [0, inf+) in the limit of the type precision. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL sqrt man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType sqrt(genType const & x); + + /// Returns the reciprocal of the positive square root of x. + /// + /// @param x inversesqrt function is defined for input values of x defined in the range [0, inf+) in the limit of the type precision. + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL inversesqrt man page + /// @see GLSL 4.20.8 specification, section 8.2 Exponential Functions + template + GLM_FUNC_DECL genType inversesqrt(genType const & x); + + /// @} +}//namespace glm + +#include "func_exponential.inl" + +#endif//glm_core_func_exponential diff --git a/include/gal/opengl/glm/core/func_exponential.inl b/include/gal/opengl/glm/core/func_exponential.inl new file mode 100644 index 0000000..1b08786 --- /dev/null +++ b/include/gal/opengl/glm/core/func_exponential.inl @@ -0,0 +1,156 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_exponential.inl +/// @date 2008-08-03 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm +{ + // pow + template + GLM_FUNC_QUALIFIER genType pow + ( + genType const & x, + genType const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'pow' only accept floating-point input"); + + return genType(::std::pow(x, y)); + } + + VECTORIZE_VEC_VEC(pow) + + // exp + template + GLM_FUNC_QUALIFIER genType exp + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'exp' only accept floating-point input"); + + return genType(::std::exp(x)); + } + + VECTORIZE_VEC(exp) + + // log + template + GLM_FUNC_QUALIFIER genType log + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'log' only accept floating-point input"); + + return genType(::std::log(x)); + } + + VECTORIZE_VEC(log) + + //exp2, ln2 = 0.69314718055994530941723212145818f + template + GLM_FUNC_QUALIFIER genType exp2 + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'exp2' only accept floating-point input"); + + return genType(::std::exp(genType(0.69314718055994530941723212145818) * x)); + } + + VECTORIZE_VEC(exp2) + +namespace _detail +{ + template + struct _compute_log2 + { + template + T operator() (T const & Value) const; +/* + { + GLM_STATIC_ASSERT(0, "'log2' parameter has an invalid template parameter type. GLM core features only supports floating-point types, include for integer types support. Others types are not supported."); + return Value; + } +*/ + }; + + template <> + struct _compute_log2 + { + template + T operator() (T const & Value) const + { + return T(::std::log(Value)) / T(0.69314718055994530941723212145818); + } + }; + +}//namespace _detail + + // log2, ln2 = 0.69314718055994530941723212145818f + template + GLM_FUNC_QUALIFIER genType log2 + ( + genType const & x + ) + { + assert(x > genType(0)); // log2 is only defined on the range (0, inf] + return _detail::_compute_log2::ID>()(x); + } + + VECTORIZE_VEC(log2) + + // sqrt + template + GLM_FUNC_QUALIFIER genType sqrt + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'sqrt' only accept floating-point input"); + + return genType(::std::sqrt(x)); + } + + VECTORIZE_VEC(sqrt) + + template + GLM_FUNC_QUALIFIER genType inversesqrt + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'inversesqrt' only accept floating-point input"); + assert(x > genType(0)); + + return genType(1) / ::std::sqrt(x); + } + + VECTORIZE_VEC(inversesqrt) + +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_geometric.hpp b/include/gal/opengl/glm/core/func_geometric.hpp new file mode 100644 index 0000000..c221084 --- /dev/null +++ b/include/gal/opengl/glm/core/func_geometric.hpp @@ -0,0 +1,138 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_geometric.hpp +/// @date 2008-08-03 / 2011-06-14 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions +/// +/// @defgroup core_func_geometric Geometric functions +/// @ingroup core +/// +/// These operate on vectors as vectors, not component-wise. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_func_geometric +#define glm_core_func_geometric GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_geometric + /// @{ + + /// Returns the length of x, i.e., sqrt(x * x). + /// + /// @tparam genType Floating-point vector types. + /// + /// @see GLSL length man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL typename genType::value_type length( + genType const & x); + + /// Returns the distance betwwen p0 and p1, i.e., length(p0 - p1). + /// + /// @tparam genType Floating-point vector types. + /// + /// @see GLSL distance man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL typename genType::value_type distance( + genType const & p0, + genType const & p1); + + /// Returns the dot product of x and y, i.e., result = x * y. + /// + /// @tparam genType Floating-point vector types. + /// + /// @see GLSL dot man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL typename genType::value_type dot( + genType const & x, + genType const & y); + + /// Returns the cross product of x and y. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL cross man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL detail::tvec3 cross( + detail::tvec3 const & x, + detail::tvec3 const & y); + + /// Returns a vector in the same direction as x but with length of 1. + /// + /// @see GLSL normalize man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL genType normalize( + genType const & x); + + /// If dot(Nref, I) < 0.0, return N, otherwise, return -N. + /// + /// @tparam genType Floating-point vector types. + /// + /// @see GLSL faceforward man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL genType faceforward( + genType const & N, + genType const & I, + genType const & Nref); + + /// For the incident vector I and surface orientation N, + /// returns the reflection direction : result = I - 2.0 * dot(N, I) * N. + /// + /// @tparam genType Floating-point vector types. + /// + /// @see GLSL reflect man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL genType reflect( + genType const & I, + genType const & N); + + /// For the incident vector I and surface normal N, + /// and the ratio of indices of refraction eta, + /// return the refraction vector. + /// + /// @tparam genType Floating-point vector types. + /// + /// @see GLSL refract man page + /// @see GLSL 4.20.8 specification, section 8.5 Geometric Functions + template + GLM_FUNC_DECL genType refract( + genType const & I, + genType const & N, + typename genType::value_type const & eta); + + /// @} +}//namespace glm + +#include "func_geometric.inl" + +#endif//glm_core_func_geometric diff --git a/include/gal/opengl/glm/core/func_geometric.inl b/include/gal/opengl/glm/core/func_geometric.inl new file mode 100644 index 0000000..259a0ff --- /dev/null +++ b/include/gal/opengl/glm/core/func_geometric.inl @@ -0,0 +1,321 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_geometric.inl +/// @date 2008-08-03 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm +{ + // length + template + GLM_FUNC_QUALIFIER genType length + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'length' only accept floating-point inputs"); + + genType sqr = x * x; + return sqrt(sqr); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec2::value_type length + ( + detail::tvec2 const & v + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'length' only accept floating-point inputs"); + + typename detail::tvec2::value_type sqr = v.x * v.x + v.y * v.y; + return sqrt(sqr); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec3::value_type length + ( + detail::tvec3 const & v + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'length' only accept floating-point inputs"); + + typename detail::tvec3::value_type sqr = v.x * v.x + v.y * v.y + v.z * v.z; + return sqrt(sqr); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec4::value_type length + ( + detail::tvec4 const & v + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'length' only accept floating-point inputs"); + + typename detail::tvec4::value_type sqr = v.x * v.x + v.y * v.y + v.z * v.z + v.w * v.w; + return sqrt(sqr); + } + + // distance + template + GLM_FUNC_QUALIFIER genType distance + ( + genType const & p0, + genType const & p1 + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'distance' only accept floating-point inputs"); + + return length(p1 - p0); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec2::value_type distance + ( + detail::tvec2 const & p0, + detail::tvec2 const & p1 + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'distance' only accept floating-point inputs"); + + return length(p1 - p0); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec3::value_type distance + ( + detail::tvec3 const & p0, + detail::tvec3 const & p1 + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'distance' only accept floating-point inputs"); + + return length(p1 - p0); + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec4::value_type distance + ( + detail::tvec4 const & p0, + detail::tvec4 const & p1 + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'distance' only accept floating-point inputs"); + + return length(p1 - p0); + } + + // dot + template + GLM_FUNC_QUALIFIER genType dot + ( + genType const & x, + genType const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'dot' only accept floating-point inputs"); + + return x * y; + } + + template + GLM_FUNC_QUALIFIER typename detail::tvec2::value_type dot + ( + detail::tvec2 const & x, + detail::tvec2 const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'dot' only accept floating-point inputs"); + + return x.x * y.x + x.y * y.y; + } + + template + GLM_FUNC_QUALIFIER T dot + ( + detail::tvec3 const & x, + detail::tvec3 const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'dot' only accept floating-point inputs"); + + return x.x * y.x + x.y * y.y + x.z * y.z; + } +/* // SSE3 + GLM_FUNC_QUALIFIER float dot(const tvec4& x, const tvec4& y) + { + float Result; + __asm + { + mov esi, x + mov edi, y + movaps xmm0, [esi] + mulps xmm0, [edi] + haddps( _xmm0, _xmm0 ) + haddps( _xmm0, _xmm0 ) + movss Result, xmm0 + } + return Result; + } +*/ + template + GLM_FUNC_QUALIFIER T dot + ( + detail::tvec4 const & x, + detail::tvec4 const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'dot' only accept floating-point inputs"); + + return x.x * y.x + x.y * y.y + x.z * y.z + x.w * y.w; + } + + // cross + template + GLM_FUNC_QUALIFIER detail::tvec3 cross + ( + detail::tvec3 const & x, + detail::tvec3 const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'cross' only accept floating-point inputs"); + + return detail::tvec3( + x.y * y.z - y.y * x.z, + x.z * y.x - y.z * x.x, + x.x * y.y - y.x * x.y); + } + + // normalize + template + GLM_FUNC_QUALIFIER genType normalize + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'normalize' only accept floating-point inputs"); + + return x < genType(0) ? genType(-1) : genType(1); + } + + // According to issue 10 GLSL 1.10 specification, if length(x) == 0 then result is undefine and generate an error + template + GLM_FUNC_QUALIFIER detail::tvec2 normalize + ( + detail::tvec2 const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'normalize' only accept floating-point inputs"); + + typename detail::tvec2::value_type sqr = x.x * x.x + x.y * x.y; + return x * inversesqrt(sqr); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 normalize + ( + detail::tvec3 const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'normalize' only accept floating-point inputs"); + + typename detail::tvec3::value_type sqr = x.x * x.x + x.y * x.y + x.z * x.z; + return x * inversesqrt(sqr); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 normalize + ( + detail::tvec4 const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'normalize' only accept floating-point inputs"); + + typename detail::tvec4::value_type sqr = x.x * x.x + x.y * x.y + x.z * x.z + x.w * x.w; + return x * inversesqrt(sqr); + } + + // faceforward + template + GLM_FUNC_QUALIFIER genType faceforward + ( + genType const & N, + genType const & I, + genType const & Nref + ) + { + return dot(Nref, I) < 0 ? N : -N; + } + + // reflect + template + GLM_FUNC_QUALIFIER genType reflect + ( + genType const & I, + genType const & N + ) + { + return I - N * dot(N, I) * genType(2); + } + + // refract + template + GLM_FUNC_QUALIFIER genType refract + ( + genType const & I, + genType const & N, + genType const & eta + ) + { + //It could be a vector + //GLM_STATIC_ASSERT(detail::type::is_float); + + genType dotValue = dot(N, I); + genType k = genType(1) - eta * eta * (genType(1) - dotValue * dotValue); + if(k < genType(0)) + return genType(0); + else + return eta * I - (eta * dotValue + sqrt(k)) * N; + } + + template + GLM_FUNC_QUALIFIER genType refract + ( + genType const & I, + genType const & N, + typename genType::value_type const & eta + ) + { + //It could be a vector + //GLM_STATIC_ASSERT(detail::type::is_float); + + typename genType::value_type dotValue = dot(N, I); + typename genType::value_type k = typename genType::value_type(1) - eta * eta * (typename genType::value_type(1) - dotValue * dotValue); + if(k < typename genType::value_type(0)) + return genType(0); + else + return eta * I - (eta * dotValue + sqrt(k)) * N; + } + +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_integer.hpp b/include/gal/opengl/glm/core/func_integer.hpp new file mode 100644 index 0000000..df9a401 --- /dev/null +++ b/include/gal/opengl/glm/core/func_integer.hpp @@ -0,0 +1,201 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_integer.hpp +/// @date 2010-03-17 / 2011-06-18 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.8 Integer Functions +/// +/// @defgroup core_func_integer Integer functions +/// @ingroup core +/// +/// These all operate component-wise. The description is per component. +/// The notation [a, b] means the set of bits from bit-number a through bit-number +/// b, inclusive. The lowest-order bit is bit 0. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_func_integer +#define glm_core_func_integer GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_integer + /// @{ + + /// Adds 32-bit unsigned integer x and y, returning the sum + /// modulo pow(2, 32). The value carry is set to 0 if the sum was + /// less than pow(2, 32), or to 1 otherwise. + /// + /// @tparam genUType Unsigned integer scalar or vector types. + /// + /// @see GLSL uaddCarry man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL genUType uaddCarry( + genUType const & x, + genUType const & y, + genUType & carry); + + /// Subtracts the 32-bit unsigned integer y from x, returning + /// the difference if non-negative, or pow(2, 32) plus the difference + /// otherwise. The value borrow is set to 0 if x >= y, or to 1 otherwise. + /// + /// @tparam genUType Unsigned integer scalar or vector types. + /// + /// @see GLSL usubBorrow man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL genUType usubBorrow( + genUType const & x, + genUType const & y, + genUType & borrow); + + /// Multiplies 32-bit integers x and y, producing a 64-bit + /// result. The 32 least-significant bits are returned in lsb. + /// The 32 most-significant bits are returned in msb. + /// + /// @tparam genUType Unsigned integer scalar or vector types. + /// + /// @see GLSL umulExtended man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL void umulExtended( + genUType const & x, + genUType const & y, + genUType & msb, + genUType & lsb); + + /// Multiplies 32-bit integers x and y, producing a 64-bit + /// result. The 32 least-significant bits are returned in lsb. + /// The 32 most-significant bits are returned in msb. + /// + /// @tparam genIType Signed integer scalar or vector types. + /// + /// @see GLSL imulExtended man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL void imulExtended( + genIType const & x, + genIType const & y, + genIType & msb, + genIType & lsb); + + /// Extracts bits [offset, offset + bits - 1] from value, + /// returning them in the least significant bits of the result. + /// For unsigned data types, the most significant bits of the + /// result will be set to zero. For signed data types, the + /// most significant bits will be set to the value of bit offset + base - 1. + /// + /// If bits is zero, the result will be zero. The result will be + /// undefined if offset or bits is negative, or if the sum of + /// offset and bits is greater than the number of bits used + /// to store the operand. + /// + /// @tparam genIUType Signed or unsigned integer scalar or vector types. + /// + /// @see GLSL bitfieldExtract man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL genIUType bitfieldExtract( + genIUType const & Value, + int const & Offset, + int const & Bits); + + /// Returns the insertion the bits least-significant bits of insert into base. + /// + /// The result will have bits [offset, offset + bits - 1] taken + /// from bits [0, bits - 1] of insert, and all other bits taken + /// directly from the corresponding bits of base. If bits is + /// zero, the result will simply be base. The result will be + /// undefined if offset or bits is negative, or if the sum of + /// offset and bits is greater than the number of bits used to + /// store the operand. + /// + /// @tparam genIUType Signed or unsigned integer scalar or vector types. + /// + /// @see GLSL bitfieldInsert man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL genIUType bitfieldInsert( + genIUType const & Base, + genIUType const & Insert, + int const & Offset, + int const & Bits); + + /// Returns the reversal of the bits of value. + /// The bit numbered n of the result will be taken from bit (bits - 1) - n of value, + /// where bits is the total number of bits used to represent value. + /// + /// @tparam genIUType Signed or unsigned integer scalar or vector types. + /// + /// @see GLSL bitfieldReverse man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + template + GLM_FUNC_DECL genIUType bitfieldReverse(genIUType const & Value); + + /// Returns the number of bits set to 1 in the binary representation of value. + /// + /// @tparam genIUType Signed or unsigned integer scalar or vector types. + /// + /// @see GLSL bitCount man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + /// + /// @todo Clarify the declaration to specify that scalars are suported. + template class genIUType> + GLM_FUNC_DECL typename genIUType::signed_type bitCount(genIUType const & Value); + + /// Returns the bit number of the least significant bit set to + /// 1 in the binary representation of value. + /// If value is zero, -1 will be returned. + /// + /// @tparam genIUType Signed or unsigned integer scalar or vector types. + /// + /// @see GLSL findLSB man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + /// + /// @todo Clarify the declaration to specify that scalars are suported. + template class genIUType> + GLM_FUNC_DECL typename genIUType::signed_type findLSB(genIUType const & Value); + + /// Returns the bit number of the most significant bit in the binary representation of value. + /// For positive integers, the result will be the bit number of the most significant bit set to 1. + /// For negative integers, the result will be the bit number of the most significant + /// bit set to 0. For a value of zero or negative one, -1 will be returned. + /// + /// @tparam genIUType Signed or unsigned integer scalar or vector types. + /// + /// @see GLSL findMSB man page + /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions + /// + /// @todo Clarify the declaration to specify that scalars are suported. + template class genIUType> + GLM_FUNC_DECL typename genIUType::signed_type findMSB(genIUType const & Value); + + /// @} +}//namespace glm + +#include "func_integer.inl" + +#endif//glm_core_func_integer + diff --git a/include/gal/opengl/glm/core/func_integer.inl b/include/gal/opengl/glm/core/func_integer.inl new file mode 100644 index 0000000..ad8b1fe --- /dev/null +++ b/include/gal/opengl/glm/core/func_integer.inl @@ -0,0 +1,648 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_integer.inl +/// @date 2010-03-17 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +#if(GLM_ARCH != GLM_ARCH_PURE) +#if(GLM_COMPILER & GLM_COMPILER_VC) +# include +# pragma intrinsic(_BitScanReverse) +#endif//(GLM_COMPILER & GLM_COMPILER_VC) +#endif//(GLM_ARCH != GLM_ARCH_PURE) + +namespace glm +{ + // uaddCarry + template + GLM_FUNC_QUALIFIER genUType uaddCarry + ( + genUType const & x, + genUType const & y, + genUType & Carry + ) + { + detail::highp_uint_t Value64 = detail::highp_uint_t(x) + detail::highp_uint_t(y); + genUType Result = genUType(Value64 % (detail::highp_uint_t(1) << detail::highp_uint_t(32))); + Carry = (Value64 % (detail::highp_uint_t(1) << detail::highp_uint_t(32))) > 1 ? 1 : 0; + return Result; + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 uaddCarry + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + detail::tvec2 & Carry + ) + { + return detail::tvec2( + uaddCarry(x[0], y[0], Carry[0]), + uaddCarry(x[1], y[1], Carry[1])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 uaddCarry + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + detail::tvec3 & Carry + ) + { + return detail::tvec3( + uaddCarry(x[0], y[0], Carry[0]), + uaddCarry(x[1], y[1], Carry[1]), + uaddCarry(x[2], y[2], Carry[2])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 uaddCarry + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + detail::tvec4 & Carry + ) + { + return detail::tvec4( + uaddCarry(x[0], y[0], Carry[0]), + uaddCarry(x[1], y[1], Carry[1]), + uaddCarry(x[2], y[2], Carry[2]), + uaddCarry(x[3], y[3], Carry[3])); + } + + // usubBorrow + template + GLM_FUNC_QUALIFIER genUType usubBorrow + ( + genUType const & x, + genUType const & y, + genUType & Borrow + ) + { + Borrow = x >= y ? 0 : 1; + if(x > y) + return genUType(detail::highp_int_t(x) - detail::highp_int_t(y)); + else + return genUType((detail::highp_int_t(1) << detail::highp_int_t(32)) + detail::highp_int_t(x) - detail::highp_int_t(y)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 usubBorrow + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + detail::tvec2 & Borrow + ) + { + return detail::tvec2( + usubBorrow(x[0], y[0], Borrow[0]), + usubBorrow(x[1], y[1], Borrow[1])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 usubBorrow + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + detail::tvec3 & Borrow + ) + { + return detail::tvec3( + usubBorrow(x[0], y[0], Borrow[0]), + usubBorrow(x[1], y[1], Borrow[1]), + usubBorrow(x[2], y[2], Borrow[2])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 usubBorrow + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + detail::tvec4 & Borrow + ) + { + return detail::tvec4( + usubBorrow(x[0], y[0], Borrow[0]), + usubBorrow(x[1], y[1], Borrow[1]), + usubBorrow(x[2], y[2], Borrow[2]), + usubBorrow(x[3], y[3], Borrow[3])); + } + + // umulExtended + template + GLM_FUNC_QUALIFIER void umulExtended + ( + genUType const & x, + genUType const & y, + genUType & msb, + genUType & lsb + ) + { + detail::highp_uint_t ValueX64 = x; + detail::highp_uint_t ValueY64 = y; + detail::highp_uint_t Value64 = ValueX64 * ValueY64; + msb = *(genUType*)&genUType(Value64 & ((detail::highp_uint_t(1) << detail::highp_uint_t(32)) - detail::highp_uint_t(1))); + lsb = *(genUType*)&genUType(Value64 >> detail::highp_uint_t(32)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 umulExtended + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + detail::tvec2 & msb, + detail::tvec2 & lsb + ) + { + return detail::tvec2( + umulExtended(x[0], y[0], msb, lsb), + umulExtended(x[1], y[1], msb, lsb)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 umulExtended + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + detail::tvec3 & msb, + detail::tvec3 & lsb + ) + { + return detail::tvec3( + umulExtended(x[0], y[0], msb, lsb), + umulExtended(x[1], y[1], msb, lsb), + umulExtended(x[2], y[2], msb, lsb)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 umulExtended + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + detail::tvec4 & msb, + detail::tvec4 & lsb + ) + { + return detail::tvec4( + umulExtended(x[0], y[0], msb, lsb), + umulExtended(x[1], y[1], msb, lsb), + umulExtended(x[2], y[2], msb, lsb), + umulExtended(x[3], y[3], msb, lsb)); + } + + // imulExtended + template + GLM_FUNC_QUALIFIER void imulExtended + ( + genIType const & x, + genIType const & y, + genIType & msb, + genIType & lsb + ) + { + detail::highp_int_t ValueX64 = x; + detail::highp_int_t ValueY64 = y; + detail::highp_int_t Value64 = ValueX64 * ValueY64; + msb = *(genIType*)&genIType(Value64 & ((detail::highp_uint_t(1) << detail::highp_uint_t(32)) - detail::highp_uint_t(1))); + lsb = *(genIType*)&genIType(Value64 >> detail::highp_uint_t(32)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 imulExtended + ( + detail::tvec2 const & x, + detail::tvec2 const & y, + detail::tvec2 & msb, + detail::tvec2 & lsb + ) + { + return detail::tvec2( + imulExtended(x[0], y[0], msb, lsb), + imulExtended(x[1], y[1], msb, lsb)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 imulExtended + ( + detail::tvec3 const & x, + detail::tvec3 const & y, + detail::tvec3 & msb, + detail::tvec3 & lsb + ) + { + return detail::tvec3( + imulExtended(x[0], y[0], msb, lsb), + imulExtended(x[1], y[1], msb, lsb), + imulExtended(x[2], y[2], msb, lsb)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 imulExtended + ( + detail::tvec4 const & x, + detail::tvec4 const & y, + detail::tvec4 & msb, + detail::tvec4 & lsb + ) + { + return detail::tvec4( + imulExtended(x[0], y[0], msb, lsb), + imulExtended(x[1], y[1], msb, lsb), + imulExtended(x[2], y[2], msb, lsb), + imulExtended(x[3], y[3], msb, lsb)); + } + + // bitfieldExtract + template + GLM_FUNC_QUALIFIER genIUType bitfieldExtract + ( + genIUType const & Value, + int const & Offset, + int const & Bits + ) + { + int GenSize = int(sizeof(genIUType)) << int(3); + + assert(Offset + Bits <= GenSize); + + genIUType ShiftLeft = Bits ? Value << (GenSize - (Bits + Offset)) : genIUType(0); + genIUType ShiftBack = ShiftLeft >> genIUType(GenSize - Bits); + + return ShiftBack; + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 bitfieldExtract + ( + detail::tvec2 const & Value, + int const & Offset, + int const & Bits + ) + { + return detail::tvec2( + bitfieldExtract(Value[0], Offset, Bits), + bitfieldExtract(Value[1], Offset, Bits)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 bitfieldExtract + ( + detail::tvec3 const & Value, + int const & Offset, + int const & Bits + ) + { + return detail::tvec3( + bitfieldExtract(Value[0], Offset, Bits), + bitfieldExtract(Value[1], Offset, Bits), + bitfieldExtract(Value[2], Offset, Bits)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 bitfieldExtract + ( + detail::tvec4 const & Value, + int const & Offset, + int const & Bits + ) + { + return detail::tvec4( + bitfieldExtract(Value[0], Offset, Bits), + bitfieldExtract(Value[1], Offset, Bits), + bitfieldExtract(Value[2], Offset, Bits), + bitfieldExtract(Value[3], Offset, Bits)); + } + + // bitfieldInsert + template + GLM_FUNC_QUALIFIER genIUType bitfieldInsert + ( + genIUType const & Base, + genIUType const & Insert, + int const & Offset, + int const & Bits + ) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'bitfieldInsert' only accept integer values"); + assert(Offset + Bits <= sizeof(genIUType)); + + if(Bits == 0) + return Base; + + genIUType Mask = 0; + for(int Bit = Offset; Bit < Offset + Bits; ++Bit) + Mask |= (1 << Bit); + + return (Base & ~Mask) | (Insert & Mask); + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 bitfieldInsert + ( + detail::tvec2 const & Base, + detail::tvec2 const & Insert, + int const & Offset, + int const & Bits + ) + { + return detail::tvec2( + bitfieldInsert(Base[0], Insert[0], Offset, Bits), + bitfieldInsert(Base[1], Insert[1], Offset, Bits)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 bitfieldInsert + ( + detail::tvec3 const & Base, + detail::tvec3 const & Insert, + int const & Offset, + int const & Bits + ) + { + return detail::tvec3( + bitfieldInsert(Base[0], Insert[0], Offset, Bits), + bitfieldInsert(Base[1], Insert[1], Offset, Bits), + bitfieldInsert(Base[2], Insert[2], Offset, Bits)); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 bitfieldInsert + ( + detail::tvec4 const & Base, + detail::tvec4 const & Insert, + int const & Offset, + int const & Bits + ) + { + return detail::tvec4( + bitfieldInsert(Base[0], Insert[0], Offset, Bits), + bitfieldInsert(Base[1], Insert[1], Offset, Bits), + bitfieldInsert(Base[2], Insert[2], Offset, Bits), + bitfieldInsert(Base[3], Insert[3], Offset, Bits)); + } + + // bitfieldReverse + template + GLM_FUNC_QUALIFIER genIUType bitfieldReverse(genIUType const & Value) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'bitfieldReverse' only accept integer values"); + + genIUType Out = 0; + std::size_t BitSize = sizeof(genIUType) * 8; + for(std::size_t i = 0; i < BitSize; ++i) + if(Value & (genIUType(1) << i)) + Out |= genIUType(1) << (BitSize - 1 - i); + return Out; + } + + VECTORIZE_VEC(bitfieldReverse) + + // bitCount + template + GLM_FUNC_QUALIFIER int bitCount(genIUType const & Value) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'bitCount' only accept integer values"); + + int Count = 0; + for(std::size_t i = 0; i < sizeof(genIUType) * std::size_t(8); ++i) + { + if(Value & (1 << i)) + ++Count; + } + return Count; + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 bitCount + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + bitCount(value[0]), + bitCount(value[1])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 bitCount + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + bitCount(value[0]), + bitCount(value[1]), + bitCount(value[2])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 bitCount + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + bitCount(value[0]), + bitCount(value[1]), + bitCount(value[2]), + bitCount(value[3])); + } + + // findLSB + template + GLM_FUNC_QUALIFIER int findLSB + ( + genIUType const & Value + ) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'findLSB' only accept integer values"); + if(Value == 0) + return -1; + + genIUType Bit; + for(Bit = genIUType(0); !(Value & (1 << Bit)); ++Bit){} + return Bit; + } + + template + GLM_FUNC_QUALIFIER detail::tvec2 findLSB + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + findLSB(value[0]), + findLSB(value[1])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 findLSB + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + findLSB(value[0]), + findLSB(value[1]), + findLSB(value[2])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 findLSB + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + findLSB(value[0]), + findLSB(value[1]), + findLSB(value[2]), + findLSB(value[3])); + } + + // findMSB +#if((GLM_ARCH != GLM_ARCH_PURE) && (GLM_COMPILER & GLM_COMPILER_VC)) + + template + GLM_FUNC_QUALIFIER int findMSB + ( + genIUType const & Value + ) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'findMSB' only accept integer values"); + if(Value == 0) + return -1; + + unsigned long Result(0); + _BitScanReverse(&Result, Value); + return int(Result); + } +/* +// __builtin_clz seems to be buggy as it crasks for some values, from 0x00200000 to 80000000 +#elif((GLM_ARCH != GLM_ARCH_PURE) && (GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC40)) + + template + GLM_FUNC_QUALIFIER int findMSB + ( + genIUType const & Value + ) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'findMSB' only accept integer values"); + if(Value == 0) + return -1; + + // clz returns the number or trailing 0-bits; see + // http://gcc.gnu.org/onlinedocs/gcc-4.7.1/gcc/Other-Builtins.html + // + // NoteBecause __builtin_clz only works for unsigned ints, this + // implementation will not work for 64-bit integers. + // + return 31 - __builtin_clzl(Value); + } +*/ +#else + +/* SSE implementation idea + + __m128i const Zero = _mm_set_epi32( 0, 0, 0, 0); + __m128i const One = _mm_set_epi32( 1, 1, 1, 1); + __m128i Bit = _mm_set_epi32(-1, -1, -1, -1); + __m128i Tmp = _mm_set_epi32(Value, Value, Value, Value); + __m128i Mmi = Zero; + for(int i = 0; i < 32; ++i) + { + __m128i Shilt = _mm_and_si128(_mm_cmpgt_epi32(Tmp, One), One); + Tmp = _mm_srai_epi32(Tmp, One); + Bit = _mm_add_epi32(Bit, _mm_and_si128(Shilt, i)); + Mmi = _mm_and_si128(Mmi, One); + } + return Bit; + +*/ + + template + GLM_FUNC_QUALIFIER int findMSB + ( + genIUType const & Value + ) + { + GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'findMSB' only accept integer values"); + + if(Value == genIUType(0) || Value == genIUType(-1)) + return -1; + else if(Value > 0) + { + genIUType Bit = genIUType(-1); + for(genIUType tmp = Value; tmp > 0; tmp >>= 1, ++Bit){} + return Bit; + } + else //if(Value < 0) + { + int const BitCount(sizeof(genIUType) * 8); + int MostSignificantBit(-1); + for(int BitIndex(0); BitIndex < BitCount; ++BitIndex) + MostSignificantBit = (Value & (1 << BitIndex)) ? MostSignificantBit : BitIndex; + assert(MostSignificantBit >= 0); + return MostSignificantBit; + } + } +#endif//(GLM_COMPILER) + + template + GLM_FUNC_QUALIFIER detail::tvec2 findMSB + ( + detail::tvec2 const & value + ) + { + return detail::tvec2( + findMSB(value[0]), + findMSB(value[1])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec3 findMSB + ( + detail::tvec3 const & value + ) + { + return detail::tvec3( + findMSB(value[0]), + findMSB(value[1]), + findMSB(value[2])); + } + + template + GLM_FUNC_QUALIFIER detail::tvec4 findMSB + ( + detail::tvec4 const & value + ) + { + return detail::tvec4( + findMSB(value[0]), + findMSB(value[1]), + findMSB(value[2]), + findMSB(value[3])); + } +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_matrix.hpp b/include/gal/opengl/glm/core/func_matrix.hpp new file mode 100644 index 0000000..3c92cbb --- /dev/null +++ b/include/gal/opengl/glm/core/func_matrix.hpp @@ -0,0 +1,150 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_matrix.hpp +/// @date 2008-08-03 / 2011-06-15 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions +/// +/// @defgroup core_func_matrix Matrix functions +/// @ingroup core +/// +/// For each of the following built-in matrix functions, there is both a +/// single-precision floating point version, where all arguments and return values +/// are single precision, and a double-precision floating version, where all +/// arguments and return values are double precision. Only the single-precision +/// floating point version is shown. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef GLM_CORE_func_matrix +#define GLM_CORE_func_matrix GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_matrix + /// @{ + + /// Multiply matrix x by matrix y component-wise, i.e., + /// result[i][j] is the scalar product of x[i][j] and y[i][j]. + /// + /// @tparam matType Floating-point matrix types. + /// + /// @see GLSL matrixCompMult man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL matType matrixCompMult( + matType const & x, + matType const & y); + + /// Treats the first parameter c as a column vector + /// and the second parameter r as a row vector + /// and does a linear algebraic matrix multiply c * r. + /// + /// @tparam matType Floating-point matrix types. + /// + /// @see GLSL outerProduct man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + /// + /// @todo Clarify the declaration to specify that matType doesn't have to be provided when used. + template + GLM_FUNC_DECL matType outerProduct( + vecType const & c, + vecType const & r); + + /// Returns the transposed matrix of x + /// + /// @tparam matType Floating-point matrix types. + /// + /// @see GLSL transpose man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL typename matType::transpose_type transpose( + matType const & x); + + /// Return the determinant of a mat2 matrix. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL determinant man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL typename detail::tmat2x2::value_type determinant( + detail::tmat2x2 const & m); + + /// Return the determinant of a mat3 matrix. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL determinant man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL typename detail::tmat3x3::value_type determinant( + detail::tmat3x3 const & m); + + /// Return the determinant of a mat4 matrix. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL determinant man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL typename detail::tmat4x4::value_type determinant( + detail::tmat4x4 const & m); + + /// Return the inverse of a mat2 matrix. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL inverse man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL detail::tmat2x2 inverse( + detail::tmat2x2 const & m); + + /// Return the inverse of a mat3 matrix. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL inverse man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL detail::tmat3x3 inverse( + detail::tmat3x3 const & m); + + /// Return the inverse of a mat4 matrix. + /// + /// @tparam valType Floating-point scalar types. + /// + /// @see GLSL inverse man page + /// @see GLSL 4.20.8 specification, section 8.6 Matrix Functions + template + GLM_FUNC_DECL detail::tmat4x4 inverse( + detail::tmat4x4 const & m); + + /// @} +}//namespace glm + +#include "func_matrix.inl" + +#endif//GLM_CORE_func_matrix diff --git a/include/gal/opengl/glm/core/func_matrix.inl b/include/gal/opengl/glm/core/func_matrix.inl new file mode 100644 index 0000000..d89d5d4 --- /dev/null +++ b/include/gal/opengl/glm/core/func_matrix.inl @@ -0,0 +1,582 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_matrix.inl +/// @date 2008-03-08 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm +{ + // matrixCompMult + template + GLM_FUNC_QUALIFIER matType matrixCompMult + ( + matType const & x, + matType const & y + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'matrixCompMult' only accept floating-point inputs"); + + matType result(matType::null); + for(typename matType::size_type i = 0; i < matType::row_size(); ++i) + result[i] = x[i] * y[i]; + return result; + } + + // outerProduct + template + GLM_FUNC_QUALIFIER detail::tmat2x2 outerProduct + ( + detail::tvec2 const & c, + detail::tvec2 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat2x2 m(detail::tmat2x2::null); + m[0][0] = c[0] * r[0]; + m[0][1] = c[1] * r[0]; + m[1][0] = c[0] * r[1]; + m[1][1] = c[1] * r[1]; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x3 outerProduct + ( + detail::tvec3 const & c, + detail::tvec3 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat3x3 m(detail::tmat3x3::null); + for(typename detail::tmat3x3::size_type i(0); i < m.length(); ++i) + m[i] = c * r[i]; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x4 outerProduct + ( + detail::tvec4 const & c, + detail::tvec4 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat4x4 m(detail::tmat4x4::null); + for(typename detail::tmat4x4::size_type i(0); i < m.length(); ++i) + m[i] = c * r[i]; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat2x3 outerProduct + ( + detail::tvec3 const & c, + detail::tvec2 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat2x3 m(detail::tmat2x3::null); + m[0][0] = c.x * r.x; + m[0][1] = c.y * r.x; + m[0][2] = c.z * r.x; + m[1][0] = c.x * r.y; + m[1][1] = c.y * r.y; + m[1][2] = c.z * r.y; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x2 outerProduct + ( + detail::tvec2 const & c, + detail::tvec3 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat3x2 m(detail::tmat3x2::null); + m[0][0] = c.x * r.x; + m[0][1] = c.y * r.x; + m[1][0] = c.x * r.y; + m[1][1] = c.y * r.y; + m[2][0] = c.x * r.z; + m[2][1] = c.y * r.z; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat2x4 outerProduct + ( + detail::tvec4 const & c, + detail::tvec2 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat2x4 m(detail::tmat2x4::null); + m[0][0] = c.x * r.x; + m[0][1] = c.y * r.x; + m[0][2] = c.z * r.x; + m[0][3] = c.w * r.x; + m[1][0] = c.x * r.y; + m[1][1] = c.y * r.y; + m[1][2] = c.z * r.y; + m[1][3] = c.w * r.y; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x2 outerProduct + ( + detail::tvec2 const & c, + detail::tvec4 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat4x2 m(detail::tmat4x2::null); + m[0][0] = c.x * r.x; + m[0][1] = c.y * r.x; + m[1][0] = c.x * r.y; + m[1][1] = c.y * r.y; + m[2][0] = c.x * r.z; + m[2][1] = c.y * r.z; + m[3][0] = c.x * r.w; + m[3][1] = c.y * r.w; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x4 outerProduct + ( + detail::tvec4 const & c, + detail::tvec3 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat3x4 m(detail::tmat3x4::null); + m[0][0] = c.x * r.x; + m[0][1] = c.y * r.x; + m[0][2] = c.z * r.x; + m[0][3] = c.w * r.x; + m[1][0] = c.x * r.y; + m[1][1] = c.y * r.y; + m[1][2] = c.z * r.y; + m[1][3] = c.w * r.y; + m[2][0] = c.x * r.z; + m[2][1] = c.y * r.z; + m[2][2] = c.z * r.z; + m[2][3] = c.w * r.z; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x3 outerProduct + ( + detail::tvec3 const & c, + detail::tvec4 const & r + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'outerProduct' only accept floating-point inputs"); + + detail::tmat4x3 m(detail::tmat4x3::null); + m[0][0] = c.x * r.x; + m[0][1] = c.y * r.x; + m[0][2] = c.z * r.x; + m[1][0] = c.x * r.y; + m[1][1] = c.y * r.y; + m[1][2] = c.z * r.y; + m[2][0] = c.x * r.z; + m[2][1] = c.y * r.z; + m[2][2] = c.z * r.z; + m[3][0] = c.x * r.w; + m[3][1] = c.y * r.w; + m[3][2] = c.z * r.w; + return m; + } + + template + GLM_FUNC_QUALIFIER detail::tmat2x2 transpose + ( + detail::tmat2x2 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat2x2 result(detail::tmat2x2::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x3 transpose + ( + detail::tmat3x3 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat3x3 result(detail::tmat3x3::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[0][2] = m[2][0]; + + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[1][2] = m[2][1]; + + result[2][0] = m[0][2]; + result[2][1] = m[1][2]; + result[2][2] = m[2][2]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x4 transpose + ( + detail::tmat4x4 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat4x4 result(detail::tmat4x4::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[0][2] = m[2][0]; + result[0][3] = m[3][0]; + + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[1][2] = m[2][1]; + result[1][3] = m[3][1]; + + result[2][0] = m[0][2]; + result[2][1] = m[1][2]; + result[2][2] = m[2][2]; + result[2][3] = m[3][2]; + + result[3][0] = m[0][3]; + result[3][1] = m[1][3]; + result[3][2] = m[2][3]; + result[3][3] = m[3][3]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat2x3 transpose + ( + detail::tmat3x2 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat2x3 result(detail::tmat2x3::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[0][2] = m[2][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[1][2] = m[2][1]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x2 transpose + ( + detail::tmat2x3 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat3x2 result(detail::tmat3x2::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[2][0] = m[0][2]; + result[2][1] = m[1][2]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat2x4 transpose + ( + detail::tmat4x2 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat2x4 result(detail::tmat2x4::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[0][2] = m[2][0]; + result[0][3] = m[3][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[1][2] = m[2][1]; + result[1][3] = m[3][1]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x2 transpose + ( + detail::tmat2x4 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat4x2 result(detail::tmat4x2::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[2][0] = m[0][2]; + result[2][1] = m[1][2]; + result[3][0] = m[0][3]; + result[3][1] = m[1][3]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x4 transpose + ( + detail::tmat4x3 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat3x4 result(detail::tmat3x4::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[0][2] = m[2][0]; + result[0][3] = m[3][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[1][2] = m[2][1]; + result[1][3] = m[3][1]; + result[2][0] = m[0][2]; + result[2][1] = m[1][2]; + result[2][2] = m[2][2]; + result[2][3] = m[3][2]; + return result; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x3 transpose + ( + detail::tmat3x4 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'transpose' only accept floating-point inputs"); + + detail::tmat4x3 result(detail::tmat4x3::null); + result[0][0] = m[0][0]; + result[0][1] = m[1][0]; + result[0][2] = m[2][0]; + result[1][0] = m[0][1]; + result[1][1] = m[1][1]; + result[1][2] = m[2][1]; + result[2][0] = m[0][2]; + result[2][1] = m[1][2]; + result[2][2] = m[2][2]; + result[3][0] = m[0][3]; + result[3][1] = m[1][3]; + result[3][2] = m[2][3]; + return result; + } + + template + GLM_FUNC_QUALIFIER typename detail::tmat2x2::value_type determinant + ( + detail::tmat2x2 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'determinant' only accept floating-point inputs"); + + return m[0][0] * m[1][1] - m[1][0] * m[0][1]; + } + + template + GLM_FUNC_QUALIFIER typename detail::tmat3x3::value_type determinant + ( + detail::tmat3x3 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'determinant' only accept floating-point inputs"); + + return + + m[0][0] * (m[1][1] * m[2][2] - m[2][1] * m[1][2]) + - m[1][0] * (m[0][1] * m[2][2] - m[2][1] * m[0][2]) + + m[2][0] * (m[0][1] * m[1][2] - m[1][1] * m[0][2]); + } + + template + GLM_FUNC_QUALIFIER typename detail::tmat4x4::value_type determinant + ( + detail::tmat4x4 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'determinant' only accept floating-point inputs"); + + T SubFactor00 = m[2][2] * m[3][3] - m[3][2] * m[2][3]; + T SubFactor01 = m[2][1] * m[3][3] - m[3][1] * m[2][3]; + T SubFactor02 = m[2][1] * m[3][2] - m[3][1] * m[2][2]; + T SubFactor03 = m[2][0] * m[3][3] - m[3][0] * m[2][3]; + T SubFactor04 = m[2][0] * m[3][2] - m[3][0] * m[2][2]; + T SubFactor05 = m[2][0] * m[3][1] - m[3][0] * m[2][1]; + + detail::tvec4 DetCof( + + (m[1][1] * SubFactor00 - m[1][2] * SubFactor01 + m[1][3] * SubFactor02), + - (m[1][0] * SubFactor00 - m[1][2] * SubFactor03 + m[1][3] * SubFactor04), + + (m[1][0] * SubFactor01 - m[1][1] * SubFactor03 + m[1][3] * SubFactor05), + - (m[1][0] * SubFactor02 - m[1][1] * SubFactor04 + m[1][2] * SubFactor05)); + + return m[0][0] * DetCof[0] + + m[0][1] * DetCof[1] + + m[0][2] * DetCof[2] + + m[0][3] * DetCof[3]; + } + + template + GLM_FUNC_QUALIFIER detail::tmat2x2 inverse + ( + detail::tmat2x2 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'inverse' only accept floating-point inputs"); + + //valType Determinant = m[0][0] * m[1][1] - m[1][0] * m[0][1]; + T Determinant = determinant(m); + + detail::tmat2x2 Inverse( + + m[1][1] / Determinant, + - m[0][1] / Determinant, + - m[1][0] / Determinant, + + m[0][0] / Determinant); + + return Inverse; + } + + template + GLM_FUNC_QUALIFIER detail::tmat3x3 inverse + ( + detail::tmat3x3 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'inverse' only accept floating-point inputs"); + + //valType Determinant = m[0][0] * (m[1][1] * m[2][2] - m[2][1] * m[1][2]) + // - m[1][0] * (m[0][1] * m[2][2] - m[2][1] * m[0][2]) + // + m[2][0] * (m[0][1] * m[1][2] - m[1][1] * m[0][2]); + + T Determinant = determinant(m); + + detail::tmat3x3 Inverse(detail::tmat3x3::null); + Inverse[0][0] = + (m[1][1] * m[2][2] - m[2][1] * m[1][2]); + Inverse[1][0] = - (m[1][0] * m[2][2] - m[2][0] * m[1][2]); + Inverse[2][0] = + (m[1][0] * m[2][1] - m[2][0] * m[1][1]); + Inverse[0][1] = - (m[0][1] * m[2][2] - m[2][1] * m[0][2]); + Inverse[1][1] = + (m[0][0] * m[2][2] - m[2][0] * m[0][2]); + Inverse[2][1] = - (m[0][0] * m[2][1] - m[2][0] * m[0][1]); + Inverse[0][2] = + (m[0][1] * m[1][2] - m[1][1] * m[0][2]); + Inverse[1][2] = - (m[0][0] * m[1][2] - m[1][0] * m[0][2]); + Inverse[2][2] = + (m[0][0] * m[1][1] - m[1][0] * m[0][1]); + Inverse /= Determinant; + + return Inverse; + } + + template + GLM_FUNC_QUALIFIER detail::tmat4x4 inverse + ( + detail::tmat4x4 const & m + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'inverse' only accept floating-point inputs"); + + T Coef00 = m[2][2] * m[3][3] - m[3][2] * m[2][3]; + T Coef02 = m[1][2] * m[3][3] - m[3][2] * m[1][3]; + T Coef03 = m[1][2] * m[2][3] - m[2][2] * m[1][3]; + + T Coef04 = m[2][1] * m[3][3] - m[3][1] * m[2][3]; + T Coef06 = m[1][1] * m[3][3] - m[3][1] * m[1][3]; + T Coef07 = m[1][1] * m[2][3] - m[2][1] * m[1][3]; + + T Coef08 = m[2][1] * m[3][2] - m[3][1] * m[2][2]; + T Coef10 = m[1][1] * m[3][2] - m[3][1] * m[1][2]; + T Coef11 = m[1][1] * m[2][2] - m[2][1] * m[1][2]; + + T Coef12 = m[2][0] * m[3][3] - m[3][0] * m[2][3]; + T Coef14 = m[1][0] * m[3][3] - m[3][0] * m[1][3]; + T Coef15 = m[1][0] * m[2][3] - m[2][0] * m[1][3]; + + T Coef16 = m[2][0] * m[3][2] - m[3][0] * m[2][2]; + T Coef18 = m[1][0] * m[3][2] - m[3][0] * m[1][2]; + T Coef19 = m[1][0] * m[2][2] - m[2][0] * m[1][2]; + + T Coef20 = m[2][0] * m[3][1] - m[3][0] * m[2][1]; + T Coef22 = m[1][0] * m[3][1] - m[3][0] * m[1][1]; + T Coef23 = m[1][0] * m[2][1] - m[2][0] * m[1][1]; + + detail::tvec4 const SignA(+1, -1, +1, -1); + detail::tvec4 const SignB(-1, +1, -1, +1); + + detail::tvec4 Fac0(Coef00, Coef00, Coef02, Coef03); + detail::tvec4 Fac1(Coef04, Coef04, Coef06, Coef07); + detail::tvec4 Fac2(Coef08, Coef08, Coef10, Coef11); + detail::tvec4 Fac3(Coef12, Coef12, Coef14, Coef15); + detail::tvec4 Fac4(Coef16, Coef16, Coef18, Coef19); + detail::tvec4 Fac5(Coef20, Coef20, Coef22, Coef23); + + detail::tvec4 Vec0(m[1][0], m[0][0], m[0][0], m[0][0]); + detail::tvec4 Vec1(m[1][1], m[0][1], m[0][1], m[0][1]); + detail::tvec4 Vec2(m[1][2], m[0][2], m[0][2], m[0][2]); + detail::tvec4 Vec3(m[1][3], m[0][3], m[0][3], m[0][3]); + + detail::tvec4 Inv0 = SignA * (Vec1 * Fac0 - Vec2 * Fac1 + Vec3 * Fac2); + detail::tvec4 Inv1 = SignB * (Vec0 * Fac0 - Vec2 * Fac3 + Vec3 * Fac4); + detail::tvec4 Inv2 = SignA * (Vec0 * Fac1 - Vec1 * Fac3 + Vec3 * Fac5); + detail::tvec4 Inv3 = SignB * (Vec0 * Fac2 - Vec1 * Fac4 + Vec2 * Fac5); + + detail::tmat4x4 Inverse(Inv0, Inv1, Inv2, Inv3); + + detail::tvec4 Row0(Inverse[0][0], Inverse[1][0], Inverse[2][0], Inverse[3][0]); + + T Determinant = glm::dot(m[0], Row0); + + Inverse /= Determinant; + + return Inverse; + } +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_noise.hpp b/include/gal/opengl/glm/core/func_noise.hpp new file mode 100644 index 0000000..3e5f874 --- /dev/null +++ b/include/gal/opengl/glm/core/func_noise.hpp @@ -0,0 +1,87 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_noise.hpp +/// @date 2008-08-01 / 2011-06-18 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.13 Noise Functions +/// +/// @defgroup core_func_noise Noise functions +/// @ingroup core +/// +/// Noise functions are stochastic functions that can be used to increase visual +/// complexity. Values returned by the following noise functions give the +/// appearance of randomness, but are not truly random. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef glm_core_func_noise +#define glm_core_func_noise GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_noise + /// @{ + + /// Returns a 1D noise value based on the input value x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL noise1 man page + /// @see GLSL 4.20.8 specification, section 8.13 Noise Functions + template + GLM_FUNC_DECL typename genType::value_type noise1(genType const & x); + + /// Returns a 2D noise value based on the input value x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL noise2 man page + /// @see GLSL 4.20.8 specification, section 8.13 Noise Functions + template + GLM_FUNC_DECL detail::tvec2 noise2(genType const & x); + + /// Returns a 3D noise value based on the input value x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL noise3 man page + /// @see GLSL 4.20.8 specification, section 8.13 Noise Functions + template + GLM_FUNC_DECL detail::tvec3 noise3(genType const & x); + + /// Returns a 4D noise value based on the input value x. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL noise4 man page + /// @see GLSL 4.20.8 specification, section 8.13 Noise Functions + template + GLM_FUNC_DECL detail::tvec4 noise4(genType const & x); + + /// @} +}//namespace glm + +#include "func_noise.inl" + +#endif//glm_core_func_noise diff --git a/include/gal/opengl/glm/core/func_noise.inl b/include/gal/opengl/glm/core/func_noise.inl new file mode 100644 index 0000000..68a1933 --- /dev/null +++ b/include/gal/opengl/glm/core/func_noise.inl @@ -0,0 +1,364 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_noise.inl +/// @date 2008-08-01 / 2011-09-27 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm +{ + template + GLM_FUNC_QUALIFIER T noise1(T const & x) + { + return noise1(glm::detail::tvec2(x, T(0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec2 noise2(T const & x) + { + return glm::detail::tvec2( + noise1(x + T(0.0)), + noise1(x + T(1.0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec3 noise3(T const & x) + { + return glm::detail::tvec3( + noise1(x - T(1.0)), + noise1(x + T(0.0)), + noise1(x + T(1.0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec4 noise4(T const & x) + { + return glm::detail::tvec4( + noise1(x - T(1.0)), + noise1(x + T(0.0)), + noise1(x + T(1.0)), + noise1(x + T(2.0))); + } + + template + GLM_FUNC_QUALIFIER T noise1(glm::detail::tvec2 const & v) + { + detail::tvec4 const C = detail::tvec4( + T( 0.211324865405187), // (3.0 - sqrt(3.0)) / 6.0 + T( 0.366025403784439), // 0.5 * (sqrt(3.0) - 1.0) + T(-0.577350269189626), // -1.0 + 2.0 * C.x + T( 0.024390243902439)); // 1.0 / 41.0 + + // First corner + detail::tvec2 i = floor(v + dot(v, detail::tvec2(C[1]))); + detail::tvec2 x0 = v - i + dot(i, detail::tvec2(C[0])); + + // Other corners + //i1.x = step( x0.y, x0.x ); // x0.x > x0.y ? 1.0 : 0.0 + //i1.y = 1.0 - i1.x; + detail::tvec2 i1 = (x0.x > x0.y) ? detail::tvec2(1, 0) : detail::tvec2(0, 1); + // x0 = x0 - 0.0 + 0.0 * C.xx ; + // x1 = x0 - i1 + 1.0 * C.xx ; + // x2 = x0 - 1.0 + 2.0 * C.xx ; + detail::tvec4 x12 = detail::tvec4(x0.x, x0.y, x0.x, x0.y) + detail::tvec4(C.x, C.x, C.z, C.z); + x12 = detail::tvec4(detail::tvec2(x12) - i1, x12.z, x12.w); + + // Permutations + i = mod(i, T(289)); // Avoid truncation effects in permutation + detail::tvec3 p = permute( + permute(i.y + detail::tvec3(T(0), i1.y, T(1))) + + i.x + detail::tvec3(T(0), i1.x, T(1))); + + detail::tvec3 m = max(T(0.5) - detail::tvec3( + dot(x0, x0), + dot(detail::tvec2(x12.x, x12.y), detail::tvec2(x12.x, x12.y)), + dot(detail::tvec2(x12.z, x12.w), detail::tvec2(x12.z, x12.w))), T(0)); + m = m * m ; + m = m * m ; + + // Gradients: 41 points uniformly over a line, mapped onto a diamond. + // The ring size 17*17 = 289 is close to a multiple of 41 (41*7 = 287) + + detail::tvec3 x = T(2) * fract(p * C.w) - T(1); + detail::tvec3 h = abs(x) - T(0.5); + detail::tvec3 ox = floor(x + T(0.5)); + detail::tvec3 a0 = x - ox; + + // Normalise gradients implicitly by scaling m + // Inlined for speed: m *= taylorInvSqrt( a0*a0 + h*h ); + m *= T(1.79284291400159) - T(0.85373472095314) * (a0 * a0 + h * h); + + // Compute final noise value at P + detail::tvec3 g; + g.x = a0.x * x0.x + h.x * x0.y; + //g.yz = a0.yz * x12.xz + h.yz * x12.yw; + g.y = a0.y * x12.x + h.y * x12.y; + g.z = a0.z * x12.z + h.z * x12.w; + return T(130) * dot(m, g); + } + + template + GLM_FUNC_QUALIFIER T noise1(detail::tvec3 const & v) + { + detail::tvec2 const C(1.0 / 6.0, 1.0 / 3.0); + detail::tvec4 const D(0.0, 0.5, 1.0, 2.0); + + // First corner + detail::tvec3 i(floor(v + dot(v, detail::tvec3(C.y)))); + detail::tvec3 x0(v - i + dot(i, detail::tvec3(C.x))); + + // Other corners + detail::tvec3 g(step(detail::tvec3(x0.y, x0.z, x0.x), x0)); + detail::tvec3 l(T(1) - g); + detail::tvec3 i1(min(g, detail::tvec3(l.z, l.x, l.y))); + detail::tvec3 i2(max(g, detail::tvec3(l.z, l.x, l.y))); + + // x0 = x0 - 0.0 + 0.0 * C.xxx; + // x1 = x0 - i1 + 1.0 * C.xxx; + // x2 = x0 - i2 + 2.0 * C.xxx; + // x3 = x0 - 1.0 + 3.0 * C.xxx; + detail::tvec3 x1(x0 - i1 + C.x); + detail::tvec3 x2(x0 - i2 + C.y); // 2.0*C.x = 1/3 = C.y + detail::tvec3 x3(x0 - D.y); // -1.0+3.0*C.x = -0.5 = -D.y + + // Permutations + i = mod289(i); + detail::tvec4 p(permute(permute(permute( + i.z + detail::tvec4(T(0), i1.z, i2.z, T(1))) + + i.y + detail::tvec4(T(0), i1.y, i2.y, T(1))) + + i.x + detail::tvec4(T(0), i1.x, i2.x, T(1)))); + + // Gradients: 7x7 points over a square, mapped onto an octahedron. + // The ring size 17*17 = 289 is close to a multiple of 49 (49*6 = 294) + T n_ = T(0.142857142857); // 1.0/7.0 + detail::tvec3 ns(n_ * detail::tvec3(D.w, D.y, D.z) - detail::tvec3(D.x, D.z, D.x)); + + detail::tvec4 j(p - T(49) * floor(p * ns.z * ns.z)); // mod(p,7*7) + + detail::tvec4 x_(floor(j * ns.z)); + detail::tvec4 y_(floor(j - T(7) * x_)); // mod(j,N) + + detail::tvec4 x(x_ * ns.x + ns.y); + detail::tvec4 y(y_ * ns.x + ns.y); + detail::tvec4 h(T(1) - abs(x) - abs(y)); + + detail::tvec4 b0(x.x, x.y, y.x, y.y); + detail::tvec4 b1(x.z, x.w, y.z, y.w); + + // vec4 s0 = vec4(lessThan(b0,0.0))*2.0 - 1.0; + // vec4 s1 = vec4(lessThan(b1,0.0))*2.0 - 1.0; + detail::tvec4 s0(floor(b0) * T(2) + T(1)); + detail::tvec4 s1(floor(b1) * T(2) + T(1)); + detail::tvec4 sh(-step(h, detail::tvec4(0.0))); + + detail::tvec4 a0 = detail::tvec4(b0.x, b0.z, b0.y, b0.w) + detail::tvec4(s0.x, s0.z, s0.y, s0.w) * detail::tvec4(sh.x, sh.x, sh.y, sh.y); + detail::tvec4 a1 = detail::tvec4(b1.x, b1.z, b1.y, b1.w) + detail::tvec4(s1.x, s1.z, s1.y, s1.w) * detail::tvec4(sh.z, sh.z, sh.w, sh.w); + + detail::tvec3 p0(a0.x, a0.y, h.x); + detail::tvec3 p1(a0.z, a0.w, h.y); + detail::tvec3 p2(a1.x, a1.y, h.z); + detail::tvec3 p3(a1.z, a1.w, h.w); + + // Normalise gradients + detail::tvec4 norm = taylorInvSqrt(detail::tvec4(dot(p0, p0), dot(p1, p1), dot(p2, p2), dot(p3, p3))); + p0 *= norm.x; + p1 *= norm.y; + p2 *= norm.z; + p3 *= norm.w; + + // Mix final noise value + detail::tvec4 m = max(T(0.6) - detail::tvec4(dot(x0, x0), dot(x1, x1), dot(x2, x2), dot(x3, x3)), T(0)); + m = m * m; + return T(42) * dot(m * m, detail::tvec4(dot(p0, x0), dot(p1, x1), dot(p2, x2), dot(p3, x3))); + } + + template + GLM_FUNC_QUALIFIER T noise1(detail::tvec4 const & v) + { + detail::tvec4 const C( + 0.138196601125011, // (5 - sqrt(5))/20 G4 + 0.276393202250021, // 2 * G4 + 0.414589803375032, // 3 * G4 + -0.447213595499958); // -1 + 4 * G4 + + // (sqrt(5) - 1)/4 = F4, used once below + T const F4 = T(0.309016994374947451); + + // First corner + detail::tvec4 i = floor(v + dot(v, vec4(F4))); + detail::tvec4 x0 = v - i + dot(i, vec4(C.x)); + + // Other corners + + // Rank sorting originally contributed by Bill Licea-Kane, AMD (formerly ATI) + detail::tvec4 i0; + detail::tvec3 isX = step(detail::tvec3(x0.y, x0.z, x0.w), detail::tvec3(x0.x)); + detail::tvec3 isYZ = step(detail::tvec3(x0.z, x0.w, x0.w), detail::tvec3(x0.y, x0.y, x0.z)); + // i0.x = dot(isX, vec3(1.0)); + //i0.x = isX.x + isX.y + isX.z; + //i0.yzw = T(1) - isX; + i0 = detail::tvec4(isX.x + isX.y + isX.z, T(1) - isX); + // i0.y += dot(isYZ.xy, vec2(1.0)); + i0.y += isYZ.x + isYZ.y; + //i0.zw += 1.0 - detail::tvec2(isYZ.x, isYZ.y); + i0.z += T(1) - isYZ.x; + i0.w += T(1) - isYZ.y; + i0.z += isYZ.z; + i0.w += T(1) - isYZ.z; + + // i0 now contains the unique values 0,1,2,3 in each channel + detail::tvec4 i3 = clamp(i0, 0.0, 1.0); + detail::tvec4 i2 = clamp(i0 - 1.0, 0.0, 1.0); + detail::tvec4 i1 = clamp(i0 - 2.0, 0.0, 1.0); + + // x0 = x0 - 0.0 + 0.0 * C.xxxx + // x1 = x0 - i1 + 0.0 * C.xxxx + // x2 = x0 - i2 + 0.0 * C.xxxx + // x3 = x0 - i3 + 0.0 * C.xxxx + // x4 = x0 - 1.0 + 4.0 * C.xxxx + detail::tvec4 x1 = x0 - i1 + C.x; + detail::tvec4 x2 = x0 - i2 + C.y; + detail::tvec4 x3 = x0 - i3 + C.z; + detail::tvec4 x4 = x0 + C.w; + + // Permutations + i = mod(i, T(289)); + T j0 = permute(permute(permute(permute(i.w) + i.z) + i.y) + i.x); + detail::tvec4 j1 = permute(permute(permute(permute( + i.w + detail::tvec4(i1.w, i2.w, i3.w, T(1))) + + i.z + detail::tvec4(i1.z, i2.z, i3.z, T(1))) + + i.y + detail::tvec4(i1.y, i2.y, i3.y, T(1))) + + i.x + detail::tvec4(i1.x, i2.x, i3.x, T(1))); + + // Gradients: 7x7x6 points over a cube, mapped onto a 4-cross polytope + // 7*7*6 = 294, which is close to the ring size 17*17 = 289. + detail::tvec4 ip = detail::tvec4(T(1) / T(294), T(1) / T(49), T(1) / T(7), T(0)); + + detail::tvec4 p0 = grad4(j0, ip); + detail::tvec4 p1 = grad4(j1.x, ip); + detail::tvec4 p2 = grad4(j1.y, ip); + detail::tvec4 p3 = grad4(j1.z, ip); + detail::tvec4 p4 = grad4(j1.w, ip); + + // Normalise gradients + detail::tvec4 norm = taylorInvSqrt(detail::tvec4(dot(p0, p0), dot(p1, p1), dot(p2, p2), dot(p3, p3))); + p0 *= norm.x; + p1 *= norm.y; + p2 *= norm.z; + p3 *= norm.w; + p4 *= taylorInvSqrt(dot(p4, p4)); + + // Mix contributions from the five corners + detail::tvec3 m0 = max(T(0.6) - detail::tvec3(dot(x0, x0), dot(x1, x1), dot(x2, x2)), T(0)); + detail::tvec2 m1 = max(T(0.6) - detail::tvec2(dot(x3, x3), dot(x4, x4) ), T(0)); + m0 = m0 * m0; + m1 = m1 * m1; + return T(49) * + (dot(m0 * m0, detail::tvec3(dot(p0, x0), dot(p1, x1), dot(p2, x2))) + + dot(m1 * m1, detail::tvec2(dot(p3, x3), dot(p4, x4)))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec2 noise2(glm::detail::tvec2 const & x) + { + return glm::detail::tvec2( + noise1(x + glm::detail::tvec2(0.0)), + noise1(glm::detail::tvec2(0.0) - x)); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec2 noise2(glm::detail::tvec3 const & x) + { + return glm::detail::tvec2( + noise1(x + glm::detail::tvec3(0.0)), + noise1(glm::detail::tvec3(0.0) - x)); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec2 noise2(glm::detail::tvec4 const & x) + { + return glm::detail::tvec2( + noise1(x + glm::detail::tvec4(0.0)), + noise1(glm::detail::tvec4(0.0) - x)); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec3 noise3(glm::detail::tvec2 const & x) + { + return glm::detail::tvec3( + noise1(x - glm::detail::tvec2(1.0)), + noise1(x + glm::detail::tvec2(0.0)), + noise1(x + glm::detail::tvec2(1.0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec3 noise3(glm::detail::tvec3 const & x) + { + return glm::detail::tvec3( + noise1(x - glm::detail::tvec3(1.0)), + noise1(x + glm::detail::tvec3(0.0)), + noise1(x + glm::detail::tvec3(1.0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec3 noise3(glm::detail::tvec4 const & x) + { + return glm::detail::tvec3( + noise1(x - glm::detail::tvec4(1.0)), + noise1(x + glm::detail::tvec4(0.0)), + noise1(x + glm::detail::tvec4(1.0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec4 noise4(glm::detail::tvec2 const & x) + { + return glm::detail::tvec4( + noise1(x - glm::detail::tvec2(1.0)), + noise1(x + glm::detail::tvec2(0.0)), + noise1(x + glm::detail::tvec2(1.0)), + noise1(x + glm::detail::tvec2(2.0))); + } + + + template + GLM_FUNC_QUALIFIER glm::detail::tvec4 noise4(glm::detail::tvec3 const & x) + { + return glm::detail::tvec4( + noise1(x - glm::detail::tvec3(1.0)), + noise1(x + glm::detail::tvec3(0.0)), + noise1(x + glm::detail::tvec3(1.0)), + noise1(x + glm::detail::tvec3(2.0))); + } + + template + GLM_FUNC_QUALIFIER glm::detail::tvec4 noise4(glm::detail::tvec4 const & x) + { + return glm::detail::tvec4( + noise1(x - glm::detail::tvec4(1.0)), + noise1(x + glm::detail::tvec4(0.0)), + noise1(x + glm::detail::tvec4(1.0)), + noise1(x + glm::detail::tvec4(2.0))); + } + +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_packing.hpp b/include/gal/opengl/glm/core/func_packing.hpp new file mode 100644 index 0000000..b4312e1 --- /dev/null +++ b/include/gal/opengl/glm/core/func_packing.hpp @@ -0,0 +1,193 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_packing.hpp +/// @date 2010-03-17 / 2011-06-15 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions +/// +/// @defgroup core_func_packing Floating-Point Pack and Unpack Functions +/// @ingroup core +/// +/// These functions do not operate component-wise, rather as described in each case. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef GLM_CORE_func_packing +#define GLM_CORE_func_packing GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_packing + /// @{ + + //! First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. + //! Then, the results are packed into the returned 32-bit unsigned integer. + //! + //! The conversion for component c of v to fixed point is done as follows: + //! packUnorm2x16: round(clamp(c, 0, +1) * 65535.0) + //! + //! The first component of the vector will be written to the least significant bits of the output; + //! the last component will be written to the most significant bits. + //! + /// @see GLSL packUnorm2x16 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::uint32 packUnorm2x16(detail::tvec2 const & v); + + //! First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. + //! Then, the results are packed into the returned 32-bit unsigned integer. + //! + //! The conversion for component c of v to fixed point is done as follows: + //! packSnorm2x16: round(clamp(v, -1, +1) * 32767.0) + //! + //! The first component of the vector will be written to the least significant bits of the output; + //! the last component will be written to the most significant bits. + //! + /// @see GLSL packSnorm2x16 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::uint32 packSnorm2x16(detail::tvec2 const & v); + + //! First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. + //! Then, the results are packed into the returned 32-bit unsigned integer. + //! + //! The conversion for component c of v to fixed point is done as follows: + //! packUnorm4x8: round(clamp(c, 0, +1) * 255.0) + //! + //! The first component of the vector will be written to the least significant bits of the output; + //! the last component will be written to the most significant bits. + //! + /// @see GLSL packUnorm4x8 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::uint32 packUnorm4x8(detail::tvec4 const & v); + + //! First, converts each component of the normalized floating-point value v into 8- or 16-bit integer values. + //! Then, the results are packed into the returned 32-bit unsigned integer. + //! + //! The conversion for component c of v to fixed point is done as follows: + //! packSnorm4x8: round(clamp(c, -1, +1) * 127.0) + //! + //! The first component of the vector will be written to the least significant bits of the output; + //! the last component will be written to the most significant bits. + //! + /// @see GLSL packSnorm4x8 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::uint32 packSnorm4x8(detail::tvec4 const & v); + + //! First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. + //! Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector. + //! + //! The conversion for unpacked fixed-point value f to floating point is done as follows: + //! unpackUnorm2x16: f / 65535.0 + //! + //! The first component of the returned vector will be extracted from the least significant bits of the input; + //! the last component will be extracted from the most significant bits. + //! + /// @see GLSL unpackUnorm2x16 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::tvec2 unpackUnorm2x16(detail::uint32 const & p); + + //! First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. + //! Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector. + //! + //! The conversion for unpacked fixed-point value f to floating point is done as follows: + //! unpackSnorm2x16: clamp(f / 32767.0, -1, +1) + //! + //! The first component of the returned vector will be extracted from the least significant bits of the input; + //! the last component will be extracted from the most significant bits. + //! + /// @see GLSL unpackSnorm2x16 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::tvec2 unpackSnorm2x16(detail::uint32 const & p); + + /// First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. + /// Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector. + /// + /// The conversion for unpacked fixed-point value f to floating point is done as follows: + /// unpackUnorm4x8: f / 255.0 + /// + /// The first component of the returned vector will be extracted from the least significant bits of the input; + /// the last component will be extracted from the most significant bits. + /// + /// @see GLSL unpackUnorm4x8 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::tvec4 unpackUnorm4x8(detail::uint32 const & p); + + /// First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers. + /// Then, each component is converted to a normalized floating-point value to generate the returned two- or four-component vector. + /// + /// The conversion for unpacked fixed-point value f to floating point is done as follows: + /// unpackSnorm4x8: clamp(f / 127.0, -1, +1) + /// + /// The first component of the returned vector will be extracted from the least significant bits of the input; + /// the last component will be extracted from the most significant bits. + /// + /// @see GLSL unpackSnorm4x8 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::tvec4 unpackSnorm4x8(detail::uint32 const & p); + + /// Returns a double-precision value obtained by packing the components of v into a 64-bit value. + /// If an IEEE 754 Inf or NaN is created, it will not signal, and the resulting floating point value is unspecified. + /// Otherwise, the bit- level representation of v is preserved. + /// The first vector component specifies the 32 least significant bits; + /// the second component specifies the 32 most significant bits. + /// + /// @see GLSL packDouble2x32 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL double packDouble2x32(detail::tvec2 const & v); + + /// Returns a two-component unsigned integer vector representation of v. + /// The bit-level representation of v is preserved. + /// The first component of the vector contains the 32 least significant bits of the double; + /// the second component consists the 32 most significant bits. + /// + /// @see GLSL unpackDouble2x32 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL detail::tvec2 unpackDouble2x32(double const & v); + + /// Returns an unsigned integer obtained by converting the components of a two-component floating-point vector + /// to the 16-bit floating-point representation found in the OpenGL Specification, + /// and then packing these two 16- bit integers into a 32-bit unsigned integer. + /// The first vector component specifies the 16 least-significant bits of the result; + /// the second component specifies the 16 most-significant bits. + /// + /// @see GLSL packHalf2x16 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL uint packHalf2x16(vec2 const & v); + + /// Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned integer into a pair of 16-bit values, + /// interpreting those values as 16-bit floating-point numbers according to the OpenGL Specification, + /// and converting them to 32-bit floating-point values. + /// The first component of the vector is obtained from the 16 least-significant bits of v; + /// the second component is obtained from the 16 most-significant bits of v. + /// + /// @see GLSL unpackHalf2x16 man page + /// @see GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions + GLM_FUNC_DECL vec2 unpackHalf2x16(uint const & v); + + /// @} +}//namespace glm + +#include "func_packing.inl" + +#endif//GLM_CORE_func_packing + diff --git a/include/gal/opengl/glm/core/func_packing.inl b/include/gal/opengl/glm/core/func_packing.inl new file mode 100644 index 0000000..e10e161 --- /dev/null +++ b/include/gal/opengl/glm/core/func_packing.inl @@ -0,0 +1,208 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_packing.inl +/// @date 2010-03-17 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm +{ + GLM_FUNC_QUALIFIER detail::uint32 packUnorm2x16(detail::tvec2 const & v) + { + detail::uint16 A(detail::uint16(round(clamp(v.x, 0.0f, 1.0f) * 65535.0f))); + detail::uint16 B(detail::uint16(round(clamp(v.y, 0.0f, 1.0f) * 65535.0f))); + return detail::uint32((B << 16) | A); + } + + GLM_FUNC_QUALIFIER detail::tvec2 unpackUnorm2x16(detail::uint32 const & p) + { + detail::uint32 Mask16((1 << 16) - 1); + detail::uint32 A((p >> 0) & Mask16); + detail::uint32 B((p >> 16) & Mask16); + return detail::tvec2( + A * 1.0f / 65535.0f, + B * 1.0f / 65535.0f); + } + + GLM_FUNC_QUALIFIER detail::uint32 packSnorm2x16(detail::tvec2 const & v) + { + union iu + { + detail::int16 i; + detail::uint16 u; + } A, B; + + detail::tvec2 Unpack = clamp(v ,-1.0f, 1.0f) * 32767.0f; + A.i = detail::int16(round(Unpack.x)); + B.i = detail::int16(round(Unpack.y)); + detail::uint32 Pack = (detail::uint32(B.u) << 16) | (detail::uint32(A.u) << 0); + return Pack; + } + + GLM_FUNC_QUALIFIER detail::tvec2 unpackSnorm2x16(detail::uint32 const & p) + { + union iu + { + detail::int16 i; + detail::uint16 u; + } A, B; + + detail::uint32 Mask16((1 << 16) - 1); + A.u = detail::uint16((p >> 0) & Mask16); + B.u = detail::uint16((p >> 16) & Mask16); + detail::tvec2 Pack(A.i, B.i); + + return clamp(Pack * 1.0f / 32767.0f, -1.0f, 1.0f); + } + + GLM_FUNC_QUALIFIER detail::uint32 packUnorm4x8(detail::tvec4 const & v) + { + detail::uint8 A((detail::uint8)round(clamp(v.x, 0.0f, 1.0f) * 255.0f)); + detail::uint8 B((detail::uint8)round(clamp(v.y, 0.0f, 1.0f) * 255.0f)); + detail::uint8 C((detail::uint8)round(clamp(v.z, 0.0f, 1.0f) * 255.0f)); + detail::uint8 D((detail::uint8)round(clamp(v.w, 0.0f, 1.0f) * 255.0f)); + return detail::uint32((D << 24) | (C << 16) | (B << 8) | A); + } + + GLM_FUNC_QUALIFIER detail::tvec4 unpackUnorm4x8(detail::uint32 const & p) + { + detail::uint32 Mask8((1 << 8) - 1); + detail::uint32 A((p >> 0) & Mask8); + detail::uint32 B((p >> 8) & Mask8); + detail::uint32 C((p >> 16) & Mask8); + detail::uint32 D((p >> 24) & Mask8); + return detail::tvec4( + A * 1.0f / 255.0f, + B * 1.0f / 255.0f, + C * 1.0f / 255.0f, + D * 1.0f / 255.0f); + } + + GLM_FUNC_QUALIFIER detail::uint32 packSnorm4x8(detail::tvec4 const & v) + { + union iu + { + detail::int8 i; + detail::uint8 u; + } A, B, C, D; + + detail::tvec4 Unpack = clamp(v ,-1.0f, 1.0f) * 127.0f; + A.i = detail::int8(round(Unpack.x)); + B.i = detail::int8(round(Unpack.y)); + C.i = detail::int8(round(Unpack.z)); + D.i = detail::int8(round(Unpack.w)); + detail::uint32 Pack = (detail::uint32(D.u) << 24) | (detail::uint32(C.u) << 16) | (detail::uint32(B.u) << 8) | (detail::uint32(A.u) << 0); + return Pack; + } + + GLM_FUNC_QUALIFIER detail::tvec4 unpackSnorm4x8(detail::uint32 const & p) + { + union iu + { + detail::int8 i; + detail::uint8 u; + } A, B, C, D; + + detail::uint32 Mask8((1 << 8) - 1); + A.u = detail::uint8((p >> 0) & Mask8); + B.u = detail::uint8((p >> 8) & Mask8); + C.u = detail::uint8((p >> 16) & Mask8); + D.u = detail::uint8((p >> 24) & Mask8); + detail::tvec4 Pack(A.i, B.i, C.i, D.i); + + return clamp(Pack * 1.0f / 127.0f, -1.0f, 1.0f); + } + + GLM_FUNC_QUALIFIER double packDouble2x32(detail::tvec2 const & v) + { + struct uint32_pair + { + detail::uint32 x; + detail::uint32 y; + }; + + union helper + { + uint32_pair input; + double output; + } Helper; + + Helper.input.x = v.x; + Helper.input.y = v.y; + + return Helper.output; + //return *(double*)&v; + } + + GLM_FUNC_QUALIFIER detail::tvec2 unpackDouble2x32(double const & v) + { + struct uint32_pair + { + detail::uint32 x; + detail::uint32 y; + }; + + union helper + { + double input; + uint32_pair output; + } Helper; + + Helper.input = v; + + return detail::tvec2(Helper.output.x, Helper.output.y); + } + + GLM_FUNC_QUALIFIER uint packHalf2x16(detail::tvec2 const & v) + { + union helper + { + uint other; + struct + { + detail::hdata a, b; + } orig; + } Pack; + + Pack.orig.a = detail::toFloat16(v.x); + Pack.orig.b = detail::toFloat16(v.y); + return Pack.other; + } + + GLM_FUNC_QUALIFIER vec2 unpackHalf2x16(uint const & v) + { + union helper + { + uint other; + struct + { + detail::hdata a, b; + } orig; + } Unpack; + Unpack.other = v; + + return vec2(detail::toFloat32(Unpack.orig.a), detail::toFloat32(Unpack.orig.b)); + } +}//namespace glm + diff --git a/include/gal/opengl/glm/core/func_trigonometric.hpp b/include/gal/opengl/glm/core/func_trigonometric.hpp new file mode 100644 index 0000000..9954d9c --- /dev/null +++ b/include/gal/opengl/glm/core/func_trigonometric.hpp @@ -0,0 +1,203 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_trigonometric.hpp +/// @date 2008-08-01 / 2011-06-15 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions +/// +/// @defgroup core_func_trigonometric Angle and Trigonometry Functions +/// @ingroup core +/// +/// Function parameters specified as angle are assumed to be in units of radians. +/// In no case will any of these functions result in a divide by zero error. If +/// the divisor of a ratio is 0, then results will be undefined. +/// +/// These all operate component-wise. The description is per component. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef GLM_CORE_func_trigonometric +#define GLM_CORE_func_trigonometric GLM_VERSION + +namespace glm +{ + /// @addtogroup core_func_trigonometric + /// @{ + + /// Converts degrees to radians and returns the result. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL radians man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType radians(genType const & degrees); + + /// Converts radians to degrees and returns the result. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL degrees man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType degrees(genType const & radians); + + /// The standard trigonometric sine function. + /// The values returned by this function will range from [-1, 1]. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL sin man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType sin(genType const & angle); + + /// The standard trigonometric cosine function. + /// The values returned by this function will range from [-1, 1]. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL cos man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType cos(genType const & angle); + + /// The standard trigonometric tangent function. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL tan man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType tan(genType const & angle); + + /// Arc sine. Returns an angle whose sine is x. + /// The range of values returned by this function is [-PI/2, PI/2]. + /// Results are undefined if |x| > 1. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL asin man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType asin(genType const & x); + + /// Arc cosine. Returns an angle whose sine is x. + /// The range of values returned by this function is [0, PI]. + /// Results are undefined if |x| > 1. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL acos man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType acos(genType const & x); + + /// Arc tangent. Returns an angle whose tangent is y/x. + /// The signs of x and y are used to determine what + /// quadrant the angle is in. The range of values returned + /// by this function is [-PI, PI]. Results are undefined + /// if x and y are both 0. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL atan man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType atan(genType const & y, genType const & x); + + /// Arc tangent. Returns an angle whose tangent is y_over_x. + /// The range of values returned by this function is [-PI/2, PI/2]. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL atan man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType atan(genType const & y_over_x); + + /// Returns the hyperbolic sine function, (exp(x) - exp(-x)) / 2 + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL sinh man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType sinh(genType const & angle); + + /// Returns the hyperbolic cosine function, (exp(x) + exp(-x)) / 2 + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL cosh man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType cosh(genType const & angle); + + /// Returns the hyperbolic tangent function, sinh(angle) / cosh(angle) + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL tanh man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType tanh(genType const & angle); + + /// Arc hyperbolic sine; returns the inverse of sinh. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL asinh man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType asinh(genType const & x); + + /// Arc hyperbolic cosine; returns the non-negative inverse + /// of cosh. Results are undefined if x < 1. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL acosh man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType acosh(genType const & x); + + /// Arc hyperbolic tangent; returns the inverse of tanh. + /// Results are undefined if abs(x) >= 1. + /// + /// @tparam genType Floating-point scalar or vector types. + /// + /// @see GLSL atanh man page + /// @see GLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions + template + GLM_FUNC_DECL genType atanh(genType const & x); + + /// @} +}//namespace glm + +#include "func_trigonometric.inl" + +#endif//GLM_CORE_func_trigonometric + + diff --git a/include/gal/opengl/glm/core/func_trigonometric.inl b/include/gal/opengl/glm/core/func_trigonometric.inl new file mode 100644 index 0000000..bd59cd7 --- /dev/null +++ b/include/gal/opengl/glm/core/func_trigonometric.inl @@ -0,0 +1,244 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_trigonometric.inl +/// @date 2008-08-03 / 2011-06-15 +/// @author Christophe Riccio +/////////////////////////////////////////////////////////////////////////////////// + +namespace glm +{ + // radians + template + GLM_FUNC_QUALIFIER genType radians + ( + genType const & degrees + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'radians' only accept floating-point input"); + + genType const pi = genType(3.1415926535897932384626433832795); + return degrees * (pi / genType(180)); + } + + VECTORIZE_VEC(radians) + + // degrees + template + GLM_FUNC_QUALIFIER genType degrees + ( + genType const & radians + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'degrees' only accept floating-point input"); + + const genType pi = genType(3.1415926535897932384626433832795); + return radians * (genType(180) / pi); + } + + VECTORIZE_VEC(degrees) + + // sin + template + GLM_FUNC_QUALIFIER genType sin + ( + genType const & angle + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'sin' only accept floating-point input"); + + return genType(::std::sin(angle)); + } + + VECTORIZE_VEC(sin) + + // cos + template + GLM_FUNC_QUALIFIER genType cos(genType const & angle) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'cos' only accept floating-point input"); + + return genType(::std::cos(angle)); + } + + VECTORIZE_VEC(cos) + + // tan + template + GLM_FUNC_QUALIFIER genType tan + ( + genType const & angle + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'tan' only accept floating-point input"); + + return genType(::std::tan(angle)); + } + + VECTORIZE_VEC(tan) + + // asin + template + GLM_FUNC_QUALIFIER genType asin + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'asin' only accept floating-point input"); + + return genType(::std::asin(x)); + } + + VECTORIZE_VEC(asin) + + // acos + template + GLM_FUNC_QUALIFIER genType acos + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'acos' only accept floating-point input"); + + return genType(::std::acos(x)); + } + + VECTORIZE_VEC(acos) + + // atan + template + GLM_FUNC_QUALIFIER genType atan + ( + genType const & y, + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'atan' only accept floating-point input"); + + return genType(::std::atan2(y, x)); + } + + VECTORIZE_VEC_VEC(atan) + + template + GLM_FUNC_QUALIFIER genType atan + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'atan' only accept floating-point input"); + + return genType(::std::atan(x)); + } + + VECTORIZE_VEC(atan) + + // sinh + template + GLM_FUNC_QUALIFIER genType sinh + ( + genType const & angle + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'sinh' only accept floating-point input"); + + return genType(std::sinh(angle)); + } + + VECTORIZE_VEC(sinh) + + // cosh + template + GLM_FUNC_QUALIFIER genType cosh + ( + genType const & angle + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'cosh' only accept floating-point input"); + + return genType(std::cosh(angle)); + } + + VECTORIZE_VEC(cosh) + + // tanh + template + GLM_FUNC_QUALIFIER genType tanh + ( + genType const & angle + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'tanh' only accept floating-point input"); + + return genType(std::tanh(angle)); + } + + VECTORIZE_VEC(tanh) + + // asinh + template + GLM_FUNC_QUALIFIER genType asinh + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'asinh' only accept floating-point input"); + + return (x < genType(0) ? genType(-1) : (x > genType(0) ? genType(1) : genType(0))) * log(abs(x) + sqrt(genType(1) + x * x)); + } + + VECTORIZE_VEC(asinh) + + // acosh + template + GLM_FUNC_QUALIFIER genType acosh + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'acosh' only accept floating-point input"); + + if(x < genType(1)) + return genType(0); + return log(x + sqrt(x * x - genType(1))); + } + + VECTORIZE_VEC(acosh) + + // atanh + template + GLM_FUNC_QUALIFIER genType atanh + ( + genType const & x + ) + { + GLM_STATIC_ASSERT(detail::type::is_float, "'atanh' only accept floating-point input"); + + if(abs(x) >= genType(1)) + return 0; + return genType(0.5) * log((genType(1) + x) / (genType(1) - x)); + } + + VECTORIZE_VEC(atanh) + +}//namespace glm diff --git a/include/gal/opengl/glm/core/func_vector_relational.hpp b/include/gal/opengl/glm/core/func_vector_relational.hpp new file mode 100644 index 0000000..4ffe14e --- /dev/null +++ b/include/gal/opengl/glm/core/func_vector_relational.hpp @@ -0,0 +1,138 @@ +/////////////////////////////////////////////////////////////////////////////////// +/// OpenGL Mathematics (glm.g-truc.net) +/// +/// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) +/// Permission is hereby granted, free of charge, to any person obtaining a copy +/// of this software and associated documentation files (the "Software"), to deal +/// in the Software without restriction, including without limitation the rights +/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +/// copies of the Software, and to permit persons to whom the Software is +/// furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +/// THE SOFTWARE. +/// +/// @ref core +/// @file glm/core/func_vector_relational.hpp +/// @date 2008-08-03 / 2011-06-15 +/// @author Christophe Riccio +/// +/// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions +/// +/// @defgroup core_func_vector_relational Vector Relational Functions +/// @ingroup core +/// +/// Relational and equality operators (<, <=, >, >=, ==, !=) are defined to +/// operate on scalars and produce scalar Boolean results. For vector results, +/// use the following built-in functions. +/// +/// In all cases, the sizes of all the input and return vectors for any particular +/// call must match. +/////////////////////////////////////////////////////////////////////////////////// + +#ifndef GLM_CORE_func_vector_relational +#define GLM_CORE_func_vector_relational GLM_VERSION + +#include "_detail.hpp" + +namespace glm +{ + /// @addtogroup core_func_vector_relational + /// @{ + + /// Returns the component-wise comparison result of x < y. + /// + /// @tparam vecType Floating-point or integer vector types. + /// + /// @see GLSL lessThan man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template + GLM_FUNC_DECL typename vecType::bool_type lessThan(vecType const & x, vecType const & y); + + /// Returns the component-wise comparison of result x <= y. + /// + /// @tparam vecType Floating-point or integer vector types. + /// + /// @see GLSL lessThanEqual man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template + GLM_FUNC_DECL typename vecType::bool_type lessThanEqual(vecType const & x, vecType const & y); + + /// Returns the component-wise comparison of result x > y. + /// + /// @tparam vecType Floating-point or integer vector types. + /// + /// @see GLSL greaterThan man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template + GLM_FUNC_DECL typename vecType::bool_type greaterThan(vecType const & x, vecType const & y); + + /// Returns the component-wise comparison of result x >= y. + /// + /// @tparam vecType Floating-point or integer vector types. + /// + /// @see GLSL greaterThanEqual man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template + GLM_FUNC_DECL typename vecType::bool_type greaterThanEqual(vecType const & x, vecType const & y); + + /// Returns the component-wise comparison of result x == y. + /// + /// @tparam vecType Floating-point, integer or boolean vector types. + /// + /// @see GLSL equal man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template + GLM_FUNC_DECL typename vecType::bool_type equal(vecType const & x, vecType const & y); + + /// Returns the component-wise comparison of result x != y. + /// + /// @tparam vecType Floating-point, integer or boolean vector types. + /// + /// @see GLSL notEqual man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template + GLM_FUNC_DECL typename vecType::bool_type notEqual(vecType const & x, vecType const & y); + + /// Returns true if any component of x is true. + /// + /// @tparam vecType Boolean vector types. + /// + /// @see GLSL any man page + /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions + template